HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u100489124 (4742252)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /homepages/19/d822622595/htdocs/ontradeprogress/dbback.dump
-- MySQL dump 10.13  Distrib 5.5.62, for debian-linux-gnu (x86_64)
--
-- Host: db5000075626.hosting-data.io    Database: dbs70128
-- ------------------------------------------------------
-- Server version	5.7.29-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 `wpfr_bwg_album`
--

DROP TABLE IF EXISTS `wpfr_bwg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `description` mediumtext NOT NULL,
  `preview_image` mediumtext NOT NULL,
  `random_preview_image` mediumtext NOT NULL,
  `order` bigint(20) NOT NULL,
  `author` bigint(20) NOT NULL,
  `published` tinyint(1) NOT NULL,
  `modified_date` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_album`
--

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

--
-- Table structure for table `wpfr_bwg_album_gallery`
--

DROP TABLE IF EXISTS `wpfr_bwg_album_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_album_gallery` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `album_id` bigint(20) NOT NULL,
  `is_album` tinyint(1) NOT NULL,
  `alb_gal_id` bigint(20) NOT NULL,
  `order` bigint(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_album_gallery`
--

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

--
-- Table structure for table `wpfr_bwg_gallery`
--

DROP TABLE IF EXISTS `wpfr_bwg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_gallery` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `description` mediumtext NOT NULL,
  `page_link` mediumtext NOT NULL,
  `preview_image` mediumtext NOT NULL,
  `random_preview_image` mediumtext NOT NULL,
  `order` bigint(20) NOT NULL,
  `author` bigint(20) NOT NULL,
  `published` tinyint(1) NOT NULL,
  `gallery_type` varchar(32) NOT NULL,
  `gallery_source` varchar(256) NOT NULL,
  `autogallery_image_number` int(4) NOT NULL,
  `update_flag` varchar(32) NOT NULL,
  `modified_date` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_gallery`
--

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

--
-- Table structure for table `wpfr_bwg_image`
--

DROP TABLE IF EXISTS `wpfr_bwg_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_image` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `gallery_id` bigint(20) NOT NULL,
  `slug` longtext NOT NULL,
  `filename` varchar(255) NOT NULL,
  `image_url` mediumtext NOT NULL,
  `thumb_url` mediumtext NOT NULL,
  `description` mediumtext NOT NULL,
  `alt` mediumtext NOT NULL,
  `date` varchar(128) NOT NULL,
  `size` varchar(128) NOT NULL,
  `filetype` varchar(128) NOT NULL,
  `resolution` varchar(128) NOT NULL,
  `author` bigint(20) NOT NULL,
  `order` bigint(20) NOT NULL,
  `published` tinyint(1) NOT NULL,
  `comment_count` bigint(20) NOT NULL,
  `avg_rating` float NOT NULL,
  `rate_count` bigint(20) NOT NULL,
  `hit_count` bigint(20) NOT NULL,
  `redirect_url` varchar(255) NOT NULL,
  `pricelist_id` bigint(20) NOT NULL,
  `modified_date` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_image`
--

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

--
-- Table structure for table `wpfr_bwg_image_comment`
--

DROP TABLE IF EXISTS `wpfr_bwg_image_comment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_image_comment` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_id` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `date` varchar(64) NOT NULL,
  `comment` mediumtext NOT NULL,
  `url` mediumtext NOT NULL,
  `mail` mediumtext NOT NULL,
  `published` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_image_comment`
--

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

--
-- Table structure for table `wpfr_bwg_image_rate`
--

DROP TABLE IF EXISTS `wpfr_bwg_image_rate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_image_rate` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_id` bigint(20) NOT NULL,
  `rate` float NOT NULL,
  `ip` varchar(64) NOT NULL,
  `date` varchar(64) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_image_rate`
--

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

--
-- Table structure for table `wpfr_bwg_image_tag`
--

DROP TABLE IF EXISTS `wpfr_bwg_image_tag`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_image_tag` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `tag_id` bigint(20) NOT NULL,
  `image_id` bigint(20) NOT NULL,
  `gallery_id` bigint(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_image_tag`
--

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

--
-- Table structure for table `wpfr_bwg_shortcode`
--

DROP TABLE IF EXISTS `wpfr_bwg_shortcode`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_shortcode` (
  `id` bigint(20) NOT NULL,
  `tagtext` mediumtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_shortcode`
--

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

--
-- Table structure for table `wpfr_bwg_theme`
--

DROP TABLE IF EXISTS `wpfr_bwg_theme`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_bwg_theme` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `options` longtext NOT NULL,
  `default_theme` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_bwg_theme`
--

LOCK TABLES `wpfr_bwg_theme` WRITE;
/*!40000 ALTER TABLE `wpfr_bwg_theme` DISABLE KEYS */;
INSERT INTO `wpfr_bwg_theme` VALUES (1,'Theme 1','{\"thumb_margin\":4,\"thumb_padding\":0,\"thumb_border_radius\":\"0\",\"thumb_border_width\":0,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"CCCCCC\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"scale\",\"thumb_hover_effect_value\":\"1.1\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"2px\",\"thumb_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_font_color\":\"CCCCCC\",\"thumb_gal_title_font_style\":\"segoe ui\",\"thumb_gal_title_font_size\":16,\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_align\":\"center\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":100,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":65,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":100,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":2,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":0,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"CCCCCC\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"segoe ui\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"616161\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"2px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"383838\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"CCCCCC\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"3B3B3B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"solid\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":16,\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":0,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":0,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":0,\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"scale\",\"album_compact_thumb_hover_effect_value\":\"1.1\",\"album_compact_thumb_transition\":0,\"album_compact_gal_title_font_color\":\"CCCCCC\",\"album_compact_gal_title_font_style\":\"segoe ui\",\"album_compact_gal_title_font_size\":16,\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_gal_title_align\":\"center\",\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":0,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":0,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"CCCCCC\",\"album_extended_thumb_bg_color\":\"FFFFFF\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":0,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"scale\",\"album_extended_thumb_hover_effect_value\":\"1.1\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":20,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0 0 0 0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"solid\",\"album_extended_div_separator_color\":\"E0E0E0\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":1,\"album_extended_thumb_div_border_style\":\"solid\",\"album_extended_thumb_div_border_color\":\"E8E8E8\",\"album_extended_thumb_div_padding\":\"5px\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"solid\",\"album_extended_text_div_border_color\":\"E8E8E8\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"F2D22E\",\"album_extended_desc_more_size\":12,\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_style\":\"segoe ui\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_gal_title_align\":\"center\",\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"0\",\"masonry_thumb_border_width\":0,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":100,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"scale\",\"masonry_thumb_hover_effect_value\":\"1.1\",\"masonry_thumb_transition\":0,\"masonry_thumb_gal_title_font_color\":\"CCCCCC\",\"masonry_thumb_gal_title_font_style\":\"segoe ui\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"masonry_thumb_gal_title_align\":\"center\",\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"0px 0px 0px #000000\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"CCCCCC\",\"slideshow_filmstrip_pos\":\"top\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"solid\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"3B3B3B\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"0 0 0 0\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":12,\"slideshow_dots_height\":12,\"slideshow_dots_border_radius\":\"5px\",\"slideshow_dots_background_color\":\"F2D22E\",\"slideshow_dots_margin\":3,\"slideshow_dots_active_background_color\":\"FFFFFF\",\"slideshow_dots_active_border_width\":1,\"slideshow_dots_active_border_color\":\"000000\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"0\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"F5F5F5\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_transparent\":80,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"B3AFAF\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"blog_style_gal_title_font_color\":\"CCCCCC\",\"blog_style_gal_title_font_style\":\"segoe ui\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_gal_title_align\":\"center\",\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"0\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"F5F5F5\",\"image_browser_bg_color\":\"EBEBEB\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"0px 5px 0px 5px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"EBEBEB\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":15,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":2,\"image_browser_full_border_style\":\"none\",\"image_browser_full_border_color\":\"F7F7F7\",\"image_browser_full_bg_color\":\"F5F5F5\",\"image_browser_full_transparent\":90,\"image_browser_image_title_align\":\"top\",\"image_browser_gal_title_font_color\":\"CCCCCC\",\"image_browser_gal_title_font_style\":\"segoe ui\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_gal_title_align\":\"center\",\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":16,\"album_masonry_back_font_weight\":\"bold\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"2px\",\"album_masonry_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":0,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":0,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"CCCCCC\",\"album_masonry_thumb_bg_color\":\"FFFFFF\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":0,\"album_masonry_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"scale\",\"album_masonry_thumb_hover_effect_value\":\"1.1\",\"album_masonry_thumb_transition\":0,\"album_masonry_gal_title_font_color\":\"CCCCCC\",\"album_masonry_gal_title_font_style\":\"segoe ui\",\"album_masonry_gal_title_font_size\":16,\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_gal_title_align\":\"center\",\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"0\",\"mosaic_thumb_border_width\":0,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":100,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"scale\",\"mosaic_thumb_hover_effect_value\":\"1.1\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"mosaic_thumb_gal_title_font_color\":\"CCCCCC\",\"mosaic_thumb_gal_title_font_style\":\"segoe ui\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_gal_title_align\":\"center\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"segoe ui\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":1}',1),(2,'Theme 2','{\"thumb_margin\":4,\"thumb_padding\":4,\"thumb_border_radius\":\"0\",\"thumb_border_width\":5,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"FFFFFF\",\"thumb_bg_color\":\"E8E8E8\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"rotate\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"5px\",\"thumb_title_shadow\":\"\",\"thumb_gal_title_font_color\":\"CCCCCC\",\"thumb_gal_title_font_style\":\"segoe ui\",\"thumb_gal_title_font_size\":16,\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_align\":\"center\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"none\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FCFCFC\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":80,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":80,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":95,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":0,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":2,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"FFFFFF\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"segoe ui\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"333333\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"3px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"2B2B2B\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"FFFFFF\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"2B2B2B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":14,\"album_compact_back_font_weight\":\"normal\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"5px\",\"album_compact_title_shadow\":\"\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":4,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":1,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"000000\",\"album_compact_thumb_bg_color\":\"E8E8E8\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":100,\"album_compact_thumb_box_shadow\":\"\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"rotate\",\"album_compact_thumb_hover_effect_value\":\"2deg\",\"album_compact_thumb_transition\":1,\"album_compact_gal_title_font_color\":\"CCCCCC\",\"album_compact_gal_title_font_style\":\"segoe ui\",\"album_compact_gal_title_font_size\":16,\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_gal_title_align\":\"center\",\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":4,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":4,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"E8E8E8\",\"album_extended_thumb_bg_color\":\"E8E8E8\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":100,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"rotate\",\"album_extended_thumb_hover_effect_value\":\"2deg\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":16,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"none\",\"album_extended_div_separator_color\":\"CCCCCC\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":0,\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_color\":\"CCCCCC\",\"album_extended_thumb_div_padding\":\"0\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_color\":\"CCCCCC\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"FFC933\",\"album_extended_desc_more_size\":12,\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_style\":\"segoe ui\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_gal_title_align\":\"center\",\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":1,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":80,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"rotate\",\"masonry_thumb_hover_effect_value\":\"2deg\",\"masonry_thumb_transition\":0,\"masonry_thumb_gal_title_font_color\":\"CCCCCC\",\"masonry_thumb_gal_title_font_style\":\"segoe ui\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"masonry_thumb_gal_title_align\":\"center\",\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"DBDBDB\",\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"303030\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"5px 10px 5px 10px\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":10,\"slideshow_dots_height\":10,\"slideshow_dots_border_radius\":\"10px\",\"slideshow_dots_background_color\":\"292929\",\"slideshow_dots_margin\":1,\"slideshow_dots_active_background_color\":\"292929\",\"slideshow_dots_active_border_width\":2,\"slideshow_dots_active_border_color\":\"FFC933\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"4px\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"none\",\"blog_style_border_color\":\"CCCCCC\",\"blog_style_bg_color\":\"E8E8E8\",\"blog_style_transparent\":70,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"A1A1A1\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"blog_style_image_title_align\":\"top\",\"blog_style_gal_title_font_color\":\"CCCCCC\",\"blog_style_gal_title_font_style\":\"segoe ui\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_gal_title_align\":\"center\",\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"2px\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"E8E8E8\",\"image_browser_bg_color\":\"E8E8E8\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"24px 0px 0px 0px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"E8E8E8\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":14,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":1,\"image_browser_full_border_style\":\"solid\",\"image_browser_full_border_color\":\"EDEDED\",\"image_browser_full_bg_color\":\"FFFFFF\",\"image_browser_full_transparent\":90,\"image_browser_image_title_align\":\"top\",\"image_browser_gal_title_font_color\":\"CCCCCC\",\"image_browser_gal_title_font_style\":\"segoe ui\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_gal_title_align\":\"center\",\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":14,\"album_masonry_back_font_weight\":\"normal\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"5px\",\"album_masonry_title_shadow\":\"\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":4,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":1,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"000000\",\"album_masonry_thumb_bg_color\":\"E8E8E8\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":100,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"rotate\",\"album_masonry_thumb_hover_effect_value\":\"2deg\",\"album_masonry_thumb_transition\":1,\"album_masonry_gal_title_font_color\":\"CCCCCC\",\"album_masonry_gal_title_font_style\":\"segoe ui\",\"album_masonry_gal_title_font_size\":16,\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_gal_title_align\":\"center\",\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"2px\",\"mosaic_thumb_border_width\":1,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":80,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"rotate\",\"mosaic_thumb_hover_effect_value\":\"2deg\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"mosaic_thumb_gal_title_font_color\":\"CCCCCC\",\"mosaic_thumb_gal_title_font_style\":\"segoe ui\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_gal_title_align\":\"center\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"segoe ui\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":1}',0);
/*!40000 ALTER TABLE `wpfr_bwg_theme` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_commentmeta`
--

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

--
-- Dumping data for table `wpfr_commentmeta`
--

LOCK TABLES `wpfr_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpfr_commentmeta` DISABLE KEYS */;
INSERT INTO `wpfr_commentmeta` VALUES (2937,487,'akismet_history',''),(2938,487,'akismet_error','1556007015'),(2939,488,'akismet_history',''),(2940,488,'akismet_error','1556620569'),(2941,489,'akismet_history',''),(2942,489,'akismet_error','1556006474'),(2943,490,'akismet_error','1556094494'),(2944,490,'akismet_history',''),(2945,491,'akismet_error','1556620431'),(2946,491,'akismet_history',''),(2947,492,'akismet_error','1556620554'),(2948,492,'akismet_history',''),(2949,493,'akismet_history',''),(2950,493,'akismet_error','1556713757'),(2951,494,'akismet_error','1556620349'),(2952,494,'akismet_history',''),(2953,495,'akismet_error','1556620416'),(2954,495,'akismet_history',''),(2955,496,'akismet_error','1556620447'),(2956,496,'akismet_history',''),(2957,497,'akismet_history',''),(2958,497,'akismet_error','1556620539'),(2959,498,'akismet_error','1556714402'),(2960,498,'akismet_history',''),(2961,499,'akismet_error','1556635128'),(2962,499,'akismet_history',''),(2963,500,'akismet_error','1556634117'),(2964,500,'akismet_history',''),(2965,501,'akismet_error','1557740603'),(2966,501,'akismet_history',''),(2967,502,'akismet_error','1556618632'),(2968,502,'akismet_history','');
/*!40000 ALTER TABLE `wpfr_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_comments`
--

DROP TABLE IF EXISTS `wpfr_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE latin1_general_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE latin1_general_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 latin1_general_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE latin1_general_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE latin1_general_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=614 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_comments`
--

LOCK TABLES `wpfr_comments` WRITE;
/*!40000 ALTER TABLE `wpfr_comments` DISABLE KEYS */;
INSERT INTO `wpfr_comments` VALUES (487,4322,'RedLeg Caramelised Pineapple spiced rum adds to the mix','','https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/','82.165.85.140','2019-04-23 08:10:15','2019-04-23 08:10:15','[&#8230;] New London location for lucky voice [&#8230;]',0,'spam','','pingback',0,0),(488,4336,'Aviko launches their new British grown potato skins','','https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/','82.165.85.140','2019-04-30 10:36:09','2019-04-30 10:36:09','[&#8230;] Schaerer is launching innovative technology [&#8230;]',0,'spam','','pingback',0,0),(489,4346,'RedLeg Caramelised Pineapple spiced rum adds to the mix','','https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/','82.165.85.140','2019-04-23 08:01:14','2019-04-23 08:01:14','[&#8230;] WMF combines two coffee styles in a single machine [&#8230;]',0,'spam','','pingback',0,0),(490,4346,'The importance of social WiFi marketing to your venue','','https://www.ontradeprogress.com/2019/04/24/social-media-wifi-marketing/','82.165.85.140','2019-04-24 08:28:14','2019-04-24 08:28:14','[&#8230;] WMF combines 2 coffee styles in a single machine [&#8230;]',0,'spam','','pingback',0,0),(491,4346,'Crystaltech glasswashing - Clean glass &amp; tableware is crucial','','https://www.ontradeprogress.com/2019/04/30/crystaltech-glassware-clean-glasses/','82.165.85.140','2019-04-30 10:33:51','2019-04-30 10:33:51','[&#8230;] WMF combines 2 coffee styles in a single machine [&#8230;]',0,'spam','','pingback',0,0),(492,4346,'Beaumont - A Stable Purchase with their new sTABLElizer','','https://www.ontradeprogress.com/2019/04/30/stable-purchase-stablelizer/','82.165.85.140','2019-04-30 10:35:54','2019-04-30 10:35:54','[&#8230;] WMF combines 2 coffee styles in a single machine [&#8230;]',0,'spam','','pingback',0,0),(493,4346,'Aviko launches their new British grown potato skins','','https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/','82.165.85.140','2019-05-01 12:29:17','2019-05-01 12:29:17','[&#8230;] WMF combines 2 coffee styles in a single machine [&#8230;]',0,'spam','','pingback',0,0),(494,4350,'Lanchester Wines - A new wave of Rosé | Ontrade Progress','','https://www.ontradeprogress.com/2019/04/30/lanchester-wines-rose/','82.165.85.140','2019-04-30 10:32:29','2019-04-30 10:32:29','[&#8230;] Redleg caramelised pineapple spiced rum adds to the mix [&#8230;]',0,'spam','','pingback',0,0),(495,4350,'European Coffee, Tea &amp; Soft Drinks - London Olympia','','https://www.ontradeprogress.com/2019/04/30/coffee-teasoft-drinks-london-olympia/','82.165.85.140','2019-04-30 10:33:36','2019-04-30 10:33:36','[&#8230;] Redleg caramelised pineapple spiced rum adds to the mix [&#8230;]',0,'spam','','pingback',0,0),(496,4350,'Alex Metcalfe - Introducing beer education to CAMRA festival','','https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/','82.165.85.140','2019-04-30 10:34:07','2019-04-30 10:34:07','[&#8230;] Redleg caramelised pineapple spiced rum adds to the mix [&#8230;]',0,'spam','','pingback',0,0),(497,4350,'Strongbow - Real people, a real put and of course, real arrows','','https://www.ontradeprogress.com/2019/04/30/strongbow-real-people-a-real-put-and-of-course-real-arrows/','82.165.85.140','2019-04-30 10:35:39','2019-04-30 10:35:39','[&#8230;] Redleg caramelised pineapple spiced rum adds to the mix [&#8230;]',0,'spam','','pingback',0,0),(498,4350,'Aviko launches their new British grown potato skins','','https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/','82.165.85.140','2019-05-01 12:40:02','2019-05-01 12:40:02','[&#8230;] Redleg caramelised pineapple spiced rum adds to the mix [&#8230;]',0,'spam','','pingback',0,0),(499,4819,'Amathus Drinks ships new agencies from Priorat and Montsant','','https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/','82.165.85.140','2019-04-30 14:38:48','2019-04-30 14:38:48','[&#8230;] Strongbow &#8211; Real people [&#8230;]',0,'spam','','pingback',0,0),(500,4820,'Amathus Drinks ships new agencies from Priorat and Montsant','','https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/','82.165.85.140','2019-04-30 14:21:57','2019-04-30 14:21:57','[&#8230;] Aviko launches British grown potato skins [&#8230;]',0,'spam','','pingback',0,0),(501,4823,'Ontrade Progress spirits exclusive: The Year of Rum','','https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/','82.165.85.140','2019-05-13 09:43:22','2019-05-13 09:43:22','[&#8230;] Brewers Association &#8211; New independent American craft [&#8230;]',0,'spam','','pingback',0,0),(502,4829,'Sunshine sales: Cash in on 15% additional spend over the bank holiday','','https://www.ontradeprogress.com/2019/04/30/heineken-bank-holiday/','82.165.85.140','2019-04-30 10:03:52','2019-04-30 10:03:52','[&#8230;] Amstel enlist Hollywood star for TV Ad [&#8230;]',0,'spam','','pingback',0,0),(513,5318,'Hardy&#039;s new foodie range','','https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/','82.165.85.140','2019-05-29 07:55:14','2019-05-29 07:55:14','[&#8230;] London’s top Summer cocktails 2019 [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(514,5328,'Hardy&#039;s new foodie range','','https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/','82.165.85.140','2019-05-29 07:56:35','2019-05-29 07:56:35','[&#8230;] Cornish Orchards launches Honey Cider with the Eden Project [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(515,5355,'Bimber celebrates whisky milestone with founders club and exclusive cask','','https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/','82.165.85.140','2019-05-29 08:17:12','2019-05-29 08:17:12','[&#8230;] Hardy’s new foodie range [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(516,5359,'75% of diners want carbon footprint information on menus','','https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/','82.165.85.140','2019-05-29 08:47:26','2019-05-29 08:47:26','[&#8230;] Bimber celebrates whisky milestone with founders club and exclusive cask [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(517,5362,'Food waste reduction with CESA','','https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/','82.165.85.140','2019-05-29 09:58:03','2019-05-29 09:58:03','[&#8230;] 75% of diners want carbon footprint information on menus [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(518,5359,'Food waste reduction with CESA','','https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/','82.165.85.140','2019-05-29 10:23:02','2019-05-29 10:23:02','[&#8230;] Bimber celebrates whisky milestone with founders club and exclusive cask [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(519,5355,'75% of diners want carbon footprint information on menus','','https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/','82.165.85.140','2019-05-29 10:40:11','2019-05-29 10:40:11','[&#8230;] Hardy’s new foodie range [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(520,5355,'Food waste reduction with CESA','','https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/','82.165.85.140','2019-05-29 10:57:45','2019-05-29 10:57:45','[&#8230;] Hardy’s new foodie range [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(521,5369,'Hubbard launches MXG 938, the 400kg a day icemaker','','https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/','82.165.85.140','2019-05-29 13:58:22','2019-05-29 13:58:22','[&#8230;] Reducing your food waste with CESA [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(522,3607,'Floor and more - Surface 360 sat down with On-Trade Progress','','https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/','82.165.85.140','2019-05-29 14:32:54','2019-05-29 14:32:54','[&#8230;] Viva Espana &#8211; Rioja Wines [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(523,3601,'Floor and more - Surface 360 sat down with On-Trade Progress','','https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/','82.165.85.140','2019-05-29 14:34:01','2019-05-29 14:34:01','[&#8230;] Celebrate Chinese New Year with Tilda [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(524,5376,'Council funding crisis may harm hospitality | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/','82.165.85.140','2019-05-29 14:50:02','2019-05-29 14:50:02','[&#8230;] Hubbard launches 400kg a day icemaker [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(525,5369,'Brockmans World Gin Day contest attracts record entries | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/','82.165.85.140','2019-05-30 10:00:31','2019-05-30 10:00:31','[&#8230;] Reducing your food waste with CESA [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(526,5395,'Two million extra pints to be sold on blockbuster day of sport | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/','82.165.85.140','2019-05-30 10:48:59','2019-05-30 10:48:59','[&#8230;] Brockmans World Gin Day contest attracts record entries [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(527,5388,'Two million extra pints to be sold on blockbuster day of sport | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/','82.165.85.140','2019-05-30 10:59:02','2019-05-30 10:59:02','[&#8230;] Council funding crisis may harm hospitality [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(528,5398,'UKH welcomes first step in relaxation of chef employment restrictions | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/','82.165.85.140','2019-05-31 08:35:53','2019-05-31 08:35:53','[&#8230;] Two million extra pints to be sold on blockbuster day of sport [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(529,5404,'Commercial Kitchen reveals Innovation Challenge contenders | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/','82.165.85.140','2019-05-31 08:56:51','2019-05-31 08:56:51','[&#8230;] UKH welcomes first step in relaxation of chef employment restrictions [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(531,5410,'Traditional blessing for Hogs Back Brewery hop garden | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/','82.165.85.140','2019-06-03 10:42:36','2019-06-03 10:42:36','[&#8230;] The new wellbeing and productivity-boosting recipe guide [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(533,5413,'UKH warns against MUP in Wales | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/','82.165.85.140','2019-06-03 13:18:06','2019-06-03 13:18:06','[&#8230;] Traditional blessing for Hogs Back Brewery hop garden [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(534,5410,'UKHospitality warns against MUP in Wales | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/','82.165.85.140','2019-06-03 13:46:31','2019-06-03 13:46:31','[&#8230;] The new wellbeing and productivity-boosting recipe guide [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(535,5422,'BBPA launches The Beer &amp; Pubcast | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/','82.165.85.140','2019-06-03 15:12:28','2019-06-03 15:12:28','[&#8230;] UKHospitality warns against MUP in Wales [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(536,5427,'Commercial Kitchen moves to London for 2020 | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/','82.165.85.140','2019-06-06 13:18:31','2019-06-06 13:18:31','[&#8230;] BBPA launches The Beer &amp; Pubcast [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(537,5476,'Women’s World Cup to boost beer sales by 3 million pints | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/','82.165.85.140','2019-06-06 13:43:52','2019-06-06 13:43:52','[&#8230;] Commercial Kitchen moves to London for 2020 [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(538,5479,'Amathus Drinks becomes UK distributor for Kanpai | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/','82.165.85.140','2019-06-06 13:55:29','2019-06-06 13:55:29','[&#8230;] Women’s World Cup to boost beer sales by 3 million pints [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(539,5482,'The Botanist to celebrate World Gin Day | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/06/the-botanist-to-celebrate-world-gin-day/','82.165.85.140','2019-06-06 14:24:51','2019-06-06 14:24:51','[&#8230;] Amathus Drinks becomes UK distributor for Kanpai [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(540,5486,'Fireball announces Fuelling The Fire Tour 2019 | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/06/fireball-announces-fuelling-the-fire-tour-2019/','82.165.85.140','2019-06-06 14:44:25','2019-06-06 14:44:25','[&#8230;] The Botanist to celebrate World Gin Day [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(541,5410,'URL','','http://www.1eS2vAVYc.net','77.81.107.26','2019-06-13 14:22:01','2019-06-13 14:22:01','<strong>... [Trackback]</strong>\n\n[...] Informations on that Topic: ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/ [...]',0,'0','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)','trackback',0,0),(542,5509,'Strongbow Dark Fruit relaunches its range with no artificial sweeteners','','https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/','82.165.85.140','2019-06-25 10:23:27','2019-06-25 10:23:27','[&#8230;] Giffard West Cup 2019 [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(543,5518,'Marston’s Launch It’s First Official Work Placement Scheme','','https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/','82.165.85.140','2019-06-25 10:42:14','2019-06-25 10:42:14','[&#8230;] Strongbow Dark Fruit relaunches its range with no artificial sweeteners, flavours or colours [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(544,5509,'Marston’s Launch It’s First Official Work Placement Scheme','','https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/','82.165.85.140','2019-06-25 10:43:16','2019-06-25 10:43:16','[&#8230;] Giffard West Cup 2019 [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(545,5521,'Calder Foods creates their new &#039;Love Fresh&#039; Burger','','https://www.ontradeprogress.com/2019/06/25/calder-foods-love-fresh/','82.165.85.140','2019-06-25 11:00:13','2019-06-25 11:00:13','[&#8230;] Marston’s Launch It’s First Official Work Placement Scheme [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(546,5504,'It&#039;s time for a pre-Brexit buying guide - Lynx Purchasing','','https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/','82.165.85.140','2019-06-25 11:17:18','2019-06-25 11:17:18','[&#8230;] New calorie and nutrition pledge from Heineken [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(547,5482,'London Craft Beer Festival launch the WABies best in class craft awards','','https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/','82.165.85.140','2019-06-25 13:17:54','2019-06-25 13:17:54','[&#8230;] Amathus Drinks becomes UK distributor for Kanpai [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(548,5533,'Media Alert: The New EFL Season Gets Underway on Sky Sports','','https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/','82.165.85.140','2019-06-25 14:05:22','2019-06-25 14:05:22','[&#8230;] London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(549,5529,'Media Alert: The New EFL Season Gets Underway on Sky Sports','','https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/','82.165.85.140','2019-06-25 14:09:00','2019-06-25 14:09:00','[&#8230;] It’s time for a pre-Brexit buying guide – Lynx Purchasing [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(550,5504,'Marston’s Launch It’s First Official Work Placement Scheme','','https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/','82.165.85.140','2019-06-25 14:48:28','2019-06-25 14:48:28','[&#8230;] New calorie and nutrition pledge from Heineken [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(551,5504,'Strongbow Dark Fruit relaunches its range with no artificial sweeteners','','https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit-cloudy-apple/','82.165.85.140','2019-06-25 15:15:21','2019-06-25 15:15:21','[&#8230;] New calorie and nutrition pledge from Heineken [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(552,5498,'Strongbow Dark Fruit relaunches its range with no artificial sweeteners','','https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit-cloudy-apple/','82.165.85.140','2019-06-25 15:26:44','2019-06-25 15:26:44','[&#8230;] New Strongbow dual fount which could boost cider sales by 44% [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(553,5547,'Fentimans launches first premium soft drinks and mixer report','','https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/','82.165.85.140','2019-07-02 08:41:18','2019-07-02 08:41:18','[&#8230;] New vintage style cocktail glassware from Artis [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(554,5542,'Fentimans launches first premium soft drinks and mixer report','','https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/','82.165.85.140','2019-07-02 09:03:19','2019-07-02 09:03:19','[&#8230;] Media Alert: The New EFL Season Gets Underway on Sky Sports [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(555,5552,'Heathwick brings innovation to imported beer market','','https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/','82.165.85.140','2019-07-02 09:27:10','2019-07-02 09:27:10','[&#8230;] Fentimans launches first premium soft drinks and mixer report [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(556,5564,'Windhoek Lager completes fundraising challenge for Save the Rhino Int&#039;l','','https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/','82.165.85.140','2019-07-02 10:20:56','2019-07-02 10:20:56','[&#8230;] Country Range launches four new desserts [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(557,5574,'Foodservice brand Country Range launches four new desserts','','https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/','82.165.85.140','2019-07-02 10:22:01','2019-07-02 10:22:01','[&#8230;] Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(558,5574,'Grande Cuisine promises a versatile solution courtesy of Mareno','','https://www.ontradeprogress.com/2019/07/02/grande-cuisine-mareno/','82.165.85.140','2019-07-02 11:04:16','2019-07-02 11:04:16','[&#8230;] Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(559,5580,'Keep your cool this summer with ice solutions from Hendi UK','','https://www.ontradeprogress.com/2019/07/02/hendi-uk-ice-crushed/','82.165.85.140','2019-07-02 13:26:10','2019-07-02 13:26:10','[&#8230;] Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(560,5574,'Keep your cool this summer with ice solutions from Hendi UK','','https://www.ontradeprogress.com/2019/07/02/hendi-uk-ice-crushed/','82.165.85.140','2019-07-02 13:32:05','2019-07-02 13:32:05','[&#8230;] Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(561,5533,'Fentimans launches first premium soft drinks and mixer report','','https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/','82.165.85.140','2019-07-02 13:52:41','2019-07-02 13:52:41','[&#8230;] London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(562,5558,'Foodservice brand Country Range launches four new desserts','','https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/','82.165.85.140','2019-07-02 14:18:37','2019-07-02 14:18:37','[&#8230;] Heathwick brings innovation to the imported beer market [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(563,5564,'Keep your cool this summer with ice solutions from Hendi UK','','https://www.ontradeprogress.com/2019/07/02/hendi-uk-ice-crushed/','82.165.85.140','2019-07-02 14:44:31','2019-07-02 14:44:31','[&#8230;] Country Range launches four new desserts [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(564,5558,'Windhoek Lager completes fundraising challenge for Save the Rhino Int&#039;l','','https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/','82.165.85.140','2019-07-03 08:52:40','2019-07-03 08:52:40','[&#8230;] Heathwick brings innovation to the imported beer market [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(565,5410,'URL','','http://www.xvwRUXp.net','88.150.182.147','2019-07-19 05:52:23','2019-07-19 05:52:23','<strong>... [Trackback]</strong>\n\n[...] Read More Infos here: ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/ [...]',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.0; FunWebProducts; PeoplePal 3.0)','trackback',0,0),(566,5398,'The new wellbeing and productivity-boosting recipe guide | Ontrade Progress','','https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/','82.165.85.140','2019-07-24 08:57:25','2019-07-24 08:57:25','[&#8230;] Two million extra pints to be sold on blockbuster day of sport [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(567,5404,'Traditional blessing for Hogs Back Brewery hop garden | Ontrade Progress','','https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/','82.165.85.140','2019-07-24 09:00:04','2019-07-24 09:00:04','[&#8230;] UKH welcomes first step in relaxation of chef employment restrictions [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(568,375,'BBPA Chief Brigid Simmonds tells Committee that high taxes threaten pubs ','','https://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/','82.165.85.140','2019-07-24 09:01:57','2019-07-24 09:01:57','[&#8230;] BBPA comments on Government/ DUP [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(569,5669,'Fentimans launches a new light range of soft drinks','','https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/','82.165.85.140','2019-07-30 12:09:49','2019-07-30 12:09:49','[&#8230;] Mrs Foggs praises Void [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(570,5669,'BBPA and Alzheimer’s Society to promote Dementia Friends','','https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/','82.165.85.140','2019-07-30 12:50:13','2019-07-30 12:50:13','[&#8230;] Mrs Foggs praises Void [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(571,5678,'Grand Trunk Road standard recipe card | Ontrade Progress','','https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-recipe/','82.165.85.140','2019-07-31 10:59:09','2019-07-31 10:59:09','[&#8230;] BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(572,5673,'Grand Trunk Road standard recipe card | Ontrade Progress','','https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-recipe/','82.165.85.140','2019-07-31 11:01:42','2019-07-31 11:01:42','[&#8230;] Fentimans launches a new light range of soft drinks [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(573,5669,'Grand Trunk Road standard recipe card | Ontrade Progress','','https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-recipe/','82.165.85.140','2019-07-31 11:04:01','2019-07-31 11:04:01','[&#8230;] Mrs Foggs praises Void [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(574,5678,'Grand Trunk Road - Lahori Keema Matar From Sharma &amp; Rajesh Suri','','https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/','82.165.85.140','2019-07-31 11:10:56','2019-07-31 11:10:56','[&#8230;] BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(575,5673,'Grand Trunk Road - Lahori Keema Matar From Sharma &amp; Rajesh Suri','','https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/','82.165.85.140','2019-07-31 11:12:03','2019-07-31 11:12:03','[&#8230;] Fentimans launches a new light range of soft drinks [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(576,5702,'The Importance of using British Lion Eggs with restaurateur Rajesh Suri','','https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/','82.165.85.140','2019-07-31 12:50:03','2019-07-31 12:50:03','[&#8230;] Grand Trunk Road – Lahori Keema Matar [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(577,5673,'The Importance of using British Lion Eggs with restaurateur Rajesh Suri','','https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/','82.165.85.140','2019-07-31 12:51:09','2019-07-31 12:51:09','[&#8230;] Fentimans launches a new light range of soft drinks [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(578,5706,'We met Mr Elek to discuss the future of the karaoke chain, Lucky Voice','','https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/','82.165.85.140','2019-07-31 13:38:00','2019-07-31 13:38:00','[&#8230;] We’re joined by Indian restaurateurs, Rajesh Suri &amp; Dayashankar Sharma – The Importance of u&#8230; [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(579,5712,'Fentimans announces first cocktail competition winner','','https://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/','82.165.85.140','2019-08-05 13:46:52','2019-08-05 13:46:52','[&#8230;] We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(580,5712,'Sky Sports Releases October Premier League Fixtures','','https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/','82.165.85.140','2019-08-05 14:03:28','2019-08-05 14:03:28','[&#8230;] We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(581,5706,'Sky Sports Releases October Premier League Fixtures','','https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/','82.165.85.140','2019-08-05 14:05:32','2019-08-05 14:05:32','[&#8230;] We’re joined by Indian restaurateurs, Rajesh Suri &amp; Dayashankar Sharma – The Importance of u&#8230; [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(582,5717,'Greater Manchester leads the way says UKHospitality','','https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/','82.165.85.140','2019-08-05 14:35:30','2019-08-05 14:35:30','[&#8230;] Sky Sports Releases October Premier League Fixtures [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(583,5720,'Greater Manchester leads the way says UKHospitality','','https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/','82.165.85.140','2019-08-05 14:37:09','2019-08-05 14:37:09','[&#8230;] Fentimans announces the first cocktail competition winner [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(584,5766,'Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards','','https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/','82.165.85.140','2019-08-19 10:04:54','2019-08-19 10:04:54','[&#8230;] Marston’s Sell Out During the Ashes [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(585,5775,'Carlsberg UK and Guild of Beer Writers launch sustainability award','','https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/','82.165.85.140','2019-08-19 10:24:49','2019-08-19 10:24:49','[&#8230;] Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(586,5779,'Ei Publican Partnerships re-launches evolved pub application hub','','https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/','82.165.85.140','2019-08-19 11:00:22','2019-08-19 11:00:22','[&#8230;] Carlsberg UK and Guild of Beer Writers launch sustainability award [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(587,5782,'The Fentimans Secret Spritz Garden has now opened in Farringdon','','https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/','82.165.85.140','2019-08-19 12:18:02','2019-08-19 12:18:02','[&#8230;] Ei Publican Partnerships re-launches evolved pub application hub [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(588,5787,'Pubs across the country enter Charity Pub of the Year competition','','https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/','82.165.85.140','2019-08-19 12:47:36','2019-08-19 12:47:36','[&#8230;] The Fentimans Secret Spritz Garden has now opened its doors in Farringdon [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(589,5782,'Pubs across the country enter Charity Pub of the Year competition','','https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/','82.165.85.140','2019-08-19 12:52:39','2019-08-19 12:52:39','[&#8230;] Ei Publican Partnerships re-launches evolved pub application hub [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(590,5790,'Molson Coors Commits to Reduce Plastics in Packaging','','https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/','82.165.85.140','2019-08-19 13:08:53','2019-08-19 13:08:53','[&#8230;] Pubs across the country enter Charity Pub of the Year competition [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(591,5793,'Berto to open on Holloway Road on Saturday 31st August','','https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/','82.165.85.140','2019-08-19 13:28:11','2019-08-19 13:28:11','[&#8230;] Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Rep&#8230; [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(592,5796,'Woodforde&#039;s Brewery targets international growth with new hire','','https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/','82.165.85.140','2019-08-19 13:49:12','2019-08-19 13:49:12','[&#8230;] Berto to open on Holloway Road [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(593,5793,'Woodforde&#039;s Brewery targets international growth with new hire','','https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/','82.165.85.140','2019-08-19 13:51:20','2019-08-19 13:51:20','[&#8230;] Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Rep&#8230; [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(594,5803,'Safe Eggs ‘n’ Soldiers - British Lion Eggs &amp; Little Ships, Ramsgate, Kent','','https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/','82.165.85.140','2019-08-19 15:17:06','2019-08-19 15:17:06','[&#8230;] Woodforde’s Brewery targets international growth with new hire [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(595,5796,'Safe Eggs ‘n’ Soldiers - British Lion Eggs &amp; Little Ships, Ramsgate, Kent','','https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/','82.165.85.140','2019-08-19 15:22:59','2019-08-19 15:22:59','[&#8230;] Berto to open on Holloway Road [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(596,5822,'FriPura – the answer to reducing your cooking oil costs','','https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/','82.165.85.140','2019-09-02 11:53:38','2019-09-02 11:53:38','[&#8230;] Country Range releases five new curry pastes [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(597,5832,'Seasonal Christmas glassware picks from distributer Artis','','https://www.ontradeprogress.com/2019/09/02/artis-seasonal-glassware-picks-from/','82.165.85.140','2019-09-02 12:45:34','2019-09-02 12:45:34','[&#8230;] Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(598,5807,'FriPura – the answer to reducing your cooking oil costs','','https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/','82.165.85.140','2019-09-02 12:52:22','2019-09-02 12:52:22','[&#8230;] Safe Eggs ‘n’ Soldiers – British Lion Eggs [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(599,5803,'FriPura – the answer to reducing your cooking oil costs','','https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/','82.165.85.140','2019-09-02 12:55:24','2019-09-02 12:55:24','[&#8230;] Woodforde’s Brewery targets international growth with new hire [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(600,5847,'Hobgoblin takes on brand evolution including overhaul of its beers','','https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/','82.165.85.140','2019-09-16 10:40:49','2019-09-16 10:40:49','[&#8230;] Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(601,5871,'Rugby World Cup 2019: How to score big with the footfall','','https://www.ontradeprogress.com/2019/09/16/rugby-world-cup-2019-how-to-score-big/','82.165.85.140','2019-09-16 10:59:16','2019-09-16 10:59:16','[&#8230;] Hobgoblin takes on brand evolution [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(602,5847,'Rugby World Cup 2019: How to score big with the footfall','','https://www.ontradeprogress.com/2019/09/16/rugby-world-cup-2019-how-to-score-big/','82.165.85.140','2019-09-17 13:32:01','2019-09-17 13:32:01','[&#8230;] Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(603,5835,'Hobgoblin takes on brand evolution including overhaul of its beers','','https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/','82.165.85.140','2019-09-23 10:12:56','2019-09-23 10:12:56','[&#8230;] Seasonal glassware picks from Artis [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(604,5899,'Meet hospitality experts at Restaurant &amp; Bar Tech Live!','','https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitsality/','82.165.85.140','2019-10-01 09:19:06','2019-10-01 09:19:06','[&#8230;] How to design a great restaurant website [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(605,5896,'Meet hospitality experts at Restaurant &amp; Bar Tech Live!','','https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitsality/','82.165.85.140','2019-10-01 09:24:49','2019-10-01 09:24:49','[&#8230;] Rum Trends For 2020 [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(606,5889,'Meet hospitality experts at Restaurant &amp; Bar Tech Live!','','https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/','82.165.85.140','2019-10-01 09:39:10','2019-10-01 09:39:10','[&#8230;] Increase your Customer Spend with Singa [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(607,5913,'Brand new range from Libbey - Divergence from Artis','','https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/','82.165.85.140','2019-10-01 09:54:57','2019-10-01 09:54:57','[&#8230;] Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live! [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(608,5918,'UKHospitality reaction to National Living Wage announcement','','https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/','82.165.85.140','2019-10-01 10:03:18','2019-10-01 10:03:18','[&#8230;] Divergence from Artis [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(609,5913,'UKHospitality reaction to National Living Wage announcement','','https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/','82.165.85.140','2019-10-01 10:06:30','2019-10-01 10:06:30','[&#8230;] Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live! [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(610,5924,'Emma McClarkin appointed as new Chief Executive of the BBPA','','https://www.ontradeprogress.com/2019/10/01/emma-mcclarkin-new-chief-executive-bbpa/','82.165.85.140','2019-10-01 10:37:17','2019-10-01 10:37:17','[&#8230;] UKHospitality reaction to National Living Wage announcement [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(611,5918,'Emma McClarkin appointed as new Chief Executive of the BBPA','','https://www.ontradeprogress.com/2019/10/01/emma-mcclarkin-new-chief-executive-bbpa/','82.165.85.140','2019-10-01 10:38:31','2019-10-01 10:38:31','[&#8230;] Divergence from Artis [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.1','pingback',0,0),(612,6191,'The Fizz Weekly Update &#8211; The Better Late Than Never Edition (2020-01-17) &#8211; Towards the Purrfect Pint','','https://purrfectpint.com/the-fizz-weekly-update-the-better-late-than-never-edition-2020-01-17/','162.241.226.127','2020-01-17 22:58:25','2020-01-17 22:58:25','[&#8230;] The No and Low down &#8211; OnTradeProgress. Pete Brown delves into whether no / low-ABV drinking is a fad, or here to stay.   [&#8230;]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.3.2','pingback',0,0),(613,6191,'Oluttrendit lupailevat kuivuvaa 2020-lukua | Olutkoira','','https://olutkoira.wordpress.com/2020/01/30/oluttrendit-lupailevat-kuivuvaa-2020-lukua/','192.0.101.233','2020-01-30 21:52:36','2020-01-30 21:52:36','[&#8230;] hahmo kuin Pete Brown käytti tässä kuussa (kuten muuten viime vuoden tammikuussakin) kokonaisen kolumnin vakuuttaakseen lukijat siitä, että 0–0,5-prosenttinen olut on nyt tullut [&#8230;]',0,'0','The Incutio XML-RPC PHP Library','pingback',0,0);
/*!40000 ALTER TABLE `wpfr_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_db7_forms`
--

DROP TABLE IF EXISTS `wpfr_db7_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_db7_forms` (
  `form_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_post_id` bigint(20) NOT NULL,
  `form_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=471 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_db7_forms`
--

LOCK TABLES `wpfr_db7_forms` WRITE;
/*!40000 ALTER TABLE `wpfr_db7_forms` DISABLE KEYS */;
INSERT INTO `wpfr_db7_forms` VALUES (2,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"superaff@cash4u.com\";}','2019-05-23 16:33:18'),(108,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"clare@hootsndhollerpr.com\";}','2019-05-24 21:28:21'),(268,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"stephanie@drinkingoutloud.com\";}','2019-05-27 14:40:02'),(288,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:37:\"anastasia.yates@freshmontgomery.co.uk\";}','2019-05-30 08:27:49'),(289,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Kirthana Dewi\";s:10:\"your-email\";s:15:\"kd@aisgroup.biz\";s:7:\"tel-203\";s:10:\"0149669636\";s:12:\"textarea-519\";s:51:\"B3-U1-3, Block B3, Level U1\r\nSolaris Dutamas, No. 1\";}','2019-05-31 03:06:07'),(290,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Kirthana Dewi\";s:10:\"your-email\";s:15:\"kd@aisgroup.biz\";s:7:\"tel-203\";s:10:\"0149669636\";s:12:\"textarea-519\";s:162:\"Hello there, I would like to inquire about the advertisement details in your magazine. Please provide me with the contact details of person in charge. Thank you. \";}','2019-05-31 03:06:25'),(291,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"test@ontradeprogress.com\";}','2019-06-04 14:22:29'),(292,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"test@ontradeprogress.com\";}','2019-06-04 14:22:44'),(293,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:4:\"test\";s:10:\"your-email\";s:24:\"test@ontradeprogress.com\";s:7:\"tel-203\";s:11:\"07739997708\";s:12:\"textarea-202\";s:4:\"test\";}','2019-06-04 14:23:25'),(294,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"june.heath@elliottsagency.com\";}','2019-06-12 10:08:20'),(295,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"katehempsallpr@outlook.com\";}','2019-06-18 14:09:06'),(296,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Bryony\";s:10:\"your-email\";s:30:\"bryony.throup@prysmgroup.co.uk\";s:7:\"tel-203\";s:11:\"01179902096\";s:12:\"textarea-202\";s:36:\"Can&#039;t wait to see your content!\";}','2019-06-20 10:36:03'),(297,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"richard@stand.agency\";}','2019-06-24 08:52:17'),(298,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:15:\"jack@fsc.uk.com\";}','2019-06-24 14:14:11'),(299,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"sophia@purplemustard.co.uk\";}','2019-06-26 08:56:59'),(300,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"michael.gibson@wgrant.com\";}','2019-06-30 21:04:31'),(301,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"hello@thepostroomcafe.co.uk\";}','2019-07-08 12:05:08'),(302,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"james.bolton@mbplc.com\";}','2019-07-08 20:17:14'),(303,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:13:\"TEST@TEST.COM\";}','2019-07-17 08:15:19'),(304,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:13:\"TEST@TEST.COM\";}','2019-07-17 08:15:28'),(305,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:13:\"TEST@TEST.COM\";}','2019-07-17 08:15:49'),(306,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"ryan@ontradeprogress.com\";}','2019-07-17 08:16:57'),(307,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:34:\"ryanthemanbunce@bwmediagroup.co.uk\";}','2019-07-17 08:17:00'),(308,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"ryan@bwmediagroup.co.uk\";}','2019-07-17 08:17:38'),(309,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:15:\"test@live.co.uk\";}','2019-07-17 08:18:05'),(310,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"test@ontradeprogress.com\";}','2019-07-17 08:18:53'),(311,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"sousa.antunes87@gmail.com\";}','2019-07-18 03:07:01'),(312,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Tiago\";s:10:\"your-email\";s:25:\"sousa.antunes87@gmail.com\";s:7:\"tel-203\";s:7:\"7888469\";s:12:\"textarea-202\";s:127:\"I would like to receivemagazines ar home.\r\nI live in Reykjavik in Iceland.\r\nIt will be possible?\r\n\r\nThank you.\r\n\r\nTiago Antunes\";}','2019-07-18 03:11:08'),(313,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Caroline Walker\";s:10:\"your-email\";s:27:\"caroline@thehubagency.co.uk\";s:7:\"tel-203\";s:13:\"+441732617070\";s:12:\"textarea-202\";s:27:\"Chapel Farm\r\nIghtham Bypass\";}','2019-07-18 12:29:26'),(314,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Darcey Walmsley\";s:12:\"company-name\";s:14:\"The Hub Agency\";s:10:\"your-email\";s:25:\"darcey@thehubagency.co.uk\";s:7:\"tel-364\";s:11:\"01732617070\";}','2019-07-18 12:36:36'),(315,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:16:\"ss@redkitepr.com\";}','2019-07-31 07:29:50'),(316,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:18:\"Peter O&#039;Brien\";s:10:\"your-email\";s:25:\"subscriptions@gorkana.com\";s:7:\"tel-203\";s:13:\"+442076740200\";s:12:\"textarea-202\";s:31:\"5 Churchill Place\r\nCanary Wharf\";}','2019-07-31 08:58:05'),(317,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"Sarah.ogilvie@hellostir.com\";}','2019-08-08 13:48:37'),(318,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"philmellows@btinternet.com\";}','2019-08-13 13:49:24'),(319,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Sarah Ogilvie\";s:12:\"company-name\";s:4:\"Stir\";s:10:\"your-email\";s:27:\"sarah.ogilvie@hellostir.com\";s:7:\"tel-364\";s:10:\"2037506175\";}','2019-08-19 15:22:23'),(320,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Sarah Ogilvie\";s:12:\"company-name\";s:4:\"Stir\";s:10:\"your-email\";s:27:\"sarah.ogilvie@hellostir.com\";s:7:\"tel-364\";s:11:\"02037506175\";}','2019-08-19 15:22:35'),(321,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"pete clucas\";s:10:\"your-email\";s:22:\"pete@lostboyspizza.com\";s:7:\"tel-203\";s:11:\"07950946843\";s:12:\"textarea-202\";s:0:\"\";}','2019-08-20 10:25:06'),(322,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"sarah Ogilvie\";s:12:\"company-name\";s:4:\"Stir\";s:10:\"your-email\";s:27:\"sarah.ogilvie@hellostir.com\";s:7:\"tel-364\";s:13:\"020 3750 6175\";}','2019-08-20 14:51:28'),(323,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Bryony Throup\";s:10:\"your-email\";s:30:\"bryony.throup@prysmgroup.co.uk\";s:7:\"tel-203\";s:11:\"07925278563\";s:12:\"textarea-202\";s:17:\"10 Prudham Street\";}','2019-08-22 15:27:50'),(324,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"James Pepperday\";s:10:\"your-email\";s:26:\"james.pepperday@cision.com\";s:7:\"tel-203\";s:13:\"020 7674 0216\";s:12:\"textarea-202\";s:244:\"Hi,\r\n\r\nI am contacting you on behalf of Cision, a media monitoring agency in London. We would like to receive the print copy of On Trade Progress. Please can you tell me if this is possible and how to go about setting this up?\r\n\r\nThanks,\r\nJames\";}','2019-08-28 15:51:38'),(325,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Sean Farrell\";s:10:\"your-email\";s:19:\"Sean.F@ghergich.com\";s:7:\"tel-203\";s:12:\"877-960-7767\";s:12:\"textarea-519\";s:520:\"Hi  -\r\n\r\nWe worked with Salesforce Marketing Cloud to create an infographic\r\nthat breaks down three big email marketing metrics: open rate, bounce\r\nrate, and click-through rate. It shows how each is calculated, what\r\nrates marketers should aim for, and gives tips for improving them.\r\n\r\nFor example, your bounce rate should be 2% or lower, while an\r\nexcellent click-through rate can be anything above 5%.\r\n\r\nPlease let me know if you’re interested in seeing the full\r\ninfographic. I’d be happy to forward it to you.\";}','2019-09-03 12:29:52'),(326,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"sarah.ogilvie@hellostir.com\";}','2019-09-05 14:10:44'),(327,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:32:\"alex.booth@freshmontgomery.co.uk\";}','2019-09-09 08:35:48'),(328,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Matt Kealey\";s:10:\"your-email\";s:33:\"matt.kealey@freshmontgomery.co.uk\";s:7:\"tel-203\";s:11:\"02078863002\";s:12:\"textarea-202\";s:19:\"9 Manchester Square\";}','2019-09-09 08:37:46'),(329,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Kate Hempsall\";s:10:\"your-email\";s:26:\"katehempsallpr@outlook.com\";s:7:\"tel-203\";s:11:\"07534190241\";s:12:\"textarea-202\";s:180:\"Hi - would like to subscribe to keep in touch with your news, please.\r\n\r\nMailing address if appropriate is:\r\n56 Wren Walk\r\nEynesbury Manor\r\nSt Neots\r\nPE19 2GE\r\n\r\nMany thanks\r\nKate \";}','2019-09-09 08:38:39'),(330,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"teaboy@publicityworks.biz\";}','2019-09-10 14:58:53'),(331,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"matthew@zigzagpr.co.uk\";}','2019-09-10 15:35:55'),(332,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"James Mackenzie\";s:10:\"your-email\";s:32:\"james.mackenzie@alliancewine.com\";s:7:\"tel-203\";s:11:\"02079390770\";s:12:\"textarea-202\";s:36:\"7 Beechfield Road\r\nWillowyard Estate\";}','2019-09-11 07:05:44'),(333,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"jsoar@fraserbrown.com\";}','2019-09-11 08:49:35'),(334,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:15:\"jack@fsc.uk.com\";}','2019-09-11 14:23:41'),(335,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Bryony Throup\";s:10:\"your-email\";s:30:\"bryony.throup@prysmgroup.co.uk\";s:7:\"tel-203\";s:11:\"07925278563\";s:12:\"textarea-202\";s:0:\"\";}','2019-09-18 15:17:46'),(336,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"ros@shielporter.com\";}','2019-09-20 06:51:44'),(337,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"James Dootson\";s:10:\"your-email\";s:28:\"james.dootson@stormcom.co.uk\";s:7:\"tel-203\";s:11:\"02072402444\";s:12:\"textarea-519\";s:428:\"Hi Ryan,\r\n\r\nJust a quick query which would be great to get a response on fairly quickly as I&#039;m being chased. Would you happen to do back copies of on-trade progress? Fourpure Brewing Co. featured in a three-page article in the #20 and would like to shocase the piece in their office. Would it be possible to receive a back copy of this issue in the post and we can arrange payment accordingly?\r\n\r\nMuch appreciated,\r\nJamie\r\n\";}','2019-09-20 12:37:18'),(338,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:14:\"andrea hopkins\";s:12:\"company-name\";s:10:\"plum ideas\";s:10:\"your-email\";s:22:\"andrea@plumideas.co.uk\";s:7:\"tel-364\";s:12:\"07796 170413\";}','2019-09-24 14:05:59'),(339,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Rob Mannion\";s:10:\"your-email\";s:26:\"rob.mannion@rnfdigital.com\";s:7:\"tel-203\";s:11:\"01926298867\";s:12:\"textarea-202\";s:32:\"Frederick House\r\n1 Augusta Place\";}','2019-09-25 10:02:47'),(340,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Catharina Clark\";s:10:\"your-email\";s:28:\"cat.clark@elliottsagency.com\";s:7:\"tel-203\";s:12:\"01908 787630\";s:12:\"textarea-519\";s:170:\"Hello,\r\n\r\nI hope you are well? I know this is early but I was wondering if I could please have your 2020 features and media packs for On Trade Progress?\r\n\r\nThanks,\r\nCat\r\n\";}','2019-09-26 09:51:47'),(341,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Bryony Throup\";s:10:\"your-email\";s:30:\"bryony.throup@prysmgroup.co.uk\";s:7:\"tel-203\";s:11:\"07925278563\";s:12:\"textarea-202\";s:0:\"\";}','2019-09-26 10:44:05'),(342,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Fergal\";s:12:\"company-name\";s:7:\"McGuire\";s:10:\"your-email\";s:30:\"8cQYlgPwG61DEB5@teleosaurs.xyz\";s:7:\"tel-364\";s:11:\"07479276673\";}','2019-09-27 15:26:33'),(343,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Sarah\";s:12:\"company-name\";s:7:\"Ogilvie\";s:10:\"your-email\";s:26:\"sarah.ogilvie@hellstir.com\";s:7:\"tel-364\";s:11:\"02037506175\";}','2019-10-01 08:38:31'),(344,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"elaine.styles@gmail.com\";}','2019-10-02 07:53:32'),(345,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:3:\"sam\";s:12:\"company-name\";s:3:\"FSC\";s:10:\"your-email\";s:14:\"sam@fsc.uk.com\";s:7:\"tel-364\";s:11:\"02035675812\";}','2019-10-02 11:12:47'),(346,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"caragh.seymour@speedcomms.com\";}','2019-10-10 08:50:29'),(347,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:3:\"sam\";s:10:\"your-email\";s:14:\"sam@fsc.uk.com\";s:7:\"tel-203\";s:11:\"02039856810\";s:12:\"textarea-202\";s:0:\"\";}','2019-10-10 10:11:34'),(348,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Richard Thiardt\";s:12:\"company-name\";s:7:\"Stir PR\";s:10:\"your-email\";s:29:\"richard.thiardt@hellostir.com\";s:7:\"tel-364\";s:11:\"02037506117\";}','2019-10-10 11:11:59'),(349,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:16:\"sulinong@aol.com\";}','2019-10-15 15:58:49'),(350,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"info@thenewinnheckfield.co.uk\";}','2019-10-15 15:59:13'),(351,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"rasuk944@gmail.com\";}','2019-10-15 16:00:08'),(352,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"sian_williams@nfumutual.co.uk\";}','2019-10-18 13:11:21'),(353,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"David Stein\";s:10:\"your-email\";s:24:\"cimfilmstudios@gmail.com\";s:7:\"tel-203\";s:11:\"05168099503\";s:12:\"textarea-202\";s:477:\"Subject: Putting your products on my TV cooking show\r\n\r\nHi,\r\nI am the marketing director for a national TV cooking show called, &quot;Taste This TV&quot;. At the request of the Chef and host of the show he would like to incorporate your products in an upcoming show. He spoke to someone at a Food Show recently. He is familiar with the brand. I left a phone message but didn’t get a returned call. Can I get a more direct e-mail address to send some additional information?\r\n\";}','2019-10-20 16:09:42'),(354,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Sophie Becks\";s:10:\"your-email\";s:27:\"sophie.becks@speedcomms.com\";s:7:\"tel-203\";s:11:\"07376255490\";s:12:\"textarea-519\";s:331:\"Hi there\r\n\r\nHope you&#039;re well...I am emailing on behalf of illy and I wondered if it would be possible to get a copy of your media pack?\r\n\r\nWe would just like some information on the circulation, what OTP covers, target audience, type of features etc before your interview lined up with Glen next week.\r\n\r\nThank you \r\n\r\nSophie \";}','2019-10-23 15:27:34'),(355,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"mcturco69@hotmail.com\";}','2019-10-28 14:38:40'),(356,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:30:\"ian@promotionalwarehouse.co.uk\";}','2019-11-04 12:53:24'),(357,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Rhiannon Jepson\";s:12:\"company-name\";s:7:\"PPL PRS\";s:10:\"your-email\";s:28:\"rhiannon.jepson@pplprs.co.uk\";s:7:\"tel-364\";s:13:\"01164 789 312\";}','2019-11-06 11:04:42'),(358,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"p Tina\";s:12:\"company-name\";s:8:\"software\";s:10:\"your-email\";s:24:\"preethi.tina89@gmail.com\";s:7:\"tel-364\";s:10:\"5184571110\";}','2019-11-15 11:55:23'),(359,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"p Tina\";s:12:\"company-name\";s:8:\"software\";s:10:\"your-email\";s:24:\"preethi.tina89@gmail.com\";s:7:\"tel-364\";s:10:\"5184571110\";}','2019-11-15 11:55:33'),(360,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"p Tina\";s:12:\"company-name\";s:8:\"software\";s:10:\"your-email\";s:24:\"preethi.tina89@gmail.com\";s:7:\"tel-364\";s:10:\"5184571110\";}','2019-11-15 11:56:05'),(361,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:35:\"daniel.cripps@royalberkshire.nhs.uk\";}','2019-11-15 12:50:39'),(362,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"David.saf@hotmail.co.uk\";}','2019-11-15 13:44:27'),(363,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"os@kraft-werks.com\";}','2019-11-15 14:07:31'),(364,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:28:\"michelle_perrett@yahoo.co.uk\";}','2019-11-19 19:03:51'),(365,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Nicki Leach\";s:12:\"company-name\";s:21:\"RAW Food and Drink PR\";s:10:\"your-email\";s:29:\"nicki@rawfoodanddrinkpr.co.uk\";s:7:\"tel-364\";s:11:\"07964035884\";}','2019-11-20 13:21:43'),(366,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Nicki Leach\";s:12:\"company-name\";s:22:\"RAW Food and Drink PR \";s:10:\"your-email\";s:29:\"nicki@rawfoodanddrinkpr.co.uk\";s:7:\"tel-364\";s:11:\"07964035884\";}','2019-11-20 13:26:07'),(367,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Matthew Clipson\";s:10:\"your-email\";s:19:\"mail@clipson.org.uk\";s:7:\"tel-203\";s:11:\"01749872051\";s:12:\"textarea-202\";s:0:\"\";}','2019-11-21 11:38:07'),(368,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Nicki Leach \";s:10:\"your-email\";s:29:\"nicki@rawfoodanddrinkpr.co.uk\";s:7:\"tel-203\";s:11:\"07964035884\";s:12:\"textarea-519\";s:104:\"Hello,\r\nPlease can I have the copy deadline dates for features in January and December 2020?\r\nThank you \";}','2019-11-21 14:27:18'),(369,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"louise@perfect10pr.co.uk\";}','2019-11-26 10:24:05'),(370,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:16:\"Louise  Duffield\";s:10:\"your-email\";s:24:\"louise@perfect10pr.co.uk\";s:7:\"tel-203\";s:13:\"+447787552647\";s:12:\"textarea-519\";s:122:\"Do you have a media pack and a list of forward features for 2020 please? If so, could you email them to me, thanks. Louise\";}','2019-11-26 10:25:48'),(371,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Markus Keusen\";s:10:\"your-email\";s:22:\"markus@bigdropbrew.com\";s:7:\"tel-203\";s:13:\"0046703540088\";s:12:\"textarea-202\";s:0:\"\";}','2019-11-26 13:22:13'),(372,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"stu@nonfacture.co.uk\";}','2019-11-26 21:21:17'),(373,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"beckysheaves@gmail.com\";}','2019-12-02 13:31:46'),(374,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Gillian Crook\";s:12:\"company-name\";s:17:\"Shrewdd Marketing\";s:10:\"your-email\";s:21:\"gillcrook@shrewdd.com\";s:7:\"tel-364\";s:11:\"01422363424\";}','2019-12-04 12:31:27'),(375,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Gillian Crook\";s:12:\"company-name\";s:17:\"Shrewdd Marketing\";s:10:\"your-email\";s:21:\"gillcrook@shrewdd.com\";s:7:\"tel-364\";s:11:\"01422363424\";}','2019-12-04 12:31:47'),(376,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"gillcrook@shrewdd.com\";}','2019-12-04 12:32:01'),(377,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:17:\"Ellen Panayiotou \";s:12:\"company-name\";s:10:\"Wild Card \";s:10:\"your-email\";s:31:\"ellen.panayiotou@wildcard.co.uk\";s:7:\"tel-364\";s:11:\"07786736419\";}','2019-12-06 12:31:27'),(378,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:14:\"Caitlin Eklund\";s:10:\"your-email\";s:21:\"c.eklund@torch.uk.com\";s:7:\"tel-203\";s:11:\"07535087830\";s:12:\"textarea-519\";s:144:\"Hi,\r\nPlease can you pass over a 2020 media pack including prices? I have a client interested in placing some ads.\r\n\r\nthanks in advance!\r\nCaitlin\";}','2019-12-06 16:41:08'),(379,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Jeff Carner\";s:10:\"your-email\";s:23:\"jeffseocarner@gmail.com\";s:7:\"tel-203\";s:10:\"2356895054\";s:12:\"textarea-519\";s:858:\"Re:  Error In Your Website…?\r\n\r\nHello,\r\n\r\nMy name is Jeff Carner and I am a Digital Marketing Specialists for a Creative Agency.\r\n\r\nI was doing some industry benchmarking for a client of mine when I came across your website.\r\n\r\nI noticed a few technical errors which correspond with a drop of website traffic over the last 2-3 months which I thought I would bring to your attention.\r\n\r\nAfter closer inspection, it appears your site is lacking in 4 key criteria.\r\n\r\n1- Website Speed\r\n2- Link Diversity\r\n3- Domain Authority\r\n4- Competition Comparison\r\n\r\nI would love the chance to send you all the errors that at least give you a gauge on the quality of what I do.  \r\n\r\nIf you are interested then please share your Phone number and requirements.\r\n\r\nOur prices are less than half of what other companies charge.\r\n\r\nThanks\r\nJeff Carner\r\njeffseocarner@gmail.com\";}','2019-12-07 05:46:23'),(380,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"aadams@bournemouth.ac.uk\";}','2019-12-10 13:44:30'),(381,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"david@justcrisps.co.uk\";}','2019-12-10 14:31:34'),(382,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"bethmeynell@googlemail.com\";}','2019-12-14 19:46:57'),(383,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"Meg Brooks\";s:10:\"your-email\";s:28:\"megan.brooks@incus-media.com\";s:7:\"tel-203\";s:13:\"01737 215 200\";s:12:\"textarea-519\";s:244:\"To Whom It May Concern,\r\n\r\nWe are collecting editorial calendars for the forthcoming year to help us provide you with relevant content.\r\n\r\nIf applicable, can you please send me your editorial calendar in due course.\r\n\r\nKind regards,\r\nMeg Brooks\";}','2019-12-19 10:23:29'),(384,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:14:\"mrdass@mac.com\";}','2019-12-20 10:11:48'),(385,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"jelenak@thedrg.co.uk\";}','2019-12-20 11:56:58'),(386,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:11:\"Chris Jones\";s:10:\"your-email\";s:25:\"chris@paragonbrands.co.uk\";s:7:\"tel-203\";s:11:\"01565872872\";s:12:\"textarea-202\";s:0:\"\";}','2020-01-06 11:45:37'),(387,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"flynn8463@gmail.com\";}','2020-01-07 22:00:42'),(388,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"Matt O’Connor\";s:10:\"your-email\";s:21:\"matt@calenodrinks.com\";s:7:\"tel-203\";s:11:\"07712120460\";s:12:\"textarea-202\";s:0:\"\";}','2020-01-08 15:12:50'),(389,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"brp180@yahoo.co.uk\";}','2020-01-09 01:01:49'),(390,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:30:\"paul.brazier@puritybrewing.com\";}','2020-01-09 09:57:34'),(391,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"ryan@bwmediagroup.co.uk\";}','2020-01-09 10:06:50'),(392,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"sean@blackforestbeers.co.uk\";}','2020-01-10 10:16:32'),(393,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:6:\"Megane\";s:10:\"your-email\";s:32:\"meganeleeding@matthewclark.co.uk\";s:7:\"tel-203\";s:10:\"7970981005\";s:12:\"textarea-202\";s:15:\"Whitchurch Lane\";}','2020-01-10 12:14:44'),(394,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"eithne@porterhouse.london\";}','2020-01-10 12:50:05'),(395,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"tracymcintosh101@gmail.com\";}','2020-01-10 13:35:22'),(396,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:28:\"alex@modernhospitality.co.uk\";}','2020-01-10 14:47:53'),(397,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"joannesteward@leisurepr.co.uk\";}','2020-01-13 11:31:33'),(398,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"dclarke@cowbellbrewing.com\";}','2020-01-13 13:57:49'),(399,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"joanne robinson\";s:12:\"company-name\";s:19:\"The Uniform studio \";s:10:\"your-email\";s:23:\"jo@theuniformstudio.com\";s:7:\"tel-364\";s:12:\"07889 817846\";}','2020-01-13 14:27:03'),(400,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:10:\"Nick Payne\";s:10:\"your-email\";s:17:\"nick@budvaruk.com\";s:7:\"tel-203\";s:11:\"07717079554\";s:12:\"textarea-202\";s:75:\"Hi \r\nPlease include me in your subscription for trade updates\r\nThanks\r\nNick\";}','2020-01-13 14:54:03'),(401,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:28:\"michelle_perrett@yahoo.co.uk\";}','2020-01-16 11:42:21'),(402,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"kaylaternes@yahoo.com\";}','2020-01-18 03:34:24'),(403,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"kaylaternes@yahoo.com\";}','2020-01-18 03:34:54'),(404,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"janjan85@orange.fr\";}','2020-01-19 19:12:56'),(405,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"janjan85@orange.fr\";}','2020-01-19 19:13:27'),(406,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Sarah\";s:12:\"company-name\";s:4:\"Stir\";s:10:\"your-email\";s:27:\"sarah.ogilvie@hellostir.com\";s:7:\"tel-364\";s:11:\"02037506175\";}','2020-01-20 15:36:46'),(407,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:14:\"Molly Thompson\";s:12:\"company-name\";s:16:\"Milk & Honey  PR\";s:10:\"your-email\";s:24:\"molly@milkandhoneypr.com\";s:7:\"tel-364\";s:11:\"02036377310\";}','2020-01-22 10:29:00'),(408,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"walsheider@hotmail.com\";}','2020-01-29 02:26:40'),(409,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Joe Thompson\";s:10:\"your-email\";s:24:\"joe.thompson@delegat.com\";s:7:\"tel-203\";s:11:\"07876540981\";s:12:\"textarea-202\";s:74:\"Delegat Europe Limited\r\n4th Floor\r\n27-29 Cursitor Street\r\nLondon\r\nEC4A 1LT\";}','2020-01-29 11:14:15'),(410,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Georgia Bell\";s:12:\"company-name\";s:19:\"Storm Communcations\";s:10:\"your-email\";s:27:\"georgia.bell@stormcom.co.uk\";s:7:\"tel-364\";s:11:\"02072402444\";}','2020-01-29 17:35:13'),(411,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:12:\"Georgia Bell\";s:12:\"company-name\";s:19:\"Storm Communcations\";s:10:\"your-email\";s:27:\"georgia.bell@stormcom.co.uk\";s:7:\"tel-364\";s:11:\"02072402444\";}','2020-01-30 10:18:24'),(412,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"theowlersltd@btinternet.com\";}','2020-01-30 13:30:06'),(413,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:15:\"The Owl, Camber\";s:10:\"your-email\";s:27:\"theowlersltd@btinternet.com\";s:7:\"tel-203\";s:11:\"07789023992\";s:12:\"textarea-202\";s:53:\"We would like to subscribe to your magazine. Please. \";}','2020-01-30 13:34:04'),(414,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"pubmania@hotmail.com\";}','2020-01-30 21:34:58'),(415,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"sean@blackforestbeers.co.uk\";}','2020-01-30 21:36:54'),(416,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"andy@abcdirect2u.co.uk\";}','2020-01-31 07:50:32'),(417,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"markmcmullen254@gmail.com\";}','2020-01-31 10:42:58'),(418,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:16:\"irena_d@email.cz\";}','2020-01-31 12:55:03'),(419,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:16:\"irena_d@email.cz\";}','2020-01-31 12:55:38'),(420,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"sharonc777@yahoo.com\";}','2020-01-31 23:02:47'),(421,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"carlabeth21@gmail.com\";}','2020-02-01 02:28:37'),(422,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"josh.smith@budvaruk.com\";}','2020-02-02 15:35:58'),(423,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"josh.smith@budvaruk.com\";}','2020-02-02 15:36:20'),(424,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"l_shetty@hotmail.com\";}','2020-02-03 13:53:14'),(425,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:3:\"Eva\";s:10:\"your-email\";s:22:\"info@giuliobarbieri.it\";s:7:\"tel-203\";s:15:\"+39 0532 821511\";s:12:\"textarea-519\";s:563:\"Good morning, this is Eva from Giulio Barbieri company, in Italy. \r\n\r\nOur company produces aluminum structures such as retractable tunnels, solar carports, canopies and marquees. You can take a look at our products at the following link: \r\nhttps:&#047;&#047;www.giuliobarbieri.it&#047;en&#047;home-page?set_language=en \r\n\r\nWe are interested in advertising our products in your online magazine. \r\nWe would like to receive your Media Pack to assess your advertising options, reader info and stats.\r\nCan you please send it to: info@giuliobarbieri.it\r\nBest regards.\r\n\";}','2020-02-03 15:38:42'),(426,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:30:\"michele.rinaldi@heineken.co.uk\";}','2020-02-04 14:26:38'),(427,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"alison@ew-pr.co.uk\";}','2020-02-04 14:57:18'),(428,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"ryan@ontradeprogress.com\";}','2020-02-04 15:10:30'),(429,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:33:\"usedcellphones.pay@protonmail.com\";}','2020-02-04 16:44:38'),(430,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"cmolinaruiz@gmail.com\";}','2020-02-05 05:57:34'),(431,85,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:22:\"Juan miguel Antonanzas\";s:10:\"your-email\";s:16:\"jma@adearoma.com\";s:7:\"tel-203\";s:9:\"609281911\";s:12:\"textarea-202\";s:20:\"Juan ramon iimenez 8\";}','2020-02-05 15:51:43'),(432,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"charlie@thehubagency.co.uk\";}','2020-02-06 11:17:29'),(433,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:28:\"bulkweedinbox@protonmail.com\";}','2020-02-06 11:46:45'),(434,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"info@bulkweedinbox.com\";}','2020-02-06 22:06:12'),(435,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:16:\"alla@luvalla.com\";}','2020-02-07 22:39:36'),(436,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"rob@viningslighting.com\";}','2020-02-09 15:18:22'),(437,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"rob@viningslighting.com\";}','2020-02-09 15:18:52'),(438,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"colleen@naturalis13.com\";}','2020-02-10 02:08:21'),(439,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"colleen@naturalis13.com\";}','2020-02-10 02:08:52'),(440,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"spayne041208@aol.com\";}','2020-02-10 08:13:12'),(441,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:21:\"zachzoulek201@msn.com\";}','2020-02-10 22:59:23'),(442,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"ftzanella@yahoo.com\";}','2020-02-11 08:38:56'),(443,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"jcevelin@yahoo.com\";}','2020-02-11 20:33:07'),(444,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:17:\"Lindsay mcarthur \";s:10:\"your-email\";s:33:\"lindsayjohnmcarthur@hotmail.co.uk\";s:7:\"tel-203\";s:11:\"01315569805\";s:12:\"textarea-519\";s:79:\"Hi is the  molson Coors  deal available in Scotland.the sky deal.thanks lindsay\";}','2020-02-12 15:26:10'),(445,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:27:\"danielle_evanko@hotmail.com\";}','2020-02-13 21:05:28'),(446,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:16:\"joce85@gmail.com\";}','2020-02-15 11:27:29'),(447,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"ian@purplepilchardteam.com\";}','2020-02-17 15:00:05'),(448,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Poppy\";s:12:\"company-name\";s:4:\"Stir\";s:10:\"your-email\";s:27:\"poppy.bertram@hellostir.com\";s:7:\"tel-364\";s:11:\"07557049991\";}','2020-02-20 14:28:48'),(449,88,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Poppy\";s:12:\"company-name\";s:5:\"Stir \";s:10:\"your-email\";s:27:\"poppy.bertram@hellostir.com\";s:7:\"tel-364\";s:11:\"07557049991\";}','2020-02-20 14:29:02'),(450,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:20:\"bmoore8412@gmail.com\";}','2020-02-21 18:02:24'),(451,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"tnester43@yahoo.com\";}','2020-02-23 11:56:17'),(452,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:25:\"alicja.mccarthy@gmail.com\";}','2020-02-23 13:17:18'),(453,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"averma702@yahoo.com\";}','2020-02-24 19:50:03'),(454,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:33:\"usedcellphones.pay@protonmail.com\";}','2020-02-25 14:41:05'),(455,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"bassamt37@gmail.com\";}','2020-02-26 13:29:53'),(456,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"ussoldierm@aol.com\";}','2020-03-03 08:40:05'),(457,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"info@bulkweedinbox.com\";}','2020-03-03 10:08:32'),(458,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"info@bulkweedinbox.com\";}','2020-03-03 10:09:05'),(459,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:29:\"chloe@Jellybeancreative.co.uk\";}','2020-03-03 10:51:08'),(460,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:26:\"tonylaughlin1746@gmail.com\";}','2020-03-03 14:55:25'),(461,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"vickyljacobson@gmail.com\";}','2020-03-04 22:35:26'),(462,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:24:\"vickyljacobson@gmail.com\";}','2020-03-04 22:35:57'),(463,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"lidarobinson@yahoo.com\";}','2020-03-06 11:46:20'),(464,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:18:\"cogdellk@gmail.com\";}','2020-03-09 08:02:23'),(465,185,'a:5:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:9:\"Ian Hills\";s:10:\"your-email\";s:26:\"ian@purplepilchardteam.com\";s:7:\"tel-203\";s:11:\"07773330597\";s:12:\"textarea-519\";s:2851:\"Shout if you&#039;d like some samples for your editorial team\r\n\r\n*****************************\r\n\r\nMade for Drink Builds Team To Target Progressive On-Trade Operators\r\n\r\nMade for Drink’s single-minded mission to reclaim the local pub&#047;bar as the heartbeat of the ‘coming together’ local community took a significant step forward in March 2020 with the recruitment of on-trade specialist, Pete Kelly (Head of On Trade Sales) and the internal promotion of Gareth Dovey (Head of Customer Service)   \r\n\r\nOver the last year Berkshire’s best known gastronomic snack provider has doubled its in-house production capacity & outlet distribution whilst tripling its turnover;       in addition to establishing a joint venture in North America (targeting North America’s discerning independent bar trade) whilst underpinning it’s Made for Sports prowess by becoming the lead sponsor for Saracens Women’s Rugby.\r\n\r\nAccording to Made for Drink founder, Dan Featherstone, ‘The last twelve months has seen our young, bustling business enjoy meteoric growth throughout our eclectic retail network, but nowhere more than the dynamic On-trade, Foodservice & Hospitality arenas.  Our success at the 2019 Cateys & 2018 Product Excellence Awards (best savoury snack) underpinned our unrivalled gastronomic capacity to champion ‘Friday Night’ snacking as an unashamedly indulgent savoury treat renaissance that refuses to kowtow to the growing wave of ‘healthier living’ snacks, because to Made for Drink’s way of thinking the real secret to good living is balance, so when the focus is indulgent, never settle for second best!’\r\n\r\nAbout Pete Kelly: Spent the first 10 years of his career working in the hospitality industry in bars, restaurants and nightclubs...for some of the most iconic operators, (Ministry of Sound) before entering the wine and spirit trade to sell everything from Angostura Bitters to Boschendal to Casillero Del Diablo (major National on and off-trade customers).\r\n\r\n‘I’m as passionate about the on-trade guest experience today as I was 25 years ago when I first started out!  The time is certainly ripe for the expanding Made for Drink team to provide an exceptional snacking experience to match the more involving and thoughtful drinking experiences currently being enjoyed by the UK’s most progressive on-trade operators.’\r\n\r\nEditor’s Notes                                                            \r\n-	For more information visit Madefordrink.com\r\n-	The ambitious vision behind Made for Drink was to establish a gourmet, craft snacking business that champions best-in-class snacking traditions from around the globe.  Each small batch snack is brimming with intense&#047;involving flavours and authentic foodie gravitas, flavours and textures that pair perfectly with your favourite alcoholic tipples.\r\n\";}','2020-03-10 12:10:42'),(466,4381,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"andre.teague@gmail.com\";}','2020-03-13 18:56:55'),(467,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"andre.teague@gmail.com\";}','2020-03-13 18:57:25'),(468,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:23:\"enquiries@lizardlabs.eu\";}','2020-03-15 08:45:17'),(469,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:19:\"mike@midcosales.com\";}','2020-03-16 17:18:53'),(470,4936,'a:2:{s:12:\"cfdb7_status\";s:6:\"unread\";s:10:\"your-email\";s:22:\"musilkovapeti@email.cz\";}','2020-03-21 15:53:21');
/*!40000 ALTER TABLE `wpfr_db7_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_links`
--

DROP TABLE IF EXISTS `wpfr_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE latin1_general_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 latin1_general_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE latin1_general_ci NOT NULL,
  `link_rss` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_links`
--

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

--
-- Table structure for table `wpfr_nxs_log`
--

DROP TABLE IF EXISTS `wpfr_nxs_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_nxs_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '1970-01-01 00:00:01',
  `uid` bigint(20) NOT NULL DEFAULT '0',
  `act` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `nt` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `flt` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `nttype` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `msg` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `extInfo` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_nxs_log`
--

LOCK TABLES `wpfr_nxs_log` WRITE;
/*!40000 ALTER TABLE `wpfr_nxs_log` DISABLE KEYS */;
INSERT INTO `wpfr_nxs_log` VALUES (1,'2018-05-02 09:55:42',0,'**WARNING. Unhealthy Cron Request**',' [<a target=\"_blank\" href=\"http://nxs.fyi/uhcr\">More info</a>] ','W','cron','','Too far (1525254942.56s) from the previous one. ','Now - 09:55:42 | Previous - 00:00:00| Cron called from 217.160.62.230 (WordPress/4.9.5; https://www.ontradeprogress.com)'),(2,'2018-05-02 09:57:10',0,'Cron Request','','L','cron','','88.40s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)'),(3,'2018-05-02 09:58:26',0,'Cron Request','','L','cron','','75.78s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)'),(4,'2018-05-02 09:59:09',0,'Cron Request','','L','cron','','43.21s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)'),(5,'2018-05-02 09:59:38',0,'Cron Request','','L','cron','','28.73s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; https://www.ontradeprogress.com)'),(6,'2018-05-02 10:01:10',0,'Cron Request','','L','cron','','91.39s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)'),(7,'2018-05-02 10:02:27',0,'Cron Request','','L','cron','','77.37s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)'),(8,'2018-05-02 10:02:51',0,'Cron Request','','L','cron','','24.33s after the previous one. ','| Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)');
/*!40000 ALTER TABLE `wpfr_nxs_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_nxs_query`
--

DROP TABLE IF EXISTS `wpfr_nxs_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_nxs_query` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `datecreated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `type` varchar(55) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `postid` mediumint(9) DEFAULT NULL,
  `uid` bigint(20) NOT NULL DEFAULT '0',
  `nttype` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `timetorun` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `refid` mediumint(9) DEFAULT NULL,
  `descr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extInfo` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_nxs_query`
--

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

--
-- Table structure for table `wpfr_options`
--

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

--
-- Dumping data for table `wpfr_options`
--

LOCK TABLES `wpfr_options` WRITE;
/*!40000 ALTER TABLE `wpfr_options` DISABLE KEYS */;
INSERT INTO `wpfr_options` VALUES (1,'siteurl','https://www.ontradeprogress.com','yes'),(2,'home','https://www.ontradeprogress.com','yes'),(3,'blogname','Ontrade Progress','yes'),(4,'blogdescription','Ontrade Progress takes a detailed look at everything that is needed to run a pub, club, bar or restaurant successfully.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ryan@bwmediagroup.co.uk','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','9','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','29','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','9','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','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:33:\"classic-editor/classic-editor.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";i:3;s:17:\"fwdsisc/index.php\";i:4;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:5;s:27:\"maintenance/maintenance.php\";i:6;s:37:\"nivo-slider-lite/nivo-slider-lite.php\";i:7;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:27:\"td-composer/td-composer.php\";i:10;s:39:\"td-social-counter/td-social-counter.php\";i:11;s:24:\"wordpress-seo/wp-seo.php\";i:12;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:13;s:40:\"wp-force-https/wordpress-force-https.php\";i:14;s:23:\"wp-smushit/wp-smush.php\";i:15;s:32:\"xml-sitemap-feed/xml-sitemap.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/\nhttp://feedburner.google.com/fb/a/pingSubmit?bloglink=http://ontradeprogress.com/\nhttp://rpc.weblogs.com/pingSiteForm?name=On-TradeProgress&url=http://ontradeprogress.com\nhttp://bing.com/webmaster/ping.aspx\nhttp://ping.blo.gs/\nhttp://blog.goo.ne.jp/XMLRPC\nhttp://blog.with2.net/ping.php\nhttp://blogping.unidatum.com/RPC2\nhttp://blogpingr.de/ping/rpc2\nhttps://ping.blogs.yandex.ru/RPC2\nhttp://blogsearch.google.ae/ping/RPC2\nhttp://blogsearch.google.at/ping/RPC2\nhttp://blogsearch.google.be/ping/RPC2\nhttp://blogsearch.google.bg/ping/RPC2\nhttp://blogsearch.google.ca/ping/RPC2\nhttp://blogsearch.google.ch/ping/RPC2\nhttp://blogsearch.google.cl/ping/RPC2\nhttp://blogsearch.google.co.cr/ping/RPC2\nhttp://blogsearch.google.co.hu/ping/RPC2\nhttp://blogsearch.google.co.id/ping/RPC2\nhttp://blogsearch.google.co.il/ping/RPC2\nhttp://blogsearch.google.co.in/ping/RPC2\nhttp://blogsearch.google.co.it/ping/RPC2\nhttp://blogsearch.google.co.jp/ping/RPC2\nhttp://blogsearch.google.co.ma/ping/RPC2\nhttp://blogsearch.google.co.nz/ping/RPC2\nhttp://blogsearch.google.co.th/ping/RPC2\nhttp://blogsearch.google.co.uk/ping/RPC2\nhttp://blogsearch.google.co.ve/ping/RPC2\nhttp://blogsearch.google.co.za/ping/RPC2\nhttp://blogsearch.google.com.ar/ping/RPC2\nhttp://blogsearch.google.com.au/ping/RPC2\nhttp://blogsearch.google.com.br/ping/RPC2\nhttp://blogsearch.google.com.co/ping/RPC2\nhttp://blogsearch.google.com.do/ping/RPC2\nhttp://blogsearch.google.com.mx/ping/RPC2\nhttp://blogsearch.google.com.my/ping/RPC2\nhttp://blogsearch.google.com.pe/ping/RPC2\nhttp://blogsearch.google.com.sa/ping/RPC2\nhttp://blogsearch.google.com.sg/ping/RPC2\nhttp://blogsearch.google.com.tr/ping/RPC2\nhttp://blogsearch.google.com.tw/ping/RPC2\nhttp://blogsearch.google.com.ua/ping/RPC2\nhttp://blogsearch.google.com.uy/ping/RPC2\nhttp://blogsearch.google.com.vn/ping/RPC2\nhttp://blogsearch.google.com/ping/RPC2\nhttp://blogsearch.google.de/ping/RPC2\nhttp://blogsearch.google.es/ping/RPC2\nhttp://blogsearch.google.fi/ping/RPC2\nhttp://blogsearch.google.fr/ping/RPC2\nhttp://blogsearch.google.gr/ping/RPC2\nhttp://blogsearch.google.hr/ping/RPC2\nhttp://blogsearch.google.ie/ping/RPC2\nhttp://blogsearch.google.in/ping/RPC2\nhttp://blogsearch.google.it/ping/RPC2\nhttp://blogsearch.google.jp/ping/RPC2\nhttp://blogsearch.google.ki/ping/RPC2\nhttp://blogsearch.google.kz/ping/RPC2\nhttp://blogsearch.google.la/ping/RPC2\nhttp://blogsearch.google.li/ping/RPC2\nhttp://blogsearch.google.lk/ping/RPC2\nhttp://blogsearch.google.lt/ping/RPC2\nhttp://blogsearch.google.lu/ping/RPC2\nhttp://blogsearch.google.md/ping/RPC2\nhttp://blogsearch.google.mn/ping/RPC2\nhttp://blogsearch.google.ms/ping/RPC2\nhttp://blogsearch.google.mu/ping/RPC2\nhttp://blogsearch.google.mv/ping/RPC2\nhttp://blogsearch.google.mw/ping/RPC2\nhttp://blogsearch.google.nl/ping/RPC2\nhttp://blogsearch.google.no/ping/RPC2\nhttp://blogsearch.google.nr/ping/RPC2\nhttp://blogsearch.google.nu/ping/RPC2\nhttp://blogsearch.google.pl/ping/RPC2\nhttp://blogsearch.google.pn/ping/RPC2\nhttp://blogsearch.google.pt/ping/RPC2\nhttp://blogsearch.google.ro/ping/RPC2\nhttp://blogsearch.google.ru/ping/RPC2\nhttp://blogsearch.google.rw/ping/RPC2\nhttp://blogsearch.google.sc/ping/RPC2\nhttp://blogsearch.google.se/ping/RPC2\nhttp://blogsearch.google.sh/ping/RPC2\nhttp://blogsearch.google.si/ping/RPC2\nhttp://blogsearch.google.sk/ping/RPC2\nhttp://blogsearch.google.sm/ping/RPC2\nhttp://blogsearch.google.sn/ping/RPC2\nhttp://blogsearch.google.st/ping/RPC2\nhttp://blogsearch.google.tk/ping/RPC2\nhttp://blogsearch.google.tl/ping/RPC2\nhttp://blogsearch.google.tm/ping/RPC2\nhttp://blogsearch.google.to/ping/RPC2\nhttp://blogsearch.google.tp/ping/RPC2\nhttp://blogsearch.google.tt/ping/RPC2\nhttp://blogsearch.google.tw/ping/RPC2\nhttp://blogsearch.google.us/ping/RPC2\nhttp://blogsearch.google.vg/ping/RPC2\nhttp://blogsearch.google.vu/ping/RPC2\nhttp://blogsearch.google.ws/ping/RPC2\nhttp://news2paper.com/ping\nhttp://ping.bloggers.jp/rpc\nhttp://ping.fc2.com\nhttp://ping.rss.drecom.jp\nhttp://rpc.bloggerei.de/ping/\nhttp://rpc.pingomatic.com\nhttp://rpc.technorati.com/rpc/ping\nhttp://rpc.twingly.com\nhttp://services.newsgator.com/ngws/xmlrpcping.aspx\nhttp://api.feedster.com/ping\nhttp://api.moreover.com/RPC2\nhttp://api.moreover.com/ping\nhttp://www.blogdigger.com/RPC2\nhttp://www.blogshares.com/rpc.php\nhttp://www.blogsnow.com/ping\nhttp://www.blogstreet.com/xrbin/xmlrpc.cgi\nhttp://bulkfeeds.net/rpc\nhttp://www.newsisfree.com/xmlrpctest.php\nhttp://ping.feedburner.com\nhttp://ping.syndic8.com/xmlrpc.php\nhttp://ping.weblogalot.com/rpc.php\nhttp://rpc.blogrolling.com/pinger/\nhttp://rpc.weblogs.com/RPC2\nhttp://www.feedsubmitter.com\nhttp://blo.gs/ping.php\nhttp://www.pingerati.net\nhttp://www.pingmyblog.com\nhttp://geourl.org/ping\nhttp://ipings.com\nhttp://www.weblogalot.com/ping\nhttp://rpc.pingomatic.com/\nhttp://rpc.blogbuzzmachine.com/RPC2\nhttp://ping.fc2.com/\nhttp://blogs.yandex.ru/\nhttp://rpc.bloggerei.de/\nhttp://ping.blogs.yandex.ru/RPC2\nhttp://ping.rss.drecom.jp/\nhttp://rpc.odiogo.com/ping/\nhttp://mod-pubsub.org/kn_apps/blogchatt\nhttp://ping.amagle.com/\nhttp://ping.bloggers.jp/rpc/\nhttp://ping.exblog.jp/xmlrpc','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:91:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/themes/Newspaper/loop-single.php\";i:1;s:84:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/themes/Newspaper/page.php\";i:2;s:87:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/themes/Newspaper/sidebar.php\";i:3;s:86:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/themes/Newspaper/single.php\";i:4;s:85:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/themes/Newspaper/style.css\";}','no'),(40,'template','Newspaper','yes'),(41,'stylesheet','Newspaper','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','1','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:2;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"[social]\r\n	[social_icon link=\"https://twitter.com/ontradeprogress\" title=\"Twitter\" type=\"twitter\" /]\r\n        [social_icon link=\"https://www.instagram.com/progressontrade/\" title=\"Instagram\" type=\"instagram\" /]\r\n[/social]\";s:6:\"filter\";b:0;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:19:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:15:\"pt-popupbuilder\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}s:20:\"tax-popup-categories\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:1:\"1\";s:5:\"state\";s:2:\"ok\";}s:6:\"visual\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:32:\"exactmetrics_lite_uninstall_hook\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:47:\"facebook-auto-publish/facebook-auto-publish.php\";s:25:\"fbap_free_network_destroy\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','8','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','5382','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wpfr_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:82:{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:12:\"see_snap_box\";b:1;s:15:\"make_snap_posts\";b:1;s:18:\"haveown_snap_accss\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:12:\"edit_fwdsisc\";b:1;s:20:\"wpseo_manage_options\";b:1;s:12:\"cfdb7_access\";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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"media_image-3\";i:1;s:13:\"media_image-4\";i:2;s:15:\"media_gallery-3\";i:3;s:6:\"text-2\";}s:10:\"td-default\";a:0:{}s:11:\"td-footer-1\";a:0:{}s:11:\"td-footer-2\";a:0:{}s:11:\"td-footer-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:15:{i:1584838063;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1584838535;a:1:{s:16:\"nxs_hourly_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1584861300;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1584863596;a:1:{s:21:\"wpo_plugin_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1584873891;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:1584873901;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:1584873993;a:1:{s:16:\"td_check_version\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"three_days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1584874961;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1584875508;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1584876888;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1584881826;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1584886705;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:1584891279;a:1:{s:15:\"wphb_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1585191784;a:1:{s:32:\"exactmetrics_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1490277062;s:4:\"data\";a:4:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(140,'current_theme','Newspaper','yes'),(141,'theme_mods_smart-mag','a:4:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:4:\"main\";s:1:\"7\";s:11:\"main-mobile\";i:7;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557139592;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:13:\"media_image-3\";i:1;s:13:\"media_image-4\";i:2;s:15:\"media_gallery-3\";}s:15:\"primary-sidebar\";a:0:{}s:7:\"top-bar\";a:1:{i:0;s:6:\"text-2\";}s:12:\"header-right\";a:0:{}s:11:\"main-footer\";a:0:{}s:12:\"lower-footer\";a:0:{}}}}','yes'),(142,'theme_switched','','yes'),(143,'smartmag_theme_options','a:54:{s:13:\"theme_version\";s:5:\"3.0.2\";s:10:\"cat_meta_2\";a:9:{s:8:\"template\";s:6:\"modern\";s:7:\"sidebar\";s:0:\"\";s:6:\"slider\";s:6:\"latest\";s:11:\"slider_tags\";s:0:\"\";s:11:\"slider_type\";s:4:\"grid\";s:8:\"per_page\";s:0:\"\";s:15:\"pagination_type\";s:0:\"\";s:5:\"color\";s:7:\"#2ab391\";s:10:\"main_color\";s:0:\"\";}s:10:\"cat_meta_3\";a:9:{s:8:\"template\";s:6:\"modern\";s:7:\"sidebar\";s:0:\"\";s:6:\"slider\";s:6:\"latest\";s:11:\"slider_tags\";s:0:\"\";s:11:\"slider_type\";s:4:\"grid\";s:8:\"per_page\";s:0:\"\";s:15:\"pagination_type\";s:0:\"\";s:5:\"color\";s:7:\"#2ab391\";s:10:\"main_color\";s:0:\"\";}s:10:\"cat_meta_4\";a:9:{s:8:\"template\";s:1:\"0\";s:7:\"sidebar\";s:0:\"\";s:6:\"slider\";s:6:\"latest\";s:11:\"slider_tags\";s:0:\"\";s:11:\"slider_type\";s:4:\"grid\";s:8:\"per_page\";s:0:\"\";s:15:\"pagination_type\";s:0:\"\";s:5:\"color\";s:7:\"#2ab391\";s:10:\"main_color\";s:0:\"\";}s:10:\"cat_meta_5\";a:9:{s:8:\"template\";s:6:\"modern\";s:7:\"sidebar\";s:0:\"\";s:6:\"slider\";s:6:\"latest\";s:11:\"slider_tags\";s:0:\"\";s:11:\"slider_type\";s:4:\"grid\";s:8:\"per_page\";s:0:\"\";s:15:\"pagination_type\";s:0:\"\";s:5:\"color\";s:7:\"#2ab391\";s:10:\"main_color\";s:0:\"\";}s:10:\"cat_meta_6\";a:9:{s:8:\"template\";s:6:\"modern\";s:7:\"sidebar\";s:0:\"\";s:6:\"slider\";s:6:\"latest\";s:11:\"slider_tags\";s:0:\"\";s:11:\"slider_type\";s:4:\"grid\";s:8:\"per_page\";s:0:\"\";s:15:\"pagination_type\";s:0:\"\";s:5:\"color\";s:7:\"#2ab391\";s:10:\"main_color\";s:0:\"\";}s:10:\"cat_meta_8\";a:9:{s:8:\"template\";s:6:\"modern\";s:7:\"sidebar\";s:0:\"\";s:6:\"slider\";s:6:\"latest\";s:11:\"slider_tags\";s:0:\"\";s:11:\"slider_type\";s:4:\"grid\";s:8:\"per_page\";s:0:\"\";s:15:\"pagination_type\";s:0:\"\";s:5:\"color\";s:7:\"#2ab391\";s:10:\"main_color\";s:0:\"\";}s:14:\"sticky_sidebar\";s:1:\"1\";s:14:\"disable_footer\";s:1:\"0\";s:20:\"disable_lower_footer\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:10:\"apple_icon\";s:89:\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/OTP_TWITTER_PROFILE-IMAGE01.jpg\";s:13:\"mobile_header\";s:0:\"\";s:10:\"image_logo\";s:107:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.jpg\";s:17:\"image_logo_retina\";s:0:\"\";s:17:\"image_logo_mobile\";s:0:\"\";s:14:\"image_logo_nav\";s:0:\"\";s:20:\"meta_listing_overlay\";a:2:{s:6:\"author\";s:1:\"0\";s:4:\"date\";s:1:\"1\";}s:13:\"meta_position\";s:5:\"above\";s:12:\"review_scale\";i:10;s:12:\"font_charset\";a:7:{s:5:\"latin\";s:1:\"0\";s:9:\"latin-ext\";s:1:\"0\";s:8:\"cyrillic\";s:1:\"0\";s:12:\"cyrillic-ext\";s:1:\"0\";s:5:\"greek\";s:1:\"0\";s:9:\"greek-ext\";s:1:\"0\";s:10:\"vietnamese\";s:1:\"0\";}s:13:\"fonts_typekit\";s:0:\"\";s:12:\"fonts_custom\";s:0:\"\";s:18:\"featured_right_cat\";s:1:\"0\";s:13:\"sf_vimeo_type\";s:4:\"user\";s:14:\"css_main_color\";s:7:\"#1e73be\";s:19:\"css_post_text_color\";s:7:\"#000000\";s:15:\"css_links_color\";s:7:\"#1e73be\";s:19:\"css_slider_bg_color\";s:7:\"#ffffff\";s:17:\"css_menu_bg_color\";s:7:\"#ffffff\";s:16:\"css_menu_drop_bg\";s:7:\"#ffffff\";s:23:\"css_menu_hover_bg_color\";s:7:\"#ffffff\";s:19:\"css_menu_text_color\";s:7:\"#1e2935\";s:12:\"meta_listing\";a:3:{s:6:\"author\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"1\";}s:20:\"meta_listing_widgets\";a:3:{s:6:\"author\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:1:\"1\";}s:21:\"disable_topbar_ticker\";s:1:\"1\";s:11:\"topbar_date\";s:1:\"1\";s:13:\"topbar_search\";s:1:\"0\";s:18:\"topbar_live_search\";s:1:\"0\";s:10:\"sticky_nav\";s:6:\"normal\";s:10:\"nav_search\";s:1:\"1\";s:19:\"css_topbar_bg_color\";s:7:\"#000000\";s:17:\"css_body_bg_color\";s:7:\"#ffffff\";s:10:\"css_custom\";s:463:\".nav-search .search-icon {\r\n background: #fff;\r\n color: #4e3442;\r\n border-bottom: 0px;\r\n}\r\n\r\n.navigation .menu &gt; li:hover &gt; a, .navigation .menu &gt; .current-menu-item &gt; a, .navigation .menu &gt; .current-menu-parent &gt; a, .navigation .menu &gt; .current-menu-ancestor &gt; a, .block-head, .tabbed .tabs-list .active a, .comment-content .reply, .sc-tabs .active a, .nav-dark-b {\r\n    background: #000000;\r\n    color: #fff;\r\n    border-bottom: none;\r\n}\";s:22:\"css_listing_text_color\";s:7:\"#000000\";s:13:\"sf_twitter_id\";s:16:\"@ontradeprogress\";s:14:\"sf_youtube_url\";s:56:\"https://www.youtube.com/channel/UComO7k1fgnLfurk_6qA_ITg\";s:15:\"sf_instagram_id\";s:15:\"progressontrade\";s:11:\"sf_counters\";s:1:\"0\";s:16:\"mobile_menu_type\";s:7:\"classic\";s:17:\"sf_facebook_label\";s:0:\"\";s:14:\"sf_gplus_label\";s:0:\"\";s:16:\"sf_youtube_label\";s:0:\"\";s:12:\"layout_style\";s:5:\"boxed\";}','yes'),(144,'wpcf7','a:3:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1556053565;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:4;}s:9:\"recaptcha\";a:1:{s:40:\"6LfwxaUUAAAAAJwGMhkGvF_oMEdd38tJJH6fn_va\";s:40:\"6LfwxaUUAAAAAGjLjXSuUhYrkR1irNmIdmsHQ7Cu\";}}','yes'),(145,'wdev-frash','a:3:{s:7:\"plugins\";a:2:{s:34:\"custom-sidebars/customsidebars.php\";i:1490277125;s:23:\"wp-smushit/wp-smush.php\";i:1545157334;}s:5:\"queue\";a:1:{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:1546517889;}}s:4:\"done\";a:3:{i:0;a:6:{s:6:\"plugin\";s:34:\"custom-sidebars/customsidebars.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1490881925;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"f21a0d5a84b747557fce042d7049df2b\";s:10:\"handled_at\";i:1491297066;}i:1;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1545157334;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1545226513;}i:2;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1545762134;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1546431499;}}}','no'),(146,'revslider-update-check-short','1584634543','yes'),(147,'revslider-templates-check','1584460573','yes'),(152,'revslider-library-check','1583740087','yes'),(153,'rs-library','a:2:{s:7:\"objects\";a:179:{i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(154,'revslider_checktables','1','yes'),(155,'rs_tables_created','1','yes'),(156,'revslider_table_version','1.0.6','yes'),(157,'revslider-global-settings','a:0:{}','yes'),(158,'wr2x_ignore_sizes','a:0:{}','no'),(159,'wr2x_auto_generate','1','yes'),(160,'wr2x_method','Picturefill','yes'),(161,'wr2x_disable_medium_large','1','no'),(162,'wr2x_cdn_domain','','no'),(164,'revslider_update_version','5.2.5.5','yes'),(165,'widget_bunyad_about_widget','a:2:{i:2;a:6:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:702:\"Ontrade Progress takes a detailed look at everything that is needed to run a pub, club or bar successfully including interior design, security, seasonal food and drink trends, technology and training &amp; recruitment. This is all brought together by the latest industry news, big name interviews and round-table events with senior industry professionals.\r\n\r\nDistributed across the printed, monthly Ontrade Progress Magazine, the Ontrade Progress website and our various digital and social media platforms - Ontrade Progress is the essential community for owners, operators, and licensees in the hospitality sector looking to keep abreast of news and articles to assist in progressing their businesses.\";s:9:\"logo_text\";s:0:\"\";s:5:\"image\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:20:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:20:\"pt-myatu_bgm_gallery\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:15:\"pt-popupbuilder\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}s:20:\"tax-popup-categories\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:1:\"2\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_bunyad-latest-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_bunyad-popular-posts-widget','a:2:{i:2;a:6:{s:5:\"title\";s:13:\"Popular Posts\";s:6:\"number\";i:3;s:4:\"type\";s:8:\"comments\";s:4:\"days\";i:30;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:1:\"4\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_bunyad-tabbed-recent-widget','a:2:{i:2;a:7:{s:6:\"titles\";a:1:{i:2;s:14:\"OTP Exclusives\";}s:4:\"cats\";a:1:{i:2;s:1:\"4\";}s:8:\"tax_tags\";a:1:{i:2;s:0:\"\";}s:5:\"posts\";a:1:{i:2;s:1:\"4\";}s:6:\"number\";i:0;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_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:1:\"3\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_bunyad_flickr_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'widget_bunyad_ads_widget','a:2:{i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"15\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(171,'widget_bunyad-latest-reviews-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,'widget_bunyad-tabber-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173,'widget_bunyad-blocks-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'widget_bunyad-social','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:6:\"social\";a:2:{i:0;s:7:\"twitter\";i:1;s:9:\"instagram\";}s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:19:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:15:\"pt-popupbuilder\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}s:20:\"tax-popup-categories\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:1:\"5\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(176,'_transient_wr2x_issues','a:1069:{i:0;i:6;i:1;i:11;i:2;i:13;i:3;i:16;i:4;i:20;i:5;i:40;i:7;i:43;i:8;i:59;i:9;i:64;i:10;i:66;i:12;i:71;i:13;i:73;i:14;i:83;i:15;i:84;i:16;i:93;i:17;i:96;i:18;i:99;i:19;i:102;i:20;i:105;i:21;i:108;i:22;i:113;i:23;i:116;i:24;i:119;i:25;i:120;i:26;i:123;i:27;i:124;i:28;i:125;i:29;i:126;i:30;i:134;i:31;i:136;i:32;i:137;i:33;i:138;i:34;i:139;i:35;i:140;i:36;i:141;i:37;i:142;i:38;i:143;i:39;i:144;i:40;i:150;i:41;i:153;i:42;i:156;i:43;i:159;i:44;i:160;i:45;i:163;i:46;i:166;i:47;i:169;i:48;i:172;i:49;i:175;i:50;i:179;i:51;i:181;i:52;i:209;i:53;i:210;i:54;i:211;i:55;i:212;i:56;i:213;i:57;i:219;i:58;i:220;i:59;i:221;i:60;i:224;i:61;i:225;i:62;i:226;i:63;i:231;i:64;i:242;i:65;i:249;i:66;i:250;i:67;i:287;i:68;i:290;i:69;i:293;i:70;i:295;i:71;i:301;i:72;i:311;i:73;i:312;i:74;i:313;i:75;i:324;i:76;i:328;i:77;i:329;i:78;i:331;i:79;i:335;i:80;i:340;i:81;i:344;i:82;i:350;i:83;i:351;i:84;i:353;i:85;i:354;i:86;i:365;i:87;i:372;i:88;i:381;i:89;i:384;i:90;i:388;i:91;i:393;i:92;i:404;i:93;i:405;i:94;i:406;i:95;i:407;i:96;i:415;i:97;i:425;i:98;i:428;i:99;i:434;i:100;i:445;i:101;i:471;i:102;i:476;i:103;i:477;i:104;i:478;i:105;i:483;i:106;i:488;i:107;i:492;i:108;i:493;i:109;i:494;i:110;i:497;i:111;i:498;i:112;i:507;i:113;i:522;i:114;i:523;i:115;i:524;i:116;i:527;i:117;i:528;i:119;i:532;i:120;i:533;i:121;i:534;i:123;i:536;i:124;i:537;i:125;i:540;i:126;i:543;i:127;i:546;i:128;i:558;i:129;i:559;i:130;i:561;i:131;i:568;i:132;i:569;i:133;i:576;i:134;i:577;i:135;i:578;i:136;i:579;i:137;i:584;i:138;i:587;i:139;i:588;i:140;i:592;i:141;i:596;i:142;i:597;i:143;i:600;i:144;i:601;i:145;i:609;i:146;i:610;i:147;i:614;i:148;i:617;i:149;i:620;i:150;i:623;i:151;i:626;i:152;i:651;i:153;i:668;i:154;i:683;i:155;i:685;i:156;i:693;i:157;i:695;i:158;i:696;i:159;i:701;i:160;i:702;i:161;i:704;i:162;i:710;i:163;i:711;i:164;i:717;i:165;i:719;i:166;i:720;i:167;i:726;i:168;i:743;i:169;i:744;i:170;i:745;i:171;i:746;i:172;i:747;i:173;i:749;i:174;i:751;i:175;i:758;i:176;i:783;i:177;i:788;i:178;i:796;i:179;i:800;i:180;i:802;i:181;i:808;i:182;i:809;i:183;i:814;i:184;i:815;i:185;i:816;i:186;i:833;i:187;i:834;i:188;i:836;i:189;i:840;i:190;i:850;i:191;i:854;i:192;i:857;i:193;i:860;i:194;i:864;i:195;i:865;i:196;i:874;i:197;i:877;i:198;i:878;i:199;i:879;i:200;i:880;i:201;i:885;i:202;i:890;i:203;i:891;i:204;i:901;i:205;i:910;i:206;i:915;i:207;i:920;i:208;i:921;i:209;i:922;i:210;i:923;i:211;i:937;i:212;i:943;i:213;i:984;i:214;i:988;i:215;i:994;i:216;i:1004;i:217;i:1013;i:218;i:1042;i:219;i:1050;i:220;i:1064;i:221;i:1072;i:222;i:1077;i:223;i:1086;i:224;i:1087;i:225;i:1090;i:226;i:1093;i:227;i:1094;i:228;i:1100;i:229;i:1101;i:230;i:1102;i:231;i:1115;i:232;i:1116;i:233;i:1117;i:234;i:1122;i:235;i:1123;i:236;i:1125;i:237;i:1128;i:238;i:1129;i:239;i:1131;i:240;i:1140;i:241;i:1143;i:242;i:1162;i:243;i:1169;i:244;i:1177;i:245;i:1178;i:246;i:1182;i:247;i:1199;i:248;i:1208;i:249;i:1210;i:250;i:1213;i:251;i:1216;i:252;i:1217;i:253;i:1218;i:254;i:1233;i:255;i:1236;i:256;i:1243;i:257;i:1246;i:258;i:1249;i:259;i:1253;i:260;i:1260;i:261;i:1261;i:262;i:1263;i:263;i:1265;i:264;i:1289;i:265;i:1304;i:266;i:1309;i:267;i:1317;i:268;i:1320;i:269;i:1331;i:270;i:1337;i:271;i:1341;i:272;i:1353;i:273;i:1354;i:274;i:1364;i:275;i:1368;i:276;i:1371;i:277;i:1372;i:278;i:1374;i:279;i:1376;i:280;i:1380;i:281;i:1381;i:282;i:1388;i:283;i:1392;i:284;i:1394;i:285;i:1395;i:286;i:1396;i:287;i:1404;i:288;i:1406;i:289;i:1410;i:290;i:1413;i:291;i:1416;i:293;i:1431;i:294;i:1433;i:295;i:1439;i:296;i:1440;i:297;i:1443;i:298;i:1446;i:299;i:1448;i:300;i:1453;i:301;i:1459;i:302;i:1460;i:303;i:1464;i:304;i:1467;i:305;i:1468;i:306;i:1469;i:307;i:1471;i:308;i:1476;i:309;i:1477;i:310;i:1478;i:311;i:1479;i:312;i:1492;i:313;i:1493;i:314;i:1496;i:315;i:1502;i:316;i:1504;i:317;i:1507;i:318;i:1512;i:319;i:1515;i:320;i:1516;i:321;i:1520;i:322;i:1521;i:323;i:1529;i:324;i:1534;i:325;i:1535;i:326;i:1542;i:327;i:1545;i:328;i:1548;i:329;i:1549;i:330;i:1551;i:331;i:1553;i:332;i:1555;i:333;i:1558;i:334;i:1559;i:335;i:1560;i:336;i:1565;i:337;i:1566;i:338;i:1567;i:339;i:1575;i:340;i:1579;i:341;i:1581;i:342;i:1583;i:343;i:1587;i:344;i:1588;i:345;i:1589;i:346;i:1591;i:347;i:1592;i:348;i:1601;i:349;i:1603;i:350;i:1604;i:351;i:1607;i:352;i:1608;i:353;i:1611;i:354;i:1614;i:355;i:1616;i:356;i:1617;i:357;i:1622;i:358;i:1624;i:359;i:1628;i:360;i:1629;i:361;i:1632;i:362;i:1635;i:363;i:1636;i:364;i:1639;i:365;i:1640;i:366;i:1643;i:367;i:1644;i:368;i:1645;i:369;i:1651;i:370;i:1652;i:371;i:1657;i:372;i:1658;i:373;i:1659;i:374;i:1663;i:375;i:1664;i:376;i:1667;i:377;i:1670;i:378;i:1673;i:379;i:1674;i:380;i:1677;i:381;i:1678;i:382;i:1684;i:383;i:1685;i:384;i:1688;i:385;i:1693;i:386;i:1695;i:387;i:1697;i:388;i:1707;i:389;i:1709;i:390;i:1711;i:391;i:1713;i:392;i:1720;i:393;i:1721;i:394;i:1725;i:395;i:1730;i:396;i:1732;i:397;i:1733;i:398;i:1735;i:399;i:1738;i:400;i:1739;i:401;i:1740;i:402;i:1743;i:403;i:1750;i:404;i:1753;i:405;i:1756;i:406;i:1760;i:407;i:1762;i:408;i:1768;i:409;i:1771;i:410;i:1777;i:411;i:1782;i:412;i:1783;i:413;i:1784;i:414;i:1785;i:415;i:1788;i:416;i:1791;i:417;i:1792;i:418;i:1798;i:419;i:1799;i:420;i:1800;i:421;i:1810;i:422;i:1814;i:423;i:1815;i:424;i:1818;i:425;i:1822;i:426;i:1826;i:427;i:1827;i:428;i:1829;i:429;i:1832;i:430;i:1837;i:431;i:1841;i:432;i:1842;i:433;i:1843;i:434;i:1849;i:435;i:1852;i:436;i:1855;i:437;i:1858;i:438;i:1862;i:439;i:1868;i:440;i:1869;i:441;i:1871;i:442;i:1874;i:443;i:1875;i:444;i:1880;i:445;i:1881;i:446;i:1885;i:447;i:1887;i:448;i:1889;i:449;i:1891;i:450;i:1892;i:451;i:1897;i:452;i:1902;i:453;i:1903;i:454;i:1908;i:455;i:1910;i:456;i:1911;i:457;i:1913;i:458;i:1915;i:459;i:1917;i:460;i:1922;i:461;i:1925;i:462;i:1928;i:463;i:1932;i:464;i:1933;i:465;i:1937;i:466;i:1938;i:467;i:1939;i:468;i:1945;i:469;i:1947;i:470;i:1948;i:471;i:1951;i:472;i:1952;i:473;i:1955;i:474;i:1961;i:475;i:1962;i:476;i:1967;i:477;i:1968;i:478;i:1971;i:479;i:1977;i:480;i:1980;i:481;i:1984;i:482;i:1987;i:483;i:1989;i:484;i:1990;i:485;i:1991;i:486;i:1999;i:487;i:2000;i:488;i:2002;i:489;i:2004;i:490;i:2009;i:491;i:2014;i:492;i:2015;i:493;i:2018;i:494;i:2021;i:495;i:2026;i:496;i:2031;i:497;i:2036;i:498;i:2040;i:499;i:2041;i:500;i:2047;i:501;i:2048;i:502;i:2049;i:503;i:2062;i:504;i:2066;i:505;i:2074;i:506;i:2077;i:507;i:2078;i:508;i:2082;i:509;i:2085;i:510;i:2088;i:511;i:2091;i:512;i:2092;i:513;i:2095;i:514;i:2096;i:515;i:2099;i:516;i:2100;i:517;i:2106;i:518;i:2112;i:519;i:2114;i:520;i:2115;i:521;i:2121;i:522;i:2124;i:523;i:2126;i:524;i:2133;i:525;i:2134;i:526;i:2145;i:527;i:2148;i:528;i:2151;i:529;i:2154;i:530;i:2159;i:531;i:2163;i:532;i:2171;i:533;i:2176;i:534;i:2179;i:535;i:2185;i:536;i:2186;i:537;i:2192;i:538;i:2197;i:539;i:2199;i:540;i:2200;i:541;i:2203;i:542;i:2207;i:543;i:2211;i:544;i:2212;i:545;i:2213;i:546;i:2217;i:547;i:2218;i:548;i:2223;i:549;i:2229;i:550;i:2233;i:551;i:2239;i:552;i:2240;i:553;i:2243;i:554;i:2252;i:555;i:2255;i:556;i:2259;i:557;i:2261;i:558;i:2263;i:559;i:2266;i:560;i:2271;i:561;i:2278;i:562;i:2281;i:563;i:2285;i:564;i:2293;i:565;i:2296;i:566;i:2297;i:567;i:2299;i:568;i:2301;i:569;i:2304;i:570;i:2307;i:571;i:2314;i:572;i:2317;i:573;i:2323;i:574;i:2324;i:575;i:2326;i:576;i:2329;i:577;i:2332;i:578;i:2335;i:579;i:2338;i:580;i:2345;i:581;i:2348;i:582;i:2351;i:583;i:2354;i:584;i:2358;i:585;i:2362;i:586;i:2365;i:587;i:2368;i:588;i:2369;i:589;i:2370;i:590;i:2371;i:591;i:2375;i:592;i:2379;i:593;i:2382;i:594;i:2385;i:595;i:2390;i:596;i:2393;i:597;i:2394;i:598;i:2395;i:599;i:2400;i:600;i:2403;i:601;i:2412;i:602;i:2413;i:603;i:2416;i:604;i:2420;i:605;i:2423;i:606;i:2426;i:607;i:2431;i:608;i:2433;i:609;i:2436;i:610;i:2439;i:611;i:2442;i:612;i:2445;i:613;i:2448;i:614;i:2451;i:615;i:2455;i:616;i:2459;i:617;i:2462;i:618;i:2466;i:619;i:2468;i:620;i:2469;i:621;i:2472;i:622;i:2476;i:623;i:2479;i:624;i:2484;i:625;i:2493;i:626;i:2496;i:627;i:2499;i:628;i:2501;i:629;i:2502;i:630;i:2506;i:631;i:2509;i:632;i:2514;i:633;i:2518;i:634;i:2522;i:635;i:2526;i:636;i:2529;i:637;i:2532;i:638;i:2535;i:639;i:2544;i:640;i:2545;i:641;i:2549;i:642;i:2552;i:643;i:2555;i:644;i:2560;i:645;i:2568;i:646;i:2569;i:647;i:2572;i:648;i:2573;i:649;i:2576;i:650;i:2577;i:651;i:2581;i:652;i:2586;i:653;i:2593;i:654;i:2594;i:655;i:2601;i:656;i:2609;i:657;i:2612;i:658;i:2615;i:659;i:2620;i:660;i:2623;i:661;i:2637;i:662;i:2640;i:663;i:2645;i:664;i:2646;i:665;i:2654;i:666;i:2659;i:667;i:2660;i:668;i:2677;i:669;i:2678;i:670;i:2681;i:671;i:2683;i:672;i:2684;i:673;i:2685;i:674;i:2689;i:675;i:2693;i:676;i:2703;i:677;i:2708;i:678;i:2709;i:679;i:2718;i:680;i:2719;i:681;i:2721;i:682;i:2731;i:683;i:2732;i:684;i:2736;i:685;i:2737;i:686;i:2756;i:687;i:2761;i:688;i:2764;i:689;i:2765;i:690;i:2771;i:691;i:2772;i:692;i:2776;i:693;i:2780;i:694;i:2781;i:695;i:2810;i:696;i:2811;i:697;i:2812;i:698;i:2816;i:699;i:2817;i:700;i:2818;i:701;i:2819;i:702;i:2825;i:703;i:2827;i:704;i:2830;i:705;i:2831;i:706;i:2835;i:707;i:2840;i:708;i:2841;i:709;i:2844;i:710;i:2849;i:711;i:2851;i:712;i:2854;i:713;i:2855;i:714;i:2863;i:715;i:2864;i:716;i:2867;i:717;i:2868;i:718;i:2880;i:719;i:2882;i:720;i:2887;i:721;i:2893;i:722;i:2898;i:723;i:2904;i:724;i:2912;i:725;i:2917;i:726;i:2922;i:727;i:2927;i:728;i:2928;i:729;i:2934;i:730;i:2936;i:731;i:2937;i:732;i:2952;i:733;i:2953;i:734;i:2966;i:735;i:2977;i:736;i:2978;i:737;i:2980;i:738;i:2983;i:739;i:2984;i:740;i:3000;i:741;i:3006;i:742;i:3016;i:743;i:3020;i:744;i:3022;i:745;i:3023;i:746;i:3028;i:747;i:3029;i:748;i:3030;i:749;i:3031;i:750;i:3032;i:751;i:3033;i:752;i:3040;i:753;i:3042;i:754;i:3046;i:755;i:3047;i:756;i:3048;i:757;i:3050;i:758;i:3057;i:759;i:3058;i:760;i:3059;i:761;i:3070;i:762;i:3072;i:763;i:3073;i:764;i:3074;i:765;i:3076;i:766;i:3077;i:767;i:3078;i:768;i:3080;i:769;i:3083;i:770;i:3084;i:771;i:3086;i:772;i:3090;i:773;i:3091;i:774;i:3092;i:775;i:3097;i:776;i:3105;i:777;i:3109;i:778;i:3114;i:779;i:3117;i:780;i:3118;i:781;i:3119;i:782;i:3120;i:783;i:3125;i:784;i:3132;i:785;i:3134;i:786;i:3137;i:787;i:3138;i:788;i:3142;i:789;i:3143;i:790;i:3157;i:791;i:3158;i:792;i:3161;i:793;i:3164;i:794;i:3166;i:795;i:3173;i:796;i:3182;i:797;i:3191;i:798;i:3193;i:799;i:3205;i:800;i:3210;i:801;i:3213;i:802;i:3222;i:803;i:3227;i:804;i:3233;i:805;i:3236;i:806;i:3241;i:807;i:3245;i:808;i:3254;i:809;i:3259;i:810;i:3260;i:811;i:3265;i:812;i:3266;i:813;i:3267;i:814;i:3271;i:815;i:3272;i:816;i:3278;i:817;i:3279;i:818;i:3280;i:819;i:3281;i:820;i:3283;i:821;i:3286;i:822;i:3287;i:823;i:3291;i:824;i:3303;i:825;i:3306;i:826;i:3310;i:827;i:3314;i:828;i:3322;i:829;i:3332;i:830;i:3336;i:831;i:3339;i:832;i:3340;i:833;i:3345;i:834;i:3346;i:835;i:3347;i:836;i:3348;i:837;i:3351;i:838;i:3353;i:839;i:3361;i:840;i:3363;i:841;i:3366;i:842;i:3368;i:843;i:3380;i:844;i:3388;i:845;i:3389;i:846;i:3393;i:847;i:3394;i:848;i:3398;i:849;i:3403;i:850;i:3404;i:851;i:3405;i:852;i:3410;i:853;i:3412;i:854;i:3413;i:855;i:3414;i:856;i:3415;i:857;i:3416;i:858;i:3417;i:859;i:3426;i:860;i:3428;i:861;i:3433;i:862;i:3437;i:863;i:3440;i:864;i:3447;i:865;i:3451;i:866;i:3454;i:867;i:3457;i:868;i:3467;i:869;i:3473;i:870;i:3476;i:871;i:3479;i:872;i:3484;i:873;i:3497;i:874;i:3499;i:875;i:3502;i:876;i:3506;i:877;i:3514;i:878;i:3519;i:879;i:3520;i:880;i:3521;i:881;i:3529;i:882;i:3531;i:883;i:3533;i:884;i:3539;i:885;i:3543;i:886;i:3546;i:887;i:3550;i:888;i:3554;i:889;i:3558;i:890;i:3559;i:891;i:3566;i:892;i:3567;i:893;i:3568;i:894;i:3572;i:895;i:3573;i:896;i:3577;i:897;i:3584;i:898;i:3585;i:899;i:3593;i:900;i:3597;i:901;i:3610;i:902;i:3617;i:903;i:3634;i:904;i:3636;i:905;i:3640;i:906;i:3641;i:907;i:3642;i:908;i:3643;i:909;i:3649;i:910;i:3650;i:911;i:3653;i:912;i:3657;i:913;i:3658;i:914;i:3661;i:915;i:3667;i:916;i:3681;i:917;i:3688;i:918;i:3690;i:919;i:3694;i:920;i:3704;i:921;i:3710;i:922;i:3713;i:923;i:3714;i:924;i:3719;i:925;i:3720;i:926;i:3723;i:927;i:3724;i:928;i:3725;i:929;i:3726;i:930;i:3731;i:931;i:3732;i:932;i:3740;i:933;i:3741;i:934;i:3742;i:935;i:3745;i:936;i:3749;i:937;i:3751;i:938;i:3752;i:939;i:3753;i:940;i:3754;i:941;i:3758;i:942;i:3768;i:943;i:3773;i:944;i:3774;i:945;i:3782;i:946;i:3790;i:947;i:3797;i:948;i:3800;i:949;i:3802;i:950;i:3805;i:951;i:3808;i:952;i:3809;i:953;i:3815;i:954;i:3831;i:955;i:3832;i:956;i:3836;i:957;i:3839;i:958;i:3856;i:959;i:3858;i:960;i:3864;i:961;i:3875;i:962;i:3876;i:963;i:3879;i:964;i:3880;i:965;i:3884;i:966;i:3891;i:967;i:3892;i:968;i:3896;i:969;i:3900;i:970;i:3903;i:971;i:3906;i:972;i:3909;i:973;i:3910;i:974;i:3916;i:975;i:3918;i:976;i:3928;i:977;i:3936;i:978;i:3937;i:979;i:3940;i:980;i:3942;i:981;i:3943;i:982;i:3947;i:983;i:3953;i:984;i:3958;i:985;i:3961;i:986;i:3984;i:987;i:3996;i:988;i:4008;i:989;i:4011;i:990;i:4027;i:991;i:4028;i:992;i:4035;i:993;i:4037;i:994;i:4040;i:995;i:4041;i:996;i:4042;i:997;i:4048;i:998;i:4052;i:999;i:4054;i:1000;i:4055;i:1001;i:4056;i:1002;i:4059;i:1003;i:4060;i:1004;i:4065;i:1005;i:4070;i:1006;i:4071;i:1007;i:4073;i:1008;i:4074;i:1009;i:4077;i:1010;i:4094;i:1011;i:4098;i:1012;i:4100;i:1013;i:4101;i:1014;i:4104;i:1015;i:4107;i:1016;i:4108;i:1017;i:4109;i:1018;i:4111;i:1019;i:4114;i:1020;i:4115;i:1021;i:4119;i:1022;i:4120;i:1023;i:4131;i:1024;i:4136;i:1025;i:4146;i:1026;i:4150;i:1027;i:4151;i:1028;i:4152;i:1029;i:4159;i:1030;i:4168;i:1031;i:4178;i:1032;i:4183;i:1033;i:4184;i:1034;i:4186;i:1035;i:4188;i:1036;i:4195;i:1037;i:4203;i:1038;i:4207;i:1039;i:4208;i:1040;i:4209;i:1041;i:4210;i:1042;i:4212;i:1043;i:4213;i:1044;i:4214;i:1045;i:4217;i:1046;i:4218;i:1047;i:4221;i:1048;i:4223;i:1049;i:4227;i:1050;i:4236;i:1051;i:4239;i:1052;i:4251;i:1053;i:4255;i:1054;i:4256;i:1055;i:4259;i:1056;i:4260;i:1057;i:4264;i:1058;i:4268;i:1059;i:4290;i:1060;i:4298;i:1061;i:4299;i:1062;i:4303;i:1063;i:4304;i:1064;i:4313;i:1065;i:4323;i:1066;i:4324;i:1067;i:4325;i:1068;i:4326;i:1069;i:4327;i:1070;i:4328;i:1071;i:4329;i:1072;i:4339;i:1073;i:4345;}','yes'),(178,'cs_modifiable','a:14:{s:10:\"modifiable\";a:5:{i:0;s:12:\"header-right\";i:1;s:12:\"lower-footer\";i:2;s:11:\"main-footer\";i:3;s:15:\"primary-sidebar\";i:4;s:7:\"top-bar\";}s:7:\"authors\";a:0:{}s:4:\"blog\";a:0:{}s:16:\"category_archive\";a:0:{}s:14:\"category_pages\";N;s:14:\"category_posts\";N;s:15:\"category_single\";a:0:{}s:4:\"date\";a:0:{}s:8:\"defaults\";N;s:17:\"post_type_archive\";a:0:{}s:15:\"post_type_pages\";N;s:16:\"post_type_single\";a:0:{}s:6:\"search\";a:0:{}s:4:\"tags\";a:0:{}}','yes'),(191,'_transient_wr2x_ignores','a:0:{}','yes'),(203,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(238,'duplicate_page_options','a:3:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";}','yes'),(239,'recently_activated','a:0:{}','yes'),(314,'WPLANG','en_GB','yes'),(369,'revslider-connection','1','yes'),(370,'revslider-latest-version','6.2.2','yes'),(371,'revslider-stable-version','4.2','yes'),(372,'revslider-notices','a:0:{}','yes'),(373,'revslider-dashboard','a:0:{}','yes'),(374,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:55:\"//updates.themepunch.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:54:\"//updates.themepunch.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:56:\"//updates.themepunch.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(435,'do_activate','0','yes'),(541,'theme_mods_smart-mag-child','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:4:\"main\";i:7;s:11:\"main-mobile\";i:7;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1556022470;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:2:{i:0;s:15:\"bunyad-social-2\";i:1;s:29:\"bunyad-tabbed-recent-widget-2\";}s:7:\"top-bar\";a:1:{i:0;s:6:\"text-2\";}s:12:\"header-right\";a:0:{}s:11:\"main-footer\";a:3:{i:0;s:21:\"bunyad_about_widget-2\";i:1;s:29:\"bunyad-popular-posts-widget-2\";i:2;s:6:\"text-4\";}s:12:\"lower-footer\";a:2:{i:0;s:6:\"text-3\";i:1;s:22:\"eu_cookie_law_widget-4\";}}}}','yes'),(559,'sta_npc_options','a:12:{s:21:\"disable_comments_post\";s:5:\"false\";s:23:\"disable_trackbacks_post\";s:5:\"false\";s:21:\"disable_comments_page\";s:5:\"false\";s:23:\"disable_trackbacks_page\";s:5:\"false\";s:27:\"disable_comments_attachment\";s:5:\"false\";s:29:\"disable_trackbacks_attachment\";s:5:\"false\";s:27:\"disable_comments_custom_css\";s:4:\"true\";s:29:\"disable_trackbacks_custom_css\";s:4:\"true\";s:36:\"disable_comments_customize_changeset\";s:4:\"true\";s:38:\"disable_trackbacks_customize_changeset\";s:4:\"true\";s:35:\"disable_comments_wpcf7_contact_form\";s:4:\"true\";s:37:\"disable_trackbacks_wpcf7_contact_form\";s:4:\"true\";}','yes'),(572,'widget_widget_sp_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(573,'_image_widget_version','4.3','no'),(580,'widget_hwim','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:17:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:3:\"src\";s:81:\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/excel-banner-300x48.jpg\";s:12:\"display_size\";s:5:\"fixed\";s:13:\"display_width\";s:3:\"500\";s:14:\"display_height\";s:2:\"80\";s:14:\"original_width\";s:3:\"300\";s:15:\"original_height\";s:2:\"48\";s:17:\"keep_aspect_ratio\";b:1;s:3:\"alt\";s:12:\"Excel Banner\";s:3:\"url\";s:0:\"\";s:13:\"target_option\";s:0:\"\";s:11:\"target_name\";s:0:\"\";s:10:\"rel_option\";s:0:\"\";s:8:\"rel_name\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_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:\"22\";s:5:\"state\";s:2:\"ok\";}}i:4;a:17:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:3:\"src\";s:74:\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/excel-banner.jpg\";s:12:\"display_size\";s:10:\"responsive\";s:13:\"display_width\";s:3:\"500\";s:14:\"display_height\";s:2:\"80\";s:14:\"original_width\";s:3:\"500\";s:15:\"original_height\";s:2:\"80\";s:17:\"keep_aspect_ratio\";b:1;s:3:\"alt\";s:20:\"Eat Drink Sleep Live\";s:3:\"url\";s:70:\"http://www.restaurantbusinessshow.com/tracker.asp?code=OnTradeProgress\";s:13:\"target_option\";s:0:\"\";s:11:\"target_name\";s:0:\"\";s:10:\"rel_option\";s:0:\"\";s:8:\"rel_name\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_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:\"22\";s:5:\"state\";s:2:\"ok\";}}}','yes'),(583,'widget_responsiveimagewidget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:7:{s:5:\"title\";s:0:\"\";s:9:\"image_url\";s:74:\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/excel-banner.jpg\";s:10:\"image_link\";s:0:\"\";s:11:\"image_ratio\";s:2:\"10\";s:14:\"image_position\";s:6:\"center\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:13:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_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:\"27\";s:5:\"state\";s:2:\"ok\";}}}','yes'),(591,'scroll_to_up_basic','a:5:{s:14:\"scrollDistance\";s:3:\"300\";s:11:\"scrollSpeed\";s:3:\"300\";s:9:\"animation\";s:4:\"fade\";s:17:\"scrollUp_position\";s:1:\"1\";s:26:\"select_scroll_to_top_style\";s:1:\"2\";}','yes'),(592,'simple_text_method','','yes'),(593,'fa_method','a:5:{s:19:\"fa_method_icon_name\";s:15:\"angle-double-up\";s:20:\"fa_method_font_color\";s:4:\"#fff\";s:19:\"fa_method_font_size\";s:2:\"18\";s:18:\"fa_method_bg_color\";s:4:\"#555\";s:21:\"fa_method_hover_color\";s:4:\"#999\";}','yes'),(594,'image_method','','yes'),(595,'upload_image_method','','yes'),(792,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"13.0\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"IwQAVs_anwLiD3k2ZQlkHMAla8-XzegE2FLC_xRsi0w\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:0;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1580376087;s:13:\"myyoast-oauth\";b:0;}','yes'),(794,'wpseo_titles','a:74:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/otp-retina.png\";s:15:\"company_logo_id\";i:4354;s:12:\"company_name\";s:16:\"Ontrade Progress\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}','yes'),(795,'wpseo_social','a:19:{s:13:\"facebook_site\";s:23:\"http://@ontradeprogress\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:15:\"ontradeprogress\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(799,'wpseo_flush_rewrite','1','yes'),(867,'jpsq_sync_checkout','0:0','no'),(1142,'wpseo-gsc-refresh_token','1/Hu-K6grnK-gl2nhWI3UTuONk08E6VY5AqAIjO1vEmyA','yes'),(1143,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/Hu-K6grnK-gl2nhWI3UTuONk08E6VY5AqAIjO1vEmyA\";s:12:\"access_token\";s:132:\"ya29.Gl1vBGNYDiC-hUbjBzsXOtN6NKigLhH1sReT_OH0jbRNLHDXoAe0nt1VBDbSd6I12u5TtoHLvvL9uqX75_DWSVh-43nyzU7IA9aT1QncxAQZBXvxIqLHCKzzDHact-g\";s:7:\"expires\";i:1497937483;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1497933883;}','yes'),(1144,'wpseo-gsc','a:1:{s:7:\"profile\";s:27:\"http://ontradeprogress.com/\";}','yes'),(1147,'wpseo_gsc_issues_counts','a:0:{}','yes'),(1195,'meowapps_hide_meowapps','','yes'),(1196,'meowapps_hide_ads','1','yes'),(1403,'sbi_rating_notice','dismissed','yes'),(1804,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1559213646;}','yes'),(1924,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"ryan@bwmediagroup.co.uk\";s:7:\"version\";s:6:\"4.9.10\";s:9:\"timestamp\";i:1552445510;}','no'),(5433,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5434,'widget_media_image','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:17:{s:13:\"attachment_id\";i:2496;s:3:\"url\";s:86:\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/RBTL-BAN-728-x-90-300x37.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:728;s:6:\"height\";i:90;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:63:\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\";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:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"40\";s:5:\"state\";s:2:\"ok\";}}i:4;a:17:{s:13:\"attachment_id\";i:2496;s:3:\"url\";s:86:\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/RBTL-BAN-728-x-90-300x37.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"custom\";s:5:\"width\";i:622;s:6:\"height\";i:77;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:63:\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\";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:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"40\";s:5:\"state\";s:2:\"ok\";}}}','yes'),(5435,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5436,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6772,'wd_bwg_version','1.4.10','no'),(6773,'wd_bwg_theme_version','1.0.0','no'),(6774,'widget_bwp_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6775,'widget_bwp_gallery_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6776,'bwg_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"1/16/2018\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}}','yes'),(7321,'revslider-valid-notice','false','yes'),(9540,'widget_media_gallery','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:9:{s:5:\"title\";s:0:\"\";s:3:\"ids\";a:1:{i:0;i:2496;}s:7:\"columns\";i:1;s:4:\"size\";s:6:\"medium\";s:9:\"link_type\";s:4:\"none\";s:14:\"orderby_random\";b:0;s:4:\"type\";s:7:\"default\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"34\";s:5:\"state\";s:2:\"ok\";}}}','yes'),(9803,'wpseo_license_server_version','2','yes'),(9806,'wr2x_rating_date','1854258168','no'),(10071,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10072,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10073,'widget_eu_cookie_law_widget','a:3:{i:3;a:10:{s:4:\"hide\";s:6:\"button\";s:4:\"text\";s:7:\"default\";s:12:\"color-scheme\";s:7:\"default\";s:10:\"policy-url\";s:6:\"custom\";s:8:\"position\";s:6:\"bottom\";s:12:\"hide-timeout\";i:30;s:18:\"consent-expiration\";i:180;s:10:\"customtext\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"29\";s:5:\"state\";s:2:\"ok\";}}i:4;a:10:{s:4:\"hide\";s:6:\"button\";s:4:\"text\";s:7:\"default\";s:12:\"color-scheme\";s:7:\"default\";s:10:\"policy-url\";s:7:\"default\";s:8:\"position\";s:6:\"bottom\";s:12:\"hide-timeout\";i:30;s:18:\"consent-expiration\";i:180;s:10:\"customtext\";s:0:\"\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:19:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:15:\"pt-popupbuilder\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}s:20:\"tax-popup-categories\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:1:\"8\";s:5:\"state\";s:2:\"ok\";}}s:12:\"_multiwidget\";i:1;}','yes'),(10074,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10075,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10076,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10077,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10078,'widget_googleplus-badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10079,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10080,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10081,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10082,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10083,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10084,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10085,'widget_wpcom_social_media_icons_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10086,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10087,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10088,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10172,'jpsq_full_sync_checkout','0:0','no'),(10189,'gravatar_disable_hovercards','disabled','yes'),(10191,'safecss_add','','yes'),(10193,'safecss','','yes'),(10201,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(10204,'jetpack_plugin_api_action_links','a:17:{s:27:\"ad-inserter/ad-inserter.php\";a:1:{s:8:\"Settings\";s:81:\"https://www.ontradeprogress.com/wp-admin/options-general.php?page=ad-inserter.php\";}s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:74:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=akismet-key-config\";}s:41:\"background-manager/background-manager.php\";a:1:{s:8:\"Settings\";s:63:\"https://www.ontradeprogress.com/wp-admin/themes.php?page=xYzc4O\";}s:36:\"contact-form-7/wp-contact-form-7.php\";a:1:{s:8:\"Settings\";s:61:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=wpcf7\";}s:34:\"custom-sidebars/customsidebars.php\";a:2:{s:7:\"Widgets\";s:52:\"https://www.ontradeprogress.com/wp-admin/widgets.php\";s:7:\"Support\";s:52:\"https://wordpress.org/support/plugin/custom-sidebars\";}s:32:\"duplicate-page/duplicatepage.php\";a:2:{s:8:\"Settings\";s:89:\"https://www.ontradeprogress.com/wp-admin/options-general.php?page=duplicate_page_settings\";s:6:\"Donate\";s:53:\"http://www.webdesi9.com/donate/?plugin=duplicate-page\";}s:25:\"embedpress/embedpress.php\";a:1:{s:8:\"Settings\";s:66:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=embedpress\";}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:1:{s:8:\"Settings\";s:70:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=gadwp_settings\";}s:27:\"optimole-wp/optimole-wp.php\";a:2:{s:8:\"Settings\";s:65:\"https://www.ontradeprogress.com/wp-admin/upload.php?page=optimole\";s:18:\"Rollback to v2.0.5\";s:103:\"https://www.ontradeprogress.com/wp-admin/admin-post.php?action=optimole_wp_rollback&_wpnonce=b2983f1a0f\";}s:33:\"instagram-feed/instagram-feed.php\";a:1:{s:8:\"Settings\";s:73:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=sb-instagram-feed\";}s:19:\"jetpack/jetpack.php\";a:3:{s:7:\"Jetpack\";s:63:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=jetpack\";s:8:\"Settings\";s:73:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=jetpack#/settings\";s:7:\"Support\";s:72:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=jetpack-debugger\";}s:31:\"photo-gallery/photo-gallery.php\";a:1:{s:10:\"Deactivate\";s:129:\"https://www.ontradeprogress.com/wp-admin/plugins.php?action=deactivate&plugin=photo-gallery/photo-gallery.php&_wpnonce=5dce6ea575\";}s:13:\"sirv/sirv.php\";a:1:{s:8:\"Settings\";s:77:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=sirv/sirv/options.php\";}s:23:\"wp-smushit/wp-smush.php\";a:1:{s:8:\"Settings\";s:61:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=smush\";}s:27:\"updraftplus/updraftplus.php\";a:3:{s:21:\"Add-Ons / Pro Support\";s:44:\"https://updraftplus.com/?afref=460?afref=460\";s:8:\"Settings\";s:77:\"https://www.ontradeprogress.com/wp-admin/options-general.php?page=updraftplus\";s:9:\"Take Tour\";s:96:\"https://www.ontradeprogress.com/wp-admin/options-general.php?page=updraftplus&updraftplus_tour=1\";}s:29:\"pc-robotstxt/pc-robotstxt.php\";a:1:{s:8:\"Settings\";s:88:\"https://www.ontradeprogress.com/wp-admin/options-general.php?page=pc-robotstxt/admin.php\";}s:24:\"wordpress-seo/wp-seo.php\";a:3:{s:3:\"FAQ\";s:150:\"https://yoa.st/1yc?php_version=7.0.33&platform=wordpress&platform_version=4.9.10&software=free&software_version=8.2&role=administrator&days_active=235\";s:15:\"Premium Support\";s:150:\"https://yoa.st/1yb?php_version=7.0.33&platform=wordpress&platform_version=4.9.10&software=free&software_version=8.2&role=administrator&days_active=235\";s:8:\"Settings\";s:71:\"https://www.ontradeprogress.com/wp-admin/admin.php?page=wpseo_dashboard\";}}','yes'),(11332,'stats_cache','a:2:{s:32:\"5d4e3a7f35479121d49a3fb9ad6ec817\";a:1:{i:1555927703;a:8:{i:0;a:4:{s:7:\"post_id\";s:1:\"8\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:32:\"https://www.ontradeprogress.com/\";s:5:\"views\";s:3:\"114\";}i:1;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:31:\"http://www.ontradeprogress.com/\";s:5:\"views\";s:2:\"16\";}i:2;a:4:{s:7:\"post_id\";s:4:\"4346\";s:10:\"post_title\";s:73:\"Coffee technology from WMF combines two coffee styles in a single machine\";s:14:\"post_permalink\";s:117:\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\";s:5:\"views\";s:1:\"8\";}i:3;a:4:{s:7:\"post_id\";s:4:\"4336\";s:10:\"post_title\";s:80:\"Swiss coffee machine manufacturer Schaerer is launching an innovative technology\";s:14:\"post_permalink\";s:124:\"https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/\";s:5:\"views\";s:1:\"4\";}i:4;a:4:{s:7:\"post_id\";s:4:\"4311\";s:10:\"post_title\";s:64:\"UKHospitality: Dialogue best way to tackle food allergens issues\";s:14:\"post_permalink\";s:79:\"https://www.ontradeprogress.com/2019/04/02/ukhospitality-food-allergens-issues/\";s:5:\"views\";s:1:\"3\";}i:5;a:4:{s:7:\"post_id\";s:4:\"4322\";s:10:\"post_title\";s:35:\"New London location for Lucky Voice\";s:14:\"post_permalink\";s:79:\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\";s:5:\"views\";s:1:\"3\";}i:6;a:4:{s:7:\"post_id\";s:2:\"23\";s:10:\"post_title\";s:12:\"The Magazine\";s:14:\"post_permalink\";s:45:\"https://www.ontradeprogress.com/the-magazine/\";s:5:\"views\";s:1:\"2\";}i:7;a:4:{s:7:\"post_id\";s:3:\"895\";s:10:\"post_title\";s:44:\"Salcombe Gin – Signature Sea Mist Cocktail\";s:14:\"post_permalink\";s:93:\"http://www.ontradeprogress.com/2018/04/19/salcombe-gin-signature-serve-cocktail-collection-2/\";s:5:\"views\";s:1:\"2\";}}}s:32:\"1487a492907f141a89b9b1171d535a45\";a:1:{i:1555927703;a:5:{i:0;a:2:{s:10:\"searchterm\";s:11:\"hospitality\";s:5:\"views\";s:4:\"1260\";}i:1;a:2:{s:10:\"searchterm\";s:19:\"desperados redesign\";s:5:\"views\";s:1:\"1\";}i:2;a:2:{s:10:\"searchterm\";s:8:\"breggsit\";s:5:\"views\";s:1:\"1\";}i:3;a:2:{s:10:\"searchterm\";s:17:\"on-trade progress\";s:5:\"views\";s:1:\"1\";}i:4;a:2:{s:10:\"searchterm\";s:13:\"jackie marlow\";s:5:\"views\";s:1:\"1\";}}}}','yes'),(15427,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(15428,'widget_widget_contact_info','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(15429,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(43744,'post_by_email_address1','NULL','yes'),(43745,'monitor_receive_notifications','1','yes'),(74919,'xyz_credit_link','0','yes'),(74940,'xyz_fbap_premium_version_ads','0','yes'),(75062,'nxsSNAPOptions_bck4','','no'),(75063,'nxs_lBckTime','1525254935','no'),(75064,'nxs_query_db_table_version','1.2','yes'),(75065,'nxs_log_db_table_version','1.5','yes'),(75069,'NXS_cronCheck','a:2:{s:18:\"cronCheckStartTime\";i:1525254942;s:10:\"cronChecks\";a:8:{i:0;s:109:\"[2018-05-02 09:55:42] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; https://www.ontradeprogress.com)\";i:1;s:108:\"[2018-05-02 09:57:10] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)\";i:2;s:108:\"[2018-05-02 09:58:26] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)\";i:3;s:108:\"[2018-05-02 09:59:09] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)\";i:4;s:109:\"[2018-05-02 09:59:38] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; https://www.ontradeprogress.com)\";i:5;s:108:\"[2018-05-02 10:01:09] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)\";i:6;s:108:\"[2018-05-02 10:02:27] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)\";i:7;s:108:\"[2018-05-02 10:02:51] - WP Cron called from 217.160.62.230 (WordPress/4.9.5; http://www.ontradeprogress.com)\";}}','no'),(75070,'nxs_last_nxs_cron','1525255371.77264500','no'),(75084,'nxsSNAPOptions','a:67:{s:7:\"nxsHTDP\";s:1:\"I\";s:6:\"quDays\";s:1:\"0\";s:5:\"quHrs\";s:1:\"0\";s:6:\"quMins\";s:1:\"3\";s:14:\"quLimitRndMins\";s:1:\"2\";s:12:\"nxsOverLimit\";s:1:\"D\";s:14:\"showNTListCats\";i:1;s:7:\"fltrsOn\";i:1;s:12:\"nxsURLShrtnr\";s:1:\"O\";s:9:\"gglAPIKey\";s:0:\"\";s:10:\"bitlyUname\";s:0:\"\";s:11:\"bitlyAPIKey\";s:0:\"\";s:9:\"xcoAPIKey\";s:0:\"\";s:11:\"clkimAPIKey\";s:0:\"\";s:10:\"postAPIKey\";s:0:\"\";s:10:\"adflyUname\";s:0:\"\";s:11:\"adflyAPIKey\";s:0:\"\";s:11:\"adflyDomain\";s:6:\"adf.ly\";s:10:\"rblyAPIKey\";s:0:\"\";s:10:\"rblyDomain\";s:0:\"\";s:9:\"YOURLSURL\";s:0:\"\";s:9:\"YOURLSKey\";s:0:\"\";s:21:\"riHowManyPostsToTrack\";s:2:\"10\";s:10:\"riHowOften\";s:2:\"15\";s:12:\"addURLParams\";s:0:\"\";s:8:\"forcessl\";s:1:\"D\";s:10:\"nxsHTSpace\";s:0:\"\";s:10:\"nxsHTSepar\";s:2:\"c_\";s:13:\"anounTagLimit\";s:3:\"300\";s:8:\"ogImgDef\";s:0:\"\";s:10:\"imgNoCheck\";i:0;s:10:\"imgSizeImg\";s:4:\"full\";s:12:\"imgSizeAttch\";s:6:\"medium\";s:10:\"featImgLoc\";s:0:\"\";s:17:\"featImgLocArrPath\";s:0:\"\";s:16:\"featImgLocPrefix\";s:0:\"\";s:13:\"errNotifEmail\";s:0:\"\";s:5:\"fltrs\";a:1:{s:13:\"nxs_post_type\";a:1:{i:0;s:4:\"post\";}}s:1:\"v\";i:350;s:3:\"ver\";i:306;s:5:\"nxsOG\";s:1:\"D\";s:10:\"useSSLCert\";s:36:\"8416o4u5d4p2o22646060474k5b4t2a4u5s4\";s:15:\"errNotifEmailCB\";i:0;s:15:\"forceBrokenCron\";i:0;s:7:\"proxyOn\";i:0;s:9:\"forceSURL\";i:0;s:16:\"brokenCntFilters\";i:0;s:10:\"numLogRows\";s:4:\"1000\";s:13:\"queryInterval\";s:2:\"60\";s:10:\"numOfTasks\";s:2:\"30\";s:11:\"nsOpenGraph\";i:0;s:11:\"useForPages\";i:0;s:10:\"showPrxTab\";i:0;s:11:\"useRndProxy\";i:0;s:12:\"howToShowNTS\";s:1:\"M\";s:13:\"tagsExclFrmHT\";s:0:\"\";s:8:\"riActive\";i:0;s:9:\"useUnProc\";i:0;s:10:\"nxsCPTSeld\";s:6:\"a:0:{}\";s:16:\"whoCanSeeSNAPBox\";a:1:{i:0;s:13:\"administrator\";}s:15:\"whoCanMakePosts\";a:1:{i:0;s:13:\"administrator\";}s:21:\"whoCanHaveOwnSNAPAccs\";a:1:{i:0;s:13:\"administrator\";}s:12:\"skipSecurity\";i:0;s:8:\"zeroUser\";i:0;s:13:\"hideUnchecked\";i:0;s:7:\"quLimit\";i:0;s:10:\"rpstActive\";i:0;}','no'),(75123,'rs_cache_overlay','5.3.1.5','yes'),(107580,'wpcom_publish_posts_with_markdown','1','yes'),(107583,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155258,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183402,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183404,'_amn_exact-metrics_last_checked','1555891200','yes'),(183424,'gadwp_redeemed_code','4/WQFTSpRuvJ6ka8gzm2mStC6CUe3kDxIXSiYUKrlKBxxb4gQ1OfHqFSs','yes'),(189444,'new_admin_email','ryan@bwmediagroup.co.uk','yes'),(190448,'akismet_spam_count','485','yes'),(215974,'SG_POPUP_BUILDER_REGISTERED_PLUGINS','[]','yes'),(215985,'sgpbUnsubscribeColumnFixed','1','yes'),(216058,'SgpbCounter','a:1:{i:2799;i:4;}','yes'),(259594,'ai-install','1541759555','yes'),(259603,'widget_ai_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259605,'dst_notification_times','a:1:{s:11:\"ad-inserter\";i:1541759558;}','yes'),(259614,'dst_optin_tracking','a:1:{s:11:\"ad-inserter\";i:0;}','yes'),(259615,'dst_optin_newsletter','a:1:{s:11:\"ad-inserter\";i:0;}','yes'),(371564,'ad_inserter','a:6:{i:1;a:7:{s:4:\"code\";s:171:\"<a href=\"https://www.dyson.co.uk/hand-dryers/dyson-airblade-wash-dry-overview.html\"><img src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/1920X400.png\"></a>\";s:13:\"enable_manual\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"1\";s:25:\"display_on_category_pages\";s:1:\"1\";s:23:\"display_on_search_pages\";s:1:\"1\";s:24:\"display_on_archive_pages\";s:1:\"1\";s:13:\"enable_widget\";s:1:\"0\";}s:1:\"h\";a:0:{}s:1:\"f\";a:0:{}s:1:\"a\";a:0:{}s:6:\"global\";a:50:{s:24:\"SYNTAX_HIGHLIGHTER_THEME\";s:11:\"ad_inserter\";s:7:\"VERSION\";s:6:\"020402\";s:16:\"BLOCK_CLASS_NAME\";s:10:\"code-block\";s:11:\"BLOCK_CLASS\";s:1:\"1\";s:18:\"BLOCK_NUMBER_CLASS\";s:1:\"1\";s:13:\"INLINE_STYLES\";s:1:\"1\";s:17:\"MINIMUM_USER_ROLE\";s:13:\"administrator\";s:18:\"STICKY_WIDGET_MODE\";i:0;s:20:\"STICKY_WIDGET_MARGIN\";i:15;s:19:\"LAZY_LOADING_OFFSET\";i:600;s:15:\"MAX_PAGE_BLOCKS\";i:3;s:15:\"PLUGIN_PRIORITY\";i:99999;s:14:\"DYNAMIC_BLOCKS\";i:0;s:28:\"PARAGRAPH_COUNTING_FUNCTIONS\";i:0;s:16:\"OUTPUT_BUFFERING\";i:0;s:28:\"NO_PARAGRAPH_COUNTING_INSIDE\";s:22:\"blockquote, figure, li\";s:8:\"AD_LABEL\";s:14:\"Advertisements\";s:20:\"MAIN_CONTENT_ELEMENT\";s:0:\"\";s:10:\"ADB_ACTION\";i:0;s:16:\"ADB_DELAY_ACTION\";s:0:\"\";s:20:\"ADB_NO_ACTION_PERIOD\";i:30;s:13:\"ADB_SELECTORS\";s:0:\"\";s:20:\"ADB_REDIRECTION_PAGE\";i:0;s:26:\"ADB_CUSTOM_REDIRECTION_URL\";s:0:\"\";s:15:\"ADB_OVERLAY_CSS\";s:32:\"background: #000; opacity: 0.85;\";s:15:\"ADB_MESSAGE_CSS\";s:72:\"width: 300px; padding: 10px; border: 5px solid #f00; border-radius: 5px;\";s:25:\"ADB_UNDISMISSIBLE_MESSAGE\";s:1:\"0\";s:23:\"ADMIN_TOOLBAR_DEBUGGING\";s:1:\"1\";s:20:\"ADMIN_TOOLBAR_MOBILE\";s:1:\"0\";s:19:\"FORCE_ADMIN_TOOLBAR\";s:1:\"0\";s:16:\"REMOTE_DEBUGGING\";s:1:\"0\";s:20:\"BACKEND_JS_DEBUGGING\";s:1:\"0\";s:21:\"FRONTEND_JS_DEBUGGING\";s:1:\"0\";s:15:\"VIEWPORT_NAME_1\";s:7:\"Desktop\";s:16:\"VIEWPORT_WIDTH_1\";i:980;s:15:\"VIEWPORT_NAME_2\";s:6:\"Tablet\";s:16:\"VIEWPORT_WIDTH_2\";i:768;s:15:\"VIEWPORT_NAME_3\";s:5:\"Phone\";s:16:\"VIEWPORT_WIDTH_3\";i:0;s:14:\"HOOK_ENABLED_1\";s:1:\"0\";s:11:\"HOOK_NAME_1\";s:0:\"\";s:13:\"HOOK_ACTION_1\";s:0:\"\";s:15:\"HOOK_PRIORITY_1\";i:10;s:14:\"HOOK_ENABLED_2\";s:1:\"0\";s:11:\"HOOK_NAME_2\";s:0:\"\";s:13:\"HOOK_ACTION_2\";s:0:\"\";s:15:\"HOOK_PRIORITY_2\";i:10;s:12:\"VIEWPORT_CSS\";s:564:\".ai-viewport-3                { display: none !important;}\n.ai-viewport-2                { display: none !important;}\n.ai-viewport-1                { display: inherit !important;}\n.ai-viewport-0                { display: none !important;}\n@media (min-width: 768px) and (max-width: 979px) {\n.ai-viewport-1                { display: none !important;}\n.ai-viewport-2                { display: inherit !important;}\n}\n@media (max-width: 767px) {\n.ai-viewport-1                { display: none !important;}\n.ai-viewport-3                { display: inherit !important;}\n}\n\";s:13:\"ALIGNMENT_CSS\";s:50:\".code-block-default {margin: 8px 0; clear: both;}\n\";s:9:\"TIMESTAMP\";i:1543331336;}s:7:\"extract\";a:15:{s:11:\"used_blocks\";s:14:\"a:1:{i:0;i:1;}\";s:8:\"features\";a:9:{i:6;b:0;i:7;b:0;i:29;b:0;i:31;b:0;i:9;b:0;i:26;b:0;i:33;b:0;i:37;b:0;i:39;b:0;}s:17:\"above_header_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:17:\"html_element_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:12:\"content_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:12:\"excerpt_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:15:\"loop_start_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:13:\"loop_end_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:13:\"the_post_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:20:\"before_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:21:\"between_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:19:\"after_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:14:\"wp_footer_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:7:\"VERSION\";s:9:\"020402-16\";s:9:\"TIMESTAMP\";i:1543331336;}}','yes'),(371565,'ad_inserter_extract','a:15:{s:11:\"used_blocks\";s:14:\"a:1:{i:0;i:1;}\";s:8:\"features\";a:9:{i:6;b:0;i:7;b:0;i:29;b:0;i:31;b:0;i:9;b:0;i:26;b:0;i:33;b:0;i:37;b:0;i:39;b:0;}s:17:\"above_header_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:17:\"html_element_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:12:\"content_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:12:\"excerpt_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:15:\"loop_start_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:13:\"loop_end_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:13:\"the_post_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:20:\"before_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:21:\"between_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:19:\"after_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:14:\"wp_footer_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:7:\"VERSION\";s:9:\"020402-16\";s:9:\"TIMESTAMP\";i:1543331336;}','yes'),(371987,'_transient_bunyad_custom_css_cache','a:1:{i:0;s:6657:\"::selection { background: #1e73be; }\n\n::-moz-selection { background: #1e73be; }\n\n.top-bar, .post-content .modern-quote, .mobile-head { border-top-color: #1e73be; }\n\n.main-color,\n.trending-ticker .heading,\n.nav-light .menu > li:hover > a,\n.nav-light .menu > .current-menu-item > a,\n.nav-light .menu > .current-menu-parent > a,\n.nav-light .menu li li:hover,\n.nav-light .menu li li.current-menu-item,\n.nav-light .mega-menu .sub-nav li:hover,\n.nav-light .menu .sub-nav li.current-menu-item,\n.nav-light .menu li li:hover > a,\n.nav-light .menu li li.current-menu-item > a,\n.nav-light .mega-menu .sub-nav li:hover > a,\n.nav-light .menu .sub-nav li.current-menu-item > a,\n.nav-light-search .active .search-icon,\n.nav-light-search .search-icon:hover,\n.breadcrumbs .location,\n.gallery-title,\n.section-head.prominent,\n.recentcomments .url,\n.block.posts .fa-angle-right,\n.news-focus .section-head,\n.focus-grid .section-head,\n.post-meta-b .posted-by a,\n.post-content a,\n.main-stars,\n.main-stars span:before,\n.related-posts .section-head,\n.comments-list .bypostauthor .comment-author a,\n.error-page .text-404,\na.bbp-author-name { color: #1e73be; }\n\n.navigation .menu > li:hover > a,\n.navigation .menu > .current-menu-item > a,\n.navigation .menu > .current-menu-parent > a,\n.navigation .menu > .current-menu-ancestor > a,\n.block-head,\n.tabbed .tabs-list .active a,\n.comment-content .reply,\n.sc-tabs .active a,\n.nav-dark-b { border-bottom-color: #1e73be; }\n\n.main-featured .cat,\n.main-featured .pages .flex-active,\n.main-pagination .current,\n.main-pagination a:hover,\n.block-head .heading,\n.cat-title,\n.post .read-more a,\n.rate-number .progress,\n.listing-meta .rate-number .progress,\n.review-box .overall,\n.review-box .bar,\n.post-pagination > span,\n.button,\n.sc-button-default:hover,\n.drop-caps { background: #1e73be; }\n\n.nav-search .search-icon:hover,\n.nav-search .active .search-icon { border-color: #1e73be; }\n\n.modal-header .modal-title,\n.highlights h2:before,\n.post-header .post-title:before,\n.review-box .heading,\n.main-heading,\n.page-title,\n.entry-title,\ndiv.bbp-template-notice,\ndiv.indicator-hint,\ndiv.bbp-template-notice.info,\n.post-content .wpcf7-not-valid-tip { border-left-color: #1e73be; }\n\n@media only screen and (max-width: 799px) { .navigation .mobile .fa { background: #1e73be; } }\n\n.mobile-head { border-top-color: #1e73be; }\n\n.post-content { color: #000000; }\n\n.post-content a { color: #1e73be; }\n\n.main-featured { background-color: #ffffff; background-image: none;; }\n\n.navigation { background-color: #ffffff;; }\n\n@media only screen and (max-width: 799px) { .navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, \n.navigation .menu > .current-menu-parent > a { background-color: #ffffff;; } }\n\n.navigation.sticky { background: rgb(255,255,255); background: rgba(255,255,255, 0.9);; }\n\n.navigation .mega-menu, .navigation .menu ul { background-color: #ffffff;; }\n\n@media only screen and (max-width: 799px) { .navigation .mega-menu.links > li:hover { background-color: #ffffff;; } }\n\n.navigation .menu > li:hover, .navigation .menu li li:hover, .navigation .menu li li.current-menu-item,\n.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item { background-color: #ffffff;; }\n\n@media only screen and (max-width: 799px) { .navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, \n.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,\n.navigation .menu > .current-menu-ancestor > a, .navigation .menu li.active { background-color: #ffffff;; } }\n\n.navigation a, .mega-menu .heading, .mega-menu .featured h2 a { color: #1e2935;; }\n\n.top-bar, .top-bar.dark { background-color: #000000;; }\n\nbody, body.boxed { background-color: #ffffff;; }\n\n.highlights .excerpt, .listing-alt .content .excerpt { color: #000000; }\n\n\n.cat-2, \n.cat-title.cat-2,\n.block-head.cat-text-2 .heading { \n	background: #2ab391;\n}\n\n.block-head.cat-text-2 {\n	border-color: #2ab391;\n}\n				\n.cat-text-2, .section-head.cat-text-2 { color: #2ab391; }\n				 \n\n.navigation .menu > .menu-cat-2:hover > a, .navigation .menu > .menu-cat-2.current-menu-item > a, .navigation .menu > .menu-cat-2.current-menu-parent > a {\n	border-bottom-color: #2ab391;\n}\n\n\n.cat-3, \n.cat-title.cat-3,\n.block-head.cat-text-3 .heading { \n	background: #2ab391;\n}\n\n.block-head.cat-text-3 {\n	border-color: #2ab391;\n}\n				\n.cat-text-3, .section-head.cat-text-3 { color: #2ab391; }\n				 \n\n.navigation .menu > .menu-cat-3:hover > a, .navigation .menu > .menu-cat-3.current-menu-item > a, .navigation .menu > .menu-cat-3.current-menu-parent > a {\n	border-bottom-color: #2ab391;\n}\n\n\n.cat-4, \n.cat-title.cat-4,\n.block-head.cat-text-4 .heading { \n	background: #2ab391;\n}\n\n.block-head.cat-text-4 {\n	border-color: #2ab391;\n}\n				\n.cat-text-4, .section-head.cat-text-4 { color: #2ab391; }\n				 \n\n.navigation .menu > .menu-cat-4:hover > a, .navigation .menu > .menu-cat-4.current-menu-item > a, .navigation .menu > .menu-cat-4.current-menu-parent > a {\n	border-bottom-color: #2ab391;\n}\n\n\n.cat-5, \n.cat-title.cat-5,\n.block-head.cat-text-5 .heading { \n	background: #2ab391;\n}\n\n.block-head.cat-text-5 {\n	border-color: #2ab391;\n}\n				\n.cat-text-5, .section-head.cat-text-5 { color: #2ab391; }\n				 \n\n.navigation .menu > .menu-cat-5:hover > a, .navigation .menu > .menu-cat-5.current-menu-item > a, .navigation .menu > .menu-cat-5.current-menu-parent > a {\n	border-bottom-color: #2ab391;\n}\n\n\n.cat-6, \n.cat-title.cat-6,\n.block-head.cat-text-6 .heading { \n	background: #2ab391;\n}\n\n.block-head.cat-text-6 {\n	border-color: #2ab391;\n}\n				\n.cat-text-6, .section-head.cat-text-6 { color: #2ab391; }\n				 \n\n.navigation .menu > .menu-cat-6:hover > a, .navigation .menu > .menu-cat-6.current-menu-item > a, .navigation .menu > .menu-cat-6.current-menu-parent > a {\n	border-bottom-color: #2ab391;\n}\n\n\n.cat-8, \n.cat-title.cat-8,\n.block-head.cat-text-8 .heading { \n	background: #2ab391;\n}\n\n.block-head.cat-text-8 {\n	border-color: #2ab391;\n}\n				\n.cat-text-8, .section-head.cat-text-8 { color: #2ab391; }\n				 \n\n.navigation .menu > .menu-cat-8:hover > a, .navigation .menu > .menu-cat-8.current-menu-item > a, .navigation .menu > .menu-cat-8.current-menu-parent > a {\n	border-bottom-color: #2ab391;\n}\n\n\n.nav-search .search-icon {\r\n background: #fff;\r\n color: #4e3442;\r\n border-bottom: 0px;\r\n}\r\n\r\n.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, .navigation .menu > .current-menu-parent > a, .navigation .menu > .current-menu-ancestor > a, .block-head, .tabbed .tabs-list .active a, .comment-content .reply, .sc-tabs .active a, .nav-dark-b {\r\n    background: #000000;\r\n    color: #fff;\r\n    border-bottom: none;\r\n}\";}','yes'),(579115,'wp-smush-settings','a:19:{s:11:\"networkwide\";b:0;s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;}','yes'),(579116,'wp-smush-install-type','existing','no'),(579117,'wp-smush-version','3.4.2','no'),(579123,'smush_global_stats','a:9:{s:11:\"size_before\";i:540056604;s:10:\"size_after\";i:508431582;s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"human\";s:7:\"30.2 MB\";s:5:\"bytes\";i:31625022;s:12:\"total_images\";i:10383;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(579124,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(579129,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;}','yes'),(579130,'skip-smush-setup','1','no'),(579134,'wp-smush-hide_smush_welcome','1','no'),(579135,'wp-smush-image_sizes','a:4:{i:0;s:9:\"thumbnail\";i:1;s:6:\"medium\";i:2;s:5:\"large\";i:3;s:12:\"medium_large\";}','yes'),(1356076,'show_comments_cookies_opt_in','','yes'),(1356077,'stb_enabled','1','yes'),(1356079,'stc_enabled','1','yes'),(1582999,'pc_robotstxt','a:2:{s:11:\"user_agents\";s:279:\"User-agent: *\r\nDisallow: /wp-admin/\r\nAllow: /wp-admin/admin-ajax.php\r\nDisallow: /wp-includes/\r\nAllow: /wp-includes/js/\r\nAllow: /wp-includes/images/\r\nDisallow: /trackback/\r\nDisallow: /wp-login.php\r\nDisallow: /wp-register.php\r\n\r\nSITEMAP: https://www.ontradeprogress.com/sitemap.txt\";s:15:\"remove_settings\";b:0;}','yes'),(1693280,'AWS_HOST','s3.sirv.com','yes'),(1693281,'WP_SIRV_NETWORK','1','yes'),(1693282,'WP_SIRV_CUSTOM_DOMAIN','','yes'),(1693283,'WP_USE_SIRV_RESPONSIVE','0','yes'),(1693284,'WP_SIRV_ALWAYS_ADD_HEADERS','0','yes'),(1693285,'WP_USE_SIRV_CDN','2','yes'),(1693286,'WP_FOLDER_ON_SIRV','WP_www.ontradeprogress.com','yes'),(1693287,'WP_SIRV_VERSION_PLUGIN_INSTALLED','3.2.2','yes'),(1693298,'sirv_review_notice','1555410628','yes'),(1693301,'optml-version','2.0.6','yes'),(1693310,'optimole_wp_install','1555410683','yes'),(1693317,'optml_notice_optin','yes','yes'),(1739927,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:23:\"optimole_wp_review_flag\";s:10:\"display_at\";i:1555927694;}s:24:\"last_notification_active\";i:1555939057;}','yes'),(1740016,'updraftplus-addons_siteid','21471114b2969a4507732f946e9847db','no'),(1740020,'updraftplus_unlocked_fd','1','no'),(1740021,'updraftplus_last_lock_time_fd','2019-05-23 12:57:16','no'),(1740022,'updraftplus_semaphore_fd','0','no'),(1740023,'updraft_last_scheduled_fd','1558616236','yes'),(1740170,'updraft_remotesites','','yes'),(1740171,'updraft_migrator_localkeys','','yes'),(1740172,'updraft_central_localkeys','','yes'),(1740173,'updraft_autobackup_default','0','yes'),(1740174,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2fe5eab02d5bfab94537d3399b21d36a\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(1740175,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2e4179850fcea8384acdd07cf836362a\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','yes'),(1740176,'updraftplus_tmp_googledrive_access_token','','yes'),(1740177,'updraftplus_dismissedautobackup','','yes'),(1740178,'dismissed_general_notices_until','','yes'),(1740179,'dismissed_season_notices_until','','yes'),(1740180,'updraftplus_dismissedexpiry','','yes'),(1740181,'updraftplus_dismisseddashnotice','1590004869','yes'),(1740182,'updraft_interval','daily','yes'),(1740183,'updraft_interval_increments','none','yes'),(1740186,'updraft_interval_database','daily','yes'),(1740187,'updraft_retain','1','yes'),(1740188,'updraft_retain_db','1','yes'),(1740189,'updraft_encryptionphrase','','yes'),(1740190,'updraft_service','','yes'),(1740191,'updraft_googledrive_clientid','','yes'),(1740192,'updraft_googledrive_secret','','yes'),(1740193,'updraft_googledrive_remotepath','','yes'),(1740194,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-4f4d14d292b199684537e729558973db\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','yes'),(1740195,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3b19f625d3efab8bf31d885cea436019\";a:0:{}}}','yes'),(1740196,'updraft_server_address','','yes'),(1740197,'updraft_dir','','yes'),(1740198,'updraft_email','','yes'),(1740199,'updraft_delete_local','0','yes'),(1740200,'updraft_debug_mode','0','yes'),(1740201,'updraft_include_plugins','0','yes'),(1740202,'updraft_include_themes','0','yes'),(1740203,'updraft_include_uploads','0','yes'),(1740204,'updraft_include_others','0','yes'),(1740205,'updraft_include_wpcore','0','yes'),(1740206,'updraft_include_wpcore_exclude','','yes'),(1740207,'updraft_include_more','0','yes'),(1740208,'updraft_include_blogs','','yes'),(1740209,'updraft_include_mu-plugins','','yes'),(1740210,'updraft_auto_updates','0','yes'),(1740211,'updraft_include_others_exclude','','yes'),(1740212,'updraft_include_uploads_exclude','','yes'),(1740213,'updraft_lastmessage','The backup apparently succeeded and is now complete (May 23 12:57:23)','yes'),(1740214,'updraft_googledrive_token','','yes'),(1740215,'updraft_dropboxtk_request_token','','yes'),(1740216,'updraft_dropboxtk_access_token','','yes'),(1740217,'updraft_adminlocking','','yes'),(1740218,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-506759fc91c9183aff9363e91015f248\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(1740219,'updraft_retain_extrarules','','yes'),(1740220,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f270270f5635175d24fc15d0f3f0b241\";a:0:{}}}','yes'),(1740221,'updraft_include_more_path','','yes'),(1740222,'updraft_split_every','25','yes'),(1740223,'updraft_ssl_nossl','0','yes'),(1740224,'updraft_backupdb_nonwp','0','yes'),(1740225,'updraft_extradbs','','yes'),(1740227,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1558616236;s:12:\"backup_array\";a:3:{s:2:\"db\";s:58:\"backup_2019-05-23-1257_Ontrade_Progress_dc798f09def3-db.gz\";s:7:\"db-size\";i:3069362;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2550cc77ee92fe8a72fda62f3fa796a0c44755b1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d45b5faba13cf936313c9227cee8184dc6ce6f2662676835089cbcf4cd27ec2d\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"dc798f09def3\";}','yes'),(1740228,'updraft_starttime_files','13:00','yes'),(1740229,'updraft_starttime_db','13:00','yes'),(1740230,'updraft_startday_db','0','yes'),(1740231,'updraft_startday_files','0','yes'),(1740232,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1d46411fe321f3b3ef01e67ef91f3ccc\";a:0:{}}}','yes'),(1740233,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-970bfdaf21ec43bcd9a8de083ca1fb14\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','yes'),(1740234,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e282f17728bec06169cf2013a7302d37\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(1740235,'updraft_dreamhost','','yes'),(1740236,'updraft_s3generic_login','','yes'),(1740237,'updraft_s3generic_pass','','yes'),(1740238,'updraft_s3generic_remote_path','','yes'),(1740239,'updraft_s3generic_endpoint','','yes'),(1740240,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d12f5350df82450a9252a95082374db4\";a:0:{}}}','yes'),(1740241,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-071a93996c86adbbfb826f2747a27257\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','yes'),(1740242,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-66d0412f9836cd554ad62fb1440c6c3e\";a:0:{}}}','yes'),(1740243,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c02997b12c7f419bffda05ca636669e5\";a:0:{}}}','yes'),(1740244,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-965148ed8a0fa1094c21cf67fd61f45e\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','yes'),(1740245,'updraft_cloudfiles_user','','yes'),(1740246,'updraft_cloudfiles_apikey','','yes'),(1740247,'updraft_cloudfiles_path','','yes'),(1740248,'updraft_cloudfiles_authurl','','yes'),(1740249,'updraft_ssl_useservercerts','0','yes'),(1740250,'updraft_ssl_disableverify','0','yes'),(1740251,'updraft_s3_login','','yes'),(1740252,'updraft_s3_pass','','yes'),(1740253,'updraft_s3_remote_path','','yes'),(1740254,'updraft_dreamobjects_login','','yes'),(1740255,'updraft_dreamobjects_pass','','yes'),(1740256,'updraft_dreamobjects_remote_path','','yes'),(1740257,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-95d900e78ffc01d117c738c8643d182a\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1740258,'updraft_report_warningsonly','a:0:{}','yes'),(1740259,'updraft_report_wholebackup','a:0:{}','yes'),(1740260,'updraft_report_dbbackup','a:0:{}','yes'),(1740261,'updraft_log_syslog','0','yes'),(1740262,'updraft_extradatabases','','yes'),(1740263,'updraftplus_tour_cancelled_on','backup_now','yes'),(1740264,'updraftplus_version','1.16.14','yes'),(1740265,'updraft_backup_history','a:12:{i:1558616236;a:11:{s:2:\"db\";s:58:\"backup_2019-05-23-1257_Ontrade_Progress_dc798f09def3-db.gz\";s:7:\"db-size\";i:3069362;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"2550cc77ee92fe8a72fda62f3fa796a0c44755b1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d45b5faba13cf936313c9227cee8184dc6ce6f2662676835089cbcf4cd27ec2d\";}}s:5:\"nonce\";s:12:\"dc798f09def3\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558529858;a:11:{s:2:\"db\";s:58:\"backup_2019-05-22-1257_Ontrade_Progress_80efd5504a08-db.gz\";s:7:\"db-size\";i:3019266;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"e8ecd17cbe607c423afa1700f77a757c61a76fe5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"4bca00df8264198e148bf4f9b6a8b2f7f1b7000d2f5d90d56ddc8b84be6145cb\";}}s:5:\"nonce\";s:12:\"80efd5504a08\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558443434;a:11:{s:2:\"db\";s:58:\"backup_2019-05-21-1257_Ontrade_Progress_c91207d42296-db.gz\";s:7:\"db-size\";i:3005567;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"770228f2408903939d5f7659a8b1372e034046ba\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"bfa4a3e6c1099c255720c5c14ac9c6b7f45a38f60913c79d6a8ad4f80ac9f0b1\";}}s:5:\"nonce\";s:12:\"c91207d42296\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558357075;a:11:{s:2:\"db\";s:58:\"backup_2019-05-20-1257_Ontrade_Progress_e4683a9d6767-db.gz\";s:7:\"db-size\";i:2993234;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"516c11da79fd499a217d1e71f1b28356b99c07d5\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"6214d312ebfd5e59379c90eb4ceac193678484900a864fb219c79d50e78180d7\";}}s:5:\"nonce\";s:12:\"e4683a9d6767\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558270706;a:11:{s:2:\"db\";s:58:\"backup_2019-05-19-1258_Ontrade_Progress_117e552fecaf-db.gz\";s:7:\"db-size\";i:2980781;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"f2aaeab1e21745749d9fe417f723ca72352ad067\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"d58cdb414e077621d35dee8e802dba67bff33629fc4ca8d310d5ee3c98a5948d\";}}s:5:\"nonce\";s:12:\"117e552fecaf\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558184301;a:11:{s:2:\"db\";s:58:\"backup_2019-05-18-1258_Ontrade_Progress_2e7d86951fea-db.gz\";s:7:\"db-size\";i:2980700;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"b9faaf5ee7ea621423450adb98dff3c3d2b477b4\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"8ecebea291fc249e075fc6cbbe650ea086650c99900f3a62c8ea55857d8f3052\";}}s:5:\"nonce\";s:12:\"2e7d86951fea\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558097846;a:11:{s:2:\"db\";s:58:\"backup_2019-05-17-1257_Ontrade_Progress_38c81d1e50da-db.gz\";s:7:\"db-size\";i:2987611;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"5786af2ac3a89984a66acf25a13a851acae4755c\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"c30d95a02b6b8bcc4504c9521b1ad47ad540ae08088cb6c565352c71cbf1d5bd\";}}s:5:\"nonce\";s:12:\"38c81d1e50da\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1558011444;a:11:{s:2:\"db\";s:58:\"backup_2019-05-16-1257_Ontrade_Progress_f3207ee9c1c9-db.gz\";s:7:\"db-size\";i:2979046;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"3fa8eb07a0c5fe4e29bb759eb259419a3f54ffc9\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"15b5723d582c452e7cbcd8bed942d9cd9b4959ac80a08c054b8d52623fd6096c\";}}s:5:\"nonce\";s:12:\"f3207ee9c1c9\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1557925326;a:11:{s:2:\"db\";s:58:\"backup_2019-05-15-1302_Ontrade_Progress_a20affc0f775-db.gz\";s:7:\"db-size\";i:2993032;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"34f91603cffbe70cd50b51b51ca9f48248f15d48\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"48f003666dc261802e0c22eaa242bd74d16f2121323a1dcfab2848bfdc05f1b9\";}}s:5:\"nonce\";s:12:\"a20affc0f775\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1557838655;a:11:{s:2:\"db\";s:58:\"backup_2019-05-14-1257_Ontrade_Progress_d863f956a9e1-db.gz\";s:7:\"db-size\";i:2988031;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"4d942a594eafbdf07c921666c5f9d9d517f260f1\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"3caaf4a6f2fa4cc2d9c14362ccf1bb4e3f707b89bf29c1766e0afe30615a80e4\";}}s:5:\"nonce\";s:12:\"d863f956a9e1\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1557759276;a:283:{s:7:\"plugins\";a:2:{i:0;s:64:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-plugins.zip\";i:1;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-plugins2.zip\";}s:12:\"plugins-size\";i:26040806;s:13:\"plugins1-size\";i:18872092;s:6:\"themes\";a:2:{i:0;s:63:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-themes.zip\";i:1;s:64:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-themes2.zip\";}s:11:\"themes-size\";i:28665131;s:12:\"themes1-size\";i:58372;s:7:\"uploads\";a:263:{i:0;s:64:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads.zip\";i:1;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads2.zip\";i:2;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads3.zip\";i:3;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads4.zip\";i:4;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads5.zip\";i:5;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads6.zip\";i:6;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads7.zip\";i:7;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads8.zip\";i:8;s:65:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads9.zip\";i:9;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads10.zip\";i:10;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads11.zip\";i:11;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads12.zip\";i:12;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads13.zip\";i:13;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads14.zip\";i:14;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads15.zip\";i:15;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads16.zip\";i:16;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads17.zip\";i:17;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads18.zip\";i:18;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads19.zip\";i:19;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads20.zip\";i:20;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads21.zip\";i:21;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads22.zip\";i:22;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads23.zip\";i:23;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads24.zip\";i:24;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads25.zip\";i:25;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads26.zip\";i:26;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads27.zip\";i:27;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads28.zip\";i:28;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads29.zip\";i:29;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads30.zip\";i:30;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads31.zip\";i:31;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads32.zip\";i:32;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads33.zip\";i:33;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads34.zip\";i:34;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads35.zip\";i:35;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads36.zip\";i:36;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads37.zip\";i:37;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads38.zip\";i:38;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads39.zip\";i:39;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads40.zip\";i:40;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads41.zip\";i:41;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads42.zip\";i:42;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads43.zip\";i:43;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads44.zip\";i:44;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads45.zip\";i:45;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads46.zip\";i:46;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads47.zip\";i:47;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads48.zip\";i:48;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads49.zip\";i:49;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads50.zip\";i:50;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads51.zip\";i:51;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads52.zip\";i:52;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads53.zip\";i:53;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads54.zip\";i:54;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads55.zip\";i:55;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads56.zip\";i:56;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads57.zip\";i:57;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads58.zip\";i:58;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads59.zip\";i:59;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads60.zip\";i:60;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads61.zip\";i:61;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads62.zip\";i:62;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads63.zip\";i:63;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads64.zip\";i:64;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads65.zip\";i:65;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads66.zip\";i:66;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads67.zip\";i:67;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads68.zip\";i:68;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads69.zip\";i:69;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads70.zip\";i:70;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads71.zip\";i:71;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads72.zip\";i:72;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads73.zip\";i:73;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads74.zip\";i:74;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads75.zip\";i:75;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads76.zip\";i:76;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads77.zip\";i:77;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads78.zip\";i:78;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads79.zip\";i:79;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads80.zip\";i:80;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads81.zip\";i:81;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads82.zip\";i:82;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads83.zip\";i:83;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads84.zip\";i:84;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads85.zip\";i:85;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads86.zip\";i:86;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads87.zip\";i:87;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads88.zip\";i:88;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads89.zip\";i:89;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads90.zip\";i:90;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads91.zip\";i:91;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads92.zip\";i:92;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads93.zip\";i:93;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads94.zip\";i:94;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads95.zip\";i:95;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads96.zip\";i:96;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads97.zip\";i:97;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads98.zip\";i:98;s:66:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads99.zip\";i:99;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads100.zip\";i:100;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads101.zip\";i:101;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads102.zip\";i:102;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads103.zip\";i:103;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads104.zip\";i:104;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads105.zip\";i:105;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads106.zip\";i:106;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads107.zip\";i:107;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads108.zip\";i:108;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads109.zip\";i:109;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads110.zip\";i:110;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads111.zip\";i:111;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads112.zip\";i:112;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads113.zip\";i:113;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads114.zip\";i:114;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads115.zip\";i:115;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads116.zip\";i:116;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads117.zip\";i:117;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads118.zip\";i:118;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads119.zip\";i:119;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads120.zip\";i:120;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads121.zip\";i:121;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads122.zip\";i:122;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads123.zip\";i:123;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads124.zip\";i:124;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads125.zip\";i:125;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads126.zip\";i:126;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads127.zip\";i:127;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads128.zip\";i:128;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads129.zip\";i:129;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads130.zip\";i:130;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads131.zip\";i:131;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads132.zip\";i:132;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads133.zip\";i:133;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads134.zip\";i:134;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads135.zip\";i:135;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads136.zip\";i:136;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads137.zip\";i:137;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads138.zip\";i:138;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads139.zip\";i:139;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads140.zip\";i:140;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads141.zip\";i:141;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads142.zip\";i:142;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads143.zip\";i:143;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads144.zip\";i:144;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads145.zip\";i:145;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads146.zip\";i:146;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads147.zip\";i:147;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads148.zip\";i:148;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads149.zip\";i:149;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads150.zip\";i:150;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads151.zip\";i:151;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads152.zip\";i:152;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads153.zip\";i:153;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads154.zip\";i:154;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads155.zip\";i:155;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads156.zip\";i:156;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads157.zip\";i:157;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads158.zip\";i:158;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads159.zip\";i:159;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads160.zip\";i:160;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads161.zip\";i:161;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads162.zip\";i:162;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads163.zip\";i:163;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads164.zip\";i:164;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads165.zip\";i:165;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads166.zip\";i:166;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads167.zip\";i:167;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads168.zip\";i:168;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads169.zip\";i:169;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads170.zip\";i:170;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads171.zip\";i:171;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads172.zip\";i:172;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads173.zip\";i:173;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads174.zip\";i:174;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads175.zip\";i:175;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads176.zip\";i:176;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads177.zip\";i:177;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads178.zip\";i:178;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads179.zip\";i:179;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads180.zip\";i:180;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads181.zip\";i:181;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads182.zip\";i:182;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads183.zip\";i:183;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads184.zip\";i:184;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads185.zip\";i:185;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads186.zip\";i:186;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads187.zip\";i:187;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads188.zip\";i:188;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads189.zip\";i:189;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads190.zip\";i:190;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads191.zip\";i:191;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads192.zip\";i:192;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads193.zip\";i:193;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads194.zip\";i:194;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads195.zip\";i:195;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads196.zip\";i:196;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads197.zip\";i:197;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads198.zip\";i:198;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads199.zip\";i:199;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads200.zip\";i:200;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads201.zip\";i:201;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads202.zip\";i:202;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads203.zip\";i:203;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads204.zip\";i:204;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads205.zip\";i:205;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads206.zip\";i:206;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads207.zip\";i:207;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads208.zip\";i:208;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads209.zip\";i:209;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads210.zip\";i:210;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads211.zip\";i:211;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads212.zip\";i:212;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads213.zip\";i:213;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads214.zip\";i:214;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads215.zip\";i:215;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads216.zip\";i:216;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads217.zip\";i:217;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads218.zip\";i:218;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads219.zip\";i:219;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads220.zip\";i:220;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads221.zip\";i:221;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads222.zip\";i:222;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads223.zip\";i:223;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads224.zip\";i:224;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads225.zip\";i:225;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads226.zip\";i:226;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads227.zip\";i:227;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads228.zip\";i:228;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads229.zip\";i:229;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads230.zip\";i:230;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads231.zip\";i:231;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads232.zip\";i:232;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads233.zip\";i:233;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads234.zip\";i:234;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads235.zip\";i:235;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads236.zip\";i:236;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads237.zip\";i:237;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads238.zip\";i:238;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads239.zip\";i:239;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads240.zip\";i:240;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads241.zip\";i:241;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads242.zip\";i:242;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads243.zip\";i:243;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads244.zip\";i:244;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads245.zip\";i:245;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads246.zip\";i:246;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads247.zip\";i:247;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads248.zip\";i:248;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads249.zip\";i:249;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads250.zip\";i:250;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads251.zip\";i:251;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads252.zip\";i:252;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads253.zip\";i:253;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads254.zip\";i:254;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads255.zip\";i:255;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads256.zip\";i:256;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads257.zip\";i:257;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads258.zip\";i:258;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads259.zip\";i:259;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads260.zip\";i:260;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads261.zip\";i:261;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads262.zip\";i:262;s:67:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-uploads263.zip\";}s:12:\"uploads-size\";i:33120627;s:13:\"uploads1-size\";i:26970449;s:13:\"uploads2-size\";i:26436875;s:13:\"uploads3-size\";i:26461777;s:13:\"uploads4-size\";i:26323462;s:13:\"uploads5-size\";i:26858579;s:13:\"uploads6-size\";i:35353243;s:13:\"uploads7-size\";i:26377268;s:13:\"uploads8-size\";i:28596400;s:13:\"uploads9-size\";i:30166130;s:14:\"uploads10-size\";i:26346271;s:14:\"uploads11-size\";i:30146015;s:14:\"uploads12-size\";i:26369090;s:14:\"uploads13-size\";i:26349640;s:14:\"uploads14-size\";i:29550339;s:14:\"uploads15-size\";i:26383587;s:14:\"uploads16-size\";i:26273711;s:14:\"uploads17-size\";i:28507444;s:14:\"uploads18-size\";i:25706642;s:14:\"uploads19-size\";i:25516983;s:14:\"uploads20-size\";i:25784566;s:14:\"uploads21-size\";i:30966474;s:14:\"uploads22-size\";i:26507515;s:14:\"uploads23-size\";i:26319730;s:14:\"uploads24-size\";i:26428129;s:14:\"uploads25-size\";i:26253034;s:14:\"uploads26-size\";i:26555340;s:14:\"uploads27-size\";i:26339888;s:14:\"uploads28-size\";i:26610302;s:14:\"uploads29-size\";i:26361297;s:14:\"uploads30-size\";i:26428032;s:14:\"uploads31-size\";i:26532281;s:14:\"uploads32-size\";i:26353206;s:14:\"uploads33-size\";i:26630673;s:14:\"uploads34-size\";i:26382632;s:14:\"uploads35-size\";i:26263924;s:14:\"uploads36-size\";i:26610388;s:14:\"uploads37-size\";i:26435438;s:14:\"uploads38-size\";i:26680566;s:14:\"uploads39-size\";i:26266523;s:14:\"uploads40-size\";i:26256636;s:14:\"uploads41-size\";i:26576414;s:14:\"uploads42-size\";i:26689852;s:14:\"uploads43-size\";i:26541919;s:14:\"uploads44-size\";i:26264570;s:14:\"uploads45-size\";i:26638272;s:14:\"uploads46-size\";i:26286171;s:14:\"uploads47-size\";i:26315329;s:14:\"uploads48-size\";i:26651855;s:14:\"uploads49-size\";i:26642465;s:14:\"uploads50-size\";i:26300547;s:14:\"uploads51-size\";i:26342919;s:14:\"uploads52-size\";i:26331383;s:14:\"uploads53-size\";i:26641875;s:14:\"uploads54-size\";i:26649426;s:14:\"uploads55-size\";i:26487400;s:14:\"uploads56-size\";i:26603677;s:14:\"uploads57-size\";i:26440497;s:14:\"uploads58-size\";i:26392007;s:14:\"uploads59-size\";i:26369408;s:14:\"uploads60-size\";i:26323071;s:14:\"uploads61-size\";i:25945697;s:14:\"uploads62-size\";i:30248559;s:14:\"uploads63-size\";i:26590306;s:14:\"uploads64-size\";i:28249228;s:14:\"uploads65-size\";i:27723943;s:14:\"uploads66-size\";i:26324030;s:14:\"uploads67-size\";i:26295919;s:14:\"uploads68-size\";i:26239550;s:14:\"uploads69-size\";i:37585581;s:14:\"uploads70-size\";i:64755172;s:14:\"uploads71-size\";i:26395329;s:14:\"uploads72-size\";i:26305069;s:14:\"uploads73-size\";i:26558748;s:14:\"uploads74-size\";i:49676792;s:14:\"uploads75-size\";i:29492379;s:14:\"uploads76-size\";i:26328436;s:14:\"uploads77-size\";i:26291906;s:14:\"uploads78-size\";i:26355304;s:14:\"uploads79-size\";i:26689775;s:14:\"uploads80-size\";i:26394483;s:14:\"uploads81-size\";i:26426370;s:14:\"uploads82-size\";i:26358725;s:14:\"uploads83-size\";i:26856793;s:14:\"uploads84-size\";i:26326501;s:14:\"uploads85-size\";i:26448817;s:14:\"uploads86-size\";i:26347333;s:14:\"uploads87-size\";i:26284560;s:14:\"uploads88-size\";i:26331121;s:14:\"uploads89-size\";i:26455365;s:14:\"uploads90-size\";i:26318551;s:14:\"uploads91-size\";i:26284022;s:14:\"uploads92-size\";i:26407697;s:14:\"uploads93-size\";i:26347926;s:14:\"uploads94-size\";i:26320372;s:14:\"uploads95-size\";i:26484466;s:14:\"uploads96-size\";i:26564123;s:14:\"uploads97-size\";i:26263085;s:14:\"uploads98-size\";i:26300791;s:14:\"uploads99-size\";i:26324656;s:15:\"uploads100-size\";i:26400638;s:15:\"uploads101-size\";i:26347705;s:15:\"uploads102-size\";i:27706273;s:15:\"uploads103-size\";i:26427829;s:15:\"uploads104-size\";i:26847407;s:15:\"uploads105-size\";i:26490244;s:15:\"uploads106-size\";i:26290356;s:15:\"uploads107-size\";i:26308631;s:15:\"uploads108-size\";i:26900223;s:15:\"uploads109-size\";i:26267536;s:15:\"uploads110-size\";i:26431339;s:15:\"uploads111-size\";i:26271724;s:15:\"uploads112-size\";i:26269999;s:15:\"uploads113-size\";i:26795330;s:15:\"uploads114-size\";i:26665985;s:15:\"uploads115-size\";i:26342763;s:15:\"uploads116-size\";i:26287046;s:15:\"uploads117-size\";i:26472505;s:15:\"uploads118-size\";i:26347501;s:15:\"uploads119-size\";i:26494111;s:15:\"uploads120-size\";i:27661439;s:15:\"uploads121-size\";i:26288960;s:15:\"uploads122-size\";i:26397783;s:15:\"uploads123-size\";i:26404355;s:15:\"uploads124-size\";i:26410156;s:15:\"uploads125-size\";i:28802463;s:15:\"uploads126-size\";i:27038569;s:15:\"uploads127-size\";i:28431371;s:15:\"uploads128-size\";i:26765699;s:15:\"uploads129-size\";i:55865614;s:15:\"uploads130-size\";i:28581445;s:15:\"uploads131-size\";i:26280263;s:15:\"uploads132-size\";i:63331201;s:15:\"uploads133-size\";i:26340419;s:15:\"uploads134-size\";i:26777804;s:15:\"uploads135-size\";i:28041183;s:15:\"uploads136-size\";i:26365692;s:15:\"uploads137-size\";i:26303066;s:15:\"uploads138-size\";i:26383994;s:15:\"uploads139-size\";i:49468967;s:15:\"uploads140-size\";i:34597040;s:15:\"uploads141-size\";i:51242171;s:15:\"uploads142-size\";i:36370141;s:15:\"uploads143-size\";i:48518724;s:15:\"uploads144-size\";i:26319059;s:15:\"uploads145-size\";i:26421388;s:15:\"uploads146-size\";i:26379024;s:15:\"uploads147-size\";i:26251756;s:15:\"uploads148-size\";i:26284397;s:15:\"uploads149-size\";i:26273067;s:15:\"uploads150-size\";i:26654551;s:15:\"uploads151-size\";i:26639809;s:15:\"uploads152-size\";i:26259241;s:15:\"uploads153-size\";i:26325549;s:15:\"uploads154-size\";i:26384423;s:15:\"uploads155-size\";i:26594690;s:15:\"uploads156-size\";i:27097729;s:15:\"uploads157-size\";i:26369654;s:15:\"uploads158-size\";i:26252454;s:15:\"uploads159-size\";i:26339014;s:15:\"uploads160-size\";i:26412942;s:15:\"uploads161-size\";i:26374897;s:15:\"uploads162-size\";i:27421610;s:15:\"uploads163-size\";i:26368202;s:15:\"uploads164-size\";i:26269450;s:15:\"uploads165-size\";i:26290099;s:15:\"uploads166-size\";i:26516610;s:15:\"uploads167-size\";i:26425540;s:15:\"uploads168-size\";i:26503208;s:15:\"uploads169-size\";i:26703351;s:15:\"uploads170-size\";i:26539792;s:15:\"uploads171-size\";i:26372115;s:15:\"uploads172-size\";i:26256266;s:15:\"uploads173-size\";i:26475464;s:15:\"uploads174-size\";i:26443517;s:15:\"uploads175-size\";i:26383464;s:15:\"uploads176-size\";i:26978085;s:15:\"uploads177-size\";i:26377444;s:15:\"uploads178-size\";i:26555506;s:15:\"uploads179-size\";i:26411441;s:15:\"uploads180-size\";i:26457993;s:15:\"uploads181-size\";i:26281735;s:15:\"uploads182-size\";i:44165836;s:15:\"uploads183-size\";i:26332207;s:15:\"uploads184-size\";i:26314430;s:15:\"uploads185-size\";i:26258029;s:15:\"uploads186-size\";i:26314852;s:15:\"uploads187-size\";i:35609904;s:15:\"uploads188-size\";i:30472774;s:15:\"uploads189-size\";i:28745725;s:15:\"uploads190-size\";i:27567917;s:15:\"uploads191-size\";i:29004570;s:15:\"uploads192-size\";i:26320779;s:15:\"uploads193-size\";i:32653930;s:15:\"uploads194-size\";i:27299970;s:15:\"uploads195-size\";i:26445757;s:15:\"uploads196-size\";i:26359892;s:15:\"uploads197-size\";i:26346968;s:15:\"uploads198-size\";i:26655004;s:15:\"uploads199-size\";i:26319627;s:15:\"uploads200-size\";i:27743760;s:15:\"uploads201-size\";i:26441310;s:15:\"uploads202-size\";i:28202564;s:15:\"uploads203-size\";i:26556852;s:15:\"uploads204-size\";i:27356185;s:15:\"uploads205-size\";i:26416743;s:15:\"uploads206-size\";i:28544418;s:15:\"uploads207-size\";i:26330565;s:15:\"uploads208-size\";i:26292072;s:15:\"uploads209-size\";i:26767844;s:15:\"uploads210-size\";i:26729379;s:15:\"uploads211-size\";i:26478554;s:15:\"uploads212-size\";i:26557037;s:15:\"uploads213-size\";i:26530942;s:15:\"uploads214-size\";i:40824646;s:15:\"uploads215-size\";i:30033769;s:15:\"uploads216-size\";i:26318384;s:15:\"uploads217-size\";i:31161137;s:15:\"uploads218-size\";i:26250947;s:15:\"uploads219-size\";i:38293309;s:15:\"uploads220-size\";i:26389478;s:15:\"uploads221-size\";i:26317924;s:15:\"uploads222-size\";i:31413574;s:15:\"uploads223-size\";i:31475024;s:15:\"uploads224-size\";i:27795784;s:15:\"uploads225-size\";i:30293690;s:15:\"uploads226-size\";i:26348251;s:15:\"uploads227-size\";i:26572636;s:15:\"uploads228-size\";i:26332497;s:15:\"uploads229-size\";i:26359035;s:15:\"uploads230-size\";i:30644934;s:15:\"uploads231-size\";i:27404878;s:15:\"uploads232-size\";i:26296022;s:15:\"uploads233-size\";i:26832502;s:15:\"uploads234-size\";i:39240869;s:15:\"uploads235-size\";i:26306276;s:15:\"uploads236-size\";i:26274755;s:15:\"uploads237-size\";i:44480237;s:15:\"uploads238-size\";i:26390268;s:15:\"uploads239-size\";i:35118873;s:15:\"uploads240-size\";i:26274088;s:15:\"uploads241-size\";i:26573066;s:15:\"uploads242-size\";i:45611086;s:15:\"uploads243-size\";i:26318439;s:15:\"uploads244-size\";i:27683692;s:15:\"uploads245-size\";i:26308396;s:15:\"uploads246-size\";i:26327256;s:15:\"uploads247-size\";i:29768721;s:15:\"uploads248-size\";i:27151298;s:15:\"uploads249-size\";i:26798366;s:15:\"uploads250-size\";i:26399964;s:15:\"uploads251-size\";i:26340396;s:15:\"uploads252-size\";i:27019854;s:15:\"uploads253-size\";i:26367644;s:15:\"uploads254-size\";i:26453008;s:15:\"uploads255-size\";i:26312406;s:15:\"uploads256-size\";i:27624005;s:15:\"uploads257-size\";i:26481103;s:15:\"uploads258-size\";i:27018817;s:15:\"uploads259-size\";i:32130720;s:15:\"uploads260-size\";i:35086352;s:15:\"uploads261-size\";i:26309478;s:15:\"uploads262-size\";i:15184899;s:6:\"others\";a:1:{i:0;s:63:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-others.zip\";}s:11:\"others-size\";i:753535;s:2:\"db\";s:58:\"backup_2019-05-13-1454_Ontrade_Progress_65311ec0e3ae-db.gz\";s:7:\"db-size\";i:3041781;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:269:{s:8:\"plugins0\";s:40:\"135dce8bd90b586c8874453aa67551e5d40c4401\";s:8:\"plugins1\";s:40:\"95c8e2958d93f4cdeb72febd938502ed1d793126\";s:7:\"themes0\";s:40:\"deca11f605e2ec1aab378d9f1b30f583396469d5\";s:7:\"themes1\";s:40:\"d5c83ddb5b612783b7055811e18ab6fe46f683ec\";s:8:\"uploads0\";s:40:\"b686b4b9577eaafe654ac6dcb16fd9100229c170\";s:8:\"uploads1\";s:40:\"e7b36c5367dfd4936b965119aacd0e2dfd52b765\";s:8:\"uploads2\";s:40:\"c1acd80a46d1d92c04161e5e12f92386d117e3fc\";s:8:\"uploads3\";s:40:\"613d65c0b0cdb1dd28f76ea30d8eeb4eb7ce781e\";s:8:\"uploads4\";s:40:\"44da42968d08058be457b141ed7758c76d34d781\";s:8:\"uploads5\";s:40:\"0561c3c104e01a1c3a3f0b4d1c09c56c4a1135d0\";s:8:\"uploads6\";s:40:\"516514bf7876e739198cfa104a99f784b5a28750\";s:8:\"uploads7\";s:40:\"fdfad62fa842ba9f21b0d928f822efc8d9983710\";s:8:\"uploads8\";s:40:\"ddb72ae0c036e7846f76b19cd02c30463068975e\";s:8:\"uploads9\";s:40:\"a0d2d09070738b3c2aeeb6219fe1ba07c9abb377\";s:9:\"uploads10\";s:40:\"4af23504c310e11217796c75f012caf43efec58c\";s:9:\"uploads11\";s:40:\"66b47428a1c94ee7b507bbe4bdee8c2916b8fd66\";s:9:\"uploads12\";s:40:\"be38a56361ce1163a0b158d773f54a139ab14531\";s:9:\"uploads13\";s:40:\"d4b5f4fd3df83b7a13e4f43efc8640e328643e29\";s:9:\"uploads14\";s:40:\"61b65e5b40d8f1860b62ddc7f3db8a0bddc3027b\";s:9:\"uploads15\";s:40:\"046e1f77b37414110f34e81422f4bfed9949efc6\";s:9:\"uploads16\";s:40:\"45cb95bd9aab6acbbc7ff4fc109c6d196cdf14a5\";s:9:\"uploads17\";s:40:\"e0dcc3976e81f6ce0c113170337621f7a01eeab7\";s:9:\"uploads18\";s:40:\"6d967031c3b43142832de2b909550e73add0f57f\";s:9:\"uploads19\";s:40:\"616028923de9a837c1ad2940882c8ebb3f5ba216\";s:9:\"uploads20\";s:40:\"8ebf05484179cad014a571ccfbef3613a20a3641\";s:9:\"uploads21\";s:40:\"230576111e08c2a3a8e834a104027060df0b2a2b\";s:9:\"uploads22\";s:40:\"58d9723fcf7488fa54e9db3b9290e8afbde14296\";s:9:\"uploads23\";s:40:\"1a8fe0019b88dc9e5060e450fc7955b5ed79b10a\";s:9:\"uploads24\";s:40:\"1e8ca2be28682650930e2f6628fa3af0b1086755\";s:9:\"uploads25\";s:40:\"78f6f1e1ecd590c5870fb87191b7097cb6c1b1c2\";s:9:\"uploads26\";s:40:\"1ea705e4877fba51a4817788100dc0f7506f817e\";s:9:\"uploads27\";s:40:\"c9b678691bd6c2a4cc290aae80fed726d2ca274e\";s:9:\"uploads28\";s:40:\"2941cf3dd481d2df29f6f1b4c04f7c98c396f9a6\";s:9:\"uploads29\";s:40:\"7f54a1262c502645b063b2ae6e0631775621642e\";s:9:\"uploads30\";s:40:\"4900a5732714be45557d94878fcb6283329b121e\";s:9:\"uploads31\";s:40:\"6c7981fc75326b8cb694e1fb1cb12c2fc9341d3f\";s:9:\"uploads32\";s:40:\"af70232027048eb907a5a9b83d660f1ef62293aa\";s:9:\"uploads33\";s:40:\"ae2fa490743908b75f8c1a7da18e744973102e71\";s:9:\"uploads34\";s:40:\"085e26b19081b6455c80400dab49c4389b61cd80\";s:9:\"uploads35\";s:40:\"f79a2a81ed2e996f7cac7b13dae798f566de9237\";s:9:\"uploads36\";s:40:\"c960f223adb4d21de62b52df30cbd8ac1c3f6e3a\";s:9:\"uploads37\";s:40:\"97ff8bb92230d2170be222e62b95de13a376cea1\";s:9:\"uploads38\";s:40:\"2bddc6e0b22c7835867a6dae34d8e3275e6a2a10\";s:9:\"uploads39\";s:40:\"d87bf38a46790523cbcbe30104cd1ae12634d80c\";s:9:\"uploads40\";s:40:\"c48f24ebbba8958fc57b588b7467b62d195a06de\";s:9:\"uploads41\";s:40:\"789fe26165518e538ed7f2e52fcdc1365f04de6e\";s:9:\"uploads42\";s:40:\"4c5edb7e50feee45fb0438728da7f71a9721d04a\";s:9:\"uploads43\";s:40:\"5a2c6c551f3d2eea9979c7157be8864550bceb87\";s:9:\"uploads44\";s:40:\"2cde8904e61890c89172a15031fda4eb1c67d79e\";s:9:\"uploads45\";s:40:\"95d78f993b1231eeedee6c066edeae02334a725d\";s:9:\"uploads46\";s:40:\"920e5d0b1f38892311ed9933c9d4452ed7e02b87\";s:9:\"uploads47\";s:40:\"d9fddd54ebd8cfedd1fd036ba84cbb23ff34250e\";s:9:\"uploads48\";s:40:\"e6b5f87709bc64c2098df8fc107fdaf20a5f87ea\";s:9:\"uploads49\";s:40:\"d965bffe0f3539fc175093a74550458d5f5a4090\";s:9:\"uploads50\";s:40:\"da59d3f5b1b2b66b50cb7f2841365d1bc425c305\";s:9:\"uploads51\";s:40:\"21095c6288daf49617e3aea46b03aa68deda52ed\";s:9:\"uploads52\";s:40:\"8c3b7ed611d90dbb35922efe643141356ff42afb\";s:9:\"uploads53\";s:40:\"30b7e4e494cfe31c59fc202d13567305ae295ce2\";s:9:\"uploads54\";s:40:\"d46806e06f9ff816b46501899453236a64c5bb13\";s:9:\"uploads55\";s:40:\"0204db0d7e650e41ab5326cbd7c149391aa76ffc\";s:9:\"uploads56\";s:40:\"366e4d5609fc28c6747cd75d190e785984fb44bf\";s:9:\"uploads57\";s:40:\"987229a0ba883525d3c773f848f36b62a91e80c1\";s:9:\"uploads58\";s:40:\"2f41b6104769ccfa4a1fb092ce60e620d3ba9eda\";s:9:\"uploads59\";s:40:\"c4613a846b85567e9cc31ac721cdcf43506251ab\";s:9:\"uploads60\";s:40:\"29368249ce2085c95adadf1411a87d39431fd332\";s:9:\"uploads61\";s:40:\"25dc3999514be4fcaed893b120e98b35f7374d6c\";s:9:\"uploads62\";s:40:\"889af5ff9431a23c4f55122081e3026776787047\";s:9:\"uploads63\";s:40:\"1571e86ec982a892883bfb9292b6221d0b6707a8\";s:9:\"uploads64\";s:40:\"26d2df3e5711c7914cd679447259b85f4519e93a\";s:9:\"uploads65\";s:40:\"d2c809037728a1c10ed6b2100a7ab0a736eaa4c5\";s:9:\"uploads66\";s:40:\"74859b8f771306d2f3390ea25879f9c00b66f96e\";s:9:\"uploads67\";s:40:\"abda27fb6361234d6d70d7eef645e930b6cc310a\";s:9:\"uploads68\";s:40:\"9e3cebcef26bea821c1ce77bbbe86b622468bc9a\";s:9:\"uploads69\";s:40:\"6f97003ee141f484c69ab6282e0b9decd57f53c1\";s:9:\"uploads70\";s:40:\"d9763f8753878f7ebecc1fb4ab7a4c3d9199bcaa\";s:9:\"uploads71\";s:40:\"838291e629ad6a5abbf2331167d57a4be319fe42\";s:9:\"uploads72\";s:40:\"43c6d84bb11a8eaf674c7f2a9c08f01bb5b9fee2\";s:9:\"uploads73\";s:40:\"63bc8b977ec9b484b35a7312840fe80f089d1bb2\";s:9:\"uploads74\";s:40:\"42afd54f349aa00754f128178e3286072e0a156e\";s:9:\"uploads75\";s:40:\"6c43c5bdb6b6b4de01858f3a9f4e3d91c10b5f07\";s:9:\"uploads76\";s:40:\"06ea930d75b3a13aeebc250a63cf4b4f8bfda851\";s:9:\"uploads77\";s:40:\"2613e37cdda90782034776c5499a1a1dee7f88c4\";s:9:\"uploads78\";s:40:\"3244cd3c0362ff36ba28d9e4d664cec8965e736f\";s:9:\"uploads79\";s:40:\"27595967ed83ff2ff9677915214f614ed100c789\";s:9:\"uploads80\";s:40:\"3cb522bb3dc681f9721c309365688ebff1e11d61\";s:9:\"uploads81\";s:40:\"fd6c8b6cce58a56331d71b95254e136488646706\";s:9:\"uploads82\";s:40:\"49ded3d8e04a3a2b096e63ef345e845dd9cea03d\";s:9:\"uploads83\";s:40:\"2e9614b57ea364636760b75aec0a786df429d412\";s:9:\"uploads84\";s:40:\"e08b8378815472fa203bf5455640bed3cb0e65b7\";s:9:\"uploads85\";s:40:\"37eb9443e8065f8d80e85292730473ec092c68d7\";s:9:\"uploads86\";s:40:\"ec1247c7528fb99dd44e45d6debe40b7eb0ee97b\";s:9:\"uploads87\";s:40:\"39d4b910866bc85ff994d52817c59f6a6cec67f0\";s:9:\"uploads88\";s:40:\"3bfb108496ad0ddbfa41c1194229037aa2db82f6\";s:9:\"uploads89\";s:40:\"bff2930398b473ca223fb7a08ea207763cbe1e4e\";s:9:\"uploads90\";s:40:\"d4fd7ab11eb7e6bd7b0a3183f6f09c7a07cd141c\";s:9:\"uploads91\";s:40:\"3752a2114ef9ccda87322ed471c38bb15b1c925b\";s:9:\"uploads92\";s:40:\"c9b819af55bbab3a3ef6a0d8ccf8a0ff83b8bdfb\";s:9:\"uploads93\";s:40:\"3f1751af4149114f90d818d0533b7ea2e5fa5c39\";s:9:\"uploads94\";s:40:\"e4d1d3fcdb9a230edd86726dbf0077fe6405fc70\";s:9:\"uploads95\";s:40:\"cd3e95ed1eb200449e5ef437f18fe46ba1f79161\";s:9:\"uploads96\";s:40:\"f9ec48874ce51784b9b4bdf0e4f73b8086f44dbb\";s:9:\"uploads97\";s:40:\"0112d5a21fd197b2bec84cb968198a4d05efb368\";s:9:\"uploads98\";s:40:\"bfb2f8863b2521d47c36886a5c1c70e94246cb8c\";s:9:\"uploads99\";s:40:\"1f743c9b95111639fd7638c4d0f7818e0e6a8664\";s:10:\"uploads100\";s:40:\"07d5580f71f25dd5abbac79a669c0ca4169ba666\";s:10:\"uploads101\";s:40:\"2dd81f213775ac2a91f506f80824fc56e1b53165\";s:10:\"uploads102\";s:40:\"ca1b0719fb02999f781a5d11d1a274fef6f41c49\";s:10:\"uploads103\";s:40:\"a42e348d20b170c8046d316227ba7dd966fb238e\";s:10:\"uploads104\";s:40:\"60b0f718644a674a03d54e7534923e61ebaac75e\";s:10:\"uploads105\";s:40:\"327a48bc13abea65863e5fae80c2abf6721f1238\";s:10:\"uploads106\";s:40:\"3573aafc338af06f3723575ef5a94b5ecead8dc9\";s:10:\"uploads107\";s:40:\"01548d1abe6c06dd1ce2cd9997692928d6713454\";s:10:\"uploads108\";s:40:\"788479ee3862acd123b5068275ae094a09b696a3\";s:10:\"uploads109\";s:40:\"de3b1f8a127053e27925d0b70856a5cec9045360\";s:10:\"uploads110\";s:40:\"68ea0fb010958d82790bf6e06ea7227677a4ee88\";s:10:\"uploads111\";s:40:\"7baa1895011adea1c45d056c809b9edfae81a9ae\";s:10:\"uploads112\";s:40:\"f12638394e2bc49b0b28a5b5663aa20ae7d15330\";s:10:\"uploads113\";s:40:\"748647b01aa2ee2958dac07831f56448b327635c\";s:10:\"uploads114\";s:40:\"7ffed63156bf2a513c3699ccf9b3bb0956596da0\";s:10:\"uploads115\";s:40:\"b4976da3b10fe72fc9bb31707989b3083bb5a66a\";s:10:\"uploads116\";s:40:\"4cfa7ecd6fb51416284f4c7bdf908b1b646c93a4\";s:10:\"uploads117\";s:40:\"24556ff229eb26ca1964dfc9e8ae3873e9780fbc\";s:10:\"uploads118\";s:40:\"72f770ecd130aa1d02958528242a77a186bf0676\";s:10:\"uploads119\";s:40:\"491d962e66048da30e4322afdc0aaf75bc92b610\";s:10:\"uploads120\";s:40:\"4ff971ac3ee7354d972e465079eef32db2df9bb1\";s:10:\"uploads121\";s:40:\"06f73ebd756f7d8e2f98e2a3cda69267cd20f4c3\";s:10:\"uploads122\";s:40:\"b3cdfbbe7fc4f45f002063c48a906251f44b830c\";s:10:\"uploads123\";s:40:\"756a0c8e9f7805b74929b0475cd1ba2931d654c2\";s:10:\"uploads124\";s:40:\"6698be5fa8fdf9c873464af826a3fe5e0cfddf06\";s:10:\"uploads125\";s:40:\"d52992141d1aab1ad5bacfd46d4e758793b40b0f\";s:10:\"uploads126\";s:40:\"f427de7d2a998b76fcb590d3937ec38fe9ad2b47\";s:10:\"uploads127\";s:40:\"f46b6eeef4b7b07918118e855732d59f98de0c8e\";s:10:\"uploads128\";s:40:\"d8439cc18c7b19b5b1a5a6816b79b5d3423124c2\";s:10:\"uploads129\";s:40:\"e6fdc850c0cbcc8e66b08bcc6a7ef6bd38883a28\";s:10:\"uploads130\";s:40:\"f410d6443b8218fce8eaa7b1c3dc80ef8bb7d14b\";s:10:\"uploads131\";s:40:\"6b0211628febf1e11abdf4b01057ff410f5c5f04\";s:10:\"uploads132\";s:40:\"417ba2ee05a3ce70c355d1789e09dbb596ce2902\";s:10:\"uploads133\";s:40:\"f19f339edb62c09873d91d0b37bc90bc6bc3398e\";s:10:\"uploads134\";s:40:\"06286d68b3ac4bc31fddbfb776d940d22517a5a3\";s:10:\"uploads135\";s:40:\"1f112f9980b735282f730fd4100dc70504e7f95b\";s:10:\"uploads136\";s:40:\"419fa5baf46fe74bc5bf79bde26e6cf00b8513a0\";s:10:\"uploads137\";s:40:\"d1a4728b7f46eb2b90f24e59b259fb37e165a527\";s:10:\"uploads138\";s:40:\"1b4b91d318de4e1b5e65b774417658024cd8dcdc\";s:10:\"uploads139\";s:40:\"c05e52e48853727ac15d86da85f1e18aec7d23e7\";s:10:\"uploads140\";s:40:\"a100abc9eb0b504874f1e4b8b2ac70f47b5ce6ea\";s:10:\"uploads141\";s:40:\"cc19cfe5e0c23f41872644e2fb10880b70d9f86a\";s:10:\"uploads142\";s:40:\"5da7309ebd0185086f781ef6aca8e01a75147986\";s:10:\"uploads143\";s:40:\"c4aff14ff5560767d1bfa83b69a874da4d5351b6\";s:10:\"uploads144\";s:40:\"fff8104440e39bb560893978c43016865082e1b9\";s:10:\"uploads145\";s:40:\"921a22faf226bbfb22297851047dcc339e93e1e8\";s:10:\"uploads146\";s:40:\"3c52cfadab305df30042bb413e8f79e407897b57\";s:10:\"uploads147\";s:40:\"dd1f9a97542e1db54a4a42f8a110a5fd311a0dac\";s:10:\"uploads148\";s:40:\"12ac8f783f9f821b453c73c8870b77ee6dfc9cb1\";s:10:\"uploads149\";s:40:\"e34be499123c856ac281f216b05c142f37fe1c5a\";s:10:\"uploads150\";s:40:\"1813481a01628c45d29abf7863b3a2247902f7fc\";s:10:\"uploads151\";s:40:\"330971006ca49924cc1a254d7dfb10ad5eb629bd\";s:10:\"uploads152\";s:40:\"dd80ab00572e3bb8ad5a95c362dda55fbe169f30\";s:10:\"uploads153\";s:40:\"21b4d9fe1e99253253daf0ca413cf08f9b6b3bd0\";s:10:\"uploads154\";s:40:\"de87369fcd1910f3bf96ab90674f5afc1561c758\";s:10:\"uploads155\";s:40:\"51aa861e8e3de391707c5473806b6fe1117c0f6f\";s:10:\"uploads156\";s:40:\"c6958c97e1b13bdbee63c7fedc97aed3de6b157f\";s:10:\"uploads157\";s:40:\"00a457b8b0d7fe4995569c0272d66b945a6dc824\";s:10:\"uploads158\";s:40:\"c1b6d5a699cea0b349f76f5d7f9be48cedfff660\";s:10:\"uploads159\";s:40:\"0a30fbcb4d2555d9fb6f3b4cdcdfb4ed899a7273\";s:10:\"uploads160\";s:40:\"e1e3e9ad45d5a1376b06b8e2b0a0f26008dcf888\";s:10:\"uploads161\";s:40:\"957a218031186305b892ffc946ab374ccce7f363\";s:10:\"uploads162\";s:40:\"3d01e6ba6dcf45581a50db09b682756f7dd7872f\";s:10:\"uploads163\";s:40:\"62e150727a74a677b3d745e1bfcb6e5dc1b19f54\";s:10:\"uploads164\";s:40:\"0f0b7b011ef22fc45d945181b731af0f4d889746\";s:10:\"uploads165\";s:40:\"57c9d2edac858bd85b9c9b33ecc865ba008a1c80\";s:10:\"uploads166\";s:40:\"0dceb00672739c466704b9d2108b2b25b8ddd2f6\";s:10:\"uploads167\";s:40:\"99ea2c76c7e203b2957f7caab9eb1e1b5462d501\";s:10:\"uploads168\";s:40:\"0be483a4f714e417e0d12363885e6337326b152d\";s:10:\"uploads169\";s:40:\"d44c97baa8eb2cdbd748460fd2be60a4eb6e1d85\";s:10:\"uploads170\";s:40:\"be610d703d1399732af30b4e2769d7e6a33418ac\";s:10:\"uploads171\";s:40:\"b43ab916413a9a3ef972c68ed8c3033c1efb20c0\";s:10:\"uploads172\";s:40:\"6f949380bf90b7b408144fdd0fc99474ad9efc8a\";s:10:\"uploads173\";s:40:\"395e141ead32f3572796c9654709dcc03d270458\";s:10:\"uploads174\";s:40:\"e3c3591cc2e7b66b65bbeb82828936d14d0bf815\";s:10:\"uploads175\";s:40:\"21c78768c6f336b412162d0100c20cb86ae64f99\";s:10:\"uploads176\";s:40:\"3e197604a74cf7656e57dcd8fd9e2234880835f4\";s:10:\"uploads177\";s:40:\"41a0dd7ec17516b79bbea8b632f6ce6a9bb73c3f\";s:10:\"uploads178\";s:40:\"cfe8f9ac7b015aa60a92a7858bafe81b5f6f208e\";s:10:\"uploads179\";s:40:\"50c9119068c872b9f9e7b881f79ddd9f53273c76\";s:10:\"uploads180\";s:40:\"4563a2f64ba017ca045c1ae80d3346b214ba848f\";s:10:\"uploads181\";s:40:\"1aaa19fa7dc86656a5029eeab1057a6f42e2b06b\";s:10:\"uploads182\";s:40:\"d0c045f12628ede886a6298ede2371da1f152b9a\";s:10:\"uploads183\";s:40:\"fa12b99f6c5c18394dbcb1971c141b7de53012c7\";s:10:\"uploads184\";s:40:\"e32a1ef8f48d489a57100a0d910420f387fd5433\";s:10:\"uploads185\";s:40:\"c3aa65e91146edb486da71dc2b011bf690d92abd\";s:10:\"uploads186\";s:40:\"11716d927f046f8c74ff11cf2ba5c8d3cc3b74f0\";s:10:\"uploads187\";s:40:\"e0d17ce25011852fadb2f535679bc339422b991c\";s:10:\"uploads188\";s:40:\"f0b56a22b65026dac819e35803659bba0888cea2\";s:10:\"uploads189\";s:40:\"883689af54ea4ba76ee1c943fe23850dc5fa36a7\";s:10:\"uploads190\";s:40:\"febc84adb50b217010c937956ce7a7ab0d9d923b\";s:10:\"uploads191\";s:40:\"0981a95a9746d3eb0d2f9bb6cfc5eb4c3798cbca\";s:10:\"uploads192\";s:40:\"bf387c04ef2f8a3e428043f7b2f26d7fad4ad17e\";s:10:\"uploads193\";s:40:\"76bbae6606d1fe97637e12b92da0d8800332df9d\";s:10:\"uploads194\";s:40:\"48b29d17499df9275f421e129d48b487561192da\";s:10:\"uploads195\";s:40:\"fdfb4b7ab7c7610becf16bf06aad993b943a1909\";s:10:\"uploads196\";s:40:\"a07c0c3c3870ea68460d9c860531206ab1eeeef1\";s:10:\"uploads197\";s:40:\"be2824517f2ce8e92fc685fd8d113d98f1d514ed\";s:10:\"uploads198\";s:40:\"ac84d3af0ff5290206928083a51cb89d98fc7255\";s:10:\"uploads199\";s:40:\"b058e786d19e396c1456cf00bbcacb206582f7bc\";s:10:\"uploads200\";s:40:\"d9cabe0bec4d991ea61fe99afa10f9cbab44bd62\";s:10:\"uploads201\";s:40:\"e062d40fc24f09c0198666d33abdc9bb3ce14bc6\";s:10:\"uploads202\";s:40:\"092241b9c03b2e53ccf35aa8dbcc638fde6c5269\";s:10:\"uploads203\";s:40:\"f60465222e80d76efdea42ad9623e5089a9873b8\";s:10:\"uploads204\";s:40:\"37ed5edb440af2c92fa8c44100b7924c7a30e3d8\";s:10:\"uploads205\";s:40:\"817ee95f38372c10fa93aa93287a0dbd69fdddec\";s:10:\"uploads206\";s:40:\"b98c9cb3034a7184a1f807a71999a4925b37afb4\";s:10:\"uploads207\";s:40:\"bebb39ef10c1ad84ac9b15a3741b49bd8a02cc84\";s:10:\"uploads208\";s:40:\"d9af53bd268457b3bcd3b59b359ed59b44beae7c\";s:10:\"uploads209\";s:40:\"ff84f94138280c3aa0723020903372fe51d575fe\";s:10:\"uploads210\";s:40:\"166c978f3e317b70a2e2ba5685ad58c019654604\";s:10:\"uploads211\";s:40:\"6e179c6f16b3aa4145b10b4745111dcde890139a\";s:10:\"uploads212\";s:40:\"e65293dcfe983199a722b39d897c5d22b2878729\";s:10:\"uploads213\";s:40:\"ea87092266a5267533224d695ba63b546c044139\";s:10:\"uploads214\";s:40:\"5980715d3126fa8abf2e3e90f4d857d4363b17c8\";s:10:\"uploads215\";s:40:\"d1d9e84b4ed6bce4efc292280643b7d47461d1e6\";s:10:\"uploads216\";s:40:\"5a17c48e25f743cb61483e525371ee9168cff8dd\";s:10:\"uploads217\";s:40:\"9845d4b0cb983d21440e4fb370baef18f9ad9ec3\";s:10:\"uploads218\";s:40:\"96523005ec1bb61062382b62bb373391e8275cca\";s:10:\"uploads219\";s:40:\"9841ca79a3ce5ae514611d9c827162c8a89a6fc9\";s:10:\"uploads220\";s:40:\"c97d4be0592b2def9c068fe3ff2a614c10ca9d5b\";s:10:\"uploads221\";s:40:\"1472d8477033dee742b30b468933e42dd1a0988d\";s:10:\"uploads222\";s:40:\"834c3fa4ffd6dcf2f5b5ca0a7784ab50fd20720f\";s:10:\"uploads223\";s:40:\"60c9228e72510c34fb3ab8c0bc25277b0e70da2e\";s:10:\"uploads224\";s:40:\"fc64a0ef1e46bee0708551cd4454fc8847934dbb\";s:10:\"uploads225\";s:40:\"6901f02a074ec2d55918981a5fec7950f7a69118\";s:10:\"uploads226\";s:40:\"d48b80a35033c0a4a4a53474249dfd098885a754\";s:10:\"uploads227\";s:40:\"f2d5b615f68a3844f5936e75b871dc98d2135136\";s:10:\"uploads228\";s:40:\"52b94612fe834757c1fdbf60543e0e0c08f282ce\";s:10:\"uploads229\";s:40:\"ca25516c2e1602714f43673cd7caed0ecbab0873\";s:10:\"uploads230\";s:40:\"e87c27d4518c955973b290112a47ad218ba5c43c\";s:10:\"uploads231\";s:40:\"19c84c802625bf07e9dfaf2abc32a6ffe0f71f2f\";s:10:\"uploads232\";s:40:\"855e35f5c5df40cd74f4b15a21bf95a74a986165\";s:10:\"uploads233\";s:40:\"d9171c8d460a6c7aefe08aeba2ef6b650e1f7a5d\";s:10:\"uploads234\";s:40:\"c5b5cb3acc021e5e42f0dec51273e9fc4a00d1f0\";s:10:\"uploads235\";s:40:\"bd873945de60d58114f7fd6201c75b18686067d5\";s:10:\"uploads236\";s:40:\"c486ee98cafff9a099283407cd4d00e355454a20\";s:10:\"uploads237\";s:40:\"2ef7963160d229b0f3e1bf8da33351ecabc61b9d\";s:10:\"uploads238\";s:40:\"7d4c9abcdae4b13e1ced3dbc84dceca48fb82a52\";s:10:\"uploads239\";s:40:\"1a358a72075272a69569d891afbe2ad95fd25d6e\";s:10:\"uploads240\";s:40:\"d5b79d910cf0487f8ac8c33f096c87f85015ee72\";s:10:\"uploads241\";s:40:\"cc9509d5f557c242bb392b7db433360166c00f41\";s:10:\"uploads242\";s:40:\"462dfec0e89f2cf2ccdbc406999bb87675b0e953\";s:10:\"uploads243\";s:40:\"5f29bb1d5784ac79f8c5401aa7c758231da89911\";s:10:\"uploads244\";s:40:\"1e2a36ea9bb6082120232674c883658e165654b1\";s:10:\"uploads245\";s:40:\"05a9629673ecd916d139d9c254a3ca2841ff8137\";s:10:\"uploads246\";s:40:\"afcb1e5cab36a2f555d60388d71cfe0d04dc3993\";s:10:\"uploads247\";s:40:\"c1f779806627c607a8ba4719800239d6bb70ca05\";s:10:\"uploads248\";s:40:\"a0c4f1a985375cc72b9f887dd5bf803d4e648749\";s:10:\"uploads249\";s:40:\"a20c723faa8a1aa14f223276760c8cd519eba513\";s:10:\"uploads250\";s:40:\"d61596bd0d27d4feede035ae3b922e2567ce617c\";s:10:\"uploads251\";s:40:\"7d1f25486b176ccb192878b4488c9bb909e5a376\";s:10:\"uploads252\";s:40:\"1a230dc4970a8b90ed24b4f93ab56e264b990eb9\";s:10:\"uploads253\";s:40:\"abb3ca5ea42a3b29741077ea470c655c5b28766c\";s:10:\"uploads254\";s:40:\"a42375ba2e61918592bf6adfab11bb2b66588e34\";s:10:\"uploads255\";s:40:\"952a80924307ebf8b0a7dfdf4c762673cfb6d1fa\";s:10:\"uploads256\";s:40:\"569c62f2138a7b3e8f1482ccab399017a5e8a28d\";s:10:\"uploads257\";s:40:\"74324b4b46e1ccf13cf8138cef43a9e1acf4f3aa\";s:10:\"uploads258\";s:40:\"a65f49d1ee90f4b360002bf62d13924a08ec6cdb\";s:10:\"uploads259\";s:40:\"afb24da365cf38b46fccd5496d953c3535b06466\";s:10:\"uploads260\";s:40:\"effa7e834119adee4217b549df3aaa2fead137e5\";s:10:\"uploads261\";s:40:\"3752f5c7aa6b0d3ca5879a501f217ce76169df96\";s:10:\"uploads262\";s:40:\"1658bcec968ef8f556c47d9dcd0b1b10571b3b39\";s:7:\"others0\";s:40:\"ef441d5bb2b149dfad9f5d9ea36187e3b1940152\";s:3:\"db0\";s:40:\"0acb8bc48a5332a835bfc691bcbe37272b23bf34\";}s:6:\"sha256\";a:269:{s:8:\"plugins0\";s:64:\"29140127f9315dd477991ab173d5db6e805e95cb568a4b16dbf9abd65a884ba6\";s:8:\"plugins1\";s:64:\"85275831dcb6f907c06843837618a8214b8f463c4a3c677fb8d5ade1e22e536f\";s:7:\"themes0\";s:64:\"a32b71a5b12ad96f9c7a5446dc1cb802ee64484165f48e7e9ede29cbc8b50cdf\";s:7:\"themes1\";s:64:\"81bcf5c8f7c1e107f5595fea79fe0c63dfd9efc130d1ec351b20a7a6a092a09b\";s:8:\"uploads0\";s:64:\"19d6c0c2f380f6a4186b47627a5f2ab2f6d86ae5702a94a870298bb9f29c3b12\";s:8:\"uploads1\";s:64:\"3cb4bf5e244465dca73c2ef38c6808ac3057a336ffa1be5d49695ccf9c50b0fe\";s:8:\"uploads2\";s:64:\"1174cb7ed4b4ce384713937d997fc2f369de1698acbeeaee00fd40125b21b171\";s:8:\"uploads3\";s:64:\"980085dcb2cdf2b262f2f827cbd7a08ea54b0b968cfb38023023b55e497aa6d4\";s:8:\"uploads4\";s:64:\"0cbd2a9591a5f178d1a21e93606f104322ca42f2a50ce3863f37c6b46cab4fe2\";s:8:\"uploads5\";s:64:\"f2f5cf77281d40037a8c21e654e2aea7dabc439920b7c57ab0b6ec3989e5b4dd\";s:8:\"uploads6\";s:64:\"a91f34f87baa644cd5e4ca0667d412d7b73b8d45745a9ca552647ac0d551847f\";s:8:\"uploads7\";s:64:\"f3a2fcb4d807246dc0663c14a78f1907812a649a49e78d35878836397c5ca2fd\";s:8:\"uploads8\";s:64:\"1e3461bfdbac61a37ba9eac6b2cbcaa17c89fb16284c0ab8d4ddb44f2e735032\";s:8:\"uploads9\";s:64:\"a1daecefebe0e3e318530a3c52fb92eb9566e4bea8a3b568c362f9ec260cd9c1\";s:9:\"uploads10\";s:64:\"f6405eba312e8c19cee849d72416efaad8b7efd7c4b9f0743256b9114da0f810\";s:9:\"uploads11\";s:64:\"766851765f1d572c0037a6f60bbb65f6c8dbe6606752e18816efc74eb21f7403\";s:9:\"uploads12\";s:64:\"7bbba3363c2d7c718f2f51ff22147c5274e8b4bca166d6d4032a9187414e59e9\";s:9:\"uploads13\";s:64:\"e314b7152ad5095c1c9d1c76151c46def43d67abf492c13cc49b15ac83a76650\";s:9:\"uploads14\";s:64:\"692d0d8ea2a5886a93f31fb2601fb8035b5c5feca4b2027494590c24e27abac0\";s:9:\"uploads15\";s:64:\"864a4b8b1470d0ade81144d6e545d7c703568abd5b457a6656f65e1a59d99837\";s:9:\"uploads16\";s:64:\"805d96ec445295c95bcedaabd2816a0543b655a54c03e3c63f27c65a81d15386\";s:9:\"uploads17\";s:64:\"49aa3ad4c633a0337ecc4b861db174b63e6da91e42e5c031ae5f422f32d361af\";s:9:\"uploads18\";s:64:\"312167c77c83be46ad089d3661919ec7aa6b35c2011da160ab62f8549d17d8bb\";s:9:\"uploads19\";s:64:\"df7b5c8809389ad0623c4d809b89ed1accbe0d61e5565650abb3cd31512c0ef0\";s:9:\"uploads20\";s:64:\"79abdb54952ed927d30e8dc8698375e5b20ab16df5dfbf31ba7e9620b4ebc8a9\";s:9:\"uploads21\";s:64:\"991d9bbd63073b06c3c74b5b1139b6706dd5f6b21f765e61180d4ca681c290e8\";s:9:\"uploads22\";s:64:\"6477dd06058831dc5009c84adcbfb0e6a918a5fa9060ff70d523c85594237c8d\";s:9:\"uploads23\";s:64:\"b1ae8b5bf159cea1042880b3f34da09af57d7f07fc53aefcbe7081a74c75b6d4\";s:9:\"uploads24\";s:64:\"462dd20083b5a579e564f27893aaf6b90f5ed2bd0fd17b12f436f67bc9e433f0\";s:9:\"uploads25\";s:64:\"7ee442f5edb957a59f58e5848b0f6925d44b0936e7336cbf094e985b78d666ee\";s:9:\"uploads26\";s:64:\"30303348a0d4b19b828a533d70bf65387f976aa20465f0759851866809ae05e3\";s:9:\"uploads27\";s:64:\"aaf2e0f4b4a8ffcd89fce66c60613fb8fe21b90db9ba26c570d0016c3bc6977b\";s:9:\"uploads28\";s:64:\"8a402487659abe43695469f5471fc994f8c125c4125b77cb850eca08b2b133b1\";s:9:\"uploads29\";s:64:\"4838cc17fdf9e03693eba54c5675b16c3c81df1007c70cb5b8a9583d68e06772\";s:9:\"uploads30\";s:64:\"30669a125b189a5d43390ae83438a68752187594168971a0b22392f7e40c4870\";s:9:\"uploads31\";s:64:\"08b6b21e6628677d9a8c98bcab25170247ca48f2c69784f43d17a708599ae14c\";s:9:\"uploads32\";s:64:\"b8d7a7cd028a18ad4d2a5f7da8f103daf7b8ae27f32eb484f43daf31082c2743\";s:9:\"uploads33\";s:64:\"ec75b0565f3c883d1fc68177550fa31519b45acf4a34f23fda2fa101bfdf7178\";s:9:\"uploads34\";s:64:\"32a713091478fbff74198f1fcfdba4c4664072038503f21bdaae63c2e901bf47\";s:9:\"uploads35\";s:64:\"3ff9ec8d27744f8bad5c8a1fd79a4837e0cb4d83670b7257b01ac96ae5377f4e\";s:9:\"uploads36\";s:64:\"a372e209ef77c06357842ccf3c681580bcd46648f34cbfd468a0b0810b57547d\";s:9:\"uploads37\";s:64:\"f4b95b89bdc5997a39d0e9cd813f30a852ce4cabb1716545992e1104929dc34e\";s:9:\"uploads38\";s:64:\"0697a7ccadb003499d681c491fdf700070dcea0027af7c93153ec700c1f82298\";s:9:\"uploads39\";s:64:\"3ecf1db9580c03655eb3a622fc150c13152f4477049a0185451207ddaf96fbea\";s:9:\"uploads40\";s:64:\"40da9e03d810a765827cdc4dba0b24c71eb5df2e12a9c717f30a08ccc5d3792f\";s:9:\"uploads41\";s:64:\"3dd55c1f80faf9e07d15b649305552fa8f6a40d6743dd9b6d0422e4f7b4bff72\";s:9:\"uploads42\";s:64:\"cfb29d2f277e345c1ed845f7199197230979ecbe50634d522019802b2a1fff50\";s:9:\"uploads43\";s:64:\"649b9ecd855bd0a7913326c916aa8593cea6cbfca3e88408e84f5bfab60f33f1\";s:9:\"uploads44\";s:64:\"a3a8e4c867c4b3c57a76bddb151e6f0a0f6a37a1f2ba76a8c1e68917fae54d70\";s:9:\"uploads45\";s:64:\"a4413b69fe2897ba7eec07cd447bb9667c49c46cce449907d2c0591b3401dbe3\";s:9:\"uploads46\";s:64:\"56a9c98925786e00f858f1afa8d87a66e94c0ad0d6893ba7574d871415adc3d3\";s:9:\"uploads47\";s:64:\"2074b317457b29bb71e4c6a0ca9cb43ac392b67cba98de562a1aec2d5f3e4085\";s:9:\"uploads48\";s:64:\"6ad7a4c59a622805e8d7b195cebc62515178730a1edf9c56687e0fc9b44a9a71\";s:9:\"uploads49\";s:64:\"382dd13e384c8555efb82821c84ab7130b0be841ce6b370ca56b8561c30581dc\";s:9:\"uploads50\";s:64:\"66f0f9742f8ebe425e9342982b2e29103f90d48253eb1801478031a3a7a00c8d\";s:9:\"uploads51\";s:64:\"88a1e997969ada83c80810fa44985005c5c705b1ba899dac1e5071cb81bdb1e9\";s:9:\"uploads52\";s:64:\"90df27ee1e831bc1228d46567883eba123b4561bbceae20973a4137bc82f38e8\";s:9:\"uploads53\";s:64:\"335dce39a0732dc33be4e1c134a85925e397169bb43a3aabf4f8f524b2259d50\";s:9:\"uploads54\";s:64:\"61e3cb1840a84152fcebacb6d789a361baccaaba90e74cec306d0d580307f5c5\";s:9:\"uploads55\";s:64:\"eecca53fd1baca3bcc433637f54f256c8de7d05abf0100f4ab32454db16474c3\";s:9:\"uploads56\";s:64:\"b1bb54da16f43c93fd04f188b0e1f3ab0024abbd11f1bed736ddad9688154816\";s:9:\"uploads57\";s:64:\"412227e0c7b778b7c0badd9ee2967c53eef0da7e389f70ff86c8182d13700d40\";s:9:\"uploads58\";s:64:\"cdbc32a0009fc91dcb80122b4647a728fc479b54bf937adf32bf68909b918ad9\";s:9:\"uploads59\";s:64:\"ceac17df8416fe563d5254056470407ca08b68b21c14786fcfb1b0347ecffc36\";s:9:\"uploads60\";s:64:\"7a1c135f23266793443c32e6a0d34273572c3b3254ea36e1169a793f56269457\";s:9:\"uploads61\";s:64:\"ff2ed1ce5148773cfd85482426fa28db69b849876cd65f7d45113511f1876b93\";s:9:\"uploads62\";s:64:\"a80b83182676c2d0d832f1582786801e912af5ba4a58fad42a538d902bbf02ce\";s:9:\"uploads63\";s:64:\"0948a94676e07e2e6be7fdfbe2e410f79984d0e452b61d0a3fbdae09f7f3d33a\";s:9:\"uploads64\";s:64:\"1de38e02bd118001af86b7fa426895f2bacc889953c2f98994217be4d10dcc85\";s:9:\"uploads65\";s:64:\"8111de57c4881bc8acc387e8006995eecd9ea35d4a29e22d50bdc3a5a97310ed\";s:9:\"uploads66\";s:64:\"dd6110995ce1370ad13709c1b5b5094b6c3e6632a6c0d3a0fe9db7839d00d98a\";s:9:\"uploads67\";s:64:\"f5f34f8e7f66c6c2842f3b832f45802531aa9d7794f58fd2cb39b7c8e530163e\";s:9:\"uploads68\";s:64:\"c40d435f5b3708bd1ebeb2b3bfe6215121731c0cadd608dadca375c723aa85a2\";s:9:\"uploads69\";s:64:\"88945697451fb91e4e387fc90c0df315ec823ca5932785268f323365e43d91ef\";s:9:\"uploads70\";s:64:\"5e129fccb3056b41bd3022f25765c8d608b1577b533aa43e5b0000bd34284e63\";s:9:\"uploads71\";s:64:\"1cf89d92e8e6ea6ffe0bad487876ffc56cee5c5b9e6815b60c5702c436d70641\";s:9:\"uploads72\";s:64:\"94d581f33fe74a4ccb2fe0f9332d23e2be0a44c32a573404350bb6777efa6674\";s:9:\"uploads73\";s:64:\"e199e18edd59412159bc6516ff6462f7b3f4bdee8f434def1e7a27fd6508ebd2\";s:9:\"uploads74\";s:64:\"7c402cf772254a27b4c16b9a45c2bb7fea8368d77e7ad8d483c9600987d1ab6c\";s:9:\"uploads75\";s:64:\"3c50f8b0a0c4b77299d6e819bd8de7579abe3cdc462a997c4f2b25389ca79754\";s:9:\"uploads76\";s:64:\"8fad6280af4485d5306dc9280cf9abfd22703ef95c0efc62d2f7807dac76873d\";s:9:\"uploads77\";s:64:\"d2d24609839af1f8defd43fbc1123e02707181529764eb7c89d55be7f6c86e73\";s:9:\"uploads78\";s:64:\"de96b6848dc6707a6f6f04637f01d8b9c60e37c17e331e0fcd619242f27abdc7\";s:9:\"uploads79\";s:64:\"96356b794c934c1f799be14c0e1b9845da69b7dbe6083f1fcd2676b193e48f58\";s:9:\"uploads80\";s:64:\"27caad92e695a7c44396f8193ddf942c68bded105ad9dd945a1721598ccc38e0\";s:9:\"uploads81\";s:64:\"25b78bf501e7dfff5121ba2794b4a60d5db04d41e0b8f74b698b6712f67b1025\";s:9:\"uploads82\";s:64:\"c6aefb8741d4ebda34798f85ba528dee109c5b4e10a8053877904da3bc514ff2\";s:9:\"uploads83\";s:64:\"a9b392e2a8775b22bd614cb7ac3d452e92fa9699ed2fc3c76191d1a73b463987\";s:9:\"uploads84\";s:64:\"c79b1ef51f691289fdd43f2e75d6f00fa2ee92f8b3b6b50bc6310c6b5476234f\";s:9:\"uploads85\";s:64:\"816596228e30f2a45cd39c3481846df655e6d0222df5f74481395dd62dd467b5\";s:9:\"uploads86\";s:64:\"6be87297361cd7be6ffec7678e877890e4e00fd2d08a0ff22969647d62a7daed\";s:9:\"uploads87\";s:64:\"a14f613553e87f5fec6777f008785935f709c8ff7ed080ea9eaa73b94e9949a3\";s:9:\"uploads88\";s:64:\"dd51afb5d8a95719f590c0645b55f39ee7b29d9726049d79c392c117eab2ad47\";s:9:\"uploads89\";s:64:\"593d850c02157bcb00306308c66f221360f5cd7be0e042ff7eb3258ea11e9190\";s:9:\"uploads90\";s:64:\"548ebb7f5d62a66daf4a6a40a0916477a1c60dfdf2acd64ae16d84924bae8976\";s:9:\"uploads91\";s:64:\"18a6fb4e05776c754e38490c0b633927650a95483d535801848cf65bb8e8eff2\";s:9:\"uploads92\";s:64:\"033ab969a3f82c52f12a02fe4542141a400ca8a656ab6d19da614034d93d875a\";s:9:\"uploads93\";s:64:\"97695d731d235ca4a80a2e03f4e1e2b9044ec0a3e9866f1c9cdd29eee60b85c0\";s:9:\"uploads94\";s:64:\"9211a97867d30478c56489a9db603416d17d21babc32f5a78c21797e386f7d5a\";s:9:\"uploads95\";s:64:\"80bf110b60581b36bfae1bb79031781a4f2b717fccd4e48e0fd0115ab79f6f14\";s:9:\"uploads96\";s:64:\"9e85d4778798ae221eb6d1beb6f44837d73e7a51ac0c7e28c900db7688c25fea\";s:9:\"uploads97\";s:64:\"f3f6b4a55decfb49f8f65d2e15a2cd87374f4474886c541df48cd97d04e3dc32\";s:9:\"uploads98\";s:64:\"2a451b8968c701a87ad9aaab35e1a5d10c623712754f77f6736f849d2be087c6\";s:9:\"uploads99\";s:64:\"a817f31b6e9427758561b3c2471b2a165783cdad5c60daa05e915e441e999686\";s:10:\"uploads100\";s:64:\"27c71f517e5d394e7379df61a2672b86874a86e65c201a06eddf4e7f9e992cf4\";s:10:\"uploads101\";s:64:\"58ac925b0b94dfe709414d8618d3ccc6ef77954a53bed363877cd4650f82e8cc\";s:10:\"uploads102\";s:64:\"9213427bec90fe381475cc16cf6c01bf382f92358830b1e2154ab5c0dd92c82f\";s:10:\"uploads103\";s:64:\"ef4df18fa64dc6582f9984a9941d15a6972baa6944a39a1a48abbe6952b6483d\";s:10:\"uploads104\";s:64:\"1d7cbd02c645ff65834c07595a57b3ca19403d88e9e7d4cf11859ae6d31e4b7f\";s:10:\"uploads105\";s:64:\"2c2a761431d822d6418fee31a67325b2db70889d7ec37b4d837f107cf4915baa\";s:10:\"uploads106\";s:64:\"418b65e6211f77f2980ce47244111146e7ef9ad6907a2ef5dae16d0a27105558\";s:10:\"uploads107\";s:64:\"23455785047f63e9d8e76a0c0825cfc549991acd4884ff363d2ae13af1c37171\";s:10:\"uploads108\";s:64:\"20f85a9562868e290d78d7e9866672f81ef56a93af2bee10f6522e0450f03ef4\";s:10:\"uploads109\";s:64:\"82bbe5766ec5de83c0c418208a6194df805d5a4b2088fc7a3145c060d03f0eaf\";s:10:\"uploads110\";s:64:\"1b0cafbdb8cc946df41e65344580af347fc1d814ef0a07416f9220fbfc5e21f6\";s:10:\"uploads111\";s:64:\"70f44cc48cd2d4f9954fd4d03001d6a2054d7e6d8adb7d511c3e9ec907824abc\";s:10:\"uploads112\";s:64:\"d5838107cb829840ac437f32cbc2b4b03779d9a0964a0ebebfb413bff2764657\";s:10:\"uploads113\";s:64:\"ed9327ff2efa69b5957671849277b4973b6a678de9f4363c7ea11945c71194e1\";s:10:\"uploads114\";s:64:\"6ee46428a0700215ab26c736e4fb8283d49652142abfe0b1595ebb3f6714ff77\";s:10:\"uploads115\";s:64:\"718a4a30decba764e007ede944d6663d6c7ec558d8ff4ee4c8b6c7674992ce4c\";s:10:\"uploads116\";s:64:\"c508b4bd9d408609b9b8af006a5d9681725430b07339b34319fb636376f0c256\";s:10:\"uploads117\";s:64:\"1f3a573558643a7aede0fd6be49ade1ce0d7c19cf8f5a30aeeebfaac10c6dcd0\";s:10:\"uploads118\";s:64:\"879d0fd56018604f9ee25d08d22d264c4ea7b67e7170d2bff99c3fca5cf8ac6c\";s:10:\"uploads119\";s:64:\"968eba6bf738c4da6351d92d2eec73b43cc5196dfdefee7b6693a8395b25ef3f\";s:10:\"uploads120\";s:64:\"cc457b21c6919a8b05d8b16394377d9473bb872479636e8d0efa8b28cb26d19d\";s:10:\"uploads121\";s:64:\"a711e91fa662e60ecaccbf61d99148e199c113f095a9ca4e2166305c2ebe2a76\";s:10:\"uploads122\";s:64:\"e3926a2584a84f0b31041434974d0ec3f4bbf3b9d343e22f8e2d87db71c98210\";s:10:\"uploads123\";s:64:\"11ece1c30aa4bd19abbd52b94aa608c1b8521bc1cab54502e0a8f93f13598d9c\";s:10:\"uploads124\";s:64:\"dddfdf1eed64ed8a8e543a9fef671e88236b4384388be2f6d5cbc894bb9a7489\";s:10:\"uploads125\";s:64:\"90ba0740cd562fbc88ae2b25c5f886b9a9f844bcfe6ee0769e872a505e610a7d\";s:10:\"uploads126\";s:64:\"119180a3a703a1f317f8a0f00b6affacebfa78849a97066f10ae883aab6e2aa9\";s:10:\"uploads127\";s:64:\"c2d08fb1ac1deed6fd80984c49421907846e2c8b5316d7001c314a9b05e43638\";s:10:\"uploads128\";s:64:\"256e380e50aafd56c4439d90ab37bf495bb6fd8dcfb4afc98c821265282a51be\";s:10:\"uploads129\";s:64:\"a5a6d4ef43cf136cf67a4ba86cb009e1677f81eb6373206649b73ea51d8ced59\";s:10:\"uploads130\";s:64:\"a415c5510f2da3855f3a1d591dbf4a66251959f1fb0a1071d249c61f27f14e66\";s:10:\"uploads131\";s:64:\"dc663af0a177d4b01531aa845e2fc6ece8b95caceeca01dc8ecad72de52f42f0\";s:10:\"uploads132\";s:64:\"f0fab370d86bd350ce68db5133aeaf25c2f53dc5862640c25f51db52e2476139\";s:10:\"uploads133\";s:64:\"95a0da832d82c7080d5d54aa8fb13f290416b803143bd05d968606e935723222\";s:10:\"uploads134\";s:64:\"aecedd7d8d5e6ac8922a58777b00313f3496f3528c4f9492c34feb19bf726402\";s:10:\"uploads135\";s:64:\"065ffd27335f8ebb271014fa91bb955a5d03df38b80a21b22ac15920683c6568\";s:10:\"uploads136\";s:64:\"4fa8e6d523c09a9f00bddd609435f82ac50110574b5bcc52238f92984a2af7e5\";s:10:\"uploads137\";s:64:\"786a187298b5079518da10d15727dc853a615da99f51ee5aead94e96d5af1b7e\";s:10:\"uploads138\";s:64:\"14e4ec38c3fbc4a1e07dfd3614747a73d31192beb128187505694a4bdac430bb\";s:10:\"uploads139\";s:64:\"a2f76866ddb70f3392f31ac177272099f8a3145b0b217172ca9f9d5429e2a88b\";s:10:\"uploads140\";s:64:\"d59f9131aa6a08a7373981b17780eb81a5632229bd017d4ef99f1fb99efa2877\";s:10:\"uploads141\";s:64:\"d4a661b9f952f1a61448651a7857159fca6210fa6b32443017414f375361ccb6\";s:10:\"uploads142\";s:64:\"c409c2a447fa5eb5c40f01702338b1ca28f2f5b987c65d6737bc25848e13ae14\";s:10:\"uploads143\";s:64:\"66aac529559b8bf856ae18be7db7c1e8389bcd9ce953a3166722b6c57c2cbbc0\";s:10:\"uploads144\";s:64:\"da3ab7c310fba8cc643903d73d2b3fadbd7d77273c55b84bd68d7068a2ee0524\";s:10:\"uploads145\";s:64:\"e7176787e26a4a72ace5b9edaa24f2a9ffeaa5d56991b4dd2af384f2fe03797e\";s:10:\"uploads146\";s:64:\"f1cb6a9b4c00a716331a4e4cd61054b8958349e4e68c5fc92734bc6cf076ad74\";s:10:\"uploads147\";s:64:\"210dec3aaf349d99e077cc85cdb0f24188908f89ebbd12ec5710d3eb3c345024\";s:10:\"uploads148\";s:64:\"92e0c97f91943177cd59b91d3e68effe8aa6a4d8367c4307e0a2228ba9aef392\";s:10:\"uploads149\";s:64:\"f66377d7c420b33a268a9fd76268f73142f85ef0805247b20dc919d112d3710c\";s:10:\"uploads150\";s:64:\"0f45b95ca5e527682ef83ba987e1d1eed961ef313956adba04495da6f9c77155\";s:10:\"uploads151\";s:64:\"d411f2a6648191b4784addae104ab68c2137ed0f389ae19714fe9bf57d36ce93\";s:10:\"uploads152\";s:64:\"c89a3dbdd85a080bea30508c2a4deb24597456d73b814bd1b3803c9d19df3273\";s:10:\"uploads153\";s:64:\"dd1979b5d9a75d5f775b0019758ee4e63957cd0261f94b7bf52782a09f130543\";s:10:\"uploads154\";s:64:\"1a370d519164affa8c40059fc7fa7fdd721697006b680360aeea90aae5a33929\";s:10:\"uploads155\";s:64:\"c492acde4289794f98abb9629bdc325454dd5bec54fb29417e06e1d9290def4e\";s:10:\"uploads156\";s:64:\"1e15c477cf0c7eea1d039799695552b662ad4a8a2dac3de4bcd423519a890afd\";s:10:\"uploads157\";s:64:\"8bbe78ca478a2d119f1c912f608709d4089b44675f1a09cc41f3ee1fa3d04db1\";s:10:\"uploads158\";s:64:\"0a2e4f84659e74835dbbd5fc517c96a78f07d885e0aa56aaeccbb1b380fdc476\";s:10:\"uploads159\";s:64:\"c34f81a5753552a19d260a6f0c571f02246223a9286fd80846e9b8589fbf98f8\";s:10:\"uploads160\";s:64:\"3bb647b36f06f2c5d89acc55e9b50fa1a75f03513f45a6a7a16e10bfaa5998b9\";s:10:\"uploads161\";s:64:\"7dd977b1d990a4f8df9d87d3b8b0d2f7a0b8aed53d9513624575549e24ff267a\";s:10:\"uploads162\";s:64:\"5df6286a3893c67e4f6ac8ab6a405e924fdf258b4ef3cb7de9975556dce5e05e\";s:10:\"uploads163\";s:64:\"f4e7b59b20a575a007b457e5446f2219d3562d207cdd9c0371efeee430fd7431\";s:10:\"uploads164\";s:64:\"455ca44c2614ea5224755f2ce9c4fc8fcb89d392ab0230e1cc423ce2bdaee1d8\";s:10:\"uploads165\";s:64:\"7e96946243b7db39e7c6836925fdca304aa319becb74ac50036be2ec0c864982\";s:10:\"uploads166\";s:64:\"7976f4f967ceda4e7aff4bb57ac45abc075cf7a0fe2f39852d94ad5235ec72f4\";s:10:\"uploads167\";s:64:\"1f08ded7b546fdc271622a0590daa1239990b8275a714a71e940501aae7fe8ae\";s:10:\"uploads168\";s:64:\"0e872ec78064a25a65b1473c1a0787cbf9edbe460317b0086b5081c1351dfcbf\";s:10:\"uploads169\";s:64:\"85e3bd17dc28d05458391f740f1511c80444edaf9e3e6d327ec2d0df27120248\";s:10:\"uploads170\";s:64:\"ca854c49acea0cd5ebec27e5b8c3daedb2273e464309ae4f43dc8c7313a2618e\";s:10:\"uploads171\";s:64:\"099ae5f0861104b05ab45ad2dac2331427bbef40ab2c7bd3efab5138b57bcbba\";s:10:\"uploads172\";s:64:\"6a68af8e85612eb31b6ef48ad17a990296f89c7bd35107b26ecf6d24ac0b9726\";s:10:\"uploads173\";s:64:\"97dc48274d5ce2e56e75d8588614543b67659e37e7abac947d700521655f7231\";s:10:\"uploads174\";s:64:\"5b4158d4162a8b23e76adfb75d51b2de27ccc118eabf465f6f4dbc55f1bdbb65\";s:10:\"uploads175\";s:64:\"97a339bfd5fa949b2309de177d4e2d96b2b91816acb5cca3abc2121ef6e8a6f6\";s:10:\"uploads176\";s:64:\"20a3aa006c41e4aaf02d1787b0a97b75b9921d226008fb6d8803b7348cb744af\";s:10:\"uploads177\";s:64:\"ee9e1634306b473aed2820983318e2f6d85f384946d2ac4b75f29f811e3f2e6b\";s:10:\"uploads178\";s:64:\"a9ccdcf0571149900d1128a780f24ee7a3416345854b9ef2215a20fde674e2cf\";s:10:\"uploads179\";s:64:\"11d8f2b78a9b59a7bc5ffcdd7fcc602e8d5ccb1f6bae50b6a30138f435036071\";s:10:\"uploads180\";s:64:\"823b87a8224ad00b7423739da43818cfc8eff85aa186679476cdfd490277dde1\";s:10:\"uploads181\";s:64:\"b80471b8f932d1b8275a632cbfd8bc30a07efdc2ed2fda6234651cf8435e2c21\";s:10:\"uploads182\";s:64:\"ffc278394974495d1ce7c589a6a9478eaeb46a4617d39122902b078fb24efc54\";s:10:\"uploads183\";s:64:\"69851053d84f2b6da5fbe9d6a06710f5232c68dae8b10c5fbc04d46369ee4352\";s:10:\"uploads184\";s:64:\"6c35fb96125572ffb6d00da15eb4f0c65b5d479bedf19532b437ef0afdf3ce79\";s:10:\"uploads185\";s:64:\"c2c37fcd0eee64acf41ee5221497b2d8d9408b5b7f446b16581e746c5613d3c9\";s:10:\"uploads186\";s:64:\"2d1aba49c996e1fb56b115a4dfb6cb13de288d8709a74de9fd2f4c5b035801ef\";s:10:\"uploads187\";s:64:\"992f6930bb377e8d9c8a2895caca3cd82874e56037a519a81f5b5f8b3f1d2f90\";s:10:\"uploads188\";s:64:\"03bfed8211985b3c0cf0a4362dde1c22bdf3d0c8003dd75b70b53cc1885f0b47\";s:10:\"uploads189\";s:64:\"032ec35e336a09edf7bd5a5832f84136188c0c2645584f488ca7d2491c59de37\";s:10:\"uploads190\";s:64:\"9ffd8647903971cf3b9eb44e518ed97d8a67c193c6b409b9f67393a0ffd2197a\";s:10:\"uploads191\";s:64:\"9bc8409c042e848e163341905616c703b7391c03783cd1e6038088b234b4ed0e\";s:10:\"uploads192\";s:64:\"f2d1e536c1bdfab7fa2c20fcda1b4c471eaf8e43a157ebcbb18e82c0ea044044\";s:10:\"uploads193\";s:64:\"039ffc16ba69473f49e861c5450d8738a882d6ca68ca00d8cb2aa87751597645\";s:10:\"uploads194\";s:64:\"418847356174b898f17eb0b79c9262edcf3281989481489902f41d726726cf40\";s:10:\"uploads195\";s:64:\"55213b7766d7255d5a8d92cb5773648ae3ad3df0854ee1613683f2b0659f03de\";s:10:\"uploads196\";s:64:\"5a96364f761f718c281246eb6012005cd2dcb14f4842dd33c2630a8e8d7bd10c\";s:10:\"uploads197\";s:64:\"b11f18ba66ade6e7b36c3d85597da265b62b9d8896bdea6b140c39d3d8d53b0e\";s:10:\"uploads198\";s:64:\"97b5482dbc63ddb49c40b0fcc80cafeb429ee65bcae3054a076b5dc75f32081b\";s:10:\"uploads199\";s:64:\"c9e992fe8ccf50cf915422c91953b8e750395a35f1cbbef8e6142d6f27c229f4\";s:10:\"uploads200\";s:64:\"76b184220f46b6d2b4485e737220acacc754c4fda6cde4d4d55c1cbd0013011a\";s:10:\"uploads201\";s:64:\"cb6a25b8dfa7d0bdda1829378b986c2d744d4a5c776d39329f9b7482d60a7627\";s:10:\"uploads202\";s:64:\"4d189659faaedb24bf57c577867c8056dd5ef25fcde2702fff43eb8a175d45dd\";s:10:\"uploads203\";s:64:\"bf545c4dbd5c0c5d77e7e9db36932d0b4d25681d01e47daa6e9ebe9caf0be75d\";s:10:\"uploads204\";s:64:\"c1fc98688c7c07a0f899a3fac76a747af39dc29b4cee691aabd09555a880648b\";s:10:\"uploads205\";s:64:\"7f5e0be6f3c6532177c3335ac055774a2e5978d433a9936aad1c65e771715bdb\";s:10:\"uploads206\";s:64:\"b34bb8d3e3ab2b2e3847acc3ac3fa6e85dbdf761c5d14fde0f4c22d0c3759aba\";s:10:\"uploads207\";s:64:\"317ff529eb93f83e0badfed7a3beb666a9738c1a721b7e1ab4f3c74356e09b8a\";s:10:\"uploads208\";s:64:\"23f163f3e76183c6ff42b695fbda1cda5a0188ab62a40bc9faf525b4c98210af\";s:10:\"uploads209\";s:64:\"37bf1d4d6886204dc2d43c37cfe1345c2dcb782a98b2a8419725a843decb4992\";s:10:\"uploads210\";s:64:\"46e79fb69ffc70ee92679f035a2357ac5db0069e5eb8a8b1aac1a10f0d87cf49\";s:10:\"uploads211\";s:64:\"e5afe896a8e62683738418992148fc3a1d8247f187baf72f790820530b72c549\";s:10:\"uploads212\";s:64:\"36fd26b3f7987a738d6ecde5c07053878ec9f1d4498ad65b050bff7955a4ad65\";s:10:\"uploads213\";s:64:\"c11067a5408a1662f17d91d1d28d12748a8dc1c98e074c6197bb84f0502b3373\";s:10:\"uploads214\";s:64:\"a7109d09b00b6b2672ee635db4b4e4c570b9872c3062a5d7ab08ab9abd722082\";s:10:\"uploads215\";s:64:\"c5c1b4049b781c6bb5e42ea57162b2e30cb4a5ceb71d996521adede429b2e67f\";s:10:\"uploads216\";s:64:\"b785b7707611959510a7d8589290f301fc8c1ad470cf07d22f02ef8b666d2b69\";s:10:\"uploads217\";s:64:\"bbf23b35fe19428931150202d7f334005dd5624d7b6d41eb8b5f20e11d43aed2\";s:10:\"uploads218\";s:64:\"67f02540f0827cfbcc8d620a00ff676af4f6c505204ce05915c0a7475a97e3c6\";s:10:\"uploads219\";s:64:\"67d2827f027cc59cc3862a443e85c17f16b0d93f90e58967d013b0a6cd70277a\";s:10:\"uploads220\";s:64:\"857ef98e807515cf2ab887302649010f809161dd3fde8bb2e269da282479d6c1\";s:10:\"uploads221\";s:64:\"b3da91721ce920d833ac40cfcc4748f72399f744110a3eea10acabdcae757a96\";s:10:\"uploads222\";s:64:\"b19e1464f7c5f283459b581c863f79238ce59c11e2f9bd7b47dfac980f4cabbc\";s:10:\"uploads223\";s:64:\"dbea5c5b4a0627443eb6fb0ec87dcba6ba8bbfde104b4e8ebdd16435854a7c3b\";s:10:\"uploads224\";s:64:\"56459b56f0f316b3f05ba1b392bf657b0dc2bf83c42e0ca5ee5584af1c3f4331\";s:10:\"uploads225\";s:64:\"a7949ba679b4daab359a09e6a0a97ea9eefe116285e8f2ad954c4d5e9619631d\";s:10:\"uploads226\";s:64:\"de6f20a484f42aec5712d5dc697fe2d307b01aae50a23526c2f70af1bf8df6dc\";s:10:\"uploads227\";s:64:\"e810172b06ced7e648f18a34482b520dbe6a760dce028794e1ac924c1a2bf33f\";s:10:\"uploads228\";s:64:\"a4c69006f8aa54bb963eba20a9fe68a1a75f95c15c38be3b6afb45835cc5b7f5\";s:10:\"uploads229\";s:64:\"78ed5a344856ad194c322f5a2ad21bc0760d69543536273d0bbd56dea82b0c7e\";s:10:\"uploads230\";s:64:\"b1b01c6acc33f21f6298ef7680b5d2e10ac58c0debc0a91bcd7647fa25d4024e\";s:10:\"uploads231\";s:64:\"aa324d7a4c2cf56fe0a2b32f527cbdb211037d55e743e6a52825bf6201695213\";s:10:\"uploads232\";s:64:\"4d9ab6005b37028481196340e5a846b5f2cb4e1eb6ab3309805034109001480a\";s:10:\"uploads233\";s:64:\"ec6e89c4d8492eb936d24e200e16f4946cff596b7cbb19baaad9484f516a9171\";s:10:\"uploads234\";s:64:\"b5195567d7ee27e28cf713c41f82c38281049b201474b57f439d983badab35bf\";s:10:\"uploads235\";s:64:\"4e1c02ed7d238182bc949c5f5231f1192a81ae1b1fe058f6fd628c85ce2be527\";s:10:\"uploads236\";s:64:\"997263bf410a6cc382d80823c699a8261cdf16305cdc589f17c8b5e5bac80193\";s:10:\"uploads237\";s:64:\"4ae7c0146e4e2a4bc1a867d4592dcfa251b91536b347f0d601fd7520ab981ab8\";s:10:\"uploads238\";s:64:\"33d2cc410c6633cf91eb341562a262dd3c271257b1052c36ed786fcde73ce0ee\";s:10:\"uploads239\";s:64:\"f5ff60e20fc2a6ac1fbdbaa70b4097ca3cd9024ead8d32600c35105652c9fa77\";s:10:\"uploads240\";s:64:\"edea81027c8065c582fd356b583ac8f5ae7ee990143f203b546d8c52f740407e\";s:10:\"uploads241\";s:64:\"d7861f6a0aefd633699e5b20f1cbaf351a2b306912ebe23355d32d8f03c2c5bd\";s:10:\"uploads242\";s:64:\"a475d15d9d29e9f413cae009c4642ebf5740c3d1cddade86d400e46b15372da1\";s:10:\"uploads243\";s:64:\"f025f80bae22b40523afdddb52242ca26a9eb93a34ab95ae5c54ac77a63f7d4a\";s:10:\"uploads244\";s:64:\"c7b60c9047d3c7144a42abac80c51085892541af25abc4ecf90eac5b56a48bd6\";s:10:\"uploads245\";s:64:\"51c54e926079804b3a81694efcecfb238309e134983c166a1bcc1b5a0fcff475\";s:10:\"uploads246\";s:64:\"352832c5c1929bce677d3899173752806982f50082a8785db6209c2d113a7005\";s:10:\"uploads247\";s:64:\"188bf99e48ef18f36961598800e1361b876dc24fb3f90f5bdd3cc821d68febf4\";s:10:\"uploads248\";s:64:\"dac0e570dde48c23d1851704e391b310651307520c2b662149d73ae5f2079c23\";s:10:\"uploads249\";s:64:\"975eaa924734991862888fe6d6c4c5c04c5c9b97833b5b4b152ad418b0d9ed64\";s:10:\"uploads250\";s:64:\"d47e2262b2ac6d0603f6743aa3b876e480e239473d9ad40a8b0b0f2e5224a3b2\";s:10:\"uploads251\";s:64:\"63b1862a3018e728ff0f508b6af61a605b5c77fecef07407446a3ce1c6fc7826\";s:10:\"uploads252\";s:64:\"e67987dd440fae05df0b45fd319e118c6d8e3bc74472a0f4f137f5e8b4f1c514\";s:10:\"uploads253\";s:64:\"a701fd27c3c8cc17286bcf0e9f0358449f6493dabc677d2e80f22e0aa12220fe\";s:10:\"uploads254\";s:64:\"1ded6ad543dfb997dae24332b8d7e0f20128c39b50799b4dd6cc6c8d41b952ec\";s:10:\"uploads255\";s:64:\"5b840f9c3e9b45df01070541aa67fd8745d6d7906d217cca65a6e1e295f4ab9b\";s:10:\"uploads256\";s:64:\"03ab54e06a0c7af1836e456c73c488f82f9fbb78165eb8887d3e564e38b8bfc2\";s:10:\"uploads257\";s:64:\"33da79fdd4cac8be9786617433f915ffd48c1b5d28468b98863bad425bcea4a0\";s:10:\"uploads258\";s:64:\"0444be3c093c711ee92c1651be4fd9710246b0442769470c34f190b67e75294e\";s:10:\"uploads259\";s:64:\"e33cafd65d08c0f83a27637ea38811c82259845c46c0723cdf90be34c0414240\";s:10:\"uploads260\";s:64:\"8a75a0e048b7844d8f7badff108b63bfcf2f8aade8260780b3f112c87de2df2b\";s:10:\"uploads261\";s:64:\"624abe0661cb9130eb10d185d18e0e385886d54dd078d865ef0ca6b7e250015f\";s:10:\"uploads262\";s:64:\"fe75af55935bf98717d0673d67b2c401fa4ef480f05215ca63a9241c45afa2da\";s:7:\"others0\";s:64:\"d656f6f98601564ea111def8fba9777e19738b6ca1cf367ec8299655bc172c59\";s:3:\"db0\";s:64:\"03564c620433553771cc4afb915e70dd18d866ba4d590239a54b2fcb1b3c2d49\";}}s:5:\"nonce\";s:12:\"65311ec0e3ae\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1557759276;s:6:\"themes\";i:1557759577;s:7:\"uploads\";i:1557760844;s:6:\"others\";i:1557760856;}s:18:\"created_by_version\";s:7:\"1.16.14\";s:21:\"last_saved_by_version\";s:7:\"1.16.14\";s:12:\"is_multisite\";b:0;}i:1555939052;a:11:{s:2:\"db\";s:58:\"backup_2019-04-22-1317_Ontrade_Progress_5f7dd0e8bbf1-db.gz\";s:7:\"db-size\";i:2772018;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:1:{s:3:\"db0\";s:40:\"0a25dac6e48da2ec99cf21d43696c5094dd05996\";}s:6:\"sha256\";a:1:{s:3:\"db0\";s:64:\"90c1934332bc3507864faaaec1fce32fca9ac803d40bb1ad49f5ed238f075f96\";}}s:5:\"nonce\";s:12:\"5f7dd0e8bbf1\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";N;s:18:\"created_by_version\";s:7:\"1.16.12\";s:21:\"last_saved_by_version\";s:7:\"1.16.12\";s:12:\"is_multisite\";b:0;}}','no'),(1740292,'wp_page_for_privacy_policy','0','yes'),(1740293,'db_upgraded','','yes'),(1740305,'can_compress_scripts','0','no'),(1740306,'optimole_wp_review_flag','no','yes'),(1740405,'jetpack_constants_sync_checksum','a:19:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:1162674650;s:14:\"WP_CONTENT_DIR\";i:1506005025;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:307273608;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:3081748482;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;}','yes'),(1740408,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:5:\"https\";}','yes'),(1740409,'jetpack_sync_https_history_site_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(1740410,'jetpack_sync_https_history_home_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(1740443,'jetpack_callables_sync_checksum','a:30:{s:18:\"wp_max_upload_size\";i:3564436882;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:2574951202;s:8:\"site_url\";i:2574951202;s:8:\"home_url\";i:2574951202;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:3425443202;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:1386348398;s:10:\"post_types\";i:1825671872;s:18:\"post_type_features\";i:924426320;s:10:\"shortcodes\";i:980422845;s:27:\"rest_api_allowed_post_types\";i:503776097;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:2255569608;s:11:\"get_plugins\";i:891359218;s:24:\"get_plugins_action_links\";i:249278237;s:14:\"active_modules\";i:3998893640;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:1256278236;s:13:\"site_icon_url\";i:1584813295;s:5:\"roles\";i:1667558772;s:8:\"timezone\";i:3808505409;}','no'),(1740520,'theme_mods_Newspaper','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:11:\"header-menu\";s:1:\"7\";s:8:\"top-menu\";s:1:\"7\";s:11:\"footer-menu\";s:0:\"\";}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1557139565;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"media_image-3\";i:1;s:13:\"media_image-4\";i:2;s:15:\"media_gallery-3\";i:3;s:6:\"text-2\";}s:10:\"td-default\";a:0:{}s:11:\"td-footer-1\";a:0:{}s:11:\"td-footer-2\";a:0:{}s:11:\"td-footer-3\";a:0:{}}}}','yes'),(1740522,'td_011','a:550:{s:19:\"td_cake_status_time\";i:1483434031;s:12:\"firstInstall\";s:14:\"themeInstalled\";s:18:\"tds_thumb_td_80x60\";s:3:\"yes\";s:19:\"tds_thumb_td_100x70\";s:3:\"yes\";s:20:\"tds_thumb_td_218x150\";s:3:\"yes\";s:20:\"tds_thumb_td_265x198\";s:3:\"yes\";s:20:\"tds_thumb_td_324x160\";s:3:\"yes\";s:20:\"tds_thumb_td_324x235\";s:3:\"yes\";s:20:\"tds_thumb_td_324x400\";s:3:\"yes\";s:20:\"tds_thumb_td_356x220\";s:3:\"yes\";s:20:\"tds_thumb_td_356x364\";s:3:\"yes\";s:20:\"tds_thumb_td_485x360\";s:3:\"yes\";s:20:\"tds_thumb_td_533x261\";s:3:\"yes\";s:20:\"tds_thumb_td_534x462\";s:3:\"yes\";s:18:\"tds_thumb_td_696x0\";s:3:\"yes\";s:20:\"tds_thumb_td_696x385\";s:3:\"yes\";s:20:\"tds_thumb_td_741x486\";s:3:\"yes\";s:21:\"tds_thumb_td_1068x580\";s:3:\"yes\";s:19:\"tds_thumb_td_1068x0\";s:3:\"yes\";s:18:\"tds_thumb_td_0x420\";s:3:\"yes\";s:19:\"tds_thumb_td_1920x0\";s:3:\"yes\";s:10:\"td_version\";s:5:\"9.7.1\";s:28:\"td_timestamp_install_plugins\";s:9:\"installed\";s:14:\"td_cake_status\";s:1:\"4\";s:17:\"td_cake_lp_status\";s:7:\"lp_sent\";s:16:\"tds_header_style\";s:18:\"tdm_header_style_1\";s:20:\"tds_user_compile_css\";s:24726:\".td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\n    .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\n    .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a,\n    .td-header-wrap .black-menu .sf-menu > li > a:hover,\n    .td-header-wrap .black-menu .sf-menu > .sfHover > a,\n    .td-header-style-12 .td-header-menu-wrap-full,\n    .sf-menu > .current-menu-item > a:after,\n    .sf-menu > .current-menu-ancestor > a:after,\n    .sf-menu > .current-category-ancestor > a:after,\n    .sf-menu > li:hover > a:after,\n    .sf-menu > .sfHover > a:after,\n    .td-header-style-12 .td-affix,\n    .header-search-wrap .td-drop-down-search:after,\n    .header-search-wrap .td-drop-down-search .btn:hover,\n    input[type=submit]:hover,\n    .td-read-more a,\n    .td-post-category:hover,\n    .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category,\n    .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category,\n    .td_top_authors .td-active .td-author-post-count,\n    .td_top_authors .td-active .td-author-comments-count,\n    .td_top_authors .td_mod_wrap:hover .td-author-post-count,\n    .td_top_authors .td_mod_wrap:hover .td-author-comments-count,\n    .td-404-sub-sub-title a:hover,\n    .td-search-form-widget .wpb_button:hover,\n    .td-rating-bar-wrap div,\n    .td_category_template_3 .td-current-sub-category,\n    .dropcap,\n    .td_wrapper_video_playlist .td_video_controls_playlist_wrapper,\n    .wpb_default,\n    .wpb_default:hover,\n    .td-left-smart-list:hover,\n    .td-right-smart-list:hover,\n    .woocommerce-checkout .woocommerce input.button:hover,\n    .woocommerce-page .woocommerce a.button:hover,\n    .woocommerce-account div.woocommerce .button:hover,\n    #bbpress-forums button:hover,\n    .bbp_widget_login .button:hover,\n    .td-footer-wrapper .td-post-category,\n    .td-footer-wrapper .widget_product_search input[type=\"submit\"]:hover,\n    .woocommerce .product a.button:hover,\n    .woocommerce .product #respond input#submit:hover,\n    .woocommerce .checkout input#place_order:hover,\n    .woocommerce .woocommerce.widget .button:hover,\n    .single-product .product .summary .cart .button:hover,\n    .woocommerce-cart .woocommerce table.cart .button:hover,\n    .woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,\n    .td-next-prev-wrap a:hover,\n    .td-load-more-wrap a:hover,\n    .td-post-small-box a:hover,\n    .page-nav .current,\n    .page-nav:first-child > div,\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\n    #bbpress-forums .bbp-pagination .current,\n    #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,\n    .td-theme-slider:hover .slide-meta-cat a,\n    a.vc_btn-black:hover,\n    .td-trending-now-wrapper:hover .td-trending-now-title,\n    .td-scroll-up,\n    .td-smart-list-button:hover,\n    .td-weather-information:before,\n    .td-weather-week:before,\n    .td_block_exchange .td-exchange-header:before,\n    .td_block_big_grid_9.td-grid-style-1 .td-post-category,\n    .td_block_big_grid_9.td-grid-style-5 .td-post-category,\n    .td-grid-style-6.td-hover-1 .td-module-thumb:after,\n    .td-pulldown-syle-2 .td-subcat-dropdown ul:after,\n    .td_block_template_9 .td-block-title:after,\n    .td_block_template_15 .td-block-title:before,\n    div.wpforms-container .wpforms-form div.wpforms-submit-container button[type=submit] {\n        background-color: #0082c2;\n    }\n\n    .td_block_template_4 .td-related-title .td-cur-simple-item:before {\n        border-color: #0082c2 transparent transparent transparent !important;\n    }\n\n    .woocommerce .woocommerce-message .button:hover,\n    .woocommerce .woocommerce-error .button:hover,\n    .woocommerce .woocommerce-info .button:hover {\n        background-color: #0082c2 !important;\n    }\n    \n    \n    .td_block_template_4 .td-related-title .td-cur-simple-item,\n    .td_block_template_3 .td-related-title .td-cur-simple-item,\n    .td_block_template_9 .td-related-title:after {\n        background-color: #0082c2;\n    }\n\n    .woocommerce .product .onsale,\n    .woocommerce.widget .ui-slider .ui-slider-handle {\n        background: none #0082c2;\n    }\n\n    .woocommerce.widget.widget_layered_nav_filters ul li a {\n        background: none repeat scroll 0 0 #0082c2 !important;\n    }\n\n    a,\n    cite a:hover,\n    .td_mega_menu_sub_cats .cur-sub-cat,\n    .td-mega-span h3 a:hover,\n    .td_mod_mega_menu:hover .entry-title a,\n    .header-search-wrap .result-msg a:hover,\n    .td-header-top-menu .td-drop-down-search .td_module_wrap:hover .entry-title a,\n    .td-header-top-menu .td-icon-search:hover,\n    .td-header-wrap .result-msg a:hover,\n    .top-header-menu li a:hover,\n    .top-header-menu .current-menu-item > a,\n    .top-header-menu .current-menu-ancestor > a,\n    .top-header-menu .current-category-ancestor > a,\n    .td-social-icon-wrap > a:hover,\n    .td-header-sp-top-widget .td-social-icon-wrap a:hover,\n    .td-page-content blockquote p,\n    .td-post-content blockquote p,\n    .mce-content-body blockquote p,\n    .comment-content blockquote p,\n    .wpb_text_column blockquote p,\n    .td_block_text_with_title blockquote p,\n    .td_module_wrap:hover .entry-title a,\n    .td-subcat-filter .td-subcat-list a:hover,\n    .td-subcat-filter .td-subcat-dropdown a:hover,\n    .td_quote_on_blocks,\n    .dropcap2,\n    .dropcap3,\n    .td_top_authors .td-active .td-authors-name a,\n    .td_top_authors .td_mod_wrap:hover .td-authors-name a,\n    .td-post-next-prev-content a:hover,\n    .author-box-wrap .td-author-social a:hover,\n    .td-author-name a:hover,\n    .td-author-url a:hover,\n    .td_mod_related_posts:hover h3 > a,\n    .td-post-template-11 .td-related-title .td-related-left:hover,\n    .td-post-template-11 .td-related-title .td-related-right:hover,\n    .td-post-template-11 .td-related-title .td-cur-simple-item,\n    .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover,\n    .comment-reply-link:hover,\n    .logged-in-as a:hover,\n    #cancel-comment-reply-link:hover,\n    .td-search-query,\n    .td-category-header .td-pulldown-category-filter-link:hover,\n    .td-category-siblings .td-subcat-dropdown a:hover,\n    .td-category-siblings .td-subcat-dropdown a.td-current-sub-category,\n    .widget a:hover,\n    .td_wp_recentcomments a:hover,\n    .archive .widget_archive .current,\n    .archive .widget_archive .current a,\n    .widget_calendar tfoot a:hover,\n    .woocommerce a.added_to_cart:hover,\n    .woocommerce-account .woocommerce-MyAccount-navigation a:hover,\n    #bbpress-forums li.bbp-header .bbp-reply-content span a:hover,\n    #bbpress-forums .bbp-forum-freshness a:hover,\n    #bbpress-forums .bbp-topic-freshness a:hover,\n    #bbpress-forums .bbp-forums-list li a:hover,\n    #bbpress-forums .bbp-forum-title:hover,\n    #bbpress-forums .bbp-topic-permalink:hover,\n    #bbpress-forums .bbp-topic-started-by a:hover,\n    #bbpress-forums .bbp-topic-started-in a:hover,\n    #bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,\n    #bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink,\n    .widget_display_replies .bbp-author-name,\n    .widget_display_topics .bbp-author-name,\n    .footer-text-wrap .footer-email-wrap a,\n    .td-subfooter-menu li a:hover,\n    .footer-social-wrap a:hover,\n    a.vc_btn-black:hover,\n    .td-smart-list-dropdown-wrap .td-smart-list-button:hover,\n    .td_module_17 .td-read-more a:hover,\n    .td_module_18 .td-read-more a:hover,\n    .td_module_19 .td-post-author-name a:hover,\n    .td-instagram-user a,\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,\n    .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i,\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,\n    .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i,\n    .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover,\n    .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i,\n    .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover,\n    .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item,\n    .td_block_template_2 .td-related-title .td-cur-simple-item,\n    .td_block_template_5 .td-related-title .td-cur-simple-item,\n    .td_block_template_6 .td-related-title .td-cur-simple-item,\n    .td_block_template_7 .td-related-title .td-cur-simple-item,\n    .td_block_template_8 .td-related-title .td-cur-simple-item,\n    .td_block_template_9 .td-related-title .td-cur-simple-item,\n    .td_block_template_10 .td-related-title .td-cur-simple-item,\n    .td_block_template_11 .td-related-title .td-cur-simple-item,\n    .td_block_template_12 .td-related-title .td-cur-simple-item,\n    .td_block_template_13 .td-related-title .td-cur-simple-item,\n    .td_block_template_14 .td-related-title .td-cur-simple-item,\n    .td_block_template_15 .td-related-title .td-cur-simple-item,\n    .td_block_template_16 .td-related-title .td-cur-simple-item,\n    .td_block_template_17 .td-related-title .td-cur-simple-item,\n    .td-theme-wrap .sf-menu ul .td-menu-item > a:hover,\n    .td-theme-wrap .sf-menu ul .sfHover > a,\n    .td-theme-wrap .sf-menu ul .current-menu-ancestor > a,\n    .td-theme-wrap .sf-menu ul .current-category-ancestor > a,\n    .td-theme-wrap .sf-menu ul .current-menu-item > a,\n    .td_outlined_btn,\n     .td_block_categories_tags .td-ct-item:hover {\n        color: #0082c2;\n    }\n\n    a.vc_btn-black.vc_btn_square_outlined:hover,\n    a.vc_btn-black.vc_btn_outlined:hover,\n    .td-mega-menu-page .wpb_content_element ul li a:hover,\n    .td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,\n    .td-theme-wrap .header-search-wrap .result-msg a:hover {\n        color: #0082c2 !important;\n    }\n\n    .td-next-prev-wrap a:hover,\n    .td-load-more-wrap a:hover,\n    .td-post-small-box a:hover,\n    .page-nav .current,\n    .page-nav:first-child > div,\n    .td_category_template_8 .td-category-header .td-category a.td-current-sub-category,\n    .td_category_template_4 .td-category-siblings .td-category a:hover,\n    #bbpress-forums .bbp-pagination .current,\n    .post .td_quote_box,\n    .page .td_quote_box,\n    a.vc_btn-black:hover,\n    .td_block_template_5 .td-block-title > *,\n    .td_outlined_btn {\n        border-color: #0082c2;\n    }\n\n    .td_wrapper_video_playlist .td_video_currently_playing:after {\n        border-color: #0082c2 !important;\n    }\n\n    .header-search-wrap .td-drop-down-search:before {\n        border-color: transparent transparent #0082c2 transparent;\n    }\n\n    .block-title > span,\n    .block-title > a,\n    .block-title > label,\n    .widgettitle,\n    .widgettitle:after,\n    .td-trending-now-title,\n    .td-trending-now-wrapper:hover .td-trending-now-title,\n    .wpb_tabs li.ui-tabs-active a,\n    .wpb_tabs li:hover a,\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a,\n    .td_block_template_1 .td-related-title .td-cur-simple-item,\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\n    .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, \n    .td_3D_btn,\n    .td_shadow_btn,\n    .td_default_btn,\n    .td_round_btn, \n    .td_outlined_btn:hover {\n    	background-color: #0082c2;\n    }\n\n    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {\n    	background-color: #0082c2 !important;\n    }\n\n    .block-title,\n    .td_block_template_1 .td-related-title,\n    .wpb_tabs .wpb_tabs_nav,\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container,\n    .woocommerce div.product .woocommerce-tabs ul.tabs:before {\n        border-color: #0082c2;\n    }\n    .td_block_wrap .td-subcat-item a.td-cur-simple-item {\n	    color: #0082c2;\n	}\n\n\n    \n    .td-grid-style-4 .entry-title\n    {\n        background-color: rgba(0, 130, 194, 0.7);\n    }\n\n    \n    .sf-menu > .current-menu-item > a:after,\n    .sf-menu > .current-menu-ancestor > a:after,\n    .sf-menu > .current-category-ancestor > a:after,\n    .sf-menu > li:hover > a:after,\n    .sf-menu > .sfHover > a:after,\n    .td_block_mega_menu .td-next-prev-wrap a:hover,\n    .td-mega-span .td-post-category:hover,\n    .td-header-wrap .black-menu .sf-menu > li > a:hover,\n    .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\n    .td-header-wrap .black-menu .sf-menu > .sfHover > a,\n    .td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\n    .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a,\n    .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a {\n        background-color: transparent;\n    }\n\n\n    .td_block_mega_menu .td-next-prev-wrap a:hover {\n        border-color: transparent;\n    }\n\n    .header-search-wrap .td-drop-down-search:before {\n        border-color: transparent transparent transparent transparent;\n    }\n\n    .td_mega_menu_sub_cats .cur-sub-cat,\n    .td_mod_mega_menu:hover .entry-title a,\n    .td-theme-wrap .sf-menu ul .td-menu-item > a:hover,\n    .td-theme-wrap .sf-menu ul .sfHover > a,\n    .td-theme-wrap .sf-menu ul .current-menu-ancestor > a,\n    .td-theme-wrap .sf-menu ul .current-category-ancestor > a,\n    .td-theme-wrap .sf-menu ul .current-menu-item > a {\n        color: transparent;\n    }\n    \n    \n    \n    .td-theme-wrap .sf-menu .td-normal-menu .sub-menu {\n        background-color: #f6f6f6;\n    }\n\n    \n    .td-theme-wrap .sf-menu .td-normal-menu .td-menu-item > a:hover,\n    .td-theme-wrap .sf-menu .td-normal-menu .sfHover > a,\n    .td-theme-wrap .sf-menu .td-normal-menu .current-menu-ancestor > a,\n    .td-theme-wrap .sf-menu .td-normal-menu .current-category-ancestor > a,\n    .td-theme-wrap .sf-menu .td-normal-menu .current-menu-item > a {\n        background-color: #0082c2;\n    }\n\n    \n    .td-theme-wrap .sf-menu .td-normal-menu .td-menu-item > a:hover,\n    .td-theme-wrap .sf-menu .td-normal-menu .sfHover > a,\n    .td-theme-wrap .sf-menu .td-normal-menu .current-menu-ancestor > a,\n    .td-theme-wrap .sf-menu .td-normal-menu .current-category-ancestor > a,\n    .td-theme-wrap .sf-menu .td-normal-menu .current-menu-item > a {\n        color: #ffffff;\n    }\n\n    \n    .td-theme-wrap .td-mega-menu .td-next-prev-wrap a {\n        color: #f6f6f6;\n    }\n    .td-theme-wrap .td-mega-menu .td-next-prev-wrap a {\n        border-color: #f6f6f6;\n    }\n    \n    .td-theme-wrap .td_mod_mega_menu:hover .entry-title a,\n    .td-theme-wrap .sf-menu .td_mega_menu_sub_cats .cur-sub-cat {\n        color: #0082c2;\n    }\n    .td-theme-wrap .sf-menu .td-mega-menu .td-post-category:hover,\n    .td-theme-wrap .td-mega-menu .td-next-prev-wrap a:hover {\n        background-color: #0082c2;\n    }\n    .td-theme-wrap .td-mega-menu .td-next-prev-wrap a:hover {\n        border-color: #0082c2;\n    }\n\n    \n    @media (max-width: 767px) {\n        body .td-header-wrap .td-header-main-menu {\n            background-color: rgba(255,255,255,0.01) !important;\n        }\n    }\n\n\n    \n    .td-menu-background:before,\n    .td-search-background:before {\n        background: #0082c2;\n        background: -moz-linear-gradient(top, #0082c2 0%, #0082c2 100%);\n        background: -webkit-gradient(left top, left bottom, color-stop(0%, #0082c2), color-stop(100%, #0082c2));\n        background: -webkit-linear-gradient(top, #0082c2 0%, #0082c2 100%);\n        background: -o-linear-gradient(top, #0082c2 0%, #0082c2 100%);\n        background: -ms-linear-gradient(top, #0082c2 0%, #0082c2 100%);\n        background: linear-gradient(to bottom, #0082c2 0%, #0082c2 100%);\n        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#0082c2\', endColorstr=\'#0082c2\', GradientType=0 );\n    }\n\n    \n    .td-mobile-content .current-menu-item > a,\n    .td-mobile-content .current-menu-ancestor > a,\n    .td-mobile-content .current-category-ancestor > a,\n    #td-mobile-nav .td-menu-login-section a:hover,\n    #td-mobile-nav .td-register-section a:hover,\n    #td-mobile-nav .td-menu-socials-wrap a:hover i,\n    .td-search-close a:hover i {\n        color: #0082c2;\n    }\n\n    \n    #td-mobile-nav .td-register-section .td-login-button,\n    .td-search-wrap-mob .result-msg a {\n        color: #ffffff;\n    }\n\n\n\n    \n    .td-banner-wrap-full,\n    .td-header-style-11 .td-logo-wrap-full {\n        background-color: #ffffff;\n    }\n\n    .td-header-style-11 .td-logo-wrap-full {\n        border-bottom: 0;\n    }\n\n    @media (min-width: 1019px) {\n        .td-header-style-2 .td-header-sp-recs,\n        .td-header-style-5 .td-a-rec-id-header > div,\n        .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-6 .td-a-rec-id-header > div,\n        .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-7 .td-a-rec-id-header > div,\n        .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-8 .td-a-rec-id-header > div,\n        .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-12 .td-a-rec-id-header > div,\n        .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {\n            margin-bottom: 24px !important;\n        }\n    }\n\n    @media (min-width: 768px) and (max-width: 1018px) {\n        .td-header-style-2 .td-header-sp-recs,\n        .td-header-style-5 .td-a-rec-id-header > div,\n        .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-6 .td-a-rec-id-header > div,\n        .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-7 .td-a-rec-id-header > div,\n        .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-8 .td-a-rec-id-header > div,\n        .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,\n        .td-header-style-12 .td-a-rec-id-header > div,\n        .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {\n            margin-bottom: 14px !important;\n        }\n    }\n\n     \n    .td-header-wrap .td-logo-text-container .td-logo-text {\n        color: rgba(34,34,34,0.01);\n    }\n\n    \n    .td-footer-wrapper,\n    .td-footer-wrapper .td_block_template_7 .td-block-title > *,\n    .td-footer-wrapper .td_block_template_17 .td-block-title,\n    .td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter {\n        background-color: #3c3c3b;\n    }\n\n    \n    .td-sub-footer-container {\n        background-color: #3c3c3b;\n    }\n\n    \n    .td-sub-footer-container,\n    .td-subfooter-menu li a {\n        color: #ffffff;\n    }\n\n    \n    .td-post-content h1,\n    .td-post-content h2,\n    .td-post-content h3,\n    .td-post-content h4,\n    .td-post-content h5,\n    .td-post-content h6 {\n    	color: #0082c2;\n    }\n\n    \n    .td-footer-wrapper::before {\n        background-size: cover;\n    }\n\n    \n    .td-footer-wrapper::before {\n        background-position: center center;\n    }\n\n    \n    .td-footer-wrapper::before {\n        opacity: 0.1;\n    }\n\n\n\n    \n    .top-header-menu > li > a,\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\n    .td-weather-top-widget .td-weather-header .td-weather-city,\n    .td-header-sp-top-menu .td_data_time {\n        font-family:Montserrat;\n	\n    }\n    \n    .top-header-menu .menu-item-has-children li a {\n    	font-family:Montserrat;\n	\n    }\n    \n    ul.sf-menu > .td-menu-item > a,\n    .td-theme-wrap .td-header-menu-social {\n        font-family:Montserrat;\n	font-size:16px;\n	font-weight:600;\n	text-transform:capitalize;\n	\n    }\n    \n    .sf-menu ul .td-menu-item a {\n        font-family:Montserrat;\n	font-size:12px;\n	font-weight:normal;\n	\n    }\n	\n    .td_mod_mega_menu .item-details a {\n        font-family:Montserrat;\n	font-weight:600;\n	\n    }\n    \n    .td_mega_menu_sub_cats .block-mega-child-cats a {\n        font-family:Montserrat;\n	font-size:12px;\n	font-weight:normal;\n	text-transform:uppercase;\n	\n    }\n    \n    .td-mobile-content .td-mobile-main-menu > li > a {\n        font-family:Montserrat;\n	font-size:38px;\n	line-height:45px;\n	font-weight:900;\n	\n    }\n    \n    .td-mobile-content .sub-menu a {\n        font-family:Montserrat;\n	font-size:18px;\n	font-weight:normal;\n	\n    }\n    \n    .block-title > span,\n    .block-title > a,\n    .widgettitle,\n    .td-trending-now-title,\n    .wpb_tabs li a,\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\n    .td-theme-wrap .td-related-title a,\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\n    .td-theme-wrap .td-block-title {\n        font-family:Montserrat;\n	font-size:15px;\n	font-weight:900;\n	text-transform:uppercase;\n	\n    }\n    \n    .td_module_wrap .td-post-author-name a {\n        font-family:Montserrat;\n	\n    }\n    \n    .td-post-date .entry-date {\n        font-family:Montserrat;\n	\n    }\n    \n    .td-module-comments a,\n    .td-post-views span,\n    .td-post-comments a {\n        font-family:Montserrat;\n	\n    }\n    \n    .td-big-grid-meta .td-post-category,\n    .td_module_wrap .td-post-category,\n    .td-module-image .td-post-category {\n        font-family:Montserrat;\n	font-weight:500;\n	\n    }\n    \n    .td-subcat-filter .td-subcat-dropdown a,\n    .td-subcat-filter .td-subcat-list a,\n    .td-subcat-filter .td-subcat-dropdown span {\n        font-family:Montserrat;\n	\n    }\n    \n    .td-excerpt,\n    .td_module_14 .td-excerpt {\n        font-family:\"Open Sans\";\n	\n    }\n\n\n	\n	.td_module_wrap .td-module-title {\n		font-family:Montserrat;\n	\n	}\n     \n    .td_module_1 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_2 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_3 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_4 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_5 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_6 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_7 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_8 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_9 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_10 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_11 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_12 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_13 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_14 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_15 .entry-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_16 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_17 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_18 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n    \n    .td_module_19 .td-module-title {\n    	font-family:Montserrat;\n	\n    }\n\n\n\n\n	\n	.td_block_trending_now .entry-title,\n	.td-theme-slider .td-module-title,\n    .td-big-grid-post .entry-title {\n		font-family:Montserrat;\n	\n	}\n    \n	#td-mobile-nav,\n	#td-mobile-nav .wpb_button,\n	.td-search-wrap-mob {\n		font-family:Montserrat;\n	\n	}\n\n\n	\n	.post .td-post-header .entry-title {\n		font-family:Montserrat;\n	\n	}\n    \n    .td-post-template-default .td-post-header .entry-title {\n        font-family:Montserrat;\n	font-weight:900;\n	\n    }\n    \n    .td-post-template-7 .td-post-header .entry-title {\n        font-family:Montserrat;\n	font-size:45px;\n	font-weight:900;\n	\n    }\n    \n    .td-post-content p,\n    .td-post-content {\n        font-family:\"Open Sans\";\n	font-size:18px;\n	font-weight:200;\n	\n    }\n    \n    .td-post-content h1 {\n        font-family:Montserrat;\n	font-size:24px;\n	font-weight:bold;\n	\n    }\n    \n    .td-page-title,\n    .woocommerce-page .page-title,\n    .td-category-title-holder .td-page-title {\n    	font-family:Montserrat;\n	font-size:25px;\n	font-weight:500;\n	\n    }\n    \n    .td-page-content p,\n    .td-page-content li,\n    .td-page-content .td_block_text_with_title,\n    .woocommerce-page .page-description > p,\n    .wpb_text_column p {\n    	font-family:\"Open Sans\";\n	\n    }\n    \n	.footer-text-wrap {\n		font-family:Montserrat;\n	\n	}\n	\n	.td-sub-footer-copy {\n		font-family:Montserrat;\n	\n	}\n	\n	.td-sub-footer-menu ul li a {\n		font-family:Montserrat;\n	\n	}\n\n\n\n\n	\n    .category .td-category a {\n    	font-family:Montserrat;\n	\n    }\n    \n    .page-nav a,\n    .page-nav span {\n    	font-family:\"Open Sans\";\n	\n    }\n    \n    body, p {\n    	font-family:\"Open Sans\";\n	\n    }\";s:11:\"tds_top_bar\";s:12:\"hide_top_bar\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:4:\"hide\";s:23:\"td_social_networks_show\";s:0:\"\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:0:\"\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:29:\"tds_weather_location_top_menu\";s:0:\"\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:12:\"tds_logo_alt\";s:16:\"Ontrade Progress\";s:14:\"tds_logo_title\";s:24:\"The hospitality magazine\";s:13:\"tds_logo_text\";s:16:\"Ontrade Progress\";s:16:\"tds_tagline_text\";s:24:\"The hospitality magazine\";s:15:\"tds_ios_icon_76\";s:0:\"\";s:16:\"tds_ios_icon_114\";s:0:\"\";s:16:\"tds_ios_icon_120\";s:0:\"\";s:16:\"tds_ios_icon_144\";s:0:\"\";s:16:\"tds_ios_icon_152\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_7\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:0:\"\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:5:\"cover\";s:30:\"tds_footer_background_position\";s:13:\"center center\";s:29:\"tds_footer_background_opacity\";s:3:\"0.1\";s:14:\"tds_sub_footer\";s:2:\"no\";s:20:\"tds_footer_copyright\";s:0:\"\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:4:\"hide\";s:25:\"tds_breadcrumbs_show_home\";s:4:\"hide\";s:27:\"tds_breadcrumbs_show_parent\";s:4:\"hide\";s:28:\"tds_breadcrumbs_show_article\";s:4:\"hide\";s:19:\"tds_animation_stack\";s:0:\"\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:0:\"\";s:14:\"td_full_header\";s:0:\"\";s:12:\"td_full_menu\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:0:\"\";s:14:\"td_full_footer\";s:0:\"\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:1:\"1\";s:23:\"tds_archive_sidebar_pos\";s:10:\"no_sidebar\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:10:\"no_sidebar\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:1:\"1\";s:20:\"tds_home_sidebar_pos\";s:10:\"no_sidebar\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:10:\"no_sidebar\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:10:\"no_sidebar\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tds_category_template\";s:22:\"td_category_template_6\";s:22:\"tds_category_pull_down\";s:4:\"hide\";s:28:\"tds_category_top_posts_style\";s:35:\"td_category_top_posts_style_disable\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:1:\"4\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:10:\"no_sidebar\";s:20:\"tds_category_sidebar\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:4:\"hide\";s:16:\"tds_p_show_views\";s:4:\"hide\";s:19:\"tds_p_show_comments\";s:4:\"hide\";s:13:\"tds_show_tags\";s:4:\"hide\";s:19:\"tds_show_author_box\";s:4:\"hide\";s:18:\"tds_show_next_prev\";s:4:\"hide\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:29:\"td_default_site_post_template\";s:17:\"single_template_7\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:8:\"no_modal\";s:20:\"tds_similar_articles\";s:4:\"hide\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:19:\"tds_top_social_show\";s:4:\"hide\";s:23:\"tds_top_like_tweet_show\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:26:\"tds_bottom_like_tweet_show\";s:0:\"\";s:20:\"tds_tweeter_username\";s:15:\"ontradeprogress\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:25:\"tds_global_block_template\";s:19:\"td_block_template_8\";s:21:\"tds_category_module_1\";s:0:\"\";s:21:\"tds_category_module_2\";s:3:\"yes\";s:21:\"tds_category_module_3\";s:0:\"\";s:21:\"tds_category_module_4\";s:0:\"\";s:21:\"tds_category_module_5\";s:0:\"\";s:21:\"tds_category_module_6\";s:0:\"\";s:21:\"tds_category_module_7\";s:0:\"\";s:21:\"tds_category_module_8\";s:0:\"\";s:21:\"tds_category_module_9\";s:0:\"\";s:22:\"tds_category_module_10\";s:3:\"yes\";s:22:\"tds_category_module_11\";s:0:\"\";s:22:\"tds_category_module_12\";s:0:\"\";s:22:\"tds_category_module_13\";s:0:\"\";s:22:\"tds_category_module_14\";s:0:\"\";s:22:\"tds_category_module_15\";s:0:\"\";s:22:\"tds_category_module_16\";s:0:\"\";s:22:\"tds_category_module_17\";s:0:\"\";s:22:\"tds_category_module_18\";s:0:\"\";s:22:\"tds_category_module_19\";s:0:\"\";s:23:\"tds_category_module_mx1\";s:0:\"\";s:23:\"tds_category_module_mx2\";s:0:\"\";s:23:\"tds_category_module_mx3\";s:0:\"\";s:23:\"tds_category_module_mx4\";s:0:\"\";s:23:\"tds_category_module_mx5\";s:3:\"yes\";s:23:\"tds_category_module_mx6\";s:0:\"\";s:23:\"tds_category_module_mx7\";s:0:\"\";s:23:\"tds_category_module_mx8\";s:3:\"yes\";s:23:\"tds_category_module_mx9\";s:0:\"\";s:24:\"tds_category_module_mx10\";s:3:\"yes\";s:24:\"tds_category_module_mx11\";s:0:\"\";s:24:\"tds_category_module_mx12\";s:0:\"\";s:24:\"tds_category_module_mx13\";s:0:\"\";s:24:\"tds_category_module_mx14\";s:0:\"\";s:24:\"tds_category_module_mx15\";s:0:\"\";s:24:\"tds_category_module_mx16\";s:0:\"\";s:24:\"tds_category_module_mx17\";s:0:\"\";s:24:\"tds_category_module_mx18\";s:0:\"\";s:24:\"tds_category_module_mx19\";s:0:\"\";s:24:\"tds_category_module_mx20\";s:3:\"yes\";s:24:\"tds_category_module_mx21\";s:0:\"\";s:24:\"tds_category_module_mx22\";s:0:\"\";s:24:\"tds_category_module_mx23\";s:0:\"\";s:24:\"tds_category_module_mx24\";s:0:\"\";s:24:\"tds_category_module_mx25\";s:0:\"\";s:24:\"tds_category_module_mx26\";s:0:\"\";s:33:\"tds_category_module_related_posts\";s:0:\"\";s:29:\"tds_category_module_mega_menu\";s:3:\"yes\";s:25:\"tds_category_module_slide\";s:0:\"\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:4:\"hide\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:3:\"yes\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:2:\"30\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:0:\"\";s:21:\"tds_header_wrap_color\";s:7:\"#ffffff\";s:19:\"tds_text_logo_color\";s:19:\"rgba(34,34,34,0.01)\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:7:\"#3c3c3b\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:7:\"#3c3c3b\";s:28:\"tds_footer_bottom_text_color\";s:7:\"#ffffff\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:14:\"tds_custom_css\";s:8069:\".tdm-header-style-1 .td-main-menu-logo img {\r\nmax-height:140px;\r\n}\r\n\r\n.td-header-gradient:before {\r\n    background: none;\r\n}\r\n\r\n.sf-menu > .current-menu-item > a {\r\n    color: #0082c2;\r\n}\r\n    \r\n@media (max-width: 2000px) and (min-width: 1024px) {\r\n.tdm-header-style-1 .sf-menu>li>a {\r\n   padding:0px 45px; \r\n    \r\n}\r\n}\r\n\r\n@media (max-width: 1024px) and (min-width: 778px) {\r\n.tdm-header-style-1 .sf-menu>li>a {\r\n   padding:0px 25px; \r\n    \r\n}\r\n}\r\n\r\n.td_block_big_grid_4 .td-big-thumb {\r\n    padding: 5px 0px;\r\n}\r\n\r\n.td-post-category {\r\n    font-family: Montserrat, arial, sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 200;\r\n    line-height: 1;\r\n    background-color: #222222;\r\n    color: #fff;\r\n    margin-right: 5px;\r\n    padding: 6px 6px 6px 6px;\r\n    margin: 15px 0px 0px 10px;\r\n    display: block;\r\n    vertical-align: top;\r\n    text-transform: uppercase;\r\n    transition: all 0.2s ease;\r\n    -webkit-transition: all 0.2s ease;\r\n}\r\n\r\n.td-module-image .td-post-category {\r\n    position: absolute;\r\n    bottom: auto;\r\n    top: 0;\r\n}\r\n\r\n.td-big-grid-post .td-post-category {\r\n    font-family: Montserrat, arial, sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 300;\r\n    text-transform: uppercase;\r\n    display: inline-block;\r\n    margin: 0 0 5px 0;\r\n    padding: 6px;\r\n    line-height: 13px;\r\n    pointer-events: auto;\r\n}\r\n\r\n.wpb_text_column {\r\n    line-height:0px;\r\n}\r\n\r\ninput[type=email] { \r\n    height:60px;\r\n    border-radius: 0px !important;\r\n\r\n}\r\n\r\ninput[type=submit] {\r\n    font-family: Montserrat, sans-serif;\r\n    height:60px;\r\n    text-transform: capitalize;\r\n}\r\n\r\ninput[type=submit]:hover {\r\n    background: #3c3c3b;\r\n}\r\n\r\n.td_module_2 {\r\n    padding-bottom:0px;\r\n    background: #ffffff;\r\n}\r\n\r\n\r\n.td-excerpt {\r\n    padding: 0px 10px;\r\n}\r\n\r\n.td_module_wrap .entry-title {\r\n    padding: 10px 10px;\r\n    font-weight:700;\r\n}\r\n.td-module-meta-info {\r\n    padding:0px 10px;\r\n}\r\n\r\n\r\n.td_block_template_2 .td-block-title > * {\r\n    color: #000;\r\n    text-transform: capitalize;\r\n    font-size: 1.1em;\r\n}\r\n\r\n.tds-social3 .tdm-social-item:hover {\r\n    background-color: #0082c2;\r\n    color:#ffffff;\r\n}\r\n.td_block_padding .td-next-prev-wrap {\r\n    margin-top: 20px;\r\n    display: none;\r\n}\r\n\r\n.td_module_2 .td-excerpt {\r\n    font-family: Montserrat;\r\n    font-style: oblique;\r\n    font-weight: 200 !important;\r\n    padding-bottom: 35px !important;\r\n}\r\n\r\n@media (min-width: 778px) {\r\n.td-header-menu-no-search .td-header-main-menu {\r\n    padding-right: 0;\r\n    margin-top: -48px;\r\n}\r\n}\r\n\r\n@media (max-width: 767px) {\r\n.td-header-menu-no-search .td-header-main-menu {\r\n    padding-right: 0;\r\n    margin-top: 0px;\r\n}\r\n}\r\n\r\n\r\n\r\n.sf-menu {\r\n    margin-top:20px;\r\n    padding-top:30px;\r\n}\r\n\r\n@media (max-width: 600px) {\r\n.leadmag .td-a-rec-id-custom-spot img {\r\n    margin: 0 auto;\r\n    margin-top: 100px !important;\r\n}\r\n}\r\n\r\n.td_block_big_grid_4 .td-big-grid-post:first-child {\r\n    padding-right: 5px;\r\n}\r\n\r\n\r\n.footerlogo .tdm-text-wrap {\r\n    padding-top: 0px;\r\n    padding-bottom: 20px;\r\n} \r\n\r\n\r\n.td_category_template_6 .td-category-header {\r\n    margin: 0 auto;\r\n    width: 100% !important;\r\n    min-height: 364px;\r\n    display: table;\r\n    position: relative;\r\n    background-color: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n.td-post-template-3 .td-post-header.td-container {\r\n    width: 100%;\r\n}\r\n.td-post-template-7 .td-read-down .td-icon-read-down {\r\n    display: none;\r\n}\r\n\r\ndiv.td-container.td-post-header .td-category a { display: none; }\r\n\r\n\r\n.sf-menu .td-normal-menu ul {\r\n    padding: 0px 0px 0px 0px;\r\n}\r\n\r\n.td_category_template_6 .td-category-header .td-page-title \r\n{ \r\n    font-weight: 700; \r\ncolor: #0082c2; \r\ntext-transform: capitalize; \r\nfont-size: 3em; \r\n    \r\n}\r\n\r\n.td-category-title-holder {\r\n    display: table-cell;\r\n    padding: 60px 15% 50px 15%;\r\n    z-index: 2;\r\n    text-align: center;\r\n    vertical-align: middle;\r\n    background: #f6f6f6;\r\n}\r\n\r\n.td_module_2 {\r\n    padding-bottom: 0px;\r\n    background: #ffffff;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.td_category_template_6 .td-category-header {\r\n    margin: 0 auto;\r\n    width: 100% !important;\r\n    min-height: 170px;\r\n    height: 50px;\r\n    display: table;\r\n    position: relative;\r\n    background-color: #f6f6f6;\r\n}\r\n\r\n.mainHolderSimple{\r\n font-family: Montserrat, arial, sans-serif;\r\n	background-color:rgba(0, 0, 0, .3) !important;\r\n}\r\n\r\n.td-post-template-7 .td-main-content, .td-post-template-7 .td-main-sidebar {\r\n    margin-top: 20px;\r\n \r\n}\r\ndiv.wpcf7-mail-sent-ok {\r\n    border: 1px solid #fff;\r\n    padding: 20px;\r\n    font-family: Open Sans, arial, sans-serif;\r\n    color: #ffffff;\r\n    font-size:12px;\r\n    background:#0082c2;\r\n}\r\n\r\ndiv.wpcf7-response-output {\r\n    margin: 10px 0px;\r\n}\r\n\r\n.td-mobile-content .td-icon-menu-right {\r\n    font-size: 20px;\r\n    padding: 15px 12px;\r\n}\r\n\r\n.contactformpage input[type=submit] {\r\n    font-family: Open Sans, sans-serif;\r\n    height: 150px;\r\n    width: 150px;\r\n    border-radius: 100px;\r\n    background-color: #0082c2;\r\n    text-align: center;\r\n    font-size: 30px;\r\n    font-weight:900;\r\n\r\n}\r\n\r\n.contactformpage input[type=text], .contactformpage input[type=url], .contactformpage input[type=tel], .contactformpage input[type=email]  {\r\n      font-family: Open Sans, sans-serif;\r\n      font-size: 16px;\r\n    font-style: italic;\r\n    font-weight:300;\r\n    line-height: 21px;\r\n    color: #444;\r\n    border: none;\r\n    border-bottom: 1px solid #3c3c3b;\r\n    background:#ffffff;\r\n}\r\n\r\n.contactformpage textarea  {\r\n      font-family: Open Sans, sans-serif;\r\n      font-size: 16px;\r\n    font-style: italic;\r\n    font-weight:300;\r\n    line-height: 21px;\r\n    color: #444;\r\n    border: none;\r\n    border-bottom: 1px solid #3c3c3b;\r\n      background:#ffffff;\r\n}\r\n\r\n\r\n\r\n.subscribeform input[type=submit] {\r\n    font-family: Open Sans, sans-serif;\r\n    height: 150px;\r\n    width: 150px;\r\n    border-radius: 100px;\r\n    background-color: #0082c2;\r\n    text-align: center;\r\n    font-size: 30px;\r\n    font-weight:900;\r\n\r\n}\r\n\r\n.subscribeform input[type=text], .subscribeform input[type=url], .subscribeform input[type=tel], .subscribeform input[type=email]  {\r\n      font-family: Open Sans, sans-serif;\r\n      font-size: 16px;\r\n    font-style: italic;\r\n    font-weight:300;\r\n    line-height: 21px;\r\n    color: #444;\r\n    border: none;\r\n    border-bottom: 1px solid #3c3c3b;\r\n    background:#f4f4f4;\r\n}\r\n\r\n.subscribeform textarea  {\r\n      font-family: Open Sans, sans-serif;\r\n      font-size: 16px;\r\n    font-style: italic;\r\n    font-weight:300;\r\n    line-height: 21px;\r\n    color: #444;\r\n    border: none;\r\n    border-bottom: 1px solid #3c3c3b;\r\n      background:#f4f4f4;\r\n}\r\n\r\n\r\n.subscribetitle .tds-title-over-image1 .tdm-title-bg {\r\n    margin-left: 250px;\r\n    \r\n}\r\n\r\n@media (max-width: 778px) {\r\n.subscribetitle .tds-title-over-image1 .tdm-title-bg {\r\n    margin-left:30px;\r\n    \r\n}\r\n}\r\n\r\n.subscribetitle .tds-title-over-image1 .tdm-title-over-image-info, .tds-title-over-image1 .tdm-title-sub {\r\n     zoom: 0;\r\n    transform: none !important;\r\n    -webkit-transform: none;\r\n}\r\n\r\n\r\n\r\n@media (min-width: 778px) {\r\n.td-post-template-7 .td-post-content {\r\n    margin-top: 0;\r\n    padding: 20px 100px 40px 100px;\r\n}\r\n}\r\n\r\n\r\n.td-post-template-7 .td-post-header {\r\n    height: 550px;\r\n    position: relative;\r\n}\r\n\r\n.bluesubscribe {\r\n    right:0;\r\n    position: absolute;\r\n}\r\n\r\n\r\n\r\n.td-big-grid-post .td-meta-info-container {\r\n    padding-bottom: 25px;\r\n}\r\n\r\n.td-footer-page {\r\n    margin-top: -50px;\r\n}\r\n\r\n.td-post-sharing-bottom {\r\n    border:none;\r\n}\r\n.td-social-handler {\r\n    color: #fff;\r\n    border: 1px solid #e9e9e9;\r\n    border-radius: 2px;\r\n    background: #0082c2;\r\n}\r\n\r\n.td-social-share-text:after {\r\n    border-width: 8px 0 8px 10px;\r\n    border-color: transparent transparent transparent #0082c2;\r\n}\r\n.grecaptcha-badge{\r\n	visibility: collapse !important;  \r\n}\r\n\r\ndiv.FWDSISC.fwd-hide-opacity { \r\n    margin-top: -100px !important;\r\n    background: transparent !important;\r\n}\r\n\r\n.td-footer-page {\r\n    margin-top: -120px;\r\n}\r\n\r\n.td-post-sharing-bottom .td-post-sharing {\r\n    margin-bottom: 40px !important;\r\n    padding-bottom:50px ;\r\n}\r\n\r\n\r\n    \";s:26:\"tds_responsive_css_desktop\";s:1421:\".subscribetext {\r\n      margin-top:40px;\r\n\r\n}\r\n\r\n\r\nfooterlogo .subscribebutton {\r\n    padding-top: 60px;\r\n}\r\n\r\n.td_block_big_grid_4 .td-big-grid-post:first-child {\r\n    padding: 0px 10px 0px 0px;\r\n}\r\n\r\n.td_block_big_grid_4 .td-big-thumb {\r\n    padding: 0px 0px 0px 10px;\r\n}\r\n\r\n/* Inside text */\r\n.mainHolderSimple{\r\n    font-family: Montserrat, arial, sans-serif !important;\r\n	text-align:center;\r\n	color: #FFFFFF;\r\n	background-color:rgba(0, 0, 0, .3);\r\n	line-height:26px;\r\n	font-size:22px;\r\n	font-weight:700;\r\n	padding-top:20px;\r\n    margin:8px 8px 12px 8px;\r\n}\r\n\r\n.td-scroll-up {\r\n    border-radius: 50px;\r\n    margin-right: 10px;\r\n    cursor: pointer;\r\n    position: fixed;\r\n    bottom: 0px;\r\n    right: 55px;\r\n    width: 60px;\r\n    height: 60px;\r\n}\r\n\r\n.td-scroll-up.td-scroll-up-visible {\r\n     border-radius: 50px;\r\n    margin-right: 10px;\r\n    cursor: pointer;\r\n    position: fixed;\r\n    bottom: 60px;\r\n    right: 55px;\r\n    width: 60px;\r\n    height: 60px;\r\n}\r\n.td-scroll-up .td-icon-menu-up {\r\n    position: relative;\r\n    color: #fff;\r\n    font-size: 22px;\r\n    display: block;\r\n    text-align: center;\r\n    width: 60px;\r\n    top: 15px;\r\n}\r\n\r\n.td_module_2 {\r\n    padding-bottom: 0px;\r\n    background: #ffffff;\r\n    margin-bottom: 20px;\r\n}\r\n\r\n.tdm-layout-13-23 .tdm-col:first-child {\r\n    width: 25%;\r\n}\r\n\r\n.td-post-sharing-bottom .td-post-sharing {\r\n    margin-bottom: -7px;\r\n    padding: 0px 100px 0px 100px;\r\n}\r\n\";s:33:\"tds_responsive_css_ipad_landscape\";s:273:\"/* Inside text */\r\n.mainHolderSimple{\r\n    font-family: Montserrat, arial, sans-serif;\r\n	text-align:center;\r\n	color: #FFFFFF;\r\n	background-color:rgba(0, 0, 0, .3);\r\n	line-height:26px;\r\n	font-size:22px;\r\n	font-weight:700;\r\n	padding-top:15px;\r\n    margin:8px 8px 12px 8px;\r\n}\";s:32:\"tds_responsive_css_ipad_portrait\";s:273:\"/* Inside text */\r\n.mainHolderSimple{\r\n    font-family: Montserrat, arial, sans-serif;\r\n	text-align:center;\r\n	color: #FFFFFF;\r\n	background-color:rgba(0, 0, 0, .3);\r\n	line-height:26px;\r\n	font-size:22px;\r\n	font-weight:700;\r\n	padding-top:15px;\r\n    margin:8px 8px 12px 8px;\r\n}\";s:24:\"tds_responsive_css_phone\";s:4079:\".td-block-span6.tdm-col.tdm-col-img > img {\r\n    width:100px;\r\n    margin-left:20px;\r\n    \r\n}\r\n\r\n.tdm-social-wrapper {\r\n    margin-left: 10px;\r\n}\r\n\r\n#td-mobile-nav .td-social-icon-wrap i:hover {\r\n    border: none;\r\n    background-color: transparent;\r\n    font-size: 14px;\r\n    width: 40px;\r\n    height: 40px;\r\n    line-height: 38px;\r\n    color: #f4f4f4;\r\n    vertical-align: middle;\r\n}\r\n\r\n.td-header-menu-no-search .td-header-main-menu {\r\n    padding-right: 0;\r\n    margin-top: 10px;\r\n    margin-bottom:15px;\r\n}\r\n\r\n.td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a, #td-mobile-nav .td-menu-login-section a:hover, #td-mobile-nav .td-register-section a:hover, #td-mobile-nav .td-menu-socials-wrap a:hover i, .td-search-close a:hover i {\r\n    color: #ffffff;\r\n}\r\n\r\n.td-post-content h1 {\r\n    font-family: Montserrat;\r\n    font-size: 20px;\r\n    line-height:22px;\r\n    font-weight: bold;\r\n}\r\n\r\n.td_uid_11_5cd02898eebc1_rand {\r\n    padding-top: 0px !important;\r\n}\r\n\r\n.subscribetext {\r\n    margin-left:0px;\r\n      margin-top:30px;\r\n\r\n}\r\n\r\n.subscribebutton {\r\n    margin-top:10px;\r\n    margin-right:200px;\r\n    padding-bottom:30px;\r\n}\r\n\r\n.td-header-wrap .td-header-menu-wrap-full {\r\n    background-color: transparent;\r\n}\r\n\r\nbody .td-header-wrap .td-header-main-menu {\r\n    background-color: transparent !important;\r\n}\r\n\r\n.td-header-wrap .td-header-main-menu {\r\n    background-color: transparent !important;\r\n    height: 54px !important;\r\n}\r\n\r\n.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {\r\n    background-color: rgba(255,255,255,0.01) !important;\r\n    height: 54px !important;\r\n}\r\n\r\n.td-main-content-wrap .tdc_zone {\r\n    z-index: 0;\r\n    margin-top: -45px;\r\n}\r\n.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {\r\n    padding-left: 0px;\r\n    padding-right: 0px;\r\n}\r\n\r\n#td-mobile-nav .td-social-icon-wrap i {\r\n    border: none;\r\n    background-color: #ffffff;\r\n    font-size: 14px;\r\n    width: 40px;\r\n    height: 40px;\r\n    line-height: 43px;\r\n    color: #0082c2;\r\n    vertical-align: middle;\r\n    border-radius:40px;\r\n}\r\n\r\n#td-mobile-nav .td-menu-socials {\r\n    padding: 50px 65px 0 30px;\r\n    overflow: visible;\r\n    height: 60px;\r\n    position: absolute;\r\n    bottom: 0;\r\n}\r\n\r\n#td-top-mobile-toggle {\r\n    display: inline-block;\r\n    position: absolute;\r\n    left: 0;\r\n    padding-left:20px;\r\n    padding-top:20px;\r\n}\r\n\r\n.header-search-wrap .td-icon-search {\r\n    display:none;\r\n}\r\n\r\n\r\n#td-top-mobile-toggle i {\r\n    font-size: 50px;\r\n}\r\n\r\n.tdm-header-style-1 .td-main-menu-logo img {\r\n    max-height: 120px;\r\n    margin-top: -10px;\r\n}\r\n\r\n.td-main-menu-logo img {\r\n    margin: auto;\r\n    bottom: 0;\r\n    top: 0;\r\n    left: auto;\r\n    right: 5px;\r\n    position: absolute;\r\n    padding: 0;\r\n}\r\n\r\n.td_category_template_6 .td-category-header {\r\n    margin-top: -70px;\r\n}\r\n\r\n.td-full-screen-header-image-wrap {\r\n    margin-top: -70px;\r\n}\r\n\r\n.td-mobile-close {\r\n    position: absolute;\r\n    left: 5px;\r\n    top: 10px;\r\n    z-index: 1000;\r\n}\r\n\r\n.td-mobile-content {\r\n    padding: 100px 20px 0;\r\n}\r\n\r\n.td_block_big_grid_4 .td-big-thumb {\r\n    padding: 0px 26px 15px 26px;\r\n}\r\n\r\n.td_block_big_grid_4 .td-big-grid-post:first-child {\r\n    padding-right: 26px;\r\n    padding-bottom:20px;\r\n}\r\n\r\n.footernews { \r\n    width:94%;\r\n}\r\n\r\n.subscribeblue {\r\n    text-align:center !important;\r\n  \r\n}\r\n.subscribehomepage {\r\n    width:76%;\r\n}\r\n\r\n\r\n\r\n/* Inside text */\r\n.mainHolderSimple{\r\n    font-family: Montserrat, arial, sans-serif;\r\n	text-align:center;\r\n	color: #FFFFFF;\r\n	background-color:rgba(0, 0, 0, .3);\r\n	line-height:26px;\r\n	font-size:22px;\r\n	font-weight:700;\r\n	padding-top:15px;\r\n    margin:8px 8px 12px 8px;\r\n}\r\n\r\n.footernews input[type=email] { \r\n    height:60px;\r\n    border: 1px solid #f6f6f6 !important;\r\n    border-radius: 0px !important;\r\n\r\n}\r\n.footernews {\r\n       width:80%;\r\n    \r\n}\r\n\r\n.td-grid-style-1 .td-big-thumb .entry-title { \r\n    width:90%;\r\n}\r\n       \r\n.magazineheader {\r\n    margin-top: 60px;\r\n}\r\n\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:47:{s:11:\"font_file_1\";s:0:\"\";s:13:\"font_family_1\";s:0:\"\";s:11:\"font_file_2\";s:0:\"\";s:13:\"font_family_2\";s:0:\"\";s:11:\"font_file_3\";s:0:\"\";s:13:\"font_family_3\";s:0:\"\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:8:\"g_arabic\";s:0:\"\";s:9:\"g_bengali\";s:0:\"\";s:10:\"g_cyrillic\";s:0:\"\";s:14:\"g_cyrillic-ext\";s:0:\"\";s:12:\"g_devanagari\";s:0:\"\";s:7:\"g_greek\";s:0:\"\";s:11:\"g_greek-ext\";s:0:\"\";s:10:\"g_gujarati\";s:0:\"\";s:8:\"g_hebrew\";s:0:\"\";s:7:\"g_khmer\";s:0:\"\";s:7:\"g_latin\";s:0:\"\";s:11:\"g_latin-ext\";s:0:\"\";s:7:\"g_tamil\";s:0:\"\";s:8:\"g_telugu\";s:0:\"\";s:6:\"g_thai\";s:0:\"\";s:12:\"g_vietnamese\";s:0:\"\";s:10:\"g_100_thin\";s:3:\"100\";s:17:\"g_100_thin_italic\";s:9:\"100italic\";s:17:\"g_200_extra_light\";s:3:\"200\";s:24:\"g_200_extra_light_italic\";s:9:\"200italic\";s:11:\"g_300_light\";s:3:\"300\";s:18:\"g_300_light_italic\";s:9:\"300italic\";s:19:\"g_400_normal_italic\";s:9:\"400italic\";s:12:\"g_500_medium\";s:3:\"500\";s:19:\"g_500_medium_italic\";s:9:\"500italic\";s:15:\"g_600_semi_bold\";s:3:\"600\";s:22:\"g_600_semi_bold_italic\";s:9:\"600italic\";s:10:\"g_700_bold\";s:3:\"700\";s:17:\"g_700_bold_italic\";s:9:\"700italic\";s:16:\"g_800_extra_bold\";s:3:\"800\";s:23:\"g_800_extra_bold_italic\";s:9:\"800italic\";s:11:\"g_900_black\";s:3:\"900\";s:18:\"g_900_black_italic\";s:9:\"900italic\";s:11:\"font_file_4\";s:0:\"\";s:13:\"font_family_4\";s:0:\"\";s:11:\"font_file_5\";s:0:\"\";s:13:\"font_family_5\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:0:\"\";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:18:\"td_social_networks\";a:3:{s:8:\"facebook\";s:41:\"https://www.facebook.com/ontradeprogress/\";s:9:\"instagram\";s:43:\"https://www.instagram.com/ontrade_progress/\";s:7:\"twitter\";s:35:\"https://twitter.com/ontradeprogress\";}s:8:\"td_fonts\";a:50:{s:12:\"blocks_title\";a:4:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"15px\";s:11:\"font_weight\";s:3:\"900\";s:14:\"text_transform\";s:9:\"uppercase\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:15:\"blocks_category\";a:2:{s:11:\"font_family\";s:5:\"g_394\";s:11:\"font_weight\";s:3:\"500\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:5:\"g_438\";}s:15:\"modules_general\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_1\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_2\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_3\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_4\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_5\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_6\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_7\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_8\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:8:\"module_9\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_10\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_11\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_12\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_13\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_14\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_15\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_16\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_17\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_18\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"module_19\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:12:\"post_content\";a:3:{s:11:\"font_family\";s:5:\"g_438\";s:9:\"font_size\";s:4:\"18px\";s:11:\"font_weight\";s:3:\"200\";}s:7:\"post_h1\";a:3:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"24px\";s:11:\"font_weight\";s:4:\"bold\";}s:10:\"page_title\";a:3:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"25px\";s:11:\"font_weight\";s:3:\"500\";}s:12:\"page_content\";a:1:{s:11:\"font_family\";s:5:\"g_438\";}s:17:\"footer_text_about\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:21:\"footer_copyright_text\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:16:\"footer_menu_text\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:12:\"category_tag\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:10:\"pagination\";a:1:{s:11:\"font_family\";s:5:\"g_438\";}s:9:\"body_text\";a:1:{s:11:\"font_family\";s:5:\"g_438\";}s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"main_menu\";a:4:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"16px\";s:11:\"font_weight\";s:3:\"600\";s:14:\"text_transform\";s:10:\"capitalize\";}s:13:\"main_sub_menu\";a:3:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"12px\";s:11:\"font_weight\";s:6:\"normal\";}s:9:\"mega_menu\";a:2:{s:11:\"font_family\";s:5:\"g_394\";s:11:\"font_weight\";s:3:\"600\";}s:15:\"mega_menu_categ\";a:4:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"12px\";s:11:\"font_weight\";s:6:\"normal\";s:14:\"text_transform\";s:9:\"uppercase\";}s:21:\"other_modules_general\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:11:\"mobile_menu\";a:4:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"38px\";s:11:\"line_height\";s:4:\"45px\";s:11:\"font_weight\";s:3:\"900\";}s:15:\"mobile_sub_menu\";a:3:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"18px\";s:11:\"font_weight\";s:6:\"normal\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:10:\"post_title\";a:2:{s:11:\"font_family\";s:5:\"g_394\";s:11:\"font_weight\";s:3:\"900\";}s:17:\"post_title_style7\";a:3:{s:11:\"font_family\";s:5:\"g_394\";s:9:\"font_size\";s:4:\"45px\";s:11:\"font_weight\";s:3:\"900\";}}s:15:\"tds_theme_color\";s:7:\"#0082c2\";s:25:\"tds_site_background_color\";s:0:\"\";s:16:\"tds_header_color\";s:0:\"\";s:21:\"tds_text_header_color\";s:0:\"\";s:25:\"tds_thumb_td_80x60_retina\";s:0:\"\";s:26:\"tds_thumb_td_100x70_retina\";s:0:\"\";s:27:\"tds_thumb_td_218x150_retina\";s:0:\"\";s:27:\"tds_thumb_td_265x198_retina\";s:0:\"\";s:27:\"tds_thumb_td_324x160_retina\";s:0:\"\";s:27:\"tds_thumb_td_324x235_retina\";s:0:\"\";s:27:\"tds_thumb_td_324x400_retina\";s:0:\"\";s:27:\"tds_thumb_td_356x220_retina\";s:0:\"\";s:27:\"tds_thumb_td_356x364_retina\";s:0:\"\";s:27:\"tds_thumb_td_485x360_retina\";s:0:\"\";s:27:\"tds_thumb_td_533x261_retina\";s:0:\"\";s:27:\"tds_thumb_td_534x462_retina\";s:0:\"\";s:25:\"tds_thumb_td_696x0_retina\";s:0:\"\";s:27:\"tds_thumb_td_696x385_retina\";s:0:\"\";s:27:\"tds_thumb_td_741x486_retina\";s:0:\"\";s:28:\"tds_thumb_td_1068x580_retina\";s:0:\"\";s:26:\"tds_thumb_td_1068x0_retina\";s:0:\"\";s:25:\"tds_thumb_td_0x420_retina\";s:0:\"\";s:26:\"tds_thumb_td_1920x0_retina\";s:0:\"\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1490106850;s:11:\"test_status\";s:9:\"wordpress\";}s:16:\"tds_header_title\";s:0:\"\";s:21:\"tds_mobile_menu_color\";s:22:\"rgba(255,255,255,0.01)\";s:22:\"tds_mobile_icons_color\";s:0:\"\";s:27:\"tds_mobile_gradient_one_mob\";s:7:\"#0082c2\";s:27:\"tds_mobile_gradient_two_mob\";s:7:\"#0082c2\";s:21:\"tds_mobile_text_color\";s:0:\"\";s:28:\"tds_mobile_text_active_color\";s:7:\"#0082c2\";s:32:\"tds_mobile_button_background_mob\";s:0:\"\";s:27:\"tds_mobile_button_color_mob\";s:7:\"#ffffff\";s:22:\"tds_login_gradient_one\";s:0:\"\";s:22:\"tds_login_gradient_two\";s:0:\"\";s:20:\"tds_login_text_color\";s:0:\"\";s:27:\"tds_login_button_background\";s:0:\"\";s:22:\"tds_login_button_color\";s:0:\"\";s:26:\"tds_login_hover_background\";s:0:\"\";s:21:\"tds_login_hover_color\";s:0:\"\";s:17:\"td_latest_version\";s:5:\"8.7.2\";s:13:\"td_update_url\";s:106:\"https://themeforest.net/downloads?utm_source=Newspaper_update&utm_campaign=v8.7.2&utm_medium=update_system\";s:10:\"envato_key\";s:0:\"\";s:23:\"td_social_drag_and_drop\";a:16:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:10:\"googleplus\";b:0;s:9:\"pinterest\";b:0;s:8:\"whatsapp\";b:0;s:8:\"linkedin\";b:1;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:4:\"digg\";b:0;s:4:\"line\";b:0;s:5:\"viber\";b:0;}s:6:\"td_011\";s:48:\"OGM4MjM4ZTAtYjJhYS00YmExLWFjODEtOGEyNzI3ZmUxNjYw\";s:7:\"td_011_\";i:2;s:9:\"td_011_tp\";i:1556022479;s:9:\"td_011_ta\";s:7:\"lp_sent\";s:20:\"tds_search_placement\";s:4:\"hide\";s:24:\"tds_weather_key_top_menu\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_footer_page\";s:4:\"4424\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:25:\"td_full_header_background\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:6:\"style3\";s:20:\"tds_bottom_like_show\";s:4:\"hide\";s:31:\"tds_bottom_like_share_text_show\";s:4:\"show\";s:31:\"tds_social_sharing_bottom_style\";s:6:\"style3\";s:17:\"tds_m_show_review\";s:4:\"hide\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:26:\"tds_category_module_flex_1\";s:0:\"\";s:26:\"tds_category_module_flex_2\";s:0:\"\";s:30:\"td_module_flex_1_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_1_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_2_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_2_content_excerpt\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:19:\"tdb_header_template\";s:0:\"\";s:15:\"tds_logo_upload\";s:50:\"/wp-content/uploads/2019/04/header-otp-300x247.png\";s:17:\"tds_logo_upload_r\";s:50:\"/wp-content/uploads/2019/04/otp-retina-300x247.png\";s:18:\"tds_favicon_upload\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:44:\"/wp-content/uploads/2019/05/mobile-white.png\";s:22:\"tds_logo_menu_upload_r\";s:44:\"/wp-content/uploads/2019/05/mobile-white.png\";s:22:\"tds_footer_logo_upload\";s:51:\"/wp-content/uploads/2019/04/footer-logo-300x214.png\";s:29:\"tds_footer_retina_logo_upload\";s:57:\"/wp-content/uploads/2019/04/otp-retina-footer-300x214.png\";s:21:\"tdb_category_template\";s:0:\"\";s:26:\"tds_category_module_flex_3\";s:0:\"\";s:26:\"tds_category_module_flex_4\";s:0:\"\";s:26:\"tds_category_module_flex_5\";s:0:\"\";s:26:\"tds_category_module_flex_6\";s:0:\"\";s:26:\"tds_category_module_flex_7\";s:0:\"\";s:26:\"tds_category_module_flex_8\";s:0:\"\";s:30:\"tds_category_module_flex_empty\";s:0:\"\";s:26:\"tds_category_tdb_module_mm\";s:0:\"\";s:30:\"tds_category_tdb_module_search\";s:0:\"\";s:31:\"tds_category_tdb_module_related\";s:0:\"\";s:38:\"tds_category_tdb_module_related_sample\";s:0:\"\";s:28:\"tds_category_tdb_module_loop\";s:0:\"\";s:30:\"tds_category_tdb_module_loop_2\";s:0:\"\";s:34:\"tds_category_tdb_module_cat_grid_1\";s:0:\"\";s:34:\"tds_category_tdb_module_cat_grid_2\";s:0:\"\";s:34:\"tds_category_tdb_module_cat_grid_3\";s:0:\"\";s:40:\"tds_category_tdb_module_cat_grid_1_empty\";s:0:\"\";s:40:\"tds_category_tdb_module_cat_grid_2_empty\";s:0:\"\";s:40:\"tds_category_tdb_module_cat_grid_3_empty\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:30:\"td_module_flex_3_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_3_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_4_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_4_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_5_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_5_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_6_title_excerpt\";s:0:\"\";s:30:\"td_module_flex_7_title_excerpt\";s:0:\"\";s:30:\"td_module_flex_8_title_excerpt\";s:0:\"\";s:34:\"td_module_flex_empty_title_excerpt\";s:0:\"\";s:27:\"tdb_module_mm_title_excerpt\";s:0:\"\";s:29:\"tdb_module_mm_content_excerpt\";s:0:\"\";s:31:\"tdb_module_search_title_excerpt\";s:0:\"\";s:33:\"tdb_module_search_content_excerpt\";s:0:\"\";s:32:\"tdb_module_related_title_excerpt\";s:0:\"\";s:34:\"tdb_module_related_content_excerpt\";s:0:\"\";s:39:\"tdb_module_related_sample_title_excerpt\";s:0:\"\";s:41:\"tdb_module_related_sample_content_excerpt\";s:0:\"\";s:29:\"tdb_module_loop_title_excerpt\";s:0:\"\";s:31:\"tdb_module_loop_content_excerpt\";s:0:\"\";s:31:\"tdb_module_loop_2_title_excerpt\";s:0:\"\";s:33:\"tdb_module_loop_2_content_excerpt\";s:0:\"\";s:35:\"tdb_module_cat_grid_1_title_excerpt\";s:0:\"\";s:35:\"tdb_module_cat_grid_2_title_excerpt\";s:0:\"\";s:35:\"tdb_module_cat_grid_3_title_excerpt\";s:0:\"\";s:41:\"tdb_module_cat_grid_1_empty_title_excerpt\";s:0:\"\";s:41:\"tdb_module_cat_grid_2_empty_title_excerpt\";s:0:\"\";s:41:\"tdb_module_cat_grid_3_empty_title_excerpt\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:6:\"td_ads\";a:13:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"content_bottom\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:12:\"post_style_1\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:13:\"post_style_11\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:6:\"header\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:11:\"content_top\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}s:14:\"content_inline\";a:9:{s:7:\"ad_code\";s:0:\"\";s:9:\"disable_m\";s:0:\"\";s:6:\"m_size\";s:0:\"\";s:10:\"disable_tl\";s:0:\"\";s:7:\"tl_size\";s:0:\"\";s:10:\"disable_tp\";s:0:\"\";s:7:\"tp_size\";s:0:\"\";s:9:\"disable_p\";s:0:\"\";s:6:\"p_size\";s:0:\"\";}}s:14:\"tds_menu_color\";s:0:\"\";s:23:\"tds_submenu_hover_color\";s:11:\"transparent\";s:19:\"tds_menu_text_color\";s:0:\"\";s:21:\"tds_sticky_menu_color\";s:0:\"\";s:30:\"tds_sticky_submenu_hover_color\";s:0:\"\";s:26:\"tds_sticky_menu_text_color\";s:0:\"\";s:27:\"tds_menu_social_icons_color\";s:0:\"\";s:33:\"tds_menu_social_icons_hover_color\";s:0:\"\";s:23:\"tds_sub_menu_background\";s:7:\"#f6f6f6\";s:23:\"tds_sub_menu_text_color\";s:0:\"\";s:29:\"tds_sub_menu_hover_background\";s:7:\"#0082c2\";s:24:\"tds_sub_menu_hover_color\";s:7:\"#ffffff\";s:24:\"tds_mega_menu_background\";s:0:\"\";s:19:\"tds_mega_menu_color\";s:0:\"\";s:24:\"tds_mega_menu_next_color\";s:7:\"#f6f6f6\";s:26:\"tds_mega_menu_accent_color\";s:7:\"#0082c2\";s:38:\"tds_mega_menu_subcategories_background\";s:0:\"\";s:32:\"tds_mega_menu_subcategories_text\";s:0:\"\";s:34:\"tds_mega_menu_subcategories_border\";s:0:\"\";s:18:\"tds_top_menu_color\";s:0:\"\";s:23:\"tds_top_menu_text_color\";s:0:\"\";s:29:\"tds_top_menu_text_hover_color\";s:0:\"\";s:26:\"tds_top_social_icons_color\";s:0:\"\";s:32:\"tds_top_social_icons_hover_color\";s:0:\"\";s:20:\"tds_post_title_color\";s:0:\"\";s:26:\"tds_post_author_name_color\";s:0:\"\";s:22:\"tds_post_content_color\";s:0:\"\";s:16:\"tds_post_h_color\";s:7:\"#0082c2\";s:25:\"tds_post_blockquote_color\";s:0:\"\";s:20:\"tds_page_title_color\";s:0:\"\";s:22:\"tds_page_content_color\";s:0:\"\";s:16:\"tds_page_h_color\";s:0:\"\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:11:\"tdc_savings\";a:3:{s:12:\"recentColors\";a:7:{i:0;s:12:\"IiNjNmM2YzYi\";i:1;s:12:\"IiNkMGQwZDAi\";i:2;s:12:\"IiMwMDAwMDAi\";i:3;s:12:\"IiMzYzNjM2Ii\";i:4;s:12:\"IiNmNGY0ZjQi\";i:5;s:12:\"IiNmZmZmZmYi\";i:6;s:12:\"IiMwMDgyYzIi\";}s:11:\"recentFonts\";a:5:{i:0;s:3:\"432\";i:1;s:3:\"395\";i:2;s:3:\"396\";i:3;s:3:\"438\";i:4;s:3:\"394\";}s:15:\"vc_single_image\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"Magazine page element\";s:9:\"shortcode\";s:672:\"W3ZjX3NpbmdsZV9pbWFnZSBtZWRpYV9zaXplX2ltYWdlX2hlaWdodD0iMzAwIiBtZWRpYV9zaXplX2ltYWdlX3dpZHRoPSIyMTYiIHNpemU9IjEwMCUgYXV0byIgc3R5bGU9IiIgaGVpZ2h0PSJleUpoYkd3aU9pSTNOakFpTENKd2FHOXVaU0k2SWpVMU1DSjkiIHRkY19jc3M9ImV5SmhiR3dpT25zaWJXRnlaMmx1TFhSdmNDSTZJakFpTENKdFlYSm5hVzR0WW05MGRHOXRJam9pTUNJc0ltMWhjbWRwYmkxc1pXWjBJam9pTFRJd0lpd2ljR0ZrWkdsdVp5MTBiM0FpT2lJd0lpd2ljR0ZrWkdsdVp5MWliM1IwYjIwaU9pSXdJaXdpWkdsemNHeGhlU0k2SWlKOUxDSndhRzl1WlNJNmV5SnRZWEpuYVc0dGJHVm1kQ0k2SWkweE1DSXNJbkJoWkdScGJtY3RkRzl3SWpvaU1qVWlMQ0prYVhOd2JHRjVJam9pSW4wc0luQm9iMjVsWDIxaGVGOTNhV1IwYUNJNk56WTNmUT09IiBvcGVuX2luX25ld193aW5kb3c9InllcyIgaW1hZ2VfdXJsPSIvbGF0ZXN0ZGlnaXRhbGlzc3VlLyIgaW1hZ2U9IjQ4ODEiXQ==\";}}}s:26:\"tds_live_search_background\";s:0:\"\";s:28:\"tds_live_search_border_color\";s:0:\"\";s:26:\"tds_live_search_text_color\";s:0:\"\";s:26:\"tds_live_search_date_color\";s:0:\"\";s:33:\"tds_live_search_button_background\";s:0:\"\";s:33:\"tds_live_search_button_text_color\";s:0:\"\";s:28:\"tds_live_search_accent_color\";s:0:\"\";s:16:\"category_options\";a:2:{i:2;a:2:{s:13:\"tdc_bg_repeat\";s:7:\"stretch\";s:15:\"tdc_sidebar_pos\";s:10:\"no_sidebar\";}i:1;a:1:{s:9:\"tdc_color\";s:7:\"#f6f6f6\";}}s:21:\"tds_thumb_placeholder\";s:0:\"\";s:14:\"dGRfMDExXw==tp\";i:1556877860;s:12:\"dGRfMDExXw==\";s:1:\"1\";s:24:\"tds_content_bottom_title\";s:0:\"\";s:22:\"tds_post_style_1_title\";s:0:\"\";s:23:\"tds_post_style_11_title\";s:0:\"\";s:21:\"tds_content_top_title\";s:0:\"\";s:24:\"tds_content_inline_title\";s:0:\"\";s:23:\"tds_inline_ad_paragraph\";s:0:\"\";s:19:\"tds_inline_ad_align\";s:0:\"\";}','yes'),(1740523,'widget_bunyad_twitter-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740524,'widget_bunyad-social-count-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740528,'widget_td_block_1_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740529,'widget_td_block_2_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740530,'widget_td_block_3_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740531,'widget_td_block_4_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740532,'widget_td_block_5_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740533,'widget_td_block_6_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740534,'widget_td_block_7_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740535,'widget_td_block_8_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740536,'widget_td_block_9_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740537,'widget_td_block_10_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740538,'widget_td_block_11_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740539,'widget_td_block_12_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740540,'widget_td_block_13_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740541,'widget_td_block_14_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740542,'widget_td_block_15_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740543,'widget_td_block_16_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740544,'widget_td_block_17_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740545,'widget_td_block_18_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740546,'widget_td_block_19_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740547,'widget_td_block_20_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740548,'widget_td_block_21_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740549,'widget_td_block_22_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740550,'widget_td_block_23_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740551,'widget_td_block_24_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740552,'widget_td_block_25_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740553,'widget_td_block_ad_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740554,'widget_td_block_authors_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740555,'widget_td_block_author_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740556,'widget_td_block_popular_categories_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740557,'widget_td_block_slide_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740558,'widget_td_block_text_with_title_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740559,'widget_td_block_weather_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740560,'widget_td_block_exchange_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740561,'widget_td_block_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740562,'widget_td_block_pinterest_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740563,'widget_td_block_image_box_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740568,'widget_td_block_social_counter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1740577,'vc_version','5.7','yes'),(1740578,'wpb_js_composer_license_activation_notified','yes','yes'),(1740583,'td_live_css_local_storage','a:3:{i:0;s:0:\"\";s:3:\"css\";s:72:\".footernews input[type=submit] {\r\n  background: #0082c2 !important;\r\n}\r\n\";s:4:\"less\";s:72:\".footernews input[type=submit] {\r\n    background: #0082c2 !important;\r\n}\";}','yes'),(1740586,'Newspaper_demo_history','a:8:{s:13:\"page_on_front\";s:1:\"8\";s:13:\"show_on_front\";s:4:\"page\";s:18:\"nav_menu_locations\";a:5:{s:11:\"header-menu\";s:1:\"7\";s:8:\"top-menu\";s:0:\"\";s:11:\"footer-menu\";s:0:\"\";s:18:\"header-menu-mobile\";s:0:\"\";s:18:\"footer-menu-mobile\";s:0:\"\";}s:16:\"sidebars_widgets\";a:6:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"media_image-3\";i:1;s:13:\"media_image-4\";i:2;s:15:\"media_gallery-3\";i:3;s:6:\"text-2\";}s:10:\"td-default\";a:0:{}s:11:\"td-footer-1\";a:0:{}s:11:\"td-footer-2\";a:0:{}s:11:\"td-footer-3\";a:0:{}s:13:\"array_version\";i:3;}s:12:\"used_widgets\";a:3:{s:11:\"media_image\";a:3:{s:12:\"_multiwidget\";i:1;i:3;a:17:{s:13:\"attachment_id\";i:2496;s:3:\"url\";s:86:\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/RBTL-BAN-728-x-90-300x37.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:728;s:6:\"height\";i:90;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:63:\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\";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:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"40\";s:5:\"state\";s:2:\"ok\";}}i:4;a:17:{s:13:\"attachment_id\";i:2496;s:3:\"url\";s:86:\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/RBTL-BAN-728-x-90-300x37.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"custom\";s:5:\"width\";i:622;s:6:\"height\";i:77;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:63:\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\";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:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"40\";s:5:\"state\";s:2:\"ok\";}}}s:13:\"media_gallery\";a:2:{s:12:\"_multiwidget\";i:1;i:3;a:9:{s:5:\"title\";s:0:\"\";s:3:\"ids\";a:1:{i:0;i:2496;}s:7:\"columns\";i:1;s:4:\"size\";s:6:\"medium\";s:9:\"link_type\";s:4:\"none\";s:14:\"orderby_random\";b:0;s:4:\"type\";s:7:\"default\";s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:17:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:2:\"34\";s:5:\"state\";s:2:\"ok\";}}}s:4:\"text\";a:2:{i:2;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"[social]\r\n	[social_icon link=\"https://twitter.com/ontradeprogress\" title=\"Twitter\" type=\"twitter\" /]\r\n        [social_icon link=\"https://www.instagram.com/progressontrade/\" title=\"Instagram\" type=\"instagram\" /]\r\n[/social]\";s:6:\"filter\";b:0;s:14:\"csb_visibility\";a:3:{s:6:\"action\";s:4:\"show\";s:10:\"conditions\";a:19:{s:5:\"guest\";a:0:{}s:4:\"date\";a:0:{}s:5:\"roles\";a:0:{}s:9:\"pagetypes\";a:0:{}s:9:\"posttypes\";a:0:{}s:10:\"membership\";a:0:{}s:11:\"membership2\";a:0:{}s:7:\"prosite\";a:0:{}s:7:\"pt-post\";a:0:{}s:7:\"pt-page\";a:0:{}s:14:\"pt-bwg_gallery\";a:0:{}s:12:\"pt-bwg_album\";a:0:{}s:10:\"pt-bwg_tag\";a:0:{}s:15:\"pt-popupbuilder\";a:0:{}s:12:\"tax-category\";a:0:{}s:12:\"tax-post_tag\";a:0:{}s:15:\"tax-post_format\";a:0:{}s:11:\"tax-bwg_tag\";a:0:{}s:20:\"tax-popup-categories\";a:0:{}}s:6:\"always\";b:1;}s:9:\"csb_clone\";a:2:{s:5:\"group\";s:1:\"1\";s:5:\"state\";s:2:\"ok\";}s:6:\"visual\";b:0;}s:12:\"_multiwidget\";i:1;}}s:13:\"theme_options\";a:434:{s:12:\"firstInstall\";s:14:\"themeInstalled\";s:13:\"td_log_status\";s:3:\"off\";s:28:\"td_timestamp_install_plugins\";s:9:\"installed\";s:23:\"td_social_drag_and_drop\";a:16:{s:8:\"facebook\";b:1;s:7:\"twitter\";b:1;s:10:\"googleplus\";b:1;s:9:\"pinterest\";b:1;s:8:\"whatsapp\";b:1;s:8:\"linkedin\";b:0;s:6:\"reddit\";b:0;s:4:\"mail\";b:0;s:5:\"print\";b:0;s:6:\"tumblr\";b:0;s:8:\"telegram\";b:0;s:11:\"stumbleupon\";b:0;s:2:\"vk\";b:0;s:4:\"digg\";b:0;s:4:\"line\";b:0;s:5:\"viber\";b:0;}s:10:\"td_version\";s:5:\"9.7.1\";s:14:\"dGRfMDExXw==tp\";i:1556022476;s:12:\"dGRfMDExXw==\";s:1:\"1\";s:9:\"td_011_tp\";i:1556022479;s:7:\"td_011_\";s:1:\"1\";s:19:\"tdb_header_template\";s:0:\"\";s:16:\"tds_header_style\";s:0:\"\";s:20:\"tds_search_placement\";s:0:\"\";s:11:\"tds_top_bar\";s:0:\"\";s:20:\"tds_top_bar_template\";s:0:\"\";s:12:\"tds_top_menu\";s:0:\"\";s:23:\"td_social_networks_show\";s:0:\"\";s:24:\"tds_login_sign_in_widget\";s:0:\"\";s:17:\"tds_data_top_menu\";s:0:\"\";s:20:\"tds_data_time_format\";s:0:\"\";s:11:\"tds_data_js\";s:0:\"\";s:20:\"tds_weather_top_menu\";s:0:\"\";s:24:\"tds_weather_key_top_menu\";s:0:\"\";s:29:\"tds_weather_location_top_menu\";s:0:\"\";s:26:\"tds_weather_units_top_menu\";s:0:\"\";s:29:\"tds_mega_menu_ajax_preloading\";s:0:\"\";s:13:\"tds_snap_menu\";s:0:\"\";s:18:\"tds_logo_on_sticky\";s:0:\"\";s:28:\"td_social_networks_menu_show\";s:0:\"\";s:15:\"tds_logo_upload\";s:0:\"\";s:17:\"tds_logo_upload_r\";s:0:\"\";s:18:\"tds_favicon_upload\";s:0:\"\";s:12:\"tds_logo_alt\";s:0:\"\";s:14:\"tds_logo_title\";s:0:\"\";s:13:\"tds_logo_text\";s:0:\"\";s:16:\"tds_tagline_text\";s:0:\"\";s:20:\"tds_logo_menu_upload\";s:0:\"\";s:22:\"tds_logo_menu_upload_r\";s:0:\"\";s:27:\"tds_header_background_image\";s:0:\"\";s:28:\"tds_header_background_repeat\";s:0:\"\";s:26:\"tds_header_background_size\";s:0:\"\";s:30:\"tds_header_background_position\";s:0:\"\";s:29:\"tds_header_background_opacity\";s:0:\"\";s:15:\"tds_ios_icon_76\";s:0:\"\";s:16:\"tds_ios_icon_114\";s:0:\"\";s:16:\"tds_ios_icon_120\";s:0:\"\";s:16:\"tds_ios_icon_144\";s:0:\"\";s:16:\"tds_ios_icon_152\";s:0:\"\";s:10:\"tds_footer\";s:0:\"\";s:19:\"tds_footer_template\";s:20:\"td_footer_template_7\";s:15:\"tds_footer_page\";s:0:\"\";s:20:\"tds_footer_instagram\";s:0:\"\";s:23:\"tds_footer_instagram_id\";s:0:\"\";s:41:\"tds_footer_instagram_on_row_images_number\";s:0:\"\";s:32:\"tds_footer_instagram_rows_number\";s:0:\"\";s:30:\"tds_footer_instagram_image_gap\";s:0:\"\";s:22:\"tds_footer_logo_upload\";s:0:\"\";s:29:\"tds_footer_retina_logo_upload\";s:0:\"\";s:19:\"tds_footer_logo_alt\";s:0:\"\";s:21:\"tds_footer_logo_title\";s:0:\"\";s:15:\"tds_footer_text\";s:0:\"\";s:16:\"tds_footer_email\";s:0:\"\";s:17:\"tds_footer_social\";s:0:\"\";s:27:\"tds_footer_background_image\";s:0:\"\";s:28:\"tds_footer_background_repeat\";s:0:\"\";s:26:\"tds_footer_background_size\";s:0:\"\";s:30:\"tds_footer_background_position\";s:0:\"\";s:29:\"tds_footer_background_opacity\";s:0:\"\";s:14:\"tds_sub_footer\";s:0:\"\";s:23:\"tds_sub_footer_template\";s:0:\"\";s:20:\"tds_footer_copyright\";s:0:\"\";s:22:\"tds_footer_copy_symbol\";s:0:\"\";s:24:\"tds_background_click_url\";s:0:\"\";s:27:\"tds_background_click_target\";s:0:\"\";s:17:\"tds_smart_sidebar\";s:0:\"\";s:20:\"tds_breadcrumbs_show\";s:0:\"\";s:25:\"tds_breadcrumbs_show_home\";s:0:\"\";s:27:\"tds_breadcrumbs_show_parent\";s:0:\"\";s:28:\"tds_breadcrumbs_show_article\";s:0:\"\";s:19:\"tds_animation_stack\";s:0:\"\";s:26:\"tds_animation_stack_effect\";s:0:\"\";s:15:\"td_full_top_bar\";s:0:\"\";s:14:\"td_full_header\";s:0:\"\";s:12:\"td_full_menu\";s:0:\"\";s:25:\"td_full_header_background\";s:0:\"\";s:24:\"td_full_footer_instagram\";s:0:\"\";s:14:\"td_full_footer\";s:0:\"\";s:19:\"tds_404_page_layout\";s:0:\"\";s:23:\"tds_archive_page_layout\";s:0:\"\";s:23:\"tds_archive_sidebar_pos\";s:0:\"\";s:19:\"tds_archive_sidebar\";s:0:\"\";s:26:\"tds_attachment_sidebar_pos\";s:0:\"\";s:22:\"tds_attachment_sidebar\";s:0:\"\";s:22:\"tds_author_page_layout\";s:0:\"\";s:22:\"tds_author_sidebar_pos\";s:0:\"\";s:18:\"tds_author_sidebar\";s:0:\"\";s:20:\"tds_home_page_layout\";s:0:\"\";s:20:\"tds_home_sidebar_pos\";s:0:\"\";s:16:\"tds_home_sidebar\";s:0:\"\";s:20:\"tds_page_sidebar_pos\";s:0:\"\";s:16:\"tds_page_sidebar\";s:0:\"\";s:26:\"tds_disable_comments_pages\";s:0:\"\";s:22:\"tds_search_page_layout\";s:0:\"\";s:22:\"tds_search_sidebar_pos\";s:0:\"\";s:18:\"tds_search_sidebar\";s:0:\"\";s:19:\"tds_tag_page_layout\";s:0:\"\";s:19:\"tds_tag_sidebar_pos\";s:0:\"\";s:15:\"tds_tag_sidebar\";s:0:\"\";s:19:\"tds_woo_sidebar_pos\";s:0:\"\";s:15:\"tds_woo_sidebar\";s:0:\"\";s:26:\"tds_woo_single_sidebar_pos\";s:0:\"\";s:22:\"tds_woo_single_sidebar\";s:0:\"\";s:23:\"tds_bbpress_sidebar_pos\";s:0:\"\";s:19:\"tds_bbpress_sidebar\";s:0:\"\";s:36:\"tds_taxonomy_post_format_page_layout\";s:0:\"\";s:36:\"tds_taxonomy_post_format_sidebar_pos\";s:0:\"\";s:32:\"tds_taxonomy_post_format_sidebar\";s:0:\"\";s:21:\"tdb_category_template\";s:0:\"\";s:21:\"tds_category_template\";s:0:\"\";s:22:\"tds_category_pull_down\";s:0:\"\";s:28:\"tds_category_top_posts_style\";s:0:\"\";s:26:\"tds_category_td_grid_style\";s:15:\"td-grid-style-1\";s:24:\"tds_category_page_layout\";s:0:\"\";s:29:\"tds_category_pagination_style\";s:0:\"\";s:24:\"tds_category_sidebar_pos\";s:0:\"\";s:20:\"tds_category_sidebar\";s:0:\"\";s:21:\"tds_p_categories_tags\";s:0:\"\";s:28:\"tds_default_category_display\";s:0:\"\";s:22:\"tds_p_show_author_name\";s:0:\"\";s:15:\"tds_p_show_date\";s:0:\"\";s:16:\"tds_p_show_views\";s:0:\"\";s:19:\"tds_p_show_comments\";s:0:\"\";s:13:\"tds_show_tags\";s:0:\"\";s:19:\"tds_show_author_box\";s:0:\"\";s:18:\"tds_show_next_prev\";s:0:\"\";s:29:\"tds_disable_comments_sidewide\";s:0:\"\";s:23:\"tds_general_modal_image\";s:0:\"\";s:29:\"td_default_site_post_template\";s:0:\"\";s:23:\"tds_show_featured_image\";s:0:\"\";s:35:\"tds_hide_featured_image_placeholder\";s:0:\"\";s:31:\"tds_featured_image_view_setting\";s:0:\"\";s:20:\"tds_similar_articles\";s:0:\"\";s:25:\"tds_similar_articles_type\";s:0:\"\";s:25:\"tds_similar_articles_rows\";s:0:\"\";s:19:\"tds_top_social_show\";s:0:\"\";s:17:\"tds_top_like_show\";s:0:\"\";s:28:\"tds_top_like_share_text_show\";s:0:\"\";s:28:\"tds_social_sharing_top_style\";s:0:\"\";s:22:\"tds_bottom_social_show\";s:0:\"\";s:20:\"tds_bottom_like_show\";s:0:\"\";s:31:\"tds_bottom_like_share_text_show\";s:0:\"\";s:31:\"tds_social_sharing_bottom_style\";s:0:\"\";s:20:\"tds_tweeter_username\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_enable\";s:0:\"\";s:49:\"tds_more_articles_on_post_pages_distance_from_top\";s:0:\"\";s:39:\"tds_more_articles_on_post_pages_display\";s:0:\"\";s:46:\"tds_more_articles_on_post_pages_display_module\";s:0:\"\";s:38:\"tds_more_articles_on_post_pages_number\";s:0:\"\";s:44:\"tds_more_articles_on_post_pages_time_to_wait\";s:0:\"\";s:24:\"tds_ajax_post_view_count\";s:0:\"\";s:25:\"tds_global_block_template\";s:0:\"\";s:21:\"tds_category_module_1\";s:0:\"\";s:22:\"tds_category_module_15\";s:0:\"\";s:22:\"tds_category_module_16\";s:0:\"\";s:23:\"tds_category_module_mx2\";s:0:\"\";s:21:\"tds_category_module_2\";s:0:\"\";s:21:\"tds_category_module_3\";s:0:\"\";s:21:\"tds_category_module_4\";s:0:\"\";s:21:\"tds_category_module_5\";s:0:\"\";s:21:\"tds_category_module_6\";s:0:\"\";s:21:\"tds_category_module_7\";s:0:\"\";s:21:\"tds_category_module_8\";s:0:\"\";s:21:\"tds_category_module_9\";s:0:\"\";s:22:\"tds_category_module_10\";s:0:\"\";s:22:\"tds_category_module_11\";s:0:\"\";s:22:\"tds_category_module_12\";s:0:\"\";s:22:\"tds_category_module_13\";s:0:\"\";s:22:\"tds_category_module_14\";s:0:\"\";s:22:\"tds_category_module_17\";s:0:\"\";s:22:\"tds_category_module_18\";s:0:\"\";s:22:\"tds_category_module_19\";s:0:\"\";s:23:\"tds_category_module_mx1\";s:0:\"\";s:23:\"tds_category_module_mx3\";s:0:\"\";s:23:\"tds_category_module_mx4\";s:0:\"\";s:23:\"tds_category_module_mx5\";s:0:\"\";s:23:\"tds_category_module_mx6\";s:0:\"\";s:23:\"tds_category_module_mx7\";s:0:\"\";s:23:\"tds_category_module_mx8\";s:0:\"\";s:23:\"tds_category_module_mx9\";s:0:\"\";s:24:\"tds_category_module_mx10\";s:0:\"\";s:24:\"tds_category_module_mx11\";s:0:\"\";s:24:\"tds_category_module_mx12\";s:0:\"\";s:24:\"tds_category_module_mx13\";s:0:\"\";s:24:\"tds_category_module_mx14\";s:0:\"\";s:24:\"tds_category_module_mx15\";s:0:\"\";s:24:\"tds_category_module_mx16\";s:0:\"\";s:24:\"tds_category_module_mx17\";s:0:\"\";s:24:\"tds_category_module_mx18\";s:0:\"\";s:24:\"tds_category_module_mx19\";s:0:\"\";s:24:\"tds_category_module_mx20\";s:0:\"\";s:24:\"tds_category_module_mx21\";s:0:\"\";s:24:\"tds_category_module_mx22\";s:0:\"\";s:24:\"tds_category_module_mx23\";s:0:\"\";s:24:\"tds_category_module_mx24\";s:0:\"\";s:24:\"tds_category_module_mx25\";s:0:\"\";s:24:\"tds_category_module_mx26\";s:0:\"\";s:33:\"tds_category_module_related_posts\";s:0:\"\";s:25:\"tds_category_module_slide\";s:0:\"\";s:29:\"tds_category_module_mega_menu\";s:0:\"\";s:26:\"tds_category_module_flex_1\";s:0:\"\";s:26:\"tds_category_module_flex_2\";s:0:\"\";s:26:\"tds_category_module_flex_3\";s:0:\"\";s:26:\"tds_category_module_flex_4\";s:0:\"\";s:26:\"tds_category_module_flex_5\";s:0:\"\";s:26:\"tds_category_module_flex_6\";s:0:\"\";s:26:\"tds_category_module_flex_7\";s:0:\"\";s:26:\"tds_category_module_flex_8\";s:0:\"\";s:30:\"tds_category_module_flex_empty\";s:0:\"\";s:26:\"tds_category_tdb_module_mm\";s:0:\"\";s:30:\"tds_category_tdb_module_search\";s:0:\"\";s:31:\"tds_category_tdb_module_related\";s:0:\"\";s:38:\"tds_category_tdb_module_related_sample\";s:0:\"\";s:28:\"tds_category_tdb_module_loop\";s:0:\"\";s:30:\"tds_category_tdb_module_loop_2\";s:0:\"\";s:34:\"tds_category_tdb_module_cat_grid_1\";s:0:\"\";s:34:\"tds_category_tdb_module_cat_grid_2\";s:0:\"\";s:34:\"tds_category_tdb_module_cat_grid_3\";s:0:\"\";s:40:\"tds_category_tdb_module_cat_grid_1_empty\";s:0:\"\";s:40:\"tds_category_tdb_module_cat_grid_2_empty\";s:0:\"\";s:40:\"tds_category_tdb_module_cat_grid_3_empty\";s:0:\"\";s:22:\"tds_m_show_author_name\";s:0:\"\";s:15:\"tds_m_show_date\";s:0:\"\";s:24:\"tds_m_show_modified_date\";s:0:\"\";s:19:\"tds_m_show_comments\";s:0:\"\";s:17:\"tds_m_show_review\";s:0:\"\";s:25:\"tds_p_enable_7_days_count\";s:0:\"\";s:25:\"tds_site_background_image\";s:0:\"\";s:26:\"tds_site_background_repeat\";s:0:\"\";s:30:\"tds_site_background_position_x\";s:0:\"\";s:30:\"tds_site_background_attachment\";s:0:\"\";s:22:\"tds_stretch_background\";s:0:\"\";s:27:\"tds_mobile_background_image\";s:0:\"\";s:28:\"tds_mobile_background_repeat\";s:0:\"\";s:26:\"tds_mobile_background_size\";s:0:\"\";s:30:\"tds_mobile_background_position\";s:0:\"\";s:26:\"tds_login_background_image\";s:0:\"\";s:27:\"tds_login_background_repeat\";s:0:\"\";s:25:\"tds_login_background_size\";s:0:\"\";s:29:\"tds_login_background_position\";s:0:\"\";s:17:\"tds_excerpts_type\";s:0:\"\";s:25:\"td_module_1_title_excerpt\";s:0:\"\";s:26:\"td_module_16_title_excerpt\";s:0:\"\";s:28:\"td_module_16_content_excerpt\";s:0:\"\";s:27:\"td_module_mx2_title_excerpt\";s:0:\"\";s:25:\"td_module_2_title_excerpt\";s:0:\"\";s:27:\"td_module_2_content_excerpt\";s:0:\"\";s:25:\"td_module_3_title_excerpt\";s:0:\"\";s:25:\"td_module_4_title_excerpt\";s:0:\"\";s:27:\"td_module_4_content_excerpt\";s:0:\"\";s:25:\"td_module_5_title_excerpt\";s:0:\"\";s:27:\"td_module_5_content_excerpt\";s:0:\"\";s:25:\"td_module_6_title_excerpt\";s:0:\"\";s:25:\"td_module_7_title_excerpt\";s:0:\"\";s:25:\"td_module_8_title_excerpt\";s:0:\"\";s:25:\"td_module_9_title_excerpt\";s:0:\"\";s:26:\"td_module_10_title_excerpt\";s:0:\"\";s:28:\"td_module_10_content_excerpt\";s:0:\"\";s:26:\"td_module_11_title_excerpt\";s:0:\"\";s:28:\"td_module_11_content_excerpt\";s:0:\"\";s:26:\"td_module_12_title_excerpt\";s:0:\"\";s:28:\"td_module_12_content_excerpt\";s:0:\"\";s:26:\"td_module_13_title_excerpt\";s:0:\"\";s:26:\"td_module_14_title_excerpt\";s:0:\"\";s:28:\"td_module_14_content_excerpt\";s:0:\"\";s:26:\"td_module_17_title_excerpt\";s:0:\"\";s:28:\"td_module_17_content_excerpt\";s:0:\"\";s:26:\"td_module_18_title_excerpt\";s:0:\"\";s:28:\"td_module_18_content_excerpt\";s:0:\"\";s:26:\"td_module_19_title_excerpt\";s:0:\"\";s:28:\"td_module_19_content_excerpt\";s:0:\"\";s:27:\"td_module_mx1_title_excerpt\";s:0:\"\";s:27:\"td_module_mx3_title_excerpt\";s:0:\"\";s:27:\"td_module_mx4_title_excerpt\";s:0:\"\";s:27:\"td_module_mx5_title_excerpt\";s:0:\"\";s:27:\"td_module_mx6_title_excerpt\";s:0:\"\";s:27:\"td_module_mx7_title_excerpt\";s:0:\"\";s:29:\"td_module_mx7_content_excerpt\";s:0:\"\";s:27:\"td_module_mx8_title_excerpt\";s:0:\"\";s:27:\"td_module_mx9_title_excerpt\";s:0:\"\";s:28:\"td_module_mx10_title_excerpt\";s:0:\"\";s:28:\"td_module_mx11_title_excerpt\";s:0:\"\";s:28:\"td_module_mx12_title_excerpt\";s:0:\"\";s:28:\"td_module_mx13_title_excerpt\";s:0:\"\";s:28:\"td_module_mx14_title_excerpt\";s:0:\"\";s:28:\"td_module_mx15_title_excerpt\";s:0:\"\";s:28:\"td_module_mx16_title_excerpt\";s:0:\"\";s:30:\"td_module_mx16_content_excerpt\";s:0:\"\";s:28:\"td_module_mx17_title_excerpt\";s:0:\"\";s:28:\"td_module_mx18_title_excerpt\";s:0:\"\";s:28:\"td_module_mx19_title_excerpt\";s:0:\"\";s:28:\"td_module_mx20_title_excerpt\";s:0:\"\";s:28:\"td_module_mx21_title_excerpt\";s:0:\"\";s:28:\"td_module_mx22_title_excerpt\";s:0:\"\";s:28:\"td_module_mx23_title_excerpt\";s:0:\"\";s:28:\"td_module_mx24_title_excerpt\";s:0:\"\";s:28:\"td_module_mx25_title_excerpt\";s:0:\"\";s:28:\"td_module_mx26_title_excerpt\";s:0:\"\";s:37:\"td_module_related_posts_title_excerpt\";s:0:\"\";s:29:\"td_module_slide_title_excerpt\";s:0:\"\";s:36:\"td_module_trending_now_title_excerpt\";s:0:\"\";s:33:\"td_module_mega_menu_title_excerpt\";s:0:\"\";s:30:\"td_module_flex_1_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_1_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_2_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_2_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_3_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_3_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_4_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_4_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_5_title_excerpt\";s:0:\"\";s:32:\"td_module_flex_5_content_excerpt\";s:0:\"\";s:30:\"td_module_flex_6_title_excerpt\";s:0:\"\";s:30:\"td_module_flex_7_title_excerpt\";s:0:\"\";s:30:\"td_module_flex_8_title_excerpt\";s:0:\"\";s:34:\"td_module_flex_empty_title_excerpt\";s:0:\"\";s:27:\"tdb_module_mm_title_excerpt\";s:0:\"\";s:29:\"tdb_module_mm_content_excerpt\";s:0:\"\";s:31:\"tdb_module_search_title_excerpt\";s:0:\"\";s:33:\"tdb_module_search_content_excerpt\";s:0:\"\";s:32:\"tdb_module_related_title_excerpt\";s:0:\"\";s:34:\"tdb_module_related_content_excerpt\";s:0:\"\";s:39:\"tdb_module_related_sample_title_excerpt\";s:0:\"\";s:41:\"tdb_module_related_sample_content_excerpt\";s:0:\"\";s:29:\"tdb_module_loop_title_excerpt\";s:0:\"\";s:31:\"tdb_module_loop_content_excerpt\";s:0:\"\";s:31:\"tdb_module_loop_2_title_excerpt\";s:0:\"\";s:33:\"tdb_module_loop_2_content_excerpt\";s:0:\"\";s:35:\"tdb_module_cat_grid_1_title_excerpt\";s:0:\"\";s:35:\"tdb_module_cat_grid_2_title_excerpt\";s:0:\"\";s:35:\"tdb_module_cat_grid_3_title_excerpt\";s:0:\"\";s:41:\"tdb_module_cat_grid_1_empty_title_excerpt\";s:0:\"\";s:41:\"tdb_module_cat_grid_2_empty_title_excerpt\";s:0:\"\";s:41:\"tdb_module_cat_grid_3_empty_title_excerpt\";s:0:\"\";s:12:\"tds_language\";s:0:\"\";s:21:\"tds_header_wrap_color\";s:0:\"\";s:19:\"tds_text_logo_color\";s:0:\"\";s:27:\"tds_text_logo_tagline_color\";s:0:\"\";s:16:\"tds_footer_color\";s:0:\"\";s:21:\"tds_footer_text_color\";s:0:\"\";s:28:\"tds_footer_widget_text_color\";s:0:\"\";s:29:\"tds_footer_social_icons_color\";s:0:\"\";s:35:\"tds_footer_social_icons_hover_color\";s:0:\"\";s:23:\"tds_footer_bottom_color\";s:0:\"\";s:28:\"tds_footer_bottom_text_color\";s:0:\"\";s:29:\"tds_footer_bottom_hover_color\";s:0:\"\";s:18:\"g_use_google_fonts\";s:0:\"\";s:14:\"tds_custom_css\";s:0:\"\";s:26:\"tds_responsive_css_desktop\";s:0:\"\";s:33:\"tds_responsive_css_ipad_landscape\";s:0:\"\";s:32:\"tds_responsive_css_ipad_portrait\";s:0:\"\";s:24:\"tds_responsive_css_phone\";s:0:\"\";s:15:\"td_body_classes\";s:0:\"\";s:21:\"tds_custom_javascript\";s:0:\"\";s:15:\"tds_custom_html\";s:0:\"\";s:12:\"td_analytics\";s:0:\"\";s:14:\"td_footer_code\";s:0:\"\";s:12:\"tds_rel_type\";s:0:\"\";s:7:\"tdm_amp\";s:0:\"\";s:16:\"tds_login_mobile\";s:0:\"\";s:19:\"tds_theme_color_mob\";s:0:\"\";s:23:\"tds_menu_background_mob\";s:0:\"\";s:23:\"tds_menu_icon_color_mob\";s:0:\"\";s:25:\"tds_menu_gradient_one_mob\";s:0:\"\";s:25:\"tds_menu_gradient_two_mob\";s:0:\"\";s:23:\"tds_menu_text_color_mob\";s:0:\"\";s:30:\"tds_menu_text_active_color_mob\";s:0:\"\";s:30:\"tds_menu_button_background_mob\";s:0:\"\";s:25:\"tds_menu_button_color_mob\";s:0:\"\";s:25:\"tds_footer_background_mob\";s:0:\"\";s:25:\"tds_footer_text_color_mob\";s:0:\"\";s:29:\"tds_sub_footer_background_mob\";s:0:\"\";s:29:\"tds_sub_footer_text_color_mob\";s:0:\"\";s:31:\"tds_mobile_background_image_mob\";s:0:\"\";s:32:\"tds_mobile_background_repeat_mob\";s:0:\"\";s:30:\"tds_mobile_background_size_mob\";s:0:\"\";s:34:\"tds_mobile_background_position_mob\";s:0:\"\";s:16:\"tds_ad_title_mob\";s:0:\"\";s:22:\"tds_loop_ad_module_mob\";s:0:\"\";s:27:\"tds_inline_ad_paragraph_mob\";s:0:\"\";s:29:\"td_module_mob_1_title_excerpt\";s:0:\"\";s:29:\"td_module_mob_2_title_excerpt\";s:0:\"\";s:18:\"tds_custom_css_mob\";s:0:\"\";s:25:\"tds_custom_javascript_mob\";s:0:\"\";s:19:\"tds_custom_html_mob\";s:0:\"\";s:10:\"tds_button\";s:0:\"\";s:14:\"tdm_btn_radius\";s:0:\"\";s:9:\"tds_title\";s:0:\"\";s:16:\"tdm_phone_number\";s:0:\"\";s:9:\"tdm_email\";s:0:\"\";s:14:\"tdm_extra_info\";s:0:\"\";s:21:\"tdm_info_show_top_bar\";s:0:\"\";s:24:\"tdm_info_show_sub_footer\";s:0:\"\";s:20:\"tdm_bordered_website\";s:0:\"\";s:15:\"tdm_menu_active\";s:0:\"\";s:19:\"tdm_menu_btn1_style\";s:0:\"\";s:18:\"tdm_menu_btn1_text\";s:0:\"\";s:17:\"tdm_menu_btn1_url\";s:0:\"\";s:32:\"tdm_menu_btn1_open_in_new_window\";s:0:\"\";s:19:\"tdm_menu_btn2_style\";s:0:\"\";s:18:\"tdm_menu_btn2_text\";s:0:\"\";s:17:\"tdm_menu_btn2_url\";s:0:\"\";s:32:\"tdm_menu_btn2_open_in_new_window\";s:0:\"\";s:24:\"tdm_menu_btn1_base_color\";s:0:\"\";s:24:\"tdm_menu_btn2_base_color\";s:0:\"\";s:24:\"tdm_menu_btn1_text_color\";s:0:\"\";s:24:\"tdm_menu_btn2_text_color\";s:0:\"\";s:30:\"tdm_menu_btn1_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_base_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn1_text_hover_color\";s:0:\"\";s:30:\"tdm_menu_btn2_text_hover_color\";s:0:\"\";s:22:\"td_fonts_user_inserted\";a:47:{s:11:\"font_file_1\";s:0:\"\";s:13:\"font_family_1\";s:0:\"\";s:11:\"font_file_2\";s:0:\"\";s:13:\"font_family_2\";s:0:\"\";s:11:\"font_file_3\";s:0:\"\";s:13:\"font_family_3\";s:0:\"\";s:11:\"font_file_4\";s:0:\"\";s:13:\"font_family_4\";s:0:\"\";s:11:\"font_file_5\";s:0:\"\";s:13:\"font_family_5\";s:0:\"\";s:10:\"typekit_js\";s:0:\"\";s:22:\"type_kit_font_family_1\";s:0:\"\";s:22:\"type_kit_font_family_2\";s:0:\"\";s:22:\"type_kit_font_family_3\";s:0:\"\";s:8:\"g_arabic\";s:0:\"\";s:9:\"g_bengali\";s:0:\"\";s:10:\"g_cyrillic\";s:0:\"\";s:14:\"g_cyrillic-ext\";s:0:\"\";s:12:\"g_devanagari\";s:0:\"\";s:7:\"g_greek\";s:0:\"\";s:11:\"g_greek-ext\";s:0:\"\";s:10:\"g_gujarati\";s:0:\"\";s:8:\"g_hebrew\";s:0:\"\";s:7:\"g_khmer\";s:0:\"\";s:7:\"g_latin\";s:0:\"\";s:11:\"g_latin-ext\";s:0:\"\";s:7:\"g_tamil\";s:0:\"\";s:8:\"g_telugu\";s:0:\"\";s:6:\"g_thai\";s:0:\"\";s:12:\"g_vietnamese\";s:0:\"\";s:10:\"g_100_thin\";s:0:\"\";s:17:\"g_100_thin_italic\";s:0:\"\";s:17:\"g_200_extra_light\";s:0:\"\";s:24:\"g_200_extra_light_italic\";s:0:\"\";s:11:\"g_300_light\";s:0:\"\";s:18:\"g_300_light_italic\";s:0:\"\";s:19:\"g_400_normal_italic\";s:0:\"\";s:12:\"g_500_medium\";s:0:\"\";s:19:\"g_500_medium_italic\";s:0:\"\";s:15:\"g_600_semi_bold\";s:0:\"\";s:22:\"g_600_semi_bold_italic\";s:0:\"\";s:10:\"g_700_bold\";s:0:\"\";s:17:\"g_700_bold_italic\";s:0:\"\";s:16:\"g_800_extra_bold\";s:0:\"\";s:23:\"g_800_extra_bold_italic\";s:0:\"\";s:11:\"g_900_black\";s:0:\"\";s:18:\"g_900_black_italic\";s:0:\"\";}s:19:\"td_fonts_css_buffer\";s:0:\"\";s:18:\"td_fonts_js_buffer\";s:0:\"\";s:8:\"td_fonts\";a:18:{s:8:\"top_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:12:\"top_sub_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"main_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:13:\"main_sub_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:9:\"mega_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:15:\"mega_menu_categ\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:12:\"blocks_title\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:13:\"blocks_author\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:11:\"blocks_date\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:14:\"blocks_comment\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:15:\"blocks_category\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:13:\"blocks_filter\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:14:\"blocks_excerpt\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:14:\"mobile_general\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:11:\"mobile_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:15:\"mobile_sub_menu\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:12:\"post_general\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}s:10:\"post_title\";a:1:{s:11:\"font_family\";s:5:\"g_394\";}}s:18:\"td_social_networks\";a:0:{}s:6:\"td_ads\";a:7:{s:10:\"header_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:10:\"footer_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:14:\"smart_list_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:8:\"loop_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:15:\"content_top_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_bottom_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}s:18:\"content_inline_mob\";a:1:{s:7:\"ad_code\";s:0:\"\";}}s:20:\"tds_user_compile_css\";s:2504:\".top-header-menu > li > a,\r\n    .td-weather-top-widget .td-weather-now .td-big-degrees,\r\n    .td-weather-top-widget .td-weather-header .td-weather-city,\r\n    .td-header-sp-top-menu .td_data_time {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .top-header-menu .menu-item-has-children li a {\r\n    	font-family:Montserrat;\n	\r\n    }\r\n    \r\n    ul.sf-menu > .td-menu-item > a,\r\n    .td-theme-wrap .td-header-menu-social {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .sf-menu ul .td-menu-item a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n	\r\n    .td_mod_mega_menu .item-details a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td_mega_menu_sub_cats .block-mega-child-cats a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-mobile-content .td-mobile-main-menu > li > a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-mobile-content .sub-menu a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .block-title > span,\r\n    .block-title > a,\r\n    .widgettitle,\r\n    .td-trending-now-title,\r\n    .wpb_tabs li a,\r\n    .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,\r\n    .td-theme-wrap .td-related-title a,\r\n    .woocommerce div.product .woocommerce-tabs ul.tabs li a,\r\n    .woocommerce .product .products h2:not(.woocommerce-loop-product__title),\r\n    .td-theme-wrap .td-block-title {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td_module_wrap .td-post-author-name a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-post-date .entry-date {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-module-comments a,\r\n    .td-post-views span,\r\n    .td-post-comments a {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-big-grid-meta .td-post-category,\r\n    .td_module_wrap .td-post-category,\r\n    .td-module-image .td-post-category {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-subcat-filter .td-subcat-dropdown a,\r\n    .td-subcat-filter .td-subcat-list a,\r\n    .td-subcat-filter .td-subcat-dropdown span {\r\n        font-family:Montserrat;\n	\r\n    }\r\n    \r\n    .td-excerpt,\r\n    .td_module_14 .td-excerpt {\r\n        font-family:Montserrat;\n	\r\n    }\r\n\r\n\r\n	\r\n	#td-mobile-nav,\r\n	#td-mobile-nav .wpb_button,\r\n	.td-search-wrap-mob {\r\n		font-family:Montserrat;\n	\r\n	}\r\n\r\n\r\n	\r\n	.post .td-post-header .entry-title {\r\n		font-family:Montserrat;\n	\r\n	}\r\n    \r\n    .td-post-template-default .td-post-header .entry-title {\r\n        font-family:Montserrat;\n	\r\n    }\";s:16:\"tdb_404_template\";s:0:\"\";s:17:\"tdb_date_template\";s:0:\"\";s:23:\"tdb_attachment_template\";s:0:\"\";s:19:\"tdb_author_template\";s:0:\"\";s:20:\"tdb_author_templates\";a:1:{i:1;s:0:\"\";}s:19:\"tdb_search_template\";s:0:\"\";s:16:\"tdb_tag_template\";s:0:\"\";s:14:\"td_remote_http\";a:2:{s:9:\"test_time\";i:1556023616;s:11:\"test_status\";s:9:\"wordpress\";}}s:18:\"td_social_networks\";b:0;s:18:\"demo_settings_date\";i:1556024198;}','yes'),(1740587,'Newspaper_demo_state','a:2:{s:7:\"demo_id\";s:9:\"lifestyle\";s:17:\"demo_install_type\";s:10:\"no_content\";}','yes'),(1740603,'td_011_log','a:21:{i:0;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:111:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css\";s:9:\"timestamp\";i:1584631650;}i:1;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:105:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css\";s:9:\"timestamp\";i:1584631723;}i:2;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:97:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css\";s:9:\"timestamp\";i:1584631723;}i:3;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:103:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css\";s:9:\"timestamp\";i:1584631723;}i:4;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:111:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css\";s:9:\"timestamp\";i:1584631723;}i:5;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:105:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css\";s:9:\"timestamp\";i:1584634559;}i:6;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:97:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css\";s:9:\"timestamp\";i:1584634559;}i:7;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:103:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css\";s:9:\"timestamp\";i:1584634559;}i:8;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:111:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css\";s:9:\"timestamp\";i:1584634559;}i:9;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:105:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css\";s:9:\"timestamp\";i:1584634594;}i:10;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:97:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css\";s:9:\"timestamp\";i:1584634594;}i:11;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:103:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css\";s:9:\"timestamp\";i:1584634594;}i:12;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:111:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css\";s:9:\"timestamp\";i:1584634594;}i:13;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:105:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css\";s:9:\"timestamp\";i:1584635205;}i:14;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:97:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css\";s:9:\"timestamp\";i:1584635205;}i:15;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:103:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css\";s:9:\"timestamp\";i:1584635206;}i:16;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:111:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css\";s:9:\"timestamp\";i:1584635206;}i:17;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:105:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css\";s:9:\"timestamp\";i:1584639625;}i:18;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:97:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/typicons/typicons.css\";s:9:\"timestamp\";i:1584639625;}i:19;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:103:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/open-iconic/open-iconic.css\";s:9:\"timestamp\";i:1584639625;}i:20;a:5:{s:4:\"file\";s:122:\"/homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/td-composer/legacy/common/wp_booster/td_remote_http.php\";s:8:\"function\";s:8:\"get_page\";s:3:\"msg\";s:55:\"we have a channel that passed in test_status: wordpress\";s:9:\"more_data\";s:111:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.css\";s:9:\"timestamp\";i:1584639625;}}','yes'),(1740621,'wpb_js_templates','a:1:{s:23:\"vc-attempt-1_1554551678\";a:2:{s:4:\"name\";s:14:\"VC - Attempt 1\";s:8:\"template\";s:219:\"[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4 mx5_tl=\"12\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 m2_tl=\"3\" m2_el=\"10\" limit=\"6\" offset=\"2\"][/vc_column][/vc_row]\";}}','no'),(1740672,'theme_mods_OTP','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:11:\"header-menu\";s:1:\"7\";s:8:\"top-menu\";i:7;s:11:\"footer-menu\";s:0:\"\";}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1556881950;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:13:\"media_image-3\";i:1;s:13:\"media_image-4\";i:2;s:15:\"media_gallery-3\";i:3;s:6:\"text-2\";}s:10:\"td-default\";a:0:{}s:11:\"td-footer-1\";a:1:{i:0;s:6:\"text-7\";}s:11:\"td-footer-2\";a:0:{}s:11:\"td-footer-3\";a:0:{}}}}','yes'),(1740963,'fwdsisc_data','O:11:\"FWDSISCData\":2:{s:11:\"settings_ar\";a:2:{i:0;a:46:{s:2:\"id\";i:0;s:11:\"displayType\";s:10:\"fluidWidth\";s:4:\"name\";s:7:\"default\";s:8:\"skinPath\";s:12:\"minimal-skin\";s:21:\"rightClickContextMenu\";s:9:\"developer\";s:9:\"autoScale\";s:3:\"yes\";s:15:\"randomizeImages\";s:2:\"no\";s:18:\"addKeyboardSupport\";s:3:\"yes\";s:25:\"initializeOnlyWhenVisible\";s:2:\"no\";s:14:\"addDragSupport\";s:3:\"yes\";s:9:\"showCount\";s:3:\"yes\";s:6:\"zIndex\";i:1;s:8:\"maxWidth\";i:780;s:9:\"maxHeight\";i:600;s:12:\"startAtImage\";i:0;s:39:\"howManyImagesToSkipOnNextAndPrevButtons\";i:1;s:22:\"showNextAndPrevButtons\";s:3:\"yes\";s:30:\"showNextAndPrevButtonsOnMobile\";s:2:\"no\";s:20:\"imageBackgroundColor\";s:7:\"#000000\";s:16:\"buttonsHideDelay\";i:2;s:19:\"showImageReflection\";s:2:\"no\";s:17:\"animationTextType\";s:4:\"fade\";s:14:\"transitionType\";s:4:\"expo\";s:19:\"showHTMLTextContent\";s:6:\"center\";s:16:\"HTMLTextPosition\";s:6:\"inside\";s:17:\"HTMLTextAlignment\";s:3:\"top\";s:26:\"nextAndPrevButtonsPosition\";s:12:\"leftAndRight\";s:41:\"nextAndPrevButtonsHorizontalButtonsOffset\";i:4;s:39:\"nextAndPrevButtonsVerticalButtonsOffset\";i:10;s:24:\"sliderOffsetTopAndBottom\";i:0;s:14:\"maxImageHeight\";s:12:\"originalSize\";s:20:\"maxCenterImageHeight\";s:12:\"originalSize\";s:18:\"spaceBetweenImages\";i:0;s:15:\"imageBorderSize\";i:0;s:23:\"defaulNrThumbsToDisplay\";s:1:\"3\";s:18:\"transitionDuration\";d:0.80000000000000004;s:15:\"backgroundColor\";s:7:\"#000000\";s:12:\"overlayColor\";s:17:\"rgba(0, 0, 0, .6)\";s:16:\"imageBorderColor\";s:7:\"#FFFFFF\";s:17:\"preloaderPosition\";s:6:\"center\";s:26:\"slideshowPreloaderPosition\";s:11:\"bottomRight\";s:14:\"slideshowDelay\";i:5000;s:15:\"slideshowRadius\";i:9;s:24:\"slideshowBackgroundColor\";s:7:\"#FFFFFF\";s:18:\"slideshowFillColor\";s:7:\"#000000\";s:19:\"slideshowStrokeSize\";i:3;}i:1;a:46:{s:2:\"id\";i:1;s:21:\"rightClickContextMenu\";s:7:\"default\";s:11:\"displayType\";s:10:\"fluidWidth\";s:8:\"skinPath\";s:12:\"minimal-skin\";s:4:\"name\";s:13:\"Footer Images\";s:9:\"autoScale\";s:3:\"yes\";s:15:\"randomizeImages\";s:2:\"no\";s:9:\"showCount\";s:2:\"no\";s:19:\"showImageReflection\";s:2:\"no\";s:17:\"animationTextType\";s:4:\"fade\";s:18:\"addKeyboardSupport\";s:3:\"yes\";s:14:\"addDragSupport\";s:3:\"yes\";s:25:\"initializeOnlyWhenVisible\";s:3:\"yes\";s:14:\"transitionType\";s:8:\"slowease\";s:19:\"showHTMLTextContent\";s:6:\"center\";s:16:\"HTMLTextPosition\";s:6:\"inside\";s:17:\"HTMLTextAlignment\";s:3:\"top\";s:26:\"nextAndPrevButtonsPosition\";s:12:\"leftAndRight\";s:22:\"showNextAndPrevButtons\";s:2:\"no\";s:30:\"showNextAndPrevButtonsOnMobile\";s:2:\"no\";s:8:\"maxWidth\";s:3:\"600\";s:9:\"maxHeight\";s:2:\"80\";s:6:\"zIndex\";s:1:\"1\";s:12:\"startAtImage\";s:1:\"3\";s:39:\"nextAndPrevButtonsVerticalButtonsOffset\";s:2:\"10\";s:41:\"nextAndPrevButtonsHorizontalButtonsOffset\";s:2:\"50\";s:16:\"buttonsHideDelay\";s:1:\"1\";s:17:\"preloaderPosition\";s:6:\"center\";s:26:\"slideshowPreloaderPosition\";s:11:\"bottomRight\";s:14:\"slideshowDelay\";s:1:\"0\";s:15:\"slideshowRadius\";s:1:\"9\";s:14:\"maxImageHeight\";s:3:\"220\";s:24:\"sliderOffsetTopAndBottom\";s:1:\"0\";s:20:\"maxCenterImageHeight\";s:3:\"270\";s:15:\"imageBorderSize\";s:1:\"0\";s:18:\"spaceBetweenImages\";s:2:\"20\";s:23:\"defaulNrThumbsToDisplay\";s:1:\"2\";s:39:\"howManyImagesToSkipOnNextAndPrevButtons\";s:1:\"1\";s:18:\"transitionDuration\";s:3:\"0.8\";s:12:\"overlayColor\";s:16:\"rgba(0, 0, 0, 0)\";s:16:\"imageBorderColor\";s:7:\"#000000\";s:15:\"backgroundColor\";s:7:\"#000000\";s:20:\"imageBackgroundColor\";s:11:\"transparent\";s:24:\"slideshowBackgroundColor\";s:7:\"#000000\";s:18:\"slideshowFillColor\";s:7:\"#000000\";s:19:\"slideshowStrokeSize\";i:3;}}s:17:\"main_playlists_ar\";a:1:{i:0;a:5:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"Footer Mags\";s:9:\"pl_source\";s:11:\"Footer Mags\";s:7:\"pl_type\";s:6:\"normal\";s:6:\"images\";a:14:{i:0;a:7:{s:4:\"name\";s:16:\"footer-issue-26.\";s:6:\"source\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/26-2.png\";s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"link\";s:58:\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:307:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 26</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'>  </p></div>\";}i:1;a:7:{s:4:\"name\";s:15:\"footer-issue-27\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px.png\";s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"link\";s:58:\"https://www.ontradeprogress.com/ontrade-progress-issue-27/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:307:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 27</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'>  </p></div>\";}i:2;a:7:{s:4:\"name\";s:15:\"footer-issue-25\";s:6:\"source\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-1.png\";s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"link\";s:10:\"/issue-25/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:307:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 25</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'>  </p></div>\";}i:3;a:7:{s:4:\"name\";s:15:\"footer-issue-30\";s:6:\"source\";s:110:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2.png\";s:5:\"width\";i:231;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-30/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 30</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:4;a:7:{s:4:\"name\";s:15:\"footer-issue-29\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px.png\";s:5:\"width\";i:231;s:6:\"height\";i:270;s:4:\"link\";s:26:\"ontrade-progress-issue-29/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:293:\"<div class=\'mainHolderSimple\'><p> </p><p> </p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 29</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p> </p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:5;a:7:{s:4:\"name\";s:15:\"footer-issue-28\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px.png\";s:5:\"width\";i:231;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-28/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 28</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:6;a:7:{s:4:\"name\";s:15:\"footer-issue-21\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-21/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 21</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:7;a:7:{s:4:\"name\";s:15:\"footer-issue-23\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-23/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 23</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:8;a:7:{s:4:\"name\";s:15:\"footer-issue-20\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-20/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 20</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:9;a:7:{s:4:\"name\";s:15:\"footer-issue-24\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-24/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 24</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:10;a:7:{s:4:\"name\";s:15:\"footer-issue-31\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:41:\"https://www.ontradeprogress.com/issue-31/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 31</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:11;a:7:{s:4:\"name\";s:15:\"footer-issue-32\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:41:\"https://www.ontradeprogress.com/issue-32/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:305:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 32</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:12;a:7:{s:4:\"name\";s:15:\"footer-issue-33\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-33/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:303:\"<div class=\'mainHolderSimple\'><p>&nbsp;</p><p>&nbsp;</p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 33</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p>&nbsp;</p><p style=\'margin: 60px 0px 0px 0px;\'> </p></div>\";}i:13;a:7:{s:4:\"name\";s:15:\"footer-issue-34\";s:6:\"source\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px.png\";s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"link\";s:10:\"/issue-34/\";s:6:\"target\";s:6:\"_blank\";s:11:\"dsecription\";s:303:\"<div class=\'mainHolderSimple\'><p> </p><p> </p><p style=\'font-size: 26px; margin: 15px 0px 0px 0px;\'><strong>Issue 34</strong></p><p style=\'margin: 20px 0px 50px 0px; font-size: 16px; font-weight: 200; font-family: Montserrat;\'> </p><p> </p><p style=\'margin: 60px 0px 0px 0px;\'><br /><br /></p></div>\";}}}}}','yes'),(1741397,'WpFc_api_key','583a2d96d1165ab5f4c72c6b5449a6b4','yes'),(1741398,'WpFastestCachePreLoad','{\"homepage\":-1,\"number\":\"4\"}','yes'),(1741399,'WpFastestCache','{\"wpFastestCacheStatus\":\"on\",\"wpFastestCachePreload\":\"on\",\"wpFastestCachePreload_homepage\":\"on\",\"wpFastestCachePreload_number\":\"4\",\"wpFastestCacheMobile\":\"on\",\"wpFastestCacheNewPost\":\"on\",\"wpFastestCacheNewPost_type\":\"all\",\"wpFastestCacheUpdatePost\":\"on\",\"wpFastestCacheUpdatePost_type\":\"all\",\"wpFastestCacheMinifyHtml\":\"on\",\"wpFastestCacheMinifyCss\":\"on\",\"wpFastestCacheCombineCss\":\"on\",\"wpFastestCacheCombineJs\":\"on\",\"wpFastestCacheGzip\":\"on\",\"wpFastestCacheLBC\":\"on\",\"wpFastestCacheDisableEmojis\":\"on\",\"wpFastestCacheLanguage\":\"eng\"}','yes'),(1741400,'wpfc-group','','yes'),(1741855,'recovery_keys','a:0:{}','yes'),(1742085,'maintenance_db_version','1','yes'),(1742086,'maintenance_options','a:28:{s:5:\"state\";i:0;s:10:\"page_title\";s:29:\"Website is under construction\";s:7:\"heading\";s:22:\"Maintenance mode is on\";s:11:\"description\";s:30:\"Website will be available soon\";s:11:\"footer_text\";s:24:\"© Ontrade Progress 2019\";s:14:\"show_some_love\";s:0:\"\";s:10:\"logo_width\";s:3:\"300\";s:11:\"logo_height\";s:0:\"\";s:4:\"logo\";s:4:\"4518\";s:11:\"retina_logo\";s:4:\"4518\";s:7:\"body_bg\";s:0:\"\";s:17:\"bg_image_portrait\";s:1:\"0\";s:13:\"preloader_img\";s:1:\"0\";s:13:\"body_bg_color\";s:7:\"#0082c2\";s:17:\"controls_bg_color\";s:7:\"#0082c2\";s:10:\"font_color\";s:7:\"#ffffff\";s:16:\"body_font_family\";s:9:\"Open Sans\";s:16:\"body_font_subset\";s:3:\"300\";s:7:\"is_blur\";b:0;s:14:\"blur_intensity\";s:1:\"5\";s:11:\"503_enabled\";b:0;s:15:\"gg_analytics_id\";s:0:\"\";s:8:\"is_login\";b:1;s:10:\"custom_css\";s:0:\"\";s:13:\"exclude_pages\";s:0:\"\";s:18:\"mailoptin_campaign\";s:2:\"-1\";s:16:\"default_settings\";b:1;s:14:\"amelia_enabled\";i:0;}','yes'),(1743755,'cfdb7_view_install_date','2019-05-22 22:21:34','yes'),(1743974,'updraft_combine_jobs_around','1558702626','yes'),(1743994,'wphb-notice-free-rated-show','yes','no'),(1743995,'wphb-free-install-date','1558622078','no'),(1743996,'wphb_version','2.0.0.1','no'),(1743997,'wphb-notice-uptime-info-show','yes','no'),(1743998,'wphb-gzip-data','a:3:{s:4:\"HTML\";b:1;s:10:\"JavaScript\";b:0;s:3:\"CSS\";b:0;}','no'),(1743999,'wphb-caching-data','a:4:{s:10:\"javascript\";b:0;s:3:\"css\";b:0;s:5:\"media\";b:0;s:6:\"images\";b:0;}','no'),(1744000,'wphb-quick-setup','a:1:{s:8:\"finished\";b:1;}','yes'),(1744003,'wphb_settings','a:10:{s:6:\"minify\";a:12:{s:7:\"enabled\";b:0;s:7:\"use_cdn\";b:1;s:3:\"log\";b:0;s:9:\"file_path\";s:0:\"\";s:11:\"minify_blog\";b:1;s:4:\"view\";s:5:\"basic\";s:5:\"block\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"minify\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:7:\"combine\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:8:\"position\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:5:\"defer\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}s:6:\"inline\";a:2:{s:7:\"scripts\";a:0:{}s:6:\"styles\";a:0:{}}}s:6:\"uptime\";a:3:{s:7:\"enabled\";b:0;s:13:\"notifications\";a:1:{s:7:\"enabled\";b:0;}s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}}s:8:\"gravatar\";a:1:{s:7:\"enabled\";b:0;}s:10:\"page_cache\";a:5:{s:7:\"enabled\";b:0;s:10:\"cache_blog\";b:1;s:7:\"control\";b:0;s:9:\"detection\";s:6:\"manual\";s:12:\"pages_cached\";i:0;}s:7:\"caching\";a:4:{s:10:\"expiry_css\";s:10:\"8d/A691200\";s:17:\"expiry_javascript\";s:10:\"8d/A691200\";s:12:\"expiry_media\";s:10:\"8d/A691200\";s:13:\"expiry_images\";s:10:\"8d/A691200\";}s:10:\"cloudflare\";a:9:{s:7:\"enabled\";b:0;s:9:\"connected\";b:0;s:5:\"email\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:4:\"zone\";s:0:\"\";s:9:\"zone_name\";s:0:\"\";s:4:\"plan\";b:0;s:10:\"page_rules\";a:0:{}s:12:\"cache_expiry\";i:691200;}s:11:\"performance\";a:5:{s:7:\"reports\";a:1:{s:7:\"enabled\";b:0;}s:13:\"subsite_tests\";b:1;s:9:\"dismissed\";b:0;s:6:\"widget\";a:4:{s:7:\"desktop\";b:1;s:12:\"show_metrics\";b:1;s:11:\"show_audits\";b:1;s:13:\"show_historic\";b:1;}s:3:\"hub\";a:3:{s:12:\"show_metrics\";b:1;s:11:\"show_audits\";b:1;s:13:\"show_historic\";b:1;}}s:8:\"advanced\";a:4:{s:12:\"query_string\";b:0;s:5:\"emoji\";b:0;s:8:\"prefetch\";a:0:{}s:11:\"db_cleanups\";b:0;}s:3:\"rss\";a:2:{s:7:\"enabled\";b:1;s:8:\"duration\";i:3600;}s:8:\"settings\";a:3:{s:17:\"accessible_colors\";b:0;s:15:\"remove_settings\";b:0;s:11:\"remove_data\";b:0;}}','yes'),(1744007,'wphb-stop-report','1','no'),(1744008,'wphb-last-report','O:8:\"stdClass\":4:{s:4:\"code\";i:200;s:7:\"message\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":5:{s:2:\"id\";s:6:\"122954\";s:4:\"time\";s:10:\"1558622114\";s:3:\"url\";s:32:\"https://www.ontradeprogress.com/\";s:7:\"desktop\";O:8:\"stdClass\":5:{s:5:\"score\";i:17;s:11:\"score_class\";s:1:\"c\";s:7:\"metrics\";O:8:\"stdClass\":5:{s:22:\"first-meaningful-paint\";O:8:\"stdClass\":5:{s:11:\"description\";s:174:\"First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint).\";s:12:\"displayValue\";s:6:\"5.3 s\";s:5:\"score\";i:0;s:5:\"title\";s:22:\"First Meaningful Paint\";s:6:\"weight\";i:1;}s:22:\"first-contentful-paint\";O:8:\"stdClass\":5:{s:11:\"description\";s:178:\"First Contentful Paint marks the time at which the first text or image is painted. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-contentful-paint).\";s:12:\"displayValue\";s:6:\"4.5 s\";s:5:\"score\";d:0.01;s:5:\"title\";s:22:\"First Contentful Paint\";s:6:\"weight\";i:3;}s:11:\"speed-index\";O:8:\"stdClass\":5:{s:11:\"description\";s:160:\"Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index).\";s:12:\"displayValue\";s:6:\"5.8 s\";s:5:\"score\";d:0.02;s:5:\"title\";s:11:\"Speed Index\";s:6:\"weight\";i:4;}s:11:\"interactive\";O:8:\"stdClass\":5:{s:11:\"description\";s:190:\"Time to interactive is the amount of time it takes for the page to become fully interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive).\";s:12:\"displayValue\";s:6:\"5.4 s\";s:5:\"score\";d:0.34999999999999998;s:5:\"title\";s:19:\"Time to Interactive\";s:6:\"weight\";i:5;}s:14:\"first-cpu-idle\";O:8:\"stdClass\":5:{s:11:\"description\";s:191:\"First CPU Idle marks the first time at which the page\'s main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive).\";s:12:\"displayValue\";s:6:\"5.3 s\";s:5:\"score\";d:0.35999999999999999;s:5:\"title\";s:14:\"First CPU Idle\";s:6:\"weight\";i:2;}}s:6:\"audits\";O:8:\"stdClass\":3:{s:13:\"opportunities\";O:8:\"stdClass\":7:{s:18:\"time-to-first-byte\";O:8:\"stdClass\":6:{s:11:\"description\";s:155:\"Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb).\";s:7:\"details\";O:8:\"stdClass\":4:{s:16:\"overallSavingsMs\";d:354.74400000000003;s:8:\"headings\";a:0:{}s:5:\"items\";a:0:{}s:4:\"type\";s:11:\"opportunity\";}s:12:\"displayValue\";s:26:\"Root document took 950 ms\";s:5:\"score\";i:0;s:5:\"title\";s:35:\"Reduce server response times (TTFB)\";s:6:\"weight\";i:0;}s:25:\"render-blocking-resources\";O:8:\"stdClass\":6:{s:11:\"description\";s:229:\"Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).\";s:7:\"details\";O:8:\"stdClass\":4:{s:5:\"items\";a:7:{i:0;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:3179275;s:8:\"wastedMs\";i:4150;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";}i:1;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:470;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:10:\"totalBytes\";i:72389;}i:2;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:230;s:3:\"url\";s:567:\"https://fonts.googleapis.com/css?family=Montserrat%3A400%2C100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C100%2C100italic%2C200%2C200italic%2C300%2C500%2C500italic%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400%2C400italic%2C500%2C500italic%2C700%2C900%2C100%2C100italic%2C200%2C200italic%2C300italic%2C600%2C600italic%2C700italic%2C800%2C800italic%2C900italic&ver=9.7.1\";s:10:\"totalBytes\";i:3083;}i:3;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:910;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:10:\"totalBytes\";i:194890;}i:4;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:2350;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:10:\"totalBytes\";i:884086;}i:5;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:520931;s:8:\"wastedMs\";i:1710;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";}i:6;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:1019;s:8:\"wastedMs\";i:230;s:3:\"url\";s:54:\"https://fonts.googleapis.com/css?family=Montserrat:700\";}}s:4:\"type\";s:11:\"opportunity\";s:16:\"overallSavingsMs\";i:4228;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"wastedMs\";s:9:\"valueType\";s:10:\"timespanMs\";s:5:\"label\";s:17:\"Potential Savings\";}}}s:12:\"displayValue\";s:30:\"Potential savings of 4,230 ms\";s:5:\"score\";d:0.089999999999999997;s:5:\"title\";s:35:\"Eliminate render-blocking resources\";s:6:\"weight\";i:0;}s:21:\"uses-text-compression\";O:8:\"stdClass\":6:{s:11:\"description\";s:203:\"Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression).\";s:7:\"details\";O:8:\"stdClass\":5:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:12:{i:0;O:8:\"stdClass\":3:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";s:10:\"totalBytes\";i:3179008;s:11:\"wastedBytes\";i:3161388;}i:1;O:8:\"stdClass\":3:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:10:\"totalBytes\";i:883821;s:11:\"wastedBytes\";i:800101;}i:2;O:8:\"stdClass\":3:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";s:10:\"totalBytes\";i:520652;s:11:\"wastedBytes\";i:365011;}i:3;O:8:\"stdClass\":3:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";s:10:\"totalBytes\";i:224754;s:11:\"wastedBytes\";i:171721;}i:4;O:8:\"stdClass\":3:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:10:\"totalBytes\";i:194625;s:11:\"wastedBytes\";i:165336;}i:5;O:8:\"stdClass\":3:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:10:\"totalBytes\";i:72125;s:11:\"wastedBytes\";i:62742;}i:6;O:8:\"stdClass\":3:{s:3:\"url\";s:147:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js?version=5.3.1.4\";s:10:\"totalBytes\";i:50169;s:11:\"wastedBytes\";i:37336;}i:7;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:28412;s:11:\"wastedBytes\";i:21653;s:3:\"url\";s:143:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js?version=5.3.1.4\";}i:8;O:8:\"stdClass\":3:{s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.3\";s:10:\"totalBytes\";i:14440;s:11:\"wastedBytes\";i:10447;}i:9;O:8:\"stdClass\":3:{s:3:\"url\";s:78:\"https://www.ontradeprogress.com/wp-includes/js/wp-emoji-release.min.js?ver=5.2\";s:10:\"totalBytes\";i:13840;s:11:\"wastedBytes\";i:9218;}i:10;O:8:\"stdClass\":3:{s:3:\"url\";s:125:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js?ver=9.7.1\";s:10:\"totalBytes\";i:9946;s:11:\"wastedBytes\";i:8442;}i:11;O:8:\"stdClass\":3:{s:3:\"url\";s:140:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js?version=5.3.1.4\";s:10:\"totalBytes\";i:8336;s:11:\"wastedBytes\";i:5841;}}s:19:\"overallSavingsBytes\";i:4819236;s:16:\"overallSavingsMs\";i:3880;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}}s:12:\"displayValue\";s:30:\"Potential savings of 4,706 KB\";s:5:\"score\";d:0.13;s:5:\"title\";s:23:\"Enable text compression\";s:6:\"weight\";i:0;}s:16:\"unused-css-rules\";O:8:\"stdClass\":6:{s:11:\"description\";s:241:\"Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css).\";s:7:\"details\";O:8:\"stdClass\":5:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:7:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";s:10:\"totalBytes\";i:3179275;s:11:\"wastedBytes\";i:3175726;s:13:\"wastedPercent\";d:99.888361400788995;}i:1;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:884086;s:11:\"wastedBytes\";i:877145;s:13:\"wastedPercent\";d:99.214886272219999;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";}i:2;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:194890;s:11:\"wastedBytes\";i:175420;s:13:\"wastedPercent\";d:90.009505459216001;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";}i:3;O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:10:\"totalBytes\";i:72389;s:11:\"wastedBytes\";i:67995;s:13:\"wastedPercent\";d:93.929982668977004;}i:4;O:8:\"stdClass\":4:{s:3:\"url\";s:567:\"https://fonts.googleapis.com/css?family=Montserrat%3A400%2C100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C100%2C100italic%2C200%2C200italic%2C300%2C500%2C500italic%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400%2C400italic%2C500%2C500italic%2C700%2C900%2C100%2C100italic%2C200%2C200italic%2C300italic%2C600%2C600italic%2C700italic%2C800%2C800italic%2C900italic&ver=9.7.1\";s:10:\"totalBytes\";i:3083;s:11:\"wastedBytes\";i:3083;s:13:\"wastedPercent\";i:100;}i:5;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:5202;s:11:\"wastedBytes\";i:2556;s:13:\"wastedPercent\";d:49.129107559706;s:3:\"url\";s:103:\".td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\n.td-header-wrap .black-menu .sf-menu ...\";}i:6;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:2866;s:11:\"wastedBytes\";i:2171;s:13:\"wastedPercent\";d:75.753625549942996;s:3:\"url\";s:97:\"/* custom css theme panel */\n.tdm-header-style-1 .td-main-menu-logo img {\nmax-height:140px;\n} ...\";}}s:19:\"overallSavingsBytes\";i:4304096;s:16:\"overallSavingsMs\";i:3560;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}}s:12:\"displayValue\";s:30:\"Potential savings of 4,203 KB\";s:5:\"score\";d:0.17000000000000001;s:5:\"title\";s:17:\"Remove unused CSS\";s:6:\"weight\";i:0;}s:16:\"uses-webp-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:232:\"Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp).\";s:7:\"details\";O:8:\"stdClass\":5:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:11:{i:0;O:8:\"stdClass\":5:{s:12:\"fromProtocol\";b:1;s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:244052;s:11:\"wastedBytes\";i:206932;}i:1;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:239309;s:13:\"isCrossOrigin\";b:0;s:11:\"wastedBytes\";i:205561;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:12:\"fromProtocol\";b:1;}i:2;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:226182;s:13:\"isCrossOrigin\";b:1;s:11:\"wastedBytes\";i:191416;s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:12:\"fromProtocol\";b:1;}i:3;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:145473;s:13:\"isCrossOrigin\";b:1;s:11:\"wastedBytes\";i:123623;s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:12:\"fromProtocol\";b:1;}i:4;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:135114;s:11:\"wastedBytes\";i:121236;s:3:\"url\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.png\";s:12:\"fromProtocol\";b:1;}i:5;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:142688;s:11:\"wastedBytes\";i:118772;s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;}i:6;O:8:\"stdClass\":5:{s:12:\"fromProtocol\";b:1;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:93941;s:11:\"wastedBytes\";i:74849;}i:7;O:8:\"stdClass\":5:{s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ALBERTO-NANI_prosecco_750ml-534x462.png\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:73353;s:11:\"wastedBytes\";i:63745;}i:8;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:55357;s:11:\"wastedBytes\";i:43061;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;}i:9;O:8:\"stdClass\":5:{s:3:\"url\";s:79:\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/header-otp-300x247.png\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:19368;s:11:\"wastedBytes\";i:10884;}i:10;O:8:\"stdClass\":5:{s:3:\"url\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002-534x462.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:40543;s:11:\"wastedBytes\";i:8843;}}s:19:\"overallSavingsBytes\";i:1168922;s:16:\"overallSavingsMs\";i:1000;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:9:\"thumbnail\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"totalBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"wastedBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";}}}s:12:\"displayValue\";s:30:\"Potential savings of 1,142 KB\";s:5:\"score\";d:0.46999999999999997;s:5:\"title\";s:32:\"Serve images in next-gen formats\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:16:\"offscreen-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:220:\"Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:680;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:9:\"thumbnail\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"totalBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"wastedBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";}}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:244052;s:11:\"wastedBytes\";i:244052;s:13:\"wastedPercent\";i:100;s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";s:16:\"requestStartTime\";d:1799128.408297;}i:1;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:226182;s:11:\"wastedBytes\";i:226182;s:13:\"wastedPercent\";i:100;s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:16:\"requestStartTime\";d:1799128.4079479999;}i:2;O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:16:\"requestStartTime\";d:1799128.4081590001;s:10:\"totalBytes\";i:145473;s:11:\"wastedBytes\";i:145473;s:13:\"wastedPercent\";i:100;}i:3;O:8:\"stdClass\":5:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:16:\"requestStartTime\";d:1799128.4078249999;s:10:\"totalBytes\";i:142688;s:11:\"wastedBytes\";i:142688;s:13:\"wastedPercent\";i:100;}}s:19:\"overallSavingsBytes\";i:758395;}s:12:\"displayValue\";s:28:\"Potential savings of 741 KB\";s:5:\"score\";d:0.54000000000000004;s:5:\"title\";s:22:\"Defer offscreen images\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:21:\"uses-optimized-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:149:\"Optimized images load faster and consume less cellular data. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images).\";s:7:\"details\";O:8:\"stdClass\":5:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:7:{i:0;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:244052;s:11:\"wastedBytes\";i:171388;s:12:\"fromProtocol\";b:1;s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";}i:1;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:239309;s:11:\"wastedBytes\";i:166410;}i:2;O:8:\"stdClass\":5:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:12:\"fromProtocol\";b:1;s:10:\"totalBytes\";i:226182;s:13:\"isCrossOrigin\";b:1;s:11:\"wastedBytes\";i:152726;}i:3;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:145473;s:13:\"isCrossOrigin\";b:1;s:11:\"wastedBytes\";i:99891;s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:12:\"fromProtocol\";b:1;}i:4;O:8:\"stdClass\":5:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;s:10:\"totalBytes\";i:142688;s:13:\"isCrossOrigin\";b:1;s:11:\"wastedBytes\";i:96131;}i:5;O:8:\"stdClass\":5:{s:12:\"fromProtocol\";b:1;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:93941;s:11:\"wastedBytes\";i:54395;}i:6;O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:55357;s:11:\"wastedBytes\";i:30970;}}s:19:\"overallSavingsBytes\";i:771911;s:16:\"overallSavingsMs\";i:680;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:9:\"thumbnail\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:3;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}}s:12:\"displayValue\";s:28:\"Potential savings of 754 KB\";s:5:\"score\";d:0.54000000000000004;s:5:\"title\";s:25:\"Efficiently encode images\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}}s:11:\"diagnostics\";O:8:\"stdClass\":3:{s:19:\"uses-long-cache-ttl\";O:8:\"stdClass\":6:{s:11:\"description\";s:148:\"A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy).\";s:7:\"details\";O:8:\"stdClass\":4:{s:5:\"items\";a:23:{i:0;O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:3179275;s:11:\"wastedBytes\";i:3179275;s:19:\"cacheHitProbability\";i:0;}i:1;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:884086;s:11:\"wastedBytes\";i:884086;s:19:\"cacheHitProbability\";i:0;}i:2;O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:520931;s:11:\"wastedBytes\";i:520931;s:19:\"cacheHitProbability\";i:0;}i:3;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:239576;s:11:\"wastedBytes\";i:239576;s:19:\"cacheHitProbability\";i:0;}i:4;O:8:\"stdClass\":5:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:225033;s:11:\"wastedBytes\";i:225033;s:19:\"cacheHitProbability\";i:0;}i:5;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:194890;s:11:\"wastedBytes\";i:194890;s:19:\"cacheHitProbability\";i:0;}i:6;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:135380;s:11:\"wastedBytes\";i:135380;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.png\";s:15:\"cacheLifetimeMs\";i:0;}i:7;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:123034;s:11:\"wastedBytes\";i:123034;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:90:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?16\";s:15:\"cacheLifetimeMs\";i:0;}i:8;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:94207;s:11:\"wastedBytes\";i:94207;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:15:\"cacheLifetimeMs\";i:0;}i:9;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:73618;s:11:\"wastedBytes\";i:73618;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ALBERTO-NANI_prosecco_750ml-534x462.png\";s:15:\"cacheLifetimeMs\";i:0;}i:10;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:72389;s:11:\"wastedBytes\";i:72389;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;}i:11;O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:55622;s:11:\"wastedBytes\";i:55622;s:19:\"cacheHitProbability\";i:0;}i:12;O:8:\"stdClass\":5:{s:3:\"url\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002-534x462.jpg\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:40808;s:11:\"wastedBytes\";i:40808;s:19:\"cacheHitProbability\";i:0;}i:13;O:8:\"stdClass\":5:{s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.3\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:14717;s:11:\"wastedBytes\";i:14717;s:19:\"cacheHitProbability\";i:0;}i:14;O:8:\"stdClass\":5:{s:3:\"url\";s:78:\"https://www.ontradeprogress.com/wp-includes/js/wp-emoji-release.min.js?ver=5.2\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:14117;s:11:\"wastedBytes\";i:14117;s:19:\"cacheHitProbability\";i:0;}i:15;O:8:\"stdClass\":5:{s:3:\"url\";s:125:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js?ver=9.7.1\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:10222;s:11:\"wastedBytes\";i:10222;s:19:\"cacheHitProbability\";i:0;}i:16;O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/mobile-white.png\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:5180;s:11:\"wastedBytes\";i:5180;s:19:\"cacheHitProbability\";i:0;}i:17;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:4248;s:11:\"wastedBytes\";i:4248;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP-Footer-New.png\";s:15:\"cacheLifetimeMs\";i:0;}i:18;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:2807;s:11:\"wastedBytes\";i:2807;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/assets/loader.gif\";s:15:\"cacheLifetimeMs\";i:0;}i:19;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:2509;s:11:\"wastedBytes\";i:2509;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:75:\"https://www.ontradeprogress.com/wp-includes/js/comment-reply.min.js?ver=5.2\";s:15:\"cacheLifetimeMs\";i:0;}i:20;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:1678;s:11:\"wastedBytes\";i:1678;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:70:\"https://www.ontradeprogress.com/wp-includes/js/wp-embed.min.js?ver=5.2\";s:15:\"cacheLifetimeMs\";i:0;}i:21;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:1108;s:11:\"wastedBytes\";i:1108;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:88:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif\";s:15:\"cacheLifetimeMs\";i:0;}i:22;O:8:\"stdClass\":5:{s:3:\"url\";s:95:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:444;s:11:\"wastedBytes\";i:444;s:19:\"cacheHitProbability\";i:0;}}s:4:\"type\";s:5:\"table\";s:7:\"summary\";O:8:\"stdClass\":1:{s:11:\"wastedBytes\";i:5895879;}s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"text\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";}i:1;O:8:\"stdClass\":4:{s:3:\"key\";s:15:\"cacheLifetimeMs\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:9:\"Cache TTL\";s:11:\"displayUnit\";s:8:\"duration\";}i:2;O:8:\"stdClass\":5:{s:3:\"key\";s:10:\"totalBytes\";s:8:\"itemType\";s:5:\"bytes\";s:4:\"text\";s:4:\"Size\";s:11:\"displayUnit\";s:2:\"kb\";s:11:\"granularity\";i:1;}}}s:12:\"displayValue\";s:18:\"23 resources found\";s:5:\"score\";i:0;s:5:\"title\";s:50:\"Serve static assets with an efficient cache policy\";s:6:\"weight\";i:0;}s:12:\"font-display\";O:8:\"stdClass\":5:{s:11:\"description\";s:174:\"Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://developers.google.com/web/updates/2016/02/font-display).\";s:7:\"details\";O:8:\"stdClass\":3:{s:8:\"headings\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"text\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"wastedMs\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:17:\"Potential Savings\";}}s:4:\"type\";s:5:\"table\";s:5:\"items\";a:16:{i:0;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1113.314999966;s:3:\"url\";s:90:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?16\";}i:1;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1112.2800000012001;s:3:\"url\";s:79:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2\";}i:2;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1111.3180001266001;s:3:\"url\";s:75:\"https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2\";}i:3;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1109.7549998667;s:3:\"url\";s:65:\"https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2\";}i:4;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1108.5850000380999;s:3:\"url\";s:79:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2\";}i:5;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1106.1249999329;s:3:\"url\";s:71:\"https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.woff2\";}i:6;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1087.6700000372;s:3:\"url\";s:81:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2\";}i:7;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1056.3250000123001;s:3:\"url\";s:77:\"https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2\";}i:8;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1055.5730001070001;s:3:\"url\";s:69:\"https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2\";}i:9;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1053.6950000096001;s:3:\"url\";s:79:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2\";}i:10;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1052.4039999582001;s:3:\"url\";s:79:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2\";}i:11;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1046.9939999748001;s:3:\"url\";s:79:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2\";}i:12;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:998.20899986662005;s:3:\"url\";s:81:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2\";}i:13;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:996.73199979588003;s:3:\"url\";s:75:\"https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2\";}i:14;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:994.68900007195998;s:3:\"url\";s:81:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2\";}i:15;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:756.56599993817997;s:3:\"url\";s:81:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2\";}}}s:5:\"score\";i:0;s:5:\"title\";s:47:\"Ensure text remains visible during webfont load\";s:6:\"weight\";i:0;}s:17:\"total-byte-weight\";O:8:\"stdClass\":6:{s:11:\"description\";s:182:\"Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads).\";s:7:\"details\";O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"table\";s:5:\"items\";a:10:{i:0;O:8:\"stdClass\":2:{s:10:\"totalBytes\";i:3179275;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";}i:1;O:8:\"stdClass\":2:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:10:\"totalBytes\";i:884086;}i:2;O:8:\"stdClass\":2:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";s:10:\"totalBytes\";i:520931;}i:3;O:8:\"stdClass\":2:{s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";s:10:\"totalBytes\";i:244444;}i:4;O:8:\"stdClass\":2:{s:10:\"totalBytes\";i:239576;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";}i:5;O:8:\"stdClass\":2:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:10:\"totalBytes\";i:226574;}i:6;O:8:\"stdClass\":2:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";s:10:\"totalBytes\";i:225033;}i:7;O:8:\"stdClass\":2:{s:10:\"totalBytes\";i:194890;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";}i:8;O:8:\"stdClass\":2:{s:10:\"totalBytes\";i:145865;s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";}i:9;O:8:\"stdClass\":2:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:10:\"totalBytes\";i:143080;}}s:8:\"headings\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:8:\"itemType\";s:5:\"bytes\";s:3:\"key\";s:10:\"totalBytes\";s:4:\"text\";s:4:\"Size\";}}}s:12:\"displayValue\";s:24:\"Total size was 6,915 KB\";s:5:\"score\";d:0.040000000000000001;s:5:\"title\";s:31:\"Avoid enormous network payloads\";s:6:\"weight\";i:0;}}s:6:\"passed\";O:8:\"stdClass\":10:{s:14:\"unminified-css\";O:8:\"stdClass\":6:{s:11:\"description\";s:137:\"Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:80;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:884086;s:11:\"wastedBytes\";i:83311;s:13:\"wastedPercent\";d:9.4234013448424996;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";}i:1;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:194890;s:11:\"wastedBytes\";i:20772;s:13:\"wastedPercent\";d:10.658445728966001;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";}}s:4:\"type\";s:11:\"opportunity\";s:19:\"overallSavingsBytes\";i:104083;}s:12:\"displayValue\";s:28:\"Potential savings of 102 KB\";s:5:\"score\";d:0.93000000000000005;s:5:\"title\";s:10:\"Minify CSS\";s:6:\"weight\";i:0;}s:8:\"dom-size\";O:8:\"stdClass\":6:{s:11:\"description\";s:531:\"Browser engineers recommend pages contain fewer than ~1,500 DOM elements. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size).\";s:7:\"details\";O:8:\"stdClass\":3:{s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:9:\"statistic\";s:18:\"Total DOM Elements\";s:5:\"value\";s:3:\"691\";}i:1;O:8:\"stdClass\":3:{s:5:\"value\";s:2:\"23\";s:9:\"statistic\";s:17:\"Maximum DOM Depth\";s:7:\"element\";O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"code\";s:5:\"value\";s:235:\"<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=\"Your Email Address\">\";}}i:2;O:8:\"stdClass\":3:{s:9:\"statistic\";s:22:\"Maximum Child Elements\";s:7:\"element\";O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"code\";s:5:\"value\";s:193:\"<body class=\"home page-template-default page page-id-8 global-block-template-8 td-animation-stack-type0 td-full-layout td-js-loaded\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\">\";}s:5:\"value\";s:2:\"15\";}}s:4:\"type\";s:5:\"table\";s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:9:\"statistic\";s:8:\"itemType\";s:4:\"text\";s:4:\"text\";s:9:\"Statistic\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:7:\"element\";s:8:\"itemType\";s:4:\"code\";s:4:\"text\";s:7:\"Element\";}i:2;O:8:\"stdClass\":3:{s:4:\"text\";s:5:\"Value\";s:3:\"key\";s:5:\"value\";s:8:\"itemType\";s:7:\"numeric\";}}}s:12:\"displayValue\";s:12:\"691 elements\";s:5:\"score\";d:0.94999999999999996;s:5:\"title\";s:28:\"Avoids an excessive DOM size\";s:6:\"weight\";i:0;}s:25:\"mainthread-work-breakdown\";O:8:\"stdClass\":6:{s:11:\"description\";s:130:\"Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this.\";s:7:\"details\";O:8:\"stdClass\":3:{s:8:\"headings\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"text\";s:8:\"Category\";s:3:\"key\";s:10:\"groupLabel\";s:8:\"itemType\";s:4:\"text\";}i:1;O:8:\"stdClass\":4:{s:4:\"text\";s:10:\"Time Spent\";s:11:\"granularity\";i:1;s:3:\"key\";s:8:\"duration\";s:8:\"itemType\";s:2:\"ms\";}}s:4:\"type\";s:5:\"table\";s:5:\"items\";a:7:{i:0;O:8:\"stdClass\":3:{s:5:\"group\";s:16:\"scriptEvaluation\";s:8:\"duration\";d:545.03099999999995;s:10:\"groupLabel\";s:17:\"Script Evaluation\";}i:1;O:8:\"stdClass\":3:{s:5:\"group\";s:11:\"styleLayout\";s:8:\"duration\";d:362.60000000000002;s:10:\"groupLabel\";s:14:\"Style & Layout\";}i:2;O:8:\"stdClass\":3:{s:10:\"groupLabel\";s:5:\"Other\";s:5:\"group\";s:5:\"other\";s:8:\"duration\";d:200.226;}i:3;O:8:\"stdClass\":3:{s:5:\"group\";s:20:\"paintCompositeRender\";s:8:\"duration\";d:115.94799999999999;s:10:\"groupLabel\";s:9:\"Rendering\";}i:4;O:8:\"stdClass\":3:{s:5:\"group\";s:9:\"parseHTML\";s:8:\"duration\";d:88.084000000000003;s:10:\"groupLabel\";s:16:\"Parse HTML & CSS\";}i:5;O:8:\"stdClass\":3:{s:10:\"groupLabel\";s:28:\"Script Parsing & Compilation\";s:5:\"group\";s:18:\"scriptParseCompile\";s:8:\"duration\";d:21.093;}i:6;O:8:\"stdClass\":3:{s:5:\"group\";s:17:\"garbageCollection\";s:8:\"duration\";d:4.9299999999999997;s:10:\"groupLabel\";s:18:\"Garbage Collection\";}}}s:12:\"displayValue\";s:6:\"1.3 s\";s:5:\"score\";d:0.97999999999999998;s:5:\"title\";s:26:\"Minimizes main-thread work\";s:6:\"weight\";i:0;}s:11:\"bootup-time\";O:8:\"stdClass\":6:{s:11:\"description\";s:211:\"Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup).\";s:7:\"details\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"table\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":4:{s:5:\"total\";d:600.41099999999994;s:9:\"scripting\";d:26.077999999999999;s:18:\"scriptParseCompile\";d:1.0149999999999999;s:3:\"url\";s:5:\"Other\";}i:1;O:8:\"stdClass\":4:{s:5:\"total\";d:575.88300000000004;s:9:\"scripting\";d:383.34100000000001;s:18:\"scriptParseCompile\";d:8.5359999999999996;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";}i:2;O:8:\"stdClass\":4:{s:3:\"url\";s:32:\"https://www.ontradeprogress.com/\";s:5:\"total\";d:121.83499999999999;s:9:\"scripting\";d:111.482;s:18:\"scriptParseCompile\";d:2.8130000000000002;}}s:7:\"summary\";O:8:\"stdClass\":1:{s:8:\"wastedMs\";d:533.26499999999999;}s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:1;O:8:\"stdClass\":4:{s:3:\"key\";s:5:\"total\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:14:\"Total CPU Time\";s:11:\"granularity\";i:1;}i:2;O:8:\"stdClass\":4:{s:4:\"text\";s:17:\"Script Evaluation\";s:11:\"granularity\";i:1;s:3:\"key\";s:9:\"scripting\";s:8:\"itemType\";s:2:\"ms\";}i:3;O:8:\"stdClass\":4:{s:3:\"key\";s:18:\"scriptParseCompile\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:12:\"Script Parse\";s:11:\"granularity\";i:1;}}}s:12:\"displayValue\";s:6:\"0.5 s\";s:5:\"score\";d:0.98999999999999999;s:5:\"title\";s:25:\"JavaScript execution time\";s:6:\"weight\";i:0;}s:22:\"uses-responsive-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:176:\"Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images).\";s:7:\"details\";O:8:\"stdClass\":5:{s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:19368;s:11:\"wastedBytes\";i:13659;s:13:\"wastedPercent\";d:70.523616734143005;s:3:\"url\";s:79:\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/header-otp-300x247.png\";}}s:4:\"type\";s:11:\"opportunity\";s:19:\"overallSavingsBytes\";i:13659;s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:9:\"valueType\";s:9:\"thumbnail\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"totalBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";}i:3;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}}s:12:\"displayValue\";s:27:\"Potential savings of 13 KB\";s:5:\"score\";i:1;s:5:\"title\";s:20:\"Properly size images\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:19:\"uses-rel-preconnect\";O:8:\"stdClass\":6:{s:11:\"description\";s:231:\"Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. [Learn more](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect).\";s:7:\"details\";O:8:\"stdClass\":4:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:30:\"Preconnect to required origins\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:21:\"unminified-javascript\";O:8:\"stdClass\":7:{s:11:\"description\";s:155:\"Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"wastedBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";}}s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:125:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js?ver=9.7.1\";s:10:\"totalBytes\";i:10222;s:11:\"wastedBytes\";i:5466;s:13:\"wastedPercent\";d:53.4687311482;}i:1;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:14717;s:11:\"wastedBytes\";i:3707;s:13:\"wastedPercent\";d:25.186980609418001;s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.3\";}}s:4:\"type\";s:11:\"opportunity\";s:19:\"overallSavingsBytes\";i:9173;}s:12:\"displayValue\";s:26:\"Potential savings of 9 KB\";s:5:\"score\";i:1;s:5:\"title\";s:17:\"Minify JavaScript\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:9:\"redirects\";O:8:\"stdClass\":5:{s:11:\"description\";s:151:\"Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects).\";s:7:\"details\";O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:29:\"Avoid multiple page redirects\";s:6:\"weight\";i:0;}s:26:\"efficient-animated-content\";O:8:\"stdClass\":5:{s:11:\"description\";s:313:\"Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}s:19:\"overallSavingsBytes\";i:0;}s:5:\"score\";i:1;s:5:\"title\";s:38:\"Use video formats for animated content\";s:6:\"weight\";i:0;}s:16:\"uses-rel-preload\";O:8:\"stdClass\":5:{s:11:\"description\";s:196:\"Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload).\";s:7:\"details\";O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:20:\"Preload key requests\";s:6:\"weight\";i:0;}}}s:10:\"field_data\";N;}s:6:\"mobile\";O:8:\"stdClass\":5:{s:5:\"score\";i:0;s:11:\"score_class\";s:1:\"c\";s:7:\"metrics\";O:8:\"stdClass\":5:{s:11:\"interactive\";O:8:\"stdClass\":5:{s:11:\"description\";s:190:\"Time to interactive is the amount of time it takes for the page to become fully interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/consistently-interactive).\";s:12:\"displayValue\";s:7:\"33.9 s\";s:5:\"score\";i:0;s:5:\"title\";s:19:\"Time to Interactive\";s:6:\"weight\";i:5;}s:14:\"first-cpu-idle\";O:8:\"stdClass\":5:{s:11:\"description\";s:191:\"First CPU Idle marks the first time at which the page\'s main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive).\";s:12:\"displayValue\";s:7:\"29.1 s\";s:5:\"score\";i:0;s:5:\"title\";s:14:\"First CPU Idle\";s:6:\"weight\";i:2;}s:11:\"speed-index\";O:8:\"stdClass\":5:{s:11:\"description\";s:160:\"Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index).\";s:12:\"displayValue\";s:7:\"26.7 s\";s:5:\"score\";i:0;s:5:\"title\";s:11:\"Speed Index\";s:6:\"weight\";i:4;}s:22:\"first-meaningful-paint\";O:8:\"stdClass\":5:{s:11:\"description\";s:174:\"First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint).\";s:12:\"displayValue\";s:7:\"29.1 s\";s:5:\"score\";i:0;s:5:\"title\";s:22:\"First Meaningful Paint\";s:6:\"weight\";i:1;}s:22:\"first-contentful-paint\";O:8:\"stdClass\":5:{s:11:\"description\";s:178:\"First Contentful Paint marks the time at which the first text or image is painted. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-contentful-paint).\";s:12:\"displayValue\";s:7:\"26.1 s\";s:5:\"score\";i:0;s:5:\"title\";s:22:\"First Contentful Paint\";s:6:\"weight\";i:3;}}s:6:\"audits\";O:8:\"stdClass\":3:{s:13:\"opportunities\";O:8:\"stdClass\":8:{s:16:\"unused-css-rules\";O:8:\"stdClass\":6:{s:11:\"description\";s:241:\"Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/unused-css).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:21300;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"wastedBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";}}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:6:{i:0;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:3179275;s:11:\"wastedBytes\";i:3175726;s:13:\"wastedPercent\";d:99.888361400788995;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";}i:1;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:884086;s:11:\"wastedBytes\";i:875064;s:13:\"wastedPercent\";d:98.979544500526998;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";}i:2;O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:10:\"totalBytes\";i:194890;s:11:\"wastedBytes\";i:175943;s:13:\"wastedPercent\";d:90.278227360307994;}i:3;O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:10:\"totalBytes\";i:72389;s:11:\"wastedBytes\";i:67404;s:13:\"wastedPercent\";d:93.113344887348006;}i:4;O:8:\"stdClass\":4:{s:3:\"url\";s:567:\"https://fonts.googleapis.com/css?family=Montserrat%3A400%2C100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C100%2C100italic%2C200%2C200italic%2C300%2C500%2C500italic%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400%2C400italic%2C500%2C500italic%2C700%2C900%2C100%2C100italic%2C200%2C200italic%2C300italic%2C600%2C600italic%2C700italic%2C800%2C800italic%2C900italic&ver=9.7.1\";s:10:\"totalBytes\";i:3222;s:11:\"wastedBytes\";i:3222;s:13:\"wastedPercent\";i:100;}i:5;O:8:\"stdClass\":4:{s:3:\"url\";s:103:\".td-header-wrap .black-menu .sf-menu > .current-menu-item > a,\n.td-header-wrap .black-menu .sf-menu ...\";s:10:\"totalBytes\";i:5202;s:11:\"wastedBytes\";i:2750;s:13:\"wastedPercent\";d:52.855090680552998;}}s:19:\"overallSavingsBytes\";i:4300109;}s:12:\"displayValue\";s:30:\"Potential savings of 4,199 KB\";s:5:\"score\";i:0;s:5:\"title\";s:17:\"Remove unused CSS\";s:6:\"weight\";i:0;}s:16:\"uses-webp-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:232:\"Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:5700;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:9:\"thumbnail\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:3;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:244052;s:11:\"wastedBytes\";i:206932;s:12:\"fromProtocol\";b:1;s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";}i:1;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:239309;s:11:\"wastedBytes\";i:205561;s:12:\"fromProtocol\";b:1;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";}i:2;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:226182;s:11:\"wastedBytes\";i:191416;s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:12:\"fromProtocol\";b:1;}i:3;O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:145473;s:11:\"wastedBytes\";i:123623;}i:4;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:135114;s:11:\"wastedBytes\";i:121236;s:3:\"url\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.png\";s:12:\"fromProtocol\";b:1;}i:5;O:8:\"stdClass\":5:{s:12:\"fromProtocol\";b:1;s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:142688;s:11:\"wastedBytes\";i:118772;}i:6;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:93941;s:13:\"isCrossOrigin\";b:0;s:11:\"wastedBytes\";i:74849;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:12:\"fromProtocol\";b:1;}i:7;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:55357;s:11:\"wastedBytes\";i:43061;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;}i:8;O:8:\"stdClass\":5:{s:12:\"fromProtocol\";b:1;s:3:\"url\";s:79:\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/header-otp-300x247.png\";s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:19368;s:11:\"wastedBytes\";i:10884;}}s:4:\"type\";s:11:\"opportunity\";s:19:\"overallSavingsBytes\";i:1096334;}s:12:\"displayValue\";s:30:\"Potential savings of 1,071 KB\";s:5:\"score\";i:0;s:5:\"title\";s:32:\"Serve images in next-gen formats\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:18:\"time-to-first-byte\";O:8:\"stdClass\":6:{s:11:\"description\";s:155:\"Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb).\";s:7:\"details\";O:8:\"stdClass\":4:{s:16:\"overallSavingsMs\";d:239.31899999999999;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}}s:12:\"displayValue\";s:26:\"Root document took 840 ms\";s:5:\"score\";i:0;s:5:\"title\";s:35:\"Reduce server response times (TTFB)\";s:6:\"weight\";i:0;}s:25:\"render-blocking-resources\";O:8:\"stdClass\":6:{s:11:\"description\";s:229:\"Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).\";s:7:\"details\";O:8:\"stdClass\":4:{s:16:\"overallSavingsMs\";i:24894;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:10:\"timespanMs\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:8:\"wastedMs\";}}s:5:\"items\";a:6:{i:0;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:3179275;s:8:\"wastedMs\";i:25080;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";}i:1;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:2430;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:10:\"totalBytes\";i:72389;}i:2;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:780;s:3:\"url\";s:567:\"https://fonts.googleapis.com/css?family=Montserrat%3A400%2C100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C100%2C100italic%2C200%2C200italic%2C300%2C500%2C500italic%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A300%2C400%2C400italic%2C500%2C500italic%2C700%2C900%2C100%2C100italic%2C200%2C200italic%2C300italic%2C600%2C600italic%2C700italic%2C800%2C800italic%2C900italic&ver=9.7.1\";s:10:\"totalBytes\";i:3222;}i:3;O:8:\"stdClass\":3:{s:8:\"wastedMs\";i:4980;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:10:\"totalBytes\";i:194890;}i:4;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:884086;s:8:\"wastedMs\";i:13680;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";}i:5;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:520931;s:8:\"wastedMs\";i:9780;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";}}s:4:\"type\";s:11:\"opportunity\";}s:12:\"displayValue\";s:31:\"Potential savings of 24,890 ms\";s:5:\"score\";i:0;s:5:\"title\";s:35:\"Eliminate render-blocking resources\";s:6:\"weight\";i:0;}s:21:\"uses-text-compression\";O:8:\"stdClass\":6:{s:11:\"description\";s:203:\"Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression).\";s:7:\"details\";O:8:\"stdClass\":5:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:12:{i:0;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:3179008;s:11:\"wastedBytes\";i:3161388;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";}i:1;O:8:\"stdClass\":3:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:10:\"totalBytes\";i:883821;s:11:\"wastedBytes\";i:800101;}i:2;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:520652;s:11:\"wastedBytes\";i:365011;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";}i:3;O:8:\"stdClass\":3:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";s:10:\"totalBytes\";i:224754;s:11:\"wastedBytes\";i:171721;}i:4;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:194625;s:11:\"wastedBytes\";i:165336;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";}i:5;O:8:\"stdClass\":3:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:10:\"totalBytes\";i:72125;s:11:\"wastedBytes\";i:62742;}i:6;O:8:\"stdClass\":3:{s:3:\"url\";s:147:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js?version=5.3.1.4\";s:10:\"totalBytes\";i:50169;s:11:\"wastedBytes\";i:37336;}i:7;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:28412;s:11:\"wastedBytes\";i:21653;s:3:\"url\";s:143:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js?version=5.3.1.4\";}i:8;O:8:\"stdClass\":3:{s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.3\";s:10:\"totalBytes\";i:14440;s:11:\"wastedBytes\";i:10447;}i:9;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:13840;s:11:\"wastedBytes\";i:9218;s:3:\"url\";s:78:\"https://www.ontradeprogress.com/wp-includes/js/wp-emoji-release.min.js?ver=5.2\";}i:10;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:9946;s:11:\"wastedBytes\";i:8442;s:3:\"url\";s:125:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js?ver=9.7.1\";}i:11;O:8:\"stdClass\":3:{s:10:\"totalBytes\";i:8336;s:11:\"wastedBytes\";i:5841;s:3:\"url\";s:140:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js?version=5.3.1.4\";}}s:19:\"overallSavingsBytes\";i:4819236;s:16:\"overallSavingsMs\";i:23850;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}}s:12:\"displayValue\";s:30:\"Potential savings of 4,706 KB\";s:5:\"score\";i:0;s:5:\"title\";s:23:\"Enable text compression\";s:6:\"weight\";i:0;}s:21:\"uses-optimized-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:149:\"Optimized images load faster and consume less cellular data. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images).\";s:7:\"details\";O:8:\"stdClass\":5:{s:5:\"items\";a:7:{i:0;O:8:\"stdClass\":5:{s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:244052;s:11:\"wastedBytes\";i:171388;s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";s:12:\"fromProtocol\";b:1;}i:1;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:239309;s:11:\"wastedBytes\";i:166410;}i:2;O:8:\"stdClass\":5:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:226182;s:11:\"wastedBytes\";i:152726;}i:3;O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:145473;s:11:\"wastedBytes\";i:99891;}i:4;O:8:\"stdClass\":5:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:1;s:10:\"totalBytes\";i:142688;s:11:\"wastedBytes\";i:96131;}i:5;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:93941;s:11:\"wastedBytes\";i:54395;}i:6;O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:12:\"fromProtocol\";b:1;s:13:\"isCrossOrigin\";b:0;s:10:\"totalBytes\";i:55357;s:11:\"wastedBytes\";i:30970;}}s:4:\"type\";s:11:\"opportunity\";s:19:\"overallSavingsBytes\";i:771911;s:16:\"overallSavingsMs\";i:4050;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:9:\"valueType\";s:9:\"thumbnail\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"wastedBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";}}}s:12:\"displayValue\";s:28:\"Potential savings of 754 KB\";s:5:\"score\";d:0.11;s:5:\"title\";s:25:\"Efficiently encode images\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:16:\"offscreen-images\";O:8:\"stdClass\":7:{s:11:\"description\";s:220:\"Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/offscreen-images).\";s:7:\"details\";O:8:\"stdClass\":5:{s:5:\"items\";a:5:{i:0;O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";s:16:\"requestStartTime\";d:1543423.5277740001;s:10:\"totalBytes\";i:244052;s:11:\"wastedBytes\";i:244052;s:13:\"wastedPercent\";i:100;}i:1;O:8:\"stdClass\":5:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";s:16:\"requestStartTime\";d:1543423.527547;s:10:\"totalBytes\";i:226182;s:11:\"wastedBytes\";i:226182;s:13:\"wastedPercent\";i:100;}i:2;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:145473;s:11:\"wastedBytes\";i:145473;s:13:\"wastedPercent\";i:100;s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:16:\"requestStartTime\";d:1543423.5276540001;}i:3;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:16:\"requestStartTime\";d:1543423.528378;s:10:\"totalBytes\";i:93941;s:11:\"wastedBytes\";i:93941;s:13:\"wastedPercent\";i:100;}i:4;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:14228;s:11:\"wastedBytes\";i:14228;s:13:\"wastedPercent\";i:100;s:3:\"url\";s:79:\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-retina-300x247.png\";s:16:\"requestStartTime\";d:1543424.476608;}}s:4:\"type\";s:11:\"opportunity\";s:19:\"overallSavingsBytes\";i:723876;s:16:\"overallSavingsMs\";i:3300;s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":2:{s:9:\"valueType\";s:9:\"thumbnail\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"wastedBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";}}}s:12:\"displayValue\";s:28:\"Potential savings of 707 KB\";s:5:\"score\";d:0.20000000000000001;s:5:\"title\";s:22:\"Defer offscreen images\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:14:\"unminified-css\";O:8:\"stdClass\":6:{s:11:\"description\";s:137:\"Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:450;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"totalBytes\";s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":4:{s:10:\"totalBytes\";i:884086;s:11:\"wastedBytes\";i:83311;s:13:\"wastedPercent\";d:9.4234013448424996;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";}i:1;O:8:\"stdClass\":4:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:10:\"totalBytes\";i:194890;s:11:\"wastedBytes\";i:20772;s:13:\"wastedPercent\";d:10.658445728966001;}}s:19:\"overallSavingsBytes\";i:104083;}s:12:\"displayValue\";s:28:\"Potential savings of 102 KB\";s:5:\"score\";d:0.67000000000000004;s:5:\"title\";s:10:\"Minify CSS\";s:6:\"weight\";i:0;}}s:11:\"diagnostics\";O:8:\"stdClass\":5:{s:12:\"font-display\";O:8:\"stdClass\":5:{s:11:\"description\";s:174:\"Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://developers.google.com/web/updates/2016/02/font-display).\";s:7:\"details\";O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"table\";s:5:\"items\";a:13:{i:0;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1126.0489998385001;s:3:\"url\";s:90:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?16\";}i:1;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1123.3179999981;s:3:\"url\";s:84:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_epG3gnD_vx3rCs.woff2\";}i:2;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1122.1890000161;s:3:\"url\";s:80:\"https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2\";}i:3;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1118.1439999490999;s:3:\"url\";s:77:\"https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2\";}i:4;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:1101.1670001317;s:3:\"url\";s:87:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZwjimrqw.woff2\";}i:5;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:470.64000018872002;s:3:\"url\";s:83:\"https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2\";}i:6;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:469.36700004152999;s:3:\"url\";s:75:\"https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2\";}i:7;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:468.19200017488998;s:3:\"url\";s:84:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2\";}i:8;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:467.55099995062;s:3:\"url\";s:84:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2\";}i:9;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:461.96400001644997;s:3:\"url\";s:84:\"https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD_vx3rCs.woff2\";}i:10;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:418.23800001293;s:3:\"url\";s:87:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZwjimrqw.woff2\";}i:11;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:378.58000001869999;s:3:\"url\";s:87:\"https://fonts.gstatic.com/s/montserrat/v13/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZwjimrqw.woff2\";}i:12;O:8:\"stdClass\":2:{s:8:\"wastedMs\";d:377.11300002411002;s:3:\"url\";s:81:\"https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2\";}}s:8:\"headings\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"wastedMs\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:17:\"Potential Savings\";}}}s:5:\"score\";i:0;s:5:\"title\";s:47:\"Ensure text remains visible during webfont load\";s:6:\"weight\";i:0;}s:19:\"uses-long-cache-ttl\";O:8:\"stdClass\":6:{s:11:\"description\";s:148:\"A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy).\";s:7:\"details\";O:8:\"stdClass\":4:{s:5:\"items\";a:21:{i:0;O:8:\"stdClass\":5:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:3179275;s:11:\"wastedBytes\";i:3179275;s:19:\"cacheHitProbability\";i:0;}i:1;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:884086;s:11:\"wastedBytes\";i:884086;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;}i:2;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:520931;s:11:\"wastedBytes\";i:520931;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";s:15:\"cacheLifetimeMs\";i:0;}i:3;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:239576;s:11:\"wastedBytes\";i:239576;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:15:\"cacheLifetimeMs\";i:0;}i:4;O:8:\"stdClass\":5:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:225033;s:11:\"wastedBytes\";i:225033;s:19:\"cacheHitProbability\";i:0;}i:5;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:194890;s:11:\"wastedBytes\";i:194890;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;}i:6;O:8:\"stdClass\":5:{s:3:\"url\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.png\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:135380;s:11:\"wastedBytes\";i:135380;s:19:\"cacheHitProbability\";i:0;}i:7;O:8:\"stdClass\":5:{s:3:\"url\";s:90:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?16\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:123034;s:11:\"wastedBytes\";i:123034;s:19:\"cacheHitProbability\";i:0;}i:8;O:8:\"stdClass\":5:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:94207;s:11:\"wastedBytes\";i:94207;s:19:\"cacheHitProbability\";i:0;}i:9;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:72389;s:11:\"wastedBytes\";i:72389;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/1yke6749/aejfw.css\";s:15:\"cacheLifetimeMs\";i:0;}i:10;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:55622;s:11:\"wastedBytes\";i:55622;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:15:\"cacheLifetimeMs\";i:0;}i:11;O:8:\"stdClass\":5:{s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.3\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:14717;s:11:\"wastedBytes\";i:14717;s:19:\"cacheHitProbability\";i:0;}i:12;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:14117;s:11:\"wastedBytes\";i:14117;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:78:\"https://www.ontradeprogress.com/wp-includes/js/wp-emoji-release.min.js?ver=5.2\";s:15:\"cacheLifetimeMs\";i:0;}i:13;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:10222;s:11:\"wastedBytes\";i:10222;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:125:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js?ver=9.7.1\";s:15:\"cacheLifetimeMs\";i:0;}i:14;O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/mobile-white.png\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:5180;s:11:\"wastedBytes\";i:5180;s:19:\"cacheHitProbability\";i:0;}i:15;O:8:\"stdClass\":5:{s:3:\"url\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP-Footer-New.png\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:4248;s:11:\"wastedBytes\";i:4248;s:19:\"cacheHitProbability\";i:0;}i:16;O:8:\"stdClass\":5:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/assets/loader.gif\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:2807;s:11:\"wastedBytes\";i:2807;s:19:\"cacheHitProbability\";i:0;}i:17;O:8:\"stdClass\":5:{s:3:\"url\";s:75:\"https://www.ontradeprogress.com/wp-includes/js/comment-reply.min.js?ver=5.2\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:2509;s:11:\"wastedBytes\";i:2509;s:19:\"cacheHitProbability\";i:0;}i:18;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:1678;s:11:\"wastedBytes\";i:1678;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:70:\"https://www.ontradeprogress.com/wp-includes/js/wp-embed.min.js?ver=5.2\";s:15:\"cacheLifetimeMs\";i:0;}i:19;O:8:\"stdClass\":5:{s:10:\"totalBytes\";i:1108;s:11:\"wastedBytes\";i:1108;s:19:\"cacheHitProbability\";i:0;s:3:\"url\";s:88:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif\";s:15:\"cacheLifetimeMs\";i:0;}i:20;O:8:\"stdClass\":5:{s:3:\"url\";s:95:\"https://www.ontradeprogress.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png\";s:15:\"cacheLifetimeMs\";i:0;s:10:\"totalBytes\";i:444;s:11:\"wastedBytes\";i:444;s:19:\"cacheHitProbability\";i:0;}}s:4:\"type\";s:5:\"table\";s:7:\"summary\";O:8:\"stdClass\":1:{s:11:\"wastedBytes\";i:5781453;}s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:1;O:8:\"stdClass\":4:{s:3:\"key\";s:15:\"cacheLifetimeMs\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:9:\"Cache TTL\";s:11:\"displayUnit\";s:8:\"duration\";}i:2;O:8:\"stdClass\":5:{s:3:\"key\";s:10:\"totalBytes\";s:8:\"itemType\";s:5:\"bytes\";s:4:\"text\";s:4:\"Size\";s:11:\"granularity\";i:1;s:11:\"displayUnit\";s:2:\"kb\";}}}s:12:\"displayValue\";s:18:\"21 resources found\";s:5:\"score\";i:0;s:5:\"title\";s:50:\"Serve static assets with an efficient cache policy\";s:6:\"weight\";i:0;}s:17:\"total-byte-weight\";O:8:\"stdClass\":6:{s:11:\"description\";s:182:\"Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads).\";s:7:\"details\";O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"table\";s:5:\"items\";a:10:{i:0;O:8:\"stdClass\":2:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/e8gf0ud/aejfw.css\";s:10:\"totalBytes\";i:3179275;}i:1;O:8:\"stdClass\":2:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/7n85gksu/aejfw.css\";s:10:\"totalBytes\";i:884086;}i:2;O:8:\"stdClass\":2:{s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";s:10:\"totalBytes\";i:520931;}i:3;O:8:\"stdClass\":2:{s:3:\"url\";s:77:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg\";s:10:\"totalBytes\";i:244444;}i:4;O:8:\"stdClass\":2:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:10:\"totalBytes\";i:239576;}i:5;O:8:\"stdClass\":2:{s:10:\"totalBytes\";i:226574;s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg\";}i:6;O:8:\"stdClass\":2:{s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";s:10:\"totalBytes\";i:225033;}i:7;O:8:\"stdClass\":2:{s:3:\"url\";s:81:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/djlc5rli/aejfw.css\";s:10:\"totalBytes\";i:194890;}i:8;O:8:\"stdClass\":2:{s:3:\"url\";s:90:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:10:\"totalBytes\";i:145865;}i:9;O:8:\"stdClass\":2:{s:3:\"url\";s:82:\"https://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:10:\"totalBytes\";i:143080;}}s:8:\"headings\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:3:\"url\";s:8:\"itemType\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"totalBytes\";s:8:\"itemType\";s:5:\"bytes\";s:4:\"text\";s:4:\"Size\";}}}s:12:\"displayValue\";s:24:\"Total size was 6,697 KB\";s:5:\"score\";d:0.050000000000000003;s:5:\"title\";s:31:\"Avoid enormous network payloads\";s:6:\"weight\";i:0;}s:25:\"mainthread-work-breakdown\";O:8:\"stdClass\":6:{s:11:\"description\";s:130:\"Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this.\";s:7:\"details\";O:8:\"stdClass\":3:{s:8:\"headings\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"text\";s:8:\"Category\";s:3:\"key\";s:10:\"groupLabel\";s:8:\"itemType\";s:4:\"text\";}i:1;O:8:\"stdClass\":4:{s:3:\"key\";s:8:\"duration\";s:8:\"itemType\";s:2:\"ms\";s:4:\"text\";s:10:\"Time Spent\";s:11:\"granularity\";i:1;}}s:5:\"items\";a:6:{i:0;O:8:\"stdClass\":3:{s:5:\"group\";s:16:\"scriptEvaluation\";s:8:\"duration\";d:2527.2359999999999;s:10:\"groupLabel\";s:17:\"Script Evaluation\";}i:1;O:8:\"stdClass\":3:{s:10:\"groupLabel\";s:14:\"Style & Layout\";s:5:\"group\";s:11:\"styleLayout\";s:8:\"duration\";d:1404.2;}i:2;O:8:\"stdClass\":3:{s:5:\"group\";s:5:\"other\";s:8:\"duration\";d:842.88400000000001;s:10:\"groupLabel\";s:5:\"Other\";}i:3;O:8:\"stdClass\":3:{s:10:\"groupLabel\";s:9:\"Rendering\";s:5:\"group\";s:20:\"paintCompositeRender\";s:8:\"duration\";d:480.536;}i:4;O:8:\"stdClass\":3:{s:10:\"groupLabel\";s:16:\"Parse HTML & CSS\";s:5:\"group\";s:9:\"parseHTML\";s:8:\"duration\";d:378.5;}i:5;O:8:\"stdClass\":3:{s:5:\"group\";s:18:\"scriptParseCompile\";s:8:\"duration\";d:86.311999999999998;s:10:\"groupLabel\";s:28:\"Script Parsing & Compilation\";}}s:4:\"type\";s:5:\"table\";}s:12:\"displayValue\";s:6:\"5.7 s\";s:5:\"score\";d:0.25;s:5:\"title\";s:25:\"Minimize main-thread work\";s:6:\"weight\";i:0;}s:11:\"bootup-time\";O:8:\"stdClass\":6:{s:11:\"description\";s:211:\"Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/bootup).\";s:7:\"details\";O:8:\"stdClass\":4:{s:7:\"summary\";O:8:\"stdClass\":1:{s:8:\"wastedMs\";d:2569.348;}s:8:\"headings\";a:4:{i:0;O:8:\"stdClass\":3:{s:8:\"itemType\";s:3:\"url\";s:3:\"key\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:1;O:8:\"stdClass\":4:{s:8:\"itemType\";s:2:\"ms\";s:3:\"key\";s:5:\"total\";s:4:\"text\";s:14:\"Total CPU Time\";s:11:\"granularity\";i:1;}i:2;O:8:\"stdClass\":4:{s:4:\"text\";s:17:\"Script Evaluation\";s:11:\"granularity\";i:1;s:3:\"key\";s:9:\"scripting\";s:8:\"itemType\";s:2:\"ms\";}i:3;O:8:\"stdClass\":4:{s:8:\"itemType\";s:2:\"ms\";s:3:\"key\";s:18:\"scriptParseCompile\";s:4:\"text\";s:12:\"Script Parse\";s:11:\"granularity\";i:1;}}s:4:\"type\";s:5:\"table\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:5:\"Other\";s:5:\"total\";d:2698.4879999999998;s:9:\"scripting\";d:148.93600000000001;s:18:\"scriptParseCompile\";d:4.7999999999999998;}i:1;O:8:\"stdClass\":4:{s:5:\"total\";d:2286.98;s:9:\"scripting\";d:1716.7840000000001;s:18:\"scriptParseCompile\";d:37.027999999999999;s:3:\"url\";s:80:\"https://www.ontradeprogress.com/wp-content/cache/wpfc-minified/6z4jd968/aejfw.js\";}i:2;O:8:\"stdClass\":4:{s:9:\"scripting\";d:561.88400000000001;s:5:\"total\";d:586.48000000000002;s:18:\"scriptParseCompile\";d:12.523999999999999;s:3:\"url\";s:32:\"https://www.ontradeprogress.com/\";}i:3;O:8:\"stdClass\":4:{s:5:\"total\";d:103.52;s:9:\"scripting\";d:66.652000000000001;s:18:\"scriptParseCompile\";d:20.739999999999998;s:3:\"url\";s:92:\"https://www.ontradeprogress.com/wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=9.7.1\";}}}s:12:\"displayValue\";s:6:\"2.6 s\";s:5:\"score\";d:0.65000000000000002;s:5:\"title\";s:32:\"Reduce JavaScript execution time\";s:6:\"weight\";i:0;}}s:6:\"passed\";O:8:\"stdClass\":7:{s:8:\"dom-size\";O:8:\"stdClass\":6:{s:11:\"description\";s:531:\"Browser engineers recommend pages contain fewer than ~1,500 DOM elements. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/tools/lighthouse/audits/dom-size).\";s:7:\"details\";O:8:\"stdClass\":3:{s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"text\";s:9:\"Statistic\";s:3:\"key\";s:9:\"statistic\";s:8:\"itemType\";s:4:\"text\";}i:1;O:8:\"stdClass\":3:{s:8:\"itemType\";s:4:\"code\";s:3:\"key\";s:7:\"element\";s:4:\"text\";s:7:\"Element\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:5:\"value\";s:8:\"itemType\";s:7:\"numeric\";s:4:\"text\";s:5:\"Value\";}}s:4:\"type\";s:5:\"table\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"value\";s:3:\"691\";s:9:\"statistic\";s:18:\"Total DOM Elements\";}i:1;O:8:\"stdClass\":3:{s:5:\"value\";s:2:\"23\";s:9:\"statistic\";s:17:\"Maximum DOM Depth\";s:7:\"element\";O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"code\";s:5:\"value\";s:235:\"<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=\"Your Email Address\">\";}}i:2;O:8:\"stdClass\":3:{s:5:\"value\";s:2:\"15\";s:9:\"statistic\";s:22:\"Maximum Child Elements\";s:7:\"element\";O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"code\";s:5:\"value\";s:193:\"<body class=\"home page-template-default page page-id-8 global-block-template-8 td-animation-stack-type0 td-full-layout td-js-loaded\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\">\";}}}}s:12:\"displayValue\";s:12:\"691 elements\";s:5:\"score\";d:0.94999999999999996;s:5:\"title\";s:28:\"Avoids an excessive DOM size\";s:6:\"weight\";i:0;}s:22:\"uses-responsive-images\";O:8:\"stdClass\":6:{s:11:\"description\";s:176:\"Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images).\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}s:19:\"overallSavingsBytes\";i:0;}s:5:\"score\";i:1;s:5:\"title\";s:20:\"Properly size images\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:19:\"uses-rel-preconnect\";O:8:\"stdClass\":6:{s:11:\"description\";s:231:\"Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. [Learn more](https://developers.google.com/web/fundamentals/performance/resource-prioritization#preconnect).\";s:7:\"details\";O:8:\"stdClass\":4:{s:5:\"items\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:30:\"Preconnect to required origins\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:26:\"efficient-animated-content\";O:8:\"stdClass\":5:{s:11:\"description\";s:313:\"Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/replace-animated-gifs-with-video/)\";s:7:\"details\";O:8:\"stdClass\":5:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}s:19:\"overallSavingsBytes\";i:0;}s:5:\"score\";i:1;s:5:\"title\";s:38:\"Use video formats for animated content\";s:6:\"weight\";i:0;}s:21:\"unminified-javascript\";O:8:\"stdClass\":7:{s:11:\"description\";s:155:\"Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources).\";s:7:\"details\";O:8:\"stdClass\":5:{s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":4:{s:3:\"url\";s:125:\"https://www.ontradeprogress.com/wp-content/plugins/td-composer/legacy/common/wp_booster/js_dev/tdModalPostImages.js?ver=9.7.1\";s:10:\"totalBytes\";i:10222;s:11:\"wastedBytes\";i:5466;s:13:\"wastedPercent\";d:53.4687311482;}i:1;O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"https://www.ontradeprogress.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.3\";s:10:\"totalBytes\";i:14717;s:11:\"wastedBytes\";i:3707;s:13:\"wastedPercent\";d:25.186980609418001;}}s:19:\"overallSavingsBytes\";i:9173;s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:3:{i:0;O:8:\"stdClass\":3:{s:9:\"valueType\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:3:\"key\";s:3:\"url\";}i:1;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:4:\"Size\";s:3:\"key\";s:10:\"totalBytes\";}i:2;O:8:\"stdClass\":3:{s:9:\"valueType\";s:5:\"bytes\";s:5:\"label\";s:17:\"Potential Savings\";s:3:\"key\";s:11:\"wastedBytes\";}}}s:12:\"displayValue\";s:26:\"Potential savings of 9 KB\";s:5:\"score\";i:1;s:5:\"title\";s:17:\"Minify JavaScript\";s:8:\"warnings\";a:0:{}s:6:\"weight\";i:0;}s:9:\"redirects\";O:8:\"stdClass\":5:{s:11:\"description\";s:151:\"Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects).\";s:7:\"details\";O:8:\"stdClass\":4:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:29:\"Avoid multiple page redirects\";s:6:\"weight\";i:0;}s:16:\"uses-rel-preload\";O:8:\"stdClass\":5:{s:11:\"description\";s:196:\"Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload).\";s:7:\"details\";O:8:\"stdClass\":4:{s:16:\"overallSavingsMs\";i:0;s:8:\"headings\";a:0:{}s:4:\"type\";s:11:\"opportunity\";s:5:\"items\";a:0:{}}s:5:\"score\";i:1;s:5:\"title\";s:20:\"Preload key requests\";s:6:\"weight\";i:0;}}}s:10:\"field_data\";N;}}s:5:\"error\";b:0;}','no'),(1744071,'wphb-notice-cache-cleaned-show','yes','yes'),(1744099,'updraft_task_manager_dbversion','1.0.1','yes'),(1744114,'wp-optimize-corrupted-tables-count','0','yes'),(1744115,'wp-optimize-compression_server','resmushit','yes'),(1744116,'wp-optimize-image_quality','very_good','yes'),(1744117,'wp-optimize-back_up_original','1','yes'),(1744252,'ampforwp_plugin_info','a:1:{s:15:\"activation_data\";i:1558776689;}','yes'),(1744256,'ampforwp_rewrite_flush_option','true','yes'),(1744257,'_transient_ampforwp_current_version_check','0.9.97.54','yes'),(1744258,'ampforwp_cpt_generated_post_types','a:0:{}','yes'),(1744259,'redux_builder_amp','a:508:{s:9:\"opt-media\";a:5:{s:3:\"url\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP_TWITTER_PROFILE-IMAGE01.jpg\";s:2:\"id\";i:5285;s:6:\"height\";i:833;s:5:\"width\";i:833;s:9:\"thumbnail\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP_TWITTER_PROFILE-IMAGE01-150x150.jpg\";}s:31:\"ampforwp-custom-logo-dimensions\";i:0;s:39:\"ampforwp-custom-logo-dimensions-options\";s:8:\"flexible\";s:38:\"ampforwp-custom-logo-dimensions-slider\";s:3:\"100\";s:15:\"opt-media-width\";s:3:\"190\";s:16:\"opt-media-height\";s:2:\"36\";s:24:\"amp-on-off-for-all-posts\";s:1:\"1\";s:24:\"amp-on-off-for-all-pages\";s:1:\"1\";s:32:\"ampforwp-homepage-on-off-support\";s:1:\"1\";s:27:\"amp-frontpage-select-option\";i:0;s:33:\"amp-frontpage-select-option-pages\";s:1:\"2\";s:28:\"ampforwp-title-on-front-page\";i:0;s:24:\"ampforwp-archive-support\";s:1:\"0\";s:26:\"ampforwp-amp-convert-to-wp\";i:0;s:21:\"ampforwp-amp-takeover\";s:1:\"0\";s:20:\"ampforwp-pagebuilder\";b:1;s:28:\"ampforwp-wpbakery-pb-for-amp\";b:0;s:24:\"ampforwp-divi-pb-for-amp\";b:0;s:29:\"ampforwp-elementor-pb-for-amp\";b:0;s:16:\"enable-amp-ads-1\";i:0;s:23:\"enable-amp-ads-select-1\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-1\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-1\";s:0:\"\";s:21:\"enable-amp-ads-resp-1\";i:0;s:16:\"enable-amp-ads-2\";i:0;s:23:\"enable-amp-ads-select-2\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-2\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-2\";s:0:\"\";s:21:\"enable-amp-ads-resp-2\";i:0;s:16:\"enable-amp-ads-3\";i:0;s:20:\"made-amp-ad-3-global\";s:1:\"1\";s:23:\"enable-amp-ads-select-3\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-3\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-3\";s:0:\"\";s:21:\"enable-amp-ads-resp-3\";i:0;s:16:\"enable-amp-ads-4\";i:0;s:23:\"enable-amp-ads-select-4\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-4\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-4\";s:0:\"\";s:21:\"enable-amp-ads-resp-4\";i:0;s:16:\"enable-amp-ads-5\";i:0;s:23:\"enable-amp-ads-select-5\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-5\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-5\";s:0:\"\";s:21:\"enable-amp-ads-resp-5\";i:0;s:16:\"enable-amp-ads-6\";i:0;s:23:\"enable-amp-ads-select-6\";s:1:\"2\";s:34:\"enable-amp-ads-text-feild-client-6\";s:0:\"\";s:32:\"enable-amp-ads-text-feild-slot-6\";s:0:\"\";s:21:\"enable-amp-ads-resp-6\";i:0;s:34:\"ampforwp-ads-data-loading-strategy\";i:0;s:24:\"ampforwp-ads-sponsorship\";i:0;s:30:\"ampforwp-ads-sponsorship-label\";s:0:\"\";s:29:\"ampforwp-seo-meta-description\";i:0;s:22:\"ampforwp-seo-selection\";s:5:\"yoast\";s:23:\"ampforwp-seo-yoast-meta\";s:1:\"1\";s:30:\"ampforwp-seo-yoast-description\";i:0;s:28:\"ampforwp-seo-yoast-canonical\";i:0;s:27:\"ampforwp-yoast-seo-analysis\";i:1;s:29:\"ampforwp-seo-aioseo-canonical\";i:0;s:19:\"amp-inspection-tool\";i:1;s:42:\"ampforwp-robots-archive-sub-pages-sitewide\";i:0;s:36:\"ampforwp-robots-archive-author-pages\";i:1;s:34:\"ampforwp-robots-archive-date-pages\";i:1;s:38:\"ampforwp-robots-archive-category-pages\";i:1;s:33:\"ampforwp-robots-archive-tag-pages\";i:1;s:28:\"ampforwp_cache_minimize_mode\";i:0;s:27:\"amp-analytics-select-option\";s:1:\"1\";s:18:\"ampforwp-ga-switch\";b:0;s:8:\"ga-feild\";s:10:\"UA-XXXXX-Y\";s:32:\"ampforwp-ga-field-advance-switch\";i:0;s:29:\"ampforwp-ga-field-anonymizeIP\";i:1;s:24:\"ampforwp-ga-field-linker\";i:0;s:25:\"ampforwp-ga-field-advance\";s:296:\"{\r\n    \"vars\": {\r\n        \"account\": \"UA-xxxxxxx-x\"  //Replace this with your Tracking ID\r\n    },\r\n    \"triggers\": {\r\n        \"trackPageview\": {\r\n            \"on\": \"visible\",\r\n            \"request\": \"pageview\"\r\n        }\r\n    /** \r\n     * Enter your Advanced Analytics code here\r\n    */\r\n    }\r\n}\";s:18:\"amp-use-gtm-option\";i:0;s:10:\"amp-gtm-id\";s:0:\"\";s:22:\"amp-gtm-analytics-type\";s:0:\"\";s:22:\"amp-gtm-analytics-code\";s:0:\"\";s:30:\"ampforwp-gtm-field-anonymizeIP\";i:1;s:12:\"amp-fb-pixel\";i:0;s:15:\"amp-fb-pixel-id\";s:0:\"\";s:23:\"ampforwp-Segment-switch\";b:0;s:8:\"sa-feild\";s:17:\"SEGMENT-WRITE-KEY\";s:21:\"ampforwp-Piwik-switch\";b:0;s:8:\"pa-feild\";s:1:\"#\";s:25:\"ampforwp-Quantcast-switch\";b:0;s:28:\"amp-quantcast-analytics-code\";s:0:\"\";s:24:\"ampforwp-comScore-switch\";b:0;s:30:\"amp-comscore-analytics-code-c1\";i:1;s:30:\"amp-comscore-analytics-code-c2\";s:0:\"\";s:25:\"ampforwp-Effective-switch\";b:0;s:9:\"eam-feild\";s:1:\"#\";s:27:\"ampforwp-StatCounter-switch\";b:0;s:8:\"sc-feild\";s:1:\"#\";s:23:\"ampforwp-Histats-switch\";b:0;s:13:\"histats-field\";s:0:\"\";s:22:\"ampforwp-Yandex-switch\";b:0;s:33:\"amp-Yandex-Metrika-analytics-code\";s:0:\"\";s:25:\"ampforwp-Chartbeat-switch\";b:0;s:28:\"amp-Chartbeat-analytics-code\";s:0:\"\";s:21:\"ampforwp-Alexa-switch\";b:0;s:22:\"ampforwp-alexa-account\";s:0:\"\";s:21:\"ampforwp-alexa-domain\";s:0:\"\";s:29:\"ampforwp-afs-analytics-switch\";b:0;s:19:\"ampforwp-afs-siteid\";s:0:\"\";s:22:\"ampforwp-sd-type-posts\";s:11:\"BlogPosting\";s:22:\"ampforwp-sd-type-pages\";s:11:\"BlogPosting\";s:27:\"ampforwp-sd-logo-dimensions\";i:0;s:22:\"ampforwp-sd-logo-width\";s:3:\"600\";s:23:\"ampforwp-sd-logo-height\";s:2:\"60\";s:43:\"amp-structured-data-placeholder-image-width\";s:3:\"700\";s:44:\"amp-structured-data-placeholder-image-height\";s:3:\"550\";s:27:\"ampforwp-sd-multiple-images\";i:0;s:24:\"amp-enable-notifications\";s:0:\"\";s:21:\"amp-notification-text\";s:26:\"This website uses cookies.\";s:22:\"amp-accept-button-text\";s:6:\"Accept\";s:26:\"amp-gdpr-compliance-switch\";i:0;s:9:\"gdpr-type\";s:1:\"1\";s:33:\"amp-gdpr-compliance-headline-text\";s:8:\"Headline\";s:28:\"amp-gdpr-compliance-textarea\";s:0:\"\";s:31:\"amp-gdpr-compliance-accept-text\";s:6:\"Accept\";s:31:\"amp-gdpr-compliance-reject-text\";s:6:\"Reject\";s:33:\"amp-gdpr-compliance-settings-text\";s:16:\"Privacy Settings\";s:41:\"amp-gdpr-compliance-for-more-privacy-info\";s:34:\"For More information about Privacy\";s:39:\"amp-gdpr-compliance-select-privacy-page\";i:0;s:44:\"amp-gdpr-compliance-privacy-page-button-text\";s:10:\"Click Here\";s:27:\"ampforwp-web-push-onesignal\";i:0;s:41:\"ampforwp-web-push-onesignal-below-content\";i:1;s:41:\"ampforwp-web-push-onesignal-above-content\";i:0;s:39:\"ampforwp-onesignal-translator-subscribe\";s:20:\"Subscribe to updates\";s:41:\"ampforwp-onesignal-translator-unsubscribe\";s:24:\"Unsubscribe from updates\";s:28:\"ampforwp-onesignal-http-site\";i:0;s:22:\"amp-enable-contactform\";s:0:\"\";s:31:\"amp-enable-gravityforms_support\";s:0:\"\";s:30:\"amp-enable-ninja-forms-support\";s:0:\"\";s:25:\"ampforwp-display-on-pages\";i:1;s:25:\"ampforwp-display-on-posts\";i:1;s:26:\"wordpress-comments-support\";i:1;s:27:\"ampforwp-number-of-comments\";i:10;s:23:\"ampforwp-display-avatar\";i:1;s:32:\"ampforwp-disqus-comments-support\";i:0;s:29:\"ampforwp-disqus-comments-name\";s:0:\"\";s:29:\"ampforwp-disqus-host-position\";i:1;s:22:\"ampforwp-disqus-layout\";s:10:\"responsive\";s:22:\"ampforwp-disqus-height\";s:3:\"420\";s:34:\"ampforwp-facebook-comments-support\";i:0;s:36:\"ampforwp-number-of-fb-no-of-comments\";i:10;s:25:\"ampforwp-fb-comments-lang\";s:5:\"en_GB\";s:32:\"ampforwp-vuukle-comments-support\";i:0;s:31:\"ampforwp-vuukle-comments-apiKey\";s:0:\"\";s:32:\"ampforwp-spotim-comments-support\";i:0;s:31:\"ampforwp-spotim-comments-apiKey\";s:0:\"\";s:25:\"fb-instant-article-switch\";i:0;s:33:\"ampforwp-fb-instant-article-posts\";s:2:\"50\";s:36:\"ampforwp-instant-article-author-meta\";i:1;s:35:\"ampforwp-instant-article-author-bio\";i:0;s:28:\"ampforwp-ia-related-articles\";i:0;s:22:\"fb-instant-article-ads\";i:0;s:26:\"fb-instant-article-ad-type\";s:1:\"1\";s:35:\"fb-instant-article-ad-density-setup\";s:7:\"default\";s:28:\"fb-instant-article-analytics\";i:0;s:21:\"fbia-header-text-area\";s:0:\"\";s:19:\"fbia-body-text-area\";s:0:\"\";s:21:\"fbia-footer-text-area\";s:0:\"\";s:22:\"amp-pages-meta-default\";s:4:\"show\";s:22:\"amp-mobile-redirection\";i:0;s:22:\"amp-tablet-redirection\";i:1;s:35:\"convert-internal-nonamplinks-to-amp\";i:0;s:35:\"ampforwp-smooth-scrolling-for-links\";i:0;s:18:\"amp-core-end-point\";i:0;s:29:\"amp-header-text-area-for-html\";s:0:\"\";s:18:\"amp-body-text-area\";s:0:\"\";s:29:\"amp-footer-text-area-for-html\";s:0:\"\";s:27:\"ampforwp-auto-amp-menu-link\";i:0;s:35:\"ampforwp-category-base-removel-link\";i:0;s:30:\"ampforwp-tag-base-removal-link\";i:0;s:44:\"ampforwp-custom-fields-featured-image-switch\";i:0;s:37:\"ampforwp-custom-fields-featured-image\";s:0:\"\";s:36:\"ampforwp-featured-image-from-content\";i:0;s:33:\"ampforwp-duplicate-featured-image\";i:0;s:22:\"ampforwp-retina-images\";i:0;s:26:\"ampforwp-retina-images-res\";s:1:\"2\";s:20:\"amp-meta-permissions\";s:3:\"all\";s:25:\"ampforwp-development-mode\";i:0;s:32:\"ampforwp-update-notification-bar\";i:1;s:20:\"ampforwp-wptexturize\";i:0;s:24:\"ampforwp-content-builder\";i:0;s:28:\"ampforwp-delete-on-uninstall\";i:0;s:22:\"amp-enable-woocommerce\";s:0:\"\";s:15:\"amp-edd-support\";s:0:\"\";s:11:\"amp-use-pot\";i:0;s:40:\"amp-translator-breadcrumbs-homepage-text\";s:8:\"Homepage\";s:25:\"amp-translator-fourohfour\";s:36:\"Oops! That page can&#039;t be found.\";s:35:\"amp-translator-show-more-posts-text\";s:15:\"Show more Posts\";s:39:\"amp-translator-show-previous-posts-text\";s:19:\"Show previous Posts\";s:23:\"amp-translator-top-text\";s:3:\"Top\";s:32:\"amp-translator-non-amp-page-text\";s:20:\"View Non-AMP Version\";s:27:\"amp-translator-related-text\";s:12:\"Related Post\";s:26:\"amp-translator-recent-text\";s:12:\"Recent Posts\";s:28:\"amp-translator-navigate-text\";s:8:\"Navigate\";s:22:\"amp-translator-on-text\";s:2:\"On\";s:24:\"amp-translator-next-text\";s:4:\"Next\";s:28:\"amp-translator-previous-text\";s:8:\"Previous\";s:24:\"amp-translator-page-text\";s:4:\"Page\";s:28:\"amp-translator-archives-text\";s:8:\"Archives\";s:38:\"amp-translator-breadcrumbs-search-text\";s:18:\"Search results for\";s:26:\"amp-translator-footer-text\";s:19:\"All Rights Reserved\";s:30:\"amp-translator-categories-text\";s:12:\"Categories: \";s:24:\"amp-translator-tags-text\";s:6:\"Tags: \";s:22:\"amp-translator-by-text\";s:2:\"By\";s:27:\"amp-translator-published-by\";s:12:\"Published by\";s:29:\"amp-translator-in-designthree\";s:2:\"in\";s:33:\"amp-translator-view-comments-text\";s:13:\"View Comments\";s:35:\"amp-translator-leave-a-comment-text\";s:15:\"Leave a Comment\";s:30:\"amp-translator-comments-closed\";s:20:\"Comments are closed.\";s:22:\"amp-translator-at-text\";s:2:\"at\";s:24:\"amp-translator-says-text\";s:4:\"says\";s:24:\"amp-translator-Edit-text\";s:4:\"Edit\";s:28:\"amp-translator-ago-date-text\";s:3:\"ago\";s:33:\"amp-translator-modified-date-text\";s:31:\"This post was last modified on \";s:31:\"amp-translator-archive-cat-text\";s:10:\"Category: \";s:31:\"amp-translator-archive-tag-text\";s:5:\"Tag: \";s:29:\"amp-translator-show-more-text\";s:15:\"View More Posts\";s:29:\"amp-translator-next-read-text\";s:11:\"Next Read: \";s:24:\"amp-translator-read-more\";s:9:\"Read More\";s:23:\"amp-translator-via-text\";s:3:\"via\";s:25:\"amp-translator-share-text\";s:5:\"Share\";s:26:\"amp-translator-search-text\";s:19:\" You searched for: \";s:30:\"amp-translator-search-no-found\";s:59:\" It seems we can&#039;t find what you&#039;re looking for. \";s:23:\"amp-translator-and-text\";s:5:\" and \";s:27:\"ampforwp-search-placeholder\";s:9:\"Type Here\";s:19:\"amp-design-selector\";s:1:\"4\";s:18:\"swift-color-scheme\";a:1:{s:5:\"color\";s:7:\"#005be2\";}s:24:\"swift-hover-color-scheme\";a:1:{s:5:\"color\";s:7:\"#005be2\";}s:30:\"amp-opt-color-rgba-colorscheme\";a:1:{s:5:\"color\";s:7:\"#F42F42\";}s:23:\"amp-opt-color-rgba-font\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:23:\"amp-opt-color-rgba-link\";a:1:{s:5:\"color\";s:7:\"#f42f42\";}s:31:\"amp-opt-color-rgba-link-design2\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:31:\"amp-opt-color-rgba-link-design1\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:35:\"amp-opt-color-rgba-colorscheme-call\";a:1:{s:5:\"color\";s:7:\"#0a89c0\";}s:16:\"ampforwp-d1-font\";b:1;s:27:\"ampforwp-google-font-switch\";b:1;s:19:\"google_font_api_key\";s:0:\"\";s:17:\"amp_font_selector\";s:0:\"\";s:13:\"amp_font_type\";s:0:\"\";s:24:\"google_current_font_data\";s:0:\"\";s:26:\"content-font-family-enable\";s:1:\"0\";s:32:\"amp_font_selector_content_single\";s:0:\"\";s:28:\"amp_font_type_content_single\";s:0:\"\";s:39:\"google_current_font_data_content_single\";s:0:\"\";s:12:\"gnrl-sidebar\";i:0;s:11:\"gbl-sidebar\";i:0;s:15:\"sidebar-bgcolor\";a:1:{s:5:\"color\";s:7:\"#f7f7f7\";}s:17:\"sbr-heading-color\";a:1:{s:5:\"color\";s:4:\"#333\";}s:14:\"sbr-text-color\";a:1:{s:5:\"color\";s:4:\"#333\";}s:13:\"swift-sidebar\";i:0;s:12:\"page_sidebar\";s:1:\"0\";s:24:\"ampforwp-infinite-scroll\";b:0;s:29:\"ampforwp-infinite-scroll-home\";b:1;s:31:\"ampforwp-infinite-scroll-single\";b:1;s:18:\"ampforwp_font_icon\";s:11:\"swift-icons\";s:10:\"css_editor\";s:54:\"/******* Paste your Custom CSS in this Editor *******/\";s:11:\"header-type\";s:1:\"1\";s:9:\"menu-type\";s:1:\"1\";s:11:\"menu-search\";s:1:\"1\";s:19:\"amp-swift-menu-cprt\";s:1:\"1\";s:12:\"primary-menu\";s:1:\"1\";s:28:\"primary-menu-padding-control\";a:5:{s:11:\"padding-top\";s:4:\"12px\";s:13:\"padding-right\";s:4:\"25px\";s:14:\"padding-bottom\";s:4:\"12px\";s:12:\"padding-left\";s:4:\"25px\";s:5:\"units\";s:2:\"px\";}s:24:\"primary-menu-text-scheme\";a:1:{s:4:\"rgba\";s:18:\"rgba(53, 53, 53,1)\";}s:30:\"primary-menu-background-scheme\";a:1:{s:4:\"rgba\";s:18:\"rgb(239, 239, 239)\";}s:7:\"drp-dwn\";i:0;s:13:\"signin-button\";s:1:\"0\";s:18:\"signin-button-text\";s:12:\"Sign up free\";s:18:\"signin-button-link\";s:1:\"#\";s:19:\"signin-button-style\";s:1:\"0\";s:25:\"signin-button-border-line\";s:1:\"2\";s:24:\"signin-button-text-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:26:\"signin-button-border-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:11:\"border-type\";s:1:\"1\";s:13:\"border-radius\";s:2:\"10\";s:17:\"ampforwp-amp-menu\";i:1;s:23:\"ampforwp-callnow-button\";i:0;s:27:\"enable-amp-call-numberfield\";s:0:\"\";s:40:\"amp-on-off-support-for-non-amp-home-page\";i:0;s:19:\"amp-opt-sticky-head\";s:1:\"0\";s:27:\"amp-design-3-search-feature\";s:1:\"0\";s:27:\"amp-design-2-search-feature\";s:1:\"0\";s:27:\"amp-design-1-search-feature\";s:1:\"0\";s:24:\"amp-swift-search-feature\";s:1:\"1\";s:17:\"amp-sticky-header\";i:0;s:30:\"amp-opt-color-rgba-headercolor\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:33:\"amp-opt-color-rgba-headerelements\";a:1:{s:5:\"color\";s:4:\"#333\";}s:17:\"customize-options\";i:0;s:19:\"swift-width-control\";s:6:\"1100px\";s:20:\"swift-height-control\";s:4:\"60px\";s:22:\"margin-padding-options\";i:0;s:21:\"swift-padding-control\";a:5:{s:11:\"padding-top\";s:3:\"0px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:3:\"0px\";s:12:\"padding-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:20:\"swift-margin-control\";a:5:{s:10:\"margin-top\";s:3:\"0px\";s:12:\"margin-right\";s:3:\"0px\";s:13:\"margin-bottom\";s:3:\"0px\";s:11:\"margin-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:11:\"border-line\";i:0;s:25:\"swift-border-line-control\";s:1:\"1\";s:26:\"swift-border-color-control\";a:1:{s:4:\"rgba\";s:16:\"rgba(0,0,0,0.12)\";}s:32:\"swift-boxshadow-checkbox-control\";i:0;s:23:\"swift-background-scheme\";a:1:{s:4:\"rgba\";s:24:\"rgba(255, 255, 255, 255)\";}s:20:\"swift-header-overlay\";a:1:{s:4:\"rgba\";s:21:\"rgba(20, 20, 22, 0.9)\";}s:27:\"swift-element-color-control\";a:1:{s:5:\"color\";s:4:\"#333\";}s:35:\"swift-element-overlay-color-control\";a:1:{s:4:\"rgba\";s:24:\"rgba(255, 255, 255, 0.8)\";}s:31:\"swift-element-menu-border-color\";a:1:{s:4:\"rgba\";s:18:\"rgb(47, 47, 47, 1)\";}s:20:\"header-position-type\";s:1:\"1\";s:20:\"header-overlay-width\";s:3:\"90%\";s:28:\"amp-design-3-featured-slider\";s:1:\"1\";s:29:\"amp-design-3-featured-content\";s:1:\"1\";s:32:\"ampforwp-featur-slider-num-posts\";s:1:\"4\";s:28:\"ampforwp-featur-slider-autop\";s:1:\"1\";s:34:\"ampforwp-featur-slider-autop-delay\";s:4:\"4000\";s:14:\"excerpt-option\";s:1:\"1\";s:20:\"amp-design-1-excerpt\";s:2:\"20\";s:26:\"ampforwp-design1-cats-home\";s:1:\"0\";s:20:\"amp-design-2-excerpt\";s:2:\"20\";s:23:\"excerpt-option-design-2\";s:1:\"0\";s:20:\"amp-design-3-excerpt\";s:2:\"15\";s:23:\"excerpt-option-design-3\";s:1:\"0\";s:21:\"amp-swift-excerpt-len\";s:2:\"20\";s:26:\"amp-design-1-featured-time\";s:1:\"1\";s:26:\"amp-design-3-featured-time\";s:1:\"1\";s:41:\"ampforwp-homepage-posts-image-modify-size\";i:0;s:40:\"ampforwp-homepage-posts-design-1-2-width\";i:100;s:41:\"ampforwp-homepage-posts-design-1-2-height\";i:75;s:35:\"ampforwp-swift-homepage-posts-width\";i:346;s:36:\"ampforwp-swift-homepage-posts-height\";i:188;s:27:\"ampforwp-homepage-loop-type\";s:4:\"post\";s:36:\"ampforwp-homepage-loop-readmore-link\";i:0;s:18:\"single-design-type\";s:1:\"1\";s:19:\"swift-featued-image\";i:1;s:10:\"swift-date\";i:1;s:25:\"ampforwp-amp-img-lightbox\";s:1:\"0\";s:16:\"ampforwp-dropcap\";s:1:\"0\";s:21:\"ampforwp-dropcap-font\";s:2:\"75\";s:22:\"ampforwp-dropcap-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:20:\"ampforwp-bread-crumb\";s:1:\"1\";s:25:\"ampforwp-bread-crumb-type\";s:8:\"category\";s:26:\"ampforwp-yoast-bread-crumb\";b:0;s:20:\"ampforwp-cats-single\";s:1:\"1\";s:20:\"ampforwp-tags-single\";s:1:\"1\";s:31:\"ampforwp-cats-tags-links-single\";s:1:\"1\";s:26:\"enable-single-social-icons\";i:1;s:21:\"enable-excerpt-single\";i:0;s:23:\"enable-single-next-prev\";i:1;s:15:\"amp-author-name\";s:1:\"1\";s:22:\"amp-author-description\";s:1:\"1\";s:19:\"amp-author-bio-name\";s:1:\"1\";s:26:\"amp-author-box-description\";s:1:\"1\";s:24:\"ampforwp-author-page-url\";s:1:\"0\";s:14:\"amp-pagination\";i:1;s:26:\"ampforwp-pagination-select\";s:1:\"1\";s:36:\"ampforwp-single-related-posts-switch\";i:1;s:14:\"rp_design_type\";s:1:\"1\";s:38:\"ampforwp-single-select-type-of-related\";s:1:\"2\";s:35:\"ampforwp-single-related-posts-image\";i:1;s:37:\"ampforwp-single-related-posts-excerpt\";i:0;s:34:\"ampforwp-single-related-posts-link\";i:0;s:38:\"ampforwp-single-order-of-related-posts\";i:0;s:32:\"ampforwp-number-of-related-posts\";s:1:\"3\";s:34:\"ampforwp-related-posts-days-switch\";i:0;s:32:\"ampforwp-related-posts-days-text\";s:1:\"7\";s:29:\"ampforwp-inline-related-posts\";i:0;s:34:\"ampforwp-inline-related-posts-type\";s:1:\"2\";s:35:\"ampforwp-inline-related-posts-order\";i:0;s:39:\"ampforwp-number-of-inline-related-posts\";s:1:\"3\";s:42:\"ampforwp-inline-related-posts-display-type\";s:6:\"middle\";s:49:\"ampforwp-related-posts-after-number-of-paragraphs\";s:1:\"3\";s:27:\"ampforwp-swift-recent-posts\";i:1;s:19:\"single-new-features\";i:0;s:17:\"breadcrumb-border\";i:0;s:32:\"ampforwp-underline-content-links\";i:0;s:9:\"swift_cnt\";i:0;s:12:\"swift_cnt_h1\";i:0;s:11:\"swift_h1_sz\";s:4:\"28px\";s:12:\"swift_cnt_h2\";i:0;s:11:\"swift_h2_sz\";s:4:\"25px\";s:12:\"swift_cnt_h3\";i:0;s:11:\"swift_h3_sz\";s:4:\"22px\";s:12:\"swift_cnt_h4\";i:0;s:11:\"swift_h4_sz\";s:4:\"19px\";s:12:\"swift_cnt_h5\";i:0;s:11:\"swift_h5_sz\";s:4:\"17px\";s:12:\"swift_cnt_h6\";i:0;s:11:\"swift_h6_sz\";s:4:\"15px\";s:28:\"ampforwp-gallery-design-type\";s:1:\"1\";s:25:\"ampforwp-gallery-lightbox\";i:1;s:18:\"content-sneak-peek\";i:0;s:25:\"content-sneak-peek-height\";s:5:\"600px\";s:27:\"content-sneak-peek-btn-text\";s:17:\"Show Full Article\";s:28:\"content-sneak-peek-txt-color\";a:1:{s:5:\"color\";s:4:\"#fff\";}s:28:\"content-sneak-peek-btn-color\";a:1:{s:5:\"color\";s:4:\"#000\";}s:11:\"footer-type\";s:1:\"1\";s:10:\"swift-menu\";i:1;s:28:\"amp-footer-link-non-amp-page\";i:1;s:19:\"ampforwp-footer-top\";i:1;s:24:\"amp-design-3-credit-link\";s:1:\"1\";s:29:\"ampforwp-nofollow-view-nonamp\";i:0;s:34:\"ampforwp-footer-background-color-1\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:34:\"ampforwp-footer-background-color-2\";a:1:{s:5:\"color\";s:7:\"#FFFFFF\";}s:34:\"ampforwp-footer-background-color-3\";a:1:{s:5:\"color\";s:7:\"#151515\";}s:24:\"footer-customize-options\";i:0;s:20:\"swift-footer-txt-clr\";a:1:{s:5:\"color\";s:7:\"#888888\";}s:21:\"swift-footer-link-clr\";a:1:{s:5:\"color\";s:7:\"#fcc118\";}s:21:\"swift-footer-link-hvr\";a:1:{s:5:\"color\";s:7:\"#888888\";}s:15:\"swift-footer-bg\";a:1:{s:5:\"color\";s:7:\"#182733\";}s:12:\"ftr1-gapping\";a:5:{s:11:\"padding-top\";s:4:\"70px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"70px\";s:12:\"padding-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:22:\"swift-footer1-cntnsize\";s:4:\"14px\";s:15:\"swift-head-size\";s:4:\"12px\";s:18:\"swift-head-fntwgth\";s:3:\"500\";s:24:\"swift-footer-heading-clr\";a:1:{s:5:\"color\";s:4:\"#999\";}s:16:\"swift-footer2-bg\";a:1:{s:5:\"color\";s:7:\"#2e2b2e\";}s:12:\"ftr2-gapping\";a:5:{s:11:\"padding-top\";s:4:\"50px\";s:13:\"padding-right\";s:3:\"0px\";s:14:\"padding-bottom\";s:4:\"50px\";s:12:\"padding-left\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";}s:21:\"swift-footer2-fntsize\";s:4:\"12px\";s:20:\"swift-footer-brdrclr\";a:1:{s:5:\"color\";s:4:\"#eee\";}s:21:\"footer2-position-type\";s:1:\"1\";s:25:\"featured_image_swift_page\";s:1:\"0\";s:26:\"ampforwp_pages_breadcrumbs\";s:1:\"0\";s:9:\"meta_page\";s:1:\"0\";s:22:\"ampforwp_subpages_list\";s:1:\"0\";s:20:\"ampforwp-page-social\";s:1:\"0\";s:27:\"ampforwp-page-sticky-social\";s:1:\"0\";s:22:\"enable-add-this-option\";b:0;s:23:\"swift-add-this-position\";s:7:\"default\";s:24:\"swift-layout-addthis-pos\";s:13:\"below-content\";s:26:\"swift-layout-6-addthis-pos\";s:13:\"above-content\";s:15:\"add-this-pub-id\";s:19:\"ra-5cc8551aa4f16f5c\";s:18:\"add-this-widget-id\";s:4:\"cwgj\";s:21:\"swift-social-position\";s:7:\"default\";s:25:\"ampforwp-social-share-amp\";i:0;s:29:\"ampforwp-facebook-like-button\";i:0;s:28:\"enable-single-facebook-share\";i:0;s:19:\"amp-facebook-app-id\";s:0:\"\";s:27:\"enable-single-twitter-share\";i:1;s:34:\"enable-single-twitter-share-handle\";s:0:\"\";s:32:\"enable-single-twitter-share-link\";i:0;s:25:\"enable-single-gplus-share\";i:1;s:25:\"enable-single-email-share\";i:1;s:29:\"enable-single-pinterest-share\";i:1;s:28:\"enable-single-linkedin-share\";i:1;s:28:\"enable-single-whatsapp-share\";i:1;s:24:\"enable-single-line-share\";i:1;s:22:\"enable-single-vk-share\";i:0;s:33:\"enable-single-odnoklassniki-share\";i:0;s:26:\"enable-single-reddit-share\";i:0;s:26:\"enable-single-tumblr-share\";i:0;s:28:\"enable-single-telegram-share\";i:0;s:24:\"enable-single-digg-share\";i:0;s:31:\"enable-single-stumbleupon-share\";i:0;s:26:\"enable-single-wechat-share\";i:0;s:25:\"enable-single-viber-share\";i:0;s:30:\"enable-single-hatena-bookmarks\";i:0;s:26:\"enable-single-pocket-share\";i:0;s:26:\"enable-single-yummly-share\";i:0;s:24:\"enable-single-mewe-share\";i:0;s:11:\"menu-social\";i:0;s:7:\"enbl-fb\";i:1;s:16:\"enbl-fb-prfl-url\";s:1:\"#\";s:7:\"enbl-tw\";i:1;s:16:\"enbl-tw-prfl-url\";s:1:\"#\";s:8:\"enbl-gol\";i:1;s:17:\"enbl-gol-prfl-url\";s:1:\"#\";s:7:\"enbl-lk\";i:1;s:16:\"enbl-lk-prfl-url\";s:1:\"#\";s:7:\"enbl-pt\";i:0;s:16:\"enbl-pt-prfl-url\";s:1:\"#\";s:7:\"enbl-yt\";i:0;s:16:\"enbl-yt-prfl-url\";s:1:\"#\";s:9:\"enbl-inst\";i:0;s:18:\"enbl-inst-prfl-url\";s:1:\"#\";s:7:\"enbl-vk\";i:0;s:16:\"enbl-vk-prfl-url\";s:1:\"#\";s:7:\"enbl-rd\";i:0;s:16:\"enbl-rd-prfl-url\";s:1:\"#\";s:8:\"enbl-tbl\";i:0;s:17:\"enbl-tbl-prfl-url\";s:1:\"#\";s:30:\"enable-single-twittter-profile\";i:1;s:34:\"enable-single-twittter-profile-url\";s:1:\"#\";s:30:\"enable-single-facebook-profile\";i:1;s:34:\"enable-single-facebook-profile-url\";s:1:\"#\";s:30:\"enable-single-pintrest-profile\";i:1;s:34:\"enable-single-pintrest-profile-url\";s:1:\"#\";s:33:\"enable-single-google-plus-profile\";i:0;s:37:\"enable-single-google-plus-profile-url\";s:0:\"\";s:29:\"enable-single-linkdin-profile\";i:0;s:33:\"enable-single-linkdin-profile-url\";s:0:\"\";s:29:\"enable-single-youtube-profile\";i:1;s:33:\"enable-single-youtube-profile-url\";s:1:\"#\";s:31:\"enable-single-instagram-profile\";i:0;s:35:\"enable-single-instagram-profile-url\";s:0:\"\";s:31:\"enable-single-VKontakte-profile\";i:0;s:35:\"enable-single-VKontakte-profile-url\";s:0:\"\";s:28:\"enable-single-reddit-profile\";i:0;s:32:\"enable-single-reddit-profile-url\";s:0:\"\";s:30:\"enable-single-snapchat-profile\";i:0;s:34:\"enable-single-snapchat-profile-url\";s:0:\"\";s:28:\"enable-single-Tumblr-profile\";i:0;s:32:\"enable-single-Tumblr-profile-url\";s:0:\"\";s:25:\"amp-design-3-date-feature\";s:1:\"0\";s:25:\"ampforwp-post-date-global\";s:1:\"1\";s:25:\"ampforwp-post-date-format\";s:1:\"1\";s:30:\"ampforwp-post-date-format-text\";s:10:\"% days ago\";s:18:\"post-modified-date\";i:0;s:21:\"amp-rtl-select-option\";i:0;s:31:\"ampforwp-sub-categories-support\";s:1:\"0\";s:28:\"ampforwp-plugin-manager-core\";i:0;}','yes'),(1744260,'redux_builder_amp-transients','a:2:{s:14:\"changed_values\";a:1:{s:9:\"opt-media\";a:1:{s:3:\"url\";s:0:\"\";}}s:9:\"last_save\";i:1558776813;}','yes'),(1744261,'ampforwp_default_pages_to','show','yes'),(1744262,'_transient_ampforwp_auto_add_amp_in_menu_link','off','yes'),(1744266,'ampforwp_installer_completed','1558776906','yes'),(1744267,'ampforwp_custom_post_types','a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}','yes'),(1744799,'wpseo_taxonomy_meta','a:1:{s:8:\"category\";a:1:{i:509;a:3:{s:13:\"wpseo_focuskw\";s:8:\"Features\";s:13:\"wpseo_linkdex\";s:2:\"22\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(1744836,'gadwp_options','{\"client_id\":\"\",\"client_secret\":\"\",\"access_front\":[\"administrator\"],\"access_back\":[\"administrator\"],\"tableid_jail\":\"181628467\",\"theme_color\":\"#1e73be\",\"switch_profile\":0,\"tracking_type\":\"universal\",\"ga_anonymize_ip\":0,\"user_api\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"token\":\"{\\\"access_token\\\":\\\"ya29.ImG9B3yHDHJGpe2Xvde5AaHXyxOeISv2e8d-ni22Ri_LRV3ajV4CzN9Gy9oV7jz8XwN2vPpXtNWSGLHePhv43OgYunRvcbkO4F4MPmT1UcmwYor6XEe02L-1k77tGlD2C7cD\\\",\\\"expires_in\\\":3599,\\\"refresh_token\\\":\\\"1\\\\\\/yhUTLjk0R0pNEuVkiqqYdabuHshBFFLgW509DrmkQuM\\\",\\\"scope\\\":\\\"https:\\\\\\/\\\\\\/www.googleapis.com\\\\\\/auth\\\\\\/analytics.readonly\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"created\\\":1581585251}\",\"ga_profiles_list\":[[\"All Web Site Data\",\"181628467\",\"UA-125636698-1\",\"http:\\/\\/www.ontradeprogress.com\",0,\"Etc\\/GMT\",null]],\"ga_enhanced_links\":0,\"ga_remarketing\":0,\"network_mode\":0,\"ga_speed_samplerate\":1,\"ga_user_samplerate\":100,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":1,\"backend_realtime_report\":0,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"amp_tracking_tagmanager\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ecommerce_mode\":\"disabled\",\"ga_formsubmit_tracking\":0,\"optimize_tracking\":0,\"optimize_containerid\":\"\",\"optimize_pagehiding\":0,\"superadmin_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"with_endpoint\":1,\"ga_optout\":0,\"ga_dnt_optout\":0,\"tm_optout\":0,\"tm_dnt_optout\":0,\"ga_with_gtag\":0,\"usage_tracking\":0,\"hide_am_notices\":0,\"network_hide_am_notices\":0,\"ga_enhanced_excludesa\":0,\"ga_hash_tracking\":0,\"gadwp_hidden\":\"Y\"}','yes'),(1744837,'_amn_exact-metrics_to_check','1581844446','yes'),(1744849,'gadwp_cache_qr_realtimecache_2850127935','a:2:{s:5:\"value\";O:37:\"Deconf_Service_Analytics_RealtimeData\":16:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:50:\"Deconf_Service_Analytics_RealtimeDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:2:\"id\";s:180:\"https://www.googleapis.com/analytics/v3/data/realtime?ids=ga:181628467&dimensions=rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle&metrics=rt:activeUsers\";s:4:\"kind\";s:22:\"analytics#realtimeData\";s:18:\"\0*\0profileInfoType\";s:48:\"Deconf_Service_Analytics_RealtimeDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:42:\"Deconf_Service_Analytics_RealtimeDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:7:{i:0;s:1:\"/\";i:1;s:8:\"(direct)\";i:2;s:9:\"(not set)\";i:3;s:6:\"DIRECT\";i:4;s:3:\"NEW\";i:5;s:43:\"Ontrade Progress | The hospitality magazine\";i:6;s:1:\"1\";}i:1;a:7:{i:0;s:1:\"/\";i:1;s:6:\"google\";i:2;s:11:\"Hospitality\";i:3;s:7:\"ORGANIC\";i:4;s:3:\"NEW\";i:5;s:43:\"Ontrade Progress | The hospitality magazine\";i:6;s:1:\"5\";}i:2;a:7:{i:0;s:85:\"/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\";i:1;s:7:\"Twitter\";i:2;s:9:\"(not set)\";i:3;s:6:\"SOCIAL\";i:4;s:3:\"NEW\";i:5;s:72:\"Bimber celebrates whisky milestone with founders club and exclusive cask\";i:6;s:1:\"1\";}i:3;a:7:{i:0;s:9:\"/contact/\";i:1;s:6:\"google\";i:2;s:14:\"(not provided)\";i:3;s:7:\"ORGANIC\";i:4;s:3:\"NEW\";i:5;s:26:\"Contact | Ontrade Progress\";i:6;s:1:\"1\";}}s:8:\"selfLink\";s:180:\"https://www.googleapis.com/analytics/v3/data/realtime?ids=ga:181628467&dimensions=rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle&metrics=rt:activeUsers\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:14:\"rt:activeUsers\";s:1:\"8\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:4:{s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:75:\"rt:pagePath,rt:source,rt:keyword,rt:trafficType,rt:visitorType,rt:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:14:\"rt:activeUsers\";}s:11:\"max-results\";i:1000;}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:18:\"realtime:181628467\";}s:13:\"columnHeaders\";a:7:{i:0;a:3:{s:4:\"name\";s:11:\"rt:pagePath\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:9:\"rt:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:10:\"rt:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:3;a:3:{s:4:\"name\";s:14:\"rt:trafficType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:4;a:3:{s:4:\"name\";s:14:\"rt:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:5;a:3:{s:4:\"name\";s:12:\"rt:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:6;a:3:{s:4:\"name\";s:14:\"rt:activeUsers\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1559136140;}','no'),(1744876,'exactmetrics_tracking_notice','1','yes'),(1745002,'cfdb7_view_ignore_notice','true','yes'),(1745387,'widget_nivo_slider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1745394,'nivo_slider_children','a:0:{}','yes'),(1745396,'optml_upsell_off','yes','yes'),(1745636,'gadwp_cache_qr2_4199966364','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:236:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&filters=ga:pagePath%3D%3D/2019/06/03/bbpa-launches-the-beer-pubcast/&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:90:{i:0;a:3:{i:0;s:8:\"20190307\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190308\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190309\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190310\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190311\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190312\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190313\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190314\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190315\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190316\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190317\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190318\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190319\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190320\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190321\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190322\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190323\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190324\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190325\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190326\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190327\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190328\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190329\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190330\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20190331\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20190401\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190402\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20190403\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20190404\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190405\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:30;a:3:{i:0;s:8:\"20190406\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:31;a:3:{i:0;s:8:\"20190407\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:32;a:3:{i:0;s:8:\"20190408\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:33;a:3:{i:0;s:8:\"20190409\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:34;a:3:{i:0;s:8:\"20190410\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:35;a:3:{i:0;s:8:\"20190411\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:36;a:3:{i:0;s:8:\"20190412\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:37;a:3:{i:0;s:8:\"20190413\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:38;a:3:{i:0;s:8:\"20190414\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:39;a:3:{i:0;s:8:\"20190415\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:40;a:3:{i:0;s:8:\"20190416\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:41;a:3:{i:0;s:8:\"20190417\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:42;a:3:{i:0;s:8:\"20190418\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:43;a:3:{i:0;s:8:\"20190419\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:44;a:3:{i:0;s:8:\"20190420\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:45;a:3:{i:0;s:8:\"20190421\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:46;a:3:{i:0;s:8:\"20190422\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:47;a:3:{i:0;s:8:\"20190423\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:48;a:3:{i:0;s:8:\"20190424\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:49;a:3:{i:0;s:8:\"20190425\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:50;a:3:{i:0;s:8:\"20190426\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:51;a:3:{i:0;s:8:\"20190427\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:52;a:3:{i:0;s:8:\"20190428\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:53;a:3:{i:0;s:8:\"20190429\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:54;a:3:{i:0;s:8:\"20190430\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:55;a:3:{i:0;s:8:\"20190501\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:56;a:3:{i:0;s:8:\"20190502\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:57;a:3:{i:0;s:8:\"20190503\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:58;a:3:{i:0;s:8:\"20190504\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:59;a:3:{i:0;s:8:\"20190505\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:60;a:3:{i:0;s:8:\"20190506\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:61;a:3:{i:0;s:8:\"20190507\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:62;a:3:{i:0;s:8:\"20190508\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:63;a:3:{i:0;s:8:\"20190509\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:64;a:3:{i:0;s:8:\"20190510\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:65;a:3:{i:0;s:8:\"20190511\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:66;a:3:{i:0;s:8:\"20190512\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:67;a:3:{i:0;s:8:\"20190513\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:68;a:3:{i:0;s:8:\"20190514\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:69;a:3:{i:0;s:8:\"20190515\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:70;a:3:{i:0;s:8:\"20190516\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:71;a:3:{i:0;s:8:\"20190517\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:72;a:3:{i:0;s:8:\"20190518\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:73;a:3:{i:0;s:8:\"20190519\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:74;a:3:{i:0;s:8:\"20190520\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:75;a:3:{i:0;s:8:\"20190521\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:76;a:3:{i:0;s:8:\"20190522\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:77;a:3:{i:0;s:8:\"20190523\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:78;a:3:{i:0;s:8:\"20190524\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:79;a:3:{i:0;s:8:\"20190525\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:80;a:3:{i:0;s:8:\"20190526\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:81;a:3:{i:0;s:8:\"20190527\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:82;a:3:{i:0;s:8:\"20190528\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:83;a:3:{i:0;s:8:\"20190529\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:84;a:3:{i:0;s:8:\"20190530\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:85;a:3:{i:0;s:8:\"20190531\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:86;a:3:{i:0;s:8:\"20190601\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:87;a:3:{i:0;s:8:\"20190602\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:88;a:3:{i:0;s:8:\"20190603\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:89;a:3:{i:0;s:8:\"20190604\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:236:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&filters=ga:pagePath%3D%3D/2019/06/03/bbpa-launches-the-beer-pubcast/&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:90;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:organicSearches\";s:1:\"0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:organicSearches\";}s:7:\"filters\";s:56:\"ga:pagePath==/2019/06/03/bbpa-launches-the-beer-pubcast/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1559779200;}','no'),(1745637,'gadwp_cache_qr3_1366721596','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:326:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/06/03/bbpa-launches-the-beer-pubcast/&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"23\";i:1;s:2:\"23\";i:2;s:2:\"46\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:4:\"46.0\";i:6;s:18:\"11.264705882352942\";i:7;s:3:\"0.0\";i:8;s:17:\"26.08695652173913\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:326:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/06/03/bbpa-launches-the-beer-pubcast/&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:2:\"23\";s:8:\"ga:users\";s:2:\"23\";s:12:\"ga:pageviews\";s:2:\"46\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:4:\"46.0\";s:16:\"ga:avgTimeOnPage\";s:18:\"11.264705882352942\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:17:\"26.08695652173913\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:56:\"ga:pagePath==/2019/06/03/bbpa-launches-the-beer-pubcast/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1559779200;}','no'),(1745638,'gadwp_cache_qr2_1854100928','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:236:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/06/03/bbpa-launches-the-beer-pubcast/&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:90:{i:0;a:3:{i:0;s:8:\"20190307\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190308\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190309\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190310\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190311\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190312\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190313\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190314\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190315\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190316\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190317\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190318\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190319\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190320\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190321\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190322\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190323\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190324\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190325\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190326\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190327\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190328\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190329\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190330\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20190331\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20190401\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190402\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20190403\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20190404\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190405\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:30;a:3:{i:0;s:8:\"20190406\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:31;a:3:{i:0;s:8:\"20190407\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:32;a:3:{i:0;s:8:\"20190408\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:33;a:3:{i:0;s:8:\"20190409\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:34;a:3:{i:0;s:8:\"20190410\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:35;a:3:{i:0;s:8:\"20190411\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:36;a:3:{i:0;s:8:\"20190412\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:37;a:3:{i:0;s:8:\"20190413\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:38;a:3:{i:0;s:8:\"20190414\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:39;a:3:{i:0;s:8:\"20190415\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:40;a:3:{i:0;s:8:\"20190416\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:41;a:3:{i:0;s:8:\"20190417\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:42;a:3:{i:0;s:8:\"20190418\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:43;a:3:{i:0;s:8:\"20190419\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:44;a:3:{i:0;s:8:\"20190420\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:45;a:3:{i:0;s:8:\"20190421\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:46;a:3:{i:0;s:8:\"20190422\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:47;a:3:{i:0;s:8:\"20190423\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:48;a:3:{i:0;s:8:\"20190424\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:49;a:3:{i:0;s:8:\"20190425\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:50;a:3:{i:0;s:8:\"20190426\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:51;a:3:{i:0;s:8:\"20190427\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:52;a:3:{i:0;s:8:\"20190428\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:53;a:3:{i:0;s:8:\"20190429\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:54;a:3:{i:0;s:8:\"20190430\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:55;a:3:{i:0;s:8:\"20190501\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:56;a:3:{i:0;s:8:\"20190502\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:57;a:3:{i:0;s:8:\"20190503\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:58;a:3:{i:0;s:8:\"20190504\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:59;a:3:{i:0;s:8:\"20190505\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:60;a:3:{i:0;s:8:\"20190506\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:61;a:3:{i:0;s:8:\"20190507\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:62;a:3:{i:0;s:8:\"20190508\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:63;a:3:{i:0;s:8:\"20190509\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:64;a:3:{i:0;s:8:\"20190510\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:65;a:3:{i:0;s:8:\"20190511\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:66;a:3:{i:0;s:8:\"20190512\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:67;a:3:{i:0;s:8:\"20190513\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:68;a:3:{i:0;s:8:\"20190514\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:69;a:3:{i:0;s:8:\"20190515\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:70;a:3:{i:0;s:8:\"20190516\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:71;a:3:{i:0;s:8:\"20190517\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:72;a:3:{i:0;s:8:\"20190518\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:73;a:3:{i:0;s:8:\"20190519\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:74;a:3:{i:0;s:8:\"20190520\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:75;a:3:{i:0;s:8:\"20190521\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:76;a:3:{i:0;s:8:\"20190522\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:77;a:3:{i:0;s:8:\"20190523\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:78;a:3:{i:0;s:8:\"20190524\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:79;a:3:{i:0;s:8:\"20190525\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:80;a:3:{i:0;s:8:\"20190526\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:81;a:3:{i:0;s:8:\"20190527\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:82;a:3:{i:0;s:8:\"20190528\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:83;a:3:{i:0;s:8:\"20190529\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:84;a:3:{i:0;s:8:\"20190530\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:85;a:3:{i:0;s:8:\"20190531\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:86;a:3:{i:0;s:8:\"20190601\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:87;a:3:{i:0;s:8:\"20190602\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:88;a:3:{i:0;s:8:\"20190603\";i:1;s:6:\"Monday\";i:2;s:2:\"15\";}i:89;a:3:{i:0;s:8:\"20190604\";i:1;s:7:\"Tuesday\";i:2;s:1:\"8\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:236:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/06/03/bbpa-launches-the-beer-pubcast/&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:90;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:2:\"23\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:56:\"ga:pagePath==/2019/06/03/bbpa-launches-the-beer-pubcast/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1559779200;}','no'),(1747454,'gadwp_cache_qr8_3606623965','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:2:\"44\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:2:\"15\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:1:\"3\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"64\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1561593600;}','no'),(1747455,'gadwp_cache_qr10_3190513950','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:2:\"44\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:2:\"15\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:1:\"5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"64\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1561593600;}','no'),(1747456,'gadwp_cache_qr10_1382074694','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:2:\"56\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:2:\"10\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"66\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1561593600;}','no'),(1747457,'gadwp_cache_qr10_666783436','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:2:\"37\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:1:\"5\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"43\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1561593600;}','no'),(1747458,'gadwp_cache_qr10_960019441','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:7:\"Twitter\";i:1;s:1:\"2\";}i:1;a:2:{i:0;s:8:\"Facebook\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:1:\"3\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1561593600;}','no'),(1747988,'category_children','a:0:{}','yes'),(1748736,'gadwp_cache_qr8_3985339562','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:158:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:3:\"300\";}i:1;a:2:{i:0;s:6:\"Social\";i:1;s:2:\"19\";}i:2;a:2:{i:0;s:6:\"Direct\";i:1;s:2:\"17\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:158:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=today&end-date=today\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"337\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1562839200;}','no'),(1748737,'gadwp_cache_qr10_2210820899','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:180:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:3:\"300\";}i:1;a:2:{i:0;s:8:\"referral\";i:1;s:2:\"20\";}i:2;a:2:{i:0;s:6:\"(none)\";i:1;s:2:\"17\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:180:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"337\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1562839200;}','no'),(1748738,'gadwp_cache_qr10_974332200','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:3:\"293\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:2:\"52\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"345\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1562839200;}','no'),(1748739,'gadwp_cache_qr10_441670897','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:3:\"299\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"299\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1562839200;}','no'),(1748740,'gadwp_cache_qr10_1821900769','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:8:\"Facebook\";i:1;s:2:\"14\";}i:1;a:2:{i:0;s:7:\"Twitter\";i:1;s:1:\"5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=today&end-date=today\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"19\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1562839200;}','no'),(1749041,'gadwp_cache_qr2_2089445247','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:232:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:90:{i:0;a:3:{i:0;s:8:\"20190416\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190417\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190418\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190419\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190420\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190421\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190422\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190423\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190424\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190425\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190426\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190427\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190428\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190429\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190430\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190501\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190502\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190503\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190504\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190505\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190506\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190507\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190508\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190509\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20190510\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20190511\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190512\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20190513\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20190514\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190515\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:30;a:3:{i:0;s:8:\"20190516\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:31;a:3:{i:0;s:8:\"20190517\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:32;a:3:{i:0;s:8:\"20190518\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:33;a:3:{i:0;s:8:\"20190519\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:34;a:3:{i:0;s:8:\"20190520\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:35;a:3:{i:0;s:8:\"20190521\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:36;a:3:{i:0;s:8:\"20190522\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:37;a:3:{i:0;s:8:\"20190523\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:38;a:3:{i:0;s:8:\"20190524\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:39;a:3:{i:0;s:8:\"20190525\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:40;a:3:{i:0;s:8:\"20190526\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:41;a:3:{i:0;s:8:\"20190527\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:42;a:3:{i:0;s:8:\"20190528\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:43;a:3:{i:0;s:8:\"20190529\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:44;a:3:{i:0;s:8:\"20190530\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:45;a:3:{i:0;s:8:\"20190531\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:46;a:3:{i:0;s:8:\"20190601\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:47;a:3:{i:0;s:8:\"20190602\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:48;a:3:{i:0;s:8:\"20190603\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:49;a:3:{i:0;s:8:\"20190604\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:50;a:3:{i:0;s:8:\"20190605\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:51;a:3:{i:0;s:8:\"20190606\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:52;a:3:{i:0;s:8:\"20190607\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:53;a:3:{i:0;s:8:\"20190608\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:54;a:3:{i:0;s:8:\"20190609\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:55;a:3:{i:0;s:8:\"20190610\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:56;a:3:{i:0;s:8:\"20190611\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:57;a:3:{i:0;s:8:\"20190612\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:58;a:3:{i:0;s:8:\"20190613\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:59;a:3:{i:0;s:8:\"20190614\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:60;a:3:{i:0;s:8:\"20190615\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:61;a:3:{i:0;s:8:\"20190616\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:62;a:3:{i:0;s:8:\"20190617\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:63;a:3:{i:0;s:8:\"20190618\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:64;a:3:{i:0;s:8:\"20190619\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:65;a:3:{i:0;s:8:\"20190620\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:66;a:3:{i:0;s:8:\"20190621\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:67;a:3:{i:0;s:8:\"20190622\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:68;a:3:{i:0;s:8:\"20190623\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:69;a:3:{i:0;s:8:\"20190624\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:70;a:3:{i:0;s:8:\"20190625\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:71;a:3:{i:0;s:8:\"20190626\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:72;a:3:{i:0;s:8:\"20190627\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:73;a:3:{i:0;s:8:\"20190628\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:74;a:3:{i:0;s:8:\"20190629\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:75;a:3:{i:0;s:8:\"20190630\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:76;a:3:{i:0;s:8:\"20190701\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:77;a:3:{i:0;s:8:\"20190702\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:78;a:3:{i:0;s:8:\"20190703\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:79;a:3:{i:0;s:8:\"20190704\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:80;a:3:{i:0;s:8:\"20190705\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:81;a:3:{i:0;s:8:\"20190706\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:82;a:3:{i:0;s:8:\"20190707\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:83;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:2:\"11\";}i:84;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:2:\"15\";}i:85;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:2:\"12\";}i:86;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:2:\"13\";}i:87;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:2:\"14\";}i:88;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:2:\"16\";}i:89;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:2:\"10\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:232:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:90;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:2:\"91\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:52:\"ga:pagePath==/2019/07/08/have-a-lager-on-maltsmiths/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749042,'gadwp_cache_qr3_864179601','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:322:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"91\";i:1;s:2:\"88\";i:2;s:3:\"182\";i:3;s:3:\"0.0\";i:4;s:1:\"2\";i:5;s:18:\"30.333333333333332\";i:6;s:17:\"17.04895104895105\";i:7;s:3:\"0.0\";i:8;s:18:\"21.428571428571427\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:322:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:2:\"91\";s:8:\"ga:users\";s:2:\"88\";s:12:\"ga:pageviews\";s:3:\"182\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"2\";s:22:\"ga:pageviewsPerSession\";s:18:\"30.333333333333332\";s:16:\"ga:avgTimeOnPage\";s:17:\"17.04895104895105\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"21.428571428571427\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:52:\"ga:pagePath==/2019/07/08/have-a-lager-on-maltsmiths/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749043,'gadwp_cache_qr2_2757549939','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:231:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:2:\"91\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:231:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:2:\"91\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:52:\"ga:pagePath==/2019/07/08/have-a-lager-on-maltsmiths/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749044,'gadwp_cache_qr3_4012066669','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:323:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"91\";i:1;s:2:\"88\";i:2;s:3:\"182\";i:3;s:3:\"0.0\";i:4;s:1:\"2\";i:5;s:18:\"30.333333333333332\";i:6;s:17:\"17.04895104895105\";i:7;s:3:\"0.0\";i:8;s:18:\"21.428571428571427\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:323:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/08/have-a-lager-on-maltsmiths/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:2:\"91\";s:8:\"ga:users\";s:2:\"88\";s:12:\"ga:pageviews\";s:3:\"182\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"2\";s:22:\"ga:pageviewsPerSession\";s:18:\"30.333333333333332\";s:16:\"ga:avgTimeOnPage\";s:17:\"17.04895104895105\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"21.428571428571427\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:52:\"ga:pagePath==/2019/07/08/have-a-lager-on-maltsmiths/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749045,'gadwp_cache_qr2_286819492','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:233:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/08/sky-sports-releases-fixtures/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:2:\"78\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:233:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/08/sky-sports-releases-fixtures/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:2:\"78\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:54:\"ga:pagePath==/2019/07/08/sky-sports-releases-fixtures/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749046,'gadwp_cache_qr3_999156594','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:325:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/08/sky-sports-releases-fixtures/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"78\";i:1;s:2:\"75\";i:2;s:3:\"161\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:5:\"161.0\";i:6;s:18:\"21.959349593495936\";i:7;s:3:\"0.0\";i:8;s:17:\"23.60248447204969\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:325:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/08/sky-sports-releases-fixtures/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:2:\"78\";s:8:\"ga:users\";s:2:\"75\";s:12:\"ga:pageviews\";s:3:\"161\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:5:\"161.0\";s:16:\"ga:avgTimeOnPage\";s:18:\"21.959349593495936\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:17:\"23.60248447204969\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:54:\"ga:pagePath==/2019/07/08/sky-sports-releases-fixtures/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749047,'gadwp_cache_qr2_3297466706','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:225:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/hendi-uk-ice-crushed/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:3:\"174\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:225:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/hendi-uk-ice-crushed/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"174\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:46:\"ga:pagePath==/2019/07/02/hendi-uk-ice-crushed/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749048,'gadwp_cache_qr3_1020047928','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:317:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/hendi-uk-ice-crushed/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"174\";i:1;s:3:\"166\";i:2;s:3:\"356\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:4:\"71.2\";i:6;s:17:\"52.11764705882353\";i:7;s:5:\"2.771\";i:8;s:18:\"28.370786516853936\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:317:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/hendi-uk-ice-crushed/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"174\";s:8:\"ga:users\";s:3:\"166\";s:12:\"ga:pageviews\";s:3:\"356\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:4:\"71.2\";s:16:\"ga:avgTimeOnPage\";s:17:\"52.11764705882353\";s:18:\"ga:avgPageLoadTime\";s:5:\"2.771\";s:11:\"ga:exitRate\";s:18:\"28.370786516853936\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:46:\"ga:pagePath==/2019/07/02/hendi-uk-ice-crushed/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749049,'gadwp_cache_qr2_1894224729','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:226:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/grande-cuisine-mareno/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:3:\"157\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:226:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/grande-cuisine-mareno/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"157\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:47:\"ga:pagePath==/2019/07/02/grande-cuisine-mareno/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749050,'gadwp_cache_qr3_3715652852','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:318:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/grande-cuisine-mareno/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"157\";i:1;s:3:\"151\";i:2;s:3:\"316\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:5:\"316.0\";i:6;s:17:\"35.19838056680162\";i:7;s:3:\"0.0\";i:8;s:18:\"21.835443037974684\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:318:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/grande-cuisine-mareno/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"157\";s:8:\"ga:users\";s:3:\"151\";s:12:\"ga:pageviews\";s:3:\"316\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:5:\"316.0\";s:16:\"ga:avgTimeOnPage\";s:17:\"35.19838056680162\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"21.835443037974684\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:47:\"ga:pagePath==/2019/07/02/grande-cuisine-mareno/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749051,'gadwp_cache_qr2_2616059538','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:245:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/windhoek-fundraising-rhino-international/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:3:\"161\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:245:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/windhoek-fundraising-rhino-international/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"161\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:66:\"ga:pagePath==/2019/07/02/windhoek-fundraising-rhino-international/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749052,'gadwp_cache_qr3_3676135408','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:337:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/windhoek-fundraising-rhino-international/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"161\";i:1;s:3:\"156\";i:2;s:3:\"324\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:5:\"324.0\";i:6;s:17:\"37.28099173553719\";i:7;s:5:\"4.464\";i:8;s:18:\"25.308641975308642\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:337:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/windhoek-fundraising-rhino-international/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"161\";s:8:\"ga:users\";s:3:\"156\";s:12:\"ga:pageviews\";s:3:\"324\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:5:\"324.0\";s:16:\"ga:avgTimeOnPage\";s:17:\"37.28099173553719\";s:18:\"ga:avgPageLoadTime\";s:5:\"4.464\";s:11:\"ga:exitRate\";s:18:\"25.308641975308642\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:66:\"ga:pagePath==/2019/07/02/windhoek-fundraising-rhino-international/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749053,'gadwp_cache_qr2_3384426407','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:245:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/country-range-launches-four-new-desserts/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:3:\"153\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:245:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/country-range-launches-four-new-desserts/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"153\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:66:\"ga:pagePath==/2019/07/02/country-range-launches-four-new-desserts/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749054,'gadwp_cache_qr3_2303362757','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:337:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/country-range-launches-four-new-desserts/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"153\";i:1;s:3:\"148\";i:2;s:3:\"318\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:5:\"159.0\";i:6;s:18:\"39.729166666666664\";i:7;s:3:\"0.0\";i:8;s:18:\"24.528301886792452\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:337:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/country-range-launches-four-new-desserts/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"153\";s:8:\"ga:users\";s:3:\"148\";s:12:\"ga:pageviews\";s:3:\"318\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:5:\"159.0\";s:16:\"ga:avgTimeOnPage\";s:18:\"39.729166666666664\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"24.528301886792452\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:66:\"ga:pagePath==/2019/07/02/country-range-launches-four-new-desserts/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749055,'gadwp_cache_qr2_1452795842','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:234:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:3:\"182\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:234:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"182\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:55:\"ga:pagePath==/2019/07/02/heathwick-foolproof-pawtucket/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749056,'gadwp_cache_qr3_957154636','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:326:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"182\";i:1;s:3:\"179\";i:2;s:3:\"364\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:4:\"91.0\";i:6;s:18:\"14.182835820895523\";i:7;s:5:\"4.048\";i:8;s:18:\"26.373626373626376\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:326:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"182\";s:8:\"ga:users\";s:3:\"179\";s:12:\"ga:pageviews\";s:3:\"364\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:4:\"91.0\";s:16:\"ga:avgTimeOnPage\";s:18:\"14.182835820895523\";s:18:\"ga:avgPageLoadTime\";s:5:\"4.048\";s:11:\"ga:exitRate\";s:18:\"26.373626373626376\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:55:\"ga:pagePath==/2019/07/02/heathwick-foolproof-pawtucket/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749057,'gadwp_cache_qr2_406136925','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:242:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:3:\"166\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:242:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"166\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749058,'gadwp_cache_qr3_1831132466','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:334:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"166\";i:1;s:3:\"160\";i:2;s:3:\"340\";i:3;s:3:\"0.0\";i:4;s:1:\"2\";i:5;s:17:\"48.57142857142857\";i:6;s:17:\"40.07984790874525\";i:7;s:3:\"0.0\";i:8;s:18:\"22.647058823529413\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:334:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"166\";s:8:\"ga:users\";s:3:\"160\";s:12:\"ga:pageviews\";s:3:\"340\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"2\";s:22:\"ga:pageviewsPerSession\";s:17:\"48.57142857142857\";s:16:\"ga:avgTimeOnPage\";s:17:\"40.07984790874525\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"22.647058823529413\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749059,'gadwp_cache_qr2_1427511105','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:243:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:14:{i:0;a:3:{i:0;s:8:\"20190701\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190702\";i:1;s:7:\"Tuesday\";i:2;s:2:\"15\";}i:2;a:3:{i:0;s:8:\"20190703\";i:1;s:9:\"Wednesday\";i:2;s:2:\"17\";}i:3;a:3:{i:0;s:8:\"20190704\";i:1;s:8:\"Thursday\";i:2;s:2:\"17\";}i:4;a:3:{i:0;s:8:\"20190705\";i:1;s:6:\"Friday\";i:2;s:2:\"18\";}i:5;a:3:{i:0;s:8:\"20190706\";i:1;s:8:\"Saturday\";i:2;s:2:\"10\";}i:6;a:3:{i:0;s:8:\"20190707\";i:1;s:6:\"Sunday\";i:2;s:2:\"10\";}i:7;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:2:\"13\";}i:8;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:1:\"9\";}i:9;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:2:\"16\";}i:10;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:1:\"9\";}i:11;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:1:\"9\";}i:12;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:2:\"10\";}i:13;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:2:\"13\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:243:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:14;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"166\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749060,'gadwp_cache_qr3_1053955804','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:333:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"166\";i:1;s:3:\"160\";i:2;s:3:\"340\";i:3;s:3:\"0.0\";i:4;s:1:\"2\";i:5;s:17:\"48.57142857142857\";i:6;s:17:\"40.07984790874525\";i:7;s:3:\"0.0\";i:8;s:18:\"22.647058823529413\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:333:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"166\";s:8:\"ga:users\";s:3:\"160\";s:12:\"ga:pageviews\";s:3:\"340\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"2\";s:22:\"ga:pageviewsPerSession\";s:17:\"48.57142857142857\";s:16:\"ga:avgTimeOnPage\";s:17:\"40.07984790874525\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"22.647058823529413\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749061,'gadwp_cache_qr2_1208037986','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:242:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:2:\"13\";}i:1;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:1:\"9\";}i:2;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:2:\"16\";}i:3;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:1:\"9\";}i:4;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:1:\"9\";}i:5;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:2:\"10\";}i:6;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:2:\"13\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:242:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:2:\"79\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749062,'gadwp_cache_qr3_3359093766','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:332:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"79\";i:1;s:2:\"76\";i:2;s:3:\"160\";i:3;s:3:\"0.0\";i:4;s:1:\"1\";i:5;s:4:\"80.0\";i:6;s:18:\"21.677419354838708\";i:7;s:3:\"0.0\";i:8;s:4:\"22.5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:332:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:2:\"79\";s:8:\"ga:users\";s:2:\"76\";s:12:\"ga:pageviews\";s:3:\"160\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"1\";s:22:\"ga:pageviewsPerSession\";s:4:\"80.0\";s:16:\"ga:avgTimeOnPage\";s:18:\"21.677419354838708\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:4:\"22.5\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749063,'gadwp_cache_qr2_3737993998','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:226:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"1\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"0\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"0\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"0\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"0\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"0\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:1:\"0\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:1:\"0\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"0\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"0\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"2\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:226:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:2:\"13\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749064,'gadwp_cache_qr3_3479636144','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:333:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:2:\"13\";i:1;s:2:\"13\";i:2;s:2:\"26\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:3:\"0.0\";i:6;s:17:\"59.26315789473684\";i:7;s:3:\"0.0\";i:8;s:18:\"26.923076923076923\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:333:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/fentimans-launches-soft-drinks-report/&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:2:\"13\";s:8:\"ga:users\";s:2:\"13\";s:12:\"ga:pageviews\";s:2:\"26\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:3:\"0.0\";s:16:\"ga:avgTimeOnPage\";s:17:\"59.26315789473684\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:18:\"26.923076923076923\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/07/02/fentimans-launches-soft-drinks-report/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749065,'gadwp_cache_qr2_552089726','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:234:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:2:\"15\";}i:1;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:2:\"11\";}i:2;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:2:\"18\";}i:3;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:2:\"14\";}i:4;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:2:\"12\";}i:5;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:2:\"16\";}i:6;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:2:\"15\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:234:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:3:\"101\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:55:\"ga:pagePath==/2019/07/02/heathwick-foolproof-pawtucket/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749067,'gadwp_cache_qr3_1131474844','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:324:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"101\";i:1;s:3:\"100\";i:2;s:3:\"202\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:5:\"202.0\";i:6;s:18:\"15.232876712328768\";i:7;s:5:\"4.048\";i:8;s:18:\"27.722772277227726\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:324:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/07/02/heathwick-foolproof-pawtucket/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:3:\"101\";s:8:\"ga:users\";s:3:\"100\";s:12:\"ga:pageviews\";s:3:\"202\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:5:\"202.0\";s:16:\"ga:avgTimeOnPage\";s:18:\"15.232876712328768\";s:18:\"ga:avgPageLoadTime\";s:5:\"4.048\";s:11:\"ga:exitRate\";s:18:\"27.722772277227726\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:55:\"ga:pagePath==/2019/07/02/heathwick-foolproof-pawtucket/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749075,'gadwp_cache_qr5_4228184886','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:189:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dreferral&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:28:{i:0;a:2:{i:0;s:12:\"facebook.com\";i:1;s:3:\"744\";}i:1;a:2:{i:0;s:11:\"twitter.com\";i:1;s:3:\"326\";}i:2;a:2:{i:0;s:4:\"t.co\";i:1;s:2:\"31\";}i:3;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:2:\"26\";}i:4;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:1:\"7\";}i:5;a:2:{i:0;s:9:\"baidu.com\";i:1;s:1:\"5\";}i:6;a:2:{i:0;s:11:\"bevexpo.com\";i:1;s:1:\"3\";}i:7;a:2:{i:0;s:19:\"uk.search.yahoo.com\";i:1;s:1:\"3\";}i:8;a:2:{i:0;s:11:\"cn.bing.com\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:16:\"r.search.aol.com\";i:1;s:1:\"2\";}i:10;a:2:{i:0;s:24:\"restauranttechlive.co.uk\";i:1;s:1:\"2\";}i:11;a:2:{i:0;s:18:\"app.brandwatch.com\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:18:\"app.buzzstream.com\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:21:\"cards-dev.twitter.com\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:15:\"go.zoominfo.com\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:10:\"google.com\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:15:\"it.linkedin.com\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:22:\"johnsons-gb-test.co.uk\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:15:\"l.instagram.com\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:12:\"linkedin.com\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:11:\"m.baidu.com\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:9:\"nm.abv.bg\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:18:\"publish.buffer.com\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:22:\"results.searchlock.com\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:12:\"seekkees.com\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:15:\"sourcescrub.com\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:19:\"translate.google.pl\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:189:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dreferral&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:28;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"1168\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:19:\"ga:medium==referral\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749076,'gadwp_cache_qr4_4228184886','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:316:{i:0;a:2:{i:0;s:43:\"Ontrade Progress | The hospitality magazine\";i:1;s:5:\"11753\";}i:1;a:2:{i:0;s:45:\"On-Trade Progress, Author at Ontrade Progress\";i:1;s:3:\"941\";}i:2;a:2:{i:0;s:25:\"Drinks | Ontrade Progress\";i:1;s:3:\"689\";}i:3;a:2:{i:0;s:28:\"Subscribe | Ontrade Progress\";i:1;s:3:\"522\";}i:4;a:2:{i:0;s:31:\"The Magazine | Ontrade Progress\";i:1;s:3:\"502\";}i:5;a:2:{i:0;s:23:\"Food | Ontrade Progress\";i:1;s:3:\"485\";}i:6;a:2:{i:0;s:23:\"Blog | Ontrade Progress\";i:1;s:3:\"475\";}i:7;a:2:{i:0;s:32:\"Entertainment | Ontrade Progress\";i:1;s:3:\"436\";}i:8;a:2:{i:0;s:27:\"Business | Ontrade Progress\";i:1;s:3:\"395\";}i:9;a:2:{i:0;s:35:\"Hospitality News | Ontrade Progress\";i:1;s:3:\"355\";}i:10;a:2:{i:0;s:29:\"Technology | Ontrade Progress\";i:1;s:3:\"293\";}i:11;a:2:{i:0;s:53:\"Maltsmiths launches \'When you love what you do\' tv ad\";i:1;s:3:\"208\";}i:12;a:2:{i:0;s:26:\"Contact | Ontrade Progress\";i:1;s:3:\"196\";}i:13;a:2:{i:0;s:51:\"Heathwick brings innovation to imported beer market\";i:1;s:3:\"180\";}i:14;a:2:{i:0;s:59:\"Keep your cool this summer with ice solutions from Hendi UK\";i:1;s:3:\"166\";}i:15;a:2:{i:0;s:66:\"Ontrade Progress Issue #27 | Ontrade Progress hospitality magazine\";i:1;s:3:\"164\";}i:16;a:2:{i:0;s:59:\"Media Alert: The New EFL Season Gets Underway on Sky Sports\";i:1;s:3:\"162\";}i:17;a:2:{i:0;s:61:\"Fentimans launches first premium soft drinks and mixer report\";i:1;s:3:\"161\";}i:18;a:2:{i:0;s:71:\"Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l\";i:1;s:3:\"157\";}i:19;a:2:{i:0;s:63:\"Grande Cuisine promises a versatile solution courtesy of Mareno\";i:1;s:3:\"152\";}i:20;a:2:{i:0;s:58:\"Foodservice brand Country Range launches four new desserts\";i:1;s:3:\"149\";}i:21;a:2:{i:0;s:65:\"Deadly good - Dead Man\'s Fingers - Cocktails served to perfection\";i:1;s:3:\"133\";}i:22;a:2:{i:0;s:62:\"New vintage style cocktail glassware from UK distributor Artis\";i:1;s:3:\"114\";}i:23;a:2:{i:0;s:71:\"Strongbow Dark Fruit relaunches its range with no artificial sweeteners\";i:1;s:3:\"112\";}i:24;a:2:{i:0;s:65:\"New calorie and nutrition pledge from Heineken | Ontrade Progress\";i:1;s:3:\"106\";}i:25;a:2:{i:0;s:62:\"Marston’s Launch It’s First Official Work Placement Scheme\";i:1;s:3:\"102\";}i:26;a:2:{i:0;s:71:\"London Craft Beer Festival launch the WABies best in class craft awards\";i:1;s:2:\"96\";}i:27;a:2:{i:0;s:50:\"Calder Foods creates their new \'Love Fresh\' Burger\";i:1;s:2:\"95\";}i:28;a:2:{i:0;s:52:\"Giffard West Cup 2019 from Château d\'Angers, France\";i:1;s:2:\"93\";}i:29;a:2:{i:0;s:66:\"Ontrade Progress Issue #26 | Ontrade Progress hospitality magazine\";i:1;s:2:\"93\";}i:30;a:2:{i:0;s:57:\"It\'s time for a pre-Brexit buying guide - Lynx Purchasing\";i:1;s:2:\"90\";}i:31;a:2:{i:0;s:45:\"Have a lager on Maltsmiths | Ontrade Progress\";i:1;s:2:\"89\";}i:32;a:2:{i:0;s:47:\"Sky Sports releases fixtures | Ontrade Progress\";i:1;s:2:\"76\";}i:33;a:2:{i:0;s:46:\"Catering Equipment Archives | Ontrade Progress\";i:1;s:2:\"67\";}i:34;a:2:{i:0;s:37:\"Festivals & Events | Ontrade Progress\";i:1;s:2:\"50\";}i:35;a:2:{i:0;s:60:\"New low alcohol alternative from Shipyard | Ontrade Progress\";i:1;s:2:\"41\";}i:36;a:2:{i:0;s:63:\"New Strongbow dual fount which could boost cider sales by 44% |\";i:1;s:2:\"33\";}i:37;a:2:{i:0;s:59:\"Molson Coors and Sky launch new simplified partnership deal\";i:1;s:2:\"28\";}i:38;a:2:{i:0;s:65:\"Fireball announces Fuelling The Fire Tour 2019 | Ontrade Progress\";i:1;s:2:\"26\";}i:39;a:2:{i:0;s:62:\"Commercial Kitchen moves to London for 2020 | Ontrade Progress\";i:1;s:2:\"25\";}i:40;a:2:{i:0;s:77:\"Commercial Kitchen reveals Innovation Challenge contenders | Ontrade Progress\";i:1;s:2:\"23\";}i:41;a:2:{i:0;s:34:\"London\'s top Summer cocktails 2019\";i:1;s:2:\"22\";}i:42;a:2:{i:0;s:77:\"Women’s World Cup to boost beer sales by 3 million pints | Ontrade Progress\";i:1;s:2:\"22\";}i:43;a:2:{i:0;s:88:\"UKH welcomes first step in relaxation of chef employment restrictions | Ontrade Progress\";i:1;s:2:\"19\";}i:44;a:2:{i:0;s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";i:1;s:2:\"18\";}i:45;a:2:{i:0;s:81:\"Two million extra pints to be sold on blockbuster day of sport | Ontrade Progress\";i:1;s:2:\"18\";}i:46;a:2:{i:0;s:57:\"British Lion Eggs - What does the stamp of approval mean?\";i:1;s:2:\"17\";}i:47;a:2:{i:0;s:63:\"Cocktail of the Month - RedLeg Ginger Mojito | Ontrade Progress\";i:1;s:2:\"17\";}i:48;a:2:{i:0;s:56:\"75% of diners want carbon footprint information on menus\";i:1;s:2:\"16\";}i:49;a:2:{i:0;s:59:\"Cornish Orchards launches Honey Cider with the Eden Project\";i:1;s:2:\"16\";}i:50;a:2:{i:0;s:73:\"Old Mout is expanding their flavoured cider range - Raspberry & Pineapple\";i:1;s:2:\"15\";}i:51;a:2:{i:0;s:71:\"New cocktail bar Murder Inc. set to launch this June | Ontrade Progress\";i:1;s:2:\"14\";}i:52;a:2:{i:0;s:73:\"Peter Spanton Drinks launches two new premium flavours | Ontrade Progress\";i:1;s:2:\"14\";}i:53;a:2:{i:0;s:54:\"The Music Licence from PPL PRS - helping to play music\";i:1;s:2:\"14\";}i:54;a:2:{i:0;s:70:\"We speak with Mad Squirrel Brewery about their success in the industry\";i:1;s:2:\"14\";}i:55;a:2:{i:0;s:62:\"Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers\";i:1;s:2:\"13\";}i:56;a:2:{i:0;s:45:\"Ontrade Progress issue #26 | Ontrade Progress\";i:1;s:2:\"13\";}i:57;a:2:{i:0;s:64:\"Operators lend support for Pinkspiration Week | Ontrade Progress\";i:1;s:2:\"12\";}i:58;a:2:{i:0;s:51:\"BBPA launches The Beer & Pubcast | Ontrade Progress\";i:1;s:2:\"11\";}i:59;a:2:{i:0;s:24:\"Hardy\'s new foodie range\";i:1;s:2:\"11\";}i:60;a:2:{i:0;s:75:\"The new wellbeing and productivity-boosting recipe guide | Ontrade Progress\";i:1;s:2:\"11\";}i:61;a:2:{i:0;s:59:\"UKHospitality warns against MUP in Wales | Ontrade Progress\";i:1;s:2:\"11\";}i:62;a:2:{i:0;s:51:\"Artis UK launches a new mixology cocktail glassware\";i:1;s:2:\"10\";}i:63;a:2:{i:0;s:62:\"Council funding crisis may harm hospitality | Ontrade Progress\";i:1;s:2:\"10\";}i:64;a:2:{i:0;s:68:\"Mr Fitz Aqua Spritz launches on-trend new flavour | Ontrade Progress\";i:1;s:2:\"10\";}i:65;a:2:{i:0;s:66:\"On-Trade Progress chats with Simon Le Bon from Sir William Bentley\";i:1;s:2:\"10\";}i:66;a:2:{i:0;s:53:\"Samtouch POS software offers a high level of features\";i:1;s:2:\"10\";}i:67;a:2:{i:0;s:58:\"Heineken geo-targeting campaign proves profitable for pubs\";i:1;s:1:\"9\";}i:68;a:2:{i:0;s:60:\"On-Trade Progress, Author at Ontrade Progress | Page 2 of 95\";i:1;s:1:\"9\";}i:69;a:2:{i:0;s:68:\"Singa’s latest research hails the transformative power of karaoke.\";i:1;s:1:\"9\";}i:70;a:2:{i:0;s:58:\"The Botanist to celebrate World Gin Day | Ontrade Progress\";i:1;s:1:\"9\";}i:71;a:2:{i:0;s:90:\"Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar\";i:1;s:1:\"9\";}i:72;a:2:{i:0;s:56:\"3C Payment works with Discover to expand card acceptance\";i:1;s:1:\"8\";}i:73;a:2:{i:0;s:67:\"Amathus Drinks becomes UK distributor for Kanpai | Ontrade Progress\";i:1;s:1:\"8\";}i:74;a:2:{i:0;s:48:\"Best practice in keg dispense | Ontrade Progress\";i:1;s:1:\"8\";}i:75;a:2:{i:0;s:65:\"Fat Media - Say hello to the future - Voice search is on the rise\";i:1;s:1:\"8\";}i:76;a:2:{i:0;s:70:\"Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar\";i:1;s:1:\"8\";}i:77;a:2:{i:0;s:82:\"Margot: “Pinkspiration” initiative to get hospitality to drive towards charity\";i:1;s:1:\"8\";}i:78;a:2:{i:0;s:55:\"RedLeg Caramelised Pineapple spiced rum adds to the mix\";i:1;s:1:\"8\";}i:79;a:2:{i:0;s:63:\"We explore products from SCT & SCT, the premium bar snack brand\";i:1;s:1:\"8\";}i:80;a:2:{i:0;s:47:\"BrewDog launches a new bar at Edinburgh Airport\";i:1;s:1:\"7\";}i:81;a:2:{i:0;s:30:\"Food waste reduction with CESA\";i:1;s:1:\"7\";}i:82;a:2:{i:0;s:63:\"Salcombe Gin – Signature Sea Mist Cocktail | Ontrade Progress\";i:1;s:1:\"7\";}i:83;a:2:{i:0;s:67:\"Select the best EPOS system for your Restaurant with Star Micronics\";i:1;s:1:\"7\";}i:84;a:2:{i:0;s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";i:1;s:1:\"7\";}i:85;a:2:{i:0;s:25:\"Design | Ontrade Progress\";i:1;s:1:\"6\";}i:86;a:2:{i:0;s:52:\"Hi-Spirits launches Summer serves | Ontrade Progress\";i:1;s:1:\"6\";}i:87;a:2:{i:0;s:50:\"Hubbard launches MXG 938, the 400kg a day icemaker\";i:1;s:1:\"6\";}i:88;a:2:{i:0;s:28:\"Issue #25 | Ontrade Progress\";i:1;s:1:\"6\";}i:89;a:2:{i:0;s:60:\"On-Trade Progress, Author at Ontrade Progress | Page 2 of 94\";i:1;s:1:\"6\";}i:90;a:2:{i:0;s:60:\"On-Trade Progress, Author at Ontrade Progress | Page 3 of 95\";i:1;s:1:\"6\";}i:91;a:2:{i:0;s:61:\"Scapegrace Gin goes rogue with Anonymous Cocktail Competition\";i:1;s:1:\"6\";}i:92;a:2:{i:0;s:98:\"UKHospitality has reacted to the RSPH’s study on mental health in hospitality | Ontrade Progress\";i:1;s:1:\"6\";}i:93;a:2:{i:0;s:61:\"WKD launches cocktails in cans to On-Trade | Ontrade Progress\";i:1;s:1:\"6\";}i:94;a:2:{i:0;s:76:\"With start-up firms using automation for growth - Are you being left behind?\";i:1;s:1:\"6\";}i:95;a:2:{i:0;s:9:\"(not set)\";i:1;s:1:\"5\";}i:96;a:2:{i:0;s:62:\"ARYZTA unveils two new vegan bakes to give your venue the edge\";i:1;s:1:\"5\";}i:97;a:2:{i:0;s:63:\"Data from the Gambling Commission doesn\'t reflect well for pubs\";i:1;s:1:\"5\";}i:98;a:2:{i:0;s:50:\"Emilia Strazzanti opens new Supper Club in Hackney\";i:1;s:1:\"5\";}i:99;a:2:{i:0;s:36:\"Features Archives | Ontrade Progress\";i:1;s:1:\"5\";}i:100;a:2:{i:0;s:61:\"Morgenrot Launches Somewhere Else wines from the Tulum Valley\";i:1;s:1:\"5\";}i:101;a:2:{i:0;s:87:\"New eco-friendly apple brandy, Avallen Calvados will launch this May | Ontrade Progress\";i:1;s:1:\"5\";}i:102;a:2:{i:0;s:56:\"Pantheon re-launches mixer with new, super-safe features\";i:1;s:1:\"5\";}i:103;a:2:{i:0;s:62:\"Strongbow - Real people, a real put and of course, real arrows\";i:1;s:1:\"5\";}i:104;a:2:{i:0;s:58:\"Sun Valley Nuts Turns Up the Heat with Tabasco Partnership\";i:1;s:1:\"5\";}i:105;a:2:{i:0;s:65:\"The Restaurant Group (TRG) has announced the purchase of Wagamama\";i:1;s:1:\"5\";}i:106;a:2:{i:0;s:61:\"The Showering Cider Mill has launched Mallets for millennials\";i:1;s:1:\"5\";}i:107;a:2:{i:0;s:60:\"The new pro range of new bean-to-cup coffee machines by Jura\";i:1;s:1:\"5\";}i:108;a:2:{i:0;s:71:\"Unwrap the secret to a superior Christmas in the On Trade with Heineken\";i:1;s:1:\"5\";}i:109;a:2:{i:0;s:65:\"WRS systems provide a complete solution for the hospitality trade\";i:1;s:1:\"5\";}i:110;a:2:{i:0;s:59:\"World Cup 2018 - Keeping the party going | Ontrade Progress\";i:1;s:1:\"5\";}i:111;a:2:{i:0;s:59:\"Amathus Drinks ships new agencies from Priorat and Montsant\";i:1;s:1:\"4\";}i:112;a:2:{i:0;s:64:\"BBPA responds to pub closures - beer tax rose, 5,000 pubs closed\";i:1;s:1:\"4\";}i:113;a:2:{i:0;s:33:\"Beer Barometer | Ontrade Progress\";i:1;s:1:\"4\";}i:114;a:2:{i:0;s:55:\"CDG to open Warrens Bakery franchise at Bristol Airport\";i:1;s:1:\"4\";}i:115;a:2:{i:0;s:92:\"Coffee technology from WMF combines two coffee styles in a single machine | Ontrade Progress\";i:1;s:1:\"4\";}i:116;a:2:{i:0;s:68:\"Dropping of the £30,000 minimum salary threshold | Ontrade Progress\";i:1;s:1:\"4\";}i:117;a:2:{i:0;s:65:\"Funktion-One, Resistance and Privilege set new standards in Ibiza\";i:1;s:1:\"4\";}i:118;a:2:{i:0;s:83:\"Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix | Ontrade Progress\";i:1;s:1:\"4\";}i:119;a:2:{i:0;s:73:\"Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught\";i:1;s:1:\"4\";}i:120;a:2:{i:0;s:69:\"Hobart UK to merge devisions and become the Hobart Equipment Division\";i:1;s:1:\"4\";}i:121;a:2:{i:0;s:54:\"Hop to it! Is that pint home-grown? | Ontrade Progress\";i:1;s:1:\"4\";}i:122;a:2:{i:0;s:65:\"Icelandic Craft Beer Trio Land in UK Iceland’s Einstök brewery\";i:1;s:1:\"4\";}i:123;a:2:{i:0;s:63:\"Introducing Maltsmiths Brewing from HEINEKEN | Ontrade Progress\";i:1;s:1:\"4\";}i:124;a:2:{i:0;s:28:\"Issue #23 | Ontrade Progress\";i:1;s:1:\"4\";}i:125;a:2:{i:0;s:28:\"Issue #27 | Ontrade Progress\";i:1;s:1:\"4\";}i:126;a:2:{i:0;s:70:\"Krombacher visited 303 pubs in 24 hours for the Licensed Trade Charity\";i:1;s:1:\"4\";}i:127;a:2:{i:0;s:57:\"McEwan’s lager relaunches this month | Ontrade Progress\";i:1;s:1:\"4\";}i:128;a:2:{i:0;s:72:\"National Innovation in Training Awards – NITAs 2018 | Ontrade Progress\";i:1;s:1:\"4\";}i:129;a:2:{i:0;s:65:\"Nominations for 2018 Dusk ‘til Dawn now open | Ontrade Progress\";i:1;s:1:\"4\";}i:130;a:2:{i:0;s:61:\"On-Trade Progress, Author at Ontrade Progress | Page 94 of 94\";i:1;s:1:\"4\";}i:131;a:2:{i:0;s:61:\"On-Trade Progress, Author at Ontrade Progress | Page 95 of 95\";i:1;s:1:\"4\";}i:132;a:2:{i:0;s:57:\"Pipers - the perfect premium bar snack | Ontrade Progress\";i:1;s:1:\"4\";}i:133;a:2:{i:0;s:59:\"Public Health England and Drinkaware launch Drink Free Days\";i:1;s:1:\"4\";}i:134;a:2:{i:0;s:60:\"Quilmes Clasica: Morgenrot unveils \'s new revamped packaging\";i:1;s:1:\"4\";}i:135;a:2:{i:0;s:73:\"Salcombe Distilling Co. Helps turn the tide on plastic | Ontrade Progress\";i:1;s:1:\"4\";}i:136;a:2:{i:0;s:68:\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\";i:1;s:1:\"4\";}i:137;a:2:{i:0;s:68:\"UEFA Nations League, the brand new international football tournament\";i:1;s:1:\"4\";}i:138;a:2:{i:0;s:70:\"Unique Hospitality Management adds trio of new pubs | Ontrade Progress\";i:1;s:1:\"4\";}i:139;a:2:{i:0;s:80:\"VII Hills Italian Dry Gin sign two new distributors in Europe | Ontrade Progress\";i:1;s:1:\"4\";}i:140;a:2:{i:0;s:30:\"VK Archives | Ontrade Progress\";i:1;s:1:\"4\";}i:141;a:2:{i:0;s:61:\"We caught up with Nick DeBorde about Beaumont\'s barware range\";i:1;s:1:\"4\";}i:142;a:2:{i:0;s:57:\"We sat down with Emma Wilson to discuss WRS\'s POS systems\";i:1;s:1:\"4\";}i:143;a:2:{i:0;s:65:\"Win £1500 shopping vouchers with McCain Foods | Ontrade Progress\";i:1;s:1:\"4\";}i:144;a:2:{i:0;s:55:\"specialists in Hospitality Insurance with Terry Osborne\";i:1;s:1:\"4\";}i:145;a:2:{i:0;s:60:\"ARYZTA Food Solutions - Colour Croissants | Ontrade Progress\";i:1;s:1:\"3\";}i:146;a:2:{i:0;s:67:\"Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards\";i:1;s:1:\"3\";}i:147;a:2:{i:0;s:74:\"Brockmans World Gin Day contest attracts record entries | Ontrade Progress\";i:1;s:1:\"3\";}i:148;a:2:{i:0;s:60:\"Cocktail of the Month - The Rambling Rose | Ontrade Progress\";i:1;s:1:\"3\";}i:149;a:2:{i:0;s:64:\"Country Range launch their sweet potato fries | Ontrade Progress\";i:1;s:1:\"3\";}i:150;a:2:{i:0;s:61:\"Fentimans Rose Lemonade – “Love Yourself” this February\";i:1;s:1:\"3\";}i:151;a:2:{i:0;s:60:\"Hi-Spirits has the gin journey mapped out | Ontrade Progress\";i:1;s:1:\"3\";}i:152;a:2:{i:0;s:58:\"Ice hygiene: BBC Watchdog - avoid the poop – use a scoop\";i:1;s:1:\"3\";}i:153;a:2:{i:0;s:28:\"Issue #24 | Ontrade Progress\";i:1;s:1:\"3\";}i:154;a:2:{i:0;s:69:\"Kolibri Drinks gives people the ability to customise their own drinks\";i:1;s:1:\"3\";}i:155;a:2:{i:0;s:57:\"Lanchester Wines - A new wave of Rosé | Ontrade Progress\";i:1;s:1:\"3\";}i:156;a:2:{i:0;s:76:\"New Halal Monitoring Committee (HMC) Approved Beef Burger | Ontrade Progress\";i:1;s:1:\"3\";}i:157;a:2:{i:0;s:62:\"New Pink Lemonade Muffin by Otis Spunkmeyer | Ontrade Progress\";i:1;s:1:\"3\";}i:158;a:2:{i:0;s:23:\"On-Trade Progress About\";i:1;s:1:\"3\";}i:159;a:2:{i:0;s:60:\"On-Trade Progress, Author at Ontrade Progress | Page 3 of 94\";i:1;s:1:\"3\";}i:160;a:2:{i:0;s:63:\"On-Trade progress’ Questions for Maria Chong from Lee Kum Kee\";i:1;s:1:\"3\";}i:161;a:2:{i:0;s:77:\"Peppermill Interiors latest velvet collection is taking the industry by storm\";i:1;s:1:\"3\";}i:162;a:2:{i:0;s:61:\"ProLights omega PIX next generation high res led video screen\";i:1;s:1:\"3\";}i:163;a:2:{i:0;s:68:\"Quality comes naturally as Essential Cuisine extends signature range\";i:1;s:1:\"3\";}i:164;a:2:{i:0;s:62:\"RAW Bottles has become the reusable bottle supplier to the AIF\";i:1;s:1:\"3\";}i:165;a:2:{i:0;s:60:\"Scott Park - Ascentia Foodservice at Casual Dining Show 2019\";i:1;s:1:\"3\";}i:166;a:2:{i:0;s:36:\"Taste Test - RTDs | Ontrade Progress\";i:1;s:1:\"3\";}i:167;a:2:{i:0;s:53:\"The importance of social WiFi marketing to your venue\";i:1;s:1:\"3\";}i:168;a:2:{i:0;s:70:\"The latest trends in hospitality furniture for 2018 | Ontrade Progress\";i:1;s:1:\"3\";}i:169;a:2:{i:0;s:66:\"Utopia tableware trends: big, beautiful and eco | Ontrade Progress\";i:1;s:1:\"3\";}i:170;a:2:{i:0;s:66:\"VII Hills Italian Dry gin wins gold at the Gin Masters 2018 awards\";i:1;s:1:\"3\";}i:171;a:2:{i:0;s:52:\"Venue Profile - The Trading House | Ontrade Progress\";i:1;s:1:\"3\";}i:172;a:2:{i:0;s:49:\"chefs Archives | Page 10 of 31 | Ontrade Progress\";i:1;s:1:\"3\";}i:173;a:2:{i:0;s:64:\"el Jimador tequila comes to the UK\'s on-trade sector from Mexico\";i:1;s:1:\"3\";}i:174;a:2:{i:0;s:85:\"‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt | Ontrade Progress\";i:1;s:1:\"3\";}i:175;a:2:{i:0;s:58:\"‘Meals & More’ Becomes a Charity to end Holiday Hunger\";i:1;s:1:\"3\";}i:176;a:2:{i:0;s:38:\"A taste of Scotland | Ontrade Progress\";i:1;s:1:\"2\";}i:177;a:2:{i:0;s:52:\"ARYZTA Food Solutions at the 2018 Great Taste Awards\";i:1;s:1:\"2\";}i:178;a:2:{i:0;s:57:\"Artis - \'Homme & Femme\' wine decanters | Ontrade Progress\";i:1;s:1:\"2\";}i:179;a:2:{i:0;s:80:\"BBPA welcomes ban on plastic straws, stirrers and cotton buds | Ontrade Progress\";i:1;s:1:\"2\";}i:180;a:2:{i:0;s:72:\"Bimber celebrates whisky milestone with founders club and exclusive cask\";i:1;s:1:\"2\";}i:181;a:2:{i:0;s:56:\"Chinese New Year: Lee Kum Kee’s 6 tips for foodservice\";i:1;s:1:\"2\";}i:182;a:2:{i:0;s:42:\"Diamond Filtrated Vodka | Ontrade Progress\";i:1;s:1:\"2\";}i:183;a:2:{i:0;s:66:\"Drury launches new bedroom hot drinks selection | Ontrade Progress\";i:1;s:1:\"2\";}i:184;a:2:{i:0;s:52:\"Dry January - Brand first with Heineken\'s no alcohol\";i:1;s:1:\"2\";}i:185;a:2:{i:0;s:71:\"Economies of ale: Small pubs and bars close as chains focus on big bars\";i:1;s:1:\"2\";}i:186;a:2:{i:0;s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";i:1;s:1:\"2\";}i:187;a:2:{i:0;s:88:\"Fernet-Branca challenges the bar trade\'s bravest at the Barback Games | Ontrade Progress\";i:1;s:1:\"2\";}i:188;a:2:{i:0;s:40:\"Fire-up the BBQ menus | Ontrade Progress\";i:1;s:1:\"2\";}i:189;a:2:{i:0;s:57:\"Get cracking for British Egg Week 2018 | Ontrade Progress\";i:1;s:1:\"2\";}i:190;a:2:{i:0;s:62:\"Glenn Roberts joins Winterhalter UK, Andy Salter joins Classeq\";i:1;s:1:\"2\";}i:191;a:2:{i:0;s:57:\"HIT Training to offer UK first apprenticeship for brewers\";i:1;s:1:\"2\";}i:192;a:2:{i:0;s:69:\"Hubbard Systems’ latest undercounter dishwasher is fast and compact\";i:1;s:1:\"2\";}i:193;a:2:{i:0;s:68:\"Is bean-to-cup the future - Is it time to switch to coffee machines?\";i:1;s:1:\"2\";}i:194;a:2:{i:0;s:28:\"Issue #22 | Ontrade Progress\";i:1;s:1:\"2\";}i:195;a:2:{i:0;s:63:\"Justingredients discuss how you can bring organic to your venue\";i:1;s:1:\"2\";}i:196;a:2:{i:0;s:60:\"Licensee of the Year 2018: The winner is! | Ontrade Progress\";i:1;s:1:\"2\";}i:197;a:2:{i:0;s:64:\"M&J Seafood\'s new fish dishes have raw appeal | Ontrade Progress\";i:1;s:1:\"2\";}i:198;a:2:{i:0;s:64:\"Metcalfe - launches HALLDE CC-34 combi cutter | Ontrade Progress\";i:1;s:1:\"2\";}i:199;a:2:{i:0;s:73:\"Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow\";i:1;s:1:\"2\";}i:200;a:2:{i:0;s:86:\"Old Mout Cider and WWF partner to protect habitats around the world | Ontrade Progress\";i:1;s:1:\"2\";}i:201;a:2:{i:0;s:61:\"On-Trade Progress met with Larry Field at London\'s Studio 338\";i:1;s:1:\"2\";}i:202;a:2:{i:0;s:33:\"Page not found | Ontrade Progress\";i:1;s:1:\"2\";}i:203;a:2:{i:0;s:73:\"Perfect your pour and win a trip to the Krombacher Brewery in Pourfection\";i:1;s:1:\"2\";}i:204;a:2:{i:0;s:50:\"Pizza Equipment LTD at the Casual Dining Show 2019\";i:1;s:1:\"2\";}i:205;a:2:{i:0;s:58:\"Showsec – Standing out from the crowd with Michael Poole\";i:1;s:1:\"2\";}i:206;a:2:{i:0;s:68:\"St James has launched a new musical cocktail menu | Ontrade Progress\";i:1;s:1:\"2\";}i:207;a:2:{i:0;s:59:\"Tansun Heaters installed at luxury hotel | Ontrade Progress\";i:1;s:1:\"2\";}i:208;a:2:{i:0;s:64:\"Tansun\'s radiant heating panels are the future of indoor heating\";i:1;s:1:\"2\";}i:209;a:2:{i:0;s:52:\"The Future of Online Reservations | Ontrade Progress\";i:1;s:1:\"2\";}i:210;a:2:{i:0;s:69:\"Venue of the Month - Hermitage Rd Bar & Restaurant | Ontrade Progress\";i:1;s:1:\"2\";}i:211;a:2:{i:0;s:60:\"buffalo trace bourbon truffles christmas cookbook alzheimers\";i:1;s:1:\"2\";}i:212;a:2:{i:0;s:18:\"| Ontrade Progress\";i:1;s:1:\"2\";}i:213;a:2:{i:0;s:69:\"A.C. Entertainment Technologies selected to distribute Work Pro Audio\";i:1;s:1:\"1\";}i:214;a:2:{i:0;s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";i:1;s:1:\"1\";}i:215;a:2:{i:0;s:66:\"ARYZTA introduces two new indulgent Tartelettes for Valentines Day\";i:1;s:1:\"1\";}i:216;a:2:{i:0;s:65:\"AccentPOS ® Hub: A back-office dashboard for restaurant managers\";i:1;s:1:\"1\";}i:217;a:2:{i:0;s:30:\"Advertising | Ontrade Progress\";i:1;s:1:\"1\";}i:218;a:2:{i:0;s:64:\"Ale Miles: BrewDog launches \'BrewDog Airlines\' - Coming Feb 2019\";i:1;s:1:\"1\";}i:219;a:2:{i:0;s:70:\"Aussie winemakers have been experimenting with Italian grape varieties\";i:1;s:1:\"1\";}i:220;a:2:{i:0;s:69:\"Barclaycard explains how payment techology can help cut waiting times\";i:1;s:1:\"1\";}i:221;a:2:{i:0;s:91:\"Bimber ?wi?tuje kamie? milowy whisky dzi?ki klubowi za?o?ycieli i ekskluzywnej beczce\";i:1;s:1:\"1\";}i:222;a:2:{i:0;s:55:\"Birra Moretti launches \'Time For what Matters\' campaign\";i:1;s:1:\"1\";}i:223;a:2:{i:0;s:55:\"Bohem Brewery and St Austell launch collaboration lager\";i:1;s:1:\"1\";}i:224;a:2:{i:0;s:64:\"Brewers Association - New independent American craft brewer seal\";i:1;s:1:\"1\";}i:225;a:2:{i:0;s:65:\"CAMRA celebrates pub planning loophole closure | Ontrade Progress\";i:1;s:1:\"1\";}i:226;a:2:{i:0;s:58:\"Canopies UK - Raising the roof at Hilton’s brand new bar\";i:1;s:1:\"1\";}i:227;a:2:{i:0;s:71:\"Canopies UK discuss their new Cantabria canopy, designed for hospitalty\";i:1;s:1:\"1\";}i:228;a:2:{i:0;s:70:\"Carlsberg UK brought together 6 strangers to build the Carlsberg Cabin\";i:1;s:1:\"1\";}i:229;a:2:{i:0;s:68:\"Cask Marque - Looking after your Cask drinkers & how to attract them\";i:1;s:1:\"1\";}i:230;a:2:{i:0;s:59:\"Casual Dining Show unveils its biggest ever Keynote line-up\";i:1;s:1:\"1\";}i:231;a:2:{i:0;s:74:\"Caterer share their latest tips on hiring in today’s hospitality indutry\";i:1;s:1:\"1\";}i:232;a:2:{i:0;s:71:\"Cold brew tea – non-alcoholic drinks for grown-ups | Ontrade Progress\";i:1;s:1:\"1\";}i:233;a:2:{i:0;s:72:\"Colicci opens their first kiosk with The Royal Parks opens in Green Park\";i:1;s:1:\"1\";}i:234;a:2:{i:0;s:51:\"Corazón Tequila launches in the UK with Hi-Spirits\";i:1;s:1:\"1\";}i:235;a:2:{i:0;s:60:\"Cost pressures risk sector job creation, warns UKHospitality\";i:1;s:1:\"1\";}i:236;a:2:{i:0;s:64:\"Dabbers Bingo is replacing cups of tea\'s for cocktails in London\";i:1;s:1:\"1\";}i:237;a:2:{i:0;s:62:\"Distillery businesses have grown by 30% in the past year alone\";i:1;s:1:\"1\";}i:238;a:2:{i:0;s:48:\"Doubling Down on the Daiquiri | Ontrade Progress\";i:1;s:1:\"1\";}i:239;a:2:{i:0;s:49:\"Drink Wine Without a Hangover? | Ontrade Progress\";i:1;s:1:\"1\";}i:240;a:2:{i:0;s:77:\"Essential Cuisine strengthened by key European acquisition | Ontrade Progress\";i:1;s:1:\"1\";}i:241;a:2:{i:0;s:68:\"Euroboozer seizes exclusive UK distribution of Denmark’s Mikkeller\";i:1;s:1:\"1\";}i:242;a:2:{i:0;s:51:\"European Coffee, Tea & Soft Drinks - London Olympia\";i:1;s:1:\"1\";}i:243;a:2:{i:0;s:53:\"Experts opinion - Allan Stevenson - The Quality Cycle\";i:1;s:1:\"1\";}i:244;a:2:{i:0;s:66:\"Expert’s View – John Porter, Beer Sommelier | Ontrade Progress\";i:1;s:1:\"1\";}i:245;a:2:{i:0;s:49:\"Face Facts: WKD summer campaign set create smiles\";i:1;s:1:\"1\";}i:246;a:2:{i:0;s:80:\"Fentimans launches first premium soft drinks and mixer report | Ontrade Progress\";i:1;s:1:\"1\";}i:247;a:2:{i:0;s:59:\"Fentimans unveil their Spirit Pairing Guide for this winter\";i:1;s:1:\"1\";}i:248;a:2:{i:0;s:43:\"Freshers... More to give | Ontrade Progress\";i:1;s:1:\"1\";}i:249;a:2:{i:0;s:38:\"From grape to glass | Ontrade Progress\";i:1;s:1:\"1\";}i:250;a:2:{i:0;s:64:\"Frozé: Frozen cocktails just got much cooler | Ontrade Progress\";i:1;s:1:\"1\";}i:251;a:2:{i:0;s:54:\"Funkin innovation champion lands brand ambassador role\";i:1;s:1:\"1\";}i:252;a:2:{i:0;s:57:\"Gabriel David celebrates Luscombe Drinks 21st anniversary\";i:1;s:1:\"1\";}i:253;a:2:{i:0;s:21:\"Giffard West Cup 2019\";i:1;s:1:\"1\";}i:254;a:2:{i:0;s:40:\"Giffard West Cup 2019 | Ontrade Progress\";i:1;s:1:\"1\";}i:255;a:2:{i:0;s:73:\"Great concepts - Nanu Soda, the architecture & interior design specialist\";i:1;s:1:\"1\";}i:256;a:2:{i:0;s:96:\"Heineken Launches Desperados Dos to Expand Into Late Night Drinking Occasions | Ontrade Progress\";i:1;s:1:\"1\";}i:257;a:2:{i:0;s:70:\"Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer\";i:1;s:1:\"1\";}i:258;a:2:{i:0;s:65:\"Hijack Systems welcomes the iTilt to its innovative product range\";i:1;s:1:\"1\";}i:259;a:2:{i:0;s:79:\"Is the quality of your coffee reflected in your furnishings? | Ontrade Progress\";i:1;s:1:\"1\";}i:260;a:2:{i:0;s:70:\"Jaisalmer Indian Craft Gin launches in the UK in celebration of Diwali\";i:1;s:1:\"1\";}i:261;a:2:{i:0;s:67:\"Jägermeister london cocktail week big chill brick lane 3-7 october\";i:1;s:1:\"1\";}i:262;a:2:{i:0;s:93:\"Lamb Weston to Launch New Sweet Potato Concepts at Casual Dining Show 2017 | Ontrade Progress\";i:1;s:1:\"1\";}i:263;a:2:{i:0;s:57:\"Lee Jones - Southern Comforts Southern Showdown UK Winner\";i:1;s:1:\"1\";}i:264;a:2:{i:0;s:76:\"McCain do Top Job for McManus Pubs with Filthy Fries Menu | Ontrade Progress\";i:1;s:1:\"1\";}i:265;a:2:{i:0;s:70:\"Metro Mayhem! Brewdog releases tickets for its beer festival in London\";i:1;s:1:\"1\";}i:266;a:2:{i:0;s:65:\"Mr Fogg\'s Launch Mr Fogg\'s House Of Botanicals | Ontrade Progress\";i:1;s:1:\"1\";}i:267;a:2:{i:0;s:59:\"NEW! Cold brew coffee in cans from Drury | Ontrade Progress\";i:1;s:1:\"1\";}i:268;a:2:{i:0;s:35:\"Naturally Cloudy | Ontrade Progress\";i:1;s:1:\"1\";}i:269;a:2:{i:0;s:49:\"New Picardie Carafe from Artis | Ontrade Progress\";i:1;s:1:\"1\";}i:270;a:2:{i:0;s:95:\"New calorie and nutrition labels on all cider packaging pledge from Heineken | Ontrade Progress\";i:1;s:1:\"1\";}i:271;a:2:{i:0;s:66:\"New vintage style cocktail glassware from Artis | Ontrade Progress\";i:1;s:1:\"1\";}i:272;a:2:{i:0;s:56:\"Nine Lives launches new cocktail menu | Ontrade Progress\";i:1;s:1:\"1\";}i:273;a:2:{i:0;s:58:\"Novus Tea - Innovating the hot beverage | Ontrade Progress\";i:1;s:1:\"1\";}i:274;a:2:{i:0;s:72:\"OTP sits down with A-Casks Phillip Smith to talk about cellar management\";i:1;s:1:\"1\";}i:275;a:2:{i:0;s:66:\"On the Plate - Quorn Bao Buns with Quorn pieces | Ontrade Progress\";i:1;s:1:\"1\";}i:276;a:2:{i:0;s:60:\"On-Trade Progress, Author at Ontrade Progress | Page 2 of 92\";i:1;s:1:\"1\";}i:277;a:2:{i:0;s:61:\"On-Trade Progress, Author at Ontrade Progress | Page 94 of 95\";i:1;s:1:\"1\";}i:278;a:2:{i:0;s:31:\"On... Coffee | Ontrade Progress\";i:1;s:1:\"1\";}i:279;a:2:{i:0;s:52:\"Out in the open with Wetherspoons | Ontrade Progress\";i:1;s:1:\"1\";}i:280;a:2:{i:0;s:64:\"Parsley in Time expands sales team with top tableware specialist\";i:1;s:1:\"1\";}i:281;a:2:{i:0;s:54:\"Pipers crispeas shows new snacks and flavours at CBR19\";i:1;s:1:\"1\";}i:282;a:2:{i:0;s:40:\"Premier League Review | Ontrade Progress\";i:1;s:1:\"1\";}i:283;a:2:{i:0;s:61:\"Profits on the Move... From Servaclean comes the new FOLDABar\";i:1;s:1:\"1\";}i:284;a:2:{i:0;s:54:\"Proof Drinks appoints Jeremy Hill as Managing Director\";i:1;s:1:\"1\";}i:285;a:2:{i:0;s:70:\"Record number of new product innovations on show at Casual Dining 2019\";i:1;s:1:\"1\";}i:286;a:2:{i:0;s:66:\"Restaurant & Bar Tech Live unveil something new | Ontrade Progress\";i:1;s:1:\"1\";}i:287;a:2:{i:0;s:72:\"Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London\";i:1;s:1:\"1\";}i:288;a:2:{i:0;s:49:\"Show preview - Ascentia - Casual Dining Show 2019\";i:1;s:1:\"1\";}i:289;a:2:{i:0;s:67:\"Siren’s Broken Dream Breakfast Stout is named the best in Britain\";i:1;s:1:\"1\";}i:290;a:2:{i:0;s:65:\"Sixpoint expands UK distribution via Heathwick | Ontrade Progress\";i:1;s:1:\"1\";}i:291;a:2:{i:0;s:43:\"Sky Sport Season Preview | Ontrade Progress\";i:1;s:1:\"1\";}i:292;a:2:{i:0;s:68:\"Sky Sports Releases August and September Fixtures | Ontrade Progress\";i:1;s:1:\"1\";}i:293;a:2:{i:0;s:56:\"Skyline Design release their outdoor furniture catalogue\";i:1;s:1:\"1\";}i:294;a:2:{i:0;s:83:\"Strongbow launch dual fount which could boost cider sales by 44% | Ontrade Progress\";i:1;s:1:\"1\";}i:295;a:2:{i:0;s:75:\"Students are out celebrating the festive season with the hospitality sector\";i:1;s:1:\"1\";}i:296;a:2:{i:0;s:65:\"Stunning new gold-plated barware from Artis perfect for cocktails\";i:1;s:1:\"1\";}i:297;a:2:{i:0;s:40:\"TagDiv Composer Draft | Ontrade Progress\";i:1;s:1:\"1\";}i:298;a:2:{i:0;s:42:\"Taste Test: Truly tonic | Ontrade Progress\";i:1;s:1:\"1\";}i:299;a:2:{i:0;s:63:\"Technology trends set to continue within the hospitality sector\";i:1;s:1:\"1\";}i:300;a:2:{i:0;s:65:\"Thanksgiving comes to the UK in four different BBQ sauce flavours\";i:1;s:1:\"1\";}i:301;a:2:{i:0;s:54:\"The Drury Tea & Coffee Company adds four new varieties\";i:1;s:1:\"1\";}i:302;a:2:{i:0;s:77:\"The Meatless Farm Co launches line of plant-based sausages | Ontrade Progress\";i:1;s:1:\"1\";}i:303;a:2:{i:0;s:71:\"There’s a new fryer on the block - The Fast Chef Elite from Taylor UK\";i:1;s:1:\"1\";}i:304;a:2:{i:0;s:61:\"Tonrose discuss keeping linen clean and their latest products\";i:1;s:1:\"1\";}i:305;a:2:{i:0;s:68:\"Tourism Sector Deal cause for celebration for the hospitality sector\";i:1;s:1:\"1\";}i:306;a:2:{i:0;s:58:\"Trip to Rational factory impresses dealers and consultants\";i:1;s:1:\"1\";}i:307;a:2:{i:0;s:54:\"Tropical new flavour range from WKD | Ontrade Progress\";i:1;s:1:\"1\";}i:308;a:2:{i:0;s:73:\"UKHospitality - The introduction of a vegan new sausage roll to Greggs’\";i:1;s:1:\"1\";}i:309;a:2:{i:0;s:90:\"UKHospitality welcomes landmark Sector Deal after extensive campaigning | Ontrade Progress\";i:1;s:1:\"1\";}i:310;a:2:{i:0;s:44:\"Venue of the Month - June | Ontrade Progress\";i:1;s:1:\"1\";}i:311;a:2:{i:0;s:64:\"Water Category to be refresh\'d with Robinsons | Ontrade Progress\";i:1;s:1:\"1\";}i:312;a:2:{i:0;s:54:\"Windhoek Draught descends on the UK | Ontrade Progress\";i:1;s:1:\"1\";}i:313;a:2:{i:0;s:39:\"You searched for Gin | Ontrade Progress\";i:1;s:1:\"1\";}i:314;a:2:{i:0;s:44:\"You searched for issue 27 | Ontrade Progress\";i:1;s:1:\"1\";}i:315;a:2:{i:0;s:99:\"?????? ?????? AC ???? ??????? ????? NEXO ??? ??? ????????\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:316;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"21091\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749077,'gadwp_cache_qr7_4228184886','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:158:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:62:{i:0;a:2:{i:0;s:14:\"United Kingdom\";i:1;s:5:\"10719\";}i:1;a:2:{i:0;s:13:\"United States\";i:1;s:4:\"1774\";}i:2;a:2:{i:0;s:20:\"United Arab Emirates\";i:1;s:2:\"57\";}i:3;a:2:{i:0;s:9:\"Indonesia\";i:1;s:2:\"31\";}i:4;a:2:{i:0;s:6:\"Turkey\";i:1;s:2:\"31\";}i:5;a:2:{i:0;s:7:\"Hungary\";i:1;s:2:\"27\";}i:6;a:2:{i:0;s:11:\"Switzerland\";i:1;s:2:\"24\";}i:7;a:2:{i:0;s:5:\"Egypt\";i:1;s:2:\"22\";}i:8;a:2:{i:0;s:6:\"Norway\";i:1;s:2:\"21\";}i:9;a:2:{i:0;s:9:\"(not set)\";i:1;s:2:\"19\";}i:10;a:2:{i:0;s:7:\"Germany\";i:1;s:2:\"18\";}i:11;a:2:{i:0;s:11:\"Netherlands\";i:1;s:2:\"16\";}i:12;a:2:{i:0;s:5:\"India\";i:1;s:2:\"15\";}i:13;a:2:{i:0;s:7:\"Ukraine\";i:1;s:2:\"10\";}i:14;a:2:{i:0;s:7:\"Nigeria\";i:1;s:1:\"9\";}i:15;a:2:{i:0;s:5:\"China\";i:1;s:1:\"8\";}i:16;a:2:{i:0;s:7:\"Ireland\";i:1;s:1:\"8\";}i:17;a:2:{i:0;s:5:\"Japan\";i:1;s:1:\"8\";}i:18;a:2:{i:0;s:6:\"Jersey\";i:1;s:1:\"8\";}i:19;a:2:{i:0;s:9:\"Australia\";i:1;s:1:\"7\";}i:20;a:2:{i:0;s:6:\"France\";i:1;s:1:\"7\";}i:21;a:2:{i:0;s:8:\"Guernsey\";i:1;s:1:\"7\";}i:22;a:2:{i:0;s:5:\"Kenya\";i:1;s:1:\"7\";}i:23;a:2:{i:0;s:8:\"Slovakia\";i:1;s:1:\"7\";}i:24;a:2:{i:0;s:5:\"Spain\";i:1;s:1:\"7\";}i:25;a:2:{i:0;s:6:\"Canada\";i:1;s:1:\"6\";}i:26;a:2:{i:0;s:7:\"Czechia\";i:1;s:1:\"6\";}i:27;a:2:{i:0;s:6:\"Poland\";i:1;s:1:\"6\";}i:28;a:2:{i:0;s:5:\"Italy\";i:1;s:1:\"5\";}i:29;a:2:{i:0;s:8:\"Malaysia\";i:1;s:1:\"5\";}i:30;a:2:{i:0;s:11:\"Philippines\";i:1;s:1:\"5\";}i:31;a:2:{i:0;s:7:\"Austria\";i:1;s:1:\"4\";}i:32;a:2:{i:0;s:7:\"Finland\";i:1;s:1:\"4\";}i:33;a:2:{i:0;s:6:\"Israel\";i:1;s:1:\"4\";}i:34;a:2:{i:0;s:8:\"Portugal\";i:1;s:1:\"4\";}i:35;a:2:{i:0;s:8:\"Thailand\";i:1;s:1:\"4\";}i:36;a:2:{i:0;s:4:\"Iran\";i:1;s:1:\"3\";}i:37;a:2:{i:0;s:9:\"Sri Lanka\";i:1;s:1:\"3\";}i:38;a:2:{i:0;s:7:\"Vietnam\";i:1;s:1:\"3\";}i:39;a:2:{i:0;s:8:\"Bulgaria\";i:1;s:1:\"2\";}i:40;a:2:{i:0;s:6:\"Greece\";i:1;s:1:\"2\";}i:41;a:2:{i:0;s:9:\"Hong Kong\";i:1;s:1:\"2\";}i:42;a:2:{i:0;s:6:\"Mexico\";i:1;s:1:\"2\";}i:43;a:2:{i:0;s:11:\"New Zealand\";i:1;s:1:\"2\";}i:44;a:2:{i:0;s:6:\"Russia\";i:1;s:1:\"2\";}i:45;a:2:{i:0;s:7:\"Senegal\";i:1;s:1:\"2\";}i:46;a:2:{i:0;s:9:\"Singapore\";i:1;s:1:\"2\";}i:47;a:2:{i:0;s:9:\"Argentina\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:7:\"Bahrain\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:8:\"Barbados\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:7:\"Croatia\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:6:\"Cyprus\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:7:\"Denmark\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:8:\"Ethiopia\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:5:\"Ghana\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:4:\"Guam\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:7:\"Iceland\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:5:\"Malta\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:4:\"Peru\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:7:\"Romania\";i:1;s:1:\"1\";}i:60;a:2:{i:0;s:12:\"South Africa\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:6:\"Zambia\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:158:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:62;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"12960\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:country\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:country\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749097,'gadwp_cache_qr2_1688866415','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:265:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:1:\"1\";}i:4;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:1:\"1\";}i:6;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:265:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:1:\"2\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:86:\"ga:pagePath==/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749098,'gadwp_cache_qr3_522572741','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:355:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"2\";i:1;s:1:\"2\";i:2;s:1:\"4\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:3:\"0.0\";i:6;s:17:\"5.666666666666667\";i:7;s:3:\"0.0\";i:8;s:4:\"25.0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:355:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:1:\"2\";s:8:\"ga:users\";s:1:\"2\";s:12:\"ga:pageviews\";s:1:\"4\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:3:\"0.0\";s:16:\"ga:avgTimeOnPage\";s:17:\"5.666666666666667\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:4:\"25.0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:86:\"ga:pagePath==/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749099,'gadwp_cache_qr2_988622117','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:265:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:265:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:organicSearches\";s:1:\"0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:organicSearches\";}s:7:\"filters\";s:86:\"ga:pagePath==/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749100,'gadwp_cache_qr2_2981816410','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:266:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20190615\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190616\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190617\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190618\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190619\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190620\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190621\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190622\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190623\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190624\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190625\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190626\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190627\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190628\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190629\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190630\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190701\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190702\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190703\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190704\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190705\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190706\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190707\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:24;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:25;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:1:\"1\";}i:27;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:28;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:1:\"1\";}i:29;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:266:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:1:\"2\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:86:\"ga:pagePath==/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749101,'gadwp_cache_qr3_2132731004','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:356:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"2\";i:1;s:1:\"2\";i:2;s:1:\"4\";i:3;s:3:\"0.0\";i:4;s:1:\"0\";i:5;s:3:\"0.0\";i:6;s:17:\"5.666666666666667\";i:7;s:3:\"0.0\";i:8;s:4:\"25.0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:356:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:1:\"2\";s:8:\"ga:users\";s:1:\"2\";s:12:\"ga:pageviews\";s:1:\"4\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"0\";s:22:\"ga:pageviewsPerSession\";s:3:\"0.0\";s:16:\"ga:avgTimeOnPage\";s:17:\"5.666666666666667\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:4:\"25.0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:86:\"ga:pagePath==/2019/05/22/bbpa-welcomes-ban-on-plastic-straws-stirrers-and-cotton-buds/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749119,'gadwp_cache_qr8_3510898429','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:deviceCategory&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"desktop\";i:1;s:4:\"7757\";}i:1;a:2:{i:0;s:6:\"mobile\";i:1;s:4:\"6064\";}i:2;a:2:{i:0;s:6:\"tablet\";i:1;s:3:\"157\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:deviceCategory&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"13978\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:17:\"ga:deviceCategory\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:17:\"ga:deviceCategory\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749120,'gadwp_cache_qr10_3116644954','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:browser&metrics=ga:users&sort=-ga:users&filters=ga:browser!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:19:{i:0;a:2:{i:0;s:6:\"Chrome\";i:1;s:4:\"9694\";}i:1;a:2:{i:0;s:6:\"Safari\";i:1;s:4:\"1583\";}i:2;a:2:{i:0;s:7:\"Firefox\";i:1;s:3:\"906\";}i:3;a:2:{i:0;s:17:\"Internet Explorer\";i:1;s:3:\"426\";}i:4;a:2:{i:0;s:5:\"Opera\";i:1;s:3:\"360\";}i:5;a:2:{i:0;s:16:\"Samsung Internet\";i:1;s:3:\"245\";}i:6;a:2:{i:0;s:4:\"Edge\";i:1;s:3:\"230\";}i:7;a:2:{i:0;s:15:\"Android Webview\";i:1;s:2:\"71\";}i:8;a:2:{i:0;s:10:\"UC Browser\";i:1;s:2:\"68\";}i:9;a:2:{i:0;s:7:\"Coc Coc\";i:1;s:2:\"34\";}i:10;a:2:{i:0;s:9:\"YaBrowser\";i:1;s:2:\"33\";}i:11;a:2:{i:0;s:8:\"\'Mozilla\";i:1;s:2:\"26\";}i:12;a:2:{i:0;s:15:\"Safari (in-app)\";i:1;s:2:\"26\";}i:13;a:2:{i:0;s:15:\"Android Browser\";i:1;s:2:\"14\";}i:14;a:2:{i:0;s:11:\"Amazon Silk\";i:1;s:2:\"13\";}i:15;a:2:{i:0;s:10:\"Opera Mini\";i:1;s:2:\"10\";}i:16;a:2:{i:0;s:6:\"Puffin\";i:1;s:1:\"6\";}i:17;a:2:{i:0;s:7:\"Maxthon\";i:1;s:1:\"3\";}i:18;a:2:{i:0;s:24:\"Mozilla Compatible Agent\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:browser&metrics=ga:users&sort=-ga:users&filters=ga:browser!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:19;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"13750\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:browser\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:21:\"ga:browser!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:browser\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749121,'gadwp_cache_qr10_1486064178','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:206:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:operatingSystem&metrics=ga:users&sort=-ga:users&filters=ga:operatingSystem!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:2:{i:0;s:7:\"Windows\";i:1;s:4:\"7315\";}i:1;a:2:{i:0;s:7:\"Android\";i:1;s:4:\"4355\";}i:2;a:2:{i:0;s:3:\"iOS\";i:1;s:4:\"1930\";}i:3;a:2:{i:0;s:9:\"Macintosh\";i:1;s:3:\"275\";}i:4;a:2:{i:0;s:5:\"Linux\";i:1;s:3:\"136\";}i:5;a:2:{i:0;s:13:\"Windows Phone\";i:1;s:1:\"8\";}i:6;a:2:{i:0;s:9:\"Chrome OS\";i:1;s:1:\"6\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:206:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:operatingSystem&metrics=ga:users&sort=-ga:users&filters=ga:operatingSystem!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"14025\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:operatingSystem\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:29:\"ga:operatingSystem!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:operatingSystem\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749122,'gadwp_cache_qr10_2923736355','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:screenResolution&metrics=ga:users&sort=-ga:users&filters=ga:screenResolution!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:201:{i:0;a:2:{i:0;s:8:\"1024x768\";i:1;s:4:\"6069\";}i:1;a:2:{i:0;s:8:\"1366x768\";i:1;s:4:\"1526\";}i:2;a:2:{i:0;s:9:\"1920x1080\";i:1;s:4:\"1132\";}i:3;a:2:{i:0;s:7:\"360x640\";i:1;s:3:\"673\";}i:4;a:2:{i:0;s:8:\"1364x768\";i:1;s:3:\"573\";}i:5;a:2:{i:0;s:8:\"1600x900\";i:1;s:3:\"350\";}i:6;a:2:{i:0;s:9:\"1280x1024\";i:1;s:3:\"325\";}i:7;a:2:{i:0;s:8:\"1440x900\";i:1;s:3:\"316\";}i:8;a:2:{i:0;s:7:\"375x667\";i:1;s:3:\"298\";}i:9;a:2:{i:0;s:8:\"1536x864\";i:1;s:3:\"208\";}i:10;a:2:{i:0;s:7:\"360x740\";i:1;s:3:\"171\";}i:11;a:2:{i:0;s:8:\"1360x768\";i:1;s:3:\"169\";}i:12;a:2:{i:0;s:9:\"1080x1920\";i:1;s:3:\"167\";}i:13;a:2:{i:0;s:8:\"1280x800\";i:1;s:3:\"156\";}i:14;a:2:{i:0;s:7:\"414x736\";i:1;s:3:\"142\";}i:15;a:2:{i:0;s:8:\"1280x720\";i:1;s:3:\"121\";}i:16;a:2:{i:0;s:7:\"800x600\";i:1;s:3:\"107\";}i:17;a:2:{i:0;s:7:\"360x720\";i:1;s:3:\"100\";}i:18;a:2:{i:0;s:9:\"2560x1440\";i:1;s:2:\"97\";}i:19;a:2:{i:0;s:7:\"375x812\";i:1;s:2:\"79\";}i:20;a:2:{i:0;s:7:\"412x846\";i:1;s:2:\"71\";}i:21;a:2:{i:0;s:8:\"1000x700\";i:1;s:2:\"70\";}i:22;a:2:{i:0;s:8:\"768x1024\";i:1;s:2:\"70\";}i:23;a:2:{i:0;s:7:\"320x568\";i:1;s:2:\"69\";}i:24;a:2:{i:0;s:7:\"412x732\";i:1;s:2:\"66\";}i:25;a:2:{i:0;s:8:\"1280x768\";i:1;s:2:\"65\";}i:26;a:2:{i:0;s:9:\"1920x1200\";i:1;s:2:\"59\";}i:27;a:2:{i:0;s:9:\"1680x1050\";i:1;s:2:\"58\";}i:28;a:2:{i:0;s:7:\"320x570\";i:1;s:2:\"58\";}i:29;a:2:{i:0;s:8:\"1638x842\";i:1;s:2:\"56\";}i:30;a:2:{i:0;s:7:\"414x896\";i:1;s:2:\"50\";}i:31;a:2:{i:0;s:8:\"600x1064\";i:1;s:2:\"50\";}i:32;a:2:{i:0;s:8:\"1280x960\";i:1;s:2:\"41\";}i:33;a:2:{i:0;s:8:\"1024x600\";i:1;s:2:\"33\";}i:34;a:2:{i:0;s:7:\"320x534\";i:1;s:2:\"31\";}i:35;a:2:{i:0;s:7:\"360x760\";i:1;s:2:\"31\";}i:36;a:2:{i:0;s:8:\"1056x715\";i:1;s:2:\"28\";}i:37;a:2:{i:0;s:7:\"393x786\";i:1;s:2:\"28\";}i:38;a:2:{i:0;s:8:\"1368x768\";i:1;s:2:\"25\";}i:39;a:2:{i:0;s:7:\"360x780\";i:1;s:2:\"24\";}i:40;a:2:{i:0;s:7:\"853x533\";i:1;s:2:\"22\";}i:41;a:2:{i:0;s:8:\"1093x615\";i:1;s:2:\"21\";}i:42;a:2:{i:0;s:9:\"1280x2000\";i:1;s:2:\"20\";}i:43;a:2:{i:0;s:7:\"640x360\";i:1;s:2:\"18\";}i:44;a:2:{i:0;s:8:\"1024x820\";i:1;s:2:\"16\";}i:45;a:2:{i:0;s:7:\"384x800\";i:1;s:2:\"16\";}i:46;a:2:{i:0;s:7:\"412x869\";i:1;s:2:\"13\";}i:47;a:2:{i:0;s:8:\"600x1024\";i:1;s:2:\"12\";}i:48;a:2:{i:0;s:8:\"1152x864\";i:1;s:2:\"11\";}i:49;a:2:{i:0;s:9:\"2048x1152\";i:1;s:2:\"11\";}i:50;a:2:{i:0;s:7:\"320x569\";i:1;s:2:\"11\";}i:51;a:2:{i:0;s:7:\"360x747\";i:1;s:2:\"11\";}i:52;a:2:{i:0;s:8:\"800x1280\";i:1;s:2:\"11\";}i:53;a:2:{i:0;s:7:\"393x699\";i:1;s:2:\"10\";}i:54;a:2:{i:0;s:7:\"796x442\";i:1;s:2:\"10\";}i:55;a:2:{i:0;s:8:\"1098x618\";i:1;s:1:\"9\";}i:56;a:2:{i:0;s:7:\"424x753\";i:1;s:1:\"9\";}i:57;a:2:{i:0;s:7:\"424x848\";i:1;s:1:\"9\";}i:58;a:2:{i:0;s:9:\"2000x2000\";i:1;s:1:\"8\";}i:59;a:2:{i:0;s:7:\"820x615\";i:1;s:1:\"8\";}i:60;a:2:{i:0;s:8:\"1064x600\";i:1;s:1:\"7\";}i:61;a:2:{i:0;s:8:\"1368x912\";i:1;s:1:\"7\";}i:62;a:2:{i:0;s:9:\"1600x1024\";i:1;s:1:\"7\";}i:63;a:2:{i:0;s:8:\"1639x922\";i:1;s:1:\"7\";}i:64;a:2:{i:0;s:7:\"360x748\";i:1;s:1:\"7\";}i:65;a:2:{i:0;s:7:\"640x480\";i:1;s:1:\"7\";}i:66;a:2:{i:0;s:9:\"1024x1366\";i:1;s:1:\"6\";}i:67;a:2:{i:0;s:8:\"1364x678\";i:1;s:1:\"6\";}i:68;a:2:{i:0;s:9:\"1716x1003\";i:1;s:1:\"6\";}i:69;a:2:{i:0;s:8:\"1920x976\";i:1;s:1:\"6\";}i:70;a:2:{i:0;s:7:\"320x480\";i:1;s:1:\"6\";}i:71;a:2:{i:0;s:7:\"424x918\";i:1;s:1:\"6\";}i:72;a:2:{i:0;s:7:\"600x800\";i:1;s:1:\"6\";}i:73;a:2:{i:0;s:7:\"393x817\";i:1;s:1:\"5\";}i:74;a:2:{i:0;s:7:\"480x854\";i:1;s:1:\"5\";}i:75;a:2:{i:0;s:7:\"962x601\";i:1;s:1:\"5\";}i:76;a:2:{i:0;s:9:\"1422x1138\";i:1;s:1:\"4\";}i:77;a:2:{i:0;s:9:\"1500x1000\";i:1;s:1:\"4\";}i:78;a:2:{i:0;s:7:\"320x640\";i:1;s:1:\"4\";}i:79;a:2:{i:0;s:7:\"601x962\";i:1;s:1:\"4\";}i:80;a:2:{i:0;s:8:\"1716x927\";i:1;s:1:\"3\";}i:81;a:2:{i:0;s:7:\"320x658\";i:1;s:1:\"3\";}i:82;a:2:{i:0;s:7:\"327x480\";i:1;s:1:\"3\";}i:83;a:2:{i:0;s:7:\"384x640\";i:1;s:1:\"3\";}i:84;a:2:{i:0;s:7:\"393x830\";i:1;s:1:\"3\";}i:85;a:2:{i:0;s:7:\"412x823\";i:1;s:1:\"3\";}i:86;a:2:{i:0;s:7:\"412x892\";i:1;s:1:\"3\";}i:87;a:2:{i:0;s:7:\"455x809\";i:1;s:1:\"3\";}i:88;a:2:{i:0;s:7:\"455x960\";i:1;s:1:\"3\";}i:89;a:2:{i:0;s:7:\"480x800\";i:1;s:1:\"3\";}i:90;a:2:{i:0;s:7:\"534x854\";i:1;s:1:\"3\";}i:91;a:2:{i:0;s:7:\"540x960\";i:1;s:1:\"3\";}i:92;a:2:{i:0;s:8:\"720x1280\";i:1;s:1:\"3\";}i:93;a:2:{i:0;s:7:\"786x393\";i:1;s:1:\"3\";}i:94;a:2:{i:0;s:8:\"834x1112\";i:1;s:1:\"3\";}i:95;a:2:{i:0;s:7:\"922x692\";i:1;s:1:\"3\";}i:96;a:2:{i:0;s:8:\"1011x446\";i:1;s:1:\"2\";}i:97;a:2:{i:0;s:8:\"1067x600\";i:1;s:1:\"2\";}i:98;a:2:{i:0;s:8:\"1264x911\";i:1;s:1:\"2\";}i:99;a:2:{i:0;s:9:\"1600x1200\";i:1;s:1:\"2\";}i:100;a:2:{i:0;s:9:\"1620x1080\";i:1;s:1:\"2\";}i:101;a:2:{i:0;s:8:\"1745x982\";i:1;s:1:\"2\";}i:102;a:2:{i:0;s:9:\"1829x1029\";i:1;s:1:\"2\";}i:103;a:2:{i:0;s:9:\"2021x1137\";i:1;s:1:\"2\";}i:104;a:2:{i:0;s:9:\"2133x1200\";i:1;s:1:\"2\";}i:105;a:2:{i:0;s:9:\"2400x1350\";i:1;s:1:\"2\";}i:106;a:2:{i:0;s:9:\"2560x1080\";i:1;s:1:\"2\";}i:107;a:2:{i:0;s:9:\"2560x1600\";i:1;s:1:\"2\";}i:108;a:2:{i:0;s:7:\"320x664\";i:1;s:1:\"2\";}i:109;a:2:{i:0;s:7:\"320x676\";i:1;s:1:\"2\";}i:110;a:2:{i:0;s:7:\"360x512\";i:1;s:1:\"2\";}i:111;a:2:{i:0;s:7:\"360x592\";i:1;s:1:\"2\";}i:112;a:2:{i:0;s:7:\"360x672\";i:1;s:1:\"2\";}i:113;a:2:{i:0;s:7:\"412x660\";i:1;s:1:\"2\";}i:114;a:2:{i:0;s:7:\"421x748\";i:1;s:1:\"2\";}i:115;a:2:{i:0;s:7:\"424x795\";i:1;s:1:\"2\";}i:116;a:2:{i:0;s:7:\"424x879\";i:1;s:1:\"2\";}i:117;a:2:{i:0;s:7:\"570x320\";i:1;s:1:\"2\";}i:118;a:2:{i:0;s:7:\"854x480\";i:1;s:1:\"2\";}i:119;a:2:{i:0;s:7:\"854x534\";i:1;s:1:\"2\";}i:120;a:2:{i:0;s:7:\"960x600\";i:1;s:1:\"2\";}i:121;a:2:{i:0;s:8:\"1024x576\";i:1;s:1:\"1\";}i:122;a:2:{i:0;s:8:\"1024x800\";i:1;s:1:\"1\";}i:123;a:2:{i:0;s:8:\"1088x632\";i:1;s:1:\"1\";}i:124;a:2:{i:0;s:8:\"1093x614\";i:1;s:1:\"1\";}i:125;a:2:{i:0;s:8:\"1188x668\";i:1;s:1:\"1\";}i:126;a:2:{i:0;s:8:\"1193x671\";i:1;s:1:\"1\";}i:127;a:2:{i:0;s:8:\"1216x600\";i:1;s:1:\"1\";}i:128;a:2:{i:0;s:8:\"1280x712\";i:1;s:1:\"1\";}i:129;a:2:{i:0;s:8:\"1281x720\";i:1;s:1:\"1\";}i:130;a:2:{i:0;s:8:\"1289x859\";i:1;s:1:\"1\";}i:131;a:2:{i:0;s:9:\"1400x1050\";i:1;s:1:\"1\";}i:132;a:2:{i:0;s:8:\"1422x800\";i:1;s:1:\"1\";}i:133;a:2:{i:0;s:8:\"1440x960\";i:1;s:1:\"1\";}i:134;a:2:{i:0;s:8:\"1455x818\";i:1;s:1:\"1\";}i:135;a:2:{i:0;s:8:\"1463x823\";i:1;s:1:\"1\";}i:136;a:2:{i:0;s:8:\"1490x839\";i:1;s:1:\"1\";}i:137;a:2:{i:0;s:8:\"1518x853\";i:1;s:1:\"1\";}i:138;a:2:{i:0;s:8:\"1536x960\";i:1;s:1:\"1\";}i:139;a:2:{i:0;s:9:\"1564x1043\";i:1;s:1:\"1\";}i:140;a:2:{i:0;s:9:\"1600x1600\";i:1;s:1:\"1\";}i:141;a:2:{i:0;s:8:\"1607x904\";i:1;s:1:\"1\";}i:142;a:2:{i:0;s:9:\"1631x1019\";i:1;s:1:\"1\";}i:143;a:2:{i:0;s:9:\"1819x1024\";i:1;s:1:\"1\";}i:144;a:2:{i:0;s:9:\"1829x1143\";i:1;s:1:\"1\";}i:145;a:2:{i:0;s:9:\"1867x1167\";i:1;s:1:\"1\";}i:146;a:2:{i:0;s:9:\"1919x1080\";i:1;s:1:\"1\";}i:147;a:2:{i:0;s:8:\"1920x974\";i:1;s:1:\"1\";}i:148;a:2:{i:0;s:8:\"2048x864\";i:1;s:1:\"1\";}i:149;a:2:{i:0;s:9:\"2100x1313\";i:1;s:1:\"1\";}i:150;a:2:{i:0;s:7:\"240x320\";i:1;s:1:\"1\";}i:151;a:2:{i:0;s:7:\"270x384\";i:1;s:1:\"1\";}i:152;a:2:{i:0;s:7:\"300x417\";i:1;s:1:\"1\";}i:153;a:2:{i:0;s:7:\"317x465\";i:1;s:1:\"1\";}i:154;a:2:{i:0;s:7:\"320x427\";i:1;s:1:\"1\";}i:155;a:2:{i:0;s:7:\"320x694\";i:1;s:1:\"1\";}i:156;a:2:{i:0;s:7:\"342x488\";i:1;s:1:\"1\";}i:157;a:2:{i:0;s:9:\"3440x1440\";i:1;s:1:\"1\";}i:158;a:2:{i:0;s:7:\"360x480\";i:1;s:1:\"1\";}i:159;a:2:{i:0;s:7:\"360x680\";i:1;s:1:\"1\";}i:160;a:2:{i:0;s:7:\"360x750\";i:1;s:1:\"1\";}i:161;a:2:{i:0;s:7:\"366x610\";i:1;s:1:\"1\";}i:162;a:2:{i:0;s:7:\"375x627\";i:1;s:1:\"1\";}i:163;a:2:{i:0;s:7:\"376x668\";i:1;s:1:\"1\";}i:164;a:2:{i:0;s:7:\"381x677\";i:1;s:1:\"1\";}i:165;a:2:{i:0;s:7:\"385x683\";i:1;s:1:\"1\";}i:166;a:2:{i:0;s:7:\"393x800\";i:1;s:1:\"1\";}i:167;a:2:{i:0;s:7:\"393x818\";i:1;s:1:\"1\";}i:168;a:2:{i:0;s:7:\"400x712\";i:1;s:1:\"1\";}i:169;a:2:{i:0;s:7:\"403x671\";i:1;s:1:\"1\";}i:170;a:2:{i:0;s:7:\"408x678\";i:1;s:1:\"1\";}i:171;a:2:{i:0;s:7:\"412x856\";i:1;s:1:\"1\";}i:172;a:2:{i:0;s:7:\"414x780\";i:1;s:1:\"1\";}i:173;a:2:{i:0;s:7:\"414x803\";i:1;s:1:\"1\";}i:174;a:2:{i:0;s:7:\"414x828\";i:1;s:1:\"1\";}i:175;a:2:{i:0;s:7:\"423x602\";i:1;s:1:\"1\";}i:176;a:2:{i:0;s:7:\"424x881\";i:1;s:1:\"1\";}i:177;a:2:{i:0;s:7:\"424x895\";i:1;s:1:\"1\";}i:178;a:2:{i:0;s:7:\"431x767\";i:1;s:1:\"1\";}i:179;a:2:{i:0;s:7:\"450x639\";i:1;s:1:\"1\";}i:180;a:2:{i:0;s:7:\"485x861\";i:1;s:1:\"1\";}i:181;a:2:{i:0;s:7:\"533x853\";i:1;s:1:\"1\";}i:182;a:2:{i:0;s:7:\"549x976\";i:1;s:1:\"1\";}i:183;a:2:{i:0;s:8:\"552x1103\";i:1;s:1:\"1\";}i:184;a:2:{i:0;s:7:\"556x201\";i:1;s:1:\"1\";}i:185;a:2:{i:0;s:8:\"600x1200\";i:1;s:1:\"1\";}i:186;a:2:{i:0;s:7:\"600x960\";i:1;s:1:\"1\";}i:187;a:2:{i:0;s:7:\"600x976\";i:1;s:1:\"1\";}i:188;a:2:{i:0;s:7:\"610x976\";i:1;s:1:\"1\";}i:189;a:2:{i:0;s:8:\"614x1024\";i:1;s:1:\"1\";}i:190;a:2:{i:0;s:7:\"674x366\";i:1;s:1:\"1\";}i:191;a:2:{i:0;s:7:\"699x393\";i:1;s:1:\"1\";}i:192;a:2:{i:0;s:7:\"732x412\";i:1;s:1:\"1\";}i:193;a:2:{i:0;s:7:\"740x360\";i:1;s:1:\"1\";}i:194;a:2:{i:0;s:7:\"762x428\";i:1;s:1:\"1\";}i:195;a:2:{i:0;s:7:\"819x614\";i:1;s:1:\"1\";}i:196;a:2:{i:0;s:8:\"834x1194\";i:1;s:1:\"1\";}i:197;a:2:{i:0;s:7:\"836x460\";i:1;s:1:\"1\";}i:198;a:2:{i:0;s:7:\"876x446\";i:1;s:1:\"1\";}i:199;a:2:{i:0;s:8:\"878x1171\";i:1;s:1:\"1\";}i:200;a:2:{i:0;s:7:\"924x426\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:screenResolution&metrics=ga:users&sort=-ga:users&filters=ga:screenResolution!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:201;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"14311\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:19:\"ga:screenResolution\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:30:\"ga:screenResolution!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:19:\"ga:screenResolution\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749123,'gadwp_cache_qr10_3622445885','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:216:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:mobileDeviceBranding&metrics=ga:users&sort=-ga:users&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:62:{i:0;a:2:{i:0;s:5:\"Apple\";i:1;s:4:\"1930\";}i:1;a:2:{i:0;s:7:\"Samsung\";i:1;s:4:\"1648\";}i:2;a:2:{i:0;s:6:\"Xiaomi\";i:1;s:4:\"1114\";}i:3;a:2:{i:0;s:4:\"OPPO\";i:1;s:3:\"389\";}i:4;a:2:{i:0;s:6:\"Huawei\";i:1;s:3:\"324\";}i:5;a:2:{i:0;s:6:\"Lenovo\";i:1;s:3:\"112\";}i:6;a:2:{i:0;s:7:\"Infinix\";i:1;s:2:\"86\";}i:7;a:2:{i:0;s:8:\"Motorola\";i:1;s:2:\"81\";}i:8;a:2:{i:0;s:4:\"Asus\";i:1;s:2:\"80\";}i:9;a:2:{i:0;s:2:\"LG\";i:1;s:2:\"57\";}i:10;a:2:{i:0;s:5:\"Tecno\";i:1;s:2:\"37\";}i:11;a:2:{i:0;s:6:\"Google\";i:1;s:2:\"36\";}i:12;a:2:{i:0;s:7:\"OnePlus\";i:1;s:2:\"35\";}i:13;a:2:{i:0;s:4:\"Sony\";i:1;s:2:\"34\";}i:14;a:2:{i:0;s:4:\"Vivo\";i:1;s:2:\"32\";}i:15;a:2:{i:0;s:3:\"ZTE\";i:1;s:2:\"23\";}i:16;a:2:{i:0;s:3:\"HTC\";i:1;s:2:\"16\";}i:17;a:2:{i:0;s:6:\"Amazon\";i:1;s:2:\"15\";}i:18;a:2:{i:0;s:9:\"Microsoft\";i:1;s:2:\"14\";}i:19;a:2:{i:0;s:8:\"Evercoss\";i:1;s:2:\"13\";}i:20;a:2:{i:0;s:6:\"Gionee\";i:1;s:2:\"13\";}i:21;a:2:{i:0;s:3:\"LYF\";i:1;s:2:\"13\";}i:22;a:2:{i:0;s:6:\"Realme\";i:1;s:2:\"10\";}i:23;a:2:{i:0;s:4:\"itel\";i:1;s:2:\"10\";}i:24;a:2:{i:0;s:6:\"Condor\";i:1;s:1:\"9\";}i:25;a:2:{i:0;s:5:\"Nokia\";i:1;s:1:\"9\";}i:26;a:2:{i:0;s:7:\"Alcatel\";i:1;s:1:\"8\";}i:27;a:2:{i:0;s:5:\"Meizu\";i:1;s:1:\"7\";}i:28;a:2:{i:0;s:6:\"Casper\";i:1;s:1:\"5\";}i:29;a:2:{i:0;s:5:\"10.or\";i:1;s:1:\"4\";}i:30;a:2:{i:0;s:14:\"General Mobile\";i:1;s:1:\"4\";}i:31;a:2:{i:0;s:5:\"Intel\";i:1;s:1:\"4\";}i:32;a:2:{i:0;s:4:\"Lava\";i:1;s:1:\"4\";}i:33;a:2:{i:0;s:8:\"Micromax\";i:1;s:1:\"4\";}i:34;a:2:{i:0;s:7:\"Oukitel\";i:1;s:1:\"3\";}i:35;a:2:{i:0;s:3:\"BLU\";i:1;s:1:\"2\";}i:36;a:2:{i:0;s:8:\"Elephone\";i:1;s:1:\"2\";}i:37;a:2:{i:0;s:7:\"Feiteng\";i:1;s:1:\"2\";}i:38;a:2:{i:0;s:5:\"Intex\";i:1;s:1:\"2\";}i:39;a:2:{i:0;s:9:\"Smartfren\";i:1;s:1:\"2\";}i:40;a:2:{i:0;s:12:\"SonyEricsson\";i:1;s:1:\"2\";}i:41;a:2:{i:0;s:6:\"Vestel\";i:1;s:1:\"2\";}i:42;a:2:{i:0;s:8:\"Vodafone\";i:1;s:1:\"2\";}i:43;a:2:{i:0;s:4:\"Wiko\";i:1;s:1:\"2\";}i:44;a:2:{i:0;s:9:\"Blackview\";i:1;s:1:\"1\";}i:45;a:2:{i:0;s:3:\"CAT\";i:1;s:1:\"1\";}i:46;a:2:{i:0;s:5:\"Comio\";i:1;s:1:\"1\";}i:47;a:2:{i:0;s:6:\"Gretel\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:4:\"LeTV\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:8:\"Mobistel\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:4:\"Nomu\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:9:\"Panasonic\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:7:\"Pantech\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:9:\"Prestigio\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:7:\"QMobile\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:4:\"QiKU\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:5:\"Sharp\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:5:\"Swipe\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:8:\"T-Mobile\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:6:\"Yuntab\";i:1;s:1:\"1\";}i:60;a:2:{i:0;s:3:\"Zen\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:7:\"myPhone\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:216:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:mobileDeviceBranding&metrics=ga:users&sort=-ga:users&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:62;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"6219\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:23:\"ga:mobileDeviceBranding\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:34:\"ga:mobileDeviceBranding!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"ga:mobileDeviceBranding\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563235200;}','no'),(1749348,'gadwp_cache_qr2_1589177212','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:161:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:90:{i:0;a:3:{i:0;s:8:\"20190418\";i:1;s:8:\"Thursday\";i:2;s:3:\"491\";}i:1;a:3:{i:0;s:8:\"20190419\";i:1;s:6:\"Friday\";i:2;s:3:\"512\";}i:2;a:3:{i:0;s:8:\"20190420\";i:1;s:8:\"Saturday\";i:2;s:3:\"473\";}i:3;a:3:{i:0;s:8:\"20190421\";i:1;s:6:\"Sunday\";i:2;s:3:\"448\";}i:4;a:3:{i:0;s:8:\"20190422\";i:1;s:6:\"Monday\";i:2;s:3:\"478\";}i:5;a:3:{i:0;s:8:\"20190423\";i:1;s:7:\"Tuesday\";i:2;s:3:\"408\";}i:6;a:3:{i:0;s:8:\"20190424\";i:1;s:9:\"Wednesday\";i:2;s:3:\"489\";}i:7;a:3:{i:0;s:8:\"20190425\";i:1;s:8:\"Thursday\";i:2;s:3:\"500\";}i:8;a:3:{i:0;s:8:\"20190426\";i:1;s:6:\"Friday\";i:2;s:2:\"61\";}i:9;a:3:{i:0;s:8:\"20190427\";i:1;s:8:\"Saturday\";i:2;s:2:\"15\";}i:10;a:3:{i:0;s:8:\"20190428\";i:1;s:6:\"Sunday\";i:2;s:2:\"21\";}i:11;a:3:{i:0;s:8:\"20190429\";i:1;s:6:\"Monday\";i:2;s:2:\"94\";}i:12;a:3:{i:0;s:8:\"20190430\";i:1;s:7:\"Tuesday\";i:2;s:3:\"189\";}i:13;a:3:{i:0;s:8:\"20190501\";i:1;s:9:\"Wednesday\";i:2;s:3:\"138\";}i:14;a:3:{i:0;s:8:\"20190502\";i:1;s:8:\"Thursday\";i:2;s:3:\"128\";}i:15;a:3:{i:0;s:8:\"20190503\";i:1;s:6:\"Friday\";i:2;s:2:\"68\";}i:16;a:3:{i:0;s:8:\"20190504\";i:1;s:8:\"Saturday\";i:2;s:2:\"48\";}i:17;a:3:{i:0;s:8:\"20190505\";i:1;s:6:\"Sunday\";i:2;s:2:\"31\";}i:18;a:3:{i:0;s:8:\"20190506\";i:1;s:6:\"Monday\";i:2;s:2:\"36\";}i:19;a:3:{i:0;s:8:\"20190507\";i:1;s:7:\"Tuesday\";i:2;s:2:\"46\";}i:20;a:3:{i:0;s:8:\"20190508\";i:1;s:9:\"Wednesday\";i:2;s:3:\"523\";}i:21;a:3:{i:0;s:8:\"20190509\";i:1;s:8:\"Thursday\";i:2;s:4:\"1025\";}i:22;a:3:{i:0;s:8:\"20190510\";i:1;s:6:\"Friday\";i:2;s:4:\"1000\";}i:23;a:3:{i:0;s:8:\"20190511\";i:1;s:8:\"Saturday\";i:2;s:3:\"929\";}i:24;a:3:{i:0;s:8:\"20190512\";i:1;s:6:\"Sunday\";i:2;s:4:\"1004\";}i:25;a:3:{i:0;s:8:\"20190513\";i:1;s:6:\"Monday\";i:2;s:3:\"481\";}i:26;a:3:{i:0;s:8:\"20190514\";i:1;s:7:\"Tuesday\";i:2;s:1:\"2\";}i:27;a:3:{i:0;s:8:\"20190515\";i:1;s:9:\"Wednesday\";i:2;s:1:\"1\";}i:28;a:3:{i:0;s:8:\"20190516\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190517\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:30;a:3:{i:0;s:8:\"20190518\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:31;a:3:{i:0;s:8:\"20190519\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:32;a:3:{i:0;s:8:\"20190520\";i:1;s:6:\"Monday\";i:2;s:1:\"1\";}i:33;a:3:{i:0;s:8:\"20190521\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:34;a:3:{i:0;s:8:\"20190522\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:35;a:3:{i:0;s:8:\"20190523\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:36;a:3:{i:0;s:8:\"20190524\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:37;a:3:{i:0;s:8:\"20190525\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:38;a:3:{i:0;s:8:\"20190526\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:39;a:3:{i:0;s:8:\"20190527\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:40;a:3:{i:0;s:8:\"20190528\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:41;a:3:{i:0;s:8:\"20190529\";i:1;s:9:\"Wednesday\";i:2;s:4:\"1441\";}i:42;a:3:{i:0;s:8:\"20190530\";i:1;s:8:\"Thursday\";i:2;s:4:\"2426\";}i:43;a:3:{i:0;s:8:\"20190531\";i:1;s:6:\"Friday\";i:2;s:4:\"2093\";}i:44;a:3:{i:0;s:8:\"20190601\";i:1;s:8:\"Saturday\";i:2;s:4:\"2416\";}i:45;a:3:{i:0;s:8:\"20190602\";i:1;s:6:\"Sunday\";i:2;s:4:\"2065\";}i:46;a:3:{i:0;s:8:\"20190603\";i:1;s:6:\"Monday\";i:2;s:4:\"2501\";}i:47;a:3:{i:0;s:8:\"20190604\";i:1;s:7:\"Tuesday\";i:2;s:4:\"2380\";}i:48;a:3:{i:0;s:8:\"20190605\";i:1;s:9:\"Wednesday\";i:2;s:4:\"2069\";}i:49;a:3:{i:0;s:8:\"20190606\";i:1;s:8:\"Thursday\";i:2;s:4:\"2357\";}i:50;a:3:{i:0;s:8:\"20190607\";i:1;s:6:\"Friday\";i:2;s:4:\"2312\";}i:51;a:3:{i:0;s:8:\"20190608\";i:1;s:8:\"Saturday\";i:2;s:4:\"2148\";}i:52;a:3:{i:0;s:8:\"20190609\";i:1;s:6:\"Sunday\";i:2;s:4:\"2201\";}i:53;a:3:{i:0;s:8:\"20190610\";i:1;s:6:\"Monday\";i:2;s:4:\"2563\";}i:54;a:3:{i:0;s:8:\"20190611\";i:1;s:7:\"Tuesday\";i:2;s:4:\"2329\";}i:55;a:3:{i:0;s:8:\"20190612\";i:1;s:9:\"Wednesday\";i:2;s:4:\"2365\";}i:56;a:3:{i:0;s:8:\"20190613\";i:1;s:8:\"Thursday\";i:2;s:4:\"2264\";}i:57;a:3:{i:0;s:8:\"20190614\";i:1;s:6:\"Friday\";i:2;s:4:\"1396\";}i:58;a:3:{i:0;s:8:\"20190615\";i:1;s:8:\"Saturday\";i:2;s:3:\"207\";}i:59;a:3:{i:0;s:8:\"20190616\";i:1;s:6:\"Sunday\";i:2;s:3:\"164\";}i:60;a:3:{i:0;s:8:\"20190617\";i:1;s:6:\"Monday\";i:2;s:3:\"178\";}i:61;a:3:{i:0;s:8:\"20190618\";i:1;s:7:\"Tuesday\";i:2;s:3:\"202\";}i:62;a:3:{i:0;s:8:\"20190619\";i:1;s:9:\"Wednesday\";i:2;s:3:\"202\";}i:63;a:3:{i:0;s:8:\"20190620\";i:1;s:8:\"Thursday\";i:2;s:3:\"226\";}i:64;a:3:{i:0;s:8:\"20190621\";i:1;s:6:\"Friday\";i:2;s:3:\"240\";}i:65;a:3:{i:0;s:8:\"20190622\";i:1;s:8:\"Saturday\";i:2;s:2:\"81\";}i:66;a:3:{i:0;s:8:\"20190623\";i:1;s:6:\"Sunday\";i:2;s:2:\"74\";}i:67;a:3:{i:0;s:8:\"20190624\";i:1;s:6:\"Monday\";i:2;s:3:\"165\";}i:68;a:3:{i:0;s:8:\"20190625\";i:1;s:7:\"Tuesday\";i:2;s:3:\"206\";}i:69;a:3:{i:0;s:8:\"20190626\";i:1;s:9:\"Wednesday\";i:2;s:4:\"3059\";}i:70;a:3:{i:0;s:8:\"20190627\";i:1;s:8:\"Thursday\";i:2;s:4:\"3319\";}i:71;a:3:{i:0;s:8:\"20190628\";i:1;s:6:\"Friday\";i:2;s:4:\"3338\";}i:72;a:3:{i:0;s:8:\"20190629\";i:1;s:8:\"Saturday\";i:2;s:4:\"3356\";}i:73;a:3:{i:0;s:8:\"20190630\";i:1;s:6:\"Sunday\";i:2;s:4:\"3445\";}i:74;a:3:{i:0;s:8:\"20190701\";i:1;s:6:\"Monday\";i:2;s:4:\"3166\";}i:75;a:3:{i:0;s:8:\"20190702\";i:1;s:7:\"Tuesday\";i:2;s:4:\"3533\";}i:76;a:3:{i:0;s:8:\"20190703\";i:1;s:9:\"Wednesday\";i:2;s:4:\"3401\";}i:77;a:3:{i:0;s:8:\"20190704\";i:1;s:8:\"Thursday\";i:2;s:4:\"3499\";}i:78;a:3:{i:0;s:8:\"20190705\";i:1;s:6:\"Friday\";i:2;s:4:\"3310\";}i:79;a:3:{i:0;s:8:\"20190706\";i:1;s:8:\"Saturday\";i:2;s:4:\"3087\";}i:80;a:3:{i:0;s:8:\"20190707\";i:1;s:6:\"Sunday\";i:2;s:4:\"3275\";}i:81;a:3:{i:0;s:8:\"20190708\";i:1;s:6:\"Monday\";i:2;s:4:\"3338\";}i:82;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:4:\"3049\";}i:83;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:4:\"3228\";}i:84;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:4:\"3538\";}i:85;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:4:\"3359\";}i:86;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:4:\"3600\";}i:87;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:4:\"3242\";}i:88;a:3:{i:0;s:8:\"20190715\";i:1;s:6:\"Monday\";i:2;s:4:\"3500\";}i:89;a:3:{i:0;s:8:\"20190716\";i:1;s:7:\"Tuesday\";i:2;s:4:\"3459\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:161:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:90;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:6:\"119012\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563408000;}','no'),(1749362,'xmlsf_sitemaps','a:2:{s:7:\"sitemap\";s:11:\"sitemap.xml\";s:12:\"sitemap-news\";s:16:\"sitemap-news.xml\";}','yes'),(1749363,'xmlsf_post_types','a:2:{s:4:\"post\";a:5:{s:6:\"active\";s:1:\"1\";s:7:\"archive\";s:6:\"yearly\";s:8:\"priority\";s:3:\"0.7\";s:16:\"dynamic_priority\";s:1:\"1\";s:4:\"tags\";a:1:{s:5:\"image\";s:8:\"featured\";}}s:4:\"page\";a:4:{s:6:\"active\";s:1:\"1\";s:8:\"priority\";s:3:\"0.5\";s:16:\"dynamic_priority\";s:0:\"\";s:4:\"tags\";a:1:{s:5:\"image\";s:8:\"attached\";}}}','yes'),(1749364,'xmlsf_taxonomies','','yes'),(1749365,'xmlsf_taxonomy_settings','a:4:{s:6:\"active\";s:0:\"\";s:8:\"priority\";s:3:\"0.3\";s:16:\"dynamic_priority\";s:1:\"1\";s:10:\"term_limit\";s:4:\"5000\";}','yes'),(1749366,'xmlsf_ping','a:2:{i:0;s:6:\"google\";i:1;s:4:\"bing\";}','no'),(1749367,'xmlsf_robots','','no'),(1749368,'xmlsf_urls','','yes'),(1749369,'xmlsf_custom_sitemaps','','yes'),(1749370,'xmlsf_domains','','yes'),(1749371,'xmlsf_version','5.2.7','yes'),(1749380,'xmlsf_images_meta_primed','a:2:{s:4:\"post\";a:4:{i:0;s:4:\"2019\";i:1;s:4:\"2018\";i:2;s:4:\"2017\";i:3;s:4:\"2020\";}s:4:\"page\";a:1:{i:0;s:3:\"all\";}}','yes'),(1749383,'xmlsf_news_tags','a:3:{s:4:\"name\";s:0:\"\";s:9:\"post_type\";a:1:{i:0;s:4:\"post\";}s:10:\"categories\";s:0:\"\";}','yes'),(1749430,'wpseo_gsc_last_fetch','1563387834','no'),(1749508,'gadwp_cache_qr6_775102893','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:104:{i:0;a:2:{i:0;s:11:\"Hospitality\";i:1;s:5:\"21322\";}i:1;a:2:{i:0;s:14:\"(not provided)\";i:1;s:4:\"1841\";}i:2;a:2:{i:0;s:11:\"hospitality\";i:1;s:3:\"921\";}i:3;a:2:{i:0;s:17:\"on trade progress\";i:1;s:1:\"4\";}i:4;a:2:{i:0;s:25:\"maltsmiths advert actress\";i:1;s:1:\"3\";}i:5;a:2:{i:0;s:17:\"margarita glasses\";i:1;s:1:\"3\";}i:6;a:2:{i:0;s:14:\"coors sky deal\";i:1;s:1:\"2\";}i:7;a:2:{i:0;s:22:\"sustainable cling film\";i:1;s:1:\"2\";}i:8;a:2:{i:0;s:42:\"who is the dancer in the maltsmiths advert\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:11:\"3c discover\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:51:\"5th edition code of practice pressurised gas brewer\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:17:\"British Lion eggs\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:56:\"Commercial Kitchen 2019 previews new product innovations\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:23:\"GIRL FROM MALTSMITHS AD\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:40:\"MUP wales, when does it come into force?\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:13:\"Maltsmiths ad\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:342:\"N6KA6L-61J--tBZ87fx2SkP5B2mZwBX6FXoKx1Upbp0oAEOEpwsyr9-UaEIIQ_3upEhtqqkdGnr8lcuB5h1LJ3A1qbX3dQEF-HnjN3FHW85CQWmDEENqzfqKYDLNiwd52H4fvbPrkoQn5sy8KmIhMg4LvorZVr7JmNGpBIUlnBh1Y40ES5FZkOmFiBjDEuY4cXVzTHnC0xMRcTPEhNgHqzMMPBSqMXaR5dAljT_4_bkQpzydMejcjydGFvOfNRZarZhj6Nqv61hpdxDGxJjg2xCna-Lsoms-F1aUXQgXK3Mtap11crJtgXqLuaA9M7XxFDLMN_EU54ZLhCYazt5KwQ\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:32:\"SKY AND MOLSON COORS parternship\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:24:\"The Sicilian Supper Club\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:36:\"What is the Loinheart Stamp on a egg\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:49:\"Who is the female dancer in the maltsmiths advert\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:6:\"amazon\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:33:\"aryzta lemon chia vegan loaf cake\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:24:\"avallen calvados process\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:21:\"bbpa beer report 2019\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:21:\"beaumont wine glasses\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:13:\"bii loya 2018\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:26:\"brewdog airline experience\";i:1;s:1:\"1\";}i:28;a:2:{i:0;s:16:\"british lion egg\";i:1;s:1:\"1\";}i:29;a:2:{i:0;s:4:\"cans\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:30:\"dancing girl maltsmiths advert\";i:1;s:1:\"1\";}i:31;a:2:{i:0;s:26:\"dead mans finger cocktails\";i:1;s:1:\"1\";}i:32;a:2:{i:0;s:41:\"drink free days app public health england\";i:1;s:1:\"1\";}i:33;a:2:{i:0;s:18:\"drink wine without\";i:1;s:1:\"1\";}i:34;a:2:{i:0;s:27:\"essential cuisine ownership\";i:1;s:1:\"1\";}i:35;a:2:{i:0;s:16:\"fentimans report\";i:1;s:1:\"1\";}i:36;a:2:{i:0;s:36:\"fireball fuelling the fire tour 2019\";i:1;s:1:\"1\";}i:37;a:2:{i:0;s:42:\"fireball fuelling the fire tour bands 2019\";i:1;s:1:\"1\";}i:38;a:2:{i:0;s:42:\"fireball fuelling the fire tour what is it\";i:1;s:1:\"1\";}i:39;a:2:{i:0;s:42:\"frogmill cheltenham interior design refurb\";i:1;s:1:\"1\";}i:40;a:2:{i:0;s:33:\"geo targeting on trade activation\";i:1;s:1:\"1\";}i:41;a:2:{i:0;s:25:\"girl in maltsmiths advert\";i:1;s:1:\"1\";}i:42;a:2:{i:0;s:25:\"girl in the maltsmiths ad\";i:1;s:1:\"1\";}i:43;a:2:{i:0;s:22:\"hirata buns with quorn\";i:1;s:1:\"1\";}i:44;a:2:{i:0;s:33:\"how to make sustainable ice cubes\";i:1;s:1:\"1\";}i:45;a:2:{i:0;s:27:\"hubbard mxg 938 ic emachine\";i:1;s:1:\"1\";}i:46;a:2:{i:0;s:17:\"ice maker machine\";i:1;s:1:\"1\";}i:47;a:2:{i:0;s:36:\"is it a girl in the maltsmith advert\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:27:\"jackie marlow ukhospitality\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:25:\"jura coffee machine range\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:30:\"kate nicholls salary threshold\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:22:\"latest chair furniture\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:17:\"maltsmith actress\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:17:\"maltsmith ad girl\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:17:\"maltsmiths advert\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:29:\"maltsmiths advert dancer name\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:22:\"maltsmiths dancer name\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:16:\"maltsmiths offer\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:22:\"maltsmiths tv ad music\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:33:\"may breeze drink southern comfort\";i:1;s:1:\"1\";}i:60;a:2:{i:0;s:12:\"mcewan lager\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"1\";}i:62;a:2:{i:0;s:21:\"molson coors sky deal\";i:1;s:1:\"1\";}i:63;a:2:{i:0;s:42:\"most pubs visited in 24 hours world record\";i:1;s:1:\"1\";}i:64;a:2:{i:0;s:19:\"mr fitz aqua spritz\";i:1;s:1:\"1\";}i:65;a:2:{i:0;s:15:\"murder inc soho\";i:1;s:1:\"1\";}i:66;a:2:{i:0;s:16:\"naturally cloudy\";i:1;s:1:\"1\";}i:67;a:2:{i:0;s:43:\"old mout berries and cherries draught price\";i:1;s:1:\"1\";}i:68;a:2:{i:0;s:18:\"old mout kiwi game\";i:1;s:1:\"1\";}i:69;a:2:{i:0;s:23:\"old mout kiwi game play\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:17:\"on trade magazine\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:26:\"on trade progress magazine\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:25:\"ontrade progress magazine\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:20:\"peter spanton drinks\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:19:\"prmier league table\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:40:\"progress of a promotion launching coffee\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:20:\"prolights omega x26B\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:29:\"promotional campaign heineken\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:29:\"proper by sct pork scratching\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:19:\"red lion stamp eggs\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:33:\"red lion stamp on eggs definition\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:32:\"revview barclaycard smartpay hub\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:18:\"salcombe gin spray\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:23:\"seven hills italian gin\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:26:\"shipyard low tide pale ale\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:40:\"sky sports partnership with molson coors\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:16:\"sugar tax not so\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:113:\"the british beer and pub association (bbpa) said england’s success could increase beer sales by 3 million pints\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:32:\"the music from maltsmiths advert\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:12:\"trg wagamama\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:14:\"try maltsmiths\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:31:\"upholstry trends in hospitality\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:51:\"what does it mean if an egg shell has a stamp on it\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:36:\"who is the girl in maltsmiths advert\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:45:\"who is the girl in the malthouse lager advert\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:36:\"who is the girl in the maltsmiths ad\";i:1;s:1:\"1\";}i:96;a:2:{i:0;s:40:\"who is the girl in the maltsmiths advert\";i:1;s:1:\"1\";}i:97;a:2:{i:0;s:41:\"who is the girl in the maltsmiths advert?\";i:1;s:1:\"1\";}i:98;a:2:{i:0;s:47:\"who is the lady dancer in the maltsmiths advert\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:41:\"who plays the music for moltshmith advert\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:9:\"wkd mango\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:15:\"wrapmaster 4500\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:23:\"wrapmaster pe clingfilm\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:57:\"????????? ???????? ? ?????????\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:104;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"24195\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1563494400;}','no'),(1751245,'gadwp_cache_qr6_2132785117','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:189:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:14:{i:0;a:2:{i:0;s:14:\"(not provided)\";i:1;s:3:\"192\";}i:1;a:2:{i:0;s:6:\"amazon\";i:1;s:1:\"1\";}i:2;a:2:{i:0;s:30:\"code peter spanton drinks news\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:32:\"crystaltech glass cleaning fluid\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:20:\"hubbard mxg938 400kg\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:38:\"maltsmith when you love what you do ad\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:22:\"meals and more charity\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:21:\"molson coors sky deal\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:26:\"molsonc coors and sky deal\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:13:\"pe cling film\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:26:\"pipers wins at great taste\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:30:\"what is sustainable clingefilm\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:31:\"why are eggs stamped with lions\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:189:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:14;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"205\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1565308800;}','no'),(1751247,'gadwp_cache_qr6_3721614605','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:22:{i:0;a:2:{i:0;s:11:\"Hospitality\";i:1;s:4:\"2837\";}i:1;a:2:{i:0;s:14:\"(not provided)\";i:1;s:3:\"369\";}i:2;a:2:{i:0;s:6:\"amazon\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:26:\"birra moretti advert music\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:25:\"brewdog new bar edinburgh\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:53:\"bystander intervention alcohol vulnerability scotland\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:30:\"code peter spanton drinks news\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:32:\"crystaltech glass cleaning fluid\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:20:\"hubbard mxg938 400kg\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:38:\"maltsmith when you love what you do ad\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:22:\"meals and more charity\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:21:\"molson coors sky deal\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:26:\"molsonc coors and sky deal\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:17:\"on trade progress\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:13:\"pe cling film\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:47:\"pint of berries old mout cider on draught price\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:15:\"pipers crispeas\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:26:\"pipers wins at great taste\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:30:\"what is sustainable clingefilm\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:31:\"why are eggs stamped with lions\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:13:\"wkd halloween\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:22;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"3226\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1565308800;}','no'),(1752281,'_transient_timeout_wpseo_link_table_inaccessible','1597756121','no'),(1752282,'_transient_wpseo_link_table_inaccessible','0','no'),(1752433,'gadwp_cache_qr6_4228184886','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:38:{i:0;a:2:{i:0;s:11:\"Hospitality\";i:1;s:4:\"5084\";}i:1;a:2:{i:0;s:14:\"(not provided)\";i:1;s:3:\"749\";}i:2;a:2:{i:0;s:6:\"amazon\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:25:\"PRMIER LEAGUE FIXTURE COM\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:22:\"bingo cocktails london\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:26:\"birra moretti advert music\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:25:\"brewdog new bar edinburgh\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:29:\"british eggs salmonella stamp\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:25:\"british lion stamped eggs\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:53:\"bystander intervention alcohol vulnerability scotland\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:30:\"code peter spanton drinks news\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:32:\"crystaltech glass cleaning fluid\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:32:\"dead man fingers coffee cocktail\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:23:\"digital tax hospitality\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:30:\"fentimens mocktail competition\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:28:\"french\'s mustard las iguanas\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:49:\"friday,saturday nd sunday premier league fixtures\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:20:\"hubbard mxg938 400kg\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:18:\"loin stamp on eggs\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:38:\"maltsmith when you love what you do ad\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:22:\"meals and more charity\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:16:\"mibrasa charcoal\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:21:\"molson coors sky deal\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:26:\"molsonc coors and sky deal\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:15:\"new bean to cup\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:37:\"old mout cherries and berries draught\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:17:\"on trade progress\";i:1;s:1:\"1\";}i:28;a:2:{i:0;s:13:\"pe cling film\";i:1;s:1:\"1\";}i:29;a:2:{i:0;s:47:\"pint of berries old mout cider on draught price\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:15:\"pipers crispeas\";i:1;s:1:\"1\";}i:31;a:2:{i:0;s:26:\"pipers wins at great taste\";i:1;s:1:\"1\";}i:32;a:2:{i:0;s:44:\"sky coors deals for new commerciam customers\";i:1;s:1:\"1\";}i:33;a:2:{i:0;s:24:\"the showering cider mill\";i:1;s:1:\"1\";}i:34;a:2:{i:0;s:30:\"what is sustainable clingefilm\";i:1;s:1:\"1\";}i:35;a:2:{i:0;s:31:\"why are eggs stamped with lions\";i:1;s:1:\"1\";}i:36;a:2:{i:0;s:13:\"wkd halloween\";i:1;s:1:\"1\";}i:37;a:2:{i:0;s:10:\"wrapmaster\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:190:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:users&sort=-ga:users&filters=ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:38;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"5870\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752438,'gadwp_cache_qr8_1645674593','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:5:\"28479\";}i:1;a:2:{i:0;s:6:\"Social\";i:1;s:4:\"2650\";}i:2;a:2:{i:0;s:6:\"Direct\";i:1;s:4:\"1097\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:2:\"82\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"32308\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752439,'gadwp_cache_qr10_899157975','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:5:\"28479\";}i:1;a:2:{i:0;s:8:\"referral\";i:1;s:4:\"2730\";}i:2;a:2:{i:0;s:6:\"(none)\";i:1;s:4:\"1097\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"32306\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752440,'gadwp_cache_qr10_1928577557','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:5:\"30364\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:4:\"5145\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"35509\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752441,'gadwp_cache_qr10_2886541317','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:5:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:5:\"28275\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:3:\"138\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:2:\"40\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"4\";}i:4;a:2:{i:0;s:3:\"ask\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:5;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"28458\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752442,'gadwp_cache_qr10_1065110653','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:8:\"Facebook\";i:1;s:4:\"1923\";}i:1;a:2:{i:0;s:7:\"Twitter\";i:1;s:3:\"855\";}i:2;a:2:{i:0;s:8:\"LinkedIn\";i:1;s:1:\"6\";}i:3;a:2:{i:0;s:9:\"Instagram\";i:1;s:1:\"5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"2789\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752444,'gadwp_cache_qr8_1340742565','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:5:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:5:\"39263\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:4:\"7789\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:4:\"4430\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:3:\"269\";}i:4;a:2:{i:0;s:5:\"Email\";i:1;s:1:\"3\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:5;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"51754\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752445,'gadwp_cache_qr10_120116067','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:189:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:5:\"39263\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:4:\"7789\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:4:\"4687\";}i:3;a:2:{i:0;s:5:\"email\";i:1;s:1:\"3\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:189:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"51742\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752446,'gadwp_cache_qr10_3541614721','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:199:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:5:\"49423\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:4:\"6511\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:199:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"55934\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752447,'gadwp_cache_qr10_2663251121','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:213:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:6:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:5:\"38922\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:3:\"296\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:2:\"99\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"4\";}i:4;a:2:{i:0;s:3:\"ask\";i:1;s:1:\"2\";}i:5;a:2:{i:0;s:6:\"yandex\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:213:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:6;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"39324\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752448,'gadwp_cache_qr10_3294610340','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:203:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:6:{i:0;a:2:{i:0;s:8:\"Facebook\";i:1;s:4:\"3027\";}i:1;a:2:{i:0;s:7:\"Twitter\";i:1;s:4:\"1482\";}i:2;a:2:{i:0;s:9:\"Instagram\";i:1;s:2:\"47\";}i:3;a:2:{i:0;s:8:\"LinkedIn\";i:1;s:2:\"29\";}i:4;a:2:{i:0;s:6:\"Pocket\";i:1;s:1:\"2\";}i:5;a:2:{i:0;s:7:\"YouTube\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:203:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:6;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"4588\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752449,'gadwp_cache_qr8_3390845367','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:3:\"389\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:3:\"190\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:2:\"39\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:2:\"19\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"637\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752450,'gadwp_cache_qr10_1093391495','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:3:\"389\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:3:\"190\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:2:\"56\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"635\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752451,'gadwp_cache_qr10_939446269','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:3:\"594\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:2:\"59\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"653\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752452,'gadwp_cache_qr10_3636394837','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:3:\"363\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:2:\"20\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"386\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1752453,'gadwp_cache_qr10_3614051369','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"Twitter\";i:1;s:2:\"23\";}i:1;a:2:{i:0;s:8:\"Facebook\";i:1;s:2:\"15\";}i:2;a:2:{i:0;s:9:\"Instagram\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=14daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"39\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"14daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1566345600;}','no'),(1753000,'gadwp_cache_qr8_180647819','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:4:\"1307\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:3:\"327\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:2:\"87\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:2:\"37\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"1758\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753001,'gadwp_cache_qr10_1653452777','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:4:\"1307\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:3:\"327\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:3:\"122\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:188:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"1756\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753002,'gadwp_cache_qr10_3466491903','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:4:\"1654\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:3:\"183\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:198:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"1837\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753003,'gadwp_cache_qr10_4212686907','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:4:\"1258\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:2:\"33\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:2:\"10\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"1303\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753004,'gadwp_cache_qr10_551988341','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:8:\"Facebook\";i:1;s:2:\"47\";}i:1;a:2:{i:0;s:7:\"Twitter\";i:1;s:2:\"40\";}i:2;a:2:{i:0;s:9:\"Instagram\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:202:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"88\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753016,'gadwp_cache_qr10_3882255527','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:187:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:3:\"225\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:2:\"65\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:2:\"10\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:187:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:users&sort=-ga:users&filters=ga:medium!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"300\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753017,'gadwp_cache_qr10_3173903015','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:197:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:3:\"284\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:2:\"31\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:197:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:users&sort=-ga:users&filters=ga:visitorType!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"315\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753018,'gadwp_cache_qr10_2129898357','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:211:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:3:\"218\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:1:\"4\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:211:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:users&sort=-ga:users&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"225\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753019,'gadwp_cache_qr10_3694847843','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:201:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:2:{i:0;s:7:\"Twitter\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:201:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:users&sort=-ga:users&filters=ga:socialNetwork!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:1:\"2\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1753020,'gadwp_cache_qr2_651010305','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20190821\";i:1;s:9:\"Wednesday\";i:2;s:2:\"42\";}i:1;a:3:{i:0;s:8:\"20190822\";i:1;s:8:\"Thursday\";i:2;s:2:\"37\";}i:2;a:3:{i:0;s:8:\"20190823\";i:1;s:6:\"Friday\";i:2;s:2:\"29\";}i:3;a:3:{i:0;s:8:\"20190824\";i:1;s:8:\"Saturday\";i:2;s:2:\"29\";}i:4;a:3:{i:0;s:8:\"20190825\";i:1;s:6:\"Sunday\";i:2;s:2:\"20\";}i:5;a:3:{i:0;s:8:\"20190826\";i:1;s:6:\"Monday\";i:2;s:2:\"30\";}i:6;a:3:{i:0;s:8:\"20190827\";i:1;s:7:\"Tuesday\";i:2;s:2:\"29\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:organicSearches\";s:3:\"216\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:organicSearches\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1567036800;}','no'),(1754124,'gadwp_cache_qr8_4149388952','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:3:\"195\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:2:\"79\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:2:\"15\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:1:\"8\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:users&sort=-ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"297\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1568160000;}','no'),(1754131,'gadwp_cache_qr4_2132785117','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:users&sort=-ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:134:{i:0;a:2:{i:0;s:43:\"Ontrade Progress | The hospitality magazine\";i:1;s:2:\"33\";}i:1;a:2:{i:0;s:65:\"Deadly good - Dead Man\'s Fingers - Cocktails served to perfection\";i:1;s:2:\"27\";}i:2;a:2:{i:0;s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";i:1;s:2:\"18\";}i:3;a:2:{i:0;s:31:\"The Magazine | Ontrade Progress\";i:1;s:2:\"15\";}i:4;a:2:{i:0;s:66:\"Ontrade Progress Issue #28 | Ontrade Progress hospitality magazine\";i:1;s:2:\"13\";}i:5;a:2:{i:0;s:59:\"Molson Coors and Sky launch new simplified partnership deal\";i:1;s:1:\"9\";}i:6;a:2:{i:0;s:70:\"We speak with Mad Squirrel Brewery about their success in the industry\";i:1;s:1:\"6\";}i:7;a:2:{i:0;s:48:\"Best practice in keg dispense | Ontrade Progress\";i:1;s:1:\"5\";}i:8;a:2:{i:0;s:23:\"Blog | Ontrade Progress\";i:1;s:1:\"5\";}i:9;a:2:{i:0;s:65:\"Funktion-One, Resistance and Privilege set new standards in Ibiza\";i:1;s:1:\"5\";}i:10;a:2:{i:0;s:35:\"Hospitality News | Ontrade Progress\";i:1;s:1:\"5\";}i:11;a:2:{i:0;s:69:\"Kolibri Drinks gives people the ability to customise their own drinks\";i:1;s:1:\"5\";}i:12;a:2:{i:0;s:73:\"Old Mout is expanding their flavoured cider range - Raspberry & Pineapple\";i:1;s:1:\"5\";}i:13;a:2:{i:0;s:56:\"Ontrade Progress | Marston’s Sell Out During the Ashes\";i:1;s:1:\"5\";}i:14;a:2:{i:0;s:28:\"Subscribe | Ontrade Progress\";i:1;s:1:\"5\";}i:15;a:2:{i:0;s:56:\"3C Payment works with Discover to expand card acceptance\";i:1;s:1:\"4\";}i:16;a:2:{i:0;s:57:\"British Lion Eggs - What does the stamp of approval mean?\";i:1;s:1:\"4\";}i:17;a:2:{i:0;s:26:\"Contact | Ontrade Progress\";i:1;s:1:\"4\";}i:18;a:2:{i:0;s:53:\"Fentimans announces first cocktail competition winner\";i:1;s:1:\"4\";}i:19;a:2:{i:0;s:60:\"New low alcohol alternative from Shipyard | Ontrade Progress\";i:1;s:1:\"4\";}i:20;a:2:{i:0;s:82:\"Ontrade Progress have partnered with Restaurant & Bar Tech Live | Ontrade Progress\";i:1;s:1:\"4\";}i:21;a:2:{i:0;s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";i:1;s:1:\"4\";}i:22;a:2:{i:0;s:70:\"Record number of new product innovations on show at Casual Dining 2019\";i:1;s:1:\"4\";}i:23;a:2:{i:0;s:61:\"WKD launches cocktails in cans to On-Trade | Ontrade Progress\";i:1;s:1:\"4\";}i:24;a:2:{i:0;s:27:\"Business | Ontrade Progress\";i:1;s:1:\"3\";}i:25;a:2:{i:0;s:72:\"CDG has agreed a new franchising deal for Bella Italia & more in the UAE\";i:1;s:1:\"3\";}i:26;a:2:{i:0;s:55:\"CDG to open Warrens Bakery franchise at Bristol Airport\";i:1;s:1:\"3\";}i:27;a:2:{i:0;s:51:\"Corazón Tequila launches in the UK with Hi-Spirits\";i:1;s:1:\"3\";}i:28;a:2:{i:0;s:25:\"Drinks | Ontrade Progress\";i:1;s:1:\"3\";}i:29;a:2:{i:0;s:50:\"Emilia Strazzanti opens new Supper Club in Hackney\";i:1;s:1:\"3\";}i:30;a:2:{i:0;s:51:\"Fentimans launches a new light range of soft drinks\";i:1;s:1:\"3\";}i:31;a:2:{i:0;s:88:\"Fernet-Branca challenges the bar trade\'s bravest at the Barback Games | Ontrade Progress\";i:1;s:1:\"3\";}i:32;a:2:{i:0;s:70:\"Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer\";i:1;s:1:\"3\";}i:33;a:2:{i:0;s:73:\"Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow\";i:1;s:1:\"3\";}i:34;a:2:{i:0;s:77:\"Peppermill Interiors latest velvet collection is taking the industry by storm\";i:1;s:1:\"3\";}i:35;a:2:{i:0;s:61:\"‘Kristaliano\' practical glassware that exudes vintage flair\";i:1;s:1:\"3\";}i:36;a:2:{i:0;s:64:\"Ale Miles: BrewDog launches \'BrewDog Airlines\' - Coming Feb 2019\";i:1;s:1:\"2\";}i:37;a:2:{i:0;s:51:\"Artis UK launches a new mixology cocktail glassware\";i:1;s:1:\"2\";}i:38;a:2:{i:0;s:69:\"Beer52 teams up with 13 London restaurants with a select beer in each\";i:1;s:1:\"2\";}i:39;a:2:{i:0;s:63:\"Cocktail of the Month - RedLeg Ginger Mojito | Ontrade Progress\";i:1;s:1:\"2\";}i:40;a:2:{i:0;s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";i:1;s:1:\"2\";}i:41;a:2:{i:0;s:57:\"Get cracking for British Egg Week 2019 | Ontrade Progress\";i:1;s:1:\"2\";}i:42;a:2:{i:0;s:62:\"Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers\";i:1;s:1:\"2\";}i:43;a:2:{i:0;s:63:\"New Strongbow dual fount which could boost cider sales by 44% |\";i:1;s:1:\"2\";}i:44;a:2:{i:0;s:58:\"Novus Tea - Innovating the hot beverage | Ontrade Progress\";i:1;s:1:\"2\";}i:45;a:2:{i:0;s:33:\"Page not found | Ontrade Progress\";i:1;s:1:\"2\";}i:46;a:2:{i:0;s:61:\"ProLights omega PIX next generation high res led video screen\";i:1;s:1:\"2\";}i:47;a:2:{i:0;s:68:\"Salcombe Gin - Signature Pennant Martini Cocktail | Ontrade Progress\";i:1;s:1:\"2\";}i:48;a:2:{i:0;s:59:\"Salcombe Gin Voyager Series - \'Arabella\' | Ontrade Progress\";i:1;s:1:\"2\";}i:49;a:2:{i:0;s:63:\"Salcombe Gin – Signature Sea Mist Cocktail | Ontrade Progress\";i:1;s:1:\"2\";}i:50;a:2:{i:0;s:53:\"Samtouch POS software offers a high level of features\";i:1;s:1:\"2\";}i:51;a:2:{i:0;s:51:\"Sky Sports Releases October Premier League Fixtures\";i:1;s:1:\"2\";}i:52;a:2:{i:0;s:61:\"Sky Sports releases live football fixtures | Ontrade Progress\";i:1;s:1:\"2\";}i:53;a:2:{i:0;s:71:\"Strongbow Dark Fruit relaunches its range with no artificial sweeteners\";i:1;s:1:\"2\";}i:54;a:2:{i:0;s:63:\"The Fentimans Secret Spritz Garden has now opened in Farringdon\";i:1;s:1:\"2\";}i:55;a:2:{i:0;s:61:\"Tonrose discuss keeping linen clean and their latest products\";i:1;s:1:\"2\";}i:56;a:2:{i:0;s:54:\"Tropical new flavour range from WKD | Ontrade Progress\";i:1;s:1:\"2\";}i:57;a:2:{i:0;s:54:\"We\'ve got a Crush on Mcpherson Wine - Lanchester Wines\";i:1;s:1:\"2\";}i:58;a:2:{i:0;s:65:\"Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers\";i:1;s:1:\"2\";}i:59;a:2:{i:0;s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";i:1;s:1:\"2\";}i:60;a:2:{i:0;s:52:\"as extended its partnership with The SSE Hydro Arena\";i:1;s:1:\"2\";}i:61;a:2:{i:0;s:9:\"(not set)\";i:1;s:1:\"1\";}i:62;a:2:{i:0;s:62:\"A.C. Entertainment Technologies Ireland Ltd opens for business\";i:1;s:1:\"1\";}i:63;a:2:{i:0;s:60:\"ARYZTA Food Solutions - Colour Croissants | Ontrade Progress\";i:1;s:1:\"1\";}i:64;a:2:{i:0;s:65:\"AccentPOS ® Hub: A back-office dashboard for restaurant managers\";i:1;s:1:\"1\";}i:65;a:2:{i:0;s:30:\"Advertising | Ontrade Progress\";i:1;s:1:\"1\";}i:66;a:2:{i:0;s:59:\"Amathus Drinks ships new agencies from Priorat and Montsant\";i:1;s:1:\"1\";}i:67;a:2:{i:0;s:55:\"Bohem Brewery and St Austell launch collaboration lager\";i:1;s:1:\"1\";}i:68;a:2:{i:0;s:69:\"Brakspear - redevelopment underway at the Frogmill | Ontrade Progress\";i:1;s:1:\"1\";}i:69;a:2:{i:0;s:57:\"BrewDog has opened a new bar in Hungary: BrewDog Budapest\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:70:\"Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:61:\"CGA Business - optimism across eating and drinking-out market\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:28:\"Can the can make a comeback?\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:63:\"Country Range releases five new curry pastes | Ontrade Progress\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:59:\"Desperados has had a global brand make-over from March 2019\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:52:\"Distributer Artis introduces new range Purity Pearls\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:64:\"Drury coffee, Gunnery Blend, celebrates the Company’s new home\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:68:\"Drury launches a new initiative to recycle its used coffee packaging\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:52:\"Dry January - Brand first with Heineken\'s no alcohol\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:32:\"Entertainment | Ontrade Progress\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:61:\"Fentimans launches first premium soft drinks and mixer report\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:23:\"Food | Ontrade Progress\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:58:\"Foodservice brand Country Range launches four new desserts\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:57:\"FriPura – the answer to reducing your cooking oil costs\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:54:\"Funkin innovation champion lands brand ambassador role\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:24:\"Hardy\'s new foodie range\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:58:\"Heineken geo-targeting campaign proves profitable for pubs\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:57:\"Hendi UK launches new digital blenders | Ontrade Progress\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:60:\"Hi-Spirits has the gin journey mapped out | Ontrade Progress\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:52:\"Hi-Spirits launches Summer serves | Ontrade Progress\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:69:\"Hobart UK to merge devisions and become the Hobart Equipment Division\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:58:\"Ice hygiene: BBC Watchdog - avoid the poop – use a scoop\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:68:\"Is bean-to-cup the future - Is it time to switch to coffee machines?\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:28:\"Issue #25 | Ontrade Progress\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:71:\"London Craft Beer Festival launch the WABies best in class craft awards\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:34:\"London\'s top Summer cocktails 2019\";i:1;s:1:\"1\";}i:96;a:2:{i:0;s:78:\"MRM targeting business growth as Carlsberg UK rolls out App | Ontrade Progress\";i:1;s:1:\"1\";}i:97;a:2:{i:0;s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";i:1;s:1:\"1\";}i:98;a:2:{i:0;s:61:\"Morgenrot Launches Somewhere Else wines from the Tulum Valley\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:41:\"Mrs Foggs praises Void | Ontrade Progress\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:48:\"New eco-friendly apple brandy | Ontrade Progress\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:73:\"New legislation on drinking alcohol at airports in the UK - UKHospitality\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:62:\"New vintage style cocktail glassware from UK distributor Artis\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:23:\"On-Trade Progress About\";i:1;s:1:\"1\";}i:104;a:2:{i:0;s:45:\"Ontrade Progress issue #26 | Ontrade Progress\";i:1;s:1:\"1\";}i:105;a:2:{i:0;s:51:\"Outdoor Design & Catering Trends | Ontrade Progress\";i:1;s:1:\"1\";}i:106;a:2:{i:0;s:54:\"Pipers crispeas shows new snacks and flavours at CBR19\";i:1;s:1:\"1\";}i:107;a:2:{i:0;s:98:\"ProLights LEDs are a Key Fixture at the British Grand Prix Party at Silverstone | Ontrade Progress\";i:1;s:1:\"1\";}i:108;a:2:{i:0;s:59:\"Public Health England and Drinkaware launch Drink Free Days\";i:1;s:1:\"1\";}i:109;a:2:{i:0;s:65:\"Pubs across the country enter Charity Pub of the Year competition\";i:1;s:1:\"1\";}i:110;a:2:{i:0;s:55:\"RedLeg Caramelised Pineapple spiced rum adds to the mix\";i:1;s:1:\"1\";}i:111;a:2:{i:0;s:66:\"STRYYK NOT VODKA is the new drink to go with their rum & gin range\";i:1;s:1:\"1\";}i:112;a:2:{i:0;s:60:\"Sixty82 receives positive reception from UK rigging industry\";i:1;s:1:\"1\";}i:113;a:2:{i:0;s:58:\"Sun Valley Nuts Turns Up the Heat with Tabasco Partnership\";i:1;s:1:\"1\";}i:114;a:2:{i:0;s:99:\"Swiss coffee machine manufacturer Schaerer is launching an innovative technology | Ontrade Progress\";i:1;s:1:\"1\";}i:115;a:2:{i:0;s:66:\"Tableware Noir: Parsley in Time launches RAK’s chic black Karbon\";i:1;s:1:\"1\";}i:116;a:2:{i:0;s:113:\"Tansun - The infrared heating specialists, bringing you their new app to control your heating. | Ontrade Progress\";i:1;s:1:\"1\";}i:117;a:2:{i:0;s:36:\"Taste Test - RTDs | Ontrade Progress\";i:1;s:1:\"1\";}i:118;a:2:{i:0;s:54:\"The Drury Tea & Coffee Company adds four new varieties\";i:1;s:1:\"1\";}i:119;a:2:{i:0;s:77:\"The Meatless Farm Co launches line of plant-based sausages | Ontrade Progress\";i:1;s:1:\"1\";}i:120;a:2:{i:0;s:54:\"The Music Licence from PPL PRS - helping to play music\";i:1;s:1:\"1\";}i:121;a:2:{i:0;s:61:\"The Showering Cider Mill has launched Mallets for millennials\";i:1;s:1:\"1\";}i:122;a:2:{i:0;s:53:\"The do\'s and don\'ts of email marketing from Fat Media\";i:1;s:1:\"1\";}i:123;a:2:{i:0;s:38:\"The established RTD | Ontrade Progress\";i:1;s:1:\"1\";}i:124;a:2:{i:0;s:47:\"Tourism and hospitality hero | Ontrade Progress\";i:1;s:1:\"1\";}i:125;a:2:{i:0;s:68:\"UK Government: UKHospitality reaction to the No Deal tariffs on food\";i:1;s:1:\"1\";}i:126;a:2:{i:0;s:73:\"UK restaurant industry to call on the government to review business rates\";i:1;s:1:\"1\";}i:127;a:2:{i:0;s:80:\"VII Hills Italian Dry Gin sign two new distributors in Europe | Ontrade Progress\";i:1;s:1:\"1\";}i:128;a:2:{i:0;s:52:\"Venue Profile - The Trading House | Ontrade Progress\";i:1;s:1:\"1\";}i:129;a:2:{i:0;s:66:\"WKD cauldrons are a must this Halloween for venues all over the UK\";i:1;s:1:\"1\";}i:130;a:2:{i:0;s:65:\"WRS systems provide a complete solution for the hospitality trade\";i:1;s:1:\"1\";}i:131;a:2:{i:0;s:110:\"Way To Go - Award-winning microbrewery brews up funding for South Downs National Park Trust | Ontrade Progress\";i:1;s:1:\"1\";}i:132;a:2:{i:0;s:61:\"We caught up with Nick DeBorde about Beaumont\'s barware range\";i:1;s:1:\"1\";}i:133;a:2:{i:0;s:64:\"el Jimador tequila comes to the UK\'s on-trade sector from Mexico\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:users&sort=-ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:134;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"356\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:4:\"sort\";a:1:{i:0;s:9:\"-ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1568160000;}','no'),(1755132,'gadwp_cache_qr2_238299569','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:243:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20190824\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190825\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190826\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190827\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190828\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190829\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190830\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190831\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190901\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190902\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190903\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190904\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190905\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190906\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190907\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190908\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190909\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190910\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190911\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190912\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190913\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190914\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190915\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190916\";i:1;s:6:\"Monday\";i:2;s:1:\"2\";}i:24;a:3:{i:0;s:8:\"20190917\";i:1;s:7:\"Tuesday\";i:2;s:1:\"5\";}i:25;a:3:{i:0;s:8:\"20190918\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190919\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20190920\";i:1;s:6:\"Friday\";i:2;s:1:\"1\";}i:28;a:3:{i:0;s:8:\"20190921\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190922\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:243:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:uniquePageviews&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:uniquePageviews\";s:1:\"8\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:uniquePageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/09/16/rugby-world-cup-2019-how-to-score-big/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569283200;}','no'),(1755133,'gadwp_cache_qr3_3703836062','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:333:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"8\";i:1;s:1:\"7\";i:2;s:2:\"20\";i:3;s:3:\"0.0\";i:4;s:1:\"1\";i:5;s:18:\"3.3333333333333335\";i:6;s:17:\"56.38461538461539\";i:7;s:3:\"0.0\";i:8;s:4:\"35.0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:333:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:uniquePageviews,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:exitRate&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:18:\"ga:uniquePageviews\";s:1:\"8\";s:8:\"ga:users\";s:1:\"7\";s:12:\"ga:pageviews\";s:2:\"20\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"1\";s:22:\"ga:pageviewsPerSession\";s:18:\"3.3333333333333335\";s:16:\"ga:avgTimeOnPage\";s:17:\"56.38461538461539\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:11:\"ga:exitRate\";s:4:\"35.0\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:18:\"ga:uniquePageviews\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:11:\"ga:exitRate\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/09/16/rugby-world-cup-2019-how-to-score-big/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:18:\"ga:uniquePageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:11:\"ga:exitRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569283200;}','no'),(1755134,'gadwp_cache_qr2_987479797','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:233:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20190824\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190825\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190826\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190827\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190828\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190829\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190830\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190831\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190901\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190902\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190903\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190904\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190905\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190906\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190907\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190908\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190909\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190910\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190911\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190912\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190913\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190914\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190915\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190916\";i:1;s:6:\"Monday\";i:2;s:1:\"2\";}i:24;a:3:{i:0;s:8:\"20190917\";i:1;s:7:\"Tuesday\";i:2;s:1:\"5\";}i:25;a:3:{i:0;s:8:\"20190918\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190919\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20190920\";i:1;s:6:\"Friday\";i:2;s:1:\"1\";}i:28;a:3:{i:0;s:8:\"20190921\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190922\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:233:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:1:\"8\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/09/16/rugby-world-cup-2019-how-to-score-big/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569283200;}','no'),(1755135,'gadwp_cache_qr2_1561483548','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:237:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20190824\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:8:\"20190825\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:8:\"20190826\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:8:\"20190827\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:8:\"20190828\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:8:\"20190829\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:8:\"20190830\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:8:\"20190831\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:8:\"20190901\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:8:\"20190902\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:8:\"20190903\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:8:\"20190904\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20190905\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:8:\"20190906\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:8:\"20190907\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:8:\"20190908\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:8:\"20190909\";i:1;s:6:\"Monday\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:8:\"20190910\";i:1;s:7:\"Tuesday\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:8:\"20190911\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20190912\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:8:\"20190913\";i:1;s:6:\"Friday\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:8:\"20190914\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:22;a:3:{i:0;s:8:\"20190915\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:23;a:3:{i:0;s:8:\"20190916\";i:1;s:6:\"Monday\";i:2;s:1:\"4\";}i:24;a:3:{i:0;s:8:\"20190917\";i:1;s:7:\"Tuesday\";i:2;s:2:\"14\";}i:25;a:3:{i:0;s:8:\"20190918\";i:1;s:9:\"Wednesday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20190919\";i:1;s:8:\"Thursday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20190920\";i:1;s:6:\"Friday\";i:2;s:1:\"2\";}i:28;a:3:{i:0;s:8:\"20190921\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:29;a:3:{i:0;s:8:\"20190922\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:237:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:2:\"20\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/09/16/rugby-world-cup-2019-how-to-score-big/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569283200;}','no'),(1755136,'gadwp_cache_qr8_2716302675','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:250:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:pageviews&sort=-ga:pageviews&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:2:\"12\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:1:\"6\";}i:2;a:2:{i:0;s:8:\"Referral\";i:1;s:1:\"2\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:250:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:pageviews&sort=-ga:pageviews&filters=ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:2:\"20\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:4:\"sort\";a:1:{i:0;s:13:\"-ga:pageviews\";}s:7:\"filters\";s:63:\"ga:pagePath==/2019/09/16/rugby-world-cup-2019-how-to-score-big/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569283200;}','no'),(1755137,'gadwp_cache_qr6_267197431','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:266:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:pageviews&sort=-ga:pageviews&filters=ga:keyword!%3D(not+set);ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:2:{i:0;s:14:\"(not provided)\";i:1;s:2:\"12\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:266:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:pageviews&sort=-ga:pageviews&filters=ga:keyword!%3D(not+set);ga:pagePath%3D%3D/2019/09/16/rugby-world-cup-2019-how-to-score-big/&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:2:\"12\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:4:\"sort\";a:1:{i:0;s:13:\"-ga:pageviews\";}s:7:\"filters\";s:85:\"ga:keyword!=(not set);ga:pagePath==/2019/09/16/rugby-world-cup-2019-how-to-score-big/\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569283200;}','no'),(1755815,'gadwp_cache_qr8_523909563','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:2:\"32\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:2:\"14\";}i:2;a:2:{i:0;s:8:\"Referral\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:6:\"Social\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"49\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569974400;}','no'),(1755816,'gadwp_cache_qr5_996073283','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:24:\"restauranttechlive.co.uk\";i:1;s:1:\"1\";}i:1;a:2:{i:0;s:4:\"t.co\";i:1;s:1:\"1\";}i:2;a:2:{i:0;s:24:\"us19.admin.mailchimp.com\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"3\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:19:\"ga:medium==referral\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1569974400;}','no'),(1756329,'gadwp_cache_qr2_2352031195','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:90:{i:0;a:3:{i:0;s:8:\"20190709\";i:1;s:7:\"Tuesday\";i:2;s:3:\"762\";}i:1;a:3:{i:0;s:8:\"20190710\";i:1;s:9:\"Wednesday\";i:2;s:3:\"820\";}i:2;a:3:{i:0;s:8:\"20190711\";i:1;s:8:\"Thursday\";i:2;s:3:\"884\";}i:3;a:3:{i:0;s:8:\"20190712\";i:1;s:6:\"Friday\";i:2;s:3:\"806\";}i:4;a:3:{i:0;s:8:\"20190713\";i:1;s:8:\"Saturday\";i:2;s:3:\"894\";}i:5;a:3:{i:0;s:8:\"20190714\";i:1;s:6:\"Sunday\";i:2;s:3:\"830\";}i:6;a:3:{i:0;s:8:\"20190715\";i:1;s:6:\"Monday\";i:2;s:3:\"879\";}i:7;a:3:{i:0;s:8:\"20190716\";i:1;s:7:\"Tuesday\";i:2;s:3:\"813\";}i:8;a:3:{i:0;s:8:\"20190717\";i:1;s:9:\"Wednesday\";i:2;s:3:\"891\";}i:9;a:3:{i:0;s:8:\"20190718\";i:1;s:8:\"Thursday\";i:2;s:3:\"837\";}i:10;a:3:{i:0;s:8:\"20190719\";i:1;s:6:\"Friday\";i:2;s:3:\"801\";}i:11;a:3:{i:0;s:8:\"20190720\";i:1;s:8:\"Saturday\";i:2;s:3:\"804\";}i:12;a:3:{i:0;s:8:\"20190721\";i:1;s:6:\"Sunday\";i:2;s:3:\"754\";}i:13;a:3:{i:0;s:8:\"20190722\";i:1;s:6:\"Monday\";i:2;s:3:\"820\";}i:14;a:3:{i:0;s:8:\"20190723\";i:1;s:7:\"Tuesday\";i:2;s:3:\"766\";}i:15;a:3:{i:0;s:8:\"20190724\";i:1;s:9:\"Wednesday\";i:2;s:3:\"800\";}i:16;a:3:{i:0;s:8:\"20190725\";i:1;s:8:\"Thursday\";i:2;s:3:\"834\";}i:17;a:3:{i:0;s:8:\"20190726\";i:1;s:6:\"Friday\";i:2;s:3:\"812\";}i:18;a:3:{i:0;s:8:\"20190727\";i:1;s:8:\"Saturday\";i:2;s:3:\"757\";}i:19;a:3:{i:0;s:8:\"20190728\";i:1;s:6:\"Sunday\";i:2;s:3:\"817\";}i:20;a:3:{i:0;s:8:\"20190729\";i:1;s:6:\"Monday\";i:2;s:3:\"568\";}i:21;a:3:{i:0;s:8:\"20190730\";i:1;s:7:\"Tuesday\";i:2;s:2:\"77\";}i:22;a:3:{i:0;s:8:\"20190731\";i:1;s:9:\"Wednesday\";i:2;s:2:\"62\";}i:23;a:3:{i:0;s:8:\"20190801\";i:1;s:8:\"Thursday\";i:2;s:2:\"28\";}i:24;a:3:{i:0;s:8:\"20190802\";i:1;s:6:\"Friday\";i:2;s:2:\"36\";}i:25;a:3:{i:0;s:8:\"20190803\";i:1;s:8:\"Saturday\";i:2;s:2:\"25\";}i:26;a:3:{i:0;s:8:\"20190804\";i:1;s:6:\"Sunday\";i:2;s:2:\"34\";}i:27;a:3:{i:0;s:8:\"20190805\";i:1;s:6:\"Monday\";i:2;s:2:\"47\";}i:28;a:3:{i:0;s:8:\"20190806\";i:1;s:7:\"Tuesday\";i:2;s:2:\"56\";}i:29;a:3:{i:0;s:8:\"20190807\";i:1;s:9:\"Wednesday\";i:2;s:2:\"62\";}i:30;a:3:{i:0;s:8:\"20190808\";i:1;s:8:\"Thursday\";i:2;s:2:\"85\";}i:31;a:3:{i:0;s:8:\"20190809\";i:1;s:6:\"Friday\";i:2;s:2:\"56\";}i:32;a:3:{i:0;s:8:\"20190810\";i:1;s:8:\"Saturday\";i:2;s:2:\"36\";}i:33;a:3:{i:0;s:8:\"20190811\";i:1;s:6:\"Sunday\";i:2;s:2:\"21\";}i:34;a:3:{i:0;s:8:\"20190812\";i:1;s:6:\"Monday\";i:2;s:2:\"47\";}i:35;a:3:{i:0;s:8:\"20190813\";i:1;s:7:\"Tuesday\";i:2;s:2:\"39\";}i:36;a:3:{i:0;s:8:\"20190814\";i:1;s:9:\"Wednesday\";i:2;s:2:\"56\";}i:37;a:3:{i:0;s:8:\"20190815\";i:1;s:8:\"Thursday\";i:2;s:2:\"34\";}i:38;a:3:{i:0;s:8:\"20190816\";i:1;s:6:\"Friday\";i:2;s:2:\"47\";}i:39;a:3:{i:0;s:8:\"20190817\";i:1;s:8:\"Saturday\";i:2;s:2:\"20\";}i:40;a:3:{i:0;s:8:\"20190818\";i:1;s:6:\"Sunday\";i:2;s:2:\"67\";}i:41;a:3:{i:0;s:8:\"20190819\";i:1;s:6:\"Monday\";i:2;s:2:\"89\";}i:42;a:3:{i:0;s:8:\"20190820\";i:1;s:7:\"Tuesday\";i:2;s:2:\"59\";}i:43;a:3:{i:0;s:8:\"20190821\";i:1;s:9:\"Wednesday\";i:2;s:2:\"68\";}i:44;a:3:{i:0;s:8:\"20190822\";i:1;s:8:\"Thursday\";i:2;s:2:\"55\";}i:45;a:3:{i:0;s:8:\"20190823\";i:1;s:6:\"Friday\";i:2;s:2:\"48\";}i:46;a:3:{i:0;s:8:\"20190824\";i:1;s:8:\"Saturday\";i:2;s:2:\"34\";}i:47;a:3:{i:0;s:8:\"20190825\";i:1;s:6:\"Sunday\";i:2;s:2:\"24\";}i:48;a:3:{i:0;s:8:\"20190826\";i:1;s:6:\"Monday\";i:2;s:2:\"45\";}i:49;a:3:{i:0;s:8:\"20190827\";i:1;s:7:\"Tuesday\";i:2;s:2:\"51\";}i:50;a:3:{i:0;s:8:\"20190828\";i:1;s:9:\"Wednesday\";i:2;s:2:\"46\";}i:51;a:3:{i:0;s:8:\"20190829\";i:1;s:8:\"Thursday\";i:2;s:2:\"57\";}i:52;a:3:{i:0;s:8:\"20190830\";i:1;s:6:\"Friday\";i:2;s:2:\"54\";}i:53;a:3:{i:0;s:8:\"20190831\";i:1;s:8:\"Saturday\";i:2;s:2:\"54\";}i:54;a:3:{i:0;s:8:\"20190901\";i:1;s:6:\"Sunday\";i:2;s:2:\"33\";}i:55;a:3:{i:0;s:8:\"20190902\";i:1;s:6:\"Monday\";i:2;s:2:\"64\";}i:56;a:3:{i:0;s:8:\"20190903\";i:1;s:7:\"Tuesday\";i:2;s:2:\"67\";}i:57;a:3:{i:0;s:8:\"20190904\";i:1;s:9:\"Wednesday\";i:2;s:2:\"56\";}i:58;a:3:{i:0;s:8:\"20190905\";i:1;s:8:\"Thursday\";i:2;s:2:\"63\";}i:59;a:3:{i:0;s:8:\"20190906\";i:1;s:6:\"Friday\";i:2;s:2:\"64\";}i:60;a:3:{i:0;s:8:\"20190907\";i:1;s:8:\"Saturday\";i:2;s:2:\"19\";}i:61;a:3:{i:0;s:8:\"20190908\";i:1;s:6:\"Sunday\";i:2;s:2:\"25\";}i:62;a:3:{i:0;s:8:\"20190909\";i:1;s:6:\"Monday\";i:2;s:2:\"33\";}i:63;a:3:{i:0;s:8:\"20190910\";i:1;s:7:\"Tuesday\";i:2;s:2:\"81\";}i:64;a:3:{i:0;s:8:\"20190911\";i:1;s:9:\"Wednesday\";i:2;s:2:\"63\";}i:65;a:3:{i:0;s:8:\"20190912\";i:1;s:8:\"Thursday\";i:2;s:2:\"38\";}i:66;a:3:{i:0;s:8:\"20190913\";i:1;s:6:\"Friday\";i:2;s:2:\"47\";}i:67;a:3:{i:0;s:8:\"20190914\";i:1;s:8:\"Saturday\";i:2;s:2:\"35\";}i:68;a:3:{i:0;s:8:\"20190915\";i:1;s:6:\"Sunday\";i:2;s:2:\"20\";}i:69;a:3:{i:0;s:8:\"20190916\";i:1;s:6:\"Monday\";i:2;s:2:\"43\";}i:70;a:3:{i:0;s:8:\"20190917\";i:1;s:7:\"Tuesday\";i:2;s:2:\"41\";}i:71;a:3:{i:0;s:8:\"20190918\";i:1;s:9:\"Wednesday\";i:2;s:2:\"75\";}i:72;a:3:{i:0;s:8:\"20190919\";i:1;s:8:\"Thursday\";i:2;s:2:\"60\";}i:73;a:3:{i:0;s:8:\"20190920\";i:1;s:6:\"Friday\";i:2;s:2:\"41\";}i:74;a:3:{i:0;s:8:\"20190921\";i:1;s:8:\"Saturday\";i:2;s:2:\"21\";}i:75;a:3:{i:0;s:8:\"20190922\";i:1;s:6:\"Sunday\";i:2;s:2:\"17\";}i:76;a:3:{i:0;s:8:\"20190923\";i:1;s:6:\"Monday\";i:2;s:2:\"53\";}i:77;a:3:{i:0;s:8:\"20190924\";i:1;s:7:\"Tuesday\";i:2;s:3:\"127\";}i:78;a:3:{i:0;s:8:\"20190925\";i:1;s:9:\"Wednesday\";i:2;s:2:\"49\";}i:79;a:3:{i:0;s:8:\"20190926\";i:1;s:8:\"Thursday\";i:2;s:2:\"80\";}i:80;a:3:{i:0;s:8:\"20190927\";i:1;s:6:\"Friday\";i:2;s:2:\"44\";}i:81;a:3:{i:0;s:8:\"20190928\";i:1;s:8:\"Saturday\";i:2;s:2:\"30\";}i:82;a:3:{i:0;s:8:\"20190929\";i:1;s:6:\"Sunday\";i:2;s:2:\"31\";}i:83;a:3:{i:0;s:8:\"20190930\";i:1;s:6:\"Monday\";i:2;s:2:\"49\";}i:84;a:3:{i:0;s:8:\"20191001\";i:1;s:7:\"Tuesday\";i:2;s:2:\"52\";}i:85;a:3:{i:0;s:8:\"20191002\";i:1;s:9:\"Wednesday\";i:2;s:2:\"32\";}i:86;a:3:{i:0;s:8:\"20191003\";i:1;s:8:\"Thursday\";i:2;s:2:\"61\";}i:87;a:3:{i:0;s:8:\"20191004\";i:1;s:6:\"Friday\";i:2;s:2:\"53\";}i:88;a:3:{i:0;s:8:\"20191005\";i:1;s:8:\"Saturday\";i:2;s:2:\"25\";}i:89;a:3:{i:0;s:8:\"20191006\";i:1;s:6:\"Sunday\";i:2;s:2:\"17\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:90;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"20277\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1570492800;}','no'),(1758698,'gadwp_cache_qr2_3196189039','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:4:\"1389\";}i:1;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:3:\"809\";}i:2;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:4:\"1053\";}i:3;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:4:\"1288\";}i:4;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"5519\";}i:5;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:4:\"7423\";}i:6;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:4:\"4448\";}i:7;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:5:\"12649\";}i:8;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"23756\";}i:9;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:4:\"1480\";}i:10;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:4:\"1469\";}i:11;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:4:\"1895\";}i:12;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:3:\"196\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"63374\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1572912000;}','no'),(1761421,'gadwp_cache_qr10_3164290622','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:193:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:6:\"(none)\";i:1;s:3:\"217\";}i:1;a:2:{i:0;s:7:\"organic\";i:1;s:3:\"181\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:2:\"13\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:193:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"411\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761422,'gadwp_cache_qr10_2800476245','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:203:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:3:\"364\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:2:\"47\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:203:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"411\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761423,'gadwp_cache_qr10_2700050527','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:217:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:3:\"173\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:1:\"7\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:217:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"180\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761424,'gadwp_cache_qr10_103818530','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:207:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:7:\"Twitter\";i:1;s:1:\"6\";}i:1;a:2:{i:0;s:8:\"Facebook\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:207:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"7\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761431,'gadwp_cache_qr10_1780008999','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:4:\"2768\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:4:\"2236\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:3:\"262\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"5266\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761432,'gadwp_cache_qr10_1544002461','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:4:\"4557\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:3:\"709\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"5266\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761433,'gadwp_cache_qr10_1986819654','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:218:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:6:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:4:\"2620\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:3:\"110\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:2:\"14\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"3\";}i:4;a:2:{i:0;s:6:\"seznam\";i:1;s:1:\"2\";}i:5;a:2:{i:0;s:3:\"ask\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:218:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:6;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2750\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761434,'gadwp_cache_qr10_3267635772','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:8:\"Facebook\";i:1;s:2:\"51\";}i:1;a:2:{i:0;s:7:\"Twitter\";i:1;s:2:\"38\";}i:2;a:2:{i:0;s:8:\"LinkedIn\";i:1;s:1:\"5\";}i:3;a:2:{i:0;s:9:\"Instagram\";i:1;s:1:\"3\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:2:\"97\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575676800;}','no'),(1761442,'gadwp_cache_qr2_3728789209','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:132:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:users&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"4\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"5\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"3\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"4\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"4\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"2\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:1:\"0\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:1:\"0\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:1:\"0\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:1:\"0\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"0\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"0\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:1:\"0\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:1:\"0\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"0\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"0\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:132:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:users&start-date=today&end-date=today\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:2:\"29\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1575630000;}','no'),(1761955,'gadwp_cache_qr6_1078816739','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:197:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:318:{i:0;a:2:{i:0;s:11:\"Hospitality\";i:1;s:5:\"33932\";}i:1;a:2:{i:0;s:14:\"(not provided)\";i:1;s:4:\"8565\";}i:2;a:2:{i:0;s:11:\"hospitality\";i:1;s:4:\"5744\";}i:3;a:2:{i:0;s:17:\"on trade progress\";i:1;s:2:\"22\";}i:4;a:2:{i:0;s:16:\"ontrade progress\";i:1;s:1:\"7\";}i:5;a:2:{i:0;s:26:\"on trade progress magazine\";i:1;s:1:\"6\";}i:6;a:2:{i:0;s:17:\"Red keg rum mixer\";i:1;s:1:\"4\";}i:7;a:2:{i:0;s:21:\"british egg week 2019\";i:1;s:1:\"4\";}i:8;a:2:{i:0;s:25:\"maltsmiths advert actress\";i:1;s:1:\"4\";}i:9;a:2:{i:0;s:6:\"amazon\";i:1;s:1:\"3\";}i:10;a:2:{i:0;s:17:\"margarita glasses\";i:1;s:1:\"3\";}i:11;a:2:{i:0;s:21:\"molson coors sky deal\";i:1;s:1:\"3\";}i:12;a:2:{i:0;s:12:\"trg wagamama\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:33:\"British Lion Eggs when introduced\";i:1;s:1:\"2\";}i:14;a:2:{i:0;s:17:\"British Lion eggs\";i:1;s:1:\"2\";}i:15;a:2:{i:0;s:14:\"Windhoek Lager\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:26:\"brewdog airline experience\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:16:\"brewdog airlines\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:17:\"british lion eggs\";i:1;s:1:\"2\";}i:19;a:2:{i:0;s:4:\"cans\";i:1;s:1:\"2\";}i:20;a:2:{i:0;s:14:\"coors sky deal\";i:1;s:1:\"2\";}i:21;a:2:{i:0;s:35:\"dead mans fingers spiced rum mixers\";i:1;s:1:\"2\";}i:22;a:2:{i:0;s:17:\"emilia strazzanti\";i:1;s:1:\"2\";}i:23;a:2:{i:0;s:28:\"libbey and artis temptations\";i:1;s:1:\"2\";}i:24;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"2\";}i:25;a:2:{i:0;s:17:\"on trade magazine\";i:1;s:1:\"2\";}i:26;a:2:{i:0;s:17:\"on-trade progress\";i:1;s:1:\"2\";}i:27;a:2:{i:0;s:18:\"one trade progress\";i:1;s:1:\"2\";}i:28;a:2:{i:0;s:13:\"pe cling film\";i:1;s:1:\"2\";}i:29;a:2:{i:0;s:24:\"portugal prominint grape\";i:1;s:1:\"2\";}i:30;a:2:{i:0;s:29:\"proper by sct pork scratching\";i:1;s:1:\"2\";}i:31;a:2:{i:0;s:40:\"stonegate pub company raise 60k for mind\";i:1;s:1:\"2\";}i:32;a:2:{i:0;s:22:\"sustainable cling film\";i:1;s:1:\"2\";}i:33;a:2:{i:0;s:19:\"tabasco partnership\";i:1;s:1:\"2\";}i:34;a:2:{i:0;s:16:\"trg and wagamama\";i:1;s:1:\"2\";}i:35;a:2:{i:0;s:39:\"what does the lion stamp mean on an egg\";i:1;s:1:\"2\";}i:36;a:2:{i:0;s:42:\"who is the dancer in the maltsmiths advert\";i:1;s:1:\"2\";}i:37;a:2:{i:0;s:51:\"\"Cracked Ice\" problem with cotton percale bed linen\";i:1;s:1:\"1\";}i:38;a:2:{i:0;s:14:\"\"vk searching\"\";i:1;s:1:\"1\";}i:39;a:2:{i:0;s:18:\"- ontrade progress\";i:1;s:1:\"1\";}i:40;a:2:{i:0;s:32:\"0_7311a7a757-e422a36464-61448277\";i:1;s:1:\"1\";}i:41;a:2:{i:0;s:32:\"0_7311a7a757-e422a36464-61448417\";i:1;s:1:\"1\";}i:42;a:2:{i:0;s:32:\"0_7311a7a757-e422a36464-61449681\";i:1;s:1:\"1\";}i:43;a:2:{i:0;s:11:\"3c discover\";i:1;s:1:\"1\";}i:44;a:2:{i:0;s:11:\"3c payments\";i:1;s:1:\"1\";}i:45;a:2:{i:0;s:51:\"5th edition code of practice pressurised gas brewer\";i:1;s:1:\"1\";}i:46;a:2:{i:0;s:58:\"British Healthcare Trades Association Chief Executive 2019\";i:1;s:1:\"1\";}i:47;a:2:{i:0;s:56:\"Commercial Kitchen 2019 previews new product innovations\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:26:\"DEAD MANS FINGERS COCKTAIL\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:27:\"DEAN MAN\'S FINGERS COCKTAIL\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:9:\"Daiquirì\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:12:\"Dana Muntean\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:342:\"DuazbOeemvr0m4jLik5QgaoQS4HwLvElTmhtBF2w5Dy-Ruykz0h7wB7zQHN9JzJjpMPFG99mZS9AQLQf_k5uupyx1QOfXndwSBQQuSnQE7tFrh86PlN_avsjNmNjvK2Zv4DrHaepdrfXLVzpplP8V1sMTqCHwWjRBqNljiEYfg0BbFvFu_FVHsZLmAdVewYxKqQ9HgDUnpYfhnshg82tRySwFfK9yn1KpgjcngkGy7kby9SZKQjSilNpWZcMrqVaMxjqNZ7brixdClhUeQc_2fVktS_R2UJe7iAHococwuIMsJVfjATdq2yHhm4xO47yyrjQuQm6DhzAKHw63KKuVQ\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:8:\"Einstök\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:23:\"GIRL FROM MALTSMITHS AD\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:43:\"Jeremy Hill Euphoria Cocktails Ltd linkedin\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:43:\"John Critchley Morgenrot Group Plc linkedin\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:13:\"Kolibri drink\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:40:\"MUP wales, when does it come into force?\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:13:\"Maltsmiths ad\";i:1;s:1:\"1\";}i:60;a:2:{i:0;s:342:\"N6KA6L-61J--tBZ87fx2SkP5B2mZwBX6FXoKx1Upbp0oAEOEpwsyr9-UaEIIQ_3upEhtqqkdGnr8lcuB5h1LJ3A1qbX3dQEF-HnjN3FHW85CQWmDEENqzfqKYDLNiwd52H4fvbPrkoQn5sy8KmIhMg4LvorZVr7JmNGpBIUlnBh1Y40ES5FZkOmFiBjDEuY4cXVzTHnC0xMRcTPEhNgHqzMMPBSqMXaR5dAljT_4_bkQpzydMejcjydGFvOfNRZarZhj6Nqv61hpdxDGxJjg2xCna-Lsoms-F1aUXQgXK3Mtap11crJtgXqLuaA9M7XxFDLMN_EU54ZLhCYazt5KwQ\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:57:\"PREMIUM ORIENTAL SAUCE CATGORY GROWTH IN FOODSERVICE 2019\";i:1;s:1:\"1\";}i:62;a:2:{i:0;s:25:\"PRMIER LEAGUE FIXTURE COM\";i:1;s:1:\"1\";}i:63;a:2:{i:0;s:22:\"Prmier league fixtures\";i:1;s:1:\"1\";}i:64;a:2:{i:0;s:67:\"Restaurant Group acquisition of a company named Mabel Topco Limited\";i:1;s:1:\"1\";}i:65;a:2:{i:0;s:126:\"Rum sales in the UK hit £1billion in 2017, up from £960million in 2016, according to the Wine and Spirits Trade Association.\";i:1;s:1:\"1\";}i:66;a:2:{i:0;s:32:\"SKY AND MOLSON COORS parternship\";i:1;s:1:\"1\";}i:67;a:2:{i:0;s:39:\"Shipyard Low Tide Pale Ale release date\";i:1;s:1:\"1\";}i:68;a:2:{i:0;s:41:\"Southern Comfort Southern Breeze Cocktail\";i:1;s:1:\"1\";}i:69;a:2:{i:0;s:14:\"Swiss Schaerer\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:24:\"The Sicilian Supper Club\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:34:\"UK number of breweries record 2018\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:36:\"What is the Loinheart Stamp on a egg\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:49:\"Who is the female dancer in the maltsmiths advert\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:39:\"air fryer company at casual dining 2019\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:16:\"aryzta croissant\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:33:\"aryzta lemon chia vegan loaf cake\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:24:\"avallen calvados process\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:21:\"bbpa beer report 2019\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:9:\"bbpa emma\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:33:\"bbpa pressure regulations booklet\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:21:\"beaumont wine glasses\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:43:\"best nixer for dead mans fingers spiced rum\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:13:\"bii loya 2018\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:22:\"bingo cocktails london\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:26:\"birra moretti advert music\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:74:\"booker chefs larder cooked smoked streaky sandwich bacon - how many slices\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:33:\"brakes and british food fortnight\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:21:\"brewdog airlines news\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:25:\"brewdog new bar edinburgh\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:40:\"brewing non alcoholic beverages like tea\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:22:\"britiash egg week 2019\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:23:\"british eggs lion stamp\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:29:\"british eggs salmonella stamp\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:44:\"british hospitality association and partners\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:16:\"british lion egg\";i:1;s:1:\"1\";}i:96;a:2:{i:0;s:29:\"british lion egg mark meaning\";i:1;s:1:\"1\";}i:97;a:2:{i:0;s:22:\"british lion egg stamp\";i:1;s:1:\"1\";}i:98;a:2:{i:0;s:28:\"british lion eggs defanition\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:31:\"british lion eggs symbolmeaning\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:20:\"british lion quality\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:23:\"british lion stamp eggs\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:25:\"british lion stamped eggs\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:53:\"bystander intervention alcohol vulnerability scotland\";i:1;s:1:\"1\";}i:104;a:2:{i:0;s:18:\"cdg franchise open\";i:1;s:1:\"1\";}i:105;a:2:{i:0;s:12:\"charlie elek\";i:1;s:1:\"1\";}i:106;a:2:{i:0;s:20:\"chief executive BBPA\";i:1;s:1:\"1\";}i:107;a:2:{i:0;s:30:\"code peter spanton drinks news\";i:1;s:1:\"1\";}i:108;a:2:{i:0;s:23:\"coil and foil python uk\";i:1;s:1:\"1\";}i:109;a:2:{i:0;s:18:\"coors and sky deal\";i:1;s:1:\"1\";}i:110;a:2:{i:0;s:32:\"crystaltech glass cleaning fluid\";i:1;s:1:\"1\";}i:111;a:2:{i:0;s:20:\"dabbers ST LIVERPOOL\";i:1;s:1:\"1\";}i:112;a:2:{i:0;s:30:\"dancing girl maltsmiths advert\";i:1;s:1:\"1\";}i:113;a:2:{i:0;s:32:\"dead man fingers coffee cocktail\";i:1;s:1:\"1\";}i:114;a:2:{i:0;s:27:\"dead man\'s fingers cocktail\";i:1;s:1:\"1\";}i:115;a:2:{i:0;s:39:\"dead man\'s fingers spiced rum cocktails\";i:1;s:1:\"1\";}i:116;a:2:{i:0;s:26:\"dead mans finger cocktails\";i:1;s:1:\"1\";}i:117;a:2:{i:0;s:27:\"dead mans fingers cocktails\";i:1;s:1:\"1\";}i:118;a:2:{i:0;s:21:\"desd man finger drink\";i:1;s:1:\"1\";}i:119;a:2:{i:0;s:23:\"digital tax hospitality\";i:1;s:1:\"1\";}i:120;a:2:{i:0;s:44:\"draught beer for a molson coors sky discount\";i:1;s:1:\"1\";}i:121;a:2:{i:0;s:41:\"drink free days app public health england\";i:1;s:1:\"1\";}i:122;a:2:{i:0;s:13:\"drink kolibri\";i:1;s:1:\"1\";}i:123;a:2:{i:0;s:18:\"drink wine without\";i:1;s:1:\"1\";}i:124;a:2:{i:0;s:28:\"dusk til dawn uk trade event\";i:1;s:1:\"1\";}i:125;a:2:{i:0;s:19:\"dutch egg standards\";i:1;s:1:\"1\";}i:126;a:2:{i:0;s:20:\"emma mc clarkin BBPA\";i:1;s:1:\"1\";}i:127;a:2:{i:0;s:19:\"emma mcclarkin bbpa\";i:1;s:1:\"1\";}i:128;a:2:{i:0;s:30:\"emma mcclarkin chief executive\";i:1;s:1:\"1\";}i:129;a:2:{i:0;s:27:\"essential cuisine ownership\";i:1;s:1:\"1\";}i:130;a:2:{i:0;s:14:\"falcon E9342F2\";i:1;s:1:\"1\";}i:131;a:2:{i:0;s:15:\"fast chef elite\";i:1;s:1:\"1\";}i:132;a:2:{i:0;s:25:\"fentimans new light range\";i:1;s:1:\"1\";}i:133;a:2:{i:0;s:16:\"fentimans report\";i:1;s:1:\"1\";}i:134;a:2:{i:0;s:17:\"fentimans unveils\";i:1;s:1:\"1\";}i:135;a:2:{i:0;s:30:\"fentimens mocktail competition\";i:1;s:1:\"1\";}i:136;a:2:{i:0;s:36:\"fireball fuelling the fire tour 2019\";i:1;s:1:\"1\";}i:137;a:2:{i:0;s:42:\"fireball fuelling the fire tour bands 2019\";i:1;s:1:\"1\";}i:138;a:2:{i:0;s:42:\"fireball fuelling the fire tour what is it\";i:1;s:1:\"1\";}i:139;a:2:{i:0;s:25:\"fizzy drink taste testing\";i:1;s:1:\"1\";}i:140;a:2:{i:0;s:25:\"flavoured rum trends 2020\";i:1;s:1:\"1\";}i:141;a:2:{i:0;s:21:\"fourth and wagestream\";i:1;s:1:\"1\";}i:142;a:2:{i:0;s:28:\"french\'s mustard las iguanas\";i:1;s:1:\"1\";}i:143;a:2:{i:0;s:26:\"frenchs mustard laseguanos\";i:1;s:1:\"1\";}i:144;a:2:{i:0;s:49:\"friday,saturday nd sunday premier league fixtures\";i:1;s:1:\"1\";}i:145;a:2:{i:0;s:7:\"fripura\";i:1;s:1:\"1\";}i:146;a:2:{i:0;s:42:\"frogmill cheltenham interior design refurb\";i:1;s:1:\"1\";}i:147;a:2:{i:0;s:37:\"future of bean to cup coffee machines\";i:1;s:1:\"1\";}i:148;a:2:{i:0;s:33:\"geo targeting on trade activation\";i:1;s:1:\"1\";}i:149;a:2:{i:0;s:12:\"gin sea mist\";i:1;s:1:\"1\";}i:150;a:2:{i:0;s:25:\"girl in maltsmiths advert\";i:1;s:1:\"1\";}i:151;a:2:{i:0;s:25:\"girl in the maltsmiths ad\";i:1;s:1:\"1\";}i:152;a:2:{i:0;s:9:\"glassware\";i:1;s:1:\"1\";}i:153;a:2:{i:0;s:40:\"govt eu citizens business toolkit advice\";i:1;s:1:\"1\";}i:154;a:2:{i:0;s:9:\"gwg award\";i:1;s:1:\"1\";}i:155;a:2:{i:0;s:10:\"gwg awards\";i:1;s:1:\"1\";}i:156;a:2:{i:0;s:19:\"gwg seen on the web\";i:1;s:1:\"1\";}i:157;a:2:{i:0;s:18:\"hardys foodie rose\";i:1;s:1:\"1\";}i:158;a:2:{i:0;s:20:\"hardys foodies range\";i:1;s:1:\"1\";}i:159;a:2:{i:0;s:32:\"heineken marketing campaign 2019\";i:1;s:1:\"1\";}i:160;a:2:{i:0;s:24:\"heineken world cup japan\";i:1;s:1:\"1\";}i:161;a:2:{i:0;s:21:\"hendi four a sandwich\";i:1;s:1:\"1\";}i:162;a:2:{i:0;s:22:\"hirata buns with quorn\";i:1;s:1:\"1\";}i:163;a:2:{i:0;s:9:\"hobgoblin\";i:1;s:1:\"1\";}i:164;a:2:{i:0;s:33:\"how to make sustainable ice cubes\";i:1;s:1:\"1\";}i:165;a:2:{i:0;s:44:\"https://www.casualdiningshow.co.uk/visiting/\";i:1;s:1:\"1\";}i:166;a:2:{i:0;s:108:\"https://www.ontradeprogress.com/2018/08/30/sirens-broken-dream-breakfast-stout-is-named-the-best-in-britain/\";i:1;s:1:\"1\";}i:167;a:2:{i:0;s:73:\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\";i:1;s:1:\"1\";}i:168;a:2:{i:0;s:27:\"hubbard mxg 938 ic emachine\";i:1;s:1:\"1\";}i:169;a:2:{i:0;s:20:\"hubbard mxg938 400kg\";i:1;s:1:\"1\";}i:170;a:2:{i:0;s:17:\"ice maker machine\";i:1;s:1:\"1\";}i:171;a:2:{i:0;s:36:\"is it a girl in the maltsmith advert\";i:1;s:1:\"1\";}i:172;a:2:{i:0;s:27:\"jackie marlow ukhospitality\";i:1;s:1:\"1\";}i:173;a:2:{i:0;s:25:\"jura coffee machine range\";i:1;s:1:\"1\";}i:174;a:2:{i:0;s:22:\"jägermeister cocktail\";i:1;s:1:\"1\";}i:175;a:2:{i:0;s:30:\"kate nicholls salary threshold\";i:1;s:1:\"1\";}i:176;a:2:{i:0;s:23:\"keg dispense guidelines\";i:1;s:1:\"1\";}i:177;a:2:{i:0;s:22:\"latest chair furniture\";i:1;s:1:\"1\";}i:178;a:2:{i:0;s:48:\"legislation on new alchol laws in airports in uk\";i:1;s:1:\"1\";}i:179;a:2:{i:0;s:17:\"levato mono price\";i:1;s:1:\"1\";}i:180;a:2:{i:0;s:15:\"lion stamp eggs\";i:1;s:1:\"1\";}i:181;a:2:{i:0;s:17:\"lion stamped eggs\";i:1;s:1:\"1\";}i:182;a:2:{i:0;s:18:\"loin stamp on eggs\";i:1;s:1:\"1\";}i:183;a:2:{i:0;s:17:\"maltsmith actress\";i:1;s:1:\"1\";}i:184;a:2:{i:0;s:17:\"maltsmith ad girl\";i:1;s:1:\"1\";}i:185;a:2:{i:0;s:38:\"maltsmith when you love what you do ad\";i:1;s:1:\"1\";}i:186;a:2:{i:0;s:17:\"maltsmiths advert\";i:1;s:1:\"1\";}i:187;a:2:{i:0;s:29:\"maltsmiths advert dancer name\";i:1;s:1:\"1\";}i:188;a:2:{i:0;s:22:\"maltsmiths dancer name\";i:1;s:1:\"1\";}i:189;a:2:{i:0;s:39:\"maltsmiths have a beer on us complaints\";i:1;s:1:\"1\";}i:190;a:2:{i:0;s:16:\"maltsmiths offer\";i:1;s:1:\"1\";}i:191;a:2:{i:0;s:22:\"maltsmiths tv ad music\";i:1;s:1:\"1\";}i:192;a:2:{i:0;s:34:\"margarita loves cointreau campaign\";i:1;s:1:\"1\";}i:193;a:2:{i:0;s:33:\"may breeze drink southern comfort\";i:1;s:1:\"1\";}i:194;a:2:{i:0;s:12:\"mcewan lager\";i:1;s:1:\"1\";}i:195;a:2:{i:0;s:22:\"meals and more charity\";i:1;s:1:\"1\";}i:196;a:2:{i:0;s:21:\"meals in more charity\";i:1;s:1:\"1\";}i:197;a:2:{i:0;s:16:\"mibrasa charcoal\";i:1;s:1:\"1\";}i:198;a:2:{i:0;s:25:\"modern rum cocktails 2020\";i:1;s:1:\"1\";}i:199;a:2:{i:0;s:36:\"molsen coors plastic free beer rings\";i:1;s:1:\"1\";}i:200;a:2:{i:0;s:29:\"molsom coors sky sports offer\";i:1;s:1:\"1\";}i:201;a:2:{i:0;s:47:\"molson coors ans the ellen macarthur foundation\";i:1;s:1:\"1\";}i:202;a:2:{i:0;s:26:\"molson coors plastic rings\";i:1;s:1:\"1\";}i:203;a:2:{i:0;s:33:\"molson coors remove plastic rings\";i:1;s:1:\"1\";}i:204;a:2:{i:0;s:28:\"molson coors water reduction\";i:1;s:1:\"1\";}i:205;a:2:{i:0;s:26:\"molsonc coors and sky deal\";i:1;s:1:\"1\";}i:206;a:2:{i:0;s:27:\"molsoncoors sky partnership\";i:1;s:1:\"1\";}i:207;a:2:{i:0;s:42:\"most pubs visited in 24 hours world record\";i:1;s:1:\"1\";}i:208;a:2:{i:0;s:19:\"mr fitz aqua spritz\";i:1;s:1:\"1\";}i:209;a:2:{i:0;s:62:\"mrm global win big contract internationally in drinks industry\";i:1;s:1:\"1\";}i:210;a:2:{i:0;s:32:\"mrs foggs martime club instagram\";i:1;s:1:\"1\";}i:211;a:2:{i:0;s:15:\"murder inc soho\";i:1;s:1:\"1\";}i:212;a:2:{i:0;s:16:\"naturally cloudy\";i:1;s:1:\"1\";}i:213;a:2:{i:0;s:23:\"new Strongbow dual font\";i:1;s:1:\"1\";}i:214;a:2:{i:0;s:15:\"new bean to cup\";i:1;s:1:\"1\";}i:215;a:2:{i:0;s:19:\"new labour proposal\";i:1;s:1:\"1\";}i:216;a:2:{i:0;s:26:\"nigel phillips lamb weston\";i:1;s:1:\"1\";}i:217;a:2:{i:0;s:17:\"nitas 1018 awards\";i:1;s:1:\"1\";}i:218;a:2:{i:0;s:44:\"nottingham university brewing apprenticeship\";i:1;s:1:\"1\";}i:219;a:2:{i:0;s:37:\"old mout berries and cherries draught\";i:1;s:1:\"1\";}i:220;a:2:{i:0;s:43:\"old mout berries and cherries draught price\";i:1;s:1:\"1\";}i:221;a:2:{i:0;s:33:\"old mout berries and cherries keg\";i:1;s:1:\"1\";}i:222;a:2:{i:0;s:37:\"old mout cherries and berries draught\";i:1;s:1:\"1\";}i:223;a:2:{i:0;s:17:\"old mout flavours\";i:1;s:1:\"1\";}i:224;a:2:{i:0;s:18:\"old mout kiwi game\";i:1;s:1:\"1\";}i:225;a:2:{i:0;s:23:\"old mout kiwi game play\";i:1;s:1:\"1\";}i:226;a:2:{i:0;s:12:\"old mout run\";i:1;s:1:\"1\";}i:227;a:2:{i:0;s:18:\"on trade bprogress\";i:1;s:1:\"1\";}i:228;a:2:{i:0;s:18:\"on trade magazines\";i:1;s:1:\"1\";}i:229;a:2:{i:0;s:16:\"on trade progres\";i:1;s:1:\"1\";}i:230;a:2:{i:0;s:26:\"on-trade progress magazine\";i:1;s:1:\"1\";}i:231;a:2:{i:0;s:25:\"ontrade progress magazine\";i:1;s:1:\"1\";}i:232;a:2:{i:0;s:19:\"ontradeprogress.com\";i:1;s:1:\"1\";}i:233;a:2:{i:0;s:20:\"peter spanton drinks\";i:1;s:1:\"1\";}i:234;a:2:{i:0;s:18:\"peter spanton news\";i:1;s:1:\"1\";}i:235;a:2:{i:0;s:27:\"pictures of progress drinks\";i:1;s:1:\"1\";}i:236;a:2:{i:0;s:47:\"pint of berries old mout cider on draught price\";i:1;s:1:\"1\";}i:237;a:2:{i:0;s:15:\"pipers crispeas\";i:1;s:1:\"1\";}i:238;a:2:{i:0;s:26:\"pipers wins at great taste\";i:1;s:1:\"1\";}i:239;a:2:{i:0;s:17:\"ppl music licence\";i:1;s:1:\"1\";}i:240;a:2:{i:0;s:13:\"premier leage\";i:1;s:1:\"1\";}i:241;a:2:{i:0;s:19:\"prmier league table\";i:1;s:1:\"1\";}i:242;a:2:{i:0;s:40:\"progress of a promotion launching coffee\";i:1;s:1:\"1\";}i:243;a:2:{i:0;s:20:\"prolights omega x26B\";i:1;s:1:\"1\";}i:244;a:2:{i:0;s:29:\"promotional campaign heineken\";i:1;s:1:\"1\";}i:245;a:2:{i:0;s:37:\"proper pork crackling naga chilli tub\";i:1;s:1:\"1\";}i:246;a:2:{i:0;s:19:\"red lion stamp eggs\";i:1;s:1:\"1\";}i:247;a:2:{i:0;s:33:\"red lion stamp on eggs definition\";i:1;s:1:\"1\";}i:248;a:2:{i:0;s:28:\"reusable bottles design 2019\";i:1;s:1:\"1\";}i:249;a:2:{i:0;s:32:\"revview barclaycard smartpay hub\";i:1;s:1:\"1\";}i:250;a:2:{i:0;s:26:\"rogue cocktail competition\";i:1;s:1:\"1\";}i:251;a:2:{i:0;s:10:\"rum trends\";i:1;s:1:\"1\";}i:252;a:2:{i:0;s:35:\"rupert thompson manor farm, tongham\";i:1;s:1:\"1\";}i:253;a:2:{i:0;s:21:\"salcombe gin arabella\";i:1;s:1:\"1\";}i:254;a:2:{i:0;s:18:\"salcombe gin spray\";i:1;s:1:\"1\";}i:255;a:2:{i:0;s:27:\"salcombe gin voyager series\";i:1;s:1:\"1\";}i:256;a:2:{i:0;s:12:\"samtouch pos\";i:1;s:1:\"1\";}i:257;a:2:{i:0;s:21:\"scapegrace gin drinks\";i:1;s:1:\"1\";}i:258;a:2:{i:0;s:14:\"sea mist drinl\";i:1;s:1:\"1\";}i:259;a:2:{i:0;s:19:\"seen on the web gwg\";i:1;s:1:\"1\";}i:260;a:2:{i:0;s:23:\"seven hills italian gin\";i:1;s:1:\"1\";}i:261;a:2:{i:0;s:26:\"shipyard low tide pale ale\";i:1;s:1:\"1\";}i:262;a:2:{i:0;s:27:\"shiraz without the hangover\";i:1;s:1:\"1\";}i:263;a:2:{i:0;s:24:\"simon le bon pool tables\";i:1;s:1:\"1\";}i:264;a:2:{i:0;s:18:\"sky & molson coors\";i:1;s:1:\"1\";}i:265;a:2:{i:0;s:44:\"sky coors deals for new commerciam customers\";i:1;s:1:\"1\";}i:266;a:2:{i:0;s:21:\"sky molson coors deal\";i:1;s:1:\"1\";}i:267;a:2:{i:0;s:22:\"sky sports for october\";i:1;s:1:\"1\";}i:268;a:2:{i:0;s:40:\"sky sports partnership with molson coors\";i:1;s:1:\"1\";}i:269;a:2:{i:0;s:21:\"southern comfort noir\";i:1;s:1:\"1\";}i:270;a:2:{i:0;s:14:\"spanton drinks\";i:1;s:1:\"1\";}i:271;a:2:{i:0;s:42:\"stonegate pub company support mind charity\";i:1;s:1:\"1\";}i:272;a:2:{i:0;s:32:\"strangers in the night carlsberg\";i:1;s:1:\"1\";}i:273;a:2:{i:0;s:16:\"sugar tax not so\";i:1;s:1:\"1\";}i:274;a:2:{i:0;s:33:\"sustainable cling film wrapmaster\";i:1;s:1:\"1\";}i:275;a:2:{i:0;s:113:\"the british beer and pub association (bbpa) said england’s success could increase beer sales by 3 million pints\";i:1;s:1:\"1\";}i:276;a:2:{i:0;s:32:\"the music from maltsmiths advert\";i:1;s:1:\"1\";}i:277;a:2:{i:0;s:24:\"the showering cider mill\";i:1;s:1:\"1\";}i:278;a:2:{i:0;s:16:\"tobasco and nuts\";i:1;s:1:\"1\";}i:279;a:2:{i:0;s:29:\"triangle test flavor for kids\";i:1;s:1:\"1\";}i:280;a:2:{i:0;s:12:\"tropical wkd\";i:1;s:1:\"1\";}i:281;a:2:{i:0;s:14:\"try maltsmiths\";i:1;s:1:\"1\";}i:282;a:2:{i:0;s:33:\"uk foodservice report Lee Kum Kee\";i:1;s:1:\"1\";}i:283;a:2:{i:0;s:21:\"uk molson coors sites\";i:1;s:1:\"1\";}i:284;a:2:{i:0;s:31:\"upholstry trends in hospitality\";i:1;s:1:\"1\";}i:285;a:2:{i:0;s:23:\"virtual shooting london\";i:1;s:1:\"1\";}i:286;a:2:{i:0;s:30:\"virtual shooting mac and wilds\";i:1;s:1:\"1\";}i:287;a:2:{i:0;s:26:\"wagamama company purchased\";i:1;s:1:\"1\";}i:288;a:2:{i:0;s:12:\"wagamama trg\";i:1;s:1:\"1\";}i:289;a:2:{i:0;s:16:\"wagamana and trg\";i:1;s:1:\"1\";}i:290;a:2:{i:0;s:17:\"wetherspoons CLIC\";i:1;s:1:\"1\";}i:291;a:2:{i:0;s:51:\"what does it mean if an egg shell has a stamp on it\";i:1;s:1:\"1\";}i:292;a:2:{i:0;s:31:\"what does the lion on eggs mean\";i:1;s:1:\"1\";}i:293;a:2:{i:0;s:30:\"what is sustainable clingefilm\";i:1;s:1:\"1\";}i:294;a:2:{i:0;s:44:\"what is the message of heineken 0.0 campaign\";i:1;s:1:\"1\";}i:295;a:2:{i:0;s:58:\"when was sky sports pl fixtures announced for october 2019\";i:1;s:1:\"1\";}i:296;a:2:{i:0;s:36:\"who is the girl in maltsmiths advert\";i:1;s:1:\"1\";}i:297;a:2:{i:0;s:45:\"who is the girl in the malthouse lager advert\";i:1;s:1:\"1\";}i:298;a:2:{i:0;s:36:\"who is the girl in the maltsmiths ad\";i:1;s:1:\"1\";}i:299;a:2:{i:0;s:40:\"who is the girl in the maltsmiths advert\";i:1;s:1:\"1\";}i:300;a:2:{i:0;s:41:\"who is the girl in the maltsmiths advert?\";i:1;s:1:\"1\";}i:301;a:2:{i:0;s:47:\"who is the lady dancer in the maltsmiths advert\";i:1;s:1:\"1\";}i:302;a:2:{i:0;s:41:\"who plays the music for moltshmith advert\";i:1;s:1:\"1\";}i:303;a:2:{i:0;s:31:\"why are eggs stamped with lions\";i:1;s:1:\"1\";}i:304;a:2:{i:0;s:17:\"wkd and halloween\";i:1;s:1:\"1\";}i:305;a:2:{i:0;s:17:\"wkd can cocktails\";i:1;s:1:\"1\";}i:306;a:2:{i:0;s:27:\"wkd cauldron 2019 COCKTAILS\";i:1;s:1:\"1\";}i:307;a:2:{i:0;s:9:\"wkd facts\";i:1;s:1:\"1\";}i:308;a:2:{i:0;s:13:\"wkd halloween\";i:1;s:1:\"1\";}i:309;a:2:{i:0;s:9:\"wkd mango\";i:1;s:1:\"1\";}i:310;a:2:{i:0;s:15:\"wkd mango 275ml\";i:1;s:1:\"1\";}i:311;a:2:{i:0;s:39:\"world record most pubs visited in a fay\";i:1;s:1:\"1\";}i:312;a:2:{i:0;s:10:\"wrapmaster\";i:1;s:1:\"1\";}i:313;a:2:{i:0;s:15:\"wrapmaster 4500\";i:1;s:1:\"1\";}i:314;a:2:{i:0;s:23:\"wrapmaster pe clingfilm\";i:1;s:1:\"1\";}i:315;a:2:{i:0;s:25:\"writers beer guild awards\";i:1;s:1:\"1\";}i:316;a:2:{i:0;s:17:\"zero-proof drinks\";i:1;s:1:\"1\";}i:317;a:2:{i:0;s:57:\"????????? ???????? ? ?????????\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:197:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:318;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"48629\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761956,'gadwp_cache_qr5_1078816739','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:122:{i:0;a:2:{i:0;s:12:\"facebook.com\";i:1;s:4:\"2776\";}i:1;a:2:{i:0;s:11:\"twitter.com\";i:1;s:4:\"1171\";}i:2;a:2:{i:0;s:4:\"t.co\";i:1;s:3:\"623\";}i:3;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:3:\"331\";}i:4;a:2:{i:0;s:9:\"baidu.com\";i:1;s:2:\"46\";}i:5;a:2:{i:0;s:24:\"us19.admin.mailchimp.com\";i:1;s:2:\"46\";}i:6;a:2:{i:0;s:15:\"l.instagram.com\";i:1;s:2:\"41\";}i:7;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:2:\"34\";}i:8;a:2:{i:0;s:18:\"publish.buffer.com\";i:1;s:2:\"33\";}i:9;a:2:{i:0;s:19:\"uk.search.yahoo.com\";i:1;s:2:\"29\";}i:10;a:2:{i:0;s:10:\"google.com\";i:1;s:2:\"26\";}i:11;a:2:{i:0;s:12:\"linkedin.com\";i:1;s:2:\"26\";}i:12;a:2:{i:0;s:24:\"restauranttechlive.co.uk\";i:1;s:2:\"26\";}i:13;a:2:{i:0;s:22:\"johnsons-gb-test.co.uk\";i:1;s:2:\"23\";}i:14;a:2:{i:0;s:31:\"mediaplatformplus.precise.co.uk\";i:1;s:2:\"19\";}i:15;a:2:{i:0;s:21:\"cards-dev.twitter.com\";i:1;s:2:\"14\";}i:16;a:2:{i:0;s:15:\"mail.google.com\";i:1;s:2:\"14\";}i:17;a:2:{i:0;s:28:\"internationaldrinkexpo.co.uk\";i:1;s:2:\"13\";}i:18;a:2:{i:0;s:17:\"email.ionos.co.uk\";i:1;s:2:\"11\";}i:19;a:2:{i:0;s:11:\"singgin.com\";i:1;s:2:\"10\";}i:20;a:2:{i:0;s:11:\"bevexpo.com\";i:1;s:1:\"9\";}i:21;a:2:{i:0;s:11:\"cn.bing.com\";i:1;s:1:\"9\";}i:22;a:2:{i:0;s:10:\"mailchi.mp\";i:1;s:1:\"9\";}i:23;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:1:\"8\";}i:24;a:2:{i:0;s:11:\"releasd.com\";i:1;s:1:\"8\";}i:25;a:2:{i:0;s:13:\"siteliner.com\";i:1;s:1:\"8\";}i:26;a:2:{i:0;s:14:\"138.68.131.111\";i:1;s:1:\"7\";}i:27;a:2:{i:0;s:22:\"casualdiningshow.co.uk\";i:1;s:1:\"7\";}i:28;a:2:{i:0;s:40:\"european-coffee-tea-soft-drinks-expo.com\";i:1;s:1:\"7\";}i:29;a:2:{i:0;s:17:\"app.neilpatel.com\";i:1;s:1:\"6\";}i:30;a:2:{i:0;s:14:\"duckduckgo.com\";i:1;s:1:\"6\";}i:31;a:2:{i:0;s:11:\"semrush.com\";i:1;s:1:\"6\";}i:32;a:2:{i:0;s:26:\"contentlinks.precise.co.uk\";i:1;s:1:\"5\";}i:33;a:2:{i:0;s:13:\"email.nhs.net\";i:1;s:1:\"5\";}i:34;a:2:{i:0;s:23:\"links2017.precise.co.uk\";i:1;s:1:\"5\";}i:35;a:2:{i:0;s:9:\"nm.abv.bg\";i:1;s:1:\"5\";}i:36;a:2:{i:0;s:15:\"lm.facebook.com\";i:1;s:1:\"4\";}i:37;a:2:{i:0;s:16:\"r.search.aol.com\";i:1;s:1:\"4\";}i:38;a:2:{i:0;s:9:\"singa.com\";i:1;s:1:\"4\";}i:39;a:2:{i:0;s:18:\"app.buzzstream.com\";i:1;s:1:\"3\";}i:40;a:2:{i:0;s:14:\"app.cision.com\";i:1;s:1:\"3\";}i:41;a:2:{i:0;s:16:\"danielrees.co.uk\";i:1;s:1:\"3\";}i:42;a:2:{i:0;s:26:\"foodentrepreneurshow.co.uk\";i:1;s:1:\"3\";}i:43;a:2:{i:0;s:20:\"houston.moreover.com\";i:1;s:1:\"3\";}i:44;a:2:{i:0;s:11:\"imediaweb01\";i:1;s:1:\"3\";}i:45;a:2:{i:0;s:11:\"m.baidu.com\";i:1;s:1:\"3\";}i:46;a:2:{i:0;s:16:\"thepubshow.co.uk\";i:1;s:1:\"3\";}i:47;a:2:{i:0;s:10:\"yammer.com\";i:1;s:1:\"3\";}i:48;a:2:{i:0;s:14:\"185.10.201.164\";i:1;s:1:\"2\";}i:49;a:2:{i:0;s:20:\"allianceonline.co.uk\";i:1;s:1:\"2\";}i:50;a:2:{i:0;s:18:\"app.brandwatch.com\";i:1;s:1:\"2\";}i:51;a:2:{i:0;s:9:\"bbc.co.uk\";i:1;s:1:\"2\";}i:52;a:2:{i:0;s:12:\"blogtips.top\";i:1;s:1:\"2\";}i:53;a:2:{i:0;s:7:\"coda.io\";i:1;s:1:\"2\";}i:54;a:2:{i:0;s:12:\"dailyseo.xyz\";i:1;s:1:\"2\";}i:55;a:2:{i:0;s:21:\"eumailwest.aryzta.com\";i:1;s:1:\"2\";}i:56;a:2:{i:0;s:27:\"forsight.crimsonhexagon.com\";i:1;s:1:\"2\";}i:57;a:2:{i:0;s:16:\"g.results.supply\";i:1;s:1:\"2\";}i:58;a:2:{i:0;s:19:\"hoteltechlive.co.uk\";i:1;s:1:\"2\";}i:59;a:2:{i:0;s:21:\"int.search.tb.ask.com\";i:1;s:1:\"2\";}i:60;a:2:{i:0;s:8:\"nbok.net\";i:1;s:1:\"2\";}i:61;a:2:{i:0;s:17:\"out.kinshiply.com\";i:1;s:1:\"2\";}i:62;a:2:{i:0;s:10:\"ready.mobi\";i:1;s:1:\"2\";}i:63;a:2:{i:0;s:22:\"results.searchlock.com\";i:1;s:1:\"2\";}i:64;a:2:{i:0;s:12:\"seekkees.com\";i:1;s:1:\"2\";}i:65;a:2:{i:0;s:6:\"so.com\";i:1;s:1:\"2\";}i:66;a:2:{i:0;s:15:\"sourcescrub.com\";i:1;s:1:\"2\";}i:67;a:2:{i:0;s:8:\"start.me\";i:1;s:1:\"2\";}i:68;a:2:{i:0;s:24:\"us12.admin.mailchimp.com\";i:1;s:1:\"2\";}i:69;a:2:{i:0;s:21:\"agility.agilitypr.com\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:15:\"app.prmax.co.uk\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:17:\"art.vpn.twttr.com\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:12:\"bloghint.top\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:21:\"business.facebook.com\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:14:\"candymyers.top\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:25:\"connectplus.precise.co.uk\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:26:\"coupette.000webhostapp.com\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:14:\"coupette.co.uk\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:16:\"coveragebook.com\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:19:\"de.search.yahoo.com\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:20:\"error.talktalk.co.uk\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:15:\"ev.turnitin.com\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:20:\"exchange.mse2010.com\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:18:\"from.flipboard.com\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:15:\"g.louqunhua.top\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:13:\"getpocket.com\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:13:\"gl-search.com\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:15:\"go.zoominfo.com\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:17:\"greenmonkey.co.uk\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:15:\"it.linkedin.com\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:23:\"journodex.agilitypr.com\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:16:\"kahanidining.com\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:7:\"lnkd.in\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:18:\"m.livesoccertv.com\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:14:\"monicablog.xyz\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:21:\"newsdesk.moreover.com\";i:1;s:1:\"1\";}i:96;a:2:{i:0;s:13:\"outitgoes.com\";i:1;s:1:\"1\";}i:97;a:2:{i:0;s:24:\"partnerads.ysm.yahoo.com\";i:1;s:1:\"1\";}i:98;a:2:{i:0;s:21:\"prod.uhrs.playmsn.com\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:9:\"qwant.com\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:20:\"research.prmax.co.uk\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:13:\"search.bt.com\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:15:\"search.lilo.org\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:18:\"search.xfinity.com\";i:1;s:1:\"1\";}i:104;a:2:{i:0;s:19:\"searchincognito.com\";i:1;s:1:\"1\";}i:105;a:2:{i:0;s:16:\"searchprivacy.co\";i:1;s:1:\"1\";}i:106;a:2:{i:0;s:28:\"secure.intelligenceplaza.com\";i:1;s:1:\"1\";}i:107;a:2:{i:0;s:12:\"seo-tips.top\";i:1;s:1:\"1\";}i:108;a:2:{i:0;s:14:\"socialclub.top\";i:1;s:1:\"1\";}i:109;a:2:{i:0;s:13:\"space2019.top\";i:1;s:1:\"1\";}i:110;a:2:{i:0;s:23:\"spiderui.aiidatapro.net\";i:1;s:1:\"1\";}i:111;a:2:{i:0;s:11:\"trafers.com\";i:1;s:1:\"1\";}i:112;a:2:{i:0;s:19:\"translate.google.pl\";i:1;s:1:\"1\";}i:113;a:2:{i:0;s:19:\"translatetheweb.com\";i:1;s:1:\"1\";}i:114;a:2:{i:0;s:19:\"us.search.yahoo.com\";i:1;s:1:\"1\";}i:115;a:2:{i:0;s:14:\"us.vocuspr.com\";i:1;s:1:\"1\";}i:116;a:2:{i:0;s:15:\"wb.camra.org.uk\";i:1;s:1:\"1\";}i:117;a:2:{i:0;s:19:\"webmail.limeworx.uk\";i:1;s:1:\"1\";}i:118;a:2:{i:0;s:13:\"wise.internal\";i:1;s:1:\"1\";}i:119;a:2:{i:0;s:20:\"www2.mynewspad.co.uk\";i:1;s:1:\"1\";}i:120;a:2:{i:0;s:9:\"yandex.ru\";i:1;s:1:\"1\";}i:121;a:2:{i:0;s:12:\"zoominfo.com\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:122;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"5556\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:19:\"ga:medium==referral\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no');
INSERT INTO `wpfr_options` VALUES (1761957,'gadwp_cache_qr4_1078816739','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";s:201:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday&start-index=1001&max-results=1000\";s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1000:{i:0;a:2:{i:0;s:43:\"Ontrade Progress | The hospitality magazine\";i:1;s:5:\"38323\";}i:1;a:2:{i:0;s:42:\"Ontade Progress | The hospitality magazine\";i:1;s:4:\"5967\";}i:2;a:2:{i:0;s:44:\"On-Trade Progress | The hospitality magazine\";i:1;s:4:\"5454\";}i:3;a:2:{i:0;s:65:\"Deadly good - Dead Man\'s Fingers - Cocktails served to perfection\";i:1;s:4:\"1089\";}i:4;a:2:{i:0;s:31:\"The Magazine | Ontrade Progress\";i:1;s:3:\"824\";}i:5;a:2:{i:0;s:53:\"Maltsmiths launches \'When you love what you do\' tv ad\";i:1;s:3:\"751\";}i:6;a:2:{i:0;s:32:\"The Magazine | On-Trade Progress\";i:1;s:3:\"451\";}i:7;a:2:{i:0;s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";i:1;s:3:\"245\";}i:8;a:2:{i:0;s:57:\"British Lion Eggs - What does the stamp of approval mean?\";i:1;s:3:\"214\";}i:9;a:2:{i:0;s:59:\"Molson Coors and Sky launch new simplified partnership deal\";i:1;s:3:\"201\";}i:10;a:2:{i:0;s:70:\"We speak with Mad Squirrel Brewery about their success in the industry\";i:1;s:3:\"180\";}i:11;a:2:{i:0;s:50:\"Emilia Strazzanti opens new Supper Club in Hackney\";i:1;s:3:\"160\";}i:12;a:2:{i:0;s:73:\"Peter Spanton Drinks launches two new premium flavours | Ontrade Progress\";i:1;s:3:\"134\";}i:13;a:2:{i:0;s:63:\"Cocktail of the Month - RedLeg Ginger Mojito | Ontrade Progress\";i:1;s:3:\"129\";}i:14;a:2:{i:0;s:58:\"Heineken geo-targeting campaign proves profitable for pubs\";i:1;s:3:\"128\";}i:15;a:2:{i:0;s:38:\"Rum Trends For 2020 | Ontrade Progress\";i:1;s:3:\"124\";}i:16;a:2:{i:0;s:33:\"Page not found | Ontrade Progress\";i:1;s:3:\"117\";}i:17;a:2:{i:0;s:73:\"Old Mout is expanding their flavoured cider range - Raspberry & Pineapple\";i:1;s:3:\"113\";}i:18;a:2:{i:0;s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";i:1;s:2:\"91\";}i:19;a:2:{i:0;s:72:\"Bimber celebrates whisky milestone with founders club and exclusive cask\";i:1;s:2:\"81\";}i:20;a:2:{i:0;s:71:\"Strongbow Dark Fruit relaunches its range with no artificial sweeteners\";i:1;s:2:\"78\";}i:21;a:2:{i:0;s:54:\"The Music Licence from PPL PRS - helping to play music\";i:1;s:2:\"78\";}i:22;a:2:{i:0;s:58:\"Sun Valley Nuts Turns Up the Heat with Tabasco Partnership\";i:1;s:2:\"77\";}i:23;a:2:{i:0;s:48:\"Best practice in keg dispense | Ontrade Progress\";i:1;s:2:\"75\";}i:24;a:2:{i:0;s:26:\"Contact | Ontrade Progress\";i:1;s:2:\"75\";}i:25;a:2:{i:0;s:69:\"Kolibri Drinks gives people the ability to customise their own drinks\";i:1;s:2:\"74\";}i:26;a:2:{i:0;s:55:\"RedLeg Caramelised Pineapple spiced rum adds to the mix\";i:1;s:2:\"73\";}i:27;a:2:{i:0;s:66:\"Hobgoblin takes on brand evolution including overhaul of its beers\";i:1;s:2:\"70\";}i:28;a:2:{i:0;s:51:\"Artis UK launches a new mixology cocktail glassware\";i:1;s:2:\"67\";}i:29;a:2:{i:0;s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";i:1;s:2:\"67\";}i:30;a:2:{i:0;s:63:\"Salcombe Gin – Signature Sea Mist Cocktail | Ontrade Progress\";i:1;s:2:\"66\";}i:31;a:2:{i:0;s:70:\"Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar\";i:1;s:2:\"63\";}i:32;a:2:{i:0;s:66:\"WKD cauldrons are a must this Halloween for venues all over the UK\";i:1;s:2:\"63\";}i:33;a:2:{i:0;s:62:\"Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers\";i:1;s:2:\"60\";}i:34;a:2:{i:0;s:66:\"On-Trade Progress chats with Simon Le Bon from Sir William Bentley\";i:1;s:2:\"60\";}i:35;a:2:{i:0;s:64:\"Dabbers Bingo is replacing cups of tea\'s for cocktails in London\";i:1;s:2:\"59\";}i:36;a:2:{i:0;s:59:\"Cornish Orchards launches Honey Cider with the Eden Project\";i:1;s:2:\"58\";}i:37;a:2:{i:0;s:57:\"Get cracking for British Egg Week 2019 | Ontrade Progress\";i:1;s:2:\"58\";}i:38;a:2:{i:0;s:71:\"New cocktail bar Murder Inc. set to launch this June | Ontrade Progress\";i:1;s:2:\"58\";}i:39;a:2:{i:0;s:60:\"New low alcohol alternative from Shipyard | Ontrade Progress\";i:1;s:2:\"57\";}i:40;a:2:{i:0;s:66:\"Ontrade Progress Issue #27 | Ontrade Progress hospitality magazine\";i:1;s:2:\"56\";}i:41;a:2:{i:0;s:61:\"On-Trade Progress met with Larry Field at London\'s Studio 338\";i:1;s:2:\"54\";}i:42;a:2:{i:0;s:77:\"Strazzanti, the Sicilian bakery & brunch pop up, takes residency in Fitzrovia\";i:1;s:2:\"53\";}i:43;a:2:{i:0;s:73:\"Great concepts - Nanu Soda, the architecture & interior design specialist\";i:1;s:2:\"51\";}i:44;a:2:{i:0;s:53:\"Samtouch POS software offers a high level of features\";i:1;s:2:\"50\";}i:45;a:2:{i:0;s:85:\"‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt | Ontrade Progress\";i:1;s:2:\"49\";}i:46;a:2:{i:0;s:61:\"Fentimans Rose Lemonade – “Love Yourself” this February\";i:1;s:2:\"48\";}i:47;a:2:{i:0;s:65:\"Icelandic Craft Beer Trio Land in UK Iceland’s Einstök brewery\";i:1;s:2:\"48\";}i:48;a:2:{i:0;s:61:\"We caught up with Nick DeBorde about Beaumont\'s barware range\";i:1;s:2:\"47\";}i:49;a:2:{i:0;s:66:\"Ontrade Progress Issue #29 | Ontrade Progress hospitality magazine\";i:1;s:2:\"46\";}i:50;a:2:{i:0;s:68:\"Is bean-to-cup the future - Is it time to switch to coffee machines?\";i:1;s:2:\"45\";}i:51;a:2:{i:0;s:62:\"Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels\";i:1;s:2:\"44\";}i:52;a:2:{i:0;s:68:\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\";i:1;s:2:\"44\";}i:53;a:2:{i:0;s:90:\"Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar\";i:1;s:2:\"44\";}i:54;a:2:{i:0;s:28:\"Can the can make a comeback?\";i:1;s:2:\"43\";}i:55;a:2:{i:0;s:23:\"On-Trade Progress About\";i:1;s:2:\"43\";}i:56;a:2:{i:0;s:51:\"Sky Sports Releases October Premier League Fixtures\";i:1;s:2:\"43\";}i:57;a:2:{i:0;s:36:\"Taste Test - RTDs | Ontrade Progress\";i:1;s:2:\"42\";}i:58;a:2:{i:0;s:63:\"The Fentimans Secret Spritz Garden has now opened in Farringdon\";i:1;s:2:\"42\";}i:59;a:2:{i:0;s:61:\"Tonrose discuss keeping linen clean and their latest products\";i:1;s:2:\"42\";}i:60;a:2:{i:0;s:68:\"On-Trade Progress Issue #21 | On-Trade Progress hospitality magazine\";i:1;s:2:\"41\";}i:61;a:2:{i:0;s:77:\"Peppermill Interiors latest velvet collection is taking the industry by storm\";i:1;s:2:\"40\";}i:62;a:2:{i:0;s:24:\"Hardy\'s new foodie range\";i:1;s:2:\"39\";}i:63;a:2:{i:0;s:65:\"The Restaurant Group (TRG) has announced the purchase of Wagamama\";i:1;s:2:\"39\";}i:64;a:2:{i:0;s:61:\"The Showering Cider Mill has launched Mallets for millennials\";i:1;s:2:\"39\";}i:65;a:2:{i:0;s:52:\"Venue Profile - The Trading House | Ontrade Progress\";i:1;s:2:\"39\";}i:66;a:2:{i:0;s:67:\"BrewDog Canary Wharf, opens its first bar in the financial district\";i:1;s:2:\"38\";}i:67;a:2:{i:0;s:57:\"HIT Training to offer UK first apprenticeship for brewers\";i:1;s:2:\"38\";}i:68;a:2:{i:0;s:61:\"WKD launches cocktails in cans to On-Trade | Ontrade Progress\";i:1;s:2:\"38\";}i:69;a:2:{i:0;s:73:\"Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught\";i:1;s:2:\"37\";}i:70;a:2:{i:0;s:73:\"Perfect your pour and win a trip to the Krombacher Brewery in Pourfection\";i:1;s:2:\"37\";}i:71;a:2:{i:0;s:64:\"el Jimador tequila comes to the UK\'s on-trade sector from Mexico\";i:1;s:2:\"37\";}i:72;a:2:{i:0;s:54:\"Fernet-Branca Barback Games returns | Ontrade Progress\";i:1;s:2:\"36\";}i:73;a:2:{i:0;s:65:\"Funktion-One, Resistance and Privilege set new standards in Ibiza\";i:1;s:2:\"36\";}i:74;a:2:{i:0;s:56:\"Ontrade Progress | Marston’s Sell Out During the Ashes\";i:1;s:2:\"35\";}i:75;a:2:{i:0;s:28:\"Subscribe | Ontrade Progress\";i:1;s:2:\"35\";}i:76;a:2:{i:0;s:55:\"Birra Moretti launches \'Time For what Matters\' campaign\";i:1;s:2:\"34\";}i:77;a:2:{i:0;s:57:\"FriPura – the answer to reducing your cooking oil costs\";i:1;s:2:\"34\";}i:78;a:2:{i:0;s:82:\"Margot: “Pinkspiration” initiative to get hospitality to drive towards charity\";i:1;s:2:\"34\";}i:79;a:2:{i:0;s:74:\"Sun Valley Nut Co. surveyed 300 females on bar snacks, the results are in!\";i:1;s:2:\"34\";}i:80;a:2:{i:0;s:56:\"3C Payment works with Discover to expand card acceptance\";i:1;s:2:\"33\";}i:81;a:2:{i:0;s:64:\"Ale Miles: BrewDog launches \'BrewDog Airlines\' - Coming Feb 2019\";i:1;s:2:\"33\";}i:82;a:2:{i:0;s:61:\"Scapegrace Gin goes rogue with Anonymous Cocktail Competition\";i:1;s:2:\"33\";}i:83;a:2:{i:0;s:68:\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\";i:1;s:2:\"33\";}i:84;a:2:{i:0;s:56:\"Chinese New Year: Lee Kum Kee’s 6 tips for foodservice\";i:1;s:2:\"32\";}i:85;a:2:{i:0;s:52:\"Distributer Artis introduces new range Purity Pearls\";i:1;s:2:\"32\";}i:86;a:2:{i:0;s:49:\"Issue #30 | Ontrade Progress hospitality magazine\";i:1;s:2:\"32\";}i:87;a:2:{i:0;s:34:\"London\'s top Summer cocktails 2019\";i:1;s:2:\"32\";}i:88;a:2:{i:0;s:66:\"Tableware Noir: Parsley in Time launches RAK’s chic black Karbon\";i:1;s:2:\"32\";}i:89;a:2:{i:0;s:60:\"Cocktail of the Month - The Rambling Rose | Ontrade Progress\";i:1;s:2:\"31\";}i:90;a:2:{i:0;s:59:\"Emma McClarkin appointed as new Chief Executive of the BBPA\";i:1;s:2:\"31\";}i:91;a:2:{i:0;s:61:\"Fentimans launches first premium soft drinks and mixer report\";i:1;s:2:\"31\";}i:92;a:2:{i:0;s:60:\"Hi-Spirits has the gin journey mapped out | Ontrade Progress\";i:1;s:2:\"31\";}i:93;a:2:{i:0;s:53:\"On The Plate with MIBRASA charcoal oven from Ascentia\";i:1;s:2:\"31\";}i:94;a:2:{i:0;s:62:\"RAW Bottles has become the reusable bottle supplier to the AIF\";i:1;s:2:\"31\";}i:95;a:2:{i:0;s:62:\"ARYZTA unveils two new vegan bakes to give your venue the edge\";i:1;s:2:\"30\";}i:96;a:2:{i:0;s:65:\"Fireball announces Fuelling The Fire Tour 2019 | Ontrade Progress\";i:1;s:2:\"30\";}i:97;a:2:{i:0;s:70:\"Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer\";i:1;s:2:\"30\";}i:98;a:2:{i:0;s:66:\"Ontrade Progress Issue #26 | Ontrade Progress hospitality magazine\";i:1;s:2:\"30\";}i:99;a:2:{i:0;s:73:\"Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow\";i:1;s:2:\"29\";}i:100;a:2:{i:0;s:61:\"ProLights omega PIX next generation high res led video screen\";i:1;s:2:\"29\";}i:101;a:2:{i:0;s:66:\"STRYYK NOT VODKA is the new drink to go with their rum & gin range\";i:1;s:2:\"29\";}i:102;a:2:{i:0;s:63:\"We explore products from SCT & SCT, the premium bar snack brand\";i:1;s:2:\"29\";}i:103;a:2:{i:0;s:67:\"Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards\";i:1;s:2:\"28\";}i:104;a:2:{i:0;s:25:\"Drinks | Ontrade Progress\";i:1;s:2:\"28\";}i:105;a:2:{i:0;s:52:\"Dry January - Brand first with Heineken\'s no alcohol\";i:1;s:2:\"28\";}i:106;a:2:{i:0;s:76:\"New Halal Monitoring Committee (HMC) Approved Beef Burger | Ontrade Progress\";i:1;s:2:\"28\";}i:107;a:2:{i:0;s:63:\"On-Trade progress’ Questions for Maria Chong from Lee Kum Kee\";i:1;s:2:\"27\";}i:108;a:2:{i:0;s:70:\"Record number of new product innovations on show at Casual Dining 2019\";i:1;s:2:\"27\";}i:109;a:2:{i:0;s:87:\"Siemens’ busy canteen uses Moffat counters to speed up foodservice | Ontrade Progress\";i:1;s:2:\"27\";}i:110;a:2:{i:0;s:30:\"Advertising | Ontrade Progress\";i:1;s:2:\"26\";}i:111;a:2:{i:0;s:68:\"Brewers Association: Draught beer quality - More important than ever\";i:1;s:2:\"26\";}i:112;a:2:{i:0;s:59:\"Desperados has had a global brand make-over from March 2019\";i:1;s:2:\"26\";}i:113;a:2:{i:0;s:78:\"Hooray Harry! Brakspear pubs set to celebrate Royal Wedding | Ontrade Progress\";i:1;s:2:\"26\";}i:114;a:2:{i:0;s:58:\"Increase your Customer Spend with Singa | Ontrade Progress\";i:1;s:2:\"26\";}i:115;a:2:{i:0;s:49:\"Issue #31 | Ontrade Progress hospitality magazine\";i:1;s:2:\"26\";}i:116;a:2:{i:0;s:56:\"Premier League fixtures live on Sky Sports for Dec & Jan\";i:1;s:2:\"26\";}i:117;a:2:{i:0;s:58:\"‘Meals & More’ Becomes a Charity to end Holiday Hunger\";i:1;s:2:\"26\";}i:118;a:2:{i:0;s:65:\"AccentPOS ® Hub: A back-office dashboard for restaurant managers\";i:1;s:2:\"25\";}i:119;a:2:{i:0;s:58:\"Cocktail of the Month - Southern Breeze | Ontrade Progress\";i:1;s:2:\"25\";}i:120;a:2:{i:0;s:73:\"Don’t get sin-binned during the Rugby World Cup 2019 | Ontrade Progress\";i:1;s:2:\"25\";}i:121;a:2:{i:0;s:69:\"Hobart UK to merge devisions and become the Hobart Equipment Division\";i:1;s:2:\"25\";}i:122;a:2:{i:0;s:48:\"International Drink Expo 2019 | Ontrade Progress\";i:1;s:2:\"25\";}i:123;a:2:{i:0;s:67:\"Jägermeister london cocktail week big chill brick lane 3-7 october\";i:1;s:2:\"25\";}i:124;a:2:{i:0;s:69:\"Venue of the Month - Hermitage Rd Bar & Restaurant | Ontrade Progress\";i:1;s:2:\"25\";}i:125;a:2:{i:0;s:64:\"Cocktail of the Month - RedLeg Ginger Mojito | On-Trade Progress\";i:1;s:2:\"24\";}i:126;a:2:{i:0;s:49:\"Face Facts: WKD summer campaign set create smiles\";i:1;s:2:\"24\";}i:127;a:2:{i:0;s:63:\"Justingredients discuss how you can bring organic to your venue\";i:1;s:2:\"24\";}i:128;a:2:{i:0;s:61:\"Morgenrot Launches Somewhere Else wines from the Tulum Valley\";i:1;s:2:\"24\";}i:129;a:2:{i:0;s:63:\"New Strongbow dual fount which could boost cider sales by 44% |\";i:1;s:2:\"24\";}i:130;a:2:{i:0;s:58:\"Novus Tea - Innovating the hot beverage | Ontrade Progress\";i:1;s:2:\"24\";}i:131;a:2:{i:0;s:68:\"On-Trade Progress Issue #22 | On-Trade Progress hospitality magazine\";i:1;s:2:\"24\";}i:132;a:2:{i:0;s:54:\"Proof Drinks appoints Jeremy Hill as Managing Director\";i:1;s:2:\"24\";}i:133;a:2:{i:0;s:49:\"Show preview - Ascentia - Casual Dining Show 2019\";i:1;s:2:\"24\";}i:134;a:2:{i:0;s:56:\"Skyline Design release their outdoor furniture catalogue\";i:1;s:2:\"24\";}i:135;a:2:{i:0;s:99:\"Swiss coffee machine manufacturer Schaerer is launching an innovative technology | Ontrade Progress\";i:1;s:2:\"24\";}i:136;a:2:{i:0;s:38:\"The established RTD | Ontrade Progress\";i:1;s:2:\"24\";}i:137;a:2:{i:0;s:70:\"The latest trends in hospitality furniture for 2018 | Ontrade Progress\";i:1;s:2:\"24\";}i:138;a:2:{i:0;s:88:\"Fernet-Branca challenges the bar trade\'s bravest at the Barback Games | Ontrade Progress\";i:1;s:2:\"23\";}i:139;a:2:{i:0;s:65:\"Pubs across the country enter Charity Pub of the Year competition\";i:1;s:2:\"23\";}i:140;a:2:{i:0;s:55:\"Southern Comfort Old Fashioned Noir | On-Trade Progress\";i:1;s:2:\"23\";}i:141;a:2:{i:0;s:54:\"Tropical new flavour range from WKD | Ontrade Progress\";i:1;s:2:\"23\";}i:142;a:2:{i:0;s:70:\"We met Mr Elek to discuss the future of the karaoke chain, Lucky Voice\";i:1;s:2:\"23\";}i:143;a:2:{i:0;s:54:\"Berto to open on Holloway Road on Saturday 31st August\";i:1;s:2:\"22\";}i:144;a:2:{i:0;s:55:\"CDG to open Warrens Bakery franchise at Bristol Airport\";i:1;s:2:\"22\";}i:145;a:2:{i:0;s:62:\"HGEM launches new guest experience platform | Ontrade Progress\";i:1;s:2:\"22\";}i:146;a:2:{i:0;s:45:\"Make mine an old fashioned | Ontrade Progress\";i:1;s:2:\"22\";}i:147;a:2:{i:0;s:56:\"PPL PRS - Get to know your licenses with TheMusicLicence\";i:1;s:2:\"22\";}i:148;a:2:{i:0;s:60:\"ARYZTA Food Solutions - Colour Croissants | Ontrade Progress\";i:1;s:2:\"21\";}i:149;a:2:{i:0;s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";i:1;s:2:\"21\";}i:150;a:2:{i:0;s:51:\"Fentimans launches a new light range of soft drinks\";i:1;s:2:\"21\";}i:151;a:2:{i:0;s:70:\"Metro Mayhem! Brewdog releases tickets for its beer festival in London\";i:1;s:2:\"21\";}i:152;a:2:{i:0;s:54:\"New London location for Lucky Voice | Ontrade Progress\";i:1;s:2:\"21\";}i:153;a:2:{i:0;s:50:\"Pizza Equipment LTD at the Casual Dining Show 2019\";i:1;s:2:\"21\";}i:154;a:2:{i:0;s:50:\"Taste Test - Soft Drinks Review | Ontrade Progress\";i:1;s:2:\"21\";}i:155;a:2:{i:0;s:60:\"The new pro range of new bean-to-cup coffee machines by Jura\";i:1;s:2:\"21\";}i:156;a:2:{i:0;s:61:\"Tilda Young Chef of the Year winner gets gold - Dylan Hodgson\";i:1;s:2:\"21\";}i:157;a:2:{i:0;s:59:\"How to design a great restaurant website | Ontrade Progress\";i:1;s:2:\"20\";}i:158;a:2:{i:0;s:66:\"Ontrade Progress Issue #28 | Ontrade Progress hospitality magazine\";i:1;s:2:\"20\";}i:159;a:2:{i:0;s:53:\"Showsec, the security and crowd management specialist\";i:1;s:2:\"20\";}i:160;a:2:{i:0;s:62:\"The Meatless Farm lands on Wetherspoon menu | Ontrade Progress\";i:1;s:2:\"20\";}i:161;a:2:{i:0;s:80:\"VII Hills Italian Dry Gin sign two new distributors in Europe | Ontrade Progress\";i:1;s:2:\"20\";}i:162;a:2:{i:0;s:76:\"With start-up firms using automation for growth - Are you being left behind?\";i:1;s:2:\"20\";}i:163;a:2:{i:0;s:9:\"(not set)\";i:1;s:2:\"19\";}i:164;a:2:{i:0;s:58:\"Canopies UK - Raising the roof at Hilton’s brand new bar\";i:1;s:2:\"19\";}i:165;a:2:{i:0;s:53:\"Fentimans announces first cocktail competition winner\";i:1;s:2:\"19\";}i:166;a:2:{i:0;s:68:\"Mr Fitz Aqua Spritz launches on-trend new flavour | Ontrade Progress\";i:1;s:2:\"19\";}i:167;a:2:{i:0;s:54:\"Southern Comfort Old Fashioned Noir | Ontrade Progress\";i:1;s:2:\"19\";}i:168;a:2:{i:0;s:63:\"WKD Cocktail Christmas Bauble: The recipe for Christmas success\";i:1;s:2:\"19\";}i:169;a:2:{i:0;s:60:\"buffalo trace bourbon truffles christmas cookbook alzheimers\";i:1;s:2:\"19\";}i:170;a:2:{i:0;s:64:\"Carlsberg - No alcohol beer is becoming more socially acceptable\";i:1;s:2:\"18\";}i:171;a:2:{i:0;s:66:\"Carlsberg UK and Guild of Beer Writers launch sustainability award\";i:1;s:2:\"18\";}i:172;a:2:{i:0;s:67:\"England to host the UEFA 2021 European Championship - UKHospitality\";i:1;s:2:\"18\";}i:173;a:2:{i:0;s:57:\"Gabriel David celebrates Luscombe Drinks 21st anniversary\";i:1;s:2:\"18\";}i:174;a:2:{i:0;s:35:\"Hospitality News | Ontrade Progress\";i:1;s:2:\"18\";}i:175;a:2:{i:0;s:71:\"London Craft Beer Festival launch the WABies best in class craft awards\";i:1;s:2:\"18\";}i:176;a:2:{i:0;s:69:\"Mrs Fogg?s sails into East London to her Maritime Club and Distillery\";i:1;s:2:\"18\";}i:177;a:2:{i:0;s:68:\"Quality comes naturally as Essential Cuisine extends signature range\";i:1;s:2:\"18\";}i:178;a:2:{i:0;s:60:\"Quilmes Clasica: Morgenrot unveils \'s new revamped packaging\";i:1;s:2:\"18\";}i:179;a:2:{i:0;s:68:\"Singa’s latest research hails the transformative power of karaoke.\";i:1;s:2:\"18\";}i:180;a:2:{i:0;s:74:\"UKHospitality reaction to migration White Paper for the hospitality sector\";i:1;s:2:\"18\";}i:181;a:2:{i:0;s:66:\"ARYZTA introduces two new indulgent Tartelettes for Valentines Day\";i:1;s:2:\"17\";}i:182;a:2:{i:0;s:73:\"Drinkaware relaunches night-time economy safety scheme | Ontrade Progress\";i:1;s:2:\"17\";}i:183;a:2:{i:0;s:35:\"Drinks Archives | On-Trade Progress\";i:1;s:2:\"17\";}i:184;a:2:{i:0;s:68:\"Fentimans continues to push for growth with new advertising campaign\";i:1;s:2:\"17\";}i:185;a:2:{i:0;s:49:\"Heineken launches Cider Direct | Ontrade Progress\";i:1;s:2:\"17\";}i:186;a:2:{i:0;s:65:\"Nominations for 2018 Dusk ‘til Dawn now open | Ontrade Progress\";i:1;s:2:\"17\";}i:187;a:2:{i:0;s:67:\"Old Fashioned Week see\'s Brown-Forman\'s Woodford Reserve as sponsor\";i:1;s:2:\"17\";}i:188;a:2:{i:0;s:56:\"Rugby World Cup 2019: How to score big with the footfall\";i:1;s:2:\"17\";}i:189;a:2:{i:0;s:67:\"Select the best EPOS system for your Restaurant with Star Micronics\";i:1;s:2:\"17\";}i:190;a:2:{i:0;s:65:\"WRS systems provide a complete solution for the hospitality trade\";i:1;s:2:\"17\";}i:191;a:2:{i:0;s:69:\"Beer52 teams up with 13 London restaurants with a select beer in each\";i:1;s:2:\"16\";}i:192;a:2:{i:0;s:47:\"BrewDog launches a new bar at Edinburgh Airport\";i:1;s:2:\"16\";}i:193;a:2:{i:0;s:27:\"Contact | On-Trade Progress\";i:1;s:2:\"16\";}i:194;a:2:{i:0;s:49:\"Drink Wine Without a Hangover? | Ontrade Progress\";i:1;s:2:\"16\";}i:195;a:2:{i:0;s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";i:1;s:2:\"16\";}i:196;a:2:{i:0;s:66:\"Halloween haunts: tips and tricks from Heineken | Ontrade Progress\";i:1;s:2:\"16\";}i:197;a:2:{i:0;s:52:\"Hi-Spirits launches Summer serves | Ontrade Progress\";i:1;s:2:\"16\";}i:198;a:2:{i:0;s:71:\"Hogs Back Brewery to build new kiln in Surrey with £700,000 investment\";i:1;s:2:\"16\";}i:199;a:2:{i:0;s:65:\"Italian deli Diforti launches Brexit Box incase of food shortages\";i:1;s:2:\"16\";}i:200;a:2:{i:0;s:43:\"Proper pies wins at British pie awards 2018\";i:1;s:2:\"16\";}i:201;a:2:{i:0;s:61:\"Redroaster, Brighton, undergoes a make over and it\'s stunning\";i:1;s:2:\"16\";}i:202;a:2:{i:0;s:52:\"as extended its partnership with The SSE Hydro Arena\";i:1;s:2:\"16\";}i:203;a:2:{i:0;s:63:\"Belvoir’s New Organic Lemon & Mint Cordial | Ontrade Progress\";i:1;s:2:\"15\";}i:204;a:2:{i:0;s:78:\"Brooklyn Gin incentive offers trips to Bar Convent Brooklyn | Ontrade Progress\";i:1;s:2:\"15\";}i:205;a:2:{i:0;s:64:\"BullGuard VPN and NordVPN announce partnership for cybersecurity\";i:1;s:2:\"15\";}i:206;a:2:{i:0;s:65:\"Casual Dining Group wows restaurant & pub sector at its new ExCeL\";i:1;s:2:\"15\";}i:207;a:2:{i:0;s:66:\"Granarolo Group Wins Silver at International Cheese & Dairy Awards\";i:1;s:2:\"15\";}i:208;a:2:{i:0;s:45:\"Have a lager on Maltsmiths | Ontrade Progress\";i:1;s:2:\"15\";}i:209;a:2:{i:0;s:57:\"Hendi UK launches new digital blenders | Ontrade Progress\";i:1;s:2:\"15\";}i:210;a:2:{i:0;s:62:\"Marston’s Launch It’s First Official Work Placement Scheme\";i:1;s:2:\"15\";}i:211;a:2:{i:0;s:71:\"Melitta Professional Coffee Solutions has recruited Brad Journet-Robins\";i:1;s:2:\"15\";}i:212;a:2:{i:0;s:41:\"Premier League Review | On-Trade Progress\";i:1;s:2:\"15\";}i:213;a:2:{i:0;s:67:\"Salcombe Gin Signature Serve Cocktail Collection | Ontrade Progress\";i:1;s:2:\"15\";}i:214;a:2:{i:0;s:64:\"Tansun\'s radiant heating panels are the future of indoor heating\";i:1;s:2:\"15\";}i:215;a:2:{i:0;s:63:\"The king of Choux arrives on the King\'s Road | Ontrade Progress\";i:1;s:2:\"15\";}i:216;a:2:{i:0;s:57:\"UK’s top pub brands prepare to visit Casual Dining 2019\";i:1;s:2:\"15\";}i:217;a:2:{i:0;s:64:\"‘Breggsit’ storm brewing as businesses encouraged to prepare\";i:1;s:2:\"15\";}i:218;a:2:{i:0;s:51:\"Brand new range from Libbey - Divergence from Artis\";i:1;s:2:\"14\";}i:219;a:2:{i:0;s:70:\"Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress\";i:1;s:2:\"14\";}i:220;a:2:{i:0;s:58:\"British Lion eggs & Tom Daley to make a big splash in 2019\";i:1;s:2:\"14\";}i:221;a:2:{i:0;s:59:\"Casual Dining Show unveils its biggest ever Keynote line-up\";i:1;s:2:\"14\";}i:222;a:2:{i:0;s:65:\"Certa Cooking brings the X-Oven - A charcoal oven for the kitchen\";i:1;s:2:\"14\";}i:223;a:2:{i:0;s:51:\"Corazón Tequila launches in the UK with Hi-Spirits\";i:1;s:2:\"14\";}i:224;a:2:{i:0;s:49:\"Doubling Down on the Daiquiri | On-Trade Progress\";i:1;s:2:\"14\";}i:225;a:2:{i:0;s:66:\"Glen Garioch is giving you the opportunity to discover a rare find\";i:1;s:2:\"14\";}i:226;a:2:{i:0;s:72:\"John Porter: Brewer Fuller’s to sell its brands to global brewer Asahi\";i:1;s:2:\"14\";}i:227;a:2:{i:0;s:67:\"On-Trade Progress Issue #24 | Ontrade Progress hospitality magazine\";i:1;s:2:\"14\";}i:228;a:2:{i:0;s:61:\"Profits on the Move... From Servaclean comes the new FOLDABar\";i:1;s:2:\"14\";}i:229;a:2:{i:0;s:54:\"Salcombe Gin launch new partnership | Ontrade Progress\";i:1;s:2:\"14\";}i:230;a:2:{i:0;s:71:\"Show-ing off - Casual Dining Show - The UK\'s biggest hodspitality event\";i:1;s:2:\"14\";}i:231;a:2:{i:0;s:58:\"Showsec – Standing out from the crowd with Michael Poole\";i:1;s:2:\"14\";}i:232;a:2:{i:0;s:75:\"Students are out celebrating the festive season with the hospitality sector\";i:1;s:2:\"14\";}i:233;a:2:{i:0;s:71:\"There’s a new fryer on the block - The Fast Chef Elite from Taylor UK\";i:1;s:2:\"14\";}i:234;a:2:{i:0;s:55:\"Bohem Brewery and St Austell launch collaboration lager\";i:1;s:2:\"13\";}i:235;a:2:{i:0;s:58:\"Foodservice brand Country Range launches four new desserts\";i:1;s:2:\"13\";}i:236;a:2:{i:0;s:69:\"Hubbard Systems’ latest undercounter dishwasher is fast and compact\";i:1;s:2:\"13\";}i:237;a:2:{i:0;s:59:\"Media Alert: The New EFL Season Gets Underway on Sky Sports\";i:1;s:2:\"13\";}i:238;a:2:{i:0;s:54:\"Mr Fogg’s Society of Exploration | On-Trade Progress\";i:1;s:2:\"13\";}i:239;a:2:{i:0;s:87:\"New eco-friendly apple brandy, Avallen Calvados will launch this May | Ontrade Progress\";i:1;s:2:\"13\";}i:240;a:2:{i:0;s:69:\"New rising stars for British and Irish restaurants | Ontrade Progress\";i:1;s:2:\"13\";}i:241;a:2:{i:0;s:66:\"On the Plate - Quorn Bao Buns with Quorn pieces | Ontrade Progress\";i:1;s:2:\"13\";}i:242;a:2:{i:0;s:51:\"On-Trade Progress - Casual Dining Show 2019 preview\";i:1;s:2:\"13\";}i:243;a:2:{i:0;s:59:\"Salcombe Gin Voyager Series - \'Arabella\' | Ontrade Progress\";i:1;s:2:\"13\";}i:244;a:2:{i:0;s:60:\"Scott Park - Ascentia Foodservice at Casual Dining Show 2019\";i:1;s:2:\"13\";}i:245;a:2:{i:0;s:71:\"We chat with Lanchester Wines\' to get the secret for a great Rioja Wine\";i:1;s:2:\"13\";}i:246;a:2:{i:0;s:51:\"Aviko launches their new British grown potato skins\";i:1;s:2:\"12\";}i:247;a:2:{i:0;s:69:\"Barclaycard explains how payment techology can help cut waiting times\";i:1;s:2:\"12\";}i:248;a:2:{i:0;s:63:\"Country Range has delivered a new roll - three cheese and onion\";i:1;s:2:\"12\";}i:249;a:2:{i:0;s:89:\"Fernet-Branca challenges the bar trade\'s bravest at the Barback Games | On-Trade Progress\";i:1;s:2:\"12\";}i:250;a:2:{i:0;s:67:\"Hoppy Ever After: Hogs Back toasts Royal Wedding | Ontrade Progress\";i:1;s:2:\"12\";}i:251;a:2:{i:0;s:58:\"Ice hygiene: BBC Watchdog - avoid the poop – use a scoop\";i:1;s:2:\"12\";}i:252;a:2:{i:0;s:57:\"McEwan’s lager relaunches this month | Ontrade Progress\";i:1;s:2:\"12\";}i:253;a:2:{i:0;s:72:\"OTP sits down with A-Casks Phillip Smith to talk about cellar management\";i:1;s:2:\"12\";}i:254;a:2:{i:0;s:54:\"Pipers crispeas shows new snacks and flavours at CBR19\";i:1;s:2:\"12\";}i:255;a:2:{i:0;s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";i:1;s:2:\"12\";}i:256;a:2:{i:0;s:59:\"Public Health England and Drinkaware launch Drink Free Days\";i:1;s:2:\"12\";}i:257;a:2:{i:0;s:61:\"Sky Sports releases live football fixtures | Ontrade Progress\";i:1;s:2:\"12\";}i:258;a:2:{i:0;s:58:\"Trip to Rational factory impresses dealers and consultants\";i:1;s:2:\"12\";}i:259;a:2:{i:0;s:66:\"VII Hills Italian Dry gin wins gold at the Gin Masters 2018 awards\";i:1;s:2:\"12\";}i:260;a:2:{i:0;s:57:\"‘TENTAZIONI’ A range of wine glasses for connoisseurs\";i:1;s:2:\"12\";}i:261;a:2:{i:0;s:57:\"Artis - \'Homme & Femme\' wine decanters | Ontrade Progress\";i:1;s:2:\"11\";}i:262;a:2:{i:0;s:58:\"BBPA and Alzheimer’s Society to promote Dementia Friends\";i:1;s:2:\"11\";}i:263;a:2:{i:0;s:23:\"Blog | Ontrade Progress\";i:1;s:2:\"11\";}i:264;a:2:{i:0;s:52:\"Boost your profits with the Chinese New Year - Tilda\";i:1;s:2:\"11\";}i:265;a:2:{i:0;s:72:\"Colicci opens their first kiosk with The Royal Parks opens in Green Park\";i:1;s:2:\"11\";}i:266;a:2:{i:0;s:64:\"Enjoy Conservatories all year round with Tansun infrared heaters\";i:1;s:2:\"11\";}i:267;a:2:{i:0;s:64:\"From Grape to Glass: Portugals greatest wines | Ontrade Progress\";i:1;s:2:\"11\";}i:268;a:2:{i:0;s:63:\"Introducing Maltsmiths Brewing from HEINEKEN | Ontrade Progress\";i:1;s:2:\"11\";}i:269;a:2:{i:0;s:76:\"Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express\";i:1;s:2:\"11\";}i:270;a:2:{i:0;s:51:\"Ontrade Progress spirits exclusive: The Year of Rum\";i:1;s:2:\"11\";}i:271;a:2:{i:0;s:40:\"Premier League Review | Ontrade Progress\";i:1;s:2:\"11\";}i:272;a:2:{i:0;s:29:\"Subscribe | On-Trade Progress\";i:1;s:2:\"11\";}i:273;a:2:{i:0;s:75:\"The British Guild of Beer Writers has shortlisted 35 entrants in its Awards\";i:1;s:2:\"11\";}i:274;a:2:{i:0;s:52:\"The Future of Online Reservations | Ontrade Progress\";i:1;s:2:\"11\";}i:275;a:2:{i:0;s:72:\"Traditional blessing for Hogs Back Brewery hop garden | Ontrade Progress\";i:1;s:2:\"11\";}i:276;a:2:{i:0;s:88:\"UKH welcomes first step in relaxation of chef employment restrictions | Ontrade Progress\";i:1;s:2:\"11\";}i:277;a:2:{i:0;s:61:\"\'Harrods of the North\' Mac & Wild open their third restaurant\";i:1;s:2:\"10\";}i:278;a:2:{i:0;s:31:\"Advertising | On-Trade Progress\";i:1;s:2:\"10\";}i:279;a:2:{i:0;s:84:\"Amstel® enlist Hollywood\'s Jeff Bridges for latest TV commercial | Ontrade Progress\";i:1;s:2:\"10\";}i:280;a:2:{i:0;s:55:\"BII announces ticket sales launch for Summer Event 2019\";i:1;s:2:\"10\";}i:281;a:2:{i:0;s:69:\"Brakspear - redevelopment underway at the Frogmill | Ontrade Progress\";i:1;s:2:\"10\";}i:282;a:2:{i:0;s:74:\"Brockmans World Gin Day contest attracts record entries | Ontrade Progress\";i:1;s:2:\"10\";}i:283;a:2:{i:0;s:68:\"Cask Marque - Looking after your Cask drinkers & how to attract them\";i:1;s:2:\"10\";}i:284;a:2:{i:0;s:92:\"Coffee technology from WMF combines two coffee styles in a single machine | Ontrade Progress\";i:1;s:2:\"10\";}i:285;a:2:{i:0;s:68:\"Drury launches a new initiative to recycle its used coffee packaging\";i:1;s:2:\"10\";}i:286;a:2:{i:0;s:61:\"Dyson discusses how its Airblade technology can be of service\";i:1;s:2:\"10\";}i:287;a:2:{i:0;s:32:\"Entertainment | Ontrade Progress\";i:1;s:2:\"10\";}i:288;a:2:{i:0;s:54:\"Funkin innovation champion lands brand ambassador role\";i:1;s:2:\"10\";}i:289;a:2:{i:0;s:51:\"Heathwick brings innovation to imported beer market\";i:1;s:2:\"10\";}i:290;a:2:{i:0;s:61:\"Hi-Spirits has the gin journey mapped out | On-Trade Progress\";i:1;s:2:\"10\";}i:291;a:2:{i:0;s:59:\"Keep your cool this summer with ice solutions from Hendi UK\";i:1;s:2:\"10\";}i:292;a:2:{i:0;s:67:\"Lady of the Grapes launches in London this month | Ontrade Progress\";i:1;s:2:\"10\";}i:293;a:2:{i:0;s:72:\"National Innovation in Training Awards – NITAs 2018 | Ontrade Progress\";i:1;s:2:\"10\";}i:294;a:2:{i:0;s:67:\"On-Trade Progress Issue #23 | Ontrade Progress hospitality magazine\";i:1;s:2:\"10\";}i:295;a:2:{i:0;s:56:\"Pantheon re-launches mixer with new, super-safe features\";i:1;s:2:\"10\";}i:296;a:2:{i:0;s:81:\"Pepsi Max® sets Cola category alight with new Ginger variant | On-Trade Progress\";i:1;s:2:\"10\";}i:297;a:2:{i:0;s:80:\"Pepsi Max® sets Cola category alight with new Ginger variant | Ontrade Progress\";i:1;s:2:\"10\";}i:298;a:2:{i:0;s:57:\"Pipers - the perfect premium bar snack | Ontrade Progress\";i:1;s:2:\"10\";}i:299;a:2:{i:0;s:67:\"Siren’s Broken Dream Breakfast Stout is named the best in Britain\";i:1;s:2:\"10\";}i:300;a:2:{i:0;s:54:\"The Drury Tea & Coffee Company adds four new varieties\";i:1;s:2:\"10\";}i:301;a:2:{i:0;s:56:\"The Good Web Guide (GWG) Awards 2018 Shortlist Announced\";i:1;s:2:\"10\";}i:302;a:2:{i:0;s:54:\"We\'ve got a Crush on Mcpherson Wine - Lanchester Wines\";i:1;s:2:\"10\";}i:303;a:2:{i:0;s:59:\"World Cup 2018 - Keeping the party going | Ontrade Progress\";i:1;s:2:\"10\";}i:304;a:2:{i:0;s:59:\"aryzta Brulee Mousse unique brulee chocolate mousse deserts\";i:1;s:2:\"10\";}i:305;a:2:{i:0;s:52:\"ARYZTA Food Solutions at the 2018 Great Taste Awards\";i:1;s:1:\"9\";}i:306;a:2:{i:0;s:53:\"Beer is key to the low and no alcohol boom, says BBPA\";i:1;s:1:\"9\";}i:307;a:2:{i:0;s:71:\"Canopies UK discuss their new Cantabria canopy, designed for hospitalty\";i:1;s:1:\"9\";}i:308;a:2:{i:0;s:70:\"Carlsberg UK brought together 6 strangers to build the Carlsberg Cabin\";i:1;s:1:\"9\";}i:309;a:2:{i:0;s:61:\"Cocktail of the Month - The Rambling Rose | On-Trade Progress\";i:1;s:1:\"9\";}i:310;a:2:{i:0;s:71:\"Cold brew tea – non-alcoholic drinks for grown-ups | Ontrade Progress\";i:1;s:1:\"9\";}i:311;a:2:{i:0;s:34:\"Drinks Archives | Ontrade Progress\";i:1;s:1:\"9\";}i:312;a:2:{i:0;s:67:\"Fourpure and Jameson create the perfect nightcap | Ontrade Progress\";i:1;s:1:\"9\";}i:313;a:2:{i:0;s:73:\"Heineken - Serving the perfect pint | Heineken - Serving the perfect pint\";i:1;s:1:\"9\";}i:314;a:2:{i:0;s:82:\"Introducing the best-tasting non-alcoholic lager: Heineken 0.0 | On-Trade Progress\";i:1;s:1:\"9\";}i:315;a:2:{i:0;s:79:\"Is the quality of your coffee reflected in your furnishings? | Ontrade Progress\";i:1;s:1:\"9\";}i:316;a:2:{i:0;s:57:\"Lanchester Wines - A new wave of Rosé | Ontrade Progress\";i:1;s:1:\"9\";}i:317;a:2:{i:0;s:64:\"M&J Seafood\'s new fish dishes have raw appeal | Ontrade Progress\";i:1;s:1:\"9\";}i:318;a:2:{i:0;s:64:\"Metcalfe - launches HALLDE CC-34 combi cutter | Ontrade Progress\";i:1;s:1:\"9\";}i:319;a:2:{i:0;s:41:\"Mrs Foggs praises Void | Ontrade Progress\";i:1;s:1:\"9\";}i:320;a:2:{i:0;s:48:\"New eco-friendly apple brandy | Ontrade Progress\";i:1;s:1:\"9\";}i:321;a:2:{i:0;s:59:\"Novus Tea - Innovating the hot beverage | On-Trade Progress\";i:1;s:1:\"9\";}i:322;a:2:{i:0;s:43:\"OTP Exclusives Archives | On-Trade Progress\";i:1;s:1:\"9\";}i:323;a:2:{i:0;s:68:\"On-Trade Progress Issue #20 | On-Trade Progress hospitality magazine\";i:1;s:1:\"9\";}i:324;a:2:{i:0;s:51:\"Ontrade Progress new partnership | Ontrade Progress\";i:1;s:1:\"9\";}i:325;a:2:{i:0;s:72:\"Scrapping of settled status fee for EU nationals a boost for pubs - BBPA\";i:1;s:1:\"9\";}i:326;a:2:{i:0;s:62:\"Strongbow - Real people, a real put and of course, real arrows\";i:1;s:1:\"9\";}i:327;a:2:{i:0;s:29:\"Technology | Ontrade Progress\";i:1;s:1:\"9\";}i:328;a:2:{i:0;s:32:\"The Blind Pig | Ontrade Progress\";i:1;s:1:\"9\";}i:329;a:2:{i:0;s:58:\"The Botanist to celebrate World Gin Day | Ontrade Progress\";i:1;s:1:\"9\";}i:330;a:2:{i:0;s:53:\"The Future of Online Reservations | On-Trade Progress\";i:1;s:1:\"9\";}i:331;a:2:{i:0;s:71:\"The Importance of using British Lion Eggs with restaurateur Rajesh Suri\";i:1;s:1:\"9\";}i:332;a:2:{i:0;s:77:\"The Meatless Farm Co launches line of plant-based sausages | Ontrade Progress\";i:1;s:1:\"9\";}i:333;a:2:{i:0;s:72:\"UK Pubs anticipate busiest day of the year this weekend - Super Saturday\";i:1;s:1:\"9\";}i:334;a:2:{i:0;s:71:\"Unwrap the secret to a superior Christmas in the On Trade with Heineken\";i:1;s:1:\"9\";}i:335;a:2:{i:0;s:40:\"WKD christmas bauble | On-Trade Progress\";i:1;s:1:\"9\";}i:336;a:2:{i:0;s:64:\"Water Category to be refresh\'d with Robinsons | Ontrade Progress\";i:1;s:1:\"9\";}i:337;a:2:{i:0;s:65:\"Win £1500 shopping vouchers with McCain Foods | Ontrade Progress\";i:1;s:1:\"9\";}i:338;a:2:{i:0;s:65:\"Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers\";i:1;s:1:\"9\";}i:339;a:2:{i:0;s:59:\"Amathus Drinks ships new agencies from Priorat and Montsant\";i:1;s:1:\"8\";}i:340;a:2:{i:0;s:64:\"BBPA responds to pub closures - beer tax rose, 5,000 pubs closed\";i:1;s:1:\"8\";}i:341;a:2:{i:0;s:66:\"BHA Welcomes New Partner Businesswise Solutions | Ontrade Progress\";i:1;s:1:\"8\";}i:342;a:2:{i:0;s:50:\"BII Licensee of the Year 2019 competition launches\";i:1;s:1:\"8\";}i:343;a:2:{i:0;s:49:\"Best practice in keg dispense | On-Trade Progress\";i:1;s:1:\"8\";}i:344;a:2:{i:0;s:64:\"Brewers Association - New independent American craft brewer seal\";i:1;s:1:\"8\";}i:345;a:2:{i:0;s:62:\"Commercial Kitchen moves to London for 2020 | Ontrade Progress\";i:1;s:1:\"8\";}i:346;a:2:{i:0;s:65:\"Craft beer boom has seen numbers of new trademarks rise in the UK\";i:1;s:1:\"8\";}i:347;a:2:{i:0;s:64:\"Ei Publican Partnerships re-launches evolved pub application hub\";i:1;s:1:\"8\";}i:348;a:2:{i:0;s:59:\"Fentimans unveil their Spirit Pairing Guide for this winter\";i:1;s:1:\"8\";}i:349;a:2:{i:0;s:117:\"Hospitality Group Heron & Brearley Signs Exclusive Deal with Melitta Professional Coffee Solutions | Ontrade Progress\";i:1;s:1:\"8\";}i:350;a:2:{i:0;s:50:\"Hubbard launches MXG 938, the 400kg a day icemaker\";i:1;s:1:\"8\";}i:351;a:2:{i:0;s:81:\"Introducing the best-tasting non-alcoholic lager: Heineken 0.0 | Ontrade Progress\";i:1;s:1:\"8\";}i:352;a:2:{i:0;s:70:\"Krombacher visited 303 pubs in 24 hours for the Licensed Trade Charity\";i:1;s:1:\"8\";}i:353;a:2:{i:0;s:60:\"Licensee of the Year 2018: The winner is! | Ontrade Progress\";i:1;s:1:\"8\";}i:354;a:2:{i:0;s:55:\"London Craft Beer Festival 3-5 August 2018 Tobacco Dock\";i:1;s:1:\"8\";}i:355;a:2:{i:0;s:77:\"New Halal Monitoring Committee (HMC) Approved Beef Burger | On-Trade Progress\";i:1;s:1:\"8\";}i:356;a:2:{i:0;s:65:\"New calorie and nutrition pledge from Heineken | Ontrade Progress\";i:1;s:1:\"8\";}i:357;a:2:{i:0;s:66:\"New range of Zero-Proof Spirits hits UK market | On-Trade Progress\";i:1;s:1:\"8\";}i:358;a:2:{i:0;s:62:\"New vintage style cocktail glassware from UK distributor Artis\";i:1;s:1:\"8\";}i:359;a:2:{i:0;s:86:\"Old Mout Cider and WWF partner to protect habitats around the world | Ontrade Progress\";i:1;s:1:\"8\";}i:360;a:2:{i:0;s:60:\"Pick a pepper from the BBQ with TABASCO® | Ontrade Progress\";i:1;s:1:\"8\";}i:361;a:2:{i:0;s:66:\"Restaurant & Bar Tech Live unveil something new | Ontrade Progress\";i:1;s:1:\"8\";}i:362;a:2:{i:0;s:75:\"The new wellbeing and productivity-boosting recipe guide | Ontrade Progress\";i:1;s:1:\"8\";}i:363;a:2:{i:0;s:63:\"UKHospitality - The importance of seaside towns to the industry\";i:1;s:1:\"8\";}i:364;a:2:{i:0;s:102:\"UKHospitality provides interim guidance for industry on new acrylamide legislation | On-Trade Progress\";i:1;s:1:\"8\";}i:365;a:2:{i:0;s:50:\"Want to improve your home security this Christmas?\";i:1;s:1:\"8\";}i:366;a:2:{i:0;s:65:\"We attended the Love Well workshop by Love Drinks & Healthy Hospo\";i:1;s:1:\"8\";}i:367;a:2:{i:0;s:56:\"75% of diners want carbon footprint information on menus\";i:1;s:1:\"7\";}i:368;a:2:{i:0;s:54:\"A New Partnership for Crepeaffaire and TRG Concessions\";i:1;s:1:\"7\";}i:369;a:2:{i:0;s:64:\"ARYZTA Offers a True Taste of the Middle East with New Savouries\";i:1;s:1:\"7\";}i:370;a:2:{i:0;s:74:\"Caterer share their latest tips on hiring in today’s hospitality indutry\";i:1;s:1:\"7\";}i:371;a:2:{i:0;s:66:\"Certa Cooking Equipment becomes exclusive UK partners for Adventys\";i:1;s:1:\"7\";}i:372;a:2:{i:0;s:63:\"Country Range releases five new curry pastes | Ontrade Progress\";i:1;s:1:\"7\";}i:373;a:2:{i:0;s:62:\"Drinkaware to train Network Rail staff ahead of festive season\";i:1;s:1:\"7\";}i:374;a:2:{i:0;s:64:\"Drury coffee, Gunnery Blend, celebrates the Company’s new home\";i:1;s:1:\"7\";}i:375;a:2:{i:0;s:71:\"Economies of ale: Small pubs and bars close as chains focus on big bars\";i:1;s:1:\"7\";}i:376;a:2:{i:0;s:53:\"Experts opinion - Allan Stevenson - The Quality Cycle\";i:1;s:1:\"7\";}i:377;a:2:{i:0;s:60:\"Express Tavern has teamed up with Krombacher for Oktoberfest\";i:1;s:1:\"7\";}i:378;a:2:{i:0;s:61:\"From Grape to Glass - Lanchester Wines and their vintage port\";i:1;s:1:\"7\";}i:379;a:2:{i:0;s:65:\"From Grape to Glass: Portugals greatest wines | On-Trade Progress\";i:1;s:1:\"7\";}i:380;a:2:{i:0;s:28:\"Issue #24 | Ontrade Progress\";i:1;s:1:\"7\";}i:381;a:2:{i:0;s:70:\"Jaisalmer Indian Craft Gin launches in the UK in celebration of Diwali\";i:1;s:1:\"7\";}i:382;a:2:{i:0;s:57:\"Lee Jones - Southern Comforts Southern Showdown UK Winner\";i:1;s:1:\"7\";}i:383;a:2:{i:0;s:62:\"New Labour Proposal - Total banning on the import of foie gras\";i:1;s:1:\"7\";}i:384;a:2:{i:0;s:65:\"New range of Zero-Proof Spirits hits UK market | Ontrade Progress\";i:1;s:1:\"7\";}i:385;a:2:{i:0;s:64:\"Salcombe Gin – Signature Sea Mist Cocktail | On-Trade Progress\";i:1;s:1:\"7\";}i:386;a:2:{i:0;s:54:\"Sustainable success for M&J Seafood | Ontrade Progress\";i:1;s:1:\"7\";}i:387;a:2:{i:0;s:42:\"Taste Test: Truly tonic | Ontrade Progress\";i:1;s:1:\"7\";}i:388;a:2:{i:0;s:39:\"Technology Archives | On-Trade Progress\";i:1;s:1:\"7\";}i:389;a:2:{i:0;s:53:\"The do\'s and don\'ts of email marketing from Fat Media\";i:1;s:1:\"7\";}i:390;a:2:{i:0;s:52:\"UK plastics pack launched at UK Plastics Pact Summit\";i:1;s:1:\"7\";}i:391;a:2:{i:0;s:54:\"Windhoek Draught descends on the UK | Ontrade Progress\";i:1;s:1:\"7\";}i:392;a:2:{i:0;s:66:\"1 in 5 people surveyed think drink driving is acceptable in the UK\";i:1;s:1:\"6\";}i:393;a:2:{i:0;s:69:\"A.C. Entertainment Technologies selected to distribute Work Pro Audio\";i:1;s:1:\"6\";}i:394;a:2:{i:0;s:60:\"Allan Stevenson chats with us about the history of glassware\";i:1;s:1:\"6\";}i:395;a:2:{i:0;s:67:\"Amathus Drinks becomes UK distributor for Kanpai | Ontrade Progress\";i:1;s:1:\"6\";}i:396;a:2:{i:0;s:69:\"Apply for the chance to go around the world in 80 days with Mr Fogg\'s\";i:1;s:1:\"6\";}i:397;a:2:{i:0;s:35:\"BBPA Annual Awards Winners Revealed\";i:1;s:1:\"6\";}i:398;a:2:{i:0;s:51:\"BBPA launches The Beer & Pubcast | Ontrade Progress\";i:1;s:1:\"6\";}i:399;a:2:{i:0;s:45:\"Bohem Brewery launches new canned lager range\";i:1;s:1:\"6\";}i:400;a:2:{i:0;s:71:\"Brakes becomes first foodservice wholesaler to join Wrap\'s Plastic Pact\";i:1;s:1:\"6\";}i:401;a:2:{i:0;s:53:\"Brakes bringing you two new delicious dreamy desserts\";i:1;s:1:\"6\";}i:402;a:2:{i:0;s:66:\"Brewers Association American Craft Breweries Show (21-23 February)\";i:1;s:1:\"6\";}i:403;a:2:{i:0;s:27:\"Business | Ontrade Progress\";i:1;s:1:\"6\";}i:404;a:2:{i:0;s:72:\"CDG has agreed a new franchising deal for Bella Italia & more in the UAE\";i:1;s:1:\"6\";}i:405;a:2:{i:0;s:61:\"CGA Business - optimism across eating and drinking-out market\";i:1;s:1:\"6\";}i:406;a:2:{i:0;s:64:\"Cahoots and Cointreau celebrate Cinco de Mayo | Ontrade Progress\";i:1;s:1:\"6\";}i:407;a:2:{i:0;s:50:\"Calder Foods creates their new \'Love Fresh\' Burger\";i:1;s:1:\"6\";}i:408;a:2:{i:0;s:55:\"DNS attacks raise the cost by 57% in the last 12 months\";i:1;s:1:\"6\";}i:409;a:2:{i:0;s:62:\"Distillery businesses have grown by 30% in the past year alone\";i:1;s:1:\"6\";}i:410;a:2:{i:0;s:63:\"Doing Veganuary This Year? Follow These 17 Tips for Going Vegan\";i:1;s:1:\"6\";}i:411;a:2:{i:0;s:56:\"Euroboozer unveils Stiegl Low/No Trio | Ontrade Progress\";i:1;s:1:\"6\";}i:412;a:2:{i:0;s:23:\"Food | Ontrade Progress\";i:1;s:1:\"6\";}i:413;a:2:{i:0;s:64:\"Frozé: Frozen cocktails just got much cooler | Ontrade Progress\";i:1;s:1:\"6\";}i:414;a:2:{i:0;s:52:\"Giffard West Cup 2019 from Château d\'Angers, France\";i:1;s:1:\"6\";}i:415;a:2:{i:0;s:55:\"Grande Cuisine takes stock of Mareno | Ontrade Progress\";i:1;s:1:\"6\";}i:416;a:2:{i:0;s:51:\"Heads + Tails chat to OTP about their unique venue.\";i:1;s:1:\"6\";}i:417;a:2:{i:0;s:49:\"How Important is Recruitment? | On-Trade Progress\";i:1;s:1:\"6\";}i:418;a:2:{i:0;s:64:\"Industry groups question government commitment to animal welfare\";i:1;s:1:\"6\";}i:419;a:2:{i:0;s:67:\"Jackie Marlow unveiled as new UKHospitality Chief Operating Officer\";i:1;s:1:\"6\";}i:420;a:2:{i:0;s:94:\"Lamb Weston to Launch New Sweet Potato Concepts at Casual Dining Show 2017 | On-Trade Progress\";i:1;s:1:\"6\";}i:421;a:2:{i:0;s:62:\"Leading RTD, VK, searching for new flavour | On-Trade Progress\";i:1;s:1:\"6\";}i:422;a:2:{i:0;s:29:\"Moxy logo | On-Trade Progress\";i:1;s:1:\"6\";}i:423;a:2:{i:0;s:65:\"NEW Ocado Stocks Corkers Olive Oil Crisp Range | Ontrade Progress\";i:1;s:1:\"6\";}i:424;a:2:{i:0;s:44:\"New Tiki drinking vessels | Ontrade Progress\";i:1;s:1:\"6\";}i:425;a:2:{i:0;s:67:\"On-Trade Progress Issue #25 | Ontrade Progress hospitality magazine\";i:1;s:1:\"6\";}i:426;a:2:{i:0;s:44:\"Ontrade Progress, Author at Ontrade Progress\";i:1;s:1:\"6\";}i:427;a:2:{i:0;s:98:\"ProLights LEDs are a Key Fixture at the British Grand Prix Party at Silverstone | Ontrade Progress\";i:1;s:1:\"6\";}i:428;a:2:{i:0;s:37:\"Taste Test - RTDs | On-Trade Progress\";i:1;s:1:\"6\";}i:429;a:2:{i:0;s:39:\"The established RTD | On-Trade Progress\";i:1;s:1:\"6\";}i:430;a:2:{i:0;s:53:\"The importance of social WiFi marketing to your venue\";i:1;s:1:\"6\";}i:431;a:2:{i:0;s:64:\"The king of Choux arrives on the King\'s Road | On-Trade Progress\";i:1;s:1:\"6\";}i:432;a:2:{i:0;s:71:\"The latest trends in hospitality furniture for 2018 | On-Trade Progress\";i:1;s:1:\"6\";}i:433;a:2:{i:0;s:47:\"Tourism and hospitality hero | Ontrade Progress\";i:1;s:1:\"6\";}i:434;a:2:{i:0;s:71:\"Trends in furniture design for bars and restaurants. | Ontrade Progress\";i:1;s:1:\"6\";}i:435;a:2:{i:0;s:70:\"UKHospitality - Digital tax revenue must be used to boost high streets\";i:1;s:1:\"6\";}i:436;a:2:{i:0;s:65:\"UKHospitality establishes new Diversity Forum to promote equality\";i:1;s:1:\"6\";}i:437;a:2:{i:0;s:59:\"UKHospitality warns against MUP in Wales | Ontrade Progress\";i:1;s:1:\"6\";}i:438;a:2:{i:0;s:63:\"UKHospitality: Collaboration key to Industrial Strategy success\";i:1;s:1:\"6\";}i:439;a:2:{i:0;s:77:\"UK’s top pub brands prepare to visit Casual Dining 2019 | On-Trade Progress\";i:1;s:1:\"6\";}i:440;a:2:{i:0;s:61:\"Utopia launches beautiful strong glassware | Ontrade Progress\";i:1;s:1:\"6\";}i:441;a:2:{i:0;s:70:\"Venue of the Month - Hermitage Rd Bar & Restaurant | On-Trade Progress\";i:1;s:1:\"6\";}i:442;a:2:{i:0;s:57:\"We sat down with Emma Wilson to discuss WRS\'s POS systems\";i:1;s:1:\"6\";}i:443;a:2:{i:0;s:67:\"Winterhalter launches undercounter washer range with more efficency\";i:1;s:1:\"6\";}i:444;a:2:{i:0;s:62:\"Woodforde\'s Brewery targets international growth with new hire\";i:1;s:1:\"6\";}i:445;a:2:{i:0;s:55:\"specialists in Hospitality Insurance with Terry Osborne\";i:1;s:1:\"6\";}i:446;a:2:{i:0;s:62:\"ACM Environmental and Brakes win National Recycling Award 2018\";i:1;s:1:\"5\";}i:447;a:2:{i:0;s:75:\"Artis - exquisitely decorated \'Gallery\' statement plates | Ontrade Progress\";i:1;s:1:\"5\";}i:448;a:2:{i:0;s:90:\"Artis® showcase their Levitas range, a simple yet sophisticated design | Ontrade Progress\";i:1;s:1:\"5\";}i:449;a:2:{i:0;s:70:\"Aussie winemakers have been experimenting with Italian grape varieties\";i:1;s:1:\"5\";}i:450;a:2:{i:0;s:68:\"Barclays - Consumer spending grows while the retail sector struggles\";i:1;s:1:\"5\";}i:451;a:2:{i:0;s:33:\"Beer Barometer | Ontrade Progress\";i:1;s:1:\"5\";}i:452;a:2:{i:0;s:65:\"Best practice key to food safety and transparency - UKHospitality\";i:1;s:1:\"5\";}i:453;a:2:{i:0;s:50:\"Brakes extends meat-free range | On-Trade Progress\";i:1;s:1:\"5\";}i:454;a:2:{i:0;s:46:\"Catering Equipment Archives | Ontrade Progress\";i:1;s:1:\"5\";}i:455;a:2:{i:0;s:55:\"Cinders barbecues new product launch | Ontrade Progress\";i:1;s:1:\"5\";}i:456;a:2:{i:0;s:59:\"Cocktail of the Month - Southern Breeze | On-Trade Progress\";i:1;s:1:\"5\";}i:457;a:2:{i:0;s:72:\"Cold brew tea – non-alcoholic drinks for grown-ups | On-Trade Progress\";i:1;s:1:\"5\";}i:458;a:2:{i:0;s:81:\"Commercial Kitchen 2018 previews its exhibitor show highlights | Ontrade Progress\";i:1;s:1:\"5\";}i:459;a:2:{i:0;s:66:\"Creative Foods Europe creates Asian Inspiration\'s Korean BBQ sauce\";i:1;s:1:\"5\";}i:460;a:2:{i:0;s:42:\"Diamond Filtrated Vodka | Ontrade Progress\";i:1;s:1:\"5\";}i:461;a:2:{i:0;s:48:\"Doubling Down on the Daiquiri | Ontrade Progress\";i:1;s:1:\"5\";}i:462;a:2:{i:0;s:64:\"Edinburgh Gin unveils plans for a multi-million-pound distillery\";i:1;s:1:\"5\";}i:463;a:2:{i:0;s:51:\"European Coffee, Tea & Soft Drinks - London Olympia\";i:1;s:1:\"5\";}i:464;a:2:{i:0;s:62:\"Experts’ opinion on the migration policy | On-Trade Progress\";i:1;s:1:\"5\";}i:465;a:2:{i:0;s:56:\"Fat Media gave us their tips on how to instantly impress\";i:1;s:1:\"5\";}i:466;a:2:{i:0;s:56:\"Fleurets market 9 Freehold Investments let to Revolution\";i:1;s:1:\"5\";}i:467;a:2:{i:0;s:83:\"Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix | Ontrade Progress\";i:1;s:1:\"5\";}i:468;a:2:{i:0;s:62:\"Glassware distributer Artis creates a festive cocktail for you\";i:1;s:1:\"5\";}i:469;a:2:{i:0;s:51:\"Greater Manchester leads the way says UKHospitality\";i:1;s:1:\"5\";}i:470;a:2:{i:0;s:66:\"Having a blast with Sous Vide Tools range\'s tabletop blast chiller\";i:1;s:1:\"5\";}i:471;a:2:{i:0;s:50:\"Heineken launches Cider Direct | On-Trade Progress\";i:1;s:1:\"5\";}i:472;a:2:{i:0;s:28:\"Issue #25 | Ontrade Progress\";i:1;s:1:\"5\";}i:473;a:2:{i:0;s:62:\"JD Wetherspoon has launched a campaign for tarrifs post-Brexit\";i:1;s:1:\"5\";}i:474;a:2:{i:0;s:68:\"Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration\";i:1;s:1:\"5\";}i:475;a:2:{i:0;s:78:\"MRM targeting business growth as Carlsberg UK rolls out App | Ontrade Progress\";i:1;s:1:\"5\";}i:476;a:2:{i:0;s:55:\"Meet hospitality experts at Restaurant & Bar Tech Live!\";i:1;s:1:\"5\";}i:477;a:2:{i:0;s:34:\"Musical Moments | Ontrade Progress\";i:1;s:1:\"5\";}i:478;a:2:{i:0;s:46:\"On-Trade Progress, Author at On-Trade Progress\";i:1;s:1:\"5\";}i:479;a:2:{i:0;s:45:\"On-Trade Progress, Author at Ontrade Progress\";i:1;s:1:\"5\";}i:480;a:2:{i:0;s:64:\"Operators lend support for Pinkspiration Week | Ontrade Progress\";i:1;s:1:\"5\";}i:481;a:2:{i:0;s:52:\"Q&A with Chris Howard at FlexFurn | Ontrade Progress\";i:1;s:1:\"5\";}i:482;a:2:{i:0;s:53:\"Refrigerator art: Williams enhances Chameleon service\";i:1;s:1:\"5\";}i:483;a:2:{i:0;s:73:\"Salcombe Distilling Co. Helps turn the tide on plastic | Ontrade Progress\";i:1;s:1:\"5\";}i:484;a:2:{i:0;s:68:\"Salcombe Gin - Signature Pennant Martini Cocktail | Ontrade Progress\";i:1;s:1:\"5\";}i:485;a:2:{i:0;s:68:\"Salcombe Gin Signature Serve Cocktail Collection | On-Trade Progress\";i:1;s:1:\"5\";}i:486;a:2:{i:0;s:60:\"Salcombe Gin Voyager Series - \'Arabella\' | On-Trade Progress\";i:1;s:1:\"5\";}i:487;a:2:{i:0;s:72:\"Spooky Muffin set to raise the spirits this halloween | Ontrade Progress\";i:1;s:1:\"5\";}i:488;a:2:{i:0;s:69:\"Sunshine sales: Cash in on 15% additional spend over the bank holiday\";i:1;s:1:\"5\";}i:489;a:2:{i:0;s:113:\"Tansun - The infrared heating specialists, bringing you their new app to control your heating. | Ontrade Progress\";i:1;s:1:\"5\";}i:490;a:2:{i:0;s:70:\"Unique Hospitality Management adds trio of new pubs | Ontrade Progress\";i:1;s:1:\"5\";}i:491;a:2:{i:0;s:66:\"Utopia tableware trends: big, beautiful and eco | Ontrade Progress\";i:1;s:1:\"5\";}i:492;a:2:{i:0;s:61:\"ARYZTA Food Solutions - Colour Croissants | On-Trade Progress\";i:1;s:1:\"4\";}i:493;a:2:{i:0;s:78:\"Aster’s new vegan brunch in collaboration with Ketel One and Lumene skincare\";i:1;s:1:\"4\";}i:494;a:2:{i:0;s:59:\"BBPA 2018 Annual Award Winners Revealed | On-Trade Progress\";i:1;s:1:\"4\";}i:495;a:2:{i:0;s:70:\"BII & UKHospitality respond to PCA anonymity waiver | Ontrade Progress\";i:1;s:1:\"4\";}i:496;a:2:{i:0;s:64:\"Beer sales grow, but sector needs certainty on Brexit, says BBPA\";i:1;s:1:\"4\";}i:497;a:2:{i:0;s:51:\"Bohem Brewery expands canned range as listings grow\";i:1;s:1:\"4\";}i:498;a:2:{i:0;s:36:\"Business Archives | Ontrade Progress\";i:1;s:1:\"4\";}i:499;a:2:{i:0;s:65:\"CAMRA celebrates pub planning loophole closure | Ontrade Progress\";i:1;s:1:\"4\";}i:500;a:2:{i:0;s:75:\"Cocktail of the Month - Electric Feel by Amber Jeffryes | On-Trade Progress\";i:1;s:1:\"4\";}i:501;a:2:{i:0;s:62:\"Council funding crisis may harm hospitality | Ontrade Progress\";i:1;s:1:\"4\";}i:502;a:2:{i:0;s:56:\"Crystaltech improves water hygiene & can detect bacteria\";i:1;s:1:\"4\";}i:503;a:2:{i:0;s:56:\"Customer Care – A toad or a prince? | Ontrade Progress\";i:1;s:1:\"4\";}i:504;a:2:{i:0;s:63:\"Data from the Gambling Commission doesn\'t reflect well for pubs\";i:1;s:1:\"4\";}i:505;a:2:{i:0;s:58:\"Drinkaware urges venues to reduce the risk of alcohol harm\";i:1;s:1:\"4\";}i:506;a:2:{i:0;s:86:\"Drinkers’ Voice – Giving drinkers a voice in the alcohol debate | Ontrade Progress\";i:1;s:1:\"4\";}i:507;a:2:{i:0;s:67:\"Drury launches new bedroom hot drinks selection | On-Trade Progress\";i:1;s:1:\"4\";}i:508;a:2:{i:0;s:45:\"EPOS - Q&A: Star Micronics | Ontrade Progress\";i:1;s:1:\"4\";}i:509;a:2:{i:0;s:73:\"Euroboozer gets lucky with O\'Hara\'s distribution deal | On-Trade Progress\";i:1;s:1:\"4\";}i:510;a:2:{i:0;s:55:\"Farm labour shortage may impact hospitality food prices\";i:1;s:1:\"4\";}i:511;a:2:{i:0;s:40:\"Fire-up the BBQ menus | Ontrade Progress\";i:1;s:1:\"4\";}i:512;a:2:{i:0;s:60:\"Floor and more - Surface 360 sat down with On-Trade Progress\";i:1;s:1:\"4\";}i:513;a:2:{i:0;s:33:\"Food Archives | On-Trade Progress\";i:1;s:1:\"4\";}i:514;a:2:{i:0;s:32:\"Food Archives | Ontrade Progress\";i:1;s:1:\"4\";}i:515;a:2:{i:0;s:51:\"Foodservice Quality Food Awards | On-Trade Progress\";i:1;s:1:\"4\";}i:516;a:2:{i:0;s:38:\"From grape to glass | Ontrade Progress\";i:1;s:1:\"4\";}i:517;a:2:{i:0;s:62:\"Glenn Roberts joins Winterhalter UK, Andy Salter joins Classeq\";i:1;s:1:\"4\";}i:518;a:2:{i:0;s:55:\"Good Farm animal welfare awards 2018 | Ontrade Progress\";i:1;s:1:\"4\";}i:519;a:2:{i:0;s:63:\"Grande Cuisine promises a versatile solution courtesy of Mareno\";i:1;s:1:\"4\";}i:520;a:2:{i:0;s:69:\"Guild of Beer writers appoints Pete Brown as chair | Ontrade Progress\";i:1;s:1:\"4\";}i:521;a:2:{i:0;s:63:\"HGEM launches new guest experience platform | On-Trade Progress\";i:1;s:1:\"4\";}i:522;a:2:{i:0;s:54:\"Hop to it! Is that pint home-grown? | Ontrade Progress\";i:1;s:1:\"4\";}i:523;a:2:{i:0;s:72:\"Horton Park Golf Course has installed infrared heaters for its customers\";i:1;s:1:\"4\";}i:524;a:2:{i:0;s:56:\"Hospitality apprentices impress at HIT MasterChef Finals\";i:1;s:1:\"4\";}i:525;a:2:{i:0;s:48:\"How Important is Recruitment? | Ontrade Progress\";i:1;s:1:\"4\";}i:526;a:2:{i:0;s:74:\"Isle of Skye Distillers launches Misty Isle Vodka, the first on the island\";i:1;s:1:\"4\";}i:527;a:2:{i:0;s:28:\"Issue #23 | Ontrade Progress\";i:1;s:1:\"4\";}i:528;a:2:{i:0;s:61:\"Leading RTD, VK, searching for new flavour | Ontrade Progress\";i:1;s:1:\"4\";}i:529;a:2:{i:0;s:67:\"Look beyond Brexit to a sustainable approach, urges Lynx Purchasing\";i:1;s:1:\"4\";}i:530;a:2:{i:0;s:70:\"Lynx Purchasing says businesses should take steps to be \'Brexit-proof\'\";i:1;s:1:\"4\";}i:531;a:2:{i:0;s:48:\"Mad Hatter Brewing Company goes into liquidation\";i:1;s:1:\"4\";}i:532;a:2:{i:0;s:77:\"McCain do Top Job for McManus Pubs with Filthy Fries Menu | On-Trade Progress\";i:1;s:1:\"4\";}i:533;a:2:{i:0;s:86:\"Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman | Ontrade Progress\";i:1;s:1:\"4\";}i:534;a:2:{i:0;s:54:\"Mix up the festive magic with MONIN | Ontrade Progress\";i:1;s:1:\"4\";}i:535;a:2:{i:0;s:53:\"Mr Fogg’s Society of Exploration | Ontrade Progress\";i:1;s:1:\"4\";}i:536;a:2:{i:0;s:66:\"NEW Ocado Stocks Corkers Olive Oil Crisp Range | On-Trade Progress\";i:1;s:1:\"4\";}i:537;a:2:{i:0;s:62:\"New Pink Lemonade Muffin by Otis Spunkmeyer | Ontrade Progress\";i:1;s:1:\"4\";}i:538;a:2:{i:0;s:52:\"New tramontina french style cutlery range from Artis\";i:1;s:1:\"4\";}i:539;a:2:{i:0;s:56:\"Nuts about KP of the year awards 2018 | Ontrade Progress\";i:1;s:1:\"4\";}i:540;a:2:{i:0;s:31:\"On... Coffee | Ontrade Progress\";i:1;s:1:\"4\";}i:541;a:2:{i:0;s:45:\"Ontrade Progress issue #26 | Ontrade Progress\";i:1;s:1:\"4\";}i:542;a:2:{i:0;s:61:\"Pick a pepper from the BBQ with TABASCO® | On-Trade Progress\";i:1;s:1:\"4\";}i:543;a:2:{i:0;s:64:\"Real Deli Co. and the profit power of houmous | Ontrade Progress\";i:1;s:1:\"4\";}i:544;a:2:{i:0;s:57:\"Registration now open for World’s Biggest Pub Quiz 2019\";i:1;s:1:\"4\";}i:545;a:2:{i:0;s:67:\"Restaurant & Bar Tech Live unveil something new | On-Trade Progress\";i:1;s:1:\"4\";}i:546;a:2:{i:0;s:69:\"Sky Sports announces a partnership with American NBA for UK customers\";i:1;s:1:\"4\";}i:547;a:2:{i:0;s:76:\"Speciality Breads adds to frozen dough range with a trio of ciabatta options\";i:1;s:1:\"4\";}i:548;a:2:{i:0;s:65:\"Stunning new gold-plated barware from Artis perfect for cocktails\";i:1;s:1:\"4\";}i:549;a:2:{i:0;s:44:\"Sugar Tax... Not so sweet | Ontrade Progress\";i:1;s:1:\"4\";}i:550;a:2:{i:0;s:61:\"The Last Yard…Pump to Punter - We catch up with Crystaltech\";i:1;s:1:\"4\";}i:551;a:2:{i:0;s:48:\"The Science of Perfect Timing | Ontrade Progress\";i:1;s:1:\"4\";}i:552;a:2:{i:0;s:55:\"The new double-walled thermic glass range from Artis UK\";i:1;s:1:\"4\";}i:553;a:2:{i:0;s:73:\"UKHospitality - The introduction of a vegan new sausage roll to Greggs’\";i:1;s:1:\"4\";}i:554;a:2:{i:0;s:30:\"VK Archives | Ontrade Progress\";i:1;s:1:\"4\";}i:555;a:2:{i:0;s:57:\"Waste management - Waste not, want not | Ontrade Progress\";i:1;s:1:\"4\";}i:556;a:2:{i:0;s:55:\"Watercress creates a stir by adding to almost anything!\";i:1;s:1:\"4\";}i:557;a:2:{i:0;s:67:\"Wetherspoon and CLIC Sargent celebrate their £16 million milestone\";i:1;s:1:\"4\";}i:558;a:2:{i:0;s:38:\"WiVert Public Wi-Fi | Ontrade Progress\";i:1;s:1:\"4\";}i:559;a:2:{i:0;s:47:\"bars Archives | Page 7 of 46 | Ontrade Progress\";i:1;s:1:\"4\";}i:560;a:2:{i:0;s:30:\"el Jimador | On-Trade Progress\";i:1;s:1:\"4\";}i:561;a:2:{i:0;s:61:\"‘Kristaliano\' practical glassware that exudes vintage flair\";i:1;s:1:\"4\";}i:562;a:2:{i:0;s:54:\"Bags of choice from Sous Vide Tools | Ontrade Progress\";i:1;s:1:\"3\";}i:563;a:2:{i:0;s:47:\"Barware & Tableware Archives | Ontrade Progress\";i:1;s:1:\"3\";}i:564;a:2:{i:0;s:55:\"Beaumont - A Stable Purchase with their new sTABLElizer\";i:1;s:1:\"3\";}i:565;a:2:{i:0;s:57:\"Birra Moretti UK Pint Glass 3D Render | On-Trade Progress\";i:1;s:1:\"3\";}i:566;a:2:{i:0;s:61:\"Brewers Association launches new diversity & inclusion guides\";i:1;s:1:\"3\";}i:567;a:2:{i:0;s:37:\"Business Archives | On-Trade Progress\";i:1;s:1:\"3\";}i:568;a:2:{i:0;s:66:\"CAMRA names the best four clubs in the country | On-Trade Progress\";i:1;s:1:\"3\";}i:569;a:2:{i:0;s:65:\"CAMRA names the best four clubs in the country | Ontrade Progress\";i:1;s:1:\"3\";}i:570;a:2:{i:0;s:74:\"Cocktail of the Month - Electric Feel by Amber Jeffryes | Ontrade Progress\";i:1;s:1:\"3\";}i:571;a:2:{i:0;s:77:\"Commercial Kitchen reveals Innovation Challenge contenders | Ontrade Progress\";i:1;s:1:\"3\";}i:572;a:2:{i:0;s:64:\"Country Range launch their sweet potato fries | Ontrade Progress\";i:1;s:1:\"3\";}i:573;a:2:{i:0;s:61:\"Crystaltech glasswashing - Clean glass & tableware is crucial\";i:1;s:1:\"3\";}i:574;a:2:{i:0;s:83:\"Direct Seafoods urges pubs to stay up to speed on sustainability | Ontrade Progress\";i:1;s:1:\"3\";}i:575;a:2:{i:0;s:53:\"Drinkaware sponsors first Walking Football Tournament\";i:1;s:1:\"3\";}i:576;a:2:{i:0;s:77:\"Essential Cuisine strengthened by key European acquisition | Ontrade Progress\";i:1;s:1:\"3\";}i:577;a:2:{i:0;s:37:\"Festivals & Events | Ontrade Progress\";i:1;s:1:\"3\";}i:578;a:2:{i:0;s:69:\"Filter coffee is making headway across the country | Ontrade Progress\";i:1;s:1:\"3\";}i:579;a:2:{i:0;s:62:\"Five Strong Range of Spanish Gins Just the Tonic For Morgenrot\";i:1;s:1:\"3\";}i:580;a:2:{i:0;s:30:\"Food waste reduction with CESA\";i:1;s:1:\"3\";}i:581;a:2:{i:0;s:52:\"Get cracking for British Egg Week | Ontrade Progress\";i:1;s:1:\"3\";}i:582;a:2:{i:0;s:84:\"Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix | On-Trade Progress\";i:1;s:1:\"3\";}i:583;a:2:{i:0;s:57:\"Gill Meller\'s Food Pairing Suggestions | Ontrade Progress\";i:1;s:1:\"3\";}i:584;a:2:{i:0;s:56:\"Grande Cuisine takes stock of Mareno | On-Trade Progress\";i:1;s:1:\"3\";}i:585;a:2:{i:0;s:58:\"Hendi UK launches new digital blenders | On-Trade Progress\";i:1;s:1:\"3\";}i:586;a:2:{i:0;s:65:\"Hijack Systems welcomes the iTilt to its innovative product range\";i:1;s:1:\"3\";}i:587;a:2:{i:0;s:118:\"Hospitality Group Heron & Brearley Signs Exclusive Deal with Melitta Professional Coffee Solutions | On-Trade Progress\";i:1;s:1:\"3\";}i:588;a:2:{i:0;s:35:\"In the… cellar | Ontrade Progress\";i:1;s:1:\"3\";}i:589;a:2:{i:0;s:57:\"It\'s time for a pre-Brexit buying guide - Lynx Purchasing\";i:1;s:1:\"3\";}i:590;a:2:{i:0;s:75:\"Krombacher staff will walk to 300 pubs to raise money for the Trade Charity\";i:1;s:1:\"3\";}i:591;a:2:{i:0;s:68:\"Lady of the Grapes launches in London this month | On-Trade Progress\";i:1;s:1:\"3\";}i:592;a:2:{i:0;s:93:\"Lamb Weston to Launch New Sweet Potato Concepts at Casual Dining Show 2017 | Ontrade Progress\";i:1;s:1:\"3\";}i:593;a:2:{i:0;s:56:\"London gets game for glorious twelfth | Ontrade Progress\";i:1;s:1:\"3\";}i:594;a:2:{i:0;s:56:\"Making the most of social media with tips from Fat Media\";i:1;s:1:\"3\";}i:595;a:2:{i:0;s:55:\"Marketing vacancies demand more marketing professionals\";i:1;s:1:\"3\";}i:596;a:2:{i:0;s:76:\"McCain do Top Job for McManus Pubs with Filthy Fries Menu | Ontrade Progress\";i:1;s:1:\"3\";}i:597;a:2:{i:0;s:49:\"Nestle UK Commits to Food Waste Reduction by 2030\";i:1;s:1:\"3\";}i:598;a:2:{i:0;s:45:\"New Tiki drinking vessels | On-Trade Progress\";i:1;s:1:\"3\";}i:599;a:2:{i:0;s:57:\"Nine Lives launches new cocktail menu | On-Trade Progress\";i:1;s:1:\"3\";}i:600;a:2:{i:0;s:59:\"Novus Tea Warmer Teapot Timer Stack med | On-Trade Progress\";i:1;s:1:\"3\";}i:601;a:2:{i:0;s:51:\"On-Trade Progress - In the Mix with Black Magic Rum\";i:1;s:1:\"3\";}i:602;a:2:{i:0;s:82:\"Ontrade Progress have partnered with Restaurant & Bar Tech Live | Ontrade Progress\";i:1;s:1:\"3\";}i:603;a:2:{i:0;s:68:\"PPL fee increase will cost hospitality businesses an estimated £49m\";i:1;s:1:\"3\";}i:604;a:2:{i:0;s:34:\"Page not found | On-Trade Progress\";i:1;s:1:\"3\";}i:605;a:2:{i:0;s:72:\"Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London\";i:1;s:1:\"3\";}i:606;a:2:{i:0;s:77:\"Safe Eggs ‘n’ Soldiers - British Lion Eggs & Little Ships, Ramsgate, Kent\";i:1;s:1:\"3\";}i:607;a:2:{i:0;s:57:\"Salcombe Gin and the Spirit of Success | Ontrade Progress\";i:1;s:1:\"3\";}i:608;a:2:{i:0;s:63:\"Salcombe Gin – Signature ST Clair Cocktail | Ontrade Progress\";i:1;s:1:\"3\";}i:609;a:2:{i:0;s:68:\"Sixpoint launches new speciality range in the UK | On-Trade Progress\";i:1;s:1:\"3\";}i:610;a:2:{i:0;s:60:\"Sixty82 receives positive reception from UK rigging industry\";i:1;s:1:\"3\";}i:611;a:2:{i:0;s:64:\"Space-age technology now in oven to tableware | Ontrade Progress\";i:1;s:1:\"3\";}i:612;a:2:{i:0;s:68:\"St James has launched a new musical cocktail menu | Ontrade Progress\";i:1;s:1:\"3\";}i:613;a:2:{i:0;s:55:\"Stay out in the evenings for longer with Tansun Heaters\";i:1;s:1:\"3\";}i:614;a:2:{i:0;s:51:\"Stonegate scoops Corporate Charity Fundraiser award\";i:1;s:1:\"3\";}i:615;a:2:{i:0;s:63:\"The perfect brew - With WMF UK | The perfect brew - With WMF UK\";i:1;s:1:\"3\";}i:616;a:2:{i:0;s:48:\"Tourism and hospitality hero | On-Trade Progress\";i:1;s:1:\"3\";}i:617;a:2:{i:0;s:60:\"UK Food Service 2018 Quality Food Awards ceremony celebrated\";i:1;s:1:\"3\";}i:618;a:2:{i:0;s:69:\"UKHospitality reflects on transformational year and prepares for 2019\";i:1;s:1:\"3\";}i:619;a:2:{i:0;s:64:\"UKHospitality warns against implimenting healthy eating measures\";i:1;s:1:\"3\";}i:620;a:2:{i:0;s:64:\"UKHospitality welcomes publication of London\'s night time report\";i:1;s:1:\"3\";}i:621;a:2:{i:0;s:64:\"UKHospitality: Dialogue best way to tackle food allergens issues\";i:1;s:1:\"3\";}i:622;a:2:{i:0;s:62:\"Vital sustainability and cut waste measures must be affordable\";i:1;s:1:\"3\";}i:623;a:2:{i:0;s:73:\"Void Acoustics further enhance the popular Venu series | Ontrade Progress\";i:1;s:1:\"3\";}i:624;a:2:{i:0;s:62:\"WKD launches cocktails in cans to On-Trade | On-Trade Progress\";i:1;s:1:\"3\";}i:625;a:2:{i:0;s:76:\"We catch up with Giffard to talk all things Liqueur & the maceration process\";i:1;s:1:\"3\";}i:626;a:2:{i:0;s:71:\"Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l\";i:1;s:1:\"3\";}i:627;a:2:{i:0;s:77:\"Women’s World Cup to boost beer sales by 3 million pints | Ontrade Progress\";i:1;s:1:\"3\";}i:628;a:2:{i:0;s:69:\"World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!\";i:1;s:1:\"3\";}i:629;a:2:{i:0;s:39:\"You searched for Gin | Ontrade Progress\";i:1;s:1:\"3\";}i:630;a:2:{i:0;s:49:\"chefs Archives | Page 10 of 31 | Ontrade Progress\";i:1;s:1:\"3\";}i:631;a:2:{i:0;s:53:\"cocktail Archives | Page 10 of 29 | On-Trade Progress\";i:1;s:1:\"3\";}i:632;a:2:{i:0;s:63:\"A new study has suggested that the youth are saying no to booze\";i:1;s:1:\"2\";}i:633;a:2:{i:0;s:38:\"A taste of Scotland | Ontrade Progress\";i:1;s:1:\"2\";}i:634;a:2:{i:0;s:74:\"ARYZTA Food Solutions brings an authentic touch of hygee to UK Foodservice\";i:1;s:1:\"2\";}i:635;a:2:{i:0;s:82:\"ARYZTA\'s New Lemon, Chia Seed & Pistachio Loaf Cake for vegans | On-Trade Progress\";i:1;s:1:\"2\";}i:636;a:2:{i:0;s:81:\"ARYZTA\'s New Lemon, Chia Seed & Pistachio Loaf Cake for vegans | Ontrade Progress\";i:1;s:1:\"2\";}i:637;a:2:{i:0;s:60:\"Alex Metcalfe - Introducing beer education to CAMRA festival\";i:1;s:1:\"2\";}i:638;a:2:{i:0;s:58:\"Artis - \'Homme & Femme\' wine decanters | On-Trade Progress\";i:1;s:1:\"2\";}i:639;a:2:{i:0;s:54:\"BII LOYA 2018 finalists announced! | On-Trade Progress\";i:1;s:1:\"2\";}i:640;a:2:{i:0;s:53:\"BII LOYA 2018 finalists announced! | Ontrade Progress\";i:1;s:1:\"2\";}i:641;a:2:{i:0;s:48:\"Barware & Tableware Archives | On-Trade Progress\";i:1;s:1:\"2\";}i:642;a:2:{i:0;s:65:\"BrewDog has today launched its first beer for dogs, Subwoofer IPA\";i:1;s:1:\"2\";}i:643;a:2:{i:0;s:70:\"Brighton Gin limited edition pride bottle announced | Ontrade Progress\";i:1;s:1:\"2\";}i:644;a:2:{i:0;s:71:\"Britvic unveils new pet format for Drench Sparkling | On-Trade Progress\";i:1;s:1:\"2\";}i:645;a:2:{i:0;s:79:\"Brooklyn Gin incentive offers trips to Bar Convent Brooklyn | On-Trade Progress\";i:1;s:1:\"2\";}i:646;a:2:{i:0;s:68:\"Canny Caterers set to score with new limited edition football muffin\";i:1;s:1:\"2\";}i:647;a:2:{i:0;s:80:\"Casual Dining Restaurant & Pub Awards 2018: Winners announced | Ontrade Progress\";i:1;s:1:\"2\";}i:648;a:2:{i:0;s:81:\"Cocktail culture - Hi-Spirits celebrates London Cocktail Week | On-Trade Progress\";i:1;s:1:\"2\";}i:649;a:2:{i:0;s:80:\"Cocktail culture - Hi-Spirits celebrates London Cocktail Week | Ontrade Progress\";i:1;s:1:\"2\";}i:650;a:2:{i:0;s:63:\"Cocktail of the Month - Tia Maria Cappuccino | Ontrade Progress\";i:1;s:1:\"2\";}i:651;a:2:{i:0;s:60:\"Cost pressures risk sector job creation, warns UKHospitality\";i:1;s:1:\"2\";}i:652;a:2:{i:0;s:60:\"Cuban Sandwich Festival with a Little Help from French’s®\";i:1;s:1:\"2\";}i:653;a:2:{i:0;s:66:\"Drury launches new bedroom hot drinks selection | Ontrade Progress\";i:1;s:1:\"2\";}i:654;a:2:{i:0;s:42:\"Entertainment Archives | On-Trade Progress\";i:1;s:1:\"2\";}i:655;a:2:{i:0;s:72:\"Euroboozer gets lucky with O\'Hara\'s distribution deal | Ontrade Progress\";i:1;s:1:\"2\";}i:656;a:2:{i:0;s:68:\"Euroboozer seizes exclusive UK distribution of Denmark’s Mikkeller\";i:1;s:1:\"2\";}i:657;a:2:{i:0;s:71:\"Europa expands management team amidst 2018 expansion | Ontrade Progress\";i:1;s:1:\"2\";}i:658;a:2:{i:0;s:66:\"Expert\'s View - Tim Page, CAMRA Chief Executive | Ontrade Progress\";i:1;s:1:\"2\";}i:659;a:2:{i:0;s:70:\"Falcon Foodservice appoints Ruby Hennessey as Customer Service Manager\";i:1;s:1:\"2\";}i:660;a:2:{i:0;s:61:\"Falcon has launched an electric version of its F900 chargrill\";i:1;s:1:\"2\";}i:661;a:2:{i:0;s:55:\"Festive flavours top of the menu with new Real Soup Co.\";i:1;s:1:\"2\";}i:662;a:2:{i:0;s:62:\"Food advertising restrictions will harm the hospitality sector\";i:1;s:1:\"2\";}i:663;a:2:{i:0;s:63:\"Get paid as you earn for the month of Christmas to help anxiety\";i:1;s:1:\"2\";}i:664;a:2:{i:0;s:63:\"Grand Trunk Road - Lahori Keema Matar From Sharma & Rajesh Suri\";i:1;s:1:\"2\";}i:665;a:2:{i:0;s:56:\"Grand Trunk Road standard recipe card | Ontrade Progress\";i:1;s:1:\"2\";}i:666;a:2:{i:0;s:88:\"HEINEKEN Announces Worldwide Partnership for Rugby World Cup 2019™ | On-Trade Progress\";i:1;s:1:\"2\";}i:667;a:2:{i:0;s:52:\"Hogs Back Brewery ‘Adopt a Hop\' Helps Hospice Care\";i:1;s:1:\"2\";}i:668;a:2:{i:0;s:74:\"International Cuban Sandwich Festival with a little help from French’s®\";i:1;s:1:\"2\";}i:669;a:2:{i:0;s:28:\"Issue #22 | Ontrade Progress\";i:1;s:1:\"2\";}i:670;a:2:{i:0;s:28:\"Issue #31 | Ontrade Progress\";i:1;s:1:\"2\";}i:671;a:2:{i:0;s:50:\"Lanchester Wines: Summer Drinks | Ontrade Progress\";i:1;s:1:\"2\";}i:672;a:2:{i:0;s:79:\"Mac & Wild head home to the Highlands to open new restaurant | Ontrade Progress\";i:1;s:1:\"2\";}i:673;a:2:{i:0;s:77:\"Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live! | Ontrade Progress\";i:1;s:1:\"2\";}i:674;a:2:{i:0;s:65:\"Mr Fogg\'s Launch Mr Fogg\'s House Of Botanicals | Ontrade Progress\";i:1;s:1:\"2\";}i:675;a:2:{i:0;s:70:\"Mr Fogg’s residence celebrates world cocktail day | Ontrade Progress\";i:1;s:1:\"2\";}i:676;a:2:{i:0;s:35:\"Musical Moments | On-Trade Progress\";i:1;s:1:\"2\";}i:677;a:2:{i:0;s:49:\"New Picardie Carafe from Artis | Ontrade Progress\";i:1;s:1:\"2\";}i:678;a:2:{i:0;s:56:\"Nine Lives launches new cocktail menu | Ontrade Progress\";i:1;s:1:\"2\";}i:679;a:2:{i:0;s:63:\"Norfolk refrigeration manufacturer celebrates tenth anniversary\";i:1;s:1:\"2\";}i:680;a:2:{i:0;s:92:\"Old Mout is expanding their flavoured cider range - Raspberry & Pineapple | Ontrade Progress\";i:1;s:1:\"2\";}i:681;a:2:{i:0;s:67:\"On the Plate - Quorn Bao Buns with Quorn pieces | On-Trade Progress\";i:1;s:1:\"2\";}i:682;a:2:{i:0;s:75:\"Ontrade Progress partner with Restaurant & Bar Tech Live | Ontrade Progress\";i:1;s:1:\"2\";}i:683;a:2:{i:0;s:53:\"Out in the open with Wetherspoons | On-Trade Progress\";i:1;s:1:\"2\";}i:684;a:2:{i:0;s:51:\"Outdoor Design & Catering Trends | Ontrade Progress\";i:1;s:1:\"2\";}i:685;a:2:{i:0;s:64:\"Parsley in Time expands sales team with top tableware specialist\";i:1;s:1:\"2\";}i:686;a:2:{i:0;s:36:\"Pipers wins again | Ontrade Progress\";i:1;s:1:\"2\";}i:687;a:2:{i:0;s:72:\"Price reduction on vintage style glassware from Artis | Ontrade Progress\";i:1;s:1:\"2\";}i:688;a:2:{i:0;s:53:\"Q&A with Chris Howard at FlexFurn | On-Trade Progress\";i:1;s:1:\"2\";}i:689;a:2:{i:0;s:69:\"Salcombe Gin Voyager Series is set to add its first sloe & damson gin\";i:1;s:1:\"2\";}i:690;a:2:{i:0;s:55:\"Score with cheese burger dough balls | Ontrade Progress\";i:1;s:1:\"2\";}i:691;a:2:{i:0;s:57:\"Seasonal Christmas glassware picks from distributer Artis\";i:1;s:1:\"2\";}i:692;a:2:{i:0;s:47:\"Sky Sports releases fixtures | Ontrade Progress\";i:1;s:1:\"2\";}i:693;a:2:{i:0;s:73:\"Spooky Muffin set to raise the spirits this halloween | On-Trade Progress\";i:1;s:1:\"2\";}i:694;a:2:{i:0;s:69:\"St James has launched a new musical cocktail menu | On-Trade Progress\";i:1;s:1:\"2\";}i:695;a:2:{i:0;s:60:\"Sun Valley Nuts Turns Up the Heat with Tabasco® Partnership\";i:1;s:1:\"2\";}i:696;a:2:{i:0;s:59:\"Tansun Heaters installed at luxury hotel | Ontrade Progress\";i:1;s:1:\"2\";}i:697;a:2:{i:0;s:51:\"Taste Test - Soft Drinks Review | On-Trade Progress\";i:1;s:1:\"2\";}i:698;a:2:{i:0;s:65:\"Thanksgiving comes to the UK in four different BBQ sauce flavours\";i:1;s:1:\"2\";}i:699;a:2:{i:0;s:44:\"The Fridge as a Phone Box | Ontrade Progress\";i:1;s:1:\"2\";}i:700;a:2:{i:0;s:70:\"Tips on how to keep your cocktail offering on trend | Ontrade Progress\";i:1;s:1:\"2\";}i:701;a:2:{i:0;s:81:\"Two million extra pints to be sold on blockbuster day of sport | Ontrade Progress\";i:1;s:1:\"2\";}i:702;a:2:{i:0;s:68:\"UK Government: UKHospitality reaction to the No Deal tariffs on food\";i:1;s:1:\"2\";}i:703;a:2:{i:0;s:49:\"UKH warns against MUP in Wales | Ontrade Progress\";i:1;s:1:\"2\";}i:704;a:2:{i:0;s:72:\"UKHospitality - New tipping legislation regarding tipping is unnecessary\";i:1;s:1:\"2\";}i:705;a:2:{i:0;s:59:\"UKHospitality reaction to National Living Wage announcement\";i:1;s:1:\"2\";}i:706;a:2:{i:0;s:52:\"UKHospitality welcomes CMA\'s action on booking sites\";i:1;s:1:\"2\";}i:707;a:2:{i:0;s:71:\"Unique Hospitality Management adds trio of new pubs | On-Trade Progress\";i:1;s:1:\"2\";}i:708;a:2:{i:0;s:81:\"VII Hills Italian Dry Gin sign two new distributors in Europe | On-Trade Progress\";i:1;s:1:\"2\";}i:709;a:2:{i:0;s:77:\"Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone\";i:1;s:1:\"2\";}i:710;a:2:{i:0;s:49:\"WKD cocktail christmas bauble | On-Trade Progress\";i:1;s:1:\"2\";}i:711;a:2:{i:0;s:49:\"Want to Find the Best Talent? | On-Trade Progress\";i:1;s:1:\"2\";}i:712;a:2:{i:0;s:110:\"Way To Go - Award-winning microbrewery brews up funding for South Downs National Park Trust | Ontrade Progress\";i:1;s:1:\"2\";}i:713;a:2:{i:0;s:58:\"We caught up with Emma Wilson to discuss WRS\'s POS systems\";i:1;s:1:\"2\";}i:714;a:2:{i:0;s:64:\"We sat down with Terry Osbourne and discussed business insurance\";i:1;s:1:\"2\";}i:715;a:2:{i:0;s:70:\"We spoke with Nick DeBorde, of Beaumont, to discuss why optics are key\";i:1;s:1:\"2\";}i:716;a:2:{i:0;s:61:\"Williams Refrigeration has been a big shake up of their staff\";i:1;s:1:\"2\";}i:717;a:2:{i:0;s:79:\"Win a VIP trip in July to New Orleans with Southern Comfort | On-Trade Progress\";i:1;s:1:\"2\";}i:718;a:2:{i:0;s:78:\"Win a VIP trip in July to New Orleans with Southern Comfort | Ontrade Progress\";i:1;s:1:\"2\";}i:719;a:2:{i:0;s:89:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE) | Ontrade Progress\";i:1;s:1:\"2\";}i:720;a:2:{i:0;s:138:\"a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide | Ontrade Progress\";i:1;s:1:\"2\";}i:721;a:2:{i:0;s:69:\"ave you considered a career as a catering equipment service engineer?\";i:1;s:1:\"2\";}i:722;a:2:{i:0;s:76:\"new gold-plated barware from Artis perfect for cocktails | On-Trade Progress\";i:1;s:1:\"2\";}i:723;a:2:{i:0;s:23:\"2019 | Ontrade Progress\";i:1;s:1:\"1\";}i:724;a:2:{i:0;s:55:\"A panini grill to thrill from Hendi | On-Trade Progress\";i:1;s:1:\"1\";}i:725;a:2:{i:0;s:54:\"A panini grill to thrill from Hendi | Ontrade Progress\";i:1;s:1:\"1\";}i:726;a:2:{i:0;s:58:\"A whole new kitchen for Restaurant 2018 | Ontrade Progress\";i:1;s:1:\"1\";}i:727;a:2:{i:0;s:62:\"A.C. Entertainment Technologies Ireland Ltd opens for business\";i:1;s:1:\"1\";}i:728;a:2:{i:0;s:58:\"A.C. Entertainment Technologies supports backstage academy\";i:1;s:1:\"1\";}i:729;a:2:{i:0;s:61:\"A.C. Entertainment Technologies to host July NEXO UK open day\";i:1;s:1:\"1\";}i:730;a:2:{i:0;s:82:\"AC-ET Ireland\'s Aaron Cripps and AC-ET\'s David Leggett - Press | On-Trade Progress\";i:1;s:1:\"1\";}i:731;a:2:{i:0;s:81:\"AC-ET Ireland\'s Aaron Cripps and AC-ET\'s David Leggett - Press | Ontrade Progress\";i:1;s:1:\"1\";}i:732;a:2:{i:0;s:55:\"Action on Sugar call for a ban on high sugar milkshakes\";i:1;s:1:\"1\";}i:733;a:2:{i:0;s:52:\"All things don\'t need to be equal | Ontrade Progress\";i:1;s:1:\"1\";}i:734;a:2:{i:0;s:57:\"Aroma Academy - Making sense of things | Ontrade Progress\";i:1;s:1:\"1\";}i:735;a:2:{i:0;s:50:\"Artis - Spiral Glass Sensations | Ontrade Progress\";i:1;s:1:\"1\";}i:736;a:2:{i:0;s:33:\"Ask Barbarella | Ontrade Progress\";i:1;s:1:\"1\";}i:737;a:2:{i:0;s:92:\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods | On-Trade Progress\";i:1;s:1:\"1\";}i:738;a:2:{i:0;s:58:\"Award triumphs for the exceptional Salcombe Distilling Co.\";i:1;s:1:\"1\";}i:739;a:2:{i:0;s:68:\"BBPA ‘bitterly disappointed’ by low alcohol consultation outcome\";i:1;s:1:\"1\";}i:740;a:2:{i:0;s:32:\"BFBi Logo HD | On-Trade Progress\";i:1;s:1:\"1\";}i:741;a:2:{i:0;s:101:\"Bars, Restaurants and Airport Lounges – let customers tune into your muted TVs! | On-Trade Progress\";i:1;s:1:\"1\";}i:742;a:2:{i:0;s:100:\"Bars, Restaurants and Airport Lounges – let customers tune into your muted TVs! | Ontrade Progress\";i:1;s:1:\"1\";}i:743;a:2:{i:0;s:34:\"Beer Barometer | On-Trade Progress\";i:1;s:1:\"1\";}i:744;a:2:{i:0;s:34:\"Belvoir drinks | On-Trade Progress\";i:1;s:1:\"1\";}i:745;a:2:{i:0;s:41:\"Berry Cooler Cocktail | On-Trade Progress\";i:1;s:1:\"1\";}i:746;a:2:{i:0;s:91:\"Bimber ?wi?tuje kamie? milowy whisky dzi?ki klubowi za?o?ycieli i ekskluzywnej beczce\";i:1;s:1:\"1\";}i:747;a:2:{i:0;s:56:\"Birra Moretti UK Pint Glass 3D Render | Ontrade Progress\";i:1;s:1:\"1\";}i:748;a:2:{i:0;s:108:\"Black Bull Scotch Whisky unveils British GT Sponsorship with McLaren 570S GT4 & Garage 59 | Ontrade Progress\";i:1;s:1:\"1\";}i:749;a:2:{i:0;s:74:\"Bohem Brewery and St Austell launch collaboration lager | Ontrade Progress\";i:1;s:1:\"1\";}i:750;a:2:{i:0;s:59:\"Brakes celebrates British food fortnight | Ontrade Progress\";i:1;s:1:\"1\";}i:751;a:2:{i:0;s:49:\"Brakes extends meat-free range | Ontrade Progress\";i:1;s:1:\"1\";}i:752;a:2:{i:0;s:60:\"Brakspear raises £42,000 for Marie Curie | Ontrade Progress\";i:1;s:1:\"1\";}i:753;a:2:{i:0;s:57:\"BrewDog has opened a new bar in Hungary: BrewDog Budapest\";i:1;s:1:\"1\";}i:754;a:2:{i:0;s:66:\"Brewers Association American craft breweries show (21-23 February)\";i:1;s:1:\"1\";}i:755;a:2:{i:0;s:63:\"British bartender wins the International Southern Showdown 2018\";i:1;s:1:\"1\";}i:756;a:2:{i:0;s:74:\"British supplier Essential Cuisine are offering festive prizes in November\";i:1;s:1:\"1\";}i:757;a:2:{i:0;s:65:\"BullGuard VPN?NordVPN??????????????\";i:1;s:1:\"1\";}i:758;a:2:{i:0;s:76:\"Bulmers celebrates the Apple growers with new cider range | Ontrade Progress\";i:1;s:1:\"1\";}i:759;a:2:{i:0;s:51:\"Business Archives | Page 6 of 24 | Ontrade Progress\";i:1;s:1:\"1\";}i:760;a:2:{i:0;s:66:\"CAMRA celebrates pub planning loophole closure | On-Trade Progress\";i:1;s:1:\"1\";}i:761;a:2:{i:0;s:69:\"CO2 shortages disrupt carbonated drinks production | Ontrade Progress\";i:1;s:1:\"1\";}i:762;a:2:{i:0;s:68:\"Caorunn collaborate with Scottish designer to champion craftsmanship\";i:1;s:1:\"1\";}i:763;a:2:{i:0;s:52:\"Carlsberg UK Launches Competition | Ontrade Progress\";i:1;s:1:\"1\";}i:764;a:2:{i:0;s:51:\"Carlsberg using MRM POS Creator | On-Trade Progress\";i:1;s:1:\"1\";}i:765;a:2:{i:0;s:81:\"Casual Dining Restaurant & Pub Awards 2018: Winners announced | On-Trade Progress\";i:1;s:1:\"1\";}i:766;a:2:{i:0;s:185:\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales | On-Trade Progress\";i:1;s:1:\"1\";}i:767;a:2:{i:0;s:230:\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities | On-Trade Progress\";i:1;s:1:\"1\";}i:768;a:2:{i:0;s:64:\"Cocktail of the Month - Tia Maria Cappuccino | On-Trade Progress\";i:1;s:1:\"1\";}i:769;a:2:{i:0;s:40:\"Cocktail of the month | Ontrade Progress\";i:1;s:1:\"1\";}i:770;a:2:{i:0;s:65:\"Colicci opens their first kiosk in Green Park | On-Trade Progress\";i:1;s:1:\"1\";}i:771;a:2:{i:0;s:68:\"Commercial Kitchen confirms best show yet ahead of bigger 2019 event\";i:1;s:1:\"1\";}i:772;a:2:{i:0;s:39:\"Contactless capacity | Ontrade Progress\";i:1;s:1:\"1\";}i:773;a:2:{i:0;s:35:\"Design Archives | On-Trade Progress\";i:1;s:1:\"1\";}i:774;a:2:{i:0;s:25:\"Design | Ontrade Progress\";i:1;s:1:\"1\";}i:775;a:2:{i:0;s:55:\"Digital marketing and staying social | Ontrade Progress\";i:1;s:1:\"1\";}i:776;a:2:{i:0;s:50:\"Drink Wine Without a Hangover? | On-Trade Progress\";i:1;s:1:\"1\";}i:777;a:2:{i:0;s:58:\"Drinkaware bystander campaign June 2018 | Ontrade Progress\";i:1;s:1:\"1\";}i:778;a:2:{i:0;s:51:\"Drinks Archives | Page 13 of 20 | On-Trade Progress\";i:1;s:1:\"1\";}i:779;a:2:{i:0;s:50:\"Drinks Archives | Page 2 of 20 | On-Trade Progress\";i:1;s:1:\"1\";}i:780;a:2:{i:0;s:48:\"Drinks Archives | Page 2 of 7 | Ontrade Progress\";i:1;s:1:\"1\";}i:781;a:2:{i:0;s:49:\"Drinks Archives | Page 4 of 22 | Ontrade Progress\";i:1;s:1:\"1\";}i:782;a:2:{i:0;s:68:\"Dropping of the £30,000 minimum salary threshold | Ontrade Progress\";i:1;s:1:\"1\";}i:783;a:2:{i:0;s:57:\"Drury Launches its 2018 Christmas tea | On-Trade Progress\";i:1;s:1:\"1\";}i:784;a:2:{i:0;s:56:\"Drury Launches its 2018 Christmas tea | Ontrade Progress\";i:1;s:1:\"1\";}i:785;a:2:{i:0;s:73:\"EC founder Nigel Crane, who steps down in summer 2018 | On-Trade Progress\";i:1;s:1:\"1\";}i:786;a:2:{i:0;s:46:\"EPOS - Q&A: Star Micronics | On-Trade Progress\";i:1;s:1:\"1\";}i:787;a:2:{i:0;s:68:\"Enhance world cup experience with Tansun heaters | On-Trade Progress\";i:1;s:1:\"1\";}i:788;a:2:{i:0;s:67:\"Enhance world cup experience with Tansun heaters | Ontrade Progress\";i:1;s:1:\"1\";}i:789;a:2:{i:0;s:87:\"Enoitalia launches Alberto Nani Organic Prosecco at London Wine Fair | Ontrade Progress\";i:1;s:1:\"1\";}i:790;a:2:{i:0;s:46:\"Expert\'s View - Ufi Ibrahim | Ontrade Progress\";i:1;s:1:\"1\";}i:791;a:2:{i:0;s:66:\"Expert’s View – John Porter, Beer Sommelier | Ontrade Progress\";i:1;s:1:\"1\";}i:792;a:2:{i:0;s:71:\"Expert’s View – Ufi Ibrahim, BHA Chief Executive | Ontrade Progress\";i:1;s:1:\"1\";}i:793;a:2:{i:0;s:67:\"FEM adds exceptionally experienced foodservice professional to team\";i:1;s:1:\"1\";}i:794;a:2:{i:0;s:49:\"FEM strengthens marketing team | Ontrade Progress\";i:1;s:1:\"1\";}i:795;a:2:{i:0;s:73:\"Falcon’s new electric fryer is fast, energy efficiency and good looking\";i:1;s:1:\"1\";}i:796;a:2:{i:0;s:64:\"Fat Media celebrates track record of success | On-Trade Progress\";i:1;s:1:\"1\";}i:797;a:2:{i:0;s:54:\"Fat Media on social media outreach | On-Trade Progress\";i:1;s:1:\"1\";}i:798;a:2:{i:0;s:72:\"Fentimans are launching their Rose Lemonade cocktails | Ontrade Progress\";i:1;s:1:\"1\";}i:799;a:2:{i:0;s:70:\"Fentimans launches a new light range of soft drinks | Ontrade Progress\";i:1;s:1:\"1\";}i:800;a:2:{i:0;s:47:\"Festivals & Events Archives | On-Trade Progress\";i:1;s:1:\"1\";}i:801;a:2:{i:0;s:70:\"Filter coffee is making headway across the country | On-Trade Progress\";i:1;s:1:\"1\";}i:802;a:2:{i:0;s:46:\"Food Archives | Page 2 of 9 | Ontrade Progress\";i:1;s:1:\"1\";}i:803;a:2:{i:0;s:47:\"Food Archives | Page 3 of 10 | Ontrade Progress\";i:1;s:1:\"1\";}i:804;a:2:{i:0;s:47:\"Food Archives | Page 7 of 8 | On-Trade Progress\";i:1;s:1:\"1\";}i:805;a:2:{i:0;s:63:\"Frederick Forster returns to D&D London as head chef of Plateau\";i:1;s:1:\"1\";}i:806;a:2:{i:0;s:44:\"Freshers... More to give | On-Trade Progress\";i:1;s:1:\"1\";}i:807;a:2:{i:0;s:43:\"Freshers... More to give | Ontrade Progress\";i:1;s:1:\"1\";}i:808;a:2:{i:0;s:67:\"Fresher’s Week - This is one to watch out for | On-Trade Progress\";i:1;s:1:\"1\";}i:809;a:2:{i:0;s:55:\"From London to Nationwide - EPos Giants 3R Telecom Ltd.\";i:1;s:1:\"1\";}i:810;a:2:{i:0;s:39:\"From grape to glass | On-Trade Progress\";i:1;s:1:\"1\";}i:811;a:2:{i:0;s:65:\"Frozé: Frozen cocktails just got much cooler | On-Trade Progress\";i:1;s:1:\"1\";}i:812;a:2:{i:0;s:60:\"Funkin extends innovation lab training programme to Scotland\";i:1;s:1:\"1\";}i:813;a:2:{i:0;s:46:\"Funkin innovation champion | On-Trade Progress\";i:1;s:1:\"1\";}i:814;a:2:{i:0;s:39:\"Furnishing Festivals | Ontrade Progress\";i:1;s:1:\"1\";}i:815;a:2:{i:0;s:43:\"GTR standard recipe card | Ontrade Progress\";i:1;s:1:\"1\";}i:816;a:2:{i:0;s:52:\"Gaming machines vital pub revenue | Ontrade Progress\";i:1;s:1:\"1\";}i:817;a:2:{i:0;s:42:\"Giffard Lavender Syrup | On-Trade Progress\";i:1;s:1:\"1\";}i:818;a:2:{i:0;s:41:\"Giffard Lavender Syrup | Ontrade Progress\";i:1;s:1:\"1\";}i:819;a:2:{i:0;s:40:\"Giffard West Cup 2019 | Ontrade Progress\";i:1;s:1:\"1\";}i:820;a:2:{i:0;s:58:\"Gill Meller\'s Food Pairing Suggestions | On-Trade Progress\";i:1;s:1:\"1\";}i:821;a:2:{i:0;s:56:\"Good Farm animal welfare awards 2018 | On-Trade Progress\";i:1;s:1:\"1\";}i:822;a:2:{i:0;s:97:\"Government legislation must be more enforceable to tackle home-sharing misuse | On-Trade Progress\";i:1;s:1:\"1\";}i:823;a:2:{i:0;s:65:\"Green eco-friendly straws – made of plastic | On-Trade Progress\";i:1;s:1:\"1\";}i:824;a:2:{i:0;s:64:\"Green eco-friendly straws – made of plastic | Ontrade Progress\";i:1;s:1:\"1\";}i:825;a:2:{i:0;s:62:\"Greening the planet with leftover ice cubes | Ontrade Progress\";i:1;s:1:\"1\";}i:826;a:2:{i:0;s:60:\"Guild of Beer Writers opens annual awards | Ontrade Progress\";i:1;s:1:\"1\";}i:827;a:2:{i:0;s:70:\"Guild of Beer writers appoints Pete Brown as chair | On-Trade Progress\";i:1;s:1:\"1\";}i:828;a:2:{i:0;s:78:\"HIT apprentice becomes first to complete Hospitality Supervisor Apprenticeship\";i:1;s:1:\"1\";}i:829;a:2:{i:0;s:93:\"Half of hospitality businesses risk losing their apprenticeship levy fund | On-Trade Progress\";i:1;s:1:\"1\";}i:830;a:2:{i:0;s:32:\"Heineken 0.0 | On-Trade Progress\";i:1;s:1:\"1\";}i:831;a:2:{i:0;s:96:\"Heineken Launches Desperados Dos to Expand Into Late Night Drinking Occasions | Ontrade Progress\";i:1;s:1:\"1\";}i:832;a:2:{i:0;s:66:\"Hobart to merge devisions and become the Hobart Equipment Division\";i:1;s:1:\"1\";}i:833;a:2:{i:0;s:82:\"Hogs Back Brewery meets increased demand with £300k investment | Ontrade Progress\";i:1;s:1:\"1\";}i:834;a:2:{i:0;s:69:\"Home Office toolkit for EU nationals a welcome step forward, says UKH\";i:1;s:1:\"1\";}i:835;a:2:{i:0;s:69:\"Homebrewers can now create their own beer recipes | On-Trade Progress\";i:1;s:1:\"1\";}i:836;a:2:{i:0;s:79:\"Hooray Harry! Brakspear pubs set to celebrate Royal Wedding | On-Trade Progress\";i:1;s:1:\"1\";}i:837;a:2:{i:0;s:112:\"Hotelympia Partners with British Hospitality Association to Support Cut Tourism VAT Campaign | On-Trade Progress\";i:1;s:1:\"1\";}i:838;a:2:{i:0;s:78:\"House of Lords Korean BBQ sauce from Creative Foods Europe | On-Trade Progress\";i:1;s:1:\"1\";}i:839;a:2:{i:0;s:77:\"How Brexit is Guaranteed to Unlock Success for Your Kids. | On-Trade Progress\";i:1;s:1:\"1\";}i:840;a:2:{i:0;s:52:\"Improve the Quality of Your Beer | On-Trade Progress\";i:1;s:1:\"1\";}i:841;a:2:{i:0;s:51:\"Improve the Quality of Your Beer | Ontrade Progress\";i:1;s:1:\"1\";}i:842;a:2:{i:0;s:28:\"Issue #29 | Ontrade Progress\";i:1;s:1:\"1\";}i:843;a:2:{i:0;s:51:\"Karen-Wallace-and-William-Scott | On-Trade Progress\";i:1;s:1:\"1\";}i:844;a:2:{i:0;s:86:\"Krombacher completed their pub walk for the Licensed Trade Charity | On-Trade Progress\";i:1;s:1:\"1\";}i:845;a:2:{i:0;s:58:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries | On-Trade Progress\";i:1;s:1:\"1\";}i:846;a:2:{i:0;s:51:\"Lanchester Wines: Summer Drinks | On-Trade Progress\";i:1;s:1:\"1\";}i:847;a:2:{i:0;s:30:\"Lee Kum Kee | Ontrade Progress\";i:1;s:1:\"1\";}i:848;a:2:{i:0;s:75:\"Lynx Purchasing says businesses need to be Brexit-proof | On-Trade Progress\";i:1;s:1:\"1\";}i:849;a:2:{i:0;s:57:\"Magazine London is set to open in Greenwich - summer 2019\";i:1;s:1:\"1\";}i:850;a:2:{i:0;s:131:\"Margot: “Pinkspiration” initiative to get hospitality operators to drive blood stem cell donor registrations | Ontrade Progress\";i:1;s:1:\"1\";}i:851;a:2:{i:0;s:80:\"Marston’s Sell Out During the Ashes Test Match at Edgbaston | Ontrade Progress\";i:1;s:1:\"1\";}i:852;a:2:{i:0;s:121:\"Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman to help build the company globally | Ontrade Progress\";i:1;s:1:\"1\";}i:853;a:2:{i:0;s:70:\"Michelin-starred chef Peter Joseph will share the skills taught to him\";i:1;s:1:\"1\";}i:854;a:2:{i:0;s:64:\"Millennial diners prove big on brand loyalty | On-Trade Progress\";i:1;s:1:\"1\";}i:855;a:2:{i:0;s:36:\"Misty Isle Vodka | On-Trade Progress\";i:1;s:1:\"1\";}i:856;a:2:{i:0;s:60:\"Moffat presents eye-catching duo at The Restaurant Show 2018\";i:1;s:1:\"1\";}i:857;a:2:{i:0;s:28:\"Moxy logo | Ontrade Progress\";i:1;s:1:\"1\";}i:858;a:2:{i:0;s:71:\"Mr Fogg’s residence celebrates world cocktail day | On-Trade Progress\";i:1;s:1:\"1\";}i:859;a:2:{i:0;s:50:\"Mrs Foggs comes to East London | On-Trade Progress\";i:1;s:1:\"1\";}i:860;a:2:{i:0;s:58:\"Mulling Spices Spice Drops are an essential this Christmas\";i:1;s:1:\"1\";}i:861;a:2:{i:0;s:120:\"NDML are at the Forefront of Insurance Broking for Nightclubs, Late Bars and Leisure Establishments. | On-Trade Progress\";i:1;s:1:\"1\";}i:862;a:2:{i:0;s:59:\"NEW! Cold brew coffee in cans from Drury | Ontrade Progress\";i:1;s:1:\"1\";}i:863;a:2:{i:0;s:35:\"Naturally Cloudy | Ontrade Progress\";i:1;s:1:\"1\";}i:864;a:2:{i:0;s:72:\"Nelson will show examples of its kitchens at the Casual Dining Show 2019\";i:1;s:1:\"1\";}i:865;a:2:{i:0;s:46:\"New Curry Flavour Seasoning | Ontrade Progress\";i:1;s:1:\"1\";}i:866;a:2:{i:0;s:59:\"New Dutch egg safety report shows need for higher standards\";i:1;s:1:\"1\";}i:867;a:2:{i:0;s:95:\"New calorie and nutrition labels on all cider packaging pledge from Heineken | Ontrade Progress\";i:1;s:1:\"1\";}i:868;a:2:{i:0;s:73:\"New legislation on drinking alcohol at airports in the UK - UKHospitality\";i:1;s:1:\"1\";}i:869;a:2:{i:0;s:66:\"New vintage style cocktail glassware from Artis | Ontrade Progress\";i:1;s:1:\"1\";}i:870;a:2:{i:0;s:55:\"Nice One Cyril! Carden Park Chef Takes North West Crown\";i:1;s:1:\"1\";}i:871;a:2:{i:0;s:58:\"Novus Tea Warmer Teapot Timer Stack med | Ontrade Progress\";i:1;s:1:\"1\";}i:872;a:2:{i:0;s:67:\"Oliver Kay Produce appoints new development chef | Ontrade Progress\";i:1;s:1:\"1\";}i:873;a:2:{i:0;s:50:\"On-Trade Progress gets Social! | On-Trade Progress\";i:1;s:1:\"1\";}i:874;a:2:{i:0;s:32:\"On... Coffee | On-Trade Progress\";i:1;s:1:\"1\";}i:875;a:2:{i:0;s:38:\"On… Vodka Feature | Ontrade Progress\";i:1;s:1:\"1\";}i:876;a:2:{i:0;s:52:\"Out in the open with Wetherspoons | Ontrade Progress\";i:1;s:1:\"1\";}i:877;a:2:{i:0;s:52:\"Outdoor Design & Catering Trends | On-Trade Progress\";i:1;s:1:\"1\";}i:878;a:2:{i:0;s:59:\"Overwhelming public support for sugar and calorie reduction\";i:1;s:1:\"1\";}i:879;a:2:{i:0;s:56:\"PPL PRS - Get to know your licenses with TheMusicLicense\";i:1;s:1:\"1\";}i:880;a:2:{i:0;s:57:\"Pearl of an idea from sous vide tools | On-Trade Progress\";i:1;s:1:\"1\";}i:881;a:2:{i:0;s:56:\"Pearl of an idea from sous vide tools | Ontrade Progress\";i:1;s:1:\"1\";}i:882;a:2:{i:0;s:61:\"Pipers Crisps Jalepeno_dill_40g_new design | Ontrade Progress\";i:1;s:1:\"1\";}i:883;a:2:{i:0;s:37:\"Pipers wins again | On-Trade Progress\";i:1;s:1:\"1\";}i:884;a:2:{i:0;s:64:\"Pizza: a slice of big Sicilian style supplied | Ontrade Progress\";i:1;s:1:\"1\";}i:885;a:2:{i:0;s:73:\"Price reduction on vintage style glassware from Artis | On-Trade Progress\";i:1;s:1:\"1\";}i:886;a:2:{i:0;s:41:\"Prmier league fixtures | Ontrade Progress\";i:1;s:1:\"1\";}i:887;a:2:{i:0;s:99:\"ProLights LEDs are a Key Fixture at the British Grand Prix Party at Silverstone | On-Trade Progress\";i:1;s:1:\"1\";}i:888;a:2:{i:0;s:74:\"Proof Drinks Paul Ferguson Jeremy Hill James McDermott | On-Trade Progress\";i:1;s:1:\"1\";}i:889;a:2:{i:0;s:73:\"Proof Drinks Paul Ferguson Jeremy Hill James McDermott | Ontrade Progress\";i:1;s:1:\"1\";}i:890;a:2:{i:0;s:35:\"Quilmes Clasica | On-Trade Progress\";i:1;s:1:\"1\";}i:891;a:2:{i:0;s:49:\"Rabbit celebrates Peas & Love | On-Trade Progress\";i:1;s:1:\"1\";}i:892;a:2:{i:0;s:48:\"Rabbit celebrates Peas & Love | Ontrade Progress\";i:1;s:1:\"1\";}i:893;a:2:{i:0;s:65:\"Real Deli Co. and the profit power of houmous | On-Trade Progress\";i:1;s:1:\"1\";}i:894;a:2:{i:0;s:72:\"Red Door, the latest gin offering from Benromach Distillery, has landed.\";i:1;s:1:\"1\";}i:895;a:2:{i:0;s:50:\"Restaurant & Bar Tech Live 2019 | Ontrade Progress\";i:1;s:1:\"1\";}i:896;a:2:{i:0;s:71:\"Resurgence in Spanish Vermouths Sees Morgenrot Strengthen its Selection\";i:1;s:1:\"1\";}i:897;a:2:{i:0;s:56:\"Rockpool Investments has appointed a new chairman and MD\";i:1;s:1:\"1\";}i:898;a:2:{i:0;s:97:\"Rommel Moseley Drinkaware director of business development and partnerships 3 | On-Trade Progress\";i:1;s:1:\"1\";}i:899;a:2:{i:0;s:64:\"Salcombe Gin – Signature ST Clair Cocktail | On-Trade Progress\";i:1;s:1:\"1\";}i:900;a:2:{i:0;s:50:\"Salted Caramel Latte Macchiatto | Ontrade Progress\";i:1;s:1:\"1\";}i:901;a:2:{i:0;s:68:\"Sauce! New Bottlewarmer delivers perfect quality | On-Trade Progress\";i:1;s:1:\"1\";}i:902;a:2:{i:0;s:56:\"Score with cheese burger dough balls | On-Trade Progress\";i:1;s:1:\"1\";}i:903;a:2:{i:0;s:69:\"Scottish business rates cap - what’s the catch? | On-Trade Progress\";i:1;s:1:\"1\";}i:904;a:2:{i:0;s:54:\"Screen Shot 2018-06-19 at 13.17.07 | On-Trade Progress\";i:1;s:1:\"1\";}i:905;a:2:{i:0;s:65:\"Sixpoint expands UK distribution via Heathwick | Ontrade Progress\";i:1;s:1:\"1\";}i:906;a:2:{i:0;s:82:\"Spice Up Your Life with Country Range’s Five New Curry Pastes | Ontrade Progress\";i:1;s:1:\"1\";}i:907;a:2:{i:0;s:52:\"Star Micronics TouchBistro image | On-Trade Progress\";i:1;s:1:\"1\";}i:908;a:2:{i:0;s:81:\"Strongbow - Real people, a real put and of course, real arrows | Ontrade Progress\";i:1;s:1:\"1\";}i:909;a:2:{i:0;s:67:\"Tableware to impress at the Restaurant Show 2018 | Ontrade Progress\";i:1;s:1:\"1\";}i:910;a:2:{i:0;s:58:\"Tansun Logo Final Ammendment1459339708 | On-Trade Progress\";i:1;s:1:\"1\";}i:911;a:2:{i:0;s:83:\"Tansun\'s radiant heating panels are the future of indoor heating | Ontrade Progress\";i:1;s:1:\"1\";}i:912;a:2:{i:0;s:45:\"Taste Test - Bagged Snacks | Ontrade Progress\";i:1;s:1:\"1\";}i:913;a:2:{i:0;s:38:\"Technology Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:914;a:2:{i:0;s:63:\"Technology trends set to continue within the hospitality sector\";i:1;s:1:\"1\";}i:915;a:2:{i:0;s:33:\"The Blind Pig | On-Trade Progress\";i:1;s:1:\"1\";}i:916;a:2:{i:0;s:39:\"The Comeback of RTDs | Ontrade Progress\";i:1;s:1:\"1\";}i:917;a:2:{i:0;s:70:\"The King of Soho is in the pink with new gin launch | Ontrade Progress\";i:1;s:1:\"1\";}i:918;a:2:{i:0;s:48:\"The all new WMF CoffeeConnect | Ontrade Progress\";i:1;s:1:\"1\";}i:919;a:2:{i:0;s:50:\"The art of cellar management - Draught beer system\";i:1;s:1:\"1\";}i:920;a:2:{i:0;s:68:\"The hospitality sector is working hard to stamp out illegal gambling\";i:1;s:1:\"1\";}i:921;a:2:{i:0;s:41:\"The luck of the Irish | On-Trade Progress\";i:1;s:1:\"1\";}i:922;a:2:{i:0;s:94:\"The number of distillery businesses in the UK has jumped 30% in just a year | Ontrade Progress\";i:1;s:1:\"1\";}i:923;a:2:{i:0;s:65:\"The ‘must have’ amenities for hotel guests | Ontrade Progress\";i:1;s:1:\"1\";}i:924;a:2:{i:0;s:36:\"Tia Maria bottle | On-Trade Progress\";i:1;s:1:\"1\";}i:925;a:2:{i:0;s:71:\"Tips on how to keep your cocktail offering on trend | On-Trade Progress\";i:1;s:1:\"1\";}i:926;a:2:{i:0;s:62:\"Tomorrow’s Kitchen: Rational shows the future of foodservice\";i:1;s:1:\"1\";}i:927;a:2:{i:0;s:68:\"Tourism Sector Deal cause for celebration for the hospitality sector\";i:1;s:1:\"1\";}i:928;a:2:{i:0;s:72:\"Trends in furniture design for bars and restaurants. | On-Trade Progress\";i:1;s:1:\"1\";}i:929;a:2:{i:0;s:33:\"Trio Choc Band | Ontrade Progress\";i:1;s:1:\"1\";}i:930;a:2:{i:0;s:49:\"UK food service quality awards | Ontrade Progress\";i:1;s:1:\"1\";}i:931;a:2:{i:0;s:73:\"UK restaurant industry to call on the government to review business rates\";i:1;s:1:\"1\";}i:932;a:2:{i:0;s:68:\"UK to get a boost from visitors from the US during Thanksgiving week\";i:1;s:1:\"1\";}i:933;a:2:{i:0;s:67:\"UKHospitality - Hospitality importance in future immigration policy\";i:1;s:1:\"1\";}i:934;a:2:{i:0;s:93:\"UKHospitality calls for scrapping of personal licence renewal in Scotland | On-Trade Progress\";i:1;s:1:\"1\";}i:935;a:2:{i:0;s:63:\"UKHospitality condemns introduction of personal licence renewal\";i:1;s:1:\"1\";}i:936;a:2:{i:0;s:140:\"UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship | On-Trade Progress\";i:1;s:1:\"1\";}i:937;a:2:{i:0;s:71:\"UKHospitality press notice - response to Govt no-deal technical notices\";i:1;s:1:\"1\";}i:938;a:2:{i:0;s:101:\"UKHospitality provides interim guidance for industry on new acrylamide legislation | Ontrade Progress\";i:1;s:1:\"1\";}i:939;a:2:{i:0;s:94:\"UKHospitality welcomes Lib Dem rates plans, but calls for immediate relief | On-Trade Progress\";i:1;s:1:\"1\";}i:940;a:2:{i:0;s:64:\"UKHospitality welcomes boost for Scotland food and drink tourism\";i:1;s:1:\"1\";}i:941;a:2:{i:0;s:77:\"UKHospitality: Dialogue best way to tackle allergen issues | Ontrade Progress\";i:1;s:1:\"1\";}i:942;a:2:{i:0;s:62:\"UKHospitality: Proper jobs with The Hospitality Apprenticeship\";i:1;s:1:\"1\";}i:943;a:2:{i:0;s:53:\"Venue Profile - The Trading House | On-Trade Progress\";i:1;s:1:\"1\";}i:944;a:2:{i:0;s:43:\"Venue Profiles Archives | On-Trade Progress\";i:1;s:1:\"1\";}i:945;a:2:{i:0;s:33:\"Venue Profiles | Ontrade Progress\";i:1;s:1:\"1\";}i:946;a:2:{i:0;s:46:\"Venue of the Month - August | Ontrade Progress\";i:1;s:1:\"1\";}i:947;a:2:{i:0;s:44:\"Venue of the Month - June | Ontrade Progress\";i:1;s:1:\"1\";}i:948;a:2:{i:0;s:33:\"Viva España! | On-Trade Progress\";i:1;s:1:\"1\";}i:949;a:2:{i:0;s:49:\"WKD Cocktail Christmas Bauble | On-Trade Progress\";i:1;s:1:\"1\";}i:950;a:2:{i:0;s:41:\"WKD Mango Crush 275ml | On-Trade Progress\";i:1;s:1:\"1\";}i:951;a:2:{i:0;s:50:\"Watneys Raises a laugh with Headliners Craft Range\";i:1;s:1:\"1\";}i:952;a:2:{i:0;s:33:\"Wellbilt Logo | On-Trade Progress\";i:1;s:1:\"1\";}i:953;a:2:{i:0;s:135:\"We’re joined by Indian restaurateurs, Rajesh Suri & Dayashankar Sharma - The Importance of using British Lion Eggs | Ontrade Progress\";i:1;s:1:\"1\";}i:954;a:2:{i:0;s:64:\"What’ll it be? Getting the beer range right | Ontrade Progress\";i:1;s:1:\"1\";}i:955;a:2:{i:0;s:55:\"William Scott: fifty years at Falcon | Ontrade Progress\";i:1;s:1:\"1\";}i:956;a:2:{i:0;s:66:\"Win £1500 shopping vouchers with McCain Foods | On-Trade Progress\";i:1;s:1:\"1\";}i:957;a:2:{i:0;s:55:\"Windhoek Draught descends on the UK | On-Trade Progress\";i:1;s:1:\"1\";}i:958;a:2:{i:0;s:84:\"Windhoek links up with Pig & Whistle for charity Piggy Race Night | Ontrade Progress\";i:1;s:1:\"1\";}i:959;a:2:{i:0;s:40:\"Winter wine pairings | On-Trade Progress\";i:1;s:1:\"1\";}i:960;a:2:{i:0;s:52:\"You searched for french & Franks | On-Trade Progress\";i:1;s:1:\"1\";}i:961;a:2:{i:0;s:44:\"You searched for tonrose | On-Trade Progress\";i:1;s:1:\"1\";}i:962;a:2:{i:0;s:139:\"a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide | On-Trade Progress\";i:1;s:1:\"1\";}i:963;a:2:{i:0;s:31:\"bar Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:964;a:2:{i:0;s:34:\"brandy Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:965;a:2:{i:0;s:38:\"cocktails Archives | On-Trade Progress\";i:1;s:1:\"1\";}i:966;a:2:{i:0;s:34:\"design Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:967;a:2:{i:0;s:59:\"eCatering expands back bar cabinet range | Ontrade Progress\";i:1;s:1:\"1\";}i:968;a:2:{i:0;s:29:\"el Jimador | Ontrade Progress\";i:1;s:1:\"1\";}i:969;a:2:{i:0;s:46:\"gin Archives | Page 9 of 30 | Ontrade Progress\";i:1;s:1:\"1\";}i:970;a:2:{i:0;s:33:\"hops Archives | On-Trade Progress\";i:1;s:1:\"1\";}i:971;a:2:{i:0;s:28:\"image001 | On-Trade Progress\";i:1;s:1:\"1\";}i:972;a:2:{i:0;s:27:\"image001 | Ontrade Progress\";i:1;s:1:\"1\";}i:973;a:2:{i:0;s:35:\"mr fitz Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:974;a:2:{i:0;s:36:\"rotpunkt Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:975;a:2:{i:0;s:50:\"spirits Archives | Page 2 of 34 | Ontrade Progress\";i:1;s:1:\"1\";}i:976;a:2:{i:0;s:34:\"unique Archives | Ontrade Progress\";i:1;s:1:\"1\";}i:977;a:2:{i:0;s:18:\"| Ontrade Progress\";i:1;s:1:\"1\";}i:978;a:2:{i:0;s:99:\"?????? ?????? AC ???? ??????? ????? NEXO ??? ??? ????????\";i:1;s:1:\"1\";}i:979;a:2:{i:0;s:90:\"Aster Restaurant gets a new European Grand Cafe menu and Executive Chef | Ontrade Progress\";i:1;s:1:\"0\";}i:980;a:2:{i:0;s:43:\"At Your Service Archives | Ontrade Progress\";i:1;s:1:\"0\";}i:981;a:2:{i:0;s:72:\"BBPA Chief Brigid Simmonds tells Committee that high taxes threaten pubs\";i:1;s:1:\"0\";}i:982;a:2:{i:0;s:80:\"BBPA welcomes ban on plastic straws, stirrers and cotton buds | Ontrade Progress\";i:1;s:1:\"0\";}i:983;a:2:{i:0;s:64:\"Belvoir’s New Organic Lemon & Mint Cordial | On-Trade Progress\";i:1;s:1:\"0\";}i:984;a:2:{i:0;s:47:\"Bottlegreen - The UK\'s No.1 elderflower brand -\";i:1;s:1:\"0\";}i:985;a:2:{i:0;s:64:\"Bottlegreen talks to us about keeping the quality drinks flowing\";i:1;s:1:\"0\";}i:986;a:2:{i:0;s:62:\"British Lion eggs welcome compensation news | Ontrade Progress\";i:1;s:1:\"0\";}i:987;a:2:{i:0;s:51:\"Business Archives | Page 2 of 23 | Ontrade Progress\";i:1;s:1:\"0\";}i:988;a:2:{i:0;s:51:\"Business Archives | Page 2 of 24 | Ontrade Progress\";i:1;s:1:\"0\";}i:989;a:2:{i:0;s:52:\"Business Archives | Page 23 of 23 | Ontrade Progress\";i:1;s:1:\"0\";}i:990;a:2:{i:0;s:52:\"Business Archives | Page 24 of 24 | Ontrade Progress\";i:1;s:1:\"0\";}i:991;a:2:{i:0;s:51:\"Business Archives | Page 3 of 24 | Ontrade Progress\";i:1;s:1:\"0\";}i:992;a:2:{i:0;s:72:\"Chancellor announces support for the UK Hospitality with apprenticeships\";i:1;s:1:\"0\";}i:993;a:2:{i:0;s:122:\"Co-Founders of Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue. | Ontrade Progress\";i:1;s:1:\"0\";}i:994;a:2:{i:0;s:34:\"Design Archives | Ontrade Progress\";i:1;s:1:\"0\";}i:995;a:2:{i:0;s:48:\"Design Archives | Page 2 of 3 | Ontrade Progress\";i:1;s:1:\"0\";}i:996;a:2:{i:0;s:48:\"Design Archives | Page 3 of 3 | Ontrade Progress\";i:1;s:1:\"0\";}i:997;a:2:{i:0;s:51:\"Drinks Archives | Page 10 of 20 | On-Trade Progress\";i:1;s:1:\"0\";}i:998;a:2:{i:0;s:51:\"Drinks Archives | Page 11 of 20 | On-Trade Progress\";i:1;s:1:\"0\";}i:999;a:2:{i:0;s:50:\"Drinks Archives | Page 11 of 23 | Ontrade Progress\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1237;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"64043\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761958,'gadwp_cache_qr7_1078816739','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:129:{i:0;a:2:{i:0;s:14:\"United Kingdom\";i:1;s:5:\"46545\";}i:1;a:2:{i:0;s:13:\"United States\";i:1;s:5:\"11271\";}i:2;a:2:{i:0;s:9:\"(not set)\";i:1;s:3:\"979\";}i:3;a:2:{i:0;s:20:\"United Arab Emirates\";i:1;s:3:\"548\";}i:4;a:2:{i:0;s:6:\"Norway\";i:1;s:3:\"315\";}i:5;a:2:{i:0;s:6:\"Poland\";i:1;s:3:\"296\";}i:6;a:2:{i:0;s:7:\"Ukraine\";i:1;s:3:\"252\";}i:7;a:2:{i:0;s:6:\"Russia\";i:1;s:3:\"245\";}i:8;a:2:{i:0;s:5:\"Italy\";i:1;s:3:\"242\";}i:9;a:2:{i:0;s:6:\"France\";i:1;s:3:\"233\";}i:10;a:2:{i:0;s:5:\"India\";i:1;s:3:\"208\";}i:11;a:2:{i:0;s:6:\"Turkey\";i:1;s:3:\"192\";}i:12;a:2:{i:0;s:7:\"Germany\";i:1;s:3:\"174\";}i:13;a:2:{i:0;s:5:\"Spain\";i:1;s:3:\"168\";}i:14;a:2:{i:0;s:9:\"Australia\";i:1;s:3:\"134\";}i:15;a:2:{i:0;s:7:\"Czechia\";i:1;s:3:\"133\";}i:16;a:2:{i:0;s:7:\"Ireland\";i:1;s:3:\"120\";}i:17;a:2:{i:0;s:11:\"Netherlands\";i:1;s:3:\"118\";}i:18;a:2:{i:0;s:7:\"Hungary\";i:1;s:3:\"114\";}i:19;a:2:{i:0;s:5:\"China\";i:1;s:2:\"97\";}i:20;a:2:{i:0;s:5:\"Japan\";i:1;s:2:\"94\";}i:21;a:2:{i:0;s:6:\"Canada\";i:1;s:2:\"92\";}i:22;a:2:{i:0;s:9:\"Indonesia\";i:1;s:2:\"92\";}i:23;a:2:{i:0;s:11:\"Switzerland\";i:1;s:2:\"91\";}i:24;a:2:{i:0;s:7:\"Belgium\";i:1;s:2:\"76\";}i:25;a:2:{i:0;s:5:\"Egypt\";i:1;s:2:\"72\";}i:26;a:2:{i:0;s:7:\"Nigeria\";i:1;s:2:\"64\";}i:27;a:2:{i:0;s:12:\"South Africa\";i:1;s:2:\"64\";}i:28;a:2:{i:0;s:11:\"Philippines\";i:1;s:2:\"58\";}i:29;a:2:{i:0;s:9:\"Singapore\";i:1;s:2:\"58\";}i:30;a:2:{i:0;s:8:\"Paraguay\";i:1;s:2:\"47\";}i:31;a:2:{i:0;s:7:\"Finland\";i:1;s:2:\"43\";}i:32;a:2:{i:0;s:9:\"Hong Kong\";i:1;s:2:\"40\";}i:33;a:2:{i:0;s:8:\"Slovakia\";i:1;s:2:\"37\";}i:34;a:2:{i:0;s:8:\"Thailand\";i:1;s:2:\"37\";}i:35;a:2:{i:0;s:8:\"Bulgaria\";i:1;s:2:\"33\";}i:36;a:2:{i:0;s:6:\"Greece\";i:1;s:2:\"33\";}i:37;a:2:{i:0;s:4:\"Iran\";i:1;s:2:\"32\";}i:38;a:2:{i:0;s:6:\"Mexico\";i:1;s:2:\"31\";}i:39;a:2:{i:0;s:6:\"Israel\";i:1;s:2:\"27\";}i:40;a:2:{i:0;s:8:\"Malaysia\";i:1;s:2:\"26\";}i:41;a:2:{i:0;s:8:\"Portugal\";i:1;s:2:\"26\";}i:42;a:2:{i:0;s:6:\"Brazil\";i:1;s:2:\"25\";}i:43;a:2:{i:0;s:7:\"Denmark\";i:1;s:2:\"24\";}i:44;a:2:{i:0;s:6:\"Sweden\";i:1;s:2:\"23\";}i:45;a:2:{i:0;s:11:\"New Zealand\";i:1;s:2:\"22\";}i:46;a:2:{i:0;s:6:\"Taiwan\";i:1;s:2:\"22\";}i:47;a:2:{i:0;s:7:\"Austria\";i:1;s:2:\"21\";}i:48;a:2:{i:0;s:6:\"Jersey\";i:1;s:2:\"21\";}i:49;a:2:{i:0;s:5:\"Kenya\";i:1;s:2:\"21\";}i:50;a:2:{i:0;s:7:\"Vietnam\";i:1;s:2:\"21\";}i:51;a:2:{i:0;s:8:\"Guernsey\";i:1;s:2:\"20\";}i:52;a:2:{i:0;s:9:\"Argentina\";i:1;s:2:\"19\";}i:53;a:2:{i:0;s:7:\"Romania\";i:1;s:2:\"17\";}i:54;a:2:{i:0;s:7:\"Croatia\";i:1;s:2:\"14\";}i:55;a:2:{i:0;s:8:\"Pakistan\";i:1;s:2:\"11\";}i:56;a:2:{i:0;s:8:\"Colombia\";i:1;s:2:\"10\";}i:57;a:2:{i:0;s:12:\"Saudi Arabia\";i:1;s:1:\"9\";}i:58;a:2:{i:0;s:9:\"Lithuania\";i:1;s:1:\"8\";}i:59;a:2:{i:0;s:11:\"South Korea\";i:1;s:1:\"8\";}i:60;a:2:{i:0;s:9:\"Sri Lanka\";i:1;s:1:\"8\";}i:61;a:2:{i:0;s:7:\"Albania\";i:1;s:1:\"6\";}i:62;a:2:{i:0;s:10:\"Bangladesh\";i:1;s:1:\"6\";}i:63;a:2:{i:0;s:6:\"Cyprus\";i:1;s:1:\"6\";}i:64;a:2:{i:0;s:7:\"Iceland\";i:1;s:1:\"6\";}i:65;a:2:{i:0;s:4:\"Peru\";i:1;s:1:\"6\";}i:66;a:2:{i:0;s:5:\"Chile\";i:1;s:1:\"5\";}i:67;a:2:{i:0;s:10:\"Costa Rica\";i:1;s:1:\"5\";}i:68;a:2:{i:0;s:7:\"Estonia\";i:1;s:1:\"5\";}i:69;a:2:{i:0;s:7:\"Lebanon\";i:1;s:1:\"5\";}i:70;a:2:{i:0;s:7:\"Morocco\";i:1;s:1:\"5\";}i:71;a:2:{i:0;s:6:\"Serbia\";i:1;s:1:\"5\";}i:72;a:2:{i:0;s:15:\"North Macedonia\";i:1;s:1:\"4\";}i:73;a:2:{i:0;s:5:\"Qatar\";i:1;s:1:\"4\";}i:74;a:2:{i:0;s:8:\"Réunion\";i:1;s:1:\"4\";}i:75;a:2:{i:0;s:8:\"Slovenia\";i:1;s:1:\"4\";}i:76;a:2:{i:0;s:4:\"Togo\";i:1;s:1:\"4\";}i:77;a:2:{i:0;s:10:\"Azerbaijan\";i:1;s:1:\"3\";}i:78;a:2:{i:0;s:8:\"Barbados\";i:1;s:1:\"3\";}i:79;a:2:{i:0;s:8:\"Cambodia\";i:1;s:1:\"3\";}i:80;a:2:{i:0;s:5:\"Ghana\";i:1;s:1:\"3\";}i:81;a:2:{i:0;s:4:\"Iraq\";i:1;s:1:\"3\";}i:82;a:2:{i:0;s:10:\"Luxembourg\";i:1;s:1:\"3\";}i:83;a:2:{i:0;s:8:\"Maldives\";i:1;s:1:\"3\";}i:84;a:2:{i:0;s:7:\"Namibia\";i:1;s:1:\"3\";}i:85;a:2:{i:0;s:12:\"Turkmenistan\";i:1;s:1:\"3\";}i:86;a:2:{i:0;s:7:\"Bahamas\";i:1;s:1:\"2\";}i:87;a:2:{i:0;s:7:\"Bahrain\";i:1;s:1:\"2\";}i:88;a:2:{i:0;s:20:\"Bosnia & Herzegovina\";i:1;s:1:\"2\";}i:89;a:2:{i:0;s:7:\"Ecuador\";i:1;s:1:\"2\";}i:90;a:2:{i:0;s:8:\"Ethiopia\";i:1;s:1:\"2\";}i:91;a:2:{i:0;s:9:\"Guatemala\";i:1;s:1:\"2\";}i:92;a:2:{i:0;s:5:\"Malta\";i:1;s:1:\"2\";}i:93;a:2:{i:0;s:4:\"Oman\";i:1;s:1:\"2\";}i:94;a:2:{i:0;s:9:\"Palestine\";i:1;s:1:\"2\";}i:95;a:2:{i:0;s:7:\"Senegal\";i:1;s:1:\"2\";}i:96;a:2:{i:0;s:7:\"Tunisia\";i:1;s:1:\"2\";}i:97;a:2:{i:0;s:6:\"Uganda\";i:1;s:1:\"2\";}i:98;a:2:{i:0;s:7:\"Andorra\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:17:\"Antigua & Barbuda\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:7:\"Belarus\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:6:\"Belize\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:5:\"Benin\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:7:\"Bolivia\";i:1;s:1:\"1\";}i:104;a:2:{i:0;s:4:\"Cuba\";i:1;s:1:\"1\";}i:105;a:2:{i:0;s:18:\"Dominican Republic\";i:1;s:1:\"1\";}i:106;a:2:{i:0;s:11:\"El Salvador\";i:1;s:1:\"1\";}i:107;a:2:{i:0;s:33:\"Falkland Islands (Islas Malvinas)\";i:1;s:1:\"1\";}i:108;a:2:{i:0;s:4:\"Fiji\";i:1;s:1:\"1\";}i:109;a:2:{i:0;s:7:\"Georgia\";i:1;s:1:\"1\";}i:110;a:2:{i:0;s:4:\"Guam\";i:1;s:1:\"1\";}i:111;a:2:{i:0;s:6:\"Jordan\";i:1;s:1:\"1\";}i:112;a:2:{i:0;s:10:\"Kazakhstan\";i:1;s:1:\"1\";}i:113;a:2:{i:0;s:6:\"Kuwait\";i:1;s:1:\"1\";}i:114;a:2:{i:0;s:10:\"Kyrgyzstan\";i:1;s:1:\"1\";}i:115;a:2:{i:0;s:6:\"Latvia\";i:1;s:1:\"1\";}i:116;a:2:{i:0;s:7:\"Liberia\";i:1;s:1:\"1\";}i:117;a:2:{i:0;s:10:\"Martinique\";i:1;s:1:\"1\";}i:118;a:2:{i:0;s:9:\"Mauritius\";i:1;s:1:\"1\";}i:119;a:2:{i:0;s:7:\"Moldova\";i:1;s:1:\"1\";}i:120;a:2:{i:0;s:8:\"Mongolia\";i:1;s:1:\"1\";}i:121;a:2:{i:0;s:15:\"Myanmar (Burma)\";i:1;s:1:\"1\";}i:122;a:2:{i:0;s:6:\"Panama\";i:1;s:1:\"1\";}i:123;a:2:{i:0;s:11:\"Puerto Rico\";i:1;s:1:\"1\";}i:124;a:2:{i:0;s:5:\"Syria\";i:1;s:1:\"1\";}i:125;a:2:{i:0;s:17:\"Trinidad & Tobago\";i:1;s:1:\"1\";}i:126;a:2:{i:0;s:10:\"Uzbekistan\";i:1;s:1:\"1\";}i:127;a:2:{i:0;s:6:\"Zambia\";i:1;s:1:\"1\";}i:128;a:2:{i:0;s:8:\"Zimbabwe\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:129;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"64043\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:country\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:country\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761959,'gadwp_cache_qr2_135118865','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:visitBounceRate&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:16:\"77.9582366589327\";}i:1;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:17:\"73.21937321937322\";}i:2;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:17:\"80.66770186335404\";}i:3;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:17:\"56.35078818626563\";}i:4;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:17:\"51.91970901252863\";}i:5;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:17:\"35.61151079136691\";}i:6;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:18:\"1.5811526602893509\";}i:7;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:18:\"1.0481562552618287\";}i:8;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:18:\"1.6216216216216217\";}i:9;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:18:\"0.6807351940095302\";}i:10;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:18:\"2.0052770448548816\";}i:11;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:18:\"1.0314595152140278\";}i:12;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:18:\"2.0202020202020203\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:visitBounceRate&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:visitBounceRate\";s:17:\"17.56476117608482\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:visitBounceRate\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:visitBounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761960,'gadwp_cache_qr2_2458266677','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:pageviews&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:3:\"603\";}i:1;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:4:\"1662\";}i:2;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:4:\"1830\";}i:3;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"9413\";}i:4;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:5:\"12961\";}i:5;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:5:\"11421\";}i:6;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:5:\"49828\";}i:7;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"95593\";}i:8;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:4:\"4191\";}i:9;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:4:\"4257\";}i:10;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:4:\"4740\";}i:11;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:4:\"5224\";}i:12;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:4:\"1742\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:pageviews&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:6:\"203465\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761961,'gadwp_cache_qr2_1409844516','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:161:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:pageviews&start-date=1095daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:37:{i:0;a:3:{i:0;s:6:\"201612\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201701\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201702\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201703\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201704\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201705\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201706\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201707\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201708\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201709\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201710\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201711\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201712\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:6:\"201801\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:6:\"201802\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:6:\"201803\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:6:\"201804\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:6:\"201805\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:6:\"201806\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:4:\"1190\";}i:22;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:4:\"2135\";}i:23;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:4:\"2434\";}i:24;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:4:\"1109\";}i:25;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:4:\"1662\";}i:26;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:4:\"1830\";}i:27;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"9413\";}i:28;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:5:\"12961\";}i:29;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:5:\"11421\";}i:30;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:5:\"49828\";}i:31;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"95593\";}i:32;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:4:\"4191\";}i:33;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:4:\"4257\";}i:34;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:4:\"4740\";}i:35;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:4:\"5224\";}i:36;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:4:\"1742\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:161:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:pageviews&start-date=1095daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:37;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:6:\"209730\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:11:\"1095daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761963,'gadwp_cache_qr2_330400485','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:organicSearches&start-date=1095daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:37:{i:0;a:3:{i:0;s:6:\"201612\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201701\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201702\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201703\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201704\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201705\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201706\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201707\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201708\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201709\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201710\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201711\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201712\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:6:\"201801\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:6:\"201802\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:6:\"201803\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:6:\"201804\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:6:\"201805\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:6:\"201806\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:3:\"307\";}i:22;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:3:\"346\";}i:23;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:3:\"369\";}i:24;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:3:\"260\";}i:25;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:3:\"334\";}i:26;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:3:\"493\";}i:27;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"2720\";}i:28;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:4:\"4007\";}i:29;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:4:\"3227\";}i:30;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:4:\"9230\";}i:31;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"18212\";}i:32;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:3:\"863\";}i:33;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:3:\"741\";}i:34;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:3:\"949\";}i:35;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:3:\"709\";}i:36;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:3:\"260\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:organicSearches&start-date=1095daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:37;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:organicSearches\";s:5:\"43027\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:11:\"1095daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:organicSearches\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1761964,'gadwp_cache_qr2_136692005','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:users&start-date=1095daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:37:{i:0;a:3:{i:0;s:6:\"201612\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201701\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201702\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201703\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201704\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201705\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201706\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201707\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201708\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201709\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201710\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201711\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201712\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:6:\"201801\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:6:\"201802\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:6:\"201803\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:6:\"201804\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:6:\"201805\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:6:\"201806\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:21;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:3:\"546\";}i:22;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:3:\"979\";}i:23;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:4:\"1160\";}i:24;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:3:\"680\";}i:25;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:3:\"821\";}i:26;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:4:\"1062\";}i:27;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"5085\";}i:28;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:4:\"6959\";}i:29;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:4:\"3631\";}i:30;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:4:\"9932\";}i:31;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"18684\";}i:32;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:4:\"1298\";}i:33;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:4:\"1267\";}i:34;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:4:\"1712\";}i:35;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:4:\"1730\";}i:36;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:3:\"641\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:users&start-date=1095daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:37;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"56187\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:11:\"1095daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1576195200;}','no'),(1763657,'gadwp_cache_qr2_1022450261','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:sessions&start-date=1095daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:37:{i:0;a:3:{i:0;s:6:\"201701\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:1;a:3:{i:0;s:6:\"201702\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:2;a:3:{i:0;s:6:\"201703\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:3;a:3:{i:0;s:6:\"201704\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:4;a:3:{i:0;s:6:\"201705\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:5;a:3:{i:0;s:6:\"201706\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:6;a:3:{i:0;s:6:\"201707\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:7;a:3:{i:0;s:6:\"201708\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:8;a:3:{i:0;s:6:\"201709\";i:1;s:2:\"09\";i:2;s:1:\"0\";}i:9;a:3:{i:0;s:6:\"201710\";i:1;s:2:\"10\";i:2;s:1:\"0\";}i:10;a:3:{i:0;s:6:\"201711\";i:1;s:2:\"11\";i:2;s:1:\"0\";}i:11;a:3:{i:0;s:6:\"201712\";i:1;s:2:\"12\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:6:\"201801\";i:1;s:2:\"01\";i:2;s:1:\"0\";}i:13;a:3:{i:0;s:6:\"201802\";i:1;s:2:\"02\";i:2;s:1:\"0\";}i:14;a:3:{i:0;s:6:\"201803\";i:1;s:2:\"03\";i:2;s:1:\"0\";}i:15;a:3:{i:0;s:6:\"201804\";i:1;s:2:\"04\";i:2;s:1:\"0\";}i:16;a:3:{i:0;s:6:\"201805\";i:1;s:2:\"05\";i:2;s:1:\"0\";}i:17;a:3:{i:0;s:6:\"201806\";i:1;s:2:\"06\";i:2;s:1:\"0\";}i:18;a:3:{i:0;s:6:\"201807\";i:1;s:2:\"07\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:6:\"201808\";i:1;s:2:\"08\";i:2;s:1:\"0\";}i:20;a:3:{i:0;s:6:\"201809\";i:1;s:2:\"09\";i:2;s:3:\"728\";}i:21;a:3:{i:0;s:6:\"201810\";i:1;s:2:\"10\";i:2;s:4:\"1310\";}i:22;a:3:{i:0;s:6:\"201811\";i:1;s:2:\"11\";i:2;s:4:\"1487\";}i:23;a:3:{i:0;s:6:\"201812\";i:1;s:2:\"12\";i:2;s:3:\"809\";}i:24;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:4:\"1053\";}i:25;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:4:\"1288\";}i:26;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"5519\";}i:27;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:4:\"7423\";}i:28;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:4:\"4448\";}i:29;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:5:\"12649\";}i:30;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"23756\";}i:31;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:4:\"1480\";}i:32;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:4:\"1469\";}i:33;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:4:\"1895\";}i:34;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:4:\"1939\";}i:35;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:4:\"1799\";}i:36;a:3:{i:0;s:6:\"202001\";i:1;s:2:\"01\";i:2;s:3:\"122\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:sessions&start-date=1095daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:37;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"69174\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:11:\"1095daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578182400;}','no'),(1763658,'gadwp_cache_qr3_3607563479','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:262:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=1095daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:5:\"69174\";i:1;s:5:\"56298\";i:2;s:6:\"212675\";i:3;s:17:\"20.22725301413826\";i:4;s:5:\"43558\";i:5;s:17:\"3.074493306733744\";i:6;s:17:\"26.42810259411777\";i:7;s:17:\"8.923672433035714\";i:8;s:17:\"54.90075751004713\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:262:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=1095daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:5:\"69174\";s:8:\"ga:users\";s:5:\"56298\";s:12:\"ga:pageviews\";s:6:\"212675\";s:13:\"ga:BounceRate\";s:17:\"20.22725301413826\";s:18:\"ga:organicSearches\";s:5:\"43558\";s:22:\"ga:pageviewsPerSession\";s:17:\"3.074493306733744\";s:16:\"ga:avgTimeOnPage\";s:17:\"26.42810259411777\";s:18:\"ga:avgPageLoadTime\";s:17:\"8.923672433035714\";s:21:\"ga:avgSessionDuration\";s:17:\"54.90075751004713\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:11:\"1095daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578182400;}','no'),(1763659,'gadwp_cache_qr2_980375855','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:135:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:sessions&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"0\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"2\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"0\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"0\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"0\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"0\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"0\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:1:\"0\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:1:\"0\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:1:\"0\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:1:\"0\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"0\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"0\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:1:\"0\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:1:\"0\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"0\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"0\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"0\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:135:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:sessions&start-date=today&end-date=today\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:1:\"4\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578135600;}','no'),(1763660,'gadwp_cache_qr3_2853798558','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:252:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=today&end-date=today\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:1:\"4\";i:1;s:1:\"4\";i:2;s:1:\"8\";i:3;s:3:\"0.0\";i:4;s:1:\"3\";i:5;s:3:\"2.0\";i:6;s:3:\"0.5\";i:7;s:3:\"0.0\";i:8;s:3:\"0.5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:252:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=today&end-date=today\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:1:\"4\";s:8:\"ga:users\";s:1:\"4\";s:12:\"ga:pageviews\";s:1:\"8\";s:13:\"ga:BounceRate\";s:3:\"0.0\";s:18:\"ga:organicSearches\";s:1:\"3\";s:22:\"ga:pageviewsPerSession\";s:3:\"2.0\";s:16:\"ga:avgTimeOnPage\";s:3:\"0.5\";s:18:\"ga:avgPageLoadTime\";s:3:\"0.0\";s:21:\"ga:avgSessionDuration\";s:3:\"0.5\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:5:\"today\";s:8:\"end-date\";s:5:\"today\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578135600;}','no'),(1764058,'gadwp_cache_last_error','a:2:{s:5:\"value\";s:3371:\"2020-01-08 09:09:56: Deconf_IO_Exception: Operation timed out after 100001 milliseconds with 0 bytes received in /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Curl.php:126\nStack trace:\n#0 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/IO/Abstract.php(140): Deconf_IO_Curl-&gt;executeRequest(Object(Deconf_Http_Request))\n#1 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/REST.php(60): Deconf_IO_Abstract-&gt;makeRequest(Object(Deconf_Http_Request))\n#2 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Task/Runner.php(174): Deconf_Http_REST::doExecute(Object(Deconf_Client), Object(Deconf_Http_Request))\n#3 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Http/REST.php(46): Deconf_Task_Runner-&gt;run()\n#4 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Client.php(593): Deconf_Http_REST::execute(Object(Deconf_Client), Object(Deconf_Http_Request))\n#5 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Resource.php(240): Deconf_Client-&gt;execute(Object(Deconf_Http_Request))\n#6 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Analytics.php(2052): Deconf_Service_Resource-&gt;call(&#039;get&#039;, Array, &#039;Deconf_Service_...&#039;)\n#7 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(345): Deconf_Service_Analytics_DataGa_Resource-&gt;get(&#039;ga:181628467&#039;, &#039;30daysAgo&#039;, &#039;yesterday&#039;, &#039;ga:sessions&#039;, Array)\n#8 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(441): GADWP_GAPI_Controller-&gt;handle_corereports(&#039;181628467&#039;, &#039;30daysAgo&#039;, &#039;yesterday&#039;, &#039;ga:sessions&#039;, Array, &#039;qr2_3676603877&#039;)\n#9 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(928): GADWP_GAPI_Controller-&gt;get_areachart_data(&#039;181628467&#039;, &#039;30daysAgo&#039;, &#039;yesterday&#039;, &#039;sessions&#039;, false)\n#10 /homepages/35/d668245753/htdocs/ontradeprogress/wp-content/plugins/google-analytics-dashboard-for-wp/admin/ajax-actions.php(118): GADWP_GAPI_Controller-&gt;get(&#039;181628467&#039;, &#039;sessions&#039;, &#039;30daysAgo&#039;, &#039;yesterday&#039;, false, &#039;sessions&#039;)\n#11 /homepages/35/d668245753/htdocs/ontradeprogress/wp-includes/class-wp-hook.php(286): GADWP_Backend_Ajax-&gt;ajax_item_reports(&#039;&#039;)\n#12 /homepages/35/d668245753/htdocs/ontradeprogress/wp-includes/class-wp-hook.php(310): WP_Hook-&gt;apply_filters(&#039;&#039;, Array)\n#13 /homepages/35/d668245753/htdocs/ontradeprogress/wp-includes/plugin.php(465): WP_Hook-&gt;do_action(Array)\n#14 /homepages/35/d668245753/htdocs/ontradeprogress/wp-admin/admin-ajax.php(173): do_action(&#039;wp_ajax_gadwp_b...&#039;)\n#15 {main}\";s:7:\"expires\";i:1578556800;}','no'),(1764059,'gadwp_cache_errors_count','a:2:{s:5:\"value\";i:1;s:7:\"expires\";i:1578556800;}','no'),(1764296,'gadwp_cache_qr2_125979410','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:143:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:sessions&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"4\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"0\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"0\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"0\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"2\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"5\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"9\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"5\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"2\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:2:\"23\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:2:\"21\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:2:\"23\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:2:\"21\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:2:\"14\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"6\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"4\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:2:\"11\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:2:\"10\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"5\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"2\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"5\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:143:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:sessions&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"180\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764302,'gadwp_cache_qr3_3695398250','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"180\";i:1;s:3:\"177\";i:2;s:3:\"473\";i:3;s:18:\"0.5555555555555556\";i:4;s:2:\"29\";i:5;s:18:\"2.6277777777777778\";i:6;s:17:\"25.95221843003413\";i:7;s:5:\"2.949\";i:8;s:17:\"42.25555555555555\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:3:\"180\";s:8:\"ga:users\";s:3:\"177\";s:12:\"ga:pageviews\";s:3:\"473\";s:13:\"ga:BounceRate\";s:18:\"0.5555555555555556\";s:18:\"ga:organicSearches\";s:2:\"29\";s:22:\"ga:pageviewsPerSession\";s:18:\"2.6277777777777778\";s:16:\"ga:avgTimeOnPage\";s:17:\"25.95221843003413\";s:18:\"ga:avgPageLoadTime\";s:5:\"2.949\";s:21:\"ga:avgSessionDuration\";s:17:\"42.25555555555555\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764303,'gadwp_cache_qr2_1152583157','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:140:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:users&start-date=yesterday&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:2:\"00\";i:1;s:1:\"4\";}i:1;a:2:{i:0;s:2:\"01\";i:1;s:1:\"0\";}i:2;a:2:{i:0;s:2:\"02\";i:1;s:1:\"2\";}i:3;a:2:{i:0;s:2:\"03\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:2:\"04\";i:1;s:1:\"0\";}i:5;a:2:{i:0;s:2:\"05\";i:1;s:1:\"0\";}i:6;a:2:{i:0;s:2:\"06\";i:1;s:1:\"2\";}i:7;a:2:{i:0;s:2:\"07\";i:1;s:1:\"5\";}i:8;a:2:{i:0;s:2:\"08\";i:1;s:1:\"9\";}i:9;a:2:{i:0;s:2:\"09\";i:1;s:1:\"5\";}i:10;a:2:{i:0;s:2:\"10\";i:1;s:1:\"2\";}i:11;a:2:{i:0;s:2:\"11\";i:1;s:2:\"23\";}i:12;a:2:{i:0;s:2:\"12\";i:1;s:2:\"22\";}i:13;a:2:{i:0;s:2:\"13\";i:1;s:2:\"23\";}i:14;a:2:{i:0;s:2:\"14\";i:1;s:2:\"21\";}i:15;a:2:{i:0;s:2:\"15\";i:1;s:2:\"14\";}i:16;a:2:{i:0;s:2:\"16\";i:1;s:1:\"6\";}i:17;a:2:{i:0;s:2:\"17\";i:1;s:1:\"4\";}i:18;a:2:{i:0;s:2:\"18\";i:1;s:2:\"11\";}i:19;a:2:{i:0;s:2:\"19\";i:1;s:2:\"10\";}i:20;a:2:{i:0;s:2:\"20\";i:1;s:1:\"5\";}i:21;a:2:{i:0;s:2:\"21\";i:1;s:1:\"2\";}i:22;a:2:{i:0;s:2:\"22\";i:1;s:1:\"5\";}i:23;a:2:{i:0;s:2:\"23\";i:1;s:1:\"5\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:140:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:hour&metrics=ga:users&start-date=yesterday&end-date=yesterday\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"181\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"yesterday\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:7:\"ga:hour\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"ga:hour\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764304,'gadwp_cache_qr2_1201841470','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:2:\"43\";}i:1;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:2:\"20\";}i:2;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:2:\"41\";}i:3;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:2:\"42\";}i:4;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:2:\"56\";}i:5;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:2:\"87\";}i:6;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:3:\"177\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:3:\"466\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764305,'gadwp_cache_qr3_688800885','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"483\";i:1;s:3:\"451\";i:2;s:4:\"1346\";i:3;s:18:\"1.2422360248447204\";i:4;s:3:\"118\";i:5;s:18:\"2.7867494824016563\";i:6;s:17:\"35.15643105446118\";i:7;s:7:\"3.15675\";i:8;s:18:\"62.834368530020704\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:3:\"483\";s:8:\"ga:users\";s:3:\"451\";s:12:\"ga:pageviews\";s:4:\"1346\";s:13:\"ga:BounceRate\";s:18:\"1.2422360248447204\";s:18:\"ga:organicSearches\";s:3:\"118\";s:22:\"ga:pageviewsPerSession\";s:18:\"2.7867494824016563\";s:16:\"ga:avgTimeOnPage\";s:17:\"35.15643105446118\";s:18:\"ga:avgPageLoadTime\";s:7:\"3.15675\";s:21:\"ga:avgSessionDuration\";s:18:\"62.834368530020704\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764306,'gadwp_cache_qr2_242181323','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:2:\"98\";}i:1;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:2:\"49\";}i:2;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:2:\"91\";}i:3;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:3:\"158\";}i:4;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:3:\"188\";}i:5;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:3:\"289\";}i:6;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:3:\"473\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:4:\"1346\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764307,'gadwp_cache_qr2_275309782','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:visitBounceRate&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:3:\"0.0\";}i:1;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:3:\"5.0\";}i:2;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:17:\"2.380952380952381\";}i:3;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:3:\"0.0\";}i:4;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:17:\"3.225806451612903\";}i:5;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:18:\"1.0869565217391304\";}i:6;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:18:\"0.5555555555555556\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:visitBounceRate&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:visitBounceRate\";s:18:\"1.2422360248447204\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:visitBounceRate\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:visitBounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764308,'gadwp_cache_qr7_944734088','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:163:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:33:{i:0;a:2:{i:0;s:14:\"United Kingdom\";i:1;s:3:\"271\";}i:1;a:2:{i:0;s:13:\"United States\";i:1;s:3:\"155\";}i:2;a:2:{i:0;s:6:\"Norway\";i:1;s:1:\"7\";}i:3;a:2:{i:0;s:7:\"Ireland\";i:1;s:1:\"5\";}i:4;a:2:{i:0;s:7:\"Germany\";i:1;s:1:\"4\";}i:5;a:2:{i:0;s:9:\"Hong Kong\";i:1;s:1:\"4\";}i:6;a:2:{i:0;s:7:\"Belgium\";i:1;s:1:\"3\";}i:7;a:2:{i:0;s:6:\"France\";i:1;s:1:\"3\";}i:8;a:2:{i:0;s:9:\"(not set)\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:7:\"Belarus\";i:1;s:1:\"2\";}i:10;a:2:{i:0;s:5:\"China\";i:1;s:1:\"2\";}i:11;a:2:{i:0;s:11:\"Netherlands\";i:1;s:1:\"2\";}i:12;a:2:{i:0;s:11:\"Philippines\";i:1;s:1:\"2\";}i:13;a:2:{i:0;s:11:\"Switzerland\";i:1;s:1:\"2\";}i:14;a:2:{i:0;s:9:\"Argentina\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:9:\"Australia\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:10:\"Bangladesh\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:6:\"Canada\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:8:\"Colombia\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:7:\"Czechia\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:7:\"Finland\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:5:\"India\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:9:\"Indonesia\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:5:\"Italy\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:6:\"Mexico\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:11:\"New Zealand\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:7:\"Nigeria\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:6:\"Poland\";i:1;s:1:\"1\";}i:28;a:2:{i:0;s:7:\"Romania\";i:1;s:1:\"1\";}i:29;a:2:{i:0;s:12:\"South Africa\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:5:\"Spain\";i:1;s:1:\"1\";}i:31;a:2:{i:0;s:6:\"Sweden\";i:1;s:1:\"1\";}i:32;a:2:{i:0;s:8:\"Thailand\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:163:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:33;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"483\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:country\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:country\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764309,'gadwp_cache_qr8_363474454','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:171:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:6:\"Direct\";i:1;s:3:\"206\";}i:1;a:2:{i:0;s:14:\"Organic Search\";i:1;s:3:\"139\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:3:\"127\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:2:\"11\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:171:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"483\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764310,'gadwp_cache_qr4_944734088','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:118:{i:0;a:2:{i:0;s:38:\"The No and Low down | Ontrade Progress\";i:1;s:3:\"137\";}i:1;a:2:{i:0;s:43:\"Ontrade Progress | The hospitality magazine\";i:1;s:2:\"53\";}i:2;a:2:{i:0;s:65:\"Deadly good - Dead Man\'s Fingers - Cocktails served to perfection\";i:1;s:2:\"16\";}i:3;a:2:{i:0;s:31:\"The Magazine | Ontrade Progress\";i:1;s:2:\"14\";}i:4;a:2:{i:0;s:59:\"Molson Coors and Sky launch new simplified partnership deal\";i:1;s:2:\"12\";}i:5;a:2:{i:0;s:57:\"British Lion Eggs - What does the stamp of approval mean?\";i:1;s:2:\"11\";}i:6;a:2:{i:0;s:38:\"Rum Trends For 2020 | Ontrade Progress\";i:1;s:2:\"10\";}i:7;a:2:{i:0;s:61:\"Morgenrot Launches Somewhere Else wines from the Tulum Valley\";i:1;s:1:\"8\";}i:8;a:2:{i:0;s:57:\"FriPura – the answer to reducing your cooking oil costs\";i:1;s:1:\"7\";}i:9;a:2:{i:0;s:49:\"Issue #32 | Ontrade Progress hospitality magazine\";i:1;s:1:\"7\";}i:10;a:2:{i:0;s:70:\"First orders called as registration opens for PUB20 | Ontrade Progress\";i:1;s:1:\"6\";}i:11;a:2:{i:0;s:63:\"Cocktail of the Month - RedLeg Ginger Mojito | Ontrade Progress\";i:1;s:1:\"5\";}i:12;a:2:{i:0;s:64:\"Edinburgh Gin unveils plans for a multi-million-pound distillery\";i:1;s:1:\"5\";}i:13;a:2:{i:0;s:55:\"One step beyond - Hospitality trends | Ontrade Progress\";i:1;s:1:\"5\";}i:14;a:2:{i:0;s:59:\"Salcombe Gin Voyager Series - \'Arabella\' | Ontrade Progress\";i:1;s:1:\"5\";}i:15;a:2:{i:0;s:65:\"The Restaurant Group (TRG) has announced the purchase of Wagamama\";i:1;s:1:\"5\";}i:16;a:2:{i:0;s:61:\"Tilda Young Chef of the Year winner gets gold - Dylan Hodgson\";i:1;s:1:\"5\";}i:17;a:2:{i:0;s:66:\"Beer Hawk FRESH expands range of premium drinks | Ontrade Progress\";i:1;s:1:\"4\";}i:18;a:2:{i:0;s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";i:1;s:1:\"4\";}i:19;a:2:{i:0;s:56:\"Chinese New Year: Lee Kum Kee’s 6 tips for foodservice\";i:1;s:1:\"4\";}i:20;a:2:{i:0;s:58:\"Cocktail of the Month - Southern Breeze | Ontrade Progress\";i:1;s:1:\"4\";}i:21;a:2:{i:0;s:52:\"Dry January - Brand first with Heineken\'s no alcohol\";i:1;s:1:\"4\";}i:22;a:2:{i:0;s:66:\"Hobgoblin takes on brand evolution including overhaul of its beers\";i:1;s:1:\"4\";}i:23;a:2:{i:0;s:61:\"Leading RTD, VK, searching for new flavour | Ontrade Progress\";i:1;s:1:\"4\";}i:24;a:2:{i:0;s:57:\"McEwan’s lager relaunches this month | Ontrade Progress\";i:1;s:1:\"4\";}i:25;a:2:{i:0;s:67:\"Oliver Kay Produce appoints new development chef | Ontrade Progress\";i:1;s:1:\"4\";}i:26;a:2:{i:0;s:51:\"On-Trade Progress - In the Mix with Black Magic Rum\";i:1;s:1:\"4\";}i:27;a:2:{i:0;s:56:\"Ontrade Progress | Marston’s Sell Out During the Ashes\";i:1;s:1:\"4\";}i:28;a:2:{i:0;s:73:\"Peter Spanton Drinks launches two new premium flavours | Ontrade Progress\";i:1;s:1:\"4\";}i:29;a:2:{i:0;s:56:\"Premier League fixtures live on Sky Sports for Dec & Jan\";i:1;s:1:\"4\";}i:30;a:2:{i:0;s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";i:1;s:1:\"4\";}i:31;a:2:{i:0;s:55:\"RedLeg Caramelised Pineapple spiced rum adds to the mix\";i:1;s:1:\"4\";}i:32;a:2:{i:0;s:67:\"Salcombe Gin Signature Serve Cocktail Collection | Ontrade Progress\";i:1;s:1:\"4\";}i:33;a:2:{i:0;s:69:\"Venue of the Month - Hermitage Rd Bar & Restaurant | Ontrade Progress\";i:1;s:1:\"4\";}i:34;a:2:{i:0;s:25:\"Drinks | Ontrade Progress\";i:1;s:1:\"3\";}i:35;a:2:{i:0;s:59:\"Emma McClarkin appointed as new Chief Executive of the BBPA\";i:1;s:1:\"3\";}i:36;a:2:{i:0;s:60:\"Online beer distributor revolutionises supply tender process\";i:1;s:1:\"3\";}i:37;a:2:{i:0;s:73:\"Perfect your pour and win a trip to the Krombacher Brewery in Pourfection\";i:1;s:1:\"3\";}i:38;a:2:{i:0;s:28:\"Subscribe | Ontrade Progress\";i:1;s:1:\"3\";}i:39;a:2:{i:0;s:36:\"Taste Test - RTDs | Ontrade Progress\";i:1;s:1:\"3\";}i:40;a:2:{i:0;s:66:\"WKD cauldrons are a must this Halloween for venues all over the UK\";i:1;s:1:\"3\";}i:41;a:2:{i:0;s:70:\"We speak with Mad Squirrel Brewery about their success in the industry\";i:1;s:1:\"3\";}i:42;a:2:{i:0;s:60:\"Cocktail of the Month - The Rambling Rose | Ontrade Progress\";i:1;s:1:\"2\";}i:43;a:2:{i:0;s:59:\"Cornish Orchards launches Honey Cider with the Eden Project\";i:1;s:1:\"2\";}i:44;a:2:{i:0;s:67:\"Fourpure and Jameson create the perfect nightcap | Ontrade Progress\";i:1;s:1:\"2\";}i:45;a:2:{i:0;s:51:\"Fourth announces new CEO and CFO | Ontrade Progress\";i:1;s:1:\"2\";}i:46;a:2:{i:0;s:58:\"Heineken geo-targeting campaign proves profitable for pubs\";i:1;s:1:\"2\";}i:47;a:2:{i:0;s:35:\"Hospitality News | Ontrade Progress\";i:1;s:1:\"2\";}i:48;a:2:{i:0;s:28:\"Issue #26 | Ontrade Progress\";i:1;s:1:\"2\";}i:49;a:2:{i:0;s:71:\"Melitta Professional Coffee Solutions has recruited Brad Journet-Robins\";i:1;s:1:\"2\";}i:50;a:2:{i:0;s:76:\"New Halal Monitoring Committee (HMC) Approved Beef Burger | Ontrade Progress\";i:1;s:1:\"2\";}i:51;a:2:{i:0;s:60:\"Over 350,000 have signed up for Veganuary | Ontrade Progress\";i:1;s:1:\"2\";}i:52;a:2:{i:0;s:76:\"Sky Sports announces February’s Premier League fixtures | Ontrade Progress\";i:1;s:1:\"2\";}i:53;a:2:{i:0;s:29:\"Technology | Ontrade Progress\";i:1;s:1:\"2\";}i:54;a:2:{i:0;s:62:\"Woodforde\'s Brewery targets international growth with new hire\";i:1;s:1:\"2\";}i:55;a:2:{i:0;s:61:\"\'Harrods of the North\' Mac & Wild open their third restaurant\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:54:\"A New Partnership for Crepeaffaire and TRG Concessions\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:62:\"ARYZTA unveils two new vegan bakes to give your venue the edge\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:51:\"Artis UK launches a new mixology cocktail glassware\";i:1;s:1:\"1\";}i:60;a:2:{i:0;s:48:\"Best practice in keg dispense | Ontrade Progress\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:72:\"Bimber celebrates whisky milestone with founders club and exclusive cask\";i:1;s:1:\"1\";}i:62;a:2:{i:0;s:23:\"Blog | Ontrade Progress\";i:1;s:1:\"1\";}i:63;a:2:{i:0;s:71:\"Canopies UK discuss their new Cantabria canopy, designed for hospitalty\";i:1;s:1:\"1\";}i:64;a:2:{i:0;s:26:\"Contact | Ontrade Progress\";i:1;s:1:\"1\";}i:65;a:2:{i:0;s:83:\"Direct Seafoods urges pubs to stay up to speed on sustainability | Ontrade Progress\";i:1;s:1:\"1\";}i:66;a:2:{i:0;s:61:\"Fentimans Rose Lemonade – “Love Yourself” this February\";i:1;s:1:\"1\";}i:67;a:2:{i:0;s:59:\"Fentimans unveil their Spirit Pairing Guide for this winter\";i:1;s:1:\"1\";}i:68;a:2:{i:0;s:57:\"Gabriel David celebrates Luscombe Drinks 21st anniversary\";i:1;s:1:\"1\";}i:69;a:2:{i:0;s:66:\"Glen Garioch is giving you the opportunity to discover a rare find\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:66:\"Granarolo Group Wins Silver at International Cheese & Dairy Awards\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:68:\"Is bean-to-cup the future - Is it time to switch to coffee machines?\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:28:\"Issue #31 | Ontrade Progress\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:62:\"Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:69:\"Kolibri Drinks gives people the ability to customise their own drinks\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:34:\"London\'s top Summer cocktails 2019\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:86:\"Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman | Ontrade Progress\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:73:\"Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:76:\"Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:69:\"New rising stars for British and Irish restaurants | Ontrade Progress\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:58:\"Novus Tea - Innovating the hot beverage | Ontrade Progress\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:86:\"Old Mout Cider and WWF partner to protect habitats around the world | Ontrade Progress\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:66:\"On-Trade Progress chats with Simon Le Bon from Sir William Bentley\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:63:\"On-Trade progress’ Questions for Maria Chong from Lee Kum Kee\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:59:\"Ontrade Progress, Author at Ontrade Progress | Page 3 of 95\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:55:\"Pete Brown gives the No and Low down | Ontrade Progress\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:65:\"PubAid names Keith Bott as its first President | Ontrade Progress\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:60:\"Quilmes Clasica: Morgenrot unveils \'s new revamped packaging\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:66:\"STRYYK NOT VODKA is the new drink to go with their rum & gin range\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:77:\"Safe Eggs ‘n’ Soldiers - British Lion Eggs & Little Ships, Ramsgate, Kent\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:53:\"Samtouch POS software offers a high level of features\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:53:\"Showsec, the security and crowd management specialist\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:87:\"Siemens’ busy canteen uses Moffat counters to speed up foodservice | Ontrade Progress\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:51:\"Sky Sports Releases October Premier League Fixtures\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:68:\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\";i:1;s:1:\"1\";}i:96;a:2:{i:0;s:71:\"Strongbow Dark Fruit relaunches its range with no artificial sweeteners\";i:1;s:1:\"1\";}i:97;a:2:{i:0;s:63:\"The Fentimans Secret Spritz Garden has now opened in Farringdon\";i:1;s:1:\"1\";}i:98;a:2:{i:0;s:44:\"The Fridge as a Phone Box | Ontrade Progress\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:52:\"The Future of Online Reservations | Ontrade Progress\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:54:\"The Music Licence from PPL PRS - helping to play music\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:47:\"Tourism and hospitality hero | Ontrade Progress\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:63:\"WKD Cocktail Christmas Bauble: The recipe for Christmas success\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:61:\"WKD launches cocktails in cans to On-Trade | Ontrade Progress\";i:1;s:1:\"1\";}i:104;a:2:{i:0;s:61:\"We caught up with Nick DeBorde about Beaumont\'s barware range\";i:1;s:1:\"1\";}i:105;a:2:{i:0;s:70:\"We met Mr Elek to discuss the future of the karaoke chain, Lucky Voice\";i:1;s:1:\"1\";}i:106;a:2:{i:0;s:77:\"Women’s World Cup to boost beer sales by 3 million pints | Ontrade Progress\";i:1;s:1:\"1\";}i:107;a:2:{i:0;s:64:\"el Jimador tequila comes to the UK\'s on-trade sector from Mexico\";i:1;s:1:\"1\";}i:108;a:2:{i:0;s:27:\"Business | Ontrade Progress\";i:1;s:1:\"0\";}i:109;a:2:{i:0;s:32:\"Entertainment | Ontrade Progress\";i:1;s:1:\"0\";}i:110;a:2:{i:0;s:23:\"Food | Ontrade Progress\";i:1;s:1:\"0\";}i:111;a:2:{i:0;s:28:\"Issue #24 | Ontrade Progress\";i:1;s:1:\"0\";}i:112;a:2:{i:0;s:28:\"Issue #25 | Ontrade Progress\";i:1;s:1:\"0\";}i:113;a:2:{i:0;s:28:\"Issue #27 | Ontrade Progress\";i:1;s:1:\"0\";}i:114;a:2:{i:0;s:28:\"Issue #28 | Ontrade Progress\";i:1;s:1:\"0\";}i:115;a:2:{i:0;s:28:\"Issue #29 | Ontrade Progress\";i:1;s:1:\"0\";}i:116;a:2:{i:0;s:33:\"Page not found | Ontrade Progress\";i:1;s:1:\"0\";}i:117;a:2:{i:0;s:71:\"The Importance of using British Lion Eggs with restaurateur Rajesh Suri\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:165:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=7daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:118;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"482\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:8:\"7daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764313,'gadwp_cache_qr8_1364510892','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:6:\"Direct\";i:1;s:4:\"2673\";}i:1;a:2:{i:0;s:14:\"Organic Search\";i:1;s:4:\"2639\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:3:\"205\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:3:\"122\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"5639\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764314,'gadwp_cache_qr4_2038257398','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:467:{i:0;a:2:{i:0;s:65:\"Deadly good - Dead Man\'s Fingers - Cocktails served to perfection\";i:1;s:3:\"618\";}i:1;a:2:{i:0;s:43:\"Ontrade Progress | The hospitality magazine\";i:1;s:3:\"550\";}i:2;a:2:{i:0;s:31:\"The Magazine | Ontrade Progress\";i:1;s:3:\"305\";}i:3;a:2:{i:0;s:57:\"British Lion Eggs - What does the stamp of approval mean?\";i:1;s:3:\"157\";}i:4;a:2:{i:0;s:38:\"The No and Low down | Ontrade Progress\";i:1;s:3:\"137\";}i:5;a:2:{i:0;s:38:\"Rum Trends For 2020 | Ontrade Progress\";i:1;s:3:\"117\";}i:6;a:2:{i:0;s:59:\"Molson Coors and Sky launch new simplified partnership deal\";i:1;s:3:\"109\";}i:7;a:2:{i:0;s:63:\"Cocktail of the Month - RedLeg Ginger Mojito | Ontrade Progress\";i:1;s:2:\"99\";}i:8;a:2:{i:0;s:70:\"We speak with Mad Squirrel Brewery about their success in the industry\";i:1;s:2:\"89\";}i:9;a:2:{i:0;s:33:\"Page not found | Ontrade Progress\";i:1;s:2:\"86\";}i:10;a:2:{i:0;s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";i:1;s:2:\"84\";}i:11;a:2:{i:0;s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";i:1;s:2:\"70\";}i:12;a:2:{i:0;s:66:\"Hobgoblin takes on brand evolution including overhaul of its beers\";i:1;s:2:\"63\";}i:13;a:2:{i:0;s:66:\"WKD cauldrons are a must this Halloween for venues all over the UK\";i:1;s:2:\"49\";}i:14;a:2:{i:0;s:55:\"RedLeg Caramelised Pineapple spiced rum adds to the mix\";i:1;s:2:\"44\";}i:15;a:2:{i:0;s:70:\"Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar\";i:1;s:2:\"40\";}i:16;a:2:{i:0;s:67:\"England to host the UEFA 2021 European Championship - UKHospitality\";i:1;s:2:\"35\";}i:17;a:2:{i:0;s:57:\"FriPura – the answer to reducing your cooking oil costs\";i:1;s:2:\"35\";}i:18;a:2:{i:0;s:52:\"Dry January - Brand first with Heineken\'s no alcohol\";i:1;s:2:\"34\";}i:19;a:2:{i:0;s:52:\"Distributer Artis introduces new range Purity Pearls\";i:1;s:2:\"32\";}i:20;a:2:{i:0;s:49:\"Issue #30 | Ontrade Progress hospitality magazine\";i:1;s:2:\"32\";}i:21;a:2:{i:0;s:73:\"Peter Spanton Drinks launches two new premium flavours | Ontrade Progress\";i:1;s:2:\"32\";}i:22;a:2:{i:0;s:51:\"Artis UK launches a new mixology cocktail glassware\";i:1;s:2:\"31\";}i:23;a:2:{i:0;s:71:\"Strongbow Dark Fruit relaunches its range with no artificial sweeteners\";i:1;s:2:\"31\";}i:24;a:2:{i:0;s:36:\"Taste Test - RTDs | Ontrade Progress\";i:1;s:2:\"31\";}i:25;a:2:{i:0;s:59:\"Emma McClarkin appointed as new Chief Executive of the BBPA\";i:1;s:2:\"30\";}i:26;a:2:{i:0;s:56:\"Premier League fixtures live on Sky Sports for Dec & Jan\";i:1;s:2:\"30\";}i:27;a:2:{i:0;s:62:\"Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels\";i:1;s:2:\"28\";}i:28;a:2:{i:0;s:49:\"Issue #31 | Ontrade Progress hospitality magazine\";i:1;s:2:\"28\";}i:29;a:2:{i:0;s:48:\"Best practice in keg dispense | Ontrade Progress\";i:1;s:2:\"27\";}i:30;a:2:{i:0;s:61:\"Fentimans Rose Lemonade – “Love Yourself” this February\";i:1;s:2:\"27\";}i:31;a:2:{i:0;s:58:\"Heineken geo-targeting campaign proves profitable for pubs\";i:1;s:2:\"27\";}i:32;a:2:{i:0;s:52:\"Venue Profile - The Trading House | Ontrade Progress\";i:1;s:2:\"27\";}i:33;a:2:{i:0;s:63:\"WKD Cocktail Christmas Bauble: The recipe for Christmas success\";i:1;s:2:\"27\";}i:34;a:2:{i:0;s:72:\"Bimber celebrates whisky milestone with founders club and exclusive cask\";i:1;s:2:\"26\";}i:35;a:2:{i:0;s:48:\"International Drink Expo 2019 | Ontrade Progress\";i:1;s:2:\"25\";}i:36;a:2:{i:0;s:59:\"Cornish Orchards launches Honey Cider with the Eden Project\";i:1;s:2:\"24\";}i:37;a:2:{i:0;s:54:\"Fernet-Branca Barback Games returns | Ontrade Progress\";i:1;s:2:\"24\";}i:38;a:2:{i:0;s:73:\"Great concepts - Nanu Soda, the architecture & interior design specialist\";i:1;s:2:\"24\";}i:39;a:2:{i:0;s:45:\"Make mine an old fashioned | Ontrade Progress\";i:1;s:2:\"24\";}i:40;a:2:{i:0;s:73:\"Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow\";i:1;s:2:\"24\";}i:41;a:2:{i:0;s:66:\"On-Trade Progress chats with Simon Le Bon from Sir William Bentley\";i:1;s:2:\"24\";}i:42;a:2:{i:0;s:87:\"Siemens’ busy canteen uses Moffat counters to speed up foodservice | Ontrade Progress\";i:1;s:2:\"24\";}i:43;a:2:{i:0;s:57:\"HIT Training to offer UK first apprenticeship for brewers\";i:1;s:2:\"23\";}i:44;a:2:{i:0;s:69:\"Kolibri Drinks gives people the ability to customise their own drinks\";i:1;s:2:\"23\";}i:45;a:2:{i:0;s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";i:1;s:2:\"23\";}i:46;a:2:{i:0;s:58:\"Cocktail of the Month - Southern Breeze | Ontrade Progress\";i:1;s:2:\"21\";}i:47;a:2:{i:0;s:64:\"Carlsberg - No alcohol beer is becoming more socially acceptable\";i:1;s:2:\"20\";}i:48;a:2:{i:0;s:56:\"Chinese New Year: Lee Kum Kee’s 6 tips for foodservice\";i:1;s:2:\"20\";}i:49;a:2:{i:0;s:73:\"Drinkaware relaunches night-time economy safety scheme | Ontrade Progress\";i:1;s:2:\"20\";}i:50;a:2:{i:0;s:69:\"New rising stars for British and Irish restaurants | Ontrade Progress\";i:1;s:2:\"20\";}i:51;a:2:{i:0;s:73:\"Old Mout is expanding their flavoured cider range - Raspberry & Pineapple\";i:1;s:2:\"20\";}i:52;a:2:{i:0;s:53:\"Samtouch POS software offers a high level of features\";i:1;s:2:\"20\";}i:53;a:2:{i:0;s:24:\"Hardy\'s new foodie range\";i:1;s:2:\"19\";}i:54;a:2:{i:0;s:78:\"Hooray Harry! Brakspear pubs set to celebrate Royal Wedding | Ontrade Progress\";i:1;s:2:\"19\";}i:55;a:2:{i:0;s:65:\"Icelandic Craft Beer Trio Land in UK Iceland’s Einstök brewery\";i:1;s:2:\"19\";}i:56;a:2:{i:0;s:49:\"Issue #32 | Ontrade Progress hospitality magazine\";i:1;s:2:\"19\";}i:57;a:2:{i:0;s:68:\"Singa’s latest research hails the transformative power of karaoke.\";i:1;s:2:\"19\";}i:58;a:2:{i:0;s:28:\"Subscribe | Ontrade Progress\";i:1;s:2:\"19\";}i:59;a:2:{i:0;s:74:\"Sun Valley Nut Co. surveyed 300 females on bar snacks, the results are in!\";i:1;s:2:\"19\";}i:60;a:2:{i:0;s:58:\"Sun Valley Nuts Turns Up the Heat with Tabasco Partnership\";i:1;s:2:\"19\";}i:61;a:2:{i:0;s:85:\"‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt | Ontrade Progress\";i:1;s:2:\"19\";}i:62;a:2:{i:0;s:61:\"Fentimans launches first premium soft drinks and mixer report\";i:1;s:2:\"18\";}i:63;a:2:{i:0;s:73:\"Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught\";i:1;s:2:\"18\";}i:64;a:2:{i:0;s:56:\"Ontrade Progress | Marston’s Sell Out During the Ashes\";i:1;s:2:\"18\";}i:65;a:2:{i:0;s:68:\"Is bean-to-cup the future - Is it time to switch to coffee machines?\";i:1;s:2:\"17\";}i:66;a:2:{i:0;s:67:\"Jägermeister london cocktail week big chill brick lane 3-7 october\";i:1;s:2:\"17\";}i:67;a:2:{i:0;s:67:\"Salcombe Gin Signature Serve Cocktail Collection | Ontrade Progress\";i:1;s:2:\"17\";}i:68;a:2:{i:0;s:54:\"Tropical new flavour range from WKD | Ontrade Progress\";i:1;s:2:\"17\";}i:69;a:2:{i:0;s:61:\"We caught up with Nick DeBorde about Beaumont\'s barware range\";i:1;s:2:\"17\";}i:70;a:2:{i:0;s:70:\"We met Mr Elek to discuss the future of the karaoke chain, Lucky Voice\";i:1;s:2:\"17\";}i:71;a:2:{i:0;s:65:\"Pubs across the country enter Charity Pub of the Year competition\";i:1;s:2:\"16\";}i:72;a:2:{i:0;s:50:\"Taste Test - Soft Drinks Review | Ontrade Progress\";i:1;s:2:\"16\";}i:73;a:2:{i:0;s:54:\"The Music Licence from PPL PRS - helping to play music\";i:1;s:2:\"16\";}i:74;a:2:{i:0;s:63:\"Belvoir’s New Organic Lemon & Mint Cordial | Ontrade Progress\";i:1;s:2:\"15\";}i:75;a:2:{i:0;s:26:\"Contact | Ontrade Progress\";i:1;s:2:\"15\";}i:76;a:2:{i:0;s:60:\"New low alcohol alternative from Shipyard | Ontrade Progress\";i:1;s:2:\"15\";}i:77;a:2:{i:0;s:54:\"Proof Drinks appoints Jeremy Hill as Managing Director\";i:1;s:2:\"15\";}i:78;a:2:{i:0;s:63:\"Salcombe Gin – Signature Sea Mist Cocktail | Ontrade Progress\";i:1;s:2:\"15\";}i:79;a:2:{i:0;s:51:\"Sky Sports Releases October Premier League Fixtures\";i:1;s:2:\"15\";}i:80;a:2:{i:0;s:62:\"The Meatless Farm lands on Wetherspoon menu | Ontrade Progress\";i:1;s:2:\"15\";}i:81;a:2:{i:0;s:61:\"Tilda Young Chef of the Year winner gets gold - Dylan Hodgson\";i:1;s:2:\"15\";}i:82;a:2:{i:0;s:66:\"Carlsberg UK and Guild of Beer Writers launch sustainability award\";i:1;s:2:\"14\";}i:83;a:2:{i:0;s:64:\"Dabbers Bingo is replacing cups of tea\'s for cocktails in London\";i:1;s:2:\"14\";}i:84;a:2:{i:0;s:50:\"Emilia Strazzanti opens new Supper Club in Hackney\";i:1;s:2:\"14\";}i:85;a:2:{i:0;s:61:\"Morgenrot Launches Somewhere Else wines from the Tulum Valley\";i:1;s:2:\"14\";}i:86;a:2:{i:0;s:54:\"Salcombe Gin launch new partnership | Ontrade Progress\";i:1;s:2:\"14\";}i:87;a:2:{i:0;s:69:\"Venue of the Month - Hermitage Rd Bar & Restaurant | Ontrade Progress\";i:1;s:2:\"14\";}i:88;a:2:{i:0;s:61:\"WKD launches cocktails in cans to On-Trade | Ontrade Progress\";i:1;s:2:\"14\";}i:89;a:2:{i:0;s:51:\"Fentimans launches a new light range of soft drinks\";i:1;s:2:\"13\";}i:90;a:2:{i:0;s:67:\"Fourpure and Jameson create the perfect nightcap | Ontrade Progress\";i:1;s:2:\"13\";}i:91;a:2:{i:0;s:66:\"Glen Garioch is giving you the opportunity to discover a rare find\";i:1;s:2:\"13\";}i:92;a:2:{i:0;s:71:\"New cocktail bar Murder Inc. set to launch this June | Ontrade Progress\";i:1;s:2:\"13\";}i:93;a:2:{i:0;s:65:\"AccentPOS ® Hub: A back-office dashboard for restaurant managers\";i:1;s:2:\"12\";}i:94;a:2:{i:0;s:28:\"Can the can make a comeback?\";i:1;s:2:\"12\";}i:95;a:2:{i:0;s:60:\"Cocktail of the Month - The Rambling Rose | Ontrade Progress\";i:1;s:2:\"12\";}i:96;a:2:{i:0;s:64:\"From Grape to Glass: Portugals greatest wines | Ontrade Progress\";i:1;s:2:\"12\";}i:97;a:2:{i:0;s:53:\"Maltsmiths launches \'When you love what you do\' tv ad\";i:1;s:2:\"12\";}i:98;a:2:{i:0;s:65:\"Nominations for 2018 Dusk ‘til Dawn now open | Ontrade Progress\";i:1;s:2:\"12\";}i:99;a:2:{i:0;s:59:\"Salcombe Gin Voyager Series - \'Arabella\' | Ontrade Progress\";i:1;s:2:\"12\";}i:100;a:2:{i:0;s:71:\"Unwrap the secret to a superior Christmas in the On Trade with Heineken\";i:1;s:2:\"12\";}i:101;a:2:{i:0;s:62:\"ARYZTA unveils two new vegan bakes to give your venue the edge\";i:1;s:2:\"11\";}i:102;a:2:{i:0;s:51:\"Brand new range from Libbey - Divergence from Artis\";i:1;s:2:\"11\";}i:103;a:2:{i:0;s:57:\"Get cracking for British Egg Week 2019 | Ontrade Progress\";i:1;s:2:\"11\";}i:104;a:2:{i:0;s:62:\"HGEM launches new guest experience platform | Ontrade Progress\";i:1;s:2:\"11\";}i:105;a:2:{i:0;s:66:\"Halloween haunts: tips and tricks from Heineken | Ontrade Progress\";i:1;s:2:\"11\";}i:106;a:2:{i:0;s:71:\"Melitta Professional Coffee Solutions has recruited Brad Journet-Robins\";i:1;s:2:\"11\";}i:107;a:2:{i:0;s:76:\"New Halal Monitoring Committee (HMC) Approved Beef Burger | Ontrade Progress\";i:1;s:2:\"11\";}i:108;a:2:{i:0;s:60:\"Quilmes Clasica: Morgenrot unveils \'s new revamped packaging\";i:1;s:2:\"11\";}i:109;a:2:{i:0;s:61:\"Scapegrace Gin goes rogue with Anonymous Cocktail Competition\";i:1;s:2:\"11\";}i:110;a:2:{i:0;s:66:\"Tableware Noir: Parsley in Time launches RAK’s chic black Karbon\";i:1;s:2:\"11\";}i:111;a:2:{i:0;s:65:\"The Restaurant Group (TRG) has announced the purchase of Wagamama\";i:1;s:2:\"11\";}i:112;a:2:{i:0;s:60:\"buffalo trace bourbon truffles christmas cookbook alzheimers\";i:1;s:2:\"11\";}i:113;a:2:{i:0;s:64:\"el Jimador tequila comes to the UK\'s on-trade sector from Mexico\";i:1;s:2:\"11\";}i:114;a:2:{i:0;s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";i:1;s:2:\"10\";}i:115;a:2:{i:0;s:64:\"Ale Miles: BrewDog launches \'BrewDog Airlines\' - Coming Feb 2019\";i:1;s:2:\"10\";}i:116;a:2:{i:0;s:23:\"Blog | Ontrade Progress\";i:1;s:2:\"10\";}i:117;a:2:{i:0;s:57:\"BrewDog has opened a new bar in Hungary: BrewDog Budapest\";i:1;s:2:\"10\";}i:118;a:2:{i:0;s:64:\"Edinburgh Gin unveils plans for a multi-million-pound distillery\";i:1;s:2:\"10\";}i:119;a:2:{i:0;s:70:\"First orders called as registration opens for PUB20 | Ontrade Progress\";i:1;s:2:\"10\";}i:120;a:2:{i:0;s:57:\"Gabriel David celebrates Luscombe Drinks 21st anniversary\";i:1;s:2:\"10\";}i:121;a:2:{i:0;s:66:\"Granarolo Group Wins Silver at International Cheese & Dairy Awards\";i:1;s:2:\"10\";}i:122;a:2:{i:0;s:35:\"Hospitality News | Ontrade Progress\";i:1;s:2:\"10\";}i:123;a:2:{i:0;s:44:\"New Tiki drinking vessels | Ontrade Progress\";i:1;s:2:\"10\";}i:124;a:2:{i:0;s:72:\"OTP sits down with A-Casks Phillip Smith to talk about cellar management\";i:1;s:2:\"10\";}i:125;a:2:{i:0;s:77:\"Peppermill Interiors latest velvet collection is taking the industry by storm\";i:1;s:2:\"10\";}i:126;a:2:{i:0;s:73:\"Perfect your pour and win a trip to the Krombacher Brewery in Pourfection\";i:1;s:2:\"10\";}i:127;a:2:{i:0;s:63:\"The Fentimans Secret Spritz Garden has now opened in Farringdon\";i:1;s:2:\"10\";}i:128;a:2:{i:0;s:54:\"Berto to open on Holloway Road on Saturday 31st August\";i:1;s:1:\"9\";}i:129;a:2:{i:0;s:49:\"Drink Wine Without a Hangover? | Ontrade Progress\";i:1;s:1:\"9\";}i:130;a:2:{i:0;s:62:\"Drinkaware to train Network Rail staff ahead of festive season\";i:1;s:1:\"9\";}i:131;a:2:{i:0;s:49:\"Face Facts: WKD summer campaign set create smiles\";i:1;s:1:\"9\";}i:132;a:2:{i:0;s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";i:1;s:1:\"9\";}i:133;a:2:{i:0;s:60:\"Hi-Spirits has the gin journey mapped out | Ontrade Progress\";i:1;s:1:\"9\";}i:134;a:2:{i:0;s:71:\"Hogs Back Brewery to build new kiln in Surrey with £700,000 investment\";i:1;s:1:\"9\";}i:135;a:2:{i:0;s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";i:1;s:1:\"9\";}i:136;a:2:{i:0;s:61:\"Redroaster, Brighton, undergoes a make over and it\'s stunning\";i:1;s:1:\"9\";}i:137;a:2:{i:0;s:68:\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\";i:1;s:1:\"9\";}i:138;a:2:{i:0;s:71:\"The Importance of using British Lion Eggs with restaurateur Rajesh Suri\";i:1;s:1:\"9\";}i:139;a:2:{i:0;s:61:\"Tonrose discuss keeping linen clean and their latest products\";i:1;s:1:\"9\";}i:140;a:2:{i:0;s:60:\"ARYZTA Food Solutions - Colour Croissants | Ontrade Progress\";i:1;s:1:\"8\";}i:141;a:2:{i:0;s:55:\"Birra Moretti launches \'Time For what Matters\' campaign\";i:1;s:1:\"8\";}i:142;a:2:{i:0;s:73:\"Don’t get sin-binned during the Rugby World Cup 2019 | Ontrade Progress\";i:1;s:1:\"8\";}i:143;a:2:{i:0;s:34:\"London\'s top Summer cocktails 2019\";i:1;s:1:\"8\";}i:144;a:2:{i:0;s:63:\"On-Trade progress’ Questions for Maria Chong from Lee Kum Kee\";i:1;s:1:\"8\";}i:145;a:2:{i:0;s:62:\"RAW Bottles has become the reusable bottle supplier to the AIF\";i:1;s:1:\"8\";}i:146;a:2:{i:0;s:64:\"Real Deli Co. and the profit power of houmous | Ontrade Progress\";i:1;s:1:\"8\";}i:147;a:2:{i:0;s:72:\"Traditional blessing for Hogs Back Brewery hop garden | Ontrade Progress\";i:1;s:1:\"8\";}i:148;a:2:{i:0;s:72:\"UK Pubs anticipate busiest day of the year this weekend - Super Saturday\";i:1;s:1:\"8\";}i:149;a:2:{i:0;s:63:\"UKHospitality - The importance of seaside towns to the industry\";i:1;s:1:\"8\";}i:150;a:2:{i:0;s:90:\"Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar\";i:1;s:1:\"8\";}i:151;a:2:{i:0;s:59:\"Desperados has had a global brand make-over from March 2019\";i:1;s:1:\"7\";}i:152;a:2:{i:0;s:51:\"Fourth announces new CEO and CFO | Ontrade Progress\";i:1;s:1:\"7\";}i:153;a:2:{i:0;s:65:\"Funktion-One, Resistance and Privilege set new standards in Ibiza\";i:1;s:1:\"7\";}i:154;a:2:{i:0;s:67:\"Jackie Marlow unveiled as new UKHospitality Chief Operating Officer\";i:1;s:1:\"7\";}i:155;a:2:{i:0;s:62:\"New Labour Proposal - Total banning on the import of foie gras\";i:1;s:1:\"7\";}i:156;a:2:{i:0;s:67:\"Old Fashioned Week see\'s Brown-Forman\'s Woodford Reserve as sponsor\";i:1;s:1:\"7\";}i:157;a:2:{i:0;s:60:\"Pick a pepper from the BBQ with TABASCO® | Ontrade Progress\";i:1;s:1:\"7\";}i:158;a:2:{i:0;s:56:\"Rugby World Cup 2019: How to score big with the footfall\";i:1;s:1:\"7\";}i:159;a:2:{i:0;s:29:\"Technology | Ontrade Progress\";i:1;s:1:\"7\";}i:160;a:2:{i:0;s:58:\"‘Meals & More’ Becomes a Charity to end Holiday Hunger\";i:1;s:1:\"7\";}i:161;a:2:{i:0;s:30:\"Advertising | Ontrade Progress\";i:1;s:1:\"6\";}i:162;a:2:{i:0;s:69:\"Beer52 teams up with 13 London restaurants with a select beer in each\";i:1;s:1:\"6\";}i:163;a:2:{i:0;s:55:\"CDG to open Warrens Bakery franchise at Bristol Airport\";i:1;s:1:\"6\";}i:164;a:2:{i:0;s:63:\"Cocktail of the Month - Tia Maria Cappuccino | Ontrade Progress\";i:1;s:1:\"6\";}i:165;a:2:{i:0;s:25:\"Drinks | Ontrade Progress\";i:1;s:1:\"6\";}i:166;a:2:{i:0;s:59:\"How to design a great restaurant website | Ontrade Progress\";i:1;s:1:\"6\";}i:167;a:2:{i:0;s:57:\"McEwan’s lager relaunches this month | Ontrade Progress\";i:1;s:1:\"6\";}i:168;a:2:{i:0;s:86:\"Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman | Ontrade Progress\";i:1;s:1:\"6\";}i:169;a:2:{i:0;s:72:\"National Innovation in Training Awards – NITAs 2018 | Ontrade Progress\";i:1;s:1:\"6\";}i:170;a:2:{i:0;s:54:\"New London location for Lucky Voice | Ontrade Progress\";i:1;s:1:\"6\";}i:171;a:2:{i:0;s:51:\"Ontrade Progress spirits exclusive: The Year of Rum\";i:1;s:1:\"6\";}i:172;a:2:{i:0;s:56:\"PPL PRS - Get to know your licenses with TheMusicLicence\";i:1;s:1:\"6\";}i:173;a:2:{i:0;s:43:\"Proper pies wins at British pie awards 2018\";i:1;s:1:\"6\";}i:174;a:2:{i:0;s:53:\"Showsec, the security and crowd management specialist\";i:1;s:1:\"6\";}i:175;a:2:{i:0;s:61:\"Sky Sports releases live football fixtures | Ontrade Progress\";i:1;s:1:\"6\";}i:176;a:2:{i:0;s:38:\"The established RTD | Ontrade Progress\";i:1;s:1:\"6\";}i:177;a:2:{i:0;s:47:\"Tourism and hospitality hero | Ontrade Progress\";i:1;s:1:\"6\";}i:178;a:2:{i:0;s:59:\"aryzta Brulee Mousse unique brulee chocolate mousse deserts\";i:1;s:1:\"6\";}i:179;a:2:{i:0;s:61:\"\'Harrods of the North\' Mac & Wild open their third restaurant\";i:1;s:1:\"5\";}i:180;a:2:{i:0;s:57:\"Artis - \'Homme & Femme\' wine decanters | Ontrade Progress\";i:1;s:1:\"5\";}i:181;a:2:{i:0;s:90:\"Artis® showcase their Levitas range, a simple yet sophisticated design | Ontrade Progress\";i:1;s:1:\"5\";}i:182;a:2:{i:0;s:64:\"Cahoots and Cointreau celebrate Cinco de Mayo | Ontrade Progress\";i:1;s:1:\"5\";}i:183;a:2:{i:0;s:65:\"Craft beer boom has seen numbers of new trademarks rise in the UK\";i:1;s:1:\"5\";}i:184;a:2:{i:0;s:60:\"Express Tavern has teamed up with Krombacher for Oktoberfest\";i:1;s:1:\"5\";}i:185;a:2:{i:0;s:62:\"JD Wetherspoon has launched a campaign for tarrifs post-Brexit\";i:1;s:1:\"5\";}i:186;a:2:{i:0;s:62:\"Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers\";i:1;s:1:\"5\";}i:187;a:2:{i:0;s:67:\"Lady of the Grapes launches in London this month | Ontrade Progress\";i:1;s:1:\"5\";}i:188;a:2:{i:0;s:61:\"Leading RTD, VK, searching for new flavour | Ontrade Progress\";i:1;s:1:\"5\";}i:189;a:2:{i:0;s:60:\"Licensee of the Year 2018: The winner is! | Ontrade Progress\";i:1;s:1:\"5\";}i:190;a:2:{i:0;s:69:\"Mrs Fogg?s sails into East London to her Maritime Club and Distillery\";i:1;s:1:\"5\";}i:191;a:2:{i:0;s:65:\"NEW Ocado Stocks Corkers Olive Oil Crisp Range | Ontrade Progress\";i:1;s:1:\"5\";}i:192;a:2:{i:0;s:48:\"New eco-friendly apple brandy | Ontrade Progress\";i:1;s:1:\"5\";}i:193;a:2:{i:0;s:58:\"Novus Tea - Innovating the hot beverage | Ontrade Progress\";i:1;s:1:\"5\";}i:194;a:2:{i:0;s:67:\"Oliver Kay Produce appoints new development chef | Ontrade Progress\";i:1;s:1:\"5\";}i:195;a:2:{i:0;s:61:\"On-Trade Progress met with Larry Field at London\'s Studio 338\";i:1;s:1:\"5\";}i:196;a:2:{i:0;s:55:\"One step beyond - Hospitality trends | Ontrade Progress\";i:1;s:1:\"5\";}i:197;a:2:{i:0;s:57:\"Pipers - the perfect premium bar snack | Ontrade Progress\";i:1;s:1:\"5\";}i:198;a:2:{i:0;s:63:\"Salcombe Gin – Signature ST Clair Cocktail | Ontrade Progress\";i:1;s:1:\"5\";}i:199;a:2:{i:0;s:71:\"There’s a new fryer on the block - The Fast Chef Elite from Taylor UK\";i:1;s:1:\"5\";}i:200;a:2:{i:0;s:52:\"UK plastics pack launched at UK Plastics Pact Summit\";i:1;s:1:\"5\";}i:201;a:2:{i:0;s:54:\"We\'ve got a Crush on Mcpherson Wine - Lanchester Wines\";i:1;s:1:\"5\";}i:202;a:2:{i:0;s:67:\"Winterhalter launches undercounter washer range with more efficency\";i:1;s:1:\"5\";}i:203;a:2:{i:0;s:9:\"(not set)\";i:1;s:1:\"4\";}i:204;a:2:{i:0;s:62:\"ACM Environmental and Brakes win National Recycling Award 2018\";i:1;s:1:\"4\";}i:205;a:2:{i:0;s:69:\"Apply for the chance to go around the world in 80 days with Mr Fogg\'s\";i:1;s:1:\"4\";}i:206;a:2:{i:0;s:78:\"Aster’s new vegan brunch in collaboration with Ketel One and Lumene skincare\";i:1;s:1:\"4\";}i:207;a:2:{i:0;s:35:\"BBPA Annual Awards Winners Revealed\";i:1;s:1:\"4\";}i:208;a:2:{i:0;s:58:\"BBPA and Alzheimer’s Society to promote Dementia Friends\";i:1;s:1:\"4\";}i:209;a:2:{i:0;s:66:\"BHA Welcomes New Partner Businesswise Solutions | Ontrade Progress\";i:1;s:1:\"4\";}i:210;a:2:{i:0;s:50:\"BII Licensee of the Year 2019 competition launches\";i:1;s:1:\"4\";}i:211;a:2:{i:0;s:66:\"Beer Hawk FRESH expands range of premium drinks | Ontrade Progress\";i:1;s:1:\"4\";}i:212;a:2:{i:0;s:67:\"BrewDog Canary Wharf, opens its first bar in the financial district\";i:1;s:1:\"4\";}i:213;a:2:{i:0;s:27:\"Business | Ontrade Progress\";i:1;s:1:\"4\";}i:214;a:2:{i:0;s:50:\"Calder Foods creates their new \'Love Fresh\' Burger\";i:1;s:1:\"4\";}i:215;a:2:{i:0;s:55:\"Cinders barbecues new product launch | Ontrade Progress\";i:1;s:1:\"4\";}i:216;a:2:{i:0;s:71:\"Cold brew tea – non-alcoholic drinks for grown-ups | Ontrade Progress\";i:1;s:1:\"4\";}i:217;a:2:{i:0;s:51:\"Corazón Tequila launches in the UK with Hi-Spirits\";i:1;s:1:\"4\";}i:218;a:2:{i:0;s:63:\"Country Range has delivered a new roll - three cheese and onion\";i:1;s:1:\"4\";}i:219;a:2:{i:0;s:56:\"Customer Care – A toad or a prince? | Ontrade Progress\";i:1;s:1:\"4\";}i:220;a:2:{i:0;s:58:\"Drinkaware urges venues to reduce the risk of alcohol harm\";i:1;s:1:\"4\";}i:221;a:2:{i:0;s:71:\"Economies of ale: Small pubs and bars close as chains focus on big bars\";i:1;s:1:\"4\";}i:222;a:2:{i:0;s:32:\"Entertainment | Ontrade Progress\";i:1;s:1:\"4\";}i:223;a:2:{i:0;s:64:\"Falcon and Williams appoint Steven Grahamslaw | Ontrade Progress\";i:1;s:1:\"4\";}i:224;a:2:{i:0;s:53:\"Fentimans announces first cocktail competition winner\";i:1;s:1:\"4\";}i:225;a:2:{i:0;s:58:\"Foodservice brand Country Range launches four new desserts\";i:1;s:1:\"4\";}i:226;a:2:{i:0;s:69:\"Guild of Beer writers appoints Pete Brown as chair | Ontrade Progress\";i:1;s:1:\"4\";}i:227;a:2:{i:0;s:45:\"Have a lager on Maltsmiths | Ontrade Progress\";i:1;s:1:\"4\";}i:228;a:2:{i:0;s:57:\"Hendi UK launches new digital blenders | Ontrade Progress\";i:1;s:1:\"4\";}i:229;a:2:{i:0;s:52:\"Hi-Spirits launches Summer serves | Ontrade Progress\";i:1;s:1:\"4\";}i:230;a:2:{i:0;s:56:\"Hospitality apprentices impress at HIT MasterChef Finals\";i:1;s:1:\"4\";}i:231;a:2:{i:0;s:70:\"Jaisalmer Indian Craft Gin launches in the UK in celebration of Diwali\";i:1;s:1:\"4\";}i:232;a:2:{i:0;s:59:\"Keep your cool this summer with ice solutions from Hendi UK\";i:1;s:1:\"4\";}i:233;a:2:{i:0;s:71:\"London Craft Beer Festival launch the WABies best in class craft awards\";i:1;s:1:\"4\";}i:234;a:2:{i:0;s:78:\"MRM targeting business growth as Carlsberg UK rolls out App | Ontrade Progress\";i:1;s:1:\"4\";}i:235;a:2:{i:0;s:82:\"Margot: “Pinkspiration” initiative to get hospitality to drive towards charity\";i:1;s:1:\"4\";}i:236;a:2:{i:0;s:54:\"Mix up the festive magic with MONIN | Ontrade Progress\";i:1;s:1:\"4\";}i:237;a:2:{i:0;s:68:\"Mr Fitz Aqua Spritz launches on-trend new flavour | Ontrade Progress\";i:1;s:1:\"4\";}i:238;a:2:{i:0;s:56:\"Nuts about KP of the year awards 2018 | Ontrade Progress\";i:1;s:1:\"4\";}i:239;a:2:{i:0;s:51:\"On-Trade Progress - In the Mix with Black Magic Rum\";i:1;s:1:\"4\";}i:240;a:2:{i:0;s:61:\"ProLights omega PIX next generation high res led video screen\";i:1;s:1:\"4\";}i:241;a:2:{i:0;s:61:\"Profits on the Move... From Servaclean comes the new FOLDABar\";i:1;s:1:\"4\";}i:242;a:2:{i:0;s:67:\"Siren’s Broken Dream Breakfast Stout is named the best in Britain\";i:1;s:1:\"4\";}i:243;a:2:{i:0;s:76:\"Speciality Breads adds to frozen dough range with a trio of ciabatta options\";i:1;s:1:\"4\";}i:244;a:2:{i:0;s:75:\"The British Guild of Beer Writers has shortlisted 35 entrants in its Awards\";i:1;s:1:\"4\";}i:245;a:2:{i:0;s:71:\"Trends in furniture design for bars and restaurants. | Ontrade Progress\";i:1;s:1:\"4\";}i:246;a:2:{i:0;s:88:\"UKH welcomes first step in relaxation of chef employment restrictions | Ontrade Progress\";i:1;s:1:\"4\";}i:247;a:2:{i:0;s:73:\"Void Acoustics further enhance the popular Venu series | Ontrade Progress\";i:1;s:1:\"4\";}i:248;a:2:{i:0;s:67:\"Wetherspoon and CLIC Sargent celebrate their £16 million milestone\";i:1;s:1:\"4\";}i:249;a:2:{i:0;s:38:\"WiVert Public Wi-Fi | Ontrade Progress\";i:1;s:1:\"4\";}i:250;a:2:{i:0;s:54:\"Windhoek Draught descends on the UK | Ontrade Progress\";i:1;s:1:\"4\";}i:251;a:2:{i:0;s:52:\"as extended its partnership with The SSE Hydro Arena\";i:1;s:1:\"4\";}i:252;a:2:{i:0;s:47:\"bars Archives | Page 7 of 46 | Ontrade Progress\";i:1;s:1:\"4\";}i:253;a:2:{i:0;s:67:\"Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards\";i:1;s:1:\"3\";}i:254;a:2:{i:0;s:64:\"Beer sales grow, but sector needs certainty on Brexit, says BBPA\";i:1;s:1:\"3\";}i:255;a:2:{i:0;s:55:\"Bohem Brewery and St Austell launch collaboration lager\";i:1;s:1:\"3\";}i:256;a:2:{i:0;s:53:\"Brakes bringing you two new delicious dreamy desserts\";i:1;s:1:\"3\";}i:257;a:2:{i:0;s:78:\"Brooklyn Gin incentive offers trips to Bar Convent Brooklyn | Ontrade Progress\";i:1;s:1:\"3\";}i:258;a:2:{i:0;s:46:\"Catering Equipment Archives | Ontrade Progress\";i:1;s:1:\"3\";}i:259;a:2:{i:0;s:65:\"Certa Cooking brings the X-Oven - A charcoal oven for the kitchen\";i:1;s:1:\"3\";}i:260;a:2:{i:0;s:64:\"Ei Publican Partnerships re-launches evolved pub application hub\";i:1;s:1:\"3\";}i:261;a:2:{i:0;s:68:\"Fentimans continues to push for growth with new advertising campaign\";i:1;s:1:\"3\";}i:262;a:2:{i:0;s:69:\"Filter coffee is making headway across the country | Ontrade Progress\";i:1;s:1:\"3\";}i:263;a:2:{i:0;s:65:\"Fireball announces Fuelling The Fire Tour 2019 | Ontrade Progress\";i:1;s:1:\"3\";}i:264;a:2:{i:0;s:38:\"From grape to glass | Ontrade Progress\";i:1;s:1:\"3\";}i:265;a:2:{i:0;s:70:\"Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer\";i:1;s:1:\"3\";}i:266;a:2:{i:0;s:35:\"In the… cellar | Ontrade Progress\";i:1;s:1:\"3\";}i:267;a:2:{i:0;s:28:\"Issue #25 | Ontrade Progress\";i:1;s:1:\"3\";}i:268;a:2:{i:0;s:28:\"Issue #31 | Ontrade Progress\";i:1;s:1:\"3\";}i:269;a:2:{i:0;s:56:\"London gets game for glorious twelfth | Ontrade Progress\";i:1;s:1:\"3\";}i:270;a:2:{i:0;s:62:\"Marston’s Launch It’s First Official Work Placement Scheme\";i:1;s:1:\"3\";}i:271;a:2:{i:0;s:55:\"Meet hospitality experts at Restaurant & Bar Tech Live!\";i:1;s:1:\"3\";}i:272;a:2:{i:0;s:70:\"Metro Mayhem! Brewdog releases tickets for its beer festival in London\";i:1;s:1:\"3\";}i:273;a:2:{i:0;s:76:\"Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express\";i:1;s:1:\"3\";}i:274;a:2:{i:0;s:34:\"Musical Moments | Ontrade Progress\";i:1;s:1:\"3\";}i:275;a:2:{i:0;s:49:\"Nestle UK Commits to Food Waste Reduction by 2030\";i:1;s:1:\"3\";}i:276;a:2:{i:0;s:63:\"New Strongbow dual fount which could boost cider sales by 44% |\";i:1;s:1:\"3\";}i:277;a:2:{i:0;s:52:\"New tramontina french style cutlery range from Artis\";i:1;s:1:\"3\";}i:278;a:2:{i:0;s:86:\"Old Mout Cider and WWF partner to protect habitats around the world | Ontrade Progress\";i:1;s:1:\"3\";}i:279;a:2:{i:0;s:53:\"On The Plate with MIBRASA charcoal oven from Ascentia\";i:1;s:1:\"3\";}i:280;a:2:{i:0;s:60:\"Online beer distributor revolutionises supply tender process\";i:1;s:1:\"3\";}i:281;a:2:{i:0;s:59:\"Ontrade Progress, Author at Ontrade Progress | Page 3 of 95\";i:1;s:1:\"3\";}i:282;a:2:{i:0;s:70:\"Record number of new product innovations on show at Casual Dining 2019\";i:1;s:1:\"3\";}i:283;a:2:{i:0;s:58:\"Showsec – Standing out from the crowd with Michael Poole\";i:1;s:1:\"3\";}i:284;a:2:{i:0;s:56:\"Skyline Design release their outdoor furniture catalogue\";i:1;s:1:\"3\";}i:285;a:2:{i:0;s:51:\"Stonegate scoops Corporate Charity Fundraiser award\";i:1;s:1:\"3\";}i:286;a:2:{i:0;s:69:\"Sunshine sales: Cash in on 15% additional spend over the bank holiday\";i:1;s:1:\"3\";}i:287;a:2:{i:0;s:52:\"The Future of Online Reservations | Ontrade Progress\";i:1;s:1:\"3\";}i:288;a:2:{i:0;s:56:\"The Good Web Guide (GWG) Awards 2018 Shortlist Announced\";i:1;s:1:\"3\";}i:289;a:2:{i:0;s:77:\"The Meatless Farm Co launches line of plant-based sausages | Ontrade Progress\";i:1;s:1:\"3\";}i:290;a:2:{i:0;s:61:\"The Showering Cider Mill has launched Mallets for millennials\";i:1;s:1:\"3\";}i:291;a:2:{i:0;s:55:\"The new double-walled thermic glass range from Artis UK\";i:1;s:1:\"3\";}i:292;a:2:{i:0;s:60:\"The new pro range of new bean-to-cup coffee machines by Jura\";i:1;s:1:\"3\";}i:293;a:2:{i:0;s:58:\"Trip to Rational factory impresses dealers and consultants\";i:1;s:1:\"3\";}i:294;a:2:{i:0;s:65:\"UKHospitality establishes new Diversity Forum to promote equality\";i:1;s:1:\"3\";}i:295;a:2:{i:0;s:80:\"VII Hills Italian Dry Gin sign two new distributors in Europe | Ontrade Progress\";i:1;s:1:\"3\";}i:296;a:2:{i:0;s:63:\"We explore products from SCT & SCT, the premium bar snack brand\";i:1;s:1:\"3\";}i:297;a:2:{i:0;s:56:\"75% of diners want carbon footprint information on menus\";i:1;s:1:\"2\";}i:298;a:2:{i:0;s:58:\"A whole new kitchen for Restaurant 2018 | Ontrade Progress\";i:1;s:1:\"2\";}i:299;a:2:{i:0;s:52:\"All things don\'t need to be equal | Ontrade Progress\";i:1;s:1:\"2\";}i:300;a:2:{i:0;s:60:\"Allan Stevenson chats with us about the history of glassware\";i:1;s:1:\"2\";}i:301;a:2:{i:0;s:75:\"Artis - exquisitely decorated \'Gallery\' statement plates | Ontrade Progress\";i:1;s:1:\"2\";}i:302;a:2:{i:0;s:68:\"Barclays - Consumer spending grows while the retail sector struggles\";i:1;s:1:\"2\";}i:303;a:2:{i:0;s:72:\"CDG has agreed a new franchising deal for Bella Italia & more in the UAE\";i:1;s:1:\"2\";}i:304;a:2:{i:0;s:58:\"Canopies UK - Raising the roof at Hilton’s brand new bar\";i:1;s:1:\"2\";}i:305;a:2:{i:0;s:71:\"Canopies UK discuss their new Cantabria canopy, designed for hospitalty\";i:1;s:1:\"2\";}i:306;a:2:{i:0;s:66:\"Certa Cooking Equipment becomes exclusive UK partners for Adventys\";i:1;s:1:\"2\";}i:307;a:2:{i:0;s:72:\"Colicci opens their first kiosk with The Royal Parks opens in Green Park\";i:1;s:1:\"2\";}i:308;a:2:{i:0;s:66:\"Creative Foods Europe creates Asian Inspiration\'s Korean BBQ sauce\";i:1;s:1:\"2\";}i:309;a:2:{i:0;s:83:\"Direct Seafoods urges pubs to stay up to speed on sustainability | Ontrade Progress\";i:1;s:1:\"2\";}i:310;a:2:{i:0;s:61:\"Dyson discusses how its Airblade technology can be of service\";i:1;s:1:\"2\";}i:311;a:2:{i:0;s:45:\"EPOS - Q&A: Star Micronics | Ontrade Progress\";i:1;s:1:\"2\";}i:312;a:2:{i:0;s:77:\"Essential Cuisine strengthened by key European acquisition | Ontrade Progress\";i:1;s:1:\"2\";}i:313;a:2:{i:0;s:59:\"Fentimans unveil their Spirit Pairing Guide for this winter\";i:1;s:1:\"2\";}i:314;a:2:{i:0;s:37:\"Festivals & Events | Ontrade Progress\";i:1;s:1:\"2\";}i:315;a:2:{i:0;s:52:\"Giffard West Cup 2019 from Château d\'Angers, France\";i:1;s:1:\"2\";}i:316;a:2:{i:0;s:51:\"Heathwick brings innovation to imported beer market\";i:1;s:1:\"2\";}i:317;a:2:{i:0;s:73:\"Heineken - Serving the perfect pint | Heineken - Serving the perfect pint\";i:1;s:1:\"2\";}i:318;a:2:{i:0;s:72:\"Horton Park Golf Course has installed infrared heaters for its customers\";i:1;s:1:\"2\";}i:319;a:2:{i:0;s:51:\"Improve the Quality of Your Beer | Ontrade Progress\";i:1;s:1:\"2\";}i:320;a:2:{i:0;s:28:\"Issue #26 | Ontrade Progress\";i:1;s:1:\"2\";}i:321;a:2:{i:0;s:68:\"Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration\";i:1;s:1:\"2\";}i:322;a:2:{i:0;s:63:\"Justingredients discuss how you can bring organic to your venue\";i:1;s:1:\"2\";}i:323;a:2:{i:0;s:50:\"Lanchester Wines: Summer Drinks | Ontrade Progress\";i:1;s:1:\"2\";}i:324;a:2:{i:0;s:77:\"Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live! | Ontrade Progress\";i:1;s:1:\"2\";}i:325;a:2:{i:0;s:44:\"Ontrade Progress, Author at Ontrade Progress\";i:1;s:1:\"2\";}i:326;a:2:{i:0;s:60:\"Over 350,000 have signed up for Veganuary | Ontrade Progress\";i:1;s:1:\"2\";}i:327;a:2:{i:0;s:68:\"Quality comes naturally as Essential Cuisine extends signature range\";i:1;s:1:\"2\";}i:328;a:2:{i:0;s:66:\"STRYYK NOT VODKA is the new drink to go with their rum & gin range\";i:1;s:1:\"2\";}i:329;a:2:{i:0;s:77:\"Safe Eggs ‘n’ Soldiers - British Lion Eggs & Little Ships, Ramsgate, Kent\";i:1;s:1:\"2\";}i:330;a:2:{i:0;s:57:\"Salcombe Gin and the Spirit of Success | Ontrade Progress\";i:1;s:1:\"2\";}i:331;a:2:{i:0;s:76:\"Sky Sports announces February’s Premier League fixtures | Ontrade Progress\";i:1;s:1:\"2\";}i:332;a:2:{i:0;s:55:\"Stay out in the evenings for longer with Tansun Heaters\";i:1;s:1:\"2\";}i:333;a:2:{i:0;s:99:\"Swiss coffee machine manufacturer Schaerer is launching an innovative technology | Ontrade Progress\";i:1;s:1:\"2\";}i:334;a:2:{i:0;s:113:\"Tansun - The infrared heating specialists, bringing you their new app to control your heating. | Ontrade Progress\";i:1;s:1:\"2\";}i:335;a:2:{i:0;s:70:\"The King of Soho is in the pink with new gin launch | Ontrade Progress\";i:1;s:1:\"2\";}i:336;a:2:{i:0;s:70:\"The latest trends in hospitality furniture for 2018 | Ontrade Progress\";i:1;s:1:\"2\";}i:337;a:2:{i:0;s:59:\"UKHospitality warns against MUP in Wales | Ontrade Progress\";i:1;s:1:\"2\";}i:338;a:2:{i:0;s:77:\"Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone\";i:1;s:1:\"2\";}i:339;a:2:{i:0;s:61:\"Williams Refrigeration has been a big shake up of their staff\";i:1;s:1:\"2\";}i:340;a:2:{i:0;s:77:\"Women’s World Cup to boost beer sales by 3 million pints | Ontrade Progress\";i:1;s:1:\"2\";}i:341;a:2:{i:0;s:62:\"Woodforde\'s Brewery targets international growth with new hire\";i:1;s:1:\"2\";}i:342;a:2:{i:0;s:57:\"‘TENTAZIONI’ A range of wine glasses for connoisseurs\";i:1;s:1:\"2\";}i:343;a:2:{i:0;s:54:\"A New Partnership for Crepeaffaire and TRG Concessions\";i:1;s:1:\"1\";}i:344;a:2:{i:0;s:61:\"A.C. Entertainment Technologies to host July NEXO UK open day\";i:1;s:1:\"1\";}i:345;a:2:{i:0;s:64:\"ARYZTA Offers a True Taste of the Middle East with New Savouries\";i:1;s:1:\"1\";}i:346;a:2:{i:0;s:67:\"Amathus Drinks becomes UK distributor for Kanpai | Ontrade Progress\";i:1;s:1:\"1\";}i:347;a:2:{i:0;s:40:\"Are you underinsured? | Ontrade Progress\";i:1;s:1:\"1\";}i:348;a:2:{i:0;s:55:\"Artis® showcase their Levitas range | Ontrade Progress\";i:1;s:1:\"1\";}i:349;a:2:{i:0;s:64:\"BBPA responds to pub closures - beer tax rose, 5,000 pubs closed\";i:1;s:1:\"1\";}i:350;a:2:{i:0;s:68:\"BBPA ‘bitterly disappointed’ by low alcohol consultation outcome\";i:1;s:1:\"1\";}i:351;a:2:{i:0;s:53:\"BII LOYA 2018 finalists announced! | Ontrade Progress\";i:1;s:1:\"1\";}i:352;a:2:{i:0;s:45:\"Bohem Brewery launches new canned lager range\";i:1;s:1:\"1\";}i:353;a:2:{i:0;s:49:\"Brands Archives | Page 6 of 25 | Ontrade Progress\";i:1;s:1:\"1\";}i:354;a:2:{i:0;s:47:\"BrewDog launches a new bar at Edinburgh Airport\";i:1;s:1:\"1\";}i:355;a:2:{i:0;s:70:\"Brighton Gin limited edition pride bottle announced | Ontrade Progress\";i:1;s:1:\"1\";}i:356;a:2:{i:0;s:70:\"Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress\";i:1;s:1:\"1\";}i:357;a:2:{i:0;s:70:\"Carlsberg UK brought together 6 strangers to build the Carlsberg Cabin\";i:1;s:1:\"1\";}i:358;a:2:{i:0;s:59:\"Casual Dining Show unveils its biggest ever Keynote line-up\";i:1;s:1:\"1\";}i:359;a:2:{i:0;s:74:\"Cocktail of the Month - Electric Feel by Amber Jeffryes | Ontrade Progress\";i:1;s:1:\"1\";}i:360;a:2:{i:0;s:92:\"Coffee technology from WMF combines two coffee styles in a single machine | Ontrade Progress\";i:1;s:1:\"1\";}i:361;a:2:{i:0;s:81:\"Commercial Kitchen 2018 previews its exhibitor show highlights | Ontrade Progress\";i:1;s:1:\"1\";}i:362;a:2:{i:0;s:62:\"Commercial Kitchen moves to London for 2020 | Ontrade Progress\";i:1;s:1:\"1\";}i:363;a:2:{i:0;s:56:\"Crystaltech improves water hygiene & can detect bacteria\";i:1;s:1:\"1\";}i:364;a:2:{i:0;s:55:\"Digital marketing and staying social | Ontrade Progress\";i:1;s:1:\"1\";}i:365;a:2:{i:0;s:86:\"Drinkers’ Voice – Giving drinkers a voice in the alcohol debate | Ontrade Progress\";i:1;s:1:\"1\";}i:366;a:2:{i:0;s:56:\"Drury Launches its 2018 Christmas tea | Ontrade Progress\";i:1;s:1:\"1\";}i:367;a:2:{i:0;s:64:\"Drury coffee, Gunnery Blend, celebrates the Company’s new home\";i:1;s:1:\"1\";}i:368;a:2:{i:0;s:68:\"Drury launches a new initiative to recycle its used coffee packaging\";i:1;s:1:\"1\";}i:369;a:2:{i:0;s:66:\"Drury launches new bedroom hot drinks selection | Ontrade Progress\";i:1;s:1:\"1\";}i:370;a:2:{i:0;s:72:\"Euroboozer gets lucky with O\'Hara\'s distribution deal | Ontrade Progress\";i:1;s:1:\"1\";}i:371;a:2:{i:0;s:67:\"FEM adds exceptionally experienced foodservice professional to team\";i:1;s:1:\"1\";}i:372;a:2:{i:0;s:49:\"FEM strengthens marketing team | Ontrade Progress\";i:1;s:1:\"1\";}i:373;a:2:{i:0;s:40:\"Fire-up the BBQ menus | Ontrade Progress\";i:1;s:1:\"1\";}i:374;a:2:{i:0;s:72:\"Furleigh Estate is releasing a new premium wine range | Ontrade Progress\";i:1;s:1:\"1\";}i:375;a:2:{i:0;s:63:\"Get paid as you earn for the month of Christmas to help anxiety\";i:1;s:1:\"1\";}i:376;a:2:{i:0;s:83:\"Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix | Ontrade Progress\";i:1;s:1:\"1\";}i:377;a:2:{i:0;s:62:\"Glenn Roberts joins Winterhalter UK, Andy Salter joins Classeq\";i:1;s:1:\"1\";}i:378;a:2:{i:0;s:63:\"Grand Trunk Road - Lahori Keema Matar From Sharma & Rajesh Suri\";i:1;s:1:\"1\";}i:379;a:2:{i:0;s:55:\"Grande Cuisine takes stock of Mareno | Ontrade Progress\";i:1;s:1:\"1\";}i:380;a:2:{i:0;s:49:\"Heineken launches Cider Direct | Ontrade Progress\";i:1;s:1:\"1\";}i:381;a:2:{i:0;s:69:\"Hobart UK to merge devisions and become the Hobart Equipment Division\";i:1;s:1:\"1\";}i:382;a:2:{i:0;s:52:\"Hogs Back Brewery ‘Adopt a Hop\' Helps Hospice Care\";i:1;s:1:\"1\";}i:383;a:2:{i:0;s:69:\"Hubbard Systems’ latest undercounter dishwasher is fast and compact\";i:1;s:1:\"1\";}i:384;a:2:{i:0;s:58:\"Increase your Customer Spend with Singa | Ontrade Progress\";i:1;s:1:\"1\";}i:385;a:2:{i:0;s:28:\"Issue #29 | Ontrade Progress\";i:1;s:1:\"1\";}i:386;a:2:{i:0;s:57:\"It\'s time for a pre-Brexit buying guide - Lynx Purchasing\";i:1;s:1:\"1\";}i:387;a:2:{i:0;s:65:\"Italian deli Diforti launches Brexit Box incase of food shortages\";i:1;s:1:\"1\";}i:388;a:2:{i:0;s:75:\"Krombacher staff will walk to 300 pubs to raise money for the Trade Charity\";i:1;s:1:\"1\";}i:389;a:2:{i:0;s:68:\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\";i:1;s:1:\"1\";}i:390;a:2:{i:0;s:57:\"Lee Jones - Southern Comforts Southern Showdown UK Winner\";i:1;s:1:\"1\";}i:391;a:2:{i:0;s:64:\"M&J Seafood\'s new fish dishes have raw appeal | Ontrade Progress\";i:1;s:1:\"1\";}i:392;a:2:{i:0;s:57:\"Magazine London is set to open in Greenwich - summer 2019\";i:1;s:1:\"1\";}i:393;a:2:{i:0;s:121:\"Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman to help build the company globally | Ontrade Progress\";i:1;s:1:\"1\";}i:394;a:2:{i:0;s:70:\"Mr Fogg’s residence celebrates world cocktail day | Ontrade Progress\";i:1;s:1:\"1\";}i:395;a:2:{i:0;s:58:\"Mulling Spices Spice Drops are an essential this Christmas\";i:1;s:1:\"1\";}i:396;a:2:{i:0;s:59:\"New Dutch egg safety report shows need for higher standards\";i:1;s:1:\"1\";}i:397;a:2:{i:0;s:62:\"New Pink Lemonade Muffin by Otis Spunkmeyer | Ontrade Progress\";i:1;s:1:\"1\";}i:398;a:2:{i:0;s:65:\"New range of Zero-Proof Spirits hits UK market | Ontrade Progress\";i:1;s:1:\"1\";}i:399;a:2:{i:0;s:62:\"New vintage style cocktail glassware from UK distributor Artis\";i:1;s:1:\"1\";}i:400;a:2:{i:0;s:56:\"Nine Lives launches new cocktail menu | Ontrade Progress\";i:1;s:1:\"1\";}i:401;a:2:{i:0;s:66:\"On the Plate - Quorn Bao Buns with Quorn pieces | Ontrade Progress\";i:1;s:1:\"1\";}i:402;a:2:{i:0;s:31:\"On... Coffee | Ontrade Progress\";i:1;s:1:\"1\";}i:403;a:2:{i:0;s:66:\"Ontrade Progress Issue #29 | Ontrade Progress hospitality magazine\";i:1;s:1:\"1\";}i:404;a:2:{i:0;s:56:\"Pearl of an idea from sous vide tools | Ontrade Progress\";i:1;s:1:\"1\";}i:405;a:2:{i:0;s:55:\"Pete Brown gives the No and Low down | Ontrade Progress\";i:1;s:1:\"1\";}i:406;a:2:{i:0;s:54:\"Pipers crispeas shows new snacks and flavours at CBR19\";i:1;s:1:\"1\";}i:407;a:2:{i:0;s:50:\"Pizza Equipment LTD at the Casual Dining Show 2019\";i:1;s:1:\"1\";}i:408;a:2:{i:0;s:64:\"Pizza: a slice of big Sicilian style supplied | Ontrade Progress\";i:1;s:1:\"1\";}i:409;a:2:{i:0;s:72:\"Price reduction on vintage style glassware from Artis | Ontrade Progress\";i:1;s:1:\"1\";}i:410;a:2:{i:0;s:65:\"PubAid names Keith Bott as its first President | Ontrade Progress\";i:1;s:1:\"1\";}i:411;a:2:{i:0;s:52:\"Q&A with Chris Howard at FlexFurn | Ontrade Progress\";i:1;s:1:\"1\";}i:412;a:2:{i:0;s:72:\"Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London\";i:1;s:1:\"1\";}i:413;a:2:{i:0;s:68:\"Salcombe Gin - Signature Pennant Martini Cocktail | Ontrade Progress\";i:1;s:1:\"1\";}i:414;a:2:{i:0;s:69:\"Salcombe Gin Voyager Series is set to add its first sloe & damson gin\";i:1;s:1:\"1\";}i:415;a:2:{i:0;s:55:\"Score with cheese burger dough balls | Ontrade Progress\";i:1;s:1:\"1\";}i:416;a:2:{i:0;s:60:\"Scott Park - Ascentia Foodservice at Casual Dining Show 2019\";i:1;s:1:\"1\";}i:417;a:2:{i:0;s:57:\"Seasonal Christmas glassware picks from distributer Artis\";i:1;s:1:\"1\";}i:418;a:2:{i:0;s:67:\"Select the best EPOS system for your Restaurant with Star Micronics\";i:1;s:1:\"1\";}i:419;a:2:{i:0;s:71:\"Show-ing off - Casual Dining Show - The UK\'s biggest hodspitality event\";i:1;s:1:\"1\";}i:420;a:2:{i:0;s:38:\"Sing your heart out | Ontrade Progress\";i:1;s:1:\"1\";}i:421;a:2:{i:0;s:60:\"Sixty82 receives positive reception from UK rigging industry\";i:1;s:1:\"1\";}i:422;a:2:{i:0;s:64:\"Space-age technology now in oven to tableware | Ontrade Progress\";i:1;s:1:\"1\";}i:423;a:2:{i:0;s:42:\"Taste Test: Truly tonic | Ontrade Progress\";i:1;s:1:\"1\";}i:424;a:2:{i:0;s:32:\"The Blind Pig | Ontrade Progress\";i:1;s:1:\"1\";}i:425;a:2:{i:0;s:58:\"The Botanist to celebrate World Gin Day | Ontrade Progress\";i:1;s:1:\"1\";}i:426;a:2:{i:0;s:54:\"The Drury Tea & Coffee Company adds four new varieties\";i:1;s:1:\"1\";}i:427;a:2:{i:0;s:44:\"The Fridge as a Phone Box | Ontrade Progress\";i:1;s:1:\"1\";}i:428;a:2:{i:0;s:61:\"The Last Yard…Pump to Punter - We catch up with Crystaltech\";i:1;s:1:\"1\";}i:429;a:2:{i:0;s:48:\"The all new WMF CoffeeConnect | Ontrade Progress\";i:1;s:1:\"1\";}i:430;a:2:{i:0;s:53:\"The importance of social WiFi marketing to your venue\";i:1;s:1:\"1\";}i:431;a:2:{i:0;s:63:\"The king of Choux arrives on the King\'s Road | Ontrade Progress\";i:1;s:1:\"1\";}i:432;a:2:{i:0;s:65:\"The ‘must have’ amenities for hotel guests | Ontrade Progress\";i:1;s:1:\"1\";}i:433;a:2:{i:0;s:70:\"Tips on how to keep your cocktail offering on trend | Ontrade Progress\";i:1;s:1:\"1\";}i:434;a:2:{i:0;s:62:\"Tomorrow’s Kitchen: Rational shows the future of foodservice\";i:1;s:1:\"1\";}i:435;a:2:{i:0;s:60:\"UK Food Service 2018 Quality Food Awards ceremony celebrated\";i:1;s:1:\"1\";}i:436;a:2:{i:0;s:49:\"UK food service quality awards | Ontrade Progress\";i:1;s:1:\"1\";}i:437;a:2:{i:0;s:101:\"UKHospitality provides interim guidance for industry on new acrylamide legislation | Ontrade Progress\";i:1;s:1:\"1\";}i:438;a:2:{i:0;s:59:\"UKHospitality reaction to National Living Wage announcement\";i:1;s:1:\"1\";}i:439;a:2:{i:0;s:63:\"UKHospitality: Collaboration key to Industrial Strategy success\";i:1;s:1:\"1\";}i:440;a:2:{i:0;s:57:\"UK’s top pub brands prepare to visit Casual Dining 2019\";i:1;s:1:\"1\";}i:441;a:2:{i:0;s:70:\"Unique Hospitality Management adds trio of new pubs | Ontrade Progress\";i:1;s:1:\"1\";}i:442;a:2:{i:0;s:66:\"VII Hills Italian Dry gin wins gold at the Gin Masters 2018 awards\";i:1;s:1:\"1\";}i:443;a:2:{i:0;s:65:\"WRS systems provide a complete solution for the hospitality trade\";i:1;s:1:\"1\";}i:444;a:2:{i:0;s:50:\"Want to improve your home security this Christmas?\";i:1;s:1:\"1\";}i:445;a:2:{i:0;s:65:\"We attended the Love Well workshop by Love Drinks & Healthy Hospo\";i:1;s:1:\"1\";}i:446;a:2:{i:0;s:78:\"Win a VIP trip in July to New Orleans with Southern Comfort | Ontrade Progress\";i:1;s:1:\"1\";}i:447;a:2:{i:0;s:59:\"World Cup 2018 - Keeping the party going | Ontrade Progress\";i:1;s:1:\"1\";}i:448;a:2:{i:0;s:69:\"World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!\";i:1;s:1:\"1\";}i:449;a:2:{i:0;s:69:\"ave you considered a career as a catering equipment service engineer?\";i:1;s:1:\"1\";}i:450;a:2:{i:0;s:50:\"spirits Archives | Page 2 of 34 | Ontrade Progress\";i:1;s:1:\"1\";}i:451;a:2:{i:0;s:59:\"Brakes celebrates British food fortnight | Ontrade Progress\";i:1;s:1:\"0\";}i:452;a:2:{i:0;s:58:\"British Lion eggs & Tom Daley to make a big splash in 2019\";i:1;s:1:\"0\";}i:453;a:2:{i:0;s:74:\"Brockmans World Gin Day contest attracts record entries | Ontrade Progress\";i:1;s:1:\"0\";}i:454;a:2:{i:0;s:30:\"Food waste reduction with CESA\";i:1;s:1:\"0\";}i:455;a:2:{i:0;s:23:\"Food | Ontrade Progress\";i:1;s:1:\"0\";}i:456;a:2:{i:0;s:28:\"Issue #20 | Ontrade Progress\";i:1;s:1:\"0\";}i:457;a:2:{i:0;s:28:\"Issue #21 | Ontrade Progress\";i:1;s:1:\"0\";}i:458;a:2:{i:0;s:28:\"Issue #22 | Ontrade Progress\";i:1;s:1:\"0\";}i:459;a:2:{i:0;s:28:\"Issue #23 | Ontrade Progress\";i:1;s:1:\"0\";}i:460;a:2:{i:0;s:28:\"Issue #24 | Ontrade Progress\";i:1;s:1:\"0\";}i:461;a:2:{i:0;s:28:\"Issue #27 | Ontrade Progress\";i:1;s:1:\"0\";}i:462;a:2:{i:0;s:28:\"Issue #28 | Ontrade Progress\";i:1;s:1:\"0\";}i:463;a:2:{i:0;s:66:\"Ontrade Progress Issue #30 | Ontrade Progress hospitality magazine\";i:1;s:1:\"0\";}i:464;a:2:{i:0;s:45:\"Ontrade Progress issue #26 | Ontrade Progress\";i:1;s:1:\"0\";}i:465;a:2:{i:0;s:45:\"Ontrade Progress issue #32 | Ontrade Progress\";i:1;s:1:\"0\";}i:466;a:2:{i:0;s:71:\"Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:467;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"5640\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764315,'gadwp_cache_qr6_2038257398','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:96:{i:0;a:2:{i:0;s:14:\"(not provided)\";i:1;s:4:\"2516\";}i:1;a:2:{i:0;s:17:\"on trade progress\";i:1;s:1:\"5\";}i:2;a:2:{i:0;s:17:\"Red keg rum mixer\";i:1;s:1:\"4\";}i:3;a:2:{i:0;s:16:\"ontrade progress\";i:1;s:1:\"3\";}i:4;a:2:{i:0;s:33:\"British Lion Eggs when introduced\";i:1;s:1:\"2\";}i:5;a:2:{i:0;s:12:\"Dana Muntean\";i:1;s:1:\"2\";}i:6;a:2:{i:0;s:28:\"libbey and artis temptations\";i:1;s:1:\"2\";}i:7;a:2:{i:0;s:40:\"stonegate pub company raise 60k for mind\";i:1;s:1:\"2\";}i:8;a:2:{i:0;s:14:\"\"vk searching\"\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:18:\"- ontrade progress\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:13:\"Kolibri drink\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:34:\"Redleg pineapple rum perfect serve\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:67:\"Restaurant Group acquisition of a company named Mabel Topco Limited\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:27:\"SALCOMBE GIN VOYAGER SERIES\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:39:\"Shipyard Low Tide Pale Ale release date\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:14:\"Windhoek Lager\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:9:\"bbpa emma\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:74:\"booker chefs larder cooked smoked streaky sandwich bacon - how many slices\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:26:\"brewdog airline experience\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:23:\"brewdog brewery Hungary\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:23:\"brewdog brewery hungary\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:40:\"brewing non alcoholic beverages like tea\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:23:\"british eggs lion stamp\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:29:\"british lion egg mark meaning\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:22:\"british lion egg stamp\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:17:\"british lion eggs\";i:1;s:1:\"1\";}i:26;a:2:{i:0;s:23:\"british lion stamp eggs\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:4:\"cans\";i:1;s:1:\"1\";}i:28;a:2:{i:0;s:18:\"carling multipacks\";i:1;s:1:\"1\";}i:29;a:2:{i:0;s:30:\"carlsberg beer without alcohol\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:12:\"charlie elek\";i:1;s:1:\"1\";}i:31;a:2:{i:0;s:20:\"chief executive BBPA\";i:1;s:1:\"1\";}i:32;a:2:{i:0;s:39:\"dead man\'s fingers spiced rum cocktails\";i:1;s:1:\"1\";}i:33;a:2:{i:0;s:21:\"desd man finger drink\";i:1;s:1:\"1\";}i:34;a:2:{i:0;s:44:\"draught beer for a molson coors sky discount\";i:1;s:1:\"1\";}i:35;a:2:{i:0;s:13:\"drink kolibri\";i:1;s:1:\"1\";}i:36;a:2:{i:0;s:19:\"dutch egg standards\";i:1;s:1:\"1\";}i:37;a:2:{i:0;s:20:\"emma mc clarkin BBPA\";i:1;s:1:\"1\";}i:38;a:2:{i:0;s:19:\"emma mcclarkin bbpa\";i:1;s:1:\"1\";}i:39;a:2:{i:0;s:15:\"fast chef elite\";i:1;s:1:\"1\";}i:40;a:2:{i:0;s:25:\"fizzy drink taste testing\";i:1;s:1:\"1\";}i:41;a:2:{i:0;s:25:\"flavoured rum trends 2020\";i:1;s:1:\"1\";}i:42;a:2:{i:0;s:21:\"fourth and wagestream\";i:1;s:1:\"1\";}i:43;a:2:{i:0;s:7:\"fripura\";i:1;s:1:\"1\";}i:44;a:2:{i:0;s:37:\"future of bean to cup coffee machines\";i:1;s:1:\"1\";}i:45;a:2:{i:0;s:10:\"gwg awards\";i:1;s:1:\"1\";}i:46;a:2:{i:0;s:9:\"hobgoblin\";i:1;s:1:\"1\";}i:47;a:2:{i:0;s:22:\"jägermeister cocktail\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:23:\"keg dispense guidelines\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:15:\"lion stamp eggs\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:18:\"lion stamp of eggs\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:34:\"margarita loves cointreau campaign\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:25:\"modern rum cocktails 2020\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:36:\"molsen coors plastic free beer rings\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:47:\"molson coors ans the ellen macarthur foundation\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:26:\"molson coors plastic rings\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:33:\"molson coors remove plastic rings\";i:1;s:1:\"1\";}i:58;a:2:{i:0;s:28:\"molson coors water reduction\";i:1;s:1:\"1\";}i:59;a:2:{i:0;s:38:\"new chief executive builds on progress\";i:1;s:1:\"1\";}i:60;a:2:{i:0;s:19:\"new labour proposal\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:17:\"nitas 1018 awards\";i:1;s:1:\"1\";}i:62;a:2:{i:0;s:44:\"nottingham university brewing apprenticeship\";i:1;s:1:\"1\";}i:63;a:2:{i:0;s:18:\"on trade bprogress\";i:1;s:1:\"1\";}i:64;a:2:{i:0;s:26:\"on-trade progress magazine\";i:1;s:1:\"1\";}i:65;a:2:{i:0;s:19:\"ontradeprogress.com\";i:1;s:1:\"1\";}i:66;a:2:{i:0;s:18:\"peter spanton news\";i:1;s:1:\"1\";}i:67;a:2:{i:0;s:13:\"premier leage\";i:1;s:1:\"1\";}i:68;a:2:{i:0;s:37:\"proper pork crackling naga chilli tub\";i:1;s:1:\"1\";}i:69;a:2:{i:0;s:28:\"red leg spiced rum cocktails\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:18:\"redleg rum recipes\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:8:\"rum 2020\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:14:\"rum trend 2020\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:10:\"rum trends\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:35:\"rupert thompson manor farm, tongham\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:12:\"samtouch pos\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:24:\"simon le bon pool tables\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:18:\"sky & molson coors\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:25:\"sky line design catalogue\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:21:\"sky molson coors deal\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:14:\"spanton drinks\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:42:\"stonegate pub company support mind charity\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:33:\"sustainable cling film wrapmaster\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:19:\"tabasco partnership\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:22:\"tilda chef of the year\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:29:\"tilda street food competition\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:16:\"tobasco and nuts\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:23:\"trg purchases wagamamas\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:12:\"tropical wkd\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:21:\"uk molson coors sites\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:30:\"virtual shooting mac and wilds\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:17:\"wetherspoons CLIC\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:27:\"wkd cauldron 2019 COCKTAILS\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:25:\"writers beer guild awards\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:21:\"www.sct-sct.com fudge\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:17:\"zero-proof drinks\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:96;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2624\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1578700800;}','no'),(1764805,'_transient_timeout_wpseo_meta_table_inaccessible','1610691680','no'),(1764806,'_transient_wpseo_meta_table_inaccessible','0','no'),(1764882,'gadwp_cache_qr2_3658607127','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20191217\";i:1;s:7:\"Tuesday\";i:2;s:2:\"28\";}i:1;a:3:{i:0;s:8:\"20191218\";i:1;s:9:\"Wednesday\";i:2;s:2:\"22\";}i:2;a:3:{i:0;s:8:\"20191219\";i:1;s:8:\"Thursday\";i:2;s:2:\"29\";}i:3;a:3:{i:0;s:8:\"20191220\";i:1;s:6:\"Friday\";i:2;s:2:\"24\";}i:4;a:3:{i:0;s:8:\"20191221\";i:1;s:8:\"Saturday\";i:2;s:2:\"25\";}i:5;a:3:{i:0;s:8:\"20191222\";i:1;s:6:\"Sunday\";i:2;s:2:\"19\";}i:6;a:3:{i:0;s:8:\"20191223\";i:1;s:6:\"Monday\";i:2;s:2:\"22\";}i:7;a:3:{i:0;s:8:\"20191224\";i:1;s:7:\"Tuesday\";i:2;s:2:\"25\";}i:8;a:3:{i:0;s:8:\"20191225\";i:1;s:9:\"Wednesday\";i:2;s:2:\"29\";}i:9;a:3:{i:0;s:8:\"20191226\";i:1;s:8:\"Thursday\";i:2;s:2:\"19\";}i:10;a:3:{i:0;s:8:\"20191227\";i:1;s:6:\"Friday\";i:2;s:2:\"27\";}i:11;a:3:{i:0;s:8:\"20191228\";i:1;s:8:\"Saturday\";i:2;s:2:\"22\";}i:12;a:3:{i:0;s:8:\"20191229\";i:1;s:6:\"Sunday\";i:2;s:2:\"24\";}i:13;a:3:{i:0;s:8:\"20191230\";i:1;s:6:\"Monday\";i:2;s:2:\"25\";}i:14;a:3:{i:0;s:8:\"20191231\";i:1;s:7:\"Tuesday\";i:2;s:2:\"27\";}i:15;a:3:{i:0;s:8:\"20200101\";i:1;s:9:\"Wednesday\";i:2;s:2:\"13\";}i:16;a:3:{i:0;s:8:\"20200102\";i:1;s:8:\"Thursday\";i:2;s:2:\"12\";}i:17;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:2:\"21\";}i:18;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:1:\"6\";}i:19;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:2:\"12\";}i:20;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:2:\"13\";}i:21;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:2:\"21\";}i:22;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:2:\"16\";}i:23;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:2:\"29\";}i:24;a:3:{i:0;s:8:\"20200110\";i:1;s:6:\"Friday\";i:2;s:2:\"26\";}i:25;a:3:{i:0;s:8:\"20200111\";i:1;s:8:\"Saturday\";i:2;s:2:\"19\";}i:26;a:3:{i:0;s:8:\"20200112\";i:1;s:6:\"Sunday\";i:2;s:2:\"14\";}i:27;a:3:{i:0;s:8:\"20200113\";i:1;s:6:\"Monday\";i:2;s:2:\"23\";}i:28;a:3:{i:0;s:8:\"20200114\";i:1;s:7:\"Tuesday\";i:2;s:2:\"29\";}i:29;a:3:{i:0;s:8:\"20200115\";i:1;s:9:\"Wednesday\";i:2;s:2:\"33\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:organicSearches&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:organicSearches\";s:3:\"654\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:organicSearches\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764883,'gadwp_cache_qr2_2676941687','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:161:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20191217\";i:1;s:7:\"Tuesday\";i:2;s:3:\"126\";}i:1;a:3:{i:0;s:8:\"20191218\";i:1;s:9:\"Wednesday\";i:2;s:3:\"134\";}i:2;a:3:{i:0;s:8:\"20191219\";i:1;s:8:\"Thursday\";i:2;s:3:\"239\";}i:3;a:3:{i:0;s:8:\"20191220\";i:1;s:6:\"Friday\";i:2;s:3:\"320\";}i:4;a:3:{i:0;s:8:\"20191221\";i:1;s:8:\"Saturday\";i:2;s:3:\"120\";}i:5;a:3:{i:0;s:8:\"20191222\";i:1;s:6:\"Sunday\";i:2;s:3:\"117\";}i:6;a:3:{i:0;s:8:\"20191223\";i:1;s:6:\"Monday\";i:2;s:3:\"120\";}i:7;a:3:{i:0;s:8:\"20191224\";i:1;s:7:\"Tuesday\";i:2;s:3:\"102\";}i:8;a:3:{i:0;s:8:\"20191225\";i:1;s:9:\"Wednesday\";i:2;s:3:\"121\";}i:9;a:3:{i:0;s:8:\"20191226\";i:1;s:8:\"Thursday\";i:2;s:2:\"60\";}i:10;a:3:{i:0;s:8:\"20191227\";i:1;s:6:\"Friday\";i:2;s:2:\"92\";}i:11;a:3:{i:0;s:8:\"20191228\";i:1;s:8:\"Saturday\";i:2;s:2:\"63\";}i:12;a:3:{i:0;s:8:\"20191229\";i:1;s:6:\"Sunday\";i:2;s:2:\"78\";}i:13;a:3:{i:0;s:8:\"20191230\";i:1;s:6:\"Monday\";i:2;s:3:\"114\";}i:14;a:3:{i:0;s:8:\"20191231\";i:1;s:7:\"Tuesday\";i:2;s:2:\"94\";}i:15;a:3:{i:0;s:8:\"20200101\";i:1;s:9:\"Wednesday\";i:2;s:2:\"74\";}i:16;a:3:{i:0;s:8:\"20200102\";i:1;s:8:\"Thursday\";i:2;s:3:\"137\";}i:17;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:2:\"98\";}i:18;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:2:\"49\";}i:19;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:2:\"91\";}i:20;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:3:\"158\";}i:21;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:3:\"188\";}i:22;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:3:\"289\";}i:23;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:3:\"471\";}i:24;a:3:{i:0;s:8:\"20200110\";i:1;s:6:\"Friday\";i:2;s:3:\"428\";}i:25;a:3:{i:0;s:8:\"20200111\";i:1;s:8:\"Saturday\";i:2;s:3:\"150\";}i:26;a:3:{i:0;s:8:\"20200112\";i:1;s:6:\"Sunday\";i:2;s:3:\"153\";}i:27;a:3:{i:0;s:8:\"20200113\";i:1;s:6:\"Monday\";i:2;s:3:\"758\";}i:28;a:3:{i:0;s:8:\"20200114\";i:1;s:7:\"Tuesday\";i:2;s:3:\"316\";}i:29;a:3:{i:0;s:8:\"20200115\";i:1;s:9:\"Wednesday\";i:2;s:3:\"206\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:161:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:pageviews&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:12:\"ga:pageviews\";s:4:\"5466\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:12:\"ga:pageviews\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764884,'gadwp_cache_qr2_3971264448','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:visitBounceRate&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20191217\";i:1;s:7:\"Tuesday\";i:2;s:17:\"4.081632653061225\";}i:1;a:3:{i:0;s:8:\"20191218\";i:1;s:9:\"Wednesday\";i:2;s:18:\"3.3333333333333335\";}i:2;a:3:{i:0;s:8:\"20191219\";i:1;s:8:\"Thursday\";i:2;s:18:\"2.8169014084507045\";}i:3;a:3:{i:0;s:8:\"20191220\";i:1;s:6:\"Friday\";i:2;s:3:\"0.0\";}i:4;a:3:{i:0;s:8:\"20191221\";i:1;s:8:\"Saturday\";i:2;s:3:\"0.0\";}i:5;a:3:{i:0;s:8:\"20191222\";i:1;s:6:\"Sunday\";i:2;s:18:\"1.9230769230769231\";}i:6;a:3:{i:0;s:8:\"20191223\";i:1;s:6:\"Monday\";i:2;s:3:\"0.0\";}i:7;a:3:{i:0;s:8:\"20191224\";i:1;s:7:\"Tuesday\";i:2;s:3:\"0.0\";}i:8;a:3:{i:0;s:8:\"20191225\";i:1;s:9:\"Wednesday\";i:2;s:18:\"1.7857142857142856\";}i:9;a:3:{i:0;s:8:\"20191226\";i:1;s:8:\"Thursday\";i:2;s:3:\"0.0\";}i:10;a:3:{i:0;s:8:\"20191227\";i:1;s:6:\"Friday\";i:2;s:3:\"0.0\";}i:11;a:3:{i:0;s:8:\"20191228\";i:1;s:8:\"Saturday\";i:2;s:5:\"3.125\";}i:12;a:3:{i:0;s:8:\"20191229\";i:1;s:6:\"Sunday\";i:2;s:3:\"0.0\";}i:13;a:3:{i:0;s:8:\"20191230\";i:1;s:6:\"Monday\";i:2;s:3:\"0.0\";}i:14;a:3:{i:0;s:8:\"20191231\";i:1;s:7:\"Tuesday\";i:2;s:17:\"4.651162790697675\";}i:15;a:3:{i:0;s:8:\"20200101\";i:1;s:9:\"Wednesday\";i:2;s:3:\"0.0\";}i:16;a:3:{i:0;s:8:\"20200102\";i:1;s:8:\"Thursday\";i:2;s:18:\"1.8867924528301887\";}i:17;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:3:\"0.0\";}i:18;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:3:\"5.0\";}i:19;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:17:\"2.380952380952381\";}i:20;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:3:\"0.0\";}i:21;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:17:\"3.225806451612903\";}i:22;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:18:\"1.0869565217391304\";}i:23;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:18:\"0.5586592178770949\";}i:24;a:3:{i:0;s:8:\"20200110\";i:1;s:6:\"Friday\";i:2;s:3:\"0.0\";}i:25;a:3:{i:0;s:8:\"20200111\";i:1;s:8:\"Saturday\";i:2;s:3:\"0.0\";}i:26;a:3:{i:0;s:8:\"20200112\";i:1;s:6:\"Sunday\";i:2;s:17:\"1.639344262295082\";}i:27;a:3:{i:0;s:8:\"20200113\";i:1;s:6:\"Monday\";i:2;s:18:\"1.1695906432748537\";}i:28;a:3:{i:0;s:8:\"20200114\";i:1;s:7:\"Tuesday\";i:2;s:3:\"0.0\";}i:29;a:3:{i:0;s:8:\"20200115\";i:1;s:9:\"Wednesday\";i:2;s:3:\"0.0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:167:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:visitBounceRate&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:18:\"ga:visitBounceRate\";s:17:\"1.038843721770551\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:18:\"ga:visitBounceRate\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:18:\"ga:visitBounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764885,'gadwp_cache_qr7_1263634863','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:164:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:58:{i:0;a:2:{i:0;s:14:\"United Kingdom\";i:1;s:4:\"1316\";}i:1;a:2:{i:0;s:13:\"United States\";i:1;s:3:\"642\";}i:2;a:2:{i:0;s:7:\"Ireland\";i:1;s:2:\"20\";}i:3;a:2:{i:0;s:11:\"Netherlands\";i:1;s:2:\"18\";}i:4;a:2:{i:0;s:9:\"Australia\";i:1;s:2:\"14\";}i:5;a:2:{i:0;s:6:\"Norway\";i:1;s:2:\"14\";}i:6;a:2:{i:0;s:6:\"France\";i:1;s:2:\"12\";}i:7;a:2:{i:0;s:7:\"Germany\";i:1;s:2:\"11\";}i:8;a:2:{i:0;s:9:\"Hong Kong\";i:1;s:1:\"9\";}i:9;a:2:{i:0;s:5:\"Spain\";i:1;s:1:\"9\";}i:10;a:2:{i:0;s:5:\"Italy\";i:1;s:1:\"8\";}i:11;a:2:{i:0;s:9:\"Singapore\";i:1;s:1:\"8\";}i:12;a:2:{i:0;s:7:\"Ukraine\";i:1;s:1:\"8\";}i:13;a:2:{i:0;s:11:\"New Zealand\";i:1;s:1:\"7\";}i:14;a:2:{i:0;s:6:\"Russia\";i:1;s:1:\"6\";}i:15;a:2:{i:0;s:6:\"Canada\";i:1;s:1:\"5\";}i:16;a:2:{i:0;s:7:\"Denmark\";i:1;s:1:\"5\";}i:17;a:2:{i:0;s:7:\"Finland\";i:1;s:1:\"5\";}i:18;a:2:{i:0;s:5:\"India\";i:1;s:1:\"5\";}i:19;a:2:{i:0;s:8:\"Malaysia\";i:1;s:1:\"5\";}i:20;a:2:{i:0;s:11:\"Philippines\";i:1;s:1:\"5\";}i:21;a:2:{i:0;s:7:\"Romania\";i:1;s:1:\"5\";}i:22;a:2:{i:0;s:11:\"Switzerland\";i:1;s:1:\"5\";}i:23;a:2:{i:0;s:9:\"(not set)\";i:1;s:1:\"4\";}i:24;a:2:{i:0;s:7:\"Belgium\";i:1;s:1:\"4\";}i:25;a:2:{i:0;s:5:\"China\";i:1;s:1:\"4\";}i:26;a:2:{i:0;s:9:\"Indonesia\";i:1;s:1:\"4\";}i:27;a:2:{i:0;s:6:\"Poland\";i:1;s:1:\"4\";}i:28;a:2:{i:0;s:8:\"Thailand\";i:1;s:1:\"4\";}i:29;a:2:{i:0;s:6:\"Turkey\";i:1;s:1:\"4\";}i:30;a:2:{i:0;s:6:\"Israel\";i:1;s:1:\"3\";}i:31;a:2:{i:0;s:8:\"Pakistan\";i:1;s:1:\"3\";}i:32;a:2:{i:0;s:6:\"Sweden\";i:1;s:1:\"3\";}i:33;a:2:{i:0;s:5:\"Aruba\";i:1;s:1:\"2\";}i:34;a:2:{i:0;s:7:\"Austria\";i:1;s:1:\"2\";}i:35;a:2:{i:0;s:7:\"Belarus\";i:1;s:1:\"2\";}i:36;a:2:{i:0;s:8:\"Colombia\";i:1;s:1:\"2\";}i:37;a:2:{i:0;s:7:\"Czechia\";i:1;s:1:\"2\";}i:38;a:2:{i:0;s:11:\"El Salvador\";i:1;s:1:\"2\";}i:39;a:2:{i:0;s:8:\"Guernsey\";i:1;s:1:\"2\";}i:40;a:2:{i:0;s:6:\"Mexico\";i:1;s:1:\"2\";}i:41;a:2:{i:0;s:8:\"Slovenia\";i:1;s:1:\"2\";}i:42;a:2:{i:0;s:12:\"South Africa\";i:1;s:1:\"2\";}i:43;a:2:{i:0;s:9:\"Argentina\";i:1;s:1:\"1\";}i:44;a:2:{i:0;s:10:\"Bangladesh\";i:1;s:1:\"1\";}i:45;a:2:{i:0;s:6:\"Brazil\";i:1;s:1:\"1\";}i:46;a:2:{i:0;s:5:\"Chile\";i:1;s:1:\"1\";}i:47;a:2:{i:0;s:7:\"Estonia\";i:1;s:1:\"1\";}i:48;a:2:{i:0;s:6:\"Greece\";i:1;s:1:\"1\";}i:49;a:2:{i:0;s:5:\"Haiti\";i:1;s:1:\"1\";}i:50;a:2:{i:0;s:5:\"Japan\";i:1;s:1:\"1\";}i:51;a:2:{i:0;s:6:\"Malawi\";i:1;s:1:\"1\";}i:52;a:2:{i:0;s:9:\"Mauritius\";i:1;s:1:\"1\";}i:53;a:2:{i:0;s:7:\"Nigeria\";i:1;s:1:\"1\";}i:54;a:2:{i:0;s:8:\"Portugal\";i:1;s:1:\"1\";}i:55;a:2:{i:0;s:8:\"Slovakia\";i:1;s:1:\"1\";}i:56;a:2:{i:0;s:11:\"South Korea\";i:1;s:1:\"1\";}i:57;a:2:{i:0;s:9:\"Sri Lanka\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:164:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:country&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:58;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2214\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:country\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:country\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764887,'gadwp_cache_qr4_1263634863','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:254:{i:0;a:2:{i:0;s:38:\"The No and Low down | Ontrade Progress\";i:1;s:3:\"648\";}i:1;a:2:{i:0;s:65:\"Deadly good - Dead Man\'s Fingers - Cocktails served to perfection\";i:1;s:3:\"207\";}i:2;a:2:{i:0;s:43:\"Ontrade Progress | The hospitality magazine\";i:1;s:3:\"145\";}i:3;a:2:{i:0;s:31:\"The Magazine | Ontrade Progress\";i:1;s:2:\"98\";}i:4;a:2:{i:0;s:63:\"Cocktail of the Month - RedLeg Ginger Mojito | Ontrade Progress\";i:1;s:2:\"65\";}i:5;a:2:{i:0;s:57:\"British Lion Eggs - What does the stamp of approval mean?\";i:1;s:2:\"52\";}i:6;a:2:{i:0;s:38:\"Rum Trends For 2020 | Ontrade Progress\";i:1;s:2:\"37\";}i:7;a:2:{i:0;s:59:\"Molson Coors and Sky launch new simplified partnership deal\";i:1;s:2:\"35\";}i:8;a:2:{i:0;s:41:\"Keep it on the Dry-Low | Ontrade Progress\";i:1;s:2:\"30\";}i:9;a:2:{i:0;s:70:\"We speak with Mad Squirrel Brewery about their success in the industry\";i:1;s:2:\"28\";}i:10;a:2:{i:0;s:49:\"Issue #32 | Ontrade Progress hospitality magazine\";i:1;s:2:\"26\";}i:11;a:2:{i:0;s:52:\"Dry January - Brand first with Heineken\'s no alcohol\";i:1;s:2:\"22\";}i:12;a:2:{i:0;s:60:\"Over 350,000 have signed up for Veganuary | Ontrade Progress\";i:1;s:2:\"22\";}i:13;a:2:{i:0;s:55:\"RedLeg Caramelised Pineapple spiced rum adds to the mix\";i:1;s:2:\"22\";}i:14;a:2:{i:0;s:33:\"Page not found | Ontrade Progress\";i:1;s:2:\"17\";}i:15;a:2:{i:0;s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";i:1;s:2:\"16\";}i:16;a:2:{i:0;s:73:\"Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow\";i:1;s:2:\"16\";}i:17;a:2:{i:0;s:66:\"Hobgoblin takes on brand evolution including overhaul of its beers\";i:1;s:2:\"15\";}i:18;a:2:{i:0;s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";i:1;s:2:\"15\";}i:19;a:2:{i:0;s:57:\"FriPura – the answer to reducing your cooking oil costs\";i:1;s:2:\"13\";}i:20;a:2:{i:0;s:54:\"Tropical new flavour range from WKD | Ontrade Progress\";i:1;s:2:\"13\";}i:21;a:2:{i:0;s:61:\"Morgenrot Launches Somewhere Else wines from the Tulum Valley\";i:1;s:2:\"12\";}i:22;a:2:{i:0;s:71:\"Strongbow Dark Fruit relaunches its range with no artificial sweeteners\";i:1;s:2:\"11\";}i:23;a:2:{i:0;s:61:\"Tilda Young Chef of the Year winner gets gold - Dylan Hodgson\";i:1;s:2:\"11\";}i:24;a:2:{i:0;s:57:\"BrewDog has opened a new bar in Hungary: BrewDog Budapest\";i:1;s:2:\"10\";}i:25;a:2:{i:0;s:61:\"Fentimans launches first premium soft drinks and mixer report\";i:1;s:2:\"10\";}i:26;a:2:{i:0;s:67:\"Salcombe Gin Signature Serve Cocktail Collection | Ontrade Progress\";i:1;s:2:\"10\";}i:27;a:2:{i:0;s:63:\"WKD Cocktail Christmas Bauble: The recipe for Christmas success\";i:1;s:2:\"10\";}i:28;a:2:{i:0;s:51:\"Artis UK launches a new mixology cocktail glassware\";i:1;s:1:\"9\";}i:29;a:2:{i:0;s:73:\"Drinkaware relaunches night-time economy safety scheme | Ontrade Progress\";i:1;s:1:\"9\";}i:30;a:2:{i:0;s:64:\"Falcon and Williams appoint Steven Grahamslaw | Ontrade Progress\";i:1;s:1:\"9\";}i:31;a:2:{i:0;s:51:\"Fourth announces new CEO and CFO | Ontrade Progress\";i:1;s:1:\"9\";}i:32;a:2:{i:0;s:69:\"New rising stars for British and Irish restaurants | Ontrade Progress\";i:1;s:1:\"9\";}i:33;a:2:{i:0;s:56:\"Premier League fixtures live on Sky Sports for Dec & Jan\";i:1;s:1:\"9\";}i:34;a:2:{i:0;s:64:\"Edinburgh Gin unveils plans for a multi-million-pound distillery\";i:1;s:1:\"8\";}i:35;a:2:{i:0;s:61:\"Fentimans Rose Lemonade – “Love Yourself” this February\";i:1;s:1:\"8\";}i:36;a:2:{i:0;s:70:\"First orders called as registration opens for PUB20 | Ontrade Progress\";i:1;s:1:\"8\";}i:37;a:2:{i:0;s:73:\"Great concepts - Nanu Soda, the architecture & interior design specialist\";i:1;s:1:\"8\";}i:38;a:2:{i:0;s:70:\"Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar\";i:1;s:1:\"8\";}i:39;a:2:{i:0;s:60:\"New low alcohol alternative from Shipyard | Ontrade Progress\";i:1;s:1:\"8\";}i:40;a:2:{i:0;s:56:\"Ontrade Progress | Marston’s Sell Out During the Ashes\";i:1;s:1:\"8\";}i:41;a:2:{i:0;s:73:\"Peter Spanton Drinks launches two new premium flavours | Ontrade Progress\";i:1;s:1:\"8\";}i:42;a:2:{i:0;s:69:\"Venue of the Month - Hermitage Rd Bar & Restaurant | Ontrade Progress\";i:1;s:1:\"8\";}i:43;a:2:{i:0;s:49:\"Face Facts: WKD summer campaign set create smiles\";i:1;s:1:\"7\";}i:44;a:2:{i:0;s:55:\"One step beyond - Hospitality trends | Ontrade Progress\";i:1;s:1:\"7\";}i:45;a:2:{i:0;s:73:\"Perfect your pour and win a trip to the Krombacher Brewery in Pourfection\";i:1;s:1:\"7\";}i:46;a:2:{i:0;s:64:\"Carlsberg - No alcohol beer is becoming more socially acceptable\";i:1;s:1:\"6\";}i:47;a:2:{i:0;s:58:\"Heineken geo-targeting campaign proves profitable for pubs\";i:1;s:1:\"6\";}i:48;a:2:{i:0;s:62:\"JD Wetherspoon has launched a campaign for tarrifs post-Brexit\";i:1;s:1:\"6\";}i:49;a:2:{i:0;s:76:\"New Halal Monitoring Committee (HMC) Approved Beef Burger | Ontrade Progress\";i:1;s:1:\"6\";}i:50;a:2:{i:0;s:63:\"Salcombe Gin – Signature ST Clair Cocktail | Ontrade Progress\";i:1;s:1:\"6\";}i:51;a:2:{i:0;s:28:\"Subscribe | Ontrade Progress\";i:1;s:1:\"6\";}i:52;a:2:{i:0;s:72:\"UK Pubs anticipate busiest day of the year this weekend - Super Saturday\";i:1;s:1:\"6\";}i:53;a:2:{i:0;s:61:\"WKD launches cocktails in cans to On-Trade | Ontrade Progress\";i:1;s:1:\"6\";}i:54;a:2:{i:0;s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";i:1;s:1:\"5\";}i:55;a:2:{i:0;s:66:\"Beer Hawk FRESH expands range of premium drinks | Ontrade Progress\";i:1;s:1:\"5\";}i:56;a:2:{i:0;s:56:\"Chinese New Year: Lee Kum Kee’s 6 tips for foodservice\";i:1;s:1:\"5\";}i:57;a:2:{i:0;s:60:\"Cocktail of the Month - The Rambling Rose | Ontrade Progress\";i:1;s:1:\"5\";}i:58;a:2:{i:0;s:63:\"Cocktail of the Month - Tia Maria Cappuccino | Ontrade Progress\";i:1;s:1:\"5\";}i:59;a:2:{i:0;s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";i:1;s:1:\"5\";}i:60;a:2:{i:0;s:62:\"HGEM launches new guest experience platform | Ontrade Progress\";i:1;s:1:\"5\";}i:61;a:2:{i:0;s:68:\"Is bean-to-cup the future - Is it time to switch to coffee machines?\";i:1;s:1:\"5\";}i:62;a:2:{i:0;s:53:\"Maltsmiths launches \'When you love what you do\' tv ad\";i:1;s:1:\"5\";}i:63;a:2:{i:0;s:67:\"Oliver Kay Produce appoints new development chef | Ontrade Progress\";i:1;s:1:\"5\";}i:64;a:2:{i:0;s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";i:1;s:1:\"5\";}i:65;a:2:{i:0;s:60:\"Quilmes Clasica: Morgenrot unveils \'s new revamped packaging\";i:1;s:1:\"5\";}i:66;a:2:{i:0;s:59:\"Salcombe Gin Voyager Series - \'Arabella\' | Ontrade Progress\";i:1;s:1:\"5\";}i:67;a:2:{i:0;s:53:\"Samtouch POS software offers a high level of features\";i:1;s:1:\"5\";}i:68;a:2:{i:0;s:36:\"Taste Test - RTDs | Ontrade Progress\";i:1;s:1:\"5\";}i:69;a:2:{i:0;s:65:\"The Restaurant Group (TRG) has announced the purchase of Wagamama\";i:1;s:1:\"5\";}i:70;a:2:{i:0;s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";i:1;s:1:\"5\";}i:71;a:2:{i:0;s:54:\"Berto to open on Holloway Road on Saturday 31st August\";i:1;s:1:\"4\";}i:72;a:2:{i:0;s:48:\"Best practice in keg dispense | Ontrade Progress\";i:1;s:1:\"4\";}i:73;a:2:{i:0;s:58:\"Cocktail of the Month - Southern Breeze | Ontrade Progress\";i:1;s:1:\"4\";}i:74;a:2:{i:0;s:62:\"Drinkaware to train Network Rail staff ahead of festive season\";i:1;s:1:\"4\";}i:75;a:2:{i:0;s:59:\"Emma McClarkin appointed as new Chief Executive of the BBPA\";i:1;s:1:\"4\";}i:76;a:2:{i:0;s:67:\"Fourpure and Jameson create the perfect nightcap | Ontrade Progress\";i:1;s:1:\"4\";}i:77;a:2:{i:0;s:62:\"Glassware distributer Artis creates a festive cocktail for you\";i:1;s:1:\"4\";}i:78;a:2:{i:0;s:24:\"Hardy\'s new foodie range\";i:1;s:1:\"4\";}i:79;a:2:{i:0;s:52:\"Hi-Spirits launches Summer serves | Ontrade Progress\";i:1;s:1:\"4\";}i:80;a:2:{i:0;s:35:\"Hospitality News | Ontrade Progress\";i:1;s:1:\"4\";}i:81;a:2:{i:0;s:67:\"Jackie Marlow unveiled as new UKHospitality Chief Operating Officer\";i:1;s:1:\"4\";}i:82;a:2:{i:0;s:59:\"Keep your cool this summer with ice solutions from Hendi UK\";i:1;s:1:\"4\";}i:83;a:2:{i:0;s:61:\"Leading RTD, VK, searching for new flavour | Ontrade Progress\";i:1;s:1:\"4\";}i:84;a:2:{i:0;s:55:\"London Craft Beer Festival 3-5 August 2018 Tobacco Dock\";i:1;s:1:\"4\";}i:85;a:2:{i:0;s:57:\"McEwan’s lager relaunches this month | Ontrade Progress\";i:1;s:1:\"4\";}i:86;a:2:{i:0;s:51:\"On-Trade Progress - In the Mix with Black Magic Rum\";i:1;s:1:\"4\";}i:87;a:2:{i:0;s:43:\"PUB20 speakers announced | Ontrade Progress\";i:1;s:1:\"4\";}i:88;a:2:{i:0;s:54:\"Proof Drinks appoints Jeremy Hill as Managing Director\";i:1;s:1:\"4\";}i:89;a:2:{i:0;s:64:\"Real Deli Co. and the profit power of houmous | Ontrade Progress\";i:1;s:1:\"4\";}i:90;a:2:{i:0;s:60:\"Sixty82 receives positive reception from UK rigging industry\";i:1;s:1:\"4\";}i:91;a:2:{i:0;s:63:\"UKHospitality - The importance of seaside towns to the industry\";i:1;s:1:\"4\";}i:92;a:2:{i:0;s:52:\"Venue Profile - The Trading House | Ontrade Progress\";i:1;s:1:\"4\";}i:93;a:2:{i:0;s:66:\"WKD cauldrons are a must this Halloween for venues all over the UK\";i:1;s:1:\"4\";}i:94;a:2:{i:0;s:57:\"Waste management - Waste not, want not | Ontrade Progress\";i:1;s:1:\"4\";}i:95;a:2:{i:0;s:69:\"World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!\";i:1;s:1:\"4\";}i:96;a:2:{i:0;s:62:\"ARYZTA unveils two new vegan bakes to give your venue the edge\";i:1;s:1:\"3\";}i:97;a:2:{i:0;s:72:\"Bimber celebrates whisky milestone with founders club and exclusive cask\";i:1;s:1:\"3\";}i:98;a:2:{i:0;s:28:\"Can the can make a comeback?\";i:1;s:1:\"3\";}i:99;a:2:{i:0;s:25:\"Drinks | Ontrade Progress\";i:1;s:1:\"3\";}i:100;a:2:{i:0;s:56:\"London gets game for glorious twelfth | Ontrade Progress\";i:1;s:1:\"3\";}i:101;a:2:{i:0;s:34:\"London\'s top Summer cocktails 2019\";i:1;s:1:\"3\";}i:102;a:2:{i:0;s:49:\"Nestle UK Commits to Food Waste Reduction by 2030\";i:1;s:1:\"3\";}i:103;a:2:{i:0;s:73:\"Old Mout is expanding their flavoured cider range - Raspberry & Pineapple\";i:1;s:1:\"3\";}i:104;a:2:{i:0;s:60:\"Online beer distributor revolutionises supply tender process\";i:1;s:1:\"3\";}i:105;a:2:{i:0;s:59:\"Ontrade Progress, Author at Ontrade Progress | Page 3 of 95\";i:1;s:1:\"3\";}i:106;a:2:{i:0;s:61:\"Redroaster, Brighton, undergoes a make over and it\'s stunning\";i:1;s:1:\"3\";}i:107;a:2:{i:0;s:87:\"Siemens’ busy canteen uses Moffat counters to speed up foodservice | Ontrade Progress\";i:1;s:1:\"3\";}i:108;a:2:{i:0;s:56:\"Skyline Design release their outdoor furniture catalogue\";i:1;s:1:\"3\";}i:109;a:2:{i:0;s:58:\"Sun Valley Nuts Turns Up the Heat with Tabasco Partnership\";i:1;s:1:\"3\";}i:110;a:2:{i:0;s:69:\"Sunshine sales: Cash in on 15% additional spend over the bank holiday\";i:1;s:1:\"3\";}i:111;a:2:{i:0;s:50:\"Taste Test - Soft Drinks Review | Ontrade Progress\";i:1;s:1:\"3\";}i:112;a:2:{i:0;s:29:\"Technology | Ontrade Progress\";i:1;s:1:\"3\";}i:113;a:2:{i:0;s:70:\"We met Mr Elek to discuss the future of the karaoke chain, Lucky Voice\";i:1;s:1:\"3\";}i:114;a:2:{i:0;s:54:\"We\'ve got a Crush on Mcpherson Wine - Lanchester Wines\";i:1;s:1:\"3\";}i:115;a:2:{i:0;s:90:\"Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar\";i:1;s:1:\"3\";}i:116;a:2:{i:0;s:59:\"aryzta Brulee Mousse unique brulee chocolate mousse deserts\";i:1;s:1:\"3\";}i:117;a:2:{i:0;s:57:\"Artis - \'Homme & Femme\' wine decanters | Ontrade Progress\";i:1;s:1:\"2\";}i:118;a:2:{i:0;s:58:\"BBPA and Alzheimer’s Society to promote Dementia Friends\";i:1;s:1:\"2\";}i:119;a:2:{i:0;s:78:\"Brooklyn Gin incentive offers trips to Bar Convent Brooklyn | Ontrade Progress\";i:1;s:1:\"2\";}i:120;a:2:{i:0;s:27:\"Business | Ontrade Progress\";i:1;s:1:\"2\";}i:121;a:2:{i:0;s:71:\"Cold brew tea – non-alcoholic drinks for grown-ups | Ontrade Progress\";i:1;s:1:\"2\";}i:122;a:2:{i:0;s:26:\"Contact | Ontrade Progress\";i:1;s:1:\"2\";}i:123;a:2:{i:0;s:59:\"Cornish Orchards launches Honey Cider with the Eden Project\";i:1;s:1:\"2\";}i:124;a:2:{i:0;s:83:\"Direct Seafoods urges pubs to stay up to speed on sustainability | Ontrade Progress\";i:1;s:1:\"2\";}i:125;a:2:{i:0;s:52:\"Distributer Artis introduces new range Purity Pearls\";i:1;s:1:\"2\";}i:126;a:2:{i:0;s:65:\"Funktion-One, Resistance and Privilege set new standards in Ibiza\";i:1;s:1:\"2\";}i:127;a:2:{i:0;s:57:\"Gabriel David celebrates Luscombe Drinks 21st anniversary\";i:1;s:1:\"2\";}i:128;a:2:{i:0;s:28:\"Issue #26 | Ontrade Progress\";i:1;s:1:\"2\";}i:129;a:2:{i:0;s:70:\"Jaisalmer Indian Craft Gin launches in the UK in celebration of Diwali\";i:1;s:1:\"2\";}i:130;a:2:{i:0;s:69:\"Kolibri Drinks gives people the ability to customise their own drinks\";i:1;s:1:\"2\";}i:131;a:2:{i:0;s:82:\"Margot: “Pinkspiration” initiative to get hospitality to drive towards charity\";i:1;s:1:\"2\";}i:132;a:2:{i:0;s:62:\"Marston’s Launch It’s First Official Work Placement Scheme\";i:1;s:1:\"2\";}i:133;a:2:{i:0;s:86:\"Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman | Ontrade Progress\";i:1;s:1:\"2\";}i:134;a:2:{i:0;s:71:\"Melitta Professional Coffee Solutions has recruited Brad Journet-Robins\";i:1;s:1:\"2\";}i:135;a:2:{i:0;s:34:\"Musical Moments | Ontrade Progress\";i:1;s:1:\"2\";}i:136;a:2:{i:0;s:53:\"On The Plate with MIBRASA charcoal oven from Ascentia\";i:1;s:1:\"2\";}i:137;a:2:{i:0;s:66:\"On-Trade Progress chats with Simon Le Bon from Sir William Bentley\";i:1;s:1:\"2\";}i:138;a:2:{i:0;s:44:\"Ontrade Progress, Author at Ontrade Progress\";i:1;s:1:\"2\";}i:139;a:2:{i:0;s:56:\"Rugby World Cup 2019: How to score big with the footfall\";i:1;s:1:\"2\";}i:140;a:2:{i:0;s:51:\"Sky Sports Releases October Premier League Fixtures\";i:1;s:1:\"2\";}i:141;a:2:{i:0;s:76:\"Sky Sports announces February’s Premier League fixtures | Ontrade Progress\";i:1;s:1:\"2\";}i:142;a:2:{i:0;s:61:\"Sky Sports releases live football fixtures | Ontrade Progress\";i:1;s:1:\"2\";}i:143;a:2:{i:0;s:66:\"Tableware Noir: Parsley in Time launches RAK’s chic black Karbon\";i:1;s:1:\"2\";}i:144;a:2:{i:0;s:54:\"The Music Licence from PPL PRS - helping to play music\";i:1;s:1:\"2\";}i:145;a:2:{i:0;s:47:\"Tourism and hospitality hero | Ontrade Progress\";i:1;s:1:\"2\";}i:146;a:2:{i:0;s:71:\"Unwrap the secret to a superior Christmas in the On Trade with Heineken\";i:1;s:1:\"2\";}i:147;a:2:{i:0;s:61:\"Williams Refrigeration has been a big shake up of their staff\";i:1;s:1:\"2\";}i:148;a:2:{i:0;s:62:\"Woodforde\'s Brewery targets international growth with new hire\";i:1;s:1:\"2\";}i:149;a:2:{i:0;s:64:\"el Jimador tequila comes to the UK\'s on-trade sector from Mexico\";i:1;s:1:\"2\";}i:150;a:2:{i:0;s:61:\"\'Harrods of the North\' Mac & Wild open their third restaurant\";i:1;s:1:\"1\";}i:151;a:2:{i:0;s:54:\"A New Partnership for Crepeaffaire and TRG Concessions\";i:1;s:1:\"1\";}i:152;a:2:{i:0;s:58:\"A whole new kitchen for Restaurant 2018 | Ontrade Progress\";i:1;s:1:\"1\";}i:153;a:2:{i:0;s:30:\"Advertising | Ontrade Progress\";i:1;s:1:\"1\";}i:154;a:2:{i:0;s:55:\"Artis® showcase their Levitas range | Ontrade Progress\";i:1;s:1:\"1\";}i:155;a:2:{i:0;s:68:\"Barclays - Consumer spending grows while the retail sector struggles\";i:1;s:1:\"1\";}i:156;a:2:{i:0;s:63:\"Belvoir’s New Organic Lemon & Mint Cordial | Ontrade Progress\";i:1;s:1:\"1\";}i:157;a:2:{i:0;s:23:\"Blog | Ontrade Progress\";i:1;s:1:\"1\";}i:158;a:2:{i:0;s:55:\"Bohem Brewery and St Austell launch collaboration lager\";i:1;s:1:\"1\";}i:159;a:2:{i:0;s:51:\"Brand new range from Libbey - Divergence from Artis\";i:1;s:1:\"1\";}i:160;a:2:{i:0;s:49:\"Brands Archives | Page 6 of 25 | Ontrade Progress\";i:1;s:1:\"1\";}i:161;a:2:{i:0;s:72:\"CDG has agreed a new franchising deal for Bella Italia & more in the UAE\";i:1;s:1:\"1\";}i:162;a:2:{i:0;s:58:\"Canopies UK - Raising the roof at Hilton’s brand new bar\";i:1;s:1:\"1\";}i:163;a:2:{i:0;s:71:\"Canopies UK discuss their new Cantabria canopy, designed for hospitalty\";i:1;s:1:\"1\";}i:164;a:2:{i:0;s:66:\"Certa Cooking Equipment becomes exclusive UK partners for Adventys\";i:1;s:1:\"1\";}i:165;a:2:{i:0;s:52:\"Cocktail of the Month - Smoky Gun | Ontrade Progress\";i:1;s:1:\"1\";}i:166;a:2:{i:0;s:58:\"Drinkaware urges venues to reduce the risk of alcohol harm\";i:1;s:1:\"1\";}i:167;a:2:{i:0;s:66:\"Drury launches new bedroom hot drinks selection | Ontrade Progress\";i:1;s:1:\"1\";}i:168;a:2:{i:0;s:61:\"Dyson discusses how its Airblade technology can be of service\";i:1;s:1:\"1\";}i:169;a:2:{i:0;s:64:\"Ei Publican Partnerships re-launches evolved pub application hub\";i:1;s:1:\"1\";}i:170;a:2:{i:0;s:50:\"Emilia Strazzanti opens new Supper Club in Hackney\";i:1;s:1:\"1\";}i:171;a:2:{i:0;s:56:\"Euroboozer unveils Stiegl Low/No Trio | Ontrade Progress\";i:1;s:1:\"1\";}i:172;a:2:{i:0;s:49:\"FEM strengthens marketing team | Ontrade Progress\";i:1;s:1:\"1\";}i:173;a:2:{i:0;s:53:\"Fentimans announces first cocktail competition winner\";i:1;s:1:\"1\";}i:174;a:2:{i:0;s:59:\"Fentimans unveil their Spirit Pairing Guide for this winter\";i:1;s:1:\"1\";}i:175;a:2:{i:0;s:54:\"Fernet-Branca Barback Games returns | Ontrade Progress\";i:1;s:1:\"1\";}i:176;a:2:{i:0;s:65:\"Fireball announces Fuelling The Fire Tour 2019 | Ontrade Progress\";i:1;s:1:\"1\";}i:177;a:2:{i:0;s:59:\"Foodservice Industry BIM Information Day | Ontrade Progress\";i:1;s:1:\"1\";}i:178;a:2:{i:0;s:72:\"Furleigh Estate is releasing a new premium wine range | Ontrade Progress\";i:1;s:1:\"1\";}i:179;a:2:{i:0;s:52:\"Giffard West Cup 2019 from Château d\'Angers, France\";i:1;s:1:\"1\";}i:180;a:2:{i:0;s:83:\"Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix | Ontrade Progress\";i:1;s:1:\"1\";}i:181;a:2:{i:0;s:66:\"Glen Garioch is giving you the opportunity to discover a rare find\";i:1;s:1:\"1\";}i:182;a:2:{i:0;s:66:\"Granarolo Group Wins Silver at International Cheese & Dairy Awards\";i:1;s:1:\"1\";}i:183;a:2:{i:0;s:55:\"Grande Cuisine takes stock of Mareno | Ontrade Progress\";i:1;s:1:\"1\";}i:184;a:2:{i:0;s:73:\"Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught\";i:1;s:1:\"1\";}i:185;a:2:{i:0;s:62:\"Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels\";i:1;s:1:\"1\";}i:186;a:2:{i:0;s:70:\"Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer\";i:1;s:1:\"1\";}i:187;a:2:{i:0;s:72:\"Horton Park Golf Course has installed infrared heaters for its customers\";i:1;s:1:\"1\";}i:188;a:2:{i:0;s:65:\"Icelandic Craft Beer Trio Land in UK Iceland’s Einstök brewery\";i:1;s:1:\"1\";}i:189;a:2:{i:0;s:51:\"Improve the Quality of Your Beer | Ontrade Progress\";i:1;s:1:\"1\";}i:190;a:2:{i:0;s:28:\"Issue #31 | Ontrade Progress\";i:1;s:1:\"1\";}i:191;a:2:{i:0;s:49:\"Issue #31 | Ontrade Progress hospitality magazine\";i:1;s:1:\"1\";}i:192;a:2:{i:0;s:68:\"Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration\";i:1;s:1:\"1\";}i:193;a:2:{i:0;s:62:\"Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers\";i:1;s:1:\"1\";}i:194;a:2:{i:0;s:68:\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\";i:1;s:1:\"1\";}i:195;a:2:{i:0;s:64:\"M&J Seafood\'s new fish dishes have raw appeal | Ontrade Progress\";i:1;s:1:\"1\";}i:196;a:2:{i:0;s:45:\"Make mine an old fashioned | Ontrade Progress\";i:1;s:1:\"1\";}i:197;a:2:{i:0;s:55:\"Meet hospitality experts at Restaurant & Bar Tech Live!\";i:1;s:1:\"1\";}i:198;a:2:{i:0;s:76:\"Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express\";i:1;s:1:\"1\";}i:199;a:2:{i:0;s:54:\"New London location for Lucky Voice | Ontrade Progress\";i:1;s:1:\"1\";}i:200;a:2:{i:0;s:63:\"New Strongbow dual fount which could boost cider sales by 44% |\";i:1;s:1:\"1\";}i:201;a:2:{i:0;s:58:\"Novus Tea - Innovating the hot beverage | Ontrade Progress\";i:1;s:1:\"1\";}i:202;a:2:{i:0;s:72:\"OTP sits down with A-Casks Phillip Smith to talk about cellar management\";i:1;s:1:\"1\";}i:203;a:2:{i:0;s:86:\"Old Mout Cider and WWF partner to protect habitats around the world | Ontrade Progress\";i:1;s:1:\"1\";}i:204;a:2:{i:0;s:66:\"On the Plate - Quorn Bao Buns with Quorn pieces | Ontrade Progress\";i:1;s:1:\"1\";}i:205;a:2:{i:0;s:63:\"On-Trade progress’ Questions for Maria Chong from Lee Kum Kee\";i:1;s:1:\"1\";}i:206;a:2:{i:0;s:59:\"Ontrade Progress, Author at Ontrade Progress | Page 3 of 96\";i:1;s:1:\"1\";}i:207;a:2:{i:0;s:56:\"PPL PRS - Get to know your licenses with TheMusicLicence\";i:1;s:1:\"1\";}i:208;a:2:{i:0;s:77:\"Peppermill Interiors latest velvet collection is taking the industry by storm\";i:1;s:1:\"1\";}i:209;a:2:{i:0;s:55:\"Pete Brown gives the No and Low down | Ontrade Progress\";i:1;s:1:\"1\";}i:210;a:2:{i:0;s:43:\"Proper pies wins at British pie awards 2018\";i:1;s:1:\"1\";}i:211;a:2:{i:0;s:65:\"PubAid names Keith Bott as its first President | Ontrade Progress\";i:1;s:1:\"1\";}i:212;a:2:{i:0;s:65:\"Pubs across the country enter Charity Pub of the Year competition\";i:1;s:1:\"1\";}i:213;a:2:{i:0;s:66:\"STRYYK NOT VODKA is the new drink to go with their rum & gin range\";i:1;s:1:\"1\";}i:214;a:2:{i:0;s:77:\"Safe Eggs ‘n’ Soldiers - British Lion Eggs & Little Ships, Ramsgate, Kent\";i:1;s:1:\"1\";}i:215;a:2:{i:0;s:69:\"Salcombe Gin Voyager Series is set to add its first sloe & damson gin\";i:1;s:1:\"1\";}i:216;a:2:{i:0;s:57:\"Salcombe Gin and the Spirit of Success | Ontrade Progress\";i:1;s:1:\"1\";}i:217;a:2:{i:0;s:63:\"Salcombe Gin – Signature Sea Mist Cocktail | Ontrade Progress\";i:1;s:1:\"1\";}i:218;a:2:{i:0;s:53:\"Showsec, the security and crowd management specialist\";i:1;s:1:\"1\";}i:219;a:2:{i:0;s:68:\"Singa’s latest research hails the transformative power of karaoke.\";i:1;s:1:\"1\";}i:220;a:2:{i:0;s:68:\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\";i:1;s:1:\"1\";}i:221;a:2:{i:0;s:55:\"Stay out in the evenings for longer with Tansun Heaters\";i:1;s:1:\"1\";}i:222;a:2:{i:0;s:51:\"Stonegate scoops Corporate Charity Fundraiser award\";i:1;s:1:\"1\";}i:223;a:2:{i:0;s:65:\"Thanksgiving comes to the UK in four different BBQ sauce flavours\";i:1;s:1:\"1\";}i:224;a:2:{i:0;s:58:\"The Botanist to celebrate World Gin Day | Ontrade Progress\";i:1;s:1:\"1\";}i:225;a:2:{i:0;s:63:\"The Fentimans Secret Spritz Garden has now opened in Farringdon\";i:1;s:1:\"1\";}i:226;a:2:{i:0;s:44:\"The Fridge as a Phone Box | Ontrade Progress\";i:1;s:1:\"1\";}i:227;a:2:{i:0;s:52:\"The Future of Online Reservations | Ontrade Progress\";i:1;s:1:\"1\";}i:228;a:2:{i:0;s:70:\"The King of Soho is in the pink with new gin launch | Ontrade Progress\";i:1;s:1:\"1\";}i:229;a:2:{i:0;s:63:\"The king of Choux arrives on the King\'s Road | Ontrade Progress\";i:1;s:1:\"1\";}i:230;a:2:{i:0;s:65:\"The ‘must have’ amenities for hotel guests | Ontrade Progress\";i:1;s:1:\"1\";}i:231;a:2:{i:0;s:71:\"Trends in furniture design for bars and restaurants. | Ontrade Progress\";i:1;s:1:\"1\";}i:232;a:2:{i:0;s:80:\"VII Hills Italian Dry Gin sign two new distributors in Europe | Ontrade Progress\";i:1;s:1:\"1\";}i:233;a:2:{i:0;s:61:\"We caught up with Nick DeBorde about Beaumont\'s barware range\";i:1;s:1:\"1\";}i:234;a:2:{i:0;s:57:\"We sat down with Emma Wilson to discuss WRS\'s POS systems\";i:1;s:1:\"1\";}i:235;a:2:{i:0;s:77:\"Women’s World Cup to boost beer sales by 3 million pints | Ontrade Progress\";i:1;s:1:\"1\";}i:236;a:2:{i:0;s:59:\"World Cup 2018 - Keeping the party going | Ontrade Progress\";i:1;s:1:\"1\";}i:237;a:2:{i:0;s:52:\"as extended its partnership with The SSE Hydro Arena\";i:1;s:1:\"1\";}i:238;a:2:{i:0;s:85:\"‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt | Ontrade Progress\";i:1;s:1:\"1\";}i:239;a:2:{i:0;s:59:\"Brakes celebrates British food fortnight | Ontrade Progress\";i:1;s:1:\"0\";}i:240;a:2:{i:0;s:32:\"Entertainment | Ontrade Progress\";i:1;s:1:\"0\";}i:241;a:2:{i:0;s:23:\"Food | Ontrade Progress\";i:1;s:1:\"0\";}i:242;a:2:{i:0;s:28:\"Issue #20 | Ontrade Progress\";i:1;s:1:\"0\";}i:243;a:2:{i:0;s:28:\"Issue #21 | Ontrade Progress\";i:1;s:1:\"0\";}i:244;a:2:{i:0;s:28:\"Issue #22 | Ontrade Progress\";i:1;s:1:\"0\";}i:245;a:2:{i:0;s:28:\"Issue #23 | Ontrade Progress\";i:1;s:1:\"0\";}i:246;a:2:{i:0;s:28:\"Issue #24 | Ontrade Progress\";i:1;s:1:\"0\";}i:247;a:2:{i:0;s:28:\"Issue #25 | Ontrade Progress\";i:1;s:1:\"0\";}i:248;a:2:{i:0;s:28:\"Issue #27 | Ontrade Progress\";i:1;s:1:\"0\";}i:249;a:2:{i:0;s:28:\"Issue #28 | Ontrade Progress\";i:1;s:1:\"0\";}i:250;a:2:{i:0;s:28:\"Issue #29 | Ontrade Progress\";i:1;s:1:\"0\";}i:251;a:2:{i:0;s:45:\"Ontrade Progress issue #32 | Ontrade Progress\";i:1;s:1:\"0\";}i:252;a:2:{i:0;s:54:\"Salcombe Gin launch new partnership | Ontrade Progress\";i:1;s:1:\"0\";}i:253;a:2:{i:0;s:71:\"The Importance of using British Lion Eggs with restaurateur Rajesh Suri\";i:1;s:1:\"0\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:166:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:pageTitle&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:254;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2214\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:12:\"ga:pageTitle\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:12:\"ga:pageTitle\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764888,'gadwp_cache_qr5_1263634863','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:24:{i:0;a:2:{i:0;s:4:\"t.co\";i:1;s:3:\"356\";}i:1;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:2:\"81\";}i:2;a:2:{i:0;s:12:\"linkedin.com\";i:1;s:2:\"78\";}i:3;a:2:{i:0;s:12:\"facebook.com\";i:1;s:2:\"15\";}i:4;a:2:{i:0;s:16:\"thepubshow.co.uk\";i:1;s:1:\"7\";}i:5;a:2:{i:0;s:19:\"uk.search.yahoo.com\";i:1;s:1:\"4\";}i:6;a:2:{i:0;s:26:\"contentlinks.precise.co.uk\";i:1;s:1:\"2\";}i:7;a:2:{i:0;s:17:\"eu-app.cision.com\";i:1;s:1:\"2\";}i:8;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:1:\"2\";}i:9;a:2:{i:0;s:11:\"twitter.com\";i:1;s:1:\"2\";}i:10;a:2:{i:0;s:21:\"agility.agilitypr.com\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:20:\"allianceonline.co.uk\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:9:\"baidu.com\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:8:\"enow.com\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:14:\"forcardiff.com\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:22:\"globalsso.ab-inbev.com\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:10:\"google.com\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:15:\"l.instagram.com\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:15:\"lm.facebook.com\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:7:\"lnkd.in\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:15:\"mail.google.com\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:8:\"paper.li\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:24:\"security-eu.mimecast.com\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:9:\"singa.com\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dreferral&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:24;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"563\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:19:\"ga:medium==referral\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764889,'gadwp_cache_qr6_1263634863','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:26:{i:0;a:2:{i:0;s:14:\"(not provided)\";i:1;s:3:\"715\";}i:1;a:2:{i:0;s:16:\"ontrade progress\";i:1;s:1:\"2\";}i:2;a:2:{i:0;s:12:\"Dana Muntean\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:34:\"Redleg pineapple rum perfect serve\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:27:\"SALCOMBE GIN VOYAGER SERIES\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:23:\"brewdog brewery Hungary\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:23:\"brewdog brewery hungary\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:18:\"carling multipacks\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:30:\"carlsberg beer without alcohol\";i:1;s:1:\"1\";}i:9;a:2:{i:0;s:18:\"lion stamp of eggs\";i:1;s:1:\"1\";}i:10;a:2:{i:0;s:20:\"mad squirrel brewery\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:32:\"molson coors and sky partnership\";i:1;s:1:\"1\";}i:12;a:2:{i:0;s:36:\"molson coors to remove plastic rings\";i:1;s:1:\"1\";}i:13;a:2:{i:0;s:38:\"new chief executive builds on progress\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:17:\"on trade progress\";i:1;s:1:\"1\";}i:15;a:2:{i:0;s:28:\"red leg spiced rum cocktails\";i:1;s:1:\"1\";}i:16;a:2:{i:0;s:18:\"redleg rum recipes\";i:1;s:1:\"1\";}i:17;a:2:{i:0;s:8:\"rum 2020\";i:1;s:1:\"1\";}i:18;a:2:{i:0;s:14:\"rum trend 2020\";i:1;s:1:\"1\";}i:19;a:2:{i:0;s:28:\"sir william bentley for sale\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:25:\"sky line design catalogue\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:16:\"take 5 marston\'s\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:22:\"tilda chef of the year\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:29:\"tilda street food competition\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:23:\"trg purchases wagamamas\";i:1;s:1:\"1\";}i:25;a:2:{i:0;s:15:\"wkd summer 2019\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:keyword&metrics=ga:sessions&sort=-ga:sessions&filters=ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:26;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"741\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:keyword\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:keyword\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579219200;}','no'),(1764946,'gadwp_cache_qr8_3384583243','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:171:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:deviceCategory&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:7:\"desktop\";i:1;s:4:\"1277\";}i:1;a:2:{i:0;s:6:\"mobile\";i:1;s:3:\"945\";}i:2;a:2:{i:0;s:6:\"tablet\";i:1;s:2:\"47\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:171:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:deviceCategory&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2269\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:17:\"ga:deviceCategory\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:17:\"ga:deviceCategory\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579305600;}','no'),(1764950,'gadwp_cache_qr10_1125752593','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:browser&metrics=ga:sessions&sort=-ga:sessions&filters=ga:browser!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:14:{i:0;a:2:{i:0;s:6:\"Chrome\";i:1;s:3:\"786\";}i:1;a:2:{i:0;s:6:\"Safari\";i:1;s:3:\"578\";}i:2;a:2:{i:0;s:17:\"Internet Explorer\";i:1;s:3:\"553\";}i:3;a:2:{i:0;s:15:\"Safari (in-app)\";i:1;s:2:\"99\";}i:4;a:2:{i:0;s:16:\"Samsung Internet\";i:1;s:2:\"66\";}i:5;a:2:{i:0;s:4:\"Edge\";i:1;s:2:\"58\";}i:6;a:2:{i:0;s:7:\"Firefox\";i:1;s:2:\"55\";}i:7;a:2:{i:0;s:15:\"Android Webview\";i:1;s:2:\"34\";}i:8;a:2:{i:0;s:2:\"\'\'\";i:1;s:2:\"26\";}i:9;a:2:{i:0;s:5:\"Opera\";i:1;s:1:\"5\";}i:10;a:2:{i:0;s:11:\"Amazon Silk\";i:1;s:1:\"3\";}i:11;a:2:{i:0;s:5:\"[FBAN\";i:1;s:1:\"3\";}i:12;a:2:{i:0;s:10:\"UC Browser\";i:1;s:1:\"2\";}i:13;a:2:{i:0;s:9:\"YaBrowser\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:196:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:browser&metrics=ga:sessions&sort=-ga:sessions&filters=ga:browser!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:14;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2269\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:10:\"ga:browser\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:21:\"ga:browser!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:10:\"ga:browser\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579305600;}','no'),(1764951,'gadwp_cache_qr10_337080199','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:operatingSystem&metrics=ga:sessions&sort=-ga:sessions&filters=ga:operatingSystem!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:2:{i:0;s:7:\"Windows\";i:1;s:4:\"1001\";}i:1;a:2:{i:0;s:3:\"iOS\";i:1;s:3:\"584\";}i:2;a:2:{i:0;s:7:\"Android\";i:1;s:3:\"405\";}i:3;a:2:{i:0;s:9:\"Macintosh\";i:1;s:3:\"203\";}i:4;a:2:{i:0;s:5:\"Linux\";i:1;s:2:\"38\";}i:5;a:2:{i:0;s:9:\"Chrome OS\";i:1;s:1:\"8\";}i:6;a:2:{i:0;s:10:\"BlackBerry\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:212:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:operatingSystem&metrics=ga:sessions&sort=-ga:sessions&filters=ga:operatingSystem!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2240\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:operatingSystem\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:29:\"ga:operatingSystem!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:operatingSystem\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579305600;}','no'),(1764952,'gadwp_cache_qr10_3414250276','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:214:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:screenResolution&metrics=ga:sessions&sort=-ga:sessions&filters=ga:screenResolution!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:120:{i:0;a:2:{i:0;s:8:\"1024x768\";i:1;s:3:\"572\";}i:1;a:2:{i:0;s:7:\"375x667\";i:1;s:3:\"219\";}i:2;a:2:{i:0;s:9:\"1920x1080\";i:1;s:3:\"183\";}i:3;a:2:{i:0;s:7:\"375x812\";i:1;s:3:\"104\";}i:4;a:2:{i:0;s:7:\"414x896\";i:1;s:2:\"99\";}i:5;a:2:{i:0;s:8:\"1440x900\";i:1;s:2:\"90\";}i:6;a:2:{i:0;s:8:\"1366x768\";i:1;s:2:\"78\";}i:7;a:2:{i:0;s:8:\"1536x864\";i:1;s:2:\"76\";}i:8;a:2:{i:0;s:7:\"360x640\";i:1;s:2:\"73\";}i:9;a:2:{i:0;s:7:\"320x568\";i:1;s:2:\"68\";}i:10;a:2:{i:0;s:7:\"360x740\";i:1;s:2:\"59\";}i:11;a:2:{i:0;s:8:\"1280x800\";i:1;s:2:\"44\";}i:12;a:2:{i:0;s:8:\"1280x720\";i:1;s:2:\"42\";}i:13;a:2:{i:0;s:7:\"414x736\";i:1;s:2:\"41\";}i:14;a:2:{i:0;s:7:\"412x869\";i:1;s:2:\"40\";}i:15;a:2:{i:0;s:8:\"768x1024\";i:1;s:2:\"39\";}i:16;a:2:{i:0;s:9:\"2000x2000\";i:1;s:2:\"29\";}i:17;a:2:{i:0;s:7:\"360x760\";i:1;s:2:\"29\";}i:18;a:2:{i:0;s:9:\"2560x1440\";i:1;s:2:\"23\";}i:19;a:2:{i:0;s:7:\"800x600\";i:1;s:2:\"23\";}i:20;a:2:{i:0;s:9:\"1680x1050\";i:1;s:2:\"21\";}i:21;a:2:{i:0;s:7:\"360x720\";i:1;s:2:\"21\";}i:22;a:2:{i:0;s:7:\"360x780\";i:1;s:2:\"21\";}i:23;a:2:{i:0;s:8:\"1600x900\";i:1;s:2:\"20\";}i:24;a:2:{i:0;s:7:\"412x846\";i:1;s:2:\"20\";}i:25;a:2:{i:0;s:8:\"1280x960\";i:1;s:2:\"12\";}i:26;a:2:{i:0;s:7:\"412x732\";i:1;s:2:\"12\";}i:27;a:2:{i:0;s:9:\"1280x1024\";i:1;s:2:\"11\";}i:28;a:2:{i:0;s:7:\"360x747\";i:1;s:2:\"11\";}i:29;a:2:{i:0;s:9:\"1920x1200\";i:1;s:2:\"10\";}i:30;a:2:{i:0;s:7:\"393x786\";i:1;s:2:\"10\";}i:31;a:2:{i:0;s:9:\"1280x2000\";i:1;s:1:\"9\";}i:32;a:2:{i:0;s:7:\"393x808\";i:1;s:1:\"9\";}i:33;a:2:{i:0;s:7:\"412x892\";i:1;s:1:\"9\";}i:34;a:2:{i:0;s:7:\"393x851\";i:1;s:1:\"7\";}i:35;a:2:{i:0;s:8:\"834x1112\";i:1;s:1:\"6\";}i:36;a:2:{i:0;s:7:\"432x864\";i:1;s:1:\"5\";}i:37;a:2:{i:0;s:7:\"486x863\";i:1;s:1:\"5\";}i:38;a:2:{i:0;s:8:\"1423x800\";i:1;s:1:\"4\";}i:39;a:2:{i:0;s:9:\"2048x1152\";i:1;s:1:\"4\";}i:40;a:2:{i:0;s:7:\"360x748\";i:1;s:1:\"4\";}i:41;a:2:{i:0;s:7:\"412x823\";i:1;s:1:\"4\";}i:42;a:2:{i:0;s:8:\"800x1280\";i:1;s:1:\"4\";}i:43;a:2:{i:0;s:9:\"1024x1366\";i:1;s:1:\"3\";}i:44;a:2:{i:0;s:8:\"1368x912\";i:1;s:1:\"3\";}i:45;a:2:{i:0;s:7:\"320x665\";i:1;s:1:\"3\";}i:46;a:2:{i:0;s:7:\"360x757\";i:1;s:1:\"3\";}i:47;a:2:{i:0;s:7:\"412x915\";i:1;s:1:\"3\";}i:48;a:2:{i:0;s:8:\"1440x960\";i:1;s:1:\"2\";}i:49;a:2:{i:0;s:9:\"1504x1003\";i:1;s:1:\"2\";}i:50;a:2:{i:0;s:8:\"1536x865\";i:1;s:1:\"2\";}i:51;a:2:{i:0;s:8:\"1707x960\";i:1;s:1:\"2\";}i:52;a:2:{i:0;s:8:\"1745x982\";i:1;s:1:\"2\";}i:53;a:2:{i:0;s:9:\"2560x1080\";i:1;s:1:\"2\";}i:54;a:2:{i:0;s:7:\"320x480\";i:1;s:1:\"2\";}i:55;a:2:{i:0;s:7:\"346x615\";i:1;s:1:\"2\";}i:56;a:2:{i:0;s:7:\"400x854\";i:1;s:1:\"2\";}i:57;a:2:{i:0;s:7:\"412x660\";i:1;s:1:\"2\";}i:58;a:2:{i:0;s:7:\"601x962\";i:1;s:1:\"2\";}i:59;a:2:{i:0;s:8:\"810x1080\";i:1;s:1:\"2\";}i:60;a:2:{i:0;s:8:\"1024x576\";i:1;s:1:\"1\";}i:61;a:2:{i:0;s:8:\"1024x600\";i:1;s:1:\"1\";}i:62;a:2:{i:0;s:8:\"1093x614\";i:1;s:1:\"1\";}i:63;a:2:{i:0;s:8:\"1139x911\";i:1;s:1:\"1\";}i:64;a:2:{i:0;s:8:\"1216x811\";i:1;s:1:\"1\";}i:65;a:2:{i:0;s:8:\"1219x686\";i:1;s:1:\"1\";}i:66;a:2:{i:0;s:8:\"1229x691\";i:1;s:1:\"1\";}i:67;a:2:{i:0;s:8:\"1280x752\";i:1;s:1:\"1\";}i:68;a:2:{i:0;s:8:\"1360x768\";i:1;s:1:\"1\";}i:69;a:2:{i:0;s:8:\"1364x768\";i:1;s:1:\"1\";}i:70;a:2:{i:0;s:8:\"1455x818\";i:1;s:1:\"1\";}i:71;a:2:{i:0;s:9:\"1500x1000\";i:1;s:1:\"1\";}i:72;a:2:{i:0;s:8:\"1518x853\";i:1;s:1:\"1\";}i:73;a:2:{i:0;s:8:\"1524x857\";i:1;s:1:\"1\";}i:74;a:2:{i:0;s:9:\"1600x1200\";i:1;s:1:\"1\";}i:75;a:2:{i:0;s:9:\"1920x1018\";i:1;s:1:\"1\";}i:76;a:2:{i:0;s:9:\"2133x1200\";i:1;s:1:\"1\";}i:77;a:2:{i:0;s:9:\"2304x1296\";i:1;s:1:\"1\";}i:78;a:2:{i:0;s:9:\"2731x1440\";i:1;s:1:\"1\";}i:79;a:2:{i:0;s:9:\"2743x1543\";i:1;s:1:\"1\";}i:80;a:2:{i:0;s:9:\"2880x1620\";i:1;s:1:\"1\";}i:81;a:2:{i:0;s:9:\"3008x1692\";i:1;s:1:\"1\";}i:82;a:2:{i:0;s:7:\"320x658\";i:1;s:1:\"1\";}i:83;a:2:{i:0;s:7:\"320x676\";i:1;s:1:\"1\";}i:84;a:2:{i:0;s:7:\"320x694\";i:1;s:1:\"1\";}i:85;a:2:{i:0;s:7:\"324x617\";i:1;s:1:\"1\";}i:86;a:2:{i:0;s:9:\"3440x1440\";i:1;s:1:\"1\";}i:87;a:2:{i:0;s:7:\"346x719\";i:1;s:1:\"1\";}i:88;a:2:{i:0;s:7:\"360x480\";i:1;s:1:\"1\";}i:89;a:2:{i:0;s:7:\"360x688\";i:1;s:1:\"1\";}i:90;a:2:{i:0;s:7:\"360x756\";i:1;s:1:\"1\";}i:91;a:2:{i:0;s:7:\"360x770\";i:1;s:1:\"1\";}i:92;a:2:{i:0;s:7:\"360x771\";i:1;s:1:\"1\";}i:93;a:2:{i:0;s:7:\"360x800\";i:1;s:1:\"1\";}i:94;a:2:{i:0;s:7:\"360x840\";i:1;s:1:\"1\";}i:95;a:2:{i:0;s:7:\"361x642\";i:1;s:1:\"1\";}i:96;a:2:{i:0;s:7:\"393x817\";i:1;s:1:\"1\";}i:97;a:2:{i:0;s:7:\"393x830\";i:1;s:1:\"1\";}i:98;a:2:{i:0;s:7:\"396x781\";i:1;s:1:\"1\";}i:99;a:2:{i:0;s:7:\"408x828\";i:1;s:1:\"1\";}i:100;a:2:{i:0;s:7:\"412x618\";i:1;s:1:\"1\";}i:101;a:2:{i:0;s:7:\"412x856\";i:1;s:1:\"1\";}i:102;a:2:{i:0;s:7:\"412x960\";i:1;s:1:\"1\";}i:103;a:2:{i:0;s:7:\"414x780\";i:1;s:1:\"1\";}i:104;a:2:{i:0;s:7:\"414x783\";i:1;s:1:\"1\";}i:105;a:2:{i:0;s:7:\"424x753\";i:1;s:1:\"1\";}i:106;a:2:{i:0;s:7:\"424x879\";i:1;s:1:\"1\";}i:107;a:2:{i:0;s:7:\"424x918\";i:1;s:1:\"1\";}i:108;a:2:{i:0;s:7:\"432x719\";i:1;s:1:\"1\";}i:109;a:2:{i:0;s:7:\"432x816\";i:1;s:1:\"1\";}i:110;a:2:{i:0;s:7:\"463x925\";i:1;s:1:\"1\";}i:111;a:2:{i:0;s:7:\"485x995\";i:1;s:1:\"1\";}i:112;a:2:{i:0;s:7:\"600x960\";i:1;s:1:\"1\";}i:113;a:2:{i:0;s:7:\"640x360\";i:1;s:1:\"1\";}i:114;a:2:{i:0;s:8:\"712x1138\";i:1;s:1:\"1\";}i:115;a:2:{i:0;s:7:\"747x360\";i:1;s:1:\"1\";}i:116;a:2:{i:0;s:7:\"760x360\";i:1;s:1:\"1\";}i:117;a:2:{i:0;s:8:\"834x1194\";i:1;s:1:\"1\";}i:118;a:2:{i:0;s:7:\"948x759\";i:1;s:1:\"1\";}i:119;a:2:{i:0;s:7:\"960x600\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:214:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:screenResolution&metrics=ga:sessions&sort=-ga:sessions&filters=ga:screenResolution!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:120;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2269\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:19:\"ga:screenResolution\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:30:\"ga:screenResolution!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:19:\"ga:screenResolution\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579305600;}','no'),(1764953,'gadwp_cache_qr10_1230497293','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:222:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:mobileDeviceBranding&metrics=ga:sessions&sort=-ga:sessions&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:25:{i:0;a:2:{i:0;s:5:\"Apple\";i:1;s:3:\"584\";}i:1;a:2:{i:0;s:7:\"Samsung\";i:1;s:3:\"189\";}i:2;a:2:{i:0;s:6:\"Huawei\";i:1;s:2:\"64\";}i:3;a:2:{i:0;s:6:\"Google\";i:1;s:2:\"42\";}i:4;a:2:{i:0;s:8:\"Motorola\";i:1;s:2:\"18\";}i:5;a:2:{i:0;s:7:\"OnePlus\";i:1;s:2:\"18\";}i:6;a:2:{i:0;s:4:\"Sony\";i:1;s:2:\"16\";}i:7;a:2:{i:0;s:6:\"Xiaomi\";i:1;s:1:\"8\";}i:8;a:2:{i:0;s:6:\"Lenovo\";i:1;s:1:\"5\";}i:9;a:2:{i:0;s:5:\"Nokia\";i:1;s:1:\"5\";}i:10;a:2:{i:0;s:2:\"LG\";i:1;s:1:\"4\";}i:11;a:2:{i:0;s:6:\"Amazon\";i:1;s:1:\"3\";}i:12;a:2:{i:0;s:3:\"HTC\";i:1;s:1:\"3\";}i:13;a:2:{i:0;s:4:\"OPPO\";i:1;s:1:\"3\";}i:14;a:2:{i:0;s:4:\"Asus\";i:1;s:1:\"2\";}i:15;a:2:{i:0;s:9:\"Blackview\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:5:\"Meizu\";i:1;s:1:\"2\";}i:17;a:2:{i:0;s:9:\"Microsoft\";i:1;s:1:\"2\";}i:18;a:2:{i:0;s:8:\"Vodafone\";i:1;s:1:\"2\";}i:19;a:2:{i:0;s:7:\"Alcatel\";i:1;s:1:\"1\";}i:20;a:2:{i:0;s:10:\"BlackBerry\";i:1;s:1:\"1\";}i:21;a:2:{i:0;s:5:\"Tesco\";i:1;s:1:\"1\";}i:22;a:2:{i:0;s:4:\"Vivo\";i:1;s:1:\"1\";}i:23;a:2:{i:0;s:8:\"Wileyfox\";i:1;s:1:\"1\";}i:24;a:2:{i:0;s:3:\"ZTE\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:222:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:mobileDeviceBranding&metrics=ga:sessions&sort=-ga:sessions&filters=ga:mobileDeviceBranding!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:25;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"978\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:23:\"ga:mobileDeviceBranding\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:34:\"ga:mobileDeviceBranding!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"ga:mobileDeviceBranding\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579305600;}','no'),(1765375,'gadwp_cache_qr2_884757273','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20191223\";i:1;s:6:\"Monday\";i:2;s:2:\"50\";}i:1;a:3:{i:0;s:8:\"20191224\";i:1;s:7:\"Tuesday\";i:2;s:2:\"41\";}i:2;a:3:{i:0;s:8:\"20191225\";i:1;s:9:\"Wednesday\";i:2;s:2:\"56\";}i:3;a:3:{i:0;s:8:\"20191226\";i:1;s:8:\"Thursday\";i:2;s:2:\"28\";}i:4;a:3:{i:0;s:8:\"20191227\";i:1;s:6:\"Friday\";i:2;s:2:\"44\";}i:5;a:3:{i:0;s:8:\"20191228\";i:1;s:8:\"Saturday\";i:2;s:2:\"32\";}i:6;a:3:{i:0;s:8:\"20191229\";i:1;s:6:\"Sunday\";i:2;s:2:\"34\";}i:7;a:3:{i:0;s:8:\"20191230\";i:1;s:6:\"Monday\";i:2;s:2:\"49\";}i:8;a:3:{i:0;s:8:\"20191231\";i:1;s:7:\"Tuesday\";i:2;s:2:\"37\";}i:9;a:3:{i:0;s:8:\"20200101\";i:1;s:9:\"Wednesday\";i:2;s:2:\"26\";}i:10;a:3:{i:0;s:8:\"20200102\";i:1;s:8:\"Thursday\";i:2;s:2:\"48\";}i:11;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:2:\"43\";}i:12;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:2:\"20\";}i:13;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:2:\"41\";}i:14;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:2:\"42\";}i:15;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:2:\"56\";}i:16;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:2:\"87\";}i:17;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:3:\"176\";}i:18;a:3:{i:0;s:8:\"20200110\";i:1;s:6:\"Friday\";i:2;s:3:\"163\";}i:19;a:3:{i:0;s:8:\"20200111\";i:1;s:8:\"Saturday\";i:2;s:2:\"68\";}i:20;a:3:{i:0;s:8:\"20200112\";i:1;s:6:\"Sunday\";i:2;s:2:\"59\";}i:21;a:3:{i:0;s:8:\"20200113\";i:1;s:6:\"Monday\";i:2;s:3:\"329\";}i:22;a:3:{i:0;s:8:\"20200114\";i:1;s:7:\"Tuesday\";i:2;s:3:\"126\";}i:23;a:3:{i:0;s:8:\"20200115\";i:1;s:9:\"Wednesday\";i:2;s:2:\"81\";}i:24;a:3:{i:0;s:8:\"20200116\";i:1;s:8:\"Thursday\";i:2;s:2:\"96\";}i:25;a:3:{i:0;s:8:\"20200117\";i:1;s:6:\"Friday\";i:2;s:2:\"97\";}i:26;a:3:{i:0;s:8:\"20200118\";i:1;s:8:\"Saturday\";i:2;s:2:\"68\";}i:27;a:3:{i:0;s:8:\"20200119\";i:1;s:6:\"Sunday\";i:2;s:2:\"61\";}i:28;a:3:{i:0;s:8:\"20200120\";i:1;s:6:\"Monday\";i:2;s:2:\"75\";}i:29;a:3:{i:0;s:8:\"20200121\";i:1;s:7:\"Tuesday\";i:2;s:2:\"81\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"2214\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579737600;}','no'),(1765383,'gadwp_cache_qr2_110136384','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:90:{i:0;a:3:{i:0;s:8:\"20191024\";i:1;s:8:\"Thursday\";i:2;s:2:\"76\";}i:1;a:3:{i:0;s:8:\"20191025\";i:1;s:6:\"Friday\";i:2;s:2:\"75\";}i:2;a:3:{i:0;s:8:\"20191026\";i:1;s:8:\"Saturday\";i:2;s:2:\"69\";}i:3;a:3:{i:0;s:8:\"20191027\";i:1;s:6:\"Sunday\";i:2;s:2:\"33\";}i:4;a:3:{i:0;s:8:\"20191028\";i:1;s:6:\"Monday\";i:2;s:2:\"46\";}i:5;a:3:{i:0;s:8:\"20191029\";i:1;s:7:\"Tuesday\";i:2;s:2:\"47\";}i:6;a:3:{i:0;s:8:\"20191030\";i:1;s:9:\"Wednesday\";i:2;s:2:\"60\";}i:7;a:3:{i:0;s:8:\"20191031\";i:1;s:8:\"Thursday\";i:2;s:2:\"55\";}i:8;a:3:{i:0;s:8:\"20191101\";i:1;s:6:\"Friday\";i:2;s:2:\"69\";}i:9;a:3:{i:0;s:8:\"20191102\";i:1;s:8:\"Saturday\";i:2;s:2:\"68\";}i:10;a:3:{i:0;s:8:\"20191103\";i:1;s:6:\"Sunday\";i:2;s:2:\"53\";}i:11;a:3:{i:0;s:8:\"20191104\";i:1;s:6:\"Monday\";i:2;s:2:\"89\";}i:12;a:3:{i:0;s:8:\"20191105\";i:1;s:7:\"Tuesday\";i:2;s:2:\"51\";}i:13;a:3:{i:0;s:8:\"20191106\";i:1;s:9:\"Wednesday\";i:2;s:2:\"56\";}i:14;a:3:{i:0;s:8:\"20191107\";i:1;s:8:\"Thursday\";i:2;s:2:\"69\";}i:15;a:3:{i:0;s:8:\"20191108\";i:1;s:6:\"Friday\";i:2;s:2:\"58\";}i:16;a:3:{i:0;s:8:\"20191109\";i:1;s:8:\"Saturday\";i:2;s:2:\"49\";}i:17;a:3:{i:0;s:8:\"20191110\";i:1;s:6:\"Sunday\";i:2;s:2:\"63\";}i:18;a:3:{i:0;s:8:\"20191111\";i:1;s:6:\"Monday\";i:2;s:2:\"71\";}i:19;a:3:{i:0;s:8:\"20191112\";i:1;s:7:\"Tuesday\";i:2;s:2:\"59\";}i:20;a:3:{i:0;s:8:\"20191113\";i:1;s:9:\"Wednesday\";i:2;s:2:\"58\";}i:21;a:3:{i:0;s:8:\"20191114\";i:1;s:8:\"Thursday\";i:2;s:2:\"55\";}i:22;a:3:{i:0;s:8:\"20191115\";i:1;s:6:\"Friday\";i:2;s:3:\"116\";}i:23;a:3:{i:0;s:8:\"20191116\";i:1;s:8:\"Saturday\";i:2;s:2:\"52\";}i:24;a:3:{i:0;s:8:\"20191117\";i:1;s:6:\"Sunday\";i:2;s:2:\"49\";}i:25;a:3:{i:0;s:8:\"20191118\";i:1;s:6:\"Monday\";i:2;s:2:\"68\";}i:26;a:3:{i:0;s:8:\"20191119\";i:1;s:7:\"Tuesday\";i:2;s:2:\"78\";}i:27;a:3:{i:0;s:8:\"20191120\";i:1;s:9:\"Wednesday\";i:2;s:2:\"51\";}i:28;a:3:{i:0;s:8:\"20191121\";i:1;s:8:\"Thursday\";i:2;s:2:\"47\";}i:29;a:3:{i:0;s:8:\"20191122\";i:1;s:6:\"Friday\";i:2;s:2:\"58\";}i:30;a:3:{i:0;s:8:\"20191123\";i:1;s:8:\"Saturday\";i:2;s:2:\"55\";}i:31;a:3:{i:0;s:8:\"20191124\";i:1;s:6:\"Sunday\";i:2;s:2:\"58\";}i:32;a:3:{i:0;s:8:\"20191125\";i:1;s:6:\"Monday\";i:2;s:2:\"64\";}i:33;a:3:{i:0;s:8:\"20191126\";i:1;s:7:\"Tuesday\";i:2;s:2:\"76\";}i:34;a:3:{i:0;s:8:\"20191127\";i:1;s:9:\"Wednesday\";i:2;s:2:\"50\";}i:35;a:3:{i:0;s:8:\"20191128\";i:1;s:8:\"Thursday\";i:2;s:2:\"64\";}i:36;a:3:{i:0;s:8:\"20191129\";i:1;s:6:\"Friday\";i:2;s:2:\"68\";}i:37;a:3:{i:0;s:8:\"20191130\";i:1;s:8:\"Saturday\";i:2;s:2:\"31\";}i:38;a:3:{i:0;s:8:\"20191201\";i:1;s:6:\"Sunday\";i:2;s:2:\"56\";}i:39;a:3:{i:0;s:8:\"20191202\";i:1;s:6:\"Monday\";i:2;s:2:\"70\";}i:40;a:3:{i:0;s:8:\"20191203\";i:1;s:7:\"Tuesday\";i:2;s:2:\"61\";}i:41;a:3:{i:0;s:8:\"20191204\";i:1;s:9:\"Wednesday\";i:2;s:2:\"52\";}i:42;a:3:{i:0;s:8:\"20191205\";i:1;s:8:\"Thursday\";i:2;s:2:\"59\";}i:43;a:3:{i:0;s:8:\"20191206\";i:1;s:6:\"Friday\";i:2;s:2:\"75\";}i:44;a:3:{i:0;s:8:\"20191207\";i:1;s:8:\"Saturday\";i:2;s:2:\"48\";}i:45;a:3:{i:0;s:8:\"20191208\";i:1;s:6:\"Sunday\";i:2;s:2:\"56\";}i:46;a:3:{i:0;s:8:\"20191209\";i:1;s:6:\"Monday\";i:2;s:2:\"73\";}i:47;a:3:{i:0;s:8:\"20191210\";i:1;s:7:\"Tuesday\";i:2;s:2:\"65\";}i:48;a:3:{i:0;s:8:\"20191211\";i:1;s:9:\"Wednesday\";i:2;s:2:\"53\";}i:49;a:3:{i:0;s:8:\"20191212\";i:1;s:8:\"Thursday\";i:2;s:2:\"74\";}i:50;a:3:{i:0;s:8:\"20191213\";i:1;s:6:\"Friday\";i:2;s:2:\"56\";}i:51;a:3:{i:0;s:8:\"20191214\";i:1;s:8:\"Saturday\";i:2;s:2:\"59\";}i:52;a:3:{i:0;s:8:\"20191215\";i:1;s:6:\"Sunday\";i:2;s:2:\"55\";}i:53;a:3:{i:0;s:8:\"20191216\";i:1;s:6:\"Monday\";i:2;s:2:\"61\";}i:54;a:3:{i:0;s:8:\"20191217\";i:1;s:7:\"Tuesday\";i:2;s:2:\"48\";}i:55;a:3:{i:0;s:8:\"20191218\";i:1;s:9:\"Wednesday\";i:2;s:2:\"60\";}i:56;a:3:{i:0;s:8:\"20191219\";i:1;s:8:\"Thursday\";i:2;s:2:\"65\";}i:57;a:3:{i:0;s:8:\"20191220\";i:1;s:6:\"Friday\";i:2;s:3:\"113\";}i:58;a:3:{i:0;s:8:\"20191221\";i:1;s:8:\"Saturday\";i:2;s:2:\"56\";}i:59;a:3:{i:0;s:8:\"20191222\";i:1;s:6:\"Sunday\";i:2;s:2:\"51\";}i:60;a:3:{i:0;s:8:\"20191223\";i:1;s:6:\"Monday\";i:2;s:2:\"50\";}i:61;a:3:{i:0;s:8:\"20191224\";i:1;s:7:\"Tuesday\";i:2;s:2:\"41\";}i:62;a:3:{i:0;s:8:\"20191225\";i:1;s:9:\"Wednesday\";i:2;s:2:\"56\";}i:63;a:3:{i:0;s:8:\"20191226\";i:1;s:8:\"Thursday\";i:2;s:2:\"28\";}i:64;a:3:{i:0;s:8:\"20191227\";i:1;s:6:\"Friday\";i:2;s:2:\"44\";}i:65;a:3:{i:0;s:8:\"20191228\";i:1;s:8:\"Saturday\";i:2;s:2:\"32\";}i:66;a:3:{i:0;s:8:\"20191229\";i:1;s:6:\"Sunday\";i:2;s:2:\"34\";}i:67;a:3:{i:0;s:8:\"20191230\";i:1;s:6:\"Monday\";i:2;s:2:\"49\";}i:68;a:3:{i:0;s:8:\"20191231\";i:1;s:7:\"Tuesday\";i:2;s:2:\"37\";}i:69;a:3:{i:0;s:8:\"20200101\";i:1;s:9:\"Wednesday\";i:2;s:2:\"26\";}i:70;a:3:{i:0;s:8:\"20200102\";i:1;s:8:\"Thursday\";i:2;s:2:\"48\";}i:71;a:3:{i:0;s:8:\"20200103\";i:1;s:6:\"Friday\";i:2;s:2:\"43\";}i:72;a:3:{i:0;s:8:\"20200104\";i:1;s:8:\"Saturday\";i:2;s:2:\"20\";}i:73;a:3:{i:0;s:8:\"20200105\";i:1;s:6:\"Sunday\";i:2;s:2:\"41\";}i:74;a:3:{i:0;s:8:\"20200106\";i:1;s:6:\"Monday\";i:2;s:2:\"42\";}i:75;a:3:{i:0;s:8:\"20200107\";i:1;s:7:\"Tuesday\";i:2;s:2:\"56\";}i:76;a:3:{i:0;s:8:\"20200108\";i:1;s:9:\"Wednesday\";i:2;s:2:\"87\";}i:77;a:3:{i:0;s:8:\"20200109\";i:1;s:8:\"Thursday\";i:2;s:3:\"176\";}i:78;a:3:{i:0;s:8:\"20200110\";i:1;s:6:\"Friday\";i:2;s:3:\"163\";}i:79;a:3:{i:0;s:8:\"20200111\";i:1;s:8:\"Saturday\";i:2;s:2:\"68\";}i:80;a:3:{i:0;s:8:\"20200112\";i:1;s:6:\"Sunday\";i:2;s:2:\"59\";}i:81;a:3:{i:0;s:8:\"20200113\";i:1;s:6:\"Monday\";i:2;s:3:\"329\";}i:82;a:3:{i:0;s:8:\"20200114\";i:1;s:7:\"Tuesday\";i:2;s:3:\"126\";}i:83;a:3:{i:0;s:8:\"20200115\";i:1;s:9:\"Wednesday\";i:2;s:2:\"81\";}i:84;a:3:{i:0;s:8:\"20200116\";i:1;s:8:\"Thursday\";i:2;s:2:\"96\";}i:85;a:3:{i:0;s:8:\"20200117\";i:1;s:6:\"Friday\";i:2;s:2:\"97\";}i:86;a:3:{i:0;s:8:\"20200118\";i:1;s:8:\"Saturday\";i:2;s:2:\"68\";}i:87;a:3:{i:0;s:8:\"20200119\";i:1;s:6:\"Sunday\";i:2;s:2:\"61\";}i:88;a:3:{i:0;s:8:\"20200120\";i:1;s:6:\"Monday\";i:2;s:2:\"75\";}i:89;a:3:{i:0;s:8:\"20200121\";i:1;s:7:\"Tuesday\";i:2;s:2:\"81\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:157:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:users&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:90;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:4:\"5894\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579737600;}','no'),(1765384,'gadwp_cache_qr3_1875970461','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=90daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:4:\"6146\";i:1;s:4:\"5486\";i:2;s:5:\"15517\";i:3;s:18:\"1.1877643996095022\";i:4;s:4:\"2157\";i:5;s:18:\"2.5247315327041977\";i:6;s:18:\"20.971294418952088\";i:7;s:11:\"4.056609375\";i:8;s:18:\"31.990400260331924\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=90daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:4:\"6146\";s:8:\"ga:users\";s:4:\"5486\";s:12:\"ga:pageviews\";s:5:\"15517\";s:13:\"ga:BounceRate\";s:18:\"1.1877643996095022\";s:18:\"ga:organicSearches\";s:4:\"2157\";s:22:\"ga:pageviewsPerSession\";s:18:\"2.5247315327041977\";s:16:\"ga:avgTimeOnPage\";s:18:\"20.971294418952088\";s:18:\"ga:avgPageLoadTime\";s:11:\"4.056609375\";s:21:\"ga:avgSessionDuration\";s:18:\"31.990400260331924\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"90daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579737600;}','no'),(1765467,'gadwp_cache_qr2_1067496789','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:users&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:13:{i:0;a:3:{i:0;s:6:\"201901\";i:1;s:2:\"01\";i:2;s:3:\"236\";}i:1;a:3:{i:0;s:6:\"201902\";i:1;s:2:\"02\";i:2;s:4:\"1062\";}i:2;a:3:{i:0;s:6:\"201903\";i:1;s:2:\"03\";i:2;s:4:\"5085\";}i:3;a:3:{i:0;s:6:\"201904\";i:1;s:2:\"04\";i:2;s:4:\"6959\";}i:4;a:3:{i:0;s:6:\"201905\";i:1;s:2:\"05\";i:2;s:4:\"3631\";}i:5;a:3:{i:0;s:6:\"201906\";i:1;s:2:\"06\";i:2;s:4:\"9932\";}i:6;a:3:{i:0;s:6:\"201907\";i:1;s:2:\"07\";i:2;s:5:\"18684\";}i:7;a:3:{i:0;s:6:\"201908\";i:1;s:2:\"08\";i:2;s:4:\"1298\";}i:8;a:3:{i:0;s:6:\"201909\";i:1;s:2:\"09\";i:2;s:4:\"1267\";}i:9;a:3:{i:0;s:6:\"201910\";i:1;s:2:\"10\";i:2;s:4:\"1712\";}i:10;a:3:{i:0;s:6:\"201911\";i:1;s:2:\"11\";i:2;s:4:\"1730\";}i:11;a:3:{i:0;s:6:\"201912\";i:1;s:2:\"12\";i:2;s:4:\"1656\";}i:12;a:3:{i:0;s:6:\"202001\";i:1;s:2:\"01\";i:2;s:4:\"1800\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:156:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:yearMonth,+ga:month&metrics=ga:users&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:13;s:19:\"totalsForAllResults\";a:1:{s:8:\"ga:users\";s:5:\"55052\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:22:\"ga:yearMonth, ga:month\";s:7:\"metrics\";a:1:{i:0;s:8:\"ga:users\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:12:\"ga:yearMonth\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:month\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579824000;}','no'),(1765468,'gadwp_cache_qr3_626819119','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:261:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:5:\"65946\";i:1;s:5:\"54359\";i:2;s:6:\"209271\";i:3;s:18:\"15.752282170260514\";i:4;s:5:\"42478\";i:5;s:18:\"3.1733691201892458\";i:6;s:18:\"23.978454861959015\";i:7;s:16:\"9.12518149882904\";i:8;s:17:\"52.15307979255755\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:261:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:5:\"65946\";s:8:\"ga:users\";s:5:\"54359\";s:12:\"ga:pageviews\";s:6:\"209271\";s:13:\"ga:BounceRate\";s:18:\"15.752282170260514\";s:18:\"ga:organicSearches\";s:5:\"42478\";s:22:\"ga:pageviewsPerSession\";s:18:\"3.1733691201892458\";s:16:\"ga:avgTimeOnPage\";s:18:\"23.978454861959015\";s:18:\"ga:avgPageLoadTime\";s:16:\"9.12518149882904\";s:21:\"ga:avgSessionDuration\";s:17:\"52.15307979255755\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1579824000;}','no'),(1766210,'gadwp_cache_qr8_2915611430','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:173:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:5:{i:0;a:2:{i:0;s:14:\"Organic Search\";i:1;s:5:\"49417\";}i:1;a:2:{i:0;s:6:\"Direct\";i:1;s:5:\"10951\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:4:\"5448\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:3:\"513\";}i:4;a:2:{i:0;s:5:\"Email\";i:1;s:1:\"3\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:173:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:5;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"66332\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1580515200;}','no'),(1766211,'gadwp_cache_qr10_1319348038','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:7:\"organic\";i:1;s:5:\"49417\";}i:1;a:2:{i:0;s:6:\"(none)\";i:1;s:5:\"10951\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:4:\"5961\";}i:3;a:2:{i:0;s:5:\"email\";i:1;s:1:\"3\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:195:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"66332\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1580515200;}','no'),(1766212,'gadwp_cache_qr10_2750665314','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:205:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:5:\"54791\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:5:\"11541\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:205:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"66332\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1580515200;}','no'),(1766213,'gadwp_cache_qr10_1389828391','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:219:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:5:\"48825\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:3:\"400\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:3:\"113\";}i:3;a:2:{i:0;s:10:\"ecosia.org\";i:1;s:2:\"11\";}i:4;a:2:{i:0;s:3:\"ask\";i:1;s:1:\"3\";}i:5;a:2:{i:0;s:6:\"seznam\";i:1;s:1:\"2\";}i:6;a:2:{i:0;s:6:\"yandex\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:219:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:5:\"49355\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1580515200;}','no'),(1766214,'gadwp_cache_qr10_1591792014','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:209:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:7:{i:0;a:2:{i:0;s:8:\"Facebook\";i:1;s:4:\"3194\";}i:1;a:2:{i:0;s:7:\"Twitter\";i:1;s:4:\"2057\";}i:2;a:2:{i:0;s:8:\"LinkedIn\";i:1;s:3:\"160\";}i:3;a:2:{i:0;s:9:\"Instagram\";i:1;s:2:\"32\";}i:4;a:2:{i:0;s:6:\"Yammer\";i:1;s:1:\"3\";}i:5;a:2:{i:0;s:6:\"Pocket\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:8:\"paper.li\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:209:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=365daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:7;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"5448\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:10:\"365daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1580515200;}','no'),(1767463,'gadwp_cache_qr8_2324034029','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:6:\"Direct\";i:1;s:4:\"1149\";}i:1;a:2:{i:0;s:14:\"Organic Search\";i:1;s:4:\"1033\";}i:2;a:2:{i:0;s:6:\"Social\";i:1;s:3:\"261\";}i:3;a:2:{i:0;s:8:\"Referral\";i:1;s:2:\"44\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:172:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:channelGrouping&metrics=ga:sessions&sort=-ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2487\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:9:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:18:\"ga:channelGrouping\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:18:\"ga:channelGrouping\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767466,'gadwp_cache_qr10_2268551400','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:6:\"(none)\";i:1;s:4:\"1149\";}i:1;a:2:{i:0;s:7:\"organic\";i:1;s:4:\"1033\";}i:2;a:2:{i:0;s:8:\"referral\";i:1;s:3:\"305\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:194:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:medium&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2487\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:medium\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:20:\"ga:medium!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:medium\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767471,'gadwp_cache_qr10_1388546383','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:2:{i:0;a:2:{i:0;s:11:\"New Visitor\";i:1;s:4:\"2131\";}i:1;a:2:{i:0;s:17:\"Returning Visitor\";i:1;s:3:\"356\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:204:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:visitorType&metrics=ga:sessions&sort=-ga:sessions&filters=ga:visitorType!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:2;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2487\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:14:\"ga:visitorType\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:25:\"ga:visitorType!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:14:\"ga:visitorType\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767472,'gadwp_cache_qr10_2604918409','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:218:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:3:{i:0;a:2:{i:0;s:6:\"google\";i:1;s:3:\"999\";}i:1;a:2:{i:0;s:4:\"bing\";i:1;s:2:\"29\";}i:2;a:2:{i:0;s:5:\"yahoo\";i:1;s:1:\"4\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:218:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:source&metrics=ga:sessions&sort=-ga:sessions&filters=ga:medium%3D%3Dorganic;ga:keyword!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:3;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"1032\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:9:\"ga:source\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:40:\"ga:medium==organic;ga:keyword!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:9:\"ga:source\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767473,'gadwp_cache_qr10_2188636717','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:4:{i:0;a:2:{i:0;s:7:\"Twitter\";i:1;s:2:\"94\";}i:1;a:2:{i:0;s:8:\"Facebook\";i:1;s:2:\"85\";}i:2;a:2:{i:0;s:8:\"LinkedIn\";i:1;s:2:\"81\";}i:3;a:2:{i:0;s:9:\"WordPress\";i:1;s:1:\"1\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:208:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:socialNetwork&metrics=ga:sessions&sort=-ga:sessions&filters=ga:socialNetwork!%3D(not+set)&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:4;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"261\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:10:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:16:\"ga:socialNetwork\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:4:\"sort\";a:1:{i:0;s:12:\"-ga:sessions\";}s:7:\"filters\";s:27:\"ga:socialNetwork!=(not set)\";s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:2:{i:0;a:3:{s:4:\"name\";s:16:\"ga:socialNetwork\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767485,'gadwp_cache_qr2_3676603877','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20200114\";i:1;s:7:\"Tuesday\";i:2;s:3:\"129\";}i:1;a:3:{i:0;s:8:\"20200115\";i:1;s:9:\"Wednesday\";i:2;s:2:\"86\";}i:2;a:3:{i:0;s:8:\"20200116\";i:1;s:8:\"Thursday\";i:2;s:3:\"104\";}i:3;a:3:{i:0;s:8:\"20200117\";i:1;s:6:\"Friday\";i:2;s:3:\"105\";}i:4;a:3:{i:0;s:8:\"20200118\";i:1;s:8:\"Saturday\";i:2;s:2:\"69\";}i:5;a:3:{i:0;s:8:\"20200119\";i:1;s:6:\"Sunday\";i:2;s:2:\"62\";}i:6;a:3:{i:0;s:8:\"20200120\";i:1;s:6:\"Monday\";i:2;s:2:\"78\";}i:7;a:3:{i:0;s:8:\"20200121\";i:1;s:7:\"Tuesday\";i:2;s:2:\"90\";}i:8;a:3:{i:0;s:8:\"20200122\";i:1;s:9:\"Wednesday\";i:2;s:2:\"69\";}i:9;a:3:{i:0;s:8:\"20200123\";i:1;s:8:\"Thursday\";i:2;s:2:\"75\";}i:10;a:3:{i:0;s:8:\"20200124\";i:1;s:6:\"Friday\";i:2;s:2:\"71\";}i:11;a:3:{i:0;s:8:\"20200125\";i:1;s:8:\"Saturday\";i:2;s:2:\"63\";}i:12;a:3:{i:0;s:8:\"20200126\";i:1;s:6:\"Sunday\";i:2;s:2:\"56\";}i:13;a:3:{i:0;s:8:\"20200127\";i:1;s:6:\"Monday\";i:2;s:2:\"60\";}i:14;a:3:{i:0;s:8:\"20200128\";i:1;s:7:\"Tuesday\";i:2;s:2:\"72\";}i:15;a:3:{i:0;s:8:\"20200129\";i:1;s:9:\"Wednesday\";i:2;s:2:\"62\";}i:16;a:3:{i:0;s:8:\"20200130\";i:1;s:8:\"Thursday\";i:2;s:3:\"187\";}i:17;a:3:{i:0;s:8:\"20200131\";i:1;s:6:\"Friday\";i:2;s:3:\"102\";}i:18;a:3:{i:0;s:8:\"20200201\";i:1;s:8:\"Saturday\";i:2;s:2:\"67\";}i:19;a:3:{i:0;s:8:\"20200202\";i:1;s:6:\"Sunday\";i:2;s:2:\"53\";}i:20;a:3:{i:0;s:8:\"20200203\";i:1;s:6:\"Monday\";i:2;s:3:\"144\";}i:21;a:3:{i:0;s:8:\"20200204\";i:1;s:7:\"Tuesday\";i:2;s:3:\"114\";}i:22;a:3:{i:0;s:8:\"20200205\";i:1;s:9:\"Wednesday\";i:2;s:2:\"95\";}i:23;a:3:{i:0;s:8:\"20200206\";i:1;s:8:\"Thursday\";i:2;s:2:\"86\";}i:24;a:3:{i:0;s:8:\"20200207\";i:1;s:6:\"Friday\";i:2;s:2:\"48\";}i:25;a:3:{i:0;s:8:\"20200208\";i:1;s:8:\"Saturday\";i:2;s:2:\"57\";}i:26;a:3:{i:0;s:8:\"20200209\";i:1;s:6:\"Sunday\";i:2;s:2:\"64\";}i:27;a:3:{i:0;s:8:\"20200210\";i:1;s:6:\"Monday\";i:2;s:2:\"72\";}i:28;a:3:{i:0;s:8:\"20200211\";i:1;s:7:\"Tuesday\";i:2;s:2:\"80\";}i:29;a:3:{i:0;s:8:\"20200212\";i:1;s:9:\"Wednesday\";i:2;s:2:\"67\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:160:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:4:\"2487\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767486,'gadwp_cache_qr3_4211049219','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:4:\"2487\";i:1;s:4:\"2197\";i:2;s:4:\"6600\";i:3;s:18:\"0.8845999195818254\";i:4;s:3:\"870\";i:5;s:18:\"2.6537997587454765\";i:6;s:18:\"25.663505956722588\";i:7;s:17:\"3.521230769230769\";i:8;s:17:\"42.45476477683957\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:260:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:181628467&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:4:\"2487\";s:8:\"ga:users\";s:4:\"2197\";s:12:\"ga:pageviews\";s:4:\"6600\";s:13:\"ga:BounceRate\";s:18:\"0.8845999195818254\";s:18:\"ga:organicSearches\";s:3:\"870\";s:22:\"ga:pageviewsPerSession\";s:18:\"2.6537997587454765\";s:16:\"ga:avgTimeOnPage\";s:18:\"25.663505956722588\";s:18:\"ga:avgPageLoadTime\";s:17:\"3.521230769230769\";s:21:\"ga:avgSessionDuration\";s:17:\"42.45476477683957\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:12:\"ga:181628467\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:9:\"181628467\";s:9:\"accountId\";s:9:\"125636698\";s:13:\"webPropertyId\";s:14:\"UA-125636698-1\";s:21:\"internalWebPropertyId\";s:9:\"184244131\";s:11:\"profileName\";s:17:\"All Web Site Data\";s:7:\"tableId\";s:12:\"ga:181628467\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1581638400;}','no'),(1767497,'exactmetrics_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:3;s:6:\"minute\";i:3;s:6:\"second\";i:4;s:6:\"offset\";i:356584;s:8:\"initsend\";i:1582167784;}','yes'),(1767498,'exactmetrics_site_profile','a:1:{s:6:\"manual\";s:14:\"UA-125636698-1\";}','yes'),(1767499,'exactmetrics_over_time','a:4:{s:17:\"installed_version\";s:5:\"6.0.0\";s:14:\"installed_date\";i:1581585640;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1582016926;}','yes'),(1767502,'exactmetrics_db_version','1.0.0','yes'),(1767503,'exactmetrics_current_version','6.0.0','yes'),(1767504,'exactmetrics_settings','a:24:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:0;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:35:\"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:0;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";s:15:\"speedsamplerate\";i:1;s:10:\"samplerate\";i:100;s:17:\"automatic_updates\";s:5:\"minor\";s:17:\"custom_dimensions\";a:0:{}s:28:\"gatracker_compatibility_mode\";b:1;s:14:\"gadwp_migrated\";i:1581585640;s:9:\"site_type\";s:9:\"publisher\";}','yes'),(1767506,'maintenance_meta','a:3:{s:13:\"first_version\";s:3:\"3.8\";s:13:\"first_install\";i:1581585648;s:11:\"old_version\";b:0;}','yes'),(1767507,'mtnc_db_version','2','yes'),(1767519,'rewrite_rules','a:109:{s:59:\"sitemap(?:_index)?(\\-[a-z0-9\\-_]+)?(\\.[0-9]+)?\\.xml(\\.gz)?$\";s:58:\"index.php?feed=sitemap$matches[1]$matches[3]&m=$matches[2]\";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:60:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:55:\"category/(.+?)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:57:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:52:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:58:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:53:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:38:\"nivoslider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"nivoslider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"nivoslider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"nivoslider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"nivoslider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"nivoslider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"nivoslider/([^/]+)/embed/?$\";s:43:\"index.php?nivoslider=$matches[1]&embed=true\";s:31:\"nivoslider/([^/]+)/trackback/?$\";s:37:\"index.php?nivoslider=$matches[1]&tb=1\";s:39:\"nivoslider/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?nivoslider=$matches[1]&paged=$matches[2]\";s:46:\"nivoslider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?nivoslider=$matches[1]&cpage=$matches[2]\";s:35:\"nivoslider/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?nivoslider=$matches[1]&page=$matches[2]\";s:27:\"nivoslider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"nivoslider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"nivoslider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"nivoslider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"nivoslider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"nivoslider/[^/]+/([^/]+)/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:45:\"feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:40:\"(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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=8&cpage=$matches[1]\";s:54:\"comments/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:49:\"comments/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:57:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:52:\"search/(.+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:60:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:55:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:82:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:69:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:64:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:56:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:51:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:101:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:96:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:90:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:85:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:90:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:85:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:70:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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:53:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:48:\"(.?.+?)/(feed|rdf|rss|rss2|atom|sitemap-news)/?$\";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'),(1767520,'exactmetrics_frontend_tracking_notice_viewed','1','yes'),(1767521,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.3.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.3.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.2.5.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.2.5.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.5\";s:7:\"version\";s:5:\"5.2.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1584830692;s:15:\"version_checked\";s:5:\"5.2.1\";s:12:\"translations\";a:0:{}}','no'),(1767524,'exactmetrics_review','a:2:{s:4:\"time\";i:1584634787;s:9:\"dismissed\";b:1;}','yes'),(1767606,'exactmetrics_site_tt','4aa80be5267dff122470e2c903976c36bbf50d710cf97fa4c1adf35ce5c8a6b3dab93c92517f3cbe027e39b6a33730eb98032e81199fd96774db704a6748abe0','yes'),(1767613,'exactmetrics_notices','a:1:{s:28:\"exactmetrics_auth_not_manual\";b:1;}','yes'),(1770023,'_site_transient_timeout_browser_1a705d28c8225e8b9d2792698d51710e','1584957578','no'),(1770024,'_site_transient_browser_1a705d28c8225e8b9d2792698d51710e','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"74.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";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'),(1770039,'exactmetrics_admin_menu_tooltip','1584352793','yes'),(1770151,'rs-templates-new','','no');
INSERT INTO `wpfr_options` VALUES (1770152,'rs-templates','a:2:{s:6:\"slider\";a:442:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:330:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"Real-Estate-Showcase-Slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"4b0ddbe1928115f4b040f6ad4a01a583\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"Real-Estate-Showcase-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','no'),(1770280,'_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd','1585225067','no'),(1770281,'_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(1770331,'_site_transient_timeout_browser_97fc230848bc304ccee289a55f3e5339','1585239348','no'),(1770332,'_site_transient_browser_97fc230848bc304ccee289a55f3e5339','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.132\";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'),(1770502,'_site_transient_timeout_theme_roots','1584832494','no'),(1770503,'_site_transient_theme_roots','a:7:{s:9:\"Newspaper\";s:7:\"/themes\";s:15:\"smart-mag-child\";s:7:\"/themes\";s:9:\"smart-mag\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(1770504,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1584830695;s:7:\"checked\";a:7:{s:9:\"Newspaper\";s:5:\"9.7.1\";s:15:\"smart-mag-child\";s:3:\"1.0\";s:9:\"smart-mag\";s:5:\"3.0.2\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.5.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.0.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(1770505,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1584830696;s:7:\"checked\";a:18:{s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:7:\"1.2.4.8\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:5:\"6.0.0\";s:27:\"maintenance/maintenance.php\";s:4:\"3.85\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.3\";s:17:\"fwdsisc/index.php\";s:3:\"1.2\";s:37:\"nivo-slider-lite/nivo-slider-lite.php\";s:5:\"2.3.1\";s:23:\"revslider/revslider.php\";s:7:\"5.3.1.5\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.4.2\";s:27:\"td-composer/td-composer.php\";s:31:\"2.4 | built on 19.04.2019 12:47\";s:39:\"td-social-counter/td-social-counter.php\";s:31:\"4.5 | built on 19.04.2019 12:47\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.16.14\";s:40:\"wp-force-https/wordpress-force-https.php\";s:5:\"0.1.4\";s:27:\"js_composer/js_composer.php\";s:3:\"5.7\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.9.0.2\";s:32:\"xml-sitemap-feed/xml-sitemap.php\";s:5:\"5.2.7\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"13.0\";}s:8:\"response\";a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{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:\"5.1.7\";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.5.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{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:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"6.0.2\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.6.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=2243225\";s:2:\"1x\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";s:3:\"svg\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-1544x500.png?rev=2243446\";s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=2243446\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"3.6.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.3.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=2263432\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.gif?rev=2263431\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=1863697\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=1863697\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.22\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.22.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.9.0.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.9.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"13.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.13.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/contact-form-cfdb7\";s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:6:\"plugin\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:11:\"new_version\";s:7:\"1.2.4.8\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-cfdb7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-cfdb7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878\";s:2:\"1x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-128x128.png?rev=1619878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-cfdb7/assets/banner-772x250.png?rev=1619902\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"maintenance/maintenance.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/maintenance\";s:4:\"slug\";s:11:\"maintenance\";s:6:\"plugin\";s:27:\"maintenance/maintenance.php\";s:11:\"new_version\";s:4:\"3.85\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/maintenance/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/maintenance.3.85.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/maintenance/assets/icon-256x256.png?rev=2160987\";s:2:\"1x\";s:64:\"https://ps.w.org/maintenance/assets/icon-128x128.png?rev=2160987\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/maintenance/assets/banner-772x250.png?rev=1637471\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"nivo-slider-lite/nivo-slider-lite.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/nivo-slider-lite\";s:4:\"slug\";s:16:\"nivo-slider-lite\";s:6:\"plugin\";s:37:\"nivo-slider-lite/nivo-slider-lite.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/nivo-slider-lite/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/nivo-slider-lite.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/nivo-slider-lite/assets/icon-128x128.png?rev=1539146\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/nivo-slider-lite/assets/banner-1544x500.png?rev=1539146\";s:2:\"1x\";s:71:\"https://ps.w.org/nivo-slider-lite/assets/banner-772x250.png?rev=1539146\";}s:11:\"banners_rtl\";a:0:{}}s:40:\"wp-force-https/wordpress-force-https.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-force-https\";s:4:\"slug\";s:14:\"wp-force-https\";s:6:\"plugin\";s:40:\"wp-force-https/wordpress-force-https.php\";s:11:\"new_version\";s:5:\"0.1.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-force-https/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-force-https.0.1.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/wp-force-https.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:32:\"xml-sitemap-feed/xml-sitemap.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/xml-sitemap-feed\";s:4:\"slug\";s:16:\"xml-sitemap-feed\";s:6:\"plugin\";s:32:\"xml-sitemap-feed/xml-sitemap.php\";s:11:\"new_version\";s:5:\"5.2.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/xml-sitemap-feed/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/xml-sitemap-feed.5.2.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/xml-sitemap-feed/assets/icon-128x128.png?rev=1112143\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/xml-sitemap-feed/assets/banner-772x250.jpg?rev=1112143\";}s:11:\"banners_rtl\";a:0:{}}}}','no');
/*!40000 ALTER TABLE `wpfr_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_postmeta`
--

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

--
-- Dumping data for table `wpfr_postmeta`
--

LOCK TABLES `wpfr_postmeta` WRITE;
/*!40000 ALTER TABLE `wpfr_postmeta` DISABLE KEYS */;
INSERT INTO `wpfr_postmeta` VALUES (10,6,'_wp_attached_file','2017/03/drinks.jpg'),(11,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:18:\"2017/03/drinks.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"drinks-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"drinks-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"drinks-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"drinks-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"drinks-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"drinks-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"drinks-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"drinks-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"drinks-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"drinks-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"drinks-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"drinks-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"drinks-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"drinks-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"drinks-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"drinks-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"drinks-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"drinks-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"drinks-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"drinks-150x150.jpg\";s:5:\"width\";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:\"drinks-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"drinks-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"drinks-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"drinks-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"drinks-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"drinks-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"drinks-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"drinks-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"drinks-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"drinks-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"drinks-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"drinks-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"drinks-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"drinks-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"drinks-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"drinks-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"drinks-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"drinks-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"drinks-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"drinks-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30,8,'_edit_last','1'),(31,8,'_edit_lock','1581585188:1'),(32,8,'_wp_page_template','default'),(33,8,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:4:\"code\";s:187:\"<a href=\"http://www.european-coffee-tea-soft-drinks-expo.com\" target=\"_blank\"><img src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ECTSD-_-Register-Now-_-728x142.jpg\"></a>\";s:4:\"info\";a:4:{s:5:\"class\";s:17:\"Bunyad_Ads_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:14:{s:12:\"no_container\";s:1:\"1\";s:5:\"posts\";s:1:\"8\";s:7:\"sort_by\";s:0:\"\";s:10:\"sort_order\";s:4:\"desc\";s:3:\"cat\";s:1:\"0\";s:7:\"heading\";s:15:\"Latest Articles\";s:12:\"heading_type\";s:5:\"block\";s:4:\"cats\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"3\";}s:4:\"tags\";s:0:\"\";s:7:\"filters\";s:8:\"category\";s:13:\"filters_terms\";s:12:\"Drinks,Food,\";s:6:\"offset\";s:1:\"0\";s:9:\"post_type\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:31:\"Bunyad_PageBuilder_Highlights_B\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}i:2;a:15:{s:12:\"no_container\";s:1:\"1\";s:5:\"posts\";s:1:\"5\";s:7:\"sort_by\";s:0:\"\";s:10:\"sort_order\";s:4:\"desc\";s:7:\"heading\";s:15:\"Latest Articles\";s:12:\"heading_type\";s:5:\"block\";s:10:\"highlights\";s:1:\"1\";s:3:\"cat\";s:1:\"0\";s:10:\"cat_labels\";s:1:\"1\";s:7:\"tax_tag\";s:0:\"\";s:8:\"sub_cats\";a:7:{i:0;s:2:\"29\";i:1;s:2:\"31\";i:2;s:1:\"8\";i:3;s:2:\"32\";i:4;s:1:\"6\";i:5;s:2:\"10\";i:6;s:1:\"5\";}s:8:\"sub_tags\";s:9:\"Equipment\";s:6:\"offset\";s:1:\"0\";s:9:\"post_type\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:28:\"Bunyad_PageBuilder_FocusGrid\";s:2:\"id\";s:1:\"3\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(34,8,'slide_template','default'),(35,8,'_bunyad_page_title','no'),(36,8,'_bunyad_featured_slider','default'),(37,8,'_bunyad_slider_type','grid-b'),(38,8,'_bunyad_slider_number','1'),(41,11,'_wp_attached_file','2017/03/food.jpg'),(42,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:16:\"2017/03/food.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"food-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"food-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"food-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"food-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"food-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"food-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"food-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"food-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"food-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"food-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"food-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"food-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"food-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"food-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"food-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"food-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"food-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"food-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"food-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"food-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"food-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"food-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"food-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"food-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"food-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"food-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"food-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"food-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"food-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"food-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"food-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"food-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"food-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"food-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"food-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"food-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"food-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"food-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"food-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"food-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,13,'_wp_attached_file','2017/03/vip.jpg'),(60,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:15:\"2017/03/vip.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"vip-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"vip-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"vip-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"vip-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"vip-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"vip-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"vip-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"vip-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"vip-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"vip-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"vip-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"vip-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"vip-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:15:\"vip-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"vip-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"vip-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"vip-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:16:\"vip-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"vip-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"vip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"vip-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"vip-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"vip-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:15:\"vip-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:15:\"vip-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"vip-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"vip-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"vip-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"vip-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"vip-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"vip-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:15:\"vip-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"vip-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:15:\"vip-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"vip-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"vip-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"vip-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"vip-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:15:\"vip-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"vip-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,16,'_wp_attached_file','2017/03/festival.jpg'),(78,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:20:\"2017/03/festival.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"festival-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"festival-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"festival-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"festival-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"festival-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"festival-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"festival-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"festival-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"festival-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"festival-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"festival-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"festival-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"festival-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"festival-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"festival-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"festival-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"festival-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"festival-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"festival-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"festival-150x150.jpg\";s:5:\"width\";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:\"festival-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"festival-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"festival-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"festival-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"festival-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"festival-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"festival-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"festival-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"festival-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"festival-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"festival-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"festival-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"festival-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"festival-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"festival-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"festival-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"festival-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"festival-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"festival-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"festival-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(106,20,'_wp_attached_file','2017/03/venue.jpg'),(107,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:17:\"2017/03/venue.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"venue-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"venue-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"venue-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"venue-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"venue-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"venue-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"venue-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"venue-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"venue-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"venue-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"venue-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"venue-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"venue-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"venue-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"venue-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"venue-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"venue-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:18:\"venue-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"venue-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"venue-150x150.jpg\";s:5:\"width\";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:\"venue-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"venue-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"venue-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"venue-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"venue-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"venue-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"venue-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"venue-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"venue-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"venue-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"venue-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"venue-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"venue-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"venue-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"venue-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"venue-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"venue-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"venue-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"venue-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"venue-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(118,23,'_edit_last','1'),(119,23,'_wp_page_template','default'),(120,23,'panels_data','a:0:{}'),(121,23,'slide_template','default'),(122,23,'_bunyad_page_title','yes'),(123,23,'_bunyad_slider_number','5'),(124,23,'_edit_lock','1584639477:1'),(125,25,'_edit_last','1'),(126,25,'_wp_page_template','default'),(127,25,'panels_data','a:0:{}'),(128,25,'slide_template','default'),(129,25,'_bunyad_page_title','yes'),(130,25,'_bunyad_slider_number','5'),(131,25,'_edit_lock','1558994092:1'),(132,27,'_menu_item_type','post_type'),(133,27,'_menu_item_menu_item_parent','0'),(134,27,'_menu_item_object_id','25'),(135,27,'_menu_item_object','page'),(136,27,'_menu_item_target',''),(137,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(138,27,'_menu_item_xfn',''),(139,27,'_menu_item_url',''),(141,28,'_menu_item_type','post_type'),(142,28,'_menu_item_menu_item_parent','0'),(143,28,'_menu_item_object_id','23'),(144,28,'_menu_item_object','page'),(145,28,'_menu_item_target',''),(146,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(147,28,'_menu_item_xfn',''),(148,28,'_menu_item_url',''),(159,30,'_menu_item_type','post_type'),(160,30,'_menu_item_menu_item_parent','0'),(161,30,'_menu_item_object_id','8'),(162,30,'_menu_item_object','page'),(163,30,'_menu_item_target',''),(164,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(165,30,'_menu_item_xfn',''),(166,30,'_menu_item_url',''),(168,31,'_menu_item_type','custom'),(169,31,'_menu_item_menu_item_parent','0'),(170,31,'_menu_item_object_id','31'),(171,31,'_menu_item_object','custom'),(172,31,'_menu_item_target',''),(173,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(174,31,'_menu_item_xfn',''),(175,31,'_menu_item_url','#'),(222,30,'_menu_item_mega_menu','0'),(223,31,'_menu_item_mega_menu','0'),(230,28,'_menu_item_mega_menu','0'),(231,27,'_menu_item_mega_menu','0'),(241,40,'_wp_attached_file','2017/03/ONTRADEPROGRESSLOGO.png'),(242,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:138;s:4:\"file\";s:31:\"2017/03/ONTRADEPROGRESSLOGO.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"ONTRADEPROGRESSLOGO-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-218x138.png\";s:5:\"width\";i:218;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-265x138.png\";s:5:\"width\";i:265;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-324x138.png\";s:5:\"width\";i:324;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-324x138.png\";s:5:\"width\";i:324;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-324x138.png\";s:5:\"width\";i:324;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-356x138.png\";s:5:\"width\";i:356;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-356x138.png\";s:5:\"width\";i:356;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-351x138.png\";s:5:\"width\";i:351;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-351x138.png\";s:5:\"width\";i:351;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-214x138.png\";s:5:\"width\";i:214;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-343x138.png\";s:5:\"width\";i:343;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-233x138.png\";s:5:\"width\";i:233;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-269x138.png\";s:5:\"width\";i:269;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-235x138.png\";s:5:\"width\";i:235;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-326x138.png\";s:5:\"width\";i:326;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-214x138.png\";s:5:\"width\";i:214;s:6:\"height\";i:138;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:{}}}'),(243,40,'_wp_attachment_image_alt',''),(249,43,'_wp_attached_file','2017/03/logo-1.jpg'),(250,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:79;s:4:\"file\";s:18:\"2017/03/logo-1.jpg\";s:5:\"sizes\";a:11:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"logo-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"logo-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"logo-1-218x79.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-150x79.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-110x79.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"logo-1-168x79.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"logo-1-214x79.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"logo-1-233x79.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"logo-1-235x79.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"logo-1-164x79.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"logo-1-214x79.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:79;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:{}}}'),(251,43,'_wp_attachment_image_alt','On Trade Progress Logo'),(447,59,'_wp_attached_file','2017/03/thai-beach-fizz.jpg'),(448,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:27:\"2017/03/thai-beach-fizz.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"thai-beach-fizz-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"thai-beach-fizz-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"thai-beach-fizz-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"thai-beach-fizz-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-150x150.jpg\";s:5:\"width\";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:\"thai-beach-fizz-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"thai-beach-fizz-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"thai-beach-fizz-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"thai-beach-fizz-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"thai-beach-fizz-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(449,59,'_wp_attachment_image_alt','Thai Beach Fizz Cocktail'),(477,64,'_wp_attached_file','2017/03/british-hospitality-association-logo.jpg'),(478,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:48:\"2017/03/british-hospitality-association-logo.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"british-hospitality-association-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"british-hospitality-association-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"british-hospitality-association-logo-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"british-hospitality-association-logo-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-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:48:\"british-hospitality-association-logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"british-hospitality-association-logo-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"british-hospitality-association-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"british-hospitality-association-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"british-hospitality-association-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(479,64,'_wp_attachment_image_alt','British Hospitality Association Logo'),(493,66,'_wp_attached_file','2017/03/cambra-logo.jpg'),(494,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:23:\"2017/03/cambra-logo.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"cambra-logo-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"cambra-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"cambra-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"cambra-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"cambra-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"cambra-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"cambra-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"cambra-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"cambra-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"cambra-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"cambra-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"cambra-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"cambra-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"cambra-logo-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"cambra-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"cambra-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"cambra-logo-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"cambra-logo-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"cambra-logo-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cambra-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:23:\"cambra-logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"cambra-logo-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cambra-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"cambra-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"cambra-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"cambra-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"cambra-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"cambra-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"cambra-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"cambra-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"cambra-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"cambra-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"cambra-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"cambra-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"cambra-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"cambra-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"cambra-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"cambra-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"cambra-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"cambra-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(495,66,'_wp_attachment_image_alt','CAMRA Logo'),(519,71,'_wp_attached_file','2017/03/british-beer-pub-association-logo.jpg'),(520,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:45:\"2017/03/british-beer-pub-association-logo.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"british-beer-pub-association-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"british-beer-pub-association-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"british-beer-pub-association-logo-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"british-beer-pub-association-logo-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-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:45:\"british-beer-pub-association-logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"british-beer-pub-association-logo-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"british-beer-pub-association-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"british-beer-pub-association-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"british-beer-pub-association-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(521,71,'_wp_attachment_image_alt','British Beer Pub Association'),(535,73,'_wp_attached_file','2017/03/almr-logo.jpg'),(536,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:21:\"2017/03/almr-logo.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"almr-logo-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"almr-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"almr-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"almr-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"almr-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"almr-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"almr-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"almr-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"almr-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"almr-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"almr-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"almr-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"almr-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"almr-logo-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"almr-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"almr-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"almr-logo-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"almr-logo-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"almr-logo-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"almr-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:21:\"almr-logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"almr-logo-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"almr-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"almr-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"almr-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"almr-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"almr-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"almr-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"almr-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"almr-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"almr-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"almr-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"almr-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"almr-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"almr-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"almr-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"almr-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"almr-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"almr-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"almr-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(537,73,'_wp_attachment_image_alt','ALMR Logo'),(541,74,'_edit_last','1'),(542,74,'_wp_page_template','default'),(543,74,'panels_data','a:0:{}'),(544,74,'slide_template','default'),(545,74,'_bunyad_layout_style','right'),(546,74,'_bunyad_page_title','yes'),(547,74,'_bunyad_slider_number','5'),(548,74,'_edit_lock','1570790555:1'),(549,76,'_edit_last','1'),(550,76,'_edit_lock','1559073144:1'),(551,76,'_wp_page_template','default'),(552,76,'panels_data','a:0:{}'),(553,76,'slide_template','default'),(554,76,'_bunyad_layout_style','right'),(555,76,'_bunyad_page_title','yes'),(556,76,'_bunyad_slider_number','5'),(578,83,'_wp_attached_file','2017/03/association.jpg'),(579,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:490;s:4:\"file\";s:23:\"2017/03/association.jpg\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"association-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"association-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"association-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"association-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"association-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"association-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"association-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"association-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"association-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"association-409x360.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"association-409x261.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"association-409x462.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"association-409x385.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"association-409x486.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"association-351x420.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"association-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"association-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"association-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"association-409x336.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"association-409x336.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"association-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"association-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"association-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"association-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"association-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"association-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"association-409x386.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"association-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"association-409x460.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"association-409x240.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"association-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"association-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"association-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"association-409x336.jpg\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"association-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(580,83,'_wp_attachment_image_alt','Associated Partners Logos'),(581,84,'_wp_attached_file','2017/03/COCKTAIL1.jpg'),(582,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:1617;s:4:\"file\";s:21:\"2017/03/COCKTAIL1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"COCKTAIL1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"COCKTAIL1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"COCKTAIL1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"COCKTAIL1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"COCKTAIL1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"COCKTAIL1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"COCKTAIL1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"COCKTAIL1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"COCKTAIL1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"COCKTAIL1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"COCKTAIL1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:20:\"Tom Elms Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(583,84,'_wp_attachment_image_alt','Cocktail'),(596,85,'_form','<label>\n    [text* your-name placeholder \"Your Name (required)\"] </label>\n\n<label>\n    [email* your-email placeholder \"Your Email (required)\"] </label>\n\n<label>\n    [tel* tel-203 placeholder \"Your Phone Number (required)\"]</label>\n\n<label> \n[textarea textarea-202 placeholder \"Your Message\"]</label>\n\n<center>\n[submit \"Send\"]\n</center>'),(597,85,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"On-Trade Progress \"Subscribe Form\"\";s:6:\"sender\";s:43:\"[your-name] <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:33:\"subscriptions@ontradeprogress.com\";s:4:\"body\";s:337:\"From: [your-name] <[your-email]>\nSubject: Subscribe Form\n\nSomebody has sent their details form the subscribe form of your website. Here are their details:\n\nEmail Address:\n[your-email]\n\nTelephone Number:\n[tel-203]\n\nAddress:\n[textarea-202]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(598,85,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"On-Trade Progress \"[your-subject]\"\";s:6:\"sender\";s:49:\"On-Trade Progress <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:34:\"Reply-To: contact@danielrees.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(599,85,'_messages','a:23:{s:12:\"mail_sent_ok\";s:28:\"Thank you for your interest.\";s:12:\"mail_sent_ng\";s:77:\"There was an error trying to send your email address. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:77:\"There was an error trying to send your email address. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(600,85,'_additional_settings',''),(601,85,'_locale','en_US'),(602,88,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Company Name (required)\n    [text* company-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Telephone Number (required)\n[tel* tel-364]\n\n[submit \"Send\"]'),(603,88,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:29:\"On-Trade Progress - Advertise\";s:6:\"sender\";s:43:\"[your-name] <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:24:\"ryan@ontradeprogress.com\";s:4:\"body\";s:323:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nForm submission from the advertise page on the on-trade progress website.\n\nName:\n[your-name]\n\nCompany Name:\n[company-name]\n\nEmail:\n[your-email]\n\nTelephone:\n[tel-364]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(604,88,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"On-Trade Progress \"[your-subject]\"\";s:6:\"sender\";s:49:\"On-Trade Progress <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:34:\"Reply-To: contact@danielrees.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(605,88,'_messages','a:23:{s:12:\"mail_sent_ok\";s:52:\"Thanks for your interest we will be in touch shortly\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(606,88,'_additional_settings',''),(607,88,'_locale','en_US'),(621,93,'_wp_attached_file','2017/03/sky-sports-bt-sports.jpg'),(622,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:32:\"2017/03/sky-sports-bt-sports.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"sky-sports-bt-sports-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"sky-sports-bt-sports-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"sky-sports-bt-sports-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"sky-sports-bt-sports-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"sky-sports-bt-sports-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"sky-sports-bt-sports-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"sky-sports-bt-sports-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"sky-sports-bt-sports-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(623,93,'_wp_attachment_image_alt','Sky Sports and BT Sports logos'),(643,96,'_wp_attached_file','2017/03/the-pound-canterbury.jpg'),(644,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:32:\"2017/03/the-pound-canterbury.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"the-pound-canterbury-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"the-pound-canterbury-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"the-pound-canterbury-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"the-pound-canterbury-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"the-pound-canterbury-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"the-pound-canterbury-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"the-pound-canterbury-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"the-pound-canterbury-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(663,99,'_wp_attached_file','2017/03/fosters.jpg'),(664,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:19:\"2017/03/fosters.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"fosters-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"fosters-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"fosters-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"fosters-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"fosters-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"fosters-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"fosters-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"fosters-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"fosters-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"fosters-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"fosters-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"fosters-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"fosters-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"fosters-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"fosters-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"fosters-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"fosters-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"fosters-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"fosters-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fosters-150x150.jpg\";s:5:\"width\";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:\"fosters-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"fosters-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"fosters-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"fosters-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"fosters-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"fosters-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"fosters-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"fosters-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"fosters-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"fosters-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"fosters-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"fosters-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"fosters-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"fosters-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"fosters-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"fosters-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"fosters-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"fosters-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"fosters-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"fosters-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(665,99,'_wp_attachment_image_alt','Fosters'),(687,102,'_wp_attached_file','2017/03/desperados-dos.jpg'),(688,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:26:\"2017/03/desperados-dos.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"desperados-dos-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"desperados-dos-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"desperados-dos-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"desperados-dos-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"desperados-dos-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"desperados-dos-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"desperados-dos-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"desperados-dos-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"desperados-dos-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"desperados-dos-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"desperados-dos-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"desperados-dos-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"desperados-dos-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"desperados-dos-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"desperados-dos-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"desperados-dos-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"desperados-dos-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"desperados-dos-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"desperados-dos-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"desperados-dos-150x150.jpg\";s:5:\"width\";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:\"desperados-dos-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"desperados-dos-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"desperados-dos-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"desperados-dos-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"desperados-dos-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"desperados-dos-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"desperados-dos-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"desperados-dos-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"desperados-dos-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"desperados-dos-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"desperados-dos-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"desperados-dos-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"desperados-dos-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"desperados-dos-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"desperados-dos-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"desperados-dos-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"desperados-dos-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"desperados-dos-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"desperados-dos-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"desperados-dos-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(689,102,'_wp_attachment_image_alt','Desperados Dos Bottle'),(710,105,'_wp_attached_file','2017/03/heineken0.jpg'),(711,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:21:\"2017/03/heineken0.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"heineken0-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"heineken0-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"heineken0-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"heineken0-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"heineken0-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"heineken0-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"heineken0-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"heineken0-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"heineken0-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"heineken0-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"heineken0-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"heineken0-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"heineken0-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"heineken0-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"heineken0-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"heineken0-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"heineken0-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"heineken0-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"heineken0-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"heineken0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"heineken0-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"heineken0-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"heineken0-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"heineken0-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"heineken0-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"heineken0-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"heineken0-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"heineken0-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"heineken0-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"heineken0-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"heineken0-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"heineken0-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"heineken0-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"heineken0-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"heineken0-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"heineken0-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"heineken0-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"heineken0-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"heineken0-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"heineken0-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(712,105,'_wp_attachment_image_alt','Heineken 0.0'),(741,108,'_wp_attached_file','2017/03/bulmers-apple.jpg'),(742,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:25:\"2017/03/bulmers-apple.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"bulmers-apple-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"bulmers-apple-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"bulmers-apple-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"bulmers-apple-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-150x150.jpg\";s:5:\"width\";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:\"bulmers-apple-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bulmers-apple-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"bulmers-apple-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"bulmers-apple-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"bulmers-apple-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(743,108,'_wp_attachment_image_alt','Bulmers Apple Cider'),(788,113,'_wp_attached_file','2017/03/maltsmiths.jpg'),(789,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:22:\"2017/03/maltsmiths.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"maltsmiths-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"maltsmiths-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"maltsmiths-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"maltsmiths-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"maltsmiths-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"maltsmiths-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"maltsmiths-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"maltsmiths-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"maltsmiths-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"maltsmiths-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"maltsmiths-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"maltsmiths-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"maltsmiths-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"maltsmiths-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"maltsmiths-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"maltsmiths-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"maltsmiths-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"maltsmiths-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"maltsmiths-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"maltsmiths-150x150.jpg\";s:5:\"width\";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:\"maltsmiths-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"maltsmiths-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"maltsmiths-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"maltsmiths-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"maltsmiths-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"maltsmiths-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"maltsmiths-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"maltsmiths-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"maltsmiths-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"maltsmiths-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"maltsmiths-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"maltsmiths-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"maltsmiths-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"maltsmiths-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"maltsmiths-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"maltsmiths-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"maltsmiths-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"maltsmiths-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"maltsmiths-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"maltsmiths-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(790,113,'_wp_attachment_image_alt','Maltsmiths Products'),(814,116,'_wp_attached_file','2017/03/Lamb-Weston-SP-Shoestring-with-Sriracha-dip.jpg'),(815,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:809;s:4:\"file\";s:55:\"2017/03/Lamb-Weston-SP-Shoestring-with-Sriracha-dip.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:53:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:54:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:56:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:56:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-150x150.jpg\";s:5:\"width\";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:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:56:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:54:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:55:\"Lamb-Weston-SP-Shoestring-with-Sriracha-dip-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(816,116,'_wp_attachment_image_alt','Lamb-Weston-SP-Shoestring-with-Sriracha-dip'),(819,119,'_wp_attached_file','2017/03/Lamb-Weston-SP-CrissCuts.jpg'),(820,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:885;s:4:\"file\";s:36:\"2017/03/Lamb-Weston-SP-CrissCuts.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Lamb-Weston-SP-CrissCuts-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Lamb-Weston-SP-CrissCuts-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Lamb-Weston-SP-CrissCuts-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Lamb-Weston-SP-CrissCuts-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Lamb-Weston-SP-CrissCuts-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Lamb-Weston-SP-CrissCuts-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Lamb-Weston-SP-CrissCuts-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Lamb-Weston-SP-CrissCuts-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Lamb-Weston-SP-CrissCuts-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(821,120,'_wp_attached_file','2017/03/Lamb-Weston-Trio-of-Sweet-Potato-Fries.jpg'),(822,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:885;s:4:\"file\";s:50:\"2017/03/Lamb-Weston-Trio-of-Sweet-Potato-Fries.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:51:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:49:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:50:\"Lamb-Weston-Trio-of-Sweet-Potato-Fries-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(847,123,'_wp_attached_file','2017/03/Tapsters-2.jpg'),(848,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:636;s:4:\"file\";s:22:\"2017/03/Tapsters-2.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Tapsters-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Tapsters-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tapsters-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Tapsters-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(849,124,'_wp_attached_file','2017/03/Tapsters-3.jpg'),(850,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:636;s:4:\"file\";s:22:\"2017/03/Tapsters-3.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Tapsters-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Tapsters-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tapsters-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:22:\"Tapsters-3-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tapsters-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Tapsters-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(851,125,'_wp_attached_file','2017/03/Tapsters-4.jpg'),(852,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:636;s:4:\"file\";s:22:\"2017/03/Tapsters-4.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Tapsters-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Tapsters-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tapsters-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:\"Tapsters-4-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tapsters-4-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Tapsters-4-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Tapsters-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(853,126,'_wp_attached_file','2017/03/tapsters1.jpg'),(854,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:762;s:4:\"file\";s:21:\"2017/03/tapsters1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"tapsters1-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"tapsters1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"tapsters1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"tapsters1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"tapsters1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"tapsters1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"tapsters1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"tapsters1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"tapsters1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"tapsters1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"tapsters1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"tapsters1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"tapsters1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"tapsters1-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"tapsters1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"tapsters1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"tapsters1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"tapsters1-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"tapsters1-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tapsters1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tapsters1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"tapsters1-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"tapsters1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"tapsters1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"tapsters1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"tapsters1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"tapsters1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"tapsters1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"tapsters1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"tapsters1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"tapsters1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"tapsters1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"tapsters1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"tapsters1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"tapsters1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"tapsters1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"tapsters1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"tapsters1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"tapsters1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"tapsters1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"tapsters1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(910,134,'_wp_attached_file','2017/03/wines-of-germany.jpg'),(911,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:28:\"2017/03/wines-of-germany.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"wines-of-germany-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"wines-of-germany-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"wines-of-germany-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"wines-of-germany-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-150x150.jpg\";s:5:\"width\";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:\"wines-of-germany-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wines-of-germany-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wines-of-germany-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"wines-of-germany-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"wines-of-germany-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(912,134,'_wp_attachment_image_alt','Wines of Germany graphic'),(915,136,'_wp_attached_file','2017/03/IMG_0881.jpg'),(916,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2017/03/IMG_0881.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0881-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0881-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0881-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0881-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0881-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0881-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0881-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0881-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0881-150x150.jpg\";s:5:\"width\";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:\"IMG_0881-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0881-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0881-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0881-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0881-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0881-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0881-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0881-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0881-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0881-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0881-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0881-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(917,137,'_wp_attached_file','2017/03/IMG_0882.jpg'),(918,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2017/03/IMG_0882.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0882-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0882-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0882-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0882-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0882-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0882-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0882-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0882-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0882-150x150.jpg\";s:5:\"width\";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:\"IMG_0882-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0882-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0882-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0882-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0882-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0882-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0882-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0882-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0882-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0882-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0882-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0882-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(919,138,'_wp_attached_file','2017/03/IMG_0883.jpg'),(920,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2017/03/IMG_0883.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0883-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0883-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0883-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0883-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0883-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0883-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0883-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0883-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0883-150x150.jpg\";s:5:\"width\";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:\"IMG_0883-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0883-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0883-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0883-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0883-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0883-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0883-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0883-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0883-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0883-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0883-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0883-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(921,139,'_wp_attached_file','2017/03/IMG_0884.jpg'),(922,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:20:\"2017/03/IMG_0884.jpg\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0884-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0884-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0884-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0884-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0884-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0884-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0884-324x263.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0884-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0884-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0884-150x150.jpg\";s:5:\"width\";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:\"IMG_0884-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0884-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0884-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0884-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0884-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0884-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0884-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0884-233x263.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0884-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0884-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0884-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0884-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0884-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0884-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(923,140,'_wp_attached_file','2017/03/IMG_0886.jpg'),(924,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:20:\"2017/03/IMG_0886.jpg\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0886-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0886-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0886-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0886-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0886-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0886-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0886-324x263.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0886-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0886-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0886-150x150.jpg\";s:5:\"width\";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:\"IMG_0886-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0886-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0886-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0886-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0886-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0886-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0886-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0886-233x263.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0886-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0886-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0886-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0886-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0886-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0886-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(925,141,'_wp_attached_file','2017/03/IMG_0888.jpg'),(926,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2017/03/IMG_0888.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0888-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0888-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0888-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0888-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0888-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0888-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0888-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0888-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0888-150x150.jpg\";s:5:\"width\";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:\"IMG_0888-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0888-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0888-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0888-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0888-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0888-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0888-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0888-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0888-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0888-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0888-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0888-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(927,142,'_wp_attached_file','2017/03/IMG_0891.jpg'),(928,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2017/03/IMG_0891.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0891-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0891-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0891-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0891-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0891-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0891-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0891-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0891-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0891-150x150.jpg\";s:5:\"width\";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:\"IMG_0891-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0891-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0891-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0891-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0891-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0891-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0891-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0891-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0891-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0891-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0891-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0891-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(929,143,'_wp_attached_file','2017/03/IMG_0892.jpg'),(930,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:20:\"2017/03/IMG_0892.jpg\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0892-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0892-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0892-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0892-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0892-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0892-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0892-324x263.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0892-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0892-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0892-150x150.jpg\";s:5:\"width\";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:\"IMG_0892-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0892-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0892-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0892-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0892-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0892-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0892-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0892-233x263.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0892-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0892-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0892-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0892-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0892-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0892-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(931,144,'_wp_attached_file','2017/03/IMG_0894.jpg'),(932,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2017/03/IMG_0894.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0894-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0894-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0894-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0894-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0894-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0894-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0894-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0894-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0894-150x150.jpg\";s:5:\"width\";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:\"IMG_0894-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0894-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0894-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0894-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0894-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0894-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0894-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0894-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0894-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0894-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0894-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0894-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(968,150,'_wp_attached_file','2017/03/robinsons-refreshd.jpg'),(969,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:30:\"2017/03/robinsons-refreshd.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"robinsons-refreshd-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"robinsons-refreshd-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"robinsons-refreshd-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"robinsons-refreshd-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"robinsons-refreshd-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"robinsons-refreshd-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"robinsons-refreshd-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"robinsons-refreshd-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(970,150,'_wp_attachment_image_alt','Robinsons Refresh\'d Bottles'),(1000,153,'_wp_attached_file','2017/03/pepsi-ginger.jpg'),(1001,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:24:\"2017/03/pepsi-ginger.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"pepsi-ginger-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"pepsi-ginger-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"pepsi-ginger-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"pepsi-ginger-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"pepsi-ginger-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"pepsi-ginger-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"pepsi-ginger-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"pepsi-ginger-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1002,153,'_wp_attachment_image_alt','Pepsi Max Ginger bottle'),(1028,156,'_wp_attached_file','2017/03/drench-sparkling.jpg'),(1029,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:28:\"2017/03/drench-sparkling.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"drench-sparkling-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"drench-sparkling-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"drench-sparkling-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"drench-sparkling-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-150x150.jpg\";s:5:\"width\";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:\"drench-sparkling-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"drench-sparkling-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"drench-sparkling-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"drench-sparkling-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"drench-sparkling-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1030,156,'_wp_attachment_image_alt','Drench Sparkling'),(1062,159,'_wp_attached_file','2017/03/melitta-logo.jpg'),(1063,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:24:\"2017/03/melitta-logo.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"melitta-logo-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"melitta-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"melitta-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"melitta-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"melitta-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"melitta-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"melitta-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"melitta-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"melitta-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"melitta-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"melitta-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"melitta-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"melitta-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"melitta-logo-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"melitta-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"melitta-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"melitta-logo-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"melitta-logo-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"melitta-logo-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"melitta-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:24:\"melitta-logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"melitta-logo-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"melitta-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"melitta-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"melitta-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"melitta-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"melitta-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"melitta-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"melitta-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"melitta-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"melitta-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"melitta-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"melitta-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"melitta-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"melitta-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"melitta-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"melitta-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"melitta-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"melitta-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"melitta-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1064,159,'_wp_attachment_image_alt','Melitta Logo'),(1065,160,'_wp_attached_file','2017/03/Melitta-Coffee.jpg'),(1066,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:712;s:4:\"file\";s:26:\"2017/03/Melitta-Coffee.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Melitta-Coffee-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Melitta-Coffee-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x261.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x462.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x385.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x486.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x580.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-313x420.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-150x150.jpg\";s:5:\"width\";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:\"Melitta-Coffee-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Melitta-Coffee-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x516.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x336.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x336.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x386.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x460.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Melitta-Coffee-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-531x336.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Melitta-Coffee-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1067,160,'_wp_attachment_image_alt','Melitta Coffee'),(1101,163,'_wp_attached_file','2017/03/maclaren.jpg'),(1102,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:20:\"2017/03/maclaren.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"maclaren-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"maclaren-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"maclaren-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"maclaren-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"maclaren-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"maclaren-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"maclaren-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"maclaren-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"maclaren-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"maclaren-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"maclaren-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"maclaren-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"maclaren-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"maclaren-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"maclaren-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"maclaren-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"maclaren-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"maclaren-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"maclaren-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"maclaren-150x150.jpg\";s:5:\"width\";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:\"maclaren-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"maclaren-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"maclaren-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"maclaren-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"maclaren-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"maclaren-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"maclaren-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"maclaren-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"maclaren-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"maclaren-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"maclaren-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"maclaren-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"maclaren-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"maclaren-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"maclaren-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"maclaren-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"maclaren-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"maclaren-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"maclaren-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"maclaren-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1103,163,'_wp_attachment_image_alt','McLaren'),(1135,166,'_wp_attached_file','2017/03/Staycrisp-thin-skin-on-off-1b.jpg'),(1136,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:809;s:4:\"file\";s:41:\"2017/03/Staycrisp-thin-skin-on-off-1b.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Staycrisp-thin-skin-on-off-1b-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Staycrisp-thin-skin-on-off-1b-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Staycrisp-thin-skin-on-off-1b-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Staycrisp-thin-skin-on-off-1b-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Staycrisp-thin-skin-on-off-1b-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Staycrisp-thin-skin-on-off-1b-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Staycrisp-thin-skin-on-off-1b-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Staycrisp-thin-skin-on-off-1b-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Staycrisp-thin-skin-on-off-1b-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1137,166,'_wp_attachment_image_alt','Staycrisp thin skin fries'),(1169,169,'_wp_attached_file','2017/03/mccains-logo.jpg'),(1170,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:24:\"2017/03/mccains-logo.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"mccains-logo-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"mccains-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"mccains-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"mccains-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"mccains-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"mccains-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"mccains-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"mccains-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"mccains-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"mccains-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"mccains-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"mccains-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"mccains-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"mccains-logo-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"mccains-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"mccains-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"mccains-logo-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"mccains-logo-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"mccains-logo-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mccains-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:24:\"mccains-logo-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"mccains-logo-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"mccains-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"mccains-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"mccains-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"mccains-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"mccains-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"mccains-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"mccains-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"mccains-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"mccains-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"mccains-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"mccains-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"mccains-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"mccains-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"mccains-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"mccains-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"mccains-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"mccains-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"mccains-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1171,169,'_wp_attachment_image_alt','McCains Logo'),(1214,172,'_wp_attached_file','2017/03/Moy-Park-Texas-BBQ-Cheese-Bites1.jpg'),(1215,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:719;s:4:\"file\";s:44:\"2017/03/Moy-Park-Texas-BBQ-Cheese-Bites1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Moy-Park-Texas-BBQ-Cheese-Bites1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Moy-Park-Texas-BBQ-Cheese-Bites1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"Moy-Park-Texas-BBQ-Cheese-Bites1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"Moy-Park-Texas-BBQ-Cheese-Bites1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Moy-Park-Texas-BBQ-Cheese-Bites1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Moy-Park-Texas-BBQ-Cheese-Bites1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"Moy-Park-Texas-BBQ-Cheese-Bites1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"Moy-Park-Texas-BBQ-Cheese-Bites1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"Moy-Park-Texas-BBQ-Cheese-Bites1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1216,172,'_wp_attachment_image_alt','Texas BBQ Cheese Bites'),(1249,175,'_wp_attached_file','2017/03/chefs-at-play.jpg'),(1250,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:25:\"2017/03/chefs-at-play.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"chefs-at-play-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"chefs-at-play-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"chefs-at-play-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"chefs-at-play-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-150x150.jpg\";s:5:\"width\";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:\"chefs-at-play-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"chefs-at-play-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"chefs-at-play-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"chefs-at-play-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"chefs-at-play-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1251,175,'_wp_attachment_image_alt','Chefs at Play logo'),(1286,179,'_wp_attached_file','2017/03/bestbrigrades.jpg'),(1287,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:25:\"2017/03/bestbrigrades.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"bestbrigrades-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"bestbrigrades-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"bestbrigrades-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"bestbrigrades-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-150x150.jpg\";s:5:\"width\";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:\"bestbrigrades-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bestbrigrades-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"bestbrigrades-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"bestbrigrades-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"bestbrigrades-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1288,179,'_wp_attachment_image_alt',''),(1319,181,'_wp_attached_file','2017/03/Nick-Green1.jpg'),(1320,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:809;s:4:\"file\";s:23:\"2017/03/Nick-Green1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Nick-Green1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Nick-Green1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Nick-Green1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Nick-Green1-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Nick-Green1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Nick-Green1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"Nick-Green1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Nick-Green1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Nick-Green1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1321,181,'_wp_attachment_image_alt','Nick Green'),(1338,8,'_yoast_wpseo_title','Ontrade Progress | The hospitality magazine'),(1339,8,'_yoast_wpseo_metadesc','Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants'),(1340,8,'_yoast_wpseo_content_score','90'),(1345,185,'_form','<label>  [text* your-name placeholder \"Your Name (required)\"] </label>\n\n<label>  [email* your-email placeholder \"Your Email (required)\"]  </label>\n\n<label>   [tel* tel-203 placeholder \"Your Phone Number (required)\"] </label>\n\n<label> \n[textarea textarea-519 placeholder \"Your Message\"]</label>\n\n<center>\n[submit \"Send\"]\n</center>'),(1346,185,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:43:\"On-Trade Progress \"Contact Form Submission\"\";s:6:\"sender\";s:43:\"[your-name] <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:24:\"ryan@ontradeprogress.com\";s:4:\"body\";s:321:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nThere has been a form submission from the contact page on your website.\n\nName:\n[your-name]\n\nEmail:\n[your-email]\n\nTelephone:\n[tel-203]\n\nMessage Body:\n[textarea-519]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1347,185,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"On-Trade Progress \"[your-subject]\"\";s:6:\"sender\";s:49:\"On-Trade Progress <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:34:\"Reply-To: contact@danielrees.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1348,185,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(1349,185,'_additional_settings',''),(1350,185,'_locale','en_US'),(1351,76,'_yoast_wpseo_content_score','30'),(1393,194,'_wp_attached_file','2017/03/PAGE-42.png'),(1394,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2252;s:6:\"height\";i:1417;s:4:\"file\";s:19:\"2017/03/PAGE-42.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"PAGE-42-768x483.png\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"PAGE-42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"PAGE-42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"PAGE-42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"PAGE-42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"PAGE-42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"PAGE-42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"PAGE-42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"PAGE-42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"PAGE-42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"PAGE-42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"PAGE-42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"PAGE-42-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"PAGE-42-696x438.png\";s:5:\"width\";i:696;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"PAGE-42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"PAGE-42-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"PAGE-42-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"PAGE-42-1068x672.png\";s:5:\"width\";i:1068;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"PAGE-42-667x420.png\";s:5:\"width\";i:667;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"PAGE-42-1920x1208.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1208;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PAGE-42-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:\"PAGE-42-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"PAGE-42-1024x644.png\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PAGE-42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"PAGE-42-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"PAGE-42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"PAGE-42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"PAGE-42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"PAGE-42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"PAGE-42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"PAGE-42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"PAGE-42-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"PAGE-42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"PAGE-42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"PAGE-42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"PAGE-42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"PAGE-42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"PAGE-42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(1433,209,'_wp_attached_file','2017/03/PAGE-32.jpg'),(1434,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2017/03/PAGE-32.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"PAGE-32-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"PAGE-32-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"PAGE-32-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"PAGE-32-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"PAGE-32-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"PAGE-32-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"PAGE-32-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"PAGE-32-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"PAGE-32-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"PAGE-32-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"PAGE-32-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"PAGE-32-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"PAGE-32-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"PAGE-32-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"PAGE-32-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"PAGE-32-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"PAGE-32-1050x580.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"PAGE-32-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PAGE-32-150x150.jpg\";s:5:\"width\";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:\"PAGE-32-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"PAGE-32-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PAGE-32-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"PAGE-32-1050x516.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"PAGE-32-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"PAGE-32-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"PAGE-32-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"PAGE-32-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-32-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"PAGE-32-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-32-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-32-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"PAGE-32-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-32-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"PAGE-32-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"PAGE-32-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"PAGE-32-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"PAGE-32-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"PAGE-32-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"PAGE-32-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"PAGE-32-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,210,'_wp_attached_file','2017/03/PAGE-34.jpg'),(1436,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2017/03/PAGE-34.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"PAGE-34-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"PAGE-34-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"PAGE-34-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"PAGE-34-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"PAGE-34-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"PAGE-34-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"PAGE-34-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"PAGE-34-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"PAGE-34-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"PAGE-34-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"PAGE-34-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"PAGE-34-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"PAGE-34-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"PAGE-34-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"PAGE-34-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"PAGE-34-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"PAGE-34-1050x580.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"PAGE-34-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PAGE-34-150x150.jpg\";s:5:\"width\";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:\"PAGE-34-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"PAGE-34-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PAGE-34-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"PAGE-34-1050x516.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"PAGE-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"PAGE-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"PAGE-34-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"PAGE-34-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-34-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"PAGE-34-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-34-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-34-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"PAGE-34-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-34-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"PAGE-34-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"PAGE-34-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"PAGE-34-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"PAGE-34-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"PAGE-34-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"PAGE-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"PAGE-34-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1437,211,'_wp_attached_file','2017/03/PAGE-33.jpg'),(1438,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:700;s:4:\"file\";s:19:\"2017/03/PAGE-33.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"PAGE-33-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"PAGE-33-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"PAGE-33-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"PAGE-33-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"PAGE-33-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"PAGE-33-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"PAGE-33-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"PAGE-33-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"PAGE-33-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"PAGE-33-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"PAGE-33-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"PAGE-33-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"PAGE-33-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"PAGE-33-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"PAGE-33-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"PAGE-33-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"PAGE-33-1050x580.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"PAGE-33-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PAGE-33-150x150.jpg\";s:5:\"width\";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:\"PAGE-33-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"PAGE-33-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PAGE-33-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"PAGE-33-1050x516.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"PAGE-33-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"PAGE-33-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"PAGE-33-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"PAGE-33-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-33-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"PAGE-33-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-33-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-33-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"PAGE-33-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-33-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"PAGE-33-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"PAGE-33-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"PAGE-33-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"PAGE-33-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"PAGE-33-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"PAGE-33-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"PAGE-33-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:49:\"www.ryandinham.co.uk     contact@ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1439,212,'_wp_attached_file','2017/03/PAGE-33-1.jpg'),(1440,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2017/03/PAGE-33-1.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"PAGE-33-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"PAGE-33-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"PAGE-33-1-1050x580.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"PAGE-33-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"PAGE-33-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"PAGE-33-1-1050x516.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"PAGE-33-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"PAGE-33-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1441,213,'_wp_attached_file','2017/03/PAGE-34-1.jpg'),(1442,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:700;s:4:\"file\";s:21:\"2017/03/PAGE-34-1.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"PAGE-34-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"PAGE-34-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"PAGE-34-1-1050x580.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"PAGE-34-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"PAGE-34-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"PAGE-34-1-1050x516.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"PAGE-34-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"PAGE-34-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1468,216,'_wp_attached_file','2017/03/PAGE-36.jpg'),(1469,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:19:\"2017/03/PAGE-36.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"PAGE-36-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"PAGE-36-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"PAGE-36-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"PAGE-36-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"PAGE-36-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"PAGE-36-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"PAGE-36-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"PAGE-36-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"PAGE-36-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"PAGE-36-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"PAGE-36-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"PAGE-36-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"PAGE-36-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"PAGE-36-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"PAGE-36-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"PAGE-36-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"PAGE-36-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"PAGE-36-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"PAGE-36-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"PAGE-36-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PAGE-36-150x150.jpg\";s:5:\"width\";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:\"PAGE-36-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"PAGE-36-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"PAGE-36-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"PAGE-36-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"PAGE-36-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"PAGE-36-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"PAGE-36-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"PAGE-36-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-36-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"PAGE-36-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-36-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"PAGE-36-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"PAGE-36-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"PAGE-36-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"PAGE-36-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"PAGE-36-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"PAGE-36-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"PAGE-36-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"PAGE-36-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"PAGE-36-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"PAGE-36-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:12:\"Harmit Kambo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1470941034\";s:9:\"copyright\";s:17:\"Harmit Kambo 2015\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1492,219,'_wp_attached_file','2017/03/PAGE-9-SmokedCatalanAlmonds.jpg'),(1493,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:39:\"2017/03/PAGE-9-SmokedCatalanAlmonds.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"PAGE-9-SmokedCatalanAlmonds-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"PAGE-9-SmokedCatalanAlmonds-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"PAGE-9-SmokedCatalanAlmonds-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"PAGE-9-SmokedCatalanAlmonds-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"PAGE-9-SmokedCatalanAlmonds-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1494,220,'_wp_attached_file','2017/03/PAGE-9-Brindisa-Nuts-Range.jpg'),(1495,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1602;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2017/03/PAGE-9-Brindisa-Nuts-Range.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"PAGE-9-Brindisa-Nuts-Range-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"PAGE-9-Brindisa-Nuts-Range-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"PAGE-9-Brindisa-Nuts-Range-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"PAGE-9-Brindisa-Nuts-Range-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"PAGE-9-Brindisa-Nuts-Range-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"PAGE-9-Brindisa-Nuts-Range-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"PAGE-9-Brindisa-Nuts-Range-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"PAGE-9-Brindisa-Nuts-Range-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"PAGE-9-Brindisa-Nuts-Range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:39:\"Leaf Aptus 75(LF10076    )/Mamiya RZ 67\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1488365698\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.33333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1496,221,'_wp_attached_file','2017/03/PAGE-9-MarconaAlmonds2.jpg'),(1497,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2017/03/PAGE-9-MarconaAlmonds2.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"PAGE-9-MarconaAlmonds2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"PAGE-9-MarconaAlmonds2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"PAGE-9-MarconaAlmonds2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"PAGE-9-MarconaAlmonds2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"PAGE-9-MarconaAlmonds2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1502,224,'_wp_attached_file','2017/04/ONTRADEPROGRESSLOGO.jpg'),(1503,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:591;s:4:\"file\";s:31:\"2017/04/ONTRADEPROGRESSLOGO.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"ONTRADEPROGRESSLOGO-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x385.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x486.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x580.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x516.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x460.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"ONTRADEPROGRESSLOGO-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"ONTRADEPROGRESSLOGO-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1504,225,'_wp_attached_file','2017/04/ontradeprogressicon.jpg'),(1505,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:591;s:4:\"file\";s:31:\"2017/04/ontradeprogressicon.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"ontradeprogressicon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"ontradeprogressicon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x385.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x486.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x580.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ontradeprogressicon-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x516.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x460.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"ontradeprogressicon-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"ontradeprogressicon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1506,226,'_wp_attached_file','2017/04/cropped-ontradeprogressicon.jpg'),(1507,226,'_wp_attachment_context','site-icon'),(1508,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:39:\"2017/04/cropped-ontradeprogressicon.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"cropped-ontradeprogressicon-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-512x386.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-512x460.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"cropped-ontradeprogressicon-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:39:\"cropped-ontradeprogressicon-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:39:\"cropped-ontradeprogressicon-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:39:\"cropped-ontradeprogressicon-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:37:\"cropped-ontradeprogressicon-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:{}}}'),(1513,8,'_yoast_wpseo_focuskw_text_input','On-Trade Progress'),(1514,8,'_yoast_wpseo_focuskw','hospitality magazine'),(1515,8,'_yoast_wpseo_linkdex','41'),(1538,231,'_wp_attached_file','2017/04/CV-Library.jpg'),(1539,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:279;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2017/04/CV-Library.jpg\";s:5:\"sizes\";a:13:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"CV-Library-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"CV-Library-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"CV-Library-218x145.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"CV-Library-265x145.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CV-Library-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"CV-Library-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"CV-Library-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"CV-Library-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"CV-Library-233x145.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"CV-Library-269x145.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"CV-Library-235x145.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"CV-Library-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"CV-Library-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1545,234,'_wp_attached_file','2017/04/Barney.png'),(1604,240,'_wp_attached_file','2017/04/Welbilt_Logo_with_tagline_Process.tif'),(1605,242,'_wp_attached_file','2017/04/Welbilt_Logo_with_tagline_Process.jpg'),(1606,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:150;s:4:\"file\";s:45:\"2017/04/Welbilt_Logo_with_tagline_Process.jpg\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Welbilt_Logo_with_tagline_Process-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Welbilt_Logo_with_tagline_Process-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-265x150.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-324x150.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-324x150.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-324x150.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-356x150.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-356x150.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-485x150.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-533x150.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-534x150.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Welbilt_Logo_with_tagline_Process-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Welbilt_Logo_with_tagline_Process-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-351x150.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-351x150.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-343x150.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-233x150.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-536x150.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-269x150.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-474x150.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-235x150.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-326x150.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Welbilt_Logo_with_tagline_Process-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Welbilt_Logo_with_tagline_Process-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1611,243,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Your Phone Number (required)\n    [tel* tel-53] </label>\n\n[submit \"Send\"]'),(1612,243,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:39:\"On-Trade Progress \"Magazine Submission\"\";s:6:\"sender\";s:43:\"[your-name] <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:33:\"subscriptions@ontradeprogress.com\";s:4:\"body\";s:310:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\nThere has been a Magazine submission on your website. Here are their details:\n\nName:\n[your-name]\n\nEmail:\n[your-email]\n\nTelephone:\n[tel-53]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1613,243,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"On-Trade Progress \"[your-subject]\"\";s:6:\"sender\";s:49:\"On-Trade Progress <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\";s:18:\"additional_headers\";s:33:\"Reply-To: ryan@bwmediagroup.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1614,243,'_messages','a:23:{s:12:\"mail_sent_ok\";s:89:\"Please enter your details and we will be in touch shortly to confirm your subscription…\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(1615,243,'_additional_settings',''),(1616,243,'_locale','en_US'),(1617,23,'_yoast_wpseo_content_score','60'),(1667,248,'_wp_attached_file','2017/04/aniversari.jpg'),(1668,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3938;s:6:\"height\";i:2626;s:4:\"file\";s:22:\"2017/04/aniversari.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"aniversari-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"aniversari-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"aniversari-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"aniversari-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"aniversari-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"aniversari-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"aniversari-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"aniversari-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"aniversari-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"aniversari-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"aniversari-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"aniversari-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"aniversari-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"aniversari-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"aniversari-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"aniversari-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"aniversari-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"aniversari-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"aniversari-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"aniversari-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"aniversari-150x150.jpg\";s:5:\"width\";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:\"aniversari-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"aniversari-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"aniversari-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"aniversari-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"aniversari-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"aniversari-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"aniversari-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"aniversari-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"aniversari-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"aniversari-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"aniversari-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"aniversari-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"aniversari-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"aniversari-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"aniversari-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"aniversari-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"aniversari-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"aniversari-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"aniversari-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"aniversari-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"aniversari-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1669,249,'_wp_attached_file','2017/04/MG_9976.jpg'),(1670,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1575;s:6:\"height\";i:1046;s:4:\"file\";s:19:\"2017/04/MG_9976.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_9976-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"MG_9976-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"MG_9976-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"MG_9976-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"MG_9976-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"MG_9976-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"MG_9976-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"MG_9976-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"MG_9976-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"MG_9976-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"MG_9976-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"MG_9976-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"MG_9976-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"MG_9976-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"MG_9976-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"MG_9976-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"MG_9976-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"MG_9976-1068x709.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"MG_9976-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_9976-150x150.jpg\";s:5:\"width\";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:\"MG_9976-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_9976-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"MG_9976-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"MG_9976-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"MG_9976-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"MG_9976-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"MG_9976-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"MG_9976-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"MG_9976-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"MG_9976-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"MG_9976-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"MG_9976-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"MG_9976-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"MG_9976-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"MG_9976-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"MG_9976-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"MG_9976-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"MG_9976-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"MG_9976-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"MG_9976-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"MG_9976-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472129482\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1671,250,'_wp_attached_file','2017/04/MG_0022.jpg'),(1672,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1575;s:6:\"height\";i:979;s:4:\"file\";s:19:\"2017/04/MG_0022.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_0022-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"MG_0022-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"MG_0022-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"MG_0022-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"MG_0022-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"MG_0022-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"MG_0022-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"MG_0022-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"MG_0022-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"MG_0022-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"MG_0022-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"MG_0022-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"MG_0022-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"MG_0022-696x433.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"MG_0022-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"MG_0022-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"MG_0022-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"MG_0022-1068x664.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"MG_0022-676x420.jpg\";s:5:\"width\";i:676;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0022-150x150.jpg\";s:5:\"width\";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:\"MG_0022-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_0022-1024x637.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"MG_0022-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"MG_0022-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"MG_0022-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"MG_0022-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"MG_0022-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"MG_0022-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"MG_0022-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"MG_0022-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"MG_0022-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"MG_0022-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"MG_0022-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"MG_0022-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"MG_0022-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"MG_0022-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"MG_0022-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"MG_0022-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"MG_0022-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"MG_0022-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"MG_0022-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472129937\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1711,265,'_wp_attached_file','2017/04/article-support-1.jpg'),(1712,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2375;s:6:\"height\";i:1585;s:4:\"file\";s:29:\"2017/04/article-support-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"article-support-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"article-support-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"article-support-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"article-support-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"article-support-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"article-support-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"article-support-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"article-support-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"article-support-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"article-support-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"article-support-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"article-support-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"article-support-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"article-support-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"article-support-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"article-support-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"article-support-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"article-support-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"article-support-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"article-support-1-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"article-support-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:\"article-support-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"article-support-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"article-support-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"article-support-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"article-support-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"article-support-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"article-support-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"article-support-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"article-support-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"article-support-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"article-support-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"article-support-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"article-support-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"article-support-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"article-support-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"article-support-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"article-support-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"article-support-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"article-support-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"article-support-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"article-support-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1713,266,'_wp_attached_file','2017/04/Brautradition_Glas_Close-Up.jpg'),(1714,267,'_wp_attached_file','2017/04/Brautradition_Stilleben.jpg'),(1715,268,'_wp_attached_file','2017/04/Brautradition_Glas_Close-Up-1.jpg'),(1716,269,'_wp_attached_file','2017/04/Brautradition_Braustube_Anstossen_1.jpg'),(1717,270,'_wp_attached_file','2017/04/Brautradition_Brauerabsprache.jpg'),(1729,272,'_wp_attached_file','2017/04/Brautradition_Glas_Close-Up-2.jpg'),(1730,273,'_wp_attached_file','2017/04/Brautradition_Stilleben-1.jpg'),(1731,274,'_wp_attached_file','2017/04/Brautradition_Glas_Close-Up3.gif'),(1732,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:40:\"2017/04/Brautradition_Glas_Close-Up3.gif\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-768x512.gif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Brautradition_Glas_Close-Up3-80x60.gif\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up3-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-218x150.gif\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-265x198.gif\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-324x160.gif\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-324x235.gif\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-324x400.gif\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-356x220.gif\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-356x364.gif\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-485x360.gif\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-533x261.gif\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-534x462.gif\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-696x464.gif\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-696x385.gif\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-741x486.gif\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up3-1068x580.gif\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up3-1068x712.gif\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-630x420.gif\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up3-1920x1280.gif\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-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:40:\"Brautradition_Glas_Close-Up3-300x200.gif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up3-1024x683.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up3-110x96.gif\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up3-1078x516.gif\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-702x336.gif\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-702x336.gif\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-351x185.gif\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-351x185.gif\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-168x137.gif\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-214x140.gif\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-343x215.gif\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-233x300.gif\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-536x386.gif\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-269x192.gif\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-600x460.gif\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-474x240.gif\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-235x216.gif\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-326x205.gif\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up3-164x82.gif\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-702x336.gif\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up3-214x140.gif\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(1737,276,'_edit_last','1'),(1738,276,'_wp_page_template','default'),(1739,276,'panels_data','a:0:{}'),(1740,276,'slide_template','default'),(1741,276,'_bunyad_page_title','yes'),(1742,276,'_bunyad_slider_number','5'),(1743,276,'_yoast_wpseo_content_score','60'),(1744,276,'_edit_lock','1584634646:1'),(1768,280,'_wp_attached_file','2017/04/NWYC.jpg'),(1769,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:2353;s:4:\"file\";s:16:\"2017/04/NWYC.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"NWYC-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"NWYC-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"NWYC-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"NWYC-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"NWYC-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"NWYC-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"NWYC-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"NWYC-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"NWYC-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"NWYC-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"NWYC-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"NWYC-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"NWYC-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"NWYC-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"NWYC-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"NWYC-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"NWYC-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"NWYC-1068x709.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"NWYC-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:18:\"NWYC-1920x1275.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"NWYC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"NWYC-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"NWYC-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"NWYC-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"NWYC-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"NWYC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"NWYC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"NWYC-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"NWYC-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"NWYC-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"NWYC-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"NWYC-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"NWYC-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"NWYC-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"NWYC-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"NWYC-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"NWYC-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"NWYC-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"NWYC-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"NWYC-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"NWYC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"NWYC-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399460855\";s:9:\"copyright\";s:21:\"Mark Carr Phootgraphy\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:21:\"Mark Carr Photography\";}}}'),(1822,287,'_wp_attached_file','2017/04/THREE-SIXTY-Product-Shot.png'),(1823,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:3522;s:4:\"file\";s:36:\"2017/04/THREE-SIXTY-Product-Shot.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"THREE-SIXTY-Product-Shot-768x2290.png\";s:5:\"width\";i:768;s:6:\"height\";i:2290;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"THREE-SIXTY-Product-Shot-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"THREE-SIXTY-Product-Shot-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"THREE-SIXTY-Product-Shot-696x2076.png\";s:5:\"width\";i:696;s:6:\"height\";i:2076;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"THREE-SIXTY-Product-Shot-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"THREE-SIXTY-Product-Shot-1068x3185.png\";s:5:\"width\";i:1068;s:6:\"height\";i:3185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-141x420.png\";s:5:\"width\";i:141;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-101x300.png\";s:5:\"width\";i:101;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"THREE-SIXTY-Product-Shot-343x1024.png\";s:5:\"width\";i:343;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"THREE-SIXTY-Product-Shot-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"THREE-SIXTY-Product-Shot-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"THREE-SIXTY-Product-Shot-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"THREE-SIXTY-Product-Shot-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(1828,289,'_bunyad_cat_label','0'),(1829,289,'_bunyad_featured_disable','0'),(1830,289,'_bunyad_layout_style','right'),(1831,289,'_edit_last','1'),(1832,289,'_edit_lock','1493115705:1'),(1833,289,'_thumbnail_id','290'),(1834,289,'slide_template','default'),(1835,289,'_bunyad_featured_post','1'),(1836,289,'_bunyad_layout_template','modern'),(1837,289,'_bunyad_reviews','0'),(1838,289,'_bunyad_review_pos','none'),(1839,289,'_bunyad_review_type','points'),(1840,289,'_bunyad_review_verdict','Awesome'),(1841,289,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(1842,289,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(1843,289,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(1844,289,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(1845,289,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(1846,289,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(1847,289,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(1848,289,'_yoast_wpseo_content_score','30'),(1849,289,'_yoast_wpseo_primary_category','2'),(1850,290,'_wp_attached_file','2017/04/Belvoirs-Wine-Alternatives.jpg'),(1851,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:817;s:4:\"file\";s:38:\"2017/04/Belvoirs-Wine-Alternatives.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Belvoirs-Wine-Alternatives-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Belvoirs-Wine-Alternatives-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-696x491.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"Belvoirs-Wine-Alternatives-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Belvoirs-Wine-Alternatives-1068x754.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-595x420.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Belvoirs-Wine-Alternatives-1024x722.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Belvoirs-Wine-Alternatives-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"Belvoirs-Wine-Alternatives-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Belvoirs-Wine-Alternatives-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Belvoirs-Wine-Alternatives-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1852,289,'_yoast_wpseo_focuskw_text_input','Wine'),(1853,289,'_yoast_wpseo_focuskw','Wine'),(1854,289,'_yoast_wpseo_linkdex','83'),(1857,292,'_bunyad_cat_label','0'),(1858,292,'_bunyad_featured_disable','0'),(1859,292,'_bunyad_layout_style','right'),(1860,292,'_edit_last','1'),(1861,292,'_edit_lock','1492770176:1'),(1862,292,'_thumbnail_id','295'),(1863,292,'slide_template','default'),(1864,292,'_bunyad_featured_post','1'),(1865,292,'_bunyad_layout_template','modern'),(1866,292,'_bunyad_reviews','0'),(1867,292,'_bunyad_review_pos','none'),(1868,292,'_bunyad_review_type','points'),(1869,292,'_bunyad_review_verdict','Awesome'),(1870,292,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(1871,292,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(1872,292,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(1873,292,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(1874,292,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(1875,292,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(1876,292,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(1877,292,'_yoast_wpseo_content_score','30'),(1878,292,'_yoast_wpseo_primary_category','2'),(1879,292,'_yoast_wpseo_focuskw_text_input','Gill Meller'),(1880,292,'_yoast_wpseo_focuskw','Gill Meller'),(1881,292,'_yoast_wpseo_linkdex','75'),(1882,293,'_wp_attached_file','2017/04/The-most-popular-flavours.jpg'),(1883,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1268;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2017/04/The-most-popular-flavours.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"The-most-popular-flavours-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"The-most-popular-flavours-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-696x274.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"The-most-popular-flavours-1068x500.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"The-most-popular-flavours-1068x421.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"The-most-popular-flavours-1065x420.jpg\";s:5:\"width\";i:1065;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"The-most-popular-flavours-1024x404.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"The-most-popular-flavours-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"The-most-popular-flavours-1078x500.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"The-most-popular-flavours-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"The-most-popular-flavours-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1884,295,'_wp_attached_file','2017/04/Gill-Meller.png'),(1885,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:839;s:6:\"height\";i:753;s:4:\"file\";s:23:\"2017/04/Gill-Meller.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-768x689.png\";s:5:\"width\";i:768;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Gill-Meller-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Gill-Meller-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-696x625.png\";s:5:\"width\";i:696;s:6:\"height\";i:625;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-839x580.png\";s:5:\"width\";i:839;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-468x420.png\";s:5:\"width\";i:468;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Gill-Meller-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-839x516.png\";s:5:\"width\";i:839;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Gill-Meller-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Gill-Meller-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(1892,299,'_bunyad_cat_label','0'),(1893,299,'_bunyad_featured_disable','0'),(1894,299,'_bunyad_layout_style','right'),(1895,299,'_edit_last','1'),(1896,299,'_edit_lock','1493025910:1'),(1897,299,'_thumbnail_id','73'),(1898,299,'slide_template','default'),(1899,299,'_bunyad_featured_post','1'),(1900,299,'_bunyad_layout_template','modern'),(1901,299,'_bunyad_reviews','0'),(1902,299,'_bunyad_review_pos','none'),(1903,299,'_bunyad_review_type','points'),(1904,299,'_bunyad_review_verdict','Awesome'),(1905,299,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(1906,299,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(1907,299,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(1908,299,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(1909,299,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(1910,299,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(1911,299,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(1912,299,'_yoast_wpseo_content_score','30'),(1913,299,'_yoast_wpseo_primary_category','8'),(1914,299,'_yoast_wpseo_focuskw_text_input','Business Rates Reform'),(1915,299,'_yoast_wpseo_focuskw','Business Rates Reform'),(1916,299,'_yoast_wpseo_linkdex','83'),(1917,301,'_wp_attached_file','2017/04/ALMR.jpg'),(1918,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:227;s:6:\"height\";i:165;s:4:\"file\";s:16:\"2017/04/ALMR.jpg\";s:5:\"sizes\";a:10:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"ALMR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"ALMR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"ALMR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"ALMR-227x160.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ALMR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"ALMR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"ALMR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"ALMR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"ALMR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"ALMR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1929,304,'_yoast_wpseo_is_cornerstone',''),(1930,304,'_bunyad_featured_disable','0'),(1931,304,'_bunyad_cat_label','0'),(1932,304,'_bunyad_layout_style','right'),(1933,304,'_edit_last','1'),(1934,304,'_edit_lock','1493115668:1'),(1935,304,'_thumbnail_id','64'),(1936,304,'slide_template','default'),(1937,304,'_bunyad_featured_post','1'),(1938,304,'_bunyad_layout_template','modern'),(1939,304,'_bunyad_reviews','0'),(1940,304,'_bunyad_review_pos','none'),(1941,304,'_bunyad_review_type','points'),(1942,304,'_bunyad_review_verdict','Awesome'),(1943,304,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(1944,304,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(1945,304,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(1946,304,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(1947,304,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(1948,304,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(1949,304,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(1950,304,'_yoast_wpseo_content_score','30'),(1951,304,'_yoast_wpseo_primary_category','8'),(1952,304,'_yoast_wpseo_focuskw_text_input','commercial water market'),(1953,304,'_yoast_wpseo_focuskw','commercial water market'),(1954,304,'_yoast_wpseo_linkdex','65'),(1957,304,'_wp_old_slug','business-rates-reform'),(1962,289,'_yoast_wpseo_is_cornerstone',''),(1964,310,'_yoast_wpseo_is_cornerstone',''),(1965,310,'_bunyad_featured_disable','0'),(1966,310,'_yoast_wpseo_is_cornerstone',''),(1967,310,'_bunyad_cat_label','0'),(1968,310,'_bunyad_layout_style','right'),(1969,310,'_edit_last','1'),(1970,310,'_edit_lock','1494361950:1'),(1971,310,'_thumbnail_id','311'),(1972,310,'slide_template','default'),(1973,310,'_bunyad_featured_post','1'),(1974,310,'_bunyad_layout_template','modern'),(1975,310,'_bunyad_reviews','0'),(1976,310,'_bunyad_review_pos','none'),(1977,310,'_bunyad_review_type','points'),(1978,310,'_bunyad_review_verdict','Awesome'),(1979,310,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(1980,310,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(1981,310,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(1982,310,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(1983,310,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(1984,310,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(1985,310,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(1986,310,'_yoast_wpseo_content_score','30'),(1987,310,'_yoast_wpseo_primary_category','3'),(1988,310,'_yoast_wpseo_focuskw_text_input','Curry Flavour Seasoning'),(1989,310,'_yoast_wpseo_focuskw','Curry Flavour Seasoning'),(1990,310,'_yoast_wpseo_linkdex','43'),(1991,310,'_wp_old_slug','business-rates-reform'),(1992,311,'_wp_attached_file','2017/05/Unbar-Curries-Flavour.jpg'),(1993,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1587;s:6:\"height\";i:1918;s:4:\"file\";s:33:\"2017/05/Unbar-Curries-Flavour.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-768x928.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Unbar-Curries-Flavour-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Unbar-Curries-Flavour-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-696x841.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Unbar-Curries-Flavour-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Unbar-Curries-Flavour-1068x1291.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-348x420.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Unbar-Curries-Flavour-847x1024.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Unbar-Curries-Flavour-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"Unbar-Curries-Flavour-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"Unbar-Curries-Flavour-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"Unbar-Curries-Flavour-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:29:\"Konica Digital Camera KD-500Z\";s:7:\"caption\";s:21:\"Unbar Curries Flavour\";s:17:\"created_timestamp\";s:10:\"1009843239\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0442\";s:5:\"title\";s:21:\"Unbar Curries Flavour\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1994,312,'_wp_attached_file','2017/05/McCain-Foodservice.png'),(1995,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:373;s:6:\"height\";i:241;s:4:\"file\";s:30:\"2017/05/McCain-Foodservice.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"McCain-Foodservice-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"McCain-Foodservice-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-324x241.png\";s:5:\"width\";i:324;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-356x241.png\";s:5:\"width\";i:356;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"McCain-Foodservice-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-233x241.png\";s:5:\"width\";i:233;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-373x240.png\";s:5:\"width\";i:373;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"McCain-Foodservice-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"McCain-Foodservice-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(1996,313,'_wp_attached_file','2017/05/Gluten-free.jpg'),(1997,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1178;s:6:\"height\";i:1690;s:4:\"file\";s:23:\"2017/05/Gluten-free.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Gluten-free-768x1102.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Gluten-free-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Gluten-free-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Gluten-free-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Gluten-free-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Gluten-free-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Gluten-free-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Gluten-free-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Gluten-free-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Gluten-free-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Gluten-free-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Gluten-free-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Gluten-free-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Gluten-free-696x999.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Gluten-free-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Gluten-free-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Gluten-free-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"Gluten-free-1068x1532.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Gluten-free-293x420.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Gluten-free-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Gluten-free-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Gluten-free-714x1024.jpg\";s:5:\"width\";i:714;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Gluten-free-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"Gluten-free-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"Gluten-free-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"Gluten-free-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"Gluten-free-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"Gluten-free-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Gluten-free-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Gluten-free-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"Gluten-free-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Gluten-free-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"Gluten-free-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Gluten-free-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"Gluten-free-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"Gluten-free-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Gluten-free-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"Gluten-free-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Gluten-free-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"Gluten-free-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Gluten-free-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:29:\"Konica Digital Camera KD-500Z\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1009854768\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0042\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2000,315,'_yoast_wpseo_is_cornerstone',''),(2001,315,'_yoast_wpseo_content_score','30'),(2002,315,'_yoast_wpseo_primary_category','3'),(2003,315,'_yoast_wpseo_focuskw_text_input','free from sausages'),(2004,315,'_yoast_wpseo_focuskw','free from sausages'),(2005,315,'_yoast_wpseo_linkdex','45'),(2006,315,'_wp_old_slug','business-rates-reform'),(2007,315,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2008,315,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2009,315,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2010,315,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2011,315,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2012,315,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2013,315,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2014,315,'_bunyad_review_type','points'),(2015,315,'_bunyad_review_verdict','Awesome'),(2016,315,'_bunyad_review_pos','none'),(2017,315,'_bunyad_layout_template','modern'),(2018,315,'_bunyad_reviews','0'),(2019,315,'_bunyad_featured_post','1'),(2020,315,'_thumbnail_id','313'),(2021,315,'slide_template','default'),(2022,315,'_edit_last','1'),(2023,315,'_edit_lock','1494362579:1'),(2024,315,'_bunyad_layout_style','right'),(2025,315,'_bunyad_cat_label','0'),(2026,315,'_yoast_wpseo_is_cornerstone',''),(2027,315,'_bunyad_featured_disable','0'),(2028,315,'_yoast_wpseo_is_cornerstone',''),(2031,317,'_yoast_wpseo_is_cornerstone',''),(2032,317,'_yoast_wpseo_primary_category','4'),(2033,317,'_yoast_wpseo_is_cornerstone',''),(2034,317,'_yoast_wpseo_content_score','30'),(2035,317,'_yoast_wpseo_focuskw_text_input','CAMRA On-Trade Progress'),(2036,317,'_yoast_wpseo_linkdex','61'),(2037,317,'_yoast_wpseo_focuskw','CAMRA On-Trade Progress'),(2038,317,'_wp_old_slug','business-rates-reform'),(2039,317,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2040,317,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2041,317,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2042,317,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2043,317,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2044,317,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2045,317,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2046,317,'_bunyad_review_type','points'),(2047,317,'_bunyad_review_verdict','Awesome'),(2048,317,'_bunyad_review_pos','none'),(2049,317,'_bunyad_layout_template','modern'),(2050,317,'_bunyad_reviews','0'),(2051,317,'_bunyad_featured_post','1'),(2052,317,'_thumbnail_id','321'),(2053,317,'slide_template','default'),(2054,317,'_edit_last','1'),(2055,317,'_edit_lock','1495562999:1'),(2056,317,'_bunyad_layout_style','right'),(2057,317,'_bunyad_cat_label','0'),(2058,317,'_yoast_wpseo_is_cornerstone',''),(2059,317,'_bunyad_featured_disable','0'),(2060,317,'_yoast_wpseo_is_cornerstone',''),(2061,318,'_wp_attached_file','2017/05/Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing.jpg'),(2062,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:92:\"2017/05/Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:90:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:91:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:93:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:93:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:94:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:93:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:91:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:93:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:91:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:92:\"Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:28:\"Grilled steak and vegetables\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"Lynx purchasing licensed image\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Grilled steak and vegetables\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2066,321,'_wp_attached_file','2017/05/page-15-Tim-Page.jpg'),(2067,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2848;s:4:\"file\";s:28:\"2017/05/page-15-Tim-Page.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"page-15-Tim-Page-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"page-15-Tim-Page-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"page-15-Tim-Page-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"page-15-Tim-Page-1068x709.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"page-15-Tim-Page-1920x1275.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"page-15-Tim-Page-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"page-15-Tim-Page-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"page-15-Tim-Page-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"page-15-Tim-Page-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"page-15-Tim-Page-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:11:\"Tom Stainer\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1491650417\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:20:{i:0;s:4:\"2017\";i:1;s:15:\"members weekend\";i:2;s:6:\"Events\";i:3;s:32:\"members_weekend_2017_DSC6458.jpg\";i:4;s:11:\"Bournemouth\";i:5;s:15:\"Members Weekend\";i:6;s:9:\"Portfolio\";i:7;s:15:\"conference 2017\";i:8;s:8:\"tim page\";i:9;s:3:\"agm\";i:10;s:16:\"members\' weekend\";i:11;s:8:\"agm 2017\";i:12;s:21:\"members\' weekend 2017\";i:13;s:31:\"Campaign For Real Ale LTD Files\";i:14;s:10:\"conference\";i:15;s:16:\"member\'s weekend\";i:16;s:15:\"chief executive\";i:17;s:10:\"Conference\";i:18;s:9:\"Volunteer\";i:19;s:3:\"AGM\";}}}'),(2070,317,'_wp_old_slug','menu-spring-clean'),(2071,323,'_yoast_wpseo_is_cornerstone',''),(2072,323,'_yoast_wpseo_primary_category','4'),(2073,323,'_yoast_wpseo_is_cornerstone',''),(2074,323,'_yoast_wpseo_is_cornerstone',''),(2075,323,'_yoast_wpseo_content_score','90'),(2076,323,'_yoast_wpseo_focuskw_text_input','Cocktail'),(2077,323,'_yoast_wpseo_linkdex','79'),(2078,323,'_yoast_wpseo_focuskw','Cocktail'),(2079,323,'_wp_old_slug','business-rates-reform'),(2080,323,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2081,323,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2082,323,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2083,323,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2084,323,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2085,323,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2086,323,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2087,323,'_bunyad_review_type','points'),(2088,323,'_bunyad_review_verdict','Awesome'),(2089,323,'_bunyad_review_pos','none'),(2090,323,'_bunyad_layout_template','modern'),(2091,323,'_bunyad_reviews','0'),(2092,323,'_bunyad_featured_post','1'),(2093,323,'_thumbnail_id','324'),(2094,323,'slide_template','default'),(2095,323,'_edit_last','1'),(2096,323,'_edit_lock','1528807777:1'),(2097,323,'_bunyad_layout_style','right'),(2098,323,'_bunyad_cat_label','0'),(2099,323,'_yoast_wpseo_is_cornerstone',''),(2100,323,'_bunyad_featured_disable','0'),(2101,323,'_yoast_wpseo_is_cornerstone',''),(2102,323,'_wp_old_slug','menu-spring-clean'),(2103,324,'_wp_attached_file','2017/05/PAGE-18-southern-breeeze.jpg'),(2104,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:36:\"2017/05/PAGE-18-southern-breeeze.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"PAGE-18-southern-breeeze-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"PAGE-18-southern-breeeze-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"PAGE-18-southern-breeeze-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"PAGE-18-southern-breeeze-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"PAGE-18-southern-breeeze-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"PAGE-18-southern-breeeze-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"PAGE-18-southern-breeeze-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"PAGE-18-southern-breeeze-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"PAGE-18-southern-breeeze-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"PAGE-18-southern-breeeze-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424785874\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2140,328,'_wp_attached_file','2017/05/PAGE-24-25-Salty-Dog-Chorizo.jpeg'),(2141,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:827;s:6:\"height\";i:1157;s:4:\"file\";s:41:\"2017/05/PAGE-24-25-Salty-Dog-Chorizo.jpeg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"PAGE-24-25-Salty-Dog-Chorizo-768x1074.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1074;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"PAGE-24-25-Salty-Dog-Chorizo-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"PAGE-24-25-Salty-Dog-Chorizo-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-696x974.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:974;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-827x580.jpeg\";s:5:\"width\";i:827;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-300x420.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-214x300.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"PAGE-24-25-Salty-Dog-Chorizo-732x1024.jpeg\";s:5:\"width\";i:732;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"PAGE-24-25-Salty-Dog-Chorizo-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-827x516.jpeg\";s:5:\"width\";i:827;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"PAGE-24-25-Salty-Dog-Chorizo-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"PAGE-24-25-Salty-Dog-Chorizo-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2142,329,'_wp_attached_file','2017/05/PAGE-24-25-BRINDISA.jpg'),(2143,329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:31:\"2017/05/PAGE-24-25-BRINDISA.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"PAGE-24-25-BRINDISA-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-BRINDISA-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-BRINDISA-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-BRINDISA-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-BRINDISA-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2144,330,'_wp_attached_file','2017/05/PAGE-24-25-Popcorn.jpg'),(2145,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2184;s:6:\"height\";i:3246;s:4:\"file\";s:30:\"2017/05/PAGE-24-25-Popcorn.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-Popcorn-768x1141.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"PAGE-24-25-Popcorn-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"PAGE-24-25-Popcorn-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-Popcorn-696x1034.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-Popcorn-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"PAGE-24-25-Popcorn-1068x1587.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-283x420.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"PAGE-24-25-Popcorn-1920x2854.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-Popcorn-689x1024.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"PAGE-24-25-Popcorn-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"PAGE-24-25-Popcorn-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"PAGE-24-25-Popcorn-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"PAGE-24-25-Popcorn-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2146,331,'_wp_attached_file','2017/05/Page-24-25-Snaffling.jpg'),(2147,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:1181;s:4:\"file\";s:32:\"2017/05/Page-24-25-Snaffling.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Page-24-25-Snaffling-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Page-24-25-Snaffling-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Page-24-25-Snaffling-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Page-24-25-Snaffling-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Page-24-25-Snaffling-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Page-24-25-Snaffling-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Page-24-25-Snaffling-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Page-24-25-Snaffling-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Page-24-25-Snaffling-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2148,335,'_wp_attached_file','2017/05/The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps.png'),(2149,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:361;s:6:\"height\";i:441;s:4:\"file\";s:60:\"2017/05/The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x360.png\";s:5:\"width\";i:361;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x261.png\";s:5:\"width\";i:361;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x385.png\";s:5:\"width\";i:361;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-344x420.png\";s:5:\"width\";i:344;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-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:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x336.png\";s:5:\"width\";i:361;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x336.png\";s:5:\"width\";i:361;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x386.png\";s:5:\"width\";i:361;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x240.png\";s:5:\"width\";i:361;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:59:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-361x336.png\";s:5:\"width\";i:361;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:60:\"The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(2152,337,'_yoast_wpseo_is_cornerstone',''),(2153,337,'_yoast_wpseo_is_cornerstone',''),(2154,337,'_yoast_wpseo_is_cornerstone',''),(2155,337,'_yoast_wpseo_primary_category','4'),(2156,337,'_yoast_wpseo_is_cornerstone',''),(2157,337,'_yoast_wpseo_is_cornerstone',''),(2158,337,'_yoast_wpseo_content_score','90'),(2159,337,'_yoast_wpseo_focuskw_text_input','Bagged Snacks'),(2160,337,'_yoast_wpseo_linkdex','71'),(2161,337,'_yoast_wpseo_focuskw','Bagged Snacks'),(2162,337,'_wp_old_slug','business-rates-reform'),(2163,337,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2164,337,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2165,337,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2166,337,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2167,337,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2168,337,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2169,337,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2170,337,'_bunyad_review_type','points'),(2171,337,'_bunyad_review_verdict','Awesome'),(2172,337,'_bunyad_review_pos','none'),(2173,337,'_bunyad_layout_template','modern'),(2174,337,'_bunyad_reviews','0'),(2175,337,'_bunyad_featured_post','1'),(2176,337,'_thumbnail_id','331'),(2177,337,'slide_template','default'),(2178,337,'_edit_last','1'),(2179,337,'_edit_lock','1538491094:1'),(2180,337,'_bunyad_layout_style','right'),(2181,337,'_bunyad_cat_label','0'),(2182,337,'_yoast_wpseo_is_cornerstone',''),(2183,337,'_bunyad_featured_disable','0'),(2184,337,'_yoast_wpseo_is_cornerstone',''),(2185,337,'_wp_old_slug','menu-spring-clean'),(2187,340,'_wp_attached_file','2017/05/excel-banner.jpg'),(2188,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:80;s:4:\"file\";s:24:\"2017/05/excel-banner.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"excel-banner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"excel-banner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"excel-banner-218x80.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"excel-banner-265x80.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"excel-banner-324x80.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"excel-banner-324x80.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"excel-banner-324x80.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"excel-banner-356x80.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"excel-banner-356x80.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"excel-banner-485x80.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"excel-banner-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"excel-banner-300x48.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"excel-banner-110x80.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"excel-banner-351x80.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"excel-banner-351x80.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"excel-banner-168x80.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"excel-banner-214x80.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"excel-banner-343x80.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"excel-banner-233x80.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"excel-banner-269x80.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"excel-banner-474x80.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"excel-banner-235x80.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"excel-banner-326x80.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"excel-banner-164x80.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"excel-banner-214x80.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:80;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:{}}}'),(2189,340,'_wp_attachment_image_alt','Excel Banner'),(2195,343,'_yoast_wpseo_primary_category','4'),(2198,343,'_yoast_wpseo_content_score','60'),(2199,343,'_yoast_wpseo_focuskw_text_input','Cocktail'),(2200,343,'_yoast_wpseo_linkdex','59'),(2201,343,'_yoast_wpseo_focuskw','Cocktail'),(2202,343,'_wp_old_slug','business-rates-reform'),(2203,343,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2204,343,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2205,343,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2206,343,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2207,343,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2208,343,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2209,343,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2210,343,'_bunyad_review_type','points'),(2211,343,'_bunyad_review_verdict','Awesome'),(2212,343,'_bunyad_review_pos','none'),(2213,343,'_bunyad_layout_template','modern'),(2214,343,'_bunyad_reviews','0'),(2215,343,'_bunyad_featured_post','1'),(2217,343,'slide_template','default'),(2218,343,'_edit_last','1'),(2219,343,'_edit_lock','1497955443:1'),(2220,343,'_bunyad_layout_style','right'),(2221,343,'_bunyad_cat_label','0'),(2223,343,'_bunyad_featured_disable','0'),(2225,343,'_wp_old_slug','menu-spring-clean'),(2226,343,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2227,343,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2228,344,'_wp_attached_file','2017/06/page-18-vodka-bottle.jpg'),(2229,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1065;s:6:\"height\";i:1600;s:4:\"file\";s:32:\"2017/06/page-18-vodka-bottle.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"page-18-vodka-bottle-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"page-18-vodka-bottle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"page-18-vodka-bottle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"page-18-vodka-bottle-696x1046.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1046;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"page-18-vodka-bottle-1065x580.jpg\";s:5:\"width\";i:1065;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"page-18-vodka-bottle-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"page-18-vodka-bottle-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"page-18-vodka-bottle-1065x516.jpg\";s:5:\"width\";i:1065;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"page-18-vodka-bottle-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"page-18-vodka-bottle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2230,345,'_wp_attached_file','2017/06/page-18-hackney-woo-woo.jpg'),(2231,346,'_wp_attached_file','2017/06/page-18-hackney-woo-woo-1.jpg'),(2232,347,'_wp_attached_file','2017/06/hackney-woo-woo.gif'),(2233,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3668;s:6:\"height\";i:5502;s:4:\"file\";s:27:\"2017/06/hackney-woo-woo.gif\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"hackney-woo-woo-768x1152.gif\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"hackney-woo-woo-80x60.gif\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"hackney-woo-woo-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-218x150.gif\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-265x198.gif\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-324x160.gif\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-324x235.gif\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-324x400.gif\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-356x220.gif\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-356x364.gif\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-485x360.gif\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-533x261.gif\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-534x462.gif\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"hackney-woo-woo-696x1044.gif\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-696x385.gif\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-741x486.gif\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"hackney-woo-woo-1068x580.gif\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"hackney-woo-woo-1068x1602.gif\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-280x420.gif\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"hackney-woo-woo-1920x2880.gif\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-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:27:\"hackney-woo-woo-200x300.gif\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"hackney-woo-woo-683x1024.gif\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"hackney-woo-woo-110x96.gif\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"hackney-woo-woo-1078x516.gif\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-702x336.gif\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-702x336.gif\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-351x185.gif\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-351x185.gif\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-168x137.gif\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-214x140.gif\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-343x215.gif\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-233x300.gif\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-536x386.gif\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-269x192.gif\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-600x460.gif\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-474x240.gif\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-235x216.gif\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-326x205.gif\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"hackney-woo-woo-164x82.gif\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-702x336.gif\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"hackney-woo-woo-214x140.gif\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(2236,343,'_thumbnail_id','344'),(2239,349,'_yoast_wpseo_primary_category','4'),(2240,349,'_yoast_wpseo_content_score','30'),(2241,349,'_yoast_wpseo_focuskw_text_input','soft drinks'),(2242,349,'_yoast_wpseo_linkdex','79'),(2243,349,'_yoast_wpseo_focuskw','soft drinks'),(2244,349,'_wp_old_slug','business-rates-reform'),(2245,349,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2246,349,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2247,349,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2248,349,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2249,349,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2250,349,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2251,349,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2252,349,'_bunyad_review_type','points'),(2253,349,'_bunyad_review_verdict','Awesome'),(2254,349,'_bunyad_review_pos','none'),(2255,349,'_bunyad_layout_template','modern'),(2256,349,'_bunyad_reviews','0'),(2257,349,'_bunyad_featured_post','1'),(2258,349,'slide_template','default'),(2259,349,'_edit_last','1'),(2260,349,'_edit_lock','1497971076:1'),(2261,349,'_bunyad_layout_style','right'),(2262,349,'_bunyad_cat_label','0'),(2263,349,'_thumbnail_id','353'),(2264,349,'_bunyad_featured_disable','0'),(2265,349,'_wp_old_slug','menu-spring-clean'),(2266,349,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2267,349,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2268,350,'_wp_attached_file','2017/06/Page-20-Heineken.jpg'),(2269,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:824;s:6:\"height\";i:3076;s:4:\"file\";s:28:\"2017/06/Page-20-Heineken.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Page-20-Heineken-768x2867.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Page-20-Heineken-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Page-20-Heineken-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Page-20-Heineken-696x2598.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-824x580.jpg\";s:5:\"width\";i:824;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-113x420.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-150x150.jpg\";s:5:\"width\";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:\"Page-20-Heineken-80x300.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Page-20-Heineken-274x1024.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Page-20-Heineken-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-824x516.jpg\";s:5:\"width\";i:824;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Page-20-Heineken-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Page-20-Heineken-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2270,351,'_wp_attached_file','2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg'),(2271,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1338;s:6:\"height\";i:3543;s:4:\"file\";s:45:\"2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-768x2034.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2034;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-696x1843.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-1068x2828.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2828;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-159x420.jpg\";s:5:\"width\";i:159;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-150x150.jpg\";s:5:\"width\";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:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-113x300.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-387x1024.jpg\";s:5:\"width\";i:387;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Page-20-Le-Fruit-de-MONIN-Rhubarb-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:14:\"Denis Fourquet\";s:6:\"camera\";s:30:\"Hasselblad CF-22 - Mamiya RZ67\";s:7:\"caption\";s:3:\"040\";s:17:\"created_timestamp\";s:10:\"1296691200\";s:9:\"copyright\";s:19:\"Atelier Grand Angle\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00099999830126762\";s:5:\"title\";s:3:\"040\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2272,352,'_wp_attached_file','2017/06/Page-20-Temp-Spirit.jpg'),(2273,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3053;s:6:\"height\";i:2151;s:4:\"file\";s:31:\"2017/06/Page-20-Temp-Spirit.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Page-20-Temp-Spirit-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Page-20-Temp-Spirit-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-696x490.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Page-20-Temp-Spirit-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Page-20-Temp-Spirit-1068x752.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:752;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-596x420.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Page-20-Temp-Spirit-1920x1353.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Page-20-Temp-Spirit-1024x721.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Page-20-Temp-Spirit-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Page-20-Temp-Spirit-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Page-20-Temp-Spirit-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Page-20-Temp-Spirit-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1461079684\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2274,353,'_wp_attached_file','2017/06/page-20-feel-good-drinks.png'),(2275,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1114;s:6:\"height\";i:3637;s:4:\"file\";s:36:\"2017/06/page-20-feel-good-drinks.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"page-20-feel-good-drinks-768x2507.png\";s:5:\"width\";i:768;s:6:\"height\";i:2507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"page-20-feel-good-drinks-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"page-20-feel-good-drinks-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"page-20-feel-good-drinks-696x2272.png\";s:5:\"width\";i:696;s:6:\"height\";i:2272;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"page-20-feel-good-drinks-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"page-20-feel-good-drinks-1068x3487.png\";s:5:\"width\";i:1068;s:6:\"height\";i:3487;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-129x420.png\";s:5:\"width\";i:129;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-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:35:\"page-20-feel-good-drinks-92x300.png\";s:5:\"width\";i:92;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"page-20-feel-good-drinks-314x1024.png\";s:5:\"width\";i:314;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"page-20-feel-good-drinks-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"page-20-feel-good-drinks-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"page-20-feel-good-drinks-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"page-20-feel-good-drinks-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(2276,354,'_wp_attached_file','2017/06/page-20-belvoir-rose.jpg'),(2277,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1104;s:6:\"height\";i:4032;s:4:\"file\";s:32:\"2017/06/page-20-belvoir-rose.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"page-20-belvoir-rose-768x2805.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2805;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"page-20-belvoir-rose-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"page-20-belvoir-rose-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"page-20-belvoir-rose-696x2542.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"page-20-belvoir-rose-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"page-20-belvoir-rose-1068x3901.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-115x420.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"page-20-belvoir-rose-82x300.jpg\";s:5:\"width\";i:82;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"page-20-belvoir-rose-280x1024.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"page-20-belvoir-rose-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"page-20-belvoir-rose-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"page-20-belvoir-rose-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"page-20-belvoir-rose-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P 25\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1196678306\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2286,360,'_yoast_wpseo_linkdex','76'),(2287,360,'_yoast_wpseo_focuskw_text_input','venue'),(2288,360,'_yoast_wpseo_content_score','30'),(2289,360,'_yoast_wpseo_primary_category','4'),(2290,360,'_yoast_wpseo_focuskw','venue'),(2291,360,'_wp_old_slug','business-rates-reform'),(2292,360,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2293,360,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2294,360,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2295,360,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2296,360,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2297,360,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2298,360,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2299,360,'_bunyad_review_type','points'),(2300,360,'_bunyad_review_verdict','Awesome'),(2301,360,'_bunyad_review_pos','none'),(2302,360,'_bunyad_layout_template','modern'),(2303,360,'_bunyad_reviews','0'),(2304,360,'_bunyad_featured_post','1'),(2305,360,'slide_template','default'),(2306,360,'_edit_last','1'),(2307,360,'_edit_lock','1498043574:1'),(2308,360,'_bunyad_layout_style','right'),(2309,360,'_bunyad_cat_label','0'),(2310,360,'_thumbnail_id','365'),(2311,360,'_bunyad_featured_disable','0'),(2312,360,'_wp_old_slug','menu-spring-clean'),(2313,360,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2314,360,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2315,363,'_wp_attached_file','2017/06/184-Mango-Tree-Song-Kran-2014.jpg'),(2316,364,'_wp_attached_file','2017/06/DSCF3877.jpg'),(2317,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4896;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2017/06/DSCF3877.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSCF3877-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSCF3877-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSCF3877-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSCF3877-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSCF3877-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSCF3877-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSCF3877-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSCF3877-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSCF3877-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSCF3877-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSCF3877-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSCF3877-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSCF3877-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSCF3877-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSCF3877-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSCF3877-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSCF3877-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSCF3877-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSCF3877-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSCF3877-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSCF3877-150x150.jpg\";s:5:\"width\";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:\"DSCF3877-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSCF3877-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"DSCF3877-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"DSCF3877-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"DSCF3877-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"DSCF3877-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"DSCF3877-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"DSCF3877-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"DSCF3877-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"DSCF3877-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"DSCF3877-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"DSCF3877-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"DSCF3877-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"DSCF3877-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"DSCF3877-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"DSCF3877-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"DSCF3877-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"DSCF3877-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"DSCF3877-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"DSCF3877-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"DSCF3877-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1466539412\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.017857142857143\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2318,365,'_wp_attached_file','2017/06/FR.jpg'),(2319,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:873;s:4:\"file\";s:14:\"2017/06/FR.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"FR-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"FR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"FR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"FR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"FR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"FR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"FR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"FR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"FR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:14:\"FR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:14:\"FR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"FR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:14:\"FR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:14:\"FR-696x445.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:14:\"FR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:14:\"FR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:15:\"FR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:15:\"FR-1068x683.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:14:\"FR-657x420.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"FR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"FR-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"FR-1024x655.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"FR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:15:\"FR-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:14:\"FR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:14:\"FR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:14:\"FR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:14:\"FR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:14:\"FR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:14:\"FR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:14:\"FR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:14:\"FR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:14:\"FR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:14:\"FR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:14:\"FR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:14:\"FR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:14:\"FR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:14:\"FR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:13:\"FR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:14:\"FR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:14:\"FR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2320,366,'_wp_attached_file','2017/06/Panang-curry-chicken-02.jpg'),(2321,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4896;s:6:\"height\";i:3264;s:4:\"file\";s:35:\"2017/06/Panang-curry-chicken-02.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Panang-curry-chicken-02-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Panang-curry-chicken-02-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Panang-curry-chicken-02-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Panang-curry-chicken-02-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Panang-curry-chicken-02-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Panang-curry-chicken-02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Panang-curry-chicken-02-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Panang-curry-chicken-02-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"Panang-curry-chicken-02-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"Panang-curry-chicken-02-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1448919477\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2356,371,'_yoast_wpseo_linkdex','80'),(2357,371,'_yoast_wpseo_focuskw_text_input','EPOS'),(2358,371,'_yoast_wpseo_content_score','30'),(2359,371,'_yoast_wpseo_primary_category','4'),(2360,371,'_yoast_wpseo_focuskw','EPOS'),(2361,371,'_wp_old_slug','business-rates-reform'),(2362,371,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2363,371,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2364,371,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2365,371,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2366,371,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2367,371,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2368,371,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2369,371,'_bunyad_review_type','points'),(2370,371,'_bunyad_review_verdict','Awesome'),(2371,371,'_bunyad_review_pos','none'),(2372,371,'_bunyad_layout_template','modern'),(2373,371,'_bunyad_reviews','0'),(2374,371,'_bunyad_featured_post','1'),(2375,371,'slide_template','default'),(2376,371,'_edit_last','1'),(2377,371,'_edit_lock','1498209817:1'),(2378,371,'_bunyad_layout_style','right'),(2379,371,'_bunyad_cat_label','0'),(2380,371,'_thumbnail_id','372'),(2381,371,'_bunyad_featured_disable','0'),(2382,371,'_wp_old_slug','menu-spring-clean'),(2383,371,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2384,371,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2385,372,'_wp_attached_file','2017/06/Epos.jpg'),(2386,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:16:\"2017/06/Epos.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Epos-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"Epos-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"Epos-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"Epos-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"Epos-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"Epos-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"Epos-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"Epos-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"Epos-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"Epos-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"Epos-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"Epos-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"Epos-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"Epos-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"Epos-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"Epos-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"Epos-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"Epos-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Epos-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Epos-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"Epos-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"Epos-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"Epos-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"Epos-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"Epos-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"Epos-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"Epos-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"Epos-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"Epos-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"Epos-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"Epos-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"Epos-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"Epos-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"Epos-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"Epos-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"Epos-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"Epos-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"Epos-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"Epos-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2389,371,'_wp_old_slug','venue-of-the-month-june-2'),(2390,375,'_yoast_wpseo_linkdex','58'),(2391,375,'_yoast_wpseo_focuskw_text_input','BBPA'),(2392,375,'_yoast_wpseo_content_score','30'),(2393,375,'_yoast_wpseo_primary_category','8'),(2394,375,'_yoast_wpseo_focuskw','BBPA'),(2395,375,'_wp_old_slug','business-rates-reform'),(2396,375,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2397,375,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2398,375,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2399,375,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2400,375,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2401,375,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2402,375,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2403,375,'_bunyad_review_type','points'),(2404,375,'_bunyad_review_verdict','Awesome'),(2405,375,'_bunyad_review_pos','none'),(2406,375,'_bunyad_layout_template','modern'),(2407,375,'_bunyad_reviews','0'),(2408,375,'_bunyad_featured_post','1'),(2409,375,'slide_template','default'),(2410,375,'_edit_last','1'),(2411,375,'_edit_lock','1498479189:1'),(2412,375,'_bunyad_layout_style','right'),(2413,375,'_bunyad_cat_label','0'),(2414,375,'_thumbnail_id','71'),(2415,375,'_bunyad_featured_disable','0'),(2416,375,'_wp_old_slug','menu-spring-clean'),(2417,375,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2418,375,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2419,375,'_wp_old_slug','venue-of-the-month-june-2'),(2425,379,'_yoast_wpseo_focuskw_text_input','Burger'),(2426,379,'_yoast_wpseo_linkdex','59'),(2427,379,'_yoast_wpseo_content_score','30'),(2428,379,'_yoast_wpseo_primary_category','3'),(2429,379,'_yoast_wpseo_focuskw','HMC approved burger'),(2430,379,'_wp_old_slug','business-rates-reform'),(2431,379,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2432,379,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2433,379,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2434,379,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2435,379,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2436,379,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2437,379,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2438,379,'_bunyad_review_type','points'),(2439,379,'_bunyad_review_verdict','Awesome'),(2440,379,'_bunyad_review_pos','none'),(2441,379,'_bunyad_layout_template','modern'),(2442,379,'_bunyad_reviews','0'),(2443,379,'_bunyad_featured_post','0'),(2444,379,'slide_template','default'),(2445,379,'_edit_last','1'),(2446,379,'_edit_lock','1545161358:1'),(2447,379,'_bunyad_layout_style','right'),(2448,379,'_bunyad_cat_label','0'),(2449,379,'_thumbnail_id','380'),(2450,379,'_bunyad_featured_disable','0'),(2451,379,'_wp_old_slug','menu-spring-clean'),(2452,379,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2453,379,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2454,379,'_wp_old_slug','venue-of-the-month-june-2'),(2455,380,'_wp_attached_file','2017/07/J.-Picture-010-Halal-Superior.jpg'),(2456,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4228;s:6:\"height\";i:2916;s:4:\"file\";s:41:\"2017/07/J.-Picture-010-Halal-Superior.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"J.-Picture-010-Halal-Superior-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"J.-Picture-010-Halal-Superior-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-696x480.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"J.-Picture-010-Halal-Superior-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"J.-Picture-010-Halal-Superior-1068x737.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-609x420.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"J.-Picture-010-Halal-Superior-1920x1324.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"J.-Picture-010-Halal-Superior-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"J.-Picture-010-Halal-Superior-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"J.-Picture-010-Halal-Superior-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"J.-Picture-010-Halal-Superior-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"J.-Picture-010-Halal-Superior-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2457,381,'_wp_attached_file','2017/07/95-Steakburger2croppped.jpg'),(2458,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:129;s:6:\"height\";i:88;s:4:\"file\";s:35:\"2017/07/95-Steakburger2croppped.jpg\";s:5:\"sizes\";a:4:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"95-Steakburger2croppped-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"95-Steakburger2croppped-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"95-Steakburger2croppped-110x88.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"95-Steakburger2croppped-129x82.jpg\";s:5:\"width\";i:129;s:6:\"height\";i:82;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:{}}}'),(2459,382,'_wp_attached_file','2017/07/E.-Picture-005-AA.jpg'),(2460,383,'_wp_attached_file','2017/07/Composite.jpg'),(2461,384,'_wp_attached_file','2017/07/Composite-adj.jpg'),(2462,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:355;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2017/07/Composite-adj.jpg\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Composite-adj-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Composite-adj-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Composite-adj-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Composite-adj-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Composite-adj-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Composite-adj-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Composite-adj-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x220.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x364.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x360.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x261.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x462.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x385.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x486.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Composite-adj-281x420.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Composite-adj-150x150.jpg\";s:5:\"width\";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:\"Composite-adj-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Composite-adj-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x516.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x336.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x336.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Composite-adj-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Composite-adj-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Composite-adj-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Composite-adj-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Composite-adj-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Composite-adj-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x386.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Composite-adj-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x460.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x240.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Composite-adj-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Composite-adj-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Composite-adj-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Composite-adj-355x336.jpg\";s:5:\"width\";i:355;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Composite-adj-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2465,387,'_yoast_wpseo_focuskw_text_input','election'),(2466,387,'_yoast_wpseo_linkdex','76'),(2467,387,'_yoast_wpseo_content_score','30'),(2468,387,'_yoast_wpseo_primary_category','4'),(2469,387,'_yoast_wpseo_focuskw','election'),(2470,387,'_wp_old_slug','business-rates-reform'),(2471,387,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2472,387,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2473,387,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2474,387,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2475,387,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2476,387,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2477,387,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2478,387,'_bunyad_review_type','points'),(2479,387,'_bunyad_review_verdict','Awesome'),(2480,387,'_bunyad_review_pos','none'),(2481,387,'_bunyad_layout_template','modern'),(2482,387,'_bunyad_reviews','0'),(2483,387,'_bunyad_featured_post','1'),(2484,387,'slide_template','default'),(2485,387,'_edit_last','1'),(2486,387,'_edit_lock','1499779558:1'),(2487,387,'_bunyad_layout_style','right'),(2488,387,'_bunyad_cat_label','0'),(2489,387,'_thumbnail_id','388'),(2490,387,'_bunyad_featured_disable','0'),(2491,387,'_wp_old_slug','menu-spring-clean'),(2492,387,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2493,387,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2494,387,'_wp_old_slug','venue-of-the-month-june-2'),(2495,388,'_wp_attached_file','2017/07/page-19.jpg'),(2496,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:19:\"2017/07/page-19.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"page-19-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"page-19-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"page-19-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"page-19-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"page-19-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"page-19-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"page-19-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"page-19-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"page-19-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"page-19-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"page-19-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"page-19-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"page-19-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"page-19-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"page-19-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"page-19-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"page-19-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"page-19-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"page-19-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"page-19-150x150.jpg\";s:5:\"width\";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:\"page-19-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"page-19-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"page-19-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"page-19-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"page-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"page-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"page-19-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"page-19-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"page-19-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"page-19-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"page-19-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"page-19-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"page-19-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"page-19-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"page-19-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"page-19-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"page-19-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"page-19-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"page-19-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"page-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"page-19-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L820\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:12:\"-62169984000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:8:\"tim page\";}}}'),(2499,391,'_wp_attached_file','2017/07/Page20.jpg'),(2500,392,'_wp_attached_file','2017/07/Page20-1.jpg'),(2501,393,'_wp_attached_file','2017/07/Ufi-Ibrahim.jpg'),(2502,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2017/07/Ufi-Ibrahim.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Ufi-Ibrahim-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Ufi-Ibrahim-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x385.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x486.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x580.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Ufi-Ibrahim-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Ufi-Ibrahim-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x516.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x336.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x336.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Ufi-Ibrahim-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-683x336.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2509,396,'_yoast_wpseo_focuskw_text_input','Election'),(2510,396,'_yoast_wpseo_linkdex','67'),(2511,396,'_yoast_wpseo_content_score','30'),(2512,396,'_yoast_wpseo_primary_category','4'),(2513,396,'_yoast_wpseo_focuskw','Election'),(2514,396,'_wp_old_slug','business-rates-reform'),(2515,396,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2516,396,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2517,396,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2518,396,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2519,396,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2520,396,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2521,396,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2522,396,'_bunyad_review_type','points'),(2523,396,'_bunyad_review_verdict','Awesome'),(2524,396,'_bunyad_review_pos','none'),(2525,396,'_bunyad_layout_template','modern'),(2526,396,'_bunyad_reviews','0'),(2527,396,'_bunyad_featured_post','1'),(2528,396,'slide_template','default'),(2529,396,'_edit_last','1'),(2530,396,'_edit_lock','1499780529:1'),(2531,396,'_bunyad_layout_style','right'),(2532,396,'_bunyad_cat_label','0'),(2533,396,'_thumbnail_id','393'),(2534,396,'_bunyad_featured_disable','0'),(2535,396,'_wp_old_slug','menu-spring-clean'),(2536,396,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2537,396,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2538,396,'_wp_old_slug','venue-of-the-month-june-2'),(2541,396,'_wp_old_slug','what-the-election-means-for-beer-and-pubs'),(2544,396,'_wp_old_slug','what-the-election-means-for-beer-and-pubs-2'),(2545,398,'_yoast_wpseo_focuskw_text_input','Election'),(2546,398,'_yoast_wpseo_linkdex','56'),(2547,398,'_yoast_wpseo_content_score','30'),(2548,398,'_yoast_wpseo_primary_category','4'),(2549,398,'_yoast_wpseo_focuskw','Election'),(2550,398,'_wp_old_slug','business-rates-reform'),(2551,398,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2552,398,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2553,398,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2554,398,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2555,398,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2556,398,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2557,398,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2558,398,'_bunyad_review_type','points'),(2559,398,'_bunyad_review_verdict','Awesome'),(2560,398,'_bunyad_review_pos','none'),(2561,398,'_bunyad_layout_template','modern'),(2562,398,'_bunyad_reviews','0'),(2563,398,'_bunyad_featured_post','1'),(2564,398,'slide_template','default'),(2565,398,'_edit_last','1'),(2566,398,'_edit_lock','1499782202:1'),(2567,398,'_bunyad_layout_style','right'),(2568,398,'_bunyad_cat_label','0'),(2569,398,'_thumbnail_id','401'),(2570,398,'_bunyad_featured_disable','0'),(2571,398,'_wp_old_slug','menu-spring-clean'),(2572,398,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2573,398,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2574,398,'_wp_old_slug','venue-of-the-month-june-2'),(2575,398,'_wp_old_slug','what-the-election-means-for-beer-and-pubs'),(2576,398,'_wp_old_slug','what-the-election-means-for-beer-and-pubs-2'),(2577,399,'_wp_attached_file','2017/07/page21.jpg'),(2578,400,'_wp_attached_file','2017/07/page21-1.jpg'),(2579,401,'_wp_attached_file','2017/07/Kate-Nicholls.jpg'),(2580,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2340;s:6:\"height\";i:3510;s:4:\"file\";s:25:\"2017/07/Kate-Nicholls.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Kate-Nicholls-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Kate-Nicholls-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Kate-Nicholls-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Kate-Nicholls-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Kate-Nicholls-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"Kate-Nicholls-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Kate-Nicholls-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-150x150.jpg\";s:5:\"width\";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:\"Kate-Nicholls-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Kate-Nicholls-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Kate-Nicholls-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Kate-Nicholls-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Kate-Nicholls-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Kate-Nicholls-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:13:\"Vicky Hubbard\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1418900952\";s:9:\"copyright\";s:27:\"@ Victoria Jane Photography\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2585,403,'_yoast_wpseo_focuskw_text_input','Election'),(2586,403,'_yoast_wpseo_linkdex','49'),(2587,403,'_yoast_wpseo_content_score','90'),(2588,403,'_yoast_wpseo_primary_category','4'),(2589,403,'_yoast_wpseo_focuskw','Election'),(2590,403,'_wp_old_slug','business-rates-reform'),(2591,403,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2592,403,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2593,403,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2594,403,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2595,403,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2596,403,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2597,403,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2598,403,'_bunyad_review_type','points'),(2599,403,'_bunyad_review_verdict','Awesome'),(2600,403,'_bunyad_review_pos','none'),(2601,403,'_bunyad_layout_template','modern'),(2602,403,'_bunyad_reviews','0'),(2603,403,'_bunyad_featured_post','1'),(2604,403,'slide_template','default'),(2605,403,'_edit_last','1'),(2606,403,'_edit_lock','1499941344:1'),(2607,403,'_bunyad_layout_style','right'),(2608,403,'_bunyad_cat_label','0'),(2609,403,'_thumbnail_id','405'),(2610,403,'_bunyad_featured_disable','0'),(2611,403,'_wp_old_slug','menu-spring-clean'),(2612,403,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2613,403,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2614,403,'_wp_old_slug','venue-of-the-month-june-2'),(2615,403,'_wp_old_slug','what-the-election-means-for-beer-and-pubs'),(2616,403,'_wp_old_slug','what-the-election-means-for-beer-and-pubs-2'),(2617,404,'_wp_attached_file','2017/07/No1-2.jpg'),(2618,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:645;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2017/07/No1-2.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"No1-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"No1-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"No1-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"No1-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"No1-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"No1-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"No1-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"No1-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"No1-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"No1-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"No1-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"No1-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"No1-2-645x385.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"No1-2-645x486.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"No1-2-645x580.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"No1-2-271x420.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"No1-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:17:\"No1-2-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"No1-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"No1-2-645x516.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"No1-2-645x336.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"No1-2-645x336.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"No1-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"No1-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"No1-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"No1-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"No1-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"No1-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"No1-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"No1-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"No1-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"No1-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"No1-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"No1-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"No1-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"No1-2-645x336.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"No1-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483533467\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2619,405,'_wp_attached_file','2017/07/Landing-Page.jpg'),(2620,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:24:\"2017/07/Landing-Page.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Landing-Page-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Landing-Page-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Landing-Page-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Landing-Page-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Landing-Page-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Landing-Page-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Landing-Page-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Landing-Page-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Landing-Page-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Landing-Page-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Landing-Page-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Landing-Page-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Landing-Page-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Landing-Page-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Landing-Page-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Landing-Page-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Landing-Page-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"Landing-Page-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Landing-Page-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"Landing-Page-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Landing-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Landing-Page-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Landing-Page-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Landing-Page-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"Landing-Page-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"Landing-Page-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"Landing-Page-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"Landing-Page-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"Landing-Page-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"Landing-Page-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"Landing-Page-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"Landing-Page-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"Landing-Page-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"Landing-Page-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"Landing-Page-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"Landing-Page-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"Landing-Page-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"Landing-Page-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"Landing-Page-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"Landing-Page-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"Landing-Page-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"Landing-Page-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471609858\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"8\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2621,406,'_wp_attached_file','2017/07/0118.jpg'),(2622,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1331;s:6:\"height\";i:2000;s:4:\"file\";s:16:\"2017/07/0118.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"0118-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"0118-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"0118-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"0118-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"0118-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"0118-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"0118-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"0118-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"0118-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"0118-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"0118-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"0118-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"0118-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"0118-696x1046.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1046;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"0118-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"0118-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"0118-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:18:\"0118-1068x1605.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"0118-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0118-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0118-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0118-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"0118-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"0118-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"0118-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"0118-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"0118-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"0118-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"0118-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"0118-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"0118-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"0118-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"0118-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"0118-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"0118-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"0118-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"0118-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"0118-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"0118-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"0118-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"0118-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471618087\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2623,407,'_wp_attached_file','2017/07/No2.jpg'),(2624,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2017/07/No2.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"No2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"No2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"No2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"No2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"No2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"No2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"No2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"No2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"No2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"No2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"No2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"No2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"No2-667x385.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"No2-667x486.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:15:\"No2-667x580.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"No2-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"No2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"No2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"No2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:15:\"No2-667x516.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:15:\"No2-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:15:\"No2-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"No2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"No2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"No2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"No2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"No2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"No2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:15:\"No2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"No2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:15:\"No2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"No2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"No2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"No2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"No2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:15:\"No2-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"No2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483535348\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2627,411,'_yoast_wpseo_focuskw_text_input','Election'),(2628,411,'_yoast_wpseo_linkdex','49'),(2629,411,'_yoast_wpseo_content_score','90'),(2630,411,'_yoast_wpseo_primary_category','4'),(2631,411,'_yoast_wpseo_focuskw','Election'),(2632,411,'_wp_old_slug','business-rates-reform'),(2633,411,'_wp_old_slug','heineken-announces-worldwide-partnership-for-rugby-world-cup-2019'),(2634,411,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range-2'),(2635,411,'_wp_old_slug','bulmers-celebrates-apple-growers-with-new-cider-range'),(2636,411,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2-2'),(2637,411,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2-2'),(2638,411,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral-2'),(2639,411,'_wp_old_slug','gloucester-late-night-levy-bbpa-comments-on-decision-deferral'),(2640,411,'_bunyad_review_type','points'),(2641,411,'_bunyad_review_verdict','Awesome'),(2642,411,'_bunyad_review_pos','none'),(2643,411,'_bunyad_layout_template','modern'),(2644,411,'_bunyad_reviews','0'),(2645,411,'_bunyad_featured_post','1'),(2646,411,'slide_template','default'),(2647,411,'_edit_last','1'),(2648,411,'_edit_lock','1499941344:1'),(2649,411,'_bunyad_layout_style','right'),(2650,411,'_bunyad_cat_label','0'),(2651,411,'_thumbnail_id','405'),(2652,411,'_bunyad_featured_disable','0'),(2653,411,'_wp_old_slug','menu-spring-clean'),(2654,411,'_oembed_0689474378cbde3eaa3134114fd4b260','<blockquote data-secret=\"goSOOICOAL\" class=\"wp-embedded-content\"><a href=\"http://www.hi-spirits.com/\">Homepage</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.hi-spirits.com/embed/#?secret=goSOOICOAL\" data-secret=\"goSOOICOAL\" width=\"600\" height=\"338\" title=\"&#8220;Homepage&#8221; &#8212; Hi-Spirits\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2655,411,'_oembed_time_0689474378cbde3eaa3134114fd4b260','1497954931'),(2656,411,'_wp_old_slug','venue-of-the-month-june-2'),(2657,411,'_wp_old_slug','what-the-election-means-for-beer-and-pubs'),(2658,411,'_wp_old_slug','what-the-election-means-for-beer-and-pubs-2'),(2661,414,'_edit_last','1'),(2662,414,'_edit_lock','1503324447:1'),(2663,415,'_wp_attached_file','2017/08/page-28-aug-4.jpg'),(2664,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2017/08/page-28-aug-4.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"page-28-aug-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"page-28-aug-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"page-28-aug-4-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"page-28-aug-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:25:\"page-28-aug-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"page-28-aug-4-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"page-28-aug-4-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"page-28-aug-4-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"page-28-aug-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Stuart Leech\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1406827631\";s:9:\"copyright\";s:15:\"© Stuart Leech\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:21:\"LEECH_20140731_118961\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:1:\" \";}}}'),(2665,414,'_thumbnail_id','415'),(2666,414,'slide_template','default'),(2667,414,'_bunyad_featured_post','1'),(2668,414,'_bunyad_cat_label','0'),(2669,414,'_bunyad_featured_disable','0'),(2670,414,'_bunyad_reviews','0'),(2671,414,'_bunyad_review_pos','none'),(2672,414,'_bunyad_review_type','points'),(2673,414,'_bunyad_review_verdict','Awesome'),(2674,414,'_yoast_wpseo_focuskw_text_input','Beach Venue'),(2675,414,'_yoast_wpseo_focuskw','Beach Venue'),(2676,414,'_yoast_wpseo_linkdex','56'),(2677,414,'_yoast_wpseo_content_score','30'),(2678,414,'_yoast_wpseo_primary_category','4'),(2683,417,'_edit_last','1'),(2684,417,'_edit_lock','1503324811:1'),(2685,418,'_wp_attached_file','2017/08/Page-44.jpg'),(2686,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4952;s:6:\"height\";i:3301;s:4:\"file\";s:19:\"2017/08/Page-44.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Page-44-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-44-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-44-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-44-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-44-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-44-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-44-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-44-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-44-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-44-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-44-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-44-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-44-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Page-44-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-44-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-44-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-44-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Page-44-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-44-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Page-44-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-44-150x150.jpg\";s:5:\"width\";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:\"Page-44-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-44-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Page-44-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Page-44-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Page-44-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Page-44-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Page-44-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Page-44-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Page-44-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Page-44-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Page-44-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Page-44-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Page-44-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Page-44-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"Page-44-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Page-44-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Page-44-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Page-44-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Page-44-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Page-44-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Page-44-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1497796949\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2687,417,'_thumbnail_id','418'),(2688,417,'slide_template','default'),(2689,417,'_bunyad_featured_post','1'),(2690,417,'_bunyad_cat_label','0'),(2691,417,'_bunyad_featured_disable','0'),(2692,417,'_bunyad_reviews','0'),(2693,417,'_bunyad_review_pos','none'),(2694,417,'_bunyad_review_type','points'),(2695,417,'_bunyad_review_verdict','Awesome'),(2696,417,'_yoast_wpseo_focuskw_text_input','De Feesttafel'),(2697,417,'_yoast_wpseo_focuskw','De Feesttafel'),(2698,417,'_yoast_wpseo_linkdex','62'),(2699,417,'_yoast_wpseo_content_score','30'),(2700,417,'_yoast_wpseo_primary_category','4'),(2705,420,'_edit_last','1'),(2706,420,'_edit_lock','1503326442:1'),(2707,421,'_wp_attached_file','2017/08/Page-26-Cocktail.jpg'),(2708,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4592;s:6:\"height\";i:3056;s:4:\"file\";s:28:\"2017/08/Page-26-Cocktail.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Page-26-Cocktail-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Page-26-Cocktail-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Page-26-Cocktail-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Page-26-Cocktail-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Page-26-Cocktail-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-150x150.jpg\";s:5:\"width\";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:\"Page-26-Cocktail-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Page-26-Cocktail-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Page-26-Cocktail-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Page-26-Cocktail-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Page-26-Cocktail-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Page-26-Cocktail-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"NEX-5\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1488904215\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2709,420,'_thumbnail_id','421'),(2712,420,'slide_template','default'),(2713,420,'_bunyad_featured_post','1'),(2714,420,'_bunyad_cat_label','0'),(2715,420,'_bunyad_featured_disable','0'),(2716,420,'_bunyad_reviews','0'),(2717,420,'_bunyad_review_pos','none'),(2718,420,'_bunyad_review_type','points'),(2719,420,'_bunyad_review_verdict','Awesome'),(2720,420,'_yoast_wpseo_focuskw_text_input','Mixology Group'),(2721,420,'_yoast_wpseo_focuskw','Mixology Group'),(2722,420,'_yoast_wpseo_linkdex','74'),(2723,420,'_yoast_wpseo_content_score','30'),(2724,420,'_yoast_wpseo_primary_category','4'),(2725,423,'_edit_last','1'),(2726,423,'_edit_lock','1503327208:1'),(2727,425,'_wp_attached_file','2017/08/Awareness.jpg'),(2728,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:21:\"2017/08/Awareness.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Awareness-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Awareness-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Awareness-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Awareness-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Awareness-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Awareness-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Awareness-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Awareness-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Awareness-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Awareness-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Awareness-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Awareness-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Awareness-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Awareness-696x365.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Awareness-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Awareness-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Awareness-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Awareness-1068x561.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Awareness-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Awareness-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Awareness-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Awareness-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Awareness-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Awareness-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Awareness-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Awareness-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Awareness-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Awareness-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Awareness-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Awareness-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Awareness-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Awareness-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Awareness-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Awareness-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Awareness-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Awareness-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Awareness-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Awareness-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Awareness-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Awareness-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Awareness-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2729,423,'_thumbnail_id','425'),(2732,423,'slide_template','default'),(2733,423,'_bunyad_featured_post','0'),(2734,423,'_bunyad_cat_label','0'),(2735,423,'_bunyad_featured_disable','0'),(2736,423,'_bunyad_reviews','0'),(2737,423,'_bunyad_review_pos','none'),(2738,423,'_bunyad_review_type','points'),(2739,423,'_bunyad_review_verdict','Awesome'),(2740,423,'_yoast_wpseo_focuskw_text_input','child sexual exploitation awareness'),(2741,423,'_yoast_wpseo_focuskw','child sexual exploitation awareness'),(2742,423,'_yoast_wpseo_linkdex','56'),(2743,423,'_yoast_wpseo_content_score','30'),(2744,423,'_yoast_wpseo_primary_category','4'),(2747,428,'_wp_attached_file','2017/08/John-Porter.jpg'),(2748,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2017/08/John-Porter.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"John-Porter-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"John-Porter-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"John-Porter-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"John-Porter-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"John-Porter-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"John-Porter-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"John-Porter-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"John-Porter-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"John-Porter-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x360.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x261.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x462.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x385.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x486.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x580.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"John-Porter-279x420.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"John-Porter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"John-Porter-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"John-Porter-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x516.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x336.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x336.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"John-Porter-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"John-Porter-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"John-Porter-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"John-Porter-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"John-Porter-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"John-Porter-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x386.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"John-Porter-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x460.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x240.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"John-Porter-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"John-Porter-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"John-Porter-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"John-Porter-399x336.jpg\";s:5:\"width\";i:399;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"John-Porter-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2767,430,'_edit_last','1'),(2768,430,'_edit_lock','1503413082:1'),(2769,430,'_thumbnail_id','388'),(2770,430,'slide_template','default'),(2771,430,'_bunyad_featured_post','0'),(2772,430,'_bunyad_cat_label','0'),(2773,430,'_bunyad_featured_disable','0'),(2774,430,'_bunyad_reviews','0'),(2775,430,'_bunyad_review_pos','none'),(2776,430,'_bunyad_review_type','points'),(2777,430,'_bunyad_review_verdict','Awesome'),(2778,430,'_yoast_wpseo_focuskw_text_input','CAMRA'),(2779,430,'_yoast_wpseo_focuskw','CAMRA'),(2780,430,'_yoast_wpseo_linkdex','69'),(2781,430,'_yoast_wpseo_content_score','30'),(2782,430,'_yoast_wpseo_primary_category','4'),(2785,433,'_edit_last','1'),(2786,433,'_edit_lock','1506433349:1'),(2787,434,'_wp_attached_file','2017/09/Page-20.jpg'),(2788,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2101;s:6:\"height\";i:3152;s:4:\"file\";s:19:\"2017/09/Page-20.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Page-20-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-20-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-20-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-20-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-20-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-20-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-20-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-20-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-20-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-20-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-20-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-20-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-20-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Page-20-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-20-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-20-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-20-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Page-20-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-20-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Page-20-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-20-150x150.jpg\";s:5:\"width\";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:\"Page-20-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-20-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Page-20-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Page-20-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Page-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Page-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Page-20-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Page-20-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Page-20-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Page-20-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Page-20-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Page-20-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Page-20-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Page-20-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"Page-20-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Page-20-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Page-20-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Page-20-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Page-20-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Page-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Page-20-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:15:\"DAVID COTSWORTH\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493376389\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2789,434,'_wp_attachment_image_alt','Chief Executive ALMR'),(2790,433,'_thumbnail_id','434'),(2791,433,'slide_template','default'),(2792,433,'_bunyad_featured_post','1'),(2793,433,'_bunyad_cat_label','0'),(2794,433,'_bunyad_featured_disable','0'),(2795,433,'_bunyad_reviews','0'),(2796,433,'_bunyad_review_pos','none'),(2797,433,'_bunyad_review_type','points'),(2798,433,'_bunyad_review_verdict','Awesome'),(2799,433,'_yoast_wpseo_focuskw_text_input','ALMR'),(2800,433,'_yoast_wpseo_focuskw','ALMR'),(2801,433,'_yoast_wpseo_linkdex','67'),(2802,433,'_yoast_wpseo_content_score','30'),(2803,433,'_yoast_wpseo_primary_category','4'),(2804,433,'_oembed_2df31e18fc76c249d5e4921dc6bfa6d5','<blockquote class=\"wp-embedded-content\" data-secret=\"OXsrTbqF77\"><a href=\"http://www.almr.org.uk/\">ALMR message impacts final push for votes</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.almr.org.uk/embed/#?secret=OXsrTbqF77\" data-secret=\"OXsrTbqF77\" width=\"600\" height=\"338\" title=\"&#8220;ALMR message impacts final push for votes&#8221; &#8212; The ALMR\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2805,433,'_oembed_time_2df31e18fc76c249d5e4921dc6bfa6d5','1506432290'),(2814,439,'_edit_last','1'),(2815,439,'_edit_lock','1507029203:1'),(2816,439,'slide_template','default'),(2817,439,'_bunyad_featured_post','1'),(2818,439,'_bunyad_cat_label','0'),(2819,439,'_bunyad_featured_disable','0'),(2820,439,'_bunyad_reviews','0'),(2821,439,'_bunyad_review_pos','none'),(2822,439,'_bunyad_review_type','points'),(2823,439,'_bunyad_review_verdict','Awesome'),(2824,439,'_yoast_wpseo_focuskw_text_input','CAMRA'),(2825,439,'_yoast_wpseo_focuskw','CAMRA'),(2826,439,'_yoast_wpseo_linkdex','74'),(2827,439,'_yoast_wpseo_content_score','30'),(2828,439,'_yoast_wpseo_primary_category','4'),(2829,388,'_wp_attachment_image_alt','Tim Page, CAMRA Chief Executive'),(2830,439,'_thumbnail_id','388'),(2831,444,'_edit_last','1'),(2832,444,'_edit_lock','1507224219:1'),(2833,445,'_wp_attached_file','2017/10/Ufi-Ibrahim.png'),(2834,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:357;s:4:\"file\";s:23:\"2017/10/Ufi-Ibrahim.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Ufi-Ibrahim-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Ufi-Ibrahim-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-324x357.png\";s:5:\"width\";i:324;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-356x357.png\";s:5:\"width\";i:356;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-485x357.png\";s:5:\"width\";i:485;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-534x357.png\";s:5:\"width\";i:534;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-696x355.png\";s:5:\"width\";i:696;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-696x357.png\";s:5:\"width\";i:696;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Ufi-Ibrahim-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-700x336.png\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-700x336.png\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-536x357.png\";s:5:\"width\";i:536;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-600x357.png\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Ufi-Ibrahim-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-700x336.png\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Ufi-Ibrahim-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(2835,445,'_wp_attachment_image_alt','Ufi Ibrahim, BHA Chief Executive'),(2836,444,'_thumbnail_id','445'),(2837,444,'slide_template','default'),(2838,444,'_bunyad_featured_post','0'),(2839,444,'_bunyad_cat_label','0'),(2840,444,'_bunyad_featured_disable','0'),(2841,444,'_bunyad_reviews','0'),(2842,444,'_bunyad_review_pos','none'),(2843,444,'_bunyad_review_type','points'),(2844,444,'_bunyad_review_verdict','Awesome'),(2845,444,'_yoast_wpseo_focuskw_text_input','Business rates'),(2846,444,'_yoast_wpseo_focuskw','Business rates'),(2847,444,'_yoast_wpseo_linkdex','68'),(2848,444,'_yoast_wpseo_content_score','30'),(2849,444,'_yoast_wpseo_primary_category','4'),(2854,444,'_oembed_942cc0e944ff8aa6e07132db969a154b','<blockquote class=\"wp-embedded-content\" data-secret=\"DCAM4zjv7Q\"><a href=\"http://www.bha.org.uk/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.bha.org.uk/embed/#?secret=DCAM4zjv7Q\" data-secret=\"DCAM4zjv7Q\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; British Hospitality Association\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2855,444,'_oembed_time_942cc0e944ff8aa6e07132db969a154b','1507032598'),(2860,452,'_edit_last','1'),(2861,452,'_edit_lock','1507366770:1'),(2862,453,'_wp_attached_file','2017/10/Dual_2.jpg'),(2863,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:3096;s:4:\"file\";s:18:\"2017/10/Dual_2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Dual_2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Dual_2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Dual_2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Dual_2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Dual_2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Dual_2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Dual_2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Dual_2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Dual_2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Dual_2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"Dual_2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Dual_2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"Dual_2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"Dual_2-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"Dual_2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"Dual_2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"Dual_2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"Dual_2-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"Dual_2-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"Dual_2-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Dual_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Dual_2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Dual_2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Dual_2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:19:\"Dual_2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"Dual_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"Dual_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"Dual_2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"Dual_2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"Dual_2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"Dual_2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"Dual_2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"Dual_2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"Dual_2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"Dual_2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"Dual_2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"Dual_2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"Dual_2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"Dual_2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"Dual_2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"Dual_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"Dual_2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-A320FL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498748028\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.6\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2864,454,'_wp_attached_file','2017/10/1190417.jpg'),(2865,454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:19:\"2017/10/1190417.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"1190417-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"1190417-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"1190417-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"1190417-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"1190417-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"1190417-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"1190417-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"1190417-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"1190417-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"1190417-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"1190417-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"1190417-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"1190417-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"1190417-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"1190417-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"1190417-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"1190417-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"1190417-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"1190417-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"1190417-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1190417-150x150.jpg\";s:5:\"width\";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:\"1190417-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"1190417-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"1190417-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"1190417-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"1190417-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"1190417-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"1190417-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"1190417-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"1190417-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"1190417-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"1190417-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"1190417-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"1190417-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"1190417-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"1190417-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"1190417-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"1190417-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"1190417-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"1190417-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"1190417-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"1190417-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"AxEl HAUDIQUET\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1484834227\";s:9:\"copyright\";s:20:\"HOWISEEYOURWORLD.COM\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2866,455,'_wp_attached_file','2017/10/1190467.jpg'),(2867,455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3413;s:6:\"height\";i:4550;s:4:\"file\";s:19:\"2017/10/1190467.jpg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"1190467-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"1190467-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"1190467-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"1190467-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"1190467-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"1190467-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"1190467-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"1190467-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"1190467-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"1190467-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"1190467-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"1190467-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"1190467-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"1190467-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"1190467-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"1190467-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"1190467-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"1190467-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"1190467-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1190467-150x150.jpg\";s:5:\"width\";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:\"1190467-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1190467-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"1190467-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"1190467-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"1190467-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"1190467-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"1190467-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"1190467-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"1190467-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"1190467-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"1190467-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"1190467-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"1190467-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"1190467-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"1190467-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"1190467-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"1190467-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"1190467-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"1190467-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"1190467-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"1190467-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"1190467-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:14:\"AxEl HAUDIQUET\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1484834569\";s:9:\"copyright\";s:20:\"HOWISEEYOURWORLD.COM\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2868,456,'_wp_attached_file','2017/10/1190586.jpg'),(2869,456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:19:\"2017/10/1190586.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"1190586-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"1190586-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"1190586-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"1190586-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"1190586-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"1190586-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"1190586-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"1190586-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"1190586-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"1190586-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"1190586-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"1190586-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"1190586-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"1190586-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"1190586-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"1190586-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"1190586-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"1190586-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"1190586-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"1190586-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1190586-150x150.jpg\";s:5:\"width\";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:\"1190586-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"1190586-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"1190586-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"1190586-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"1190586-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"1190586-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"1190586-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"1190586-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"1190586-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"1190586-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"1190586-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"1190586-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"1190586-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"1190586-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"1190586-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"1190586-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"1190586-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"1190586-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"1190586-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"1190586-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"1190586-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:14:\"AxEl HAUDIQUET\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1484835889\";s:9:\"copyright\";s:20:\"HOWISEEYOURWORLD.COM\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2870,452,'_thumbnail_id','455'),(2871,452,'slide_template',''),(2872,452,'_bunyad_featured_post','1'),(2873,452,'_bunyad_cat_label','0'),(2874,452,'_bunyad_featured_disable','0'),(2875,452,'_bunyad_reviews','0'),(2876,452,'_bunyad_review_pos','none'),(2877,452,'_bunyad_review_type','points'),(2878,452,'_bunyad_review_verdict','Awesome'),(2879,452,'_yoast_wpseo_content_score','30'),(2880,452,'_yoast_wpseo_primary_category',''),(2883,452,'_yoast_wpseo_focuskw_text_input','muted TVs'),(2884,452,'_yoast_wpseo_focuskw','muted TVs'),(2885,452,'_yoast_wpseo_linkdex','73'),(2900,459,'_edit_last','1'),(2901,459,'_edit_lock','1517930165:1'),(2907,459,'slide_template','default'),(2908,459,'_bunyad_featured_post','1'),(2909,459,'_bunyad_cat_label','0'),(2910,459,'_bunyad_featured_disable','0'),(2911,459,'_bunyad_reviews','0'),(2912,459,'_bunyad_review_pos','none'),(2913,459,'_bunyad_review_type','points'),(2914,459,'_bunyad_review_verdict','Awesome'),(2915,459,'_yoast_wpseo_focuskw_text_input','Fentimans'),(2916,459,'_yoast_wpseo_focuskw','Fentimans'),(2917,459,'_yoast_wpseo_linkdex','68'),(2918,459,'_yoast_wpseo_content_score','30'),(2919,459,'_yoast_wpseo_primary_category','2'),(2930,471,'_wp_attached_file','2017/10/Smoky-Gun.jpg'),(2931,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2094;s:4:\"file\";s:21:\"2017/10/Smoky-Gun.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Smoky-Gun-768x1072.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Smoky-Gun-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Smoky-Gun-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-696x972.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Smoky-Gun-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"Smoky-Gun-1068x1491.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-301x420.jpg\";s:5:\"width\";i:301;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Smoky-Gun-734x1024.jpg\";s:5:\"width\";i:734;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Smoky-Gun-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Smoky-Gun-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Smoky-Gun-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Smoky-Gun-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:17:\"Grumpycockstudios\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490276644\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:3:{i:0;s:4:\"2017\";i:1;s:17:\"Grumpycockstudios\";i:2;s:9:\"fentimans\";}}}'),(2932,459,'_thumbnail_id','471'),(2939,471,'_wp_attachment_image_alt','Cocktail of the Month - Smoky Gun'),(2942,475,'_edit_last','1'),(2943,475,'_edit_lock','1507503162:1'),(2944,475,'_oembed_53d2c71e15cc9bb95a6847c184d00464','{{unknown}}'),(2945,476,'_wp_attached_file','2017/10/sep-17-page-20-1.jpg'),(2946,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1250;s:4:\"file\";s:28:\"2017/10/sep-17-page-20-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-768x889.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:889;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-696x806.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:806;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-20-1-1068x1236.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-363x420.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-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:28:\"sep-17-page-20-1-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-1-885x1024.jpg\";s:5:\"width\";i:885;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2947,477,'_wp_attached_file','2017/10/sep-17-page-20-2.jpg'),(2948,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1035;s:6:\"height\";i:1380;s:4:\"file\";s:28:\"2017/10/sep-17-page-20-2.jpg\";s:5:\"sizes\";a:40:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-2-1035x580.jpg\";s:5:\"width\";i:1035;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-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:28:\"sep-17-page-20-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"sep-17-page-20-2-1035x516.jpg\";s:5:\"width\";i:1035;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2949,478,'_wp_attached_file','2017/10/sep-17-page-20.jpg'),(2950,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1211;s:4:\"file\";s:26:\"2017/10/sep-17-page-20.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-768x861.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"sep-17-page-20-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"sep-17-page-20-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-696x780.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-20-1068x1198.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-375x420.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-150x150.jpg\";s:5:\"width\";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:\"sep-17-page-20-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-913x1024.jpg\";s:5:\"width\";i:913;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"sep-17-page-20-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"sep-17-page-20-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"sep-17-page-20-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-20-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2951,475,'_thumbnail_id','476'),(2954,475,'slide_template','default'),(2955,475,'_bunyad_featured_post','1'),(2956,475,'_bunyad_cat_label','0'),(2957,475,'_bunyad_featured_disable','0'),(2958,475,'_bunyad_reviews','0'),(2959,475,'_bunyad_review_pos','none'),(2960,475,'_bunyad_review_type','points'),(2961,475,'_bunyad_review_verdict','Awesome'),(2962,475,'_yoast_wpseo_focuskw_text_input','Electric Feel'),(2963,475,'_yoast_wpseo_focuskw','Electric Feel'),(2964,475,'_yoast_wpseo_linkdex','72'),(2965,475,'_yoast_wpseo_content_score','30'),(2966,475,'_yoast_wpseo_primary_category','2'),(2975,481,'_wp_attached_file','2017/10/Sep-17-page-28-3.jpg'),(2976,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:2159;s:4:\"file\";s:28:\"2017/10/Sep-17-page-28-3.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-768x663.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Sep-17-page-28-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Sep-17-page-28-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-696x601.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Sep-17-page-28-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Sep-17-page-28-3-1068x922.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-486x420.jpg\";s:5:\"width\";i:486;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Sep-17-page-28-3-1920x1658.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-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:28:\"Sep-17-page-28-3-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Sep-17-page-28-3-1024x884.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Sep-17-page-28-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Sep-17-page-28-3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Sep-17-page-28-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Sep-17-page-28-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1478602310\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2988,483,'_wp_attached_file','2017/10/sep-17-page-28-1.jpg'),(2989,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1875;s:6:\"height\";i:2500;s:4:\"file\";s:28:\"2017/10/sep-17-page-28-1.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-28-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-28-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-28-1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-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:28:\"sep-17-page-28-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"sep-17-page-28-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"sep-17-page-28-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502307549\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2990,484,'_wp_attached_file','2017/10/sep-17-page-28-2.jpg'),(2991,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2363;s:6:\"height\";i:1569;s:4:\"file\";s:28:\"2017/10/sep-17-page-28-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-28-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-28-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-2-1068x709.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-633x420.jpg\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-28-2-1920x1275.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-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:28:\"sep-17-page-28-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"sep-17-page-28-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"sep-17-page-28-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"sep-17-page-28-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-28-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472129482\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2997,486,'_edit_last','1'),(2998,486,'_edit_lock','1508073271:1'),(2999,487,'_wp_attached_file','2017/10/sep-17-page-30.jpg'),(3000,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:26:\"2017/10/sep-17-page-30.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"sep-17-page-30-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"sep-17-page-30-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-150x150.jpg\";s:5:\"width\";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:\"sep-17-page-30-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"sep-17-page-30-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"sep-17-page-30-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502971637\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3001,487,'_wp_attachment_image_alt','Gary Smith, Managing Director of Dryphoon'),(3002,488,'_wp_attached_file','2017/10/sep-17-page-30-2.jpg'),(3003,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1694;s:6:\"height\";i:448;s:4:\"file\";s:28:\"2017/10/sep-17-page-30-2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-768x203.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-30-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-534x448.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-696x184.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-741x448.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-30-2-1068x448.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"sep-17-page-30-2-1068x282.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"sep-17-page-30-2-1588x420.jpg\";s:5:\"width\";i:1588;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-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:27:\"sep-17-page-30-2-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-30-2-1024x271.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"sep-17-page-30-2-1078x448.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-600x448.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"sep-17-page-30-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-30-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3004,486,'_thumbnail_id','487'),(3007,486,'slide_template','default'),(3008,486,'_bunyad_featured_post','1'),(3009,486,'_bunyad_cat_label','0'),(3010,486,'_bunyad_featured_disable','0'),(3011,486,'_bunyad_reviews','0'),(3012,486,'_bunyad_review_pos','none'),(3013,486,'_bunyad_review_type','points'),(3014,486,'_bunyad_review_verdict','Awesome'),(3015,486,'_yoast_wpseo_focuskw_text_input','Dryphoon'),(3016,486,'_yoast_wpseo_focuskw','Dryphoon'),(3017,486,'_yoast_wpseo_linkdex','70'),(3018,486,'_yoast_wpseo_content_score','30'),(3019,486,'_yoast_wpseo_primary_category','2'),(3024,491,'_edit_last','1'),(3025,491,'_edit_lock','1508073874:1'),(3026,491,'_oembed_56e613867b324ecdc512d10205c11333','{{unknown}}'),(3027,491,'_oembed_ebb0e2bc3ecfa4d1614c82e356b43c7a','{{unknown}}'),(3028,492,'_wp_attached_file','2017/10/page-36.jpg'),(3029,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1754;s:6:\"height\";i:1240;s:4:\"file\";s:19:\"2017/10/page-36.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"page-36-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"page-36-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"page-36-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"page-36-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"page-36-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"page-36-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"page-36-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"page-36-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"page-36-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"page-36-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"page-36-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"page-36-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"page-36-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"page-36-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"page-36-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"page-36-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"page-36-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"page-36-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"page-36-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"page-36-150x150.jpg\";s:5:\"width\";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:\"page-36-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"page-36-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"page-36-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"page-36-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"page-36-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"page-36-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"page-36-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"page-36-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"page-36-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"page-36-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"page-36-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"page-36-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"page-36-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"page-36-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"page-36-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"page-36-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"page-36-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"page-36-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"page-36-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"page-36-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"page-36-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3030,493,'_wp_attached_file','2017/10/page-36-1.jpg'),(3031,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:611;s:6:\"height\";i:678;s:4:\"file\";s:21:\"2017/10/page-36-1.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"page-36-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"page-36-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"page-36-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"page-36-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"page-36-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"page-36-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"page-36-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"page-36-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"page-36-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"page-36-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"page-36-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"page-36-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x385.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x486.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x580.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"page-36-1-378x420.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"page-36-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"page-36-1-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"page-36-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x516.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x336.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x336.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"page-36-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"page-36-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"page-36-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"page-36-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"page-36-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"page-36-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"page-36-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"page-36-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"page-36-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"page-36-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"page-36-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"page-36-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"page-36-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"page-36-1-611x336.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"page-36-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3032,494,'_wp_attached_file','2017/10/page-36-2.jpg'),(3033,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:611;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2017/10/page-36-2.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"page-36-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"page-36-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"page-36-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"page-36-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"page-36-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"page-36-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"page-36-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"page-36-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"page-36-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"page-36-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"page-36-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"page-36-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x385.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x486.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x580.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"page-36-2-287x420.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"page-36-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:21:\"page-36-2-205x300.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"page-36-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x516.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x336.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x336.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"page-36-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"page-36-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"page-36-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"page-36-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"page-36-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"page-36-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"page-36-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"page-36-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"page-36-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"page-36-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"page-36-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"page-36-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"page-36-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"page-36-2-611x336.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"page-36-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3034,491,'_thumbnail_id','492'),(3037,491,'slide_template','default'),(3038,491,'_bunyad_featured_post','1'),(3039,491,'_bunyad_cat_label','0'),(3040,491,'_bunyad_featured_disable','0'),(3041,491,'_bunyad_reviews','0'),(3042,491,'_bunyad_review_pos','none'),(3043,491,'_bunyad_review_type','points'),(3044,491,'_bunyad_review_verdict','Awesome'),(3045,491,'_yoast_wpseo_focuskw_text_input','online reservations'),(3046,491,'_yoast_wpseo_focuskw','online reservations'),(3047,491,'_yoast_wpseo_linkdex','75'),(3048,491,'_yoast_wpseo_content_score','30'),(3049,491,'_yoast_wpseo_primary_category','8'),(3050,496,'_edit_last','1'),(3051,496,'_edit_lock','1508776689:1'),(3052,497,'_wp_attached_file','2017/10/sep-17-page-40.jpg'),(3053,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1182;s:6:\"height\";i:1772;s:4:\"file\";s:26:\"2017/10/sep-17-page-40.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"sep-17-page-40-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"sep-17-page-40-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1068x1601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-150x150.jpg\";s:5:\"width\";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:\"sep-17-page-40-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"sep-17-page-40-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"sep-17-page-40-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485624187\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3054,498,'_wp_attached_file','2017/10/sep-17-page-40-1.jpg'),(3055,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:888;s:4:\"file\";s:28:\"2017/10/sep-17-page-40-1.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-40-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x385.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x486.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x580.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-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:28:\"sep-17-page-40-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x516.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x336.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x336.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x460.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"sep-17-page-40-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-593x336.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"sep-17-page-40-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1487364567\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3056,496,'_thumbnail_id','497'),(3059,496,'slide_template','default'),(3060,496,'_bunyad_featured_post','1'),(3061,496,'_bunyad_cat_label','0'),(3062,496,'_bunyad_featured_disable','0'),(3063,496,'_bunyad_reviews','0'),(3064,496,'_bunyad_review_pos','none'),(3065,496,'_bunyad_review_type','points'),(3066,496,'_bunyad_review_verdict','Awesome'),(3067,496,'_yoast_wpseo_focuskw_text_input','perfect cup coffee'),(3068,496,'_yoast_wpseo_focuskw','perfect cup coffee'),(3069,496,'_yoast_wpseo_linkdex','69'),(3070,496,'_yoast_wpseo_content_score','30'),(3071,496,'_yoast_wpseo_primary_category','2'),(3072,500,'_edit_last','1'),(3073,500,'_edit_lock','1508777388:1'),(3074,501,'_wp_attached_file','2017/10/sep-17-page-48-1.jpg'),(3075,502,'_wp_attached_file','2017/10/sep-17-page-48-2.jpg'),(3076,503,'_wp_attached_file','2017/10/sep-17-page-48-1-1.jpg'),(3077,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2669;s:4:\"file\";s:30:\"2017/10/sep-17-page-48-1-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-1-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"sep-17-page-48-1-1-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-1-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-1-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-1-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-1-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:11:\"Marcin Noga\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468957589\";s:9:\"copyright\";s:17:\"Noga Photo Studio\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3078,504,'_wp_attached_file','2017/10/sep-17-page-48-2-1.jpg'),(3079,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2671;s:4:\"file\";s:30:\"2017/10/sep-17-page-48-2-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-2-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-2-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-2-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"sep-17-page-48-2-1-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-2-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-2-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"sep-17-page-48-2-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-2-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:11:\"Marcin Noga\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468964085\";s:9:\"copyright\";s:17:\"Noga Photo Studio\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3080,500,'_thumbnail_id','503'),(3083,500,'slide_template','default'),(3084,500,'_bunyad_featured_post','1'),(3085,500,'_bunyad_cat_label','0'),(3086,500,'_bunyad_featured_disable','0'),(3087,500,'_bunyad_reviews','0'),(3088,500,'_bunyad_review_pos','none'),(3089,500,'_bunyad_review_type','points'),(3090,500,'_bunyad_review_verdict','Awesome'),(3091,500,'_yoast_wpseo_focuskw_text_input','Barbarella'),(3092,500,'_yoast_wpseo_focuskw','Barbarella'),(3093,500,'_yoast_wpseo_linkdex','74'),(3094,500,'_yoast_wpseo_content_score','30'),(3095,500,'_yoast_wpseo_primary_category','4'),(3096,506,'_edit_last','1'),(3097,506,'_edit_lock','1508777745:1'),(3098,506,'_oembed_7bce0348d5a925b9a5b370a62d979aee','{{unknown}}'),(3099,507,'_wp_attached_file','2017/10/JGP.png'),(3100,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:250;s:4:\"file\";s:15:\"2017/10/JGP.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"JGP-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"JGP-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"JGP-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"JGP-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"JGP-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"JGP-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"JGP-324x250.png\";s:5:\"width\";i:324;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"JGP-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"JGP-356x250.png\";s:5:\"width\";i:356;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"JGP-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:15:\"JGP-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"JGP-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"JGP-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"JGP-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"JGP-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"JGP-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"JGP-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"JGP-233x250.png\";s:5:\"width\";i:233;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"JGP-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"JGP-434x240.png\";s:5:\"width\";i:434;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"JGP-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"JGP-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"JGP-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"JGP-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(3101,506,'_thumbnail_id','507'),(3104,506,'slide_template','default'),(3105,506,'_bunyad_featured_post','1'),(3106,506,'_bunyad_cat_label','0'),(3107,506,'_bunyad_featured_disable','0'),(3108,506,'_bunyad_reviews','0'),(3109,506,'_bunyad_review_pos','none'),(3110,506,'_bunyad_review_type','points'),(3111,506,'_bunyad_review_verdict','Awesome'),(3112,506,'_yoast_wpseo_focuskw_text_input','customer care'),(3113,506,'_yoast_wpseo_focuskw','customer care'),(3114,506,'_yoast_wpseo_linkdex','76'),(3115,506,'_yoast_wpseo_content_score','30'),(3116,506,'_yoast_wpseo_primary_category','8'),(3117,509,'_edit_last','1'),(3118,509,'_edit_lock','1508778115:1'),(3119,509,'_thumbnail_id','445'),(3122,509,'slide_template','default'),(3123,509,'_bunyad_featured_post','1'),(3124,509,'_bunyad_cat_label','0'),(3125,509,'_bunyad_featured_disable','0'),(3126,509,'_bunyad_reviews','0'),(3127,509,'_bunyad_review_pos','none'),(3128,509,'_bunyad_review_type','points'),(3129,509,'_bunyad_review_verdict','Awesome'),(3130,509,'_yoast_wpseo_focuskw_text_input','career hospitality'),(3131,509,'_yoast_wpseo_focuskw','career hospitality'),(3132,509,'_yoast_wpseo_linkdex','62'),(3133,509,'_yoast_wpseo_content_score','30'),(3134,509,'_yoast_wpseo_primary_category','4'),(3135,511,'_edit_last','1'),(3136,511,'_edit_lock','1508845014:1'),(3137,511,'_thumbnail_id','388'),(3140,511,'slide_template','default'),(3141,511,'_bunyad_featured_post','1'),(3142,511,'_bunyad_cat_label','0'),(3143,511,'_bunyad_featured_disable','0'),(3144,511,'_bunyad_reviews','0'),(3145,511,'_bunyad_review_pos','none'),(3146,511,'_bunyad_review_type','points'),(3147,511,'_bunyad_review_verdict','Awesome'),(3148,511,'_yoast_wpseo_focuskw_text_input','alcohol debate'),(3149,511,'_yoast_wpseo_focuskw','alcohol debate'),(3150,511,'_yoast_wpseo_linkdex','68'),(3151,511,'_yoast_wpseo_content_score','30'),(3152,511,'_yoast_wpseo_primary_category','4'),(3153,513,'_edit_last','1'),(3154,513,'_edit_lock','1508778913:1'),(3155,401,'_wp_attachment_image_alt','Kate Nicholls - ALMR'),(3156,513,'_thumbnail_id','401'),(3159,513,'slide_template','default'),(3160,513,'_bunyad_featured_post','1'),(3161,513,'_bunyad_cat_label','0'),(3162,513,'_bunyad_featured_disable','0'),(3163,513,'_bunyad_reviews','0'),(3164,513,'_bunyad_review_pos','none'),(3165,513,'_bunyad_review_type','points'),(3166,513,'_bunyad_review_verdict','Awesome'),(3167,513,'_yoast_wpseo_focuskw_text_input','Brexit'),(3168,513,'_yoast_wpseo_focuskw','Brexit'),(3169,513,'_yoast_wpseo_linkdex','71'),(3170,513,'_yoast_wpseo_content_score','30'),(3171,513,'_yoast_wpseo_primary_category','4'),(3176,518,'_edit_last','1'),(3177,518,'_edit_lock','1509580416:1'),(3178,518,'slide_template','default'),(3179,518,'_yoast_wpseo_focuskw_text_input','RedLeg Ginger'),(3180,518,'_yoast_wpseo_focuskw','RedLeg Ginger'),(3181,518,'_yoast_wpseo_linkdex','62'),(3182,518,'_yoast_wpseo_content_score','60'),(3183,521,'_edit_last','1'),(3184,521,'_edit_lock','1510216718:1'),(3185,522,'_wp_attached_file','2017/10/October-page-24.jpg'),(3186,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:368;s:4:\"file\";s:27:\"2017/10/October-page-24.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"October-page-24-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"October-page-24-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"October-page-24-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"October-page-24-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"October-page-24-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"October-page-24-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"October-page-24-324x368.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"October-page-24-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"October-page-24-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"October-page-24-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"October-page-24-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"October-page-24-534x368.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"October-page-24-150x150.jpg\";s:5:\"width\";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:\"October-page-24-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"October-page-24-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"October-page-24-550x336.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"October-page-24-550x336.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"October-page-24-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"October-page-24-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"October-page-24-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"October-page-24-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"October-page-24-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"October-page-24-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"October-page-24-536x368.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"October-page-24-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"October-page-24-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"October-page-24-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"October-page-24-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"October-page-24-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"October-page-24-550x336.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"October-page-24-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3187,522,'_wp_attachment_image_alt','Corrigan’s Mayfair'),(3188,523,'_wp_attached_file','2017/10/October-page-24-4.jpg'),(3189,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2017/10/October-page-24-4.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"October-page-24-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"October-page-24-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"October-page-24-4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"October-page-24-4-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"October-page-24-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:29:\"October-page-24-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"October-page-24-4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"October-page-24-4-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"October-page-24-4-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"October-page-24-4-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:15:\"William Reavell\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1440415896\";s:9:\"copyright\";s:15:\"William Reavell\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:8:\"Corrigan\";}}}'),(3190,524,'_wp_attached_file','2017/10/October-page-24-1.jpg'),(3191,524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2017/10/October-page-24-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"October-page-24-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"October-page-24-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"October-page-24-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"October-page-24-1-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"October-page-24-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:\"October-page-24-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"October-page-24-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"October-page-24-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"October-page-24-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"October-page-24-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"October-page-24-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3192,521,'_oembed_ae24301ffb43f8b3c1096a9681503f27','<blockquote class=\"wp-embedded-content\" data-secret=\"Yjui31nxZT\"><a href=\"http://www.corrigansmayfair.co.uk/\">Home Page</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.corrigansmayfair.co.uk/embed/#?secret=Yjui31nxZT\" data-secret=\"Yjui31nxZT\" width=\"600\" height=\"338\" title=\"&#8220;Home Page&#8221; &#8212; Corrigan&#039;s Mayfair\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3193,521,'_oembed_time_ae24301ffb43f8b3c1096a9681503f27','1509290991'),(3194,521,'_thumbnail_id','522'),(3197,521,'slide_template','default'),(3198,521,'_bunyad_featured_post','1'),(3199,521,'_bunyad_cat_label','0'),(3200,521,'_bunyad_featured_disable','0'),(3201,521,'_bunyad_reviews','0'),(3202,521,'_bunyad_review_pos','none'),(3203,521,'_bunyad_review_type','points'),(3204,521,'_bunyad_review_verdict','Awesome'),(3205,521,'_yoast_wpseo_focuskw_text_input','Corrigan’s Mayfair'),(3206,521,'_yoast_wpseo_focuskw','Corrigan’s Mayfair'),(3207,521,'_yoast_wpseo_linkdex','67'),(3208,521,'_yoast_wpseo_content_score','30'),(3209,521,'_yoast_wpseo_primary_category','5'),(3216,527,'_wp_attached_file','2017/10/DBE5gKXWAAAM2n5.jpg'),(3217,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2017/10/DBE5gKXWAAAM2n5.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"DBE5gKXWAAAM2n5-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"DBE5gKXWAAAM2n5-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-696x870.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-336x420.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-150x150.jpg\";s:5:\"width\";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:\"DBE5gKXWAAAM2n5-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"DBE5gKXWAAAM2n5-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"DBE5gKXWAAAM2n5-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-960x516.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"DBE5gKXWAAAM2n5-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"DBE5gKXWAAAM2n5-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3218,527,'_wp_attachment_image_alt','RedLeg Ginger Mojito'),(3219,528,'_wp_attached_file','2017/11/October-Page-22-RedLeg.jpg'),(3220,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:536;s:4:\"file\";s:34:\"2017/11/October-Page-22-RedLeg.jpg\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"October-Page-22-RedLeg-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"October-Page-22-RedLeg-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x364.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x360.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x462.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x385.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x486.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-235x420.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"October-Page-22-RedLeg-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x516.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x336.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x336.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x386.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x460.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"October-Page-22-RedLeg-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-300x336.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"October-Page-22-RedLeg-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3221,518,'_oembed_09b55eb01ed467ba064ab6052d17ea0f','<blockquote class=\"wp-embedded-content\" data-secret=\"fbxu5vijug\"><a href=\"https://redlegrum.com/red-leg-rum/\">Red Leg Rum</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://redlegrum.com/red-leg-rum/embed/#?secret=fbxu5vijug\" data-secret=\"fbxu5vijug\" width=\"600\" height=\"338\" title=\"&#8220;Red Leg Rum&#8221; &#8212; Red Leg\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3222,518,'_oembed_time_09b55eb01ed467ba064ab6052d17ea0f','1509577185'),(3223,518,'_thumbnail_id','527'),(3226,518,'_bunyad_featured_post','1'),(3227,518,'_bunyad_cat_label','0'),(3228,518,'_bunyad_featured_disable','0'),(3229,518,'_bunyad_reviews','0'),(3230,518,'_bunyad_review_pos','none'),(3231,518,'_bunyad_review_type','points'),(3232,518,'_bunyad_review_verdict','Awesome'),(3233,518,'_yoast_wpseo_primary_category','2'),(3236,530,'_edit_last','1'),(3237,530,'_edit_lock','1510219614:1'),(3240,532,'_wp_attached_file','2017/11/L-VK-SL-rgb300dpi.jpg'),(3241,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:3543;s:4:\"file\";s:29:\"2017/11/L-VK-SL-rgb300dpi.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"L-VK-SL-rgb300dpi-768x2207.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"L-VK-SL-rgb300dpi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"L-VK-SL-rgb300dpi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"L-VK-SL-rgb300dpi-696x2000.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"L-VK-SL-rgb300dpi-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"L-VK-SL-rgb300dpi-1068x3069.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-150x150.jpg\";s:5:\"width\";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:\"L-VK-SL-rgb300dpi-104x300.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"L-VK-SL-rgb300dpi-356x1024.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"L-VK-SL-rgb300dpi-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"L-VK-SL-rgb300dpi-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"L-VK-SL-rgb300dpi-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"L-VK-SL-rgb300dpi-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Simon Broadhead\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1380213176\";s:9:\"copyright\";s:25:\"www.shoot-lifestyle.co.uk\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3242,533,'_wp_attached_file','2017/11/L-VK-TF-rgb300dpi.jpg'),(3243,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:3543;s:4:\"file\";s:29:\"2017/11/L-VK-TF-rgb300dpi.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"L-VK-TF-rgb300dpi-768x2207.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"L-VK-TF-rgb300dpi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"L-VK-TF-rgb300dpi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"L-VK-TF-rgb300dpi-696x2000.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"L-VK-TF-rgb300dpi-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"L-VK-TF-rgb300dpi-1068x3069.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-150x150.jpg\";s:5:\"width\";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:\"L-VK-TF-rgb300dpi-104x300.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"L-VK-TF-rgb300dpi-356x1024.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"L-VK-TF-rgb300dpi-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"L-VK-TF-rgb300dpi-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"L-VK-TF-rgb300dpi-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"L-VK-TF-rgb300dpi-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Simon Broadhead\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1380213176\";s:9:\"copyright\";s:25:\"www.shoot-lifestyle.co.uk\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3244,534,'_wp_attached_file','2017/11/L-VK-OP-rgb300dpi-1.jpg'),(3245,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:3543;s:4:\"file\";s:31:\"2017/11/L-VK-OP-rgb300dpi-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"L-VK-OP-rgb300dpi-1-768x2207.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"L-VK-OP-rgb300dpi-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"L-VK-OP-rgb300dpi-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"L-VK-OP-rgb300dpi-1-696x2000.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"L-VK-OP-rgb300dpi-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"L-VK-OP-rgb300dpi-1-1068x3069.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-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:31:\"L-VK-OP-rgb300dpi-1-104x300.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"L-VK-OP-rgb300dpi-1-356x1024.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"L-VK-OP-rgb300dpi-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"L-VK-OP-rgb300dpi-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"L-VK-OP-rgb300dpi-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"L-VK-OP-rgb300dpi-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Simon Broadhead\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1380213176\";s:9:\"copyright\";s:25:\"www.shoot-lifestyle.co.uk\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3248,536,'_wp_attached_file','2017/11/Page-28.jpg'),(3249,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:3543;s:4:\"file\";s:19:\"2017/11/Page-28.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Page-28-768x2207.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-28-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-28-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-28-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-28-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-28-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-28-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-28-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-28-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-28-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-28-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-28-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-28-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Page-28-696x2000.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-28-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-28-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-28-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Page-28-1068x3069.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-28-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-28-150x150.jpg\";s:5:\"width\";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:\"Page-28-104x300.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-28-356x1024.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Page-28-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Page-28-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Page-28-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Page-28-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Page-28-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Page-28-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Page-28-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Page-28-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Page-28-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Page-28-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Page-28-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Page-28-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"Page-28-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Page-28-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Page-28-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Page-28-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Page-28-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Page-28-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Page-28-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Simon Broadhead\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1380213176\";s:9:\"copyright\";s:25:\"www.shoot-lifestyle.co.uk\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3250,537,'_wp_attached_file','2017/11/Page-28-Cherry.jpg'),(3251,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:3543;s:4:\"file\";s:26:\"2017/11/Page-28-Cherry.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Page-28-Cherry-768x2207.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Page-28-Cherry-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Page-28-Cherry-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Page-28-Cherry-696x2000.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Page-28-Cherry-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Page-28-Cherry-1068x3069.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-150x150.jpg\";s:5:\"width\";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:\"Page-28-Cherry-104x300.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Page-28-Cherry-356x1024.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Page-28-Cherry-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"Page-28-Cherry-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Page-28-Cherry-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Page-28-Cherry-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Simon Broadhead\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1380213176\";s:9:\"copyright\";s:25:\"www.shoot-lifestyle.co.uk\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3252,537,'_wp_attachment_image_alt','VK Black Cherry'),(3253,536,'_wp_attachment_image_alt','VK Blue'),(3254,533,'_wp_attachment_image_alt','VK Tropical Fruits'),(3255,530,'_oembed_0c2f117c867b7f398c26d0635838db18','<blockquote class=\"wp-embedded-content\" data-secret=\"6FOvts5vDR\"><a href=\"https://vkofficial.com/flavours/\">The 7 VK Flavours</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://vkofficial.com/flavours/embed/#?secret=6FOvts5vDR\" data-secret=\"6FOvts5vDR\" width=\"600\" height=\"338\" title=\"&#8220;The 7 VK Flavours&#8221; &#8212; VK\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3256,530,'_oembed_time_0c2f117c867b7f398c26d0635838db18','1510218974'),(3257,530,'_thumbnail_id','536'),(3260,530,'slide_template','default'),(3261,530,'_bunyad_featured_post','1'),(3262,530,'_bunyad_cat_label','0'),(3263,530,'_bunyad_featured_disable','0'),(3264,530,'_bunyad_reviews','0'),(3265,530,'_bunyad_review_pos','none'),(3266,530,'_bunyad_review_type','points'),(3267,530,'_bunyad_review_verdict','Awesome'),(3268,530,'_yoast_wpseo_focuskw_text_input','RTDs'),(3269,530,'_yoast_wpseo_focuskw','RTDs'),(3270,530,'_yoast_wpseo_linkdex','84'),(3271,530,'_yoast_wpseo_content_score','60'),(3272,530,'_yoast_wpseo_primary_category','2'),(3275,539,'_edit_last','1'),(3276,539,'_edit_lock','1510250948:1'),(3277,540,'_wp_attached_file','2017/11/page-32.jpg');
INSERT INTO `wpfr_postmeta` VALUES (3278,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:836;s:6:\"height\";i:420;s:4:\"file\";s:19:\"2017/11/page-32.jpg\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"page-32-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"page-32-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"page-32-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"page-32-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"page-32-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"page-32-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"page-32-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"page-32-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"page-32-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"page-32-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"page-32-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"page-32-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"page-32-534x420.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"page-32-696x350.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"page-32-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"page-32-741x420.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"page-32-836x420.jpg\";s:5:\"width\";i:836;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"page-32-150x150.jpg\";s:5:\"width\";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:\"page-32-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"page-32-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"page-32-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"page-32-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"page-32-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"page-32-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"page-32-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"page-32-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"page-32-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"page-32-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"page-32-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"page-32-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"page-32-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"page-32-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"page-32-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"page-32-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"page-32-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"page-32-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"page-32-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3279,540,'_wp_attachment_image_alt','Drinkaware - Sexual Harassment'),(3280,539,'_thumbnail_id','540'),(3283,539,'slide_template','default'),(3284,539,'_bunyad_featured_post','1'),(3285,539,'_bunyad_cat_label','0'),(3286,539,'_bunyad_featured_disable','0'),(3287,539,'_bunyad_reviews','0'),(3288,539,'_bunyad_review_pos','none'),(3289,539,'_bunyad_review_type','points'),(3290,539,'_bunyad_review_verdict','Awesome'),(3291,539,'_yoast_wpseo_focuskw_text_input','Drinkaware'),(3292,539,'_yoast_wpseo_focuskw','Drinkaware'),(3293,539,'_yoast_wpseo_linkdex','71'),(3294,539,'_yoast_wpseo_content_score','30'),(3295,539,'_yoast_wpseo_primary_category','8'),(3296,542,'_edit_last','1'),(3297,542,'_edit_lock','1510253858:1'),(3298,543,'_wp_attached_file','2017/11/Page-34-1.jpg'),(3299,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2017/11/Page-34-1.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-34-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-34-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-34-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-34-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-34-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-34-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-34-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-34-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-34-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-34-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-34-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-34-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-34-1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-34-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-34-1-720x486.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Page-34-1-720x580.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-34-1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-34-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Page-34-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-34-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Page-34-1-720x516.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-34-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-34-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-34-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-34-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-34-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-34-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-34-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3300,544,'_wp_attached_file','2017/11/Page-34-2.jpg'),(3301,545,'_wp_attached_file','2017/11/Page-34-3.jpg'),(3302,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:21:\"2017/11/Page-34-3.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page-34-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-34-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-34-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-34-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-34-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-34-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-34-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-34-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-34-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-34-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-34-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-34-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-34-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-34-3-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-34-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-34-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Page-34-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page-34-3-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-34-3-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Page-34-3-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-34-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:21:\"Page-34-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Page-34-3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-34-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Page-34-3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-34-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-34-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-34-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-34-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-34-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-34-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-34-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-34-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-34-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-34-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-34-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-34-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-34-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-34-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-34-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-34-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-34-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502985812\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:19:\"0.00090909090909091\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3303,546,'_wp_attached_file','2017/11/Page-34.jpg'),(3304,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:746;s:4:\"file\";s:19:\"2017/11/Page-34.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Page-34-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-34-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-34-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-34-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-34-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-34-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-34-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-34-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-34-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-34-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-34-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-34-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-34-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Page-34-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-34-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-34-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-34-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Page-34-1068x600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-34-748x420.jpg\";s:5:\"width\";i:748;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-34-150x150.jpg\";s:5:\"width\";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:\"Page-34-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-34-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Page-34-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Page-34-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Page-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Page-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Page-34-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Page-34-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Page-34-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Page-34-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Page-34-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Page-34-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Page-34-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Page-34-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"Page-34-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Page-34-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Page-34-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Page-34-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Page-34-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Page-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Page-34-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3305,542,'_oembed_c84b23e0c8d6ff426e33a0bf4278e656','{{unknown}}'),(3306,542,'_oembed_6df9774ef986c1ce491520599ab426f2','{{unknown}}'),(3307,542,'_thumbnail_id','543'),(3310,542,'slide_template','default'),(3311,542,'_bunyad_featured_post','1'),(3312,542,'_bunyad_cat_label','0'),(3313,542,'_bunyad_featured_disable','0'),(3314,542,'_bunyad_reviews','0'),(3315,542,'_bunyad_review_pos','none'),(3316,542,'_bunyad_review_type','points'),(3317,542,'_bunyad_review_verdict','Awesome'),(3318,542,'_yoast_wpseo_focuskw_text_input','Chris Howard FlexFurn'),(3319,542,'_yoast_wpseo_focuskw','Chris Howard FlexFurn'),(3320,542,'_yoast_wpseo_linkdex','69'),(3321,542,'_yoast_wpseo_content_score','30'),(3322,542,'_yoast_wpseo_primary_category','4'),(3323,548,'_edit_last','1'),(3324,548,'_edit_lock','1510752262:1'),(3325,549,'_wp_attached_file','2017/11/October-page-38-1.jpg'),(3326,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:29:\"2017/11/October-page-38-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"October-page-38-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"October-page-38-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"October-page-38-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"October-page-38-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"October-page-38-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"October-page-38-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:\"October-page-38-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"October-page-38-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"October-page-38-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"October-page-38-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"October-page-38-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"October-page-38-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3327,550,'_wp_attached_file','2017/11/October-page-38-2.jpg'),(3328,551,'_wp_attached_file','2017/11/october-page-38.jpg'),(3329,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4928;s:6:\"height\";i:3280;s:4:\"file\";s:27:\"2017/11/october-page-38.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"october-page-38-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"october-page-38-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"october-page-38-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"october-page-38-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"october-page-38-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"october-page-38-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"october-page-38-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"october-page-38-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"october-page-38-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"october-page-38-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"october-page-38-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"october-page-38-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"october-page-38-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"october-page-38-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"october-page-38-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"october-page-38-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"october-page-38-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"october-page-38-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"october-page-38-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"october-page-38-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"october-page-38-150x150.jpg\";s:5:\"width\";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:\"october-page-38-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"october-page-38-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"october-page-38-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"october-page-38-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"october-page-38-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"october-page-38-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"october-page-38-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"october-page-38-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"october-page-38-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"october-page-38-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"october-page-38-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"october-page-38-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"october-page-38-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"october-page-38-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"october-page-38-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"october-page-38-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"october-page-38-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"october-page-38-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"october-page-38-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"october-page-38-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"october-page-38-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409144388\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3330,548,'_thumbnail_id','549'),(3333,548,'slide_template','default'),(3334,548,'_bunyad_featured_post','1'),(3335,548,'_bunyad_cat_label','0'),(3336,548,'_bunyad_featured_disable','0'),(3337,548,'_bunyad_reviews','0'),(3338,548,'_bunyad_review_pos','none'),(3339,548,'_bunyad_review_type','points'),(3340,548,'_bunyad_review_verdict','Awesome'),(3341,548,'_yoast_wpseo_focuskw_text_input','beer'),(3342,548,'_yoast_wpseo_focuskw','beer'),(3343,548,'_yoast_wpseo_linkdex','68'),(3344,548,'_yoast_wpseo_content_score','30'),(3345,548,'_yoast_wpseo_primary_category','2'),(3346,553,'_edit_last','1'),(3347,553,'_edit_lock','1510753570:1'),(3348,554,'_wp_attached_file','2017/11/Page-36.jpg'),(3349,555,'_wp_attached_file','2017/11/Page-36-1.jpg'),(3350,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3480;s:6:\"height\";i:2320;s:4:\"file\";s:21:\"2017/11/Page-36-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page-36-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-36-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-36-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-36-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-36-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-36-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-36-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-36-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-36-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-36-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-36-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-36-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-36-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-36-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-36-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-36-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Page-36-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page-36-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-36-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Page-36-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-36-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Page-36-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Page-36-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-36-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Page-36-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-36-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-36-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-36-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-36-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-36-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-36-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-36-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-36-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-36-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-36-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-36-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-36-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-36-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-36-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-36-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-36-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-36-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3351,555,'_wp_attachment_image_alt','Sally Whelan, Director of HGEM'),(3352,553,'_thumbnail_id','555'),(3355,553,'slide_template','default'),(3356,553,'_bunyad_featured_post','1'),(3357,553,'_bunyad_cat_label','0'),(3358,553,'_bunyad_featured_disable','0'),(3359,553,'_bunyad_reviews','0'),(3360,553,'_bunyad_review_pos','none'),(3361,553,'_bunyad_review_type','points'),(3362,553,'_bunyad_review_verdict','Awesome'),(3363,553,'_yoast_wpseo_focuskw_text_input','Sally Whelan'),(3364,553,'_yoast_wpseo_focuskw','Sally Whelan'),(3365,553,'_yoast_wpseo_linkdex','69'),(3366,553,'_yoast_wpseo_content_score','30'),(3367,553,'_yoast_wpseo_primary_category','8'),(3370,557,'_edit_last','1'),(3371,557,'_edit_lock','1510858211:1'),(3372,558,'_wp_attached_file','2017/11/Page-42.jpg'),(3373,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:19:\"2017/11/Page-42.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Page-42-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-42-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-42-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-42-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-42-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-42-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-42-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-42-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-42-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-42-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-42-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-42-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-42-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Page-42-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-42-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-42-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-42-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Page-42-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-42-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Page-42-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Page-42-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-42-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Page-42-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Page-42-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Page-42-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Page-42-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Page-42-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Page-42-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Page-42-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Page-42-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Page-42-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Page-42-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Page-42-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Page-42-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"Page-42-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Page-42-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Page-42-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Page-42-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Page-42-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Page-42-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Page-42-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:36:\"Oana Brasoveanu &amp; Valentin Verze\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:35:\"Photography by: www.themakers.co.uk\";s:17:\"created_timestamp\";s:10:\"1470322210\";s:9:\"copyright\";s:30:\"© 2016 The Makers Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:35:\"Photography by: www.themakers.co.uk\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:6:{i:0;s:16:\"Bartender school\";i:1;s:6:\"Belfry\";i:2;s:3:\"EBS\";i:3;s:6:\"London\";i:4;s:14:\"OTW Conference\";i:5;s:20:\"coporate photography\";}}}'),(3374,559,'_wp_attached_file','2017/11/Page-42-1.jpg'),(3375,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2017/11/Page-42-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page-42-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-42-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-42-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-42-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-42-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-42-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-42-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-42-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-42-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-42-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-42-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-42-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-42-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-42-1-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-42-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-42-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Page-42-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page-42-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-42-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Page-42-1-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-42-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Page-42-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Page-42-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-42-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Page-42-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-42-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-42-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-42-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-42-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-42-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-42-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-42-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-42-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-42-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-42-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-42-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-42-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-42-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-42-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-42-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-42-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-42-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:36:\"Oana Brasoveanu &amp; Valentin Verze\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:35:\"Photography by: www.themakers.co.uk\";s:17:\"created_timestamp\";s:10:\"1470322050\";s:9:\"copyright\";s:30:\"© 2016 The Makers Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:35:\"Photography by: www.themakers.co.uk\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:6:{i:0;s:16:\"Bartender school\";i:1;s:6:\"Belfry\";i:2;s:3:\"EBS\";i:3;s:6:\"London\";i:4;s:14:\"OTW Conference\";i:5;s:20:\"coporate photography\";}}}'),(3376,560,'_wp_attached_file','2017/11/Page-42-2.jpg'),(3377,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4858;s:6:\"height\";i:3238;s:4:\"file\";s:21:\"2017/11/Page-42-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page-42-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-42-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-42-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-42-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-42-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-42-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-42-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-42-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-42-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-42-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-42-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-42-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-42-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-42-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-42-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-42-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Page-42-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page-42-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-42-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Page-42-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-42-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:21:\"Page-42-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Page-42-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-42-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Page-42-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-42-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-42-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-42-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-42-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-42-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-42-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-42-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-42-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-42-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-42-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-42-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-42-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-42-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-42-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-42-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-42-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-42-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3378,561,'_wp_attached_file','2017/11/Page-42-3.png'),(3379,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:570;s:4:\"file\";s:21:\"2017/11/Page-42-3.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-42-3-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-42-3-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-42-3-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-42-3-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-42-3-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-42-3-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-42-3-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-42-3-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-42-3-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-42-3-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-42-3-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-42-3-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x385.png\";s:5:\"width\";i:570;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x486.png\";s:5:\"width\";i:570;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-42-3-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-42-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Page-42-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-42-3-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x516.png\";s:5:\"width\";i:570;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x336.png\";s:5:\"width\";i:570;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x336.png\";s:5:\"width\";i:570;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-42-3-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-42-3-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-42-3-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-42-3-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-42-3-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-42-3-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-42-3-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-42-3-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x460.png\";s:5:\"width\";i:570;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-42-3-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-42-3-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-42-3-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-42-3-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-42-3-570x336.png\";s:5:\"width\";i:570;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-42-3-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(3380,557,'_thumbnail_id','558'),(3383,557,'slide_template','default'),(3384,557,'_bunyad_featured_post','1'),(3385,557,'_bunyad_cat_label','0'),(3386,557,'_bunyad_featured_disable','0'),(3387,557,'_bunyad_reviews','0'),(3388,557,'_bunyad_review_pos','none'),(3389,557,'_bunyad_review_type','points'),(3390,557,'_bunyad_review_verdict','Awesome'),(3391,557,'_yoast_wpseo_focuskw_text_input','brexit'),(3392,557,'_yoast_wpseo_focuskw','brexit'),(3393,557,'_yoast_wpseo_linkdex','75'),(3394,557,'_yoast_wpseo_content_score','30'),(3395,557,'_yoast_wpseo_primary_category','4'),(3398,564,'_edit_last','1'),(3399,564,'_edit_lock','1510858538:1'),(3400,564,'_thumbnail_id','388'),(3403,564,'slide_template','default'),(3404,564,'_bunyad_featured_post','1'),(3405,564,'_bunyad_cat_label','0'),(3406,564,'_bunyad_featured_disable','0'),(3407,564,'_bunyad_reviews','0'),(3408,564,'_bunyad_review_pos','none'),(3409,564,'_bunyad_review_type','points'),(3410,564,'_bunyad_review_verdict','Awesome'),(3411,564,'_yoast_wpseo_focuskw_text_input','save pubs'),(3412,564,'_yoast_wpseo_focuskw','save pubs'),(3413,564,'_yoast_wpseo_linkdex','61'),(3414,564,'_yoast_wpseo_content_score','30'),(3415,564,'_yoast_wpseo_primary_category','8'),(3416,566,'_edit_last','1'),(3417,566,'_edit_lock','1511000872:1'),(3418,567,'_wp_attached_file','2017/11/Nov17-Page-22-23-1.jpg'),(3419,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:30:\"2017/11/Nov17-Page-22-23-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-22-23-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Nov17-Page-22-23-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Nov17-Page-22-23-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Nov17-Page-22-23-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Nov17-Page-22-23-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-22-23-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Nov17-Page-22-23-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-22-23-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Jason E Kaplan\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1429091249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3420,568,'_wp_attached_file','2017/11/Small-Ind-Am-Craft-Beer-banner.jpg'),(3421,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:644;s:4:\"file\";s:42:\"2017/11/Small-Ind-Am-Craft-Beer-banner.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-768x242.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Small-Ind-Am-Craft-Beer-banner-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Small-Ind-Am-Craft-Beer-banner-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-696x219.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Small-Ind-Am-Craft-Beer-banner-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Small-Ind-Am-Craft-Beer-banner-1068x336.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Small-Ind-Am-Craft-Beer-banner-1336x420.jpg\";s:5:\"width\";i:1336;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Small-Ind-Am-Craft-Beer-banner-1920x604.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Small-Ind-Am-Craft-Beer-banner-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Small-Ind-Am-Craft-Beer-banner-1024x322.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Small-Ind-Am-Craft-Beer-banner-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"Small-Ind-Am-Craft-Beer-banner-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Small-Ind-Am-Craft-Beer-banner-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Small-Ind-Am-Craft-Beer-banner-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3422,569,'_wp_attached_file','2017/11/Nov17-Page-22-23.jpg'),(3423,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1935;s:6:\"height\";i:2008;s:4:\"file\";s:28:\"2017/11/Nov17-Page-22-23.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-768x797.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Nov17-Page-22-23-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-22-23-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-696x722.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-22-23-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1068x1108.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-405x420.jpg\";s:5:\"width\";i:405;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Nov17-Page-22-23-1920x1992.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1992;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-150x150.jpg\";s:5:\"width\";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:\"Nov17-Page-22-23-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-22-23-987x1024.jpg\";s:5:\"width\";i:987;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-22-23-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-22-23-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-22-23-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-22-23-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1429635327\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3424,566,'_thumbnail_id','567'),(3427,566,'slide_template','default'),(3428,566,'_bunyad_featured_post','1'),(3429,566,'_bunyad_cat_label','0'),(3430,566,'_bunyad_featured_disable','0'),(3431,566,'_bunyad_reviews','0'),(3432,566,'_bunyad_review_pos','none'),(3433,566,'_bunyad_review_type','points'),(3434,566,'_bunyad_review_verdict','Awesome'),(3435,566,'_yoast_wpseo_focuskw_text_input','Brewers Association'),(3436,566,'_yoast_wpseo_focuskw','Brewers Association'),(3437,566,'_yoast_wpseo_linkdex','76'),(3438,566,'_yoast_wpseo_content_score','30'),(3439,566,'_yoast_wpseo_primary_category','8'),(3442,571,'_edit_last','1'),(3443,571,'_edit_lock','1511001466:1'),(3444,571,'_thumbnail_id','434'),(3447,571,'slide_template','default'),(3448,571,'_bunyad_featured_post','1'),(3449,571,'_bunyad_cat_label','0'),(3450,571,'_bunyad_featured_disable','0'),(3451,571,'_bunyad_reviews','0'),(3452,571,'_bunyad_review_pos','none'),(3453,571,'_bunyad_review_type','points'),(3454,571,'_bunyad_review_verdict','Awesome'),(3455,571,'_yoast_wpseo_focuskw_text_input','ALMR calls'),(3456,571,'_yoast_wpseo_focuskw','ALMR calls'),(3457,571,'_yoast_wpseo_linkdex','65'),(3458,571,'_yoast_wpseo_content_score','30'),(3459,571,'_yoast_wpseo_primary_category','8'),(3460,573,'_edit_last','1'),(3461,573,'_edit_lock','1511002371:1'),(3462,573,'_thumbnail_id','445'),(3465,573,'slide_template','default'),(3466,573,'_bunyad_featured_post','1'),(3467,573,'_bunyad_cat_label','0'),(3468,573,'_bunyad_featured_disable','0'),(3469,573,'_bunyad_reviews','0'),(3470,573,'_bunyad_review_pos','none'),(3471,573,'_bunyad_review_type','points'),(3472,573,'_bunyad_review_verdict','Awesome'),(3473,573,'_yoast_wpseo_focuskw_text_input','hospitality'),(3474,573,'_yoast_wpseo_focuskw','hospitality'),(3475,573,'_yoast_wpseo_linkdex','74'),(3476,573,'_yoast_wpseo_content_score','30'),(3477,573,'_yoast_wpseo_primary_category','8'),(3478,575,'_edit_last','1'),(3479,575,'_edit_lock','1511003049:1'),(3480,575,'_oembed_b68be4563691560e1acdddfe7187a223','{{unknown}}'),(3481,575,'_oembed_44bf1b29e96ef540906f40dd5c4a5f8b','{{unknown}}'),(3482,576,'_wp_attached_file','2017/11/RYAN7986.jpg'),(3483,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2017/11/RYAN7986.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"RYAN7986-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"RYAN7986-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"RYAN7986-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"RYAN7986-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"RYAN7986-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"RYAN7986-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"RYAN7986-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"RYAN7986-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"RYAN7986-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"RYAN7986-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"RYAN7986-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"RYAN7986-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"RYAN7986-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"RYAN7986-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"RYAN7986-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"RYAN7986-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"RYAN7986-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"RYAN7986-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"RYAN7986-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"RYAN7986-150x150.jpg\";s:5:\"width\";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:\"RYAN7986-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"RYAN7986-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"RYAN7986-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"RYAN7986-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"RYAN7986-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"RYAN7986-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"RYAN7986-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"RYAN7986-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN7986-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"RYAN7986-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN7986-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN7986-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"RYAN7986-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN7986-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"RYAN7986-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"RYAN7986-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"RYAN7986-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"RYAN7986-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"RYAN7986-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"RYAN7986-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"RYAN7986-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3484,577,'_wp_attached_file','2017/11/RYAN8068.jpg'),(3485,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2017/11/RYAN8068.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"RYAN8068-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"RYAN8068-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"RYAN8068-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"RYAN8068-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"RYAN8068-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"RYAN8068-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"RYAN8068-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"RYAN8068-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"RYAN8068-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"RYAN8068-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"RYAN8068-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"RYAN8068-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"RYAN8068-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"RYAN8068-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"RYAN8068-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"RYAN8068-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"RYAN8068-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"RYAN8068-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"RYAN8068-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"RYAN8068-150x150.jpg\";s:5:\"width\";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:\"RYAN8068-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"RYAN8068-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"RYAN8068-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"RYAN8068-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"RYAN8068-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"RYAN8068-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"RYAN8068-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"RYAN8068-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN8068-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"RYAN8068-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN8068-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN8068-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"RYAN8068-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN8068-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"RYAN8068-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"RYAN8068-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"RYAN8068-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"RYAN8068-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"RYAN8068-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"RYAN8068-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"RYAN8068-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3486,578,'_wp_attached_file','2017/11/RYAN8165.jpg'),(3487,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2017/11/RYAN8165.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"RYAN8165-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"RYAN8165-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"RYAN8165-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"RYAN8165-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"RYAN8165-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"RYAN8165-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"RYAN8165-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"RYAN8165-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"RYAN8165-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"RYAN8165-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"RYAN8165-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"RYAN8165-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"RYAN8165-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"RYAN8165-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"RYAN8165-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"RYAN8165-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"RYAN8165-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"RYAN8165-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"RYAN8165-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"RYAN8165-150x150.jpg\";s:5:\"width\";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:\"RYAN8165-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"RYAN8165-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"RYAN8165-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"RYAN8165-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"RYAN8165-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"RYAN8165-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"RYAN8165-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"RYAN8165-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN8165-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"RYAN8165-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN8165-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN8165-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"RYAN8165-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN8165-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"RYAN8165-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"RYAN8165-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"RYAN8165-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"RYAN8165-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"RYAN8165-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"RYAN8165-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"RYAN8165-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3488,579,'_wp_attached_file','2017/11/RYAN8185.jpg'),(3489,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2017/11/RYAN8185.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"RYAN8185-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"RYAN8185-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"RYAN8185-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"RYAN8185-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"RYAN8185-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"RYAN8185-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"RYAN8185-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"RYAN8185-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"RYAN8185-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"RYAN8185-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"RYAN8185-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"RYAN8185-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"RYAN8185-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"RYAN8185-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"RYAN8185-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"RYAN8185-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"RYAN8185-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"RYAN8185-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"RYAN8185-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"RYAN8185-150x150.jpg\";s:5:\"width\";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:\"RYAN8185-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"RYAN8185-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"RYAN8185-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"RYAN8185-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"RYAN8185-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"RYAN8185-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"RYAN8185-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"RYAN8185-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN8185-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"RYAN8185-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN8185-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"RYAN8185-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"RYAN8185-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"RYAN8185-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"RYAN8185-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"RYAN8185-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"RYAN8185-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"RYAN8185-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"RYAN8185-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"RYAN8185-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"RYAN8185-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"contact@ryandinham.co.uk      www.ryandinham.co.uk\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3490,578,'_wp_attachment_image_alt','Sasha & John Digweed'),(3491,575,'_thumbnail_id','577'),(3494,575,'slide_template','default'),(3495,575,'_bunyad_featured_post','1'),(3496,575,'_bunyad_cat_label','0'),(3497,575,'_bunyad_featured_disable','0'),(3498,575,'_bunyad_reviews','0'),(3499,575,'_bunyad_review_pos','none'),(3500,575,'_bunyad_review_type','points'),(3501,575,'_bunyad_review_verdict','Awesome'),(3502,575,'_yoast_wpseo_focuskw_text_input','Social Festival'),(3503,575,'_yoast_wpseo_focuskw','Social Festival'),(3504,575,'_yoast_wpseo_linkdex','77'),(3505,575,'_yoast_wpseo_content_score','30'),(3506,575,'_yoast_wpseo_primary_category','5'),(3507,581,'_edit_last','1'),(3508,581,'_edit_lock','1511685681:1'),(3509,582,'_wp_attached_file','2017/11/Tia-Maria-bottle.jpg'),(3510,583,'_wp_attached_file','2017/11/Tia-Maria-Cappuccino.jpg'),(3511,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2803;s:6:\"height\";i:4200;s:4:\"file\";s:32:\"2017/11/Tia-Maria-Cappuccino.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Tia-Maria-Cappuccino-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-Cappuccino-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Tia-Maria-Cappuccino-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Tia-Maria-Cappuccino-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Tia-Maria-Cappuccino-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Tia-Maria-Cappuccino-1068x1600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"Tia-Maria-Cappuccino-1920x2877.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Tia-Maria-Cappuccino-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Tia-Maria-Cappuccino-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Tia-Maria-Cappuccino-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Tia-Maria-Cappuccino-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Tia-Maria-Cappuccino-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1504716399\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3512,584,'_wp_attached_file','2017/11/Tia-Maria-bottle-1.jpg'),(3513,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:1004;s:4:\"file\";s:30:\"2017/11/Tia-Maria-bottle-1.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x364.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x360.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x462.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x385.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x486.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x580.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-105x300.jpg\";s:5:\"width\";i:105;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x516.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x386.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x460.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-350x336.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3514,581,'_thumbnail_id','583'),(3517,581,'slide_template','default'),(3518,581,'_bunyad_featured_post','1'),(3519,581,'_bunyad_cat_label','0'),(3520,581,'_bunyad_featured_disable','0'),(3521,581,'_bunyad_reviews','0'),(3522,581,'_bunyad_review_pos','none'),(3523,581,'_bunyad_review_type','points'),(3524,581,'_bunyad_review_verdict','Awesome'),(3525,581,'_yoast_wpseo_focuskw_text_input','Tia Maria Cappuccino'),(3526,581,'_yoast_wpseo_focuskw','Tia Maria Cappuccino'),(3527,581,'_yoast_wpseo_linkdex','65'),(3528,581,'_yoast_wpseo_content_score','60'),(3529,581,'_yoast_wpseo_primary_category','2'),(3530,586,'_edit_last','1'),(3531,586,'_edit_lock','1511686252:1'),(3532,586,'_oembed_2e394f9641e8346f457f1a7ab64b8a99','{{unknown}}'),(3533,586,'_oembed_0c2f117c867b7f398c26d0635838db18','<blockquote class=\"wp-embedded-content\" data-secret=\"Js17RYfU2o\"><a href=\"https://vkofficial.com/flavours/\">The 7 VK Flavours</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://vkofficial.com/flavours/embed/#?secret=Js17RYfU2o\" data-secret=\"Js17RYfU2o\" width=\"600\" height=\"338\" title=\"&#8220;The 7 VK Flavours&#8221; &#8212; VK\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3534,586,'_oembed_time_0c2f117c867b7f398c26d0635838db18','1511686060'),(3535,586,'_oembed_80558ec0a117d265fbced4d25804dbd6','{{unknown}}'),(3536,587,'_wp_attached_file','2017/11/DSC_0955-e1505377748204-768x472.jpg'),(3537,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:472;s:4:\"file\";s:43:\"2017/11/DSC_0955-e1505377748204-768x472.jpg\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"DSC_0955-e1505377748204-768x472-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"DSC_0955-e1505377748204-768x472-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-696x428.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-741x472.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-683x420.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"DSC_0955-e1505377748204-768x472-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"DSC_0955-e1505377748204-768x472-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"DSC_0955-e1505377748204-768x472-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3538,588,'_wp_attached_file','2017/11/VK-Volume-up-article-image-730x450.jpg'),(3539,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:730;s:6:\"height\";i:450;s:4:\"file\";s:46:\"2017/11/VK-Volume-up-article-image-730x450.jpg\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"VK-Volume-up-article-image-730x450-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"VK-Volume-up-article-image-730x450-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-534x450.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-696x429.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-681x420.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"VK-Volume-up-article-image-730x450-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"VK-Volume-up-article-image-730x450-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"VK-Volume-up-article-image-730x450-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3540,586,'_thumbnail_id','588'),(3543,586,'slide_template','default'),(3544,586,'_bunyad_featured_post','1'),(3545,586,'_bunyad_cat_label','0'),(3546,586,'_bunyad_featured_disable','0'),(3547,586,'_bunyad_reviews','0'),(3548,586,'_bunyad_review_pos','none'),(3549,586,'_bunyad_review_type','points'),(3550,586,'_bunyad_review_verdict','Awesome'),(3551,586,'_yoast_wpseo_focuskw_text_input','RTDs'),(3552,586,'_yoast_wpseo_focuskw','RTDs'),(3553,586,'_yoast_wpseo_linkdex','73'),(3554,586,'_yoast_wpseo_content_score','30'),(3555,586,'_yoast_wpseo_primary_category','2'),(3556,591,'_edit_last','1'),(3557,591,'_edit_lock','1511686813:1'),(3558,592,'_wp_attached_file','2017/11/ndml-news.jpg'),(3559,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2017/11/ndml-news.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"ndml-news-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"ndml-news-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"ndml-news-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"ndml-news-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"ndml-news-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"ndml-news-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"ndml-news-324x250.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"ndml-news-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ndml-news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ndml-news-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"ndml-news-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"ndml-news-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"ndml-news-350x185.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"ndml-news-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"ndml-news-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"ndml-news-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"ndml-news-233x250.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"ndml-news-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"ndml-news-350x240.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"ndml-news-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"ndml-news-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"ndml-news-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"ndml-news-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3560,591,'_thumbnail_id','592'),(3563,591,'slide_template','default'),(3564,591,'_bunyad_featured_post','1'),(3565,591,'_bunyad_cat_label','0'),(3566,591,'_bunyad_featured_disable','0'),(3567,591,'_bunyad_reviews','0'),(3568,591,'_bunyad_review_pos','none'),(3569,591,'_bunyad_review_type','points'),(3570,591,'_bunyad_review_verdict','Awesome'),(3571,591,'_yoast_wpseo_focuskw_text_input','NDML'),(3572,591,'_yoast_wpseo_focuskw','NDML'),(3573,591,'_yoast_wpseo_linkdex','58'),(3574,591,'_yoast_wpseo_content_score','30'),(3575,591,'_yoast_wpseo_primary_category','8'),(3578,595,'_edit_last','1'),(3579,595,'_edit_lock','1511687372:1'),(3580,596,'_wp_attached_file','2017/11/Nov17-Page-38-2.jpg'),(3581,596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1725;s:6:\"height\";i:2300;s:4:\"file\";s:27:\"2017/11/Nov17-Page-38-2.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Nov17-Page-38-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-38-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Nov17-Page-38-2-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-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:27:\"Nov17-Page-38-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-38-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-38-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nov17-Page-38-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Nov17-Page-38-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Nov17-Page-38-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Nov17-Page-38-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1500594800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3582,597,'_wp_attached_file','2017/11/Nov17-Page-38.jpg'),(3583,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2017/11/Nov17-Page-38.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-768x681.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Nov17-Page-38-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Nov17-Page-38-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-696x617.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-790x580.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-474x420.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-150x150.jpg\";s:5:\"width\";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:\"Nov17-Page-38-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Nov17-Page-38-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-790x516.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Nov17-Page-38-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Nov17-Page-38-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3584,595,'_thumbnail_id','596'),(3587,595,'slide_template','default'),(3588,595,'_bunyad_featured_post','1'),(3589,595,'_bunyad_cat_label','0'),(3590,595,'_bunyad_featured_disable','0'),(3591,595,'_bunyad_reviews','0'),(3592,595,'_bunyad_review_pos','none'),(3593,595,'_bunyad_review_type','points'),(3594,595,'_bunyad_review_verdict','Awesome'),(3595,595,'_yoast_wpseo_focuskw_text_input','British hop'),(3596,595,'_yoast_wpseo_focuskw','British hop'),(3597,595,'_yoast_wpseo_linkdex','71'),(3598,595,'_yoast_wpseo_content_score','30'),(3599,595,'_yoast_wpseo_primary_category','2'),(3600,599,'_edit_last','1'),(3601,599,'_edit_lock','1512150051:1'),(3602,599,'_oembed_a63eb7e65443d6ce696f21e53f396d63','{{unknown}}'),(3603,599,'_oembed_8c5beb314251b78faf0d94774e5c25a8','<blockquote class=\"wp-embedded-content\" data-secret=\"hK6d3qzw3K\"><a href=\"http://star-emea.com/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://star-emea.com/embed/#?secret=hK6d3qzw3K\" data-secret=\"hK6d3qzw3K\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Star EMEA\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3604,599,'_oembed_time_8c5beb314251b78faf0d94774e5c25a8','1511687822'),(3605,600,'_wp_attached_file','2017/11/nov17-page-42-1.jpg'),(3606,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1680;s:4:\"file\";s:27:\"2017/11/nov17-page-42-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"nov17-page-42-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-696x974.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:974;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"nov17-page-42-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"nov17-page-42-1-1068x1495.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-300x420.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-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:27:\"nov17-page-42-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"nov17-page-42-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"nov17-page-42-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"nov17-page-42-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3607,601,'_wp_attached_file','2017/11/nov17-page-42.jpg'),(3608,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2737;s:6:\"height\";i:959;s:4:\"file\";s:25:\"2017/11/nov17-page-42.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"nov17-page-42-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"nov17-page-42-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-696x244.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1068x374.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1199x420.jpg\";s:5:\"width\";i:1199;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1920x673.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1024x359.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"nov17-page-42-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"nov17-page-42-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"nov17-page-42-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"nov17-page-42-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"Star_WhiteOnBlue\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3609,600,'_wp_attachment_image_alt','Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA'),(3610,599,'_thumbnail_id','600'),(3613,599,'slide_template','default'),(3614,599,'_bunyad_featured_post','1'),(3615,599,'_bunyad_cat_label','0'),(3616,599,'_bunyad_featured_disable','0'),(3617,599,'_bunyad_reviews','0'),(3618,599,'_bunyad_review_pos','none'),(3619,599,'_bunyad_review_type','points'),(3620,599,'_bunyad_review_verdict','Awesome'),(3621,599,'_yoast_wpseo_focuskw_text_input','Star Micronics'),(3622,599,'_yoast_wpseo_focuskw','Star Micronics'),(3623,599,'_yoast_wpseo_linkdex','82'),(3624,599,'_yoast_wpseo_content_score','30'),(3625,599,'_yoast_wpseo_primary_category','4'),(3626,599,'_oembed_db16ebc1da2b77ac246b95c3fbed61e5','<blockquote class=\"wp-embedded-content\" data-secret=\"vkvyumASwb\"><a href=\"https://www.stargb.com/\">Home Page</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.stargb.com/embed/#?secret=vkvyumASwb\" data-secret=\"vkvyumASwb\" width=\"600\" height=\"338\" title=\"&#8220;Home Page&#8221; &#8212; Star GB\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3627,599,'_oembed_time_db16ebc1da2b77ac246b95c3fbed61e5','1511688328'),(3632,606,'_edit_last','1'),(3633,606,'_edit_lock','1512150665:1'),(3634,606,'_thumbnail_id','434'),(3637,606,'slide_template','default'),(3638,606,'_bunyad_featured_post','1'),(3639,606,'_bunyad_cat_label','0'),(3640,606,'_bunyad_featured_disable','0'),(3641,606,'_bunyad_reviews','0'),(3642,606,'_bunyad_review_pos','none'),(3643,606,'_bunyad_review_type','points'),(3644,606,'_bunyad_review_verdict','Awesome'),(3645,606,'_yoast_wpseo_focuskw_text_input','London\'s clubs'),(3646,606,'_yoast_wpseo_focuskw','London\'s clubs'),(3647,606,'_yoast_wpseo_linkdex','52'),(3648,606,'_yoast_wpseo_content_score','30'),(3649,606,'_yoast_wpseo_primary_category','8'),(3650,608,'_edit_last','1'),(3651,608,'_edit_lock','1515951035:1'),(3652,609,'_wp_attached_file','2017/12/Brakes-Scotland-brochure.jpg'),(3653,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:922;s:4:\"file\";s:36:\"2017/12/Brakes-Scotland-brochure.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Brakes-Scotland-brochure-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Brakes-Scotland-brochure-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-696x878.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-731x486.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-731x580.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-333x420.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Brakes-Scotland-brochure-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-731x516.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Brakes-Scotland-brochure-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Brakes-Scotland-brochure-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3654,610,'_wp_attached_file','2017/12/smoked-duck.jpg'),(3655,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:452;s:4:\"file\";s:23:\"2017/12/smoked-duck.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"smoked-duck-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"smoked-duck-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"smoked-duck-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"smoked-duck-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"smoked-duck-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"smoked-duck-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"smoked-duck-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"smoked-duck-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"smoked-duck-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"smoked-duck-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"smoked-duck-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"smoked-duck-534x452.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"smoked-duck-597x385.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"smoked-duck-555x420.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"smoked-duck-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"smoked-duck-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"smoked-duck-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"smoked-duck-597x336.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"smoked-duck-597x336.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"smoked-duck-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"smoked-duck-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"smoked-duck-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"smoked-duck-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"smoked-duck-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"smoked-duck-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"smoked-duck-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"smoked-duck-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"smoked-duck-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"smoked-duck-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"smoked-duck-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"smoked-duck-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"smoked-duck-597x336.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"smoked-duck-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3656,609,'_wp_attachment_image_alt','Brakes Scotland brochure'),(3657,610,'_wp_attachment_image_alt','Brakes Scotland - Smoked Duck'),(3658,608,'_thumbnail_id','609'),(3661,608,'slide_template','default'),(3662,608,'_bunyad_featured_post','1'),(3663,608,'_bunyad_cat_label','0'),(3664,608,'_bunyad_featured_disable','0'),(3665,608,'_bunyad_reviews','0'),(3666,608,'_bunyad_review_pos','none'),(3667,608,'_bunyad_review_type','points'),(3668,608,'_bunyad_review_verdict','Awesome'),(3669,608,'_yoast_wpseo_focuskw_text_input','Brakes Scotland'),(3670,608,'_yoast_wpseo_focuskw','Brakes Scotland'),(3671,608,'_yoast_wpseo_linkdex','80'),(3672,608,'_yoast_wpseo_content_score','30'),(3673,608,'_yoast_wpseo_primary_category','3'),(3676,613,'_edit_last','1'),(3677,613,'_edit_lock','1512222959:1'),(3678,614,'_wp_attached_file','2017/12/Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3.jpg'),(3679,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:89:\"2017/12/Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:87:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:88:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:90:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-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:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:90:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:88:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:90:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:88:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:89:\"Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1507221367\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3680,614,'_wp_attachment_image_alt','Rommel Moseley Drinkaware director of business development and partnerships'),(3681,613,'_oembed_4a920d94ff740bd0ec53b4aebce0a6c0','{{unknown}}'),(3682,613,'_oembed_61436fc48e03783b3967364f2e87e107','{{unknown}}'),(3683,613,'_thumbnail_id','614'),(3686,613,'slide_template','default'),(3687,613,'_bunyad_featured_post','1'),(3688,613,'_bunyad_cat_label','0'),(3689,613,'_bunyad_featured_disable','0'),(3690,613,'_bunyad_reviews','0'),(3691,613,'_bunyad_review_pos','none'),(3692,613,'_bunyad_review_type','points'),(3693,613,'_bunyad_review_verdict','Awesome'),(3694,613,'_yoast_wpseo_focuskw_text_input','low alcohol'),(3695,613,'_yoast_wpseo_focuskw','low alcohol'),(3696,613,'_yoast_wpseo_linkdex','69'),(3697,613,'_yoast_wpseo_content_score','30'),(3698,613,'_yoast_wpseo_primary_category','6'),(3699,616,'_edit_last','1'),(3700,616,'_edit_lock','1513191695:1'),(3701,617,'_wp_attached_file','2017/12/New-building-in-progress-at-Hogs-Back-Brewery.jpg'),(3702,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1906;s:4:\"file\";s:57:\"2017/12/New-building-in-progress-at-Hogs-Back-Brewery.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-768x732.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"New-building-in-progress-at-Hogs-Back-Brewery-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"New-building-in-progress-at-Hogs-Back-Brewery-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-696x663.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"New-building-in-progress-at-Hogs-Back-Brewery-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"New-building-in-progress-at-Hogs-Back-Brewery-1068x1018.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-441x420.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:59:\"New-building-in-progress-at-Hogs-Back-Brewery-1920x1830.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"New-building-in-progress-at-Hogs-Back-Brewery-1024x976.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:976;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"New-building-in-progress-at-Hogs-Back-Brewery-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:58:\"New-building-in-progress-at-Hogs-Back-Brewery-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:56:\"New-building-in-progress-at-Hogs-Back-Brewery-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:57:\"New-building-in-progress-at-Hogs-Back-Brewery-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3703,617,'_wp_attachment_image_alt','New building in progress at Hogs Back Brewery'),(3704,616,'_oembed_3a55b2c84fa26b25d0db2d15e7f464cd','<blockquote class=\"wp-embedded-content\" data-secret=\"iKaYIZ6Kal\"><a href=\"https://www.hogsback.co.uk/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.hogsback.co.uk/embed/#?secret=iKaYIZ6Kal\" data-secret=\"iKaYIZ6Kal\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Hogsback\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3705,616,'_oembed_time_3a55b2c84fa26b25d0db2d15e7f464cd','1512223450'),(3706,616,'_thumbnail_id','617'),(3709,616,'slide_template','default'),(3710,616,'_bunyad_featured_post','1'),(3711,616,'_bunyad_cat_label','0'),(3712,616,'_bunyad_featured_disable','0'),(3713,616,'_bunyad_reviews','0'),(3714,616,'_bunyad_review_pos','none'),(3715,616,'_bunyad_review_type','points'),(3716,616,'_bunyad_review_verdict','Awesome'),(3717,616,'_yoast_wpseo_focuskw_text_input','Hogs Back Brewery'),(3718,616,'_yoast_wpseo_focuskw','Hogs Back Brewery'),(3719,616,'_yoast_wpseo_linkdex','75'),(3720,616,'_yoast_wpseo_content_score','30'),(3721,616,'_yoast_wpseo_primary_category','2'),(3722,619,'_edit_last','1'),(3723,619,'_edit_lock','1513603695:1'),(3724,620,'_wp_attached_file','2017/12/Hotelympia-logo-2018-Hospitality.jpg'),(3725,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:1030;s:4:\"file\";s:44:\"2017/12/Hotelympia-logo-2018-Hospitality.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Hotelympia-logo-2018-Hospitality-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Hotelympia-logo-2018-Hospitality-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x385.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x486.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x580.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-275x420.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Hotelympia-logo-2018-Hospitality-670x1024.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Hotelympia-logo-2018-Hospitality-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x516.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x336.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x336.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"Hotelympia-logo-2018-Hospitality-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-674x336.jpg\";s:5:\"width\";i:674;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"Hotelympia-logo-2018-Hospitality-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3726,619,'_thumbnail_id','620'),(3729,619,'slide_template','default'),(3730,619,'_bunyad_featured_post','1'),(3731,619,'_bunyad_cat_label','0'),(3732,619,'_bunyad_featured_disable','0'),(3733,619,'_bunyad_reviews','0'),(3734,619,'_bunyad_review_pos','none'),(3735,619,'_bunyad_review_type','points'),(3736,619,'_bunyad_review_verdict','Awesome'),(3737,619,'_yoast_wpseo_focuskw_text_input','Hotelympia'),(3738,619,'_yoast_wpseo_focuskw','Hotelympia'),(3739,619,'_yoast_wpseo_linkdex','66'),(3740,619,'_yoast_wpseo_content_score','30'),(3741,619,'_yoast_wpseo_primary_category','6'),(3742,622,'_edit_last','1'),(3743,622,'_edit_lock','1513615135:1'),(3744,623,'_wp_attached_file','2017/12/Appleton-Thorn-Village-Hall-8.jpg'),(3745,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1152;s:4:\"file\";s:41:\"2017/12/Appleton-Thorn-Village-Hall-8.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Appleton-Thorn-Village-Hall-8-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Appleton-Thorn-Village-Hall-8-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Appleton-Thorn-Village-Hall-8-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Appleton-Thorn-Village-Hall-8-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Appleton-Thorn-Village-Hall-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Appleton-Thorn-Village-Hall-8-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Appleton-Thorn-Village-Hall-8-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Appleton-Thorn-Village-Hall-8-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Appleton-Thorn-Village-Hall-8-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446288792\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3746,624,'_wp_attached_file','2017/12/Albatross.jpg'),(3747,625,'_wp_attached_file','2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg'),(3748,625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:3216;s:4:\"file\";s:43:\"2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Bexhill-on-Sea-Albatross-Club-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Bexhill-on-Sea-Albatross-Club-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Bexhill-on-Sea-Albatross-Club-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Bexhill-on-Sea-Albatross-Club-1-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:45:\"Bexhill-on-Sea-Albatross-Club-1-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-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:43:\"Bexhill-on-Sea-Albatross-Club-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Bexhill-on-Sea-Albatross-Club-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Bexhill-on-Sea-Albatross-Club-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Bexhill-on-Sea-Albatross-Club-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Bexhill-on-Sea-Albatross-Club-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Bexhill-on-Sea-Albatross-Club-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"VR325,VR320,D725\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1389444249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3749,626,'_wp_attached_file','2017/12/camra.jpg'),(3750,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:707;s:4:\"file\";s:17:\"2017/12/camra.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"camra-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"camra-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"camra-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"camra-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"camra-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"camra-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"camra-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"camra-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"camra-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"camra-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"camra-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"camra-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"camra-696x701.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"camra-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"camra-702x486.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"camra-702x580.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"camra-417x420.jpg\";s:5:\"width\";i:417;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"camra-150x150.jpg\";s:5:\"width\";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:\"camra-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"camra-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"camra-702x516.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"camra-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"camra-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"camra-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"camra-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"camra-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"camra-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"camra-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"camra-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"camra-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"camra-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"camra-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"camra-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"camra-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"camra-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"camra-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"camra-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"camra-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3751,626,'_wp_attachment_image_alt','CAMRA - Campaign for real ale'),(3752,625,'_wp_attachment_image_alt','Bexhill-on-Sea - Albatross-Club'),(3753,623,'_wp_attachment_image_alt','Appleton Thorn Village Hall'),(3754,622,'_thumbnail_id','626'),(3757,622,'slide_template','default'),(3758,622,'_bunyad_featured_post','1'),(3759,622,'_bunyad_cat_label','0'),(3760,622,'_bunyad_featured_disable','0'),(3761,622,'_bunyad_reviews','0'),(3762,622,'_bunyad_review_pos','none'),(3763,622,'_bunyad_review_type','points'),(3764,622,'_bunyad_review_verdict','Awesome'),(3765,622,'_yoast_wpseo_focuskw_text_input','Campaign for Real Ale'),(3766,622,'_yoast_wpseo_focuskw','Campaign for Real Ale'),(3767,622,'_yoast_wpseo_linkdex','68'),(3768,622,'_yoast_wpseo_content_score','30'),(3769,622,'_yoast_wpseo_primary_category','8'),(3770,622,'_oembed_cfb194891bae6a1019c503a37fed24a5','{{unknown}}'),(3771,622,'_oembed_e3bc096a51a8cae2b3395052660e4b26','{{unknown}}'),(3776,636,'_edit_lock','1515952430:1'),(3777,636,'_edit_last','1'),(3778,636,'_thumbnail_id','641'),(3779,636,'_oembed_cfb194891bae6a1019c503a37fed24a5','{{unknown}}'),(3780,636,'slide_template','default'),(3781,636,'_bunyad_featured_post','1'),(3782,636,'_bunyad_cat_label','0'),(3783,636,'_bunyad_featured_disable','0'),(3784,636,'_bunyad_reviews','0'),(3785,636,'_bunyad_review_pos','none'),(3786,636,'_bunyad_review_type','points'),(3787,636,'_bunyad_review_verdict','Awesome'),(3788,636,'_yoast_wpseo_focuskw_text_input','Hermitage Rd Bar & Restaurant'),(3789,636,'_yoast_wpseo_focuskw','Hermitage Rd Bar & Restaurant'),(3790,636,'_yoast_wpseo_linkdex','66'),(3791,636,'_yoast_wpseo_content_score','60'),(3792,636,'_yoast_wpseo_primary_category','4'),(3793,636,'_oembed_e3bc096a51a8cae2b3395052660e4b26','{{unknown}}'),(3796,637,'_wp_attached_file','2018/01/HermRd-Interiors-Jaf-0042.jpg'),(3797,638,'_wp_attached_file','2018/01/Page-24-25-2.jpg'),(3798,639,'_wp_attached_file','2018/01/HermRd-Interiors-Jaf-0042-1.jpg'),(3799,640,'_wp_attached_file','2018/01/HermRd-Interiors-png.png'),(3800,641,'_wp_attached_file','2018/01/HermRd-Interiors-Jaf-0042-2.jpg'),(3801,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3839;s:6:\"height\";i:3840;s:4:\"file\";s:39:\"2018/01/HermRd-Interiors-Jaf-0042-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"HermRd-Interiors-Jaf-0042-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"HermRd-Interiors-Jaf-0042-2-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"HermRd-Interiors-Jaf-0042-2-1920x1921.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1921;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-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:39:\"HermRd-Interiors-Jaf-0042-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HermRd-Interiors-Jaf-0042-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"HermRd-Interiors-Jaf-0042-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511263363\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3804,645,'_edit_lock','1517478169:1'),(3805,645,'_edit_last','1'),(3806,645,'_thumbnail_id','651'),(3807,645,'_oembed_cfb194891bae6a1019c503a37fed24a5','{{unknown}}'),(3808,645,'slide_template','default'),(3809,645,'_bunyad_featured_post','1'),(3810,645,'_bunyad_cat_label','0'),(3811,645,'_bunyad_featured_disable','0'),(3812,645,'_bunyad_reviews','0'),(3813,645,'_bunyad_review_pos','none'),(3814,645,'_bunyad_review_type','points'),(3815,645,'_bunyad_review_verdict','Awesome'),(3816,645,'_yoast_wpseo_focuskw_text_input','The Trading House'),(3817,645,'_yoast_wpseo_focuskw','The Trading House'),(3818,645,'_yoast_wpseo_linkdex','70'),(3819,645,'_yoast_wpseo_content_score','30'),(3820,645,'_yoast_wpseo_primary_category','4'),(3821,645,'_oembed_e3bc096a51a8cae2b3395052660e4b26','{{unknown}}'),(3822,646,'_wp_attached_file','2018/01/Page-24-2.tif'),(3826,645,'_wpas_done_all','1'),(3827,648,'_wp_attached_file','2018/01/Page-24-1.tif'),(3828,649,'_wp_attached_file','2018/01/The-Trading-House.jpg'),(3829,651,'_wp_attached_file','2018/01/The-Trading-House-1.jpg'),(3830,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1368;s:6:\"height\";i:912;s:4:\"file\";s:31:\"2018/01/The-Trading-House-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"The-Trading-House-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"The-Trading-House-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"The-Trading-House-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-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:31:\"The-Trading-House-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"The-Trading-House-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"The-Trading-House-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"The-Trading-House-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"The-Trading-House-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3834,652,'_edit_last','1'),(3835,652,'_edit_lock','1517488455:1'),(3836,653,'_wp_attached_file','2018/02/Lucky-Voice.jpg'),(3837,654,'_wp_attached_file','2018/02/Lucky-Voice-1.jpg'),(3838,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4960;s:6:\"height\";i:3307;s:4:\"file\";s:25:\"2018/02/Lucky-Voice-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Lucky-Voice-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Lucky-Voice-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Lucky-Voice-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Lucky-Voice-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Lucky-Voice-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Lucky-Voice-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Lucky-Voice-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Lucky-Voice-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:8:\"Ant Tran\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490607934\";s:9:\"copyright\";s:8:\"Ant Tran\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3839,652,'_thumbnail_id','654'),(3840,652,'slide_template','default'),(3841,652,'_bunyad_featured_post','1'),(3842,652,'_bunyad_cat_label','0'),(3843,652,'_bunyad_featured_disable','0'),(3844,652,'_bunyad_reviews','0'),(3845,652,'_bunyad_review_pos','none'),(3846,652,'_bunyad_review_type','points'),(3847,652,'_bunyad_review_verdict','Awesome'),(3848,652,'_yoast_wpseo_focuskw_text_input','Lucky Voice'),(3849,652,'_yoast_wpseo_focuskw','Lucky Voice'),(3850,652,'_yoast_wpseo_linkdex','70'),(3851,652,'_yoast_wpseo_content_score','30'),(3852,652,'_yoast_wpseo_primary_category','28'),(3853,652,'_oembed_8b674bf97f52388c7cf31611971841bb','{{unknown}}'),(3854,656,'_publicize_pending','1'),(3858,652,'_oembed_a966b8deaa69bbd56dcf8d589548f39b','{{unknown}}'),(3859,652,'_wpas_done_all','1'),(3886,667,'_edit_last','1'),(3887,667,'_edit_lock','1517485015:1'),(3888,668,'_wp_attached_file','2018/02/Brooklyn-Gin-on-the-Brooklyn-Bridge.jpg'),(3889,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2220;s:4:\"file\";s:47:\"2018/02/Brooklyn-Gin-on-the-Brooklyn-Bridge.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-768x852.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-696x773.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-1068x1185.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-378x420.jpg\";s:5:\"width\";i:378;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-1920x2131.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-923x1024.jpg\";s:5:\"width\";i:923;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"Brooklyn-Gin-on-the-Brooklyn-Bridge-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"iPhone\";s:7:\"caption\";s:34:\"Processed with VSCO with c2 preset\";s:17:\"created_timestamp\";s:10:\"1467056941\";s:9:\"copyright\";s:36:\"Copyright 2016. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"Processed with VSCO with c2 preset\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3890,667,'_thumbnail_id','668'),(3891,667,'slide_template','default'),(3892,667,'_bunyad_featured_post','1'),(3893,667,'_bunyad_cat_label','0'),(3894,667,'_bunyad_featured_disable','0'),(3895,667,'_bunyad_reviews','0'),(3896,667,'_bunyad_review_pos','none'),(3897,667,'_bunyad_review_type','points'),(3898,667,'_bunyad_review_verdict','Awesome'),(3899,667,'_yoast_wpseo_focuskw_text_input','Brooklyn Gin'),(3900,667,'_yoast_wpseo_focuskw','Brooklyn Gin'),(3901,667,'_yoast_wpseo_linkdex','81'),(3902,667,'_yoast_wpseo_content_score','30'),(3903,667,'_yoast_wpseo_primary_category','2'),(3907,667,'_wpas_done_all','1'),(3916,673,'_edit_last','1'),(3917,673,'_edit_lock','1517932331:1'),(3918,674,'_wp_attached_file','2018/02/Page-34.jpg'),(3919,675,'_wp_attached_file','2018/02/Page-34-1.jpg'),(3920,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3815;s:6:\"height\";i:3543;s:4:\"file\";s:21:\"2018/02/Page-34-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-768x713.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-34-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-34-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-34-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-34-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-34-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-34-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-34-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-34-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-34-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-34-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-34-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-34-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-34-1-696x646.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-34-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-34-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Page-34-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page-34-1-1068x992.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:992;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-34-1-452x420.jpg\";s:5:\"width\";i:452;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Page-34-1-1920x1783.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-34-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Page-34-1-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Page-34-1-1024x951.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:951;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Page-34-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Page-34-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Page-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Page-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Page-34-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Page-34-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Page-34-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Page-34-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Page-34-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Page-34-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Page-34-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Page-34-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Page-34-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511264990\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3921,673,'_thumbnail_id','675'),(3925,673,'slide_template','default'),(3926,673,'_bunyad_featured_post','1'),(3927,673,'_bunyad_cat_label','0'),(3928,673,'_bunyad_featured_disable','0'),(3929,673,'_bunyad_reviews','0'),(3930,673,'_bunyad_review_pos','none'),(3931,673,'_bunyad_review_type','points'),(3932,673,'_bunyad_review_verdict','Awesome'),(3933,673,'_yoast_wpseo_focuskw_text_input','Cocktails'),(3934,673,'_yoast_wpseo_focuskw','Cocktails'),(3935,673,'_yoast_wpseo_linkdex','69'),(3936,673,'_yoast_wpseo_content_score','30'),(3937,673,'_yoast_wpseo_primary_category','4'),(3938,673,'_wpas_done_all','1'),(3953,682,'_edit_last','1'),(3954,682,'_edit_lock','1517999897:1'),(3955,683,'_wp_attached_file','2018/02/imperiallogo.jpg'),(3956,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1417;s:6:\"height\";i:1417;s:4:\"file\";s:24:\"2018/02/imperiallogo.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"imperiallogo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"imperiallogo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"imperiallogo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"imperiallogo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"imperiallogo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"imperiallogo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"imperiallogo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"imperiallogo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"imperiallogo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"imperiallogo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"imperiallogo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"imperiallogo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"imperiallogo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"imperiallogo-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"imperiallogo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"imperiallogo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"imperiallogo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"imperiallogo-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"imperiallogo-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"imperiallogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"imperiallogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"imperiallogo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"imperiallogo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"imperiallogo-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"imperiallogo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"imperiallogo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"imperiallogo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"imperiallogo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"imperiallogo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"imperiallogo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"imperiallogo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"imperiallogo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"imperiallogo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"imperiallogo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"imperiallogo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"imperiallogo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"imperiallogo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"imperiallogo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"imperiallogo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"imperiallogo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"imperiallogo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3957,682,'_thumbnail_id','683'),(3958,682,'slide_template','default'),(3959,682,'_bunyad_featured_post','1'),(3960,682,'_bunyad_cat_label','0'),(3961,682,'_bunyad_featured_disable','0'),(3962,682,'_bunyad_reviews','0'),(3963,682,'_bunyad_review_pos','none'),(3964,682,'_bunyad_review_type','points'),(3965,682,'_bunyad_review_verdict','Awesome'),(3966,682,'_yoast_wpseo_focuskw_text_input','Unique Hospitality Management'),(3967,682,'_yoast_wpseo_focuskw','Unique Hospitality Management'),(3968,682,'_yoast_wpseo_linkdex','71'),(3969,682,'_yoast_wpseo_content_score','60'),(3970,682,'_yoast_wpseo_primary_category','8'),(3971,685,'_wp_attached_file','2018/02/andrewcoathMD.jpg'),(3972,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1332;s:6:\"height\";i:888;s:4:\"file\";s:25:\"2018/02/andrewcoathMD.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"andrewcoathMD-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"andrewcoathMD-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"andrewcoathMD-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"andrewcoathMD-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-150x150.jpg\";s:5:\"width\";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:\"andrewcoathMD-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"andrewcoathMD-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"andrewcoathMD-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"andrewcoathMD-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"andrewcoathMD-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"andrewcoathMD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:15:\"Joshua Sherwood\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476296318\";s:9:\"copyright\";s:24:\"Copyright JS Photography\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3976,682,'_wpas_done_all','1'),(3981,689,'_edit_last','1'),(3982,689,'_edit_lock','1518605307:1'),(3983,690,'_wp_attached_file','2018/02/Carlsberg-using-MRM-POS-Creator.jpg'),(3984,690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1351;s:4:\"file\";s:43:\"2018/02/Carlsberg-using-MRM-POS-Creator.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-768x472.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Carlsberg-using-MRM-POS-Creator-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Carlsberg-using-MRM-POS-Creator-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-696x427.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Carlsberg-using-MRM-POS-Creator-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Carlsberg-using-MRM-POS-Creator-1068x656.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-684x420.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:45:\"Carlsberg-using-MRM-POS-Creator-1920x1179.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Carlsberg-using-MRM-POS-Creator-1024x629.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Carlsberg-using-MRM-POS-Creator-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Carlsberg-using-MRM-POS-Creator-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Carlsberg-using-MRM-POS-Creator-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Carlsberg-using-MRM-POS-Creator-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3985,689,'_thumbnail_id','690'),(3986,689,'slide_template','default'),(3987,689,'_bunyad_featured_post','0'),(3988,689,'_bunyad_cat_label','0'),(3989,689,'_bunyad_featured_disable','0'),(3990,689,'_bunyad_reviews','0'),(3991,689,'_bunyad_review_pos','none'),(3992,689,'_bunyad_review_type','points'),(3993,689,'_bunyad_review_verdict','Awesome'),(3994,689,'_yoast_wpseo_focuskw_text_input','Carlsberg'),(3995,689,'_yoast_wpseo_focuskw','Carlsberg'),(3996,689,'_yoast_wpseo_linkdex','82'),(3997,689,'_yoast_wpseo_content_score','30'),(3998,689,'_yoast_wpseo_primary_category','10'),(4002,689,'_wpas_done_all','1'),(4003,692,'_edit_last','1'),(4004,692,'_edit_lock','1518606378:1'),(4005,693,'_wp_attached_file','2018/02/Garry-Pettitt-Europa.jpg'),(4006,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1731;s:6:\"height\";i:2105;s:4:\"file\";s:32:\"2018/02/Garry-Pettitt-Europa.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-768x934.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Garry-Pettitt-Europa-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Garry-Pettitt-Europa-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-696x846.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Garry-Pettitt-Europa-1068x1299.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-345x420.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa-842x1024.jpg\";s:5:\"width\";i:842;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Garry-Pettitt-Europa-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Garry-Pettitt-Europa-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4007,692,'_thumbnail_id','696'),(4008,692,'slide_template','default'),(4009,692,'_bunyad_featured_post','0'),(4010,692,'_bunyad_cat_label','0'),(4011,692,'_bunyad_featured_disable','0'),(4012,692,'_bunyad_reviews','0'),(4013,692,'_bunyad_review_pos','none'),(4014,692,'_bunyad_review_type','points'),(4015,692,'_bunyad_review_verdict','Awesome'),(4016,692,'_yoast_wpseo_focuskw_text_input','event furniture'),(4017,692,'_yoast_wpseo_focuskw','event furniture'),(4018,692,'_yoast_wpseo_linkdex','64'),(4019,692,'_yoast_wpseo_content_score','30'),(4020,692,'_yoast_wpseo_primary_category','6'),(4021,695,'_wp_attached_file','2018/02/Garry-Pettitt-Europa..jpg'),(4022,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1633;s:6:\"height\";i:1985;s:4:\"file\";s:33:\"2018/02/Garry-Pettitt-Europa..jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-768x934.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:934;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Garry-Pettitt-Europa.-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa.-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-696x846.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Garry-Pettitt-Europa.-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Garry-Pettitt-Europa.-1068x1298.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-346x420.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Garry-Pettitt-Europa.-842x1024.jpg\";s:5:\"width\";i:842;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa.-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"Garry-Pettitt-Europa.-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"Garry-Pettitt-Europa.-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"Garry-Pettitt-Europa.-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518605673\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4023,696,'_wp_attached_file','2018/02/Europa-Logo.png'),(4024,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:23:\"2018/02/Europa-Logo.png\";s:5:\"sizes\";a:15:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Europa-Logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Europa-Logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-265x168.png\";s:5:\"width\";i:265;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Europa-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:23:\"Europa-Logo-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Europa-Logo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-233x168.png\";s:5:\"width\";i:233;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-269x168.png\";s:5:\"width\";i:269;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-235x168.png\";s:5:\"width\";i:235;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Europa-Logo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Europa-Logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4028,692,'_wpas_done_all','1'),(4033,700,'_edit_last','1'),(4034,700,'_edit_lock','1518769880:1'),(4035,701,'_wp_attached_file','2018/02/Description-of-equipment.jpg'),(4036,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1377;s:6:\"height\";i:732;s:4:\"file\";s:36:\"2018/02/Description-of-equipment.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Description-of-equipment-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Description-of-equipment-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-696x370.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Description-of-equipment-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Description-of-equipment-1068x568.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-790x420.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Description-of-equipment-1024x544.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Description-of-equipment-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Description-of-equipment-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Description-of-equipment-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Description-of-equipment-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4037,702,'_wp_attached_file','2018/02/BFBi-Logo-HD.jpg'),(4038,702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2044;s:6:\"height\";i:2044;s:4:\"file\";s:24:\"2018/02/BFBi-Logo-HD.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"BFBi-Logo-HD-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"BFBi-Logo-HD-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"BFBi-Logo-HD-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"BFBi-Logo-HD-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"BFBi-Logo-HD-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"BFBi-Logo-HD-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"BFBi-Logo-HD-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"BFBi-Logo-HD-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"BFBi-Logo-HD-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"BFBi-Logo-HD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4039,700,'_thumbnail_id','704'),(4040,700,'slide_template','default'),(4041,700,'_bunyad_featured_post','1'),(4042,700,'_bunyad_cat_label','0'),(4043,700,'_bunyad_featured_disable','0'),(4044,700,'_bunyad_reviews','0'),(4045,700,'_bunyad_review_pos','none'),(4046,700,'_bunyad_review_type','points'),(4047,700,'_bunyad_review_verdict','Awesome'),(4048,700,'_yoast_wpseo_focuskw_text_input','BFBI'),(4049,700,'_yoast_wpseo_focuskw','BFBI'),(4050,700,'_yoast_wpseo_linkdex','62'),(4051,700,'_yoast_wpseo_content_score','30'),(4052,700,'_yoast_wpseo_primary_category','2'),(4053,704,'_wp_attached_file','2018/02/BFBI-logo-etc.jpg'),(4054,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:460;s:4:\"file\";s:25:\"2018/02/BFBI-logo-etc.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"BFBI-logo-etc-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"BFBI-logo-etc-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x360.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x261.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x385.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-150x150.jpg\";s:5:\"width\";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:\"BFBI-logo-etc-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"BFBI-logo-etc-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x336.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x336.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x386.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x240.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"BFBI-logo-etc-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-460x336.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"BFBI-logo-etc-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4058,700,'_wpas_done_all','1'),(4061,700,'_oembed_e1cc837a9d81416f910215a5584a4dbc','{{unknown}}'),(4062,700,'_oembed_87ade2f64e808f77b738a11ef4fdf876','{{unknown}}'),(4065,709,'_edit_last','1'),(4066,709,'_edit_lock','1518772679:1'),(4067,710,'_wp_attached_file','2018/02/Southern-Showdown-logo.jpg'),(4068,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:545;s:6:\"height\";i:525;s:4:\"file\";s:34:\"2018/02/Southern-Showdown-logo.jpg\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Southern-Showdown-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Southern-Showdown-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x385.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x486.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-436x420.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-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:34:\"Southern-Showdown-logo-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Southern-Showdown-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x516.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x336.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x336.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x460.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Southern-Showdown-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-545x336.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Southern-Showdown-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"Toni Laws\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517573610\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4069,711,'_wp_attached_file','2018/02/Southern-Showdown-2018-challenges-bartenders.jpg'),(4070,711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1698;s:6:\"height\";i:1245;s:4:\"file\";s:56:\"2018/02/Southern-Showdown-2018-challenges-bartenders.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-768x563.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"Southern-Showdown-2018-challenges-bartenders-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"Southern-Showdown-2018-challenges-bartenders-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-696x510.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"Southern-Showdown-2018-challenges-bartenders-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"Southern-Showdown-2018-challenges-bartenders-1068x783.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-573x420.jpg\";s:5:\"width\";i:573;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-150x150.jpg\";s:5:\"width\";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:\"Southern-Showdown-2018-challenges-bartenders-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Southern-Showdown-2018-challenges-bartenders-1024x751.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Southern-Showdown-2018-challenges-bartenders-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:57:\"Southern-Showdown-2018-challenges-bartenders-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:55:\"Southern-Showdown-2018-challenges-bartenders-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:56:\"Southern-Showdown-2018-challenges-bartenders-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"Nyla Sammons\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4071,709,'_thumbnail_id','710'),(4072,709,'slide_template','default'),(4073,709,'_bunyad_featured_post','1'),(4074,709,'_bunyad_cat_label','0'),(4075,709,'_bunyad_featured_disable','0'),(4076,709,'_bunyad_reviews','0'),(4077,709,'_bunyad_review_pos','none'),(4078,709,'_bunyad_review_type','points'),(4079,709,'_bunyad_review_verdict','Awesome'),(4080,709,'_yoast_wpseo_focuskw_text_input','Southern Comfort'),(4081,709,'_yoast_wpseo_focuskw','Southern Comfort'),(4082,709,'_yoast_wpseo_linkdex','78'),(4083,709,'_yoast_wpseo_content_score','30'),(4084,709,'_yoast_wpseo_primary_category','2'),(4088,709,'_wpas_done_all','1'),(4089,713,'_edit_last','1'),(4090,713,'_edit_lock','1518778608:1'),(4091,714,'_wp_attached_file','2018/02/Sixpoint-3point5-1.jpg'),(4092,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:30:\"2018/02/Sixpoint-3point5-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Sixpoint-3point5-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Sixpoint-3point5-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Sixpoint-3point5-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Sixpoint-3point5-1-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Sixpoint-3point5-1-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Sixpoint-3point5-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Sixpoint-3point5-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Sixpoint-3point5-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Sixpoint-3point5-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Sixpoint-3point5-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518203183\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4093,713,'_thumbnail_id','714'),(4094,713,'slide_template','default'),(4095,713,'_bunyad_featured_post','1'),(4096,713,'_bunyad_cat_label','0'),(4097,713,'_bunyad_featured_disable','0'),(4098,713,'_bunyad_reviews','0'),(4099,713,'_bunyad_review_pos','none'),(4100,713,'_bunyad_review_type','points'),(4101,713,'_bunyad_review_verdict','Awesome'),(4102,713,'_yoast_wpseo_focuskw_text_input','Sixpoint'),(4103,713,'_yoast_wpseo_focuskw','Sixpoint'),(4104,713,'_yoast_wpseo_linkdex','79'),(4105,713,'_yoast_wpseo_content_score','30'),(4106,713,'_yoast_wpseo_primary_category','2'),(4110,713,'_wpas_done_all','1'),(4113,716,'_edit_last','1'),(4114,716,'_edit_lock','1519368790:1'),(4115,717,'_wp_attached_file','2018/02/CD_MASTER_2018.jpg'),(4116,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:945;s:6:\"height\";i:945;s:4:\"file\";s:26:\"2018/02/CD_MASTER_2018.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"CD_MASTER_2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"CD_MASTER_2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-945x580.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-150x150.jpg\";s:5:\"width\";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:\"CD_MASTER_2018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"CD_MASTER_2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-945x516.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"CD_MASTER_2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"CD_MASTER_2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4117,716,'_thumbnail_id','720'),(4118,716,'slide_template','default'),(4119,716,'_bunyad_featured_post','1'),(4120,716,'_bunyad_cat_label','0'),(4121,716,'_bunyad_featured_disable','0'),(4122,716,'_bunyad_reviews','0'),(4123,716,'_bunyad_review_pos','none'),(4124,716,'_bunyad_review_type','points'),(4125,716,'_bunyad_review_verdict','Awesome'),(4126,716,'_yoast_wpseo_content_score','60'),(4127,716,'_yoast_wpseo_primary_category','6'),(4128,719,'_wp_attached_file','2018/02/Casual-Dining-Show-Logo-Website.jpg'),(4129,719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:936;s:6:\"height\";i:1456;s:4:\"file\";s:43:\"2018/02/Casual-Dining-Show-Logo-Website.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Casual-Dining-Show-Logo-Website-768x1195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Casual-Dining-Show-Logo-Website-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Casual-Dining-Show-Logo-Website-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Casual-Dining-Show-Logo-Website-696x1083.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1083;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-936x580.jpg\";s:5:\"width\";i:936;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-270x420.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Casual-Dining-Show-Logo-Website-658x1024.jpg\";s:5:\"width\";i:658;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Casual-Dining-Show-Logo-Website-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-936x516.jpg\";s:5:\"width\";i:936;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Casual-Dining-Show-Logo-Website-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Casual-Dining-Show-Logo-Website-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4130,720,'_wp_attached_file','2018/02/Casual-Dining-Show-New.jpg'),(4131,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:1449;s:4:\"file\";s:34:\"2018/02/Casual-Dining-Show-New.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Casual-Dining-Show-New-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Casual-Dining-Show-New-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-696x695.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Casual-Dining-Show-New-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-Show-New-1068x1066.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1066;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-421x420.jpg\";s:5:\"width\";i:421;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-Show-New-1024x1022.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Casual-Dining-Show-New-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Casual-Dining-Show-New-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Casual-Dining-Show-New-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Casual-Dining-Show-New-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4135,716,'_wpas_done_all','1'),(4138,716,'_yoast_wpseo_focuskw_text_input','casual dining'),(4139,716,'_yoast_wpseo_focuskw','casual dining'),(4140,716,'_yoast_wpseo_linkdex','82'),(4143,74,'_yoast_wpseo_content_score','60'),(4144,725,'_edit_last','1'),(4145,725,'_edit_lock','1520439882:1'),(4146,726,'_wp_attached_file','2018/03/Ceraflame-NEW1-pie-small.jpg'),(4147,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1326;s:4:\"file\";s:36:\"2018/03/Ceraflame-NEW1-pie-small.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Ceraflame-NEW1-pie-small-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Ceraflame-NEW1-pie-small-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Ceraflame-NEW1-pie-small-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Ceraflame-NEW1-pie-small-1068x799.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Ceraflame-NEW1-pie-small-1024x766.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Ceraflame-NEW1-pie-small-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Ceraflame-NEW1-pie-small-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Ceraflame-NEW1-pie-small-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Ceraflame-NEW1-pie-small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1515673649\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4148,725,'_thumbnail_id','726'),(4149,725,'slide_template','default'),(4150,725,'_bunyad_featured_post','1'),(4151,725,'_bunyad_cat_label','0'),(4152,725,'_bunyad_featured_disable','0'),(4153,725,'_bunyad_reviews','0'),(4154,725,'_bunyad_review_pos','none'),(4155,725,'_bunyad_review_type','points'),(4156,725,'_bunyad_review_verdict','Awesome'),(4157,725,'_yoast_wpseo_focuskw_text_input','ceraflame'),(4158,725,'_yoast_wpseo_focuskw','ceraflame'),(4159,725,'_yoast_wpseo_linkdex','77'),(4160,725,'_yoast_wpseo_content_score','30'),(4161,725,'_yoast_wpseo_primary_category','3'),(4165,725,'_wpas_done_all','1'),(4166,276,'_oembed_ac0c416be421667ca2c7d4e099055c25','<div data-configid=\"32393893/59193607\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4167,276,'_oembed_time_ac0c416be421667ca2c7d4e099055c25','1520953585'),(4168,276,'_yoast_wpseo_focuskw_text_input','hospitality magazine'),(4169,276,'_yoast_wpseo_focuskw','ontrade progress latest issue'),(4170,276,'_yoast_wpseo_metadesc','Ontrade Progress magazine for the hospitality sector covering everything that\'s needed to run a pub, club, restaurant or bar successfully.'),(4171,276,'_yoast_wpseo_linkdex','32'),(4172,276,'_oembed_2a24b3feb0334d979326f59da6ee7cf4','<div data-configid=\"32393893/59193607\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4173,276,'_oembed_time_2a24b3feb0334d979326f59da6ee7cf4','1521454432'),(4174,276,'_oembed_d1fbe28c5d49300037df7044bd2e624f','<div data-configid=\"32393893/59369584\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4175,276,'_oembed_time_d1fbe28c5d49300037df7044bd2e624f','1521454564'),(4176,276,'_oembed_3192b09e212b8bedf2fbf419909c0b24','<div data-configid=\"32393893/59369584\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4177,276,'_oembed_time_3192b09e212b8bedf2fbf419909c0b24','1521454590'),(4178,276,'_oembed_563fb5e391552f6990156ec575ac5e0a','<div data-configid=\"32393893/59376995\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4179,276,'_oembed_time_563fb5e391552f6990156ec575ac5e0a','1524219470'),(4180,276,'_oembed_e9e965093380f797a11ee2d174a29a30','<div data-configid=\"32393893/59376995\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4181,276,'_oembed_time_e9e965093380f797a11ee2d174a29a30','1521466374'),(4182,738,'_edit_last','1'),(4183,738,'_edit_lock','1522062876:1'),(4184,738,'slide_template','default'),(4185,738,'_bunyad_featured_post','1'),(4186,738,'_bunyad_cat_label','0'),(4187,738,'_bunyad_featured_disable','0'),(4188,738,'_bunyad_reviews','0'),(4189,738,'_bunyad_review_pos','none'),(4190,738,'_bunyad_review_type','points'),(4191,738,'_bunyad_review_verdict','Awesome'),(4192,738,'_yoast_wpseo_content_score','60'),(4193,738,'_yoast_wpseo_primary_category','2'),(4194,743,'_wp_attached_file','2018/03/SIROP-CREME-BRULEE-GIFFARD-100CL.jpg'),(4195,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1739;s:6:\"height\";i:5617;s:4:\"file\";s:44:\"2018/03/SIROP-CREME-BRULEE-GIFFARD-100CL.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SIROP-CREME-BRULEE-GIFFARD-100CL-768x2481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"SIROP-CREME-BRULEE-GIFFARD-100CL-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"SIROP-CREME-BRULEE-GIFFARD-100CL-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"SIROP-CREME-BRULEE-GIFFARD-100CL-696x2248.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"SIROP-CREME-BRULEE-GIFFARD-100CL-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"SIROP-CREME-BRULEE-GIFFARD-100CL-1068x3450.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-130x420.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"SIROP-CREME-BRULEE-GIFFARD-100CL-93x300.jpg\";s:5:\"width\";i:93;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"SIROP-CREME-BRULEE-GIFFARD-100CL-317x1024.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"SIROP-CREME-BRULEE-GIFFARD-100CL-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"SIROP-CREME-BRULEE-GIFFARD-100CL-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"SIROP-CREME-BRULEE-GIFFARD-100CL-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"SIROP-CREME-BRULEE-GIFFARD-100CL-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4196,744,'_wp_attached_file','2018/03/SIROP-LAVANDE-100CL.jpg'),(4197,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1739;s:6:\"height\";i:5617;s:4:\"file\";s:31:\"2018/03/SIROP-LAVANDE-100CL.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SIROP-LAVANDE-100CL-768x2481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"SIROP-LAVANDE-100CL-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"SIROP-LAVANDE-100CL-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"SIROP-LAVANDE-100CL-696x2248.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"SIROP-LAVANDE-100CL-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"SIROP-LAVANDE-100CL-1068x3450.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-130x420.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SIROP-LAVANDE-100CL-93x300.jpg\";s:5:\"width\";i:93;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"SIROP-LAVANDE-100CL-317x1024.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"SIROP-LAVANDE-100CL-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"SIROP-LAVANDE-100CL-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"SIROP-LAVANDE-100CL-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"SIROP-LAVANDE-100CL-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4198,745,'_wp_attached_file','2018/03/SIROP-CARAMEL-SALE-100CL.jpg'),(4199,745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1739;s:6:\"height\";i:5617;s:4:\"file\";s:36:\"2018/03/SIROP-CARAMEL-SALE-100CL.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SIROP-CARAMEL-SALE-100CL-768x2481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"SIROP-CARAMEL-SALE-100CL-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"SIROP-CARAMEL-SALE-100CL-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"SIROP-CARAMEL-SALE-100CL-696x2248.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"SIROP-CARAMEL-SALE-100CL-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"SIROP-CARAMEL-SALE-100CL-1068x3450.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-130x420.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SIROP-CARAMEL-SALE-100CL-93x300.jpg\";s:5:\"width\";i:93;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"SIROP-CARAMEL-SALE-100CL-317x1024.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SIROP-CARAMEL-SALE-100CL-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"SIROP-CARAMEL-SALE-100CL-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"SIROP-CARAMEL-SALE-100CL-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"SIROP-CARAMEL-SALE-100CL-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4200,746,'_wp_attached_file','2018/03/Lavender-lemonade.jpg'),(4201,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:820;s:4:\"file\";s:29:\"2018/03/Lavender-lemonade.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Lavender-lemonade-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Lavender-lemonade-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x385.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x486.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x580.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-300x420.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-150x150.jpg\";s:5:\"width\";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:\"Lavender-lemonade-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Lavender-lemonade-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x516.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x336.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x336.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x460.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Lavender-lemonade-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-586x336.jpg\";s:5:\"width\";i:586;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Lavender-lemonade-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"tisaeff - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:49:\"Lavender lemonade mason jars on rustic background\";s:17:\"created_timestamp\";s:10:\"1458054072\";s:9:\"copyright\";s:27:\"©tisaeff - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Lavender lemonade mason jars\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:96:{i:0;s:7:\"alcohol\";i:1;s:9:\"alcoholic\";i:2;s:10:\"background\";i:3;s:3:\"bar\";i:4;s:10:\"bar drinks\";i:5;s:13:\"bar menu item\";i:6;s:8:\"beverage\";i:7;s:7:\"bourbon\";i:8;s:5:\"brown\";i:9;s:8:\"cocktail\";i:10;s:16:\"cocktail garnish\";i:11;s:14:\"cocktail glass\";i:12;s:8:\"cucumber\";i:13;s:9:\"delicious\";i:14;s:5:\"drink\";i:15;s:7:\"festive\";i:16;s:14:\"food and drink\";i:17;s:5:\"fresh\";i:18;s:9:\"garnished\";i:19;s:5:\"glass\";i:20;s:10:\"happy hour\";i:21;s:13:\"holiday drink\";i:22;s:3:\"ice\";i:23;s:6:\"imbibe\";i:24;s:10:\"indulgence\";i:25;s:8:\"lavender\";i:26;s:5:\"lemon\";i:27;s:8:\"libation\";i:28;s:5:\"light\";i:29;s:4:\"lime\";i:30;s:6:\"liquor\";i:31;s:6:\"luxury\";i:32;s:14:\"marble surface\";i:33;s:9:\"mason jar\";i:34;s:15:\"mixed cocktails\";i:35;s:8:\"mixology\";i:36;s:16:\"modern cocktails\";i:37;s:9:\"no people\";i:38;s:6:\"nobody\";i:39;s:5:\"party\";i:40;s:3:\"pub\";i:41;s:10:\"refreshing\";i:42;s:10:\"relaxation\";i:43;s:17:\"restaurant drinks\";i:44;s:3:\"rum\";i:45;s:6:\"rustic\";i:46;s:10:\"still life\";i:47;s:5:\"tasty\";i:48;s:7:\"alcohol\";i:49;s:9:\"alcoholic\";i:50;s:10:\"background\";i:51;s:3:\"bar\";i:52;s:10:\"bar drinks\";i:53;s:13:\"bar menu item\";i:54;s:8:\"beverage\";i:55;s:7:\"bourbon\";i:56;s:5:\"brown\";i:57;s:8:\"cocktail\";i:58;s:16:\"cocktail garnish\";i:59;s:14:\"cocktail glass\";i:60;s:8:\"cucumber\";i:61;s:9:\"delicious\";i:62;s:5:\"drink\";i:63;s:7:\"festive\";i:64;s:14:\"food and drink\";i:65;s:5:\"fresh\";i:66;s:9:\"garnished\";i:67;s:5:\"glass\";i:68;s:10:\"happy hour\";i:69;s:13:\"holiday drink\";i:70;s:3:\"ice\";i:71;s:6:\"imbibe\";i:72;s:10:\"indulgence\";i:73;s:8:\"lavender\";i:74;s:5:\"lemon\";i:75;s:8:\"libation\";i:76;s:5:\"light\";i:77;s:4:\"lime\";i:78;s:6:\"liquor\";i:79;s:6:\"luxury\";i:80;s:14:\"marble surface\";i:81;s:9:\"mason jar\";i:82;s:15:\"mixed cocktails\";i:83;s:8:\"mixology\";i:84;s:16:\"modern cocktails\";i:85;s:9:\"no people\";i:86;s:6:\"nobody\";i:87;s:5:\"party\";i:88;s:3:\"pub\";i:89;s:10:\"refreshing\";i:90;s:10:\"relaxation\";i:91;s:17:\"restaurant drinks\";i:92;s:3:\"rum\";i:93;s:6:\"rustic\";i:94;s:10:\"still life\";i:95;s:5:\"tasty\";}}}'),(4202,747,'_wp_attached_file','2018/03/MILKSHAKE-Crème-Brulée.jpg'),(4203,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1165;s:6:\"height\";i:1631;s:4:\"file\";s:36:\"2018/03/MILKSHAKE-Crème-Brulée.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"MILKSHAKE-Crème-Brulée-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"MILKSHAKE-Crème-Brulée-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"MILKSHAKE-Crème-Brulée-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-696x974.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:974;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"MILKSHAKE-Crème-Brulée-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"MILKSHAKE-Crème-Brulée-1068x1495.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-300x420.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"MILKSHAKE-Crème-Brulée-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"MILKSHAKE-Crème-Brulée-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"MILKSHAKE-Crème-Brulée-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"MILKSHAKE-Crème-Brulée-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"MILKSHAKE-Crème-Brulée-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:23:\"lianxun zhang - Fotolia\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1470567621\";s:9:\"copyright\";s:23:\"lianxun zhang - Fotolia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:27:\"Caramel chocolate milkshake\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:4:\"milk\";i:1;s:5:\"drink\";i:2;s:7:\"dessert\";i:3;s:10:\"refreshing\";i:4;s:5:\"sweet\";i:5;s:7:\"vanilla\";i:6;s:7:\"topping\";i:7;s:5:\"cream\";i:8;s:9:\"milkshake\";i:9;s:7:\"caramel\";i:10;s:9:\"chocolate\";i:11;s:5:\"cocoa\";i:12;s:5:\"mixed\";i:13;s:5:\"glass\";i:14;s:9:\"nutrition\";i:15;s:7:\"organic\";i:16;s:7:\"natural\";i:17;s:4:\"mint\";i:18;s:10:\"ingredient\";i:19;s:4:\"leaf\";i:20;s:6:\"liquid\";i:21;s:7:\"portion\";i:22;s:8:\"homemade\";i:23;s:5:\"yummy\";i:24;s:5:\"straw\";i:25;s:5:\"table\";i:26;s:5:\"tasty\";i:27;s:7:\"vintage\";i:28;s:6:\"smooth\";i:29;s:9:\"freshness\";i:30;s:9:\"seductive\";i:31;s:5:\"treat\";i:32;s:4:\"wood\";i:33;s:4:\"cold\";i:34;s:4:\"ice-\";i:35;s:4:\"iced\";i:36;s:8:\"appetite\";i:37;s:3:\"ice\";i:38;s:6:\"frozen\";i:39;s:5:\"black\";i:40;s:6:\"coffee\";i:41;s:4:\"dark\";i:42;s:10:\"background\";i:43;s:7:\"blended\";i:44;s:9:\"delicious\";i:45;s:6:\"energy\";i:46;s:6:\"cookie\";i:47;s:4:\"ball\";i:48;s:5:\"fresh\";}}}'),(4204,748,'_wp_attached_file','2018/03/Salted-Caramel-Latte-Macchiatto.jpg'),(4205,749,'_wp_attached_file','2018/03/Giffard-Crème-Brulée-Syrup.jpg'),(4206,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1415;s:4:\"file\";s:40:\"2018/03/Giffard-Crème-Brulée-Syrup.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Giffard-Crème-Brulée-Syrup-768x1087.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Giffard-Crème-Brulée-Syrup-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Giffard-Crème-Brulée-Syrup-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Giffard-Crème-Brulée-Syrup-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Giffard-Crème-Brulée-Syrup-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Giffard-Crème-Brulée-Syrup-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"Giffard-Crème-Brulée-Syrup-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Giffard-Crème-Brulée-Syrup-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Crème-Brulée-Syrup-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4207,750,'_wp_attached_file','2018/03/Giffard-Salted-Caramel-Syrup.jpg'),(4208,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:3508;s:4:\"file\";s:40:\"2018/03/Giffard-Salted-Caramel-Syrup.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Giffard-Salted-Caramel-Syrup-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Giffard-Salted-Caramel-Syrup-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Giffard-Salted-Caramel-Syrup-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Giffard-Salted-Caramel-Syrup-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Giffard-Salted-Caramel-Syrup-1068x1511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"Giffard-Salted-Caramel-Syrup-1920x2716.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Giffard-Salted-Caramel-Syrup-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Giffard-Salted-Caramel-Syrup-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"Giffard-Salted-Caramel-Syrup-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Giffard-Salted-Caramel-Syrup-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Giffard-Salted-Caramel-Syrup-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4209,751,'_wp_attached_file','2018/03/Giffard-Lavender-Syrup.jpg'),(4210,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1415;s:4:\"file\";s:34:\"2018/03/Giffard-Lavender-Syrup.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Giffard-Lavender-Syrup-768x1087.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Giffard-Lavender-Syrup-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Giffard-Lavender-Syrup-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Giffard-Lavender-Syrup-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Giffard-Lavender-Syrup-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Giffard-Lavender-Syrup-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Giffard-Lavender-Syrup-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Giffard-Lavender-Syrup-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Giffard-Lavender-Syrup-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4211,738,'_thumbnail_id','747'),(4212,738,'_yoast_wpseo_focuskw_text_input','giffard'),(4213,738,'_yoast_wpseo_focuskw','giffard'),(4214,738,'_yoast_wpseo_linkdex','75'),(4218,738,'_wpas_done_all','1'),(4219,753,'_edit_last','1'),(4220,753,'_edit_lock','1522310336:1'),(4221,753,'slide_template','default'),(4222,753,'_bunyad_featured_post','1'),(4223,753,'_bunyad_cat_label','0'),(4224,753,'_bunyad_featured_disable','0'),(4225,753,'_bunyad_reviews','0'),(4226,753,'_bunyad_review_pos','none'),(4227,753,'_bunyad_review_type','points'),(4228,753,'_bunyad_review_verdict','Awesome'),(4229,753,'_yoast_wpseo_focuskw_text_input','Moxy Aberdeen'),(4230,753,'_yoast_wpseo_focuskw','Moxy Aberdeen'),(4231,753,'_yoast_wpseo_linkdex','69'),(4232,753,'_yoast_wpseo_content_score','30'),(4233,753,'_yoast_wpseo_primary_category','8'),(4234,755,'_wp_attached_file','2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen.jpg'),(4235,756,'_wp_attached_file','2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1.jpg'),(4236,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4015;s:6:\"height\";i:4016;s:4:\"file\";s:58:\"2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-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:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:59:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522312862\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4237,753,'_thumbnail_id','758'),(4238,757,'_wp_attached_file','2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002.jpg'),(4239,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3728;s:6:\"height\";i:4158;s:4:\"file\";s:60:\"2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-768x857.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-696x776.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:61:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:62:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-1068x1191.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-377x420.jpg\";s:5:\"width\";i:377;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:62:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-1920x2141.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-269x300.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-918x1024.jpg\";s:5:\"width\";i:918;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:61:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:59:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:60:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522312487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4240,758,'_wp_attached_file','2018/03/Moxy-logo.jpg'),(4241,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2018/03/Moxy-logo.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Moxy-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Moxy-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Moxy-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:21:\"Moxy-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Moxy-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-900x516.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Moxy-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Moxy-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4245,753,'_wpas_done_all','1'),(4248,764,'_edit_last','1'),(4249,764,'_edit_lock','1523440260:1'),(4250,765,'_wp_attached_file','2018/04/Eden-Furniture-at-Dabbawals-DSC_1655-crop-med.jpg'),(4251,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1288;s:4:\"file\";s:57:\"2018/04/Eden-Furniture-at-Dabbawals-DSC_1655-crop-med.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-696x359.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:58:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-815x420.jpg\";s:5:\"width\";i:815;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:58:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-1920x989.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:989;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:58:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:56:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:57:\"Eden-Furniture-at-Dabbawals-DSC_1655-crop-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Michael Baister\";s:6:\"camera\";s:11:\"NIKON D800E\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502183825\";s:9:\"copyright\";s:27:\"Michael Baister Photography\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4252,766,'_wp_attached_file','2018/04/Eden-Furniture-Deerhurst-Bench-1617.jpg'),(4253,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:47:\"2018/04/Eden-Furniture-Deerhurst-Bench-1617.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"Eden-Furniture-Deerhurst-Bench-1617-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"Eden-Furniture-Deerhurst-Bench-1617-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"Eden-Furniture-Deerhurst-Bench-1617-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"Eden-Furniture-Deerhurst-Bench-1617-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"Eden-Furniture-Deerhurst-Bench-1617-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Eden-Furniture-Deerhurst-Bench-1617-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"Eden-Furniture-Deerhurst-Bench-1617-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"Eden-Furniture-Deerhurst-Bench-1617-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"Eden-Furniture-Deerhurst-Bench-1617-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4254,764,'_thumbnail_id','765'),(4255,764,'slide_template','default'),(4256,764,'_bunyad_featured_post','1'),(4257,764,'_bunyad_cat_label','0'),(4258,764,'_bunyad_featured_disable','0'),(4259,764,'_bunyad_reviews','0'),(4260,764,'_bunyad_review_pos','none'),(4261,764,'_bunyad_review_type','points'),(4262,764,'_bunyad_review_verdict','Awesome'),(4263,764,'_yoast_wpseo_focuskw_text_input','hospitality furniture'),(4264,764,'_yoast_wpseo_focuskw','hospitality furniture'),(4265,764,'_yoast_wpseo_linkdex','73'),(4266,764,'_yoast_wpseo_content_score','30'),(4267,764,'_yoast_wpseo_primary_category','29'),(4271,764,'_wpas_done_all','1'),(4286,779,'_edit_last','1'),(4287,779,'_edit_lock','1523451467:1'),(4288,779,'slide_template','default'),(4289,779,'_bunyad_featured_post','1'),(4290,779,'_bunyad_cat_label','0'),(4291,779,'_bunyad_featured_disable','0'),(4292,779,'_bunyad_reviews','0'),(4293,779,'_bunyad_review_pos','none'),(4294,779,'_bunyad_review_type','points'),(4295,779,'_bunyad_review_verdict','Awesome'),(4296,779,'_yoast_wpseo_content_score','30'),(4297,779,'_yoast_wpseo_primary_category','2'),(4298,779,'_yoast_wpseo_focuskw_text_input','Online beer distributor'),(4299,779,'_yoast_wpseo_focuskw','Online beer distributor'),(4300,779,'_yoast_wpseo_linkdex','81'),(4301,783,'_wp_attached_file','2018/04/logo.png'),(4302,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:349;s:6:\"height\";i:212;s:4:\"file\";s:16:\"2018/04/logo.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";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:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"logo-324x212.png\";s:5:\"width\";i:324;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"logo-324x212.png\";s:5:\"width\";i:324;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}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:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"logo-349x185.png\";s:5:\"width\";i:349;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"logo-349x185.png\";s:5:\"width\";i:349;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"logo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"logo-343x212.png\";s:5:\"width\";i:343;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"logo-233x212.png\";s:5:\"width\";i:233;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"logo-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"logo-235x212.png\";s:5:\"width\";i:235;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"logo-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"logo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4303,779,'_thumbnail_id','783'),(4304,779,'_yoast_wpseo_title','Online beer distributor revolutionises supply tender process'),(4305,779,'_yoast_wpseo_metadesc','Online beer distributor Eebria\'s new tap tender technology allows sole landlords, beer buyers, procurement managers or event managers the ability to curate unique, craft beer focused events in their venues to drive sales and increase footfall with ease.'),(4309,779,'_wpas_done_all','1'),(4310,787,'_edit_last','1'),(4311,787,'_edit_lock','1523455718:1'),(4312,788,'_wp_attached_file','2018/04/american-craft-beer.jpg'),(4313,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:1136;s:4:\"file\";s:31:\"2018/04/american-craft-beer.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-768x855.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"american-craft-beer-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"american-craft-beer-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-696x775.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"american-craft-beer-1020x580.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-377x420.jpg\";s:5:\"width\";i:377;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-269x300.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"american-craft-beer-919x1024.jpg\";s:5:\"width\";i:919;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"american-craft-beer-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"american-craft-beer-1020x516.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"american-craft-beer-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"american-craft-beer-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4314,789,'_wp_attached_file','2018/04/craft-beer-feature.jpg'),(4315,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1329;s:4:\"file\";s:30:\"2018/04/craft-beer-feature.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"craft-beer-feature-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"craft-beer-feature-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"craft-beer-feature-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"craft-beer-feature-1068x591.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-758x420.jpg\";s:5:\"width\";i:758;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"craft-beer-feature-1920x1063.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1063;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"craft-beer-feature-1024x567.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"craft-beer-feature-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"craft-beer-feature-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"craft-beer-feature-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"craft-beer-feature-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1402326695\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4316,787,'_thumbnail_id','789'),(4317,787,'slide_template','default'),(4318,787,'_bunyad_featured_post','1'),(4319,787,'_bunyad_cat_label','0'),(4320,787,'_bunyad_featured_disable','0'),(4321,787,'_bunyad_reviews','0'),(4322,787,'_bunyad_review_pos','none'),(4323,787,'_bunyad_review_type','points'),(4324,787,'_bunyad_review_verdict','Awesome'),(4325,787,'_yoast_wpseo_focuskw_text_input','American beer exports'),(4326,787,'_yoast_wpseo_focuskw','American beer exports'),(4327,787,'_yoast_wpseo_title','American craft beer exports surpass $125 million and grow by 7.1% in the UK'),(4328,787,'_yoast_wpseo_metadesc','The Brewers Association, the not-for-profit trade group representing small and independent craft brewers, today reported export growth data for the American craft beer industry in 2017.'),(4329,787,'_yoast_wpseo_linkdex','63'),(4330,787,'_yoast_wpseo_content_score','30'),(4331,787,'_yoast_wpseo_primary_category','2'),(4335,787,'_wpas_done_all','1'),(4338,794,'_edit_last','1'),(4339,794,'_edit_lock','1523458536:1'),(4340,795,'_wp_attached_file','2018/04/Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart.jpg'),(4341,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1611;s:4:\"file\";s:62:\"2018/04/Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:60:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:61:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-696x467.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:63:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:63:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-1068x717.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-626x420.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:64:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-1920x1289.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:63:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:61:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:62:\"Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:7:\"paulcox\";s:6:\"camera\";s:31:\"Sinar eShutter/ Sinarback eXact\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518005359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:6:\"0.0078\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4342,796,'_wp_attached_file','2018/04/brakes-logo.jpg'),(4343,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:571;s:6:\"height\";i:221;s:4:\"file\";s:23:\"2018/04/brakes-logo.jpg\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"brakes-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"brakes-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"brakes-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"brakes-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"brakes-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"brakes-logo-324x221.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"brakes-logo-324x221.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"brakes-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"brakes-logo-356x221.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"brakes-logo-485x221.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"brakes-logo-533x221.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"brakes-logo-534x221.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"brakes-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:23:\"brakes-logo-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"brakes-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"brakes-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"brakes-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"brakes-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"brakes-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"brakes-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"brakes-logo-233x221.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"brakes-logo-536x221.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"brakes-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"brakes-logo-474x221.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"brakes-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"brakes-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"brakes-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"brakes-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4344,794,'_thumbnail_id','795'),(4345,794,'slide_template','default'),(4346,794,'_bunyad_featured_post','1'),(4347,794,'_bunyad_cat_label','0'),(4348,794,'_bunyad_featured_disable','0'),(4349,794,'_bunyad_reviews','0'),(4350,794,'_bunyad_review_pos','none'),(4351,794,'_bunyad_review_type','points'),(4352,794,'_bunyad_review_verdict','Awesome'),(4353,794,'_yoast_wpseo_focuskw_text_input','delicious dreamy desserts from Brakes'),(4354,794,'_yoast_wpseo_focuskw','delicious dreamy desserts from Brakes'),(4355,794,'_yoast_wpseo_title','Brakes bringing you two new delicious dreamy desserts'),(4356,794,'_yoast_wpseo_metadesc','Spring is a time for Brakes. Brakes is putting a spring into the seasonal menu with two indulgent frozen treats – a vegan and gluten free Raspberry Frangipane Tart and a rich Clotted Cream Dairy Ice Cream studded with honeycomb pieces.'),(4357,794,'_yoast_wpseo_linkdex','45'),(4358,794,'_yoast_wpseo_content_score','30'),(4359,794,'_yoast_wpseo_primary_category','3'),(4363,794,'_wpas_done_all','1'),(4364,799,'_edit_last','1'),(4365,799,'_edit_lock','1523459772:1'),(4366,800,'_wp_attached_file','2018/04/artis-logo.jpg'),(4367,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:189;s:6:\"height\";i:180;s:4:\"file\";s:22:\"2018/04/artis-logo.jpg\";s:5:\"sizes\";a:10:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"artis-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"artis-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"artis-logo-189x150.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"artis-logo-189x160.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"artis-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"artis-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"artis-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"artis-logo-189x140.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"artis-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"artis-logo-189x140.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4368,799,'slide_template','default'),(4369,799,'_bunyad_featured_post','1'),(4370,799,'_bunyad_cat_label','0'),(4371,799,'_bunyad_featured_disable','0'),(4372,799,'_bunyad_reviews','0'),(4373,799,'_bunyad_review_pos','none'),(4374,799,'_bunyad_review_type','points'),(4375,799,'_bunyad_review_verdict','Awesome'),(4376,799,'_yoast_wpseo_content_score','30'),(4377,799,'_yoast_wpseo_primary_category','31'),(4378,802,'_wp_attached_file','2018/04/French-style-knive-and-fork-Red-small.jpg'),(4379,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1238;s:6:\"height\";i:1857;s:4:\"file\";s:49:\"2018/04/French-style-knive-and-fork-Red-small.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"French-style-knive-and-fork-Red-small-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"French-style-knive-and-fork-Red-small-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"French-style-knive-and-fork-Red-small-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"French-style-knive-and-fork-Red-small-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"French-style-knive-and-fork-Red-small-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"French-style-knive-and-fork-Red-small-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"French-style-knive-and-fork-Red-small-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"French-style-knive-and-fork-Red-small-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:50:\"French-style-knive-and-fork-Red-small-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"French-style-knive-and-fork-Red-small-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"French-style-knive-and-fork-Red-small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506709731\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"63\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4380,799,'_thumbnail_id','802'),(4381,799,'_yoast_wpseo_focuskw_text_input','French style cutlery'),(4382,799,'_yoast_wpseo_focuskw','French style cutlery'),(4383,799,'_yoast_wpseo_title','New tramontina french style cutlery range from Artis'),(4384,799,'_yoast_wpseo_metadesc','Artis, leading supplier of tableware to the foodservice industry, has added a new range of polywood-handled steak forks to its 2018 catalogue, which is now available. The new forks perfectly complement the existing steak knives in the collection.'),(4385,799,'_yoast_wpseo_linkdex','69'),(4389,799,'_wpas_done_all','1'),(4390,807,'_edit_last','1'),(4391,807,'_edit_lock','1523542588:1'),(4392,808,'_wp_attached_file','2018/04/2018-Pie-Awards-Gold-002.jpg'),(4393,808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:890;s:4:\"file\";s:36:\"2018/04/2018-Pie-Awards-Gold-002.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"2018-Pie-Awards-Gold-002-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"2018-Pie-Awards-Gold-002-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-890x580.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"2018-Pie-Awards-Gold-002-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-890x516.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"2018-Pie-Awards-Gold-002-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"2018-Pie-Awards-Gold-002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4394,809,'_wp_attached_file','2018/04/creative-foods.jpg'),(4395,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:362;s:6:\"height\";i:276;s:4:\"file\";s:26:\"2018/04/creative-foods.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"creative-foods-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"creative-foods-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"creative-foods-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"creative-foods-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"creative-foods-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"creative-foods-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"creative-foods-324x276.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"creative-foods-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"creative-foods-356x276.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"creative-foods-362x261.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"creative-foods-150x150.jpg\";s:5:\"width\";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:\"creative-foods-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"creative-foods-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"creative-foods-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"creative-foods-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"creative-foods-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"creative-foods-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"creative-foods-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"creative-foods-233x276.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"creative-foods-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"creative-foods-362x240.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"creative-foods-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"creative-foods-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"creative-foods-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"creative-foods-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4396,807,'_thumbnail_id','808'),(4397,807,'slide_template','default'),(4398,807,'_bunyad_featured_post','1'),(4399,807,'_bunyad_cat_label','0'),(4400,807,'_bunyad_featured_disable','0'),(4401,807,'_bunyad_reviews','0'),(4402,807,'_bunyad_review_pos','none'),(4403,807,'_bunyad_review_type','points'),(4404,807,'_bunyad_review_verdict','Awesome'),(4405,807,'_yoast_wpseo_focuskw_text_input','British pie awards 2018- proper pies'),(4406,807,'_yoast_wpseo_focuskw','British pie awards 2018- proper pies'),(4407,807,'_yoast_wpseo_title','Proper pies wins at British pie awards 2018'),(4408,807,'_yoast_wpseo_metadesc','The Oliver James Foods division of Creative Foods Europe was delighted to take a large slice of the pie at the 2018 British Pie Awards, mopping up an array of gold and silver awards for its Proper Pies range.'),(4409,807,'_yoast_wpseo_linkdex','45'),(4410,807,'_yoast_wpseo_content_score','30'),(4411,807,'_yoast_wpseo_primary_category','3'),(4415,807,'_wpas_done_all','1'),(4416,813,'_edit_last','1'),(4417,813,'_edit_lock','1523966947:1'),(4418,814,'_wp_attached_file','2018/04/ProLights-OmegaPIX-Sale-to-Peachy-Events-Press.jpg'),(4419,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1174;s:4:\"file\";s:58:\"2018/04/ProLights-OmegaPIX-Sale-to-Peachy-Events-Press.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-696x461.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-1068x708.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-634x420.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:59:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:57:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:58:\"ProLights-OmegaPIX-Sale-to-Peachy-Events-Press-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4420,815,'_wp_attached_file','2018/04/pro-lights.jpg'),(4421,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:108;s:4:\"file\";s:22:\"2018/04/pro-lights.jpg\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"pro-lights-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"pro-lights-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"pro-lights-218x108.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"pro-lights-265x108.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"pro-lights-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"pro-lights-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"pro-lights-324x108.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"pro-lights-356x108.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"pro-lights-356x108.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"pro-lights-485x108.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"pro-lights-533x108.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"pro-lights-534x108.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pro-lights-150x108.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pro-lights-300x57.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"pro-lights-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"pro-lights-351x108.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"pro-lights-351x108.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"pro-lights-168x108.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"pro-lights-214x108.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"pro-lights-343x108.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"pro-lights-233x108.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"pro-lights-536x108.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"pro-lights-269x108.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"pro-lights-474x108.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"pro-lights-235x108.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"pro-lights-326x108.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"pro-lights-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"pro-lights-214x108.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:108;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:{}}}'),(4422,816,'_wp_attached_file','2018/04/pro-lights-two.jpg'),(4423,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1650;s:4:\"file\";s:26:\"2018/04/pro-lights-two.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"pro-lights-two-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"pro-lights-two-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"pro-lights-two-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"pro-lights-two-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-150x150.jpg\";s:5:\"width\";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:\"pro-lights-two-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"pro-lights-two-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"pro-lights-two-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"pro-lights-two-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"pro-lights-two-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"pro-lights-two-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4424,813,'_thumbnail_id','814'),(4425,813,'slide_template','default'),(4426,813,'_bunyad_featured_post','1'),(4427,813,'_bunyad_cat_label','0'),(4428,813,'_bunyad_featured_disable','0'),(4429,813,'_bunyad_reviews','0'),(4430,813,'_bunyad_review_pos','none'),(4431,813,'_bunyad_review_type','points'),(4432,813,'_bunyad_review_verdict','Awesome'),(4433,813,'_yoast_wpseo_focuskw_text_input','Prolights'),(4434,813,'_yoast_wpseo_focuskw','Prolights'),(4435,813,'_yoast_wpseo_title','ProLights omega PIX next generation high res led video screen'),(4436,813,'_yoast_wpseo_metadesc','The 1st UK stock of the new ProLights OmegaPIX next-generation LED video screen has gone straight to Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to outdoor music festivals.'),(4437,813,'_yoast_wpseo_linkdex','82'),(4438,813,'_yoast_wpseo_content_score','30'),(4439,813,'_yoast_wpseo_primary_category','10'),(4443,813,'_wpas_done_all','1'),(4446,813,'_wp_old_slug','prolights-omegapix-next-generation-high-res-led-video-screen'),(4451,832,'_edit_last','1'),(4452,832,'_edit_lock','1523968712:1'),(4453,833,'_wp_attached_file','2018/04/Mr-Froggs-Gin.png'),(4454,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:176;s:4:\"file\";s:25:\"2018/04/Mr-Froggs-Gin.png\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Mr-Froggs-Gin-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Mr-Froggs-Gin-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-265x176.png\";s:5:\"width\";i:265;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-324x176.png\";s:5:\"width\";i:324;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-324x176.png\";s:5:\"width\";i:324;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Mr-Froggs-Gin-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-233x176.png\";s:5:\"width\";i:233;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-269x176.png\";s:5:\"width\";i:269;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-235x176.png\";s:5:\"width\";i:235;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-326x176.png\";s:5:\"width\";i:326;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Mr-Froggs-Gin-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4455,834,'_wp_attached_file','2018/04/Mr-Froggs-Gin-1.png'),(4456,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:176;s:4:\"file\";s:27:\"2018/04/Mr-Froggs-Gin-1.png\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Mr-Froggs-Gin-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Mr-Froggs-Gin-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-265x176.png\";s:5:\"width\";i:265;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-324x176.png\";s:5:\"width\";i:324;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-324x176.png\";s:5:\"width\";i:324;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Mr-Froggs-Gin-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-233x176.png\";s:5:\"width\";i:233;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-269x176.png\";s:5:\"width\";i:269;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-235x176.png\";s:5:\"width\";i:235;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-326x176.png\";s:5:\"width\";i:326;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Mr-Froggs-Gin-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Mr-Froggs-Gin-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4457,832,'_thumbnail_id','834'),(4458,832,'slide_template','default'),(4459,832,'_bunyad_featured_post','1'),(4460,832,'_bunyad_cat_label','0'),(4461,832,'_bunyad_featured_disable','0'),(4462,832,'_bunyad_reviews','0'),(4463,832,'_bunyad_review_pos','none'),(4464,832,'_bunyad_review_type','points'),(4465,832,'_bunyad_review_verdict','Awesome'),(4466,832,'_yoast_wpseo_focuskw_text_input','Mr Frogg\'s Gin parlour, VII Hills Gin head to Rome'),(4467,832,'_yoast_wpseo_focuskw','Mr Frogg\'s Gin parlour, VII Hills Gin head to Rome'),(4468,832,'_yoast_wpseo_title','Mr Fogg\'s Gin Parlour and VII Hills Gin head to Rome'),(4469,832,'_yoast_wpseo_metadesc','VII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr Fogg’s Gin Parlour, traveling around Europe taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.'),(4470,832,'_yoast_wpseo_linkdex','59'),(4471,832,'_yoast_wpseo_content_score','30'),(4472,832,'_yoast_wpseo_primary_category','2'),(4476,832,'_wpas_done_all','1'),(4477,836,'_wp_attached_file','2018/04/gin.png'),(4478,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:176;s:4:\"file\";s:15:\"2018/04/gin.png\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"gin-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"gin-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"gin-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"gin-265x176.png\";s:5:\"width\";i:265;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"gin-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"gin-324x176.png\";s:5:\"width\";i:324;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"gin-324x176.png\";s:5:\"width\";i:324;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gin-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:15:\"gin-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"gin-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"gin-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"gin-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"gin-233x176.png\";s:5:\"width\";i:233;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"gin-269x176.png\";s:5:\"width\";i:269;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"gin-235x176.png\";s:5:\"width\";i:235;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"gin-326x176.png\";s:5:\"width\";i:326;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"gin-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"gin-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4479,839,'_edit_last','1'),(4480,839,'_edit_lock','1523971407:1'),(4481,840,'_wp_attached_file','2018/04/strazzanti.png'),(4482,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:333;s:4:\"file\";s:22:\"2018/04/strazzanti.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"strazzanti-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"strazzanti-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"strazzanti-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"strazzanti-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"strazzanti-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"strazzanti-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"strazzanti-324x333.png\";s:5:\"width\";i:324;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"strazzanti-332x220.png\";s:5:\"width\";i:332;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"strazzanti-332x261.png\";s:5:\"width\";i:332;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"strazzanti-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"strazzanti-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"strazzanti-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"strazzanti-332x185.png\";s:5:\"width\";i:332;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"strazzanti-332x185.png\";s:5:\"width\";i:332;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"strazzanti-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"strazzanti-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"strazzanti-332x215.png\";s:5:\"width\";i:332;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"strazzanti-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"strazzanti-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"strazzanti-332x240.png\";s:5:\"width\";i:332;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"strazzanti-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"strazzanti-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"strazzanti-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"strazzanti-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4483,839,'_thumbnail_id','840'),(4484,839,'slide_template','default'),(4485,839,'_bunyad_featured_post','0'),(4486,839,'_bunyad_cat_label','0'),(4487,839,'_bunyad_featured_disable','0'),(4488,839,'_bunyad_reviews','0'),(4489,839,'_bunyad_review_pos','none'),(4490,839,'_bunyad_review_type','points'),(4491,839,'_bunyad_review_verdict','Awesome'),(4492,839,'_yoast_wpseo_focuskw_text_input','Strazzanti, the Sicilian bakery & brunch pop up'),(4493,839,'_yoast_wpseo_focuskw','Strazzanti, the Sicilian bakery & brunch pop up'),(4494,839,'_yoast_wpseo_title','Strazzanti, the Sicilian bakery & brunch pop up, takes residency in Fitzrovia'),(4495,839,'_yoast_wpseo_metadesc','British born to Sicilian & Neapolitan parents, food has always been at the heart of the Strazzanti sisters’ family life, and a source of many nostalgic, warm memories. Emilia, Nina and Sofia bring their passion for Sicilian produce with thier recipes which have been passed down through generations.'),(4496,839,'_yoast_wpseo_linkdex','68'),(4497,839,'_yoast_wpseo_content_score','30'),(4498,839,'_yoast_wpseo_primary_category','5'),(4502,839,'_wpas_done_all','1'),(4505,844,'_edit_last','1'),(4506,844,'_edit_lock','1523973322:1'),(4507,845,'_wp_attached_file','2018/04/Can-image-one.jpg'),(4508,845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:1836;s:4:\"file\";s:25:\"2018/04/Can-image-one.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Can-image-one-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Can-image-one-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Can-image-one-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Can-image-one-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Can-image-one-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Can-image-one-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Can-image-one-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Can-image-one-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Can-image-one-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Can-image-one-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Can-image-one-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Can-image-one-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Can-image-one-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Can-image-one-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Can-image-one-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Can-image-one-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Can-image-one-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Can-image-one-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Can-image-one-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Can-image-one-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Can-image-one-150x150.jpg\";s:5:\"width\";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:\"Can-image-one-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Can-image-one-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Can-image-one-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Can-image-one-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Can-image-one-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Can-image-one-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Can-image-one-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Can-image-one-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Can-image-one-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Can-image-one-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Can-image-one-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Can-image-one-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Can-image-one-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Can-image-one-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Can-image-one-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Can-image-one-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Can-image-one-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Can-image-one-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Can-image-one-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Can-image-one-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Can-image-one-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"GT-I9192\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1448563419\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4509,844,'_thumbnail_id','845'),(4510,844,'slide_template','default'),(4511,844,'_bunyad_featured_post','1'),(4512,844,'_bunyad_cat_label','0'),(4513,844,'_bunyad_featured_disable','0'),(4514,844,'_bunyad_reviews','0'),(4515,844,'_bunyad_review_pos','none'),(4516,844,'_bunyad_review_type','points'),(4517,844,'_bunyad_review_verdict','Awesome'),(4518,844,'_yoast_wpseo_focuskw_text_input','can the can make a comback'),(4519,844,'_yoast_wpseo_focuskw','can the can make a comback'),(4520,844,'_yoast_wpseo_title','Can the can make a comeback?'),(4521,844,'_yoast_wpseo_metadesc','Once upon a time, the only products that came in cans were supermarket brand lagers and beers. It was rare that these were ever served up by the hospitality industry in the can-form; often preferring a fresh pint of the brew instead.'),(4522,844,'_yoast_wpseo_linkdex','54'),(4523,844,'_yoast_wpseo_content_score','30'),(4524,844,'_yoast_wpseo_primary_category','2'),(4528,844,'_wpas_done_all','1'),(4532,849,'_edit_last','1'),(4533,849,'_edit_lock','1524204710:1'),(4534,850,'_wp_attached_file','2018/04/FG-1.jpg'),(4535,850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2018/04/FG-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"FG-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"FG-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"FG-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"FG-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"FG-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"FG-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"FG-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"FG-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"FG-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"FG-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"FG-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"FG-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"FG-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"FG-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"FG-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"FG-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"FG-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"FG-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"FG-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:18:\"FG-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"FG-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:16:\"FG-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"FG-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"FG-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"FG-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"FG-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"FG-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"FG-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"FG-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"FG-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"FG-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"FG-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"FG-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"FG-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"FG-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"FG-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"FG-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"FG-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"FG-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"FG-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"FG-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"FG-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4536,849,'_thumbnail_id','850'),(4537,849,'slide_template','default'),(4538,849,'_bunyad_featured_post','1'),(4539,849,'_bunyad_cat_label','0'),(4540,849,'_bunyad_featured_disable','0'),(4541,849,'_bunyad_reviews','0'),(4542,849,'_bunyad_review_pos','none'),(4543,849,'_bunyad_review_type','points'),(4544,849,'_bunyad_review_verdict','Awesome'),(4545,849,'_yoast_wpseo_focuskw_text_input','Labour Proposal'),(4546,849,'_yoast_wpseo_focuskw','Labour Proposal'),(4547,849,'_yoast_wpseo_title','New Labour Proposal - Total banning on the import of foie gras'),(4548,849,'_yoast_wpseo_metadesc','The Labour Party has launched an animal welfare policy document that could see the total banning on the import of foie gras. The classic French delicacy consisting of duck or goose liver that has been purposely fattened could have implications across the hospitality industry affecting restaurant chains and caterers.'),(4549,849,'_yoast_wpseo_linkdex','71'),(4550,849,'_yoast_wpseo_content_score','30'),(4551,849,'_yoast_wpseo_primary_category','4'),(4555,849,'_wpas_done_all','1'),(4556,853,'_edit_last','1'),(4557,853,'_edit_lock','1524830300:1'),(4558,854,'_wp_attached_file','2018/04/Geometric-shape-2.jpeg'),(4559,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2018/04/Geometric-shape-2.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Geometric-shape-2-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Geometric-shape-2-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-696x392.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Geometric-shape-2-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Geometric-shape-2-1068x601.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-747x420.jpeg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Geometric-shape-2-1920x1080.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Geometric-shape-2-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Geometric-shape-2-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Geometric-shape-2-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Geometric-shape-2-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Geometric-shape-2-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4560,853,'_thumbnail_id','854'),(4561,853,'slide_template','default'),(4562,853,'_bunyad_featured_post','1'),(4563,853,'_bunyad_cat_label','0'),(4564,853,'_bunyad_featured_disable','0'),(4565,853,'_bunyad_reviews','0'),(4566,853,'_bunyad_review_pos','none'),(4567,853,'_bunyad_review_type','points'),(4568,853,'_bunyad_review_verdict','Awesome'),(4569,853,'_yoast_wpseo_focuskw_text_input','Geometric Shapes'),(4570,853,'_yoast_wpseo_focuskw','Geometric Shapes'),(4571,853,'_yoast_wpseo_title','The shape of you - On Trade Progress'),(4572,853,'_yoast_wpseo_metadesc','On-Trade Progress is fortunate enough to be invited to bars, restaurants, pubs and hotels across the country. We count ourselves truly lucky to be able to operate in such a wonderful industry. One design trend that has caught our eye has been sharp-edged, geometrically-shaped furniture and objects.'),(4573,853,'_yoast_wpseo_linkdex','70'),(4574,853,'_yoast_wpseo_content_score','30'),(4575,853,'_yoast_wpseo_primary_category','29'),(4579,853,'_wpas_done_all','1'),(4580,856,'_edit_last','1'),(4581,856,'_edit_lock','1524040686:1'),(4582,857,'_wp_attached_file','2018/04/Brandy-1.jpeg'),(4583,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1329;s:4:\"file\";s:21:\"2018/04/Brandy-1.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Brandy-1-768x510.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Brandy-1-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Brandy-1-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Brandy-1-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Brandy-1-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Brandy-1-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Brandy-1-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Brandy-1-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Brandy-1-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Brandy-1-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Brandy-1-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Brandy-1-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Brandy-1-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Brandy-1-696x462.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Brandy-1-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Brandy-1-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Brandy-1-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Brandy-1-1068x710.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Brandy-1-632x420.jpeg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Brandy-1-1920x1276.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Brandy-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Brandy-1-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Brandy-1-1024x680.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Brandy-1-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Brandy-1-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Brandy-1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Brandy-1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Brandy-1-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Brandy-1-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Brandy-1-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Brandy-1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Brandy-1-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Brandy-1-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Brandy-1-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Brandy-1-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Brandy-1-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Brandy-1-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Brandy-1-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Brandy-1-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Brandy-1-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Brandy-1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Brandy-1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4584,856,'_thumbnail_id','857'),(4585,856,'slide_template','default'),(4586,856,'_bunyad_featured_post','1'),(4587,856,'_bunyad_cat_label','0'),(4588,856,'_bunyad_featured_disable','0'),(4589,856,'_bunyad_reviews','0'),(4590,856,'_bunyad_review_pos','none'),(4591,856,'_bunyad_review_type','points'),(4592,856,'_bunyad_review_verdict','Awesome'),(4593,856,'_yoast_wpseo_focuskw_text_input','History of drink'),(4594,856,'_yoast_wpseo_focuskw','History of drink'),(4595,856,'_yoast_wpseo_metadesc','Brandy is as old as distillation itself; as the drink’s heritage is strongly tied with the distillation process in general. Consumed as an after dinner digestif and the parent to many different offshoots of the drink, venue and bar owners shouldn’t be scared to put brandy at the top of their menus.'),(4596,856,'_yoast_wpseo_linkdex','54'),(4597,856,'_yoast_wpseo_content_score','60'),(4598,856,'_yoast_wpseo_primary_category','2'),(4602,856,'_wpas_done_all','1'),(4605,860,'_wp_attached_file','2018/04/Wine-1.jpeg'),(4606,860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1344;s:4:\"file\";s:19:\"2018/04/Wine-1.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Wine-1-768x538.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Wine-1-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Wine-1-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Wine-1-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Wine-1-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Wine-1-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Wine-1-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Wine-1-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Wine-1-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Wine-1-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Wine-1-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Wine-1-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Wine-1-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Wine-1-696x487.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Wine-1-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Wine-1-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Wine-1-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Wine-1-1068x748.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Wine-1-600x420.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Wine-1-1920x1344.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Wine-1-150x150.jpeg\";s:5:\"width\";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:\"Wine-1-300x210.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Wine-1-1024x717.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Wine-1-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Wine-1-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Wine-1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Wine-1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Wine-1-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Wine-1-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Wine-1-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Wine-1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Wine-1-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Wine-1-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Wine-1-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Wine-1-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"Wine-1-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Wine-1-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Wine-1-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Wine-1-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Wine-1-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Wine-1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Wine-1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4623,862,'_edit_last','1'),(4624,862,'_edit_lock','1524055222:1'),(4625,862,'slide_template','default'),(4626,862,'_bunyad_featured_post','0'),(4627,862,'_bunyad_cat_label','0'),(4628,862,'_bunyad_featured_disable','0'),(4629,862,'_bunyad_reviews','0'),(4630,862,'_bunyad_review_pos','none'),(4631,862,'_bunyad_review_type','points'),(4632,862,'_bunyad_review_verdict','Awesome'),(4633,862,'_yoast_wpseo_focuskw_text_input','Pizza'),(4634,862,'_yoast_wpseo_focuskw','Pizza'),(4635,862,'_yoast_wpseo_title','Pantheon highlights what it takes to add pizza to the menu?'),(4636,862,'_yoast_wpseo_metadesc','Pantheon highlights the three essential items of kit you’ll need - Pizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*'),(4637,862,'_yoast_wpseo_linkdex','81'),(4638,862,'_yoast_wpseo_content_score','30'),(4639,862,'_yoast_wpseo_primary_category','32'),(4640,864,'_wp_attached_file','2018/04/Pantheon-PO4-Pizza-Oven.jpg'),(4641,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1750;s:6:\"height\";i:1048;s:4:\"file\";s:35:\"2018/04/Pantheon-PO4-Pizza-Oven.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Pantheon-PO4-Pizza-Oven-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Pantheon-PO4-Pizza-Oven-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-696x417.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Pantheon-PO4-Pizza-Oven-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Pantheon-PO4-Pizza-Oven-1068x640.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-701x420.jpg\";s:5:\"width\";i:701;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Pantheon-PO4-Pizza-Oven-1024x613.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Pantheon-PO4-Pizza-Oven-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Pantheon-PO4-Pizza-Oven-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"Pantheon-PO4-Pizza-Oven-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"Pantheon-PO4-Pizza-Oven-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4642,865,'_wp_attached_file','2018/04/Pantheons-SM20-Spiral-Mixer.jpg'),(4643,865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:1413;s:4:\"file\";s:39:\"2018/04/Pantheons-SM20-Spiral-Mixer.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-768x868.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Pantheons-SM20-Spiral-Mixer-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Pantheons-SM20-Spiral-Mixer-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-696x787.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Pantheons-SM20-Spiral-Mixer-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Pantheons-SM20-Spiral-Mixer-1068x1207.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-372x420.jpg\";s:5:\"width\";i:372;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Pantheons-SM20-Spiral-Mixer-906x1024.jpg\";s:5:\"width\";i:906;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Pantheons-SM20-Spiral-Mixer-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Pantheons-SM20-Spiral-Mixer-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"Pantheons-SM20-Spiral-Mixer-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"Pantheons-SM20-Spiral-Mixer-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4644,866,'_wp_attached_file','2018/04/Range-of-dough-rollers-from-pantheon.jpg'),(4645,866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2953;s:6:\"height\";i:3449;s:4:\"file\";s:48:\"2018/04/Range-of-dough-rollers-from-pantheon.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-768x897.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Range-of-dough-rollers-from-pantheon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Range-of-dough-rollers-from-pantheon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-696x813.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Range-of-dough-rollers-from-pantheon-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"Range-of-dough-rollers-from-pantheon-1068x1247.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"Range-of-dough-rollers-from-pantheon-1920x2242.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Range-of-dough-rollers-from-pantheon-877x1024.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Range-of-dough-rollers-from-pantheon-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"Range-of-dough-rollers-from-pantheon-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Range-of-dough-rollers-from-pantheon-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Range-of-dough-rollers-from-pantheon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4649,862,'_wpas_done_all','1'),(4652,874,'_wp_attached_file','2018/04/pantheopn.png'),(4653,874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:339;s:6:\"height\";i:160;s:4:\"file\";s:21:\"2018/04/pantheopn.png\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"pantheopn-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"pantheopn-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"pantheopn-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"pantheopn-265x160.png\";s:5:\"width\";i:265;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"pantheopn-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"pantheopn-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"pantheopn-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pantheopn-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:\"pantheopn-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"pantheopn-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"pantheopn-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"pantheopn-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"pantheopn-233x160.png\";s:5:\"width\";i:233;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"pantheopn-269x160.png\";s:5:\"width\";i:269;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"pantheopn-235x160.png\";s:5:\"width\";i:235;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"pantheopn-326x160.png\";s:5:\"width\";i:326;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"pantheopn-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"pantheopn-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4654,862,'_thumbnail_id','864'),(4665,877,'_wp_attached_file','2018/04/SPIRAL-HIBISCUS.jpg'),(4666,877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:27:\"2018/04/SPIRAL-HIBISCUS.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"SPIRAL-HIBISCUS-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"SPIRAL-HIBISCUS-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-150x150.jpg\";s:5:\"width\";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:\"SPIRAL-HIBISCUS-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"SPIRAL-HIBISCUS-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"SPIRAL-HIBISCUS-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4667,878,'_wp_attached_file','2018/04/Spiral-range.jpg'),(4668,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1797;s:4:\"file\";s:24:\"2018/04/Spiral-range.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Spiral-range-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Spiral-range-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Spiral-range-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Spiral-range-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Spiral-range-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Spiral-range-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Spiral-range-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Spiral-range-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Spiral-range-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Spiral-range-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Spiral-range-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Spiral-range-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Spiral-range-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Spiral-range-696x1042.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1042;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Spiral-range-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Spiral-range-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Spiral-range-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Spiral-range-1068x1599.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Spiral-range-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Spiral-range-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Spiral-range-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Spiral-range-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Spiral-range-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"Spiral-range-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"Spiral-range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"Spiral-range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"Spiral-range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"Spiral-range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"Spiral-range-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"Spiral-range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"Spiral-range-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"Spiral-range-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"Spiral-range-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"Spiral-range-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"Spiral-range-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"Spiral-range-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"Spiral-range-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"Spiral-range-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"Spiral-range-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"Spiral-range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"Spiral-range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511956198\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"148\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4669,879,'_wp_attached_file','2018/04/SPIRAL-HIBISCUS-1.jpg'),(4670,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:29:\"2018/04/SPIRAL-HIBISCUS-1.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"SPIRAL-HIBISCUS-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"SPIRAL-HIBISCUS-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"SPIRAL-HIBISCUS-1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-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:\"SPIRAL-HIBISCUS-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SPIRAL-HIBISCUS-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SPIRAL-HIBISCUS-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"SPIRAL-HIBISCUS-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"SPIRAL-HIBISCUS-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"SPIRAL-HIBISCUS-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4671,880,'_wp_attached_file','2018/04/Spiral-Martini.jpg'),(4672,880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1813;s:4:\"file\";s:26:\"2018/04/Spiral-Martini.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Spiral-Martini-768x1160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Spiral-Martini-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Spiral-Martini-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Spiral-Martini-696x1052.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1052;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Spiral-Martini-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Spiral-Martini-1068x1614.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-278x420.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-150x150.jpg\";s:5:\"width\";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:\"Spiral-Martini-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Spiral-Martini-678x1024.jpg\";s:5:\"width\";i:678;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Spiral-Martini-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"Spiral-Martini-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Spiral-Martini-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Spiral-Martini-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511956267\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4685,885,'_wp_attached_file','2018/04/artis-logo-1.jpg'),(4686,885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:189;s:6:\"height\";i:180;s:4:\"file\";s:24:\"2018/04/artis-logo-1.jpg\";s:5:\"sizes\";a:10:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"artis-logo-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"artis-logo-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"artis-logo-1-189x150.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"artis-logo-1-189x160.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"artis-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"artis-logo-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"artis-logo-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"artis-logo-1-189x140.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"artis-logo-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"artis-logo-1-189x140.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4693,888,'_edit_last','1'),(4694,888,'_edit_lock','1524059098:1'),(4695,888,'slide_template','default'),(4696,888,'_bunyad_featured_post','1'),(4697,888,'_bunyad_cat_label','0'),(4698,888,'_bunyad_featured_disable','0'),(4699,888,'_bunyad_reviews','0'),(4700,888,'_bunyad_review_pos','none'),(4701,888,'_bunyad_review_type','points'),(4702,888,'_bunyad_review_verdict','Awesome'),(4703,888,'_yoast_wpseo_content_score','30'),(4704,888,'_yoast_wpseo_primary_category','2'),(4705,890,'_wp_attached_file','2018/04/salcombe-gin.jpg'),(4706,890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:475;s:6:\"height\";i:144;s:4:\"file\";s:24:\"2018/04/salcombe-gin.jpg\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"salcombe-gin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"salcombe-gin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-218x144.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-265x144.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-324x144.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-324x144.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-324x144.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-356x144.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-356x144.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"salcombe-gin-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"salcombe-gin-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-351x144.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-351x144.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-343x144.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-233x144.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-269x144.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-474x144.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-235x144.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-326x144.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"salcombe-gin-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"salcombe-gin-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4707,891,'_wp_attached_file','2018/04/salcombe.png'),(4708,891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1003;s:6:\"height\";i:376;s:4:\"file\";s:20:\"2018/04/salcombe.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"salcombe-768x288.png\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"salcombe-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"salcombe-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"salcombe-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"salcombe-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"salcombe-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"salcombe-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"salcombe-324x376.png\";s:5:\"width\";i:324;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"salcombe-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"salcombe-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"salcombe-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"salcombe-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"salcombe-534x376.png\";s:5:\"width\";i:534;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"salcombe-696x261.png\";s:5:\"width\";i:696;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"salcombe-696x376.png\";s:5:\"width\";i:696;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"salcombe-741x376.png\";s:5:\"width\";i:741;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"salcombe-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:\"salcombe-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"salcombe-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"salcombe-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"salcombe-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"salcombe-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"salcombe-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"salcombe-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"salcombe-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"salcombe-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"salcombe-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"salcombe-536x376.png\";s:5:\"width\";i:536;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"salcombe-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"salcombe-600x376.png\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"salcombe-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"salcombe-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"salcombe-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"salcombe-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"salcombe-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"salcombe-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4709,888,'_thumbnail_id','891'),(4710,888,'_yoast_wpseo_focuskw_text_input','Salcombe Gin'),(4711,888,'_yoast_wpseo_focuskw','Salcombe Gin'),(4712,888,'_yoast_wpseo_metadesc','Salcombe Gin launches new signature serve cocktail collection. Internationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’.'),(4713,888,'_yoast_wpseo_linkdex','75'),(4717,888,'_wpas_done_all','1'),(4718,895,'_edit_last','1'),(4719,895,'_edit_lock','1524211279:1'),(4720,896,'_wp_attached_file','2018/04/gin.jpg'),(4721,897,'_wp_attached_file','2018/04/gin-1.jpg'),(4722,898,'_wp_attached_file','2018/04/gin-2.jpg'),(4723,899,'_wp_attached_file','2018/04/salco0mbem-gin.jpg'),(4724,900,'_wp_attached_file','2018/04/salco0mbem-gin-1.jpg'),(4725,901,'_wp_attached_file','2018/04/Seamist-low-res.jpeg'),(4726,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2018/04/Seamist-low-res.jpeg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Seamist-low-res-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Seamist-low-res-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x360.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x261.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x462.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x385.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x486.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x580.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-280x420.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-150x150.jpeg\";s:5:\"width\";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:\"Seamist-low-res-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Seamist-low-res-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x516.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x386.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x460.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x240.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Seamist-low-res-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Seamist-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522860094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4727,895,'slide_template','default'),(4728,895,'_bunyad_featured_post','1'),(4729,895,'_bunyad_cat_label','0'),(4730,895,'_bunyad_featured_disable','0'),(4731,895,'_bunyad_reviews','0'),(4732,895,'_bunyad_review_pos','none'),(4733,895,'_bunyad_review_type','points'),(4734,895,'_bunyad_review_verdict','Awesome'),(4735,895,'_yoast_wpseo_content_score','30'),(4736,895,'_yoast_wpseo_primary_category','2'),(4737,895,'_yoast_wpseo_metadesc','SEA MIST - a unique cocktail experience and twist to the signature G&T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray. The'),(4738,895,'_thumbnail_id','913'),(4739,895,'_yoast_wpseo_focuskw_text_input','Salcombe Gin'),(4740,895,'_yoast_wpseo_focuskw','Salcombe Gin'),(4741,895,'_yoast_wpseo_linkdex','60'),(4745,895,'_wp_old_slug','salcombe-gin-signature-serve-cocktail-collection'),(4746,895,'_wpas_done_all','1'),(4747,910,'_wp_attached_file','2018/04/salcombe-1.png'),(4748,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1003;s:6:\"height\";i:376;s:4:\"file\";s:22:\"2018/04/salcombe-1.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"salcombe-1-768x288.png\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"salcombe-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"salcombe-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"salcombe-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"salcombe-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"salcombe-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"salcombe-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"salcombe-1-324x376.png\";s:5:\"width\";i:324;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"salcombe-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"salcombe-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"salcombe-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"salcombe-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"salcombe-1-534x376.png\";s:5:\"width\";i:534;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"salcombe-1-696x261.png\";s:5:\"width\";i:696;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"salcombe-1-696x376.png\";s:5:\"width\";i:696;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"salcombe-1-741x376.png\";s:5:\"width\";i:741;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"salcombe-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"salcombe-1-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"salcombe-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"salcombe-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"salcombe-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"salcombe-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"salcombe-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"salcombe-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"salcombe-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"salcombe-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"salcombe-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"salcombe-1-536x376.png\";s:5:\"width\";i:536;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"salcombe-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"salcombe-1-600x376.png\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"salcombe-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"salcombe-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"salcombe-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"salcombe-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"salcombe-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"salcombe-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(4753,913,'_wp_attached_file','2018/04/Salcombe-Gin-black-logo.jpg'),(4754,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1736;s:4:\"file\";s:35:\"2018/04/Salcombe-Gin-black-logo.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Salcombe-Gin-black-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Salcombe-Gin-black-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-696x483.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Salcombe-Gin-black-logo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Salcombe-Gin-black-logo-1068x742.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-605x420.jpg\";s:5:\"width\";i:605;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Salcombe-Gin-black-logo-1920x1333.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-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:35:\"Salcombe-Gin-black-logo-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Salcombe-Gin-black-logo-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Salcombe-Gin-black-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Salcombe-Gin-black-logo-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"Salcombe-Gin-black-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"Salcombe-Gin-black-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4757,914,'_edit_last','1'),(4758,914,'_edit_lock','1524149068:1'),(4759,915,'_wp_attached_file','2018/04/Raspberry-Croissant.jpg'),(4760,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2078;s:6:\"height\";i:1386;s:4:\"file\";s:31:\"2018/04/Raspberry-Croissant.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Raspberry-Croissant-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Raspberry-Croissant-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Raspberry-Croissant-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Raspberry-Croissant-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Raspberry-Croissant-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Raspberry-Croissant-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Raspberry-Croissant-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Raspberry-Croissant-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Raspberry-Croissant-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Raspberry-Croissant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 450D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517494859\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4761,916,'_wp_attached_file','2018/04/Chocolate-Croissant.jpg'),(4762,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3240;s:6:\"height\";i:2160;s:4:\"file\";s:31:\"2018/04/Chocolate-Croissant.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Chocolate-Croissant-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Chocolate-Croissant-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Chocolate-Croissant-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Chocolate-Croissant-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Chocolate-Croissant-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Chocolate-Croissant-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Chocolate-Croissant-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Chocolate-Croissant-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Chocolate-Croissant-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Chocolate-Croissant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 450D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517495286\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4763,914,'_thumbnail_id','916'),(4764,914,'slide_template','default'),(4765,914,'_bunyad_featured_post','1'),(4766,914,'_bunyad_cat_label','0'),(4767,914,'_bunyad_featured_disable','0'),(4768,914,'_bunyad_reviews','0'),(4769,914,'_bunyad_review_pos','none'),(4770,914,'_bunyad_review_type','points'),(4771,914,'_bunyad_review_verdict','Awesome'),(4772,914,'_yoast_wpseo_focuskw_text_input','Colourful croissants'),(4773,914,'_yoast_wpseo_focuskw','Colourful croissants'),(4774,914,'_yoast_wpseo_metadesc','A profitable twist on a much loved classic, the colourful croissants are made using specialist technology which intricately layers coloured dough and plain, resulting in a striking pattern.'),(4775,914,'_yoast_wpseo_linkdex','71'),(4776,914,'_yoast_wpseo_content_score','30'),(4777,914,'_yoast_wpseo_primary_category','3'),(4781,914,'_wpas_done_all','1'),(4784,914,'_wp_old_slug','aryzta-food-solutions-uk-brings-filled-colour-croissants-breakfast-snacking-menus'),(4785,919,'_edit_last','1'),(4786,919,'_edit_lock','1524660719:1'),(4787,920,'_wp_attached_file','2018/04/GO-IN_WS0500_WF0520_WF0540_HK.jpg'),(4788,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1328;s:4:\"file\";s:41:\"2018/04/GO-IN_WS0500_WF0520_WF0540_HK.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"GO-IN_WS0500_WF0520_WF0540_HK-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"GO-IN_WS0500_WF0520_WF0540_HK-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"GO-IN_WS0500_WF0520_WF0540_HK-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"GO-IN_WS0500_WF0520_WF0540_HK-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"GO-IN_WS0500_WF0520_WF0540_HK-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"GO-IN_WS0500_WF0520_WF0540_HK-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"GO-IN_WS0500_WF0520_WF0540_HK-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"GO-IN_WS0500_WF0520_WF0540_HK-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"GO-IN_WS0500_WF0520_WF0540_HK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1477008000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4789,921,'_wp_attached_file','2018/04/GO-IN_Caden_Sofa.jpg'),(4790,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1181;s:4:\"file\";s:28:\"2018/04/GO-IN_Caden_Sofa.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"GO-IN_Caden_Sofa-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"GO-IN_Caden_Sofa-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"GO-IN_Caden_Sofa-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"GO-IN_Caden_Sofa-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-150x150.jpg\";s:5:\"width\";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:\"GO-IN_Caden_Sofa-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"GO-IN_Caden_Sofa-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"GO-IN_Caden_Sofa-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"GO-IN_Caden_Sofa-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"GO-IN_Caden_Sofa-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"GO-IN_Caden_Sofa-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510220830\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4791,922,'_wp_attached_file','2018/04/GO-IN-Scandi-style-ash-detail.jpg'),(4792,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:1056;s:4:\"file\";s:41:\"2018/04/GO-IN-Scandi-style-ash-detail.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-768x958.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"GO-IN-Scandi-style-ash-detail-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"GO-IN-Scandi-style-ash-detail-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-696x868.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-847x580.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-337x420.jpg\";s:5:\"width\";i:337;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"GO-IN-Scandi-style-ash-detail-821x1024.jpg\";s:5:\"width\";i:821;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"GO-IN-Scandi-style-ash-detail-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-847x516.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"GO-IN-Scandi-style-ash-detail-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"GO-IN-Scandi-style-ash-detail-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4793,923,'_wp_attached_file','2018/04/GO-IN_Marlo_Armchair_Sidechair.jpg'),(4794,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1181;s:4:\"file\";s:42:\"2018/04/GO-IN_Marlo_Armchair_Sidechair.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"GO-IN_Marlo_Armchair_Sidechair-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"GO-IN_Marlo_Armchair_Sidechair-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"GO-IN_Marlo_Armchair_Sidechair-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"GO-IN_Marlo_Armchair_Sidechair-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"GO-IN_Marlo_Armchair_Sidechair-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"GO-IN_Marlo_Armchair_Sidechair-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"GO-IN_Marlo_Armchair_Sidechair-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"GO-IN_Marlo_Armchair_Sidechair-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"GO-IN_Marlo_Armchair_Sidechair-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508926711\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4795,919,'_thumbnail_id','923'),(4796,919,'slide_template','default'),(4797,919,'_bunyad_featured_post','1'),(4798,919,'_bunyad_cat_label','0'),(4799,919,'_bunyad_featured_disable','0'),(4800,919,'_bunyad_reviews','0'),(4801,919,'_bunyad_review_pos','none'),(4802,919,'_bunyad_review_type','points'),(4803,919,'_bunyad_review_verdict','Awesome'),(4804,919,'_yoast_wpseo_content_score','30'),(4805,919,'_yoast_wpseo_primary_category','29'),(4806,919,'_yoast_wpseo_focuskw_text_input','hospitality design trends'),(4807,919,'_yoast_wpseo_focuskw','hospitality design trends'),(4808,919,'_yoast_wpseo_metadesc','Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants. the combination of organic shapes, natural materials and friendly colours make these perfect for use in busy hospitality areas such as restaurants and cafés'),(4809,919,'_yoast_wpseo_linkdex','63'),(4813,919,'_wpas_done_all','1'),(4820,936,'_edit_last','1'),(4821,936,'_edit_lock','1524221206:1'),(4822,937,'_wp_attached_file','2018/04/FSQFA-2018.jpg'),(4823,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:707;s:6:\"height\";i:1077;s:4:\"file\";s:22:\"2018/04/FSQFA-2018.jpg\";s:5:\"sizes\";a:39:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"FSQFA-2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"FSQFA-2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"FSQFA-2018-696x1060.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-707x486.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-707x580.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-276x420.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-150x150.jpg\";s:5:\"width\";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:\"FSQFA-2018-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"FSQFA-2018-672x1024.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"FSQFA-2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-707x516.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"FSQFA-2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"FSQFA-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4824,936,'slide_template','default'),(4825,936,'_bunyad_featured_post','0'),(4826,936,'_bunyad_cat_label','0'),(4827,936,'_bunyad_featured_disable','0'),(4828,936,'_bunyad_reviews','0'),(4829,936,'_bunyad_review_pos','none'),(4830,936,'_bunyad_review_type','points'),(4831,936,'_bunyad_review_verdict','Awesome'),(4832,936,'_yoast_wpseo_content_score','30'),(4833,936,'_yoast_wpseo_primary_category','6'),(4834,936,'_yoast_wpseo_focuskw_text_input','food service'),(4835,936,'_yoast_wpseo_focuskw','food service'),(4836,936,'_yoast_wpseo_metadesc','The 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries.'),(4837,936,'_yoast_wpseo_linkdex','69'),(4841,936,'_wpas_done_all','1'),(4842,942,'_edit_last','1'),(4843,942,'_edit_lock','1524574631:1'),(4844,943,'_wp_attached_file','2018/04/st-Clair-low-res.jpeg'),(4845,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2018/04/st-Clair-low-res.jpeg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"st-Clair-low-res-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"st-Clair-low-res-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x360.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x261.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x462.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x385.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x486.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x580.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-280x420.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-150x150.jpeg\";s:5:\"width\";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:\"st-Clair-low-res-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"st-Clair-low-res-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x516.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x386.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x460.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x240.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"st-Clair-low-res-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"st-Clair-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522842436\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4846,942,'slide_template','default'),(4847,942,'_bunyad_featured_post','0'),(4848,942,'_bunyad_cat_label','0'),(4849,942,'_bunyad_featured_disable','0'),(4850,942,'_bunyad_reviews','0'),(4851,942,'_bunyad_review_pos','none'),(4852,942,'_bunyad_review_type','points'),(4853,942,'_bunyad_review_verdict','Awesome'),(4854,942,'_yoast_wpseo_content_score','60'),(4855,942,'_yoast_wpseo_primary_category','2'),(4856,942,'_thumbnail_id','913'),(4857,942,'_yoast_wpseo_focuskw_text_input','Salcombe Gin'),(4858,942,'_yoast_wpseo_focuskw','Salcombe Gin'),(4859,942,'_yoast_wpseo_metadesc','ST CLAIR - A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels with the classic St. Germain elderflower liqueur.'),(4860,942,'_yoast_wpseo_linkdex','41'),(4864,942,'_wpas_done_all','1'),(4865,946,'_edit_last','1'),(4866,946,'_edit_lock','1524219662:1'),(4867,947,'_wp_attached_file','2018/04/action-adult-artist-354305.jpg'),(4868,948,'_wp_attached_file','2018/04/action-adult-artist-354305-1.jpg'),(4869,949,'_wp_attached_file','2018/04/action-adult-artist-wifi.jpg'),(4870,950,'_wp_attached_file','2018/04/wifi.jpg'),(4871,951,'_wp_attached_file','2018/04/wifi-1.jpg'),(4872,952,'_wp_attached_file','2018/04/wivert_final.jpg'),(4873,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3578;s:6:\"height\";i:1606;s:4:\"file\";s:24:\"2018/04/wivert_final.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"wivert_final-768x345.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"wivert_final-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"wivert_final-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"wivert_final-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"wivert_final-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"wivert_final-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"wivert_final-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"wivert_final-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"wivert_final-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"wivert_final-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"wivert_final-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"wivert_final-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"wivert_final-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"wivert_final-696x312.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"wivert_final-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"wivert_final-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"wivert_final-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"wivert_final-1068x479.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"wivert_final-936x420.jpg\";s:5:\"width\";i:936;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"wivert_final-1920x862.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wivert_final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"wivert_final-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"wivert_final-1024x460.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"wivert_final-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"wivert_final-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"wivert_final-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"wivert_final-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"wivert_final-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"wivert_final-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"wivert_final-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"wivert_final-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"wivert_final-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"wivert_final-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"wivert_final-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"wivert_final-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"wivert_final-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"wivert_final-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"wivert_final-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"wivert_final-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"wivert_final-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"wivert_final-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"wivert_final-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4874,953,'_wp_attached_file','2018/04/wifi-2.jpg'),(4875,954,'_wp_attached_file','2018/04/wifi-3.jpg'),(4876,955,'_wp_attached_file','2018/04/wifi-4.jpg'),(4877,956,'_wp_attached_file','2018/04/action-adult-artist-354305-2.jpg'),(4878,957,'_wp_attached_file','2018/04/adult-beard-blur-437645.jpg'),(4879,958,'_wp_attached_file','2018/04/adult-agreement-beard-541526.jpg'),(4880,959,'_wp_attached_file','2018/04/action-adult-artist-wifi-1.jpg'),(4881,960,'_wp_attached_file','2018/04/OnTrade.zip'),(4882,961,'_wp_attached_file','2018/04/action-adult-artist-wifi-2.jpg'),(4883,962,'_wp_attached_file','2018/04/action-adult-artist-35430511.jpg'),(4884,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4650;s:6:\"height\";i:3255;s:4:\"file\";s:40:\"2018/04/action-adult-artist-35430511.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-35430511-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-35430511-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-696x487.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-35430511-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-35430511-1068x748.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"action-adult-artist-35430511-1920x1344.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-35430511-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-35430511-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-35430511-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-35430511-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-35430511-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524219503\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4885,946,'_thumbnail_id','962'),(4886,946,'slide_template','default'),(4887,946,'_bunyad_featured_post','1'),(4888,946,'_bunyad_cat_label','0'),(4889,946,'_bunyad_featured_disable','0'),(4890,946,'_bunyad_reviews','0'),(4891,946,'_bunyad_review_pos','none'),(4892,946,'_bunyad_review_type','points'),(4893,946,'_bunyad_review_verdict','Awesome'),(4894,946,'_yoast_wpseo_content_score','30'),(4895,946,'_yoast_wpseo_primary_category','10'),(4896,946,'_yoast_wpseo_focuskw_text_input','WIFI'),(4897,946,'_yoast_wpseo_focuskw','WIFI'),(4898,946,'_yoast_wpseo_metadesc','With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office.'),(4899,946,'_yoast_wpseo_linkdex','61'),(4903,946,'_wpas_done_all','1'),(4906,276,'_oembed_d8d3b42471ce67c4de1de5e549a12b93','<div data-configid=\"32393893/60401222\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4907,276,'_oembed_time_d8d3b42471ce67c4de1de5e549a12b93','1524219395'),(4908,276,'_oembed_dd6da826f86aa2d421d99e574f8d767f','<div data-configid=\"32393893/60401222\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(4909,276,'_oembed_time_dd6da826f86aa2d421d99e574f8d767f','1524219397'),(4914,983,'_edit_last','1'),(4915,983,'_edit_lock','1524581125:1'),(4916,984,'_wp_attached_file','2018/04/artis-plates.jpg'),(4917,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2008;s:6:\"height\";i:1242;s:4:\"file\";s:24:\"2018/04/artis-plates.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"artis-plates-768x475.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"artis-plates-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"artis-plates-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"artis-plates-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"artis-plates-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"artis-plates-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"artis-plates-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"artis-plates-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"artis-plates-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"artis-plates-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"artis-plates-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"artis-plates-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"artis-plates-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"artis-plates-696x430.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"artis-plates-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"artis-plates-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"artis-plates-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"artis-plates-1068x661.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"artis-plates-679x420.jpg\";s:5:\"width\";i:679;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"artis-plates-1920x1188.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"artis-plates-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"artis-plates-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"artis-plates-1024x633.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"artis-plates-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"artis-plates-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"artis-plates-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"artis-plates-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"artis-plates-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"artis-plates-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"artis-plates-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"artis-plates-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"artis-plates-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"artis-plates-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"artis-plates-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"artis-plates-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"artis-plates-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"artis-plates-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"artis-plates-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"artis-plates-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"artis-plates-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"artis-plates-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"artis-plates-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4918,983,'_thumbnail_id','984'),(4919,983,'slide_template','default'),(4920,983,'_bunyad_featured_post','1'),(4921,983,'_bunyad_cat_label','0'),(4922,983,'_bunyad_featured_disable','0'),(4923,983,'_bunyad_reviews','0'),(4924,983,'_bunyad_review_pos','none'),(4925,983,'_bunyad_review_type','points'),(4926,983,'_bunyad_review_verdict','Awesome'),(4927,983,'_yoast_wpseo_focuskw_text_input','Artis'),(4928,983,'_yoast_wpseo_focuskw','Artis'),(4929,983,'_yoast_wpseo_metadesc','In its 2018 catalogue, which has just been launched, leading supplier of tableware to the foodservice industry. The range name Gallery is a premium collection of exquisitely decorated plates and large coupe bowls in a range of contemporary designs.'),(4930,983,'_yoast_wpseo_linkdex','73'),(4931,983,'_yoast_wpseo_content_score','30'),(4932,983,'_yoast_wpseo_primary_category','31'),(4936,983,'_wpas_done_all','1'),(4937,987,'_edit_last','1'),(4938,987,'_edit_lock','1524579167:1'),(4939,988,'_wp_attached_file','2018/04/UKHospitality-logo.png'),(4940,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:84;s:4:\"file\";s:30:\"2018/04/UKHospitality-logo.png\";s:5:\"sizes\";a:4:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"UKHospitality-logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"UKHospitality-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"UKHospitality-logo-110x84.png\";s:5:\"width\";i:110;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"UKHospitality-logo-142x82.png\";s:5:\"width\";i:142;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4941,987,'slide_template','default'),(4942,987,'_bunyad_featured_post','0'),(4943,987,'_bunyad_cat_label','0'),(4944,987,'_bunyad_featured_disable','0'),(4945,987,'_bunyad_reviews','0'),(4946,987,'_bunyad_review_pos','none'),(4947,987,'_bunyad_review_type','points'),(4948,987,'_bunyad_review_verdict','Awesome'),(4949,987,'_yoast_wpseo_content_score','30'),(4950,987,'_yoast_wpseo_primary_category','8'),(4951,987,'_thumbnail_id','1013'),(4952,987,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(4953,987,'_yoast_wpseo_focuskw','UKHospitality'),(4954,987,'_yoast_wpseo_metadesc','UKHospitality is pleased to announce the appointment of Jim Cathcart. UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.'),(4955,987,'_yoast_wpseo_linkdex','50'),(4959,987,'_wpas_done_all','1'),(4964,993,'_edit_last','1'),(4965,993,'_edit_lock','1524643551:1'),(4966,994,'_wp_attached_file','2018/04/Pennant-Martini-low-res.jpeg'),(4967,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2018/04/Pennant-Martini-low-res.jpeg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Pennant-Martini-low-res-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Pennant-Martini-low-res-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x360.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x261.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x462.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x385.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x486.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x580.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-280x420.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Pennant-Martini-low-res-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x516.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x386.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x460.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x240.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Pennant-Martini-low-res-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Pennant-Martini-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522848025\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4970,993,'_thumbnail_id','913'),(4971,993,'slide_template','default'),(4972,993,'_yoast_wpseo_metadesc','PENNANT MARTINI – A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance Salcombe Gin ‘Start Point’.'),(4973,993,'_yoast_wpseo_content_score','30'),(4977,993,'_bunyad_featured_post','0'),(4978,993,'_bunyad_cat_label','0'),(4979,993,'_bunyad_featured_disable','0'),(4980,993,'_bunyad_reviews','0'),(4981,993,'_bunyad_review_pos','none'),(4982,993,'_bunyad_review_type','points'),(4983,993,'_bunyad_review_verdict','Awesome'),(4986,993,'_yoast_wpseo_primary_category',''),(4987,993,'_wpas_done_all','1'),(4988,1003,'_edit_last','1'),(4989,1003,'_edit_lock','1524581020:1'),(4990,1004,'_wp_attached_file','2018/04/Hooray-Harry-Pump-Clip.jpg'),(4991,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:440;s:4:\"file\";s:34:\"2018/04/Hooray-Harry-Pump-Clip.jpg\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Hooray-Harry-Pump-Clip-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Hooray-Harry-Pump-Clip-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x360.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x261.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x385.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Hooray-Harry-Pump-Clip-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x336.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x336.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x386.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x240.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Hooray-Harry-Pump-Clip-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-440x336.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Hooray-Harry-Pump-Clip-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4992,1005,'_wp_attached_file','2018/04/Brakspearroyalwedding.jpg'),(4993,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:33:\"2018/04/Brakspearroyalwedding.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Brakspearroyalwedding-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Brakspearroyalwedding-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Brakspearroyalwedding-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Brakspearroyalwedding-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"Brakspearroyalwedding-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Brakspearroyalwedding-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Brakspearroyalwedding-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"Brakspearroyalwedding-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"Brakspearroyalwedding-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"Brakspearroyalwedding-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:12:\"Nick Osborne\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524238487\";s:9:\"copyright\";s:14:\"Osborne Hollis\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4996,993,'_yoast_wpseo_focuskw_text_input','Salcombe Gin'),(4997,993,'_yoast_wpseo_focuskw','Salcombe Gin'),(4998,993,'_yoast_wpseo_linkdex','44'),(4999,1003,'_thumbnail_id','1005'),(5000,1003,'slide_template','default'),(5001,1003,'_bunyad_featured_post','1'),(5002,1003,'_bunyad_cat_label','0'),(5003,1003,'_bunyad_featured_disable','0'),(5004,1003,'_bunyad_reviews','0'),(5005,1003,'_bunyad_review_pos','none'),(5006,1003,'_bunyad_review_type','points'),(5007,1003,'_bunyad_review_verdict','Awesome'),(5008,1003,'_yoast_wpseo_focuskw_text_input','Brakpsear Pubs'),(5009,1003,'_yoast_wpseo_focuskw','Brakpsear Pubs'),(5010,1003,'_yoast_wpseo_metadesc','Pub operator and brewer Brakspear is launching a range of Royal Wedding offers aimed at attracting people to visit its pubs in the run up to and on the day of this national celebration.'),(5011,1003,'_yoast_wpseo_linkdex','64'),(5012,1003,'_yoast_wpseo_content_score','30'),(5013,1003,'_yoast_wpseo_primary_category','8'),(5017,1003,'_wpas_done_all','1'),(5020,1011,'_edit_last','1'),(5021,1011,'_edit_lock','1524580016:1'),(5022,1011,'slide_template','default'),(5023,1011,'_bunyad_featured_post','0'),(5024,1011,'_bunyad_cat_label','0'),(5025,1011,'_bunyad_featured_disable','0'),(5026,1011,'_bunyad_reviews','0'),(5027,1011,'_bunyad_review_pos','none'),(5028,1011,'_bunyad_review_type','points'),(5029,1011,'_bunyad_review_verdict','Awesome'),(5030,1011,'_yoast_wpseo_content_score','30'),(5031,1011,'_yoast_wpseo_primary_category','8'),(5032,1013,'_wp_attached_file','2018/04/o3Il1sRb_400x400.jpg'),(5033,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2018/04/o3Il1sRb_400x400.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"o3Il1sRb_400x400-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"o3Il1sRb_400x400-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x360.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x261.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x385.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-150x150.jpg\";s:5:\"width\";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:\"o3Il1sRb_400x400-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"o3Il1sRb_400x400-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x386.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"o3Il1sRb_400x400-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"o3Il1sRb_400x400-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5034,1011,'_thumbnail_id','1013'),(5035,1011,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(5036,1011,'_yoast_wpseo_focuskw','UKHospitality'),(5037,1011,'_yoast_wpseo_metadesc','UKHospitality have published interim guidance to help catering businesses identify and implement measures to reduce acrylamide levels in food following new legislation which was brought into force on Wednesday, 11th April 2018.'),(5038,1011,'_yoast_wpseo_linkdex','78'),(5042,1011,'_wpas_done_all','1'),(5049,1020,'_edit_last','1'),(5050,1020,'_edit_lock','1524583719:1'),(5051,1022,'_wp_attached_file','2018/04/Moffat-counters-at-the-Siemens-factory.jpg'),(5052,1023,'_wp_attached_file','2018/04/Moffat-counters-at-the-Siemens-factory-1.jpg'),(5053,1024,'_wp_attached_file','2018/04/Siemens.png'),(5062,1027,'_wp_attached_file','2018/04/Siemens-1.png'),(5063,1028,'_wp_attached_file','2018/04/Moffat-counters-at-the-Siemens-factory-2.jpg'),(5064,1029,'_wp_attached_file','2018/04/Moffat-counters-at-the-Siemens-factory-3.jpg'),(5068,1020,'slide_template','default'),(5069,1020,'_bunyad_featured_post','0'),(5070,1020,'_bunyad_cat_label','0'),(5071,1020,'_bunyad_featured_disable','0'),(5072,1020,'_bunyad_reviews','0'),(5073,1020,'_bunyad_review_pos','none'),(5074,1020,'_bunyad_review_type','points'),(5075,1020,'_bunyad_review_verdict','Awesome'),(5076,1020,'_yoast_wpseo_focuskw_text_input','Siemens\''),(5077,1020,'_yoast_wpseo_focuskw','Siemens\''),(5078,1020,'_yoast_wpseo_metadesc','Siemens’ wind turbine blade factory speeds up foodservice with Moffat counters. So the company called ATL Commercial Kitchens to help sort the issue. In turn, ATL called in E&R Moffat to design and manufacture bespoke counters. The result is a fast, efficient lunchtime service in a modern, sleek canteen area.'),(5079,1020,'_yoast_wpseo_linkdex','66'),(5080,1020,'_yoast_wpseo_content_score','30'),(5081,1020,'_yoast_wpseo_primary_category','32'),(5082,1020,'_wpas_done_all','1'),(5084,1033,'_edit_last','1'),(5085,1033,'_edit_lock','1524583835:1'),(5086,1034,'_wp_attached_file','2018/04/Precision-refrigeration-at-The-De-La-Pole-Arms.jpg'),(5087,1035,'_wp_attached_file','2018/04/refrigeration.jpg'),(5088,1036,'_wp_attached_file','2018/04/refrigeration-1.jpg'),(5089,1037,'_wp_attached_file','2018/04/Precision-refrigeration-at-The-De-La-Pole-Arms-1.jpg'),(5090,1038,'_wp_attached_file','2018/04/refrigeration-x-2.jpg'),(5091,1038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2639;s:6:\"height\";i:1798;s:4:\"file\";s:29:\"2018/04/refrigeration-x-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"refrigeration-x-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"refrigeration-x-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"refrigeration-x-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"refrigeration-x-2-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"refrigeration-x-2-1920x1308.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-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:29:\"refrigeration-x-2-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"refrigeration-x-2-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"refrigeration-x-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"refrigeration-x-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"refrigeration-x-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"refrigeration-x-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5092,1033,'_thumbnail_id','1038'),(5093,1033,'slide_template','default'),(5094,1033,'_bunyad_featured_post','1'),(5095,1033,'_bunyad_cat_label','0'),(5096,1033,'_bunyad_featured_disable','0'),(5097,1033,'_bunyad_reviews','0'),(5098,1033,'_bunyad_review_pos','none'),(5099,1033,'_bunyad_review_type','points'),(5100,1033,'_bunyad_review_verdict','Awesome'),(5101,1033,'_yoast_wpseo_focuskw_text_input','Refrigeration'),(5102,1033,'_yoast_wpseo_focuskw','Refrigeration'),(5103,1033,'_yoast_wpseo_metadesc','Frankie and Cathie Aspin are no strangers to the restaurant trade. They recently purchased the 16th Century Suffolk pub, The De La Pole Arms. Instead of a traditional drinking pub, or a restaurant disguised as a pub, they split the building into three distinct sections: a drinking bar, a restaurant and a shop-cum deli.'),(5104,1033,'_yoast_wpseo_linkdex','73'),(5105,1033,'_yoast_wpseo_content_score','30'),(5106,1033,'_yoast_wpseo_primary_category','32'),(5110,1033,'_wpas_done_all','1'),(5113,1040,'_wp_attached_file','2018/04/siemens-x-2.jpg'),(5114,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2640;s:6:\"height\";i:1673;s:4:\"file\";s:23:\"2018/04/siemens-x-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"siemens-x-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"siemens-x-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-696x441.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"siemens-x-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"siemens-x-2-1068x677.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-663x420.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"siemens-x-2-1920x1217.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"siemens-x-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:23:\"siemens-x-2-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"siemens-x-2-1024x649.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"siemens-x-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"siemens-x-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"siemens-x-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"siemens-x-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5115,1020,'_thumbnail_id','1040'),(5120,1041,'_edit_last','1'),(5121,1041,'_edit_lock','1524646429:1'),(5122,1042,'_wp_attached_file','2018/04/Signature-serve-low-res.jpeg'),(5123,1042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:36:\"2018/04/Signature-serve-low-res.jpeg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Signature-serve-low-res-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Signature-serve-low-res-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x360.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x261.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x462.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x385.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x486.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x580.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-280x420.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Signature-serve-low-res-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x516.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x386.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x460.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x240.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Signature-serve-low-res-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-427x336.jpeg\";s:5:\"width\";i:427;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Signature-serve-low-res-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522846712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5124,1041,'_thumbnail_id','913'),(5125,1041,'slide_template','default'),(5126,1041,'_bunyad_featured_post','1'),(5127,1041,'_bunyad_cat_label','0'),(5128,1041,'_bunyad_featured_disable','0'),(5129,1041,'_bunyad_reviews','0'),(5130,1041,'_bunyad_review_pos','none'),(5131,1041,'_bunyad_review_type','points'),(5132,1041,'_bunyad_review_verdict','Awesome'),(5133,1041,'_yoast_wpseo_focuskw_text_input','Salcombe Gin'),(5134,1041,'_yoast_wpseo_focuskw','Salcombe Gin'),(5135,1041,'_yoast_wpseo_metadesc','SIGNATURE SERVE –The ultimate citrus led G&T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water. Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.'),(5136,1041,'_yoast_wpseo_linkdex','82'),(5137,1041,'_yoast_wpseo_content_score','60'),(5138,1041,'_yoast_wpseo_primary_category','2'),(5142,1041,'_wpas_done_all','1'),(5147,1049,'_edit_last','1'),(5148,1049,'_edit_lock','1525252795:1'),(5149,1050,'_wp_attached_file','2018/04/OHaras-Stout-1.png'),(5150,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:531;s:4:\"file\";s:26:\"2018/04/OHaras-Stout-1.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"OHaras-Stout-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"OHaras-Stout-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x360.png\";s:5:\"width\";i:452;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x261.png\";s:5:\"width\";i:452;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x462.png\";s:5:\"width\";i:452;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x385.png\";s:5:\"width\";i:452;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x486.png\";s:5:\"width\";i:452;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-358x420.png\";s:5:\"width\";i:358;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-255x300.png\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"OHaras-Stout-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x516.png\";s:5:\"width\";i:452;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x336.png\";s:5:\"width\";i:452;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x336.png\";s:5:\"width\";i:452;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x386.png\";s:5:\"width\";i:452;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x460.png\";s:5:\"width\";i:452;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x240.png\";s:5:\"width\";i:452;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"OHaras-Stout-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-452x336.png\";s:5:\"width\";i:452;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"OHaras-Stout-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5152,1049,'slide_template','default'),(5153,1049,'_bunyad_featured_post','0'),(5154,1049,'_bunyad_cat_label','0'),(5155,1049,'_bunyad_featured_disable','0'),(5156,1049,'_bunyad_reviews','0'),(5157,1049,'_bunyad_review_pos','none'),(5158,1049,'_bunyad_review_type','points'),(5159,1049,'_bunyad_review_verdict','Awesome'),(5160,1049,'_yoast_wpseo_focuskw_text_input','Euroboozer'),(5161,1049,'_yoast_wpseo_focuskw','Euroboozer'),(5162,1049,'_yoast_wpseo_metadesc','Specialist beer importer Euroboozer has strengthened its portfolio ahead of the summer months with a grand slam of taste rich, artisan beers from Ireland’s pioneering Carlow Brewing Company. The O’Hara’s beers will be targeted at pubs, restaurants, craft beer bars and quality beer retailers.'),(5163,1049,'_yoast_wpseo_linkdex','83'),(5164,1049,'_yoast_wpseo_content_score','30'),(5165,1049,'_yoast_wpseo_primary_category','2'),(5169,1049,'_wpas_done_all','1'),(5174,1054,'_edit_last','1'),(5175,1054,'_edit_lock','1524653110:1'),(5176,1055,'_wp_attached_file','2018/04/20181102_VII_HILLS_REVISED_EDIT_0026.jpg'),(5177,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4582;s:6:\"height\";i:3050;s:4:\"file\";s:48:\"2018/04/20181102_VII_HILLS_REVISED_EDIT_0026.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"20181102_VII_HILLS_REVISED_EDIT_0026-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"20181102_VII_HILLS_REVISED_EDIT_0026-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"20181102_VII_HILLS_REVISED_EDIT_0026-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"20181102_VII_HILLS_REVISED_EDIT_0026-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"20181102_VII_HILLS_REVISED_EDIT_0026-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"20181102_VII_HILLS_REVISED_EDIT_0026-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"20181102_VII_HILLS_REVISED_EDIT_0026-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"20181102_VII_HILLS_REVISED_EDIT_0026-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"20181102_VII_HILLS_REVISED_EDIT_0026-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"20181102_VII_HILLS_REVISED_EDIT_0026-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518365902\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5178,1056,'_wp_attached_file','2018/04/SEVEN_HILLS_0028_black-1.jpg'),(5179,1057,'_wp_attached_file','2018/04/SEVEN_HILLS_0028_black-1-1.jpg'),(5180,1058,'_wp_attached_file','2018/04/SEVEN_HILLS_0028_black-1-2.jpg'),(5181,1059,'_wp_attached_file','2018/04/SEVEN_HILLS_0028_black-1-3.jpg'),(5182,1060,'_wp_attached_file','2018/04/SEVEN_HILLS_0028_black-1-4.jpg'),(5183,1061,'_wp_attached_file','2018/04/SEVEN_HILLS_0028_black-1-5.jpg'),(5184,1062,'_wp_attached_file','2018/04/To-Use-20180425T102016Z-001.zip'),(5185,1063,'_wp_attached_file','2018/04/SEVEN_HILLS_0028-1.jpg'),(5186,1064,'_wp_attached_file','2018/04/Gin-seven-hills.png'),(5187,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:278;s:4:\"file\";s:27:\"2018/04/Gin-seven-hills.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Gin-seven-hills-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Gin-seven-hills-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x160.png\";s:5:\"width\";i:314;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x235.png\";s:5:\"width\";i:314;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x220.png\";s:5:\"width\";i:314;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x261.png\";s:5:\"width\";i:314;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Gin-seven-hills-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x185.png\";s:5:\"width\";i:314;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x185.png\";s:5:\"width\";i:314;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x215.png\";s:5:\"width\";i:314;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-233x278.png\";s:5:\"width\";i:233;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x240.png\";s:5:\"width\";i:314;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-314x205.png\";s:5:\"width\";i:314;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Gin-seven-hills-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Gin-seven-hills-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5188,1054,'_thumbnail_id','1055'),(5189,1054,'slide_template','default'),(5190,1054,'_bunyad_featured_post','1'),(5191,1054,'_bunyad_cat_label','0'),(5192,1054,'_bunyad_featured_disable','0'),(5193,1054,'_bunyad_reviews','0'),(5194,1054,'_bunyad_review_pos','none'),(5195,1054,'_bunyad_review_type','points'),(5196,1054,'_bunyad_review_verdict','Awesome'),(5197,1054,'_yoast_wpseo_focuskw_text_input','Gin'),(5198,1054,'_yoast_wpseo_focuskw','Gin'),(5199,1054,'_yoast_wpseo_metadesc','Since the 1920’s Pallini has had it’s production site in Rome and is now the only existing distillery making it the perfect match as VII Hills is 100% Italian and flavoured with the finest natural Italian ingredients that once grew on the seven hills surrounding Rome.'),(5200,1054,'_yoast_wpseo_linkdex','75'),(5201,1054,'_yoast_wpseo_content_score','30'),(5202,1054,'_yoast_wpseo_primary_category','2'),(5206,1054,'_wpas_done_all','1'),(5209,1068,'_edit_last','1'),(5210,1068,'_edit_lock','1524654017:1'),(5211,1068,'_thumbnail_id','1013'),(5212,1068,'slide_template','default'),(5213,1068,'_bunyad_featured_post','0'),(5214,1068,'_bunyad_cat_label','0'),(5215,1068,'_bunyad_featured_disable','0'),(5216,1068,'_bunyad_reviews','0'),(5217,1068,'_bunyad_review_pos','none'),(5218,1068,'_bunyad_review_type','points'),(5219,1068,'_bunyad_review_verdict','Awesome'),(5220,1068,'_yoast_wpseo_focuskw_text_input','UK Hospitality'),(5221,1068,'_yoast_wpseo_focuskw','UK Hospitality'),(5222,1068,'_yoast_wpseo_metadesc','UKHospitality has responded to the Home Office’s publication of updated Section 182 guidance which has included industry feedback. UKH has also reiterated its call for the Government to adopt the key House of Lords Licensing Act Committee recommendation regarding late-night levies and EMROs .'),(5223,1068,'_yoast_wpseo_linkdex','48'),(5224,1068,'_yoast_wpseo_content_score','30'),(5225,1068,'_yoast_wpseo_primary_category','8'),(5229,1068,'_wpas_done_all','1'),(5232,1070,'_edit_last','1'),(5233,1070,'_edit_lock','1524659509:1'),(5234,1071,'_wp_attached_file','2018/04/Screen-Shot-2018-04-09-at-11.57.41.png'),(5235,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:56;s:4:\"file\";s:46:\"2018/04/Screen-Shot-2018-04-09-at-11.57.41.png\";s:5:\"sizes\";a:1:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-04-09-at-11.57.41-80x56.png\";s:5:\"width\";i:80;s:6:\"height\";i:56;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:{}}}'),(5236,1072,'_wp_attached_file','2018/04/Inception-Group.png'),(5237,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:367;s:6:\"height\";i:55;s:4:\"file\";s:27:\"2018/04/Inception-Group.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Inception-Group-80x55.png\";s:5:\"width\";i:80;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Inception-Group-100x55.png\";s:5:\"width\";i:100;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Inception-Group-218x55.png\";s:5:\"width\";i:218;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Inception-Group-265x55.png\";s:5:\"width\";i:265;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Inception-Group-324x55.png\";s:5:\"width\";i:324;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Inception-Group-324x55.png\";s:5:\"width\";i:324;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Inception-Group-324x55.png\";s:5:\"width\";i:324;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Inception-Group-356x55.png\";s:5:\"width\";i:356;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Inception-Group-356x55.png\";s:5:\"width\";i:356;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Inception-Group-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Inception-Group-300x45.png\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Inception-Group-110x55.png\";s:5:\"width\";i:110;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Inception-Group-351x55.png\";s:5:\"width\";i:351;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Inception-Group-351x55.png\";s:5:\"width\";i:351;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Inception-Group-168x55.png\";s:5:\"width\";i:168;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Inception-Group-214x55.png\";s:5:\"width\";i:214;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Inception-Group-343x55.png\";s:5:\"width\";i:343;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Inception-Group-233x55.png\";s:5:\"width\";i:233;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Inception-Group-269x55.png\";s:5:\"width\";i:269;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Inception-Group-235x55.png\";s:5:\"width\";i:235;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Inception-Group-326x55.png\";s:5:\"width\";i:326;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Inception-Group-164x55.png\";s:5:\"width\";i:164;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Inception-Group-214x55.png\";s:5:\"width\";i:214;s:6:\"height\";i:55;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:{}}}'),(5238,1073,'_wp_attached_file','2018/04/cahoots.tif'),(5239,1070,'_thumbnail_id','1077'),(5240,1070,'slide_template','default'),(5241,1070,'_bunyad_featured_post','0'),(5242,1070,'_bunyad_cat_label','0'),(5243,1070,'_bunyad_featured_disable','0'),(5244,1070,'_bunyad_reviews','0'),(5245,1070,'_bunyad_review_pos','none'),(5246,1070,'_bunyad_review_type','points'),(5247,1070,'_bunyad_review_verdict','Awesome'),(5248,1070,'_yoast_wpseo_metadesc','Cointreau has teamed up with some of London’s most iconic bars, most notably Soho underground sensation, Cahoots, just in time for Cinco de Mayo to celebrate the 70th anniversary of the original margarita cocktail. The series of events to be held around London in celebration of one of the world’s most popular cocktails'),(5249,1070,'_yoast_wpseo_content_score','30'),(5250,1070,'_yoast_wpseo_primary_category','33'),(5251,1075,'_wp_attached_file','2018/04/cahoots-1.tif'),(5252,1077,'_wp_attached_file','2018/04/cahoots-x-2.png'),(5253,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:227;s:4:\"file\";s:23:\"2018/04/cahoots-x-2.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"cahoots-x-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"cahoots-x-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-324x227.png\";s:5:\"width\";i:324;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-324x227.png\";s:5:\"width\";i:324;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-356x227.png\";s:5:\"width\";i:356;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cahoots-x-2-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-233x227.png\";s:5:\"width\";i:233;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"cahoots-x-2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"cahoots-x-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5257,1070,'_yoast_wpseo_focuskw_text_input','Cahoots'),(5258,1070,'_yoast_wpseo_focuskw','Cahoots'),(5259,1070,'_yoast_wpseo_linkdex','81'),(5260,1070,'_wpas_done_all','1'),(5261,1078,'_edit_last','1'),(5262,1078,'_edit_lock','1524661062:1'),(5265,1078,'_thumbnail_id','1013'),(5266,1078,'slide_template','default'),(5267,1078,'_bunyad_featured_post','0'),(5268,1078,'_bunyad_cat_label','0'),(5269,1078,'_bunyad_featured_disable','0'),(5270,1078,'_bunyad_reviews','0'),(5271,1078,'_bunyad_review_pos','none'),(5272,1078,'_bunyad_review_type','points'),(5273,1078,'_bunyad_review_verdict','Awesome'),(5274,1078,'_yoast_wpseo_focuskw_text_input','Ukhospitality'),(5275,1078,'_yoast_wpseo_focuskw','Ukhospitality'),(5276,1078,'_yoast_wpseo_metadesc','UKHospitality has launched its manifesto for the 2018 local elections. It provides local authorities with a series of recommendations to help local communities, generate local economic growth and support UKHospitality’s efforts to ensure the sector is Brexit-ready.'),(5277,1078,'_yoast_wpseo_linkdex','56'),(5278,1078,'_yoast_wpseo_content_score','30'),(5279,1078,'_yoast_wpseo_primary_category','8'),(5283,1078,'_wp_old_slug','ukhospitality-launches-manifesto-for-2018-local-elections'),(5284,1078,'_wpas_done_all','1'),(5285,1085,'_edit_last','1'),(5286,1085,'_edit_lock','1524661452:1'),(5287,1086,'_wp_attached_file','2018/04/HALLDE_CC-34.jpg'),(5288,1086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1173;s:6:\"height\";i:1531;s:4:\"file\";s:24:\"2018/04/HALLDE_CC-34.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"HALLDE_CC-34-768x1002.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"HALLDE_CC-34-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"HALLDE_CC-34-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-696x908.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"HALLDE_CC-34-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"HALLDE_CC-34-1068x1394.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-322x420.jpg\";s:5:\"width\";i:322;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"HALLDE_CC-34-785x1024.jpg\";s:5:\"width\";i:785;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"HALLDE_CC-34-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"HALLDE_CC-34-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"HALLDE_CC-34-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"HALLDE_CC-34-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1301529600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5289,1087,'_wp_attached_file','2018/04/metacalfe.png'),(5290,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:298;s:6:\"height\";i:188;s:4:\"file\";s:21:\"2018/04/metacalfe.png\";s:5:\"sizes\";a:16:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"metacalfe-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"metacalfe-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"metacalfe-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"metacalfe-265x188.png\";s:5:\"width\";i:265;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"metacalfe-298x160.png\";s:5:\"width\";i:298;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"metacalfe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"metacalfe-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"metacalfe-298x185.png\";s:5:\"width\";i:298;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"metacalfe-298x185.png\";s:5:\"width\";i:298;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"metacalfe-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"metacalfe-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"metacalfe-233x188.png\";s:5:\"width\";i:233;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"metacalfe-269x188.png\";s:5:\"width\";i:269;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"metacalfe-235x188.png\";s:5:\"width\";i:235;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"metacalfe-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"metacalfe-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5291,1085,'_thumbnail_id','1086'),(5292,1085,'slide_template','default'),(5293,1085,'_bunyad_featured_post','1'),(5294,1085,'_bunyad_cat_label','0'),(5295,1085,'_bunyad_featured_disable','0'),(5296,1085,'_bunyad_reviews','0'),(5297,1085,'_bunyad_review_pos','none'),(5298,1085,'_bunyad_review_type','points'),(5299,1085,'_bunyad_review_verdict','Awesome'),(5300,1085,'_yoast_wpseo_focuskw_text_input','Metcalfe'),(5301,1085,'_yoast_wpseo_focuskw','Metcalfe'),(5302,1085,'_yoast_wpseo_metadesc','HALLDE’s CC-34 Combi Cutter is the perfect compromise for the smaller kitchen. The CC-34 is both vegetable preparation machine and vertical cutter in one machine. It is small and compact and easy to put away and take out when you need it.'),(5303,1085,'_yoast_wpseo_linkdex','65'),(5304,1085,'_yoast_wpseo_content_score','60'),(5305,1085,'_yoast_wpseo_primary_category','32'),(5309,1085,'_wpas_done_all','1'),(5310,1089,'_edit_last','1'),(5311,1089,'_edit_lock','1524664972:1'),(5312,1090,'_wp_attached_file','2018/04/Non-slip-footwear.png'),(5313,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:662;s:6:\"height\";i:453;s:4:\"file\";s:29:\"2018/04/Non-slip-footwear.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Non-slip-footwear-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Non-slip-footwear-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-534x453.png\";s:5:\"width\";i:534;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-662x385.png\";s:5:\"width\";i:662;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-614x420.png\";s:5:\"width\";i:614;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Non-slip-footwear-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-662x336.png\";s:5:\"width\";i:662;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-662x336.png\";s:5:\"width\";i:662;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-600x453.png\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Non-slip-footwear-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-662x336.png\";s:5:\"width\";i:662;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Non-slip-footwear-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5314,1089,'_thumbnail_id','1090'),(5315,1089,'slide_template','default'),(5316,1089,'_bunyad_featured_post','1'),(5317,1089,'_bunyad_cat_label','0'),(5318,1089,'_bunyad_featured_disable','0'),(5319,1089,'_bunyad_reviews','0'),(5320,1089,'_bunyad_review_pos','none'),(5321,1089,'_bunyad_review_type','points'),(5322,1089,'_bunyad_review_verdict','Awesome'),(5323,1089,'_yoast_wpseo_focuskw_text_input','Anvil'),(5324,1089,'_yoast_wpseo_focuskw','Anvil'),(5325,1089,'_yoast_wpseo_metadesc','Anvil Traction, the UK market leader in specialist slip resistant footwear, has launched a range of executive style shoes, designed to achieve a smart and professional look for customer facing staff, whilst maintaining ultimate comfort and slip resistance throughout a long working day.'),(5326,1089,'_yoast_wpseo_linkdex','83'),(5327,1089,'_yoast_wpseo_content_score','30'),(5328,1089,'_yoast_wpseo_primary_category','32'),(5332,1089,'_wpas_done_all','1'),(5335,1092,'_edit_last','1'),(5336,1092,'_edit_lock','1524667343:1'),(5337,1093,'_wp_attached_file','2018/04/tabasco.png'),(5338,1093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:243;s:6:\"height\";i:243;s:4:\"file\";s:19:\"2018/04/tabasco.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"tabasco-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"tabasco-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"tabasco-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"tabasco-243x198.png\";s:5:\"width\";i:243;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"tabasco-243x160.png\";s:5:\"width\";i:243;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"tabasco-243x235.png\";s:5:\"width\";i:243;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"tabasco-243x220.png\";s:5:\"width\";i:243;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"tabasco-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"tabasco-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"tabasco-243x185.png\";s:5:\"width\";i:243;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"tabasco-243x185.png\";s:5:\"width\";i:243;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"tabasco-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"tabasco-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"tabasco-243x215.png\";s:5:\"width\";i:243;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"tabasco-233x243.png\";s:5:\"width\";i:233;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"tabasco-243x192.png\";s:5:\"width\";i:243;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"tabasco-243x240.png\";s:5:\"width\";i:243;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"tabasco-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"tabasco-243x205.png\";s:5:\"width\";i:243;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"tabasco-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"tabasco-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5339,1094,'_wp_attached_file','2018/04/TABASCO-Habanero-Sauce-150ml.jpg'),(5340,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1082;s:6:\"height\";i:2400;s:4:\"file\";s:40:\"2018/04/TABASCO-Habanero-Sauce-150ml.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"TABASCO-Habanero-Sauce-150ml-768x1704.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"TABASCO-Habanero-Sauce-150ml-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"TABASCO-Habanero-Sauce-150ml-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"TABASCO-Habanero-Sauce-150ml-696x1544.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"TABASCO-Habanero-Sauce-150ml-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"TABASCO-Habanero-Sauce-150ml-1068x2369.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-189x420.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-135x300.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"TABASCO-Habanero-Sauce-150ml-462x1024.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"TABASCO-Habanero-Sauce-150ml-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"TABASCO-Habanero-Sauce-150ml-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"TABASCO-Habanero-Sauce-150ml-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"TABASCO-Habanero-Sauce-150ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:48:\"Leaf Aptus-II 7(LI302051   )/Mamiya 645DF/645AFD\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1429813913\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5341,1092,'_thumbnail_id','1093'),(5342,1092,'slide_template','default'),(5343,1092,'_bunyad_featured_post','0'),(5344,1092,'_bunyad_cat_label','0'),(5345,1092,'_bunyad_featured_disable','0'),(5346,1092,'_bunyad_reviews','0'),(5347,1092,'_bunyad_review_pos','none'),(5348,1092,'_bunyad_review_type','points'),(5349,1092,'_bunyad_review_verdict','Awesome'),(5350,1092,'_yoast_wpseo_focuskw_text_input','tabasco'),(5351,1092,'_yoast_wpseo_focuskw','tabasco'),(5352,1092,'_yoast_wpseo_metadesc','Get the taste buds fired up after the cold spell with a splash of TABASCO® Habanero Sauce. Containing habanero pepper, one of the hottest varieties of chili pepper, it is well placed to fire up the menu on so many levels.'),(5353,1092,'_yoast_wpseo_linkdex','53'),(5354,1092,'_yoast_wpseo_content_score','30'),(5355,1092,'_yoast_wpseo_primary_category','3'),(5359,1092,'_wpas_done_all','1'),(5362,1098,'_edit_last','1'),(5363,1098,'_edit_lock','1524669242:1'),(5364,1098,'slide_template','default'),(5365,1098,'_bunyad_featured_post','1'),(5366,1098,'_bunyad_cat_label','0'),(5367,1098,'_bunyad_featured_disable','0'),(5368,1098,'_bunyad_reviews','0'),(5369,1098,'_bunyad_review_pos','none'),(5370,1098,'_bunyad_review_type','points'),(5371,1098,'_bunyad_review_verdict','Awesome'),(5372,1098,'_yoast_wpseo_content_score','30'),(5373,1098,'_yoast_wpseo_primary_category','32'),(5374,1100,'_wp_attached_file','2018/04/Hobart-In-Tune-With-You.png'),(5375,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:864;s:4:\"file\";s:35:\"2018/04/Hobart-In-Tune-With-You.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Hobart-In-Tune-With-You-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Hobart-In-Tune-With-You-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-696x392.png\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Hobart-In-Tune-With-You-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Hobart-In-Tune-With-You-1068x601.png\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-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:35:\"Hobart-In-Tune-With-You-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Hobart-In-Tune-With-You-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Hobart-In-Tune-With-You-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Hobart-In-Tune-With-You-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"Hobart-In-Tune-With-You-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"Hobart-In-Tune-With-You-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5376,1101,'_wp_attached_file','2018/04/Hobart-AUP.jpg'),(5377,1101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:1236;s:4:\"file\";s:22:\"2018/04/Hobart-AUP.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-768x446.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Hobart-AUP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Hobart-AUP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-696x405.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Hobart-AUP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"Hobart-AUP-1068x621.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-722x420.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"Hobart-AUP-1920x1116.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-150x150.jpg\";s:5:\"width\";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:\"Hobart-AUP-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Hobart-AUP-1024x595.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Hobart-AUP-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Hobart-AUP-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Hobart-AUP-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Hobart-AUP-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:20:\"www.maks-richter.com\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392830378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5378,1102,'_wp_attached_file','2018/04/hobart.png'),(5379,1102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:115;s:4:\"file\";s:18:\"2018/04/hobart.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"hobart-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"hobart-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"hobart-218x115.png\";s:5:\"width\";i:218;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"hobart-265x115.png\";s:5:\"width\";i:265;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"hobart-324x115.png\";s:5:\"width\";i:324;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"hobart-324x115.png\";s:5:\"width\";i:324;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"hobart-324x115.png\";s:5:\"width\";i:324;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"hobart-356x115.png\";s:5:\"width\";i:356;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"hobart-356x115.png\";s:5:\"width\";i:356;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hobart-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"hobart-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"hobart-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"hobart-351x115.png\";s:5:\"width\";i:351;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"hobart-351x115.png\";s:5:\"width\";i:351;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"hobart-168x115.png\";s:5:\"width\";i:168;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"hobart-214x115.png\";s:5:\"width\";i:214;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"hobart-343x115.png\";s:5:\"width\";i:343;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"hobart-233x115.png\";s:5:\"width\";i:233;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"hobart-269x115.png\";s:5:\"width\";i:269;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"hobart-235x115.png\";s:5:\"width\";i:235;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"hobart-326x115.png\";s:5:\"width\";i:326;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"hobart-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"hobart-214x115.png\";s:5:\"width\";i:214;s:6:\"height\";i:115;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:{}}}'),(5380,1098,'_thumbnail_id','1101'),(5381,1098,'_yoast_wpseo_focuskw_text_input','Hobart'),(5382,1098,'_yoast_wpseo_focuskw','Hobart'),(5383,1098,'_yoast_wpseo_metadesc','Hobart Warewash has launched its new ‘In Tune with You’ campaign, reinforcing its innovative approach to business, forged over the past 120 years. Upgrading to Hobart’s highest specification machines can result in a 30% saving in energy bills, a 50% water usage reduction and an 80% saving in chemical usage.'),(5384,1098,'_yoast_wpseo_linkdex','75'),(5388,1098,'_wpas_done_all','1'),(5393,1098,'_wp_old_slug','market-leading-manufacturer-mark-launch-offering-exclusive-free-upgrades-new-profi-hood-type-purchases-class-leading-premax'),(5394,1107,'_edit_last','1'),(5395,1107,'_edit_lock','1524750414:1'),(5396,1107,'_thumbnail_id','1013'),(5400,1107,'slide_template','default'),(5401,1107,'_bunyad_featured_post','0'),(5402,1107,'_bunyad_cat_label','0'),(5403,1107,'_bunyad_featured_disable','0'),(5404,1107,'_bunyad_reviews','0'),(5405,1107,'_bunyad_review_pos','none'),(5406,1107,'_bunyad_review_type','points'),(5407,1107,'_bunyad_review_verdict','Awesome'),(5408,1107,'_yoast_wpseo_focuskw_text_input','UK Hospitality'),(5409,1107,'_yoast_wpseo_focuskw','UK Hospitality'),(5410,1107,'_yoast_wpseo_metadesc','UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.'),(5411,1107,'_yoast_wpseo_linkdex','56'),(5412,1107,'_yoast_wpseo_content_score','30'),(5413,1107,'_yoast_wpseo_primary_category','8'),(5414,1107,'_wpas_done_all','1'),(5425,1114,'_edit_last','1'),(5426,1114,'_edit_lock','1524815993:1'),(5427,1115,'_wp_attached_file','2018/04/Tansun27-image-1-high-res.png'),(5428,1115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:577;s:4:\"file\";s:37:\"2018/04/Tansun27-image-1-high-res.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun27-image-1-high-res-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-1-high-res-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-696x392.png\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-745x420.png\";s:5:\"width\";i:745;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-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:37:\"Tansun27-image-1-high-res-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tansun27-image-1-high-res-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-1-high-res-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Tansun27-image-1-high-res-1024x516.png\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-1-high-res-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-1-high-res-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5429,1116,'_wp_attached_file','2018/04/Tansun27-image-2-high-res.png'),(5430,1116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:903;s:6:\"height\";i:768;s:4:\"file\";s:37:\"2018/04/Tansun27-image-2-high-res.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-768x653.png\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun27-image-2-high-res-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-2-high-res-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-696x592.png\";s:5:\"width\";i:696;s:6:\"height\";i:592;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-903x580.png\";s:5:\"width\";i:903;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-494x420.png\";s:5:\"width\";i:494;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-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:37:\"Tansun27-image-2-high-res-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-2-high-res-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-903x516.png\";s:5:\"width\";i:903;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-2-high-res-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-2-high-res-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5431,1117,'_wp_attached_file','2018/04/Tansun27-image-3-high-res.png'),(5432,1117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:906;s:6:\"height\";i:768;s:4:\"file\";s:37:\"2018/04/Tansun27-image-3-high-res.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-768x651.png\";s:5:\"width\";i:768;s:6:\"height\";i:651;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun27-image-3-high-res-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-3-high-res-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-696x590.png\";s:5:\"width\";i:696;s:6:\"height\";i:590;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-906x580.png\";s:5:\"width\";i:906;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-495x420.png\";s:5:\"width\";i:495;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-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:37:\"Tansun27-image-3-high-res-300x254.png\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-3-high-res-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-906x516.png\";s:5:\"width\";i:906;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun27-image-3-high-res-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun27-image-3-high-res-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5433,1114,'slide_template','default'),(5434,1114,'_bunyad_featured_post','0'),(5435,1114,'_bunyad_cat_label','0'),(5436,1114,'_bunyad_featured_disable','0'),(5437,1114,'_bunyad_reviews','0'),(5438,1114,'_bunyad_review_pos','none'),(5439,1114,'_bunyad_review_type','points'),(5440,1114,'_bunyad_review_verdict','Awesome'),(5441,1114,'_yoast_wpseo_focuskw_text_input','Tansun'),(5442,1114,'_yoast_wpseo_focuskw','Tansun'),(5443,1114,'_yoast_wpseo_metadesc','Tascun, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating systems remotely.'),(5444,1114,'_yoast_wpseo_linkdex','78'),(5445,1114,'_yoast_wpseo_content_score','30'),(5446,1114,'_yoast_wpseo_primary_category','32'),(5447,1122,'_wp_attached_file','2018/04/Tansun.png'),(5448,1122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:159;s:6:\"height\";i:86;s:4:\"file\";s:18:\"2018/04/Tansun.png\";s:5:\"sizes\";a:5:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Tansun-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Tansun-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Tansun-150x86.png\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Tansun-110x86.png\";s:5:\"width\";i:110;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"Tansun-159x82.png\";s:5:\"width\";i:159;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5449,1123,'_wp_attached_file','2018/04/tansun-1.png'),(5450,1123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1004;s:4:\"file\";s:20:\"2018/04/tansun-1.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tansun-1-768x386.png\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"tansun-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"tansun-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"tansun-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"tansun-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"tansun-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"tansun-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"tansun-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"tansun-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"tansun-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"tansun-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"tansun-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"tansun-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"tansun-1-696x349.png\";s:5:\"width\";i:696;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"tansun-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"tansun-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"tansun-1-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"tansun-1-1068x536.png\";s:5:\"width\";i:1068;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"tansun-1-837x420.png\";s:5:\"width\";i:837;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"tansun-1-1920x964.png\";s:5:\"width\";i:1920;s:6:\"height\";i:964;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tansun-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tansun-1-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"tansun-1-1024x514.png\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"tansun-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"tansun-1-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"tansun-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"tansun-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"tansun-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"tansun-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"tansun-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"tansun-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"tansun-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"tansun-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"tansun-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"tansun-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"tansun-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"tansun-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"tansun-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"tansun-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"tansun-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"tansun-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"tansun-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5451,1114,'_thumbnail_id','1125'),(5452,1125,'_wp_attached_file','2018/04/Tansun-Logo-Final-Ammendment1459339708.png'),(5453,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1004;s:4:\"file\";s:50:\"2018/04/Tansun-Logo-Final-Ammendment1459339708.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-768x386.png\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"Tansun-Logo-Final-Ammendment1459339708-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"Tansun-Logo-Final-Ammendment1459339708-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-696x349.png\";s:5:\"width\";i:696;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"Tansun-Logo-Final-Ammendment1459339708-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"Tansun-Logo-Final-Ammendment1459339708-1068x536.png\";s:5:\"width\";i:1068;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-837x420.png\";s:5:\"width\";i:837;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"Tansun-Logo-Final-Ammendment1459339708-1920x964.png\";s:5:\"width\";i:1920;s:6:\"height\";i:964;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-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:\"Tansun-Logo-Final-Ammendment1459339708-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Tansun-Logo-Final-Ammendment1459339708-1024x514.png\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Tansun-Logo-Final-Ammendment1459339708-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:51:\"Tansun-Logo-Final-Ammendment1459339708-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:49:\"Tansun-Logo-Final-Ammendment1459339708-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:50:\"Tansun-Logo-Final-Ammendment1459339708-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5457,1114,'_wpas_done_all','1'),(5464,1127,'_edit_last','1'),(5465,1127,'_edit_lock','1525783033:1'),(5466,1128,'_wp_attached_file','2018/04/Florist-2.png'),(5467,1128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:301;s:4:\"file\";s:21:\"2018/04/Florist-2.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Florist-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Florist-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Florist-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x198.png\";s:5:\"width\";i:241;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x160.png\";s:5:\"width\";i:241;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x235.png\";s:5:\"width\";i:241;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x220.png\";s:5:\"width\";i:241;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x261.png\";s:5:\"width\";i:241;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Florist-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Florist-2-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Florist-2-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x185.png\";s:5:\"width\";i:241;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x185.png\";s:5:\"width\";i:241;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Florist-2-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Florist-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x215.png\";s:5:\"width\";i:241;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Florist-2-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x192.png\";s:5:\"width\";i:241;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x240.png\";s:5:\"width\";i:241;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Florist-2-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Florist-2-241x205.png\";s:5:\"width\";i:241;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Florist-2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Florist-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5468,1129,'_wp_attached_file','2018/04/Florist-3.png'),(5469,1129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:241;s:4:\"file\";s:21:\"2018/04/Florist-3.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Florist-3-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Florist-3-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Florist-3-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x198.png\";s:5:\"width\";i:241;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x160.png\";s:5:\"width\";i:241;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x235.png\";s:5:\"width\";i:241;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x220.png\";s:5:\"width\";i:241;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Florist-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Florist-3-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x185.png\";s:5:\"width\";i:241;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x185.png\";s:5:\"width\";i:241;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Florist-3-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Florist-3-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x215.png\";s:5:\"width\";i:241;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Florist-3-233x241.png\";s:5:\"width\";i:233;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x192.png\";s:5:\"width\";i:241;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x240.png\";s:5:\"width\";i:241;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Florist-3-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Florist-3-241x205.png\";s:5:\"width\";i:241;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Florist-3-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Florist-3-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5470,1127,'_thumbnail_id','1131'),(5471,1127,'slide_template','default'),(5472,1127,'_bunyad_featured_post','0'),(5473,1127,'_bunyad_cat_label','0'),(5474,1127,'_bunyad_featured_disable','0'),(5475,1127,'_bunyad_reviews','0'),(5476,1127,'_bunyad_review_pos','none'),(5477,1127,'_bunyad_review_type','points'),(5478,1127,'_bunyad_review_verdict','Awesome'),(5479,1127,'_yoast_wpseo_focuskw_text_input','The Florist'),(5480,1127,'_yoast_wpseo_focuskw','The Florist'),(5481,1127,'_yoast_wpseo_metadesc','The Florist, a contemporary new bar and restaurant has announced earlier this month that they will be opening in Liverpool on 23rd April 2018. Situated on the site of the former Old Blind School pub, The Florist breathes new life into the stunning Grade II listed building, once home to the Royal School for the Blind.'),(5482,1127,'_yoast_wpseo_linkdex','73'),(5483,1127,'_yoast_wpseo_content_score','30'),(5484,1127,'_yoast_wpseo_primary_category','5'),(5485,1131,'_wp_attached_file','2018/04/Florist-1.png'),(5486,1131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:321;s:6:\"height\";i:215;s:4:\"file\";s:21:\"2018/04/Florist-1.png\";s:5:\"sizes\";a:19:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Florist-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Florist-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Florist-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Florist-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Florist-1-321x160.png\";s:5:\"width\";i:321;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Florist-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Florist-1-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Florist-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Florist-1-321x185.png\";s:5:\"width\";i:321;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Florist-1-321x185.png\";s:5:\"width\";i:321;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Florist-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Florist-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Florist-1-321x215.png\";s:5:\"width\";i:321;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Florist-1-233x215.png\";s:5:\"width\";i:233;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Florist-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Florist-1-235x215.png\";s:5:\"width\";i:235;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Florist-1-321x205.png\";s:5:\"width\";i:321;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Florist-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Florist-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5490,1127,'_wpas_done_all','1'),(5495,1127,'_wp_old_slug','floral-fairy-tail-masterpiece'),(5501,1138,'_edit_last','1'),(5502,1138,'_edit_lock','1524827650:1'),(5503,1138,'slide_template','default'),(5504,1138,'_bunyad_featured_post','0'),(5505,1138,'_bunyad_cat_label','0'),(5506,1138,'_bunyad_featured_disable','0'),(5507,1138,'_bunyad_reviews','0'),(5508,1138,'_bunyad_review_pos','none'),(5509,1138,'_bunyad_review_type','points'),(5510,1138,'_bunyad_review_verdict','Awesome'),(5513,1138,'_yoast_wpseo_metadesc','Roll up, roll up and roll your cheese wheel to Parliament Hill Farmers Market this spring as London Farmers Markets once again bring Londoners a whole street dedicated to everyone\'s favorite dairy delight, Cheese.'),(5515,1138,'_yoast_wpseo_content_score','30'),(5516,1138,'_yoast_wpseo_primary_category','3'),(5517,1140,'_wp_attached_file','2018/04/cheese-1.png'),(5518,1140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:183;s:4:\"file\";s:20:\"2018/04/cheese-1.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"cheese-1-768x177.png\";s:5:\"width\";i:768;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"cheese-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"cheese-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"cheese-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"cheese-1-265x183.png\";s:5:\"width\";i:265;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"cheese-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"cheese-1-324x183.png\";s:5:\"width\";i:324;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"cheese-1-324x183.png\";s:5:\"width\";i:324;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"cheese-1-356x183.png\";s:5:\"width\";i:356;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"cheese-1-356x183.png\";s:5:\"width\";i:356;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"cheese-1-485x183.png\";s:5:\"width\";i:485;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"cheese-1-533x183.png\";s:5:\"width\";i:533;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"cheese-1-534x183.png\";s:5:\"width\";i:534;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"cheese-1-696x160.png\";s:5:\"width\";i:696;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"cheese-1-696x183.png\";s:5:\"width\";i:696;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"cheese-1-741x183.png\";s:5:\"width\";i:741;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cheese-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"cheese-1-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"cheese-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"cheese-1-702x183.png\";s:5:\"width\";i:702;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"cheese-1-702x183.png\";s:5:\"width\";i:702;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"cheese-1-351x183.png\";s:5:\"width\";i:351;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"cheese-1-351x183.png\";s:5:\"width\";i:351;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"cheese-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"cheese-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"cheese-1-343x183.png\";s:5:\"width\";i:343;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"cheese-1-233x183.png\";s:5:\"width\";i:233;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"cheese-1-536x183.png\";s:5:\"width\";i:536;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"cheese-1-269x183.png\";s:5:\"width\";i:269;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"cheese-1-600x183.png\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"cheese-1-474x183.png\";s:5:\"width\";i:474;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"cheese-1-235x183.png\";s:5:\"width\";i:235;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"cheese-1-326x183.png\";s:5:\"width\";i:326;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"cheese-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"cheese-1-702x183.png\";s:5:\"width\";i:702;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"cheese-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5519,1138,'_thumbnail_id','1140'),(5523,1138,'_wpas_done_all','1'),(5526,1138,'_yoast_wpseo_focuskw_text_input','Roll'),(5527,1138,'_yoast_wpseo_focuskw','Roll'),(5528,1138,'_yoast_wpseo_linkdex','71'),(5529,1142,'_edit_last','1'),(5530,1142,'_edit_lock','1524829908:1'),(5531,1143,'_wp_attached_file','2018/04/ukh.png'),(5532,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:459;s:4:\"file\";s:15:\"2018/04/ukh.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"ukh-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"ukh-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"ukh-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"ukh-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"ukh-306x160.png\";s:5:\"width\";i:306;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"ukh-306x235.png\";s:5:\"width\";i:306;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"ukh-306x400.png\";s:5:\"width\";i:306;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"ukh-306x220.png\";s:5:\"width\";i:306;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"ukh-306x364.png\";s:5:\"width\";i:306;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"ukh-306x360.png\";s:5:\"width\";i:306;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"ukh-306x261.png\";s:5:\"width\";i:306;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"ukh-306x385.png\";s:5:\"width\";i:306;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"ukh-280x420.png\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ukh-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:15:\"ukh-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"ukh-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:15:\"ukh-306x336.png\";s:5:\"width\";i:306;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:15:\"ukh-306x336.png\";s:5:\"width\";i:306;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"ukh-306x185.png\";s:5:\"width\";i:306;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"ukh-306x185.png\";s:5:\"width\";i:306;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"ukh-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"ukh-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"ukh-306x215.png\";s:5:\"width\";i:306;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"ukh-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:15:\"ukh-306x386.png\";s:5:\"width\";i:306;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"ukh-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"ukh-306x240.png\";s:5:\"width\";i:306;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"ukh-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"ukh-306x205.png\";s:5:\"width\";i:306;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"ukh-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:15:\"ukh-306x336.png\";s:5:\"width\";i:306;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"ukh-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5534,1142,'slide_template','default'),(5535,1142,'_bunyad_featured_post','0'),(5536,1142,'_bunyad_cat_label','0'),(5537,1142,'_bunyad_featured_disable','0'),(5538,1142,'_bunyad_reviews','0'),(5539,1142,'_bunyad_review_pos','none'),(5540,1142,'_bunyad_review_type','points'),(5541,1142,'_bunyad_review_verdict','Awesome'),(5542,1142,'_yoast_wpseo_content_score','30'),(5543,1142,'_yoast_wpseo_primary_category','4'),(5544,1142,'_thumbnail_id','1013'),(5545,1142,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(5546,1142,'_yoast_wpseo_focuskw','UKHospitality'),(5547,1142,'_yoast_wpseo_metadesc','As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead.Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU.'),(5548,1142,'_yoast_wpseo_linkdex','53'),(5552,1142,'_wpas_done_all','1'),(5555,1142,'_wp_old_slug','ukhospitality-comments-on-the-milestone-of-one-year-until-brexit'),(5558,1161,'_edit_last','1'),(5559,1161,'_edit_lock','1525177864:1'),(5560,1162,'_wp_attached_file','2018/05/BrakspearHoneyBee2018.jpg'),(5561,1162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:369;s:4:\"file\";s:33:\"2018/05/BrakspearHoneyBee2018.jpg\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"BrakspearHoneyBee2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"BrakspearHoneyBee2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-324x369.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-369x360.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-369x261.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"BrakspearHoneyBee2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-369x336.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-369x336.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-369x240.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"BrakspearHoneyBee2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-369x336.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"BrakspearHoneyBee2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5562,1161,'_thumbnail_id','1162'),(5563,1161,'slide_template','default'),(5564,1161,'_bunyad_featured_post','0'),(5565,1161,'_bunyad_cat_label','0'),(5566,1161,'_bunyad_featured_disable','0'),(5567,1161,'_bunyad_reviews','0'),(5568,1161,'_bunyad_review_pos','none'),(5569,1161,'_bunyad_review_type','points'),(5570,1161,'_bunyad_review_verdict','Awesome'),(5571,1161,'_yoast_wpseo_focuskw_text_input','Brakspear'),(5572,1161,'_yoast_wpseo_focuskw','Brakspear'),(5573,1161,'_yoast_wpseo_metadesc','Honey Bee, a 4.4% honey beer, is back by popular demand for a third year. Every pint sold will raise 10 pence for the Bee Cause, the campaign to protect our declining bee populations. Last year, Brakspear beer presented a cheque for £2,890 to the charity.'),(5574,1161,'_yoast_wpseo_linkdex','90'),(5575,1161,'_yoast_wpseo_content_score','30'),(5576,1161,'_yoast_wpseo_primary_category','2'),(5580,1161,'_wpas_done_all','1'),(5587,1165,'_edit_last','1'),(5588,1165,'_edit_lock','1525184892:1'),(5589,1166,'_wp_attached_file','2018/05/Pipers-Crispeas-Reveal-Image-High-Res.jpg');
INSERT INTO `wpfr_postmeta` VALUES (5590,1166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5001;s:6:\"height\";i:3376;s:4:\"file\";s:49:\"2018/05/Pipers-Crispeas-Reveal-Image-High-Res.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"Pipers-Crispeas-Reveal-Image-High-Res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"Pipers-Crispeas-Reveal-Image-High-Res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"Pipers-Crispeas-Reveal-Image-High-Res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"Pipers-Crispeas-Reveal-Image-High-Res-1068x721.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"Pipers-Crispeas-Reveal-Image-High-Res-1920x1296.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Pipers-Crispeas-Reveal-Image-High-Res-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Pipers-Crispeas-Reveal-Image-High-Res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:50:\"Pipers-Crispeas-Reveal-Image-High-Res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"Pipers-Crispeas-Reveal-Image-High-Res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"Pipers-Crispeas-Reveal-Image-High-Res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5591,1165,'_thumbnail_id','1166'),(5592,1165,'slide_template','default'),(5593,1165,'_bunyad_featured_post','1'),(5594,1165,'_bunyad_cat_label','0'),(5595,1165,'_bunyad_featured_disable','0'),(5596,1165,'_bunyad_reviews','0'),(5597,1165,'_bunyad_review_pos','none'),(5598,1165,'_bunyad_review_type','points'),(5599,1165,'_bunyad_review_verdict','Awesome'),(5600,1165,'_yoast_wpseo_focuskw_text_input','Pipers'),(5601,1165,'_yoast_wpseo_focuskw','Pipers'),(5602,1165,'_yoast_wpseo_metadesc','In a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a significant packaging refresh. The new design development gives more emphasis and personality to the ‘Piper’ man, who is becoming synonymous with the brand.'),(5603,1165,'_yoast_wpseo_linkdex','57'),(5604,1165,'_yoast_wpseo_content_score','30'),(5605,1165,'_yoast_wpseo_primary_category','3'),(5606,1169,'_wp_attached_file','2018/05/Pipers-Crisps-Jalepeno_dill_40g_new-design.jpg'),(5607,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1968;s:6:\"height\";i:2579;s:4:\"file\";s:54:\"2018/05/Pipers-Crisps-Jalepeno_dill_40g_new-design.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-768x1006.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1006;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-696x912.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:56:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-1068x1400.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-320x420.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:56:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-1920x2516.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-781x1024.jpg\";s:5:\"width\";i:781;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:55:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:53:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:54:\"Pipers-Crisps-Jalepeno_dill_40g_new-design-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5611,1165,'_wpas_done_all','1'),(5614,1176,'_edit_last','1'),(5615,1176,'_edit_lock','1525248344:1'),(5616,1177,'_wp_attached_file','2018/05/rabbit.png'),(5617,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:487;s:6:\"height\";i:127;s:4:\"file\";s:18:\"2018/05/rabbit.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"rabbit-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"rabbit-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"rabbit-218x127.png\";s:5:\"width\";i:218;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"rabbit-265x127.png\";s:5:\"width\";i:265;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"rabbit-324x127.png\";s:5:\"width\";i:324;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"rabbit-324x127.png\";s:5:\"width\";i:324;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"rabbit-324x127.png\";s:5:\"width\";i:324;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"rabbit-356x127.png\";s:5:\"width\";i:356;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"rabbit-356x127.png\";s:5:\"width\";i:356;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"rabbit-485x127.png\";s:5:\"width\";i:485;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"rabbit-150x127.png\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"rabbit-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"rabbit-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"rabbit-351x127.png\";s:5:\"width\";i:351;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"rabbit-351x127.png\";s:5:\"width\";i:351;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"rabbit-168x127.png\";s:5:\"width\";i:168;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"rabbit-214x127.png\";s:5:\"width\";i:214;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"rabbit-343x127.png\";s:5:\"width\";i:343;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"rabbit-233x127.png\";s:5:\"width\";i:233;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"rabbit-269x127.png\";s:5:\"width\";i:269;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"rabbit-474x127.png\";s:5:\"width\";i:474;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"rabbit-235x127.png\";s:5:\"width\";i:235;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"rabbit-326x127.png\";s:5:\"width\";i:326;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"rabbit-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"rabbit-214x127.png\";s:5:\"width\";i:214;s:6:\"height\";i:127;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:{}}}'),(5618,1178,'_wp_attached_file','2018/05/rabbit-2.png'),(5619,1178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:546;s:6:\"height\";i:478;s:4:\"file\";s:20:\"2018/05/rabbit-2.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"rabbit-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"rabbit-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"rabbit-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"rabbit-2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"rabbit-2-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"rabbit-2-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"rabbit-2-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"rabbit-2-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"rabbit-2-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"rabbit-2-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"rabbit-2-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"rabbit-2-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"rabbit-2-546x385.png\";s:5:\"width\";i:546;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"rabbit-2-480x420.png\";s:5:\"width\";i:480;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rabbit-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rabbit-2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"rabbit-2-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"rabbit-2-546x336.png\";s:5:\"width\";i:546;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"rabbit-2-546x336.png\";s:5:\"width\";i:546;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"rabbit-2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"rabbit-2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"rabbit-2-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"rabbit-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"rabbit-2-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"rabbit-2-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"rabbit-2-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"rabbit-2-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"rabbit-2-546x460.png\";s:5:\"width\";i:546;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"rabbit-2-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"rabbit-2-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"rabbit-2-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"rabbit-2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"rabbit-2-546x336.png\";s:5:\"width\";i:546;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"rabbit-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(5620,1176,'_thumbnail_id','1178'),(5621,1176,'slide_template','default'),(5622,1176,'_bunyad_featured_post','0'),(5623,1176,'_bunyad_cat_label','0'),(5624,1176,'_bunyad_featured_disable','0'),(5625,1176,'_bunyad_reviews','0'),(5626,1176,'_bunyad_review_pos','none'),(5627,1176,'_bunyad_review_type','points'),(5628,1176,'_bunyad_review_verdict','Awesome'),(5629,1176,'_yoast_wpseo_focuskw_text_input','Rabbit'),(5630,1176,'_yoast_wpseo_focuskw','Rabbit'),(5631,1176,'_yoast_wpseo_metadesc','Celebrated British restaurant, Rabbit on the Kings Road will be partnering with the world’s finest distilled non-alcoholic spirit, Seedlip to launch their Peas & Love tasting menu and cocktail pairing, in celebration of the world famous Chelsea Flower Show.'),(5632,1176,'_yoast_wpseo_linkdex','82'),(5633,1176,'_yoast_wpseo_content_score','30'),(5634,1176,'_yoast_wpseo_primary_category','3'),(5638,1176,'_wpas_done_all','1'),(5643,1181,'_edit_last','1'),(5644,1181,'_edit_lock','1525255005:1'),(5645,1182,'_wp_attached_file','2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med.jpg'),(5646,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1414;s:4:\"file\";s:51:\"2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-696x984.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:52:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:50:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:51:\"Novus-Tea-Warmer-Teapot-Timer-Stack-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P65+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1439481409\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666673547467\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5647,1181,'slide_template','default'),(5648,1181,'_bunyad_featured_post','1'),(5649,1181,'_bunyad_cat_label','0'),(5650,1181,'_bunyad_featured_disable','0'),(5651,1181,'_bunyad_reviews','0'),(5652,1181,'_bunyad_review_pos','none'),(5653,1181,'_bunyad_review_type','points'),(5654,1181,'_bunyad_review_verdict','Awesome'),(5655,1181,'_yoast_wpseo_content_score','30'),(5656,1181,'_yoast_wpseo_primary_category','2'),(5657,1185,'_wp_attached_file','2018/05/Novus-Tea-Hotel-Support-Image-med.jpg'),(5658,1185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1118;s:4:\"file\";s:45:\"2018/05/Novus-Tea-Hotel-Support-Image-med.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Novus-Tea-Hotel-Support-Image-med-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Novus-Tea-Hotel-Support-Image-med-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-696x311.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Novus-Tea-Hotel-Support-Image-med-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"Novus-Tea-Hotel-Support-Image-med-1068x478.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-939x420.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:46:\"Novus-Tea-Hotel-Support-Image-med-1920x859.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-150x150.jpg\";s:5:\"width\";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:\"Novus-Tea-Hotel-Support-Image-med-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Novus-Tea-Hotel-Support-Image-med-1024x458.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Novus-Tea-Hotel-Support-Image-med-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Novus-Tea-Hotel-Support-Image-med-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Novus-Tea-Hotel-Support-Image-med-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Novus-Tea-Hotel-Support-Image-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5659,1181,'_thumbnail_id','1185'),(5660,1181,'_yoast_wpseo_focuskw_text_input','Novus'),(5661,1181,'_yoast_wpseo_focuskw','Novus'),(5662,1181,'_yoast_wpseo_metadesc','Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by taking this key opportunity to drive sales and profitability by introducing a range of high quality, whole leaf teas and infusions into their menu.'),(5663,1181,'_yoast_wpseo_linkdex','77'),(5667,1181,'_wpas_done_all','1'),(5675,1049,'_thumbnail_id','1050'),(5678,1181,'xyz_fbap','1'),(5683,1181,'_wpas_skip_20130109','1'),(5686,1194,'_edit_last','1'),(5687,1194,'_edit_lock','1525266491:1'),(5688,1194,'_thumbnail_id','1013'),(5689,1194,'slide_template','default'),(5690,1194,'_bunyad_featured_post','0'),(5691,1194,'_bunyad_cat_label','0'),(5692,1194,'_bunyad_featured_disable','0'),(5693,1194,'_bunyad_reviews','0'),(5694,1194,'_bunyad_review_pos','none'),(5695,1194,'_bunyad_review_type','points'),(5696,1194,'_bunyad_review_verdict','Awesome'),(5697,1194,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(5698,1194,'_yoast_wpseo_focuskw','UKHospitality'),(5699,1194,'_yoast_wpseo_title','UKHospitality - Hospitality importance in future immigration policy'),(5700,1194,'_yoast_wpseo_metadesc','UKHospitality has welcomed the Government’s acknowledgement of the contribution made by EU nationals to the UK’s small businesses. UKHospitality has also called on the Government to provide a future immigration policy that enables hospitality businesses to continue to employ EU nationals without disruption.'),(5701,1194,'_yoast_wpseo_linkdex','44'),(5702,1194,'_yoast_wpseo_content_score','30'),(5703,1194,'_yoast_wpseo_primary_category','8'),(5704,1194,'xyz_fbap','1'),(5708,1194,'_wpas_done_all','1'),(5711,1194,'_wpas_skip_20130109','1'),(5712,1196,'_edit_last','1'),(5713,1196,'_edit_lock','1525352418:1'),(5758,1196,'_thumbnail_id','1166'),(5759,1196,'slide_template','default'),(5760,1196,'_bunyad_featured_post','1'),(5761,1196,'_bunyad_cat_label','0'),(5762,1196,'_bunyad_featured_disable','0'),(5763,1196,'_bunyad_reviews','0'),(5764,1196,'_bunyad_review_pos','none'),(5765,1196,'_bunyad_review_type','points'),(5766,1196,'_bunyad_review_verdict','Awesome'),(5767,1196,'_yoast_wpseo_focuskw_text_input','Pipers'),(5768,1196,'_yoast_wpseo_focuskw','Pipers'),(5769,1196,'_yoast_wpseo_metadesc','Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector. Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint'),(5770,1196,'_yoast_wpseo_linkdex','88'),(5771,1196,'_yoast_wpseo_content_score','30'),(5772,1196,'_yoast_wpseo_primary_category','3'),(5774,1196,'xyz_fbap','1'),(5778,1196,'_wpas_done_all','1'),(5782,1198,'_edit_last','1'),(5783,1198,'_edit_lock','1525356730:1'),(5784,1199,'_wp_attached_file','2018/05/RTD-1.jpg'),(5785,1199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:17:\"2018/05/RTD-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"RTD-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"RTD-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"RTD-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"RTD-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"RTD-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"RTD-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"RTD-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"RTD-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"RTD-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"RTD-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"RTD-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"RTD-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"RTD-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"RTD-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"RTD-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"RTD-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"RTD-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:18:\"RTD-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"RTD-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:19:\"RTD-1-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"RTD-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"RTD-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"RTD-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"RTD-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:18:\"RTD-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"RTD-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"RTD-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"RTD-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"RTD-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"RTD-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"RTD-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"RTD-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"RTD-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"RTD-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"RTD-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"RTD-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"RTD-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"RTD-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"RTD-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"RTD-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"RTD-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"RTD-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5786,1198,'_thumbnail_id','1199'),(5787,1198,'slide_template','default'),(5788,1198,'_bunyad_featured_post','1'),(5789,1198,'_bunyad_cat_label','0'),(5790,1198,'_bunyad_featured_disable','0'),(5791,1198,'_bunyad_reviews','0'),(5792,1198,'_bunyad_review_pos','none'),(5793,1198,'_bunyad_review_type','points'),(5794,1198,'_bunyad_review_verdict','Awesome'),(5795,1198,'_yoast_wpseo_focuskw_text_input','RTD'),(5796,1198,'_yoast_wpseo_focuskw','RTD'),(5797,1198,'_yoast_wpseo_metadesc','The hospitality industry is a truly varied one; One such experiment that is becoming established is RTD (Ready-To-Drink) offerings. Whether it’s pre-prepared cocktails or ready-to-serve wines at festivals and events, RTD is making waves across the hospitality industry.'),(5798,1198,'_yoast_wpseo_linkdex','82'),(5799,1198,'_yoast_wpseo_content_score','30'),(5800,1198,'_yoast_wpseo_primary_category','2'),(5801,1198,'xyz_fbap','1'),(5805,1198,'_wpas_done_all','1'),(5807,1204,'_edit_last','1'),(5808,1204,'_edit_lock','1525429838:1'),(5809,1204,'_thumbnail_id','891'),(5810,1204,'slide_template','default'),(5811,1204,'_bunyad_featured_post','1'),(5812,1204,'_bunyad_cat_label','0'),(5813,1204,'_bunyad_featured_disable','0'),(5814,1204,'_bunyad_reviews','0'),(5815,1204,'_bunyad_review_pos','none'),(5816,1204,'_bunyad_review_type','points'),(5817,1204,'_bunyad_review_verdict','Awesome'),(5818,1204,'_yoast_wpseo_focuskw_text_input','Salcombe Gin'),(5819,1204,'_yoast_wpseo_focuskw','Salcombe Gin'),(5820,1204,'_yoast_wpseo_metadesc','Internationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry Gin has established itself as a versatile super premium gin'),(5821,1204,'_yoast_wpseo_linkdex','75'),(5822,1204,'_yoast_wpseo_content_score','60'),(5823,1204,'_yoast_wpseo_primary_category','2'),(5824,1204,'xyz_fbap','1'),(5828,1204,'_wpas_done_all','1'),(5868,1204,'_wpas_skip_20130109','1'),(5869,1207,'_edit_last','1'),(5870,1207,'_edit_lock','1525773328:1'),(5871,1208,'_wp_attached_file','2018/05/cocktail-photo.jpg'),(5872,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:1400;s:4:\"file\";s:26:\"2018/05/cocktail-photo.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"cocktail-photo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"cocktail-photo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"cocktail-photo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"cocktail-photo-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"cocktail-photo-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cocktail-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:\"cocktail-photo-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cocktail-photo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"cocktail-photo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"cocktail-photo-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"cocktail-photo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"cocktail-photo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5873,1209,'_wp_attached_file','2018/05/HjyUzrX0.html'),(5874,1210,'_wp_attached_file','2018/05/edinburgh2.jpg'),(5875,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:1400;s:4:\"file\";s:22:\"2018/05/edinburgh2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"edinburgh2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"edinburgh2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"edinburgh2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"edinburgh2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"edinburgh2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"edinburgh2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"edinburgh2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"edinburgh2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"edinburgh2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"edinburgh2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"edinburgh2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"edinburgh2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"edinburgh2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"edinburgh2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"edinburgh2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"edinburgh2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"edinburgh2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"edinburgh2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"edinburgh2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"edinburgh2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"edinburgh2-150x150.jpg\";s:5:\"width\";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:\"edinburgh2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"edinburgh2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"edinburgh2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"edinburgh2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"edinburgh2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"edinburgh2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"edinburgh2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"edinburgh2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"edinburgh2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"edinburgh2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"edinburgh2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"edinburgh2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"edinburgh2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"edinburgh2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"edinburgh2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"edinburgh2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"edinburgh2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"edinburgh2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"edinburgh2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"edinburgh2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"edinburgh2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5876,1207,'_thumbnail_id','1210'),(5877,1207,'slide_template','default'),(5878,1207,'_bunyad_featured_post','1'),(5879,1207,'_bunyad_cat_label','0'),(5880,1207,'_bunyad_featured_disable','0'),(5881,1207,'_bunyad_reviews','0'),(5882,1207,'_bunyad_review_pos','none'),(5883,1207,'_bunyad_review_type','points'),(5884,1207,'_bunyad_review_verdict','Awesome'),(5885,1207,'_yoast_wpseo_focuskw_text_input','cocktails'),(5886,1207,'_yoast_wpseo_focuskw','cocktails'),(5887,1207,'_yoast_wpseo_metadesc','Cocktails in the City kicked off its season with a sensational event at One Marylebone on April 7th, showcasing some of the city’s signature cocktails from an array of bars across London city. It was a bar-hopper experience, with visitors being able to sample various cocktails from different bar stands.'),(5888,1207,'_yoast_wpseo_linkdex','65'),(5889,1207,'_yoast_wpseo_content_score','30'),(5890,1207,'_yoast_wpseo_primary_category','2'),(5892,1207,'xyz_fbap','1'),(5896,1207,'_wpas_done_all','1'),(5903,88,'xyz_fbap','1'),(5904,1212,'_edit_last','1'),(5905,1212,'_edit_lock','1525787208:1'),(5906,1213,'_wp_attached_file','2018/05/Blind-Pig.jpg'),(5907,1213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:944;s:6:\"height\";i:616;s:4:\"file\";s:21:\"2018/05/Blind-Pig.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Blind-Pig-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Blind-Pig-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-696x454.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-944x580.jpg\";s:5:\"width\";i:944;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-644x420.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Blind-Pig-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-944x516.jpg\";s:5:\"width\";i:944;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Blind-Pig-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Blind-Pig-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5908,1212,'_thumbnail_id','1213'),(5909,1212,'slide_template','default'),(5910,1212,'_bunyad_featured_post','1'),(5911,1212,'_bunyad_cat_label','0'),(5912,1212,'_bunyad_featured_disable','0'),(5913,1212,'_bunyad_reviews','0'),(5914,1212,'_bunyad_review_pos','none'),(5915,1212,'_bunyad_review_type','points'),(5916,1212,'_bunyad_review_verdict','Awesome'),(5917,1212,'_yoast_wpseo_focuskw_text_input','pig'),(5918,1212,'_yoast_wpseo_focuskw','pig'),(5919,1212,'_yoast_wpseo_metadesc','This month, On-Trade Progress visits The Blind Pig. This spring, the team decided to launch ‘The Long and Short Great British Tails’ – a cocktail offering that blends beloved children’s stories with cocktails, meshing them together to create innovative and bespoke drinks that truly delight.'),(5920,1212,'_yoast_wpseo_linkdex','81'),(5921,1212,'_yoast_wpseo_content_score','30'),(5922,1212,'_yoast_wpseo_primary_category','5'),(5923,1212,'xyz_fbap','1'),(5927,1212,'_wpas_done_all','1'),(5930,1212,'_wpas_skip_20130109','1'),(5931,1215,'_edit_last','1'),(5932,1215,'_edit_lock','1525776189:1'),(5933,1216,'_wp_attached_file','2018/05/Homme-femme-2-2.jpg'),(5934,1216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1423;s:4:\"file\";s:27:\"2018/05/Homme-femme-2-2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Homme-femme-2-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Homme-femme-2-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-696x550.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Homme-femme-2-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Homme-femme-2-2-1068x844.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:844;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-531x420.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-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:27:\"Homme-femme-2-2-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Homme-femme-2-2-1024x810.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Homme-femme-2-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Homme-femme-2-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Homme-femme-2-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-2-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483449870\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5935,1217,'_wp_attached_file','2018/05/Homme-femme-4-2.jpg'),(5936,1217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1414;s:4:\"file\";s:27:\"2018/05/Homme-femme-4-2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-768x603.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Homme-femme-4-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Homme-femme-4-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-696x547.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-2-1068x839.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:839;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-535x420.jpg\";s:5:\"width\";i:535;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-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:27:\"Homme-femme-4-2-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-2-1024x804.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:804;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Homme-femme-4-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Homme-femme-4-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483449490\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5937,1218,'_wp_attached_file','2018/05/Homme-femme-4-1.jpg'),(5938,1218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1416;s:4:\"file\";s:27:\"2018/05/Homme-femme-4-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Homme-femme-4-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Homme-femme-4-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-696x548.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-1-1068x840.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-534x420.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-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:27:\"Homme-femme-4-1-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-1-1024x806.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:806;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Homme-femme-4-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Homme-femme-4-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Homme-femme-4-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Homme-femme-4-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483446060\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5939,1215,'_thumbnail_id','1218'),(5940,1215,'slide_template','default'),(5941,1215,'_bunyad_featured_post','1'),(5942,1215,'_bunyad_cat_label','0'),(5943,1215,'_bunyad_featured_disable','0'),(5944,1215,'_bunyad_reviews','0'),(5945,1215,'_bunyad_review_pos','none'),(5946,1215,'_bunyad_review_type','points'),(5947,1215,'_bunyad_review_verdict','Awesome'),(5948,1215,'_yoast_wpseo_focuskw_text_input','artis'),(5949,1215,'_yoast_wpseo_focuskw','artis'),(5950,1215,'_yoast_wpseo_metadesc','Artis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme & Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.'),(5951,1215,'_yoast_wpseo_linkdex','78'),(5952,1215,'_yoast_wpseo_content_score','30'),(5953,1215,'_yoast_wpseo_primary_category','31'),(5954,1215,'xyz_fbap','1'),(5958,1215,'_wpas_done_all','1'),(5959,1232,'_edit_last','1'),(5960,1232,'_edit_lock','1525784440:1'),(5961,1233,'_wp_attached_file','2018/05/Hendi-Digital-Blender-With-Noise-Cover.jpg'),(5962,1233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1212;s:6:\"height\";i:1800;s:4:\"file\";s:50:\"2018/05/Hendi-Digital-Blender-With-Noise-Cover.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Hendi-Digital-Blender-With-Noise-Cover-768x1141.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"Hendi-Digital-Blender-With-Noise-Cover-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"Hendi-Digital-Blender-With-Noise-Cover-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"Hendi-Digital-Blender-With-Noise-Cover-696x1034.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"Hendi-Digital-Blender-With-Noise-Cover-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:52:\"Hendi-Digital-Blender-With-Noise-Cover-1068x1586.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-283x420.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Hendi-Digital-Blender-With-Noise-Cover-689x1024.jpg\";s:5:\"width\";i:689;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Hendi-Digital-Blender-With-Noise-Cover-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:51:\"Hendi-Digital-Blender-With-Noise-Cover-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:49:\"Hendi-Digital-Blender-With-Noise-Cover-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:50:\"Hendi-Digital-Blender-With-Noise-Cover-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:27:\"MARIUSZ_DZIUBA_TEL502252145\";s:6:\"camera\";s:10:\"PENTAX K-1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498487058\";s:9:\"copyright\";s:14:\"MARIUSZ DZIUBA\";s:12:\"focal_length\";s:2:\"63\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5963,1232,'_thumbnail_id','1233'),(5964,1232,'slide_template','default'),(5965,1232,'_bunyad_featured_post','0'),(5966,1232,'_bunyad_cat_label','0'),(5967,1232,'_bunyad_featured_disable','0'),(5968,1232,'_bunyad_reviews','0'),(5969,1232,'_bunyad_review_pos','none'),(5970,1232,'_bunyad_review_type','points'),(5971,1232,'_bunyad_review_verdict','Awesome'),(5972,1232,'_yoast_wpseo_focuskw_text_input','hendi'),(5973,1232,'_yoast_wpseo_focuskw','hendi'),(5974,1232,'_yoast_wpseo_metadesc','The NEW Hendi digital blender with noise cover can be used to prepare a range of products including fruits, cocktails and smoothies. The unit comes with a detachable 2.5l break-resistant polycarbonate jug that can withstand temperatures of -40?c up to 90?c, a firm lid made from PBT and a small polycarbonate lid cover.'),(5975,1232,'_yoast_wpseo_linkdex','83'),(5976,1232,'_yoast_wpseo_content_score','30'),(5977,1232,'_yoast_wpseo_primary_category','32'),(5979,1232,'xyz_fbap','1'),(5983,1232,'_wpas_done_all','1'),(5985,1235,'_edit_last','1'),(5986,1235,'_edit_lock','1525786021:1'),(5987,1236,'_wp_attached_file','2018/05/Hogs-Back-Hoppy-Ever-After.jpg'),(5988,1236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1352;s:6:\"height\";i:1700;s:4:\"file\";s:38:\"2018/05/Hogs-Back-Hoppy-Ever-After.jpg\";s:5:\"sizes\";a:41:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-768x966.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:966;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Hogs-Back-Hoppy-Ever-After-814x1024.jpg\";s:5:\"width\";i:814;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Hogs-Back-Hoppy-Ever-After-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Hogs-Back-Hoppy-Ever-After-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-696x875.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"Hogs-Back-Hoppy-Ever-After-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Hogs-Back-Hoppy-Ever-After-1068x1343.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-334x420.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Hogs-Back-Hoppy-Ever-After-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"Hogs-Back-Hoppy-Ever-After-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Hogs-Back-Hoppy-Ever-After-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Hogs-Back-Hoppy-Ever-After-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"Hoppy Ever After concept final\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5989,1235,'_thumbnail_id','1236'),(5990,1235,'slide_template','default'),(5991,1235,'_bunyad_featured_post','1'),(5992,1235,'_bunyad_cat_label','0'),(5993,1235,'_bunyad_featured_disable','0'),(5994,1235,'_bunyad_reviews','0'),(5995,1235,'_bunyad_review_pos','none'),(5996,1235,'_bunyad_review_type','points'),(5997,1235,'_bunyad_review_verdict','Awesome'),(5998,1235,'_yoast_wpseo_focuskw_text_input','wedding'),(5999,1235,'_yoast_wpseo_focuskw','wedding'),(6000,1235,'_yoast_wpseo_metadesc','Hoppy Ever After is a refreshing, 4% ABV golden ale. The brew uses Centennial hops from the USA as well as home-grown English Cascade, making it the perfect beer to mark the transatlantic union between Prince Harry and Meghan Markle. It\'s avaliable on draught as part of Hogs Back\'s Limited Edition range of beers.'),(6001,1235,'_yoast_wpseo_linkdex','73'),(6002,1235,'_yoast_wpseo_content_score','30'),(6003,1235,'_yoast_wpseo_primary_category','2'),(6007,1235,'xyz_fbap','1'),(6011,1235,'_wpas_done_all','1'),(6015,1235,'_wpas_skip_20130109','1'),(6023,1241,'_edit_last','1'),(6024,1241,'_edit_lock','1525787455:1'),(6025,1241,'_thumbnail_id','1243'),(6026,1241,'slide_template','default'),(6027,1241,'_bunyad_featured_post','1'),(6028,1241,'_bunyad_cat_label','0'),(6029,1241,'_bunyad_featured_disable','0'),(6030,1241,'_bunyad_reviews','0'),(6031,1241,'_bunyad_review_pos','none'),(6032,1241,'_bunyad_review_type','points'),(6033,1241,'_bunyad_review_verdict','Awesome'),(6034,1241,'_yoast_wpseo_focuskw_text_input','hotel'),(6035,1241,'_yoast_wpseo_focuskw','hotel'),(6036,1241,'_yoast_wpseo_metadesc','A new think tank report by Sky and UKHospitality, published today, has hailed technology as essential in creating a defining home-from-home experience, with Wi-Fi and TV topping the list of must-have amenities.'),(6037,1241,'_yoast_wpseo_linkdex','75'),(6038,1241,'_yoast_wpseo_content_score','30'),(6039,1241,'_yoast_wpseo_primary_category','10'),(6040,1241,'xyz_fbap','1'),(6044,1241,'_wpas_done_all','1'),(6045,1243,'_wp_attached_file','2018/05/UKHospitaity-white-background-002.png'),(6046,1243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:831;s:4:\"file\";s:45:\"2018/05/UKHospitaity-white-background-002.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-768x455.png\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"UKHospitaity-white-background-002-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"UKHospitaity-white-background-002-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-696x412.png\";s:5:\"width\";i:696;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"UKHospitaity-white-background-002-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"UKHospitaity-white-background-002-1068x632.png\";s:5:\"width\";i:1068;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-710x420.png\";s:5:\"width\";i:710;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-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:45:\"UKHospitaity-white-background-002-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"UKHospitaity-white-background-002-1024x606.png\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"UKHospitaity-white-background-002-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"UKHospitaity-white-background-002-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"UKHospitaity-white-background-002-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"UKHospitaity-white-background-002-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6049,1241,'_wpas_skip_20130109','1'),(6052,1245,'_edit_last','1'),(6053,1245,'_edit_lock','1525791372:1'),(6054,1246,'_wp_attached_file','2018/05/DIRTY-SWEET-FRIES.jpg'),(6055,1246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1152;s:4:\"file\";s:29:\"2018/05/DIRTY-SWEET-FRIES.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"DIRTY-SWEET-FRIES-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"DIRTY-SWEET-FRIES-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"DIRTY-SWEET-FRIES-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"DIRTY-SWEET-FRIES-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-150x150.jpg\";s:5:\"width\";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:\"DIRTY-SWEET-FRIES-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"DIRTY-SWEET-FRIES-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"DIRTY-SWEET-FRIES-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"DIRTY-SWEET-FRIES-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"DIRTY-SWEET-FRIES-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"DIRTY-SWEET-FRIES-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:61:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 12.10.2017)\";s:17:\"created_timestamp\";s:10:\"1507819445\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:61:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 12.10.2017)\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6056,1245,'_thumbnail_id','1246'),(6057,1245,'slide_template','default'),(6058,1245,'_bunyad_featured_post','1'),(6059,1245,'_bunyad_cat_label','0'),(6060,1245,'_bunyad_featured_disable','0'),(6061,1245,'_bunyad_reviews','0'),(6062,1245,'_bunyad_review_pos','none'),(6063,1245,'_bunyad_review_type','points'),(6064,1245,'_bunyad_review_verdict','Awesome'),(6065,1245,'_yoast_wpseo_focuskw_text_input','foodservice'),(6066,1245,'_yoast_wpseo_focuskw','foodservice'),(6067,1245,'_yoast_wpseo_metadesc','With loaded or dirty fries popping up on menus all over the country, leading independent foodservice brand Country Range is looking to make it easier for operators to take advantage of the trend by adding Sweet Potato Fries to its growing portfolio of products.'),(6068,1245,'_yoast_wpseo_linkdex','74'),(6069,1245,'_yoast_wpseo_content_score','30'),(6070,1245,'_yoast_wpseo_primary_category','3'),(6071,1245,'xyz_fbap','1'),(6075,1245,'_wpas_done_all','1'),(6076,1248,'_edit_last','1'),(6077,1248,'_edit_lock','1525792880:1'),(6078,1249,'_wp_attached_file','2018/05/BrakspearFrogmill.jpg'),(6079,1249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2018/05/BrakspearFrogmill.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"BrakspearFrogmill-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"BrakspearFrogmill-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"BrakspearFrogmill-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"BrakspearFrogmill-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-150x150.jpg\";s:5:\"width\";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:\"BrakspearFrogmill-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"BrakspearFrogmill-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"BrakspearFrogmill-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"BrakspearFrogmill-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"BrakspearFrogmill-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"BrakspearFrogmill-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6080,1248,'_thumbnail_id','1249'),(6081,1248,'slide_template','default'),(6082,1248,'_bunyad_featured_post','1'),(6083,1248,'_bunyad_cat_label','0'),(6084,1248,'_bunyad_featured_disable','0'),(6085,1248,'_bunyad_reviews','0'),(6086,1248,'_bunyad_review_pos','none'),(6087,1248,'_bunyad_review_type','points'),(6088,1248,'_bunyad_review_verdict','Awesome'),(6089,1248,'_yoast_wpseo_focuskw_text_input','Brakspear'),(6090,1248,'_yoast_wpseo_focuskw','Brakspear'),(6091,1248,'_yoast_wpseo_metadesc','Pub operator and brewer Brakspear is set to open the Frogmill near Cheltenham in July, following a major redevelopment that represents the biggest project in the company\'s 240-year history.'),(6092,1248,'_yoast_wpseo_linkdex','81'),(6093,1248,'_yoast_wpseo_content_score','30'),(6094,1248,'_yoast_wpseo_primary_category','5'),(6095,1248,'xyz_fbap','1'),(6099,1248,'_wpas_done_all','1'),(6100,1252,'_edit_last','1'),(6101,1252,'_edit_lock','1525857599:1'),(6102,1253,'_wp_attached_file','2018/05/The-Vector-four-in-one-oven-from-FEM.jpg'),(6103,1253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2099;s:6:\"height\";i:1401;s:4:\"file\";s:48:\"2018/05/The-Vector-four-in-one-oven-from-FEM.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"The-Vector-four-in-one-oven-from-FEM-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"The-Vector-four-in-one-oven-from-FEM-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"The-Vector-four-in-one-oven-from-FEM-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"The-Vector-four-in-one-oven-from-FEM-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"The-Vector-four-in-one-oven-from-FEM-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"The-Vector-four-in-one-oven-from-FEM-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"The-Vector-four-in-one-oven-from-FEM-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"The-Vector-four-in-one-oven-from-FEM-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"The-Vector-four-in-one-oven-from-FEM-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"The-Vector-four-in-one-oven-from-FEM-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6104,1252,'_thumbnail_id','1253'),(6105,1252,'slide_template','default'),(6106,1252,'_bunyad_featured_post','1'),(6107,1252,'_bunyad_cat_label','0'),(6108,1252,'_bunyad_featured_disable','0'),(6109,1252,'_bunyad_reviews','0'),(6110,1252,'_bunyad_review_pos','none'),(6111,1252,'_bunyad_review_type','points'),(6112,1252,'_bunyad_review_verdict','Awesome'),(6113,1252,'_yoast_wpseo_focuskw_text_input','kitchens'),(6114,1252,'_yoast_wpseo_focuskw','kitchens'),(6115,1252,'_yoast_wpseo_metadesc','The Vector is a multi-compartment oven that allows chefs to cook several different foods at the same time. Each compartment has its own temperature and timer controls, bringing a new level of cooking versatility to commercial kitchens.'),(6116,1252,'_yoast_wpseo_linkdex','68'),(6117,1252,'_yoast_wpseo_content_score','30'),(6118,1252,'_yoast_wpseo_primary_category','32'),(6120,1252,'xyz_fbap','1'),(6124,1252,'_wpas_done_all','1'),(6126,1256,'_edit_last','1'),(6127,1256,'_edit_lock','1525860259:1'),(6129,1257,'_wp_attached_file','2018/05/Chroma-Q-Lighting-Masterclass-Pic2.jpg'),(6130,1257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:2688;s:4:\"file\";s:46:\"2018/05/Chroma-Q-Lighting-Masterclass-Pic2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Chroma-Q-Lighting-Masterclass-Pic2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Chroma-Q-Lighting-Masterclass-Pic2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Chroma-Q-Lighting-Masterclass-Pic2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Chroma-Q-Lighting-Masterclass-Pic2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:48:\"Chroma-Q-Lighting-Masterclass-Pic2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Chroma-Q-Lighting-Masterclass-Pic2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Chroma-Q-Lighting-Masterclass-Pic2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Chroma-Q-Lighting-Masterclass-Pic2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Chroma-Q-Lighting-Masterclass-Pic2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Chroma-Q-Lighting-Masterclass-Pic2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 8\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524700800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6131,1256,'_thumbnail_id','1257'),(6132,1256,'slide_template','default'),(6133,1256,'_bunyad_featured_post','1'),(6134,1256,'_bunyad_cat_label','0'),(6135,1256,'_bunyad_featured_disable','0'),(6136,1256,'_bunyad_reviews','0'),(6137,1256,'_bunyad_review_pos','none'),(6138,1256,'_bunyad_review_type','points'),(6139,1256,'_bunyad_review_verdict','Awesome'),(6140,1256,'_yoast_wpseo_focuskw_text_input','entertainment'),(6141,1256,'_yoast_wpseo_focuskw','entertainment'),(6142,1256,'_yoast_wpseo_title','A.C. Entertainment Technologies supports backstage academy'),(6143,1256,'_yoast_wpseo_metadesc','As part of a long-term strategy to ensure that students of one of the industry\'s leading vocational course providers receive the most up-to-date real-world practical experience, AC-ET is providing the Backstage Academy with the latest cutting edge technologies it supplies to major clients in Live Events.'),(6144,1256,'_yoast_wpseo_linkdex','75'),(6145,1256,'_yoast_wpseo_content_score','30'),(6146,1256,'_yoast_wpseo_primary_category','6'),(6148,1256,'xyz_fbap','1'),(6152,1256,'_wpas_done_all','1'),(6154,1259,'_edit_last','1'),(6155,1259,'_edit_lock','1525863742:1'),(6156,1260,'_wp_attached_file','2018/05/mr-frogg.png'),(6157,1260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:781;s:6:\"height\";i:175;s:4:\"file\";s:20:\"2018/05/mr-frogg.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"mr-frogg-768x172.png\";s:5:\"width\";i:768;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"mr-frogg-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"mr-frogg-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"mr-frogg-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"mr-frogg-265x175.png\";s:5:\"width\";i:265;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"mr-frogg-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"mr-frogg-324x175.png\";s:5:\"width\";i:324;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"mr-frogg-324x175.png\";s:5:\"width\";i:324;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"mr-frogg-356x175.png\";s:5:\"width\";i:356;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"mr-frogg-356x175.png\";s:5:\"width\";i:356;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"mr-frogg-485x175.png\";s:5:\"width\";i:485;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"mr-frogg-533x175.png\";s:5:\"width\";i:533;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"mr-frogg-534x175.png\";s:5:\"width\";i:534;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"mr-frogg-696x156.png\";s:5:\"width\";i:696;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"mr-frogg-696x175.png\";s:5:\"width\";i:696;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"mr-frogg-741x175.png\";s:5:\"width\";i:741;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mr-frogg-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:\"mr-frogg-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"mr-frogg-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"mr-frogg-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"mr-frogg-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"mr-frogg-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"mr-frogg-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"mr-frogg-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"mr-frogg-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"mr-frogg-343x175.png\";s:5:\"width\";i:343;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"mr-frogg-233x175.png\";s:5:\"width\";i:233;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"mr-frogg-536x175.png\";s:5:\"width\";i:536;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"mr-frogg-269x175.png\";s:5:\"width\";i:269;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"mr-frogg-600x175.png\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"mr-frogg-474x175.png\";s:5:\"width\";i:474;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"mr-frogg-235x175.png\";s:5:\"width\";i:235;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"mr-frogg-326x175.png\";s:5:\"width\";i:326;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"mr-frogg-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"mr-frogg-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"mr-frogg-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6158,1261,'_wp_attached_file','2018/05/mrfogg-300x254.jpg'),(6159,1261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:254;s:4:\"file\";s:26:\"2018/05/mrfogg-300x254.jpg\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"mrfogg-300x254-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"mrfogg-300x254-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-150x150.jpg\";s:5:\"width\";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:\"mrfogg-300x254-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"mrfogg-300x254-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-233x254.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"mrfogg-300x254-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"mrfogg-300x254-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6161,1259,'slide_template','default'),(6162,1259,'_bunyad_featured_post','0'),(6163,1259,'_bunyad_cat_label','0'),(6164,1259,'_bunyad_featured_disable','0'),(6165,1259,'_bunyad_reviews','0'),(6166,1259,'_bunyad_review_pos','none'),(6167,1259,'_bunyad_review_type','points'),(6168,1259,'_bunyad_review_verdict','Awesome'),(6169,1259,'_yoast_wpseo_focuskw_text_input','World'),(6170,1259,'_yoast_wpseo_focuskw','World'),(6171,1259,'_yoast_wpseo_linkdex','86'),(6172,1259,'_yoast_wpseo_content_score','30'),(6173,1259,'_yoast_wpseo_primary_category','33'),(6175,1263,'_wp_attached_file','2018/05/frog-1.png'),(6176,1263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:781;s:6:\"height\";i:175;s:4:\"file\";s:18:\"2018/05/frog-1.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"frog-1-768x172.png\";s:5:\"width\";i:768;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"frog-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"frog-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"frog-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"frog-1-265x175.png\";s:5:\"width\";i:265;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"frog-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"frog-1-324x175.png\";s:5:\"width\";i:324;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"frog-1-324x175.png\";s:5:\"width\";i:324;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"frog-1-356x175.png\";s:5:\"width\";i:356;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"frog-1-356x175.png\";s:5:\"width\";i:356;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"frog-1-485x175.png\";s:5:\"width\";i:485;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"frog-1-533x175.png\";s:5:\"width\";i:533;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"frog-1-534x175.png\";s:5:\"width\";i:534;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"frog-1-696x156.png\";s:5:\"width\";i:696;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"frog-1-696x175.png\";s:5:\"width\";i:696;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"frog-1-741x175.png\";s:5:\"width\";i:741;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"frog-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"frog-1-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"frog-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"frog-1-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"frog-1-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"frog-1-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"frog-1-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"frog-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"frog-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"frog-1-343x175.png\";s:5:\"width\";i:343;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"frog-1-233x175.png\";s:5:\"width\";i:233;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"frog-1-536x175.png\";s:5:\"width\";i:536;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"frog-1-269x175.png\";s:5:\"width\";i:269;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"frog-1-600x175.png\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"frog-1-474x175.png\";s:5:\"width\";i:474;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"frog-1-235x175.png\";s:5:\"width\";i:235;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"frog-1-326x175.png\";s:5:\"width\";i:326;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"frog-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"frog-1-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"frog-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6177,1259,'_yoast_wpseo_metadesc','Roll up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair.'),(6179,1265,'_wp_attached_file','2018/05/frogg-2-e1525862522628.png'),(6180,1265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:544;s:6:\"height\";i:175;s:4:\"file\";s:34:\"2018/05/frogg-2-e1525862522628.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"frogg-2-e1525862522628-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"frogg-2-e1525862522628-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-265x175.png\";s:5:\"width\";i:265;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-324x175.png\";s:5:\"width\";i:324;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-324x175.png\";s:5:\"width\";i:324;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-356x175.png\";s:5:\"width\";i:356;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-356x175.png\";s:5:\"width\";i:356;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-485x175.png\";s:5:\"width\";i:485;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-533x175.png\";s:5:\"width\";i:533;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-534x175.png\";s:5:\"width\";i:534;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-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:\"frogg-2-e1525862522628-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"frogg-2-e1525862522628-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"frogg-2-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"frogg-2-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-343x175.png\";s:5:\"width\";i:343;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-233x175.png\";s:5:\"width\";i:233;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-536x175.png\";s:5:\"width\";i:536;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-269x175.png\";s:5:\"width\";i:269;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"frogg-2-600x175.png\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-474x175.png\";s:5:\"width\";i:474;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-235x175.png\";s:5:\"width\";i:235;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-326x175.png\";s:5:\"width\";i:326;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"frogg-2-e1525862522628-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"frogg-2-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"frogg-2-e1525862522628-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6181,1259,'_thumbnail_id','1261'),(6183,1259,'xyz_fbap','1'),(6187,1259,'_wpas_done_all','1'),(6191,1259,'_wpas_skip_20130109','1'),(6192,1265,'_wp_attachment_backup_sizes','a:21:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:781;s:6:\"height\";i:175;s:4:\"file\";s:11:\"frogg-2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:18:\"frogg-2-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"frogg-2-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-351x175.png\";s:5:\"width\";i:351;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-343x175.png\";s:5:\"width\";i:343;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-233x175.png\";s:5:\"width\";i:233;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-536x175.png\";s:5:\"width\";i:536;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-269x175.png\";s:5:\"width\";i:269;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-600x175.png\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-474x175.png\";s:5:\"width\";i:474;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-235x175.png\";s:5:\"width\";i:235;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-326x175.png\";s:5:\"width\";i:326;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:18:\"frogg-2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-702x175.png\";s:5:\"width\";i:702;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:19:\"frogg-2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(6212,1270,'_edit_last','1'),(6213,1270,'_edit_lock','1526027373:1'),(6214,1271,'_wp_attached_file','2018/05/Fem-introduces-San-Jamars-light-duty-ice-carrier.jpg'),(6215,1271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3981;s:6:\"height\";i:3981;s:4:\"file\";s:60:\"2018/05/Fem-introduces-San-Jamars-light-duty-ice-carrier.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:61:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:62:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:62:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:61:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:59:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:60:\"Fem-introduces-San-Jamars-light-duty-ice-carrier-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516630554\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:8:\"SILD6000\";i:1;s:8:\"SanJamar\";}}}'),(6216,1270,'_thumbnail_id','1271'),(6217,1270,'slide_template','default'),(6218,1270,'_bunyad_featured_post','1'),(6219,1270,'_bunyad_cat_label','0'),(6220,1270,'_bunyad_featured_disable','0'),(6221,1270,'_bunyad_reviews','0'),(6222,1270,'_bunyad_review_pos','none'),(6223,1270,'_bunyad_review_type','points'),(6224,1270,'_bunyad_review_verdict','Awesome'),(6225,1270,'_yoast_wpseo_focuskw_text_input','venues'),(6226,1270,'_yoast_wpseo_focuskw','venues'),(6227,1270,'_yoast_wpseo_metadesc','Many venues now have a centralised ice machine and once ice is produced it needs to be safely and hygienically transported to where it is needed, without contamination or mishap. San Jamar’s light duty ice carrier available from FEM offers the perfect solution – it’s light, hygienic and easy to carry.'),(6228,1270,'_yoast_wpseo_linkdex','54'),(6229,1270,'_yoast_wpseo_content_score','30'),(6230,1270,'_yoast_wpseo_primary_category','32'),(6232,1270,'xyz_fbap','1'),(6236,1270,'_wpas_done_all','1'),(6240,1270,'_wpas_skip_20130109','1'),(6242,1273,'_edit_last','1'),(6243,1273,'_edit_lock','1526029194:1'),(6244,1274,'_wp_attached_file','2018/05/AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press.jpg'),(6245,1274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2410;s:6:\"height\";i:2912;s:4:\"file\";s:70:\"2018/05/AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-768x928.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:68:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:69:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-696x841.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:71:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:72:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-1068x1290.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-348x420.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:72:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-1920x2320.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-847x1024.jpg\";s:5:\"width\";i:847;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:71:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:69:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:70:\"AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6246,1273,'_thumbnail_id','816'),(6247,1273,'slide_template','default'),(6248,1273,'_bunyad_featured_post','1'),(6249,1273,'_bunyad_cat_label','0'),(6250,1273,'_bunyad_featured_disable','0'),(6251,1273,'_bunyad_reviews','0'),(6252,1273,'_bunyad_review_pos','none'),(6253,1273,'_bunyad_review_type','points'),(6254,1273,'_bunyad_review_verdict','Awesome'),(6255,1273,'_yoast_wpseo_focuskw_text_input','entertainment'),(6256,1273,'_yoast_wpseo_focuskw','entertainment'),(6257,1273,'_yoast_wpseo_title','A.C. Entertainment Technologies Ireland Ltd opens for business'),(6258,1273,'_yoast_wpseo_metadesc','A.C. Entertainment Technologies Ltd. (AC-ET) has a new sister company, A.C. Entertainment Technologies Ireland Ltd. The new company, registered in Dublin, will have a long term commitment to supporting customers of its growing portfolio of brands.'),(6259,1273,'_yoast_wpseo_linkdex','75'),(6260,1273,'_yoast_wpseo_content_score','30'),(6261,1273,'_yoast_wpseo_primary_category','32'),(6264,1273,'xyz_fbap','1'),(6268,1273,'_wpas_done_all','1'),(6269,1278,'_edit_last','1'),(6270,1278,'_edit_lock','1526031608:1'),(6271,1278,'_thumbnail_id','1243'),(6272,1278,'slide_template','default'),(6273,1278,'_bunyad_featured_post','1'),(6274,1278,'_bunyad_cat_label','0'),(6275,1278,'_bunyad_featured_disable','0'),(6276,1278,'_bunyad_reviews','0'),(6277,1278,'_bunyad_review_pos','none'),(6278,1278,'_bunyad_review_type','points'),(6279,1278,'_bunyad_review_verdict','Awesome'),(6280,1278,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(6281,1278,'_yoast_wpseo_focuskw','UKHospitality'),(6282,1278,'_yoast_wpseo_title','UKHospitality calls for planning revamp to support hospitality'),(6283,1278,'_yoast_wpseo_metadesc','UKHospitality has today called on the Government to adopt an approach to planning that supports and encourages the growth and stability of hospitality venues. UKHospitality has made a series of recommendations aimed at boosting hospitality businesses.'),(6284,1278,'_yoast_wpseo_linkdex','74'),(6285,1278,'_yoast_wpseo_content_score','30'),(6286,1278,'_yoast_wpseo_primary_category','8'),(6287,1278,'xyz_fbap','1'),(6291,1278,'_wpas_done_all','1'),(6294,1282,'_edit_last','1'),(6295,1282,'_edit_lock','1526033611:1'),(6296,1283,'_wp_attached_file','2018/05/PP73-baked-sundried-tomato.jpg'),(6297,1283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4070;s:6:\"height\";i:2525;s:4:\"file\";s:38:\"2018/05/PP73-baked-sundried-tomato.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"PP73-baked-sundried-tomato-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"PP73-baked-sundried-tomato-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-696x432.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"PP73-baked-sundried-tomato-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"PP73-baked-sundried-tomato-1068x663.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-677x420.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"PP73-baked-sundried-tomato-1920x1191.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"PP73-baked-sundried-tomato-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"PP73-baked-sundried-tomato-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"PP73-baked-sundried-tomato-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"PP73-baked-sundried-tomato-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"PP73-baked-sundried-tomato-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:4:\"P65+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476817668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.012499983493578\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6298,1284,'_wp_attached_file','2018/05/PP71-baked-Olive.jpg'),(6299,1284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3938;s:6:\"height\";i:2670;s:4:\"file\";s:28:\"2018/05/PP71-baked-Olive.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"PP71-baked-Olive-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"PP71-baked-Olive-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-696x472.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"PP71-baked-Olive-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"PP71-baked-Olive-1068x724.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-619x420.jpg\";s:5:\"width\";i:619;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"PP71-baked-Olive-1920x1302.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-150x150.jpg\";s:5:\"width\";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:\"PP71-baked-Olive-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"PP71-baked-Olive-1024x694.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"PP71-baked-Olive-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"PP71-baked-Olive-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"PP71-baked-Olive-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"PP71-baked-Olive-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:4:\"P65+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476817882\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.012499983493578\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6300,1285,'_wp_attached_file','2018/05/PP70-baked-Plain.jpg'),(6301,1285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2880;s:4:\"file\";s:28:\"2018/05/PP70-baked-Plain.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-768x632.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"PP70-baked-Plain-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"PP70-baked-Plain-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-696x573.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"PP70-baked-Plain-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"PP70-baked-Plain-1068x879.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:879;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-510x420.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"PP70-baked-Plain-1920x1580.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-150x150.jpg\";s:5:\"width\";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:\"PP70-baked-Plain-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"PP70-baked-Plain-1024x843.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"PP70-baked-Plain-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"PP70-baked-Plain-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"PP70-baked-Plain-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"PP70-baked-Plain-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:4:\"P65+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476818065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"150\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.012499983493578\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6302,1282,'_thumbnail_id','1283'),(6303,1282,'slide_template','default'),(6304,1282,'_bunyad_featured_post','1'),(6305,1282,'_bunyad_cat_label','0'),(6306,1282,'_bunyad_featured_disable','0'),(6307,1282,'_bunyad_reviews','0'),(6308,1282,'_bunyad_review_pos','none'),(6309,1282,'_bunyad_review_type','points'),(6310,1282,'_bunyad_review_verdict','Awesome'),(6311,1282,'_yoast_wpseo_focuskw_text_input','Breads'),(6312,1282,'_yoast_wpseo_focuskw','Breads'),(6313,1282,'_yoast_wpseo_title','Speciality Breads adds to frozen dough range with a trio of ciabatta options'),(6314,1282,'_yoast_wpseo_metadesc','Artisan baker Speciality Breads is making it easier for operators to take their alfresco and picnic offering to even greater heights this summer after expanding its newly launched range of frozen doughs to include a trio of ciabatta options – Plain, Sundried Tomato and Olive.'),(6315,1282,'_yoast_wpseo_linkdex','84'),(6316,1282,'_yoast_wpseo_content_score','30'),(6317,1282,'_yoast_wpseo_primary_category','3'),(6319,1282,'xyz_fbap','1'),(6323,1282,'_wpas_done_all','1'),(6325,1288,'_edit_last','1'),(6326,1288,'_edit_lock','1526032920:1'),(6327,1289,'_wp_attached_file','2018/05/Untitled_design__21_.png'),(6328,1289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:32:\"2018/05/Untitled_design__21_.png\";s:5:\"sizes\";a:27:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Untitled_design__21_-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Untitled_design__21_-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-324x350.png\";s:5:\"width\";i:324;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x261.png\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Untitled_design__21_-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x336.png\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x336.png\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x185.png\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x185.png\";s:5:\"width\";i:350;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x240.png\";s:5:\"width\";i:350;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Untitled_design__21_-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-350x336.png\";s:5:\"width\";i:350;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__21_-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6329,1288,'_thumbnail_id','1289'),(6330,1288,'slide_template','default'),(6331,1288,'_bunyad_featured_post','0'),(6332,1288,'_bunyad_cat_label','0'),(6333,1288,'_bunyad_featured_disable','0'),(6334,1288,'_bunyad_reviews','0'),(6335,1288,'_bunyad_review_pos','none'),(6336,1288,'_bunyad_review_type','points'),(6337,1288,'_bunyad_review_verdict','Awesome'),(6338,1288,'_yoast_wpseo_focuskw_text_input','competition'),(6339,1288,'_yoast_wpseo_focuskw','competition'),(6340,1288,'_yoast_wpseo_metadesc','The British Institute of Innkeeping (BII) are delighted to announce the six finalists for the Licensee of the Year (LOYA) competition 2018.The competition, sponsored by Sky, is now in its final stage leading up to the BII’s spectacular Summer Event at the HAC Gardens on 5th June, where the winner will be crowned.'),(6341,1288,'_yoast_wpseo_linkdex','74'),(6342,1288,'_yoast_wpseo_content_score','30'),(6343,1288,'_yoast_wpseo_primary_category','33'),(6344,1288,'xyz_fbap','1'),(6348,1288,'_wpas_done_all','1'),(6351,1288,'_wpas_skip_20130109','1'),(6354,1282,'_wpas_skip_20130109','1'),(6359,1292,'_edit_last','1'),(6360,1292,'_edit_lock','1526034424:1'),(6361,1292,'slide_template','default'),(6362,1292,'_bunyad_featured_post','1'),(6363,1292,'_bunyad_cat_label','0'),(6364,1292,'_bunyad_featured_disable','0'),(6365,1292,'_bunyad_reviews','0'),(6366,1292,'_bunyad_review_pos','none'),(6367,1292,'_bunyad_review_type','points'),(6368,1292,'_bunyad_review_verdict','Awesome'),(6369,1292,'_yoast_wpseo_title','Advice on ice handling as BBC raises bacteria issue again'),(6370,1292,'_yoast_wpseo_content_score','30'),(6371,1292,'_yoast_wpseo_primary_category','32'),(6372,1294,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar.jpg'),(6373,1295,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1.jpg'),(6374,1296,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1.jpg'),(6375,1297,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2.jpg'),(6376,1298,'_wp_attached_file','2018/05/FEMs-Saf.jpg'),(6377,1299,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12.jpg'),(6378,1300,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123.jpg'),(6379,1300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3946;s:6:\"height\";i:3988;s:4:\"file\";s:73:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-768x776.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-696x703.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:74:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-1068x1079.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1079;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-416x420.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-1920x1940.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-297x300.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-1013x1024.jpg\";s:5:\"width\";i:1013;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:74:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(6380,1292,'_thumbnail_id','1300'),(6381,1292,'_yoast_wpseo_focuskw_text_input','Hygiene'),(6382,1292,'_yoast_wpseo_focuskw','Hygiene'),(6383,1292,'_yoast_wpseo_metadesc','Watchdog highlights cinema drinks – FEM argues modern equipment makes ice hygiene simple. The regular media stories about ice hygiene highlight the fact that some operators, or their staff, simply don’t care enough, according to FEM.'),(6384,1292,'_yoast_wpseo_linkdex','75'),(6386,1301,'_wp_attached_file','2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2.jpg'),(6387,1292,'xyz_fbap','1'),(6391,1292,'_wpas_done_all','1'),(6393,1303,'_edit_last','1'),(6394,1303,'_edit_lock','1526396743:1'),(6395,1304,'_wp_attached_file','2018/05/MJ.jpg'),(6396,1304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:271;s:4:\"file\";s:14:\"2018/05/MJ.jpg\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"MJ-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"MJ-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"MJ-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"MJ-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"MJ-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"MJ-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"MJ-324x271.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"MJ-336x220.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"MJ-336x261.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"MJ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"MJ-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"MJ-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:14:\"MJ-336x185.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:14:\"MJ-336x185.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:14:\"MJ-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:14:\"MJ-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:14:\"MJ-336x215.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:14:\"MJ-233x271.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:14:\"MJ-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:14:\"MJ-336x240.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:14:\"MJ-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:14:\"MJ-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:13:\"MJ-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:14:\"MJ-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6397,1305,'_wp_attached_file','2018/05/MJ-Seafood-Crumble-Top-Cod.jpg'),(6398,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:4:\"file\";s:38:\"2018/05/MJ-Seafood-Crumble-Top-Cod.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"MJ-Seafood-Crumble-Top-Cod-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"MJ-Seafood-Crumble-Top-Cod-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"MJ-Seafood-Crumble-Top-Cod-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"MJ-Seafood-Crumble-Top-Cod-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"MJ-Seafood-Crumble-Top-Cod-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"MJ-Seafood-Crumble-Top-Cod-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"MJ-Seafood-Crumble-Top-Cod-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"MJ-Seafood-Crumble-Top-Cod-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"MJ-Seafood-Crumble-Top-Cod-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"MJ-Seafood-Crumble-Top-Cod-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"12\";s:6:\"credit\";s:7:\"paulcox\";s:6:\"camera\";s:31:\"Sinar eShutter/ Sinarback eXact\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503051057\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:6:\"0.0248\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6399,1303,'_thumbnail_id','1305'),(6400,1303,'slide_template','default'),(6401,1303,'_bunyad_featured_post','1'),(6402,1303,'_bunyad_cat_label','0'),(6403,1303,'_bunyad_featured_disable','0'),(6404,1303,'_bunyad_reviews','0'),(6405,1303,'_bunyad_review_pos','none'),(6406,1303,'_bunyad_review_type','points'),(6407,1303,'_bunyad_review_verdict','Awesome'),(6408,1303,'_yoast_wpseo_focuskw_text_input','cod'),(6409,1303,'_yoast_wpseo_focuskw','cod'),(6410,1303,'_yoast_wpseo_metadesc','M&J Seafood’s MSC crumble-topped cod loins offer a modern twist on a classic pie without the preparation time or labour costs.M&J Seafood’s MSC crumble-topped cod loins offer a modern twist on a classic pie without the preparation time or labour costs.'),(6411,1303,'_yoast_wpseo_linkdex','45'),(6412,1303,'_yoast_wpseo_content_score','30'),(6413,1303,'_yoast_wpseo_primary_category','3'),(6415,1303,'xyz_fbap','1'),(6419,1303,'_wpas_done_all','1'),(6423,1303,'_wpas_skip_20130109','1'),(6431,1307,'_edit_last','1'),(6432,1307,'_edit_lock','1526461526:1'),(6433,1307,'slide_template','default'),(6434,1307,'_bunyad_featured_post','1'),(6435,1307,'_bunyad_cat_label','0'),(6436,1307,'_bunyad_featured_disable','0'),(6437,1307,'_bunyad_reviews','0'),(6438,1307,'_bunyad_review_pos','none'),(6439,1307,'_bunyad_review_type','points'),(6440,1307,'_bunyad_review_verdict','Awesome'),(6441,1307,'_yoast_wpseo_content_score','30'),(6442,1307,'_yoast_wpseo_primary_category','29'),(6443,1309,'_wp_attached_file','2018/05/star.png'),(6444,1309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:184;s:4:\"file\";s:16:\"2018/05/star.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"star-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"star-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"star-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"star-265x184.png\";s:5:\"width\";i:265;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"star-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"star-324x184.png\";s:5:\"width\";i:324;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"star-324x184.png\";s:5:\"width\";i:324;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"star-356x184.png\";s:5:\"width\";i:356;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"star-356x184.png\";s:5:\"width\";i:356;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"star-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"star-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"star-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"star-351x184.png\";s:5:\"width\";i:351;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"star-351x184.png\";s:5:\"width\";i:351;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"star-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"star-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"star-343x184.png\";s:5:\"width\";i:343;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"star-233x184.png\";s:5:\"width\";i:233;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"star-269x184.png\";s:5:\"width\";i:269;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"star-235x184.png\";s:5:\"width\";i:235;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"star-326x184.png\";s:5:\"width\";i:326;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"star-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"star-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6445,1310,'_wp_attached_file','2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1.jpg'),(6446,1311,'_wp_attached_file','2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1.jpg'),(6447,1312,'_wp_attached_file','2018/05/wedding.jpg'),(6448,1313,'_wp_attached_file','2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler.jpg'),(6449,1307,'_yoast_wpseo_focuskw_text_input','royal'),(6450,1307,'_yoast_wpseo_focuskw','royal'),(6451,1307,'_yoast_wpseo_title','UK Pubs anticipate busiest day of the year this weekend - Super Saturday'),(6452,1307,'_yoast_wpseo_metadesc','Pub bosses up and down the country, are anticipating the busiest day of the year in what is being dubbed ‘Super Saturday,’ as punters are expected to head to their local pubs in droves and celebrate the Royal Wedding and the FA Cup Final.'),(6453,1307,'_yoast_wpseo_linkdex','72'),(6454,1315,'_wp_attached_file','2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3.jpg'),(6455,1316,'_wp_attached_file','2018/05/Brits-to-say.jpg'),(6456,1317,'_wp_attached_file','2018/05/wedding-2.jpg'),(6457,1317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1508;s:6:\"height\";i:998;s:4:\"file\";s:21:\"2018/05/wedding-2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"wedding-2-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"wedding-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"wedding-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"wedding-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"wedding-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"wedding-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"wedding-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"wedding-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"wedding-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"wedding-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"wedding-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"wedding-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"wedding-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"wedding-2-696x461.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"wedding-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"wedding-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"wedding-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"wedding-2-1068x707.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"wedding-2-635x420.jpg\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wedding-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:21:\"wedding-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"wedding-2-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"wedding-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"wedding-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"wedding-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"wedding-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"wedding-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"wedding-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"wedding-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"wedding-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"wedding-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"wedding-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"wedding-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"wedding-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"wedding-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"wedding-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"wedding-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"wedding-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"wedding-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"wedding-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"wedding-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6458,1307,'_thumbnail_id','1317'),(6459,1307,'xyz_fbap','1'),(6463,1307,'_wpas_done_all','1'),(6466,1307,'_wpas_skip_20130109','1'),(6467,1318,'_edit_last','1'),(6468,1318,'_edit_lock','1526462152:1'),(6469,1318,'slide_template','default'),(6470,1318,'_bunyad_featured_post','1'),(6471,1318,'_bunyad_cat_label','0'),(6472,1318,'_bunyad_featured_disable','0'),(6473,1318,'_bunyad_reviews','0'),(6474,1318,'_bunyad_review_pos','none'),(6475,1318,'_bunyad_review_type','points'),(6476,1318,'_bunyad_review_verdict','Awesome'),(6477,1318,'_yoast_wpseo_content_score','30'),(6478,1318,'_yoast_wpseo_primary_category','28'),(6479,1320,'_wp_attached_file','2018/05/Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand.jpg'),(6480,1320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2016;s:6:\"height\";i:1512;s:4:\"file\";s:59:\"2018/05/Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:60:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:60:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:61:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:60:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:58:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:59:\"Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525265946\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6481,1318,'_thumbnail_id','1320'),(6482,1318,'_yoast_wpseo_focuskw_text_input','entertainment'),(6483,1318,'_yoast_wpseo_focuskw','entertainment'),(6484,1318,'_yoast_wpseo_title','Sixty82 receives positive reception from UK rigging industry'),(6485,1318,'_yoast_wpseo_metadesc','The North of England\'s PLASA Focus Leeds exhibition provided the perfect showcase for new brand, Sixty82 to unveil its trussing and staging systems to the UK rigging industry - receiving an overwhelmingly positive reception and much interest from visitors.'),(6486,1318,'_yoast_wpseo_linkdex','59'),(6488,1318,'xyz_fbap','1'),(6492,1318,'_wpas_done_all','1'),(6496,1318,'_wpas_skip_20130109','1'),(6501,1325,'_edit_last','1'),(6502,1325,'_edit_lock','1526463714:1'),(6503,1326,'_wp_attached_file','2018/05/Black-Roe-interior-web-2.jpg'),(6504,1326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2400;s:4:\"file\";s:36:\"2018/05/Black-Roe-interior-web-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Black-Roe-interior-web-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Black-Roe-interior-web-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-696x557.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Black-Roe-interior-web-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Black-Roe-interior-web-2-1068x854.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-525x420.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"Black-Roe-interior-web-2-1920x1536.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-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:36:\"Black-Roe-interior-web-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Black-Roe-interior-web-2-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Black-Roe-interior-web-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Black-Roe-interior-web-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Black-Roe-interior-web-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Black-Roe-interior-web-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6505,1325,'_thumbnail_id','1326'),(6506,1325,'slide_template','default'),(6507,1325,'_bunyad_featured_post','1'),(6508,1325,'_bunyad_cat_label','0'),(6509,1325,'_bunyad_featured_disable','0'),(6510,1325,'_bunyad_reviews','0'),(6511,1325,'_bunyad_review_pos','none'),(6512,1325,'_bunyad_review_type','points'),(6513,1325,'_bunyad_review_verdict','Awesome'),(6514,1325,'_yoast_wpseo_focuskw_text_input','Mayfair'),(6515,1325,'_yoast_wpseo_focuskw','Mayfair'),(6516,1325,'_yoast_wpseo_title','Introducing Pacific Paradise at Black Roe this summer'),(6517,1325,'_yoast_wpseo_metadesc','Throughout summer Black Roe will be a tropical oasis introducing you to a Pacific Paradise located in the heart of Mayfair, guests will experience a slice of island life in celebration of their second birthday. A tropical floral installation and a cocktail menu that transports you to tranquil beaches;'),(6518,1325,'_yoast_wpseo_linkdex','72'),(6519,1325,'_yoast_wpseo_content_score','30'),(6520,1325,'_yoast_wpseo_primary_category','5'),(6522,1325,'xyz_fbap','1'),(6526,1325,'_wpas_done_all','1'),(6530,1325,'_wpas_skip_20130109','1'),(6532,1328,'_edit_last','1'),(6533,1328,'_edit_lock','1526464188:1'),(6534,1328,'_thumbnail_id','1243'),(6535,1328,'slide_template','default'),(6536,1328,'_bunyad_featured_post','1'),(6537,1328,'_bunyad_cat_label','0'),(6538,1328,'_bunyad_featured_disable','0'),(6539,1328,'_bunyad_reviews','0'),(6540,1328,'_bunyad_review_pos','none'),(6541,1328,'_bunyad_review_type','points'),(6542,1328,'_bunyad_review_verdict','Awesome'),(6543,1328,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(6544,1328,'_yoast_wpseo_focuskw','UKHospitality'),(6545,1328,'_yoast_wpseo_title','Cost pressures risk sector job creation, warns UKHospitality'),(6546,1328,'_yoast_wpseo_metadesc','UKHospitality has warned the Government that taxation and regulatory pressures risk undoing the good work and job creation carried out by the hospitality sector since 2008.'),(6547,1328,'_yoast_wpseo_linkdex','76'),(6548,1328,'_yoast_wpseo_content_score','30'),(6549,1328,'_yoast_wpseo_primary_category','8'),(6550,1328,'xyz_fbap','1'),(6554,1328,'_wpas_done_all','1'),(6557,1328,'_wpas_skip_20130109','1'),(6558,1330,'_edit_last','1'),(6559,1330,'_edit_lock','1526465196:1'),(6560,1331,'_wp_attached_file','2018/05/Hobstar-2018-.jpg'),(6561,1331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1201;s:4:\"file\";s:25:\"2018/05/Hobstar-2018-.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Hobstar-2018--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Hobstar-2018--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Hobstar-2018--1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Hobstar-2018--1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--150x150.jpg\";s:5:\"width\";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:\"Hobstar-2018--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Hobstar-2018--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Hobstar-2018--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Hobstar-2018--1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Hobstar-2018--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Hobstar-2018--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:4:{i:0;s:7:\"hobstar\";i:1;s:9:\"2651FCP47\";i:2;s:9:\"2651FCP35\";i:3;s:8:\"cocktail\";}}}'),(6562,1330,'_thumbnail_id','1331'),(6563,1330,'slide_template','default'),(6564,1330,'_bunyad_featured_post','1'),(6565,1330,'_bunyad_cat_label','0'),(6566,1330,'_bunyad_featured_disable','0'),(6567,1330,'_bunyad_reviews','0'),(6568,1330,'_bunyad_review_pos','none'),(6569,1330,'_bunyad_review_type','points'),(6570,1330,'_bunyad_review_verdict','Awesome'),(6571,1330,'_yoast_wpseo_focuskw_text_input','glassware'),(6572,1330,'_yoast_wpseo_focuskw','glassware'),(6573,1330,'_yoast_wpseo_metadesc','Artis, the leading distributor to the foodservice industry of glass- and tableware, has announced a 25% price reduction of selected glassware within its best-selling Hobstar range. Hobstar, a true vintage original, is manufactured by Libbey and is at the forefront of today’s demand for vintage style cocktail glassware.'),(6574,1330,'_yoast_wpseo_linkdex','75'),(6575,1330,'_yoast_wpseo_content_score','30'),(6576,1330,'_yoast_wpseo_primary_category','31'),(6577,1330,'xyz_fbap','1'),(6581,1330,'_wpas_done_all','1'),(6582,1333,'_edit_last','1'),(6583,1333,'_edit_lock','1526476139:1'),(6584,1334,'_wp_attached_file','2018/05/Karen-Wallace-and-William-Scott.jpg'),(6585,1334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2816;s:6:\"height\";i:2287;s:4:\"file\";s:43:\"2018/05/Karen-Wallace-and-William-Scott.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-768x624.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Karen-Wallace-and-William-Scott-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Karen-Wallace-and-William-Scott-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-696x565.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Karen-Wallace-and-William-Scott-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Karen-Wallace-and-William-Scott-1068x867.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-517x420.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:45:\"Karen-Wallace-and-William-Scott-1920x1559.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Karen-Wallace-and-William-Scott-1024x832.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:832;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Karen-Wallace-and-William-Scott-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Karen-Wallace-and-William-Scott-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Karen-Wallace-and-William-Scott-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Karen-Wallace-and-William-Scott-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522319154\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:19:\"0.00097465886939571\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6586,1333,'_thumbnail_id','1334'),(6587,1333,'slide_template','default'),(6588,1333,'_bunyad_featured_post','0'),(6589,1333,'_bunyad_cat_label','0'),(6590,1333,'_bunyad_featured_disable','0'),(6591,1333,'_bunyad_reviews','0'),(6592,1333,'_bunyad_review_pos','none'),(6593,1333,'_bunyad_review_type','points'),(6594,1333,'_bunyad_review_verdict','Awesome'),(6595,1333,'_yoast_wpseo_focuskw_text_input','finance'),(6596,1333,'_yoast_wpseo_focuskw','finance'),(6597,1333,'_yoast_wpseo_metadesc','Finance director started as a trainee in 1967; Karen Wallace takes over the hot seat. Not many people last over 50 years with one company.  William Scott is Falcon Foodservice Equipment’s finance director.'),(6598,1333,'_yoast_wpseo_linkdex','78'),(6599,1333,'_yoast_wpseo_content_score','30'),(6600,1333,'_yoast_wpseo_primary_category','8'),(6602,1333,'xyz_fbap','1'),(6606,1333,'_wpas_done_all','1'),(6608,1336,'_edit_last','1'),(6609,1336,'_edit_lock','1526477307:1'),(6610,1337,'_wp_attached_file','2018/05/Tansun29-World-cup-heating.png'),(6611,1337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:581;s:6:\"height\";i:466;s:4:\"file\";s:38:\"2018/05/Tansun29-World-cup-heating.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Tansun29-World-cup-heating-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Tansun29-World-cup-heating-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-581x385.png\";s:5:\"width\";i:581;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-524x420.png\";s:5:\"width\";i:524;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-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:38:\"Tansun29-World-cup-heating-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun29-World-cup-heating-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-581x336.png\";s:5:\"width\";i:581;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-581x336.png\";s:5:\"width\";i:581;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-581x460.png\";s:5:\"width\";i:581;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun29-World-cup-heating-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-581x336.png\";s:5:\"width\";i:581;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Tansun29-World-cup-heating-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(6612,1336,'_thumbnail_id','1337'),(6613,1336,'slide_template','default'),(6614,1336,'_bunyad_featured_post','0'),(6615,1336,'_bunyad_cat_label','0'),(6616,1336,'_bunyad_featured_disable','0'),(6617,1336,'_bunyad_reviews','0'),(6618,1336,'_bunyad_review_pos','none'),(6619,1336,'_bunyad_review_type','points'),(6620,1336,'_bunyad_review_verdict','Awesome'),(6621,1336,'_yoast_wpseo_focuskw_text_input','heating'),(6622,1336,'_yoast_wpseo_focuskw','heating'),(6623,1336,'_yoast_wpseo_metadesc','With the Russia World Cup fast approaching and domestic football seasons across Europe drawing to a close, the excitement is building around this summer\'s tournament. With events like this in mind, Tansun offers an extensive range of outdoor infrared heaters that are the perfect heating solutions.'),(6624,1336,'_yoast_wpseo_linkdex','74'),(6625,1336,'_yoast_wpseo_content_score','30'),(6626,1336,'_yoast_wpseo_primary_category','32'),(6627,1336,'xyz_fbap','1'),(6631,1336,'_wpas_done_all','1'),(6634,1336,'_wpas_skip_20130109','1'),(6637,1340,'_edit_last','1'),(6638,1340,'_edit_lock','1526483419:1'),(6639,1341,'_wp_attached_file','2018/05/CK17_hi-res_4.jpg'),(6640,1341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1346;s:6:\"height\";i:917;s:4:\"file\";s:25:\"2018/05/CK17_hi-res_4.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"CK17_hi-res_4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"CK17_hi-res_4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"CK17_hi-res_4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"CK17_hi-res_4-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_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:25:\"CK17_hi-res_4-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"CK17_hi-res_4-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"CK17_hi-res_4-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"CK17_hi-res_4-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"CK17_hi-res_4-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"CK17_hi-res_4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6641,1340,'_thumbnail_id','1341'),(6642,1340,'slide_template','default'),(6643,1340,'_bunyad_featured_post','1'),(6644,1340,'_bunyad_cat_label','0'),(6645,1340,'_bunyad_featured_disable','0'),(6646,1340,'_bunyad_reviews','0'),(6647,1340,'_bunyad_review_pos','none'),(6648,1340,'_bunyad_review_type','points'),(6649,1340,'_bunyad_review_verdict','Awesome'),(6650,1340,'_yoast_wpseo_focuskw_text_input','Kitchen'),(6651,1340,'_yoast_wpseo_focuskw','Kitchen'),(6652,1340,'_yoast_wpseo_metadesc','Commercial Kitchen 2018 has released its first preview of some of the latest kitchen innovations on show at the NEC Birmingham on 5-6 June. Over 100 companies are preparing to exhibit next month – including many of the most influential brands within the catering equipment and services industry'),(6653,1340,'_yoast_wpseo_linkdex','84'),(6654,1340,'_yoast_wpseo_content_score','30'),(6655,1340,'_yoast_wpseo_primary_category','33'),(6656,1340,'xyz_fbap','1'),(6660,1340,'_wpas_done_all','1'),(6661,1344,'_edit_last','1'),(6662,1344,'_edit_lock','1526484902:1'),(6663,1345,'_wp_attached_file','2018/05/Copy-of-Venison-Scotch-Egg-2.jpg'),(6664,1346,'_wp_attached_file','2018/05/Burger-shot.jpg'),(6665,1347,'_wp_attached_file','2018/05/Burger-shot-1.jpg'),(6666,1348,'_wp_attached_file','2018/05/Copy-of-Venison-Scotch-Egg-2-1.jpg'),(6667,1349,'_wp_attached_file','2018/05/Burger-shot-2.jpg'),(6668,1350,'_wp_attached_file','2018/05/Copy-of-Venison-Scotch-Egg-2-2.jpg'),(6669,1350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4244;s:6:\"height\";i:3468;s:4:\"file\";s:42:\"2018/05/Copy-of-Venison-Scotch-Egg-2-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-768x628.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-696x569.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-2-1068x873.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-514x420.jpg\";s:5:\"width\";i:514;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Copy-of-Venison-Scotch-Egg-2-2-1920x1569.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-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:42:\"Copy-of-Venison-Scotch-Egg-2-2-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-2-1024x837.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:837;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399799741\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6670,1344,'_thumbnail_id','1350'),(6671,1344,'slide_template','default'),(6672,1344,'_bunyad_featured_post','1'),(6673,1344,'_bunyad_cat_label','0'),(6674,1344,'_bunyad_featured_disable','0'),(6675,1344,'_bunyad_reviews','0'),(6676,1344,'_bunyad_review_pos','none'),(6677,1344,'_bunyad_review_type','points'),(6678,1344,'_bunyad_review_verdict','Awesome'),(6679,1344,'_yoast_wpseo_content_score','30'),(6680,1344,'_yoast_wpseo_primary_category','5'),(6682,1344,'xyz_fbap','1'),(6686,1344,'_yoast_wpseo_focuskw_text_input','London'),(6687,1344,'_yoast_wpseo_focuskw','London'),(6688,1344,'_yoast_wpseo_metadesc','London\'s favourite Scottish restaurant Mac & Wild announce the launch of their third restaurant at the Falls of Shin in Scotland, opening late June 2018. Taking Mac & Wild back to its Highland roots'),(6689,1344,'_yoast_wpseo_linkdex','72'),(6690,1344,'_wpas_done_all','1'),(6692,1352,'_edit_last','1'),(6693,1352,'_edit_lock','1526548535:1'),(6694,1353,'_wp_attached_file','2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg'),(6695,1353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:700;s:4:\"file\";s:46:\"2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Hogs-Back-Three-Hogs-pump-clip-WEB-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Hogs-Back-Three-Hogs-pump-clip-WEB-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x360.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x261.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x462.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x385.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x486.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x580.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-267x420.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Hogs-Back-Three-Hogs-pump-clip-WEB-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x516.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x336.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x336.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x386.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x460.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x240.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Hogs-Back-Three-Hogs-pump-clip-WEB-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-445x336.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Hogs-Back-Three-Hogs-pump-clip-WEB-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"Three_hogs\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6696,1354,'_wp_attached_file','2018/05/Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2.jpg'),(6697,1354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2071;s:6:\"height\";i:1902;s:4:\"file\";s:86:\"2018/05/Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-768x705.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:84:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:85:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-696x639.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:87:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:87:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-1068x981.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-457x420.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:88:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-1920x1763.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-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:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:87:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-1024x940.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:85:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:87:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:85:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:86:\"Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525177772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0016339869281046\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6698,1352,'_thumbnail_id','1354'),(6699,1352,'slide_template','default'),(6700,1352,'_bunyad_featured_post','1'),(6701,1352,'_bunyad_cat_label','0'),(6702,1352,'_bunyad_featured_disable','0'),(6703,1352,'_bunyad_reviews','0'),(6704,1352,'_bunyad_review_pos','none'),(6705,1352,'_bunyad_review_type','points'),(6706,1352,'_bunyad_review_verdict','Awesome'),(6707,1352,'_yoast_wpseo_focuskw_text_input','England'),(6708,1352,'_yoast_wpseo_focuskw','England'),(6709,1352,'_yoast_wpseo_metadesc','Surrey-based Hogs Back Brewery is supporting the England football team\'s bid for World Cup glory this summer with a specially-brewed cask ale. Three Hogs will be available throughout June, with the offer of a free pint if the team reaches the finals of the FIFA tournament in July. '),(6710,1352,'_yoast_wpseo_linkdex','70'),(6711,1352,'_yoast_wpseo_content_score','30'),(6712,1352,'_yoast_wpseo_primary_category','2'),(6716,1352,'xyz_fbap','1'),(6720,1352,'_wpas_done_all','1'),(6724,1352,'_wpas_skip_20130109','1'),(6726,1358,'_edit_last','1'),(6727,1358,'_edit_lock','1526563433:1'),(6728,1359,'_wp_attached_file','2018/05/Tray1.jpg'),(6729,1360,'_wp_attached_file','2018/05/Sachet-Selection-small.jpg'),(6730,1360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2953;s:6:\"height\";i:2372;s:4:\"file\";s:34:\"2018/05/Sachet-Selection-small.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-768x617.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Sachet-Selection-small-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Sachet-Selection-small-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-696x559.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Sachet-Selection-small-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Sachet-Selection-small-1068x858.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-523x420.jpg\";s:5:\"width\";i:523;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"Sachet-Selection-small-1920x1542.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Sachet-Selection-small-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Sachet-Selection-small-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Sachet-Selection-small-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Sachet-Selection-small-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Sachet-Selection-small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:3:\"P30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1189857891\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6731,1358,'_thumbnail_id','1360'),(6732,1358,'slide_template','default'),(6733,1358,'_bunyad_featured_post','1'),(6734,1358,'_bunyad_cat_label','0'),(6735,1358,'_bunyad_featured_disable','0'),(6736,1358,'_bunyad_reviews','0'),(6737,1358,'_bunyad_review_pos','none'),(6738,1358,'_bunyad_review_type','points'),(6739,1358,'_bunyad_review_verdict','Awesome'),(6740,1358,'_yoast_wpseo_focuskw_text_input','Tea'),(6741,1358,'_yoast_wpseo_focuskw','Tea'),(6742,1358,'_yoast_wpseo_metadesc','London based coffee roaster and tea blender, The Drury Tea & Coffee Company, has announced the launch of a new hot drinks selection that is perfect for hotel bedrooms, but will prove equally useful in other hotel locations such as conference suits and bar service.'),(6743,1358,'_yoast_wpseo_linkdex','71'),(6744,1358,'_yoast_wpseo_content_score','30'),(6745,1358,'_yoast_wpseo_primary_category','2'),(6747,1358,'xyz_fbap','1'),(6751,1358,'_wpas_done_all','1'),(6753,1362,'_edit_last','1'),(6754,1362,'slide_template','default'),(6755,1362,'_bunyad_featured_post','1'),(6756,1362,'_bunyad_cat_label','0'),(6757,1362,'_bunyad_featured_disable','0'),(6758,1362,'_bunyad_reviews','0'),(6759,1362,'_bunyad_review_pos','none'),(6760,1362,'_bunyad_review_type','points'),(6761,1362,'_bunyad_review_verdict','Awesome'),(6762,1362,'_yoast_wpseo_content_score','30'),(6763,1362,'_yoast_wpseo_primary_category','8'),(6764,1362,'_edit_lock','1526550628:1'),(6765,1362,'_thumbnail_id','1243'),(6766,1362,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(6767,1362,'_yoast_wpseo_focuskw','UKHospitality'),(6768,1362,'_yoast_wpseo_metadesc','UKHospitality has responded to the Government’s announcement regarding gaming machines, published today“. Despite there being no evident link between problem gambling and the category C and D machines allowed in pubs, our members are keen to promote socially responsible measures.'),(6769,1362,'_yoast_wpseo_linkdex','55'),(6770,1362,'xyz_fbap','1'),(6774,1362,'_wpas_done_all','1'),(6775,1364,'_wp_attached_file','2018/05/Picture1.jpg'),(6776,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:57;s:4:\"file\";s:20:\"2018/05/Picture1.jpg\";s:5:\"sizes\";a:3:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Picture1-80x57.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Picture1-100x57.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Picture1-110x57.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:57;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:{}}}'),(6781,1358,'_wpas_skip_20130109','1'),(6785,1367,'_edit_last','1'),(6786,1367,'_edit_lock','1526635016:1'),(6787,1368,'_wp_attached_file','2018/05/Winterhalter_Logo_150dpi-copy-2015.jpg'),(6788,1368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:46:\"2018/05/Winterhalter_Logo_150dpi-copy-2015.jpg\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Winterhalter_Logo_150dpi-copy-2015-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Winterhalter_Logo_150dpi-copy-2015-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-324x391.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-534x391.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-696x266.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-741x391.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Winterhalter_Logo_150dpi-copy-2015-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Winterhalter_Logo_150dpi-copy-2015-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Winterhalter_Logo_150dpi-copy-2015-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Winterhalter_Logo_150dpi-copy-2015-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6789,1367,'_thumbnail_id','1368'),(6790,1367,'slide_template','default'),(6791,1367,'_bunyad_featured_post','0'),(6792,1367,'_bunyad_cat_label','0'),(6793,1367,'_bunyad_featured_disable','0'),(6794,1367,'_bunyad_reviews','0'),(6795,1367,'_bunyad_review_pos','none'),(6796,1367,'_bunyad_review_type','points'),(6797,1367,'_bunyad_review_verdict','Awesome'),(6798,1367,'_yoast_wpseo_focuskw_text_input','KP'),(6799,1367,'_yoast_wpseo_focuskw','KP'),(6800,1367,'_yoast_wpseo_metadesc','The search is on for the KP of the Year 2018.  The competition, which is the brainchild of warewashing specialist Winterhalter, is now in its fifth year and looking to build on its increasing popularity.  With that in mind, the prize fund now tops £10,000 – and every single KP who is nominated gets a special gift. '),(6801,1367,'_yoast_wpseo_linkdex','82'),(6802,1367,'_yoast_wpseo_content_score','60'),(6803,1367,'_yoast_wpseo_primary_category','33'),(6804,1367,'xyz_fbap','1'),(6808,1367,'_wpas_done_all','1'),(6809,1370,'_edit_last','1'),(6810,1370,'_edit_lock','1526635696:1'),(6811,1371,'_wp_attached_file','2018/05/Picture1.png'),(6812,1371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:81;s:6:\"height\";i:295;s:4:\"file\";s:20:\"2018/05/Picture1.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Picture1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Picture1-81x70.png\";s:5:\"width\";i:81;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Picture1-81x198.png\";s:5:\"width\";i:81;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Picture1-81x160.png\";s:5:\"width\";i:81;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Picture1-81x235.png\";s:5:\"width\";i:81;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Picture1-81x220.png\";s:5:\"width\";i:81;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Picture1-81x261.png\";s:5:\"width\";i:81;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Picture1-81x150.png\";s:5:\"width\";i:81;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Picture1-81x150.png\";s:5:\"width\";i:81;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Picture1-81x96.png\";s:5:\"width\";i:81;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Picture1-81x185.png\";s:5:\"width\";i:81;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Picture1-81x185.png\";s:5:\"width\";i:81;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Picture1-81x137.png\";s:5:\"width\";i:81;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Picture1-81x140.png\";s:5:\"width\";i:81;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Picture1-81x215.png\";s:5:\"width\";i:81;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Picture1-81x192.png\";s:5:\"width\";i:81;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Picture1-81x240.png\";s:5:\"width\";i:81;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Picture1-81x216.png\";s:5:\"width\";i:81;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Picture1-81x205.png\";s:5:\"width\";i:81;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Picture1-81x82.png\";s:5:\"width\";i:81;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Picture1-81x140.png\";s:5:\"width\";i:81;s:6:\"height\";i:140;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:{}}}'),(6813,1372,'_wp_attached_file','2018/05/WKD-Mango-Crush-275ml.jpg'),(6814,1372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:723;s:6:\"height\";i:2515;s:4:\"file\";s:33:\"2018/05/WKD-Mango-Crush-275ml.jpg\";s:5:\"sizes\";a:39:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"WKD-Mango-Crush-275ml-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"WKD-Mango-Crush-275ml-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"WKD-Mango-Crush-275ml-696x2421.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-723x486.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-723x580.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-121x420.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"WKD-Mango-Crush-275ml-86x300.jpg\";s:5:\"width\";i:86;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"WKD-Mango-Crush-275ml-294x1024.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"WKD-Mango-Crush-275ml-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-723x516.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"WKD-Mango-Crush-275ml-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"WKD-Mango-Crush-275ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6815,1370,'_thumbnail_id','1374'),(6816,1370,'slide_template','default'),(6817,1370,'_bunyad_featured_post','1'),(6818,1370,'_bunyad_cat_label','0'),(6819,1370,'_bunyad_featured_disable','0'),(6820,1370,'_bunyad_reviews','0'),(6821,1370,'_bunyad_review_pos','none'),(6822,1370,'_bunyad_review_type','points'),(6823,1370,'_bunyad_review_verdict','Awesome'),(6824,1370,'_yoast_wpseo_focuskw_text_input','WKD'),(6825,1370,'_yoast_wpseo_focuskw','WKD'),(6826,1370,'_yoast_wpseo_metadesc','WKD, the UK’s top-selling traditional RTD1, is adding a tropical new flavour to its range. The brand’s impressive track record of new product development continues with the launch of WKD Mango Crush.'),(6827,1370,'_yoast_wpseo_linkdex','62'),(6828,1370,'_yoast_wpseo_content_score','30'),(6829,1370,'_yoast_wpseo_primary_category','2'),(6831,1374,'_wp_attached_file','2018/05/WKD-Mango-Crush-24x275ml.jpg'),(6832,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:940;s:4:\"file\";s:36:\"2018/05/WKD-Mango-Crush-24x275ml.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"WKD-Mango-Crush-24x275ml-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"WKD-Mango-Crush-24x275ml-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-696x436.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"WKD-Mango-Crush-24x275ml-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"WKD-Mango-Crush-24x275ml-1068x669.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-670x420.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"WKD-Mango-Crush-24x275ml-1024x642.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"WKD-Mango-Crush-24x275ml-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"WKD-Mango-Crush-24x275ml-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"WKD-Mango-Crush-24x275ml-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"WKD-Mango-Crush-24x275ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6833,1370,'xyz_fbap','1'),(6837,1370,'_wpas_done_all','1'),(6838,1375,'_edit_last','1'),(6839,1375,'_edit_lock','1526889476:1'),(6840,1376,'_wp_attached_file','2018/05/Essential-Cuisine-logo-nostrap.jpg'),(6841,1376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1748;s:6:\"height\";i:678;s:4:\"file\";s:42:\"2018/05/Essential-Cuisine-logo-nostrap.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-768x298.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Essential-Cuisine-logo-nostrap-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Essential-Cuisine-logo-nostrap-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-696x270.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Essential-Cuisine-logo-nostrap-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Essential-Cuisine-logo-nostrap-1068x414.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Essential-Cuisine-logo-nostrap-1083x420.jpg\";s:5:\"width\";i:1083;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Essential-Cuisine-logo-nostrap-1024x397.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Essential-Cuisine-logo-nostrap-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"Essential-Cuisine-logo-nostrap-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Essential-Cuisine-logo-nostrap-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Essential-Cuisine-logo-nostrap-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"Leigh Felstead\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6842,1377,'_wp_attached_file','2018/05/EC-founder-Nigel-Crane-who-steps-down-in-summer-2018.jpg'),(6843,1377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2725;s:6:\"height\";i:1727;s:4:\"file\";s:64:\"2018/05/EC-founder-Nigel-Crane-who-steps-down-in-summer-2018.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:62:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:63:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-696x441.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:65:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:65:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-1068x677.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-663x420.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:66:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-1920x1217.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-1024x649.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:65:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:63:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:64:\"EC-founder-Nigel-Crane-who-steps-down-in-summer-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6844,1375,'_thumbnail_id','1377'),(6845,1375,'slide_template','default'),(6846,1375,'_bunyad_featured_post','1'),(6847,1375,'_bunyad_cat_label','0'),(6848,1375,'_bunyad_featured_disable','0'),(6849,1375,'_bunyad_reviews','0'),(6850,1375,'_bunyad_review_pos','none'),(6851,1375,'_bunyad_review_type','points'),(6852,1375,'_bunyad_review_verdict','Awesome'),(6853,1375,'_yoast_wpseo_focuskw_text_input','Cuisine'),(6854,1375,'_yoast_wpseo_focuskw','Cuisine'),(6855,1375,'_yoast_wpseo_metadesc','Essential Cuisine has been acquired by Solina, a leading European producer of savoury ingredients. It’s business as usual for the leading British manufacturer of stocks and sauces, who will retain its current full product portfolio and customer base across both foodservice and manufacturing channels.'),(6856,1375,'_yoast_wpseo_linkdex','79'),(6857,1375,'_yoast_wpseo_content_score','30'),(6858,1375,'_yoast_wpseo_primary_category','8'),(6860,1375,'xyz_fbap','1'),(6864,1375,'_wpas_done_all','1'),(6868,1375,'_wpas_skip_20130109','1'),(6870,1379,'_edit_last','1'),(6871,1379,'_edit_lock','1527148669:1'),(6872,1380,'_wp_attached_file','2018/05/Froze-frozen-cocktail-from-Peter-Spanton-Drinks.jpg'),(6873,1380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1555;s:4:\"file\";s:59:\"2018/05/Froze-frozen-cocktail-from-Peter-Spanton-Drinks.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-696x541.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:60:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:60:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-1068x830.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-540x420.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:61:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-1920x1493.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-1024x796.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:60:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:58:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:59:\"Froze-frozen-cocktail-from-Peter-Spanton-Drinks-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-5000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526564868\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6874,1381,'_wp_attached_file','2018/05/Picture1-1.jpg'),(6875,1381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:83;s:4:\"file\";s:22:\"2018/05/Picture1-1.jpg\";s:5:\"sizes\";a:4:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Picture1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Picture1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Picture1-1-110x83.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Picture1-1-144x82.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:82;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:{}}}'),(6876,1379,'_thumbnail_id','1380'),(6877,1379,'slide_template','default'),(6878,1379,'_bunyad_featured_post','1'),(6879,1379,'_bunyad_cat_label','0'),(6880,1379,'_bunyad_featured_disable','0'),(6881,1379,'_bunyad_reviews','0'),(6882,1379,'_bunyad_review_pos','none'),(6883,1379,'_bunyad_review_type','points'),(6884,1379,'_bunyad_review_verdict','Awesome'),(6885,1379,'_yoast_wpseo_metadesc','With a growing number of pubs, bars, hotels and restaurants tapping into the frozen drink trend, Frozé - pronounced “fro-say” - is a concentrated version of Peter Spanton’s successful Salted Paloma Grapefruit Soda.'),(6886,1379,'_yoast_wpseo_content_score','30'),(6887,1379,'_yoast_wpseo_primary_category','2'),(6888,1379,'xyz_fbap','1'),(6892,1379,'_wpas_done_all','1'),(6905,1387,'_edit_last','1'),(6906,1387,'_edit_lock','1526998926:1'),(6907,1388,'_wp_attached_file','2018/05/WKD-MIXED_neon.jpg'),(6908,1388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:1625;s:4:\"file\";s:26:\"2018/05/WKD-MIXED_neon.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-768x594.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"WKD-MIXED_neon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"WKD-MIXED_neon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-696x539.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"WKD-MIXED_neon-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"WKD-MIXED_neon-1068x826.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-543x420.jpg\";s:5:\"width\";i:543;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"WKD-MIXED_neon-1920x1486.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-150x150.jpg\";s:5:\"width\";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:\"WKD-MIXED_neon-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"WKD-MIXED_neon-1024x792.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"WKD-MIXED_neon-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"WKD-MIXED_neon-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"WKD-MIXED_neon-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"WKD-MIXED_neon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6909,1387,'_thumbnail_id','1388'),(6910,1387,'slide_template','default'),(6911,1387,'_bunyad_featured_post','1'),(6912,1387,'_bunyad_cat_label','0'),(6913,1387,'_bunyad_featured_disable','0'),(6914,1387,'_bunyad_reviews','0'),(6915,1387,'_bunyad_review_pos','none'),(6916,1387,'_bunyad_review_type','points'),(6917,1387,'_bunyad_review_verdict','Awesome'),(6918,1387,'_yoast_wpseo_focuskw_text_input','cocktails'),(6919,1387,'_yoast_wpseo_focuskw','cocktails'),(6920,1387,'_yoast_wpseo_metadesc','WKD is launching an exciting range of cocktails in cans to provide licensees with a convenient and speedy way to serve quality cocktails.  Under the name WKD MIXED, the 6% ABV pre-mixed cocktails from the UK’s No.1 traditional RTD1 are available in three flavours and packaged in stylish 250ml cans.'),(6921,1387,'_yoast_wpseo_linkdex','76'),(6922,1387,'_yoast_wpseo_content_score','30'),(6923,1387,'_yoast_wpseo_primary_category','2'),(6925,1387,'xyz_fbap','1'),(6929,1387,'_wpas_done_all','1'),(6933,1387,'_wpas_skip_20130109','1'),(6935,1391,'_edit_last','1'),(6936,1391,'_edit_lock','1527059401:1'),(6937,1392,'_wp_attached_file','2018/05/lee-jones-e1527004759215.jpg'),(6938,1392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:426;s:4:\"file\";s:36:\"2018/05/lee-jones-e1527004759215.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"lee-jones-e1527004759215-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"lee-jones-e1527004759215-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x360.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x261.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x385.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-389x420.jpg\";s:5:\"width\";i:389;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"lee-jones-e1527004759215-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x516.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x336.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x336.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x386.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x460.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x240.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"lee-jones-e1527004759215-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-395x336.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"lee-jones-e1527004759215-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6939,1391,'_thumbnail_id','1396'),(6940,1391,'slide_template','default'),(6941,1391,'_bunyad_featured_post','0'),(6942,1391,'_bunyad_cat_label','0'),(6943,1391,'_bunyad_featured_disable','0'),(6944,1391,'_bunyad_reviews','0'),(6945,1391,'_bunyad_review_pos','none'),(6946,1391,'_bunyad_review_type','points'),(6947,1391,'_bunyad_review_verdict','Awesome'),(6948,1391,'_yoast_wpseo_focuskw_text_input','Jones'),(6949,1391,'_yoast_wpseo_focuskw','Jones'),(6950,1391,'_yoast_wpseo_title','Lee Jones - Southern Comforts Southern Showdown UK Winner'),(6951,1391,'_yoast_wpseo_metadesc','Jones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, Absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper.'),(6952,1391,'_yoast_wpseo_linkdex','75'),(6953,1391,'_yoast_wpseo_content_score','30'),(6954,1391,'_yoast_wpseo_primary_category','2'),(6956,1392,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:451;s:6:\"height\";i:630;s:4:\"file\";s:13:\"lee-jones.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"lee-jones-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x516.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x460.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:20:\"lee-jones-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:21:\"lee-jones-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6958,1394,'_wp_attached_file','2018/05/lee-jones-1-e1527004937543.jpg'),(6959,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:316;s:4:\"file\";s:38:\"2018/05/lee-jones-1-e1527004937543.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"lee-jones-1-e1527004937543-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004937543-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-324x316.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-356x316.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-402x261.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004937543-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x516.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x336.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x336.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x386.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x460.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-402x240.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004937543-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x336.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004937543-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6960,1394,'_wp_attachment_backup_sizes','a:66:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:451;s:6:\"height\";i:630;s:4:\"file\";s:15:\"lee-jones-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"lee-jones-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x516.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x460.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:22:\"lee-jones-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:23:\"lee-jones-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1527004911865\";a:3:{s:5:\"width\";i:404;s:6:\"height\";i:524;s:4:\"file\";s:30:\"lee-jones-1-e1527004827450.jpg\";}s:23:\"thumbnail-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1527004911865\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004827450-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"main-full-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x516.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"main-slider-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x336.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"main-featured-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x336.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"main-block-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"list-block-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"slider-small-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"gallery-block-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"grid-overlay-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"tall-overlay-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"grid-slider-large-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x386.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"grid-slider-small-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"grid-slider-b-large-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x460.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"grid-slider-b-med-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x240.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"grid-slider-b-small-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"focus-grid-large-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"focus-grid-small-1527004911865\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004827450-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"overlay-large-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x336.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-small-1527004911865\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1527004937543\";a:3:{s:5:\"width\";i:403;s:6:\"height\";i:487;s:4:\"file\";s:30:\"lee-jones-1-e1527004911865.jpg\";}s:23:\"thumbnail-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1527004937543\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004911865-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"main-full-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004827450-404x516.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"main-slider-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x336.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"main-featured-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x336.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"main-block-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"list-block-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"slider-small-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"gallery-block-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"grid-overlay-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"tall-overlay-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"grid-slider-large-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x386.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"grid-slider-small-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"grid-slider-b-large-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x460.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"grid-slider-b-med-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x240.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"grid-slider-b-small-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"focus-grid-large-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"focus-grid-small-1527004937543\";a:4:{s:4:\"file\";s:37:\"lee-jones-1-e1527004911865-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"overlay-large-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-403x336.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-small-1527004937543\";a:4:{s:4:\"file\";s:38:\"lee-jones-1-e1527004911865-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(6963,1395,'_wp_attached_file','2018/05/lodon.jpg'),(6964,1395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:551;s:4:\"file\";s:17:\"2018/05/lodon.jpg\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"lodon-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"lodon-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"lodon-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"lodon-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"lodon-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"lodon-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"lodon-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"lodon-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"lodon-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"lodon-451x360.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"lodon-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"lodon-451x462.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"lodon-451x385.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"lodon-451x486.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"lodon-344x420.jpg\";s:5:\"width\";i:344;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lodon-150x150.jpg\";s:5:\"width\";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:\"lodon-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"lodon-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"lodon-451x516.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"lodon-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"lodon-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"lodon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"lodon-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"lodon-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"lodon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"lodon-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"lodon-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"lodon-451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"lodon-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"lodon-451x460.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"lodon-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"lodon-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"lodon-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"lodon-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"lodon-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"lodon-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6965,1396,'_wp_attached_file','2018/05/Southern-Comfort-.jpg'),(6966,1396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:549;s:4:\"file\";s:29:\"2018/05/Southern-Comfort-.jpg\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Southern-Comfort--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Southern-Comfort--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x360.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x462.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x385.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x486.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--345x420.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--150x150.jpg\";s:5:\"width\";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:\"Southern-Comfort--246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Southern-Comfort--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x516.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x460.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Southern-Comfort--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Southern-Comfort--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6971,1391,'xyz_fbap','1'),(6975,1391,'_wp_old_slug','lee-jones-southern-comforts-souther-showdown-uk-winner'),(6976,1391,'_wpas_done_all','1'),(6978,1403,'_edit_last','1'),(6979,1403,'_edit_lock','1527068508:1'),(6980,1404,'_wp_attached_file','2018/05/Loyalty-3.jpg'),(6981,1404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:243;s:4:\"file\";s:21:\"2018/05/Loyalty-3.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Loyalty-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Loyalty-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-324x243.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-328x220.jpg\";s:5:\"width\";i:328;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Loyalty-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:21:\"Loyalty-3-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Loyalty-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-328x185.jpg\";s:5:\"width\";i:328;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-328x185.jpg\";s:5:\"width\";i:328;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-328x215.jpg\";s:5:\"width\";i:328;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-233x243.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-328x240.jpg\";s:5:\"width\";i:328;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Loyalty-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Loyalty-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6982,1403,'_thumbnail_id','1406'),(6983,1403,'slide_template','default'),(6984,1403,'_bunyad_featured_post','0'),(6985,1403,'_bunyad_cat_label','0'),(6986,1403,'_bunyad_featured_disable','0'),(6987,1403,'_bunyad_reviews','0'),(6988,1403,'_bunyad_review_pos','none'),(6989,1403,'_bunyad_review_type','points'),(6990,1403,'_bunyad_review_verdict','Awesome'),(6991,1403,'_yoast_wpseo_focuskw_text_input','loyalty'),(6992,1403,'_yoast_wpseo_focuskw','loyalty'),(6993,1403,'_yoast_wpseo_metadesc','With 72% of 18-35 year olds demanding branded table sauces when eating out (1), America’s number one selling mustard and hot sauce brands (2) – French’s™ and Frank’s RedHot™ – are helping caterers profit from a new generation of brand savvy consumers.  '),(6994,1403,'_yoast_wpseo_linkdex','75'),(6995,1403,'_yoast_wpseo_content_score','30'),(6996,1403,'_yoast_wpseo_primary_category','29'),(6997,1406,'_wp_attached_file','2018/05/Loyalty-.jpg'),(6998,1406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:414;s:6:\"height\";i:282;s:4:\"file\";s:20:\"2018/05/Loyalty-.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Loyalty--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Loyalty--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Loyalty--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Loyalty--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Loyalty--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Loyalty--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Loyalty--324x282.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Loyalty--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Loyalty--356x282.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Loyalty--414x261.jpg\";s:5:\"width\";i:414;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Loyalty--150x150.jpg\";s:5:\"width\";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:\"Loyalty--300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Loyalty--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Loyalty--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Loyalty--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Loyalty--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Loyalty--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Loyalty--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Loyalty--233x282.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Loyalty--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Loyalty--414x240.jpg\";s:5:\"width\";i:414;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Loyalty--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Loyalty--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Loyalty--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Loyalty--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6999,1403,'xyz_fbap','1'),(7003,1403,'_wpas_done_all','1'),(7006,1403,'_wpas_skip_20130109','1'),(7007,1407,'_edit_last','1'),(7008,1407,'_edit_lock','1527076818:1'),(7009,1407,'_thumbnail_id','1243'),(7010,1407,'slide_template','default'),(7011,1407,'_bunyad_featured_post','1'),(7012,1407,'_bunyad_cat_label','0'),(7013,1407,'_bunyad_featured_disable','0'),(7014,1407,'_bunyad_reviews','0'),(7015,1407,'_bunyad_review_pos','none'),(7016,1407,'_bunyad_review_type','points'),(7017,1407,'_bunyad_review_verdict','Awesome'),(7018,1407,'_yoast_wpseo_focuskw_text_input','hospitality'),(7019,1407,'_yoast_wpseo_focuskw','hospitality'),(7020,1407,'_yoast_wpseo_title','Last chance to enter 2018 UKHospitality operations managers Awards'),(7021,1407,'_yoast_wpseo_metadesc','With just a few weeks until deadline, the hospitality sector is being urged to make its nominations for the 2018 UKHospitality Operations Managers Awards.'),(7022,1407,'_yoast_wpseo_linkdex','75'),(7023,1407,'_yoast_wpseo_content_score','30'),(7024,1407,'_yoast_wpseo_primary_category','8'),(7025,1407,'xyz_fbap','1'),(7029,1407,'_wpas_done_all','1'),(7030,1409,'_edit_last','1'),(7031,1409,'_edit_lock','1527079024:1'),(7032,1410,'_wp_attached_file','2018/05/CK17.jpg'),(7033,1410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:893;s:4:\"file\";s:16:\"2018/05/CK17.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"CK17-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"CK17-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"CK17-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"CK17-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"CK17-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"CK17-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"CK17-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"CK17-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"CK17-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"CK17-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"CK17-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"CK17-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"CK17-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"CK17-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"CK17-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"CK17-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"CK17-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"CK17-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"CK17-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"CK17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"CK17-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"CK17-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"CK17-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"CK17-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"CK17-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"CK17-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"CK17-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"CK17-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"CK17-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"CK17-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"CK17-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"CK17-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"CK17-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"CK17-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"CK17-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"CK17-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"CK17-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"CK17-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"CK17-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"CK17-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"CK17-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7034,1409,'_thumbnail_id','1410'),(7035,1409,'xyz_fbap','1'),(7039,1409,'slide_template','default'),(7040,1409,'_bunyad_featured_post','1'),(7041,1409,'_bunyad_cat_label','0'),(7042,1409,'_bunyad_featured_disable','0'),(7043,1409,'_bunyad_reviews','0'),(7044,1409,'_bunyad_review_pos','none'),(7045,1409,'_bunyad_review_type','points'),(7046,1409,'_bunyad_review_verdict','Awesome'),(7047,1409,'_yoast_wpseo_focuskw_text_input','catering'),(7048,1409,'_yoast_wpseo_focuskw','catering'),(7049,1409,'_yoast_wpseo_metadesc','As the catering equipment and services industry gears up for next month’s Commercial Kitchen show, organiser Diversified Communications reveals some of the big name buyers and operators heading to the NEC Birmingham over 5-6 June.'),(7050,1409,'_yoast_wpseo_linkdex','77'),(7051,1409,'_yoast_wpseo_content_score','30'),(7052,1409,'_yoast_wpseo_primary_category','33'),(7053,1409,'_wpas_done_all','1'),(7054,1412,'_edit_last','1'),(7055,1412,'_edit_lock','1527088494:1'),(7056,1413,'_wp_attached_file','2018/05/Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_.jpg'),(7057,1413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:65:\"2018/05/Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:63:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:64:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:66:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:66:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:64:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:66:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:64:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:65:\"Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Nick Osborne\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526390540\";s:9:\"copyright\";s:14:\"Osborne Hollis\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7058,1412,'slide_template','default'),(7059,1412,'_bunyad_featured_post','1'),(7060,1412,'_bunyad_cat_label','0'),(7061,1412,'_bunyad_featured_disable','0'),(7062,1412,'_bunyad_reviews','0'),(7063,1412,'_bunyad_review_pos','none'),(7064,1412,'_bunyad_review_type','points'),(7065,1412,'_bunyad_review_verdict','Awesome'),(7066,1412,'_yoast_wpseo_focuskw_text_input','brakspear'),(7067,1412,'_yoast_wpseo_focuskw','brakspear'),(7068,1412,'_yoast_wpseo_metadesc','Pub operator and brewer Brakspear is relaunching its managed pub The Lion at Wendlebury, near Bicester, with the completion of 13 new bedrooms, a refurbishment of the main bar and a new general manager to drive the business forward.'),(7069,1412,'_yoast_wpseo_linkdex','71'),(7070,1412,'_yoast_wpseo_content_score','30'),(7071,1412,'_yoast_wpseo_primary_category','5'),(7074,1412,'xyz_fbap','1'),(7078,1412,'_wpas_done_all','1'),(7080,1416,'_wp_attached_file','2018/05/Brakspear-Lion-patio-2-OsborneHollis.co_.uk_.jpg'),(7081,1416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:56:\"2018/05/Brakspear-Lion-patio-2-OsborneHollis.co_.uk_.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-150x150.jpg\";s:5:\"width\";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:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:57:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:55:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:56:\"Brakspear-Lion-patio-2-OsborneHollis.co_.uk_-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Nick Osborne\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526378920\";s:9:\"copyright\";s:14:\"Osborne Hollis\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7082,1412,'_thumbnail_id','1416'),(7085,1412,'_wpas_skip_20130109','1'),(7088,1379,'_wpas_skip_20130109','1'),(7089,1379,'_yoast_wpseo_focuskw_text_input','bars'),(7090,1379,'_yoast_wpseo_focuskw','bars'),(7091,1379,'_yoast_wpseo_linkdex','74'),(7092,1417,'_edit_last','1'),(7093,1417,'_edit_lock','1527158349:1'),(7094,1418,'_wp_attached_file','2018/05/SALCOMBE_GIN_070817_048-2.jpg'),(7095,1417,'slide_template','default'),(7096,1417,'_bunyad_featured_post','1'),(7097,1417,'_bunyad_cat_label','0'),(7098,1417,'_bunyad_featured_disable','0'),(7099,1417,'_bunyad_reviews','0'),(7100,1417,'_bunyad_review_pos','none'),(7101,1417,'_bunyad_review_type','points'),(7102,1417,'_bunyad_review_verdict','Awesome'),(7103,1417,'_yoast_wpseo_focuskw_text_input','Salcombe'),(7104,1417,'_yoast_wpseo_focuskw','Salcombe'),(7105,1417,'_yoast_wpseo_metadesc','There were high spirits on Friday evening at the Moorland Garden Hotel as Salcombe Distilling Co. was named Devon Chamber of Commerce’s ‘Small Business of the Year’.  This latest win adds to the plethora of international and regional awards achieved since trading began in July 2016.'),(7106,1417,'_yoast_wpseo_linkdex','69'),(7107,1417,'_yoast_wpseo_content_score','30'),(7108,1417,'_yoast_wpseo_primary_category','8'),(7109,1417,'_thumbnail_id','1422'),(7110,1421,'_wp_attached_file','2018/05/SALCOMBE_GIN_070817_048-2-1.jpg'),(7111,1422,'_wp_attached_file','2018/05/SG-jpegs-84.jpg'),(7112,1422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3750;s:6:\"height\";i:2499;s:4:\"file\";s:23:\"2018/05/SG-jpegs-84.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"SG-jpegs-84-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"SG-jpegs-84-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"SG-jpegs-84-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"SG-jpegs-84-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"SG-jpegs-84-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SG-jpegs-84-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"SG-jpegs-84-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"SG-jpegs-84-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"SG-jpegs-84-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"SG-jpegs-84-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486439555\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7114,1417,'xyz_fbap','1'),(7118,1417,'_wpas_done_all','1'),(7123,1417,'_wpas_skip_20130109','1'),(7128,276,'_oembed_c28f3babfa867a96f021b7107a7c0411','<div data-configid=\"32393893/61646083\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(7129,276,'_oembed_time_c28f3babfa867a96f021b7107a7c0411','1527159231'),(7130,276,'_oembed_aaafc9d2e1fe1a6724e30013251bf097','<div data-configid=\"32393893/61646083\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(7131,276,'_oembed_time_aaafc9d2e1fe1a6724e30013251bf097','1527159232'),(7132,276,'xyz_fbap','1'),(7134,1429,'_edit_last','1'),(7135,1429,'_edit_lock','1528384431:1'),(7138,1431,'_wp_attached_file','2018/06/wmf-1-.jpg'),(7139,1431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:111;s:6:\"height\";i:158;s:4:\"file\";s:18:\"2018/06/wmf-1-.jpg\";s:5:\"sizes\";a:9:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"wmf-1--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"wmf-1--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wmf-1--111x150.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"wmf-1--111x150.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"wmf-1--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"wmf-1--111x137.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"wmf-1--111x140.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"wmf-1--111x82.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"wmf-1--111x140.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7141,1429,'slide_template','default'),(7142,1429,'_bunyad_featured_post','0'),(7143,1429,'_bunyad_cat_label','0'),(7144,1429,'_bunyad_featured_disable','0'),(7145,1429,'_bunyad_reviews','0'),(7146,1429,'_bunyad_review_pos','none'),(7147,1429,'_bunyad_review_type','points'),(7148,1429,'_bunyad_review_verdict','Awesome'),(7149,1429,'_yoast_wpseo_focuskw_text_input','Coffee'),(7150,1429,'_yoast_wpseo_focuskw','Coffee'),(7151,1429,'_yoast_wpseo_metadesc','The new WMF 1500 S+ combines technological sophistication with simple operation. The innovative \"Dynamic Coffee Assist\" guarantees the highest quality of all espresso-based coffee specialities and the 10-inch touch display enables rapid access to the main menu using touch and swipe gestures.'),(7152,1429,'_yoast_wpseo_linkdex','53'),(7153,1429,'_yoast_wpseo_content_score','30'),(7154,1429,'_yoast_wpseo_primary_category','2'),(7156,1429,'xyz_fbap','1'),(7160,1429,'_wpas_done_all','1'),(7164,1429,'_wpas_skip_20130109','1'),(7167,1433,'_wp_attached_file','2018/06/wmf.jpg'),(7168,1433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:106;s:4:\"file\";s:15:\"2018/06/wmf.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"wmf-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"wmf-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"wmf-218x106.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"wmf-265x106.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"wmf-324x106.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"wmf-324x106.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"wmf-324x106.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"wmf-356x106.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"wmf-356x106.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"wmf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"wmf-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"wmf-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"wmf-351x106.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"wmf-351x106.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"wmf-168x106.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"wmf-214x106.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"wmf-343x106.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"wmf-233x106.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"wmf-269x106.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"wmf-235x106.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"wmf-326x106.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"wmf-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"wmf-214x106.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:106;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:{}}}'),(7169,1429,'_thumbnail_id','1433'),(7172,1433,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"wmf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(7174,1434,'_edit_last','1'),(7175,1434,'_edit_lock','1528102978:1'),(7176,1434,'_thumbnail_id','1243'),(7177,1434,'slide_template','default'),(7178,1434,'_bunyad_featured_post','1'),(7179,1434,'_bunyad_cat_label','0'),(7180,1434,'_bunyad_featured_disable','0'),(7181,1434,'_bunyad_reviews','0'),(7182,1434,'_bunyad_review_pos','none'),(7183,1434,'_bunyad_review_type','points'),(7184,1434,'_bunyad_review_verdict','Awesome'),(7185,1434,'_yoast_wpseo_focuskw_text_input','data'),(7186,1434,'_yoast_wpseo_focuskw','data'),(7187,1434,'_yoast_wpseo_title','New report highlights generous salaries on offer in the hotel industry'),(7188,1434,'_yoast_wpseo_metadesc','Moore Stephens, a leading accounting and advisory firm, conducted the research in partnership with Buell Consulting Group and UKHospitality, benchmarking salary data within the hotel trade across a wide range of hoteliers in the South East.'),(7189,1434,'_yoast_wpseo_linkdex','74'),(7190,1434,'_yoast_wpseo_content_score','30'),(7191,1434,'_yoast_wpseo_primary_category','8'),(7192,1434,'xyz_fbap','1'),(7196,1434,'_wpas_done_all','1'),(7199,1434,'_wpas_skip_20130109','1'),(7200,1437,'_edit_last','1'),(7201,1437,'_edit_lock','1528104439:1'),(7202,1438,'_wp_attached_file','2018/06/Parsley.jpg'),(7203,1439,'_wp_attached_file','2018/06/Parsley-12.jpg'),(7204,1439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:183;s:4:\"file\";s:22:\"2018/06/Parsley-12.jpg\";s:5:\"sizes\";a:15:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Parsley-12-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Parsley-12-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Parsley-12-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Parsley-12-265x183.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Parsley-12-303x160.jpg\";s:5:\"width\";i:303;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Parsley-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Parsley-12-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Parsley-12-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Parsley-12-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Parsley-12-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Parsley-12-233x183.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Parsley-12-269x183.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Parsley-12-235x183.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Parsley-12-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Parsley-12-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7205,1440,'_wp_attached_file','2018/06/Parsley-123.jpg'),(7206,1440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:301;s:4:\"file\";s:23:\"2018/06/Parsley-123.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Parsley-123-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Parsley-123-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Parsley-123-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Parsley-123-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Parsley-123-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Parsley-123-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Parsley-123-324x301.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Parsley-123-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Parsley-123-356x301.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Parsley-123-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Parsley-123-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Parsley-123-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Parsley-123-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"Parsley-123-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"Parsley-123-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"Parsley-123-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"Parsley-123-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"Parsley-123-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"Parsley-123-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"Parsley-123-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"Parsley-123-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"Parsley-123-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"Parsley-123-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"Parsley-123-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"Parsley-123-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7207,1437,'_thumbnail_id','1440'),(7208,1437,'slide_template','default'),(7209,1437,'_bunyad_featured_post','0'),(7210,1437,'_bunyad_cat_label','0'),(7211,1437,'_bunyad_featured_disable','0'),(7212,1437,'_bunyad_reviews','0'),(7213,1437,'_bunyad_review_pos','none'),(7214,1437,'_bunyad_review_type','points'),(7215,1437,'_bunyad_review_verdict','Awesome'),(7216,1437,'_yoast_wpseo_focuskw_text_input','Parsley'),(7217,1437,'_yoast_wpseo_focuskw','Parsley'),(7218,1437,'_yoast_wpseo_metadesc','The problem with plastic straws is their impact on the environment. The problem with paper straws is that they aren’t as robust as plastic ones. Plus, they’re more expensive. Enter Parsley in Time with its new, oxo-biodegradable plastic straws, called the Oxo Straw.'),(7219,1437,'_yoast_wpseo_linkdex','75'),(7220,1437,'_yoast_wpseo_content_score','30'),(7221,1437,'_yoast_wpseo_primary_category','31'),(7222,1437,'xyz_fbap','1'),(7226,1437,'_wpas_done_all','1'),(7229,1437,'_wpas_skip_20130109','1'),(7230,1442,'_edit_last','1'),(7231,1442,'_edit_lock','1528106316:1'),(7232,1443,'_wp_attached_file','2018/06/Cyril.jpg'),(7233,1443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:301;s:4:\"file\";s:17:\"2018/06/Cyril.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"Cyril-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"Cyril-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"Cyril-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"Cyril-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"Cyril-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"Cyril-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"Cyril-324x301.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"Cyril-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"Cyril-356x301.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"Cyril-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Cyril-150x150.jpg\";s:5:\"width\";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:\"Cyril-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Cyril-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"Cyril-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"Cyril-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"Cyril-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"Cyril-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"Cyril-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"Cyril-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"Cyril-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"Cyril-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"Cyril-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"Cyril-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"Cyril-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"Cyril-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7234,1442,'_thumbnail_id','1443'),(7235,1442,'slide_template','default'),(7236,1442,'_bunyad_featured_post','0'),(7237,1442,'_bunyad_cat_label','0'),(7238,1442,'_bunyad_featured_disable','0'),(7239,1442,'_bunyad_reviews','0'),(7240,1442,'_bunyad_review_pos','none'),(7241,1442,'_bunyad_review_type','points'),(7242,1442,'_bunyad_review_verdict','Awesome'),(7243,1442,'_yoast_wpseo_focuskw_text_input','Chef'),(7244,1442,'_yoast_wpseo_focuskw','Chef'),(7245,1442,'_yoast_wpseo_title','Nice One Cyril! Carden Park Chef Takes North West Crown'),(7246,1442,'_yoast_wpseo_metadesc','A promising senior sous chef from Cheshire’s luxury Carden Park Hotel has scooped the title of North West Young Chef for 2018 in a tense six-way cook off, held yesterday at Cheshire College – South and West.'),(7247,1442,'_yoast_wpseo_linkdex','81'),(7248,1442,'_yoast_wpseo_content_score','30'),(7249,1442,'_yoast_wpseo_primary_category','33'),(7250,1442,'xyz_fbap','1'),(7254,1442,'_wpas_done_all','1'),(7257,1442,'_wpas_skip_20130109','1'),(7258,1445,'_edit_last','1'),(7259,1445,'_edit_lock','1528106618:1'),(7260,1446,'_wp_attached_file','2018/06/McCain.jpg'),(7261,1446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:87;s:4:\"file\";s:18:\"2018/06/McCain.jpg\";s:5:\"sizes\";a:4:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"McCain-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"McCain-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"McCain-110x87.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"McCain-119x82.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:82;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:{}}}'),(7262,1445,'_thumbnail_id','1448'),(7263,1445,'slide_template','default'),(7264,1445,'_bunyad_featured_post','0'),(7265,1445,'_bunyad_cat_label','0'),(7266,1445,'_bunyad_featured_disable','0'),(7267,1445,'_bunyad_reviews','0'),(7268,1445,'_bunyad_review_pos','none'),(7269,1445,'_bunyad_review_type','points'),(7270,1445,'_bunyad_review_verdict','Awesome'),(7271,1445,'_yoast_wpseo_focuskw_text_input','TripAdvisor'),(7272,1445,'_yoast_wpseo_focuskw','TripAdvisor'),(7273,1445,'_yoast_wpseo_metadesc','With 400 million users, and containing around 570 million reviews, whether you’re a pub, restaurant, hotel or casual dining operator, it’s highly likely that a customer has logged on to the TripAdvisor site and left you a review.'),(7274,1445,'_yoast_wpseo_linkdex','81'),(7275,1445,'_yoast_wpseo_content_score','30'),(7276,1445,'_yoast_wpseo_primary_category','8'),(7278,1448,'_wp_attached_file','2018/06/McCain1.jpg'),(7279,1448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:324;s:4:\"file\";s:19:\"2018/06/McCain1.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"McCain1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"McCain1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"McCain1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"McCain1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"McCain1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"McCain1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"McCain1-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"McCain1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"McCain1-356x324.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"McCain1-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"McCain1-150x150.jpg\";s:5:\"width\";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:\"McCain1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"McCain1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"McCain1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"McCain1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"McCain1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"McCain1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"McCain1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"McCain1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"McCain1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"McCain1-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"McCain1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"McCain1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"McCain1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"McCain1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7280,1445,'xyz_fbap','1'),(7284,1445,'_wpas_done_all','1'),(7287,1445,'_wpas_skip_20130109','1'),(7292,1452,'_edit_last','1'),(7293,1452,'_edit_lock','1528107690:1'),(7294,1453,'_wp_attached_file','2018/06/Gin-CS.jpg'),(7295,1453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:302;s:4:\"file\";s:18:\"2018/06/Gin-CS.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Gin-CS-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Gin-CS-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Gin-CS-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Gin-CS-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Gin-CS-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Gin-CS-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Gin-CS-324x302.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Gin-CS-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Gin-CS-356x302.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Gin-CS-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Gin-CS-150x150.jpg\";s:5:\"width\";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:\"Gin-CS-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Gin-CS-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"Gin-CS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"Gin-CS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"Gin-CS-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"Gin-CS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"Gin-CS-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"Gin-CS-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"Gin-CS-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"Gin-CS-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"Gin-CS-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"Gin-CS-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"Gin-CS-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"Gin-CS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7296,1452,'_thumbnail_id','1453'),(7297,1452,'slide_template','default'),(7298,1452,'_bunyad_featured_post','0'),(7299,1452,'_bunyad_cat_label','0'),(7300,1452,'_bunyad_featured_disable','0'),(7301,1452,'_bunyad_reviews','0'),(7302,1452,'_bunyad_review_pos','none'),(7303,1452,'_bunyad_review_type','points'),(7304,1452,'_bunyad_review_verdict','Awesome'),(7305,1452,'_yoast_wpseo_focuskw_text_input','gin'),(7306,1452,'_yoast_wpseo_focuskw','gin'),(7307,1452,'_yoast_wpseo_title','Caorunn collaborate with Scottish designer to champion craftsmanship'),(7308,1452,'_yoast_wpseo_metadesc','The premium Scottish gin Caorunn is proud to announce a collaboration with multiple award-winning creator of cutting-edge kilts, Siobhan Mackenzie. Siobhan has created a bespoke kilt, the iconic handcrafted Scottish garment, Celebrating Caorunn’s contemporary tartan which is registered by The Scottish Tartan Authority.'),(7309,1452,'_yoast_wpseo_linkdex','76'),(7310,1452,'_yoast_wpseo_content_score','30'),(7311,1452,'_yoast_wpseo_primary_category','2'),(7312,1452,'xyz_fbap','1'),(7316,1452,'_wpas_done_all','1'),(7319,1452,'_wpas_skip_20130109','1'),(7320,1455,'_edit_last','1'),(7321,1455,'_edit_lock','1528119197:1'),(7322,1455,'_thumbnail_id','1243'),(7323,1455,'slide_template','default'),(7324,1455,'_bunyad_featured_post','1'),(7325,1455,'_bunyad_cat_label','0'),(7326,1455,'_bunyad_featured_disable','0'),(7327,1455,'_bunyad_reviews','0'),(7328,1455,'_bunyad_review_pos','none'),(7329,1455,'_bunyad_review_type','points'),(7330,1455,'_bunyad_review_verdict','Awesome'),(7331,1455,'_yoast_wpseo_focuskw_text_input','Plastic'),(7332,1455,'_yoast_wpseo_focuskw','Plastic'),(7333,1455,'_yoast_wpseo_title','New packaging waste rules must provide support for businesses'),(7334,1455,'_yoast_wpseo_metadesc','UKHospitality has cautiously welcomed the European Commission’s proposals to tackle plastic and packaging waste but warned that the new measures must be supported by infrastructure that does not increase burdens for hospitality businesses.'),(7335,1455,'_yoast_wpseo_linkdex','72'),(7336,1455,'_yoast_wpseo_content_score','30'),(7337,1455,'_yoast_wpseo_primary_category','8'),(7338,1455,'xyz_fbap','1'),(7342,1455,'_wpas_done_all','1'),(7343,1458,'_edit_last','1'),(7344,1458,'_edit_lock','1528115257:1'),(7345,1459,'_wp_attached_file','2018/06/Belvoir1.jpg'),(7346,1459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:413;s:6:\"height\";i:409;s:4:\"file\";s:20:\"2018/06/Belvoir1.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Belvoir1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Belvoir1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Belvoir1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Belvoir1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Belvoir1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Belvoir1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Belvoir1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Belvoir1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Belvoir1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x360.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x261.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x385.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir1-150x150.jpg\";s:5:\"width\";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:\"Belvoir1-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Belvoir1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x336.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x336.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Belvoir1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Belvoir1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Belvoir1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Belvoir1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Belvoir1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Belvoir1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x386.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Belvoir1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x240.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Belvoir1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Belvoir1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Belvoir1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Belvoir1-413x336.jpg\";s:5:\"width\";i:413;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Belvoir1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7347,1460,'_wp_attached_file','2018/06/Belvoir-drinks.jpg'),(7348,1460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:575;s:4:\"file\";s:26:\"2018/06/Belvoir-drinks.jpg\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Belvoir-drinks-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Belvoir-drinks-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x360.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x462.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x385.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x486.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-329x420.jpg\";s:5:\"width\";i:329;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-150x150.jpg\";s:5:\"width\";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:\"Belvoir-drinks-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Belvoir-drinks-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x516.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x460.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Belvoir-drinks-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Belvoir-drinks-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7349,1458,'_thumbnail_id','1460'),(7350,1458,'slide_template','default'),(7351,1458,'_bunyad_featured_post','0'),(7352,1458,'_bunyad_cat_label','0'),(7353,1458,'_bunyad_featured_disable','0'),(7354,1458,'_bunyad_reviews','0'),(7355,1458,'_bunyad_review_pos','none'),(7356,1458,'_bunyad_review_type','points'),(7357,1458,'_bunyad_review_verdict','Awesome'),(7358,1458,'_yoast_wpseo_focuskw_text_input','drinks'),(7359,1458,'_yoast_wpseo_focuskw','drinks'),(7360,1458,'_yoast_wpseo_metadesc','Belvoir Fruit Farms has launched a NEW Organic Lemon & Mint Cordial adding to its range of organic drinks aimed at consumers seeking indulgent simplicity. Made simply from a delicious blend of sweet, fresh organic lemon juice, organic sugar, and aromatic garden mint.'),(7361,1458,'_yoast_wpseo_linkdex','58'),(7362,1458,'_yoast_wpseo_content_score','30'),(7363,1458,'_yoast_wpseo_primary_category','2'),(7365,1458,'xyz_fbap','1'),(7369,1458,'_wpas_done_all','1'),(7373,1458,'_wpas_skip_20130109','1'),(7380,1463,'_edit_last','1'),(7381,1463,'_edit_lock','1528117455:1'),(7382,1464,'_wp_attached_file','2018/06/Brakspear-Swim.jpg'),(7383,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:293;s:4:\"file\";s:26:\"2018/06/Brakspear-Swim.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Brakspear-Swim-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Brakspear-Swim-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-324x293.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-356x293.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-150x150.jpg\";s:5:\"width\";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:\"Brakspear-Swim-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Brakspear-Swim-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-233x293.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Brakspear-Swim-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Brakspear-Swim-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7384,1463,'_thumbnail_id','1464'),(7385,1463,'slide_template','default'),(7386,1463,'_bunyad_featured_post','0'),(7387,1463,'_bunyad_cat_label','0'),(7388,1463,'_bunyad_featured_disable','0'),(7389,1463,'_bunyad_reviews','0'),(7390,1463,'_bunyad_review_pos','none'),(7391,1463,'_bunyad_review_type','points'),(7392,1463,'_bunyad_review_verdict','Awesome'),(7393,1463,'_yoast_wpseo_focuskw_text_input','pub'),(7394,1463,'_yoast_wpseo_focuskw','pub'),(7395,1463,'_yoast_wpseo_title','Barbecue and beer as Brakspear offers a treat for club to pub swimmers'),(7396,1463,'_yoast_wpseo_metadesc','The annual Henley Club to Pub Swim is returning for a fifth year on Saturday 21st July, with support from local brewer and pub operator Brakspear, who are once again encouraging swimmers to cross the finish line with the promise of a commemorative beer, Two Bells, and a post-swim barbecue at the end point.'),(7397,1463,'_yoast_wpseo_linkdex','84'),(7398,1463,'_yoast_wpseo_content_score','30'),(7399,1463,'_yoast_wpseo_primary_category','33'),(7400,1463,'xyz_fbap','1'),(7404,1463,'_wpas_done_all','1'),(7407,1463,'_wpas_skip_20130109','1'),(7408,1466,'_edit_last','1'),(7409,1466,'_edit_lock','1528122656:1'),(7410,1467,'_wp_attached_file','2018/06/VK.jpg'),(7411,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:177;s:4:\"file\";s:14:\"2018/06/VK.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"VK-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"VK-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"VK-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"VK-265x177.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"VK-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"VK-324x177.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"VK-324x177.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"VK-356x177.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:14:\"VK-356x177.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"VK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"VK-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"VK-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:14:\"VK-351x177.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:14:\"VK-351x177.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:14:\"VK-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:14:\"VK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:14:\"VK-343x177.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:14:\"VK-233x177.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:14:\"VK-269x177.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:14:\"VK-235x177.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:14:\"VK-326x177.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:13:\"VK-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:14:\"VK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7412,1468,'_wp_attached_file','2018/06/VK-1.jpg'),(7413,1468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:188;s:4:\"file\";s:16:\"2018/06/VK-1.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"VK-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"VK-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"VK-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"VK-1-265x188.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"VK-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"VK-1-324x188.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"VK-1-324x188.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"VK-1-356x188.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"VK-1-356x188.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"VK-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:16:\"VK-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"VK-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"VK-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"VK-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"VK-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"VK-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"VK-1-343x188.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"VK-1-233x188.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"VK-1-269x188.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"VK-1-235x188.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"VK-1-326x188.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"VK-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"VK-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7414,1469,'_wp_attached_file','2018/06/Screen-Shot-2018-06-04-at-14.24.27.png'),(7415,1469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-04-at-14.24.27.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-768x385.png\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-04-at-14.24.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-04-at-14.24.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-696x349.png\";s:5:\"width\";i:696;s:6:\"height\";i:349;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.24.27-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.24.27-1068x535.png\";s:5:\"width\";i:1068;s:6:\"height\";i:535;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-838x420.png\";s:5:\"width\";i:838;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-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:46:\"Screen-Shot-2018-06-04-at-14.24.27-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.24.27-1024x513.png\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-04-at-14.24.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.24.27-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-04-at-14.24.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.24.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7416,1466,'_thumbnail_id','1471'),(7417,1466,'slide_template','default'),(7418,1466,'_bunyad_featured_post','1'),(7419,1466,'_bunyad_cat_label','0'),(7420,1466,'_bunyad_featured_disable','0'),(7421,1466,'_bunyad_reviews','0'),(7422,1466,'_bunyad_review_pos','none'),(7423,1466,'_bunyad_review_type','points'),(7424,1466,'_bunyad_review_verdict','Awesome'),(7425,1466,'_yoast_wpseo_focuskw_text_input','RTD'),(7426,1466,'_yoast_wpseo_focuskw','RTD'),(7427,1466,'_yoast_wpseo_metadesc','Officially the number one traditional RTD in the UK’s on-trade*, VK, today unveils a major multi-channel brand campaign to reach over 6 million consumers this summer as it launches a nationwide search for a new VK flavour to join the likes of Blue, Tropical Fruits and Orange & Passion Fruit.'),(7428,1466,'_yoast_wpseo_linkdex','79'),(7429,1466,'_yoast_wpseo_content_score','30'),(7430,1466,'_yoast_wpseo_primary_category','2'),(7431,1466,'xyz_fbap','1'),(7435,1466,'_wpas_done_all','1'),(7438,1455,'_wpas_skip_20130109','1'),(7441,1471,'_wp_attached_file','2018/06/Screen-Shot-2018-06-04-at-14.34.59.png'),(7442,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1129;s:6:\"height\";i:479;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-04-at-14.34.59.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-04-at-14.34.59-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-04-at-14.34.59-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-696x295.png\";s:5:\"width\";i:696;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-741x479.png\";s:5:\"width\";i:741;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.34.59-1068x479.png\";s:5:\"width\";i:1068;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.34.59-1068x453.png\";s:5:\"width\";i:1068;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-990x420.png\";s:5:\"width\";i:990;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-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:46:\"Screen-Shot-2018-06-04-at-14.34.59-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.34.59-1024x434.png\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-04-at-14.34.59-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-04-at-14.34.59-1078x479.png\";s:5:\"width\";i:1078;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-04-at-14.34.59-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-04-at-14.34.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7445,1466,'_wpas_skip_20130109','1'),(7446,1472,'_edit_last','1'),(7447,1472,'_edit_lock','1528183325:1'),(7448,1473,'_wp_attached_file','2018/06/Karbon-tableware-from-Parsley-in-Time-4.jpg'),(7449,1473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4968;s:6:\"height\";i:3312;s:4:\"file\";s:51:\"2018/06/Karbon-tableware-from-Parsley-in-Time-4.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"Karbon-tableware-from-Parsley-in-Time-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"Karbon-tableware-from-Parsley-in-Time-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"Karbon-tableware-from-Parsley-in-Time-4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:52:\"Karbon-tableware-from-Parsley-in-Time-4-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:53:\"Karbon-tableware-from-Parsley-in-Time-4-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-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:51:\"Karbon-tableware-from-Parsley-in-Time-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Karbon-tableware-from-Parsley-in-Time-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"Karbon-tableware-from-Parsley-in-Time-4-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:52:\"Karbon-tableware-from-Parsley-in-Time-4-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:50:\"Karbon-tableware-from-Parsley-in-Time-4-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:51:\"Karbon-tableware-from-Parsley-in-Time-4-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498647526\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7450,1472,'_thumbnail_id','1473'),(7451,1472,'slide_template','default'),(7452,1472,'_bunyad_featured_post','1'),(7453,1472,'_bunyad_cat_label','0'),(7454,1472,'_bunyad_featured_disable','0'),(7455,1472,'_bunyad_reviews','0'),(7456,1472,'_bunyad_review_pos','none'),(7457,1472,'_bunyad_review_type','points'),(7458,1472,'_bunyad_review_verdict','Awesome'),(7459,1472,'_yoast_wpseo_focuskw_text_input','tableware'),(7460,1472,'_yoast_wpseo_focuskw','tableware'),(7461,1472,'_yoast_wpseo_title','Tableware Noir: Parsley in Time launches RAK’s chic black Karbon'),(7462,1472,'_yoast_wpseo_metadesc','Parsley in Time has launched Karbon, a spectacular new porcelain tableware design made by RAK Porcelain. Karbon features a selection of plates, bowls and cups in a shimmering black colourway that’s sprinkled with crystalline specks.'),(7463,1472,'_yoast_wpseo_linkdex','85'),(7464,1472,'_yoast_wpseo_content_score','60'),(7465,1472,'_yoast_wpseo_primary_category','31'),(7467,1472,'xyz_fbap','1'),(7471,1472,'_wpas_done_all','1'),(7473,1475,'_edit_last','1'),(7474,1475,'_edit_lock','1539684452:1'),(7475,1476,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-09.05.21.png'),(7476,1476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:837;s:6:\"height\";i:458;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-768x420.png\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-09.05.21-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-09.05.21-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-534x458.png\";s:5:\"width\";i:534;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-696x381.png\";s:5:\"width\";i:696;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-741x458.png\";s:5:\"width\";i:741;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-768x420.png\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-09.05.21-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-600x458.png\";s:5:\"width\";i:600;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-09.05.21-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7477,1477,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-09.05.01.png'),(7478,1477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:513;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-09.05.01.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-768x473.png\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-09.05.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-09.05.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-696x429.png\";s:5:\"width\";i:696;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-682x420.png\";s:5:\"width\";i:682;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-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:46:\"Screen-Shot-2018-06-05-at-09.05.01-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-09.05.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-09.05.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-09.05.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7479,1478,'_wp_attached_file','2018/06/Recycle.jpg'),(7480,1478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:395;s:4:\"file\";s:19:\"2018/06/Recycle.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Recycle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Recycle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Recycle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Recycle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Recycle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Recycle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Recycle-324x395.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Recycle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Recycle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Recycle-451x360.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Recycle-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Recycle-451x385.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Recycle-150x150.jpg\";s:5:\"width\";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:\"Recycle-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Recycle-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Recycle-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Recycle-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Recycle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Recycle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Recycle-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Recycle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Recycle-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Recycle-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"Recycle-451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Recycle-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Recycle-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Recycle-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Recycle-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Recycle-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Recycle-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Recycle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7481,1479,'_wp_attached_file','2018/06/Next-big-thing.jpg'),(7482,1479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:458;s:4:\"file\";s:26:\"2018/06/Next-big-thing.jpg\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Next-big-thing-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Next-big-thing-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x360.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x385.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-414x420.jpg\";s:5:\"width\";i:414;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-150x150.jpg\";s:5:\"width\";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:\"Next-big-thing-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Next-big-thing-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x386.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Next-big-thing-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-451x336.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Next-big-thing-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7483,1475,'_thumbnail_id','1477'),(7484,1475,'slide_template','default'),(7485,1475,'_bunyad_featured_post','1'),(7486,1475,'_bunyad_cat_label','0'),(7487,1475,'_bunyad_featured_disable','0'),(7488,1475,'_bunyad_reviews','0'),(7489,1475,'_bunyad_review_pos','none'),(7490,1475,'_bunyad_review_type','points'),(7491,1475,'_bunyad_review_verdict','Awesome'),(7492,1475,'_yoast_wpseo_focuskw_text_input','Green'),(7493,1475,'_yoast_wpseo_focuskw','Green'),(7494,1475,'_yoast_wpseo_metadesc','Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society.'),(7495,1475,'_yoast_wpseo_linkdex','71'),(7496,1475,'_yoast_wpseo_content_score','60'),(7497,1475,'_yoast_wpseo_primary_category','29'),(7498,1475,'xyz_fbap','1'),(7502,1475,'_wpas_done_all','1'),(7505,1475,'_wpas_skip_20130109','1'),(7522,1490,'_edit_last','1'),(7523,1490,'_edit_lock','1528190227:1'),(7525,1492,'_wp_attached_file','2018/06/fresh.jpg'),(7526,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:149;s:6:\"height\";i:53;s:4:\"file\";s:17:\"2018/06/fresh.jpg\";s:5:\"sizes\";a:3:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"fresh-80x53.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"fresh-100x53.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"fresh-110x53.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:53;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:{}}}'),(7527,1493,'_wp_attached_file','2018/06/greener.jpg'),(7528,1493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:290;s:4:\"file\";s:19:\"2018/06/greener.jpg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"greener-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"greener-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"greener-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"greener-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"greener-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"greener-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"greener-324x290.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"greener-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"greener-356x290.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"greener-485x290.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"greener-504x261.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"greener-150x150.jpg\";s:5:\"width\";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:\"greener-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"greener-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"greener-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"greener-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"greener-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"greener-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"greener-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"greener-233x290.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"greener-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"greener-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"greener-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"greener-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"greener-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"greener-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7529,1490,'_thumbnail_id','1493'),(7530,1490,'slide_template','default'),(7531,1490,'_bunyad_featured_post','1'),(7532,1490,'_bunyad_cat_label','0'),(7533,1490,'_bunyad_featured_disable','0'),(7534,1490,'_bunyad_reviews','0'),(7535,1490,'_bunyad_review_pos','none'),(7536,1490,'_bunyad_review_type','points'),(7537,1490,'_bunyad_review_verdict','Awesome'),(7538,1490,'_yoast_wpseo_focuskw_text_input','fresh direct'),(7539,1490,'_yoast_wpseo_focuskw','fresh direct'),(7540,1490,'_yoast_wpseo_metadesc','Pioneering environmental waste management company, ACM Environmental PLC, has announced that fresh produce supplier Fresh Direct is a winner of a Greener Path Award for consistently achieving zero % to landfill in 2017 for all of its English depots; Bicester, Dagenham, Cambridge and Wigan.'),(7541,1490,'_yoast_wpseo_linkdex','73'),(7542,1490,'_yoast_wpseo_content_score','30'),(7543,1490,'_yoast_wpseo_primary_category','8'),(7544,1490,'xyz_fbap','1'),(7548,1490,'_wpas_done_all','1'),(7551,1490,'_wpas_skip_20130109','1'),(7552,1495,'_edit_last','1'),(7553,1495,'_edit_lock','1528190720:1'),(7554,1496,'_wp_attached_file','2018/06/Brakes.jpg'),(7555,1496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:504;s:4:\"file\";s:18:\"2018/06/Brakes.jpg\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Brakes-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Brakes-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Brakes-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Brakes-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Brakes-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Brakes-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Brakes-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Brakes-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Brakes-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"Brakes-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Brakes-504x261.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"Brakes-504x462.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"Brakes-504x385.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"Brakes-504x486.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"Brakes-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Brakes-150x150.jpg\";s:5:\"width\";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:\"Brakes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Brakes-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"Brakes-504x336.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"Brakes-504x336.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"Brakes-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"Brakes-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"Brakes-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"Brakes-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"Brakes-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"Brakes-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"Brakes-504x386.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"Brakes-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"Brakes-504x460.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"Brakes-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"Brakes-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"Brakes-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"Brakes-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"Brakes-504x336.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"Brakes-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7556,1495,'_thumbnail_id','1496'),(7557,1495,'slide_template','default'),(7558,1495,'_bunyad_featured_post','0'),(7559,1495,'_bunyad_cat_label','0'),(7560,1495,'_bunyad_featured_disable','0'),(7561,1495,'_bunyad_reviews','0'),(7562,1495,'_bunyad_review_pos','none'),(7563,1495,'_bunyad_review_type','points'),(7564,1495,'_bunyad_review_verdict','Awesome'),(7565,1495,'_yoast_wpseo_focuskw_text_input','Brakes'),(7566,1495,'_yoast_wpseo_focuskw','Brakes'),(7567,1495,'_yoast_wpseo_title','Brakes launches \'2 Zero 20\' plastic reduction campaign'),(7568,1495,'_yoast_wpseo_metadesc','The most environmentally damaging plastics (including single use and hard black plastics that cannot be recycled) could soon be a thing of the past in schools, hospitals, pubs and restaurants following an announcement by Brakes, the UK’s leading delivered wholesaler, to drastically reduce the use of these plastics.'),(7569,1495,'_yoast_wpseo_linkdex','86'),(7570,1495,'_yoast_wpseo_content_score','30'),(7571,1495,'_yoast_wpseo_primary_category','8'),(7572,1495,'xyz_fbap','1'),(7576,1495,'_wpas_done_all','1'),(7579,1495,'_wpas_skip_20130109','1'),(7580,1498,'_edit_last','1'),(7581,1498,'_edit_lock','1528192259:1'),(7582,1498,'slide_template','default'),(7583,1498,'_bunyad_featured_post','1'),(7584,1498,'_bunyad_cat_label','0'),(7585,1498,'_bunyad_featured_disable','0'),(7586,1498,'_bunyad_reviews','0'),(7587,1498,'_bunyad_review_pos','none'),(7588,1498,'_bunyad_review_type','points'),(7589,1498,'_bunyad_review_verdict','Awesome'),(7590,1498,'_yoast_wpseo_content_score','30'),(7591,1498,'_yoast_wpseo_primary_category','8'),(7592,1498,'_thumbnail_id','1243'),(7593,1498,'xyz_fbap','1'),(7597,1498,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(7598,1498,'_yoast_wpseo_focuskw','UKHospitality'),(7599,1498,'_yoast_wpseo_title','UKHospitality calls for fairness and transparency for employers and employees'),(7600,1498,'_yoast_wpseo_metadesc','UKHospitality has called on the Government to ensure that employment in the UK is fair, transparent and flexible for both employers and employees.'),(7601,1498,'_yoast_wpseo_linkdex','74'),(7602,1498,'_wpas_done_all','1'),(7603,1500,'_edit_last','1'),(7604,1500,'_edit_lock','1528193202:1'),(7605,1500,'slide_template','default'),(7606,1500,'_bunyad_featured_post','1'),(7607,1500,'_bunyad_cat_label','0'),(7608,1500,'_bunyad_featured_disable','0'),(7609,1500,'_bunyad_reviews','0'),(7610,1500,'_bunyad_review_pos','none'),(7611,1500,'_bunyad_review_type','points'),(7612,1500,'_bunyad_review_verdict','Awesome'),(7613,1500,'_yoast_wpseo_content_score','60'),(7614,1500,'_yoast_wpseo_primary_category','29'),(7615,1502,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-11.03.15.png'),(7616,1502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:904;s:6:\"height\";i:503;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-11.03.15.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-11.03.15-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.03.15-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-696x387.png\";s:5:\"width\";i:696;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-755x420.png\";s:5:\"width\";i:755;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-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:46:\"Screen-Shot-2018-06-05-at-11.03.15-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.03.15-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.03.15-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.03.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7617,1500,'_thumbnail_id','1502'),(7618,1500,'_yoast_wpseo_focuskw_text_input','outdoor'),(7619,1500,'_yoast_wpseo_focuskw','outdoor'),(7620,1500,'_yoast_wpseo_metadesc','Alfresco dining and outdoor restaurants have been booming right across Europe. Carefully designed terraces get people flocking in and are an excellent source of revenue. Choosing the correct outdoor furniture and creating an attractive outside space which fits your overall concept is the key to success.'),(7621,1500,'_yoast_wpseo_linkdex','89'),(7622,1504,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-11.05.45.png'),(7623,1504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:503;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-11.05.45.png\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-11.05.45-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.05.45-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x360.png\";s:5:\"width\";i:484;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x261.png\";s:5:\"width\";i:484;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x462.png\";s:5:\"width\";i:484;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x385.png\";s:5:\"width\";i:484;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x486.png\";s:5:\"width\";i:484;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-404x420.png\";s:5:\"width\";i:404;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-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:46:\"Screen-Shot-2018-06-05-at-11.05.45-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.05.45-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x336.png\";s:5:\"width\";i:484;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x336.png\";s:5:\"width\";i:484;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x386.png\";s:5:\"width\";i:484;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x460.png\";s:5:\"width\";i:484;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.05.45-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-484x336.png\";s:5:\"width\";i:484;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.05.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7624,1500,'xyz_fbap','1'),(7628,1500,'_wpas_done_all','1'),(7629,1506,'_edit_last','1'),(7630,1506,'_edit_lock','1528200869:1'),(7631,1507,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-11.08.24.png'),(7632,1507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:468;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-11.08.24.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-11.08.24-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.08.24-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x360.png\";s:5:\"width\";i:395;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x261.png\";s:5:\"width\";i:395;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x462.png\";s:5:\"width\";i:395;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x385.png\";s:5:\"width\";i:395;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-354x420.png\";s:5:\"width\";i:354;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-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:46:\"Screen-Shot-2018-06-05-at-11.08.24-253x300.png\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.08.24-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x336.png\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x336.png\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x386.png\";s:5:\"width\";i:395;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x460.png\";s:5:\"width\";i:395;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x240.png\";s:5:\"width\";i:395;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-11.08.24-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-395x336.png\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-11.08.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7633,1506,'_thumbnail_id','1507'),(7634,1506,'slide_template','default'),(7635,1506,'_bunyad_featured_post','0'),(7636,1506,'_bunyad_cat_label','0'),(7637,1506,'_bunyad_featured_disable','0'),(7638,1506,'_bunyad_reviews','0'),(7639,1506,'_bunyad_review_pos','none'),(7640,1506,'_bunyad_review_type','points'),(7641,1506,'_bunyad_review_verdict','Awesome'),(7642,1506,'_yoast_wpseo_focuskw_text_input','Football'),(7643,1506,'_yoast_wpseo_focuskw','Football'),(7644,1506,'_yoast_wpseo_title','Canny Caterers set to score with new limited edition football muffin'),(7645,1506,'_yoast_wpseo_metadesc','With the mother of all football tournaments kicking off this June, iconic American sweet bakery brand, Otis Spunkmeyer, is giving caterers the chance to net those all-important profits by introducing a limited edition Football Chocolate Muffin.  '),(7646,1506,'_yoast_wpseo_linkdex','81'),(7647,1506,'_yoast_wpseo_content_score','30'),(7648,1506,'_yoast_wpseo_primary_category','3'),(7650,1506,'xyz_fbap','1'),(7654,1506,'_wpas_done_all','1'),(7658,1506,'_wpas_skip_20130109','1'),(7662,1509,'_edit_last','1'),(7663,1509,'_edit_lock','1528201535:1'),(7664,1509,'_thumbnail_id','1243'),(7665,1509,'xyz_fbap','1'),(7669,1509,'slide_template','default'),(7670,1509,'_bunyad_featured_post','1'),(7671,1509,'_bunyad_cat_label','0'),(7672,1509,'_bunyad_featured_disable','0'),(7673,1509,'_bunyad_reviews','0'),(7674,1509,'_bunyad_review_pos','none'),(7675,1509,'_bunyad_review_type','points'),(7676,1509,'_bunyad_review_verdict','Awesome'),(7677,1509,'_yoast_wpseo_focuskw_text_input','sector'),(7678,1509,'_yoast_wpseo_focuskw','sector'),(7679,1509,'_yoast_wpseo_metadesc','UKHospitality has warned the Government that a delay in the introduction of the new catering T-Level will only exacerbate recruitment problems for the hospitality sector.'),(7680,1509,'_yoast_wpseo_linkdex','78'),(7681,1509,'_yoast_wpseo_content_score','30'),(7682,1509,'_yoast_wpseo_primary_category','8'),(7683,1509,'_wpas_done_all','1'),(7684,1511,'_edit_last','1'),(7685,1511,'_edit_lock','1528203756:1'),(7686,1512,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-13.34.55.png'),(7687,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:523;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-13.34.55.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-768x475.png\";s:5:\"width\";i:768;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-13.34.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-13.34.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-696x430.png\";s:5:\"width\";i:696;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-679x420.png\";s:5:\"width\";i:679;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-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:46:\"Screen-Shot-2018-06-05-at-13.34.55-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-13.34.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-846x516.png\";s:5:\"width\";i:846;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-13.34.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-13.34.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7688,1511,'_thumbnail_id','1512'),(7689,1511,'slide_template','default'),(7690,1511,'_bunyad_featured_post','1'),(7691,1511,'_bunyad_cat_label','0'),(7692,1511,'_bunyad_featured_disable','0'),(7693,1511,'_bunyad_reviews','0'),(7694,1511,'_bunyad_review_pos','none'),(7695,1511,'_bunyad_review_type','points'),(7696,1511,'_bunyad_review_verdict','Awesome'),(7697,1511,'_yoast_wpseo_focuskw_text_input','conference'),(7698,1511,'_yoast_wpseo_focuskw','conference'),(7699,1511,'_yoast_wpseo_title','Drinkaware highlights 2017 progress at annual conference'),(7700,1511,'_yoast_wpseo_metadesc','Drinkaware\'s campaigns and activities target a broad range of consumers, from young people on a night out to older adults looking to cut back on their drinking as part of a healthier lifestyle, and parents seeking advice on how to talk to their children about alcohol. The charity also targets healthcare professionals.'),(7701,1511,'_yoast_wpseo_linkdex','74'),(7702,1511,'_yoast_wpseo_content_score','30'),(7703,1511,'_yoast_wpseo_primary_category','33'),(7704,1511,'xyz_fbap','1'),(7708,1511,'_wpas_done_all','1'),(7710,1514,'_edit_last','1'),(7711,1514,'_edit_lock','1528204698:1'),(7712,1515,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-14.03.31.png'),(7713,1515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:625;s:6:\"height\";i:558;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-14.03.31.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-14.03.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.03.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-625x385.png\";s:5:\"width\";i:625;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-625x486.png\";s:5:\"width\";i:625;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-470x420.png\";s:5:\"width\";i:470;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-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:46:\"Screen-Shot-2018-06-05-at-14.03.31-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.03.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-625x516.png\";s:5:\"width\";i:625;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-625x336.png\";s:5:\"width\";i:625;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-625x336.png\";s:5:\"width\";i:625;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.03.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-625x336.png\";s:5:\"width\";i:625;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.03.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7714,1516,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-14.04.28.png'),(7715,1516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-14.04.28.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-14.04.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.04.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x385.png\";s:5:\"width\";i:623;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x486.png\";s:5:\"width\";i:623;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x580.png\";s:5:\"width\";i:623;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-423x420.png\";s:5:\"width\";i:423;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-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:46:\"Screen-Shot-2018-06-05-at-14.04.28-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.04.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x516.png\";s:5:\"width\";i:623;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x336.png\";s:5:\"width\";i:623;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x336.png\";s:5:\"width\";i:623;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.04.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-623x336.png\";s:5:\"width\";i:623;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.04.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7716,1514,'_thumbnail_id','1515'),(7717,1514,'slide_template','default'),(7718,1514,'_bunyad_featured_post','1'),(7719,1514,'_bunyad_cat_label','0'),(7720,1514,'_bunyad_featured_disable','0'),(7721,1514,'_bunyad_reviews','0'),(7722,1514,'_bunyad_review_pos','none'),(7723,1514,'_bunyad_review_type','points'),(7724,1514,'_bunyad_review_verdict','Awesome'),(7725,1514,'_yoast_wpseo_focuskw_text_input','spirits'),(7726,1514,'_yoast_wpseo_focuskw','spirits'),(7727,1514,'_yoast_wpseo_metadesc','With gin continuing to grow in popularity, Hi-Spirits is helping on-trade operators and their customers to confidently navigate the category with an innovative new support package that maps out the gin journey.'),(7728,1514,'_yoast_wpseo_linkdex','80'),(7729,1514,'_yoast_wpseo_content_score','30'),(7730,1514,'_yoast_wpseo_primary_category','2'),(7731,1514,'xyz_fbap','1'),(7735,1514,'_wpas_done_all','1'),(7736,1519,'_edit_last','1'),(7737,1519,'_edit_lock','1528205736:1'),(7738,1520,'_wp_attached_file','2018/06/tabasco.jpg'),(7739,1520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2018/06/tabasco.jpg\";s:5:\"sizes\";a:4:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"tabasco-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"tabasco-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"tabasco-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"tabasco-117x82.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:82;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:{}}}'),(7740,1521,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-14.32.25.png'),(7741,1521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-05-at-14.32.25.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-05-at-14.32.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.32.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x160.png\";s:5:\"width\";i:310;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x235.png\";s:5:\"width\";i:310;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x400.png\";s:5:\"width\";i:310;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x220.png\";s:5:\"width\";i:310;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x364.png\";s:5:\"width\";i:310;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x360.png\";s:5:\"width\";i:310;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x261.png\";s:5:\"width\";i:310;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x462.png\";s:5:\"width\";i:310;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x385.png\";s:5:\"width\";i:310;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x486.png\";s:5:\"width\";i:310;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x580.png\";s:5:\"width\";i:310;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-213x420.png\";s:5:\"width\";i:213;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-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:46:\"Screen-Shot-2018-06-05-at-14.32.25-152x300.png\";s:5:\"width\";i:152;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.32.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x516.png\";s:5:\"width\";i:310;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x336.png\";s:5:\"width\";i:310;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x336.png\";s:5:\"width\";i:310;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x185.png\";s:5:\"width\";i:310;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x185.png\";s:5:\"width\";i:310;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x215.png\";s:5:\"width\";i:310;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x386.png\";s:5:\"width\";i:310;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x460.png\";s:5:\"width\";i:310;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x240.png\";s:5:\"width\";i:310;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x205.png\";s:5:\"width\";i:310;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.32.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-310x336.png\";s:5:\"width\";i:310;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.32.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7742,1519,'_thumbnail_id','1521'),(7743,1519,'slide_template','default'),(7744,1519,'_bunyad_featured_post','0'),(7745,1519,'_bunyad_cat_label','0'),(7746,1519,'_bunyad_featured_disable','0'),(7747,1519,'_bunyad_reviews','0'),(7748,1519,'_bunyad_review_pos','none'),(7749,1519,'_bunyad_review_type','points'),(7750,1519,'_bunyad_review_verdict','Awesome'),(7751,1519,'_yoast_wpseo_focuskw_text_input','tabasco'),(7752,1519,'_yoast_wpseo_focuskw','tabasco'),(7753,1519,'_yoast_wpseo_metadesc','Available to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO®, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.'),(7754,1519,'_yoast_wpseo_linkdex','51'),(7755,1519,'_yoast_wpseo_content_score','30'),(7756,1519,'_yoast_wpseo_primary_category','3'),(7763,1519,'xyz_fbap','1'),(7767,1519,'_wpas_done_all','1'),(7771,1519,'_wpas_skip_20130109','1'),(7773,1528,'_edit_last','1'),(7774,1528,'_edit_lock','1528207754:1'),(7775,1529,'_wp_attached_file','2018/06/Screen-Shot-2018-06-05-at-14.37.37-e1528207174471.png'),(7776,1529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:399;s:4:\"file\";s:61:\"2018/06/Screen-Shot-2018-06-05-at-14.37.37-e1528207174471.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-324x399.png\";s:5:\"width\";i:324;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-534x399.png\";s:5:\"width\";i:534;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-561x385.png\";s:5:\"width\";i:561;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-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:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x516.png\";s:5:\"width\";i:594;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-561x336.png\";s:5:\"width\";i:561;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-561x336.png\";s:5:\"width\";i:561;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x460.png\";s:5:\"width\";i:594;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-561x336.png\";s:5:\"width\";i:561;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207174471-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7777,1528,'_thumbnail_id','1529'),(7778,1528,'slide_template','default'),(7779,1528,'_bunyad_featured_post','1'),(7780,1528,'_bunyad_cat_label','0'),(7781,1528,'_bunyad_featured_disable','0'),(7782,1528,'_bunyad_reviews','0'),(7783,1528,'_bunyad_review_pos','none'),(7784,1528,'_bunyad_review_type','points'),(7785,1528,'_bunyad_review_verdict','Awesome'),(7786,1528,'_yoast_wpseo_focuskw_text_input','vide'),(7787,1528,'_yoast_wpseo_focuskw','vide'),(7788,1528,'_yoast_wpseo_metadesc','The simple-to-use, easy-to-clean device allows the user to shape liquid into pearls in seconds through a process of reverse spherification. Instead of using a pipette or syringe to make the beads of liquefied food and sodium alginate, they\'re then dispensed into a water and calcium chloride mix, simplifying the method.'),(7789,1528,'_yoast_wpseo_linkdex','78'),(7790,1528,'_yoast_wpseo_content_score','30'),(7791,1528,'_yoast_wpseo_primary_category','32'),(7792,1529,'_wp_attachment_backup_sizes','a:23:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"full-orig\";a:3:{s:5:\"width\";i:594;s:6:\"height\";i:575;s:4:\"file\";s:38:\"Screen-Shot-2018-06-05-at-14.37.37.png\";}s:23:\"thumbnail-1528207174471\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-05-at-14.37.37-e1528207096819-150x113.png\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.37.37-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x516.png\";s:5:\"width\";i:594;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x336.png\";s:5:\"width\";i:594;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x336.png\";s:5:\"width\";i:594;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x460.png\";s:5:\"width\";i:594;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-05-at-14.37.37-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-594x336.png\";s:5:\"width\";i:594;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-05-at-14.37.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(7793,1528,'xyz_fbap','1'),(7797,1528,'_wpas_done_all','1'),(7800,1528,'_wpas_skip_20130109','1'),(7803,1531,'_edit_last','1'),(7804,1531,'_edit_lock','1528292731:1'),(7805,1531,'slide_template','default'),(7806,1531,'_bunyad_featured_post','0'),(7807,1531,'_bunyad_cat_label','0'),(7808,1531,'_bunyad_featured_disable','0'),(7809,1531,'_bunyad_reviews','0'),(7810,1531,'_bunyad_review_pos','none'),(7811,1531,'_bunyad_review_type','points'),(7812,1531,'_bunyad_review_verdict','Awesome'),(7813,1531,'_yoast_wpseo_content_score','30'),(7814,1531,'_yoast_wpseo_primary_category',''),(7815,1531,'_yoast_wpseo_focuskw_text_input','cinders'),(7816,1531,'_yoast_wpseo_focuskw','cinders'),(7817,1531,'_yoast_wpseo_metadesc','The portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.'),(7818,1531,'_yoast_wpseo_linkdex','78'),(7819,1534,'_wp_attached_file','2018/06/cinders.jpg'),(7820,1534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:334;s:4:\"file\";s:19:\"2018/06/cinders.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"cinders-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"cinders-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"cinders-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"cinders-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"cinders-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"cinders-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"cinders-324x334.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"cinders-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"cinders-356x334.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"cinders-451x261.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"cinders-150x150.jpg\";s:5:\"width\";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:\"cinders-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"cinders-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"cinders-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"cinders-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"cinders-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"cinders-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"cinders-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"cinders-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"cinders-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"cinders-451x240.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"cinders-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"cinders-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"cinders-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"cinders-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7821,1531,'_thumbnail_id','1534'),(7822,1535,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-08.28.32.png'),(7823,1535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:549;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-08.28.32-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-08.28.32-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-692x385.png\";s:5:\"width\";i:692;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-692x486.png\";s:5:\"width\";i:692;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-529x420.png\";s:5:\"width\";i:529;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-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:46:\"Screen-Shot-2018-06-06-at-08.28.32-300x238.png\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-08.28.32-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-692x516.png\";s:5:\"width\";i:692;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-692x336.png\";s:5:\"width\";i:692;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-692x336.png\";s:5:\"width\";i:692;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-08.28.32-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-692x336.png\";s:5:\"width\";i:692;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-08.28.32-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7824,1531,'xyz_fbap','1'),(7828,1531,'_wpas_done_all','1'),(7831,1531,'_wpas_skip_20130109','1'),(7832,1541,'_edit_last','1'),(7833,1541,'_edit_lock','1528279956:1'),(7834,1542,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-09.44.02.png'),(7835,1542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:898;s:6:\"height\";i:398;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-09.44.02.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-09.44.02-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-09.44.02-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-324x398.png\";s:5:\"width\";i:324;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-534x398.png\";s:5:\"width\";i:534;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-696x308.png\";s:5:\"width\";i:696;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-741x398.png\";s:5:\"width\";i:741;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-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:46:\"Screen-Shot-2018-06-06-at-09.44.02-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-09.44.02-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-600x398.png\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-09.44.02-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-09.44.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7836,1541,'_thumbnail_id','1542'),(7837,1541,'slide_template','default'),(7838,1541,'_bunyad_featured_post','1'),(7839,1541,'_bunyad_cat_label','0'),(7840,1541,'_bunyad_featured_disable','0'),(7841,1541,'_bunyad_reviews','0'),(7842,1541,'_bunyad_review_pos','none'),(7843,1541,'_bunyad_review_type','points'),(7844,1541,'_bunyad_review_verdict','Awesome'),(7845,1541,'_yoast_wpseo_focuskw_text_input','Lucky Voice'),(7846,1541,'_yoast_wpseo_focuskw','Lucky Voice'),(7847,1541,'_yoast_wpseo_metadesc','If you’ve ever wondered how to keep customers coming to your venue with an offer that’s universally popular and fun, then look no further than Lucky Voice. The karaoke and bar chain have several products for on-trade that hospitality professionals can utilise to add a little (or a lot) of pizazz to their venues.'),(7848,1541,'_yoast_wpseo_linkdex','73'),(7849,1541,'_yoast_wpseo_content_score','30'),(7850,1541,'_yoast_wpseo_primary_category','10'),(7851,1541,'xyz_fbap','1'),(7855,1541,'_wpas_done_all','1'),(7856,1544,'_edit_last','1'),(7857,1544,'_edit_lock','1528280869:1'),(7858,1545,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-11.19.41-e1528280663941.png'),(7859,1545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:230;s:4:\"file\";s:61:\"2018/06/Screen-Shot-2018-06-06-at-11.19.41-e1528280663941.png\";s:5:\"sizes\";a:27:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x198.png\";s:5:\"width\";i:223;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x160.png\";s:5:\"width\";i:223;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x220.png\";s:5:\"width\";i:223;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-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:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-768x210.png\";s:5:\"width\";i:768;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x185.png\";s:5:\"width\";i:223;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x185.png\";s:5:\"width\";i:223;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x215.png\";s:5:\"width\";i:223;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-233x243.png\";s:5:\"width\";i:233;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-536x243.png\";s:5:\"width\";i:536;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x192.png\";s:5:\"width\";i:223;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-600x243.png\";s:5:\"width\";i:600;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x216.png\";s:5:\"width\";i:223;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-223x205.png\";s:5:\"width\";i:223;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280663941-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7860,1544,'_thumbnail_id','1545'),(7861,1544,'slide_template','default'),(7862,1544,'_bunyad_featured_post','0'),(7863,1544,'_bunyad_cat_label','0'),(7864,1544,'_bunyad_featured_disable','0'),(7865,1544,'_bunyad_reviews','0'),(7866,1544,'_bunyad_review_pos','none'),(7867,1544,'_bunyad_review_type','points'),(7868,1544,'_bunyad_review_verdict','Awesome'),(7869,1544,'_yoast_wpseo_focuskw_text_input','licensing'),(7870,1544,'_yoast_wpseo_focuskw','licensing'),(7871,1544,'_yoast_wpseo_metadesc','The UK’s music licensing organisations PPL and PRS for Music have been issuing licences and collecting music royalties for decades. Previously, most businesses and organisations had to obtain separate music licences from PPL and PRS for Music.'),(7872,1544,'_yoast_wpseo_linkdex','84'),(7873,1544,'_yoast_wpseo_content_score','30'),(7874,1544,'_yoast_wpseo_primary_category','29'),(7876,1545,'_wp_attachment_backup_sizes','a:44:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"full-orig\";a:3:{s:5:\"width\";i:887;s:6:\"height\";i:243;s:4:\"file\";s:38:\"Screen-Shot-2018-06-06-at-11.19.41.png\";}s:23:\"thumbnail-1528280634132\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280584331-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.19.41-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.19.41-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-233x243.png\";s:5:\"width\";i:233;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-536x243.png\";s:5:\"width\";i:536;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-600x243.png\";s:5:\"width\";i:600;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.19.41-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.19.41-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1528280663941\";a:3:{s:5:\"width\";i:887;s:6:\"height\";i:243;s:4:\"file\";s:53:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132.png\";}s:23:\"thumbnail-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"medium-1528280663941\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-768x210.png\";s:5:\"width\";i:768;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"post-thumbnail-1528280663941\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"main-slider-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"main-featured-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"main-block-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"list-block-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"slider-small-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"gallery-block-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"grid-overlay-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"tall-overlay-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-233x243.png\";s:5:\"width\";i:233;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"grid-slider-large-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-536x243.png\";s:5:\"width\";i:536;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"grid-slider-small-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"grid-slider-b-large-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-600x243.png\";s:5:\"width\";i:600;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"grid-slider-b-med-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"grid-slider-b-small-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"focus-grid-large-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"focus-grid-small-1528280663941\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"overlay-large-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-702x243.png\";s:5:\"width\";i:702;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-small-1528280663941\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.19.41-e1528280634132-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(7879,1544,'xyz_fbap','1'),(7883,1544,'_wpas_done_all','1'),(7887,1544,'_wpas_skip_20130109','1'),(7888,1547,'_edit_last','1'),(7889,1547,'_edit_lock','1528282361:1'),(7890,1548,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-11.38.24.png'),(7891,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:222;s:6:\"height\";i:220;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-11.38.24.png\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-11.38.24-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.38.24-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x198.png\";s:5:\"width\";i:222;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x160.png\";s:5:\"width\";i:222;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x220.png\";s:5:\"width\";i:222;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.38.24-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x185.png\";s:5:\"width\";i:222;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x185.png\";s:5:\"width\";i:222;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x215.png\";s:5:\"width\";i:222;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x192.png\";s:5:\"width\";i:222;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x216.png\";s:5:\"width\";i:222;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-222x205.png\";s:5:\"width\";i:222;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.38.24-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7892,1549,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-11.38.42.png'),(7893,1549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:413;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-11.38.42.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-768x371.png\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-11.38.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.38.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-534x413.png\";s:5:\"width\";i:534;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-696x337.png\";s:5:\"width\";i:696;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-741x413.png\";s:5:\"width\";i:741;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-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:46:\"Screen-Shot-2018-06-06-at-11.38.42-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.38.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-600x413.png\";s:5:\"width\";i:600;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.38.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7894,1549,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.38.42-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}'),(7895,1547,'_thumbnail_id','1551'),(7896,1547,'slide_template','default'),(7897,1547,'_bunyad_featured_post','1'),(7898,1547,'_bunyad_cat_label','0'),(7899,1547,'_bunyad_featured_disable','0'),(7900,1547,'_bunyad_reviews','0'),(7901,1547,'_bunyad_review_pos','none'),(7902,1547,'_bunyad_review_type','points'),(7903,1547,'_bunyad_review_verdict','Awesome'),(7904,1547,'_yoast_wpseo_focuskw_text_input','Design'),(7905,1547,'_yoast_wpseo_focuskw','Design'),(7906,1547,'_yoast_wpseo_title','Top quality, unique and bespoke, it must be Skyline Design'),(7907,1547,'_yoast_wpseo_metadesc','Top quality and unique designs for the world’s best Hotels, restaurants, spas and private residences the world over. Working with the interior design houses across the globe to grace the world’s most outstanding houses and villas.'),(7908,1547,'_yoast_wpseo_linkdex','51'),(7909,1547,'_yoast_wpseo_content_score','30'),(7910,1547,'_yoast_wpseo_primary_category','29'),(7911,1547,'xyz_fbap','1'),(7915,1547,'_wpas_done_all','1'),(7916,1551,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-11.43.53.png'),(7917,1551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:375;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-11.43.53.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-11.43.53-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.43.53-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-324x375.png\";s:5:\"width\";i:324;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-534x375.png\";s:5:\"width\";i:534;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-696x308.png\";s:5:\"width\";i:696;s:6:\"height\";i:308;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-696x375.png\";s:5:\"width\";i:696;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-741x375.png\";s:5:\"width\";i:741;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-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:46:\"Screen-Shot-2018-06-06-at-11.43.53-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.43.53-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-536x375.png\";s:5:\"width\";i:536;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-600x375.png\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.43.53-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.43.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7920,1547,'_wpas_skip_20130109','1'),(7921,1552,'_edit_last','1'),(7922,1552,'_edit_lock','1528291350:1'),(7923,1553,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-11.58.13-e1528289014222.png'),(7924,1553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:891;s:6:\"height\";i:465;s:4:\"file\";s:61:\"2018/06/Screen-Shot-2018-06-06-at-11.58.13-e1528289014222.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-696x363.png\";s:5:\"width\";i:696;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-741x465.png\";s:5:\"width\";i:741;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-805x420.png\";s:5:\"width\";i:805;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-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:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-768x401.png\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-11.58.13-e1528289014222-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7925,1552,'_thumbnail_id','1553'),(7926,1552,'slide_template','default'),(7927,1552,'_bunyad_featured_post','1'),(7928,1552,'_bunyad_cat_label','0'),(7929,1552,'_bunyad_featured_disable','0'),(7930,1552,'_bunyad_reviews','0'),(7931,1552,'_bunyad_review_pos','none'),(7932,1552,'_bunyad_review_type','points'),(7933,1552,'_bunyad_review_verdict','Awesome'),(7934,1552,'_yoast_wpseo_focuskw_text_input','Scotland'),(7935,1552,'_yoast_wpseo_focuskw','Scotland'),(7936,1552,'_yoast_wpseo_metadesc','Set in the picturesque village of Forres in Speyside, lies Benromach Distillery, where dedicated distillers use the finest Scottish ingredients to create their single malt Scotch whiskies. The urquhart family realised a lifelong dream to own a distillery, which led to them purchasing it in 1993.'),(7937,1552,'_yoast_wpseo_linkdex','72'),(7938,1552,'_yoast_wpseo_content_score','30'),(7939,1552,'_yoast_wpseo_primary_category','2'),(7940,1555,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-13.40.28.png'),(7941,1555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:628;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-13.40.28.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-768x565.png\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-13.40.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.40.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-696x512.png\";s:5:\"width\";i:696;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-853x580.png\";s:5:\"width\";i:853;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-570x420.png\";s:5:\"width\";i:570;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-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:46:\"Screen-Shot-2018-06-06-at-13.40.28-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.40.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-853x516.png\";s:5:\"width\";i:853;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.40.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.40.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7942,1552,'xyz_fbap','1'),(7946,1552,'_wpas_done_all','1'),(7947,1553,'_wp_attachment_backup_sizes','a:21:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:891;s:6:\"height\";i:509;s:4:\"file\";s:38:\"Screen-Shot-2018-06-06-at-11.58.13.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.58.13-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-11.58.13-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-11.58.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(7950,1552,'_wpas_skip_20130109','1'),(7951,1557,'_edit_last','1'),(7952,1557,'_edit_lock','1528290828:1'),(7953,1558,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-13.53.29.png'),(7954,1558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:551;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-13.53.29.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-13.53.29-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.53.29-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x198.png\";s:5:\"width\";i:256;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x160.png\";s:5:\"width\";i:256;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x235.png\";s:5:\"width\";i:256;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x400.png\";s:5:\"width\";i:256;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x220.png\";s:5:\"width\";i:256;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x364.png\";s:5:\"width\";i:256;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x360.png\";s:5:\"width\";i:256;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x261.png\";s:5:\"width\";i:256;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x462.png\";s:5:\"width\";i:256;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x385.png\";s:5:\"width\";i:256;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x486.png\";s:5:\"width\";i:256;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-195x420.png\";s:5:\"width\";i:195;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-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:46:\"Screen-Shot-2018-06-06-at-13.53.29-139x300.png\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.53.29-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x516.png\";s:5:\"width\";i:256;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x336.png\";s:5:\"width\";i:256;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x336.png\";s:5:\"width\";i:256;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x185.png\";s:5:\"width\";i:256;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x185.png\";s:5:\"width\";i:256;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x215.png\";s:5:\"width\";i:256;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x386.png\";s:5:\"width\";i:256;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x192.png\";s:5:\"width\";i:256;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x460.png\";s:5:\"width\";i:256;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x240.png\";s:5:\"width\";i:256;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x205.png\";s:5:\"width\";i:256;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.53.29-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-256x336.png\";s:5:\"width\";i:256;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.53.29-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7955,1559,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-13.54.31.png'),(7956,1559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:606;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-13.54.31.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-13.54.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.54.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x198.png\";s:5:\"width\";i:233;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x160.png\";s:5:\"width\";i:233;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x235.png\";s:5:\"width\";i:233;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x400.png\";s:5:\"width\";i:233;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x220.png\";s:5:\"width\";i:233;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x364.png\";s:5:\"width\";i:233;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x360.png\";s:5:\"width\";i:233;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x261.png\";s:5:\"width\";i:233;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x462.png\";s:5:\"width\";i:233;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x385.png\";s:5:\"width\";i:233;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x486.png\";s:5:\"width\";i:233;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x580.png\";s:5:\"width\";i:233;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-161x420.png\";s:5:\"width\";i:161;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-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:46:\"Screen-Shot-2018-06-06-at-13.54.31-115x300.png\";s:5:\"width\";i:115;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.54.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x516.png\";s:5:\"width\";i:233;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x336.png\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x336.png\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x185.png\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x185.png\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x215.png\";s:5:\"width\";i:233;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x386.png\";s:5:\"width\";i:233;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x192.png\";s:5:\"width\";i:233;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x460.png\";s:5:\"width\";i:233;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x240.png\";s:5:\"width\";i:233;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x216.png\";s:5:\"width\";i:233;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x205.png\";s:5:\"width\";i:233;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.54.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-233x336.png\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.54.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7957,1560,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-13.47.12.png'),(7958,1560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:929;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-13.47.12.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-768x503.png\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-13.47.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.47.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-696x456.png\";s:5:\"width\";i:696;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-929x580.png\";s:5:\"width\";i:929;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-642x420.png\";s:5:\"width\";i:642;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-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:46:\"Screen-Shot-2018-06-06-at-13.47.12-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.47.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-929x516.png\";s:5:\"width\";i:929;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-13.47.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-13.47.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7959,1557,'_thumbnail_id','1560'),(7960,1557,'slide_template','default'),(7961,1557,'_bunyad_featured_post','1'),(7962,1557,'_bunyad_cat_label','0'),(7963,1557,'_bunyad_featured_disable','0'),(7964,1557,'_bunyad_reviews','0'),(7965,1557,'_bunyad_review_pos','none'),(7966,1557,'_bunyad_review_type','points'),(7967,1557,'_bunyad_review_verdict','Awesome'),(7968,1557,'_yoast_wpseo_focuskw_text_input','hospitality'),(7969,1557,'_yoast_wpseo_focuskw','hospitality'),(7970,1557,'_yoast_wpseo_metadesc','The UK hospitality industry is one of the UK’s biggest employers, providing jobs to seven percent of the working population. Businesses are rightly proud of the service they provide and their quality of output.'),(7971,1557,'_yoast_wpseo_linkdex','73'),(7972,1557,'_yoast_wpseo_content_score','30'),(7973,1557,'_yoast_wpseo_primary_category','8'),(7974,1557,'xyz_fbap','1'),(7978,1557,'_wpas_done_all','1'),(7981,1557,'_wpas_skip_20130109','1'),(7982,1564,'_edit_last','1'),(7983,1564,'_edit_lock','1528295191:1'),(7984,1565,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-15.05.28.png'),(7985,1565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:361;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-15.05.28.png\";s:5:\"sizes\";a:27:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-15.05.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.05.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x198.png\";s:5:\"width\";i:250;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x160.png\";s:5:\"width\";i:250;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x235.png\";s:5:\"width\";i:250;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x220.png\";s:5:\"width\";i:250;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x360.png\";s:5:\"width\";i:250;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x261.png\";s:5:\"width\";i:250;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-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:46:\"Screen-Shot-2018-06-06-at-15.05.28-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.05.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x336.png\";s:5:\"width\";i:250;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x336.png\";s:5:\"width\";i:250;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x185.png\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x185.png\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x215.png\";s:5:\"width\";i:250;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x192.png\";s:5:\"width\";i:250;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x240.png\";s:5:\"width\";i:250;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x205.png\";s:5:\"width\";i:250;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.05.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-250x336.png\";s:5:\"width\";i:250;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.05.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7986,1566,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-15.06.05.png'),(7987,1566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:527;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-06-at-15.06.05.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-06-at-15.06.05-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.06.05-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x198.png\";s:5:\"width\";i:250;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x160.png\";s:5:\"width\";i:250;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x235.png\";s:5:\"width\";i:250;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x400.png\";s:5:\"width\";i:250;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x220.png\";s:5:\"width\";i:250;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x364.png\";s:5:\"width\";i:250;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x360.png\";s:5:\"width\";i:250;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x261.png\";s:5:\"width\";i:250;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x462.png\";s:5:\"width\";i:250;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x385.png\";s:5:\"width\";i:250;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x486.png\";s:5:\"width\";i:250;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-199x420.png\";s:5:\"width\";i:199;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-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:46:\"Screen-Shot-2018-06-06-at-15.06.05-142x300.png\";s:5:\"width\";i:142;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.06.05-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x516.png\";s:5:\"width\";i:250;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x336.png\";s:5:\"width\";i:250;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x336.png\";s:5:\"width\";i:250;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x185.png\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x185.png\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x215.png\";s:5:\"width\";i:250;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x386.png\";s:5:\"width\";i:250;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x192.png\";s:5:\"width\";i:250;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x460.png\";s:5:\"width\";i:250;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x240.png\";s:5:\"width\";i:250;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x205.png\";s:5:\"width\";i:250;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.06.05-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-250x336.png\";s:5:\"width\";i:250;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.06.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7988,1567,'_wp_attached_file','2018/06/Screen-Shot-2018-06-06-at-15.04.56-e1528294449486.png'),(7989,1567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:779;s:6:\"height\";i:422;s:4:\"file\";s:61:\"2018/06/Screen-Shot-2018-06-06-at-15.04.56-e1528294449486.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-534x422.png\";s:5:\"width\";i:534;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-696x377.png\";s:5:\"width\";i:696;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-741x422.png\";s:5:\"width\";i:741;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-775x420.png\";s:5:\"width\";i:775;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-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:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-779x516.png\";s:5:\"width\";i:779;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-600x422.png\";s:5:\"width\";i:600;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-06-at-15.04.56-e1528294449486-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(7990,1564,'_thumbnail_id','1567'),(7991,1564,'slide_template','default'),(7992,1564,'_bunyad_featured_post','1'),(7993,1564,'_bunyad_cat_label','0'),(7994,1564,'_bunyad_featured_disable','0'),(7995,1564,'_bunyad_reviews','0'),(7996,1564,'_bunyad_review_pos','none'),(7997,1564,'_bunyad_review_type','points'),(7998,1564,'_bunyad_review_verdict','Awesome'),(7999,1564,'_yoast_wpseo_focuskw_text_input','kitchen'),(8000,1564,'_yoast_wpseo_focuskw','kitchen'),(8001,1564,'_yoast_wpseo_metadesc','A great venue with a worn kitchen is much like a grand cruise ship with a poor engine room. They look great on the surface, to owners and customers alike. But when it really matters, both are going to struggle to help your customers journey to the intended destinations of Rome, Paris or New York.'),(8002,1564,'_yoast_wpseo_linkdex','75'),(8003,1564,'_yoast_wpseo_content_score','30'),(8004,1564,'_yoast_wpseo_primary_category','32'),(8005,1567,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:779;s:6:\"height\";i:525;s:4:\"file\";s:38:\"Screen-Shot-2018-06-06-at-15.04.56.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.04.56-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-779x516.png\";s:5:\"width\";i:779;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-06-at-15.04.56-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-06-at-15.04.56-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(8006,1564,'xyz_fbap','1'),(8010,1564,'_wpas_done_all','1'),(8013,1564,'_wpas_skip_20130109','1'),(8025,1574,'_edit_last','1'),(8026,1574,'_edit_lock','1528704074:1'),(8027,1575,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-08.44.15.png'),(8028,1575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:607;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-08.44.15.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-08.44.15-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-08.44.15-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x385.png\";s:5:\"width\";i:607;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x486.png\";s:5:\"width\";i:607;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x580.png\";s:5:\"width\";i:607;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-425x420.png\";s:5:\"width\";i:425;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-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:46:\"Screen-Shot-2018-06-11-at-08.44.15-300x297.png\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-08.44.15-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x516.png\";s:5:\"width\";i:607;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x336.png\";s:5:\"width\";i:607;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x336.png\";s:5:\"width\";i:607;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-08.44.15-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-607x336.png\";s:5:\"width\";i:607;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-08.44.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8029,1574,'_thumbnail_id','1575'),(8030,1574,'slide_template','default'),(8031,1574,'_bunyad_featured_post','1'),(8032,1574,'_bunyad_cat_label','0'),(8033,1574,'_bunyad_featured_disable','0'),(8034,1574,'_bunyad_reviews','0'),(8035,1574,'_bunyad_review_pos','none'),(8036,1574,'_bunyad_review_type','points'),(8037,1574,'_bunyad_review_verdict','Awesome'),(8038,1574,'_yoast_wpseo_focuskw_text_input','speciality'),(8039,1574,'_yoast_wpseo_focuskw','speciality'),(8040,1574,'_yoast_wpseo_metadesc','Sixpoint Brewery is building on the successful UK launch of its core range with the introduction of two new, speciality styles and one new all-year-round. The brewery, from Brooklyn, New York will be increasing its UK penetration in time for the American Independence Day on 4th July, via UK importer, Heathwick.'),(8041,1574,'_yoast_wpseo_linkdex','84'),(8042,1574,'_yoast_wpseo_content_score','30'),(8043,1574,'_yoast_wpseo_primary_category','2'),(8044,1574,'xyz_fbap','1'),(8048,1574,'_wpas_done_all','1'),(8051,1574,'_wpas_skip_20130109','1'),(8052,1578,'_edit_last','1'),(8053,1578,'_edit_lock','1528708216:1'),(8054,1579,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-10.02.25.png'),(8055,1579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:317;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-10.02.25.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-10.02.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.02.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-324x317.png\";s:5:\"width\";i:324;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-330x220.png\";s:5:\"width\";i:330;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-330x261.png\";s:5:\"width\";i:330;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-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:46:\"Screen-Shot-2018-06-11-at-10.02.25-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.02.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-330x185.png\";s:5:\"width\";i:330;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-330x185.png\";s:5:\"width\";i:330;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-330x215.png\";s:5:\"width\";i:330;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-330x240.png\";s:5:\"width\";i:330;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.02.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.02.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8056,1578,'_thumbnail_id','1579'),(8057,1578,'slide_template','default'),(8058,1578,'_bunyad_featured_post','0'),(8059,1578,'_bunyad_cat_label','0'),(8060,1578,'_bunyad_featured_disable','0'),(8061,1578,'_bunyad_reviews','0'),(8062,1578,'_bunyad_review_pos','none'),(8063,1578,'_bunyad_review_type','points'),(8064,1578,'_bunyad_review_verdict','Awesome'),(8065,1578,'_yoast_wpseo_focuskw_text_input','Security'),(8066,1578,'_yoast_wpseo_focuskw','Security'),(8067,1578,'_yoast_wpseo_title','Showsec, the security and crowd management specialist'),(8068,1578,'_yoast_wpseo_metadesc','Showsec, the security and crowd management specialist, talks keeping venues and events safe for all. With bars, restaurants and venues requiring more security than ever before; if hospitality professionals choose to host an event, Showsec, the security and crowd management specialist, are on hand to help.'),(8069,1578,'_yoast_wpseo_linkdex','80'),(8070,1578,'_yoast_wpseo_content_score','30'),(8071,1578,'_yoast_wpseo_primary_category','6'),(8072,1581,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-10.05.04.png'),(8073,1581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:501;s:6:\"height\";i:217;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-10.05.04.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-10.05.04-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.05.04-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-324x217.png\";s:5:\"width\";i:324;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-324x217.png\";s:5:\"width\";i:324;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-356x217.png\";s:5:\"width\";i:356;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-356x217.png\";s:5:\"width\";i:356;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-485x217.png\";s:5:\"width\";i:485;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-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:46:\"Screen-Shot-2018-06-11-at-10.05.04-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.05.04-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-233x217.png\";s:5:\"width\";i:233;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-474x217.png\";s:5:\"width\";i:474;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.05.04-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8074,1578,'xyz_fbap','1'),(8078,1578,'_wpas_done_all','1'),(8081,1578,'_wpas_skip_20130109','1'),(8082,1581,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.05.04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}'),(8087,1582,'_edit_last','1'),(8088,1582,'_edit_lock','1528711054:1'),(8089,1583,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-10.25.00.png'),(8090,1583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:593;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-10.25.00.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-10.25.00-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.25.00-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x360.png\";s:5:\"width\";i:450;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x261.png\";s:5:\"width\";i:450;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x462.png\";s:5:\"width\";i:450;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x385.png\";s:5:\"width\";i:450;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x486.png\";s:5:\"width\";i:450;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x580.png\";s:5:\"width\";i:450;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-319x420.png\";s:5:\"width\";i:319;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-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:46:\"Screen-Shot-2018-06-11-at-10.25.00-228x300.png\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.25.00-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x516.png\";s:5:\"width\";i:450;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x336.png\";s:5:\"width\";i:450;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x336.png\";s:5:\"width\";i:450;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x386.png\";s:5:\"width\";i:450;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x460.png\";s:5:\"width\";i:450;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x240.png\";s:5:\"width\";i:450;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.25.00-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-450x336.png\";s:5:\"width\";i:450;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.25.00-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8091,1582,'_thumbnail_id','1583'),(8092,1582,'slide_template','default'),(8093,1582,'_bunyad_featured_post','0'),(8094,1582,'_bunyad_cat_label','0'),(8095,1582,'_bunyad_featured_disable','0'),(8096,1582,'_bunyad_reviews','0'),(8097,1582,'_bunyad_review_pos','none'),(8098,1582,'_bunyad_review_type','points'),(8099,1582,'_bunyad_review_verdict','Awesome'),(8100,1582,'_yoast_wpseo_focuskw_text_input','distilling'),(8101,1582,'_yoast_wpseo_focuskw','distilling'),(8102,1582,'_yoast_wpseo_metadesc','Environmentally conscious Salcombe Distilling Co. In addition to the Devon based company’s ongoing efforts to minimise the use of plastic, Salcombe Distilling Co. recently supported A Plastic Planet’s ‘Plastic Free Party’ in Cardiff and is sponsoring the forthcoming Plastic Clever Salcombe’s ‘Paddle & Pick Challenge’.'),(8103,1582,'_yoast_wpseo_linkdex','84'),(8104,1582,'_yoast_wpseo_content_score','30'),(8105,1582,'_yoast_wpseo_primary_category','8'),(8108,1582,'xyz_fbap','1'),(8112,1582,'_wpas_done_all','1'),(8116,1582,'_wpas_skip_20130109','1'),(8120,1586,'_edit_last','1'),(8121,1586,'_edit_lock','1528886506:1'),(8122,1587,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-10.59.07.png'),(8123,1587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:136;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-10.59.07.png\";s:5:\"sizes\";a:6:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-10.59.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.07-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.07-168x136.png\";s:5:\"width\";i:168;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8124,1588,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-10.59.39.png'),(8125,1588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:218;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-10.59.39.png\";s:5:\"sizes\";a:17:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-10.59.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x150.png\";s:5:\"width\";i:175;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x198.png\";s:5:\"width\";i:175;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x160.png\";s:5:\"width\";i:175;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x185.png\";s:5:\"width\";i:175;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x185.png\";s:5:\"width\";i:175;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x140.png\";s:5:\"width\";i:175;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x215.png\";s:5:\"width\";i:175;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x192.png\";s:5:\"width\";i:175;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x216.png\";s:5:\"width\";i:175;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x205.png\";s:5:\"width\";i:175;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.39-175x140.png\";s:5:\"width\";i:175;s:6:\"height\";i:140;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:{}}}'),(8126,1589,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-10.59.26.png'),(8127,1589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:239;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-10.59.26.png\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-10.59.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-324x239.png\";s:5:\"width\";i:324;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-356x239.png\";s:5:\"width\";i:356;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-485x239.png\";s:5:\"width\";i:485;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-533x239.png\";s:5:\"width\";i:533;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-534x239.png\";s:5:\"width\";i:534;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-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:46:\"Screen-Shot-2018-06-11-at-10.59.26-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.26-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-233x239.png\";s:5:\"width\";i:233;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-536x239.png\";s:5:\"width\";i:536;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-474x239.png\";s:5:\"width\";i:474;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-10.59.26-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-10.59.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8128,1586,'_thumbnail_id','1589'),(8129,1586,'slide_template','default'),(8130,1586,'_bunyad_featured_post','0'),(8131,1586,'_bunyad_cat_label','0'),(8132,1586,'_bunyad_featured_disable','0'),(8133,1586,'_bunyad_reviews','0'),(8134,1586,'_bunyad_review_pos','none'),(8135,1586,'_bunyad_review_type','points'),(8136,1586,'_bunyad_review_verdict','Awesome'),(8137,1586,'_yoast_wpseo_focuskw_text_input','Wine'),(8138,1586,'_yoast_wpseo_focuskw','Wine'),(8139,1586,'_yoast_wpseo_metadesc','The stunning country of Portugal has a lot to offer in the way of wine. A small country but offering over 250 native grapes spread over 28 DOC wine regions. Regardless of producing wines since the Roman times and being the world’s 11th largest wine producer there is still much to talk about Portuguese wines.'),(8140,1586,'_yoast_wpseo_linkdex','75'),(8141,1586,'_yoast_wpseo_content_score','30'),(8142,1586,'_yoast_wpseo_primary_category','2'),(8143,1591,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-11.13.36.png'),(8144,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:255;s:6:\"height\";i:130;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-11.13.36.png\";s:5:\"sizes\";a:11:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-11.13.36-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.13.36-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-218x130.png\";s:5:\"width\";i:218;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.13.36-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-168x130.png\";s:5:\"width\";i:168;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-214x130.png\";s:5:\"width\";i:214;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-233x130.png\";s:5:\"width\";i:233;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-235x130.png\";s:5:\"width\";i:235;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.13.36-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.13.36-214x130.png\";s:5:\"width\";i:214;s:6:\"height\";i:130;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:{}}}'),(8145,1592,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-11.14.37.png'),(8146,1592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:659;s:6:\"height\";i:370;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-11.14.37.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-11.14.37-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.14.37-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-324x370.png\";s:5:\"width\";i:324;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-534x370.png\";s:5:\"width\";i:534;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.14.37-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-659x336.png\";s:5:\"width\";i:659;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-659x336.png\";s:5:\"width\";i:659;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-536x370.png\";s:5:\"width\";i:536;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-600x370.png\";s:5:\"width\";i:600;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.14.37-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-659x336.png\";s:5:\"width\";i:659;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.14.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8147,1586,'xyz_fbap','1'),(8151,1586,'_wpas_done_all','1'),(8154,1586,'_wpas_skip_20130109','1'),(8159,1596,'_edit_last','1'),(8160,1596,'_edit_lock','1528713472:1'),(8161,1596,'_thumbnail_id','1243'),(8162,1596,'slide_template','default'),(8163,1596,'_bunyad_featured_post','1'),(8164,1596,'_bunyad_cat_label','0'),(8165,1596,'_bunyad_featured_disable','0'),(8166,1596,'_bunyad_reviews','0'),(8167,1596,'_bunyad_review_pos','none'),(8168,1596,'_bunyad_review_type','points'),(8169,1596,'_bunyad_review_verdict','Awesome'),(8170,1596,'_yoast_wpseo_focuskw_text_input','UKhospitality'),(8171,1596,'_yoast_wpseo_focuskw','UKhospitality'),(8172,1596,'_yoast_wpseo_metadesc','UKHospitality has called on the Government to provide equality in the tax system by ensuring that transactions on online platforms are taxed appropriately. UKHospitality has responded to HMRC’s consultation on online platforms role in ensuring tax compliance by their users.'),(8173,1596,'_yoast_wpseo_linkdex','72'),(8174,1596,'_yoast_wpseo_content_score','30'),(8175,1596,'_yoast_wpseo_primary_category','8'),(8176,1596,'xyz_fbap','1'),(8180,1596,'_wpas_done_all','1'),(8181,1599,'_edit_last','1'),(8182,1599,'_edit_lock','1528719120:1'),(8183,1599,'slide_template','default'),(8184,1599,'_bunyad_featured_post','1'),(8185,1599,'_bunyad_cat_label','0'),(8186,1599,'_bunyad_featured_disable','0'),(8187,1599,'_bunyad_reviews','0'),(8188,1599,'_bunyad_review_pos','none'),(8189,1599,'_bunyad_review_type','points'),(8190,1599,'_bunyad_review_verdict','Awesome'),(8191,1599,'_yoast_wpseo_title','Farm labour shortage may impact hospitality food prices'),(8192,1599,'_yoast_wpseo_content_score','30'),(8193,1599,'_yoast_wpseo_primary_category','8'),(8194,1601,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-11.39.52.png'),(8195,1601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:809;s:6:\"height\";i:596;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-11.39.52.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-768x566.png\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-11.39.52-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.39.52-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-696x513.png\";s:5:\"width\";i:696;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-809x580.png\";s:5:\"width\";i:809;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-570x420.png\";s:5:\"width\";i:570;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-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:46:\"Screen-Shot-2018-06-11-at-11.39.52-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.39.52-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-809x516.png\";s:5:\"width\";i:809;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-11.39.52-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-11.39.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8196,1599,'_thumbnail_id','1601'),(8197,1599,'_yoast_wpseo_focuskw_text_input','labour'),(8198,1599,'_yoast_wpseo_focuskw','labour'),(8199,1599,'_yoast_wpseo_metadesc','The shortage of migrant labour facing UK farmers could hit both supplies and prices of seasonal fruit and vegetables this summer, warns buying specialist Lynx Purchasing. '),(8200,1599,'_yoast_wpseo_linkdex','86'),(8201,1599,'xyz_fbap','1'),(8205,1599,'_wpas_done_all','1'),(8208,1599,'_wpas_skip_20130109','1'),(8209,1602,'_edit_last','1'),(8210,1602,'_edit_lock','1528720525:1'),(8211,1603,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-13.30.28.png'),(8212,1603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:245;s:6:\"height\";i:247;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-13.30.28.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-13.30.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.30.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x198.png\";s:5:\"width\";i:245;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x160.png\";s:5:\"width\";i:245;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x235.png\";s:5:\"width\";i:245;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x220.png\";s:5:\"width\";i:245;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.30.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x185.png\";s:5:\"width\";i:245;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x185.png\";s:5:\"width\";i:245;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x215.png\";s:5:\"width\";i:245;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-233x247.png\";s:5:\"width\";i:233;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x192.png\";s:5:\"width\";i:245;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x240.png\";s:5:\"width\";i:245;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-245x205.png\";s:5:\"width\";i:245;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.30.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8213,1604,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-13.30.06.png'),(8214,1604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:503;s:6:\"height\";i:253;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-13.30.06.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-13.30.06-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.30.06-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-324x253.png\";s:5:\"width\";i:324;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-356x253.png\";s:5:\"width\";i:356;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-485x253.png\";s:5:\"width\";i:485;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.30.06-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-233x253.png\";s:5:\"width\";i:233;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.30.06-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.30.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8215,1602,'_thumbnail_id','1604'),(8216,1602,'slide_template','default'),(8217,1602,'_bunyad_featured_post','0'),(8218,1602,'_bunyad_cat_label','0'),(8219,1602,'_bunyad_featured_disable','0'),(8220,1602,'_bunyad_reviews','0'),(8221,1602,'_bunyad_review_pos','none'),(8222,1602,'_bunyad_review_type','points'),(8223,1602,'_bunyad_review_verdict','Awesome'),(8224,1602,'_yoast_wpseo_focuskw_text_input','products'),(8225,1602,'_yoast_wpseo_focuskw','products'),(8226,1602,'_yoast_wpseo_title','The Burger Manufacturing Company announces their new product launch'),(8227,1602,'_yoast_wpseo_metadesc','The Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers. HMC beef burgers are made on a dedicated day and monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith.'),(8228,1602,'_yoast_wpseo_linkdex','48'),(8229,1602,'_yoast_wpseo_content_score','30'),(8230,1602,'_yoast_wpseo_primary_category','3'),(8231,1602,'xyz_fbap','1'),(8235,1602,'_wpas_done_all','1'),(8238,1602,'_wpas_skip_20130109','1'),(8241,1606,'_edit_last','1'),(8242,1606,'_edit_lock','1528886425:1'),(8243,1607,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-13.48.54.png'),(8244,1607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:339;s:6:\"height\";i:594;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-13.48.54.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-13.48.54-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.48.54-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x220.png\";s:5:\"width\";i:339;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x364.png\";s:5:\"width\";i:339;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x360.png\";s:5:\"width\";i:339;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x261.png\";s:5:\"width\";i:339;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x462.png\";s:5:\"width\";i:339;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x385.png\";s:5:\"width\";i:339;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x486.png\";s:5:\"width\";i:339;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x580.png\";s:5:\"width\";i:339;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-240x420.png\";s:5:\"width\";i:240;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-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:46:\"Screen-Shot-2018-06-11-at-13.48.54-171x300.png\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.48.54-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x516.png\";s:5:\"width\";i:339;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x336.png\";s:5:\"width\";i:339;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x336.png\";s:5:\"width\";i:339;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x185.png\";s:5:\"width\";i:339;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x185.png\";s:5:\"width\";i:339;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x215.png\";s:5:\"width\";i:339;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x386.png\";s:5:\"width\";i:339;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x460.png\";s:5:\"width\";i:339;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x240.png\";s:5:\"width\";i:339;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.48.54-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-339x336.png\";s:5:\"width\";i:339;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.48.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8245,1608,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-13.49.21.png'),(8246,1608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:595;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-13.49.21.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-13.49.21-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.49.21-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-696x541.png\";s:5:\"width\";i:696;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-765x580.png\";s:5:\"width\";i:765;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-540x420.png\";s:5:\"width\";i:540;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.49.21-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-765x516.png\";s:5:\"width\";i:765;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-13.49.21-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-13.49.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8247,1606,'_thumbnail_id','1608'),(8248,1606,'slide_template','default'),(8249,1606,'_bunyad_featured_post','1'),(8250,1606,'_bunyad_cat_label','0'),(8251,1606,'_bunyad_featured_disable','0'),(8252,1606,'_bunyad_reviews','0'),(8253,1606,'_bunyad_review_pos','none'),(8254,1606,'_bunyad_review_type','points'),(8255,1606,'_bunyad_review_verdict','Awesome'),(8256,1606,'_yoast_wpseo_focuskw_text_input','Licensee'),(8257,1606,'_yoast_wpseo_focuskw','Licensee'),(8258,1606,'_yoast_wpseo_metadesc','The industry’s toughest competition came to a dramatic close on Tuesday the 5th of June, with Alex and Tanya Williams beating the five other finalists to the top spot and winning Licensee of the Year 2018 - sponsored by Sky.'),(8259,1606,'_yoast_wpseo_linkdex','84'),(8260,1606,'_yoast_wpseo_content_score','30'),(8261,1606,'_yoast_wpseo_primary_category','33'),(8262,1606,'xyz_fbap','1'),(8266,1606,'_wpas_done_all','1'),(8269,1606,'_wpas_skip_20130109','1'),(8270,1610,'_edit_last','1'),(8271,1610,'_edit_lock','1528726903:1'),(8272,1611,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-15.12.12-e1528726708786.png'),(8273,1611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:500;s:4:\"file\";s:61:\"2018/06/Screen-Shot-2018-06-11-at-15.12.12-e1528726708786.png\";s:5:\"sizes\";a:36:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-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:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-543x385.png\";s:5:\"width\";i:543;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-543x486.png\";s:5:\"width\";i:543;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-06-11-at-15.12.12-e1528726708786-456x420.png\";s:5:\"width\";i:456;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.12.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-638x516.png\";s:5:\"width\";i:638;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-638x336.png\";s:5:\"width\";i:638;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-638x336.png\";s:5:\"width\";i:638;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.12.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-638x336.png\";s:5:\"width\";i:638;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.12.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8274,1610,'_thumbnail_id','1611'),(8275,1610,'slide_template','default'),(8276,1610,'_bunyad_featured_post','1'),(8277,1610,'_bunyad_cat_label','0'),(8278,1610,'_bunyad_featured_disable','0'),(8279,1610,'_bunyad_reviews','0'),(8280,1610,'_bunyad_review_pos','none'),(8281,1610,'_bunyad_review_type','points'),(8282,1610,'_bunyad_review_verdict','Awesome'),(8283,1610,'_yoast_wpseo_focuskw_text_input','Brewery'),(8284,1610,'_yoast_wpseo_focuskw','Brewery'),(8285,1610,'_yoast_wpseo_metadesc','Langham Brewery has released the first bottles of its classic South Downs Best Bitter to support work in the South Downs National Park, including a campaign to raise funds for critical repairs on the South Downs Way national trail.'),(8286,1610,'_yoast_wpseo_linkdex','80'),(8287,1610,'_yoast_wpseo_content_score','30'),(8288,1610,'_yoast_wpseo_primary_category','8'),(8289,1611,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:638;s:6:\"height\";i:588;s:4:\"file\";s:38:\"Screen-Shot-2018-06-11-at-15.12.12.png\";}}'),(8290,1610,'xyz_fbap','1'),(8294,1610,'_wpas_done_all','1'),(8297,1610,'_wpas_skip_20130109','1'),(8300,1614,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-15.23.27.png'),(8301,1614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:925;s:6:\"height\";i:626;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-15.23.27.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-768x520.png\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-15.23.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.23.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-696x471.png\";s:5:\"width\";i:696;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-925x580.png\";s:5:\"width\";i:925;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-621x420.png\";s:5:\"width\";i:621;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-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:46:\"Screen-Shot-2018-06-11-at-15.23.27-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.23.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-925x516.png\";s:5:\"width\";i:925;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.23.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.23.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8314,1616,'_wp_attached_file','2018/06/Drury.jpg'),(8315,1616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:57;s:4:\"file\";s:17:\"2018/06/Drury.jpg\";s:5:\"sizes\";a:3:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"Drury-80x57.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"Drury-100x57.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Drury-110x57.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:57;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:{}}}'),(8316,1617,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-15.28.02.png'),(8317,1617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:502;s:6:\"height\";i:222;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-15.28.02.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-15.28.02-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.28.02-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-324x222.png\";s:5:\"width\";i:324;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-324x222.png\";s:5:\"width\";i:324;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-356x222.png\";s:5:\"width\";i:356;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-485x222.png\";s:5:\"width\";i:485;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-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:46:\"Screen-Shot-2018-06-11-at-15.28.02-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.28.02-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-233x222.png\";s:5:\"width\";i:233;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-474x222.png\";s:5:\"width\";i:474;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.28.02-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.28.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8323,1619,'_edit_last','1'),(8324,1619,'_edit_lock','1528728506:1'),(8325,1619,'_thumbnail_id','1243'),(8326,1619,'xyz_fbap','1'),(8330,1619,'slide_template','default'),(8331,1619,'_bunyad_featured_post','1'),(8332,1619,'_bunyad_cat_label','0'),(8333,1619,'_bunyad_featured_disable','0'),(8334,1619,'_bunyad_reviews','0'),(8335,1619,'_bunyad_review_pos','none'),(8336,1619,'_bunyad_review_type','points'),(8337,1619,'_bunyad_review_verdict','Awesome'),(8338,1619,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(8339,1619,'_yoast_wpseo_focuskw','UKHospitality'),(8340,1619,'_yoast_wpseo_title','UKHospitality promotes job stability at Low Pay Commission'),(8341,1619,'_yoast_wpseo_metadesc','Future mandatory wage rate increases should only be introduced after full consideration of economic pressures on businesses and take into account sector job losses, according to UKHospitality.'),(8342,1619,'_yoast_wpseo_linkdex','72'),(8343,1619,'_yoast_wpseo_content_score','30'),(8344,1619,'_yoast_wpseo_primary_category','8'),(8345,1619,'_wpas_done_all','1'),(8346,1621,'_edit_last','1'),(8347,1621,'_edit_lock','1528794870:1'),(8348,1622,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-15.55.18.png'),(8349,1622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:521;s:6:\"height\";i:680;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-15.55.18.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-15.55.18-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.55.18-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x261.png\";s:5:\"width\";i:521;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x462.png\";s:5:\"width\";i:521;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x385.png\";s:5:\"width\";i:521;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x486.png\";s:5:\"width\";i:521;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x580.png\";s:5:\"width\";i:521;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-322x420.png\";s:5:\"width\";i:322;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-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:46:\"Screen-Shot-2018-06-11-at-15.55.18-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.55.18-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x516.png\";s:5:\"width\";i:521;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x336.png\";s:5:\"width\";i:521;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x336.png\";s:5:\"width\";i:521;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x386.png\";s:5:\"width\";i:521;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x460.png\";s:5:\"width\";i:521;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-15.55.18-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-521x336.png\";s:5:\"width\";i:521;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-15.55.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8350,1621,'_thumbnail_id','1624'),(8351,1621,'slide_template','default'),(8352,1621,'_bunyad_featured_post','0'),(8353,1621,'_bunyad_cat_label','0'),(8354,1621,'_bunyad_featured_disable','0'),(8355,1621,'_bunyad_reviews','0'),(8356,1621,'_bunyad_review_pos','none'),(8357,1621,'_bunyad_review_type','points'),(8358,1621,'_bunyad_review_verdict','Awesome'),(8359,1621,'_yoast_wpseo_focuskw_text_input','media'),(8360,1621,'_yoast_wpseo_focuskw','media'),(8361,1621,'_yoast_wpseo_metadesc','Fat Media are a full-service digital agency with a host of hospitality clients. From bars and restaurants, to national hotel chains, we have a host of experience in working in the sector. Our services include website design and development, digital marketing, branding and graphic design'),(8362,1621,'_yoast_wpseo_linkdex','74'),(8363,1621,'_yoast_wpseo_content_score','30'),(8364,1621,'_yoast_wpseo_primary_category','10'),(8366,1621,'xyz_fbap','1'),(8370,1621,'_wpas_done_all','1'),(8372,1624,'_wp_attached_file','2018/06/Screen-Shot-2018-06-11-at-16.02.44.png'),(8373,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:406;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-11-at-16.02.44.png\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-11-at-16.02.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-16.02.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x360.png\";s:5:\"width\";i:395;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x261.png\";s:5:\"width\";i:395;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x385.png\";s:5:\"width\";i:395;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-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:46:\"Screen-Shot-2018-06-11-at-16.02.44-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-16.02.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x336.png\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x336.png\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x386.png\";s:5:\"width\";i:395;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x240.png\";s:5:\"width\";i:395;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-11-at-16.02.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-395x336.png\";s:5:\"width\";i:395;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-11-at-16.02.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8376,1621,'_wpas_skip_20130109','1'),(8384,1627,'_edit_last','1'),(8385,1627,'_edit_lock','1528797185:1'),(8386,1628,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-10.31.48.png'),(8387,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-10.31.48.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-10.31.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-10.31.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x360.png\";s:5:\"width\";i:401;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x261.png\";s:5:\"width\";i:401;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x462.png\";s:5:\"width\";i:401;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x385.png\";s:5:\"width\";i:401;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x486.png\";s:5:\"width\";i:401;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x580.png\";s:5:\"width\";i:401;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-270x420.png\";s:5:\"width\";i:270;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-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:46:\"Screen-Shot-2018-06-12-at-10.31.48-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-10.31.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x516.png\";s:5:\"width\";i:401;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x336.png\";s:5:\"width\";i:401;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x336.png\";s:5:\"width\";i:401;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x386.png\";s:5:\"width\";i:401;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x460.png\";s:5:\"width\";i:401;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x240.png\";s:5:\"width\";i:401;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-10.31.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-401x336.png\";s:5:\"width\";i:401;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.31.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8388,1629,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-10.32.00.png'),(8389,1629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:918;s:6:\"height\";i:609;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-10.32.00.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-10.32.00-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-10.32.00-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-918x580.png\";s:5:\"width\";i:918;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-633x420.png\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-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:46:\"Screen-Shot-2018-06-12-at-10.32.00-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-10.32.00-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-918x516.png\";s:5:\"width\";i:918;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-10.32.00-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-10.32.00-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8390,1627,'_thumbnail_id','1629'),(8391,1627,'slide_template','default'),(8392,1627,'_bunyad_featured_post','1'),(8393,1627,'_bunyad_cat_label','0'),(8394,1627,'_bunyad_featured_disable','0'),(8395,1627,'_bunyad_reviews','0'),(8396,1627,'_bunyad_review_pos','none'),(8397,1627,'_bunyad_review_type','points'),(8398,1627,'_bunyad_review_verdict','Awesome'),(8399,1627,'_yoast_wpseo_focuskw_text_input','foodservice'),(8400,1627,'_yoast_wpseo_focuskw','foodservice'),(8401,1627,'_yoast_wpseo_metadesc','The highly prestigious UK Foodservice Quality Food Awards launched a very special Development Chef gong aimed squarely at manufacturers. With an exclusive deadline of the 6th July. The award is completely free to enter and designed to shine a spotlight on the industry innovators working tirelessly behind the scenes.'),(8402,1627,'_yoast_wpseo_linkdex','83'),(8403,1627,'_yoast_wpseo_content_score','30'),(8404,1627,'_yoast_wpseo_primary_category','33'),(8405,1627,'xyz_fbap','1'),(8409,1627,'_wpas_done_all','1'),(8412,1627,'_wpas_skip_20130109','1'),(8413,1631,'_edit_last','1'),(8414,1631,'_edit_lock','1528797989:1'),(8416,1632,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.04.33.png'),(8417,1632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:420;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.04.33.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.04.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.04.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x160.png\";s:5:\"width\";i:290;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x235.png\";s:5:\"width\";i:290;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x400.png\";s:5:\"width\";i:290;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x220.png\";s:5:\"width\";i:290;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x364.png\";s:5:\"width\";i:290;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x360.png\";s:5:\"width\";i:290;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x261.png\";s:5:\"width\";i:290;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x385.png\";s:5:\"width\";i:290;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x420.png\";s:5:\"width\";i:290;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-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:46:\"Screen-Shot-2018-06-12-at-11.04.33-207x300.png\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.04.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x336.png\";s:5:\"width\";i:290;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x336.png\";s:5:\"width\";i:290;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x185.png\";s:5:\"width\";i:290;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x185.png\";s:5:\"width\";i:290;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x215.png\";s:5:\"width\";i:290;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x386.png\";s:5:\"width\";i:290;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x240.png\";s:5:\"width\";i:290;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x205.png\";s:5:\"width\";i:290;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.04.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-290x336.png\";s:5:\"width\";i:290;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8418,1631,'_thumbnail_id','1632'),(8419,1631,'slide_template','default'),(8420,1631,'_bunyad_featured_post','0'),(8421,1631,'_bunyad_cat_label','0'),(8422,1631,'_bunyad_featured_disable','0'),(8423,1631,'_bunyad_reviews','0'),(8424,1631,'_bunyad_review_pos','none'),(8425,1631,'_bunyad_review_type','points'),(8426,1631,'_bunyad_review_verdict','Awesome'),(8427,1631,'_yoast_wpseo_focuskw_text_input','iTilt'),(8428,1631,'_yoast_wpseo_focuskw','iTilt'),(8429,1631,'_yoast_wpseo_title','Hijack Systems welcomes the iTilt to its innovative product range'),(8430,1631,'_yoast_wpseo_metadesc','Hijack Systems, the specialist manufacturer of cellar storage equipment, has added the iTilt to its list of innovative products. The iTilt is a cask tilter with no springs and is just one of many products aimed at making cellar storage as easy as possible.'),(8431,1631,'_yoast_wpseo_linkdex','68'),(8432,1631,'_yoast_wpseo_content_score','30'),(8433,1631,'_yoast_wpseo_primary_category','32'),(8435,1632,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.04.33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}'),(8437,1631,'xyz_fbap','1'),(8441,1631,'_wpas_done_all','1'),(8443,1634,'_edit_last','1'),(8444,1634,'_edit_lock','1528799998:1'),(8445,1635,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.26.33.png'),(8446,1635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:415;s:6:\"height\";i:612;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.26.33.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.26.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.26.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x360.png\";s:5:\"width\";i:415;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x261.png\";s:5:\"width\";i:415;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x462.png\";s:5:\"width\";i:415;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x385.png\";s:5:\"width\";i:415;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x486.png\";s:5:\"width\";i:415;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x580.png\";s:5:\"width\";i:415;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-285x420.png\";s:5:\"width\";i:285;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-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:46:\"Screen-Shot-2018-06-12-at-11.26.33-203x300.png\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.26.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x516.png\";s:5:\"width\";i:415;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x336.png\";s:5:\"width\";i:415;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x336.png\";s:5:\"width\";i:415;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x386.png\";s:5:\"width\";i:415;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x460.png\";s:5:\"width\";i:415;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x240.png\";s:5:\"width\";i:415;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.26.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-415x336.png\";s:5:\"width\";i:415;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.26.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8447,1636,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.25.39.png'),(8448,1636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:923;s:6:\"height\";i:598;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.25.39.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-768x498.png\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.25.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.25.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-696x451.png\";s:5:\"width\";i:696;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-923x580.png\";s:5:\"width\";i:923;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-648x420.png\";s:5:\"width\";i:648;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.25.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-923x516.png\";s:5:\"width\";i:923;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.25.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.25.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8449,1634,'_thumbnail_id','1636'),(8450,1634,'xyz_fbap','1'),(8454,1634,'slide_template','default'),(8455,1634,'_bunyad_featured_post','1'),(8456,1634,'_bunyad_cat_label','0'),(8457,1634,'_bunyad_featured_disable','0'),(8458,1634,'_bunyad_reviews','0'),(8459,1634,'_bunyad_review_pos','none'),(8460,1634,'_bunyad_review_type','points'),(8461,1634,'_bunyad_review_verdict','Awesome'),(8462,1634,'_yoast_wpseo_focuskw_text_input','festival'),(8463,1634,'_yoast_wpseo_focuskw','festival'),(8464,1634,'_yoast_wpseo_metadesc','ARYZTA Food Solutions UK is set to return to the world’s greatest restaurant festival, Taste of London, this June with Chef Ambassadors James Tanner and Wendy Lo, showcasing two exclusive signature creations.'),(8465,1634,'_yoast_wpseo_linkdex','75'),(8466,1634,'_yoast_wpseo_content_score','30'),(8467,1634,'_yoast_wpseo_primary_category','6'),(8468,1634,'_wpas_done_all','1'),(8469,1638,'_edit_last','1'),(8470,1638,'_edit_lock','1528800708:1'),(8471,1639,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.39.46.png'),(8472,1639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:723;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.39.46.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.39.46-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.39.46-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-696x593.png\";s:5:\"width\";i:696;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-723x486.png\";s:5:\"width\";i:723;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-723x580.png\";s:5:\"width\";i:723;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-493x420.png\";s:5:\"width\";i:493;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-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:46:\"Screen-Shot-2018-06-12-at-11.39.46-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.39.46-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-723x516.png\";s:5:\"width\";i:723;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.39.46-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.39.46-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8473,1640,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.48.25.png'),(8474,1640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:558;s:6:\"height\";i:116;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.48.25.png\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.48.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.48.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-218x116.png\";s:5:\"width\";i:218;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-265x116.png\";s:5:\"width\";i:265;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-324x116.png\";s:5:\"width\";i:324;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-324x116.png\";s:5:\"width\";i:324;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-324x116.png\";s:5:\"width\";i:324;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-356x116.png\";s:5:\"width\";i:356;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-356x116.png\";s:5:\"width\";i:356;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-485x116.png\";s:5:\"width\";i:485;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-533x116.png\";s:5:\"width\";i:533;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-534x116.png\";s:5:\"width\";i:534;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.48.25-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.48.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-351x116.png\";s:5:\"width\";i:351;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-351x116.png\";s:5:\"width\";i:351;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-168x116.png\";s:5:\"width\";i:168;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-214x116.png\";s:5:\"width\";i:214;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-343x116.png\";s:5:\"width\";i:343;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-233x116.png\";s:5:\"width\";i:233;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-536x116.png\";s:5:\"width\";i:536;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-269x116.png\";s:5:\"width\";i:269;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-474x116.png\";s:5:\"width\";i:474;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-235x116.png\";s:5:\"width\";i:235;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-326x116.png\";s:5:\"width\";i:326;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.48.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.48.25-214x116.png\";s:5:\"width\";i:214;s:6:\"height\";i:116;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:{}}}'),(8475,1638,'_thumbnail_id','1639'),(8476,1638,'xyz_fbap','1'),(8480,1638,'slide_template','default'),(8481,1638,'_bunyad_featured_post','1'),(8482,1638,'_bunyad_cat_label','0'),(8483,1638,'_bunyad_featured_disable','0'),(8484,1638,'_bunyad_reviews','0'),(8485,1638,'_bunyad_review_pos','none'),(8486,1638,'_bunyad_review_type','points'),(8487,1638,'_bunyad_review_verdict','Awesome'),(8488,1638,'_yoast_wpseo_focuskw_text_input','Hendi'),(8489,1638,'_yoast_wpseo_focuskw','Hendi'),(8490,1638,'_yoast_wpseo_metadesc','The Hendi Contact Grill “Panini” is just the thing for the counter-top or back bar area in cafes, bars, coffee shops and anywhere wanting to serve up a quick snack in limited space.'),(8491,1638,'_yoast_wpseo_linkdex','58'),(8492,1638,'_yoast_wpseo_content_score','30'),(8493,1638,'_yoast_wpseo_primary_category','32'),(8494,1638,'_wpas_done_all','1'),(8495,1642,'_edit_last','1'),(8496,1642,'_edit_lock','1528806315:1'),(8497,1643,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.53.57.png'),(8498,1643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1265;s:6:\"height\";i:710;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.53.57.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-768x431.png\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.53.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-696x391.png\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.57-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.57-1068x599.png\";s:5:\"width\";i:1068;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-748x420.png\";s:5:\"width\";i:748;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-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:46:\"Screen-Shot-2018-06-12-at-11.53.57-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.57-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.57-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8499,1644,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.53.42.png'),(8500,1644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1268;s:6:\"height\";i:609;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.53.42.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-768x369.png\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.53.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-696x334.png\";s:5:\"width\";i:696;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.42-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.42-1068x513.png\";s:5:\"width\";i:1068;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-874x420.png\";s:5:\"width\";i:874;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-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:46:\"Screen-Shot-2018-06-12-at-11.53.42-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.42-1024x492.png\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-12-at-11.53.42-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8501,1645,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-11.53.18.png'),(8502,1645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:280;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-11.53.18.png\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-11.53.18-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.18-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x160.png\";s:5:\"width\";i:295;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x235.png\";s:5:\"width\";i:295;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x220.png\";s:5:\"width\";i:295;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x261.png\";s:5:\"width\";i:295;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.18-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x185.png\";s:5:\"width\";i:295;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x185.png\";s:5:\"width\";i:295;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x215.png\";s:5:\"width\";i:295;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-233x280.png\";s:5:\"width\";i:233;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x240.png\";s:5:\"width\";i:295;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-295x205.png\";s:5:\"width\";i:295;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-11.53.18-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-11.53.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8503,1642,'_thumbnail_id','1643'),(8504,1642,'xyz_fbap','1'),(8508,1642,'slide_template','default'),(8509,1642,'_bunyad_featured_post','1'),(8510,1642,'_bunyad_cat_label','0'),(8511,1642,'_bunyad_featured_disable','0'),(8512,1642,'_bunyad_reviews','0'),(8513,1642,'_bunyad_review_pos','none'),(8514,1642,'_bunyad_review_type','points'),(8515,1642,'_bunyad_review_verdict','Awesome'),(8516,1642,'_yoast_wpseo_focuskw_text_input','Festival'),(8517,1642,'_yoast_wpseo_focuskw','Festival'),(8518,1642,'_yoast_wpseo_title','GO! Organic Festival: New chefs & foodie features galore'),(8519,1642,'_yoast_wpseo_metadesc','GO! Organic, London’s new summer festival.Taking place over the weekend of 8-9 September at Battersea Park, there will be over a dozen live cooking demonstrations in the Organic Kitchen, with top chefs sharing their pro tips and exclusive recipes for creating tasty, naturally-good food every day.'),(8520,1642,'_yoast_wpseo_linkdex','80'),(8521,1642,'_yoast_wpseo_content_score','30'),(8522,1642,'_yoast_wpseo_primary_category','6'),(8523,1642,'_wpas_done_all','1'),(8526,1642,'_wpas_skip_20130109','1'),(8527,1647,'_edit_last','1'),(8528,1647,'_edit_lock','1528806858:1'),(8529,1647,'_thumbnail_id','1243'),(8530,1647,'xyz_fbap','1'),(8534,1647,'slide_template','default'),(8535,1647,'_bunyad_featured_post','1'),(8536,1647,'_bunyad_cat_label','0'),(8537,1647,'_bunyad_featured_disable','0'),(8538,1647,'_bunyad_reviews','0'),(8539,1647,'_bunyad_review_pos','none'),(8540,1647,'_bunyad_review_type','points'),(8541,1647,'_bunyad_review_verdict','Awesome'),(8542,1647,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(8543,1647,'_yoast_wpseo_focuskw','UKHospitality'),(8544,1647,'_yoast_wpseo_title','UKHospitality invites Labour leader to discuss future of sector workforce'),(8545,1647,'_yoast_wpseo_metadesc','UKHospitality has offered to meet with Labour leader Jeremy Corbyn to discuss employment in the hospitality sector. The invitation follows an announcement by Labour that it would, if elected, seek to introduce legislation to provide transparency to tipping practices and address sexual harassment.'),(8546,1647,'_yoast_wpseo_linkdex','77'),(8547,1647,'_yoast_wpseo_content_score','30'),(8548,1647,'_yoast_wpseo_primary_category','8'),(8549,1647,'_wpas_done_all','1'),(8562,1651,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-14.05.27.png'),(8563,1651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-14.05.27.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-14.05.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-14.05.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x160.png\";s:5:\"width\";i:311;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x235.png\";s:5:\"width\";i:311;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x400.png\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x220.png\";s:5:\"width\";i:311;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x364.png\";s:5:\"width\";i:311;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x360.png\";s:5:\"width\";i:311;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x261.png\";s:5:\"width\";i:311;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x462.png\";s:5:\"width\";i:311;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x385.png\";s:5:\"width\";i:311;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x486.png\";s:5:\"width\";i:311;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x580.png\";s:5:\"width\";i:311;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-211x420.png\";s:5:\"width\";i:211;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-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:46:\"Screen-Shot-2018-06-12-at-14.05.27-151x300.png\";s:5:\"width\";i:151;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-14.05.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x516.png\";s:5:\"width\";i:311;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x336.png\";s:5:\"width\";i:311;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x336.png\";s:5:\"width\";i:311;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x185.png\";s:5:\"width\";i:311;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x185.png\";s:5:\"width\";i:311;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x215.png\";s:5:\"width\";i:311;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x386.png\";s:5:\"width\";i:311;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x460.png\";s:5:\"width\";i:311;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x240.png\";s:5:\"width\";i:311;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x205.png\";s:5:\"width\";i:311;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-14.05.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-311x336.png\";s:5:\"width\";i:311;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8564,1652,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-14.05.44.png'),(8565,1652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:599;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-14.05.44.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-14.05.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-14.05.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x360.png\";s:5:\"width\";i:482;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x261.png\";s:5:\"width\";i:482;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x462.png\";s:5:\"width\";i:482;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x385.png\";s:5:\"width\";i:482;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x486.png\";s:5:\"width\";i:482;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x580.png\";s:5:\"width\";i:482;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-338x420.png\";s:5:\"width\";i:338;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-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:46:\"Screen-Shot-2018-06-12-at-14.05.44-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-14.05.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x516.png\";s:5:\"width\";i:482;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x336.png\";s:5:\"width\";i:482;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x336.png\";s:5:\"width\";i:482;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x386.png\";s:5:\"width\";i:482;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x460.png\";s:5:\"width\";i:482;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-14.05.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-482x336.png\";s:5:\"width\";i:482;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-14.05.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8587,1656,'_edit_last','1'),(8588,1656,'_edit_lock','1528886298:1'),(8589,1657,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-15.06.33.png'),(8590,1657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:343;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-15.06.33.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-15.06.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.06.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-324x343.png\";s:5:\"width\";i:324;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-356x343.png\";s:5:\"width\";i:356;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-485x343.png\";s:5:\"width\";i:485;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-534x343.png\";s:5:\"width\";i:534;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-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:46:\"Screen-Shot-2018-06-12-at-15.06.33-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.06.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-684x336.png\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-684x336.png\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-536x343.png\";s:5:\"width\";i:536;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-600x343.png\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.06.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-684x336.png\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8591,1658,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-15.06.07.png');
INSERT INTO `wpfr_postmeta` VALUES (8592,1658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:378;s:6:\"height\";i:231;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-15.06.07.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-15.06.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.06.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-324x231.png\";s:5:\"width\";i:324;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-324x231.png\";s:5:\"width\";i:324;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-356x231.png\";s:5:\"width\";i:356;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-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:46:\"Screen-Shot-2018-06-12-at-15.06.07-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.06.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-233x231.png\";s:5:\"width\";i:233;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.06.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.06.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8593,1659,'_wp_attached_file','2018/06/Screen-Shot-2018-06-12-at-15.05.57.png'),(8594,1659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:273;s:6:\"height\";i:430;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-12-at-15.05.57.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-12-at-15.05.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.05.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x160.png\";s:5:\"width\";i:273;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x235.png\";s:5:\"width\";i:273;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x400.png\";s:5:\"width\";i:273;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x220.png\";s:5:\"width\";i:273;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x364.png\";s:5:\"width\";i:273;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x360.png\";s:5:\"width\";i:273;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x261.png\";s:5:\"width\";i:273;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x385.png\";s:5:\"width\";i:273;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-267x420.png\";s:5:\"width\";i:267;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-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:46:\"Screen-Shot-2018-06-12-at-15.05.57-190x300.png\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.05.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x336.png\";s:5:\"width\";i:273;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x336.png\";s:5:\"width\";i:273;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x185.png\";s:5:\"width\";i:273;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x185.png\";s:5:\"width\";i:273;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x215.png\";s:5:\"width\";i:273;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x386.png\";s:5:\"width\";i:273;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x240.png\";s:5:\"width\";i:273;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x205.png\";s:5:\"width\";i:273;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-12-at-15.05.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-273x336.png\";s:5:\"width\";i:273;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-12-at-15.05.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8595,1656,'_thumbnail_id','1657'),(8596,1656,'slide_template','default'),(8597,1656,'_bunyad_featured_post','1'),(8598,1656,'_bunyad_cat_label','0'),(8599,1656,'_bunyad_featured_disable','0'),(8600,1656,'_bunyad_reviews','0'),(8601,1656,'_bunyad_review_pos','none'),(8602,1656,'_bunyad_review_type','points'),(8603,1656,'_bunyad_review_verdict','Awesome'),(8604,1656,'_yoast_wpseo_focuskw_text_input','Cointreau'),(8605,1656,'_yoast_wpseo_focuskw','Cointreau'),(8606,1656,'_yoast_wpseo_metadesc','World famous orange liqueur brand Cointreau and South Place Hotel have collaborated to bring a slice of Acapulco and its vibrant atmosphere to the Secret Garden at South Place Hotel, from June 29th until the end of August, with a truly tropical Margarita Loves Cointreau pop-up.'),(8607,1656,'_yoast_wpseo_linkdex','73'),(8608,1656,'_yoast_wpseo_content_score','30'),(8609,1656,'_yoast_wpseo_primary_category','2'),(8610,1656,'xyz_fbap','1'),(8614,1656,'_wpas_done_all','1'),(8617,1656,'_wpas_skip_20130109','1'),(8622,1662,'_edit_last','1'),(8623,1662,'_edit_lock','1528892579:1'),(8624,1663,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.01.02.png'),(8625,1663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:534;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.01.02.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.01.02-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.01.02-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x198.png\";s:5:\"width\";i:246;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x160.png\";s:5:\"width\";i:246;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x235.png\";s:5:\"width\";i:246;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x400.png\";s:5:\"width\";i:246;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x220.png\";s:5:\"width\";i:246;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x364.png\";s:5:\"width\";i:246;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x360.png\";s:5:\"width\";i:246;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x261.png\";s:5:\"width\";i:246;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x462.png\";s:5:\"width\";i:246;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x385.png\";s:5:\"width\";i:246;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x486.png\";s:5:\"width\";i:246;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-193x420.png\";s:5:\"width\";i:193;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-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:46:\"Screen-Shot-2018-06-13-at-09.01.02-138x300.png\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.01.02-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x516.png\";s:5:\"width\";i:246;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x336.png\";s:5:\"width\";i:246;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x336.png\";s:5:\"width\";i:246;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x185.png\";s:5:\"width\";i:246;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x185.png\";s:5:\"width\";i:246;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x215.png\";s:5:\"width\";i:246;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x386.png\";s:5:\"width\";i:246;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x192.png\";s:5:\"width\";i:246;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x460.png\";s:5:\"width\";i:246;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x240.png\";s:5:\"width\";i:246;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x205.png\";s:5:\"width\";i:246;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.01.02-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-246x336.png\";s:5:\"width\";i:246;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.01.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8626,1664,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.00.45.png'),(8627,1664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:305;s:6:\"height\";i:549;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.00.45.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.00.45-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.00.45-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x160.png\";s:5:\"width\";i:305;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x235.png\";s:5:\"width\";i:305;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x400.png\";s:5:\"width\";i:305;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x220.png\";s:5:\"width\";i:305;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x364.png\";s:5:\"width\";i:305;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x360.png\";s:5:\"width\";i:305;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x261.png\";s:5:\"width\";i:305;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x462.png\";s:5:\"width\";i:305;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x385.png\";s:5:\"width\";i:305;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x486.png\";s:5:\"width\";i:305;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-233x420.png\";s:5:\"width\";i:233;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-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:46:\"Screen-Shot-2018-06-13-at-09.00.45-167x300.png\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.00.45-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x516.png\";s:5:\"width\";i:305;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x336.png\";s:5:\"width\";i:305;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x336.png\";s:5:\"width\";i:305;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x185.png\";s:5:\"width\";i:305;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x185.png\";s:5:\"width\";i:305;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x215.png\";s:5:\"width\";i:305;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x386.png\";s:5:\"width\";i:305;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x460.png\";s:5:\"width\";i:305;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x240.png\";s:5:\"width\";i:305;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x205.png\";s:5:\"width\";i:305;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.00.45-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-305x336.png\";s:5:\"width\";i:305;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.00.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8628,1662,'_thumbnail_id','1711'),(8629,1662,'slide_template','default'),(8630,1662,'_bunyad_featured_post','0'),(8631,1662,'_bunyad_cat_label','0'),(8632,1662,'_bunyad_featured_disable','0'),(8633,1662,'_bunyad_reviews','0'),(8634,1662,'_bunyad_review_pos','none'),(8635,1662,'_bunyad_review_type','points'),(8636,1662,'_bunyad_review_verdict','Awesome'),(8637,1662,'_yoast_wpseo_focuskw_text_input','Demand'),(8638,1662,'_yoast_wpseo_focuskw','Demand'),(8639,1662,'_yoast_wpseo_metadesc','With demand growing for high quality no and low alcohol beers plus gluten-free options, Euroboozer has added a trio of high class brews from Austria’s famous Stiegl brewery, which will all be showcased at Imbibe 2018 from the 2nd-3rd July at London Olympia. '),(8640,1662,'_yoast_wpseo_linkdex','71'),(8641,1662,'_yoast_wpseo_content_score','30'),(8642,1662,'_yoast_wpseo_primary_category','2'),(8644,1662,'xyz_fbap','1'),(8648,1662,'_wpas_done_all','1'),(8650,1667,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.12.39.png'),(8651,1667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:287;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.12.39.png\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.12.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.12.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x198.png\";s:5:\"width\";i:256;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x160.png\";s:5:\"width\";i:256;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x235.png\";s:5:\"width\";i:256;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x220.png\";s:5:\"width\";i:256;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x261.png\";s:5:\"width\";i:256;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.12.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x185.png\";s:5:\"width\";i:256;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x185.png\";s:5:\"width\";i:256;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x215.png\";s:5:\"width\";i:256;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-233x287.png\";s:5:\"width\";i:233;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x192.png\";s:5:\"width\";i:256;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x240.png\";s:5:\"width\";i:256;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-256x205.png\";s:5:\"width\";i:256;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.12.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.12.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8654,1662,'_wpas_skip_20130109','1'),(8661,1669,'_edit_last','1'),(8662,1669,'_edit_lock','1529310256:1'),(8663,1670,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.21.22.png'),(8664,1670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.21.22.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.21.22-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.21.22-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x360.png\";s:5:\"width\";i:458;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x261.png\";s:5:\"width\";i:458;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x462.png\";s:5:\"width\";i:458;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x385.png\";s:5:\"width\";i:458;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x486.png\";s:5:\"width\";i:458;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x580.png\";s:5:\"width\";i:458;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-311x420.png\";s:5:\"width\";i:311;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-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:46:\"Screen-Shot-2018-06-13-at-09.21.22-222x300.png\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.21.22-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x516.png\";s:5:\"width\";i:458;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x336.png\";s:5:\"width\";i:458;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x336.png\";s:5:\"width\";i:458;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x386.png\";s:5:\"width\";i:458;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x460.png\";s:5:\"width\";i:458;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x240.png\";s:5:\"width\";i:458;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.21.22-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-458x336.png\";s:5:\"width\";i:458;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.21.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8665,1669,'_thumbnail_id','1670'),(8666,1669,'slide_template','default'),(8667,1669,'_bunyad_featured_post','0'),(8668,1669,'_bunyad_cat_label','0'),(8669,1669,'_bunyad_featured_disable','0'),(8670,1669,'_bunyad_reviews','0'),(8671,1669,'_bunyad_review_pos','none'),(8672,1669,'_bunyad_review_type','points'),(8673,1669,'_bunyad_review_verdict','Awesome'),(8674,1669,'_yoast_wpseo_focuskw_text_input','Rustic'),(8675,1669,'_yoast_wpseo_focuskw','Rustic'),(8676,1669,'_yoast_wpseo_title','Speciality Breads’ Portfolio Expands with New Rustic Baguettes'),(8677,1669,'_yoast_wpseo_metadesc','On the back of the successful launch of its range of frozen doughs, Red Tractor-certified baker Speciality Breads has this time further expanded its artisan range of frozen breads with the addition of multi-functional Rustic Baguettes.'),(8678,1669,'_yoast_wpseo_linkdex','79'),(8679,1669,'_yoast_wpseo_content_score','30'),(8680,1669,'_yoast_wpseo_primary_category','3'),(8682,1669,'xyz_fbap','1'),(8686,1669,'_wpas_done_all','1'),(8690,1669,'_wpas_skip_20130109','1'),(8697,1672,'_edit_last','1'),(8698,1672,'_edit_lock','1528878822:1'),(8699,1673,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.30.25.png'),(8700,1673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:930;s:6:\"height\";i:570;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.30.25.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-768x471.png\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.30.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.30.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-696x427.png\";s:5:\"width\";i:696;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-685x420.png\";s:5:\"width\";i:685;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-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:46:\"Screen-Shot-2018-06-13-at-09.30.25-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.30.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-930x516.png\";s:5:\"width\";i:930;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.30.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8701,1674,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.30.08.png'),(8702,1674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.30.08.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.30.08-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.30.08-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x360.png\";s:5:\"width\";i:401;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x261.png\";s:5:\"width\";i:401;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x462.png\";s:5:\"width\";i:401;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x385.png\";s:5:\"width\";i:401;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x486.png\";s:5:\"width\";i:401;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x580.png\";s:5:\"width\";i:401;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-277x420.png\";s:5:\"width\";i:277;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-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:46:\"Screen-Shot-2018-06-13-at-09.30.08-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.30.08-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x516.png\";s:5:\"width\";i:401;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x336.png\";s:5:\"width\";i:401;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x336.png\";s:5:\"width\";i:401;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x386.png\";s:5:\"width\";i:401;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x460.png\";s:5:\"width\";i:401;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x240.png\";s:5:\"width\";i:401;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.30.08-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-401x336.png\";s:5:\"width\";i:401;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.30.08-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8703,1672,'_thumbnail_id','1673'),(8704,1672,'slide_template','default'),(8705,1672,'_bunyad_featured_post','1'),(8706,1672,'_bunyad_cat_label','0'),(8707,1672,'_bunyad_featured_disable','0'),(8708,1672,'_bunyad_reviews','0'),(8709,1672,'_bunyad_review_pos','none'),(8710,1672,'_bunyad_review_type','points'),(8711,1672,'_bunyad_review_verdict','Awesome'),(8712,1672,'_yoast_wpseo_focuskw_text_input','Masterchef'),(8713,1672,'_yoast_wpseo_focuskw','Masterchef'),(8714,1672,'_yoast_wpseo_title','Hospitality apprentices impress at HIT MasterChef Finals'),(8715,1672,'_yoast_wpseo_metadesc','Adam Leyland Simpson has been crowned winner of HIT Training’s Apprentice MasterChef competition (held on 6th June) at Central Street Cookery School, St Luke’s, London, after a heated cook-off against nine other apprentices from across the UK.'),(8716,1672,'_yoast_wpseo_linkdex','85'),(8717,1672,'_yoast_wpseo_content_score','30'),(8718,1672,'_yoast_wpseo_primary_category','6'),(8719,1672,'xyz_fbap','1'),(8723,1672,'_wpas_done_all','1'),(8724,1676,'_edit_last','1'),(8725,1676,'_edit_lock','1528881079:1'),(8726,1677,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.58.37.png'),(8727,1677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:879;s:6:\"height\";i:580;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.58.37.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.58.37-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.58.37-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-879x580.png\";s:5:\"width\";i:879;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-637x420.png\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.58.37-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-879x516.png\";s:5:\"width\";i:879;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.58.37-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8728,1678,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-09.58.25.png'),(8729,1678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:915;s:6:\"height\";i:603;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-09.58.25.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-09.58.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.58.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-915x580.png\";s:5:\"width\";i:915;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-637x420.png\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-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:46:\"Screen-Shot-2018-06-13-at-09.58.25-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.58.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-915x516.png\";s:5:\"width\";i:915;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-09.58.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-09.58.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8730,1676,'_thumbnail_id','1678'),(8731,1676,'slide_template','default'),(8732,1676,'_bunyad_featured_post','1'),(8733,1676,'_bunyad_cat_label','0'),(8734,1676,'_bunyad_featured_disable','0'),(8735,1676,'_bunyad_reviews','0'),(8736,1676,'_bunyad_review_pos','none'),(8737,1676,'_bunyad_review_type','points'),(8738,1676,'_bunyad_review_verdict','Awesome'),(8739,1676,'_yoast_wpseo_focuskw_text_input','Feature'),(8740,1676,'_yoast_wpseo_focuskw','Feature'),(8741,1676,'_yoast_wpseo_metadesc','This spotlight feature examines the classic spirit, Vodka, its history and how we should be serving it up. Vodka, the spirit composed of water and ethanol (often added with flavourings), is made through distilling cereal grains or potatoes that are fermented.'),(8742,1676,'_yoast_wpseo_linkdex','78'),(8743,1676,'_yoast_wpseo_content_score','30'),(8744,1676,'_yoast_wpseo_primary_category','2'),(8745,1676,'xyz_fbap','1'),(8749,1676,'_wpas_done_all','1'),(8750,1682,'_edit_last','1'),(8751,1682,'slide_template','default'),(8752,1682,'_bunyad_featured_post','0'),(8753,1682,'_bunyad_cat_label','0'),(8754,1682,'_bunyad_featured_disable','0'),(8755,1682,'_bunyad_reviews','0'),(8756,1682,'_bunyad_review_pos','none'),(8757,1682,'_bunyad_review_type','points'),(8758,1682,'_bunyad_review_verdict','Awesome'),(8759,1682,'_yoast_wpseo_content_score','30'),(8760,1682,'_yoast_wpseo_primary_category','32'),(8761,1682,'_edit_lock','1528886199:1'),(8762,1684,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-10.15.57.png'),(8763,1684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:691;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-10.15.57.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-10.15.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.15.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-696x557.png\";s:5:\"width\";i:696;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-864x580.png\";s:5:\"width\";i:864;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-525x420.png\";s:5:\"width\";i:525;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-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:46:\"Screen-Shot-2018-06-13-at-10.15.57-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.15.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-864x516.png\";s:5:\"width\";i:864;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.15.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.15.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8764,1685,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-10.17.35.png'),(8765,1685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:344;s:6:\"height\";i:98;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-10.17.35.png\";s:5:\"sizes\";a:19:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-10.17.35-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-218x98.png\";s:5:\"width\";i:218;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-265x98.png\";s:5:\"width\";i:265;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-324x98.png\";s:5:\"width\";i:324;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-324x98.png\";s:5:\"width\";i:324;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-324x98.png\";s:5:\"width\";i:324;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-168x98.png\";s:5:\"width\";i:168;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-214x98.png\";s:5:\"width\";i:214;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-343x98.png\";s:5:\"width\";i:343;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-233x98.png\";s:5:\"width\";i:233;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-269x98.png\";s:5:\"width\";i:269;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-235x98.png\";s:5:\"width\";i:235;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-326x98.png\";s:5:\"width\";i:326;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.17.35-214x98.png\";s:5:\"width\";i:214;s:6:\"height\";i:98;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:{}}}'),(8766,1682,'_thumbnail_id','1684'),(8767,1682,'xyz_fbap','1'),(8771,1682,'_yoast_wpseo_focuskw_text_input','cool'),(8772,1682,'_yoast_wpseo_focuskw','cool'),(8773,1682,'_yoast_wpseo_metadesc','A cold frosted glass is the prerequisite to serving a perfect cocktail or premium beer. Frosted glasses enhance the taste of the ingredients and keep the drink cool for longer with the added bonus of looking stunning as well.'),(8774,1682,'_yoast_wpseo_linkdex','71'),(8775,1682,'_wpas_done_all','1'),(8778,1682,'_wpas_skip_20130109','1'),(8785,1687,'_edit_last','1'),(8786,1687,'_edit_lock','1528892337:1'),(8787,1688,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-10.27.12.png'),(8788,1688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:630;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-10.27.12.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-10.27.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.27.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x360.png\";s:5:\"width\";i:468;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x261.png\";s:5:\"width\";i:468;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x462.png\";s:5:\"width\";i:468;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x385.png\";s:5:\"width\";i:468;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x486.png\";s:5:\"width\";i:468;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x580.png\";s:5:\"width\";i:468;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-312x420.png\";s:5:\"width\";i:312;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-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:46:\"Screen-Shot-2018-06-13-at-10.27.12-223x300.png\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.27.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x516.png\";s:5:\"width\";i:468;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x386.png\";s:5:\"width\";i:468;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x460.png\";s:5:\"width\";i:468;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x240.png\";s:5:\"width\";i:468;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.27.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.27.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8789,1687,'_thumbnail_id','1688'),(8790,1687,'xyz_fbap','1'),(8794,1687,'slide_template','default'),(8795,1687,'_bunyad_featured_post','0'),(8796,1687,'_bunyad_cat_label','0'),(8797,1687,'_bunyad_featured_disable','0'),(8798,1687,'_bunyad_reviews','0'),(8799,1687,'_bunyad_review_pos','none'),(8800,1687,'_bunyad_review_type','points'),(8801,1687,'_bunyad_review_verdict','Awesome'),(8802,1687,'_yoast_wpseo_focuskw_text_input','Oven'),(8803,1687,'_yoast_wpseo_focuskw','Oven'),(8804,1687,'_yoast_wpseo_metadesc','What do chefs want from their combination oven? They want them to be easy to use.  And they want them to cook more food, provided it doesn’t compromise quality.  Lainox has launched an upgraded version of the Naboo combination oven that delivers on both counts. '),(8805,1687,'_yoast_wpseo_linkdex','79'),(8806,1687,'_yoast_wpseo_content_score','30'),(8807,1687,'_yoast_wpseo_primary_category','32'),(8808,1687,'_wpas_done_all','1'),(8812,1687,'_wpas_skip_20130109','1'),(8814,1692,'_edit_last','1'),(8815,1692,'_edit_lock','1528883249:1'),(8816,1693,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-10.44.26.png'),(8817,1693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:716;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-10.44.26.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-10.44.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.44.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x360.png\";s:5:\"width\";i:449;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x261.png\";s:5:\"width\";i:449;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x462.png\";s:5:\"width\";i:449;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x385.png\";s:5:\"width\";i:449;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x486.png\";s:5:\"width\";i:449;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x580.png\";s:5:\"width\";i:449;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-263x420.png\";s:5:\"width\";i:263;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-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:46:\"Screen-Shot-2018-06-13-at-10.44.26-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.44.26-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x516.png\";s:5:\"width\";i:449;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x336.png\";s:5:\"width\";i:449;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x336.png\";s:5:\"width\";i:449;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x386.png\";s:5:\"width\";i:449;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x460.png\";s:5:\"width\";i:449;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x240.png\";s:5:\"width\";i:449;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.44.26-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-449x336.png\";s:5:\"width\";i:449;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.44.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8818,1692,'_thumbnail_id','1695'),(8819,1692,'slide_template','default'),(8820,1692,'_bunyad_featured_post','0'),(8821,1692,'_bunyad_cat_label','0'),(8822,1692,'_bunyad_featured_disable','0'),(8823,1692,'_bunyad_reviews','0'),(8824,1692,'_bunyad_review_pos','none'),(8825,1692,'_bunyad_review_type','points'),(8826,1692,'_bunyad_review_verdict','Awesome'),(8827,1692,'_yoast_wpseo_focuskw_text_input','manager'),(8828,1692,'_yoast_wpseo_focuskw','manager'),(8829,1692,'_yoast_wpseo_metadesc','Falcon and Williams appoint Steven Grahamslaw as new area sales manager for Scotland. Steven has worked at Falcon since 2015 based in the buying team, and is looking forward to the challenges of his new role in the sales team.'),(8830,1692,'_yoast_wpseo_linkdex','79'),(8831,1692,'_yoast_wpseo_content_score','30'),(8832,1692,'_yoast_wpseo_primary_category','8'),(8834,1695,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-10.45.47.png'),(8835,1695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:472;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-10.45.47.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-10.45.47-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.45.47-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x261.png\";s:5:\"width\";i:489;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x462.png\";s:5:\"width\";i:489;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x385.png\";s:5:\"width\";i:489;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-435x420.png\";s:5:\"width\";i:435;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-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:46:\"Screen-Shot-2018-06-13-at-10.45.47-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.45.47-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x336.png\";s:5:\"width\";i:489;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x336.png\";s:5:\"width\";i:489;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x386.png\";s:5:\"width\";i:489;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x460.png\";s:5:\"width\";i:489;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.45.47-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-489x336.png\";s:5:\"width\";i:489;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.45.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8836,1692,'xyz_fbap','1'),(8840,1692,'_wpas_done_all','1'),(8841,1696,'_edit_last','1'),(8842,1696,'_edit_lock','1528884981:1'),(8843,1697,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-10.52.44.png'),(8844,1697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1064;s:6:\"height\";i:698;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-10.52.44.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-768x504.png\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-10.52.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.52.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-696x457.png\";s:5:\"width\";i:696;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-10.52.44-1064x580.png\";s:5:\"width\";i:1064;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-640x420.png\";s:5:\"width\";i:640;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-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:46:\"Screen-Shot-2018-06-13-at-10.52.44-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-10.52.44-1024x672.png\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.52.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-10.52.44-1064x516.png\";s:5:\"width\";i:1064;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-10.52.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-10.52.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8845,1696,'_thumbnail_id','1697'),(8846,1696,'xyz_fbap','1'),(8850,1696,'slide_template','default'),(8851,1696,'_bunyad_featured_post','0'),(8852,1696,'_bunyad_cat_label','0'),(8853,1696,'_bunyad_featured_disable','0'),(8854,1696,'_bunyad_reviews','0'),(8855,1696,'_bunyad_review_pos','none'),(8856,1696,'_bunyad_review_type','points'),(8857,1696,'_bunyad_review_verdict','Awesome'),(8858,1696,'_yoast_wpseo_focuskw_text_input','KP\'s'),(8859,1696,'_yoast_wpseo_focuskw','KP\'s'),(8860,1696,'_yoast_wpseo_metadesc','It’s KP Day again! Photograph your champion KPs and help out a good cause, 22nd June 2018. 22 June 2018 is National KP Day, when the kitchen crew gets to have a bit of fun and raise cash for Springboard, the charity that helps young and disadvantaged people gain employment in the hospitality industry. '),(8861,1696,'_yoast_wpseo_linkdex','60'),(8862,1696,'_yoast_wpseo_content_score','60'),(8863,1696,'_yoast_wpseo_primary_category','8'),(8864,1696,'_wpas_done_all','1'),(8867,1696,'_wpas_skip_20130109','1'),(8868,1699,'_edit_last','1'),(8869,1699,'_edit_lock','1528901458:1'),(8885,1707,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-11.50.06.png'),(8886,1707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:603;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-11.50.06.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-11.50.06-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-11.50.06-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-696x458.png\";s:5:\"width\";i:696;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-916x580.png\";s:5:\"width\";i:916;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-638x420.png\";s:5:\"width\";i:638;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-11.50.06-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-916x516.png\";s:5:\"width\";i:916;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-11.50.06-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-11.50.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8887,1699,'_thumbnail_id','1707'),(8888,1699,'xyz_fbap','1'),(8892,1699,'slide_template','default'),(8893,1699,'_bunyad_featured_post','1'),(8894,1699,'_bunyad_cat_label','0'),(8895,1699,'_bunyad_featured_disable','0'),(8896,1699,'_bunyad_reviews','0'),(8897,1699,'_bunyad_review_pos','none'),(8898,1699,'_bunyad_review_type','points'),(8899,1699,'_bunyad_review_verdict','Awesome'),(8900,1699,'_yoast_wpseo_focuskw_text_input','Foodservice'),(8901,1699,'_yoast_wpseo_focuskw','Foodservice'),(8902,1699,'_yoast_wpseo_title','ARYZTA Food Solutions brings an authentic touch of hygee to UK Foodservice'),(8903,1699,'_yoast_wpseo_metadesc','UK foodservice specialist ARYZTA Food Solutions is exclusively unveiling three new Danish pastry lines that take authenticity to new levels. The innovative flavours have been lovingly made in Denmark – the world famous home of the indulgent treat, before being frozen at source and made available to the UK market.    '),(8904,1699,'_yoast_wpseo_linkdex','69'),(8905,1699,'_yoast_wpseo_content_score','30'),(8906,1699,'_yoast_wpseo_primary_category','3'),(8907,1699,'_wpas_done_all','1'),(8909,1709,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-13.20.26.png'),(8910,1709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:227;s:6:\"height\";i:596;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-13.20.26.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-13.20.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.20.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x198.png\";s:5:\"width\";i:227;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x160.png\";s:5:\"width\";i:227;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x235.png\";s:5:\"width\";i:227;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x400.png\";s:5:\"width\";i:227;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x220.png\";s:5:\"width\";i:227;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x364.png\";s:5:\"width\";i:227;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x360.png\";s:5:\"width\";i:227;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x261.png\";s:5:\"width\";i:227;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x462.png\";s:5:\"width\";i:227;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x385.png\";s:5:\"width\";i:227;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x486.png\";s:5:\"width\";i:227;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x580.png\";s:5:\"width\";i:227;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-160x420.png\";s:5:\"width\";i:160;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-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:46:\"Screen-Shot-2018-06-13-at-13.20.26-114x300.png\";s:5:\"width\";i:114;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.20.26-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x516.png\";s:5:\"width\";i:227;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x336.png\";s:5:\"width\";i:227;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x336.png\";s:5:\"width\";i:227;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x185.png\";s:5:\"width\";i:227;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x185.png\";s:5:\"width\";i:227;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x215.png\";s:5:\"width\";i:227;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x300.png\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x386.png\";s:5:\"width\";i:227;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x192.png\";s:5:\"width\";i:227;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x460.png\";s:5:\"width\";i:227;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x240.png\";s:5:\"width\";i:227;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x216.png\";s:5:\"width\";i:227;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x205.png\";s:5:\"width\";i:227;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.20.26-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-227x336.png\";s:5:\"width\";i:227;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.20.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8913,1711,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-13.23.05.png'),(8914,1711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:381;s:6:\"height\";i:385;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-13.23.05.png\";s:5:\"sizes\";a:30:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-13.23.05-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.23.05-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-324x385.png\";s:5:\"width\";i:324;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x360.png\";s:5:\"width\";i:381;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x261.png\";s:5:\"width\";i:381;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x385.png\";s:5:\"width\";i:381;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-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:46:\"Screen-Shot-2018-06-13-at-13.23.05-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.23.05-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x336.png\";s:5:\"width\";i:381;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x336.png\";s:5:\"width\";i:381;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x240.png\";s:5:\"width\";i:381;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.23.05-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-381x336.png\";s:5:\"width\";i:381;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.23.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8917,1712,'_edit_last','1'),(8918,1712,'_edit_lock','1528895804:1'),(8919,1713,'_wp_attached_file','2018/06/Screen-Shot-2018-06-13-at-13.29.12.png'),(8920,1713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1072;s:6:\"height\";i:702;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-13-at-13.29.12.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-768x503.png\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-13-at-13.29.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.29.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-696x456.png\";s:5:\"width\";i:696;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-13.29.12-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-13.29.12-1068x699.png\";s:5:\"width\";i:1068;s:6:\"height\";i:699;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-641x420.png\";s:5:\"width\";i:641;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-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:46:\"Screen-Shot-2018-06-13-at-13.29.12-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-13.29.12-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.29.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-13-at-13.29.12-1072x516.png\";s:5:\"width\";i:1072;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-13-at-13.29.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-13-at-13.29.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8921,1712,'_thumbnail_id','1713'),(8922,1712,'xyz_fbap','1'),(8926,1712,'slide_template','default'),(8927,1712,'_bunyad_featured_post','1'),(8928,1712,'_bunyad_cat_label','0'),(8929,1712,'_bunyad_featured_disable','0'),(8930,1712,'_bunyad_reviews','0'),(8931,1712,'_bunyad_review_pos','none'),(8932,1712,'_bunyad_review_type','points'),(8933,1712,'_bunyad_review_verdict','Awesome'),(8934,1712,'_yoast_wpseo_focuskw_text_input','Charity'),(8935,1712,'_yoast_wpseo_focuskw','Charity'),(8936,1712,'_yoast_wpseo_title','CESA, CEDA and the FCSI host charity race day in aid of Hospitality Action'),(8937,1712,'_yoast_wpseo_metadesc','CESA is inviting all the petrol heads of the catering world to compete at the Foodservice Industry Race Day on Thursday 13th September 2018 at Daytona Milton Keynes. The fundraising event offers the chance for drivers to bring their A-game to the go-kart track for a good cause.'),(8938,1712,'_yoast_wpseo_linkdex','68'),(8939,1712,'_yoast_wpseo_content_score','30'),(8940,1712,'_yoast_wpseo_primary_category','6'),(8941,1712,'_wpas_done_all','1'),(8944,1712,'_wpas_skip_20130109','1'),(8948,1699,'_wpas_skip_20130109','1'),(8954,1717,'_edit_last','1'),(8955,1717,'_edit_lock','1529312617:1'),(8956,1717,'_thumbnail_id','1243'),(8957,1717,'xyz_fbap','1'),(8961,1717,'slide_template','default'),(8962,1717,'_bunyad_featured_post','1'),(8963,1717,'_bunyad_cat_label','0'),(8964,1717,'_bunyad_featured_disable','0'),(8965,1717,'_bunyad_reviews','0'),(8966,1717,'_bunyad_review_pos','none'),(8967,1717,'_bunyad_review_type','points'),(8968,1717,'_bunyad_review_verdict','Awesome'),(8969,1717,'_yoast_wpseo_focuskw_text_input','diversity'),(8970,1717,'_yoast_wpseo_focuskw','diversity'),(8971,1717,'_yoast_wpseo_metadesc','Offering more part time senior positions and showcasing real life examples of progression were among many suggestions of ways to help diversify.'),(8972,1717,'_yoast_wpseo_linkdex','71'),(8973,1717,'_yoast_wpseo_content_score','30'),(8974,1717,'_yoast_wpseo_primary_category','8'),(8975,1717,'_wpas_done_all','1'),(8976,1719,'_edit_last','1'),(8977,1719,'_edit_lock','1529481539:1'),(8979,1720,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-10.18.25.png'),(8980,1720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:371;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-10.18.25.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-10.18.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.18.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-324x371.png\";s:5:\"width\";i:324;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-522x261.png\";s:5:\"width\";i:522;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-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:46:\"Screen-Shot-2018-06-18-at-10.18.25-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.18.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-522x336.png\";s:5:\"width\";i:522;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-522x336.png\";s:5:\"width\";i:522;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.18.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-522x336.png\";s:5:\"width\";i:522;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.18.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8981,1721,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-10.19.04.png'),(8982,1721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:499;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-10.19.04.png\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-10.19.04-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.19.04-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-674x385.png\";s:5:\"width\";i:674;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-674x486.png\";s:5:\"width\";i:674;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-567x420.png\";s:5:\"width\";i:567;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-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:46:\"Screen-Shot-2018-06-18-at-10.19.04-300x222.png\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.19.04-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-674x336.png\";s:5:\"width\";i:674;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-674x336.png\";s:5:\"width\";i:674;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.19.04-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-674x336.png\";s:5:\"width\";i:674;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.19.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(8983,1719,'_thumbnail_id','1721'),(8984,1719,'slide_template','default'),(8985,1719,'_bunyad_featured_post','1'),(8986,1719,'_bunyad_cat_label','0'),(8987,1719,'_bunyad_featured_disable','0'),(8988,1719,'_bunyad_reviews','0'),(8989,1719,'_bunyad_review_pos','none'),(8990,1719,'_bunyad_review_type','points'),(8991,1719,'_bunyad_review_verdict','Awesome'),(8992,1719,'_yoast_wpseo_focuskw_text_input','Tansun'),(8993,1719,'_yoast_wpseo_focuskw','Tansun'),(8994,1719,'_yoast_wpseo_title','Tansun serves up reliable heating ahead of Wimbledon'),(8995,1719,'_yoast_wpseo_metadesc','Tansun has recognised the rise in the popularity of stylish outdoor eating areas, with more mid to high-end restaurants looking to benefit from the demand.'),(8996,1719,'_yoast_wpseo_linkdex','74'),(8997,1719,'_yoast_wpseo_content_score','30'),(8998,1719,'_yoast_wpseo_primary_category','32'),(8999,1719,'xyz_fbap','1'),(9003,1719,'_wpas_done_all','1'),(9004,1724,'_edit_last','1'),(9005,1724,'_edit_lock','1529315004:1'),(9006,1725,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-10.32.03.png'),(9007,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:714;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-10.32.03.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-768x458.png\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-10.32.03-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.32.03-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-696x415.png\";s:5:\"width\";i:696;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-18-at-10.32.03-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-18-at-10.32.03-1068x637.png\";s:5:\"width\";i:1068;s:6:\"height\";i:637;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-705x420.png\";s:5:\"width\";i:705;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-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:46:\"Screen-Shot-2018-06-18-at-10.32.03-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-18-at-10.32.03-1024x610.png\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.32.03-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-18-at-10.32.03-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-10.32.03-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-10.32.03-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9008,1724,'_thumbnail_id','1725'),(9009,1724,'slide_template','default'),(9010,1724,'_bunyad_featured_post','1'),(9011,1724,'_bunyad_cat_label','0'),(9012,1724,'_bunyad_featured_disable','0'),(9013,1724,'_bunyad_reviews','0'),(9014,1724,'_bunyad_review_pos','none'),(9015,1724,'_bunyad_review_type','points'),(9016,1724,'_bunyad_review_verdict','Awesome'),(9017,1724,'_yoast_wpseo_focuskw_text_input','show'),(9018,1724,'_yoast_wpseo_focuskw','show'),(9019,1724,'_yoast_wpseo_title','Commercial Kitchen confirms best show yet ahead of bigger 2019 event'),(9020,1724,'_yoast_wpseo_metadesc','Commercial Kitchen, the dedicated UK trade show for the catering equipment and services industry, was bustling with activity and new innovations last week.'),(9021,1724,'_yoast_wpseo_linkdex','80'),(9022,1724,'_yoast_wpseo_content_score','30'),(9023,1724,'_yoast_wpseo_primary_category','6'),(9024,1724,'xyz_fbap','1'),(9028,1724,'_wpas_done_all','1'),(9031,1729,'_edit_last','1'),(9032,1729,'_edit_lock','1529317002:1'),(9033,1730,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.00.14.png'),(9034,1730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:638;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.00.14.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.00.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.00.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x261.png\";s:5:\"width\";i:495;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x462.png\";s:5:\"width\";i:495;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x385.png\";s:5:\"width\";i:495;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x486.png\";s:5:\"width\";i:495;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x580.png\";s:5:\"width\";i:495;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-326x420.png\";s:5:\"width\";i:326;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-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:46:\"Screen-Shot-2018-06-18-at-11.00.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.00.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x516.png\";s:5:\"width\";i:495;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x336.png\";s:5:\"width\";i:495;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x336.png\";s:5:\"width\";i:495;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x386.png\";s:5:\"width\";i:495;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x460.png\";s:5:\"width\";i:495;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.00.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-495x336.png\";s:5:\"width\";i:495;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.00.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9035,1729,'_thumbnail_id','1730'),(9036,1729,'slide_template','default'),(9037,1729,'_bunyad_featured_post','0'),(9038,1729,'_bunyad_cat_label','0'),(9039,1729,'_bunyad_featured_disable','0'),(9040,1729,'_bunyad_reviews','0'),(9041,1729,'_bunyad_review_pos','none'),(9042,1729,'_bunyad_review_type','points'),(9043,1729,'_bunyad_review_verdict','Awesome'),(9044,1729,'_yoast_wpseo_focuskw_text_input','Parsley'),(9045,1729,'_yoast_wpseo_focuskw','Parsley'),(9046,1729,'_yoast_wpseo_title','Parsley in Time expands sales team with top tableware specialist'),(9047,1729,'_yoast_wpseo_metadesc','Shane Cuthbert has joined Parsley in Time as Business Development Manager. Shane is a well-known face in the commercial tableware market.'),(9048,1729,'_yoast_wpseo_linkdex','80'),(9049,1729,'_yoast_wpseo_content_score','30'),(9050,1729,'_yoast_wpseo_primary_category','8'),(9051,1732,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.02.12.png'),(9052,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:209;s:6:\"height\";i:363;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.02.12.png\";s:5:\"sizes\";a:27:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.02.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.02.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x150.png\";s:5:\"width\";i:209;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x198.png\";s:5:\"width\";i:209;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x160.png\";s:5:\"width\";i:209;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x235.png\";s:5:\"width\";i:209;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x220.png\";s:5:\"width\";i:209;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x360.png\";s:5:\"width\";i:209;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x261.png\";s:5:\"width\";i:209;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-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:46:\"Screen-Shot-2018-06-18-at-11.02.12-173x300.png\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.02.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x336.png\";s:5:\"width\";i:209;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x336.png\";s:5:\"width\";i:209;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x185.png\";s:5:\"width\";i:209;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x185.png\";s:5:\"width\";i:209;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x140.png\";s:5:\"width\";i:209;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x215.png\";s:5:\"width\";i:209;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x300.png\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x192.png\";s:5:\"width\";i:209;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x240.png\";s:5:\"width\";i:209;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x216.png\";s:5:\"width\";i:209;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x205.png\";s:5:\"width\";i:209;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.02.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x336.png\";s:5:\"width\";i:209;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.02.12-209x140.png\";s:5:\"width\";i:209;s:6:\"height\";i:140;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:{}}}'),(9053,1733,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.04.23.png'),(9054,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:188;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.04.23.png\";s:5:\"sizes\";a:14:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.04.23-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.04.23-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-246x160.png\";s:5:\"width\";i:246;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.04.23-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-246x185.png\";s:5:\"width\";i:246;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-246x185.png\";s:5:\"width\";i:246;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-233x188.png\";s:5:\"width\";i:233;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-235x188.png\";s:5:\"width\";i:235;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.04.23-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.04.23-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9055,1729,'xyz_fbap','1'),(9059,1729,'_wpas_done_all','1'),(9060,1734,'_edit_last','1'),(9061,1734,'_edit_lock','1529318609:1'),(9062,1735,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.28.42.png'),(9063,1735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:694;s:6:\"height\";i:353;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.28.42.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.28.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.28.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-324x353.png\";s:5:\"width\";i:324;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-356x353.png\";s:5:\"width\";i:356;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-485x353.png\";s:5:\"width\";i:485;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-534x353.png\";s:5:\"width\";i:534;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-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:46:\"Screen-Shot-2018-06-18-at-11.28.42-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.28.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-694x336.png\";s:5:\"width\";i:694;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-694x336.png\";s:5:\"width\";i:694;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-536x353.png\";s:5:\"width\";i:536;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-600x353.png\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.28.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-694x336.png\";s:5:\"width\";i:694;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.28.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9064,1734,'_thumbnail_id','1735'),(9065,1734,'slide_template','default'),(9066,1734,'_bunyad_featured_post','1'),(9067,1734,'_bunyad_cat_label','0'),(9068,1734,'_bunyad_featured_disable','0'),(9069,1734,'_bunyad_reviews','0'),(9070,1734,'_bunyad_review_pos','none'),(9071,1734,'_bunyad_review_type','points'),(9072,1734,'_bunyad_review_verdict','Awesome'),(9073,1734,'_yoast_wpseo_focuskw_text_input','pubs'),(9074,1734,'_yoast_wpseo_focuskw','pubs'),(9075,1734,'_yoast_wpseo_title','May sun shines on pubs, but casts shadow on restaurants'),(9076,1734,'_yoast_wpseo_metadesc','Hot weather in May helped boost trade in Britain’s pubs, but hit restaurant sales. Overall, the country’s managed pub, bar and restaurant groups.'),(9077,1734,'_yoast_wpseo_linkdex','83'),(9078,1734,'_yoast_wpseo_content_score','30'),(9079,1734,'_yoast_wpseo_primary_category','8'),(9080,1734,'xyz_fbap','1'),(9084,1734,'_wpas_done_all','1'),(9085,1737,'_edit_last','1'),(9086,1737,'_edit_lock','1529324753:1'),(9087,1738,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.54.19.png'),(9088,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:279;s:6:\"height\";i:220;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.54.19.png\";s:5:\"sizes\";a:19:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.54.19-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.54.19-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-279x160.png\";s:5:\"width\";i:279;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-279x220.png\";s:5:\"width\";i:279;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.54.19-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-279x185.png\";s:5:\"width\";i:279;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-279x185.png\";s:5:\"width\";i:279;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-279x215.png\";s:5:\"width\";i:279;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-233x220.png\";s:5:\"width\";i:233;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-279x205.png\";s:5:\"width\";i:279;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.54.19-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.54.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9089,1739,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.53.24.png'),(9090,1739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:154;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.53.24.png\";s:5:\"sizes\";a:14:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.53.24-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.53.24-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-265x154.png\";s:5:\"width\";i:265;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-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:46:\"Screen-Shot-2018-06-18-at-11.53.24-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.53.24-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-233x154.png\";s:5:\"width\";i:233;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-269x154.png\";s:5:\"width\";i:269;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-235x154.png\";s:5:\"width\";i:235;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.53.24-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.53.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9091,1740,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-11.58.27.png'),(9092,1740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:345;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-11.58.27.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-768x275.png\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-11.58.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.58.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-324x345.png\";s:5:\"width\";i:324;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-356x345.png\";s:5:\"width\";i:356;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-485x345.png\";s:5:\"width\";i:485;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-534x345.png\";s:5:\"width\";i:534;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-696x250.png\";s:5:\"width\";i:696;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-696x345.png\";s:5:\"width\";i:696;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-741x345.png\";s:5:\"width\";i:741;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-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:46:\"Screen-Shot-2018-06-18-at-11.58.27-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.58.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-536x345.png\";s:5:\"width\";i:536;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-600x345.png\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-11.58.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-11.58.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9093,1737,'_thumbnail_id','1740'),(9094,1737,'slide_template','default'),(9095,1737,'_bunyad_featured_post','1'),(9096,1737,'_bunyad_cat_label','0'),(9097,1737,'_bunyad_featured_disable','0'),(9098,1737,'_bunyad_reviews','0'),(9099,1737,'_bunyad_review_pos','none'),(9100,1737,'_bunyad_review_type','points'),(9101,1737,'_bunyad_review_verdict','Awesome'),(9102,1737,'_yoast_wpseo_focuskw_text_input','Levy'),(9103,1737,'_yoast_wpseo_focuskw','Levy'),(9104,1737,'_yoast_wpseo_title','The Apprenticeship Levy has its challenges but don’t miss out on the benefits'),(9105,1737,'_yoast_wpseo_metadesc','“What we’re seeing is that, for many hospitality employers, the perceived admin involved and apparent effectiveness of the Apprenticeship Levy.'),(9106,1737,'_yoast_wpseo_linkdex','71'),(9107,1737,'_yoast_wpseo_content_score','30'),(9108,1737,'_yoast_wpseo_primary_category','8'),(9109,1737,'xyz_fbap','1'),(9113,1737,'_wpas_done_all','1'),(9116,1737,'_wpas_skip_20130109','1'),(9117,1742,'_edit_last','1'),(9118,1742,'_edit_lock','1529393617:1'),(9119,1743,'_wp_attached_file','2018/06/Screen-Shot-2018-06-18-at-13.29.57.png'),(9120,1743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:605;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-18-at-13.29.57.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-18-at-13.29.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-13.29.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-916x580.png\";s:5:\"width\";i:916;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-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:46:\"Screen-Shot-2018-06-18-at-13.29.57-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-13.29.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-916x516.png\";s:5:\"width\";i:916;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-18-at-13.29.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-18-at-13.29.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9121,1742,'_thumbnail_id','1743'),(9122,1742,'slide_template','default'),(9123,1742,'_bunyad_featured_post','1'),(9124,1742,'_bunyad_cat_label','0'),(9125,1742,'_bunyad_featured_disable','0'),(9126,1742,'_bunyad_reviews','0'),(9127,1742,'_bunyad_review_pos','none'),(9128,1742,'_bunyad_review_type','points'),(9129,1742,'_bunyad_review_verdict','Awesome'),(9130,1742,'_yoast_wpseo_focuskw_text_input','guild'),(9131,1742,'_yoast_wpseo_focuskw','guild'),(9132,1742,'_yoast_wpseo_metadesc','The search is on for the best writing about beer and pubs, as the British Guild of Beer Writers opens its annual awards.'),(9133,1742,'_yoast_wpseo_linkdex','84'),(9134,1742,'_yoast_wpseo_content_score','30'),(9135,1742,'_yoast_wpseo_primary_category','6'),(9136,1742,'xyz_fbap','1'),(9140,1742,'_wpas_done_all','1'),(9141,1747,'_edit_last','1'),(9142,1747,'_edit_lock','1529401771:1'),(9143,1747,'_thumbnail_id','1243'),(9144,1747,'slide_template','default'),(9145,1747,'_bunyad_featured_post','1'),(9146,1747,'_bunyad_cat_label','0'),(9147,1747,'_bunyad_featured_disable','0'),(9148,1747,'_bunyad_reviews','0'),(9149,1747,'_bunyad_review_pos','none'),(9150,1747,'_bunyad_review_type','points'),(9151,1747,'_bunyad_review_verdict','Awesome'),(9152,1747,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(9153,1747,'_yoast_wpseo_focuskw','UKHospitality'),(9154,1747,'_yoast_wpseo_metadesc','UKHospitality has called on the Mayor of London to ensure fairness and transparency regarding the short-term letting of homes.'),(9155,1747,'_yoast_wpseo_linkdex','74'),(9156,1747,'_yoast_wpseo_content_score','30'),(9157,1747,'_yoast_wpseo_primary_category','8'),(9158,1747,'xyz_fbap','1'),(9162,1747,'_wpas_done_all','1'),(9165,1747,'_wpas_skip_20130109','1'),(9168,1749,'_edit_last','1'),(9169,1749,'_edit_lock','1529410035:1'),(9170,1750,'_wp_attached_file','2018/06/Screen-Shot-2018-06-19-at-10.58.11.png'),(9171,1750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:711;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-19-at-10.58.11.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-768x625.png\";s:5:\"width\";i:768;s:6:\"height\";i:625;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-19-at-10.58.11-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-10.58.11-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-696x566.png\";s:5:\"width\";i:696;s:6:\"height\";i:566;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-874x580.png\";s:5:\"width\";i:874;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-516x420.png\";s:5:\"width\";i:516;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-300x244.png\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-10.58.11-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-874x516.png\";s:5:\"width\";i:874;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-10.58.11-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-10.58.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9172,1749,'_thumbnail_id','1750'),(9173,1749,'slide_template','default'),(9174,1749,'_bunyad_featured_post','1'),(9175,1749,'_bunyad_cat_label','0'),(9176,1749,'_bunyad_featured_disable','0'),(9177,1749,'_bunyad_reviews','0'),(9178,1749,'_bunyad_review_pos','none'),(9179,1749,'_bunyad_review_type','points'),(9180,1749,'_bunyad_review_verdict','Awesome'),(9181,1749,'_yoast_wpseo_focuskw_text_input','equipment'),(9182,1749,'_yoast_wpseo_focuskw','equipment'),(9183,1749,'_yoast_wpseo_metadesc','FEM (Foodservice Equipment Marketing) has added to its range of electric pizza ovens by adding the all-new Sirman Lipari'),(9184,1749,'_yoast_wpseo_linkdex','67'),(9185,1749,'_yoast_wpseo_content_score','30'),(9186,1749,'_yoast_wpseo_primary_category','32'),(9187,1749,'xyz_fbap','1'),(9191,1749,'_wpas_done_all','1'),(9192,1752,'_edit_last','1'),(9193,1752,'_edit_lock','1529412253:1'),(9194,1753,'_wp_attached_file','2018/06/Screen-Shot-2018-06-19-at-13.17.07.png'),(9195,1753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:274;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-19-at-13.17.07.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-19-at-13.17.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-13.17.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-324x274.png\";s:5:\"width\";i:324;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-356x274.png\";s:5:\"width\";i:356;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-412x261.png\";s:5:\"width\";i:412;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-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:46:\"Screen-Shot-2018-06-19-at-13.17.07-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-13.17.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-233x274.png\";s:5:\"width\";i:233;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-412x240.png\";s:5:\"width\";i:412;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-13.17.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.17.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9196,1752,'_thumbnail_id','1753'),(9197,1752,'slide_template','default'),(9198,1752,'_bunyad_featured_post','0'),(9199,1752,'_bunyad_cat_label','0'),(9200,1752,'_bunyad_featured_disable','0'),(9201,1752,'_bunyad_reviews','0'),(9202,1752,'_bunyad_review_pos','none'),(9203,1752,'_bunyad_review_type','points'),(9204,1752,'_bunyad_review_verdict','Awesome'),(9205,1752,'_yoast_wpseo_focuskw_text_input','Vegan'),(9206,1752,'_yoast_wpseo_focuskw','Vegan'),(9207,1752,'_yoast_wpseo_title','Aster’s new vegan brunch in collaboration with Ketel One and Lumene skincare'),(9208,1752,'_yoast_wpseo_metadesc','Aster restaurant  situated in Victoria’s food hub Nova Food, is introducing a vegan brunch in partnership with Ketel One and vegan Nordic skincare brand.'),(9209,1752,'_yoast_wpseo_linkdex','79'),(9210,1752,'_yoast_wpseo_content_score','30'),(9211,1752,'_yoast_wpseo_primary_category','3'),(9212,1752,'xyz_fbap','1'),(9216,1752,'_wpas_done_all','1'),(9219,1752,'_wpas_skip_20130109','1'),(9222,1755,'_edit_last','1'),(9223,1755,'_edit_lock','1529415283:1'),(9224,1756,'_wp_attached_file','2018/06/Screen-Shot-2018-06-19-at-13.45.13.png'),(9225,1756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:624;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-19-at-13.45.13.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-19-at-13.45.13-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-13.45.13-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x360.png\";s:5:\"width\";i:399;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x261.png\";s:5:\"width\";i:399;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x462.png\";s:5:\"width\";i:399;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x385.png\";s:5:\"width\";i:399;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x486.png\";s:5:\"width\";i:399;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x580.png\";s:5:\"width\";i:399;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-269x420.png\";s:5:\"width\";i:269;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-13.45.13-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x516.png\";s:5:\"width\";i:399;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x336.png\";s:5:\"width\";i:399;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x336.png\";s:5:\"width\";i:399;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x386.png\";s:5:\"width\";i:399;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x460.png\";s:5:\"width\";i:399;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x240.png\";s:5:\"width\";i:399;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-19-at-13.45.13-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-399x336.png\";s:5:\"width\";i:399;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-19-at-13.45.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9226,1755,'_thumbnail_id','1756'),(9227,1755,'slide_template','default'),(9228,1755,'_bunyad_featured_post','0'),(9229,1755,'_bunyad_cat_label','0'),(9230,1755,'_bunyad_featured_disable','0'),(9231,1755,'_bunyad_reviews','0'),(9232,1755,'_bunyad_review_pos','none'),(9233,1755,'_bunyad_review_type','points'),(9234,1755,'_bunyad_review_verdict','Awesome'),(9235,1755,'_yoast_wpseo_focuskw_text_input','awards'),(9236,1755,'_yoast_wpseo_focuskw','awards'),(9237,1755,'_yoast_wpseo_title','Deadline extended in hunt for UK’s finest foodservice products'),(9238,1755,'_yoast_wpseo_metadesc','The awards are open to manufacturers and suppliers across foodservice, with a variety from grab and go to soups or pizza and pasta too bakery items.'),(9239,1755,'_yoast_wpseo_linkdex','79'),(9240,1755,'_yoast_wpseo_content_score','30'),(9241,1755,'_yoast_wpseo_primary_category','6'),(9242,1755,'xyz_fbap','1'),(9246,1755,'_wpas_done_all','1'),(9249,1755,'_wpas_skip_20130109','1'),(9254,1758,'_edit_last','1'),(9255,1758,'_edit_lock','1529505859:1'),(9256,1758,'slide_template','default'),(9257,1758,'_bunyad_featured_post','1'),(9258,1758,'_bunyad_cat_label','0'),(9259,1758,'_bunyad_featured_disable','0'),(9260,1758,'_bunyad_reviews','0'),(9261,1758,'_bunyad_review_pos','none'),(9262,1758,'_bunyad_review_type','points'),(9263,1758,'_bunyad_review_verdict','Awesome'),(9264,1758,'_yoast_wpseo_focuskw_text_input','Meldrum'),(9265,1758,'_yoast_wpseo_focuskw','Meldrum'),(9266,1758,'_yoast_wpseo_title','Meldrum House awarded best boutique hotel in Britain'),(9267,1758,'_yoast_wpseo_metadesc','Meldrum House Country Hotel & Golf Course has won the title of Britain’s ‘Best Boutique Hotel’ by premium publication Luxurious Lifestyle Magazine.'),(9268,1758,'_yoast_wpseo_linkdex','85'),(9269,1758,'_yoast_wpseo_content_score','30'),(9270,1758,'_yoast_wpseo_primary_category','5'),(9272,1760,'_wp_attached_file','2018/06/Screen-Shot-2018-06-20-at-09.00.54.png'),(9273,1760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:498;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-20-at-09.00.54.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-768x347.png\";s:5:\"width\";i:768;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-20-at-09.00.54-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-20-at-09.00.54-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-696x315.png\";s:5:\"width\";i:696;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-09.00.54-1068x498.png\";s:5:\"width\";i:1068;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-09.00.54-1068x483.png\";s:5:\"width\";i:1068;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-929x420.png\";s:5:\"width\";i:929;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-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:46:\"Screen-Shot-2018-06-20-at-09.00.54-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-09.00.54-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-20-at-09.00.54-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-09.00.54-1078x498.png\";s:5:\"width\";i:1078;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-20-at-09.00.54-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-09.00.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9274,1758,'_thumbnail_id','1760'),(9275,1758,'xyz_fbap','1'),(9279,1758,'_wpas_done_all','1'),(9282,1758,'_wpas_skip_20130109','1'),(9289,1761,'_edit_last','1'),(9290,1761,'_edit_lock','1529508220:1'),(9291,1762,'_wp_attached_file','2018/06/Screen-Shot-2018-06-20-at-15.54.52.png'),(9292,1762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1253;s:6:\"height\";i:702;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-20-at-15.54.52.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-20-at-15.54.52-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-20-at-15.54.52-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-696x390.png\";s:5:\"width\";i:696;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-15.54.52-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-15.54.52-1068x598.png\";s:5:\"width\";i:1068;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-750x420.png\";s:5:\"width\";i:750;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-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:46:\"Screen-Shot-2018-06-20-at-15.54.52-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-15.54.52-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-20-at-15.54.52-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-20-at-15.54.52-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-20-at-15.54.52-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-20-at-15.54.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9293,1761,'_thumbnail_id','1762'),(9294,1761,'slide_template','default'),(9295,1761,'_bunyad_featured_post','1'),(9296,1761,'_bunyad_cat_label','0'),(9297,1761,'_bunyad_featured_disable','0'),(9298,1761,'_bunyad_reviews','0'),(9299,1761,'_bunyad_review_pos','none'),(9300,1761,'_bunyad_review_type','points'),(9301,1761,'_bunyad_review_verdict','Awesome'),(9302,1761,'_yoast_wpseo_focuskw_text_input','matte'),(9303,1761,'_yoast_wpseo_focuskw','matte'),(9304,1761,'_yoast_wpseo_metadesc','CESA’s Light Equipment and Tableware Forum saw representatives from 19 distributors, both national and regional, getting hands-on experience of new products'),(9305,1761,'_yoast_wpseo_linkdex','76'),(9306,1761,'_yoast_wpseo_content_score','30'),(9307,1761,'_yoast_wpseo_primary_category','31'),(9308,1761,'xyz_fbap','1'),(9312,1761,'_wpas_done_all','1'),(9313,1765,'_edit_last','1'),(9314,1765,'_edit_lock','1529911664:1'),(9315,1765,'_thumbnail_id','1243'),(9316,1765,'slide_template','default'),(9317,1765,'_bunyad_featured_post','1'),(9318,1765,'_bunyad_cat_label','0'),(9319,1765,'_bunyad_featured_disable','0'),(9320,1765,'_bunyad_reviews','0'),(9321,1765,'_bunyad_review_pos','none'),(9322,1765,'_bunyad_review_type','points'),(9323,1765,'_bunyad_review_verdict','Awesome'),(9324,1765,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(9325,1765,'_yoast_wpseo_focuskw','UKHospitality'),(9326,1765,'_yoast_wpseo_title','UKHospitality wary of menu calorie labelling impacts on under pressure sector'),(9327,1765,'_yoast_wpseo_metadesc','The out-of-home sector supports workable efforts to promote healthier eating habits, as demonstrated by the proactive actions already in reformulating menus'),(9328,1765,'_yoast_wpseo_linkdex','45'),(9329,1765,'_yoast_wpseo_content_score','30'),(9330,1765,'_yoast_wpseo_primary_category','8'),(9331,1765,'xyz_fbap','1'),(9335,1765,'_wpas_done_all','1'),(9336,1767,'_edit_last','1'),(9337,1767,'_edit_lock','1529920930:1'),(9338,1768,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-09.54.37.png'),(9339,1768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:782;s:6:\"height\";i:461;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-09.54.37.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-768x453.png\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-09.54.37-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-09.54.37-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-534x461.png\";s:5:\"width\";i:534;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-696x410.png\";s:5:\"width\";i:696;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-741x461.png\";s:5:\"width\";i:741;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-712x420.png\";s:5:\"width\";i:712;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-09.54.37-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-09.54.37-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-09.54.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9340,1767,'_thumbnail_id','1768'),(9341,1767,'slide_template','default'),(9342,1767,'_bunyad_featured_post','1'),(9343,1767,'_bunyad_cat_label','0'),(9344,1767,'_bunyad_featured_disable','0'),(9345,1767,'_bunyad_reviews','0'),(9346,1767,'_bunyad_review_pos','none'),(9347,1767,'_bunyad_review_type','points'),(9348,1767,'_bunyad_review_verdict','Awesome'),(9349,1767,'_yoast_wpseo_focuskw_text_input','underinsured'),(9350,1767,'_yoast_wpseo_focuskw','underinsured'),(9351,1767,'_yoast_wpseo_metadesc','According to the Building Cost Information Service, more than three-quarters of commercial properties are currently underinsured.'),(9352,1767,'_yoast_wpseo_linkdex','81'),(9353,1767,'_yoast_wpseo_content_score','30'),(9354,1767,'_yoast_wpseo_primary_category','8'),(9355,1767,'xyz_fbap','1'),(9359,1767,'_wpas_done_all','1'),(9360,1770,'_edit_last','1'),(9361,1770,'_edit_lock','1529922906:1'),(9362,1771,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-10.26.38.png'),(9363,1771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:416;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-10.26.38.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-10.26.38-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-10.26.38-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-534x416.png\";s:5:\"width\";i:534;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-683x385.png\";s:5:\"width\";i:683;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-300x183.png\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-10.26.38-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-683x336.png\";s:5:\"width\";i:683;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-683x336.png\";s:5:\"width\";i:683;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-600x416.png\";s:5:\"width\";i:600;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-10.26.38-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-683x336.png\";s:5:\"width\";i:683;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-10.26.38-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9364,1770,'_thumbnail_id','1771'),(9365,1770,'slide_template','default'),(9366,1770,'_bunyad_featured_post','1'),(9367,1770,'_bunyad_cat_label','0'),(9368,1770,'_bunyad_featured_disable','0'),(9369,1770,'_bunyad_reviews','0'),(9370,1770,'_bunyad_review_pos','none'),(9371,1770,'_bunyad_review_type','points'),(9372,1770,'_bunyad_review_verdict','Awesome'),(9373,1770,'_yoast_wpseo_focuskw_text_input','drinks'),(9374,1770,'_yoast_wpseo_focuskw','drinks'),(9375,1770,'_yoast_wpseo_metadesc','The production of beer, fizzy drinks and some meat products, is at fear of being disrupted due to a Europe-wide shortage of the gas, C02.'),(9376,1770,'_yoast_wpseo_linkdex','79'),(9377,1770,'_yoast_wpseo_content_score','30'),(9378,1770,'_yoast_wpseo_primary_category','8'),(9379,1770,'xyz_fbap','1'),(9383,1770,'_wpas_done_all','1'),(9386,1770,'_wpas_skip_20130109','1'),(9389,1767,'_wpas_skip_20130109','1'),(9390,1776,'_edit_last','1'),(9391,1776,'_edit_lock','1529929438:1'),(9392,1777,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-11.42.30.png'),(9393,1777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:224;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-11.42.30.png\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-11.42.30-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-11.42.30-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x198.png\";s:5:\"width\";i:223;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x160.png\";s:5:\"width\";i:223;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x220.png\";s:5:\"width\";i:223;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-11.42.30-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x185.png\";s:5:\"width\";i:223;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x185.png\";s:5:\"width\";i:223;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x215.png\";s:5:\"width\";i:223;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x192.png\";s:5:\"width\";i:223;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x216.png\";s:5:\"width\";i:223;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-223x205.png\";s:5:\"width\";i:223;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-11.42.30-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-11.42.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9394,1776,'_thumbnail_id','1166'),(9395,1776,'slide_template','default'),(9396,1776,'_bunyad_featured_post','1'),(9397,1776,'_bunyad_cat_label','0'),(9398,1776,'_bunyad_featured_disable','0'),(9399,1776,'_bunyad_reviews','0'),(9400,1776,'_bunyad_review_pos','none'),(9401,1776,'_bunyad_review_type','points'),(9402,1776,'_bunyad_review_verdict','Awesome'),(9403,1776,'_yoast_wpseo_focuskw_text_input','Pipers'),(9404,1776,'_yoast_wpseo_focuskw','Pipers'),(9405,1776,'_yoast_wpseo_metadesc','Katy Hamblin, marketing manager at Pipers, just voted Britain’s Best Brand of savoury snack for the sixth consecutive year.'),(9406,1776,'_yoast_wpseo_linkdex','79'),(9407,1776,'_yoast_wpseo_content_score','30'),(9408,1776,'_yoast_wpseo_primary_category','3'),(9409,1776,'xyz_fbap','1'),(9413,1776,'_wpas_done_all','1'),(9414,1781,'_edit_last','1'),(9415,1781,'_edit_lock','1529930833:1'),(9416,1782,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-13.30.44.png'),(9417,1782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:617;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-13.30.44.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-13.30.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.30.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x385.png\";s:5:\"width\";i:610;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x486.png\";s:5:\"width\";i:610;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x580.png\";s:5:\"width\";i:610;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-415x420.png\";s:5:\"width\";i:415;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-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:46:\"Screen-Shot-2018-06-25-at-13.30.44-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.30.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x516.png\";s:5:\"width\";i:610;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x336.png\";s:5:\"width\";i:610;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x336.png\";s:5:\"width\";i:610;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.30.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-610x336.png\";s:5:\"width\";i:610;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.30.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9418,1783,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-13.31.11.png'),(9419,1783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:619;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-13.31.11.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-13.31.11-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.31.11-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x385.png\";s:5:\"width\";i:619;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x486.png\";s:5:\"width\";i:619;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x580.png\";s:5:\"width\";i:619;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-421x420.png\";s:5:\"width\";i:421;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.31.11-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x516.png\";s:5:\"width\";i:619;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x336.png\";s:5:\"width\";i:619;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x336.png\";s:5:\"width\";i:619;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.31.11-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-619x336.png\";s:5:\"width\";i:619;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9420,1784,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-13.31.23.png'),(9421,1784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:616;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-13.31.23.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-13.31.23-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.31.23-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x385.png\";s:5:\"width\";i:616;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x486.png\";s:5:\"width\";i:616;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x580.png\";s:5:\"width\";i:616;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-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:46:\"Screen-Shot-2018-06-25-at-13.31.23-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.31.23-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x516.png\";s:5:\"width\";i:616;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x336.png\";s:5:\"width\";i:616;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x336.png\";s:5:\"width\";i:616;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.31.23-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-616x336.png\";s:5:\"width\";i:616;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.31.23-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9422,1785,'_wp_attached_file','2018/06/Screen-Shot-2018-06-25-at-13.33.39.png'),(9423,1785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:598;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-25-at-13.33.39.png\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-25-at-13.33.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.33.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-324x300.png\";s:5:\"width\";i:324;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-356x300.png\";s:5:\"width\";i:356;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-485x300.png\";s:5:\"width\";i:485;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-534x300.png\";s:5:\"width\";i:534;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.33.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-536x300.png\";s:5:\"width\";i:536;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-25-at-13.33.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-25-at-13.33.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9424,1781,'_thumbnail_id','1785'),(9425,1781,'slide_template','default'),(9426,1781,'_bunyad_featured_post','0'),(9427,1781,'_bunyad_cat_label','0'),(9428,1781,'_bunyad_featured_disable','0'),(9429,1781,'_bunyad_reviews','0'),(9430,1781,'_bunyad_review_pos','none'),(9431,1781,'_bunyad_review_type','points'),(9432,1781,'_bunyad_review_verdict','Awesome'),(9433,1781,'_yoast_wpseo_focuskw_text_input','world cup'),(9434,1781,'_yoast_wpseo_focuskw','world cup'),(9435,1781,'_yoast_wpseo_title','Drinkaware Alcohol Warnings For Travelling World Cup Fans'),(9436,1781,'_yoast_wpseo_metadesc','Counterfeit vodka and generous spirit measures served in Russian bars and restaurants, are among the issues facing Brits people travelling to the World Cup.'),(9437,1781,'_yoast_wpseo_linkdex','84'),(9438,1781,'_yoast_wpseo_content_score','30'),(9439,1781,'_yoast_wpseo_primary_category','8'),(9440,1781,'xyz_fbap','1'),(9444,1781,'_wpas_done_all','1'),(9447,1781,'_wpas_skip_20130109','1'),(9448,1787,'_edit_last','1'),(9449,1787,'_edit_lock','1530006666:1'),(9450,1788,'_wp_attached_file','2018/06/Screen-Shot-2018-06-26-at-08.24.39.png'),(9451,1788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:935;s:6:\"height\";i:699;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-26-at-08.24.39.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-768x574.png\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-26-at-08.24.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-08.24.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-696x520.png\";s:5:\"width\";i:696;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-935x580.png\";s:5:\"width\";i:935;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-562x420.png\";s:5:\"width\";i:562;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-08.24.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-935x516.png\";s:5:\"width\";i:935;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-08.24.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-08.24.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9452,1787,'_thumbnail_id','1788'),(9453,1787,'xyz_fbap','1'),(9457,1787,'slide_template','default'),(9458,1787,'_bunyad_featured_post','1'),(9459,1787,'_bunyad_cat_label','0'),(9460,1787,'_bunyad_featured_disable','0'),(9461,1787,'_bunyad_reviews','0'),(9462,1787,'_bunyad_review_pos','none'),(9463,1787,'_bunyad_review_type','points'),(9464,1787,'_bunyad_review_verdict','Awesome'),(9465,1787,'_yoast_wpseo_focuskw_text_input','ice cubes'),(9466,1787,'_yoast_wpseo_focuskw','ice cubes'),(9467,1787,'_yoast_wpseo_metadesc','Hubbard Systems are showing you how to utilise leftover ice cubes in a hygienic and environmentally friendly way, helping to water the plants.'),(9468,1787,'_yoast_wpseo_linkdex','84'),(9469,1787,'_yoast_wpseo_content_score','30'),(9470,1787,'_yoast_wpseo_primary_category','8'),(9471,1787,'_wpas_done_all','1'),(9472,1790,'_edit_last','1'),(9473,1790,'_edit_lock','1531314508:1'),(9474,1791,'_wp_attached_file','2018/06/Screen-Shot-2018-06-26-at-10.57.01.png'),(9475,1791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-26-at-10.57.01.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-26-at-10.57.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-10.57.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-696x376.png\";s:5:\"width\";i:696;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-26-at-10.57.01-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-26-at-10.57.01-1068x578.png\";s:5:\"width\";i:1068;s:6:\"height\";i:578;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-777x420.png\";s:5:\"width\";i:777;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-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:46:\"Screen-Shot-2018-06-26-at-10.57.01-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-26-at-10.57.01-1024x554.png\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-10.57.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-06-26-at-10.57.01-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-10.57.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-10.57.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9476,1792,'_wp_attached_file','2018/06/Screen-Shot-2018-06-26-at-11.00.57.png'),(9477,1792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:689;s:6:\"height\";i:105;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-26-at-11.00.57.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-26-at-11.00.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-11.00.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-218x105.png\";s:5:\"width\";i:218;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-265x105.png\";s:5:\"width\";i:265;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-324x105.png\";s:5:\"width\";i:324;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-324x105.png\";s:5:\"width\";i:324;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-324x105.png\";s:5:\"width\";i:324;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-356x105.png\";s:5:\"width\";i:356;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-356x105.png\";s:5:\"width\";i:356;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-485x105.png\";s:5:\"width\";i:485;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-533x105.png\";s:5:\"width\";i:533;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-534x105.png\";s:5:\"width\";i:534;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-150x105.png\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-11.00.57-300x46.png\";s:5:\"width\";i:300;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-11.00.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-351x105.png\";s:5:\"width\";i:351;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-351x105.png\";s:5:\"width\";i:351;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-168x105.png\";s:5:\"width\";i:168;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-214x105.png\";s:5:\"width\";i:214;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-343x105.png\";s:5:\"width\";i:343;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-233x105.png\";s:5:\"width\";i:233;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-536x105.png\";s:5:\"width\";i:536;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-269x105.png\";s:5:\"width\";i:269;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-600x105.png\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-474x105.png\";s:5:\"width\";i:474;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-235x105.png\";s:5:\"width\";i:235;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-326x105.png\";s:5:\"width\";i:326;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-26-at-11.00.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-26-at-11.00.57-214x105.png\";s:5:\"width\";i:214;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9478,1790,'_thumbnail_id','1791'),(9479,1790,'slide_template','default'),(9480,1790,'_bunyad_featured_post','1'),(9481,1790,'_bunyad_cat_label','0'),(9482,1790,'_bunyad_featured_disable','0'),(9483,1790,'_bunyad_reviews','0'),(9484,1790,'_bunyad_review_pos','none'),(9485,1790,'_bunyad_review_type','points'),(9486,1790,'_bunyad_review_verdict','Awesome'),(9487,1790,'_yoast_wpseo_focuskw_text_input','grande cuisine'),(9488,1790,'_yoast_wpseo_focuskw','grande cuisine'),(9489,1790,'_yoast_wpseo_metadesc','Having recently taken on the exclusive distribution of MARENO cooking equipment in the UK, Grande Cuisine announces it\'s boost in UK based stock.'),(9490,1790,'_yoast_wpseo_linkdex','80'),(9491,1790,'_yoast_wpseo_content_score','30'),(9492,1790,'_yoast_wpseo_primary_category','32'),(9493,1790,'xyz_fbap','1'),(9497,1790,'_wpas_done_all','1'),(9498,1794,'_edit_last','1'),(9499,1794,'_edit_lock','1530087546:1'),(9500,1794,'xyz_fbap','1'),(9504,1794,'slide_template','default'),(9505,1794,'_yoast_wpseo_focuskw_text_input','ukhospitality'),(9506,1794,'_yoast_wpseo_focuskw','ukhospitality'),(9507,1794,'_yoast_wpseo_title','UKHospitality responds to Apprenticeship Levy announcement'),(9508,1794,'_yoast_wpseo_metadesc','The government announced that large employers will be able to transfer up to 10% of their apprenticeship levy funds to multiple businesses.'),(9509,1794,'_yoast_wpseo_linkdex','59'),(9510,1794,'_yoast_wpseo_content_score','30'),(9513,1794,'_yoast_wpseo_primary_category',''),(9514,1794,'_bunyad_featured_post','1'),(9515,1794,'_bunyad_cat_label','0'),(9516,1794,'_bunyad_featured_disable','0'),(9517,1794,'_bunyad_reviews','0'),(9518,1794,'_bunyad_review_pos','none'),(9519,1794,'_bunyad_review_type','points'),(9520,1794,'_bunyad_review_verdict','Awesome'),(9521,1794,'_wpas_skip_20130109','1'),(9522,1794,'_wpas_done_all','1'),(9524,1794,'_thumbnail_id','1243'),(9527,1797,'_edit_last','1'),(9528,1797,'_edit_lock','1530515608:1'),(9529,1798,'_wp_attached_file','2018/06/Screen-Shot-2018-06-27-at-09.33.27.png'),(9530,1798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:462;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-27-at-09.33.27.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-27-at-09.33.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x360.png\";s:5:\"width\";i:462;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x261.png\";s:5:\"width\";i:462;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x462.png\";s:5:\"width\";i:462;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x385.png\";s:5:\"width\";i:462;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x486.png\";s:5:\"width\";i:462;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x580.png\";s:5:\"width\";i:462;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-319x420.png\";s:5:\"width\";i:319;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-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:46:\"Screen-Shot-2018-06-27-at-09.33.27-228x300.png\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x516.png\";s:5:\"width\";i:462;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x336.png\";s:5:\"width\";i:462;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x336.png\";s:5:\"width\";i:462;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x386.png\";s:5:\"width\";i:462;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x460.png\";s:5:\"width\";i:462;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x240.png\";s:5:\"width\";i:462;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-462x336.png\";s:5:\"width\";i:462;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9531,1799,'_wp_attached_file','2018/06/Screen-Shot-2018-06-27-at-09.33.03.png'),(9532,1799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:595;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-27-at-09.33.03.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-27-at-09.33.03-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.03-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x160.png\";s:5:\"width\";i:295;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x235.png\";s:5:\"width\";i:295;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x400.png\";s:5:\"width\";i:295;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x220.png\";s:5:\"width\";i:295;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x364.png\";s:5:\"width\";i:295;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x360.png\";s:5:\"width\";i:295;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x261.png\";s:5:\"width\";i:295;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x462.png\";s:5:\"width\";i:295;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x385.png\";s:5:\"width\";i:295;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x486.png\";s:5:\"width\";i:295;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x580.png\";s:5:\"width\";i:295;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-208x420.png\";s:5:\"width\";i:208;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-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:46:\"Screen-Shot-2018-06-27-at-09.33.03-149x300.png\";s:5:\"width\";i:149;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.03-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x516.png\";s:5:\"width\";i:295;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x336.png\";s:5:\"width\";i:295;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x336.png\";s:5:\"width\";i:295;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x185.png\";s:5:\"width\";i:295;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x185.png\";s:5:\"width\";i:295;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x215.png\";s:5:\"width\";i:295;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x386.png\";s:5:\"width\";i:295;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x460.png\";s:5:\"width\";i:295;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x240.png\";s:5:\"width\";i:295;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x205.png\";s:5:\"width\";i:295;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.03-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-295x336.png\";s:5:\"width\";i:295;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.03-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9533,1800,'_wp_attached_file','2018/06/Screen-Shot-2018-06-27-at-09.33.39.png'),(9534,1800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:593;s:4:\"file\";s:46:\"2018/06/Screen-Shot-2018-06-27-at-09.33.39.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-768x491.png\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-06-27-at-09.33.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-696x445.png\";s:5:\"width\";i:696;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-927x580.png\";s:5:\"width\";i:927;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-657x420.png\";s:5:\"width\";i:657;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-927x516.png\";s:5:\"width\";i:927;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-06-27-at-09.33.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-06-27-at-09.33.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9535,1797,'_thumbnail_id','1800'),(9536,1797,'slide_template','default'),(9537,1797,'_bunyad_featured_post','1'),(9538,1797,'_bunyad_cat_label','0'),(9539,1797,'_bunyad_featured_disable','0'),(9540,1797,'_bunyad_reviews','0'),(9541,1797,'_bunyad_review_pos','none'),(9542,1797,'_bunyad_review_type','points'),(9543,1797,'_bunyad_review_verdict','Awesome'),(9544,1797,'_yoast_wpseo_focuskw_text_input','Animal'),(9545,1797,'_yoast_wpseo_focuskw','Animal'),(9546,1797,'_yoast_wpseo_metadesc','Compassion’s Awards Celebrate Continual Drive in Farm Animal Welfare Across the Globe.'),(9547,1797,'_yoast_wpseo_linkdex','85'),(9548,1797,'_yoast_wpseo_content_score','30'),(9549,1797,'_yoast_wpseo_primary_category','6'),(9550,1797,'xyz_fbap','1'),(9554,1797,'_wpas_done_all','1'),(9557,1797,'_wpas_skip_20130109','1'),(9558,276,'_oembed_9a0d31a3999a31add6bebdc0c2fc9957','<div data-configid=\"32393893/62807491\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(9559,276,'_oembed_time_9a0d31a3999a31add6bebdc0c2fc9957','1530278857'),(9561,276,'_oembed_027f52a3cbae67987ad6d9ab2b184611','<div data-configid=\"32393893/62807491\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(9562,276,'_oembed_time_027f52a3cbae67987ad6d9ab2b184611','1530278909'),(9571,1807,'_edit_last','1'),(9572,1807,'_edit_lock','1530521331:1'),(9573,1807,'_thumbnail_id','1243'),(9574,1807,'xyz_fbap','1'),(9578,1807,'slide_template','default'),(9579,1807,'_bunyad_featured_post','1'),(9580,1807,'_bunyad_cat_label','0'),(9581,1807,'_bunyad_featured_disable','0'),(9582,1807,'_bunyad_reviews','0'),(9583,1807,'_bunyad_review_pos','none'),(9584,1807,'_bunyad_review_type','points'),(9585,1807,'_bunyad_review_verdict','Awesome'),(9586,1807,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(9587,1807,'_yoast_wpseo_focuskw','UKHospitality'),(9588,1807,'_yoast_wpseo_metadesc','The British Institute of Innkeeping and UKHospitality have responded to the announcement that Pubs Code have offered to waive anonymity in arbitration decisions.'),(9589,1807,'_yoast_wpseo_linkdex','69'),(9590,1807,'_yoast_wpseo_content_score','30'),(9591,1807,'_yoast_wpseo_primary_category','8'),(9592,1807,'_wpas_done_all','1'),(9593,1809,'_edit_last','1'),(9594,1809,'_edit_lock','1531315200:1'),(9595,1810,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-08.53.54.png'),(9596,1810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:690;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-08.53.54.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-08.53.54-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-08.53.54-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x360.png\";s:5:\"width\";i:430;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x261.png\";s:5:\"width\";i:430;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x462.png\";s:5:\"width\";i:430;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x385.png\";s:5:\"width\";i:430;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x486.png\";s:5:\"width\";i:430;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x580.png\";s:5:\"width\";i:430;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-262x420.png\";s:5:\"width\";i:262;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-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:46:\"Screen-Shot-2018-07-02-at-08.53.54-187x300.png\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-08.53.54-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x516.png\";s:5:\"width\";i:430;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x336.png\";s:5:\"width\";i:430;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x336.png\";s:5:\"width\";i:430;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x386.png\";s:5:\"width\";i:430;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x460.png\";s:5:\"width\";i:430;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x240.png\";s:5:\"width\";i:430;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-08.53.54-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-430x336.png\";s:5:\"width\";i:430;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-08.53.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9597,1809,'_thumbnail_id','1810'),(9598,1809,'slide_template','default'),(9599,1809,'_bunyad_featured_post','1'),(9600,1809,'_bunyad_cat_label','0'),(9601,1809,'_bunyad_featured_disable','0'),(9602,1809,'_bunyad_reviews','0'),(9603,1809,'_bunyad_review_pos','none'),(9604,1809,'_bunyad_review_type','points'),(9605,1809,'_bunyad_review_verdict','Awesome'),(9606,1809,'_yoast_wpseo_focuskw_text_input','D series'),(9607,1809,'_yoast_wpseo_focuskw','D series'),(9608,1809,'_yoast_wpseo_metadesc','Foodservice Equipment Marketing (FEM) has launched the Manitowoc’s latest and greatest ice bins, called the D Series....'),(9609,1809,'_yoast_wpseo_linkdex','77'),(9610,1809,'_yoast_wpseo_content_score','30'),(9611,1809,'_yoast_wpseo_primary_category','32'),(9612,1809,'xyz_fbap','1'),(9616,1809,'_wpas_done_all','1'),(9619,1809,'_wpas_skip_20130109','1'),(9622,1807,'_wpas_skip_20130109','1'),(9623,1813,'_edit_last','1'),(9624,1813,'_edit_lock','1530524887:1'),(9625,1814,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-09.50.06.png'),(9626,1814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:918;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-09.50.06.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-09.50.06-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-09.50.06-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-918x580.png\";s:5:\"width\";i:918;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-631x420.png\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-09.50.06-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-918x516.png\";s:5:\"width\";i:918;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-09.50.06-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.50.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9627,1815,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-09.56.13.png'),(9628,1815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:585;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-09.56.13.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-09.56.13-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-09.56.13-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x360.png\";s:5:\"width\";i:424;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x261.png\";s:5:\"width\";i:424;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x462.png\";s:5:\"width\";i:424;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x385.png\";s:5:\"width\";i:424;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x486.png\";s:5:\"width\";i:424;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x580.png\";s:5:\"width\";i:424;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-304x420.png\";s:5:\"width\";i:304;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-217x300.png\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-09.56.13-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x516.png\";s:5:\"width\";i:424;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x336.png\";s:5:\"width\";i:424;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x336.png\";s:5:\"width\";i:424;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x386.png\";s:5:\"width\";i:424;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x460.png\";s:5:\"width\";i:424;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x240.png\";s:5:\"width\";i:424;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-09.56.13-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-424x336.png\";s:5:\"width\";i:424;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-09.56.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9629,1813,'_thumbnail_id','1814'),(9630,1813,'slide_template','default'),(9631,1813,'_bunyad_featured_post','1'),(9632,1813,'_bunyad_cat_label','0'),(9633,1813,'_bunyad_featured_disable','0'),(9634,1813,'_bunyad_reviews','0'),(9635,1813,'_bunyad_review_pos','none'),(9636,1813,'_bunyad_review_type','points'),(9637,1813,'_bunyad_review_verdict','Awesome'),(9638,1813,'_yoast_wpseo_focuskw_text_input','tentazioni'),(9639,1813,'_yoast_wpseo_focuskw','tentazioni'),(9640,1813,'_yoast_wpseo_title','‘TENTAZIONI’ A range of wine glasses for connoisseurs'),(9641,1813,'_yoast_wpseo_metadesc','Artis, has announced the addition to its 2018 catalogue of Tentazioni, by renowned Italian manufacturer, Luigi Bormioli.'),(9642,1813,'_yoast_wpseo_linkdex','74'),(9643,1813,'_yoast_wpseo_content_score','30'),(9644,1813,'_yoast_wpseo_primary_category','31'),(9645,1813,'xyz_fbap','1'),(9649,1813,'_wpas_done_all','1'),(9650,1817,'_edit_last','1'),(9651,1817,'_edit_lock','1530524676:1'),(9652,1818,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-10.06.26.png'),(9653,1818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:926;s:6:\"height\";i:675;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-10.06.26.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-768x560.png\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-10.06.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-10.06.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-696x507.png\";s:5:\"width\";i:696;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-926x580.png\";s:5:\"width\";i:926;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-576x420.png\";s:5:\"width\";i:576;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-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:46:\"Screen-Shot-2018-07-02-at-10.06.26-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-10.06.26-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-926x516.png\";s:5:\"width\";i:926;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-10.06.26-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.06.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9654,1817,'_thumbnail_id','1818'),(9655,1817,'slide_template','default'),(9656,1817,'_bunyad_featured_post','1'),(9657,1817,'_bunyad_cat_label','0'),(9658,1817,'_bunyad_featured_disable','0'),(9659,1817,'_bunyad_reviews','0'),(9660,1817,'_bunyad_review_pos','none'),(9661,1817,'_bunyad_review_type','points'),(9662,1817,'_bunyad_review_verdict','Awesome'),(9663,1817,'_yoast_wpseo_focuskw_text_input','factory'),(9664,1817,'_yoast_wpseo_focuskw','factory'),(9665,1817,'_yoast_wpseo_title','Trip to Rational factory impresses dealers and consultants'),(9666,1817,'_yoast_wpseo_metadesc','As part of Rational UK’s DEAL programme, participating dealers and consultants are invited to Germany to visit the company’s factory.'),(9667,1817,'_yoast_wpseo_linkdex','84'),(9668,1817,'_yoast_wpseo_content_score','30'),(9669,1817,'_yoast_wpseo_primary_category','32'),(9670,1817,'xyz_fbap','1'),(9674,1817,'_wpas_done_all','1'),(9677,1817,'_wpas_skip_20130109','1'),(9680,1813,'_wpas_skip_20130109','1'),(9681,1821,'_edit_last','1'),(9682,1821,'_edit_lock','1530528456:1'),(9683,1822,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-10.46.33.png'),(9684,1822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:419;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-10.46.33.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-10.46.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-10.46.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-534x419.png\";s:5:\"width\";i:534;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-634x385.png\";s:5:\"width\";i:634;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-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:46:\"Screen-Shot-2018-07-02-at-10.46.33-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-10.46.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-634x336.png\";s:5:\"width\";i:634;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-634x336.png\";s:5:\"width\";i:634;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-600x419.png\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-10.46.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-634x336.png\";s:5:\"width\";i:634;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-10.46.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9685,1821,'_thumbnail_id','1822'),(9686,1821,'slide_template','default'),(9687,1821,'_bunyad_featured_post','1'),(9688,1821,'_bunyad_cat_label','0'),(9689,1821,'_bunyad_featured_disable','0'),(9690,1821,'_bunyad_reviews','0'),(9691,1821,'_bunyad_review_pos','none'),(9692,1821,'_bunyad_review_type','points'),(9693,1821,'_bunyad_review_verdict','Awesome'),(9694,1821,'_yoast_wpseo_focuskw_text_input','Pete'),(9695,1821,'_yoast_wpseo_focuskw','Pete'),(9696,1821,'_yoast_wpseo_metadesc','The British Guild of Beer Writers has appointed acclaimed beer writer Pete Brown as its Chair, succeeding Tim Hampson, who stepped down last month.'),(9697,1821,'_yoast_wpseo_linkdex','84'),(9698,1821,'_yoast_wpseo_content_score','30'),(9699,1821,'_yoast_wpseo_primary_category','8'),(9700,1821,'xyz_fbap','1'),(9704,1821,'_wpas_done_all','1'),(9705,1825,'_edit_last','1'),(9706,1825,'_edit_lock','1530526377:1'),(9707,1826,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-11.09.35.png'),(9708,1826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-11.09.35.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-11.09.35-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.09.35-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-927x580.png\";s:5:\"width\";i:927;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-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:46:\"Screen-Shot-2018-07-02-at-11.09.35-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.09.35-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-927x516.png\";s:5:\"width\";i:927;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.09.35-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.09.35-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9709,1827,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-11.11.32.png'),(9710,1827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:162;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-11.11.32.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-11.11.32-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.11.32-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-265x162.png\";s:5:\"width\";i:265;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-324x162.png\";s:5:\"width\";i:324;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-324x162.png\";s:5:\"width\";i:324;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-356x162.png\";s:5:\"width\";i:356;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-356x162.png\";s:5:\"width\";i:356;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-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:46:\"Screen-Shot-2018-07-02-at-11.11.32-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.11.32-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-351x162.png\";s:5:\"width\";i:351;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-351x162.png\";s:5:\"width\";i:351;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-343x162.png\";s:5:\"width\";i:343;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-233x162.png\";s:5:\"width\";i:233;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-269x162.png\";s:5:\"width\";i:269;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-235x162.png\";s:5:\"width\";i:235;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-326x162.png\";s:5:\"width\";i:326;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.11.32-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.11.32-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9711,1825,'_thumbnail_id','1826'),(9712,1825,'xyz_fbap','1'),(9716,1825,'slide_template','default'),(9717,1825,'_bunyad_featured_post','1'),(9718,1825,'_bunyad_cat_label','0'),(9719,1825,'_bunyad_featured_disable','0'),(9720,1825,'_bunyad_reviews','0'),(9721,1825,'_bunyad_review_pos','none'),(9722,1825,'_bunyad_review_type','points'),(9723,1825,'_bunyad_review_verdict','Awesome'),(9724,1825,'_yoast_wpseo_focuskw_text_input','Drinkaware'),(9725,1825,'_yoast_wpseo_focuskw','Drinkaware'),(9726,1825,'_yoast_wpseo_metadesc','“Being drunk is no excuse”: Drinkaware gives evidence on sexual harassment and calls for bystanders to challenge the status quo in all public places.'),(9727,1825,'_yoast_wpseo_linkdex','73'),(9728,1825,'_yoast_wpseo_content_score','30'),(9729,1825,'_yoast_wpseo_primary_category','8'),(9730,1825,'_wpas_done_all','1'),(9731,1829,'_wp_attached_file','2018/07/bgobw-logo.png'),(9732,1829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:339;s:4:\"file\";s:22:\"2018/07/bgobw-logo.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"bgobw-logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"bgobw-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-324x339.png\";s:5:\"width\";i:324;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-356x339.png\";s:5:\"width\";i:356;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-485x339.png\";s:5:\"width\";i:485;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-534x339.png\";s:5:\"width\";i:534;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bgobw-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:22:\"bgobw-logo-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"bgobw-logo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-536x339.png\";s:5:\"width\";i:536;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"bgobw-logo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9735,1821,'_wpas_skip_20130109','1'),(9738,1831,'_edit_last','1'),(9739,1831,'_edit_lock','1530533690:1'),(9740,1832,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-11.49.21-e1530529046754.png'),(9741,1832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:631;s:6:\"height\";i:438;s:4:\"file\";s:61:\"2018/07/Screen-Shot-2018-07-02-at-11.49.21-e1530529046754.png\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-534x438.png\";s:5:\"width\";i:534;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-631x385.png\";s:5:\"width\";i:631;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-605x420.png\";s:5:\"width\";i:605;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-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:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-631x516.png\";s:5:\"width\";i:631;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-631x336.png\";s:5:\"width\";i:631;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-631x336.png\";s:5:\"width\";i:631;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-600x438.png\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-631x336.png\";s:5:\"width\";i:631;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-02-at-11.49.21-e1530529046754-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9742,1831,'_thumbnail_id','1832'),(9743,1831,'xyz_fbap','1'),(9747,1831,'slide_template','default'),(9748,1831,'_bunyad_featured_post','1'),(9749,1831,'_bunyad_cat_label','0'),(9750,1831,'_bunyad_featured_disable','0'),(9751,1831,'_bunyad_reviews','0'),(9752,1831,'_bunyad_review_pos','none'),(9753,1831,'_bunyad_review_type','points'),(9754,1831,'_bunyad_review_verdict','Awesome'),(9755,1831,'_yoast_wpseo_focuskw_text_input','Entertainment'),(9756,1831,'_yoast_wpseo_focuskw','Entertainment'),(9757,1831,'_yoast_wpseo_title','A.C. Entertainment Technologies to host July NEXO UK open day'),(9758,1831,'_yoast_wpseo_metadesc','A.C. Entertainment Technologies Ltd. (AC-ET) will be hosting a free NEXO UK open day at the Victoria Theatre in Halifax.'),(9759,1831,'_yoast_wpseo_linkdex','67'),(9760,1831,'_yoast_wpseo_content_score','30'),(9761,1831,'_yoast_wpseo_primary_category','6'),(9762,1831,'_wpas_done_all','1'),(9765,1831,'_wpas_skip_20130109','1'),(9766,1832,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:631;s:6:\"height\";i:540;s:4:\"file\";s:38:\"Screen-Shot-2018-07-02-at-11.49.21.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.49.21-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-631x516.png\";s:5:\"width\";i:631;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-631x336.png\";s:5:\"width\";i:631;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-631x336.png\";s:5:\"width\";i:631;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-11.49.21-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-631x336.png\";s:5:\"width\";i:631;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-11.49.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(9769,1836,'_edit_last','1'),(9770,1836,'_edit_lock','1531311393:1'),(9771,1837,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-13.40.30.png'),(9772,1837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1059;s:6:\"height\";i:705;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-13.40.30.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-13.40.30-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-13.40.30-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-02-at-13.40.30-1059x580.png\";s:5:\"width\";i:1059;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-631x420.png\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-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:46:\"Screen-Shot-2018-07-02-at-13.40.30-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-02-at-13.40.30-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-13.40.30-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-02-at-13.40.30-1059x516.png\";s:5:\"width\";i:1059;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-13.40.30-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-13.40.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9773,1836,'_thumbnail_id','1837'),(9774,1836,'xyz_fbap','1'),(9778,1836,'slide_template','default'),(9779,1836,'_bunyad_featured_post','1'),(9780,1836,'_bunyad_cat_label','0'),(9781,1836,'_bunyad_featured_disable','0'),(9782,1836,'_bunyad_reviews','0'),(9783,1836,'_bunyad_review_pos','none'),(9784,1836,'_bunyad_review_type','points'),(9785,1836,'_bunyad_review_verdict','Awesome'),(9786,1836,'_yoast_wpseo_focuskw_text_input','Sauce'),(9787,1836,'_yoast_wpseo_focuskw','Sauce'),(9788,1836,'_yoast_wpseo_metadesc','Keeping warm sauces at the right temperature throughout service is a tricky business – especially if you offer a wide selection of them.'),(9789,1836,'_yoast_wpseo_linkdex','82'),(9790,1836,'_yoast_wpseo_content_score','30'),(9791,1836,'_yoast_wpseo_primary_category','32'),(9792,1836,'_wpas_done_all','1'),(9795,1836,'_wpas_skip_20130109','1'),(9796,1840,'_edit_last','1'),(9797,1840,'_edit_lock','1530601696:1'),(9798,1841,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-14.23.07.png'),(9799,1841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:307;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-02-at-14.23.07.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-02-at-14.23.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-14.23.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-324x307.png\";s:5:\"width\";i:324;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-356x307.png\";s:5:\"width\";i:356;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-461x261.png\";s:5:\"width\";i:461;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-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:46:\"Screen-Shot-2018-07-02-at-14.23.07-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-14.23.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-461x240.png\";s:5:\"width\";i:461;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-02-at-14.23.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9800,1842,'_wp_attached_file','2018/07/Screen-Shot-2018-07-02-at-14.23.07-1.png'),(9801,1842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:307;s:4:\"file\";s:48:\"2018/07/Screen-Shot-2018-07-02-at-14.23.07-1.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-02-at-14.23.07-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-02-at-14.23.07-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-324x307.png\";s:5:\"width\";i:324;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-356x307.png\";s:5:\"width\";i:356;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-461x261.png\";s:5:\"width\";i:461;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-02-at-14.23.07-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-461x240.png\";s:5:\"width\";i:461;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-02-at-14.23.07-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-07-02-at-14.23.07-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9802,1843,'_wp_attached_file','2018/07/Logo_MWILD_transparent_2.png'),(9803,1843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2051;s:6:\"height\";i:795;s:4:\"file\";s:36:\"2018/07/Logo_MWILD_transparent_2.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-768x298.png\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Logo_MWILD_transparent_2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Logo_MWILD_transparent_2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-696x270.png\";s:5:\"width\";i:696;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Logo_MWILD_transparent_2-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Logo_MWILD_transparent_2-1068x414.png\";s:5:\"width\";i:1068;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Logo_MWILD_transparent_2-1084x420.png\";s:5:\"width\";i:1084;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Logo_MWILD_transparent_2-1920x744.png\";s:5:\"width\";i:1920;s:6:\"height\";i:744;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Logo_MWILD_transparent_2-1024x397.png\";s:5:\"width\";i:1024;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Logo_MWILD_transparent_2-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Logo_MWILD_transparent_2-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Logo_MWILD_transparent_2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Logo_MWILD_transparent_2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9804,1840,'_thumbnail_id','1841'),(9805,1840,'slide_template','default'),(9806,1840,'_bunyad_featured_post','0'),(9807,1840,'_bunyad_cat_label','0'),(9808,1840,'_bunyad_featured_disable','0'),(9809,1840,'_bunyad_reviews','0'),(9810,1840,'_bunyad_review_pos','none'),(9811,1840,'_bunyad_review_type','points'),(9812,1840,'_bunyad_review_verdict','Awesome'),(9813,1840,'_yoast_wpseo_focuskw_text_input','Mac & Wild'),(9814,1840,'_yoast_wpseo_focuskw','Mac & Wild'),(9815,1840,'_yoast_wpseo_title','\'Harrods of the North\' Mac & Wild open their third restaurant'),(9816,1840,'_yoast_wpseo_metadesc','London\'s favourite Scottish restaurant Mac & Wild have today [28th June 2018] opened their third restaurant at the Falls of Shin in Scotland.'),(9817,1840,'_yoast_wpseo_linkdex','78'),(9818,1840,'_yoast_wpseo_content_score','30'),(9819,1840,'_yoast_wpseo_primary_category','8'),(9820,1840,'xyz_fbap','1'),(9824,1840,'_wpas_done_all','1'),(9827,1840,'_wpas_skip_20130109','1'),(9836,1848,'_edit_last','1'),(9837,1848,'_edit_lock','1531311222:1'),(9838,1849,'_wp_attached_file','2018/07/Screen-Shot-2018-07-03-at-08.20.51.png'),(9839,1849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:655;s:6:\"height\";i:415;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-03-at-08.20.51.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-03-at-08.20.51-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-08.20.51-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-534x415.png\";s:5:\"width\";i:534;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-655x385.png\";s:5:\"width\";i:655;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-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:46:\"Screen-Shot-2018-07-03-at-08.20.51-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-08.20.51-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-655x336.png\";s:5:\"width\";i:655;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-655x336.png\";s:5:\"width\";i:655;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-600x415.png\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-08.20.51-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-655x336.png\";s:5:\"width\";i:655;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-08.20.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9840,1848,'_thumbnail_id','1849'),(9841,1848,'slide_template','default'),(9842,1848,'_bunyad_featured_post','1'),(9843,1848,'_bunyad_cat_label','0'),(9844,1848,'_bunyad_featured_disable','0'),(9845,1848,'_bunyad_reviews','0'),(9846,1848,'_bunyad_review_pos','none'),(9847,1848,'_bunyad_review_type','points'),(9848,1848,'_bunyad_review_verdict','Awesome'),(9849,1848,'_yoast_wpseo_focuskw_text_input','Chameleon'),(9850,1848,'_yoast_wpseo_focuskw','Chameleon'),(9851,1848,'_yoast_wpseo_title','Refrigerator art: Williams enhances Chameleon service'),(9852,1848,'_yoast_wpseo_metadesc','Williams has enhanced its Chameleon service with the launch of a host of new bespoke, ultra - hardwearing graphics ideas.'),(9853,1848,'_yoast_wpseo_linkdex','88'),(9854,1848,'_yoast_wpseo_content_score','30'),(9855,1848,'_yoast_wpseo_primary_category','32'),(9856,1848,'xyz_fbap','1'),(9860,1848,'_wpas_done_all','1'),(9861,1851,'_edit_last','1'),(9862,1851,'_edit_lock','1530607812:1'),(9863,1852,'_wp_attached_file','2018/07/Screen-Shot-2018-07-03-at-09.10.57.png'),(9864,1852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:937;s:6:\"height\";i:625;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-03-at-09.10.57.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-03-at-09.10.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-09.10.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-937x580.png\";s:5:\"width\";i:937;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-630x420.png\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-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:46:\"Screen-Shot-2018-07-03-at-09.10.57-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-09.10.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-937x516.png\";s:5:\"width\";i:937;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-09.10.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.10.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9865,1851,'_thumbnail_id','1852'),(9866,1851,'slide_template','default'),(9867,1851,'_bunyad_featured_post','1'),(9868,1851,'_bunyad_cat_label','0'),(9869,1851,'_bunyad_featured_disable','0'),(9870,1851,'_bunyad_reviews','0'),(9871,1851,'_bunyad_review_pos','none'),(9872,1851,'_bunyad_review_type','points'),(9873,1851,'_bunyad_review_verdict','Awesome'),(9874,1851,'_yoast_wpseo_focuskw_text_input','hotel'),(9875,1851,'_yoast_wpseo_focuskw','hotel'),(9876,1851,'_yoast_wpseo_metadesc','The award-winning Jetty Restaurant six of Tansun’s Sorrento infrared heaters were chosen as they are the ideal solution for the hotel’s large outdoor space.'),(9877,1851,'_yoast_wpseo_linkdex','78'),(9878,1851,'_yoast_wpseo_content_score','30'),(9879,1851,'_yoast_wpseo_primary_category','32'),(9880,1851,'xyz_fbap','1'),(9884,1851,'_wpas_done_all','1'),(9887,1851,'_wpas_skip_20130109','1'),(9892,1854,'_edit_last','1'),(9893,1854,'_edit_lock','1530610735:1'),(9894,1855,'_wp_attached_file','2018/07/Screen-Shot-2018-07-03-at-09.52.49.png'),(9895,1855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:613;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-03-at-09.52.49.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-03-at-09.52.49-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-09.52.49-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x261.png\";s:5:\"width\";i:518;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x462.png\";s:5:\"width\";i:518;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x385.png\";s:5:\"width\";i:518;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x486.png\";s:5:\"width\";i:518;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x580.png\";s:5:\"width\";i:518;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-355x420.png\";s:5:\"width\";i:355;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-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:46:\"Screen-Shot-2018-07-03-at-09.52.49-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-09.52.49-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x516.png\";s:5:\"width\";i:518;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x336.png\";s:5:\"width\";i:518;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x336.png\";s:5:\"width\";i:518;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x386.png\";s:5:\"width\";i:518;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x460.png\";s:5:\"width\";i:518;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-09.52.49-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-518x336.png\";s:5:\"width\";i:518;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-09.52.49-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9896,1854,'_thumbnail_id','1855'),(9897,1854,'slide_template','default'),(9898,1854,'_bunyad_featured_post','0'),(9899,1854,'_bunyad_cat_label','0'),(9900,1854,'_bunyad_featured_disable','0'),(9901,1854,'_bunyad_reviews','0'),(9902,1854,'_bunyad_review_pos','none'),(9903,1854,'_bunyad_review_type','points'),(9904,1854,'_bunyad_review_verdict','Awesome'),(9905,1854,'_yoast_wpseo_focuskw_text_input','Beer'),(9906,1854,'_yoast_wpseo_focuskw','Beer'),(9907,1854,'_yoast_wpseo_metadesc','Since 1990, consumers in the UK have shown a shifting preference from beer to wine, though consumption of beer still makes up the biggest share of sales.'),(9908,1854,'_yoast_wpseo_linkdex','73'),(9909,1854,'_yoast_wpseo_content_score','30'),(9910,1854,'_yoast_wpseo_primary_category','2'),(9911,1854,'xyz_fbap','1'),(9915,1854,'_wpas_done_all','1'),(9918,1854,'_wpas_skip_20130109','1'),(9921,1857,'_edit_last','1'),(9922,1857,'_edit_lock','1530619917:1'),(9923,1858,'_wp_attached_file','2018/07/Screen-Shot-2018-07-03-at-10.44.42.png'),(9924,1858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:718;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-03-at-10.44.42.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-03-at-10.44.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-10.44.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-03-at-10.44.42-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-03-at-10.44.42-1068x710.png\";s:5:\"width\";i:1068;s:6:\"height\";i:710;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-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:46:\"Screen-Shot-2018-07-03-at-10.44.42-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-03-at-10.44.42-1024x681.png\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-10.44.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-03-at-10.44.42-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-10.44.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-10.44.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9925,1857,'_thumbnail_id','1858'),(9926,1857,'slide_template','default'),(9927,1857,'_bunyad_featured_post','1'),(9928,1857,'_bunyad_cat_label','0'),(9929,1857,'_bunyad_featured_disable','0'),(9930,1857,'_bunyad_reviews','0'),(9931,1857,'_bunyad_review_pos','none'),(9932,1857,'_bunyad_review_type','points'),(9933,1857,'_bunyad_review_verdict','Awesome'),(9934,1857,'_yoast_wpseo_focuskw_text_input','Managing'),(9935,1857,'_yoast_wpseo_focuskw','Managing'),(9936,1857,'_yoast_wpseo_metadesc','Falcon’s appoints a new managing director, Peter McAllister, a man with extensive industry experience across several other market-leading companies.'),(9937,1857,'_yoast_wpseo_linkdex','76'),(9938,1857,'_yoast_wpseo_content_score','30'),(9939,1857,'_yoast_wpseo_primary_category','8'),(9940,1857,'xyz_fbap','1'),(9944,1857,'_wpas_done_all','1'),(9945,1861,'_edit_last','1'),(9946,1861,'_edit_lock','1530860620:1'),(9947,1862,'_wp_attached_file','2018/07/Screen-Shot-2018-07-03-at-13.17.18.png'),(9948,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:617;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-03-at-13.17.18.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-768x574.png\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-03-at-13.17.18-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-13.17.18-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-696x521.png\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-825x580.png\";s:5:\"width\";i:825;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-562x420.png\";s:5:\"width\";i:562;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-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:46:\"Screen-Shot-2018-07-03-at-13.17.18-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-13.17.18-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-825x516.png\";s:5:\"width\";i:825;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-03-at-13.17.18-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-03-at-13.17.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(9949,1861,'_thumbnail_id','1862'),(9950,1861,'xyz_fbap','1'),(9954,1861,'slide_template','default'),(9955,1861,'_bunyad_featured_post','1'),(9956,1861,'_bunyad_cat_label','0'),(9957,1861,'_bunyad_featured_disable','0'),(9958,1861,'_bunyad_reviews','0'),(9959,1861,'_bunyad_review_pos','none'),(9960,1861,'_bunyad_review_type','points'),(9961,1861,'_bunyad_review_verdict','Awesome'),(9962,1861,'_yoast_wpseo_focuskw_text_input','beer'),(9963,1861,'_yoast_wpseo_focuskw','beer'),(9964,1861,'_yoast_wpseo_metadesc','Around 5000 pubs, bars and clubs are using the FlowMaster system from BeerTech as it saves them time and money and improves beer quality.'),(9965,1861,'_yoast_wpseo_linkdex','65'),(9966,1861,'_yoast_wpseo_content_score','30'),(9967,1861,'_yoast_wpseo_primary_category','182'),(9968,1861,'_wpas_done_all','1'),(9969,276,'_oembed_9fa3bd1c2df430eccb00c92ca30aa3f0','<div data-configid=\"32393893/62956585\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(9970,276,'_oembed_time_9fa3bd1c2df430eccb00c92ca30aa3f0','1530784485'),(9972,276,'_oembed_0e6b40ee597702abf2923e0998c72f96','<div data-configid=\"32393893/62956585\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(9973,276,'_oembed_time_0e6b40ee597702abf2923e0998c72f96','1530784543'),(9975,1865,'_edit_last','1'),(9976,1865,'_edit_lock','1530861572:1'),(9977,1865,'_thumbnail_id','1243'),(9978,1865,'xyz_fbap','1'),(9982,1865,'slide_template','default'),(9983,1865,'_bunyad_featured_post','1'),(9984,1865,'_bunyad_cat_label','0'),(9985,1865,'_bunyad_featured_disable','0'),(9986,1865,'_bunyad_reviews','0'),(9987,1865,'_bunyad_review_pos','none'),(9988,1865,'_bunyad_review_type','points'),(9989,1865,'_bunyad_review_verdict','Awesome'),(9990,1865,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(9991,1865,'_yoast_wpseo_focuskw','UKHospitality'),(9992,1865,'_yoast_wpseo_title','UKHospitality warns against PPL tariff increase : On-Trade Progress'),(9993,1865,'_yoast_wpseo_metadesc','UKHospitality has warned that any increases to PPL’s SFE tariff will place considerable burdens on venues and limit their ability to offer recorded music.'),(9994,1865,'_yoast_wpseo_linkdex','61'),(9995,1865,'_yoast_wpseo_content_score','30'),(9996,1865,'_yoast_wpseo_primary_category','8'),(9997,1865,'_wpas_done_all','1'),(10000,1868,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-08.25.21.png'),(10001,1868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:877;s:6:\"height\";i:193;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-08.25.21.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-768x169.png\";s:5:\"width\";i:768;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-08.25.21-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.25.21-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-265x193.png\";s:5:\"width\";i:265;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-324x193.png\";s:5:\"width\";i:324;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-324x193.png\";s:5:\"width\";i:324;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-356x193.png\";s:5:\"width\";i:356;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-356x193.png\";s:5:\"width\";i:356;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-485x193.png\";s:5:\"width\";i:485;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-533x193.png\";s:5:\"width\";i:533;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-534x193.png\";s:5:\"width\";i:534;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-696x153.png\";s:5:\"width\";i:696;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-696x193.png\";s:5:\"width\";i:696;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-741x193.png\";s:5:\"width\";i:741;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.25.21-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.25.21-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-702x193.png\";s:5:\"width\";i:702;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-702x193.png\";s:5:\"width\";i:702;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-343x193.png\";s:5:\"width\";i:343;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-233x193.png\";s:5:\"width\";i:233;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-536x193.png\";s:5:\"width\";i:536;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-600x193.png\";s:5:\"width\";i:600;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-474x193.png\";s:5:\"width\";i:474;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-235x193.png\";s:5:\"width\";i:235;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-326x193.png\";s:5:\"width\";i:326;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.25.21-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-702x193.png\";s:5:\"width\";i:702;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.25.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10002,1869,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-08.33.59.png'),(10003,1869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:387;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-08.33.59.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-08.33.59-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.33.59-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-324x387.png\";s:5:\"width\";i:324;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-534x387.png\";s:5:\"width\";i:534;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-696x368.png\";s:5:\"width\";i:696;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-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:46:\"Screen-Shot-2018-07-06-at-08.33.59-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.33.59-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-600x387.png\";s:5:\"width\";i:600;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.33.59-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.33.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10020,1871,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-08.40.07.png'),(10021,1871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:257;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-08.40.07.png\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-08.40.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.40.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x160.png\";s:5:\"width\";i:310;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x235.png\";s:5:\"width\";i:310;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x220.png\";s:5:\"width\";i:310;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-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:46:\"Screen-Shot-2018-07-06-at-08.40.07-300x249.png\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.40.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x185.png\";s:5:\"width\";i:310;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x185.png\";s:5:\"width\";i:310;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x215.png\";s:5:\"width\";i:310;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-233x257.png\";s:5:\"width\";i:233;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x240.png\";s:5:\"width\";i:310;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-310x205.png\";s:5:\"width\";i:310;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.40.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.40.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10025,1873,'_edit_last','1'),(10026,1873,'_edit_lock','1530867168:1'),(10027,1874,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-08.48.41.png'),(10028,1874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:761;s:6:\"height\";i:506;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-08.48.41.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-08.48.41-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.48.41-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.48.41-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.48.41-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.48.41-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10029,1875,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-08.49.14.png'),(10030,1875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:507;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-08.49.14.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-08.49.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.49.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-631x420.png\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-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:46:\"Screen-Shot-2018-07-06-at-08.49.14-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.49.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-08.49.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-08.49.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10031,1873,'_thumbnail_id','1874'),(10032,1873,'xyz_fbap','1'),(10036,1873,'slide_template','default'),(10037,1873,'_bunyad_featured_post','1'),(10038,1873,'_bunyad_cat_label','0'),(10039,1873,'_bunyad_featured_disable','0'),(10040,1873,'_bunyad_reviews','0'),(10041,1873,'_bunyad_review_pos','none'),(10042,1873,'_bunyad_review_type','points'),(10043,1873,'_bunyad_review_verdict','Awesome'),(10044,1873,'_yoast_wpseo_content_score','30'),(10045,1873,'_yoast_wpseo_primary_category','2'),(10046,1873,'_wpas_done_all','1'),(10047,1877,'_edit_last','1'),(10048,1877,'_edit_lock','1530867211:1'),(10049,1877,'_thumbnail_id','1243'),(10050,1877,'xyz_fbap','1'),(10054,1877,'slide_template','default'),(10055,1877,'_bunyad_featured_post','1'),(10056,1877,'_bunyad_cat_label','0'),(10057,1877,'_bunyad_featured_disable','0'),(10058,1877,'_bunyad_reviews','0'),(10059,1877,'_bunyad_review_pos','none'),(10060,1877,'_bunyad_review_type','points'),(10061,1877,'_bunyad_review_verdict','Awesome'),(10062,1877,'_yoast_wpseo_content_score','30'),(10063,1877,'_yoast_wpseo_primary_category','8'),(10064,1877,'_wpas_done_all','1'),(10065,1879,'_edit_last','1'),(10066,1879,'_edit_lock','1530868318:1'),(10069,1873,'_wpas_skip_20130109','1'),(10070,1873,'_yoast_wpseo_focuskw_text_input','Homebrewers'),(10071,1873,'_yoast_wpseo_focuskw','Homebrewers'),(10072,1873,'_yoast_wpseo_metadesc','Homebrewers will be able to put their creativity to the test by creating their own recipes, thanks to the new “recipe builder” launched by Home Brewtique.'),(10073,1873,'_yoast_wpseo_linkdex','85'),(10076,1877,'_wpas_skip_20130109','1'),(10077,1877,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(10078,1877,'_yoast_wpseo_focuskw','UKHospitality'),(10079,1877,'_yoast_wpseo_metadesc','DCMS Minister Michael Ellis MP will discuss the future of the UK’s hospitality sector at next month’s UKHospitality conference, Shaping the Future.'),(10080,1877,'_yoast_wpseo_linkdex','72'),(10081,1880,'_wp_attached_file','2018/07/HS.jpg'),(10082,1880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:14:\"2018/07/HS.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"HS-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"HS-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"HS-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"HS-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"HS-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"HS-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"HS-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"HS-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:14:\"HS-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:14:\"HS-400x360.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"HS-400x261.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:14:\"HS-400x385.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"HS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"HS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"HS-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:14:\"HS-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:14:\"HS-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:14:\"HS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:14:\"HS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:14:\"HS-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:14:\"HS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:14:\"HS-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:14:\"HS-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:14:\"HS-400x386.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:14:\"HS-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:14:\"HS-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:14:\"HS-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:14:\"HS-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:13:\"HS-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:14:\"HS-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:14:\"HS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10083,1881,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-09.52.06.png'),(10084,1881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:617;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-09.52.06.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-09.52.06-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-09.52.06-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-696x457.png\";s:5:\"width\";i:696;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-939x580.png\";s:5:\"width\";i:939;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-639x420.png\";s:5:\"width\";i:639;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-09.52.06-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-939x516.png\";s:5:\"width\";i:939;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-09.52.06-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-09.52.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10085,1879,'_thumbnail_id','1880'),(10086,1879,'xyz_fbap','1'),(10090,1879,'slide_template','default'),(10091,1879,'_bunyad_featured_post','0'),(10092,1879,'_bunyad_cat_label','0'),(10093,1879,'_bunyad_featured_disable','0'),(10094,1879,'_bunyad_reviews','0'),(10095,1879,'_bunyad_review_pos','none'),(10096,1879,'_bunyad_review_type','points'),(10097,1879,'_bunyad_review_verdict','Awesome'),(10098,1879,'_yoast_wpseo_focuskw_text_input','Bar'),(10099,1879,'_yoast_wpseo_focuskw','Bar'),(10100,1879,'_yoast_wpseo_metadesc','Britain\'s bravest and boldest bar workers will be put through their paces when the Fernet-Branca Barback Games come to London this September.'),(10101,1879,'_yoast_wpseo_linkdex','79'),(10102,1879,'_yoast_wpseo_content_score','30'),(10103,1879,'_yoast_wpseo_primary_category','6'),(10104,1879,'_wpas_done_all','1'),(10107,1879,'_wpas_skip_20130109','1'),(10110,1884,'_edit_last','1'),(10111,1884,'_edit_lock','1531314461:1'),(10112,1885,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-10.14.10.png'),(10113,1885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1189;s:6:\"height\";i:625;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-10.14.10.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-768x404.png\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-10.14.10-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.14.10-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-696x366.png\";s:5:\"width\";i:696;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.14.10-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.14.10-1068x561.png\";s:5:\"width\";i:1068;s:6:\"height\";i:561;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-799x420.png\";s:5:\"width\";i:799;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-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:46:\"Screen-Shot-2018-07-06-at-10.14.10-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.14.10-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.14.10-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.14.10-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.14.10-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.14.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10114,1884,'_thumbnail_id','1887'),(10115,1884,'xyz_fbap','1'),(10119,1884,'slide_template','default'),(10120,1884,'_bunyad_featured_post','1'),(10121,1884,'_bunyad_cat_label','0'),(10122,1884,'_bunyad_featured_disable','0'),(10123,1884,'_bunyad_reviews','0'),(10124,1884,'_bunyad_review_pos','none'),(10125,1884,'_bunyad_review_type','points'),(10126,1884,'_bunyad_review_verdict','Awesome'),(10127,1884,'_yoast_wpseo_focuskw_text_input','Certa'),(10128,1884,'_yoast_wpseo_focuskw','Certa'),(10129,1884,'_yoast_wpseo_title','Certa Cooking Equipment becomes exclusive UK partners for Adventys'),(10130,1884,'_yoast_wpseo_metadesc','Certa Cooking Equipment has added to its portfolio by becoming the exclusive UK partner for the Adventys range of Induction cooking equipment.'),(10131,1884,'_yoast_wpseo_linkdex','84'),(10132,1884,'_yoast_wpseo_content_score','30'),(10133,1884,'_yoast_wpseo_primary_category','32'),(10134,1884,'_wpas_done_all','1'),(10135,1887,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-10.25.04.png'),(10136,1887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:516;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-10.25.04.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-768x336.png\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-10.25.04-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.25.04-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-696x304.png\";s:5:\"width\";i:696;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.25.04-1068x516.png\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.25.04-1068x467.png\";s:5:\"width\";i:1068;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-960x420.png\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-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:46:\"Screen-Shot-2018-07-06-at-10.25.04-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.25.04-1024x448.png\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.25.04-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-06-at-10.25.04-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.25.04-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.25.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10139,1884,'_wpas_skip_20130109','1'),(10142,1888,'_edit_last','1'),(10143,1888,'_edit_lock','1531311041:1'),(10144,1889,'_wp_attached_file','2018/07/new_large_hgemLogo.png'),(10145,1889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:335;s:4:\"file\";s:30:\"2018/07/new_large_hgemLogo.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-768x254.png\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"new_large_hgemLogo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"new_large_hgemLogo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-324x335.png\";s:5:\"width\";i:324;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-356x335.png\";s:5:\"width\";i:356;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-485x335.png\";s:5:\"width\";i:485;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-534x335.png\";s:5:\"width\";i:534;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-696x230.png\";s:5:\"width\";i:696;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-696x335.png\";s:5:\"width\";i:696;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-741x335.png\";s:5:\"width\";i:741;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"new_large_hgemLogo-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"new_large_hgemLogo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-702x335.png\";s:5:\"width\";i:702;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-702x335.png\";s:5:\"width\";i:702;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-536x335.png\";s:5:\"width\";i:536;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-600x335.png\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"new_large_hgemLogo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-702x335.png\";s:5:\"width\";i:702;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"new_large_hgemLogo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10146,1888,'_thumbnail_id','1891'),(10147,1888,'slide_template','default'),(10148,1888,'_bunyad_featured_post','1'),(10149,1888,'_bunyad_cat_label','0'),(10150,1888,'_bunyad_featured_disable','0'),(10151,1888,'_bunyad_reviews','0'),(10152,1888,'_bunyad_review_pos','none'),(10153,1888,'_bunyad_review_type','points'),(10154,1888,'_bunyad_review_verdict','Awesome'),(10155,1888,'_yoast_wpseo_focuskw_text_input','HGEM'),(10156,1888,'_yoast_wpseo_focuskw','HGEM'),(10157,1888,'_yoast_wpseo_metadesc','Guest Experience Management experts HGEM have launched ‘The Hub’. A new Guest Experience Management (GEM) catering for the guest experinece.'),(10158,1888,'_yoast_wpseo_linkdex','83'),(10159,1888,'_yoast_wpseo_content_score','30'),(10160,1888,'_yoast_wpseo_primary_category','183'),(10161,1891,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-10.55.35.png'),(10162,1891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:652;s:6:\"height\";i:327;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-10.55.35.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-10.55.35-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.55.35-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-324x327.png\";s:5:\"width\";i:324;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-356x327.png\";s:5:\"width\";i:356;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-485x327.png\";s:5:\"width\";i:485;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-534x327.png\";s:5:\"width\";i:534;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-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:46:\"Screen-Shot-2018-07-06-at-10.55.35-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.55.35-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-536x327.png\";s:5:\"width\";i:536;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-600x327.png\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.55.35-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.35-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10163,1892,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-10.55.44.png'),(10164,1892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:327;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-10.55.44.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-10.55.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.55.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-324x327.png\";s:5:\"width\";i:324;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-331x220.png\";s:5:\"width\";i:331;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-331x261.png\";s:5:\"width\";i:331;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-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:46:\"Screen-Shot-2018-07-06-at-10.55.44-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.55.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-331x185.png\";s:5:\"width\";i:331;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-331x185.png\";s:5:\"width\";i:331;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-331x215.png\";s:5:\"width\";i:331;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-331x240.png\";s:5:\"width\";i:331;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-10.55.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-10.55.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10165,1888,'xyz_fbap','1'),(10169,1888,'_wpas_done_all','1'),(10172,1888,'_wpas_skip_20130109','1'),(10173,1894,'_edit_last','1'),(10174,1894,'_edit_lock','1530873690:1'),(10175,1894,'_thumbnail_id','1243'),(10176,1894,'xyz_fbap','1'),(10180,1894,'slide_template','default'),(10181,1894,'_bunyad_featured_post','1'),(10182,1894,'_bunyad_cat_label','0'),(10183,1894,'_bunyad_featured_disable','0'),(10184,1894,'_bunyad_reviews','0'),(10185,1894,'_bunyad_review_pos','none'),(10186,1894,'_bunyad_review_type','points'),(10187,1894,'_bunyad_review_verdict','Awesome'),(10188,1894,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(10189,1894,'_yoast_wpseo_focuskw','UKHospitality'),(10190,1894,'_yoast_wpseo_metadesc','UKHospitality has reiterated its message that a tourist tax in UK, could be disastrous for hotels and the hospitality sector.'),(10191,1894,'_yoast_wpseo_linkdex','78'),(10192,1894,'_yoast_wpseo_content_score','30'),(10193,1894,'_yoast_wpseo_primary_category','8'),(10194,1894,'_wpas_done_all','1'),(10195,1896,'_edit_last','1'),(10196,1896,'_edit_lock','1530878547:1'),(10197,1897,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-11.49.20.png'),(10198,1897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:615;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-11.49.20.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-11.49.20-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-11.49.20-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x385.png\";s:5:\"width\";i:588;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x486.png\";s:5:\"width\";i:588;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x580.png\";s:5:\"width\";i:588;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-402x420.png\";s:5:\"width\";i:402;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-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:46:\"Screen-Shot-2018-07-06-at-11.49.20-287x300.png\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-11.49.20-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x516.png\";s:5:\"width\";i:588;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x336.png\";s:5:\"width\";i:588;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x336.png\";s:5:\"width\";i:588;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x460.png\";s:5:\"width\";i:588;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-11.49.20-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-588x336.png\";s:5:\"width\";i:588;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-11.49.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10199,1896,'_thumbnail_id','1897'),(10200,1896,'xyz_fbap','1'),(10204,1896,'slide_template','default'),(10205,1896,'_bunyad_featured_post','1'),(10206,1896,'_bunyad_cat_label','0'),(10207,1896,'_bunyad_featured_disable','0'),(10208,1896,'_bunyad_reviews','0'),(10209,1896,'_bunyad_review_pos','none'),(10210,1896,'_bunyad_review_type','points'),(10211,1896,'_bunyad_review_verdict','Awesome'),(10212,1896,'_yoast_wpseo_focuskw_text_input','Gin'),(10213,1896,'_yoast_wpseo_focuskw','Gin'),(10214,1896,'_yoast_wpseo_metadesc','The King of Soho is adding a new addition to its colourful line-up with the introduction of the King of Soho Gin, a berry edition of the original London Dry.'),(10215,1896,'_yoast_wpseo_linkdex','74'),(10216,1896,'_yoast_wpseo_content_score','30'),(10217,1896,'_yoast_wpseo_primary_category','2'),(10218,1896,'_wpas_done_all','1'),(10219,1899,'_edit_last','1'),(10220,1899,'_edit_lock','1530879014:1'),(10221,1899,'_thumbnail_id','1243'),(10222,1899,'xyz_fbap','1'),(10226,1899,'slide_template','default'),(10227,1899,'_bunyad_featured_post','1'),(10228,1899,'_bunyad_cat_label','0'),(10229,1899,'_bunyad_featured_disable','0'),(10230,1899,'_bunyad_reviews','0'),(10231,1899,'_bunyad_review_pos','none'),(10232,1899,'_bunyad_review_type','points'),(10233,1899,'_bunyad_review_verdict','Awesome'),(10234,1899,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(10235,1899,'_yoast_wpseo_focuskw','UKHospitality'),(10236,1899,'_yoast_wpseo_title','UKHospitality calls for ringfencing of digital tax revenue'),(10237,1899,'_yoast_wpseo_metadesc','UKHospitality has warned the Treasury that it must undertake a full and wide-ranging review of business rates and ringfence future revenue.'),(10238,1899,'_yoast_wpseo_linkdex','72'),(10239,1899,'_yoast_wpseo_content_score','30'),(10240,1899,'_yoast_wpseo_primary_category','8'),(10241,1899,'_wpas_done_all','1'),(10242,1902,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-13.13.44.png'),(10243,1902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:904;s:6:\"height\";i:612;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-13.13.44.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-768x520.png\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-13.13.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-13.13.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-696x471.png\";s:5:\"width\";i:696;s:6:\"height\";i:471;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-904x580.png\";s:5:\"width\";i:904;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-620x420.png\";s:5:\"width\";i:620;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-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:46:\"Screen-Shot-2018-07-06-at-13.13.44-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-13.13.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-904x516.png\";s:5:\"width\";i:904;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-13.13.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.13.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10244,1901,'_edit_last','1'),(10245,1901,'_edit_lock','1531123547:1'),(10246,1903,'_wp_attached_file','2018/07/Screen-Shot-2018-07-06-at-13.14.10.png'),(10247,1903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:923;s:6:\"height\";i:615;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-06-at-13.14.10.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-06-at-13.14.10-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-13.14.10-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-923x580.png\";s:5:\"width\";i:923;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-630x420.png\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-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:46:\"Screen-Shot-2018-07-06-at-13.14.10-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-13.14.10-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-923x516.png\";s:5:\"width\";i:923;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-06-at-13.14.10-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-06-at-13.14.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10248,1901,'_thumbnail_id','1902'),(10249,1901,'xyz_fbap','1'),(10253,1901,'slide_template','default'),(10254,1901,'_bunyad_featured_post','1'),(10255,1901,'_bunyad_cat_label','0'),(10256,1901,'_bunyad_featured_disable','0'),(10257,1901,'_bunyad_reviews','0'),(10258,1901,'_bunyad_review_pos','none'),(10259,1901,'_bunyad_review_type','points'),(10260,1901,'_bunyad_review_verdict','Awesome'),(10261,1901,'_yoast_wpseo_focuskw_text_input','Tansun'),(10262,1901,'_yoast_wpseo_focuskw','Tansun'),(10263,1901,'_yoast_wpseo_title','Stay out in the evenings for longer with Tansun Heaters'),(10264,1901,'_yoast_wpseo_metadesc','This busy sporting season, Tansun is helping bars and restaurants to make the most of their outdoor areas when the sun goes in with its infrared heaters.'),(10265,1901,'_yoast_wpseo_linkdex','75'),(10266,1901,'_yoast_wpseo_content_score','30'),(10267,1901,'_yoast_wpseo_primary_category','32'),(10268,1901,'_wpas_done_all','1'),(10269,1905,'_edit_last','1'),(10270,1905,'_edit_lock','1531124464:1'),(10271,1905,'_thumbnail_id','1243'),(10272,1905,'xyz_fbap','1'),(10276,1905,'slide_template','default'),(10277,1905,'_bunyad_featured_post','1'),(10278,1905,'_bunyad_cat_label','0'),(10279,1905,'_bunyad_featured_disable','0'),(10280,1905,'_bunyad_reviews','0'),(10281,1905,'_bunyad_review_pos','none'),(10282,1905,'_bunyad_review_type','points'),(10283,1905,'_bunyad_review_verdict','Awesome'),(10284,1905,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(10285,1905,'_yoast_wpseo_focuskw','UKHospitality'),(10286,1905,'_yoast_wpseo_title','UKHospitality calls for support for London’s food businesses'),(10287,1905,'_yoast_wpseo_metadesc','UKHospitality has responded to the London Mayor’s draft London Food Strategy, welcoming a chance to engage and promote the hospitality sector.'),(10288,1905,'_yoast_wpseo_linkdex','74'),(10289,1905,'_yoast_wpseo_content_score','30'),(10290,1905,'_yoast_wpseo_primary_category','8'),(10291,1905,'_wpas_done_all','1'),(10292,1907,'_edit_last','1'),(10293,1907,'_edit_lock','1531128072:1'),(10294,1908,'_wp_attached_file','2018/07/Code-of-Practice-summary-fr-e1531126422603.jpg'),(10295,1908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:629;s:4:\"file\";s:54:\"2018/07/Code-of-Practice-summary-fr-e1531126422603.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"Code-of-Practice-summary-fr-e1531126422603-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"Code-of-Practice-summary-fr-e1531126422603-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x385.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x486.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x580.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-395x420.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-282x300.jpg\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Code-of-Practice-summary-fr-e1531126422603-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x516.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x460.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:53:\"Code-of-Practice-summary-fr-e1531126422603-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-591x336.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:54:\"Code-of-Practice-summary-fr-e1531126422603-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10296,1907,'_thumbnail_id','1911'),(10297,1907,'slide_template','default'),(10298,1907,'_bunyad_featured_post','1'),(10299,1907,'_bunyad_cat_label','0'),(10300,1907,'_bunyad_featured_disable','0'),(10301,1907,'_bunyad_reviews','0'),(10302,1907,'_bunyad_review_pos','none'),(10303,1907,'_bunyad_review_type','points'),(10304,1907,'_bunyad_review_verdict','Awesome'),(10305,1907,'_yoast_wpseo_focuskw_text_input','fipronil'),(10306,1907,'_yoast_wpseo_focuskw','fipronil'),(10307,1907,'_yoast_wpseo_title','New Dutch egg safety report shows need for higher standards'),(10308,1907,'_yoast_wpseo_metadesc','In July 2017 fipronil has been detected in Dutch and Belgian table eggs. A Dutch company had used fipronil at poultry farms to combat red mite.'),(10309,1907,'_yoast_wpseo_linkdex','77'),(10310,1907,'_yoast_wpseo_content_score','30'),(10311,1907,'_yoast_wpseo_primary_category','8'),(10312,1910,'_wp_attached_file','2018/07/Lion-eggs-in-foodservice01_0.jpg'),(10313,1910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:40:\"2018/07/Lion-eggs-in-foodservice01_0.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Lion-eggs-in-foodservice01_0-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Lion-eggs-in-foodservice01_0-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-720x486.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Lion-eggs-in-foodservice01_0-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-720x516.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Lion-eggs-in-foodservice01_0-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Lion-eggs-in-foodservice01_0-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10314,1908,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:592;s:6:\"height\";i:842;s:4:\"file\";s:31:\"Code-of-Practice-summary-fr.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:38:\"Code-of-Practice-summary-fr-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-592x516.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-592x336.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-592x336.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-592x460.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:38:\"Code-of-Practice-summary-fr-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-592x336.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:39:\"Code-of-Practice-summary-fr-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(10315,1911,'_wp_attached_file','2018/07/Why-Lion-eggs-box.jpg'),(10316,1911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:595;s:4:\"file\";s:29:\"2018/07/Why-Lion-eggs-box.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Why-Lion-eggs-box-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Why-Lion-eggs-box-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-696x363.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Why-Lion-eggs-box-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Why-Lion-eggs-box-1068x557.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-805x420.jpg\";s:5:\"width\";i:805;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-150x150.jpg\";s:5:\"width\";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:\"Why-Lion-eggs-box-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Why-Lion-eggs-box-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Why-Lion-eggs-box-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"Why-Lion-eggs-box-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Why-Lion-eggs-box-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Why-Lion-eggs-box-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10317,1907,'xyz_fbap','1'),(10321,1907,'_wpas_done_all','1'),(10322,1912,'_edit_last','1'),(10323,1912,'_edit_lock','1531138586:1'),(10324,1913,'_wp_attached_file','2018/07/Untitled_design__51_.png'),(10325,1913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:448;s:6:\"height\";i:246;s:4:\"file\";s:32:\"2018/07/Untitled_design__51_.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Untitled_design__51_-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Untitled_design__51_-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-324x246.png\";s:5:\"width\";i:324;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-356x246.png\";s:5:\"width\";i:356;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Untitled_design__51_-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-233x246.png\";s:5:\"width\";i:233;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-448x240.png\";s:5:\"width\";i:448;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Untitled_design__51_-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Untitled_design__51_-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10326,1912,'_thumbnail_id','1915'),(10327,1912,'slide_template','default'),(10328,1912,'_bunyad_featured_post','0'),(10329,1912,'_bunyad_cat_label','0'),(10330,1912,'_bunyad_featured_disable','0'),(10331,1912,'_bunyad_reviews','0'),(10332,1912,'_bunyad_review_pos','none'),(10333,1912,'_bunyad_review_type','points'),(10334,1912,'_bunyad_review_verdict','Awesome'),(10335,1912,'_yoast_wpseo_focuskw_text_input','BII'),(10336,1912,'_yoast_wpseo_focuskw','BII'),(10337,1912,'_yoast_wpseo_metadesc','The BII are delighted to announce that the National Innovation in Training Awards competition for 2018 is now live for NITAs entrants.'),(10338,1912,'_yoast_wpseo_linkdex','77'),(10339,1912,'_yoast_wpseo_content_score','30'),(10340,1912,'_yoast_wpseo_primary_category','6'),(10341,1912,'xyz_fbap','1'),(10345,1912,'_wpas_done_all','1'),(10346,1915,'_wp_attached_file','2018/07/Screen-Shot-2018-07-09-at-10.38.50.png'),(10347,1915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1248;s:6:\"height\";i:241;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-09-at-10.38.50.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-768x148.png\";s:5:\"width\";i:768;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-09-at-10.38.50-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-09-at-10.38.50-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-324x241.png\";s:5:\"width\";i:324;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-356x241.png\";s:5:\"width\";i:356;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-485x241.png\";s:5:\"width\";i:485;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-533x241.png\";s:5:\"width\";i:533;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-534x241.png\";s:5:\"width\";i:534;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-696x134.png\";s:5:\"width\";i:696;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-696x241.png\";s:5:\"width\";i:696;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-741x241.png\";s:5:\"width\";i:741;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-09-at-10.38.50-1068x241.png\";s:5:\"width\";i:1068;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-09-at-10.38.50-1068x206.png\";s:5:\"width\";i:1068;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-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:45:\"Screen-Shot-2018-07-09-at-10.38.50-300x58.png\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-09-at-10.38.50-1024x198.png\";s:5:\"width\";i:1024;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-09-at-10.38.50-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-09-at-10.38.50-1078x241.png\";s:5:\"width\";i:1078;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-702x241.png\";s:5:\"width\";i:702;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-702x241.png\";s:5:\"width\";i:702;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-233x241.png\";s:5:\"width\";i:233;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-536x241.png\";s:5:\"width\";i:536;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-600x241.png\";s:5:\"width\";i:600;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-09-at-10.38.50-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-702x241.png\";s:5:\"width\";i:702;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-10.38.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10350,1912,'_wpas_skip_20130109','1'),(10355,1916,'_edit_last','1'),(10356,1916,'_edit_lock','1532938358:1'),(10357,1917,'_wp_attached_file','2018/07/Screen-Shot-2018-07-09-at-15.11.55.png'),(10358,1917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-09-at-15.11.55.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-09-at-15.11.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-09-at-15.11.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-932x580.png\";s:5:\"width\";i:932;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-631x420.png\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-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:46:\"Screen-Shot-2018-07-09-at-15.11.55-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-09-at-15.11.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-932x516.png\";s:5:\"width\";i:932;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-09-at-15.11.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-09-at-15.11.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10359,1916,'_thumbnail_id','1917'),(10360,1916,'slide_template','default'),(10361,1916,'_bunyad_featured_post','1'),(10362,1916,'_bunyad_cat_label','0'),(10363,1916,'_bunyad_featured_disable','0'),(10364,1916,'_bunyad_reviews','0'),(10365,1916,'_bunyad_review_pos','none'),(10366,1916,'_bunyad_review_type','points'),(10367,1916,'_bunyad_review_verdict','Awesome'),(10368,1916,'_yoast_wpseo_focuskw_text_input','venues'),(10369,1916,'_yoast_wpseo_focuskw','venues'),(10370,1916,'_yoast_wpseo_metadesc','From lighting to decor and patios to paving, there are so many ways hospitality professionals can utilise the outdoor spaces in their venues.'),(10371,1916,'_yoast_wpseo_linkdex','71'),(10372,1916,'_yoast_wpseo_content_score','30'),(10373,1916,'_yoast_wpseo_primary_category','29'),(10374,1916,'xyz_fbap','1'),(10378,1916,'_wpas_done_all','1'),(10381,1916,'_wpas_skip_20130109','1'),(10386,1921,'_edit_last','1'),(10387,1921,'_edit_lock','1531208349:1'),(10388,1922,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-08.07.14-e1531206717300.png'),(10389,1922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:403;s:4:\"file\";s:61:\"2018/07/Screen-Shot-2018-07-10-at-08.07.14-e1531206717300.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x360.png\";s:5:\"width\";i:408;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x261.png\";s:5:\"width\";i:408;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x385.png\";s:5:\"width\";i:408;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-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:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x516.png\";s:5:\"width\";i:410;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x386.png\";s:5:\"width\";i:408;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x460.png\";s:5:\"width\";i:410;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x240.png\";s:5:\"width\";i:408;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206717300-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10390,1921,'_thumbnail_id','1922'),(10391,1921,'slide_template','default'),(10392,1921,'_bunyad_featured_post','0'),(10393,1921,'_bunyad_cat_label','0'),(10394,1921,'_bunyad_featured_disable','0'),(10395,1921,'_bunyad_reviews','0'),(10396,1921,'_bunyad_review_pos','none'),(10397,1921,'_bunyad_review_type','points'),(10398,1921,'_bunyad_review_verdict','Awesome'),(10399,1921,'_yoast_wpseo_focuskw_text_input','M&J Seafood'),(10400,1921,'_yoast_wpseo_focuskw','M&J Seafood'),(10401,1921,'_yoast_wpseo_metadesc','M&J Seafood has netted another top award, this one showcases and recognising the company’s commitment to sustainable seafood.'),(10402,1921,'_yoast_wpseo_linkdex','84'),(10403,1921,'_yoast_wpseo_content_score','30'),(10404,1921,'_yoast_wpseo_primary_category','6'),(10405,1922,'_wp_attachment_backup_sizes','a:42:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:410;s:6:\"height\";i:621;s:4:\"file\";s:38:\"Screen-Shot-2018-07-10-at-08.07.14.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-08.07.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x516.png\";s:5:\"width\";i:410;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x336.png\";s:5:\"width\";i:410;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x336.png\";s:5:\"width\";i:410;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x386.png\";s:5:\"width\";i:410;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x460.png\";s:5:\"width\";i:410;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x240.png\";s:5:\"width\";i:410;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-08.07.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-410x336.png\";s:5:\"width\";i:410;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.07.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1531206717300\";a:3:{s:5:\"width\";i:409;s:6:\"height\";i:436;s:4:\"file\";s:53:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768.png\";}s:23:\"thumbnail-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"medium-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"post-thumbnail-1531206717300\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"main-slider-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-409x336.png\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"main-featured-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-409x336.png\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"main-block-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"list-block-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"slider-small-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"gallery-block-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"grid-overlay-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"tall-overlay-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"grid-slider-large-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-409x386.png\";s:5:\"width\";i:409;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"grid-slider-small-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"grid-slider-b-med-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-409x240.png\";s:5:\"width\";i:409;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"grid-slider-b-small-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"focus-grid-large-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"focus-grid-small-1531206717300\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"overlay-large-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-409x336.png\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-small-1531206717300\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-10-at-08.07.14-e1531206669768-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(10406,1921,'xyz_fbap','1'),(10410,1921,'_wpas_done_all','1'),(10413,1921,'_wpas_skip_20130109','1'),(10418,1924,'_edit_last','1'),(10419,1924,'_edit_lock','1531209450:1'),(10420,1925,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-08.40.58.png'),(10421,1925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:592;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-08.40.58.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-08.40.58-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-08.40.58-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-696x322.png\";s:5:\"width\";i:696;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-08.40.58-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-08.40.58-1068x494.png\";s:5:\"width\";i:1068;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-908x420.png\";s:5:\"width\";i:908;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-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:46:\"Screen-Shot-2018-07-10-at-08.40.58-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-08.40.58-1024x474.png\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-08.40.58-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-08.40.58-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-08.40.58-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-08.40.58-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10422,1924,'_thumbnail_id','1925'),(10423,1924,'xyz_fbap','1'),(10427,1924,'slide_template','default'),(10428,1924,'_bunyad_featured_post','1'),(10429,1924,'_bunyad_cat_label','0'),(10430,1924,'_bunyad_featured_disable','0'),(10431,1924,'_bunyad_reviews','0'),(10432,1924,'_bunyad_review_pos','none'),(10433,1924,'_bunyad_review_type','points'),(10434,1924,'_bunyad_review_verdict','Awesome'),(10435,1924,'_yoast_wpseo_focuskw_text_input','Bar Tech'),(10436,1924,'_yoast_wpseo_focuskw','Bar Tech'),(10437,1924,'_yoast_wpseo_title','New Website Launches for Restaurant & Bar Tech Live'),(10438,1924,'_yoast_wpseo_metadesc','Our partners at Restaurant & Bar Tech Live have taken their show to the next level by completely reviving the show’s brand ahead of the 2018 edition.'),(10439,1924,'_yoast_wpseo_linkdex','80'),(10440,1924,'_yoast_wpseo_content_score','30'),(10441,1924,'_yoast_wpseo_primary_category','8'),(10442,1924,'_wpas_done_all','1'),(10443,1927,'_edit_last','1'),(10444,1927,'_edit_lock','1531212364:1'),(10445,1928,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-09.14.31.png'),(10446,1928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-09.14.31.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-09.14.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.14.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-696x580.png\";s:5:\"width\";i:696;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-744x580.png\";s:5:\"width\";i:744;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-504x420.png\";s:5:\"width\";i:504;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-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:46:\"Screen-Shot-2018-07-10-at-09.14.31-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.14.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-744x516.png\";s:5:\"width\";i:744;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.14.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.14.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10447,1927,'_thumbnail_id','1928'),(10448,1927,'slide_template','default'),(10449,1927,'_bunyad_featured_post','1'),(10450,1927,'_bunyad_cat_label','0'),(10451,1927,'_bunyad_featured_disable','0'),(10452,1927,'_bunyad_reviews','0'),(10453,1927,'_bunyad_review_pos','none'),(10454,1927,'_bunyad_review_type','points'),(10455,1927,'_bunyad_review_verdict','Awesome'),(10456,1927,'_yoast_wpseo_focuskw_text_input','profit'),(10457,1927,'_yoast_wpseo_focuskw','profit'),(10458,1927,'_yoast_wpseo_metadesc','With World Cup fever around, and the new football season around the corner, you are sure to score a profit by adding Cheese Burger Dough Balls to the menu.'),(10459,1927,'_yoast_wpseo_linkdex','63'),(10460,1927,'_yoast_wpseo_content_score','30'),(10461,1927,'_yoast_wpseo_primary_category','3'),(10462,1927,'xyz_fbap','1'),(10466,1927,'_wpas_done_all','1'),(10469,1927,'_wpas_skip_20130109','1'),(10476,1931,'_edit_last','1'),(10477,1931,'_edit_lock','1531213585:1'),(10478,1932,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-09.53.34.png'),(10479,1932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:936;s:6:\"height\";i:622;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-09.53.34.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-09.53.34-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.53.34-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-936x580.png\";s:5:\"width\";i:936;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-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:46:\"Screen-Shot-2018-07-10-at-09.53.34-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.53.34-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-936x516.png\";s:5:\"width\";i:936;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.53.34-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10480,1933,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-09.53.25.png'),(10481,1933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:943;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-09.53.25.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-768x502.png\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-09.53.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.53.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-696x455.png\";s:5:\"width\";i:696;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-943x580.png\";s:5:\"width\";i:943;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-643x420.png\";s:5:\"width\";i:643;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-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:46:\"Screen-Shot-2018-07-10-at-09.53.25-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.53.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-943x516.png\";s:5:\"width\";i:943;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-09.53.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-09.53.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10482,1931,'_thumbnail_id','1932'),(10483,1931,'slide_template','default'),(10484,1931,'_bunyad_featured_post','1'),(10485,1931,'_bunyad_cat_label','0'),(10486,1931,'_bunyad_featured_disable','0'),(10487,1931,'_bunyad_reviews','0'),(10488,1931,'_bunyad_review_pos','none'),(10489,1931,'_bunyad_review_type','points'),(10490,1931,'_bunyad_review_verdict','Awesome'),(10491,1931,'_yoast_wpseo_focuskw_text_input','tickets'),(10492,1931,'_yoast_wpseo_focuskw','tickets'),(10493,1931,'_yoast_wpseo_title','as extended its partnership with The SSE Hydro Arena'),(10494,1931,'_yoast_wpseo_metadesc','Heineken who has extended its partnership with The SSE Hydro Arena, by rewarding new HUK on-trade customers with VIP tickets to Scotland’s best shows.'),(10495,1931,'_yoast_wpseo_linkdex','79'),(10496,1931,'_yoast_wpseo_content_score','30'),(10497,1931,'_yoast_wpseo_primary_category','6'),(10498,1931,'xyz_fbap','1'),(10502,1931,'_wpas_done_all','1'),(10505,1931,'_wpas_skip_20130109','1'),(10506,1936,'_edit_last','1'),(10507,1936,'_edit_lock','1531214945:1'),(10508,1937,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-10.19.38.png'),(10509,1937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:621;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-10.19.38.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-10.19.38-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.19.38-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x360.png\";s:5:\"width\";i:459;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x261.png\";s:5:\"width\";i:459;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x462.png\";s:5:\"width\";i:459;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x385.png\";s:5:\"width\";i:459;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x486.png\";s:5:\"width\";i:459;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x580.png\";s:5:\"width\";i:459;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-310x420.png\";s:5:\"width\";i:310;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-222x300.png\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.19.38-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x516.png\";s:5:\"width\";i:459;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x336.png\";s:5:\"width\";i:459;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x336.png\";s:5:\"width\";i:459;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x386.png\";s:5:\"width\";i:459;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x460.png\";s:5:\"width\";i:459;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x240.png\";s:5:\"width\";i:459;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.19.38-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-459x336.png\";s:5:\"width\";i:459;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.19.38-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10510,1938,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-10.20.02.png'),(10511,1938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:354;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-10.20.02.png\";s:5:\"sizes\";a:27:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-10.20.02-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.20.02-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-324x354.png\";s:5:\"width\";i:324;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x220.png\";s:5:\"width\";i:347;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x261.png\";s:5:\"width\";i:347;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-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:46:\"Screen-Shot-2018-07-10-at-10.20.02-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.20.02-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x336.png\";s:5:\"width\";i:347;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x336.png\";s:5:\"width\";i:347;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x185.png\";s:5:\"width\";i:347;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x185.png\";s:5:\"width\";i:347;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x240.png\";s:5:\"width\";i:347;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.20.02-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-347x336.png\";s:5:\"width\";i:347;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10512,1939,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-10.20.28.png'),(10513,1939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:834;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-10.20.28.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-768x570.png\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-10.20.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.20.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-696x517.png\";s:5:\"width\";i:696;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-834x580.png\";s:5:\"width\";i:834;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-566x420.png\";s:5:\"width\";i:566;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-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:46:\"Screen-Shot-2018-07-10-at-10.20.28-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.20.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-834x516.png\";s:5:\"width\";i:834;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-10.20.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-10.20.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10514,1936,'_thumbnail_id','1939'),(10515,1936,'slide_template','default'),(10516,1936,'_bunyad_featured_post','1'),(10517,1936,'_bunyad_cat_label','0'),(10518,1936,'_bunyad_featured_disable','0'),(10519,1936,'_bunyad_reviews','0'),(10520,1936,'_bunyad_review_pos','none'),(10521,1936,'_bunyad_review_type','points'),(10522,1936,'_bunyad_review_verdict','Awesome'),(10523,1936,'_yoast_wpseo_focuskw_text_input','Lager'),(10524,1936,'_yoast_wpseo_focuskw','Lager'),(10525,1936,'_yoast_wpseo_metadesc','Specialist beer importer Morgenrot has extended its selection of Sleeman brews with the addition of Silver Creek Lager..'),(10526,1936,'_yoast_wpseo_linkdex','82'),(10527,1936,'_yoast_wpseo_content_score','30'),(10528,1936,'_yoast_wpseo_primary_category','2'),(10529,1936,'xyz_fbap','1'),(10533,1936,'_wpas_done_all','1'),(10536,1936,'_wpas_skip_20130109','1'),(10537,1941,'_edit_last','1'),(10538,1941,'_edit_lock','1531217774:1'),(10539,1941,'slide_template','default'),(10540,1941,'_bunyad_featured_post','1'),(10541,1941,'_bunyad_cat_label','0'),(10542,1941,'_bunyad_featured_disable','0'),(10543,1941,'_bunyad_reviews','0'),(10544,1941,'_bunyad_review_pos','none'),(10545,1941,'_bunyad_review_type','points'),(10546,1941,'_bunyad_review_verdict','Awesome'),(10547,1941,'_yoast_wpseo_focuskw_text_input','pints'),(10548,1941,'_yoast_wpseo_focuskw','pints'),(10549,1941,'_yoast_wpseo_title','England fans to buy TEN MILLION extra pints during semi-final match'),(10550,1941,'_yoast_wpseo_metadesc','The British Beer and Pub Association (BBPA) is predicting that home fans will buy TEN MILLION extra pints during the semi-final World Cup match.'),(10551,1941,'_yoast_wpseo_linkdex','80'),(10552,1941,'_yoast_wpseo_content_score','60'),(10553,1941,'_yoast_wpseo_primary_category','2'),(10554,1944,'_edit_last','1'),(10555,1944,'_edit_lock','1531217496:1'),(10556,1945,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-11.05.10.png'),(10557,1945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:713;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-11.05.10.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-11.05.10-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.05.10-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.05.10-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.05.10-1068x705.png\";s:5:\"width\";i:1068;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-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:46:\"Screen-Shot-2018-07-10-at-11.05.10-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.05.10-1024x676.png\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.05.10-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.05.10-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.05.10-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.05.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10558,1944,'_thumbnail_id','1945'),(10559,1944,'xyz_fbap','1'),(10563,1944,'slide_template','default'),(10564,1944,'_bunyad_featured_post','1'),(10565,1944,'_bunyad_cat_label','0'),(10566,1944,'_bunyad_featured_disable','0'),(10567,1944,'_bunyad_reviews','0'),(10568,1944,'_bunyad_review_pos','none'),(10569,1944,'_bunyad_review_type','points'),(10570,1944,'_bunyad_review_verdict','Awesome'),(10571,1944,'_yoast_wpseo_focuskw_text_input','develop'),(10572,1944,'_yoast_wpseo_focuskw','develop'),(10573,1944,'_yoast_wpseo_title','Rational’s new marketing director to develop enhanced customer support'),(10574,1944,'_yoast_wpseo_metadesc','He was previously internal sales director with the company and a key aspect of the new role will be to develop ‘customer lifecycle management’'),(10575,1944,'_yoast_wpseo_linkdex','84'),(10576,1944,'_yoast_wpseo_content_score','30'),(10577,1944,'_yoast_wpseo_primary_category','8'),(10578,1944,'_wpas_done_all','1'),(10581,1944,'_wpas_skip_20130109','1'),(10586,1947,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-11.14.59.png'),(10587,1947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:644;s:6:\"height\";i:285;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-11.14.59.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-11.14.59-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.14.59-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-324x285.png\";s:5:\"width\";i:324;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-356x285.png\";s:5:\"width\";i:356;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-485x285.png\";s:5:\"width\";i:485;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-534x285.png\";s:5:\"width\";i:534;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-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:46:\"Screen-Shot-2018-07-10-at-11.14.59-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.14.59-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-233x285.png\";s:5:\"width\";i:233;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-536x285.png\";s:5:\"width\";i:536;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-600x285.png\";s:5:\"width\";i:600;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.14.59-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.14.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10588,1948,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-11.13.36.png'),(10589,1948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1217;s:6:\"height\";i:625;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-11.13.36.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-768x394.png\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-11.13.36-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.13.36-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-696x357.png\";s:5:\"width\";i:696;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.13.36-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.13.36-1068x548.png\";s:5:\"width\";i:1068;s:6:\"height\";i:548;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-818x420.png\";s:5:\"width\";i:818;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.13.36-1024x526.png\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.13.36-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-10-at-11.13.36-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.13.36-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.13.36-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10590,1941,'_thumbnail_id','1948'),(10591,1941,'xyz_fbap','1'),(10595,1941,'_wpas_done_all','1'),(10596,1950,'_edit_last','1'),(10597,1950,'_edit_lock','1532935648:1'),(10598,1951,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-11.19.16.png'),(10599,1951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-11.19.16.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-11.19.16-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.19.16-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-939x580.png\";s:5:\"width\";i:939;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-633x420.png\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-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:46:\"Screen-Shot-2018-07-10-at-11.19.16-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.19.16-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-939x516.png\";s:5:\"width\";i:939;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.19.16-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10600,1952,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-11.19.27.png'),(10601,1952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-11.19.27.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-11.19.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.19.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-942x580.png\";s:5:\"width\";i:942;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-635x420.png\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-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:46:\"Screen-Shot-2018-07-10-at-11.19.27-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.19.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-942x516.png\";s:5:\"width\";i:942;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.19.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.19.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10602,1950,'_thumbnail_id','1952'),(10603,1950,'xyz_fbap','1'),(10607,1950,'slide_template','default'),(10608,1950,'_bunyad_featured_post','1'),(10609,1950,'_bunyad_cat_label','0'),(10610,1950,'_bunyad_featured_disable','0'),(10611,1950,'_bunyad_reviews','0'),(10612,1950,'_bunyad_review_pos','none'),(10613,1950,'_bunyad_review_type','points'),(10614,1950,'_bunyad_review_verdict','Awesome'),(10615,1950,'_yoast_wpseo_focuskw_text_input','cellar'),(10616,1950,'_yoast_wpseo_focuskw','cellar'),(10617,1950,'_yoast_wpseo_metadesc','Keeping cool...With the warm summer months approaching, On-Trade Progress discuss why it’s important to keep your cellar cool.'),(10618,1950,'_yoast_wpseo_linkdex','65'),(10619,1950,'_yoast_wpseo_content_score','30'),(10620,1950,'_yoast_wpseo_primary_category','182'),(10621,1950,'_wpas_done_all','1'),(10624,1950,'_wpas_skip_20130109','1'),(10625,1954,'_edit_last','1'),(10626,1954,'_edit_lock','1531245825:1'),(10627,1955,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-11.18.50.png'),(10628,1955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:807;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-11.18.50.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-768x590.png\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-11.18.50-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.18.50-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-696x535.png\";s:5:\"width\";i:696;s:6:\"height\";i:535;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-807x580.png\";s:5:\"width\";i:807;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-547x420.png\";s:5:\"width\";i:547;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-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:46:\"Screen-Shot-2018-07-10-at-11.18.50-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.18.50-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-807x516.png\";s:5:\"width\";i:807;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-11.18.50-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-11.18.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10629,1954,'_thumbnail_id','1955'),(10630,1954,'xyz_fbap','1'),(10634,1954,'slide_template','default'),(10635,1954,'_bunyad_featured_post','1'),(10636,1954,'_bunyad_cat_label','0'),(10637,1954,'_bunyad_featured_disable','0'),(10638,1954,'_bunyad_reviews','0'),(10639,1954,'_bunyad_review_pos','none'),(10640,1954,'_bunyad_review_type','points'),(10641,1954,'_bunyad_review_verdict','Awesome'),(10642,1954,'_yoast_wpseo_focuskw_text_input','beer'),(10643,1954,'_yoast_wpseo_focuskw','beer'),(10644,1954,'_yoast_wpseo_title','Counting cost as football comes home Hogs Back boss rues free pint offer'),(10645,1954,'_yoast_wpseo_metadesc','A Surrey brewery boss may be the only Englishman crying into his beer if England beat Croatia in the World Cup semi-final on Wednesday.'),(10646,1954,'_yoast_wpseo_linkdex','72'),(10647,1954,'_yoast_wpseo_content_score','30'),(10648,1954,'_yoast_wpseo_primary_category','2'),(10649,1954,'_wpas_done_all','1'),(10652,1954,'_wpas_skip_20130109','1'),(10653,1958,'_edit_last','1'),(10654,1958,'_edit_lock','1531226106:1'),(10655,1958,'_thumbnail_id','1243'),(10656,1958,'xyz_fbap','1'),(10660,1958,'slide_template','default'),(10661,1958,'_bunyad_featured_post','1'),(10662,1958,'_bunyad_cat_label','0'),(10663,1958,'_bunyad_featured_disable','0'),(10664,1958,'_bunyad_reviews','0'),(10665,1958,'_bunyad_review_pos','none'),(10666,1958,'_bunyad_review_type','points'),(10667,1958,'_bunyad_review_verdict','Awesome'),(10668,1958,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(10669,1958,'_yoast_wpseo_focuskw','UKHospitality'),(10670,1958,'_yoast_wpseo_title','£130 billion hospitality sector celebrated at inaugural conference'),(10671,1958,'_yoast_wpseo_metadesc','The UK’s hospitality sector is worth £130 billion, according to UKHospitality, the new national trade body for the sector. '),(10672,1958,'_yoast_wpseo_linkdex','71'),(10673,1958,'_yoast_wpseo_content_score','30'),(10674,1958,'_yoast_wpseo_primary_category','8'),(10675,1958,'_wpas_done_all','1'),(10676,1960,'_edit_last','1'),(10677,1960,'_edit_lock','1531229476:1'),(10678,1961,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-13.36.11.png'),(10679,1961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:908;s:6:\"height\";i:617;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-13.36.11.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-768x522.png\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-13.36.11-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-13.36.11-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-696x473.png\";s:5:\"width\";i:696;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-908x580.png\";s:5:\"width\";i:908;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-618x420.png\";s:5:\"width\";i:618;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-13.36.11-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-908x516.png\";s:5:\"width\";i:908;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-13.36.11-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10680,1962,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-13.36.43.png'),(10681,1962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:362;s:6:\"height\";i:628;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-13.36.43.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-13.36.43-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-13.36.43-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x360.png\";s:5:\"width\";i:362;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x261.png\";s:5:\"width\";i:362;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x462.png\";s:5:\"width\";i:362;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x385.png\";s:5:\"width\";i:362;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x486.png\";s:5:\"width\";i:362;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x580.png\";s:5:\"width\";i:362;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-242x420.png\";s:5:\"width\";i:242;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-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:46:\"Screen-Shot-2018-07-10-at-13.36.43-173x300.png\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-13.36.43-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x516.png\";s:5:\"width\";i:362;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x336.png\";s:5:\"width\";i:362;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x336.png\";s:5:\"width\";i:362;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x386.png\";s:5:\"width\";i:362;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x460.png\";s:5:\"width\";i:362;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x240.png\";s:5:\"width\";i:362;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-13.36.43-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-362x336.png\";s:5:\"width\";i:362;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-13.36.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10682,1960,'_thumbnail_id','1961'),(10683,1960,'slide_template','default'),(10684,1960,'_bunyad_featured_post','1'),(10685,1960,'_bunyad_cat_label','0'),(10686,1960,'_bunyad_featured_disable','0'),(10687,1960,'_bunyad_reviews','0'),(10688,1960,'_bunyad_review_pos','none'),(10689,1960,'_bunyad_review_type','points'),(10690,1960,'_bunyad_review_verdict','Awesome'),(10691,1960,'_yoast_wpseo_focuskw_text_input','hospitality'),(10692,1960,'_yoast_wpseo_focuskw','hospitality'),(10693,1960,'_yoast_wpseo_metadesc','What is the sugar tax? How will it affect the hospitality industry? On-Trade Progress digs deep into what effect this will have on the hospitality sector.'),(10694,1960,'_yoast_wpseo_linkdex','68'),(10695,1960,'_yoast_wpseo_content_score','30'),(10696,1960,'_yoast_wpseo_primary_category','8'),(10697,1960,'xyz_fbap','1'),(10701,1960,'_wpas_done_all','1'),(10704,1960,'_wpas_skip_20130109','1'),(10705,1964,'_edit_last','1'),(10706,1964,'_edit_lock','1531313586:1'),(10707,1964,'slide_template','default'),(10708,1964,'_bunyad_featured_post','0'),(10709,1964,'_bunyad_cat_label','0'),(10710,1964,'_bunyad_featured_disable','0'),(10711,1964,'_bunyad_reviews','0'),(10712,1964,'_bunyad_review_pos','none'),(10713,1964,'_bunyad_review_type','points'),(10714,1964,'_bunyad_review_verdict','Awesome'),(10715,1964,'_yoast_wpseo_focuskw_text_input','equipment'),(10716,1964,'_yoast_wpseo_focuskw','equipment'),(10717,1964,'_yoast_wpseo_title','ave you considered a career as a catering equipment service engineer?'),(10718,1964,'_yoast_wpseo_metadesc','The Catering Equipment Suppliers Association has launched a video series to advertise apprenticeships for catering equipment service engineers. '),(10719,1964,'_yoast_wpseo_linkdex','82'),(10720,1964,'_yoast_wpseo_content_score','30'),(10721,1964,'_yoast_wpseo_primary_category','32'),(10722,1966,'_edit_last','1'),(10723,1966,'_edit_lock','1531233293:1'),(10724,1967,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-15.05.04.png'),(10725,1967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:605;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-15.05.04.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-768x537.png\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-15.05.04-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.05.04-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-696x486.png\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-866x580.png\";s:5:\"width\";i:866;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-601x420.png\";s:5:\"width\";i:601;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-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:46:\"Screen-Shot-2018-07-10-at-15.05.04-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.05.04-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-866x516.png\";s:5:\"width\";i:866;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.05.04-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.05.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10726,1968,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-15.06.01.png'),(10727,1968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:946;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-15.06.01.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-768x494.png\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-15.06.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.06.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-696x447.png\";s:5:\"width\";i:696;s:6:\"height\";i:447;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-946x580.png\";s:5:\"width\";i:946;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-653x420.png\";s:5:\"width\";i:653;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-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:46:\"Screen-Shot-2018-07-10-at-15.06.01-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.06.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-946x516.png\";s:5:\"width\";i:946;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.06.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.06.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10728,1966,'_thumbnail_id','1967'),(10729,1966,'slide_template','default'),(10730,1966,'_bunyad_featured_post','1'),(10731,1966,'_bunyad_cat_label','0'),(10732,1966,'_bunyad_featured_disable','0'),(10733,1966,'_bunyad_reviews','0'),(10734,1966,'_bunyad_review_pos','none'),(10735,1966,'_bunyad_review_type','points'),(10736,1966,'_bunyad_review_verdict','Awesome'),(10737,1966,'_yoast_wpseo_focuskw_text_input','Beer'),(10738,1966,'_yoast_wpseo_focuskw','Beer'),(10739,1966,'_yoast_wpseo_title','London Craft Beer Festival 3-5 August 2018 Tobacco Dock'),(10740,1966,'_yoast_wpseo_metadesc','The UK’s largest gathering of independent craft breweries is taking place next month courtesy of the London Craft Beer Festival.'),(10741,1966,'_yoast_wpseo_linkdex','81'),(10742,1966,'_yoast_wpseo_content_score','30'),(10743,1966,'_yoast_wpseo_primary_category','6'),(10744,1966,'xyz_fbap','1'),(10748,1966,'_wpas_done_all','1'),(10751,1966,'_wpas_skip_20130109','1'),(10752,1971,'_wp_attached_file','2018/07/Screen-Shot-2018-07-10-at-15.37.01.png'),(10753,1971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:832;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-10-at-15.37.01.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-768x567.png\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-10-at-15.37.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.37.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-696x514.png\";s:5:\"width\";i:696;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-832x580.png\";s:5:\"width\";i:832;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-569x420.png\";s:5:\"width\";i:569;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-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:46:\"Screen-Shot-2018-07-10-at-15.37.01-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.37.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-832x516.png\";s:5:\"width\";i:832;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-10-at-15.37.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-10-at-15.37.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10754,1964,'_thumbnail_id','1971'),(10755,1964,'xyz_fbap','1'),(10759,1964,'_wpas_done_all','1'),(10764,1974,'_edit_last','1'),(10765,1974,'_edit_lock','1531293699:1'),(10766,1974,'slide_template','default'),(10767,1974,'_bunyad_featured_post','1'),(10768,1974,'_bunyad_cat_label','0'),(10769,1974,'_bunyad_featured_disable','0'),(10770,1974,'_bunyad_reviews','0'),(10771,1974,'_bunyad_review_pos','none'),(10772,1974,'_bunyad_review_type','points'),(10773,1974,'_bunyad_review_verdict','Awesome'),(10774,1974,'_yoast_wpseo_focuskw_text_input','Longstore'),(10775,1974,'_yoast_wpseo_focuskw','Longstore'),(10776,1974,'_yoast_wpseo_metadesc','The Longstore is housed in a former tall ships mast store on the harbour and openly celebrates Charlestown’s maritime heritage.'),(10777,1974,'_yoast_wpseo_linkdex','80'),(10778,1974,'_yoast_wpseo_content_score','30'),(10779,1974,'_yoast_wpseo_primary_category','5'),(10780,1976,'_edit_last','1'),(10781,1976,'_edit_lock','1531303060:1'),(10782,1977,'_wp_attached_file','2018/07/Screen-Shot-2018-07-11-at-08.26.53.png'),(10783,1977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:633;s:6:\"height\";i:414;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-11-at-08.26.53.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-11-at-08.26.53-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-08.26.53-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-534x414.png\";s:5:\"width\";i:534;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-633x385.png\";s:5:\"width\";i:633;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-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:46:\"Screen-Shot-2018-07-11-at-08.26.53-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-08.26.53-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-633x336.png\";s:5:\"width\";i:633;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-633x336.png\";s:5:\"width\";i:633;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-600x414.png\";s:5:\"width\";i:600;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-08.26.53-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-633x336.png\";s:5:\"width\";i:633;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-08.26.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10784,1976,'_thumbnail_id','1977'),(10785,1976,'slide_template','default'),(10786,1976,'_bunyad_featured_post','0'),(10787,1976,'_bunyad_cat_label','0'),(10788,1976,'_bunyad_featured_disable','0'),(10789,1976,'_bunyad_reviews','0'),(10790,1976,'_bunyad_review_pos','none'),(10791,1976,'_bunyad_review_type','points'),(10792,1976,'_bunyad_review_verdict','Awesome'),(10793,1976,'_yoast_wpseo_focuskw_text_input','APPBG'),(10794,1976,'_yoast_wpseo_focuskw','APPBG'),(10795,1976,'_yoast_wpseo_title','Stonegate scoops Corporate Charity Fundraiser award'),(10796,1976,'_yoast_wpseo_metadesc','Stonegate Pub Company has been named the Corporate Charity Fundraiser of the Year by PubAid and the All-Party Parliamentary Beer Group (APPBG).'),(10797,1976,'_yoast_wpseo_linkdex','83'),(10798,1976,'_yoast_wpseo_content_score','30'),(10799,1976,'_yoast_wpseo_primary_category','8'),(10800,1976,'xyz_fbap','1'),(10804,1976,'_wpas_done_all','1'),(10805,1979,'_edit_last','1'),(10806,1979,'_edit_lock','1531313093:1'),(10807,1980,'_wp_attached_file','2018/07/Screen-Shot-2018-07-11-at-10.59.14.png'),(10808,1980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:937;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-11-at-10.59.14.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-11-at-10.59.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-10.59.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-937x580.png\";s:5:\"width\";i:937;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-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:46:\"Screen-Shot-2018-07-11-at-10.59.14-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-10.59.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-937x516.png\";s:5:\"width\";i:937;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-10.59.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-10.59.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10809,1979,'_thumbnail_id','1980'),(10810,1979,'xyz_fbap','1'),(10814,1979,'slide_template','default'),(10815,1979,'_bunyad_featured_post','0'),(10816,1979,'_bunyad_cat_label','0'),(10817,1979,'_bunyad_featured_disable','0'),(10818,1979,'_bunyad_reviews','0'),(10819,1979,'_bunyad_review_pos','none'),(10820,1979,'_bunyad_review_type','points'),(10821,1979,'_bunyad_review_verdict','Awesome'),(10822,1979,'_yoast_wpseo_focuskw_text_input','Waste'),(10823,1979,'_yoast_wpseo_focuskw','Waste'),(10824,1979,'_yoast_wpseo_metadesc','On-Trade Progress examines how much food the hospitality industry wastes and what we can do to stop it and decrease waste.'),(10825,1979,'_yoast_wpseo_linkdex','82'),(10826,1979,'_yoast_wpseo_content_score','30'),(10827,1979,'_yoast_wpseo_primary_category','8'),(10828,1979,'_wpas_done_all','1'),(10829,1983,'_edit_last','1'),(10830,1983,'_edit_lock','1531314397:1'),(10831,1984,'_wp_attached_file','2018/07/Screen-Shot-2018-07-11-at-14.04.05.png'),(10832,1984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:622;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-11-at-14.04.05.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-11-at-14.04.05-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-14.04.05-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-696x521.png\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-831x580.png\";s:5:\"width\";i:831;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-561x420.png\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-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:46:\"Screen-Shot-2018-07-11-at-14.04.05-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-14.04.05-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-831x516.png\";s:5:\"width\";i:831;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-11-at-14.04.05-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-11-at-14.04.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10833,1983,'_thumbnail_id','1984'),(10834,1983,'slide_template','default'),(10835,1983,'_bunyad_featured_post','1'),(10836,1983,'_bunyad_cat_label','0'),(10837,1983,'_bunyad_featured_disable','0'),(10838,1983,'_bunyad_reviews','0'),(10839,1983,'_bunyad_review_pos','none'),(10840,1983,'_bunyad_review_type','points'),(10841,1983,'_bunyad_review_verdict','Awesome'),(10842,1983,'_yoast_wpseo_focuskw_text_input','alcohol'),(10843,1983,'_yoast_wpseo_focuskw','alcohol'),(10844,1983,'_yoast_wpseo_metadesc','Alcohol education charity Drinkaware is extending its Drinkaware Crew scheme to the Splendour Festival in Nottingham on 21 July.'),(10845,1983,'_yoast_wpseo_linkdex','81'),(10846,1983,'_yoast_wpseo_content_score','30'),(10847,1983,'_yoast_wpseo_primary_category','183'),(10848,1983,'xyz_fbap','1'),(10852,1983,'_wpas_done_all','1'),(10853,1986,'_edit_last','1'),(10854,1986,'_edit_lock','1531407603:1'),(10855,1987,'_wp_attached_file','2018/07/Singa_product_7a.jpg'),(10856,1987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/07/Singa_product_7a.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Singa_product_7a-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Singa_product_7a-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Singa_product_7a-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Singa_product_7a-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-150x150.jpg\";s:5:\"width\";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:\"Singa_product_7a-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Singa_product_7a-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Singa_product_7a-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Singa_product_7a-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_7a-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Singa_product_7a-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10857,1986,'_thumbnail_id','1987'),(10858,1986,'slide_template','default'),(10859,1986,'_bunyad_featured_post','1'),(10860,1986,'_bunyad_cat_label','0'),(10861,1986,'_bunyad_featured_disable','0'),(10862,1986,'_bunyad_reviews','0'),(10863,1986,'_bunyad_review_pos','none'),(10864,1986,'_bunyad_review_type','points'),(10865,1986,'_bunyad_review_verdict','Awesome'),(10866,1986,'_yoast_wpseo_content_score','30'),(10867,1986,'_yoast_wpseo_primary_category','28'),(10868,1989,'_wp_attached_file','2018/07/Singa_product_1.jpg'),(10869,1989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/07/Singa_product_1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Singa_product_1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Singa_product_1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Singa_product_1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Singa_product_1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Singa_product_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:27:\"Singa_product_1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Singa_product_1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Singa_product_1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Singa_product_1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Singa_product_1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10870,1990,'_wp_attached_file','2018/07/Singa_product_2.jpg'),(10871,1990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:805;s:4:\"file\";s:27:\"2018/07/Singa_product_2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Singa_product_2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Singa_product_2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-696x467.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Singa_product_2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Singa_product_2-1068x716.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-626x420.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Singa_product_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:27:\"Singa_product_2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Singa_product_2-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Singa_product_2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Singa_product_2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Singa_product_2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10872,1991,'_wp_attached_file','2018/07/Singa_product_3.jpg'),(10873,1991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/07/Singa_product_3.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Singa_product_3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Singa_product_3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Singa_product_3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Singa_product_3-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Singa_product_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:27:\"Singa_product_3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Singa_product_3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Singa_product_3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Singa_product_3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Singa_product_3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Singa_product_3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10874,1986,'xyz_fbap','1'),(10878,1986,'_wpas_done_all','1'),(10881,1986,'_wpas_skip_20130109','1'),(10882,1986,'_yoast_wpseo_focuskw_text_input','karaoke'),(10883,1986,'_yoast_wpseo_focuskw','karaoke'),(10884,1986,'_yoast_wpseo_linkdex','73'),(10887,1996,'_edit_last','1'),(10888,1996,'_edit_lock','1531729604:1'),(10889,1996,'_thumbnail_id','1243'),(10890,1996,'xyz_fbap','1'),(10894,1996,'slide_template','default'),(10895,1996,'_bunyad_featured_post','1'),(10896,1996,'_bunyad_cat_label','0'),(10897,1996,'_bunyad_featured_disable','0'),(10898,1996,'_bunyad_reviews','0'),(10899,1996,'_bunyad_review_pos','none'),(10900,1996,'_bunyad_review_type','points'),(10901,1996,'_bunyad_review_verdict','Awesome'),(10902,1996,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(10903,1996,'_yoast_wpseo_focuskw','UKHospitality'),(10904,1996,'_yoast_wpseo_title','UKHospitality warns against additional cost burden for Scottish licensees'),(10905,1996,'_yoast_wpseo_metadesc','UKHospitality has warned that additional costs for personal licence holders will only undermine investment in the sector.'),(10906,1996,'_yoast_wpseo_linkdex','61'),(10907,1996,'_yoast_wpseo_content_score','30'),(10908,1996,'_yoast_wpseo_primary_category','8'),(10909,1996,'_wpas_done_all','1'),(10910,1998,'_edit_last','1'),(10911,1998,'_edit_lock','1531733560:1'),(10912,1999,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-09.27.25.png'),(10913,1999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:177;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-09.27.25.png\";s:5:\"sizes\";a:27:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-09.27.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-09.27.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-265x177.png\";s:5:\"width\";i:265;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-324x177.png\";s:5:\"width\";i:324;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-324x177.png\";s:5:\"width\";i:324;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-356x177.png\";s:5:\"width\";i:356;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-356x177.png\";s:5:\"width\";i:356;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-485x177.png\";s:5:\"width\";i:485;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-533x177.png\";s:5:\"width\";i:533;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-534x177.png\";s:5:\"width\";i:534;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-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:45:\"Screen-Shot-2018-07-16-at-09.27.25-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-09.27.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-351x177.png\";s:5:\"width\";i:351;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-351x177.png\";s:5:\"width\";i:351;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-343x177.png\";s:5:\"width\";i:343;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-233x177.png\";s:5:\"width\";i:233;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-269x177.png\";s:5:\"width\";i:269;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-474x177.png\";s:5:\"width\";i:474;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-235x177.png\";s:5:\"width\";i:235;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-326x177.png\";s:5:\"width\";i:326;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-09.27.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.27.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10914,2000,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-09.59.28.png'),(10915,2000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:689;s:6:\"height\";i:215;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-09.59.28.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-09.59.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-09.59.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-324x215.png\";s:5:\"width\";i:324;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-324x215.png\";s:5:\"width\";i:324;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-356x215.png\";s:5:\"width\";i:356;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-356x215.png\";s:5:\"width\";i:356;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-485x215.png\";s:5:\"width\";i:485;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-533x215.png\";s:5:\"width\";i:533;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-534x215.png\";s:5:\"width\";i:534;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-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:45:\"Screen-Shot-2018-07-16-at-09.59.28-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-09.59.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-233x215.png\";s:5:\"width\";i:233;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-536x215.png\";s:5:\"width\";i:536;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-600x215.png\";s:5:\"width\";i:600;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-474x215.png\";s:5:\"width\";i:474;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-235x215.png\";s:5:\"width\";i:235;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-09.59.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-09.59.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10916,1998,'_thumbnail_id','2000'),(10917,1998,'slide_template','default'),(10918,1998,'_bunyad_featured_post','0'),(10919,1998,'_bunyad_cat_label','0'),(10920,1998,'_bunyad_featured_disable','0'),(10921,1998,'_bunyad_reviews','0'),(10922,1998,'_bunyad_review_pos','none'),(10923,1998,'_bunyad_review_type','points'),(10924,1998,'_bunyad_review_verdict','Awesome'),(10925,1998,'_yoast_wpseo_focuskw_text_input','Sales'),(10926,1998,'_yoast_wpseo_focuskw','Sales'),(10927,1998,'_yoast_wpseo_title','June heatwave and football boosts Britain\'s pub takings '),(10928,1998,'_yoast_wpseo_metadesc','Britain’s pubs enjoyed a mini sales boom in June thanks to the hot weather and the start of the World Cup, Coffer Peach Business Tracker confirms.'),(10929,1998,'_yoast_wpseo_linkdex','83'),(10930,1998,'_yoast_wpseo_content_score','30'),(10931,1998,'_yoast_wpseo_primary_category','8'),(10932,1998,'xyz_fbap','1'),(10936,1998,'_wpas_done_all','1'),(10937,2002,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-10.02.20.png'),(10938,2002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:205;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-10.02.20.png\";s:5:\"sizes\";a:17:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-10.02.20-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-10.02.20-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-289x160.png\";s:5:\"width\";i:289;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-10.02.20-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-289x185.png\";s:5:\"width\";i:289;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-289x185.png\";s:5:\"width\";i:289;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-233x205.png\";s:5:\"width\";i:233;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-235x205.png\";s:5:\"width\";i:235;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-289x205.png\";s:5:\"width\";i:289;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-10.02.20-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.02.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10941,1998,'_wpas_skip_20130109','1'),(10944,2003,'_edit_last','1'),(10945,2003,'_edit_lock','1531737496:1'),(10946,2004,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-10.34.43.png'),(10947,2004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:343;s:6:\"height\";i:567;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-10.34.43.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-10.34.43-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-10.34.43-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x220.png\";s:5:\"width\";i:343;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x364.png\";s:5:\"width\";i:343;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x360.png\";s:5:\"width\";i:343;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x261.png\";s:5:\"width\";i:343;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x462.png\";s:5:\"width\";i:343;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x385.png\";s:5:\"width\";i:343;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x486.png\";s:5:\"width\";i:343;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-254x420.png\";s:5:\"width\";i:254;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-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:46:\"Screen-Shot-2018-07-16-at-10.34.43-181x300.png\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-10.34.43-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x516.png\";s:5:\"width\";i:343;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x336.png\";s:5:\"width\";i:343;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x336.png\";s:5:\"width\";i:343;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x185.png\";s:5:\"width\";i:343;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x185.png\";s:5:\"width\";i:343;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x386.png\";s:5:\"width\";i:343;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x460.png\";s:5:\"width\";i:343;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x240.png\";s:5:\"width\";i:343;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-10.34.43-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-343x336.png\";s:5:\"width\";i:343;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-10.34.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10948,2003,'_thumbnail_id','2004'),(10949,2003,'xyz_fbap','1'),(10953,2003,'slide_template','default'),(10954,2003,'_bunyad_featured_post','0'),(10955,2003,'_bunyad_cat_label','0'),(10956,2003,'_bunyad_featured_disable','0'),(10957,2003,'_bunyad_reviews','0'),(10958,2003,'_bunyad_review_pos','none'),(10959,2003,'_bunyad_review_type','points'),(10960,2003,'_bunyad_review_verdict','Awesome'),(10961,2003,'_yoast_wpseo_focuskw_text_input','range'),(10962,2003,'_yoast_wpseo_focuskw','range'),(10963,2003,'_yoast_wpseo_title','Quality comes naturally as Essential Cuisine extends signature range'),(10964,2003,'_yoast_wpseo_metadesc','Essential Cuisine is updating its chef-favourite Signature Range with a sleek new look and new Shellfish Stock Reduction made with all natural ingredients.'),(10965,2003,'_yoast_wpseo_linkdex','84'),(10966,2003,'_yoast_wpseo_content_score','30'),(10967,2003,'_yoast_wpseo_primary_category','3'),(10968,2003,'_wpas_done_all','1'),(10971,2003,'_wpas_skip_20130109','1'),(10976,2008,'_edit_last','1'),(10977,2008,'_edit_lock','1531743676:1'),(10978,2009,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-11.40.10.png'),(10979,2009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:834;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-11.40.10.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-768x571.png\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-11.40.10-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-11.40.10-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-696x517.png\";s:5:\"width\";i:696;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-834x580.png\";s:5:\"width\";i:834;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-565x420.png\";s:5:\"width\";i:565;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-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:46:\"Screen-Shot-2018-07-16-at-11.40.10-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-11.40.10-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-834x516.png\";s:5:\"width\";i:834;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-11.40.10-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-11.40.10-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(10980,2008,'_thumbnail_id','2009'),(10981,2008,'xyz_fbap','1'),(10985,2008,'slide_template','default'),(10986,2008,'_bunyad_featured_post','1'),(10987,2008,'_bunyad_cat_label','0'),(10988,2008,'_bunyad_featured_disable','0'),(10989,2008,'_bunyad_reviews','0'),(10990,2008,'_bunyad_review_pos','none'),(10991,2008,'_bunyad_review_type','points'),(10992,2008,'_bunyad_review_verdict','Awesome'),(10993,2008,'_yoast_wpseo_focuskw_text_input','gins'),(10994,2008,'_yoast_wpseo_focuskw','gins'),(10995,2008,'_yoast_wpseo_title','Five Strong Range of Spanish Gins Just the Tonic For Morgenrot'),(10996,2008,'_yoast_wpseo_metadesc','Morgenrot has strengthened its indomitable Spanish drinks selection with a strong range of high-class gins from Granada, the Canary Islands and Catalonia.'),(10997,2008,'_yoast_wpseo_linkdex','79'),(10998,2008,'_yoast_wpseo_content_score','30'),(10999,2008,'_yoast_wpseo_primary_category','2'),(11000,2008,'_wpas_done_all','1'),(11001,2011,'_edit_last','1'),(11002,2011,'_edit_lock','1531746089:1'),(11003,2011,'_thumbnail_id','1243'),(11004,2011,'xyz_fbap','1'),(11008,2011,'slide_template','default'),(11009,2011,'_bunyad_featured_post','1'),(11010,2011,'_bunyad_cat_label','0'),(11011,2011,'_bunyad_featured_disable','0'),(11012,2011,'_bunyad_reviews','0'),(11013,2011,'_bunyad_review_pos','none'),(11014,2011,'_bunyad_review_type','points'),(11015,2011,'_bunyad_review_verdict','Awesome'),(11016,2011,'_yoast_wpseo_focuskw_text_input','hospitality'),(11017,2011,'_yoast_wpseo_focuskw','hospitality'),(11018,2011,'_yoast_wpseo_metadesc','Witnesses highlighted the strides British hospitality has taken over the past 25 years and called on MPs to champion the industry to help recruit new talent'),(11019,2011,'_yoast_wpseo_linkdex','76'),(11020,2011,'_yoast_wpseo_content_score','30'),(11021,2011,'_yoast_wpseo_primary_category','8'),(11022,2011,'_wpas_done_all','1'),(11023,2013,'_edit_last','1'),(11024,2013,'_edit_lock','1531748524:1'),(11025,2014,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-14.09.33.png'),(11026,2014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:258;s:6:\"height\";i:184;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-14.09.33.png\";s:5:\"sizes\";a:12:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-14.09.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.09.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-258x160.png\";s:5:\"width\";i:258;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.09.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-233x184.png\";s:5:\"width\";i:233;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-235x184.png\";s:5:\"width\";i:235;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.09.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.09.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11027,2015,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-14.02.28.png'),(11028,2015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:931;s:6:\"height\";i:615;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-14.02.28.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-14.02.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.02.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-931x580.png\";s:5:\"width\";i:931;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-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:46:\"Screen-Shot-2018-07-16-at-14.02.28-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.02.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-931x516.png\";s:5:\"width\";i:931;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.02.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.02.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11029,2013,'_thumbnail_id','2015'),(11030,2013,'slide_template','default'),(11031,2013,'_bunyad_featured_post','1'),(11033,2013,'_bunyad_cat_label','0'),(11034,2013,'_bunyad_featured_disable','0'),(11035,2013,'_bunyad_reviews','0'),(11036,2013,'_bunyad_review_pos','none'),(11037,2013,'_bunyad_review_type','points'),(11038,2013,'_bunyad_review_verdict','Awesome'),(11039,2013,'_yoast_wpseo_focuskw_text_input','Brakspear'),(11040,2013,'_yoast_wpseo_focuskw','Brakspear'),(11041,2013,'_yoast_wpseo_title','Brakspear opens doors to new flagship managed site in Cotswolds'),(11042,2013,'_yoast_wpseo_metadesc','Pub operator and brewer Brakspear is today reopening the doors of the Frogmill near Cheltenham – the biggest project in its 240-year history.'),(11043,2013,'_yoast_wpseo_linkdex','75'),(11044,2013,'_yoast_wpseo_content_score','30'),(11045,2013,'_yoast_wpseo_primary_category','5'),(11046,2013,'xyz_fbap','1'),(11050,2013,'_wpas_done_all','1'),(11051,2017,'_edit_last','1'),(11052,2017,'_edit_lock','1531751203:1'),(11053,2018,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-14.43.55.png'),(11054,2018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:612;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-14.43.55.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-768x470.png\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-14.43.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.43.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-696x426.png\";s:5:\"width\";i:696;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-16-at-14.43.55-1000x580.png\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-686x420.png\";s:5:\"width\";i:686;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-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:46:\"Screen-Shot-2018-07-16-at-14.43.55-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.43.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-16-at-14.43.55-1000x516.png\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-14.43.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-14.43.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11055,2017,'_thumbnail_id','2018'),(11056,2017,'xyz_fbap','1'),(11060,2017,'slide_template','default'),(11061,2017,'_bunyad_featured_post','1'),(11062,2017,'_bunyad_cat_label','0'),(11063,2017,'_bunyad_featured_disable','0'),(11064,2017,'_bunyad_reviews','0'),(11065,2017,'_bunyad_review_pos','none'),(11066,2017,'_bunyad_review_type','points'),(11067,2017,'_bunyad_review_verdict','Awesome'),(11068,2017,'_yoast_wpseo_focuskw_text_input','Pantheon'),(11069,2017,'_yoast_wpseo_focuskw','Pantheon'),(11070,2017,'_yoast_wpseo_title','Pantheon reports sales increase on veg prep machines'),(11071,2017,'_yoast_wpseo_metadesc','Pantheon has reported a significant rise in sales on its VPM vegetable preparation machine in the first few months of 2018.'),(11072,2017,'_yoast_wpseo_linkdex','79'),(11073,2017,'_yoast_wpseo_content_score','30'),(11074,2017,'_yoast_wpseo_primary_category','32'),(11075,2017,'_wpas_done_all','1'),(11078,2017,'_wpas_skip_20130109','1'),(11079,2020,'_edit_last','1'),(11080,2020,'_edit_lock','1531752232:1'),(11081,2021,'_wp_attached_file','2018/07/Screen-Shot-2018-07-16-at-15.28.48.png'),(11082,2021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:547;s:6:\"height\";i:667;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-16-at-15.28.48.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-16-at-15.28.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-15.28.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x385.png\";s:5:\"width\";i:547;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x486.png\";s:5:\"width\";i:547;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x580.png\";s:5:\"width\";i:547;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-344x420.png\";s:5:\"width\";i:344;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-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:46:\"Screen-Shot-2018-07-16-at-15.28.48-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-15.28.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x516.png\";s:5:\"width\";i:547;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x336.png\";s:5:\"width\";i:547;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x336.png\";s:5:\"width\";i:547;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x460.png\";s:5:\"width\";i:547;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-16-at-15.28.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-547x336.png\";s:5:\"width\";i:547;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-16-at-15.28.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11083,2020,'_thumbnail_id','2021'),(11084,2020,'xyz_fbap','1'),(11088,2020,'slide_template','default'),(11089,2020,'_bunyad_featured_post','0'),(11090,2020,'_bunyad_cat_label','0'),(11091,2020,'_bunyad_featured_disable','0'),(11092,2020,'_bunyad_reviews','0'),(11093,2020,'_bunyad_review_pos','none'),(11094,2020,'_bunyad_review_type','points'),(11095,2020,'_bunyad_review_verdict','Awesome'),(11096,2020,'_yoast_wpseo_focuskw_text_input','Fryer'),(11097,2020,'_yoast_wpseo_focuskw','Fryer'),(11098,2020,'_yoast_wpseo_title','Falcon’s new electric fryer is fast, energy efficiency and good looking'),(11099,2020,'_yoast_wpseo_metadesc','Falcon has expanded its popular F900 cookline series with the launch of a new electric fryer, which is available in four different variations.'),(11100,2020,'_yoast_wpseo_linkdex','85'),(11101,2020,'_yoast_wpseo_content_score','30'),(11102,2020,'_yoast_wpseo_primary_category','32'),(11103,2020,'_wpas_done_all','1'),(11104,2023,'_edit_last','1'),(11105,2023,'_edit_lock','1531754483:1'),(11106,2023,'_thumbnail_id','1243'),(11107,2023,'xyz_fbap','1'),(11111,2023,'slide_template','default'),(11112,2023,'_bunyad_featured_post','1'),(11113,2023,'_bunyad_cat_label','0'),(11114,2023,'_bunyad_featured_disable','0'),(11115,2023,'_bunyad_reviews','0'),(11116,2023,'_bunyad_review_pos','none'),(11117,2023,'_bunyad_review_type','points'),(11118,2023,'_bunyad_review_verdict','Awesome'),(11119,2023,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(11120,2023,'_yoast_wpseo_focuskw','UKHospitality'),(11121,2023,'_yoast_wpseo_title','UKHospitality welcomes acknowledgement of sector value in White Paper'),(11122,2023,'_yoast_wpseo_metadesc','UKHospitality has welcomed the Government’s acknowledgement of the importance and prioritisation of the food and drinks industry in its Brexit White Paper.'),(11123,2023,'_yoast_wpseo_linkdex','61'),(11124,2023,'_yoast_wpseo_content_score','30'),(11125,2023,'_yoast_wpseo_primary_category','8'),(11126,2023,'_wpas_done_all','1'),(11127,2025,'_edit_last','1'),(11128,2025,'_edit_lock','1531816015:1'),(11129,2026,'_wp_attached_file','2018/07/Screen-Shot-2018-07-17-at-08.14.57-e1531815274936.png'),(11130,2026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:704;s:6:\"height\";i:318;s:4:\"file\";s:61:\"2018/07/Screen-Shot-2018-07-17-at-08.14.57-e1531815274936.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-324x318.png\";s:5:\"width\";i:324;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-356x318.png\";s:5:\"width\";i:356;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-485x318.png\";s:5:\"width\";i:485;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-534x318.png\";s:5:\"width\";i:534;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-696x314.png\";s:5:\"width\";i:696;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-696x318.png\";s:5:\"width\";i:696;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-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:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-702x318.png\";s:5:\"width\";i:702;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-702x318.png\";s:5:\"width\";i:702;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-536x318.png\";s:5:\"width\";i:536;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-600x318.png\";s:5:\"width\";i:600;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-702x318.png\";s:5:\"width\";i:702;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-17-at-08.14.57-e1531815274936-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11131,2025,'_thumbnail_id','2026'),(11132,2025,'slide_template','default'),(11133,2025,'_bunyad_featured_post','0'),(11134,2025,'_bunyad_cat_label','0'),(11135,2025,'_bunyad_featured_disable','0'),(11136,2025,'_bunyad_reviews','0'),(11137,2025,'_bunyad_review_pos','none'),(11138,2025,'_bunyad_review_type','points'),(11139,2025,'_bunyad_review_verdict','Awesome'),(11140,2025,'_yoast_wpseo_focuskw_text_input','Waste'),(11141,2025,'_yoast_wpseo_focuskw','Waste'),(11142,2025,'_yoast_wpseo_title','ACM Environmental and Brakes win National Recycling Award 2018'),(11143,2025,'_yoast_wpseo_metadesc','Beating off some extremely strong competition, ACM and Brakes were victorious in the Waste Reduction Initiative Commercial category.'),(11144,2025,'_yoast_wpseo_linkdex','75'),(11145,2025,'_yoast_wpseo_content_score','30'),(11146,2025,'_yoast_wpseo_primary_category','6'),(11147,2026,'_wp_attachment_backup_sizes','a:21:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:732;s:6:\"height\";i:319;s:4:\"file\";s:38:\"Screen-Shot-2018-07-17-at-08.14.57.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-08.14.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-702x319.png\";s:5:\"width\";i:702;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-702x319.png\";s:5:\"width\";i:702;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-536x319.png\";s:5:\"width\";i:536;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-600x319.png\";s:5:\"width\";i:600;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-08.14.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-702x319.png\";s:5:\"width\";i:702;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-08.14.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(11148,2025,'xyz_fbap','1'),(11152,2025,'_wpas_done_all','1'),(11155,2025,'_wpas_skip_20130109','1'),(11156,2030,'_edit_last','1'),(11157,2030,'_edit_lock','1531817627:1'),(11158,2031,'_wp_attached_file','2018/07/Screen-Shot-2018-07-17-at-09.34.07.png'),(11159,2031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1037;s:6:\"height\";i:571;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-17-at-09.34.07.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-768x423.png\";s:5:\"width\";i:768;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-17-at-09.34.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-09.34.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-696x383.png\";s:5:\"width\";i:696;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-763x420.png\";s:5:\"width\";i:763;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-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:46:\"Screen-Shot-2018-07-17-at-09.34.07-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-17-at-09.34.07-1024x564.png\";s:5:\"width\";i:1024;s:6:\"height\";i:564;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-09.34.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-17-at-09.34.07-1037x516.png\";s:5:\"width\";i:1037;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-09.34.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-09.34.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11160,2030,'_thumbnail_id','2031'),(11161,2030,'xyz_fbap','1'),(11165,2030,'slide_template','default'),(11166,2030,'_bunyad_featured_post','1'),(11167,2030,'_bunyad_cat_label','0'),(11168,2030,'_bunyad_featured_disable','0'),(11169,2030,'_bunyad_reviews','0'),(11170,2030,'_bunyad_review_pos','none'),(11171,2030,'_bunyad_review_type','points'),(11172,2030,'_bunyad_review_verdict','Awesome'),(11173,2030,'_yoast_wpseo_focuskw_text_input','Meals'),(11174,2030,'_yoast_wpseo_focuskw','Meals'),(11175,2030,'_yoast_wpseo_title','‘Meals & More’ Becomes a Charity to end Holiday Hunger'),(11176,2030,'_yoast_wpseo_metadesc','Becoming a charity in its own right is an important step in Meals & More’s development, enabling it to build on the ongoing support of Brakes.'),(11177,2030,'_yoast_wpseo_linkdex','79'),(11178,2030,'_yoast_wpseo_content_score','30'),(11179,2030,'_yoast_wpseo_primary_category','8'),(11180,2030,'_wpas_done_all','1'),(11181,2033,'_edit_last','1'),(11182,2033,'_edit_lock','1531833374:1'),(11183,2033,'_thumbnail_id','1243'),(11184,2033,'xyz_fbap','1'),(11188,2033,'slide_template','default'),(11189,2033,'_bunyad_featured_post','1'),(11190,2033,'_bunyad_cat_label','0'),(11191,2033,'_bunyad_featured_disable','0'),(11192,2033,'_bunyad_reviews','0'),(11193,2033,'_bunyad_review_pos','none'),(11194,2033,'_bunyad_review_type','points'),(11195,2033,'_bunyad_review_verdict','Awesome'),(11196,2033,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(11197,2033,'_yoast_wpseo_focuskw','UKHospitality'),(11198,2033,'_yoast_wpseo_title','UKHospitality concerned about dwindling immigrant numbers'),(11199,2033,'_yoast_wpseo_metadesc','UKHospitality has reacted with considerable alarm at the news that net EU migration has fallen to 100,000.'),(11200,2033,'_yoast_wpseo_linkdex','58'),(11201,2033,'_yoast_wpseo_content_score','30'),(11202,2033,'_yoast_wpseo_primary_category','8'),(11203,2033,'_wpas_done_all','1'),(11204,2035,'_edit_last','1'),(11205,2035,'_edit_lock','1531836715:1'),(11206,2036,'_wp_attached_file','2018/07/Screen-Shot-2018-07-17-at-14.34.42.png'),(11207,2036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:613;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-17-at-14.34.42.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-768x523.png\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-17-at-14.34.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-14.34.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-696x474.png\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-900x580.png\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-617x420.png\";s:5:\"width\";i:617;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-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:46:\"Screen-Shot-2018-07-17-at-14.34.42-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-14.34.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-900x516.png\";s:5:\"width\";i:900;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-14.34.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-14.34.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11208,2035,'_thumbnail_id','2036'),(11209,2035,'xyz_fbap','1'),(11213,2035,'slide_template','default'),(11214,2035,'_bunyad_featured_post','1'),(11215,2035,'_bunyad_cat_label','0'),(11216,2035,'_bunyad_featured_disable','0'),(11217,2035,'_bunyad_reviews','0'),(11218,2035,'_bunyad_review_pos','none'),(11219,2035,'_bunyad_review_type','points'),(11220,2035,'_bunyad_review_verdict','Awesome'),(11221,2035,'_yoast_wpseo_focuskw_text_input','Joshua'),(11222,2035,'_yoast_wpseo_focuskw','Joshua'),(11223,2035,'_yoast_wpseo_title','Joshua and Povetkin Collide on Saturday 22nd September'),(11224,2035,'_yoast_wpseo_metadesc','Sky Sports Box Office will bring licensed premises another huge night for British boxing as Anthony Joshua OBE goes toe-to-toe with Alexander Povetkin.'),(11225,2035,'_yoast_wpseo_linkdex','84'),(11226,2035,'_yoast_wpseo_content_score','30'),(11227,2035,'_yoast_wpseo_primary_category','6'),(11228,2035,'_wpas_done_all','1'),(11231,2035,'_wpas_skip_20130109','1'),(11232,2039,'_edit_last','1'),(11233,2039,'_edit_lock','1531840087:1'),(11234,2040,'_wp_attached_file','2018/07/image001.png'),(11235,2040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:235;s:4:\"file\";s:20:\"2018/07/image001.png\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image001-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image001-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image001-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image001-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image001-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image001-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image001-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image001-336x220.png\";s:5:\"width\";i:336;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-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:\"image001-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image001-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image001-336x185.png\";s:5:\"width\";i:336;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image001-336x185.png\";s:5:\"width\";i:336;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image001-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image001-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image001-336x215.png\";s:5:\"width\";i:336;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image001-233x235.png\";s:5:\"width\";i:233;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image001-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image001-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image001-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image001-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image001-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11236,2041,'_wp_attached_file','2018/07/Screen-Shot-2018-07-17-at-15.31.36.png'),(11237,2041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:324;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-17-at-15.31.36.png\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-17-at-15.31.36-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-15.31.36-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-356x324.png\";s:5:\"width\";i:356;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-485x324.png\";s:5:\"width\";i:485;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-492x261.png\";s:5:\"width\";i:492;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-15.31.36-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-17-at-15.31.36-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-17-at-15.31.36-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11238,2039,'_thumbnail_id','2041'),(11239,2039,'xyz_fbap','1'),(11243,2039,'slide_template','default'),(11244,2039,'_bunyad_featured_post','0'),(11245,2039,'_bunyad_cat_label','0'),(11246,2039,'_bunyad_featured_disable','0'),(11247,2039,'_bunyad_reviews','0'),(11248,2039,'_bunyad_review_pos','none'),(11249,2039,'_bunyad_review_type','points'),(11250,2039,'_bunyad_review_verdict','Awesome'),(11251,2039,'_yoast_wpseo_focuskw_text_input','beer'),(11252,2039,'_yoast_wpseo_focuskw','beer'),(11253,2039,'_yoast_wpseo_title','Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer'),(11254,2039,'_yoast_wpseo_metadesc','The campaign premise is based around the inclusiveness of Heineken® 0.0 to all moments and social occasions, which might call for a great tasting beer.'),(11255,2039,'_yoast_wpseo_linkdex','78'),(11256,2039,'_yoast_wpseo_content_score','30'),(11257,2039,'_yoast_wpseo_primary_category','2'),(11258,2039,'_wpas_done_all','1'),(11261,2039,'_wpas_skip_20130109','1'),(11262,2043,'_edit_last','1'),(11263,2043,'_edit_lock','1531840799:1'),(11264,2043,'_thumbnail_id','1055'),(11265,2043,'slide_template','default'),(11266,2043,'_bunyad_featured_post','1'),(11267,2043,'_bunyad_cat_label','0'),(11268,2043,'_bunyad_featured_disable','0'),(11269,2043,'_bunyad_reviews','0'),(11270,2043,'_bunyad_review_pos','none'),(11271,2043,'_bunyad_review_type','points'),(11272,2043,'_bunyad_review_verdict','Awesome'),(11273,2043,'_yoast_wpseo_focuskw_text_input','awards'),(11274,2043,'_yoast_wpseo_focuskw','awards'),(11275,2043,'_yoast_wpseo_title','VII Hills Italian Dry gin wins gold at the Gin Masters 2018 awards'),(11276,2043,'_yoast_wpseo_metadesc','Today, VII Hills Italian Dry Gin, an innovative, premium juniper spirit, has announced their ‘Gold’ Medal at the 10th annual Gin Masters 2018 Awards'),(11277,2043,'_yoast_wpseo_linkdex','82'),(11278,2043,'_yoast_wpseo_content_score','30'),(11279,2043,'_yoast_wpseo_primary_category','2'),(11280,2043,'xyz_fbap','1'),(11284,2043,'_wpas_done_all','1'),(11285,2046,'_edit_last','1'),(11286,2046,'_edit_lock','1532613819:1'),(11287,2047,'_wp_attached_file','2018/07/pig-whistle.jpg'),(11288,2047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:423;s:6:\"height\";i:435;s:4:\"file\";s:23:\"2018/07/pig-whistle.jpg\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"pig-whistle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"pig-whistle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"pig-whistle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"pig-whistle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"pig-whistle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"pig-whistle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"pig-whistle-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"pig-whistle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"pig-whistle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x360.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x261.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x385.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"pig-whistle-408x420.jpg\";s:5:\"width\";i:408;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pig-whistle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"pig-whistle-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"pig-whistle-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x336.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x336.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"pig-whistle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"pig-whistle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"pig-whistle-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"pig-whistle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"pig-whistle-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"pig-whistle-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x386.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"pig-whistle-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x240.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"pig-whistle-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"pig-whistle-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"pig-whistle-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"pig-whistle-423x336.jpg\";s:5:\"width\";i:423;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"pig-whistle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11289,2048,'_wp_attached_file','2018/07/thumbnail_image3-1.png'),(11290,2048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2018/07/thumbnail_image3-1.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"thumbnail_image3-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"thumbnail_image3-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-696x696.png\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"thumbnail_image3-1-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"thumbnail_image3-1-1068x1068.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"thumbnail_image3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"thumbnail_image3-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"thumbnail_image3-1-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"thumbnail_image3-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"thumbnail_image3-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11291,2049,'_wp_attached_file','2018/07/thumbnail_image2.jpg'),(11292,2049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:738;s:6:\"height\";i:1042;s:4:\"file\";s:28:\"2018/07/thumbnail_image2.jpg\";s:5:\"sizes\";a:39:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"thumbnail_image2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"thumbnail_image2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-696x983.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:983;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-738x486.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-738x580.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-150x150.jpg\";s:5:\"width\";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:\"thumbnail_image2-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"thumbnail_image2-725x1024.jpg\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"thumbnail_image2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-738x516.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"thumbnail_image2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"thumbnail_image2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11294,2046,'slide_template','default'),(11295,2046,'_bunyad_featured_post','0'),(11296,2046,'_bunyad_cat_label','0'),(11297,2046,'_bunyad_featured_disable','0'),(11298,2046,'_bunyad_reviews','0'),(11299,2046,'_bunyad_review_pos','none'),(11300,2046,'_bunyad_review_type','points'),(11301,2046,'_bunyad_review_verdict','Awesome'),(11302,2046,'_yoast_wpseo_focuskw_text_input','charity'),(11303,2046,'_yoast_wpseo_focuskw','charity'),(11304,2046,'_yoast_wpseo_linkdex','68'),(11305,2046,'_yoast_wpseo_content_score','30'),(11306,2046,'_yoast_wpseo_primary_category','6'),(11307,2046,'xyz_fbap','1'),(11311,2046,'_wpas_done_all','1'),(11314,2046,'_wpas_skip_20130109','1'),(11315,2046,'_thumbnail_id','2047'),(11321,2057,'_edit_last','1'),(11322,2057,'_edit_lock','1532939594:1'),(11323,2057,'_thumbnail_id','1243'),(11324,2057,'xyz_fbap','1'),(11328,2057,'slide_template','default'),(11329,2057,'_bunyad_featured_post','1'),(11330,2057,'_bunyad_cat_label','0'),(11331,2057,'_bunyad_featured_disable','0'),(11332,2057,'_bunyad_reviews','0'),(11333,2057,'_bunyad_review_pos','none'),(11334,2057,'_bunyad_review_type','points'),(11335,2057,'_bunyad_review_verdict','Awesome'),(11336,2057,'_yoast_wpseo_focuskw_text_input','economy'),(11337,2057,'_yoast_wpseo_focuskw','economy'),(11338,2057,'_yoast_wpseo_title','UKHospitality calls for transparency and equality in sharing economy'),(11339,2057,'_yoast_wpseo_metadesc','UKHospitality has welcomed a report by MPs on the UK’s sharing economy, and has called on the Government to provide a level regulatory playing field.'),(11340,2057,'_yoast_wpseo_linkdex','83'),(11341,2057,'_yoast_wpseo_content_score','30'),(11342,2057,'_yoast_wpseo_primary_category','8'),(11343,2057,'_wpas_done_all','1'),(11344,2059,'_edit_last','1'),(11345,2059,'_edit_lock','1532939465:1'),(11346,2059,'_thumbnail_id','1243'),(11347,2059,'xyz_fbap','1'),(11351,2059,'slide_template','default'),(11352,2059,'_bunyad_featured_post','0'),(11353,2059,'_bunyad_cat_label','0'),(11354,2059,'_bunyad_featured_disable','0'),(11355,2059,'_bunyad_reviews','0'),(11356,2059,'_bunyad_review_pos','none'),(11357,2059,'_bunyad_review_type','points'),(11358,2059,'_bunyad_review_verdict','Awesome'),(11359,2059,'_yoast_wpseo_focuskw_text_input','business'),(11360,2059,'_yoast_wpseo_focuskw','business'),(11361,2059,'_yoast_wpseo_title','UKHospitality welcomes call for business rates and wider tax reform'),(11362,2059,'_yoast_wpseo_metadesc','UKHospitality has welcomed the publication of a report by the All-Party Parliamentary Group for Entrepreneurship calling for reform of the UK’s tax system.'),(11363,2059,'_yoast_wpseo_linkdex','48'),(11364,2059,'_yoast_wpseo_content_score','30'),(11365,2059,'_yoast_wpseo_primary_category','8'),(11366,2059,'_wpas_done_all','1'),(11367,2061,'_edit_last','1'),(11368,2061,'_edit_lock','1532938335:1'),(11369,2062,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-09.03.14.png'),(11370,2062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:624;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-09.03.14.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-09.03.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.03.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x385.png\";s:5:\"width\";i:667;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x486.png\";s:5:\"width\";i:667;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x580.png\";s:5:\"width\";i:667;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-449x420.png\";s:5:\"width\";i:449;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-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:46:\"Screen-Shot-2018-07-30-at-09.03.14-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.03.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x516.png\";s:5:\"width\";i:667;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x336.png\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x336.png\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.03.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-667x336.png\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.03.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11371,2061,'_thumbnail_id','2062'),(11372,2061,'xyz_fbap','1'),(11376,2061,'slide_template','default'),(11377,2061,'_bunyad_featured_post','1'),(11378,2061,'_bunyad_cat_label','0'),(11379,2061,'_bunyad_featured_disable','0'),(11380,2061,'_bunyad_reviews','0'),(11381,2061,'_bunyad_review_pos','none'),(11382,2061,'_bunyad_review_type','points'),(11383,2061,'_bunyad_review_verdict','Awesome'),(11384,2061,'_yoast_wpseo_focuskw_text_input','professionals'),(11385,2061,'_yoast_wpseo_focuskw','professionals'),(11386,2061,'_yoast_wpseo_metadesc','Aroma Academy has launched an online E-Learning version of its Foundation Sensory Training – bringing training to hospitality professionals across the UK.'),(11387,2061,'_yoast_wpseo_linkdex','79'),(11388,2061,'_yoast_wpseo_content_score','30'),(11389,2061,'_yoast_wpseo_primary_category','8'),(11390,2061,'_wpas_done_all','1'),(11393,2061,'_wpas_skip_20130109','1'),(11394,2065,'_edit_last','1'),(11395,2065,'_edit_lock','1532940179:1'),(11396,2066,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-09.24.19.png'),(11397,2066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:936;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-09.24.19.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-09.24.19-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.24.19-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-936x580.png\";s:5:\"width\";i:936;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-631x420.png\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.24.19-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-936x516.png\";s:5:\"width\";i:936;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.24.19-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.24.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11398,2065,'_thumbnail_id','2066'),(11399,2065,'xyz_fbap','1'),(11403,2065,'slide_template','default'),(11404,2065,'_bunyad_featured_post','1'),(11405,2065,'_bunyad_cat_label','0'),(11406,2065,'_bunyad_featured_disable','0'),(11407,2065,'_bunyad_reviews','0'),(11408,2065,'_bunyad_review_pos','none'),(11409,2065,'_bunyad_review_type','points'),(11410,2065,'_bunyad_review_verdict','Awesome'),(11411,2065,'_yoast_wpseo_focuskw_text_input','Ramsgate'),(11412,2065,'_yoast_wpseo_focuskw','Ramsgate'),(11413,2065,'_yoast_wpseo_metadesc','On-Trade Progress examines how The Deck Tile Co transformed Ramsgate Whetherspoons and what hospitality professionals can do to transform their venue.'),(11414,2065,'_yoast_wpseo_linkdex','78'),(11415,2065,'_yoast_wpseo_content_score','30'),(11416,2065,'_yoast_wpseo_primary_category','29'),(11417,2065,'_wpas_done_all','1'),(11420,2057,'_wpas_skip_20130109','1'),(11423,2065,'_wpas_skip_20130109','1'),(11428,2065,'_wp_old_slug','out-in-the-open'),(11431,2074,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-09.45.09.png'),(11432,2074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:578;s:6:\"height\";i:512;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-09.45.09.png\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-09.45.09-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.45.09-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-578x385.png\";s:5:\"width\";i:578;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-578x486.png\";s:5:\"width\";i:578;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-474x420.png\";s:5:\"width\";i:474;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-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:46:\"Screen-Shot-2018-07-30-at-09.45.09-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.45.09-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-578x336.png\";s:5:\"width\";i:578;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-578x336.png\";s:5:\"width\";i:578;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-578x460.png\";s:5:\"width\";i:578;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-09.45.09-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-578x336.png\";s:5:\"width\";i:578;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-09.45.09-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11433,2073,'_edit_last','1'),(11434,2073,'_edit_lock','1532941179:1'),(11435,2073,'_thumbnail_id','2074'),(11436,2073,'xyz_fbap','1'),(11440,2073,'slide_template','default'),(11441,2073,'_bunyad_featured_post','1'),(11442,2073,'_bunyad_cat_label','0'),(11443,2073,'_bunyad_featured_disable','0'),(11444,2073,'_bunyad_reviews','0'),(11445,2073,'_bunyad_review_pos','none'),(11446,2073,'_bunyad_review_type','points'),(11447,2073,'_bunyad_review_verdict','Awesome'),(11448,2073,'_yoast_wpseo_focuskw_text_input','eCatering'),(11449,2073,'_yoast_wpseo_focuskw','eCatering'),(11450,2073,'_yoast_wpseo_metadesc','eCatering, one of the UK’s Lowest Price Online Catering Equipment Suppliers, have expanded their back bar cabinets options for customers.'),(11451,2073,'_yoast_wpseo_linkdex','67'),(11452,2073,'_yoast_wpseo_content_score','30'),(11453,2073,'_yoast_wpseo_primary_category','32'),(11454,2073,'_wpas_done_all','1'),(11455,2076,'_edit_last','1'),(11456,2076,'_edit_lock','1532942378:1'),(11457,2077,'_wp_attached_file','2018/07/HS-1.jpg'),(11458,2077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2018/07/HS-1.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"HS-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"HS-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"HS-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"HS-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"HS-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"HS-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"HS-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"HS-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"HS-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"HS-1-400x360.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"HS-1-400x261.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"HS-1-400x385.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"HS-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:16:\"HS-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"HS-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"HS-1-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"HS-1-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"HS-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"HS-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"HS-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"HS-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"HS-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"HS-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"HS-1-400x386.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"HS-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"HS-1-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"HS-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"HS-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"HS-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"HS-1-400x336.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"HS-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11459,2078,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-10.09.32.png'),(11460,2078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:288;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-10.09.32.png\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-10.09.32-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.09.32-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x160.png\";s:5:\"width\";i:293;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x235.png\";s:5:\"width\";i:293;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x220.png\";s:5:\"width\";i:293;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x261.png\";s:5:\"width\";i:293;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.09.32-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x185.png\";s:5:\"width\";i:293;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x185.png\";s:5:\"width\";i:293;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x215.png\";s:5:\"width\";i:293;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-233x288.png\";s:5:\"width\";i:233;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x240.png\";s:5:\"width\";i:293;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-293x205.png\";s:5:\"width\";i:293;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.09.32-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.09.32-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11461,2076,'_thumbnail_id','2078'),(11462,2076,'xyz_fbap','1'),(11466,2076,'slide_template','default'),(11467,2076,'_bunyad_featured_post','0'),(11468,2076,'_bunyad_cat_label','0'),(11469,2076,'_bunyad_featured_disable','0'),(11470,2076,'_bunyad_reviews','0'),(11471,2076,'_bunyad_review_pos','none'),(11472,2076,'_bunyad_review_type','points'),(11473,2076,'_bunyad_review_verdict','Awesome'),(11474,2076,'_yoast_wpseo_focuskw_text_input','gin'),(11475,2076,'_yoast_wpseo_focuskw','gin'),(11476,2076,'_yoast_wpseo_title','Scapegrace Gin goes rogue with Anonymous Cocktail Competition'),(11477,2076,'_yoast_wpseo_metadesc','Building on its reputation as the rogue of the spirits shelf, Scapegrace Gin is launching a cocktail competition with a difference.'),(11478,2076,'_yoast_wpseo_linkdex','78'),(11479,2076,'_yoast_wpseo_content_score','30'),(11480,2076,'_yoast_wpseo_primary_category','6'),(11481,2076,'_wpas_done_all','1'),(11484,2076,'_wpas_skip_20130109','1'),(11485,2081,'_edit_last','1'),(11486,2081,'_edit_lock','1532944245:1'),(11487,2082,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-10.29.45.png'),(11488,2082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:935;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-10.29.45.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-768x504.png\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-10.29.45-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.29.45-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-696x457.png\";s:5:\"width\";i:696;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-935x580.png\";s:5:\"width\";i:935;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-640x420.png\";s:5:\"width\";i:640;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-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:46:\"Screen-Shot-2018-07-30-at-10.29.45-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.29.45-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-935x516.png\";s:5:\"width\";i:935;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.29.45-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.29.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11489,2081,'_thumbnail_id','2082'),(11490,2081,'xyz_fbap','1'),(11494,2081,'slide_template','default'),(11495,2081,'_bunyad_featured_post','1'),(11496,2081,'_bunyad_cat_label','0'),(11497,2081,'_bunyad_featured_disable','0'),(11498,2081,'_bunyad_reviews','0'),(11499,2081,'_bunyad_review_pos','none'),(11500,2081,'_bunyad_review_type','points'),(11501,2081,'_bunyad_review_verdict','Awesome'),(11502,2081,'_yoast_wpseo_focuskw_text_input','Morgenrot'),(11503,2081,'_yoast_wpseo_focuskw','Morgenrot'),(11504,2081,'_yoast_wpseo_title','Resurgence in Spanish Vermouths Sees Morgenrot Strengthen its Selection'),(11505,2081,'_yoast_wpseo_metadesc','Morgenrot has bolstered its selection of speciality Spanish tipples with the launch of two exciting vermouth brands – Padro & Co and Forzudo.'),(11506,2081,'_yoast_wpseo_linkdex','76'),(11507,2081,'_yoast_wpseo_content_score','30'),(11508,2081,'_yoast_wpseo_primary_category','2'),(11509,2081,'_wpas_done_all','1'),(11510,2084,'_edit_last','1'),(11511,2084,'_edit_lock','1532944766:1'),(11512,2085,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-10.56.17.png'),(11513,2085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-10.56.17.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-768x522.png\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-10.56.17-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.56.17-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-696x473.png\";s:5:\"width\";i:696;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-910x580.png\";s:5:\"width\";i:910;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-618x420.png\";s:5:\"width\";i:618;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-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:46:\"Screen-Shot-2018-07-30-at-10.56.17-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.56.17-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-910x516.png\";s:5:\"width\";i:910;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-10.56.17-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-10.56.17-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11514,2084,'_thumbnail_id','2085'),(11515,2084,'xyz_fbap','1'),(11519,2084,'slide_template','default'),(11520,2084,'_bunyad_featured_post','1'),(11521,2084,'_bunyad_cat_label','0'),(11522,2084,'_bunyad_featured_disable','0'),(11523,2084,'_bunyad_reviews','0'),(11524,2084,'_bunyad_review_pos','none'),(11525,2084,'_bunyad_review_type','points'),(11526,2084,'_bunyad_review_verdict','Awesome'),(11527,2084,'_yoast_wpseo_focuskw_text_input','quiz'),(11528,2084,'_yoast_wpseo_focuskw','quiz'),(11529,2084,'_yoast_wpseo_title','World\'s Biggest Pub Quiz raises record amount for charity'),(11530,2084,'_yoast_wpseo_metadesc','The World\'s Biggest Pub Quiz, organised by PubAid in March this year, has raised an estimated £190,000* for around 500 charities and for Prostate Cancer UK.'),(11531,2084,'_yoast_wpseo_linkdex','83'),(11532,2084,'_yoast_wpseo_content_score','30'),(11533,2084,'_yoast_wpseo_primary_category','6'),(11534,2084,'_wpas_done_all','1'),(11537,2084,'_wpas_skip_20130109','1'),(11538,2087,'_edit_last','1'),(11539,2087,'_edit_lock','1532945623:1'),(11540,2088,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-11.01.15.png'),(11541,2088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:622;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-11.01.15.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-11.01.15-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.01.15-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x360.png\";s:5:\"width\";i:409;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x261.png\";s:5:\"width\";i:409;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x462.png\";s:5:\"width\";i:409;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x385.png\";s:5:\"width\";i:409;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x486.png\";s:5:\"width\";i:409;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x580.png\";s:5:\"width\";i:409;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-276x420.png\";s:5:\"width\";i:276;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-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:46:\"Screen-Shot-2018-07-30-at-11.01.15-197x300.png\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.01.15-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x516.png\";s:5:\"width\";i:409;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x336.png\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x336.png\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x386.png\";s:5:\"width\";i:409;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x460.png\";s:5:\"width\";i:409;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x240.png\";s:5:\"width\";i:409;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.01.15-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-409x336.png\";s:5:\"width\";i:409;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.01.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11542,2087,'_thumbnail_id','2088'),(11543,2087,'xyz_fbap','1'),(11547,2087,'slide_template','default'),(11548,2087,'_bunyad_featured_post','0'),(11549,2087,'_bunyad_cat_label','0'),(11550,2087,'_bunyad_featured_disable','0'),(11551,2087,'_bunyad_reviews','0'),(11552,2087,'_bunyad_review_pos','none'),(11553,2087,'_bunyad_review_type','points'),(11554,2087,'_bunyad_review_verdict','Awesome'),(11555,2087,'_yoast_wpseo_focuskw_text_input','Creative Foods Europe'),(11556,2087,'_yoast_wpseo_focuskw','Creative Foods Europe'),(11557,2087,'_yoast_wpseo_metadesc','Secure a winner in the bbq stakes with the latest “Harvest Farms” branded chicken breast skewers from Creative Foods Europe.'),(11558,2087,'_yoast_wpseo_linkdex','64'),(11559,2087,'_yoast_wpseo_content_score','30'),(11560,2087,'_yoast_wpseo_primary_category','3'),(11561,2087,'_wpas_done_all','1'),(11564,2087,'_wpas_skip_20130109','1'),(11565,2090,'_edit_last','1'),(11566,2090,'_edit_lock','1532947020:1'),(11567,2091,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-11.29.27.png');
INSERT INTO `wpfr_postmeta` VALUES (11568,2091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:907;s:6:\"height\";i:604;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-11.29.27.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-11.29.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.29.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-696x463.png\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-907x580.png\";s:5:\"width\";i:907;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-631x420.png\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-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:46:\"Screen-Shot-2018-07-30-at-11.29.27-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.29.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-907x516.png\";s:5:\"width\";i:907;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.29.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11569,2092,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-11.29.55.png'),(11570,2092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:361;s:6:\"height\";i:591;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-11.29.55.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-11.29.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.29.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x360.png\";s:5:\"width\";i:361;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x261.png\";s:5:\"width\";i:361;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x462.png\";s:5:\"width\";i:361;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x385.png\";s:5:\"width\";i:361;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x486.png\";s:5:\"width\";i:361;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x580.png\";s:5:\"width\";i:361;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-257x420.png\";s:5:\"width\";i:257;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-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:46:\"Screen-Shot-2018-07-30-at-11.29.55-183x300.png\";s:5:\"width\";i:183;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.29.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x516.png\";s:5:\"width\";i:361;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x336.png\";s:5:\"width\";i:361;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x336.png\";s:5:\"width\";i:361;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x386.png\";s:5:\"width\";i:361;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x460.png\";s:5:\"width\";i:361;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x240.png\";s:5:\"width\";i:361;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.29.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-361x336.png\";s:5:\"width\";i:361;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.29.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11571,2090,'_thumbnail_id','2091'),(11572,2090,'xyz_fbap','1'),(11576,2090,'slide_template','default'),(11577,2090,'_bunyad_featured_post','1'),(11578,2090,'_bunyad_cat_label','0'),(11579,2090,'_bunyad_featured_disable','0'),(11580,2090,'_bunyad_reviews','0'),(11581,2090,'_bunyad_review_pos','none'),(11582,2090,'_bunyad_review_type','points'),(11583,2090,'_bunyad_review_verdict','Awesome'),(11584,2090,'_yoast_wpseo_focuskw_text_input','lifestyle'),(11585,2090,'_yoast_wpseo_focuskw','lifestyle'),(11586,2090,'_yoast_wpseo_metadesc','Salcombe Gin, the luxury spirit which embodies an adventurous lifestyle on and around the water, is to release the inaugural Salcombe Gin Voyager Series.'),(11587,2090,'_yoast_wpseo_linkdex','77'),(11588,2090,'_yoast_wpseo_content_score','30'),(11589,2090,'_yoast_wpseo_primary_category','2'),(11590,2090,'_wpas_done_all','1'),(11591,2094,'_edit_last','1'),(11592,2094,'_edit_lock','1532953976:1'),(11593,2095,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-11.38.24.png'),(11594,2095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:502;s:6:\"height\";i:612;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-11.38.24.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-11.38.24-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.38.24-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x261.png\";s:5:\"width\";i:502;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x462.png\";s:5:\"width\";i:502;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x385.png\";s:5:\"width\";i:502;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x486.png\";s:5:\"width\";i:502;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x580.png\";s:5:\"width\";i:502;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-345x420.png\";s:5:\"width\";i:345;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-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:46:\"Screen-Shot-2018-07-30-at-11.38.24-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.38.24-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x516.png\";s:5:\"width\";i:502;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x336.png\";s:5:\"width\";i:502;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x336.png\";s:5:\"width\";i:502;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x386.png\";s:5:\"width\";i:502;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x460.png\";s:5:\"width\";i:502;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.38.24-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-502x336.png\";s:5:\"width\";i:502;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11595,2096,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-11.38.43.png'),(11596,2096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:382;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-11.38.43.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-11.38.43-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.38.43-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-324x382.png\";s:5:\"width\";i:324;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-447x360.png\";s:5:\"width\";i:447;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-447x261.png\";s:5:\"width\";i:447;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-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:46:\"Screen-Shot-2018-07-30-at-11.38.43-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.38.43-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-447x336.png\";s:5:\"width\";i:447;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-447x336.png\";s:5:\"width\";i:447;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-447x240.png\";s:5:\"width\";i:447;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-11.38.43-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-447x336.png\";s:5:\"width\";i:447;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-11.38.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11597,2094,'_thumbnail_id','2095'),(11598,2094,'xyz_fbap','1'),(11602,2094,'slide_template','default'),(11603,2094,'_bunyad_featured_post','0'),(11604,2094,'_bunyad_cat_label','0'),(11605,2094,'_bunyad_featured_disable','0'),(11606,2094,'_bunyad_reviews','0'),(11607,2094,'_bunyad_review_pos','none'),(11608,2094,'_bunyad_review_type','points'),(11609,2094,'_bunyad_review_verdict','Awesome'),(11610,2094,'_yoast_wpseo_focuskw_text_input','glass'),(11611,2094,'_yoast_wpseo_focuskw','glass'),(11612,2094,'_yoast_wpseo_metadesc','Artis, the leading distributor to the foodservice industry of glass- and tableware, has added a new carafe to its Picardie glassware range.'),(11613,2094,'_yoast_wpseo_linkdex','77'),(11614,2094,'_yoast_wpseo_content_score','30'),(11615,2094,'_yoast_wpseo_primary_category','31'),(11616,2094,'_wpas_done_all','1'),(11619,2094,'_wpas_skip_20130109','1'),(11620,2098,'_edit_last','1'),(11621,2098,'_edit_lock','1532956310:1'),(11622,2099,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-13.43.31-e1532955537328.png'),(11623,2099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:479;s:4:\"file\";s:61:\"2018/07/Screen-Shot-2018-07-30-at-13.43.31-e1532955537328.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-696x393.png\";s:5:\"width\";i:696;s:6:\"height\";i:393;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-741x479.png\";s:5:\"width\";i:741;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-744x420.png\";s:5:\"width\";i:744;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-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:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-848x516.png\";s:5:\"width\";i:848;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-30-at-13.43.31-e1532955537328-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11624,2100,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-13.43.47.png'),(11625,2100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:211;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-13.43.47.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-768x131.png\";s:5:\"width\";i:768;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-13.43.47-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-13.43.47-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-324x211.png\";s:5:\"width\";i:324;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-324x211.png\";s:5:\"width\";i:324;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-356x211.png\";s:5:\"width\";i:356;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-356x211.png\";s:5:\"width\";i:356;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-485x211.png\";s:5:\"width\";i:485;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-533x211.png\";s:5:\"width\";i:533;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-534x211.png\";s:5:\"width\";i:534;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-696x118.png\";s:5:\"width\";i:696;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-696x211.png\";s:5:\"width\";i:696;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-741x211.png\";s:5:\"width\";i:741;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-30-at-13.43.47-1068x211.png\";s:5:\"width\";i:1068;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-30-at-13.43.47-1068x182.png\";s:5:\"width\";i:1068;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-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:45:\"Screen-Shot-2018-07-30-at-13.43.47-300x51.png\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-30-at-13.43.47-1024x174.png\";s:5:\"width\";i:1024;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-13.43.47-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-30-at-13.43.47-1078x211.png\";s:5:\"width\";i:1078;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-702x211.png\";s:5:\"width\";i:702;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-702x211.png\";s:5:\"width\";i:702;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-343x211.png\";s:5:\"width\";i:343;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-233x211.png\";s:5:\"width\";i:233;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-536x211.png\";s:5:\"width\";i:536;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-600x211.png\";s:5:\"width\";i:600;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-474x211.png\";s:5:\"width\";i:474;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-235x211.png\";s:5:\"width\";i:235;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-13.43.47-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-702x211.png\";s:5:\"width\";i:702;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11626,2098,'_thumbnail_id','2099'),(11627,2098,'slide_template','default'),(11628,2098,'_bunyad_featured_post','1'),(11629,2098,'_bunyad_cat_label','0'),(11630,2098,'_bunyad_featured_disable','0'),(11631,2098,'_bunyad_reviews','0'),(11632,2098,'_bunyad_review_pos','none'),(11633,2098,'_bunyad_review_type','points'),(11634,2098,'_bunyad_review_verdict','Awesome'),(11635,2098,'_yoast_wpseo_focuskw_text_input','summer'),(11636,2098,'_yoast_wpseo_focuskw','summer'),(11637,2098,'_yoast_wpseo_title','Face Facts: WKD summer campaign set create smiles'),(11638,2098,'_yoast_wpseo_metadesc','WKD, the UK’s No.1 traditional RTD1, is promising consumers an ‘epic summer’ with a multi-faceted campaign with all sort up for grabs.'),(11639,2098,'_yoast_wpseo_linkdex','73'),(11640,2098,'_yoast_wpseo_content_score','30'),(11641,2098,'_yoast_wpseo_primary_category','6'),(11642,2099,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:848;s:6:\"height\";i:579;s:4:\"file\";s:38:\"Screen-Shot-2018-07-30-at-13.43.31.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-13.43.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-848x516.png\";s:5:\"width\";i:848;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-13.43.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-13.43.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(11643,2098,'xyz_fbap','1'),(11647,2098,'_wpas_done_all','1'),(11650,2098,'_wp_old_slug','face-facts-wkd-summer-campaign-set-create-smiles'),(11651,2098,'_wpas_skip_20130109','1'),(11656,2105,'_edit_last','1'),(11657,2105,'_edit_lock','1532959129:1'),(11658,2106,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-14.21.47.png'),(11659,2106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:571;s:6:\"height\";i:416;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-14.21.47.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-14.21.47-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-14.21.47-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-534x416.png\";s:5:\"width\";i:534;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-571x385.png\";s:5:\"width\";i:571;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-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:46:\"Screen-Shot-2018-07-30-at-14.21.47-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-14.21.47-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-571x336.png\";s:5:\"width\";i:571;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-571x336.png\";s:5:\"width\";i:571;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-14.21.47-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-571x336.png\";s:5:\"width\";i:571;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-14.21.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11660,2105,'_thumbnail_id','2106'),(11661,2105,'slide_template','default'),(11662,2105,'_bunyad_featured_post','1'),(11663,2105,'_bunyad_cat_label','0'),(11664,2105,'_bunyad_featured_disable','0'),(11665,2105,'_bunyad_reviews','0'),(11666,2105,'_bunyad_review_pos','none'),(11667,2105,'_bunyad_review_type','points'),(11668,2105,'_bunyad_review_verdict','Awesome'),(11669,2105,'_yoast_wpseo_focuskw_text_input','alcohol'),(11670,2105,'_yoast_wpseo_focuskw','alcohol'),(11671,2105,'_yoast_wpseo_metadesc','STRYYK™, a new range of zero-proof distilled spirits launched, offering consumers a modern flavour-driven and stylish alternative to alcohol.'),(11672,2105,'_yoast_wpseo_linkdex','75'),(11673,2105,'_yoast_wpseo_content_score','30'),(11674,2105,'_yoast_wpseo_primary_category','2'),(11675,2105,'xyz_fbap','1'),(11679,2105,'_wpas_done_all','1'),(11682,2105,'_wpas_skip_20130109','1'),(11685,2109,'_edit_last','1'),(11686,2109,'_edit_lock','1532963231:1'),(11687,2109,'_thumbnail_id','1243'),(11688,2109,'xyz_fbap','1'),(11692,2109,'slide_template','default'),(11693,2109,'_bunyad_featured_post','1'),(11694,2109,'_bunyad_cat_label','0'),(11695,2109,'_bunyad_featured_disable','0'),(11696,2109,'_bunyad_reviews','0'),(11697,2109,'_bunyad_review_pos','none'),(11698,2109,'_bunyad_review_type','points'),(11699,2109,'_bunyad_review_verdict','Awesome'),(11700,2109,'_yoast_wpseo_focuskw_text_input','advice'),(11701,2109,'_yoast_wpseo_focuskw','advice'),(11702,2109,'_yoast_wpseo_title','Home Office toolkit for EU nationals a welcome step forward, says UKH'),(11703,2109,'_yoast_wpseo_metadesc','UKHospitality has welcomed the launch of a Home Office toolkit providing practical advice on how EU citizens can apply for settled status.'),(11704,2109,'_yoast_wpseo_linkdex','75'),(11705,2109,'_yoast_wpseo_content_score','30'),(11706,2109,'_yoast_wpseo_primary_category','8'),(11707,2109,'_wpas_done_all','1'),(11710,2109,'_wpas_skip_20130109','1'),(11713,2111,'_edit_last','1'),(11714,2111,'_edit_lock','1532964137:1'),(11715,2112,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-16.08.01.png'),(11716,2112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:926;s:6:\"height\";i:613;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-16.08.01.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-16.08.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.08.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-696x461.png\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-926x580.png\";s:5:\"width\";i:926;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-634x420.png\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-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:46:\"Screen-Shot-2018-07-30-at-16.08.01-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.08.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-926x516.png\";s:5:\"width\";i:926;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.08.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.08.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11717,2111,'_thumbnail_id','2112'),(11718,2111,'slide_template','default'),(11719,2111,'_bunyad_featured_post','1'),(11720,2111,'_bunyad_cat_label','0'),(11721,2111,'_bunyad_featured_disable','0'),(11722,2111,'_bunyad_reviews','0'),(11723,2111,'_bunyad_review_pos','none'),(11724,2111,'_bunyad_review_type','points'),(11725,2111,'_bunyad_review_verdict','Awesome'),(11726,2111,'_yoast_wpseo_focuskw_text_input','lighting'),(11727,2111,'_yoast_wpseo_focuskw','lighting'),(11728,2111,'_yoast_wpseo_title','Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone'),(11729,2111,'_yoast_wpseo_metadesc','The new Vista 3 by Chroma-Q® lighting & media control range made an impressive UK debut on the British Racing Drivers\' Club at Silverstone Circuit.'),(11730,2111,'_yoast_wpseo_linkdex','73'),(11731,2111,'_yoast_wpseo_content_score','30'),(11732,2111,'_yoast_wpseo_primary_category','28'),(11733,2114,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-16.16.45.png'),(11734,2114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:581;s:6:\"height\";i:101;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-16.16.45.png\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-16.16.45-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.16.45-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-218x101.png\";s:5:\"width\";i:218;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-265x101.png\";s:5:\"width\";i:265;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-324x101.png\";s:5:\"width\";i:324;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-324x101.png\";s:5:\"width\";i:324;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-324x101.png\";s:5:\"width\";i:324;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-356x101.png\";s:5:\"width\";i:356;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-356x101.png\";s:5:\"width\";i:356;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-485x101.png\";s:5:\"width\";i:485;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-533x101.png\";s:5:\"width\";i:533;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-534x101.png\";s:5:\"width\";i:534;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-150x101.png\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.16.45-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.16.45-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-351x101.png\";s:5:\"width\";i:351;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-351x101.png\";s:5:\"width\";i:351;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-168x101.png\";s:5:\"width\";i:168;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-214x101.png\";s:5:\"width\";i:214;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-343x101.png\";s:5:\"width\";i:343;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-233x101.png\";s:5:\"width\";i:233;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-536x101.png\";s:5:\"width\";i:536;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-269x101.png\";s:5:\"width\";i:269;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-474x101.png\";s:5:\"width\";i:474;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-235x101.png\";s:5:\"width\";i:235;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-326x101.png\";s:5:\"width\";i:326;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.16.45-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.16.45-214x101.png\";s:5:\"width\";i:214;s:6:\"height\";i:101;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:{}}}'),(11735,2115,'_wp_attached_file','2018/07/Screen-Shot-2018-07-30-at-16.18.32.png'),(11736,2115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:205;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-30-at-16.18.32.png\";s:5:\"sizes\";a:15:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-30-at-16.18.32-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.18.32-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x150.png\";s:5:\"width\";i:204;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x198.png\";s:5:\"width\";i:204;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x160.png\";s:5:\"width\";i:204;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.18.32-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x185.png\";s:5:\"width\";i:204;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x185.png\";s:5:\"width\";i:204;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x140.png\";s:5:\"width\";i:204;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x192.png\";s:5:\"width\";i:204;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x205.png\";s:5:\"width\";i:204;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-30-at-16.18.32-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-30-at-16.18.32-204x140.png\";s:5:\"width\";i:204;s:6:\"height\";i:140;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:{}}}'),(11737,2111,'xyz_fbap','1'),(11741,2111,'_wpas_done_all','1'),(11744,2111,'_wpas_skip_20130109','1'),(11745,2118,'_edit_last','1'),(11746,2118,'_edit_lock','1533020950:1'),(11747,2118,'_thumbnail_id','1243'),(11748,2118,'slide_template','default'),(11749,2118,'_bunyad_featured_post','1'),(11750,2118,'_bunyad_cat_label','0'),(11751,2118,'_bunyad_featured_disable','0'),(11752,2118,'_bunyad_reviews','0'),(11753,2118,'_bunyad_review_pos','none'),(11754,2118,'_bunyad_review_type','points'),(11755,2118,'_bunyad_review_verdict','Awesome'),(11756,2118,'_yoast_wpseo_focuskw_text_input','ukhospitality'),(11757,2118,'_yoast_wpseo_focuskw','ukhospitality'),(11758,2118,'_yoast_wpseo_title','Migration should not be political football, says UKHospitality'),(11759,2118,'_yoast_wpseo_metadesc','UKHospitality has welcomed the publication of the Home Affairs Committee’s report on future migration and has called for decisive Government action.'),(11760,2118,'_yoast_wpseo_linkdex','71'),(11761,2118,'_yoast_wpseo_content_score','30'),(11762,2118,'_yoast_wpseo_primary_category','8'),(11763,2118,'xyz_fbap','1'),(11767,2118,'_wpas_done_all','1'),(11768,2120,'_edit_last','1'),(11769,2120,'_edit_lock','1533022820:1'),(11771,2121,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-08.11.17.png'),(11772,2121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:921;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-08.11.17.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-08.11.17-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.11.17-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-921x580.png\";s:5:\"width\";i:921;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-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:46:\"Screen-Shot-2018-07-31-at-08.11.17-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.11.17-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-921x516.png\";s:5:\"width\";i:921;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.11.17-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.11.17-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11773,2120,'_thumbnail_id','2121'),(11774,2120,'xyz_fbap','1'),(11778,2120,'slide_template','default'),(11779,2120,'_bunyad_featured_post','1'),(11780,2120,'_bunyad_cat_label','0'),(11781,2120,'_bunyad_featured_disable','0'),(11782,2120,'_bunyad_reviews','0'),(11783,2120,'_bunyad_review_pos','none'),(11784,2120,'_bunyad_review_type','points'),(11785,2120,'_bunyad_review_verdict','Awesome'),(11786,2120,'_yoast_wpseo_focuskw_text_input','LED'),(11787,2120,'_yoast_wpseo_focuskw','LED'),(11788,2120,'_yoast_wpseo_metadesc','ProLights LED and discharge fixtures were central to the event lighting schemes at this year\'s glamorous British Racing Drivers\' Club\'s Grand Prix Party.'),(11789,2120,'_yoast_wpseo_linkdex','74'),(11790,2120,'_yoast_wpseo_content_score','30'),(11791,2120,'_yoast_wpseo_primary_category','28'),(11792,2120,'_wpas_done_all','1'),(11793,2123,'_edit_last','1'),(11794,2123,'_edit_lock','1533025360:1'),(11795,2124,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-08.49.45-e1533023731852.png'),(11796,2124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:233;s:4:\"file\";s:61:\"2018/07/Screen-Shot-2018-07-31-at-08.49.45-e1533023731852.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x150.png\";s:5:\"width\";i:197;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x198.png\";s:5:\"width\";i:197;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x160.png\";s:5:\"width\";i:197;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x220.png\";s:5:\"width\";i:197;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-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:46:\"Screen-Shot-2018-07-31-at-08.49.45-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x185.png\";s:5:\"width\";i:197;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x185.png\";s:5:\"width\";i:197;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x140.png\";s:5:\"width\";i:197;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x215.png\";s:5:\"width\";i:197;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-233x234.png\";s:5:\"width\";i:233;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-536x234.png\";s:5:\"width\";i:536;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x192.png\";s:5:\"width\";i:197;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-600x234.png\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-474x234.png\";s:5:\"width\";i:474;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x216.png\";s:5:\"width\";i:197;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x205.png\";s:5:\"width\";i:197;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023731852-197x140.png\";s:5:\"width\";i:197;s:6:\"height\";i:140;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:{}}}'),(11797,2124,'_wp_attachment_backup_sizes','a:19:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"full-orig\";a:3:{s:5:\"width\";i:659;s:6:\"height\";i:234;s:4:\"file\";s:38:\"Screen-Shot-2018-07-31-at-08.49.45.png\";}s:23:\"thumbnail-1533023731852\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-07-31-at-08.49.45-e1533023473146-150x147.png\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-300x107.png\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.49.45-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-233x234.png\";s:5:\"width\";i:233;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-536x234.png\";s:5:\"width\";i:536;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-600x234.png\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-474x234.png\";s:5:\"width\";i:474;s:6:\"height\";i:234;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.49.45-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.49.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(11798,2123,'_thumbnail_id','2126'),(11799,2123,'slide_template','default'),(11800,2123,'_bunyad_featured_post','0'),(11801,2123,'_bunyad_cat_label','0'),(11802,2123,'_bunyad_featured_disable','0'),(11803,2123,'_bunyad_reviews','0'),(11804,2123,'_bunyad_review_pos','none'),(11805,2123,'_bunyad_review_type','points'),(11806,2123,'_bunyad_review_verdict','Awesome'),(11807,2123,'_yoast_wpseo_focuskw_text_input','bar'),(11808,2123,'_yoast_wpseo_focuskw','bar'),(11809,2123,'_yoast_wpseo_metadesc','The St James Bar at Sofitel London St James are launching their new musically- themed cocktail menu drawing on their love of music and their favourite songs'),(11810,2123,'_yoast_wpseo_linkdex','74'),(11811,2123,'_yoast_wpseo_content_score','30'),(11812,2123,'_yoast_wpseo_primary_category','2'),(11813,2123,'xyz_fbap','1'),(11817,2123,'_wpas_done_all','1'),(11820,2123,'_wpas_skip_20130109','1'),(11823,2126,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-08.57.34.png'),(11824,2126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:313;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-08.57.34.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-08.57.34-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.57.34-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-324x313.png\";s:5:\"width\";i:324;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-356x313.png\";s:5:\"width\";i:356;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-440x261.png\";s:5:\"width\";i:440;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-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:46:\"Screen-Shot-2018-07-31-at-08.57.34-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.57.34-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-440x240.png\";s:5:\"width\";i:440;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-08.57.34-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-08.57.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11831,2127,'_edit_last','1'),(11832,2127,'_edit_lock','1533050166:1'),(11833,2127,'slide_template','default'),(11834,2127,'_bunyad_featured_post','1'),(11835,2127,'_bunyad_cat_label','0'),(11836,2127,'_bunyad_featured_disable','0'),(11837,2127,'_bunyad_reviews','0'),(11838,2127,'_bunyad_review_pos','none'),(11839,2127,'_bunyad_review_type','points'),(11840,2127,'_bunyad_review_verdict','Awesome'),(11841,2127,'_yoast_wpseo_focuskw_text_input','Sky Sports'),(11842,2127,'_yoast_wpseo_focuskw','Sky Sports'),(11843,2127,'_yoast_wpseo_title','Sky Sports to Show More Live EFL Action in September and October.'),(11844,2127,'_yoast_wpseo_metadesc','Sky Sports, in conjunction with the EFL, has today announced the matches selected for live broadcast up until Wednesday 24 October.'),(11845,2127,'_yoast_wpseo_linkdex','81'),(11846,2127,'_yoast_wpseo_content_score','30'),(11847,2127,'_yoast_wpseo_primary_category','28'),(11848,2129,'_edit_last','1'),(11849,2129,'_edit_lock','1533028439:1'),(11850,2129,'slide_template','default'),(11851,2129,'_bunyad_featured_post','1'),(11852,2129,'_bunyad_cat_label','0'),(11853,2129,'_bunyad_featured_disable','0'),(11854,2129,'_bunyad_reviews','0'),(11855,2129,'_bunyad_review_pos','none'),(11856,2129,'_bunyad_review_type','points'),(11857,2129,'_bunyad_review_verdict','Awesome'),(11858,2129,'_yoast_wpseo_focuskw_text_input','Mac'),(11859,2129,'_yoast_wpseo_focuskw','Mac'),(11860,2129,'_yoast_wpseo_title','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar'),(11861,2129,'_yoast_wpseo_metadesc','Mac & Wild, announce the launch of their Shooting Range and Whisky Bar, located at their city restaurant, Mac & Wild Devonshire Square.'),(11862,2129,'_yoast_wpseo_linkdex','86'),(11863,2129,'_yoast_wpseo_content_score','30'),(11864,2129,'_yoast_wpseo_primary_category','2'),(11865,2133,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-09.48.39.png'),(11866,2133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:915;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-09.48.39.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-09.48.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-09.48.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-915x580.png\";s:5:\"width\";i:915;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-09.48.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-915x516.png\";s:5:\"width\";i:915;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-09.48.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.48.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11867,2134,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-09.49.06.png'),(11868,2134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:902;s:6:\"height\";i:598;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-09.49.06-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-09.49.06-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-696x461.png\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-902x580.png\";s:5:\"width\";i:902;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-634x420.png\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-09.49.06-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-902x516.png\";s:5:\"width\";i:902;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-09.49.06-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-09.49.06-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11869,2129,'_thumbnail_id','2133'),(11870,2129,'xyz_fbap','1'),(11874,2129,'_wpas_done_all','1'),(11877,2129,'_wpas_skip_20130109','1'),(11880,2142,'_edit_last','1'),(11881,2142,'_edit_lock','1533029707:1'),(11882,2142,'_thumbnail_id','1243'),(11883,2142,'xyz_fbap','1'),(11887,2142,'slide_template','default'),(11888,2142,'_bunyad_featured_post','1'),(11889,2142,'_bunyad_cat_label','0'),(11890,2142,'_bunyad_featured_disable','0'),(11891,2142,'_bunyad_reviews','0'),(11892,2142,'_bunyad_review_pos','none'),(11893,2142,'_bunyad_review_type','points'),(11894,2142,'_bunyad_review_verdict','Awesome'),(11895,2142,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(11896,2142,'_yoast_wpseo_focuskw','UKHospitality'),(11897,2142,'_yoast_wpseo_metadesc','UKHospitality has welcomed the inclusion of the Agent of Change principle in the Government’s revised National Planning Policy Framework.'),(11898,2142,'_yoast_wpseo_linkdex','72'),(11899,2142,'_yoast_wpseo_content_score','30'),(11900,2142,'_yoast_wpseo_primary_category','8'),(11901,2142,'_wpas_done_all','1'),(11904,2142,'_wpas_skip_20130109','1'),(11905,2144,'_edit_last','1'),(11906,2144,'_edit_lock','1533029929:1'),(11907,2145,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-10.36.54.png'),(11908,2145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-10.36.54.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-10.36.54-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-10.36.54-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x385.png\";s:5:\"width\";i:535;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x486.png\";s:5:\"width\";i:535;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x580.png\";s:5:\"width\";i:535;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-368x420.png\";s:5:\"width\";i:368;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-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:46:\"Screen-Shot-2018-07-31-at-10.36.54-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-10.36.54-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x516.png\";s:5:\"width\";i:535;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x336.png\";s:5:\"width\";i:535;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x336.png\";s:5:\"width\";i:535;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x386.png\";s:5:\"width\";i:535;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x460.png\";s:5:\"width\";i:535;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-10.36.54-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-535x336.png\";s:5:\"width\";i:535;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.36.54-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11909,2144,'_thumbnail_id','2145'),(11910,2144,'xyz_fbap','1'),(11914,2144,'slide_template','default'),(11915,2144,'_bunyad_featured_post','1'),(11916,2144,'_bunyad_cat_label','0'),(11917,2144,'_bunyad_featured_disable','0'),(11918,2144,'_bunyad_reviews','0'),(11919,2144,'_bunyad_review_pos','none'),(11920,2144,'_bunyad_review_type','points'),(11921,2144,'_bunyad_review_verdict','Awesome'),(11922,2144,'_yoast_wpseo_focuskw_text_input','wine'),(11923,2144,'_yoast_wpseo_focuskw','wine'),(11924,2144,'_yoast_wpseo_metadesc','As wine drinkers become more discerning about the wines they drink, they are also becoming more demanding about how the wine is served.'),(11925,2144,'_yoast_wpseo_linkdex','72'),(11926,2144,'_yoast_wpseo_content_score','30'),(11927,2144,'_yoast_wpseo_primary_category','2'),(11928,2144,'_wpas_done_all','1'),(11929,2147,'_edit_last','1'),(11930,2147,'_edit_lock','1533032543:1'),(11931,2148,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-10.45.01.png'),(11932,2148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:652;s:6:\"height\";i:415;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-10.45.01.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-10.45.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-10.45.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-534x415.png\";s:5:\"width\";i:534;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-652x385.png\";s:5:\"width\";i:652;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-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:46:\"Screen-Shot-2018-07-31-at-10.45.01-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-10.45.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-652x336.png\";s:5:\"width\";i:652;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-652x336.png\";s:5:\"width\";i:652;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-600x415.png\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-10.45.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-652x336.png\";s:5:\"width\";i:652;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-10.45.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11933,2147,'_thumbnail_id','2148'),(11934,2147,'slide_template','default'),(11935,2147,'_bunyad_featured_post','1'),(11936,2147,'_bunyad_cat_label','0'),(11937,2147,'_bunyad_featured_disable','0'),(11938,2147,'_bunyad_reviews','0'),(11939,2147,'_bunyad_review_pos','none'),(11940,2147,'_bunyad_review_type','points'),(11941,2147,'_bunyad_review_verdict','Awesome'),(11942,2147,'_yoast_wpseo_focuskw_text_input','bar'),(11943,2147,'_yoast_wpseo_focuskw','bar'),(11944,2147,'_yoast_wpseo_metadesc','Expect to be taken on a journey to the shores of Mexico, as London’s newest summer pop-up bar, The Paloma Parlour launches in the heart of Covent Garden.'),(11945,2147,'_yoast_wpseo_linkdex','68'),(11946,2147,'_yoast_wpseo_content_score','30'),(11947,2147,'_yoast_wpseo_primary_category','2'),(11948,2147,'xyz_fbap','1'),(11952,2147,'_wpas_done_all','1'),(11953,2150,'_edit_last','1'),(11954,2150,'_edit_lock','1533039596:1'),(11955,2151,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-11.49.48.png'),(11956,2151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:617;s:6:\"height\";i:223;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-11.49.48.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-11.49.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-11.49.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-324x223.png\";s:5:\"width\";i:324;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-324x223.png\";s:5:\"width\";i:324;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-356x223.png\";s:5:\"width\";i:356;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-485x223.png\";s:5:\"width\";i:485;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-533x223.png\";s:5:\"width\";i:533;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-534x223.png\";s:5:\"width\";i:534;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-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:46:\"Screen-Shot-2018-07-31-at-11.49.48-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-11.49.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-233x223.png\";s:5:\"width\";i:233;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-536x223.png\";s:5:\"width\";i:536;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-600x223.png\";s:5:\"width\";i:600;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-474x223.png\";s:5:\"width\";i:474;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-11.49.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-11.49.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11957,2150,'_thumbnail_id','2151'),(11958,2150,'slide_template','default'),(11959,2150,'_bunyad_featured_post','0'),(11960,2150,'_bunyad_cat_label','0'),(11961,2150,'_bunyad_featured_disable','0'),(11962,2150,'_bunyad_reviews','0'),(11963,2150,'_bunyad_review_pos','none'),(11964,2150,'_bunyad_review_type','points'),(11965,2150,'_bunyad_review_verdict','Awesome'),(11966,2150,'_yoast_wpseo_focuskw_text_input','ocado'),(11967,2150,'_yoast_wpseo_focuskw','ocado'),(11968,2150,'_yoast_wpseo_metadesc','A first for the UK hand-cooked crisp market, Corkers have sourced the finest olive oil to craft a lighter tasting crisp, whilst retaining the Corkers crunch'),(11969,2150,'_yoast_wpseo_linkdex','77'),(11970,2150,'_yoast_wpseo_content_score','30'),(11971,2150,'_yoast_wpseo_primary_category','3'),(11972,2150,'xyz_fbap','1'),(11976,2150,'_wpas_done_all','1'),(11979,2150,'_wpas_skip_20130109','1'),(11980,2153,'_edit_last','1'),(11981,2153,'_edit_lock','1533040543:1'),(11982,2154,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-13.28.19.png'),(11983,2154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:920;s:6:\"height\";i:608;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-13.28.19.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-13.28.19-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-13.28.19-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-920x580.png\";s:5:\"width\";i:920;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-13.28.19-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-920x516.png\";s:5:\"width\";i:920;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-13.28.19-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-13.28.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(11984,2153,'_thumbnail_id','2154'),(11985,2153,'slide_template','default'),(11986,2153,'_bunyad_featured_post','1'),(11987,2153,'_bunyad_cat_label','0'),(11988,2153,'_bunyad_featured_disable','0'),(11989,2153,'_bunyad_reviews','0'),(11990,2153,'_bunyad_review_pos','none'),(11991,2153,'_bunyad_review_type','points'),(11992,2153,'_bunyad_review_verdict','Awesome'),(11993,2153,'_yoast_wpseo_focuskw_text_input','training'),(11994,2153,'_yoast_wpseo_focuskw','training'),(11995,2153,'_yoast_wpseo_title','Funkin extends innovation lab training programme to Scotland'),(11996,2153,'_yoast_wpseo_metadesc','The UK’s number one fruit purée brand, Funkin is extending its Innovation Lab programme to include Glasgow at the beginning of August.'),(11997,2153,'_yoast_wpseo_linkdex','75'),(11998,2153,'_yoast_wpseo_content_score','30'),(11999,2153,'_yoast_wpseo_primary_category','6'),(12000,2153,'xyz_fbap','1'),(12004,2153,'_wpas_done_all','1'),(12005,2156,'_edit_last','1'),(12006,2156,'_edit_lock','1533050191:1'),(12007,2156,'_thumbnail_id','1948'),(12008,2156,'xyz_fbap','1'),(12012,2156,'slide_template','default'),(12013,2156,'_bunyad_featured_post','1'),(12014,2156,'_bunyad_cat_label','0'),(12015,2156,'_bunyad_featured_disable','0'),(12016,2156,'_bunyad_reviews','0'),(12017,2156,'_bunyad_review_pos','none'),(12018,2156,'_bunyad_review_type','points'),(12019,2156,'_bunyad_review_verdict','Awesome'),(12020,2156,'_yoast_wpseo_focuskw_text_input','period'),(12021,2156,'_yoast_wpseo_focuskw','period'),(12022,2156,'_yoast_wpseo_metadesc','Beer sales in the second quarter of 2018 were up 3.6% on the same period in 2017, according to the latest Beer Barometer sales.'),(12023,2156,'_yoast_wpseo_linkdex','74'),(12024,2156,'_yoast_wpseo_content_score','30'),(12025,2156,'_yoast_wpseo_primary_category','2'),(12026,2156,'_wpas_done_all','1'),(12029,2156,'_wpas_skip_20130109','1'),(12030,2158,'_edit_last','1'),(12031,2158,'_edit_lock','1533046231:1'),(12032,2159,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-14.36.04.png'),(12033,2159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1106;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-14.36.04.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-14.36.04-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-14.36.04-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-696x390.png\";s:5:\"width\";i:696;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-31-at-14.36.04-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-31-at-14.36.04-1068x598.png\";s:5:\"width\";i:1068;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-750x420.png\";s:5:\"width\";i:750;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-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:46:\"Screen-Shot-2018-07-31-at-14.36.04-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-31-at-14.36.04-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-14.36.04-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-07-31-at-14.36.04-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-14.36.04-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-14.36.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12034,2158,'_thumbnail_id','2159'),(12035,2158,'slide_template','default'),(12036,2158,'_bunyad_featured_post','1'),(12037,2158,'_bunyad_cat_label','0'),(12038,2158,'_bunyad_featured_disable','0'),(12039,2158,'_bunyad_reviews','0'),(12040,2158,'_bunyad_review_pos','none'),(12041,2158,'_bunyad_review_type','points'),(12042,2158,'_bunyad_review_verdict','Awesome'),(12043,2158,'_yoast_wpseo_focuskw_text_input','Birra'),(12044,2158,'_yoast_wpseo_focuskw','Birra'),(12045,2158,'_yoast_wpseo_title','Birra Moretti launches \'Time For what Matters\' campaign'),(12046,2158,'_yoast_wpseo_metadesc','Birra Moretti has launched its biggest brand awareness campaign in three years, championing the sociable nature of life between friends and family in Italy.'),(12047,2158,'_yoast_wpseo_linkdex','88'),(12048,2158,'_yoast_wpseo_content_score','30'),(12049,2158,'_yoast_wpseo_primary_category','2'),(12050,2158,'xyz_fbap','1'),(12054,2158,'_wpas_done_all','1'),(12055,2161,'_edit_last','1'),(12056,2161,'_edit_lock','1533050080:1'),(12057,2161,'slide_template','default'),(12058,2161,'_bunyad_featured_post','1'),(12059,2161,'_bunyad_cat_label','0'),(12060,2161,'_bunyad_featured_disable','0'),(12061,2161,'_bunyad_reviews','0'),(12062,2161,'_bunyad_review_pos','none'),(12063,2161,'_bunyad_review_type','points'),(12064,2161,'_bunyad_review_verdict','Awesome'),(12065,2161,'_yoast_wpseo_content_score','30'),(12066,2161,'_yoast_wpseo_primary_category',''),(12067,2163,'_wp_attached_file','2018/07/Screen-Shot-2018-07-31-at-15.11.55.png'),(12068,2163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:604;s:4:\"file\";s:46:\"2018/07/Screen-Shot-2018-07-31-at-15.11.55.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-768x547.png\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-07-31-at-15.11.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-15.11.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-696x496.png\";s:5:\"width\";i:696;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-848x580.png\";s:5:\"width\";i:848;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-590x420.png\";s:5:\"width\";i:590;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-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:46:\"Screen-Shot-2018-07-31-at-15.11.55-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-15.11.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-848x516.png\";s:5:\"width\";i:848;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-07-31-at-15.11.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-07-31-at-15.11.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12069,2161,'_thumbnail_id','2163'),(12070,2161,'_yoast_wpseo_focuskw_text_input','design'),(12071,2161,'_yoast_wpseo_focuskw','design'),(12072,2161,'_yoast_wpseo_metadesc','Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.'),(12073,2161,'_yoast_wpseo_linkdex','80'),(12074,2161,'xyz_fbap','1'),(12078,2161,'_wpas_done_all','1'),(12079,276,'_oembed_fda9517f9cdbf3b36cf0d0521967a959','<div data-configid=\"32393893/63583670\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(12080,276,'_oembed_time_fda9517f9cdbf3b36cf0d0521967a959','1533309351'),(12083,2170,'_edit_last','1'),(12084,2170,'_edit_lock','1533629109:1'),(12085,2171,'_wp_attached_file','2018/08/Screen-Shot-2018-08-07-at-08.55.37.png'),(12086,2171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1239;s:6:\"height\";i:425;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-07-at-08.55.37.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-768x263.png\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-07-at-08.55.37-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-08.55.37-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-534x425.png\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-696x239.png\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-741x425.png\";s:5:\"width\";i:741;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-08.55.37-1068x425.png\";s:5:\"width\";i:1068;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-08.55.37-1068x366.png\";s:5:\"width\";i:1068;s:6:\"height\";i:366;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-08.55.37-1224x420.png\";s:5:\"width\";i:1224;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-08.55.37-1024x351.png\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-08.55.37-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-08.55.37-1078x425.png\";s:5:\"width\";i:1078;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-600x425.png\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-08.55.37-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-08.55.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12087,2170,'_thumbnail_id','2171'),(12088,2170,'slide_template','default'),(12089,2170,'_bunyad_featured_post','1'),(12090,2170,'_bunyad_cat_label','0'),(12091,2170,'_bunyad_featured_disable','0'),(12092,2170,'_bunyad_reviews','0'),(12093,2170,'_bunyad_review_pos','none'),(12094,2170,'_bunyad_review_type','points'),(12095,2170,'_bunyad_review_verdict','Awesome'),(12096,2170,'_yoast_wpseo_focuskw_text_input','restaurant'),(12097,2170,'_yoast_wpseo_focuskw','restaurant'),(12098,2170,'_yoast_wpseo_title','Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London'),(12099,2170,'_yoast_wpseo_metadesc','Restaurant & Bar Tech Live is Europe’s leading event dedicated to the emerging technologies and services that are forming the future of the restaurants and bars.'),(12100,2170,'_yoast_wpseo_linkdex','74'),(12101,2170,'_yoast_wpseo_content_score','30'),(12102,2170,'_yoast_wpseo_primary_category','6'),(12103,2170,'xyz_fbap','1'),(12107,2170,'_wpas_done_all','1'),(12108,2175,'_edit_last','1'),(12109,2175,'_edit_lock','1533631818:1'),(12110,2176,'_wp_attached_file','2018/08/Screen-Shot-2018-08-07-at-09.26.44.png'),(12111,2176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-07-at-09.26.44.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-07-at-09.26.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-09.26.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-696x388.png\";s:5:\"width\";i:696;s:6:\"height\";i:388;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.26.44-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.26.44-1068x595.png\";s:5:\"width\";i:1068;s:6:\"height\";i:595;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-754x420.png\";s:5:\"width\";i:754;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-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:46:\"Screen-Shot-2018-08-07-at-09.26.44-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.26.44-1024x570.png\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-09.26.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.26.44-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-09.26.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.26.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12112,2175,'_thumbnail_id','2176'),(12113,2175,'slide_template','default'),(12114,2175,'_bunyad_featured_post','1'),(12115,2175,'_bunyad_cat_label','0'),(12116,2175,'_bunyad_featured_disable','0'),(12117,2175,'_bunyad_reviews','0'),(12118,2175,'_bunyad_review_pos','none'),(12119,2175,'_bunyad_review_type','points'),(12120,2175,'_bunyad_review_verdict','Awesome'),(12121,2175,'_yoast_wpseo_focuskw_text_input','Heineken'),(12122,2175,'_yoast_wpseo_focuskw','Heineken'),(12123,2175,'_yoast_wpseo_metadesc','HEINEKEN UK, together with its leading portfolio of packaged cider brands; Bulmers, Old Mout, has launched Cider Direct.'),(12124,2175,'_yoast_wpseo_linkdex','81'),(12125,2175,'_yoast_wpseo_content_score','30'),(12126,2175,'_yoast_wpseo_primary_category','2'),(12127,2175,'xyz_fbap','1'),(12131,2175,'_wpas_done_all','1'),(12132,2178,'_edit_last','1'),(12133,2178,'_edit_lock','1533632679:1'),(12134,2179,'_wp_attached_file','2018/08/Screen-Shot-2018-08-07-at-09.52.22.png'),(12135,2179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:929;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-07-at-09.52.22.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-07-at-09.52.22-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-09.52.22-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-929x580.png\";s:5:\"width\";i:929;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-629x420.png\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-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:46:\"Screen-Shot-2018-08-07-at-09.52.22-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-09.52.22-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-929x516.png\";s:5:\"width\";i:929;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-09.52.22-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12136,2178,'_thumbnail_id','2179'),(12137,2178,'slide_template','default'),(12138,2178,'_bunyad_featured_post','1'),(12139,2178,'_bunyad_cat_label','0'),(12140,2178,'_bunyad_featured_disable','0'),(12141,2178,'_bunyad_reviews','0'),(12142,2178,'_bunyad_review_pos','none'),(12143,2178,'_bunyad_review_type','points'),(12144,2178,'_bunyad_review_verdict','Awesome'),(12145,2178,'_yoast_wpseo_focuskw_text_input','Bartender'),(12146,2178,'_yoast_wpseo_focuskw','Bartender'),(12147,2178,'_yoast_wpseo_title','British bartender wins the International Southern Showdown 2018'),(12148,2178,'_yoast_wpseo_metadesc','Bartender Lee Jones, of the Smokestack bar in Leeds, has won the International Final of the Southern Comfort Southern Showdown 2018 cocktail contest.'),(12149,2178,'_yoast_wpseo_linkdex','81'),(12150,2178,'_yoast_wpseo_content_score','30'),(12151,2178,'_yoast_wpseo_primary_category','6'),(12152,2178,'xyz_fbap','1'),(12156,2178,'_wpas_done_all','1'),(12157,2182,'_edit_last','1'),(12158,2182,'_edit_lock','1533810593:1'),(12159,2182,'slide_template','default'),(12160,2182,'_bunyad_featured_post','1'),(12161,2182,'_bunyad_cat_label','0'),(12162,2182,'_bunyad_featured_disable','0'),(12163,2182,'_bunyad_reviews','0'),(12164,2182,'_bunyad_review_pos','none'),(12165,2182,'_bunyad_review_type','points'),(12166,2182,'_bunyad_review_verdict','Awesome'),(12167,2182,'_yoast_wpseo_focuskw_text_input','chelsea'),(12168,2182,'_yoast_wpseo_focuskw','chelsea'),(12169,2182,'_yoast_wpseo_metadesc','This autumn, Maître Choux, the world’s first choux pastry specialist patisserie, will be bringing Chelsea the taste of authentic French pastries.'),(12170,2182,'_yoast_wpseo_linkdex','77'),(12171,2182,'_yoast_wpseo_content_score','30'),(12172,2182,'_yoast_wpseo_primary_category','3'),(12173,2184,'_edit_last','1'),(12174,2184,'_edit_lock','1533635553:1'),(12175,2185,'_wp_attached_file','2018/08/Screen-Shot-2018-08-07-at-09.52.22-1.png'),(12176,2185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:929;s:6:\"height\";i:620;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-07-at-09.52.22-1.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-09.52.22-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.52.22-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-929x580.png\";s:5:\"width\";i:929;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-629x420.png\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.52.22-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-929x516.png\";s:5:\"width\";i:929;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-07-at-09.52.22-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-07-at-09.52.22-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12177,2186,'_wp_attached_file','2018/08/Screen-Shot-2018-08-07-at-10.12.14.png'),(12178,2186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:694;s:6:\"height\";i:454;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-07-at-10.12.14.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-07-at-10.12.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-10.12.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-534x454.png\";s:5:\"width\";i:534;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-694x385.png\";s:5:\"width\";i:694;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-642x420.png\";s:5:\"width\";i:642;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-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:46:\"Screen-Shot-2018-08-07-at-10.12.14-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-10.12.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-694x336.png\";s:5:\"width\";i:694;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-694x336.png\";s:5:\"width\";i:694;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-600x454.png\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-10.12.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-694x336.png\";s:5:\"width\";i:694;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-10.12.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12179,2184,'_thumbnail_id','2186'),(12180,2184,'slide_template','default'),(12181,2184,'_bunyad_featured_post','1'),(12182,2184,'_bunyad_cat_label','0'),(12183,2184,'_bunyad_featured_disable','0'),(12184,2184,'_bunyad_reviews','0'),(12185,2184,'_bunyad_review_pos','none'),(12186,2184,'_bunyad_review_type','points'),(12187,2184,'_bunyad_review_verdict','Awesome'),(12188,2184,'_yoast_wpseo_focuskw_text_input','pub'),(12189,2184,'_yoast_wpseo_focuskw','pub'),(12190,2184,'_yoast_wpseo_metadesc','The Henley Club to Pub Swim took place in July with a record field of 625 swimmers who completed the 1.5km course on one of the hottest days of the year.'),(12191,2184,'_yoast_wpseo_linkdex','79'),(12192,2184,'_yoast_wpseo_content_score','30'),(12193,2184,'_yoast_wpseo_primary_category','6'),(12194,2184,'xyz_fbap','1'),(12198,2184,'_wpas_done_all','1'),(12201,2184,'_wpas_skip_20130109','1'),(12202,2189,'_edit_last','1'),(12203,2189,'_edit_lock','1533637614:1'),(12204,2189,'_thumbnail_id','1243'),(12205,2189,'slide_template','default'),(12206,2189,'_bunyad_featured_post','1'),(12207,2189,'_bunyad_cat_label','0'),(12208,2189,'_bunyad_featured_disable','0'),(12209,2189,'_bunyad_reviews','0'),(12210,2189,'_bunyad_review_pos','none'),(12211,2189,'_bunyad_review_type','points'),(12212,2189,'_bunyad_review_verdict','Awesome'),(12213,2189,'_yoast_wpseo_focuskw_text_input','dawn'),(12214,2189,'_yoast_wpseo_focuskw','dawn'),(12215,2189,'_yoast_wpseo_metadesc','Nominations for the 2018 UKHospitality Dusk ‘til Dawn Late Night Awards, the annual celebration of the UK’s late-night hospitality sector, are now open.'),(12216,2189,'_yoast_wpseo_linkdex','79'),(12217,2189,'_yoast_wpseo_content_score','30'),(12218,2189,'_yoast_wpseo_primary_category','8'),(12219,2189,'xyz_fbap','1'),(12223,2189,'_wpas_done_all','1'),(12226,2189,'_wpas_skip_20130109','1'),(12227,2191,'_edit_last','1'),(12228,2191,'_edit_lock','1533638031:1'),(12229,2192,'_wp_attached_file','2018/08/Screen-Shot-2018-08-07-at-11.28.12.png'),(12230,2192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:827;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-07-at-11.28.12.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-768x575.png\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-07-at-11.28.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-11.28.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-696x521.png\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-827x580.png\";s:5:\"width\";i:827;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-561x420.png\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-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:46:\"Screen-Shot-2018-08-07-at-11.28.12-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-11.28.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-827x516.png\";s:5:\"width\";i:827;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-07-at-11.28.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-07-at-11.28.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12231,2191,'_thumbnail_id','2192'),(12232,2191,'xyz_fbap','1'),(12236,2191,'slide_template','default'),(12237,2191,'_bunyad_featured_post','1'),(12238,2191,'_bunyad_cat_label','0'),(12239,2191,'_bunyad_featured_disable','0'),(12240,2191,'_bunyad_reviews','0'),(12241,2191,'_bunyad_review_pos','none'),(12242,2191,'_bunyad_review_type','points'),(12243,2191,'_bunyad_review_verdict','Awesome'),(12244,2191,'_yoast_wpseo_focuskw_text_input','Brakes'),(12245,2191,'_yoast_wpseo_focuskw','Brakes'),(12246,2191,'_yoast_wpseo_metadesc','Brakes have boosted its meat-free and vegetarian selection with two tasty hamburger alternatives, a Beetroot, Red Pepper & Quinoa burger.'),(12247,2191,'_yoast_wpseo_linkdex','64'),(12248,2191,'_yoast_wpseo_content_score','30'),(12249,2191,'_yoast_wpseo_primary_category','3'),(12250,2191,'_wpas_done_all','1'),(12251,2194,'_edit_last','1'),(12252,2194,'_edit_lock','1533808097:1'),(12253,2194,'_thumbnail_id','1243'),(12254,2194,'xyz_fbap','1'),(12258,2194,'slide_template','default'),(12259,2194,'_bunyad_featured_post','1'),(12260,2194,'_bunyad_cat_label','0'),(12261,2194,'_bunyad_featured_disable','0'),(12262,2194,'_bunyad_reviews','0'),(12263,2194,'_bunyad_review_pos','none'),(12264,2194,'_bunyad_review_type','points'),(12265,2194,'_bunyad_review_verdict','Awesome'),(12266,2194,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(12267,2194,'_yoast_wpseo_focuskw','UKHospitality'),(12268,2194,'_yoast_wpseo_metadesc','UKHospitality, the new trade association representing the whole of the UK’s hospitality sector, has augmented its position as the authoritative voice.'),(12269,2194,'_yoast_wpseo_linkdex','78'),(12270,2194,'_yoast_wpseo_content_score','30'),(12271,2194,'_yoast_wpseo_primary_category','8'),(12272,2194,'_wpas_done_all','1'),(12273,2196,'_edit_last','1'),(12274,2196,'_edit_lock','1533809263:1'),(12275,2197,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-10.54.04.png'),(12276,2197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:923;s:6:\"height\";i:487;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-10.54.04.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-10.54.04-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-10.54.04-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-696x367.png\";s:5:\"width\";i:696;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-796x420.png\";s:5:\"width\";i:796;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-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:46:\"Screen-Shot-2018-08-09-at-10.54.04-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-10.54.04-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-10.54.04-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-10.54.04-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12277,2196,'_thumbnail_id','2197'),(12278,2196,'slide_template','default'),(12279,2196,'_bunyad_featured_post','1'),(12280,2196,'_bunyad_cat_label','0'),(12281,2196,'_bunyad_featured_disable','0'),(12282,2196,'_bunyad_reviews','0'),(12283,2196,'_bunyad_review_pos','none'),(12284,2196,'_bunyad_review_type','points'),(12285,2196,'_bunyad_review_verdict','Awesome'),(12286,2196,'_yoast_wpseo_focuskw_text_input','british'),(12287,2196,'_yoast_wpseo_focuskw','british'),(12288,2196,'_yoast_wpseo_title','‘Breggsit’ storm brewing as businesses encouraged to prepare'),(12289,2196,'_yoast_wpseo_metadesc','Food businesses across the UK are being encouraged to ‘trust the Lion’ and rely on British Lion eggs and egg products for both supply and food safety.'),(12290,2196,'_yoast_wpseo_linkdex','77'),(12291,2196,'_yoast_wpseo_content_score','30'),(12292,2196,'_yoast_wpseo_primary_category','3'),(12293,2196,'xyz_fbap','1'),(12297,2196,'_wpas_done_all','1'),(12298,2199,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-11.11.11.png'),(12299,2199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:534;s:6:\"height\";i:566;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-11.11.11.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-11.11.11-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.11.11-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x385.png\";s:5:\"width\";i:534;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x486.png\";s:5:\"width\";i:534;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-396x420.png\";s:5:\"width\";i:396;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.11.11-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x516.png\";s:5:\"width\";i:534;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x336.png\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x336.png\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x386.png\";s:5:\"width\";i:534;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x460.png\";s:5:\"width\";i:534;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.11.11-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-534x336.png\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.11.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12300,2182,'_thumbnail_id','2200'),(12301,2200,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-11.15.16.png'),(12302,2200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1088;s:6:\"height\";i:758;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-11.15.16.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-768x535.png\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-11.15.16-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.15.16-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-696x485.png\";s:5:\"width\";i:696;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.15.16-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.15.16-1068x744.png\";s:5:\"width\";i:1068;s:6:\"height\";i:744;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-603x420.png\";s:5:\"width\";i:603;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-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:46:\"Screen-Shot-2018-08-09-at-11.15.16-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.15.16-1024x713.png\";s:5:\"width\";i:1024;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.15.16-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.15.16-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.15.16-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.15.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12303,2182,'xyz_fbap','1'),(12307,2182,'_wpas_done_all','1'),(12310,2182,'_wpas_skip_20130109','1'),(12311,2201,'_edit_last','1'),(12312,2201,'_edit_lock','1533811353:1'),(12313,2202,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-11.31.38.png'),(12314,2203,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-11.31.38-1.png'),(12315,2203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:443;s:6:\"height\";i:566;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-09-at-11.31.38-1.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.31.38-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x360.png\";s:5:\"width\";i:443;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x261.png\";s:5:\"width\";i:443;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x462.png\";s:5:\"width\";i:443;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x385.png\";s:5:\"width\";i:443;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x486.png\";s:5:\"width\";i:443;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-329x420.png\";s:5:\"width\";i:329;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.31.38-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x516.png\";s:5:\"width\";i:443;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x336.png\";s:5:\"width\";i:443;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x336.png\";s:5:\"width\";i:443;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x386.png\";s:5:\"width\";i:443;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x460.png\";s:5:\"width\";i:443;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x240.png\";s:5:\"width\";i:443;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-11.31.38-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-443x336.png\";s:5:\"width\";i:443;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-11.31.38-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12316,2201,'_thumbnail_id','2203'),(12317,2201,'slide_template','default'),(12318,2201,'_bunyad_featured_post','0'),(12319,2201,'_bunyad_cat_label','0'),(12320,2201,'_bunyad_featured_disable','0'),(12321,2201,'_bunyad_reviews','0'),(12322,2201,'_bunyad_review_pos','none'),(12323,2201,'_bunyad_review_type','points'),(12324,2201,'_bunyad_review_verdict','Awesome'),(12325,2201,'_yoast_wpseo_focuskw_text_input','D&D London'),(12326,2201,'_yoast_wpseo_focuskw','D&D London'),(12327,2201,'_yoast_wpseo_title','Ben Manchester leaves Jason Atherton to join D&D London'),(12328,2201,'_yoast_wpseo_metadesc','D&D London have appointed Ben Manchester, formerly of Jason Atherton’s The Social Company, as Bar Manager at Bluebird Chelsea.'),(12329,2201,'_yoast_wpseo_linkdex','72'),(12330,2201,'_yoast_wpseo_content_score','30'),(12331,2201,'_yoast_wpseo_primary_category','2'),(12332,2201,'xyz_fbap','1'),(12336,2201,'_wpas_done_all','1'),(12339,2201,'_wpas_skip_20130109','1'),(12340,2205,'_edit_last','1'),(12341,2205,'slide_template','default'),(12342,2205,'_bunyad_featured_post','1'),(12343,2205,'_bunyad_cat_label','0'),(12344,2205,'_bunyad_featured_disable','0'),(12345,2205,'_bunyad_reviews','0'),(12346,2205,'_bunyad_review_pos','none'),(12347,2205,'_bunyad_review_type','points'),(12348,2205,'_bunyad_review_verdict','Awesome'),(12349,2205,'_yoast_wpseo_content_score','60'),(12350,2205,'_yoast_wpseo_primary_category','8'),(12351,2205,'_edit_lock','1533816863:1'),(12352,2207,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-11.53.39.png'),(12353,2207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:379;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-11.53.39.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-11.53.39-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.53.39-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-324x379.png\";s:5:\"width\";i:324;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-534x379.png\";s:5:\"width\";i:534;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.53.39-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-605x336.png\";s:5:\"width\";i:605;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-605x336.png\";s:5:\"width\";i:605;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-536x379.png\";s:5:\"width\";i:536;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-600x379.png\";s:5:\"width\";i:600;s:6:\"height\";i:379;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.53.39-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-605x336.png\";s:5:\"width\";i:605;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.53.39-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12354,2205,'_thumbnail_id','2207'),(12355,2205,'_yoast_wpseo_focuskw_text_input','premier'),(12356,2205,'_yoast_wpseo_focuskw','premier'),(12357,2205,'_yoast_wpseo_title','Sky Sports announces its latest live Premier League fixtures'),(12358,2205,'_yoast_wpseo_metadesc','Sky Sports has announced its latest live Premier League fixtures for October and November, with the Manchester derby part of a packed schedule.'),(12359,2205,'_yoast_wpseo_linkdex','80'),(12360,2205,'xyz_fbap','1'),(12364,2205,'_wpas_done_all','1'),(12367,2205,'_wpas_skip_20130109','1'),(12368,2210,'_edit_last','1'),(12369,2210,'_edit_lock','1533819595:1'),(12370,2211,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-13.30.45.png'),(12371,2211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:294;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-13.30.45.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-13.30.45-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.30.45-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x160.png\";s:5:\"width\";i:311;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x235.png\";s:5:\"width\";i:311;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x220.png\";s:5:\"width\";i:311;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x261.png\";s:5:\"width\";i:311;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-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:46:\"Screen-Shot-2018-08-09-at-13.30.45-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.30.45-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x185.png\";s:5:\"width\";i:311;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x185.png\";s:5:\"width\";i:311;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x215.png\";s:5:\"width\";i:311;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-233x294.png\";s:5:\"width\";i:233;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x240.png\";s:5:\"width\";i:311;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-311x205.png\";s:5:\"width\";i:311;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.30.45-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.45-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12372,2212,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-13.30.03.png'),(12373,2212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:203;s:6:\"height\";i:287;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-13.30.03.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-13.30.03-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.30.03-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x150.png\";s:5:\"width\";i:203;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x198.png\";s:5:\"width\";i:203;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x160.png\";s:5:\"width\";i:203;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x235.png\";s:5:\"width\";i:203;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x220.png\";s:5:\"width\";i:203;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x261.png\";s:5:\"width\";i:203;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.30.03-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x185.png\";s:5:\"width\";i:203;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x185.png\";s:5:\"width\";i:203;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x140.png\";s:5:\"width\";i:203;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x215.png\";s:5:\"width\";i:203;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x192.png\";s:5:\"width\";i:203;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x240.png\";s:5:\"width\";i:203;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x216.png\";s:5:\"width\";i:203;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x205.png\";s:5:\"width\";i:203;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.30.03-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.30.03-203x140.png\";s:5:\"width\";i:203;s:6:\"height\";i:140;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:{}}}'),(12374,2213,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-13.31.59.png'),(12375,2213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:296;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-13.31.59.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-13.31.59-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.31.59-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x150.png\";s:5:\"width\";i:192;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x198.png\";s:5:\"width\";i:192;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x160.png\";s:5:\"width\";i:192;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x235.png\";s:5:\"width\";i:192;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x220.png\";s:5:\"width\";i:192;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x261.png\";s:5:\"width\";i:192;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.31.59-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x185.png\";s:5:\"width\";i:192;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x185.png\";s:5:\"width\";i:192;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x140.png\";s:5:\"width\";i:192;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x215.png\";s:5:\"width\";i:192;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x240.png\";s:5:\"width\";i:192;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x216.png\";s:5:\"width\";i:192;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x205.png\";s:5:\"width\";i:192;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-13.31.59-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-13.31.59-192x140.png\";s:5:\"width\";i:192;s:6:\"height\";i:140;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:{}}}'),(12376,2210,'_thumbnail_id','2211'),(12377,2210,'xyz_fbap','1'),(12381,2210,'slide_template','default'),(12382,2210,'_bunyad_featured_post','0'),(12383,2210,'_bunyad_cat_label','0'),(12384,2210,'_bunyad_featured_disable','0'),(12385,2210,'_bunyad_reviews','0'),(12386,2210,'_bunyad_review_pos','none'),(12387,2210,'_bunyad_review_type','points'),(12388,2210,'_bunyad_review_verdict','Awesome'),(12389,2210,'_yoast_wpseo_focuskw_text_input','association'),(12390,2210,'_yoast_wpseo_focuskw','association'),(12391,2210,'_yoast_wpseo_metadesc','This one-off dining experience at London’s exciting new restaurant BRAT showcases the natural affinity between the American craft beer and British produce.'),(12392,2210,'_yoast_wpseo_linkdex','77'),(12393,2210,'_yoast_wpseo_content_score','30'),(12394,2210,'_yoast_wpseo_primary_category','6'),(12395,2210,'_wpas_done_all','1'),(12400,2210,'_wpas_skip_20130109','1'),(12405,2215,'_edit_last','1'),(12406,2215,'_edit_lock','1533824401:1'),(12407,2216,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-14.08.57.png'),(12408,2217,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-14.08.57-1.png'),(12409,2217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:264;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-09-at-14.08.57-1.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-14.08.57-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-324x264.png\";s:5:\"width\";i:324;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-356x264.png\";s:5:\"width\";i:356;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-403x261.png\";s:5:\"width\";i:403;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-14.08.57-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-233x264.png\";s:5:\"width\";i:233;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-403x240.png\";s:5:\"width\";i:403;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-14.08.57-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-14.08.57-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12410,2218,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-14.09.05.png'),(12411,2218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:475;s:6:\"height\";i:228;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-14.09.05.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-14.09.05-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-14.09.05-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-324x228.png\";s:5:\"width\";i:324;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-324x228.png\";s:5:\"width\";i:324;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-356x228.png\";s:5:\"width\";i:356;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-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:46:\"Screen-Shot-2018-08-09-at-14.09.05-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-14.09.05-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-233x228.png\";s:5:\"width\";i:233;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-474x228.png\";s:5:\"width\";i:474;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-14.09.05-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.09.05-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12412,2215,'_thumbnail_id','2133'),(12413,2215,'slide_template','default'),(12414,2215,'_bunyad_featured_post','1'),(12415,2215,'_bunyad_cat_label','0'),(12416,2215,'_bunyad_featured_disable','0'),(12417,2215,'_bunyad_reviews','0'),(12418,2215,'_bunyad_review_pos','none'),(12419,2215,'_bunyad_review_type','points'),(12420,2215,'_bunyad_review_verdict','Awesome'),(12421,2215,'_yoast_wpseo_focuskw_text_input','mac'),(12422,2215,'_yoast_wpseo_focuskw','mac'),(12423,2215,'_yoast_wpseo_metadesc','London\'s favourite Scottish restaurant Mac & Wild will be celebrating the start of the glorious grouse season by serving up a variety of grouse dishes.'),(12424,2215,'_yoast_wpseo_linkdex','73'),(12425,2215,'_yoast_wpseo_content_score','30'),(12426,2215,'_yoast_wpseo_primary_category','3'),(12427,2215,'xyz_fbap','1'),(12431,2215,'_wpas_done_all','1'),(12434,2215,'_wpas_skip_20130109','1'),(12435,2221,'_edit_last','1'),(12436,2221,'_edit_lock','1533824855:1'),(12437,2222,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-15.21.47.png'),(12438,2223,'_wp_attached_file','2018/08/Screen-Shot-2018-08-09-at-15.21.47-1.png'),(12439,2223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:528;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-09-at-15.21.47-1.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-15.21.47-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-696x465.png\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-629x420.png\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-15.21.47-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-791x516.png\";s:5:\"width\";i:791;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-09-at-15.21.47-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-09-at-15.21.47-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12440,2221,'_thumbnail_id','2223'),(12441,2221,'slide_template','default'),(12442,2221,'_bunyad_featured_post','1'),(12443,2221,'_bunyad_cat_label','0'),(12444,2221,'_bunyad_featured_disable','0'),(12445,2221,'_bunyad_reviews','0'),(12446,2221,'_bunyad_review_pos','none'),(12447,2221,'_bunyad_review_type','points'),(12448,2221,'_bunyad_review_verdict','Awesome'),(12449,2221,'_yoast_wpseo_focuskw_text_input','food'),(12450,2221,'_yoast_wpseo_focuskw','food'),(12451,2221,'_yoast_wpseo_title','ARYZTA Offers a True Taste of the Middle East with New Savouries'),(12452,2221,'_yoast_wpseo_metadesc','ARYZTA Food Solutions has added two new Middle Eastern-inspired savouries to its growing range of innovative frozen bakery.'),(12453,2221,'_yoast_wpseo_linkdex','79'),(12454,2221,'_yoast_wpseo_content_score','30'),(12455,2221,'_yoast_wpseo_primary_category','3'),(12456,2221,'xyz_fbap','1'),(12460,2221,'_wpas_done_all','1'),(12463,2226,'_edit_last','1'),(12464,2226,'slide_template','default'),(12465,2226,'_bunyad_featured_post','1'),(12466,2226,'_bunyad_cat_label','0'),(12467,2226,'_bunyad_featured_disable','0'),(12468,2226,'_bunyad_reviews','0'),(12469,2226,'_bunyad_review_pos','none'),(12470,2226,'_bunyad_review_type','points'),(12471,2226,'_bunyad_review_verdict','Awesome'),(12472,2226,'_yoast_wpseo_title','UKHospitality calls on Government to push ahead with tax on digital businesses'),(12473,2226,'_yoast_wpseo_content_score','30'),(12474,2226,'_yoast_wpseo_primary_category','8'),(12475,2226,'_edit_lock','1534145272:1'),(12476,2226,'_thumbnail_id','1243'),(12477,2226,'sharing_disabled','1'),(12478,2226,'_yoast_wpseo_focuskw_text_input','ukhospitality'),(12479,2226,'_yoast_wpseo_focuskw','ukhospitality'),(12480,2226,'_yoast_wpseo_metadesc','UKHospitality has welcomed the Chancellor’s reference to the introduction of a tax for digital businesses.'),(12481,2226,'_yoast_wpseo_linkdex','56'),(12482,2226,'xyz_fbap','1'),(12486,2226,'_wpas_done_all','1'),(12487,2228,'_edit_last','1'),(12488,2228,'_edit_lock','1534146882:1'),(12489,2229,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-08.30.49.png'),(12490,2229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-08.30.49.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-08.30.49-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-08.30.49-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x261.png\";s:5:\"width\";i:495;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x462.png\";s:5:\"width\";i:495;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x385.png\";s:5:\"width\";i:495;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x486.png\";s:5:\"width\";i:495;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x580.png\";s:5:\"width\";i:495;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-339x420.png\";s:5:\"width\";i:339;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-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:46:\"Screen-Shot-2018-08-13-at-08.30.49-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-08.30.49-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x516.png\";s:5:\"width\";i:495;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x336.png\";s:5:\"width\";i:495;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x336.png\";s:5:\"width\";i:495;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x386.png\";s:5:\"width\";i:495;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x460.png\";s:5:\"width\";i:495;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-08.30.49-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-495x336.png\";s:5:\"width\";i:495;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.30.49-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12491,2228,'_thumbnail_id','2229'),(12492,2228,'slide_template','default'),(12493,2228,'_bunyad_featured_post','0'),(12494,2228,'_bunyad_cat_label','0'),(12495,2228,'_bunyad_featured_disable','0'),(12496,2228,'_bunyad_reviews','0'),(12497,2228,'_bunyad_review_pos','none'),(12498,2228,'_bunyad_review_type','points'),(12499,2228,'_bunyad_review_verdict','Awesome'),(12500,2228,'_yoast_wpseo_focuskw_text_input','crisp'),(12501,2228,'_yoast_wpseo_focuskw','crisp'),(12502,2228,'_yoast_wpseo_metadesc','Pipers are delighted to announce that five of their crisp flavours been honoured at the recent Great Taste awards for 2018.'),(12503,2228,'_yoast_wpseo_linkdex','77'),(12504,2228,'_yoast_wpseo_content_score','30'),(12505,2228,'_yoast_wpseo_primary_category','6'),(12506,2228,'xyz_fbap','1'),(12510,2228,'_wpas_done_all','1'),(12513,2228,'_wpas_skip_20130109','1'),(12520,2231,'_edit_last','1'),(12521,2231,'_edit_lock','1534149112:1'),(12522,2232,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-08.59.30.png'),(12523,2233,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-08.59.30-1.png'),(12524,2233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1026;s:6:\"height\";i:611;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-13-at-08.59.30-1.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-768x457.png\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-08.59.30-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-696x414.png\";s:5:\"width\";i:696;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-08-13-at-08.59.30-1-1026x580.png\";s:5:\"width\";i:1026;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-705x420.png\";s:5:\"width\";i:705;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-08-13-at-08.59.30-1-1024x610.png\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-08.59.30-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-08-13-at-08.59.30-1-1026x516.png\";s:5:\"width\";i:1026;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-08.59.30-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-08.59.30-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12525,2231,'_thumbnail_id','2233'),(12526,2231,'slide_template','default'),(12527,2231,'_bunyad_featured_post','1'),(12528,2231,'_bunyad_cat_label','0'),(12529,2231,'_bunyad_featured_disable','0'),(12530,2231,'_bunyad_reviews','0'),(12531,2231,'_bunyad_review_pos','none'),(12532,2231,'_bunyad_review_type','points'),(12533,2231,'_bunyad_review_verdict','Awesome'),(12534,2231,'_yoast_wpseo_focuskw_text_input','drinkware'),(12535,2231,'_yoast_wpseo_focuskw','drinkware'),(12536,2231,'_yoast_wpseo_metadesc','The demand for funky Tiki drinkware is hotting up, Artis, has announced the addition to its Tiki selection of three exciting new pieces.'),(12537,2231,'_yoast_wpseo_linkdex','61'),(12538,2231,'_yoast_wpseo_content_score','30'),(12539,2231,'_yoast_wpseo_primary_category','31'),(12540,2231,'xyz_fbap','1'),(12544,2231,'_wpas_done_all','1'),(12547,2231,'_wpas_skip_20130109','1'),(12548,2237,'_edit_last','1'),(12549,2237,'_edit_lock','1534149883:1'),(12550,2238,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-09.33.14.png'),(12551,2239,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-09.33.30.png'),(12552,2239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:621;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-09.33.30.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-768x542.png\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-09.33.30-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.33.30-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-696x491.png\";s:5:\"width\";i:696;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-880x580.png\";s:5:\"width\";i:880;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-595x420.png\";s:5:\"width\";i:595;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-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:46:\"Screen-Shot-2018-08-13-at-09.33.30-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.33.30-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-880x516.png\";s:5:\"width\";i:880;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.33.30-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12553,2240,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-09.33.14-1.png'),(12554,2240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:514;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-13-at-09.33.14-1.png\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-09.33.14-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x360.png\";s:5:\"width\";i:403;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x261.png\";s:5:\"width\";i:403;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x462.png\";s:5:\"width\";i:403;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x385.png\";s:5:\"width\";i:403;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x486.png\";s:5:\"width\";i:403;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-329x420.png\";s:5:\"width\";i:329;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-09.33.14-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x336.png\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x336.png\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x386.png\";s:5:\"width\";i:403;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x460.png\";s:5:\"width\";i:403;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x240.png\";s:5:\"width\";i:403;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-09.33.14-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-403x336.png\";s:5:\"width\";i:403;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-13-at-09.33.14-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12555,2237,'_thumbnail_id','2239'),(12556,2237,'slide_template','default'),(12557,2237,'_bunyad_featured_post','1'),(12558,2237,'_bunyad_cat_label','0'),(12559,2237,'_bunyad_featured_disable','0'),(12560,2237,'_bunyad_reviews','0'),(12561,2237,'_bunyad_review_pos','none'),(12562,2237,'_bunyad_review_type','points'),(12563,2237,'_bunyad_review_verdict','Awesome'),(12564,2237,'_yoast_wpseo_focuskw_text_input','Brakes'),(12565,2237,'_yoast_wpseo_focuskw','Brakes'),(12566,2237,'_yoast_wpseo_title','Brakes becomes first foodservice wholesaler to join Wrap\'s Plastic Pact'),(12567,2237,'_yoast_wpseo_metadesc','Brakes, the UK’s leading foodservice wholesaler, has become the first foodservice wholesaler to sign up to WRAP’s UK Plastics Pact.'),(12568,2237,'_yoast_wpseo_linkdex','74'),(12569,2237,'_yoast_wpseo_content_score','30'),(12570,2237,'_yoast_wpseo_primary_category','8'),(12571,2237,'xyz_fbap','1'),(12575,2237,'_wpas_done_all','1'),(12578,2237,'_wpas_skip_20130109','1'),(12579,2242,'_edit_last','1'),(12580,2242,'_edit_lock','1534150945:1'),(12581,2243,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-09.46.44.png'),(12582,2243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:405;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-09.46.44.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-09.46.44-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.46.44-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x360.png\";s:5:\"width\";i:405;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x261.png\";s:5:\"width\";i:405;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x462.png\";s:5:\"width\";i:405;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x385.png\";s:5:\"width\";i:405;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x486.png\";s:5:\"width\";i:405;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x580.png\";s:5:\"width\";i:405;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-276x420.png\";s:5:\"width\";i:276;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-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:46:\"Screen-Shot-2018-08-13-at-09.46.44-197x300.png\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.46.44-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x516.png\";s:5:\"width\";i:405;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x336.png\";s:5:\"width\";i:405;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x336.png\";s:5:\"width\";i:405;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x386.png\";s:5:\"width\";i:405;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x460.png\";s:5:\"width\";i:405;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x240.png\";s:5:\"width\";i:405;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.46.44-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-405x336.png\";s:5:\"width\";i:405;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.46.44-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12583,2242,'_thumbnail_id','2243'),(12584,2242,'slide_template','default'),(12585,2242,'_bunyad_featured_post','0'),(12586,2242,'_bunyad_cat_label','0'),(12587,2242,'_bunyad_featured_disable','0'),(12588,2242,'_bunyad_reviews','0'),(12589,2242,'_bunyad_review_pos','none'),(12590,2242,'_bunyad_review_type','points'),(12591,2242,'_bunyad_review_verdict','Awesome'),(12592,2242,'_yoast_wpseo_focuskw_text_input','tableware'),(12593,2242,'_yoast_wpseo_focuskw','tableware'),(12594,2242,'_yoast_wpseo_metadesc','The three current tableware trends: big, beautiful and eco-friendly. Big is all about tableware designers adding larger plates to their ranges.'),(12595,2242,'_yoast_wpseo_linkdex','78'),(12596,2242,'_yoast_wpseo_content_score','30'),(12597,2242,'_yoast_wpseo_primary_category','31'),(12598,2242,'xyz_fbap','1'),(12602,2242,'_wpas_done_all','1'),(12605,2242,'_wpas_skip_20130109','1'),(12608,2245,'_edit_last','1'),(12609,2245,'_edit_lock','1534155450:1'),(12610,2245,'_thumbnail_id','1243'),(12611,2245,'xyz_fbap','1'),(12615,2245,'slide_template','default'),(12616,2245,'_bunyad_featured_post','0'),(12617,2245,'_bunyad_cat_label','0'),(12618,2245,'_bunyad_featured_disable','0'),(12619,2245,'_bunyad_reviews','0'),(12620,2245,'_bunyad_review_pos','none'),(12621,2245,'_bunyad_review_type','points'),(12622,2245,'_bunyad_review_verdict','Awesome'),(12623,2245,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(12624,2245,'_yoast_wpseo_focuskw','UKHospitality'),(12625,2245,'_yoast_wpseo_metadesc','UKHospitality has endorsed the CBI’s report into the UK’s future immigration policy. The report, makes a number of recommendations to the Government.'),(12626,2245,'_yoast_wpseo_linkdex','61'),(12627,2245,'_yoast_wpseo_content_score','30'),(12628,2245,'_yoast_wpseo_primary_category','8'),(12629,2245,'_wpas_done_all','1'),(12632,2245,'_wpas_skip_20130109','1'),(12642,2251,'_edit_last','1'),(12643,2251,'_edit_lock','1534156791:1'),(12644,2252,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-11.19.27.png'),(12645,2252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:887;s:6:\"height\";i:712;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-11.19.27.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-768x616.png\";s:5:\"width\";i:768;s:6:\"height\";i:616;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-11.19.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-11.19.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-696x559.png\";s:5:\"width\";i:696;s:6:\"height\";i:559;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-887x580.png\";s:5:\"width\";i:887;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-523x420.png\";s:5:\"width\";i:523;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-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:46:\"Screen-Shot-2018-08-13-at-11.19.27-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-11.19.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-887x516.png\";s:5:\"width\";i:887;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-11.19.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.19.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12646,2251,'_thumbnail_id','2252'),(12647,2251,'slide_template','default'),(12648,2251,'_bunyad_featured_post','1'),(12649,2251,'_bunyad_cat_label','0'),(12650,2251,'_bunyad_featured_disable','0'),(12651,2251,'_bunyad_reviews','0'),(12652,2251,'_bunyad_review_pos','none'),(12653,2251,'_bunyad_review_type','points'),(12654,2251,'_bunyad_review_verdict','Awesome'),(12655,2251,'_yoast_wpseo_focuskw_text_input','Foodservice'),(12656,2251,'_yoast_wpseo_focuskw','Foodservice'),(12657,2251,'_yoast_wpseo_metadesc','BIM (Building Information Modelling) has become a critical issue for foodservice equipment suppliers, specifiers, designers and consultants.'),(12658,2251,'_yoast_wpseo_linkdex','82'),(12659,2251,'_yoast_wpseo_content_score','30'),(12660,2251,'_yoast_wpseo_primary_category','32'),(12661,2251,'xyz_fbap','1'),(12665,2251,'_wpas_done_all','1'),(12668,2251,'_wpas_skip_20130109','1'),(12669,2254,'_edit_last','1'),(12670,2254,'_edit_lock','1534157123:1'),(12671,2255,'_wp_attached_file','2018/08/Screen-Shot-2018-08-13-at-11.41.20.png'),(12672,2255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:361;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-11.41.20.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-11.41.20-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-11.41.20-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-324x361.png\";s:5:\"width\";i:324;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-356x361.png\";s:5:\"width\";i:356;s:6:\"height\";i:361;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-408x360.png\";s:5:\"width\";i:408;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-408x261.png\";s:5:\"width\";i:408;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-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:46:\"Screen-Shot-2018-08-13-at-11.41.20-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-11.41.20-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-408x240.png\";s:5:\"width\";i:408;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-11.41.20-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-11.41.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12673,2254,'_thumbnail_id','2255'),(12674,2254,'slide_template','default'),(12675,2254,'_bunyad_featured_post','0'),(12676,2254,'_bunyad_cat_label','0'),(12677,2254,'_bunyad_featured_disable','0'),(12678,2254,'_bunyad_reviews','0'),(12679,2254,'_bunyad_review_pos','none'),(12680,2254,'_bunyad_review_type','points'),(12681,2254,'_bunyad_review_verdict','Awesome'),(12682,2254,'_yoast_wpseo_focuskw_text_input','British lion eggs'),(12683,2254,'_yoast_wpseo_focuskw','British lion eggs'),(12684,2254,'_yoast_wpseo_metadesc','The British Egg Industry Council has welcomed the news that the victims of a salmonella outbreak in the UK linked to German eggs will be awarded £275,000.'),(12685,2254,'_yoast_wpseo_linkdex','57'),(12686,2254,'_yoast_wpseo_content_score','30'),(12687,2254,'_yoast_wpseo_primary_category','8'),(12688,2254,'xyz_fbap','1'),(12692,2254,'_wpas_done_all','1'),(12693,2258,'_edit_last','1'),(12694,2258,'_edit_lock','1534320436:1'),(12695,2259,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-08.18.22.png'),(12696,2259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:928;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-08.18.22.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-08.18.22-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.18.22-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-696x458.png\";s:5:\"width\";i:696;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-928x580.png\";s:5:\"width\";i:928;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-638x420.png\";s:5:\"width\";i:638;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-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:46:\"Screen-Shot-2018-08-15-at-08.18.22-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.18.22-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-928x516.png\";s:5:\"width\";i:928;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.18.22-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12697,2258,'_thumbnail_id','2263'),(12698,2258,'xyz_fbap','1'),(12702,2258,'slide_template','default'),(12703,2258,'_bunyad_featured_post','1'),(12704,2258,'_bunyad_cat_label','0'),(12705,2258,'_bunyad_featured_disable','0'),(12706,2258,'_bunyad_reviews','0'),(12707,2258,'_bunyad_review_pos','none'),(12708,2258,'_bunyad_review_type','points'),(12709,2258,'_bunyad_review_verdict','Awesome'),(12710,2258,'_yoast_wpseo_focuskw_text_input','WMF'),(12711,2258,'_yoast_wpseo_focuskw','WMF'),(12712,2258,'_yoast_wpseo_metadesc','WMF, the coffee machine provider, has launched its latest innovative offer; the 1500 S+. With the nation becoming more coffee conscious.'),(12713,2258,'_yoast_wpseo_linkdex','70'),(12714,2258,'_yoast_wpseo_content_score','30'),(12715,2258,'_yoast_wpseo_primary_category','32'),(12716,2258,'_wpas_done_all','1'),(12717,2261,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-08.31.35.png'),(12718,2261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:561;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-08.31.35.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-768x462.png\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-08.31.35-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.31.35-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-696x419.png\";s:5:\"width\";i:696;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-698x420.png\";s:5:\"width\";i:698;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-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:46:\"Screen-Shot-2018-08-15-at-08.31.35-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.31.35-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-932x516.png\";s:5:\"width\";i:932;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.31.35-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.31.35-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12721,2258,'_wpas_skip_20130109','1'),(12722,2263,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-08.18.08.png'),(12723,2263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:610;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-08.18.08.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-08.18.08-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.18.08-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-696x458.png\";s:5:\"width\";i:696;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-927x580.png\";s:5:\"width\";i:927;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-638x420.png\";s:5:\"width\";i:638;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-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:46:\"Screen-Shot-2018-08-15-at-08.18.08-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.18.08-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-927x516.png\";s:5:\"width\";i:927;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.18.08-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.18.08-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12728,2265,'_edit_last','1'),(12729,2265,'_edit_lock','1534320050:1'),(12730,2266,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-08.57.51.png'),(12731,2266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:766;s:6:\"height\";i:509;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-08.57.51.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-08.57.51-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.57.51-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-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:46:\"Screen-Shot-2018-08-15-at-08.57.51-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.57.51-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-08.57.51-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-08.57.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12732,2265,'_thumbnail_id','2266'),(12733,2265,'slide_template','default'),(12734,2265,'_bunyad_featured_post','1'),(12735,2265,'_bunyad_cat_label','0'),(12736,2265,'_bunyad_featured_disable','0'),(12737,2265,'_bunyad_reviews','0'),(12738,2265,'_bunyad_review_pos','none'),(12739,2265,'_bunyad_review_type','points'),(12740,2265,'_bunyad_review_verdict','Awesome'),(12741,2265,'_yoast_wpseo_focuskw_text_input','spirits'),(12742,2265,'_yoast_wpseo_focuskw','spirits'),(12743,2265,'_yoast_wpseo_metadesc','With the ‘Ginaisannce’ in full swing, craft, boutique and botanical based spirits are now common place and in high demand across all establishments.'),(12744,2265,'_yoast_wpseo_linkdex','64'),(12745,2265,'_yoast_wpseo_content_score','30'),(12746,2265,'_yoast_wpseo_primary_category','2'),(12747,2265,'xyz_fbap','1'),(12751,2265,'_wpas_done_all','1'),(12752,2268,'_edit_last','1'),(12753,2268,'_edit_lock','1534321679:1'),(12754,2268,'slide_template','default'),(12755,2268,'_bunyad_featured_post','0'),(12756,2268,'_bunyad_cat_label','0'),(12757,2268,'_bunyad_featured_disable','0'),(12758,2268,'_bunyad_reviews','0'),(12759,2268,'_bunyad_review_pos','none'),(12760,2268,'_bunyad_review_type','points'),(12761,2268,'_bunyad_review_verdict','Awesome'),(12762,2268,'_yoast_wpseo_content_score','30'),(12763,2268,'_yoast_wpseo_primary_category','2'),(12766,2271,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-09.02.09.png'),(12767,2271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:622;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-09.02.09.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-09.02.09-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.02.09-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x261.png\";s:5:\"width\";i:489;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x462.png\";s:5:\"width\";i:489;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x385.png\";s:5:\"width\";i:489;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x486.png\";s:5:\"width\";i:489;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x580.png\";s:5:\"width\";i:489;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-330x420.png\";s:5:\"width\";i:330;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-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:46:\"Screen-Shot-2018-08-15-at-09.02.09-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.02.09-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x516.png\";s:5:\"width\";i:489;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x336.png\";s:5:\"width\";i:489;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x336.png\";s:5:\"width\";i:489;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x386.png\";s:5:\"width\";i:489;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x460.png\";s:5:\"width\";i:489;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.02.09-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-489x336.png\";s:5:\"width\";i:489;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.02.09-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12768,2268,'_thumbnail_id','2271'),(12769,2268,'_yoast_wpseo_focuskw_text_input','pineapple'),(12770,2268,'_yoast_wpseo_focuskw','pineapple'),(12771,2268,'_yoast_wpseo_metadesc','Noticing a gap in the market for a high-quality pineapple liqueur, Giffard released Giffard Caribbean Pineapple in June 2017.'),(12772,2268,'_yoast_wpseo_linkdex','79'),(12773,2268,'xyz_fbap','1'),(12777,2268,'_wpas_done_all','1'),(12780,2268,'_wpas_skip_20130109','1'),(12781,2273,'_edit_last','1'),(12782,2273,'_edit_lock','1534322058:1'),(12783,2273,'_thumbnail_id','1243'),(12784,2273,'xyz_fbap','1'),(12788,2273,'slide_template','default'),(12789,2273,'_bunyad_featured_post','1'),(12790,2273,'_bunyad_cat_label','0'),(12791,2273,'_bunyad_featured_disable','0'),(12792,2273,'_bunyad_reviews','0'),(12793,2273,'_bunyad_review_pos','none'),(12794,2273,'_bunyad_review_type','points'),(12795,2273,'_bunyad_review_verdict','Awesome'),(12796,2273,'_yoast_wpseo_focuskw_text_input','UKhospitality'),(12797,2273,'_yoast_wpseo_focuskw','UKhospitality'),(12798,2273,'_yoast_wpseo_metadesc','UKHospitality called on the Scottish Government to scrap the requirement for renewing personal licences, bringing the process in line with England and Wales'),(12799,2273,'_yoast_wpseo_linkdex','56'),(12800,2273,'_yoast_wpseo_content_score','30'),(12801,2273,'_yoast_wpseo_primary_category','8'),(12802,2273,'_wpas_done_all','1'),(12805,2275,'_edit_last','1'),(12806,2275,'_edit_lock','1534322565:1'),(12807,2275,'slide_template','default'),(12808,2275,'_bunyad_featured_post','1'),(12809,2275,'_bunyad_cat_label','0'),(12810,2275,'_bunyad_featured_disable','0'),(12811,2275,'_bunyad_reviews','0'),(12812,2275,'_bunyad_review_pos','none'),(12813,2275,'_bunyad_review_type','points'),(12814,2275,'_bunyad_review_verdict','Awesome'),(12815,2275,'_yoast_wpseo_focuskw_text_input','glassware'),(12816,2275,'_yoast_wpseo_focuskw','glassware'),(12817,2275,'_yoast_wpseo_metadesc','The right glassware goes a long way and sets the tone perfectly about the sort of establishment you are – not everyone has enough space.'),(12818,2275,'_yoast_wpseo_linkdex','78'),(12819,2275,'_yoast_wpseo_content_score','30'),(12820,2275,'_yoast_wpseo_primary_category','31'),(12821,2277,'_edit_last','1'),(12822,2277,'_edit_lock','1534323207:1'),(12823,2278,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-09.50.42.png'),(12824,2278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1279;s:6:\"height\";i:594;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-09.50.42.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-768x357.png\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-09.50.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.50.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-696x323.png\";s:5:\"width\";i:696;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.50.42-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.50.42-1068x496.png\";s:5:\"width\";i:1068;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-904x420.png\";s:5:\"width\";i:904;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-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:46:\"Screen-Shot-2018-08-15-at-09.50.42-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.50.42-1024x476.png\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.50.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.50.42-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.50.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.50.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12825,2277,'_thumbnail_id','2278'),(12826,2277,'xyz_fbap','1'),(12830,2277,'slide_template','default'),(12831,2277,'_bunyad_featured_post','1'),(12832,2277,'_bunyad_cat_label','0'),(12833,2277,'_bunyad_featured_disable','0'),(12834,2277,'_bunyad_reviews','0'),(12835,2277,'_bunyad_review_pos','none'),(12836,2277,'_bunyad_review_type','points'),(12837,2277,'_bunyad_review_verdict','Awesome'),(12838,2277,'_yoast_wpseo_focuskw_text_input','foodservice'),(12839,2277,'_yoast_wpseo_focuskw','foodservice'),(12840,2277,'_yoast_wpseo_metadesc','Foodservice Equipment Marketing Ltd (FEM) has strengthened its marketing team with the promotion of Stacey Archibald to product marketing manager.'),(12841,2277,'_yoast_wpseo_linkdex','71'),(12842,2277,'_yoast_wpseo_content_score','30'),(12843,2277,'_yoast_wpseo_primary_category','8'),(12844,2277,'_wpas_done_all','1'),(12845,2280,'_edit_last','1'),(12846,2280,'_edit_lock','1534324707:1'),(12847,2281,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-09.57.42.png'),(12848,2281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:454;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-09.57.42.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-768x281.png\";s:5:\"width\";i:768;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-09.57.42-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.57.42-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-534x454.png\";s:5:\"width\";i:534;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-696x255.png\";s:5:\"width\";i:696;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-741x454.png\";s:5:\"width\";i:741;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.57.42-1068x454.png\";s:5:\"width\";i:1068;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.57.42-1068x391.png\";s:5:\"width\";i:1068;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.57.42-1147x420.png\";s:5:\"width\";i:1147;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-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:46:\"Screen-Shot-2018-08-15-at-09.57.42-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.57.42-1024x375.png\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.57.42-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-15-at-09.57.42-1078x454.png\";s:5:\"width\";i:1078;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-600x454.png\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-09.57.42-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-09.57.42-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12849,2280,'_thumbnail_id','2281'),(12850,2280,'xyz_fbap','1'),(12854,2280,'slide_template','default'),(12855,2280,'_bunyad_featured_post','1'),(12856,2280,'_bunyad_cat_label','0'),(12857,2280,'_bunyad_featured_disable','0'),(12858,2280,'_bunyad_reviews','0'),(12859,2280,'_bunyad_review_pos','none'),(12860,2280,'_bunyad_review_type','points'),(12861,2280,'_bunyad_review_verdict','Awesome'),(12862,2280,'_yoast_wpseo_focuskw_text_input','Maltsmiths'),(12863,2280,'_yoast_wpseo_focuskw','Maltsmiths'),(12864,2280,'_yoast_wpseo_title','Maltsmiths launches \'When you love what you do\' tv ad'),(12865,2280,'_yoast_wpseo_metadesc','Highlighting Maltsmiths love for what they do, the 30 second spot ‘When You Love What You Do’ aims to invite people into the craft beer category.'),(12866,2280,'_yoast_wpseo_linkdex','84'),(12867,2280,'_yoast_wpseo_content_score','30'),(12868,2280,'_yoast_wpseo_primary_category','2'),(12869,2280,'_wpas_done_all','1'),(12872,2280,'_wpas_skip_20130109','1'),(12875,2284,'_edit_last','1'),(12876,2284,'_edit_lock','1534328551:1'),(12877,2285,'_wp_attached_file','2018/08/Screen-Shot-2018-08-15-at-10.10.57.png'),(12878,2285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:887;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-15-at-10.10.57.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-768x536.png\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-15-at-10.10.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-10.10.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-696x486.png\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-887x580.png\";s:5:\"width\";i:887;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-602x420.png\";s:5:\"width\";i:602;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-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:46:\"Screen-Shot-2018-08-15-at-10.10.57-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-10.10.57-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-887x516.png\";s:5:\"width\";i:887;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-15-at-10.10.57-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-15-at-10.10.57-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12879,2284,'_thumbnail_id','2285'),(12880,2284,'slide_template','default'),(12881,2284,'_bunyad_featured_post','1'),(12882,2284,'_bunyad_cat_label','0'),(12883,2284,'_bunyad_featured_disable','0'),(12884,2284,'_bunyad_reviews','0'),(12885,2284,'_bunyad_review_pos','none'),(12886,2284,'_bunyad_review_type','points'),(12887,2284,'_bunyad_review_verdict','Awesome'),(12888,2284,'_yoast_wpseo_focuskw_text_input','football'),(12889,2284,'_yoast_wpseo_focuskw','football'),(12890,2284,'_yoast_wpseo_metadesc','After an incredible summer of football, the much-anticipated Premier League season returned on Friday 10th August with some quality football.'),(12891,2284,'_yoast_wpseo_linkdex','74'),(12892,2284,'_yoast_wpseo_content_score','30'),(12893,2284,'_yoast_wpseo_primary_category','28'),(12894,2284,'xyz_fbap','1'),(12898,2284,'_wpas_done_all','1'),(12901,2284,'_wpas_skip_20130109','1'),(12904,2284,'_wp_old_slug','sport-season-preview'),(12907,2290,'_edit_last','1'),(12908,2290,'_edit_lock','1534490904:1'),(12909,2291,'_edit_last','1'),(12910,2291,'_edit_lock','1534489700:1'),(12911,2291,'_thumbnail_id','1243'),(12912,2291,'xyz_fbap','1'),(12916,2291,'slide_template','default'),(12917,2291,'_bunyad_featured_post','1'),(12918,2291,'_bunyad_cat_label','0'),(12919,2291,'_bunyad_featured_disable','0'),(12920,2291,'_bunyad_reviews','0'),(12921,2291,'_bunyad_review_pos','none'),(12922,2291,'_bunyad_review_type','points'),(12923,2291,'_bunyad_review_verdict','Awesome'),(12924,2291,'_yoast_wpseo_focuskw_text_input','hospitality'),(12925,2291,'_yoast_wpseo_focuskw','hospitality'),(12926,2291,'_yoast_wpseo_title','Hold tight, tickets for the UKHospitality Christmas Lunch are on sale'),(12927,2291,'_yoast_wpseo_metadesc','Tickets are now on sale for this year’s UKHospitality Christmas Lunch to all members, with the early-bird special for operator members closing next week.'),(12928,2291,'_yoast_wpseo_linkdex','44'),(12929,2291,'_yoast_wpseo_content_score','30'),(12930,2291,'_yoast_wpseo_primary_category','8'),(12931,2291,'_wpas_done_all','1'),(12932,2293,'_wp_attached_file','2018/08/Screen-Shot-2018-08-17-at-08.10.33.png'),(12933,2293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:904;s:6:\"height\";i:605;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-17-at-08.10.33.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-768x514.png\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-17-at-08.10.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-08.10.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-696x466.png\";s:5:\"width\";i:696;s:6:\"height\";i:466;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-904x580.png\";s:5:\"width\";i:904;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-628x420.png\";s:5:\"width\";i:628;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-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:46:\"Screen-Shot-2018-08-17-at-08.10.33-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-08.10.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-904x516.png\";s:5:\"width\";i:904;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-08.10.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.10.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12934,2290,'_thumbnail_id','2293'),(12935,2290,'xyz_fbap','1'),(12939,2290,'slide_template','default'),(12940,2290,'_bunyad_featured_post','1'),(12941,2290,'_bunyad_cat_label','0'),(12942,2290,'_bunyad_featured_disable','0'),(12943,2290,'_bunyad_reviews','0'),(12944,2290,'_bunyad_review_pos','none'),(12945,2290,'_bunyad_review_type','points'),(12946,2290,'_bunyad_review_verdict','Awesome'),(12947,2290,'_yoast_wpseo_focuskw_text_input','exploration'),(12948,2290,'_yoast_wpseo_focuskw','exploration'),(12949,2290,'_yoast_wpseo_title','Apply for the chance to go around the world in 80 days with Mr Fogg\'s'),(12950,2290,'_yoast_wpseo_metadesc','Mr Fogg\'s Society of Exploration, they will send one successful candidate and their travelling companion of choice Around the World in 80 Days.'),(12951,2290,'_yoast_wpseo_linkdex','75'),(12952,2290,'_yoast_wpseo_content_score','30'),(12953,2290,'_wp_old_date','2018-08-15'),(12954,2290,'_yoast_wpseo_primary_category',''),(12955,2290,'_wpas_done_all','1'),(12956,2295,'_edit_last','1'),(12957,2295,'_edit_lock','1534494178:1'),(12958,2296,'_wp_attached_file','2018/08/bgobw-logo.png'),(12959,2296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:339;s:4:\"file\";s:22:\"2018/08/bgobw-logo.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"bgobw-logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"bgobw-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-324x339.png\";s:5:\"width\";i:324;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-356x339.png\";s:5:\"width\";i:356;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-485x339.png\";s:5:\"width\";i:485;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-534x339.png\";s:5:\"width\";i:534;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bgobw-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:22:\"bgobw-logo-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"bgobw-logo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-536x339.png\";s:5:\"width\";i:536;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"bgobw-logo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"bgobw-logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12960,2297,'_wp_attached_file','2018/08/Screen-Shot-2018-08-17-at-08.46.52-e1534493592548.png'),(12961,2297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:508;s:6:\"height\";i:274;s:4:\"file\";s:61:\"2018/08/Screen-Shot-2018-08-17-at-08.46.52-e1534493592548.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-324x274.png\";s:5:\"width\";i:324;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-356x274.png\";s:5:\"width\";i:356;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-485x274.png\";s:5:\"width\";i:485;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-508x261.png\";s:5:\"width\";i:508;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-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:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-508x336.png\";s:5:\"width\";i:508;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-508x336.png\";s:5:\"width\";i:508;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-233x274.png\";s:5:\"width\";i:233;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-508x336.png\";s:5:\"width\";i:508;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2018-08-17-at-08.46.52-e1534493592548-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12962,2295,'_thumbnail_id','2299'),(12963,2295,'xyz_fbap','1'),(12967,2295,'slide_template','default'),(12968,2295,'_bunyad_featured_post','0'),(12969,2295,'_bunyad_cat_label','0'),(12970,2295,'_bunyad_featured_disable','0'),(12971,2295,'_bunyad_reviews','0'),(12972,2295,'_bunyad_review_pos','none'),(12973,2295,'_bunyad_review_type','points'),(12974,2295,'_bunyad_review_verdict','Awesome'),(12975,2295,'_yoast_wpseo_focuskw_text_input','awards'),(12976,2295,'_yoast_wpseo_focuskw','awards'),(12977,2295,'_yoast_wpseo_metadesc','Bloggers, broadcasters, photographers and others who communicate about beer and pubs are urged to enter the Guild of Beer Writers\' Annual Awards.'),(12978,2295,'_yoast_wpseo_linkdex','74'),(12979,2295,'_yoast_wpseo_content_score','30'),(12980,2295,'_yoast_wpseo_primary_category','6'),(12981,2295,'_wpas_done_all','1'),(12982,2297,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:508;s:6:\"height\";i:354;s:4:\"file\";s:38:\"Screen-Shot-2018-08-17-at-08.46.52.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-08.46.52-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-508x336.png\";s:5:\"width\";i:508;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-508x336.png\";s:5:\"width\";i:508;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-08.46.52-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-508x336.png\";s:5:\"width\";i:508;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-08.46.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}'),(12985,2295,'_wpas_skip_20130109','1'),(12990,2299,'_wp_attached_file','2018/08/Screen-Shot-2018-08-17-at-09.19.07.png'),(12991,2299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:268;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-17-at-09.19.07.png\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-17-at-09.19.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.19.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-324x268.png\";s:5:\"width\";i:324;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-356x268.png\";s:5:\"width\";i:356;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-485x268.png\";s:5:\"width\";i:485;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-498x261.png\";s:5:\"width\";i:498;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-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:46:\"Screen-Shot-2018-08-17-at-09.19.07-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.19.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-233x268.png\";s:5:\"width\";i:233;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.19.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.19.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12994,2300,'_edit_last','1'),(12995,2300,'_edit_lock','1534495475:1'),(12996,2301,'_wp_attached_file','2018/08/Screen-Shot-2018-08-17-at-09.24.25.png'),(12997,2301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:602;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-17-at-09.24.25.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-768x557.png\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-17-at-09.24.25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.24.25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-696x505.png\";s:5:\"width\";i:696;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-830x580.png\";s:5:\"width\";i:830;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-579x420.png\";s:5:\"width\";i:579;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-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:46:\"Screen-Shot-2018-08-17-at-09.24.25-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.24.25-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-830x516.png\";s:5:\"width\";i:830;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.24.25-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.24.25-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(12998,2300,'_thumbnail_id','2301'),(12999,2300,'slide_template','default'),(13000,2300,'_bunyad_featured_post','1'),(13001,2300,'_bunyad_cat_label','0'),(13002,2300,'_bunyad_featured_disable','0'),(13003,2300,'_bunyad_reviews','0'),(13004,2300,'_bunyad_review_pos','none'),(13005,2300,'_bunyad_review_type','points'),(13006,2300,'_bunyad_review_verdict','Awesome'),(13007,2300,'_yoast_wpseo_focuskw_text_input','glassware'),(13008,2300,'_yoast_wpseo_focuskw','glassware'),(13009,2300,'_yoast_wpseo_title','‘Kristaliano\' practical glassware that exudes vintage flair'),(13010,2300,'_yoast_wpseo_metadesc','Artis has introduced their new range of everyday glass tumblers that are just perfect for bars and casual dining establishments.'),(13011,2300,'_yoast_wpseo_linkdex','58'),(13012,2300,'_yoast_wpseo_content_score','30'),(13013,2300,'_yoast_wpseo_primary_category','31'),(13014,2300,'xyz_fbap','1'),(13018,2300,'_wpas_done_all','1'),(13021,2300,'_wpas_skip_20130109','1'),(13022,2303,'_edit_last','1'),(13023,2303,'_edit_lock','1534496561:1'),(13024,2304,'_wp_attached_file','2018/08/Screen-Shot-2018-08-17-at-09.46.27.png'),(13025,2304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-17-at-09.46.27.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-17-at-09.46.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.46.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x360.png\";s:5:\"width\";i:408;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x261.png\";s:5:\"width\";i:408;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x462.png\";s:5:\"width\";i:408;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x385.png\";s:5:\"width\";i:408;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x486.png\";s:5:\"width\";i:408;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x580.png\";s:5:\"width\";i:408;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-275x420.png\";s:5:\"width\";i:275;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-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:46:\"Screen-Shot-2018-08-17-at-09.46.27-196x300.png\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.46.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x516.png\";s:5:\"width\";i:408;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x386.png\";s:5:\"width\";i:408;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x460.png\";s:5:\"width\";i:408;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x240.png\";s:5:\"width\";i:408;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-09.46.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-408x336.png\";s:5:\"width\";i:408;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-09.46.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13026,2303,'_thumbnail_id','2304'),(13027,2303,'slide_template','default'),(13028,2303,'_bunyad_featured_post','0'),(13029,2303,'_bunyad_cat_label','0'),(13030,2303,'_bunyad_featured_disable','0'),(13031,2303,'_bunyad_reviews','0'),(13032,2303,'_bunyad_review_pos','none'),(13033,2303,'_bunyad_review_type','points'),(13034,2303,'_bunyad_review_verdict','Awesome'),(13035,2303,'_yoast_wpseo_focuskw_text_input','draught'),(13036,2303,'_yoast_wpseo_focuskw','draught'),(13037,2303,'_yoast_wpseo_metadesc','Manchester-based importer Morgenrot has reinforced its world beer portfolio after the launch of Windhoek Draught from Namibia Breweries Ltd.'),(13038,2303,'_yoast_wpseo_linkdex','85'),(13039,2303,'_yoast_wpseo_content_score','30'),(13040,2303,'_yoast_wpseo_primary_category','2'),(13041,2303,'xyz_fbap','1'),(13045,2303,'_wpas_done_all','1'),(13046,2306,'_edit_last','1'),(13047,2306,'_edit_lock','1534749688:1'),(13048,2307,'_wp_attached_file','2018/08/Screen-Shot-2018-08-17-at-10.04.28.png'),(13049,2307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-17-at-10.04.28.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-17-at-10.04.28-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-10.04.28-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x360.png\";s:5:\"width\";i:416;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x261.png\";s:5:\"width\";i:416;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x462.png\";s:5:\"width\";i:416;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x385.png\";s:5:\"width\";i:416;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x486.png\";s:5:\"width\";i:416;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x580.png\";s:5:\"width\";i:416;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-282x420.png\";s:5:\"width\";i:282;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-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:46:\"Screen-Shot-2018-08-17-at-10.04.28-202x300.png\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-10.04.28-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x516.png\";s:5:\"width\";i:416;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x336.png\";s:5:\"width\";i:416;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x336.png\";s:5:\"width\";i:416;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x386.png\";s:5:\"width\";i:416;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x460.png\";s:5:\"width\";i:416;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x240.png\";s:5:\"width\";i:416;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-17-at-10.04.28-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-416x336.png\";s:5:\"width\";i:416;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-17-at-10.04.28-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13050,2306,'_thumbnail_id','2307'),(13051,2306,'slide_template','default'),(13052,2306,'_bunyad_featured_post','0'),(13053,2306,'_bunyad_cat_label','0'),(13054,2306,'_bunyad_featured_disable','0'),(13055,2306,'_bunyad_reviews','0'),(13056,2306,'_bunyad_review_pos','none'),(13057,2306,'_bunyad_review_type','points'),(13058,2306,'_bunyad_review_verdict','Awesome'),(13059,2306,'_yoast_wpseo_focuskw_text_input','sandwich'),(13060,2306,'_yoast_wpseo_focuskw','sandwich'),(13061,2306,'_yoast_wpseo_title','Cuban Sandwich Festival with a Little Help from French’s®'),(13062,2306,'_yoast_wpseo_metadesc','An innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish.'),(13063,2306,'_yoast_wpseo_linkdex','79'),(13064,2306,'_yoast_wpseo_content_score','30'),(13065,2306,'_yoast_wpseo_primary_category','6'),(13066,2306,'xyz_fbap','1'),(13070,2306,'_wpas_done_all','1'),(13073,2306,'_wpas_skip_20130109','1'),(13078,2312,'_edit_last','1'),(13079,2312,'slide_template','default'),(13080,2312,'_bunyad_featured_post','0'),(13081,2312,'_bunyad_cat_label','0'),(13082,2312,'_bunyad_featured_disable','0'),(13083,2312,'_bunyad_reviews','0'),(13084,2312,'_bunyad_review_pos','none'),(13085,2312,'_bunyad_review_type','points'),(13086,2312,'_bunyad_review_verdict','Awesome'),(13087,2312,'_yoast_wpseo_content_score','30'),(13088,2312,'_yoast_wpseo_primary_category','32'),(13089,2312,'_edit_lock','1534752435:1'),(13090,2314,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-09.00.31.png'),(13091,2314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:515;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-09.00.31.png\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-09.00.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.00.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x220.png\";s:5:\"width\";i:330;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x364.png\";s:5:\"width\";i:330;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x360.png\";s:5:\"width\";i:330;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x261.png\";s:5:\"width\";i:330;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x462.png\";s:5:\"width\";i:330;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x385.png\";s:5:\"width\";i:330;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x486.png\";s:5:\"width\";i:330;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-269x420.png\";s:5:\"width\";i:269;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-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:46:\"Screen-Shot-2018-08-20-at-09.00.31-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.00.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x336.png\";s:5:\"width\";i:330;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x336.png\";s:5:\"width\";i:330;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x185.png\";s:5:\"width\";i:330;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x185.png\";s:5:\"width\";i:330;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x215.png\";s:5:\"width\";i:330;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x386.png\";s:5:\"width\";i:330;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x460.png\";s:5:\"width\";i:330;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x240.png\";s:5:\"width\";i:330;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.00.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-330x336.png\";s:5:\"width\";i:330;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.00.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13092,2312,'_thumbnail_id','2314'),(13093,2312,'xyz_fbap','1'),(13097,2312,'_yoast_wpseo_focuskw_text_input','Hubbard'),(13098,2312,'_yoast_wpseo_focuskw','Hubbard'),(13099,2312,'_yoast_wpseo_title','Hubbard Systems’ latest undercounter dishwasher is fast and compact'),(13100,2312,'_yoast_wpseo_metadesc','Hubbard Systems has launched the HF45 undercounter dishwasher. Manufactured by Comenda, the new unit is part of the upscale Hi-Line range.'),(13101,2312,'_yoast_wpseo_linkdex','83'),(13102,2312,'_wpas_done_all','1'),(13103,2316,'_edit_last','1'),(13104,2316,'_edit_lock','1534753241:1'),(13105,2317,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-09.09.27.png'),(13106,2317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:775;s:6:\"height\";i:718;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-09.09.27.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-768x712.png\";s:5:\"width\";i:768;s:6:\"height\";i:712;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-09.09.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.09.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-696x645.png\";s:5:\"width\";i:696;s:6:\"height\";i:645;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-775x580.png\";s:5:\"width\";i:775;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-453x420.png\";s:5:\"width\";i:453;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-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:46:\"Screen-Shot-2018-08-20-at-09.09.27-300x278.png\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.09.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-775x516.png\";s:5:\"width\";i:775;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.09.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.09.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13107,2316,'_thumbnail_id','2317'),(13108,2316,'xyz_fbap','1'),(13112,2316,'slide_template','default'),(13113,2316,'_bunyad_featured_post','0'),(13114,2316,'_bunyad_cat_label','0'),(13115,2316,'_bunyad_featured_disable','0'),(13116,2316,'_bunyad_reviews','0'),(13117,2316,'_bunyad_review_pos','none'),(13118,2316,'_bunyad_review_type','points'),(13119,2316,'_bunyad_review_verdict','Awesome'),(13120,2316,'_yoast_wpseo_focuskw_text_input','Falcon'),(13121,2316,'_yoast_wpseo_focuskw','Falcon'),(13122,2316,'_yoast_wpseo_title','Falcon Foodservice appoints Ruby Hennessey as Customer Service Manager'),(13123,2316,'_yoast_wpseo_metadesc','Falcon Foodservice has appointed Ruby Hennessey as its new Customer Service Manager, leading the company’s customer service team.'),(13124,2316,'_yoast_wpseo_linkdex','79'),(13125,2316,'_yoast_wpseo_content_score','30'),(13126,2316,'_yoast_wpseo_primary_category','8'),(13127,2316,'_wpas_done_all','1'),(13128,2320,'_edit_last','1'),(13129,2320,'_edit_lock','1534760082:1'),(13130,2320,'_thumbnail_id','2324'),(13131,2320,'slide_template','default'),(13132,2320,'_bunyad_featured_post','0'),(13133,2320,'_bunyad_cat_label','0'),(13134,2320,'_bunyad_featured_disable','0'),(13135,2320,'_bunyad_reviews','0'),(13136,2320,'_bunyad_review_pos','none'),(13137,2320,'_bunyad_review_type','points'),(13138,2320,'_bunyad_review_verdict','Awesome'),(13139,2320,'_yoast_wpseo_focuskw_text_input','pubs'),(13140,2320,'_yoast_wpseo_focuskw','pubs'),(13141,2320,'_yoast_wpseo_metadesc','July’s heatwave was good news for Britain’s pubs – but heaped more pressure on the country’s restaurant chains to keep up with the demand.'),(13142,2320,'_yoast_wpseo_linkdex','80'),(13143,2320,'_yoast_wpseo_content_score','30'),(13144,2320,'_yoast_wpseo_primary_category','8'),(13145,2320,'xyz_fbap','1'),(13149,2320,'_wpas_done_all','1'),(13152,2320,'_wpas_skip_20130109','1'),(13155,2323,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-09.43.55.png'),(13156,2323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:444;s:6:\"height\";i:274;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-09.43.55.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-09.43.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.43.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-324x274.png\";s:5:\"width\";i:324;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-356x274.png\";s:5:\"width\";i:356;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-444x261.png\";s:5:\"width\";i:444;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-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:46:\"Screen-Shot-2018-08-20-at-09.43.55-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.43.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-233x274.png\";s:5:\"width\";i:233;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-444x240.png\";s:5:\"width\";i:444;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.43.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13159,2324,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-09.43.18.png'),(13160,2324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:687;s:6:\"height\";i:211;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-09.43.18.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-09.43.18-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.43.18-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-324x211.png\";s:5:\"width\";i:324;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-324x211.png\";s:5:\"width\";i:324;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-356x211.png\";s:5:\"width\";i:356;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-356x211.png\";s:5:\"width\";i:356;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-485x211.png\";s:5:\"width\";i:485;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-533x211.png\";s:5:\"width\";i:533;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-534x211.png\";s:5:\"width\";i:534;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-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:45:\"Screen-Shot-2018-08-20-at-09.43.18-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.43.18-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-343x211.png\";s:5:\"width\";i:343;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-233x211.png\";s:5:\"width\";i:233;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-536x211.png\";s:5:\"width\";i:536;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-600x211.png\";s:5:\"width\";i:600;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-474x211.png\";s:5:\"width\";i:474;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-235x211.png\";s:5:\"width\";i:235;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.43.18-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.43.18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13165,2322,'_edit_last','1'),(13166,2322,'_edit_lock','1534758566:1'),(13167,2326,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-09.57.01.png'),(13168,2326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:617;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-09.57.01.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-768x571.png\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-09.57.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.57.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-696x517.png\";s:5:\"width\";i:696;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-830x580.png\";s:5:\"width\";i:830;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-565x420.png\";s:5:\"width\";i:565;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-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:46:\"Screen-Shot-2018-08-20-at-09.57.01-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.57.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-830x516.png\";s:5:\"width\";i:830;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-09.57.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-09.57.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13169,2322,'_thumbnail_id','2326'),(13170,2322,'xyz_fbap','1'),(13174,2322,'slide_template','default'),(13175,2322,'_bunyad_featured_post','1'),(13176,2322,'_bunyad_cat_label','0'),(13177,2322,'_bunyad_featured_disable','0'),(13178,2322,'_bunyad_reviews','0'),(13179,2322,'_bunyad_review_pos','none'),(13180,2322,'_bunyad_review_type','points'),(13181,2322,'_bunyad_review_verdict','Awesome'),(13182,2322,'_yoast_wpseo_focuskw_text_input','hogs'),(13183,2322,'_yoast_wpseo_focuskw','hogs'),(13184,2322,'_yoast_wpseo_metadesc','Hogs Back Brewery is predicting a top-quality hop harvest this year, with the impact of the long, hot summer raising expectations of quality over quantity.'),(13185,2322,'_yoast_wpseo_linkdex','78'),(13186,2322,'_yoast_wpseo_content_score','30'),(13187,2322,'_yoast_wpseo_primary_category',''),(13188,2322,'_wpas_done_all','1'),(13191,2328,'_edit_last','1'),(13192,2328,'_edit_lock','1534759579:1'),(13193,2329,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-10.51.31.png'),(13194,2329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:825;s:6:\"height\";i:381;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-10.51.31.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-768x355.png\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-10.51.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-10.51.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-324x381.png\";s:5:\"width\";i:324;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-534x381.png\";s:5:\"width\";i:534;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-696x321.png\";s:5:\"width\";i:696;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-696x381.png\";s:5:\"width\";i:696;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-741x381.png\";s:5:\"width\";i:741;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-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:46:\"Screen-Shot-2018-08-20-at-10.51.31-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-10.51.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-536x381.png\";s:5:\"width\";i:536;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-600x381.png\";s:5:\"width\";i:600;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-10.51.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-10.51.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13195,2328,'_thumbnail_id','2329'),(13196,2328,'xyz_fbap','1'),(13200,2328,'slide_template','default'),(13201,2328,'_bunyad_featured_post','1'),(13202,2328,'_bunyad_cat_label','0'),(13203,2328,'_bunyad_featured_disable','0'),(13204,2328,'_bunyad_reviews','0'),(13205,2328,'_bunyad_review_pos','none'),(13206,2328,'_bunyad_review_type','points'),(13207,2328,'_bunyad_review_verdict','Awesome'),(13208,2328,'_yoast_wpseo_focuskw_text_input','desserts'),(13209,2328,'_yoast_wpseo_focuskw','desserts'),(13210,2328,'_yoast_wpseo_metadesc','The four new divine desserts come frozen, they\'re perfect for caterers under time, money constraints and are available through independent wholesalers.'),(13211,2328,'_yoast_wpseo_linkdex','83'),(13212,2328,'_yoast_wpseo_content_score','30'),(13213,2328,'_yoast_wpseo_primary_category','3'),(13214,2328,'_wpas_done_all','1'),(13217,2328,'_wpas_skip_20130109','1'),(13218,2332,'_wp_attached_file','2018/08/Screen-Shot-2018-08-20-at-11.09.40.png'),(13219,2332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-20-at-11.09.40.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-20-at-11.09.40-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-11.09.40-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x385.png\";s:5:\"width\";i:582;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x486.png\";s:5:\"width\";i:582;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x580.png\";s:5:\"width\";i:582;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-398x420.png\";s:5:\"width\";i:398;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-284x300.png\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-11.09.40-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x516.png\";s:5:\"width\";i:582;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x336.png\";s:5:\"width\";i:582;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x336.png\";s:5:\"width\";i:582;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x460.png\";s:5:\"width\";i:582;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-20-at-11.09.40-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-582x336.png\";s:5:\"width\";i:582;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-20-at-11.09.40-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13222,2334,'_edit_last','1'),(13223,2334,'_edit_lock','1534836919:1'),(13224,2335,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-08.20.50.png'),(13225,2335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:578;s:6:\"height\";i:425;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-08.20.50.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-08.20.50-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-08.20.50-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-534x425.png\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-578x385.png\";s:5:\"width\";i:578;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-571x420.png\";s:5:\"width\";i:571;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-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:46:\"Screen-Shot-2018-08-21-at-08.20.50-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-08.20.50-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-578x336.png\";s:5:\"width\";i:578;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-578x336.png\";s:5:\"width\";i:578;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-08.20.50-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-578x336.png\";s:5:\"width\";i:578;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.20.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13226,2334,'_thumbnail_id','2335'),(13227,2334,'xyz_fbap','1'),(13231,2334,'slide_template','default'),(13232,2334,'_bunyad_featured_post','0'),(13233,2334,'_bunyad_cat_label','0'),(13234,2334,'_bunyad_featured_disable','0'),(13235,2334,'_bunyad_reviews','0'),(13236,2334,'_bunyad_review_pos','none'),(13237,2334,'_bunyad_review_type','points'),(13238,2334,'_bunyad_review_verdict','Awesome'),(13239,2334,'_yoast_wpseo_focuskw_text_input','Glenn Roberts'),(13240,2334,'_yoast_wpseo_focuskw','Glenn Roberts'),(13241,2334,'_yoast_wpseo_title','Glenn Roberts joins Winterhalter UK, Andy Salter joins Classeq'),(13242,2334,'_yoast_wpseo_metadesc','Glenn Roberts, chair of CESA, will be joining Winterhalter UK as Sales Director. Previously Global Head of Polar Refrigeration at Nisbets.'),(13243,2334,'_yoast_wpseo_linkdex','70'),(13244,2334,'_yoast_wpseo_content_score','30'),(13245,2334,'_yoast_wpseo_primary_category','8'),(13246,2334,'_wpas_done_all','1'),(13249,2334,'_wpas_skip_20130109','1'),(13250,2337,'_edit_last','1'),(13251,2337,'_edit_lock','1534837887:1'),(13252,2338,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-08.37.22.png'),(13253,2338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1095;s:6:\"height\";i:719;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-08.37.22.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-768x504.png\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-08.37.22-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-08.37.22-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-696x457.png\";s:5:\"width\";i:696;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-08.37.22-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-08.37.22-1068x701.png\";s:5:\"width\";i:1068;s:6:\"height\";i:701;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-640x420.png\";s:5:\"width\";i:640;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-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:46:\"Screen-Shot-2018-08-21-at-08.37.22-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-08.37.22-1024x672.png\";s:5:\"width\";i:1024;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-08.37.22-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-08.37.22-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-08.37.22-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-08.37.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13254,2337,'_thumbnail_id','2338'),(13255,2337,'xyz_fbap','1'),(13259,2337,'slide_template','default'),(13260,2337,'_bunyad_featured_post','1'),(13261,2337,'_bunyad_cat_label','0'),(13262,2337,'_bunyad_featured_disable','0'),(13263,2337,'_bunyad_reviews','0'),(13264,2337,'_bunyad_review_pos','none'),(13265,2337,'_bunyad_review_type','points'),(13266,2337,'_bunyad_review_verdict','Awesome'),(13267,2337,'_yoast_wpseo_content_score','30'),(13268,2337,'_yoast_wpseo_primary_category','32'),(13269,2337,'_wpas_done_all','1'),(13272,2337,'_wpas_skip_20130109','1'),(13273,2337,'_yoast_wpseo_focuskw_text_input','Winterhalter'),(13274,2337,'_yoast_wpseo_focuskw','Winterhalter'),(13275,2337,'_yoast_wpseo_metadesc','The Wintergarden Restaurant at the Landmark London hotel has overcome a raft of warewashing issues by using highly advanced warewashing technology.'),(13276,2337,'_yoast_wpseo_linkdex','66'),(13277,2340,'_edit_last','1'),(13278,2340,'_edit_lock','1534840276:1'),(13279,2340,'_thumbnail_id','1243'),(13280,2340,'xyz_fbap','1'),(13284,2340,'slide_template','default'),(13285,2340,'_bunyad_featured_post','1'),(13286,2340,'_bunyad_cat_label','0'),(13287,2340,'_bunyad_featured_disable','0'),(13288,2340,'_bunyad_reviews','0'),(13289,2340,'_bunyad_review_pos','none'),(13290,2340,'_bunyad_review_type','points'),(13291,2340,'_bunyad_review_verdict','Awesome'),(13292,2340,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(13293,2340,'_yoast_wpseo_focuskw','UKHospitality'),(13294,2340,'_yoast_wpseo_metadesc','UKHospitality Chief Executive Kate Nicholls comments on the Prime Minister’s affirmation that European citizens will be granted the right to stay in the UK.'),(13295,2340,'_yoast_wpseo_linkdex','56'),(13296,2340,'_yoast_wpseo_content_score','30'),(13297,2340,'_yoast_wpseo_primary_category',''),(13298,2340,'_wpas_done_all','1'),(13299,2344,'_edit_last','1'),(13300,2344,'_edit_lock','1534840534:1'),(13301,2345,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-09.34.16.png'),(13302,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-09.34.16.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-768x413.png\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-09.34.16-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-09.34.16-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-696x374.png\";s:5:\"width\";i:696;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-09.34.16-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-09.34.16-1068x574.png\";s:5:\"width\";i:1068;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-781x420.png\";s:5:\"width\";i:781;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-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:46:\"Screen-Shot-2018-08-21-at-09.34.16-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-09.34.16-1024x550.png\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-09.34.16-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-09.34.16-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-09.34.16-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.34.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13303,2344,'_thumbnail_id','2345'),(13304,2344,'xyz_fbap','1'),(13308,2344,'slide_template','default'),(13309,2344,'_bunyad_featured_post','1'),(13310,2344,'_bunyad_cat_label','0'),(13311,2344,'_bunyad_featured_disable','0'),(13312,2344,'_bunyad_reviews','0'),(13313,2344,'_bunyad_review_pos','none'),(13314,2344,'_bunyad_review_type','points'),(13315,2344,'_bunyad_review_verdict','Awesome'),(13316,2344,'_yoast_wpseo_focuskw_text_input','trust'),(13317,2344,'_yoast_wpseo_focuskw','trust'),(13318,2344,'_yoast_wpseo_title','Drinkaware sponsors first Walking Football Tournament'),(13319,2344,'_yoast_wpseo_metadesc','Alcohol education charity Drinkaware sponsored its first Walking Football Tournament, the Drinkaware Cup in conjunction with Derby County Community Trust.'),(13320,2344,'_yoast_wpseo_linkdex','79'),(13321,2344,'_yoast_wpseo_content_score','30'),(13322,2344,'_yoast_wpseo_primary_category','6'),(13323,2344,'_wpas_done_all','1'),(13324,2347,'_edit_last','1'),(13325,2347,'_edit_lock','1534844418:1'),(13326,2348,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-09.37.41.png'),(13327,2348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:573;s:6:\"height\";i:723;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-09.37.41.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-09.37.41-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-09.37.41-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x385.png\";s:5:\"width\";i:573;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x486.png\";s:5:\"width\";i:573;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x580.png\";s:5:\"width\";i:573;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-333x420.png\";s:5:\"width\";i:333;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-238x300.png\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-09.37.41-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x516.png\";s:5:\"width\";i:573;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x336.png\";s:5:\"width\";i:573;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x336.png\";s:5:\"width\";i:573;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x460.png\";s:5:\"width\";i:573;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-09.37.41-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-573x336.png\";s:5:\"width\";i:573;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-09.37.41-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13328,2347,'_thumbnail_id','2348'),(13329,2347,'xyz_fbap','1'),(13333,2347,'slide_template','default'),(13334,2347,'_bunyad_featured_post','0'),(13335,2347,'_bunyad_cat_label','0'),(13336,2347,'_bunyad_featured_disable','0'),(13337,2347,'_bunyad_reviews','0'),(13338,2347,'_bunyad_review_pos','none'),(13339,2347,'_bunyad_review_type','points'),(13340,2347,'_bunyad_review_verdict','Awesome'),(13341,2347,'_yoast_wpseo_focuskw_text_input','FEM'),(13342,2347,'_yoast_wpseo_focuskw','FEM'),(13343,2347,'_yoast_wpseo_metadesc','FEM introduces the Hamilton Beach Commercial Quantum 950 high performance blender. Combining durability, high capacity and market leading technology.'),(13344,2347,'_yoast_wpseo_linkdex','75'),(13345,2347,'_yoast_wpseo_content_score','30'),(13346,2347,'_yoast_wpseo_primary_category','32'),(13347,2347,'_wpas_done_all','1'),(13348,2350,'_edit_last','1'),(13349,2350,'_edit_lock','1534845001:1'),(13350,2351,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-10.47.43.png'),(13351,2351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1071;s:6:\"height\";i:711;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-10.47.43.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-10.47.43-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-10.47.43-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-10.47.43-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-10.47.43-1068x709.png\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-633x420.png\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-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:46:\"Screen-Shot-2018-08-21-at-10.47.43-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-10.47.43-1024x680.png\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-10.47.43-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-21-at-10.47.43-1071x516.png\";s:5:\"width\";i:1071;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-10.47.43-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.47.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13352,2350,'_thumbnail_id','2351'),(13353,2350,'xyz_fbap','1'),(13357,2350,'slide_template','default'),(13358,2350,'_bunyad_featured_post','1'),(13359,2350,'_bunyad_cat_label','0'),(13360,2350,'_bunyad_featured_disable','0'),(13361,2350,'_bunyad_reviews','0'),(13362,2350,'_bunyad_review_pos','none'),(13363,2350,'_bunyad_review_type','points'),(13364,2350,'_bunyad_review_verdict','Awesome'),(13365,2350,'_yoast_wpseo_focuskw_text_input','CESA Conference'),(13366,2350,'_yoast_wpseo_focuskw','CESA Conference'),(13367,2350,'_yoast_wpseo_metadesc','With a theme of ‘Evolving in a disruptive environment’, CESA’s 2018 Conference will pull no punches in reflecting troubled times.'),(13368,2350,'_yoast_wpseo_linkdex','71'),(13369,2350,'_yoast_wpseo_content_score','30'),(13370,2350,'_yoast_wpseo_primary_category','8'),(13371,2350,'_wpas_done_all','1'),(13372,2353,'_edit_last','1'),(13373,2353,'_edit_lock','1534847082:1'),(13374,2354,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-10.52.12.png'),(13375,2354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:718;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-10.52.12.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-768x572.png\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-10.52.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-10.52.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-696x518.png\";s:5:\"width\";i:696;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-964x580.png\";s:5:\"width\";i:964;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-564x420.png\";s:5:\"width\";i:564;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-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:46:\"Screen-Shot-2018-08-21-at-10.52.12-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-10.52.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-964x516.png\";s:5:\"width\";i:964;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-10.52.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-10.52.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13376,2353,'_thumbnail_id','2354'),(13377,2353,'xyz_fbap','1'),(13381,2353,'slide_template','default'),(13382,2353,'_bunyad_featured_post','1'),(13383,2353,'_bunyad_cat_label','0'),(13384,2353,'_bunyad_featured_disable','0'),(13385,2353,'_bunyad_reviews','0'),(13386,2353,'_bunyad_review_pos','none'),(13387,2353,'_bunyad_review_type','points'),(13388,2353,'_bunyad_review_verdict','Awesome'),(13389,2353,'_yoast_wpseo_focuskw_text_input','peaks'),(13390,2353,'_yoast_wpseo_focuskw','peaks'),(13391,2353,'_yoast_wpseo_metadesc','The Three Peaks Challenge, climbing Ben Nevis, Scafell Pike and Snowdon in 24 hours, sounds tough enough, but add in the navigating between the peaks.'),(13392,2353,'_yoast_wpseo_linkdex','76'),(13393,2353,'_yoast_wpseo_content_score','30'),(13394,2353,'_yoast_wpseo_primary_category','6'),(13395,2353,'_wpas_done_all','1'),(13396,2357,'_edit_last','1'),(13397,2357,'_edit_lock','1535015663:1'),(13398,2358,'_wp_attached_file','2018/08/Screen-Shot-2018-08-21-at-11.30.52.png'),(13399,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-21-at-11.30.52.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-21-at-11.30.52-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-11.30.52-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x360.png\";s:5:\"width\";i:410;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x261.png\";s:5:\"width\";i:410;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x462.png\";s:5:\"width\";i:410;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x385.png\";s:5:\"width\";i:410;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x486.png\";s:5:\"width\";i:410;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x580.png\";s:5:\"width\";i:410;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-278x420.png\";s:5:\"width\";i:278;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-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:46:\"Screen-Shot-2018-08-21-at-11.30.52-199x300.png\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-11.30.52-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x516.png\";s:5:\"width\";i:410;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x336.png\";s:5:\"width\";i:410;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x336.png\";s:5:\"width\";i:410;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x386.png\";s:5:\"width\";i:410;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x460.png\";s:5:\"width\";i:410;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x240.png\";s:5:\"width\";i:410;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-21-at-11.30.52-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-410x336.png\";s:5:\"width\";i:410;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-21-at-11.30.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13400,2357,'_thumbnail_id','2358'),(13401,2357,'xyz_fbap','1'),(13405,2357,'slide_template','default'),(13406,2357,'_bunyad_featured_post','0'),(13407,2357,'_bunyad_cat_label','0'),(13408,2357,'_bunyad_featured_disable','0'),(13409,2357,'_bunyad_reviews','0'),(13410,2357,'_bunyad_review_pos','none'),(13411,2357,'_bunyad_review_type','points'),(13412,2357,'_bunyad_review_verdict','Awesome'),(13413,2357,'_yoast_wpseo_focuskw_text_input','taste'),(13414,2357,'_yoast_wpseo_focuskw','taste'),(13415,2357,'_yoast_wpseo_title','ARYZTA Food Solutions at the 2018 Great Taste Awards'),(13416,2357,'_yoast_wpseo_metadesc','UK foodservice specialist ARYZTA Food Solutions is celebrating three Great Taste Award stars, shared amongst two of its very latest bakery innovations.'),(13417,2357,'_yoast_wpseo_linkdex','83'),(13418,2357,'_yoast_wpseo_content_score','30'),(13419,2357,'_yoast_wpseo_primary_category','6'),(13420,2357,'_wpas_done_all','1'),(13423,2357,'_wpas_skip_20130109','1'),(13424,2361,'_edit_last','1'),(13425,2361,'_edit_lock','1535009260:1'),(13426,2362,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-08.10.15.png'),(13427,2362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:565;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-08.10.15.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-08.10.15-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.10.15-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-633x420.png\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-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:46:\"Screen-Shot-2018-08-23-at-08.10.15-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.10.15-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-852x516.png\";s:5:\"width\";i:852;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.10.15-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.10.15-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13428,2361,'_thumbnail_id','2362'),(13429,2361,'xyz_fbap','1'),(13433,2361,'slide_template','default'),(13434,2361,'_bunyad_featured_post','1'),(13435,2361,'_bunyad_cat_label','0'),(13436,2361,'_bunyad_featured_disable','0'),(13437,2361,'_bunyad_reviews','0'),(13438,2361,'_bunyad_review_pos','none'),(13439,2361,'_bunyad_review_type','points'),(13440,2361,'_bunyad_review_verdict','Awesome'),(13441,2361,'_yoast_wpseo_focuskw_text_input','oktoberfest'),(13442,2361,'_yoast_wpseo_focuskw','oktoberfest'),(13443,2361,'_yoast_wpseo_metadesc','To coincide with Oktoberfest, leading distributor of glassware, Artis has brought together a collection of five different beer mugs.'),(13444,2361,'_yoast_wpseo_linkdex','83'),(13445,2361,'_yoast_wpseo_content_score','60'),(13446,2361,'_yoast_wpseo_primary_category','31'),(13447,2361,'_wpas_done_all','1'),(13448,2364,'_edit_last','1'),(13449,2364,'_edit_lock','1535009685:1'),(13450,2365,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-08.32.29.png'),(13451,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:928;s:6:\"height\";i:615;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-08.32.29.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-08.32.29-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.32.29-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-696x461.png\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-928x580.png\";s:5:\"width\";i:928;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-634x420.png\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-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:46:\"Screen-Shot-2018-08-23-at-08.32.29-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.32.29-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-928x516.png\";s:5:\"width\";i:928;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.32.29-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.32.29-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13452,2364,'_thumbnail_id','2365'),(13453,2364,'xyz_fbap','1'),(13457,2364,'slide_template','default'),(13458,2364,'_bunyad_featured_post','1'),(13459,2364,'_bunyad_cat_label','0'),(13460,2364,'_bunyad_featured_disable','0'),(13461,2364,'_bunyad_reviews','0'),(13462,2364,'_bunyad_review_pos','none'),(13463,2364,'_bunyad_review_type','points'),(13464,2364,'_bunyad_review_verdict','Awesome'),(13465,2364,'_yoast_wpseo_focuskw_text_input','deli'),(13466,2364,'_yoast_wpseo_focuskw','deli'),(13467,2364,'_yoast_wpseo_metadesc','In retail it’s officially the UK’s favourite dip with sales exceeding £100m, now The Real Deli Co. is helping foodservice operators claim a profitable piece'),(13468,2364,'_yoast_wpseo_linkdex','84'),(13469,2364,'_yoast_wpseo_content_score','30'),(13470,2364,'_yoast_wpseo_primary_category','3'),(13471,2364,'_wpas_done_all','1'),(13472,2367,'_edit_last','1'),(13473,2367,'_edit_lock','1535011283:1'),(13474,2368,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-08.38.51.png'),(13475,2368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:234;s:6:\"height\";i:613;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-08.38.51.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-08.38.51-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.38.51-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x198.png\";s:5:\"width\";i:234;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x160.png\";s:5:\"width\";i:234;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x235.png\";s:5:\"width\";i:234;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x400.png\";s:5:\"width\";i:234;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x220.png\";s:5:\"width\";i:234;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x364.png\";s:5:\"width\";i:234;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x360.png\";s:5:\"width\";i:234;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x261.png\";s:5:\"width\";i:234;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x462.png\";s:5:\"width\";i:234;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x385.png\";s:5:\"width\";i:234;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x486.png\";s:5:\"width\";i:234;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x580.png\";s:5:\"width\";i:234;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-160x420.png\";s:5:\"width\";i:160;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-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:46:\"Screen-Shot-2018-08-23-at-08.38.51-115x300.png\";s:5:\"width\";i:115;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.38.51-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x516.png\";s:5:\"width\";i:234;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x336.png\";s:5:\"width\";i:234;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x336.png\";s:5:\"width\";i:234;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x185.png\";s:5:\"width\";i:234;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x185.png\";s:5:\"width\";i:234;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x215.png\";s:5:\"width\";i:234;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x386.png\";s:5:\"width\";i:234;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x192.png\";s:5:\"width\";i:234;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x460.png\";s:5:\"width\";i:234;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x240.png\";s:5:\"width\";i:234;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x216.png\";s:5:\"width\";i:234;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x205.png\";s:5:\"width\";i:234;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.38.51-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-234x336.png\";s:5:\"width\";i:234;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.38.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13476,2369,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-08.39.13.png'),(13477,2369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:741;s:6:\"height\";i:494;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-08.39.13.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-08.39.13-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.39.13-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-630x420.png\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.39.13-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.39.13-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.39.13-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13478,2370,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-08.41.14.png'),(13479,2370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:554;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-08.41.14.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-08.41.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.41.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x160.png\";s:5:\"width\";i:268;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x235.png\";s:5:\"width\";i:268;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x400.png\";s:5:\"width\";i:268;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x220.png\";s:5:\"width\";i:268;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x364.png\";s:5:\"width\";i:268;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x360.png\";s:5:\"width\";i:268;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x261.png\";s:5:\"width\";i:268;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x462.png\";s:5:\"width\";i:268;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x385.png\";s:5:\"width\";i:268;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x486.png\";s:5:\"width\";i:268;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-203x420.png\";s:5:\"width\";i:203;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-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:46:\"Screen-Shot-2018-08-23-at-08.41.14-145x300.png\";s:5:\"width\";i:145;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.41.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x516.png\";s:5:\"width\";i:268;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x336.png\";s:5:\"width\";i:268;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x336.png\";s:5:\"width\";i:268;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x185.png\";s:5:\"width\";i:268;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x185.png\";s:5:\"width\";i:268;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x215.png\";s:5:\"width\";i:268;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x386.png\";s:5:\"width\";i:268;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x192.png\";s:5:\"width\";i:268;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x460.png\";s:5:\"width\";i:268;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x240.png\";s:5:\"width\";i:268;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x205.png\";s:5:\"width\";i:268;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.41.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-268x336.png\";s:5:\"width\";i:268;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13480,2371,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-08.41.27.png'),(13481,2371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:866;s:6:\"height\";i:573;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-08.41.27.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-08.41.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.41.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-696x461.png\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-635x420.png\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-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:46:\"Screen-Shot-2018-08-23-at-08.41.27-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.41.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-866x516.png\";s:5:\"width\";i:866;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-08.41.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-08.41.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13482,2367,'_thumbnail_id','2369'),(13483,2367,'xyz_fbap','1'),(13487,2367,'slide_template','default'),(13488,2367,'_bunyad_featured_post','1'),(13489,2367,'_bunyad_cat_label','0'),(13490,2367,'_bunyad_featured_disable','0'),(13491,2367,'_bunyad_reviews','0'),(13492,2367,'_bunyad_review_pos','none'),(13493,2367,'_bunyad_review_type','points'),(13494,2367,'_bunyad_review_verdict','Awesome'),(13495,2367,'_yoast_wpseo_focuskw_text_input','ale'),(13496,2367,'_yoast_wpseo_focuskw','ale'),(13497,2367,'_yoast_wpseo_title','Watercress creates a stir by adding to almost anything!'),(13498,2367,'_yoast_wpseo_metadesc','When the Cerne Abbas Brewery approached them back in early 2017 to help develop a limited-edition watercress inspired ale, they jumped at the chance.'),(13499,2367,'_yoast_wpseo_linkdex','73'),(13500,2367,'_yoast_wpseo_content_score','30'),(13501,2367,'_yoast_wpseo_primary_category','2'),(13502,2367,'_wpas_done_all','1'),(13503,2374,'_edit_last','1'),(13504,2374,'_edit_lock','1535015612:1'),(13505,2375,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-09.57.43.png'),(13506,2375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:621;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-09.57.43.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-768x558.png\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-09.57.43-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-09.57.43-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-696x506.png\";s:5:\"width\";i:696;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-855x580.png\";s:5:\"width\";i:855;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-578x420.png\";s:5:\"width\";i:578;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-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:46:\"Screen-Shot-2018-08-23-at-09.57.43-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-09.57.43-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-855x516.png\";s:5:\"width\";i:855;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-09.57.43-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-09.57.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13507,2374,'_thumbnail_id','2375'),(13508,2374,'xyz_fbap','1'),(13512,2374,'slide_template','default'),(13513,2374,'_bunyad_featured_post','1'),(13514,2374,'_bunyad_cat_label','0'),(13515,2374,'_bunyad_featured_disable','0'),(13516,2374,'_bunyad_reviews','0'),(13517,2374,'_bunyad_review_pos','none'),(13518,2374,'_bunyad_review_type','points'),(13519,2374,'_bunyad_review_verdict','Awesome'),(13520,2374,'_yoast_wpseo_focuskw_text_input','tools'),(13521,2374,'_yoast_wpseo_focuskw','tools'),(13522,2374,'_yoast_wpseo_metadesc','Make sure you have sous vide cooking in the bag with the range of top quality BPA free vacuum sealer bags from Sous Vide Tools. '),(13523,2374,'_yoast_wpseo_linkdex','80'),(13524,2374,'_yoast_wpseo_content_score','30'),(13525,2374,'_yoast_wpseo_primary_category','32'),(13526,2374,'_wpas_done_all','1'),(13527,2378,'_edit_last','1'),(13528,2378,'_edit_lock','1535016587:1'),(13529,2379,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-10.10.16.png'),(13530,2379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:464;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-10.10.16.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-10.10.16-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.10.16-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x360.png\";s:5:\"width\";i:464;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x261.png\";s:5:\"width\";i:464;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x462.png\";s:5:\"width\";i:464;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x385.png\";s:5:\"width\";i:464;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x486.png\";s:5:\"width\";i:464;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x580.png\";s:5:\"width\";i:464;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-314x420.png\";s:5:\"width\";i:314;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-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:46:\"Screen-Shot-2018-08-23-at-10.10.16-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.10.16-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x516.png\";s:5:\"width\";i:464;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x336.png\";s:5:\"width\";i:464;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x336.png\";s:5:\"width\";i:464;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x386.png\";s:5:\"width\";i:464;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x460.png\";s:5:\"width\";i:464;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x240.png\";s:5:\"width\";i:464;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.10.16-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-464x336.png\";s:5:\"width\";i:464;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.10.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13531,2378,'_thumbnail_id','2379'),(13532,2378,'xyz_fbap','1'),(13536,2378,'slide_template','default'),(13537,2378,'_bunyad_featured_post','0'),(13538,2378,'_bunyad_cat_label','0'),(13539,2378,'_bunyad_featured_disable','0'),(13540,2378,'_bunyad_reviews','0'),(13541,2378,'_bunyad_review_pos','none'),(13542,2378,'_bunyad_review_type','points'),(13543,2378,'_bunyad_review_verdict','Awesome'),(13544,2378,'_yoast_wpseo_focuskw_text_input','French’s®'),(13545,2378,'_yoast_wpseo_focuskw','French’s®'),(13546,2378,'_yoast_wpseo_title','International Cuban Sandwich Festival with a little help from French’s®'),(13547,2378,'_yoast_wpseo_metadesc','The multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite.'),(13548,2378,'_yoast_wpseo_linkdex','68'),(13549,2378,'_yoast_wpseo_content_score','30'),(13550,2378,'_yoast_wpseo_primary_category','33'),(13551,2378,'_wpas_done_all','1'),(13554,2378,'_wpas_skip_20130109','1'),(13555,2381,'_edit_last','1'),(13556,2381,'_edit_lock','1535017924:1'),(13557,2382,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-10.35.08.png'),(13558,2382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1074;s:6:\"height\";i:717;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-10.35.08.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-10.35.08-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.35.08-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-696x465.png\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-23-at-10.35.08-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-23-at-10.35.08-1068x713.png\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-629x420.png\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-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:46:\"Screen-Shot-2018-08-23-at-10.35.08-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-23-at-10.35.08-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.35.08-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-23-at-10.35.08-1074x516.png\";s:5:\"width\";i:1074;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.35.08-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.35.08-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13559,2381,'_thumbnail_id','2382'),(13560,2381,'xyz_fbap','1'),(13564,2381,'slide_template','default'),(13565,2381,'_bunyad_featured_post','1'),(13566,2381,'_bunyad_cat_label','0'),(13567,2381,'_bunyad_featured_disable','0'),(13568,2381,'_bunyad_reviews','0'),(13569,2381,'_bunyad_review_pos','none'),(13570,2381,'_bunyad_review_type','points'),(13571,2381,'_bunyad_review_verdict','Awesome'),(13572,2381,'_yoast_wpseo_focuskw_text_input','Rational'),(13573,2381,'_yoast_wpseo_focuskw','Rational'),(13574,2381,'_yoast_wpseo_title','Tomorrow’s Kitchen: Rational shows the future of foodservice'),(13575,2381,'_yoast_wpseo_metadesc','Rational has launched a series of live events called ‘Tomorrow’s Kitchen.’ They are designed to show how the latest multifunctional equipment can benefit.'),(13576,2381,'_yoast_wpseo_linkdex','81'),(13577,2381,'_yoast_wpseo_content_score','30'),(13578,2381,'_yoast_wpseo_primary_category','6'),(13579,2381,'_wpas_done_all','1'),(13580,2384,'_edit_last','1'),(13581,2384,'_edit_lock','1535532041:1'),(13582,2385,'_wp_attached_file','2018/08/Screen-Shot-2018-08-23-at-10.57.55.png'),(13583,2385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:599;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-23-at-10.57.55.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-23-at-10.57.55-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.57.55-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-696x458.png\";s:5:\"width\";i:696;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-910x580.png\";s:5:\"width\";i:910;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-638x420.png\";s:5:\"width\";i:638;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-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:46:\"Screen-Shot-2018-08-23-at-10.57.55-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.57.55-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-910x516.png\";s:5:\"width\";i:910;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-23-at-10.57.55-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-23-at-10.57.55-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13584,2384,'_thumbnail_id','2385'),(13585,2384,'xyz_fbap','1'),(13589,2384,'slide_template','default'),(13590,2384,'_bunyad_featured_post','1'),(13591,2384,'_bunyad_cat_label','0'),(13592,2384,'_bunyad_featured_disable','0'),(13593,2384,'_bunyad_reviews','0'),(13594,2384,'_bunyad_review_pos','none'),(13595,2384,'_bunyad_review_type','points'),(13596,2384,'_bunyad_review_verdict','Awesome'),(13597,2384,'_yoast_wpseo_focuskw_text_input','exploration'),(13598,2384,'_yoast_wpseo_focuskw','exploration'),(13599,2384,'_yoast_wpseo_title','Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express'),(13600,2384,'_yoast_wpseo_metadesc','Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders.'),(13601,2384,'_yoast_wpseo_linkdex','75'),(13602,2384,'_yoast_wpseo_content_score','30'),(13603,2384,'_yoast_wpseo_primary_category','5'),(13604,2384,'_wpas_done_all','1'),(13605,2387,'_edit_last','1'),(13606,2387,'_edit_lock','1535526346:1'),(13607,2387,'_thumbnail_id','1243'),(13608,2387,'xyz_fbap','1'),(13612,2387,'slide_template','default'),(13613,2387,'_bunyad_featured_post','1'),(13614,2387,'_bunyad_cat_label','0'),(13615,2387,'_bunyad_featured_disable','0'),(13616,2387,'_bunyad_reviews','0'),(13617,2387,'_bunyad_review_pos','none'),(13618,2387,'_bunyad_review_type','points'),(13619,2387,'_bunyad_review_verdict','Awesome'),(13620,2387,'_yoast_wpseo_focuskw_text_input','hospitality'),(13621,2387,'_yoast_wpseo_focuskw','hospitality'),(13622,2387,'_yoast_wpseo_title','UKHospitality press notice - response to Govt no-deal technical notices'),(13623,2387,'_yoast_wpseo_metadesc','There are still major concerns about food and drink imports upon which hospitality businesses rely to a large degree....'),(13624,2387,'_yoast_wpseo_linkdex','48'),(13625,2387,'_yoast_wpseo_content_score','30'),(13626,2387,'_yoast_wpseo_primary_category','8'),(13627,2387,'_wpas_done_all','1'),(13628,2389,'_edit_last','1'),(13629,2389,'_edit_lock','1535527824:1'),(13630,2390,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-08.07.50.png'),(13631,2390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-08.07.50.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-768x574.png\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-08.07.50-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.07.50-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-696x520.png\";s:5:\"width\";i:696;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-830x580.png\";s:5:\"width\";i:830;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-562x420.png\";s:5:\"width\";i:562;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-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:46:\"Screen-Shot-2018-08-29-at-08.07.50-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.07.50-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-830x516.png\";s:5:\"width\";i:830;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.07.50-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13632,2389,'_thumbnail_id','2390'),(13633,2389,'xyz_fbap','1'),(13637,2389,'slide_template','default'),(13638,2389,'_bunyad_featured_post','1'),(13639,2389,'_bunyad_cat_label','0'),(13640,2389,'_bunyad_featured_disable','0'),(13641,2389,'_bunyad_reviews','0'),(13642,2389,'_bunyad_review_pos','none'),(13643,2389,'_bunyad_review_type','points'),(13644,2389,'_bunyad_review_verdict','Awesome'),(13645,2389,'_yoast_wpseo_focuskw_text_input','fortnight'),(13646,2389,'_yoast_wpseo_focuskw','fortnight'),(13647,2389,'_yoast_wpseo_metadesc','Brakes’ latest food event, held in conjunction with Love British Food, was a celebration of British Food Fortnight 2018 (22nd September – 7th October).'),(13648,2389,'_yoast_wpseo_linkdex','81'),(13649,2389,'_yoast_wpseo_content_score','30'),(13650,2389,'_yoast_wpseo_primary_category','6'),(13651,2389,'_wpas_done_all','1'),(13652,2392,'_edit_last','1'),(13653,2392,'_edit_lock','1535528455:1'),(13654,2393,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-08.07.50-1.png'),(13655,2393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:620;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-08-29-at-08.07.50-1.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-768x574.png\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.07.50-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-29-at-08.07.50-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-696x520.png\";s:5:\"width\";i:696;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-830x580.png\";s:5:\"width\";i:830;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-562x420.png\";s:5:\"width\";i:562;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-29-at-08.07.50-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-830x516.png\";s:5:\"width\";i:830;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-29-at-08.07.50-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-08-29-at-08.07.50-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13656,2394,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-08.31.37.png'),(13657,2394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:514;s:6:\"height\";i:447;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-08.31.37.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-08.31.37-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.31.37-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-514x261.png\";s:5:\"width\";i:514;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-514x385.png\";s:5:\"width\";i:514;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-483x420.png\";s:5:\"width\";i:483;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.31.37-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-514x336.png\";s:5:\"width\";i:514;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-514x336.png\";s:5:\"width\";i:514;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-514x386.png\";s:5:\"width\";i:514;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.31.37-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-514x336.png\";s:5:\"width\";i:514;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.31.37-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13658,2395,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-08.32.09.png'),(13659,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:354;s:6:\"height\";i:628;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-08.32.09.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-08.32.09-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.32.09-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x220.png\";s:5:\"width\";i:354;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x364.png\";s:5:\"width\";i:354;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x360.png\";s:5:\"width\";i:354;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x261.png\";s:5:\"width\";i:354;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x462.png\";s:5:\"width\";i:354;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x385.png\";s:5:\"width\";i:354;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x486.png\";s:5:\"width\";i:354;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x580.png\";s:5:\"width\";i:354;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-237x420.png\";s:5:\"width\";i:237;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-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:46:\"Screen-Shot-2018-08-29-at-08.32.09-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.32.09-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x516.png\";s:5:\"width\";i:354;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x336.png\";s:5:\"width\";i:354;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x336.png\";s:5:\"width\";i:354;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x386.png\";s:5:\"width\";i:354;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x460.png\";s:5:\"width\";i:354;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x240.png\";s:5:\"width\";i:354;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.32.09-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-354x336.png\";s:5:\"width\";i:354;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.32.09-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13660,2392,'_thumbnail_id','2394'),(13661,2392,'xyz_fbap','1'),(13665,2392,'slide_template','default'),(13666,2392,'_bunyad_featured_post','0'),(13667,2392,'_bunyad_cat_label','0'),(13668,2392,'_bunyad_featured_disable','0'),(13669,2392,'_bunyad_reviews','0'),(13670,2392,'_bunyad_review_pos','none'),(13671,2392,'_bunyad_review_type','points'),(13672,2392,'_bunyad_review_verdict','Awesome'),(13673,2392,'_yoast_wpseo_focuskw_text_input','Euroboozer'),(13674,2392,'_yoast_wpseo_focuskw','Euroboozer'),(13675,2392,'_yoast_wpseo_title','Euroboozer seizes exclusive UK distribution of Denmark’s Mikkeller'),(13676,2392,'_yoast_wpseo_metadesc','Specialist beer importer Euroboozer has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous...'),(13677,2392,'_yoast_wpseo_linkdex','79'),(13678,2392,'_yoast_wpseo_content_score','30'),(13679,2392,'_yoast_wpseo_primary_category','2'),(13680,2392,'_wpas_done_all','1'),(13683,2392,'_wpas_skip_20130109','1'),(13707,2399,'_edit_last','1'),(13708,2399,'_edit_lock','1535530727:1'),(13709,2400,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-08.56.53.png'),(13710,2400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:505;s:6:\"height\";i:722;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-08.56.53.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-08.56.53-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.56.53-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x261.png\";s:5:\"width\";i:505;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x462.png\";s:5:\"width\";i:505;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x385.png\";s:5:\"width\";i:505;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x486.png\";s:5:\"width\";i:505;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x580.png\";s:5:\"width\";i:505;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-294x420.png\";s:5:\"width\";i:294;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-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:46:\"Screen-Shot-2018-08-29-at-08.56.53-210x300.png\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.56.53-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x516.png\";s:5:\"width\";i:505;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x336.png\";s:5:\"width\";i:505;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x336.png\";s:5:\"width\";i:505;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x386.png\";s:5:\"width\";i:505;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x460.png\";s:5:\"width\";i:505;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-08.56.53-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-505x336.png\";s:5:\"width\";i:505;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-08.56.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13711,2399,'_thumbnail_id','2400'),(13712,2399,'xyz_fbap','1'),(13716,2399,'slide_template','default'),(13717,2399,'_bunyad_featured_post','0'),(13718,2399,'_bunyad_cat_label','0'),(13719,2399,'_bunyad_featured_disable','0'),(13720,2399,'_bunyad_reviews','0'),(13721,2399,'_bunyad_review_pos','none'),(13722,2399,'_bunyad_review_type','points'),(13723,2399,'_bunyad_review_verdict','Awesome'),(13724,2399,'_yoast_wpseo_focuskw_text_input','Christmas'),(13725,2399,'_yoast_wpseo_focuskw','Christmas'),(13726,2399,'_yoast_wpseo_title','Keep the ice flowing during the run up to Christmas and into the New Year'),(13727,2399,'_yoast_wpseo_metadesc','The lead up to 25th December is one of the busiest periods of the year for bar staff, with countless Christmas parties taking prominence.'),(13728,2399,'_yoast_wpseo_linkdex','85'),(13729,2399,'_yoast_wpseo_content_score','30'),(13730,2399,'_yoast_wpseo_primary_category','32'),(13731,2399,'_wpas_done_all','1'),(13734,2399,'_wpas_skip_20130109','1'),(13735,2402,'_edit_last','1'),(13736,2402,'_edit_lock','1535530537:1'),(13737,2403,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-09.03.48.png'),(13738,2403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-09.03.48.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-09.03.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-09.03.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x360.png\";s:5:\"width\";i:416;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x261.png\";s:5:\"width\";i:416;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x462.png\";s:5:\"width\";i:416;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x385.png\";s:5:\"width\";i:416;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x486.png\";s:5:\"width\";i:416;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x580.png\";s:5:\"width\";i:416;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-282x420.png\";s:5:\"width\";i:282;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-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:46:\"Screen-Shot-2018-08-29-at-09.03.48-202x300.png\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-09.03.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x516.png\";s:5:\"width\";i:416;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x336.png\";s:5:\"width\";i:416;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x336.png\";s:5:\"width\";i:416;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x386.png\";s:5:\"width\";i:416;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x460.png\";s:5:\"width\";i:416;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x240.png\";s:5:\"width\";i:416;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-09.03.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-416x336.png\";s:5:\"width\";i:416;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-09.03.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13739,2402,'_thumbnail_id','2403'),(13740,2402,'xyz_fbap','1'),(13744,2402,'slide_template','default'),(13745,2402,'_bunyad_featured_post','0'),(13746,2402,'_bunyad_cat_label','0'),(13747,2402,'_bunyad_featured_disable','0'),(13748,2402,'_bunyad_reviews','0'),(13749,2402,'_bunyad_review_pos','none'),(13750,2402,'_bunyad_review_type','points'),(13751,2402,'_bunyad_review_verdict','Awesome'),(13752,2402,'_yoast_wpseo_focuskw_text_input','awards'),(13753,2402,'_yoast_wpseo_focuskw','awards'),(13754,2402,'_yoast_wpseo_title','Futura celebrating a medal haul at the 2018 International Cheese Awards'),(13755,2402,'_yoast_wpseo_metadesc','Futura Foods, the UK’s leading supplier of Mediterranean-inspired dairy products, is toasting a big win at the prestigious International Cheese Awards.'),(13756,2402,'_yoast_wpseo_linkdex','75'),(13757,2402,'_yoast_wpseo_content_score','30'),(13758,2402,'_yoast_wpseo_primary_category','6'),(13759,2402,'_wpas_done_all','1'),(13762,2402,'_wpas_skip_20130109','1'),(13769,2405,'_edit_last','1'),(13770,2406,'xyz_fbap','1'),(13771,2405,'_edit_lock','1535532537:1'),(13772,2405,'_thumbnail_id','1913'),(13773,2405,'slide_template','default'),(13774,2405,'_bunyad_featured_post','0'),(13775,2405,'_bunyad_cat_label','0'),(13776,2405,'_bunyad_featured_disable','0'),(13777,2405,'_bunyad_reviews','0'),(13778,2405,'_bunyad_review_pos','none'),(13779,2405,'_bunyad_review_type','points'),(13780,2405,'_bunyad_review_verdict','Awesome'),(13781,2405,'_yoast_wpseo_focuskw_text_input','awards'),(13782,2405,'_yoast_wpseo_focuskw','awards'),(13783,2405,'_yoast_wpseo_title','The National Innovation in Training Awards Competition for 2018'),(13784,2405,'_yoast_wpseo_metadesc','The BII is delighted to announce that the deadline for entries for the National Innovation in Training Awards has now been extended to Friday 14th September'),(13785,2405,'_yoast_wpseo_linkdex','76'),(13786,2405,'_yoast_wpseo_content_score','30'),(13787,2405,'_oembed_7123b97968648c41113c5bdfc5b5cd3e','{{unknown}}'),(13788,2405,'_yoast_wpseo_primary_category','6'),(13789,2405,'xyz_fbap','1'),(13793,2405,'_wpas_done_all','1'),(13796,2384,'_wpas_skip_20130109','1'),(13801,2405,'_wpas_skip_20130109','1'),(13802,2409,'_edit_last','1'),(13803,2409,'_edit_lock','1535613369:1'),(13804,2409,'slide_template','default'),(13805,2409,'_bunyad_featured_post','1'),(13806,2409,'_bunyad_cat_label','0'),(13807,2409,'_bunyad_featured_disable','0'),(13808,2409,'_bunyad_reviews','0'),(13809,2409,'_bunyad_review_pos','none'),(13810,2409,'_bunyad_review_type','points'),(13811,2409,'_bunyad_review_verdict','Awesome'),(13812,2409,'_yoast_wpseo_focuskw_text_input','UEFA Nations league'),(13813,2409,'_yoast_wpseo_focuskw','UEFA Nations league'),(13814,2409,'_yoast_wpseo_title','UEFA Nations League, the brand new international football tournament'),(13815,2409,'_yoast_wpseo_metadesc','England plays their first competitive match since their incredible run in Russia, as they take on former World Champions Spain.'),(13816,2409,'_yoast_wpseo_linkdex','75'),(13817,2409,'_yoast_wpseo_content_score','30'),(13818,2409,'_yoast_wpseo_primary_category','28'),(13819,2411,'_edit_last','1'),(13820,2411,'_edit_lock','1535534497:1'),(13821,2412,'_wp_attached_file','2018/08/download.jpeg'),(13822,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:21:\"2018/08/download.jpeg\";s:5:\"sizes\";a:14:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"download-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"download-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"download-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"download-265x183.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"download-275x160.jpeg\";s:5:\"width\";i:275;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"download-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"download-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"download-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"download-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"download-233x183.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"download-269x183.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"download-235x183.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"download-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"download-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13823,2413,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-10.05.11.png'),(13824,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:745;s:6:\"height\";i:494;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-10.05.11.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-10.05.11-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-10.05.11-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-633x420.png\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-10.05.11-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-10.05.11-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.05.11-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13825,2411,'_thumbnail_id','2413'),(13826,2411,'xyz_fbap','1'),(13830,2411,'slide_template','default'),(13831,2411,'_bunyad_featured_post','1'),(13832,2411,'_bunyad_cat_label','0'),(13833,2411,'_bunyad_featured_disable','0'),(13834,2411,'_bunyad_reviews','0'),(13835,2411,'_bunyad_review_pos','none'),(13836,2411,'_bunyad_review_type','points'),(13837,2411,'_bunyad_review_verdict','Awesome'),(13838,2411,'_yoast_wpseo_focuskw_text_input','D&D'),(13839,2411,'_yoast_wpseo_focuskw','D&D'),(13840,2411,'_yoast_wpseo_title','Frederick Forster returns to D&D London as head chef of Plateau'),(13841,2411,'_yoast_wpseo_metadesc','Former National Chef of the Year, Frederick Forster returns to D&D London taking on the role of Head Chef of Plateau restaurant in Canary Wharf.'),(13842,2411,'_yoast_wpseo_linkdex','81'),(13843,2411,'_yoast_wpseo_content_score','30'),(13844,2411,'_yoast_wpseo_primary_category','8'),(13845,2411,'_wpas_done_all','1'),(13846,2415,'_edit_last','1'),(13847,2415,'_edit_lock','1535540224:1'),(13848,2416,'_wp_attached_file','2018/08/Screen-Shot-2018-08-29-at-10.23.38.png'),(13849,2416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:827;s:6:\"height\";i:387;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-29-at-10.23.38.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-768x359.png\";s:5:\"width\";i:768;s:6:\"height\";i:359;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-29-at-10.23.38-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-10.23.38-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-324x387.png\";s:5:\"width\";i:324;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-534x387.png\";s:5:\"width\";i:534;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-696x326.png\";s:5:\"width\";i:696;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-741x387.png\";s:5:\"width\";i:741;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-10.23.38-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-600x387.png\";s:5:\"width\";i:600;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-29-at-10.23.38-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-29-at-10.23.38-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13850,2415,'_thumbnail_id','2416'),(13851,2415,'xyz_fbap','1'),(13855,2415,'slide_template','default'),(13856,2415,'_bunyad_featured_post','0'),(13857,2415,'_bunyad_cat_label','0'),(13858,2415,'_bunyad_featured_disable','0'),(13859,2415,'_bunyad_reviews','0'),(13860,2415,'_bunyad_review_pos','none'),(13861,2415,'_bunyad_review_type','points'),(13862,2415,'_bunyad_review_verdict','Awesome'),(13863,2415,'_yoast_wpseo_focuskw_text_input','cocktail'),(13864,2415,'_yoast_wpseo_focuskw','cocktail'),(13865,2415,'_yoast_wpseo_metadesc','Nine Lives are unveiling their new cocktail menu with an even greater focus on sustainability and dedication to a reduced carbon footprint.'),(13866,2415,'_yoast_wpseo_linkdex','74'),(13867,2415,'_yoast_wpseo_content_score','30'),(13868,2415,'_yoast_wpseo_primary_category','2'),(13869,2415,'_wpas_done_all','1'),(13872,2415,'_wpas_skip_20130109','1'),(13877,276,'_oembed_e9538dbf8a71d9b94c46f83cb5dcbbf1','<div data-configid=\"32393893/63583670\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(13878,276,'_oembed_time_e9538dbf8a71d9b94c46f83cb5dcbbf1','1535549491'),(13879,276,'_oembed_daf197bb349b930f3a0557a5a7acad8d','<div data-configid=\"32393893/64137907\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(13880,276,'_oembed_time_daf197bb349b930f3a0557a5a7acad8d','1535549512'),(13881,276,'_oembed_4346ef5385069a4fcd9c2df4cd79e180','<div data-configid=\"32393893/64137907\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(13882,276,'_oembed_time_4346ef5385069a4fcd9c2df4cd79e180','1535549520'),(13884,2420,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-08.02.02.png'),(13885,2420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-08.02.02.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-768x522.png\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-08.02.02-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.02.02-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-696x473.png\";s:5:\"width\";i:696;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-910x580.png\";s:5:\"width\";i:910;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-617x420.png\";s:5:\"width\";i:617;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-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:46:\"Screen-Shot-2018-08-30-at-08.02.02-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.02.02-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-910x516.png\";s:5:\"width\";i:910;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.02.02-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.02.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13886,2409,'_thumbnail_id','2420'),(13887,2409,'xyz_fbap','1'),(13891,2409,'_wpas_done_all','1'),(13894,2409,'_wpas_skip_20130109','1'),(13895,2422,'_edit_last','1'),(13896,2422,'_edit_lock','1535613457:1'),(13897,2423,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-08.09.48.png'),(13898,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1015;s:6:\"height\";i:719;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-08.09.48.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-768x544.png\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-08.09.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.09.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-696x493.png\";s:5:\"width\";i:696;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-30-at-08.09.48-1015x580.png\";s:5:\"width\";i:1015;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-593x420.png\";s:5:\"width\";i:593;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-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:46:\"Screen-Shot-2018-08-30-at-08.09.48-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.09.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-30-at-08.09.48-1015x516.png\";s:5:\"width\";i:1015;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.09.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.09.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13899,2422,'_thumbnail_id','2423'),(13900,2422,'xyz_fbap','1'),(13904,2422,'slide_template','default'),(13905,2422,'_bunyad_featured_post','1'),(13906,2422,'_bunyad_cat_label','0'),(13907,2422,'_bunyad_featured_disable','0'),(13908,2422,'_bunyad_reviews','0'),(13909,2422,'_bunyad_review_pos','none'),(13910,2422,'_bunyad_review_type','points'),(13911,2422,'_bunyad_review_verdict','Awesome'),(13912,2422,'_yoast_wpseo_focuskw_text_input','show'),(13913,2422,'_yoast_wpseo_focuskw','show'),(13914,2422,'_yoast_wpseo_metadesc','Any restaurateur looking for the latest in tableware trends will discover lots of refreshing ideas on the Parsley in Time stand at the 2018 Restaurant Show.'),(13915,2422,'_yoast_wpseo_linkdex','82'),(13916,2422,'_yoast_wpseo_content_score','30'),(13917,2422,'_yoast_wpseo_primary_category','31'),(13918,2422,'_wpas_done_all','1'),(13919,2425,'_edit_last','1'),(13920,2425,'_edit_lock','1535614733:1'),(13921,2426,'_wp_attached_file','2018/08/UKH.jpg'),(13922,2426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:299;s:4:\"file\";s:15:\"2018/08/UKH.jpg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"UKH-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"UKH-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"UKH-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"UKH-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"UKH-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"UKH-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"UKH-324x299.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"UKH-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"UKH-356x299.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"UKH-485x299.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"UKH-504x261.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"UKH-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"UKH-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"UKH-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"UKH-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"UKH-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"UKH-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"UKH-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"UKH-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"UKH-233x299.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"UKH-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"UKH-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"UKH-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"UKH-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"UKH-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"UKH-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13923,2425,'_thumbnail_id','2431'),(13924,2425,'xyz_fbap','1'),(13928,2425,'slide_template','default'),(13929,2425,'_bunyad_featured_post','0'),(13930,2425,'_bunyad_cat_label','0'),(13931,2425,'_bunyad_featured_disable','0'),(13932,2425,'_bunyad_reviews','0'),(13933,2425,'_bunyad_review_pos','none'),(13934,2425,'_bunyad_review_type','points'),(13935,2425,'_bunyad_review_verdict','Awesome'),(13936,2425,'_yoast_wpseo_focuskw_text_input','licence renewal'),(13937,2425,'_yoast_wpseo_focuskw','licence renewal'),(13938,2425,'_yoast_wpseo_title','UKHospitality condemns introduction of personal licence renewal'),(13939,2425,'_yoast_wpseo_metadesc','UKHospitality has reacted to the Scottish Government’s decision to introduce a fee for personal licence renewal with swift condemnation.'),(13940,2425,'_yoast_wpseo_linkdex','67'),(13941,2425,'_yoast_wpseo_content_score','30'),(13942,2425,'_yoast_wpseo_primary_category','8'),(13943,2425,'_wpas_done_all','1'),(13950,2422,'_wpas_skip_20130109','1'),(13951,2431,'_wp_attached_file','2018/08/UKH-1.jpg'),(13952,2431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:299;s:4:\"file\";s:17:\"2018/08/UKH-1.jpg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"UKH-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"UKH-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"UKH-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"UKH-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"UKH-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"UKH-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"UKH-1-324x299.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"UKH-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"UKH-1-356x299.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"UKH-1-485x299.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"UKH-1-504x261.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"UKH-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"UKH-1-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"UKH-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"UKH-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"UKH-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"UKH-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"UKH-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"UKH-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"UKH-1-233x299.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"UKH-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"UKH-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"UKH-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"UKH-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"UKH-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"UKH-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13955,2425,'_wpas_skip_20130109','1'),(13958,2432,'_edit_last','1'),(13959,2432,'_edit_lock','1535615796:1'),(13960,2433,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-08.51.51.png'),(13961,2433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:831;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-08.51.51.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-768x572.png\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-08.51.51-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.51.51-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-696x518.png\";s:5:\"width\";i:696;s:6:\"height\";i:518;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-831x580.png\";s:5:\"width\";i:831;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-564x420.png\";s:5:\"width\";i:564;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-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:46:\"Screen-Shot-2018-08-30-at-08.51.51-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.51.51-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-831x516.png\";s:5:\"width\";i:831;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.51.51-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.51.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13962,2432,'_thumbnail_id','2433'),(13963,2432,'xyz_fbap','1'),(13967,2432,'slide_template','default'),(13968,2432,'_bunyad_featured_post','1'),(13969,2432,'_bunyad_cat_label','0'),(13970,2432,'_bunyad_featured_disable','0'),(13971,2432,'_bunyad_reviews','0'),(13972,2432,'_bunyad_review_pos','none'),(13973,2432,'_bunyad_review_type','points'),(13974,2432,'_bunyad_review_verdict','Awesome'),(13975,2432,'_yoast_wpseo_focuskw_text_input','products'),(13976,2432,'_yoast_wpseo_focuskw','products'),(13977,2432,'_yoast_wpseo_metadesc','With Freshers’ approaching, Hi-Spirits are urging student-focused venues to become trendsetters to reflect the student appetite for new products.'),(13978,2432,'_yoast_wpseo_linkdex','72'),(13979,2432,'_yoast_wpseo_content_score','30'),(13980,2432,'_yoast_wpseo_primary_category','2'),(13981,2432,'_wpas_done_all','1'),(13982,2435,'_edit_last','1'),(13983,2435,'_edit_lock','1535616807:1'),(13984,2436,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-08.57.56.png'),(13985,2436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:763;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-08.57.56.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-08.57.56-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.57.56-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-696x557.png\";s:5:\"width\";i:696;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-763x580.png\";s:5:\"width\";i:763;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-524x420.png\";s:5:\"width\";i:524;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-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:46:\"Screen-Shot-2018-08-30-at-08.57.56-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.57.56-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-763x516.png\";s:5:\"width\";i:763;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-08.57.56-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-08.57.56-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(13986,2435,'_thumbnail_id','2436'),(13987,2435,'xyz_fbap','1'),(13991,2435,'slide_template','default'),(13992,2435,'_bunyad_featured_post','1'),(13993,2435,'_bunyad_cat_label','0'),(13994,2435,'_bunyad_featured_disable','0'),(13995,2435,'_bunyad_reviews','0'),(13996,2435,'_bunyad_review_pos','none'),(13997,2435,'_bunyad_review_type','points'),(13998,2435,'_bunyad_review_verdict','Awesome'),(13999,2435,'_yoast_wpseo_focuskw_text_input','students'),(14000,2435,'_yoast_wpseo_focuskw','students'),(14001,2435,'_yoast_wpseo_metadesc','Students are shrewd enough to work out which brands and venues are the most deserving of their cash, and WKD is a real favourite.'),(14002,2435,'_yoast_wpseo_linkdex','54'),(14003,2435,'_yoast_wpseo_content_score','30'),(14004,2435,'_yoast_wpseo_primary_category','2'),(14005,2435,'_wpas_done_all','1'),(14008,2435,'_wpas_skip_20130109','1'),(14009,2438,'_edit_last','1'),(14010,2438,'_edit_lock','1535617042:1'),(14011,2439,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-09.15.36.png'),(14012,2439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:354;s:6:\"height\";i:533;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-09.15.36.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-09.15.36-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.15.36-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x220.png\";s:5:\"width\";i:354;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x364.png\";s:5:\"width\";i:354;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x360.png\";s:5:\"width\";i:354;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x261.png\";s:5:\"width\";i:354;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x462.png\";s:5:\"width\";i:354;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x385.png\";s:5:\"width\";i:354;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x486.png\";s:5:\"width\";i:354;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-279x420.png\";s:5:\"width\";i:279;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-199x300.png\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.15.36-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x516.png\";s:5:\"width\";i:354;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x336.png\";s:5:\"width\";i:354;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x336.png\";s:5:\"width\";i:354;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x386.png\";s:5:\"width\";i:354;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x460.png\";s:5:\"width\";i:354;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x240.png\";s:5:\"width\";i:354;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.15.36-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-354x336.png\";s:5:\"width\";i:354;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.15.36-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14013,2438,'_thumbnail_id','2439'),(14014,2438,'xyz_fbap','1'),(14018,2438,'slide_template','default'),(14019,2438,'_bunyad_featured_post','0'),(14020,2438,'_bunyad_cat_label','0'),(14021,2438,'_bunyad_featured_disable','0'),(14022,2438,'_bunyad_reviews','0'),(14023,2438,'_bunyad_review_pos','none'),(14024,2438,'_bunyad_review_type','points'),(14025,2438,'_bunyad_review_verdict','Awesome'),(14026,2438,'_yoast_wpseo_focuskw_text_input','Chalice'),(14027,2438,'_yoast_wpseo_focuskw','Chalice'),(14028,2438,'_yoast_wpseo_metadesc','Mike Wagstaff, the owner of Chalice Mead, is re-inventing mead in a way that he hopes will increase its demand to make a delicious comeback.'),(14029,2438,'_yoast_wpseo_linkdex','77'),(14030,2438,'_yoast_wpseo_content_score','60'),(14031,2438,'_yoast_wpseo_primary_category','2'),(14032,2438,'_wpas_done_all','1'),(14035,2438,'_wpas_skip_20130109','1'),(14036,2441,'_edit_last','1'),(14037,2441,'_edit_lock','1535618049:1'),(14038,2442,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-09.19.21.png'),(14039,2442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-09.19.21.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-09.19.21-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.19.21-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-939x580.png\";s:5:\"width\";i:939;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-637x420.png\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.19.21-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-939x516.png\";s:5:\"width\";i:939;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.19.21-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.19.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14040,2441,'_thumbnail_id','2442'),(14041,2441,'xyz_fbap','1'),(14045,2441,'slide_template','default'),(14046,2441,'_bunyad_featured_post','1'),(14047,2441,'_bunyad_cat_label','0'),(14048,2441,'_bunyad_featured_disable','0'),(14049,2441,'_bunyad_reviews','0'),(14050,2441,'_bunyad_review_pos','none'),(14051,2441,'_bunyad_review_type','points'),(14052,2441,'_bunyad_review_verdict','Awesome'),(14053,2441,'_yoast_wpseo_focuskw_text_input','venue'),(14054,2441,'_yoast_wpseo_focuskw','venue'),(14055,2441,'_yoast_wpseo_title','Singa’s latest research hails the transformative power of karaoke.'),(14056,2441,'_yoast_wpseo_metadesc','Venue owners are constantly seeking new ways to grow their revenue, gain new customers and retain existing customers for longer.'),(14057,2441,'_yoast_wpseo_linkdex','75'),(14058,2441,'_yoast_wpseo_content_score','30'),(14059,2441,'_yoast_wpseo_primary_category','28'),(14060,2441,'_wpas_done_all','1'),(14061,2444,'_edit_last','1'),(14062,2444,'_edit_lock','1535618443:1'),(14063,2445,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-09.36.12.png'),(14064,2445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:935;s:6:\"height\";i:604;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-09.36.12.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-768x496.png\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-09.36.12-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.36.12-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-696x450.png\";s:5:\"width\";i:696;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-935x580.png\";s:5:\"width\";i:935;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-650x420.png\";s:5:\"width\";i:650;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-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:46:\"Screen-Shot-2018-08-30-at-09.36.12-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.36.12-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-935x516.png\";s:5:\"width\";i:935;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.36.12-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.36.12-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14065,2444,'_thumbnail_id','2445'),(14066,2444,'xyz_fbap','1'),(14070,2444,'slide_template','default'),(14071,2444,'_bunyad_featured_post','1'),(14072,2444,'_bunyad_cat_label','0'),(14073,2444,'_bunyad_featured_disable','0'),(14074,2444,'_bunyad_reviews','0'),(14075,2444,'_bunyad_review_pos','none'),(14076,2444,'_bunyad_review_type','points'),(14077,2444,'_bunyad_review_verdict','Awesome'),(14078,2444,'_yoast_wpseo_focuskw_text_input','Red Door'),(14079,2444,'_yoast_wpseo_focuskw','Red Door'),(14080,2444,'_yoast_wpseo_title','Red Door, the latest gin offering from Benromach Distillery, has landed.'),(14081,2444,'_yoast_wpseo_metadesc','Open the Red Door to discover a world of flavour, inspired by the elemental beauty of Scotland’s mountains, forests and coastline.'),(14082,2444,'_yoast_wpseo_linkdex','85'),(14083,2444,'_yoast_wpseo_content_score','30'),(14084,2444,'_yoast_wpseo_primary_category','2'),(14085,2444,'_wpas_done_all','1'),(14088,2444,'_wpas_skip_20130109','1'),(14089,2447,'_edit_last','1'),(14090,2447,'_edit_lock','1535618858:1'),(14091,2448,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-09.42.48.png'),(14092,2448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-09.42.48.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-768x494.png\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-09.42.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.42.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-696x448.png\";s:5:\"width\";i:696;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-961x580.png\";s:5:\"width\";i:961;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-653x420.png\";s:5:\"width\";i:653;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-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:46:\"Screen-Shot-2018-08-30-at-09.42.48-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.42.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-961x516.png\";s:5:\"width\";i:961;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.42.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.42.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14093,2447,'_thumbnail_id','2448'),(14094,2447,'xyz_fbap','1'),(14098,2447,'slide_template','default'),(14099,2447,'_bunyad_featured_post','1'),(14100,2447,'_bunyad_cat_label','0'),(14101,2447,'_bunyad_featured_disable','0'),(14102,2447,'_bunyad_reviews','0'),(14103,2447,'_bunyad_review_pos','none'),(14104,2447,'_bunyad_review_type','points'),(14105,2447,'_bunyad_review_verdict','Awesome'),(14106,2447,'_yoast_wpseo_focuskw_text_input','WRS'),(14107,2447,'_yoast_wpseo_focuskw','WRS'),(14108,2447,'_yoast_wpseo_title','WRS systems provide a complete solution for the hospitality trade'),(14109,2447,'_yoast_wpseo_metadesc','WRS systems provide a complete solution for the hospitality trade, where the ability to provide a fast-intuitive system is vital.'),(14110,2447,'_yoast_wpseo_linkdex','84'),(14111,2447,'_yoast_wpseo_content_score','30'),(14112,2447,'_yoast_wpseo_primary_category','8'),(14113,2447,'_wpas_done_all','1'),(14114,2450,'_edit_last','1'),(14115,2450,'_edit_lock','1535619204:1'),(14116,2451,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-09.50.24.png'),(14117,2451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:933;s:6:\"height\";i:615;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-09.50.24.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-768x506.png\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-09.50.24-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.50.24-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-933x580.png\";s:5:\"width\";i:933;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-637x420.png\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-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:46:\"Screen-Shot-2018-08-30-at-09.50.24-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.50.24-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-933x516.png\";s:5:\"width\";i:933;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-09.50.24-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-09.50.24-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14118,2450,'_thumbnail_id','2451'),(14119,2450,'xyz_fbap','1'),(14123,2450,'slide_template','default'),(14124,2450,'_bunyad_featured_post','1'),(14125,2450,'_bunyad_cat_label','0'),(14126,2450,'_bunyad_featured_disable','0'),(14127,2450,'_bunyad_reviews','0'),(14128,2450,'_bunyad_review_pos','none'),(14129,2450,'_bunyad_review_type','points'),(14130,2450,'_bunyad_review_verdict','Awesome'),(14131,2450,'_yoast_wpseo_focuskw_text_input','media'),(14132,2450,'_yoast_wpseo_focuskw','media'),(14133,2450,'_yoast_wpseo_metadesc','Fat Media, the digital marketing solutions company, offer five great tips on how to further your social media outreach, it\'s one not to miss.'),(14134,2450,'_yoast_wpseo_linkdex','81'),(14135,2450,'_yoast_wpseo_content_score','30'),(14136,2450,'_yoast_wpseo_primary_category','8'),(14137,2450,'_wpas_done_all','1'),(14138,2453,'_edit_last','1'),(14139,2453,'_edit_lock','1535620638:1'),(14140,2453,'slide_template','default'),(14141,2453,'_bunyad_featured_post','1'),(14142,2453,'_bunyad_cat_label','0'),(14143,2453,'_bunyad_featured_disable','0'),(14144,2453,'_bunyad_reviews','0'),(14145,2453,'_bunyad_review_pos','none'),(14146,2453,'_bunyad_review_type','points'),(14147,2453,'_bunyad_review_verdict','Awesome'),(14148,2453,'_yoast_wpseo_focuskw_text_input','POS'),(14149,2453,'_yoast_wpseo_focuskw','POS'),(14150,2453,'_yoast_wpseo_metadesc','Looking for a stylish POS printing solution with a range of connectivity options? Star is on hand to help.'),(14151,2453,'_yoast_wpseo_linkdex','63'),(14152,2453,'_yoast_wpseo_content_score','30'),(14153,2453,'_yoast_wpseo_primary_category','10'),(14154,2455,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-10.15.34.png'),(14155,2455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:867;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-10.15.34.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-768x549.png\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-10.15.34-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.15.34-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-696x498.png\";s:5:\"width\";i:696;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-867x580.png\";s:5:\"width\";i:867;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-587x420.png\";s:5:\"width\";i:587;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-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:46:\"Screen-Shot-2018-08-30-at-10.15.34-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.15.34-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-867x516.png\";s:5:\"width\";i:867;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.15.34-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.15.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14156,2453,'_thumbnail_id','2455'),(14157,2453,'xyz_fbap','1'),(14161,2453,'_wpas_done_all','1'),(14162,2456,'_edit_last','1'),(14163,2456,'_edit_lock','1535620895:1'),(14164,2456,'_thumbnail_id','1243'),(14165,2456,'xyz_fbap','1'),(14169,2456,'slide_template','default'),(14170,2456,'_bunyad_featured_post','0'),(14171,2456,'_bunyad_cat_label','0'),(14172,2456,'_bunyad_featured_disable','0'),(14173,2456,'_bunyad_reviews','0'),(14174,2456,'_bunyad_review_pos','none'),(14175,2456,'_bunyad_review_type','points'),(14176,2456,'_bunyad_review_verdict','Awesome'),(14177,2456,'_yoast_wpseo_focuskw_text_input','lib dems'),(14178,2456,'_yoast_wpseo_focuskw','lib dems'),(14179,2456,'_yoast_wpseo_metadesc','UKHospitality has commended the Liberal Democrats’ plans to abolish business rates but stressed that action must be taken immediately.'),(14180,2456,'_yoast_wpseo_linkdex','48'),(14181,2456,'_yoast_wpseo_content_score','30'),(14182,2456,'_yoast_wpseo_primary_category','8'),(14183,2456,'_wpas_done_all','1'),(14184,2458,'_edit_last','1'),(14185,2458,'_edit_lock','1535621959:1'),(14186,2459,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-10.35.14.png'),(14187,2459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:616;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-10.35.14.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-10.35.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.35.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-932x580.png\";s:5:\"width\";i:932;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-635x420.png\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-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:46:\"Screen-Shot-2018-08-30-at-10.35.14-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.35.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-932x516.png\";s:5:\"width\";i:932;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.35.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.35.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14188,2458,'_thumbnail_id','2459'),(14189,2458,'xyz_fbap','1'),(14193,2458,'slide_template','default'),(14194,2458,'_bunyad_featured_post','1'),(14195,2458,'_bunyad_cat_label','0'),(14196,2458,'_bunyad_featured_disable','0'),(14197,2458,'_bunyad_reviews','0'),(14198,2458,'_bunyad_review_pos','none'),(14199,2458,'_bunyad_review_type','points'),(14200,2458,'_bunyad_review_verdict','Awesome'),(14201,2458,'_yoast_wpseo_focuskw_text_input','filter coffee'),(14202,2458,'_yoast_wpseo_focuskw','filter coffee'),(14203,2458,'_yoast_wpseo_metadesc','Filter coffee isn’t just for diner scenes in American sitcoms; filter coffee has become the sensation that is sweeping across the nation.'),(14204,2458,'_yoast_wpseo_linkdex','85'),(14205,2458,'_yoast_wpseo_content_score','30'),(14206,2458,'_yoast_wpseo_primary_category','2'),(14207,2458,'_wpas_done_all','1'),(14208,2461,'_edit_last','1'),(14209,2461,'_edit_lock','1535622420:1'),(14210,2462,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-10.43.31.png'),(14211,2462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:937;s:6:\"height\";i:618;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-10.43.31.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-10.43.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.43.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-696x459.png\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-937x580.png\";s:5:\"width\";i:937;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-637x420.png\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-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:46:\"Screen-Shot-2018-08-30-at-10.43.31-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.43.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-937x516.png\";s:5:\"width\";i:937;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.43.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.43.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14212,2461,'_thumbnail_id','2462'),(14213,2461,'xyz_fbap','1'),(14217,2461,'slide_template','default'),(14218,2461,'_bunyad_featured_post','1'),(14219,2461,'_bunyad_cat_label','0'),(14220,2461,'_bunyad_featured_disable','0'),(14221,2461,'_bunyad_reviews','0'),(14222,2461,'_bunyad_review_pos','none'),(14223,2461,'_bunyad_review_type','points'),(14224,2461,'_bunyad_review_verdict','Awesome'),(14225,2461,'_yoast_wpseo_focuskw_text_input','ale'),(14226,2461,'_yoast_wpseo_focuskw','ale'),(14227,2461,'_yoast_wpseo_title','Siren’s Broken Dream Breakfast Stout is named the best in Britain'),(14228,2461,'_yoast_wpseo_metadesc','Siren Brewery based in Berkshire has won the Campaign for Real Ale\'s prestigious Champion Beer of Britain award, highest accolades in the industry.'),(14229,2461,'_yoast_wpseo_linkdex','71'),(14230,2461,'_yoast_wpseo_content_score','30'),(14231,2461,'_yoast_wpseo_primary_category','6'),(14232,2461,'_wpas_done_all','1'),(14235,2461,'_wpas_skip_20130109','1'),(14242,2464,'_edit_last','1'),(14243,2464,'_edit_lock','1535622951:1'),(14244,2464,'slide_template','default'),(14245,2464,'_bunyad_featured_post','1'),(14246,2464,'_bunyad_cat_label','0'),(14247,2464,'_bunyad_featured_disable','0'),(14248,2464,'_bunyad_reviews','0'),(14249,2464,'_bunyad_review_pos','none'),(14250,2464,'_bunyad_review_type','points'),(14251,2464,'_bunyad_review_verdict','Awesome'),(14252,2464,'_yoast_wpseo_content_score','30'),(14253,2464,'_yoast_wpseo_primary_category','10'),(14254,2466,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-10.49.50.png'),(14255,2466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:622;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-10.49.50.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-10.49.50-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.49.50-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-696x392.png\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-30-at-10.49.50-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-30-at-10.49.50-1068x601.png\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-746x420.png\";s:5:\"width\";i:746;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-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:46:\"Screen-Shot-2018-08-30-at-10.49.50-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-30-at-10.49.50-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.49.50-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-30-at-10.49.50-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.49.50-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.49.50-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14256,2464,'_thumbnail_id','2466'),(14257,2464,'xyz_fbap','1'),(14261,2464,'_yoast_wpseo_focuskw_text_input','social media'),(14262,2464,'_yoast_wpseo_focuskw','social media'),(14263,2464,'_yoast_wpseo_metadesc','On-Trade Progress explores avenues hospitality entrepreneurs can take to use social media in different ways to drive footfall.'),(14264,2464,'_yoast_wpseo_linkdex','78'),(14265,2464,'_wpas_done_all','1'),(14266,2467,'_edit_last','1'),(14267,2467,'_edit_lock','1535623984:1'),(14268,2468,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-10.57.51.png'),(14269,2468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:620;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-10.57.51.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-10.57.51-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.57.51-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-939x580.png\";s:5:\"width\";i:939;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-636x420.png\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-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:46:\"Screen-Shot-2018-08-30-at-10.57.51-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.57.51-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-939x516.png\";s:5:\"width\";i:939;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.57.51-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.57.51-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14270,2469,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-10.58.01.png'),(14271,2469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:841;s:6:\"height\";i:586;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-10.58.01.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-768x535.png\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-10.58.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.58.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-696x485.png\";s:5:\"width\";i:696;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-841x580.png\";s:5:\"width\";i:841;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-603x420.png\";s:5:\"width\";i:603;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-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:46:\"Screen-Shot-2018-08-30-at-10.58.01-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.58.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-841x516.png\";s:5:\"width\";i:841;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-10.58.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-10.58.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14272,2467,'_thumbnail_id','2468'),(14273,2467,'xyz_fbap','1'),(14277,2467,'slide_template','default'),(14278,2467,'_bunyad_featured_post','1'),(14279,2467,'_bunyad_cat_label','0'),(14280,2467,'_bunyad_featured_disable','0'),(14281,2467,'_bunyad_reviews','0'),(14282,2467,'_bunyad_review_pos','none'),(14283,2467,'_bunyad_review_type','points'),(14284,2467,'_bunyad_review_verdict','Awesome'),(14285,2467,'_yoast_wpseo_focuskw_text_input','imigration'),(14286,2467,'_yoast_wpseo_focuskw','imigration'),(14287,2467,'_yoast_wpseo_metadesc','With Brexit not far away, the Home Affairs Committee has released a report titled ‘Policy options for future migration from the European Economic Area.'),(14288,2467,'_yoast_wpseo_linkdex','63'),(14289,2467,'_yoast_wpseo_content_score','30'),(14290,2467,'_yoast_wpseo_primary_category','8'),(14291,2467,'_wpas_done_all','1'),(14294,2467,'_wpas_skip_20130109','1'),(14295,2471,'_edit_last','1'),(14296,2471,'_edit_lock','1535624457:1'),(14297,2472,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-11.14.48.png'),(14298,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:902;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-11.14.48.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-768x527.png\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-11.14.48-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.14.48-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-696x478.png\";s:5:\"width\";i:696;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-902x580.png\";s:5:\"width\";i:902;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-612x420.png\";s:5:\"width\";i:612;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-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:46:\"Screen-Shot-2018-08-30-at-11.14.48-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.14.48-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-902x516.png\";s:5:\"width\";i:902;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.14.48-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.14.48-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14299,2471,'_thumbnail_id','2472'),(14300,2471,'xyz_fbap','1'),(14304,2471,'slide_template','default'),(14305,2471,'_bunyad_featured_post','1'),(14306,2471,'_bunyad_cat_label','0'),(14307,2471,'_bunyad_featured_disable','0'),(14308,2471,'_bunyad_reviews','0'),(14309,2471,'_bunyad_review_pos','none'),(14310,2471,'_bunyad_review_type','points'),(14311,2471,'_bunyad_review_verdict','Awesome'),(14312,2471,'_yoast_wpseo_focuskw_text_input','hospitality'),(14313,2471,'_yoast_wpseo_focuskw','hospitality'),(14314,2471,'_yoast_wpseo_metadesc','The hospitality industry is booming across the world, and one country where this is no different is Ireland. Famous for its striking coastline and cities.'),(14315,2471,'_yoast_wpseo_linkdex','68'),(14316,2471,'_yoast_wpseo_content_score','30'),(14317,2471,'_yoast_wpseo_primary_category','8'),(14318,2471,'_wpas_done_all','1'),(14319,2475,'_edit_last','1'),(14320,2475,'_edit_lock','1535624960:1'),(14321,2476,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-11.23.59.png'),(14322,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:933;s:6:\"height\";i:617;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-11.23.59.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-11.23.59-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.23.59-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-696x460.png\";s:5:\"width\";i:696;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-933x580.png\";s:5:\"width\";i:933;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-635x420.png\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-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:46:\"Screen-Shot-2018-08-30-at-11.23.59-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.23.59-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-933x516.png\";s:5:\"width\";i:933;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.23.59-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.23.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14323,2475,'_thumbnail_id','2476'),(14324,2475,'xyz_fbap','1'),(14328,2475,'slide_template','default'),(14329,2475,'_bunyad_featured_post','1'),(14330,2475,'_bunyad_cat_label','0'),(14331,2475,'_bunyad_featured_disable','0'),(14332,2475,'_bunyad_reviews','0'),(14333,2475,'_bunyad_review_pos','none'),(14334,2475,'_bunyad_review_type','points'),(14335,2475,'_bunyad_review_verdict','Awesome'),(14336,2475,'_yoast_wpseo_focuskw_text_input','visa'),(14337,2475,'_yoast_wpseo_focuskw','visa'),(14338,2475,'_yoast_wpseo_metadesc','A recent study conducted by Visa found that ten years on from the birth of contactless payments (September 2017) almost 66% of Brits have made a purchase.'),(14339,2475,'_yoast_wpseo_linkdex','70'),(14340,2475,'_yoast_wpseo_content_score','30'),(14341,2475,'_yoast_wpseo_primary_category','10'),(14342,2475,'_wpas_done_all','1'),(14343,2478,'_edit_last','1'),(14344,2478,'_edit_lock','1535626197:1'),(14345,2479,'_wp_attached_file','2018/08/Screen-Shot-2018-08-30-at-11.33.27.png'),(14346,2479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:681;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-30-at-11.33.27.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-30-at-11.33.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.33.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x360.png\";s:5:\"width\";i:471;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x261.png\";s:5:\"width\";i:471;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x462.png\";s:5:\"width\";i:471;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x385.png\";s:5:\"width\";i:471;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x486.png\";s:5:\"width\";i:471;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x580.png\";s:5:\"width\";i:471;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-290x420.png\";s:5:\"width\";i:290;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-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:46:\"Screen-Shot-2018-08-30-at-11.33.27-207x300.png\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.33.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x516.png\";s:5:\"width\";i:471;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x336.png\";s:5:\"width\";i:471;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x336.png\";s:5:\"width\";i:471;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x386.png\";s:5:\"width\";i:471;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x460.png\";s:5:\"width\";i:471;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x240.png\";s:5:\"width\";i:471;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-30-at-11.33.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-471x336.png\";s:5:\"width\";i:471;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-30-at-11.33.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14347,2478,'_thumbnail_id','2479'),(14348,2478,'xyz_fbap','1'),(14352,2478,'slide_template','default'),(14353,2478,'_bunyad_featured_post','0'),(14354,2478,'_bunyad_cat_label','0'),(14355,2478,'_bunyad_featured_disable','0'),(14356,2478,'_bunyad_reviews','0'),(14357,2478,'_bunyad_review_pos','none'),(14358,2478,'_bunyad_review_type','points'),(14359,2478,'_bunyad_review_verdict','Awesome'),(14360,2478,'_yoast_wpseo_focuskw_text_input','fridge'),(14361,2478,'_yoast_wpseo_focuskw','fridge'),(14362,2478,'_yoast_wpseo_metadesc','If you want to see how to turn a fridge into a show stopper, check out Williams at the Restaurant Show 2018.'),(14363,2478,'_yoast_wpseo_linkdex','80'),(14364,2478,'_yoast_wpseo_content_score','30'),(14365,2478,'_yoast_wpseo_primary_category','32'),(14366,2478,'_wpas_done_all','1'),(14369,2478,'_wpas_skip_20130109','1'),(14370,2483,'_edit_last','1'),(14371,2483,'_edit_lock','1535700311:1'),(14372,2484,'_wp_attached_file','2018/08/Screen-Shot-2018-08-31-at-08.11.19.png'),(14373,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:718;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-31-at-08.11.19.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-31-at-08.11.19-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-31-at-08.11.19-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x360.png\";s:5:\"width\";i:461;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x261.png\";s:5:\"width\";i:461;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x462.png\";s:5:\"width\";i:461;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x385.png\";s:5:\"width\";i:461;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x486.png\";s:5:\"width\";i:461;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x580.png\";s:5:\"width\";i:461;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-270x420.png\";s:5:\"width\";i:270;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-31-at-08.11.19-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x516.png\";s:5:\"width\";i:461;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x336.png\";s:5:\"width\";i:461;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x336.png\";s:5:\"width\";i:461;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x386.png\";s:5:\"width\";i:461;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x460.png\";s:5:\"width\";i:461;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x240.png\";s:5:\"width\";i:461;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-31-at-08.11.19-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-461x336.png\";s:5:\"width\";i:461;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-08.11.19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14374,2483,'_thumbnail_id','2484'),(14375,2483,'xyz_fbap','1'),(14379,2483,'slide_template','default'),(14380,2483,'_bunyad_featured_post','0'),(14381,2483,'_bunyad_cat_label','0'),(14382,2483,'_bunyad_featured_disable','0'),(14383,2483,'_bunyad_reviews','0'),(14384,2483,'_bunyad_review_pos','none'),(14385,2483,'_bunyad_review_type','points'),(14386,2483,'_bunyad_review_verdict','Awesome'),(14387,2483,'_yoast_wpseo_focuskw_text_input','FEM'),(14388,2483,'_yoast_wpseo_focuskw','FEM'),(14389,2483,'_yoast_wpseo_metadesc','The Smart Oil Management system, developed in the USA by Frontline International, has now been launched in the UK through FEM.'),(14390,2483,'_yoast_wpseo_linkdex','73'),(14391,2483,'_yoast_wpseo_content_score','30'),(14392,2483,'_yoast_wpseo_primary_category','32'),(14393,2483,'_wpas_done_all','1'),(14394,2486,'_edit_last','1'),(14395,2486,'_edit_lock','1535959292:1'),(14396,2486,'slide_template','default'),(14397,2486,'_bunyad_featured_post','0'),(14398,2486,'_bunyad_cat_label','0'),(14399,2486,'_bunyad_featured_disable','0'),(14400,2486,'_bunyad_reviews','0'),(14401,2486,'_bunyad_review_pos','none'),(14402,2486,'_bunyad_review_type','points'),(14403,2486,'_bunyad_review_verdict','Awesome'),(14404,2486,'_yoast_wpseo_focuskw_text_input','LCBF'),(14405,2486,'_yoast_wpseo_focuskw','LCBF'),(14406,2486,'_yoast_wpseo_metadesc','London Craft Beer Festival (LCBF) arrived in the UK this month, On-Trade Progress went and visited the show'),(14407,2486,'_yoast_wpseo_linkdex','73'),(14408,2486,'_yoast_wpseo_content_score','30'),(14409,2486,'_yoast_wpseo_primary_category','6'),(14410,2488,'_edit_last','1'),(14411,2488,'_edit_lock','1535959128:1'),(14412,2488,'slide_template','default'),(14413,2488,'_bunyad_featured_post','1'),(14414,2488,'_bunyad_cat_label','0'),(14415,2488,'_bunyad_featured_disable','0'),(14416,2488,'_bunyad_reviews','0'),(14417,2488,'_bunyad_review_pos','none'),(14418,2488,'_bunyad_review_type','points'),(14419,2488,'_bunyad_review_verdict','Awesome'),(14420,2488,'_yoast_wpseo_focuskw_text_input','St James Bar'),(14421,2488,'_yoast_wpseo_focuskw','St James Bar'),(14422,2488,'_yoast_wpseo_metadesc','We visit the St James Bar on one of London’s many heatwave afternoons; being welcomed into the hotel bar and given a premium spot at the bar.'),(14423,2488,'_yoast_wpseo_linkdex','77'),(14424,2488,'_yoast_wpseo_content_score','30'),(14425,2488,'_yoast_wpseo_primary_category','2'),(14426,2490,'_edit_last','1'),(14427,2490,'_edit_lock','1535959168:1'),(14428,2490,'slide_template','default'),(14429,2490,'_bunyad_featured_post','1'),(14430,2490,'_bunyad_cat_label','0'),(14431,2490,'_bunyad_featured_disable','0'),(14432,2490,'_bunyad_reviews','0'),(14433,2490,'_bunyad_review_pos','none'),(14434,2490,'_bunyad_review_type','points'),(14435,2490,'_bunyad_review_verdict','Awesome'),(14436,2490,'_yoast_wpseo_focuskw_text_input','Grapes'),(14437,2490,'_yoast_wpseo_focuskw','Grapes'),(14438,2490,'_yoast_wpseo_metadesc','This month, Lady of the Grapes opens its door in London’s social heart, Covent Garden. Its pull? Serving wines made predominately from female winemakers.'),(14439,2490,'_yoast_wpseo_linkdex','84'),(14440,2490,'_yoast_wpseo_content_score','30'),(14441,2490,'_yoast_wpseo_primary_category','5'),(14442,2492,'_edit_last','1'),(14443,2492,'_edit_lock','1535958836:1'),(14444,2493,'_wp_attached_file','2018/08/Screen-Shot-2018-08-31-at-09.57.56.png'),(14445,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:929;s:6:\"height\";i:619;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-31-at-09.57.56.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-31-at-09.57.56-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-31-at-09.57.56-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-929x580.png\";s:5:\"width\";i:929;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-630x420.png\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-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:46:\"Screen-Shot-2018-08-31-at-09.57.56-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-31-at-09.57.56-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-929x516.png\";s:5:\"width\";i:929;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-31-at-09.57.56-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-31-at-09.57.56-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14446,2492,'_thumbnail_id','2493'),(14447,2492,'xyz_fbap','1'),(14451,2492,'slide_template','default'),(14452,2492,'_bunyad_featured_post','1'),(14453,2492,'_bunyad_cat_label','0'),(14454,2492,'_bunyad_featured_disable','0'),(14455,2492,'_bunyad_reviews','0'),(14456,2492,'_bunyad_review_pos','none'),(14457,2492,'_bunyad_review_type','points'),(14458,2492,'_bunyad_review_verdict','Awesome'),(14459,2492,'_yoast_wpseo_focuskw_text_input','HIT'),(14460,2492,'_yoast_wpseo_focuskw','HIT'),(14461,2492,'_yoast_wpseo_title','HIT apprentice becomes first to complete Hospitality Supervisor Apprenticeship'),(14462,2492,'_yoast_wpseo_metadesc','An apprentice supported by HIT Training has become the first in the country to complete the new Hospitality Supervisor Apprenticeship.'),(14463,2492,'_yoast_wpseo_linkdex','84'),(14464,2492,'_yoast_wpseo_content_score','30'),(14465,2492,'_yoast_wpseo_primary_category','8'),(14466,2492,'_wpas_done_all','1'),(14468,2496,'_wp_attached_file','2018/08/RBTL-BAN-728-x-90-e1535711275992.jpg'),(14469,2496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:44:\"2018/08/RBTL-BAN-728-x-90-e1535711275992.jpg\";s:5:\"sizes\";a:34:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-150x90.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"RBTL-BAN-728-x-90-e1535711275992-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-218x90.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-265x90.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-324x90.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-324x90.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-324x90.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-356x90.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-356x90.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-485x90.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-533x90.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-534x90.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-696x86.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"RBTL-BAN-728-x-90-e1535711275992-696x90.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-110x90.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-702x90.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-702x90.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-351x90.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-351x90.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-168x90.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-214x90.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-343x90.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-233x90.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-536x90.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-269x90.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-600x90.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-474x90.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-235x90.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-326x90.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-702x90.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"RBTL-BAN-728-x-90-214x90.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:90;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:{}}}'),(14470,2496,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:21:\"RBTL-BAN-728-x-90.jpg\";}s:18:\"full-1535711275992\";a:3:{s:5:\"width\";i:728;s:6:\"height\";i:90;s:4:\"file\";s:36:\"RBTL-BAN-728-x-90-e1535711251742.jpg\";}}'),(14482,2499,'_wp_attached_file','2018/08/Screen-Shot-2018-09-03-at-08.17.14.png'),(14483,2499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-09-03-at-08.17.14.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-768x500.png\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-03-at-08.17.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.17.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-696x453.png\";s:5:\"width\";i:696;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-939x580.png\";s:5:\"width\";i:939;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-645x420.png\";s:5:\"width\";i:645;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-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:46:\"Screen-Shot-2018-09-03-at-08.17.14-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.17.14-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-939x516.png\";s:5:\"width\";i:939;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.17.14-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.14-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14484,2500,'_wp_attached_file','2018/08/shutterstock_84789952.jpg'),(14485,2501,'_wp_attached_file','2018/08/Screen-Shot-2018-09-03-at-08.16.48-1.png'),(14486,2501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1037;s:6:\"height\";i:619;s:4:\"file\";s:48:\"2018/08/Screen-Shot-2018-09-03-at-08.16.48-1.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-768x458.png\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.16.48-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-03-at-08.16.48-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-696x415.png\";s:5:\"width\";i:696;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-03-at-08.16.48-1-1037x580.png\";s:5:\"width\";i:1037;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-704x420.png\";s:5:\"width\";i:704;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-03-at-08.16.48-1-1024x611.png\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-03-at-08.16.48-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2018-09-03-at-08.16.48-1-1037x516.png\";s:5:\"width\";i:1037;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-03-at-08.16.48-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-09-03-at-08.16.48-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14487,2490,'_thumbnail_id','2501'),(14488,2490,'xyz_fbap','1'),(14492,2490,'_wp_old_date','2018-08-31'),(14493,2490,'_wpas_done_all','1'),(14496,2490,'_wpas_skip_20130109','1'),(14497,2502,'_wp_attached_file','2018/08/Screen-Shot-2018-09-03-at-08.17.33.png'),(14498,2502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:791;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-09-03-at-08.17.33.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-03-at-08.17.33-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.17.33-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x385.png\";s:5:\"width\";i:630;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x486.png\";s:5:\"width\";i:630;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x580.png\";s:5:\"width\";i:630;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-335x420.png\";s:5:\"width\";i:335;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-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:46:\"Screen-Shot-2018-09-03-at-08.17.33-239x300.png\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.17.33-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x516.png\";s:5:\"width\";i:630;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x336.png\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x336.png\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.17.33-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-630x336.png\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.17.33-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14499,2488,'_thumbnail_id','2502'),(14500,2488,'xyz_fbap','1'),(14504,2488,'_wp_old_date','2018-08-31'),(14505,2488,'_wpas_done_all','1'),(14506,2486,'_thumbnail_id','2499'),(14507,2486,'xyz_fbap','1'),(14511,2486,'_wp_old_date','2018-08-31'),(14512,2486,'_wpas_done_all','1'),(14513,2503,'_edit_last','1'),(14514,2503,'_edit_lock','1535960975:1'),(14515,2503,'_thumbnail_id','1243'),(14516,2503,'xyz_fbap','1'),(14520,2503,'slide_template','default'),(14521,2503,'_bunyad_featured_post','0'),(14522,2503,'_bunyad_cat_label','0'),(14523,2503,'_bunyad_featured_disable','0'),(14524,2503,'_bunyad_reviews','0'),(14525,2503,'_bunyad_review_pos','none'),(14526,2503,'_bunyad_review_type','points'),(14527,2503,'_bunyad_review_verdict','Awesome'),(14528,2503,'_yoast_wpseo_focuskw_text_input','gov'),(14529,2503,'_yoast_wpseo_focuskw','gov'),(14530,2503,'_yoast_wpseo_metadesc','Legislation to address the potential misuse of the home-sharing sector is a welcome step in the right direction.........'),(14531,2503,'_yoast_wpseo_linkdex','54'),(14532,2503,'_yoast_wpseo_content_score','30'),(14533,2503,'_yoast_wpseo_primary_category','8'),(14534,2503,'_wpas_done_all','1'),(14535,2505,'_edit_last','1'),(14536,2505,'_edit_lock','1535961332:1'),(14537,2506,'_wp_attached_file','2018/09/Screen-Shot-2018-09-03-at-08.51.17.png'),(14538,2506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:789;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-03-at-08.51.17.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-03-at-08.51.17-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.51.17-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x385.png\";s:5:\"width\";i:648;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x486.png\";s:5:\"width\";i:648;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x580.png\";s:5:\"width\";i:648;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-345x420.png\";s:5:\"width\";i:345;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-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:46:\"Screen-Shot-2018-09-03-at-08.51.17-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.51.17-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x516.png\";s:5:\"width\";i:648;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x336.png\";s:5:\"width\";i:648;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x336.png\";s:5:\"width\";i:648;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-08.51.17-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-648x336.png\";s:5:\"width\";i:648;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-08.51.17-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14539,2505,'_thumbnail_id','2506'),(14540,2505,'xyz_fbap','1'),(14544,2505,'slide_template','default'),(14545,2505,'_bunyad_featured_post','1'),(14546,2505,'_bunyad_cat_label','0'),(14547,2505,'_bunyad_featured_disable','0'),(14548,2505,'_bunyad_reviews','0'),(14549,2505,'_bunyad_review_pos','none'),(14550,2505,'_bunyad_review_type','points'),(14551,2505,'_bunyad_review_verdict','Awesome'),(14552,2505,'_yoast_wpseo_focuskw_text_input','M&J Seafood'),(14553,2505,'_yoast_wpseo_focuskw','M&J Seafood'),(14554,2505,'_yoast_wpseo_metadesc','Sashimi and other popular raw fish dishes have never been easier than with Joii’s ready to eat, raw fish range, now available exclusively from M&J Seafood.'),(14555,2505,'_yoast_wpseo_linkdex','76'),(14556,2505,'_yoast_wpseo_content_score','30'),(14557,2505,'_yoast_wpseo_primary_category','3'),(14558,2505,'_wpas_done_all','1'),(14559,2508,'_edit_last','1'),(14560,2508,'_edit_lock','1535965310:1'),(14561,2509,'_wp_attached_file','2018/09/Screen-Shot-2018-09-03-at-09.05.58.png'),(14562,2509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:963;s:6:\"height\";i:715;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-03-at-09.05.58.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-768x570.png\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-03-at-09.05.58-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-09.05.58-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-696x517.png\";s:5:\"width\";i:696;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-963x580.png\";s:5:\"width\";i:963;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-566x420.png\";s:5:\"width\";i:566;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-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:46:\"Screen-Shot-2018-09-03-at-09.05.58-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-09.05.58-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-963x516.png\";s:5:\"width\";i:963;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-09.05.58-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-09.05.58-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14563,2508,'_thumbnail_id','2509'),(14564,2508,'xyz_fbap','1'),(14568,2508,'slide_template','default'),(14569,2508,'_bunyad_featured_post','0'),(14570,2508,'_bunyad_cat_label','0'),(14571,2508,'_bunyad_featured_disable','0'),(14572,2508,'_bunyad_reviews','0'),(14573,2508,'_bunyad_review_pos','none'),(14574,2508,'_bunyad_review_type','points'),(14575,2508,'_bunyad_review_verdict','Awesome'),(14576,2508,'_yoast_wpseo_focuskw_text_input','refrigeration'),(14577,2508,'_yoast_wpseo_focuskw','refrigeration'),(14578,2508,'_yoast_wpseo_title','Norfolk refrigeration manufacturer celebrates tenth anniversary'),(14579,2508,'_yoast_wpseo_metadesc','A Norfolk-based British manufacturer is doing rather well both over here and over there as it celebrates its tenth anniversary.'),(14580,2508,'_yoast_wpseo_linkdex','75'),(14581,2508,'_yoast_wpseo_content_score','30'),(14582,2508,'_yoast_wpseo_primary_category','8'),(14583,2508,'_wpas_done_all','1'),(14584,2511,'_edit_last','1'),(14585,2511,'_edit_lock','1535965568:1'),(14586,2511,'slide_template','default'),(14587,2511,'_bunyad_featured_post','0'),(14588,2511,'_bunyad_cat_label','0'),(14589,2511,'_bunyad_featured_disable','0'),(14590,2511,'_bunyad_reviews','0'),(14591,2511,'_bunyad_review_pos','none'),(14592,2511,'_bunyad_review_type','points'),(14593,2511,'_bunyad_review_verdict','Awesome'),(14594,2511,'_yoast_wpseo_focuskw_text_input','Sky Sports'),(14595,2511,'_yoast_wpseo_focuskw','Sky Sports'),(14596,2511,'_yoast_wpseo_title','Twelve more matches added in October and November'),(14597,2511,'_yoast_wpseo_metadesc','Sky Sports has announced 12 more live EFL fixtures in October and November, including many of the biggest clubs in the Sky Bet Championship.'),(14598,2511,'_yoast_wpseo_linkdex','54'),(14599,2511,'_yoast_wpseo_content_score','30'),(14600,2511,'_yoast_wpseo_primary_category','28'),(14601,2513,'_edit_last','1'),(14602,2513,'_edit_lock','1535965975:1'),(14603,2514,'_wp_attached_file','2018/09/Screen-Shot-2018-09-03-at-10.10.47.png'),(14604,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:715;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-03-at-10.10.47.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-03-at-10.10.47-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-10.10.47-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x261.png\";s:5:\"width\";i:531;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x462.png\";s:5:\"width\";i:531;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x385.png\";s:5:\"width\";i:531;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x486.png\";s:5:\"width\";i:531;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x580.png\";s:5:\"width\";i:531;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-312x420.png\";s:5:\"width\";i:312;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-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:46:\"Screen-Shot-2018-09-03-at-10.10.47-223x300.png\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-10.10.47-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x516.png\";s:5:\"width\";i:531;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x336.png\";s:5:\"width\";i:531;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x336.png\";s:5:\"width\";i:531;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x386.png\";s:5:\"width\";i:531;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x460.png\";s:5:\"width\";i:531;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-03-at-10.10.47-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-531x336.png\";s:5:\"width\";i:531;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-03-at-10.10.47-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14605,2513,'_thumbnail_id','2514'),(14606,2513,'xyz_fbap','1'),(14610,2513,'slide_template','default'),(14611,2513,'_bunyad_featured_post','0'),(14612,2513,'_bunyad_cat_label','0'),(14613,2513,'_bunyad_featured_disable','0'),(14614,2513,'_bunyad_reviews','0'),(14615,2513,'_bunyad_review_pos','none'),(14616,2513,'_bunyad_review_type','points'),(14617,2513,'_bunyad_review_verdict','Awesome'),(14618,2513,'_yoast_wpseo_focuskw_text_input','FEM'),(14619,2513,'_yoast_wpseo_focuskw','FEM'),(14620,2513,'_yoast_wpseo_title','FEM adds exceptionally experienced foodservice professional to team'),(14621,2513,'_yoast_wpseo_metadesc','Mark Finney has joined FEM as Sales Manager for Scotland and North England. An exceptionally experienced foodservice professional.'),(14622,2513,'_yoast_wpseo_linkdex','72'),(14623,2513,'_yoast_wpseo_content_score','30'),(14624,2513,'_yoast_wpseo_primary_category','8'),(14625,2513,'_wpas_done_all','1'),(14626,2517,'_edit_last','1'),(14627,2517,'_edit_lock','1536131106:1'),(14628,2518,'_wp_attached_file','2018/09/Screen-Shot-2018-09-05-at-08.02.59.png'),(14629,2518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:836;s:6:\"height\";i:623;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-05-at-08.02.59.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-768x572.png\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-05-at-08.02.59-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.02.59-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-696x519.png\";s:5:\"width\";i:696;s:6:\"height\";i:519;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-836x580.png\";s:5:\"width\";i:836;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-564x420.png\";s:5:\"width\";i:564;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-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:46:\"Screen-Shot-2018-09-05-at-08.02.59-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.02.59-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-836x516.png\";s:5:\"width\";i:836;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.02.59-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.02.59-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14630,2517,'_thumbnail_id','2518'),(14631,2517,'xyz_fbap','1'),(14635,2517,'slide_template','default'),(14636,2517,'_bunyad_featured_post','1'),(14637,2517,'_bunyad_cat_label','0'),(14638,2517,'_bunyad_featured_disable','0'),(14639,2517,'_bunyad_reviews','0'),(14640,2517,'_bunyad_review_pos','none'),(14641,2517,'_bunyad_review_type','points'),(14642,2517,'_bunyad_review_verdict','Awesome'),(14643,2517,'_yoast_wpseo_focuskw_text_input','pubaid'),(14644,2517,'_yoast_wpseo_focuskw','pubaid'),(14645,2517,'_yoast_wpseo_title','Registration now open for World’s Biggest Pub Quiz 2019'),(14646,2517,'_yoast_wpseo_metadesc','Organisers PubAid are encouraging even more pubs and venues to encourage their customers to take part and raise money for charities.'),(14647,2517,'_yoast_wpseo_linkdex','79'),(14648,2517,'_yoast_wpseo_content_score','30'),(14649,2517,'_yoast_wpseo_primary_category','6'),(14650,2517,'_wpas_done_all','1'),(14651,2521,'_edit_last','1'),(14652,2521,'_edit_lock','1536131489:1'),(14653,2522,'_wp_attached_file','2018/09/Screen-Shot-2018-09-05-at-08.09.43.png'),(14654,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1086;s:6:\"height\";i:712;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-05-at-08.09.43.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-768x504.png\";s:5:\"width\";i:768;s:6:\"height\";i:504;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-05-at-08.09.43-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.09.43-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-696x456.png\";s:5:\"width\";i:696;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.09.43-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.09.43-1068x700.png\";s:5:\"width\";i:1068;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-641x420.png\";s:5:\"width\";i:641;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-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:46:\"Screen-Shot-2018-09-05-at-08.09.43-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.09.43-1024x671.png\";s:5:\"width\";i:1024;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.09.43-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.09.43-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.09.43-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.09.43-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14655,2521,'_thumbnail_id','2522'),(14656,2521,'xyz_fbap','1'),(14660,2521,'slide_template','default'),(14661,2521,'_bunyad_featured_post','1'),(14662,2521,'_bunyad_cat_label','0'),(14663,2521,'_bunyad_featured_disable','0'),(14664,2521,'_bunyad_reviews','0'),(14665,2521,'_bunyad_review_pos','none'),(14666,2521,'_bunyad_review_type','points'),(14667,2521,'_bunyad_review_verdict','Awesome'),(14668,2521,'_yoast_wpseo_focuskw_text_input','Falcon'),(14669,2521,'_yoast_wpseo_focuskw','Falcon'),(14670,2521,'_yoast_wpseo_metadesc','Falcon will be showing a number of new products on their stand at Restaurant 2018, for both their Dominator Plus and F900 ranges.'),(14671,2521,'_yoast_wpseo_linkdex','77'),(14672,2521,'_yoast_wpseo_content_score','30'),(14673,2521,'_yoast_wpseo_primary_category','32'),(14674,2521,'_wpas_done_all','1'),(14677,2521,'_wpas_skip_20130109','1'),(14678,2525,'_edit_last','1'),(14679,2525,'_edit_lock','1536132186:1'),(14680,2526,'_wp_attached_file','2018/09/Screen-Shot-2018-09-05-at-08.16.34.png'),(14681,2526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:935;s:6:\"height\";i:621;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-05-at-08.16.34.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-05-at-08.16.34-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.16.34-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-935x580.png\";s:5:\"width\";i:935;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-632x420.png\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-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:46:\"Screen-Shot-2018-09-05-at-08.16.34-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.16.34-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-935x516.png\";s:5:\"width\";i:935;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.16.34-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.16.34-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14682,2525,'_thumbnail_id','2526'),(14683,2525,'xyz_fbap','1'),(14687,2525,'slide_template','default'),(14688,2525,'_bunyad_featured_post','1'),(14689,2525,'_bunyad_cat_label','0'),(14690,2525,'_bunyad_featured_disable','0'),(14691,2525,'_bunyad_reviews','0'),(14692,2525,'_bunyad_review_pos','none'),(14693,2525,'_bunyad_review_type','points'),(14694,2525,'_bunyad_review_verdict','Awesome'),(14695,2525,'_yoast_wpseo_focuskw_text_input','Panko'),(14696,2525,'_yoast_wpseo_focuskw','Panko'),(14697,2525,'_yoast_wpseo_title','Panko Breadcrumbs Crisp up country range’s growing global pantry'),(14698,2525,'_yoast_wpseo_metadesc','Country Range, the leading independent foodservice brand and main sponsor of the Student Chef Challenge 2018/19, is helping caterers get that perfect crunch'),(14699,2525,'_yoast_wpseo_linkdex','80'),(14700,2525,'_yoast_wpseo_content_score','90'),(14701,2525,'_yoast_wpseo_primary_category','3'),(14702,2525,'_wpas_done_all','1'),(14703,2528,'_edit_last','1'),(14704,2528,'_edit_lock','1536132778:1'),(14705,2529,'_wp_attached_file','2018/09/Screen-Shot-2018-09-05-at-08.28.21.png'),(14706,2529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:717;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-05-at-08.28.21.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-05-at-08.28.21-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.28.21-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-696x462.png\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.28.21-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.28.21-1068x709.png\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-633x420.png\";s:5:\"width\";i:633;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.28.21-1024x680.png\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.28.21-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-09-05-at-08.28.21-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.28.21-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.28.21-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14707,2528,'_thumbnail_id','2529'),(14708,2528,'xyz_fbap','1'),(14712,2528,'slide_template','default'),(14713,2528,'_bunyad_featured_post','1'),(14714,2528,'_bunyad_cat_label','0'),(14715,2528,'_bunyad_featured_disable','0'),(14716,2528,'_bunyad_reviews','0'),(14717,2528,'_bunyad_review_pos','none'),(14718,2528,'_bunyad_review_type','points'),(14719,2528,'_bunyad_review_verdict','Awesome'),(14720,2528,'_yoast_wpseo_focuskw_text_input','Moffat'),(14721,2528,'_yoast_wpseo_focuskw','Moffat'),(14722,2528,'_yoast_wpseo_title','Moffat presents eye-catching duo at The Restaurant Show 2018'),(14723,2528,'_yoast_wpseo_metadesc','Moffat showcases two of its latest foodservice concepts at the Restaurant Show, the MHC1 grab and go, merchandiser, which can hold both hot and chilled food'),(14724,2528,'_yoast_wpseo_linkdex','80'),(14725,2528,'_yoast_wpseo_content_score','30'),(14726,2528,'_yoast_wpseo_primary_category','32'),(14727,2528,'_wpas_done_all','1'),(14728,2531,'_edit_last','1'),(14729,2531,'_edit_lock','1536132942:1'),(14730,2532,'_wp_attached_file','2018/09/Screen-Shot-2018-09-05-at-08.35.02.png'),(14731,2532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:534;s:6:\"height\";i:791;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-05-at-08.35.02.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-05-at-08.35.02-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.35.02-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x385.png\";s:5:\"width\";i:534;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x486.png\";s:5:\"width\";i:534;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x580.png\";s:5:\"width\";i:534;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-284x420.png\";s:5:\"width\";i:284;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-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:46:\"Screen-Shot-2018-09-05-at-08.35.02-203x300.png\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.35.02-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x516.png\";s:5:\"width\";i:534;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x336.png\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x336.png\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x386.png\";s:5:\"width\";i:534;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x460.png\";s:5:\"width\";i:534;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.35.02-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-534x336.png\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.35.02-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14732,2531,'_thumbnail_id','2532'),(14733,2531,'xyz_fbap','1'),(14737,2531,'slide_template','default'),(14738,2531,'_bunyad_featured_post','1'),(14739,2531,'_bunyad_cat_label','0'),(14740,2531,'_bunyad_featured_disable','0'),(14741,2531,'_bunyad_reviews','0'),(14742,2531,'_bunyad_review_pos','none'),(14743,2531,'_bunyad_review_type','points'),(14744,2531,'_bunyad_review_verdict','Awesome'),(14745,2531,'_yoast_wpseo_focuskw_text_input','sweet'),(14746,2531,'_yoast_wpseo_focuskw','sweet'),(14747,2531,'_yoast_wpseo_metadesc','Iconic American sweet bakery brand, Otis Spunkmeyer, has unleashed a spook-tacular limited edition Halloween Chocolate Chip Muffin.'),(14748,2531,'_yoast_wpseo_linkdex','77'),(14749,2531,'_yoast_wpseo_content_score','30'),(14750,2531,'_yoast_wpseo_primary_category','3'),(14751,2531,'_wpas_done_all','1'),(14752,2534,'_edit_last','1'),(14753,2534,'_edit_lock','1536142424:1'),(14754,2535,'_wp_attached_file','2018/09/Screen-Shot-2018-09-05-at-08.40.01.png'),(14755,2535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:711;s:6:\"height\";i:737;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-05-at-08.40.01.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-05-at-08.40.01-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.40.01-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-696x721.png\";s:5:\"width\";i:696;s:6:\"height\";i:721;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-711x486.png\";s:5:\"width\";i:711;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-711x580.png\";s:5:\"width\";i:711;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-405x420.png\";s:5:\"width\";i:405;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-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:46:\"Screen-Shot-2018-09-05-at-08.40.01-289x300.png\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.40.01-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-711x516.png\";s:5:\"width\";i:711;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-05-at-08.40.01-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-05-at-08.40.01-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14756,2534,'_thumbnail_id','2535'),(14757,2534,'xyz_fbap','1'),(14761,2534,'slide_template','default'),(14762,2534,'_bunyad_featured_post','1'),(14763,2534,'_bunyad_cat_label','0'),(14764,2534,'_bunyad_featured_disable','0'),(14765,2534,'_bunyad_reviews','0'),(14766,2534,'_bunyad_review_pos','none'),(14767,2534,'_bunyad_review_type','points'),(14768,2534,'_bunyad_review_verdict','Awesome'),(14769,2534,'_yoast_wpseo_focuskw_text_input','lion eggs'),(14770,2534,'_yoast_wpseo_focuskw','lion eggs'),(14771,2534,'_yoast_wpseo_metadesc','British Egg Week takes place between 8 and 14 October and British Lion eggs has created a toolkit to help retailers, wholesalers and food manufacturers.'),(14772,2534,'_yoast_wpseo_linkdex','75'),(14773,2534,'_yoast_wpseo_content_score','30'),(14774,2534,'_yoast_wpseo_primary_category','6'),(14775,2534,'_wpas_done_all','1'),(14776,2537,'_edit_last','1'),(14777,2537,'_edit_lock','1536142626:1'),(14778,2537,'_thumbnail_id','1243'),(14779,2537,'xyz_fbap','1'),(14783,2537,'slide_template','default'),(14784,2537,'_bunyad_featured_post','1'),(14785,2537,'_bunyad_cat_label','0'),(14786,2537,'_bunyad_featured_disable','0'),(14787,2537,'_bunyad_reviews','0'),(14788,2537,'_bunyad_review_pos','none'),(14789,2537,'_bunyad_review_type','points'),(14790,2537,'_bunyad_review_verdict','Awesome'),(14791,2537,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(14792,2537,'_yoast_wpseo_focuskw','UKHospitality'),(14793,2537,'_yoast_wpseo_title','UKHospitality cautions against mandatory calorie labelling'),(14794,2537,'_yoast_wpseo_metadesc','UKHospitality has warned that the introduction of inflexible mandatory calorie labelling could present a serious burden for hospitality businesses.'),(14795,2537,'_yoast_wpseo_linkdex','74'),(14796,2537,'_yoast_wpseo_content_score','30'),(14797,2537,'_yoast_wpseo_primary_category','8'),(14798,2537,'_wpas_done_all','1'),(14799,2539,'_edit_last','1'),(14800,2539,'_edit_lock','1536145012:1'),(14801,2539,'_thumbnail_id','2385'),(14802,2539,'xyz_fbap','1'),(14806,2539,'slide_template','default'),(14807,2539,'_bunyad_featured_post','1'),(14808,2539,'_bunyad_cat_label','0'),(14809,2539,'_bunyad_featured_disable','0'),(14810,2539,'_bunyad_reviews','0'),(14811,2539,'_bunyad_review_pos','none'),(14812,2539,'_bunyad_review_type','points'),(14813,2539,'_bunyad_review_verdict','Awesome'),(14814,2539,'_yoast_wpseo_focuskw_text_input','world'),(14815,2539,'_yoast_wpseo_focuskw','world'),(14816,2539,'_yoast_wpseo_metadesc','Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders.'),(14817,2539,'_yoast_wpseo_linkdex','75'),(14818,2539,'_yoast_wpseo_content_score','30'),(14819,2539,'_yoast_wpseo_primary_category','5'),(14820,2539,'_wpas_done_all','1'),(14821,2541,'_edit_last','1'),(14822,2541,'_edit_lock','1536570210:1'),(14823,2541,'_thumbnail_id','1243'),(14824,2541,'xyz_fbap','1'),(14828,2541,'slide_template','default'),(14829,2541,'_bunyad_featured_post','1'),(14830,2541,'_bunyad_cat_label','0'),(14831,2541,'_bunyad_featured_disable','0'),(14832,2541,'_bunyad_reviews','0'),(14833,2541,'_bunyad_review_pos','none'),(14834,2541,'_bunyad_review_type','points'),(14835,2541,'_bunyad_review_verdict','Awesome'),(14836,2541,'_yoast_wpseo_focuskw_text_input','UKHospitality'),(14837,2541,'_yoast_wpseo_focuskw','UKHospitality'),(14838,2541,'_yoast_wpseo_title','Jackie Marlow unveiled as new UKHospitality Chief Operating Officer'),(14839,2541,'_yoast_wpseo_metadesc','Jackie joins UKHospitality from ISBA, the voice of British advertisers, where she has thirty years of experience within the industry.'),(14840,2541,'_yoast_wpseo_linkdex','44'),(14841,2541,'_yoast_wpseo_content_score','30'),(14842,2541,'_yoast_wpseo_primary_category','8'),(14843,2541,'_wpas_done_all','1'),(14846,2544,'_wp_attached_file','2018/09/Screen-Shot-2018-09-10-at-09.58.27.png'),(14847,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-10-at-09.58.27.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-768x509.png\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-10-at-09.58.27-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-09.58.27-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-696x461.png\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-927x580.png\";s:5:\"width\";i:927;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-634x420.png\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-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:46:\"Screen-Shot-2018-09-10-at-09.58.27-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-09.58.27-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-927x516.png\";s:5:\"width\";i:927;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-09.58.27-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.27-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14848,2545,'_wp_attached_file','2018/09/Screen-Shot-2018-09-10-at-09.58.16.png'),(14849,2545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:224;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-10-at-09.58.16.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-10-at-09.58.16-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-09.58.16-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-324x224.png\";s:5:\"width\";i:324;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-324x224.png\";s:5:\"width\";i:324;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-356x224.png\";s:5:\"width\";i:356;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-485x224.png\";s:5:\"width\";i:485;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-533x224.png\";s:5:\"width\";i:533;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-534x224.png\";s:5:\"width\";i:534;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-696x197.png\";s:5:\"width\";i:696;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-696x224.png\";s:5:\"width\";i:696;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-741x224.png\";s:5:\"width\";i:741;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-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:45:\"Screen-Shot-2018-09-10-at-09.58.16-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-09.58.16-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-702x224.png\";s:5:\"width\";i:702;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-702x224.png\";s:5:\"width\";i:702;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-233x224.png\";s:5:\"width\";i:233;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-536x224.png\";s:5:\"width\";i:536;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-600x224.png\";s:5:\"width\";i:600;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-474x224.png\";s:5:\"width\";i:474;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-09.58.16-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-702x224.png\";s:5:\"width\";i:702;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-09.58.16-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14867,2548,'_edit_last','1'),(14868,2548,'_edit_lock','1537093437:1'),(14869,2549,'_wp_attached_file','2018/09/Screen-Shot-2018-09-10-at-10.17.30.png'),(14870,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:783;s:6:\"height\";i:794;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-10-at-10.17.30.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-768x779.png\";s:5:\"width\";i:768;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-10-at-10.17.30-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-10.17.30-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-696x706.png\";s:5:\"width\";i:696;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-783x580.png\";s:5:\"width\";i:783;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-414x420.png\";s:5:\"width\";i:414;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-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:46:\"Screen-Shot-2018-09-10-at-10.17.30-296x300.png\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-10.17.30-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-783x516.png\";s:5:\"width\";i:783;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-10.17.30-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.17.30-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14871,2548,'_thumbnail_id','2549'),(14872,2548,'xyz_fbap','1'),(14876,2548,'slide_template','default'),(14877,2548,'_bunyad_featured_post','1'),(14878,2548,'_bunyad_cat_label','0'),(14879,2548,'_bunyad_featured_disable','0'),(14880,2548,'_bunyad_reviews','0'),(14881,2548,'_bunyad_review_pos','none'),(14882,2548,'_bunyad_review_type','points'),(14883,2548,'_bunyad_review_verdict','Awesome'),(14884,2548,'_yoast_wpseo_focuskw_text_input','Watneys'),(14885,2548,'_yoast_wpseo_focuskw','Watneys'),(14886,2548,'_yoast_wpseo_title','Watneys Raises a laugh with Headliners Craft Range'),(14887,2548,'_yoast_wpseo_metadesc','Watneys has launched a new range of beers in celebration of the lighter side of life, balancing the serious craft credentials of the beers.'),(14888,2548,'_yoast_wpseo_linkdex','81'),(14889,2548,'_yoast_wpseo_content_score','30'),(14890,2548,'_yoast_wpseo_primary_category','2'),(14891,2548,'_wpas_done_all','1'),(14892,2551,'_edit_last','1'),(14893,2551,'_edit_lock','1536574790:1'),(14894,2552,'_wp_attached_file','2018/09/Screen-Shot-2018-09-10-at-10.47.20.png'),(14895,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:797;s:6:\"height\";i:796;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-10-at-10.47.20.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-768x767.png\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-10-at-10.47.20-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-10.47.20-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-696x695.png\";s:5:\"width\";i:696;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-797x580.png\";s:5:\"width\";i:797;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-421x420.png\";s:5:\"width\";i:421;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-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:46:\"Screen-Shot-2018-09-10-at-10.47.20-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-10.47.20-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-797x516.png\";s:5:\"width\";i:797;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-10.47.20-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-10.47.20-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14896,2551,'_thumbnail_id','2552'),(14897,2551,'xyz_fbap','1'),(14901,2551,'slide_template','default'),(14902,2551,'_bunyad_featured_post','1'),(14903,2551,'_bunyad_cat_label','0'),(14904,2551,'_bunyad_featured_disable','0'),(14905,2551,'_bunyad_reviews','0'),(14906,2551,'_bunyad_review_pos','none'),(14907,2551,'_bunyad_review_type','points'),(14908,2551,'_bunyad_review_verdict','Awesome'),(14909,2551,'_yoast_wpseo_focuskw_text_input','YouGov'),(14910,2551,'_yoast_wpseo_focuskw','YouGov'),(14911,2551,'_yoast_wpseo_title','Public Health England and Drinkaware launch Drink Free Days'),(14912,2551,'_yoast_wpseo_metadesc','A YouGov poll has found that one in five of UK adults are drinking above the Chief Medical Officers’ low risk drinking guidelines.'),(14913,2551,'_yoast_wpseo_linkdex','75'),(14914,2551,'_yoast_wpseo_content_score','30'),(14915,2551,'_yoast_wpseo_primary_category','8'),(14916,2551,'_wpas_done_all','1'),(14919,2555,'_wp_attached_file','2018/09/Screen-Shot-2018-09-10-at-11.21.53.png');
INSERT INTO `wpfr_postmeta` VALUES (14920,2555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:928;s:6:\"height\";i:614;s:4:\"file\";s:46:\"2018/09/Screen-Shot-2018-09-10-at-11.21.53.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-768x508.png\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-09-10-at-11.21.53-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-11.21.53-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-696x461.png\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-928x580.png\";s:5:\"width\";i:928;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-635x420.png\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-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:46:\"Screen-Shot-2018-09-10-at-11.21.53-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-11.21.53-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-928x516.png\";s:5:\"width\";i:928;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-09-10-at-11.21.53-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-09-10-at-11.21.53-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14942,2559,'_edit_last','1'),(14943,2559,'_edit_lock','1537174936:1'),(14944,2560,'_wp_attached_file','2018/09/Screenshot-2018-09-13-11.11.07.png'),(14945,2560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:339;s:4:\"file\";s:42:\"2018/09/Screenshot-2018-09-13-11.11.07.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Screenshot-2018-09-13-11.11.07-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-09-13-11.11.07-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-324x339.png\";s:5:\"width\";i:324;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-356x339.png\";s:5:\"width\";i:356;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-485x339.png\";s:5:\"width\";i:485;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-498x261.png\";s:5:\"width\";i:498;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-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:42:\"Screenshot-2018-09-13-11.11.07-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-09-13-11.11.07-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-498x336.png\";s:5:\"width\";i:498;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-498x336.png\";s:5:\"width\";i:498;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-09-13-11.11.07-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-498x336.png\";s:5:\"width\";i:498;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-09-13-11.11.07-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(14947,2559,'slide_template','default'),(14948,2559,'_bunyad_featured_post','1'),(14949,2559,'_bunyad_cat_label','0'),(14950,2559,'_bunyad_featured_disable','0'),(14951,2559,'_bunyad_reviews','0'),(14952,2559,'_bunyad_review_pos','none'),(14953,2559,'_bunyad_review_type','points'),(14954,2559,'_bunyad_review_verdict','Awesome'),(14955,2559,'_yoast_wpseo_content_score','30'),(14956,2559,'_yoast_wpseo_primary_category','8'),(14958,2559,'_thumbnail_id','2563'),(14959,2559,'xyz_fbap','1'),(14963,2559,'_wpas_done_all','1'),(14964,2563,'_wp_attached_file','2018/09/chips-dinner-fast-food-70497.jpg'),(14965,2563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2295;s:6:\"height\";i:1526;s:4:\"file\";s:40:\"2018/09/chips-dinner-fast-food-70497.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"chips-dinner-fast-food-70497-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"chips-dinner-fast-food-70497-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"chips-dinner-fast-food-70497-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"chips-dinner-fast-food-70497-1068x710.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"chips-dinner-fast-food-70497-1920x1277.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"chips-dinner-fast-food-70497-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"chips-dinner-fast-food-70497-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"chips-dinner-fast-food-70497-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"chips-dinner-fast-food-70497-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"chips-dinner-fast-food-70497-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14968,2559,'_wpas_skip_20130109','1'),(14971,2559,'_yoast_wpseo_focuskw_text_input','Scotland'),(14972,2559,'_yoast_wpseo_focuskw','restaurants skyrocketed'),(14973,2559,'_yoast_wpseo_linkdex','57'),(14974,2559,'_wp_old_slug','restaurant-closures-almost-quadruple-in-a-single-decade'),(14979,2567,'_edit_last','1'),(14980,2567,'_edit_lock','1537093829:1'),(14981,2568,'_wp_attached_file','2018/09/HiSpirits-LCW-2018-with-text.jpg'),(14982,2568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1754;s:6:\"height\";i:1754;s:4:\"file\";s:40:\"2018/09/HiSpirits-LCW-2018-with-text.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HiSpirits-LCW-2018-with-text-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HiSpirits-LCW-2018-with-text-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"HiSpirits-LCW-2018-with-text-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"HiSpirits-LCW-2018-with-text-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"HiSpirits-LCW-2018-with-text-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HiSpirits-LCW-2018-with-text-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"HiSpirits-LCW-2018-with-text-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HiSpirits-LCW-2018-with-text-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HiSpirits-LCW-2018-with-text-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14983,2569,'_wp_attached_file','2018/09/HiSpirits-LCW-2018.jpg'),(14984,2569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1289;s:6:\"height\";i:1022;s:4:\"file\";s:30:\"2018/09/HiSpirits-LCW-2018.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"HiSpirits-LCW-2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"HiSpirits-LCW-2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-696x552.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"HiSpirits-LCW-2018-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"HiSpirits-LCW-2018-1068x847.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-530x420.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"HiSpirits-LCW-2018-1024x812.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"HiSpirits-LCW-2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"HiSpirits-LCW-2018-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"HiSpirits-LCW-2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"HiSpirits-LCW-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14985,2567,'_thumbnail_id','2568'),(14986,2567,'slide_template','default'),(14987,2567,'_bunyad_featured_post','1'),(14988,2567,'_bunyad_cat_label','0'),(14989,2567,'_bunyad_featured_disable','0'),(14990,2567,'_bunyad_reviews','0'),(14991,2567,'_bunyad_review_pos','none'),(14992,2567,'_bunyad_review_type','points'),(14993,2567,'_bunyad_review_verdict','Awesome'),(14994,2567,'_yoast_wpseo_focuskw_text_input','Whisky'),(14995,2567,'_yoast_wpseo_focuskw','Hi-Spirits celebrates London'),(14996,2567,'_yoast_wpseo_linkdex','74'),(14997,2567,'_yoast_wpseo_content_score','30'),(14998,2567,'_yoast_wpseo_primary_category','2'),(14999,2567,'xyz_fbap','1'),(15003,2567,'_yoast_wpseo_metadesc','Hi-Spirits will be celebrating London\'s cocktail culture by bringing some of its biggest brands together during London Cocktail Week (LCW) 2018. %%primary_category%%'),(15004,2567,'_wpas_done_all','1'),(15007,2567,'_wpas_skip_20130109','1'),(15010,2571,'_edit_last','1'),(15011,2571,'_edit_lock','1537280104:1'),(15012,2572,'_wp_attached_file','2018/09/Beers-Cheers-e1536846835213.jpeg'),(15013,2572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:350;s:4:\"file\";s:40:\"2018/09/Beers-Cheers-e1536846835213.jpeg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Beers-Cheers-e1536846835213-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Beers-Cheers-e1536846835213-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x198.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x160.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x235.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x220.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x261.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Beers-Cheers-e1536846835213-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x185.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x185.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x215.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x192.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x240.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x216.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x205.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Beers-Cheers-e1536846835213-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Beers-Cheers-e1536846835213-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15014,2572,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:233;s:6:\"height\";i:350;s:4:\"file\";s:17:\"Beers-Cheers.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"Beers-Cheers-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x185.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x185.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x215.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x192.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x240.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x216.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x205.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:24:\"Beers-Cheers-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(15015,2573,'_wp_attached_file','2018/09/blobid1_1536760195826.png'),(15016,2573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:707;s:4:\"file\";s:33:\"2018/09/blobid1_1536760195826.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"blobid1_1536760195826-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"blobid1_1536760195826-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-696x701.png\";s:5:\"width\";i:696;s:6:\"height\";i:701;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-702x486.png\";s:5:\"width\";i:702;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-702x580.png\";s:5:\"width\";i:702;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-417x420.png\";s:5:\"width\";i:417;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-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:\"blobid1_1536760195826-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"blobid1_1536760195826-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-702x516.png\";s:5:\"width\";i:702;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"blobid1_1536760195826-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"blobid1_1536760195826-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15017,2571,'_thumbnail_id','2591'),(15018,2571,'slide_template','default'),(15019,2571,'_bunyad_featured_post','1'),(15020,2571,'_bunyad_cat_label','0'),(15021,2571,'_bunyad_featured_disable','0'),(15022,2571,'_bunyad_reviews','0'),(15023,2571,'_bunyad_review_pos','none'),(15024,2571,'_bunyad_review_type','points'),(15025,2571,'_bunyad_review_verdict','Awesome'),(15026,2571,'_yoast_wpseo_focuskw','CAMRA names'),(15027,2571,'_yoast_wpseo_metadesc','The 46th edition of the Good Beer Guide is nearly upon us and the Campaign for Real Ale (CAMRA) has named the top 16 pubs in the UK.'),(15028,2571,'_yoast_wpseo_linkdex','74'),(15029,2571,'_yoast_wpseo_content_score','30'),(15030,2571,'_yoast_wpseo_primary_category','5'),(15031,2571,'xyz_fbap','1'),(15035,2571,'_wpas_done_all','1'),(15038,2571,'_wpas_skip_20130109','1'),(15041,2576,'_wp_attached_file','2018/09/Beers-Cheers-1.jpeg'),(15042,2576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2018/09/Beers-Cheers-1.jpeg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Beers-Cheers-1-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Beers-Cheers-1-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x198.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x160.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x235.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x220.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x261.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-150x150.jpeg\";s:5:\"width\";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:\"Beers-Cheers-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Beers-Cheers-1-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x185.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x185.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x215.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x192.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x240.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x216.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x205.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Beers-Cheers-1-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-233x336.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Beers-Cheers-1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15043,2577,'_wp_attached_file','2018/09/Beer-2.jpeg'),(15044,2577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:350;s:4:\"file\";s:19:\"2018/09/Beer-2.jpeg\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Beer-2-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Beer-2-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Beer-2-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Beer-2-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Beer-2-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Beer-2-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Beer-2-324x350.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Beer-2-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Beer-2-356x350.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Beer-2-485x350.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Beer-2-525x261.jpeg\";s:5:\"width\";i:525;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Beer-2-150x150.jpeg\";s:5:\"width\";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:\"Beer-2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Beer-2-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"Beer-2-525x336.jpeg\";s:5:\"width\";i:525;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"Beer-2-525x336.jpeg\";s:5:\"width\";i:525;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"Beer-2-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"Beer-2-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"Beer-2-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"Beer-2-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"Beer-2-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"Beer-2-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"Beer-2-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"Beer-2-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"Beer-2-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"Beer-2-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"Beer-2-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"Beer-2-525x336.jpeg\";s:5:\"width\";i:525;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"Beer-2-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15051,185,'xyz_fbap','1'),(15054,2568,'_wp_attachment_image_alt','Hi-Spirits celebrates London'),(15059,2559,'_yoast_wpseo_metadesc','The number of restaurants in Scotland closing down has skyrocketed over the last decade'),(15062,2580,'_edit_last','1'),(15063,2580,'_edit_lock','1537279735:1'),(15064,2581,'_wp_attached_file','2018/09/Corazon-tequilas.jpg'),(15065,2581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1388;s:6:\"height\";i:1064;s:4:\"file\";s:28:\"2018/09/Corazon-tequilas.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Corazon-tequilas-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Corazon-tequilas-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-696x534.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1068x819.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-548x420.jpg\";s:5:\"width\";i:548;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-150x150.jpg\";s:5:\"width\";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:\"Corazon-tequilas-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1024x785.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Corazon-tequilas-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Corazon-tequilas-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15066,2580,'slide_template','default'),(15067,2580,'_yoast_wpseo_focuskw','Corazón Tequila launches in the UK'),(15068,2580,'_yoast_wpseo_title','Corazón Tequila launches in the UK with Hi-Spirits'),(15069,2580,'_yoast_wpseo_metadesc','Corazón Tequila launches in the UK, the Premium Single Estate Tequilas is being introduced and distributed by Hi-Spirits.'),(15070,2580,'_yoast_wpseo_linkdex','76'),(15071,2580,'_yoast_wpseo_content_score','30'),(15072,2580,'xyz_fbap','1'),(15078,2586,'_wp_attached_file','2018/09/Corazon-tequilas-1.jpg'),(15079,2586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1388;s:6:\"height\";i:1064;s:4:\"file\";s:30:\"2018/09/Corazon-tequilas-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Corazon-tequilas-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-696x534.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Corazon-tequilas-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Corazon-tequilas-1-1068x819.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-548x420.jpg\";s:5:\"width\";i:548;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Corazon-tequilas-1-1024x785.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Corazon-tequilas-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Corazon-tequilas-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Corazon-tequilas-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15105,2580,'_bunyad_featured_post','1'),(15106,2580,'_bunyad_cat_label','0'),(15107,2580,'_bunyad_featured_disable','0'),(15108,2580,'_bunyad_reviews','0'),(15109,2580,'_bunyad_review_pos','none'),(15110,2580,'_bunyad_review_type','points'),(15111,2580,'_bunyad_review_verdict','Awesome'),(15112,2580,'_yoast_wpseo_primary_category',''),(15113,2580,'_wpas_skip_20130109','1'),(15114,2580,'_wpas_done_all','1'),(15123,2580,'_thumbnail_id','2586'),(15126,2591,'_wp_attached_file','2018/09/alcohol-alcoholic-ale-681847.jpg'),(15127,2591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:40:\"2018/09/alcohol-alcoholic-ale-681847.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"alcohol-alcoholic-ale-681847-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"alcohol-alcoholic-ale-681847-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"alcohol-alcoholic-ale-681847-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"alcohol-alcoholic-ale-681847-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"alcohol-alcoholic-ale-681847-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"alcohol-alcoholic-ale-681847-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"alcohol-alcoholic-ale-681847-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"alcohol-alcoholic-ale-681847-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"alcohol-alcoholic-ale-681847-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"alcohol-alcoholic-ale-681847-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15132,2592,'_edit_last','1'),(15133,2592,'_edit_lock','1563958769:1'),(15134,2593,'_wp_attached_file','2018/09/Somewhere-Else-CF.jpg'),(15135,2593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/09/Somewhere-Else-CF.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Somewhere-Else-CF-768x1044.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Somewhere-Else-CF-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Somewhere-Else-CF-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-696x946.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:946;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-942x580.jpg\";s:5:\"width\";i:942;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-309x420.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-150x150.jpg\";s:5:\"width\";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:\"Somewhere-Else-CF-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Somewhere-Else-CF-754x1024.jpg\";s:5:\"width\";i:754;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Somewhere-Else-CF-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-942x516.jpg\";s:5:\"width\";i:942;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Somewhere-Else-CF-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-CF-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15136,2594,'_wp_attached_file','2018/09/Somewhere-Else-PV-e1537282108281.jpg'),(15137,2594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1223;s:4:\"file\";s:44:\"2018/09/Somewhere-Else-PV-e1537282108281.jpg\";s:5:\"sizes\";a:40:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Somewhere-Else-PV-e1537282108281-768x1044.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Somewhere-Else-PV-e1537282108281-754x1024.jpg\";s:5:\"width\";i:754;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Somewhere-Else-PV-e1537282108281-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Somewhere-Else-PV-e1537282108281-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-696x946.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:946;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-900x580.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Somewhere-Else-PV-e1537282108281-309x420.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Somewhere-Else-PV-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-942x516.jpg\";s:5:\"width\";i:942;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Somewhere-Else-PV-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Somewhere-Else-PV-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15138,2592,'slide_template','default'),(15139,2592,'_bunyad_featured_post','1'),(15140,2592,'_bunyad_cat_label','0'),(15141,2592,'_bunyad_featured_disable','0'),(15142,2592,'_bunyad_reviews','0'),(15143,2592,'_bunyad_review_pos','none'),(15144,2592,'_bunyad_review_type','points'),(15145,2592,'_bunyad_review_verdict','Awesome'),(15146,2592,'_yoast_wpseo_focuskw','morgenrot'),(15147,2592,'_yoast_wpseo_title','Morgenrot Launches Somewhere Else wines from the Tulum Valley'),(15148,2592,'_yoast_wpseo_metadesc','Morgenrot is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines.'),(15149,2592,'_yoast_wpseo_linkdex','70'),(15150,2592,'_yoast_wpseo_content_score','30'),(15151,2592,'_yoast_wpseo_primary_category','2'),(15152,2594,'_wp_attachment_image_alt','Morgenrot'),(15153,2592,'_thumbnail_id','2601'),(15154,2594,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:942;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"Somewhere-Else-PV.jpg\";}}'),(15155,2599,'_wp_attached_file','2018/09/ProjectHOME_2018_SQUARE-e1537283152193.jpg'),(15156,2599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2018/09/ProjectHOME_2018_SQUARE-e1537283152193.jpg\";s:5:\"sizes\";a:38:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"ProjectHOME_2018_SQUARE-e1537283152193-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"ProjectHOME_2018_SQUARE-e1537283152193-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-600x486.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-600x580.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"ProjectHOME_2018_SQUARE-e1537283152193-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"ProjectHOME_2018_SQUARE-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ProjectHOME_2018_SQUARE-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"ProjectHOME_2018_SQUARE-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"ProjectHOME_2018_SQUARE-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"ProjectHOME_2018_SQUARE-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15157,2599,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4500;s:6:\"height\";i:4500;s:4:\"file\";s:27:\"ProjectHOME_2018_SQUARE.jpg\";}}'),(15158,2592,'xyz_fbap','1'),(15162,2592,'_wpas_done_all','1'),(15163,2601,'_wp_attached_file','2018/09/ProjectHOME_2018_SQUARE_EDIT.jpg'),(15164,2601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:460;s:4:\"file\";s:40:\"2018/09/ProjectHOME_2018_SQUARE_EDIT.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"ProjectHOME_2018_SQUARE_EDIT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"ProjectHOME_2018_SQUARE_EDIT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-534x460.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-548x420.jpg\";s:5:\"width\";i:548;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"ProjectHOME_2018_SQUARE_EDIT-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"ProjectHOME_2018_SQUARE_EDIT-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"ProjectHOME_2018_SQUARE_EDIT-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15167,2592,'_wpas_skip_20130109','1'),(15168,276,'_oembed_7b431358739db0d13a2d66878c9049d0','<div data-configid=\"32393893/64579218\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(15169,276,'_oembed_time_7b431358739db0d13a2d66878c9049d0','1537442813'),(15172,276,'_oembed_53902b8d65ad633669937720f415dacc','<div data-configid=\"32393893/64579218\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(15173,276,'_oembed_time_53902b8d65ad633669937720f415dacc','1537442398'),(15174,276,'_bunyad_layout_style','right'),(15175,2609,'_wp_attached_file','2018/09/Issue-18.png'),(15176,2609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:465;s:6:\"height\";i:661;s:4:\"file\";s:20:\"2018/09/Issue-18.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Issue-18-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Issue-18-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Issue-18-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Issue-18-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Issue-18-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Issue-18-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Issue-18-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Issue-18-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Issue-18-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x360.png\";s:5:\"width\";i:465;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x261.png\";s:5:\"width\";i:465;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x462.png\";s:5:\"width\";i:465;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x385.png\";s:5:\"width\";i:465;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x486.png\";s:5:\"width\";i:465;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x580.png\";s:5:\"width\";i:465;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Issue-18-295x420.png\";s:5:\"width\";i:295;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Issue-18-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:\"Issue-18-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Issue-18-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x516.png\";s:5:\"width\";i:465;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x336.png\";s:5:\"width\";i:465;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x336.png\";s:5:\"width\";i:465;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Issue-18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Issue-18-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Issue-18-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Issue-18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Issue-18-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Issue-18-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x386.png\";s:5:\"width\";i:465;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Issue-18-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x460.png\";s:5:\"width\";i:465;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x240.png\";s:5:\"width\";i:465;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Issue-18-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Issue-18-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Issue-18-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Issue-18-465x336.png\";s:5:\"width\";i:465;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Issue-18-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15177,85,'xyz_fbap','1'),(15178,2611,'_edit_last','1'),(15179,2611,'_edit_lock','1537866542:1'),(15180,2612,'_wp_attached_file','2018/09/Buffalo-Trace-Bourbon-Truffles.jpg'),(15181,2612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2018/09/Buffalo-Trace-Bourbon-Truffles.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Buffalo-Trace-Bourbon-Truffles-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Buffalo-Trace-Bourbon-Truffles-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Buffalo-Trace-Bourbon-Truffles-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-800x516.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Buffalo-Trace-Bourbon-Truffles-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Buffalo-Trace-Bourbon-Truffles-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506608581\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15182,2611,'_thumbnail_id','2612'),(15183,2611,'slide_template','default'),(15184,2611,'_bunyad_featured_post','1'),(15185,2611,'_bunyad_cat_label','0'),(15186,2611,'_bunyad_featured_disable','0'),(15187,2611,'_bunyad_reviews','0'),(15188,2611,'_bunyad_review_pos','none'),(15189,2611,'_bunyad_review_type','points'),(15190,2611,'_bunyad_review_verdict','Awesome'),(15191,2611,'_yoast_wpseo_focuskw','Buffalo Trace Bourbon Truffles'),(15192,2611,'_yoast_wpseo_title','buffalo trace bourbon truffles christmas cookbook alzheimers'),(15193,2611,'_yoast_wpseo_metadesc','Buffalo Trace Bourbon Truffles feature in a new cookbook which is raising funds for the Alzheimer’s Society includes a chocolate recipe ideal for Christmas.'),(15194,2611,'_yoast_wpseo_linkdex','91'),(15195,2611,'_yoast_wpseo_content_score','90'),(15196,2611,'_yoast_wpseo_primary_category','201'),(15197,2611,'xyz_fbap','1'),(15201,2611,'_wpas_done_all','1'),(15204,2611,'_wpas_skip_20130109','1'),(15207,276,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% %%sitename%% hospitality magazine'),(15212,2614,'_edit_last','1'),(15213,2614,'_edit_lock','1537879824:1'),(15214,2615,'_wp_attached_file','2018/09/Jager-LCW-Small.jpg'),(15215,2615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:835;s:4:\"file\";s:27:\"2018/09/Jager-LCW-Small.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Jager-LCW-Small-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Jager-LCW-Small-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Jager-LCW-Small-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Jager-LCW-Small-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-150x150.jpg\";s:5:\"width\";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:\"Jager-LCW-Small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Jager-LCW-Small-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Jager-LCW-Small-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Jager-LCW-Small-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Jager-LCW-Small-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Jager-LCW-Small-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15216,2614,'_thumbnail_id','2615'),(15217,2614,'xyz_fbap','1'),(15221,2614,'slide_template','default'),(15222,2614,'_bunyad_featured_post','1'),(15223,2614,'_bunyad_cat_label','0'),(15224,2614,'_bunyad_featured_disable','0'),(15225,2614,'_bunyad_reviews','0'),(15226,2614,'_bunyad_review_pos','none'),(15227,2614,'_bunyad_review_type','points'),(15228,2614,'_bunyad_review_verdict','Awesome'),(15229,2614,'_yoast_wpseo_focuskw','Jägermeister'),(15230,2614,'_yoast_wpseo_title','Jägermeister london cocktail week big chill brick lane 3-7 october'),(15231,2614,'_yoast_wpseo_metadesc','London Cocktail Week, Jägermeister will showcase their spirits’ collection of cocktails at their pop-ups in Big Chill, Brick Lane, 3 – 7 October'),(15232,2614,'_yoast_wpseo_linkdex','89'),(15233,2614,'_yoast_wpseo_content_score','30'),(15234,2614,'_yoast_wpseo_primary_category','33'),(15235,2614,'_wpas_done_all','1'),(15238,2614,'_wpas_skip_20130109','1'),(15239,2619,'_edit_last','1'),(15240,2619,'_edit_lock','1537889190:1'),(15241,2620,'_wp_attached_file','2018/09/BrakspearMarieCurieFinalCheque.jpg'),(15242,2620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:42:\"2018/09/BrakspearMarieCurieFinalCheque.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"BrakspearMarieCurieFinalCheque-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"BrakspearMarieCurieFinalCheque-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"BrakspearMarieCurieFinalCheque-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"BrakspearMarieCurieFinalCheque-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"BrakspearMarieCurieFinalCheque-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"BrakspearMarieCurieFinalCheque-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"BrakspearMarieCurieFinalCheque-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"BrakspearMarieCurieFinalCheque-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"BrakspearMarieCurieFinalCheque-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15243,2619,'_thumbnail_id','2620'),(15244,2619,'xyz_fbap','1'),(15248,2619,'slide_template','default'),(15249,2619,'_bunyad_featured_post','0'),(15250,2619,'_bunyad_cat_label','0'),(15251,2619,'_bunyad_featured_disable','0'),(15252,2619,'_bunyad_reviews','0'),(15253,2619,'_bunyad_review_pos','none'),(15254,2619,'_bunyad_review_type','points'),(15255,2619,'_bunyad_review_verdict','Awesome'),(15256,2619,'_yoast_wpseo_focuskw','Brakspear'),(15257,2619,'_yoast_wpseo_metadesc','Henley-based pub operator and brewer Brakspear has raised more than £42,000 for the terminal illness charity Marie Curie over the last 18 months'),(15258,2619,'_yoast_wpseo_linkdex','81'),(15259,2619,'_yoast_wpseo_content_score','30'),(15260,2619,'_yoast_wpseo_primary_category','2'),(15261,2619,'_wpas_done_all','1'),(15264,2623,'_wp_attached_file','2018/09/Novus-Tea-Cold-Brew-shutterstock_435468841-med.jpg'),(15265,2623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1331;s:4:\"file\";s:58:\"2018/09/Novus-Tea-Cold-Brew-shutterstock_435468841-med.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:60:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:57:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_435468841-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15266,2624,'_wp_attached_file','2018/09/Novus-Tea-Cold-Brew-shutterstock_105390326-med.jpg'),(15267,2624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1739;s:4:\"file\";s:58:\"2018/09/Novus-Tea-Cold-Brew-shutterstock_105390326-med.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-696x484.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-1068x743.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-604x420.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:60:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-1920x1336.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-1024x712.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:59:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:57:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:58:\"Novus-Tea-Cold-Brew-shutterstock_105390326-med-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15268,2625,'_edit_last','1'),(15269,2625,'_edit_lock','1538035125:1'),(15270,2625,'_thumbnail_id','2624'),(15271,2625,'xyz_fbap','1'),(15275,2625,'slide_template','default'),(15276,2625,'_bunyad_featured_post','0'),(15277,2625,'_bunyad_cat_label','0'),(15278,2625,'_bunyad_featured_disable','0'),(15279,2625,'_bunyad_reviews','0'),(15280,2625,'_bunyad_review_pos','none'),(15281,2625,'_bunyad_review_type','points'),(15282,2625,'_bunyad_review_verdict','Awesome'),(15283,2625,'_yoast_wpseo_focuskw','cold brew tea'),(15284,2625,'_yoast_wpseo_metadesc','Allan Pirret, Sales Director of Novus Tea, explains that premium cold brew tea looks set to become this summer’s favourite ‘grown-up’ refreshment'),(15285,2625,'_yoast_wpseo_linkdex','94'),(15286,2625,'_yoast_wpseo_content_score','30'),(15287,2625,'_yoast_wpseo_primary_category','2'),(15288,2625,'_wpas_done_all','1'),(15294,2630,'_edit_last','1'),(15295,2630,'_edit_lock','1537954894:1'),(15296,2631,'_wp_attached_file','2018/09/Lemon-Brulee-Band.jpg'),(15297,2631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2996;s:6:\"height\";i:1997;s:4:\"file\";s:29:\"2018/09/Lemon-Brulee-Band.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Lemon-Brulee-Band-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Lemon-Brulee-Band-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Lemon-Brulee-Band-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Lemon-Brulee-Band-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"Lemon-Brulee-Band-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-150x150.jpg\";s:5:\"width\";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:\"Lemon-Brulee-Band-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Lemon-Brulee-Band-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Lemon-Brulee-Band-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"Lemon-Brulee-Band-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Lemon-Brulee-Band-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Lemon-Brulee-Band-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532963322\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15298,2632,'_wp_attached_file','2018/09/Trio-Choc-Band.jpg'),(15299,2632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2796;s:6:\"height\";i:1864;s:4:\"file\";s:26:\"2018/09/Trio-Choc-Band.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Trio-Choc-Band-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Trio-Choc-Band-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Trio-Choc-Band-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"Trio-Choc-Band-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"Trio-Choc-Band-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-150x150.jpg\";s:5:\"width\";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:\"Trio-Choc-Band-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Trio-Choc-Band-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Trio-Choc-Band-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"Trio-Choc-Band-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Trio-Choc-Band-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Trio-Choc-Band-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532962283\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15300,2630,'xyz_fbap','1'),(15304,2630,'slide_template','default'),(15305,2630,'_bunyad_featured_post','0'),(15306,2630,'_bunyad_cat_label','0'),(15307,2630,'_bunyad_featured_disable','0'),(15308,2630,'_bunyad_reviews','0'),(15309,2630,'_bunyad_review_pos','none'),(15310,2630,'_bunyad_review_type','points'),(15311,2630,'_bunyad_review_verdict','Awesome'),(15312,2630,'_yoast_wpseo_focuskw','aryzta Brulee Mousse'),(15313,2630,'_yoast_wpseo_title','aryzta Brulee Mousse unique brulee chocolate mousse deserts'),(15314,2630,'_yoast_wpseo_metadesc','ARYZTA Food Solutions has added two new products to its growing range of premium desserts; unique zesty Lemon Brulee and Trio of Chocolate Mousse'),(15315,2630,'_yoast_wpseo_linkdex','75'),(15316,2630,'_yoast_wpseo_content_score','30'),(15317,2630,'_yoast_wpseo_primary_category','3'),(15318,2630,'_wpas_done_all','1'),(15319,2630,'_thumbnail_id','2632'),(15322,2630,'_wpas_skip_20130109','1'),(15325,2636,'_edit_last','1'),(15326,2636,'_edit_lock','1538044434:1'),(15327,2637,'_wp_attached_file','2018/09/shutterstock_234855667.jpg'),(15328,2637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:770;s:4:\"file\";s:34:\"2018/09/shutterstock_234855667.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-768x591.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_234855667-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_234855667-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-696x536.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_234855667-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-545x420.jpg\";s:5:\"width\";i:545;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_234855667-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_234855667-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_234855667-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_234855667-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15329,2637,'_wp_attachment_image_alt','food waste reduction'),(15330,2636,'_thumbnail_id','2637'),(15331,2636,'xyz_fbap','1'),(15335,2636,'slide_template','default'),(15336,2636,'_bunyad_featured_post','1'),(15337,2636,'_bunyad_cat_label','0'),(15338,2636,'_bunyad_featured_disable','0'),(15339,2636,'_bunyad_reviews','0'),(15340,2636,'_bunyad_review_pos','none'),(15341,2636,'_bunyad_review_type','points'),(15342,2636,'_bunyad_review_verdict','Awesome'),(15343,2636,'_yoast_wpseo_focuskw','food waste reduction'),(15344,2636,'_yoast_wpseo_title','Nestle UK Commits to Food Waste Reduction by 2030'),(15345,2636,'_yoast_wpseo_metadesc','Nestlé UK and other early adopters are taking a ‘farm to fork’ approach to commit to a ground-breaking Food Waste Reduction will halve food waste by 2030.'),(15346,2636,'_yoast_wpseo_linkdex','96'),(15347,2636,'_yoast_wpseo_content_score','30'),(15348,2636,'_yoast_wpseo_primary_category','3'),(15349,2636,'_wpas_done_all','1'),(15352,2636,'_wpas_skip_20130109','1'),(15355,2639,'_edit_last','1'),(15356,2639,'_edit_lock','1537957507:1'),(15357,2640,'_wp_attached_file','2018/09/bar-2209813_1920.jpg'),(15358,2640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:28:\"2018/09/bar-2209813_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"bar-2209813_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"bar-2209813_1920-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-150x150.jpg\";s:5:\"width\";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:\"bar-2209813_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15359,2640,'_wp_attachment_image_alt','Hospitality insurance with Terry Osborne'),(15360,2639,'_thumbnail_id','2640'),(15361,2639,'slide_template','default'),(15362,2639,'_bunyad_featured_post','0'),(15363,2639,'_bunyad_cat_label','0'),(15364,2639,'_bunyad_featured_disable','0'),(15365,2639,'_bunyad_reviews','0'),(15366,2639,'_bunyad_review_pos','none'),(15367,2639,'_bunyad_review_type','points'),(15368,2639,'_bunyad_review_verdict','Awesome'),(15369,2639,'_yoast_wpseo_focuskw','hospitality insurance specialists terry osborne'),(15370,2639,'_yoast_wpseo_title','specialists in Hospitality Insurance with Terry Osborne'),(15371,2639,'_yoast_wpseo_metadesc','hospitality insurance specialists terry osborne goes into the ins and outs of hospitality insurance and lets you know why it is the best choice for you.'),(15372,2639,'_yoast_wpseo_linkdex','72'),(15373,2639,'_yoast_wpseo_content_score','30'),(15374,2639,'_yoast_wpseo_primary_category','183'),(15375,2639,'xyz_fbap','1'),(15379,2639,'_wpas_done_all','1'),(15382,2639,'_wpas_skip_20130109','1'),(15389,2644,'_edit_last','1'),(15390,2644,'_edit_lock','1538053169:1'),(15391,2645,'_wp_attached_file','2018/09/Wood-Will-Fall-Down-Can-Shot.png'),(15392,2645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:877;s:4:\"file\";s:40:\"2018/09/Wood-Will-Fall-Down-Can-Shot.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Wood-Will-Fall-Down-Can-Shot-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Wood-Will-Fall-Down-Can-Shot-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x261.png\";s:5:\"width\";i:496;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x462.png\";s:5:\"width\";i:496;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x385.png\";s:5:\"width\";i:496;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x486.png\";s:5:\"width\";i:496;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x580.png\";s:5:\"width\";i:496;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-238x420.png\";s:5:\"width\";i:238;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-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:40:\"Wood-Will-Fall-Down-Can-Shot-170x300.png\";s:5:\"width\";i:170;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Wood-Will-Fall-Down-Can-Shot-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x516.png\";s:5:\"width\";i:496;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x336.png\";s:5:\"width\";i:496;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x336.png\";s:5:\"width\";i:496;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x386.png\";s:5:\"width\";i:496;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x460.png\";s:5:\"width\";i:496;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Wood-Will-Fall-Down-Can-Shot-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-496x336.png\";s:5:\"width\";i:496;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Wood-Will-Fall-Down-Can-Shot-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15393,2646,'_wp_attached_file','2018/09/pic3.png'),(15394,2646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:464;s:4:\"file\";s:16:\"2018/09/pic3.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"pic3-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"pic3-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"pic3-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"pic3-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"pic3-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"pic3-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"pic3-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"pic3-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"pic3-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"pic3-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"pic3-532x261.png\";s:5:\"width\";i:532;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"pic3-532x462.png\";s:5:\"width\";i:532;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"pic3-532x385.png\";s:5:\"width\";i:532;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"pic3-482x420.png\";s:5:\"width\";i:482;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"pic3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"pic3-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"pic3-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"pic3-532x336.png\";s:5:\"width\";i:532;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"pic3-532x336.png\";s:5:\"width\";i:532;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"pic3-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"pic3-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"pic3-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"pic3-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"pic3-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"pic3-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"pic3-532x386.png\";s:5:\"width\";i:532;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"pic3-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"pic3-532x460.png\";s:5:\"width\";i:532;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"pic3-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"pic3-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"pic3-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"pic3-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"pic3-532x336.png\";s:5:\"width\";i:532;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"pic3-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15395,2644,'_thumbnail_id','2646'),(15396,2644,'slide_template','default'),(15397,2644,'_bunyad_featured_post','0'),(15398,2644,'_bunyad_cat_label','0'),(15399,2644,'_bunyad_featured_disable','0'),(15400,2644,'_bunyad_reviews','0'),(15401,2644,'_bunyad_review_pos','none'),(15402,2644,'_bunyad_review_type','points'),(15403,2644,'_bunyad_review_verdict','Awesome'),(15404,2644,'_yoast_wpseo_focuskw','specialist beer importer'),(15405,2644,'_yoast_wpseo_title','Specialist Beer Importer secures distribution of Denmark\'s Mikkeller'),(15406,2644,'_yoast_wpseo_metadesc','Specialist beer importer Euroboozer has pulled off its biggest coup yet, securing the exclusive UK distribution for Denmark’s most famous craft brewer'),(15407,2644,'_yoast_wpseo_linkdex','92'),(15408,2644,'_yoast_wpseo_content_score','30'),(15409,2644,'_yoast_wpseo_primary_category','2'),(15410,2644,'xyz_fbap','1'),(15414,2644,'_wpas_done_all','1'),(15417,2644,'_wpas_skip_20130109','1'),(15420,2652,'_edit_last','1'),(15421,2652,'_edit_lock','1538049192:1'),(15422,2653,'_wp_attached_file','2018/09/Concept-purity-Copper.jpg'),(15423,2653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4704;s:6:\"height\";i:3528;s:4:\"file\";s:33:\"2018/09/Concept-purity-Copper.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Copper-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Copper-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Concept-purity-Copper-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Concept-purity-Copper-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"Concept-purity-Copper-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Concept-purity-Copper-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Copper-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"Concept-purity-Copper-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Copper-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Copper-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15424,2654,'_wp_attached_file','2018/09/Concept-purity-Gold.jpg'),(15425,2654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2073;s:6:\"height\";i:1431;s:4:\"file\";s:31:\"2018/09/Concept-purity-Gold.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Concept-purity-Gold-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Concept-purity-Gold-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-696x480.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Gold-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Gold-1068x737.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-608x420.jpg\";s:5:\"width\";i:608;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Concept-purity-Gold-1920x1325.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Gold-1024x707.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Concept-purity-Gold-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Concept-purity-Gold-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Concept-purity-Gold-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Concept-purity-Gold-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533830222\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15426,2655,'_wp_attached_file','2018/09/purity-gold-plate.jpg'),(15427,2655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3875;s:6:\"height\";i:3188;s:4:\"file\";s:29:\"2018/09/purity-gold-plate.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-768x632.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"purity-gold-plate-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"purity-gold-plate-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-696x573.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"purity-gold-plate-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"purity-gold-plate-1068x879.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:879;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-511x420.jpg\";s:5:\"width\";i:511;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"purity-gold-plate-1920x1580.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-150x150.jpg\";s:5:\"width\";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:\"purity-gold-plate-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"purity-gold-plate-1024x842.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"purity-gold-plate-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"purity-gold-plate-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"purity-gold-plate-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"purity-gold-plate-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15428,2656,'_wp_attached_file','2018/09/Purity-Pearls-lifestyle2.jpg'),(15429,2656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4761;s:6:\"height\";i:1694;s:4:\"file\";s:36:\"2018/09/Purity-Pearls-lifestyle2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-768x273.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Purity-Pearls-lifestyle2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Purity-Pearls-lifestyle2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-696x248.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Purity-Pearls-lifestyle2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Purity-Pearls-lifestyle2-1068x380.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Purity-Pearls-lifestyle2-1180x420.jpg\";s:5:\"width\";i:1180;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Purity-Pearls-lifestyle2-1920x683.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Purity-Pearls-lifestyle2-1024x364.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Purity-Pearls-lifestyle2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Purity-Pearls-lifestyle2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Purity-Pearls-lifestyle2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Purity-Pearls-lifestyle2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15430,2652,'_thumbnail_id','2653'),(15431,2652,'slide_template','default'),(15432,2652,'_bunyad_featured_post','0'),(15433,2652,'_bunyad_cat_label','0'),(15434,2652,'_bunyad_featured_disable','0'),(15435,2652,'_bunyad_reviews','0'),(15436,2652,'_bunyad_review_pos','none'),(15437,2652,'_bunyad_review_type','points'),(15438,2652,'_bunyad_review_verdict','Awesome'),(15439,2652,'_yoast_wpseo_focuskw','purity pearls'),(15440,2652,'_yoast_wpseo_title','Distributer Artis introduces new range Purity Pearls'),(15441,2652,'_yoast_wpseo_metadesc','leading distributor, Artis, has introduced ‘Purity Pearls’, a new range of statement pieces, that are stunning in their colours and texture'),(15442,2652,'_yoast_wpseo_linkdex','84'),(15443,2652,'_yoast_wpseo_content_score','30'),(15444,2652,'_yoast_wpseo_primary_category','31'),(15445,2652,'xyz_fbap','1'),(15449,2652,'_wpas_done_all','1'),(15450,2658,'_edit_last','1'),(15451,2658,'_edit_lock','1538054082:1'),(15452,2659,'_wp_attached_file','2018/09/beer-barrel-956322_1920.jpg'),(15453,2659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2018/09/beer-barrel-956322_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"beer-barrel-956322_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"beer-barrel-956322_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"beer-barrel-956322_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"beer-barrel-956322_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"beer-barrel-956322_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"beer-barrel-956322_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"beer-barrel-956322_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"beer-barrel-956322_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"beer-barrel-956322_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"beer-barrel-956322_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15454,2659,'_wp_attachment_image_alt','cellar management is the key to a good pint'),(15455,2660,'_wp_attached_file','2018/09/bar-209148_1920.jpg'),(15456,2660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1329;s:4:\"file\";s:27:\"2018/09/bar-209148_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"bar-209148_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"bar-209148_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-696x482.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"bar-209148_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"bar-209148_1920-1068x739.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-607x420.jpg\";s:5:\"width\";i:607;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"bar-209148_1920-1920x1329.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bar-209148_1920-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"bar-209148_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"bar-209148_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"bar-209148_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"bar-209148_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15457,2660,'_wp_attachment_image_alt','cellar management is the key to a good pint'),(15458,2658,'_thumbnail_id','2660'),(15459,2658,'slide_template','default'),(15460,2658,'_bunyad_featured_post','1'),(15461,2658,'_bunyad_cat_label','0'),(15462,2658,'_bunyad_featured_disable','0'),(15463,2658,'_bunyad_reviews','0'),(15464,2658,'_bunyad_review_pos','none'),(15465,2658,'_bunyad_review_type','points'),(15466,2658,'_bunyad_review_verdict','Awesome'),(15467,2658,'_yoast_wpseo_focuskw','cellar management'),(15468,2658,'_yoast_wpseo_title','OTP sits down with A-Casks Phillip Smith to talk about cellar management'),(15469,2658,'_yoast_wpseo_metadesc','How important is good cellar management when it comes to keeping cask ale? On-Trade Progress sits down with A-Cask’s Philip Smith in detail'),(15470,2658,'_yoast_wpseo_linkdex','91'),(15471,2658,'_yoast_wpseo_content_score','60'),(15472,2658,'_yoast_wpseo_primary_category','182'),(15473,2658,'xyz_fbap','1'),(15477,2658,'_wpas_done_all','1'),(15480,2658,'_wpas_skip_20130109','1'),(15481,2663,'_edit_last','1'),(15482,2663,'_edit_lock','1538057690:1'),(15483,2664,'_wp_attached_file','2018/09/The-Cantabria-outdoor-canopy-from-Canopies-UK.jpg'),(15484,2664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4080;s:6:\"height\";i:2720;s:4:\"file\";s:57:\"2018/09/The-Cantabria-outdoor-canopy-from-Canopies-UK.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:58:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:59:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:58:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:56:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:57:\"The-Cantabria-outdoor-canopy-from-Canopies-UK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409604712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15485,2665,'_wp_attached_file','2018/09/The-Yellow-Broom-restaurant.jpg'),(15486,2665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:39:\"2018/09/The-Yellow-Broom-restaurant.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"The-Yellow-Broom-restaurant-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"The-Yellow-Broom-restaurant-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"The-Yellow-Broom-restaurant-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"The-Yellow-Broom-restaurant-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"The-Yellow-Broom-restaurant-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"The-Yellow-Broom-restaurant-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"The-Yellow-Broom-restaurant-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"The-Yellow-Broom-restaurant-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"The-Yellow-Broom-restaurant-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"The-Yellow-Broom-restaurant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15487,2666,'_wp_attached_file','2018/09/The-Garrack-Hotel-Restaurant.jpg'),(15488,2666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:40:\"2018/09/The-Garrack-Hotel-Restaurant.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"The-Garrack-Hotel-Restaurant-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"The-Garrack-Hotel-Restaurant-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"The-Garrack-Hotel-Restaurant-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"The-Garrack-Hotel-Restaurant-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"The-Garrack-Hotel-Restaurant-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"The-Garrack-Hotel-Restaurant-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"The-Garrack-Hotel-Restaurant-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"The-Garrack-Hotel-Restaurant-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"The-Garrack-Hotel-Restaurant-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"The-Garrack-Hotel-Restaurant-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15489,2667,'_wp_attached_file','2018/09/Alecs-Bar-Grill.jpg'),(15490,2667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:1377;s:4:\"file\";s:27:\"2018/09/Alecs-Bar-Grill.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Alecs-Bar-Grill-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Alecs-Bar-Grill-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Alecs-Bar-Grill-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Alecs-Bar-Grill-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"Alecs-Bar-Grill-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-150x150.jpg\";s:5:\"width\";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:\"Alecs-Bar-Grill-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Alecs-Bar-Grill-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Alecs-Bar-Grill-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Alecs-Bar-Grill-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Alecs-Bar-Grill-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Alecs-Bar-Grill-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15491,2663,'_thumbnail_id','2664'),(15492,2663,'slide_template','default'),(15493,2663,'_bunyad_featured_post','0'),(15494,2663,'_bunyad_cat_label','0'),(15495,2663,'_bunyad_featured_disable','0'),(15496,2663,'_bunyad_reviews','0'),(15497,2663,'_bunyad_review_pos','none'),(15498,2663,'_bunyad_review_type','points'),(15499,2663,'_bunyad_review_verdict','Awesome'),(15500,2663,'_yoast_wpseo_focuskw','Cantabria'),(15501,2663,'_yoast_wpseo_title','Canopies UK discuss their new Cantabria canopy, designed for hospitalty'),(15502,2663,'_yoast_wpseo_metadesc','Cantabria canopy - designed specifically for the hospitality sector, it features a retractable roof that’s operated at the touch of a button.'),(15503,2663,'_yoast_wpseo_linkdex','84'),(15504,2663,'_yoast_wpseo_content_score','30'),(15505,2663,'_yoast_wpseo_primary_category','184'),(15506,2663,'xyz_fbap','1'),(15510,2663,'_wpas_done_all','1'),(15513,2652,'_wpas_skip_20130109','1'),(15518,2671,'_edit_last','1'),(15519,2671,'_edit_lock','1538390356:1'),(15520,2672,'_wp_attached_file','2018/10/THREE-CHEESE-ONION-ROLLS-horizontal.jpg'),(15521,2672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:2304;s:4:\"file\";s:47:\"2018/10/THREE-CHEESE-ONION-ROLLS-horizontal.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"THREE-CHEESE-ONION-ROLLS-horizontal-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"THREE-CHEESE-ONION-ROLLS-horizontal-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"THREE-CHEESE-ONION-ROLLS-horizontal-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"THREE-CHEESE-ONION-ROLLS-horizontal-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"THREE-CHEESE-ONION-ROLLS-horizontal-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"THREE-CHEESE-ONION-ROLLS-horizontal-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"THREE-CHEESE-ONION-ROLLS-horizontal-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"THREE-CHEESE-ONION-ROLLS-horizontal-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"THREE-CHEESE-ONION-ROLLS-horizontal-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"THREE-CHEESE-ONION-ROLLS-horizontal-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:64:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)\";s:17:\"created_timestamp\";s:10:\"1533727984\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:64:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15522,2673,'_wp_attached_file','2018/10/THREE-CHEESE-ONION-ROLLS.jpg'),(15523,2673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2688;s:6:\"height\";i:4032;s:4:\"file\";s:36:\"2018/10/THREE-CHEESE-ONION-ROLLS.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"THREE-CHEESE-ONION-ROLLS-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"THREE-CHEESE-ONION-ROLLS-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"THREE-CHEESE-ONION-ROLLS-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"THREE-CHEESE-ONION-ROLLS-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"THREE-CHEESE-ONION-ROLLS-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"THREE-CHEESE-ONION-ROLLS-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"THREE-CHEESE-ONION-ROLLS-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"THREE-CHEESE-ONION-ROLLS-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"THREE-CHEESE-ONION-ROLLS-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"THREE-CHEESE-ONION-ROLLS-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"THREE-CHEESE-ONION-ROLLS-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"THREE-CHEESE-ONION-ROLLS-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:64:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)\";s:17:\"created_timestamp\";s:10:\"1533727494\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:64:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15524,2671,'_thumbnail_id','2673'),(15525,2671,'xyz_fbap','1'),(15529,2671,'slide_template','default'),(15530,2671,'_bunyad_featured_post','0'),(15531,2671,'_bunyad_cat_label','0'),(15532,2671,'_bunyad_featured_disable','0'),(15533,2671,'_bunyad_reviews','0'),(15534,2671,'_bunyad_review_pos','none'),(15535,2671,'_bunyad_review_type','points'),(15536,2671,'_bunyad_review_verdict','Awesome'),(15537,2671,'_yoast_wpseo_focuskw','three cheese'),(15538,2671,'_yoast_wpseo_title','Country Range has delivered a new roll - three cheese and onion'),(15539,2671,'_yoast_wpseo_metadesc','Innovative foodservice brand Country Range has strengthened its pastry selection with the launch of a Three Cheese and Onion Roll.'),(15540,2671,'_yoast_wpseo_linkdex','91'),(15541,2671,'_yoast_wpseo_content_score','30'),(15542,2671,'_yoast_wpseo_primary_category','3'),(15543,2671,'_wpas_done_all','1'),(15544,2676,'_edit_last','1'),(15545,2676,'_edit_lock','1538404264:1'),(15546,2677,'_wp_attached_file','2018/10/beer-wurst-image.jpg'),(15547,2677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1499;s:4:\"file\";s:28:\"2018/10/beer-wurst-image.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beer-wurst-image-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beer-wurst-image-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"beer-wurst-image-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"beer-wurst-image-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"beer-wurst-image-1920x1439.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-150x150.jpg\";s:5:\"width\";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-wurst-image-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beer-wurst-image-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beer-wurst-image-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"beer-wurst-image-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beer-wurst-image-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beer-wurst-image-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:11:\"PENTAX 645Z\";s:7:\"caption\";s:121:\"Freshly grilled bratwurst sausages on a wooden board with fresh german mustard and a pint glass of beer in the foreground\";s:17:\"created_timestamp\";s:10:\"1439204700\";s:9:\"copyright\";s:13:\"wundervisuals\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:54:\"Grilled bratwurst sausages with fresh mustard and beer\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:9:\"Bratwurst\";i:1;s:14:\"Preparing Food\";i:2;s:14:\"Healthy Eating\";i:3;s:9:\"No People\";i:4;s:4:\"Meal\";i:5;s:5:\"Plank\";i:6;s:6:\"Rustic\";i:7;s:5:\"Lager\";i:8;s:7:\"Gourmet\";i:9;s:12:\"Frothy Drink\";i:10;s:12:\"Char-Grilled\";i:11;s:7:\"Organic\";i:12;s:5:\"Grass\";i:13;s:10:\"Temptation\";i:14;s:14:\"Drinking Glass\";i:15;s:7:\"Grilled\";i:16;s:7:\"Mustard\";i:17;s:8:\"Barbecue\";i:18;s:7:\"Cooking\";i:19;s:11:\"Refreshment\";i:20;s:17:\"Healthy Lifestyle\";i:21;s:18:\"Cold - Temperature\";i:22;s:9:\"Freshness\";i:23;s:11:\"Green Color\";i:24;s:15:\"Wood - Material\";i:25;s:14:\"German Culture\";i:26;s:10:\"Pint Glass\";i:27;s:8:\"Outdoors\";i:28;s:8:\"Close-up\";i:29;s:10:\"Human Head\";i:30;s:11:\"Oktoberfest\";i:31;s:7:\"Germany\";i:32;s:6:\"Summer\";i:33;s:18:\"Front or Back Yard\";i:34;s:13:\"Formal Garden\";i:35;s:5:\"Lunch\";i:36;s:7:\"Sausage\";i:37;s:4:\"Meat\";i:38;s:4:\"Food\";i:39;s:14:\"Beer - Alcohol\";i:40;s:7:\"Alcohol\";i:41;s:5:\"Table\";}}}'),(15548,2678,'_wp_attached_file','2018/10/oktoberfest.jpg'),(15549,2678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1414;s:6:\"height\";i:2121;s:4:\"file\";s:23:\"2018/10/oktoberfest.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"oktoberfest-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"oktoberfest-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"oktoberfest-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"oktoberfest-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"oktoberfest-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"oktoberfest-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"oktoberfest-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"oktoberfest-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"oktoberfest-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"oktoberfest-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"oktoberfest-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"oktoberfest-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"oktoberfest-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"oktoberfest-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"oktoberfest-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"oktoberfest-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"oktoberfest-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"oktoberfest-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"oktoberfest-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"oktoberfest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"oktoberfest-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"oktoberfest-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"oktoberfest-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"oktoberfest-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"oktoberfest-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"oktoberfest-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"oktoberfest-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"oktoberfest-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"oktoberfest-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"oktoberfest-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"oktoberfest-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"oktoberfest-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"oktoberfest-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"oktoberfest-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"oktoberfest-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"oktoberfest-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"oktoberfest-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"oktoberfest-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"oktoberfest-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"oktoberfest-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"oktoberfest-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:90:\"People having fun and dancing on tables at the largest beer festival , Oktoberfest-Germany\";s:17:\"created_timestamp\";s:10:\"1474816745\";s:9:\"copyright\";s:37:\"This content is subject to copyright.\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:25:\"Oktoberfest party-Germany\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:4:\"beer\";i:1;s:8:\"festival\";}}}'),(15550,2676,'slide_template','default'),(15551,2676,'_bunyad_featured_post','0'),(15552,2676,'_bunyad_cat_label','0'),(15553,2676,'_bunyad_featured_disable','0'),(15554,2676,'_bunyad_reviews','0'),(15555,2676,'_bunyad_review_pos','none'),(15556,2676,'_bunyad_review_type','points'),(15557,2676,'_bunyad_review_verdict','Awesome'),(15558,2676,'_yoast_wpseo_focuskw','oktoberfest'),(15559,2676,'_yoast_wpseo_title','Express Tavern has teamed up with Krombacher for Oktoberfest'),(15560,2676,'_yoast_wpseo_metadesc','CAMRA\'s award-winning pub the Express Tavern has teamed up with Germany’s number one premium beer Krombacher to throw its own Oktoberfest celebration.'),(15561,2676,'_yoast_wpseo_linkdex','94'),(15562,2676,'_yoast_wpseo_content_score','30'),(15563,2676,'_yoast_wpseo_primary_category','2'),(15564,2676,'xyz_fbap','1'),(15568,2676,'_wpas_done_all','1'),(15569,2680,'_edit_last','1'),(15570,2680,'_edit_lock','1538405826:1'),(15571,2681,'_wp_attached_file','2018/10/Dyson_Airblade_Transparent_BG.png'),(15572,2681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2100;s:6:\"height\";i:2800;s:4:\"file\";s:41:\"2018/10/Dyson_Airblade_Transparent_BG.png\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Dyson_Airblade_Transparent_BG-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Dyson_Airblade_Transparent_BG-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-696x928.png\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Dyson_Airblade_Transparent_BG-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Dyson_Airblade_Transparent_BG-1068x1424.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-315x420.png\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Dyson_Airblade_Transparent_BG-1920x2560.png\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-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:41:\"Dyson_Airblade_Transparent_BG-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Dyson_Airblade_Transparent_BG-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Dyson_Airblade_Transparent_BG-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Dyson_Airblade_Transparent_BG-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Dyson_Airblade_Transparent_BG-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Dyson_Airblade_Transparent_BG-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Dyson_Airblade_Transparent_BG-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15574,2680,'slide_template','default'),(15575,2680,'_bunyad_featured_post','1'),(15576,2680,'_bunyad_cat_label','0'),(15577,2680,'_bunyad_featured_disable','0'),(15578,2680,'_bunyad_reviews','0'),(15579,2680,'_bunyad_review_pos','none'),(15580,2680,'_bunyad_review_type','points'),(15581,2680,'_bunyad_review_verdict','Awesome'),(15582,2680,'_yoast_wpseo_focuskw','dyson airblade'),(15583,2680,'_yoast_wpseo_title','Dyson discusses how its Airblade technology can be of service'),(15584,2680,'_yoast_wpseo_metadesc','Dyson airblade discusses how its technology can be of service to the hospitality industry and how it can save you money in the process'),(15585,2680,'_yoast_wpseo_linkdex','77'),(15586,2680,'_yoast_wpseo_content_score','30'),(15587,2680,'_yoast_wpseo_primary_category','10'),(15588,2683,'_wp_attached_file','2018/10/220px-Dyson_logo.svg_-e1538386597792.png'),(15589,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:30;s:4:\"file\";s:48:\"2018/10/220px-Dyson_logo.svg_-e1538386597792.png\";s:5:\"sizes\";a:7:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"220px-Dyson_logo.svg_-e1538386597792-80x30.png\";s:5:\"width\";i:80;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"220px-Dyson_logo.svg_-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"220px-Dyson_logo.svg_-110x83.png\";s:5:\"width\";i:110;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"220px-Dyson_logo.svg_-168x83.png\";s:5:\"width\";i:168;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"220px-Dyson_logo.svg_-214x83.png\";s:5:\"width\";i:214;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"220px-Dyson_logo.svg_-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"220px-Dyson_logo.svg_-214x83.png\";s:5:\"width\";i:214;s:6:\"height\";i:83;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:{}}}'),(15590,2683,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:220;s:6:\"height\";i:83;s:4:\"file\";s:25:\"220px-Dyson_logo.svg_.png\";}s:18:\"full-1538386557762\";a:3:{s:5:\"width\";i:110;s:6:\"height\";i:42;s:4:\"file\";s:40:\"220px-Dyson_logo.svg_-e1538386545264.png\";}s:18:\"full-1538386597792\";a:3:{s:5:\"width\";i:80;s:6:\"height\";i:30;s:4:\"file\";s:40:\"220px-Dyson_logo.svg_-e1538386557762.png\";}}'),(15591,2684,'_wp_attached_file','2018/10/220px-Dyson_logo.svg_-1-e1538386692538.png'),(15592,2684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:68;s:4:\"file\";s:50:\"2018/10/220px-Dyson_logo.svg_-1-e1538386692538.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"220px-Dyson_logo.svg_-1-e1538386692538-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"220px-Dyson_logo.svg_-1-e1538386692538-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"220px-Dyson_logo.svg_-1-e1538386692538-100x68.png\";s:5:\"width\";i:100;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-1-110x83.png\";s:5:\"width\";i:110;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-1-168x83.png\";s:5:\"width\";i:168;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-1-214x83.png\";s:5:\"width\";i:214;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-1-214x83.png\";s:5:\"width\";i:214;s:6:\"height\";i:83;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:{}}}'),(15593,2684,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:220;s:6:\"height\";i:83;s:4:\"file\";s:27:\"220px-Dyson_logo.svg_-1.png\";}}'),(15594,2685,'_wp_attached_file','2018/10/220px-Dyson_logo.svg_-2.png'),(15595,2685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:83;s:4:\"file\";s:35:\"2018/10/220px-Dyson_logo.svg_-2.png\";s:5:\"sizes\";a:9:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"220px-Dyson_logo.svg_-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-218x83.png\";s:5:\"width\";i:218;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-110x83.png\";s:5:\"width\";i:110;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-168x83.png\";s:5:\"width\";i:168;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-214x83.png\";s:5:\"width\";i:214;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"220px-Dyson_logo.svg_-2-214x83.png\";s:5:\"width\";i:214;s:6:\"height\";i:83;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:{}}}'),(15596,2680,'_thumbnail_id','2693'),(15597,2680,'xyz_fbap','1'),(15601,2680,'_wpas_done_all','1'),(15604,2680,'_wpas_skip_20130109','1'),(15607,2687,'_edit_last','1'),(15608,2687,'_edit_lock','1539701065:1'),(15609,2688,'_wp_attached_file','2018/10/Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1.jpeg'),(15610,2688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6556;s:6:\"height\";i:4371;s:4:\"file\";s:61:\"2018/10/Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:62:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:62:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:63:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:62:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:20:\"rufre@lenz-nennig.at\";s:6:\"camera\";s:11:\"NIKON D800E\";s:7:\"caption\";s:16:\"Nenne den Autor!\";s:17:\"created_timestamp\";s:10:\"1424975456\";s:9:\"copyright\";s:27:\"Boehringer Friedrich [Fred]\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15611,2689,'_wp_attached_file','2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg'),(15612,2689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:144;s:4:\"file\";s:66:\"2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg\";s:5:\"sizes\";a:9:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:64:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:65:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:66:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-218x144.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-150x144.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:66:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:66:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:65:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:66:\"220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15613,2689,'_wp_attachment_image_alt','UKhospitality tipping legislation'),(15614,2687,'_thumbnail_id','2689'),(15615,2687,'slide_template',''),(15616,2687,'_bunyad_featured_post','0'),(15617,2687,'_bunyad_cat_label','0'),(15618,2687,'_bunyad_featured_disable','0'),(15619,2687,'_bunyad_reviews','0'),(15620,2687,'_bunyad_review_pos','none'),(15621,2687,'_bunyad_review_type','points'),(15622,2687,'_bunyad_review_verdict','Awesome'),(15623,2687,'_yoast_wpseo_focuskw','UKhospitality tipping legislation'),(15624,2687,'_yoast_wpseo_title','UKHospitality - New tipping legislation regarding tipping is unnecessary'),(15625,2687,'_yoast_wpseo_metadesc','UKHospitality has warned that any new statutory legislation regarding tipping is an unnecessary burden for the UK hopsitality sector'),(15626,2687,'_yoast_wpseo_linkdex','69'),(15627,2687,'_yoast_wpseo_content_score','30'),(15628,2687,'_yoast_wpseo_primary_category','183'),(15629,2693,'_wp_attached_file','2018/10/OTP_Dyson-banner-600x460.jpg'),(15630,2693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:460;s:4:\"file\";s:36:\"2018/10/OTP_Dyson-banner-600x460.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"OTP_Dyson-banner-600x460-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"OTP_Dyson-banner-600x460-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-534x460.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-548x420.jpg\";s:5:\"width\";i:548;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"OTP_Dyson-banner-600x460-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"OTP_Dyson-banner-600x460-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"OTP_Dyson-banner-600x460-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15631,2693,'_wp_attachment_image_alt','dyson airblade'),(15634,2676,'_thumbnail_id','2678'),(15637,2676,'_wpas_skip_20130109','1'),(15638,2695,'_edit_last','1'),(15639,2695,'_edit_lock','1539701040:1'),(15640,2695,'slide_template',''),(15641,2695,'_bunyad_featured_post','0'),(15642,2695,'_bunyad_cat_label','0'),(15643,2695,'_bunyad_featured_disable','0'),(15644,2695,'_bunyad_reviews','0'),(15645,2695,'_bunyad_review_pos','none'),(15646,2695,'_bunyad_review_type','points'),(15647,2695,'_bunyad_review_verdict','Awesome'),(15648,2695,'_yoast_wpseo_focuskw','foodservice'),(15649,2695,'_yoast_wpseo_linkdex','79'),(15650,2695,'_yoast_wpseo_content_score','30'),(15651,2695,'_yoast_wpseo_primary_category',''),(15652,2698,'_wp_attached_file','2018/10/The-2018-QFA-Winners.jpg'),(15653,2698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1669;s:4:\"file\";s:32:\"2018/10/The-2018-QFA-Winners.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"The-2018-QFA-Winners-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"The-2018-QFA-Winners-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"The-2018-QFA-Winners-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"The-2018-QFA-Winners-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"The-2018-QFA-Winners-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"The-2018-QFA-Winners-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"The-2018-QFA-Winners-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"The-2018-QFA-Winners-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"The-2018-QFA-Winners-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"The-2018-QFA-Winners-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538073825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15654,2698,'_wp_attachment_image_alt','foodservice'),(15655,2695,'_thumbnail_id','2698'),(15656,2695,'xyz_fbap','1'),(15660,2695,'_yoast_wpseo_title','UK Food Service 2018 Quality Food Awards ceremony celebrated'),(15661,2695,'_yoast_wpseo_metadesc','The 2018 search for foodservice’s products at a glittering ceremony last week, the UK Foodservice Quality Food Awards celebrated the best of the industry'),(15662,2695,'_wpas_done_all','1'),(15665,2695,'_wpas_skip_20130109','1'),(15666,2701,'_edit_last','1'),(15667,2701,'_edit_lock','1539701017:1'),(15668,2701,'slide_template',''),(15669,2701,'_bunyad_featured_post','0'),(15670,2701,'_bunyad_cat_label','0'),(15671,2701,'_bunyad_featured_disable','0'),(15672,2701,'_bunyad_reviews','0'),(15673,2701,'_bunyad_review_pos','none'),(15674,2701,'_bunyad_review_type','points'),(15675,2701,'_bunyad_review_verdict','Awesome'),(15676,2701,'_yoast_wpseo_focuskw','Chancellor'),(15677,2701,'_yoast_wpseo_linkdex','88'),(15678,2701,'_yoast_wpseo_content_score','60'),(15679,2701,'_yoast_wpseo_primary_category','8'),(15680,2703,'_wp_attached_file','2018/10/UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large.png'),(15681,2703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:420;s:4:\"file\";s:75:\"2018/10/UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:73:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:74:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-534x420.png\";s:5:\"width\";i:534;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-696x390.png\";s:5:\"width\";i:696;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-741x420.png\";s:5:\"width\";i:741;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-750x420.png\";s:5:\"width\";i:750;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-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:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:74:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-600x420.png\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:74:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:75:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15682,2701,'_thumbnail_id','2703'),(15683,2701,'_yoast_wpseo_title','Chancellor announces support for the UK Hospitality with apprenticeships'),(15684,2701,'_yoast_wpseo_metadesc','UKHospitality has welcomed the Government’s Chancellor announced that he will provide support for apprenticeships, management skills and retraining.'),(15685,2687,'xyz_fbap','1'),(15689,2687,'_wp_old_date','2018-10-01'),(15690,2687,'_wpas_done_all','1'),(15691,2703,'_wp_attachment_image_alt','immigration'),(15692,2701,'xyz_fbap','1'),(15696,2701,'_wp_old_slug','ukhospitality-welcomes-business-support'),(15697,2701,'_wpas_done_all','1'),(15700,2701,'_wpas_skip_20130109','1'),(15701,2706,'_edit_last','1'),(15702,2706,'_edit_lock','1538471385:1'),(15705,2707,'_wp_attached_file','2018/10/DSC0350.jpg'),(15706,2707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:19:\"2018/10/DSC0350.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC0350-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"DSC0350-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"DSC0350-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"DSC0350-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"DSC0350-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"DSC0350-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"DSC0350-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"DSC0350-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"DSC0350-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"DSC0350-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"DSC0350-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"DSC0350-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"DSC0350-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"DSC0350-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"DSC0350-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"DSC0350-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"DSC0350-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"DSC0350-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"DSC0350-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"DSC0350-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC0350-150x150.jpg\";s:5:\"width\";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:\"DSC0350-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC0350-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"DSC0350-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"DSC0350-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"DSC0350-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"DSC0350-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"DSC0350-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"DSC0350-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"DSC0350-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"DSC0350-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"DSC0350-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"DSC0350-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"DSC0350-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"DSC0350-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"DSC0350-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"DSC0350-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"DSC0350-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"DSC0350-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"DSC0350-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"DSC0350-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"DSC0350-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1530021905\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15707,2708,'_wp_attached_file','2018/10/2013-08-11-22.30.40.jpg'),(15708,2708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1632;s:6:\"height\";i:2464;s:4:\"file\";s:31:\"2018/10/2013-08-11-22.30.40.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"2013-08-11-22.30.40-768x1160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"2013-08-11-22.30.40-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"2013-08-11-22.30.40-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"2013-08-11-22.30.40-696x1051.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1051;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"2013-08-11-22.30.40-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"2013-08-11-22.30.40-1068x1612.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-278x420.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2013-08-11-22.30.40-678x1024.jpg\";s:5:\"width\";i:678;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"2013-08-11-22.30.40-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"2013-08-11-22.30.40-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"2013-08-11-22.30.40-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"2013-08-11-22.30.40-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1376260240\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15709,2709,'_wp_attached_file','2018/10/IMG_20180816_185346.jpg'),(15710,2709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:1242;s:4:\"file\";s:31:\"2018/10/IMG_20180816_185346.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_20180816_185346-768x1023.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"IMG_20180816_185346-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"IMG_20180816_185346-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-932x580.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20180816_185346-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"IMG_20180816_185346-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-932x516.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"IMG_20180816_185346-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"IMG_20180816_185346-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15711,2710,'_wp_attached_file','2018/10/DSC0332-2.jpg'),(15712,2710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:21:\"2018/10/DSC0332-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"DSC0332-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"DSC0332-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"DSC0332-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"DSC0332-2-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"DSC0332-2-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC0332-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:21:\"DSC0332-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC0332-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC0332-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"DSC0332-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"DSC0332-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"DSC0332-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1530021205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15713,2706,'slide_template','default'),(15714,2706,'_bunyad_featured_post','0'),(15715,2706,'_bunyad_cat_label','0'),(15716,2706,'_bunyad_featured_disable','0'),(15717,2706,'_bunyad_reviews','0'),(15718,2706,'_bunyad_review_pos','none'),(15719,2706,'_bunyad_review_type','points'),(15720,2706,'_bunyad_review_verdict','Awesome'),(15721,2706,'_yoast_wpseo_focuskw','Strazzanti'),(15722,2706,'_yoast_wpseo_title','Emilia Strazzanti opens new Supper Club in Hackney'),(15723,2706,'_yoast_wpseo_metadesc','Strazzanti is a new Supper Club series by Emilia Strazzanti which is showcasing fresh and seasonal produce from Sicily, Italy.'),(15724,2706,'_yoast_wpseo_linkdex','85'),(15725,2706,'_yoast_wpseo_content_score','30'),(15726,2706,'_yoast_wpseo_primary_category','5'),(15727,2709,'_wp_attachment_image_alt','Strazzanti'),(15728,2706,'_thumbnail_id','2709'),(15729,2706,'xyz_fbap','1'),(15733,2706,'_wpas_done_all','1'),(15736,2706,'_wpas_skip_20130109','1'),(15739,2717,'_edit_last','1'),(15740,2717,'_edit_lock','1538490517:1'),(15741,2718,'_wp_attached_file','2018/10/AccentPOS_LOGO.jpg'),(15742,2718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:796;s:6:\"height\";i:598;s:4:\"file\";s:26:\"2018/10/AccentPOS_LOGO.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"AccentPOS_LOGO-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"AccentPOS_LOGO-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-696x523.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-796x580.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-559x420.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AccentPOS_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:26:\"AccentPOS_LOGO-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"AccentPOS_LOGO-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-796x516.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"AccentPOS_LOGO-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"AccentPOS_LOGO-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 500D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522774488\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15743,2719,'_wp_attached_file','2018/10/AccentPOS_Star-printers.jpg'),(15744,2719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1668;s:6:\"height\";i:1068;s:4:\"file\";s:35:\"2018/10/AccentPOS_Star-printers.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"AccentPOS_Star-printers-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"AccentPOS_Star-printers-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-696x446.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"AccentPOS_Star-printers-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"AccentPOS_Star-printers-1068x684.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-656x420.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AccentPOS_Star-printers-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"AccentPOS_Star-printers-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"AccentPOS_Star-printers-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"AccentPOS_Star-printers-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"AccentPOS_Star-printers-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 500D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522774488\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15745,2720,'_wp_attached_file','2018/10/analytics-section-Advert-218.jpg'),(15746,2720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5084;s:6:\"height\";i:3200;s:4:\"file\";s:40:\"2018/10/analytics-section-Advert-218.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"analytics-section-Advert-218-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"analytics-section-Advert-218-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-696x438.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"analytics-section-Advert-218-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"analytics-section-Advert-218-1068x672.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-667x420.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"analytics-section-Advert-218-1920x1208.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"analytics-section-Advert-218-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"analytics-section-Advert-218-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"analytics-section-Advert-218-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"analytics-section-Advert-218-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"analytics-section-Advert-218-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15747,2721,'_wp_attached_file','2018/10/Star-logo.jpg'),(15748,2721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1668;s:6:\"height\";i:1068;s:4:\"file\";s:21:\"2018/10/Star-logo.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Star-logo-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Star-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Star-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Star-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Star-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Star-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Star-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Star-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Star-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Star-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Star-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Star-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Star-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Star-logo-696x446.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Star-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Star-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Star-logo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Star-logo-1068x684.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Star-logo-656x420.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Star-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:21:\"Star-logo-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Star-logo-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Star-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Star-logo-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Star-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Star-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Star-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Star-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Star-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Star-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Star-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Star-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Star-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Star-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Star-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Star-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Star-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Star-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Star-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Star-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Star-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 500D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522774488\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15749,2721,'_wp_attachment_image_alt','AccentPOS'),(15750,2717,'_thumbnail_id','2721'),(15751,2717,'slide_template','default'),(15752,2717,'_bunyad_featured_post','0'),(15753,2717,'_bunyad_cat_label','0'),(15754,2717,'_bunyad_featured_disable','0'),(15755,2717,'_bunyad_reviews','0'),(15756,2717,'_bunyad_review_pos','none'),(15757,2717,'_bunyad_review_type','points'),(15758,2717,'_bunyad_review_verdict','Awesome'),(15759,2717,'_yoast_wpseo_focuskw','AccentPOS'),(15760,2717,'_yoast_wpseo_title','AccentPOS ® Hub: A back-office dashboard for restaurant managers'),(15761,2717,'_yoast_wpseo_metadesc','Introducing AccentPOS ® Hub: A comprehensive back-office dashboard for restaurant managers and is an online companion to AccentPOS ® by Accent IT Services.'),(15762,2717,'_yoast_wpseo_linkdex','82'),(15763,2717,'_yoast_wpseo_content_score','30'),(15764,2717,'_yoast_wpseo_primary_category','10'),(15765,2717,'xyz_fbap','1'),(15769,2717,'_wpas_done_all','1'),(15772,2717,'_wpas_skip_20130109','1'),(15775,2724,'_edit_last','1'),(15776,2724,'_edit_lock','1538478139:1'),(15777,2724,'_thumbnail_id','2703'),(15778,2724,'slide_template','default'),(15779,2724,'_bunyad_featured_post','1'),(15780,2724,'_bunyad_cat_label','0'),(15781,2724,'_bunyad_featured_disable','0'),(15782,2724,'_bunyad_reviews','0'),(15783,2724,'_bunyad_review_pos','none'),(15784,2724,'_bunyad_review_type','points'),(15785,2724,'_bunyad_review_verdict','Awesome'),(15786,2724,'_yoast_wpseo_focuskw','immigration'),(15787,2724,'_yoast_wpseo_title','UKHospitality worried about only high-skilled immigration after Brexit'),(15788,2724,'_yoast_wpseo_metadesc','Kate Nicholls said: “In the wake of today’s immigration policy announcement, we face mounting concerns over the future of the hospitality workforce.'),(15789,2724,'_yoast_wpseo_linkdex','89'),(15790,2724,'_yoast_wpseo_content_score','30'),(15791,2724,'_yoast_wpseo_primary_category','8'),(15792,2724,'xyz_fbap','1'),(15796,2724,'_wpas_done_all','1'),(15799,2724,'_wpas_skip_20130109','1'),(15812,2727,'_edit_last','1'),(15813,2727,'_edit_lock','1539700910:1'),(15814,2728,'_wp_attached_file','2018/10/Winterhalter-launches-new-versions-of-the-ever-popular-UC.jpg'),(15815,2728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2632;s:6:\"height\";i:3508;s:4:\"file\";s:69:\"2018/10/Winterhalter-launches-new-versions-of-the-ever-popular-UC.jpg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:67:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:68:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:70:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:71:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-1068x1423.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:71:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-1920x2559.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:70:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:70:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:68:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:69:\"Winterhalter-launches-new-versions-of-the-ever-popular-UC-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Henry M. Linder\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(15816,2728,'_wp_attachment_image_alt','Winterhalter launch their new undercounter tange'),(15817,2727,'_thumbnail_id','2728'),(15818,2727,'slide_template',''),(15819,2727,'_bunyad_featured_post','0'),(15820,2727,'_bunyad_cat_label','0'),(15821,2727,'_bunyad_featured_disable','0'),(15822,2727,'_bunyad_reviews','0'),(15823,2727,'_bunyad_review_pos','none'),(15824,2727,'_bunyad_review_type','points'),(15825,2727,'_bunyad_review_verdict','Awesome'),(15826,2727,'_yoast_wpseo_focuskw','undercounter'),(15827,2727,'_yoast_wpseo_title','Winterhalter launches undercounter washer range with more efficency'),(15828,2727,'_yoast_wpseo_metadesc','Winterhalter has launched new versions of its popular UC undercounter glasswashers and dishwashers with upgrades designed to make them more efficent'),(15829,2727,'_yoast_wpseo_linkdex','81'),(15830,2727,'_yoast_wpseo_content_score','30'),(15831,2727,'_yoast_wpseo_primary_category','32'),(15832,2727,'xyz_fbap','1'),(15836,2727,'_wpas_done_all','1'),(15837,2730,'_edit_last','1'),(15838,2730,'_edit_lock','1538644087:1'),(15839,2731,'_wp_attached_file','2018/10/RESTAURANT.jpeg'),(15840,2731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:197;s:4:\"file\";s:23:\"2018/10/RESTAURANT.jpeg\";s:5:\"sizes\";a:15:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"RESTAURANT-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"RESTAURANT-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-256x160.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"RESTAURANT-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-256x185.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-256x185.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-233x197.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-256x192.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-235x197.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"RESTAURANT-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"RESTAURANT-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15841,2731,'_wp_attachment_image_alt','Hospitality workers strike over pay and rights'),(15842,2732,'_wp_attached_file','2018/10/glasses-919071_640.jpg'),(15843,2732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:30:\"2018/10/glasses-919071_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"glasses-919071_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"glasses-919071_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"glasses-919071_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"glasses-919071_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"glasses-919071_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15844,2732,'_wp_attachment_image_alt','Hospitality workers strike over pay and rights'),(15845,2730,'_thumbnail_id','2732'),(15846,2730,'xyz_fbap','1'),(15850,2730,'slide_template','default'),(15851,2730,'_bunyad_featured_post','1'),(15852,2730,'_bunyad_cat_label','0'),(15853,2730,'_bunyad_featured_disable','0'),(15854,2730,'_bunyad_reviews','0'),(15855,2730,'_bunyad_review_pos','none'),(15856,2730,'_bunyad_review_type','points'),(15857,2730,'_bunyad_review_verdict','Awesome'),(15858,2730,'_yoast_wpseo_focuskw','Hospitality workers'),(15859,2730,'_yoast_wpseo_title','Hospitality workers rally for better pay and union rights'),(15860,2730,'_yoast_wpseo_metadesc','Hospitality workers rally for better pay and union rights joining for a historic rally in London’s Leicester Square to demand a better deal'),(15861,2730,'_yoast_wpseo_linkdex','99'),(15862,2730,'_yoast_wpseo_content_score','30'),(15863,2730,'_yoast_wpseo_primary_category','8'),(15864,2730,'_wpas_done_all','1'),(15867,2730,'_wpas_skip_20130109','1'),(15868,2735,'_edit_last','1'),(15869,2735,'_edit_lock','1538657936:1'),(15870,2736,'_wp_attached_file','2018/10/cocktail-3327242_640.jpg'),(15871,2736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:32:\"2018/10/cocktail-3327242_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"cocktail-3327242_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"cocktail-3327242_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cocktail-3327242_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"cocktail-3327242_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"cocktail-3327242_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 80D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15872,2736,'_wp_attachment_image_alt','Students love cocktails'),(15873,2737,'_wp_attached_file','2018/10/alcohol-1853327_640.jpg'),(15874,2737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:31:\"2018/10/alcohol-1853327_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"alcohol-1853327_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"alcohol-1853327_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"alcohol-1853327_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"alcohol-1853327_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"alcohol-1853327_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"360\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15875,2737,'_wp_attachment_image_alt','students love cocktails'),(15876,2735,'_thumbnail_id','2736'),(15877,2735,'slide_template','default'),(15878,2735,'_bunyad_featured_post','1'),(15879,2735,'_bunyad_cat_label','0'),(15880,2735,'_bunyad_featured_disable','0'),(15881,2735,'_bunyad_reviews','0'),(15882,2735,'_bunyad_review_pos','none'),(15883,2735,'_bunyad_review_type','points'),(15884,2735,'_bunyad_review_verdict','Awesome'),(15885,2735,'_yoast_wpseo_focuskw','students'),(15886,2735,'_yoast_wpseo_title','Students are out celebrating the festive season with the hospitality sector'),(15887,2735,'_yoast_wpseo_metadesc','Autumn is here and students are out and about celebrating the festive season with the hospitality sector. This is to make sure you capitalise on freshers'),(15888,2735,'_yoast_wpseo_linkdex','94'),(15889,2735,'_yoast_wpseo_content_score','30'),(15890,2735,'_yoast_wpseo_primary_category','4'),(15891,2735,'xyz_fbap','1'),(15895,2735,'_wpas_done_all','1'),(15898,2735,'_wpas_skip_20130109','1'),(15906,2749,'_edit_last','1'),(15907,2749,'_edit_lock','1539166138:1'),(15908,2750,'_wp_attached_file','2018/10/Bohem-Brewery-440ml-Can-Range.jpg'),(15909,2750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1424;s:4:\"file\";s:41:\"2018/10/Bohem-Brewery-440ml-Can-Range.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Bohem-Brewery-440ml-Can-Range-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Bohem-Brewery-440ml-Can-Range-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-696x451.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Bohem-Brewery-440ml-Can-Range-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Bohem-Brewery-440ml-Can-Range-1068x691.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-649x420.jpg\";s:5:\"width\";i:649;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Bohem-Brewery-440ml-Can-Range-1920x1243.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Bohem-Brewery-440ml-Can-Range-1024x663.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Bohem-Brewery-440ml-Can-Range-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Bohem-Brewery-440ml-Can-Range-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Bohem-Brewery-440ml-Can-Range-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Bohem-Brewery-440ml-Can-Range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15910,2749,'_thumbnail_id','2750'),(15911,2749,'xyz_fbap','1'),(15915,2749,'slide_template','default'),(15916,2749,'_bunyad_featured_post','0'),(15917,2749,'_bunyad_cat_label','0'),(15918,2749,'_bunyad_featured_disable','0'),(15919,2749,'_bunyad_reviews','0'),(15920,2749,'_bunyad_review_pos','none'),(15921,2749,'_bunyad_review_type','points'),(15922,2749,'_bunyad_review_verdict','Awesome'),(15923,2749,'_yoast_wpseo_focuskw','Bohem'),(15924,2749,'_yoast_wpseo_title','Bohem Brewery launches new canned lager range'),(15925,2749,'_yoast_wpseo_metadesc','Bohem Brewery launches canned lager range along with a new distribution partnership with the UK\'s leading beer wholesaler The BottleShop.'),(15926,2749,'_yoast_wpseo_linkdex','91'),(15927,2749,'_yoast_wpseo_content_score','30'),(15928,2749,'_yoast_wpseo_primary_category','2'),(15929,2749,'_wpas_done_all','1'),(15932,2749,'_wpas_skip_20130109','1'),(15933,2754,'_edit_last','1'),(15934,2754,'slide_template',''),(15935,2754,'_bunyad_featured_post','0'),(15936,2754,'_bunyad_cat_label','0'),(15937,2754,'_bunyad_featured_disable','0'),(15938,2754,'_bunyad_reviews','0'),(15939,2754,'_bunyad_review_pos','none'),(15940,2754,'_bunyad_review_type','points'),(15941,2754,'_bunyad_review_verdict','Awesome'),(15942,2754,'_yoast_wpseo_content_score','30'),(15943,2754,'_yoast_wpseo_primary_category',''),(15944,2754,'_edit_lock','1539700883:1'),(15945,2756,'_wp_attached_file','2018/10/london-2393098_640.jpg'),(15946,2756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:440;s:4:\"file\";s:30:\"2018/10/london-2393098_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"london-2393098_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"london-2393098_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-534x440.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-611x420.jpg\";s:5:\"width\";i:611;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"london-2393098_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-600x440.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"london-2393098_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"london-2393098_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15947,2756,'_wp_attachment_image_alt','150 Hospitality companies met at Westminster'),(15948,2754,'_thumbnail_id','2756'),(15949,2754,'xyz_fbap','1'),(15953,2754,'_yoast_wpseo_focuskw','hospitality'),(15954,2754,'_yoast_wpseo_title','Hospitality businesses met at MP\'s at Westminster - with UKHospitality'),(15955,2754,'_yoast_wpseo_metadesc','150 hospitality business from across the UK will today assemble at Westminster to meet with MPs to champion their sector’s contribution to the high street.'),(15956,2754,'_yoast_wpseo_linkdex','86'),(15957,2754,'_wp_old_slug','hospitality-businesses-me'),(15958,2754,'_wpas_done_all','1'),(15961,2760,'_edit_last','1'),(15962,2760,'_edit_lock','1539169764:1'),(15963,2761,'_wp_attached_file','2018/10/beer-1955174_640.jpg'),(15964,2761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:28:\"2018/10/beer-1955174_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beer-1955174_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beer-1955174_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-150x150.jpg\";s:5:\"width\";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-1955174_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beer-1955174_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beer-1955174_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beer-1955174_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15965,2761,'_wp_attachment_image_alt','Drinkaware warns of alcohol harm'),(15966,2760,'_thumbnail_id','2761'),(15967,2760,'xyz_fbap','1'),(15971,2760,'slide_template','default'),(15972,2760,'_bunyad_featured_post','0'),(15973,2760,'_bunyad_cat_label','0'),(15974,2760,'_bunyad_featured_disable','0'),(15975,2760,'_bunyad_reviews','0'),(15976,2760,'_bunyad_review_pos','none'),(15977,2760,'_bunyad_review_type','points'),(15978,2760,'_bunyad_review_verdict','Awesome'),(15979,2760,'_yoast_wpseo_focuskw','drinkaware'),(15980,2760,'_yoast_wpseo_title','Drinkaware urges venues to reduce the risk of alcohol harm'),(15981,2760,'_yoast_wpseo_metadesc','As pubs and bars prepare for the festive season, charity Drinkaware is urging operators to create a festive environment while reducing alcohol harm.'),(15982,2760,'_yoast_wpseo_linkdex','81'),(15983,2760,'_yoast_wpseo_content_score','30'),(15984,2760,'_yoast_wpseo_primary_category','2'),(15985,2760,'_wpas_done_all','1'),(15988,2760,'_wpas_skip_20130109','1'),(15989,2763,'_edit_last','1'),(15990,2763,'_edit_lock','1539698609:1'),(15991,2764,'_wp_attached_file','2018/10/Old-Mout-kiwi-cycle.png'),(15992,2764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:1588;s:4:\"file\";s:31:\"2018/10/Old-Mout-kiwi-cycle.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-768x767.png\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Old-Mout-kiwi-cycle-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Old-Mout-kiwi-cycle-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-696x695.png\";s:5:\"width\";i:696;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Old-Mout-kiwi-cycle-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Old-Mout-kiwi-cycle-1068x1067.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1067;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-421x420.png\";s:5:\"width\";i:421;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-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:\"Old-Mout-kiwi-cycle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Old-Mout-kiwi-cycle-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Old-Mout-kiwi-cycle-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Old-Mout-kiwi-cycle-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Old-Mout-kiwi-cycle-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Old-Mout-kiwi-cycle-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15993,2765,'_wp_attached_file','2018/10/old-mout.png'),(15994,2765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2018/10/old-mout.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"old-mout-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"old-mout-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"old-mout-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"old-mout-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"old-mout-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"old-mout-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"old-mout-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"old-mout-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"old-mout-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"old-mout-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"old-mout-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"old-mout-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"old-mout-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"old-mout-696x435.png\";s:5:\"width\";i:696;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"old-mout-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"old-mout-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"old-mout-672x420.png\";s:5:\"width\";i:672;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"old-mout-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:\"old-mout-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"old-mout-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"old-mout-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"old-mout-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"old-mout-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"old-mout-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"old-mout-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"old-mout-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"old-mout-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"old-mout-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"old-mout-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"old-mout-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"old-mout-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"old-mout-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"old-mout-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"old-mout-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"old-mout-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"old-mout-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"old-mout-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(15995,2765,'_wp_attachment_image_alt','kiwis for kiwi'),(15996,2764,'_wp_attachment_image_alt','Kiwis for Kiwi'),(15997,2763,'_thumbnail_id','2765'),(15998,2763,'xyz_fbap','1'),(16002,2763,'slide_template','default'),(16003,2763,'_bunyad_featured_post','0'),(16004,2763,'_bunyad_cat_label','0'),(16005,2763,'_bunyad_featured_disable','0'),(16006,2763,'_bunyad_reviews','0'),(16007,2763,'_bunyad_review_pos','none'),(16008,2763,'_bunyad_review_type','points'),(16009,2763,'_bunyad_review_verdict','Awesome'),(16010,2763,'_yoast_wpseo_focuskw','Kiwis for kiwi'),(16011,2763,'_yoast_wpseo_title','Kiwis for Kiwi - Old Mout mobile game with Mitchells & Butlers'),(16012,2763,'_yoast_wpseo_metadesc','Kiwis for Kiwi is a mobile game from Old Mout partnered with Mitchells & Butlers aiming to raise money to help save the kiwi'),(16013,2763,'_yoast_wpseo_linkdex','84'),(16014,2763,'_yoast_wpseo_content_score','30'),(16015,2763,'_yoast_wpseo_primary_category','2'),(16016,2763,'_wpas_done_all','1'),(16019,2763,'_wpas_skip_20130109','1'),(16022,2770,'_edit_last','1'),(16023,2770,'_edit_lock','1563958769:1'),(16024,2771,'_wp_attached_file','2018/10/bbpa.png'),(16025,2771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:303;s:6:\"height\";i:166;s:4:\"file\";s:16:\"2018/10/bbpa.png\";s:5:\"sizes\";a:15:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"bbpa-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"bbpa-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"bbpa-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"bbpa-265x166.png\";s:5:\"width\";i:265;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"bbpa-303x160.png\";s:5:\"width\";i:303;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bbpa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bbpa-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"bbpa-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"bbpa-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"bbpa-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"bbpa-233x166.png\";s:5:\"width\";i:233;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"bbpa-269x166.png\";s:5:\"width\";i:269;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"bbpa-235x166.png\";s:5:\"width\";i:235;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"bbpa-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"bbpa-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16026,2771,'_wp_attachment_image_alt','BBPA'),(16027,2772,'_wp_attached_file','2018/10/newcastle-upon-tyne-1675880_640.jpg'),(16028,2772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:43:\"2018/10/newcastle-upon-tyne-1675880_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"newcastle-upon-tyne-1675880_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"newcastle-upon-tyne-1675880_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"newcastle-upon-tyne-1675880_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"newcastle-upon-tyne-1675880_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"newcastle-upon-tyne-1675880_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16029,2772,'_wp_attachment_image_alt','High street'),(16030,2770,'_thumbnail_id','2771'),(16031,2770,'xyz_fbap','1'),(16035,2770,'slide_template','default'),(16036,2770,'_bunyad_featured_post','0'),(16037,2770,'_bunyad_cat_label','0'),(16038,2770,'_bunyad_featured_disable','0'),(16039,2770,'_bunyad_reviews','0'),(16040,2770,'_bunyad_review_pos','none'),(16041,2770,'_bunyad_review_type','points'),(16042,2770,'_bunyad_review_verdict','Awesome'),(16043,2770,'_yoast_wpseo_focuskw','BBPA'),(16044,2770,'_yoast_wpseo_title','BBPA Chief Brigid Simmonds tells Committee that high taxes threaten pubs '),(16045,2770,'_yoast_wpseo_metadesc','BBPA Chief Brigid Simmonds appeared before the Commons Housing, Communities and Local Government Select Committee giving evidence about impact of high taxes'),(16046,2770,'_yoast_wpseo_linkdex','72'),(16047,2770,'_yoast_wpseo_content_score','30'),(16048,2770,'_yoast_wpseo_primary_category','8'),(16049,2770,'_wpas_done_all','1'),(16050,2775,'_edit_last','1'),(16051,2775,'_edit_lock','1539248468:1'),(16052,2776,'_wp_attached_file','2018/10/city-1807881_640.jpg'),(16053,2776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:28:\"2018/10/city-1807881_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"city-1807881_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"city-1807881_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-150x150.jpg\";s:5:\"width\";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:\"city-1807881_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"city-1807881_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"city-1807881_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"city-1807881_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FZ18\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"53.4\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16054,2776,'_wp_attachment_image_alt','High Street'),(16055,2775,'_thumbnail_id','2772'),(16056,2775,'slide_template','default'),(16057,2775,'_bunyad_featured_post','0'),(16058,2775,'_bunyad_cat_label','0'),(16059,2775,'_bunyad_featured_disable','0'),(16060,2775,'_bunyad_reviews','0'),(16061,2775,'_bunyad_review_pos','none'),(16062,2775,'_bunyad_review_type','points'),(16063,2775,'_bunyad_review_verdict','Awesome'),(16064,2775,'_yoast_wpseo_focuskw','high street'),(16065,2775,'_yoast_wpseo_title','The hospitality sector can be the future of the UK high street'),(16066,2775,'_yoast_wpseo_metadesc','The hospitality sector can be the future of the UK high street with the correct support from Government, according to UKHospitality.'),(16067,2775,'_yoast_wpseo_linkdex','96'),(16068,2775,'_yoast_wpseo_content_score','30'),(16069,2775,'_yoast_wpseo_primary_category','8'),(16070,2775,'xyz_fbap','1'),(16074,2775,'_wpas_done_all','1'),(16077,2775,'_wpas_skip_20130109','1'),(16078,2779,'_edit_last','1'),(16079,2779,'_edit_lock','1539256579:1'),(16080,2780,'_wp_attached_file','2018/10/purple-grapes-553463_640.jpg'),(16081,2780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:36:\"2018/10/purple-grapes-553463_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"purple-grapes-553463_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"purple-grapes-553463_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"purple-grapes-553463_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"purple-grapes-553463_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553463_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16082,2780,'_wp_attachment_image_alt','Low ABV Wine'),(16083,2781,'_wp_attached_file','2018/10/purple-grapes-553464_640.jpg'),(16084,2781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:36:\"2018/10/purple-grapes-553464_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"purple-grapes-553464_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"purple-grapes-553464_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"purple-grapes-553464_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"purple-grapes-553464_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"purple-grapes-553464_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16085,2781,'_wp_attachment_image_alt','Low AVB Wine'),(16086,2779,'_thumbnail_id','2780'),(16087,2779,'slide_template','default'),(16088,2779,'_bunyad_featured_post','0'),(16089,2779,'_bunyad_cat_label','0'),(16090,2779,'_bunyad_featured_disable','0'),(16091,2779,'_bunyad_reviews','0'),(16092,2779,'_bunyad_review_pos','none'),(16093,2779,'_bunyad_review_type','points'),(16094,2779,'_bunyad_review_verdict','Awesome'),(16095,2779,'_yoast_wpseo_focuskw','Low ABV Wine'),(16096,2779,'_yoast_wpseo_title','UK\'s Restaurateurs Serve Britain\'s Youngest Ever Low ABV Wine'),(16097,2779,'_yoast_wpseo_metadesc','London restaurateurs and vineyard owners, the Gladwin brothers serve Britain\'s youngest ever low ABV wine in their London Restaurants'),(16098,2779,'_yoast_wpseo_linkdex','91'),(16099,2779,'_yoast_wpseo_content_score','30'),(16100,2779,'_yoast_wpseo_primary_category','2'),(16101,2779,'xyz_fbap','1'),(16105,2779,'_wpas_done_all','1'),(16108,2779,'_wpas_skip_20130109','1'),(16113,8,'xyz_fbap','1'),(16117,23,'xyz_fbap','1'),(16118,23,'_yoast_wpseo_focuskw','ontrade progress magazine'),(16119,23,'_yoast_wpseo_linkdex','43'),(16138,2801,'_edit_last','1'),(16139,2801,'_edit_lock','1539771969:1'),(16140,2802,'_wp_attached_file','2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny.jpg'),(16141,2802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:71:\"2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:69:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:70:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:72:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:72:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:73:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:70:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:72:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:70:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:71:\"Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Simon Kearsley\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539210443\";s:9:\"copyright\";s:15:\"Creative Camera\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"Anne Pattison\";i:1;s:30:\"Commercial Photographer Bolton\";i:2;s:22:\"Creative Camera Bolton\";i:3;s:25:\"Event Photographer Bolton\";i:4;s:19:\"Photographer Bolton\";i:5;s:14:\"Simon Kearsley\";}}}'),(16142,2803,'_wp_attached_file','2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award.jpg'),(16143,2803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:82:\"2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:80:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:81:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:83:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:83:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:84:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-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:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:81:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:83:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:81:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:82:\"Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Simon Kearsley\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539210268\";s:9:\"copyright\";s:15:\"Creative Camera\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"Anne Pattison\";i:1;s:30:\"Commercial Photographer Bolton\";i:2;s:22:\"Creative Camera Bolton\";i:3;s:25:\"Event Photographer Bolton\";i:4;s:19:\"Photographer Bolton\";i:5;s:14:\"Simon Kearsley\";}}}'),(16144,2804,'_wp_attached_file','2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award.jpg'),(16145,2804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:56:\"2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"Molson-Coors-pick-up-the-Beer-Champion-Award-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"Molson-Coors-pick-up-the-Beer-Champion-Award-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"Molson-Coors-pick-up-the-Beer-Champion-Award-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"Molson-Coors-pick-up-the-Beer-Champion-Award-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:58:\"Molson-Coors-pick-up-the-Beer-Champion-Award-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-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:\"Molson-Coors-pick-up-the-Beer-Champion-Award-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Molson-Coors-pick-up-the-Beer-Champion-Award-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"Molson-Coors-pick-up-the-Beer-Champion-Award-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:57:\"Molson-Coors-pick-up-the-Beer-Champion-Award-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:55:\"Molson-Coors-pick-up-the-Beer-Champion-Award-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:56:\"Molson-Coors-pick-up-the-Beer-Champion-Award-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Simon Kearsley\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539210132\";s:9:\"copyright\";s:15:\"Creative Camera\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"Anne Pattison\";i:1;s:30:\"Commercial Photographer Bolton\";i:2;s:22:\"Creative Camera Bolton\";i:3;s:25:\"Event Photographer Bolton\";i:4;s:19:\"Photographer Bolton\";i:5;s:14:\"Simon Kearsley\";}}}'),(16146,2805,'_wp_attached_file','2018/10/St-Austell-pick-up-the-Pub-Champion-Award.jpg'),(16147,2805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:53:\"2018/10/St-Austell-pick-up-the-Pub-Champion-Award.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:51:\"St-Austell-pick-up-the-Pub-Champion-Award-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:52:\"St-Austell-pick-up-the-Pub-Champion-Award-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:54:\"St-Austell-pick-up-the-Pub-Champion-Award-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"St-Austell-pick-up-the-Pub-Champion-Award-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:55:\"St-Austell-pick-up-the-Pub-Champion-Award-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-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:53:\"St-Austell-pick-up-the-Pub-Champion-Award-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"St-Austell-pick-up-the-Pub-Champion-Award-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"St-Austell-pick-up-the-Pub-Champion-Award-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:54:\"St-Austell-pick-up-the-Pub-Champion-Award-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:52:\"St-Austell-pick-up-the-Pub-Champion-Award-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:53:\"St-Austell-pick-up-the-Pub-Champion-Award-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Simon Kearsley\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539210015\";s:9:\"copyright\";s:15:\"Creative Camera\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"Anne Pattison\";i:1;s:30:\"Commercial Photographer Bolton\";i:2;s:22:\"Creative Camera Bolton\";i:3;s:25:\"Event Photographer Bolton\";i:4;s:19:\"Photographer Bolton\";i:5;s:14:\"Simon Kearsley\";}}}'),(16148,2806,'_wp_attached_file','2018/10/850_9160.jpg'),(16149,2806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:3600;s:4:\"file\";s:20:\"2018/10/850_9160.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"850_9160-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"850_9160-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"850_9160-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"850_9160-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"850_9160-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"850_9160-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"850_9160-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"850_9160-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"850_9160-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"850_9160-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"850_9160-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"850_9160-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"850_9160-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"850_9160-696x870.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"850_9160-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"850_9160-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"850_9160-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"850_9160-1068x1335.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"850_9160-336x420.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"850_9160-1920x2400.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"850_9160-150x150.jpg\";s:5:\"width\";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:\"850_9160-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"850_9160-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"850_9160-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"850_9160-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"850_9160-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"850_9160-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"850_9160-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"850_9160-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"850_9160-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"850_9160-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"850_9160-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"850_9160-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"850_9160-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"850_9160-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"850_9160-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"850_9160-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"850_9160-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"850_9160-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"850_9160-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"850_9160-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"850_9160-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:14:\"Simon Kearsley\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539193151\";s:9:\"copyright\";s:15:\"Creative Camera\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:6:{i:0;s:13:\"Anne Pattison\";i:1;s:30:\"Commercial Photographer Bolton\";i:2;s:22:\"Creative Camera Bolton\";i:3;s:25:\"Event Photographer Bolton\";i:4;s:19:\"Photographer Bolton\";i:5;s:14:\"Simon Kearsley\";}}}'),(16150,2803,'_wp_attachment_image_alt','BBPA Annual Awards'),(16151,2804,'_wp_attachment_image_alt','BBPA Annual Awards'),(16152,2802,'_wp_attachment_image_alt','BBPA Annual Awards'),(16153,2805,'_wp_attachment_image_alt','BBPA Annual Awards'),(16154,2801,'_thumbnail_id','2803'),(16155,2801,'xyz_fbap','1'),(16159,2801,'slide_template','default'),(16160,2801,'_bunyad_featured_post','0'),(16161,2801,'_bunyad_cat_label','0'),(16162,2801,'_bunyad_featured_disable','0'),(16163,2801,'_bunyad_reviews','0'),(16164,2801,'_bunyad_review_pos','none'),(16165,2801,'_bunyad_review_type','points'),(16166,2801,'_bunyad_review_verdict','Awesome'),(16167,2801,'_yoast_wpseo_focuskw','BBPA Annual Awards'),(16168,2801,'_yoast_wpseo_title','BBPA Annual Awards Winners Revealed'),(16169,2801,'_yoast_wpseo_metadesc','This year’s British Beer & Pub Association BBPA Annual Awards, presented at the BBPA Annual Dinner; is a celebration of Britain’s beer and pub industry.'),(16170,2801,'_yoast_wpseo_linkdex','89'),(16171,2801,'_yoast_wpseo_content_score','30'),(16172,2801,'_yoast_wpseo_primary_category','8'),(16173,2801,'_wpas_done_all','1'),(16174,2809,'_edit_last','1'),(16175,2809,'_edit_lock','1539686209:1'),(16176,2810,'_wp_attached_file','2018/10/Days-of-Luscombe.jpg'),(16177,2810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1746;s:6:\"height\";i:2609;s:4:\"file\";s:28:\"2018/10/Days-of-Luscombe.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Days-of-Luscombe-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Days-of-Luscombe-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Days-of-Luscombe-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Days-of-Luscombe-696x1040.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1040;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Days-of-Luscombe-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Days-of-Luscombe-1068x1596.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-281x420.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-150x150.jpg\";s:5:\"width\";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:\"Days-of-Luscombe-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Days-of-Luscombe-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Days-of-Luscombe-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Days-of-Luscombe-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Days-of-Luscombe-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Days-of-Luscombe-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16178,2811,'_wp_attached_file','2018/10/Luscombe-guidelines2.jpg'),(16179,2811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:2605;s:4:\"file\";s:32:\"2018/10/Luscombe-guidelines2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Luscombe-guidelines2-768x1172.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Luscombe-guidelines2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Luscombe-guidelines2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Luscombe-guidelines2-696x1062.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1062;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Luscombe-guidelines2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Luscombe-guidelines2-1068x1630.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-275x420.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Luscombe-guidelines2-671x1024.jpg\";s:5:\"width\";i:671;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Luscombe-guidelines2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Luscombe-guidelines2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Luscombe-guidelines2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Luscombe-guidelines2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532000836\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(16180,2812,'_wp_attached_file','2018/10/Luscombe-Sicilian-Lemonade.jpg'),(16181,2812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1724;s:6:\"height\";i:2598;s:4:\"file\";s:38:\"2018/10/Luscombe-Sicilian-Lemonade.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Luscombe-Sicilian-Lemonade-768x1157.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Luscombe-Sicilian-Lemonade-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Luscombe-Sicilian-Lemonade-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Luscombe-Sicilian-Lemonade-696x1049.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1049;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"Luscombe-Sicilian-Lemonade-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Luscombe-Sicilian-Lemonade-1068x1609.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-279x420.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Luscombe-Sicilian-Lemonade-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Luscombe-Sicilian-Lemonade-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"Luscombe-Sicilian-Lemonade-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Luscombe-Sicilian-Lemonade-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Luscombe-Sicilian-Lemonade-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16182,2810,'_wp_attachment_image_alt','Days of Luscombe Drinks'),(16183,2811,'_wp_attachment_image_alt','Luscomb drinks'),(16184,2812,'_wp_attachment_image_alt','Luscombe drinks Sicilian Lemonade'),(16185,2809,'_thumbnail_id','2812'),(16186,2809,'xyz_fbap','1'),(16190,2809,'slide_template','default'),(16191,2809,'_bunyad_featured_post','0'),(16192,2809,'_bunyad_cat_label','0'),(16193,2809,'_bunyad_featured_disable','0'),(16194,2809,'_bunyad_reviews','0'),(16195,2809,'_bunyad_review_pos','none'),(16196,2809,'_bunyad_review_type','points'),(16197,2809,'_bunyad_review_verdict','Awesome'),(16198,2809,'_yoast_wpseo_focuskw','luscombe drinks'),(16199,2809,'_yoast_wpseo_title','Gabriel David celebrates Luscombe Drinks 21st anniversary'),(16200,2809,'_yoast_wpseo_metadesc','Luscombe Drinks celebrate its 21st anniversary since Gabriel David transformed the business into the much-loved and nationally renowned soft drinks producer'),(16201,2809,'_yoast_wpseo_linkdex','91'),(16202,2809,'_yoast_wpseo_content_score','30'),(16203,2809,'_yoast_wpseo_primary_category','2'),(16204,2809,'_wpas_done_all','1'),(16207,2801,'_wpas_skip_20130109','1'),(16208,2815,'_edit_last','1'),(16209,2815,'_edit_lock','1539349908:1'),(16210,2816,'_wp_attached_file','2018/10/WKD-Cauldron.jpg'),(16211,2816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:1473;s:4:\"file\";s:24:\"2018/10/WKD-Cauldron.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-768x665.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"WKD-Cauldron-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"WKD-Cauldron-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-696x603.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"WKD-Cauldron-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"WKD-Cauldron-1068x925.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-485x420.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"WKD-Cauldron-1024x887.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:887;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"WKD-Cauldron-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"WKD-Cauldron-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"WKD-Cauldron-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"WKD-Cauldron-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16212,2817,'_wp_attached_file','2018/10/WKD-Halloween-poster_cauldron-e.jpg'),(16213,2817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:43:\"2018/10/WKD-Halloween-poster_cauldron-e.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"WKD-Halloween-poster_cauldron-e-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_cauldron-e-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_cauldron-e-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"WKD-Halloween-poster_cauldron-e-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"WKD-Halloween-poster_cauldron-e-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"WKD-Halloween-poster_cauldron-e-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"WKD-Halloween-poster_cauldron-e-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_cauldron-e-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"WKD-Halloween-poster_cauldron-e-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_cauldron-e-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_cauldron-e-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:33:\"5120 wkd halloween cauldron 4x6in\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16214,2818,'_wp_attached_file','2018/10/WKD-Halloween-poster_pumpkin-e.jpg'),(16215,2818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2018/10/WKD-Halloween-poster_pumpkin-e.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_pumpkin-e-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_pumpkin-e-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_pumpkin-e-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_pumpkin-e-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_pumpkin-e-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"WKD-Halloween-poster_pumpkin-e-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_pumpkin-e-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_pumpkin-e-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"WKD-Halloween-poster_pumpkin-e-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_pumpkin-e-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_pumpkin-e-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:32:\"5120 wkd halloween pumpkin 4x6in\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16216,2819,'_wp_attached_file','2018/10/WKD-Halloween-poster_skull-e.jpg'),(16217,2819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:40:\"2018/10/WKD-Halloween-poster_skull-e.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_skull-e-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"WKD-Halloween-poster_skull-e-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"WKD-Halloween-poster_skull-e-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_skull-e-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_skull-e-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"WKD-Halloween-poster_skull-e-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_skull-e-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"WKD-Halloween-poster_skull-e-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"WKD-Halloween-poster_skull-e-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"WKD-Halloween-poster_skull-e-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"WKD-Halloween-poster_skull-e-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"5120 wkd halloween skull 4x6in\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16218,2816,'_wp_attachment_image_alt','WKD Cauldron'),(16219,2818,'_wp_attachment_image_alt','WKD couldrons'),(16220,2819,'_wp_attachment_image_alt','WKD couldrons'),(16221,2817,'_wp_attachment_image_alt','WKD couldrons'),(16222,2815,'_thumbnail_id','2818'),(16223,2815,'xyz_fbap','1'),(16227,2815,'slide_template','default'),(16228,2815,'_bunyad_featured_post','0'),(16229,2815,'_bunyad_cat_label','0'),(16230,2815,'_bunyad_featured_disable','0'),(16231,2815,'_bunyad_reviews','0'),(16232,2815,'_bunyad_review_pos','none'),(16233,2815,'_bunyad_review_type','points'),(16234,2815,'_bunyad_review_verdict','Awesome'),(16235,2815,'_yoast_wpseo_focuskw','cauldrons'),(16236,2815,'_yoast_wpseo_title','WKD cauldrons are a must this Halloween for venues all over the UK'),(16237,2815,'_yoast_wpseo_metadesc','This Halloween revamp your menu with WKD cauldrons with themed cocktails. The moulded cauldrons are everything you need this Halloween'),(16238,2815,'_yoast_wpseo_linkdex','96'),(16239,2815,'_yoast_wpseo_content_score','30'),(16240,2815,'_yoast_wpseo_primary_category','2'),(16241,2815,'_wpas_done_all','1'),(16244,2815,'_wpas_skip_20130109','1'),(16251,2809,'_wpas_skip_20130109','1'),(16252,2824,'_edit_last','1'),(16253,2824,'_edit_lock','1539693375:1'),(16254,2825,'_wp_attached_file','2018/10/drink-428319_640.jpg'),(16255,2825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:28:\"2018/10/drink-428319_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"drink-428319_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"drink-428319_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-150x150.jpg\";s:5:\"width\";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:\"drink-428319_640-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"drink-428319_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"drink-428319_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"drink-428319_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16256,2825,'_wp_attachment_image_alt','Maker\'s Mark Whisky'),(16257,2824,'slide_template','default'),(16258,2824,'_bunyad_featured_post','0'),(16259,2824,'_bunyad_cat_label','0'),(16260,2824,'_bunyad_featured_disable','0'),(16261,2824,'_bunyad_reviews','0'),(16262,2824,'_bunyad_review_pos','none'),(16263,2824,'_bunyad_review_type','points'),(16264,2824,'_bunyad_review_verdict','Awesome'),(16265,2824,'_yoast_wpseo_focuskw','Maker’s Mark'),(16266,2824,'_yoast_wpseo_title','Maker’s Mark, the definitive premium handcrafted American whisky'),(16267,2824,'_yoast_wpseo_metadesc','Maker’s Mark, the definitive premium handcrafted American whisky, has today announced the launch of Private Select in collaboration with, Harvey Nichols.'),(16268,2824,'_yoast_wpseo_linkdex','88'),(16269,2824,'_yoast_wpseo_content_score','30'),(16270,2824,'_yoast_wpseo_primary_category','2'),(16271,2827,'_wp_attached_file','2018/10/distillery-barrels-591602_640.jpg'),(16272,2827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:41:\"2018/10/distillery-barrels-591602_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"distillery-barrels-591602_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"distillery-barrels-591602_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"distillery-barrels-591602_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"distillery-barrels-591602_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"distillery-barrels-591602_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:3:\"E-5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16273,2827,'_wp_attachment_image_alt','Maker\'s Mark Whisky'),(16274,2824,'_thumbnail_id','2827'),(16275,2824,'xyz_fbap','1'),(16279,2824,'_wpas_done_all','1'),(16282,2824,'_wpas_skip_20130109','1'),(16283,2829,'_edit_last','1'),(16284,2829,'_edit_lock','1539683519:1'),(16285,2830,'_wp_attached_file','2018/10/england-premier-league.png'),(16286,2830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2018/10/england-premier-league.png\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"england-premier-league-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"england-premier-league-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"england-premier-league-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"england-premier-league-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"england-premier-league-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"england-premier-league-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"england-premier-league-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"england-premier-league-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"england-premier-league-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x360.png\";s:5:\"width\";i:400;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x261.png\";s:5:\"width\";i:400;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x385.png\";s:5:\"width\";i:400;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"england-premier-league-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"england-premier-league-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"england-premier-league-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x336.png\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x336.png\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"england-premier-league-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"england-premier-league-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"england-premier-league-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"england-premier-league-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"england-premier-league-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"england-premier-league-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x386.png\";s:5:\"width\";i:400;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"england-premier-league-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x240.png\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"england-premier-league-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"england-premier-league-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"england-premier-league-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"england-premier-league-400x336.png\";s:5:\"width\";i:400;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"england-premier-league-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16287,2830,'_wp_attachment_image_alt','Premier League Fixtures'),(16288,2831,'_wp_attached_file','2018/10/football-3568898_640.jpg'),(16289,2831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:32:\"2018/10/football-3568898_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"football-3568898_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"football-3568898_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"football-3568898_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"football-3568898_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"football-3568898_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16290,2831,'_wp_attachment_image_alt','Prmier league fixtures'),(16291,2829,'_thumbnail_id','2830'),(16292,2829,'xyz_fbap','1'),(16296,2829,'slide_template','default'),(16297,2829,'_bunyad_featured_post','0'),(16298,2829,'_bunyad_cat_label','0'),(16299,2829,'_bunyad_featured_disable','0'),(16300,2829,'_bunyad_reviews','0'),(16301,2829,'_bunyad_review_pos','none'),(16302,2829,'_bunyad_review_type','points'),(16303,2829,'_bunyad_review_verdict','Awesome'),(16304,2829,'_yoast_wpseo_focuskw','Premier League fixtures'),(16305,2829,'_yoast_wpseo_title','Premier League fixtures live on Sky Sports for Dec & Jan'),(16306,2829,'_yoast_wpseo_metadesc','Sky Sports has announced its latest live Premier League fixtures for December and January, including Derby Day, Liverpool versus Manchester United'),(16307,2829,'_yoast_wpseo_linkdex','99'),(16308,2829,'_yoast_wpseo_content_score','30'),(16309,2829,'_yoast_wpseo_primary_category','8'),(16310,2829,'_wpas_done_all','1'),(16313,2829,'_wpas_skip_20130109','1'),(16316,2835,'_wp_attached_file','2018/10/skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093.jpg'),(16317,2835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:87:\"2018/10/skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093.jpg\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:85:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:86:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-534x432.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-741x432.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:86:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-600x432.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:86:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:87:\"skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16318,2835,'_wp_attachment_image_alt','Premier League Fixtures'),(16323,2838,'_edit_last','1'),(16324,2838,'_edit_lock','1539686818:1'),(16327,2840,'_wp_attached_file','2018/10/Gunnery-Blend-1.jpg'),(16328,2840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1452;s:6:\"height\";i:2169;s:4:\"file\";s:27:\"2018/10/Gunnery-Blend-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-1-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Gunnery-Blend-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Gunnery-Blend-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-1-696x1040.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1040;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Gunnery-Blend-1-1068x1595.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-281x420.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-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:27:\"Gunnery-Blend-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Gunnery-Blend-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Gunnery-Blend-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1537965473\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16329,2841,'_wp_attached_file','2018/10/Gunnery-Blend-2.jpg'),(16330,2841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1578;s:6:\"height\";i:2025;s:4:\"file\";s:27:\"2018/10/Gunnery-Blend-2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-768x986.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:986;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Gunnery-Blend-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Gunnery-Blend-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-696x893.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Gunnery-Blend-2-1068x1371.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-327x420.jpg\";s:5:\"width\";i:327;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-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:27:\"Gunnery-Blend-2-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-2-798x1024.jpg\";s:5:\"width\";i:798;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Gunnery-Blend-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Gunnery-Blend-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Gunnery-Blend-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Gunnery-Blend-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1537965494\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16333,2840,'_wp_attachment_image_alt','Gunnery Blend'),(16334,2841,'_wp_attachment_image_alt','Drury Gunnery Blend'),(16335,2838,'_thumbnail_id','2844'),(16336,2838,'slide_template','default'),(16337,2838,'_bunyad_featured_post','0'),(16338,2838,'_bunyad_cat_label','0'),(16339,2838,'_bunyad_featured_disable','0'),(16340,2838,'_bunyad_reviews','0'),(16341,2838,'_bunyad_review_pos','none'),(16342,2838,'_bunyad_review_type','points'),(16343,2838,'_bunyad_review_verdict','Awesome'),(16344,2838,'_yoast_wpseo_focuskw','Drury'),(16345,2838,'_yoast_wpseo_title','Drury coffee, Gunnery Blend, celebrates the Company’s new home'),(16346,2838,'_yoast_wpseo_metadesc','Drury coffee, Gunnery Blend, celebrates their new home on the Royal Arsenal complex at Woolwich has proved so popular that it\'s now become permanant.'),(16347,2838,'_yoast_wpseo_linkdex','94'),(16348,2838,'_yoast_wpseo_content_score','30'),(16349,2838,'_yoast_wpseo_primary_category','2'),(16350,2844,'_wp_attached_file','2018/10/coffee-983955_640.jpg'),(16351,2844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:405;s:4:\"file\";s:29:\"2018/10/coffee-983955_640.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"coffee-983955_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"coffee-983955_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-534x405.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-150x150.jpg\";s:5:\"width\";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:\"coffee-983955_640-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"coffee-983955_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"coffee-983955_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"coffee-983955_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16352,2844,'_wp_attachment_image_alt','Drury Gunnery Blend'),(16353,2838,'xyz_fbap','1'),(16357,2838,'_wpas_done_all','1'),(16360,2838,'_wpas_skip_20130109','1'),(16365,2848,'_edit_last','1'),(16366,2848,'_edit_lock','1539700256:1'),(16367,2849,'_wp_attached_file','2018/10/What-dont-you-like-about-free-trade-Mrs-May.jpg'),(16368,2849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:600;s:4:\"file\";s:55:\"2018/10/What-dont-you-like-about-free-trade-Mrs-May.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:53:\"What-dont-you-like-about-free-trade-Mrs-May-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:54:\"What-dont-you-like-about-free-trade-Mrs-May-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x360.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x261.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x462.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x385.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x486.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x580.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-150x150.jpg\";s:5:\"width\";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:\"What-dont-you-like-about-free-trade-Mrs-May-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"What-dont-you-like-about-free-trade-Mrs-May-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x516.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x336.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x336.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x386.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x460.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x240.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:54:\"What-dont-you-like-about-free-trade-Mrs-May-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-424x336.jpg\";s:5:\"width\";i:424;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:55:\"What-dont-you-like-about-free-trade-Mrs-May-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16369,2849,'_wp_attachment_image_alt','post-Brexit'),(16370,2848,'_thumbnail_id','2851'),(16371,2848,'slide_template','default'),(16372,2848,'_bunyad_featured_post','1'),(16373,2848,'_bunyad_cat_label','0'),(16374,2848,'_bunyad_featured_disable','0'),(16375,2848,'_bunyad_reviews','0'),(16376,2848,'_bunyad_review_pos','none'),(16377,2848,'_bunyad_review_type','points'),(16378,2848,'_bunyad_review_verdict','Awesome'),(16379,2848,'_yoast_wpseo_focuskw','post-Brexit'),(16380,2848,'_yoast_wpseo_title','JD Wetherspoon has launched a campaign for tarrifs post-Brexit'),(16381,2848,'_yoast_wpseo_metadesc','JD Wetherspoon has launched a campaign in its pubs calling for Prime Minister Theresa May to get rid of tarrifs post-Brexit.'),(16382,2848,'_yoast_wpseo_linkdex','91'),(16383,2848,'_yoast_wpseo_content_score','30'),(16384,2848,'_yoast_wpseo_primary_category','8'),(16385,2851,'_wp_attached_file','2018/10/0738_New_Front01.jpg'),(16386,2851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:569;s:4:\"file\";s:28:\"2018/10/0738_New_Front01.jpg\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"0738_New_Front01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"0738_New_Front01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-150x150.jpg\";s:5:\"width\";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:\"0738_New_Front01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"0738_New_Front01-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-855x516.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"0738_New_Front01-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"0738_New_Front01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16387,2851,'_wp_attachment_image_alt','post-Brexit'),(16388,2848,'xyz_fbap','1'),(16392,2848,'_wpas_done_all','1'),(16395,2848,'_wpas_skip_20130109','1'),(16402,2853,'_edit_last','1'),(16403,2853,'_edit_lock','1539700639:1'),(16404,2854,'_wp_attached_file','2018/10/skysports-nba-sky-sports-promotional-only_4453878.jpg'),(16405,2854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:61:\"2018/10/skysports-nba-sky-sports-promotional-only_4453878.jpg\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"skysports-nba-sky-sports-promotional-only_4453878-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"skysports-nba-sky-sports-promotional-only_4453878-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-534x432.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-741x432.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"skysports-nba-sky-sports-promotional-only_4453878-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-600x432.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"skysports-nba-sky-sports-promotional-only_4453878-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"skysports-nba-sky-sports-promotional-only_4453878-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16406,2854,'_wp_attachment_image_alt','NBA is coming to Sky Sports'),(16407,2855,'_wp_attached_file','2018/10/NBA.jpg'),(16408,2855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:447;s:4:\"file\";s:15:\"2018/10/NBA.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"NBA-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"NBA-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"NBA-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"NBA-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"NBA-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"NBA-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"NBA-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"NBA-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"NBA-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"NBA-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"NBA-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"NBA-534x447.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"NBA-630x385.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"NBA-592x420.jpg\";s:5:\"width\";i:592;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"NBA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"NBA-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"NBA-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:15:\"NBA-630x336.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:15:\"NBA-630x336.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"NBA-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"NBA-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"NBA-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"NBA-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"NBA-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"NBA-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:15:\"NBA-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"NBA-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:15:\"NBA-600x447.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"NBA-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"NBA-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"NBA-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"NBA-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:15:\"NBA-630x336.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"NBA-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16409,2855,'_wp_attachment_image_alt','NBA is coming live to Sky Sports'),(16410,2853,'_thumbnail_id','2854'),(16411,2853,'xyz_fbap','1'),(16415,2853,'slide_template','default'),(16416,2853,'_bunyad_featured_post','0'),(16417,2853,'_bunyad_cat_label','0'),(16418,2853,'_bunyad_featured_disable','0'),(16419,2853,'_bunyad_reviews','0'),(16420,2853,'_bunyad_review_pos','none'),(16421,2853,'_bunyad_review_type','points'),(16422,2853,'_bunyad_review_verdict','Awesome'),(16423,2853,'_yoast_wpseo_focuskw','NBA'),(16424,2853,'_yoast_wpseo_title','Sky Sports announces a partnership with American NBA for UK customers'),(16425,2853,'_yoast_wpseo_metadesc','Sky Sports and NBA Announce Four Year Partnership that will include 170+ live games and a record number of live weekend games starting from 8.30pm UK time.'),(16426,2853,'_yoast_wpseo_linkdex','91'),(16427,2853,'_yoast_wpseo_content_score','60'),(16428,2853,'_yoast_wpseo_primary_category','278'),(16429,2853,'_wpas_done_all','1'),(16432,2853,'_wpas_skip_20130109','1'),(16463,2860,'_edit_last','1'),(16464,2860,'_edit_lock','1539768407:1'),(16465,2863,'_wp_attached_file','2018/10/Shambala-Bottle-1-1024x576.jpg'),(16466,2863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:38:\"2018/10/Shambala-Bottle-1-1024x576.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Shambala-Bottle-1-1024x576-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Shambala-Bottle-1-1024x576-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Shambala-Bottle-1-1024x576-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Shambala-Bottle-1-1024x576-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"Shambala-Bottle-1-1024x576-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Shambala-Bottle-1-1024x576-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Shambala-Bottle-1-1024x576-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16467,2863,'_wp_attachment_image_alt','RAW Bottles'),(16468,2864,'_wp_attached_file','2018/10/Bottle-comparison-graphic.png'),(16469,2864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:781;s:6:\"height\";i:552;s:4:\"file\";s:37:\"2018/10/Bottle-comparison-graphic.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Bottle-comparison-graphic-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Bottle-comparison-graphic-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-696x492.png\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-594x420.png\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-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:37:\"Bottle-comparison-graphic-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Bottle-comparison-graphic-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-781x516.png\";s:5:\"width\";i:781;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Bottle-comparison-graphic-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16470,2864,'_wp_attachment_image_alt','RAW Bottles'),(16471,2860,'_thumbnail_id','2863'),(16472,2860,'slide_template','default'),(16473,2860,'_bunyad_featured_post','0'),(16474,2860,'_bunyad_cat_label','0'),(16475,2860,'_bunyad_featured_disable','0'),(16476,2860,'_bunyad_reviews','0'),(16477,2860,'_bunyad_review_pos','none'),(16478,2860,'_bunyad_review_type','points'),(16479,2860,'_bunyad_review_verdict','Awesome'),(16480,2860,'_yoast_wpseo_focuskw','raw bottles'),(16481,2860,'_yoast_wpseo_title','RAW Bottles will be giving a talk on plastic at the Showman\'s Show'),(16482,2860,'_yoast_wpseo_metadesc','RAW Bottles by RAW Foundation, which campaigned for over 60 festivals will eliminate single use plastic, will be talking at Showman\'s Show'),(16483,2860,'_yoast_wpseo_linkdex','94'),(16484,2860,'_yoast_wpseo_content_score','30'),(16485,2860,'_yoast_wpseo_primary_category','33'),(16486,2860,'xyz_fbap','1'),(16490,2860,'_wpas_done_all','1'),(16493,2860,'_wpas_skip_20130109','1'),(16494,2866,'_edit_last','1'),(16495,2866,'_edit_lock','1539767857:1'),(16496,2867,'_wp_attached_file','2018/10/image_1-plastic.png'),(16497,2867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:448;s:4:\"file\";s:27:\"2018/10/image_1-plastic.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"image_1-plastic-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"image_1-plastic-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x360.png\";s:5:\"width\";i:468;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x261.png\";s:5:\"width\";i:468;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x385.png\";s:5:\"width\";i:468;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-439x420.png\";s:5:\"width\";i:439;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"image_1-plastic-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x386.png\";s:5:\"width\";i:468;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x240.png\";s:5:\"width\";i:468;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"image_1-plastic-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"image_1-plastic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16498,2868,'_wp_attached_file','2018/10/image_2-plastic.png'),(16499,2868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:448;s:4:\"file\";s:27:\"2018/10/image_2-plastic.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"image_2-plastic-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"image_2-plastic-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x360.png\";s:5:\"width\";i:468;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x261.png\";s:5:\"width\";i:468;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x385.png\";s:5:\"width\";i:468;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-439x420.png\";s:5:\"width\";i:439;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"image_2-plastic-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x386.png\";s:5:\"width\";i:468;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x240.png\";s:5:\"width\";i:468;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"image_2-plastic-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-468x336.png\";s:5:\"width\";i:468;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"image_2-plastic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16500,2869,'_wp_attached_file','2018/10/UKPP_30_percent_stat_with_messaging.jpg'),(16501,2869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1308;s:4:\"file\";s:47:\"2018/10/UKPP_30_percent_stat_with_messaging.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"UKPP_30_percent_stat_with_messaging-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"UKPP_30_percent_stat_with_messaging-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-696x364.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"UKPP_30_percent_stat_with_messaging-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"UKPP_30_percent_stat_with_messaging-1068x559.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-803x420.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"UKPP_30_percent_stat_with_messaging-1920x1005.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1005;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"UKPP_30_percent_stat_with_messaging-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"UKPP_30_percent_stat_with_messaging-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"UKPP_30_percent_stat_with_messaging-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"UKPP_30_percent_stat_with_messaging-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"UKPP_30_percent_stat_with_messaging-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16502,2869,'_wp_attachment_image_alt','UK plastics pack'),(16503,2866,'_thumbnail_id','2872'),(16504,2866,'slide_template','default'),(16505,2866,'_bunyad_featured_post','1'),(16506,2866,'_bunyad_cat_label','0'),(16507,2866,'_bunyad_featured_disable','0'),(16508,2866,'_bunyad_reviews','0'),(16509,2866,'_bunyad_review_pos','none'),(16510,2866,'_bunyad_review_type','points'),(16511,2866,'_bunyad_review_verdict','Awesome'),(16512,2866,'_yoast_wpseo_focuskw','uk plastics pact'),(16513,2866,'_yoast_wpseo_title','UK plastics pack launched at UK Plastics Pact Summit'),(16514,2866,'_yoast_wpseo_metadesc','A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics Pact, held in London.'),(16515,2866,'_yoast_wpseo_linkdex','91'),(16516,2866,'_yoast_wpseo_content_score','30'),(16517,2866,'_yoast_wpseo_primary_category','287'),(16518,2871,'_wp_attached_file','2018/10/UKPP_70_percent_stat_with_messaging.jpg'),(16519,2871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1308;s:4:\"file\";s:47:\"2018/10/UKPP_70_percent_stat_with_messaging.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"UKPP_70_percent_stat_with_messaging-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"UKPP_70_percent_stat_with_messaging-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-696x364.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"UKPP_70_percent_stat_with_messaging-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"UKPP_70_percent_stat_with_messaging-1068x559.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-803x420.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"UKPP_70_percent_stat_with_messaging-1920x1005.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1005;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"UKPP_70_percent_stat_with_messaging-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"UKPP_70_percent_stat_with_messaging-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"UKPP_70_percent_stat_with_messaging-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"UKPP_70_percent_stat_with_messaging-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"UKPP_70_percent_stat_with_messaging-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16520,2872,'_wp_attached_file','2018/10/UKPP_100_percent_stat_with_messaging.jpg'),(16521,2872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1308;s:4:\"file\";s:48:\"2018/10/UKPP_100_percent_stat_with_messaging.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"UKPP_100_percent_stat_with_messaging-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"UKPP_100_percent_stat_with_messaging-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-696x364.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"UKPP_100_percent_stat_with_messaging-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"UKPP_100_percent_stat_with_messaging-1068x559.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-803x420.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"UKPP_100_percent_stat_with_messaging-1920x1005.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1005;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"UKPP_100_percent_stat_with_messaging-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"UKPP_100_percent_stat_with_messaging-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"UKPP_100_percent_stat_with_messaging-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"UKPP_100_percent_stat_with_messaging-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"UKPP_100_percent_stat_with_messaging-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16522,2873,'_wp_attached_file','2018/10/UKPP_Eliminate_packaging_with_message.jpg'),(16523,2873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1308;s:4:\"file\";s:49:\"2018/10/UKPP_Eliminate_packaging_with_message.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"UKPP_Eliminate_packaging_with_message-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"UKPP_Eliminate_packaging_with_message-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-696x364.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"UKPP_Eliminate_packaging_with_message-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"UKPP_Eliminate_packaging_with_message-1068x559.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-803x420.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"UKPP_Eliminate_packaging_with_message-1920x1005.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1005;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"UKPP_Eliminate_packaging_with_message-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"UKPP_Eliminate_packaging_with_message-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:50:\"UKPP_Eliminate_packaging_with_message-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"UKPP_Eliminate_packaging_with_message-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"UKPP_Eliminate_packaging_with_message-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16524,2872,'_wp_attachment_image_alt','UK plastics pact'),(16525,2867,'_wp_attachment_image_alt','UK plastics pact'),(16526,2868,'_wp_attachment_image_alt','UK plastics pact'),(16527,2866,'xyz_fbap','1'),(16531,2866,'_wpas_done_all','1'),(16534,2866,'_wpas_skip_20130109','1'),(16543,2879,'_edit_last','1'),(16544,2879,'_edit_lock','1539773014:1'),(16545,2880,'_wp_attached_file','2018/10/man-791049_640.jpg'),(16546,2880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:26:\"2018/10/man-791049_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"man-791049_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"man-791049_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"man-791049_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"man-791049_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"man-791049_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"man-791049_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"man-791049_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"man-791049_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"man-791049_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"man-791049_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"man-791049_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"man-791049_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"man-791049_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"man-791049_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"man-791049_640-150x150.jpg\";s:5:\"width\";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:\"man-791049_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"man-791049_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"man-791049_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"man-791049_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"man-791049_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"man-791049_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"man-791049_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"man-791049_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"man-791049_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"man-791049_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"man-791049_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"man-791049_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"man-791049_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"man-791049_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"man-791049_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"man-791049_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"man-791049_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"man-791049_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"man-791049_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16547,2880,'_wp_attachment_image_alt','Using technology in hospitality'),(16548,2879,'_thumbnail_id','2880'),(16549,2879,'slide_template','default'),(16550,2879,'_bunyad_featured_post','0'),(16551,2879,'_bunyad_cat_label','0'),(16552,2879,'_bunyad_featured_disable','0'),(16553,2879,'_bunyad_reviews','0'),(16554,2879,'_bunyad_review_pos','none'),(16555,2879,'_bunyad_review_type','points'),(16556,2879,'_bunyad_review_verdict','Awesome'),(16557,2879,'_yoast_wpseo_focuskw','technology'),(16558,2879,'_yoast_wpseo_title','Technology trends set to continue within the hospitality sector'),(16559,2879,'_yoast_wpseo_metadesc','Consumers’ use of mobile technology devices to improve their restaurant experiences has risen sharply in the last quarter and this trend is set to continue,'),(16560,2879,'_yoast_wpseo_linkdex','94'),(16561,2879,'_yoast_wpseo_content_score','30'),(16562,2879,'_yoast_wpseo_primary_category','10'),(16563,2882,'_wp_attached_file','2018/10/tablet-791051_640.jpg'),(16564,2882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:29:\"2018/10/tablet-791051_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"tablet-791051_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"tablet-791051_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-150x150.jpg\";s:5:\"width\";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:\"tablet-791051_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"tablet-791051_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"tablet-791051_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"tablet-791051_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16565,2879,'xyz_fbap','1'),(16569,2879,'_wpas_done_all','1'),(16572,2879,'_wpas_skip_20130109','1'),(16575,2886,'_edit_last','1'),(16576,2886,'_edit_lock','1539788602:1'),(16577,2887,'_wp_attached_file','2018/10/Photo-by-Gerardo-Arteaga-1.jpg'),(16578,2887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"2018/10/Photo-by-Gerardo-Arteaga-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Photo-by-Gerardo-Arteaga-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Photo-by-Gerardo-Arteaga-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"Photo-by-Gerardo-Arteaga-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Photo-by-Gerardo-Arteaga-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"Photo-by-Gerardo-Arteaga-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-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:38:\"Photo-by-Gerardo-Arteaga-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Photo-by-Gerardo-Arteaga-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Photo-by-Gerardo-Arteaga-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"Photo-by-Gerardo-Arteaga-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Photo-by-Gerardo-Arteaga-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Photo-by-Gerardo-Arteaga-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535434090\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"15\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16579,2887,'_wp_attachment_image_alt','funktion-one'),(16580,2886,'_thumbnail_id','2887'),(16581,2886,'xyz_fbap','1'),(16585,2886,'slide_template','default'),(16586,2886,'_bunyad_featured_post','0'),(16587,2886,'_bunyad_cat_label','0'),(16588,2886,'_bunyad_featured_disable','0'),(16589,2886,'_bunyad_reviews','0'),(16590,2886,'_bunyad_review_pos','none'),(16591,2886,'_bunyad_review_type','points'),(16592,2886,'_bunyad_review_verdict','Awesome'),(16593,2886,'_yoast_wpseo_focuskw','funktion-one'),(16594,2886,'_yoast_wpseo_title','Funktion-One, Resistance and Privilege set new standards in Ibiza'),(16595,2886,'_yoast_wpseo_metadesc','In keeping with the group’s consummate production values, a special Funktion-One Vero sound system was drafted in for each event at Privilege, Ibiza.'),(16596,2886,'_yoast_wpseo_linkdex','94'),(16597,2886,'_yoast_wpseo_content_score','30'),(16598,2886,'_yoast_wpseo_primary_category','288'),(16599,2886,'_wpas_done_all','1'),(16602,2886,'_wpas_skip_20130109','1'),(16607,2889,'_edit_last','1'),(16608,2889,'_edit_lock','1539868795:1'),(16609,2890,'_wp_attached_file','2018/10/Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases.jpg'),(16610,2890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:73:\"2018/10/Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:71:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:72:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:74:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:74:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:75:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:74:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:74:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:72:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:73:\"Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:15:\"steak and chips\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:92:\"Bigstock image licensed by ShielPorterCommunications for specific press release October 2018\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:64:\"Well Done Grilled New York Steak With Roasted Potato Wedges On C\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:24:\"purchasing, steak, chips\";}}}'),(16611,2890,'_wp_attachment_image_alt','Lynx Purchasing says businesses need to be Brexit-proof'),(16612,2889,'_thumbnail_id','2890'),(16613,2889,'slide_template','default'),(16614,2889,'_bunyad_featured_post','0'),(16615,2889,'_bunyad_cat_label','0'),(16616,2889,'_bunyad_featured_disable','0'),(16617,2889,'_bunyad_reviews','0'),(16618,2889,'_bunyad_review_pos','none'),(16619,2889,'_bunyad_review_type','points'),(16620,2889,'_bunyad_review_verdict','Awesome'),(16621,2889,'_yoast_wpseo_focuskw','brexit'),(16622,2889,'_yoast_wpseo_title','Lynx Purchasing says businesses should take steps to be \'Brexit-proof\''),(16623,2889,'_yoast_wpseo_metadesc','Hospitality and catering should take steps to ‘Brexit-proof’ their businesses in advance of the UK’s exit from the EU, advises Lynx Purchasing.'),(16624,2889,'_yoast_wpseo_linkdex','85'),(16625,2889,'_yoast_wpseo_content_score','30'),(16626,2889,'_yoast_wpseo_primary_category','8'),(16627,2889,'xyz_fbap','1'),(16631,2889,'_wpas_done_all','1'),(16634,2889,'_wpas_skip_20130109','1'),(16635,2892,'_edit_last','1'),(16636,2892,'_edit_lock','1539874503:1'),(16637,2893,'_wp_attached_file','2018/10/kitchen-731351_640.jpg'),(16638,2893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2018/10/kitchen-731351_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"kitchen-731351_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"kitchen-731351_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"kitchen-731351_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"kitchen-731351_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16639,2893,'_wp_attachment_image_alt','williams refrigeration'),(16640,2892,'_thumbnail_id','2893'),(16641,2892,'slide_template','default'),(16642,2892,'_bunyad_featured_post','0'),(16643,2892,'_bunyad_cat_label','0'),(16644,2892,'_bunyad_featured_disable','0'),(16645,2892,'_bunyad_reviews','0'),(16646,2892,'_bunyad_review_pos','none'),(16647,2892,'_bunyad_review_type','points'),(16648,2892,'_bunyad_review_verdict','Awesome'),(16649,2892,'_yoast_wpseo_focuskw','williams refrigeration'),(16650,2892,'_yoast_wpseo_title','Williams Refrigeration has been a big shake up of their staff'),(16651,2892,'_yoast_wpseo_metadesc','Williams Refrigeration has been restructured and one of the key changes will be the refocusing of Williams’ relationship with its distributor network.'),(16652,2892,'_yoast_wpseo_linkdex','99'),(16653,2892,'_yoast_wpseo_content_score','30'),(16654,2892,'_yoast_wpseo_primary_category','32'),(16655,2892,'xyz_fbap','1'),(16659,2892,'_wp_old_slug','williams-restructures-team-with-distributor'),(16660,2892,'_wpas_done_all','1'),(16663,2892,'_wpas_skip_20130109','1'),(16666,2898,'_wp_attached_file','2018/10/Issue-19.png'),(16667,2898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:617;s:6:\"height\";i:872;s:4:\"file\";s:20:\"2018/10/Issue-19.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Issue-19-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Issue-19-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Issue-19-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Issue-19-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Issue-19-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Issue-19-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Issue-19-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Issue-19-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Issue-19-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Issue-19-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Issue-19-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Issue-19-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x385.png\";s:5:\"width\";i:617;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x486.png\";s:5:\"width\";i:617;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x580.png\";s:5:\"width\";i:617;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Issue-19-297x420.png\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Issue-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Issue-19-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Issue-19-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x516.png\";s:5:\"width\";i:617;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x336.png\";s:5:\"width\";i:617;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x336.png\";s:5:\"width\";i:617;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Issue-19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Issue-19-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Issue-19-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Issue-19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Issue-19-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Issue-19-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Issue-19-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Issue-19-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Issue-19-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Issue-19-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Issue-19-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Issue-19-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Issue-19-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Issue-19-617x336.png\";s:5:\"width\";i:617;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Issue-19-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16668,2898,'_wp_attachment_image_alt','On-Trade Progress'),(16669,2902,'_edit_last','1'),(16670,2902,'_edit_lock','1540285208:1'),(16671,2902,'slide_template','default'),(16672,2902,'_bunyad_featured_post','0'),(16673,2902,'_bunyad_cat_label','0'),(16674,2902,'_bunyad_featured_disable','0'),(16675,2902,'_bunyad_reviews','0'),(16676,2902,'_bunyad_review_pos','none'),(16677,2902,'_bunyad_review_type','points'),(16678,2902,'_bunyad_review_verdict','Awesome'),(16679,2902,'_yoast_wpseo_focuskw','pub'),(16680,2902,'_yoast_wpseo_metadesc','Pub News: The annual audit of public houses covered by the above code(s) of practice which was carried out between August and September 2018'),(16681,2902,'_yoast_wpseo_linkdex','88'),(16682,2902,'_yoast_wpseo_content_score','30'),(16683,2902,'_yoast_wpseo_primary_category','8'),(16684,2904,'_wp_attached_file','2018/10/alcoholic-beverages-1845295_640.jpg'),(16685,2904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:43:\"2018/10/alcoholic-beverages-1845295_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"alcoholic-beverages-1845295_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"alcoholic-beverages-1845295_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"alcoholic-beverages-1845295_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"alcoholic-beverages-1845295_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"alcoholic-beverages-1845295_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16686,2904,'_wp_attachment_image_alt','Pub annual code'),(16687,2902,'_yoast_wpseo_title','Pub News: Annual audit of public houses covered by the codes of practice'),(16688,2902,'_thumbnail_id','2904'),(16689,2902,'xyz_fbap','1'),(16693,2902,'_wpas_done_all','1'),(16696,2902,'_wpas_skip_20130109','1'),(16697,2907,'_edit_last','1'),(16698,2907,'_edit_lock','1540286856:1'),(16699,2908,'_wp_attached_file','2018/10/Christmas-Spritz.jpg'),(16700,2908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3288;s:6:\"height\";i:4541;s:4:\"file\";s:28:\"2018/10/Christmas-Spritz.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Christmas-Spritz-768x1061.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1061;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Christmas-Spritz-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Christmas-Spritz-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-696x961.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:961;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Christmas-Spritz-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Christmas-Spritz-1068x1475.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-304x420.jpg\";s:5:\"width\";i:304;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Christmas-Spritz-1920x2652.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-150x150.jpg\";s:5:\"width\";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:\"Christmas-Spritz-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Christmas-Spritz-741x1024.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Christmas-Spritz-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Christmas-Spritz-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Christmas-Spritz-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Christmas-Spritz-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16701,2908,'_wp_attachment_image_alt','Christmas Spritz this festive season'),(16702,2907,'_thumbnail_id','2908'),(16703,2907,'slide_template','default'),(16704,2907,'_bunyad_featured_post','0'),(16705,2907,'_bunyad_cat_label','0'),(16706,2907,'_bunyad_featured_disable','0'),(16707,2907,'_bunyad_reviews','0'),(16708,2907,'_bunyad_review_pos','none'),(16709,2907,'_bunyad_review_type','points'),(16710,2907,'_bunyad_review_verdict','Awesome'),(16711,2907,'_yoast_wpseo_focuskw','festive'),(16712,2907,'_yoast_wpseo_title','Glassware distributer Artis creates a festive cocktail for you'),(16713,2907,'_yoast_wpseo_metadesc','To celebrate the start of the festive season, glassware distributor, Artis, has asked its resident mixologist to come up with the Christmas Spritz.'),(16714,2907,'_yoast_wpseo_linkdex','76'),(16715,2907,'_yoast_wpseo_content_score','60'),(16716,2907,'_yoast_wpseo_primary_category','2'),(16717,2907,'xyz_fbap','1'),(16721,2907,'_wpas_done_all','1'),(16722,2910,'_edit_last','1'),(16723,2910,'_edit_lock','1540289886:1'),(16724,2910,'slide_template','default'),(16725,2910,'_bunyad_featured_post','0'),(16726,2910,'_bunyad_cat_label','0'),(16727,2910,'_bunyad_featured_disable','0'),(16728,2910,'_bunyad_reviews','0'),(16729,2910,'_bunyad_review_pos','none'),(16730,2910,'_bunyad_review_type','points'),(16731,2910,'_bunyad_review_verdict','Awesome'),(16732,2910,'_yoast_wpseo_focuskw','funkin innovation champion'),(16733,2910,'_yoast_wpseo_linkdex','89'),(16734,2910,'_yoast_wpseo_content_score','30'),(16735,2910,'_yoast_wpseo_primary_category','2'),(16736,2912,'_wp_attached_file','2018/10/Aiste_Funkin-Brand-Ambassador.jpg'),(16737,2912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1891;s:6:\"height\";i:1259;s:4:\"file\";s:41:\"2018/10/Aiste_Funkin-Brand-Ambassador.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Aiste_Funkin-Brand-Ambassador-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Aiste_Funkin-Brand-Ambassador-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Aiste_Funkin-Brand-Ambassador-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Aiste_Funkin-Brand-Ambassador-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Aiste_Funkin-Brand-Ambassador-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Aiste_Funkin-Brand-Ambassador-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Aiste_Funkin-Brand-Ambassador-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Aiste_Funkin-Brand-Ambassador-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Aiste_Funkin-Brand-Ambassador-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508242381\";s:9:\"copyright\";s:31:\"Copyright Justine Trickett 2017\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16738,2912,'_wp_attachment_image_alt','Funkin innovation champion'),(16739,2910,'_thumbnail_id','2912'),(16740,2910,'_yoast_wpseo_title','Funkin innovation champion lands brand ambassador role'),(16741,2910,'_yoast_wpseo_metadesc','The UK’s number one fruit purée brand, has announced that Aiste Valiukaite, Funkin innovation champion, will take on a permanent as Brand Ambassador.'),(16742,2910,'xyz_fbap','1'),(16746,2910,'_wpas_done_all','1'),(16749,2910,'_wpas_skip_20130109','1'),(16750,2916,'_edit_last','1'),(16751,2916,'_edit_lock','1540298064:1'),(16752,2917,'_wp_attached_file','2018/10/Brewdog_Canary_Wharf_1608.jpg'),(16753,2917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:746;s:4:\"file\";s:37:\"2018/10/Brewdog_Canary_Wharf_1608.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Brewdog_Canary_Wharf_1608-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Brewdog_Canary_Wharf_1608-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Brewdog_Canary_Wharf_1608-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Brewdog_Canary_Wharf_1608-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Brewdog_Canary_Wharf_1608-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Brewdog_Canary_Wharf_1608-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Brewdog_Canary_Wharf_1608-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Brewdog_Canary_Wharf_1608-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Brewdog_Canary_Wharf_1608-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16754,2917,'_wp_attachment_image_alt','BrewDog Canary Wharf'),(16755,2916,'_thumbnail_id','2917'),(16756,2916,'slide_template','default'),(16757,2916,'_bunyad_featured_post','1'),(16758,2916,'_bunyad_cat_label','0'),(16759,2916,'_bunyad_featured_disable','0'),(16760,2916,'_bunyad_reviews','0'),(16761,2916,'_bunyad_review_pos','none'),(16762,2916,'_bunyad_review_type','points'),(16763,2916,'_bunyad_review_verdict','Awesome'),(16764,2916,'_yoast_wpseo_focuskw','brewdog canary wharf'),(16765,2916,'_yoast_wpseo_title','BrewDog Canary Wharf, opens its first bar in the financial district'),(16766,2916,'_yoast_wpseo_metadesc','BrewDog Canary Wharf, has opened & Brewdog has expanding its network of UK bars with the launch of its first bar in the financial district'),(16767,2916,'_yoast_wpseo_linkdex','94'),(16768,2916,'_yoast_wpseo_content_score','30'),(16769,2916,'_yoast_wpseo_primary_category','5'),(16770,2916,'xyz_fbap','1'),(16774,2916,'_wpas_done_all','1'),(16777,2916,'_wpas_skip_20130109','1'),(16784,2921,'_edit_last','1'),(16785,2921,'_edit_lock','1540299641:1'),(16786,2922,'_wp_attached_file','2018/10/beer-2449887_640.jpg'),(16787,2922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:28:\"2018/10/beer-2449887_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beer-2449887_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beer-2449887_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-150x150.jpg\";s:5:\"width\";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-2449887_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beer-2449887_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beer-2449887_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beer-2449887_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16788,2922,'_wp_attachment_image_alt','craft beer sales are up'),(16789,2921,'_thumbnail_id','2922'),(16790,2921,'slide_template','default'),(16791,2921,'_bunyad_featured_post','1'),(16792,2921,'_bunyad_cat_label','0'),(16793,2921,'_bunyad_featured_disable','0'),(16794,2921,'_bunyad_reviews','0'),(16795,2921,'_bunyad_review_pos','none'),(16796,2921,'_bunyad_review_type','points'),(16797,2921,'_bunyad_review_verdict','Awesome'),(16798,2921,'_yoast_wpseo_focuskw','craft beer'),(16799,2921,'_yoast_wpseo_title','Craft beer boom has seen numbers of new trademarks rise in the UK'),(16800,2921,'_yoast_wpseo_metadesc','The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20% to a record high of 2,372 in 2017'),(16801,2921,'_yoast_wpseo_linkdex','99'),(16802,2921,'_yoast_wpseo_content_score','30'),(16803,2921,'_yoast_wpseo_primary_category','2'),(16804,2921,'xyz_fbap','1'),(16808,2921,'_wpas_done_all','1'),(16811,2921,'_wpas_skip_20130109','1'),(16814,2926,'_edit_last','1'),(16815,2926,'_edit_lock','1540305984:1'),(16816,2927,'_wp_attached_file','2018/10/waiter-492872_640.jpg'),(16817,2927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:29:\"2018/10/waiter-492872_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"waiter-492872_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"waiter-492872_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-150x150.jpg\";s:5:\"width\";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:\"waiter-492872_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"waiter-492872_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"waiter-492872_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"waiter-492872_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16818,2927,'_wp_attachment_image_alt','Job seekers'),(16819,2928,'_wp_attached_file','2018/10/waitress-2376728_640.jpg'),(16820,2928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:455;s:4:\"file\";s:32:\"2018/10/waitress-2376728_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"waitress-2376728_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"waitress-2376728_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-534x455.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-591x420.jpg\";s:5:\"width\";i:591;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"waitress-2376728_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-600x455.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"waitress-2376728_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16821,2928,'_wp_attachment_image_alt','Job seekers'),(16822,2926,'_thumbnail_id','2927'),(16823,2926,'slide_template','default'),(16824,2926,'_bunyad_featured_post','0'),(16825,2926,'_bunyad_cat_label','0'),(16826,2926,'_bunyad_featured_disable','0'),(16827,2926,'_bunyad_reviews','0'),(16828,2926,'_bunyad_review_pos','none'),(16829,2926,'_bunyad_review_type','points'),(16830,2926,'_bunyad_review_verdict','Awesome'),(16831,2926,'_yoast_wpseo_focuskw','job seekers'),(16832,2926,'_yoast_wpseo_title','Job seekers are able to get experience at a Michellin-star restaurant'),(16833,2926,'_yoast_wpseo_metadesc','Job Today has launched a pilot Bar Academy initiative offering paid work experience to job seekers in the restaurant industry.'),(16834,2926,'_yoast_wpseo_linkdex','99'),(16835,2926,'_yoast_wpseo_content_score','30'),(16836,2926,'_yoast_wpseo_primary_category','3'),(16837,2926,'xyz_fbap','1'),(16841,2926,'_wpas_done_all','1'),(16844,2926,'_wpas_skip_20130109','1'),(16845,2933,'_edit_last','1'),(16846,2933,'_edit_lock','1540378093:1'),(16847,2934,'_wp_attached_file','2018/10/image001.png'),(16848,2934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:211;s:6:\"height\";i:184;s:4:\"file\";s:20:\"2018/10/image001.png\";s:5:\"sizes\";a:10:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image001-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image001-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image001-211x150.png\";s:5:\"width\";i:211;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image001-211x160.png\";s:5:\"width\";i:211;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image001-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image001-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image001-211x140.png\";s:5:\"width\";i:211;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image001-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image001-211x140.png\";s:5:\"width\";i:211;s:6:\"height\";i:140;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:{}}}'),(16849,2935,'_wp_attached_file','2018/10/image002.jpg'),(16850,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2602;s:6:\"height\";i:3629;s:4:\"file\";s:20:\"2018/10/image002.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"image002-768x1071.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1071;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image002-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image002-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image002-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image002-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image002-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image002-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image002-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image002-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image002-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image002-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image002-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image002-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image002-696x971.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:971;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image002-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image002-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image002-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"image002-1068x1490.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image002-301x420.jpg\";s:5:\"width\";i:301;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"image002-1920x2678.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image002-150x150.jpg\";s:5:\"width\";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:\"image002-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image002-734x1024.jpg\";s:5:\"width\";i:734;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image002-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image002-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image002-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image002-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image002-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image002-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image002-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image002-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image002-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image002-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image002-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image002-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image002-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image002-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image002-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16851,2936,'_wp_attached_file','2018/10/image003.jpg'),(16852,2936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:302;s:6:\"height\";i:57;s:4:\"file\";s:20:\"2018/10/image003.jpg\";s:5:\"sizes\";a:14:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image003-80x57.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image003-100x57.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"image003-218x57.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"image003-265x57.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image003-150x57.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image003-300x57.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image003-110x57.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"image003-168x57.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"image003-214x57.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"image003-233x57.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"image003-269x57.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"image003-235x57.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image003-164x57.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"image003-214x57.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:57;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:{}}}'),(16853,2937,'_wp_attached_file','2018/10/image004.png'),(16854,2937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:578;s:6:\"height\";i:144;s:4:\"file\";s:20:\"2018/10/image004.png\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image004-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image004-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image004-218x144.png\";s:5:\"width\";i:218;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image004-265x144.png\";s:5:\"width\";i:265;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image004-324x144.png\";s:5:\"width\";i:324;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image004-324x144.png\";s:5:\"width\";i:324;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image004-324x144.png\";s:5:\"width\";i:324;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image004-356x144.png\";s:5:\"width\";i:356;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image004-356x144.png\";s:5:\"width\";i:356;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image004-485x144.png\";s:5:\"width\";i:485;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image004-533x144.png\";s:5:\"width\";i:533;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image004-534x144.png\";s:5:\"width\";i:534;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image004-150x144.png\";s:5:\"width\";i:150;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image004-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image004-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image004-351x144.png\";s:5:\"width\";i:351;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image004-351x144.png\";s:5:\"width\";i:351;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image004-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image004-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image004-343x144.png\";s:5:\"width\";i:343;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image004-233x144.png\";s:5:\"width\";i:233;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image004-536x144.png\";s:5:\"width\";i:536;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image004-269x144.png\";s:5:\"width\";i:269;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image004-474x144.png\";s:5:\"width\";i:474;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image004-235x144.png\";s:5:\"width\";i:235;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image004-326x144.png\";s:5:\"width\";i:326;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image004-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image004-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16855,2934,'_wp_attachment_image_alt','el jimador'),(16856,2933,'_thumbnail_id','2939'),(16857,2933,'slide_template','default'),(16858,2933,'_bunyad_featured_post','0'),(16859,2933,'_bunyad_cat_label','0'),(16860,2933,'_bunyad_featured_disable','0'),(16861,2933,'_bunyad_reviews','0'),(16862,2933,'_bunyad_review_pos','none'),(16863,2933,'_bunyad_review_type','points'),(16864,2933,'_bunyad_review_verdict','Awesome'),(16865,2933,'_yoast_wpseo_focuskw','el jimador'),(16866,2933,'_yoast_wpseo_title','el Jimador tequila comes to the UK\'s on-trade sector from Mexico'),(16867,2933,'_yoast_wpseo_metadesc','This October el Jimador tequila will release two new limited-edition Day of the Dead bottles to the UK on-trade across its Blanco and Reposado expressions.'),(16868,2933,'_yoast_wpseo_linkdex','94'),(16869,2933,'_yoast_wpseo_content_score','30'),(16870,2933,'_yoast_wpseo_primary_category','2'),(16871,2939,'_wp_attached_file','2018/10/Lifestyle-Blanco.jpg'),(16872,2939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5151;s:6:\"height\";i:4509;s:4:\"file\";s:28:\"2018/10/Lifestyle-Blanco.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Lifestyle-Blanco-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Lifestyle-Blanco-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-696x609.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Lifestyle-Blanco-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Lifestyle-Blanco-1068x935.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:935;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-480x420.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Lifestyle-Blanco-1920x1681.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-150x150.jpg\";s:5:\"width\";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:\"Lifestyle-Blanco-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Lifestyle-Blanco-1024x896.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Lifestyle-Blanco-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Lifestyle-Blanco-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Lifestyle-Blanco-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Lifestyle-Blanco-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536934969\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16873,2939,'_wp_attachment_image_alt','el Jimador'),(16874,2941,'_wp_attached_file','2018/10/blanco-black.jpg'),(16875,2941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3267;s:6:\"height\";i:5644;s:4:\"file\";s:24:\"2018/10/blanco-black.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blanco-black-768x1327.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"blanco-black-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"blanco-black-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"blanco-black-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"blanco-black-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"blanco-black-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"blanco-black-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"blanco-black-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"blanco-black-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"blanco-black-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"blanco-black-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"blanco-black-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"blanco-black-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"blanco-black-696x1202.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"blanco-black-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"blanco-black-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"blanco-black-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"blanco-black-1068x1845.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"blanco-black-243x420.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"blanco-black-1920x3317.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:3317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"blanco-black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"blanco-black-174x300.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"blanco-black-593x1024.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"blanco-black-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"blanco-black-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"blanco-black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"blanco-black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"blanco-black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"blanco-black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"blanco-black-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"blanco-black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"blanco-black-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"blanco-black-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"blanco-black-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"blanco-black-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"blanco-black-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"blanco-black-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"blanco-black-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"blanco-black-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"blanco-black-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"blanco-black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"blanco-black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536759019\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16876,2942,'_wp_attached_file','2018/10/Blanco-White.jpg'),(16877,2942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3412;s:6:\"height\";i:5475;s:4:\"file\";s:24:\"2018/10/Blanco-White.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Blanco-White-768x1232.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Blanco-White-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Blanco-White-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Blanco-White-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Blanco-White-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Blanco-White-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Blanco-White-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Blanco-White-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Blanco-White-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Blanco-White-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Blanco-White-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Blanco-White-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Blanco-White-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Blanco-White-696x1117.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Blanco-White-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Blanco-White-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Blanco-White-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Blanco-White-1068x1714.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Blanco-White-262x420.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"Blanco-White-1920x3081.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:3081;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Blanco-White-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Blanco-White-187x300.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Blanco-White-638x1024.jpg\";s:5:\"width\";i:638;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Blanco-White-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"Blanco-White-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"Blanco-White-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"Blanco-White-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"Blanco-White-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"Blanco-White-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"Blanco-White-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"Blanco-White-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"Blanco-White-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"Blanco-White-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"Blanco-White-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"Blanco-White-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"Blanco-White-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"Blanco-White-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"Blanco-White-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"Blanco-White-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"Blanco-White-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"Blanco-White-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"Blanco-White-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536759523\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16878,2943,'_wp_attached_file','2018/10/Both-Black.jpg'),(16879,2943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3557;s:6:\"height\";i:5499;s:4:\"file\";s:22:\"2018/10/Both-Black.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Both-Black-768x1187.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Both-Black-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Both-Black-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Both-Black-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Both-Black-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Both-Black-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Both-Black-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Both-Black-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Both-Black-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Both-Black-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Both-Black-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Both-Black-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Both-Black-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Both-Black-696x1076.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1076;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Both-Black-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Both-Black-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Both-Black-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Both-Black-1068x1651.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Both-Black-272x420.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"Both-Black-1920x2968.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2968;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Both-Black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Both-Black-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Both-Black-662x1024.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Both-Black-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Both-Black-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Both-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Both-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Both-Black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Both-Black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Both-Black-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Both-Black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Both-Black-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Both-Black-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Both-Black-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Both-Black-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Both-Black-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Both-Black-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Both-Black-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Both-Black-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Both-Black-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Both-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Both-Black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536759100\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16880,2944,'_wp_attached_file','2018/10/both-white.jpg'),(16881,2944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3871;s:6:\"height\";i:5401;s:4:\"file\";s:22:\"2018/10/both-white.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"both-white-768x1072.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"both-white-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"both-white-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"both-white-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"both-white-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"both-white-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"both-white-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"both-white-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"both-white-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"both-white-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"both-white-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"both-white-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"both-white-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"both-white-696x971.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:971;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"both-white-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"both-white-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"both-white-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"both-white-1068x1490.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"both-white-301x420.jpg\";s:5:\"width\";i:301;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"both-white-1920x2679.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"both-white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"both-white-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"both-white-734x1024.jpg\";s:5:\"width\";i:734;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"both-white-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"both-white-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"both-white-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"both-white-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"both-white-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"both-white-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"both-white-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"both-white-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"both-white-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"both-white-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"both-white-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"both-white-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"both-white-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"both-white-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"both-white-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"both-white-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"both-white-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"both-white-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"both-white-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536759565\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16882,2945,'_wp_attached_file','2018/10/lifestyle-rep.jpg'),(16883,2945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5071;s:6:\"height\";i:4428;s:4:\"file\";s:25:\"2018/10/lifestyle-rep.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-768x671.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"lifestyle-rep-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"lifestyle-rep-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-696x608.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"lifestyle-rep-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"lifestyle-rep-1068x933.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-481x420.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"lifestyle-rep-1920x1677.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-150x150.jpg\";s:5:\"width\";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:\"lifestyle-rep-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"lifestyle-rep-1024x894.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:894;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"lifestyle-rep-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"lifestyle-rep-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"lifestyle-rep-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"lifestyle-rep-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536935003\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16884,2946,'_wp_attached_file','2018/10/Rep-Black.jpg'),(16885,2946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3315;s:6:\"height\";i:5620;s:4:\"file\";s:21:\"2018/10/Rep-Black.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Rep-Black-768x1302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Rep-Black-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Rep-Black-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Rep-Black-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Rep-Black-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Rep-Black-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Rep-Black-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Rep-Black-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Rep-Black-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Rep-Black-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Rep-Black-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Rep-Black-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Rep-Black-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Rep-Black-696x1180.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Rep-Black-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Rep-Black-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Rep-Black-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"Rep-Black-1068x1811.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1811;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Rep-Black-248x420.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Rep-Black-1920x3255.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:3255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Rep-Black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Rep-Black-177x300.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Rep-Black-604x1024.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Rep-Black-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Rep-Black-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Rep-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Rep-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Rep-Black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Rep-Black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Rep-Black-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Rep-Black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Rep-Black-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Rep-Black-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Rep-Black-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Rep-Black-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Rep-Black-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Rep-Black-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Rep-Black-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Rep-Black-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Rep-Black-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Rep-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Rep-Black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536758594\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16886,2947,'_wp_attached_file','2018/10/Rep-White.jpg'),(16887,2947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3242;s:6:\"height\";i:5547;s:4:\"file\";s:21:\"2018/10/Rep-White.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Rep-White-768x1314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Rep-White-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Rep-White-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Rep-White-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Rep-White-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Rep-White-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Rep-White-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Rep-White-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Rep-White-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Rep-White-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Rep-White-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Rep-White-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Rep-White-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Rep-White-696x1191.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Rep-White-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Rep-White-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Rep-White-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"Rep-White-1068x1827.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1827;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Rep-White-245x420.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Rep-White-1920x3285.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:3285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Rep-White-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Rep-White-175x300.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Rep-White-598x1024.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Rep-White-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Rep-White-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Rep-White-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Rep-White-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Rep-White-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Rep-White-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Rep-White-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Rep-White-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Rep-White-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Rep-White-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Rep-White-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Rep-White-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Rep-White-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Rep-White-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Rep-White-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Rep-White-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Rep-White-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Rep-White-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Rep-White-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Lewis Wilkinson\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536759502\";s:9:\"copyright\";s:19:\"liquidvisuals.co.uk\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16888,2944,'_wp_attachment_image_alt','el Jimador'),(16889,2933,'xyz_fbap','1'),(16893,2933,'_wp_old_slug','el-jimador-new-limited-edition-dead-bottles'),(16894,2933,'_wpas_done_all','1'),(16897,2933,'_wpas_skip_20130109','1'),(16902,2951,'_edit_last','1'),(16903,2951,'_edit_lock','1540380601:1'),(16904,2952,'_wp_attached_file','2018/10/ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR.jpg'),(16905,2952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:832;s:6:\"height\";i:1248;s:4:\"file\";s:62:\"2018/10/ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:60:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:61:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:63:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-832x580.jpg\";s:5:\"width\";i:832;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-832x516.jpg\";s:5:\"width\";i:832;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:61:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:62:\"ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526653845\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16906,2953,'_wp_attached_file','2018/10/Chocolate-Cookie-Loaf-Cake-LR.jpg'),(16907,2953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1248;s:6:\"height\";i:832;s:4:\"file\";s:41:\"2018/10/Chocolate-Cookie-Loaf-Cake-LR.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Chocolate-Cookie-Loaf-Cake-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Chocolate-Cookie-Loaf-Cake-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Chocolate-Cookie-Loaf-Cake-LR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Chocolate-Cookie-Loaf-Cake-LR-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Chocolate-Cookie-Loaf-Cake-LR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Chocolate-Cookie-Loaf-Cake-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Chocolate-Cookie-Loaf-Cake-LR-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Chocolate-Cookie-Loaf-Cake-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Chocolate-Cookie-Loaf-Cake-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526653323\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16908,2953,'_wp_attachment_image_alt','Chocolate cookie vegan loaf cake'),(16909,2952,'_wp_attachment_image_alt','ARYZTA\'s New Lemon, Chia Seed & Pistachio Loaf Cake for vegans'),(16910,2951,'_thumbnail_id','2953'),(16911,2951,'slide_template','default'),(16912,2951,'_bunyad_featured_post','0'),(16913,2951,'_bunyad_cat_label','0'),(16914,2951,'_bunyad_featured_disable','0'),(16915,2951,'_bunyad_reviews','0'),(16916,2951,'_bunyad_review_pos','none'),(16917,2951,'_bunyad_review_type','points'),(16918,2951,'_bunyad_review_verdict','Awesome'),(16919,2951,'_yoast_wpseo_focuskw','vegan'),(16920,2951,'_yoast_wpseo_title','ARYZTA unveils two new vegan bakes to give your venue the edge'),(16921,2951,'_yoast_wpseo_metadesc','ARYZTA Food Solutions is unveiling two indulgent vegan bakes, helping caterers take the hard work out of harnessing a market in serious growth'),(16922,2951,'_yoast_wpseo_linkdex','89'),(16923,2951,'_yoast_wpseo_content_score','30'),(16924,2951,'_yoast_wpseo_primary_category','3'),(16925,2951,'xyz_fbap','1'),(16929,2951,'_wpas_done_all','1'),(16932,2951,'_wpas_skip_20130109','1'),(16935,2956,'_edit_last','1'),(16936,2956,'_edit_lock','1540393036:1'),(16937,2957,'_wp_attached_file','2018/10/Dirk-Niepoort-BW.jpg'),(16938,2957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:28:\"2018/10/Dirk-Niepoort-BW.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Dirk-Niepoort-BW-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Dirk-Niepoort-BW-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Dirk-Niepoort-BW-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Dirk-Niepoort-BW-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Dirk-Niepoort-BW-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-150x150.jpg\";s:5:\"width\";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:\"Dirk-Niepoort-BW-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Dirk-Niepoort-BW-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Dirk-Niepoort-BW-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Dirk-Niepoort-BW-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Dirk-Niepoort-BW-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Dirk-Niepoort-BW-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397037956\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16939,2958,'_wp_attached_file','2018/10/Dirk-Niepoort-high-res.jpg'),(16940,2958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:34:\"2018/10/Dirk-Niepoort-high-res.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Dirk-Niepoort-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Dirk-Niepoort-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Dirk-Niepoort-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Dirk-Niepoort-high-res-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"Dirk-Niepoort-high-res-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Dirk-Niepoort-high-res-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Dirk-Niepoort-high-res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Dirk-Niepoort-high-res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Dirk-Niepoort-high-res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Dirk-Niepoort-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397037956\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16941,2959,'_wp_attached_file','2018/10/SALCOMBE_GIN_Voyager-series-1.jpg'),(16942,2959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:41:\"2018/10/SALCOMBE_GIN_Voyager-series-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_Voyager-series-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"SALCOMBE_GIN_Voyager-series-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"SALCOMBE_GIN_Voyager-series-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"SALCOMBE_GIN_Voyager-series-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"SALCOMBE_GIN_Voyager-series-1-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-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:41:\"SALCOMBE_GIN_Voyager-series-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"SALCOMBE_GIN_Voyager-series-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"SALCOMBE_GIN_Voyager-series-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"SALCOMBE_GIN_Voyager-series-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"SALCOMBE_GIN_Voyager-series-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_Voyager-series-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535631479\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16943,2959,'_wp_attachment_image_alt','Salcombe gin voyager series'),(16944,2957,'_wp_attachment_image_alt','release its first sloe & damson gin'),(16945,2956,'_thumbnail_id','2959'),(16946,2956,'slide_template','default'),(16947,2956,'_bunyad_featured_post','0'),(16948,2956,'_bunyad_cat_label','0'),(16949,2956,'_bunyad_featured_disable','0'),(16950,2956,'_bunyad_reviews','0'),(16951,2956,'_bunyad_review_pos','none'),(16952,2956,'_bunyad_review_type','points'),(16953,2956,'_bunyad_review_verdict','Awesome'),(16954,2956,'_yoast_wpseo_focuskw','salcombe gin voyager series'),(16955,2956,'_yoast_wpseo_title','Salcombe Gin Voyager Series is set to add its first sloe & damson gin'),(16956,2956,'_yoast_wpseo_metadesc','Salcombe Gin, the luxury spirit, is to release its first sloe & damson gin as part of the Salcombe Gin Voyager Series on the 1st November'),(16957,2956,'_yoast_wpseo_linkdex','94'),(16958,2956,'_yoast_wpseo_content_score','30'),(16959,2956,'_yoast_wpseo_primary_category','2'),(16960,2956,'xyz_fbap','1'),(16964,2956,'_wpas_done_all','1'),(16981,2965,'_edit_last','1'),(16982,2965,'_edit_lock','1540390748:1'),(16983,2966,'_wp_attached_file','2018/10/Carlsberg.png'),(16984,2966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:445;s:4:\"file\";s:21:\"2018/10/Carlsberg.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Carlsberg-768x427.png\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Carlsberg-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Carlsberg-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Carlsberg-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Carlsberg-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Carlsberg-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Carlsberg-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Carlsberg-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Carlsberg-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Carlsberg-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Carlsberg-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Carlsberg-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Carlsberg-534x445.png\";s:5:\"width\";i:534;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Carlsberg-696x387.png\";s:5:\"width\";i:696;s:6:\"height\";i:387;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Carlsberg-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Carlsberg-741x445.png\";s:5:\"width\";i:741;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Carlsberg-755x420.png\";s:5:\"width\";i:755;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Carlsberg-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:\"Carlsberg-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Carlsberg-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Carlsberg-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Carlsberg-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Carlsberg-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Carlsberg-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Carlsberg-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Carlsberg-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Carlsberg-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Carlsberg-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Carlsberg-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Carlsberg-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Carlsberg-600x445.png\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Carlsberg-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Carlsberg-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Carlsberg-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Carlsberg-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Carlsberg-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Carlsberg-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(16985,2966,'_wp_attachment_image_alt','Carlsberg cabin'),(16986,2965,'_thumbnail_id','2966'),(16987,2965,'slide_template','default'),(16988,2965,'_bunyad_featured_post','1'),(16989,2965,'_bunyad_cat_label','0'),(16990,2965,'_bunyad_featured_disable','0'),(16991,2965,'_bunyad_reviews','0'),(16992,2965,'_bunyad_review_pos','none'),(16993,2965,'_bunyad_review_type','points'),(16994,2965,'_bunyad_review_verdict','Awesome'),(16995,2965,'_yoast_wpseo_focuskw','Carlsberg cabin'),(16996,2965,'_yoast_wpseo_linkdex','87'),(16997,2965,'_yoast_wpseo_content_score','30'),(16998,2965,'_yoast_wpseo_primary_category','5'),(16999,2965,'_yoast_wpseo_title','Carlsberg UK brought together 6 strangers to build the Carlsberg Cabin'),(17000,2965,'_yoast_wpseo_metadesc','Carlsberg UK has kicked off the holiday season in true Scandinavian style with the launch of the Carlsberg Cabin pub, bringing 6 strangers together to build'),(17001,2965,'xyz_fbap','1'),(17005,2965,'_wpas_done_all','1'),(17008,2956,'_wpas_skip_20130109','1'),(17009,2971,'_edit_last','1'),(17010,2971,'_edit_lock','1540456593:1'),(17011,2972,'_wp_attached_file','2018/10/Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott.jpg'),(17012,2972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3050;s:6:\"height\";i:2288;s:4:\"file\";s:66:\"2018/10/Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:64:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:65:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:67:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:67:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:68:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:67:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:65:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:66:\"Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17013,2971,'_thumbnail_id','2972'),(17014,2971,'slide_template','default'),(17015,2971,'_bunyad_featured_post','0'),(17016,2971,'_bunyad_cat_label','0'),(17017,2971,'_bunyad_featured_disable','0'),(17018,2971,'_bunyad_reviews','0'),(17019,2971,'_bunyad_review_pos','none'),(17020,2971,'_bunyad_review_type','points'),(17021,2971,'_bunyad_review_verdict','Awesome'),(17022,2971,'_yoast_wpseo_focuskw','proof drinks'),(17023,2971,'_yoast_wpseo_title','Proof Drinks appoints Jeremy Hill as Managing Director'),(17024,2971,'_yoast_wpseo_metadesc','Hill is the founder and former chairman of Hi-Spirits, which was acquired by Sazerac in 2015. He is taking an equity stake in Proof Drinks.'),(17025,2971,'_yoast_wpseo_linkdex','91'),(17026,2971,'_yoast_wpseo_content_score','30'),(17027,2971,'_yoast_wpseo_primary_category','2'),(17028,2971,'xyz_fbap','1'),(17032,2971,'_wpas_done_all','1'),(17035,2971,'_wpas_skip_20130109','1'),(17038,2976,'_edit_last','1'),(17039,2976,'_edit_lock','1540459823:1'),(17040,2977,'_wp_attached_file','2018/10/cyber-1654709_640.jpg'),(17041,2977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:29:\"2018/10/cyber-1654709_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"cyber-1654709_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"cyber-1654709_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-150x150.jpg\";s:5:\"width\";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:\"cyber-1654709_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"cyber-1654709_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"cyber-1654709_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"cyber-1654709_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17042,2978,'_wp_attached_file','2018/10/hacker-2883632_640.jpg'),(17043,2978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2018/10/hacker-2883632_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"hacker-2883632_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"hacker-2883632_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"hacker-2883632_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"hacker-2883632_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17044,2978,'_wp_attachment_image_alt','dns attacks'),(17045,2977,'_wp_attachment_image_alt','dns attacks'),(17046,2976,'_thumbnail_id','2980'),(17047,2976,'slide_template','default'),(17048,2976,'_bunyad_featured_post','0'),(17049,2976,'_bunyad_cat_label','0'),(17050,2976,'_bunyad_featured_disable','0'),(17051,2976,'_bunyad_reviews','0'),(17052,2976,'_bunyad_review_pos','none'),(17053,2976,'_bunyad_review_type','points'),(17054,2976,'_bunyad_review_verdict','Awesome'),(17055,2976,'_yoast_wpseo_focuskw','dns attacks'),(17056,2976,'_yoast_wpseo_title','DNS attacks raise the cost by 57% in the last 12 months'),(17057,2976,'_yoast_wpseo_metadesc','The 2018 Global DNS Threat Report, shared by EfficientIP, revealed the financial services industry is the worst affected sector by DNS attacks'),(17058,2976,'_yoast_wpseo_linkdex','94'),(17059,2976,'_yoast_wpseo_content_score','30'),(17060,2976,'_yoast_wpseo_primary_category','8'),(17061,2980,'_wp_attached_file','2018/10/hacker-2883632_1280.jpg'),(17062,2980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2018/10/hacker-2883632_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"hacker-2883632_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"hacker-2883632_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"hacker-2883632_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"hacker-2883632_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"hacker-2883632_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"hacker-2883632_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"hacker-2883632_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17063,2980,'_wp_attachment_image_alt','dns attacks'),(17064,2976,'xyz_fbap','1'),(17068,2976,'_wpas_done_all','1'),(17069,2982,'_edit_last','1'),(17070,2982,'_edit_lock','1540463172:1'),(17071,2983,'_wp_attached_file','2018/10/Screenshot-2018-10-25-10.47.22.png'),(17072,2983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:255;s:4:\"file\";s:42:\"2018/10/Screenshot-2018-10-25-10.47.22.png\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Screenshot-2018-10-25-10.47.22-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-10-25-10.47.22-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-324x255.png\";s:5:\"width\";i:324;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-356x255.png\";s:5:\"width\";i:356;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-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:42:\"Screenshot-2018-10-25-10.47.22-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-10-25-10.47.22-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-233x255.png\";s:5:\"width\";i:233;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-385x240.png\";s:5:\"width\";i:385;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-10-25-10.47.22-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-10-25-10.47.22-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17073,2983,'_wp_attachment_image_alt','bar and canteen'),(17074,2984,'_wp_attached_file','2018/10/NewSite.jpg'),(17075,2984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:937;s:4:\"file\";s:19:\"2018/10/NewSite.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"NewSite-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"NewSite-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"NewSite-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"NewSite-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"NewSite-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"NewSite-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"NewSite-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"NewSite-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"NewSite-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"NewSite-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"NewSite-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"NewSite-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"NewSite-696x870.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"NewSite-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"NewSite-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"NewSite-750x580.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"NewSite-336x420.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"NewSite-150x150.jpg\";s:5:\"width\";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:\"NewSite-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"NewSite-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:19:\"NewSite-750x516.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"NewSite-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"NewSite-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"NewSite-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"NewSite-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"NewSite-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"NewSite-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"NewSite-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"NewSite-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"NewSite-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"NewSite-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"NewSite-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"NewSite-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"NewSite-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"NewSite-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"NewSite-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"NewSite-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"NewSite-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517329660\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17076,2984,'_wp_attachment_image_alt','bar and canteen'),(17078,2982,'slide_template','default'),(17079,2982,'_bunyad_featured_post','0'),(17080,2982,'_bunyad_cat_label','0'),(17081,2982,'_bunyad_featured_disable','0'),(17082,2982,'_bunyad_reviews','0'),(17083,2982,'_bunyad_review_pos','none'),(17084,2982,'_bunyad_review_type','points'),(17085,2982,'_bunyad_review_verdict','Awesome'),(17086,2982,'_yoast_wpseo_focuskw','bar and canteen'),(17087,2982,'_yoast_wpseo_title','Bar and Canteen is opening this November from Sager & Wilde'),(17088,2982,'_yoast_wpseo_metadesc','This November, award-winning duo Michael Sager and Marcis Dzelzainis, of Sager & Wilde, will launch an exciting all-day-dining bar and canteen'),(17089,2982,'_yoast_wpseo_linkdex','90'),(17090,2982,'_yoast_wpseo_content_score','30'),(17091,2982,'_yoast_wpseo_primary_category','5'),(17092,2987,'_edit_last','1'),(17093,2987,'_edit_lock','1540471011:1'),(17094,2988,'_wp_attached_file','2018/10/Christmas-in-Manhattan.jpg');
INSERT INTO `wpfr_postmeta` VALUES (17095,2988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2696;s:6:\"height\";i:1892;s:4:\"file\";s:34:\"2018/10/Christmas-in-Manhattan.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Christmas-in-Manhattan-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Christmas-in-Manhattan-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-696x488.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Christmas-in-Manhattan-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Christmas-in-Manhattan-1068x750.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-598x420.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"Christmas-in-Manhattan-1920x1347.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Christmas-in-Manhattan-1024x719.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Christmas-in-Manhattan-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Christmas-in-Manhattan-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Christmas-in-Manhattan-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Christmas-in-Manhattan-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540289279\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17096,2989,'_wp_attached_file','2018/10/Christmas-Tea-2018.jpg'),(17097,2989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3117;s:6:\"height\";i:2473;s:4:\"file\";s:30:\"2018/10/Christmas-Tea-2018.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Christmas-Tea-2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Christmas-Tea-2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-696x552.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Christmas-Tea-2018-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Christmas-Tea-2018-1068x847.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-529x420.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Christmas-Tea-2018-1920x1523.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Christmas-Tea-2018-1024x812.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Christmas-Tea-2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Christmas-Tea-2018-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Christmas-Tea-2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Christmas-Tea-2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479907663\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17098,2988,'_wp_attachment_image_alt','Christmas tea'),(17099,2989,'_wp_attachment_image_alt','Christmas Tea'),(17100,2987,'_thumbnail_id','2988'),(17101,2987,'xyz_fbap','1'),(17105,2987,'slide_template','default'),(17106,2987,'_bunyad_featured_post','0'),(17107,2987,'_bunyad_cat_label','0'),(17108,2987,'_bunyad_featured_disable','0'),(17109,2987,'_bunyad_reviews','0'),(17110,2987,'_bunyad_review_pos','none'),(17111,2987,'_bunyad_review_type','points'),(17112,2987,'_bunyad_review_verdict','Awesome'),(17113,2987,'_yoast_wpseo_focuskw','christmas tea'),(17114,2987,'_yoast_wpseo_metadesc','The Drury Tea & Coffee Company, has once again this year added a Christmas tea to its best-selling pyramid-shaped speciality teabag range.'),(17115,2987,'_yoast_wpseo_linkdex','91'),(17116,2987,'_yoast_wpseo_content_score','30'),(17117,2987,'_yoast_wpseo_primary_category','2'),(17118,2987,'_wpas_done_all','1'),(17123,2987,'_wpas_skip_20130109','1'),(17126,2991,'_edit_last','1'),(17127,2991,'_edit_lock','1540479866:1'),(17128,2992,'_wp_attached_file','2018/10/Chester-velvet-bar-stool.jpg'),(17129,2992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6547;s:6:\"height\";i:4365;s:4:\"file\";s:36:\"2018/10/Chester-velvet-bar-stool.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Chester-velvet-bar-stool-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Chester-velvet-bar-stool-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Chester-velvet-bar-stool-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Chester-velvet-bar-stool-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"Chester-velvet-bar-stool-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Chester-velvet-bar-stool-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Chester-velvet-bar-stool-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Chester-velvet-bar-stool-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Chester-velvet-bar-stool-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Chester-velvet-bar-stool-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:13:\"Ollie Sammons\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539166426\";s:9:\"copyright\";s:13:\"Ollie Sammons\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17130,2993,'_wp_attached_file','2018/10/commercial-furniture-peppermill-interiors.jpg'),(17131,2993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4136;s:6:\"height\";i:2987;s:4:\"file\";s:53:\"2018/10/commercial-furniture-peppermill-interiors.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:51:\"commercial-furniture-peppermill-interiors-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:52:\"commercial-furniture-peppermill-interiors-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-696x503.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:54:\"commercial-furniture-peppermill-interiors-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"commercial-furniture-peppermill-interiors-1068x771.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-582x420.jpg\";s:5:\"width\";i:582;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:55:\"commercial-furniture-peppermill-interiors-1920x1387.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"commercial-furniture-peppermill-interiors-1024x740.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"commercial-furniture-peppermill-interiors-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:54:\"commercial-furniture-peppermill-interiors-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:52:\"commercial-furniture-peppermill-interiors-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:53:\"commercial-furniture-peppermill-interiors-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536053668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17132,2994,'_wp_attached_file','2018/10/velvet-armchair.jpg'),(17133,2994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6552;s:6:\"height\";i:4368;s:4:\"file\";s:27:\"2018/10/velvet-armchair.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"velvet-armchair-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"velvet-armchair-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"velvet-armchair-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"velvet-armchair-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"velvet-armchair-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-150x150.jpg\";s:5:\"width\";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:\"velvet-armchair-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"velvet-armchair-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"velvet-armchair-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"velvet-armchair-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"velvet-armchair-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"velvet-armchair-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:13:\"Ollie Sammons\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539164105\";s:9:\"copyright\";s:13:\"Ollie Sammons\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17134,2993,'_wp_attachment_image_alt','peppermill interiors'),(17135,2992,'_wp_attachment_image_alt','peppermill interiors'),(17136,2994,'_wp_attachment_image_alt','peppermill interiors'),(17137,2991,'_thumbnail_id','2993'),(17138,2991,'slide_template','default'),(17139,2991,'_bunyad_featured_post','0'),(17140,2991,'_bunyad_cat_label','0'),(17141,2991,'_bunyad_featured_disable','0'),(17142,2991,'_bunyad_reviews','0'),(17143,2991,'_bunyad_review_pos','none'),(17144,2991,'_bunyad_review_type','points'),(17145,2991,'_bunyad_review_verdict','Awesome'),(17146,2991,'_yoast_wpseo_focuskw','peppermill interiors'),(17147,2991,'_yoast_wpseo_title','Peppermill Interiors latest velvet collection is taking the industry by storm'),(17148,2991,'_yoast_wpseo_metadesc','Velvet is taking the furniture industry by storm and Peppermill Interiors are on top of the trend with their latest collection.'),(17149,2991,'_yoast_wpseo_linkdex','89'),(17150,2991,'_yoast_wpseo_content_score','30'),(17151,2991,'_yoast_wpseo_primary_category','29'),(17152,2991,'xyz_fbap','1'),(17156,2991,'_wpas_done_all','1'),(17159,2991,'_wpas_skip_20130109','1'),(17160,2996,'_edit_last','1'),(17161,2996,'_edit_lock','1540481250:1'),(17162,2997,'_wp_attached_file','2018/10/image009.jpg'),(17163,2997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2807;s:6:\"height\";i:1874;s:4:\"file\";s:20:\"2018/10/image009.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image009-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image009-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image009-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image009-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image009-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image009-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image009-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image009-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image009-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image009-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image009-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image009-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image009-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image009-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image009-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image009-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image009-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image009-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image009-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"image009-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image009-150x150.jpg\";s:5:\"width\";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:\"image009-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image009-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image009-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image009-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image009-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image009-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image009-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image009-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image009-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image009-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image009-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image009-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image009-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image009-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image009-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image009-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image009-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image009-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image009-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image009-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image009-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539359943\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17164,2997,'_wp_attachment_image_alt','business rates'),(17165,2996,'_thumbnail_id','2997'),(17166,2996,'slide_template','default'),(17167,2996,'_bunyad_featured_post','0'),(17168,2996,'_bunyad_cat_label','0'),(17169,2996,'_bunyad_featured_disable','0'),(17170,2996,'_bunyad_reviews','0'),(17171,2996,'_bunyad_review_pos','none'),(17172,2996,'_bunyad_review_type','points'),(17173,2996,'_bunyad_review_verdict','Awesome'),(17174,2996,'_yoast_wpseo_focuskw','business rates'),(17175,2996,'_yoast_wpseo_title','UK restaurant industry to call on the government to review business rates'),(17176,2996,'_yoast_wpseo_metadesc','UK restaurant industry comes together to call on the government to review debilitating business rates which are causing business closures and job losses'),(17177,2996,'_yoast_wpseo_linkdex','89'),(17178,2996,'_yoast_wpseo_content_score','30'),(17179,2996,'_yoast_wpseo_primary_category','8'),(17180,2996,'xyz_fbap','1'),(17184,2996,'_wpas_done_all','1'),(17185,2999,'_edit_last','1'),(17186,2999,'_edit_lock','1540913086:1'),(17187,3000,'_wp_attached_file','2018/10/drinks-2578446_640.jpg'),(17188,3000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2018/10/drinks-2578446_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"drinks-2578446_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"drinks-2578446_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"drinks-2578446_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"drinks-2578446_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"drinks-2578446_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17189,3000,'_wp_attachment_image_alt','UKHospitality welcomes the budget for the hospitality sector'),(17190,2999,'_thumbnail_id','3000'),(17191,2999,'slide_template','default'),(17192,2999,'_bunyad_featured_post','0'),(17193,2999,'_bunyad_cat_label','0'),(17194,2999,'_bunyad_featured_disable','0'),(17195,2999,'_bunyad_reviews','0'),(17196,2999,'_bunyad_review_pos','none'),(17197,2999,'_bunyad_review_type','points'),(17198,2999,'_bunyad_review_verdict','Awesome'),(17199,2999,'_yoast_wpseo_focuskw','hospitality'),(17200,2999,'_yoast_wpseo_title','UKHospitality calls on government to continue support for hospitality sector'),(17201,2999,'_yoast_wpseo_metadesc','UKHospitality has reacted to the Chancellor’s Budget Statement by welcoming support for hospitality, calling on the Government to continue.'),(17202,2999,'_yoast_wpseo_linkdex','85'),(17203,2999,'_yoast_wpseo_content_score','30'),(17204,2999,'_yoast_wpseo_primary_category','8'),(17205,2999,'xyz_fbap','1'),(17209,2999,'_wpas_done_all','1'),(17212,2999,'_wpas_skip_20130109','1'),(17213,3002,'_edit_last','1'),(17214,3002,'_edit_lock','1540913312:1'),(17215,3002,'slide_template','default'),(17216,3002,'_bunyad_featured_post','0'),(17217,3002,'_bunyad_cat_label','0'),(17218,3002,'_bunyad_featured_disable','0'),(17219,3002,'_bunyad_reviews','0'),(17220,3002,'_bunyad_review_pos','none'),(17221,3002,'_bunyad_review_type','points'),(17222,3002,'_bunyad_review_verdict','Awesome'),(17223,3002,'_yoast_wpseo_focuskw','old fashioned'),(17224,3002,'_yoast_wpseo_title','Old Fashioned Week see\'s Brown-Forman\'s Woodford Reserve as sponsor'),(17225,3002,'_yoast_wpseo_metadesc','This November, Brown-Forman’s Woodford Reserve will sponsor Old Fashioned Week 2018 (1st - 10th November 2018) as its official bourbon.'),(17226,3002,'_yoast_wpseo_linkdex','94'),(17227,3002,'_yoast_wpseo_content_score','30'),(17228,3002,'_yoast_wpseo_primary_category','33'),(17229,3006,'_wp_attached_file','2018/10/image002.png'),(17230,3006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:310;s:4:\"file\";s:20:\"2018/10/image002.png\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image002-768x290.png\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image002-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image002-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image002-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image002-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image002-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image002-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image002-324x310.png\";s:5:\"width\";i:324;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image002-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image002-356x310.png\";s:5:\"width\";i:356;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image002-485x310.png\";s:5:\"width\";i:485;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image002-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image002-534x310.png\";s:5:\"width\";i:534;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image002-696x263.png\";s:5:\"width\";i:696;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image002-696x310.png\";s:5:\"width\";i:696;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image002-741x310.png\";s:5:\"width\";i:741;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image002-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:\"image002-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image002-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image002-702x310.png\";s:5:\"width\";i:702;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image002-702x310.png\";s:5:\"width\";i:702;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image002-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image002-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image002-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image002-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image002-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image002-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image002-536x310.png\";s:5:\"width\";i:536;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image002-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image002-600x310.png\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image002-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image002-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image002-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image002-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image002-702x310.png\";s:5:\"width\";i:702;s:6:\"height\";i:310;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image002-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17231,3006,'_wp_attachment_image_alt','Old Fashioned Week 2018'),(17232,3002,'_thumbnail_id','3006'),(17233,3002,'xyz_fbap','1'),(17237,3002,'_wpas_done_all','1'),(17240,3002,'_wpas_skip_20130109','1'),(17243,3009,'_edit_last','1'),(17244,3009,'_edit_lock','1540901149:1'),(17245,3010,'_wp_attached_file','2018/10/Huddersfield.jpg'),(17246,3010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4288;s:6:\"height\";i:2862;s:4:\"file\";s:24:\"2018/10/Huddersfield.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Huddersfield-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Huddersfield-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Huddersfield-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Huddersfield-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Huddersfield-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Huddersfield-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Huddersfield-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Huddersfield-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Huddersfield-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Huddersfield-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Huddersfield-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Huddersfield-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Huddersfield-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Huddersfield-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Huddersfield-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Huddersfield-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Huddersfield-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"Huddersfield-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Huddersfield-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"Huddersfield-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Huddersfield-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Huddersfield-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Huddersfield-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Huddersfield-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"Huddersfield-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"Huddersfield-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"Huddersfield-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"Huddersfield-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"Huddersfield-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"Huddersfield-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"Huddersfield-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"Huddersfield-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"Huddersfield-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"Huddersfield-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"Huddersfield-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"Huddersfield-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"Huddersfield-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"Huddersfield-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"Huddersfield-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"Huddersfield-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"Huddersfield-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"Huddersfield-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538045017\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17247,3010,'_wp_attachment_image_alt','Revolution Bar 28 Cross Church Street, Huddersfield'),(17248,3009,'_thumbnail_id','3010'),(17249,3009,'slide_template','default'),(17250,3009,'_bunyad_featured_post','0'),(17251,3009,'_bunyad_cat_label','0'),(17252,3009,'_bunyad_featured_disable','0'),(17253,3009,'_bunyad_reviews','0'),(17254,3009,'_bunyad_review_pos','none'),(17255,3009,'_bunyad_review_type','points'),(17256,3009,'_bunyad_review_verdict','Awesome'),(17257,3009,'_yoast_wpseo_focuskw','revolution'),(17258,3009,'_yoast_wpseo_title','Fleurets market 9 Freehold Investments let to Revolution'),(17259,3009,'_yoast_wpseo_metadesc','Leisure property specialist Fleurets has been instructed by Aprirose to market 9 pub freehold investments, currently let to Revolution Bar Ltd.'),(17260,3009,'_yoast_wpseo_linkdex','75'),(17261,3009,'_yoast_wpseo_content_score','30'),(17262,3009,'_yoast_wpseo_primary_category','8'),(17263,3009,'xyz_fbap','1'),(17267,3009,'_wpas_done_all','1'),(17270,3009,'_wpas_skip_20130109','1'),(17273,3015,'_edit_last','1'),(17274,3015,'_edit_lock','1540913173:1'),(17275,3016,'_wp_attached_file','2018/10/business-3152586_640.jpg'),(17276,3016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:462;s:4:\"file\";s:32:\"2018/10/business-3152586_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"business-3152586_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"business-3152586_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-582x420.jpg\";s:5:\"width\";i:582;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"business-3152586_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"business-3152586_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"business-3152586_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17277,3016,'_wp_attachment_image_alt','Wagamama has been sold to TRG'),(17278,3015,'_thumbnail_id','3016'),(17279,3015,'slide_template','default'),(17280,3015,'_bunyad_featured_post','1'),(17281,3015,'_bunyad_cat_label','0'),(17282,3015,'_bunyad_featured_disable','0'),(17283,3015,'_bunyad_reviews','0'),(17284,3015,'_bunyad_review_pos','none'),(17285,3015,'_bunyad_review_type','points'),(17286,3015,'_bunyad_review_verdict','Awesome'),(17287,3015,'_yoast_wpseo_focuskw','wagamama'),(17288,3015,'_yoast_wpseo_linkdex','97'),(17289,3015,'_yoast_wpseo_content_score','30'),(17290,3015,'_yoast_wpseo_primary_category','8'),(17291,3015,'_yoast_wpseo_title','The Restaurant Group (TRG) has announced the purchase of Wagamama'),(17292,3015,'_yoast_wpseo_metadesc','The Restaurant Group plc (\"TRG\"), is pleased to announce that it has conditionally agreed to purchase the entire issued share capital of \"Wagamama\"'),(17293,3015,'xyz_fbap','1'),(17297,3015,'_wpas_done_all','1'),(17302,3020,'_wp_attached_file','2018/10/piano-1241643_640.jpg'),(17303,3020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:29:\"2018/10/piano-1241643_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"piano-1241643_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"piano-1241643_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-150x150.jpg\";s:5:\"width\";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:\"piano-1241643_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"piano-1241643_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"piano-1241643_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"piano-1241643_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17304,3021,'_edit_last','1'),(17305,3021,'_edit_lock','1540913134:1'),(17306,3022,'_wp_attached_file','2018/10/Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods.jpg'),(17307,3022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:1800;s:4:\"file\";s:83:\"2018/10/Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:84:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:81:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:82:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:84:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-696x1046.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1046;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:84:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:85:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-1068x1605.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:84:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:82:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:84:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:82:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:83:\"Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501343145\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17308,3023,'_wp_attached_file','2018/10/Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods.jpg'),(17309,3023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1198;s:4:\"file\";s:76:\"2018/10/Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:74:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:75:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:77:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:77:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:75:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:77:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:75:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:76:\"Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501347097\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17310,3022,'_wp_attachment_image_alt','Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods'),(17311,3023,'_wp_attachment_image_alt','Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods'),(17312,3021,'_thumbnail_id','3023'),(17313,3021,'slide_template','default'),(17314,3021,'_bunyad_featured_post','0'),(17315,3021,'_bunyad_cat_label','0'),(17316,3021,'_bunyad_featured_disable','0'),(17317,3021,'_bunyad_reviews','0'),(17318,3021,'_bunyad_review_pos','none'),(17319,3021,'_bunyad_review_type','points'),(17320,3021,'_bunyad_review_verdict','Awesome'),(17321,3021,'_yoast_wpseo_focuskw','bbq sauce'),(17322,3021,'_yoast_wpseo_title','Thanksgiving comes to the UK in four different BBQ sauce flavours'),(17323,3021,'_yoast_wpseo_metadesc','Creative Foods Europe brings a taste of Thanksgiving to the UK with four new authentic American-style BBQ sauce flavours in the House of Lords range'),(17324,3021,'_yoast_wpseo_linkdex','84'),(17325,3021,'_yoast_wpseo_content_score','30'),(17326,3021,'_yoast_wpseo_primary_category','3'),(17327,3021,'xyz_fbap','1'),(17331,3021,'_wpas_done_all','1'),(17334,3009,'_wp_old_slug','fleurets-market-revolution'),(17346,3028,'_wp_attached_file','2018/10/26585476563_36084f1f2c_k.jpeg'),(17347,3028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:37:\"2018/10/26585476563_36084f1f2c_k.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"26585476563_36084f1f2c_k-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"26585476563_36084f1f2c_k-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"26585476563_36084f1f2c_k-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"26585476563_36084f1f2c_k-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"26585476563_36084f1f2c_k-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"26585476563_36084f1f2c_k-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"26585476563_36084f1f2c_k-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"26585476563_36084f1f2c_k-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"26585476563_36084f1f2c_k-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"26585476563_36084f1f2c_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17348,3029,'_wp_attached_file','2018/10/26915628890_d55ee6887b_k.jpeg'),(17349,3029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:37:\"2018/10/26915628890_d55ee6887b_k.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"26915628890_d55ee6887b_k-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"26915628890_d55ee6887b_k-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"26915628890_d55ee6887b_k-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"26915628890_d55ee6887b_k-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"26915628890_d55ee6887b_k-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"26915628890_d55ee6887b_k-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"26915628890_d55ee6887b_k-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"26915628890_d55ee6887b_k-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"26915628890_d55ee6887b_k-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"26915628890_d55ee6887b_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17350,3030,'_wp_attached_file','2018/10/27094771522_176764545c_h.jpeg'),(17351,3030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:37:\"2018/10/27094771522_176764545c_h.jpeg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"27094771522_176764545c_h-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"27094771522_176764545c_h-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"27094771522_176764545c_h-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"27094771522_176764545c_h-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"27094771522_176764545c_h-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"27094771522_176764545c_h-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"27094771522_176764545c_h-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"27094771522_176764545c_h-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"27094771522_176764545c_h-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17352,3031,'_wp_attached_file','2018/10/27190514095_2f838c7b73_k.jpeg'),(17353,3031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:37:\"2018/10/27190514095_2f838c7b73_k.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"27190514095_2f838c7b73_k-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"27190514095_2f838c7b73_k-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"27190514095_2f838c7b73_k-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"27190514095_2f838c7b73_k-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"27190514095_2f838c7b73_k-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"27190514095_2f838c7b73_k-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"27190514095_2f838c7b73_k-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"27190514095_2f838c7b73_k-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"27190514095_2f838c7b73_k-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"27190514095_2f838c7b73_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17354,3032,'_wp_attached_file','2018/10/27190530585_b122a49a61_k.jpeg'),(17355,3032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:37:\"2018/10/27190530585_b122a49a61_k.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"27190530585_b122a49a61_k-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"27190530585_b122a49a61_k-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"27190530585_b122a49a61_k-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"27190530585_b122a49a61_k-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"27190530585_b122a49a61_k-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"27190530585_b122a49a61_k-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"27190530585_b122a49a61_k-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"27190530585_b122a49a61_k-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"27190530585_b122a49a61_k-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"27190530585_b122a49a61_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17356,3033,'_wp_attached_file','2018/10/27190557595_8e1cd2636f_k.jpeg'),(17357,3033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:37:\"2018/10/27190557595_8e1cd2636f_k.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"27190557595_8e1cd2636f_k-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"27190557595_8e1cd2636f_k-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"27190557595_8e1cd2636f_k-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"27190557595_8e1cd2636f_k-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"27190557595_8e1cd2636f_k-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"27190557595_8e1cd2636f_k-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"27190557595_8e1cd2636f_k-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"27190557595_8e1cd2636f_k-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"27190557595_8e1cd2636f_k-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"27190557595_8e1cd2636f_k-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17358,3034,'_wp_attached_file','2018/10/Old-Fashioned-6.jpg'),(17359,3034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:27:\"2018/10/Old-Fashioned-6.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Old-Fashioned-6-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Old-Fashioned-6-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Old-Fashioned-6-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Old-Fashioned-6-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"Old-Fashioned-6-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Old-Fashioned-6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Old-Fashioned-6-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Old-Fashioned-6-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Old-Fashioned-6-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Old-Fashioned-6-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17360,3029,'_wp_attachment_image_alt','Old Fashion Week 2018'),(17361,3031,'_wp_attachment_image_alt','Old Fashion Week 2018'),(17372,3021,'_wpas_skip_20130109','1'),(17373,3039,'_edit_last','1'),(17374,3039,'_edit_lock','1541000142:1'),(17375,3040,'_wp_attached_file','2018/10/awards-tweet-1.jpg'),(17376,3040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:26:\"2018/10/awards-tweet-1.jpg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"awards-tweet-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"awards-tweet-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-324x333.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-356x333.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-485x333.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-500x261.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"awards-tweet-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:26:\"awards-tweet-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"awards-tweet-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"awards-tweet-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"awards-tweet-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-E2\";s:7:\"caption\";s:112:\"Mock up desk. Creative hipster desktop with blank white computer screen in office background. Mock up workspace.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"Bigstock®\";s:12:\"focal_length\";s:1:\"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:46:{i:0;s:10:\"background\";i:1;s:5:\"blank\";i:2;s:8:\"business\";i:3;s:13:\"communication\";i:4;s:8:\"computer\";i:5;s:9:\"copyspace\";i:6;s:8:\"creative\";i:7;s:5:\"decor\";i:8;s:6:\"design\";i:9;s:8:\"designer\";i:10;s:4:\"desk\";i:11;s:7:\"desktop\";i:12;s:6:\"device\";i:13;s:7:\"display\";i:14;s:5:\"empty\";i:15;s:9:\"equipment\";i:16;s:7:\"hipster\";i:17;s:4:\"home\";i:18;s:5:\"house\";i:19;s:8:\"interior\";i:20;s:8:\"internet\";i:21;s:5:\"items\";i:22;s:8:\"keyboard\";i:23;s:6:\"laptop\";i:24;s:4:\"mock\";i:25;s:6:\"mockup\";i:26;s:6:\"modern\";i:27;s:7:\"monitor\";i:28;s:6:\"nobody\";i:29;s:6:\"office\";i:30;s:2:\"pc\";i:31;s:4:\"room\";i:32;s:6:\"screen\";i:33;s:5:\"space\";i:34;s:6:\"studio\";i:35;s:5:\"table\";i:36;s:10:\"technology\";i:37;s:8:\"template\";i:38;s:3:\"top\";i:39;s:4:\"wall\";i:40;s:3:\"web\";i:41;s:7:\"website\";i:42;s:5:\"white\";i:43;s:4:\"work\";i:44;s:9:\"workplace\";i:45;s:9:\"workspace\";}}}'),(17377,3040,'_wp_attachment_image_alt','gwg awards'),(17378,3039,'_thumbnail_id','3042'),(17379,3039,'slide_template','default'),(17380,3039,'_bunyad_featured_post','0'),(17381,3039,'_bunyad_cat_label','0'),(17382,3039,'_bunyad_featured_disable','0'),(17383,3039,'_bunyad_reviews','0'),(17384,3039,'_bunyad_review_pos','none'),(17385,3039,'_bunyad_review_type','points'),(17386,3039,'_bunyad_review_verdict','Awesome'),(17387,3039,'_yoast_wpseo_focuskw','gwg'),(17388,3039,'_yoast_wpseo_title','The Good Web Guide (GWG) Awards 2018 Shortlist Announced'),(17389,3039,'_yoast_wpseo_metadesc','The Good Web Guide (GWG) set up its Awards’ programme to address this, \"celebrating websites and apps\" that help people streamline their lives.'),(17390,3039,'_yoast_wpseo_linkdex','97'),(17391,3039,'_yoast_wpseo_content_score','30'),(17392,3039,'_yoast_wpseo_primary_category','33'),(17393,3042,'_wp_attached_file','2018/10/monitor-1307227_640.jpg'),(17394,3042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:451;s:4:\"file\";s:31:\"2018/10/monitor-1307227_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"monitor-1307227_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"monitor-1307227_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-534x451.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-596x420.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"monitor-1307227_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-600x451.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"monitor-1307227_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"monitor-1307227_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17395,3042,'_wp_attachment_image_alt','gwg awards'),(17396,3039,'xyz_fbap','1'),(17400,3039,'_wpas_done_all','1'),(17403,3039,'_wpas_skip_20130109','1'),(17408,3045,'_edit_last','1'),(17409,3045,'_edit_lock','1541000231:1'),(17410,3046,'_wp_attached_file','2018/10/Mrs-Froggs_01.jpg'),(17411,3046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:214;s:4:\"file\";s:25:\"2018/10/Mrs-Froggs_01.jpg\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Mrs-Froggs_01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-318x160.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_01-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-318x185.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-318x185.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-233x214.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-235x214.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-318x205.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_01-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17412,3047,'_wp_attached_file','2018/10/Mrs-Froggs_02.jpg'),(17413,3047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:319;s:6:\"height\";i:214;s:4:\"file\";s:25:\"2018/10/Mrs-Froggs_02.jpg\";s:5:\"sizes\";a:18:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Mrs-Froggs_02-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_02-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-319x160.jpg\";s:5:\"width\";i:319;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-150x150.jpg\";s:5:\"width\";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:\"Mrs-Froggs_02-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_02-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-319x185.jpg\";s:5:\"width\";i:319;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-319x185.jpg\";s:5:\"width\";i:319;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-233x214.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-235x214.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-319x205.jpg\";s:5:\"width\";i:319;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_02-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_02-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17414,3048,'_wp_attached_file','2018/10/Mrs-Froggs_03.jpg'),(17415,3048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:214;s:4:\"file\";s:25:\"2018/10/Mrs-Froggs_03.jpg\";s:5:\"sizes\";a:20:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Mrs-Froggs_03-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_03-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-324x214.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-324x214.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_03-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-330x185.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-330x185.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-233x214.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-235x214.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Mrs-Froggs_03-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Mrs-Froggs_03-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17416,3046,'_wp_attachment_image_alt','mrs foggs'),(17417,3047,'_wp_attachment_image_alt','Mrs Foggs comes to East London'),(17418,3048,'_wp_attachment_image_alt','Mrs Foggs comes to East London'),(17419,3045,'_thumbnail_id','3050'),(17420,3045,'slide_template','default'),(17421,3045,'_bunyad_featured_post','0'),(17422,3045,'_bunyad_cat_label','0'),(17423,3045,'_bunyad_featured_disable','0'),(17424,3045,'_bunyad_reviews','0'),(17425,3045,'_bunyad_review_pos','none'),(17426,3045,'_bunyad_review_type','points'),(17427,3045,'_bunyad_review_verdict','Awesome'),(17428,3045,'_yoast_wpseo_focuskw','mrs foggs'),(17429,3045,'_yoast_wpseo_title','Mrs Fogg?s sails into East London to her Maritime Club and Distillery'),(17430,3045,'_yoast_wpseo_metadesc','Inspired by Jules Verne?s, Mrs Fogg?s will serve up inventive cocktails and innovative dishes with a nod to her heritage and her nautical travels.'),(17431,3045,'_yoast_wpseo_linkdex','88'),(17432,3045,'_yoast_wpseo_content_score','30'),(17433,3045,'_yoast_wpseo_primary_category','5'),(17434,3050,'_wp_attached_file','2018/10/cuisine-2248567_640.jpg'),(17435,3050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:412;s:4:\"file\";s:31:\"2018/10/cuisine-2248567_640.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"cuisine-2248567_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"cuisine-2248567_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-534x412.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cuisine-2248567_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-600x412.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"cuisine-2248567_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"cuisine-2248567_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17436,3050,'_wp_attachment_image_alt',''),(17437,3045,'xyz_fbap','1'),(17441,3045,'_wpas_done_all','1'),(17444,3045,'_wpas_skip_20130109','1'),(17451,3056,'_edit_last','1'),(17452,3056,'_edit_lock','1541000299:1'),(17453,3057,'_wp_attached_file','2018/10/image003-1.jpg'),(17454,3057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1089;s:6:\"height\";i:1131;s:4:\"file\";s:22:\"2018/10/image003-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"image003-1-768x798.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"image003-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"image003-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"image003-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"image003-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"image003-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"image003-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"image003-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"image003-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"image003-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"image003-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"image003-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"image003-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"image003-1-696x723.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"image003-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"image003-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"image003-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"image003-1-1068x1109.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"image003-1-404x420.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image003-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:\"image003-1-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"image003-1-986x1024.jpg\";s:5:\"width\";i:986;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"image003-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"image003-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"image003-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"image003-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"image003-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"image003-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"image003-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"image003-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"image003-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"image003-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"image003-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"image003-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"image003-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"image003-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"image003-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"image003-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"image003-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"image003-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"image003-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17455,3058,'_wp_attached_file','2018/10/image005.jpg'),(17456,3058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1378;s:6:\"height\";i:860;s:4:\"file\";s:20:\"2018/10/image005.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image005-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image005-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image005-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image005-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image005-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image005-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image005-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image005-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image005-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image005-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image005-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image005-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image005-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image005-696x434.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image005-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image005-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image005-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image005-1068x667.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image005-673x420.jpg\";s:5:\"width\";i:673;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image005-150x150.jpg\";s:5:\"width\";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:\"image005-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image005-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image005-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image005-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image005-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image005-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image005-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image005-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image005-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image005-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image005-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image005-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image005-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image005-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image005-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image005-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image005-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image005-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image005-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image005-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image005-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17457,3059,'_wp_attached_file','2018/10/image006.jpg'),(17458,3059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:287;s:4:\"file\";s:20:\"2018/10/image006.jpg\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image006-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image006-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image006-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image006-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image006-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image006-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image006-324x287.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image006-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image006-356x287.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image006-408x261.jpg\";s:5:\"width\";i:408;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image006-150x150.jpg\";s:5:\"width\";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:\"image006-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image006-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image006-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image006-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image006-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image006-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image006-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image006-233x287.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image006-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image006-408x240.jpg\";s:5:\"width\";i:408;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image006-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image006-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image006-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image006-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17459,3057,'_wp_attachment_image_alt','Mulling Spices'),(17460,3058,'_wp_attachment_image_alt','Mulling Spices'),(17461,3059,'_wp_attachment_image_alt','Mulling Spices'),(17462,3056,'_thumbnail_id','3058'),(17463,3056,'slide_template','default'),(17464,3056,'_bunyad_featured_post','0'),(17465,3056,'_bunyad_cat_label','0'),(17466,3056,'_bunyad_featured_disable','0'),(17467,3056,'_bunyad_reviews','0'),(17468,3056,'_bunyad_review_pos','none'),(17469,3056,'_bunyad_review_type','points'),(17470,3056,'_bunyad_review_verdict','Awesome'),(17471,3056,'_yoast_wpseo_focuskw','mulling spices'),(17472,3056,'_yoast_wpseo_title','Mulling Spices Spice Drops are an essential this Christmas'),(17473,3056,'_yoast_wpseo_metadesc','Are you looking to spice things up this Christmas and bring some festive cheer with minimal fuss? Then Mulling Spices Spice Drops are a must'),(17474,3056,'_yoast_wpseo_linkdex','99'),(17475,3056,'_yoast_wpseo_content_score','30'),(17476,3056,'_yoast_wpseo_primary_category','200'),(17477,3056,'xyz_fbap','1'),(17481,3056,'_wpas_done_all','1'),(17484,3056,'_wpas_skip_20130109','1'),(17485,3064,'_edit_last','1'),(17486,3064,'_edit_lock','1541000604:1'),(17487,3065,'_wp_attached_file','2018/10/Fast-Chef-Elite-fryer-from-Taylor-UK.jpg'),(17488,3065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2874;s:6:\"height\";i:1834;s:4:\"file\";s:48:\"2018/10/Fast-Chef-Elite-fryer-from-Taylor-UK.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Fast-Chef-Elite-fryer-from-Taylor-UK-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Fast-Chef-Elite-fryer-from-Taylor-UK-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-696x444.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Fast-Chef-Elite-fryer-from-Taylor-UK-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"Fast-Chef-Elite-fryer-from-Taylor-UK-1068x682.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-658x420.jpg\";s:5:\"width\";i:658;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"Fast-Chef-Elite-fryer-from-Taylor-UK-1920x1225.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Fast-Chef-Elite-fryer-from-Taylor-UK-1024x653.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Fast-Chef-Elite-fryer-from-Taylor-UK-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"Fast-Chef-Elite-fryer-from-Taylor-UK-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Fast-Chef-Elite-fryer-from-Taylor-UK-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Fast-Chef-Elite-fryer-from-Taylor-UK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17489,3065,'_wp_attachment_image_alt','Fast Chef Elite fryer from Taylor UK'),(17490,3064,'_thumbnail_id','3065'),(17491,3064,'slide_template','default'),(17492,3064,'_bunyad_featured_post','0'),(17493,3064,'_bunyad_cat_label','0'),(17494,3064,'_bunyad_featured_disable','0'),(17495,3064,'_bunyad_reviews','0'),(17496,3064,'_bunyad_review_pos','none'),(17497,3064,'_bunyad_review_type','points'),(17498,3064,'_bunyad_review_verdict','Awesome'),(17499,3064,'_yoast_wpseo_focuskw','fast chef'),(17500,3064,'_yoast_wpseo_title','There’s a new fryer on the block - The Fast Chef Elite from Taylor UK'),(17501,3064,'_yoast_wpseo_metadesc','The Fast Chef Elite from Taylor UK is also fully automatic and self-contained.  It features a radical technology, the Ecofry system.'),(17502,3064,'_yoast_wpseo_linkdex','97'),(17503,3064,'_yoast_wpseo_content_score','30'),(17504,3064,'_yoast_wpseo_primary_category','32'),(17505,3064,'xyz_fbap','1'),(17509,3064,'_wpas_done_all','1'),(17512,3064,'_wpas_skip_20130109','1'),(17515,3069,'_edit_last','1'),(17516,3069,'_edit_lock','1541003253:1'),(17517,3070,'_wp_attached_file','2018/10/exeter-high-711804_640.jpg'),(17518,3070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:34:\"2018/10/exeter-high-711804_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"exeter-high-711804_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"exeter-high-711804_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"exeter-high-711804_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"exeter-high-711804_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"exeter-high-711804_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17519,3070,'_wp_attachment_image_alt','high street'),(17520,3069,'_thumbnail_id','3070'),(17521,3069,'slide_template','default'),(17522,3069,'_bunyad_featured_post','0'),(17523,3069,'_bunyad_cat_label','0'),(17524,3069,'_bunyad_featured_disable','0'),(17525,3069,'_bunyad_reviews','0'),(17526,3069,'_bunyad_review_pos','none'),(17527,3069,'_bunyad_review_type','points'),(17528,3069,'_bunyad_review_verdict','Awesome'),(17529,3069,'_yoast_wpseo_focuskw','high street'),(17530,3069,'_yoast_wpseo_title','Is this the return of the high street? 91% say they would come back'),(17531,3069,'_yoast_wpseo_metadesc','A survey has found that 91% of shoppers would visit high street stores more frequently if they could buy items that are hard to find anywhere else.'),(17532,3069,'_yoast_wpseo_linkdex','84'),(17533,3069,'_yoast_wpseo_content_score','30'),(17534,3069,'_yoast_wpseo_primary_category','8'),(17535,3069,'xyz_fbap','1'),(17539,3069,'_wpas_done_all','1'),(17540,3072,'_wp_attached_file','2018/10/OTP_TWITTER_PROFILE-IMAGE01.jpg'),(17541,3072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:833;s:4:\"file\";s:39:\"2018/10/OTP_TWITTER_PROFILE-IMAGE01.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"OTP_TWITTER_PROFILE-IMAGE01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"OTP_TWITTER_PROFILE-IMAGE01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-833x580.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"OTP_TWITTER_PROFILE-IMAGE01-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-833x516.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"OTP_TWITTER_PROFILE-IMAGE01-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17542,3073,'_wp_attached_file','2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01.jpg'),(17543,3073,'_wp_attachment_context','site-icon'),(17544,3073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:47:\"2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-512x386.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-512x460.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-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:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-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:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-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:45:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-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:{}}}'),(17545,3074,'_wp_attached_file','2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01-1.jpg'),(17546,3074,'_wp_attachment_context','site-icon'),(17547,3074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:49:\"2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01-1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-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:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-512x386.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-512x460.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-512x336.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-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:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-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:49:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-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:47:\"cropped-OTP_TWITTER_PROFILE-IMAGE01-1-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:{}}}'),(17551,3076,'_wp_attached_file','2018/10/ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE.png'),(17552,3076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:200;s:4:\"file\";s:48:\"2018/10/ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE.png\";s:5:\"sizes\";a:16:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-280x160.png\";s:5:\"width\";i:280;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-280x185.png\";s:5:\"width\";i:280;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-280x185.png\";s:5:\"width\";i:280;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-233x200.png\";s:5:\"width\";i:233;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-235x200.png\";s:5:\"width\";i:235;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17553,3077,'_wp_attached_file','2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK.png'),(17554,3077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-696x232.png\";s:5:\"width\";i:696;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1068x500.png\";s:5:\"width\";i:1068;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1068x356.png\";s:5:\"width\";i:1068;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1260x420.png\";s:5:\"width\";i:1260;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-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:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1078x500.png\";s:5:\"width\";i:1078;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:53:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17555,3078,'_wp_attached_file','2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.png'),(17556,3078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-696x232.png\";s:5:\"width\";i:696;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1068x500.png\";s:5:\"width\";i:1068;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1068x356.png\";s:5:\"width\";i:1068;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1260x420.png\";s:5:\"width\";i:1260;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1078x500.png\";s:5:\"width\";i:1078;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17557,3079,'_edit_last','1'),(17558,3079,'_edit_lock','1542105529:1'),(17559,3080,'_wp_attached_file','2018/11/airport-923970_640.jpg'),(17560,3080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2018/11/airport-923970_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"airport-923970_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"airport-923970_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"airport-923970_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"airport-923970_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"airport-923970_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17561,3080,'_wp_attachment_image_alt','new legislation'),(17562,3079,'_thumbnail_id','3080'),(17563,3079,'slide_template','default'),(17564,3079,'_bunyad_featured_post','0'),(17565,3079,'_bunyad_cat_label','0'),(17566,3079,'_bunyad_featured_disable','0'),(17567,3079,'_bunyad_bg_image_bg_type','cover'),(17568,3079,'_bunyad_reviews','0'),(17569,3079,'_bunyad_review_pos','none'),(17570,3079,'_bunyad_review_type','points'),(17571,3079,'_bunyad_review_verdict','Awesome'),(17572,3079,'_yoast_wpseo_focuskw','new legislation'),(17573,3079,'_yoast_wpseo_title','New legislation on drinking alcohol at airports in the UK - UKHospitality'),(17574,3079,'_yoast_wpseo_metadesc','The Government\'s new legislation on drinking alcohol at airports across the UK will have a huge impact on bar\'s & restaurant\'s'),(17575,3079,'_yoast_wpseo_linkdex','89'),(17576,3079,'_yoast_wpseo_content_score','60'),(17577,3079,'_yoast_wpseo_primary_category','2'),(17578,3079,'xyz_fbap','1'),(17582,3079,'_wpas_done_all','1'),(17585,3079,'_wpas_skip_20130109','1'),(17586,3082,'_edit_last','1'),(17587,3082,'_edit_lock','1541084752:1'),(17588,3083,'_wp_attached_file','2018/11/thermic-and-copper-purity-pearls.jpg'),(17589,3083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1158;s:4:\"file\";s:44:\"2018/11/thermic-and-copper-purity-pearls.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"thermic-and-copper-purity-pearls-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"thermic-and-copper-purity-pearls-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-696x488.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"thermic-and-copper-purity-pearls-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"thermic-and-copper-purity-pearls-1068x750.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-598x420.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"thermic-and-copper-purity-pearls-1024x719.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"thermic-and-copper-purity-pearls-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"thermic-and-copper-purity-pearls-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"thermic-and-copper-purity-pearls-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"thermic-and-copper-purity-pearls-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533814600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17590,3084,'_wp_attached_file','2018/11/thermic-jug-and-purity-pearls-dark.jpg'),(17591,3084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1482;s:6:\"height\";i:1482;s:4:\"file\";s:46:\"2018/11/thermic-jug-and-purity-pearls-dark.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"thermic-jug-and-purity-pearls-dark-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"thermic-jug-and-purity-pearls-dark-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"thermic-jug-and-purity-pearls-dark-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"thermic-jug-and-purity-pearls-dark-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"thermic-jug-and-purity-pearls-dark-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"thermic-jug-and-purity-pearls-dark-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"thermic-jug-and-purity-pearls-dark-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"thermic-jug-and-purity-pearls-dark-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"thermic-jug-and-purity-pearls-dark-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533820428\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17592,3085,'_wp_attached_file','2018/11/Thermic-montage.jpg'),(17593,3085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2660;s:6:\"height\";i:1482;s:4:\"file\";s:27:\"2018/11/Thermic-montage.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Thermic-montage-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Thermic-montage-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-696x388.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Thermic-montage-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Thermic-montage-1068x595.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-754x420.jpg\";s:5:\"width\";i:754;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"Thermic-montage-1920x1070.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1070;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-150x150.jpg\";s:5:\"width\";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:\"Thermic-montage-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Thermic-montage-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Thermic-montage-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Thermic-montage-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Thermic-montage-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Thermic-montage-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17594,3086,'_wp_attached_file','2018/11/Thermic-small-blueberries.jpg'),(17595,3086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1362;s:6:\"height\";i:1173;s:4:\"file\";s:37:\"2018/11/Thermic-small-blueberries.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-768x661.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Thermic-small-blueberries-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Thermic-small-blueberries-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-696x599.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Thermic-small-blueberries-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Thermic-small-blueberries-1068x920.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-488x420.jpg\";s:5:\"width\";i:488;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Thermic-small-blueberries-1024x882.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Thermic-small-blueberries-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Thermic-small-blueberries-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Thermic-small-blueberries-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Thermic-small-blueberries-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17596,3085,'_wp_attachment_image_alt','Thermic montage'),(17597,3084,'_wp_attachment_image_alt','Thermic'),(17598,3083,'_wp_attachment_image_alt','thermic and copper purity pearls'),(17599,3082,'_thumbnail_id','3085'),(17600,3082,'slide_template','default'),(17601,3082,'_bunyad_featured_post','0'),(17602,3082,'_bunyad_cat_label','0'),(17603,3082,'_bunyad_featured_disable','0'),(17604,3082,'_bunyad_bg_image_bg_type','cover'),(17605,3082,'_bunyad_reviews','0'),(17606,3082,'_bunyad_review_pos','none'),(17607,3082,'_bunyad_review_type','points'),(17608,3082,'_bunyad_review_verdict','Awesome'),(17609,3082,'_yoast_wpseo_focuskw','thermic'),(17610,3082,'_yoast_wpseo_title','The new double-walled thermic glass range from Artis UK'),(17611,3082,'_yoast_wpseo_metadesc','New from Luigi Bormioli and distributed exclusively to the foodservice market by Artis®, is the Thermic range of double walled insulated glass dishes'),(17612,3082,'_yoast_wpseo_linkdex','91'),(17613,3082,'_yoast_wpseo_content_score','30'),(17614,3082,'_yoast_wpseo_primary_category','31'),(17615,3082,'xyz_fbap','1'),(17619,3082,'_wpas_done_all','1'),(17622,3082,'_wpas_skip_20130109','1'),(17623,3089,'_edit_last','1'),(17624,3089,'_edit_lock','1541512130:1'),(17625,3090,'_wp_attached_file','2018/11/WKD-Cocktail-Bauble_pitcher.jpg'),(17626,3090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1792;s:4:\"file\";s:39:\"2018/11/WKD-Cocktail-Bauble_pitcher.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_pitcher-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_pitcher-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-696x693.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"WKD-Cocktail-Bauble_pitcher-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"WKD-Cocktail-Bauble_pitcher-1068x1063.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1063;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-422x420.jpg\";s:5:\"width\";i:422;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"WKD-Cocktail-Bauble_pitcher-1024x1019.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1019;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_pitcher-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"WKD-Cocktail-Bauble_pitcher-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_pitcher-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_pitcher-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17627,3091,'_wp_attached_file','2018/11/WKD-Cocktail-Bauble_poster.jpg'),(17628,3091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1484;s:6:\"height\";i:2100;s:4:\"file\";s:38:\"2018/11/WKD-Cocktail-Bauble_poster.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_poster-768x1087.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"WKD-Cocktail-Bauble_poster-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_poster-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_poster-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"WKD-Cocktail-Bauble_poster-1068x1511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_poster-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_poster-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_poster-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_poster-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_poster-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17629,3092,'_wp_attached_file','2018/11/WKD-Cocktail-Bauble_screen.jpg'),(17630,3092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2018/11/WKD-Cocktail-Bauble_screen.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"WKD-Cocktail-Bauble_screen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_screen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_screen-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_screen-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"WKD-Cocktail-Bauble_screen-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_screen-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_screen-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"WKD-Cocktail-Bauble_screen-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"WKD-Cocktail-Bauble_screen-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"WKD-Cocktail-Bauble_screen-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17631,3092,'_wp_attachment_image_alt','WKD christmas bauble'),(17632,3091,'_wp_attachment_image_alt','WKD cocktail christmas bauble'),(17633,3089,'_thumbnail_id','3092'),(17634,3089,'slide_template','default'),(17635,3089,'_bunyad_featured_post','0'),(17636,3089,'_bunyad_cat_label','0'),(17637,3089,'_bunyad_featured_disable','0'),(17638,3089,'_bunyad_bg_image_bg_type','cover'),(17639,3089,'_bunyad_reviews','0'),(17640,3089,'_bunyad_review_pos','none'),(17641,3089,'_bunyad_review_type','points'),(17642,3089,'_bunyad_review_verdict','Awesome'),(17643,3089,'_yoast_wpseo_focuskw','christmas bauble'),(17644,3089,'_yoast_wpseo_title','WKD Cocktail Christmas Bauble: The recipe for Christmas success'),(17645,3089,'_yoast_wpseo_metadesc','WKD is bringing the humble Christmas bauble from tree-tops to bar-tops in the form of seasonally shaped cocktail pitchers'),(17646,3089,'_yoast_wpseo_linkdex','90'),(17647,3089,'_yoast_wpseo_content_score','30'),(17648,3089,'_yoast_wpseo_primary_category','2'),(17649,3090,'_wp_attachment_image_alt','WKD Cocktail Christmas Bauble'),(17650,3089,'xyz_fbap','1'),(17654,3089,'_wpas_done_all','1'),(17657,3089,'_wpas_skip_20130109','1'),(17658,3095,'_edit_last','1'),(17659,3095,'_edit_lock','1541512969:1'),(17660,3096,'_wp_attached_file','2018/11/Chefs-can-win-an-exclusive-development-day.jpg'),(17661,3096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2980;s:6:\"height\";i:1983;s:4:\"file\";s:54:\"2018/11/Chefs-can-win-an-exclusive-development-day.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"Chefs-can-win-an-exclusive-development-day-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"Chefs-can-win-an-exclusive-development-day-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"Chefs-can-win-an-exclusive-development-day-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:55:\"Chefs-can-win-an-exclusive-development-day-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:56:\"Chefs-can-win-an-exclusive-development-day-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Chefs-can-win-an-exclusive-development-day-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Chefs-can-win-an-exclusive-development-day-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:55:\"Chefs-can-win-an-exclusive-development-day-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:53:\"Chefs-can-win-an-exclusive-development-day-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:54:\"Chefs-can-win-an-exclusive-development-day-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:14:\"FRESHPIX.CO.UK\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1439901311\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17662,3097,'_wp_attached_file','2018/11/HOSP-ACT_LOGO_STACKED_CMYK.jpg'),(17663,3097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:957;s:4:\"file\";s:38:\"2018/11/HOSP-ACT_LOGO_STACKED_CMYK.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-768x628.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"HOSP-ACT_LOGO_STACKED_CMYK-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"HOSP-ACT_LOGO_STACKED_CMYK-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-696x569.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"HOSP-ACT_LOGO_STACKED_CMYK-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"HOSP-ACT_LOGO_STACKED_CMYK-1068x874.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-513x420.jpg\";s:5:\"width\";i:513;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"HOSP-ACT_LOGO_STACKED_CMYK-1024x838.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"HOSP-ACT_LOGO_STACKED_CMYK-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"HOSP-ACT_LOGO_STACKED_CMYK-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"HOSP-ACT_LOGO_STACKED_CMYK-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"HOSP-ACT_LOGO_STACKED_CMYK-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17664,3096,'_wp_attachment_image_alt','Chefs can win an exclusive development day with essential cuisine'),(17665,3097,'_wp_attachment_image_alt','Chefs can win an exclusive development day with essential cuisine'),(17666,3095,'_thumbnail_id','3097'),(17667,3095,'slide_template','default'),(17668,3095,'_bunyad_featured_post','0'),(17669,3095,'_bunyad_cat_label','0'),(17670,3095,'_bunyad_featured_disable','0'),(17671,3095,'_bunyad_bg_image_bg_type','cover'),(17672,3095,'_bunyad_reviews','0'),(17673,3095,'_bunyad_review_pos','none'),(17674,3095,'_bunyad_review_type','points'),(17675,3095,'_bunyad_review_verdict','Awesome'),(17676,3095,'_yoast_wpseo_focuskw','essential cuisine'),(17677,3095,'_yoast_wpseo_title','British supplier Essential Cuisine are offering festive prizes in November'),(17678,3095,'_yoast_wpseo_metadesc','The season of giving has come for Essential Cuisine, the British supplier of stocks and sauces offering up a festive feast of exclusive prizes in November'),(17679,3095,'_yoast_wpseo_linkdex','89'),(17680,3095,'_yoast_wpseo_content_score','30'),(17681,3095,'_yoast_wpseo_primary_category','200'),(17682,3095,'xyz_fbap','1'),(17686,3095,'_wpas_done_all','1'),(17687,3104,'_edit_last','1'),(17688,3104,'_edit_lock','1541500457:1'),(17689,3105,'_wp_attached_file','2018/11/eat-2834549_640.jpg'),(17690,3105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:407;s:4:\"file\";s:27:\"2018/11/eat-2834549_640.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"eat-2834549_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"eat-2834549_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-534x407.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-150x150.jpg\";s:5:\"width\";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:\"eat-2834549_640-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"eat-2834549_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-600x407.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"eat-2834549_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"eat-2834549_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17691,3105,'_wp_attachment_image_alt','The Governments healthy attitudes to food mustn\'t affect the sector'),(17692,3104,'_thumbnail_id','3105'),(17693,3104,'slide_template','default'),(17694,3104,'_bunyad_featured_post','0'),(17695,3104,'_bunyad_cat_label','0'),(17696,3104,'_bunyad_featured_disable','0'),(17697,3104,'_bunyad_bg_image_bg_type','cover'),(17698,3104,'_bunyad_reviews','0'),(17699,3104,'_bunyad_review_pos','none'),(17700,3104,'_bunyad_review_type','points'),(17701,3104,'_bunyad_review_verdict','Awesome'),(17702,3104,'_yoast_wpseo_focuskw','healthy attitudes to food'),(17703,3104,'_yoast_wpseo_title','Healthy attitudes to food must not undermine sector - UKHospitality'),(17704,3104,'_yoast_wpseo_metadesc','UKHospitality has welcomed the Government’s announcement to promote healthy attitudes to food and drink and the continuing efforts of the hospitality sector'),(17705,3104,'_yoast_wpseo_linkdex','71'),(17706,3104,'_yoast_wpseo_content_score','30'),(17707,3104,'_yoast_wpseo_primary_category','3'),(17708,3104,'xyz_fbap','1'),(17712,3104,'_wpas_done_all','1'),(17715,3104,'_wpas_skip_20130109','1'),(17720,3108,'_edit_last','1'),(17721,3108,'_edit_lock','1541507065:1'),(17722,3109,'_wp_attached_file','2018/11/Guild-Awards-winner-2017-LR.jpg'),(17723,3109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:39:\"2018/11/Guild-Awards-winner-2017-LR.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Guild-Awards-winner-2017-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Guild-Awards-winner-2017-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Guild-Awards-winner-2017-LR-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Guild-Awards-winner-2017-LR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Guild-Awards-winner-2017-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Guild-Awards-winner-2017-LR-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"Guild-Awards-winner-2017-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"Guild-Awards-winner-2017-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1511997216\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17724,3109,'_wp_attachment_image_alt','Winners of the Guild of Beer Writer Awards 2017'),(17725,3108,'_thumbnail_id','3109'),(17726,3108,'slide_template','default'),(17727,3108,'_bunyad_featured_post','0'),(17728,3108,'_bunyad_cat_label','0'),(17729,3108,'_bunyad_featured_disable','0'),(17730,3108,'_bunyad_bg_image_bg_type','cover'),(17731,3108,'_bunyad_reviews','0'),(17732,3108,'_bunyad_review_pos','none'),(17733,3108,'_bunyad_review_type','points'),(17734,3108,'_bunyad_review_verdict','Awesome'),(17735,3108,'_yoast_wpseo_focuskw','beer writer'),(17736,3108,'_yoast_wpseo_title','The British Guild of Beer Writers has shortlisted 35 entrants in its Awards'),(17737,3108,'_yoast_wpseo_metadesc','British Guild of Beer Writer Awards has shortlisted 35 writers, bloggers & journalists, split into 9 catagories, in its 2018 annual ceremony'),(17738,3108,'_yoast_wpseo_linkdex','93'),(17739,3108,'_yoast_wpseo_content_score','90'),(17740,3108,'_yoast_wpseo_primary_category','2'),(17741,3108,'xyz_fbap','1'),(17745,3108,'_wpas_done_all','1'),(17748,3108,'_wpas_skip_20130109','1'),(17753,3113,'_edit_last','1'),(17754,3113,'_edit_lock','1541521066:1'),(17755,3114,'_wp_attached_file','2018/11/Ginger-Beer-Avertising-Campaign-Universal-Mccan.jpg'),(17756,3114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:59:\"2018/11/Ginger-Beer-Avertising-Campaign-Universal-Mccan.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:60:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-696x1237.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:60:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:61:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-1068x1899.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-236x420.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:60:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:58:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:59:\"Ginger-Beer-Avertising-Campaign-Universal-Mccan-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17757,3114,'_wp_attachment_image_alt','Fentimans Ginger Beer - Avertising Campaign - Universal Mccan'),(17758,3113,'_thumbnail_id','3114'),(17759,3113,'slide_template','default'),(17760,3113,'_bunyad_featured_post','0'),(17761,3113,'_bunyad_cat_label','0'),(17762,3113,'_bunyad_featured_disable','0'),(17763,3113,'_bunyad_bg_image_bg_type','cover'),(17764,3113,'_bunyad_reviews','0'),(17765,3113,'_bunyad_review_pos','none'),(17766,3113,'_bunyad_review_type','points'),(17767,3113,'_bunyad_review_verdict','Awesome'),(17768,3113,'_yoast_wpseo_focuskw','Fentimans'),(17769,3113,'_yoast_wpseo_title','Fentimans continues to push for growth with new advertising campaign'),(17770,3113,'_yoast_wpseo_metadesc','Fentimans, the maker of premium botanical beverages, has unveiled a new advertising campaign to attract a new younger audience and boost brand awareness'),(17771,3113,'_yoast_wpseo_linkdex','85'),(17772,3113,'_yoast_wpseo_content_score','30'),(17773,3113,'_yoast_wpseo_primary_category','2'),(17774,3113,'xyz_fbap','1'),(17778,3113,'_wpas_done_all','1'),(17781,3113,'_wpas_skip_20130109','1'),(17782,3116,'_edit_last','1'),(17783,3116,'_edit_lock','1541517194:1'),(17784,3117,'_wp_attached_file','2018/11/kolibri-Awards.jpg'),(17785,3117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1098;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2018/11/kolibri-Awards.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"kolibri-Awards-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"kolibri-Awards-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-696x412.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"kolibri-Awards-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"kolibri-Awards-1068x632.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-709x420.jpg\";s:5:\"width\";i:709;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-150x150.jpg\";s:5:\"width\";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:\"kolibri-Awards-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"kolibri-Awards-1024x606.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"kolibri-Awards-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"kolibri-Awards-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"kolibri-Awards-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"kolibri-Awards-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17786,3117,'_wp_attachment_image_alt','Kolibri allows people to customise their drinks'),(17787,3118,'_wp_attached_file','2018/11/kolibri_07.jpg'),(17788,3118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2018/11/kolibri_07.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"kolibri_07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"kolibri_07-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"kolibri_07-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"kolibri_07-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"kolibri_07-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"kolibri_07-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"kolibri_07-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"kolibri_07-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"kolibri_07-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"kolibri_07-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"kolibri_07-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"kolibri_07-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"kolibri_07-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"kolibri_07-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"kolibri_07-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"kolibri_07-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"kolibri_07-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"kolibri_07-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"kolibri_07-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"kolibri_07-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"kolibri_07-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;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:17:\"Piotr Fr?ckowiak\";s:12:\"focal_length\";s:1:\"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:{}}}'),(17789,3119,'_wp_attached_file','2018/11/Picture1.png'),(17790,3119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:1117;s:4:\"file\";s:20:\"2018/11/Picture1.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Picture1-768x667.png\";s:5:\"width\";i:768;s:6:\"height\";i:667;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Picture1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Picture1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Picture1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Picture1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Picture1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Picture1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Picture1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Picture1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Picture1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Picture1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Picture1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Picture1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Picture1-696x605.png\";s:5:\"width\";i:696;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Picture1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Picture1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Picture1-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Picture1-1068x928.png\";s:5:\"width\";i:1068;s:6:\"height\";i:928;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Picture1-484x420.png\";s:5:\"width\";i:484;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture1-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:\"Picture1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Picture1-1024x889.png\";s:5:\"width\";i:1024;s:6:\"height\";i:889;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Picture1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Picture1-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Picture1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Picture1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Picture1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Picture1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Picture1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Picture1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Picture1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Picture1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Picture1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Picture1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Picture1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Picture1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Picture1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Picture1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Picture1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Picture1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Picture1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17791,3120,'_wp_attached_file','2018/11/Xmas-background-110mmx110mm.jpg'),(17792,3120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1299;s:6:\"height\";i:1299;s:4:\"file\";s:39:\"2018/11/Xmas-background-110mmx110mm.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Xmas-background-110mmx110mm-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Xmas-background-110mmx110mm-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Xmas-background-110mmx110mm-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Xmas-background-110mmx110mm-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Xmas-background-110mmx110mm-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Xmas-background-110mmx110mm-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Xmas-background-110mmx110mm-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"Xmas-background-110mmx110mm-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"Xmas-background-110mmx110mm-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17793,3120,'_wp_attachment_image_alt','Kolibri allows people to customise their drinks'),(17794,3116,'_thumbnail_id','3117'),(17795,3116,'xyz_fbap','1'),(17799,3116,'slide_template','default'),(17800,3116,'_bunyad_featured_post','0'),(17801,3116,'_bunyad_cat_label','0'),(17802,3116,'_bunyad_featured_disable','0'),(17803,3116,'_bunyad_bg_image_bg_type','cover'),(17804,3116,'_bunyad_reviews','0'),(17805,3116,'_bunyad_review_pos','none'),(17806,3116,'_bunyad_review_type','points'),(17807,3116,'_bunyad_review_verdict','Awesome'),(17808,3116,'_yoast_wpseo_focuskw','kolibri'),(17809,3116,'_yoast_wpseo_title','Kolibri Drinks gives people the ability to customise their own drinks'),(17810,3116,'_yoast_wpseo_metadesc','Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference'),(17811,3116,'_yoast_wpseo_linkdex','89'),(17812,3116,'_yoast_wpseo_content_score','30'),(17813,3116,'_wp_old_slug','kolibri-gives-people-the-ability-to-customise-their-drink-and-tailor-sweetness-to-preference'),(17814,3116,'_yoast_wpseo_primary_category','2'),(17815,3116,'_wpas_done_all','1'),(17818,3116,'_wpas_skip_20130109','1'),(17821,3124,'_edit_last','1'),(17822,3124,'_edit_lock','1541518424:1'),(17823,3125,'_wp_attached_file','2018/11/ecommerce-2140603_640.jpg'),(17824,3125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:274;s:4:\"file\";s:33:\"2018/11/ecommerce-2140603_640.jpg\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"ecommerce-2140603_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"ecommerce-2140603_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-324x274.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-356x274.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-485x274.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-534x274.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"ecommerce-2140603_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-233x274.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-536x274.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-600x274.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"ecommerce-2140603_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"ecommerce-2140603_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17825,3125,'_wp_attachment_image_alt','The retail sector struggles'),(17826,3124,'_thumbnail_id','3125'),(17827,3124,'slide_template','default'),(17828,3124,'_bunyad_featured_post','1'),(17829,3124,'_bunyad_cat_label','0'),(17830,3124,'_bunyad_featured_disable','0'),(17831,3124,'_bunyad_bg_image_bg_type','cover'),(17832,3124,'_bunyad_reviews','0'),(17833,3124,'_bunyad_review_pos','none'),(17834,3124,'_bunyad_review_type','points'),(17835,3124,'_bunyad_review_verdict','Awesome'),(17836,3124,'_yoast_wpseo_focuskw','retail sector'),(17837,3124,'_yoast_wpseo_title','Barclays - Consumer spending grows while the retail sector struggles'),(17838,3124,'_yoast_wpseo_metadesc','Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle in the UK'),(17839,3124,'_yoast_wpseo_linkdex','91'),(17840,3124,'_yoast_wpseo_content_score','30'),(17841,3124,'_yoast_wpseo_primary_category','8'),(17842,3124,'xyz_fbap','1'),(17846,3124,'_wpas_done_all','1'),(17849,3124,'_wpas_skip_20130109','1'),(17852,3130,'_edit_last','1'),(17853,3130,'_edit_lock','1541605798:1'),(17854,3131,'_wp_attached_file','2018/11/FW_-Krombacher-Announces-Inaugural-Pub-Walk-Charity-Challenge.zip'),(17855,3132,'_wp_attached_file','2018/11/Krombacher_Pub_Walk.jpg'),(17856,3132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1804;s:6:\"height\";i:2551;s:4:\"file\";s:31:\"2018/11/Krombacher_Pub_Walk.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Krombacher_Pub_Walk-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Krombacher_Pub_Walk-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Krombacher_Pub_Walk-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-696x984.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Krombacher_Pub_Walk-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Krombacher_Pub_Walk-1068x1510.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Krombacher_Pub_Walk-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Krombacher_Pub_Walk-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Krombacher_Pub_Walk-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Krombacher_Pub_Walk-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Krombacher_Pub_Walk-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17857,3132,'_wp_attachment_image_alt','Krombacher is aiming to raise money for the licensed trade charity'),(17858,3130,'_thumbnail_id','3132'),(17859,3130,'slide_template','default'),(17860,3130,'_bunyad_featured_post','0'),(17861,3130,'_bunyad_cat_label','0'),(17862,3130,'_bunyad_featured_disable','0'),(17863,3130,'_bunyad_bg_image_bg_type','cover'),(17864,3130,'_bunyad_reviews','0'),(17865,3130,'_bunyad_review_pos','none'),(17866,3130,'_bunyad_review_type','points'),(17867,3130,'_bunyad_review_verdict','Awesome'),(17868,3130,'_yoast_wpseo_focuskw','trade charity'),(17869,3130,'_yoast_wpseo_metadesc','Krombacher staff are going to visit 300 pubs in the UK in 24 hours and in the process raise money for the Licensed Trade Charity'),(17870,3130,'_yoast_wpseo_linkdex','91'),(17871,3130,'_yoast_wpseo_content_score','60'),(17872,3130,'_yoast_wpseo_primary_category','2'),(17873,3134,'_wp_attached_file','2018/11/IMG_6606.jpg'),(17874,3134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:1288;s:4:\"file\";s:20:\"2018/11/IMG_6606.jpg\";s:5:\"sizes\";a:40:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_6606-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_6606-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_6606-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_6606-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_6606-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_6606-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_6606-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_6606-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_6606-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_6606-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_6606-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_6606-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_6606-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_6606-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_6606-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"IMG_6606-966x580.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_6606-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6606-150x150.jpg\";s:5:\"width\";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:\"IMG_6606-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6606-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6606-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_6606-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"IMG_6606-966x516.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_6606-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_6606-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_6606-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_6606-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_6606-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_6606-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_6606-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_6606-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_6606-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_6606-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_6606-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_6606-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_6606-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_6606-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_6606-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_6606-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_6606-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"iPhone 6s Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501357571\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.65\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17875,3134,'_wp_attachment_image_alt','Krombacher is aiming to raise money for for the licensed trade charity'),(17876,3130,'xyz_fbap','1'),(17880,3130,'_yoast_wpseo_title','Krombacher staff will walk to 300 pubs to raise money for the Trade Charity'),(17881,3130,'_wpas_done_all','1'),(17882,3136,'_edit_last','1'),(17883,3136,'_edit_lock','1541605816:1'),(17884,3137,'_wp_attached_file','2018/11/new-packa-lifestyle.png'),(17885,3137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:583;s:4:\"file\";s:31:\"2018/11/new-packa-lifestyle.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-768x392.png\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"new-packa-lifestyle-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"new-packa-lifestyle-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-696x355.png\";s:5:\"width\";i:696;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"new-packa-lifestyle-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"new-packa-lifestyle-1068x545.png\";s:5:\"width\";i:1068;s:6:\"height\";i:545;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-823x420.png\";s:5:\"width\";i:823;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-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:\"new-packa-lifestyle-300x153.png\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"new-packa-lifestyle-1024x522.png\";s:5:\"width\";i:1024;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"new-packa-lifestyle-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"new-packa-lifestyle-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"new-packa-lifestyle-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"new-packa-lifestyle-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(17886,3138,'_wp_attached_file','2018/11/new-packaging-group-shot.jpg'),(17887,3138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:722;s:4:\"file\";s:36:\"2018/11/new-packaging-group-shot.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"new-packaging-group-shot-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"new-packaging-group-shot-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-696x525.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-958x580.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-557x420.jpg\";s:5:\"width\";i:557;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"new-packaging-group-shot-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-958x516.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"new-packaging-group-shot-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"new-packaging-group-shot-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17888,3139,'_wp_attached_file','2018/11/Quilmes-new-label.jpg'),(17889,3139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2509;s:6:\"height\";i:3345;s:4:\"file\";s:29:\"2018/11/Quilmes-new-label.jpg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Quilmes-new-label-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Quilmes-new-label-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Quilmes-new-label-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Quilmes-new-label-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"Quilmes-new-label-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-150x150.jpg\";s:5:\"width\";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:\"Quilmes-new-label-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Quilmes-new-label-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Quilmes-new-label-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Quilmes-new-label-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"Quilmes-new-label-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Quilmes-new-label-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Quilmes-new-label-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 8\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1514572745\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17890,3138,'_wp_attachment_image_alt','Quilmes Clasica'),(17891,3137,'_wp_attachment_image_alt','Quilmes Clasica have revamped their packaging'),(17892,3139,'_wp_attachment_image_alt','Quilmes Clasica'),(17893,3136,'_thumbnail_id','3137'),(17894,3136,'slide_template','default'),(17895,3136,'_bunyad_featured_post','0'),(17896,3136,'_bunyad_cat_label','0'),(17897,3136,'_bunyad_featured_disable','0'),(17898,3136,'_bunyad_bg_image_bg_type','cover'),(17899,3136,'_bunyad_reviews','0'),(17900,3136,'_bunyad_review_pos','none'),(17901,3136,'_bunyad_review_type','points'),(17902,3136,'_bunyad_review_verdict','Awesome'),(17903,3136,'_yoast_wpseo_focuskw','Quilmes Clasica'),(17904,3136,'_yoast_wpseo_title','Quilmes Clasica: Morgenrot unveils \'s new revamped packaging'),(17905,3136,'_yoast_wpseo_metadesc','Renamed Quilmes Clasica, the famous brand first launched in the UK over a decade ago and has quietly developed a passionate following in the ON/OFF trade'),(17906,3136,'_yoast_wpseo_linkdex','91'),(17907,3136,'_yoast_wpseo_content_score','30'),(17908,3136,'_yoast_wpseo_primary_category','2'),(17909,3136,'xyz_fbap','1'),(17913,3136,'_wpas_done_all','1'),(17916,3136,'_wpas_skip_20130109','1'),(17917,3141,'_edit_last','1'),(17918,3141,'_edit_lock','1541605938:1'),(17919,3142,'_wp_attached_file','2018/11/Female-snackers.jpg'),(17920,3142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2018/11/Female-snackers.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Female-snackers-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Female-snackers-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Female-snackers-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Female-snackers-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Female-snackers-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Female-snackers-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Female-snackers-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Female-snackers-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Female-snackers-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Female-snackers-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Female-snackers-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Female-snackers-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x385.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x486.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x580.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Female-snackers-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Female-snackers-150x150.jpg\";s:5:\"width\";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:\"Female-snackers-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Female-snackers-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x516.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Female-snackers-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Female-snackers-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Female-snackers-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Female-snackers-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Female-snackers-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Female-snackers-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Female-snackers-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Female-snackers-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Female-snackers-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Female-snackers-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Female-snackers-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Female-snackers-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Female-snackers-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Female-snackers-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Female-snackers-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538134713\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17921,3142,'_wp_attachment_image_alt','Sun Valley Nut Co. surveyed 300 females about range of bar snacks'),(17922,3143,'_wp_attached_file','2018/11/female-snackers2.jpg'),(17923,3143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2018/11/female-snackers2.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"female-snackers2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"female-snackers2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"female-snackers2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"female-snackers2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"female-snackers2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"female-snackers2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"female-snackers2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"female-snackers2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"female-snackers2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"female-snackers2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"female-snackers2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"female-snackers2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x385.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x486.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x580.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"female-snackers2-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"female-snackers2-150x150.jpg\";s:5:\"width\";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:\"female-snackers2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"female-snackers2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x516.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"female-snackers2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"female-snackers2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"female-snackers2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"female-snackers2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"female-snackers2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"female-snackers2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"female-snackers2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"female-snackers2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"female-snackers2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"female-snackers2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"female-snackers2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"female-snackers2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"female-snackers2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"female-snackers2-667x336.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"female-snackers2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538134800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17924,3143,'_wp_attachment_image_alt','Sun Valley Nut Co. surveyed 300 females about range of bar snacks'),(17925,3141,'_thumbnail_id','3143'),(17926,3141,'slide_template','default'),(17927,3141,'_bunyad_featured_post','0'),(17928,3141,'_bunyad_cat_label','0'),(17929,3141,'_bunyad_featured_disable','0'),(17930,3141,'_bunyad_bg_image_bg_type','cover'),(17931,3141,'_bunyad_reviews','0'),(17932,3141,'_bunyad_review_pos','none'),(17933,3141,'_bunyad_review_type','points'),(17934,3141,'_bunyad_review_verdict','Awesome'),(17935,3141,'_yoast_wpseo_focuskw','sun valley nut'),(17936,3141,'_yoast_wpseo_title','Sun Valley Nut Co. surveyed 300 females on bar snacks, the results are in!'),(17937,3141,'_yoast_wpseo_metadesc','Sun Valley Nut surveyed 300 females with 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer'),(17938,3141,'_yoast_wpseo_linkdex','94'),(17939,3141,'_yoast_wpseo_content_score','30'),(17940,3141,'_yoast_wpseo_primary_category','3'),(17941,3141,'xyz_fbap','1'),(17945,3141,'_wpas_done_all','1'),(17948,3141,'_wpas_skip_20130109','1'),(17957,3152,'_edit_last','1'),(17958,3152,'_edit_lock','1541606034:1'),(17959,3152,'slide_template','default'),(17960,3152,'_bunyad_featured_post','1'),(17961,3152,'_bunyad_cat_label','0'),(17962,3152,'_bunyad_featured_disable','0'),(17963,3152,'_bunyad_bg_image_bg_type','cover'),(17964,3152,'_bunyad_reviews','0'),(17965,3152,'_bunyad_review_pos','none'),(17966,3152,'_bunyad_review_type','points'),(17967,3152,'_bunyad_review_verdict','Awesome'),(17968,3152,'_yoast_wpseo_focuskw','processed meat'),(17969,3152,'_yoast_wpseo_linkdex','91'),(17970,3152,'_yoast_wpseo_content_score','30'),(17971,3152,'_yoast_wpseo_primary_category','3'),(17972,3152,'_yoast_wpseo_title','Is a health tax on red and processed meat on the horizon?'),(17973,3152,'_yoast_wpseo_metadesc','A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths'),(17974,3152,'xyz_fbap','1'),(17978,3152,'_wpas_done_all','1'),(17981,3152,'_wpas_skip_20130109','1'),(17982,3157,'_wp_attached_file','2018/11/tax-468440_640.jpg'),(17983,3157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:26:\"2018/11/tax-468440_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"tax-468440_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"tax-468440_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-150x150.jpg\";s:5:\"width\";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:\"tax-468440_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"tax-468440_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"tax-468440_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"tax-468440_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17984,3157,'_wp_attachment_image_alt','Is there a tax on the way for red & processed meat'),(17985,3158,'_wp_attached_file','2018/11/AdobeStock_163630231_Supermarket_Meat.jpg'),(17986,3158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:399;s:4:\"file\";s:49:\"2018/11/AdobeStock_163630231_Supermarket_Meat.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"AdobeStock_163630231_Supermarket_Meat-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"AdobeStock_163630231_Supermarket_Meat-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-324x399.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-534x399.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"AdobeStock_163630231_Supermarket_Meat-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"AdobeStock_163630231_Supermarket_Meat-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"AdobeStock_163630231_Supermarket_Meat-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17987,3158,'_wp_attachment_image_alt','Is there a tax on the way for red & processed meat'),(17988,3152,'_thumbnail_id','3157'),(17993,3160,'_edit_last','1'),(17994,3160,'_edit_lock','1541606190:1'),(17995,3161,'_wp_attached_file','2018/11/Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700.jpg'),(17996,3161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1520;s:6:\"height\";i:700;s:4:\"file\";s:71:\"2018/11/Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:69:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:70:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-696x321.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:72:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:72:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-1068x492.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-912x420.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:72:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:70:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:72:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:70:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:71:\"Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17997,3161,'_wp_attachment_image_alt','Blanchette Brick Lane launches weekend brunch menu'),(17998,3160,'_thumbnail_id','3161'),(17999,3160,'slide_template','default'),(18000,3160,'_bunyad_featured_post','1'),(18001,3160,'_bunyad_cat_label','0'),(18002,3160,'_bunyad_featured_disable','0'),(18003,3160,'_bunyad_bg_image_bg_type','cover'),(18004,3160,'_bunyad_reviews','0'),(18005,3160,'_bunyad_review_pos','none'),(18006,3160,'_bunyad_review_type','points'),(18007,3160,'_bunyad_review_verdict','Awesome'),(18008,3160,'_yoast_wpseo_focuskw','blanchette'),(18009,3160,'_yoast_wpseo_title','Blanchette Brick Lane launches lunchtime brunch menu'),(18010,3160,'_yoast_wpseo_metadesc','Blanchette Brick Lane, the shabby-chic east end bistro, has extended its menu to include a weekend brunch, served Saturday to Sunday from 11am to 2pm'),(18011,3160,'_yoast_wpseo_linkdex','94'),(18012,3160,'_yoast_wpseo_content_score','60'),(18013,3160,'_yoast_wpseo_primary_category','5'),(18014,3160,'xyz_fbap','1'),(18018,3160,'_wpas_done_all','1'),(18021,3160,'_wpas_skip_20130109','1'),(18022,3163,'_edit_last','1'),(18023,3163,'_edit_lock','1541608054:1'),(18024,3164,'_wp_attached_file','2018/11/piza-3010062_640.jpg'),(18025,3164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:28:\"2018/11/piza-3010062_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"piza-3010062_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"piza-3010062_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-534x427.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-150x150.jpg\";s:5:\"width\";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:\"piza-3010062_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"piza-3010062_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"piza-3010062_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"piza-3010062_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18026,3164,'_wp_attachment_image_alt','Casual Dining Group has agreed a new franchising deal for its Las Iguanas, Bella Italia'),(18027,3163,'_thumbnail_id','3164'),(18028,3163,'slide_template','default'),(18029,3163,'_bunyad_featured_post','1'),(18030,3163,'_bunyad_cat_label','0'),(18031,3163,'_bunyad_featured_disable','0'),(18032,3163,'_bunyad_bg_image_bg_type','cover'),(18033,3163,'_bunyad_reviews','0'),(18034,3163,'_bunyad_review_pos','none'),(18035,3163,'_bunyad_review_type','points'),(18036,3163,'_bunyad_review_verdict','Awesome'),(18037,3163,'_yoast_wpseo_focuskw','bella italia'),(18038,3163,'_yoast_wpseo_title','CDG has agreed a new franchising deal for Bella Italia & more in the UAE'),(18039,3163,'_yoast_wpseo_metadesc','Casual Dining Group has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates'),(18040,3163,'_yoast_wpseo_linkdex','97'),(18041,3163,'_yoast_wpseo_content_score','30'),(18042,3163,'_yoast_wpseo_primary_category','8'),(18043,3166,'_wp_attached_file','2018/11/shard-2803941_640.jpg'),(18044,3166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:419;s:4:\"file\";s:29:\"2018/11/shard-2803941_640.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"shard-2803941_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"shard-2803941_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-534x419.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-150x150.jpg\";s:5:\"width\";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:\"shard-2803941_640-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"shard-2803941_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-600x419.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"shard-2803941_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"shard-2803941_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18045,3166,'_wp_attachment_image_alt','bella italia'),(18046,3163,'xyz_fbap','1'),(18050,3163,'_wpas_done_all','1'),(18053,3163,'_wpas_skip_20130109','1'),(18056,3171,'_edit_last','1'),(18057,3171,'_edit_lock','1541692878:1'),(18058,3171,'slide_template','default'),(18059,3171,'_bunyad_featured_post','1'),(18060,3171,'_bunyad_cat_label','0'),(18061,3171,'_bunyad_featured_disable','0'),(18062,3171,'_bunyad_bg_image_bg_type','cover'),(18063,3171,'_bunyad_reviews','0'),(18064,3171,'_bunyad_review_pos','none'),(18065,3171,'_bunyad_review_type','points'),(18066,3171,'_bunyad_review_verdict','Awesome'),(18067,3171,'_yoast_wpseo_content_score','60'),(18068,3171,'_yoast_wpseo_primary_category','6'),(18069,3173,'_wp_attached_file','2018/11/brewdawg.jpg'),(18070,3173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:746;s:4:\"file\";s:20:\"2018/11/brewdawg.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"brewdawg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"brewdawg-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"brewdawg-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"brewdawg-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"brewdawg-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"brewdawg-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"brewdawg-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"brewdawg-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"brewdawg-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"brewdawg-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"brewdawg-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"brewdawg-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"brewdawg-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"brewdawg-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"brewdawg-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"brewdawg-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"brewdawg-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"brewdawg-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"brewdawg-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brewdawg-150x150.jpg\";s:5:\"width\";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:\"brewdawg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"brewdawg-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"brewdawg-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"brewdawg-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"brewdawg-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"brewdawg-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"brewdawg-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"brewdawg-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"brewdawg-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"brewdawg-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"brewdawg-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"brewdawg-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"brewdawg-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"brewdawg-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"brewdawg-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"brewdawg-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"brewdawg-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"brewdawg-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"brewdawg-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"brewdawg-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"brewdawg-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18071,3173,'_wp_attachment_image_alt','BrewDog Airlines'),(18072,3171,'_thumbnail_id','3173'),(18073,3171,'_yoast_wpseo_focuskw','metro mayhem'),(18074,3171,'_yoast_wpseo_title','Metro Mayhem! Brewdog releases tickets for its beer festival in London'),(18075,3171,'_yoast_wpseo_metadesc','BrewDog, has released tickets for its London\'s first beer festival - Metro Mayhem, set to take place on Saturday 10th November 2018 at The Copper Box Arena'),(18076,3171,'_yoast_wpseo_linkdex','99'),(18077,3171,'xyz_fbap','1'),(18081,3171,'_wpas_done_all','1'),(18084,3171,'_wpas_skip_20130109','1'),(18085,3180,'_edit_last','1'),(18086,3180,'_edit_lock','1541692898:1'),(18087,3180,'slide_template','default'),(18088,3180,'_bunyad_featured_post','0'),(18089,3180,'_bunyad_cat_label','0'),(18090,3180,'_bunyad_featured_disable','0'),(18091,3180,'_bunyad_bg_image_bg_type','cover'),(18092,3180,'_bunyad_reviews','0'),(18093,3180,'_bunyad_review_pos','none'),(18094,3180,'_bunyad_review_type','points'),(18095,3180,'_bunyad_review_verdict','Awesome'),(18096,3180,'_yoast_wpseo_focuskw','dabbers'),(18097,3180,'_yoast_wpseo_linkdex','76'),(18098,3180,'_yoast_wpseo_content_score','30'),(18099,3180,'_yoast_wpseo_primary_category','5'),(18100,3182,'_wp_attached_file','2018/11/bingo-148903_640.png'),(18101,3182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:434;s:4:\"file\";s:28:\"2018/11/bingo-148903_640.png\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"bingo-148903_640-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"bingo-148903_640-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-534x434.png\";s:5:\"width\";i:534;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-640x385.png\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-619x420.png\";s:5:\"width\";i:619;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bingo-148903_640-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-600x434.png\";s:5:\"width\";i:600;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"bingo-148903_640-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-640x336.png\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"bingo-148903_640-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(18102,3182,'_wp_attachment_image_alt','dabbers bingo'),(18103,3180,'_thumbnail_id','3182'),(18104,3180,'_yoast_wpseo_title','Dabbers Bingo is replacing cups of tea\'s for cocktails in London'),(18105,3180,'xyz_fbap','1'),(18109,3180,'_wpas_done_all','1'),(18112,3180,'_wpas_skip_20130109','1'),(18117,3183,'_edit_last','1'),(18118,3183,'_edit_lock','1541692921:1'),(18119,3184,'_wp_attached_file','2018/11/Glen-Garioch-12-year-old-cheese.jpg'),(18120,3184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2680;s:6:\"height\";i:3066;s:4:\"file\";s:43:\"2018/11/Glen-Garioch-12-year-old-cheese.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-768x879.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:879;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Glen-Garioch-12-year-old-cheese-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Glen-Garioch-12-year-old-cheese-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-696x796.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Glen-Garioch-12-year-old-cheese-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"Glen-Garioch-12-year-old-cheese-1068x1222.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-367x420.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:45:\"Glen-Garioch-12-year-old-cheese-1920x2197.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Glen-Garioch-12-year-old-cheese-895x1024.jpg\";s:5:\"width\";i:895;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Glen-Garioch-12-year-old-cheese-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Glen-Garioch-12-year-old-cheese-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Glen-Garioch-12-year-old-cheese-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Glen-Garioch-12-year-old-cheese-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Paul Hampton\";s:6:\"camera\";s:36:\"Hasselblad H4D-50MS - Hasselblad H4D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1322843841\";s:9:\"copyright\";s:12:\"Twobobrocket\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18121,3184,'_wp_attachment_image_alt','Glen Garioch 12 year old & cheese'),(18122,3183,'_thumbnail_id','3184'),(18123,3183,'slide_template','default'),(18124,3183,'_bunyad_featured_post','0'),(18125,3183,'_bunyad_cat_label','0'),(18126,3183,'_bunyad_featured_disable','0'),(18127,3183,'_bunyad_bg_image_bg_type','cover'),(18128,3183,'_bunyad_reviews','0'),(18129,3183,'_bunyad_review_pos','none'),(18130,3183,'_bunyad_review_type','points'),(18131,3183,'_bunyad_review_verdict','Awesome'),(18132,3183,'_yoast_wpseo_focuskw','glen garioch'),(18133,3183,'_yoast_wpseo_title','Glen Garioch is giving you the opportunity to discover a rare find'),(18134,3183,'_yoast_wpseo_metadesc','Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1st from 10am'),(18135,3183,'_yoast_wpseo_linkdex','99'),(18136,3183,'_yoast_wpseo_content_score','30'),(18137,3183,'_yoast_wpseo_primary_category','2'),(18138,3183,'xyz_fbap','1'),(18142,3183,'_wpas_done_all','1'),(18145,3183,'_wpas_skip_20130109','1'),(18148,3190,'_edit_last','1'),(18149,3190,'_edit_lock','1541693012:1'),(18150,3191,'_wp_attached_file','2018/11/Screenshot-2018-11-08-11.29.52.png'),(18151,3191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:202;s:4:\"file\";s:42:\"2018/11/Screenshot-2018-11-08-11.29.52.png\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Screenshot-2018-11-08-11.29.52-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-11-08-11.29.52-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-324x202.png\";s:5:\"width\";i:324;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-324x202.png\";s:5:\"width\";i:324;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-356x202.png\";s:5:\"width\";i:356;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-356x202.png\";s:5:\"width\";i:356;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-485x202.png\";s:5:\"width\";i:485;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-533x202.png\";s:5:\"width\";i:533;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-534x202.png\";s:5:\"width\";i:534;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-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:42:\"Screenshot-2018-11-08-11.29.52-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-11-08-11.29.52-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-343x202.png\";s:5:\"width\";i:343;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-233x202.png\";s:5:\"width\";i:233;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-536x202.png\";s:5:\"width\";i:536;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-474x202.png\";s:5:\"width\";i:474;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-235x202.png\";s:5:\"width\";i:235;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-326x202.png\";s:5:\"width\";i:326;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-11-08-11.29.52-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-08-11.29.52-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(18152,3191,'_wp_attachment_image_alt','Mad Hatter Brewery'),(18153,3190,'slide_template','default'),(18154,3190,'_bunyad_featured_post','1'),(18155,3190,'_bunyad_cat_label','0'),(18156,3190,'_bunyad_featured_disable','0'),(18157,3190,'_bunyad_bg_image_bg_type','cover'),(18158,3190,'_bunyad_reviews','0'),(18159,3190,'_bunyad_review_pos','none'),(18160,3190,'_bunyad_review_type','points'),(18161,3190,'_bunyad_review_verdict','Awesome'),(18162,3190,'_yoast_wpseo_focuskw','mad hatter'),(18163,3190,'_yoast_wpseo_title','Mad Hatter Brewing Company goes into liquidation'),(18164,3190,'_yoast_wpseo_metadesc','Mad Hatter Brewing Company has announced it has ceased trading. Set up in 2013, the Liverpool-based brewer was founded, and has now gone into liquidation'),(18165,3190,'_yoast_wpseo_linkdex','78'),(18166,3190,'_yoast_wpseo_content_score','60'),(18167,3190,'_yoast_wpseo_primary_category','8'),(18168,3193,'_wp_attached_file','2018/11/beer-3445988_1920.jpg'),(18169,3193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:29:\"2018/11/beer-3445988_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"beer-3445988_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"beer-3445988_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1920-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1920-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-150x150.jpg\";s:5:\"width\";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:\"beer-3445988_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-3445988_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"beer-3445988_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18170,3193,'_wp_attachment_image_alt','Mad Hatter goes into liquidation'),(18171,3190,'_thumbnail_id','3193'),(18172,3190,'xyz_fbap','1'),(18176,3190,'_wpas_done_all','1'),(18179,3190,'_wpas_skip_20130109','1'),(18180,3196,'_edit_last','1'),(18181,3196,'_edit_lock','1541694812:1'),(18182,3197,'_wp_attached_file','2018/11/IMG_20181014_201240_1.jpg'),(18183,3197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:3648;s:4:\"file\";s:33:\"2018/11/IMG_20181014_201240_1.jpg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_201240_1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_201240_1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"IMG_20181014_201240_1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"IMG_20181014_201240_1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"IMG_20181014_201240_1-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"IMG_20181014_201240_1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"IMG_20181014_201240_1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_201240_1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"IMG_20181014_201240_1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_201240_1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_201240_1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"CLT-L09\";s:7:\"caption\";s:3:\"mde\";s:17:\"created_timestamp\";s:10:\"1539547962\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.95\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.06\";s:5:\"title\";s:3:\"mde\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18184,3198,'_wp_attached_file','2018/11/IMG_20181014_182401.jpg'),(18185,3198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:3648;s:4:\"file\";s:31:\"2018/11/IMG_20181014_182401.jpg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"IMG_20181014_182401-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"IMG_20181014_182401-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_182401-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_182401-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"IMG_20181014_182401-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_182401-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_182401-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"IMG_20181014_182401-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"IMG_20181014_182401-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"IMG_20181014_182401-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"IMG_20181014_182401-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"CLT-L09\";s:7:\"caption\";s:4:\"rhdr\";s:17:\"created_timestamp\";s:10:\"1539541443\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.95\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.06\";s:5:\"title\";s:4:\"rhdr\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18186,3198,'_wp_attachment_image_alt',''),(18187,3196,'_thumbnail_id','3198'),(18188,3196,'slide_template','default'),(18189,3196,'_bunyad_featured_post','1'),(18190,3196,'_bunyad_cat_label','0'),(18191,3196,'_bunyad_featured_disable','0'),(18192,3196,'_bunyad_bg_image_bg_type','cover'),(18193,3196,'_bunyad_reviews','0'),(18194,3196,'_bunyad_review_pos','none'),(18195,3196,'_bunyad_review_type','points'),(18196,3196,'_bunyad_review_verdict','Awesome'),(18197,3196,'_yoast_wpseo_focuskw','magazine london'),(18198,3196,'_yoast_wpseo_linkdex','89'),(18199,3196,'_yoast_wpseo_content_score','30'),(18200,3196,'_yoast_wpseo_primary_category','5'),(18201,3196,'_yoast_wpseo_title','Magazine London is set to open in Greenwich - summer 2019'),(18202,3196,'_yoast_wpseo_metadesc','A new multi-million-pound event space named Magazine London is set to open in Greenwich from summer 2019 - and it sounds INSANE!'),(18203,3196,'xyz_fbap','1'),(18207,3196,'_wpas_done_all','1'),(18210,3196,'_wpas_skip_20130109','1'),(18218,3204,'_edit_last','1'),(18219,3204,'_edit_lock','1542123492:1'),(18220,3205,'_wp_attached_file','2018/11/cocktail-1705561_640.jpg'),(18221,3205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:423;s:4:\"file\";s:32:\"2018/11/cocktail-1705561_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"cocktail-1705561_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"cocktail-1705561_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-534x423.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-635x420.jpg\";s:5:\"width\";i:635;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cocktail-1705561_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-600x423.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"cocktail-1705561_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"cocktail-1705561_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18222,3205,'_wp_attachment_image_alt','Fentimans unveil their Spirit Pairing Guide'),(18223,3204,'_thumbnail_id','3205'),(18224,3204,'xyz_fbap','1'),(18228,3204,'_adinserter_block_exceptions',''),(18229,3204,'slide_template','default'),(18230,3204,'_bunyad_featured_post','0'),(18231,3204,'_bunyad_cat_label','0'),(18232,3204,'_bunyad_featured_disable','0'),(18233,3204,'_bunyad_bg_image_bg_type','cover'),(18234,3204,'_bunyad_reviews','0'),(18235,3204,'_bunyad_review_pos','none'),(18236,3204,'_bunyad_review_type','points'),(18237,3204,'_bunyad_review_verdict','Awesome'),(18238,3204,'_yoast_wpseo_focuskw','spirit pairing'),(18239,3204,'_yoast_wpseo_title','Fentimans unveil their Spirit Pairing Guide for this winter'),(18240,3204,'_yoast_wpseo_metadesc','Fentimans, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.'),(18241,3204,'_yoast_wpseo_linkdex','91'),(18242,3204,'_yoast_wpseo_content_score','30'),(18243,3204,'_yoast_wpseo_primary_category','2'),(18244,3204,'_wpas_done_all','1'),(18245,3207,'_edit_last','1'),(18246,3207,'_edit_lock','1542106461:1'),(18249,3204,'_wpas_skip_20130109','1'),(18256,3210,'_wp_attached_file','2018/11/london-eye-945497_640.jpg'),(18257,3210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2018/11/london-eye-945497_640.jpg\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"london-eye-945497_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"london-eye-945497_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-324x360.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-356x360.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-534x360.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"london-eye-945497_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-536x360.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"london-eye-945497_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"london-eye-945497_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18258,3210,'_wp_attachment_image_alt','UKHospitality has welcomed the launch of the London at Night report.'),(18259,3207,'_thumbnail_id','3210'),(18260,3207,'_adinserter_block_exceptions',''),(18261,3207,'slide_template','default'),(18262,3207,'_bunyad_featured_post','0'),(18263,3207,'_bunyad_cat_label','0'),(18264,3207,'_bunyad_featured_disable','0'),(18265,3207,'_bunyad_bg_image_bg_type','cover'),(18266,3207,'_bunyad_reviews','0'),(18267,3207,'_bunyad_review_pos','none'),(18268,3207,'_bunyad_review_type','points'),(18269,3207,'_bunyad_review_verdict','Awesome'),(18270,3207,'_yoast_wpseo_focuskw','night time'),(18271,3207,'_yoast_wpseo_title','UKHospitality welcomes publication of London\'s night time report'),(18272,3207,'_yoast_wpseo_metadesc','UKHospitality welcomes the launch of the London\'s night time report. The body has also reiterated the importance of the late-night sector to London'),(18273,3207,'_yoast_wpseo_linkdex','73'),(18274,3207,'_yoast_wpseo_content_score','30'),(18275,3207,'_yoast_wpseo_primary_category','8'),(18276,3207,'xyz_fbap','1'),(18280,3207,'_wpas_done_all','1'),(18283,3207,'_wpas_skip_20130109','1'),(18286,3212,'_edit_last','1'),(18287,3212,'_edit_lock','1542205613:1'),(18288,3213,'_wp_attached_file','2018/11/restaurant-690975_640.jpg'),(18289,3213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:422;s:4:\"file\";s:33:\"2018/11/restaurant-690975_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"restaurant-690975_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"restaurant-690975_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-534x422.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-637x420.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"restaurant-690975_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-600x422.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"restaurant-690975_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"restaurant-690975_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18290,3213,'_wp_attachment_image_alt','UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.'),(18293,3212,'_thumbnail_id','3213'),(18294,3212,'_adinserter_block_exceptions',''),(18295,3212,'slide_template','default'),(18296,3212,'_bunyad_featured_post','0'),(18297,3212,'_bunyad_cat_label','0'),(18298,3212,'_bunyad_featured_disable','0'),(18299,3212,'_bunyad_bg_image_bg_type','cover'),(18300,3212,'_bunyad_reviews','0'),(18301,3212,'_bunyad_review_pos','none'),(18302,3212,'_bunyad_review_type','points'),(18303,3212,'_bunyad_review_verdict','Awesome'),(18304,3212,'_yoast_wpseo_focuskw','hospitality sector'),(18305,3212,'_yoast_wpseo_title','Falling migrant-worker numbers will undermine the hospitality sector.'),(18306,3212,'_yoast_wpseo_metadesc','UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector'),(18307,3212,'_yoast_wpseo_linkdex','86'),(18308,3212,'_yoast_wpseo_content_score','60'),(18309,3212,'_yoast_wpseo_primary_category','8'),(18310,3212,'xyz_fbap','1'),(18314,3212,'_wpas_done_all','1'),(18317,3212,'_wpas_skip_20130109','1'),(18326,3221,'_edit_last','1'),(18327,3221,'_edit_lock','1542123600:1'),(18328,3222,'_wp_attached_file','2018/11/alcohol-64164_640.jpg'),(18329,3222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2018/11/alcohol-64164_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"alcohol-64164_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"alcohol-64164_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-150x150.jpg\";s:5:\"width\";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:\"alcohol-64164_640-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"alcohol-64164_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"alcohol-64164_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"alcohol-64164_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon DIGITAL IXUS 500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:7:\"7.40625\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18330,3222,'_wp_attachment_image_alt','WSTA appoints two new Board members'),(18331,3221,'_thumbnail_id','3222'),(18332,3221,'_adinserter_block_exceptions',''),(18333,3221,'slide_template','default'),(18334,3221,'_bunyad_featured_post','1'),(18335,3221,'_bunyad_cat_label','0'),(18336,3221,'_bunyad_featured_disable','0'),(18337,3221,'_bunyad_bg_image_bg_type','cover'),(18338,3221,'_bunyad_reviews','0'),(18339,3221,'_bunyad_review_pos','none'),(18340,3221,'_bunyad_review_type','points'),(18341,3221,'_bunyad_review_verdict','Awesome'),(18342,3221,'_yoast_wpseo_focuskw','wsta'),(18343,3221,'_yoast_wpseo_title','WSTA appoints two new Board members to improve imports & exports'),(18344,3221,'_yoast_wpseo_metadesc','The Wine and Spirit Trade Association (WSTA) has fortified its board as it concentrates increasingly on supporting import and export in a new era of trading'),(18345,3221,'_yoast_wpseo_linkdex','94'),(18346,3221,'_yoast_wpseo_content_score','30'),(18347,3221,'_yoast_wpseo_primary_category','8'),(18348,3221,'xyz_fbap','1'),(18352,3221,'_wpas_done_all','1'),(18355,3221,'_wpas_skip_20130109','1'),(18360,3225,'_edit_last','1'),(18361,3225,'_edit_lock','1542123767:1'),(18364,3227,'_wp_attached_file','2018/11/milk-2585087_640.jpg'),(18365,3227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:481;s:4:\"file\";s:28:\"2018/11/milk-2585087_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"milk-2585087_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"milk-2585087_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-559x420.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-150x150.jpg\";s:5:\"width\";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:\"milk-2585087_640-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"milk-2585087_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"milk-2585087_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"milk-2585087_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18366,3227,'_wp_attachment_image_alt','Action on Sugar call for ban on high sugar milkshakes'),(18367,3225,'_thumbnail_id','3227'),(18368,3225,'_adinserter_block_exceptions',''),(18369,3225,'slide_template','default'),(18370,3225,'_bunyad_featured_post','1'),(18371,3225,'_bunyad_cat_label','0'),(18372,3225,'_bunyad_featured_disable','0'),(18373,3225,'_bunyad_bg_image_bg_type','cover'),(18374,3225,'_bunyad_reviews','0'),(18375,3225,'_bunyad_review_pos','none'),(18376,3225,'_bunyad_review_type','points'),(18377,3225,'_bunyad_review_verdict','Awesome'),(18378,3225,'_yoast_wpseo_focuskw','action on sugar'),(18379,3225,'_yoast_wpseo_title','Action on Sugar call for a ban on high sugar milkshakes'),(18380,3225,'_yoast_wpseo_metadesc','Action on Sugar - Alarming levels of sugar and calories are hidden in milkshakes sold across high street restaurants and fast food chains'),(18381,3225,'_yoast_wpseo_linkdex','85'),(18382,3225,'_yoast_wpseo_content_score','30'),(18383,3225,'_yoast_wpseo_primary_category','2'),(18384,3225,'xyz_fbap','1'),(18388,3225,'_wpas_done_all','1'),(18391,3225,'_wpas_skip_20130109','1'),(18394,3229,'_edit_last','1'),(18395,3229,'_edit_lock','1542126608:1'),(18396,3230,'_wp_attached_file','2018/11/PhBauble-1.jpg'),(18397,3230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:22:\"2018/11/PhBauble-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"PhBauble-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"PhBauble-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"PhBauble-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"PhBauble-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"PhBauble-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"PhBauble-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:\"PhBauble-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"PhBauble-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"PhBauble-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"PhBauble-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"PhBauble-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"PhBauble-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18398,3230,'_wp_attachment_image_alt','Stunning Festive menus'),(18399,3229,'_thumbnail_id','3230'),(18400,3229,'_adinserter_block_exceptions',''),(18401,3229,'slide_template','default'),(18402,3229,'_bunyad_featured_post','0'),(18403,3229,'_bunyad_cat_label','0'),(18404,3229,'_bunyad_featured_disable','0'),(18405,3229,'_bunyad_bg_image_bg_type','cover'),(18406,3229,'_bunyad_reviews','0'),(18407,3229,'_bunyad_review_pos','none'),(18408,3229,'_bunyad_review_type','points'),(18409,3229,'_bunyad_review_verdict','Awesome'),(18410,3229,'_yoast_wpseo_focuskw','festive menus'),(18411,3229,'_yoast_wpseo_title','Stunning Festive menus from Paris House\'s Phil Fanning'),(18412,3229,'_yoast_wpseo_metadesc','Inspirational Festive menus from Award-winning chef and owner of Bedfordshire’s fine dining restaurant Paris House, Phil Fanning'),(18413,3229,'_yoast_wpseo_linkdex','87'),(18414,3229,'_yoast_wpseo_content_score','90'),(18415,3229,'_yoast_wpseo_primary_category','5'),(18416,3229,'xyz_fbap','1'),(18420,3229,'_wpas_done_all','1'),(18423,3229,'_wpas_skip_20130109','1'),(18426,3232,'_edit_last','1'),(18427,3232,'_edit_lock','1542212803:1'),(18428,3233,'_wp_attached_file','2018/11/restaurant-691397_640.jpg'),(18429,3233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:33:\"2018/11/restaurant-691397_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"restaurant-691397_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"restaurant-691397_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"restaurant-691397_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"restaurant-691397_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"restaurant-691397_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18430,3233,'_wp_attachment_image_alt','low alcohol'),(18431,3232,'_thumbnail_id','3233'),(18432,3232,'_adinserter_block_exceptions',''),(18433,3232,'slide_template','default'),(18434,3232,'_bunyad_featured_post','1'),(18435,3232,'_bunyad_cat_label','0'),(18436,3232,'_bunyad_featured_disable','0'),(18437,3232,'_bunyad_bg_image_bg_type','cover'),(18438,3232,'_bunyad_reviews','0'),(18439,3232,'_bunyad_review_pos','none'),(18440,3232,'_bunyad_review_type','points'),(18441,3232,'_bunyad_review_verdict','Awesome'),(18442,3232,'_yoast_wpseo_focuskw','low alcohol'),(18443,3232,'_yoast_wpseo_title','BBPA ‘bitterly disappointed’ by low alcohol consultation outcome'),(18444,3232,'_yoast_wpseo_metadesc','BBPA commenting on the announcement from the Department of Health that there will be no changes to the descriptors for low alcohol products'),(18445,3232,'_yoast_wpseo_linkdex','86'),(18446,3232,'_yoast_wpseo_content_score','60'),(18447,3232,'_yoast_wpseo_primary_category','2'),(18448,3232,'xyz_fbap','1'),(18452,3232,'_wpas_done_all','1'),(18455,3232,'_wpas_skip_20130109','1'),(18456,3235,'_edit_last','1'),(18457,3235,'_edit_lock','1542211589:1'),(18458,3236,'_wp_attached_file','2018/11/HO-16M15.jpg'),(18459,3236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:405;s:4:\"file\";s:20:\"2018/11/HO-16M15.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"HO-16M15-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"HO-16M15-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"HO-16M15-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"HO-16M15-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"HO-16M15-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"HO-16M15-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"HO-16M15-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"HO-16M15-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"HO-16M15-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"HO-16M15-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"HO-16M15-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"HO-16M15-534x405.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"HO-16M15-601x385.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"HO-16M15-150x150.jpg\";s:5:\"width\";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:\"HO-16M15-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"HO-16M15-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"HO-16M15-601x336.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"HO-16M15-601x336.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"HO-16M15-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"HO-16M15-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"HO-16M15-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"HO-16M15-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"HO-16M15-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"HO-16M15-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"HO-16M15-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"HO-16M15-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"HO-16M15-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"HO-16M15-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"HO-16M15-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"HO-16M15-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"HO-16M15-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"HO-16M15-601x336.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"HO-16M15-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18460,3236,'_wp_attachment_image_alt','Wetherspoons & CLIC Sargent raise over £16 million together'),(18461,3235,'_thumbnail_id','3236'),(18462,3235,'_adinserter_block_exceptions',''),(18463,3235,'slide_template','default'),(18464,3235,'_bunyad_featured_post','0'),(18465,3235,'_bunyad_cat_label','0'),(18466,3235,'_bunyad_featured_disable','0'),(18467,3235,'_bunyad_bg_image_bg_type','cover'),(18468,3235,'_bunyad_reviews','0'),(18469,3235,'_bunyad_review_pos','none'),(18470,3235,'_bunyad_review_type','points'),(18471,3235,'_bunyad_review_verdict','Awesome'),(18472,3235,'_yoast_wpseo_focuskw','clic sargent'),(18473,3235,'_yoast_wpseo_title','Wetherspoon and CLIC Sargent celebrate their £16 million milestone'),(18474,3235,'_yoast_wpseo_metadesc','Together, Wetherspoon and CLIC Sargent celebrate their £16 million milestone equalling over £1 million per year since 2002'),(18475,3235,'_yoast_wpseo_linkdex','91'),(18476,3235,'_yoast_wpseo_content_score','30'),(18477,3235,'_yoast_wpseo_primary_category','8'),(18478,3235,'xyz_fbap','1'),(18482,3235,'_wpas_done_all','1'),(18485,3235,'_wpas_skip_20130109','1'),(18488,3240,'_edit_last','1'),(18489,3240,'_edit_lock','1542211560:1'),(18490,3241,'_wp_attached_file','2018/11/guiness.jpg'),(18491,3241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/11/guiness.jpg\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"guiness-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"guiness-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"guiness-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"guiness-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"guiness-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"guiness-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"guiness-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"guiness-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"guiness-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"guiness-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"guiness-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"guiness-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"guiness-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"guiness-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"guiness-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"guiness-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"guiness-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"guiness-150x150.jpg\";s:5:\"width\";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:\"guiness-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"guiness-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"guiness-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"guiness-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"guiness-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"guiness-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"guiness-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"guiness-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"guiness-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"guiness-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"guiness-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"guiness-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"guiness-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"guiness-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"guiness-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"guiness-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"guiness-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"guiness-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"guiness-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18492,3240,'_thumbnail_id','3241'),(18493,3240,'_adinserter_block_exceptions',''),(18494,3240,'slide_template','default'),(18495,3240,'_bunyad_featured_post','0'),(18496,3240,'_bunyad_cat_label','0'),(18497,3240,'_bunyad_featured_disable','0'),(18498,3240,'_bunyad_bg_image_bg_type','cover'),(18499,3240,'_bunyad_reviews','0'),(18500,3240,'_bunyad_review_pos','none'),(18501,3240,'_bunyad_review_type','points'),(18502,3240,'_bunyad_review_verdict','Awesome'),(18503,3240,'_yoast_wpseo_focuskw','guinness'),(18504,3240,'_yoast_wpseo_title','Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels'),(18505,3240,'_yoast_wpseo_metadesc','Brewed in Dublin. Aged in Baltimore. That’s the transatlantic teamwork Guinness revealed today in announcing its new Stout Aged in Bulleit Bourbon Barrels'),(18506,3240,'_yoast_wpseo_linkdex','94'),(18507,3240,'_yoast_wpseo_content_score','30'),(18508,3240,'_yoast_wpseo_primary_category','2'),(18509,3240,'xyz_fbap','1'),(18513,3240,'_wpas_done_all','1'),(18516,3240,'_wpas_skip_20130109','1'),(18519,3244,'_edit_last','1'),(18520,3244,'_edit_lock','1542211487:1'),(18521,3245,'_wp_attached_file','2018/11/moxy.jpg'),(18522,3245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:16:\"2018/11/moxy.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"moxy-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"moxy-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"moxy-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"moxy-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"moxy-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"moxy-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"moxy-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"moxy-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"moxy-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"moxy-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"moxy-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"moxy-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"moxy-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"moxy-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"moxy-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"moxy-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"moxy-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"moxy-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"moxy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"moxy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"moxy-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"moxy-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"moxy-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"moxy-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"moxy-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"moxy-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"moxy-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"moxy-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"moxy-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"moxy-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"moxy-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"moxy-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"moxy-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"moxy-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"moxy-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"moxy-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"moxy-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"moxy-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"moxy-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"moxy-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18523,3245,'_wp_attachment_image_alt','Moxy Hotels have a new venue in Glasgow'),(18524,3244,'_thumbnail_id','3245'),(18525,3244,'_adinserter_block_exceptions',''),(18526,3244,'slide_template','default'),(18527,3244,'_bunyad_featured_post','0'),(18528,3244,'_bunyad_cat_label','0'),(18529,3244,'_bunyad_featured_disable','0'),(18530,3244,'_bunyad_bg_image_bg_type','cover'),(18531,3244,'_bunyad_reviews','0'),(18532,3244,'_bunyad_review_pos','none'),(18533,3244,'_bunyad_review_type','points'),(18534,3244,'_bunyad_review_verdict','Awesome'),(18535,3244,'_yoast_wpseo_focuskw','moxy hotels'),(18536,3244,'_yoast_wpseo_title','Moxy Hotels - Marriott Int\'l expands UK portfolio with another in Glasgow'),(18537,3244,'_yoast_wpseo_metadesc','Moxy Hotels, Marriott International’s experiential hotel brand, has opened a new hotel yesterday in Glasgow’s fashionable Merchant City'),(18538,3244,'_yoast_wpseo_linkdex','94'),(18539,3244,'_yoast_wpseo_content_score','30'),(18540,3244,'_yoast_wpseo_primary_category','5'),(18541,3244,'xyz_fbap','1'),(18545,3244,'_wpas_done_all','1'),(18554,3244,'_wpas_skip_20130109','1'),(18555,3253,'_edit_last','1'),(18556,3253,'_edit_lock','1542275766:1'),(18557,3254,'_wp_attached_file','2018/11/design-3588214_640.jpg'),(18558,3254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2018/11/design-3588214_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"design-3588214_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"design-3588214_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"design-3588214_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"design-3588214_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"design-3588214_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18559,3254,'_wp_attachment_image_alt','Do you travel for business?'),(18560,3253,'_thumbnail_id','3254'),(18561,3253,'_adinserter_block_exceptions',''),(18562,3253,'slide_template','default'),(18563,3253,'_bunyad_featured_post','0'),(18564,3253,'_bunyad_cat_label','0'),(18565,3253,'_bunyad_featured_disable','0'),(18566,3253,'_bunyad_bg_image_bg_type','cover'),(18567,3253,'_bunyad_reviews','0'),(18568,3253,'_bunyad_review_pos','none'),(18569,3253,'_bunyad_review_type','points'),(18570,3253,'_bunyad_review_verdict','Awesome'),(18571,3253,'_yoast_wpseo_focuskw','travel'),(18572,3253,'_yoast_wpseo_title','Do you travel for business? It could be having an affect on your health!'),(18573,3253,'_yoast_wpseo_metadesc','Business travel could be to blame, with over a third of UK workers who travel regularly claim healthy eating goes out of the window'),(18574,3253,'_yoast_wpseo_linkdex','97'),(18575,3253,'_yoast_wpseo_content_score','30'),(18576,3253,'_yoast_wpseo_primary_category','8'),(18577,3253,'xyz_fbap','1'),(18581,3253,'_wpas_done_all','1'),(18584,3253,'_wpas_skip_20130109','1'),(18585,3258,'_edit_last','1'),(18586,3258,'_edit_lock','1542276388:1'),(18587,3259,'_wp_attached_file','2018/11/cheff-1303313_640.jpg'),(18588,3259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:29:\"2018/11/cheff-1303313_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"cheff-1303313_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"cheff-1303313_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-150x150.jpg\";s:5:\"width\";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:\"cheff-1303313_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"cheff-1303313_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"cheff-1303313_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"cheff-1303313_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18589,3259,'_wp_attachment_image_alt','food service management'),(18590,3260,'_wp_attached_file','2018/11/buffet-909161_640.jpg'),(18591,3260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:417;s:4:\"file\";s:29:\"2018/11/buffet-909161_640.jpg\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"buffet-909161_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"buffet-909161_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-534x417.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-150x150.jpg\";s:5:\"width\";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:\"buffet-909161_640-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"buffet-909161_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-600x417.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"buffet-909161_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"buffet-909161_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 650D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"96\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18592,3260,'_wp_attachment_image_alt','Food Service Management sector has been set some challenges'),(18593,3258,'_thumbnail_id','3259'),(18594,3258,'_adinserter_block_exceptions',''),(18595,3258,'slide_template','default'),(18596,3258,'_bunyad_featured_post','1'),(18597,3258,'_bunyad_cat_label','0'),(18598,3258,'_bunyad_featured_disable','0'),(18599,3258,'_bunyad_bg_image_bg_type','cover'),(18600,3258,'_bunyad_reviews','0'),(18601,3258,'_bunyad_review_pos','none'),(18602,3258,'_bunyad_review_type','points'),(18603,3258,'_bunyad_review_verdict','Awesome'),(18604,3258,'_yoast_wpseo_focuskw','food service management'),(18605,3258,'_yoast_wpseo_title','Food Service Management sector has been set some challenges'),(18606,3258,'_yoast_wpseo_metadesc','Nutrition, healthy eating and sustainability are the driving forces in an increasingly diverse food service management sector, according to a new report.'),(18607,3258,'_yoast_wpseo_linkdex','97'),(18608,3258,'_yoast_wpseo_content_score','30'),(18609,3258,'_yoast_wpseo_primary_category','3'),(18610,3258,'xyz_fbap','1'),(18614,3258,'_wpas_done_all','1'),(18617,3258,'_wpas_skip_20130109','1'),(18622,3264,'_edit_last','1'),(18623,3264,'_edit_lock','1542295905:1'),(18624,3265,'_wp_attached_file','2018/11/image008.jpg'),(18625,3265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1215;s:6:\"height\";i:811;s:4:\"file\";s:20:\"2018/11/image008.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image008-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image008-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image008-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image008-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image008-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image008-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image008-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image008-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image008-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image008-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image008-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image008-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image008-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image008-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image008-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image008-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image008-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image008-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image008-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image008-150x150.jpg\";s:5:\"width\";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:\"image008-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image008-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image008-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image008-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image008-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image008-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image008-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image008-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image008-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image008-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image008-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image008-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image008-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image008-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image008-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image008-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image008-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image008-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image008-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image008-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image008-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18626,3266,'_wp_attached_file','2018/11/image009.jpg'),(18627,3266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1215;s:6:\"height\";i:811;s:4:\"file\";s:20:\"2018/11/image009.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image009-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image009-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image009-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image009-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image009-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image009-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image009-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image009-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image009-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image009-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image009-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image009-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image009-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image009-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image009-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image009-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image009-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image009-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image009-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image009-150x150.jpg\";s:5:\"width\";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:\"image009-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image009-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image009-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image009-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image009-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image009-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image009-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image009-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image009-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image009-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image009-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image009-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image009-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image009-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image009-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image009-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image009-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image009-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image009-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image009-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image009-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18628,3267,'_wp_attached_file','2018/11/image010.jpg'),(18629,3267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:813;s:4:\"file\";s:20:\"2018/11/image010.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image010-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image010-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image010-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image010-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image010-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image010-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image010-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image010-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image010-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image010-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image010-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image010-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image010-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image010-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image010-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image010-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image010-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image010-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image010-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image010-150x150.jpg\";s:5:\"width\";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:\"image010-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image010-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image010-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image010-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image010-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image010-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image010-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image010-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image010-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image010-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image010-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image010-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image010-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image010-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image010-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image010-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image010-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image010-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image010-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image010-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image010-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18630,3267,'_wp_attachment_image_alt','Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales'),(18631,3266,'_wp_attachment_image_alt','Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities'),(18632,3265,'_wp_attachment_image_alt','Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales'),(18633,3264,'_thumbnail_id','3267'),(18634,3264,'_adinserter_block_exceptions',''),(18635,3264,'slide_template','default'),(18636,3264,'_bunyad_featured_post','0'),(18637,3264,'_bunyad_cat_label','0'),(18638,3264,'_bunyad_featured_disable','0'),(18639,3264,'_bunyad_bg_image_bg_type','cover'),(18640,3264,'_bunyad_reviews','0'),(18641,3264,'_bunyad_review_pos','none'),(18642,3264,'_bunyad_review_type','points'),(18643,3264,'_bunyad_review_verdict','Awesome'),(18644,3264,'_yoast_wpseo_focuskw','chinese new year'),(18645,3264,'_yoast_wpseo_title','Chinese New Year: Lee Kum Kee’s 6 tips for foodservice'),(18646,3264,'_yoast_wpseo_metadesc','Chinese New Year is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives'),(18647,3264,'_yoast_wpseo_linkdex','99'),(18648,3264,'_yoast_wpseo_content_score','30'),(18649,3264,'_yoast_wpseo_primary_category','3'),(18650,3264,'xyz_fbap','1'),(18654,3264,'_wpas_done_all','1'),(18657,3264,'_wpas_skip_20130109','1'),(18662,3270,'_edit_last','1'),(18663,3270,'_edit_lock','1542282036:1'),(18664,3271,'_wp_attached_file','2018/11/casino-3260372_640.jpg'),(18665,3271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2018/11/casino-3260372_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"casino-3260372_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"casino-3260372_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"casino-3260372_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"casino-3260372_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"casino-3260372_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:3:\"X30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"12.2\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.017857142857143\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18666,3271,'_wp_attachment_image_alt','The hospitality sector is working hard to stamp out illegal gambling'),(18667,3272,'_wp_attached_file','2018/11/machine-3787007_640.jpg'),(18668,3272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:498;s:4:\"file\";s:31:\"2018/11/machine-3787007_640.jpg\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"machine-3787007_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"machine-3787007_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-540x420.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"machine-3787007_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"machine-3787007_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"machine-3787007_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18669,3272,'_wp_attachment_image_alt',''),(18670,3270,'_thumbnail_id','3271'),(18671,3270,'_adinserter_block_exceptions',''),(18672,3270,'slide_template','default'),(18673,3270,'_bunyad_featured_post','1'),(18674,3270,'_bunyad_cat_label','0'),(18675,3270,'_bunyad_featured_disable','0'),(18676,3270,'_bunyad_bg_image_bg_type','cover'),(18677,3270,'_bunyad_reviews','0'),(18678,3270,'_bunyad_review_pos','none'),(18679,3270,'_bunyad_review_type','points'),(18680,3270,'_bunyad_review_verdict','Awesome'),(18681,3270,'_yoast_wpseo_focuskw','gambling'),(18682,3270,'_yoast_wpseo_title','The hospitality sector is working hard to stamp out illegal gambling'),(18683,3270,'_yoast_wpseo_metadesc','Gambling Commission: High levels of underage gaming machine play in pubs, which UKHospitality reitirates is completely unacceptable'),(18684,3270,'_yoast_wpseo_linkdex','78'),(18685,3270,'_yoast_wpseo_content_score','30'),(18686,3270,'_yoast_wpseo_primary_category','8'),(18687,3270,'xyz_fbap','1'),(18691,3270,'_wpas_done_all','1'),(18694,3270,'_wpas_skip_20130109','1'),(18701,3276,'_edit_last','1'),(18702,3276,'_edit_lock','1542716865:1'),(18703,3277,'_edit_last','1'),(18704,3277,'_edit_lock','1542706746:1'),(18705,3278,'_wp_attached_file','2018/11/image008-1.jpg'),(18706,3278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:242;s:6:\"height\";i:313;s:4:\"file\";s:22:\"2018/11/image008-1.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"image008-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"image008-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"image008-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"image008-1-242x198.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"image008-1-242x160.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"image008-1-242x235.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"image008-1-242x220.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"image008-1-242x261.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image008-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:\"image008-1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"image008-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"image008-1-242x185.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"image008-1-242x185.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"image008-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"image008-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"image008-1-242x215.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"image008-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"image008-1-242x192.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"image008-1-242x240.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"image008-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"image008-1-242x205.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"image008-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"image008-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18707,3279,'_wp_attached_file','2018/11/image009-1.jpg'),(18708,3279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:264;s:4:\"file\";s:22:\"2018/11/image009-1.jpg\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"image009-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"image009-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"image009-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"image009-1-260x198.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"image009-1-260x160.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"image009-1-260x235.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"image009-1-260x220.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"image009-1-260x261.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image009-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"image009-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"image009-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"image009-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"image009-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"image009-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"image009-1-260x215.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"image009-1-233x264.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"image009-1-260x192.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"image009-1-260x240.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"image009-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"image009-1-260x205.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"image009-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"image009-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18709,3280,'_wp_attached_file','2018/11/Tansun39-image-1-high-res.jpg'),(18710,3280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1224;s:6:\"height\";i:1632;s:4:\"file\";s:37:\"2018/11/Tansun39-image-1-high-res.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun39-image-1-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun39-image-1-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-1-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Tansun39-image-1-high-res-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-1-high-res-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-1-high-res-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun39-image-1-high-res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-1-high-res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun39-image-1-high-res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-1-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539880686\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(18711,3281,'_wp_attached_file','2018/11/Tansun39-image-2-high-res.jpg'),(18712,3281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1224;s:6:\"height\";i:1632;s:4:\"file\";s:37:\"2018/11/Tansun39-image-2-high-res.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun39-image-2-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun39-image-2-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-2-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Tansun39-image-2-high-res-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-2-high-res-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-2-high-res-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun39-image-2-high-res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Tansun39-image-2-high-res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun39-image-2-high-res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun39-image-2-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539893816\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(18713,3278,'_wp_attachment_image_alt','infrared heaters are a great way to heat up golf courses'),(18714,3281,'_wp_attachment_image_alt','infrared heaters are a great way to heat up golf courses'),(18715,3277,'_adinserter_block_exceptions',''),(18716,3277,'slide_template','default'),(18717,3277,'_bunyad_featured_post','0'),(18718,3277,'_bunyad_cat_label','0'),(18719,3277,'_bunyad_featured_disable','0'),(18720,3277,'_bunyad_bg_image_bg_type','cover'),(18721,3277,'_bunyad_reviews','0'),(18722,3277,'_bunyad_review_pos','none'),(18723,3277,'_bunyad_review_type','points'),(18724,3277,'_bunyad_review_verdict','Awesome'),(18725,3277,'_yoast_wpseo_focuskw','infrared heaters'),(18726,3277,'_yoast_wpseo_title','Horton Park Golf Course has installed infrared heaters for its customers'),(18727,3277,'_yoast_wpseo_metadesc','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area'),(18728,3277,'_yoast_wpseo_linkdex','97'),(18729,3277,'_yoast_wpseo_content_score','30'),(18730,3277,'_yoast_wpseo_primary_category','184'),(18731,3279,'_wp_attachment_image_alt','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area'),(18732,3277,'_thumbnail_id','3283'),(18733,3283,'_wp_attached_file','2018/11/split-croatia-3194253_640.jpg'),(18734,3283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:37:\"2018/11/split-croatia-3194253_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"split-croatia-3194253_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"split-croatia-3194253_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"split-croatia-3194253_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"split-croatia-3194253_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"split-croatia-3194253_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18735,3283,'_wp_attachment_image_alt','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area'),(18736,3277,'xyz_fbap','1'),(18740,3277,'_wpas_done_all','1'),(18741,3286,'_wp_attached_file','2018/11/OMU_FOUNT.png'),(18742,3286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:1994;s:4:\"file\";s:21:\"2018/11/OMU_FOUNT.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"OMU_FOUNT-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"OMU_FOUNT-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x360.png\";s:5:\"width\";i:370;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x261.png\";s:5:\"width\";i:370;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x462.png\";s:5:\"width\";i:370;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x385.png\";s:5:\"width\";i:370;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x486.png\";s:5:\"width\";i:370;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x580.png\";s:5:\"width\";i:370;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"OMU_FOUNT-78x420.png\";s:5:\"width\";i:78;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-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:\"OMU_FOUNT-56x300.png\";s:5:\"width\";i:56;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OMU_FOUNT-190x1024.png\";s:5:\"width\";i:190;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"OMU_FOUNT-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x516.png\";s:5:\"width\";i:370;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x336.png\";s:5:\"width\";i:370;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x336.png\";s:5:\"width\";i:370;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x386.png\";s:5:\"width\";i:370;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x460.png\";s:5:\"width\";i:370;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x240.png\";s:5:\"width\";i:370;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"OMU_FOUNT-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-370x336.png\";s:5:\"width\";i:370;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"OMU_FOUNT-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(18743,3287,'_wp_attached_file','2018/11/OMU_GLASS_BERRIES.jpg'),(18744,3287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1441;s:6:\"height\";i:2776;s:4:\"file\";s:29:\"2018/11/OMU_GLASS_BERRIES.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"OMU_GLASS_BERRIES-768x1480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"OMU_GLASS_BERRIES-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"OMU_GLASS_BERRIES-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"OMU_GLASS_BERRIES-696x1341.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"OMU_GLASS_BERRIES-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"OMU_GLASS_BERRIES-1068x2057.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2057;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-218x420.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-150x150.jpg\";s:5:\"width\";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:\"OMU_GLASS_BERRIES-156x300.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"OMU_GLASS_BERRIES-532x1024.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"OMU_GLASS_BERRIES-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"OMU_GLASS_BERRIES-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"OMU_GLASS_BERRIES-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"OMU_GLASS_BERRIES-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18745,3288,'_wp_attached_file','2018/11/SERVES_0004_005-berries-cherries.png'),(18746,3288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4872;s:6:\"height\";i:6496;s:4:\"file\";s:44:\"2018/11/SERVES_0004_005-berries-cherries.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SERVES_0004_005-berries-cherries-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"SERVES_0004_005-berries-cherries-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"SERVES_0004_005-berries-cherries-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-696x928.png\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"SERVES_0004_005-berries-cherries-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"SERVES_0004_005-berries-cherries-1068x1424.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-315x420.png\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:46:\"SERVES_0004_005-berries-cherries-1920x2560.png\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-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:44:\"SERVES_0004_005-berries-cherries-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"SERVES_0004_005-berries-cherries-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"SERVES_0004_005-berries-cherries-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"SERVES_0004_005-berries-cherries-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"SERVES_0004_005-berries-cherries-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"SERVES_0004_005-berries-cherries-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(18747,3289,'_wp_attached_file','2018/11/Star-Puds-Newberry-45.tif'),(18748,3289,'_wp_attachment_image_alt','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide'),(18749,3286,'_wp_attachment_image_alt','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide'),(18750,3288,'_wp_attachment_image_alt','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide'),(18751,3290,'_wp_attached_file','2018/11/Star-Puds-Newberry-45-1.tif'),(18752,3291,'_wp_attached_file','2018/11/Screenshot-2018-11-20-09.51.26.png'),(18753,3291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:947;s:6:\"height\";i:631;s:4:\"file\";s:42:\"2018/11/Screenshot-2018-11-20-09.51.26.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Screenshot-2018-11-20-09.51.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-11-20-09.51.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-696x464.png\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-947x580.png\";s:5:\"width\";i:947;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-630x420.png\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-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:42:\"Screenshot-2018-11-20-09.51.26-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-11-20-09.51.26-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-947x516.png\";s:5:\"width\";i:947;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-11-20-09.51.26-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-11-20-09.51.26-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(18754,3291,'_wp_attachment_image_alt','A successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide'),(18755,3276,'_thumbnail_id','3291'),(18756,3276,'_adinserter_block_exceptions',''),(18757,3276,'slide_template','default'),(18758,3276,'_bunyad_featured_post','0'),(18759,3276,'_bunyad_cat_label','0'),(18760,3276,'_bunyad_featured_disable','0'),(18761,3276,'_bunyad_bg_image_bg_type','cover'),(18762,3276,'_bunyad_reviews','0'),(18763,3276,'_bunyad_review_pos','none'),(18764,3276,'_bunyad_review_type','points'),(18765,3276,'_bunyad_review_verdict','Awesome'),(18766,3276,'_yoast_wpseo_focuskw','berries & cherries draught'),(18767,3276,'_yoast_wpseo_linkdex','94'),(18768,3276,'_yoast_wpseo_content_score','30'),(18769,3276,'_yoast_wpseo_primary_category','2'),(18770,3276,'_yoast_wpseo_title','Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught'),(18771,3276,'_yoast_wpseo_metadesc','A successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide in the UK'),(18772,3276,'xyz_fbap','1'),(18776,3276,'_wpas_done_all','1'),(18779,3276,'_wpas_skip_20130109','1'),(18780,3296,'_edit_last','1'),(18781,3296,'_edit_lock','1542801185:1'),(18782,3297,'_wp_attached_file','2018/11/IMG_0089.jpg'),(18783,3297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3088;s:6:\"height\";i:2316;s:4:\"file\";s:20:\"2018/11/IMG_0089.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0089-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0089-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0089-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0089-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0089-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0089-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0089-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0089-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0089-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0089-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0089-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0089-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0089-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_0089-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0089-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_0089-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_0089-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"IMG_0089-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0089-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_0089-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0089-150x150.jpg\";s:5:\"width\";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:\"IMG_0089-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0089-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0089-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_0089-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0089-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0089-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0089-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0089-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0089-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0089-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0089-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0089-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0089-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0089-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0089-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0089-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0089-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0089-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0089-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0089-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0089-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542355225\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.017543859649123\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18784,3298,'_wp_attached_file','2018/11/IMG_0594.jpg'),(18785,3298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2018/11/IMG_0594.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0594-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0594-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0594-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0594-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0594-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0594-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0594-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0594-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0594-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0594-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0594-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0594-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0594-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_0594-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0594-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_0594-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_0594-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"IMG_0594-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0594-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_0594-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0594-150x150.jpg\";s:5:\"width\";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:\"IMG_0594-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0594-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0594-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_0594-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0594-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0594-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0594-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0594-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0594-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0594-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0594-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0594-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0594-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0594-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0594-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0594-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0594-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0594-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0594-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0594-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0594-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542400660\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18786,3297,'_wp_attachment_image_alt','Krombacher completed their pub walk for the Licenced Trade Charity'),(18787,3298,'_wp_attachment_image_alt','Krombacher completed their pub walk for the Licensed Trade Charity'),(18788,3296,'_thumbnail_id','3297'),(18789,3296,'_adinserter_block_exceptions',''),(18790,3296,'slide_template','default'),(18791,3296,'_bunyad_featured_post','0'),(18792,3296,'_bunyad_cat_label','0'),(18793,3296,'_bunyad_featured_disable','0'),(18794,3296,'_bunyad_bg_image_bg_type','cover'),(18795,3296,'_bunyad_reviews','0'),(18796,3296,'_bunyad_review_pos','none'),(18797,3296,'_bunyad_review_type','points'),(18798,3296,'_bunyad_review_verdict','Awesome'),(18799,3296,'_yoast_wpseo_focuskw','licensed trade'),(18800,3296,'_yoast_wpseo_linkdex','97'),(18801,3296,'_yoast_wpseo_content_score','30'),(18802,3296,'_yoast_wpseo_primary_category','2'),(18803,3296,'_yoast_wpseo_title','Krombacher visited 303 pubs in 24 hours for the Licensed Trade Charity'),(18804,3296,'_yoast_wpseo_metadesc','UK team visited 303 pubs on foot around London on Friday, 16th November all money raised will be going to the Licensed Trade Charity'),(18805,3296,'xyz_fbap','1'),(18809,3296,'_wpas_done_all','1'),(18812,3296,'_wpas_skip_20130109','1'),(18815,3302,'_edit_last','1'),(18816,3302,'_edit_lock','1542715446:1'),(18817,3303,'_wp_attached_file','2018/11/15422950884.jpg'),(18818,3303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:746;s:4:\"file\";s:23:\"2018/11/15422950884.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"15422950884-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"15422950884-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"15422950884-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"15422950884-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"15422950884-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"15422950884-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"15422950884-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"15422950884-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"15422950884-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"15422950884-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"15422950884-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"15422950884-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"15422950884-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"15422950884-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"15422950884-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"15422950884-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"15422950884-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"15422950884-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"15422950884-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"15422950884-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"15422950884-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"15422950884-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"15422950884-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"15422950884-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"15422950884-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"15422950884-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"15422950884-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"15422950884-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"15422950884-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"15422950884-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"15422950884-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"15422950884-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"15422950884-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"15422950884-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"15422950884-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"15422950884-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"15422950884-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"15422950884-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"15422950884-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"15422950884-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"15422950884-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18819,3303,'_wp_attachment_image_alt','BrewDog has opened a bar in Hungary: BrewDog Budapest'),(18820,3302,'_thumbnail_id','3303'),(18821,3302,'_adinserter_block_exceptions',''),(18822,3302,'slide_template','default'),(18823,3302,'_bunyad_featured_post','1'),(18824,3302,'_bunyad_cat_label','0'),(18825,3302,'_bunyad_featured_disable','0'),(18826,3302,'_bunyad_bg_image_bg_type','cover'),(18827,3302,'_bunyad_reviews','0'),(18828,3302,'_bunyad_review_pos','none'),(18829,3302,'_bunyad_review_type','points'),(18830,3302,'_bunyad_review_verdict','Awesome'),(18831,3302,'_yoast_wpseo_focuskw','brewdog budapest'),(18832,3302,'_yoast_wpseo_title','BrewDog has opened a new bar in Hungary: BrewDog Budapest'),(18833,3302,'_yoast_wpseo_metadesc','Independent Scottish brewery BrewDog continues its mission to take the craft beer revolution global with the launch of BrewDog Budapest'),(18834,3302,'_yoast_wpseo_linkdex','91'),(18835,3302,'_yoast_wpseo_content_score','30'),(18836,3302,'_yoast_wpseo_primary_category','2'),(18837,3302,'xyz_fbap','1'),(18841,3302,'_wpas_done_all','1'),(18844,3302,'_wpas_skip_20130109','1'),(18847,3305,'_edit_last','1'),(18848,3305,'_edit_lock','1542725887:1'),(18849,3306,'_wp_attached_file','2018/11/distiller-1769574_640.jpg'),(18850,3306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:33:\"2018/11/distiller-1769574_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"distiller-1769574_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"distiller-1769574_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"distiller-1769574_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"distiller-1769574_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"distiller-1769574_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 450D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18851,3306,'_wp_attachment_image_alt','The number of distillery businesses in the UK has jumped 30% in just a year'),(18852,3305,'_thumbnail_id','3306'),(18853,3305,'_adinserter_block_exceptions',''),(18854,3305,'slide_template','default'),(18855,3305,'_bunyad_featured_post','1'),(18856,3305,'_bunyad_cat_label','0'),(18857,3305,'_bunyad_featured_disable','0'),(18858,3305,'_bunyad_bg_image_bg_type','cover'),(18859,3305,'_bunyad_reviews','0'),(18860,3305,'_bunyad_review_pos','none'),(18861,3305,'_bunyad_review_type','points'),(18862,3305,'_bunyad_review_verdict','Awesome'),(18863,3305,'_yoast_wpseo_focuskw','distillery businesses'),(18864,3305,'_yoast_wpseo_linkdex','94'),(18865,3305,'_yoast_wpseo_content_score','30'),(18866,3305,'_yoast_wpseo_primary_category','8'),(18867,3305,'_yoast_wpseo_title','Distillery businesses have grown by 30% in the past year alone'),(18868,3305,'_yoast_wpseo_metadesc','The UK distillery businesses have boomed in the last year alone, growing 30% from 131 in 2016, to 170 in 2017, our research shows'),(18869,3305,'xyz_fbap','1'),(18873,3305,'_wpas_done_all','1'),(18876,3305,'_wpas_skip_20130109','1'),(18879,3309,'_edit_last','1'),(18880,3309,'_edit_lock','1542722882:1'),(18881,3310,'_wp_attached_file','2018/11/celebration-315079_640.jpg'),(18882,3310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:34:\"2018/11/celebration-315079_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"celebration-315079_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"celebration-315079_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"celebration-315079_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"celebration-315079_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"celebration-315079_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:4:\"0.25\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18883,3310,'_wp_attachment_image_alt','UK to get a boost from visitors from the US during Thanksgiving week'),(18884,3309,'_thumbnail_id','3310'),(18885,3309,'_adinserter_block_exceptions',''),(18886,3309,'slide_template','default'),(18887,3309,'_bunyad_featured_post','1'),(18888,3309,'_bunyad_cat_label','0'),(18889,3309,'_bunyad_featured_disable','0'),(18890,3309,'_bunyad_bg_image_bg_type','cover'),(18891,3309,'_bunyad_reviews','0'),(18892,3309,'_bunyad_review_pos','none'),(18893,3309,'_bunyad_review_type','points'),(18894,3309,'_bunyad_review_verdict','Awesome'),(18895,3309,'_yoast_wpseo_focuskw','thanksgiving'),(18896,3309,'_yoast_wpseo_title','UK to get a boost from visitors from the US during Thanksgiving week'),(18897,3309,'_yoast_wpseo_metadesc','The UK could look forward to a rise in visitors from the United States (US) during Thanksgiving week with flight bookings showing a rise of 20%'),(18898,3309,'_yoast_wpseo_linkdex','97'),(18899,3309,'_yoast_wpseo_content_score','60'),(18900,3309,'_yoast_wpseo_primary_category','8'),(18901,3309,'xyz_fbap','1'),(18905,3309,'_wpas_done_all','1'),(18908,3309,'_wpas_skip_20130109','1'),(18915,3313,'_edit_last','1'),(18916,3313,'_edit_lock','1542728177:1'),(18917,3314,'_wp_attached_file','2018/11/X-Oven-from-Certa-Cooking-Equipment.jpg'),(18918,3314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2069;s:6:\"height\";i:2710;s:4:\"file\";s:47:\"2018/11/X-Oven-from-Certa-Cooking-Equipment.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"X-Oven-from-Certa-Cooking-Equipment-768x1006.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1006;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"X-Oven-from-Certa-Cooking-Equipment-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"X-Oven-from-Certa-Cooking-Equipment-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-696x912.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"X-Oven-from-Certa-Cooking-Equipment-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"X-Oven-from-Certa-Cooking-Equipment-1068x1399.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-321x420.jpg\";s:5:\"width\";i:321;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"X-Oven-from-Certa-Cooking-Equipment-1920x2515.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"X-Oven-from-Certa-Cooking-Equipment-782x1024.jpg\";s:5:\"width\";i:782;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"X-Oven-from-Certa-Cooking-Equipment-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"X-Oven-from-Certa-Cooking-Equipment-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"X-Oven-from-Certa-Cooking-Equipment-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"X-Oven-from-Certa-Cooking-Equipment-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506556800\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18919,3314,'_wp_attachment_image_alt','X-Oven from Certa Cooking Equipment'),(18920,3313,'_thumbnail_id','3314'),(18921,3313,'_adinserter_block_exceptions',''),(18922,3313,'slide_template','default'),(18923,3313,'_bunyad_featured_post','0'),(18924,3313,'_bunyad_cat_label','0'),(18925,3313,'_bunyad_featured_disable','0'),(18926,3313,'_bunyad_bg_image_bg_type','cover'),(18927,3313,'_bunyad_reviews','0'),(18928,3313,'_bunyad_review_pos','none'),(18929,3313,'_bunyad_review_type','points'),(18930,3313,'_bunyad_review_verdict','Awesome'),(18931,3313,'_yoast_wpseo_focuskw','x-oven'),(18932,3313,'_yoast_wpseo_title','Certa Cooking brings the X-Oven - A charcoal oven for the kitchen'),(18933,3313,'_yoast_wpseo_metadesc','The X-Oven from Certa Cooking Equipment is a state-of-the-art, stainless steel charcoal oven that will preserve the authenticity'),(18934,3313,'_yoast_wpseo_linkdex','91'),(18935,3313,'_yoast_wpseo_content_score','30'),(18936,3313,'_yoast_wpseo_primary_category','32'),(18937,3313,'xyz_fbap','1'),(18941,3313,'_wpas_done_all','1'),(18944,3313,'_wpas_skip_20130109','1'),(18949,3320,'_edit_last','1'),(18950,3320,'_edit_lock','1542817617:1'),(18951,3321,'_wp_attached_file','2018/11/PRESS-RELEASE-Hogs-Back-Brewery-Adopt-a-Hop-Helps-Hospice-Care.zip'),(18952,3322,'_wp_attached_file','2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams.jpg'),(18953,3322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:960;s:4:\"file\";s:52:\"2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-696x955.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:955;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-700x486.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-700x580.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-306x420.jpg\";s:5:\"width\";i:306;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-150x150.jpg\";s:5:\"width\";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:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-700x516.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-700x336.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-700x336.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:51:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-700x336.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:52:\"Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18954,3322,'_wp_attachment_image_alt','Hogs Back Brewery Adopt a hop Nick Adams'),(18955,3320,'_thumbnail_id','3322'),(18956,3320,'_adinserter_block_exceptions',''),(18957,3320,'slide_template','default'),(18958,3320,'_bunyad_featured_post','1'),(18959,3320,'_bunyad_cat_label','0'),(18960,3320,'_bunyad_featured_disable','0'),(18961,3320,'_bunyad_bg_image_bg_type','cover'),(18962,3320,'_bunyad_reviews','0'),(18963,3320,'_bunyad_review_pos','none'),(18964,3320,'_bunyad_review_type','points'),(18965,3320,'_bunyad_review_verdict','Awesome'),(18966,3320,'_yoast_wpseo_focuskw','adopt a hop'),(18967,3320,'_yoast_wpseo_title','Hogs Back Brewery ‘Adopt a Hop\' Helps Hospice Care'),(18968,3320,'_yoast_wpseo_metadesc','Hogs Back Brewery has signed up Hospice Care charity Phyllis Tuckwell to its unique adopt a hop scheme by having the charity as its Partner for a year'),(18969,3320,'_yoast_wpseo_linkdex','83'),(18970,3320,'_yoast_wpseo_content_score','30'),(18971,3320,'_yoast_wpseo_primary_category','5'),(18972,3320,'xyz_fbap','1'),(18976,3320,'_wpas_done_all','1'),(18979,3320,'_wpas_skip_20130109','1'),(18980,3324,'_edit_last','1'),(18981,3324,'_edit_lock','1542794571:1'),(18982,3324,'_adinserter_block_exceptions',''),(18983,3324,'slide_template','default'),(18984,3324,'_bunyad_featured_post','0'),(18985,3324,'_bunyad_cat_label','0'),(18986,3324,'_bunyad_featured_disable','0'),(18987,3324,'_bunyad_bg_image_bg_type','cover'),(18988,3324,'_bunyad_reviews','0'),(18989,3324,'_bunyad_review_pos','none'),(18990,3324,'_bunyad_review_type','points'),(18991,3324,'_bunyad_review_verdict','Awesome'),(18992,3324,'_yoast_wpseo_focuskw','chef apprenticeship'),(18993,3324,'_yoast_wpseo_metadesc','HIT Training is delighted to announce that there is finally a chef apprenticeship from fine dining through to contract catering and casual dining'),(18994,3324,'_yoast_wpseo_linkdex','91'),(18995,3324,'_yoast_wpseo_content_score','30'),(18996,3324,'_yoast_wpseo_primary_category','3'),(18997,3326,'_wp_attached_file','2018/11/Casual-dining-pizza_Italian.jpg'),(18998,3326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2405;s:6:\"height\";i:1600;s:4:\"file\";s:39:\"2018/11/Casual-dining-pizza_Italian.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Casual-dining-pizza_Italian-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Casual-dining-pizza_Italian-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"Casual-dining-pizza_Italian-1920x1277.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Casual-dining-pizza_Italian-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"Casual-dining-pizza_Italian-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18999,3326,'_wp_attachment_image_alt','Long awaited production Chef Apprenticeship is launched'),(19000,3327,'_wp_attached_file','2018/11/Casual-Dining-burger-prep.jpg'),(19001,3327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2018/11/Casual-Dining-burger-prep.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Casual-Dining-burger-prep-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-burger-prep-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"Casual-Dining-burger-prep-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-burger-prep-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-burger-prep-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19002,3327,'_wp_attachment_image_alt','Long awaited production Chef Apprenticeship is launched'),(19003,3324,'_thumbnail_id','3326'),(19004,3324,'_yoast_wpseo_title','Long awaited production Chef Apprenticeship is launched'),(19005,3324,'xyz_fbap','1'),(19009,3324,'_wpas_done_all','1'),(19012,3320,'_wp_old_slug','hogs-back-brewery-helps-hospice-care'),(19015,3331,'_edit_last','1'),(19016,3331,'_edit_lock','1542816535:1'),(19017,3332,'_wp_attached_file','2018/11/sugar-3485430_640.jpg'),(19018,3332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:29:\"2018/11/sugar-3485430_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"sugar-3485430_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"sugar-3485430_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-150x150.jpg\";s:5:\"width\";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:\"sugar-3485430_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"sugar-3485430_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"sugar-3485430_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"sugar-3485430_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19019,3332,'_wp_attachment_image_alt','sugar'),(19020,3331,'_thumbnail_id','3332'),(19021,3331,'_adinserter_block_exceptions',''),(19022,3331,'slide_template','default'),(19023,3331,'_bunyad_featured_post','1'),(19024,3331,'_bunyad_cat_label','0'),(19025,3331,'_bunyad_featured_disable','0'),(19026,3331,'_bunyad_bg_image_bg_type','cover'),(19027,3331,'_bunyad_reviews','0'),(19028,3331,'_bunyad_review_pos','none'),(19029,3331,'_bunyad_review_type','points'),(19030,3331,'_bunyad_review_verdict','Awesome'),(19031,3331,'_yoast_wpseo_focuskw','sugar'),(19032,3331,'_yoast_wpseo_title','Overwhelming public support for sugar and calorie reduction'),(19033,3331,'_yoast_wpseo_metadesc','A survey from Public Health England (PHE) found that around 9 in 10 people support the government working with the food industry to reduce sugar'),(19034,3331,'_yoast_wpseo_linkdex','84'),(19035,3331,'_yoast_wpseo_content_score','30'),(19036,3331,'_yoast_wpseo_primary_category','2'),(19037,3331,'xyz_fbap','1'),(19041,3331,'_wpas_done_all','1'),(19044,3324,'_wpas_skip_20130109','1'),(19047,3331,'_wpas_skip_20130109','1'),(19048,3335,'_edit_last','1'),(19049,3335,'_edit_lock','1542815287:1'),(19050,3336,'_wp_attached_file','2018/11/san-miguel-00-headline.png'),(19051,3336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:686;s:6:\"height\";i:381;s:4:\"file\";s:34:\"2018/11/san-miguel-00-headline.png\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"san-miguel-00-headline-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"san-miguel-00-headline-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-324x381.png\";s:5:\"width\";i:324;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-534x381.png\";s:5:\"width\";i:534;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"san-miguel-00-headline-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-686x336.png\";s:5:\"width\";i:686;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-686x336.png\";s:5:\"width\";i:686;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-536x381.png\";s:5:\"width\";i:536;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-600x381.png\";s:5:\"width\";i:600;s:6:\"height\";i:381;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"san-miguel-00-headline-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-686x336.png\";s:5:\"width\";i:686;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"san-miguel-00-headline-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19052,3336,'_wp_attachment_image_alt','Carlsberg - No alcohol beer is becoming more socially acceptable'),(19053,3335,'_thumbnail_id','3336'),(19054,3335,'_adinserter_block_exceptions',''),(19055,3335,'slide_template','default'),(19056,3335,'_bunyad_featured_post','0'),(19057,3335,'_bunyad_cat_label','0'),(19058,3335,'_bunyad_featured_disable','0'),(19059,3335,'_bunyad_bg_image_bg_type','cover'),(19060,3335,'_bunyad_reviews','0'),(19061,3335,'_bunyad_review_pos','none'),(19062,3335,'_bunyad_review_type','points'),(19063,3335,'_bunyad_review_verdict','Awesome'),(19064,3335,'_yoast_wpseo_focuskw','no alcohol beers'),(19065,3335,'_yoast_wpseo_title','Carlsberg - No alcohol beer is becoming more socially acceptable'),(19066,3335,'_yoast_wpseo_metadesc','According to a new study by Carlsberg UK, consumers across the UK believe that low or no alcohol beer is becoming more socially acceptable.'),(19067,3335,'_yoast_wpseo_linkdex','79'),(19068,3335,'_yoast_wpseo_content_score','30'),(19069,3335,'_yoast_wpseo_primary_category','2'),(19072,3338,'_edit_last','1'),(19073,3338,'_edit_lock','1542798675:1'),(19074,3339,'_wp_attached_file','2018/11/red-wine-2443699_640.jpg'),(19075,3339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:32:\"2018/11/red-wine-2443699_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"red-wine-2443699_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"red-wine-2443699_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"red-wine-2443699_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"red-wine-2443699_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"red-wine-2443699_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:16:\"0.16666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19076,3339,'_wp_attachment_image_alt','UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate'),(19077,3340,'_wp_attached_file','2018/11/alcohol-428392_640.jpg'),(19078,3340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:30:\"2018/11/alcohol-428392_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"alcohol-428392_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"alcohol-428392_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"alcohol-428392_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"alcohol-428392_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"alcohol-428392_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19079,3340,'_wp_attachment_image_alt',''),(19080,3338,'_thumbnail_id','3339'),(19081,3338,'_adinserter_block_exceptions',''),(19082,3338,'slide_template','default'),(19083,3338,'_bunyad_featured_post','1'),(19084,3338,'_bunyad_cat_label','0'),(19085,3338,'_bunyad_featured_disable','0'),(19086,3338,'_bunyad_bg_image_bg_type','cover'),(19087,3338,'_bunyad_reviews','0'),(19088,3338,'_bunyad_review_pos','none'),(19089,3338,'_bunyad_review_type','points'),(19090,3338,'_bunyad_review_verdict','Awesome'),(19091,3338,'_yoast_wpseo_focuskw','scottish government\'s'),(19092,3338,'_yoast_wpseo_title','The Scottish Government\'s alcohol strategy must be proportionate'),(19093,3338,'_yoast_wpseo_metadesc','UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate'),(19094,3338,'_yoast_wpseo_linkdex','78'),(19095,3338,'_yoast_wpseo_content_score','30'),(19096,3338,'_yoast_wpseo_primary_category','2'),(19097,3338,'xyz_fbap','1'),(19101,3338,'_wpas_done_all','1'),(19102,3335,'xyz_fbap','1'),(19106,3335,'_wpas_done_all','1'),(19109,3335,'_wpas_skip_20130109','1'),(19112,3343,'_edit_last','1'),(19113,3343,'_edit_lock','1542815844:1'),(19114,3343,'_adinserter_block_exceptions',''),(19115,3343,'slide_template','default'),(19116,3343,'_bunyad_featured_post','0'),(19117,3343,'_bunyad_cat_label','0'),(19118,3343,'_bunyad_featured_disable','0'),(19119,3343,'_bunyad_bg_image_bg_type','cover'),(19120,3343,'_bunyad_reviews','0'),(19121,3343,'_bunyad_review_pos','none'),(19122,3343,'_bunyad_review_type','points'),(19123,3343,'_bunyad_review_verdict','Awesome'),(19124,3343,'_yoast_wpseo_focuskw','craft gin'),(19125,3343,'_yoast_wpseo_linkdex','97'),(19126,3343,'_yoast_wpseo_content_score','30'),(19127,3343,'_yoast_wpseo_primary_category','2'),(19128,3345,'_wp_attached_file','2018/11/image003.png'),(19129,3345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:388;s:6:\"height\";i:323;s:4:\"file\";s:20:\"2018/11/image003.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image003-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image003-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image003-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image003-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image003-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image003-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image003-324x323.png\";s:5:\"width\";i:324;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image003-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image003-356x323.png\";s:5:\"width\";i:356;s:6:\"height\";i:323;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image003-388x261.png\";s:5:\"width\";i:388;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image003-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:\"image003-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image003-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image003-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image003-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image003-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image003-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image003-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image003-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image003-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image003-388x240.png\";s:5:\"width\";i:388;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image003-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image003-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image003-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image003-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19130,3346,'_wp_attached_file','2018/11/image004.png'),(19131,3346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:188;s:6:\"height\";i:339;s:4:\"file\";s:20:\"2018/11/image004.png\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image004-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image004-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image004-188x150.png\";s:5:\"width\";i:188;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image004-188x198.png\";s:5:\"width\";i:188;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image004-188x160.png\";s:5:\"width\";i:188;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image004-188x235.png\";s:5:\"width\";i:188;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image004-188x220.png\";s:5:\"width\";i:188;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image004-188x261.png\";s:5:\"width\";i:188;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image004-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:\"image004-166x300.png\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image004-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image004-188x336.png\";s:5:\"width\";i:188;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image004-188x336.png\";s:5:\"width\";i:188;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image004-188x185.png\";s:5:\"width\";i:188;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image004-188x185.png\";s:5:\"width\";i:188;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image004-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image004-188x140.png\";s:5:\"width\";i:188;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image004-188x215.png\";s:5:\"width\";i:188;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image004-188x300.png\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image004-188x192.png\";s:5:\"width\";i:188;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image004-188x240.png\";s:5:\"width\";i:188;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image004-188x216.png\";s:5:\"width\";i:188;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image004-188x205.png\";s:5:\"width\";i:188;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image004-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image004-188x336.png\";s:5:\"width\";i:188;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image004-188x140.png\";s:5:\"width\";i:188;s:6:\"height\";i:140;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:{}}}'),(19132,3347,'_wp_attached_file','2018/11/image005.png'),(19133,3347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:329;s:6:\"height\";i:249;s:4:\"file\";s:20:\"2018/11/image005.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image005-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image005-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image005-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image005-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image005-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image005-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image005-324x249.png\";s:5:\"width\";i:324;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image005-329x220.png\";s:5:\"width\";i:329;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image005-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:\"image005-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image005-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image005-329x185.png\";s:5:\"width\";i:329;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image005-329x185.png\";s:5:\"width\";i:329;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image005-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image005-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image005-329x215.png\";s:5:\"width\";i:329;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image005-233x249.png\";s:5:\"width\";i:233;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image005-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image005-329x240.png\";s:5:\"width\";i:329;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image005-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image005-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image005-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image005-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19134,3348,'_wp_attached_file','2018/11/image006.png'),(19135,3348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:222;s:4:\"file\";s:20:\"2018/11/image006.png\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image006-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image006-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image006-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image006-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image006-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image006-324x222.png\";s:5:\"width\";i:324;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image006-324x222.png\";s:5:\"width\";i:324;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image006-336x220.png\";s:5:\"width\";i:336;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image006-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:\"image006-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image006-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image006-336x185.png\";s:5:\"width\";i:336;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image006-336x185.png\";s:5:\"width\";i:336;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image006-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image006-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image006-336x215.png\";s:5:\"width\";i:336;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image006-233x222.png\";s:5:\"width\";i:233;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image006-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image006-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image006-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image006-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image006-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19136,3347,'_wp_attachment_image_alt','Indian craft gin'),(19137,3348,'_wp_attachment_image_alt','Indian craft gin'),(19138,3345,'_wp_attachment_image_alt','Indian craft Gin & Tonic'),(19139,3346,'_wp_attachment_image_alt','Jaisalmer Indian Craft Gin launches in the UK'),(19140,3343,'_thumbnail_id','3351'),(19141,3343,'_yoast_wpseo_title','Jaisalmer Indian Craft Gin launches in the UK in celebration of Diwali'),(19142,3343,'_yoast_wpseo_metadesc','In celebration of Diwali, Jaisalmer Indian Craft Gin is launching today in the UK, which is distilled at one of India’s oldest distilleries'),(19143,3351,'_wp_attached_file','2018/11/gin-2126375_640.jpg'),(19144,3351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:27:\"2018/11/gin-2126375_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"gin-2126375_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"gin-2126375_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-150x150.jpg\";s:5:\"width\";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:\"gin-2126375_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"gin-2126375_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"gin-2126375_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"gin-2126375_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19145,3351,'_wp_attachment_image_alt','Indian craft Gin & Tonic'),(19146,3343,'xyz_fbap','1'),(19150,3343,'_wpas_done_all','1'),(19151,3352,'_edit_last','1'),(19152,3352,'_edit_lock','1542816350:1'),(19153,3353,'_wp_attached_file','2018/11/Artistic-impression-of-new-Edinburgh-Gin-Distillery.png'),(19154,3353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:937;s:6:\"height\";i:704;s:4:\"file\";s:63:\"2018/11/Artistic-impression-of-new-Edinburgh-Gin-Distillery.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-768x577.png\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:61:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:62:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-696x523.png\";s:5:\"width\";i:696;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-937x580.png\";s:5:\"width\";i:937;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-559x420.png\";s:5:\"width\";i:559;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-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:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-937x516.png\";s:5:\"width\";i:937;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:62:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:63:\"Artistic-impression-of-new-Edinburgh-Gin-Distillery-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19155,3353,'_wp_attachment_image_alt','Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley'),(19156,3354,'_wp_attached_file','2018/11/EG-CGI-UPDATE-14.11.2018.jpg'),(19157,3354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:3000;s:4:\"file\";s:36:\"2018/11/EG-CGI-UPDATE-14.11.2018.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"EG-CGI-UPDATE-14.11.2018-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"EG-CGI-UPDATE-14.11.2018-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"EG-CGI-UPDATE-14.11.2018-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"EG-CGI-UPDATE-14.11.2018-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"EG-CGI-UPDATE-14.11.2018-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"EG-CGI-UPDATE-14.11.2018-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"EG-CGI-UPDATE-14.11.2018-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"EG-CGI-UPDATE-14.11.2018-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"EG-CGI-UPDATE-14.11.2018-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"EG-CGI-UPDATE-14.11.2018-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-TZ60\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535534744\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19158,3354,'_wp_attachment_image_alt','Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley'),(19159,3352,'_thumbnail_id','3353'),(19160,3352,'_adinserter_block_exceptions',''),(19161,3352,'slide_template','default'),(19162,3352,'_bunyad_featured_post','0'),(19163,3352,'_bunyad_cat_label','0'),(19164,3352,'_bunyad_featured_disable','0'),(19165,3352,'_bunyad_bg_image_bg_type','cover'),(19166,3352,'_bunyad_reviews','0'),(19167,3352,'_bunyad_review_pos','none'),(19168,3352,'_bunyad_review_type','points'),(19169,3352,'_bunyad_review_verdict','Awesome'),(19170,3352,'_yoast_wpseo_focuskw','distillery'),(19171,3352,'_yoast_wpseo_title','Edinburgh Gin unveils plans for a multi-million-pound distillery'),(19172,3352,'_yoast_wpseo_metadesc','dinburgh Gin – the multi-award-winning spirits brand – is announcing plans to invest in a new multi-million-pound distillery in Edinburgh city centre'),(19173,3352,'_yoast_wpseo_linkdex','97'),(19174,3352,'_yoast_wpseo_content_score','30'),(19175,3352,'_yoast_wpseo_primary_category',''),(19176,3352,'xyz_fbap','1'),(19180,3352,'_wpas_done_all','1'),(19183,3352,'_wpas_skip_20130109','1'),(19184,3360,'_edit_last','1'),(19185,3360,'_edit_lock','1542881999:1'),(19186,3361,'_wp_attached_file','2018/11/analytics-3088958_640.jpg'),(19187,3361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:33:\"2018/11/analytics-3088958_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"analytics-3088958_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"analytics-3088958_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"analytics-3088958_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"analytics-3088958_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19188,3361,'_wp_attachment_image_alt','BullGuard VPN and NordVPN announce partnership for cybersecurity'),(19189,3360,'_thumbnail_id','3363'),(19190,3360,'_adinserter_block_exceptions',''),(19191,3360,'slide_template','default'),(19192,3360,'_bunyad_featured_post','1'),(19193,3360,'_bunyad_cat_label','0'),(19194,3360,'_bunyad_featured_disable','0'),(19195,3360,'_bunyad_bg_image_bg_type','cover'),(19196,3360,'_bunyad_reviews','0'),(19197,3360,'_bunyad_review_pos','none'),(19198,3360,'_bunyad_review_type','points'),(19199,3360,'_bunyad_review_verdict','Awesome'),(19200,3360,'_yoast_wpseo_focuskw','vpn'),(19201,3360,'_yoast_wpseo_title','BullGuard VPN and NordVPN announce partnership for cybersecurity'),(19202,3360,'_yoast_wpseo_metadesc','BullGuard VPN will make it simple for consumers to enable secure, encrypted connections everywhere ensuring their total privacy on the internet'),(19203,3360,'_yoast_wpseo_linkdex','91'),(19204,3360,'_yoast_wpseo_content_score','30'),(19205,3360,'_yoast_wpseo_primary_category','10'),(19206,3363,'_wp_attached_file','2018/11/analytics-3088958_1280.jpg'),(19207,3363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:34:\"2018/11/analytics-3088958_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"analytics-3088958_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"analytics-3088958_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"analytics-3088958_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"analytics-3088958_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"analytics-3088958_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"analytics-3088958_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"analytics-3088958_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19208,3363,'_wp_attachment_image_alt','BullGuard VPN and NordVPN announce partnership for cybersecurity'),(19209,3360,'xyz_fbap','1'),(19213,3360,'_wpas_done_all','1'),(19216,3360,'_wpas_skip_20130109','1'),(19219,3365,'_edit_last','1'),(19220,3365,'_edit_lock','1542881962:1'),(19221,3366,'_wp_attached_file','2018/11/csm_Gin_bar_2_bb197d79d5.jpg'),(19222,3366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:467;s:6:\"height\";i:355;s:4:\"file\";s:36:\"2018/11/csm_Gin_bar_2_bb197d79d5.jpg\";s:5:\"sizes\";a:28:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"csm_Gin_bar_2_bb197d79d5-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"csm_Gin_bar_2_bb197d79d5-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-324x355.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-356x355.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-467x261.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"csm_Gin_bar_2_bb197d79d5-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-467x336.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-467x336.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-467x240.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"csm_Gin_bar_2_bb197d79d5-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-467x336.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"csm_Gin_bar_2_bb197d79d5-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19223,3366,'_wp_attachment_image_alt','NITA\'s innovative training programmes awards'),(19224,3365,'_thumbnail_id','3368'),(19225,3365,'_adinserter_block_exceptions',''),(19226,3365,'slide_template','default'),(19227,3365,'_bunyad_featured_post','0'),(19228,3365,'_bunyad_cat_label','0'),(19229,3365,'_bunyad_featured_disable','0'),(19230,3365,'_bunyad_bg_image_bg_type','cover'),(19231,3365,'_bunyad_reviews','0'),(19232,3365,'_bunyad_review_pos','none'),(19233,3365,'_bunyad_review_type','points'),(19234,3365,'_bunyad_review_verdict','Awesome'),(19235,3365,'_yoast_wpseo_focuskw','training programmes'),(19236,3365,'_yoast_wpseo_title','NITA\'s innovative training programmes has had its annual awards 2018'),(19237,3365,'_yoast_wpseo_metadesc','NITA\'s innovative training programmes has had its annual awards 2018 & they couldn\'t have been happier with the innovations from 7 catagory winners'),(19238,3365,'_yoast_wpseo_linkdex','91'),(19239,3365,'_yoast_wpseo_content_score','30'),(19240,3365,'_yoast_wpseo_primary_category','10'),(19241,3368,'_wp_attached_file','2018/11/glasses-919071_1280.jpg'),(19242,3368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:850;s:4:\"file\";s:31:\"2018/11/glasses-919071_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"glasses-919071_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"glasses-919071_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"glasses-919071_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"glasses-919071_1280-1068x709.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"glasses-919071_1280-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"glasses-919071_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"glasses-919071_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"glasses-919071_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"glasses-919071_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19243,3368,'_wp_attachment_image_alt','NITA\'s innovative training programmes awards'),(19244,3365,'xyz_fbap','1'),(19248,3365,'_wpas_done_all','1'),(19251,3365,'_wpas_skip_20130109','1'),(19256,3371,'_edit_last','1'),(19257,3371,'_edit_lock','1542899397:1'),(19258,3372,'_wp_attached_file','2018/11/House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe.jpg'),(19259,3372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1597;s:4:\"file\";s:70:\"2018/11/House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:68:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:69:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:71:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:71:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:72:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:71:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:69:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:70:\"House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501335404\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19260,3372,'_wp_attachment_image_alt','House of Lords Korean BBQ sauce from Creative Foods Europe'),(19261,3371,'_thumbnail_id','3372'),(19262,3371,'_adinserter_block_exceptions',''),(19263,3371,'slide_template','default'),(19264,3371,'_bunyad_featured_post','0'),(19265,3371,'_bunyad_cat_label','0'),(19266,3371,'_bunyad_featured_disable','0'),(19267,3371,'_bunyad_bg_image_bg_type','cover'),(19268,3371,'_bunyad_reviews','0'),(19269,3371,'_bunyad_review_pos','none'),(19270,3371,'_bunyad_review_type','points'),(19271,3371,'_bunyad_review_verdict','Awesome'),(19272,3371,'_yoast_wpseo_focuskw','korean bbq sauce'),(19273,3371,'_yoast_wpseo_title','Creative Foods Europe creates Asian Inspiration\'s Korean BBQ sauce'),(19274,3371,'_yoast_wpseo_metadesc','Recreate the flavours of Korea in an instant with Atlantic’s House of Lords Sticky Korean BBQ Sauce from Creative Foods Europe'),(19275,3371,'_yoast_wpseo_linkdex','75'),(19276,3371,'_yoast_wpseo_content_score','30'),(19277,3371,'_yoast_wpseo_primary_category','3'),(19278,3371,'xyz_fbap','1'),(19282,3371,'_wpas_done_all','1'),(19285,3371,'_wpas_skip_20130109','1'),(19286,3375,'_edit_last','1'),(19287,3375,'_edit_lock','1542897791:1'),(19288,3376,'_wp_attached_file','2018/11/FEMs-Saf-T-Ice-Scoop-from-San-Jamar.jpg'),(19289,3376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3156;s:6:\"height\";i:2150;s:4:\"file\";s:47:\"2018/11/FEMs-Saf-T-Ice-Scoop-from-San-Jamar.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-617x420.jpg\";s:5:\"width\";i:617;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-1920x1308.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:48:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:46:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:47:\"FEMs-Saf-T-Ice-Scoop-from-San-Jamar-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517483582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:6:\"SI7000\";i:1;s:8:\"SanJamar\";}}}'),(19290,3376,'_wp_attachment_image_alt','Ice hygiene: BBC Watchdog - avoid the poop – use a scoop'),(19291,3375,'_thumbnail_id','3376'),(19292,3375,'_adinserter_block_exceptions',''),(19293,3375,'slide_template','default'),(19294,3375,'_bunyad_featured_post','0'),(19295,3375,'_bunyad_cat_label','0'),(19296,3375,'_bunyad_featured_disable','0'),(19297,3375,'_bunyad_bg_image_bg_type','cover'),(19298,3375,'_bunyad_reviews','0'),(19299,3375,'_bunyad_review_pos','none'),(19300,3375,'_bunyad_review_type','points'),(19301,3375,'_bunyad_review_verdict','Awesome'),(19302,3375,'_yoast_wpseo_focuskw','ice hygiene'),(19303,3375,'_yoast_wpseo_title','Ice hygiene: BBC Watchdog - avoid the poop – use a scoop'),(19304,3375,'_yoast_wpseo_metadesc','As BBC’s Watchdog once again finds dangerous levels of faecal bacteria in ice in several leading pub chains, FEM has advice on standards of ice hygiene. '),(19305,3375,'_yoast_wpseo_linkdex','94'),(19306,3375,'_yoast_wpseo_content_score','30'),(19307,3375,'_yoast_wpseo_primary_category','2'),(19308,3375,'xyz_fbap','1'),(19312,3375,'_wpas_done_all','1'),(19313,3379,'_edit_last','1'),(19314,3379,'_edit_lock','1542902562:1'),(19317,3375,'_wpas_skip_20130109','1'),(19318,3380,'_wp_attached_file','2018/11/BrewDogEdinAirport_2.jpg'),(19319,3380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1241;s:6:\"height\";i:826;s:4:\"file\";s:32:\"2018/11/BrewDogEdinAirport_2.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"BrewDogEdinAirport_2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"BrewDogEdinAirport_2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"BrewDogEdinAirport_2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"BrewDogEdinAirport_2-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_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:32:\"BrewDogEdinAirport_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"BrewDogEdinAirport_2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"BrewDogEdinAirport_2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"BrewDogEdinAirport_2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"BrewDogEdinAirport_2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"BrewDogEdinAirport_2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19320,3380,'_wp_attachment_image_alt','BrewDog launches a new bar at Edinburgh Airport'),(19321,3379,'_thumbnail_id','3380'),(19322,3379,'_adinserter_block_exceptions',''),(19323,3379,'slide_template','default'),(19324,3379,'_bunyad_featured_post','1'),(19325,3379,'_bunyad_cat_label','0'),(19326,3379,'_bunyad_featured_disable','0'),(19327,3379,'_bunyad_bg_image_bg_type','cover'),(19328,3379,'_bunyad_reviews','0'),(19329,3379,'_bunyad_review_pos','none'),(19330,3379,'_bunyad_review_type','points'),(19331,3379,'_bunyad_review_verdict','Awesome'),(19332,3379,'_yoast_wpseo_focuskw','Edinburgh Airport'),(19333,3379,'_yoast_wpseo_title','BrewDog launches a new bar at Edinburgh Airport'),(19334,3379,'_yoast_wpseo_metadesc','Scotland’s busiest airport is expanding into a new extension and we can announce today that one of those units will be ours; BrewDog Edinburgh Airport'),(19335,3379,'_yoast_wpseo_linkdex','89'),(19336,3379,'_yoast_wpseo_content_score','30'),(19337,3379,'_yoast_wpseo_primary_category','5'),(19338,3379,'xyz_fbap','1'),(19342,3379,'_wpas_done_all','1'),(19349,276,'_adinserter_block_exceptions',''),(19350,276,'_bunyad_bg_image_bg_type','cover'),(19351,276,'_oembed_745d9767ab814d2e218a32fd7c9bf1c7','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_20_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(19352,276,'_oembed_time_745d9767ab814d2e218a32fd7c9bf1c7','1543218668'),(19353,23,'_adinserter_block_exceptions',''),(19354,23,'_bunyad_bg_image_bg_type','cover'),(19355,23,'_oembed_745d9767ab814d2e218a32fd7c9bf1c7','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_20_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(19356,23,'_oembed_time_745d9767ab814d2e218a32fd7c9bf1c7','1543218819'),(19357,3385,'_edit_last','1'),(19358,3385,'_edit_lock','1543316992:1'),(19359,3385,'_adinserter_block_exceptions',''),(19360,3385,'slide_template','default'),(19361,3385,'_bunyad_featured_post','1'),(19362,3385,'_bunyad_cat_label','0'),(19363,3385,'_bunyad_featured_disable','0'),(19364,3385,'_bunyad_bg_image_bg_type','cover'),(19365,3385,'_bunyad_reviews','0'),(19366,3385,'_bunyad_review_pos','none'),(19367,3385,'_bunyad_review_type','points'),(19368,3385,'_bunyad_review_verdict','Awesome'),(19369,3385,'_yoast_wpseo_content_score','60'),(19370,3385,'_yoast_wpseo_primary_category','8'),(19371,3388,'_wp_attached_file','2018/11/pub-1125514_1280.jpg'),(19372,3388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:28:\"2018/11/pub-1125514_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"pub-1125514_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"pub-1125514_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"pub-1125514_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"pub-1125514_1280-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-150x150.jpg\";s:5:\"width\";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:\"pub-1125514_1280-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pub-1125514_1280-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pub-1125514_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"pub-1125514_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"pub-1125514_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"pub-1125514_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19373,3388,'_wp_attachment_image_alt','One in four pubs and bars have closed since 2008'),(19374,3389,'_wp_attached_file','2018/11/river-607020_1280.jpg'),(19375,3389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:841;s:4:\"file\";s:29:\"2018/11/river-607020_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"river-607020_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"river-607020_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-696x457.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"river-607020_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"river-607020_1280-1068x702.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-639x420.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-150x150.jpg\";s:5:\"width\";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:\"river-607020_1280-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"river-607020_1280-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"river-607020_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"river-607020_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"river-607020_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"river-607020_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19376,3389,'_wp_attachment_image_alt','One in four pubs and bars have closed since 2008'),(19377,3385,'_thumbnail_id','3388'),(19378,3385,'_yoast_wpseo_focuskw','pubs and bars'),(19379,3385,'_yoast_wpseo_title','Economies of ale: Small pubs and bars close as chains focus on big bars'),(19380,3385,'_yoast_wpseo_metadesc','Since 2008, nearly a quarter of pubs and bars in the UK have closed – but the turnover of the pub industry is holding up and employment is on the rise'),(19381,3385,'_yoast_wpseo_linkdex','81'),(19382,3385,'xyz_fbap','1'),(19386,3385,'_wpas_done_all','1'),(19389,3385,'_wpas_skip_20130109','1'),(19390,3392,'_edit_last','1'),(19391,3392,'_edit_lock','1543316981:1'),(19392,3393,'_wp_attached_file','2018/11/bar-2209813_1280.jpg'),(19393,3393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2018/11/bar-2209813_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"bar-2209813_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-150x150.jpg\";s:5:\"width\";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:\"bar-2209813_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19394,3393,'_wp_attachment_image_alt','When beer tax rose by 42% - 5,000 pubs closed across the UK'),(19395,3394,'_wp_attached_file','2018/11/beer-2439237_1280.jpg'),(19396,3394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:851;s:4:\"file\";s:29:\"2018/11/beer-2439237_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"beer-2439237_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"beer-2439237_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"beer-2439237_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"beer-2439237_1280-1068x710.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-150x150.jpg\";s:5:\"width\";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:\"beer-2439237_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"beer-2439237_1280-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-2439237_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"beer-2439237_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"beer-2439237_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"beer-2439237_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19397,3394,'_wp_attachment_image_alt','As beer tax rose by 42% - 5,000 pubs closed across the UK'),(19398,3392,'_thumbnail_id','3393'),(19399,3392,'_adinserter_block_exceptions',''),(19400,3392,'slide_template','default'),(19401,3392,'_bunyad_featured_post','1'),(19402,3392,'_bunyad_cat_label','0'),(19403,3392,'_bunyad_featured_disable','0'),(19404,3392,'_bunyad_bg_image_bg_type','cover'),(19405,3392,'_bunyad_reviews','0'),(19406,3392,'_bunyad_review_pos','none'),(19407,3392,'_bunyad_review_type','points'),(19408,3392,'_bunyad_review_verdict','Awesome'),(19409,3392,'_yoast_wpseo_focuskw','beer'),(19410,3392,'_yoast_wpseo_title','BBPA responds to pub closures - beer tax rose, 5,000 pubs closed'),(19411,3392,'_yoast_wpseo_metadesc','Responding to a new report by the Office for National Statistics (ONS) titled the Economies of ale, British Beer and Pub Association (BBPA) reacts'),(19412,3392,'_yoast_wpseo_linkdex','85'),(19413,3392,'_yoast_wpseo_content_score','60'),(19414,3392,'_yoast_wpseo_primary_category','8'),(19415,3392,'xyz_fbap','1'),(19419,3392,'_wpas_done_all','1'),(19422,3392,'_wpas_skip_20130109','1'),(19423,3397,'_edit_last','1'),(19424,3397,'_edit_lock','1543321094:1'),(19425,3398,'_wp_attached_file','2018/11/dessert-3804693_1280.jpg'),(19426,3398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:32:\"2018/11/dessert-3804693_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"dessert-3804693_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"dessert-3804693_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"dessert-3804693_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"dessert-3804693_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"dessert-3804693_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"dessert-3804693_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"dessert-3804693_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"dessert-3804693_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"dessert-3804693_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19427,3398,'_wp_attachment_image_alt','TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire'),(19428,3397,'_thumbnail_id','3398'),(19429,3397,'_adinserter_block_exceptions',''),(19430,3397,'slide_template','default'),(19431,3397,'_bunyad_featured_post','1'),(19432,3397,'_bunyad_cat_label','0'),(19433,3397,'_bunyad_featured_disable','0'),(19434,3397,'_bunyad_bg_image_bg_type','cover'),(19435,3397,'_bunyad_reviews','0'),(19436,3397,'_bunyad_review_pos','none'),(19437,3397,'_bunyad_review_type','points'),(19438,3397,'_bunyad_review_verdict','Awesome'),(19439,3397,'_yoast_wpseo_focuskw','crepeaffaire'),(19440,3397,'_yoast_wpseo_title','A New Partnership for Crepeaffaire and TRG Concessions'),(19441,3397,'_yoast_wpseo_metadesc','TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire which will see a delivery of the brand’s quality crepes'),(19442,3397,'_yoast_wpseo_linkdex','91'),(19443,3397,'_yoast_wpseo_content_score','30'),(19444,3397,'_yoast_wpseo_primary_category','3'),(19445,3397,'xyz_fbap','1'),(19449,3397,'_wpas_done_all','1'),(19452,3397,'_wpas_skip_20130109','1'),(19457,3401,'_edit_last','1'),(19458,3401,'_edit_lock','1543326414:1'),(19459,3402,'_wp_attached_file','2018/11/birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2.jpg'),(19460,3402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:1656;s:4:\"file\";s:73:\"2018/11/birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:71:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:72:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:74:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:74:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:75:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:74:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:74:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:72:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:73:\"birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:10:\"Ben Gibson\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517324918\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"145\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19461,3403,'_wp_attached_file','2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render.png'),(19462,3403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1653;s:6:\"height\";i:2338;s:4:\"file\";s:49:\"2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Birra-Moretti-UK-Pint-Glass-3D-Render-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"Birra-Moretti-UK-Pint-Glass-3D-Render-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"Birra-Moretti-UK-Pint-Glass-3D-Render-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-696x984.png\";s:5:\"width\";i:696;s:6:\"height\";i:984;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"Birra-Moretti-UK-Pint-Glass-3D-Render-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"Birra-Moretti-UK-Pint-Glass-3D-Render-1068x1511.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-297x420.png\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-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:\"Birra-Moretti-UK-Pint-Glass-3D-Render-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Birra-Moretti-UK-Pint-Glass-3D-Render-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Birra-Moretti-UK-Pint-Glass-3D-Render-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:50:\"Birra-Moretti-UK-Pint-Glass-3D-Render-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"Birra-Moretti-UK-Pint-Glass-3D-Render-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"Birra-Moretti-UK-Pint-Glass-3D-Render-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19463,3404,'_wp_attached_file','2018/11/BM-15-060.png'),(19464,3404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2018/11/BM-15-060.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"BM-15-060-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"BM-15-060-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"BM-15-060-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"BM-15-060-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"BM-15-060-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"BM-15-060-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"BM-15-060-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"BM-15-060-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"BM-15-060-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"BM-15-060-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"BM-15-060-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"BM-15-060-534x400.png\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"BM-15-060-600x385.png\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BM-15-060-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:\"BM-15-060-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"BM-15-060-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"BM-15-060-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"BM-15-060-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"BM-15-060-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"BM-15-060-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"BM-15-060-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"BM-15-060-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"BM-15-060-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"BM-15-060-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"BM-15-060-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"BM-15-060-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"BM-15-060-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"BM-15-060-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"BM-15-060-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"BM-15-060-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"BM-15-060-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"BM-15-060-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"BM-15-060-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19465,3405,'_wp_attached_file','2018/11/Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5.png'),(19466,3405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:823;s:6:\"height\";i:3074;s:4:\"file\";s:82:\"2018/11/Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:83:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-768x2869.png\";s:5:\"width\";i:768;s:6:\"height\";i:2869;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:80:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:81:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:83:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-696x2600.png\";s:5:\"width\";i:696;s:6:\"height\";i:2600;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-823x580.png\";s:5:\"width\";i:823;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-112x420.png\";s:5:\"width\";i:112;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-80x300.png\";s:5:\"width\";i:80;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-274x1024.png\";s:5:\"width\";i:274;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:81:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-823x516.png\";s:5:\"width\";i:823;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:81:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:82:\"Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19467,3402,'_wp_attachment_image_alt','The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed'),(19468,3404,'_wp_attachment_image_alt','The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed'),(19469,3403,'_wp_attachment_image_alt','The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed'),(19470,3405,'_wp_attachment_image_alt','The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed'),(19471,3401,'_thumbnail_id','3402'),(19472,3401,'_adinserter_block_exceptions',''),(19473,3401,'slide_template','default'),(19474,3401,'_bunyad_featured_post','0'),(19475,3401,'_bunyad_cat_label','0'),(19476,3401,'_bunyad_featured_disable','0'),(19477,3401,'_bunyad_bg_image_bg_type','cover'),(19478,3401,'_bunyad_reviews','0'),(19479,3401,'_bunyad_review_pos','none'),(19480,3401,'_bunyad_review_type','points'),(19481,3401,'_bunyad_review_verdict','Awesome'),(19482,3401,'_yoast_wpseo_focuskw','on trade'),(19483,3401,'_yoast_wpseo_title','Unwrap the secret to a superior Christmas in the On Trade with Heineken'),(19484,3401,'_yoast_wpseo_metadesc','With Christmas just around the corner, the most important selling period for the on trade is fast approaching Hekneken give you tips to succeed'),(19485,3401,'_yoast_wpseo_linkdex','83'),(19486,3401,'_yoast_wpseo_content_score','30'),(19487,3401,'_yoast_wpseo_primary_category','2'),(19488,3401,'xyz_fbap','1'),(19492,3401,'_wpas_done_all','1'),(19495,3401,'_wpas_skip_20130109','1'),(19500,3409,'_edit_last','1'),(19501,3409,'_edit_lock','1543336083:1'),(19502,3410,'_wp_attached_file','2018/11/city-731219_1280.jpg'),(19503,3410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2018/11/city-731219_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"city-731219_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"city-731219_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"city-731219_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"city-731219_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-150x150.jpg\";s:5:\"width\";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:\"city-731219_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"city-731219_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"city-731219_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"city-731219_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"city-731219_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"city-731219_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19504,3410,'_wp_attachment_image_alt','Tourism Sector Deal cause for celebration for the hospitality sector and its workforce'),(19505,3409,'_thumbnail_id','3410'),(19506,3409,'_adinserter_block_exceptions',''),(19507,3409,'slide_template','default'),(19508,3409,'_bunyad_featured_post','1'),(19509,3409,'_bunyad_cat_label','0'),(19510,3409,'_bunyad_featured_disable','0'),(19511,3409,'_bunyad_bg_image_bg_type','cover'),(19512,3409,'_bunyad_reviews','0'),(19513,3409,'_bunyad_review_pos','none'),(19514,3409,'_bunyad_review_type','points'),(19515,3409,'_bunyad_review_verdict','Awesome'),(19516,3409,'_yoast_wpseo_focuskw','tourism'),(19517,3409,'_yoast_wpseo_title','Tourism Sector Deal cause for celebration for the hospitality sector'),(19518,3409,'_yoast_wpseo_metadesc','UKHospitality has welcomed the agreement in principle of a sector deal for tourism is a cause for celebration for the hospitality sector'),(19519,3409,'_yoast_wpseo_linkdex','97'),(19520,3409,'_yoast_wpseo_content_score','30'),(19521,3409,'_yoast_wpseo_primary_category','8'),(19522,3409,'xyz_fbap','1'),(19526,3409,'_wpas_done_all','1'),(19529,3409,'_wpas_skip_20130109','1'),(19530,3412,'_wp_attached_file','2018/11/600X400.png'),(19531,3412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2018/11/600X400.png\";s:5:\"sizes\";a:33:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"600X400-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"600X400-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"600X400-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"600X400-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"600X400-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"600X400-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"600X400-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"600X400-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"600X400-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"600X400-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"600X400-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"600X400-534x400.png\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"600X400-600x385.png\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"600X400-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"600X400-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"600X400-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"600X400-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"600X400-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"600X400-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"600X400-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"600X400-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"600X400-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"600X400-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"600X400-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"600X400-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"600X400-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"600X400-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"600X400-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"600X400-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"600X400-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"600X400-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"600X400-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"600X400-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19532,3413,'_wp_attached_file','2018/11/1920X400.png'),(19533,3413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2018/11/1920X400.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1920X400-768x160.png\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"1920X400-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"1920X400-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"1920X400-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"1920X400-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"1920X400-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"1920X400-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"1920X400-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"1920X400-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"1920X400-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"1920X400-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"1920X400-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"1920X400-534x400.png\";s:5:\"width\";i:534;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"1920X400-696x145.png\";s:5:\"width\";i:696;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"1920X400-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"1920X400-741x400.png\";s:5:\"width\";i:741;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"1920X400-1068x400.png\";s:5:\"width\";i:1068;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"1920X400-1068x223.png\";s:5:\"width\";i:1068;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"1920X400-1920x400.png\";s:5:\"width\";i:1920;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1920X400-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:\"1920X400-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1920X400-1024x213.png\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"1920X400-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"1920X400-1078x400.png\";s:5:\"width\";i:1078;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"1920X400-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"1920X400-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"1920X400-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"1920X400-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"1920X400-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"1920X400-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"1920X400-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"1920X400-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"1920X400-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"1920X400-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"1920X400-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"1920X400-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"1920X400-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"1920X400-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"1920X400-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"1920X400-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"1920X400-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19534,3414,'_wp_attached_file','2018/11/1920X600.png'),(19535,3414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2018/11/1920X600.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1920X600-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"1920X600-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"1920X600-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"1920X600-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"1920X600-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"1920X600-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"1920X600-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"1920X600-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"1920X600-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"1920X600-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"1920X600-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"1920X600-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"1920X600-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"1920X600-696x218.png\";s:5:\"width\";i:696;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"1920X600-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"1920X600-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"1920X600-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"1920X600-1068x334.png\";s:5:\"width\";i:1068;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"1920X600-1344x420.png\";s:5:\"width\";i:1344;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"1920X600-1920x600.png\";s:5:\"width\";i:1920;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1920X600-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:\"1920X600-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1920X600-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"1920X600-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"1920X600-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"1920X600-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"1920X600-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"1920X600-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"1920X600-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"1920X600-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"1920X600-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"1920X600-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"1920X600-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"1920X600-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"1920X600-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"1920X600-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"1920X600-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"1920X600-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"1920X600-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"1920X600-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"1920X600-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"1920X600-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19536,3415,'_wp_attached_file','2018/11/600X200.jpg'),(19537,3415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2018/11/600X200.jpg\";s:5:\"sizes\";a:17:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"600X200-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"600X200-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"600X200-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"600X200-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"600X200-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"600X200-150x150.jpg\";s:5:\"width\";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:\"600X200-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"600X200-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"600X200-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"600X200-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"600X200-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"600X200-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"600X200-233x200.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"600X200-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"600X200-235x200.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"600X200-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"600X200-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19538,3415,'_edit_lock','1543330010:1'),(19539,3416,'_wp_attached_file','2018/11/dyson-728.jpg'),(19540,3416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:142;s:4:\"file\";s:21:\"2018/11/dyson-728.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"dyson-728-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"dyson-728-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"dyson-728-218x142.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"dyson-728-265x142.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"dyson-728-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"dyson-728-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"dyson-728-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"dyson-728-356x142.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"dyson-728-356x142.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"dyson-728-485x142.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"dyson-728-533x142.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"dyson-728-534x142.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"dyson-728-696x136.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"dyson-728-696x142.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dyson-728-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dyson-728-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dyson-728-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"dyson-728-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"dyson-728-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"dyson-728-351x142.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"dyson-728-351x142.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"dyson-728-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"dyson-728-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"dyson-728-343x142.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"dyson-728-233x142.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"dyson-728-536x142.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"dyson-728-269x142.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"dyson-728-600x142.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"dyson-728-474x142.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"dyson-728-235x142.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"dyson-728-326x142.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"dyson-728-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"dyson-728-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"dyson-728-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19541,3416,'_edit_lock','1543330237:1'),(19542,8,'_adinserter_block_exceptions',''),(19543,8,'_bunyad_bg_image_bg_type','cover'),(19544,3417,'_wp_attached_file','2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.jpg'),(19545,3417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-696x232.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1068x500.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1068x356.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1260x420.jpg\";s:5:\"width\";i:1260;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-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:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:57:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-1078x500.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:55:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:56:\"ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19546,3418,'_edit_last','1'),(19547,3418,'_edit_lock','1543404167:1'),(19548,3419,'_wp_attached_file','2018/11/Gold-barware-lifestyle-with-gold-banded-glass.jpg');
INSERT INTO `wpfr_postmeta` VALUES (19549,3419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4509;s:6:\"height\";i:3339;s:4:\"file\";s:57:\"2018/11/Gold-barware-lifestyle-with-gold-banded-glass.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"Gold-barware-lifestyle-with-gold-banded-glass-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"Gold-barware-lifestyle-with-gold-banded-glass-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-696x515.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"Gold-barware-lifestyle-with-gold-banded-glass-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:58:\"Gold-barware-lifestyle-with-gold-banded-glass-1068x791.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-567x420.jpg\";s:5:\"width\";i:567;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:59:\"Gold-barware-lifestyle-with-gold-banded-glass-1920x1422.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Gold-barware-lifestyle-with-gold-banded-glass-1024x758.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Gold-barware-lifestyle-with-gold-banded-glass-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:58:\"Gold-barware-lifestyle-with-gold-banded-glass-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:56:\"Gold-barware-lifestyle-with-gold-banded-glass-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:57:\"Gold-barware-lifestyle-with-gold-banded-glass-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19550,3420,'_wp_attached_file','2018/11/Gold-barware-lifestyle.jpg'),(19551,3420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4567;s:6:\"height\";i:3397;s:4:\"file\";s:34:\"2018/11/Gold-barware-lifestyle.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Gold-barware-lifestyle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Gold-barware-lifestyle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-696x518.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Gold-barware-lifestyle-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Gold-barware-lifestyle-1068x794.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-565x420.jpg\";s:5:\"width\";i:565;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"Gold-barware-lifestyle-1920x1428.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Gold-barware-lifestyle-1024x762.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Gold-barware-lifestyle-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Gold-barware-lifestyle-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Gold-barware-lifestyle-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Gold-barware-lifestyle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19552,3419,'_wp_attachment_image_alt','new gold-plated barware from Artis perfect for cocktails'),(19553,3420,'_wp_attachment_image_alt','new gold-plated barware from Artis perfect for cocktails'),(19554,3418,'_thumbnail_id','3419'),(19555,3418,'_adinserter_block_exceptions',''),(19556,3418,'slide_template','default'),(19557,3418,'_bunyad_featured_post','0'),(19558,3418,'_bunyad_cat_label','0'),(19559,3418,'_bunyad_featured_disable','0'),(19560,3418,'_bunyad_bg_image_bg_type','cover'),(19561,3418,'_bunyad_reviews','0'),(19562,3418,'_bunyad_review_pos','none'),(19563,3418,'_bunyad_review_type','points'),(19564,3418,'_bunyad_review_verdict','Awesome'),(19565,3418,'_yoast_wpseo_focuskw','gold-plated'),(19566,3418,'_yoast_wpseo_title','Stunning new gold-plated barware from Artis perfect for cocktails'),(19567,3418,'_yoast_wpseo_metadesc','Artis®, has taken cocktail service presentation to a new level with the introduction of a range of gold-plated bar kit and accessories'),(19568,3418,'_yoast_wpseo_linkdex','91'),(19569,3418,'_yoast_wpseo_content_score','30'),(19570,3418,'_yoast_wpseo_primary_category','2'),(19571,3418,'xyz_fbap','1'),(19575,3418,'_wpas_done_all','1'),(19578,3418,'_wpas_skip_20130109','1'),(19579,3422,'_edit_last','1'),(19580,3422,'_edit_lock','1543399696:1'),(19581,3422,'_adinserter_block_exceptions',''),(19582,3422,'slide_template','default'),(19583,3422,'_bunyad_featured_post','0'),(19584,3422,'_bunyad_cat_label','0'),(19585,3422,'_bunyad_featured_disable','0'),(19586,3422,'_bunyad_bg_image_bg_type','cover'),(19587,3422,'_bunyad_reviews','0'),(19588,3422,'_bunyad_review_pos','none'),(19589,3422,'_bunyad_review_type','points'),(19590,3422,'_bunyad_review_verdict','Awesome'),(19591,3422,'_yoast_wpseo_focuskw','feed it back'),(19592,3422,'_yoast_wpseo_title','Feed It Back launches platform that delivers for operators '),(19593,3422,'_yoast_wpseo_metadesc','Feed It Back has launched a new delivery review platform so that operators can take back quality control on food deliveries'),(19594,3422,'_yoast_wpseo_linkdex','81'),(19595,3422,'_yoast_wpseo_content_score','30'),(19596,3422,'_yoast_wpseo_primary_category','3'),(19597,3425,'_edit_last','1'),(19598,3425,'_edit_lock','1543415415:1'),(19599,3426,'_wp_attached_file','2018/11/Colicci4.png'),(19600,3426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:352;s:4:\"file\";s:20:\"2018/11/Colicci4.png\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Colicci4-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Colicci4-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Colicci4-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Colicci4-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Colicci4-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Colicci4-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Colicci4-324x352.png\";s:5:\"width\";i:324;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Colicci4-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Colicci4-356x352.png\";s:5:\"width\";i:356;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Colicci4-485x352.png\";s:5:\"width\";i:485;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Colicci4-513x261.png\";s:5:\"width\";i:513;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Colicci4-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:\"Colicci4-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Colicci4-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Colicci4-513x336.png\";s:5:\"width\";i:513;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Colicci4-513x336.png\";s:5:\"width\";i:513;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Colicci4-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Colicci4-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Colicci4-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Colicci4-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Colicci4-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Colicci4-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Colicci4-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Colicci4-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Colicci4-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Colicci4-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Colicci4-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Colicci4-513x336.png\";s:5:\"width\";i:513;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Colicci4-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(19601,3426,'_wp_attachment_image_alt','Colicci opens their first kiosk in Green Park'),(19602,3425,'_thumbnail_id','3428'),(19603,3425,'_adinserter_block_exceptions',''),(19604,3425,'slide_template','default'),(19605,3425,'_bunyad_featured_post','0'),(19606,3425,'_bunyad_cat_label','0'),(19607,3425,'_bunyad_featured_disable','0'),(19608,3425,'_bunyad_bg_image_bg_type','cover'),(19609,3425,'_bunyad_reviews','0'),(19610,3425,'_bunyad_review_pos','none'),(19611,3425,'_bunyad_review_type','points'),(19612,3425,'_bunyad_review_verdict','Awesome'),(19613,3425,'_yoast_wpseo_focuskw','Colicci'),(19614,3425,'_yoast_wpseo_title','Colicci opens their first kiosk with The Royal Parks opens in Green Park'),(19615,3425,'_yoast_wpseo_metadesc','Colicci reveals it\'s first kiosk, in a fleet of nine, with The Royal Parks designed by Mizzi Studio in Green Park with more due to pop up in London'),(19616,3425,'_yoast_wpseo_linkdex','94'),(19617,3425,'_yoast_wpseo_content_score','30'),(19618,3425,'_yoast_wpseo_primary_category','5'),(19619,3428,'_wp_attached_file','2018/11/united-kingdom-1106453_1280.jpg'),(19620,3428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:39:\"2018/11/united-kingdom-1106453_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"united-kingdom-1106453_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"united-kingdom-1106453_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"united-kingdom-1106453_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"united-kingdom-1106453_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"united-kingdom-1106453_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"united-kingdom-1106453_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"united-kingdom-1106453_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"united-kingdom-1106453_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"united-kingdom-1106453_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19621,3428,'_wp_attachment_image_alt','Colicci opens their first kiosk in Green Park'),(19622,3425,'xyz_fbap','1'),(19626,3425,'_wpas_done_all','1'),(19629,3425,'_wpas_skip_20130109','1'),(19634,3432,'_edit_last','1'),(19635,3432,'_edit_lock','1543413336:1'),(19636,3433,'_wp_attached_file','2018/11/brewair.jpeg'),(19637,3433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:343;s:6:\"height\";i:147;s:4:\"file\";s:20:\"2018/11/brewair.jpeg\";s:5:\"sizes\";a:19:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"brewair-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"brewair-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"brewair-218x147.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"brewair-265x147.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"brewair-324x147.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"brewair-324x147.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"brewair-324x147.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"brewair-150x147.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"brewair-300x129.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"brewair-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"brewair-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"brewair-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"brewair-343x147.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"brewair-233x147.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"brewair-269x147.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"brewair-235x147.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"brewair-326x147.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"brewair-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"brewair-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19638,3433,'_wp_attachment_image_alt','Ale miles: BrewDog Airlines'),(19639,3432,'_thumbnail_id','3173'),(19640,3432,'_adinserter_block_exceptions',''),(19641,3432,'slide_template','default'),(19642,3432,'_bunyad_featured_post','1'),(19643,3432,'_bunyad_cat_label','0'),(19644,3432,'_bunyad_featured_disable','0'),(19645,3432,'_bunyad_bg_image_bg_type','cover'),(19646,3432,'_bunyad_reviews','0'),(19647,3432,'_bunyad_review_pos','none'),(19648,3432,'_bunyad_review_type','points'),(19649,3432,'_bunyad_review_verdict','Awesome'),(19650,3432,'_yoast_wpseo_focuskw','brewdog airlines'),(19651,3432,'_yoast_wpseo_linkdex','91'),(19652,3432,'_yoast_wpseo_content_score','30'),(19653,3432,'_yoast_wpseo_primary_category','8'),(19654,3432,'xyz_fbap','1'),(19658,3432,'_yoast_wpseo_title','Ale Miles: BrewDog launches \'BrewDog Airlines\' - Coming Feb 2019'),(19659,3432,'_yoast_wpseo_metadesc','Independent craft brewer BrewDog is offering beer lovers to experience 35,000ft in the air with the launch of the world’s first craft beer Brewdog airlines'),(19660,3432,'_wpas_done_all','1'),(19663,3432,'_wpas_skip_20130109','1'),(19664,3436,'_edit_last','1'),(19665,3436,'_edit_lock','1543419802:1'),(19666,3437,'_wp_attached_file','2018/11/bakery-1868396_1280.jpg'),(19667,3437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:31:\"2018/11/bakery-1868396_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"bakery-1868396_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"bakery-1868396_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"bakery-1868396_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"bakery-1868396_1280-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"bakery-1868396_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"bakery-1868396_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"bakery-1868396_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"bakery-1868396_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"bakery-1868396_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19668,3437,'_wp_attachment_image_alt','CDG to open Warrens Bakery franchise at Bristol Airport'),(19669,3436,'_thumbnail_id','3437'),(19670,3436,'_adinserter_block_exceptions',''),(19671,3436,'slide_template','default'),(19672,3436,'_bunyad_featured_post','1'),(19673,3436,'_bunyad_cat_label','0'),(19674,3436,'_bunyad_featured_disable','0'),(19675,3436,'_bunyad_bg_image_bg_type','cover'),(19676,3436,'_bunyad_reviews','0'),(19677,3436,'_bunyad_review_pos','none'),(19678,3436,'_bunyad_review_type','points'),(19679,3436,'_bunyad_review_verdict','Awesome'),(19680,3436,'_yoast_wpseo_focuskw','warrens bakery'),(19681,3436,'_yoast_wpseo_title','CDG to open Warrens Bakery franchise at Bristol Airport'),(19682,3436,'_yoast_wpseo_metadesc','Casual Dining Group (CDG) has added another famous eating-out brand after winning a tender to open a Warrens Bakery franchise store at Bristol Airport'),(19683,3436,'_yoast_wpseo_linkdex','97'),(19684,3436,'_yoast_wpseo_content_score','30'),(19685,3436,'_yoast_wpseo_primary_category','5'),(19686,3436,'xyz_fbap','1'),(19690,3436,'_wpas_done_all','1'),(19693,3436,'_wpas_skip_20130109','1'),(19694,3439,'_edit_last','1'),(19695,3439,'_edit_lock','1543407216:1'),(19696,3440,'_wp_attached_file','2018/11/apple-1962747_1280.jpg'),(19697,3440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2018/11/apple-1962747_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"apple-1962747_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"apple-1962747_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"apple-1962747_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"apple-1962747_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"apple-1962747_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"apple-1962747_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"apple-1962747_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"apple-1962747_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"apple-1962747_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19698,3440,'_wp_attachment_image_alt','The Showering Cider Mill has launched Mallets for millennials'),(19699,3439,'_thumbnail_id','3440'),(19700,3439,'_adinserter_block_exceptions',''),(19701,3439,'slide_template','default'),(19702,3439,'_bunyad_featured_post','0'),(19703,3439,'_bunyad_cat_label','0'),(19704,3439,'_bunyad_featured_disable','0'),(19705,3439,'_bunyad_bg_image_bg_type','cover'),(19706,3439,'_bunyad_reviews','0'),(19707,3439,'_bunyad_review_pos','none'),(19708,3439,'_bunyad_review_type','points'),(19709,3439,'_bunyad_review_verdict','Awesome'),(19710,3439,'_yoast_wpseo_focuskw','Showering Cider Mill'),(19711,3439,'_yoast_wpseo_title','The Showering Cider Mill has launched Mallets for millennials'),(19712,3439,'_yoast_wpseo_metadesc','The Showering Cider Mill has launched Mallets, a new exciting cider brand that defies the traditional, for the millennial generation'),(19713,3439,'_yoast_wpseo_linkdex','91'),(19714,3439,'_yoast_wpseo_content_score','30'),(19715,3439,'_yoast_wpseo_primary_category','2'),(19716,3439,'xyz_fbap','1'),(19720,3439,'_wpas_done_all','1'),(19723,3439,'_wpas_skip_20130109','1'),(19732,3445,'_edit_last','1'),(19733,3445,'_edit_lock','1543420483:1'),(19734,3445,'_adinserter_block_exceptions',''),(19735,3445,'slide_template','default'),(19736,3445,'_bunyad_featured_post','0'),(19737,3445,'_bunyad_cat_label','0'),(19738,3445,'_bunyad_featured_disable','0'),(19739,3445,'_bunyad_bg_image_bg_type','cover'),(19740,3445,'_bunyad_reviews','0'),(19741,3445,'_bunyad_review_pos','none'),(19742,3445,'_bunyad_review_type','points'),(19743,3445,'_bunyad_review_verdict','Awesome'),(19744,3445,'_yoast_wpseo_focuskw','kitchens'),(19745,3445,'_yoast_wpseo_linkdex','86'),(19746,3445,'_yoast_wpseo_content_score','30'),(19747,3445,'_yoast_wpseo_primary_category','32'),(19748,3447,'_wp_attached_file','2018/11/kitchen-731351_1280.jpg'),(19749,3447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2018/11/kitchen-731351_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"kitchen-731351_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"kitchen-731351_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"kitchen-731351_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"kitchen-731351_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"kitchen-731351_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"kitchen-731351_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"kitchen-731351_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19750,3447,'_wp_attachment_image_alt','Nelson will show examples of its kitchens at CDS'),(19751,3448,'_wp_attached_file','2018/11/Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased.jpg'),(19752,3448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2976;s:6:\"height\";i:5852;s:4:\"file\";s:104:\"2018/11/Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:105:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-768x1510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:102:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:103:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:105:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-696x1369.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:105:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:106:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-1068x2100.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-214x420.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:106:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-1920x3775.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:3775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:105:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-521x1024.jpg\";s:5:\"width\";i:521;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:103:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:105:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:103:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:104:\"Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:3:\"P25\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533121564\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19753,3448,'_wp_attachment_image_alt','Nelson will show examples of its kitchens at CDS'),(19754,3445,'_thumbnail_id','3447'),(19755,3445,'_yoast_wpseo_title','Nelson will show examples of its kitchens at the Casual Dining Show 2019'),(19756,3445,'_yoast_wpseo_metadesc','At Casual Dining, Nelson will show examples of completed projects and will also display the latest equipment that is included in its kitchens'),(19757,3445,'xyz_fbap','1'),(19761,3445,'_wpas_done_all','1'),(19764,3445,'_wpas_skip_20130109','1'),(19767,3450,'_edit_last','1'),(19768,3450,'_edit_lock','1543491614:1'),(19769,3451,'_wp_attached_file','2018/11/dog-1378087_1280.jpg'),(19770,3451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2018/11/dog-1378087_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"dog-1378087_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"dog-1378087_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"dog-1378087_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"dog-1378087_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-150x150.jpg\";s:5:\"width\";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:\"dog-1378087_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"dog-1378087_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"dog-1378087_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"dog-1378087_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"dog-1378087_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"dog-1378087_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19771,3451,'_wp_attachment_image_alt','BrewDog has today launched its first beer for dogs, Subwoofer IPA'),(19772,3450,'_thumbnail_id','3451'),(19773,3450,'_adinserter_block_exceptions',''),(19774,3450,'slide_template','default'),(19775,3450,'_bunyad_featured_post','0'),(19776,3450,'_bunyad_cat_label','0'),(19777,3450,'_bunyad_featured_disable','0'),(19778,3450,'_bunyad_bg_image_bg_type','cover'),(19779,3450,'_bunyad_reviews','0'),(19780,3450,'_bunyad_review_pos','none'),(19781,3450,'_bunyad_review_type','points'),(19782,3450,'_bunyad_review_verdict','Awesome'),(19783,3450,'_yoast_wpseo_focuskw','subwoofer'),(19784,3450,'_yoast_wpseo_title','BrewDog has today launched its first beer for dogs, Subwoofer IPA'),(19785,3450,'_yoast_wpseo_metadesc','Independent craft brewer, BrewDog has today announced the launch of its first bespoke craft beer for dogs, Subwoofer IPA - £2.50 in any BrewDog bar'),(19786,3450,'_yoast_wpseo_linkdex','91'),(19787,3450,'_yoast_wpseo_content_score','30'),(19788,3450,'_yoast_wpseo_primary_category','2'),(19789,3450,'xyz_fbap','1'),(19793,3450,'_wpas_done_all','1'),(19794,3453,'_edit_last','1'),(19795,3453,'_edit_lock','1543498969:1'),(19796,3454,'_wp_attached_file','2018/11/HIT-Training-2.jpg'),(19797,3454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1331;s:4:\"file\";s:26:\"2018/11/HIT-Training-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"HIT-Training-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"HIT-Training-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"HIT-Training-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"HIT-Training-2-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"HIT-Training-2-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"HIT-Training-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:26:\"HIT-Training-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"HIT-Training-2-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"HIT-Training-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"HIT-Training-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"HIT-Training-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"HIT-Training-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446643606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19798,3454,'_wp_attachment_image_alt','Half of hospitality businesses risk losing their apprenticeship levy fund'),(19799,3453,'_thumbnail_id','3454'),(19800,3453,'_adinserter_block_exceptions',''),(19801,3453,'slide_template','default'),(19802,3453,'_bunyad_featured_post','0'),(19803,3453,'_bunyad_cat_label','0'),(19804,3453,'_bunyad_featured_disable','0'),(19805,3453,'_bunyad_bg_image_bg_type','cover'),(19806,3453,'_bunyad_reviews','0'),(19807,3453,'_bunyad_review_pos','none'),(19808,3453,'_bunyad_review_type','points'),(19809,3453,'_bunyad_review_verdict','Awesome'),(19810,3453,'_yoast_wpseo_focuskw','apprenticeship'),(19811,3453,'_yoast_wpseo_title','Half of hospitality businesses risk losing their apprenticeship levy fund'),(19812,3453,'_yoast_wpseo_metadesc','With under six months to go until some Apprenticeship Levy funding starts to expire, less than half of businesses have used up the majority of their funds'),(19813,3453,'_yoast_wpseo_linkdex','97'),(19814,3453,'_yoast_wpseo_content_score','30'),(19815,3453,'_yoast_wpseo_primary_category','8'),(19816,3453,'xyz_fbap','1'),(19820,3453,'_wpas_done_all','1'),(19821,3456,'_edit_last','1'),(19822,3456,'_edit_lock','1543490790:1'),(19823,3457,'_wp_attached_file','2018/11/waitress-2376728_1280.jpg'),(19824,3457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:911;s:4:\"file\";s:33:\"2018/11/waitress-2376728_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"waitress-2376728_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-696x495.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"waitress-2376728_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"waitress-2376728_1280-1068x760.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-590x420.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"waitress-2376728_1280-1024x729.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"waitress-2376728_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"waitress-2376728_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"waitress-2376728_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19825,3457,'_wp_attachment_image_alt','A fall in the number of EU migrants is seriously worrying for hospitality employers'),(19826,3456,'_thumbnail_id','3457'),(19827,3456,'_adinserter_block_exceptions',''),(19828,3456,'slide_template','default'),(19829,3456,'_bunyad_featured_post','1'),(19830,3456,'_bunyad_cat_label','0'),(19831,3456,'_bunyad_featured_disable','0'),(19832,3456,'_bunyad_bg_image_bg_type','cover'),(19833,3456,'_bunyad_reviews','0'),(19834,3456,'_bunyad_review_pos','none'),(19835,3456,'_bunyad_review_type','points'),(19836,3456,'_bunyad_review_verdict','Awesome'),(19837,3456,'_yoast_wpseo_focuskw','EU migrants'),(19838,3456,'_yoast_wpseo_title','A fall in the number of EU migrants is seriously worrying for hospitality'),(19839,3456,'_yoast_wpseo_metadesc','A fall in the number of EU migrants is seriously worrying for hospitality employers. We need workers from the EU to bolster our home-grown workforces'),(19840,3456,'_yoast_wpseo_linkdex','86'),(19841,3456,'_yoast_wpseo_content_score','30'),(19842,3456,'_yoast_wpseo_primary_category','8'),(19843,3456,'xyz_fbap','1'),(19847,3456,'_wpas_done_all','1'),(19850,3456,'_wpas_skip_20130109','1'),(19855,3460,'_edit_last','1'),(19856,3460,'_edit_lock','1543506168:1'),(19857,3461,'_wp_attached_file','2018/11/Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts.jpg'),(19858,3461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4154;s:6:\"height\";i:2891;s:4:\"file\";s:123:\"2018/11/Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:121:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:122:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-696x484.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:124:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:124:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-1068x743.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-603x420.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:125:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-1920x1336.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:124:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-1024x713.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:122:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:124:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:122:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:123:\"Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:17:\"Adam Hollingworth\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542291645\";s:9:\"copyright\";s:69:\"Copyright © 2018 Adam Hollingworth Photography. All rights reserved.\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19859,3461,'_wp_attachment_image_alt','CESA Conference salutes foodservice industry heroes'),(19860,3460,'_thumbnail_id','3461'),(19861,3460,'_adinserter_block_exceptions',''),(19862,3460,'slide_template','default'),(19863,3460,'_bunyad_featured_post','0'),(19864,3460,'_bunyad_cat_label','0'),(19865,3460,'_bunyad_featured_disable','0'),(19866,3460,'_bunyad_bg_image_bg_type','cover'),(19867,3460,'_bunyad_reviews','0'),(19868,3460,'_bunyad_review_pos','none'),(19869,3460,'_bunyad_review_type','points'),(19870,3460,'_bunyad_review_verdict','Awesome'),(19871,3460,'_yoast_wpseo_focuskw','cesa conference'),(19872,3460,'_yoast_wpseo_title','CESA Conference salutes foodservice industry heroes'),(19873,3460,'_yoast_wpseo_metadesc','At the CESA Conference 2018 the Association announced 19 winners of the Foodservice Industry Order of Merit, which recognised the work of these people'),(19874,3460,'_yoast_wpseo_linkdex','89'),(19875,3460,'_yoast_wpseo_content_score','60'),(19876,3460,'_yoast_wpseo_primary_category','8'),(19877,3460,'xyz_fbap','1'),(19881,3460,'_wpas_done_all','1'),(19884,3450,'_wpas_skip_20130109','1'),(19887,3460,'_wpas_skip_20130109','1'),(19890,3466,'_edit_last','1'),(19891,3466,'_edit_lock','1543506315:1'),(19892,3467,'_wp_attached_file','2018/11/waiter-492872_1280.jpg'),(19893,3467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:30:\"2018/11/waiter-492872_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"waiter-492872_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"waiter-492872_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"waiter-492872_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"waiter-492872_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"waiter-492872_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"waiter-492872_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"waiter-492872_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"waiter-492872_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"waiter-492872_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19894,3467,'_wp_attachment_image_alt','Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list'),(19895,3466,'_thumbnail_id','3467'),(19896,3466,'xyz_fbap','1'),(19900,3466,'_adinserter_block_exceptions',''),(19901,3466,'slide_template','default'),(19902,3466,'_bunyad_featured_post','0'),(19903,3466,'_bunyad_cat_label','0'),(19904,3466,'_bunyad_featured_disable','0'),(19905,3466,'_bunyad_bg_image_bg_type','cover'),(19906,3466,'_bunyad_reviews','0'),(19907,3466,'_bunyad_review_pos','none'),(19908,3466,'_bunyad_review_type','points'),(19909,3466,'_bunyad_review_verdict','Awesome'),(19910,3466,'_yoast_wpseo_focuskw','hospitality businesses'),(19911,3466,'_yoast_wpseo_title','Hospitality businesses must have the \'need for speed\' for their customers'),(19912,3466,'_yoast_wpseo_metadesc','Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list'),(19913,3466,'_yoast_wpseo_linkdex','91'),(19914,3466,'_yoast_wpseo_content_score','30'),(19915,3466,'_yoast_wpseo_primary_category','8'),(19916,3466,'_wpas_done_all','1'),(19919,3466,'_wpas_skip_20130109','1'),(19922,3472,'_edit_last','1'),(19923,3472,'_edit_lock','1544001568:1'),(19924,3473,'_wp_attached_file','2018/12/christmas-3043681_1280.jpg'),(19925,3473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:906;s:4:\"file\";s:34:\"2018/12/christmas-3043681_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"christmas-3043681_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"christmas-3043681_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-696x493.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"christmas-3043681_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"christmas-3043681_1280-1068x756.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-593x420.jpg\";s:5:\"width\";i:593;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"christmas-3043681_1280-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"christmas-3043681_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"christmas-3043681_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"christmas-3043681_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"christmas-3043681_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19926,3473,'_wp_attachment_image_alt','Leading hospitality and leisure businesses will help widespread anxiety Christmas'),(19927,3472,'_thumbnail_id','3473'),(19928,3472,'_adinserter_block_exceptions',''),(19929,3472,'slide_template','default'),(19930,3472,'_bunyad_featured_post','1'),(19931,3472,'_bunyad_cat_label','0'),(19932,3472,'_bunyad_featured_disable','0'),(19933,3472,'_bunyad_bg_image_bg_type','cover'),(19934,3472,'_bunyad_reviews','0'),(19935,3472,'_bunyad_review_pos','none'),(19936,3472,'_bunyad_review_type','points'),(19937,3472,'_bunyad_review_verdict','Awesome'),(19938,3472,'_yoast_wpseo_focuskw','christmas'),(19939,3472,'_yoast_wpseo_title','Get paid as you earn for the month of Christmas to help anxiety'),(19940,3472,'_yoast_wpseo_metadesc','Employees of David Lloyd and Big Easy are now able to access their earned income throughout the Christmas month, thanks to Fourth and Wagestream'),(19941,3472,'_yoast_wpseo_linkdex','89'),(19942,3472,'_yoast_wpseo_content_score','30'),(19943,3472,'_yoast_wpseo_primary_category','8'),(19944,3472,'xyz_fbap','1'),(19948,3472,'_wpas_done_all','1'),(19951,3472,'_wpas_skip_20130109','1'),(19952,3475,'_edit_last','1'),(19953,3475,'_edit_lock','1543927392:1'),(19954,3476,'_wp_attached_file','2018/12/beer-3445988_1280.jpg'),(19955,3476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2018/12/beer-3445988_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"beer-3445988_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"beer-3445988_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-150x150.jpg\";s:5:\"width\";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:\"beer-3445988_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-3445988_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"beer-3445988_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19956,3476,'_wp_attachment_image_alt','Beer sales grow, but sector needs certainty on Brexit, says BBPA '),(19957,3475,'_thumbnail_id','3476'),(19958,3475,'_adinserter_block_exceptions',''),(19959,3475,'slide_template','default'),(19960,3475,'_bunyad_featured_post','1'),(19961,3475,'_bunyad_cat_label','0'),(19962,3475,'_bunyad_featured_disable','0'),(19963,3475,'_bunyad_bg_image_bg_type','cover'),(19964,3475,'_bunyad_reviews','0'),(19965,3475,'_bunyad_review_pos','none'),(19966,3475,'_bunyad_review_type','points'),(19967,3475,'_bunyad_review_verdict','Awesome'),(19968,3475,'_yoast_wpseo_focuskw','beer sales'),(19969,3475,'_yoast_wpseo_title','Beer sales grow, but sector needs certainty on Brexit, says BBPA'),(19970,3475,'_yoast_wpseo_metadesc','Beer sales in the third quarter of 2018 were up 4.4% on the same period in 2017, according to the latest Beer Barometer sales data'),(19971,3475,'_yoast_wpseo_linkdex','94'),(19972,3475,'_yoast_wpseo_content_score','30'),(19973,3475,'_yoast_wpseo_primary_category','2'),(19974,3475,'xyz_fbap','1'),(19978,3475,'_wpas_done_all','1'),(19979,3478,'_edit_last','1'),(19980,3478,'_edit_lock','1544000463:1'),(19981,3479,'_wp_attached_file','2018/12/station-839208_1280.jpg'),(19982,3479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:31:\"2018/12/station-839208_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"station-839208_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"station-839208_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"station-839208_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"station-839208_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"station-839208_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"station-839208_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"station-839208_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"station-839208_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"station-839208_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19983,3479,'_wp_attachment_image_alt','Drinkaware to train Network Rail staff ahead of festive season'),(19984,3478,'_thumbnail_id','3479'),(19985,3478,'_adinserter_block_exceptions',''),(19986,3478,'slide_template','default'),(19987,3478,'_bunyad_featured_post','1'),(19988,3478,'_bunyad_cat_label','0'),(19989,3478,'_bunyad_featured_disable','0'),(19990,3478,'_bunyad_bg_image_bg_type','cover'),(19991,3478,'_bunyad_reviews','0'),(19992,3478,'_bunyad_review_pos','none'),(19993,3478,'_bunyad_review_type','points'),(19994,3478,'_bunyad_review_verdict','Awesome'),(19995,3478,'_yoast_wpseo_focuskw','network rail'),(19996,3478,'_yoast_wpseo_title','Drinkaware to train Network Rail staff ahead of festive season'),(19997,3478,'_yoast_wpseo_metadesc','Drinkaware is supporting Network Rail ahead of the festive season, by delivering training sessions to staff at the country’s busiest stations'),(19998,3478,'_yoast_wpseo_linkdex','91'),(19999,3478,'_yoast_wpseo_content_score','30'),(20000,3478,'_yoast_wpseo_primary_category',''),(20001,3478,'xyz_fbap','1'),(20005,3478,'_wpas_done_all','1'),(20008,3478,'_wpas_skip_20130109','1'),(20009,3481,'_edit_last','1'),(20010,3481,'_edit_lock','1544003801:1'),(20011,3481,'_adinserter_block_exceptions',''),(20012,3481,'slide_template','default'),(20013,3481,'_bunyad_featured_post','1'),(20014,3481,'_bunyad_cat_label','0'),(20015,3481,'_bunyad_featured_disable','0'),(20016,3481,'_bunyad_bg_image_bg_type','cover'),(20017,3481,'_bunyad_reviews','0'),(20018,3481,'_bunyad_review_pos','none'),(20019,3481,'_bunyad_review_type','points'),(20020,3481,'_bunyad_review_verdict','Awesome'),(20021,3481,'_yoast_wpseo_content_score','30'),(20022,3481,'_yoast_wpseo_primary_category','2'),(20023,3484,'_wp_attached_file','2018/12/image002.jpg'),(20024,3484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:287;s:4:\"file\";s:20:\"2018/12/image002.jpg\";s:5:\"sizes\";a:22:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image002-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image002-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image002-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image002-240x198.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image002-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image002-240x235.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image002-240x220.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image002-240x261.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image002-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image002-240x185.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image002-240x185.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image002-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image002-240x215.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image002-233x287.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image002-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image002-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image002-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image002-240x205.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image002-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image002-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20025,3484,'_wp_attachment_image_alt','STRYYK NOT VODKA is the new drink to go with their rum & gin range'),(20026,3481,'_thumbnail_id','3502'),(20027,3481,'_yoast_wpseo_focuskw','stryyk not vodka'),(20028,3481,'_yoast_wpseo_title','STRYYK NOT VODKA is the new drink to go with their rum & gin range'),(20029,3481,'_yoast_wpseo_metadesc','STRYYK the zero-proof spirits brand which launched this summer, is introducing STRYYK NOT VODKA to its portfolio which currently includes gin & rum'),(20030,3481,'_yoast_wpseo_linkdex','99'),(20031,3481,'xyz_fbap','1'),(20035,3481,'_wpas_done_all','1'),(20038,3481,'_wpas_skip_20130109','1'),(20039,3486,'_edit_last','1'),(20040,3486,'_edit_lock','1544089008:1'),(20041,3486,'_adinserter_block_exceptions',''),(20042,3486,'slide_template','default'),(20043,3486,'_bunyad_featured_post','1'),(20044,3486,'_bunyad_cat_label','0'),(20045,3486,'_bunyad_featured_disable','0'),(20046,3486,'_bunyad_bg_image_bg_type','cover'),(20047,3486,'_bunyad_reviews','0'),(20048,3486,'_bunyad_review_pos','none'),(20049,3486,'_bunyad_review_type','points'),(20050,3486,'_bunyad_review_verdict','Awesome'),(20051,3486,'_yoast_wpseo_focuskw','isle of skye'),(20052,3486,'_yoast_wpseo_linkdex','85'),(20053,3486,'_yoast_wpseo_content_score','30'),(20054,3486,'_yoast_wpseo_primary_category','2'),(20059,3492,'_wp_attached_file','2018/12/Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson.jpg'),(20060,3492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:67:\"2018/12/Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:65:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:66:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:68:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:68:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:69:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-150x150.jpg\";s:5:\"width\";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:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:68:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:66:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:67:\"Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486507460\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20061,3492,'_wp_attachment_image_alt','Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers'),(20062,3493,'_wp_attached_file','2018/12/Misty-Isle-Vodka.jpg'),(20063,3493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3648;s:6:\"height\";i:5472;s:4:\"file\";s:28:\"2018/12/Misty-Isle-Vodka.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Misty-Isle-Vodka-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Misty-Isle-Vodka-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Misty-Isle-Vodka-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Misty-Isle-Vodka-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Misty-Isle-Vodka-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Misty-Isle-Vodka-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Misty-Isle-Vodka-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-150x150.jpg\";s:5:\"width\";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:\"Misty-Isle-Vodka-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Misty-Isle-Vodka-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Misty-Isle-Vodka-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"Misty-Isle-Vodka-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"Misty-Isle-Vodka-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"Misty-Isle-Vodka-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543499560\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20064,3493,'_wp_attachment_image_alt','Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers'),(20065,3486,'_thumbnail_id','3492'),(20066,3486,'_yoast_wpseo_title','Isle of Skye Distillers launches Misty Isle Vodka, the first on the island'),(20067,3486,'_yoast_wpseo_metadesc','Misty Isle Vodka is the newest member of the premium spirit family from Isle of Skye Distillers, and the first vodka to be distilled on the island'),(20068,3486,'xyz_fbap','1'),(20072,3486,'_wpas_done_all','1'),(20075,3486,'_wpas_skip_20130109','1'),(20076,3496,'_edit_last','1'),(20077,3496,'_edit_lock','1544088929:1'),(20078,3497,'_wp_attached_file','2018/12/england-euro-2021.jpg'),(20079,3497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:681;s:4:\"file\";s:29:\"2018/12/england-euro-2021.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"england-euro-2021-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"england-euro-2021-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-696x490.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-968x580.jpg\";s:5:\"width\";i:968;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-597x420.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-150x150.jpg\";s:5:\"width\";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:\"england-euro-2021-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"england-euro-2021-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-968x516.jpg\";s:5:\"width\";i:968;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"england-euro-2021-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"england-euro-2021-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20080,3497,'_wp_attachment_image_alt','UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship'),(20081,3496,'_thumbnail_id','3497'),(20082,3496,'_adinserter_block_exceptions',''),(20083,3496,'slide_template','default'),(20084,3496,'_bunyad_featured_post','1'),(20085,3496,'_bunyad_cat_label','0'),(20086,3496,'_bunyad_featured_disable','0'),(20087,3496,'_bunyad_bg_image_bg_type','cover'),(20088,3496,'_bunyad_reviews','0'),(20089,3496,'_bunyad_review_pos','none'),(20090,3496,'_bunyad_review_type','points'),(20091,3496,'_bunyad_review_verdict','Awesome'),(20092,3496,'_yoast_wpseo_focuskw','UKHospitality'),(20093,3496,'_yoast_wpseo_linkdex','67'),(20094,3496,'_yoast_wpseo_content_score','60'),(20095,3496,'_yoast_wpseo_primary_category','8'),(20096,3499,'_wp_attached_file','2018/12/uefa-womens-euro.jpg'),(20097,3499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:501;s:6:\"height\";i:366;s:4:\"file\";s:28:\"2018/12/uefa-womens-euro.jpg\";s:5:\"sizes\";a:29:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"uefa-womens-euro-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"uefa-womens-euro-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-324x366.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-501x261.jpg\";s:5:\"width\";i:501;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-150x150.jpg\";s:5:\"width\";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:\"uefa-womens-euro-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"uefa-womens-euro-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-501x336.jpg\";s:5:\"width\";i:501;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-501x336.jpg\";s:5:\"width\";i:501;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"uefa-womens-euro-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-501x336.jpg\";s:5:\"width\";i:501;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"uefa-womens-euro-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20098,3502,'_wp_attached_file','2018/12/cocktails-731898_1280.jpg'),(20099,3502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:33:\"2018/12/cocktails-731898_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"cocktails-731898_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"cocktails-731898_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"cocktails-731898_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"cocktails-731898_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"cocktails-731898_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"cocktails-731898_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"cocktails-731898_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"cocktails-731898_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"cocktails-731898_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20100,3502,'_wp_attachment_image_alt','STRYYK NOT VODKA is the new drink to go with their rum & gin range'),(20107,3496,'xyz_fbap','1'),(20111,3496,'_yoast_wpseo_title','England to host the UEFA 2021 European Championship - UKHospitality'),(20112,3496,'_yoast_wpseo_metadesc','UKHospitality has welcomed the news that England is to host the UEFA 2021 Women’s European Championship which will provide a boost to the economy'),(20113,3496,'_wpas_done_all','1'),(20114,3505,'_edit_last','1'),(20115,3505,'_edit_lock','1544019376:1'),(20116,3506,'_wp_attached_file','2018/12/scotland-3569273_1280.jpg'),(20117,3506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:551;s:4:\"file\";s:33:\"2018/12/scotland-3569273_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-768x331.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"scotland-3569273_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"scotland-3569273_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-696x300.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"scotland-3569273_1280-1068x551.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"scotland-3569273_1280-1068x460.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-976x420.jpg\";s:5:\"width\";i:976;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"scotland-3569273_1280-1024x441.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"scotland-3569273_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"scotland-3569273_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"scotland-3569273_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"scotland-3569273_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20118,3506,'_wp_attachment_image_alt','UK brewers amongst the best in Europe, but tax burden holds them back'),(20119,3505,'_thumbnail_id','3506'),(20120,3505,'_adinserter_block_exceptions',''),(20121,3505,'slide_template','default'),(20122,3505,'_bunyad_featured_post','0'),(20123,3505,'_bunyad_cat_label','0'),(20124,3505,'_bunyad_featured_disable','0'),(20125,3505,'_bunyad_bg_image_bg_type','cover'),(20126,3505,'_bunyad_reviews','0'),(20127,3505,'_bunyad_review_pos','none'),(20128,3505,'_bunyad_review_type','points'),(20129,3505,'_bunyad_review_verdict','Awesome'),(20130,3505,'_yoast_wpseo_focuskw','uk brewers'),(20131,3505,'_yoast_wpseo_title','UK brewers amongst the best in Europe, but tax burden holds them back'),(20132,3505,'_yoast_wpseo_metadesc','BBPA has welcomed research that shows UK brewers are amongst the biggest and best in Europe. yet, the tax burden they face is holding them back, it argues.'),(20133,3505,'_yoast_wpseo_linkdex','91'),(20134,3505,'_yoast_wpseo_content_score','30'),(20135,3505,'_yoast_wpseo_primary_category','8'),(20136,3505,'xyz_fbap','1'),(20140,3505,'_wpas_done_all','1'),(20141,3508,'_edit_last','1'),(20142,3508,'_edit_lock','1544089393:1'),(20143,3509,'_wp_attached_file','2018/12/Salcombe-Gin-Awards-2018.zip'),(20144,3510,'_wp_attached_file','2018/12/Howard-Davies-Angus-Lugsdin-Salcombe-Gin.jpg'),(20145,3510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:52:\"2018/12/Howard-Davies-Angus-Lugsdin-Salcombe-Gin.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-150x150.jpg\";s:5:\"width\";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:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:53:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:51:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:52:\"Howard-Davies-Angus-Lugsdin-Salcombe-Gin-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529594867\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20146,3511,'_wp_attached_file','2018/12/SALCOMBE_GIN_voyager-serie.jpg'),(20147,3511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6381;s:6:\"height\";i:4259;s:4:\"file\";s:38:\"2018/12/SALCOMBE_GIN_voyager-serie.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"SALCOMBE_GIN_voyager-serie-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_voyager-serie-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_voyager-serie-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_voyager-serie-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"SALCOMBE_GIN_voyager-serie-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_voyager-serie-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_voyager-serie-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_voyager-serie-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_voyager-serie-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_voyager-serie-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1531999428\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20148,3512,'_wp_attached_file','2018/12/SG-Hix-cocktail.jpg'),(20149,3512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5356;s:6:\"height\";i:3575;s:4:\"file\";s:27:\"2018/12/SG-Hix-cocktail.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"SG-Hix-cocktail-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"SG-Hix-cocktail-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"SG-Hix-cocktail-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"SG-Hix-cocktail-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"SG-Hix-cocktail-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-150x150.jpg\";s:5:\"width\";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:\"SG-Hix-cocktail-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"SG-Hix-cocktail-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"SG-Hix-cocktail-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"SG-Hix-cocktail-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"SG-Hix-cocktail-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"SG-Hix-cocktail-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535022674\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20150,3513,'_wp_attached_file','2018/12/SG-Hix-Mischief-bottle.jpg'),(20151,3513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:34:\"2018/12/SG-Hix-Mischief-bottle.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"SG-Hix-Mischief-bottle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"SG-Hix-Mischief-bottle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"SG-Hix-Mischief-bottle-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"SG-Hix-Mischief-bottle-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"SG-Hix-Mischief-bottle-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SG-Hix-Mischief-bottle-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"SG-Hix-Mischief-bottle-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"SG-Hix-Mischief-bottle-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"SG-Hix-Mischief-bottle-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"SG-Hix-Mischief-bottle-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535631431\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20152,3514,'_wp_attached_file','2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company.jpg'),(20153,3514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:74:\"2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:72:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:73:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:75:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:75:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:76:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:73:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:75:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:73:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:74:\"The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521812606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20154,3512,'_wp_attachment_image_alt','Award triumphs for the exceptional Salcombe Distilling Co.'),(20155,3508,'_thumbnail_id','3512'),(20156,3508,'_adinserter_block_exceptions',''),(20157,3508,'slide_template','default'),(20158,3508,'_bunyad_featured_post','0'),(20159,3508,'_bunyad_cat_label','0'),(20160,3508,'_bunyad_featured_disable','0'),(20161,3508,'_bunyad_bg_image_bg_type','cover'),(20162,3508,'_bunyad_reviews','0'),(20163,3508,'_bunyad_review_pos','none'),(20164,3508,'_bunyad_review_type','points'),(20165,3508,'_bunyad_review_verdict','Awesome'),(20166,3508,'_yoast_wpseo_focuskw','salcombe distilling'),(20167,3508,'_yoast_wpseo_title','Award triumphs for the exceptional Salcombe Distilling Co.'),(20168,3508,'_yoast_wpseo_metadesc','Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design & Packaging Masters'),(20169,3508,'_yoast_wpseo_linkdex','97'),(20170,3508,'_yoast_wpseo_content_score','30'),(20171,3508,'_yoast_wpseo_primary_category','2'),(20172,3514,'_wp_attachment_image_alt','Award triumphs for the exceptional Salcombe Distilling Co.'),(20173,3513,'_wp_attachment_image_alt','Mischief bottle Salcombe Distilling Co.'),(20174,3508,'xyz_fbap','1'),(20178,3508,'_wpas_done_all','1'),(20179,3518,'_edit_last','1'),(20180,3518,'_edit_lock','1544091719:1'),(20181,3519,'_wp_attached_file','2018/12/pic.jpg'),(20182,3519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:783;s:6:\"height\";i:375;s:4:\"file\";s:15:\"2018/12/pic.jpg\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"pic-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"pic-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"pic-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"pic-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"pic-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"pic-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"pic-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"pic-324x375.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"pic-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"pic-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"pic-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"pic-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"pic-534x375.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:15:\"pic-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"pic-696x375.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"pic-741x375.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"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:15:\"pic-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"pic-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:15:\"pic-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:15:\"pic-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:15:\"pic-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:15:\"pic-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:15:\"pic-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:15:\"pic-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:15:\"pic-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:15:\"pic-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:15:\"pic-536x375.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:15:\"pic-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:15:\"pic-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:15:\"pic-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:15:\"pic-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:15:\"pic-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:14:\"pic-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:15:\"pic-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:15:\"pic-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20183,3519,'_wp_attachment_image_alt','Beer52 teams up with 13 London restaurants'),(20184,3520,'_wp_attached_file','2018/12/pale-ale-bum-77x300.jpg'),(20185,3520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:77;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2018/12/pale-ale-bum-77x300.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"pale-ale-bum-77x300-77x60.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"pale-ale-bum-77x300-77x70.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x198.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x160.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x235.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x220.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x261.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x150.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x300.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x150.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"pale-ale-bum-77x300-77x96.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x185.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x185.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x137.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x140.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x215.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x300.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x192.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x240.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x216.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x205.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"pale-ale-bum-77x300-77x82.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"pale-ale-bum-77x300-77x140.jpg\";s:5:\"width\";i:77;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20186,3520,'_wp_attachment_image_alt','Beer52 teams up with 13 London restaurants'),(20187,3521,'_wp_attached_file','2018/12/club-mexicana-78x300.jpg'),(20188,3521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:78;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2018/12/club-mexicana-78x300.jpg\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"club-mexicana-78x300-78x60.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"club-mexicana-78x300-78x70.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x198.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x160.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x235.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x220.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x261.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x150.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x300.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x150.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"club-mexicana-78x300-78x96.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x185.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x185.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x137.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x140.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x215.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x300.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x192.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x240.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x216.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x205.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"club-mexicana-78x300-78x82.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"club-mexicana-78x300-78x140.jpg\";s:5:\"width\";i:78;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20189,3521,'_wp_attachment_image_alt','Beer52 teams up with 13 London restaurants'),(20190,3518,'_thumbnail_id','3519'),(20191,3518,'_adinserter_block_exceptions',''),(20192,3518,'slide_template','default'),(20193,3518,'_bunyad_featured_post','1'),(20194,3518,'_bunyad_cat_label','0'),(20195,3518,'_bunyad_featured_disable','0'),(20196,3518,'_bunyad_bg_image_bg_type','cover'),(20197,3518,'_bunyad_reviews','0'),(20198,3518,'_bunyad_review_pos','none'),(20199,3518,'_bunyad_review_type','points'),(20200,3518,'_bunyad_review_verdict','Awesome'),(20201,3518,'_yoast_wpseo_focuskw','Beer52'),(20202,3518,'_yoast_wpseo_linkdex','89'),(20203,3518,'_yoast_wpseo_content_score','30'),(20204,3518,'_yoast_wpseo_primary_category','2'),(20205,3518,'xyz_fbap','1'),(20209,3518,'_yoast_wpseo_title','Beer52 teams up with 13 London restaurants with a select beer in each'),(20210,3518,'_yoast_wpseo_metadesc','Craft beer club Beer52 has brought this relationship to a whole new level. The brewers have teamed up with 13 London restaurants to create a series of beers'),(20213,3518,'_wp_old_slug','beer52-teams-up-with-13-london-restaurants'),(20214,3518,'_wpas_skip_20130109','1'),(20215,3518,'_wpas_done_all','1'),(20218,3508,'_wpas_skip_20130109','1'),(20221,3528,'_edit_last','1'),(20222,3528,'_edit_lock','1545317849:1'),(20223,3529,'_wp_attached_file','2018/12/Brewfitt-FOLDABar-2017-Exhibition.jpg'),(20224,3529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:517;s:6:\"height\";i:476;s:4:\"file\";s:45:\"2018/12/Brewfitt-FOLDABar-2017-Exhibition.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Brewfitt-FOLDABar-2017-Exhibition-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Brewfitt-FOLDABar-2017-Exhibition-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x261.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x462.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x385.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-456x420.jpg\";s:5:\"width\";i:456;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-150x150.jpg\";s:5:\"width\";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:\"Brewfitt-FOLDABar-2017-Exhibition-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Brewfitt-FOLDABar-2017-Exhibition-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x336.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x336.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x386.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x460.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Brewfitt-FOLDABar-2017-Exhibition-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-517x336.jpg\";s:5:\"width\";i:517;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Brewfitt-FOLDABar-2017-Exhibition-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20225,3529,'_wp_attachment_image_alt','Profits on the Move... From Servaclean comes the new FOLDABar'),(20226,3530,'_wp_attached_file','2018/12/FOLDABar-Half-Page-Adv.pdf'),(20227,3531,'_wp_attached_file','2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport.jpg'),(20228,3531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:811;s:6:\"height\";i:564;s:4:\"file\";s:60:\"2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport.jpg\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-696x484.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-604x420.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-811x516.jpg\";s:5:\"width\";i:811;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:59:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20229,3531,'_wp_attachment_image_alt',''),(20230,3528,'_thumbnail_id','3533'),(20231,3528,'_adinserter_block_exceptions',''),(20232,3528,'slide_template','default'),(20233,3528,'_bunyad_featured_post','0'),(20234,3528,'_bunyad_cat_label','0'),(20235,3528,'_bunyad_featured_disable','0'),(20236,3528,'_bunyad_bg_image_bg_type','cover'),(20237,3528,'_bunyad_reviews','0'),(20238,3528,'_bunyad_review_pos','none'),(20239,3528,'_bunyad_review_type','points'),(20240,3528,'_bunyad_review_verdict','Awesome'),(20241,3528,'_yoast_wpseo_focuskw','foldabar'),(20242,3528,'_yoast_wpseo_title','Profits on the Move... From Servaclean comes the new FOLDABar'),(20243,3528,'_yoast_wpseo_metadesc','Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’'),(20244,3528,'_yoast_wpseo_linkdex','89'),(20245,3528,'_yoast_wpseo_content_score','30'),(20246,3528,'_yoast_wpseo_primary_category','31'),(20247,3528,'xyz_fbap','1'),(20251,3528,'_wpas_done_all','1'),(20252,3533,'_wp_attached_file','2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1.jpg'),(20253,3533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:811;s:6:\"height\";i:564;s:4:\"file\";s:61:\"2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1.jpg\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-696x484.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-604x420.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-811x516.jpg\";s:5:\"width\";i:811;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:60:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:61:\"Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20254,3533,'_wp_attachment_image_alt','Profits on the Move... From Servaclean comes the new FOLDABar'),(20257,3528,'_wpas_skip_20130109','1'),(20260,3538,'_edit_last','1'),(20261,3538,'_edit_lock','1545125538:1'),(20262,3539,'_wp_attached_file','2018/12/apple-3040132_1280.jpg'),(20263,3539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2018/12/apple-3040132_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"apple-3040132_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"apple-3040132_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"apple-3040132_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"apple-3040132_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"apple-3040132_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"apple-3040132_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"apple-3040132_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"apple-3040132_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"apple-3040132_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20264,3539,'_wp_attachment_image_alt','sustainability and cut waste measures must be affordable'),(20265,3538,'_thumbnail_id','3539'),(20266,3538,'_adinserter_block_exceptions',''),(20267,3538,'slide_template','default'),(20268,3538,'_bunyad_featured_post','0'),(20269,3538,'_bunyad_cat_label','0'),(20270,3538,'_bunyad_featured_disable','0'),(20271,3538,'_bunyad_bg_image_bg_type','cover'),(20272,3538,'_bunyad_reviews','0'),(20273,3538,'_bunyad_review_pos','none'),(20274,3538,'_bunyad_review_type','points'),(20275,3538,'_bunyad_review_verdict','Awesome'),(20276,3538,'_yoast_wpseo_focuskw','cut waste'),(20277,3538,'_yoast_wpseo_title','Vital sustainability and cut waste measures must be affordable'),(20278,3538,'_yoast_wpseo_metadesc','Following the Government’s announcement of a strategy to cut waste and promote sustainability, UKH has highlighted against piling costs on businesses'),(20279,3538,'_yoast_wpseo_linkdex','80'),(20280,3538,'_yoast_wpseo_content_score','60'),(20281,3538,'_yoast_wpseo_primary_category','8'),(20282,3538,'xyz_fbap','1'),(20286,3538,'_wpas_done_all','1'),(20287,3541,'_edit_last','1'),(20288,3541,'_edit_lock','1545122469:1'),(20289,3541,'_adinserter_block_exceptions',''),(20290,3541,'slide_template','default'),(20291,3541,'_bunyad_featured_post','0'),(20292,3541,'_bunyad_cat_label','0'),(20293,3541,'_bunyad_featured_disable','0'),(20294,3541,'_bunyad_bg_image_bg_type','cover'),(20295,3541,'_bunyad_reviews','0'),(20296,3541,'_bunyad_review_pos','none'),(20297,3541,'_bunyad_review_type','points'),(20298,3541,'_bunyad_review_verdict','Awesome'),(20299,3541,'_yoast_wpseo_focuskw','cga'),(20300,3541,'_yoast_wpseo_linkdex','90'),(20301,3541,'_yoast_wpseo_content_score','30'),(20302,3541,'_yoast_wpseo_primary_category','3'),(20303,3543,'_wp_attached_file','2018/12/business-3167295_1280.jpg'),(20304,3543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2018/12/business-3167295_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"business-3167295_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"business-3167295_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"business-3167295_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"business-3167295_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"business-3167295_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"business-3167295_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"business-3167295_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"business-3167295_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"business-3167295_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20305,3543,'_wp_attachment_image_alt','CGA Business - optimism across eating and drinking-out market'),(20306,3541,'_thumbnail_id','3543'),(20307,3541,'_yoast_wpseo_title','CGA Business - optimism across eating and drinking-out market'),(20308,3541,'_yoast_wpseo_metadesc','Business confidence among Britain’s eating and drinking-out market remains strained, reveals the latest edition of the CGA Business Confidence Survey'),(20309,3541,'xyz_fbap','1'),(20313,3541,'_wpas_done_all','1'),(20316,3538,'_wpas_skip_20130109','1'),(20317,3545,'_edit_last','1'),(20318,3545,'_edit_lock','1545126674:1'),(20319,3546,'_wp_attached_file','2018/12/Bohem-Brewery-expanded-can-range.jpg'),(20320,3546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1904;s:4:\"file\";s:44:\"2018/12/Bohem-Brewery-expanded-can-range.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-768x731.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Bohem-Brewery-expanded-can-range-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Bohem-Brewery-expanded-can-range-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-696x663.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"Bohem-Brewery-expanded-can-range-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"Bohem-Brewery-expanded-can-range-1068x1017.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-441x420.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:46:\"Bohem-Brewery-expanded-can-range-1920x1828.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1828;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Bohem-Brewery-expanded-can-range-1024x975.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Bohem-Brewery-expanded-can-range-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"Bohem-Brewery-expanded-can-range-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"Bohem-Brewery-expanded-can-range-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"Bohem-Brewery-expanded-can-range-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544802632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.071428571428571\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20321,3546,'_wp_attachment_image_alt','Bohem Brewery expands canned range as listings grow'),(20322,3545,'_thumbnail_id','3546'),(20323,3545,'_adinserter_block_exceptions',''),(20324,3545,'slide_template','default'),(20325,3545,'_bunyad_featured_post','0'),(20326,3545,'_bunyad_cat_label','0'),(20327,3545,'_bunyad_featured_disable','0'),(20328,3545,'_bunyad_bg_image_bg_type','cover'),(20329,3545,'_bunyad_reviews','0'),(20330,3545,'_bunyad_review_pos','none'),(20331,3545,'_bunyad_review_type','points'),(20332,3545,'_bunyad_review_verdict','Awesome'),(20333,3545,'_yoast_wpseo_focuskw','Bohem'),(20334,3545,'_yoast_wpseo_title','Bohem Brewery expands canned range as listings grow'),(20335,3545,'_yoast_wpseo_metadesc','London-based Bohem Brewery has added two more authentic Czech-style lagers to its canned range, as listings for its beers increase'),(20336,3545,'_yoast_wpseo_linkdex','91'),(20337,3545,'_yoast_wpseo_content_score','30'),(20338,3545,'_yoast_wpseo_primary_category','2'),(20339,3545,'xyz_fbap','1'),(20343,3545,'_wpas_done_all','1'),(20346,3545,'_wpas_skip_20130109','1'),(20347,3549,'_edit_last','1'),(20348,3549,'_edit_lock','1545151267:1'),(20349,3550,'_wp_attached_file','2018/12/burglar-3718381_1280.jpg'),(20350,3550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:878;s:4:\"file\";s:32:\"2018/12/burglar-3718381_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"burglar-3718381_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"burglar-3718381_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-696x477.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"burglar-3718381_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"burglar-3718381_1280-1068x733.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-612x420.jpg\";s:5:\"width\";i:612;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"burglar-3718381_1280-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"burglar-3718381_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"burglar-3718381_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"burglar-3718381_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"burglar-3718381_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20351,3550,'_wp_attachment_image_alt','December 2016 was the month which saw the highest rate of home break-ins of that year, this is why its essential to not overlook home security'),(20352,3549,'_thumbnail_id','3550'),(20353,3549,'xyz_fbap','1'),(20357,3549,'_adinserter_block_exceptions',''),(20358,3549,'slide_template','default'),(20359,3549,'_bunyad_featured_post','0'),(20360,3549,'_bunyad_cat_label','0'),(20361,3549,'_bunyad_featured_disable','0'),(20362,3549,'_bunyad_bg_image_bg_type','cover'),(20363,3549,'_bunyad_reviews','0'),(20364,3549,'_bunyad_review_pos','none'),(20365,3549,'_bunyad_review_type','points'),(20366,3549,'_bunyad_review_verdict','Awesome'),(20367,3549,'_yoast_wpseo_focuskw','home security'),(20368,3549,'_yoast_wpseo_title','Want to improve your home security this Christmas?'),(20369,3549,'_yoast_wpseo_metadesc','December 2016 was the month which saw the highest rate of home break-ins of that year, this is why its essential to not overlook home security'),(20370,3549,'_yoast_wpseo_linkdex','92'),(20371,3549,'_yoast_wpseo_content_score','30'),(20372,3549,'_yoast_wpseo_primary_category','10'),(20373,3549,'_wpas_done_all','1'),(20374,3550,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7581798555054915;s:5:\"bytes\";i:14973;s:11:\"size_before\";i:542858;s:10:\"size_after\";i:527885;s:4:\"time\";d:0.37000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:255;s:11:\"size_before\";i:5846;s:10:\"size_after\";i:5591;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:526;s:11:\"size_before\";i:13797;s:10:\"size_after\";i:13271;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:3163;s:11:\"size_before\";i:101750;s:10:\"size_after\";i:98587;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:191;s:11:\"size_before\";i:3491;s:10:\"size_after\";i:3300;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2665;s:11:\"size_before\";i:82556;s:10:\"size_after\";i:79891;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:1219;s:11:\"size_before\";i:39473;s:10:\"size_after\";i:38254;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38254;s:10:\"size_after\";i:38254;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:614;s:11:\"size_before\";i:14337;s:10:\"size_after\";i:13723;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13723;s:10:\"size_after\";i:13723;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:267;s:11:\"size_before\";i:6119;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:370;s:11:\"size_before\";i:7994;s:10:\"size_after\";i:7624;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:591;s:11:\"size_before\";i:15688;s:10:\"size_after\";i:15097;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:449;s:11:\"size_before\";i:13118;s:10:\"size_after\";i:12669;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:35281;s:10:\"size_after\";i:34131;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:485;s:11:\"size_before\";i:11628;s:10:\"size_after\";i:11143;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:42702;s:10:\"size_after\";i:41512;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:664;s:11:\"size_before\";i:21483;s:10:\"size_after\";i:20819;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:389;s:11:\"size_before\";i:10643;s:10:\"size_after\";i:10254;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:553;s:11:\"size_before\";i:14618;s:10:\"size_after\";i:14065;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:232;s:11:\"size_before\";i:4479;s:10:\"size_after\";i:4247;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38254;s:10:\"size_after\";i:38254;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7624;s:10:\"size_after\";i:7624;s:4:\"time\";d:0.01;}}}'),(20375,3546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4875825380276422;s:5:\"bytes\";i:26092;s:11:\"size_before\";i:748140;s:10:\"size_after\";i:722048;s:4:\"time\";d:0.45000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:410;s:11:\"size_before\";i:6954;s:10:\"size_after\";i:6544;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:923;s:11:\"size_before\";i:19940;s:10:\"size_after\";i:19017;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:5155;s:11:\"size_before\";i:149572;s:10:\"size_after\";i:144417;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:275;s:11:\"size_before\";i:3972;s:10:\"size_after\";i:3697;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:4727;s:11:\"size_before\";i:114334;s:10:\"size_after\";i:109607;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:57362;s:10:\"size_after\";i:54840;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54840;s:10:\"size_after\";i:54840;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:19573;s:10:\"size_after\";i:18551;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18551;s:10:\"size_after\";i:18551;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7350;s:10:\"size_after\";i:6919;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:532;s:11:\"size_before\";i:9542;s:10:\"size_after\";i:9010;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:20234;s:10:\"size_after\";i:19189;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:871;s:11:\"size_before\";i:17636;s:10:\"size_after\";i:16765;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1827;s:11:\"size_before\";i:45441;s:10:\"size_after\";i:43614;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:735;s:11:\"size_before\";i:14246;s:10:\"size_after\";i:13511;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2098;s:11:\"size_before\";i:55946;s:10:\"size_after\";i:53848;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:1534;s:11:\"size_before\";i:31253;s:10:\"size_after\";i:29719;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:637;s:11:\"size_before\";i:13139;s:10:\"size_after\";i:12502;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:958;s:11:\"size_before\";i:18732;s:10:\"size_after\";i:17774;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:390;s:11:\"size_before\";i:5673;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.040000000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54840;s:10:\"size_after\";i:54840;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9010;s:10:\"size_after\";i:9010;s:4:\"time\";d:0.01;}}}'),(20376,3543,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6566808005770408;s:5:\"bytes\";i:11823;s:11:\"size_before\";i:445029;s:10:\"size_after\";i:433206;s:4:\"time\";d:0.3600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5628;s:10:\"size_after\";i:5333;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:554;s:11:\"size_before\";i:12712;s:10:\"size_after\";i:12158;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3199999999999998;s:5:\"bytes\";i:1591;s:11:\"size_before\";i:68492;s:10:\"size_after\";i:66901;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:234;s:11:\"size_before\";i:3648;s:10:\"size_after\";i:3414;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3799999999999999;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:60993;s:10:\"size_after\";i:59542;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:968;s:11:\"size_before\";i:33087;s:10:\"size_after\";i:32119;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32119;s:10:\"size_after\";i:32119;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:609;s:11:\"size_before\";i:13771;s:10:\"size_after\";i:13162;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13162;s:10:\"size_after\";i:13162;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:323;s:11:\"size_before\";i:6124;s:10:\"size_after\";i:5801;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7958;s:10:\"size_after\";i:7560;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:642;s:11:\"size_before\";i:14733;s:10:\"size_after\";i:14091;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:380;s:11:\"size_before\";i:11057;s:10:\"size_after\";i:10677;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:901;s:11:\"size_before\";i:28540;s:10:\"size_after\";i:27639;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:470;s:11:\"size_before\";i:10952;s:10:\"size_after\";i:10482;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:33790;s:10:\"size_after\";i:32789;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:735;s:11:\"size_before\";i:20017;s:10:\"size_after\";i:19282;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:404;s:11:\"size_before\";i:9861;s:10:\"size_after\";i:9457;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:553;s:11:\"size_before\";i:13739;s:10:\"size_after\";i:13186;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:314;s:11:\"size_before\";i:4967;s:10:\"size_after\";i:4653;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32119;s:10:\"size_after\";i:32119;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7560;s:10:\"size_after\";i:7560;s:4:\"time\";d:0.01;}}}'),(20377,3539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8963518826492058;s:5:\"bytes\";i:23874;s:11:\"size_before\";i:612727;s:10:\"size_after\";i:588853;s:4:\"time\";d:0.35000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:469;s:11:\"size_before\";i:7106;s:10:\"size_after\";i:6637;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:951;s:11:\"size_before\";i:15531;s:10:\"size_after\";i:14580;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:3671;s:11:\"size_before\";i:105224;s:10:\"size_after\";i:101553;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9199999999999999;s:5:\"bytes\";i:379;s:11:\"size_before\";i:4250;s:10:\"size_after\";i:3871;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:3394;s:11:\"size_before\";i:90285;s:10:\"size_after\";i:86891;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:2176;s:11:\"size_before\";i:46023;s:10:\"size_after\";i:43847;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43847;s:10:\"size_after\";i:43847;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:1054;s:11:\"size_before\";i:16711;s:10:\"size_after\";i:15657;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15657;s:10:\"size_after\";i:15657;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:504;s:11:\"size_before\";i:7474;s:10:\"size_after\";i:6970;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:633;s:11:\"size_before\";i:9225;s:10:\"size_after\";i:8592;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:18385;s:10:\"size_after\";i:17269;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:851;s:11:\"size_before\";i:15591;s:10:\"size_after\";i:14740;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:1919;s:11:\"size_before\";i:40519;s:10:\"size_after\";i:38600;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:884;s:11:\"size_before\";i:13624;s:10:\"size_after\";i:12740;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:49517;s:10:\"size_after\";i:47343;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:25783;s:10:\"size_after\";i:24320;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:789;s:11:\"size_before\";i:13096;s:10:\"size_after\";i:12307;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:17084;s:10:\"size_after\";i:16048;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:411;s:11:\"size_before\";i:5356;s:10:\"size_after\";i:4945;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43847;s:10:\"size_after\";i:43847;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8592;s:10:\"size_after\";i:8592;s:4:\"time\";d:0.02;}}}'),(20378,3533,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2327084705520432;s:5:\"bytes\";i:16393;s:11:\"size_before\";i:507098;s:10:\"size_after\";i:490705;s:4:\"time\";d:0.34000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6775;s:10:\"size_after\";i:6406;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:682;s:11:\"size_before\";i:16048;s:10:\"size_after\";i:15366;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:284;s:11:\"size_before\";i:4028;s:10:\"size_after\";i:3744;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:2974;s:11:\"size_before\";i:80899;s:10:\"size_after\";i:77925;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:47614;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45843;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:967;s:11:\"size_before\";i:18093;s:10:\"size_after\";i:17126;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17126;s:10:\"size_after\";i:17126;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:386;s:11:\"size_before\";i:7117;s:10:\"size_after\";i:6731;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:542;s:11:\"size_before\";i:9350;s:10:\"size_after\";i:8808;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:909;s:11:\"size_before\";i:18918;s:10:\"size_after\";i:18009;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:613;s:11:\"size_before\";i:14688;s:10:\"size_after\";i:14075;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:40143;s:10:\"size_after\";i:38692;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:691;s:11:\"size_before\";i:13692;s:10:\"size_after\";i:13001;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:48660;s:10:\"size_after\";i:46988;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:27439;s:10:\"size_after\";i:26169;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12870;s:10:\"size_after\";i:12297;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:848;s:11:\"size_before\";i:17536;s:10:\"size_after\";i:16688;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:391;s:11:\"size_before\";i:5608;s:10:\"size_after\";i:5217;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45843;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8808;s:10:\"size_after\";i:8808;s:4:\"time\";d:0.01;}}}'),(20379,3531,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2327084705520432;s:5:\"bytes\";i:16393;s:11:\"size_before\";i:507098;s:10:\"size_after\";i:490705;s:4:\"time\";d:0.54000000000000015;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:369;s:11:\"size_before\";i:6775;s:10:\"size_after\";i:6406;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:682;s:11:\"size_before\";i:16048;s:10:\"size_after\";i:15366;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:284;s:11:\"size_before\";i:4028;s:10:\"size_after\";i:3744;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:2974;s:11:\"size_before\";i:80899;s:10:\"size_after\";i:77925;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:47614;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45843;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.19;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:967;s:11:\"size_before\";i:18093;s:10:\"size_after\";i:17126;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17126;s:10:\"size_after\";i:17126;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:386;s:11:\"size_before\";i:7117;s:10:\"size_after\";i:6731;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:542;s:11:\"size_before\";i:9350;s:10:\"size_after\";i:8808;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:909;s:11:\"size_before\";i:18918;s:10:\"size_after\";i:18009;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:613;s:11:\"size_before\";i:14688;s:10:\"size_after\";i:14075;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:40143;s:10:\"size_after\";i:38692;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:691;s:11:\"size_before\";i:13692;s:10:\"size_after\";i:13001;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:48660;s:10:\"size_after\";i:46988;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:27439;s:10:\"size_after\";i:26169;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12870;s:10:\"size_after\";i:12297;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:848;s:11:\"size_before\";i:17536;s:10:\"size_after\";i:16688;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:391;s:11:\"size_before\";i:5608;s:10:\"size_after\";i:5217;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45843;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8808;s:10:\"size_after\";i:8808;s:4:\"time\";d:0.01;}}}'),(20380,3529,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7936131364195309;s:5:\"bytes\";i:15271;s:11:\"size_before\";i:402545;s:10:\"size_after\";i:387274;s:4:\"time\";d:0.33000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:460;s:11:\"size_before\";i:7587;s:10:\"size_after\";i:7127;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:20429;s:10:\"size_after\";i:19419;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4241;s:10:\"size_after\";i:3921;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:1746;s:11:\"size_before\";i:37898;s:10:\"size_after\";i:36152;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36152;s:10:\"size_after\";i:36152;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:914;s:11:\"size_before\";i:16394;s:10:\"size_after\";i:15480;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15480;s:10:\"size_after\";i:15480;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:481;s:11:\"size_before\";i:7668;s:10:\"size_after\";i:7187;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:538;s:11:\"size_before\";i:9195;s:10:\"size_after\";i:8657;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:932;s:11:\"size_before\";i:18112;s:10:\"size_after\";i:17180;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:852;s:11:\"size_before\";i:17607;s:10:\"size_after\";i:16755;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:1881;s:11:\"size_before\";i:42407;s:10:\"size_after\";i:40526;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:766;s:11:\"size_before\";i:13844;s:10:\"size_after\";i:13078;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:2271;s:11:\"size_before\";i:50593;s:10:\"size_after\";i:48322;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:24103;s:10:\"size_after\";i:23006;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:777;s:11:\"size_before\";i:13983;s:10:\"size_after\";i:13206;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:893;s:11:\"size_before\";i:16886;s:10:\"size_after\";i:15993;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:333;s:11:\"size_before\";i:5157;s:10:\"size_after\";i:4824;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36152;s:10:\"size_after\";i:36152;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8657;s:10:\"size_after\";i:8657;s:4:\"time\";d:0.02;}}}'),(20381,3521,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9286438430944397;s:5:\"bytes\";i:3792;s:11:\"size_before\";i:76938;s:10:\"size_after\";i:73146;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:306;s:11:\"size_before\";i:4484;s:10:\"size_after\";i:4178;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:447;s:11:\"size_before\";i:7823;s:10:\"size_after\";i:7376;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:225;s:11:\"size_before\";i:2978;s:10:\"size_after\";i:2753;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:328;s:11:\"size_before\";i:5129;s:10:\"size_after\";i:4801;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4801;s:10:\"size_after\";i:4801;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:288;s:11:\"size_before\";i:4210;s:10:\"size_after\";i:3922;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:274;s:11:\"size_before\";i:4261;s:10:\"size_after\";i:3987;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:341;s:11:\"size_before\";i:5877;s:10:\"size_after\";i:5536;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7376;s:10:\"size_after\";i:7376;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:320;s:11:\"size_before\";i:5227;s:10:\"size_after\";i:4907;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:393;s:11:\"size_before\";i:6509;s:10:\"size_after\";i:6116;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:334;s:11:\"size_before\";i:5890;s:10:\"size_after\";i:5556;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:344;s:11:\"size_before\";i:5633;s:10:\"size_after\";i:5289;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2753;s:10:\"size_after\";i:2561;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3987;s:10:\"size_after\";i:3987;s:4:\"time\";d:0.01;}}}'),(20382,3520,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3484229150143365;s:5:\"bytes\";i:2851;s:11:\"size_before\";i:65564;s:10:\"size_after\";i:62713;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:213;s:11:\"size_before\";i:3672;s:10:\"size_after\";i:3459;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:371;s:11:\"size_before\";i:6684;s:10:\"size_after\";i:6313;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:149;s:11:\"size_before\";i:2610;s:10:\"size_after\";i:2461;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:263;s:11:\"size_before\";i:4526;s:10:\"size_after\";i:4263;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4263;s:10:\"size_after\";i:4263;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:188;s:11:\"size_before\";i:3454;s:10:\"size_after\";i:3266;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:200;s:11:\"size_before\";i:3509;s:10:\"size_after\";i:3309;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4950;s:10:\"size_after\";i:4695;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6313;s:10:\"size_after\";i:6313;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4597;s:10:\"size_after\";i:4342;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:276;s:11:\"size_before\";i:5437;s:10:\"size_after\";i:5161;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:253;s:11:\"size_before\";i:4947;s:10:\"size_after\";i:4694;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:259;s:11:\"size_before\";i:4847;s:10:\"size_after\";i:4588;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:169;s:11:\"size_before\";i:2446;s:10:\"size_after\";i:2277;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3309;s:10:\"size_after\";i:3309;s:4:\"time\";d:0.01;}}}'),(20383,3519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4909966019272356;s:5:\"bytes\";i:14013;s:11:\"size_before\";i:401404;s:10:\"size_after\";i:387391;s:4:\"time\";d:0.35000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:375;s:11:\"size_before\";i:6594;s:10:\"size_after\";i:6219;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:705;s:11:\"size_before\";i:12385;s:10:\"size_after\";i:11680;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:261;s:11:\"size_before\";i:3834;s:10:\"size_after\";i:3573;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:1844;s:11:\"size_before\";i:43677;s:10:\"size_after\";i:41833;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41833;s:10:\"size_after\";i:41833;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:944;s:11:\"size_before\";i:17734;s:10:\"size_after\";i:16790;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16790;s:10:\"size_after\";i:16790;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7035;s:10:\"size_after\";i:6637;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:546;s:11:\"size_before\";i:9269;s:10:\"size_after\";i:8723;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:942;s:11:\"size_before\";i:18319;s:10:\"size_after\";i:17377;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:566;s:11:\"size_before\";i:12943;s:10:\"size_after\";i:12377;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:40171;s:10:\"size_after\";i:38435;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:641;s:11:\"size_before\";i:13225;s:10:\"size_after\";i:12584;s:4:\"time\";d:0.059999999999999998;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1934;s:11:\"size_before\";i:45498;s:10:\"size_after\";i:43564;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:26673;s:10:\"size_after\";i:25413;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:601;s:11:\"size_before\";i:12316;s:10:\"size_after\";i:11715;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:887;s:11:\"size_before\";i:17168;s:10:\"size_after\";i:16281;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:373;s:11:\"size_before\";i:5384;s:10:\"size_after\";i:5011;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41833;s:10:\"size_after\";i:41833;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8723;s:10:\"size_after\";i:8723;s:4:\"time\";d:0.01;}}}'),(20384,3514,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7330054700942501;s:5:\"bytes\";i:35718;s:11:\"size_before\";i:623024;s:10:\"size_after\";i:587306;s:4:\"time\";d:0.41000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:568;s:11:\"size_before\";i:7280;s:10:\"size_after\";i:6712;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:15223;s:10:\"size_after\";i:14181;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:7884;s:11:\"size_before\";i:115247;s:10:\"size_after\";i:107363;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994;s:5:\"bytes\";i:377;s:11:\"size_before\";i:4029;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:6142;s:11:\"size_before\";i:89182;s:10:\"size_after\";i:83040;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:2996;s:11:\"size_before\";i:44714;s:10:\"size_after\";i:41718;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41718;s:10:\"size_after\";i:41718;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1136;s:11:\"size_before\";i:16046;s:10:\"size_after\";i:14910;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14910;s:10:\"size_after\";i:14910;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:568;s:11:\"size_before\";i:7259;s:10:\"size_after\";i:6691;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:680;s:11:\"size_before\";i:8834;s:10:\"size_after\";i:8154;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:17914;s:10:\"size_after\";i:16660;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:18203;s:10:\"size_after\";i:16890;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:43421;s:10:\"size_after\";i:40603;s:4:\"time\";d:0.080000000000000002;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:973;s:11:\"size_before\";i:13533;s:10:\"size_after\";i:12560;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:3730;s:11:\"size_before\";i:55324;s:10:\"size_after\";i:51594;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:1686;s:11:\"size_before\";i:25046;s:10:\"size_after\";i:23360;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:977;s:11:\"size_before\";i:13632;s:10:\"size_after\";i:12655;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:16791;s:10:\"size_after\";i:15616;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:399;s:11:\"size_before\";i:4846;s:10:\"size_after\";i:4447;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41718;s:10:\"size_after\";i:41718;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8154;s:10:\"size_after\";i:8154;s:4:\"time\";d:0.01;}}}'),(20385,3513,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9934600647985095;s:5:\"bytes\";i:10804;s:11:\"size_before\";i:216363;s:10:\"size_after\";i:205559;s:4:\"time\";d:0.35000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:124;s:11:\"size_before\";i:3444;s:10:\"size_after\";i:3320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:198;s:11:\"size_before\";i:6037;s:10:\"size_after\";i:5839;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:3096;s:11:\"size_before\";i:39802;s:10:\"size_after\";i:36706;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:105;s:11:\"size_before\";i:2084;s:10:\"size_after\";i:1979;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:2755;s:11:\"size_before\";i:26577;s:10:\"size_after\";i:23822;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:880;s:11:\"size_before\";i:13358;s:10:\"size_after\";i:12478;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12478;s:10:\"size_after\";i:12478;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:185;s:11:\"size_before\";i:5645;s:10:\"size_after\";i:5460;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5460;s:10:\"size_after\";i:5460;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:85;s:11:\"size_before\";i:3364;s:10:\"size_after\";i:3279;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:135;s:11:\"size_before\";i:3766;s:10:\"size_after\";i:3631;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:238;s:11:\"size_before\";i:6801;s:10:\"size_after\";i:6563;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:267;s:11:\"size_before\";i:8073;s:10:\"size_after\";i:7806;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:733;s:11:\"size_before\";i:15815;s:10:\"size_after\";i:15082;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:162;s:11:\"size_before\";i:5444;s:10:\"size_after\";i:5282;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:996;s:11:\"size_before\";i:19754;s:10:\"size_after\";i:18758;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:344;s:11:\"size_before\";i:8054;s:10:\"size_after\";i:7710;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1400000000000001;s:5:\"bytes\";i:180;s:11:\"size_before\";i:5741;s:10:\"size_after\";i:5561;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:212;s:11:\"size_before\";i:6384;s:10:\"size_after\";i:6172;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:109;s:11:\"size_before\";i:2173;s:10:\"size_after\";i:2064;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12478;s:10:\"size_after\";i:12478;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3631;s:10:\"size_after\";i:3631;s:4:\"time\";d:0.01;}}}'),(20386,3512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5115373652963329;s:5:\"bytes\";i:8283;s:11:\"size_before\";i:329798;s:10:\"size_after\";i:321515;s:4:\"time\";d:0.35000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:172;s:11:\"size_before\";i:4557;s:10:\"size_after\";i:4385;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4399999999999999;s:5:\"bytes\";i:203;s:11:\"size_before\";i:8321;s:10:\"size_after\";i:8118;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:2065;s:11:\"size_before\";i:54707;s:10:\"size_after\";i:52642;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:140;s:11:\"size_before\";i:2725;s:10:\"size_after\";i:2585;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:46593;s:10:\"size_after\";i:44875;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:507;s:11:\"size_before\";i:23334;s:10:\"size_after\";i:22827;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22827;s:10:\"size_after\";i:22827;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2999999999999998;s:5:\"bytes\";i:211;s:11:\"size_before\";i:9186;s:10:\"size_after\";i:8975;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8975;s:10:\"size_after\";i:8975;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:143;s:11:\"size_before\";i:4438;s:10:\"size_after\";i:4295;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:166;s:11:\"size_before\";i:5186;s:10:\"size_after\";i:5020;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:250;s:11:\"size_before\";i:9889;s:10:\"size_after\";i:9639;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:296;s:11:\"size_before\";i:10854;s:10:\"size_after\";i:10558;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:586;s:11:\"size_before\";i:21520;s:10:\"size_after\";i:20934;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:206;s:11:\"size_before\";i:7494;s:10:\"size_after\";i:7288;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:710;s:11:\"size_before\";i:27268;s:10:\"size_after\";i:26558;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:356;s:11:\"size_before\";i:13730;s:10:\"size_after\";i:13374;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:212;s:11:\"size_before\";i:7884;s:10:\"size_after\";i:7672;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2999999999999998;s:5:\"bytes\";i:211;s:11:\"size_before\";i:9187;s:10:\"size_after\";i:8976;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:131;s:11:\"size_before\";i:3276;s:10:\"size_after\";i:3145;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22827;s:10:\"size_after\";i:22827;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5020;s:10:\"size_after\";i:5020;s:4:\"time\";d:0.01;}}}'),(20387,3511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6673739316663028;s:5:\"bytes\";i:17148;s:11:\"size_before\";i:302574;s:10:\"size_after\";i:285426;s:4:\"time\";d:0.39000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:167;s:11:\"size_before\";i:4702;s:10:\"size_after\";i:4535;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:386;s:11:\"size_before\";i:7434;s:10:\"size_after\";i:7048;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5399999999999991;s:5:\"bytes\";i:4445;s:11:\"size_before\";i:46612;s:10:\"size_after\";i:42167;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:115;s:11:\"size_before\";i:2623;s:10:\"size_after\";i:2508;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000001;s:5:\"bytes\";i:3824;s:11:\"size_before\";i:43315;s:10:\"size_after\";i:39491;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:1530;s:11:\"size_before\";i:22273;s:10:\"size_after\";i:20743;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20743;s:10:\"size_after\";i:20743;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:441;s:11:\"size_before\";i:8590;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8149;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:190;s:11:\"size_before\";i:4306;s:10:\"size_after\";i:4116;s:4:\"time\";d:0.050000000000000003;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:232;s:11:\"size_before\";i:4669;s:10:\"size_after\";i:4437;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:517;s:11:\"size_before\";i:8917;s:10:\"size_after\";i:8400;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:400;s:11:\"size_before\";i:12146;s:10:\"size_after\";i:11746;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:19353;s:10:\"size_after\";i:18051;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:318;s:11:\"size_before\";i:6890;s:10:\"size_after\";i:6572;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:1635;s:11:\"size_before\";i:24718;s:10:\"size_after\";i:23083;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:737;s:11:\"size_before\";i:12802;s:10:\"size_after\";i:12065;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:303;s:11:\"size_before\";i:7850;s:10:\"size_after\";i:7547;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:456;s:11:\"size_before\";i:8317;s:10:\"size_after\";i:7861;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:150;s:11:\"size_before\";i:2985;s:10:\"size_after\";i:2835;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20743;s:10:\"size_after\";i:20743;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4437;s:10:\"size_after\";i:4437;s:4:\"time\";d:0.01;}}}'),(20388,3510,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9668742165505622;s:5:\"bytes\";i:28956;s:11:\"size_before\";i:729945;s:10:\"size_after\";i:700989;s:4:\"time\";d:0.38000000000000017;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:522;s:11:\"size_before\";i:7885;s:10:\"size_after\";i:7363;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:18296;s:10:\"size_after\";i:17190;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:5384;s:11:\"size_before\";i:134094;s:10:\"size_after\";i:128710;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:349;s:11:\"size_before\";i:4594;s:10:\"size_after\";i:4245;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:4529;s:11:\"size_before\";i:107881;s:10:\"size_after\";i:103352;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:2356;s:11:\"size_before\";i:52500;s:10:\"size_after\";i:50144;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50144;s:10:\"size_after\";i:50144;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:18972;s:10:\"size_after\";i:17949;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17949;s:10:\"size_after\";i:17949;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:601;s:11:\"size_before\";i:8435;s:10:\"size_after\";i:7834;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:700;s:11:\"size_before\";i:10582;s:10:\"size_after\";i:9882;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:21288;s:10:\"size_after\";i:20125;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:19546;s:10:\"size_after\";i:18455;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:2393;s:11:\"size_before\";i:49848;s:10:\"size_after\";i:47455;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:976;s:11:\"size_before\";i:16130;s:10:\"size_after\";i:15154;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2949;s:11:\"size_before\";i:61916;s:10:\"size_after\";i:58967;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:29290;s:10:\"size_after\";i:27859;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:856;s:11:\"size_before\";i:15094;s:10:\"size_after\";i:14238;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:19707;s:10:\"size_after\";i:18598;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:418;s:11:\"size_before\";i:5768;s:10:\"size_after\";i:5350;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50144;s:10:\"size_after\";i:50144;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9882;s:10:\"size_after\";i:9882;s:4:\"time\";d:0.01;}}}'),(20389,3506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2799790869783387;s:5:\"bytes\";i:10916;s:11:\"size_before\";i:332807;s:10:\"size_after\";i:321891;s:4:\"time\";d:0.48000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:167;s:11:\"size_before\";i:3624;s:10:\"size_after\";i:3457;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:214;s:11:\"size_before\";i:6111;s:10:\"size_after\";i:5897;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:46786;s:10:\"size_after\";i:44963;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:106;s:11:\"size_before\";i:2219;s:10:\"size_after\";i:2113;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:2410;s:11:\"size_before\";i:56971;s:10:\"size_after\";i:54561;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1031;s:11:\"size_before\";i:26461;s:10:\"size_after\";i:25430;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25430;s:10:\"size_after\";i:25430;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:330;s:11:\"size_before\";i:9078;s:10:\"size_after\";i:8748;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8748;s:10:\"size_after\";i:8748;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:156;s:11:\"size_before\";i:3771;s:10:\"size_after\";i:3615;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:177;s:11:\"size_before\";i:4764;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:385;s:11:\"size_before\";i:9903;s:10:\"size_after\";i:9518;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:324;s:11:\"size_before\";i:8335;s:10:\"size_after\";i:8011;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:987;s:11:\"size_before\";i:22176;s:10:\"size_after\";i:21189;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:293;s:11:\"size_before\";i:6967;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:28352;s:10:\"size_after\";i:27110;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:548;s:11:\"size_before\";i:14301;s:10:\"size_after\";i:13753;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:251;s:11:\"size_before\";i:6625;s:10:\"size_after\";i:6374;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:328;s:11:\"size_before\";i:9183;s:10:\"size_after\";i:8855;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:144;s:11:\"size_before\";i:2985;s:10:\"size_after\";i:2841;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25430;s:10:\"size_after\";i:25430;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4587;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.01;}}}'),(20390,3502,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6758336120069601;s:5:\"bytes\";i:14163;s:11:\"size_before\";i:529293;s:10:\"size_after\";i:515130;s:4:\"time\";d:0.4200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7154;s:10:\"size_after\";i:6719;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:700;s:11:\"size_before\";i:14427;s:10:\"size_after\";i:13727;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:1862;s:11:\"size_before\";i:89227;s:10:\"size_after\";i:87365;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:306;s:11:\"size_before\";i:4171;s:10:\"size_after\";i:3865;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1299999999999999;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:71088;s:10:\"size_after\";i:69575;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:968;s:11:\"size_before\";i:36708;s:10:\"size_after\";i:35740;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35740;s:10:\"size_after\";i:35740;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:698;s:11:\"size_before\";i:15069;s:10:\"size_after\";i:14371;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14371;s:10:\"size_after\";i:14371;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:448;s:11:\"size_before\";i:7330;s:10:\"size_after\";i:6882;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:509;s:11:\"size_before\";i:8815;s:10:\"size_after\";i:8306;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:761;s:11:\"size_before\";i:16814;s:10:\"size_after\";i:16053;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:652;s:11:\"size_before\";i:15784;s:10:\"size_after\";i:15132;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:997;s:11:\"size_before\";i:35789;s:10:\"size_after\";i:34792;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:687;s:11:\"size_before\";i:12870;s:10:\"size_after\";i:12183;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:44406;s:10:\"size_after\";i:43216;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:760;s:11:\"size_before\";i:21956;s:10:\"size_after\";i:21196;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:618;s:11:\"size_before\";i:12723;s:10:\"size_after\";i:12105;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:744;s:11:\"size_before\";i:15727;s:10:\"size_after\";i:14983;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:315;s:11:\"size_before\";i:5078;s:10:\"size_after\";i:4763;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35740;s:10:\"size_after\";i:35740;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8306;s:10:\"size_after\";i:8306;s:4:\"time\";d:0.02;}}}'),(20391,3499,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.780907849355339;s:5:\"bytes\";i:10327;s:11:\"size_before\";i:216005;s:10:\"size_after\";i:205678;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:452;s:11:\"size_before\";i:6654;s:10:\"size_after\";i:6202;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:867;s:11:\"size_before\";i:11887;s:10:\"size_after\";i:11020;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:267;s:11:\"size_before\";i:3899;s:10:\"size_after\";i:3632;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:22739;s:10:\"size_after\";i:21295;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21295;s:10:\"size_after\";i:21295;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:833;s:11:\"size_before\";i:12841;s:10:\"size_after\";i:12008;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12008;s:10:\"size_after\";i:12008;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:423;s:11:\"size_before\";i:6275;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:469;s:11:\"size_before\";i:7301;s:10:\"size_after\";i:6832;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:857;s:11:\"size_before\";i:13173;s:10:\"size_after\";i:12316;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:984;s:11:\"size_before\";i:13750;s:10:\"size_after\";i:12766;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:603;s:11:\"size_before\";i:9692;s:10:\"size_after\";i:9089;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:18435;s:10:\"size_after\";i:17286;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:744;s:11:\"size_before\";i:10741;s:10:\"size_after\";i:9997;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:884;s:11:\"size_before\";i:12264;s:10:\"size_after\";i:11380;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:351;s:11:\"size_before\";i:4924;s:10:\"size_after\";i:4573;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21295;s:10:\"size_after\";i:21295;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6832;s:10:\"size_after\";i:6832;s:4:\"time\";d:0.01;}}}'),(20392,3497,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7319671883040222;s:5:\"bytes\";i:31266;s:11:\"size_before\";i:660740;s:10:\"size_after\";i:629474;s:4:\"time\";d:0.38000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:913;s:11:\"size_before\";i:10129;s:10:\"size_after\";i:9216;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:21390;s:10:\"size_after\";i:19878;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9499999999999993;s:5:\"bytes\";i:567;s:11:\"size_before\";i:5696;s:10:\"size_after\";i:5129;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:4724;s:11:\"size_before\";i:108963;s:10:\"size_after\";i:104239;s:4:\"time\";d:0.070000000000000007;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:2849;s:11:\"size_before\";i:57171;s:10:\"size_after\";i:54322;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54322;s:10:\"size_after\";i:54322;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:22750;s:10:\"size_after\";i:21040;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21040;s:10:\"size_after\";i:21040;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:878;s:11:\"size_before\";i:10193;s:10:\"size_after\";i:9315;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:978;s:11:\"size_before\";i:12243;s:10:\"size_after\";i:11265;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:24792;s:10:\"size_after\";i:23040;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1669;s:11:\"size_before\";i:23561;s:10:\"size_after\";i:21892;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:2967;s:11:\"size_before\";i:53846;s:10:\"size_after\";i:50879;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:1396;s:11:\"size_before\";i:18327;s:10:\"size_after\";i:16931;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:67857;s:10:\"size_after\";i:64429;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:2152;s:11:\"size_before\";i:33898;s:10:\"size_after\";i:31746;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:19069;s:10:\"size_after\";i:17575;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1667;s:11:\"size_before\";i:22992;s:10:\"size_after\";i:21325;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:610;s:11:\"size_before\";i:6914;s:10:\"size_after\";i:6304;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54322;s:10:\"size_after\";i:54322;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11265;s:10:\"size_after\";i:11265;s:4:\"time\";d:0.01;}}}'),(20393,3493,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.2178757130347453;s:5:\"bytes\";i:18632;s:11:\"size_before\";i:202129;s:10:\"size_after\";i:183497;s:4:\"time\";d:0.29000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:195;s:11:\"size_before\";i:2580;s:10:\"size_after\";i:2385;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5700000000000003;s:5:\"bytes\";i:373;s:11:\"size_before\";i:4354;s:10:\"size_after\";i:3981;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001;s:5:\"bytes\";i:5239;s:11:\"size_before\";i:32355;s:10:\"size_after\";i:27116;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:116;s:11:\"size_before\";i:1757;s:10:\"size_after\";i:1641;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.119999999999999;s:5:\"bytes\";i:4075;s:11:\"size_before\";i:31059;s:10:\"size_after\";i:26984;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.57;s:5:\"bytes\";i:1676;s:11:\"size_before\";i:14492;s:10:\"size_after\";i:12816;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12816;s:10:\"size_after\";i:12816;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:446;s:11:\"size_before\";i:5422;s:10:\"size_after\";i:4976;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:4976;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:158;s:11:\"size_before\";i:2870;s:10:\"size_after\";i:2712;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:194;s:11:\"size_before\";i:3358;s:10:\"size_after\";i:3164;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:463;s:11:\"size_before\";i:6405;s:10:\"size_after\";i:5942;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:430;s:11:\"size_before\";i:5031;s:10:\"size_after\";i:4601;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8100000000000005;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:14797;s:10:\"size_after\";i:13346;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:276;s:11:\"size_before\";i:4743;s:10:\"size_after\";i:4467;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.26;s:5:\"bytes\";i:1928;s:11:\"size_before\";i:18796;s:10:\"size_after\";i:16868;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1600000000000001;s:5:\"bytes\";i:727;s:11:\"size_before\";i:7936;s:10:\"size_after\";i:7209;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:317;s:11:\"size_before\";i:4537;s:10:\"size_after\";i:4220;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:418;s:11:\"size_before\";i:5842;s:10:\"size_after\";i:5424;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:150;s:11:\"size_before\";i:2023;s:10:\"size_after\";i:1873;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12816;s:10:\"size_after\";i:12816;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3164;s:10:\"size_after\";i:3164;s:4:\"time\";d:0.01;}}}'),(20394,3492,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6848291273056457;s:5:\"bytes\";i:37804;s:11:\"size_before\";i:664998;s:10:\"size_after\";i:627194;s:4:\"time\";d:0.44999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0700000000000003;s:5:\"bytes\";i:746;s:11:\"size_before\";i:8222;s:10:\"size_after\";i:7476;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:17609;s:10:\"size_after\";i:16206;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:7121;s:11:\"size_before\";i:119839;s:10:\"size_after\";i:112718;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57;s:5:\"bytes\";i:511;s:11:\"size_before\";i:4833;s:10:\"size_after\";i:4322;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:5697;s:11:\"size_before\";i:93643;s:10:\"size_after\";i:87946;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:3036;s:11:\"size_before\";i:47148;s:10:\"size_after\";i:44112;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44112;s:10:\"size_after\";i:44112;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:1346;s:11:\"size_before\";i:17939;s:10:\"size_after\";i:16593;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16593;s:10:\"size_after\";i:16593;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002;s:5:\"bytes\";i:790;s:11:\"size_before\";i:8546;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:960;s:11:\"size_before\";i:10682;s:10:\"size_after\";i:9722;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1666;s:11:\"size_before\";i:20698;s:10:\"size_after\";i:19032;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:17520;s:10:\"size_after\";i:16177;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:3065;s:11:\"size_before\";i:45317;s:10:\"size_after\";i:42252;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1237;s:11:\"size_before\";i:15439;s:10:\"size_after\";i:14202;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:3647;s:11:\"size_before\";i:55682;s:10:\"size_after\";i:52035;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1938;s:11:\"size_before\";i:27241;s:10:\"size_after\";i:25303;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:15056;s:10:\"size_after\";i:13812;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:1502;s:11:\"size_before\";i:19255;s:10:\"size_after\";i:17753;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:552;s:11:\"size_before\";i:5790;s:10:\"size_after\";i:5238;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44112;s:10:\"size_after\";i:44112;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9722;s:10:\"size_after\";i:9722;s:4:\"time\";d:0.01;}}}'),(20395,3484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8242984870086092;s:5:\"bytes\";i:5270;s:11:\"size_before\";i:90483;s:10:\"size_after\";i:85213;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:296;s:11:\"size_before\";i:4317;s:10:\"size_after\";i:4021;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:193;s:11:\"size_before\";i:2813;s:10:\"size_after\";i:2620;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:501;s:11:\"size_before\";i:7726;s:10:\"size_after\";i:7225;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7225;s:10:\"size_after\";i:7225;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:282;s:11:\"size_before\";i:4587;s:10:\"size_after\";i:4305;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:325;s:11:\"size_before\";i:5464;s:10:\"size_after\";i:5139;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:550;s:11:\"size_before\";i:8327;s:10:\"size_after\";i:7777;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:654;s:11:\"size_before\";i:9077;s:10:\"size_after\";i:8423;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:533;s:11:\"size_before\";i:7834;s:10:\"size_after\";i:7301;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8706;s:10:\"size_after\";i:8111;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:527;s:11:\"size_before\";i:7606;s:10:\"size_after\";i:7079;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:570;s:11:\"size_before\";i:8259;s:10:\"size_after\";i:7689;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3403;s:10:\"size_after\";i:3159;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5139;s:10:\"size_after\";i:5139;s:4:\"time\";d:0.01;}}}'),(20396,3479,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4314930640920402;s:5:\"bytes\";i:24705;s:11:\"size_before\";i:719949;s:10:\"size_after\";i:695244;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6947;s:10:\"size_after\";i:6586;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:575;s:11:\"size_before\";i:14405;s:10:\"size_after\";i:13830;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:5459;s:11:\"size_before\";i:137325;s:10:\"size_after\";i:131866;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:201;s:11:\"size_before\";i:3437;s:10:\"size_after\";i:3236;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:4808;s:11:\"size_before\";i:117583;s:10:\"size_after\";i:112775;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:2263;s:11:\"size_before\";i:54925;s:10:\"size_after\";i:52662;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52662;s:10:\"size_after\";i:52662;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:739;s:11:\"size_before\";i:16656;s:10:\"size_after\";i:15917;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15917;s:10:\"size_after\";i:15917;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:314;s:11:\"size_before\";i:6698;s:10:\"size_after\";i:6384;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:339;s:11:\"size_before\";i:7783;s:10:\"size_after\";i:7444;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:756;s:11:\"size_before\";i:17847;s:10:\"size_after\";i:17091;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:1043;s:11:\"size_before\";i:20258;s:10:\"size_after\";i:19215;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:1934;s:11:\"size_before\";i:47846;s:10:\"size_after\";i:45912;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:622;s:11:\"size_before\";i:12934;s:10:\"size_after\";i:12312;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:2541;s:11:\"size_before\";i:63707;s:10:\"size_after\";i:61166;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:28000;s:10:\"size_after\";i:26798;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:639;s:11:\"size_before\";i:14070;s:10:\"size_after\";i:13431;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:700;s:11:\"size_before\";i:16501;s:10:\"size_after\";i:15801;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:209;s:11:\"size_before\";i:4342;s:10:\"size_after\";i:4133;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52662;s:10:\"size_after\";i:52662;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7444;s:10:\"size_after\";i:7444;s:4:\"time\";d:0.01;}}}'),(20397,3476,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8880103584050607;s:5:\"bytes\";i:18317;s:11:\"size_before\";i:471115;s:10:\"size_after\";i:452798;s:4:\"time\";d:0.39000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:315;s:11:\"size_before\";i:6014;s:10:\"size_after\";i:5699;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:641;s:11:\"size_before\";i:12423;s:10:\"size_after\";i:11782;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:82332;s:10:\"size_after\";i:78904;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:205;s:11:\"size_before\";i:3613;s:10:\"size_after\";i:3408;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:3005;s:11:\"size_before\";i:66172;s:10:\"size_after\";i:63167;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:33159;s:10:\"size_after\";i:31628;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31628;s:10:\"size_after\";i:31628;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:678;s:11:\"size_before\";i:12892;s:10:\"size_after\";i:12214;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12214;s:10:\"size_after\";i:12214;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:325;s:11:\"size_before\";i:6293;s:10:\"size_after\";i:5968;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:399;s:11:\"size_before\";i:7643;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:790;s:11:\"size_before\";i:14479;s:10:\"size_after\";i:13689;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:584;s:11:\"size_before\";i:12506;s:10:\"size_after\";i:11922;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:31887;s:10:\"size_after\";i:30342;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:554;s:11:\"size_before\";i:11095;s:10:\"size_after\";i:10541;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:1831;s:11:\"size_before\";i:39851;s:10:\"size_after\";i:38020;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:960;s:11:\"size_before\";i:19324;s:10:\"size_after\";i:18364;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:546;s:11:\"size_before\";i:10845;s:10:\"size_after\";i:10299;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:746;s:11:\"size_before\";i:13534;s:10:\"size_after\";i:12788;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:234;s:11:\"size_before\";i:4339;s:10:\"size_after\";i:4105;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31628;s:10:\"size_after\";i:31628;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7244;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.01;}}}'),(20398,3473,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1562757313069243;s:5:\"bytes\";i:34755;s:11:\"size_before\";i:674033;s:10:\"size_after\";i:639278;s:4:\"time\";d:0.45000000000000018;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:675;s:11:\"size_before\";i:8602;s:10:\"size_after\";i:7927;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:1423;s:11:\"size_before\";i:19397;s:10:\"size_after\";i:17974;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:5614;s:11:\"size_before\";i:117236;s:10:\"size_after\";i:111622;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3399999999999999;s:5:\"bytes\";i:474;s:11:\"size_before\";i:5076;s:10:\"size_after\";i:4602;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:4839;s:11:\"size_before\";i:90850;s:10:\"size_after\";i:86011;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:3058;s:11:\"size_before\";i:47612;s:10:\"size_after\";i:44554;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44554;s:10:\"size_after\";i:44554;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:1514;s:11:\"size_before\";i:19558;s:10:\"size_after\";i:18044;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18044;s:10:\"size_after\";i:18044;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:766;s:11:\"size_before\";i:9012;s:10:\"size_after\";i:8246;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:947;s:11:\"size_before\";i:11288;s:10:\"size_after\";i:10341;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:1593;s:11:\"size_before\";i:21510;s:10:\"size_after\";i:19917;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:18548;s:10:\"size_after\";i:17286;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:45565;s:10:\"size_after\";i:42722;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:16420;s:10:\"size_after\";i:15161;s:4:\"time\";d:0.089999999999999997;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:3244;s:11:\"size_before\";i:55400;s:10:\"size_after\";i:52156;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:1993;s:11:\"size_before\";i:28369;s:10:\"size_after\";i:26376;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:15486;s:10:\"size_after\";i:14365;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:1560;s:11:\"size_before\";i:20062;s:10:\"size_after\";i:18502;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:570;s:11:\"size_before\";i:6549;s:10:\"size_after\";i:5979;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44554;s:10:\"size_after\";i:44554;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10341;s:10:\"size_after\";i:10341;s:4:\"time\";d:0.02;}}}'),(20399,3467,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3013625778252349;s:5:\"bytes\";i:11078;s:11:\"size_before\";i:481367;s:10:\"size_after\";i:470289;s:4:\"time\";d:0.32000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:420;s:11:\"size_before\";i:6920;s:10:\"size_after\";i:6500;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:662;s:11:\"size_before\";i:13859;s:10:\"size_after\";i:13197;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.88;s:5:\"bytes\";i:696;s:11:\"size_before\";i:79181;s:10:\"size_after\";i:78485;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:301;s:11:\"size_before\";i:4137;s:10:\"size_after\";i:3836;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.87;s:5:\"bytes\";i:519;s:11:\"size_before\";i:59867;s:10:\"size_after\";i:59348;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:744;s:11:\"size_before\";i:32423;s:10:\"size_after\";i:31679;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31679;s:10:\"size_after\";i:31679;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:658;s:11:\"size_before\";i:13950;s:10:\"size_after\";i:13292;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13292;s:10:\"size_after\";i:13292;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7224;s:10:\"size_after\";i:6759;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:512;s:11:\"size_before\";i:8549;s:10:\"size_after\";i:8037;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:736;s:11:\"size_before\";i:16005;s:10:\"size_after\";i:15269;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:615;s:11:\"size_before\";i:15030;s:10:\"size_after\";i:14415;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:956;s:11:\"size_before\";i:33861;s:10:\"size_after\";i:32905;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:662;s:11:\"size_before\";i:12446;s:10:\"size_after\";i:11784;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:924;s:11:\"size_before\";i:41449;s:10:\"size_after\";i:40525;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:674;s:11:\"size_before\";i:19884;s:10:\"size_after\";i:19210;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:546;s:11:\"size_before\";i:12123;s:10:\"size_after\";i:11577;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:691;s:11:\"size_before\";i:14923;s:10:\"size_after\";i:14232;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:297;s:11:\"size_before\";i:4849;s:10:\"size_after\";i:4552;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31679;s:10:\"size_after\";i:31679;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8037;s:10:\"size_after\";i:8037;s:4:\"time\";d:0.01;}}}'),(20400,3461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2862602440170856;s:5:\"bytes\";i:17688;s:11:\"size_before\";i:538241;s:10:\"size_after\";i:520553;s:4:\"time\";d:0.66000000000000014;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6667;s:10:\"size_after\";i:6337;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:519;s:11:\"size_before\";i:13678;s:10:\"size_after\";i:13159;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:3839;s:11:\"size_before\";i:93845;s:10:\"size_after\";i:90006;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:208;s:11:\"size_before\";i:3854;s:10:\"size_after\";i:3646;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:3321;s:11:\"size_before\";i:81235;s:10:\"size_after\";i:77914;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:1456;s:11:\"size_before\";i:39140;s:10:\"size_after\";i:37684;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37684;s:10:\"size_after\";i:37684;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:603;s:11:\"size_before\";i:14557;s:10:\"size_after\";i:13954;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13954;s:10:\"size_after\";i:13954;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:355;s:11:\"size_before\";i:6823;s:10:\"size_after\";i:6468;s:4:\"time\";d:0.23999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:382;s:11:\"size_before\";i:7997;s:10:\"size_after\";i:7615;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:588;s:11:\"size_before\";i:15596;s:10:\"size_after\";i:15008;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:620;s:11:\"size_before\";i:15064;s:10:\"size_after\";i:14444;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:1209;s:11:\"size_before\";i:34012;s:10:\"size_after\";i:32803;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:521;s:11:\"size_before\";i:11759;s:10:\"size_after\";i:11238;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:43393;s:10:\"size_after\";i:41830;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:816;s:11:\"size_before\";i:22195;s:10:\"size_after\";i:21379;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:482;s:11:\"size_before\";i:12079;s:10:\"size_after\";i:11597;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:638;s:11:\"size_before\";i:14637;s:10:\"size_after\";i:13999;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:238;s:11:\"size_before\";i:4773;s:10:\"size_after\";i:4535;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37684;s:10:\"size_after\";i:37684;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7615;s:10:\"size_after\";i:7615;s:4:\"time\";d:0.02;}}}'),(20401,3457,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.940742025188011;s:5:\"bytes\";i:13737;s:11:\"size_before\";i:467127;s:10:\"size_after\";i:453390;s:4:\"time\";d:0.33000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:420;s:11:\"size_before\";i:6719;s:10:\"size_after\";i:6299;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:660;s:11:\"size_before\";i:13772;s:10:\"size_after\";i:13112;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4100000000000001;s:5:\"bytes\";i:1813;s:11:\"size_before\";i:75117;s:10:\"size_after\";i:73304;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:318;s:11:\"size_before\";i:4115;s:10:\"size_after\";i:3797;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:61154;s:10:\"size_after\";i:59708;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:32953;s:10:\"size_after\";i:31882;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31882;s:10:\"size_after\";i:31882;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:687;s:11:\"size_before\";i:13776;s:10:\"size_after\";i:13089;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13089;s:10:\"size_after\";i:13089;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6886;s:10:\"size_after\";i:6497;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:478;s:11:\"size_before\";i:8399;s:10:\"size_after\";i:7921;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:776;s:11:\"size_before\";i:15426;s:10:\"size_after\";i:14650;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:502;s:11:\"size_before\";i:13166;s:10:\"size_after\";i:12664;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:30787;s:10:\"size_after\";i:29743;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:628;s:11:\"size_before\";i:11752;s:10:\"size_after\";i:11124;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:37588;s:10:\"size_after\";i:36404;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:763;s:11:\"size_before\";i:19909;s:10:\"size_after\";i:19146;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:525;s:11:\"size_before\";i:11427;s:10:\"size_after\";i:10902;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:698;s:11:\"size_before\";i:14467;s:10:\"size_after\";i:13769;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:335;s:11:\"size_before\";i:4940;s:10:\"size_after\";i:4605;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31882;s:10:\"size_after\";i:31882;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7921;s:10:\"size_after\";i:7921;s:4:\"time\";d:0.01;}}}'),(20402,3454,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.371251664926743;s:5:\"bytes\";i:24349;s:11:\"size_before\";i:722254;s:10:\"size_after\";i:697905;s:4:\"time\";d:0.40000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7991;s:10:\"size_after\";i:7509;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:995;s:11:\"size_before\";i:18231;s:10:\"size_after\";i:17236;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:3595;s:11:\"size_before\";i:117398;s:10:\"size_after\";i:113803;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:303;s:11:\"size_before\";i:4540;s:10:\"size_after\";i:4237;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:107979;s:10:\"size_after\";i:104180;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:2475;s:11:\"size_before\";i:56816;s:10:\"size_after\";i:54341;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54341;s:10:\"size_after\";i:54341;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:1178;s:11:\"size_before\";i:20789;s:10:\"size_after\";i:19611;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19611;s:10:\"size_after\";i:19611;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:488;s:11:\"size_before\";i:8192;s:10:\"size_after\";i:7704;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:695;s:11:\"size_before\";i:10691;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:21683;s:10:\"size_after\";i:20520;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:757;s:11:\"size_before\";i:18682;s:10:\"size_after\";i:17925;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:1709;s:11:\"size_before\";i:45725;s:10:\"size_after\";i:44016;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:835;s:11:\"size_before\";i:15714;s:10:\"size_after\";i:14879;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1952;s:11:\"size_before\";i:55704;s:10:\"size_after\";i:53752;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:1716;s:11:\"size_before\";i:32546;s:10:\"size_after\";i:30830;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:699;s:11:\"size_before\";i:14784;s:10:\"size_after\";i:14085;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:20046;s:10:\"size_after\";i:19010;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:472;s:11:\"size_before\";i:6454;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.040000000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54341;s:10:\"size_after\";i:54341;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9996;s:10:\"size_after\";i:9996;s:4:\"time\";d:0.01;}}}'),(20403,3451,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8408399182778585;s:5:\"bytes\";i:22879;s:11:\"size_before\";i:595677;s:10:\"size_after\";i:572798;s:4:\"time\";d:1.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:449;s:11:\"size_before\";i:6802;s:10:\"size_after\";i:6353;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:886;s:11:\"size_before\";i:15043;s:10:\"size_after\";i:14157;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:108343;s:10:\"size_after\";i:104677;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:314;s:11:\"size_before\";i:3972;s:10:\"size_after\";i:3658;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:3015;s:11:\"size_before\";i:86109;s:10:\"size_after\";i:83094;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:1979;s:11:\"size_before\";i:42567;s:10:\"size_after\";i:40588;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40588;s:10:\"size_after\";i:40588;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:965;s:11:\"size_before\";i:15715;s:10:\"size_after\";i:14750;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14750;s:10:\"size_after\";i:14750;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:480;s:11:\"size_before\";i:7155;s:10:\"size_after\";i:6675;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:574;s:11:\"size_before\";i:8924;s:10:\"size_after\";i:8350;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:998;s:11:\"size_before\";i:17628;s:10:\"size_after\";i:16630;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:887;s:11:\"size_before\";i:15984;s:10:\"size_after\";i:15097;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:1932;s:11:\"size_before\";i:40502;s:10:\"size_after\";i:38570;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:843;s:11:\"size_before\";i:13203;s:10:\"size_after\";i:12360;s:4:\"time\";d:0.64000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:2466;s:11:\"size_before\";i:51148;s:10:\"size_after\";i:48682;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:24046;s:10:\"size_after\";i:22709;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:772;s:11:\"size_before\";i:12796;s:10:\"size_after\";i:12024;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:947;s:11:\"size_before\";i:16410;s:10:\"size_after\";i:15463;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:369;s:11:\"size_before\";i:5054;s:10:\"size_after\";i:4685;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40588;s:10:\"size_after\";i:40588;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8350;s:10:\"size_after\";i:8350;s:4:\"time\";d:0.01;}}}'),(20404,3448,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7659583399257981;s:5:\"bytes\";i:17857;s:11:\"size_before\";i:309697;s:10:\"size_after\";i:291840;s:4:\"time\";d:0.38000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:206;s:11:\"size_before\";i:3735;s:10:\"size_after\";i:3529;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:306;s:11:\"size_before\";i:5670;s:10:\"size_after\";i:5364;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8599999999999994;s:5:\"bytes\";i:3563;s:11:\"size_before\";i:36129;s:10:\"size_after\";i:32566;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:165;s:11:\"size_before\";i:2366;s:10:\"size_after\";i:2201;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:4694;s:11:\"size_before\";i:53017;s:10:\"size_after\";i:48323;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:1861;s:11:\"size_before\";i:25917;s:10:\"size_after\";i:24056;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24056;s:10:\"size_after\";i:24056;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:433;s:11:\"size_before\";i:9155;s:10:\"size_after\";i:8722;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8722;s:10:\"size_after\";i:8722;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:193;s:11:\"size_before\";i:4019;s:10:\"size_after\";i:3826;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:215;s:11:\"size_before\";i:4837;s:10:\"size_after\";i:4622;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:502;s:11:\"size_before\";i:9583;s:10:\"size_after\";i:9081;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:363;s:11:\"size_before\";i:7441;s:10:\"size_after\";i:7078;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:1423;s:11:\"size_before\";i:20892;s:10:\"size_after\";i:19469;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:389;s:11:\"size_before\";i:7122;s:10:\"size_after\";i:6733;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1813;s:11:\"size_before\";i:25817;s:10:\"size_after\";i:24004;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:812;s:11:\"size_before\";i:14006;s:10:\"size_after\";i:13194;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:266;s:11:\"size_before\";i:6257;s:10:\"size_after\";i:5991;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:483;s:11:\"size_before\";i:9224;s:10:\"size_after\";i:8741;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:170;s:11:\"size_before\";i:3054;s:10:\"size_after\";i:2884;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24056;s:10:\"size_after\";i:24056;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4622;s:10:\"size_after\";i:4622;s:4:\"time\";d:0.01;}}}'),(20405,3447,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5449729823781309;s:5:\"bytes\";i:13164;s:11:\"size_before\";i:517255;s:10:\"size_after\";i:504091;s:4:\"time\";d:0.39000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6628;s:10:\"size_after\";i:6272;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:609;s:11:\"size_before\";i:13772;s:10:\"size_after\";i:13163;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8899999999999999;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:83954;s:10:\"size_after\";i:82365;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:285;s:11:\"size_before\";i:3961;s:10:\"size_after\";i:3676;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3700000000000001;s:5:\"bytes\";i:1721;s:11:\"size_before\";i:72611;s:10:\"size_after\";i:70890;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:38391;s:10:\"size_after\";i:37299;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37299;s:10:\"size_after\";i:37299;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:647;s:11:\"size_before\";i:14734;s:10:\"size_after\";i:14087;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14087;s:10:\"size_after\";i:14087;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:346;s:11:\"size_before\";i:6731;s:10:\"size_after\";i:6385;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:464;s:11:\"size_before\";i:8561;s:10:\"size_after\";i:8097;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:655;s:11:\"size_before\";i:16017;s:10:\"size_after\";i:15362;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:603;s:11:\"size_before\";i:14318;s:10:\"size_after\";i:13715;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:961;s:11:\"size_before\";i:33874;s:10:\"size_after\";i:32913;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:565;s:11:\"size_before\";i:12233;s:10:\"size_after\";i:11668;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:40675;s:10:\"size_after\";i:39634;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:778;s:11:\"size_before\";i:22242;s:10:\"size_after\";i:21464;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:514;s:11:\"size_before\";i:11756;s:10:\"size_after\";i:11242;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:623;s:11:\"size_before\";i:15031;s:10:\"size_after\";i:14408;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:315;s:11:\"size_before\";i:4984;s:10:\"size_after\";i:4669;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37299;s:10:\"size_after\";i:37299;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8097;s:10:\"size_after\";i:8097;s:4:\"time\";d:0.029999999999999999;}}}'),(20406,3440,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2359491680859427;s:5:\"bytes\";i:11856;s:11:\"size_before\";i:366384;s:10:\"size_after\";i:354528;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:238;s:11:\"size_before\";i:4762;s:10:\"size_after\";i:4524;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:360;s:11:\"size_before\";i:9016;s:10:\"size_after\";i:8656;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:2629;s:11:\"size_before\";i:63335;s:10:\"size_after\";i:60706;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:159;s:11:\"size_before\";i:2800;s:10:\"size_after\";i:2641;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:53323;s:10:\"size_after\";i:51321;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:898;s:11:\"size_before\";i:26362;s:10:\"size_after\";i:25464;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25464;s:10:\"size_after\";i:25464;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:357;s:11:\"size_before\";i:9739;s:10:\"size_after\";i:9382;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9382;s:10:\"size_after\";i:9382;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:235;s:11:\"size_before\";i:4818;s:10:\"size_after\";i:4583;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:253;s:11:\"size_before\";i:5664;s:10:\"size_after\";i:5411;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:393;s:11:\"size_before\";i:10505;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:418;s:11:\"size_before\";i:10852;s:10:\"size_after\";i:10434;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:924;s:11:\"size_before\";i:24340;s:10:\"size_after\";i:23416;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:335;s:11:\"size_before\";i:8119;s:10:\"size_after\";i:7784;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:30853;s:10:\"size_after\";i:29573;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:497;s:11:\"size_before\";i:14567;s:10:\"size_after\";i:14070;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:338;s:11:\"size_before\";i:8284;s:10:\"size_after\";i:7946;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:358;s:11:\"size_before\";i:9837;s:10:\"size_after\";i:9479;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:182;s:11:\"size_before\";i:3487;s:10:\"size_after\";i:3305;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25464;s:10:\"size_after\";i:25464;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5411;s:10:\"size_after\";i:5411;s:4:\"time\";d:0.01;}}}'),(20407,3437,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7796412602863656;s:5:\"bytes\";i:17380;s:11:\"size_before\";i:459832;s:10:\"size_after\";i:442452;s:4:\"time\";d:0.35000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:230;s:11:\"size_before\";i:5019;s:10:\"size_after\";i:4789;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:490;s:11:\"size_before\";i:10683;s:10:\"size_after\";i:10193;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:3671;s:11:\"size_before\";i:78428;s:10:\"size_after\";i:74757;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:170;s:11:\"size_before\";i:3026;s:10:\"size_after\";i:2856;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:3595;s:11:\"size_before\";i:74514;s:10:\"size_after\";i:70919;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:1697;s:11:\"size_before\";i:35795;s:10:\"size_after\";i:34098;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34098;s:10:\"size_after\";i:34098;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:554;s:11:\"size_before\";i:11950;s:10:\"size_after\";i:11396;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11396;s:10:\"size_after\";i:11396;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:260;s:11:\"size_before\";i:5265;s:10:\"size_after\";i:5005;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:290;s:11:\"size_before\";i:6323;s:10:\"size_after\";i:6033;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:567;s:11:\"size_before\";i:12637;s:10:\"size_after\";i:12070;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:508;s:11:\"size_before\";i:11468;s:10:\"size_after\";i:10960;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:1320;s:11:\"size_before\";i:28940;s:10:\"size_after\";i:27620;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:423;s:11:\"size_before\";i:9552;s:10:\"size_after\";i:9129;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:36520;s:10:\"size_after\";i:34937;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:917;s:11:\"size_before\";i:19248;s:10:\"size_after\";i:18331;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:402;s:11:\"size_before\";i:9256;s:10:\"size_after\";i:8854;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:481;s:11:\"size_before\";i:11719;s:10:\"size_after\";i:11238;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:222;s:11:\"size_before\";i:3864;s:10:\"size_after\";i:3642;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34098;s:10:\"size_after\";i:34098;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6033;s:10:\"size_after\";i:6033;s:4:\"time\";d:0.01;}}}'),(20408,3433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9121274409044196;s:5:\"bytes\";i:4602;s:11:\"size_before\";i:77840;s:10:\"size_after\";i:73238;s:4:\"time\";d:0.11999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.83;s:5:\"bytes\";i:544;s:11:\"size_before\";i:4597;s:10:\"size_after\";i:4053;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:308;s:11:\"size_before\";i:8170;s:10:\"size_after\";i:7862;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:120;s:11:\"size_before\";i:2951;s:10:\"size_after\";i:2831;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:169;s:11:\"size_before\";i:4867;s:10:\"size_after\";i:4698;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:211;s:11:\"size_before\";i:6174;s:10:\"size_after\";i:5963;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.32;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:9322;s:10:\"size_after\";i:8080;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:275;s:11:\"size_before\";i:7183;s:10:\"size_after\";i:6908;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:249;s:11:\"size_before\";i:8316;s:10:\"size_after\";i:8067;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:232;s:11:\"size_before\";i:7376;s:10:\"size_after\";i:7144;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.18;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:9039;s:10:\"size_after\";i:7938;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:151;s:11:\"size_before\";i:3882;s:10:\"size_after\";i:3731;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5963;s:10:\"size_after\";i:5963;s:4:\"time\";d:0.01;}}}'),(20409,3428,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.165428125085934;s:5:\"bytes\";i:31810;s:11:\"size_before\";i:763667;s:10:\"size_after\";i:731857;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:454;s:11:\"size_before\";i:7769;s:10:\"size_after\";i:7315;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:894;s:11:\"size_before\";i:17052;s:10:\"size_after\";i:16158;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:6925;s:11:\"size_before\";i:147694;s:10:\"size_after\";i:140769;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:273;s:11:\"size_before\";i:4202;s:10:\"size_after\";i:3929;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:5529;s:11:\"size_before\";i:116868;s:10:\"size_after\";i:111339;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2819;s:11:\"size_before\";i:56137;s:10:\"size_after\";i:53318;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53318;s:10:\"size_after\";i:53318;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:18642;s:10:\"size_after\";i:17633;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17633;s:10:\"size_after\";i:17633;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:476;s:11:\"size_before\";i:7849;s:10:\"size_after\";i:7373;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:570;s:11:\"size_before\";i:9625;s:10:\"size_after\";i:9055;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:20570;s:10:\"size_after\";i:19460;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:20600;s:10:\"size_after\";i:19468;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:2608;s:11:\"size_before\";i:51871;s:10:\"size_after\";i:49263;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:838;s:11:\"size_before\";i:14992;s:10:\"size_after\";i:14154;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:3402;s:11:\"size_before\";i:66919;s:10:\"size_after\";i:63517;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:1610;s:11:\"size_before\";i:29995;s:10:\"size_after\";i:28385;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:881;s:11:\"size_before\";i:15318;s:10:\"size_after\";i:14437;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:981;s:11:\"size_before\";i:18946;s:10:\"size_after\";i:17965;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5294;s:10:\"size_after\";i:4995;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53318;s:10:\"size_after\";i:53318;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9055;s:10:\"size_after\";i:9055;s:4:\"time\";d:0.01;}}}'),(20410,3426,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2597572;s:10:\"size_after\";i:2597572;s:4:\"time\";d:1.1700000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50753;s:10:\"size_after\";i:50753;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:133062;s:10:\"size_after\";i:133062;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25837;s:10:\"size_after\";i:25837;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:350545;s:10:\"size_after\";i:350545;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:350545;s:10:\"size_after\";i:350545;s:4:\"time\";d:0.16;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130613;s:10:\"size_after\";i:130613;s:4:\"time\";d:0.050000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130613;s:10:\"size_after\";i:130613;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52604;s:10:\"size_after\";i:52604;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67599;s:10:\"size_after\";i:67599;s:4:\"time\";d:0.070000000000000007;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151969;s:10:\"size_after\";i:151969;s:4:\"time\";d:0.050000000000000003;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:133269;s:10:\"size_after\";i:133269;s:4:\"time\";d:0.13;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111959;s:10:\"size_after\";i:111959;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:212721;s:10:\"size_after\";i:212721;s:4:\"time\";d:0.10000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:106585;s:10:\"size_after\";i:106585;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:139451;s:10:\"size_after\";i:139451;s:4:\"time\";d:0.10000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31303;s:10:\"size_after\";i:31303;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:350545;s:10:\"size_after\";i:350545;s:4:\"time\";d:0.10000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67599;s:10:\"size_after\";i:67599;s:4:\"time\";d:0.029999999999999999;}}}'),(20411,3420,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5439325154621932;s:5:\"bytes\";i:15683;s:11:\"size_before\";i:442531;s:10:\"size_after\";i:426848;s:4:\"time\";d:0.40000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:187;s:11:\"size_before\";i:4729;s:10:\"size_after\";i:4542;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:401;s:11:\"size_before\";i:10593;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:4459;s:11:\"size_before\";i:95034;s:10:\"size_after\";i:90575;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:118;s:11:\"size_before\";i:2795;s:10:\"size_after\";i:2677;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:3123;s:11:\"size_before\";i:67454;s:10:\"size_after\";i:64331;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:1235;s:11:\"size_before\";i:30313;s:10:\"size_after\";i:29078;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29078;s:10:\"size_after\";i:29078;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:396;s:11:\"size_before\";i:10575;s:10:\"size_after\";i:10179;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10179;s:10:\"size_after\";i:10179;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:160;s:11:\"size_before\";i:4718;s:10:\"size_after\";i:4558;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:257;s:11:\"size_before\";i:5966;s:10:\"size_after\";i:5709;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:415;s:11:\"size_before\";i:11760;s:10:\"size_after\";i:11345;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:503;s:11:\"size_before\";i:11953;s:10:\"size_after\";i:11450;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:28209;s:10:\"size_after\";i:27042;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:253;s:11:\"size_before\";i:8421;s:10:\"size_after\";i:8168;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:36452;s:10:\"size_after\";i:34988;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:604;s:11:\"size_before\";i:16400;s:10:\"size_after\";i:15796;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:354;s:11:\"size_before\";i:8876;s:10:\"size_after\";i:8522;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:441;s:11:\"size_before\";i:10766;s:10:\"size_after\";i:10325;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:146;s:11:\"size_before\";i:3473;s:10:\"size_after\";i:3327;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29078;s:10:\"size_after\";i:29078;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5709;s:10:\"size_after\";i:5709;s:4:\"time\";d:0.029999999999999999;}}}'),(20412,3419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3971171756506187;s:5:\"bytes\";i:16104;s:11:\"size_before\";i:474049;s:10:\"size_after\";i:457945;s:4:\"time\";d:0.34000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:181;s:11:\"size_before\";i:5102;s:10:\"size_after\";i:4921;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:400;s:11:\"size_before\";i:11244;s:10:\"size_after\";i:10844;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:4489;s:11:\"size_before\";i:99439;s:10:\"size_after\";i:94950;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2973;s:10:\"size_after\";i:2820;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:3106;s:11:\"size_before\";i:72311;s:10:\"size_after\";i:69205;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:33133;s:10:\"size_after\";i:31905;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31905;s:10:\"size_after\";i:31905;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:458;s:11:\"size_before\";i:11539;s:10:\"size_after\";i:11081;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11081;s:10:\"size_after\";i:11081;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:184;s:11:\"size_before\";i:4998;s:10:\"size_after\";i:4814;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:265;s:11:\"size_before\";i:6346;s:10:\"size_after\";i:6081;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:511;s:11:\"size_before\";i:12522;s:10:\"size_after\";i:12011;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:571;s:11:\"size_before\";i:12997;s:10:\"size_after\";i:12426;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:29872;s:10:\"size_after\";i:28708;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:314;s:11:\"size_before\";i:9062;s:10:\"size_after\";i:8748;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:1480;s:11:\"size_before\";i:38794;s:10:\"size_after\";i:37314;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:651;s:11:\"size_before\";i:17982;s:10:\"size_after\";i:17331;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:388;s:11:\"size_before\";i:9495;s:10:\"size_after\";i:9107;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:403;s:11:\"size_before\";i:11509;s:10:\"size_after\";i:11106;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:158;s:11:\"size_before\";i:3759;s:10:\"size_after\";i:3601;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31905;s:10:\"size_after\";i:31905;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6081;s:10:\"size_after\";i:6081;s:4:\"time\";d:0.01;}}}'),(20413,379,'xyz_fbap','1'),(20416,379,'_adinserter_block_exceptions',''),(20417,379,'_bunyad_bg_image_bg_type','cover'),(20418,379,'_yoast_wpseo_metadesc','HMC Approved Beef Burger'),(20419,379,'_wpas_skip_20130109','1'),(20420,3553,'_edit_last','1'),(20421,3553,'_edit_lock','1545304456:1'),(20422,3554,'_wp_attached_file','2018/12/cafe-604600_1280.jpg'),(20423,3554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2592538399633426;s:5:\"bytes\";i:113115;s:11:\"size_before\";i:1558218;s:10:\"size_after\";i:1445103;s:4:\"time\";d:1.3900000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999;s:5:\"bytes\";i:738;s:11:\"size_before\";i:8049;s:10:\"size_after\";i:7311;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:1579;s:11:\"size_before\";i:18469;s:10:\"size_after\";i:16890;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:6278;s:11:\"size_before\";i:112251;s:10:\"size_after\";i:105973;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:493;s:11:\"size_before\";i:4756;s:10:\"size_after\";i:4263;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:5096;s:11:\"size_before\";i:90595;s:10:\"size_after\";i:85499;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:3080;s:11:\"size_before\";i:48327;s:10:\"size_after\";i:45247;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45247;s:10:\"size_after\";i:45247;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1999999999999993;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:19083;s:10:\"size_after\";i:17518;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17518;s:10:\"size_after\";i:17518;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000005;s:5:\"bytes\";i:800;s:11:\"size_before\";i:8595;s:10:\"size_after\";i:7795;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4100000000000001;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:11132;s:10:\"size_after\";i:10084;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:21191;s:10:\"size_after\";i:19534;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:1304;s:11:\"size_before\";i:17884;s:10:\"size_after\";i:16580;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:3087;s:11:\"size_before\";i:45864;s:10:\"size_after\";i:42777;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4900000000000002;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:16211;s:10:\"size_after\";i:14834;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:3480;s:11:\"size_before\";i:55850;s:10:\"size_after\";i:52370;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:2144;s:11:\"size_before\";i:28825;s:10:\"size_after\";i:26681;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:15326;s:10:\"size_after\";i:14122;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:1627;s:11:\"size_before\";i:20024;s:10:\"size_after\";i:18397;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4600000000000009;s:5:\"bytes\";i:563;s:11:\"size_before\";i:5951;s:10:\"size_after\";i:5388;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45247;s:10:\"size_after\";i:45247;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10084;s:10:\"size_after\";i:10084;s:4:\"time\";d:0.64000000000000001;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:2755;s:11:\"size_before\";i:29954;s:10:\"size_after\";i:27199;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:6000;s:11:\"size_before\";i:68281;s:10:\"size_after\";i:62281;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.41;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:17513;s:10:\"size_after\";i:15690;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:6016;s:11:\"size_before\";i:70508;s:10:\"size_after\";i:64492;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6400000000000006;s:5:\"bytes\";i:3079;s:11:\"size_before\";i:31955;s:10:\"size_after\";i:28876;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7400000000000002;s:5:\"bytes\";i:3976;s:11:\"size_before\";i:40833;s:10:\"size_after\";i:36857;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:6745;s:11:\"size_before\";i:78939;s:10:\"size_after\";i:72194;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:5374;s:11:\"size_before\";i:65947;s:10:\"size_after\";i:60573;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:12801;s:11:\"size_before\";i:169560;s:10:\"size_after\";i:156759;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:5421;s:11:\"size_before\";i:60703;s:10:\"size_after\";i:55282;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:8479;s:11:\"size_before\";i:105454;s:10:\"size_after\";i:96975;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:4934;s:11:\"size_before\";i:56417;s:10:\"size_after\";i:51483;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:6442;s:11:\"size_before\";i:74238;s:10:\"size_after\";i:67796;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.029999999999999;s:5:\"bytes\";i:2150;s:11:\"size_before\";i:21437;s:10:\"size_after\";i:19287;s:4:\"time\";d:0.02;}}}'),(20424,3554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2018/12/cafe-604600_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"cafe-604600_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"cafe-604600_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"cafe-604600_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"cafe-604600_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-150x150.jpg\";s:5:\"width\";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:\"cafe-604600_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cafe-604600_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cafe-604600_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"cafe-604600_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"cafe-604600_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"cafe-604600_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20425,3554,'_wp_attachment_image_alt','The Government must realise these proposals will be crippling for hospitality sector'),(20426,3553,'_thumbnail_id','3554'),(20427,3553,'_adinserter_block_exceptions',''),(20428,3553,'slide_template','default'),(20429,3553,'_bunyad_featured_post','1'),(20430,3553,'_bunyad_cat_label','0'),(20431,3553,'_bunyad_featured_disable','0'),(20432,3553,'_bunyad_bg_image_bg_type','cover'),(20433,3553,'_bunyad_reviews','0'),(20434,3553,'_bunyad_review_pos','none'),(20435,3553,'_bunyad_review_type','points'),(20436,3553,'_bunyad_review_verdict','Awesome'),(20437,3553,'_yoast_wpseo_focuskw','hospitality sector'),(20438,3553,'_yoast_wpseo_title','UKHospitality reaction to migration White Paper for the hospitality sector'),(20439,3553,'_yoast_wpseo_metadesc','The Government must keep to its word, listen to business over the next 12 months and realise these proposals will be crippling for hospitality sector'),(20440,3553,'_yoast_wpseo_linkdex','82'),(20441,3553,'_yoast_wpseo_content_score','60'),(20442,3553,'_yoast_wpseo_primary_category','8'),(20443,3553,'xyz_fbap','1'),(20447,3553,'_wpas_done_all','1'),(20450,3553,'_wpas_skip_20130109','1'),(20451,3556,'_edit_last','1'),(20452,3556,'_edit_lock','1545303336:1'),(20453,3557,'_wp_attached_file','2018/12/PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD.jpg'),(20454,3557,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.4505841726686004;s:5:\"bytes\";i:127426;s:11:\"size_before\";i:1710282;s:10:\"size_after\";i:1582856;s:4:\"time\";d:1.0600000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:353;s:11:\"size_before\";i:5677;s:10:\"size_after\";i:5324;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:798;s:11:\"size_before\";i:11517;s:10:\"size_after\";i:10719;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3300000000000001;s:5:\"bytes\";i:6411;s:11:\"size_before\";i:68708;s:10:\"size_after\";i:62297;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:192;s:11:\"size_before\";i:3373;s:10:\"size_after\";i:3181;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:4422;s:11:\"size_before\";i:50310;s:10:\"size_after\";i:45888;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:2073;s:11:\"size_before\";i:26999;s:10:\"size_after\";i:24926;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24926;s:10:\"size_after\";i:24926;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:776;s:11:\"size_before\";i:11497;s:10:\"size_after\";i:10721;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10721;s:10:\"size_after\";i:10721;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:317;s:11:\"size_before\";i:5936;s:10:\"size_after\";i:5619;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:438;s:11:\"size_before\";i:7409;s:10:\"size_after\";i:6971;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:851;s:11:\"size_before\";i:13550;s:10:\"size_after\";i:12699;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:741;s:11:\"size_before\";i:11549;s:10:\"size_after\";i:10808;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:28213;s:10:\"size_after\";i:26414;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:604;s:11:\"size_before\";i:10356;s:10:\"size_after\";i:9752;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:2172;s:11:\"size_before\";i:34964;s:10:\"size_after\";i:32792;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:17341;s:10:\"size_after\";i:16127;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:593;s:11:\"size_before\";i:10276;s:10:\"size_after\";i:9683;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:818;s:11:\"size_before\";i:13010;s:10:\"size_after\";i:12192;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:301;s:11:\"size_before\";i:4157;s:10:\"size_after\";i:3856;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24926;s:10:\"size_after\";i:24926;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6971;s:10:\"size_after\";i:6971;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1312;s:11:\"size_before\";i:20318;s:10:\"size_after\";i:19006;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:3222;s:11:\"size_before\";i:42979;s:10:\"size_after\";i:39757;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9499999999999993;s:5:\"bytes\";i:26323;s:11:\"size_before\";i:294045;s:10:\"size_after\";i:267722;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:749;s:11:\"size_before\";i:11550;s:10:\"size_after\";i:10801;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:16908;s:11:\"size_before\";i:208174;s:10:\"size_after\";i:191266;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:8126;s:11:\"size_before\";i:104449;s:10:\"size_after\";i:96323;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:3262;s:11:\"size_before\";i:42213;s:10:\"size_after\";i:38951;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:21301;s:10:\"size_after\";i:19916;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:2006;s:11:\"size_before\";i:25951;s:10:\"size_after\";i:23945;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:3568;s:11:\"size_before\";i:49013;s:10:\"size_after\";i:45445;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:3242;s:11:\"size_before\";i:42942;s:10:\"size_after\";i:39700;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:7806;s:11:\"size_before\";i:107935;s:10:\"size_after\";i:100129;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:2921;s:11:\"size_before\";i:38054;s:10:\"size_after\";i:35133;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:9685;s:11:\"size_before\";i:138290;s:10:\"size_after\";i:128605;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:4876;s:11:\"size_before\";i:63471;s:10:\"size_after\";i:58595;s:4:\"time\";d:0.11;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:36731;s:10:\"size_after\";i:34203;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:3459;s:11:\"size_before\";i:46590;s:10:\"size_after\";i:43131;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:13890;s:10:\"size_after\";i:12715;s:4:\"time\";d:0.01;}}}'),(20455,3557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4054;s:6:\"height\";i:5171;s:4:\"file\";s:52:\"2018/12/PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-768x980.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-696x888.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:888;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-1068x1362.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-329x420.jpg\";s:5:\"width\";i:329;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-1920x2449.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-150x150.jpg\";s:5:\"width\";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:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-803x1024.jpg\";s:5:\"width\";i:803;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:53:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:51:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:52:\"PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"12\";s:6:\"credit\";s:26:\"Nick Hill - NM Design 2018\";s:6:\"camera\";s:3:\"P30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501667099\";s:9:\"copyright\";s:93:\"Copyright is owned by Nick Hill, NMD Creative Ltd 2018 - no usage without written permission.\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:18:\"0.0087719298245614\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20456,3558,'_wp_attached_file','2018/12/Pipers-Crispeas-Packs-All-overlap-medium.jpg'),(20457,3558,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.825870061496337;s:5:\"bytes\";i:102513;s:11:\"size_before\";i:1759617;s:10:\"size_after\";i:1657104;s:4:\"time\";d:0.8400000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:470;s:11:\"size_before\";i:7702;s:10:\"size_after\";i:7232;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:719;s:11:\"size_before\";i:14096;s:10:\"size_after\";i:13377;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:5223;s:11:\"size_before\";i:88650;s:10:\"size_after\";i:83427;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:297;s:11:\"size_before\";i:4342;s:10:\"size_after\";i:4045;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:4593;s:11:\"size_before\";i:89580;s:10:\"size_after\";i:84987;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:2435;s:11:\"size_before\";i:47783;s:10:\"size_after\";i:45348;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45348;s:10:\"size_after\";i:45348;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:987;s:11:\"size_before\";i:17820;s:10:\"size_after\";i:16833;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16833;s:10:\"size_after\";i:16833;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7848;s:10:\"size_after\";i:7389;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:527;s:11:\"size_before\";i:9065;s:10:\"size_after\";i:8538;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:985;s:11:\"size_before\";i:17457;s:10:\"size_after\";i:16472;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:868;s:11:\"size_before\";i:16430;s:10:\"size_after\";i:15562;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:2398;s:11:\"size_before\";i:40847;s:10:\"size_after\";i:38449;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:769;s:11:\"size_before\";i:14177;s:10:\"size_after\";i:13408;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:2998;s:11:\"size_before\";i:51491;s:10:\"size_after\";i:48493;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:27062;s:10:\"size_after\";i:25763;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:912;s:11:\"size_before\";i:14435;s:10:\"size_after\";i:13523;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:878;s:11:\"size_before\";i:16329;s:10:\"size_after\";i:15451;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:329;s:11:\"size_before\";i:5513;s:10:\"size_after\";i:5184;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45348;s:10:\"size_after\";i:45348;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8538;s:10:\"size_after\";i:8538;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:28955;s:10:\"size_after\";i:26853;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:3777;s:11:\"size_before\";i:54426;s:10:\"size_after\";i:50649;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:16113;s:10:\"size_after\";i:14949;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:9532;s:11:\"size_before\";i:171668;s:10:\"size_after\";i:162136;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:4449;s:11:\"size_before\";i:66378;s:10:\"size_after\";i:61929;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:2196;s:11:\"size_before\";i:29570;s:10:\"size_after\";i:27374;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:2456;s:11:\"size_before\";i:34844;s:10:\"size_after\";i:32388;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:4514;s:11:\"size_before\";i:66219;s:10:\"size_after\";i:61705;s:4:\"time\";d:0.070000000000000007;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:3956;s:11:\"size_before\";i:59392;s:10:\"size_after\";i:55436;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:9870;s:11:\"size_before\";i:150264;s:10:\"size_after\";i:140394;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:54259;s:10:\"size_after\";i:50344;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:11155;s:11:\"size_before\";i:182638;s:10:\"size_after\";i:171483;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:6559;s:11:\"size_before\";i:101470;s:10:\"size_after\";i:94911;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:3971;s:11:\"size_before\";i:53736;s:10:\"size_after\";i:49765;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:4213;s:11:\"size_before\";i:62073;s:10:\"size_after\";i:57860;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:20918;s:10:\"size_after\";i:19380;s:4:\"time\";d:0.01;}}}'),(20458,3558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1107;s:4:\"file\";s:52:\"2018/12/Pipers-Crispeas-Packs-All-overlap-medium.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Pipers-Crispeas-Packs-All-overlap-medium-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Pipers-Crispeas-Packs-All-overlap-medium-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-696x435.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Pipers-Crispeas-Packs-All-overlap-medium-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Pipers-Crispeas-Packs-All-overlap-medium-1068x667.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-672x420.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-150x150.jpg\";s:5:\"width\";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:\"Pipers-Crispeas-Packs-All-overlap-medium-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Pipers-Crispeas-Packs-All-overlap-medium-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Pipers-Crispeas-Packs-All-overlap-medium-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:53:\"Pipers-Crispeas-Packs-All-overlap-medium-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:51:\"Pipers-Crispeas-Packs-All-overlap-medium-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:52:\"Pipers-Crispeas-Packs-All-overlap-medium-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20459,3559,'_wp_attached_file','2018/12/Pipers-Crisps-pairing-Information.png'),(20460,3559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.942538088143178;s:5:\"bytes\";i:141979;s:11:\"size_before\";i:2045059;s:10:\"size_after\";i:1903080;s:4:\"time\";d:3.5800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:26:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.19;s:5:\"bytes\";i:3578;s:11:\"size_before\";i:31962;s:10:\"size_after\";i:28384;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.42;s:5:\"bytes\";i:7302;s:11:\"size_before\";i:63925;s:10:\"size_after\";i:56623;s:4:\"time\";d:0.10000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.99;s:5:\"bytes\";i:1850;s:11:\"size_before\";i:16838;s:10:\"size_after\";i:14988;s:4:\"time\";d:0.050000000000000003;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:140756;s:10:\"size_after\";i:140756;s:4:\"time\";d:0.23000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1799999999999999;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:93285;s:10:\"size_after\";i:92180;s:4:\"time\";d:0.11;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:92180;s:10:\"size_after\";i:92180;s:4:\"time\";d:0.13;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.210000000000001;s:5:\"bytes\";i:8666;s:11:\"size_before\";i:77328;s:10:\"size_after\";i:68662;s:4:\"time\";d:0.20000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:68662;s:10:\"size_after\";i:68662;s:4:\"time\";d:0.16;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.050000000000001;s:5:\"bytes\";i:4640;s:11:\"size_before\";i:35567;s:10:\"size_after\";i:30927;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.27;s:5:\"bytes\";i:4547;s:11:\"size_before\";i:40349;s:10:\"size_after\";i:35802;s:4:\"time\";d:0.059999999999999998;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:8399;s:11:\"size_before\";i:86181;s:10:\"size_after\";i:77782;s:4:\"time\";d:0.22;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.890000000000001;s:5:\"bytes\";i:11320;s:11:\"size_before\";i:95194;s:10:\"size_after\";i:83874;s:4:\"time\";d:0.19;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103577;s:10:\"size_after\";i:103577;s:4:\"time\";d:0.13;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.32;s:5:\"bytes\";i:7449;s:11:\"size_before\";i:60487;s:10:\"size_after\";i:53038;s:4:\"time\";d:0.089999999999999997;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:124629;s:10:\"size_after\";i:124629;s:4:\"time\";d:0.22;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62236;s:10:\"size_after\";i:62236;s:4:\"time\";d:0.14000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.74;s:5:\"bytes\";i:8729;s:11:\"size_before\";i:68509;s:10:\"size_after\";i:59780;s:4:\"time\";d:0.10000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1;s:5:\"bytes\";i:7847;s:11:\"size_before\";i:77707;s:10:\"size_after\";i:69860;s:4:\"time\";d:0.12;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.08;s:5:\"bytes\";i:2416;s:11:\"size_before\";i:20000;s:10:\"size_after\";i:17584;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:92180;s:10:\"size_after\";i:92180;s:4:\"time\";d:0.14000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35802;s:10:\"size_after\";i:35802;s:4:\"time\";d:0.089999999999999997;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2899999999999991;s:5:\"bytes\";i:9749;s:11:\"size_before\";i:104988;s:10:\"size_after\";i:95239;s:4:\"time\";d:0.13;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.34;s:5:\"bytes\";i:26684;s:11:\"size_before\";i:216153;s:10:\"size_after\";i:189469;s:4:\"time\";d:0.38;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.460000000000001;s:5:\"bytes\";i:6522;s:11:\"size_before\";i:56927;s:10:\"size_after\";i:50405;s:4:\"time\";d:0.080000000000000002;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.32;s:5:\"bytes\";i:14321;s:11:\"size_before\";i:116227;s:10:\"size_after\";i:101906;s:4:\"time\";d:0.22;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.81;s:5:\"bytes\";i:6855;s:11:\"size_before\";i:63410;s:10:\"size_after\";i:56555;s:4:\"time\";d:0.14999999999999999;}}}'),(20461,3559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:770;s:4:\"file\";s:45:\"2018/12/Pipers-Crisps-pairing-Information.png\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Pipers-Crisps-pairing-Information-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Pipers-Crisps-pairing-Information-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x360.png\";s:5:\"width\";i:370;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x261.png\";s:5:\"width\";i:370;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x462.png\";s:5:\"width\";i:370;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x385.png\";s:5:\"width\";i:370;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x486.png\";s:5:\"width\";i:370;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x580.png\";s:5:\"width\";i:370;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-202x420.png\";s:5:\"width\";i:202;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-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:45:\"Pipers-Crisps-pairing-Information-144x300.png\";s:5:\"width\";i:144;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Pipers-Crisps-pairing-Information-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x516.png\";s:5:\"width\";i:370;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x336.png\";s:5:\"width\";i:370;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x336.png\";s:5:\"width\";i:370;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x386.png\";s:5:\"width\";i:370;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x460.png\";s:5:\"width\";i:370;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x240.png\";s:5:\"width\";i:370;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Pipers-Crisps-pairing-Information-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-370x336.png\";s:5:\"width\";i:370;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Pipers-Crisps-pairing-Information-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(20462,3557,'_wp_attachment_image_alt','Pipers Crispeas are set to hit the market'),(20463,3558,'_wp_attachment_image_alt','Pipers Crispeas are set to hit the market'),(20464,3559,'_wp_attachment_image_alt','Pipers Crispeas are set to hit the market'),(20465,3556,'_thumbnail_id','3558'),(20466,3556,'_adinserter_block_exceptions',''),(20467,3556,'slide_template','default'),(20468,3556,'_bunyad_featured_post','0'),(20469,3556,'_bunyad_cat_label','0'),(20470,3556,'_bunyad_featured_disable','0'),(20471,3556,'_bunyad_bg_image_bg_type','cover'),(20472,3556,'_bunyad_reviews','0'),(20473,3556,'_bunyad_review_pos','none'),(20474,3556,'_bunyad_review_type','points'),(20475,3556,'_bunyad_review_verdict','Awesome'),(20476,3556,'_yoast_wpseo_focuskw','Pipers Crispeas'),(20477,3556,'_yoast_wpseo_title','Pipers crispeas shows new snacks and flavours at CBR19'),(20478,3556,'_yoast_wpseo_metadesc','High quality and full of flavour, Pipers crispeas premium snacks are the perfect accompaniment to the world’s finest craft beers'),(20479,3556,'_yoast_wpseo_linkdex','94'),(20480,3556,'_yoast_wpseo_content_score','60'),(20481,3556,'_yoast_wpseo_primary_category','3'),(20482,3556,'xyz_fbap','1'),(20486,3556,'_wpas_done_all','1'),(20489,3556,'_wpas_skip_20130109','1'),(20504,3565,'_edit_last','1'),(20505,3565,'_edit_lock','1545301074:1'),(20506,3566,'_wp_attached_file','2018/12/vegetables-2338824_1280.jpg'),(20507,3566,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.573928393058635;s:5:\"bytes\";i:84373;s:11:\"size_before\";i:1513708;s:10:\"size_after\";i:1429335;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8157;s:10:\"size_after\";i:7542;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:16505;s:10:\"size_after\";i:15499;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:3431;s:11:\"size_before\";i:102897;s:10:\"size_after\";i:99466;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:416;s:11:\"size_before\";i:4735;s:10:\"size_after\";i:4319;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:3577;s:11:\"size_before\";i:92519;s:10:\"size_after\";i:88942;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:47443;s:10:\"size_after\";i:45222;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45222;s:10:\"size_after\";i:45222;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:18091;s:10:\"size_after\";i:16972;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16972;s:10:\"size_after\";i:16972;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:602;s:11:\"size_before\";i:8308;s:10:\"size_after\";i:7706;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:731;s:11:\"size_before\";i:10115;s:10:\"size_after\";i:9384;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:19449;s:10:\"size_after\";i:18268;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:17541;s:10:\"size_after\";i:16513;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1926;s:11:\"size_before\";i:41639;s:10:\"size_after\";i:39713;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:942;s:11:\"size_before\";i:14766;s:10:\"size_after\";i:13824;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:2252;s:11:\"size_before\";i:51779;s:10:\"size_after\";i:49527;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:27275;s:10:\"size_after\";i:25822;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:931;s:11:\"size_before\";i:14631;s:10:\"size_after\";i:13700;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:18094;s:10:\"size_after\";i:17004;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1999999999999993;s:5:\"bytes\";i:487;s:11:\"size_before\";i:5942;s:10:\"size_after\";i:5455;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45222;s:10:\"size_after\";i:45222;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9384;s:10:\"size_after\";i:9384;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:2392;s:11:\"size_before\";i:30041;s:10:\"size_after\";i:27649;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:4357;s:11:\"size_before\";i:63256;s:10:\"size_after\";i:58899;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:17201;s:10:\"size_after\";i:15619;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:4828;s:11:\"size_before\";i:70760;s:10:\"size_after\";i:65932;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:2555;s:11:\"size_before\";i:31222;s:10:\"size_after\";i:28667;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:2881;s:11:\"size_before\";i:37776;s:10:\"size_after\";i:34895;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:4995;s:11:\"size_before\";i:75222;s:10:\"size_after\";i:70227;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:4420;s:11:\"size_before\";i:68708;s:10:\"size_after\";i:64288;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:9572;s:11:\"size_before\";i:168799;s:10:\"size_after\";i:159227;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:4083;s:11:\"size_before\";i:57077;s:10:\"size_after\";i:52994;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:7077;s:11:\"size_before\";i:109766;s:10:\"size_after\";i:102689;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:4026;s:11:\"size_before\";i:55791;s:10:\"size_after\";i:51765;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:69922;s:10:\"size_after\";i:65211;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7799999999999994;s:5:\"bytes\";i:1886;s:11:\"size_before\";i:21481;s:10:\"size_after\";i:19595;s:4:\"time\";d:0.01;}}}'),(20508,3566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:35:\"2018/12/vegetables-2338824_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"vegetables-2338824_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"vegetables-2338824_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"vegetables-2338824_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"vegetables-2338824_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"vegetables-2338824_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"vegetables-2338824_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"vegetables-2338824_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"vegetables-2338824_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"vegetables-2338824_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20509,3566,'_wp_attachment_image_alt','Veganuary grew by 183% in 2018'),(20510,3567,'_wp_attached_file','2018/12/salad-2756467_1280.jpg'),(20511,3567,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.589355206830005;s:5:\"bytes\";i:212084;s:11:\"size_before\";i:2794493;s:10:\"size_after\";i:2582409;s:4:\"time\";d:1.1400000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:853;s:11:\"size_before\";i:10581;s:10:\"size_after\";i:9728;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:25039;s:10:\"size_after\";i:23154;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:13983;s:11:\"size_before\";i:228500;s:10:\"size_after\";i:214517;s:4:\"time\";d:0.13;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8399999999999999;s:5:\"bytes\";i:504;s:11:\"size_before\";i:5699;s:10:\"size_after\";i:5195;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:11568;s:11:\"size_before\";i:183200;s:10:\"size_after\";i:171632;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:6437;s:11:\"size_before\";i:85854;s:10:\"size_after\";i:79417;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79417;s:10:\"size_after\";i:79417;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:27537;s:10:\"size_after\";i:25353;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25353;s:10:\"size_after\";i:25353;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:923;s:11:\"size_before\";i:11034;s:10:\"size_after\";i:10111;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:1113;s:11:\"size_before\";i:13931;s:10:\"size_after\";i:12818;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:2357;s:11:\"size_before\";i:30522;s:10:\"size_after\";i:28165;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:2122;s:11:\"size_before\";i:27617;s:10:\"size_after\";i:25495;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:5634;s:11:\"size_before\";i:76479;s:10:\"size_after\";i:70845;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:22052;s:10:\"size_after\";i:20333;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:7061;s:11:\"size_before\";i:98614;s:10:\"size_after\";i:91553;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:3535;s:11:\"size_before\";i:44989;s:10:\"size_after\";i:41454;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:1652;s:11:\"size_before\";i:21349;s:10:\"size_after\";i:19697;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:2183;s:11:\"size_before\";i:28204;s:10:\"size_after\";i:26021;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:604;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:6841;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79417;s:10:\"size_after\";i:79417;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12818;s:10:\"size_after\";i:12818;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4299999999999997;s:5:\"bytes\";i:4502;s:11:\"size_before\";i:47727;s:10:\"size_after\";i:43225;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:10757;s:11:\"size_before\";i:118774;s:10:\"size_after\";i:108017;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.26;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:24645;s:10:\"size_after\";i:22117;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0800000000000001;s:5:\"bytes\";i:11766;s:11:\"size_before\";i:129582;s:10:\"size_after\";i:117816;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6699999999999999;s:5:\"bytes\";i:4787;s:11:\"size_before\";i:49489;s:10:\"size_after\";i:44702;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:6079;s:11:\"size_before\";i:63387;s:10:\"size_after\";i:57308;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0199999999999996;s:5:\"bytes\";i:13083;s:11:\"size_before\";i:145048;s:10:\"size_after\";i:131965;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4100000000000001;s:5:\"bytes\";i:10960;s:11:\"size_before\";i:130325;s:10:\"size_after\";i:119365;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:29099;s:11:\"size_before\";i:359933;s:10:\"size_after\";i:330834;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:9693;s:11:\"size_before\";i:104266;s:10:\"size_after\";i:94573;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:18277;s:11:\"size_before\";i:211216;s:10:\"size_after\";i:192939;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0700000000000003;s:5:\"bytes\";i:9028;s:11:\"size_before\";i:99499;s:10:\"size_after\";i:90471;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:11985;s:11:\"size_before\";i:133292;s:10:\"size_after\";i:121307;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.18;s:5:\"bytes\";i:3223;s:11:\"size_before\";i:31659;s:10:\"size_after\";i:28436;s:4:\"time\";d:0.01;}}}'),(20512,3567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:30:\"2018/12/salad-2756467_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"salad-2756467_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"salad-2756467_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"salad-2756467_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"salad-2756467_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"salad-2756467_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"salad-2756467_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"salad-2756467_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"salad-2756467_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"salad-2756467_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DMC-FZ150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20513,3568,'_wp_attached_file','2018/12/water-2943518_1280.jpg'),(20514,3568,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9111114393614876;s:5:\"bytes\";i:180982;s:11:\"size_before\";i:2030970;s:10:\"size_after\";i:1849988;s:4:\"time\";d:0.8300000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:639;s:11:\"size_before\";i:8820;s:10:\"size_after\";i:8181;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:1397;s:11:\"size_before\";i:17808;s:10:\"size_after\";i:16411;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7599999999999998;s:5:\"bytes\";i:14693;s:11:\"size_before\";i:150532;s:10:\"size_after\";i:135839;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:319;s:11:\"size_before\";i:4420;s:10:\"size_after\";i:4101;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:13335;s:11:\"size_before\";i:142085;s:10:\"size_after\";i:128750;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8000000000000007;s:5:\"bytes\";i:6100;s:11:\"size_before\";i:69307;s:10:\"size_after\";i:63207;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63207;s:10:\"size_after\";i:63207;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:21394;s:10:\"size_after\";i:19733;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19733;s:10:\"size_after\";i:19733;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:652;s:11:\"size_before\";i:8415;s:10:\"size_after\";i:7763;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:748;s:11:\"size_before\";i:9686;s:10:\"size_after\";i:8938;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:22309;s:10:\"size_after\";i:20498;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:2014;s:11:\"size_before\";i:25464;s:10:\"size_after\";i:23450;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5099999999999998;s:5:\"bytes\";i:4878;s:11:\"size_before\";i:57348;s:10:\"size_after\";i:52470;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1272;s:11:\"size_before\";i:16247;s:10:\"size_after\";i:14975;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:6609;s:11:\"size_before\";i:75209;s:10:\"size_after\";i:68600;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:2858;s:11:\"size_before\";i:35733;s:10:\"size_after\";i:32875;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:1387;s:11:\"size_before\";i:17849;s:10:\"size_after\";i:16462;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:20461;s:10:\"size_after\";i:18857;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:431;s:11:\"size_before\";i:5454;s:10:\"size_after\";i:5023;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63207;s:10:\"size_after\";i:63207;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8938;s:10:\"size_after\";i:8938;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:3396;s:11:\"size_before\";i:39131;s:10:\"size_after\";i:35735;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:7640;s:11:\"size_before\";i:79206;s:10:\"size_after\";i:71566;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:19018;s:10:\"size_after\";i:17428;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9000000000000004;s:5:\"bytes\";i:9364;s:11:\"size_before\";i:94603;s:10:\"size_after\";i:85239;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:3341;s:11:\"size_before\";i:37581;s:10:\"size_after\";i:34240;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006;s:5:\"bytes\";i:3859;s:11:\"size_before\";i:43033;s:10:\"size_after\";i:39174;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.02;s:5:\"bytes\";i:9847;s:11:\"size_before\";i:98226;s:10:\"size_after\";i:88379;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.51;s:5:\"bytes\";i:11218;s:11:\"size_before\";i:106713;s:10:\"size_after\";i:95495;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4;s:5:\"bytes\";i:26429;s:11:\"size_before\";i:231821;s:10:\"size_after\";i:205392;s:4:\"time\";d:0.11;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:6843;s:11:\"size_before\";i:72906;s:10:\"size_after\";i:66063;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:16443;s:11:\"size_before\";i:152824;s:10:\"size_after\";i:136381;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:7635;s:11:\"size_before\";i:78343;s:10:\"size_after\";i:70708;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8699999999999992;s:5:\"bytes\";i:8912;s:11:\"size_before\";i:90297;s:10:\"size_after\";i:81385;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:23642;s:10:\"size_after\";i:21585;s:4:\"time\";d:0.01;}}}'),(20515,3568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2018/12/water-2943518_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"water-2943518_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"water-2943518_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"water-2943518_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"water-2943518_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"water-2943518_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"water-2943518_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"water-2943518_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"water-2943518_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"water-2943518_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20516,3567,'_wp_attachment_image_alt','Veganuary grew by 183% in 2018'),(20517,3568,'_wp_attachment_image_alt','Veganuary grew by 183% in 2018'),(20518,3565,'_thumbnail_id','3568'),(20519,3565,'_adinserter_block_exceptions',''),(20520,3565,'slide_template','default'),(20521,3565,'_bunyad_featured_post','0'),(20522,3565,'_bunyad_cat_label','0'),(20523,3565,'_bunyad_featured_disable','0'),(20524,3565,'_bunyad_bg_image_bg_type','cover'),(20525,3565,'_bunyad_reviews','0'),(20526,3565,'_bunyad_review_pos','none'),(20527,3565,'_bunyad_review_type','points'),(20528,3565,'_bunyad_review_verdict','Awesome'),(20529,3565,'_yoast_wpseo_focuskw','Veganuary'),(20530,3565,'_yoast_wpseo_title','Doing Veganuary This Year? Follow These 17 Tips for Going Vegan'),(20531,3565,'_yoast_wpseo_metadesc','The number of vegans in Britain doubled from 2014 to 2016 and, doubled again in 2016 to 600,000 in 2018. So it’s no surprise Veganuary grew by 183% in 2018'),(20532,3565,'_yoast_wpseo_linkdex','91'),(20533,3565,'_yoast_wpseo_content_score','30'),(20534,3565,'_yoast_wpseo_primary_category','3'),(20535,3565,'xyz_fbap','1'),(20539,3565,'_wpas_done_all','1'),(20543,3570,'_edit_last','1'),(20544,3570,'_edit_lock','1545301920:1'),(20545,3570,'_adinserter_block_exceptions',''),(20546,3570,'slide_template','default'),(20547,3570,'_bunyad_featured_post','0'),(20548,3570,'_bunyad_cat_label','0'),(20549,3570,'_bunyad_featured_disable','0'),(20550,3570,'_bunyad_bg_image_bg_type','cover'),(20551,3570,'_bunyad_reviews','0'),(20552,3570,'_bunyad_review_pos','none'),(20553,3570,'_bunyad_review_type','points'),(20554,3570,'_bunyad_review_verdict','Awesome'),(20555,3570,'_yoast_wpseo_content_score','30'),(20556,3570,'_yoast_wpseo_primary_category','3'),(20557,3572,'_wp_attached_file','2018/12/TOM-DALEY-3-LR.jpg'),(20558,3572,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9297617893942545;s:5:\"bytes\";i:72181;s:11:\"size_before\";i:1836778;s:10:\"size_after\";i:1764597;s:4:\"time\";d:1.2200000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:271;s:11:\"size_before\";i:5329;s:10:\"size_after\";i:5058;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:487;s:11:\"size_before\";i:11519;s:10:\"size_after\";i:11032;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2581;s:11:\"size_before\";i:85601;s:10:\"size_after\";i:83020;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3199;s:10:\"size_after\";i:2971;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:63914;s:10:\"size_after\";i:62056;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:1195;s:11:\"size_before\";i:31588;s:10:\"size_after\";i:30393;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30393;s:10:\"size_after\";i:30393;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:499;s:11:\"size_before\";i:10810;s:10:\"size_after\";i:10311;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10311;s:10:\"size_after\";i:10311;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:280;s:11:\"size_before\";i:5377;s:10:\"size_after\";i:5097;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:287;s:11:\"size_before\";i:6244;s:10:\"size_after\";i:5957;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:600;s:11:\"size_before\";i:12019;s:10:\"size_after\";i:11419;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2999999999999998;s:5:\"bytes\";i:403;s:11:\"size_before\";i:12198;s:10:\"size_after\";i:11795;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:1314;s:11:\"size_before\";i:29063;s:10:\"size_after\";i:27749;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:401;s:11:\"size_before\";i:9107;s:10:\"size_after\";i:8706;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:36968;s:10:\"size_after\";i:35390;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:738;s:11:\"size_before\";i:17038;s:10:\"size_after\";i:16300;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:369;s:11:\"size_before\";i:9078;s:10:\"size_after\";i:8709;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:493;s:11:\"size_before\";i:11104;s:10:\"size_after\";i:10611;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:200;s:11:\"size_before\";i:3663;s:10:\"size_after\";i:3463;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30393;s:10:\"size_after\";i:30393;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5957;s:10:\"size_after\";i:5957;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:20905;s:10:\"size_after\";i:19597;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:49556;s:10:\"size_after\";i:46842;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:16501;s:11:\"size_before\";i:422108;s:10:\"size_after\";i:405607;s:4:\"time\";d:0.20000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:667;s:11:\"size_before\";i:11037;s:10:\"size_after\";i:10370;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:5920;s:11:\"size_before\";i:146853;s:10:\"size_after\";i:140933;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:1918;s:11:\"size_before\";i:49935;s:10:\"size_after\";i:48017;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:21183;s:10:\"size_after\";i:19829;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:1634;s:11:\"size_before\";i:26370;s:10:\"size_after\";i:24736;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:2289;s:11:\"size_before\";i:55776;s:10:\"size_after\";i:53487;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:2711;s:11:\"size_before\";i:56656;s:10:\"size_after\";i:53945;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:4814;s:11:\"size_before\";i:135018;s:10:\"size_after\";i:130204;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:1959;s:11:\"size_before\";i:41400;s:10:\"size_after\";i:39441;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:6532;s:11:\"size_before\";i:174353;s:10:\"size_after\";i:167821;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:2738;s:11:\"size_before\";i:78826;s:10:\"size_after\";i:76088;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:2230;s:11:\"size_before\";i:40813;s:10:\"size_after\";i:38583;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:51709;s:10:\"size_after\";i:49519;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:920;s:11:\"size_before\";i:13407;s:10:\"size_after\";i:12487;s:4:\"time\";d:0.01;}}}'),(20559,3572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:3113;s:4:\"file\";s:26:\"2018/12/TOM-DALEY-3-LR.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"TOM-DALEY-3-LR-768x1195.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"TOM-DALEY-3-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"TOM-DALEY-3-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"TOM-DALEY-3-LR-696x1083.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1083;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"TOM-DALEY-3-LR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"TOM-DALEY-3-LR-1068x1662.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-270x420.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"TOM-DALEY-3-LR-1920x2988.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2988;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-150x150.jpg\";s:5:\"width\";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:\"TOM-DALEY-3-LR-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"TOM-DALEY-3-LR-658x1024.jpg\";s:5:\"width\";i:658;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"TOM-DALEY-3-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"TOM-DALEY-3-LR-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"TOM-DALEY-3-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"TOM-DALEY-3-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20560,3573,'_wp_attached_file','2018/12/egg-sandwich-2761894_1280.jpg'),(20561,3573,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3760339010042895;s:5:\"bytes\";i:102495;s:11:\"size_before\";i:1607504;s:10:\"size_after\";i:1505009;s:4:\"time\";d:1.0200000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:665;s:11:\"size_before\";i:8853;s:10:\"size_after\";i:8188;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:17506;s:10:\"size_after\";i:16178;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:5506;s:11:\"size_before\";i:116020;s:10:\"size_after\";i:110514;s:4:\"time\";d:0.089999999999999997;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995;s:5:\"bytes\";i:440;s:11:\"size_before\";i:4922;s:10:\"size_after\";i:4482;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:5241;s:11:\"size_before\";i:111636;s:10:\"size_after\";i:106395;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:3405;s:11:\"size_before\";i:57736;s:10:\"size_after\";i:54331;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54331;s:10:\"size_after\";i:54331;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:1555;s:11:\"size_before\";i:21517;s:10:\"size_after\";i:19962;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19962;s:10:\"size_after\";i:19962;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:677;s:11:\"size_before\";i:9026;s:10:\"size_after\";i:8349;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:899;s:11:\"size_before\";i:11529;s:10:\"size_after\";i:10630;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1647;s:11:\"size_before\";i:23149;s:10:\"size_after\";i:21502;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:1314;s:11:\"size_before\";i:20193;s:10:\"size_after\";i:18879;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:51174;s:10:\"size_after\";i:48291;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1222;s:11:\"size_before\";i:17185;s:10:\"size_after\";i:15963;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:3311;s:11:\"size_before\";i:62809;s:10:\"size_after\";i:59498;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:2103;s:11:\"size_before\";i:32853;s:10:\"size_after\";i:30750;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:16478;s:10:\"size_after\";i:15359;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1514;s:11:\"size_before\";i:21559;s:10:\"size_after\";i:20045;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:519;s:11:\"size_before\";i:6425;s:10:\"size_after\";i:5906;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54331;s:10:\"size_after\";i:54331;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10630;s:10:\"size_after\";i:10630;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996;s:5:\"bytes\";i:3062;s:11:\"size_before\";i:35612;s:10:\"size_after\";i:32550;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:6004;s:11:\"size_before\";i:71718;s:10:\"size_after\";i:65714;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:19555;s:10:\"size_after\";i:17703;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:6995;s:11:\"size_before\";i:88345;s:10:\"size_after\";i:81350;s:4:\"time\";d:0.059999999999999998;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:3155;s:11:\"size_before\";i:36867;s:10:\"size_after\";i:33712;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8000000000000007;s:5:\"bytes\";i:4112;s:11:\"size_before\";i:46713;s:10:\"size_after\";i:42601;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:7156;s:11:\"size_before\";i:94212;s:10:\"size_after\";i:87056;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:5396;s:11:\"size_before\";i:80191;s:10:\"size_after\";i:74795;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:5631;s:11:\"size_before\";i:70857;s:10:\"size_after\";i:65226;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:9471;s:11:\"size_before\";i:133237;s:10:\"size_after\";i:123766;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:5125;s:11:\"size_before\";i:67003;s:10:\"size_after\";i:61878;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:6732;s:11:\"size_before\";i:87842;s:10:\"size_after\";i:81110;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6199999999999992;s:5:\"bytes\";i:2456;s:11:\"size_before\";i:25528;s:10:\"size_after\";i:23072;s:4:\"time\";d:0.01;}}}'),(20562,3573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:706;s:4:\"file\";s:37:\"2018/12/egg-sandwich-2761894_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"egg-sandwich-2761894_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"egg-sandwich-2761894_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-696x384.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"egg-sandwich-2761894_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"egg-sandwich-2761894_1280-1068x589.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-761x420.jpg\";s:5:\"width\";i:761;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"egg-sandwich-2761894_1280-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"egg-sandwich-2761894_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"egg-sandwich-2761894_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"egg-sandwich-2761894_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"egg-sandwich-2761894_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20563,3573,'_wp_attachment_image_alt','Tom Daley & British Eggs team up for 2019'),(20564,3570,'_thumbnail_id','3573'),(20565,3570,'_yoast_wpseo_focuskw','eggs'),(20566,3570,'_yoast_wpseo_title','British Lion eggs & Tom Daley to make a big splash in 2019'),(20567,3570,'_yoast_wpseo_metadesc','British Lion eggs are diving into a partnership with double World Champion and social media megastar Tom Daley as part of a £1m+ marketing campaign for 2019'),(20568,3570,'_yoast_wpseo_linkdex','95'),(20569,3570,'xyz_fbap','1'),(20573,3570,'_wpas_done_all','1'),(20576,3570,'_wpas_skip_20130109','1'),(20577,3576,'_edit_last','1'),(20578,3576,'_edit_lock','1545303299:1'),(20579,3577,'_wp_attached_file','2018/12/mobile-phone-1917737_1280.jpg'),(20580,3577,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2704152414494203;s:5:\"bytes\";i:108249;s:11:\"size_before\";i:1726345;s:10:\"size_after\";i:1618096;s:4:\"time\";d:0.89000000000000057;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:562;s:11:\"size_before\";i:8755;s:10:\"size_after\";i:8193;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:18942;s:10:\"size_after\";i:17711;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:5684;s:11:\"size_before\";i:118705;s:10:\"size_after\";i:113021;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:390;s:11:\"size_before\";i:4937;s:10:\"size_after\";i:4547;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:5632;s:11:\"size_before\";i:106304;s:10:\"size_after\";i:100672;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:3260;s:11:\"size_before\";i:55766;s:10:\"size_after\";i:52506;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52506;s:10:\"size_after\";i:52506;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1400;s:11:\"size_before\";i:20835;s:10:\"size_after\";i:19435;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19435;s:10:\"size_after\";i:19435;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:578;s:11:\"size_before\";i:8902;s:10:\"size_after\";i:8324;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:768;s:11:\"size_before\";i:11414;s:10:\"size_after\";i:10646;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:1495;s:11:\"size_before\";i:22358;s:10:\"size_after\";i:20863;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1315;s:11:\"size_before\";i:20381;s:10:\"size_after\";i:19066;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:2758;s:11:\"size_before\";i:47672;s:10:\"size_after\";i:44914;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:16537;s:10:\"size_after\";i:15448;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:3148;s:11:\"size_before\";i:58088;s:10:\"size_after\";i:54940;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:2070;s:11:\"size_before\";i:31917;s:10:\"size_after\";i:29847;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:15849;s:10:\"size_after\";i:14832;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:20889;s:10:\"size_after\";i:19479;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:498;s:11:\"size_before\";i:6600;s:10:\"size_after\";i:6102;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52506;s:10:\"size_after\";i:52506;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10646;s:10:\"size_after\";i:10646;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:2717;s:11:\"size_before\";i:33754;s:10:\"size_after\";i:31037;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:5530;s:11:\"size_before\";i:73466;s:10:\"size_after\";i:67936;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:18505;s:10:\"size_after\";i:16910;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:6244;s:11:\"size_before\";i:81979;s:10:\"size_after\";i:75735;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:2750;s:11:\"size_before\";i:34149;s:10:\"size_after\";i:31399;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:3571;s:11:\"size_before\";i:43579;s:10:\"size_after\";i:40008;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:6505;s:11:\"size_before\";i:87048;s:10:\"size_after\";i:80543;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:5943;s:11:\"size_before\";i:79729;s:10:\"size_after\";i:73786;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:12516;s:11:\"size_before\";i:186506;s:10:\"size_after\";i:173990;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:4829;s:11:\"size_before\";i:64681;s:10:\"size_after\";i:59852;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:9128;s:11:\"size_before\";i:125379;s:10:\"size_after\";i:116251;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:4466;s:11:\"size_before\";i:61840;s:10:\"size_after\";i:57374;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:5936;s:11:\"size_before\";i:81169;s:10:\"size_after\";i:75233;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:2214;s:11:\"size_before\";i:24617;s:10:\"size_after\";i:22403;s:4:\"time\";d:0.01;}}}'),(20581,3577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2018/12/mobile-phone-1917737_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"mobile-phone-1917737_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"mobile-phone-1917737_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"mobile-phone-1917737_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"mobile-phone-1917737_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"mobile-phone-1917737_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"mobile-phone-1917737_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"mobile-phone-1917737_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"mobile-phone-1917737_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"mobile-phone-1917737_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 450D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20582,3577,'_wp_attachment_image_alt','Marketing vacancies demand more marketing professionals'),(20583,3576,'_thumbnail_id','3577'),(20584,3576,'_adinserter_block_exceptions',''),(20585,3576,'slide_template','default'),(20586,3576,'_bunyad_featured_post','0'),(20587,3576,'_bunyad_cat_label','0'),(20588,3576,'_bunyad_featured_disable','0'),(20589,3576,'_bunyad_bg_image_bg_type','cover'),(20590,3576,'_bunyad_reviews','0'),(20591,3576,'_bunyad_review_pos','none'),(20592,3576,'_bunyad_review_type','points'),(20593,3576,'_bunyad_review_verdict','Awesome'),(20594,3576,'_yoast_wpseo_focuskw','marketing vacancies'),(20595,3576,'_yoast_wpseo_title','Marketing vacancies demand more marketing professionals'),(20596,3576,'_yoast_wpseo_metadesc','Marketing vacancies increased 24% from January 2017 to October 2018, according to the Association of Professional Staffing Companies APSCo'),(20597,3576,'_yoast_wpseo_linkdex','100'),(20598,3576,'_yoast_wpseo_content_score','30'),(20599,3576,'_yoast_wpseo_primary_category','8'),(20600,3576,'xyz_fbap','1'),(20604,3576,'_wpas_done_all','1'),(20607,3576,'_wpas_skip_20130109','1'),(20616,3583,'_edit_last','1'),(20617,3583,'_edit_lock','1546619176:1'),(20618,3584,'_wp_attached_file','2018/12/hotel-1979406_1280.jpg'),(20619,3584,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1855293821868544;s:5:\"bytes\";i:35731;s:11:\"size_before\";i:1121666;s:10:\"size_after\";i:1085935;s:4:\"time\";d:0.75000000000000044;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:183;s:11:\"size_before\";i:5297;s:10:\"size_after\";i:5114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:299;s:11:\"size_before\";i:11104;s:10:\"size_after\";i:10805;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1826;s:11:\"size_before\";i:79805;s:10:\"size_after\";i:77979;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:178;s:11:\"size_before\";i:3196;s:10:\"size_after\";i:3018;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:70976;s:10:\"size_after\";i:69390;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3199999999999998;s:5:\"bytes\";i:803;s:11:\"size_before\";i:34641;s:10:\"size_after\";i:33838;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33838;s:10:\"size_after\";i:33838;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:373;s:11:\"size_before\";i:12506;s:10:\"size_after\";i:12133;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12133;s:10:\"size_after\";i:12133;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:227;s:11:\"size_before\";i:5583;s:10:\"size_after\";i:5356;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:243;s:11:\"size_before\";i:6795;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:384;s:11:\"size_before\";i:13260;s:10:\"size_after\";i:12876;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002;s:5:\"bytes\";i:288;s:11:\"size_before\";i:11583;s:10:\"size_after\";i:11295;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:627;s:11:\"size_before\";i:29268;s:10:\"size_after\";i:28641;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:331;s:11:\"size_before\";i:9927;s:10:\"size_after\";i:9596;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:813;s:11:\"size_before\";i:37257;s:10:\"size_after\";i:36444;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:479;s:11:\"size_before\";i:19147;s:10:\"size_after\";i:18668;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:313;s:11:\"size_before\";i:9697;s:10:\"size_after\";i:9384;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2799999999999998;s:5:\"bytes\";i:281;s:11:\"size_before\";i:12313;s:10:\"size_after\";i:12032;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:191;s:11:\"size_before\";i:4045;s:10:\"size_after\";i:3854;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33838;s:10:\"size_after\";i:33838;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6552;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:859;s:11:\"size_before\";i:20481;s:10:\"size_after\";i:19622;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:46567;s:10:\"size_after\";i:44815;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:528;s:11:\"size_before\";i:11446;s:10:\"size_after\";i:10918;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:53131;s:10:\"size_after\";i:51076;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:891;s:11:\"size_before\";i:21495;s:10:\"size_after\";i:20604;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:26532;s:10:\"size_after\";i:25429;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:56612;s:10:\"size_after\";i:54413;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:50218;s:10:\"size_after\";i:48463;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:5726;s:11:\"size_before\";i:137963;s:10:\"size_after\";i:132237;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1574;s:11:\"size_before\";i:41137;s:10:\"size_after\";i:39563;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:3545;s:11:\"size_before\";i:85939;s:10:\"size_after\";i:82394;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:40342;s:10:\"size_after\";i:38762;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:2053;s:11:\"size_before\";i:52347;s:10:\"size_after\";i:50294;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:686;s:11:\"size_before\";i:14695;s:10:\"size_after\";i:14009;s:4:\"time\";d:0.01;}}}'),(20620,3584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2018/12/hotel-1979406_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"hotel-1979406_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"hotel-1979406_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"hotel-1979406_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"hotel-1979406_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20621,3584,'_wp_attachment_image_alt','Tonrose discuss keeping linen clean and their latest products'),(20622,3585,'_wp_attached_file','2018/12/Screenshot-2018-12-20-15.20.31.png'),(20623,3585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:526;s:6:\"height\";i:537;s:4:\"file\";s:42:\"2018/12/Screenshot-2018-12-20-15.20.31.png\";s:5:\"sizes\";a:36:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Screenshot-2018-12-20-15.20.31-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-12-20-15.20.31-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x261.png\";s:5:\"width\";i:526;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x462.png\";s:5:\"width\";i:526;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x385.png\";s:5:\"width\";i:526;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x486.png\";s:5:\"width\";i:526;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-411x420.png\";s:5:\"width\";i:411;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-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:42:\"Screenshot-2018-12-20-15.20.31-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-12-20-15.20.31-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x516.png\";s:5:\"width\";i:526;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x336.png\";s:5:\"width\";i:526;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x336.png\";s:5:\"width\";i:526;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x386.png\";s:5:\"width\";i:526;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x460.png\";s:5:\"width\";i:526;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Screenshot-2018-12-20-15.20.31-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-526x336.png\";s:5:\"width\";i:526;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Screenshot-2018-12-20-15.20.31-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(20624,3585,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2887231;s:10:\"size_after\";i:2887231;s:4:\"time\";d:3.0300000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39055;s:10:\"size_after\";i:39055;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:132067;s:10:\"size_after\";i:132067;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20007;s:10:\"size_after\";i:20007;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:356524;s:10:\"size_after\";i:356524;s:4:\"time\";d:0.46000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:246203;s:10:\"size_after\";i:246203;s:4:\"time\";d:0.22;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:246203;s:10:\"size_after\";i:246203;s:4:\"time\";d:0.23000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96167;s:10:\"size_after\";i:96167;s:4:\"time\";d:0.080000000000000002;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96167;s:10:\"size_after\";i:96167;s:4:\"time\";d:0.089999999999999997;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40135;s:10:\"size_after\";i:40135;s:4:\"time\";d:0.059999999999999998;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50961;s:10:\"size_after\";i:50961;s:4:\"time\";d:0.080000000000000002;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112273;s:10:\"size_after\";i:112273;s:4:\"time\";d:0.13;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108251;s:10:\"size_after\";i:108251;s:4:\"time\";d:0.089999999999999997;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:278232;s:10:\"size_after\";i:278232;s:4:\"time\";d:0.27000000000000002;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82495;s:10:\"size_after\";i:82495;s:4:\"time\";d:0.089999999999999997;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:323431;s:10:\"size_after\";i:323431;s:4:\"time\";d:0.40999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154366;s:10:\"size_after\";i:154366;s:4:\"time\";d:0.16;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:81134;s:10:\"size_after\";i:81134;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102842;s:10:\"size_after\";i:102842;s:4:\"time\";d:0.11;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23554;s:10:\"size_after\";i:23554;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:246203;s:10:\"size_after\";i:246203;s:4:\"time\";d:0.26000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50961;s:10:\"size_after\";i:50961;s:4:\"time\";d:0.040000000000000001;}}}'),(20625,3585,'_wp_attachment_image_alt','Tonrose discuss keeping linen clean and their latest products'),(20626,3583,'_thumbnail_id','3584'),(20627,3583,'_adinserter_block_exceptions',''),(20628,3583,'slide_template','default'),(20629,3583,'_bunyad_featured_post','0'),(20630,3583,'_bunyad_cat_label','0'),(20631,3583,'_bunyad_featured_disable','0'),(20632,3583,'_bunyad_bg_image_bg_type','cover'),(20633,3583,'_bunyad_reviews','0'),(20634,3583,'_bunyad_review_pos','none'),(20635,3583,'_bunyad_review_type','points'),(20636,3583,'_bunyad_review_verdict','Awesome'),(20637,3583,'_yoast_wpseo_focuskw','tonrose'),(20638,3583,'_yoast_wpseo_title','Tonrose discuss keeping linen clean and their latest products'),(20639,3583,'_yoast_wpseo_metadesc','On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products'),(20640,3583,'_yoast_wpseo_linkdex','94'),(20641,3583,'_yoast_wpseo_content_score','30'),(20642,3583,'_yoast_wpseo_primary_category','183'),(20643,3583,'xyz_fbap','1'),(20647,3583,'_wpas_done_all','1'),(20650,3583,'_wpas_skip_20130109','1'),(20653,3591,'_edit_last','1'),(20654,3591,'_edit_lock','1545382512:1'),(20655,3591,'_adinserter_block_exceptions',''),(20656,3591,'slide_template','default'),(20657,3591,'_bunyad_featured_post','0'),(20658,3591,'_bunyad_cat_label','0'),(20659,3591,'_bunyad_featured_disable','0'),(20660,3591,'_bunyad_bg_image_bg_type','cover'),(20661,3591,'_bunyad_reviews','0'),(20662,3591,'_bunyad_review_pos','none'),(20663,3591,'_bunyad_review_type','points'),(20664,3591,'_bunyad_review_verdict','Awesome'),(20665,3591,'_yoast_wpseo_focuskw','UKHospitality'),(20666,3591,'_yoast_wpseo_content_score','30'),(20667,3591,'_yoast_wpseo_primary_category','8'),(20668,3593,'_wp_attached_file','2018/12/baked-goods-1867459_1280.jpg'),(20669,3593,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0081952403076766;s:5:\"bytes\";i:77611;s:11:\"size_before\";i:1549680;s:10:\"size_after\";i:1472069;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:532;s:11:\"size_before\";i:7852;s:10:\"size_after\";i:7320;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:904;s:11:\"size_before\";i:16762;s:10:\"size_after\";i:15858;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:3234;s:11:\"size_before\";i:110632;s:10:\"size_after\";i:107398;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:341;s:11:\"size_before\";i:4466;s:10:\"size_after\";i:4125;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:2653;s:11:\"size_before\";i:88855;s:10:\"size_after\";i:86202;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:1630;s:11:\"size_before\";i:45568;s:10:\"size_after\";i:43938;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43938;s:10:\"size_after\";i:43938;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:964;s:11:\"size_before\";i:17504;s:10:\"size_after\";i:16540;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16540;s:10:\"size_after\";i:16540;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:547;s:11:\"size_before\";i:8162;s:10:\"size_after\";i:7615;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:612;s:11:\"size_before\";i:9901;s:10:\"size_after\";i:9289;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:19630;s:10:\"size_after\";i:18574;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:934;s:11:\"size_before\";i:17975;s:10:\"size_after\";i:17041;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:44146;s:10:\"size_after\";i:42396;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:848;s:11:\"size_before\";i:15005;s:10:\"size_after\";i:14157;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:2120;s:11:\"size_before\";i:54615;s:10:\"size_after\";i:52495;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:26492;s:10:\"size_after\";i:25292;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:806;s:11:\"size_before\";i:14592;s:10:\"size_after\";i:13786;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:990;s:11:\"size_before\";i:18286;s:10:\"size_after\";i:17296;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:363;s:11:\"size_before\";i:5432;s:10:\"size_after\";i:5069;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43938;s:10:\"size_after\";i:43938;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9289;s:10:\"size_after\";i:9289;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:2291;s:11:\"size_before\";i:31146;s:10:\"size_after\";i:28855;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:4338;s:11:\"size_before\";i:67776;s:10:\"size_after\";i:63438;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:1511;s:11:\"size_before\";i:17413;s:10:\"size_after\";i:15902;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:4126;s:11:\"size_before\";i:70175;s:10:\"size_after\";i:66049;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:32433;s:10:\"size_after\";i:30013;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:2838;s:11:\"size_before\";i:39619;s:10:\"size_after\";i:36781;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:4796;s:11:\"size_before\";i:79232;s:10:\"size_after\";i:74436;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:4284;s:11:\"size_before\";i:71461;s:10:\"size_after\";i:67177;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:9719;s:11:\"size_before\";i:179381;s:10:\"size_after\";i:169662;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:4006;s:11:\"size_before\";i:60685;s:10:\"size_after\";i:56679;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:6005;s:11:\"size_before\";i:107808;s:10:\"size_after\";i:101803;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:3774;s:11:\"size_before\";i:58480;s:10:\"size_after\";i:54706;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:4442;s:11:\"size_before\";i:73750;s:10:\"size_after\";i:69308;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:1577;s:11:\"size_before\";i:20741;s:10:\"size_after\";i:19164;s:4:\"time\";d:0.01;}}}'),(20670,3593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2018/12/baked-goods-1867459_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"baked-goods-1867459_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"baked-goods-1867459_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"baked-goods-1867459_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"baked-goods-1867459_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"baked-goods-1867459_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"baked-goods-1867459_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"baked-goods-1867459_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"baked-goods-1867459_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"baked-goods-1867459_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20671,3593,'_wp_attachment_image_alt','UKHospitality reflects on transformational year'),(20672,3591,'_thumbnail_id','3593'),(20673,3591,'_yoast_wpseo_title','UKHospitality reflects on transformational year and prepares for 2019'),(20674,3591,'_yoast_wpseo_metadesc','Since its creation earlier this year, UKHospitality has gone from strength to strength, enjoying membership growth of 20% and vital campaigning successes'),(20675,3591,'_yoast_wpseo_linkdex','92'),(20676,3591,'xyz_fbap','1'),(20680,3591,'_wpas_done_all','1'),(20683,3596,'_edit_last','1'),(20684,3596,'_edit_lock','1545390961:1'),(20685,3597,'_wp_attached_file','2018/12/handcuffs-2102488_1280.jpg'),(20686,3597,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8601102315441835;s:5:\"bytes\";i:53684;s:11:\"size_before\";i:1104584;s:10:\"size_after\";i:1050900;s:4:\"time\";d:0.60000000000000031;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:286;s:11:\"size_before\";i:5663;s:10:\"size_after\";i:5377;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:368;s:11:\"size_before\";i:9743;s:10:\"size_after\";i:9375;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:4898;s:11:\"size_before\";i:89432;s:10:\"size_after\";i:84534;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:213;s:11:\"size_before\";i:3362;s:10:\"size_after\";i:3149;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:4638;s:11:\"size_before\";i:85045;s:10:\"size_after\";i:80407;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:1645;s:11:\"size_before\";i:36481;s:10:\"size_after\";i:34836;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34836;s:10:\"size_after\";i:34836;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:412;s:11:\"size_before\";i:11785;s:10:\"size_after\";i:11373;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11373;s:10:\"size_after\";i:11373;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:269;s:11:\"size_before\";i:5687;s:10:\"size_after\";i:5418;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6648;s:10:\"size_after\";i:6344;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:520;s:11:\"size_before\";i:13190;s:10:\"size_after\";i:12670;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:562;s:11:\"size_before\";i:13220;s:10:\"size_after\";i:12658;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1415;s:11:\"size_before\";i:32786;s:10:\"size_after\";i:31371;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:401;s:11:\"size_before\";i:10058;s:10:\"size_after\";i:9657;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:42969;s:10:\"size_after\";i:41098;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:735;s:11:\"size_before\";i:18727;s:10:\"size_after\";i:17992;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:486;s:11:\"size_before\";i:10311;s:10:\"size_after\";i:9825;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:481;s:11:\"size_before\";i:12251;s:10:\"size_after\";i:11770;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:186;s:11:\"size_before\";i:3788;s:10:\"size_after\";i:3602;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34836;s:10:\"size_after\";i:34836;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6344;s:10:\"size_after\";i:6344;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:23472;s:10:\"size_after\";i:22043;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:47214;s:10:\"size_after\";i:44563;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:758;s:11:\"size_before\";i:12267;s:10:\"size_after\";i:11509;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:3341;s:11:\"size_before\";i:60254;s:10:\"size_after\";i:56913;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:23346;s:10:\"size_after\";i:22002;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1633;s:11:\"size_before\";i:28945;s:10:\"size_after\";i:27312;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:3840;s:11:\"size_before\";i:67878;s:10:\"size_after\";i:64038;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:3487;s:11:\"size_before\";i:65527;s:10:\"size_after\";i:62040;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:2678;s:11:\"size_before\";i:48398;s:10:\"size_after\";i:45720;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:5929;s:11:\"size_before\";i:103968;s:10:\"size_after\";i:98039;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:2699;s:11:\"size_before\";i:48395;s:10:\"size_after\";i:45696;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:3421;s:11:\"size_before\";i:62029;s:10:\"size_after\";i:58608;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:784;s:11:\"size_before\";i:14356;s:10:\"size_after\";i:13572;s:4:\"time\";d:0.01;}}}'),(20687,3597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:34:\"2018/12/handcuffs-2102488_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"handcuffs-2102488_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"handcuffs-2102488_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"handcuffs-2102488_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"handcuffs-2102488_1280-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"handcuffs-2102488_1280-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"handcuffs-2102488_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"handcuffs-2102488_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"handcuffs-2102488_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"handcuffs-2102488_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20688,3597,'_wp_attachment_image_alt','1 in 5 people surveyed think drink driving is acceptable in the UK'),(20689,3596,'_thumbnail_id','3597'),(20690,3596,'_adinserter_block_exceptions',''),(20691,3596,'slide_template','default'),(20692,3596,'_bunyad_featured_post','0'),(20693,3596,'_bunyad_cat_label','0'),(20694,3596,'_bunyad_featured_disable','0'),(20695,3596,'_bunyad_bg_image_bg_type','cover'),(20696,3596,'_bunyad_reviews','0'),(20697,3596,'_bunyad_review_pos','none'),(20698,3596,'_bunyad_review_type','points'),(20699,3596,'_bunyad_review_verdict','Awesome'),(20700,3596,'_yoast_wpseo_focuskw','drink driving'),(20701,3596,'_yoast_wpseo_title','1 in 5 people surveyed think drink driving is acceptable in the UK'),(20702,3596,'_yoast_wpseo_metadesc','Almost 1 in 5 (17%) think drink driving is sometimes acceptable to drive after drinking - as long as they feel unaffected. This equates to 7 million drivers'),(20703,3596,'_yoast_wpseo_linkdex','82'),(20704,3596,'_yoast_wpseo_content_score','60'),(20705,3596,'_yoast_wpseo_primary_category','200'),(20706,3596,'xyz_fbap','1'),(20710,3596,'_wpas_done_all','1'),(20713,3601,'_edit_last','1'),(20714,3601,'_edit_lock','1546525040:1'),(20715,3602,'_wp_attached_file','2019/01/Chinese-Prawn-Potsticker-Dumplings-2.jpg'),(20716,3602,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4920387520150165;s:5:\"bytes\";i:117267;s:11:\"size_before\";i:2135218;s:10:\"size_after\";i:2017951;s:4:\"time\";d:0.91000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:407;s:11:\"size_before\";i:6567;s:10:\"size_after\";i:6160;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:554;s:11:\"size_before\";i:12868;s:10:\"size_after\";i:12314;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0099999999999998;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:71701;s:10:\"size_after\";i:70261;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:295;s:11:\"size_before\";i:4034;s:10:\"size_after\";i:3739;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:61314;s:10:\"size_after\";i:60030;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6099999999999999;s:5:\"bytes\";i:853;s:11:\"size_before\";i:32672;s:10:\"size_after\";i:31819;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31819;s:10:\"size_after\";i:31819;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:553;s:11:\"size_before\";i:13742;s:10:\"size_after\";i:13189;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13189;s:10:\"size_after\";i:13189;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6757;s:10:\"size_after\";i:6360;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:446;s:11:\"size_before\";i:8208;s:10:\"size_after\";i:7762;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:640;s:11:\"size_before\";i:15015;s:10:\"size_after\";i:14375;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:555;s:11:\"size_before\";i:13363;s:10:\"size_after\";i:12808;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:846;s:11:\"size_before\";i:30275;s:10:\"size_after\";i:29429;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:570;s:11:\"size_before\";i:11723;s:10:\"size_after\";i:11153;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:951;s:11:\"size_before\";i:36718;s:10:\"size_after\";i:35767;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:707;s:11:\"size_before\";i:19902;s:10:\"size_after\";i:19195;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:547;s:11:\"size_before\";i:11225;s:10:\"size_after\";i:10678;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:626;s:11:\"size_before\";i:14081;s:10:\"size_after\";i:13455;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:323;s:11:\"size_before\";i:4935;s:10:\"size_after\";i:4612;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31819;s:10:\"size_after\";i:31819;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7762;s:10:\"size_after\";i:7762;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:22130;s:10:\"size_after\";i:20690;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:45809;s:10:\"size_after\";i:43588;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:31132;s:11:\"size_before\";i:410211;s:10:\"size_after\";i:379079;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:967;s:11:\"size_before\";i:13338;s:10:\"size_after\";i:12371;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:25950;s:11:\"size_before\";i:341699;s:10:\"size_after\";i:315749;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:7320;s:11:\"size_before\";i:140064;s:10:\"size_after\";i:132744;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:2429;s:11:\"size_before\";i:49368;s:10:\"size_after\";i:46939;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:23177;s:10:\"size_after\";i:21745;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:1670;s:11:\"size_before\";i:28196;s:10:\"size_after\";i:26526;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:53844;s:10:\"size_after\";i:51246;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2373;s:11:\"size_before\";i:47857;s:10:\"size_after\";i:45484;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:5838;s:11:\"size_before\";i:120813;s:10:\"size_after\";i:114975;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:2141;s:11:\"size_before\";i:41296;s:10:\"size_after\";i:39155;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:8599;s:11:\"size_before\";i:156854;s:10:\"size_after\";i:148255;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:3502;s:11:\"size_before\";i:75027;s:10:\"size_after\";i:71525;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2099;s:11:\"size_before\";i:39243;s:10:\"size_after\";i:37144;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:2439;s:11:\"size_before\";i:50390;s:10:\"size_after\";i:47951;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:16213;s:10:\"size_after\";i:15090;s:4:\"time\";d:0.01;}}}'),(20717,3602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2438;s:6:\"height\";i:1628;s:4:\"file\";s:48:\"2019/01/Chinese-Prawn-Potsticker-Dumplings-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Chinese-Prawn-Potsticker-Dumplings-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Chinese-Prawn-Potsticker-Dumplings-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Chinese-Prawn-Potsticker-Dumplings-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"Chinese-Prawn-Potsticker-Dumplings-2-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"Chinese-Prawn-Potsticker-Dumplings-2-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-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:48:\"Chinese-Prawn-Potsticker-Dumplings-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Chinese-Prawn-Potsticker-Dumplings-2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Chinese-Prawn-Potsticker-Dumplings-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"Chinese-Prawn-Potsticker-Dumplings-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"Chinese-Prawn-Potsticker-Dumplings-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"Chinese-Prawn-Potsticker-Dumplings-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503586447\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20718,3603,'_wp_attached_file','2019/01/Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble.jpg'),(20719,3603,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3435572827450297;s:5:\"bytes\";i:109847;s:11:\"size_before\";i:2528964;s:10:\"size_after\";i:2419117;s:4:\"time\";d:1.1100000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:355;s:11:\"size_before\";i:6373;s:10:\"size_after\";i:6018;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:586;s:11:\"size_before\";i:13883;s:10:\"size_after\";i:13297;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4100000000000001;s:5:\"bytes\";i:2344;s:11:\"size_before\";i:97315;s:10:\"size_after\";i:94971;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:3537;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7799999999999998;s:5:\"bytes\";i:2302;s:11:\"size_before\";i:82678;s:10:\"size_after\";i:80376;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:41752;s:10:\"size_after\";i:40302;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40302;s:10:\"size_after\";i:40302;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:720;s:11:\"size_before\";i:15358;s:10:\"size_after\";i:14638;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14638;s:10:\"size_after\";i:14638;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:349;s:11:\"size_before\";i:6694;s:10:\"size_after\";i:6345;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:441;s:11:\"size_before\";i:8324;s:10:\"size_after\";i:7883;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:741;s:11:\"size_before\";i:16516;s:10:\"size_after\";i:15775;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:545;s:11:\"size_before\";i:14459;s:10:\"size_after\";i:13914;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:36892;s:10:\"size_after\";i:35719;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:554;s:11:\"size_before\";i:12185;s:10:\"size_after\";i:11631;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:45782;s:10:\"size_after\";i:44445;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:931;s:11:\"size_before\";i:23632;s:10:\"size_after\";i:22701;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:507;s:11:\"size_before\";i:11853;s:10:\"size_after\";i:11346;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:680;s:11:\"size_before\";i:15324;s:10:\"size_after\";i:14644;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:304;s:11:\"size_before\";i:5021;s:10:\"size_after\";i:4717;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40302;s:10:\"size_after\";i:40302;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7883;s:10:\"size_after\";i:7883;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:25108;s:10:\"size_after\";i:23754;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:2875;s:11:\"size_before\";i:57742;s:10:\"size_after\";i:54867;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:22491;s:11:\"size_before\";i:447617;s:10:\"size_after\";i:425126;s:4:\"time\";d:0.13;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:900;s:11:\"size_before\";i:14195;s:10:\"size_after\";i:13295;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:18674;s:11:\"size_before\";i:369111;s:10:\"size_after\";i:350437;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:7773;s:11:\"size_before\";i:175380;s:10:\"size_after\";i:167607;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:63441;s:10:\"size_after\";i:60306;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:1529;s:11:\"size_before\";i:26656;s:10:\"size_after\";i:25127;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:33596;s:10:\"size_after\";i:31695;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:3266;s:11:\"size_before\";i:68707;s:10:\"size_after\";i:65441;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2549;s:11:\"size_before\";i:58909;s:10:\"size_after\";i:56360;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:6296;s:11:\"size_before\";i:154603;s:10:\"size_after\";i:148307;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:2466;s:11:\"size_before\";i:50910;s:10:\"size_after\";i:48444;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:8066;s:11:\"size_before\";i:193645;s:10:\"size_after\";i:185579;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:4537;s:11:\"size_before\";i:97981;s:10:\"size_after\";i:93444;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:2235;s:11:\"size_before\";i:47894;s:10:\"size_after\";i:45659;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:3022;s:11:\"size_before\";i:64041;s:10:\"size_after\";i:61019;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:18487;s:10:\"size_after\";i:17266;s:4:\"time\";d:0.02;}}}'),(20720,3603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2781;s:6:\"height\";i:1856;s:4:\"file\";s:68:\"2019/01/Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:66:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:67:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:69:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:69:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:70:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:67:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:69:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:67:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:68:\"Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503587659\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20721,3602,'_wp_attachment_image_alt','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February'),(20722,3604,'_wp_attached_file','2019/01/Tofu-Fried-Rice-resized.jpg'),(20723,3604,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6179459366671454;s:5:\"bytes\";i:189820;s:11:\"size_before\";i:3378815;s:10:\"size_after\";i:3188995;s:4:\"time\";d:1.1300000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7666;s:10:\"size_after\";i:7182;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18719;s:10:\"size_after\";i:17582;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:6849;s:11:\"size_before\";i:146391;s:10:\"size_after\";i:139542;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:297;s:11:\"size_before\";i:4146;s:10:\"size_after\";i:3849;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:5408;s:11:\"size_before\";i:112168;s:10:\"size_after\";i:106760;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3032;s:11:\"size_before\";i:55140;s:10:\"size_after\";i:52108;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52108;s:10:\"size_after\";i:52108;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:19039;s:10:\"size_after\";i:17850;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17850;s:10:\"size_after\";i:17850;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:460;s:11:\"size_before\";i:7687;s:10:\"size_after\";i:7227;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:604;s:11:\"size_before\";i:9780;s:10:\"size_after\";i:9176;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1199;s:11:\"size_before\";i:20571;s:10:\"size_after\";i:19372;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:19572;s:10:\"size_after\";i:18430;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:2609;s:11:\"size_before\";i:48396;s:10:\"size_after\";i:45787;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:899;s:11:\"size_before\";i:14932;s:10:\"size_after\";i:14033;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:3231;s:11:\"size_before\";i:61124;s:10:\"size_after\";i:57893;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:30130;s:10:\"size_after\";i:28333;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:860;s:11:\"size_before\";i:14786;s:10:\"size_after\";i:13926;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:19043;s:10:\"size_after\";i:17894;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:374;s:11:\"size_before\";i:5456;s:10:\"size_after\";i:5082;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52108;s:10:\"size_after\";i:52108;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9176;s:10:\"size_after\";i:9176;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:2560;s:11:\"size_before\";i:33471;s:10:\"size_after\";i:30911;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:5906;s:11:\"size_before\";i:85044;s:10:\"size_after\";i:79138;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:29935;s:11:\"size_before\";i:602095;s:10:\"size_after\";i:572160;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:17432;s:10:\"size_after\";i:16038;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:25255;s:11:\"size_before\";i:463301;s:10:\"size_after\";i:438046;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:14096;s:11:\"size_before\";i:235496;s:10:\"size_after\";i:221400;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:6058;s:11:\"size_before\";i:84141;s:10:\"size_after\";i:78083;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:34105;s:10:\"size_after\";i:31475;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:3322;s:11:\"size_before\";i:43284;s:10:\"size_after\";i:39962;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:6390;s:11:\"size_before\";i:92503;s:10:\"size_after\";i:86113;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:5762;s:11:\"size_before\";i:86449;s:10:\"size_after\";i:80687;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:12465;s:11:\"size_before\";i:213641;s:10:\"size_after\";i:201176;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:4877;s:11:\"size_before\";i:67923;s:10:\"size_after\";i:63046;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:14874;s:11:\"size_before\";i:267045;s:10:\"size_after\";i:252171;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:8697;s:11:\"size_before\";i:132062;s:10:\"size_after\";i:123365;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:66259;s:10:\"size_after\";i:61482;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:6117;s:11:\"size_before\";i:85837;s:10:\"size_after\";i:79720;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7300000000000004;s:5:\"bytes\";i:1985;s:11:\"size_before\";i:22739;s:10:\"size_after\";i:20754;s:4:\"time\";d:0.01;}}}'),(20724,3604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4492;s:6:\"height\";i:3366;s:4:\"file\";s:35:\"2019/01/Tofu-Fried-Rice-resized.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Tofu-Fried-Rice-resized-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Tofu-Fried-Rice-resized-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Tofu-Fried-Rice-resized-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Tofu-Fried-Rice-resized-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Tofu-Fried-Rice-resized-1920x1439.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Tofu-Fried-Rice-resized-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Tofu-Fried-Rice-resized-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Tofu-Fried-Rice-resized-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"Tofu-Fried-Rice-resized-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"Tofu-Fried-Rice-resized-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Credo 60\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465918887\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.93303299075508\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20725,3603,'_wp_attachment_image_alt','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February'),(20726,3604,'_wp_attachment_image_alt','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February'),(20727,3601,'_thumbnail_id','3602'),(20728,3601,'xyz_fbap','1'),(20732,3601,'_adinserter_block_exceptions',''),(20733,3601,'slide_template','default'),(20734,3601,'_bunyad_featured_post','0'),(20735,3601,'_bunyad_cat_label','0'),(20736,3601,'_bunyad_featured_disable','0'),(20737,3601,'_bunyad_bg_image_bg_type','cover'),(20738,3601,'_bunyad_reviews','0'),(20739,3601,'_bunyad_review_pos','none'),(20740,3601,'_bunyad_review_type','points'),(20741,3601,'_bunyad_review_verdict','Awesome'),(20742,3601,'_yoast_wpseo_focuskw','chinese new year'),(20743,3601,'_yoast_wpseo_title','Boost your profits with the Chinese New Year - Tilda'),(20744,3601,'_yoast_wpseo_metadesc','Providing the first opportunity of 2019 to boost profits, Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February'),(20745,3601,'_yoast_wpseo_linkdex','94'),(20746,3601,'_yoast_wpseo_content_score','30'),(20747,3601,'_yoast_wpseo_primary_category','3'),(20748,3601,'_wpas_done_all','1'),(20751,3601,'_wpas_skip_20130109','1'),(20752,3607,'_edit_last','1'),(20753,3607,'_edit_lock','1546533008:1'),(20754,3607,'_adinserter_block_exceptions',''),(20755,3607,'slide_template','default'),(20756,3607,'_bunyad_featured_post','0'),(20757,3607,'_bunyad_cat_label','0'),(20758,3607,'_bunyad_featured_disable','0'),(20759,3607,'_bunyad_bg_image_bg_type','cover'),(20760,3607,'_bunyad_reviews','0'),(20761,3607,'_bunyad_review_pos','none'),(20762,3607,'_bunyad_review_type','points'),(20763,3607,'_bunyad_review_verdict','Awesome'),(20764,3607,'_yoast_wpseo_content_score','30'),(20765,3607,'_yoast_wpseo_primary_category','2'),(20766,3610,'_wp_attached_file','2019/01/wine-1543170_1280.jpg'),(20767,3610,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1166376733489995;s:5:\"bytes\";i:53878;s:11:\"size_before\";i:757071;s:10:\"size_after\";i:703193;s:4:\"time\";d:0.66000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:286;s:11:\"size_before\";i:4682;s:10:\"size_after\";i:4396;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:622;s:11:\"size_before\";i:8675;s:10:\"size_after\";i:8053;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.529999999999999;s:5:\"bytes\";i:5579;s:11:\"size_before\";i:52970;s:10:\"size_after\";i:47391;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:150;s:11:\"size_before\";i:2823;s:10:\"size_after\";i:2673;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:3894;s:11:\"size_before\";i:45235;s:10:\"size_after\";i:41341;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:23791;s:10:\"size_after\";i:21989;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21989;s:10:\"size_after\";i:21989;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:619;s:11:\"size_before\";i:9350;s:10:\"size_after\";i:8731;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8731;s:10:\"size_after\";i:8731;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:260;s:11:\"size_before\";i:4592;s:10:\"size_after\";i:4332;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:358;s:11:\"size_before\";i:5250;s:10:\"size_after\";i:4892;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:727;s:11:\"size_before\";i:9946;s:10:\"size_after\";i:9219;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:578;s:11:\"size_before\";i:10270;s:10:\"size_after\";i:9692;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8000000000000007;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:20560;s:10:\"size_after\";i:18751;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:515;s:11:\"size_before\";i:7383;s:10:\"size_after\";i:6868;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:2320;s:11:\"size_before\";i:26042;s:10:\"size_after\";i:23722;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:981;s:11:\"size_before\";i:13833;s:10:\"size_after\";i:12852;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:512;s:11:\"size_before\";i:8030;s:10:\"size_after\";i:7518;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:653;s:11:\"size_before\";i:9212;s:10:\"size_after\";i:8559;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:213;s:11:\"size_before\";i:3373;s:10:\"size_after\";i:3160;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21989;s:10:\"size_after\";i:21989;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4892;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:964;s:11:\"size_before\";i:16311;s:10:\"size_after\";i:15347;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:2514;s:11:\"size_before\";i:32095;s:10:\"size_after\";i:29581;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:743;s:11:\"size_before\";i:9540;s:10:\"size_after\";i:8797;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:2441;s:11:\"size_before\";i:34799;s:10:\"size_after\";i:32358;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:16173;s:10:\"size_after\";i:15079;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:18629;s:10:\"size_after\";i:17301;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:2726;s:11:\"size_before\";i:36341;s:10:\"size_after\";i:33615;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:2452;s:11:\"size_before\";i:37871;s:10:\"size_after\";i:35419;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:6364;s:11:\"size_before\";i:77904;s:10:\"size_after\";i:71540;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:26992;s:10:\"size_after\";i:24890;s:4:\"time\";d:0.01;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:3882;s:11:\"size_before\";i:52194;s:10:\"size_after\";i:48312;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:29553;s:10:\"size_after\";i:27512;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:33943;s:10:\"size_after\";i:31344;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:750;s:11:\"size_before\";i:11108;s:10:\"size_after\";i:10358;s:4:\"time\";d:0.01;}}}'),(20768,3610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:911;s:4:\"file\";s:29:\"2019/01/wine-1543170_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"wine-1543170_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"wine-1543170_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-696x495.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"wine-1543170_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"wine-1543170_1280-1068x760.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-590x420.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-150x150.jpg\";s:5:\"width\";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:\"wine-1543170_1280-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wine-1543170_1280-1024x729.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wine-1543170_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"wine-1543170_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"wine-1543170_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"wine-1543170_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20769,3610,'_wp_attachment_image_alt','We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja wine'),(20770,3607,'_thumbnail_id','3610'),(20771,3607,'_yoast_wpseo_focuskw','rioja wine'),(20772,3607,'_yoast_wpseo_title','We chat with Lanchester Wines\' to get the secret for a great Rioja Wine'),(20773,3607,'_yoast_wpseo_metadesc','We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja wine'),(20774,3607,'_yoast_wpseo_linkdex','91'),(20775,3607,'xyz_fbap','1'),(20779,3607,'_wpas_done_all','1'),(20782,3614,'_wp_attached_file','2019/01/shutterstock_701863951.jpg'),(20783,3614,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0607647946036867;s:5:\"bytes\";i:185283;s:11:\"size_before\";i:3661166;s:10:\"size_after\";i:3475883;s:4:\"time\";d:1.5400000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:480;s:11:\"size_before\";i:7914;s:10:\"size_after\";i:7434;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:995;s:11:\"size_before\";i:18326;s:10:\"size_after\";i:17331;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:5770;s:11:\"size_before\";i:145262;s:10:\"size_after\";i:139492;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:291;s:11:\"size_before\";i:4274;s:10:\"size_after\";i:3983;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:5085;s:11:\"size_before\";i:123226;s:10:\"size_after\";i:118141;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2909;s:11:\"size_before\";i:59514;s:10:\"size_after\";i:56605;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56605;s:10:\"size_after\";i:56605;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:19886;s:10:\"size_after\";i:18772;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18772;s:10:\"size_after\";i:18772;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:457;s:11:\"size_before\";i:8061;s:10:\"size_after\";i:7604;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:583;s:11:\"size_before\";i:10258;s:10:\"size_after\";i:9675;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:21875;s:10:\"size_after\";i:20694;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:20037;s:10:\"size_after\";i:18981;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:2416;s:11:\"size_before\";i:52054;s:10:\"size_after\";i:49638;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:869;s:11:\"size_before\";i:15938;s:10:\"size_after\";i:15069;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:3054;s:11:\"size_before\";i:65767;s:10:\"size_after\";i:62713;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:32019;s:10:\"size_after\";i:30399;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:876;s:11:\"size_before\";i:15730;s:10:\"size_after\";i:14854;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:20202;s:10:\"size_after\";i:19100;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:337;s:11:\"size_before\";i:5442;s:10:\"size_after\";i:5105;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56605;s:10:\"size_after\";i:56605;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9675;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:34432;s:10:\"size_after\";i:32097;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:80981;s:10:\"size_after\";i:75836;s:4:\"time\";d:0.040000000000000001;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:30057;s:11:\"size_before\";i:653773;s:10:\"size_after\";i:623716;s:4:\"time\";d:0.32000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:18196;s:10:\"size_after\";i:16877;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:26664;s:11:\"size_before\";i:549283;s:10:\"size_after\";i:522619;s:4:\"time\";d:0.16;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:14410;s:11:\"size_before\";i:263806;s:10:\"size_after\";i:249396;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:5530;s:11:\"size_before\";i:88294;s:10:\"size_after\";i:82764;s:4:\"time\";d:0.059999999999999998;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:2452;s:11:\"size_before\";i:35534;s:10:\"size_after\";i:33082;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:3132;s:11:\"size_before\";i:45286;s:10:\"size_after\";i:42154;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:6035;s:11:\"size_before\";i:97076;s:10:\"size_after\";i:91041;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:5346;s:11:\"size_before\";i:89052;s:10:\"size_after\";i:83706;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:12648;s:11:\"size_before\";i:230210;s:10:\"size_after\";i:217562;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:4566;s:11:\"size_before\";i:71420;s:10:\"size_after\";i:66854;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:15262;s:11:\"size_before\";i:291728;s:10:\"size_after\";i:276466;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:8465;s:11:\"size_before\";i:142164;s:10:\"size_after\";i:133699;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:4535;s:11:\"size_before\";i:69356;s:10:\"size_after\";i:64821;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:90081;s:10:\"size_after\";i:84559;s:4:\"time\";d:0.070000000000000007;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:23052;s:10:\"size_after\";i:21387;s:4:\"time\";d:0.01;}}}'),(20784,3614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:34:\"2019/01/shutterstock_701863951.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_701863951-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_701863951-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_701863951-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_701863951-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_701863951-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_701863951-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_701863951-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_701863951-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_701863951-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_701863951-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20785,3614,'_wp_attachment_image_alt','Surface 360, the exterior porcelain flooring solution specialist, chats to On-Trade Progress about sustainability and bringing its best to the industry'),(20803,3616,'_edit_last','1'),(20804,3616,'_edit_lock','1547454582:1'),(20805,3617,'_wp_attached_file','2019/01/shutterstock_586415417.jpg'),(20806,3617,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6736950026554469;s:5:\"bytes\";i:43033;s:11:\"size_before\";i:920749;s:10:\"size_after\";i:877716;s:4:\"time\";d:0.70000000000000029;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:34:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:379;s:11:\"size_before\";i:6483;s:10:\"size_after\";i:6104;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:592;s:11:\"size_before\";i:12293;s:10:\"size_after\";i:11701;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:257;s:11:\"size_before\";i:3886;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:2329;s:11:\"size_before\";i:63263;s:10:\"size_after\";i:60934;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:34297;s:10:\"size_after\";i:33008;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33008;s:10:\"size_after\";i:33008;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:698;s:11:\"size_before\";i:13959;s:10:\"size_after\";i:13261;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13261;s:10:\"size_after\";i:13261;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:399;s:11:\"size_before\";i:6774;s:10:\"size_after\";i:6375;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:441;s:11:\"size_before\";i:8278;s:10:\"size_after\";i:7837;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:702;s:11:\"size_before\";i:15378;s:10:\"size_after\";i:14676;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:768;s:11:\"size_before\";i:13415;s:10:\"size_after\";i:12647;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:1448;s:11:\"size_before\";i:32818;s:10:\"size_after\";i:31370;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:665;s:11:\"size_before\";i:12113;s:10:\"size_after\";i:11448;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:1637;s:11:\"size_before\";i:39205;s:10:\"size_after\";i:37568;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:859;s:11:\"size_before\";i:20544;s:10:\"size_after\";i:19685;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:623;s:11:\"size_before\";i:11549;s:10:\"size_after\";i:10926;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:726;s:11:\"size_before\";i:14369;s:10:\"size_after\";i:13643;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4864;s:10:\"size_after\";i:4551;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33008;s:10:\"size_after\";i:33008;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7837;s:10:\"size_after\";i:7837;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:1572;s:11:\"size_before\";i:23107;s:10:\"size_after\";i:21535;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:2399;s:11:\"size_before\";i:44167;s:10:\"size_after\";i:41768;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:13437;s:10:\"size_after\";i:12428;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:2641;s:11:\"size_before\";i:50756;s:10:\"size_after\";i:48115;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:24322;s:10:\"size_after\";i:22708;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:1837;s:11:\"size_before\";i:29497;s:10:\"size_after\";i:27660;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:2872;s:11:\"size_before\";i:55563;s:10:\"size_after\";i:52691;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:2895;s:11:\"size_before\";i:50841;s:10:\"size_after\";i:47946;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:2587;s:11:\"size_before\";i:44459;s:10:\"size_after\";i:41872;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:3295;s:11:\"size_before\";i:74025;s:10:\"size_after\";i:70730;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:2417;s:11:\"size_before\";i:41570;s:10:\"size_after\";i:39153;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:2614;s:11:\"size_before\";i:51986;s:10:\"size_after\";i:49372;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:16417;s:10:\"size_after\";i:15261;s:4:\"time\";d:0.01;}}}'),(20807,3617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:599;s:4:\"file\";s:34:\"2019/01/shutterstock_586415417.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_586415417-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_586415417-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-696x417.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_586415417-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-701x420.jpg\";s:5:\"width\";i:701;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_586415417-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_586415417-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_586415417-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_586415417-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20808,3617,'_wp_attachment_image_alt','Business Insurance - Terry Osborne Insurance Services chats to On-Trade Progress about how industry professionals should be protecting their property'),(20809,3616,'_thumbnail_id','3617'),(20810,3616,'_adinserter_block_exceptions',''),(20811,3616,'slide_template','default'),(20812,3616,'_bunyad_featured_post','0'),(20813,3616,'_bunyad_cat_label','0'),(20814,3616,'_bunyad_featured_disable','0'),(20815,3616,'_bunyad_bg_image_bg_type','cover'),(20816,3616,'_bunyad_reviews','0'),(20817,3616,'_bunyad_review_pos','none'),(20818,3616,'_bunyad_review_type','points'),(20819,3616,'_bunyad_review_verdict','Awesome'),(20820,3616,'_yoast_wpseo_focuskw','business insurance'),(20821,3616,'_yoast_wpseo_title','We sat down with Terry Osbourne and discussed business insurance'),(20822,3616,'_yoast_wpseo_metadesc','Business Insurance - Terry Osborne Insurance Services chats to On-Trade Progress about how industry professionals should be protecting their property'),(20823,3616,'_yoast_wpseo_linkdex','84'),(20824,3616,'_yoast_wpseo_content_score','60'),(20825,3616,'_yoast_wpseo_primary_category','8'),(20826,3619,'_edit_last','1'),(20827,3619,'_edit_lock','1547454434:1'),(20828,3619,'_adinserter_block_exceptions',''),(20829,3619,'slide_template','default'),(20830,3619,'_bunyad_featured_post','0'),(20831,3619,'_bunyad_cat_label','0'),(20832,3619,'_bunyad_featured_disable','0'),(20833,3619,'_bunyad_bg_image_bg_type','cover'),(20834,3619,'_bunyad_reviews','0'),(20835,3619,'_bunyad_review_pos','none'),(20836,3619,'_bunyad_review_type','points'),(20837,3619,'_bunyad_review_verdict','Awesome'),(20838,3619,'_yoast_wpseo_focuskw','bottlegreen'),(20839,3619,'_yoast_wpseo_title','Bottlegreen talks to us about keeping the quality drinks flowing'),(20840,3619,'_yoast_wpseo_metadesc','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients - the UK\'s No.1 elderflower brand'),(20841,3619,'_yoast_wpseo_linkdex','91'),(20842,3619,'_yoast_wpseo_content_score','30'),(20843,3619,'_yoast_wpseo_primary_category','2'),(20844,276,'_oembed_ad4b5ce3772b8e85052827d0d4c210bf','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_21_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(20845,276,'_oembed_time_ad4b5ce3772b8e85052827d0d4c210bf','1546530552'),(20846,23,'_oembed_ad4b5ce3772b8e85052827d0d4c210bf','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_21_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(20847,23,'_oembed_time_ad4b5ce3772b8e85052827d0d4c210bf','1546530596'),(20848,3624,'_wp_attached_file','2019/01/Garden-of-Eden-bg-elderflower_lscape1.jpg'),(20849,3624,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3817204009704511;s:5:\"bytes\";i:74879;s:11:\"size_before\";i:2214228;s:10:\"size_after\";i:2139349;s:4:\"time\";d:1.1400000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:283;s:11:\"size_before\";i:6127;s:10:\"size_after\";i:5844;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:346;s:11:\"size_before\";i:11749;s:10:\"size_after\";i:11403;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0499999999999998;s:5:\"bytes\";i:1732;s:11:\"size_before\";i:84572;s:10:\"size_after\";i:82840;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:207;s:11:\"size_before\";i:3460;s:10:\"size_after\";i:3253;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1000000000000001;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:70530;s:10:\"size_after\";i:69046;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:794;s:11:\"size_before\";i:34684;s:10:\"size_after\";i:33890;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33890;s:10:\"size_after\";i:33890;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8700000000000001;s:5:\"bytes\";i:368;s:11:\"size_before\";i:12839;s:10:\"size_after\";i:12471;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12471;s:10:\"size_after\";i:12471;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:247;s:11:\"size_before\";i:5983;s:10:\"size_after\";i:5736;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:256;s:11:\"size_before\";i:6910;s:10:\"size_after\";i:6654;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:398;s:11:\"size_before\";i:13958;s:10:\"size_after\";i:13560;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:514;s:11:\"size_before\";i:14808;s:10:\"size_after\";i:14294;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999998;s:5:\"bytes\";i:795;s:11:\"size_before\";i:31618;s:10:\"size_after\";i:30823;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:334;s:11:\"size_before\";i:10528;s:10:\"size_after\";i:10194;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3199999999999998;s:5:\"bytes\";i:942;s:11:\"size_before\";i:40669;s:10:\"size_after\";i:39727;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:547;s:11:\"size_before\";i:19630;s:10:\"size_after\";i:19083;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:361;s:11:\"size_before\";i:11062;s:10:\"size_after\";i:10701;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:370;s:11:\"size_before\";i:12869;s:10:\"size_after\";i:12499;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4142;s:10:\"size_after\";i:3948;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33890;s:10:\"size_after\";i:33890;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6654;s:10:\"size_after\";i:6654;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:24045;s:10:\"size_after\";i:22853;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:1958;s:11:\"size_before\";i:49072;s:10:\"size_after\";i:47114;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:13847;s:11:\"size_before\";i:385679;s:10:\"size_after\";i:371832;s:4:\"time\";d:0.13;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:698;s:11:\"size_before\";i:12778;s:10:\"size_after\";i:12080;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:11649;s:11:\"size_before\";i:315355;s:10:\"size_after\";i:303706;s:4:\"time\";d:0.16;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:5611;s:11:\"size_before\";i:153926;s:10:\"size_after\";i:148315;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:2133;s:11:\"size_before\";i:54055;s:10:\"size_after\";i:51922;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:23338;s:10:\"size_after\";i:22290;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:1075;s:11:\"size_before\";i:27740;s:10:\"size_after\";i:26665;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:2173;s:11:\"size_before\";i:59085;s:10:\"size_after\";i:56912;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:2740;s:11:\"size_before\";i:63083;s:10:\"size_after\";i:60343;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:4842;s:11:\"size_before\";i:140135;s:10:\"size_after\";i:135293;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:43969;s:10:\"size_after\";i:42279;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:6048;s:11:\"size_before\";i:178928;s:10:\"size_after\";i:172880;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:3161;s:11:\"size_before\";i:84492;s:10:\"size_after\";i:81331;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:1981;s:11:\"size_before\";i:45461;s:10:\"size_after\";i:43480;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:2113;s:11:\"size_before\";i:54816;s:10:\"size_after\";i:52703;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:748;s:11:\"size_before\";i:15228;s:10:\"size_after\";i:14480;s:4:\"time\";d:0.01;}}}'),(20850,3624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6554;s:6:\"height\";i:4370;s:4:\"file\";s:49:\"2019/01/Garden-of-Eden-bg-elderflower_lscape1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"Garden-of-Eden-bg-elderflower_lscape1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"Garden-of-Eden-bg-elderflower_lscape1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"Garden-of-Eden-bg-elderflower_lscape1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"Garden-of-Eden-bg-elderflower_lscape1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"Garden-of-Eden-bg-elderflower_lscape1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Garden-of-Eden-bg-elderflower_lscape1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Garden-of-Eden-bg-elderflower_lscape1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:50:\"Garden-of-Eden-bg-elderflower_lscape1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:48:\"Garden-of-Eden-bg-elderflower_lscape1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:49:\"Garden-of-Eden-bg-elderflower_lscape1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Magdalena Hendey\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20851,3624,'_wp_attachment_image_alt','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients - the UK\'s No.1 elderflower brand'),(20852,3625,'_wp_attached_file','2019/01/Garden-of-Eden-bg-elderflower1.jpg'),(20853,3625,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2715007627765065;s:5:\"bytes\";i:4423;s:11:\"size_before\";i:83904;s:10:\"size_after\";i:79481;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1767;s:11:\"size_before\";i:28089;s:10:\"size_after\";i:26322;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:55815;s:10:\"size_after\";i:53159;s:4:\"time\";d:0.02;}}}'),(20854,3626,'_wp_attached_file','2019/01/GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi.jpg'),(20855,3626,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4861759224101361;s:5:\"bytes\";i:100781;s:11:\"size_before\";i:2246479;s:10:\"size_after\";i:2145698;s:4:\"time\";d:1.1000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:441;s:11:\"size_before\";i:7307;s:10:\"size_after\";i:6866;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:706;s:11:\"size_before\";i:13648;s:10:\"size_after\";i:12942;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:78725;s:10:\"size_after\";i:76739;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:317;s:11:\"size_before\";i:4371;s:10:\"size_after\";i:4054;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999998;s:5:\"bytes\";i:1829;s:11:\"size_before\";i:72844;s:10:\"size_after\";i:71015;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:38782;s:10:\"size_after\";i:37540;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37540;s:10:\"size_after\";i:37540;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:768;s:11:\"size_before\";i:15987;s:10:\"size_after\";i:15219;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15219;s:10:\"size_after\";i:15219;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:487;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7213;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:557;s:11:\"size_before\";i:9390;s:10:\"size_after\";i:8833;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:865;s:11:\"size_before\";i:17680;s:10:\"size_after\";i:16815;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:639;s:11:\"size_before\";i:14944;s:10:\"size_after\";i:14305;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:36615;s:10:\"size_after\";i:35213;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:734;s:11:\"size_before\";i:13690;s:10:\"size_after\";i:12956;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:1556;s:11:\"size_before\";i:44937;s:10:\"size_after\";i:43381;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:981;s:11:\"size_before\";i:23599;s:10:\"size_after\";i:22618;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:655;s:11:\"size_before\";i:13179;s:10:\"size_after\";i:12524;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:848;s:11:\"size_before\";i:16544;s:10:\"size_after\";i:15696;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5273;s:10:\"size_after\";i:4943;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37540;s:10:\"size_after\";i:37540;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8833;s:10:\"size_after\";i:8833;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:26327;s:10:\"size_after\";i:24510;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:2937;s:11:\"size_before\";i:50499;s:10:\"size_after\";i:47562;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:14194;s:11:\"size_before\";i:327945;s:10:\"size_after\";i:313751;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:15715;s:10:\"size_after\";i:14509;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:12790;s:11:\"size_before\";i:305433;s:10:\"size_after\";i:292643;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:6745;s:11:\"size_before\";i:152932;s:10:\"size_after\";i:146187;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:59708;s:10:\"size_after\";i:56422;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:27639;s:10:\"size_after\";i:25743;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:2252;s:11:\"size_before\";i:34012;s:10:\"size_after\";i:31760;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:3635;s:11:\"size_before\";i:65233;s:10:\"size_after\";i:61598;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:3037;s:11:\"size_before\";i:57853;s:10:\"size_after\";i:54816;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:6880;s:11:\"size_before\";i:142273;s:10:\"size_after\";i:135393;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:3086;s:11:\"size_before\";i:50290;s:10:\"size_after\";i:47204;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:8413;s:11:\"size_before\";i:178888;s:10:\"size_after\";i:170475;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:4414;s:11:\"size_before\";i:88820;s:10:\"size_after\";i:84406;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:2965;s:11:\"size_before\";i:48590;s:10:\"size_after\";i:45625;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:3536;s:11:\"size_before\";i:61273;s:10:\"size_after\";i:57737;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:18702;s:10:\"size_after\";i:17353;s:4:\"time\";d:0.01;}}}'),(20856,3626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2250;s:4:\"file\";s:66:\"2019/01/GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:64:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:65:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:67:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:67:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:68:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:67:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:65:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:66:\"GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20857,3627,'_wp_attached_file','2019/01/Ginger-Cuban-bg-Ginger-Lemongrass_7621.jpg'),(20858,3627,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.215544355890656;s:5:\"bytes\";i:63477;s:11:\"size_before\";i:1974067;s:10:\"size_after\";i:1910590;s:4:\"time\";d:3.9899999999999993;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:223;s:11:\"size_before\";i:5518;s:10:\"size_after\";i:5295;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3700000000000001;s:5:\"bytes\";i:239;s:11:\"size_before\";i:10097;s:10:\"size_after\";i:9858;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0499999999999998;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:71655;s:10:\"size_after\";i:70187;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:192;s:11:\"size_before\";i:3224;s:10:\"size_after\";i:3032;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:61902;s:10:\"size_after\";i:60558;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000001;s:5:\"bytes\";i:556;s:11:\"size_before\";i:30232;s:10:\"size_after\";i:29676;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29676;s:10:\"size_after\";i:29676;s:4:\"time\";d:0.050000000000000003;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6200000000000001;s:5:\"bytes\";i:294;s:11:\"size_before\";i:11217;s:10:\"size_after\";i:10923;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10923;s:10:\"size_after\";i:10923;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:191;s:11:\"size_before\";i:5271;s:10:\"size_after\";i:5080;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:185;s:11:\"size_before\";i:6186;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5499999999999998;s:5:\"bytes\";i:306;s:11:\"size_before\";i:11981;s:10:\"size_after\";i:11675;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:370;s:11:\"size_before\";i:13411;s:10:\"size_after\";i:13041;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8899999999999999;s:5:\"bytes\";i:516;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:26782;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:234;s:11:\"size_before\";i:9138;s:10:\"size_after\";i:8904;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0099999999999998;s:5:\"bytes\";i:700;s:11:\"size_before\";i:34853;s:10:\"size_after\";i:34153;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002;s:5:\"bytes\";i:382;s:11:\"size_before\";i:17060;s:10:\"size_after\";i:16678;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:252;s:11:\"size_before\";i:9696;s:10:\"size_after\";i:9444;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3500000000000001;s:5:\"bytes\";i:263;s:11:\"size_before\";i:11168;s:10:\"size_after\";i:10905;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:164;s:11:\"size_before\";i:3794;s:10:\"size_after\";i:3630;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29676;s:10:\"size_after\";i:29676;s:4:\"time\";d:0.68999999999999995;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6001;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:905;s:11:\"size_before\";i:21247;s:10:\"size_after\";i:20342;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:41943;s:10:\"size_after\";i:40678;s:4:\"time\";d:2.1499999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:12620;s:11:\"size_before\";i:346814;s:10:\"size_after\";i:334194;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:536;s:11:\"size_before\";i:11365;s:10:\"size_after\";i:10829;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:11784;s:11:\"size_before\";i:299000;s:10:\"size_after\";i:287216;s:4:\"time\";d:0.10000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:4964;s:11:\"size_before\";i:139624;s:10:\"size_after\";i:134660;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:46823;s:10:\"size_after\";i:45285;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:843;s:11:\"size_before\";i:20563;s:10:\"size_after\";i:19720;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:850;s:11:\"size_before\";i:23966;s:10:\"size_after\";i:23116;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:1569;s:11:\"size_before\";i:50509;s:10:\"size_after\";i:48940;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:2197;s:11:\"size_before\";i:57360;s:10:\"size_after\";i:55163;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:3819;s:11:\"size_before\";i:122485;s:10:\"size_after\";i:118666;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:37781;s:10:\"size_after\";i:36599;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:5371;s:11:\"size_before\";i:159484;s:10:\"size_after\";i:154113;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:74820;s:10:\"size_after\";i:72240;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:40130;s:10:\"size_after\";i:38636;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1000000000000001;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:46823;s:10:\"size_after\";i:45372;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:630;s:11:\"size_before\";i:13353;s:10:\"size_after\";i:12723;s:4:\"time\";d:0.02;}}}'),(20859,3627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7102;s:6:\"height\";i:4735;s:4:\"file\";s:50:\"2019/01/Ginger-Cuban-bg-Ginger-Lemongrass_7621.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:52:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:51:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:49:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:50:\"Ginger-Cuban-bg-Ginger-Lemongrass_7621-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"Magdalena Hendey\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20860,3619,'_thumbnail_id','3624'),(20861,3626,'_wp_attachment_image_alt','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients - the UK\'s No.1 elderflower brand'),(20862,3627,'_wp_attachment_image_alt','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients - the UK\'s No.1 elderflower brand'),(20863,3633,'_edit_last','1'),(20864,3633,'_edit_lock','1547454485:1'),(20865,3634,'_wp_attached_file','2019/01/CD19_Twitter_Banner_31.jpg'),(20866,3634,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7348358583962726;s:5:\"bytes\";i:94192;s:11:\"size_before\";i:1398579;s:10:\"size_after\";i:1304387;s:4:\"time\";d:0.7300000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:665;s:11:\"size_before\";i:9604;s:10:\"size_after\";i:8939;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1831;s:11:\"size_before\";i:28653;s:10:\"size_after\";i:26822;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:429;s:11:\"size_before\";i:5499;s:10:\"size_after\";i:5070;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:4830;s:11:\"size_before\";i:90744;s:10:\"size_after\";i:85914;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:3035;s:11:\"size_before\";i:54088;s:10:\"size_after\";i:51053;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51053;s:10:\"size_after\";i:51053;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:1584;s:11:\"size_before\";i:22233;s:10:\"size_after\";i:20649;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20649;s:10:\"size_after\";i:20649;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:672;s:11:\"size_before\";i:10048;s:10:\"size_after\";i:9376;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:804;s:11:\"size_before\";i:11889;s:10:\"size_after\";i:11085;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:1642;s:11:\"size_before\";i:24202;s:10:\"size_after\";i:22560;s:4:\"time\";d:0.040000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:1667;s:11:\"size_before\";i:24088;s:10:\"size_after\";i:22421;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:3157;s:11:\"size_before\";i:52765;s:10:\"size_after\";i:49608;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:18557;s:10:\"size_after\";i:17319;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:3780;s:11:\"size_before\";i:65363;s:10:\"size_after\";i:61583;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:33376;s:10:\"size_after\";i:31181;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:1239;s:11:\"size_before\";i:18464;s:10:\"size_after\";i:17225;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:22780;s:10:\"size_after\";i:21244;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:520;s:11:\"size_before\";i:6935;s:10:\"size_after\";i:6415;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51053;s:10:\"size_after\";i:51053;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11085;s:10:\"size_after\";i:11085;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:3379;s:11:\"size_before\";i:38454;s:10:\"size_after\";i:35075;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:8671;s:11:\"size_before\";i:108643;s:10:\"size_after\";i:99972;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:21797;s:10:\"size_after\";i:19796;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:81673;s:10:\"size_after\";i:75158;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:3461;s:11:\"size_before\";i:39242;s:10:\"size_after\";i:35781;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:3921;s:11:\"size_before\";i:45885;s:10:\"size_after\";i:41964;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:7058;s:11:\"size_before\";i:89479;s:10:\"size_after\";i:82421;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:7525;s:11:\"size_before\";i:89566;s:10:\"size_after\";i:82041;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:5628;s:11:\"size_before\";i:69222;s:10:\"size_after\";i:63594;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:5952;s:11:\"size_before\";i:71375;s:10:\"size_after\";i:65423;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:6785;s:11:\"size_before\";i:84104;s:10:\"size_after\";i:77319;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5;s:5:\"bytes\";i:2472;s:11:\"size_before\";i:26011;s:10:\"size_after\";i:23539;s:4:\"time\";d:0.029999999999999999;}}}'),(20867,3634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2019/01/CD19_Twitter_Banner_31.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"CD19_Twitter_Banner_31-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"CD19_Twitter_Banner_31-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"CD19_Twitter_Banner_31-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-800x516.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"CD19_Twitter_Banner_31-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_31-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20868,3634,'_wp_attachment_image_alt','Casual Dining takes place at the new venue of ExCeL London on 27-28 February.  Its compelling line-up will include 220 exhibitors, plus 50 speakers'),(20869,3633,'_thumbnail_id','3636'),(20870,3633,'_adinserter_block_exceptions',''),(20871,3633,'slide_template','default'),(20872,3633,'_bunyad_featured_post','0'),(20873,3633,'_bunyad_cat_label','0'),(20874,3633,'_bunyad_featured_disable','0'),(20875,3633,'_bunyad_bg_image_bg_type','cover'),(20876,3633,'_bunyad_reviews','0'),(20877,3633,'_bunyad_review_pos','none'),(20878,3633,'_bunyad_review_type','points'),(20879,3633,'_bunyad_review_verdict','Awesome'),(20880,3633,'_yoast_wpseo_focuskw','casual dining'),(20881,3633,'_yoast_wpseo_title','Show-ing off - Casual Dining Show - The UK\'s biggest hodspitality event'),(20882,3633,'_yoast_wpseo_metadesc','Casual Dining takes place at the new venue of ExCeL London on 27-28 February.  Its compelling line-up will include 220 exhibitors, plus 50 speakers'),(20883,3633,'_yoast_wpseo_linkdex','89'),(20884,3633,'_yoast_wpseo_content_score','30'),(20885,3633,'_yoast_wpseo_primary_category','33'),(20886,3636,'_wp_attached_file','2019/01/OTP_CDSimg_702x336.jpg'),(20887,3636,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8254940022895818;s:5:\"bytes\";i:29260;s:11:\"size_before\";i:502275;s:10:\"size_after\";i:473015;s:4:\"time\";d:0.40000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:23:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:493;s:11:\"size_before\";i:8145;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:705;s:11:\"size_before\";i:13271;s:10:\"size_after\";i:12566;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:321;s:11:\"size_before\";i:4648;s:10:\"size_after\";i:4327;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:944;s:11:\"size_before\";i:18437;s:10:\"size_after\";i:17493;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17493;s:10:\"size_after\";i:17493;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:500;s:11:\"size_before\";i:8447;s:10:\"size_after\";i:7947;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:602;s:11:\"size_before\";i:10288;s:10:\"size_after\";i:9686;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:20706;s:10:\"size_after\";i:19543;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:17634;s:10:\"size_after\";i:16457;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:2234;s:11:\"size_before\";i:44738;s:10:\"size_after\";i:42504;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:844;s:11:\"size_before\";i:15289;s:10:\"size_after\";i:14445;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:48702;s:10:\"size_after\";i:46407;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:28391;s:10:\"size_after\";i:27083;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:883;s:11:\"size_before\";i:15009;s:10:\"size_after\";i:14126;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:19099;s:10:\"size_after\";i:18081;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:342;s:11:\"size_before\";i:5515;s:10:\"size_after\";i:5173;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9686;s:10:\"size_after\";i:9686;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:2427;s:11:\"size_before\";i:30041;s:10:\"size_after\";i:27614;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:3604;s:11:\"size_before\";i:53957;s:10:\"size_after\";i:50353;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:1415;s:11:\"size_before\";i:17694;s:10:\"size_after\";i:16279;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:2491;s:11:\"size_before\";i:32421;s:10:\"size_after\";i:29930;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:40644;s:10:\"size_after\";i:37767;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:22020;s:10:\"size_after\";i:20403;s:4:\"time\";d:0.02;}}}'),(20888,3636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:336;s:4:\"file\";s:30:\"2019/01/OTP_CDSimg_702x336.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"OTP_CDSimg_702x336-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"OTP_CDSimg_702x336-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-324x336.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-356x336.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-485x336.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-534x336.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-696x336.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"OTP_CDSimg_702x336-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-536x336.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"OTP_CDSimg_702x336-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"OTP_CDSimg_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20889,3636,'_wp_attachment_image_alt','Ascentia at the Casual Dining Show –'),(20892,3607,'_wpas_skip_20130109','1'),(20895,3583,'_wp_old_slug','tenrose-crisp-clean-linen'),(20896,3633,'xyz_fbap','1'),(20900,3633,'_wp_old_date','2019-01-03'),(20901,3633,'_wpas_done_all','1'),(20908,3616,'xyz_fbap','1'),(20912,3616,'_wp_old_date','2019-01-03'),(20913,3616,'_wpas_done_all','1'),(20916,3616,'_wpas_skip_20130109','1'),(20917,3639,'_edit_last','1'),(20918,3639,'_edit_lock','1547637393:1'),(20919,3640,'_wp_attached_file','2019/01/Chocolate-Caramel-Tartelette-LR.jpg'),(20920,3640,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6312868093066131;s:5:\"bytes\";i:37506;s:11:\"size_before\";i:1032857;s:10:\"size_after\";i:995351;s:4:\"time\";d:0.7200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:199;s:11:\"size_before\";i:4963;s:10:\"size_after\";i:4764;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:242;s:11:\"size_before\";i:8493;s:10:\"size_after\";i:8251;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:52182;s:10:\"size_after\";i:49704;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2944;s:10:\"size_after\";i:2789;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:1824;s:11:\"size_before\";i:50803;s:10:\"size_after\";i:48979;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:681;s:11:\"size_before\";i:26230;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25549;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:292;s:11:\"size_before\";i:9856;s:10:\"size_after\";i:9564;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9564;s:10:\"size_after\";i:9564;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:172;s:11:\"size_before\";i:4700;s:10:\"size_after\";i:4528;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:201;s:11:\"size_before\";i:5387;s:10:\"size_after\";i:5186;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:274;s:11:\"size_before\";i:9976;s:10:\"size_after\";i:9702;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:432;s:11:\"size_before\";i:11318;s:10:\"size_after\";i:10886;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:675;s:11:\"size_before\";i:21208;s:10:\"size_after\";i:20533;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:188;s:11:\"size_before\";i:7746;s:10:\"size_after\";i:7558;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:909;s:11:\"size_before\";i:26858;s:10:\"size_after\";i:25949;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:362;s:11:\"size_before\";i:14913;s:10:\"size_after\";i:14551;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:270;s:11:\"size_before\";i:8322;s:10:\"size_after\";i:8052;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:262;s:11:\"size_before\";i:9331;s:10:\"size_after\";i:9069;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:170;s:11:\"size_before\";i:3579;s:10:\"size_after\";i:3409;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25549;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5186;s:10:\"size_after\";i:5186;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:838;s:11:\"size_before\";i:17634;s:10:\"size_after\";i:16796;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:31395;s:10:\"size_after\";i:30340;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:483;s:11:\"size_before\";i:9609;s:10:\"size_after\";i:9126;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:4397;s:11:\"size_before\";i:110479;s:10:\"size_after\";i:106082;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:37350;s:10:\"size_after\";i:35972;s:4:\"time\";d:0.059999999999999998;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:704;s:11:\"size_before\";i:16501;s:10:\"size_after\";i:15797;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:726;s:11:\"size_before\";i:18883;s:10:\"size_after\";i:18157;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:37824;s:10:\"size_after\";i:36565;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:44109;s:10:\"size_after\";i:42075;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:3587;s:11:\"size_before\";i:86524;s:10:\"size_after\";i:82937;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:960;s:11:\"size_before\";i:28797;s:10:\"size_after\";i:27837;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:5150;s:11:\"size_before\";i:112350;s:10:\"size_after\";i:107200;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:2060;s:11:\"size_before\";i:58688;s:10:\"size_after\";i:56628;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:31181;s:10:\"size_after\";i:29796;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:35012;s:10:\"size_after\";i:33852;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:544;s:11:\"size_before\";i:11864;s:10:\"size_after\";i:11320;s:4:\"time\";d:0.02;}}}'),(20921,3640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1872;s:6:\"height\";i:1248;s:4:\"file\";s:43:\"2019/01/Chocolate-Caramel-Tartelette-LR.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Chocolate-Caramel-Tartelette-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Chocolate-Caramel-Tartelette-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Chocolate-Caramel-Tartelette-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Chocolate-Caramel-Tartelette-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532963844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20922,3640,'_wp_attachment_image_alt','ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February'),(20923,3641,'_wp_attached_file','2019/01/ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR.jpg'),(20924,3641,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0068532664014764;s:5:\"bytes\";i:92794;s:11:\"size_before\";i:1324332;s:10:\"size_after\";i:1231538;s:4:\"time\";d:0.87000000000000033;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3810;s:10:\"size_after\";i:3519;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:655;s:11:\"size_before\";i:7060;s:10:\"size_after\";i:6405;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.98;s:5:\"bytes\";i:6070;s:11:\"size_before\";i:46768;s:10:\"size_after\";i:40698;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:188;s:11:\"size_before\";i:2501;s:10:\"size_after\";i:2313;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:3026;s:11:\"size_before\";i:62890;s:10:\"size_after\";i:59864;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:1668;s:11:\"size_before\";i:32710;s:10:\"size_after\";i:31042;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31042;s:10:\"size_after\";i:31042;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:662;s:11:\"size_before\";i:11709;s:10:\"size_after\";i:11047;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11047;s:10:\"size_after\";i:11047;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:324;s:11:\"size_before\";i:4263;s:10:\"size_after\";i:3939;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:369;s:11:\"size_before\";i:5873;s:10:\"size_after\";i:5504;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:740;s:11:\"size_before\";i:11598;s:10:\"size_after\";i:10858;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9800000000000004;s:5:\"bytes\";i:656;s:11:\"size_before\";i:7302;s:10:\"size_after\";i:6646;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:1688;s:11:\"size_before\";i:23034;s:10:\"size_after\";i:21346;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:548;s:11:\"size_before\";i:8141;s:10:\"size_after\";i:7593;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:2022;s:11:\"size_before\";i:27460;s:10:\"size_after\";i:25438;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:18221;s:10:\"size_after\";i:17220;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:543;s:11:\"size_before\";i:6968;s:10:\"size_after\";i:6425;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:663;s:11:\"size_before\";i:10781;s:10:\"size_after\";i:10118;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4043;s:10:\"size_after\";i:3788;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31042;s:10:\"size_after\";i:31042;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5504;s:10:\"size_after\";i:5504;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:13839;s:10:\"size_after\";i:12750;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2300000000000004;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:27791;s:10:\"size_after\";i:25227;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:21469;s:11:\"size_before\";i:209891;s:10:\"size_after\";i:188422;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:611;s:11:\"size_before\";i:8387;s:10:\"size_after\";i:7776;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:7467;s:11:\"size_before\";i:133784;s:10:\"size_after\";i:126317;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:2995;s:11:\"size_before\";i:46388;s:10:\"size_after\";i:43393;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:15836;s:10:\"size_after\";i:14632;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:22283;s:10:\"size_after\";i:20701;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:45684;s:10:\"size_after\";i:42693;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:2655;s:11:\"size_before\";i:29011;s:10:\"size_after\";i:26356;s:4:\"time\";d:0.01;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:6432;s:11:\"size_before\";i:94534;s:10:\"size_after\";i:88102;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:2233;s:11:\"size_before\";i:31887;s:10:\"size_after\";i:29654;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:7862;s:11:\"size_before\";i:114635;s:10:\"size_after\";i:106773;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:4242;s:11:\"size_before\";i:72769;s:10:\"size_after\";i:68527;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:2127;s:11:\"size_before\";i:27086;s:10:\"size_after\";i:24959;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:2885;s:11:\"size_before\";i:42265;s:10:\"size_after\";i:39380;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:14495;s:10:\"size_after\";i:13478;s:4:\"time\";d:0.01;}}}'),(20925,3641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1872;s:6:\"height\";i:2481;s:4:\"file\";s:111:\"2019/01/ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:112:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-768x1018.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:109:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:110:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-696x922.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:112:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:113:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-1068x1415.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-317x420.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-226x300.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:112:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-773x1024.jpg\";s:5:\"width\";i:773;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:110:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:112:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:110:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:111:\"ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533133107\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20926,3642,'_wp_attached_file','2019/01/Chocolate-Caramel-Tartelette-LR-1.jpg'),(20927,3642,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6312868093066131;s:5:\"bytes\";i:37506;s:11:\"size_before\";i:1032857;s:10:\"size_after\";i:995351;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:199;s:11:\"size_before\";i:4963;s:10:\"size_after\";i:4764;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:242;s:11:\"size_before\";i:8493;s:10:\"size_after\";i:8251;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:52182;s:10:\"size_after\";i:49704;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2944;s:10:\"size_after\";i:2789;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:1824;s:11:\"size_before\";i:50803;s:10:\"size_after\";i:48979;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:681;s:11:\"size_before\";i:26230;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25549;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:292;s:11:\"size_before\";i:9856;s:10:\"size_after\";i:9564;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9564;s:10:\"size_after\";i:9564;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:172;s:11:\"size_before\";i:4700;s:10:\"size_after\";i:4528;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:201;s:11:\"size_before\";i:5387;s:10:\"size_after\";i:5186;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:274;s:11:\"size_before\";i:9976;s:10:\"size_after\";i:9702;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:432;s:11:\"size_before\";i:11318;s:10:\"size_after\";i:10886;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:675;s:11:\"size_before\";i:21208;s:10:\"size_after\";i:20533;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:188;s:11:\"size_before\";i:7746;s:10:\"size_after\";i:7558;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:909;s:11:\"size_before\";i:26858;s:10:\"size_after\";i:25949;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:362;s:11:\"size_before\";i:14913;s:10:\"size_after\";i:14551;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:270;s:11:\"size_before\";i:8322;s:10:\"size_after\";i:8052;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:262;s:11:\"size_before\";i:9331;s:10:\"size_after\";i:9069;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:170;s:11:\"size_before\";i:3579;s:10:\"size_after\";i:3409;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25549;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5186;s:10:\"size_after\";i:5186;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:838;s:11:\"size_before\";i:17634;s:10:\"size_after\";i:16796;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:31395;s:10:\"size_after\";i:30340;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:483;s:11:\"size_before\";i:9609;s:10:\"size_after\";i:9126;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:4397;s:11:\"size_before\";i:110479;s:10:\"size_after\";i:106082;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:37350;s:10:\"size_after\";i:35972;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:704;s:11:\"size_before\";i:16501;s:10:\"size_after\";i:15797;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:726;s:11:\"size_before\";i:18883;s:10:\"size_after\";i:18157;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:37824;s:10:\"size_after\";i:36565;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:44109;s:10:\"size_after\";i:42075;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:3587;s:11:\"size_before\";i:86524;s:10:\"size_after\";i:82937;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:960;s:11:\"size_before\";i:28797;s:10:\"size_after\";i:27837;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:5150;s:11:\"size_before\";i:112350;s:10:\"size_after\";i:107200;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:2060;s:11:\"size_before\";i:58688;s:10:\"size_after\";i:56628;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:31181;s:10:\"size_after\";i:29796;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:35012;s:10:\"size_after\";i:33852;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:544;s:11:\"size_before\";i:11864;s:10:\"size_after\";i:11320;s:4:\"time\";d:0.01;}}}'),(20928,3642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1872;s:6:\"height\";i:1248;s:4:\"file\";s:45:\"2019/01/Chocolate-Caramel-Tartelette-LR-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Chocolate-Caramel-Tartelette-LR-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Chocolate-Caramel-Tartelette-LR-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"Chocolate-Caramel-Tartelette-LR-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-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:45:\"Chocolate-Caramel-Tartelette-LR-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Chocolate-Caramel-Tartelette-LR-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Chocolate-Caramel-Tartelette-LR-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Chocolate-Caramel-Tartelette-LR-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Chocolate-Caramel-Tartelette-LR-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532963844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20929,3643,'_wp_attached_file','2019/01/Lemon-Meringue-Tartelette-LR.jpg'),(20930,3643,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3116856356251207;s:5:\"bytes\";i:32947;s:11:\"size_before\";i:994871;s:10:\"size_after\";i:961924;s:4:\"time\";d:1.2600000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:227;s:11:\"size_before\";i:5072;s:10:\"size_after\";i:4845;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002;s:5:\"bytes\";i:233;s:11:\"size_before\";i:8518;s:10:\"size_after\";i:8285;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:2275;s:11:\"size_before\";i:49665;s:10:\"size_after\";i:47390;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:169;s:11:\"size_before\";i:3023;s:10:\"size_after\";i:2854;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:1454;s:11:\"size_before\";i:47331;s:10:\"size_after\";i:45877;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:562;s:11:\"size_before\";i:24956;s:10:\"size_after\";i:24394;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24394;s:10:\"size_after\";i:24394;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5499999999999998;s:5:\"bytes\";i:248;s:11:\"size_before\";i:9726;s:10:\"size_after\";i:9478;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9478;s:10:\"size_after\";i:9478;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:181;s:11:\"size_before\";i:4758;s:10:\"size_after\";i:4577;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:173;s:11:\"size_before\";i:5394;s:10:\"size_after\";i:5221;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:240;s:11:\"size_before\";i:9857;s:10:\"size_after\";i:9617;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:395;s:11:\"size_before\";i:11658;s:10:\"size_after\";i:11263;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6499999999999999;s:5:\"bytes\";i:553;s:11:\"size_before\";i:20903;s:10:\"size_after\";i:20350;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4700000000000002;s:5:\"bytes\";i:191;s:11:\"size_before\";i:7744;s:10:\"size_after\";i:7553;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7999999999999998;s:5:\"bytes\";i:732;s:11:\"size_before\";i:26145;s:10:\"size_after\";i:25413;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0600000000000001;s:5:\"bytes\";i:299;s:11:\"size_before\";i:14481;s:10:\"size_after\";i:14182;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:259;s:11:\"size_before\";i:8330;s:10:\"size_after\";i:8071;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002;s:5:\"bytes\";i:231;s:11:\"size_before\";i:9265;s:10:\"size_after\";i:9034;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:192;s:11:\"size_before\";i:3614;s:10:\"size_after\";i:3422;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24394;s:10:\"size_after\";i:24394;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5221;s:10:\"size_after\";i:5221;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:725;s:11:\"size_before\";i:17324;s:10:\"size_after\";i:16599;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:950;s:11:\"size_before\";i:30939;s:10:\"size_after\";i:29989;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:509;s:11:\"size_before\";i:9709;s:10:\"size_after\";i:9200;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:4006;s:11:\"size_before\";i:102883;s:10:\"size_after\";i:98877;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:1178;s:11:\"size_before\";i:35763;s:10:\"size_after\";i:34585;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:652;s:11:\"size_before\";i:16429;s:10:\"size_after\";i:15777;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:685;s:11:\"size_before\";i:18758;s:10:\"size_after\";i:18073;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:36383;s:10:\"size_after\";i:35267;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1853;s:11:\"size_before\";i:43623;s:10:\"size_after\";i:41770;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:2994;s:11:\"size_before\";i:82309;s:10:\"size_after\";i:79315;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:893;s:11:\"size_before\";i:28304;s:10:\"size_after\";i:27411;s:4:\"time\";d:0.46000000000000002;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:106766;s:10:\"size_after\";i:102519;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:55585;s:10:\"size_after\";i:53718;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:30250;s:10:\"size_after\";i:29159;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:1000;s:11:\"size_before\";i:34120;s:10:\"size_after\";i:33120;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:567;s:11:\"size_before\";i:11799;s:10:\"size_after\";i:11232;s:4:\"time\";d:0.01;}}}'),(20931,3643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1872;s:6:\"height\";i:1248;s:4:\"file\";s:40:\"2019/01/Lemon-Meringue-Tartelette-LR.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Lemon-Meringue-Tartelette-LR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Lemon-Meringue-Tartelette-LR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Lemon-Meringue-Tartelette-LR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Lemon-Meringue-Tartelette-LR-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Lemon-Meringue-Tartelette-LR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Lemon-Meringue-Tartelette-LR-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"Lemon-Meringue-Tartelette-LR-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Lemon-Meringue-Tartelette-LR-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Lemon-Meringue-Tartelette-LR-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532964065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(20932,3643,'_wp_attachment_image_alt',''),(20933,3639,'_thumbnail_id','3640'),(20934,3639,'_adinserter_block_exceptions',''),(20935,3639,'slide_template','default'),(20936,3639,'_bunyad_featured_post','0'),(20937,3639,'_bunyad_cat_label','0'),(20938,3639,'_bunyad_featured_disable','0'),(20939,3639,'_bunyad_bg_image_bg_type','cover'),(20940,3639,'_bunyad_reviews','0'),(20941,3639,'_bunyad_review_pos','none'),(20942,3639,'_bunyad_review_type','points'),(20943,3639,'_bunyad_review_verdict','Awesome'),(20944,3639,'_yoast_wpseo_focuskw','tartelettes'),(20945,3639,'_yoast_wpseo_title','ARYZTA introduces two new indulgent Tartelettes for Valentines Day'),(20946,3639,'_yoast_wpseo_metadesc','As Valentine’s Day approaches, ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February'),(20947,3639,'_yoast_wpseo_linkdex','95'),(20948,3639,'_yoast_wpseo_content_score','30'),(20949,3639,'_yoast_wpseo_primary_category','3'),(20950,3639,'xyz_fbap','1'),(20954,3639,'_wpas_done_all','1'),(20955,3645,'_edit_last','1'),(20956,3645,'_edit_lock','1547456253:1'),(20957,3646,'_wp_attached_file','2019/01/Tansun45-image-high-res.jpg'),(20958,3646,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5055767518048402;s:5:\"bytes\";i:133101;s:11:\"size_before\";i:2954139;s:10:\"size_after\";i:2821038;s:4:\"time\";d:1.8700000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:557;s:11:\"size_before\";i:8162;s:10:\"size_after\";i:7605;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:979;s:11:\"size_before\";i:18873;s:10:\"size_after\";i:17894;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:3853;s:11:\"size_before\";i:128150;s:10:\"size_after\";i:124297;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:318;s:11:\"size_before\";i:4462;s:10:\"size_after\";i:4144;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:94869;s:10:\"size_after\";i:91876;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:48808;s:10:\"size_after\";i:46871;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46871;s:10:\"size_after\";i:46871;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:908;s:11:\"size_before\";i:17737;s:10:\"size_after\";i:16829;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16829;s:10:\"size_after\";i:16829;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:482;s:11:\"size_before\";i:8062;s:10:\"size_after\";i:7580;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:540;s:11:\"size_before\";i:9667;s:10:\"size_after\";i:9127;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:19757;s:10:\"size_after\";i:18734;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:20269;s:10:\"size_after\";i:19062;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1830;s:11:\"size_before\";i:45529;s:10:\"size_after\";i:43699;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:803;s:11:\"size_before\";i:14887;s:10:\"size_after\";i:14084;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:2267;s:11:\"size_before\";i:57438;s:10:\"size_after\";i:55171;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:27393;s:10:\"size_after\";i:26124;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:880;s:11:\"size_before\";i:15489;s:10:\"size_after\";i:14609;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:927;s:11:\"size_before\";i:18155;s:10:\"size_after\";i:17228;s:4:\"time\";d:0.5;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:298;s:11:\"size_before\";i:5082;s:10:\"size_after\";i:4784;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46871;s:10:\"size_after\";i:46871;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9127;s:10:\"size_after\";i:9127;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:2366;s:11:\"size_before\";i:32934;s:10:\"size_after\";i:30568;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:4524;s:11:\"size_before\";i:77339;s:10:\"size_after\";i:72815;s:4:\"time\";d:0.050000000000000003;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:20125;s:11:\"size_before\";i:515632;s:10:\"size_after\";i:495507;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:17610;s:10:\"size_after\";i:16230;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:16124;s:11:\"size_before\";i:379360;s:10:\"size_after\";i:363236;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:9057;s:11:\"size_before\";i:195679;s:10:\"size_after\";i:186622;s:4:\"time\";d:0.11;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:4131;s:11:\"size_before\";i:73204;s:10:\"size_after\";i:69073;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:32763;s:10:\"size_after\";i:30532;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:2610;s:11:\"size_before\";i:39686;s:10:\"size_after\";i:37076;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:4659;s:11:\"size_before\";i:80831;s:10:\"size_after\";i:76172;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:4893;s:11:\"size_before\";i:81490;s:10:\"size_after\";i:76597;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:8444;s:11:\"size_before\";i:182720;s:10:\"size_after\";i:174276;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:3730;s:11:\"size_before\";i:61732;s:10:\"size_after\";i:58002;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:10146;s:11:\"size_before\";i:229905;s:10:\"size_after\";i:219759;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:5869;s:11:\"size_before\";i:112385;s:10:\"size_after\";i:106516;s:4:\"time\";d:0.080000000000000002;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:3996;s:11:\"size_before\";i:62957;s:10:\"size_after\";i:58961;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:4404;s:11:\"size_before\";i:75150;s:10:\"size_after\";i:70746;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:20275;s:10:\"size_after\";i:18934;s:4:\"time\";d:0.02;}}}'),(20959,3646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2746;s:6:\"height\";i:2058;s:4:\"file\";s:35:\"2019/01/Tansun45-image-high-res.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Tansun45-image-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Tansun45-image-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Tansun45-image-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Tansun45-image-high-res-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Tansun45-image-high-res-1920x1439.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Tansun45-image-high-res-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Tansun45-image-high-res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"Tansun45-image-high-res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"Tansun45-image-high-res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"Tansun45-image-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20960,3646,'_wp_attachment_image_alt','Enjoy Conservatories all year round with Tansun infrared heaters'),(20961,3645,'_thumbnail_id','3646'),(20962,3645,'_adinserter_block_exceptions',''),(20963,3645,'slide_template','default'),(20964,3645,'_bunyad_featured_post','0'),(20965,3645,'_bunyad_cat_label','0'),(20966,3645,'_bunyad_featured_disable','0'),(20967,3645,'_bunyad_bg_image_bg_type','cover'),(20968,3645,'_bunyad_reviews','0'),(20969,3645,'_bunyad_review_pos','none'),(20970,3645,'_bunyad_review_type','points'),(20971,3645,'_bunyad_review_verdict','Awesome'),(20972,3645,'_yoast_wpseo_focuskw','infrared heaters'),(20973,3645,'_yoast_wpseo_title','Enjoy Conservatories all year round with Tansun infrared heaters'),(20974,3645,'_yoast_wpseo_metadesc','Tansun\'s quartz infrared heaters are manufactured in the UK to the highest standard and make an impressive and effective heating solution for conservatories'),(20975,3645,'_yoast_wpseo_linkdex','87'),(20976,3645,'_yoast_wpseo_content_score','30'),(20977,3645,'_yoast_wpseo_primary_category','32'),(20978,3645,'xyz_fbap','1'),(20982,3645,'_wpas_done_all','1'),(20985,3645,'_wpas_skip_20130109','1'),(20986,3648,'_edit_last','1'),(20987,3648,'_edit_lock','1547482614:1'),(20988,3649,'_wp_attached_file','2019/01/HogsBackKiln.jpg'),(20989,3649,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.379968132738715;s:5:\"bytes\";i:49205;s:11:\"size_before\";i:1123410;s:10:\"size_after\";i:1074205;s:4:\"time\";d:1.1800000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:394;s:11:\"size_before\";i:7166;s:10:\"size_after\";i:6772;s:4:\"time\";d:0.41999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:628;s:11:\"size_before\";i:13153;s:10:\"size_after\";i:12525;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:79492;s:10:\"size_after\";i:76524;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:282;s:11:\"size_before\";i:4189;s:10:\"size_after\";i:3907;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:72928;s:10:\"size_after\";i:70654;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:38362;s:10:\"size_after\";i:37204;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37204;s:10:\"size_after\";i:37204;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:765;s:11:\"size_before\";i:15613;s:10:\"size_after\";i:14848;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14848;s:10:\"size_after\";i:14848;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:440;s:11:\"size_before\";i:7206;s:10:\"size_after\";i:6766;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:506;s:11:\"size_before\";i:8929;s:10:\"size_after\";i:8423;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:773;s:11:\"size_before\";i:17124;s:10:\"size_after\";i:16351;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:661;s:11:\"size_before\";i:15071;s:10:\"size_after\";i:14410;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1423;s:11:\"size_before\";i:36508;s:10:\"size_after\";i:35085;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:625;s:11:\"size_before\";i:13221;s:10:\"size_after\";i:12596;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:44108;s:10:\"size_after\";i:42572;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:936;s:11:\"size_before\";i:23150;s:10:\"size_after\";i:22214;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:684;s:11:\"size_before\";i:13010;s:10:\"size_after\";i:12326;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:768;s:11:\"size_before\";i:16238;s:10:\"size_after\";i:15470;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:332;s:11:\"size_before\";i:5139;s:10:\"size_after\";i:4807;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37204;s:10:\"size_after\";i:37204;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8423;s:10:\"size_after\";i:8423;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1637;s:11:\"size_before\";i:26164;s:10:\"size_after\";i:24527;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:2760;s:11:\"size_before\";i:49571;s:10:\"size_after\";i:46811;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:1029;s:11:\"size_before\";i:14933;s:10:\"size_after\";i:13904;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:3353;s:11:\"size_before\";i:61030;s:10:\"size_after\";i:57677;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:26417;s:10:\"size_after\";i:24876;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1934;s:11:\"size_before\";i:33211;s:10:\"size_after\";i:31277;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:3433;s:11:\"size_before\";i:65593;s:10:\"size_after\";i:62160;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:2681;s:11:\"size_before\";i:54739;s:10:\"size_after\";i:52058;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:2628;s:11:\"size_before\";i:49191;s:10:\"size_after\";i:46563;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:4061;s:11:\"size_before\";i:87895;s:10:\"size_after\";i:83834;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:2497;s:11:\"size_before\";i:47222;s:10:\"size_after\";i:44725;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:3314;s:11:\"size_before\";i:61557;s:10:\"size_after\";i:58243;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:17601;s:10:\"size_after\";i:16417;s:4:\"time\";d:0.01;}}}'),(20990,3649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:687;s:4:\"file\";s:24:\"2019/01/HogsBackKiln.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"HogsBackKiln-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"HogsBackKiln-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"HogsBackKiln-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"HogsBackKiln-1068x600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-748x420.jpg\";s:5:\"width\";i:748;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"HogsBackKiln-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"HogsBackKiln-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"HogsBackKiln-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"HogsBackKiln-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"HogsBackKiln-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20991,3649,'_wp_attachment_image_alt','Hogs Back Brewery is building a new kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.'),(20992,3650,'_wp_attached_file','2019/01/brew-1031484_640.jpg'),(20993,3650,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7702804171859214;s:5:\"bytes\";i:19181;s:11:\"size_before\";i:508742;s:10:\"size_after\";i:489561;s:4:\"time\";d:0.37000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:325;s:11:\"size_before\";i:6043;s:10:\"size_after\";i:5718;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:526;s:11:\"size_before\";i:12697;s:10:\"size_after\";i:12171;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:231;s:11:\"size_before\";i:3608;s:10:\"size_after\";i:3377;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:949;s:11:\"size_before\";i:31944;s:10:\"size_after\";i:30995;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30995;s:10:\"size_after\";i:30995;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:545;s:11:\"size_before\";i:12886;s:10:\"size_after\";i:12341;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12341;s:10:\"size_after\";i:12341;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6356;s:10:\"size_after\";i:6004;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:401;s:11:\"size_before\";i:7775;s:10:\"size_after\";i:7374;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:587;s:11:\"size_before\";i:14603;s:10:\"size_after\";i:14016;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:411;s:11:\"size_before\";i:12663;s:10:\"size_after\";i:12252;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8300000000000001;s:5:\"bytes\";i:869;s:11:\"size_before\";i:30740;s:10:\"size_after\";i:29871;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:476;s:11:\"size_before\";i:11164;s:10:\"size_after\";i:10688;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:37781;s:10:\"size_after\";i:36653;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:630;s:11:\"size_before\";i:18890;s:10:\"size_after\";i:18260;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:430;s:11:\"size_before\";i:10896;s:10:\"size_after\";i:10466;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:554;s:11:\"size_before\";i:13600;s:10:\"size_after\";i:13046;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:267;s:11:\"size_before\";i:4403;s:10:\"size_after\";i:4136;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30995;s:10:\"size_after\";i:30995;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7374;s:10:\"size_after\";i:7374;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:1209;s:11:\"size_before\";i:22103;s:10:\"size_after\";i:20894;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:2382;s:11:\"size_before\";i:47095;s:10:\"size_after\";i:44713;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:843;s:11:\"size_before\";i:12945;s:10:\"size_after\";i:12102;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1305;s:11:\"size_before\";i:23127;s:10:\"size_after\";i:21822;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:1689;s:11:\"size_before\";i:28549;s:10:\"size_after\";i:26860;s:4:\"time\";d:0.01;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:2135;s:11:\"size_before\";i:42000;s:10:\"size_after\";i:39865;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:937;s:11:\"size_before\";i:15169;s:10:\"size_after\";i:14232;s:4:\"time\";d:0.01;}}}'),(20994,3650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:28:\"2019/01/brew-1031484_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"brew-1031484_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"brew-1031484_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-150x150.jpg\";s:5:\"width\";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:\"brew-1031484_640-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"brew-1031484_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"brew-1031484_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"brew-1031484_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20995,3650,'_wp_attachment_image_alt','Hogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.'),(20996,3648,'_thumbnail_id','3649'),(20997,3648,'_adinserter_block_exceptions',''),(20998,3648,'slide_template','default'),(20999,3648,'_bunyad_featured_post','0'),(21000,3648,'_bunyad_cat_label','0'),(21001,3648,'_bunyad_featured_disable','0'),(21002,3648,'_bunyad_bg_image_bg_type','cover'),(21003,3648,'_bunyad_reviews','0'),(21004,3648,'_bunyad_review_pos','none'),(21005,3648,'_bunyad_review_type','points'),(21006,3648,'_bunyad_review_verdict','Awesome'),(21007,3648,'_yoast_wpseo_focuskw','new kiln'),(21008,3648,'_yoast_wpseo_title','Hogs Back Brewery to build new kiln in Surrey with £700,000 investment'),(21009,3648,'_yoast_wpseo_metadesc','Hogs Back Brewery is building a new kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment'),(21010,3648,'_yoast_wpseo_linkdex','89'),(21011,3648,'_yoast_wpseo_content_score','30'),(21012,3648,'_yoast_wpseo_primary_category','2'),(21013,3648,'xyz_fbap','1'),(21017,3648,'_wpas_done_all','1'),(21018,3652,'_edit_last','1'),(21019,3652,'_edit_lock','1547636454:1'),(21020,3653,'_wp_attached_file','2019/01/CD19_Twitter_Banner_21.jpg'),(21021,3653,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0451356120266997;s:5:\"bytes\";i:100257;s:11:\"size_before\";i:1423067;s:10:\"size_after\";i:1322810;s:4:\"time\";d:1.2500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:702;s:11:\"size_before\";i:9737;s:10:\"size_after\";i:9035;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:17037;s:10:\"size_after\";i:15887;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:6948;s:11:\"size_before\";i:114609;s:10:\"size_after\";i:107661;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:397;s:11:\"size_before\";i:5413;s:10:\"size_after\";i:5016;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:3810;s:11:\"size_before\";i:58783;s:10:\"size_after\";i:54973;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54973;s:10:\"size_after\";i:54973;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:22928;s:10:\"size_after\";i:21383;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21383;s:10:\"size_after\";i:21383;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:671;s:11:\"size_before\";i:10019;s:10:\"size_after\";i:9348;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:922;s:11:\"size_before\";i:12858;s:10:\"size_after\";i:11936;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:25907;s:10:\"size_after\";i:23970;s:4:\"time\";d:0.52000000000000002;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:20922;s:10:\"size_after\";i:19552;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:3470;s:11:\"size_before\";i:53227;s:10:\"size_after\";i:49757;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:1396;s:11:\"size_before\";i:19307;s:10:\"size_after\";i:17911;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:4036;s:11:\"size_before\";i:64259;s:10:\"size_after\";i:60223;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:34235;s:10:\"size_after\";i:31892;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:1338;s:11:\"size_before\";i:18059;s:10:\"size_after\";i:16721;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:23725;s:10:\"size_after\";i:22000;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:455;s:11:\"size_before\";i:6695;s:10:\"size_after\";i:6240;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54973;s:10:\"size_after\";i:54973;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11936;s:10:\"size_after\";i:11936;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:3069;s:11:\"size_before\";i:35456;s:10:\"size_after\";i:32387;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:5475;s:11:\"size_before\";i:63390;s:10:\"size_after\";i:57915;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:21149;s:10:\"size_after\";i:19108;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:7277;s:11:\"size_before\";i:85384;s:10:\"size_after\";i:78107;s:4:\"time\";d:0.059999999999999998;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:38569;s:10:\"size_after\";i:34959;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0700000000000003;s:5:\"bytes\";i:4319;s:11:\"size_before\";i:47637;s:10:\"size_after\";i:43318;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:8182;s:11:\"size_before\";i:94256;s:10:\"size_after\";i:86074;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:6361;s:11:\"size_before\";i:71697;s:10:\"size_after\";i:65336;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:10111;s:11:\"size_before\";i:125229;s:10:\"size_after\";i:115118;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:5682;s:11:\"size_before\";i:65787;s:10:\"size_after\";i:60105;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995;s:5:\"bytes\";i:7582;s:11:\"size_before\";i:87292;s:10:\"size_after\";i:79710;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:2333;s:11:\"size_before\";i:26236;s:10:\"size_after\";i:23903;s:4:\"time\";d:0.01;}}}'),(21022,3653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2019/01/CD19_Twitter_Banner_21.jpg\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"CD19_Twitter_Banner_21-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"CD19_Twitter_Banner_21-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-696x348.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-840x420.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"CD19_Twitter_Banner_21-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"CD19_Twitter_Banner_21-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"CD19_Twitter_Banner_21-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"CD19_Twitter_Banner_21-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21023,3653,'_wp_attachment_image_alt','2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators'),(21024,3652,'_thumbnail_id','3653'),(21025,3652,'_adinserter_block_exceptions',''),(21026,3652,'slide_template','default'),(21027,3652,'_bunyad_featured_post','0'),(21028,3652,'_bunyad_cat_label','0'),(21029,3652,'_bunyad_featured_disable','0'),(21030,3652,'_bunyad_bg_image_bg_type','cover'),(21031,3652,'_bunyad_reviews','0'),(21032,3652,'_bunyad_review_pos','none'),(21033,3652,'_bunyad_review_type','points'),(21034,3652,'_bunyad_review_verdict','Awesome'),(21035,3652,'_yoast_wpseo_focuskw','Casual dining'),(21036,3652,'_yoast_wpseo_title','Casual Dining Show unveils its biggest ever Keynote line-up'),(21037,3652,'_yoast_wpseo_metadesc','2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators'),(21038,3652,'_yoast_wpseo_linkdex','87'),(21039,3652,'_yoast_wpseo_content_score','30'),(21040,3652,'_yoast_wpseo_primary_category','33'),(21041,3652,'xyz_fbap','1'),(21045,3652,'_wpas_done_all','1'),(21048,3652,'_wpas_skip_20130109','1'),(21049,3656,'_edit_last','1'),(21050,3656,'_edit_lock','1547635451:1'),(21051,3657,'_wp_attached_file','2019/01/grapes-1952035_1280.jpg'),(21052,3657,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7343901109960189;s:5:\"bytes\";i:57864;s:11:\"size_before\";i:1222206;s:10:\"size_after\";i:1164342;s:4:\"time\";d:0.77000000000000035;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:405;s:11:\"size_before\";i:6430;s:10:\"size_after\";i:6025;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:712;s:11:\"size_before\";i:12934;s:10:\"size_after\";i:12222;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999998;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:85721;s:10:\"size_after\";i:83568;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:272;s:11:\"size_before\";i:3716;s:10:\"size_after\";i:3444;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:70073;s:10:\"size_after\";i:68332;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1315;s:11:\"size_before\";i:35486;s:10:\"size_after\";i:34171;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34171;s:10:\"size_after\";i:34171;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:683;s:11:\"size_before\";i:13336;s:10:\"size_after\";i:12653;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12653;s:10:\"size_after\";i:12653;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6485;s:10:\"size_after\";i:6071;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:440;s:11:\"size_before\";i:7718;s:10:\"size_after\";i:7278;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:801;s:11:\"size_before\";i:15026;s:10:\"size_after\";i:14225;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:782;s:11:\"size_before\";i:15121;s:10:\"size_after\";i:14339;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:33723;s:10:\"size_after\";i:32383;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:643;s:11:\"size_before\";i:11511;s:10:\"size_after\";i:10868;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:42650;s:10:\"size_after\";i:40975;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:906;s:11:\"size_before\";i:20106;s:10:\"size_after\";i:19200;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:636;s:11:\"size_before\";i:11732;s:10:\"size_after\";i:11096;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:756;s:11:\"size_before\";i:13932;s:10:\"size_after\";i:13176;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:279;s:11:\"size_before\";i:4407;s:10:\"size_after\";i:4128;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34171;s:10:\"size_after\";i:34171;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7278;s:10:\"size_after\";i:7278;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:1855;s:11:\"size_before\";i:25755;s:10:\"size_after\";i:23900;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:3246;s:11:\"size_before\";i:52223;s:10:\"size_after\";i:48977;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:13844;s:10:\"size_after\";i:12711;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:3183;s:11:\"size_before\";i:54990;s:10:\"size_after\";i:51807;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:25414;s:10:\"size_after\";i:23612;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:30238;s:10:\"size_after\";i:28114;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:3623;s:11:\"size_before\";i:61242;s:10:\"size_after\";i:57619;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:3689;s:11:\"size_before\";i:64755;s:10:\"size_after\";i:61066;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:6376;s:11:\"size_before\";i:142042;s:10:\"size_after\";i:135666;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:46948;s:10:\"size_after\";i:43973;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:4314;s:11:\"size_before\";i:84891;s:10:\"size_after\";i:80577;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:3052;s:11:\"size_before\";i:48600;s:10:\"size_after\";i:45548;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:3362;s:11:\"size_before\";i:56968;s:10:\"size_after\";i:53606;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:15916;s:10:\"size_after\";i:14739;s:4:\"time\";d:0.01;}}}'),(21053,3657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2019/01/grapes-1952035_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"grapes-1952035_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"grapes-1952035_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"grapes-1952035_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"grapes-1952035_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"grapes-1952035_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"grapes-1952035_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"grapes-1952035_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"grapes-1952035_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"grapes-1952035_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21054,3657,'_wp_attachment_image_alt','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks'),(21055,3658,'_wp_attached_file','2019/01/wine-2891894_640.jpg'),(21056,3658,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1680340055473502;s:5:\"bytes\";i:12998;s:11:\"size_before\";i:410286;s:10:\"size_after\";i:397288;s:4:\"time\";d:0.39000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:240;s:11:\"size_before\";i:5065;s:10:\"size_after\";i:4825;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:370;s:11:\"size_before\";i:9907;s:10:\"size_after\";i:9537;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:206;s:11:\"size_before\";i:3271;s:10:\"size_after\";i:3065;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4100000000000001;s:5:\"bytes\";i:621;s:11:\"size_before\";i:25752;s:10:\"size_after\";i:25131;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25131;s:10:\"size_after\";i:25131;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:408;s:11:\"size_before\";i:11093;s:10:\"size_after\";i:10685;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10685;s:10:\"size_after\";i:10685;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:264;s:11:\"size_before\";i:5453;s:10:\"size_after\";i:5189;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:299;s:11:\"size_before\";i:6692;s:10:\"size_after\";i:6393;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:437;s:11:\"size_before\";i:12195;s:10:\"size_after\";i:11758;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:268;s:11:\"size_before\";i:9989;s:10:\"size_after\";i:9721;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2999999999999998;s:5:\"bytes\";i:576;s:11:\"size_before\";i:25064;s:10:\"size_after\";i:24488;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:375;s:11:\"size_before\";i:9500;s:10:\"size_after\";i:9125;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:741;s:11:\"size_before\";i:27330;s:10:\"size_after\";i:26589;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:516;s:11:\"size_before\";i:16080;s:10:\"size_after\";i:15564;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:363;s:11:\"size_before\";i:8899;s:10:\"size_after\";i:8536;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:466;s:11:\"size_before\";i:11390;s:10:\"size_after\";i:10924;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4048;s:10:\"size_after\";i:3854;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25131;s:10:\"size_after\";i:25131;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6393;s:10:\"size_after\";i:6393;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:686;s:11:\"size_before\";i:16998;s:10:\"size_after\";i:16312;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:34193;s:10:\"size_after\";i:32718;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:534;s:11:\"size_before\";i:10794;s:10:\"size_after\";i:10260;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:808;s:11:\"size_before\";i:18636;s:10:\"size_after\";i:17828;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:22886;s:10:\"size_after\";i:21848;s:4:\"time\";d:0.01;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1424;s:11:\"size_before\";i:34532;s:10:\"size_after\";i:33108;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:689;s:11:\"size_before\";i:13179;s:10:\"size_after\";i:12490;s:4:\"time\";d:0.01;}}}'),(21057,3658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:384;s:4:\"file\";s:28:\"2019/01/wine-2891894_640.jpg\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"wine-2891894_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"wine-2891894_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-324x384.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-534x384.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-150x150.jpg\";s:5:\"width\";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:\"wine-2891894_640-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wine-2891894_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-536x384.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-600x384.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"wine-2891894_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"wine-2891894_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21058,3658,'_wp_attachment_image_alt','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks'),(21059,3656,'_thumbnail_id','3657'),(21060,3656,'_adinserter_block_exceptions',''),(21061,3656,'slide_template','default'),(21062,3656,'_bunyad_featured_post','0'),(21063,3656,'_bunyad_cat_label','0'),(21064,3656,'_bunyad_featured_disable','0'),(21065,3656,'_bunyad_bg_image_bg_type','cover'),(21066,3656,'_bunyad_reviews','0'),(21067,3656,'_bunyad_review_pos','none'),(21068,3656,'_bunyad_review_type','points'),(21069,3656,'_bunyad_review_verdict','Awesome'),(21070,3656,'_yoast_wpseo_focuskw','bodega del abad'),(21071,3656,'_yoast_wpseo_title','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks'),(21072,3656,'_yoast_wpseo_metadesc','The Bierzo region located in Northwest Spain is experiencing a surge as sommeliers are attracted by the ripe yet fresh, elegant, mineral wines'),(21073,3656,'_yoast_wpseo_linkdex','85'),(21074,3656,'_yoast_wpseo_content_score','30'),(21075,3656,'_yoast_wpseo_primary_category','2'),(21076,3656,'xyz_fbap','1'),(21080,3656,'_wpas_done_all','1'),(21083,3656,'_wpas_skip_20130109','1'),(21084,3660,'_edit_last','1'),(21085,3660,'_edit_lock','1547460825:1'),(21086,3661,'_wp_attached_file','2019/01/vegetables-1085063_1280.jpg'),(21087,3661,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0265254138185371;s:5:\"bytes\";i:92247;s:11:\"size_before\";i:1530683;s:10:\"size_after\";i:1438436;s:4:\"time\";d:0.72000000000000042;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:590;s:11:\"size_before\";i:8326;s:10:\"size_after\";i:7736;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:958;s:11:\"size_before\";i:15750;s:10:\"size_after\";i:14792;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:4480;s:11:\"size_before\";i:99333;s:10:\"size_after\";i:94853;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:387;s:11:\"size_before\";i:4738;s:10:\"size_after\";i:4351;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:4314;s:11:\"size_before\";i:96150;s:10:\"size_after\";i:91836;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:2635;s:11:\"size_before\";i:49944;s:10:\"size_after\";i:47309;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47309;s:10:\"size_after\";i:47309;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:18689;s:10:\"size_after\";i:17471;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17471;s:10:\"size_after\";i:17471;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:621;s:11:\"size_before\";i:8383;s:10:\"size_after\";i:7762;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:647;s:11:\"size_before\";i:9571;s:10:\"size_after\";i:8924;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:19063;s:10:\"size_after\";i:17926;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:18537;s:10:\"size_after\";i:17380;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:2129;s:11:\"size_before\";i:41389;s:10:\"size_after\";i:39260;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:910;s:11:\"size_before\";i:14413;s:10:\"size_after\";i:13503;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2602;s:11:\"size_before\";i:52466;s:10:\"size_after\";i:49864;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1703;s:11:\"size_before\";i:28585;s:10:\"size_after\";i:26882;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:15289;s:10:\"size_after\";i:14277;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:1080;s:11:\"size_before\";i:17700;s:10:\"size_after\";i:16620;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:438;s:11:\"size_before\";i:5985;s:10:\"size_after\";i:5547;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47309;s:10:\"size_after\";i:47309;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8924;s:10:\"size_after\";i:8924;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000005;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:31994;s:10:\"size_after\";i:29335;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:4409;s:11:\"size_before\";i:61144;s:10:\"size_after\";i:56735;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995;s:5:\"bytes\";i:1598;s:11:\"size_before\";i:17868;s:10:\"size_after\";i:16270;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:5483;s:11:\"size_before\";i:73425;s:10:\"size_after\";i:67942;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:2663;s:11:\"size_before\";i:32009;s:10:\"size_after\";i:29346;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:2849;s:11:\"size_before\";i:36559;s:10:\"size_after\";i:33710;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:5366;s:11:\"size_before\";i:74399;s:10:\"size_after\";i:69033;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:5201;s:11:\"size_before\";i:72413;s:10:\"size_after\";i:67212;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:10464;s:11:\"size_before\";i:165415;s:10:\"size_after\";i:154951;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:4214;s:11:\"size_before\";i:56590;s:10:\"size_after\";i:52376;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:7954;s:11:\"size_before\";i:113070;s:10:\"size_after\";i:105116;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:4464;s:11:\"size_before\";i:59053;s:10:\"size_after\";i:54589;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:4902;s:11:\"size_before\";i:69136;s:10:\"size_after\";i:64234;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:2003;s:11:\"size_before\";i:22284;s:10:\"size_after\";i:20281;s:4:\"time\";d:0.02;}}}'),(21088,3661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:845;s:4:\"file\";s:35:\"2019/01/vegetables-1085063_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"vegetables-1085063_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"vegetables-1085063_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-696x459.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"vegetables-1085063_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"vegetables-1085063_1280-1068x705.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-636x420.jpg\";s:5:\"width\";i:636;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"vegetables-1085063_1280-1024x676.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"vegetables-1085063_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"vegetables-1085063_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"vegetables-1085063_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"vegetables-1085063_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21089,3661,'_wp_attachment_image_alt','UKHospitality has reiterated its support of the efforts to provide customers with healthy eating choices but warns against the measures on advertising'),(21090,3660,'_thumbnail_id','3661'),(21091,3660,'_adinserter_block_exceptions',''),(21092,3660,'slide_template','default'),(21093,3660,'_bunyad_featured_post','0'),(21094,3660,'_bunyad_cat_label','0'),(21095,3660,'_bunyad_featured_disable','0'),(21096,3660,'_bunyad_bg_image_bg_type','cover'),(21097,3660,'_bunyad_reviews','0'),(21098,3660,'_bunyad_review_pos','none'),(21099,3660,'_bunyad_review_type','points'),(21100,3660,'_bunyad_review_verdict','Awesome'),(21101,3660,'_yoast_wpseo_focuskw','healthy eating'),(21102,3660,'_yoast_wpseo_title','UKHospitality warns against implimenting healthy eating measures'),(21103,3660,'_yoast_wpseo_metadesc','UKHospitality has reiterated its support of the efforts to provide customers with healthy eating choices but warns against the measures on advertising'),(21104,3660,'_yoast_wpseo_linkdex','92'),(21105,3660,'_yoast_wpseo_content_score','30'),(21106,3660,'_yoast_wpseo_primary_category','3'),(21107,3660,'xyz_fbap','1'),(21111,3660,'_wp_old_slug','ukhospitality-warns-against-healthy-eating-food-advertising-scotland'),(21112,3660,'_wpas_done_all','1'),(21115,3660,'_wpas_skip_20130109','1'),(21116,3664,'_edit_last','1'),(21117,3664,'_edit_lock','1547633448:1'),(21118,3665,'_wp_attached_file','2019/01/BII-LOTY-2019.jpg'),(21119,3665,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.641589071568109;s:5:\"bytes\";i:123216;s:11:\"size_before\";i:841548;s:10:\"size_after\";i:718332;s:4:\"time\";d:1.7500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:281;s:11:\"size_before\";i:3397;s:10:\"size_after\";i:3116;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:12;s:5:\"bytes\";i:673;s:11:\"size_before\";i:5609;s:10:\"size_after\";i:4936;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.41;s:5:\"bytes\";i:7149;s:11:\"size_before\";i:31907;s:10:\"size_after\";i:24758;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:163;s:11:\"size_before\";i:2034;s:10:\"size_after\";i:1871;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.16;s:5:\"bytes\";i:5363;s:11:\"size_before\";i:29526;s:10:\"size_after\";i:24163;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.65;s:5:\"bytes\";i:2389;s:11:\"size_before\";i:16307;s:10:\"size_after\";i:13918;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13918;s:10:\"size_after\";i:13918;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:670;s:11:\"size_before\";i:6542;s:10:\"size_after\";i:5872;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5872;s:10:\"size_after\";i:5872;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.279999999999999;s:5:\"bytes\";i:331;s:11:\"size_before\";i:3221;s:10:\"size_after\";i:2890;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82;s:5:\"bytes\";i:378;s:11:\"size_before\";i:3492;s:10:\"size_after\";i:3114;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.48;s:5:\"bytes\";i:873;s:11:\"size_before\";i:6476;s:10:\"size_after\";i:5603;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000001;s:5:\"bytes\";i:766;s:11:\"size_before\";i:7999;s:10:\"size_after\";i:7233;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.48;s:5:\"bytes\";i:2135;s:11:\"size_before\";i:12952;s:10:\"size_after\";i:10817;s:4:\"time\";d:0.57999999999999996;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.35;s:5:\"bytes\";i:591;s:11:\"size_before\";i:4786;s:10:\"size_after\";i:4195;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.600000000000001;s:5:\"bytes\";i:2669;s:11:\"size_before\";i:16083;s:10:\"size_after\";i:13414;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.460000000000001;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:9802;s:10:\"size_after\";i:8679;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.890000000000001;s:5:\"bytes\";i:589;s:11:\"size_before\";i:5410;s:10:\"size_after\";i:4821;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.25;s:5:\"bytes\";i:679;s:11:\"size_before\";i:6037;s:10:\"size_after\";i:5358;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4299999999999997;s:5:\"bytes\";i:214;s:11:\"size_before\";i:2538;s:10:\"size_after\";i:2324;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13918;s:10:\"size_after\";i:13918;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3114;s:10:\"size_after\";i:3114;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:11651;s:10:\"size_after\";i:10518;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.890000000000001;s:5:\"bytes\";i:2611;s:11:\"size_before\";i:20257;s:10:\"size_after\";i:17646;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.850000000000001;s:5:\"bytes\";i:24192;s:11:\"size_before\";i:121853;s:10:\"size_after\";i:97661;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.470000000000001;s:5:\"bytes\";i:730;s:11:\"size_before\";i:6366;s:10:\"size_after\";i:5636;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.59;s:5:\"bytes\";i:18115;s:11:\"size_before\";i:109176;s:10:\"size_after\";i:91061;s:4:\"time\";d:0.050000000000000003;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.380000000000001;s:5:\"bytes\";i:7837;s:11:\"size_before\";i:58564;s:10:\"size_after\";i:50727;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6;s:5:\"bytes\";i:2743;s:11:\"size_before\";i:23655;s:10:\"size_after\";i:20912;s:4:\"time\";d:0.33000000000000002;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.609999999999999;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:10986;s:10:\"size_after\";i:9711;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:11971;s:10:\"size_after\";i:10634;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.34;s:5:\"bytes\";i:3231;s:11:\"size_before\";i:24224;s:10:\"size_after\";i:20993;s:4:\"time\";d:0.01;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.050000000000001;s:5:\"bytes\";i:3070;s:11:\"size_before\";i:27773;s:10:\"size_after\";i:24703;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.529999999999999;s:5:\"bytes\";i:7116;s:11:\"size_before\";i:45815;s:10:\"size_after\";i:38699;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.630000000000001;s:5:\"bytes\";i:2833;s:11:\"size_before\";i:18129;s:10:\"size_after\";i:15296;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.16;s:5:\"bytes\";i:9711;s:11:\"size_before\";i:56604;s:10:\"size_after\";i:46893;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.949999999999999;s:5:\"bytes\";i:4418;s:11:\"size_before\";i:34129;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9;s:5:\"bytes\";i:2225;s:11:\"size_before\";i:18705;s:10:\"size_after\";i:16480;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.199999999999999;s:5:\"bytes\";i:2743;s:11:\"size_before\";i:22490;s:10:\"size_after\";i:19747;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.41;s:5:\"bytes\";i:860;s:11:\"size_before\";i:8260;s:10:\"size_after\";i:7400;s:4:\"time\";d:0.01;}}}'),(21120,3665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2339;s:6:\"height\";i:1654;s:4:\"file\";s:25:\"2019/01/BII-LOTY-2019.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"BII-LOTY-2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"BII-LOTY-2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"BII-LOTY-2019-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"BII-LOTY-2019-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"BII-LOTY-2019-1920x1358.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-150x150.jpg\";s:5:\"width\";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:\"BII-LOTY-2019-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"BII-LOTY-2019-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"BII-LOTY-2019-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"BII-LOTY-2019-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"BII-LOTY-2019-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"BII-LOTY-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21121,3665,'_wp_attachment_image_alt','Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector'),(21122,3664,'_thumbnail_id','3665'),(21123,3664,'_adinserter_block_exceptions',''),(21124,3664,'slide_template','default'),(21125,3664,'_bunyad_featured_post','0'),(21126,3664,'_bunyad_cat_label','0'),(21127,3664,'_bunyad_featured_disable','0'),(21128,3664,'_bunyad_bg_image_bg_type','cover'),(21129,3664,'_bunyad_reviews','0'),(21130,3664,'_bunyad_review_pos','none'),(21131,3664,'_bunyad_review_type','points'),(21132,3664,'_bunyad_review_verdict','Awesome'),(21133,3664,'_yoast_wpseo_focuskw','bii licensee'),(21134,3664,'_yoast_wpseo_title','BII Licensee of the Year 2019 competition launches'),(21135,3664,'_yoast_wpseo_metadesc','Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector'),(21136,3664,'_yoast_wpseo_linkdex','94'),(21137,3664,'_yoast_wpseo_content_score','30'),(21138,3664,'_yoast_wpseo_primary_category','33'),(21139,3667,'_wp_attached_file','2019/01/Alex-and-Tanya.png'),(21140,3667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2019/01/Alex-and-Tanya.png\";s:5:\"sizes\";a:21:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Alex-and-Tanya-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Alex-and-Tanya-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x198.png\";s:5:\"width\";i:250;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x160.png\";s:5:\"width\";i:250;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x235.png\";s:5:\"width\";i:250;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x220.png\";s:5:\"width\";i:250;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Alex-and-Tanya-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x185.png\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x185.png\";s:5:\"width\";i:250;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x215.png\";s:5:\"width\";i:250;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-233x250.png\";s:5:\"width\";i:233;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x192.png\";s:5:\"width\";i:250;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x240.png\";s:5:\"width\";i:250;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-250x205.png\";s:5:\"width\";i:250;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Alex-and-Tanya-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Alex-and-Tanya-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21141,3667,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1054309;s:10:\"size_after\";i:1054309;s:4:\"time\";d:0.56000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45090;s:10:\"size_after\";i:45090;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23182;s:10:\"size_after\";i:23182;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91267;s:10:\"size_after\";i:91267;s:4:\"time\";d:0.040000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91267;s:10:\"size_after\";i:91267;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46104;s:10:\"size_after\";i:46104;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57594;s:10:\"size_after\";i:57594;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104317;s:10:\"size_after\";i:104317;s:4:\"time\";d:0.050000000000000003;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109941;s:10:\"size_after\";i:109941;s:4:\"time\";d:0.070000000000000007;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94317;s:10:\"size_after\";i:94317;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:114180;s:10:\"size_after\";i:114180;s:4:\"time\";d:0.059999999999999998;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91353;s:10:\"size_after\";i:91353;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99968;s:10:\"size_after\";i:99968;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28135;s:10:\"size_after\";i:28135;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57594;s:10:\"size_after\";i:57594;s:4:\"time\";d:0.029999999999999999;}}}'),(21142,3667,'_wp_attachment_image_alt','Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector'),(21143,3664,'xyz_fbap','1'),(21147,3664,'_wpas_done_all','1'),(21150,3664,'_wpas_skip_20130109','1'),(21153,3673,'_edit_last','1'),(21154,3673,'_edit_lock','1547634350:1'),(21155,3674,'_wp_attached_file','2019/01/AC-ET-to-Distribute-Work-Pro-Press.jpg'),(21156,3674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.2052438940689747;s:5:\"bytes\";i:145851;s:11:\"size_before\";i:1777534;s:10:\"size_after\";i:1631683;s:4:\"time\";d:1.1000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:407;s:11:\"size_before\";i:5405;s:10:\"size_after\";i:4998;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:728;s:11:\"size_before\";i:9664;s:10:\"size_after\";i:8936;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006;s:5:\"bytes\";i:5670;s:11:\"size_before\";i:65030;s:10:\"size_after\";i:59360;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3407;s:10:\"size_after\";i:3169;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:4777;s:11:\"size_before\";i:59206;s:10:\"size_after\";i:54429;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:2280;s:11:\"size_before\";i:28746;s:10:\"size_after\";i:26466;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26466;s:10:\"size_after\";i:26466;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:803;s:11:\"size_before\";i:11313;s:10:\"size_after\";i:10510;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10510;s:10:\"size_after\";i:10510;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:389;s:11:\"size_before\";i:5571;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:399;s:11:\"size_before\";i:6485;s:10:\"size_after\";i:6086;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:921;s:11:\"size_before\";i:11552;s:10:\"size_after\";i:10631;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006;s:5:\"bytes\";i:942;s:11:\"size_before\";i:9451;s:10:\"size_after\";i:8509;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:2259;s:11:\"size_before\";i:27380;s:10:\"size_after\";i:25121;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:672;s:11:\"size_before\";i:9592;s:10:\"size_after\";i:8920;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:2871;s:11:\"size_before\";i:35454;s:10:\"size_after\";i:32583;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:16671;s:10:\"size_after\";i:15448;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:752;s:11:\"size_before\";i:9281;s:10:\"size_after\";i:8529;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:820;s:11:\"size_before\";i:10665;s:10:\"size_after\";i:9845;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:232;s:11:\"size_before\";i:3976;s:10:\"size_after\";i:3744;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26466;s:10:\"size_after\";i:26466;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6086;s:10:\"size_after\";i:6086;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:1500;s:11:\"size_before\";i:17812;s:10:\"size_after\";i:16312;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:2852;s:11:\"size_before\";i:37520;s:10:\"size_after\";i:34668;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.460000000000001;s:5:\"bytes\";i:32614;s:11:\"size_before\";i:284675;s:10:\"size_after\";i:252061;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:973;s:11:\"size_before\";i:11420;s:10:\"size_after\";i:10447;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:22751;s:11:\"size_before\";i:264923;s:10:\"size_after\";i:242172;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:9972;s:11:\"size_before\";i:123031;s:10:\"size_after\";i:113059;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:3205;s:11:\"size_before\";i:46247;s:10:\"size_after\";i:43042;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:19781;s:10:\"size_after\";i:18149;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:1844;s:11:\"size_before\";i:23693;s:10:\"size_after\";i:21849;s:4:\"time\";d:0.050000000000000003;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:3287;s:11:\"size_before\";i:46112;s:10:\"size_after\";i:42825;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0199999999999996;s:5:\"bytes\";i:2926;s:11:\"size_before\";i:36480;s:10:\"size_after\";i:33554;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:8682;s:11:\"size_before\";i:116098;s:10:\"size_after\";i:107416;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7100000000000009;s:5:\"bytes\";i:3290;s:11:\"size_before\";i:37772;s:10:\"size_after\";i:34482;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2100000000000009;s:5:\"bytes\";i:12522;s:11:\"size_before\";i:152474;s:10:\"size_after\";i:139952;s:4:\"time\";d:0.11;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:4474;s:11:\"size_before\";i:67912;s:10:\"size_after\";i:63438;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:2738;s:11:\"size_before\";i:36813;s:10:\"size_after\";i:34075;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:3280;s:11:\"size_before\";i:43317;s:10:\"size_after\";i:40037;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:926;s:11:\"size_before\";i:13077;s:10:\"size_after\";i:12151;s:4:\"time\";d:0.01;}}}'),(21157,3674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4134;s:6:\"height\";i:2570;s:4:\"file\";s:46:\"2019/01/AC-ET-to-Distribute-Work-Pro-Press.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"AC-ET-to-Distribute-Work-Pro-Press-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"AC-ET-to-Distribute-Work-Pro-Press-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-696x433.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"AC-ET-to-Distribute-Work-Pro-Press-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"AC-ET-to-Distribute-Work-Pro-Press-1068x664.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-676x420.jpg\";s:5:\"width\";i:676;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:48:\"AC-ET-to-Distribute-Work-Pro-Press-1920x1194.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"AC-ET-to-Distribute-Work-Pro-Press-1024x637.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"AC-ET-to-Distribute-Work-Pro-Press-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:47:\"AC-ET-to-Distribute-Work-Pro-Press-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:45:\"AC-ET-to-Distribute-Work-Pro-Press-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:46:\"AC-ET-to-Distribute-Work-Pro-Press-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:11:\"PRESS Image\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21158,3674,'_wp_attachment_image_alt','A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio'),(21159,3673,'_thumbnail_id','3674'),(21160,3673,'_adinserter_block_exceptions',''),(21161,3673,'slide_template','default'),(21162,3673,'_bunyad_featured_post','0'),(21163,3673,'_bunyad_cat_label','0'),(21164,3673,'_bunyad_featured_disable','0'),(21165,3673,'_bunyad_bg_image_bg_type','cover'),(21166,3673,'_bunyad_reviews','0'),(21167,3673,'_bunyad_review_pos','none'),(21168,3673,'_bunyad_review_type','points'),(21169,3673,'_bunyad_review_verdict','Awesome'),(21170,3673,'_yoast_wpseo_focuskw','work pro'),(21171,3673,'_yoast_wpseo_title','A.C. Entertainment Technologies selected to distribute Work Pro Audio'),(21172,3673,'_yoast_wpseo_metadesc','A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio'),(21173,3673,'_yoast_wpseo_linkdex','89'),(21174,3673,'_yoast_wpseo_content_score','30'),(21175,3673,'_yoast_wpseo_primary_category','32'),(21176,3673,'xyz_fbap','1'),(21180,3673,'_wpas_done_all','1'),(21183,3673,'_wpas_skip_20130109','1'),(21203,3680,'_edit_last','1'),(21204,3680,'_edit_lock','1547478914:1'),(21205,3681,'_wp_attached_file','2019/01/beer-932994_1280.jpg');
INSERT INTO `wpfr_postmeta` VALUES (21206,3681,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2781704040442623;s:5:\"bytes\";i:103625;s:11:\"size_before\";i:1963275;s:10:\"size_after\";i:1859650;s:4:\"time\";d:0.96000000000000041;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:548;s:11:\"size_before\";i:7940;s:10:\"size_after\";i:7392;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:927;s:11:\"size_before\";i:18077;s:10:\"size_after\";i:17150;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:5870;s:11:\"size_before\";i:138563;s:10:\"size_after\";i:132693;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:353;s:11:\"size_before\";i:4468;s:10:\"size_after\";i:4115;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:4077;s:11:\"size_before\";i:100785;s:10:\"size_after\";i:96708;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:2004;s:11:\"size_before\";i:48306;s:10:\"size_after\";i:46302;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46302;s:10:\"size_after\";i:46302;s:4:\"time\";d:0.050000000000000003;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:906;s:11:\"size_before\";i:17682;s:10:\"size_after\";i:16776;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16776;s:10:\"size_after\";i:16776;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:537;s:11:\"size_before\";i:7994;s:10:\"size_after\";i:7457;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:616;s:11:\"size_before\";i:9860;s:10:\"size_after\";i:9244;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:988;s:11:\"size_before\";i:19409;s:10:\"size_after\";i:18421;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1082;s:11:\"size_before\";i:19169;s:10:\"size_after\";i:18087;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:44689;s:10:\"size_after\";i:42793;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:808;s:11:\"size_before\";i:14578;s:10:\"size_after\";i:13770;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:56829;s:10:\"size_after\";i:54399;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:27231;s:10:\"size_after\";i:25977;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:791;s:11:\"size_before\";i:14431;s:10:\"size_after\";i:13640;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:939;s:11:\"size_before\";i:17947;s:10:\"size_after\";i:17008;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:388;s:11:\"size_before\";i:5686;s:10:\"size_after\";i:5298;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46302;s:10:\"size_after\";i:46302;s:4:\"time\";d:0.050000000000000003;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9244;s:10:\"size_after\";i:9244;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:32007;s:10:\"size_after\";i:29812;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:4490;s:11:\"size_before\";i:78017;s:10:\"size_after\";i:73527;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:17096;s:10:\"size_after\";i:15811;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:4435;s:11:\"size_before\";i:75404;s:10:\"size_after\";i:70969;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:2128;s:11:\"size_before\";i:31946;s:10:\"size_after\";i:29818;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:2434;s:11:\"size_before\";i:39170;s:10:\"size_after\";i:36736;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:4944;s:11:\"size_before\";i:83658;s:10:\"size_after\";i:78714;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:5577;s:11:\"size_before\";i:86064;s:10:\"size_after\";i:80487;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:12725;s:11:\"size_before\";i:210651;s:10:\"size_after\";i:197926;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:61455;s:10:\"size_after\";i:57845;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:16076;s:11:\"size_before\";i:273124;s:10:\"size_after\";i:257048;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:7331;s:11:\"size_before\";i:121259;s:10:\"size_after\";i:113928;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:3912;s:11:\"size_before\";i:62267;s:10:\"size_after\";i:58355;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:4588;s:11:\"size_before\";i:78113;s:10:\"size_after\";i:73525;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1481;s:11:\"size_before\";i:20776;s:10:\"size_after\";i:19295;s:4:\"time\";d:0.01;}}}'),(21207,3681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:959;s:4:\"file\";s:28:\"2019/01/beer-932994_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beer-932994_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beer-932994_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"beer-932994_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"beer-932994_1280-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-150x150.jpg\";s:5:\"width\";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-932994_1280-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beer-932994_1280-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beer-932994_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"beer-932994_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beer-932994_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beer-932994_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21208,3681,'_wp_attachment_image_alt','Crystaltech - Pub operators focus is on cellaring and the handling of beer for quality, but operators should never lose sight of that vital last yard'),(21209,3680,'_thumbnail_id','3681'),(21210,3680,'_adinserter_block_exceptions',''),(21211,3680,'slide_template','default'),(21212,3680,'_bunyad_featured_post','0'),(21213,3680,'_bunyad_cat_label','0'),(21214,3680,'_bunyad_featured_disable','0'),(21215,3680,'_bunyad_bg_image_bg_type','cover'),(21216,3680,'_bunyad_reviews','0'),(21217,3680,'_bunyad_review_pos','none'),(21218,3680,'_bunyad_review_type','points'),(21219,3680,'_bunyad_review_verdict','Awesome'),(21220,3680,'_yoast_wpseo_focuskw','crystaltech'),(21221,3680,'_yoast_wpseo_title','The Last Yard…Pump to Punter - We catch up with Crystaltech'),(21222,3680,'_yoast_wpseo_metadesc','Crystaltech - Pub operators focus is on cellaring and the handling of beer for quality, but operators should never lose sight of that vital last yard'),(21223,3680,'_yoast_wpseo_linkdex','91'),(21224,3680,'_yoast_wpseo_content_score','30'),(21225,3680,'_yoast_wpseo_primary_category','32'),(21226,3680,'xyz_fbap','1'),(21230,3680,'_wpas_done_all','1'),(21233,3680,'_wpas_skip_20130109','1'),(21234,3683,'_edit_last','1'),(21235,3683,'_edit_lock','1547479707:1'),(21236,3684,'_wp_attached_file','2019/01/shutterstock_278456510.jpg'),(21237,3684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7160737997506992;s:5:\"bytes\";i:104347;s:11:\"size_before\";i:2212582;s:10:\"size_after\";i:2108235;s:4:\"time\";d:1.0000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:528;s:11:\"size_before\";i:7577;s:10:\"size_after\";i:7049;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:827;s:11:\"size_before\";i:15020;s:10:\"size_after\";i:14193;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0699999999999998;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:84333;s:10:\"size_after\";i:82585;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8799999999999999;s:5:\"bytes\";i:349;s:11:\"size_before\";i:4429;s:10:\"size_after\";i:4080;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0699999999999998;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:65289;s:10:\"size_after\";i:63939;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:34931;s:10:\"size_after\";i:33875;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33875;s:10:\"size_after\";i:33875;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:782;s:11:\"size_before\";i:14994;s:10:\"size_after\";i:14212;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14212;s:10:\"size_after\";i:14212;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:555;s:11:\"size_before\";i:7706;s:10:\"size_after\";i:7151;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:639;s:11:\"size_before\";i:9438;s:10:\"size_after\";i:8799;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:870;s:11:\"size_before\";i:17252;s:10:\"size_after\";i:16382;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:750;s:11:\"size_before\";i:16225;s:10:\"size_after\";i:15475;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:1249;s:11:\"size_before\";i:35316;s:10:\"size_after\";i:34067;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:770;s:11:\"size_before\";i:13352;s:10:\"size_after\";i:12582;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:42880;s:10:\"size_after\";i:41577;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:889;s:11:\"size_before\";i:21852;s:10:\"size_after\";i:20963;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:754;s:11:\"size_before\";i:13121;s:10:\"size_after\";i:12367;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:899;s:11:\"size_before\";i:16207;s:10:\"size_after\";i:15308;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:407;s:11:\"size_before\";i:5386;s:10:\"size_after\";i:4979;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33875;s:10:\"size_after\";i:33875;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8799;s:10:\"size_after\";i:8799;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1844;s:11:\"size_before\";i:26292;s:10:\"size_after\";i:24448;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:53300;s:10:\"size_after\";i:50228;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:19015;s:11:\"size_before\";i:380098;s:10:\"size_after\";i:361083;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:15263;s:10:\"size_after\";i:14003;s:4:\"time\";d:0.029999999999999999;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:16011;s:11:\"size_before\";i:298576;s:10:\"size_after\";i:282565;s:4:\"time\";d:0.070000000000000007;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:6011;s:11:\"size_before\";i:137697;s:10:\"size_after\";i:131686;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:53995;s:10:\"size_after\";i:50923;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:26752;s:10:\"size_after\";i:24904;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:2317;s:11:\"size_before\";i:32691;s:10:\"size_after\";i:30374;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:3381;s:11:\"size_before\";i:61307;s:10:\"size_after\";i:57926;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:3122;s:11:\"size_before\";i:59233;s:10:\"size_after\";i:56111;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:5837;s:11:\"size_before\";i:133434;s:10:\"size_after\";i:127597;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:2933;s:11:\"size_before\";i:47755;s:10:\"size_after\";i:44822;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:7472;s:11:\"size_before\";i:168075;s:10:\"size_after\";i:160603;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:3911;s:11:\"size_before\";i:80103;s:10:\"size_after\";i:76192;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:2828;s:11:\"size_before\";i:46848;s:10:\"size_after\";i:44020;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:3299;s:11:\"size_before\";i:57660;s:10:\"size_after\";i:54361;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1389;s:11:\"size_before\";i:17434;s:10:\"size_after\";i:16045;s:4:\"time\";d:0.01;}}}'),(21238,3684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5000;s:6:\"height\";i:3333;s:4:\"file\";s:34:\"2019/01/shutterstock_278456510.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_278456510-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_278456510-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_278456510-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_278456510-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_278456510-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_278456510-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_278456510-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_278456510-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_278456510-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_278456510-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21239,3684,'_wp_attachment_image_alt','If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of JURA UK'),(21240,3683,'_thumbnail_id','3684'),(21241,3683,'_adinserter_block_exceptions',''),(21242,3683,'slide_template','default'),(21243,3683,'_bunyad_featured_post','0'),(21244,3683,'_bunyad_cat_label','0'),(21245,3683,'_bunyad_featured_disable','0'),(21246,3683,'_bunyad_bg_image_bg_type','cover'),(21247,3683,'_bunyad_reviews','0'),(21248,3683,'_bunyad_review_pos','none'),(21249,3683,'_bunyad_review_type','points'),(21250,3683,'_bunyad_review_verdict','Awesome'),(21251,3683,'_yoast_wpseo_focuskw','coffee machines'),(21252,3683,'_yoast_wpseo_title','Is bean-to-cup the future - Is it time to switch to coffee machines?'),(21253,3683,'_yoast_wpseo_metadesc','If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of JURA UK.'),(21254,3683,'_yoast_wpseo_linkdex','91'),(21255,3683,'_yoast_wpseo_content_score','60'),(21256,3683,'_yoast_wpseo_primary_category','32'),(21257,3683,'xyz_fbap','1'),(21261,3683,'_wpas_done_all','1'),(21264,3683,'_wpas_skip_20130109','1'),(21267,3687,'_edit_last','1'),(21268,3687,'_edit_lock','1547480560:1'),(21269,3688,'_wp_attached_file','2019/01/concert-336695_1280.jpg'),(21270,3688,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7863849664364908;s:5:\"bytes\";i:67314;s:11:\"size_before\";i:1163317;s:10:\"size_after\";i:1096003;s:4:\"time\";d:0.94000000000000061;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:369;s:11:\"size_before\";i:5932;s:10:\"size_after\";i:5563;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:691;s:11:\"size_before\";i:12440;s:10:\"size_after\";i:11749;s:4:\"time\";d:0.17999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:4008;s:11:\"size_before\";i:84309;s:10:\"size_after\";i:80301;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:275;s:11:\"size_before\";i:3697;s:10:\"size_after\";i:3422;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:3723;s:11:\"size_before\";i:73065;s:10:\"size_after\";i:69342;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:1677;s:11:\"size_before\";i:34270;s:10:\"size_after\";i:32593;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32593;s:10:\"size_after\";i:32593;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:790;s:11:\"size_before\";i:13295;s:10:\"size_after\";i:12505;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12505;s:10:\"size_after\";i:12505;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:438;s:11:\"size_before\";i:6421;s:10:\"size_after\";i:5983;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:506;s:11:\"size_before\";i:7714;s:10:\"size_after\";i:7208;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:797;s:11:\"size_before\";i:14534;s:10:\"size_after\";i:13737;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:556;s:11:\"size_before\";i:12134;s:10:\"size_after\";i:11578;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:30416;s:10:\"size_after\";i:29039;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:697;s:11:\"size_before\";i:11202;s:10:\"size_after\";i:10505;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:37170;s:10:\"size_after\";i:35639;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:19808;s:10:\"size_after\";i:18706;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:606;s:11:\"size_before\";i:10472;s:10:\"size_after\";i:9866;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:767;s:11:\"size_before\";i:13580;s:10:\"size_after\";i:12813;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:319;s:11:\"size_before\";i:4624;s:10:\"size_after\";i:4305;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32593;s:10:\"size_after\";i:32593;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7208;s:10:\"size_after\";i:7208;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:20671;s:10:\"size_after\";i:19227;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:3417;s:11:\"size_before\";i:48834;s:10:\"size_after\";i:45417;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:12410;s:10:\"size_after\";i:11400;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:3967;s:11:\"size_before\";i:54409;s:10:\"size_after\";i:50442;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:1671;s:11:\"size_before\";i:22379;s:10:\"size_after\";i:20708;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:28311;s:10:\"size_after\";i:26253;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:4160;s:11:\"size_before\";i:59098;s:10:\"size_after\";i:54938;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:2902;s:11:\"size_before\";i:48077;s:10:\"size_after\";i:45175;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:9509;s:11:\"size_before\";i:146785;s:10:\"size_after\";i:137276;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:2922;s:11:\"size_before\";i:42984;s:10:\"size_after\";i:40062;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:6329;s:11:\"size_before\";i:90041;s:10:\"size_after\";i:83712;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:2635;s:11:\"size_before\";i:38869;s:10:\"size_after\";i:36234;s:4:\"time\";d:0.070000000000000007;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:3719;s:11:\"size_before\";i:54588;s:10:\"size_after\";i:50869;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:15879;s:10:\"size_after\";i:14537;s:4:\"time\";d:0.02;}}}'),(21271,3688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2019/01/concert-336695_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"concert-336695_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"concert-336695_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"concert-336695_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"concert-336695_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"concert-336695_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"concert-336695_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"concert-336695_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"concert-336695_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"concert-336695_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21272,3688,'_wp_attachment_image_alt','PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential'),(21273,3687,'_thumbnail_id','3688'),(21274,3687,'_adinserter_block_exceptions',''),(21275,3687,'slide_template','default'),(21276,3687,'_bunyad_featured_post','0'),(21277,3687,'_bunyad_cat_label','0'),(21278,3687,'_bunyad_featured_disable','0'),(21279,3687,'_bunyad_bg_image_bg_type','cover'),(21280,3687,'_bunyad_reviews','0'),(21281,3687,'_bunyad_review_pos','none'),(21282,3687,'_bunyad_review_type','points'),(21283,3687,'_bunyad_review_verdict','Awesome'),(21284,3687,'_yoast_wpseo_focuskw','ppl prs'),(21285,3687,'_yoast_wpseo_title','PPL PRS - Get to know your licenses with TheMusicLicence'),(21286,3687,'_yoast_wpseo_metadesc','PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential'),(21287,3687,'_yoast_wpseo_linkdex','91'),(21288,3687,'_yoast_wpseo_content_score','30'),(21289,3687,'_yoast_wpseo_primary_category','8'),(21290,3690,'_wp_attached_file','2019/01/audience-868074_640.jpg'),(21291,3690,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.873200615228952;s:5:\"bytes\";i:9882;s:11:\"size_before\";i:343937;s:10:\"size_after\";i:334055;s:4:\"time\";d:0.40000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:209;s:11:\"size_before\";i:4632;s:10:\"size_after\";i:4423;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:208;s:11:\"size_before\";i:8567;s:10:\"size_after\";i:8359;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:162;s:11:\"size_before\";i:2911;s:10:\"size_after\";i:2749;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:656;s:11:\"size_before\";i:20985;s:10:\"size_after\";i:20329;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20329;s:10:\"size_after\";i:20329;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:260;s:11:\"size_before\";i:8820;s:10:\"size_after\";i:8560;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8560;s:10:\"size_after\";i:8560;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4716;s:10:\"size_after\";i:4522;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:183;s:11:\"size_before\";i:5534;s:10:\"size_after\";i:5351;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2799999999999998;s:5:\"bytes\";i:221;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9454;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:234;s:11:\"size_before\";i:8860;s:10:\"size_after\";i:8626;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4399999999999999;s:5:\"bytes\";i:495;s:11:\"size_before\";i:20251;s:10:\"size_after\";i:19756;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000001;s:5:\"bytes\";i:179;s:11:\"size_before\";i:7674;s:10:\"size_after\";i:7495;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:775;s:11:\"size_before\";i:25069;s:10:\"size_after\";i:24294;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:360;s:11:\"size_before\";i:12359;s:10:\"size_after\";i:11999;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:221;s:11:\"size_before\";i:7584;s:10:\"size_after\";i:7363;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4500000000000002;s:5:\"bytes\";i:223;s:11:\"size_before\";i:9092;s:10:\"size_after\";i:8869;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:148;s:11:\"size_before\";i:3412;s:10:\"size_after\";i:3264;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20329;s:10:\"size_after\";i:20329;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5351;s:10:\"size_after\";i:5351;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:635;s:11:\"size_before\";i:15463;s:10:\"size_after\";i:14828;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:31740;s:10:\"size_after\";i:30527;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:424;s:11:\"size_before\";i:8953;s:10:\"size_after\";i:8529;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:638;s:11:\"size_before\";i:15674;s:10:\"size_after\";i:15036;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:732;s:11:\"size_before\";i:18750;s:10:\"size_after\";i:18018;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:28298;s:10:\"size_after\";i:27226;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:440;s:11:\"size_before\";i:10349;s:10:\"size_after\";i:9909;s:4:\"time\";d:0.01;}}}'),(21292,3690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:31:\"2019/01/audience-868074_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"audience-868074_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"audience-868074_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-534x425.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"audience-868074_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"audience-868074_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"audience-868074_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"68\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21293,3690,'_wp_attachment_image_alt','PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential'),(21294,3687,'xyz_fbap','1'),(21298,3687,'_wpas_done_all','1'),(21299,3693,'_edit_last','1'),(21300,3693,'_edit_lock','1547481040:1'),(21301,3694,'_wp_attached_file','2019/01/christmas-market-2948673_1280.jpg'),(21302,3694,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4768007683513265;s:5:\"bytes\";i:192406;s:11:\"size_before\";i:2269795;s:10:\"size_after\";i:2077389;s:4:\"time\";d:0.9200000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:11959;s:10:\"size_after\";i:10744;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994;s:5:\"bytes\";i:2520;s:11:\"size_before\";i:26932;s:10:\"size_after\";i:24412;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:9621;s:11:\"size_before\";i:156565;s:10:\"size_after\";i:146944;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.35;s:5:\"bytes\";i:669;s:11:\"size_before\";i:6463;s:10:\"size_after\";i:5794;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:8295;s:11:\"size_before\";i:129996;s:10:\"size_after\";i:121701;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:5477;s:11:\"size_before\";i:71700;s:10:\"size_after\";i:66223;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66223;s:10:\"size_after\";i:66223;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:2617;s:11:\"size_before\";i:28439;s:10:\"size_after\";i:25822;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25822;s:10:\"size_after\";i:25822;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:12382;s:10:\"size_after\";i:11113;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:15576;s:10:\"size_after\";i:13994;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:2881;s:11:\"size_before\";i:31305;s:10:\"size_after\";i:28424;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:2321;s:11:\"size_before\";i:27228;s:10:\"size_after\";i:24907;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:5182;s:11:\"size_before\";i:67211;s:10:\"size_after\";i:62029;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:23742;s:10:\"size_after\";i:21435;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:6136;s:11:\"size_before\";i:81418;s:10:\"size_after\";i:75282;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6699999999999999;s:5:\"bytes\";i:3729;s:11:\"size_before\";i:43017;s:10:\"size_after\";i:39288;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1199999999999992;s:5:\"bytes\";i:2071;s:11:\"size_before\";i:22712;s:10:\"size_after\";i:20641;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006;s:5:\"bytes\";i:2686;s:11:\"size_before\";i:29129;s:10:\"size_after\";i:26443;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:846;s:11:\"size_before\";i:8323;s:10:\"size_after\";i:7477;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66223;s:10:\"size_after\";i:66223;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13994;s:10:\"size_after\";i:13994;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.210000000000001;s:5:\"bytes\";i:5213;s:11:\"size_before\";i:46506;s:10:\"size_after\";i:41293;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.48;s:5:\"bytes\";i:10548;s:11:\"size_before\";i:100627;s:10:\"size_after\";i:90079;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.06;s:5:\"bytes\";i:3214;s:11:\"size_before\";i:26642;s:10:\"size_after\";i:23428;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.289999999999999;s:5:\"bytes\";i:10789;s:11:\"size_before\";i:104841;s:10:\"size_after\";i:94052;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000001;s:5:\"bytes\";i:5560;s:11:\"size_before\";i:49223;s:10:\"size_after\";i:43663;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.369999999999999;s:5:\"bytes\";i:6989;s:11:\"size_before\";i:61480;s:10:\"size_after\";i:54491;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.15;s:5:\"bytes\";i:11694;s:11:\"size_before\";i:115228;s:10:\"size_after\";i:103534;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2899999999999991;s:5:\"bytes\";i:9078;s:11:\"size_before\";i:97697;s:10:\"size_after\";i:88619;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006;s:5:\"bytes\";i:20357;s:11:\"size_before\";i:233338;s:10:\"size_after\";i:212981;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57;s:5:\"bytes\";i:9500;s:11:\"size_before\";i:89897;s:10:\"size_after\";i:80397;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4499999999999993;s:5:\"bytes\";i:14432;s:11:\"size_before\";i:152649;s:10:\"size_after\";i:138217;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.390000000000001;s:5:\"bytes\";i:8725;s:11:\"size_before\";i:84004;s:10:\"size_after\";i:75279;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.199999999999999;s:5:\"bytes\";i:11050;s:11:\"size_before\";i:108339;s:10:\"size_after\";i:97289;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.630000000000001;s:5:\"bytes\";i:3833;s:11:\"size_before\";i:32965;s:10:\"size_after\";i:29132;s:4:\"time\";d:0.02;}}}'),(21303,3694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:41:\"2019/01/christmas-market-2948673_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"christmas-market-2948673_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"christmas-market-2948673_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"christmas-market-2948673_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"christmas-market-2948673_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"christmas-market-2948673_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"christmas-market-2948673_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"christmas-market-2948673_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"christmas-market-2948673_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"christmas-market-2948673_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"X-Pro1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21304,3694,'_wp_attachment_image_alt','With many products on the market today, taste and quality will emerge triumphant. SCT & SCT establishes itself as the clear leader of its field'),(21305,3693,'_thumbnail_id','3694'),(21306,3693,'_adinserter_block_exceptions',''),(21307,3693,'slide_template','default'),(21308,3693,'_bunyad_featured_post','0'),(21309,3693,'_bunyad_cat_label','0'),(21310,3693,'_bunyad_featured_disable','0'),(21311,3693,'_bunyad_bg_image_bg_type','cover'),(21312,3693,'_bunyad_reviews','0'),(21313,3693,'_bunyad_review_pos','none'),(21314,3693,'_bunyad_review_type','points'),(21315,3693,'_bunyad_review_verdict','Awesome'),(21316,3693,'_yoast_wpseo_focuskw','sct'),(21317,3693,'_yoast_wpseo_title','We explore products from SCT & SCT, the premium bar snack brand'),(21318,3693,'_yoast_wpseo_metadesc','With many products on the market today, taste and quality will emerge triumphant. SCT & SCT establishes itself as the clear leader of its field'),(21319,3693,'_yoast_wpseo_linkdex','97'),(21320,3693,'_yoast_wpseo_content_score','90'),(21321,3693,'_yoast_wpseo_primary_category','3'),(21322,3693,'xyz_fbap','1'),(21326,3693,'_wpas_done_all','1'),(21329,3693,'_wpas_skip_20130109','1'),(21330,3697,'_edit_last','1'),(21331,3697,'_edit_lock','1547636677:1'),(21332,3698,'_wp_attached_file','2019/01/shutterstock_519191488.jpg'),(21333,3698,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2469793784600185;s:5:\"bytes\";i:207973;s:11:\"size_before\";i:3963671;s:10:\"size_after\";i:3755698;s:4:\"time\";d:1.5300000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:595;s:11:\"size_before\";i:8547;s:10:\"size_after\";i:7952;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:18069;s:10:\"size_after\";i:17052;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:6119;s:11:\"size_before\";i:154062;s:10:\"size_after\";i:147943;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:368;s:11:\"size_before\";i:4555;s:10:\"size_after\";i:4187;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:5831;s:11:\"size_before\";i:134332;s:10:\"size_after\";i:128501;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:3195;s:11:\"size_before\";i:63410;s:10:\"size_after\";i:60215;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60215;s:10:\"size_after\";i:60215;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:20637;s:10:\"size_after\";i:19375;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19375;s:10:\"size_after\";i:19375;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8620;s:10:\"size_after\";i:8005;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:682;s:11:\"size_before\";i:10721;s:10:\"size_after\";i:10039;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1325;s:11:\"size_before\";i:22745;s:10:\"size_after\";i:21420;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:23159;s:10:\"size_after\";i:21879;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2844;s:11:\"size_before\";i:56334;s:10:\"size_after\";i:53490;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:16658;s:10:\"size_after\";i:15617;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:3534;s:11:\"size_before\";i:73282;s:10:\"size_after\";i:69748;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:33155;s:10:\"size_after\";i:31399;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:16895;s:10:\"size_after\";i:15849;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:20847;s:10:\"size_after\";i:19671;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:426;s:11:\"size_before\";i:5813;s:10:\"size_after\";i:5387;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60215;s:10:\"size_after\";i:60215;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10039;s:10:\"size_after\";i:10039;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:2668;s:11:\"size_before\";i:38058;s:10:\"size_after\";i:35390;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:5297;s:11:\"size_before\";i:82707;s:10:\"size_after\";i:77410;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:34117;s:11:\"size_before\";i:694800;s:10:\"size_after\";i:660683;s:4:\"time\";d:0.29999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:19186;s:10:\"size_after\";i:17700;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:31136;s:11:\"size_before\";i:601409;s:10:\"size_after\";i:570273;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:15826;s:11:\"size_before\";i:286841;s:10:\"size_after\";i:271015;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:5928;s:11:\"size_before\";i:94265;s:10:\"size_after\";i:88337;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:2632;s:11:\"size_before\";i:37810;s:10:\"size_after\";i:35178;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:3319;s:11:\"size_before\";i:47069;s:10:\"size_after\";i:43750;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:6304;s:11:\"size_before\";i:103211;s:10:\"size_after\";i:96907;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:6539;s:11:\"size_before\";i:105885;s:10:\"size_after\";i:99346;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:13845;s:11:\"size_before\";i:255794;s:10:\"size_after\";i:241949;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:4948;s:11:\"size_before\";i:76116;s:10:\"size_after\";i:71168;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:18132;s:11:\"size_before\";i:331351;s:10:\"size_after\";i:313219;s:4:\"time\";d:0.13;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:8908;s:11:\"size_before\";i:151662;s:10:\"size_after\";i:142754;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:5052;s:11:\"size_before\";i:76829;s:10:\"size_after\";i:71777;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:5873;s:11:\"size_before\";i:95363;s:10:\"size_after\";i:89490;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1851;s:11:\"size_before\";i:23630;s:10:\"size_after\";i:21779;s:4:\"time\";d:0.01;}}}'),(21334,3698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7257;s:6:\"height\";i:4635;s:4:\"file\";s:34:\"2019/01/shutterstock_519191488.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_519191488-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_519191488-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-696x445.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_519191488-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_519191488-1068x682.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-658x420.jpg\";s:5:\"width\";i:658;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_519191488-1920x1226.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_519191488-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_519191488-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_519191488-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_519191488-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_519191488-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21335,3698,'_wp_attachment_image_alt','Nanu Soda, the architecture & interior design specialist, offers help on any type of project. By supplying bespoke interior design for hospitality spaces'),(21336,3697,'_thumbnail_id','3698'),(21337,3697,'_adinserter_block_exceptions',''),(21338,3697,'slide_template','default'),(21339,3697,'_bunyad_featured_post','0'),(21340,3697,'_bunyad_cat_label','0'),(21341,3697,'_bunyad_featured_disable','0'),(21342,3697,'_bunyad_bg_image_bg_type','cover'),(21343,3697,'_bunyad_reviews','0'),(21344,3697,'_bunyad_review_pos','none'),(21345,3697,'_bunyad_review_type','points'),(21346,3697,'_bunyad_review_verdict','Awesome'),(21347,3697,'_yoast_wpseo_focuskw','nanu soda'),(21348,3697,'_yoast_wpseo_title','Great concepts - Nanu Soda, the architecture & interior design specialist'),(21349,3697,'_yoast_wpseo_metadesc','Nanu Soda, the architecture & interior design specialist, offers help on any type of project. By supplying bespoke interior design for hospitality spaces'),(21350,3697,'_yoast_wpseo_linkdex','91'),(21351,3697,'_yoast_wpseo_content_score','30'),(21352,3697,'_yoast_wpseo_primary_category','29'),(21353,3697,'xyz_fbap','1'),(21357,3697,'_wpas_done_all','1'),(21360,3697,'_wpas_skip_20130109','1'),(21363,3701,'_edit_last','1'),(21364,3701,'_edit_lock','1547478401:1'),(21365,3702,'_wp_attached_file','2019/01/HydroHeineken_6.jpg'),(21366,3702,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2250295819177417;s:5:\"bytes\";i:111439;s:11:\"size_before\";i:2637591;s:10:\"size_after\";i:2526152;s:4:\"time\";d:1.9800000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:350;s:11:\"size_before\";i:6648;s:10:\"size_after\";i:6298;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:538;s:11:\"size_before\";i:12951;s:10:\"size_after\";i:12413;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:3576;s:11:\"size_before\";i:98175;s:10:\"size_after\";i:94599;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:273;s:11:\"size_before\";i:3860;s:10:\"size_after\";i:3587;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:3113;s:11:\"size_before\";i:80465;s:10:\"size_after\";i:77352;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:1388;s:11:\"size_before\";i:38635;s:10:\"size_after\";i:37247;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37247;s:10:\"size_after\";i:37247;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:581;s:11:\"size_before\";i:14254;s:10:\"size_after\";i:13673;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13673;s:10:\"size_after\";i:13673;s:4:\"time\";d:0.80000000000000004;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:354;s:11:\"size_before\";i:6725;s:10:\"size_after\";i:6371;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:355;s:11:\"size_before\";i:7737;s:10:\"size_after\";i:7382;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:598;s:11:\"size_before\";i:15359;s:10:\"size_after\";i:14761;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:714;s:11:\"size_before\";i:15938;s:10:\"size_after\";i:15224;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1352;s:11:\"size_before\";i:36405;s:10:\"size_after\";i:35053;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:494;s:11:\"size_before\";i:11792;s:10:\"size_after\";i:11298;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:1635;s:11:\"size_before\";i:46592;s:10:\"size_after\";i:44957;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:787;s:11:\"size_before\";i:21655;s:10:\"size_after\";i:20868;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:504;s:11:\"size_before\";i:12038;s:10:\"size_after\";i:11534;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:605;s:11:\"size_before\";i:14279;s:10:\"size_after\";i:13674;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:276;s:11:\"size_before\";i:4671;s:10:\"size_after\";i:4395;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37247;s:10:\"size_after\";i:37247;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7382;s:10:\"size_after\";i:7382;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:26965;s:10:\"size_after\";i:25400;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:55010;s:10:\"size_after\";i:52363;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:21258;s:11:\"size_before\";i:501297;s:10:\"size_after\";i:480039;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:968;s:11:\"size_before\";i:14383;s:10:\"size_after\";i:13415;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:16815;s:11:\"size_before\";i:395241;s:10:\"size_after\";i:378426;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:8050;s:11:\"size_before\";i:180761;s:10:\"size_after\";i:172711;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:2872;s:11:\"size_before\";i:59970;s:10:\"size_after\";i:57098;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:1525;s:11:\"size_before\";i:26818;s:10:\"size_after\";i:25293;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:1667;s:11:\"size_before\";i:31009;s:10:\"size_after\";i:29342;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:3091;s:11:\"size_before\";i:66044;s:10:\"size_after\";i:62953;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:3547;s:11:\"size_before\";i:72141;s:10:\"size_after\";i:68594;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:7063;s:11:\"size_before\";i:167610;s:10:\"size_after\";i:160547;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:2501;s:11:\"size_before\";i:50012;s:10:\"size_after\";i:47511;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:9285;s:11:\"size_before\";i:220881;s:10:\"size_after\";i:211596;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:4483;s:11:\"size_before\";i:95977;s:10:\"size_after\";i:91494;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:51810;s:10:\"size_after\";i:49211;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:61169;s:10:\"size_after\";i:58176;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:16765;s:10:\"size_after\";i:15748;s:4:\"time\";d:0.01;}}}'),(21367,3702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4800;s:6:\"height\";i:3200;s:4:\"file\";s:27:\"2019/01/HydroHeineken_6.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"HydroHeineken_6-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"HydroHeineken_6-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_6-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_6-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"HydroHeineken_6-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"HydroHeineken_6-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_6-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"HydroHeineken_6-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_6-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525788411\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21368,3702,'_wp_attachment_image_alt','Heineken UK recently collaborated with its Star Pubs & Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)'),(21369,3701,'_thumbnail_id','3702'),(21370,3701,'_adinserter_block_exceptions',''),(21371,3701,'slide_template','default'),(21372,3701,'_bunyad_featured_post','0'),(21373,3701,'_bunyad_cat_label','0'),(21374,3701,'_bunyad_featured_disable','0'),(21375,3701,'_bunyad_bg_image_bg_type','cover'),(21376,3701,'_bunyad_reviews','0'),(21377,3701,'_bunyad_review_pos','none'),(21378,3701,'_bunyad_review_type','points'),(21379,3701,'_bunyad_review_verdict','Awesome'),(21380,3701,'_yoast_wpseo_focuskw','heineken'),(21381,3701,'_yoast_wpseo_title','Heineken geo-targeting campaign proves profitable for pubs'),(21382,3701,'_yoast_wpseo_metadesc','Heineken UK recently collaborated with its Star Pubs & Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)'),(21383,3701,'_yoast_wpseo_linkdex','97'),(21384,3701,'_yoast_wpseo_content_score','30'),(21385,3701,'_yoast_wpseo_primary_category','10'),(21386,3704,'_wp_attached_file','2019/01/DDM-image.png'),(21387,3704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:1198;s:4:\"file\";s:21:\"2019/01/DDM-image.png\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"DDM-image-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"DDM-image-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"DDM-image-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"DDM-image-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"DDM-image-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"DDM-image-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"DDM-image-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"DDM-image-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"DDM-image-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"DDM-image-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"DDM-image-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"DDM-image-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x385.png\";s:5:\"width\";i:630;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x486.png\";s:5:\"width\";i:630;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x580.png\";s:5:\"width\";i:630;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"DDM-image-221x420.png\";s:5:\"width\";i:221;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DDM-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DDM-image-158x300.png\";s:5:\"width\";i:158;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DDM-image-538x1024.png\";s:5:\"width\";i:538;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"DDM-image-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x516.png\";s:5:\"width\";i:630;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x336.png\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x336.png\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"DDM-image-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"DDM-image-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"DDM-image-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"DDM-image-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"DDM-image-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"DDM-image-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"DDM-image-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"DDM-image-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"DDM-image-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"DDM-image-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"DDM-image-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"DDM-image-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"DDM-image-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"DDM-image-630x336.png\";s:5:\"width\";i:630;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"DDM-image-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21388,3704,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2508934;s:10:\"size_after\";i:2508934;s:4:\"time\";d:3.6799999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31977;s:10:\"size_after\";i:31977;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48216;s:10:\"size_after\";i:48216;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:382945;s:10:\"size_after\";i:382945;s:4:\"time\";d:0.93000000000000005;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17464;s:10:\"size_after\";i:17464;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:258312;s:10:\"size_after\";i:258312;s:4:\"time\";d:0.32000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:172648;s:10:\"size_after\";i:172648;s:4:\"time\";d:0.32000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:172648;s:10:\"size_after\";i:172648;s:4:\"time\";d:0.26000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75762;s:10:\"size_after\";i:75762;s:4:\"time\";d:0.10000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75762;s:10:\"size_after\";i:75762;s:4:\"time\";d:0.080000000000000002;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33321;s:10:\"size_after\";i:33321;s:4:\"time\";d:0.050000000000000003;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42059;s:10:\"size_after\";i:42059;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:87978;s:10:\"size_after\";i:87978;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79333;s:10:\"size_after\";i:79333;s:4:\"time\";d:0.14999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:207402;s:10:\"size_after\";i:207402;s:4:\"time\";d:0.20999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65837;s:10:\"size_after\";i:65837;s:4:\"time\";d:0.050000000000000003;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:257860;s:10:\"size_after\";i:257860;s:4:\"time\";d:0.32000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118386;s:10:\"size_after\";i:118386;s:4:\"time\";d:0.16;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64823;s:10:\"size_after\";i:64823;s:4:\"time\";d:0.080000000000000002;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:81205;s:10:\"size_after\";i:81205;s:4:\"time\";d:0.12;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20289;s:10:\"size_after\";i:20289;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:172648;s:10:\"size_after\";i:172648;s:4:\"time\";d:0.22;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42059;s:10:\"size_after\";i:42059;s:4:\"time\";d:0.050000000000000003;}}}'),(21389,3704,'_wp_attachment_image_alt','Heineken UK recently collaborated with its Star Pubs & Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)'),(21390,3701,'xyz_fbap','1'),(21394,3701,'_wpas_done_all','1'),(21395,3709,'_edit_last','1'),(21396,3709,'_edit_lock','1547629889:1'),(21397,3710,'_wp_attached_file','2019/01/brexit-3873554_1280.jpg'),(21398,3710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.401806759473943;s:5:\"bytes\";i:84222;s:11:\"size_before\";i:1559145;s:10:\"size_after\";i:1474923;s:4:\"time\";d:1.7400000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:467;s:11:\"size_before\";i:7782;s:10:\"size_after\";i:7315;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:872;s:11:\"size_before\";i:15158;s:10:\"size_after\";i:14286;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:4746;s:11:\"size_before\";i:118515;s:10:\"size_after\";i:113769;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:308;s:11:\"size_before\";i:4377;s:10:\"size_after\";i:4069;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:4679;s:11:\"size_before\";i:115937;s:10:\"size_after\";i:111258;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:2723;s:11:\"size_before\";i:56220;s:10:\"size_after\";i:53497;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53497;s:10:\"size_after\";i:53497;s:4:\"time\";d:0.050000000000000003;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:18391;s:10:\"size_after\";i:17341;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17341;s:10:\"size_after\";i:17341;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:517;s:11:\"size_before\";i:8108;s:10:\"size_after\";i:7591;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:644;s:11:\"size_before\";i:9948;s:10:\"size_after\";i:9304;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:20506;s:10:\"size_after\";i:19347;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1029;s:11:\"size_before\";i:18770;s:10:\"size_after\";i:17741;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2351;s:11:\"size_before\";i:49348;s:10:\"size_after\";i:46997;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:883;s:11:\"size_before\";i:15214;s:10:\"size_after\";i:14331;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:3009;s:11:\"size_before\";i:63119;s:10:\"size_after\";i:60110;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:1574;s:11:\"size_before\";i:29742;s:10:\"size_after\";i:28168;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:851;s:11:\"size_before\";i:14915;s:10:\"size_after\";i:14064;s:4:\"time\";d:1.0900000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:18860;s:10:\"size_after\";i:17774;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:354;s:11:\"size_before\";i:5471;s:10:\"size_after\";i:5117;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53497;s:10:\"size_after\";i:53497;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9304;s:10:\"size_after\";i:9304;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:2408;s:11:\"size_before\";i:32889;s:10:\"size_after\";i:30481;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:4638;s:11:\"size_before\";i:68261;s:10:\"size_after\";i:63623;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:17713;s:10:\"size_after\";i:16311;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:5519;s:11:\"size_before\";i:84159;s:10:\"size_after\";i:78640;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:2548;s:11:\"size_before\";i:34743;s:10:\"size_after\";i:32195;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:3228;s:11:\"size_before\";i:43209;s:10:\"size_after\";i:39981;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:6142;s:11:\"size_before\";i:93011;s:10:\"size_after\";i:86869;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:5099;s:11:\"size_before\";i:81998;s:10:\"size_after\";i:76899;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:4684;s:11:\"size_before\";i:68786;s:10:\"size_after\";i:64102;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:8293;s:11:\"size_before\";i:135677;s:10:\"size_after\";i:127384;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:4495;s:11:\"size_before\";i:66382;s:10:\"size_after\";i:61887;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:5698;s:11:\"size_before\";i:86085;s:10:\"size_after\";i:80387;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:1766;s:11:\"size_before\";i:22212;s:10:\"size_after\";i:20446;s:4:\"time\";d:0.01;}}}'),(21399,3710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:739;s:4:\"file\";s:31:\"2019/01/brexit-3873554_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"brexit-3873554_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"brexit-3873554_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-696x402.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"brexit-3873554_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"brexit-3873554_1280-1068x617.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-727x420.jpg\";s:5:\"width\";i:727;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"brexit-3873554_1280-1024x591.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"brexit-3873554_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"brexit-3873554_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"brexit-3873554_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"brexit-3873554_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21400,3710,'_wp_attachment_image_alt','Tonight’s vote in Parliament brings into stark reality the prospect of a no deal Brexit, which would likely be disastrous for the British economy'),(21401,3709,'_thumbnail_id','3710'),(21402,3709,'_adinserter_block_exceptions',''),(21403,3709,'slide_template','default'),(21404,3709,'_bunyad_featured_post','0'),(21405,3709,'_bunyad_cat_label','0'),(21406,3709,'_bunyad_featured_disable','0'),(21407,3709,'_bunyad_bg_image_bg_type','cover'),(21408,3709,'_bunyad_reviews','0'),(21409,3709,'_bunyad_review_pos','none'),(21410,3709,'_bunyad_review_type','points'),(21411,3709,'_bunyad_review_verdict','Awesome'),(21412,3709,'_yoast_wpseo_focuskw','Brexit'),(21413,3709,'_yoast_wpseo_title','UKHospitality response to Commons vote on Brexit deal'),(21414,3709,'_yoast_wpseo_metadesc','Tonight’s vote in Parliament brings into stark reality the prospect of a no deal Brexit, which would likely be disastrous for the British economy'),(21415,3709,'_yoast_wpseo_linkdex','67'),(21416,3709,'_yoast_wpseo_content_score','30'),(21417,3709,'_yoast_wpseo_primary_category','8'),(21418,3712,'_edit_last','1'),(21419,3712,'_edit_lock','1547637170:1'),(21420,3713,'_wp_attached_file','2019/01/pizza-1317699_1280.jpg'),(21421,3713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7691099864412081;s:5:\"bytes\";i:47625;s:11:\"size_before\";i:998614;s:10:\"size_after\";i:950989;s:4:\"time\";d:0.61000000000000032;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:437;s:11:\"size_before\";i:6452;s:10:\"size_after\";i:6015;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:624;s:11:\"size_before\";i:11698;s:10:\"size_after\";i:11074;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:1784;s:11:\"size_before\";i:66384;s:10:\"size_after\";i:64600;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:308;s:11:\"size_before\";i:3959;s:10:\"size_after\";i:3651;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2003;s:11:\"size_before\";i:66856;s:10:\"size_after\";i:64853;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:1317;s:11:\"size_before\";i:35349;s:10:\"size_after\";i:34032;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34032;s:10:\"size_after\";i:34032;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:707;s:11:\"size_before\";i:14017;s:10:\"size_after\";i:13310;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13310;s:10:\"size_after\";i:13310;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:462;s:11:\"size_before\";i:6726;s:10:\"size_after\";i:6264;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:515;s:11:\"size_before\";i:8241;s:10:\"size_after\";i:7726;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:808;s:11:\"size_before\";i:15327;s:10:\"size_after\";i:14519;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:716;s:11:\"size_before\";i:13433;s:10:\"size_after\";i:12717;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:31795;s:10:\"size_after\";i:30553;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:745;s:11:\"size_before\";i:11885;s:10:\"size_after\";i:11140;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:38782;s:10:\"size_after\";i:37505;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:972;s:11:\"size_before\";i:20919;s:10:\"size_after\";i:19947;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:652;s:11:\"size_before\";i:11301;s:10:\"size_after\";i:10649;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:766;s:11:\"size_before\";i:14334;s:10:\"size_after\";i:13568;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:355;s:11:\"size_before\";i:4915;s:10:\"size_after\";i:4560;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34032;s:10:\"size_after\";i:34032;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7726;s:10:\"size_after\";i:7726;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:1684;s:11:\"size_before\";i:22670;s:10:\"size_after\";i:20986;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:2584;s:11:\"size_before\";i:43008;s:10:\"size_after\";i:40424;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000005;s:5:\"bytes\";i:1122;s:11:\"size_before\";i:13495;s:10:\"size_after\";i:12373;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:3073;s:11:\"size_before\";i:52316;s:10:\"size_after\";i:49243;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:1704;s:11:\"size_before\";i:23938;s:10:\"size_after\";i:22234;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:2106;s:11:\"size_before\";i:29503;s:10:\"size_after\";i:27397;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3252;s:11:\"size_before\";i:56985;s:10:\"size_after\";i:53733;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:2608;s:11:\"size_before\";i:50206;s:10:\"size_after\";i:47598;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:2713;s:11:\"size_before\";i:43524;s:10:\"size_after\";i:40811;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:4177;s:11:\"size_before\";i:79851;s:10:\"size_after\";i:75674;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:2517;s:11:\"size_before\";i:41399;s:10:\"size_after\";i:38882;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:3101;s:11:\"size_before\";i:53506;s:10:\"size_after\";i:50405;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:16740;s:10:\"size_after\";i:15446;s:4:\"time\";d:0.01;}}}'),(21422,3713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:30:\"2019/01/pizza-1317699_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"pizza-1317699_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"pizza-1317699_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"pizza-1317699_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"pizza-1317699_1280-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pizza-1317699_1280-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"pizza-1317699_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"pizza-1317699_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"pizza-1317699_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"pizza-1317699_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21423,3713,'_wp_attachment_image_alt','Pizza Equipment LTD at the Casual Dining Show 2019'),(21424,3714,'_wp_attached_file','2019/01/Sigma-SPZ.jpg'),(21425,3714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5174807666748062;s:5:\"bytes\";i:22760;s:11:\"size_before\";i:647054;s:10:\"size_after\";i:624294;s:4:\"time\";d:0.83000000000000029;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:272;s:11:\"size_before\";i:5292;s:10:\"size_after\";i:5020;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:416;s:11:\"size_before\";i:11122;s:10:\"size_after\";i:10706;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:184;s:11:\"size_before\";i:3144;s:10:\"size_after\";i:2960;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:1577;s:11:\"size_before\";i:37531;s:10:\"size_after\";i:35954;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:870;s:11:\"size_before\";i:25014;s:10:\"size_after\";i:24144;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24144;s:10:\"size_after\";i:24144;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:351;s:11:\"size_before\";i:9715;s:10:\"size_after\";i:9364;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9364;s:10:\"size_after\";i:9364;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:233;s:11:\"size_before\";i:5372;s:10:\"size_after\";i:5139;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:249;s:11:\"size_before\";i:6040;s:10:\"size_after\";i:5791;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:386;s:11:\"size_before\";i:11040;s:10:\"size_after\";i:10654;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:396;s:11:\"size_before\";i:11084;s:10:\"size_after\";i:10688;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2999999999999998;s:5:\"bytes\";i:832;s:11:\"size_before\";i:25241;s:10:\"size_after\";i:24409;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:318;s:11:\"size_before\";i:8738;s:10:\"size_after\";i:8420;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:961;s:11:\"size_before\";i:31628;s:10:\"size_after\";i:30667;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:496;s:11:\"size_before\";i:14493;s:10:\"size_after\";i:13997;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:356;s:11:\"size_before\";i:9126;s:10:\"size_after\";i:8770;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:379;s:11:\"size_before\";i:10423;s:10:\"size_after\";i:10044;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:197;s:11:\"size_before\";i:3445;s:10:\"size_after\";i:3248;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24144;s:10:\"size_after\";i:24144;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5791;s:10:\"size_after\";i:5791;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:826;s:11:\"size_before\";i:18821;s:10:\"size_after\";i:17995;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:43022;s:10:\"size_after\";i:41270;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:554;s:11:\"size_before\";i:10643;s:10:\"size_after\";i:10089;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1443;s:11:\"size_before\";i:36512;s:10:\"size_after\";i:35069;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:869;s:11:\"size_before\";i:19178;s:10:\"size_after\";i:18309;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:943;s:11:\"size_before\";i:22155;s:10:\"size_after\";i:21212;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:1491;s:11:\"size_before\";i:42116;s:10:\"size_after\";i:40625;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:1729;s:11:\"size_before\";i:42877;s:10:\"size_after\";i:41148;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:1315;s:11:\"size_before\";i:34005;s:10:\"size_after\";i:32690;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:34844;s:10:\"size_after\";i:33409;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:39624;s:10:\"size_after\";i:38222;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:528;s:11:\"size_before\";i:11366;s:10:\"size_after\";i:10838;s:4:\"time\";d:0.29999999999999999;}}}'),(21426,3714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:712;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/01/Sigma-SPZ.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Sigma-SPZ-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Sigma-SPZ-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-696x880.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-712x486.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-712x580.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-332x420.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Sigma-SPZ-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-712x516.jpg\";s:5:\"width\";i:712;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"Sigma-SPZ-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"Sigma-SPZ-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21427,3714,'_wp_attachment_image_alt','Sigma SPZ from Pizza Equipment'),(21428,3712,'_thumbnail_id','3713'),(21429,3712,'_adinserter_block_exceptions',''),(21430,3712,'slide_template','default'),(21431,3712,'_bunyad_featured_post','0'),(21432,3712,'_bunyad_cat_label','0'),(21433,3712,'_bunyad_featured_disable','0'),(21434,3712,'_bunyad_bg_image_bg_type','cover'),(21435,3712,'_bunyad_reviews','0'),(21436,3712,'_bunyad_review_pos','none'),(21437,3712,'_bunyad_review_type','points'),(21438,3712,'_bunyad_review_verdict','Awesome'),(21439,3712,'_yoast_wpseo_focuskw','pizza equipment'),(21440,3712,'_yoast_wpseo_title','Pizza Equipment LTD at the Casual Dining Show 2019'),(21441,3712,'_yoast_wpseo_metadesc','Pizza Equipment Ltd will once again be exhibiting at the Casual Dining show. And, as usual, there will be plenty to see on stand F100'),(21442,3712,'_yoast_wpseo_linkdex','86'),(21443,3712,'_yoast_wpseo_content_score','60'),(21444,3712,'_yoast_wpseo_primary_category','3'),(21445,3712,'xyz_fbap','1'),(21449,3712,'_wpas_done_all','1'),(21452,3712,'_wpas_skip_20130109','1'),(21457,3718,'_edit_last','1'),(21458,3718,'_edit_lock','1547644358:1'),(21459,3719,'_wp_attached_file','2019/01/Bottle-comparison-graphic.png'),(21460,3719,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.939415529799483;s:5:\"bytes\";i:754354;s:11:\"size_before\";i:2908138;s:10:\"size_after\";i:2153784;s:4:\"time\";d:11.49;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.329999999999998;s:5:\"bytes\";i:7129;s:11:\"size_before\";i:22758;s:10:\"size_after\";i:15629;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.149999999999999;s:5:\"bytes\";i:16464;s:11:\"size_before\";i:54603;s:10:\"size_after\";i:38139;s:4:\"time\";d:0.20000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.149999999999999;s:5:\"bytes\";i:3094;s:11:\"size_before\";i:10992;s:10:\"size_after\";i:7898;s:4:\"time\";d:0.050000000000000003;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.039999999999999;s:5:\"bytes\";i:10398;s:11:\"size_before\";i:94194;s:10:\"size_after\";i:83796;s:4:\"time\";d:0.33000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.25;s:5:\"bytes\";i:52624;s:11:\"size_before\";i:186289;s:10:\"size_after\";i:133665;s:4:\"time\";d:0.80000000000000004;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:133665;s:10:\"size_after\";i:133665;s:4:\"time\";d:0.77000000000000002;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.890000000000001;s:5:\"bytes\";i:17343;s:11:\"size_before\";i:58018;s:10:\"size_after\";i:40675;s:4:\"time\";d:0.20999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40675;s:10:\"size_after\";i:40675;s:4:\"time\";d:0.16;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.07;s:5:\"bytes\";i:5966;s:11:\"size_before\";i:22882;s:10:\"size_after\";i:16916;s:4:\"time\";d:0.070000000000000007;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.799999999999997;s:5:\"bytes\";i:9560;s:11:\"size_before\";i:28288;s:10:\"size_after\";i:18728;s:4:\"time\";d:0.080000000000000002;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.59;s:5:\"bytes\";i:20172;s:11:\"size_before\";i:65946;s:10:\"size_after\";i:45774;s:4:\"time\";d:0.23999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.520000000000003;s:5:\"bytes\";i:23158;s:11:\"size_before\";i:58591;s:10:\"size_after\";i:35433;s:4:\"time\";d:0.17000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.699999999999999;s:5:\"bytes\";i:45914;s:11:\"size_before\";i:154604;s:10:\"size_after\";i:108690;s:4:\"time\";d:0.47999999999999998;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.659999999999997;s:5:\"bytes\";i:17626;s:11:\"size_before\";i:40367;s:10:\"size_after\";i:22741;s:4:\"time\";d:0.13;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.739999999999998;s:5:\"bytes\";i:19952;s:11:\"size_before\";i:106471;s:10:\"size_after\";i:86519;s:4:\"time\";d:0.28999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.149999999999999;s:5:\"bytes\";i:28624;s:11:\"size_before\";i:94954;s:10:\"size_after\";i:66330;s:4:\"time\";d:0.44;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.399999999999999;s:5:\"bytes\";i:19141;s:11:\"size_before\";i:46239;s:10:\"size_after\";i:27098;s:4:\"time\";d:0.089999999999999997;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.879999999999999;s:5:\"bytes\";i:18027;s:11:\"size_before\";i:60323;s:10:\"size_after\";i:42296;s:4:\"time\";d:0.20000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.219999999999999;s:5:\"bytes\";i:3330;s:11:\"size_before\";i:13206;s:10:\"size_after\";i:9876;s:4:\"time\";d:0.059999999999999998;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:133665;s:10:\"size_after\";i:133665;s:4:\"time\";d:0.72999999999999998;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18728;s:10:\"size_after\";i:18728;s:4:\"time\";d:0.080000000000000002;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.539999999999999;s:5:\"bytes\";i:27439;s:11:\"size_before\";i:73083;s:10:\"size_after\";i:45644;s:4:\"time\";d:0.17999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.649999999999999;s:5:\"bytes\";i:54987;s:11:\"size_before\";i:185463;s:10:\"size_after\";i:130476;s:4:\"time\";d:0.78000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.380000000000003;s:5:\"bytes\";i:13894;s:11:\"size_before\";i:35285;s:10:\"size_after\";i:21391;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.73;s:5:\"bytes\";i:53871;s:11:\"size_before\";i:194299;s:10:\"size_after\";i:140428;s:4:\"time\";d:0.68000000000000005;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.390000000000001;s:5:\"bytes\";i:22141;s:11:\"size_before\";i:75328;s:10:\"size_after\";i:53187;s:4:\"time\";d:0.33000000000000002;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.949999999999999;s:5:\"bytes\";i:30632;s:11:\"size_before\";i:102262;s:10:\"size_after\";i:71630;s:4:\"time\";d:0.41999999999999998;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.93;s:5:\"bytes\";i:66975;s:11:\"size_before\";i:231479;s:10:\"size_after\";i:164504;s:4:\"time\";d:1.03;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.129999999999999;s:5:\"bytes\";i:41315;s:11:\"size_before\";i:141839;s:10:\"size_after\";i:100524;s:4:\"time\";d:0.60999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.530000000000001;s:5:\"bytes\";i:50023;s:11:\"size_before\";i:169382;s:10:\"size_after\";i:119359;s:4:\"time\";d:0.68000000000000005;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.370000000000001;s:5:\"bytes\";i:60698;s:11:\"size_before\";i:206653;s:10:\"size_after\";i:145955;s:4:\"time\";d:0.90000000000000002;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.109999999999999;s:5:\"bytes\";i:13857;s:11:\"size_before\";i:47607;s:10:\"size_after\";i:33750;s:4:\"time\";d:0.13;}}}'),(21461,3719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:781;s:6:\"height\";i:552;s:4:\"file\";s:37:\"2019/01/Bottle-comparison-graphic.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Bottle-comparison-graphic-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Bottle-comparison-graphic-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-696x492.png\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-594x420.png\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-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:37:\"Bottle-comparison-graphic-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Bottle-comparison-graphic-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-781x516.png\";s:5:\"width\";i:781;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Bottle-comparison-graphic-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Bottle-comparison-graphic-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21462,3719,'_wp_attachment_image_alt','Reusable bottles from RAW Bottles'),(21463,3720,'_wp_attached_file','2019/01/Festival-bottles-round-up.jpg'),(21464,3720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.488649088179379;s:5:\"bytes\";i:65941;s:11:\"size_before\";i:880546;s:10:\"size_after\";i:814605;s:4:\"time\";d:0.54000000000000026;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:444;s:11:\"size_before\";i:5377;s:10:\"size_after\";i:4933;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:731;s:11:\"size_before\";i:11668;s:10:\"size_after\";i:10937;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3368;s:10:\"size_after\";i:3113;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999998;s:5:\"bytes\";i:6303;s:11:\"size_before\";i:71918;s:10:\"size_after\";i:65615;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:2867;s:11:\"size_before\";i:39476;s:10:\"size_after\";i:36609;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36609;s:10:\"size_after\";i:36609;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:993;s:11:\"size_before\";i:14652;s:10:\"size_after\";i:13659;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13659;s:10:\"size_after\";i:13659;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:442;s:11:\"size_before\";i:6206;s:10:\"size_after\";i:5764;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:597;s:11:\"size_before\";i:8538;s:10:\"size_after\";i:7941;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:16034;s:10:\"size_after\";i:14872;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0199999999999996;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:13609;s:10:\"size_after\";i:12517;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:2718;s:11:\"size_before\";i:31384;s:10:\"size_after\";i:28666;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:851;s:11:\"size_before\";i:11685;s:10:\"size_after\";i:10834;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7100000000000009;s:5:\"bytes\";i:3294;s:11:\"size_before\";i:37814;s:10:\"size_after\";i:34520;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1606;s:11:\"size_before\";i:22680;s:10:\"size_after\";i:21074;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:717;s:11:\"size_before\";i:9913;s:10:\"size_after\";i:9196;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1054;s:11:\"size_before\";i:14939;s:10:\"size_after\";i:13885;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:300;s:11:\"size_before\";i:4707;s:10:\"size_after\";i:4407;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36609;s:10:\"size_after\";i:36609;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7941;s:10:\"size_after\";i:7941;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:1561;s:11:\"size_before\";i:18531;s:10:\"size_after\";i:16970;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:3561;s:11:\"size_before\";i:41811;s:10:\"size_after\";i:38250;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:943;s:11:\"size_before\";i:11584;s:10:\"size_after\";i:10641;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7300000000000004;s:5:\"bytes\";i:4574;s:11:\"size_before\";i:52372;s:10:\"size_after\";i:47798;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:21840;s:10:\"size_after\";i:19960;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:2791;s:11:\"size_before\";i:30321;s:10:\"size_after\";i:27530;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7300000000000004;s:5:\"bytes\";i:5033;s:11:\"size_before\";i:57670;s:10:\"size_after\";i:52637;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:3583;s:11:\"size_before\";i:41263;s:10:\"size_after\";i:37680;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:7180;s:11:\"size_before\";i:80695;s:10:\"size_after\";i:73515;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0500000000000007;s:5:\"bytes\";i:3114;s:11:\"size_before\";i:34390;s:10:\"size_after\";i:31276;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:4808;s:11:\"size_before\";i:53976;s:10:\"size_after\";i:49168;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:17307;s:10:\"size_after\";i:15820;s:4:\"time\";d:0.029999999999999999;}}}'),(21465,3720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:988;s:6:\"height\";i:560;s:4:\"file\";s:37:\"2019/01/Festival-bottles-round-up.jpg\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Festival-bottles-round-up-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Festival-bottles-round-up-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-696x394.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-741x420.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Festival-bottles-round-up-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-988x516.jpg\";s:5:\"width\";i:988;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Festival-bottles-round-up-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Festival-bottles-round-up-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21466,3720,'_wp_attachment_image_alt','The Reusable bottle from RAW Bottles'),(21467,3718,'_thumbnail_id','3720'),(21468,3718,'_adinserter_block_exceptions',''),(21469,3718,'slide_template','default'),(21470,3718,'_bunyad_featured_post','0'),(21471,3718,'_bunyad_cat_label','0'),(21472,3718,'_bunyad_featured_disable','0'),(21473,3718,'_bunyad_bg_image_bg_type','cover'),(21474,3718,'_bunyad_reviews','0'),(21475,3718,'_bunyad_review_pos','none'),(21476,3718,'_bunyad_review_type','points'),(21477,3718,'_bunyad_review_verdict','Awesome'),(21478,3718,'_yoast_wpseo_focuskw','reusable bottle'),(21479,3718,'_yoast_wpseo_title','RAW Bottles has become the reusable bottle supplier to the AIF'),(21480,3718,'_yoast_wpseo_metadesc','RAW Bottles has become the exclusive reusable bottle supplier to the Association of Independent Festivals (AIF) with 60 already pledged to change'),(21481,3718,'_yoast_wpseo_linkdex','92'),(21482,3718,'_yoast_wpseo_content_score','30'),(21483,3718,'_yoast_wpseo_primary_category','2'),(21484,3718,'xyz_fbap','1'),(21488,3718,'_wpas_done_all','1'),(21491,3718,'_wpas_skip_20130109','1'),(21494,3722,'_edit_last','1'),(21495,3722,'_edit_lock','1547738140:1'),(21496,3723,'_wp_attached_file','2019/01/image00084.jpeg'),(21497,3723,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1860269535020134;s:5:\"bytes\";i:151966;s:11:\"size_before\";i:2456601;s:10:\"size_after\";i:2304635;s:4:\"time\";d:1.1900000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:535;s:11:\"size_before\";i:8144;s:10:\"size_after\";i:7609;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:19458;s:10:\"size_after\";i:18294;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:6345;s:11:\"size_before\";i:144006;s:10:\"size_after\";i:137661;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:321;s:11:\"size_before\";i:4537;s:10:\"size_after\";i:4216;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:5708;s:11:\"size_before\";i:121491;s:10:\"size_after\";i:115783;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:3132;s:11:\"size_before\";i:60483;s:10:\"size_after\";i:57351;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57351;s:10:\"size_after\";i:57351;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:21372;s:10:\"size_after\";i:20088;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20088;s:10:\"size_after\";i:20088;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:581;s:11:\"size_before\";i:8697;s:10:\"size_after\";i:8116;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:718;s:11:\"size_before\";i:10986;s:10:\"size_after\";i:10268;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1415;s:11:\"size_before\";i:23552;s:10:\"size_after\";i:22137;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:19851;s:10:\"size_after\";i:18770;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:2777;s:11:\"size_before\";i:54333;s:10:\"size_after\";i:51556;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:16907;s:10:\"size_after\";i:15865;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:3296;s:11:\"size_before\";i:67382;s:10:\"size_after\";i:64086;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:33762;s:10:\"size_after\";i:31721;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:950;s:11:\"size_before\";i:16177;s:10:\"size_after\";i:15227;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:21716;s:10:\"size_after\";i:20357;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:366;s:11:\"size_before\";i:5813;s:10:\"size_after\";i:5447;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57351;s:10:\"size_after\";i:57351;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10268;s:10:\"size_after\";i:10268;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:2844;s:11:\"size_before\";i:35392;s:10:\"size_after\";i:32548;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:6675;s:11:\"size_before\";i:85266;s:10:\"size_after\";i:78591;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000001;s:5:\"bytes\";i:1707;s:11:\"size_before\";i:19324;s:10:\"size_after\";i:17617;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:16381;s:11:\"size_before\";i:247959;s:10:\"size_after\";i:231578;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:7126;s:11:\"size_before\";i:93185;s:10:\"size_after\";i:86059;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1600000000000001;s:5:\"bytes\";i:3081;s:11:\"size_before\";i:37763;s:10:\"size_after\";i:34682;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:4095;s:11:\"size_before\";i:48815;s:10:\"size_after\";i:44720;s:4:\"time\";d:0.29999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:7759;s:11:\"size_before\";i:102304;s:10:\"size_after\";i:94545;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:5581;s:11:\"size_before\";i:82925;s:10:\"size_after\";i:77344;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:14535;s:11:\"size_before\";i:222038;s:10:\"size_after\";i:207503;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:5896;s:11:\"size_before\";i:75054;s:10:\"size_after\";i:69158;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:16925;s:11:\"size_before\";i:270330;s:10:\"size_after\";i:253405;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:10507;s:11:\"size_before\";i:143278;s:10:\"size_after\";i:132771;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:5261;s:11:\"size_before\";i:69219;s:10:\"size_after\";i:63958;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:7324;s:11:\"size_before\";i:94994;s:10:\"size_after\";i:87670;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:2154;s:11:\"size_before\";i:25030;s:10:\"size_after\";i:22876;s:4:\"time\";d:0.02;}}}'),(21498,3723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/01/image00084.jpeg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"image00084-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"image00084-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"image00084-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"image00084-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"image00084-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"image00084-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"image00084-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"image00084-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"image00084-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"image00084-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"image00084-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"image00084-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"image00084-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"image00084-696x465.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"image00084-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"image00084-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"image00084-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"image00084-1068x714.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"image00084-628x420.jpeg\";s:5:\"width\";i:628;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"image00084-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"image00084-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"image00084-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image00084-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"image00084-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"image00084-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"image00084-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"image00084-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"image00084-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"image00084-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"image00084-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"image00084-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"image00084-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"image00084-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"image00084-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"image00084-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"image00084-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"image00084-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"image00084-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"image00084-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"image00084-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"image00084-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON 1 J5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542564270\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"15.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21499,3724,'_wp_attached_file','2019/01/image00033.jpeg'),(21500,3724,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9127274330614541;s:5:\"bytes\";i:63893;s:11:\"size_before\";i:1632953;s:10:\"size_after\";i:1569060;s:4:\"time\";d:0.84000000000000052;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:233;s:11:\"size_before\";i:5513;s:10:\"size_after\";i:5280;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:495;s:11:\"size_before\";i:12582;s:10:\"size_after\";i:12087;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:2859;s:11:\"size_before\";i:89508;s:10:\"size_after\";i:86649;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:164;s:11:\"size_before\";i:3231;s:10:\"size_after\";i:3067;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:85152;s:10:\"size_after\";i:82732;s:4:\"time\";d:0.070000000000000007;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:42632;s:10:\"size_after\";i:41267;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41267;s:10:\"size_after\";i:41267;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:608;s:11:\"size_before\";i:14710;s:10:\"size_after\";i:14102;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14102;s:10:\"size_after\";i:14102;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:250;s:11:\"size_before\";i:5859;s:10:\"size_after\";i:5609;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:285;s:11:\"size_before\";i:7404;s:10:\"size_after\";i:7119;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:633;s:11:\"size_before\";i:15121;s:10:\"size_after\";i:14488;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:542;s:11:\"size_before\";i:12588;s:10:\"size_after\";i:12046;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:33572;s:10:\"size_after\";i:32440;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:447;s:11:\"size_before\";i:10808;s:10:\"size_after\";i:10361;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1325;s:11:\"size_before\";i:41939;s:10:\"size_after\";i:40614;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:859;s:11:\"size_before\";i:23465;s:10:\"size_after\";i:22606;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:430;s:11:\"size_before\";i:10511;s:10:\"size_after\";i:10081;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:574;s:11:\"size_before\";i:13986;s:10:\"size_after\";i:13412;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4561;s:10:\"size_after\";i:4332;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41267;s:10:\"size_after\";i:41267;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7119;s:10:\"size_after\";i:7119;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:22351;s:10:\"size_after\";i:21231;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:53259;s:10:\"size_after\";i:50817;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:674;s:11:\"size_before\";i:12292;s:10:\"size_after\";i:11618;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:7676;s:11:\"size_before\";i:180402;s:10:\"size_after\";i:172726;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2949;s:11:\"size_before\";i:62670;s:10:\"size_after\";i:59721;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:23974;s:10:\"size_after\";i:22754;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:30886;s:10:\"size_after\";i:29308;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:2972;s:11:\"size_before\";i:64645;s:10:\"size_after\";i:61673;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:53750;s:10:\"size_after\";i:51360;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:5994;s:11:\"size_before\";i:143751;s:10:\"size_after\";i:137757;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2233;s:11:\"size_before\";i:46907;s:10:\"size_after\";i:44674;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:7547;s:11:\"size_before\";i:179970;s:10:\"size_after\";i:172423;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:4353;s:11:\"size_before\";i:99127;s:10:\"size_after\";i:94774;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:2145;s:11:\"size_before\";i:44291;s:10:\"size_after\";i:42146;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:2683;s:11:\"size_before\";i:59809;s:10:\"size_after\";i:57126;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:17972;s:10:\"size_after\";i:16905;s:4:\"time\";d:0.01;}}}'),(21501,3724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/01/image00033.jpeg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"image00033-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"image00033-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"image00033-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"image00033-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"image00033-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"image00033-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"image00033-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"image00033-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"image00033-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"image00033-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"image00033-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"image00033-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"image00033-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"image00033-696x465.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"image00033-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"image00033-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"image00033-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"image00033-1068x714.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"image00033-628x420.jpeg\";s:5:\"width\";i:628;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"image00033-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"image00033-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"image00033-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image00033-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"image00033-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"image00033-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"image00033-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"image00033-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"image00033-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"image00033-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"image00033-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"image00033-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"image00033-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"image00033-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"image00033-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"image00033-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"image00033-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"image00033-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"image00033-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"image00033-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"image00033-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"image00033-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON 1 J5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542564130\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"10\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21502,3725,'_wp_attached_file','2019/01/image00060.jpeg'),(21503,3725,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5848245955523472;s:5:\"bytes\";i:133991;s:11:\"size_before\";i:2399198;s:10:\"size_after\";i:2265207;s:4:\"time\";d:0.9500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:465;s:11:\"size_before\";i:8104;s:10:\"size_after\";i:7639;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:994;s:11:\"size_before\";i:18189;s:10:\"size_after\";i:17195;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:5905;s:11:\"size_before\";i:141085;s:10:\"size_after\";i:135180;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:296;s:11:\"size_before\";i:4427;s:10:\"size_after\";i:4131;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:4790;s:11:\"size_before\";i:115000;s:10:\"size_after\";i:110210;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:2575;s:11:\"size_before\";i:56248;s:10:\"size_after\";i:53673;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53673;s:10:\"size_after\";i:53673;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:19733;s:10:\"size_after\";i:18601;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18601;s:10:\"size_after\";i:18601;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:484;s:11:\"size_before\";i:8321;s:10:\"size_after\";i:7837;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:572;s:11:\"size_before\";i:10258;s:10:\"size_after\";i:9686;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:1201;s:11:\"size_before\";i:21891;s:10:\"size_after\";i:20690;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:19964;s:10:\"size_after\";i:18923;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2556;s:11:\"size_before\";i:51894;s:10:\"size_after\";i:49338;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:882;s:11:\"size_before\";i:16062;s:10:\"size_after\";i:15180;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:3070;s:11:\"size_before\";i:65201;s:10:\"size_after\";i:62131;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:31101;s:10:\"size_after\";i:29499;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:901;s:11:\"size_before\";i:15861;s:10:\"size_after\";i:14960;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:20242;s:10:\"size_after\";i:19084;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:339;s:11:\"size_before\";i:5649;s:10:\"size_after\";i:5310;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53673;s:10:\"size_after\";i:53673;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9686;s:10:\"size_after\";i:9686;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:2742;s:11:\"size_before\";i:35338;s:10:\"size_after\";i:32596;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:5783;s:11:\"size_before\";i:81967;s:10:\"size_after\";i:76184;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:18812;s:10:\"size_after\";i:17328;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:13688;s:11:\"size_before\";i:241818;s:10:\"size_after\";i:228130;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:5929;s:11:\"size_before\";i:87754;s:10:\"size_after\";i:81825;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:36564;s:10:\"size_after\";i:33786;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:3459;s:11:\"size_before\";i:45955;s:10:\"size_after\";i:42496;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:6740;s:11:\"size_before\";i:97770;s:10:\"size_after\";i:91030;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:5642;s:11:\"size_before\";i:87853;s:10:\"size_after\";i:82211;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:13031;s:11:\"size_before\";i:225168;s:10:\"size_after\";i:212137;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:5129;s:11:\"size_before\";i:72437;s:10:\"size_after\";i:67308;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:15650;s:11:\"size_before\";i:280842;s:10:\"size_after\";i:265192;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:8720;s:11:\"size_before\";i:136613;s:10:\"size_after\";i:127893;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:5117;s:11:\"size_before\";i:70804;s:10:\"size_after\";i:65687;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:6234;s:11:\"size_before\";i:91000;s:10:\"size_after\";i:84766;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1902;s:11:\"size_before\";i:23640;s:10:\"size_after\";i:21738;s:4:\"time\";d:0.029999999999999999;}}}'),(21504,3725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/01/image00060.jpeg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"image00060-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"image00060-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"image00060-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"image00060-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"image00060-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"image00060-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"image00060-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"image00060-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"image00060-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"image00060-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"image00060-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"image00060-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"image00060-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"image00060-696x465.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"image00060-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"image00060-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"image00060-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"image00060-1068x714.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"image00060-628x420.jpeg\";s:5:\"width\";i:628;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"image00060-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"image00060-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"image00060-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image00060-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"image00060-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"image00060-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"image00060-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"image00060-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"image00060-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"image00060-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"image00060-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"image00060-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"image00060-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"image00060-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"image00060-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"image00060-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"image00060-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"image00060-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"image00060-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"image00060-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"image00060-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"image00060-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON 1 J5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542564208\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21505,3726,'_wp_attached_file','2019/01/image00042.jpeg'),(21506,3726,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0073234316645552;s:5:\"bytes\";i:66451;s:11:\"size_before\";i:1658239;s:10:\"size_after\";i:1591788;s:4:\"time\";d:0.93000000000000038;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:375;s:11:\"size_before\";i:6827;s:10:\"size_after\";i:6452;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:636;s:11:\"size_before\";i:13886;s:10:\"size_after\";i:13250;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7000000000000002;s:5:\"bytes\";i:2424;s:11:\"size_before\";i:89692;s:10:\"size_after\";i:87268;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:236;s:11:\"size_before\";i:3841;s:10:\"size_after\";i:3605;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:80055;s:10:\"size_after\";i:77953;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:42239;s:10:\"size_after\";i:40890;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40890;s:10:\"size_after\";i:40890;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:699;s:11:\"size_before\";i:15521;s:10:\"size_after\";i:14822;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14822;s:10:\"size_after\";i:14822;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:348;s:11:\"size_before\";i:6742;s:10:\"size_after\";i:6394;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:417;s:11:\"size_before\";i:8233;s:10:\"size_after\";i:7816;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:753;s:11:\"size_before\";i:16507;s:10:\"size_after\";i:15754;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:763;s:11:\"size_before\";i:16444;s:10:\"size_after\";i:15681;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:36067;s:10:\"size_after\";i:34865;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:589;s:11:\"size_before\";i:12336;s:10:\"size_after\";i:11747;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:44589;s:10:\"size_after\";i:43149;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:935;s:11:\"size_before\";i:24131;s:10:\"size_after\";i:23196;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:615;s:11:\"size_before\";i:12520;s:10:\"size_after\";i:11905;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:667;s:11:\"size_before\";i:15424;s:10:\"size_after\";i:14757;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:273;s:11:\"size_before\";i:4875;s:10:\"size_after\";i:4602;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40890;s:10:\"size_after\";i:40890;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7816;s:10:\"size_after\";i:7816;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:26594;s:10:\"size_after\";i:25036;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:2748;s:11:\"size_before\";i:55592;s:10:\"size_after\";i:52844;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:998;s:11:\"size_before\";i:14573;s:10:\"size_after\";i:13575;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:6791;s:11:\"size_before\";i:165121;s:10:\"size_after\";i:158330;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:3086;s:11:\"size_before\";i:62321;s:10:\"size_after\";i:59235;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:26641;s:10:\"size_after\";i:25091;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:1814;s:11:\"size_before\";i:32727;s:10:\"size_after\";i:30913;s:4:\"time\";d:0.050000000000000003;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:65946;s:10:\"size_after\";i:62940;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:3296;s:11:\"size_before\";i:63649;s:10:\"size_after\";i:60353;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:5602;s:11:\"size_before\";i:141671;s:10:\"size_after\";i:136069;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:2474;s:11:\"size_before\";i:49506;s:10:\"size_after\";i:47032;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:6889;s:11:\"size_before\";i:175369;s:10:\"size_after\";i:168480;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:4162;s:11:\"size_before\";i:94832;s:10:\"size_after\";i:90670;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:2584;s:11:\"size_before\";i:49181;s:10:\"size_after\";i:46597;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:2919;s:11:\"size_before\";i:61665;s:10:\"size_after\";i:58746;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:18504;s:10:\"size_after\";i:17353;s:4:\"time\";d:0.01;}}}'),(21507,3726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1616;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/01/image00042.jpeg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"image00042-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"image00042-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"image00042-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"image00042-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"image00042-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"image00042-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"image00042-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"image00042-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"image00042-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"image00042-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"image00042-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"image00042-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"image00042-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"image00042-696x465.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"image00042-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"image00042-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"image00042-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"image00042-1068x714.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"image00042-628x420.jpeg\";s:5:\"width\";i:628;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"image00042-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"image00042-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"image00042-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image00042-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"image00042-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"image00042-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"image00042-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"image00042-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"image00042-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"image00042-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"image00042-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"image00042-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"image00042-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"image00042-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"image00042-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"image00042-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"image00042-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"image00042-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"image00042-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"image00042-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"image00042-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"image00042-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON 1 J5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542564148\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.7\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21508,3722,'_thumbnail_id','3726'),(21509,3722,'_adinserter_block_exceptions',''),(21510,3722,'slide_template','default'),(21511,3722,'_bunyad_featured_post','0'),(21512,3722,'_bunyad_cat_label','0'),(21513,3722,'_bunyad_featured_disable','0'),(21514,3722,'_bunyad_bg_image_bg_type','cover'),(21515,3722,'_bunyad_reviews','0'),(21516,3722,'_bunyad_review_pos','none'),(21517,3722,'_bunyad_review_type','points'),(21518,3722,'_bunyad_review_verdict','Awesome'),(21519,3722,'_yoast_wpseo_focuskw','dead man’s fingers'),(21520,3722,'_yoast_wpseo_title','Deadly good - Dead Man\'s Fingers - Cocktails served to perfection'),(21521,3722,'_yoast_wpseo_metadesc','We get to grips with the delicious rum, Dead Man’s Fingers, and create some inspiring cocktails of Chilli Frostbite, Black Bart & The Mary Read'),(21522,3722,'_yoast_wpseo_linkdex','84'),(21523,3722,'_yoast_wpseo_content_score','90'),(21524,3722,'_yoast_wpseo_primary_category','2'),(21525,3722,'xyz_fbap','1'),(21529,3722,'_wpas_done_all','1'),(21532,3722,'_wpas_skip_20130109','1'),(21537,3730,'_edit_last','1'),(21538,3730,'_edit_lock','1547735000:1'),(21539,3731,'_wp_attached_file','2019/01/Tabasco-50g-bag.jpg'),(21540,3731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6096325242538914;s:5:\"bytes\";i:80427;s:11:\"size_before\";i:1216815;s:10:\"size_after\";i:1136388;s:4:\"time\";d:0.90000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:379;s:11:\"size_before\";i:7067;s:10:\"size_after\";i:6688;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:900;s:11:\"size_before\";i:15424;s:10:\"size_after\";i:14524;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:7026;s:11:\"size_before\";i:96359;s:10:\"size_after\";i:89333;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:250;s:11:\"size_before\";i:4296;s:10:\"size_after\";i:4046;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:5278;s:11:\"size_before\";i:79441;s:10:\"size_after\";i:74163;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:42195;s:10:\"size_after\";i:39562;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39562;s:10:\"size_after\";i:39562;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1099;s:11:\"size_before\";i:16907;s:10:\"size_after\";i:15808;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15808;s:10:\"size_after\";i:15808;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7771;s:10:\"size_after\";i:7292;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:569;s:11:\"size_before\";i:9802;s:10:\"size_after\";i:9233;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1258;s:11:\"size_before\";i:18936;s:10:\"size_after\";i:17678;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:814;s:11:\"size_before\";i:15866;s:10:\"size_after\";i:15052;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:41039;s:10:\"size_after\";i:38517;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:962;s:11:\"size_before\";i:14847;s:10:\"size_after\";i:13885;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:3156;s:11:\"size_before\";i:48754;s:10:\"size_after\";i:45598;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1500;s:11:\"size_before\";i:25155;s:10:\"size_after\";i:23655;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:734;s:11:\"size_before\";i:13298;s:10:\"size_after\";i:12564;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:17754;s:10:\"size_after\";i:16617;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:354;s:11:\"size_before\";i:5310;s:10:\"size_after\";i:4956;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39562;s:10:\"size_after\";i:39562;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9233;s:10:\"size_after\";i:9233;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:1775;s:11:\"size_before\";i:26171;s:10:\"size_after\";i:24396;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:4278;s:11:\"size_before\";i:58335;s:10:\"size_after\";i:54057;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:1169;s:11:\"size_before\";i:15646;s:10:\"size_after\";i:14477;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:4863;s:11:\"size_before\";i:61080;s:10:\"size_after\";i:56217;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8799999999999999;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:28261;s:10:\"size_after\";i:26035;s:4:\"time\";d:0.17999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:3081;s:11:\"size_before\";i:36665;s:10:\"size_after\";i:33584;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0899999999999999;s:5:\"bytes\";i:5631;s:11:\"size_before\";i:69590;s:10:\"size_after\";i:63959;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:4531;s:11:\"size_before\";i:59997;s:10:\"size_after\";i:55466;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:4411;s:11:\"size_before\";i:54111;s:10:\"size_after\";i:49700;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:6945;s:11:\"size_before\";i:89449;s:10:\"size_after\";i:82504;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:3658;s:11:\"size_before\";i:48697;s:10:\"size_after\";i:45039;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0899999999999999;s:5:\"bytes\";i:5287;s:11:\"size_before\";i:65334;s:10:\"size_after\";i:60047;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:19093;s:10:\"size_after\";i:17571;s:4:\"time\";d:0.01;}}}'),(21541,3731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:981;s:6:\"height\";i:1286;s:4:\"file\";s:27:\"2019/01/Tabasco-50g-bag.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Tabasco-50g-bag-768x1007.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1007;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Tabasco-50g-bag-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Tabasco-50g-bag-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-696x912.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-981x580.jpg\";s:5:\"width\";i:981;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-320x420.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-150x150.jpg\";s:5:\"width\";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:\"Tabasco-50g-bag-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Tabasco-50g-bag-781x1024.jpg\";s:5:\"width\";i:781;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Tabasco-50g-bag-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-981x516.jpg\";s:5:\"width\";i:981;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Tabasco-50g-bag-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Tabasco-50g-bag-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21542,3732,'_wp_attached_file','2019/01/sunvalleynut.jpeg'),(21543,3732,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6347564326158111;s:5:\"bytes\";i:14457;s:11:\"size_before\";i:167428;s:10:\"size_after\";i:152971;s:4:\"time\";d:0.17000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7300000000000004;s:5:\"bytes\";i:992;s:11:\"size_before\";i:10196;s:10:\"size_after\";i:9204;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.06;s:5:\"bytes\";i:559;s:11:\"size_before\";i:5557;s:10:\"size_after\";i:4998;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.16;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:14798;s:10:\"size_after\";i:12999;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12999;s:10:\"size_after\";i:12999;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.140000000000001;s:5:\"bytes\";i:995;s:11:\"size_before\";i:9808;s:10:\"size_after\";i:8813;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:918;s:11:\"size_before\";i:10720;s:10:\"size_after\";i:9802;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996;s:5:\"bytes\";i:1649;s:11:\"size_before\";i:18126;s:10:\"size_after\";i:16477;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:15779;s:10:\"size_after\";i:14425;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.91;s:5:\"bytes\";i:2080;s:11:\"size_before\";i:17461;s:10:\"size_after\";i:15381;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:1491;s:11:\"size_before\";i:17048;s:10:\"size_after\";i:15557;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6999999999999993;s:5:\"bytes\";i:603;s:11:\"size_before\";i:6215;s:10:\"size_after\";i:5612;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9802;s:10:\"size_after\";i:9802;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.66;s:5:\"bytes\";i:2017;s:11:\"size_before\";i:18919;s:10:\"size_after\";i:16902;s:4:\"time\";d:0.02;}}}'),(21544,3732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:217;s:4:\"file\";s:25:\"2019/01/sunvalleynut.jpeg\";s:5:\"sizes\";a:17:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"sunvalleynut-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"sunvalleynut-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x198.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x160.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"sunvalleynut-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x185.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x185.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x215.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x192.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x216.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-232x205.jpeg\";s:5:\"width\";i:232;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"sunvalleynut-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"sunvalleynut-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21545,3732,'_wp_attachment_image_alt','The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range'),(21546,3730,'_thumbnail_id','3734'),(21547,3730,'_adinserter_block_exceptions',''),(21548,3730,'slide_template','default'),(21549,3730,'_bunyad_featured_post','0'),(21550,3730,'_bunyad_cat_label','0'),(21551,3730,'_bunyad_featured_disable','0'),(21552,3730,'_bunyad_bg_image_bg_type','cover'),(21553,3730,'_bunyad_reviews','0'),(21554,3730,'_bunyad_review_pos','none'),(21555,3730,'_bunyad_review_type','points'),(21556,3730,'_bunyad_review_verdict','Awesome'),(21557,3730,'_yoast_wpseo_focuskw','tabasco'),(21558,3730,'_yoast_wpseo_title','Sun Valley Nuts Turns Up the Heat with Tabasco Partnership'),(21559,3730,'_yoast_wpseo_metadesc','The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning flavour to its range'),(21560,3730,'_yoast_wpseo_linkdex','87'),(21561,3730,'_yoast_wpseo_content_score','30'),(21562,3730,'_yoast_wpseo_primary_category','29'),(21563,3734,'_wp_attached_file','2019/01/shutterstock_567901117.jpg'),(21564,3734,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5315071361993731;s:5:\"bytes\";i:271957;s:11:\"size_before\";i:4163771;s:10:\"size_after\";i:3891814;s:4:\"time\";d:1.3500000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:806;s:11:\"size_before\";i:9894;s:10:\"size_after\";i:9088;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:1663;s:11:\"size_before\";i:22143;s:10:\"size_after\";i:20480;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:8463;s:11:\"size_before\";i:164456;s:10:\"size_after\";i:155993;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:484;s:11:\"size_before\";i:5578;s:10:\"size_after\";i:5094;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:7516;s:11:\"size_before\";i:138272;s:10:\"size_after\";i:130756;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:4473;s:11:\"size_before\";i:67415;s:10:\"size_after\";i:62942;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62942;s:10:\"size_after\";i:62942;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:1926;s:11:\"size_before\";i:24519;s:10:\"size_after\";i:22593;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22593;s:10:\"size_after\";i:22593;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:839;s:11:\"size_before\";i:10360;s:10:\"size_after\";i:9521;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:12798;s:10:\"size_after\";i:11760;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:2092;s:11:\"size_before\";i:26842;s:10:\"size_after\";i:24750;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:22531;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:4198;s:11:\"size_before\";i:61376;s:10:\"size_after\";i:57178;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:19974;s:10:\"size_after\";i:18385;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:4962;s:11:\"size_before\";i:76744;s:10:\"size_after\";i:71782;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:2912;s:11:\"size_before\";i:38116;s:10:\"size_after\";i:35204;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:1525;s:11:\"size_before\";i:19089;s:10:\"size_after\";i:17564;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1899;s:11:\"size_before\";i:24762;s:10:\"size_after\";i:22863;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:576;s:11:\"size_before\";i:7210;s:10:\"size_after\";i:6634;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62942;s:10:\"size_after\";i:62942;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11760;s:10:\"size_after\";i:11760;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002;s:5:\"bytes\";i:3688;s:11:\"size_before\";i:39920;s:10:\"size_after\";i:36232;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:7759;s:11:\"size_before\";i:93208;s:10:\"size_after\";i:85449;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:40129;s:11:\"size_before\";i:725312;s:10:\"size_after\";i:685183;s:4:\"time\";d:0.20000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:2297;s:11:\"size_before\";i:22404;s:10:\"size_after\";i:20107;s:4:\"time\";d:0.029999999999999999;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:35684;s:11:\"size_before\";i:604287;s:10:\"size_after\";i:568603;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:20241;s:11:\"size_before\";i:297322;s:10:\"size_after\";i:277081;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:8934;s:11:\"size_before\";i:104007;s:10:\"size_after\";i:95073;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002;s:5:\"bytes\";i:4013;s:11:\"size_before\";i:42292;s:10:\"size_after\";i:38279;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:4765;s:11:\"size_before\";i:53028;s:10:\"size_after\";i:48263;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:9586;s:11:\"size_before\";i:113870;s:10:\"size_after\";i:104284;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:6784;s:11:\"size_before\";i:92687;s:10:\"size_after\";i:85903;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:18710;s:11:\"size_before\";i:266692;s:10:\"size_after\";i:247982;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:7285;s:11:\"size_before\";i:84187;s:10:\"size_after\";i:76902;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:22198;s:11:\"size_before\";i:336210;s:10:\"size_after\";i:314012;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:12927;s:11:\"size_before\";i:163921;s:10:\"size_after\";i:150994;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:6670;s:11:\"size_before\";i:78790;s:10:\"size_after\";i:72120;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:8813;s:11:\"size_before\";i:104881;s:10:\"size_after\";i:96068;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.19;s:5:\"bytes\";i:2897;s:11:\"size_before\";i:28437;s:10:\"size_after\";i:25540;s:4:\"time\";d:0.02;}}}'),(21565,3734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:34:\"2019/01/shutterstock_567901117.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_567901117-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_567901117-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_567901117-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_567901117-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_567901117-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_567901117-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_567901117-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_567901117-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_567901117-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_567901117-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21566,3734,'_wp_attachment_image_alt','The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range'),(21567,3730,'xyz_fbap','1'),(21571,3730,'_wpas_done_all','1'),(21574,3730,'_wpas_skip_20130109','1'),(21581,3739,'_edit_last','1'),(21582,3739,'_edit_lock','1547737074:1'),(21583,3740,'_wp_attached_file','2019/01/Einstok-toasted-porter.jpg'),(21584,3740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2409766301811826;s:5:\"bytes\";i:82522;s:11:\"size_before\";i:1322261;s:10:\"size_after\";i:1239739;s:4:\"time\";d:0.96000000000000041;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:302;s:11:\"size_before\";i:4391;s:10:\"size_after\";i:4089;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:430;s:11:\"size_before\";i:6605;s:10:\"size_after\";i:6175;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:3625;s:11:\"size_before\";i:49585;s:10:\"size_after\";i:45960;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:149;s:11:\"size_before\";i:2423;s:10:\"size_after\";i:2274;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:3854;s:11:\"size_before\";i:50411;s:10:\"size_after\";i:46557;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1734;s:11:\"size_before\";i:25807;s:10:\"size_after\";i:24073;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24073;s:10:\"size_after\";i:24073;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:562;s:11:\"size_before\";i:9709;s:10:\"size_after\";i:9147;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9147;s:10:\"size_after\";i:9147;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:265;s:11:\"size_before\";i:4412;s:10:\"size_after\";i:4147;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:319;s:11:\"size_before\";i:5209;s:10:\"size_after\";i:4890;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:710;s:11:\"size_before\";i:10839;s:10:\"size_after\";i:10129;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:637;s:11:\"size_before\";i:11242;s:10:\"size_after\";i:10605;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:1679;s:11:\"size_before\";i:25459;s:10:\"size_after\";i:23780;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:512;s:11:\"size_before\";i:7984;s:10:\"size_after\";i:7472;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:2141;s:11:\"size_before\";i:32244;s:10:\"size_after\";i:30103;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:892;s:11:\"size_before\";i:14830;s:10:\"size_after\";i:13938;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:530;s:11:\"size_before\";i:8065;s:10:\"size_after\";i:7535;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:660;s:11:\"size_before\";i:9850;s:10:\"size_after\";i:9190;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2934;s:10:\"size_after\";i:2742;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24073;s:10:\"size_after\";i:24073;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4890;s:10:\"size_after\";i:4890;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:18375;s:10:\"size_after\";i:17249;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:1728;s:11:\"size_before\";i:28076;s:10:\"size_after\";i:26348;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:14926;s:11:\"size_before\";i:209142;s:10:\"size_after\";i:194216;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:653;s:11:\"size_before\";i:9613;s:10:\"size_after\";i:8960;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:7302;s:11:\"size_before\";i:107114;s:10:\"size_after\";i:99812;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:2389;s:11:\"size_before\";i:40247;s:10:\"size_after\";i:37858;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:18813;s:10:\"size_after\";i:17682;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:22585;s:10:\"size_after\";i:21250;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:2735;s:11:\"size_before\";i:45759;s:10:\"size_after\";i:43024;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:3088;s:11:\"size_before\";i:50041;s:10:\"size_after\";i:46953;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:6900;s:11:\"size_before\";i:106407;s:10:\"size_after\";i:99507;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:2249;s:11:\"size_before\";i:34701;s:10:\"size_after\";i:32452;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:8655;s:11:\"size_before\";i:135427;s:10:\"size_after\";i:126772;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:3772;s:11:\"size_before\";i:60738;s:10:\"size_after\";i:56966;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:2113;s:11:\"size_before\";i:36455;s:10:\"size_after\";i:34342;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:2477;s:11:\"size_before\";i:42776;s:10:\"size_after\";i:40299;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:750;s:11:\"size_before\";i:11810;s:10:\"size_after\";i:11060;s:4:\"time\";d:0.01;}}}'),(21585,3740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1845;s:6:\"height\";i:4685;s:4:\"file\";s:34:\"2019/01/Einstok-toasted-porter.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Einstok-toasted-porter-768x1950.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Einstok-toasted-porter-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Einstok-toasted-porter-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Einstok-toasted-porter-696x1767.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Einstok-toasted-porter-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Einstok-toasted-porter-1068x2712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-165x420.jpg\";s:5:\"width\";i:165;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-118x300.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Einstok-toasted-porter-403x1024.jpg\";s:5:\"width\";i:403;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Einstok-toasted-porter-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Einstok-toasted-porter-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Einstok-toasted-porter-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Einstok-toasted-porter-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397433600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21586,3740,'_wp_attachment_image_alt','Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery'),(21587,3741,'_wp_attached_file','2019/01/Einstok-wee-heavy-1.jpg'),(21588,3741,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5867416996214496;s:5:\"bytes\";i:92724;s:11:\"size_before\";i:1407737;s:10:\"size_after\";i:1315013;s:4:\"time\";d:0.80000000000000049;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:402;s:11:\"size_before\";i:6181;s:10:\"size_after\";i:5779;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7610;s:10:\"size_after\";i:7151;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:4113;s:11:\"size_before\";i:63629;s:10:\"size_after\";i:59516;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:242;s:11:\"size_before\";i:3383;s:10:\"size_after\";i:3141;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:6099;s:11:\"size_before\";i:91140;s:10:\"size_after\";i:85041;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:43194;s:10:\"size_after\";i:40479;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40479;s:10:\"size_after\";i:40479;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:992;s:11:\"size_before\";i:15462;s:10:\"size_after\";i:14470;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14470;s:10:\"size_after\";i:14470;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6437;s:10:\"size_after\";i:6031;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:527;s:11:\"size_before\";i:8100;s:10:\"size_after\";i:7573;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:1135;s:11:\"size_before\";i:17070;s:10:\"size_after\";i:15935;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:895;s:11:\"size_before\";i:16122;s:10:\"size_after\";i:15227;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:2836;s:11:\"size_before\";i:41724;s:10:\"size_after\";i:38888;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:843;s:11:\"size_before\";i:12603;s:10:\"size_after\";i:11760;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:3748;s:11:\"size_before\";i:53404;s:10:\"size_after\";i:49656;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:24169;s:10:\"size_after\";i:22594;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:720;s:11:\"size_before\";i:12307;s:10:\"size_after\";i:11587;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:1031;s:11:\"size_before\";i:15904;s:10:\"size_after\";i:14873;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:262;s:11:\"size_before\";i:4206;s:10:\"size_after\";i:3944;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40479;s:10:\"size_after\";i:40479;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7573;s:10:\"size_after\";i:7573;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1950;s:11:\"size_before\";i:27856;s:10:\"size_after\";i:25906;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:34284;s:10:\"size_after\";i:32058;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:22356;s:11:\"size_before\";i:299037;s:10:\"size_after\";i:276681;s:4:\"time\";d:0.070000000000000007;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:952;s:11:\"size_before\";i:14232;s:10:\"size_after\";i:13280;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:4831;s:11:\"size_before\";i:66971;s:10:\"size_after\";i:62140;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:2031;s:11:\"size_before\";i:28441;s:10:\"size_after\";i:26410;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:2662;s:11:\"size_before\";i:35944;s:10:\"size_after\";i:33282;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:5633;s:11:\"size_before\";i:76229;s:10:\"size_after\";i:70596;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:5725;s:11:\"size_before\";i:75644;s:10:\"size_after\";i:69919;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:4410;s:11:\"size_before\";i:57249;s:10:\"size_after\";i:52839;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:4411;s:11:\"size_before\";i:56929;s:10:\"size_after\";i:52518;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:5219;s:11:\"size_before\";i:71361;s:10:\"size_after\";i:66142;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:17914;s:10:\"size_after\";i:16596;s:4:\"time\";d:0.02;}}}'),(21589,3741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:2660;s:4:\"file\";s:31:\"2019/01/Einstok-wee-heavy-1.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Einstok-wee-heavy-1-768x2337.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Einstok-wee-heavy-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Einstok-wee-heavy-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Einstok-wee-heavy-1-696x2118.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-874x580.jpg\";s:5:\"width\";i:874;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-138x420.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Einstok-wee-heavy-1-99x300.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Einstok-wee-heavy-1-336x1024.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Einstok-wee-heavy-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-874x516.jpg\";s:5:\"width\";i:874;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Einstok-wee-heavy-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Einstok-wee-heavy-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472230659\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21590,3741,'_wp_attachment_image_alt','Love Drinks has strengthened its craft beer portfolio with Einstök brewery'),(21591,3742,'_wp_attached_file','2019/01/shutterstock_1085215253.jpg'),(21592,3742,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5442689199118291;s:5:\"bytes\";i:60366;s:11:\"size_before\";i:1088800;s:10:\"size_after\";i:1028434;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:34:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:515;s:11:\"size_before\";i:7576;s:10:\"size_after\";i:7061;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:900;s:11:\"size_before\";i:15189;s:10:\"size_after\";i:14289;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:393;s:11:\"size_before\";i:4538;s:10:\"size_after\";i:4145;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:2699;s:11:\"size_before\";i:75582;s:10:\"size_after\";i:72883;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:40234;s:10:\"size_after\";i:38532;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38532;s:10:\"size_after\";i:38532;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:979;s:11:\"size_before\";i:16681;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15702;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:556;s:11:\"size_before\";i:7800;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:687;s:11:\"size_before\";i:9841;s:10:\"size_after\";i:9154;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:1057;s:11:\"size_before\";i:18285;s:10:\"size_after\";i:17228;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:846;s:11:\"size_before\";i:15854;s:10:\"size_after\";i:15008;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:1617;s:11:\"size_before\";i:37316;s:10:\"size_after\";i:35699;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:849;s:11:\"size_before\";i:13960;s:10:\"size_after\";i:13111;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:44482;s:10:\"size_after\";i:42760;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:24203;s:10:\"size_after\";i:22955;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:756;s:11:\"size_before\";i:13150;s:10:\"size_after\";i:12394;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:978;s:11:\"size_before\";i:17084;s:10:\"size_after\";i:16106;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:443;s:11:\"size_before\";i:5860;s:10:\"size_after\";i:5417;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38532;s:10:\"size_after\";i:38532;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9154;s:10:\"size_after\";i:9154;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:2101;s:11:\"size_before\";i:26861;s:10:\"size_after\";i:24760;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:3732;s:11:\"size_before\";i:55353;s:10:\"size_after\";i:51621;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:1390;s:11:\"size_before\";i:15709;s:10:\"size_after\";i:14319;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:4008;s:11:\"size_before\";i:60970;s:10:\"size_after\";i:56962;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:2163;s:11:\"size_before\";i:27854;s:10:\"size_after\";i:25691;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:2740;s:11:\"size_before\";i:34989;s:10:\"size_after\";i:32249;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:4434;s:11:\"size_before\";i:66522;s:10:\"size_after\";i:62088;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:3533;s:11:\"size_before\";i:58508;s:10:\"size_after\";i:54975;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:3510;s:11:\"size_before\";i:50870;s:10:\"size_after\";i:47360;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:5542;s:11:\"size_before\";i:90943;s:10:\"size_after\";i:85401;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:3302;s:11:\"size_before\";i:48245;s:10:\"size_after\";i:44943;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:4197;s:11:\"size_before\";i:62482;s:10:\"size_after\";i:58285;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8599999999999994;s:5:\"bytes\";i:1767;s:11:\"size_before\";i:19939;s:10:\"size_after\";i:18172;s:4:\"time\";d:0.029999999999999999;}}}'),(21593,3742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:635;s:4:\"file\";s:35:\"2019/01/shutterstock_1085215253.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"shutterstock_1085215253-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"shutterstock_1085215253-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-696x442.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"shutterstock_1085215253-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-661x420.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_1085215253-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"shutterstock_1085215253-1000x516.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_1085215253-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1085215253-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21594,3742,'_wp_attachment_image_alt','Love Drinks has strengthened its craft beer portfolio with Einstök brewery'),(21595,3739,'_thumbnail_id','3742'),(21596,3739,'_adinserter_block_exceptions',''),(21597,3739,'slide_template','default'),(21598,3739,'_bunyad_featured_post','0'),(21599,3739,'_bunyad_cat_label','0'),(21600,3739,'_bunyad_featured_disable','0'),(21601,3739,'_bunyad_bg_image_bg_type','cover'),(21602,3739,'_bunyad_reviews','0'),(21603,3739,'_bunyad_review_pos','none'),(21604,3739,'_bunyad_review_type','points'),(21605,3739,'_bunyad_review_verdict','Awesome'),(21606,3739,'_yoast_wpseo_focuskw','einstök'),(21607,3739,'_yoast_wpseo_title','Icelandic Craft Beer Trio Land in UK Iceland’s Einstök brewery'),(21608,3739,'_yoast_wpseo_metadesc','Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery'),(21609,3739,'_yoast_wpseo_linkdex','84'),(21610,3739,'_yoast_wpseo_content_score','30'),(21611,3739,'_yoast_wpseo_primary_category','2'),(21612,3739,'xyz_fbap','1'),(21616,3739,'_wpas_done_all','1'),(21617,3744,'_edit_last','1'),(21618,3744,'_edit_lock','1547717736:1'),(21619,3745,'_wp_attached_file','2019/01/beer-218148_1280.jpg'),(21620,3745,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.603529459099664;s:5:\"bytes\";i:96097;s:11:\"size_before\";i:1714937;s:10:\"size_after\";i:1618840;s:4:\"time\";d:0.77000000000000046;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:508;s:11:\"size_before\";i:7755;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:17589;s:10:\"size_after\";i:16497;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:5532;s:11:\"size_before\";i:131458;s:10:\"size_after\";i:125926;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:354;s:11:\"size_before\";i:4299;s:10:\"size_after\";i:3945;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:4854;s:11:\"size_before\";i:104486;s:10:\"size_after\";i:99632;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:51192;s:10:\"size_after\";i:48484;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48484;s:10:\"size_after\";i:48484;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:18293;s:10:\"size_after\";i:17174;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17174;s:10:\"size_after\";i:17174;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:546;s:11:\"size_before\";i:7953;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:679;s:11:\"size_before\";i:10032;s:10:\"size_after\";i:9353;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:20699;s:10:\"size_after\";i:19449;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:19401;s:10:\"size_after\";i:18251;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:2413;s:11:\"size_before\";i:48206;s:10:\"size_after\";i:45793;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:972;s:11:\"size_before\";i:15324;s:10:\"size_after\";i:14352;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:60653;s:10:\"size_after\";i:57685;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1676;s:11:\"size_before\";i:28400;s:10:\"size_after\";i:26724;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:950;s:11:\"size_before\";i:15129;s:10:\"size_after\";i:14179;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:19259;s:10:\"size_after\";i:18057;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:391;s:11:\"size_before\";i:5303;s:10:\"size_after\";i:4912;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48484;s:10:\"size_after\";i:48484;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9353;s:10:\"size_after\";i:9353;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:2374;s:11:\"size_before\";i:32007;s:10:\"size_after\";i:29633;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:4906;s:11:\"size_before\";i:73971;s:10:\"size_after\";i:69065;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:17151;s:10:\"size_after\";i:15795;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:5227;s:11:\"size_before\";i:77983;s:10:\"size_after\";i:72756;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:32774;s:10:\"size_after\";i:30394;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:2945;s:11:\"size_before\";i:41469;s:10:\"size_after\";i:38524;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:5713;s:11:\"size_before\";i:88049;s:10:\"size_after\";i:82336;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:5264;s:11:\"size_before\";i:81828;s:10:\"size_after\";i:76564;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:11942;s:11:\"size_before\";i:207750;s:10:\"size_after\";i:195808;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:4366;s:11:\"size_before\";i:64805;s:10:\"size_after\";i:60439;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:7795;s:11:\"size_before\";i:122773;s:10:\"size_after\";i:114978;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:4407;s:11:\"size_before\";i:63641;s:10:\"size_after\";i:59234;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:5444;s:11:\"size_before\";i:81192;s:10:\"size_after\";i:75748;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:20618;s:10:\"size_after\";i:19004;s:4:\"time\";d:0.01;}}}'),(21621,3745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2019/01/beer-218148_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beer-218148_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beer-218148_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-150x150.jpg\";s:5:\"width\";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-218148_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beer-218148_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beer-218148_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21622,3745,'_wp_attachment_image_alt','BBPA has commented on the findings of a survey by the Portman Group, which found there has been a boom in the popularity of low and no alcohol alternatives'),(21623,3744,'_thumbnail_id','3745'),(21624,3744,'xyz_fbap','1'),(21628,3744,'_adinserter_block_exceptions',''),(21629,3744,'slide_template','default'),(21630,3744,'_bunyad_featured_post','0'),(21631,3744,'_bunyad_cat_label','0'),(21632,3744,'_bunyad_featured_disable','0'),(21633,3744,'_bunyad_bg_image_bg_type','cover'),(21634,3744,'_bunyad_reviews','0'),(21635,3744,'_bunyad_review_pos','none'),(21636,3744,'_bunyad_review_type','points'),(21637,3744,'_bunyad_review_verdict','Awesome'),(21638,3744,'_yoast_wpseo_focuskw','no alcohol'),(21639,3744,'_yoast_wpseo_title','Beer is key to the low and no alcohol boom, says BBPA'),(21640,3744,'_yoast_wpseo_metadesc','BBPA has commented on the findings of a survey by the Portman Group, which found there has been a boom in the popularity of low and no alcohol alternatives'),(21641,3744,'_yoast_wpseo_linkdex','91'),(21642,3744,'_yoast_wpseo_content_score','30'),(21643,3744,'_yoast_wpseo_primary_category','2'),(21644,3744,'_wpas_done_all','1'),(21647,3744,'_wpas_skip_20130109','1'),(21648,3748,'_edit_last','1'),(21649,3748,'_edit_lock','1547801437:1'),(21650,3749,'_wp_attached_file','2019/01/JustIngred_1280x853px.jpg'),(21651,3749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4460292338104717;s:5:\"bytes\";i:143933;s:11:\"size_before\";i:2232894;s:10:\"size_after\";i:2088961;s:4:\"time\";d:2.379999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7300000000000004;s:5:\"bytes\";i:851;s:11:\"size_before\";i:9747;s:10:\"size_after\";i:8896;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:22730;s:10:\"size_after\";i:20883;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:7865;s:11:\"size_before\";i:169310;s:10:\"size_after\";i:161445;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006;s:5:\"bytes\";i:519;s:11:\"size_before\";i:5342;s:10:\"size_after\";i:4823;s:4:\"time\";d:0.11;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:6004;s:11:\"size_before\";i:133422;s:10:\"size_after\";i:127418;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:3875;s:11:\"size_before\";i:67425;s:10:\"size_after\";i:63550;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63550;s:10:\"size_after\";i:63550;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1832;s:11:\"size_before\";i:23872;s:10:\"size_after\";i:22040;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22040;s:10:\"size_after\";i:22040;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:853;s:11:\"size_before\";i:10083;s:10:\"size_after\";i:9230;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:12852;s:10:\"size_after\";i:11737;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:1995;s:11:\"size_before\";i:26852;s:10:\"size_after\";i:24857;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:1787;s:11:\"size_before\";i:24547;s:10:\"size_after\";i:22760;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:4003;s:11:\"size_before\";i:63985;s:10:\"size_after\";i:59982;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:1651;s:11:\"size_before\";i:19968;s:10:\"size_after\";i:18317;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:4684;s:11:\"size_before\";i:80345;s:10:\"size_after\";i:75661;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:37551;s:10:\"size_after\";i:35029;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:1490;s:11:\"size_before\";i:19054;s:10:\"size_after\";i:17564;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:24832;s:10:\"size_after\";i:22916;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:590;s:11:\"size_before\";i:6779;s:10:\"size_after\";i:6189;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63550;s:10:\"size_after\";i:63550;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11737;s:10:\"size_after\";i:11737;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996;s:5:\"bytes\";i:3590;s:11:\"size_before\";i:41740;s:10:\"size_after\";i:38150;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:7725;s:11:\"size_before\";i:98753;s:10:\"size_after\";i:91028;s:4:\"time\";d:1.4299999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7899999999999991;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:22158;s:10:\"size_after\";i:19989;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:7772;s:11:\"size_before\";i:103184;s:10:\"size_after\";i:95412;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:3766;s:11:\"size_before\";i:43532;s:10:\"size_after\";i:39766;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:4771;s:11:\"size_before\";i:55223;s:10:\"size_after\";i:50452;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:8972;s:11:\"size_before\";i:116849;s:10:\"size_after\";i:107877;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:7398;s:11:\"size_before\";i:104373;s:10:\"size_after\";i:96975;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:17379;s:11:\"size_before\";i:264021;s:10:\"size_after\";i:246642;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:6913;s:11:\"size_before\";i:87316;s:10:\"size_after\";i:80403;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:10894;s:11:\"size_before\";i:158366;s:10:\"size_after\";i:147472;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:6363;s:11:\"size_before\";i:82071;s:10:\"size_after\";i:75708;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:8257;s:11:\"size_before\";i:108140;s:10:\"size_after\";i:99883;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:2565;s:11:\"size_before\";i:27595;s:10:\"size_after\";i:25030;s:4:\"time\";d:0.02;}}}'),(21652,3749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2019/01/JustIngred_1280x853px.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"JustIngred_1280x853px-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"JustIngred_1280x853px-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"JustIngred_1280x853px-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"JustIngred_1280x853px-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"JustIngred_1280x853px-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"JustIngred_1280x853px-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"JustIngred_1280x853px-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"JustIngred_1280x853px-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"JustIngred_1280x853px-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21653,3749,'_wp_attachment_image_alt','JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust'),(21654,3748,'_thumbnail_id','3749'),(21655,3748,'_adinserter_block_exceptions',''),(21656,3748,'slide_template','default'),(21657,3748,'_bunyad_featured_post','0'),(21658,3748,'_bunyad_cat_label','0'),(21659,3748,'_bunyad_featured_disable','0'),(21660,3748,'_bunyad_bg_image_bg_type','cover'),(21661,3748,'_bunyad_reviews','0'),(21662,3748,'_bunyad_review_pos','none'),(21663,3748,'_bunyad_review_type','points'),(21664,3748,'_bunyad_review_verdict','Awesome'),(21665,3748,'_yoast_wpseo_focuskw','justingredients'),(21666,3748,'_yoast_wpseo_title','Justingredients discuss how you can bring organic to your venue'),(21667,3748,'_yoast_wpseo_metadesc','JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust'),(21668,3748,'_yoast_wpseo_linkdex','94'),(21669,3748,'_yoast_wpseo_content_score','30'),(21670,3748,'_yoast_wpseo_primary_category','3'),(21671,3748,'xyz_fbap','1'),(21675,3748,'_wpas_done_all','1'),(21678,3748,'_wpas_skip_20130109','1'),(21679,3751,'_wp_attached_file','2019/01/1610MH.png'),(21680,3751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2019/01/1610MH.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"1610MH-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"1610MH-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"1610MH-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"1610MH-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"1610MH-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"1610MH-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"1610MH-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"1610MH-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"1610MH-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"1610MH-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"1610MH-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"1610MH-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"1610MH-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"1610MH-696x696.png\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"1610MH-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"1610MH-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"1610MH-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"1610MH-1068x1068.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"1610MH-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"1610MH-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"1610MH-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"1610MH-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"1610MH-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:19:\"1610MH-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"1610MH-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"1610MH-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"1610MH-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"1610MH-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"1610MH-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"1610MH-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"1610MH-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"1610MH-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"1610MH-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"1610MH-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"1610MH-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"1610MH-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"1610MH-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"1610MH-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"1610MH-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"1610MH-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"1610MH-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21681,3751,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3337888;s:10:\"size_after\";i:3337888;s:4:\"time\";d:3.0599999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24237;s:10:\"size_after\";i:24237;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85718;s:10:\"size_after\";i:85718;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:818503;s:10:\"size_after\";i:818503;s:4:\"time\";d:0.60999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13789;s:10:\"size_after\";i:13789;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:482760;s:10:\"size_after\";i:482760;s:4:\"time\";d:0.45000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:220226;s:10:\"size_after\";i:220226;s:4:\"time\";d:0.23999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:220226;s:10:\"size_after\";i:220226;s:4:\"time\";d:0.20999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67981;s:10:\"size_after\";i:67981;s:4:\"time\";d:0.059999999999999998;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67981;s:10:\"size_after\";i:67981;s:4:\"time\";d:0.10000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28420;s:10:\"size_after\";i:28420;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35759;s:10:\"size_after\";i:35759;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82733;s:10:\"size_after\";i:82733;s:4:\"time\";d:0.10000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84869;s:10:\"size_after\";i:84869;s:4:\"time\";d:0.10000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:226235;s:10:\"size_after\";i:226235;s:4:\"time\";d:0.16;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60702;s:10:\"size_after\";i:60702;s:4:\"time\";d:0.070000000000000007;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:303484;s:10:\"size_after\";i:303484;s:4:\"time\";d:0.16;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113233;s:10:\"size_after\";i:113233;s:4:\"time\";d:0.14999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54129;s:10:\"size_after\";i:54129;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75478;s:10:\"size_after\";i:75478;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15440;s:10:\"size_after\";i:15440;s:4:\"time\";d:0.050000000000000003;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:220226;s:10:\"size_after\";i:220226;s:4:\"time\";d:0.26000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35759;s:10:\"size_after\";i:35759;s:4:\"time\";d:0.040000000000000001;}}}'),(21682,3752,'_wp_attached_file','2019/01/1611CO.png'),(21683,3752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2019/01/1611CO.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"1611CO-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"1611CO-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"1611CO-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"1611CO-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"1611CO-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"1611CO-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"1611CO-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"1611CO-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"1611CO-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"1611CO-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"1611CO-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"1611CO-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"1611CO-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"1611CO-696x696.png\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"1611CO-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"1611CO-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"1611CO-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"1611CO-1068x1068.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"1611CO-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"1611CO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"1611CO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"1611CO-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"1611CO-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:19:\"1611CO-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"1611CO-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"1611CO-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"1611CO-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"1611CO-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"1611CO-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"1611CO-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"1611CO-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"1611CO-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"1611CO-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"1611CO-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"1611CO-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"1611CO-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"1611CO-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"1611CO-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"1611CO-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"1611CO-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"1611CO-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21684,3752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3207354;s:10:\"size_after\";i:3207354;s:4:\"time\";d:3.5799999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20786;s:10:\"size_after\";i:20786;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75630;s:10:\"size_after\";i:75630;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:781709;s:10:\"size_after\";i:781709;s:4:\"time\";d:0.69999999999999996;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11753;s:10:\"size_after\";i:11753;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:491254;s:10:\"size_after\";i:491254;s:4:\"time\";d:0.62;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:218790;s:10:\"size_after\";i:218790;s:4:\"time\";d:0.14999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:218790;s:10:\"size_after\";i:218790;s:4:\"time\";d:0.58999999999999997;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64153;s:10:\"size_after\";i:64153;s:4:\"time\";d:0.059999999999999998;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64153;s:10:\"size_after\";i:64153;s:4:\"time\";d:0.059999999999999998;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25316;s:10:\"size_after\";i:25316;s:4:\"time\";d:0.20000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32182;s:10:\"size_after\";i:32182;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75407;s:10:\"size_after\";i:75407;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74922;s:10:\"size_after\";i:74922;s:4:\"time\";d:0.080000000000000002;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:214930;s:10:\"size_after\";i:214930;s:4:\"time\";d:0.14000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55680;s:10:\"size_after\";i:55680;s:4:\"time\";d:0.070000000000000007;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:291710;s:10:\"size_after\";i:291710;s:4:\"time\";d:0.19;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109327;s:10:\"size_after\";i:109327;s:4:\"time\";d:0.13;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47156;s:10:\"size_after\";i:47156;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:68424;s:10:\"size_after\";i:68424;s:4:\"time\";d:0.11;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14310;s:10:\"size_after\";i:14310;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:218790;s:10:\"size_after\";i:218790;s:4:\"time\";d:0.13;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32182;s:10:\"size_after\";i:32182;s:4:\"time\";d:0.040000000000000001;}}}'),(21685,3753,'_wp_attached_file','2019/01/1612BPC.png'),(21686,3753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2019/01/1612BPC.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"1612BPC-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"1612BPC-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"1612BPC-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"1612BPC-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"1612BPC-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"1612BPC-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"1612BPC-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"1612BPC-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"1612BPC-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"1612BPC-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"1612BPC-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"1612BPC-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"1612BPC-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"1612BPC-696x696.png\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"1612BPC-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"1612BPC-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"1612BPC-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"1612BPC-1068x1068.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"1612BPC-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1612BPC-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:\"1612BPC-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1612BPC-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"1612BPC-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"1612BPC-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"1612BPC-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"1612BPC-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"1612BPC-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"1612BPC-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"1612BPC-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"1612BPC-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"1612BPC-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"1612BPC-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"1612BPC-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"1612BPC-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"1612BPC-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"1612BPC-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"1612BPC-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"1612BPC-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"1612BPC-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"1612BPC-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"1612BPC-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21687,3753,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3414936;s:10:\"size_after\";i:3414936;s:4:\"time\";d:2.9400000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23569;s:10:\"size_after\";i:23569;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:83076;s:10:\"size_after\";i:83076;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:783976;s:10:\"size_after\";i:783976;s:4:\"time\";d:0.58999999999999997;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13427;s:10:\"size_after\";i:13427;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:521388;s:10:\"size_after\";i:521388;s:4:\"time\";d:0.39000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239301;s:10:\"size_after\";i:239301;s:4:\"time\";d:0.19;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239301;s:10:\"size_after\";i:239301;s:4:\"time\";d:0.16;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73352;s:10:\"size_after\";i:73352;s:4:\"time\";d:0.10000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73352;s:10:\"size_after\";i:73352;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28639;s:10:\"size_after\";i:28639;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37149;s:10:\"size_after\";i:37149;s:4:\"time\";d:0.070000000000000007;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85340;s:10:\"size_after\";i:85340;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82461;s:10:\"size_after\";i:82461;s:4:\"time\";d:0.070000000000000007;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:224934;s:10:\"size_after\";i:224934;s:4:\"time\";d:0.33000000000000002;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61787;s:10:\"size_after\";i:61787;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:297895;s:10:\"size_after\";i:297895;s:4:\"time\";d:0.20000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122365;s:10:\"size_after\";i:122365;s:4:\"time\";d:0.10000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52454;s:10:\"size_after\";i:52454;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77834;s:10:\"size_after\";i:77834;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16886;s:10:\"size_after\";i:16886;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239301;s:10:\"size_after\";i:239301;s:4:\"time\";d:0.23000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37149;s:10:\"size_after\";i:37149;s:4:\"time\";d:0.070000000000000007;}}}'),(21688,3754,'_wp_attached_file','2019/01/1613CO_1.png'),(21689,3754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2019/01/1613CO_1.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1613CO_1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"1613CO_1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"1613CO_1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"1613CO_1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"1613CO_1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"1613CO_1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"1613CO_1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"1613CO_1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"1613CO_1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"1613CO_1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"1613CO_1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"1613CO_1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"1613CO_1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"1613CO_1-696x696.png\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"1613CO_1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"1613CO_1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"1613CO_1-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"1613CO_1-1068x1068.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"1613CO_1-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1613CO_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1613CO_1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"1613CO_1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"1613CO_1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"1613CO_1-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"1613CO_1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"1613CO_1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"1613CO_1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"1613CO_1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"1613CO_1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"1613CO_1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"1613CO_1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"1613CO_1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"1613CO_1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"1613CO_1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"1613CO_1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"1613CO_1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"1613CO_1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"1613CO_1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"1613CO_1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"1613CO_1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"1613CO_1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21690,3754,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.0023376687532198079;s:5:\"bytes\";i:106;s:11:\"size_before\";i:4534432;s:10:\"size_after\";i:4534326;s:4:\"time\";d:2.2899999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25953;s:10:\"size_after\";i:25953;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89944;s:10:\"size_after\";i:89944;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:852467;s:10:\"size_after\";i:852467;s:4:\"time\";d:0.47999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.69999999999999996;s:5:\"bytes\";i:106;s:11:\"size_before\";i:15114;s:10:\"size_after\";i:15008;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:821902;s:10:\"size_after\";i:821902;s:4:\"time\";d:0.29999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:380079;s:10:\"size_after\";i:380079;s:4:\"time\";d:0.16;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:380079;s:10:\"size_after\";i:380079;s:4:\"time\";d:0.20000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110273;s:10:\"size_after\";i:110273;s:4:\"time\";d:0.059999999999999998;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110273;s:10:\"size_after\";i:110273;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31455;s:10:\"size_after\";i:31455;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47463;s:10:\"size_after\";i:47463;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112076;s:10:\"size_after\";i:112076;s:4:\"time\";d:0.050000000000000003;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89245;s:10:\"size_after\";i:89245;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:262849;s:10:\"size_after\";i:262849;s:4:\"time\";d:0.13;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73089;s:10:\"size_after\";i:73089;s:4:\"time\";d:0.059999999999999998;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:328564;s:10:\"size_after\";i:328564;s:4:\"time\";d:0.17000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:189686;s:10:\"size_after\";i:189686;s:4:\"time\";d:0.089999999999999997;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57665;s:10:\"size_after\";i:57665;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102327;s:10:\"size_after\";i:102327;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26387;s:10:\"size_after\";i:26387;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:380079;s:10:\"size_after\";i:380079;s:4:\"time\";d:0.17000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47463;s:10:\"size_after\";i:47463;s:4:\"time\";d:0.040000000000000001;}}}'),(21691,3751,'_wp_attachment_image_alt','JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust'),(21692,3752,'_wp_attachment_image_alt','JustIngredients'),(21693,3753,'_wp_attachment_image_alt','JustIngredients'),(21700,3757,'_edit_last','1'),(21701,3757,'_edit_lock','1547737021:1'),(21702,3758,'_wp_attached_file','2019/01/image00108-e1547734349786.jpeg'),(21703,3758,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5542933564272925;s:5:\"bytes\";i:151721;s:11:\"size_before\";i:1773624;s:10:\"size_after\";i:1621903;s:4:\"time\";d:1.1800000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:600;s:11:\"size_before\";i:6262;s:10:\"size_after\";i:5965;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:13302;s:10:\"size_after\";i:12814;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:5085;s:11:\"size_before\";i:90959;s:10:\"size_after\";i:88334;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006;s:5:\"bytes\";i:453;s:11:\"size_before\";i:3621;s:10:\"size_after\";i:3287;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.809999999999999;s:5:\"bytes\";i:5459;s:11:\"size_before\";i:80764;s:10:\"size_after\";i:60729;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.52;s:5:\"bytes\";i:2013;s:11:\"size_before\";i:39557;s:10:\"size_after\";i:29066;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.210000000000001;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38350;s:10:\"size_after\";i:29066;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.960000000000001;s:5:\"bytes\";i:930;s:11:\"size_before\";i:14558;s:10:\"size_after\";i:11070;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.859999999999999;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13988;s:10:\"size_after\";i:11070;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6199999999999992;s:5:\"bytes\";i:606;s:11:\"size_before\";i:6458;s:10:\"size_after\";i:5837;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9;s:5:\"bytes\";i:646;s:11:\"size_before\";i:7947;s:10:\"size_after\";i:6763;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.07;s:5:\"bytes\";i:1031;s:11:\"size_before\";i:15679;s:10:\"size_after\";i:12846;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4300000000000002;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:15127;s:10:\"size_after\";i:14608;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.24;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:34757;s:10:\"size_after\";i:29461;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.82;s:5:\"bytes\";i:890;s:11:\"size_before\";i:11991;s:10:\"size_after\";i:10094;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.390000000000001;s:5:\"bytes\";i:2252;s:11:\"size_before\";i:43739;s:10:\"size_after\";i:37443;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.93;s:5:\"bytes\";i:1268;s:11:\"size_before\";i:22432;s:10:\"size_after\";i:16615;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2100000000000009;s:5:\"bytes\";i:876;s:11:\"size_before\";i:11768;s:10:\"size_after\";i:10684;s:4:\"time\";d:0.089999999999999997;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.100000000000001;s:5:\"bytes\";i:959;s:11:\"size_before\";i:14486;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001;s:5:\"bytes\";i:444;s:11:\"size_before\";i:4477;s:10:\"size_after\";i:3692;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.210000000000001;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38350;s:10:\"size_after\";i:29066;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7550;s:10:\"size_after\";i:6763;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:3313;s:11:\"size_before\";i:110162;s:10:\"size_after\";i:106849;s:4:\"time\";d:0.059999999999999998;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:24096;s:10:\"size_after\";i:22808;s:4:\"time\";d:0.20999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2629;s:11:\"size_before\";i:53306;s:10:\"size_after\";i:50677;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:801;s:11:\"size_before\";i:13636;s:10:\"size_after\";i:12835;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:10333;s:11:\"size_before\";i:181647;s:10:\"size_after\";i:171314;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2980;s:11:\"size_before\";i:59050;s:10:\"size_after\";i:56070;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:25148;s:10:\"size_after\";i:23818;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:31069;s:10:\"size_after\";i:29467;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:3074;s:11:\"size_before\";i:63697;s:10:\"size_after\";i:60623;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:2693;s:11:\"size_before\";i:55296;s:10:\"size_after\";i:52603;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:8083;s:11:\"size_before\";i:154518;s:10:\"size_after\";i:146435;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:47685;s:10:\"size_after\";i:45295;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:11449;s:11:\"size_before\";i:201067;s:10:\"size_after\";i:189618;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:4701;s:11:\"size_before\";i:94333;s:10:\"size_after\";i:89632;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2297;s:11:\"size_before\";i:46622;s:10:\"size_after\";i:44325;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2924;s:11:\"size_before\";i:59261;s:10:\"size_after\";i:56337;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:994;s:11:\"size_before\";i:16909;s:10:\"size_after\";i:15915;s:4:\"time\";d:0.01;}}}'),(21704,3758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1616;s:4:\"file\";s:38:\"2019/01/image00108-e1547734349786.jpeg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"image00108-e1547734349786-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"image00108-e1547734349786-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"image00108-e1547734349786-696x1041.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:1041;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"image00108-e1547734349786-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"image00108-e1547734349786-1068x1598.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-281x420.jpeg\";s:5:\"width\";i:281;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"image00108-e1547734349786-768x1149.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"image00108-e1547734349786-684x1024.jpeg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"image00108-e1547734349786-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"image00108-e1547734349786-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"image00108-e1547734349786-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"image00108-e1547734349786-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21705,3758,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1616;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"image00108.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"image00108-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"image00108-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:24:\"image00108-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"image00108-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:24:\"image00108-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:23:\"image00108-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:23:\"image00108-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:23:\"image00108-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:23:\"image00108-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:23:\"image00108-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:23:\"image00108-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:23:\"image00108-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:23:\"image00108-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:23:\"image00108-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:23:\"image00108-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:23:\"image00108-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:23:\"image00108-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:23:\"image00108-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:23:\"image00108-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:22:\"image00108-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:23:\"image00108-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:23:\"image00108-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(21706,3758,'_wp_attachment_image_alt','Black Magic Rum'),(21707,3757,'_adinserter_block_exceptions',''),(21708,3757,'slide_template','default'),(21709,3757,'_bunyad_featured_post','0'),(21710,3757,'_bunyad_cat_label','0'),(21711,3757,'_bunyad_featured_disable','0'),(21712,3757,'_bunyad_bg_image_bg_type','cover'),(21713,3757,'_bunyad_reviews','0'),(21714,3757,'_bunyad_review_pos','none'),(21715,3757,'_bunyad_review_type','points'),(21716,3757,'_bunyad_review_verdict','Awesome'),(21717,3757,'_yoast_wpseo_focuskw','Black Magic Rum'),(21718,3757,'_yoast_wpseo_title','On-Trade Progress - In the Mix with Black Magic Rum'),(21719,3757,'_yoast_wpseo_metadesc','On-Trade Progress discovers Black Magic Rum and brings you the perfect, delicious cocktail you must be serving up this season'),(21720,3757,'_yoast_wpseo_linkdex','79'),(21721,3757,'_yoast_wpseo_content_score','90'),(21722,3757,'_yoast_wpseo_primary_category','2'),(21725,3739,'_wpas_skip_20130109','1'),(21730,3765,'_edit_last','1'),(21731,3765,'_edit_lock','1547736348:1'),(21732,3765,'_thumbnail_id','3636'),(21733,3765,'_adinserter_block_exceptions',''),(21734,3765,'slide_template','default'),(21735,3765,'_bunyad_featured_post','0'),(21736,3765,'_bunyad_cat_label','0'),(21737,3765,'_bunyad_featured_disable','0'),(21738,3765,'_bunyad_bg_image_bg_type','cover'),(21739,3765,'_bunyad_reviews','0'),(21740,3765,'_bunyad_review_pos','none'),(21741,3765,'_bunyad_review_type','points'),(21742,3765,'_bunyad_review_verdict','Awesome'),(21743,3765,'_yoast_wpseo_focuskw','casual dining show'),(21744,3765,'_yoast_wpseo_title','On-Trade Progress - Casual Dining Show 2019 preview'),(21745,3765,'_yoast_wpseo_metadesc','Casual Dining Show – the definitive trade show for the UK’s pub, bar and restaurant sector is back, on 27-28 February, at its new home ExCeL London'),(21746,3765,'_yoast_wpseo_linkdex','89'),(21747,3765,'_yoast_wpseo_content_score','30'),(21748,3765,'_yoast_wpseo_primary_category','33'),(21749,3765,'xyz_fbap','1'),(21753,3765,'_wpas_done_all','1'),(21756,3765,'_wpas_skip_20130109','1'),(21759,3768,'_wp_attached_file','2019/01/DeadMansFinger_1280x853px.jpg'),(21760,3768,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2203892533177463;s:5:\"bytes\";i:48736;s:11:\"size_before\";i:1154775;s:10:\"size_after\";i:1106039;s:4:\"time\";d:2.5799999999999979;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:360;s:11:\"size_before\";i:6442;s:10:\"size_after\";i:6082;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:540;s:11:\"size_before\";i:12729;s:10:\"size_after\";i:12189;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:2238;s:11:\"size_before\";i:76266;s:10:\"size_after\";i:74028;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:265;s:11:\"size_before\";i:3815;s:10:\"size_after\";i:3550;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2031;s:11:\"size_before\";i:67685;s:10:\"size_after\";i:65654;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:36019;s:10:\"size_after\";i:34900;s:4:\"time\";d:1.52;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34900;s:10:\"size_after\";i:34900;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:535;s:11:\"size_before\";i:14126;s:10:\"size_after\";i:13591;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13591;s:10:\"size_after\";i:13591;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6505;s:10:\"size_after\";i:6167;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:351;s:11:\"size_before\";i:7711;s:10:\"size_after\";i:7360;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:602;s:11:\"size_before\";i:14940;s:10:\"size_after\";i:14338;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:588;s:11:\"size_before\";i:14196;s:10:\"size_after\";i:13608;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:31931;s:10:\"size_after\";i:30842;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:459;s:11:\"size_before\";i:11434;s:10:\"size_after\";i:10975;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:39615;s:10:\"size_after\";i:38355;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:761;s:11:\"size_before\";i:21294;s:10:\"size_after\";i:20533;s:4:\"time\";d:0.23000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:508;s:11:\"size_before\";i:11595;s:10:\"size_after\";i:11087;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:578;s:11:\"size_before\";i:13941;s:10:\"size_after\";i:13363;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:280;s:11:\"size_before\";i:4752;s:10:\"size_after\";i:4472;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34900;s:10:\"size_after\";i:34900;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7360;s:10:\"size_after\";i:7360;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1469;s:11:\"size_before\";i:24253;s:10:\"size_after\";i:22784;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:2416;s:11:\"size_before\";i:48547;s:10:\"size_after\";i:46131;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:845;s:11:\"size_before\";i:13574;s:10:\"size_after\";i:12729;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:2903;s:11:\"size_before\";i:53686;s:10:\"size_after\";i:50783;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:1379;s:11:\"size_before\";i:24337;s:10:\"size_after\";i:22958;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:1469;s:11:\"size_before\";i:28826;s:10:\"size_after\";i:27357;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:2950;s:11:\"size_before\";i:57368;s:10:\"size_after\";i:54418;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:3125;s:11:\"size_before\";i:54203;s:10:\"size_after\";i:51078;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:5680;s:11:\"size_before\";i:124214;s:10:\"size_after\";i:118534;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:2276;s:11:\"size_before\";i:43997;s:10:\"size_after\";i:41721;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:4192;s:11:\"size_before\";i:81461;s:10:\"size_after\";i:77269;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:2529;s:11:\"size_before\";i:44385;s:10:\"size_after\";i:41856;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2609;s:11:\"size_before\";i:53338;s:10:\"size_after\";i:50729;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:992;s:11:\"size_before\";i:16839;s:10:\"size_after\";i:15847;s:4:\"time\";d:0.01;}}}'),(21761,3768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2019/01/DeadMansFinger_1280x853px.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"DeadMansFinger_1280x853px-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"DeadMansFinger_1280x853px-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"DeadMansFinger_1280x853px-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"DeadMansFinger_1280x853px-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"DeadMansFinger_1280x853px-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"DeadMansFinger_1280x853px-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"DeadMansFinger_1280x853px-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"DeadMansFinger_1280x853px-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"DeadMansFinger_1280x853px-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21762,3768,'_wp_attachment_image_alt','Black Magic Rum'),(21763,3757,'_thumbnail_id','3768'),(21764,3757,'xyz_fbap','1'),(21768,3757,'_wpas_done_all','1'),(21773,3772,'_edit_last','1'),(21774,3772,'_edit_lock','1547741123:1'),(21775,3773,'_wp_attached_file','2019/01/48411252_1016528285199320_8278645404019458048_n.jpg'),(21776,3773,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0236841456595718;s:5:\"bytes\";i:31015;s:11:\"size_before\";i:770811;s:10:\"size_after\";i:739796;s:4:\"time\";d:0.68000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:34:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:236;s:11:\"size_before\";i:5099;s:10:\"size_after\";i:4863;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:504;s:11:\"size_before\";i:14139;s:10:\"size_after\";i:13635;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:188;s:11:\"size_before\";i:3008;s:10:\"size_after\";i:2820;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:2119;s:11:\"size_before\";i:48547;s:10:\"size_after\";i:46428;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:25727;s:10:\"size_after\";i:24687;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24687;s:10:\"size_after\";i:24687;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:374;s:11:\"size_before\";i:9946;s:10:\"size_after\";i:9572;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9572;s:10:\"size_after\";i:9572;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:204;s:11:\"size_before\";i:5059;s:10:\"size_after\";i:4855;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:238;s:11:\"size_before\";i:6033;s:10:\"size_after\";i:5795;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:434;s:11:\"size_before\";i:11167;s:10:\"size_after\";i:10733;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:458;s:11:\"size_before\";i:12726;s:10:\"size_after\";i:12268;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:981;s:11:\"size_before\";i:26813;s:10:\"size_after\";i:25832;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:348;s:11:\"size_before\";i:8982;s:10:\"size_after\";i:8634;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:33729;s:10:\"size_after\";i:32468;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:597;s:11:\"size_before\";i:14801;s:10:\"size_after\";i:14204;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:351;s:11:\"size_before\";i:9090;s:10:\"size_after\";i:8739;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:367;s:11:\"size_before\";i:10503;s:10:\"size_after\";i:10136;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:167;s:11:\"size_before\";i:3351;s:10:\"size_after\";i:3184;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24687;s:10:\"size_after\";i:24687;s:4:\"time\";d:0.050000000000000003;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5795;s:10:\"size_after\";i:5795;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:949;s:11:\"size_before\";i:19634;s:10:\"size_after\";i:18685;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:2665;s:11:\"size_before\";i:60074;s:10:\"size_after\";i:57409;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:542;s:11:\"size_before\";i:10458;s:10:\"size_after\";i:9916;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1783;s:11:\"size_before\";i:39666;s:10:\"size_after\";i:37883;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:973;s:11:\"size_before\";i:19686;s:10:\"size_after\";i:18713;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:1161;s:11:\"size_before\";i:23039;s:10:\"size_after\";i:21878;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:2160;s:11:\"size_before\";i:45627;s:10:\"size_after\";i:43467;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:2439;s:11:\"size_before\";i:52838;s:10:\"size_after\";i:50399;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:36493;s:10:\"size_after\";i:34877;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:2716;s:11:\"size_before\";i:58276;s:10:\"size_after\";i:55560;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1674;s:11:\"size_before\";i:37239;s:10:\"size_after\";i:35565;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:1952;s:11:\"size_before\";i:42747;s:10:\"size_after\";i:40795;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:518;s:11:\"size_before\";i:11573;s:10:\"size_after\";i:11055;s:4:\"time\";d:0.01;}}}'),(21777,3773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2019/01/48411252_1016528285199320_8278645404019458048_n.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"48411252_1016528285199320_8278645404019458048_n-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"48411252_1016528285199320_8278645404019458048_n-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"48411252_1016528285199320_8278645404019458048_n-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-960x516.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:58:\"48411252_1016528285199320_8278645404019458048_n-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:59:\"48411252_1016528285199320_8278645404019458048_n-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21778,3773,'_wp_attachment_image_alt','Krombacher Pourfection'),(21779,3774,'_wp_attached_file','2019/01/beer-3620867_1920.jpg'),(21780,3774,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1847853439912956;s:5:\"bytes\";i:109404;s:11:\"size_before\";i:2110097;s:10:\"size_after\";i:2000693;s:4:\"time\";d:1.1000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8613;s:10:\"size_after\";i:8005;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:1136;s:11:\"size_before\";i:18922;s:10:\"size_after\";i:17786;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:5770;s:11:\"size_before\";i:148028;s:10:\"size_after\";i:142258;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:364;s:11:\"size_before\";i:4636;s:10:\"size_after\";i:4272;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:3651;s:11:\"size_before\";i:105861;s:10:\"size_after\";i:102210;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:52029;s:10:\"size_after\";i:49992;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49992;s:10:\"size_after\";i:49992;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:18827;s:10:\"size_after\";i:17802;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17802;s:10:\"size_after\";i:17802;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:580;s:11:\"size_before\";i:8476;s:10:\"size_after\";i:7896;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:586;s:11:\"size_before\";i:10168;s:10:\"size_after\";i:9582;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:21005;s:10:\"size_after\";i:19947;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:21741;s:10:\"size_after\";i:20538;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:2121;s:11:\"size_before\";i:50015;s:10:\"size_after\";i:47894;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:849;s:11:\"size_before\";i:15679;s:10:\"size_after\";i:14830;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:2581;s:11:\"size_before\";i:64042;s:10:\"size_after\";i:61461;s:4:\"time\";d:0.089999999999999997;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:28912;s:10:\"size_after\";i:27627;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:969;s:11:\"size_before\";i:16379;s:10:\"size_after\";i:15410;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:19366;s:10:\"size_after\";i:18362;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:351;s:11:\"size_before\";i:5564;s:10:\"size_after\";i:5213;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49992;s:10:\"size_after\";i:49992;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9582;s:10:\"size_after\";i:9582;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:2688;s:11:\"size_before\";i:36847;s:10:\"size_after\";i:34159;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:5524;s:11:\"size_before\";i:82866;s:10:\"size_after\";i:77342;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:1502;s:11:\"size_before\";i:18942;s:10:\"size_after\";i:17440;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:4935;s:11:\"size_before\";i:81544;s:10:\"size_after\";i:76609;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:2426;s:11:\"size_before\";i:36141;s:10:\"size_after\";i:33715;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:2832;s:11:\"size_before\";i:43244;s:10:\"size_after\";i:40412;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:5575;s:11:\"size_before\";i:92012;s:10:\"size_after\";i:86437;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:96228;s:10:\"size_after\";i:90012;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:12220;s:11:\"size_before\";i:220311;s:10:\"size_after\";i:208091;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:4365;s:11:\"size_before\";i:68876;s:10:\"size_after\";i:64511;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:14985;s:11:\"size_before\";i:281162;s:10:\"size_after\";i:266177;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:7401;s:11:\"size_before\";i:127289;s:10:\"size_after\";i:119888;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:4837;s:11:\"size_before\";i:71927;s:10:\"size_after\";i:67090;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:5182;s:11:\"size_before\";i:85307;s:10:\"size_after\";i:80125;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:21770;s:10:\"size_after\";i:20232;s:4:\"time\";d:0.01;}}}'),(21781,3774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2019/01/beer-3620867_1920.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"beer-3620867_1920-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"beer-3620867_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"beer-3620867_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"beer-3620867_1920-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"beer-3620867_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"beer-3620867_1920-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-150x150.jpg\";s:5:\"width\";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:\"beer-3620867_1920-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"beer-3620867_1920-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-3620867_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"beer-3620867_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"beer-3620867_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"beer-3620867_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21782,3774,'_wp_attachment_image_alt','Krombacher Pourfection'),(21783,3772,'_thumbnail_id','3773'),(21784,3772,'_adinserter_block_exceptions',''),(21785,3772,'slide_template','default'),(21786,3772,'_bunyad_featured_post','0'),(21787,3772,'_bunyad_cat_label','0'),(21788,3772,'_bunyad_featured_disable','0'),(21789,3772,'_bunyad_bg_image_bg_type','cover'),(21790,3772,'_bunyad_reviews','0'),(21791,3772,'_bunyad_review_pos','none'),(21792,3772,'_bunyad_review_type','points'),(21793,3772,'_bunyad_review_verdict','Awesome'),(21794,3772,'_yoast_wpseo_focuskw','Pourfection'),(21795,3772,'_yoast_wpseo_title','Perfect your pour and win a trip to the Krombacher Brewery in Pourfection'),(21796,3772,'_yoast_wpseo_metadesc','Germany’s number one premium beer brand Krombacher has kickstarted the year with the launch of Pourfection 2019 an all-expenses-paid competition'),(21797,3772,'_yoast_wpseo_linkdex','84'),(21798,3772,'_yoast_wpseo_content_score','30'),(21799,3772,'_yoast_wpseo_primary_category',''),(21800,3772,'xyz_fbap','1'),(21804,3772,'_wpas_done_all','1'),(21807,3772,'_wpas_skip_20130109','1'),(21810,3778,'_edit_last','1'),(21811,3778,'_edit_lock','1548083196:1'),(21812,3778,'_adinserter_block_exceptions',''),(21813,3778,'slide_template','default'),(21814,3778,'_bunyad_featured_post','0'),(21815,3778,'_bunyad_cat_label','0'),(21816,3778,'_bunyad_featured_disable','0'),(21817,3778,'_bunyad_bg_image_bg_type','cover'),(21818,3778,'_bunyad_reviews','0'),(21819,3778,'_bunyad_review_pos','none'),(21820,3778,'_bunyad_review_type','points'),(21821,3778,'_bunyad_review_verdict','Awesome'),(21822,3778,'_yoast_wpseo_focuskw','3c payment'),(21823,3778,'_yoast_wpseo_title','3C Payment works with Discover to expand card acceptance'),(21824,3778,'_yoast_wpseo_metadesc','3C Payment, a leading global payment service provider, and Diners Club International, a subsidiary of Discover Financial Services'),(21825,3778,'_yoast_wpseo_linkdex','94'),(21826,3778,'_yoast_wpseo_content_score','30'),(21827,3778,'_yoast_wpseo_primary_category','10'),(21832,3778,'xyz_fbap','1'),(21836,3778,'_wp_old_date','2019-01-17'),(21837,3778,'_wpas_done_all','1'),(21838,3782,'_wp_attached_file','2019/01/1-3CPayment-LOGO-MAIN-RGB.jpg'),(21839,3782,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.093391962178085;s:5:\"bytes\";i:120958;s:11:\"size_before\";i:601979;s:10:\"size_after\";i:481021;s:4:\"time\";d:0.56000000000000039;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.68;s:5:\"bytes\";i:497;s:11:\"size_before\";i:3920;s:10:\"size_after\";i:3423;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.190000000000001;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:7816;s:10:\"size_after\";i:6394;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.18;s:5:\"bytes\";i:11853;s:11:\"size_before\";i:35721;s:10:\"size_after\";i:23868;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6;s:5:\"bytes\";i:293;s:11:\"size_before\";i:2526;s:10:\"size_after\";i:2233;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.949999999999999;s:5:\"bytes\";i:7759;s:11:\"size_before\";i:29897;s:10:\"size_after\";i:22138;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.670000000000002;s:5:\"bytes\";i:3638;s:11:\"size_before\";i:17599;s:10:\"size_after\";i:13961;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13961;s:10:\"size_after\";i:13961;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000001;s:5:\"bytes\";i:1311;s:11:\"size_before\";i:8295;s:10:\"size_after\";i:6984;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6984;s:10:\"size_after\";i:6984;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999;s:5:\"bytes\";i:578;s:11:\"size_before\";i:3866;s:10:\"size_after\";i:3288;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.779999999999999;s:5:\"bytes\";i:693;s:11:\"size_before\";i:4690;s:10:\"size_after\";i:3997;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.789999999999999;s:5:\"bytes\";i:1386;s:11:\"size_before\";i:7793;s:10:\"size_after\";i:6407;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.73;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:7497;s:10:\"size_after\";i:6243;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.370000000000001;s:5:\"bytes\";i:3222;s:11:\"size_before\";i:14404;s:10:\"size_after\";i:11182;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.33;s:5:\"bytes\";i:951;s:11:\"size_before\";i:6205;s:10:\"size_after\";i:5254;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.300000000000001;s:5:\"bytes\";i:3992;s:11:\"size_before\";i:16427;s:10:\"size_after\";i:12435;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.539999999999999;s:5:\"bytes\";i:2278;s:11:\"size_before\";i:11659;s:10:\"size_after\";i:9381;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.390000000000001;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:6267;s:10:\"size_after\";i:5177;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.140000000000001;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:7522;s:10:\"size_after\";i:6233;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.539999999999999;s:5:\"bytes\";i:493;s:11:\"size_before\";i:3932;s:10:\"size_after\";i:3439;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13961;s:10:\"size_after\";i:13961;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3997;s:10:\"size_after\";i:3997;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.079999999999998;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:10276;s:10:\"size_after\";i:8521;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.920000000000002;s:5:\"bytes\";i:4740;s:11:\"size_before\";i:22660;s:10:\"size_after\";i:17920;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.079999999999998;s:5:\"bytes\";i:1169;s:11:\"size_before\";i:6844;s:10:\"size_after\";i:5675;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.379999999999999;s:5:\"bytes\";i:11407;s:11:\"size_before\";i:50961;s:10:\"size_after\";i:39554;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.640000000000001;s:5:\"bytes\";i:4319;s:11:\"size_before\";i:23173;s:10:\"size_after\";i:18854;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.23;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:11029;s:10:\"size_after\";i:9239;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.300000000000001;s:5:\"bytes\";i:2336;s:11:\"size_before\";i:13501;s:10:\"size_after\";i:11165;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.690000000000001;s:5:\"bytes\";i:4556;s:11:\"size_before\";i:23141;s:10:\"size_after\";i:18585;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000002;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:20747;s:10:\"size_after\";i:16752;s:4:\"time\";d:0.01;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.390000000000001;s:5:\"bytes\";i:9968;s:11:\"size_before\";i:40867;s:10:\"size_after\";i:30899;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.859999999999999;s:5:\"bytes\";i:3244;s:11:\"size_before\";i:17202;s:10:\"size_after\";i:13958;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.77;s:5:\"bytes\";i:12246;s:11:\"size_before\";i:47529;s:10:\"size_after\";i:35283;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.219999999999999;s:5:\"bytes\";i:6685;s:11:\"size_before\";i:31510;s:10:\"size_after\";i:24825;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999999;s:5:\"bytes\";i:3027;s:11:\"size_before\";i:16167;s:10:\"size_after\";i:13140;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.68;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:21580;s:10:\"size_after\";i:17333;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.970000000000001;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:9853;s:10:\"size_after\";i:8378;s:4:\"time\";d:0.01;}}}'),(21840,3782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1854;s:6:\"height\";i:1854;s:4:\"file\";s:37:\"2019/01/1-3CPayment-LOGO-MAIN-RGB.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"1-3CPayment-LOGO-MAIN-RGB-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"1-3CPayment-LOGO-MAIN-RGB-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"1-3CPayment-LOGO-MAIN-RGB-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"1-3CPayment-LOGO-MAIN-RGB-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"1-3CPayment-LOGO-MAIN-RGB-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"1-3CPayment-LOGO-MAIN-RGB-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"1-3CPayment-LOGO-MAIN-RGB-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"1-3CPayment-LOGO-MAIN-RGB-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"1-3CPayment-LOGO-MAIN-RGB-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21841,3782,'_wp_attachment_image_alt','3c Payment'),(21842,3778,'_thumbnail_id','3782'),(21845,3778,'_wpas_skip_20130109','1'),(21848,3784,'_edit_last','1'),(21849,3784,'_edit_lock','1548083998:1'),(21850,3785,'_wp_attached_file','2019/01/MIBRASA-Oven.jpg'),(21851,3785,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9147561371649262;s:5:\"bytes\";i:134994;s:11:\"size_before\";i:2746708;s:10:\"size_after\";i:2611714;s:4:\"time\";d:1.1000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:404;s:11:\"size_before\";i:7242;s:10:\"size_after\";i:6838;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:797;s:11:\"size_before\";i:16213;s:10:\"size_after\";i:15416;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000001;s:5:\"bytes\";i:2678;s:11:\"size_before\";i:103785;s:10:\"size_after\";i:101107;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:287;s:11:\"size_before\";i:4206;s:10:\"size_after\";i:3919;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:2319;s:11:\"size_before\";i:84460;s:10:\"size_after\";i:82141;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:43517;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42104;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:791;s:11:\"size_before\";i:16998;s:10:\"size_after\";i:16207;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16207;s:10:\"size_after\";i:16207;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7595;s:10:\"size_after\";i:7127;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:539;s:11:\"size_before\";i:9598;s:10:\"size_after\";i:9059;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:889;s:11:\"size_before\";i:18885;s:10:\"size_after\";i:17996;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:609;s:11:\"size_before\";i:16038;s:10:\"size_after\";i:15429;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1445;s:11:\"size_before\";i:40591;s:10:\"size_after\";i:39146;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:758;s:11:\"size_before\";i:14150;s:10:\"size_after\";i:13392;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:49260;s:10:\"size_after\";i:47717;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:25693;s:10:\"size_after\";i:24569;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:661;s:11:\"size_before\";i:13511;s:10:\"size_after\";i:12850;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:916;s:11:\"size_before\";i:17606;s:10:\"size_after\";i:16690;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:338;s:11:\"size_before\";i:5427;s:10:\"size_after\";i:5089;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42104;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9059;s:10:\"size_after\";i:9059;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:27819;s:10:\"size_after\";i:26134;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:62735;s:10:\"size_after\";i:59117;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:28320;s:11:\"size_before\";i:503495;s:10:\"size_after\";i:475175;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:1093;s:11:\"size_before\";i:15710;s:10:\"size_after\";i:14617;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:22739;s:11:\"size_before\";i:407061;s:10:\"size_after\";i:384322;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:9118;s:11:\"size_before\";i:183196;s:10:\"size_after\";i:174078;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3771;s:11:\"size_before\";i:66036;s:10:\"size_after\";i:62265;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:28768;s:10:\"size_after\";i:26911;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:36868;s:10:\"size_after\";i:34488;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:73589;s:10:\"size_after\";i:69496;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:3097;s:11:\"size_before\";i:64520;s:10:\"size_after\";i:61423;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:8122;s:11:\"size_before\";i:165750;s:10:\"size_after\";i:157628;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:3169;s:11:\"size_before\";i:54973;s:10:\"size_after\";i:51804;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:10490;s:11:\"size_before\";i:209734;s:10:\"size_after\";i:199244;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:5333;s:11:\"size_before\";i:101460;s:10:\"size_after\";i:96127;s:4:\"time\";d:0.080000000000000002;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2801;s:11:\"size_before\";i:52326;s:10:\"size_after\";i:49525;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:68605;s:10:\"size_after\";i:64750;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:1474;s:11:\"size_before\";i:19814;s:10:\"size_after\";i:18340;s:4:\"time\";d:0.02;}}}'),(21852,3785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5303;s:6:\"height\";i:3535;s:4:\"file\";s:24:\"2019/01/MIBRASA-Oven.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"MIBRASA-Oven-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"MIBRASA-Oven-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"MIBRASA-Oven-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"MIBRASA-Oven-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"MIBRASA-Oven-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MIBRASA-Oven-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"MIBRASA-Oven-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"MIBRASA-Oven-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"MIBRASA-Oven-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"MIBRASA-Oven-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486977529\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21853,3785,'_wp_attachment_image_alt','MIBRASA charcoal oven - Charcoal roasted cod fillet with a bacon & hazelnut crumb, puy lentils, charred vegetables and chorizo mayo'),(21854,3784,'_thumbnail_id','3785'),(21855,3784,'_adinserter_block_exceptions',''),(21856,3784,'slide_template','default'),(21857,3784,'_bunyad_featured_post','0'),(21858,3784,'_bunyad_cat_label','0'),(21859,3784,'_bunyad_featured_disable','0'),(21860,3784,'_bunyad_bg_image_bg_type','cover'),(21861,3784,'_bunyad_reviews','0'),(21862,3784,'_bunyad_review_pos','none'),(21863,3784,'_bunyad_review_type','points'),(21864,3784,'_bunyad_review_verdict','Awesome'),(21865,3784,'_yoast_wpseo_focuskw','mibrasa'),(21866,3784,'_yoast_wpseo_title','On The Plate with MIBRASA charcoal oven from Ascentia'),(21867,3784,'_yoast_wpseo_metadesc','MIBRASA charcoal oven - Charcoal roasted cod fillet with a bacon & hazelnut crumb, puy lentils, charred vegetables and chorizo mayo'),(21868,3784,'_yoast_wpseo_linkdex','92'),(21869,3784,'_yoast_wpseo_content_score','60'),(21870,3784,'_yoast_wpseo_primary_category','3'),(21871,3784,'xyz_fbap','1'),(21875,3784,'_wpas_done_all','1'),(21876,3787,'_edit_last','1'),(21877,3787,'_edit_lock','1548084506:1'),(21878,3787,'_thumbnail_id','3636'),(21879,3787,'_adinserter_block_exceptions',''),(21880,3787,'slide_template','default'),(21881,3787,'_bunyad_featured_post','0'),(21882,3787,'_bunyad_cat_label','0'),(21883,3787,'_bunyad_featured_disable','0'),(21884,3787,'_bunyad_bg_image_bg_type','cover'),(21885,3787,'_bunyad_reviews','0'),(21886,3787,'_bunyad_review_pos','none'),(21887,3787,'_bunyad_review_type','points'),(21888,3787,'_bunyad_review_verdict','Awesome'),(21889,3787,'_yoast_wpseo_focuskw','ascentia'),(21890,3787,'_yoast_wpseo_title','Show preview - Ascentia - Casual Dining Show 2019'),(21891,3787,'_yoast_wpseo_metadesc','Ascentia Foodservice Equipment is excited to be attending the 2019 Casual Dining Show at London Excel on the 27th & 28th of February, on stand G71'),(21892,3787,'_yoast_wpseo_linkdex','90'),(21893,3787,'_yoast_wpseo_content_score','30'),(21894,3787,'_yoast_wpseo_primary_category','3'),(21895,3787,'xyz_fbap','1'),(21899,3787,'_wpas_done_all','1'),(21902,3787,'_wpas_skip_20130109','1'),(21903,3789,'_edit_last','1'),(21904,3789,'_edit_lock','1548085203:1'),(21905,3790,'_wp_attached_file','2019/01/stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771.jpg'),(21906,3790,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.6677882824501511;s:5:\"bytes\";i:124536;s:11:\"size_before\";i:1624145;s:10:\"size_after\";i:1499609;s:4:\"time\";d:0.83000000000000029;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3000000000000007;s:5:\"bytes\";i:597;s:11:\"size_before\";i:7190;s:10:\"size_after\";i:6593;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:19887;s:10:\"size_after\";i:18634;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:7927;s:11:\"size_before\";i:112827;s:10:\"size_after\";i:104900;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:216;s:11:\"size_before\";i:3574;s:10:\"size_after\";i:3358;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:4726;s:11:\"size_before\";i:70194;s:10:\"size_after\";i:65468;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:2423;s:11:\"size_before\";i:38764;s:10:\"size_after\";i:36341;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36341;s:10:\"size_after\";i:36341;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:16051;s:10:\"size_after\";i:14913;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14913;s:10:\"size_after\";i:14913;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:472;s:11:\"size_before\";i:6535;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:504;s:11:\"size_before\";i:8361;s:10:\"size_after\";i:7857;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:943;s:11:\"size_before\";i:17015;s:10:\"size_after\";i:16072;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:17029;s:10:\"size_after\";i:15917;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:2662;s:11:\"size_before\";i:38301;s:10:\"size_after\";i:35639;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:890;s:11:\"size_before\";i:13086;s:10:\"size_after\";i:12196;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.33;s:5:\"bytes\";i:5495;s:11:\"size_before\";i:48501;s:10:\"size_after\";i:43006;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1539;s:11:\"size_before\";i:23178;s:10:\"size_after\";i:21639;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:754;s:11:\"size_before\";i:12643;s:10:\"size_after\";i:11889;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:16443;s:10:\"size_after\";i:15402;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:323;s:11:\"size_before\";i:4530;s:10:\"size_after\";i:4207;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36341;s:10:\"size_after\";i:36341;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7857;s:10:\"size_after\";i:7857;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.619999999999999;s:5:\"bytes\";i:3924;s:11:\"size_before\";i:31085;s:10:\"size_after\";i:27161;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:6584;s:11:\"size_before\";i:77890;s:10:\"size_after\";i:71306;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:947;s:11:\"size_before\";i:14381;s:10:\"size_after\";i:13434;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:9650;s:11:\"size_before\";i:133401;s:10:\"size_after\";i:123751;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:4506;s:11:\"size_before\";i:56709;s:10:\"size_after\";i:52203;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:2255;s:11:\"size_before\";i:28732;s:10:\"size_after\";i:26477;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:2563;s:11:\"size_before\";i:34058;s:10:\"size_after\";i:31495;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:4823;s:11:\"size_before\";i:63335;s:10:\"size_after\";i:58512;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:5240;s:11:\"size_before\";i:65396;s:10:\"size_after\";i:60156;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:10420;s:11:\"size_before\";i:132833;s:10:\"size_after\";i:122413;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:3988;s:11:\"size_before\";i:50576;s:10:\"size_after\";i:46588;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4;s:5:\"bytes\";i:18800;s:11:\"size_before\";i:151614;s:10:\"size_after\";i:132814;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:6429;s:11:\"size_before\";i:82821;s:10:\"size_after\";i:76392;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:4109;s:11:\"size_before\";i:52608;s:10:\"size_after\";i:48499;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:4901;s:11:\"size_before\";i:61296;s:10:\"size_after\";i:56395;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:1382;s:11:\"size_before\";i:17849;s:10:\"size_after\";i:16467;s:4:\"time\";d:0.01;}}}'),(21907,3790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1600;s:4:\"file\";s:127:\"2019/01/stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-768x819.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:125:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:126:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-696x742.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:128:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:129:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-1068x1139.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-394x420.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:128:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-960x1024.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:126:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:128:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:126:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:127:\"stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(21908,3790,'_wp_attachment_image_alt','New Barclays payment technology'),(21909,3789,'_adinserter_block_exceptions',''),(21910,3789,'slide_template','default'),(21911,3789,'_bunyad_featured_post','0'),(21912,3789,'_bunyad_cat_label','0'),(21913,3789,'_bunyad_featured_disable','0'),(21914,3789,'_bunyad_bg_image_bg_type','cover'),(21915,3789,'_bunyad_reviews','0'),(21916,3789,'_bunyad_review_pos','none'),(21917,3789,'_bunyad_review_type','points'),(21918,3789,'_bunyad_review_verdict','Awesome'),(21919,3789,'_yoast_wpseo_focuskw','payment technology'),(21920,3789,'_yoast_wpseo_linkdex','85'),(21921,3789,'_yoast_wpseo_content_score','60'),(21922,3789,'_yoast_wpseo_primary_category','10'),(21928,3789,'_yoast_wpseo_title','Barclaycard explains how payment techology can help cut waiting times'),(21929,3789,'_yoast_wpseo_metadesc','Barclaycard explains how payment technology can help turn the tables on waiting times with 36% of diners say waiting for the bill is frustrating'),(21930,3794,'_edit_last','1'),(21931,3794,'_edit_lock','1548085902:1'),(21932,3794,'_adinserter_block_exceptions',''),(21933,3794,'slide_template','default'),(21934,3794,'_bunyad_featured_post','0'),(21935,3794,'_bunyad_cat_label','0'),(21936,3794,'_bunyad_featured_disable','0'),(21937,3794,'_bunyad_bg_image_bg_type','cover'),(21938,3794,'_bunyad_reviews','0'),(21939,3794,'_bunyad_review_pos','none'),(21940,3794,'_bunyad_review_type','points'),(21941,3794,'_bunyad_review_verdict','Awesome'),(21942,3794,'_yoast_wpseo_content_score','90'),(21943,3794,'_yoast_wpseo_primary_category','29'),(21944,3796,'_wp_attached_file','2019/01/machine-cards-2828242.jpg'),(21945,3796,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7465968542434265;s:5:\"bytes\";i:147005;s:11:\"size_before\";i:3097061;s:10:\"size_after\";i:2950056;s:4:\"time\";d:1.3300000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:446;s:11:\"size_before\";i:8063;s:10:\"size_after\";i:7617;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:738;s:11:\"size_before\";i:16999;s:10:\"size_after\";i:16261;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3630;s:11:\"size_before\";i:120904;s:10:\"size_after\";i:117274;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:251;s:11:\"size_before\";i:4459;s:10:\"size_after\";i:4208;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:3347;s:11:\"size_before\";i:101812;s:10:\"size_after\";i:98465;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1935;s:11:\"size_before\";i:52167;s:10:\"size_after\";i:50232;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50232;s:10:\"size_after\";i:50232;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:858;s:11:\"size_before\";i:18371;s:10:\"size_after\";i:17513;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17513;s:10:\"size_after\";i:17513;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:408;s:11:\"size_before\";i:8134;s:10:\"size_after\";i:7726;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:452;s:11:\"size_before\";i:9692;s:10:\"size_after\";i:9240;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:926;s:11:\"size_before\";i:20047;s:10:\"size_after\";i:19121;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:20186;s:10:\"size_after\";i:19178;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:47018;s:10:\"size_after\";i:45128;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:718;s:11:\"size_before\";i:15042;s:10:\"size_after\";i:14324;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:2213;s:11:\"size_before\";i:59245;s:10:\"size_after\";i:57032;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:28981;s:10:\"size_after\";i:27712;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:758;s:11:\"size_before\";i:15434;s:10:\"size_after\";i:14676;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:775;s:11:\"size_before\";i:18508;s:10:\"size_after\";i:17733;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:267;s:11:\"size_before\";i:5394;s:10:\"size_after\";i:5127;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50232;s:10:\"size_after\";i:50232;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9240;s:10:\"size_after\";i:9240;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:2106;s:11:\"size_before\";i:33349;s:10:\"size_after\";i:31243;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:3904;s:11:\"size_before\";i:71723;s:10:\"size_after\";i:67819;s:4:\"time\";d:0.040000000000000001;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:25564;s:11:\"size_before\";i:525226;s:10:\"size_after\";i:499662;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:17873;s:10:\"size_after\";i:16614;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:22044;s:11:\"size_before\";i:431083;s:10:\"size_after\";i:409039;s:4:\"time\";d:0.14999999999999999;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:10857;s:11:\"size_before\";i:213996;s:10:\"size_after\";i:203139;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:4296;s:11:\"size_before\";i:77603;s:10:\"size_after\";i:73307;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:2161;s:11:\"size_before\";i:33914;s:10:\"size_after\";i:31753;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:40896;s:10:\"size_after\";i:38476;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:4542;s:11:\"size_before\";i:84855;s:10:\"size_after\";i:80313;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:4663;s:11:\"size_before\";i:81076;s:10:\"size_after\";i:76413;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:9760;s:11:\"size_before\";i:194292;s:10:\"size_after\";i:184532;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:64324;s:10:\"size_after\";i:60658;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:12052;s:11:\"size_before\";i:244632;s:10:\"size_after\";i:232580;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:6442;s:11:\"size_before\";i:120258;s:10:\"size_after\";i:113816;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:3769;s:11:\"size_before\";i:63802;s:10:\"size_after\";i:60033;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:4186;s:11:\"size_before\";i:78701;s:10:\"size_after\";i:74515;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:21785;s:10:\"size_after\";i:20360;s:4:\"time\";d:0.02;}}}'),(21946,3796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:33:\"2019/01/machine-cards-2828242.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"machine-cards-2828242-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"machine-cards-2828242-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"machine-cards-2828242-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"machine-cards-2828242-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"machine-cards-2828242-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"machine-cards-2828242-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"machine-cards-2828242-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"machine-cards-2828242-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"machine-cards-2828242-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"machine-cards-2828242-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21947,3796,'_wp_attachment_image_alt','Barclays payment technology'),(21948,3789,'_thumbnail_id','3796'),(21949,3789,'xyz_fbap','1'),(21953,3789,'_wpas_done_all','1'),(21956,3789,'_wpas_skip_20130109','1'),(21957,3797,'_wp_attached_file','2019/01/hiring-1977803_1280.jpg'),(21958,3797,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.305818208032532;s:5:\"bytes\";i:83644;s:11:\"size_before\";i:679711;s:10:\"size_after\";i:596067;s:4:\"time\";d:0.57000000000000028;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:446;s:11:\"size_before\";i:5266;s:10:\"size_after\";i:4820;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0399999999999991;s:5:\"bytes\";i:860;s:11:\"size_before\";i:9512;s:10:\"size_after\";i:8652;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.399999999999999;s:5:\"bytes\";i:7386;s:11:\"size_before\";i:42437;s:10:\"size_after\";i:35051;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:330;s:11:\"size_before\";i:3563;s:10:\"size_after\";i:3233;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.649999999999999;s:5:\"bytes\";i:5219;s:11:\"size_before\";i:31345;s:10:\"size_after\";i:26126;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.82;s:5:\"bytes\";i:2320;s:11:\"size_before\";i:18091;s:10:\"size_after\";i:15771;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15771;s:10:\"size_after\";i:15771;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4800000000000004;s:5:\"bytes\";i:840;s:11:\"size_before\";i:8864;s:10:\"size_after\";i:8024;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8024;s:10:\"size_after\";i:8024;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:461;s:11:\"size_before\";i:5505;s:10:\"size_after\";i:5044;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000008;s:5:\"bytes\";i:538;s:11:\"size_before\";i:6057;s:10:\"size_after\";i:5519;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8800000000000008;s:5:\"bytes\";i:956;s:11:\"size_before\";i:9674;s:10:\"size_after\";i:8718;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996;s:5:\"bytes\";i:796;s:11:\"size_before\";i:8751;s:10:\"size_after\";i:7955;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.800000000000001;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:18911;s:10:\"size_after\";i:16680;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:786;s:11:\"size_before\";i:8594;s:10:\"size_after\";i:7808;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.880000000000001;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:22352;s:10:\"size_after\";i:19474;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.73;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:12033;s:10:\"size_after\";i:10742;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006;s:5:\"bytes\";i:779;s:11:\"size_before\";i:8689;s:10:\"size_after\";i:7910;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7400000000000002;s:5:\"bytes\";i:915;s:11:\"size_before\";i:9397;s:10:\"size_after\";i:8482;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:315;s:11:\"size_before\";i:3939;s:10:\"size_after\";i:3624;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15771;s:10:\"size_after\";i:15771;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5519;s:10:\"size_after\";i:5519;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.289999999999999;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:14308;s:10:\"size_after\";i:12835;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.460000000000001;s:5:\"bytes\";i:3443;s:11:\"size_before\";i:27638;s:10:\"size_after\";i:24195;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.69;s:5:\"bytes\";i:1063;s:11:\"size_before\";i:9946;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.66;s:5:\"bytes\";i:3169;s:11:\"size_before\";i:25026;s:10:\"size_after\";i:21857;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.99;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:14764;s:10:\"size_after\";i:12994;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.02;s:5:\"bytes\";i:1818;s:11:\"size_before\";i:16496;s:10:\"size_after\";i:14678;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.710000000000001;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:27490;s:10:\"size_after\";i:23995;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42;s:5:\"bytes\";i:3289;s:11:\"size_before\";i:24503;s:10:\"size_after\";i:21214;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.869999999999999;s:5:\"bytes\";i:8793;s:11:\"size_before\";i:55413;s:10:\"size_after\";i:46620;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.15;s:5:\"bytes\";i:2930;s:11:\"size_before\";i:24117;s:10:\"size_after\";i:21187;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:10924;s:11:\"size_before\";i:67238;s:10:\"size_after\";i:56314;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.470000000000001;s:5:\"bytes\";i:5007;s:11:\"size_before\";i:34598;s:10:\"size_after\";i:29591;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.68;s:5:\"bytes\";i:2745;s:11:\"size_before\";i:23500;s:10:\"size_after\";i:20755;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.68;s:5:\"bytes\";i:3317;s:11:\"size_before\";i:26157;s:10:\"size_after\";i:22840;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.15;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:10452;s:10:\"size_after\";i:9391;s:4:\"time\";d:0.01;}}}'),(21959,3797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:959;s:4:\"file\";s:31:\"2019/01/hiring-1977803_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"hiring-1977803_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"hiring-1977803_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"hiring-1977803_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"hiring-1977803_1280-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"hiring-1977803_1280-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"hiring-1977803_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"hiring-1977803_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"hiring-1977803_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"hiring-1977803_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21960,3797,'_wp_attachment_image_alt','Caterer share their latest tips'),(21961,3794,'_thumbnail_id','3797'),(21962,3794,'_yoast_wpseo_focuskw','caterer'),(21963,3794,'_yoast_wpseo_title','Caterer share their latest tips on hiring in today’s hospitality indutry'),(21964,3794,'_yoast_wpseo_metadesc','Caterer - Hiring people is a challenge for any hospitality business, so it’s worth fine-tuning your recruitment approach. But what matters most?'),(21965,3794,'_yoast_wpseo_linkdex','87'),(21966,3794,'xyz_fbap','1'),(21970,3794,'_wpas_done_all','1'),(21973,3794,'_wpas_skip_20130109','1'),(21974,3799,'_edit_last','1'),(21975,3799,'_edit_lock','1548086705:1'),(21976,3800,'_wp_attached_file','2019/01/FatMedi_logo_A4_no_BG.png'),(21977,3800,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.830773674835108;s:5:\"bytes\";i:77364;s:11:\"size_before\";i:311565;s:10:\"size_after\";i:234201;s:4:\"time\";d:3.0400000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.75;s:5:\"bytes\";i:654;s:11:\"size_before\";i:3312;s:10:\"size_after\";i:2658;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.120000000000001;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:6043;s:10:\"size_after\";i:4525;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.149999999999999;s:5:\"bytes\";i:416;s:11:\"size_before\";i:2065;s:10:\"size_after\";i:1649;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.170000000000002;s:5:\"bytes\";i:2725;s:11:\"size_before\";i:10029;s:10:\"size_after\";i:7304;s:4:\"time\";d:0.26000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.32;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:19636;s:10:\"size_after\";i:13879;s:4:\"time\";d:0.20999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13879;s:10:\"size_after\";i:13879;s:4:\"time\";d:0.17999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.350000000000001;s:5:\"bytes\";i:2139;s:11:\"size_before\";i:7289;s:10:\"size_after\";i:5150;s:4:\"time\";d:0.059999999999999998;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5150;s:10:\"size_after\";i:5150;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.77;s:5:\"bytes\";i:604;s:11:\"size_before\";i:3218;s:10:\"size_after\";i:2614;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.73;s:5:\"bytes\";i:864;s:11:\"size_before\";i:3801;s:10:\"size_after\";i:2937;s:4:\"time\";d:0.050000000000000003;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.010000000000002;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:7331;s:10:\"size_after\";i:5351;s:4:\"time\";d:0.059999999999999998;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.059999999999999;s:5:\"bytes\";i:1642;s:11:\"size_before\";i:6553;s:10:\"size_after\";i:4911;s:4:\"time\";d:0.089999999999999997;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.280000000000001;s:5:\"bytes\";i:4086;s:11:\"size_before\";i:14448;s:10:\"size_after\";i:10362;s:4:\"time\";d:0.12;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.07;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:5120;s:10:\"size_after\";i:3939;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.43;s:5:\"bytes\";i:5452;s:11:\"size_before\";i:17914;s:10:\"size_after\";i:12462;s:4:\"time\";d:0.19;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.66;s:5:\"bytes\";i:3153;s:11:\"size_before\";i:11401;s:10:\"size_after\";i:8248;s:4:\"time\";d:0.11;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.949999999999999;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:5956;s:10:\"size_after\";i:4470;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.109999999999999;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:6710;s:10:\"size_after\";i:5025;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.32;s:5:\"bytes\";i:530;s:11:\"size_before\";i:2608;s:10:\"size_after\";i:2078;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13879;s:10:\"size_after\";i:13879;s:4:\"time\";d:0.17000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2937;s:10:\"size_after\";i:2937;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.850000000000001;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:8778;s:10:\"size_after\";i:6333;s:4:\"time\";d:0.050000000000000003;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.710000000000001;s:5:\"bytes\";i:4527;s:11:\"size_before\";i:15767;s:10:\"size_after\";i:11240;s:4:\"time\";d:0.17000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.559999999999999;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:5008;s:10:\"size_after\";i:3878;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.32;s:5:\"bytes\";i:6646;s:11:\"size_before\";i:19366;s:10:\"size_after\";i:12720;s:4:\"time\";d:0.17999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.289999999999999;s:5:\"bytes\";i:2314;s:11:\"size_before\";i:8479;s:10:\"size_after\";i:6165;s:4:\"time\";d:0.059999999999999998;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.52;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:10096;s:10:\"size_after\";i:7318;s:4:\"time\";d:0.089999999999999997;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.949999999999999;s:5:\"bytes\";i:5764;s:11:\"size_before\";i:19911;s:10:\"size_after\";i:14147;s:4:\"time\";d:0.20999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.399999999999999;s:5:\"bytes\";i:4163;s:11:\"size_before\";i:14161;s:10:\"size_after\";i:9998;s:4:\"time\";d:0.10000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.460000000000001;s:5:\"bytes\";i:4811;s:11:\"size_before\";i:15792;s:10:\"size_after\";i:10981;s:4:\"time\";d:0.12;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.879999999999999;s:5:\"bytes\";i:5316;s:11:\"size_before\";i:18407;s:10:\"size_after\";i:13091;s:4:\"time\";d:0.16;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.510000000000002;s:5:\"bytes\";i:1598;s:11:\"size_before\";i:6521;s:10:\"size_after\";i:4923;s:4:\"time\";d:0.029999999999999999;}}}'),(21978,3800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:595;s:4:\"file\";s:33:\"2019/01/FatMedi_logo_A4_no_BG.png\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-768x543.png\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"FatMedi_logo_A4_no_BG-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"FatMedi_logo_A4_no_BG-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-696x492.png\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-842x580.png\";s:5:\"width\";i:842;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-594x420.png\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-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:\"FatMedi_logo_A4_no_BG-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"FatMedi_logo_A4_no_BG-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-842x516.png\";s:5:\"width\";i:842;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"FatMedi_logo_A4_no_BG-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"FatMedi_logo_A4_no_BG-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(21979,3800,'_wp_attachment_image_alt','Social media is a vital part of any hospitality business’ communication mix. But it can be a tricky one to get right, so here are a few things to think about and to try'),(21980,3799,'_thumbnail_id','3802'),(21981,3799,'_adinserter_block_exceptions',''),(21982,3799,'slide_template','default'),(21983,3799,'_bunyad_featured_post','0'),(21984,3799,'_bunyad_cat_label','0'),(21985,3799,'_bunyad_featured_disable','0'),(21986,3799,'_bunyad_bg_image_bg_type','cover'),(21987,3799,'_bunyad_reviews','0'),(21988,3799,'_bunyad_review_pos','none'),(21989,3799,'_bunyad_review_type','points'),(21990,3799,'_bunyad_review_verdict','Awesome'),(21991,3799,'_yoast_wpseo_focuskw','social media'),(21992,3799,'_yoast_wpseo_title','Making the most of social media with tips from Fat Media'),(21993,3799,'_yoast_wpseo_metadesc','Social media is a vital part of any hospitality business’ communication mix. But it can be a tricky one to get right, so here are a few things to try'),(21994,3799,'_yoast_wpseo_linkdex','87'),(21995,3799,'_yoast_wpseo_content_score','60'),(21996,3799,'_yoast_wpseo_primary_category','183'),(21997,3802,'_wp_attached_file','2019/01/media-998990_1280.jpg'),(21998,3802,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.834929723798183;s:5:\"bytes\";i:93679;s:11:\"size_before\";i:1370592;s:10:\"size_after\";i:1276913;s:4:\"time\";d:0.73000000000000043;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:564;s:11:\"size_before\";i:7813;s:10:\"size_after\";i:7249;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:855;s:11:\"size_before\";i:15007;s:10:\"size_after\";i:14152;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:86674;s:10:\"size_after\";i:81152;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:419;s:11:\"size_before\";i:4907;s:10:\"size_after\";i:4488;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:4378;s:11:\"size_before\";i:65255;s:10:\"size_after\";i:60877;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:1821;s:11:\"size_before\";i:32496;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30675;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:814;s:11:\"size_before\";i:14021;s:10:\"size_after\";i:13207;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13207;s:10:\"size_after\";i:13207;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:584;s:11:\"size_before\";i:7877;s:10:\"size_after\";i:7293;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:625;s:11:\"size_before\";i:9199;s:10:\"size_after\";i:8574;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:939;s:11:\"size_before\";i:15794;s:10:\"size_after\";i:14855;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:817;s:11:\"size_before\";i:14125;s:10:\"size_after\";i:13308;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:31587;s:10:\"size_after\";i:29850;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:768;s:11:\"size_before\";i:12756;s:10:\"size_after\";i:11988;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:38849;s:10:\"size_after\";i:36725;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1066;s:11:\"size_before\";i:19615;s:10:\"size_after\";i:18549;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:773;s:11:\"size_before\";i:12702;s:10:\"size_after\";i:11929;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:868;s:11:\"size_before\";i:14742;s:10:\"size_after\";i:13874;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:423;s:11:\"size_before\";i:5531;s:10:\"size_after\";i:5108;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30675;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8574;s:10:\"size_after\";i:8574;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:2126;s:11:\"size_before\";i:24574;s:10:\"size_after\";i:22448;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:4357;s:11:\"size_before\";i:54164;s:10:\"size_after\";i:49807;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:15275;s:10:\"size_after\";i:13872;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:4229;s:11:\"size_before\";i:52444;s:10:\"size_after\";i:48215;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7699999999999996;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:25388;s:10:\"size_after\";i:23162;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:2619;s:11:\"size_before\";i:30233;s:10:\"size_after\";i:27614;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0199999999999996;s:5:\"bytes\";i:4707;s:11:\"size_before\";i:58711;s:10:\"size_after\";i:54004;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:54007;s:10:\"size_after\";i:49760;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:10453;s:11:\"size_before\";i:140415;s:10:\"size_after\";i:129962;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:3730;s:11:\"size_before\";i:45124;s:10:\"size_after\";i:41394;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:12456;s:11:\"size_before\";i:179994;s:10:\"size_after\";i:167538;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:6401;s:11:\"size_before\";i:81976;s:10:\"size_after\";i:75575;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:3672;s:11:\"size_before\";i:44513;s:10:\"size_after\";i:40841;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:4443;s:11:\"size_before\";i:54688;s:10:\"size_after\";i:50245;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:17005;s:10:\"size_after\";i:15492;s:4:\"time\";d:0.01;}}}'),(21999,3802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:928;s:4:\"file\";s:29:\"2019/01/media-998990_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"media-998990_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"media-998990_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-696x505.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1068x774.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-579x420.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-150x150.jpg\";s:5:\"width\";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:\"media-998990_1280-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1024x742.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"media-998990_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"media-998990_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22000,3802,'_wp_attachment_image_alt','Social media is a vital part of any hospitality business’ communication mix'),(22001,3799,'xyz_fbap','1'),(22005,3799,'_wpas_done_all','1'),(22006,3803,'_edit_last','1'),(22007,3803,'_edit_lock','1548087679:1'),(22008,3804,'_wp_attached_file','2019/01/Lanchester-Wines-Cropped.jpg'),(22009,3804,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5316628400830359;s:5:\"bytes\";i:150823;s:11:\"size_before\";i:2726540;s:10:\"size_after\";i:2575717;s:4:\"time\";d:1.2400000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:395;s:11:\"size_before\";i:6972;s:10:\"size_after\";i:6577;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:557;s:11:\"size_before\";i:15023;s:10:\"size_after\";i:14466;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:4100;s:11:\"size_before\";i:100289;s:10:\"size_after\";i:96189;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:308;s:11:\"size_before\";i:4180;s:10:\"size_after\";i:3872;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:3467;s:11:\"size_before\";i:84122;s:10:\"size_after\";i:80655;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:42085;s:10:\"size_after\";i:40454;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40454;s:10:\"size_after\";i:40454;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:646;s:11:\"size_before\";i:16189;s:10:\"size_after\";i:15543;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15543;s:10:\"size_after\";i:15543;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:429;s:11:\"size_before\";i:7452;s:10:\"size_after\";i:7023;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:461;s:11:\"size_before\";i:9151;s:10:\"size_after\";i:8690;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:759;s:11:\"size_before\";i:18010;s:10:\"size_after\";i:17251;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:576;s:11:\"size_before\";i:14472;s:10:\"size_after\";i:13896;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:39496;s:10:\"size_after\";i:37907;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:559;s:11:\"size_before\";i:13521;s:10:\"size_after\";i:12962;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:1868;s:11:\"size_before\";i:48629;s:10:\"size_after\";i:46761;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:925;s:11:\"size_before\";i:24355;s:10:\"size_after\";i:23430;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:564;s:11:\"size_before\";i:12926;s:10:\"size_after\";i:12362;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:705;s:11:\"size_before\";i:16930;s:10:\"size_after\";i:16225;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:320;s:11:\"size_before\";i:5116;s:10:\"size_after\";i:4796;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40454;s:10:\"size_after\";i:40454;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8690;s:10:\"size_after\";i:8690;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:25995;s:10:\"size_after\";i:24592;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:59031;s:10:\"size_after\";i:56138;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:39151;s:11:\"size_before\";i:530155;s:10:\"size_after\";i:491004;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:934;s:11:\"size_before\";i:14928;s:10:\"size_after\";i:13994;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:22921;s:11:\"size_before\";i:394287;s:10:\"size_after\";i:371366;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:11071;s:11:\"size_before\";i:187825;s:10:\"size_after\";i:176754;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:3446;s:11:\"size_before\";i:64139;s:10:\"size_after\";i:60693;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:1515;s:11:\"size_before\";i:28136;s:10:\"size_after\";i:26621;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:1942;s:11:\"size_before\";i:35017;s:10:\"size_after\";i:33075;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:3925;s:11:\"size_before\";i:71642;s:10:\"size_after\";i:67717;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:2865;s:11:\"size_before\";i:57452;s:10:\"size_after\";i:54587;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:10036;s:11:\"size_before\";i:169199;s:10:\"size_after\";i:159163;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:53080;s:10:\"size_after\";i:50352;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:13319;s:11:\"size_before\";i:215425;s:10:\"size_after\";i:202106;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:5589;s:11:\"size_before\";i:101437;s:10:\"size_after\";i:95848;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:2502;s:11:\"size_before\";i:49455;s:10:\"size_after\";i:46953;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:3631;s:11:\"size_before\";i:66800;s:10:\"size_after\";i:63169;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:1093;s:11:\"size_before\";i:18478;s:10:\"size_after\";i:17385;s:4:\"time\";d:0.01;}}}'),(22010,3804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2390;s:6:\"height\";i:2942;s:4:\"file\";s:36:\"2019/01/Lanchester-Wines-Cropped.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Lanchester-Wines-Cropped-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Lanchester-Wines-Cropped-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-696x857.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Lanchester-Wines-Cropped-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Lanchester-Wines-Cropped-1068x1315.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-341x420.jpg\";s:5:\"width\";i:341;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"Lanchester-Wines-Cropped-1920x2363.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Lanchester-Wines-Cropped-832x1024.jpg\";s:5:\"width\";i:832;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Lanchester-Wines-Cropped-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Lanchester-Wines-Cropped-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Lanchester-Wines-Cropped-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Lanchester-Wines-Cropped-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22011,3804,'_wp_attachment_image_alt','Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port'),(22012,3805,'_wp_attached_file','2019/01/wine-2891894_1280.jpg'),(22013,3805,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1817674882405811;s:5:\"bytes\";i:24250;s:11:\"size_before\";i:762155;s:10:\"size_after\";i:737905;s:4:\"time\";d:0.5900000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:238;s:11:\"size_before\";i:5093;s:10:\"size_after\";i:4855;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:381;s:11:\"size_before\";i:9892;s:10:\"size_after\";i:9511;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:52646;s:10:\"size_after\";i:51389;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:202;s:11:\"size_before\";i:3251;s:10:\"size_after\";i:3049;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:954;s:11:\"size_before\";i:48135;s:10:\"size_after\";i:47181;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999998;s:5:\"bytes\";i:663;s:11:\"size_before\";i:26383;s:10:\"size_after\";i:25720;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25720;s:10:\"size_after\";i:25720;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:389;s:11:\"size_before\";i:11094;s:10:\"size_after\";i:10705;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10705;s:10:\"size_after\";i:10705;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:288;s:11:\"size_before\";i:5474;s:10:\"size_after\";i:5186;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:313;s:11:\"size_before\";i:6701;s:10:\"size_after\";i:6388;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:485;s:11:\"size_before\";i:12262;s:10:\"size_after\";i:11777;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:253;s:11:\"size_before\";i:10026;s:10:\"size_after\";i:9773;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:615;s:11:\"size_before\";i:24595;s:10:\"size_after\";i:23980;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:379;s:11:\"size_before\";i:9408;s:10:\"size_after\";i:9029;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8600000000000001;s:5:\"bytes\";i:551;s:11:\"size_before\";i:29610;s:10:\"size_after\";i:29059;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:503;s:11:\"size_before\";i:16111;s:10:\"size_after\";i:15608;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:360;s:11:\"size_before\";i:8918;s:10:\"size_after\";i:8558;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:479;s:11:\"size_before\";i:11395;s:10:\"size_after\";i:10916;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:196;s:11:\"size_before\";i:4052;s:10:\"size_after\";i:3856;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25720;s:10:\"size_after\";i:25720;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6388;s:10:\"size_after\";i:6388;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:703;s:11:\"size_before\";i:16997;s:10:\"size_after\";i:16294;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:34398;s:10:\"size_after\";i:32925;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:570;s:11:\"size_before\";i:10649;s:10:\"size_after\";i:10079;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1555;s:11:\"size_before\";i:39361;s:10:\"size_after\";i:37806;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:799;s:11:\"size_before\";i:18678;s:10:\"size_after\";i:17879;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:1049;s:11:\"size_before\";i:23006;s:10:\"size_after\";i:21957;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:1745;s:11:\"size_before\";i:43151;s:10:\"size_after\";i:41406;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:35794;s:10:\"size_after\";i:34769;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:33652;s:10:\"size_after\";i:32272;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:58055;s:10:\"size_after\";i:56027;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:31134;s:10:\"size_after\";i:30004;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1598;s:11:\"size_before\";i:40484;s:10:\"size_after\";i:38886;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:689;s:11:\"size_before\";i:13217;s:10:\"size_after\";i:12528;s:4:\"time\";d:0.01;}}}'),(22014,3805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2019/01/wine-2891894_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"wine-2891894_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"wine-2891894_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-696x418.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1068x641.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-700x420.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-150x150.jpg\";s:5:\"width\";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:\"wine-2891894_1280-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wine-2891894_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"wine-2891894_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22015,3805,'_wp_attachment_image_alt',''),(22016,3803,'_thumbnail_id','3805'),(22017,3803,'_adinserter_block_exceptions',''),(22018,3803,'slide_template','default'),(22019,3803,'_bunyad_featured_post','0'),(22020,3803,'_bunyad_cat_label','0'),(22021,3803,'_bunyad_featured_disable','0'),(22022,3803,'_bunyad_bg_image_bg_type','cover'),(22023,3803,'_bunyad_reviews','0'),(22024,3803,'_bunyad_review_pos','none'),(22025,3803,'_bunyad_review_type','points'),(22026,3803,'_bunyad_review_verdict','Awesome'),(22027,3803,'_yoast_wpseo_focuskw','vintage port'),(22028,3803,'_yoast_wpseo_title','From Grape to Glass - Lanchester Wines and their vintage port'),(22029,3803,'_yoast_wpseo_metadesc','Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port and tells us why this delectable beverage isn’t just for Christmas'),(22030,3803,'_yoast_wpseo_linkdex','89'),(22031,3803,'_yoast_wpseo_content_score','30'),(22032,3803,'_yoast_wpseo_primary_category','2'),(22033,3803,'xyz_fbap','1'),(22037,3803,'_wpas_done_all','1'),(22040,3803,'_wpas_skip_20130109','1'),(22041,3807,'_edit_last','1'),(22042,3807,'_edit_lock','1548088100:1'),(22043,3808,'_wp_attached_file','2019/01/Beer-Cycle.png'),(22044,3808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.841690515136452;s:5:\"bytes\";i:585861;s:11:\"size_before\";i:2104258;s:10:\"size_after\";i:1518397;s:4:\"time\";d:12.959999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:32:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.93;s:5:\"bytes\";i:4650;s:11:\"size_before\";i:16649;s:10:\"size_after\";i:11999;s:4:\"time\";d:0.10000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.84;s:5:\"bytes\";i:9448;s:11:\"size_before\";i:30635;s:10:\"size_after\";i:21187;s:4:\"time\";d:0.17999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.82;s:5:\"bytes\";i:1785;s:11:\"size_before\";i:7495;s:10:\"size_after\";i:5710;s:4:\"time\";d:0.040000000000000001;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000001;s:5:\"bytes\";i:8465;s:11:\"size_before\";i:74938;s:10:\"size_after\";i:66473;s:4:\"time\";d:0.35999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.600000000000001;s:5:\"bytes\";i:44701;s:11:\"size_before\";i:133033;s:10:\"size_after\";i:88332;s:4:\"time\";d:0.84999999999999998;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88332;s:10:\"size_after\";i:88332;s:4:\"time\";d:1.22;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.949999999999999;s:5:\"bytes\";i:12843;s:11:\"size_before\";i:40199;s:10:\"size_after\";i:27356;s:4:\"time\";d:0.22;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27356;s:10:\"size_after\";i:27356;s:4:\"time\";d:0.22;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.379999999999999;s:5:\"bytes\";i:4617;s:11:\"size_before\";i:16266;s:10:\"size_after\";i:11649;s:4:\"time\";d:0.080000000000000002;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.210000000000001;s:5:\"bytes\";i:5355;s:11:\"size_before\";i:18982;s:10:\"size_after\";i:13627;s:4:\"time\";d:0.11;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.719999999999999;s:5:\"bytes\";i:14927;s:11:\"size_before\";i:47066;s:10:\"size_after\";i:32139;s:4:\"time\";d:0.28000000000000003;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.23;s:5:\"bytes\";i:14523;s:11:\"size_before\";i:46506;s:10:\"size_after\";i:31983;s:4:\"time\";d:0.23000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.380000000000003;s:5:\"bytes\";i:37277;s:11:\"size_before\";i:115113;s:10:\"size_after\";i:77836;s:4:\"time\";d:0.58999999999999997;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.690000000000001;s:5:\"bytes\";i:10227;s:11:\"size_before\";i:33322;s:10:\"size_after\";i:23095;s:4:\"time\";d:0.13;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.59;s:5:\"bytes\";i:23256;s:11:\"size_before\";i:102957;s:10:\"size_after\";i:79701;s:4:\"time\";d:0.46999999999999997;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.609999999999999;s:5:\"bytes\";i:23127;s:11:\"size_before\";i:68805;s:10:\"size_after\";i:45678;s:4:\"time\";d:0.40999999999999998;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.84;s:5:\"bytes\";i:10971;s:11:\"size_before\";i:35578;s:10:\"size_after\";i:24607;s:4:\"time\";d:0.13;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.440000000000001;s:5:\"bytes\";i:13175;s:11:\"size_before\";i:41911;s:10:\"size_after\";i:28736;s:4:\"time\";d:0.20999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.32;s:5:\"bytes\";i:2676;s:11:\"size_before\";i:9795;s:10:\"size_after\";i:7119;s:4:\"time\";d:0.059999999999999998;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88332;s:10:\"size_after\";i:88332;s:4:\"time\";d:0.79000000000000004;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13627;s:10:\"size_after\";i:13627;s:4:\"time\";d:0.080000000000000002;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.060000000000002;s:5:\"bytes\";i:19558;s:11:\"size_before\";i:61008;s:10:\"size_after\";i:41450;s:4:\"time\";d:0.32000000000000001;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.439999999999998;s:5:\"bytes\";i:39094;s:11:\"size_before\";i:113522;s:10:\"size_after\";i:74428;s:4:\"time\";d:0.55000000000000004;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.059999999999999;s:5:\"bytes\";i:8476;s:11:\"size_before\";i:28194;s:10:\"size_after\";i:19718;s:4:\"time\";d:0.14999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:47425;s:11:\"size_before\";i:138769;s:10:\"size_after\";i:91344;s:4:\"time\";d:0.65000000000000002;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.68;s:5:\"bytes\";i:18831;s:11:\"size_before\";i:59440;s:10:\"size_after\";i:40609;s:4:\"time\";d:0.28999999999999998;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.23;s:5:\"bytes\";i:21052;s:11:\"size_before\";i:67418;s:10:\"size_after\";i:46366;s:4:\"time\";d:0.37;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.149999999999999;s:5:\"bytes\";i:54922;s:11:\"size_before\";i:165702;s:10:\"size_after\";i:110780;s:4:\"time\";d:1.0900000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.590000000000003;s:5:\"bytes\";i:36901;s:11:\"size_before\";i:113238;s:10:\"size_after\";i:76337;s:4:\"time\";d:0.75;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.259999999999998;s:5:\"bytes\";i:39022;s:11:\"size_before\";i:120972;s:10:\"size_after\";i:81950;s:4:\"time\";d:0.77000000000000002;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.950000000000003;s:5:\"bytes\";i:47506;s:11:\"size_before\";i:144176;s:10:\"size_after\";i:96670;s:4:\"time\";d:1.1000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.640000000000001;s:5:\"bytes\";i:11051;s:11:\"size_before\";i:34922;s:10:\"size_after\";i:23871;s:4:\"time\";d:0.16;}}}'),(22045,3808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:939;s:6:\"height\";i:529;s:4:\"file\";s:22:\"2019/01/Beer-Cycle.png\";s:5:\"sizes\";a:38:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Beer-Cycle-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Beer-Cycle-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-696x392.png\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-746x420.png\";s:5:\"width\";i:746;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Beer-Cycle-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-939x516.png\";s:5:\"width\";i:939;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Beer-Cycle-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Beer-Cycle-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(22046,3809,'_wp_attached_file','2019/01/beer-3445988_1280-1.jpg'),(22047,3809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3743482812879826;s:5:\"bytes\";i:61240;s:11:\"size_before\";i:1139487;s:10:\"size_after\";i:1078247;s:4:\"time\";d:1.6400000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:315;s:11:\"size_before\";i:6014;s:10:\"size_after\";i:5699;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:641;s:11:\"size_before\";i:12423;s:10:\"size_after\";i:11782;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:82332;s:10:\"size_after\";i:78904;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:205;s:11:\"size_before\";i:3613;s:10:\"size_after\";i:3408;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:3005;s:11:\"size_before\";i:66172;s:10:\"size_after\";i:63167;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:33159;s:10:\"size_after\";i:31628;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31628;s:10:\"size_after\";i:31628;s:4:\"time\";d:0.10000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:678;s:11:\"size_before\";i:12892;s:10:\"size_after\";i:12214;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12214;s:10:\"size_after\";i:12214;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:325;s:11:\"size_before\";i:6293;s:10:\"size_after\";i:5968;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:399;s:11:\"size_before\";i:7643;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:790;s:11:\"size_before\";i:14479;s:10:\"size_after\";i:13689;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:584;s:11:\"size_before\";i:12506;s:10:\"size_after\";i:11922;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:31887;s:10:\"size_after\";i:30342;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:554;s:11:\"size_before\";i:11095;s:10:\"size_after\";i:10541;s:4:\"time\";d:0.25;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:1831;s:11:\"size_before\";i:39851;s:10:\"size_after\";i:38020;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:960;s:11:\"size_before\";i:19324;s:10:\"size_after\";i:18364;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:546;s:11:\"size_before\";i:10845;s:10:\"size_after\";i:10299;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:746;s:11:\"size_before\";i:13534;s:10:\"size_after\";i:12788;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:234;s:11:\"size_before\";i:4339;s:10:\"size_after\";i:4105;s:4:\"time\";d:0.26000000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31628;s:10:\"size_after\";i:31628;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7244;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:21708;s:10:\"size_after\";i:20373;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:3091;s:11:\"size_before\";i:48995;s:10:\"size_after\";i:45904;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:841;s:11:\"size_before\";i:12552;s:10:\"size_after\";i:11711;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:3333;s:11:\"size_before\";i:51497;s:10:\"size_after\";i:48164;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:23174;s:10:\"size_after\";i:21654;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:1884;s:11:\"size_before\";i:28332;s:10:\"size_after\";i:26448;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:3788;s:11:\"size_before\";i:58182;s:10:\"size_after\";i:54394;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:48482;s:10:\"size_after\";i:45593;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:8888;s:11:\"size_before\";i:139258;s:10:\"size_after\";i:130370;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:43935;s:10:\"size_after\";i:41122;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:5498;s:11:\"size_before\";i:81468;s:10:\"size_after\";i:75970;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:41591;s:10:\"size_after\";i:39002;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:54300;s:10:\"size_after\";i:50827;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:981;s:11:\"size_before\";i:14898;s:10:\"size_after\";i:13917;s:4:\"time\";d:0.28999999999999998;}}}'),(22048,3809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2019/01/beer-3445988_1280-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"beer-3445988_1280-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"beer-3445988_1280-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"beer-3445988_1280-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-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:31:\"beer-3445988_1280-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"beer-3445988_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"beer-3445988_1280-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"beer-3445988_1280-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"beer-3445988_1280-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22049,3809,'_wp_attachment_image_alt',''),(22050,3807,'_thumbnail_id','3809'),(22051,3807,'_adinserter_block_exceptions',''),(22052,3807,'slide_template','default'),(22053,3807,'_bunyad_featured_post','0'),(22054,3807,'_bunyad_cat_label','0'),(22055,3807,'_bunyad_featured_disable','0'),(22056,3807,'_bunyad_bg_image_bg_type','cover'),(22057,3807,'_bunyad_reviews','0'),(22058,3807,'_bunyad_review_pos','none'),(22059,3807,'_bunyad_review_type','points'),(22060,3807,'_bunyad_review_verdict','Awesome'),(22061,3807,'_yoast_wpseo_focuskw','quality cycle'),(22062,3807,'_yoast_wpseo_title','Experts opinion - Allan Stevenson - The Quality Cycle'),(22063,3807,'_yoast_wpseo_metadesc','Allan Stevenson, draught quality training manager and international draught master at Heineken, chats to On-Trade Progress about the Quality Cycle'),(22064,3807,'_yoast_wpseo_linkdex','87'),(22065,3807,'_yoast_wpseo_content_score','90'),(22066,3807,'_yoast_wpseo_primary_category','2'),(22067,3807,'xyz_fbap','1'),(22071,3807,'_wpas_done_all','1'),(22074,3807,'_wpas_skip_20130109','1'),(22077,3799,'_wpas_skip_20130109','1'),(22084,3784,'_wpas_skip_20130109','1'),(22085,3814,'_edit_last','1'),(22086,3814,'_edit_lock','1548688588:1'),(22087,3815,'_wp_attached_file','2019/01/paris-843229_1280.jpg'),(22088,3815,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3261117499612887;s:5:\"bytes\";i:55039;s:11:\"size_before\";i:1272251;s:10:\"size_after\";i:1217212;s:4:\"time\";d:0.69000000000000039;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:247;s:11:\"size_before\";i:4926;s:10:\"size_after\";i:4679;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:528;s:11:\"size_before\";i:11364;s:10:\"size_after\";i:10836;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:4230;s:11:\"size_before\";i:101084;s:10:\"size_after\";i:96854;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:149;s:11:\"size_before\";i:2809;s:10:\"size_after\";i:2660;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:3412;s:11:\"size_before\";i:82035;s:10:\"size_after\";i:78623;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:37970;s:10:\"size_after\";i:36332;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36332;s:10:\"size_after\";i:36332;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:483;s:11:\"size_before\";i:12197;s:10:\"size_after\";i:11714;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11714;s:10:\"size_after\";i:11714;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:247;s:11:\"size_before\";i:5128;s:10:\"size_after\";i:4881;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:262;s:11:\"size_before\";i:6370;s:10:\"size_after\";i:6108;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:562;s:11:\"size_before\";i:13473;s:10:\"size_after\";i:12911;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:482;s:11:\"size_before\";i:12239;s:10:\"size_after\";i:11757;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:34063;s:10:\"size_after\";i:32602;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:454;s:11:\"size_before\";i:9775;s:10:\"size_after\";i:9321;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1855;s:11:\"size_before\";i:43618;s:10:\"size_after\";i:41763;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:858;s:11:\"size_before\";i:19798;s:10:\"size_after\";i:18940;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:406;s:11:\"size_before\";i:9645;s:10:\"size_after\";i:9239;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:547;s:11:\"size_before\";i:12456;s:10:\"size_after\";i:11909;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:198;s:11:\"size_before\";i:3614;s:10:\"size_after\";i:3416;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36332;s:10:\"size_after\";i:36332;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6108;s:10:\"size_after\";i:6108;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:22020;s:10:\"size_after\";i:20947;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:55122;s:10:\"size_after\";i:52337;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:612;s:11:\"size_before\";i:11384;s:10:\"size_after\";i:10772;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:60521;s:10:\"size_after\";i:57530;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:1191;s:11:\"size_before\";i:23129;s:10:\"size_after\";i:21938;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:29405;s:10:\"size_after\";i:27917;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:67106;s:10:\"size_after\";i:63835;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:2605;s:11:\"size_before\";i:57841;s:10:\"size_after\";i:55236;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:8168;s:11:\"size_before\";i:165077;s:10:\"size_after\";i:156909;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:2288;s:11:\"size_before\";i:47880;s:10:\"size_after\";i:45592;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:4679;s:11:\"size_before\";i:97542;s:10:\"size_after\";i:92863;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:2128;s:11:\"size_before\";i:45765;s:10:\"size_after\";i:43637;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:2974;s:11:\"size_before\";i:61797;s:10:\"size_after\";i:58823;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:767;s:11:\"size_before\";i:14612;s:10:\"size_after\";i:13845;s:4:\"time\";d:0.01;}}}'),(22089,3815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2019/01/paris-843229_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"paris-843229_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"paris-843229_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"paris-843229_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"paris-843229_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-150x150.jpg\";s:5:\"width\";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:\"paris-843229_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"paris-843229_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"paris-843229_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"paris-843229_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"paris-843229_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"paris-843229_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22090,3815,'_wp_attachment_image_alt','Scrapping of settled status fee for EU nationals a boost for pubs - BBPA'),(22091,3814,'_thumbnail_id','3815'),(22092,3814,'_adinserter_block_exceptions',''),(22093,3814,'slide_template','default'),(22094,3814,'_bunyad_featured_post','0'),(22095,3814,'_bunyad_cat_label','0'),(22096,3814,'_bunyad_featured_disable','0'),(22097,3814,'_bunyad_bg_image_bg_type','cover'),(22098,3814,'_bunyad_reviews','0'),(22099,3814,'_bunyad_review_pos','none'),(22100,3814,'_bunyad_review_type','points'),(22101,3814,'_bunyad_review_verdict','Awesome'),(22102,3814,'_yoast_wpseo_focuskw','eu nationals'),(22103,3814,'_yoast_wpseo_title','Scrapping of settled status fee for EU nationals a boost for pubs - BBPA'),(22104,3814,'_yoast_wpseo_metadesc','BBPA has today welcomed the Prime Minister’s decision to scrap the settled status fee. The fee had meant that EU nationals would be charged £65'),(22105,3814,'_yoast_wpseo_linkdex','90'),(22106,3814,'_yoast_wpseo_content_score','30'),(22107,3814,'_yoast_wpseo_primary_category','8'),(22108,3814,'xyz_fbap','1'),(22112,3814,'_wpas_done_all','1'),(22113,3817,'_edit_last','1'),(22114,3817,'_edit_lock','1548689212:1'),(22115,3818,'_wp_attached_file','2019/01/Heineken-0.0-can-front.jpg'),(22116,3818,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9404418828049952;s:5:\"bytes\";i:1546;s:11:\"size_before\";i:26025;s:10:\"size_after\";i:24479;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:1546;s:11:\"size_before\";i:26025;s:10:\"size_after\";i:24479;s:4:\"time\";d:0.01;}}}'),(22117,3819,'_wp_attached_file','2019/01/Heineken-0.0-can-front-1.jpg'),(22118,3819,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9404418828049952;s:5:\"bytes\";i:1546;s:11:\"size_before\";i:26025;s:10:\"size_after\";i:24479;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:1546;s:11:\"size_before\";i:26025;s:10:\"size_after\";i:24479;s:4:\"time\";d:0.02;}}}'),(22119,3820,'_wp_attached_file','2019/01/HydroHeineken_17.jpg'),(22120,3820,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1206391422304769;s:5:\"bytes\";i:131942;s:11:\"size_before\";i:3201979;s:10:\"size_after\";i:3070037;s:4:\"time\";d:1.5300000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:373;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:6774;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:624;s:11:\"size_before\";i:15240;s:10:\"size_after\";i:14616;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002;s:5:\"bytes\";i:3384;s:11:\"size_before\";i:123284;s:10:\"size_after\";i:119900;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:254;s:11:\"size_before\";i:3930;s:10:\"size_after\";i:3676;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:3184;s:11:\"size_before\";i:107148;s:10:\"size_after\";i:103964;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:51288;s:10:\"size_after\";i:49460;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49460;s:10:\"size_after\";i:49460;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:738;s:11:\"size_before\";i:17301;s:10:\"size_after\";i:16563;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16563;s:10:\"size_after\";i:16563;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:378;s:11:\"size_before\";i:7322;s:10:\"size_after\";i:6944;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:404;s:11:\"size_before\";i:8775;s:10:\"size_after\";i:8371;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:792;s:11:\"size_before\";i:18603;s:10:\"size_after\";i:17811;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:742;s:11:\"size_before\";i:17466;s:10:\"size_after\";i:16724;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:45723;s:10:\"size_after\";i:44145;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:599;s:11:\"size_before\";i:13812;s:10:\"size_after\";i:13213;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:2024;s:11:\"size_before\";i:59098;s:10:\"size_after\";i:57074;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:27466;s:10:\"size_after\";i:26382;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:604;s:11:\"size_before\";i:13855;s:10:\"size_after\";i:13251;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:683;s:11:\"size_before\";i:17034;s:10:\"size_after\";i:16351;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:273;s:11:\"size_before\";i:5047;s:10:\"size_after\";i:4774;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49460;s:10:\"size_after\";i:49460;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8371;s:10:\"size_after\";i:8371;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:30771;s:10:\"size_after\";i:29000;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:3363;s:11:\"size_before\";i:68530;s:10:\"size_after\";i:65167;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:23034;s:11:\"size_before\";i:561028;s:10:\"size_after\";i:537994;s:4:\"time\";d:0.23000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:986;s:11:\"size_before\";i:16110;s:10:\"size_after\";i:15124;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:20465;s:11:\"size_before\";i:481456;s:10:\"size_after\";i:460991;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:9934;s:11:\"size_before\";i:231010;s:10:\"size_after\";i:221076;s:4:\"time\";d:0.13;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:3912;s:11:\"size_before\";i:77227;s:10:\"size_after\";i:73315;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:31349;s:10:\"size_after\";i:29630;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:2119;s:11:\"size_before\";i:38090;s:10:\"size_after\";i:35971;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:4057;s:11:\"size_before\";i:83589;s:10:\"size_after\";i:79532;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:3659;s:11:\"size_before\";i:78610;s:10:\"size_after\";i:74951;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:8880;s:11:\"size_before\";i:207181;s:10:\"size_after\";i:198301;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:3146;s:11:\"size_before\";i:62331;s:10:\"size_after\";i:59185;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:11324;s:11:\"size_before\";i:267846;s:10:\"size_after\";i:256522;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:5819;s:11:\"size_before\";i:124305;s:10:\"size_after\";i:118486;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:3188;s:11:\"size_before\";i:62122;s:10:\"size_after\";i:58934;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:3796;s:11:\"size_before\";i:77140;s:10:\"size_after\";i:73344;s:4:\"time\";d:0.27000000000000002;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:1224;s:11:\"size_before\";i:19891;s:10:\"size_after\";i:18667;s:4:\"time\";d:0.01;}}}'),(22121,3820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4800;s:6:\"height\";i:3155;s:4:\"file\";s:28:\"2019/01/HydroHeineken_17.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"HydroHeineken_17-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_17-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-696x457.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"HydroHeineken_17-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"HydroHeineken_17-1068x702.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-639x420.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"HydroHeineken_17-1920x1262.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-150x150.jpg\";s:5:\"width\";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:\"HydroHeineken_17-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"HydroHeineken_17-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_17-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"HydroHeineken_17-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"HydroHeineken_17-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"HydroHeineken_17-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525789519\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"4\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22122,3820,'_wp_attachment_image_alt','In 2016, we recognised that the low and no alcohol category was a key growth driver for the UK'),(22123,3817,'_thumbnail_id','3820'),(22124,3817,'_adinserter_block_exceptions',''),(22125,3817,'slide_template','default'),(22126,3817,'_bunyad_featured_post','0'),(22127,3817,'_bunyad_cat_label','0'),(22128,3817,'_bunyad_featured_disable','0'),(22129,3817,'_bunyad_bg_image_bg_type','cover'),(22130,3817,'_bunyad_reviews','0'),(22131,3817,'_bunyad_review_pos','none'),(22132,3817,'_bunyad_review_type','points'),(22133,3817,'_bunyad_review_verdict','Awesome'),(22134,3817,'_yoast_wpseo_focuskw','no alcohol'),(22135,3817,'_yoast_wpseo_title','Dry January - Brand first with Heineken\'s no alcohol'),(22136,3817,'_yoast_wpseo_metadesc','In 2016, we recognised that the low and no alcohol category was a key growth driver for the UK on trade, the category had been steadily growing at 6.5%'),(22137,3817,'_yoast_wpseo_linkdex','94'),(22138,3817,'_yoast_wpseo_content_score','60'),(22139,3817,'_yoast_wpseo_primary_category','2'),(22140,3817,'xyz_fbap','1'),(22144,3817,'_wpas_done_all','1'),(22145,3822,'_edit_last','1'),(22146,3822,'_edit_lock','1548690603:1'),(22147,3823,'_wp_attached_file','2019/01/Hob-logo.jpg'),(22148,3823,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.567802589225785;s:5:\"bytes\";i:210475;s:11:\"size_before\";i:932634;s:10:\"size_after\";i:722159;s:4:\"time\";d:0.74000000000000021;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.969999999999999;s:5:\"bytes\";i:768;s:11:\"size_before\";i:4525;s:10:\"size_after\";i:3757;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.030000000000001;s:5:\"bytes\";i:1688;s:11:\"size_before\";i:8872;s:10:\"size_after\";i:7184;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.449999999999999;s:5:\"bytes\";i:8756;s:11:\"size_before\";i:34406;s:10:\"size_after\";i:25650;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32;s:5:\"bytes\";i:544;s:11:\"size_before\";i:3141;s:10:\"size_after\";i:2597;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.629999999999999;s:5:\"bytes\";i:9960;s:11:\"size_before\";i:37404;s:10:\"size_after\";i:27444;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.809999999999999;s:5:\"bytes\";i:5190;s:11:\"size_before\";i:22753;s:10:\"size_after\";i:17563;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17563;s:10:\"size_after\";i:17563;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.039999999999999;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:10228;s:10:\"size_after\";i:8178;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8178;s:10:\"size_after\";i:8178;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.920000000000002;s:5:\"bytes\";i:923;s:11:\"size_before\";i:4878;s:10:\"size_after\";i:3955;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.07;s:5:\"bytes\";i:1266;s:11:\"size_before\";i:6637;s:10:\"size_after\";i:5371;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.030000000000001;s:5:\"bytes\";i:2225;s:11:\"size_before\";i:10580;s:10:\"size_after\";i:8355;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.239999999999998;s:5:\"bytes\";i:1742;s:11:\"size_before\";i:7833;s:10:\"size_after\";i:6091;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.280000000000001;s:5:\"bytes\";i:4318;s:11:\"size_before\";i:17782;s:10:\"size_after\";i:13464;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.73;s:5:\"bytes\";i:1682;s:11:\"size_before\";i:8112;s:10:\"size_after\";i:6430;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.109999999999999;s:5:\"bytes\";i:5260;s:11:\"size_before\";i:20946;s:10:\"size_after\";i:15686;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:21;s:5:\"bytes\";i:3038;s:11:\"size_before\";i:14465;s:10:\"size_after\";i:11427;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.199999999999999;s:5:\"bytes\";i:1482;s:11:\"size_before\";i:7719;s:10:\"size_after\";i:6237;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.809999999999999;s:5:\"bytes\";i:1917;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:7758;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001;s:5:\"bytes\";i:719;s:11:\"size_before\";i:4286;s:10:\"size_after\";i:3567;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17563;s:10:\"size_after\";i:17563;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5371;s:10:\"size_after\";i:5371;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.050000000000001;s:5:\"bytes\";i:2499;s:11:\"size_before\";i:12462;s:10:\"size_after\";i:9963;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.440000000000001;s:5:\"bytes\";i:4973;s:11:\"size_before\";i:24331;s:10:\"size_after\";i:19358;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.739999999999998;s:5:\"bytes\";i:26001;s:11:\"size_before\";i:101019;s:10:\"size_after\";i:75018;s:4:\"time\";d:0.059999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.579999999999998;s:5:\"bytes\";i:1746;s:11:\"size_before\";i:8916;s:10:\"size_after\";i:7170;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.399999999999999;s:5:\"bytes\";i:27870;s:11:\"size_before\";i:105587;s:10:\"size_after\";i:77717;s:4:\"time\";d:0.059999999999999998;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.34;s:5:\"bytes\";i:15220;s:11:\"size_before\";i:62533;s:10:\"size_after\";i:47313;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.949999999999999;s:5:\"bytes\";i:6018;s:11:\"size_before\";i:27415;s:10:\"size_after\";i:21397;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.77;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:13736;s:10:\"size_after\";i:11021;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.850000000000001;s:5:\"bytes\";i:3499;s:11:\"size_before\";i:16783;s:10:\"size_after\";i:13284;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.52;s:5:\"bytes\";i:6195;s:11:\"size_before\";i:27508;s:10:\"size_after\";i:21313;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.710000000000001;s:5:\"bytes\";i:5223;s:11:\"size_before\";i:21135;s:10:\"size_after\";i:15912;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.440000000000001;s:5:\"bytes\";i:12962;s:11:\"size_before\";i:49023;s:10:\"size_after\";i:36061;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.07;s:5:\"bytes\";i:5032;s:11:\"size_before\";i:22800;s:10:\"size_after\";i:17768;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.27;s:5:\"bytes\";i:16106;s:11:\"size_before\";i:59059;s:10:\"size_after\";i:42953;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.559999999999999;s:5:\"bytes\";i:8710;s:11:\"size_before\";i:38603;s:10:\"size_after\";i:29893;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.27;s:5:\"bytes\";i:4033;s:11:\"size_before\";i:19896;s:10:\"size_after\";i:15863;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.68;s:5:\"bytes\";i:5725;s:11:\"size_before\";i:26411;s:10:\"size_after\";i:20686;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.359999999999999;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:12500;s:10:\"size_after\";i:10080;s:4:\"time\";d:0.01;}}}'),(22149,3823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:1169;s:4:\"file\";s:20:\"2019/01/Hob-logo.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Hob-logo-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Hob-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Hob-logo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Hob-logo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Hob-logo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Hob-logo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Hob-logo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Hob-logo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Hob-logo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Hob-logo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Hob-logo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Hob-logo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Hob-logo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Hob-logo-696x328.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Hob-logo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Hob-logo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Hob-logo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Hob-logo-1068x503.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Hob-logo-891x420.jpg\";s:5:\"width\";i:891;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Hob-logo-1920x905.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Hob-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:\"Hob-logo-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Hob-logo-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Hob-logo-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Hob-logo-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Hob-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Hob-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Hob-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Hob-logo-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Hob-logo-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Hob-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Hob-logo-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Hob-logo-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Hob-logo-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Hob-logo-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Hob-logo-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Hob-logo-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Hob-logo-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Hob-logo-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Hob-logo-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Hob-logo-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Hob-logo-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22150,3823,'_wp_attachment_image_alt','Hobart UK to merge devisions and become the Hobart Equipment Division'),(22151,3822,'_thumbnail_id','3823'),(22152,3822,'_adinserter_block_exceptions',''),(22153,3822,'slide_template','default'),(22154,3822,'_bunyad_featured_post','0'),(22155,3822,'_bunyad_cat_label','0'),(22156,3822,'_bunyad_featured_disable','0'),(22157,3822,'_bunyad_bg_image_bg_type','cover'),(22158,3822,'_bunyad_reviews','0'),(22159,3822,'_bunyad_review_pos','none'),(22160,3822,'_bunyad_review_type','points'),(22161,3822,'_bunyad_review_verdict','Awesome'),(22162,3822,'_yoast_wpseo_focuskw','hobart uk'),(22163,3822,'_yoast_wpseo_title','Hobart UK to merge devisions and become the Hobart Equipment Division'),(22164,3822,'_yoast_wpseo_metadesc','Hobart UK is delighted to announce the alignment of its Warewash and Cooking divisions into one single sales and administration operation'),(22165,3822,'_yoast_wpseo_linkdex','94'),(22166,3822,'_yoast_wpseo_content_score','30'),(22167,3822,'_yoast_wpseo_primary_category','8'),(22168,3822,'xyz_fbap','1'),(22172,3822,'_wpas_done_all','1'),(22175,3822,'_wpas_skip_20130109','1'),(22176,3826,'_edit_last','1'),(22177,3826,'_edit_lock','1548674132:1'),(22178,3827,'_wp_attached_file','2019/01/Casual-Dining-burger-prep.jpg'),(22179,3827,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1184060133548774;s:5:\"bytes\";i:97899;s:11:\"size_before\";i:2377109;s:10:\"size_after\";i:2279210;s:4:\"time\";d:1.0900000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6819;s:10:\"size_after\";i:6445;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:684;s:11:\"size_before\";i:14625;s:10:\"size_after\";i:13941;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:2193;s:11:\"size_before\";i:91770;s:10:\"size_after\";i:89577;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:270;s:11:\"size_before\";i:3992;s:10:\"size_after\";i:3722;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:80300;s:10:\"size_after\";i:78113;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:1510;s:11:\"size_before\";i:41927;s:10:\"size_after\";i:40417;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40417;s:10:\"size_after\";i:40417;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:764;s:11:\"size_before\";i:15986;s:10:\"size_after\";i:15222;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15222;s:10:\"size_after\";i:15222;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:415;s:11:\"size_before\";i:7037;s:10:\"size_after\";i:6622;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:465;s:11:\"size_before\";i:8771;s:10:\"size_after\";i:8306;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:748;s:11:\"size_before\";i:17107;s:10:\"size_after\";i:16359;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:541;s:11:\"size_before\";i:14721;s:10:\"size_after\";i:14180;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:36915;s:10:\"size_after\";i:35710;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:618;s:11:\"size_before\";i:12932;s:10:\"size_after\";i:12314;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:1395;s:11:\"size_before\";i:45257;s:10:\"size_after\";i:43862;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:24343;s:10:\"size_after\";i:23307;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:578;s:11:\"size_before\";i:12422;s:10:\"size_after\";i:11844;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:781;s:11:\"size_before\";i:16107;s:10:\"size_after\";i:15326;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:359;s:11:\"size_before\";i:5352;s:10:\"size_after\";i:4993;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40417;s:10:\"size_after\";i:40417;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8306;s:10:\"size_after\";i:8306;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:26184;s:10:\"size_after\";i:24546;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:3134;s:11:\"size_before\";i:57454;s:10:\"size_after\";i:54320;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:14304;s:11:\"size_before\";i:377302;s:10:\"size_after\";i:362998;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:14906;s:10:\"size_after\";i:13816;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:12560;s:11:\"size_before\";i:321124;s:10:\"size_after\";i:308564;s:4:\"time\";d:0.10000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:6993;s:11:\"size_before\";i:165382;s:10:\"size_after\";i:158389;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:63332;s:10:\"size_after\";i:59837;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:27243;s:10:\"size_after\";i:25532;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:2077;s:11:\"size_before\";i:33736;s:10:\"size_after\";i:31659;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:3537;s:11:\"size_before\";i:67686;s:10:\"size_after\";i:64149;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:57530;s:10:\"size_after\";i:54747;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:6084;s:11:\"size_before\";i:145951;s:10:\"size_after\";i:139867;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:2845;s:11:\"size_before\";i:51011;s:10:\"size_after\";i:48166;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:7176;s:11:\"size_before\";i:180020;s:10:\"size_after\";i:172844;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:4823;s:11:\"size_before\";i:96043;s:10:\"size_after\";i:91220;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:2712;s:11:\"size_before\";i:48953;s:10:\"size_after\";i:46241;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:3397;s:11:\"size_before\";i:63238;s:10:\"size_after\";i:59841;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:19269;s:10:\"size_after\";i:17852;s:4:\"time\";d:0.01;}}}'),(22180,3827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:2400;s:4:\"file\";s:37:\"2019/01/Casual-Dining-burger-prep.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Casual-Dining-burger-prep-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-burger-prep-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"Casual-Dining-burger-prep-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-burger-prep-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Casual-Dining-burger-prep-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Casual-Dining-burger-prep-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Casual-Dining-burger-prep-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22181,3827,'_wp_attachment_image_alt','Record number of new product innovations on show at Casual Dining 2019'),(22182,3828,'_wp_attached_file','2019/01/Casual-dining-pizza_Italian.jpg'),(22183,3828,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2466350452750765;s:5:\"bytes\";i:115074;s:11:\"size_before\";i:2709769;s:10:\"size_after\";i:2594695;s:4:\"time\";d:1.1700000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7933;s:10:\"size_after\";i:7468;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:860;s:11:\"size_before\";i:17402;s:10:\"size_after\";i:16542;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5499999999999998;s:5:\"bytes\";i:2777;s:11:\"size_before\";i:108898;s:10:\"size_after\";i:106121;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:339;s:11:\"size_before\";i:4646;s:10:\"size_after\";i:4307;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:2042;s:11:\"size_before\";i:83981;s:10:\"size_after\";i:81939;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:1424;s:11:\"size_before\";i:44260;s:10:\"size_after\";i:42836;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42836;s:10:\"size_after\";i:42836;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:904;s:11:\"size_before\";i:17855;s:10:\"size_after\";i:16951;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16951;s:10:\"size_after\";i:16951;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:510;s:11:\"size_before\";i:8329;s:10:\"size_after\";i:7819;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:599;s:11:\"size_before\";i:10444;s:10:\"size_after\";i:9845;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:20459;s:10:\"size_after\";i:19422;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:779;s:11:\"size_before\";i:17703;s:10:\"size_after\";i:16924;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:44084;s:10:\"size_after\";i:42477;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:839;s:11:\"size_before\";i:15405;s:10:\"size_after\";i:14566;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:53647;s:10:\"size_after\";i:51910;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:26393;s:10:\"size_after\";i:25281;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:762;s:11:\"size_before\";i:14854;s:10:\"size_after\";i:14092;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:19039;s:10:\"size_after\";i:18030;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:358;s:11:\"size_before\";i:5616;s:10:\"size_after\";i:5258;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42836;s:10:\"size_after\";i:42836;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9845;s:10:\"size_after\";i:9845;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:1927;s:11:\"size_before\";i:30215;s:10:\"size_after\";i:28288;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:3800;s:11:\"size_before\";i:67694;s:10:\"size_after\";i:63894;s:4:\"time\";d:0.050000000000000003;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:17778;s:11:\"size_before\";i:454000;s:10:\"size_after\";i:436222;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:17258;s:10:\"size_after\";i:15989;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:14621;s:11:\"size_before\";i:353250;s:10:\"size_after\";i:338629;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:7293;s:11:\"size_before\";i:175412;s:10:\"size_after\";i:168119;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:3705;s:11:\"size_before\";i:68507;s:10:\"size_after\";i:64802;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:2051;s:11:\"size_before\";i:31829;s:10:\"size_after\";i:29778;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:2573;s:11:\"size_before\";i:39874;s:10:\"size_after\";i:37301;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:4420;s:11:\"size_before\";i:78820;s:10:\"size_after\";i:74400;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:3326;s:11:\"size_before\";i:66384;s:10:\"size_after\";i:63058;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:7548;s:11:\"size_before\";i:171483;s:10:\"size_after\";i:163935;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:3439;s:11:\"size_before\";i:59561;s:10:\"size_after\";i:56122;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:8718;s:11:\"size_before\";i:210331;s:10:\"size_after\";i:201613;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:4720;s:11:\"size_before\";i:101374;s:10:\"size_after\";i:96654;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:3141;s:11:\"size_before\";i:56423;s:10:\"size_after\";i:53282;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:4159;s:11:\"size_before\";i:73430;s:10:\"size_after\";i:69271;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:20508;s:10:\"size_after\";i:19082;s:4:\"time\";d:0.01;}}}'),(22184,3828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2405;s:6:\"height\";i:1600;s:4:\"file\";s:39:\"2019/01/Casual-dining-pizza_Italian.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Casual-dining-pizza_Italian-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Casual-dining-pizza_Italian-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"Casual-dining-pizza_Italian-1920x1277.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Casual-dining-pizza_Italian-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Casual-dining-pizza_Italian-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"Casual-dining-pizza_Italian-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"Casual-dining-pizza_Italian-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22185,3828,'_wp_attachment_image_alt','Record number of new product innovations on show at Casual Dining 2019'),(22186,3826,'_thumbnail_id','3653'),(22187,3826,'_adinserter_block_exceptions',''),(22188,3826,'slide_template','default'),(22189,3826,'_bunyad_featured_post','0'),(22190,3826,'_bunyad_cat_label','0'),(22191,3826,'_bunyad_featured_disable','0'),(22192,3826,'_bunyad_bg_image_bg_type','cover'),(22193,3826,'_bunyad_reviews','0'),(22194,3826,'_bunyad_review_pos','none'),(22195,3826,'_bunyad_review_type','points'),(22196,3826,'_bunyad_review_verdict','Awesome'),(22197,3826,'_yoast_wpseo_focuskw','casual dining'),(22198,3826,'_yoast_wpseo_title','Record number of new product innovations on show at Casual Dining 2019'),(22199,3826,'_yoast_wpseo_metadesc','With 220 leading suppliers lined up to present a host of new food and drink products, innovations and insights in the casual dining industry'),(22200,3826,'_yoast_wpseo_linkdex','80'),(22201,3826,'_yoast_wpseo_content_score','30'),(22202,3826,'_yoast_wpseo_primary_category','33'),(22203,3826,'xyz_fbap','1'),(22207,3826,'_wpas_done_all','1'),(22210,3826,'_wpas_skip_20130109','1'),(22211,3830,'_edit_last','1'),(22212,3830,'_edit_lock','1548691165:1'),(22213,3831,'_wp_attached_file','2019/01/IMG_0543.jpg'),(22214,3831,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8679585772429439;s:5:\"bytes\";i:200253;s:11:\"size_before\";i:2545171;s:10:\"size_after\";i:2344918;s:4:\"time\";d:2.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:490;s:11:\"size_before\";i:7823;s:10:\"size_after\";i:7333;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:897;s:11:\"size_before\";i:18277;s:10:\"size_after\";i:17380;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:4082;s:11:\"size_before\";i:131022;s:10:\"size_after\";i:126940;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:347;s:11:\"size_before\";i:4419;s:10:\"size_after\";i:4072;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:2365;s:11:\"size_before\";i:86706;s:10:\"size_after\";i:84341;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:1591;s:11:\"size_before\";i:45214;s:10:\"size_after\";i:43623;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43623;s:10:\"size_after\";i:43623;s:4:\"time\";d:0.27000000000000002;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:891;s:11:\"size_before\";i:17366;s:10:\"size_after\";i:16475;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16475;s:10:\"size_after\";i:16475;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:511;s:11:\"size_before\";i:7881;s:10:\"size_after\";i:7370;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:586;s:11:\"size_before\";i:9834;s:10:\"size_after\";i:9248;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:19090;s:10:\"size_after\";i:18075;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:972;s:11:\"size_before\";i:18840;s:10:\"size_after\";i:17868;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:42431;s:10:\"size_after\";i:40711;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:847;s:11:\"size_before\";i:14710;s:10:\"size_after\";i:13863;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:2090;s:11:\"size_before\";i:52245;s:10:\"size_after\";i:50155;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:26083;s:10:\"size_after\";i:24973;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:751;s:11:\"size_before\";i:14059;s:10:\"size_after\";i:13308;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:898;s:11:\"size_before\";i:17605;s:10:\"size_after\";i:16707;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:385;s:11:\"size_before\";i:5566;s:10:\"size_after\";i:5181;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43623;s:10:\"size_after\";i:43623;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9248;s:10:\"size_after\";i:9248;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:29983;s:10:\"size_after\";i:27949;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:4149;s:11:\"size_before\";i:74672;s:10:\"size_after\";i:70523;s:4:\"time\";d:0.040000000000000001;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.850000000000001;s:5:\"bytes\";i:108539;s:11:\"size_before\";i:607967;s:10:\"size_after\";i:499428;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:16340;s:10:\"size_after\";i:15124;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:8308;s:11:\"size_before\";i:180505;s:10:\"size_after\";i:172197;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3929;s:11:\"size_before\";i:68823;s:10:\"size_after\";i:64894;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:1990;s:11:\"size_before\";i:30089;s:10:\"size_after\";i:28099;s:4:\"time\";d:0.79000000000000004;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:2456;s:11:\"size_before\";i:37769;s:10:\"size_after\";i:35313;s:4:\"time\";d:0.14000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:4347;s:11:\"size_before\";i:75775;s:10:\"size_after\";i:71428;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:4181;s:11:\"size_before\";i:76419;s:10:\"size_after\";i:72238;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:8978;s:11:\"size_before\";i:172135;s:10:\"size_after\";i:163157;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:3575;s:11:\"size_before\";i:58016;s:10:\"size_after\";i:54441;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:10802;s:11:\"size_before\";i:213552;s:10:\"size_after\";i:202750;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:5407;s:11:\"size_before\";i:104599;s:10:\"size_after\";i:99192;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:3417;s:11:\"size_before\";i:55615;s:10:\"size_after\";i:52198;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:3996;s:11:\"size_before\";i:70389;s:10:\"size_after\";i:66393;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:20383;s:10:\"size_after\";i:19002;s:4:\"time\";d:0.01;}}}'),(22215,3831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:20:\"2019/01/IMG_0543.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_0543-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_0543-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_0543-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_0543-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_0543-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_0543-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_0543-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_0543-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_0543-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_0543-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_0543-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_0543-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_0543-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_0543-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_0543-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_0543-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"IMG_0543-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_0543-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0543-150x150.jpg\";s:5:\"width\";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:\"IMG_0543-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0543-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0543-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_0543-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_0543-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_0543-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_0543-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_0543-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_0543-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0543-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_0543-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0543-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_0543-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_0543-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_0543-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_0543-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_0543-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_0543-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_0543-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_0543-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_0543-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_0543-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22216,3832,'_wp_attached_file','2019/01/IMG_5276.jpg'),(22217,3832,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4729251191855743;s:5:\"bytes\";i:144002;s:11:\"size_before\";i:2224682;s:10:\"size_after\";i:2080680;s:4:\"time\";d:0.96000000000000041;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:409;s:11:\"size_before\";i:6927;s:10:\"size_after\";i:6518;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:689;s:11:\"size_before\";i:13942;s:10:\"size_after\";i:13253;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:3422;s:11:\"size_before\";i:92338;s:10:\"size_after\";i:88916;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:297;s:11:\"size_before\";i:3987;s:10:\"size_after\";i:3690;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2719;s:11:\"size_before\";i:72977;s:10:\"size_after\";i:70258;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:1552;s:11:\"size_before\";i:37421;s:10:\"size_after\";i:35869;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35869;s:10:\"size_after\";i:35869;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:749;s:11:\"size_before\";i:14715;s:10:\"size_after\";i:13966;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13966;s:10:\"size_after\";i:13966;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:440;s:11:\"size_before\";i:6946;s:10:\"size_after\";i:6506;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:479;s:11:\"size_before\";i:8539;s:10:\"size_after\";i:8060;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:831;s:11:\"size_before\";i:16396;s:10:\"size_after\";i:15565;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:896;s:11:\"size_before\";i:16853;s:10:\"size_after\";i:15957;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:35832;s:10:\"size_after\";i:34289;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:626;s:11:\"size_before\";i:12406;s:10:\"size_after\";i:11780;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:44117;s:10:\"size_after\";i:42228;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:957;s:11:\"size_before\";i:21865;s:10:\"size_after\";i:20908;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:665;s:11:\"size_before\";i:12445;s:10:\"size_after\";i:11780;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:716;s:11:\"size_before\";i:15234;s:10:\"size_after\";i:14518;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:316;s:11:\"size_before\";i:4870;s:10:\"size_after\";i:4554;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35869;s:10:\"size_after\";i:35869;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8060;s:10:\"size_after\";i:8060;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:1959;s:11:\"size_before\";i:26890;s:10:\"size_after\";i:24931;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:3455;s:11:\"size_before\";i:54935;s:10:\"size_after\";i:51480;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7300000000000004;s:5:\"bytes\";i:56629;s:11:\"size_before\";i:581748;s:10:\"size_after\";i:525119;s:4:\"time\";d:0.20000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:14544;s:10:\"size_after\";i:13452;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:9177;s:11:\"size_before\";i:160164;s:10:\"size_after\";i:150987;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:3490;s:11:\"size_before\";i:57622;s:10:\"size_after\";i:54132;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:1797;s:11:\"size_before\";i:26560;s:10:\"size_after\";i:24763;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:2113;s:11:\"size_before\";i:32274;s:10:\"size_after\";i:30161;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:3944;s:11:\"size_before\";i:64441;s:10:\"size_after\";i:60497;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:4685;s:11:\"size_before\";i:67757;s:10:\"size_after\";i:63072;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:8714;s:11:\"size_before\";i:150030;s:10:\"size_after\";i:141316;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:3159;s:11:\"size_before\";i:49143;s:10:\"size_after\";i:45984;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:11417;s:11:\"size_before\";i:192153;s:10:\"size_after\";i:180736;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:4988;s:11:\"size_before\";i:87871;s:10:\"size_after\";i:82883;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:3335;s:11:\"size_before\";i:49277;s:10:\"size_after\";i:45942;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:3572;s:11:\"size_before\";i:60278;s:10:\"size_after\";i:56706;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1281;s:11:\"size_before\";i:17421;s:10:\"size_after\";i:16140;s:4:\"time\";d:0.01;}}}'),(22218,3832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:20:\"2019/01/IMG_5276.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5276-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_5276-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_5276-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_5276-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_5276-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_5276-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_5276-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_5276-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_5276-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_5276-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_5276-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_5276-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_5276-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_5276-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_5276-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_5276-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_5276-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"IMG_5276-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_5276-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_5276-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5276-150x150.jpg\";s:5:\"width\";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:\"IMG_5276-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5276-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_5276-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_5276-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_5276-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_5276-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_5276-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_5276-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_5276-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_5276-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_5276-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_5276-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_5276-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_5276-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_5276-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_5276-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_5276-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_5276-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_5276-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_5276-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_5276-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS M50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494723482\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22219,3832,'_wp_attachment_image_alt','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year'),(22220,3831,'_wp_attachment_image_alt','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year'),(22221,3830,'_thumbnail_id','3832'),(22222,3830,'_adinserter_block_exceptions',''),(22223,3830,'slide_template','default'),(22224,3830,'_bunyad_featured_post','0'),(22225,3830,'_bunyad_cat_label','0'),(22226,3830,'_bunyad_featured_disable','0'),(22227,3830,'_bunyad_bg_image_bg_type','cover'),(22228,3830,'_bunyad_reviews','0'),(22229,3830,'_bunyad_review_pos','none'),(22230,3830,'_bunyad_review_type','points'),(22231,3830,'_bunyad_review_verdict','Awesome'),(22232,3830,'_yoast_wpseo_focuskw','tilda young chef'),(22233,3830,'_yoast_wpseo_title','Tilda Young Chef of the Year winner gets gold - Dylan Hodgson'),(22234,3830,'_yoast_wpseo_metadesc','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year, at the prestigious Salon Culinaire'),(22235,3830,'_yoast_wpseo_linkdex','99'),(22236,3830,'_yoast_wpseo_content_score','30'),(22237,3830,'_yoast_wpseo_primary_category','33'),(22238,3830,'xyz_fbap','1'),(22242,3830,'_wpas_done_all','1'),(22245,3830,'_wpas_skip_20130109','1'),(22248,3834,'_edit_last','1'),(22249,3834,'_edit_lock','1548692821:1'),(22250,2426,'_wp_attachment_image_alt','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.'),(22251,3834,'_thumbnail_id','3836'),(22252,3834,'_adinserter_block_exceptions',''),(22253,3834,'slide_template','default'),(22254,3834,'_bunyad_featured_post','1'),(22255,3834,'_bunyad_cat_label','0'),(22256,3834,'_bunyad_featured_disable','0'),(22257,3834,'_bunyad_bg_image_bg_type','cover'),(22258,3834,'_bunyad_reviews','0'),(22259,3834,'_bunyad_review_pos','none'),(22260,3834,'_bunyad_review_type','points'),(22261,3834,'_bunyad_review_verdict','Awesome'),(22262,3834,'_yoast_wpseo_focuskw','food safety'),(22263,3834,'_yoast_wpseo_title','Best practice key to food safety and transparency - UKHospitality'),(22264,3834,'_yoast_wpseo_metadesc','An open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH'),(22265,3834,'_yoast_wpseo_linkdex','87'),(22266,3834,'_yoast_wpseo_content_score','30'),(22267,3834,'_yoast_wpseo_primary_category','3'),(22268,988,'_wp_attachment_image_alt','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.'),(22269,3836,'_wp_attached_file','2019/01/aisle-3105629_1280.jpg'),(22270,3836,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3420910248666811;s:5:\"bytes\";i:83998;s:11:\"size_before\";i:1144061;s:10:\"size_after\";i:1060063;s:4:\"time\";d:0.35999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:2835;s:11:\"size_before\";i:35864;s:10:\"size_after\";i:33029;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:6241;s:11:\"size_before\";i:82928;s:10:\"size_after\";i:76687;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:18327;s:10:\"size_after\";i:16913;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:6612;s:11:\"size_before\";i:89199;s:10:\"size_after\";i:82587;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:36610;s:10:\"size_after\";i:33827;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:3671;s:11:\"size_before\";i:45945;s:10:\"size_after\";i:42274;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:7582;s:11:\"size_before\";i:100526;s:10:\"size_after\";i:92944;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:6756;s:11:\"size_before\";i:94228;s:10:\"size_after\";i:87472;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:16320;s:11:\"size_before\";i:237949;s:10:\"size_after\";i:221629;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:5435;s:11:\"size_before\";i:73242;s:10:\"size_after\";i:67807;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:10026;s:11:\"size_before\";i:141184;s:10:\"size_after\";i:131158;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:5601;s:11:\"size_before\";i:72896;s:10:\"size_after\";i:67295;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:6963;s:11:\"size_before\";i:92482;s:10:\"size_after\";i:85519;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:22681;s:10:\"size_after\";i:20922;s:4:\"time\";d:0.02;}}}'),(22271,3836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2019/01/aisle-3105629_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"aisle-3105629_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"aisle-3105629_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"aisle-3105629_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"aisle-3105629_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"aisle-3105629_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"aisle-3105629_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"aisle-3105629_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"aisle-3105629_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"aisle-3105629_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22272,3836,'_wp_attachment_image_alt','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.'),(22273,3834,'xyz_fbap','1'),(22277,3834,'_wpas_done_all','1'),(22280,3834,'_wpas_skip_20130109','1'),(22281,3837,'_edit_last','1'),(22282,3837,'_edit_lock','1548691649:1'),(22283,3838,'_wp_attached_file','2019/01/WBPQ-pack-jan-19.jpg'),(22284,3838,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9249920123124795;s:5:\"bytes\";i:116224;s:11:\"size_before\";i:2359882;s:10:\"size_after\";i:2243658;s:4:\"time\";d:1.0500000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:427;s:11:\"size_before\";i:7258;s:10:\"size_after\";i:6831;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:602;s:11:\"size_before\";i:16782;s:10:\"size_after\";i:16180;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:3786;s:11:\"size_before\";i:102604;s:10:\"size_after\";i:98818;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4180;s:10:\"size_after\";i:3925;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:2562;s:11:\"size_before\";i:65526;s:10:\"size_after\";i:62964;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:34048;s:10:\"size_after\";i:32959;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32959;s:10:\"size_after\";i:32959;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:523;s:11:\"size_before\";i:14181;s:10:\"size_after\";i:13658;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13658;s:10:\"size_after\";i:13658;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:373;s:11:\"size_before\";i:7431;s:10:\"size_after\";i:7058;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:405;s:11:\"size_before\";i:8612;s:10:\"size_after\";i:8207;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:580;s:11:\"size_before\";i:15796;s:10:\"size_after\";i:15216;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:589;s:11:\"size_before\";i:15955;s:10:\"size_after\";i:15366;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:34266;s:10:\"size_after\";i:33185;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:488;s:11:\"size_before\";i:12618;s:10:\"size_after\";i:12130;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:42471;s:10:\"size_after\";i:41233;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:683;s:11:\"size_before\";i:20351;s:10:\"size_after\";i:19668;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:463;s:11:\"size_before\";i:12757;s:10:\"size_after\";i:12294;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:562;s:11:\"size_before\";i:14737;s:10:\"size_after\";i:14175;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:247;s:11:\"size_before\";i:4828;s:10:\"size_after\";i:4581;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32959;s:10:\"size_after\";i:32959;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8207;s:10:\"size_after\";i:8207;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1539;s:11:\"size_before\";i:26074;s:10:\"size_after\";i:24535;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:3254;s:11:\"size_before\";i:62945;s:10:\"size_after\";i:59691;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:26604;s:11:\"size_before\";i:492813;s:10:\"size_after\";i:466209;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:922;s:11:\"size_before\";i:14768;s:10:\"size_after\";i:13846;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:16616;s:11:\"size_before\";i:304171;s:10:\"size_after\";i:287555;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:8171;s:11:\"size_before\";i:145308;s:10:\"size_after\";i:137137;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:2853;s:11:\"size_before\";i:52624;s:10:\"size_after\";i:49771;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:26450;s:10:\"size_after\";i:24914;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:1733;s:11:\"size_before\";i:30449;s:10:\"size_after\";i:28716;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:3227;s:11:\"size_before\";i:59384;s:10:\"size_after\";i:56157;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:3387;s:11:\"size_before\";i:60178;s:10:\"size_after\";i:56791;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:7455;s:11:\"size_before\";i:139339;s:10:\"size_after\";i:131884;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:2539;s:11:\"size_before\";i:46599;s:10:\"size_after\";i:44060;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:9683;s:11:\"size_before\";i:178537;s:10:\"size_after\";i:168854;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:4301;s:11:\"size_before\";i:79657;s:10:\"size_after\";i:75356;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2579;s:11:\"size_before\";i:46924;s:10:\"size_after\";i:44345;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:2887;s:11:\"size_before\";i:55038;s:10:\"size_after\";i:52151;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:985;s:11:\"size_before\";i:16440;s:10:\"size_after\";i:15455;s:4:\"time\";d:0.01;}}}'),(22285,3838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3386;s:6:\"height\";i:2789;s:4:\"file\";s:28:\"2019/01/WBPQ-pack-jan-19.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-768x633.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"WBPQ-pack-jan-19-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"WBPQ-pack-jan-19-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-696x573.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"WBPQ-pack-jan-19-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"WBPQ-pack-jan-19-1068x880.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-510x420.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"WBPQ-pack-jan-19-1920x1581.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-150x150.jpg\";s:5:\"width\";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:\"WBPQ-pack-jan-19-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"WBPQ-pack-jan-19-1024x843.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"WBPQ-pack-jan-19-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"WBPQ-pack-jan-19-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"WBPQ-pack-jan-19-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"WBPQ-pack-jan-19-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SM-J510FN\";s:7:\"caption\";s:1:\"?\";s:17:\"created_timestamp\";s:10:\"1547122058\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22286,3839,'_wp_attached_file','2019/01/WBPQ19black.jpg'),(22287,3839,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1730992294091092;s:5:\"bytes\";i:86269;s:11:\"size_before\";i:1397499;s:10:\"size_after\";i:1311230;s:4:\"time\";d:0.72000000000000042;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5700000000000003;s:5:\"bytes\";i:515;s:11:\"size_before\";i:6012;s:10:\"size_after\";i:5497;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:23363;s:10:\"size_after\";i:21661;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:224;s:11:\"size_before\";i:3195;s:10:\"size_after\";i:2971;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:7646;s:11:\"size_before\";i:110060;s:10:\"size_after\";i:102414;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:3164;s:11:\"size_before\";i:57032;s:10:\"size_after\";i:53868;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53868;s:10:\"size_after\";i:53868;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:19258;s:10:\"size_after\";i:18055;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18055;s:10:\"size_after\";i:18055;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:488;s:11:\"size_before\";i:6500;s:10:\"size_after\";i:6012;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:701;s:11:\"size_before\";i:8935;s:10:\"size_after\";i:8234;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:20910;s:10:\"size_after\";i:19431;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:19473;s:10:\"size_after\";i:18042;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:2807;s:11:\"size_before\";i:51907;s:10:\"size_after\";i:49100;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:14488;s:10:\"size_after\";i:13407;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:3707;s:11:\"size_before\";i:66837;s:10:\"size_after\";i:63130;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:1637;s:11:\"size_before\";i:30894;s:10:\"size_after\";i:29257;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:13694;s:10:\"size_after\";i:12555;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:19518;s:10:\"size_after\";i:18230;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:322;s:11:\"size_before\";i:4696;s:10:\"size_after\";i:4374;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53868;s:10:\"size_after\";i:53868;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8234;s:10:\"size_after\";i:8234;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:2581;s:11:\"size_before\";i:34045;s:10:\"size_after\";i:31464;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:8582;s:11:\"size_before\";i:119643;s:10:\"size_after\";i:111061;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9400000000000004;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:16303;s:10:\"size_after\";i:15008;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:6072;s:11:\"size_before\";i:87189;s:10:\"size_after\";i:81117;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:2363;s:11:\"size_before\";i:35187;s:10:\"size_after\";i:32824;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:45189;s:10:\"size_after\";i:41956;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:6807;s:11:\"size_before\";i:96929;s:10:\"size_after\";i:90122;s:4:\"time\";d:0.070000000000000007;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:6721;s:11:\"size_before\";i:94901;s:10:\"size_after\";i:88180;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:4972;s:11:\"size_before\";i:72527;s:10:\"size_after\";i:67555;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:4881;s:11:\"size_before\";i:71849;s:10:\"size_after\";i:66968;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:6590;s:11:\"size_before\";i:90443;s:10:\"size_after\";i:83853;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:22497;s:10:\"size_after\";i:20859;s:4:\"time\";d:0.01;}}}'),(22288,3839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:774;s:4:\"file\";s:23:\"2019/01/WBPQ19black.jpg\";s:5:\"sizes\";a:39:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"WBPQ19black-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"WBPQ19black-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-696x701.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-768x580.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-417x420.jpg\";s:5:\"width\";i:417;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WBPQ19black-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"WBPQ19black-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"WBPQ19black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22289,3839,'_wp_attachment_image_alt','World\'s Biggest Pub Quiz'),(22290,3837,'_thumbnail_id','3839'),(22291,3837,'_adinserter_block_exceptions',''),(22292,3837,'slide_template','default'),(22293,3837,'_bunyad_featured_post','0'),(22294,3837,'_bunyad_cat_label','0'),(22295,3837,'_bunyad_featured_disable','0'),(22296,3837,'_bunyad_bg_image_bg_type','cover'),(22297,3837,'_bunyad_reviews','0'),(22298,3837,'_bunyad_review_pos','none'),(22299,3837,'_bunyad_review_type','points'),(22300,3837,'_bunyad_review_verdict','Awesome'),(22301,3837,'_yoast_wpseo_focuskw','Biggest Pub Quiz'),(22302,3837,'_yoast_wpseo_title','World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!'),(22303,3837,'_yoast_wpseo_metadesc','Fundraising packs for the World\'s Biggest Pub Quiz will be arriving over the next few weeks at the 970 pubs, bars and clubs across the country'),(22304,3837,'_yoast_wpseo_linkdex','89'),(22305,3837,'_yoast_wpseo_content_score','30'),(22306,3837,'_yoast_wpseo_primary_category','33'),(22307,3837,'xyz_fbap','1'),(22311,3837,'_wpas_done_all','1'),(22314,3837,'_wpas_skip_20130109','1'),(22321,23,'_oembed_c01400755339105848dcdef44231652b','<div data-configid=\"0\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(22322,23,'_oembed_time_c01400755339105848dcdef44231652b','1549289935'),(22323,276,'_oembed_c01400755339105848dcdef44231652b','<div data-configid=\"0\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(22324,276,'_oembed_time_c01400755339105848dcdef44231652b','1549289982'),(22325,276,'_oembed_43d6d1541db083b709960ef85ab3572b','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(22326,276,'_oembed_time_43d6d1541db083b709960ef85ab3572b','1549290075'),(22327,23,'_oembed_43d6d1541db083b709960ef85ab3572b','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(22328,23,'_oembed_time_43d6d1541db083b709960ef85ab3572b','1549291062'),(22329,3851,'_edit_last','1'),(22330,3851,'_edit_lock','1549529558:1'),(22331,3851,'_adinserter_block_exceptions',''),(22332,3851,'slide_template','default'),(22333,3851,'_bunyad_featured_post','1'),(22334,3851,'_bunyad_cat_label','0'),(22335,3851,'_bunyad_featured_disable','0'),(22336,3851,'_bunyad_bg_image_bg_type','cover'),(22337,3851,'_bunyad_reviews','0'),(22338,3851,'_bunyad_review_pos','none'),(22339,3851,'_bunyad_review_type','points'),(22340,3851,'_bunyad_review_verdict','Awesome'),(22341,3851,'_yoast_wpseo_content_score','30'),(22342,3851,'_yoast_wpseo_primary_category','33'),(22343,3856,'_wp_attached_file','2019/02/DSC_9554-edit.jpg'),(22344,3856,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8130360281098685;s:5:\"bytes\";i:65811;s:11:\"size_before\";i:1367349;s:10:\"size_after\";i:1301538;s:4:\"time\";d:2.9699999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:360;s:11:\"size_before\";i:6628;s:10:\"size_after\";i:6268;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:695;s:11:\"size_before\";i:13345;s:10:\"size_after\";i:12650;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:75707;s:10:\"size_after\";i:73234;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:286;s:11:\"size_before\";i:4183;s:10:\"size_after\";i:3897;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:2339;s:11:\"size_before\";i:72148;s:10:\"size_after\";i:69809;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:39074;s:10:\"size_after\";i:37577;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37577;s:10:\"size_after\";i:37577;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:833;s:11:\"size_before\";i:16026;s:10:\"size_after\";i:15193;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15193;s:10:\"size_after\";i:15193;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:414;s:11:\"size_before\";i:7098;s:10:\"size_after\";i:6684;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:463;s:11:\"size_before\";i:8942;s:10:\"size_after\";i:8479;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:871;s:11:\"size_before\";i:17326;s:10:\"size_after\";i:16455;s:4:\"time\";d:0.040000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:565;s:11:\"size_before\";i:12951;s:10:\"size_after\";i:12386;s:4:\"time\";d:0.20999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1384;s:11:\"size_before\";i:34399;s:10:\"size_after\";i:33015;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:665;s:11:\"size_before\";i:12746;s:10:\"size_after\";i:12081;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:41260;s:10:\"size_after\";i:39775;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:23547;s:10:\"size_after\";i:22540;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:603;s:11:\"size_before\";i:12032;s:10:\"size_after\";i:11429;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:787;s:11:\"size_before\";i:15886;s:10:\"size_after\";i:15099;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:344;s:11:\"size_before\";i:5422;s:10:\"size_after\";i:5078;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37577;s:10:\"size_after\";i:37577;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8479;s:10:\"size_after\";i:8479;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:1529;s:11:\"size_before\";i:23351;s:10:\"size_after\";i:21822;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:2955;s:11:\"size_before\";i:48837;s:10:\"size_after\";i:45882;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:14291;s:10:\"size_after\";i:13238;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:7509;s:11:\"size_before\";i:148965;s:10:\"size_after\";i:141456;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:3619;s:11:\"size_before\";i:58862;s:10:\"size_after\";i:55243;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:1693;s:11:\"size_before\";i:25680;s:10:\"size_after\";i:23987;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:2087;s:11:\"size_before\";i:32324;s:10:\"size_after\";i:30237;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:3839;s:11:\"size_before\";i:63008;s:10:\"size_after\";i:59169;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:2520;s:11:\"size_before\";i:47470;s:10:\"size_after\";i:44950;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:6792;s:11:\"size_before\";i:130951;s:10:\"size_after\";i:124159;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:2808;s:11:\"size_before\";i:46739;s:10:\"size_after\";i:43931;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:4984;s:11:\"size_before\";i:88566;s:10:\"size_after\";i:83582;s:4:\"time\";d:2.0099999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:2521;s:11:\"size_before\";i:43098;s:10:\"size_after\";i:40577;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:3467;s:11:\"size_before\";i:58775;s:10:\"size_after\";i:55308;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:18886;s:10:\"size_after\";i:17522;s:4:\"time\";d:0.01;}}}'),(22345,3856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1462;s:6:\"height\";i:822;s:4:\"file\";s:25:\"2019/02/DSC_9554-edit.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"DSC_9554-edit-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"DSC_9554-edit-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"DSC_9554-edit-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"DSC_9554-edit-1068x600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-150x150.jpg\";s:5:\"width\";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:\"DSC_9554-edit-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"DSC_9554-edit-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"DSC_9554-edit-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"DSC_9554-edit-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"DSC_9554-edit-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"DSC_9554-edit-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519219451\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22346,3856,'_wp_attachment_image_alt','Casual Dining Show'),(22347,3851,'_thumbnail_id','3856'),(22348,3851,'_yoast_wpseo_focuskw','casual dining'),(22349,3851,'_yoast_wpseo_linkdex','90'),(22350,3858,'_wp_attached_file','2019/02/DSC_9244-edit.jpg'),(22351,3858,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9159752735147109;s:5:\"bytes\";i:98679;s:11:\"size_before\";i:1668009;s:10:\"size_after\";i:1569330;s:4:\"time\";d:0.78000000000000025;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:719;s:11:\"size_before\";i:9412;s:10:\"size_after\";i:8693;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:19687;s:10:\"size_after\";i:18391;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:5083;s:11:\"size_before\";i:128476;s:10:\"size_after\";i:123393;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:466;s:11:\"size_before\";i:5266;s:10:\"size_after\";i:4800;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:4901;s:11:\"size_before\";i:114542;s:10:\"size_after\";i:109641;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:3176;s:11:\"size_before\";i:59731;s:10:\"size_after\";i:56555;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56555;s:10:\"size_after\";i:56555;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:22195;s:10:\"size_after\";i:20688;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20688;s:10:\"size_after\";i:20688;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:736;s:11:\"size_before\";i:9535;s:10:\"size_after\";i:8799;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:890;s:11:\"size_before\";i:11990;s:10:\"size_after\";i:11100;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1570;s:11:\"size_before\";i:24354;s:10:\"size_after\";i:22784;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:1358;s:11:\"size_before\";i:21826;s:10:\"size_after\";i:20468;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2611;s:11:\"size_before\";i:52048;s:10:\"size_after\";i:49437;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:17778;s:10:\"size_after\";i:16614;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:3051;s:11:\"size_before\";i:63800;s:10:\"size_after\";i:60749;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:2101;s:11:\"size_before\";i:34646;s:10:\"size_after\";i:32545;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:1209;s:11:\"size_before\";i:17838;s:10:\"size_after\";i:16629;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:22614;s:10:\"size_after\";i:21184;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:563;s:11:\"size_before\";i:6724;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56555;s:10:\"size_after\";i:56555;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11100;s:10:\"size_after\";i:11100;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:2967;s:11:\"size_before\";i:36580;s:10:\"size_after\";i:33613;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:5699;s:11:\"size_before\";i:79111;s:10:\"size_after\";i:73412;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:20239;s:10:\"size_after\";i:18430;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:6581;s:11:\"size_before\";i:89281;s:10:\"size_after\";i:82700;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:3019;s:11:\"size_before\";i:37272;s:10:\"size_after\";i:34253;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:3859;s:11:\"size_before\";i:47584;s:10:\"size_after\";i:43725;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:6984;s:11:\"size_before\";i:97036;s:10:\"size_after\";i:90052;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:5576;s:11:\"size_before\";i:81915;s:10:\"size_after\";i:76339;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:5182;s:11:\"size_before\";i:70779;s:10:\"size_after\";i:65597;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:9164;s:11:\"size_before\";i:134915;s:10:\"size_after\";i:125751;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:5085;s:11:\"size_before\";i:68973;s:10:\"size_after\";i:63888;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:6540;s:11:\"size_before\";i:90921;s:10:\"size_after\";i:84381;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:26043;s:10:\"size_after\";i:23660;s:4:\"time\";d:0.01;}}}'),(22352,3858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1090;s:6:\"height\";i:676;s:4:\"file\";s:25:\"2019/02/DSC_9244-edit.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-768x476.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"DSC_9244-edit-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"DSC_9244-edit-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-696x432.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"DSC_9244-edit-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"DSC_9244-edit-1068x662.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-677x420.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-150x150.jpg\";s:5:\"width\";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:\"DSC_9244-edit-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"DSC_9244-edit-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"DSC_9244-edit-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"DSC_9244-edit-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"DSC_9244-edit-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"DSC_9244-edit-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519217944\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22353,3858,'_wp_attachment_image_alt','Casual Dining Show'),(22354,3851,'xyz_fbap','1'),(22358,3851,'_wpas_done_all','1'),(22361,3851,'_yoast_wpseo_title','UK’s top pub brands prepare to visit Casual Dining 2019'),(22362,3851,'_yoast_wpseo_metadesc','We are pleased to once again be supporting Casual Dining - the industry trade show for pubs, bars & restaurants - as official media partners for 2019'),(22363,3851,'_wp_old_slug','uks-top-pub-brands-prepare-to-visit-casual-dining-2019'),(22364,3851,'_wpas_skip_20130109','1'),(22365,3863,'_edit_last','1'),(22366,3863,'_edit_lock','1549532022:1'),(22367,3864,'_wp_attached_file','2019/02/hotel-1979406_1280.jpg'),(22368,3864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1855293821868544;s:5:\"bytes\";i:35731;s:11:\"size_before\";i:1121666;s:10:\"size_after\";i:1085935;s:4:\"time\";d:0.7200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:183;s:11:\"size_before\";i:5297;s:10:\"size_after\";i:5114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:299;s:11:\"size_before\";i:11104;s:10:\"size_after\";i:10805;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1826;s:11:\"size_before\";i:79805;s:10:\"size_after\";i:77979;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:178;s:11:\"size_before\";i:3196;s:10:\"size_after\";i:3018;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:70976;s:10:\"size_after\";i:69390;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3199999999999998;s:5:\"bytes\";i:803;s:11:\"size_before\";i:34641;s:10:\"size_after\";i:33838;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33838;s:10:\"size_after\";i:33838;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:373;s:11:\"size_before\";i:12506;s:10:\"size_after\";i:12133;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12133;s:10:\"size_after\";i:12133;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:227;s:11:\"size_before\";i:5583;s:10:\"size_after\";i:5356;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:243;s:11:\"size_before\";i:6795;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:384;s:11:\"size_before\";i:13260;s:10:\"size_after\";i:12876;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002;s:5:\"bytes\";i:288;s:11:\"size_before\";i:11583;s:10:\"size_after\";i:11295;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:627;s:11:\"size_before\";i:29268;s:10:\"size_after\";i:28641;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:331;s:11:\"size_before\";i:9927;s:10:\"size_after\";i:9596;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:813;s:11:\"size_before\";i:37257;s:10:\"size_after\";i:36444;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:479;s:11:\"size_before\";i:19147;s:10:\"size_after\";i:18668;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:313;s:11:\"size_before\";i:9697;s:10:\"size_after\";i:9384;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2799999999999998;s:5:\"bytes\";i:281;s:11:\"size_before\";i:12313;s:10:\"size_after\";i:12032;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:191;s:11:\"size_before\";i:4045;s:10:\"size_after\";i:3854;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33838;s:10:\"size_after\";i:33838;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6552;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:859;s:11:\"size_before\";i:20481;s:10:\"size_after\";i:19622;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:46567;s:10:\"size_after\";i:44815;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:528;s:11:\"size_before\";i:11446;s:10:\"size_after\";i:10918;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:53131;s:10:\"size_after\";i:51076;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:891;s:11:\"size_before\";i:21495;s:10:\"size_after\";i:20604;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:26532;s:10:\"size_after\";i:25429;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:56612;s:10:\"size_after\";i:54413;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:50218;s:10:\"size_after\";i:48463;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:5726;s:11:\"size_before\";i:137963;s:10:\"size_after\";i:132237;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1574;s:11:\"size_before\";i:41137;s:10:\"size_after\";i:39563;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:3545;s:11:\"size_before\";i:85939;s:10:\"size_after\";i:82394;s:4:\"time\";d:0.089999999999999997;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:40342;s:10:\"size_after\";i:38762;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:2053;s:11:\"size_before\";i:52347;s:10:\"size_after\";i:50294;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:686;s:11:\"size_before\";i:14695;s:10:\"size_after\";i:14009;s:4:\"time\";d:0.01;}}}'),(22369,3864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2019/02/hotel-1979406_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"hotel-1979406_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"hotel-1979406_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"hotel-1979406_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"hotel-1979406_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"hotel-1979406_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"hotel-1979406_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22370,3864,'_wp_attachment_image_alt','UKHospitality welcomes CMA\'s action on booking sites'),(22371,3863,'_thumbnail_id','3864'),(22372,3863,'xyz_fbap','1'),(22376,3863,'_adinserter_block_exceptions',''),(22377,3863,'slide_template','default'),(22378,3863,'_bunyad_featured_post','0'),(22379,3863,'_bunyad_cat_label','0'),(22380,3863,'_bunyad_featured_disable','0'),(22381,3863,'_bunyad_bg_image_bg_type','cover'),(22382,3863,'_bunyad_reviews','0'),(22383,3863,'_bunyad_review_pos','none'),(22384,3863,'_bunyad_review_type','points'),(22385,3863,'_bunyad_review_verdict','Awesome'),(22386,3863,'_yoast_wpseo_focuskw','CMA\'s'),(22387,3863,'_yoast_wpseo_title','UKHospitality welcomes CMA\'s action on booking sites'),(22388,3863,'_yoast_wpseo_metadesc','The announcement by the CMA\'s action on online booking companies will provide greater transparency for customers, says UKHospitality'),(22389,3863,'_yoast_wpseo_linkdex','81'),(22390,3863,'_yoast_wpseo_content_score','30'),(22391,3863,'_yoast_wpseo_primary_category','8'),(22392,3863,'_wpas_done_all','1'),(22395,3863,'_wpas_skip_20130109','1'),(22398,3867,'_edit_last','1'),(22399,3867,'_edit_lock','1549549516:1'),(22400,3868,'_wp_attached_file','2019/02/iCPOS-MS-Hardware-Back-Left-facing-Black.jpg'),(22401,3868,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7025964444384538;s:5:\"bytes\";i:109989;s:11:\"size_before\";i:1928753;s:10:\"size_after\";i:1818764;s:4:\"time\";d:0.99000000000000044;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:292;s:11:\"size_before\";i:6090;s:10:\"size_after\";i:5798;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:800;s:11:\"size_before\";i:15953;s:10:\"size_after\";i:15153;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:6382;s:11:\"size_before\";i:101147;s:10:\"size_after\";i:94765;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:225;s:11:\"size_before\";i:3689;s:10:\"size_after\";i:3464;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:3507;s:11:\"size_before\";i:48155;s:10:\"size_after\";i:44648;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:23584;s:10:\"size_after\";i:22446;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22446;s:10:\"size_after\";i:22446;s:4:\"time\";d:0.050000000000000003;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:450;s:11:\"size_before\";i:9768;s:10:\"size_after\";i:9318;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9318;s:10:\"size_after\";i:9318;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:320;s:11:\"size_before\";i:6045;s:10:\"size_after\";i:5725;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:309;s:11:\"size_before\";i:6504;s:10:\"size_after\";i:6195;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:503;s:11:\"size_before\";i:11356;s:10:\"size_after\";i:10853;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:651;s:11:\"size_before\";i:14197;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:27632;s:10:\"size_after\";i:26425;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:451;s:11:\"size_before\";i:9860;s:10:\"size_after\";i:9409;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:35613;s:10:\"size_after\";i:34049;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:621;s:11:\"size_before\";i:13845;s:10:\"size_after\";i:13224;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:491;s:11:\"size_before\";i:10697;s:10:\"size_after\";i:10206;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:457;s:11:\"size_before\";i:10635;s:10:\"size_after\";i:10178;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:187;s:11:\"size_before\";i:3578;s:10:\"size_after\";i:3391;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22446;s:10:\"size_after\";i:22446;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6195;s:10:\"size_after\";i:6195;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:21516;s:10:\"size_after\";i:20350;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:3395;s:11:\"size_before\";i:61391;s:10:\"size_after\";i:57996;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:28081;s:11:\"size_before\";i:435395;s:10:\"size_after\";i:407314;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:758;s:11:\"size_before\";i:12388;s:10:\"size_after\";i:11630;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:14803;s:11:\"size_before\";i:224426;s:10:\"size_after\";i:209623;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:7075;s:11:\"size_before\";i:110375;s:10:\"size_after\";i:103300;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:1927;s:11:\"size_before\";i:38426;s:10:\"size_after\";i:36499;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:1149;s:11:\"size_before\";i:21839;s:10:\"size_after\";i:20690;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:22816;s:10:\"size_after\";i:21641;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:44845;s:10:\"size_after\";i:42613;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:2759;s:11:\"size_before\";i:55038;s:10:\"size_after\";i:52279;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:6747;s:11:\"size_before\";i:118248;s:10:\"size_after\";i:111501;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:37183;s:10:\"size_after\";i:35312;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:9064;s:11:\"size_before\";i:153343;s:10:\"size_after\";i:144279;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:3558;s:11:\"size_before\";i:59486;s:10:\"size_after\";i:55928;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:40220;s:10:\"size_after\";i:38162;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:41756;s:10:\"size_after\";i:39708;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:568;s:11:\"size_before\";i:11309;s:10:\"size_after\";i:10741;s:4:\"time\";d:0.02;}}}'),(22402,3868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5027;s:6:\"height\";i:5041;s:4:\"file\";s:52:\"2019/02/iCPOS-MS-Hardware-Back-Left-facing-Black.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"iCPOS-MS-Hardware-Back-Left-facing-Black-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"iCPOS-MS-Hardware-Back-Left-facing-Black-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-696x698.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"iCPOS-MS-Hardware-Back-Left-facing-Black-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"iCPOS-MS-Hardware-Back-Left-facing-Black-1068x1071.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1071;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-419x420.jpg\";s:5:\"width\";i:419;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"iCPOS-MS-Hardware-Back-Left-facing-Black-1920x1925.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1925;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"iCPOS-MS-Hardware-Back-Left-facing-Black-1021x1024.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"iCPOS-MS-Hardware-Back-Left-facing-Black-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:53:\"iCPOS-MS-Hardware-Back-Left-facing-Black-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:51:\"iCPOS-MS-Hardware-Back-Left-facing-Black-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:52:\"iCPOS-MS-Hardware-Back-Left-facing-Black-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22403,3868,'_wp_attachment_image_alt','From London to Nationwide - EPos Giants 3R Telecom Ltd.'),(22404,3867,'_thumbnail_id','3884'),(22405,3867,'_adinserter_block_exceptions',''),(22406,3867,'slide_template','default'),(22407,3867,'_bunyad_featured_post','0'),(22408,3867,'_bunyad_cat_label','0'),(22409,3867,'_bunyad_featured_disable','0'),(22410,3867,'_bunyad_bg_image_bg_type','cover'),(22411,3867,'_bunyad_reviews','0'),(22412,3867,'_bunyad_review_pos','none'),(22413,3867,'_bunyad_review_type','points'),(22414,3867,'_bunyad_review_verdict','Awesome'),(22415,3867,'_yoast_wpseo_focuskw','3r telecom ltd'),(22416,3867,'_yoast_wpseo_title','From London to Nationwide - EPos Giants 3R Telecom Ltd.'),(22417,3867,'_yoast_wpseo_metadesc','3R Telecom Ltd - established since 2001 starting out providing terminals to Retailers for mobile phone top-ups, calling cards & credit/debit card payments'),(22418,3867,'_yoast_wpseo_linkdex','90'),(22419,3867,'_yoast_wpseo_content_score','30'),(22420,3867,'_yoast_wpseo_primary_category','10'),(22421,3871,'_edit_last','1'),(22422,3871,'_edit_lock','1549554591:1'),(22423,3872,'_wp_attached_file','2019/02/Barbecoa.jpg'),(22424,3872,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9147561371649262;s:5:\"bytes\";i:134994;s:11:\"size_before\";i:2746708;s:10:\"size_after\";i:2611714;s:4:\"time\";d:1.4200000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:404;s:11:\"size_before\";i:7242;s:10:\"size_after\";i:6838;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:797;s:11:\"size_before\";i:16213;s:10:\"size_after\";i:15416;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000001;s:5:\"bytes\";i:2678;s:11:\"size_before\";i:103785;s:10:\"size_after\";i:101107;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:287;s:11:\"size_before\";i:4206;s:10:\"size_after\";i:3919;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:2319;s:11:\"size_before\";i:84460;s:10:\"size_after\";i:82141;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:43517;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42104;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:791;s:11:\"size_before\";i:16998;s:10:\"size_after\";i:16207;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16207;s:10:\"size_after\";i:16207;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7595;s:10:\"size_after\";i:7127;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:539;s:11:\"size_before\";i:9598;s:10:\"size_after\";i:9059;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:889;s:11:\"size_before\";i:18885;s:10:\"size_after\";i:17996;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:609;s:11:\"size_before\";i:16038;s:10:\"size_after\";i:15429;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1445;s:11:\"size_before\";i:40591;s:10:\"size_after\";i:39146;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:758;s:11:\"size_before\";i:14150;s:10:\"size_after\";i:13392;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:49260;s:10:\"size_after\";i:47717;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:25693;s:10:\"size_after\";i:24569;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:661;s:11:\"size_before\";i:13511;s:10:\"size_after\";i:12850;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:916;s:11:\"size_before\";i:17606;s:10:\"size_after\";i:16690;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:338;s:11:\"size_before\";i:5427;s:10:\"size_after\";i:5089;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42104;s:10:\"size_after\";i:42104;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9059;s:10:\"size_after\";i:9059;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:27819;s:10:\"size_after\";i:26134;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:62735;s:10:\"size_after\";i:59117;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:28320;s:11:\"size_before\";i:503495;s:10:\"size_after\";i:475175;s:4:\"time\";d:0.17000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:1093;s:11:\"size_before\";i:15710;s:10:\"size_after\";i:14617;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:22739;s:11:\"size_before\";i:407061;s:10:\"size_after\";i:384322;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:9118;s:11:\"size_before\";i:183196;s:10:\"size_after\";i:174078;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3771;s:11:\"size_before\";i:66036;s:10:\"size_after\";i:62265;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:28768;s:10:\"size_after\";i:26911;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:36868;s:10:\"size_after\";i:34488;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:73589;s:10:\"size_after\";i:69496;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:3097;s:11:\"size_before\";i:64520;s:10:\"size_after\";i:61423;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:8122;s:11:\"size_before\";i:165750;s:10:\"size_after\";i:157628;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:3169;s:11:\"size_before\";i:54973;s:10:\"size_after\";i:51804;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:10490;s:11:\"size_before\";i:209734;s:10:\"size_after\";i:199244;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:5333;s:11:\"size_before\";i:101460;s:10:\"size_after\";i:96127;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2801;s:11:\"size_before\";i:52326;s:10:\"size_after\";i:49525;s:4:\"time\";d:0.34999999999999998;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:68605;s:10:\"size_after\";i:64750;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:1474;s:11:\"size_before\";i:19814;s:10:\"size_after\";i:18340;s:4:\"time\";d:0.01;}}}'),(22425,3872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5303;s:6:\"height\";i:3535;s:4:\"file\";s:20:\"2019/02/Barbecoa.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Barbecoa-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Barbecoa-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Barbecoa-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Barbecoa-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Barbecoa-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Barbecoa-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Barbecoa-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Barbecoa-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Barbecoa-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Barbecoa-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Barbecoa-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Barbecoa-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Barbecoa-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Barbecoa-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Barbecoa-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Barbecoa-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Barbecoa-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Barbecoa-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Barbecoa-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"Barbecoa-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Barbecoa-150x150.jpg\";s:5:\"width\";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:\"Barbecoa-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Barbecoa-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Barbecoa-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Barbecoa-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Barbecoa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Barbecoa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Barbecoa-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Barbecoa-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Barbecoa-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Barbecoa-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Barbecoa-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Barbecoa-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Barbecoa-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Barbecoa-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Barbecoa-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Barbecoa-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Barbecoa-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Barbecoa-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Barbecoa-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Barbecoa-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Barbecoa-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486977529\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22426,3872,'_wp_attachment_image_alt','Ascentia Foodservice at Casual Dining Show 2019'),(22427,3871,'_thumbnail_id','3872'),(22428,3871,'_adinserter_block_exceptions',''),(22429,3871,'slide_template','default'),(22430,3871,'_bunyad_featured_post','0'),(22431,3871,'_bunyad_cat_label','0'),(22432,3871,'_bunyad_featured_disable','0'),(22433,3871,'_bunyad_bg_image_bg_type','cover'),(22434,3871,'_bunyad_reviews','0'),(22435,3871,'_bunyad_review_pos','none'),(22436,3871,'_bunyad_review_type','points'),(22437,3871,'_bunyad_review_verdict','Awesome'),(22438,3871,'_yoast_wpseo_focuskw','ascentia foodservice'),(22439,3871,'_yoast_wpseo_title','Scott Park - Ascentia Foodservice at Casual Dining Show 2019'),(22440,3871,'_yoast_wpseo_metadesc','With The Casual Dining Show quickly approaching, we caught up with Scott Park, Development Chef, from Ascentia Foodservice Equipment'),(22441,3871,'_yoast_wpseo_linkdex','97'),(22442,3871,'_yoast_wpseo_content_score','30'),(22443,3871,'_yoast_wpseo_primary_category',''),(22444,3871,'xyz_fbap','1'),(22448,3871,'_wpas_done_all','1'),(22449,3874,'_edit_last','1'),(22450,3874,'_edit_lock','1549554884:1'),(22451,3875,'_wp_attached_file','2019/02/heineken.jpg'),(22452,3875,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.8283852883010763;s:5:\"bytes\";i:29731;s:11:\"size_before\";i:336766;s:10:\"size_after\";i:307035;s:4:\"time\";d:0.38000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:26:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:431;s:11:\"size_before\";i:5899;s:10:\"size_after\";i:5468;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:657;s:11:\"size_before\";i:7404;s:10:\"size_after\";i:6747;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:235;s:11:\"size_before\";i:3406;s:10:\"size_after\";i:3171;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.369999999999999;s:5:\"bytes\";i:2909;s:11:\"size_before\";i:23510;s:10:\"size_after\";i:20601;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20601;s:10:\"size_after\";i:20601;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.19;s:5:\"bytes\";i:975;s:11:\"size_before\";i:9564;s:10:\"size_after\";i:8589;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8589;s:10:\"size_after\";i:8589;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:424;s:11:\"size_before\";i:5477;s:10:\"size_after\";i:5053;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:427;s:11:\"size_before\";i:5507;s:10:\"size_after\";i:5080;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9800000000000004;s:5:\"bytes\";i:1057;s:11:\"size_before\";i:10590;s:10:\"size_after\";i:9533;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:13606;s:10:\"size_after\";i:12443;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.199999999999999;s:5:\"bytes\";i:2807;s:11:\"size_before\";i:23000;s:10:\"size_after\";i:20193;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0399999999999991;s:5:\"bytes\";i:801;s:11:\"size_before\";i:8863;s:10:\"size_after\";i:8062;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.85;s:5:\"bytes\";i:3065;s:11:\"size_before\";i:23843;s:10:\"size_after\";i:20778;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.41;s:5:\"bytes\";i:1573;s:11:\"size_before\";i:13782;s:10:\"size_after\";i:12209;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:781;s:11:\"size_before\";i:9485;s:10:\"size_after\";i:8704;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4600000000000009;s:5:\"bytes\";i:968;s:11:\"size_before\";i:10234;s:10:\"size_after\";i:9266;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:260;s:11:\"size_before\";i:3411;s:10:\"size_after\";i:3151;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20601;s:10:\"size_after\";i:20601;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5080;s:10:\"size_after\";i:5080;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57;s:5:\"bytes\";i:2067;s:11:\"size_before\";i:19563;s:10:\"size_after\";i:17496;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.640000000000001;s:5:\"bytes\";i:3079;s:11:\"size_before\";i:26448;s:10:\"size_after\";i:23369;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:903;s:11:\"size_before\";i:10681;s:10:\"size_after\";i:9778;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.42;s:5:\"bytes\";i:2080;s:11:\"size_before\";i:18207;s:10:\"size_after\";i:16127;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.02;s:5:\"bytes\";i:2109;s:11:\"size_before\";i:19130;s:10:\"size_after\";i:17021;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3300000000000001;s:5:\"bytes\";i:960;s:11:\"size_before\";i:10285;s:10:\"size_after\";i:9325;s:4:\"time\";d:0.01;}}}'),(22453,3875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2019/02/heineken.jpg\";s:5:\"sizes\";a:32:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"heineken-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"heineken-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"heineken-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"heineken-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"heineken-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"heineken-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"heineken-324x360.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"heineken-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"heineken-356x360.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"heineken-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"heineken-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"heineken-534x360.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"heineken-150x150.jpg\";s:5:\"width\";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:\"heineken-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"heineken-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"heineken-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"heineken-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"heineken-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"heineken-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"heineken-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"heineken-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"heineken-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"heineken-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"heineken-536x360.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"heineken-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"heineken-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"heineken-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"heineken-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"heineken-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"heineken-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"heineken-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"heineken-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22454,3876,'_wp_attached_file','2019/02/glass-of-beer-3444480_1280.jpg'),(22455,3876,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3083927340993036;s:5:\"bytes\";i:28825;s:11:\"size_before\";i:669043;s:10:\"size_after\";i:640218;s:4:\"time\";d:0.28999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:23483;s:10:\"size_after\";i:22222;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:2112;s:11:\"size_before\";i:48282;s:10:\"size_after\";i:46170;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:844;s:11:\"size_before\";i:13098;s:10:\"size_after\";i:12254;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:2300;s:11:\"size_before\";i:51677;s:10:\"size_after\";i:49377;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:1245;s:11:\"size_before\";i:23567;s:10:\"size_after\";i:22322;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:28120;s:10:\"size_after\";i:26758;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:57192;s:10:\"size_after\";i:54670;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:2237;s:11:\"size_before\";i:55749;s:10:\"size_after\";i:53512;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:132552;s:10:\"size_after\";i:128100;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:1981;s:11:\"size_before\";i:43502;s:10:\"size_after\";i:41521;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:3282;s:11:\"size_before\";i:79182;s:10:\"size_after\";i:75900;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:43768;s:10:\"size_after\";i:41747;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2308;s:11:\"size_before\";i:53341;s:10:\"size_after\";i:51033;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:898;s:11:\"size_before\";i:15530;s:10:\"size_after\";i:14632;s:4:\"time\";d:0.02;}}}'),(22456,3876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:38:\"2019/02/glass-of-beer-3444480_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"glass-of-beer-3444480_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"glass-of-beer-3444480_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"glass-of-beer-3444480_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"glass-of-beer-3444480_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"glass-of-beer-3444480_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"glass-of-beer-3444480_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:39:\"glass-of-beer-3444480_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"glass-of-beer-3444480_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"glass-of-beer-3444480_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22457,3876,'_wp_attachment_image_alt','Heineken - Serving the perfect pint'),(22458,3874,'_thumbnail_id','3876'),(22459,3874,'_adinserter_block_exceptions',''),(22460,3874,'slide_template','default'),(22461,3874,'_bunyad_featured_post','0'),(22462,3874,'_bunyad_cat_label','0'),(22463,3874,'_bunyad_featured_disable','0'),(22464,3874,'_bunyad_bg_image_bg_type','cover'),(22465,3874,'_bunyad_reviews','0'),(22466,3874,'_bunyad_review_pos','none'),(22467,3874,'_bunyad_review_type','points'),(22468,3874,'_bunyad_review_verdict','Awesome'),(22469,3874,'_yoast_wpseo_focuskw','perfect pint'),(22470,3874,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% Heineken - Serving the perfect pint'),(22471,3874,'_yoast_wpseo_metadesc','Serving the perfect pint is essential to ensure the emotional benefit of the consumer is met and the beer experience is exceeded'),(22472,3874,'_yoast_wpseo_linkdex','90'),(22473,3874,'_yoast_wpseo_content_score','60'),(22474,3874,'_yoast_wpseo_primary_category','2'),(22475,3874,'xyz_fbap','1'),(22479,3874,'_wpas_done_all','1'),(22480,3878,'_edit_last','1'),(22481,3878,'_edit_lock','1549965053:1'),(22482,3879,'_wp_attached_file','2019/02/338-180929-low-117.jpg'),(22483,3879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1936745791455508;s:5:\"bytes\";i:269104;s:11:\"size_before\";i:3740842;s:10:\"size_after\";i:3471738;s:4:\"time\";d:1.3500000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:797;s:11:\"size_before\";i:10049;s:10:\"size_after\";i:9252;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:1514;s:11:\"size_before\";i:21769;s:10:\"size_after\";i:20255;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:10052;s:11:\"size_before\";i:175558;s:10:\"size_after\";i:165506;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5099999999999998;s:5:\"bytes\";i:448;s:11:\"size_before\";i:5262;s:10:\"size_after\";i:4814;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:7317;s:11:\"size_before\";i:136720;s:10:\"size_after\";i:129403;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:4065;s:11:\"size_before\";i:66997;s:10:\"size_after\";i:62932;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62932;s:10:\"size_after\";i:62932;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:23566;s:10:\"size_after\";i:21816;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21816;s:10:\"size_after\";i:21816;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:810;s:11:\"size_before\";i:10158;s:10:\"size_after\";i:9348;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:931;s:11:\"size_before\";i:12297;s:10:\"size_after\";i:11366;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:1895;s:11:\"size_before\";i:26330;s:10:\"size_after\";i:24435;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:26070;s:10:\"size_after\";i:24181;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:4174;s:11:\"size_before\";i:65138;s:10:\"size_after\";i:60964;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:19591;s:10:\"size_after\";i:18145;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:5214;s:11:\"size_before\";i:83710;s:10:\"size_after\";i:78496;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:2428;s:11:\"size_before\";i:36920;s:10:\"size_after\";i:34492;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:1494;s:11:\"size_before\";i:19994;s:10:\"size_after\";i:18500;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:24286;s:10:\"size_after\";i:22560;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:507;s:11:\"size_before\";i:6559;s:10:\"size_after\";i:6052;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62932;s:10:\"size_after\";i:62932;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11366;s:10:\"size_after\";i:11366;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996;s:5:\"bytes\";i:4074;s:11:\"size_before\";i:44752;s:10:\"size_after\";i:40678;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:8004;s:11:\"size_before\";i:97268;s:10:\"size_after\";i:89264;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:60626;s:11:\"size_before\";i:810165;s:10:\"size_after\";i:749539;s:4:\"time\";d:0.22;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:22979;s:10:\"size_after\";i:20809;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:20812;s:11:\"size_before\";i:287392;s:10:\"size_after\";i:266580;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:8365;s:11:\"size_before\";i:103271;s:10:\"size_after\";i:94906;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1199999999999992;s:5:\"bytes\";i:4137;s:11:\"size_before\";i:45349;s:10:\"size_after\";i:41212;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:4624;s:11:\"size_before\";i:53862;s:10:\"size_after\";i:49238;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:9577;s:11:\"size_before\";i:116359;s:10:\"size_after\";i:106782;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:9773;s:11:\"size_before\";i:116114;s:10:\"size_after\";i:106341;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:21971;s:11:\"size_before\";i:281373;s:10:\"size_after\";i:259402;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:7373;s:11:\"size_before\";i:87842;s:10:\"size_after\";i:80469;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:27290;s:11:\"size_before\";i:358006;s:10:\"size_after\";i:330716;s:4:\"time\";d:0.12;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:12575;s:11:\"size_before\";i:161690;s:10:\"size_after\";i:149115;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:7807;s:11:\"size_before\";i:89175;s:10:\"size_after\";i:81368;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3300000000000001;s:5:\"bytes\";i:8993;s:11:\"size_before\";i:107997;s:10:\"size_after\";i:99004;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0899999999999999;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:27228;s:10:\"size_after\";i:24752;s:4:\"time\";d:0.01;}}}'),(22484,3879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:30:\"2019/02/338-180929-low-117.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"338-180929-low-117-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"338-180929-low-117-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"338-180929-low-117-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"338-180929-low-117-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"338-180929-low-117-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"338-180929-low-117-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"338-180929-low-117-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"338-180929-low-117-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"338-180929-low-117-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"338-180929-low-117-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538275784\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22485,3879,'_wp_attachment_image_alt','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338'),(22486,3880,'_wp_attached_file','2019/02/OTP3_EDIT.jpg'),(22487,3880,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0832432181971932;s:5:\"bytes\";i:74600;s:11:\"size_before\";i:1467567;s:10:\"size_after\";i:1392967;s:4:\"time\";d:0.92000000000000037;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:428;s:11:\"size_before\";i:5840;s:10:\"size_after\";i:5412;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:653;s:11:\"size_before\";i:11538;s:10:\"size_after\";i:10885;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:59955;s:10:\"size_after\";i:58283;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000001;s:5:\"bytes\";i:328;s:11:\"size_before\";i:3714;s:10:\"size_after\";i:3386;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1447;s:11:\"size_before\";i:49711;s:10:\"size_after\";i:48264;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:829;s:11:\"size_before\";i:27007;s:10:\"size_after\";i:26178;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26178;s:10:\"size_after\";i:26178;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:638;s:11:\"size_before\";i:12211;s:10:\"size_after\";i:11573;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11573;s:10:\"size_after\";i:11573;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:420;s:11:\"size_before\";i:6031;s:10:\"size_after\";i:5611;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:524;s:11:\"size_before\";i:7504;s:10:\"size_after\";i:6980;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:735;s:11:\"size_before\";i:13287;s:10:\"size_after\";i:12552;s:4:\"time\";d:0.040000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:506;s:11:\"size_before\";i:10936;s:10:\"size_after\";i:10430;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:860;s:11:\"size_before\";i:25399;s:10:\"size_after\";i:24539;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:636;s:11:\"size_before\";i:10392;s:10:\"size_after\";i:9756;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:922;s:11:\"size_before\";i:30292;s:10:\"size_after\";i:29370;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:742;s:11:\"size_before\";i:17070;s:10:\"size_after\";i:16328;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:526;s:11:\"size_before\";i:9663;s:10:\"size_after\";i:9137;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:667;s:11:\"size_before\";i:12576;s:10:\"size_after\";i:11909;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:383;s:11:\"size_before\";i:4639;s:10:\"size_after\";i:4256;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26178;s:10:\"size_after\";i:26178;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6980;s:10:\"size_after\";i:6980;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1191;s:11:\"size_before\";i:18557;s:10:\"size_after\";i:17366;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2084;s:11:\"size_before\";i:38968;s:10:\"size_after\";i:36884;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:21552;s:11:\"size_before\";i:316972;s:10:\"size_after\";i:295420;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:992;s:11:\"size_before\";i:11613;s:10:\"size_after\";i:10621;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:5951;s:11:\"size_before\";i:112596;s:10:\"size_after\";i:106645;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2133;s:11:\"size_before\";i:41665;s:10:\"size_after\";i:39532;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:19281;s:10:\"size_after\";i:18041;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:24558;s:10:\"size_after\";i:22951;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:2214;s:11:\"size_before\";i:45333;s:10:\"size_after\";i:43119;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:38209;s:10:\"size_after\";i:36437;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:4665;s:11:\"size_before\";i:98701;s:10:\"size_after\";i:94036;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:34844;s:10:\"size_after\";i:32935;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:6618;s:11:\"size_before\";i:126329;s:10:\"size_after\";i:119711;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2812;s:11:\"size_before\";i:61877;s:10:\"size_after\";i:59065;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:32170;s:10:\"size_after\";i:30538;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2149;s:11:\"size_before\";i:42769;s:10:\"size_after\";i:40620;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:14451;s:10:\"size_after\";i:13288;s:4:\"time\";d:0.01;}}}'),(22488,3880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:1415;s:4:\"file\";s:21:\"2019/02/OTP3_EDIT.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"OTP3_EDIT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"OTP3_EDIT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"OTP3_EDIT-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"OTP3_EDIT-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:129:\"Crowd of Audience at during a concert with silhouette of a heart shaped hands shadow, light illuminated is power of music concert\";s:17:\"created_timestamp\";s:10:\"1468361156\";s:9:\"copyright\";s:13:\"PongsakornJun\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:37:\"Crowd of Audience at during a concert\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:61:{i:0;s:20:\"Dance And Electronic\";i:1;s:14:\"Music Festival\";i:2;s:21:\"Performing Arts Event\";i:3;s:10:\"Rock Music\";i:4;s:15:\"Group Of People\";i:5;s:11:\"Celebration\";i:6;s:11:\"Inspiration\";i:7;s:9:\"Nightlife\";i:8;s:18:\"Lighting Equipment\";i:9;s:10:\"Exhibition\";i:10;s:9:\"Nightclub\";i:11;s:12:\"Musical Band\";i:12;s:16:\"Fan - Enthusiast\";i:13;s:3:\"Art\";i:14;s:18:\"Entertainment Club\";i:15;s:25:\"Stage - Performance Space\";i:16;s:5:\"Music\";i:17;s:9:\"Preserves\";i:18;s:11:\"Young Adult\";i:19;s:8:\"Teenager\";i:20;s:5:\"Child\";i:21;s:8:\"Cheering\";i:22;s:13:\"Disco Dancing\";i:23;s:7:\"Dancing\";i:24;s:7:\"Showing\";i:25;s:7:\"Opening\";i:26;s:12:\"Intelligence\";i:27;s:11:\"Heart Shape\";i:28;s:9:\"Spectator\";i:29;s:10:\"Motivation\";i:30;s:11:\"Imagination\";i:31;s:10:\"Creativity\";i:32;s:11:\"Performance\";i:33;s:9:\"Happiness\";i:34;s:4:\"Love\";i:35;s:13:\"Accessibility\";i:36;s:4:\"Open\";i:37;s:5:\"Ideas\";i:38;s:13:\"Entertainment\";i:39;s:9:\"Rear View\";i:40;s:8:\"Cheerful\";i:41;s:10:\"Human Hand\";i:42;s:8:\"Audience\";i:43;s:5:\"Crowd\";i:44;s:12:\"Pop Musician\";i:45;s:8:\"Musician\";i:46;s:9:\"Performer\";i:47;s:6:\"People\";i:48;s:10:\"Silhouette\";i:49;s:6:\"Shadow\";i:50;s:5:\"Night\";i:51;s:3:\"Day\";i:52;s:9:\"Telephone\";i:53;s:21:\"Popular Music Concert\";i:54;s:20:\"Party - Social Event\";i:55;s:20:\"Traditional Festival\";i:56;s:5:\"Event\";i:57;s:5:\"Disco\";i:58;s:3:\"Pop\";i:59;s:15:\"Political Party\";i:60;s:10:\"Live Event\";}}}'),(22489,3880,'_wp_attachment_image_alt','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338'),(22490,3881,'_wp_attached_file','2019/02/shutterstock_287805713.jpg'),(22491,3881,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5853580809091978;s:5:\"bytes\";i:88633;s:11:\"size_before\";i:1932957;s:10:\"size_after\";i:1844324;s:4:\"time\";d:1.0200000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:326;s:11:\"size_before\";i:5877;s:10:\"size_after\";i:5551;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:418;s:11:\"size_before\";i:10843;s:10:\"size_after\";i:10425;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1299999999999999;s:5:\"bytes\";i:1331;s:11:\"size_before\";i:62358;s:10:\"size_after\";i:61027;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:218;s:11:\"size_before\";i:3451;s:10:\"size_after\";i:3233;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3100000000000001;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:58966;s:10:\"size_after\";i:57603;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:668;s:11:\"size_before\";i:30645;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29977;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:474;s:11:\"size_before\";i:12709;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.050000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12235;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6169;s:10:\"size_after\";i:5826;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:359;s:11:\"size_before\";i:7368;s:10:\"size_after\";i:7009;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:504;s:11:\"size_before\";i:13774;s:10:\"size_after\";i:13270;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:449;s:11:\"size_before\";i:12608;s:10:\"size_after\";i:12159;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2200000000000002;s:5:\"bytes\";i:635;s:11:\"size_before\";i:28633;s:10:\"size_after\";i:27998;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:413;s:11:\"size_before\";i:10651;s:10:\"size_after\";i:10238;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:701;s:11:\"size_before\";i:34678;s:10:\"size_after\";i:33977;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:534;s:11:\"size_before\";i:18507;s:10:\"size_after\";i:17973;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:414;s:11:\"size_before\";i:10400;s:10:\"size_after\";i:9986;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:439;s:11:\"size_before\";i:12821;s:10:\"size_after\";i:12382;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:254;s:11:\"size_before\";i:4438;s:10:\"size_after\";i:4184;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29977;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7009;s:10:\"size_after\";i:7009;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:21782;s:10:\"size_after\";i:20519;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:40705;s:10:\"size_after\";i:39051;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:16524;s:11:\"size_before\";i:299579;s:10:\"size_after\";i:283055;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:849;s:11:\"size_before\";i:12697;s:10:\"size_after\";i:11848;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:19862;s:11:\"size_before\";i:307185;s:10:\"size_after\";i:287323;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:7331;s:11:\"size_before\";i:138129;s:10:\"size_after\";i:130798;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:2038;s:11:\"size_before\";i:48416;s:10:\"size_after\";i:46378;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:22544;s:10:\"size_after\";i:21290;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:27303;s:10:\"size_after\";i:25936;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:52670;s:10:\"size_after\";i:50503;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1849;s:11:\"size_before\";i:47386;s:10:\"size_after\";i:45537;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:5317;s:11:\"size_before\";i:119794;s:10:\"size_after\";i:114477;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1764;s:11:\"size_before\";i:40331;s:10:\"size_after\";i:38567;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:7451;s:11:\"size_before\";i:151888;s:10:\"size_after\";i:144437;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:3220;s:11:\"size_before\";i:74467;s:10:\"size_after\";i:71247;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:39115;s:10:\"size_after\";i:37365;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:49208;s:10:\"size_after\";i:47055;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:977;s:11:\"size_before\";i:15664;s:10:\"size_after\";i:14687;s:4:\"time\";d:0.01;}}}'),(22492,3881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:34:\"2019/02/shutterstock_287805713.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_287805713-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_287805713-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_287805713-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_287805713-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22493,3881,'_wp_attachment_image_alt','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338'),(22494,3878,'_thumbnail_id','3879'),(22495,3878,'_adinserter_block_exceptions',''),(22496,3878,'slide_template','default'),(22497,3878,'_bunyad_featured_post','0'),(22498,3878,'_bunyad_cat_label','0'),(22499,3878,'_bunyad_featured_disable','0'),(22500,3878,'_bunyad_bg_image_bg_type','cover'),(22501,3878,'_bunyad_reviews','0'),(22502,3878,'_bunyad_review_pos','none'),(22503,3878,'_bunyad_review_type','points'),(22504,3878,'_bunyad_review_verdict','Awesome'),(22505,3878,'_yoast_wpseo_focuskw','studio 338'),(22506,3878,'_yoast_wpseo_title','On-Trade Progress met with Larry Field at London\'s Studio 338'),(22507,3878,'_yoast_wpseo_metadesc','On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338'),(22508,3878,'_yoast_wpseo_linkdex','94'),(22509,3878,'_yoast_wpseo_content_score','30'),(22510,3878,'_yoast_wpseo_primary_category','5'),(22511,3878,'xyz_fbap','1'),(22515,3878,'_wpas_done_all','1'),(22516,3884,'_wp_attached_file','2019/02/OTP_3RTelecom_702x336.jpg'),(22517,3884,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7663983341374845;s:5:\"bytes\";i:18166;s:11:\"size_before\";i:315032;s:10:\"size_after\";i:296866;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:23:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:319;s:11:\"size_before\";i:5752;s:10:\"size_after\";i:5433;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:472;s:11:\"size_before\";i:7959;s:10:\"size_after\";i:7487;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3531;s:10:\"size_after\";i:3304;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:654;s:11:\"size_before\";i:11217;s:10:\"size_after\";i:10563;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10563;s:10:\"size_after\";i:10563;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:326;s:11:\"size_before\";i:6003;s:10:\"size_after\";i:5677;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:412;s:11:\"size_before\";i:7324;s:10:\"size_after\";i:6912;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:785;s:11:\"size_before\";i:13674;s:10:\"size_after\";i:12889;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:721;s:11:\"size_before\";i:11701;s:10:\"size_after\";i:10980;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1610;s:11:\"size_before\";i:28152;s:10:\"size_after\";i:26542;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:556;s:11:\"size_before\";i:10618;s:10:\"size_after\";i:10062;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:1738;s:11:\"size_before\";i:28830;s:10:\"size_after\";i:27092;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:974;s:11:\"size_before\";i:16139;s:10:\"size_after\";i:15165;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:559;s:11:\"size_before\";i:10169;s:10:\"size_after\";i:9610;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:671;s:11:\"size_before\";i:12722;s:10:\"size_after\";i:12051;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:256;s:11:\"size_before\";i:3922;s:10:\"size_after\";i:3666;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6912;s:10:\"size_after\";i:6912;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1237;s:11:\"size_before\";i:19810;s:10:\"size_after\";i:18573;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:28440;s:10:\"size_after\";i:26390;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:776;s:11:\"size_before\";i:11866;s:10:\"size_after\";i:11090;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:21368;s:10:\"size_after\";i:20002;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:25697;s:10:\"size_after\";i:24107;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:867;s:11:\"size_before\";i:12663;s:10:\"size_after\";i:11796;s:4:\"time\";d:0.01;}}}'),(22518,3884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:336;s:4:\"file\";s:33:\"2019/02/OTP_3RTelecom_702x336.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"OTP_3RTelecom_702x336-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"OTP_3RTelecom_702x336-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-324x336.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-356x336.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-485x336.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-534x336.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-696x336.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"OTP_3RTelecom_702x336-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-536x336.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"OTP_3RTelecom_702x336-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22519,3884,'_wp_attachment_image_alt','From London to Nationwide - EPos Giants 3R Telecom Ltd.'),(22520,3885,'_edit_last','1'),(22521,3885,'_edit_lock','1549545010:1'),(22522,3885,'_adinserter_block_exceptions',''),(22523,3885,'slide_template','default'),(22524,3885,'_bunyad_featured_post','0'),(22525,3885,'_bunyad_cat_label','0'),(22526,3885,'_bunyad_featured_disable','0'),(22527,3885,'_bunyad_bg_image_bg_type','cover'),(22528,3885,'_bunyad_reviews','0'),(22529,3885,'_bunyad_review_pos','none'),(22530,3885,'_bunyad_review_type','points'),(22531,3885,'_bunyad_review_verdict','Awesome'),(22532,3885,'_yoast_wpseo_content_score','60'),(22533,3885,'_yoast_wpseo_primary_category','6'),(22536,3878,'_wpas_skip_20130109','1'),(22537,3889,'_wp_attached_file','2019/02/shutterstock_590685533.jpg'),(22538,3889,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2237559474855049;s:5:\"bytes\";i:173823;s:11:\"size_before\";i:2406269;s:10:\"size_after\";i:2232446;s:4:\"time\";d:1.2000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:308;s:11:\"size_before\";i:6118;s:10:\"size_after\";i:5810;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:472;s:11:\"size_before\";i:11377;s:10:\"size_after\";i:10905;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:3016;s:11:\"size_before\";i:73493;s:10:\"size_after\";i:70477;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:212;s:11:\"size_before\";i:3572;s:10:\"size_after\";i:3360;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:2661;s:11:\"size_before\";i:61724;s:10:\"size_after\";i:59063;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:29768;s:10:\"size_after\";i:28707;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28707;s:10:\"size_after\";i:28707;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12226;s:10:\"size_after\";i:11653;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11653;s:10:\"size_after\";i:11653;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:291;s:11:\"size_before\";i:6048;s:10:\"size_after\";i:5757;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:353;s:11:\"size_before\";i:7206;s:10:\"size_after\";i:6853;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:547;s:11:\"size_before\";i:13166;s:10:\"size_after\";i:12619;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:557;s:11:\"size_before\";i:13237;s:10:\"size_after\";i:12680;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:945;s:11:\"size_before\";i:27697;s:10:\"size_after\";i:26752;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:460;s:11:\"size_before\";i:10328;s:10:\"size_after\";i:9868;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:34453;s:10:\"size_after\";i:33314;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:686;s:11:\"size_before\";i:17611;s:10:\"size_after\";i:16925;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:452;s:11:\"size_before\";i:10465;s:10:\"size_after\";i:10013;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:529;s:11:\"size_before\";i:12339;s:10:\"size_after\";i:11810;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4290;s:10:\"size_after\";i:4080;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28707;s:10:\"size_after\";i:28707;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6853;s:10:\"size_after\";i:6853;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:21717;s:10:\"size_after\";i:20323;s:4:\"time\";d:0.040000000000000001;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:2693;s:11:\"size_before\";i:43497;s:10:\"size_after\";i:40804;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0899999999999999;s:5:\"bytes\";i:48825;s:11:\"size_before\";i:537414;s:10:\"size_after\";i:488589;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:874;s:11:\"size_before\";i:12332;s:10:\"size_after\";i:11458;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999;s:5:\"bytes\";i:41337;s:11:\"size_before\";i:450721;s:10:\"size_after\";i:409384;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:12710;s:11:\"size_before\";i:163148;s:10:\"size_after\";i:150438;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:3044;s:11:\"size_before\";i:47711;s:10:\"size_after\";i:44667;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:21559;s:10:\"size_after\";i:20226;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:1637;s:11:\"size_before\";i:25569;s:10:\"size_after\";i:23932;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:3298;s:11:\"size_before\";i:51950;s:10:\"size_after\";i:48652;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:3432;s:11:\"size_before\";i:54770;s:10:\"size_after\";i:51338;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:10009;s:11:\"size_before\";i:137275;s:10:\"size_after\";i:127266;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:2431;s:11:\"size_before\";i:39087;s:10:\"size_after\";i:36656;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:14628;s:11:\"size_before\";i:188316;s:10:\"size_after\";i:173688;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:5279;s:11:\"size_before\";i:77464;s:10:\"size_after\";i:72185;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:2454;s:11:\"size_before\";i:39911;s:10:\"size_after\";i:37457;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:2966;s:11:\"size_before\";i:48278;s:10:\"size_after\";i:45312;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:14512;s:10:\"size_after\";i:13505;s:4:\"time\";d:0.02;}}}'),(22539,3889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:34:\"2019/02/shutterstock_590685533.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_590685533-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_590685533-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_590685533-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_590685533-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_590685533-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_590685533-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_590685533-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_590685533-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_590685533-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_590685533-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22540,3889,'_wp_attachment_image_alt','Showsec – Standing out from the crowd with Michael Poole'),(22541,3885,'_thumbnail_id','3889'),(22542,3885,'_yoast_wpseo_focuskw','Showsec'),(22543,3885,'_yoast_wpseo_title','Showsec – Standing out from the crowd with Michael Poole'),(22544,3885,'_yoast_wpseo_metadesc','Whether it’s catching crowd surfers or dealing with the people who have had ‘one too many’, Showtec security & door staff are the hero\'s of any live event'),(22545,3885,'_yoast_wpseo_linkdex','87'),(22546,3891,'_wp_attached_file','2019/02/concert-768722_1280.jpg'),(22547,3891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5134199459228324;s:5:\"bytes\";i:49293;s:11:\"size_before\";i:1092143;s:10:\"size_after\";i:1042850;s:4:\"time\";d:0.72000000000000042;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6589;s:10:\"size_after\";i:6192;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:729;s:11:\"size_before\";i:13722;s:10:\"size_after\";i:12993;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0299999999999998;s:5:\"bytes\";i:1476;s:11:\"size_before\";i:72627;s:10:\"size_after\";i:71151;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:329;s:11:\"size_before\";i:4152;s:10:\"size_after\";i:3823;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000001;s:5:\"bytes\";i:1388;s:11:\"size_before\";i:59690;s:10:\"size_after\";i:58302;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:1051;s:11:\"size_before\";i:32595;s:10:\"size_after\";i:31544;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31544;s:10:\"size_after\";i:31544;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:787;s:11:\"size_before\";i:14362;s:10:\"size_after\";i:13575;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13575;s:10:\"size_after\";i:13575;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:449;s:11:\"size_before\";i:6975;s:10:\"size_after\";i:6526;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:557;s:11:\"size_before\";i:8650;s:10:\"size_after\";i:8093;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:812;s:11:\"size_before\";i:15776;s:10:\"size_after\";i:14964;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:575;s:11:\"size_before\";i:13203;s:10:\"size_after\";i:12628;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:994;s:11:\"size_before\";i:30933;s:10:\"size_after\";i:29939;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:683;s:11:\"size_before\";i:12181;s:10:\"size_after\";i:11498;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:36705;s:10:\"size_after\";i:35680;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:872;s:11:\"size_before\";i:20279;s:10:\"size_after\";i:19407;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:670;s:11:\"size_before\";i:11673;s:10:\"size_after\";i:11003;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:795;s:11:\"size_before\";i:14815;s:10:\"size_after\";i:14020;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:388;s:11:\"size_before\";i:5229;s:10:\"size_after\";i:4841;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31544;s:10:\"size_after\";i:31544;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8093;s:10:\"size_after\";i:8093;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:22453;s:10:\"size_after\";i:20910;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:2755;s:11:\"size_before\";i:47618;s:10:\"size_after\";i:44863;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:14001;s:10:\"size_after\";i:12815;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:2896;s:11:\"size_before\";i:49978;s:10:\"size_after\";i:47082;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1684;s:11:\"size_before\";i:23826;s:10:\"size_after\";i:22142;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:2077;s:11:\"size_before\";i:29777;s:10:\"size_after\";i:27700;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:3066;s:11:\"size_before\";i:55074;s:10:\"size_after\";i:52008;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:2208;s:11:\"size_before\";i:46284;s:10:\"size_after\";i:44076;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:4991;s:11:\"size_before\";i:114092;s:10:\"size_after\";i:109101;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:2505;s:11:\"size_before\";i:42333;s:10:\"size_after\";i:39828;s:4:\"time\";d:0.01;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:3630;s:11:\"size_before\";i:72585;s:10:\"size_after\";i:68955;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:2321;s:11:\"size_before\";i:40132;s:10:\"size_after\";i:37811;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:3018;s:11:\"size_before\";i:51956;s:10:\"size_after\";i:48938;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:17122;s:10:\"size_after\";i:15686;s:4:\"time\";d:0.01;}}}'),(22548,3891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:31:\"2019/02/concert-768722_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"concert-768722_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"concert-768722_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"concert-768722_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"concert-768722_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"concert-768722_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"concert-768722_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"concert-768722_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"concert-768722_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"concert-768722_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22549,3891,'_wp_attachment_image_alt','Showsec – Standing out from the crowd with Michael Poole'),(22550,3892,'_wp_attached_file','2019/02/party-629241_1280.jpg'),(22551,3892,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1499882763812277;s:5:\"bytes\";i:17422;s:11:\"size_before\";i:810330;s:10:\"size_after\";i:792908;s:4:\"time\";d:0.73000000000000043;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:182;s:11:\"size_before\";i:4664;s:10:\"size_after\";i:4482;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3999999999999999;s:5:\"bytes\";i:230;s:11:\"size_before\";i:9568;s:10:\"size_after\";i:9338;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3100000000000001;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:53835;s:10:\"size_after\";i:52591;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:169;s:11:\"size_before\";i:2972;s:10:\"size_after\";i:2803;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:46295;s:10:\"size_after\";i:45137;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999;s:5:\"bytes\";i:288;s:11:\"size_before\";i:24636;s:10:\"size_after\";i:24348;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24348;s:10:\"size_after\";i:24348;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1200000000000001;s:5:\"bytes\";i:218;s:11:\"size_before\";i:10300;s:10:\"size_after\";i:10082;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10082;s:10:\"size_after\";i:10082;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:186;s:11:\"size_before\";i:4911;s:10:\"size_after\";i:4725;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:207;s:11:\"size_before\";i:6026;s:10:\"size_after\";i:5819;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:263;s:11:\"size_before\";i:11128;s:10:\"size_after\";i:10865;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6499999999999999;s:5:\"bytes\";i:150;s:11:\"size_before\";i:9079;s:10:\"size_after\";i:8929;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0600000000000001;s:5:\"bytes\";i:233;s:11:\"size_before\";i:22003;s:10:\"size_after\";i:21770;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7799999999999998;s:5:\"bytes\";i:234;s:11:\"size_before\";i:8421;s:10:\"size_after\";i:8187;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45;s:5:\"bytes\";i:383;s:11:\"size_before\";i:26428;s:10:\"size_after\";i:26045;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8300000000000001;s:5:\"bytes\";i:275;s:11:\"size_before\";i:15036;s:10:\"size_after\";i:14761;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999998;s:5:\"bytes\";i:180;s:11:\"size_before\";i:7981;s:10:\"size_after\";i:7801;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:224;s:11:\"size_before\";i:10317;s:10:\"size_after\";i:10093;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:158;s:11:\"size_before\";i:3801;s:10:\"size_after\";i:3643;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24348;s:10:\"size_after\";i:24348;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5819;s:10:\"size_after\";i:5819;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6600000000000001;s:5:\"bytes\";i:425;s:11:\"size_before\";i:15956;s:10:\"size_after\";i:15531;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0499999999999998;s:5:\"bytes\";i:718;s:11:\"size_before\";i:34993;s:10:\"size_after\";i:34275;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:396;s:11:\"size_before\";i:9841;s:10:\"size_after\";i:9445;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:824;s:11:\"size_before\";i:37834;s:10:\"size_after\";i:37010;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:468;s:11:\"size_before\";i:16971;s:10:\"size_after\";i:16503;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:546;s:11:\"size_before\";i:21499;s:10:\"size_after\";i:20953;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9399999999999999;s:5:\"bytes\";i:792;s:11:\"size_before\";i:40840;s:10:\"size_after\";i:40048;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:823;s:11:\"size_before\";i:33193;s:10:\"size_after\";i:32370;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:2513;s:11:\"size_before\";i:89115;s:10:\"size_after\";i:86602;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9299999999999999;s:5:\"bytes\";i:598;s:11:\"size_before\";i:31009;s:10:\"size_after\";i:30411;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:57317;s:10:\"size_after\";i:55905;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1000000000000001;s:5:\"bytes\";i:606;s:11:\"size_before\";i:28804;s:10:\"size_after\";i:28198;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0600000000000001;s:5:\"bytes\";i:788;s:11:\"size_before\";i:38269;s:10:\"size_after\";i:37481;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:531;s:11:\"size_before\";i:12691;s:10:\"size_after\";i:12160;s:4:\"time\";d:0.01;}}}'),(22552,3892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2019/02/party-629241_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"party-629241_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"party-629241_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"party-629241_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"party-629241_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-150x150.jpg\";s:5:\"width\";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:\"party-629241_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"party-629241_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"party-629241_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"party-629241_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"party-629241_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"party-629241_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22553,3892,'_wp_attachment_image_alt','Showsec – Standing out from the crowd with Michael Poole'),(22554,3885,'xyz_fbap','1'),(22558,3885,'_wpas_done_all','1'),(22561,3885,'_wpas_skip_20130109','1'),(22564,3895,'_edit_last','1'),(22565,3895,'_edit_lock','1549546889:1'),(22566,3896,'_wp_attached_file','2019/02/OTP_QUORN_702x336.jpg'),(22567,3896,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8858289381492925;s:5:\"bytes\";i:131888;s:11:\"size_before\";i:1915354;s:10:\"size_after\";i:1783466;s:4:\"time\";d:0.96000000000000041;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:822;s:11:\"size_before\";i:9469;s:10:\"size_after\";i:8647;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:15382;s:10:\"size_after\";i:14222;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:5400;s:11:\"size_before\";i:106113;s:10:\"size_after\";i:100713;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000001;s:5:\"bytes\";i:518;s:11:\"size_before\";i:5272;s:10:\"size_after\";i:4754;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:5771;s:11:\"size_before\";i:114329;s:10:\"size_after\";i:108558;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:3435;s:11:\"size_before\";i:58301;s:10:\"size_after\";i:54866;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54866;s:10:\"size_after\";i:54866;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:21703;s:10:\"size_after\";i:20045;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20045;s:10:\"size_after\";i:20045;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:796;s:11:\"size_before\";i:9763;s:10:\"size_after\";i:8967;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:12343;s:10:\"size_after\";i:11321;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:1832;s:11:\"size_before\";i:24717;s:10:\"size_after\";i:22885;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:22805;s:10:\"size_after\";i:21147;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:3662;s:11:\"size_before\";i:56301;s:10:\"size_after\";i:52639;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:18425;s:10:\"size_after\";i:16952;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:4380;s:11:\"size_before\";i:70064;s:10:\"size_after\";i:65684;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:2183;s:11:\"size_before\";i:32982;s:10:\"size_after\";i:30799;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:18052;s:10:\"size_after\";i:16640;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:23043;s:10:\"size_after\";i:21296;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:503;s:11:\"size_before\";i:6487;s:10:\"size_after\";i:5984;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54866;s:10:\"size_after\";i:54866;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11321;s:10:\"size_after\";i:11321;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:3781;s:11:\"size_before\";i:39682;s:10:\"size_after\";i:35901;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:5308;s:11:\"size_before\";i:62804;s:10:\"size_after\";i:57496;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:2190;s:11:\"size_before\";i:21407;s:10:\"size_after\";i:19217;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:16396;s:11:\"size_before\";i:239537;s:10:\"size_after\";i:223141;s:4:\"time\";d:0.12;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:7109;s:11:\"size_before\";i:88997;s:10:\"size_after\";i:81888;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:3797;s:11:\"size_before\";i:40444;s:10:\"size_after\";i:36647;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1400000000000006;s:5:\"bytes\";i:4587;s:11:\"size_before\";i:50209;s:10:\"size_after\";i:45622;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996;s:5:\"bytes\";i:8483;s:11:\"size_before\";i:101601;s:10:\"size_after\";i:93118;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:7291;s:11:\"size_before\";i:95146;s:10:\"size_after\";i:87855;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996;s:5:\"bytes\";i:6609;s:11:\"size_before\";i:76856;s:10:\"size_after\";i:70247;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:10169;s:11:\"size_before\";i:135883;s:10:\"size_after\";i:125714;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4900000000000002;s:5:\"bytes\";i:6413;s:11:\"size_before\";i:75579;s:10:\"size_after\";i:69166;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4100000000000001;s:5:\"bytes\";i:7992;s:11:\"size_before\";i:95071;s:10:\"size_after\";i:87079;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:2331;s:11:\"size_before\";i:25489;s:10:\"size_after\";i:23158;s:4:\"time\";d:0.02;}}}'),(22568,3896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1463;s:6:\"height\";i:700;s:4:\"file\";s:29:\"2019/02/OTP_QUORN_702x336.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"OTP_QUORN_702x336-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"OTP_QUORN_702x336-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"OTP_QUORN_702x336-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"OTP_QUORN_702x336-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-150x150.jpg\";s:5:\"width\";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:\"OTP_QUORN_702x336-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"OTP_QUORN_702x336-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"OTP_QUORN_702x336-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"OTP_QUORN_702x336-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"OTP_QUORN_702x336-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"OTP_QUORN_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22569,3896,'_wp_attachment_image_alt','Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson'),(22570,3895,'_thumbnail_id','3896'),(22571,3895,'_adinserter_block_exceptions',''),(22572,3895,'slide_template','default'),(22573,3895,'_bunyad_featured_post','0'),(22574,3895,'_bunyad_cat_label','0'),(22575,3895,'_bunyad_featured_disable','0'),(22576,3895,'_bunyad_bg_image_bg_type','cover'),(22577,3895,'_bunyad_reviews','0'),(22578,3895,'_bunyad_review_pos','none'),(22579,3895,'_bunyad_review_type','points'),(22580,3895,'_bunyad_review_verdict','Awesome'),(22581,3895,'_yoast_wpseo_focuskw','quorn'),(22582,3895,'_yoast_wpseo_metadesc','Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson. Be sure to check this out!'),(22583,3895,'_yoast_wpseo_linkdex','79'),(22584,3895,'_yoast_wpseo_content_score','90'),(22585,3895,'_yoast_wpseo_primary_category','3'),(22586,3895,'xyz_fbap','1'),(22590,3895,'_wpas_done_all','1'),(22591,3899,'_edit_last','1'),(22592,3899,'_edit_lock','1549548268:1'),(22593,3900,'_wp_attached_file','2019/02/coffee-171653_1280.jpg'),(22594,3900,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6635036995629395;s:5:\"bytes\";i:96046;s:11:\"size_before\";i:1695876;s:10:\"size_after\";i:1599830;s:4:\"time\";d:0.92000000000000048;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6400;s:10:\"size_after\";i:5986;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:743;s:11:\"size_before\";i:13335;s:10:\"size_after\";i:12592;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:7086;s:11:\"size_before\";i:136824;s:10:\"size_after\";i:129738;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:177;s:11:\"size_before\";i:3513;s:10:\"size_after\";i:3336;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:5848;s:11:\"size_before\";i:114248;s:10:\"size_after\";i:108400;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:3124;s:11:\"size_before\";i:50751;s:10:\"size_after\";i:47627;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47627;s:10:\"size_after\";i:47627;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:924;s:11:\"size_before\";i:15155;s:10:\"size_after\";i:14231;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14231;s:10:\"size_after\";i:14231;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6300;s:10:\"size_after\";i:5943;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:385;s:11:\"size_before\";i:7256;s:10:\"size_after\";i:6871;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:962;s:11:\"size_before\";i:15842;s:10:\"size_after\";i:14880;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:16886;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:41959;s:10:\"size_after\";i:39081;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:683;s:11:\"size_before\";i:11598;s:10:\"size_after\";i:10915;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:3683;s:11:\"size_before\";i:57002;s:10:\"size_after\";i:53319;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:1635;s:11:\"size_before\";i:25123;s:10:\"size_after\";i:23488;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:730;s:11:\"size_before\";i:12270;s:10:\"size_after\";i:11540;s:4:\"time\";d:0.070000000000000007;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:862;s:11:\"size_before\";i:14666;s:10:\"size_after\";i:13804;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:221;s:11:\"size_before\";i:4356;s:10:\"size_after\";i:4135;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47627;s:10:\"size_after\";i:47627;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6871;s:10:\"size_after\";i:6871;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:2122;s:11:\"size_before\";i:29560;s:10:\"size_after\";i:27438;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:4585;s:11:\"size_before\";i:71106;s:10:\"size_after\";i:66521;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:14518;s:10:\"size_after\";i:13500;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:5288;s:11:\"size_before\";i:80592;s:10:\"size_after\";i:75304;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:29258;s:10:\"size_after\";i:27217;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:35630;s:10:\"size_after\";i:33179;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:5628;s:11:\"size_before\";i:87900;s:10:\"size_after\";i:82272;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:5587;s:11:\"size_before\";i:87685;s:10:\"size_after\";i:82098;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:12505;s:11:\"size_before\";i:229959;s:10:\"size_after\";i:217454;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:4084;s:11:\"size_before\";i:62026;s:10:\"size_after\";i:57942;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:8228;s:11:\"size_before\";i:135606;s:10:\"size_after\";i:127378;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:4248;s:11:\"size_before\";i:63636;s:10:\"size_after\";i:59388;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:5098;s:11:\"size_before\";i:80190;s:10:\"size_after\";i:75092;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:18370;s:10:\"size_after\";i:17103;s:4:\"time\";d:0.02;}}}'),(22595,3900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2019/02/coffee-171653_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"coffee-171653_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"coffee-171653_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"coffee-171653_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"coffee-171653_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22596,3900,'_wp_attachment_image_alt','The Perfect Brew with WMF'),(22597,3901,'_wp_attached_file','2019/02/2015_WMF_espresso_Presse_02.jpg'),(22598,3901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5877051129499065;s:5:\"bytes\";i:78604;s:11:\"size_before\";i:2190927;s:10:\"size_after\";i:2112323;s:4:\"time\";d:1.2900000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6991;s:10:\"size_after\";i:6632;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:593;s:11:\"size_before\";i:13825;s:10:\"size_after\";i:13232;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:88334;s:10:\"size_after\";i:86586;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:285;s:11:\"size_before\";i:4125;s:10:\"size_after\";i:3840;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8600000000000001;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:65514;s:10:\"size_after\";i:64298;s:4:\"time\";d:0.089999999999999997;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1899999999999999;s:5:\"bytes\";i:738;s:11:\"size_before\";i:33690;s:10:\"size_after\";i:32952;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32952;s:10:\"size_after\";i:32952;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:536;s:11:\"size_before\";i:13472;s:10:\"size_after\";i:12936;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12936;s:10:\"size_after\";i:12936;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:393;s:11:\"size_before\";i:7127;s:10:\"size_after\";i:6734;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:431;s:11:\"size_before\";i:8417;s:10:\"size_after\";i:7986;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:630;s:11:\"size_before\";i:15803;s:10:\"size_after\";i:15173;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:605;s:11:\"size_before\";i:15619;s:10:\"size_after\";i:15014;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:990;s:11:\"size_before\";i:35496;s:10:\"size_after\";i:34506;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:562;s:11:\"size_before\";i:12444;s:10:\"size_after\";i:11882;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:44185;s:10:\"size_after\";i:43096;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:521;s:11:\"size_before\";i:19744;s:10:\"size_after\";i:19223;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:495;s:11:\"size_before\";i:12541;s:10:\"size_after\";i:12046;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:555;s:11:\"size_before\";i:14622;s:10:\"size_after\";i:14067;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:283;s:11:\"size_before\";i:4644;s:10:\"size_after\";i:4361;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32952;s:10:\"size_after\";i:32952;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7986;s:10:\"size_after\";i:7986;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:25838;s:10:\"size_after\";i:24392;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:2482;s:11:\"size_before\";i:52578;s:10:\"size_after\";i:50096;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:12720;s:11:\"size_before\";i:377659;s:10:\"size_after\";i:364939;s:4:\"time\";d:0.22;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:935;s:11:\"size_before\";i:14393;s:10:\"size_after\";i:13458;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:9299;s:11:\"size_before\";i:280436;s:10:\"size_after\";i:271137;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:4883;s:11:\"size_before\";i:138620;s:10:\"size_after\";i:133737;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:2321;s:11:\"size_before\";i:51395;s:10:\"size_after\";i:49074;s:4:\"time\";d:0.059999999999999998;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:26204;s:10:\"size_after\";i:24685;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:1680;s:11:\"size_before\";i:30724;s:10:\"size_after\";i:29044;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:2705;s:11:\"size_before\";i:60448;s:10:\"size_after\";i:57743;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:2800;s:11:\"size_before\";i:60270;s:10:\"size_after\";i:57470;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:5524;s:11:\"size_before\";i:142525;s:10:\"size_after\";i:137001;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2412;s:11:\"size_before\";i:47785;s:10:\"size_after\";i:45373;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:6624;s:11:\"size_before\";i:180638;s:10:\"size_after\";i:174014;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:3219;s:11:\"size_before\";i:78248;s:10:\"size_after\";i:75029;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:2333;s:11:\"size_before\";i:47553;s:10:\"size_after\";i:45220;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:2673;s:11:\"size_before\";i:56527;s:10:\"size_after\";i:53854;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:1000;s:11:\"size_before\";i:15667;s:10:\"size_after\";i:14667;s:4:\"time\";d:0.01;}}}'),(22599,3901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:2362;s:4:\"file\";s:39:\"2019/02/2015_WMF_espresso_Presse_02.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"2015_WMF_espresso_Presse_02-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"2015_WMF_espresso_Presse_02-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"2015_WMF_espresso_Presse_02-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"2015_WMF_espresso_Presse_02-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"2015_WMF_espresso_Presse_02-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"2015_WMF_espresso_Presse_02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"2015_WMF_espresso_Presse_02-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"2015_WMF_espresso_Presse_02-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"2015_WMF_espresso_Presse_02-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"2015_WMF_espresso_Presse_02-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:20:\"Conne van d Grachten\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1422202022\";s:9:\"copyright\";s:63:\"Conne van d Grachten connevandgrachten@t-online.de+491714819360\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22600,3901,'_wp_attachment_image_alt','The Perfect Brew with WMF'),(22601,3899,'_thumbnail_id','3901'),(22602,3899,'_adinserter_block_exceptions',''),(22603,3899,'slide_template','default'),(22604,3899,'_bunyad_featured_post','0'),(22605,3899,'_bunyad_cat_label','0'),(22606,3899,'_bunyad_featured_disable','0'),(22607,3899,'_bunyad_bg_image_bg_type','cover'),(22608,3899,'_bunyad_reviews','0'),(22609,3899,'_bunyad_review_pos','none'),(22610,3899,'_bunyad_review_type','points'),(22611,3899,'_bunyad_review_verdict','Awesome'),(22612,3899,'_yoast_wpseo_focuskw','perfect brew'),(22613,3899,'_yoast_wpseo_linkdex','90'),(22614,3899,'_yoast_wpseo_content_score','30'),(22615,3899,'_yoast_wpseo_primary_category','2'),(22616,3903,'_wp_attached_file','2019/02/coffee-1291656_1280.jpg'),(22617,3903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6393267866098782;s:5:\"bytes\";i:80621;s:11:\"size_before\";i:1429621;s:10:\"size_after\";i:1349000;s:4:\"time\";d:0.8200000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:439;s:11:\"size_before\";i:6796;s:10:\"size_after\";i:6357;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:894;s:11:\"size_before\";i:14752;s:10:\"size_after\";i:13858;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:3701;s:11:\"size_before\";i:99392;s:10:\"size_after\";i:95691;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4048;s:10:\"size_after\";i:3735;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:4185;s:11:\"size_before\";i:94365;s:10:\"size_after\";i:90180;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:2424;s:11:\"size_before\";i:46737;s:10:\"size_after\";i:44313;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44313;s:10:\"size_after\";i:44313;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:16785;s:10:\"size_after\";i:15747;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15747;s:10:\"size_after\";i:15747;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:433;s:11:\"size_before\";i:7031;s:10:\"size_after\";i:6598;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:603;s:11:\"size_before\";i:8968;s:10:\"size_after\";i:8365;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:978;s:11:\"size_before\";i:17494;s:10:\"size_after\";i:16516;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:846;s:11:\"size_before\";i:15103;s:10:\"size_after\";i:14257;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:1724;s:11:\"size_before\";i:37434;s:10:\"size_after\";i:35710;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:786;s:11:\"size_before\";i:12906;s:10:\"size_after\";i:12120;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:46345;s:10:\"size_after\";i:44337;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1495;s:11:\"size_before\";i:25937;s:10:\"size_after\";i:24442;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:707;s:11:\"size_before\";i:12398;s:10:\"size_after\";i:11691;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:984;s:11:\"size_before\";i:16249;s:10:\"size_after\";i:15265;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:395;s:11:\"size_before\";i:5457;s:10:\"size_after\";i:5062;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44313;s:10:\"size_after\";i:44313;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8365;s:10:\"size_after\";i:8365;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:1988;s:11:\"size_before\";i:26046;s:10:\"size_after\";i:24058;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:4049;s:11:\"size_before\";i:58636;s:10:\"size_after\";i:54587;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:14609;s:10:\"size_after\";i:13339;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:4924;s:11:\"size_before\";i:69074;s:10:\"size_after\";i:64150;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:2027;s:11:\"size_before\";i:26739;s:10:\"size_after\";i:24712;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:2572;s:11:\"size_before\";i:34211;s:10:\"size_after\";i:31639;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:4831;s:11:\"size_before\";i:71280;s:10:\"size_after\";i:66449;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:63557;s:10:\"size_after\";i:59617;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:10364;s:11:\"size_before\";i:166044;s:10:\"size_after\";i:155680;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:3612;s:11:\"size_before\";i:51932;s:10:\"size_after\";i:48320;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:7515;s:11:\"size_before\";i:110610;s:10:\"size_after\";i:103095;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:3349;s:11:\"size_before\";i:49874;s:10:\"size_after\";i:46525;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:4478;s:11:\"size_before\";i:66047;s:10:\"size_after\";i:61569;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7300000000000004;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:20027;s:10:\"size_after\";i:18278;s:4:\"time\";d:0.01;}}}'),(22618,3903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:851;s:4:\"file\";s:31:\"2019/02/coffee-1291656_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"coffee-1291656_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"coffee-1291656_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"coffee-1291656_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"coffee-1291656_1280-1068x710.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"coffee-1291656_1280-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"coffee-1291656_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"coffee-1291656_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"coffee-1291656_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"coffee-1291656_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22619,3903,'_wp_attachment_image_alt','The Perfect Brew with WMF'),(22620,3899,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% The perfect brew - With WMF UK'),(22621,3899,'_yoast_wpseo_metadesc','What makes each cup of coffee different? On-Trade Progress discusses with WMF UK what factors make the perfect brew for your customers'),(22622,3899,'xyz_fbap','1'),(22626,3899,'_wpas_done_all','1'),(22627,3906,'_wp_attached_file','2019/02/OTP_3RTelecom_702x336-1.jpg');
INSERT INTO `wpfr_postmeta` VALUES (22628,3906,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0495808216125484;s:5:\"bytes\";i:58096;s:11:\"size_before\";i:960331;s:10:\"size_after\";i:902235;s:4:\"time\";d:2.0000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:312;s:11:\"size_before\";i:5838;s:10:\"size_after\";i:5526;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:467;s:11:\"size_before\";i:8063;s:10:\"size_after\";i:7596;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:3865;s:11:\"size_before\";i:49513;s:10:\"size_after\";i:45648;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:203;s:11:\"size_before\";i:3554;s:10:\"size_after\";i:3351;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:4284;s:11:\"size_before\";i:53806;s:10:\"size_after\";i:49522;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:28114;s:10:\"size_after\";i:26106;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26106;s:10:\"size_after\";i:26106;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:614;s:11:\"size_before\";i:11461;s:10:\"size_after\";i:10847;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10847;s:10:\"size_after\";i:10847;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6077;s:10:\"size_after\";i:5746;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:428;s:11:\"size_before\";i:7504;s:10:\"size_after\";i:7076;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:788;s:11:\"size_before\";i:14097;s:10:\"size_after\";i:13309;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:764;s:11:\"size_before\";i:12442;s:10:\"size_after\";i:11678;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:30861;s:10:\"size_after\";i:29143;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:531;s:11:\"size_before\";i:10866;s:10:\"size_after\";i:10335;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:2123;s:11:\"size_before\";i:38159;s:10:\"size_after\";i:36036;s:4:\"time\";d:1.24;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:16843;s:10:\"size_after\";i:15793;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:522;s:11:\"size_before\";i:10561;s:10:\"size_after\";i:10039;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:705;s:11:\"size_before\";i:13132;s:10:\"size_after\";i:12427;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3963;s:10:\"size_after\";i:3708;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26106;s:10:\"size_after\";i:26106;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7076;s:10:\"size_after\";i:7076;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:20875;s:10:\"size_after\";i:19535;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1943;s:11:\"size_before\";i:30066;s:10:\"size_after\";i:28123;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:776;s:11:\"size_before\";i:12256;s:10:\"size_after\";i:11480;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:8044;s:11:\"size_before\";i:106173;s:10:\"size_after\";i:98129;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:2781;s:11:\"size_before\";i:43298;s:10:\"size_after\";i:40517;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:22239;s:10:\"size_after\";i:20896;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:26788;s:10:\"size_after\";i:24998;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:3226;s:11:\"size_before\";i:52425;s:10:\"size_after\";i:49199;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:3023;s:11:\"size_before\";i:45337;s:10:\"size_after\";i:42314;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:41052;s:10:\"size_after\";i:38602;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:4164;s:11:\"size_before\";i:63912;s:10:\"size_after\";i:59748;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:2425;s:11:\"size_before\";i:38881;s:10:\"size_after\";i:36456;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:49018;s:10:\"size_after\";i:46039;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:844;s:11:\"size_before\";i:13022;s:10:\"size_after\";i:12178;s:4:\"time\";d:0.029999999999999999;}}}'),(22629,3906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1463;s:6:\"height\";i:700;s:4:\"file\";s:35:\"2019/02/OTP_3RTelecom_702x336-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"OTP_3RTelecom_702x336-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"OTP_3RTelecom_702x336-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"OTP_3RTelecom_702x336-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"OTP_3RTelecom_702x336-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-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:35:\"OTP_3RTelecom_702x336-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"OTP_3RTelecom_702x336-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"OTP_3RTelecom_702x336-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"OTP_3RTelecom_702x336-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"OTP_3RTelecom_702x336-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"OTP_3RTelecom_702x336-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22630,3906,'_wp_attachment_image_alt','From London to Nationwide - EPos Giants 3R Telecom Ltd.'),(22631,3867,'xyz_fbap','1'),(22635,3867,'_wpas_done_all','1'),(22638,3867,'_wpas_skip_20130109','1'),(22641,3908,'_edit_last','1'),(22642,3908,'_edit_lock','1549556914:1'),(22643,3909,'_wp_attached_file','2019/02/cork-738603_1280.jpg'),(22644,3909,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4163019578053628;s:5:\"bytes\";i:48699;s:11:\"size_before\";i:899119;s:10:\"size_after\";i:850420;s:4:\"time\";d:0.69000000000000039;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:292;s:11:\"size_before\";i:4824;s:10:\"size_after\";i:4532;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:495;s:11:\"size_before\";i:8775;s:10:\"size_after\";i:8280;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:3858;s:11:\"size_before\";i:58935;s:10:\"size_after\";i:55077;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:168;s:11:\"size_before\";i:2858;s:10:\"size_after\";i:2690;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:3134;s:11:\"size_before\";i:58721;s:10:\"size_after\";i:55587;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:29912;s:10:\"size_after\";i:28353;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28353;s:10:\"size_after\";i:28353;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:539;s:11:\"size_before\";i:10600;s:10:\"size_after\";i:10061;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10061;s:10:\"size_after\";i:10061;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:262;s:11:\"size_before\";i:4782;s:10:\"size_after\";i:4520;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:327;s:11:\"size_before\";i:5521;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:575;s:11:\"size_before\";i:10613;s:10:\"size_after\";i:10038;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:597;s:11:\"size_before\";i:12127;s:10:\"size_after\";i:11530;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:23548;s:10:\"size_after\";i:22199;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:398;s:11:\"size_before\";i:8074;s:10:\"size_after\";i:7676;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:1762;s:11:\"size_before\";i:29909;s:10:\"size_after\";i:28147;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:876;s:11:\"size_before\";i:16455;s:10:\"size_after\";i:15579;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:416;s:11:\"size_before\";i:8445;s:10:\"size_after\";i:8029;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:552;s:11:\"size_before\";i:9874;s:10:\"size_after\";i:9322;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:230;s:11:\"size_before\";i:3734;s:10:\"size_after\";i:3504;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28353;s:10:\"size_after\";i:28353;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5194;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:18112;s:10:\"size_after\";i:17052;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:34763;s:10:\"size_after\";i:32713;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:611;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9064;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:2510;s:11:\"size_before\";i:42261;s:10:\"size_after\";i:39751;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1027;s:11:\"size_before\";i:17418;s:10:\"size_after\";i:16391;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:20215;s:10:\"size_after\";i:19029;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:2471;s:11:\"size_before\";i:42499;s:10:\"size_after\";i:40028;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:50075;s:10:\"size_after\";i:47102;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:6368;s:11:\"size_before\";i:99470;s:10:\"size_after\";i:93102;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:31919;s:10:\"size_after\";i:30131;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:4159;s:11:\"size_before\";i:67483;s:10:\"size_after\";i:63324;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1993;s:11:\"size_before\";i:33718;s:10:\"size_after\";i:31725;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:2297;s:11:\"size_before\";i:39212;s:10:\"size_after\";i:36915;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:817;s:11:\"size_before\";i:12631;s:10:\"size_after\";i:11814;s:4:\"time\";d:0.02;}}}'),(22645,3909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2019/02/cork-738603_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"cork-738603_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"cork-738603_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"cork-738603_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"cork-738603_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-150x150.jpg\";s:5:\"width\";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:\"cork-738603_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cork-738603_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"cork-738603_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"cork-738603_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"cork-738603_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"cork-738603_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22646,3910,'_wp_attached_file','2019/02/wine-2891894_1280.jpg'),(22647,3910,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1817674882405811;s:5:\"bytes\";i:24250;s:11:\"size_before\";i:762155;s:10:\"size_after\";i:737905;s:4:\"time\";d:0.69000000000000039;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:238;s:11:\"size_before\";i:5093;s:10:\"size_after\";i:4855;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:381;s:11:\"size_before\";i:9892;s:10:\"size_after\";i:9511;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:52646;s:10:\"size_after\";i:51389;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:202;s:11:\"size_before\";i:3251;s:10:\"size_after\";i:3049;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:954;s:11:\"size_before\";i:48135;s:10:\"size_after\";i:47181;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999998;s:5:\"bytes\";i:663;s:11:\"size_before\";i:26383;s:10:\"size_after\";i:25720;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25720;s:10:\"size_after\";i:25720;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:389;s:11:\"size_before\";i:11094;s:10:\"size_after\";i:10705;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10705;s:10:\"size_after\";i:10705;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:288;s:11:\"size_before\";i:5474;s:10:\"size_after\";i:5186;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:313;s:11:\"size_before\";i:6701;s:10:\"size_after\";i:6388;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:485;s:11:\"size_before\";i:12262;s:10:\"size_after\";i:11777;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:253;s:11:\"size_before\";i:10026;s:10:\"size_after\";i:9773;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:615;s:11:\"size_before\";i:24595;s:10:\"size_after\";i:23980;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:379;s:11:\"size_before\";i:9408;s:10:\"size_after\";i:9029;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8600000000000001;s:5:\"bytes\";i:551;s:11:\"size_before\";i:29610;s:10:\"size_after\";i:29059;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:503;s:11:\"size_before\";i:16111;s:10:\"size_after\";i:15608;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:360;s:11:\"size_before\";i:8918;s:10:\"size_after\";i:8558;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:479;s:11:\"size_before\";i:11395;s:10:\"size_after\";i:10916;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:196;s:11:\"size_before\";i:4052;s:10:\"size_after\";i:3856;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25720;s:10:\"size_after\";i:25720;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6388;s:10:\"size_after\";i:6388;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:703;s:11:\"size_before\";i:16997;s:10:\"size_after\";i:16294;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:34398;s:10:\"size_after\";i:32925;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:570;s:11:\"size_before\";i:10649;s:10:\"size_after\";i:10079;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1555;s:11:\"size_before\";i:39361;s:10:\"size_after\";i:37806;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:799;s:11:\"size_before\";i:18678;s:10:\"size_after\";i:17879;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:1049;s:11:\"size_before\";i:23006;s:10:\"size_after\";i:21957;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:1745;s:11:\"size_before\";i:43151;s:10:\"size_after\";i:41406;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:35794;s:10:\"size_after\";i:34769;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:33652;s:10:\"size_after\";i:32272;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:58055;s:10:\"size_after\";i:56027;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:31134;s:10:\"size_after\";i:30004;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1598;s:11:\"size_before\";i:40484;s:10:\"size_after\";i:38886;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:689;s:11:\"size_before\";i:13217;s:10:\"size_after\";i:12528;s:4:\"time\";d:0.01;}}}'),(22648,3910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2019/02/wine-2891894_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"wine-2891894_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"wine-2891894_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-696x418.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1068x641.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-700x420.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-150x150.jpg\";s:5:\"width\";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:\"wine-2891894_1280-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wine-2891894_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"wine-2891894_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"wine-2891894_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"wine-2891894_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22649,3910,'_wp_attachment_image_alt','We\'ve got a Crush on Mcpherson Wine'),(22650,3908,'_adinserter_block_exceptions',''),(22651,3908,'slide_template','default'),(22652,3908,'_bunyad_featured_post','0'),(22653,3908,'_bunyad_cat_label','0'),(22654,3908,'_bunyad_featured_disable','0'),(22655,3908,'_bunyad_bg_image_bg_type','cover'),(22656,3908,'_bunyad_reviews','0'),(22657,3908,'_bunyad_review_pos','none'),(22658,3908,'_bunyad_review_type','points'),(22659,3908,'_bunyad_review_verdict','Awesome'),(22660,3908,'_yoast_wpseo_focuskw','mcpherson wine'),(22661,3908,'_yoast_wpseo_title','We\'ve got a Crush on Mcpherson Wine - Lanchester Wines'),(22662,3908,'_yoast_wpseo_metadesc','It\'s 3am on a balmy January morning & winemaker Jo Nash has arrived at the McPherson Wine Co’s winery in Victoria, Australia, ready to start the day’s Crush'),(22663,3908,'_yoast_wpseo_linkdex','89'),(22664,3908,'_yoast_wpseo_content_score','30'),(22665,3908,'_yoast_wpseo_primary_category','2'),(22666,3914,'_edit_last','1'),(22667,3914,'_edit_lock','1549553295:1'),(22668,3914,'_adinserter_block_exceptions',''),(22669,3914,'slide_template','default'),(22670,3914,'_bunyad_featured_post','0'),(22671,3914,'_bunyad_cat_label','0'),(22672,3914,'_bunyad_featured_disable','0'),(22673,3914,'_bunyad_bg_image_bg_type','cover'),(22674,3914,'_bunyad_reviews','0'),(22675,3914,'_bunyad_review_pos','none'),(22676,3914,'_bunyad_review_type','points'),(22677,3914,'_bunyad_review_verdict','Awesome'),(22678,3914,'_yoast_wpseo_focuskw','crystaltech'),(22679,3914,'_yoast_wpseo_linkdex','85'),(22680,3914,'_yoast_wpseo_content_score','30'),(22681,3914,'_yoast_wpseo_primary_category','32'),(22682,3916,'_wp_attached_file','2019/02/OTP_LAN-WINES_702x336.jpg'),(22683,3916,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9521878038277567;s:5:\"bytes\";i:48793;s:11:\"size_before\";i:819749;s:10:\"size_after\";i:770956;s:4:\"time\";d:0.75000000000000033;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:231;s:11:\"size_before\";i:3895;s:10:\"size_after\";i:3664;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6183;s:10:\"size_after\";i:5848;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:3431;s:11:\"size_before\";i:45809;s:10:\"size_after\";i:42378;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2441;s:10:\"size_after\";i:2247;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:3844;s:11:\"size_before\";i:49332;s:10:\"size_after\";i:45488;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:24151;s:10:\"size_after\";i:22440;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22440;s:10:\"size_after\";i:22440;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:507;s:11:\"size_before\";i:9126;s:10:\"size_after\";i:8619;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8619;s:10:\"size_after\";i:8619;s:4:\"time\";d:0.10000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:285;s:11:\"size_before\";i:4218;s:10:\"size_after\";i:3933;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:309;s:11:\"size_before\";i:5041;s:10:\"size_after\";i:4732;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:531;s:11:\"size_before\";i:10077;s:10:\"size_after\";i:9546;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:800;s:11:\"size_before\";i:10783;s:10:\"size_after\";i:9983;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:24039;s:10:\"size_after\";i:22267;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:428;s:11:\"size_before\";i:7538;s:10:\"size_after\";i:7110;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:2293;s:11:\"size_before\";i:30131;s:10:\"size_after\";i:27838;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:892;s:11:\"size_before\";i:13692;s:10:\"size_after\";i:12800;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:498;s:11:\"size_before\";i:7763;s:10:\"size_after\";i:7265;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:561;s:11:\"size_before\";i:9673;s:10:\"size_after\";i:9112;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:209;s:11:\"size_before\";i:3053;s:10:\"size_after\";i:2844;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22440;s:10:\"size_after\";i:22440;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4732;s:10:\"size_after\";i:4732;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:16114;s:10:\"size_after\";i:15101;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:24969;s:10:\"size_after\";i:23277;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:526;s:11:\"size_before\";i:8354;s:10:\"size_after\";i:7828;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:6926;s:11:\"size_before\";i:105431;s:10:\"size_after\";i:98505;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:2083;s:11:\"size_before\";i:37793;s:10:\"size_after\";i:35710;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:16318;s:10:\"size_after\";i:15306;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1278;s:11:\"size_before\";i:20328;s:10:\"size_after\";i:19050;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2329;s:11:\"size_before\";i:42373;s:10:\"size_after\";i:40044;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:48086;s:10:\"size_after\";i:45095;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:32473;s:10:\"size_after\";i:30584;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:3497;s:11:\"size_before\";i:59073;s:10:\"size_after\";i:55576;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1935;s:11:\"size_before\";i:32727;s:10:\"size_after\";i:30792;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:2157;s:11:\"size_before\";i:40201;s:10:\"size_after\";i:38044;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:634;s:11:\"size_before\";i:10333;s:10:\"size_after\";i:9699;s:4:\"time\";d:0.01;}}}'),(22684,3916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1463;s:6:\"height\";i:700;s:4:\"file\";s:33:\"2019/02/OTP_LAN-WINES_702x336.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"OTP_LAN-WINES_702x336-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"OTP_LAN-WINES_702x336-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"OTP_LAN-WINES_702x336-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"OTP_LAN-WINES_702x336-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"OTP_LAN-WINES_702x336-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"OTP_LAN-WINES_702x336-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:34:\"OTP_LAN-WINES_702x336-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:32:\"OTP_LAN-WINES_702x336-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:33:\"OTP_LAN-WINES_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22685,3916,'_wp_attachment_image_alt','We\'ve got a Crush on Mcpherson Wine'),(22686,3908,'_thumbnail_id','3916'),(22687,3908,'xyz_fbap','1'),(22691,3908,'_wpas_done_all','1'),(22692,3918,'_wp_attached_file','2019/02/IMG_2911.jpg'),(22693,3918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6898819121617583;s:5:\"bytes\";i:104447;s:11:\"size_before\";i:2227071;s:10:\"size_after\";i:2122624;s:4:\"time\";d:1.1000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:310;s:11:\"size_before\";i:6366;s:10:\"size_after\";i:6056;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:492;s:11:\"size_before\";i:14394;s:10:\"size_after\";i:13902;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:4044;s:11:\"size_before\";i:104095;s:10:\"size_after\";i:100051;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:187;s:11:\"size_before\";i:3690;s:10:\"size_after\";i:3503;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3436;s:11:\"size_before\";i:76415;s:10:\"size_after\";i:72979;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:1472;s:11:\"size_before\";i:36386;s:10:\"size_after\";i:34914;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34914;s:10:\"size_after\";i:34914;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:521;s:11:\"size_before\";i:13399;s:10:\"size_after\";i:12878;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12878;s:10:\"size_after\";i:12878;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:283;s:11:\"size_before\";i:6488;s:10:\"size_after\";i:6205;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:348;s:11:\"size_before\";i:7961;s:10:\"size_after\";i:7613;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:549;s:11:\"size_before\";i:15138;s:10:\"size_after\";i:14589;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:609;s:11:\"size_before\";i:15488;s:10:\"size_after\";i:14879;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:34702;s:10:\"size_after\";i:33445;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:474;s:11:\"size_before\";i:11660;s:10:\"size_after\";i:11186;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:43524;s:10:\"size_after\";i:42041;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:796;s:11:\"size_before\";i:20399;s:10:\"size_after\";i:19603;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:446;s:11:\"size_before\";i:11477;s:10:\"size_after\";i:11031;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:572;s:11:\"size_before\";i:14006;s:10:\"size_after\";i:13434;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:224;s:11:\"size_before\";i:4448;s:10:\"size_after\";i:4224;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34914;s:10:\"size_after\";i:34914;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7613;s:10:\"size_after\";i:7613;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:1281;s:11:\"size_before\";i:24452;s:10:\"size_after\";i:23171;s:4:\"time\";d:0.040000000000000001;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:3142;s:11:\"size_before\";i:60784;s:10:\"size_after\";i:57642;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:25924;s:11:\"size_before\";i:536170;s:10:\"size_after\";i:510246;s:4:\"time\";d:0.13;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:764;s:11:\"size_before\";i:13556;s:10:\"size_after\";i:12792;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:9025;s:11:\"size_before\";i:177885;s:10:\"size_after\";i:168860;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:3174;s:11:\"size_before\";i:58117;s:10:\"size_after\";i:54943;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:1424;s:11:\"size_before\";i:25314;s:10:\"size_after\";i:23890;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:31235;s:10:\"size_after\";i:29479;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:3604;s:11:\"size_before\";i:66053;s:10:\"size_after\";i:62449;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:65568;s:10:\"size_after\";i:62095;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:8350;s:11:\"size_before\";i:162073;s:10:\"size_after\";i:153723;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2610;s:11:\"size_before\";i:48815;s:10:\"size_after\";i:46205;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:10629;s:11:\"size_before\";i:208600;s:10:\"size_after\";i:197971;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:5062;s:11:\"size_before\";i:93547;s:10:\"size_after\";i:88485;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:2532;s:11:\"size_before\";i:47594;s:10:\"size_after\";i:45062;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:3266;s:11:\"size_before\";i:61006;s:10:\"size_after\";i:57740;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:928;s:11:\"size_before\";i:15947;s:10:\"size_after\";i:15019;s:4:\"time\";d:0.01;}}}'),(22694,3918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2077;s:6:\"height\";i:2902;s:4:\"file\";s:20:\"2019/02/IMG_2911.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_2911-768x1073.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1073;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_2911-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_2911-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_2911-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_2911-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_2911-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_2911-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_2911-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_2911-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_2911-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_2911-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_2911-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_2911-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_2911-696x972.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_2911-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_2911-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_2911-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"IMG_2911-1068x1492.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_2911-301x420.jpg\";s:5:\"width\";i:301;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_2911-1920x2683.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2911-150x150.jpg\";s:5:\"width\";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:\"IMG_2911-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2911-733x1024.jpg\";s:5:\"width\";i:733;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_2911-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_2911-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_2911-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_2911-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_2911-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_2911-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_2911-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_2911-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_2911-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_2911-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_2911-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_2911-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_2911-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_2911-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_2911-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_2911-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_2911-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_2911-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_2911-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1444034880\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22695,3918,'_wp_attachment_image_alt','Crystaltech improves water hygiene'),(22696,3914,'_thumbnail_id','3918'),(22697,3914,'_yoast_wpseo_title','Crystaltech improves water hygiene & can detect bacteria'),(22698,3914,'_yoast_wpseo_metadesc','Crystaltech has the technical resource to detect even the most obscure glass and dishwashing issues. Crystaltech uses the latest, most reliable equipment'),(22699,3914,'xyz_fbap','1'),(22703,3914,'_wpas_done_all','1'),(22706,3914,'_wpas_skip_20130109','1'),(22717,3923,'_edit_last','1'),(22718,3923,'_edit_lock','1558298476:1'),(22719,3923,'_adinserter_block_exceptions',''),(22720,3923,'slide_template','default'),(22721,3923,'_bunyad_featured_post','0'),(22722,3923,'_bunyad_cat_label','0'),(22723,3923,'_bunyad_featured_disable','0'),(22724,3923,'_bunyad_bg_image_bg_type','cover'),(22725,3923,'_bunyad_reviews','0'),(22726,3923,'_bunyad_review_pos','none'),(22727,3923,'_bunyad_review_type','points'),(22728,3923,'_bunyad_review_verdict','Awesome'),(22729,3923,'_yoast_wpseo_focuskw','pos systems'),(22730,3923,'_yoast_wpseo_title','We sat down with Emma Wilson to discuss WRS\'s POS systems'),(22731,3923,'_yoast_wpseo_metadesc','WRS has become one of the leading suppliers of POS systems in Europe. We spoke with Emma Wilson, Business Development Manager from WRS'),(22732,3923,'_yoast_wpseo_linkdex','73'),(22733,3923,'_yoast_wpseo_content_score','30'),(22734,3923,'_yoast_wpseo_primary_category','10'),(22735,3926,'_edit_last','1'),(22736,3926,'_edit_lock','1550157830:1'),(22737,3927,'_wp_attached_file','2019/02/shutterstock_651381580.jpg'),(22738,3927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1927331324019983;s:5:\"bytes\";i:65646;s:11:\"size_before\";i:1565709;s:10:\"size_after\";i:1500063;s:4:\"time\";d:0.93000000000000038;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:301;s:11:\"size_before\";i:5291;s:10:\"size_after\";i:4990;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:466;s:11:\"size_before\";i:10888;s:10:\"size_after\";i:10422;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:1727;s:11:\"size_before\";i:57759;s:10:\"size_after\";i:56032;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3505;s:10:\"size_after\";i:3277;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:1540;s:11:\"size_before\";i:51424;s:10:\"size_after\";i:49884;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:852;s:11:\"size_before\";i:27876;s:10:\"size_after\";i:27024;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27024;s:10:\"size_after\";i:27024;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:510;s:11:\"size_before\";i:11687;s:10:\"size_after\";i:11177;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11177;s:10:\"size_after\";i:11177;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:328;s:11:\"size_before\";i:5628;s:10:\"size_after\";i:5300;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:396;s:11:\"size_before\";i:7053;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:553;s:11:\"size_before\";i:12672;s:10:\"size_after\";i:12119;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:548;s:11:\"size_before\";i:10565;s:10:\"size_after\";i:10017;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:847;s:11:\"size_before\";i:24454;s:10:\"size_after\";i:23607;s:4:\"time\";d:0.070000000000000007;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:429;s:11:\"size_before\";i:9664;s:10:\"size_after\";i:9235;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:978;s:11:\"size_before\";i:29478;s:10:\"size_after\";i:28500;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:654;s:11:\"size_before\";i:16936;s:10:\"size_after\";i:16282;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:422;s:11:\"size_before\";i:9196;s:10:\"size_after\";i:8774;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:498;s:11:\"size_before\";i:11724;s:10:\"size_after\";i:11226;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:264;s:11:\"size_before\";i:4388;s:10:\"size_after\";i:4124;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27024;s:10:\"size_after\";i:27024;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6657;s:10:\"size_after\";i:6657;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:991;s:11:\"size_before\";i:17411;s:10:\"size_after\";i:16420;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:1786;s:11:\"size_before\";i:36841;s:10:\"size_after\";i:35055;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:12057;s:11:\"size_before\";i:249693;s:10:\"size_after\";i:237636;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:680;s:11:\"size_before\";i:10937;s:10:\"size_after\";i:10257;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:9977;s:11:\"size_before\";i:219264;s:10:\"size_after\";i:209287;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:4124;s:11:\"size_before\";i:105945;s:10:\"size_after\";i:101821;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:40481;s:10:\"size_after\";i:38569;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:18577;s:10:\"size_after\";i:17540;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:23145;s:10:\"size_after\";i:21905;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:1893;s:11:\"size_before\";i:43159;s:10:\"size_after\";i:41266;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:2053;s:11:\"size_before\";i:36974;s:10:\"size_after\";i:34921;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:3550;s:11:\"size_before\";i:90114;s:10:\"size_after\";i:86564;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:32910;s:10:\"size_after\";i:31330;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:4545;s:11:\"size_before\";i:111828;s:10:\"size_after\";i:107283;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:2412;s:11:\"size_before\";i:60467;s:10:\"size_after\";i:58055;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:31423;s:10:\"size_after\";i:29857;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:40509;s:10:\"size_after\";i:38710;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:903;s:11:\"size_before\";i:13961;s:10:\"size_after\";i:13058;s:4:\"time\";d:0.01;}}}'),(22739,3927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2667;s:4:\"file\";s:34:\"2019/02/shutterstock_651381580.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_651381580-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_651381580-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_651381580-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_651381580-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_651381580-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_651381580-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_651381580-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_651381580-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_651381580-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_651381580-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22740,3927,'_wp_attachment_image_alt','Beaumont TM Ltd about what sets their barware range apart from their competition'),(22741,3928,'_wp_attached_file','2019/02/CASUAL-BANNER-2019-728x142.jpg'),(22742,3928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0962734265916207;s:5:\"bytes\";i:16365;s:11:\"size_before\";i:230614;s:10:\"size_after\";i:214249;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.19;s:5:\"bytes\";i:592;s:11:\"size_before\";i:5289;s:10:\"size_after\";i:4697;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:418;s:11:\"size_before\";i:6012;s:10:\"size_after\";i:5594;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.949999999999999;s:5:\"bytes\";i:358;s:11:\"size_before\";i:3270;s:10:\"size_after\";i:2912;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:1936;s:11:\"size_before\";i:23221;s:10:\"size_after\";i:21285;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21285;s:10:\"size_after\";i:21285;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0899999999999999;s:5:\"bytes\";i:858;s:11:\"size_before\";i:9437;s:10:\"size_after\";i:8579;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8579;s:10:\"size_after\";i:8579;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.76;s:5:\"bytes\";i:592;s:11:\"size_before\";i:5032;s:10:\"size_after\";i:4440;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.039999999999999;s:5:\"bytes\";i:663;s:11:\"size_before\";i:6006;s:10:\"size_after\";i:5343;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6400000000000006;s:5:\"bytes\";i:906;s:11:\"size_before\";i:9394;s:10:\"size_after\";i:8488;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:12;s:5:\"bytes\";i:851;s:11:\"size_before\";i:7091;s:10:\"size_after\";i:6240;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7400000000000002;s:5:\"bytes\";i:1455;s:11:\"size_before\";i:16640;s:10:\"size_after\";i:15185;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.609999999999999;s:5:\"bytes\";i:813;s:11:\"size_before\";i:7660;s:10:\"size_after\";i:6847;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:1744;s:11:\"size_before\";i:19585;s:10:\"size_after\";i:17841;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:13735;s:10:\"size_after\";i:12596;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.75;s:5:\"bytes\";i:847;s:11:\"size_before\";i:7207;s:10:\"size_after\";i:6360;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:851;s:11:\"size_before\";i:9062;s:10:\"size_after\";i:8211;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8100000000000005;s:5:\"bytes\";i:358;s:11:\"size_before\";i:3648;s:10:\"size_after\";i:3290;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21285;s:10:\"size_after\";i:21285;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5343;s:10:\"size_after\";i:5343;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0899999999999999;s:5:\"bytes\";i:1984;s:11:\"size_before\";i:21833;s:10:\"size_after\";i:19849;s:4:\"time\";d:0.01;}}}'),(22743,3928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:142;s:4:\"file\";s:38:\"2019/02/CASUAL-BANNER-2019-728x142.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"CASUAL-BANNER-2019-728x142-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"CASUAL-BANNER-2019-728x142-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-218x142.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-265x142.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-356x142.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-356x142.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-485x142.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-533x142.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-534x142.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-696x136.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-696x142.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CASUAL-BANNER-2019-728x142-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"CASUAL-BANNER-2019-728x142-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-351x142.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-351x142.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-343x142.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-233x142.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-536x142.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-269x142.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-600x142.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-474x142.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-235x142.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-326x142.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"CASUAL-BANNER-2019-728x142-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"CASUAL-BANNER-2019-728x142-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22744,3928,'_edit_lock','1550135812:1'),(22745,3930,'_wp_attached_file','2019/02/Beat-Peach-Audio-Productions.jpg'),(22746,3930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9604421020007239;s:5:\"bytes\";i:119077;s:11:\"size_before\";i:2400532;s:10:\"size_after\";i:2281455;s:4:\"time\";d:1.2000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:596;s:11:\"size_before\";i:7903;s:10:\"size_after\";i:7307;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:926;s:11:\"size_before\";i:15828;s:10:\"size_after\";i:14902;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1499999999999999;s:5:\"bytes\";i:1905;s:11:\"size_before\";i:88491;s:10:\"size_after\";i:86586;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:403;s:11:\"size_before\";i:4770;s:10:\"size_after\";i:4367;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1641;s:11:\"size_before\";i:74101;s:10:\"size_after\";i:72460;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:1421;s:11:\"size_before\";i:39745;s:10:\"size_after\";i:38324;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38324;s:10:\"size_after\";i:38324;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:930;s:11:\"size_before\";i:16392;s:10:\"size_after\";i:15462;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15462;s:10:\"size_after\";i:15462;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:601;s:11:\"size_before\";i:8159;s:10:\"size_after\";i:7558;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:666;s:11:\"size_before\";i:9791;s:10:\"size_after\";i:9125;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:976;s:11:\"size_before\";i:18059;s:10:\"size_after\";i:17083;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:805;s:11:\"size_before\";i:15553;s:10:\"size_after\";i:14748;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:37070;s:10:\"size_after\";i:35602;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:894;s:11:\"size_before\";i:14158;s:10:\"size_after\";i:13264;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:1619;s:11:\"size_before\";i:45291;s:10:\"size_after\";i:43672;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:23980;s:10:\"size_after\";i:22869;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:857;s:11:\"size_before\";i:13860;s:10:\"size_after\";i:13003;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:877;s:11:\"size_before\";i:16749;s:10:\"size_after\";i:15872;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:420;s:11:\"size_before\";i:5736;s:10:\"size_after\";i:5316;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38324;s:10:\"size_after\";i:38324;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9125;s:10:\"size_after\";i:9125;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:2128;s:11:\"size_before\";i:26747;s:10:\"size_after\";i:24619;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:3379;s:11:\"size_before\";i:56156;s:10:\"size_after\";i:52777;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:22545;s:11:\"size_before\";i:414157;s:10:\"size_after\";i:391612;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:16242;s:10:\"size_after\";i:14781;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:20000;s:11:\"size_before\";i:351520;s:10:\"size_after\";i:331520;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:7042;s:11:\"size_before\";i:157505;s:10:\"size_after\";i:150463;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3369;s:11:\"size_before\";i:58979;s:10:\"size_after\";i:55610;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:2225;s:11:\"size_before\";i:28092;s:10:\"size_after\";i:25867;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:2422;s:11:\"size_before\";i:34006;s:10:\"size_after\";i:31584;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:3666;s:11:\"size_before\";i:64542;s:10:\"size_after\";i:60876;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:54041;s:10:\"size_after\";i:51068;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:6242;s:11:\"size_before\";i:139656;s:10:\"size_after\";i:133414;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:3179;s:11:\"size_before\";i:49948;s:10:\"size_after\";i:46769;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:7756;s:11:\"size_before\";i:175940;s:10:\"size_after\";i:168184;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:4323;s:11:\"size_before\";i:88316;s:10:\"size_after\";i:83993;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:3122;s:11:\"size_before\";i:48132;s:10:\"size_after\";i:45010;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:3593;s:11:\"size_before\";i:60606;s:10:\"size_after\";i:57013;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:19076;s:10:\"size_after\";i:17540;s:4:\"time\";d:0.01;}}}'),(22747,3930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:40:\"2019/02/Beat-Peach-Audio-Productions.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Beat-Peach-Audio-Productions-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Beat-Peach-Audio-Productions-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-696x466.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Beat-Peach-Audio-Productions-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Beat-Peach-Audio-Productions-1068x715.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-627x420.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"Beat-Peach-Audio-Productions-1920x1285.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Beat-Peach-Audio-Productions-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Beat-Peach-Audio-Productions-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"Beat-Peach-Audio-Productions-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Beat-Peach-Audio-Productions-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Beat-Peach-Audio-Productions-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371119287\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22748,3930,'_wp_attachment_image_alt','We recently caught up with Nick DeBorde Beaumont\'s barware range'),(22749,3931,'_wp_attached_file','2019/02/image003.jpg'),(22750,3931,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3247982317744036;s:5:\"bytes\";i:86535;s:11:\"size_before\";i:1625132;s:10:\"size_after\";i:1538597;s:4:\"time\";d:0.6100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:22599;s:10:\"size_after\";i:21049;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:48704;s:10:\"size_after\";i:46100;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:21972;s:11:\"size_before\";i:374840;s:10:\"size_after\";i:352868;s:4:\"time\";d:0.13;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:14125;s:10:\"size_after\";i:12974;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:18843;s:11:\"size_before\";i:312850;s:10:\"size_after\";i:294007;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:5661;s:11:\"size_before\";i:136950;s:10:\"size_after\";i:131289;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:2669;s:11:\"size_before\";i:51947;s:10:\"size_after\";i:49278;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:24163;s:10:\"size_after\";i:22453;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1881;s:11:\"size_before\";i:29647;s:10:\"size_after\";i:27766;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:56273;s:10:\"size_after\";i:53450;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1964;s:11:\"size_before\";i:44917;s:10:\"size_after\";i:42953;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:4913;s:11:\"size_before\";i:121751;s:10:\"size_after\";i:116838;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:2447;s:11:\"size_before\";i:43065;s:10:\"size_after\";i:40618;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:6619;s:11:\"size_before\";i:154934;s:10:\"size_after\";i:148315;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:3343;s:11:\"size_before\";i:76880;s:10:\"size_after\";i:73537;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:41636;s:10:\"size_after\";i:39291;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:2717;s:11:\"size_before\";i:52740;s:10:\"size_after\";i:50023;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:1323;s:11:\"size_before\";i:17111;s:10:\"size_after\";i:15788;s:4:\"time\";d:0.01;}}}'),(22751,3931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:20:\"2019/02/image003.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image003-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image003-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image003-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image003-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image003-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image003-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image003-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image003-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image003-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image003-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image003-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image003-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image003-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image003-696x466.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image003-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image003-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image003-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image003-1068x715.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image003-627x420.jpg\";s:5:\"width\";i:627;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"image003-1920x1285.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image003-150x150.jpg\";s:5:\"width\";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:\"image003-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image003-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image003-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"image003-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"image003-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"image003-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"image003-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"image003-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"image003-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"image003-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"image003-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"image003-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"image003-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"image003-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"image003-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"image003-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"image003-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"image003-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"image003-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"image003-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"image003-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371081600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22752,3931,'_wp_attachment_image_alt','We recently caught up with Nick DeBorde Beaumont\'s barware range'),(22753,3926,'_thumbnail_id','3927'),(22754,3926,'_adinserter_block_exceptions',''),(22755,3926,'slide_template','default'),(22756,3926,'_bunyad_featured_post','0'),(22757,3926,'_bunyad_cat_label','0'),(22758,3926,'_bunyad_featured_disable','0'),(22759,3926,'_bunyad_bg_image_bg_type','cover'),(22760,3926,'_bunyad_reviews','0'),(22761,3926,'_bunyad_review_pos','none'),(22762,3926,'_bunyad_review_type','points'),(22763,3926,'_bunyad_review_verdict','Awesome'),(22764,3926,'_yoast_wpseo_focuskw','Barware'),(22765,3926,'_yoast_wpseo_title','We caught up with Nick DeBorde about Beaumont\'s barware range'),(22766,3926,'_yoast_wpseo_metadesc','We recently caught up with Nick DeBorde, Sales Director of Beaumont TM Ltd about what sets their barware range apart from their competition'),(22767,3926,'_yoast_wpseo_linkdex','91'),(22768,3926,'_yoast_wpseo_content_score','60'),(22769,3926,'_yoast_wpseo_primary_category','31'),(22770,3926,'xyz_fbap','1'),(22774,3926,'_wpas_done_all','1'),(22775,3933,'_wp_attached_file','2019/02/shutterstock_436281403.jpg'),(22776,3933,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9652794949744723;s:5:\"bytes\";i:61158;s:11:\"size_before\";i:2062470;s:10:\"size_after\";i:2001312;s:4:\"time\";d:1.3800000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:236;s:11:\"size_before\";i:5169;s:10:\"size_after\";i:4933;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:436;s:11:\"size_before\";i:11127;s:10:\"size_after\";i:10691;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:2821;s:11:\"size_before\";i:78948;s:10:\"size_after\";i:76127;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:201;s:11:\"size_before\";i:3152;s:10:\"size_after\";i:2951;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1400000000000001;s:5:\"bytes\";i:2255;s:11:\"size_before\";i:71907;s:10:\"size_after\";i:69652;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:35135;s:10:\"size_after\";i:34016;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34016;s:10:\"size_after\";i:34016;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:476;s:11:\"size_before\";i:12682;s:10:\"size_after\";i:12206;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12206;s:10:\"size_after\";i:12206;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:236;s:11:\"size_before\";i:5325;s:10:\"size_after\";i:5089;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:327;s:11:\"size_before\";i:6697;s:10:\"size_after\";i:6370;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:461;s:11:\"size_before\";i:13156;s:10:\"size_after\";i:12695;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:365;s:11:\"size_before\";i:11128;s:10:\"size_after\";i:10763;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:902;s:11:\"size_before\";i:28143;s:10:\"size_after\";i:27241;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:377;s:11:\"size_before\";i:9665;s:10:\"size_after\";i:9288;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:34817;s:10:\"size_after\";i:33713;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:665;s:11:\"size_before\";i:19560;s:10:\"size_after\";i:18895;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:342;s:11:\"size_before\";i:9198;s:10:\"size_after\";i:8856;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:454;s:11:\"size_before\";i:12191;s:10:\"size_after\";i:11737;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:267;s:11:\"size_before\";i:4366;s:10:\"size_after\";i:4099;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34016;s:10:\"size_after\";i:34016;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6370;s:10:\"size_after\";i:6370;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:751;s:11:\"size_before\";i:19103;s:10:\"size_after\";i:18352;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:45252;s:10:\"size_after\";i:43532;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:9935;s:11:\"size_before\";i:355486;s:10:\"size_after\";i:345551;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:563;s:11:\"size_before\";i:10869;s:10:\"size_after\";i:10306;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:9206;s:11:\"size_before\";i:319936;s:10:\"size_after\";i:310730;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:4475;s:11:\"size_before\";i:154711;s:10:\"size_after\";i:150236;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:52539;s:10:\"size_after\";i:50559;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:799;s:11:\"size_before\";i:19941;s:10:\"size_after\";i:19142;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:26158;s:10:\"size_after\";i:25025;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:54896;s:10:\"size_after\";i:53022;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:45088;s:10:\"size_after\";i:43943;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:3122;s:11:\"size_before\";i:123094;s:10:\"size_after\";i:119972;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:39159;s:10:\"size_after\";i:37829;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3700000000000001;s:5:\"bytes\";i:3573;s:11:\"size_before\";i:151076;s:10:\"size_after\";i:147503;s:4:\"time\";d:0.34000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:2773;s:11:\"size_before\";i:83713;s:10:\"size_after\";i:80940;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:36453;s:10:\"size_after\";i:35302;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:1684;s:11:\"size_before\";i:50648;s:10:\"size_after\";i:48964;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:900;s:11:\"size_before\";i:15374;s:10:\"size_after\";i:14474;s:4:\"time\";d:0.01;}}}'),(22777,3933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:34:\"2019/02/shutterstock_436281403.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_436281403-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_436281403-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_436281403-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_436281403-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_436281403-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_436281403-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_436281403-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_436281403-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_436281403-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_436281403-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22778,3933,'_wp_attachment_image_alt','WRS has become one of the leading suppliers of POS systems in Europe'),(22779,3923,'_thumbnail_id','5048'),(22780,3923,'xyz_fbap','1'),(22784,3923,'_wpas_done_all','1'),(22785,3935,'_edit_last','1'),(22786,3935,'_edit_lock','1550158896:1'),(22787,3936,'_wp_attached_file','2019/02/laptop-593673_1280.jpg'),(22788,3936,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6531807276401276;s:5:\"bytes\";i:74379;s:11:\"size_before\";i:1598455;s:10:\"size_after\";i:1524076;s:4:\"time\";d:0.69000000000000039;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:347;s:11:\"size_before\";i:7343;s:10:\"size_after\";i:6996;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:702;s:11:\"size_before\";i:15892;s:10:\"size_after\";i:15190;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:4398;s:11:\"size_before\";i:117902;s:10:\"size_after\";i:113504;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:254;s:11:\"size_before\";i:4178;s:10:\"size_after\";i:3924;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:3674;s:11:\"size_before\";i:101446;s:10:\"size_after\";i:97772;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:1987;s:11:\"size_before\";i:50391;s:10:\"size_after\";i:48404;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48404;s:10:\"size_after\";i:48404;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:765;s:11:\"size_before\";i:17615;s:10:\"size_after\";i:16850;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16850;s:10:\"size_after\";i:16850;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:359;s:11:\"size_before\";i:7389;s:10:\"size_after\";i:7030;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:453;s:11:\"size_before\";i:9068;s:10:\"size_after\";i:8615;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:904;s:11:\"size_before\";i:19405;s:10:\"size_after\";i:18501;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:18036;s:10:\"size_after\";i:16989;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:2065;s:11:\"size_before\";i:44983;s:10:\"size_after\";i:42918;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:673;s:11:\"size_before\";i:14523;s:10:\"size_after\";i:13850;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:2493;s:11:\"size_before\";i:55942;s:10:\"size_after\";i:53449;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:28012;s:10:\"size_after\";i:26797;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:802;s:11:\"size_before\";i:14275;s:10:\"size_after\";i:13473;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:818;s:11:\"size_before\";i:17723;s:10:\"size_after\";i:16905;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:292;s:11:\"size_before\";i:5268;s:10:\"size_after\";i:4976;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48404;s:10:\"size_after\";i:48404;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8615;s:10:\"size_after\";i:8615;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:1928;s:11:\"size_before\";i:29791;s:10:\"size_after\";i:27863;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:3569;s:11:\"size_before\";i:66779;s:10:\"size_after\";i:63210;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:16293;s:10:\"size_after\";i:15184;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:3882;s:11:\"size_before\";i:74266;s:10:\"size_after\";i:70384;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:2034;s:11:\"size_before\";i:30714;s:10:\"size_after\";i:28680;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:2155;s:11:\"size_before\";i:38260;s:10:\"size_after\";i:36105;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:4447;s:11:\"size_before\";i:81378;s:10:\"size_after\";i:76931;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:4856;s:11:\"size_before\";i:70175;s:10:\"size_after\";i:65319;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:8679;s:11:\"size_before\";i:185064;s:10:\"size_after\";i:176385;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:3302;s:11:\"size_before\";i:60298;s:10:\"size_after\";i:56996;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:6161;s:11:\"size_before\";i:119083;s:10:\"size_after\";i:112922;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:3586;s:11:\"size_before\";i:58213;s:10:\"size_after\";i:54627;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:4074;s:11:\"size_before\";i:75797;s:10:\"size_after\";i:71723;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:20680;s:10:\"size_after\";i:19331;s:4:\"time\";d:0.029999999999999999;}}}'),(22789,3936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:826;s:4:\"file\";s:30:\"2019/02/laptop-593673_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-768x496.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"laptop-593673_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"laptop-593673_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-696x449.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"laptop-593673_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"laptop-593673_1280-1068x689.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-651x420.jpg\";s:5:\"width\";i:651;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"laptop-593673_1280-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"laptop-593673_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"laptop-593673_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"laptop-593673_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"laptop-593673_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22790,3936,'_wp_attachment_image_alt',''),(22791,3937,'_wp_attached_file','2019/02/media-998990_1280.jpg'),(22792,3937,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.834929723798183;s:5:\"bytes\";i:93679;s:11:\"size_before\";i:1370592;s:10:\"size_after\";i:1276913;s:4:\"time\";d:0.76000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:564;s:11:\"size_before\";i:7813;s:10:\"size_after\";i:7249;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:855;s:11:\"size_before\";i:15007;s:10:\"size_after\";i:14152;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:86674;s:10:\"size_after\";i:81152;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:419;s:11:\"size_before\";i:4907;s:10:\"size_after\";i:4488;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:4378;s:11:\"size_before\";i:65255;s:10:\"size_after\";i:60877;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:1821;s:11:\"size_before\";i:32496;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30675;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:814;s:11:\"size_before\";i:14021;s:10:\"size_after\";i:13207;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13207;s:10:\"size_after\";i:13207;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:584;s:11:\"size_before\";i:7877;s:10:\"size_after\";i:7293;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:625;s:11:\"size_before\";i:9199;s:10:\"size_after\";i:8574;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:939;s:11:\"size_before\";i:15794;s:10:\"size_after\";i:14855;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:817;s:11:\"size_before\";i:14125;s:10:\"size_after\";i:13308;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:31587;s:10:\"size_after\";i:29850;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:768;s:11:\"size_before\";i:12756;s:10:\"size_after\";i:11988;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:38849;s:10:\"size_after\";i:36725;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1066;s:11:\"size_before\";i:19615;s:10:\"size_after\";i:18549;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:773;s:11:\"size_before\";i:12702;s:10:\"size_after\";i:11929;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:868;s:11:\"size_before\";i:14742;s:10:\"size_after\";i:13874;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:423;s:11:\"size_before\";i:5531;s:10:\"size_after\";i:5108;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30675;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8574;s:10:\"size_after\";i:8574;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:2126;s:11:\"size_before\";i:24574;s:10:\"size_after\";i:22448;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:4357;s:11:\"size_before\";i:54164;s:10:\"size_after\";i:49807;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:15275;s:10:\"size_after\";i:13872;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:4229;s:11:\"size_before\";i:52444;s:10:\"size_after\";i:48215;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7699999999999996;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:25388;s:10:\"size_after\";i:23162;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:2619;s:11:\"size_before\";i:30233;s:10:\"size_after\";i:27614;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0199999999999996;s:5:\"bytes\";i:4707;s:11:\"size_before\";i:58711;s:10:\"size_after\";i:54004;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:54007;s:10:\"size_after\";i:49760;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:10453;s:11:\"size_before\";i:140415;s:10:\"size_after\";i:129962;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:3730;s:11:\"size_before\";i:45124;s:10:\"size_after\";i:41394;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:12456;s:11:\"size_before\";i:179994;s:10:\"size_after\";i:167538;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:6401;s:11:\"size_before\";i:81976;s:10:\"size_after\";i:75575;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:3672;s:11:\"size_before\";i:44513;s:10:\"size_after\";i:40841;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:4443;s:11:\"size_before\";i:54688;s:10:\"size_after\";i:50245;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:17005;s:10:\"size_after\";i:15492;s:4:\"time\";d:0.01;}}}'),(22793,3937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:928;s:4:\"file\";s:29:\"2019/02/media-998990_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"media-998990_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"media-998990_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-696x505.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1068x774.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-579x420.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-150x150.jpg\";s:5:\"width\";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:\"media-998990_1280-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1024x742.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"media-998990_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"media-998990_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"media-998990_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"media-998990_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22794,3937,'_wp_attachment_image_alt',''),(22795,3935,'_thumbnail_id','3936'),(22796,3935,'_adinserter_block_exceptions',''),(22797,3935,'slide_template','default'),(22798,3935,'_bunyad_featured_post','0'),(22799,3935,'_bunyad_cat_label','0'),(22800,3935,'_bunyad_featured_disable','0'),(22801,3935,'_bunyad_bg_image_bg_type','cover'),(22802,3935,'_bunyad_reviews','0'),(22803,3935,'_bunyad_review_pos','none'),(22804,3935,'_bunyad_review_type','points'),(22805,3935,'_bunyad_review_verdict','Awesome'),(22806,3935,'_yoast_wpseo_focuskw','fat media'),(22807,3935,'_yoast_wpseo_title','Fat Media gave us their tips on how to instantly impress'),(22808,3935,'_yoast_wpseo_metadesc','Fat Media - Your website is very likely to be the first contact a potential customer has with your brand, and so it’s vital to make a great first impression'),(22809,3935,'_yoast_wpseo_linkdex','91'),(22810,3935,'_yoast_wpseo_content_score','90'),(22811,3935,'_yoast_wpseo_primary_category','8'),(22812,3935,'xyz_fbap','1'),(22816,3935,'_wpas_done_all','1'),(22819,3935,'_wpas_skip_20130109','1'),(22820,3939,'_edit_last','1'),(22821,3939,'_edit_lock','1550159855:1'),(22822,3940,'_wp_attached_file','2019/02/GIGA-X8-3.jpg'),(22823,3940,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.5839433438799908;s:5:\"bytes\";i:84085;s:11:\"size_before\";i:1108724;s:10:\"size_after\";i:1024639;s:4:\"time\";d:0.8200000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:350;s:11:\"size_before\";i:4298;s:10:\"size_after\";i:3948;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:668;s:11:\"size_before\";i:8296;s:10:\"size_after\";i:7628;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.75;s:5:\"bytes\";i:5718;s:11:\"size_before\";i:48675;s:10:\"size_after\";i:42957;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000008;s:5:\"bytes\";i:247;s:11:\"size_before\";i:2782;s:10:\"size_after\";i:2535;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:3522;s:11:\"size_before\";i:41203;s:10:\"size_after\";i:37681;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:1652;s:11:\"size_before\";i:21635;s:10:\"size_after\";i:19983;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19983;s:10:\"size_after\";i:19983;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:653;s:11:\"size_before\";i:8905;s:10:\"size_after\";i:8252;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8252;s:10:\"size_after\";i:8252;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:359;s:11:\"size_before\";i:4698;s:10:\"size_after\";i:4339;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:419;s:11:\"size_before\";i:5613;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:750;s:11:\"size_before\";i:10269;s:10:\"size_after\";i:9519;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996;s:5:\"bytes\";i:685;s:11:\"size_before\";i:8200;s:10:\"size_after\";i:7515;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:22557;s:10:\"size_after\";i:21012;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:605;s:11:\"size_before\";i:8202;s:10:\"size_after\";i:7597;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:1872;s:11:\"size_before\";i:28159;s:10:\"size_after\";i:26287;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:924;s:11:\"size_before\";i:12488;s:10:\"size_after\";i:11564;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:525;s:11:\"size_before\";i:7578;s:10:\"size_after\";i:7053;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:718;s:11:\"size_before\";i:9705;s:10:\"size_after\";i:8987;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:232;s:11:\"size_before\";i:3165;s:10:\"size_after\";i:2933;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19983;s:10:\"size_after\";i:19983;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5194;s:10:\"size_after\";i:5194;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:14829;s:10:\"size_after\";i:13756;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:2249;s:11:\"size_before\";i:29283;s:10:\"size_after\";i:27034;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.85;s:5:\"bytes\";i:20877;s:11:\"size_before\";i:192476;s:10:\"size_after\";i:171599;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:660;s:11:\"size_before\";i:8603;s:10:\"size_after\";i:7943;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:6166;s:11:\"size_before\";i:81764;s:10:\"size_after\";i:75598;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:2181;s:11:\"size_before\";i:31375;s:10:\"size_after\";i:29194;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1188;s:11:\"size_before\";i:16148;s:10:\"size_after\";i:14960;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:19318;s:10:\"size_after\";i:18111;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:2533;s:11:\"size_before\";i:36760;s:10:\"size_after\";i:34227;s:4:\"time\";d:0.01;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:2311;s:11:\"size_before\";i:30129;s:10:\"size_after\";i:27818;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:5552;s:11:\"size_before\";i:83697;s:10:\"size_after\";i:78145;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:29426;s:10:\"size_after\";i:27315;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:6544;s:11:\"size_before\";i:106665;s:10:\"size_after\";i:100121;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:2987;s:11:\"size_before\";i:46388;s:10:\"size_after\";i:43401;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:1869;s:11:\"size_before\";i:27263;s:10:\"size_after\";i:25394;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:2351;s:11:\"size_before\";i:34956;s:10:\"size_after\";i:32605;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:782;s:11:\"size_before\";i:9804;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.01;}}}'),(22824,3940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1863;s:6:\"height\";i:2480;s:4:\"file\";s:21:\"2019/02/GIGA-X8-3.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"GIGA-X8-3-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"GIGA-X8-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"GIGA-X8-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-696x927.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"GIGA-X8-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"GIGA-X8-3-1068x1422.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-316x420.jpg\";s:5:\"width\";i:316;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-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:21:\"GIGA-X8-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"GIGA-X8-3-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"GIGA-X8-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"GIGA-X8-3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"GIGA-X8-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"GIGA-X8-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"Credo 80\";s:7:\"caption\";s:28:\"GIGA_X8_psf_Cr_2Lungo_de.tif\";s:17:\"created_timestamp\";s:10:\"1516298025\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"300\";s:3:\"iso\";s:2:\"35\";s:13:\"shutter_speed\";s:18:\"0.0080000237565665\";s:5:\"title\";s:28:\"GIGA_X8_psf_Cr_2Lungo_de.tif\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22825,3940,'_wp_attachment_image_alt','The new pro range of new bean-to-cup coffee machines by Jura'),(22826,3939,'_thumbnail_id','3940'),(22827,3939,'_adinserter_block_exceptions',''),(22828,3939,'slide_template','default'),(22829,3939,'_bunyad_featured_post','0'),(22830,3939,'_bunyad_cat_label','0'),(22831,3939,'_bunyad_featured_disable','0'),(22832,3939,'_bunyad_bg_image_bg_type','cover'),(22833,3939,'_bunyad_reviews','0'),(22834,3939,'_bunyad_review_pos','none'),(22835,3939,'_bunyad_review_type','points'),(22836,3939,'_bunyad_review_verdict','Awesome'),(22837,3939,'_yoast_wpseo_focuskw','coffee machines'),(22838,3939,'_yoast_wpseo_title','The new pro range of new bean-to-cup coffee machines by Jura'),(22839,3939,'_yoast_wpseo_metadesc','JURA has revolutionised the way coffee should be enjoyed with the addition of two new bean-to-cup coffee machines to its professional range'),(22840,3939,'_yoast_wpseo_linkdex','89'),(22841,3939,'_yoast_wpseo_content_score','30'),(22842,3939,'_yoast_wpseo_primary_category','2'),(22843,3942,'_wp_attached_file','2019/02/coffee-171653_1280-1.jpg'),(22844,3942,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6635036995629395;s:5:\"bytes\";i:96046;s:11:\"size_before\";i:1695876;s:10:\"size_after\";i:1599830;s:4:\"time\";d:0.85000000000000053;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6400;s:10:\"size_after\";i:5986;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:743;s:11:\"size_before\";i:13335;s:10:\"size_after\";i:12592;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:7086;s:11:\"size_before\";i:136824;s:10:\"size_after\";i:129738;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:177;s:11:\"size_before\";i:3513;s:10:\"size_after\";i:3336;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:5848;s:11:\"size_before\";i:114248;s:10:\"size_after\";i:108400;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:3124;s:11:\"size_before\";i:50751;s:10:\"size_after\";i:47627;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47627;s:10:\"size_after\";i:47627;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:924;s:11:\"size_before\";i:15155;s:10:\"size_after\";i:14231;s:4:\"time\";d:0.040000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14231;s:10:\"size_after\";i:14231;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6300;s:10:\"size_after\";i:5943;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:385;s:11:\"size_before\";i:7256;s:10:\"size_after\";i:6871;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:962;s:11:\"size_before\";i:15842;s:10:\"size_after\";i:14880;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:16886;s:10:\"size_after\";i:15702;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:41959;s:10:\"size_after\";i:39081;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:683;s:11:\"size_before\";i:11598;s:10:\"size_after\";i:10915;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:3683;s:11:\"size_before\";i:57002;s:10:\"size_after\";i:53319;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:1635;s:11:\"size_before\";i:25123;s:10:\"size_after\";i:23488;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:730;s:11:\"size_before\";i:12270;s:10:\"size_after\";i:11540;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:862;s:11:\"size_before\";i:14666;s:10:\"size_after\";i:13804;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:221;s:11:\"size_before\";i:4356;s:10:\"size_after\";i:4135;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47627;s:10:\"size_after\";i:47627;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6871;s:10:\"size_after\";i:6871;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:2122;s:11:\"size_before\";i:29560;s:10:\"size_after\";i:27438;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:4585;s:11:\"size_before\";i:71106;s:10:\"size_after\";i:66521;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:14518;s:10:\"size_after\";i:13500;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:5288;s:11:\"size_before\";i:80592;s:10:\"size_after\";i:75304;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:29258;s:10:\"size_after\";i:27217;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:35630;s:10:\"size_after\";i:33179;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:5628;s:11:\"size_before\";i:87900;s:10:\"size_after\";i:82272;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:5587;s:11:\"size_before\";i:87685;s:10:\"size_after\";i:82098;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:12505;s:11:\"size_before\";i:229959;s:10:\"size_after\";i:217454;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:4084;s:11:\"size_before\";i:62026;s:10:\"size_after\";i:57942;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:8228;s:11:\"size_before\";i:135606;s:10:\"size_after\";i:127378;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:4248;s:11:\"size_before\";i:63636;s:10:\"size_after\";i:59388;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:5098;s:11:\"size_before\";i:80190;s:10:\"size_after\";i:75092;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:18370;s:10:\"size_after\";i:17103;s:4:\"time\";d:0.02;}}}'),(22845,3942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2019/02/coffee-171653_1280-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"coffee-171653_1280-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"coffee-171653_1280-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"coffee-171653_1280-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-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:32:\"coffee-171653_1280-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"coffee-171653_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"coffee-171653_1280-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"coffee-171653_1280-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"coffee-171653_1280-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22846,3943,'_wp_attached_file','2019/02/coffee-206142_1280.jpg'),(22847,3943,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7227476344834072;s:5:\"bytes\";i:115768;s:11:\"size_before\";i:1722034;s:10:\"size_after\";i:1606266;s:4:\"time\";d:0.86000000000000054;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:698;s:11:\"size_before\";i:9094;s:10:\"size_after\";i:8396;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:18055;s:10:\"size_after\";i:16882;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:5598;s:11:\"size_before\";i:115787;s:10:\"size_after\";i:110189;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:471;s:11:\"size_before\";i:5084;s:10:\"size_after\";i:4613;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:5521;s:11:\"size_before\";i:104301;s:10:\"size_after\";i:98780;s:4:\"time\";d:0.070000000000000007;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:3218;s:11:\"size_before\";i:53983;s:10:\"size_after\";i:50765;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50765;s:10:\"size_after\";i:50765;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:19854;s:10:\"size_after\";i:18490;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18490;s:10:\"size_after\";i:18490;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:737;s:11:\"size_before\";i:9085;s:10:\"size_after\";i:8348;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:794;s:11:\"size_before\";i:10822;s:10:\"size_after\";i:10028;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:21363;s:10:\"size_after\";i:19946;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:22325;s:10:\"size_after\";i:20742;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:2725;s:11:\"size_before\";i:47936;s:10:\"size_after\";i:45211;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:16294;s:10:\"size_after\";i:15138;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:3382;s:11:\"size_before\";i:60218;s:10:\"size_after\";i:56836;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1966;s:11:\"size_before\";i:30751;s:10:\"size_after\";i:28785;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:17073;s:10:\"size_after\";i:15813;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:19737;s:10:\"size_after\";i:18476;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:487;s:11:\"size_before\";i:6211;s:10:\"size_after\";i:5724;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50765;s:10:\"size_after\";i:50765;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10028;s:10:\"size_after\";i:10028;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3499999999999996;s:5:\"bytes\";i:3391;s:11:\"size_before\";i:36280;s:10:\"size_after\";i:32889;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:5743;s:11:\"size_before\";i:71287;s:10:\"size_after\";i:65544;s:4:\"time\";d:0.059999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4600000000000009;s:5:\"bytes\";i:1843;s:11:\"size_before\";i:19486;s:10:\"size_after\";i:17643;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:6438;s:11:\"size_before\";i:79694;s:10:\"size_after\";i:73256;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:3214;s:11:\"size_before\";i:35727;s:10:\"size_after\";i:32513;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:3626;s:11:\"size_before\";i:41969;s:10:\"size_after\";i:38343;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:6702;s:11:\"size_before\";i:84963;s:10:\"size_after\";i:78261;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:7621;s:11:\"size_before\";i:89475;s:10:\"size_after\";i:81854;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:13381;s:11:\"size_before\";i:187679;s:10:\"size_after\";i:174298;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:5201;s:11:\"size_before\";i:64638;s:10:\"size_after\";i:59437;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:9658;s:11:\"size_before\";i:122948;s:10:\"size_after\";i:113290;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5700000000000003;s:5:\"bytes\";i:5788;s:11:\"size_before\";i:67504;s:10:\"size_after\";i:61716;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:6200;s:11:\"size_before\";i:78908;s:10:\"size_after\";i:72708;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999;s:5:\"bytes\";i:2151;s:11:\"size_before\";i:23455;s:10:\"size_after\";i:21304;s:4:\"time\";d:0.02;}}}'),(22848,3943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:850;s:4:\"file\";s:30:\"2019/02/coffee-206142_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"coffee-206142_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"coffee-206142_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-696x462.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"coffee-206142_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"coffee-206142_1280-1068x709.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"coffee-206142_1280-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"coffee-206142_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"coffee-206142_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"coffee-206142_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"coffee-206142_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22849,3943,'_wp_attachment_image_alt','The new pro range of new bean-to-cup coffee machines by Jura'),(22850,3939,'xyz_fbap','1'),(22854,3939,'_wpas_done_all','1'),(22855,3945,'_edit_last','1'),(22856,3945,'_edit_lock','1550160134:1'),(22857,3946,'_wp_attached_file','2019/02/IMG_9965.jpg'),(22858,3946,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7195342728933793;s:5:\"bytes\";i:112411;s:11:\"size_before\";i:2381824;s:10:\"size_after\";i:2269413;s:4:\"time\";d:1.2600000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:332;s:11:\"size_before\";i:6477;s:10:\"size_after\";i:6145;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:451;s:11:\"size_before\";i:12717;s:10:\"size_after\";i:12266;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:1830;s:11:\"size_before\";i:87352;s:10:\"size_after\";i:85522;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:290;s:11:\"size_before\";i:3811;s:10:\"size_after\";i:3521;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:1954;s:11:\"size_before\";i:74142;s:10:\"size_after\";i:72188;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1136;s:11:\"size_before\";i:37647;s:10:\"size_after\";i:36511;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36511;s:10:\"size_after\";i:36511;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13917;s:10:\"size_after\";i:13365;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13365;s:10:\"size_after\";i:13365;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:344;s:11:\"size_before\";i:6605;s:10:\"size_after\";i:6261;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:337;s:11:\"size_before\";i:7593;s:10:\"size_after\";i:7256;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:503;s:11:\"size_before\";i:15141;s:10:\"size_after\";i:14638;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:527;s:11:\"size_before\";i:13711;s:10:\"size_after\";i:13184;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:34857;s:10:\"size_after\";i:33833;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:477;s:11:\"size_before\";i:11572;s:10:\"size_after\";i:11095;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:1316;s:11:\"size_before\";i:44209;s:10:\"size_after\";i:42893;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:717;s:11:\"size_before\";i:21348;s:10:\"size_after\";i:20631;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:496;s:11:\"size_before\";i:12218;s:10:\"size_after\";i:11722;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:524;s:11:\"size_before\";i:14097;s:10:\"size_after\";i:13573;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:270;s:11:\"size_before\";i:4469;s:10:\"size_after\";i:4199;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36511;s:10:\"size_after\";i:36511;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7256;s:10:\"size_after\";i:7256;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1455;s:11:\"size_before\";i:25009;s:10:\"size_after\";i:23554;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:2333;s:11:\"size_before\";i:51619;s:10:\"size_after\";i:49286;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:25318;s:11:\"size_before\";i:434429;s:10:\"size_after\";i:409111;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:953;s:11:\"size_before\";i:14179;s:10:\"size_after\";i:13226;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:23763;s:11:\"size_before\";i:363279;s:10:\"size_after\";i:339516;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:8043;s:11:\"size_before\";i:160778;s:10:\"size_after\";i:152735;s:4:\"time\";d:0.11;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:2556;s:11:\"size_before\";i:56033;s:10:\"size_after\";i:53477;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1498;s:11:\"size_before\";i:26035;s:10:\"size_after\";i:24537;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:1510;s:11:\"size_before\";i:29588;s:10:\"size_after\";i:28078;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:2556;s:11:\"size_before\";i:61024;s:10:\"size_after\";i:58468;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:2459;s:11:\"size_before\";i:53953;s:10:\"size_after\";i:51494;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:6074;s:11:\"size_before\";i:144805;s:10:\"size_after\";i:138731;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:46649;s:10:\"size_after\";i:44451;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:8735;s:11:\"size_before\";i:189762;s:10:\"size_after\";i:181027;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:3948;s:11:\"size_before\";i:87094;s:10:\"size_after\";i:83146;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2501;s:11:\"size_before\";i:48808;s:10:\"size_after\";i:46307;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:2500;s:11:\"size_before\";i:57031;s:10:\"size_after\";i:54531;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:931;s:11:\"size_before\";i:16223;s:10:\"size_after\";i:15292;s:4:\"time\";d:0.029999999999999999;}}}'),(22859,3946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3813;s:6:\"height\";i:2542;s:4:\"file\";s:20:\"2019/02/IMG_9965.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9965-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_9965-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_9965-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_9965-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_9965-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_9965-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_9965-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_9965-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_9965-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_9965-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_9965-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_9965-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_9965-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_9965-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_9965-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_9965-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_9965-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"IMG_9965-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_9965-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_9965-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9965-150x150.jpg\";s:5:\"width\";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:\"IMG_9965-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9965-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_9965-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_9965-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_9965-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_9965-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_9965-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_9965-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_9965-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_9965-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_9965-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_9965-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_9965-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_9965-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_9965-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_9965-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_9965-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_9965-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_9965-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_9965-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_9965-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524739305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22860,3946,'_wp_attachment_image_alt','Mad Squirrel Brewery talk about their success in the industry'),(22861,3947,'_wp_attached_file','2019/02/can-3095149_1280.jpg'),(22862,3947,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3189863249401013;s:5:\"bytes\";i:26195;s:11:\"size_before\";i:789247;s:10:\"size_after\";i:763052;s:4:\"time\";d:0.75000000000000044;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:156;s:11:\"size_before\";i:4170;s:10:\"size_after\";i:4014;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:280;s:11:\"size_before\";i:8462;s:10:\"size_after\";i:8182;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1891;s:11:\"size_before\";i:55359;s:10:\"size_after\";i:53468;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:133;s:11:\"size_before\";i:2580;s:10:\"size_after\";i:2447;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:48242;s:10:\"size_after\";i:46662;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1000000000000001;s:5:\"bytes\";i:744;s:11:\"size_before\";i:24014;s:10:\"size_after\";i:23270;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23270;s:10:\"size_after\";i:23270;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:303;s:11:\"size_before\";i:9113;s:10:\"size_after\";i:8810;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8810;s:10:\"size_after\";i:8810;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:166;s:11:\"size_before\";i:4304;s:10:\"size_after\";i:4138;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:232;s:11:\"size_before\";i:5184;s:10:\"size_after\";i:4952;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:342;s:11:\"size_before\";i:9899;s:10:\"size_after\";i:9557;s:4:\"time\";d:0.040000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002;s:5:\"bytes\";i:190;s:11:\"size_before\";i:8466;s:10:\"size_after\";i:8276;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7999999999999998;s:5:\"bytes\";i:592;s:11:\"size_before\";i:21151;s:10:\"size_after\";i:20559;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:259;s:11:\"size_before\";i:7528;s:10:\"size_after\";i:7269;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:749;s:11:\"size_before\";i:26170;s:10:\"size_after\";i:25421;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:407;s:11:\"size_before\";i:13721;s:10:\"size_after\";i:13314;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:197;s:11:\"size_before\";i:7354;s:10:\"size_after\";i:7157;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:308;s:11:\"size_before\";i:9083;s:10:\"size_after\";i:8775;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:138;s:11:\"size_before\";i:3204;s:10:\"size_after\";i:3066;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23270;s:10:\"size_after\";i:23270;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4952;s:10:\"size_after\";i:4952;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:573;s:11:\"size_before\";i:15082;s:10:\"size_after\";i:14509;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:33831;s:10:\"size_after\";i:32403;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:388;s:11:\"size_before\";i:8810;s:10:\"size_after\";i:8422;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:37097;s:10:\"size_after\";i:35613;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:642;s:11:\"size_before\";i:15945;s:10:\"size_after\";i:15303;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:835;s:11:\"size_before\";i:19591;s:10:\"size_after\";i:18756;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:39764;s:10:\"size_after\";i:38217;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:928;s:11:\"size_before\";i:32598;s:10:\"size_after\";i:31670;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:3231;s:11:\"size_before\";i:93147;s:10:\"size_after\";i:89916;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:29815;s:10:\"size_after\";i:28604;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:2279;s:11:\"size_before\";i:58429;s:10:\"size_after\";i:56150;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:28629;s:10:\"size_after\";i:27623;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1470;s:11:\"size_before\";i:37100;s:10:\"size_after\";i:35630;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:506;s:11:\"size_before\";i:11103;s:10:\"size_after\";i:10597;s:4:\"time\";d:0.01;}}}'),(22863,3947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2019/02/can-3095149_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"can-3095149_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"can-3095149_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"can-3095149_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"can-3095149_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-150x150.jpg\";s:5:\"width\";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:\"can-3095149_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"can-3095149_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"can-3095149_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"can-3095149_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"can-3095149_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"can-3095149_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22864,3947,'_wp_attachment_image_alt','Mad Squirrel Brewery talk about their success in the industry'),(22865,3945,'_thumbnail_id','3946'),(22866,3945,'_adinserter_block_exceptions',''),(22867,3945,'slide_template','default'),(22868,3945,'_bunyad_featured_post','0'),(22869,3945,'_bunyad_cat_label','0'),(22870,3945,'_bunyad_featured_disable','0'),(22871,3945,'_bunyad_bg_image_bg_type','cover'),(22872,3945,'_bunyad_reviews','0'),(22873,3945,'_bunyad_review_pos','none'),(22874,3945,'_bunyad_review_type','points'),(22875,3945,'_bunyad_review_verdict','Awesome'),(22876,3945,'_yoast_wpseo_focuskw','mad squirrel'),(22877,3945,'_yoast_wpseo_title','We speak with Mad Squirrel Brewery about their success in the industry'),(22878,3945,'_yoast_wpseo_metadesc','Mad Squirrel was started in 2010 by Greg Blesson and Jason Duncan-Anderson. Both had previously worked in the wine industry together'),(22879,3945,'_yoast_wpseo_linkdex','91'),(22880,3945,'_yoast_wpseo_content_score','30'),(22881,3945,'_yoast_wpseo_primary_category','2'),(22882,3945,'xyz_fbap','1'),(22886,3945,'_wpas_done_all','1'),(22904,3951,'_edit_last','1'),(22905,3951,'_edit_lock','1550160524:1'),(22906,3951,'_adinserter_block_exceptions',''),(22907,3951,'slide_template','default'),(22908,3951,'_bunyad_featured_post','0'),(22909,3951,'_bunyad_cat_label','0'),(22910,3951,'_bunyad_featured_disable','0'),(22911,3951,'_bunyad_bg_image_bg_type','cover'),(22912,3951,'_bunyad_reviews','0'),(22913,3951,'_bunyad_review_pos','none'),(22914,3951,'_bunyad_review_type','points'),(22915,3951,'_bunyad_review_verdict','Awesome'),(22916,3951,'_yoast_wpseo_content_score','30'),(22917,3951,'_yoast_wpseo_primary_category','2'),(22918,3953,'_wp_attached_file','2019/02/beer-218148_1280.jpg'),(22919,3953,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.603529459099664;s:5:\"bytes\";i:96097;s:11:\"size_before\";i:1714937;s:10:\"size_after\";i:1618840;s:4:\"time\";d:0.87000000000000033;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:508;s:11:\"size_before\";i:7755;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:17589;s:10:\"size_after\";i:16497;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:5532;s:11:\"size_before\";i:131458;s:10:\"size_after\";i:125926;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:354;s:11:\"size_before\";i:4299;s:10:\"size_after\";i:3945;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:4854;s:11:\"size_before\";i:104486;s:10:\"size_after\";i:99632;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:51192;s:10:\"size_after\";i:48484;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48484;s:10:\"size_after\";i:48484;s:4:\"time\";d:0.059999999999999998;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:18293;s:10:\"size_after\";i:17174;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17174;s:10:\"size_after\";i:17174;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:546;s:11:\"size_before\";i:7953;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:679;s:11:\"size_before\";i:10032;s:10:\"size_after\";i:9353;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:20699;s:10:\"size_after\";i:19449;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:19401;s:10:\"size_after\";i:18251;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:2413;s:11:\"size_before\";i:48206;s:10:\"size_after\";i:45793;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:972;s:11:\"size_before\";i:15324;s:10:\"size_after\";i:14352;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:60653;s:10:\"size_after\";i:57685;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1676;s:11:\"size_before\";i:28400;s:10:\"size_after\";i:26724;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:950;s:11:\"size_before\";i:15129;s:10:\"size_after\";i:14179;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:19259;s:10:\"size_after\";i:18057;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:391;s:11:\"size_before\";i:5303;s:10:\"size_after\";i:4912;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48484;s:10:\"size_after\";i:48484;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9353;s:10:\"size_after\";i:9353;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:2374;s:11:\"size_before\";i:32007;s:10:\"size_after\";i:29633;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:4906;s:11:\"size_before\";i:73971;s:10:\"size_after\";i:69065;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:17151;s:10:\"size_after\";i:15795;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:5227;s:11:\"size_before\";i:77983;s:10:\"size_after\";i:72756;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:32774;s:10:\"size_after\";i:30394;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:2945;s:11:\"size_before\";i:41469;s:10:\"size_after\";i:38524;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:5713;s:11:\"size_before\";i:88049;s:10:\"size_after\";i:82336;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:5264;s:11:\"size_before\";i:81828;s:10:\"size_after\";i:76564;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:11942;s:11:\"size_before\";i:207750;s:10:\"size_after\";i:195808;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:4366;s:11:\"size_before\";i:64805;s:10:\"size_after\";i:60439;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:7795;s:11:\"size_before\";i:122773;s:10:\"size_after\";i:114978;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:4407;s:11:\"size_before\";i:63641;s:10:\"size_after\";i:59234;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:5444;s:11:\"size_before\";i:81192;s:10:\"size_after\";i:75748;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:20618;s:10:\"size_after\";i:19004;s:4:\"time\";d:0.029999999999999999;}}}'),(22920,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2019/02/beer-218148_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beer-218148_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beer-218148_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-150x150.jpg\";s:5:\"width\";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-218148_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beer-218148_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"beer-218148_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beer-218148_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beer-218148_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22921,3953,'_wp_attachment_image_alt','Brewers Association launches new diversity & inclusion guides'),(22922,3951,'_thumbnail_id','3953'),(22923,3951,'_yoast_wpseo_focuskw','brewers association'),(22924,3951,'_yoast_wpseo_title','Brewers Association launches new diversity & inclusion guides'),(22925,3951,'_yoast_wpseo_metadesc','Brewers Association represents small and independent American craft brewers on the beer industry and the upcoming Craft Beer Rising festival'),(22926,3951,'_yoast_wpseo_linkdex','97'),(22927,3951,'xyz_fbap','1'),(22931,3951,'_wpas_done_all','1'),(22934,3951,'_wpas_skip_20130109','1'),(22935,3957,'_edit_last','1'),(22936,3957,'_edit_lock','1550592856:1'),(22937,3958,'_wp_attached_file','2019/02/Continental-BR-Oak-Brass-1-HD.jpg'),(22938,3958,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8277910637524979;s:5:\"bytes\";i:102068;s:11:\"size_before\";i:2114176;s:10:\"size_after\";i:2012108;s:4:\"time\";d:0.9700000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:339;s:11:\"size_before\";i:6500;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:712;s:11:\"size_before\";i:16065;s:10:\"size_after\";i:15353;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:4795;s:11:\"size_before\";i:136861;s:10:\"size_after\";i:132066;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:230;s:11:\"size_before\";i:3844;s:10:\"size_after\";i:3614;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:3918;s:11:\"size_before\";i:96541;s:10:\"size_after\";i:92623;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:42842;s:10:\"size_after\";i:41280;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41280;s:10:\"size_after\";i:41280;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:579;s:11:\"size_before\";i:14424;s:10:\"size_after\";i:13845;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13845;s:10:\"size_after\";i:13845;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:341;s:11:\"size_before\";i:6850;s:10:\"size_after\";i:6509;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:363;s:11:\"size_before\";i:8060;s:10:\"size_after\";i:7697;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:672;s:11:\"size_before\";i:16191;s:10:\"size_after\";i:15519;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:629;s:11:\"size_before\";i:15314;s:10:\"size_after\";i:14685;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:1647;s:11:\"size_before\";i:40849;s:10:\"size_after\";i:39202;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:550;s:11:\"size_before\";i:12570;s:10:\"size_after\";i:12020;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:2013;s:11:\"size_before\";i:52915;s:10:\"size_after\";i:50902;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:914;s:11:\"size_before\";i:22731;s:10:\"size_after\";i:21817;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:494;s:11:\"size_before\";i:12157;s:10:\"size_after\";i:11663;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:652;s:11:\"size_before\";i:15023;s:10:\"size_after\";i:14371;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4548;s:10:\"size_after\";i:4320;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41280;s:10:\"size_after\";i:41280;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7697;s:10:\"size_after\";i:7697;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:27527;s:10:\"size_after\";i:26039;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:74821;s:10:\"size_after\";i:71269;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:911;s:11:\"size_before\";i:14692;s:10:\"size_after\";i:13781;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:16580;s:11:\"size_before\";i:254626;s:10:\"size_after\";i:238046;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:3144;s:11:\"size_before\";i:68813;s:10:\"size_after\";i:65669;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1627;s:11:\"size_before\";i:28822;s:10:\"size_after\";i:27195;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:1860;s:11:\"size_before\";i:34846;s:10:\"size_after\";i:32986;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:3527;s:11:\"size_before\";i:77220;s:10:\"size_after\";i:73693;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:3205;s:11:\"size_before\";i:73733;s:10:\"size_after\";i:70528;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:11872;s:11:\"size_before\";i:216607;s:10:\"size_after\";i:204735;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:2720;s:11:\"size_before\";i:57524;s:10:\"size_after\";i:54804;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:18095;s:11:\"size_before\";i:294382;s:10:\"size_after\";i:276287;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:6016;s:11:\"size_before\";i:117711;s:10:\"size_after\";i:111695;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:55937;s:10:\"size_after\";i:53304;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:3187;s:11:\"size_before\";i:71284;s:10:\"size_after\";i:68097;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:17244;s:10:\"size_after\";i:16231;s:4:\"time\";d:0.01;}}}'),(22939,3958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:41:\"2019/02/Continental-BR-Oak-Brass-1-HD.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Continental-BR-Oak-Brass-1-HD-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Continental-BR-Oak-Brass-1-HD-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Continental-BR-Oak-Brass-1-HD-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Continental-BR-Oak-Brass-1-HD-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Continental-BR-Oak-Brass-1-HD-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Continental-BR-Oak-Brass-1-HD-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Continental-BR-Oak-Brass-1-HD-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Continental-BR-Oak-Brass-1-HD-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Continental-BR-Oak-Brass-1-HD-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Continental-BR-Oak-Brass-1-HD-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-LF1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493806106\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22940,3958,'_wp_attachment_image_alt','Leasing or rental?  How can Sir William Bentley help your business?'),(22941,3957,'_thumbnail_id','3958'),(22942,3957,'_adinserter_block_exceptions',''),(22943,3957,'slide_template','default'),(22944,3957,'_bunyad_featured_post','0'),(22945,3957,'_bunyad_cat_label','0'),(22946,3957,'_bunyad_featured_disable','0'),(22947,3957,'_bunyad_bg_image_bg_type','cover'),(22948,3957,'_bunyad_reviews','0'),(22949,3957,'_bunyad_review_pos','none'),(22950,3957,'_bunyad_review_type','points'),(22951,3957,'_bunyad_review_verdict','Awesome'),(22952,3957,'_yoast_wpseo_focuskw','william bentley'),(22953,3957,'_yoast_wpseo_title','On-Trade Progress chats with Simon Le Bon from Sir William Bentley'),(22954,3957,'_yoast_wpseo_metadesc','Sir William Bentley - Leasing or rental has been growing in popularity across the entire hospitality industry, so how can this help your business?'),(22955,3957,'_yoast_wpseo_linkdex','90'),(22956,3957,'_yoast_wpseo_content_score','30'),(22957,3957,'_yoast_wpseo_primary_category','183'),(22958,3957,'xyz_fbap','1'),(22962,3957,'_wpas_done_all','1'),(22965,3957,'_wpas_skip_20130109','1'),(22966,3960,'_edit_last','1'),(22967,3960,'_edit_lock','1550592422:1'),(22968,3961,'_wp_attached_file','2019/02/Star-Micronics-TouchBistro-image.jpg'),(22969,3961,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3229058918179062;s:5:\"bytes\";i:112079;s:11:\"size_before\";i:2105598;s:10:\"size_after\";i:1993519;s:4:\"time\";d:0.87000000000000033;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:487;s:11:\"size_before\";i:8007;s:10:\"size_after\";i:7520;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:957;s:11:\"size_before\";i:17287;s:10:\"size_after\";i:16330;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:4163;s:11:\"size_before\";i:112479;s:10:\"size_after\";i:108316;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:321;s:11:\"size_before\";i:4569;s:10:\"size_after\";i:4248;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:4257;s:11:\"size_before\";i:104557;s:10:\"size_after\";i:100300;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2808;s:11:\"size_before\";i:54835;s:10:\"size_after\";i:52027;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52027;s:10:\"size_after\";i:52027;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:1108;s:11:\"size_before\";i:20003;s:10:\"size_after\";i:18895;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18895;s:10:\"size_after\";i:18895;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:504;s:11:\"size_before\";i:8309;s:10:\"size_after\";i:7805;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:679;s:11:\"size_before\";i:10704;s:10:\"size_after\";i:10025;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:21887;s:10:\"size_after\";i:20611;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:836;s:11:\"size_before\";i:18733;s:10:\"size_after\";i:17897;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2089;s:11:\"size_before\";i:46051;s:10:\"size_after\";i:43962;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:903;s:11:\"size_before\";i:15695;s:10:\"size_after\";i:14792;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:2308;s:11:\"size_before\";i:56538;s:10:\"size_after\";i:54230;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:31125;s:10:\"size_after\";i:29433;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:750;s:11:\"size_before\";i:15140;s:10:\"size_after\";i:14390;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1093;s:11:\"size_before\";i:20044;s:10:\"size_after\";i:18951;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:455;s:11:\"size_before\";i:6208;s:10:\"size_after\";i:5753;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52027;s:10:\"size_after\";i:52027;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10025;s:10:\"size_after\";i:10025;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:2071;s:11:\"size_before\";i:31493;s:10:\"size_after\";i:29422;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:4617;s:11:\"size_before\";i:68801;s:10:\"size_after\";i:64184;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:17554;s:10:\"size_after\";i:16198;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:12554;s:11:\"size_before\";i:215849;s:10:\"size_after\";i:203295;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:5512;s:11:\"size_before\";i:79108;s:10:\"size_after\";i:73596;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:32350;s:10:\"size_after\";i:30151;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:3068;s:11:\"size_before\";i:42260;s:10:\"size_after\";i:39192;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:5758;s:11:\"size_before\";i:85695;s:10:\"size_after\";i:79937;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:4225;s:11:\"size_before\";i:73116;s:10:\"size_after\";i:68891;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:9746;s:11:\"size_before\";i:182655;s:10:\"size_after\";i:172909;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:4087;s:11:\"size_before\";i:62545;s:10:\"size_after\";i:58458;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:11515;s:11:\"size_before\";i:225313;s:10:\"size_after\";i:213798;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:7682;s:11:\"size_before\";i:121636;s:10:\"size_after\";i:113954;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:3821;s:11:\"size_before\";i:59164;s:10:\"size_after\";i:55343;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:5328;s:11:\"size_before\";i:79506;s:10:\"size_after\";i:74178;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:1854;s:11:\"size_before\";i:23408;s:10:\"size_after\";i:21554;s:4:\"time\";d:0.01;}}}'),(22970,3961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1742;s:6:\"height\";i:1072;s:4:\"file\";s:44:\"2019/02/Star-Micronics-TouchBistro-image.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Star-Micronics-TouchBistro-image-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Star-Micronics-TouchBistro-image-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-696x428.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"Star-Micronics-TouchBistro-image-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"Star-Micronics-TouchBistro-image-1068x657.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-683x420.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Star-Micronics-TouchBistro-image-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Star-Micronics-TouchBistro-image-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"Star-Micronics-TouchBistro-image-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"Star-Micronics-TouchBistro-image-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"Star-Micronics-TouchBistro-image-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:13:\"Michael Tjioe\";s:6:\"camera\";s:7:\"GFX 50S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1531502110\";s:9:\"copyright\";s:22:\"Mike Tjioe Photography\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(22971,3961,'_wp_attachment_image_alt','Select the best EPOS system for your Restaurant with Star Micronics'),(22972,3960,'_thumbnail_id','3961'),(22973,3960,'_adinserter_block_exceptions',''),(22974,3960,'slide_template','default'),(22975,3960,'_bunyad_featured_post','0'),(22976,3960,'_bunyad_cat_label','0'),(22977,3960,'_bunyad_featured_disable','0'),(22978,3960,'_bunyad_bg_image_bg_type','cover'),(22979,3960,'_bunyad_reviews','0'),(22980,3960,'_bunyad_review_pos','none'),(22981,3960,'_bunyad_review_type','points'),(22982,3960,'_bunyad_review_verdict','Awesome'),(22983,3960,'_yoast_wpseo_focuskw','epos system'),(22984,3960,'_yoast_wpseo_title','Select the best EPOS system for your Restaurant with Star Micronics'),(22985,3960,'_yoast_wpseo_metadesc','Moving from a traditional POS to a modern EPOS system can help you cut costs and provide a better experience for both employees and customers'),(22986,3960,'_yoast_wpseo_linkdex','91'),(22987,3960,'_yoast_wpseo_content_score','30'),(22988,3960,'_yoast_wpseo_primary_category','10'),(22989,3960,'xyz_fbap','1'),(22993,3960,'_wpas_done_all','1'),(22996,3960,'_wpas_skip_20130109','1'),(22997,3964,'_edit_last','1'),(22998,3964,'_edit_lock','1550151506:1'),(22999,3965,'_wp_attached_file','2019/02/new_vegan_sausage_roll.jpg'),(23000,3965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9237496650756527;s:5:\"bytes\";i:92844;s:11:\"size_before\";i:2366206;s:10:\"size_after\";i:2273362;s:4:\"time\";d:1.1200000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:328;s:11:\"size_before\";i:6402;s:10:\"size_after\";i:6074;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:555;s:11:\"size_before\";i:13447;s:10:\"size_after\";i:12892;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:93776;s:10:\"size_after\";i:91268;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:197;s:11:\"size_before\";i:3609;s:10:\"size_after\";i:3412;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7799999999999998;s:5:\"bytes\";i:2141;s:11:\"size_before\";i:76991;s:10:\"size_after\";i:74850;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:38782;s:10:\"size_after\";i:37653;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37653;s:10:\"size_after\";i:37653;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:572;s:11:\"size_before\";i:14480;s:10:\"size_after\";i:13908;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13908;s:10:\"size_after\";i:13908;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:312;s:11:\"size_before\";i:6364;s:10:\"size_after\";i:6052;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:373;s:11:\"size_before\";i:7924;s:10:\"size_after\";i:7551;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:608;s:11:\"size_before\";i:15844;s:10:\"size_after\";i:15236;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:514;s:11:\"size_before\";i:14454;s:10:\"size_after\";i:13940;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:35548;s:10:\"size_after\";i:34386;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:489;s:11:\"size_before\";i:11819;s:10:\"size_after\";i:11330;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:43911;s:10:\"size_after\";i:42644;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:791;s:11:\"size_before\";i:22133;s:10:\"size_after\";i:21342;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:457;s:11:\"size_before\";i:11586;s:10:\"size_after\";i:11129;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:579;s:11:\"size_before\";i:14640;s:10:\"size_after\";i:14061;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:240;s:11:\"size_before\";i:4549;s:10:\"size_after\";i:4309;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37653;s:10:\"size_after\";i:37653;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7551;s:10:\"size_after\";i:7551;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:25106;s:10:\"size_after\";i:23721;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:2782;s:11:\"size_before\";i:55927;s:10:\"size_after\";i:53145;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:14939;s:11:\"size_before\";i:402148;s:10:\"size_after\";i:387209;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:829;s:11:\"size_before\";i:13742;s:10:\"size_after\";i:12913;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:12317;s:11:\"size_before\";i:323197;s:10:\"size_after\";i:310880;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:6910;s:11:\"size_before\";i:163454;s:10:\"size_after\";i:156544;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:2842;s:11:\"size_before\";i:60091;s:10:\"size_after\";i:57249;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:25570;s:10:\"size_after\";i:24172;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1749;s:11:\"size_before\";i:32213;s:10:\"size_after\";i:30464;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:3241;s:11:\"size_before\";i:66583;s:10:\"size_after\";i:63342;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:2915;s:11:\"size_before\";i:59335;s:10:\"size_after\";i:56420;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:6413;s:11:\"size_before\";i:150316;s:10:\"size_after\";i:143903;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:2470;s:11:\"size_before\";i:49264;s:10:\"size_after\";i:46794;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:7760;s:11:\"size_before\";i:187217;s:10:\"size_after\";i:179457;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:4354;s:11:\"size_before\";i:92603;s:10:\"size_after\";i:88249;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:47360;s:10:\"size_after\";i:44981;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:2959;s:11:\"size_before\";i:61924;s:10:\"size_after\";i:58965;s:4:\"time\";d:0.070000000000000007;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:980;s:11:\"size_before\";i:17132;s:10:\"size_after\";i:16152;s:4:\"time\";d:0.01;}}}'),(23001,3965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:2960;s:4:\"file\";s:34:\"2019/02/new_vegan_sausage_roll.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"new_vegan_sausage_roll-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"new_vegan_sausage_roll-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-696x458.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"new_vegan_sausage_roll-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"new_vegan_sausage_roll-1068x703.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-639x420.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"new_vegan_sausage_roll-1920x1263.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"new_vegan_sausage_roll-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"new_vegan_sausage_roll-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"new_vegan_sausage_roll-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"new_vegan_sausage_roll-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"new_vegan_sausage_roll-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544634496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23002,3965,'_wp_attachment_image_alt','The introduction of a vegan sausage roll to Greggs’ range of baked treats.'),(23003,3964,'_thumbnail_id','3965'),(23004,3964,'_adinserter_block_exceptions',''),(23005,3964,'slide_template','default'),(23006,3964,'_bunyad_featured_post','0'),(23007,3964,'_bunyad_cat_label','0'),(23008,3964,'_bunyad_featured_disable','0'),(23009,3964,'_bunyad_bg_image_bg_type','cover'),(23010,3964,'_bunyad_reviews','0'),(23011,3964,'_bunyad_review_pos','none'),(23012,3964,'_bunyad_review_type','points'),(23013,3964,'_bunyad_review_verdict','Awesome'),(23014,3964,'_yoast_wpseo_focuskw','vegan'),(23015,3964,'_yoast_wpseo_title','UKHospitality - The introduction of a vegan new sausage roll to Greggs’'),(23016,3964,'_yoast_wpseo_metadesc','This year began with a tabloid fracas, possibly manufactured, about the introduction of a vegan sausage roll to Greggs’ range of baked treats'),(23017,3964,'_yoast_wpseo_linkdex','83'),(23018,3964,'_yoast_wpseo_content_score','30'),(23019,3964,'_yoast_wpseo_primary_category','3'),(23020,3964,'xyz_fbap','1'),(23024,3964,'_wpas_done_all','1'),(23027,3923,'_wpas_skip_20130109','1'),(23030,3971,'_edit_last','1'),(23031,3971,'_edit_lock','1550592091:1'),(23033,3973,'_wp_attached_file','2019/02/HiltonDoubleTree-1.jpg-.jpg'),(23034,3973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2148717482242519;s:5:\"bytes\";i:231039;s:11:\"size_before\";i:4430387;s:10:\"size_after\";i:4199348;s:4:\"time\";d:1.7800000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:500;s:11:\"size_before\";i:8032;s:10:\"size_after\";i:7532;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:18704;s:10:\"size_after\";i:17635;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:7380;s:11:\"size_before\";i:170519;s:10:\"size_after\";i:163139;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:288;s:11:\"size_before\";i:4364;s:10:\"size_after\";i:4076;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:7380;s:11:\"size_before\";i:154428;s:10:\"size_after\";i:147048;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:3580;s:11:\"size_before\";i:69959;s:10:\"size_after\";i:66379;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66379;s:10:\"size_after\";i:66379;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:21572;s:10:\"size_after\";i:20315;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20315;s:10:\"size_after\";i:20315;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:479;s:11:\"size_before\";i:8309;s:10:\"size_after\";i:7830;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:628;s:11:\"size_before\";i:10730;s:10:\"size_after\";i:10102;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:23282;s:10:\"size_after\";i:21991;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:21092;s:10:\"size_after\";i:20032;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2751;s:11:\"size_before\";i:57826;s:10:\"size_after\";i:55075;s:4:\"time\";d:0.089999999999999997;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:940;s:11:\"size_before\";i:16665;s:10:\"size_after\";i:15725;s:4:\"time\";d:0.12;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:3494;s:11:\"size_before\";i:74018;s:10:\"size_after\";i:70524;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:35869;s:10:\"size_after\";i:33953;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:946;s:11:\"size_before\";i:16389;s:10:\"size_after\";i:15443;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:21588;s:10:\"size_after\";i:20382;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:377;s:11:\"size_before\";i:5910;s:10:\"size_after\";i:5533;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66379;s:10:\"size_after\";i:66379;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10102;s:10:\"size_after\";i:10102;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:2366;s:11:\"size_before\";i:36203;s:10:\"size_after\";i:33837;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:5429;s:11:\"size_before\";i:86877;s:10:\"size_after\";i:81448;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:40568;s:11:\"size_before\";i:835803;s:10:\"size_after\";i:795235;s:4:\"time\";d:0.23999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:18592;s:10:\"size_after\";i:17285;s:4:\"time\";d:0.029999999999999999;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:39551;s:11:\"size_before\";i:739440;s:10:\"size_after\";i:699889;s:4:\"time\";d:0.20999999999999999;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:19501;s:11:\"size_before\";i:334545;s:10:\"size_after\";i:315044;s:4:\"time\";d:0.14999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:6436;s:11:\"size_before\";i:101889;s:10:\"size_after\";i:95453;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:37209;s:10:\"size_after\";i:34767;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:48348;s:10:\"size_after\";i:45213;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:6735;s:11:\"size_before\";i:109830;s:10:\"size_after\";i:103095;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:5635;s:11:\"size_before\";i:98495;s:10:\"size_after\";i:92860;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:14939;s:11:\"size_before\";i:276346;s:10:\"size_after\";i:261407;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:4976;s:11:\"size_before\";i:78047;s:10:\"size_after\";i:73071;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:18325;s:11:\"size_before\";i:355866;s:10:\"size_after\";i:337541;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:10451;s:11:\"size_before\";i:169747;s:10:\"size_after\";i:159296;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:4529;s:11:\"size_before\";i:74880;s:10:\"size_after\";i:70351;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:6293;s:11:\"size_before\";i:100970;s:10:\"size_after\";i:94677;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:1879;s:11:\"size_before\";i:24869;s:10:\"size_after\";i:22990;s:4:\"time\";d:0.01;}}}'),(23035,3973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5298;s:6:\"height\";i:3398;s:4:\"file\";s:35:\"2019/02/HiltonDoubleTree-1.jpg-.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"HiltonDoubleTree-1.jpg--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-1.jpg--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--696x446.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-1.jpg--1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-1.jpg--1068x685.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--655x420.jpg\";s:5:\"width\";i:655;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"HiltonDoubleTree-1.jpg--1920x1231.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-1.jpg--1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-1.jpg--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-1.jpg--1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-1.jpg--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-1.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23036,3974,'_wp_attached_file','2019/02/HiltonDoubleTree-2.jpg-.jpg'),(23037,3974,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9073850734847664;s:5:\"bytes\";i:177003;s:11:\"size_before\";i:3606870;s:10:\"size_after\";i:3429867;s:4:\"time\";d:1.4900000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:272;s:11:\"size_before\";i:6154;s:10:\"size_after\";i:5882;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:559;s:11:\"size_before\";i:14718;s:10:\"size_after\";i:14159;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:6011;s:11:\"size_before\";i:139683;s:10:\"size_after\";i:133672;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:216;s:11:\"size_before\";i:3464;s:10:\"size_after\";i:3248;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:5211;s:11:\"size_before\";i:119201;s:10:\"size_after\";i:113990;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:52291;s:10:\"size_after\";i:50074;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50074;s:10:\"size_after\";i:50074;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:743;s:11:\"size_before\";i:16253;s:10:\"size_after\";i:15510;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15510;s:10:\"size_after\";i:15510;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:284;s:11:\"size_before\";i:6307;s:10:\"size_after\";i:6023;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:392;s:11:\"size_before\";i:7960;s:10:\"size_after\";i:7568;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:677;s:11:\"size_before\";i:17166;s:10:\"size_after\";i:16489;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:592;s:11:\"size_before\";i:15792;s:10:\"size_after\";i:15200;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:1669;s:11:\"size_before\";i:42398;s:10:\"size_after\";i:40729;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:495;s:11:\"size_before\";i:12012;s:10:\"size_after\";i:11517;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:55656;s:10:\"size_after\";i:53308;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:26430;s:10:\"size_after\";i:25358;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:453;s:11:\"size_before\";i:12290;s:10:\"size_after\";i:11837;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:647;s:11:\"size_before\";i:15715;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:268;s:11:\"size_before\";i:4591;s:10:\"size_after\";i:4323;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50074;s:10:\"size_after\";i:50074;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7568;s:10:\"size_after\";i:7568;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1511;s:11:\"size_before\";i:27980;s:10:\"size_after\";i:26469;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:3382;s:11:\"size_before\";i:69807;s:10:\"size_after\";i:66425;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:39794;s:11:\"size_before\";i:747459;s:10:\"size_after\";i:707665;s:4:\"time\";d:0.20999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:843;s:11:\"size_before\";i:14159;s:10:\"size_after\";i:13316;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:34341;s:11:\"size_before\";i:633063;s:10:\"size_after\";i:598722;s:4:\"time\";d:0.19;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:14197;s:11:\"size_before\";i:270421;s:10:\"size_after\";i:256224;s:4:\"time\";d:0.11;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:3957;s:11:\"size_before\";i:77839;s:10:\"size_after\";i:73882;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:28239;s:10:\"size_after\";i:26807;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1883;s:11:\"size_before\";i:36100;s:10:\"size_after\";i:34217;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:4152;s:11:\"size_before\";i:82877;s:10:\"size_after\";i:78725;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:79371;s:10:\"size_after\";i:75124;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:10458;s:11:\"size_before\";i:215071;s:10:\"size_after\";i:204613;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:2771;s:11:\"size_before\";i:57519;s:10:\"size_after\";i:54748;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:14844;s:11:\"size_before\";i:288361;s:10:\"size_after\";i:273517;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:7055;s:11:\"size_before\";i:132780;s:10:\"size_after\";i:125725;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:3160;s:11:\"size_before\";i:59147;s:10:\"size_after\";i:55987;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:3760;s:11:\"size_before\";i:76288;s:10:\"size_after\";i:72528;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:19082;s:10:\"size_after\";i:17992;s:4:\"time\";d:0.01;}}}'),(23038,3974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5048;s:6:\"height\";i:3568;s:4:\"file\";s:35:\"2019/02/HiltonDoubleTree-2.jpg-.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"HiltonDoubleTree-2.jpg--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-2.jpg--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-2.jpg--1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-2.jpg--1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"HiltonDoubleTree-2.jpg--1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-2.jpg--1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-2.jpg--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-2.jpg--1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-2.jpg--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-2.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"6.9\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23039,3975,'_wp_attached_file','2019/02/HiltonDoubleTree-3.jpg-.jpg'),(23040,3975,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2579858920315914;s:5:\"bytes\";i:203753;s:11:\"size_before\";i:3875115;s:10:\"size_after\";i:3671362;s:4:\"time\";d:1.6700000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:562;s:11:\"size_before\";i:8190;s:10:\"size_after\";i:7628;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:17971;s:10:\"size_after\";i:16913;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:5942;s:11:\"size_before\";i:146945;s:10:\"size_after\";i:141003;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:345;s:11:\"size_before\";i:4462;s:10:\"size_after\";i:4117;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:5803;s:11:\"size_before\";i:130097;s:10:\"size_after\";i:124294;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:3033;s:11:\"size_before\";i:61028;s:10:\"size_after\";i:57995;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57995;s:10:\"size_after\";i:57995;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:19832;s:10:\"size_after\";i:18660;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18660;s:10:\"size_after\";i:18660;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:576;s:11:\"size_before\";i:8283;s:10:\"size_after\";i:7707;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:669;s:11:\"size_before\";i:10241;s:10:\"size_after\";i:9572;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:21797;s:10:\"size_after\";i:20524;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:20670;s:10:\"size_after\";i:19474;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:53326;s:10:\"size_after\";i:50632;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:997;s:11:\"size_before\";i:15934;s:10:\"size_after\";i:14937;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:3283;s:11:\"size_before\";i:68645;s:10:\"size_after\";i:65362;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:32128;s:10:\"size_after\";i:30410;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:931;s:11:\"size_before\";i:16289;s:10:\"size_after\";i:15358;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:20015;s:10:\"size_after\";i:18818;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:377;s:11:\"size_before\";i:5536;s:10:\"size_after\";i:5159;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57995;s:10:\"size_after\";i:57995;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9572;s:10:\"size_after\";i:9572;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:35812;s:10:\"size_after\";i:33232;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:79785;s:10:\"size_after\";i:74640;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:35304;s:11:\"size_before\";i:709816;s:10:\"size_after\";i:674512;s:4:\"time\";d:0.28999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1476;s:11:\"size_before\";i:18710;s:10:\"size_after\";i:17234;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:32407;s:11:\"size_before\";i:610123;s:10:\"size_after\";i:577716;s:4:\"time\";d:0.17999999999999999;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:15817;s:11:\"size_before\";i:281569;s:10:\"size_after\";i:265752;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:5882;s:11:\"size_before\";i:90786;s:10:\"size_after\";i:84904;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:2562;s:11:\"size_before\";i:36475;s:10:\"size_after\";i:33913;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:44750;s:10:\"size_after\";i:41655;s:4:\"time\";d:0.17000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:6104;s:11:\"size_before\";i:98337;s:10:\"size_after\";i:92233;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:5446;s:11:\"size_before\";i:93817;s:10:\"size_after\";i:88371;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:12938;s:11:\"size_before\";i:244759;s:10:\"size_after\";i:231821;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:4655;s:11:\"size_before\";i:72296;s:10:\"size_after\";i:67641;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:16501;s:11:\"size_before\";i:318798;s:10:\"size_after\";i:302297;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:8820;s:11:\"size_before\";i:146983;s:10:\"size_after\";i:138163;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:4828;s:11:\"size_before\";i:73008;s:10:\"size_after\";i:68180;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:5634;s:11:\"size_before\";i:90738;s:10:\"size_after\";i:85104;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:1733;s:11:\"size_before\";i:22942;s:10:\"size_after\";i:21209;s:4:\"time\";d:0.01;}}}'),(23041,3975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5281;s:6:\"height\";i:3410;s:4:\"file\";s:35:\"2019/02/HiltonDoubleTree-3.jpg-.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--768x496.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"HiltonDoubleTree-3.jpg--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-3.jpg--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--696x449.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-3.jpg--1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-3.jpg--1068x690.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--650x420.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"HiltonDoubleTree-3.jpg--1920x1240.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-3.jpg--1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-3.jpg--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-3.jpg--1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-3.jpg--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-3.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23042,3976,'_wp_attached_file','2019/02/HiltonDoubleTree-4.jpg-.jpg'),(23043,3976,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3588736166412341;s:5:\"bytes\";i:233712;s:11:\"size_before\";i:4361215;s:10:\"size_after\";i:4127503;s:4:\"time\";d:2.5199999999999987;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:564;s:11:\"size_before\";i:8143;s:10:\"size_after\";i:7579;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:21789;s:10:\"size_after\";i:20495;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:7819;s:11:\"size_before\";i:185206;s:10:\"size_after\";i:177387;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:324;s:11:\"size_before\";i:4407;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:7022;s:11:\"size_before\";i:143101;s:10:\"size_after\";i:136079;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:3648;s:11:\"size_before\";i:66259;s:10:\"size_after\";i:62611;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62611;s:10:\"size_after\";i:62611;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:21321;s:10:\"size_after\";i:20003;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20003;s:10:\"size_after\";i:20003;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:552;s:11:\"size_before\";i:8303;s:10:\"size_after\";i:7751;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:674;s:11:\"size_before\";i:10772;s:10:\"size_after\";i:10098;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:23113;s:10:\"size_after\";i:21763;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:20618;s:10:\"size_after\";i:19405;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:2873;s:11:\"size_before\";i:55511;s:10:\"size_after\";i:52638;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:16584;s:10:\"size_after\";i:15571;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:3537;s:11:\"size_before\";i:70574;s:10:\"size_after\";i:67037;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:2109;s:11:\"size_before\";i:35181;s:10:\"size_after\";i:33072;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:956;s:11:\"size_before\";i:16047;s:10:\"size_after\";i:15091;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:21293;s:10:\"size_after\";i:20001;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:441;s:11:\"size_before\";i:5847;s:10:\"size_after\";i:5406;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62611;s:10:\"size_after\";i:62611;s:4:\"time\";d:0.070000000000000007;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10098;s:10:\"size_after\";i:10098;s:4:\"time\";d:0.91000000000000003;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:2593;s:11:\"size_before\";i:35775;s:10:\"size_after\";i:33182;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:6402;s:11:\"size_before\";i:99297;s:10:\"size_after\";i:92895;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:44174;s:11:\"size_before\";i:914515;s:10:\"size_after\";i:870341;s:4:\"time\";d:0.17999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1490;s:11:\"size_before\";i:18613;s:10:\"size_after\";i:17123;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:36501;s:11:\"size_before\";i:687718;s:10:\"size_after\";i:651217;s:4:\"time\";d:0.14000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:18550;s:11:\"size_before\";i:313503;s:10:\"size_after\";i:294953;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:6621;s:11:\"size_before\";i:98160;s:10:\"size_after\";i:91539;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:2638;s:11:\"size_before\";i:36693;s:10:\"size_after\";i:34055;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:3583;s:11:\"size_before\";i:48014;s:10:\"size_after\";i:44431;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:6957;s:11:\"size_before\";i:105644;s:10:\"size_after\";i:98687;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:5397;s:11:\"size_before\";i:91584;s:10:\"size_after\";i:86187;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:14373;s:11:\"size_before\";i:259177;s:10:\"size_after\";i:244804;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:5167;s:11:\"size_before\";i:75567;s:10:\"size_after\";i:70400;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:17452;s:11:\"size_before\";i:330455;s:10:\"size_after\";i:313003;s:4:\"time\";d:0.13;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:10536;s:11:\"size_before\";i:161964;s:10:\"size_after\";i:151428;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:4748;s:11:\"size_before\";i:72482;s:10:\"size_after\";i:67734;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:6575;s:11:\"size_before\";i:97877;s:10:\"size_after\";i:91302;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1956;s:11:\"size_before\";i:24785;s:10:\"size_after\";i:22829;s:4:\"time\";d:0.029999999999999999;}}}'),(23044,3976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4755;s:6:\"height\";i:3783;s:4:\"file\";s:35:\"2019/02/HiltonDoubleTree-4.jpg-.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"HiltonDoubleTree-4.jpg--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-4.jpg--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--696x554.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-4.jpg--1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-4.jpg--1068x850.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--528x420.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"HiltonDoubleTree-4.jpg--1920x1528.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-4.jpg--1024x815.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-4.jpg--110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"HiltonDoubleTree-4.jpg--1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"HiltonDoubleTree-4.jpg--164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"HiltonDoubleTree-4.jpg--214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23045,3974,'_wp_attachment_image_alt','Canopies UK - Raising the roof at Hilton’s brand new bar'),(23046,3971,'_thumbnail_id','3974'),(23047,3971,'_adinserter_block_exceptions',''),(23048,3971,'slide_template','default'),(23049,3971,'_bunyad_featured_post','0'),(23050,3971,'_bunyad_cat_label','0'),(23051,3971,'_bunyad_featured_disable','0'),(23052,3971,'_bunyad_bg_image_bg_type','cover'),(23053,3971,'_bunyad_reviews','0'),(23054,3971,'_bunyad_review_pos','none'),(23055,3971,'_bunyad_review_type','points'),(23056,3971,'_bunyad_review_verdict','Awesome'),(23057,3971,'_yoast_wpseo_focuskw','canopies uk'),(23058,3971,'_yoast_wpseo_title','Canopies UK - Raising the roof at Hilton’s brand new bar'),(23059,3971,'_yoast_wpseo_metadesc','How do you create the latest destination rooftop bar in London, but don’t want your vision to be hampered by the elements? Jason from Canopies UK explains..'),(23060,3971,'_yoast_wpseo_linkdex','90'),(23061,3971,'_yoast_wpseo_content_score','30'),(23062,3971,'_yoast_wpseo_primary_category','184'),(23063,3971,'xyz_fbap','1'),(23067,3971,'_wpas_done_all','1'),(23071,3983,'_edit_last','1'),(23072,3983,'_edit_lock','1558298332:1'),(23073,3984,'_wp_attached_file','2019/02/OTP3_EDIT-1.jpg'),(23074,3984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0832432181971932;s:5:\"bytes\";i:74600;s:11:\"size_before\";i:1467567;s:10:\"size_after\";i:1392967;s:4:\"time\";d:0.90000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:428;s:11:\"size_before\";i:5840;s:10:\"size_after\";i:5412;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:653;s:11:\"size_before\";i:11538;s:10:\"size_after\";i:10885;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:59955;s:10:\"size_after\";i:58283;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000001;s:5:\"bytes\";i:328;s:11:\"size_before\";i:3714;s:10:\"size_after\";i:3386;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1447;s:11:\"size_before\";i:49711;s:10:\"size_after\";i:48264;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:829;s:11:\"size_before\";i:27007;s:10:\"size_after\";i:26178;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26178;s:10:\"size_after\";i:26178;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:638;s:11:\"size_before\";i:12211;s:10:\"size_after\";i:11573;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11573;s:10:\"size_after\";i:11573;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:420;s:11:\"size_before\";i:6031;s:10:\"size_after\";i:5611;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:524;s:11:\"size_before\";i:7504;s:10:\"size_after\";i:6980;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:735;s:11:\"size_before\";i:13287;s:10:\"size_after\";i:12552;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:506;s:11:\"size_before\";i:10936;s:10:\"size_after\";i:10430;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:860;s:11:\"size_before\";i:25399;s:10:\"size_after\";i:24539;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:636;s:11:\"size_before\";i:10392;s:10:\"size_after\";i:9756;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:922;s:11:\"size_before\";i:30292;s:10:\"size_after\";i:29370;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:742;s:11:\"size_before\";i:17070;s:10:\"size_after\";i:16328;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:526;s:11:\"size_before\";i:9663;s:10:\"size_after\";i:9137;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:667;s:11:\"size_before\";i:12576;s:10:\"size_after\";i:11909;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:383;s:11:\"size_before\";i:4639;s:10:\"size_after\";i:4256;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26178;s:10:\"size_after\";i:26178;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6980;s:10:\"size_after\";i:6980;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1191;s:11:\"size_before\";i:18557;s:10:\"size_after\";i:17366;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2084;s:11:\"size_before\";i:38968;s:10:\"size_after\";i:36884;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:21552;s:11:\"size_before\";i:316972;s:10:\"size_after\";i:295420;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:992;s:11:\"size_before\";i:11613;s:10:\"size_after\";i:10621;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:5951;s:11:\"size_before\";i:112596;s:10:\"size_after\";i:106645;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2133;s:11:\"size_before\";i:41665;s:10:\"size_after\";i:39532;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:19281;s:10:\"size_after\";i:18041;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:24558;s:10:\"size_after\";i:22951;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:2214;s:11:\"size_before\";i:45333;s:10:\"size_after\";i:43119;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:38209;s:10:\"size_after\";i:36437;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:4665;s:11:\"size_before\";i:98701;s:10:\"size_after\";i:94036;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:34844;s:10:\"size_after\";i:32935;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:6618;s:11:\"size_before\";i:126329;s:10:\"size_after\";i:119711;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2812;s:11:\"size_before\";i:61877;s:10:\"size_after\";i:59065;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:32170;s:10:\"size_after\";i:30538;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2149;s:11:\"size_before\";i:42769;s:10:\"size_after\";i:40620;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:14451;s:10:\"size_after\";i:13288;s:4:\"time\";d:0.01;}}}'),(23075,3984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:1415;s:4:\"file\";s:23:\"2019/02/OTP3_EDIT-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"OTP3_EDIT-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"OTP3_EDIT-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"OTP3_EDIT-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"OTP3_EDIT-1-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-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:23:\"OTP3_EDIT-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"OTP3_EDIT-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"OTP3_EDIT-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"OTP3_EDIT-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"OTP3_EDIT-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:129:\"Crowd of Audience at during a concert with silhouette of a heart shaped hands shadow, light illuminated is power of music concert\";s:17:\"created_timestamp\";s:10:\"1468361156\";s:9:\"copyright\";s:13:\"PongsakornJun\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:37:\"Crowd of Audience at during a concert\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:61:{i:0;s:20:\"Dance And Electronic\";i:1;s:14:\"Music Festival\";i:2;s:21:\"Performing Arts Event\";i:3;s:10:\"Rock Music\";i:4;s:15:\"Group Of People\";i:5;s:11:\"Celebration\";i:6;s:11:\"Inspiration\";i:7;s:9:\"Nightlife\";i:8;s:18:\"Lighting Equipment\";i:9;s:10:\"Exhibition\";i:10;s:9:\"Nightclub\";i:11;s:12:\"Musical Band\";i:12;s:16:\"Fan - Enthusiast\";i:13;s:3:\"Art\";i:14;s:18:\"Entertainment Club\";i:15;s:25:\"Stage - Performance Space\";i:16;s:5:\"Music\";i:17;s:9:\"Preserves\";i:18;s:11:\"Young Adult\";i:19;s:8:\"Teenager\";i:20;s:5:\"Child\";i:21;s:8:\"Cheering\";i:22;s:13:\"Disco Dancing\";i:23;s:7:\"Dancing\";i:24;s:7:\"Showing\";i:25;s:7:\"Opening\";i:26;s:12:\"Intelligence\";i:27;s:11:\"Heart Shape\";i:28;s:9:\"Spectator\";i:29;s:10:\"Motivation\";i:30;s:11:\"Imagination\";i:31;s:10:\"Creativity\";i:32;s:11:\"Performance\";i:33;s:9:\"Happiness\";i:34;s:4:\"Love\";i:35;s:13:\"Accessibility\";i:36;s:4:\"Open\";i:37;s:5:\"Ideas\";i:38;s:13:\"Entertainment\";i:39;s:9:\"Rear View\";i:40;s:8:\"Cheerful\";i:41;s:10:\"Human Hand\";i:42;s:8:\"Audience\";i:43;s:5:\"Crowd\";i:44;s:12:\"Pop Musician\";i:45;s:8:\"Musician\";i:46;s:9:\"Performer\";i:47;s:6:\"People\";i:48;s:10:\"Silhouette\";i:49;s:6:\"Shadow\";i:50;s:5:\"Night\";i:51;s:3:\"Day\";i:52;s:9:\"Telephone\";i:53;s:21:\"Popular Music Concert\";i:54;s:20:\"Party - Social Event\";i:55;s:20:\"Traditional Festival\";i:56;s:5:\"Event\";i:57;s:5:\"Disco\";i:58;s:3:\"Pop\";i:59;s:15:\"Political Party\";i:60;s:10:\"Live Event\";}}}'),(23076,3984,'_wp_attachment_image_alt','The Music Licence from PPL PRS - helping to play music more straightforward'),(23077,3983,'_thumbnail_id','3984'),(23078,3983,'_adinserter_block_exceptions',''),(23079,3983,'slide_template','default'),(23080,3983,'_bunyad_featured_post','1'),(23081,3983,'_bunyad_cat_label','0'),(23082,3983,'_bunyad_featured_disable','0'),(23083,3983,'_bunyad_bg_image_bg_type','cover'),(23084,3983,'_bunyad_reviews','0'),(23085,3983,'_bunyad_review_pos','none'),(23086,3983,'_bunyad_review_type','points'),(23087,3983,'_bunyad_review_verdict','Awesome'),(23088,3983,'_yoast_wpseo_focuskw','music licence'),(23089,3983,'_yoast_wpseo_title','The Music Licence from PPL PRS - helping to play music'),(23090,3983,'_yoast_wpseo_metadesc','The Music Licence from PPL PRS has been introduced to help make playing music to the public more straightforward for performers all over the world'),(23091,3983,'_yoast_wpseo_linkdex','86'),(23092,3983,'_yoast_wpseo_content_score','30'),(23093,3983,'_yoast_wpseo_primary_category','5'),(23094,3986,'_wp_attached_file','2019/02/shutterstock_287805713-1.jpg'),(23095,3986,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5853580809091978;s:5:\"bytes\";i:88633;s:11:\"size_before\";i:1932957;s:10:\"size_after\";i:1844324;s:4:\"time\";d:1.0500000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:326;s:11:\"size_before\";i:5877;s:10:\"size_after\";i:5551;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:418;s:11:\"size_before\";i:10843;s:10:\"size_after\";i:10425;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1299999999999999;s:5:\"bytes\";i:1331;s:11:\"size_before\";i:62358;s:10:\"size_after\";i:61027;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:218;s:11:\"size_before\";i:3451;s:10:\"size_after\";i:3233;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3100000000000001;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:58966;s:10:\"size_after\";i:57603;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:668;s:11:\"size_before\";i:30645;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29977;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:474;s:11:\"size_before\";i:12709;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12235;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6169;s:10:\"size_after\";i:5826;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:359;s:11:\"size_before\";i:7368;s:10:\"size_after\";i:7009;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:504;s:11:\"size_before\";i:13774;s:10:\"size_after\";i:13270;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:449;s:11:\"size_before\";i:12608;s:10:\"size_after\";i:12159;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2200000000000002;s:5:\"bytes\";i:635;s:11:\"size_before\";i:28633;s:10:\"size_after\";i:27998;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:413;s:11:\"size_before\";i:10651;s:10:\"size_after\";i:10238;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:701;s:11:\"size_before\";i:34678;s:10:\"size_after\";i:33977;s:4:\"time\";d:0.070000000000000007;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:534;s:11:\"size_before\";i:18507;s:10:\"size_after\";i:17973;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:414;s:11:\"size_before\";i:10400;s:10:\"size_after\";i:9986;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:439;s:11:\"size_before\";i:12821;s:10:\"size_after\";i:12382;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:254;s:11:\"size_before\";i:4438;s:10:\"size_after\";i:4184;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29977;s:10:\"size_after\";i:29977;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7009;s:10:\"size_after\";i:7009;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:21782;s:10:\"size_after\";i:20519;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:40705;s:10:\"size_after\";i:39051;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:16524;s:11:\"size_before\";i:299579;s:10:\"size_after\";i:283055;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:849;s:11:\"size_before\";i:12697;s:10:\"size_after\";i:11848;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:19862;s:11:\"size_before\";i:307185;s:10:\"size_after\";i:287323;s:4:\"time\";d:0.10000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:7331;s:11:\"size_before\";i:138129;s:10:\"size_after\";i:130798;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:2038;s:11:\"size_before\";i:48416;s:10:\"size_after\";i:46378;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:22544;s:10:\"size_after\";i:21290;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:27303;s:10:\"size_after\";i:25936;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:52670;s:10:\"size_after\";i:50503;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1849;s:11:\"size_before\";i:47386;s:10:\"size_after\";i:45537;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:5317;s:11:\"size_before\";i:119794;s:10:\"size_after\";i:114477;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1764;s:11:\"size_before\";i:40331;s:10:\"size_after\";i:38567;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:7451;s:11:\"size_before\";i:151888;s:10:\"size_after\";i:144437;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:3220;s:11:\"size_before\";i:74467;s:10:\"size_after\";i:71247;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:39115;s:10:\"size_after\";i:37365;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:49208;s:10:\"size_after\";i:47055;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:977;s:11:\"size_before\";i:15664;s:10:\"size_after\";i:14687;s:4:\"time\";d:0.02;}}}'),(23096,3986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:36:\"2019/02/shutterstock_287805713-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"shutterstock_287805713-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"shutterstock_287805713-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"shutterstock_287805713-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"shutterstock_287805713-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"shutterstock_287805713-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"shutterstock_287805713-1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-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:36:\"shutterstock_287805713-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"shutterstock_287805713-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"shutterstock_287805713-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_287805713-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"shutterstock_287805713-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23097,3986,'_wp_attachment_image_alt',''),(23098,3987,'_wp_attached_file','2019/02/shutterstock_1137651683.jpg'),(23099,3987,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2361982526093591;s:5:\"bytes\";i:142877;s:11:\"size_before\";i:2728640;s:10:\"size_after\";i:2585763;s:4:\"time\";d:1.3400000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:322;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:5378;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:646;s:11:\"size_before\";i:13636;s:10:\"size_after\";i:12990;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:3818;s:11:\"size_before\";i:108414;s:10:\"size_after\";i:104596;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3279;s:10:\"size_after\";i:3046;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:82334;s:10:\"size_after\";i:79042;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:39660;s:10:\"size_after\";i:37872;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37872;s:10:\"size_after\";i:37872;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:697;s:11:\"size_before\";i:13518;s:10:\"size_after\";i:12821;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12821;s:10:\"size_after\";i:12821;s:4:\"time\";d:0.059999999999999998;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:358;s:11:\"size_before\";i:5813;s:10:\"size_after\";i:5455;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7229;s:10:\"size_after\";i:6831;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:765;s:11:\"size_before\";i:14857;s:10:\"size_after\";i:14092;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:650;s:11:\"size_before\";i:13835;s:10:\"size_after\";i:13185;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:35303;s:10:\"size_after\";i:33762;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:562;s:11:\"size_before\";i:10887;s:10:\"size_after\";i:10325;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:44698;s:10:\"size_after\";i:42786;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:957;s:11:\"size_before\";i:21164;s:10:\"size_after\";i:20207;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:494;s:11:\"size_before\";i:10651;s:10:\"size_after\";i:10157;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:674;s:11:\"size_before\";i:13785;s:10:\"size_after\";i:13111;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4010;s:10:\"size_after\";i:3781;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37872;s:10:\"size_after\";i:37872;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6831;s:10:\"size_after\";i:6831;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:24352;s:10:\"size_after\";i:22766;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:3820;s:11:\"size_before\";i:64592;s:10:\"size_after\";i:60772;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:32024;s:11:\"size_before\";i:556477;s:10:\"size_after\";i:524453;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:904;s:11:\"size_before\";i:12879;s:10:\"size_after\";i:11975;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:24660;s:11:\"size_before\";i:413772;s:10:\"size_after\";i:389112;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:10092;s:11:\"size_before\";i:189485;s:10:\"size_after\";i:179393;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:3774;s:11:\"size_before\";i:64238;s:10:\"size_after\";i:60464;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:1642;s:11:\"size_before\";i:25041;s:10:\"size_after\";i:23399;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:2099;s:11:\"size_before\";i:32211;s:10:\"size_after\";i:30112;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:4165;s:11:\"size_before\";i:70985;s:10:\"size_after\";i:66820;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:3403;s:11:\"size_before\";i:62781;s:10:\"size_after\";i:59378;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:8262;s:11:\"size_before\";i:168892;s:10:\"size_after\";i:160630;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:51527;s:10:\"size_after\";i:48333;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:10574;s:11:\"size_before\";i:214227;s:10:\"size_after\";i:203653;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:5435;s:11:\"size_before\";i:102048;s:10:\"size_after\";i:96613;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:2978;s:11:\"size_before\";i:49085;s:10:\"size_after\";i:46107;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:3808;s:11:\"size_before\";i:65652;s:10:\"size_after\";i:61844;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:16227;s:10:\"size_after\";i:15106;s:4:\"time\";d:0.02;}}}'),(23100,3987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:3000;s:4:\"file\";s:35:\"2019/02/shutterstock_1137651683.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"shutterstock_1137651683-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"shutterstock_1137651683-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"shutterstock_1137651683-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_1137651683-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"shutterstock_1137651683-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"shutterstock_1137651683-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_1137651683-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"shutterstock_1137651683-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_1137651683-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1137651683-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23101,3987,'_wp_attachment_image_alt','The Music Licence from PPL PRS'),(23102,3983,'xyz_fbap','1'),(23106,3983,'_wpas_done_all','1'),(23107,3989,'_edit_last','1'),(23108,3989,'_edit_lock','1550590565:1'),(23109,3990,'_wp_attached_file','2019/02/HiltonDoubleTree-1-1.jpg-1-1.jpg'),(23110,3990,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2148717482242519;s:5:\"bytes\";i:231039;s:11:\"size_before\";i:4430387;s:10:\"size_after\";i:4199348;s:4:\"time\";d:1.5100000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:500;s:11:\"size_before\";i:8032;s:10:\"size_after\";i:7532;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:18704;s:10:\"size_after\";i:17635;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:7380;s:11:\"size_before\";i:170519;s:10:\"size_after\";i:163139;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:288;s:11:\"size_before\";i:4364;s:10:\"size_after\";i:4076;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:7380;s:11:\"size_before\";i:154428;s:10:\"size_after\";i:147048;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:3580;s:11:\"size_before\";i:69959;s:10:\"size_after\";i:66379;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66379;s:10:\"size_after\";i:66379;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:21572;s:10:\"size_after\";i:20315;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20315;s:10:\"size_after\";i:20315;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:479;s:11:\"size_before\";i:8309;s:10:\"size_after\";i:7830;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:628;s:11:\"size_before\";i:10730;s:10:\"size_after\";i:10102;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:23282;s:10:\"size_after\";i:21991;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:21092;s:10:\"size_after\";i:20032;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2751;s:11:\"size_before\";i:57826;s:10:\"size_after\";i:55075;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:940;s:11:\"size_before\";i:16665;s:10:\"size_after\";i:15725;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:3494;s:11:\"size_before\";i:74018;s:10:\"size_after\";i:70524;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:35869;s:10:\"size_after\";i:33953;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:946;s:11:\"size_before\";i:16389;s:10:\"size_after\";i:15443;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:21588;s:10:\"size_after\";i:20382;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:377;s:11:\"size_before\";i:5910;s:10:\"size_after\";i:5533;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66379;s:10:\"size_after\";i:66379;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10102;s:10:\"size_after\";i:10102;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:2366;s:11:\"size_before\";i:36203;s:10:\"size_after\";i:33837;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:5429;s:11:\"size_before\";i:86877;s:10:\"size_after\";i:81448;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:40568;s:11:\"size_before\";i:835803;s:10:\"size_after\";i:795235;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:18592;s:10:\"size_after\";i:17285;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:39551;s:11:\"size_before\";i:739440;s:10:\"size_after\";i:699889;s:4:\"time\";d:0.16;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:19501;s:11:\"size_before\";i:334545;s:10:\"size_after\";i:315044;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:6436;s:11:\"size_before\";i:101889;s:10:\"size_after\";i:95453;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:37209;s:10:\"size_after\";i:34767;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:48348;s:10:\"size_after\";i:45213;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:6735;s:11:\"size_before\";i:109830;s:10:\"size_after\";i:103095;s:4:\"time\";d:0.089999999999999997;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:5635;s:11:\"size_before\";i:98495;s:10:\"size_after\";i:92860;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:14939;s:11:\"size_before\";i:276346;s:10:\"size_after\";i:261407;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:4976;s:11:\"size_before\";i:78047;s:10:\"size_after\";i:73071;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:18325;s:11:\"size_before\";i:355866;s:10:\"size_after\";i:337541;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:10451;s:11:\"size_before\";i:169747;s:10:\"size_after\";i:159296;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:4529;s:11:\"size_before\";i:74880;s:10:\"size_after\";i:70351;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:6293;s:11:\"size_before\";i:100970;s:10:\"size_after\";i:94677;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:1879;s:11:\"size_before\";i:24869;s:10:\"size_after\";i:22990;s:4:\"time\";d:0.01;}}}'),(23111,3990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5298;s:6:\"height\";i:3398;s:4:\"file\";s:40:\"2019/02/HiltonDoubleTree-1-1.jpg-1-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HiltonDoubleTree-1-1.jpg-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-1-1.jpg-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-696x446.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-1-1.jpg-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-1-1.jpg-1-1-1068x685.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-655x420.jpg\";s:5:\"width\";i:655;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"HiltonDoubleTree-1-1.jpg-1-1-1920x1231.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-1-1.jpg-1-1-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-1-1.jpg-1-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-1-1.jpg-1-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-1-1.jpg-1-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-1-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23112,3991,'_wp_attached_file','2019/02/HiltonDoubleTree-2-1.jpg-1-1.jpg'),(23113,3991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9073850734847664;s:5:\"bytes\";i:177003;s:11:\"size_before\";i:3606870;s:10:\"size_after\";i:3429867;s:4:\"time\";d:1.3700000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:272;s:11:\"size_before\";i:6154;s:10:\"size_after\";i:5882;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:559;s:11:\"size_before\";i:14718;s:10:\"size_after\";i:14159;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:6011;s:11:\"size_before\";i:139683;s:10:\"size_after\";i:133672;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:216;s:11:\"size_before\";i:3464;s:10:\"size_after\";i:3248;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:5211;s:11:\"size_before\";i:119201;s:10:\"size_after\";i:113990;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:52291;s:10:\"size_after\";i:50074;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50074;s:10:\"size_after\";i:50074;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:743;s:11:\"size_before\";i:16253;s:10:\"size_after\";i:15510;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15510;s:10:\"size_after\";i:15510;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:284;s:11:\"size_before\";i:6307;s:10:\"size_after\";i:6023;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:392;s:11:\"size_before\";i:7960;s:10:\"size_after\";i:7568;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:677;s:11:\"size_before\";i:17166;s:10:\"size_after\";i:16489;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:592;s:11:\"size_before\";i:15792;s:10:\"size_after\";i:15200;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:1669;s:11:\"size_before\";i:42398;s:10:\"size_after\";i:40729;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:495;s:11:\"size_before\";i:12012;s:10:\"size_after\";i:11517;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:55656;s:10:\"size_after\";i:53308;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:26430;s:10:\"size_after\";i:25358;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:453;s:11:\"size_before\";i:12290;s:10:\"size_after\";i:11837;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:647;s:11:\"size_before\";i:15715;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:268;s:11:\"size_before\";i:4591;s:10:\"size_after\";i:4323;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50074;s:10:\"size_after\";i:50074;s:4:\"time\";d:0.050000000000000003;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7568;s:10:\"size_after\";i:7568;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1511;s:11:\"size_before\";i:27980;s:10:\"size_after\";i:26469;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:3382;s:11:\"size_before\";i:69807;s:10:\"size_after\";i:66425;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:39794;s:11:\"size_before\";i:747459;s:10:\"size_after\";i:707665;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:843;s:11:\"size_before\";i:14159;s:10:\"size_after\";i:13316;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:34341;s:11:\"size_before\";i:633063;s:10:\"size_after\";i:598722;s:4:\"time\";d:0.20000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:14197;s:11:\"size_before\";i:270421;s:10:\"size_after\";i:256224;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:3957;s:11:\"size_before\";i:77839;s:10:\"size_after\";i:73882;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:28239;s:10:\"size_after\";i:26807;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1883;s:11:\"size_before\";i:36100;s:10:\"size_after\";i:34217;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:4152;s:11:\"size_before\";i:82877;s:10:\"size_after\";i:78725;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:79371;s:10:\"size_after\";i:75124;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:10458;s:11:\"size_before\";i:215071;s:10:\"size_after\";i:204613;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:2771;s:11:\"size_before\";i:57519;s:10:\"size_after\";i:54748;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:14844;s:11:\"size_before\";i:288361;s:10:\"size_after\";i:273517;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:7055;s:11:\"size_before\";i:132780;s:10:\"size_after\";i:125725;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:3160;s:11:\"size_before\";i:59147;s:10:\"size_after\";i:55987;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:3760;s:11:\"size_before\";i:76288;s:10:\"size_after\";i:72528;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:19082;s:10:\"size_after\";i:17992;s:4:\"time\";d:0.01;}}}'),(23114,3991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5048;s:6:\"height\";i:3568;s:4:\"file\";s:40:\"2019/02/HiltonDoubleTree-2-1.jpg-1-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HiltonDoubleTree-2-1.jpg-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-2-1.jpg-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-2-1.jpg-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-2-1.jpg-1-1-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"HiltonDoubleTree-2-1.jpg-1-1-1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-2-1.jpg-1-1-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-2-1.jpg-1-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-2-1.jpg-1-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-2-1.jpg-1-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-2-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"6.9\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23115,3992,'_wp_attached_file','2019/02/HiltonDoubleTree-3-1.jpg-1-1.jpg'),(23116,3992,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2579858920315914;s:5:\"bytes\";i:203753;s:11:\"size_before\";i:3875115;s:10:\"size_after\";i:3671362;s:4:\"time\";d:1.3500000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:562;s:11:\"size_before\";i:8190;s:10:\"size_after\";i:7628;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:17971;s:10:\"size_after\";i:16913;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:5942;s:11:\"size_before\";i:146945;s:10:\"size_after\";i:141003;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:345;s:11:\"size_before\";i:4462;s:10:\"size_after\";i:4117;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:5803;s:11:\"size_before\";i:130097;s:10:\"size_after\";i:124294;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:3033;s:11:\"size_before\";i:61028;s:10:\"size_after\";i:57995;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57995;s:10:\"size_after\";i:57995;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:19832;s:10:\"size_after\";i:18660;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18660;s:10:\"size_after\";i:18660;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:576;s:11:\"size_before\";i:8283;s:10:\"size_after\";i:7707;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:669;s:11:\"size_before\";i:10241;s:10:\"size_after\";i:9572;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:21797;s:10:\"size_after\";i:20524;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:20670;s:10:\"size_after\";i:19474;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:53326;s:10:\"size_after\";i:50632;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:997;s:11:\"size_before\";i:15934;s:10:\"size_after\";i:14937;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:3283;s:11:\"size_before\";i:68645;s:10:\"size_after\";i:65362;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:32128;s:10:\"size_after\";i:30410;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:931;s:11:\"size_before\";i:16289;s:10:\"size_after\";i:15358;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:20015;s:10:\"size_after\";i:18818;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:377;s:11:\"size_before\";i:5536;s:10:\"size_after\";i:5159;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57995;s:10:\"size_after\";i:57995;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9572;s:10:\"size_after\";i:9572;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:35812;s:10:\"size_after\";i:33232;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:79785;s:10:\"size_after\";i:74640;s:4:\"time\";d:0.050000000000000003;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:35304;s:11:\"size_before\";i:709816;s:10:\"size_after\";i:674512;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1476;s:11:\"size_before\";i:18710;s:10:\"size_after\";i:17234;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:32407;s:11:\"size_before\";i:610123;s:10:\"size_after\";i:577716;s:4:\"time\";d:0.14999999999999999;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:15817;s:11:\"size_before\";i:281569;s:10:\"size_after\";i:265752;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:5882;s:11:\"size_before\";i:90786;s:10:\"size_after\";i:84904;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:2562;s:11:\"size_before\";i:36475;s:10:\"size_after\";i:33913;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:44750;s:10:\"size_after\";i:41655;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:6104;s:11:\"size_before\";i:98337;s:10:\"size_after\";i:92233;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:5446;s:11:\"size_before\";i:93817;s:10:\"size_after\";i:88371;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:12938;s:11:\"size_before\";i:244759;s:10:\"size_after\";i:231821;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:4655;s:11:\"size_before\";i:72296;s:10:\"size_after\";i:67641;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:16501;s:11:\"size_before\";i:318798;s:10:\"size_after\";i:302297;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:8820;s:11:\"size_before\";i:146983;s:10:\"size_after\";i:138163;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:4828;s:11:\"size_before\";i:73008;s:10:\"size_after\";i:68180;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:5634;s:11:\"size_before\";i:90738;s:10:\"size_after\";i:85104;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:1733;s:11:\"size_before\";i:22942;s:10:\"size_after\";i:21209;s:4:\"time\";d:0.01;}}}'),(23117,3992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5281;s:6:\"height\";i:3410;s:4:\"file\";s:40:\"2019/02/HiltonDoubleTree-3-1.jpg-1-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-768x496.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HiltonDoubleTree-3-1.jpg-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-3-1.jpg-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-696x449.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-3-1.jpg-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-3-1.jpg-1-1-1068x690.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-650x420.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"HiltonDoubleTree-3-1.jpg-1-1-1920x1240.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-3-1.jpg-1-1-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-3-1.jpg-1-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-3-1.jpg-1-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-3-1.jpg-1-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-3-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23118,3993,'_wp_attached_file','2019/02/HiltonDoubleTree-4-1.jpg-1-1.jpg'),(23119,3993,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3588736166412341;s:5:\"bytes\";i:233712;s:11:\"size_before\";i:4361215;s:10:\"size_after\";i:4127503;s:4:\"time\";d:2.9599999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:564;s:11:\"size_before\";i:8143;s:10:\"size_after\";i:7579;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:21789;s:10:\"size_after\";i:20495;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:7819;s:11:\"size_before\";i:185206;s:10:\"size_after\";i:177387;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:324;s:11:\"size_before\";i:4407;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:7022;s:11:\"size_before\";i:143101;s:10:\"size_after\";i:136079;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:3648;s:11:\"size_before\";i:66259;s:10:\"size_after\";i:62611;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62611;s:10:\"size_after\";i:62611;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:21321;s:10:\"size_after\";i:20003;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20003;s:10:\"size_after\";i:20003;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:552;s:11:\"size_before\";i:8303;s:10:\"size_after\";i:7751;s:4:\"time\";d:1.53;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:674;s:11:\"size_before\";i:10772;s:10:\"size_after\";i:10098;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:23113;s:10:\"size_after\";i:21763;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:20618;s:10:\"size_after\";i:19405;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:2873;s:11:\"size_before\";i:55511;s:10:\"size_after\";i:52638;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:16584;s:10:\"size_after\";i:15571;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:3537;s:11:\"size_before\";i:70574;s:10:\"size_after\";i:67037;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:2109;s:11:\"size_before\";i:35181;s:10:\"size_after\";i:33072;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:956;s:11:\"size_before\";i:16047;s:10:\"size_after\";i:15091;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:21293;s:10:\"size_after\";i:20001;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:441;s:11:\"size_before\";i:5847;s:10:\"size_after\";i:5406;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62611;s:10:\"size_after\";i:62611;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10098;s:10:\"size_after\";i:10098;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:2593;s:11:\"size_before\";i:35775;s:10:\"size_after\";i:33182;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:6402;s:11:\"size_before\";i:99297;s:10:\"size_after\";i:92895;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:44174;s:11:\"size_before\";i:914515;s:10:\"size_after\";i:870341;s:4:\"time\";d:0.20999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1490;s:11:\"size_before\";i:18613;s:10:\"size_after\";i:17123;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:36501;s:11:\"size_before\";i:687718;s:10:\"size_after\";i:651217;s:4:\"time\";d:0.19;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:18550;s:11:\"size_before\";i:313503;s:10:\"size_after\";i:294953;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:6621;s:11:\"size_before\";i:98160;s:10:\"size_after\";i:91539;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:2638;s:11:\"size_before\";i:36693;s:10:\"size_after\";i:34055;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:3583;s:11:\"size_before\";i:48014;s:10:\"size_after\";i:44431;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:6957;s:11:\"size_before\";i:105644;s:10:\"size_after\";i:98687;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:5397;s:11:\"size_before\";i:91584;s:10:\"size_after\";i:86187;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:14373;s:11:\"size_before\";i:259177;s:10:\"size_after\";i:244804;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:5167;s:11:\"size_before\";i:75567;s:10:\"size_after\";i:70400;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:17452;s:11:\"size_before\";i:330455;s:10:\"size_after\";i:313003;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:10536;s:11:\"size_before\";i:161964;s:10:\"size_after\";i:151428;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:4748;s:11:\"size_before\";i:72482;s:10:\"size_after\";i:67734;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:6575;s:11:\"size_before\";i:97877;s:10:\"size_after\";i:91302;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1956;s:11:\"size_before\";i:24785;s:10:\"size_after\";i:22829;s:4:\"time\";d:0.01;}}}'),(23120,3993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4755;s:6:\"height\";i:3783;s:4:\"file\";s:40:\"2019/02/HiltonDoubleTree-4-1.jpg-1-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HiltonDoubleTree-4-1.jpg-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-4-1.jpg-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-696x554.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-4-1.jpg-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-4-1.jpg-1-1-1068x850.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-528x420.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"HiltonDoubleTree-4-1.jpg-1-1-1920x1528.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-4-1.jpg-1-1-1024x815.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-4-1.jpg-1-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"HiltonDoubleTree-4-1.jpg-1-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HiltonDoubleTree-4-1.jpg-1-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HiltonDoubleTree-4-1.jpg-1-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Daniel Hopkinson\";s:6:\"camera\";s:42:\"Leaf Aptus-II 10(LI400005   )/Large Format\";s:7:\"caption\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:17:\"created_timestamp\";s:4:\"1150\";s:9:\"copyright\";s:19:\"© Daniel Hopkinson\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"6\";s:5:\"title\";s:65:\"Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:6:\"London\";i:1;s:5:\"Hotel\";i:2;s:6:\"Hilton\";i:3;s:7:\"Skyline\";i:4;s:6:\"Canopy\";}}}'),(23121,3994,'_wp_attached_file','2019/02/cb-43.jpg'),(23122,3994,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0887000215730085;s:5:\"bytes\";i:110629;s:11:\"size_before\";i:2174013;s:10:\"size_after\";i:2063384;s:4:\"time\";d:1.6000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:493;s:11:\"size_before\";i:6917;s:10:\"size_after\";i:6424;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:798;s:11:\"size_before\";i:13820;s:10:\"size_after\";i:13022;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4399999999999999;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:77411;s:10:\"size_after\";i:75522;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:362;s:11:\"size_before\";i:4243;s:10:\"size_after\";i:3881;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:65953;s:10:\"size_after\";i:64179;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:34922;s:10:\"size_after\";i:33681;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33681;s:10:\"size_after\";i:33681;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:823;s:11:\"size_before\";i:14495;s:10:\"size_after\";i:13672;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13672;s:10:\"size_after\";i:13672;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:505;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:6642;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:607;s:11:\"size_before\";i:8693;s:10:\"size_after\";i:8086;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:883;s:11:\"size_before\";i:15798;s:10:\"size_after\";i:14915;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:693;s:11:\"size_before\";i:14296;s:10:\"size_after\";i:13603;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:32012;s:10:\"size_after\";i:30893;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:691;s:11:\"size_before\";i:12193;s:10:\"size_after\";i:11502;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1170;s:11:\"size_before\";i:38713;s:10:\"size_after\";i:37543;s:4:\"time\";d:0.44;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:21042;s:10:\"size_after\";i:20035;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:701;s:11:\"size_before\";i:11933;s:10:\"size_after\";i:11232;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:845;s:11:\"size_before\";i:14793;s:10:\"size_after\";i:13948;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:393;s:11:\"size_before\";i:5180;s:10:\"size_after\";i:4787;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33681;s:10:\"size_after\";i:33681;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:8086;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:23756;s:10:\"size_after\";i:22021;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:2999;s:11:\"size_before\";i:48907;s:10:\"size_after\";i:45908;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:21154;s:11:\"size_before\";i:387994;s:10:\"size_after\";i:366840;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:13996;s:10:\"size_after\";i:12804;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:17797;s:11:\"size_before\";i:323240;s:10:\"size_after\";i:305443;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:7867;s:11:\"size_before\";i:146043;s:10:\"size_after\";i:138176;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:3108;s:11:\"size_before\";i:52190;s:10:\"size_after\";i:49082;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:1757;s:11:\"size_before\";i:24362;s:10:\"size_after\";i:22605;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:2107;s:11:\"size_before\";i:29738;s:10:\"size_after\";i:27631;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:3260;s:11:\"size_before\";i:56812;s:10:\"size_after\";i:53552;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:2760;s:11:\"size_before\";i:52738;s:10:\"size_after\";i:49978;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:6421;s:11:\"size_before\";i:127574;s:10:\"size_after\";i:121153;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:2696;s:11:\"size_before\";i:43420;s:10:\"size_after\";i:40724;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:163000;s:10:\"size_after\";i:154540;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:4259;s:11:\"size_before\";i:79253;s:10:\"size_after\";i:74994;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:2502;s:11:\"size_before\";i:42261;s:10:\"size_after\";i:39759;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:3151;s:11:\"size_before\";i:53038;s:10:\"size_after\";i:49887;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:17010;s:10:\"size_after\";i:15600;s:4:\"time\";d:0.01;}}}'),(23123,3994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1602;s:4:\"file\";s:17:\"2019/02/cb-43.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cb-43-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"cb-43-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"cb-43-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"cb-43-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"cb-43-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"cb-43-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"cb-43-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"cb-43-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"cb-43-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"cb-43-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"cb-43-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"cb-43-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"cb-43-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"cb-43-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"cb-43-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"cb-43-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"cb-43-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:18:\"cb-43-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"cb-43-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:19:\"cb-43-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cb-43-150x150.jpg\";s:5:\"width\";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:\"cb-43-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"cb-43-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"cb-43-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:18:\"cb-43-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"cb-43-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"cb-43-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"cb-43-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"cb-43-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"cb-43-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"cb-43-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"cb-43-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"cb-43-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"cb-43-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"cb-43-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"cb-43-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"cb-43-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"cb-43-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"cb-43-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"cb-43-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"cb-43-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"cb-43-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1478623898\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23124,3995,'_wp_attached_file','2019/02/cooler_seal.jpg'),(23125,3995,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9359629558764606;s:5:\"bytes\";i:284927;s:11:\"size_before\";i:4107966;s:10:\"size_after\";i:3823039;s:4:\"time\";d:1.4900000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:688;s:11:\"size_before\";i:9259;s:10:\"size_after\";i:8571;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:22243;s:10:\"size_after\";i:20648;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:9771;s:11:\"size_before\";i:170415;s:10:\"size_after\";i:160644;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:389;s:11:\"size_before\";i:4876;s:10:\"size_after\";i:4487;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:7473;s:11:\"size_before\";i:127122;s:10:\"size_after\";i:119649;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:3865;s:11:\"size_before\";i:60802;s:10:\"size_after\";i:56937;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56937;s:10:\"size_after\";i:56937;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:21800;s:10:\"size_after\";i:20280;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20280;s:10:\"size_after\";i:20280;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:695;s:11:\"size_before\";i:9249;s:10:\"size_after\";i:8554;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:902;s:11:\"size_before\";i:11701;s:10:\"size_after\";i:10799;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:1760;s:11:\"size_before\";i:24478;s:10:\"size_after\";i:22718;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:23218;s:10:\"size_after\";i:21694;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:3663;s:11:\"size_before\";i:57259;s:10:\"size_after\";i:53596;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:18018;s:10:\"size_after\";i:16747;s:4:\"time\";d:0.11;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:4583;s:11:\"size_before\";i:72366;s:10:\"size_after\";i:67783;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:2180;s:11:\"size_before\";i:33560;s:10:\"size_after\";i:31380;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1290;s:11:\"size_before\";i:18004;s:10:\"size_after\";i:16714;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:22418;s:10:\"size_after\";i:20954;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:444;s:11:\"size_before\";i:6172;s:10:\"size_after\";i:5728;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56937;s:10:\"size_after\";i:56937;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10799;s:10:\"size_after\";i:10799;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9199999999999999;s:5:\"bytes\";i:3519;s:11:\"size_before\";i:39463;s:10:\"size_after\";i:35944;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:8312;s:11:\"size_before\";i:97077;s:10:\"size_after\";i:88765;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:50811;s:11:\"size_before\";i:809155;s:10:\"size_after\";i:758344;s:4:\"time\";d:0.17000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:1822;s:11:\"size_before\";i:20393;s:10:\"size_after\";i:18571;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:36784;s:11:\"size_before\";i:584684;s:10:\"size_after\";i:547900;s:4:\"time\";d:0.17000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:21762;s:11:\"size_before\";i:282553;s:10:\"size_after\";i:260791;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4299999999999997;s:5:\"bytes\";i:7948;s:11:\"size_before\";i:94302;s:10:\"size_after\";i:86354;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:3456;s:11:\"size_before\";i:39505;s:10:\"size_after\";i:36049;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:4454;s:11:\"size_before\";i:49466;s:10:\"size_after\";i:45012;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:9032;s:11:\"size_before\";i:105811;s:10:\"size_after\";i:96779;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:8390;s:11:\"size_before\";i:100355;s:10:\"size_after\";i:91965;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:20830;s:11:\"size_before\";i:261662;s:10:\"size_after\";i:240832;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:6698;s:11:\"size_before\";i:78215;s:10:\"size_after\";i:71517;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:26184;s:11:\"size_before\";i:336687;s:10:\"size_after\";i:310503;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:12479;s:11:\"size_before\";i:150501;s:10:\"size_after\";i:138022;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:6860;s:11:\"size_before\";i:77491;s:10:\"size_after\";i:70631;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:8322;s:11:\"size_before\";i:97933;s:10:\"size_after\";i:89611;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:24800;s:10:\"size_after\";i:22613;s:4:\"time\";d:0.01;}}}'),(23126,3995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1737;s:4:\"file\";s:23:\"2019/02/cooler_seal.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"cooler_seal-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"cooler_seal-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"cooler_seal-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"cooler_seal-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"cooler_seal-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"cooler_seal-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"cooler_seal-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"cooler_seal-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"cooler_seal-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"cooler_seal-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"cooler_seal-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"cooler_seal-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"cooler_seal-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"cooler_seal-696x504.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"cooler_seal-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"cooler_seal-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"cooler_seal-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"cooler_seal-1068x773.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"cooler_seal-580x420.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"cooler_seal-1920x1390.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cooler_seal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cooler_seal-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"cooler_seal-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cooler_seal-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"cooler_seal-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"cooler_seal-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"cooler_seal-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"cooler_seal-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"cooler_seal-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"cooler_seal-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"cooler_seal-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"cooler_seal-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"cooler_seal-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"cooler_seal-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"cooler_seal-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"cooler_seal-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"cooler_seal-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"cooler_seal-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"cooler_seal-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"cooler_seal-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"cooler_seal-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"cooler_seal-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524059637\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23127,3996,'_wp_attached_file','2019/02/what_is_craft_beer_thumb.jpg'),(23128,3996,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2753379899933668;s:5:\"bytes\";i:26105;s:11:\"size_before\";i:610595;s:10:\"size_after\";i:584490;s:4:\"time\";d:0.49000000000000021;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:29:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7067;s:10:\"size_after\";i:6608;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:812;s:11:\"size_before\";i:18165;s:10:\"size_after\";i:17353;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:286;s:11:\"size_before\";i:4090;s:10:\"size_after\";i:3804;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:42475;s:10:\"size_after\";i:41291;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:892;s:11:\"size_before\";i:29479;s:10:\"size_after\";i:28587;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28587;s:10:\"size_after\";i:28587;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:606;s:11:\"size_before\";i:13075;s:10:\"size_after\";i:12469;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12469;s:10:\"size_after\";i:12469;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:439;s:11:\"size_before\";i:6866;s:10:\"size_after\";i:6427;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:453;s:11:\"size_before\";i:8063;s:10:\"size_after\";i:7610;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:669;s:11:\"size_before\";i:14557;s:10:\"size_after\";i:13888;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:704;s:11:\"size_before\";i:14807;s:10:\"size_after\";i:14103;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:976;s:11:\"size_before\";i:30874;s:10:\"size_after\";i:29898;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:619;s:11:\"size_before\";i:11669;s:10:\"size_after\";i:11050;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:39183;s:10:\"size_after\";i:38009;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:711;s:11:\"size_before\";i:18780;s:10:\"size_after\";i:18069;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:635;s:11:\"size_before\";i:11827;s:10:\"size_after\";i:11192;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:653;s:11:\"size_before\";i:13785;s:10:\"size_after\";i:13132;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:288;s:11:\"size_before\";i:4745;s:10:\"size_after\";i:4457;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28587;s:10:\"size_after\";i:28587;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7610;s:10:\"size_after\";i:7610;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:24917;s:10:\"size_after\";i:23146;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:13844;s:10:\"size_after\";i:12741;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:1556;s:11:\"size_before\";i:24009;s:10:\"size_after\";i:22453;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:28339;s:10:\"size_after\";i:26540;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2594;s:11:\"size_before\";i:53037;s:10:\"size_after\";i:50443;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:2259;s:11:\"size_before\";i:42113;s:10:\"size_after\";i:39854;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:2371;s:11:\"size_before\";i:42115;s:10:\"size_after\";i:39744;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:15461;s:10:\"size_after\";i:14369;s:4:\"time\";d:0.02;}}}'),(23129,3996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2019/02/what_is_craft_beer_thumb.jpg\";s:5:\"sizes\";a:37:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"what_is_craft_beer_thumb-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"what_is_craft_beer_thumb-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x486.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x580.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"what_is_craft_beer_thumb-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x516.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"what_is_craft_beer_thumb-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"what_is_craft_beer_thumb-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23130,3989,'_thumbnail_id','3994'),(23131,3989,'_adinserter_block_exceptions',''),(23132,3989,'slide_template','default'),(23133,3989,'_bunyad_featured_post','0'),(23134,3989,'_bunyad_cat_label','0'),(23135,3989,'_bunyad_featured_disable','0'),(23136,3989,'_bunyad_bg_image_bg_type','cover'),(23137,3989,'_bunyad_reviews','0'),(23138,3989,'_bunyad_review_pos','none'),(23139,3989,'_bunyad_review_type','points'),(23140,3989,'_bunyad_review_verdict','Awesome'),(23141,3989,'_yoast_wpseo_focuskw','craft breweries'),(23142,3989,'_yoast_wpseo_title','Brewers Association American Craft Breweries Show (21-23 February)'),(23143,3989,'_yoast_wpseo_metadesc','The Brewers Association will be representing an unprecedented number of American craft breweries at this year’s Craft Beer Rising festival (21-23 February)'),(23144,3989,'_yoast_wpseo_linkdex','91'),(23145,3989,'_yoast_wpseo_content_score','30'),(23146,3989,'_yoast_wpseo_primary_category','33'),(23147,3994,'_wp_attachment_image_alt','Brewers Association American Craft Breweries Show (21-23 February)'),(23148,3996,'_wp_attachment_image_alt','Brewers Association American Craft Breweries Show (21-23 February)'),(23149,3995,'_wp_attachment_image_alt','Brewers Association American Craft Breweries Show (21-23 February)'),(23150,3989,'xyz_fbap','1'),(23154,3989,'_wpas_done_all','1'),(23157,3989,'_wpas_skip_20130109','1'),(23158,4000,'_edit_last','1'),(23159,4000,'_edit_lock','1550584925:1'),(23160,4001,'_wp_attached_file','2019/02/shutterstock_1133982038.jpg'),(23161,4001,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2678455155656669;s:5:\"bytes\";i:83046;s:11:\"size_before\";i:1945853;s:10:\"size_after\";i:1862807;s:4:\"time\";d:4.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6226;s:10:\"size_after\";i:5863;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:482;s:11:\"size_before\";i:10860;s:10:\"size_after\";i:10378;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2374;s:11:\"size_before\";i:67789;s:10:\"size_after\";i:65415;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3707;s:10:\"size_after\";i:3479;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:2499;s:11:\"size_before\";i:68709;s:10:\"size_after\";i:66210;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:35934;s:10:\"size_after\";i:34521;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34521;s:10:\"size_after\";i:34521;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:632;s:11:\"size_before\";i:13522;s:10:\"size_after\";i:12890;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:12890;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:377;s:11:\"size_before\";i:6497;s:10:\"size_after\";i:6120;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:411;s:11:\"size_before\";i:7846;s:10:\"size_after\";i:7435;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:721;s:11:\"size_before\";i:15014;s:10:\"size_after\";i:14293;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:680;s:11:\"size_before\";i:13486;s:10:\"size_after\";i:12806;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:33093;s:10:\"size_after\";i:31802;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:571;s:11:\"size_before\";i:11765;s:10:\"size_after\";i:11194;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:40715;s:10:\"size_after\";i:39252;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:881;s:11:\"size_before\";i:20572;s:10:\"size_after\";i:19691;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:554;s:11:\"size_before\";i:11162;s:10:\"size_after\";i:10608;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:661;s:11:\"size_before\";i:13961;s:10:\"size_after\";i:13300;s:4:\"time\";d:1.1100000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:283;s:11:\"size_before\";i:4477;s:10:\"size_after\";i:4194;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34521;s:10:\"size_after\";i:34521;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7435;s:10:\"size_after\";i:7435;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:22619;s:10:\"size_after\";i:21346;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:2230;s:11:\"size_before\";i:41340;s:10:\"size_after\";i:39110;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:9954;s:11:\"size_before\";i:259457;s:10:\"size_after\";i:249503;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:866;s:11:\"size_before\";i:13203;s:10:\"size_after\";i:12337;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:10260;s:11:\"size_before\";i:261352;s:10:\"size_after\";i:251092;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:6180;s:11:\"size_before\";i:138811;s:10:\"size_after\";i:132631;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:51422;s:10:\"size_after\";i:48668;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:23888;s:10:\"size_after\";i:22459;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1680;s:11:\"size_before\";i:29158;s:10:\"size_after\";i:27478;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:3035;s:11:\"size_before\";i:57120;s:10:\"size_after\";i:54085;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:52035;s:10:\"size_after\";i:49379;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:5864;s:11:\"size_before\";i:127520;s:10:\"size_after\";i:121656;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:2501;s:11:\"size_before\";i:44989;s:10:\"size_after\";i:42488;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:6595;s:11:\"size_before\";i:157160;s:10:\"size_after\";i:150565;s:4:\"time\";d:2.29;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:3928;s:11:\"size_before\";i:79563;s:10:\"size_after\";i:75635;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:42585;s:10:\"size_after\";i:40386;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:52935;s:10:\"size_after\";i:50220;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:1043;s:11:\"size_before\";i:15994;s:10:\"size_after\";i:14951;s:4:\"time\";d:0.01;}}}'),(23162,4001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4620;s:6:\"height\";i:2624;s:4:\"file\";s:35:\"2019/02/shutterstock_1133982038.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"shutterstock_1133982038-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"shutterstock_1133982038-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-696x395.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"shutterstock_1133982038-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_1133982038-1068x607.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-739x420.jpg\";s:5:\"width\";i:739;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"shutterstock_1133982038-1920x1090.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"shutterstock_1133982038-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_1133982038-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"shutterstock_1133982038-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_1133982038-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"shutterstock_1133982038-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23163,4001,'_wp_attachment_image_alt','With start-up firms using automation for growth - Are you being left behind?'),(23164,4000,'_thumbnail_id','4001'),(23165,4000,'_adinserter_block_exceptions',''),(23166,4000,'slide_template','default'),(23167,4000,'_bunyad_featured_post','0'),(23168,4000,'_bunyad_cat_label','0'),(23169,4000,'_bunyad_featured_disable','0'),(23170,4000,'_bunyad_bg_image_bg_type','cover'),(23171,4000,'_bunyad_reviews','0'),(23172,4000,'_bunyad_review_pos','none'),(23173,4000,'_bunyad_review_type','points'),(23174,4000,'_bunyad_review_verdict','Awesome'),(23175,4000,'_yoast_wpseo_focuskw','automation'),(23176,4000,'_yoast_wpseo_title','With start-up firms using automation for growth - Are you being left behind?'),(23177,4000,'_yoast_wpseo_metadesc','With reports of agencies failing to adopt automation at a time when more start-up firms are utilising these tools for rapid growth'),(23178,4000,'_yoast_wpseo_linkdex','92'),(23179,4000,'_yoast_wpseo_content_score','60'),(23180,4000,'_yoast_wpseo_primary_category','8'),(23181,4000,'xyz_fbap','1'),(23185,4000,'_wpas_done_all','1'),(23186,4003,'_edit_last','1'),(23187,4003,'_edit_lock','1550593567:1'),(23188,4004,'_wp_attached_file','2019/02/Rose_serve_275ml_fin.jpg'),(23189,4004,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5676109211215201;s:5:\"bytes\";i:80067;s:11:\"size_before\";i:2244275;s:10:\"size_after\";i:2164208;s:4:\"time\";d:1.1600000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:287;s:11:\"size_before\";i:5835;s:10:\"size_after\";i:5548;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:624;s:11:\"size_before\";i:13241;s:10:\"size_after\";i:12617;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2270;s:11:\"size_before\";i:92260;s:10:\"size_after\";i:89990;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:217;s:11:\"size_before\";i:3499;s:10:\"size_after\";i:3282;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:68273;s:10:\"size_after\";i:66357;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1210;s:11:\"size_before\";i:34609;s:10:\"size_after\";i:33399;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33399;s:10:\"size_after\";i:33399;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:659;s:11:\"size_before\";i:13420;s:10:\"size_after\";i:12761;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12761;s:10:\"size_after\";i:12761;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:336;s:11:\"size_before\";i:6181;s:10:\"size_after\";i:5845;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:439;s:11:\"size_before\";i:7931;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:708;s:11:\"size_before\";i:15036;s:10:\"size_after\";i:14328;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:552;s:11:\"size_before\";i:12960;s:10:\"size_after\";i:12408;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:33356;s:10:\"size_after\";i:32174;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:558;s:11:\"size_before\";i:11373;s:10:\"size_after\";i:10815;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:1298;s:11:\"size_before\";i:40933;s:10:\"size_after\";i:39635;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:854;s:11:\"size_before\";i:20071;s:10:\"size_after\";i:19217;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:465;s:11:\"size_before\";i:10529;s:10:\"size_after\";i:10064;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:631;s:11:\"size_before\";i:14020;s:10:\"size_after\";i:13389;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:295;s:11:\"size_before\";i:4533;s:10:\"size_after\";i:4238;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33399;s:10:\"size_after\";i:33399;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7492;s:10:\"size_after\";i:7492;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:22373;s:10:\"size_after\";i:21112;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:2679;s:11:\"size_before\";i:53573;s:10:\"size_after\";i:50894;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:12131;s:11:\"size_before\";i:423637;s:10:\"size_after\";i:411506;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:801;s:11:\"size_before\";i:12491;s:10:\"size_after\";i:11690;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:9506;s:11:\"size_before\";i:299427;s:10:\"size_after\";i:289921;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:5308;s:11:\"size_before\";i:146273;s:10:\"size_after\";i:140965;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:53289;s:10:\"size_after\";i:50644;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:1334;s:11:\"size_before\";i:23551;s:10:\"size_after\";i:22217;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:1701;s:11:\"size_before\";i:29996;s:10:\"size_after\";i:28295;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:2958;s:11:\"size_before\";i:60798;s:10:\"size_after\";i:57840;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:2370;s:11:\"size_before\";i:54848;s:10:\"size_after\";i:52478;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:5178;s:11:\"size_before\";i:144428;s:10:\"size_after\";i:139250;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2330;s:11:\"size_before\";i:45914;s:10:\"size_after\";i:43584;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:5773;s:11:\"size_before\";i:182059;s:10:\"size_after\";i:176286;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:3573;s:11:\"size_before\";i:81485;s:10:\"size_after\";i:77912;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:42584;s:10:\"size_after\";i:40576;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:2918;s:11:\"size_before\";i:56633;s:10:\"size_after\";i:53715;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:15805;s:10:\"size_after\";i:14713;s:4:\"time\";d:0.029999999999999999;}}}'),(23190,4004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2735;s:6:\"height\";i:1886;s:4:\"file\";s:32:\"2019/02/Rose_serve_275ml_fin.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Rose_serve_275ml_fin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Rose_serve_275ml_fin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-696x480.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Rose_serve_275ml_fin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Rose_serve_275ml_fin-1068x736.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-609x420.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"Rose_serve_275ml_fin-1920x1324.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Rose_serve_275ml_fin-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Rose_serve_275ml_fin-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Rose_serve_275ml_fin-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Rose_serve_275ml_fin-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Rose_serve_275ml_fin-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:17:\"Grumpycockstudios\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1543923392\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:4:{i:0;s:5:\"Canon\";i:1;s:11:\"CraigMorran\";i:2;s:12:\"DarryllJones\";i:3;s:17:\"Grumpycockstudios\";}}}'),(23191,4004,'_wp_attachment_image_alt','Fentimans Rose Lemonade cocktails'),(23192,4005,'_wp_attached_file','2019/02/IMG_3401.jpg'),(23193,4005,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4782594704108396;s:5:\"bytes\";i:160021;s:11:\"size_before\";i:2921019;s:10:\"size_after\";i:2760998;s:4:\"time\";d:1.2500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:446;s:11:\"size_before\";i:6975;s:10:\"size_after\";i:6529;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:910;s:11:\"size_before\";i:16707;s:10:\"size_after\";i:15797;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:3730;s:11:\"size_before\";i:113842;s:10:\"size_after\";i:110112;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:288;s:11:\"size_before\";i:4149;s:10:\"size_after\";i:3861;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:3170;s:11:\"size_before\";i:90041;s:10:\"size_after\";i:86871;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1724;s:11:\"size_before\";i:44240;s:10:\"size_after\";i:42516;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42516;s:10:\"size_after\";i:42516;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:905;s:11:\"size_before\";i:16502;s:10:\"size_after\";i:15597;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15597;s:10:\"size_after\";i:15597;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:6966;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:602;s:11:\"size_before\";i:9344;s:10:\"size_after\";i:8742;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:18347;s:10:\"size_after\";i:17340;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:629;s:11:\"size_before\";i:15059;s:10:\"size_after\";i:14430;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:39475;s:10:\"size_after\";i:37753;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:782;s:11:\"size_before\";i:13596;s:10:\"size_after\";i:12814;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:48800;s:10:\"size_after\";i:46977;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:24978;s:10:\"size_after\";i:23822;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:720;s:11:\"size_before\";i:13035;s:10:\"size_after\";i:12315;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:903;s:11:\"size_before\";i:16931;s:10:\"size_after\";i:16028;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:354;s:11:\"size_before\";i:5332;s:10:\"size_after\";i:4978;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42516;s:10:\"size_after\";i:42516;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8742;s:10:\"size_after\";i:8742;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:1728;s:11:\"size_before\";i:26345;s:10:\"size_after\";i:24617;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:3887;s:11:\"size_before\";i:66083;s:10:\"size_after\";i:62196;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:37476;s:11:\"size_before\";i:596548;s:10:\"size_after\";i:559072;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:1212;s:11:\"size_before\";i:15452;s:10:\"size_after\";i:14240;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:27895;s:11:\"size_before\";i:450222;s:10:\"size_after\";i:422327;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:11257;s:11:\"size_before\";i:199756;s:10:\"size_after\";i:188499;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:4036;s:11:\"size_before\";i:66894;s:10:\"size_after\";i:62858;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:2019;s:11:\"size_before\";i:28310;s:10:\"size_after\";i:26291;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:2523;s:11:\"size_before\";i:35563;s:10:\"size_after\";i:33040;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:4450;s:11:\"size_before\";i:73634;s:10:\"size_after\";i:69184;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:3060;s:11:\"size_before\";i:60640;s:10:\"size_after\";i:57580;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:9184;s:11:\"size_before\";i:170886;s:10:\"size_after\";i:161702;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:3440;s:11:\"size_before\";i:53938;s:10:\"size_after\";i:50498;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:11922;s:11:\"size_before\";i:218295;s:10:\"size_after\";i:206373;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:5915;s:11:\"size_before\";i:105055;s:10:\"size_after\";i:99140;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:3062;s:11:\"size_before\";i:51317;s:10:\"size_after\";i:48255;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:4140;s:11:\"size_before\";i:68479;s:10:\"size_after\";i:64339;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:19433;s:10:\"size_after\";i:17968;s:4:\"time\";d:0.01;}}}'),(23194,4005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2019/02/IMG_3401.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3401-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_3401-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_3401-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_3401-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_3401-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_3401-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_3401-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_3401-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_3401-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_3401-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_3401-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_3401-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_3401-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_3401-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_3401-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_3401-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_3401-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"IMG_3401-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_3401-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_3401-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3401-150x150.jpg\";s:5:\"width\";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:\"IMG_3401-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3401-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3401-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_3401-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_3401-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_3401-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_3401-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_3401-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_3401-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_3401-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_3401-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_3401-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_3401-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_3401-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_3401-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_3401-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_3401-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_3401-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_3401-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_3401-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_3401-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"foodie\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548685056\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23195,4005,'_wp_attachment_image_alt','Fentimans are launching their Rose Lemonade cocktails'),(23196,4003,'_thumbnail_id','4004'),(23197,4003,'_adinserter_block_exceptions',''),(23198,4003,'slide_template','default'),(23199,4003,'_bunyad_featured_post','0'),(23200,4003,'_bunyad_cat_label','0'),(23201,4003,'_bunyad_featured_disable','0'),(23202,4003,'_bunyad_bg_image_bg_type','cover'),(23203,4003,'_bunyad_reviews','0'),(23204,4003,'_bunyad_review_pos','none'),(23205,4003,'_bunyad_review_type','points'),(23206,4003,'_bunyad_review_verdict','Awesome'),(23207,4003,'_yoast_wpseo_focuskw','fentimans rose lemonade'),(23208,4003,'_yoast_wpseo_title','Fentimans Rose Lemonade – “Love Yourself” this February'),(23209,4003,'_yoast_wpseo_metadesc','Fentimans are launching a “Love Yourself” campaign where they will be encouraging people to indulge in their Fentimans Rose Lemonade cocktails'),(23210,4003,'_yoast_wpseo_linkdex','97'),(23211,4003,'_yoast_wpseo_content_score','30'),(23212,4003,'_yoast_wpseo_primary_category','2'),(23213,4003,'xyz_fbap','1'),(23217,4003,'_wpas_done_all','1'),(23218,4007,'_edit_last','1'),(23219,4007,'_edit_lock','1550593811:1'),(23220,4008,'_wp_attached_file','2019/02/alcohol-21938_1280.jpg'),(23221,4008,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2524118299118578;s:5:\"bytes\";i:98604;s:11:\"size_before\";i:1877309;s:10:\"size_after\";i:1778705;s:4:\"time\";d:0.83000000000000052;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8268;s:10:\"size_after\";i:7769;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:18234;s:10:\"size_after\";i:17198;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:140340;s:10:\"size_after\";i:134995;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:348;s:11:\"size_before\";i:4550;s:10:\"size_after\";i:4202;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:4942;s:11:\"size_before\";i:120054;s:10:\"size_after\";i:115112;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:2672;s:11:\"size_before\";i:58633;s:10:\"size_after\";i:55961;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55961;s:10:\"size_after\";i:55961;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:1095;s:11:\"size_before\";i:19865;s:10:\"size_after\";i:18770;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18770;s:10:\"size_after\";i:18770;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:547;s:11:\"size_before\";i:8455;s:10:\"size_after\";i:7908;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:581;s:11:\"size_before\";i:10219;s:10:\"size_after\";i:9638;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:21725;s:10:\"size_after\";i:20641;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:20457;s:10:\"size_after\";i:19409;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:51897;s:10:\"size_after\";i:49539;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:909;s:11:\"size_before\";i:16185;s:10:\"size_after\";i:15276;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:66201;s:10:\"size_after\";i:63358;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:31866;s:10:\"size_after\";i:30291;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:907;s:11:\"size_before\";i:16219;s:10:\"size_after\";i:15312;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:1075;s:11:\"size_before\";i:20173;s:10:\"size_after\";i:19098;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:377;s:11:\"size_before\";i:5606;s:10:\"size_after\";i:5229;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55961;s:10:\"size_after\";i:55961;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9638;s:10:\"size_after\";i:9638;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:2418;s:11:\"size_before\";i:34505;s:10:\"size_after\";i:32087;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:5081;s:11:\"size_before\";i:79370;s:10:\"size_after\";i:74289;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:18472;s:10:\"size_after\";i:17056;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:5435;s:11:\"size_before\";i:86719;s:10:\"size_after\";i:81284;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:2551;s:11:\"size_before\";i:35718;s:10:\"size_after\";i:33167;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:43382;s:10:\"size_after\";i:40505;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:5878;s:11:\"size_before\";i:94661;s:10:\"size_after\";i:88783;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:5375;s:11:\"size_before\";i:87708;s:10:\"size_after\";i:82333;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:13500;s:11:\"size_before\";i:228387;s:10:\"size_after\";i:214887;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:4556;s:11:\"size_before\";i:69997;s:10:\"size_after\";i:65441;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:8472;s:11:\"size_before\";i:139185;s:10:\"size_after\";i:130713;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:4545;s:11:\"size_before\";i:69373;s:10:\"size_after\";i:64828;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:5577;s:11:\"size_before\";i:87584;s:10:\"size_after\";i:82007;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:1682;s:11:\"size_before\";i:22971;s:10:\"size_after\";i:21289;s:4:\"time\";d:0.02;}}}'),(23222,4008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2019/02/alcohol-21938_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"alcohol-21938_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"alcohol-21938_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"alcohol-21938_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"alcohol-21938_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23223,4008,'_wp_attachment_image_alt','HIT training announce the first brewer apprenticeship in the UK'),(23224,4007,'_thumbnail_id','4008'),(23225,4007,'_adinserter_block_exceptions',''),(23226,4007,'slide_template','default'),(23227,4007,'_bunyad_featured_post','0'),(23228,4007,'_bunyad_cat_label','0'),(23229,4007,'_bunyad_featured_disable','0'),(23230,4007,'_bunyad_bg_image_bg_type','cover'),(23231,4007,'_bunyad_reviews','0'),(23232,4007,'_bunyad_review_pos','none'),(23233,4007,'_bunyad_review_type','points'),(23234,4007,'_bunyad_review_verdict','Awesome'),(23235,4007,'_yoast_wpseo_focuskw','hit training'),(23236,4007,'_yoast_wpseo_title','HIT Training to offer UK first apprenticeship for brewers'),(23237,4007,'_yoast_wpseo_metadesc','Over two years in the making, the UK’s first brewer apprenticeship is being offered to the sector by HIT Training for the hospitality industry'),(23238,4007,'_yoast_wpseo_linkdex','94'),(23239,4007,'_yoast_wpseo_content_score','30'),(23240,4007,'_yoast_wpseo_primary_category','2'),(23241,4007,'xyz_fbap','1'),(23245,4007,'_wpas_done_all','1'),(23246,4010,'_edit_last','1'),(23247,4010,'_edit_lock','1550594018:1'),(23248,4011,'_wp_attached_file','2019/02/hotel-room-1447201_1280.jpg'),(23249,4011,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0711632402535205;s:5:\"bytes\";i:56147;s:11:\"size_before\";i:1379139;s:10:\"size_after\";i:1322992;s:4:\"time\";d:0.87000000000000044;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:348;s:11:\"size_before\";i:6782;s:10:\"size_after\";i:6434;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:495;s:11:\"size_before\";i:14203;s:10:\"size_after\";i:13708;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:3675;s:11:\"size_before\";i:102790;s:10:\"size_after\";i:99115;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:254;s:11:\"size_before\";i:3845;s:10:\"size_after\";i:3591;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:3207;s:11:\"size_before\";i:81623;s:10:\"size_after\";i:78416;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:1212;s:11:\"size_before\";i:40477;s:10:\"size_after\";i:39265;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39265;s:10:\"size_after\";i:39265;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:555;s:11:\"size_before\";i:15010;s:10:\"size_after\";i:14455;s:4:\"time\";d:0.13;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14455;s:10:\"size_after\";i:14455;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:367;s:11:\"size_before\";i:6867;s:10:\"size_after\";i:6500;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:439;s:11:\"size_before\";i:8397;s:10:\"size_after\";i:7958;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:522;s:11:\"size_before\";i:16675;s:10:\"size_after\";i:16153;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:525;s:11:\"size_before\";i:16531;s:10:\"size_after\";i:16006;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:39443;s:10:\"size_after\";i:38356;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:429;s:11:\"size_before\";i:12468;s:10:\"size_after\";i:12039;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:49741;s:10:\"size_after\";i:48280;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:662;s:11:\"size_before\";i:22971;s:10:\"size_after\";i:22309;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:476;s:11:\"size_before\";i:13080;s:10:\"size_after\";i:12604;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:493;s:11:\"size_before\";i:15352;s:10:\"size_after\";i:14859;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:252;s:11:\"size_before\";i:4708;s:10:\"size_after\";i:4456;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39265;s:10:\"size_after\";i:39265;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7958;s:10:\"size_after\";i:7958;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:1246;s:11:\"size_before\";i:27420;s:10:\"size_after\";i:26174;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:2621;s:11:\"size_before\";i:58232;s:10:\"size_after\";i:55611;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:696;s:11:\"size_before\";i:14435;s:10:\"size_after\";i:13739;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:3058;s:11:\"size_before\";i:61364;s:10:\"size_after\";i:58306;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:1236;s:11:\"size_before\";i:27392;s:10:\"size_after\";i:26156;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:32837;s:10:\"size_after\";i:31395;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:3220;s:11:\"size_before\";i:68753;s:10:\"size_after\";i:65533;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:68799;s:10:\"size_after\";i:65093;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:8601;s:11:\"size_before\";i:165046;s:10:\"size_after\";i:156445;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:52259;s:10:\"size_after\";i:49829;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:5032;s:11:\"size_before\";i:95842;s:10:\"size_after\";i:90810;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:2588;s:11:\"size_before\";i:53994;s:10:\"size_after\";i:51406;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:2907;s:11:\"size_before\";i:63762;s:10:\"size_after\";i:60855;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:905;s:11:\"size_before\";i:17098;s:10:\"size_after\";i:16193;s:4:\"time\";d:0.02;}}}'),(23250,4011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:35:\"2019/02/hotel-room-1447201_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"hotel-room-1447201_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"hotel-room-1447201_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"hotel-room-1447201_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"hotel-room-1447201_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"hotel-room-1447201_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"hotel-room-1447201_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"hotel-room-1447201_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"hotel-room-1447201_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"hotel-room-1447201_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS Rebel T6i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23251,4011,'_wp_attachment_image_alt','BII announces ticket sales launch for Summer Event 2019'),(23252,4010,'_thumbnail_id','4011'),(23253,4010,'_adinserter_block_exceptions',''),(23254,4010,'slide_template','default'),(23255,4010,'_bunyad_featured_post','0'),(23256,4010,'_bunyad_cat_label','0'),(23257,4010,'_bunyad_featured_disable','0'),(23258,4010,'_bunyad_bg_image_bg_type','cover'),(23259,4010,'_bunyad_reviews','0'),(23260,4010,'_bunyad_review_pos','none'),(23261,4010,'_bunyad_review_type','points'),(23262,4010,'_bunyad_review_verdict','Awesome'),(23263,4010,'_yoast_wpseo_focuskw','bii'),(23264,4010,'_yoast_wpseo_title','BII announces ticket sales launch for Summer Event 2019'),(23265,4010,'_yoast_wpseo_metadesc','The BII are delighted to announce that tickets are now available for their Summer Event at HAC Marquee, London on the 4th June 2019.'),(23266,4010,'_yoast_wpseo_linkdex','86'),(23267,4010,'_yoast_wpseo_content_score','30'),(23268,4010,'_yoast_wpseo_primary_category','33'),(23269,4010,'xyz_fbap','1'),(23273,4010,'_wpas_done_all','1'),(23276,4010,'_wpas_skip_20130109','1'),(23279,4016,'_edit_lock','1551174032:1'),(23280,4016,'_edit_last','1'),(23282,4016,'_adinserter_block_exceptions',''),(23283,4016,'slide_template','default'),(23284,4016,'_bunyad_featured_post','1'),(23285,4016,'_bunyad_cat_label','0'),(23286,4016,'_bunyad_featured_disable','0'),(23287,4016,'_bunyad_bg_image_bg_type','cover'),(23288,4016,'_bunyad_reviews','0'),(23289,4016,'_bunyad_review_pos','none'),(23290,4016,'_bunyad_review_type','points'),(23291,4016,'_bunyad_review_verdict','Awesome'),(23292,4016,'_yoast_wpseo_focuskw','lagunitas'),(23293,4016,'_yoast_wpseo_title','Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar'),(23294,4016,'_yoast_wpseo_metadesc','After hearing a mumbling or two, the Brew Monsters over at Lagunitas HQ rolled up their sleeves and set about making a kickass, sessionable, lower calorie, craft beer. Yeah, there are a lot of qualifiers here, but we swear it’s all true! Launching this month, the latest creation from the Lagunitas Brewing Company, DayTime Session IPA, is now available.'),(23295,4016,'_yoast_wpseo_linkdex','77'),(23296,4016,'_yoast_wpseo_content_score','30'),(23297,4016,'_yoast_wpseo_primary_category','2'),(23298,4016,'xyz_fbap','1'),(23299,4016,'_wpas_done_all','1'),(23300,4016,'_wpas_skip_20130109','1'),(23301,4018,'_wp_attached_file','2019/02/Lagunitas-DayTime-Session-IPA.png'),(23302,4018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2285;s:6:\"height\";i:3427;s:4:\"file\";s:41:\"2019/02/Lagunitas-DayTime-Session-IPA.png\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Lagunitas-DayTime-Session-IPA-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Lagunitas-DayTime-Session-IPA-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Lagunitas-DayTime-Session-IPA-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Lagunitas-DayTime-Session-IPA-696x1044.png\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Lagunitas-DayTime-Session-IPA-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Lagunitas-DayTime-Session-IPA-1068x1602.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-280x420.png\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Lagunitas-DayTime-Session-IPA-1920x2880.png\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-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:41:\"Lagunitas-DayTime-Session-IPA-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Lagunitas-DayTime-Session-IPA-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Lagunitas-DayTime-Session-IPA-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Lagunitas-DayTime-Session-IPA-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Lagunitas-DayTime-Session-IPA-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Lagunitas-DayTime-Session-IPA-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23303,4018,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1468425;s:10:\"size_after\";i:1468425;s:4:\"time\";d:1.9400000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14997;s:10:\"size_after\";i:14997;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25881;s:10:\"size_after\";i:25881;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:217935;s:10:\"size_after\";i:217935;s:4:\"time\";d:0.23000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7883;s:10:\"size_after\";i:7883;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:257267;s:10:\"size_after\";i:257267;s:4:\"time\";d:0.34000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116517;s:10:\"size_after\";i:116517;s:4:\"time\";d:0.16;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116517;s:10:\"size_after\";i:116517;s:4:\"time\";d:0.10000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36213;s:10:\"size_after\";i:36213;s:4:\"time\";d:0.059999999999999998;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36213;s:10:\"size_after\";i:36213;s:4:\"time\";d:0.080000000000000002;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18682;s:10:\"size_after\";i:18682;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40336;s:10:\"size_after\";i:40336;s:4:\"time\";d:0.050000000000000003;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33067;s:10:\"size_after\";i:33067;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100367;s:10:\"size_after\";i:100367;s:4:\"time\";d:0.13;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29611;s:10:\"size_after\";i:29611;s:4:\"time\";d:0.050000000000000003;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130717;s:10:\"size_after\";i:130717;s:4:\"time\";d:0.17999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60100;s:10:\"size_after\";i:60100;s:4:\"time\";d:0.080000000000000002;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29312;s:10:\"size_after\";i:29312;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36951;s:10:\"size_after\";i:36951;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9693;s:10:\"size_after\";i:9693;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116517;s:10:\"size_after\";i:116517;s:4:\"time\";d:0.11;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18682;s:10:\"size_after\";i:18682;s:4:\"time\";d:0.040000000000000001;}}}'),(23304,4018,'_wp_attachment_image_alt','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple'),(23305,4016,'_thumbnail_id','4018'),(23309,4020,'_edit_last','1'),(23310,4020,'_edit_lock','1551711818:1'),(23311,4021,'_wp_attached_file','2019/03/ukh_logo_-_hi_res.jpg'),(23312,4021,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.722354531054421;s:5:\"bytes\";i:265818;s:11:\"size_before\";i:1805540;s:10:\"size_after\";i:1539722;s:4:\"time\";d:0.85000000000000031;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:735;s:11:\"size_before\";i:6845;s:10:\"size_after\";i:6110;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.789999999999999;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:12121;s:10:\"size_after\";i:10692;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000001;s:5:\"bytes\";i:12635;s:11:\"size_before\";i:72734;s:10:\"size_after\";i:60099;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:321;s:11:\"size_before\";i:3887;s:10:\"size_after\";i:3566;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.84;s:5:\"bytes\";i:11071;s:11:\"size_before\";i:74582;s:10:\"size_after\";i:63511;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.359999999999999;s:5:\"bytes\";i:6466;s:11:\"size_before\";i:42086;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:14165;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12597;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:611;s:11:\"size_before\";i:5981;s:10:\"size_after\";i:5370;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:776;s:11:\"size_before\";i:7483;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.380000000000001;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:14097;s:10:\"size_after\";i:12493;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.130000000000001;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:14499;s:10:\"size_after\";i:12596;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:5005;s:11:\"size_before\";i:30872;s:10:\"size_after\";i:25867;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:10257;s:10:\"size_after\";i:9170;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67;s:5:\"bytes\";i:6102;s:11:\"size_before\";i:38933;s:10:\"size_after\";i:32831;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:2822;s:11:\"size_before\";i:23477;s:10:\"size_after\";i:20655;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:11445;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.48;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:13119;s:10:\"size_after\";i:11613;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:469;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4423;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6707;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.960000000000001;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:23586;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.31;s:5:\"bytes\";i:6942;s:11:\"size_before\";i:45342;s:10:\"size_after\";i:38400;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.77;s:5:\"bytes\";i:39017;s:11:\"size_before\";i:219562;s:10:\"size_after\";i:180545;s:4:\"time\";d:0.070000000000000007;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.859999999999999;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:13019;s:10:\"size_after\";i:11605;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.630000000000001;s:5:\"bytes\";i:33944;s:11:\"size_before\";i:217169;s:10:\"size_after\";i:183225;s:4:\"time\";d:0.059999999999999998;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.34;s:5:\"bytes\";i:21193;s:11:\"size_before\";i:129702;s:10:\"size_after\";i:108509;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.59;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:54255;s:10:\"size_after\";i:45795;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.85;s:5:\"bytes\";i:3139;s:11:\"size_before\";i:22660;s:10:\"size_after\";i:19521;s:4:\"time\";d:0.070000000000000007;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:26340;s:10:\"size_after\";i:22796;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.369999999999999;s:5:\"bytes\";i:8143;s:11:\"size_before\";i:52986;s:10:\"size_after\";i:44843;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999;s:5:\"bytes\";i:7166;s:11:\"size_before\";i:51371;s:10:\"size_after\";i:44205;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999999;s:5:\"bytes\";i:16970;s:11:\"size_before\";i:101490;s:10:\"size_after\";i:84520;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.779999999999999;s:5:\"bytes\";i:5594;s:11:\"size_before\";i:37847;s:10:\"size_after\";i:32253;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000002;s:5:\"bytes\";i:20945;s:11:\"size_before\";i:124999;s:10:\"size_after\";i:104054;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.789999999999999;s:5:\"bytes\";i:12187;s:11:\"size_before\";i:82380;s:10:\"size_after\";i:70193;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.91;s:5:\"bytes\";i:6480;s:11:\"size_before\";i:43458;s:10:\"size_after\";i:36978;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.779999999999999;s:5:\"bytes\";i:7930;s:11:\"size_before\";i:50243;s:10:\"size_after\";i:42313;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.779999999999999;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:17112;s:10:\"size_after\";i:15097;s:4:\"time\";d:0.01;}}}'),(23313,4021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1767;s:4:\"file\";s:29:\"2019/03/ukh_logo_-_hi_res.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"ukh_logo_-_hi_res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"ukh_logo_-_hi_res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-150x150.jpg\";s:5:\"width\";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:\"ukh_logo_-_hi_res-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"ukh_logo_-_hi_res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"ukh_logo_-_hi_res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23314,4021,'_wp_attachment_image_alt','UKHospitality - Digital tax revenue must be used to boost high streets'),(23315,4020,'_thumbnail_id','4021'),(23316,4020,'_adinserter_block_exceptions',''),(23317,4020,'slide_template','default'),(23318,4020,'_bunyad_featured_post','0'),(23319,4020,'_bunyad_cat_label','0'),(23320,4020,'_bunyad_featured_disable','0'),(23321,4020,'_bunyad_bg_image_bg_type','cover'),(23322,4020,'_bunyad_reviews','0'),(23323,4020,'_bunyad_review_pos','none'),(23324,4020,'_bunyad_review_type','points'),(23325,4020,'_bunyad_review_verdict','Awesome'),(23326,4020,'_yoast_wpseo_focuskw','ukhospitality'),(23327,4020,'_yoast_wpseo_title','UKHospitality - Digital tax revenue must be used to boost high streets'),(23328,4020,'_yoast_wpseo_metadesc','The new Digital Services Tax must be used to offset business rates bills if the Government\'s serious about supporting Britain’s high streets - UKHospitality'),(23329,4020,'_yoast_wpseo_linkdex','88'),(23330,4020,'_yoast_wpseo_content_score','60'),(23331,4020,'_yoast_wpseo_primary_category','8'),(23332,4020,'xyz_fbap','1'),(23336,4020,'_wpas_done_all','1'),(23339,4020,'_wpas_skip_20130109','1'),(23340,4024,'_edit_last','1'),(23341,4024,'_edit_lock','1551711064:1'),(23342,4025,'_wp_attached_file','2019/03/PINEAPPLE_SERVE_approved1.jpg'),(23343,4025,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1399918047815287;s:5:\"bytes\";i:116049;s:11:\"size_before\";i:1625338;s:10:\"size_after\";i:1509289;s:4:\"time\";d:0.63000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1293;s:11:\"size_before\";i:18324;s:10:\"size_after\";i:17031;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:2906;s:11:\"size_before\";i:38814;s:10:\"size_after\";i:35908;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.44;s:5:\"bytes\";i:33193;s:11:\"size_before\";i:317939;s:10:\"size_after\";i:284746;s:4:\"time\";d:0.089999999999999997;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:817;s:11:\"size_before\";i:10299;s:10:\"size_after\";i:9482;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:21080;s:11:\"size_before\";i:344882;s:10:\"size_after\";i:323802;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:9937;s:11:\"size_before\";i:166273;s:10:\"size_after\";i:156336;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:3246;s:11:\"size_before\";i:52032;s:10:\"size_after\";i:48786;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:18915;s:10:\"size_after\";i:17352;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:25461;s:10:\"size_after\";i:23825;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:3480;s:11:\"size_before\";i:56197;s:10:\"size_after\";i:52717;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:41126;s:10:\"size_after\";i:37893;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:8612;s:11:\"size_before\";i:136582;s:10:\"size_after\";i:127970;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:2536;s:11:\"size_before\";i:39206;s:10:\"size_after\";i:36670;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:10471;s:11:\"size_before\";i:170627;s:10:\"size_after\";i:160156;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:5216;s:11:\"size_before\";i:86080;s:10:\"size_after\";i:80864;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:2631;s:11:\"size_before\";i:37123;s:10:\"size_after\";i:34492;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:3305;s:11:\"size_before\";i:51856;s:10:\"size_after\";i:48551;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:894;s:11:\"size_before\";i:13602;s:10:\"size_after\";i:12708;s:4:\"time\";d:0.01;}}}'),(23344,4025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4872;s:6:\"height\";i:6496;s:4:\"file\";s:37:\"2019/03/PINEAPPLE_SERVE_approved1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"PINEAPPLE_SERVE_approved1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"PINEAPPLE_SERVE_approved1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"PINEAPPLE_SERVE_approved1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"PINEAPPLE_SERVE_approved1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"PINEAPPLE_SERVE_approved1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"PINEAPPLE_SERVE_approved1-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"PINEAPPLE_SERVE_approved1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"PINEAPPLE_SERVE_approved1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"PINEAPPLE_SERVE_approved1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"PINEAPPLE_SERVE_approved1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"PINEAPPLE_SERVE_approved1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23345,4025,'_wp_attachment_image_alt','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple'),(23346,4024,'_adinserter_block_exceptions',''),(23347,4024,'slide_template','default'),(23348,4024,'_bunyad_featured_post','0'),(23349,4024,'_bunyad_cat_label','0'),(23350,4024,'_bunyad_featured_disable','0'),(23351,4024,'_bunyad_bg_image_bg_type','cover'),(23352,4024,'_bunyad_reviews','0'),(23353,4024,'_bunyad_review_pos','none'),(23354,4024,'_bunyad_review_type','points'),(23355,4024,'_bunyad_review_verdict','Awesome'),(23356,4024,'_yoast_wpseo_focuskw','flavoured cider'),(23357,4024,'_yoast_wpseo_title','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple'),(23358,4024,'_yoast_wpseo_metadesc','Capitalising on the popularity of flavoured cider and the brand’s impressive growth, Old Mout is expanding its innovative range of flavours'),(23359,4024,'_yoast_wpseo_linkdex','92'),(23360,4024,'_yoast_wpseo_content_score','30'),(23361,4024,'_yoast_wpseo_primary_category','2'),(23362,4027,'_wp_attached_file','2019/03/download.png'),(23363,4027,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.973486363114489;s:5:\"bytes\";i:78235;s:11:\"size_before\";i:252587;s:10:\"size_after\";i:174352;s:4:\"time\";d:1.0100000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.190000000000001;s:5:\"bytes\";i:6244;s:11:\"size_before\";i:26926;s:10:\"size_after\";i:20682;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.52;s:5:\"bytes\";i:3761;s:11:\"size_before\";i:15341;s:10:\"size_after\";i:11580;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.729999999999997;s:5:\"bytes\";i:12884;s:11:\"size_before\";i:24434;s:10:\"size_after\";i:11550;s:4:\"time\";d:0.12;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11550;s:10:\"size_after\";i:11550;s:4:\"time\";d:0.10000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.760000000000002;s:5:\"bytes\";i:6913;s:11:\"size_before\";i:27920;s:10:\"size_after\";i:21007;s:4:\"time\";d:0.059999999999999998;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.800000000000001;s:5:\"bytes\";i:8662;s:11:\"size_before\";i:34925;s:10:\"size_after\";i:26263;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.590000000000003;s:5:\"bytes\";i:12075;s:11:\"size_before\";i:22959;s:10:\"size_after\";i:10884;s:4:\"time\";d:0.20000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.530000000000001;s:5:\"bytes\";i:12146;s:11:\"size_before\";i:23124;s:10:\"size_after\";i:10978;s:4:\"time\";d:0.13;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.73;s:5:\"bytes\";i:4101;s:11:\"size_before\";i:17284;s:10:\"size_after\";i:13183;s:4:\"time\";d:0.050000000000000003;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26263;s:10:\"size_after\";i:26263;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.369999999999997;s:5:\"bytes\";i:11449;s:11:\"size_before\";i:21861;s:10:\"size_after\";i:10412;s:4:\"time\";d:0.12;}}}'),(23364,4027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:264;s:6:\"height\";i:191;s:4:\"file\";s:20:\"2019/03/download.png\";s:5:\"sizes\";a:14:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"download-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"download-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"download-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"download-264x160.png\";s:5:\"width\";i:264;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"download-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"download-264x185.png\";s:5:\"width\";i:264;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"download-264x185.png\";s:5:\"width\";i:264;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"download-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"download-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"download-233x191.png\";s:5:\"width\";i:233;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"download-235x191.png\";s:5:\"width\";i:235;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"download-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"download-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23365,4027,'_wp_attachment_image_alt',''),(23366,4024,'_thumbnail_id','4052'),(23367,4028,'_wp_attached_file','2019/03/OLD-MOUT.png'),(23368,4028,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.214754422713099;s:5:\"bytes\";i:430718;s:11:\"size_before\";i:1223118;s:10:\"size_after\";i:792400;s:4:\"time\";d:10.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:31:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.329999999999998;s:5:\"bytes\";i:4231;s:11:\"size_before\";i:11974;s:10:\"size_after\";i:7743;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.530000000000001;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:17507;s:10:\"size_after\";i:12162;s:4:\"time\";d:0.14999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.25;s:5:\"bytes\";i:917;s:11:\"size_before\";i:4121;s:10:\"size_after\";i:3204;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.299999999999997;s:5:\"bytes\";i:27893;s:11:\"size_before\";i:79019;s:10:\"size_after\";i:51126;s:4:\"time\";d:0.64000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51126;s:10:\"size_after\";i:51126;s:4:\"time\";d:0.68000000000000005;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.100000000000001;s:5:\"bytes\";i:10586;s:11:\"size_before\";i:29326;s:10:\"size_after\";i:18740;s:4:\"time\";d:0.27000000000000002;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18740;s:10:\"size_after\";i:18740;s:4:\"time\";d:0.25;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.359999999999999;s:5:\"bytes\";i:4330;s:11:\"size_before\";i:12981;s:10:\"size_after\";i:8651;s:4:\"time\";d:0.059999999999999998;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.310000000000002;s:5:\"bytes\";i:6178;s:11:\"size_before\";i:15326;s:10:\"size_after\";i:9148;s:4:\"time\";d:0.11;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.619999999999997;s:5:\"bytes\";i:12247;s:11:\"size_before\";i:33446;s:10:\"size_after\";i:21199;s:4:\"time\";d:0.29999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.420000000000002;s:5:\"bytes\";i:19189;s:11:\"size_before\";i:39632;s:10:\"size_after\";i:20443;s:4:\"time\";d:0.19;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.259999999999998;s:5:\"bytes\";i:25787;s:11:\"size_before\";i:73143;s:10:\"size_after\";i:47356;s:4:\"time\";d:0.56999999999999995;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.479999999999997;s:5:\"bytes\";i:13667;s:11:\"size_before\";i:23372;s:10:\"size_after\";i:9705;s:4:\"time\";d:0.080000000000000002;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.859999999999999;s:5:\"bytes\";i:7245;s:11:\"size_before\";i:16519;s:10:\"size_after\";i:9274;s:4:\"time\";d:0.17999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.68;s:5:\"bytes\";i:16102;s:11:\"size_before\";i:45130;s:10:\"size_after\";i:29028;s:4:\"time\";d:0.34000000000000002;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.43;s:5:\"bytes\";i:3832;s:11:\"size_before\";i:10238;s:10:\"size_after\";i:6406;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.82;s:5:\"bytes\";i:12278;s:11:\"size_before\";i:32463;s:10:\"size_after\";i:20185;s:4:\"time\";d:0.26000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.379999999999999;s:5:\"bytes\";i:1988;s:11:\"size_before\";i:6544;s:10:\"size_after\";i:4556;s:4:\"time\";d:0.040000000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51126;s:10:\"size_after\";i:51126;s:4:\"time\";d:0.71999999999999997;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9148;s:10:\"size_after\";i:9148;s:4:\"time\";d:0.10000000000000001;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.68;s:5:\"bytes\";i:12087;s:11:\"size_before\";i:32081;s:10:\"size_after\";i:19994;s:4:\"time\";d:0.13;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.210000000000001;s:5:\"bytes\";i:33594;s:11:\"size_before\";i:85681;s:10:\"size_after\";i:52087;s:4:\"time\";d:0.90000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.879999999999999;s:5:\"bytes\";i:2595;s:11:\"size_before\";i:10429;s:10:\"size_after\";i:7834;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.670000000000002;s:5:\"bytes\";i:29350;s:11:\"size_before\";i:82283;s:10:\"size_after\";i:52933;s:4:\"time\";d:0.75;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.670000000000002;s:5:\"bytes\";i:17236;s:11:\"size_before\";i:44575;s:10:\"size_after\";i:27339;s:4:\"time\";d:0.37;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.619999999999997;s:5:\"bytes\";i:20939;s:11:\"size_before\";i:54219;s:10:\"size_after\";i:33280;s:4:\"time\";d:0.38;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.57;s:5:\"bytes\";i:44334;s:11:\"size_before\";i:114951;s:10:\"size_after\";i:70617;s:4:\"time\";d:1.2;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.770000000000003;s:5:\"bytes\";i:44649;s:11:\"size_before\";i:74703;s:10:\"size_after\";i:30054;s:4:\"time\";d:0.31;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.109999999999999;s:5:\"bytes\";i:7151;s:11:\"size_before\";i:15854;s:10:\"size_after\";i:8703;s:4:\"time\";d:0.17000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.799999999999997;s:5:\"bytes\";i:40101;s:11:\"size_before\";i:106091;s:10:\"size_after\";i:65990;s:4:\"time\";d:0.78000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.130000000000003;s:5:\"bytes\";i:6867;s:11:\"size_before\";i:21370;s:10:\"size_after\";i:14503;s:4:\"time\";d:0.16;}}}'),(23369,4028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:20:\"2019/03/OLD-MOUT.png\";s:5:\"sizes\";a:37:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"OLD-MOUT-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"OLD-MOUT-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-534x432.png\";s:5:\"width\";i:534;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-696x392.png\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-741x432.png\";s:5:\"width\";i:741;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-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:\"OLD-MOUT-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"OLD-MOUT-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-600x432.png\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"OLD-MOUT-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"OLD-MOUT-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23370,4028,'_wp_attachment_image_alt','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple'),(23373,4030,'_wp_attached_file','2019/03/Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features.jpg'),(23374,4030,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8917899063065384;s:5:\"bytes\";i:143553;s:11:\"size_before\";i:1819017;s:10:\"size_after\";i:1675464;s:4:\"time\";d:0.91000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:344;s:11:\"size_before\";i:4580;s:10:\"size_after\";i:4236;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:786;s:11:\"size_before\";i:12595;s:10:\"size_after\";i:11809;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9499999999999993;s:5:\"bytes\";i:8673;s:11:\"size_before\";i:87187;s:10:\"size_after\";i:78514;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:225;s:11:\"size_before\";i:2963;s:10:\"size_after\";i:2738;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:4665;s:11:\"size_before\";i:54888;s:10:\"size_after\";i:50223;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:2013;s:11:\"size_before\";i:27180;s:10:\"size_after\";i:25167;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25167;s:10:\"size_after\";i:25167;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:674;s:11:\"size_before\";i:9964;s:10:\"size_after\";i:9290;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9290;s:10:\"size_after\";i:9290;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:369;s:11:\"size_before\";i:4993;s:10:\"size_after\";i:4624;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:361;s:11:\"size_before\";i:5924;s:10:\"size_after\";i:5563;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:727;s:11:\"size_before\";i:11285;s:10:\"size_after\";i:10558;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:653;s:11:\"size_before\";i:12260;s:10:\"size_after\";i:11607;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1905;s:11:\"size_before\";i:25838;s:10:\"size_after\";i:23933;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:515;s:11:\"size_before\";i:8566;s:10:\"size_after\";i:8051;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:2265;s:11:\"size_before\";i:32704;s:10:\"size_after\";i:30439;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:1020;s:11:\"size_before\";i:15158;s:10:\"size_after\";i:14138;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:601;s:11:\"size_before\";i:8900;s:10:\"size_after\";i:8299;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:690;s:11:\"size_before\";i:10434;s:10:\"size_after\";i:9744;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:261;s:11:\"size_before\";i:3396;s:10:\"size_after\";i:3135;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25167;s:10:\"size_after\";i:25167;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5563;s:10:\"size_after\";i:5563;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1063;s:11:\"size_before\";i:16476;s:10:\"size_after\";i:15413;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:3675;s:11:\"size_before\";i:49902;s:10:\"size_after\";i:46227;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.720000000000001;s:5:\"bytes\";i:41130;s:11:\"size_before\";i:383522;s:10:\"size_after\";i:342392;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:635;s:11:\"size_before\";i:9785;s:10:\"size_after\";i:9150;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:19213;s:11:\"size_before\";i:243513;s:10:\"size_after\";i:224300;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:8834;s:11:\"size_before\";i:115330;s:10:\"size_after\";i:106496;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:2740;s:11:\"size_before\";i:39189;s:10:\"size_after\";i:36449;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:1246;s:11:\"size_before\";i:17881;s:10:\"size_after\";i:16635;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:21900;s:10:\"size_after\";i:20447;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:3230;s:11:\"size_before\";i:45225;s:10:\"size_after\";i:41995;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:3421;s:11:\"size_before\";i:47928;s:10:\"size_after\";i:44507;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:7326;s:11:\"size_before\";i:107370;s:10:\"size_after\";i:100044;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:2641;s:11:\"size_before\";i:34043;s:10:\"size_after\";i:31402;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:9645;s:11:\"size_before\";i:135605;s:10:\"size_after\";i:125960;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:4620;s:11:\"size_before\";i:61974;s:10:\"size_after\";i:57354;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:2443;s:11:\"size_before\";i:32430;s:10:\"size_after\";i:29987;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:2720;s:11:\"size_before\";i:41567;s:10:\"size_after\";i:38847;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:771;s:11:\"size_before\";i:11375;s:10:\"size_after\";i:10604;s:4:\"time\";d:0.01;}}}'),(23375,4030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3626;s:6:\"height\";i:3626;s:4:\"file\";s:88:\"2019/03/Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:86:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:87:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:89:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:90:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:90:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:90:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:87:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:89:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:87:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:88:\"Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1550747229\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23376,4031,'_wp_attached_file','2019/03/Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch..jpg'),(23377,4031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7509661315036062;s:5:\"bytes\";i:163532;s:11:\"size_before\";i:2843557;s:10:\"size_after\";i:2680025;s:4:\"time\";d:1.2400000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:473;s:11:\"size_before\";i:6814;s:10:\"size_after\";i:6341;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:18538;s:10:\"size_after\";i:17485;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:7917;s:11:\"size_before\";i:136332;s:10:\"size_after\";i:128415;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:309;s:11:\"size_before\";i:3949;s:10:\"size_after\";i:3640;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:5159;s:11:\"size_before\";i:80342;s:10:\"size_after\";i:75183;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:35557;s:10:\"size_after\";i:33326;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33326;s:10:\"size_after\";i:33326;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:679;s:11:\"size_before\";i:12676;s:10:\"size_after\";i:11997;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11997;s:10:\"size_after\";i:11997;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:466;s:11:\"size_before\";i:6842;s:10:\"size_after\";i:6376;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:471;s:11:\"size_before\";i:7832;s:10:\"size_after\";i:7361;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:791;s:11:\"size_before\";i:14595;s:10:\"size_after\";i:13804;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:967;s:11:\"size_before\";i:15633;s:10:\"size_after\";i:14666;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1989;s:11:\"size_before\";i:34380;s:10:\"size_after\";i:32391;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:690;s:11:\"size_before\";i:11692;s:10:\"size_after\";i:11002;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:43494;s:10:\"size_after\";i:41133;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:19147;s:10:\"size_after\";i:18063;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:745;s:11:\"size_before\";i:12098;s:10:\"size_after\";i:11353;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:759;s:11:\"size_before\";i:13542;s:10:\"size_after\";i:12783;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:277;s:11:\"size_before\";i:4346;s:10:\"size_after\";i:4069;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33326;s:10:\"size_after\";i:33326;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7361;s:10:\"size_after\";i:7361;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:1861;s:11:\"size_before\";i:24686;s:10:\"size_after\";i:22825;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:5171;s:11:\"size_before\";i:74801;s:10:\"size_after\";i:69630;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:37077;s:11:\"size_before\";i:683716;s:10:\"size_after\";i:646639;s:4:\"time\";d:0.33000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:13875;s:10:\"size_after\";i:12798;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:22351;s:11:\"size_before\";i:420642;s:10:\"size_after\";i:398291;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:10929;s:11:\"size_before\";i:189581;s:10:\"size_after\";i:178652;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:3868;s:11:\"size_before\";i:55732;s:10:\"size_after\";i:51864;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:24889;s:10:\"size_after\";i:23009;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:2134;s:11:\"size_before\";i:29300;s:10:\"size_after\";i:27166;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:4361;s:11:\"size_before\";i:63300;s:10:\"size_after\";i:58939;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:4629;s:11:\"size_before\";i:63046;s:10:\"size_after\";i:58417;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:9720;s:11:\"size_before\";i:164068;s:10:\"size_after\";i:154348;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:47115;s:10:\"size_after\";i:43642;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:12239;s:11:\"size_before\";i:211815;s:10:\"size_after\";i:199576;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:5821;s:11:\"size_before\";i:93424;s:10:\"size_after\";i:87603;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:3430;s:11:\"size_before\";i:46896;s:10:\"size_after\";i:43466;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:3964;s:11:\"size_before\";i:58133;s:10:\"size_after\";i:54169;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:14719;s:10:\"size_after\";i:13593;s:4:\"time\";d:0.01;}}}'),(23378,4031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3626;s:6:\"height\";i:3626;s:4:\"file\";s:83:\"2019/03/Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch..jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:81:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:82:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:84:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:85:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:85:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:85:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:82:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:84:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:82:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:83:\"Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1550674820\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23379,4030,'_wp_attachment_image_alt','Pantheon\'s re-designed PM20 planetary mixer has important new safety features'),(23380,4031,'_wp_attachment_image_alt','Pantheon\'s re-designed PM20 planetary mixer has important new safety features'),(23384,4034,'_edit_last','1'),(23385,4034,'_edit_lock','1551713821:1'),(23386,4035,'_wp_attached_file','2019/03/pantheon.png'),(23387,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:136;s:4:\"file\";s:20:\"2019/03/pantheon.png\";s:5:\"sizes\";a:23:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"pantheon-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"pantheon-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"pantheon-218x136.png\";s:5:\"width\";i:218;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"pantheon-265x136.png\";s:5:\"width\";i:265;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"pantheon-324x136.png\";s:5:\"width\";i:324;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"pantheon-324x136.png\";s:5:\"width\";i:324;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"pantheon-324x136.png\";s:5:\"width\";i:324;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"pantheon-356x136.png\";s:5:\"width\";i:356;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"pantheon-356x136.png\";s:5:\"width\";i:356;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pantheon-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pantheon-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"pantheon-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"pantheon-351x136.png\";s:5:\"width\";i:351;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"pantheon-351x136.png\";s:5:\"width\";i:351;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"pantheon-168x136.png\";s:5:\"width\";i:168;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"pantheon-214x136.png\";s:5:\"width\";i:214;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"pantheon-343x136.png\";s:5:\"width\";i:343;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"pantheon-233x136.png\";s:5:\"width\";i:233;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"pantheon-269x136.png\";s:5:\"width\";i:269;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"pantheon-235x136.png\";s:5:\"width\";i:235;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"pantheon-326x136.png\";s:5:\"width\";i:326;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"pantheon-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"pantheon-214x136.png\";s:5:\"width\";i:214;s:6:\"height\";i:136;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:{}}}'),(23388,4035,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.455009684803663;s:5:\"bytes\";i:51757;s:11:\"size_before\";i:141975;s:10:\"size_after\";i:90218;s:4:\"time\";d:0.73999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.020000000000003;s:5:\"bytes\";i:2906;s:11:\"size_before\";i:6916;s:10:\"size_after\";i:4010;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.239999999999998;s:5:\"bytes\";i:6306;s:11:\"size_before\";i:20184;s:10:\"size_after\";i:13878;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.02;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:8063;s:10:\"size_after\";i:6126;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.32;s:5:\"bytes\";i:5190;s:11:\"size_before\";i:11710;s:10:\"size_after\";i:6520;s:4:\"time\";d:0.050000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6520;s:10:\"size_after\";i:6520;s:4:\"time\";d:0.059999999999999998;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.049999999999997;s:5:\"bytes\";i:3259;s:11:\"size_before\";i:7750;s:10:\"size_after\";i:4491;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.869999999999997;s:5:\"bytes\";i:4299;s:11:\"size_before\";i:9582;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.880000000000003;s:5:\"bytes\";i:5248;s:11:\"size_before\";i:11693;s:10:\"size_after\";i:6445;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.409999999999997;s:5:\"bytes\";i:4742;s:11:\"size_before\";i:10442;s:10:\"size_after\";i:5700;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.460000000000001;s:5:\"bytes\";i:5190;s:11:\"size_before\";i:11416;s:10:\"size_after\";i:6226;s:4:\"time\";d:0.050000000000000003;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.289999999999999;s:5:\"bytes\";i:4740;s:11:\"size_before\";i:10467;s:10:\"size_after\";i:5727;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.090000000000003;s:5:\"bytes\";i:5239;s:11:\"size_before\";i:11620;s:10:\"size_after\";i:6381;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.149999999999999;s:5:\"bytes\";i:2701;s:11:\"size_before\";i:10329;s:10:\"size_after\";i:7628;s:4:\"time\";d:0.059999999999999998;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5283;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.040000000000000001;}}}'),(23389,4035,'_wp_attachment_image_alt','Pantheon re-launches mixer with new, super-safe features'),(23390,4034,'_thumbnail_id','4037'),(23391,4034,'_adinserter_block_exceptions',''),(23392,4034,'slide_template','default'),(23393,4034,'_bunyad_featured_post','0'),(23394,4034,'_bunyad_cat_label','0'),(23395,4034,'_bunyad_featured_disable','0'),(23396,4034,'_bunyad_bg_image_bg_type','cover'),(23397,4034,'_bunyad_reviews','0'),(23398,4034,'_bunyad_review_pos','none'),(23399,4034,'_bunyad_review_type','points'),(23400,4034,'_bunyad_review_verdict','Awesome'),(23401,4034,'_yoast_wpseo_focuskw','Pantheon'),(23402,4034,'_yoast_wpseo_title','Pantheon re-launches mixer with new, super-safe features'),(23403,4034,'_yoast_wpseo_metadesc','Pantheon has re-designed its PM20, a 20-litre planetary mixer making it one of the safest machine mixers on the market today.'),(23404,4034,'_yoast_wpseo_linkdex','97'),(23405,4034,'_yoast_wpseo_content_score','30'),(23406,4034,'_yoast_wpseo_primary_category','3'),(23407,4037,'_wp_attached_file','2019/03/pantheon2.png'),(23408,4037,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.294798521961855;s:5:\"bytes\";i:33559;s:11:\"size_before\";i:194041;s:10:\"size_after\";i:160482;s:4:\"time\";d:0.95000000000000018;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:6950;s:10:\"size_after\";i:5717;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.23;s:5:\"bytes\";i:2240;s:11:\"size_before\";i:11073;s:10:\"size_after\";i:8833;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.109999999999999;s:5:\"bytes\";i:787;s:11:\"size_before\";i:4346;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.670000000000002;s:5:\"bytes\";i:3291;s:11:\"size_before\";i:16730;s:10:\"size_after\";i:13439;s:4:\"time\";d:0.070000000000000007;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13439;s:10:\"size_after\";i:13439;s:4:\"time\";d:0.080000000000000002;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.68;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:7631;s:10:\"size_after\";i:6358;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.059999999999999;s:5:\"bytes\";i:1641;s:11:\"size_before\";i:9621;s:10:\"size_after\";i:7980;s:4:\"time\";d:0.050000000000000003;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.359999999999999;s:5:\"bytes\";i:3123;s:11:\"size_before\";i:17987;s:10:\"size_after\";i:14864;s:4:\"time\";d:0.089999999999999997;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.02;s:5:\"bytes\";i:2082;s:11:\"size_before\";i:7704;s:10:\"size_after\";i:5622;s:4:\"time\";d:0.070000000000000007;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998;s:5:\"bytes\";i:2404;s:11:\"size_before\";i:13551;s:10:\"size_after\";i:11147;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.260000000000002;s:5:\"bytes\";i:4018;s:11:\"size_before\";i:14216;s:10:\"size_after\";i:10198;s:4:\"time\";d:0.070000000000000007;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.550000000000001;s:5:\"bytes\";i:2165;s:11:\"size_before\";i:13084;s:10:\"size_after\";i:10919;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.760000000000002;s:5:\"bytes\";i:3136;s:11:\"size_before\";i:17660;s:10:\"size_after\";i:14524;s:4:\"time\";d:0.089999999999999997;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.190000000000001;s:5:\"bytes\";i:1229;s:11:\"size_before\";i:5801;s:10:\"size_after\";i:4572;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7980;s:10:\"size_after\";i:7980;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.93;s:5:\"bytes\";i:1854;s:11:\"size_before\";i:10950;s:10:\"size_after\";i:9096;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.129999999999999;s:5:\"bytes\";i:3083;s:11:\"size_before\";i:15318;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.070000000000000007;}}}'),(23409,4037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:219;s:4:\"file\";s:21:\"2019/03/pantheon2.png\";s:5:\"sizes\";a:25:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"pantheon2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"pantheon2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"pantheon2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"pantheon2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"pantheon2-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"pantheon2-324x219.png\";s:5:\"width\";i:324;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"pantheon2-324x219.png\";s:5:\"width\";i:324;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"pantheon2-356x219.png\";s:5:\"width\";i:356;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"pantheon2-356x219.png\";s:5:\"width\";i:356;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"pantheon2-485x219.png\";s:5:\"width\";i:485;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pantheon2-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:\"pantheon2-300x131.png\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"pantheon2-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"pantheon2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"pantheon2-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"pantheon2-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"pantheon2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"pantheon2-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"pantheon2-233x219.png\";s:5:\"width\";i:233;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"pantheon2-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"pantheon2-474x219.png\";s:5:\"width\";i:474;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"pantheon2-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"pantheon2-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"pantheon2-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"pantheon2-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23410,4037,'_wp_attachment_image_alt','Pantheon re-launches mixer with new, super-safe features'),(23411,4034,'xyz_fbap','1'),(23415,4034,'_wpas_done_all','1'),(23416,4038,'_edit_last','1'),(23417,4038,'_edit_lock','1551954306:1'),(23418,4038,'_adinserter_block_exceptions',''),(23419,4038,'slide_template','default'),(23420,4038,'_bunyad_featured_post','0'),(23421,4038,'_bunyad_cat_label','0'),(23422,4038,'_bunyad_featured_disable','0'),(23423,4038,'_bunyad_bg_image_bg_type','cover'),(23424,4038,'_bunyad_reviews','0'),(23425,4038,'_bunyad_review_pos','none'),(23426,4038,'_bunyad_review_type','points'),(23427,4038,'_bunyad_review_verdict','Awesome'),(23428,4038,'_yoast_wpseo_content_score','30'),(23429,4038,'_yoast_wpseo_primary_category','10'),(23430,4040,'_wp_attached_file','2019/03/samtouch1.jpg'),(23431,4040,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3563843932712141;s:5:\"bytes\";i:84998;s:11:\"size_before\";i:1586854;s:10:\"size_after\";i:1501856;s:4:\"time\";d:0.67000000000000037;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:467;s:11:\"size_before\";i:8089;s:10:\"size_after\";i:7622;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:24013;s:10:\"size_after\";i:22765;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:6699;s:11:\"size_before\";i:156564;s:10:\"size_after\";i:149865;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:339;s:11:\"size_before\";i:4546;s:10:\"size_after\";i:4207;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:3699;s:11:\"size_before\";i:77831;s:10:\"size_after\";i:74132;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:2000;s:11:\"size_before\";i:42202;s:10:\"size_after\";i:40202;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40202;s:10:\"size_after\";i:40202;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:711;s:11:\"size_before\";i:15568;s:10:\"size_after\";i:14857;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14857;s:10:\"size_after\";i:14857;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:497;s:11:\"size_before\";i:8365;s:10:\"size_after\";i:7868;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:523;s:11:\"size_before\";i:9589;s:10:\"size_after\";i:9066;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:911;s:11:\"size_before\";i:18571;s:10:\"size_after\";i:17660;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:21394;s:10:\"size_after\";i:20247;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:2303;s:11:\"size_before\";i:46090;s:10:\"size_after\";i:43787;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:731;s:11:\"size_before\";i:15175;s:10:\"size_after\";i:14444;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:2968;s:11:\"size_before\";i:57768;s:10:\"size_after\";i:54800;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:24201;s:10:\"size_after\";i:23045;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:792;s:11:\"size_before\";i:15678;s:10:\"size_after\";i:14886;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:770;s:11:\"size_before\";i:16990;s:10:\"size_after\";i:16220;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:267;s:11:\"size_before\";i:4997;s:10:\"size_after\";i:4730;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40202;s:10:\"size_after\";i:40202;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9066;s:10:\"size_after\";i:9066;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:2346;s:11:\"size_before\";i:33849;s:10:\"size_after\";i:31503;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:6113;s:11:\"size_before\";i:94610;s:10:\"size_after\";i:88497;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:17879;s:10:\"size_after\";i:16677;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:3572;s:11:\"size_before\";i:60625;s:10:\"size_after\";i:57053;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:2448;s:11:\"size_before\";i:35107;s:10:\"size_after\";i:32659;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:38327;s:10:\"size_after\";i:35676;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:4289;s:11:\"size_before\";i:71945;s:10:\"size_after\";i:67656;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:6431;s:11:\"size_before\";i:86874;s:10:\"size_after\";i:80443;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:9766;s:11:\"size_before\";i:169489;s:10:\"size_after\";i:159723;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:4083;s:11:\"size_before\";i:61397;s:10:\"size_after\";i:57314;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:5131;s:11:\"size_before\";i:91551;s:10:\"size_after\";i:86420;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:4580;s:11:\"size_before\";i:66940;s:10:\"size_after\";i:62360;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:3999;s:11:\"size_before\";i:67918;s:10:\"size_after\";i:63919;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:18385;s:10:\"size_after\";i:17226;s:4:\"time\";d:0.01;}}}'),(23432,4040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1111;s:6:\"height\";i:1031;s:4:\"file\";s:21:\"2019/03/samtouch1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"samtouch1-768x713.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"samtouch1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"samtouch1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"samtouch1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"samtouch1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"samtouch1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"samtouch1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"samtouch1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"samtouch1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"samtouch1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"samtouch1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"samtouch1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"samtouch1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"samtouch1-696x646.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"samtouch1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"samtouch1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"samtouch1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"samtouch1-1068x991.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:991;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"samtouch1-453x420.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"samtouch1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"samtouch1-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"samtouch1-1024x950.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"samtouch1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"samtouch1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"samtouch1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"samtouch1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"samtouch1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"samtouch1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"samtouch1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"samtouch1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"samtouch1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"samtouch1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"samtouch1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"samtouch1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"samtouch1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"samtouch1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"samtouch1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"samtouch1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"samtouch1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"samtouch1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"samtouch1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23433,4041,'_wp_attached_file','2019/03/samtouch3.jpg'),(23434,4041,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.197989416962583;s:5:\"bytes\";i:219261;s:11:\"size_before\";i:1958039;s:10:\"size_after\";i:1738778;s:4:\"time\";d:0.81000000000000039;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:859;s:11:\"size_before\";i:9767;s:10:\"size_after\";i:8908;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:2648;s:11:\"size_before\";i:25894;s:10:\"size_after\";i:23246;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.24;s:5:\"bytes\";i:18675;s:11:\"size_before\";i:152596;s:10:\"size_after\";i:133921;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:416;s:11:\"size_before\";i:5296;s:10:\"size_after\";i:4880;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.800000000000001;s:5:\"bytes\";i:12732;s:11:\"size_before\";i:107929;s:10:\"size_after\";i:95197;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.289999999999999;s:5:\"bytes\";i:6836;s:11:\"size_before\";i:60528;s:10:\"size_after\";i:53692;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53692;s:10:\"size_after\";i:53692;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000006;s:5:\"bytes\";i:2407;s:11:\"size_before\";i:24348;s:10:\"size_after\";i:21941;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21941;s:10:\"size_after\";i:21941;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:974;s:11:\"size_before\";i:10153;s:10:\"size_after\";i:9179;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6199999999999992;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:13144;s:10:\"size_after\";i:11879;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.48;s:5:\"bytes\";i:2862;s:11:\"size_before\";i:27300;s:10:\"size_after\";i:24438;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9;s:5:\"bytes\";i:2618;s:11:\"size_before\";i:24011;s:10:\"size_after\";i:21393;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.09;s:5:\"bytes\";i:6759;s:11:\"size_before\";i:60969;s:10:\"size_after\";i:54210;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.460000000000001;s:5:\"bytes\";i:2146;s:11:\"size_before\";i:20522;s:10:\"size_after\";i:18376;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.59;s:5:\"bytes\";i:8486;s:11:\"size_before\";i:73197;s:10:\"size_after\";i:64711;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.33;s:5:\"bytes\";i:3782;s:11:\"size_before\";i:36595;s:10:\"size_after\";i:32813;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0800000000000001;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:19172;s:10:\"size_after\";i:17431;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17;s:5:\"bytes\";i:2596;s:11:\"size_before\";i:25516;s:10:\"size_after\";i:22920;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:549;s:11:\"size_before\";i:6742;s:10:\"size_after\";i:6193;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53692;s:10:\"size_after\";i:53692;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11879;s:10:\"size_after\";i:11879;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.369999999999999;s:5:\"bytes\";i:4298;s:11:\"size_before\";i:37787;s:10:\"size_after\";i:33489;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.31;s:5:\"bytes\";i:12664;s:11:\"size_before\";i:95135;s:10:\"size_after\";i:82471;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.66;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:20782;s:10:\"size_after\";i:18566;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67;s:5:\"bytes\";i:10995;s:11:\"size_before\";i:86810;s:10:\"size_after\";i:75815;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.17;s:5:\"bytes\";i:4840;s:11:\"size_before\";i:39776;s:10:\"size_after\";i:34936;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.859999999999999;s:5:\"bytes\";i:6110;s:11:\"size_before\";i:51513;s:10:\"size_after\";i:45403;s:4:\"time\";d:0.089999999999999997;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.470000000000001;s:5:\"bytes\";i:12333;s:11:\"size_before\";i:98883;s:10:\"size_after\";i:86550;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.91;s:5:\"bytes\";i:10855;s:11:\"size_before\";i:84105;s:10:\"size_after\";i:73250;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.529999999999999;s:5:\"bytes\";i:27555;s:11:\"size_before\";i:203624;s:10:\"size_after\";i:176069;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.359999999999999;s:5:\"bytes\";i:9565;s:11:\"size_before\";i:77392;s:10:\"size_after\";i:67827;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.289999999999999;s:5:\"bytes\";i:15283;s:11:\"size_before\";i:124362;s:10:\"size_after\";i:109079;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.949999999999999;s:5:\"bytes\";i:9495;s:11:\"size_before\";i:73300;s:10:\"size_after\";i:63805;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.640000000000001;s:5:\"bytes\";i:11740;s:11:\"size_before\";i:92859;s:10:\"size_after\";i:81119;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.039999999999999;s:5:\"bytes\";i:2961;s:11:\"size_before\";i:26828;s:10:\"size_after\";i:23867;s:4:\"time\";d:0.01;}}}'),(23435,4041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1111;s:6:\"height\";i:871;s:4:\"file\";s:21:\"2019/03/samtouch3.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"samtouch3-768x602.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"samtouch3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"samtouch3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"samtouch3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"samtouch3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"samtouch3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"samtouch3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"samtouch3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"samtouch3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"samtouch3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"samtouch3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"samtouch3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"samtouch3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"samtouch3-696x546.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"samtouch3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"samtouch3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"samtouch3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"samtouch3-1068x837.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:837;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"samtouch3-536x420.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"samtouch3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"samtouch3-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"samtouch3-1024x803.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"samtouch3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:22:\"samtouch3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"samtouch3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"samtouch3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"samtouch3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"samtouch3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"samtouch3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"samtouch3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"samtouch3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"samtouch3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"samtouch3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"samtouch3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"samtouch3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"samtouch3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"samtouch3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"samtouch3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"samtouch3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"samtouch3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"samtouch3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23436,4040,'_wp_attachment_image_alt','Samtouch POS software offers a high level of features'),(23437,4042,'_wp_attached_file','2019/03/Hisense-HK-950-No1.jpg'),(23438,4042,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9912241882004791;s:5:\"bytes\";i:97339;s:11:\"size_before\";i:1624693;s:10:\"size_after\";i:1527354;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:471;s:11:\"size_before\";i:6921;s:10:\"size_after\";i:6450;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:1108;s:11:\"size_before\";i:17587;s:10:\"size_after\";i:16479;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:7092;s:11:\"size_before\";i:107425;s:10:\"size_after\";i:100333;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:260;s:11:\"size_before\";i:3993;s:10:\"size_after\";i:3733;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:4025;s:11:\"size_before\";i:76483;s:10:\"size_after\";i:72458;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2076;s:11:\"size_before\";i:40946;s:10:\"size_after\";i:38870;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38870;s:10:\"size_after\";i:38870;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:947;s:11:\"size_before\";i:15711;s:10:\"size_after\";i:14764;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14764;s:10:\"size_after\";i:14764;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:449;s:11:\"size_before\";i:7144;s:10:\"size_after\";i:6695;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:565;s:11:\"size_before\";i:8891;s:10:\"size_after\";i:8326;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:17256;s:10:\"size_after\";i:16218;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:956;s:11:\"size_before\";i:16648;s:10:\"size_after\";i:15692;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:35818;s:10:\"size_after\";i:33739;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:779;s:11:\"size_before\";i:12673;s:10:\"size_after\";i:11894;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:2505;s:11:\"size_before\";i:44499;s:10:\"size_after\";i:41994;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:1317;s:11:\"size_before\";i:23986;s:10:\"size_after\";i:22669;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:749;s:11:\"size_before\";i:12164;s:10:\"size_after\";i:11415;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:979;s:11:\"size_before\";i:15989;s:10:\"size_after\";i:15010;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:355;s:11:\"size_before\";i:5097;s:10:\"size_after\";i:4742;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38870;s:10:\"size_after\";i:38870;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8326;s:10:\"size_after\";i:8326;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:24455;s:10:\"size_after\";i:22712;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:4432;s:11:\"size_before\";i:64951;s:10:\"size_after\";i:60519;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:13959;s:10:\"size_after\";i:12937;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:9759;s:11:\"size_before\";i:150771;s:10:\"size_after\";i:141012;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:3695;s:11:\"size_before\";i:58634;s:10:\"size_after\";i:54939;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:1884;s:11:\"size_before\";i:25767;s:10:\"size_after\";i:23883;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:32382;s:10:\"size_after\";i:30034;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:3977;s:11:\"size_before\";i:63648;s:10:\"size_after\";i:59671;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:3671;s:11:\"size_before\";i:61520;s:10:\"size_after\";i:57849;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:8780;s:11:\"size_before\";i:133946;s:10:\"size_after\";i:125166;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:3178;s:11:\"size_before\";i:47189;s:10:\"size_after\";i:44011;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:11141;s:11:\"size_before\";i:166174;s:10:\"size_after\";i:155033;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:5655;s:11:\"size_before\";i:88542;s:10:\"size_after\";i:82887;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:3057;s:11:\"size_before\";i:44896;s:10:\"size_after\";i:41839;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:3843;s:11:\"size_before\";i:59620;s:10:\"size_after\";i:55777;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:18178;s:10:\"size_after\";i:16774;s:4:\"time\";d:0.02;}}}'),(23439,4042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1654;s:6:\"height\";i:1587;s:4:\"file\";s:30:\"2019/03/Hisense-HK-950-No1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-768x737.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Hisense-HK-950-No1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Hisense-HK-950-No1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-696x668.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Hisense-HK-950-No1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Hisense-HK-950-No1-1068x1025.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-438x420.jpg\";s:5:\"width\";i:438;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Hisense-HK-950-No1-1024x983.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:983;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Hisense-HK-950-No1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"Hisense-HK-950-No1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"Hisense-HK-950-No1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"Hisense-HK-950-No1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518438276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23440,4038,'_yoast_wpseo_focuskw','samtouch'),(23441,4038,'_yoast_wpseo_title','Samtouch POS software offers a high level of features'),(23442,4038,'_yoast_wpseo_metadesc','Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.'),(23443,4038,'_yoast_wpseo_linkdex','89'),(23444,4038,'_thumbnail_id','4040'),(23445,4041,'_wp_attachment_image_alt','Samtouch POS software offers a high level of features'),(23446,4042,'_wp_attachment_image_alt','Their new POS software offers a high level of features'),(23447,4038,'xyz_fbap','1'),(23451,4038,'_wpas_done_all','1'),(23452,4047,'_edit_last','1'),(23453,4047,'_edit_lock','1551951313:1'),(23454,4048,'_wp_attached_file','2019/03/CDS2019.jpg'),(23455,4048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8473450756015568;s:5:\"bytes\";i:43015;s:11:\"size_before\";i:735633;s:10:\"size_after\";i:692618;s:4:\"time\";d:0.47000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:26:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:679;s:11:\"size_before\";i:9069;s:10:\"size_after\";i:8390;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:951;s:11:\"size_before\";i:13132;s:10:\"size_after\";i:12181;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:441;s:11:\"size_before\";i:4954;s:10:\"size_after\";i:4513;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:3121;s:11:\"size_before\";i:58384;s:10:\"size_after\";i:55263;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55263;s:10:\"size_after\";i:55263;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1644;s:11:\"size_before\";i:22328;s:10:\"size_after\";i:20684;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20684;s:10:\"size_after\";i:20684;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:708;s:11:\"size_before\";i:9270;s:10:\"size_after\";i:8562;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:980;s:11:\"size_before\";i:12211;s:10:\"size_after\";i:11231;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:24673;s:10:\"size_after\";i:22856;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:21502;s:10:\"size_after\";i:20199;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:3055;s:11:\"size_before\";i:50023;s:10:\"size_after\";i:46968;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:18086;s:10:\"size_after\";i:16720;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:3306;s:11:\"size_before\";i:54223;s:10:\"size_after\";i:50917;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:33951;s:10:\"size_after\";i:31734;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:16441;s:10:\"size_after\";i:15281;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:1646;s:11:\"size_before\";i:22833;s:10:\"size_after\";i:21187;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:541;s:11:\"size_before\";i:6623;s:10:\"size_after\";i:6082;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55263;s:10:\"size_after\";i:55263;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11231;s:10:\"size_after\";i:11231;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:2709;s:11:\"size_before\";i:35573;s:10:\"size_after\";i:32864;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:4204;s:11:\"size_before\";i:52363;s:10:\"size_after\";i:48159;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1099999999999994;s:5:\"bytes\";i:1744;s:11:\"size_before\";i:19136;s:10:\"size_after\";i:17392;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:35824;s:10:\"size_after\";i:32833;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:4046;s:11:\"size_before\";i:46891;s:10:\"size_after\";i:42845;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:2386;s:11:\"size_before\";i:25702;s:10:\"size_after\";i:23316;s:4:\"time\";d:0.01;}}}'),(23456,4048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2019/03/CDS2019.jpg\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"CDS2019-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"CDS2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"CDS2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"CDS2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"CDS2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"CDS2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"CDS2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"CDS2019-324x300.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"CDS2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"CDS2019-356x300.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"CDS2019-485x300.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"CDS2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"CDS2019-534x300.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"CDS2019-696x261.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"CDS2019-696x300.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"CDS2019-741x300.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"CDS2019-150x150.jpg\";s:5:\"width\";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:\"CDS2019-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"CDS2019-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"CDS2019-702x300.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"CDS2019-702x300.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"CDS2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"CDS2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"CDS2019-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"CDS2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"CDS2019-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"CDS2019-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"CDS2019-536x300.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"CDS2019-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"CDS2019-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"CDS2019-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"CDS2019-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"CDS2019-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"CDS2019-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"CDS2019-702x300.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"CDS2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23457,4048,'_wp_attachment_image_alt','Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards'),(23458,4047,'_thumbnail_id','4048'),(23459,4047,'_adinserter_block_exceptions',''),(23460,4047,'slide_template','default'),(23461,4047,'_bunyad_featured_post','0'),(23462,4047,'_bunyad_cat_label','0'),(23463,4047,'_bunyad_featured_disable','0'),(23464,4047,'_bunyad_bg_image_bg_type','cover'),(23465,4047,'_bunyad_reviews','0'),(23466,4047,'_bunyad_review_pos','none'),(23467,4047,'_bunyad_review_type','points'),(23468,4047,'_bunyad_review_verdict','Awesome'),(23469,4047,'_yoast_wpseo_focuskw','Casual Dining Restaurant'),(23470,4047,'_yoast_wpseo_title','Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards'),(23471,4047,'_yoast_wpseo_metadesc','The UK’s best casual dining operators were revealed at the Casual Dining Restaurant & Pub Awards 2019 withAzzurri Group & Wagamama among the winners'),(23472,4047,'_yoast_wpseo_linkdex','91'),(23473,4047,'_yoast_wpseo_content_score','30'),(23474,4047,'_yoast_wpseo_primary_category','8'),(23475,4052,'_wp_attached_file','2019/03/OTP_OLDMOUT_702x336.jpg'),(23476,4052,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3305161407045567;s:5:\"bytes\";i:22690;s:11:\"size_before\";i:309528;s:10:\"size_after\";i:286838;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:23:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:372;s:11:\"size_before\";i:5077;s:10:\"size_after\";i:4705;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:619;s:11:\"size_before\";i:8901;s:10:\"size_after\";i:8282;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3381;s:10:\"size_after\";i:3132;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:915;s:11:\"size_before\";i:12357;s:10:\"size_after\";i:11442;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11442;s:10:\"size_after\";i:11442;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:439;s:11:\"size_before\";i:5754;s:10:\"size_after\";i:5315;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:561;s:11:\"size_before\";i:7489;s:10:\"size_after\";i:6928;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:911;s:11:\"size_before\";i:13602;s:10:\"size_after\";i:12691;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1999999999999993;s:5:\"bytes\";i:703;s:11:\"size_before\";i:8571;s:10:\"size_after\";i:7868;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:27650;s:10:\"size_after\";i:25747;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:652;s:11:\"size_before\";i:10050;s:10:\"size_after\";i:9398;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:2137;s:11:\"size_before\";i:29745;s:10:\"size_after\";i:27608;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:17994;s:10:\"size_after\";i:16691;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:613;s:11:\"size_before\";i:8896;s:10:\"size_after\";i:8283;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:913;s:11:\"size_before\";i:12791;s:10:\"size_after\";i:11878;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:342;s:11:\"size_before\";i:4291;s:10:\"size_after\";i:3949;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6928;s:10:\"size_after\";i:6928;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:1371;s:11:\"size_before\";i:16051;s:10:\"size_after\";i:14680;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0199999999999996;s:5:\"bytes\";i:2760;s:11:\"size_before\";i:30591;s:10:\"size_after\";i:27831;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4100000000000001;s:5:\"bytes\";i:858;s:11:\"size_before\";i:10199;s:10:\"size_after\";i:9341;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:1619;s:11:\"size_before\";i:18709;s:10:\"size_after\";i:17090;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:2182;s:11:\"size_before\";i:25215;s:10:\"size_after\";i:23033;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1600000000000001;s:5:\"bytes\";i:1268;s:11:\"size_before\";i:13844;s:10:\"size_after\";i:12576;s:4:\"time\";d:0.01;}}}'),(23477,4052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:336;s:4:\"file\";s:31:\"2019/03/OTP_OLDMOUT_702x336.jpg\";s:5:\"sizes\";a:31:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"OTP_OLDMOUT_702x336-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"OTP_OLDMOUT_702x336-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-324x336.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-356x336.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-485x336.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-534x336.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-696x336.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"OTP_OLDMOUT_702x336-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-536x336.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"OTP_OLDMOUT_702x336-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"OTP_OLDMOUT_702x336-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23478,4052,'_wp_attachment_image_alt','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple'),(23479,4053,'_edit_last','1'),(23480,4053,'_edit_lock','1551951331:1'),(23481,4054,'_wp_attached_file','2019/03/MIXOLOGY-5-2019.jpg'),(23482,4054,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7325243275793794;s:5:\"bytes\";i:57466;s:11:\"size_before\";i:853558;s:10:\"size_after\";i:796092;s:4:\"time\";d:0.66000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:220;s:11:\"size_before\";i:4023;s:10:\"size_after\";i:3803;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:450;s:11:\"size_before\";i:8797;s:10:\"size_after\";i:8347;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:4882;s:11:\"size_before\";i:61006;s:10:\"size_after\";i:56124;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:127;s:11:\"size_before\";i:2429;s:10:\"size_after\";i:2302;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:3609;s:11:\"size_before\";i:40785;s:10:\"size_after\";i:37176;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:19688;s:10:\"size_after\";i:18140;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18140;s:10:\"size_after\";i:18140;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:473;s:11:\"size_before\";i:7605;s:10:\"size_after\";i:7132;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7132;s:10:\"size_after\";i:7132;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:215;s:11:\"size_before\";i:3904;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:245;s:11:\"size_before\";i:4578;s:10:\"size_after\";i:4333;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:537;s:11:\"size_before\";i:8556;s:10:\"size_after\";i:8019;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:487;s:11:\"size_before\";i:8930;s:10:\"size_after\";i:8443;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:19316;s:10:\"size_after\";i:17888;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:399;s:11:\"size_before\";i:6623;s:10:\"size_after\";i:6224;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:25103;s:10:\"size_after\";i:23230;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:761;s:11:\"size_before\";i:11127;s:10:\"size_after\";i:10366;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:347;s:11:\"size_before\";i:6779;s:10:\"size_after\";i:6432;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:470;s:11:\"size_before\";i:7958;s:10:\"size_after\";i:7488;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2707;s:10:\"size_after\";i:2552;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18140;s:10:\"size_after\";i:18140;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4333;s:10:\"size_after\";i:4333;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:715;s:11:\"size_before\";i:14283;s:10:\"size_after\";i:13568;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1966;s:11:\"size_before\";i:35381;s:10:\"size_after\";i:33415;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:419;s:11:\"size_before\";i:7826;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:2163;s:11:\"size_before\";i:30831;s:10:\"size_after\";i:28668;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:742;s:11:\"size_before\";i:14019;s:10:\"size_after\";i:13277;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:995;s:11:\"size_before\";i:16726;s:10:\"size_after\";i:15731;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:2422;s:11:\"size_before\";i:35031;s:10:\"size_after\";i:32609;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:2076;s:11:\"size_before\";i:35478;s:10:\"size_after\";i:33402;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:6942;s:11:\"size_before\";i:90042;s:10:\"size_after\";i:83100;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:26173;s:10:\"size_after\";i:24498;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:11040;s:11:\"size_before\";i:132424;s:10:\"size_after\";i:121384;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:3839;s:11:\"size_before\";i:49849;s:10:\"size_after\";i:46010;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:1560;s:11:\"size_before\";i:26365;s:10:\"size_after\";i:24805;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:32790;s:10:\"size_after\";i:30606;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:502;s:11:\"size_before\";i:8681;s:10:\"size_after\";i:8179;s:4:\"time\";d:0.01;}}}'),(23483,4054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1513;s:4:\"file\";s:27:\"2019/03/MIXOLOGY-5-2019.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-768x968.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:968;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-5-2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-5-2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-696x878.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"MIXOLOGY-5-2019-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"MIXOLOGY-5-2019-1068x1347.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-333x420.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-150x150.jpg\";s:5:\"width\";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:\"MIXOLOGY-5-2019-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MIXOLOGY-5-2019-812x1024.jpg\";s:5:\"width\";i:812;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-5-2019-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"MIXOLOGY-5-2019-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-5-2019-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"MIXOLOGY-5-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547128476\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23484,4054,'_wp_attachment_image_alt','Artis UK launches a new mixology cocktail glassware'),(23485,4055,'_wp_attached_file','2019/03/Mixology-and-Incanto.jpg'),(23486,4055,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7482910594598398;s:5:\"bytes\";i:102610;s:11:\"size_before\";i:2160988;s:10:\"size_after\";i:2058378;s:4:\"time\";d:1.1100000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:298;s:11:\"size_before\";i:6267;s:10:\"size_after\";i:5969;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:432;s:11:\"size_before\";i:12816;s:10:\"size_after\";i:12384;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:2874;s:11:\"size_before\";i:94930;s:10:\"size_after\";i:92056;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:263;s:11:\"size_before\";i:3829;s:10:\"size_after\";i:3566;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:2292;s:11:\"size_before\";i:79113;s:10:\"size_after\";i:76821;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:38086;s:10:\"size_after\";i:36920;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36920;s:10:\"size_after\";i:36920;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:557;s:11:\"size_before\";i:14122;s:10:\"size_after\";i:13565;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13565;s:10:\"size_after\";i:13565;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6485;s:10:\"size_after\";i:6154;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:359;s:11:\"size_before\";i:7816;s:10:\"size_after\";i:7457;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:582;s:11:\"size_before\";i:14816;s:10:\"size_after\";i:14234;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:525;s:11:\"size_before\";i:13956;s:10:\"size_after\";i:13431;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:904;s:11:\"size_before\";i:30907;s:10:\"size_after\";i:30003;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:413;s:11:\"size_before\";i:10992;s:10:\"size_after\";i:10579;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:39277;s:10:\"size_after\";i:38145;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:733;s:11:\"size_before\";i:21261;s:10:\"size_after\";i:20528;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:483;s:11:\"size_before\";i:11333;s:10:\"size_after\";i:10850;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:509;s:11:\"size_before\";i:13622;s:10:\"size_after\";i:13113;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:263;s:11:\"size_before\";i:4765;s:10:\"size_after\";i:4502;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36920;s:10:\"size_after\";i:36920;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7457;s:10:\"size_after\";i:7457;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:22995;s:10:\"size_after\";i:21814;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:50794;s:10:\"size_after\";i:48607;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:44376;s:11:\"size_before\";i:607518;s:10:\"size_after\";i:563142;s:4:\"time\";d:0.20999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:743;s:11:\"size_before\";i:12724;s:10:\"size_after\";i:11981;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:6725;s:11:\"size_before\";i:167922;s:10:\"size_after\";i:161197;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:2506;s:11:\"size_before\";i:56313;s:10:\"size_after\";i:53807;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:22697;s:10:\"size_after\";i:21551;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:1395;s:11:\"size_before\";i:28300;s:10:\"size_after\";i:26905;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:2527;s:11:\"size_before\";i:59080;s:10:\"size_after\";i:56553;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:2443;s:11:\"size_before\";i:56571;s:10:\"size_after\";i:54128;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:5286;s:11:\"size_before\";i:134636;s:10:\"size_after\";i:129350;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:41671;s:10:\"size_after\";i:39872;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:7089;s:11:\"size_before\";i:175198;s:10:\"size_after\";i:168109;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:3633;s:11:\"size_before\";i:89975;s:10:\"size_after\";i:86342;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:2046;s:11:\"size_before\";i:44051;s:10:\"size_after\";i:42005;s:4:\"time\";d:0.13;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:2491;s:11:\"size_before\";i:55019;s:10:\"size_after\";i:52528;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:921;s:11:\"size_before\";i:16269;s:10:\"size_after\";i:15348;s:4:\"time\";d:0.01;}}}'),(23487,4055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1512;s:4:\"file\";s:32:\"2019/03/Mixology-and-Incanto.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-768x567.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Mixology-and-Incanto-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Mixology-and-Incanto-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-696x514.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Mixology-and-Incanto-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Mixology-and-Incanto-1068x788.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-569x420.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"Mixology-and-Incanto-1920x1418.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Mixology-and-Incanto-1024x756.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Mixology-and-Incanto-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Mixology-and-Incanto-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Mixology-and-Incanto-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Mixology-and-Incanto-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533901684\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23488,4055,'_wp_attachment_image_alt','Artis UK launches a new mixology cocktail glassware'),(23489,4056,'_wp_attached_file','2019/03/MIXOLOGY-2019.jpg'),(23490,4056,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5509521630729406;s:5:\"bytes\";i:75097;s:11:\"size_before\";i:1352867;s:10:\"size_after\";i:1277770;s:4:\"time\";d:1.4700000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:345;s:11:\"size_before\";i:5463;s:10:\"size_after\";i:5118;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:604;s:11:\"size_before\";i:10715;s:10:\"size_after\";i:10111;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:4642;s:11:\"size_before\";i:79588;s:10:\"size_after\";i:74946;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:242;s:11:\"size_before\";i:3289;s:10:\"size_after\";i:3047;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:4070;s:11:\"size_before\";i:63826;s:10:\"size_after\";i:59756;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:1868;s:11:\"size_before\";i:30702;s:10:\"size_after\";i:28834;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28834;s:10:\"size_after\";i:28834;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:679;s:11:\"size_before\";i:11409;s:10:\"size_after\";i:10730;s:4:\"time\";d:0.53000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10730;s:10:\"size_after\";i:10730;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:351;s:11:\"size_before\";i:5622;s:10:\"size_after\";i:5271;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:377;s:11:\"size_before\";i:6257;s:10:\"size_after\";i:5880;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:733;s:11:\"size_before\";i:12497;s:10:\"size_after\";i:11764;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:710;s:11:\"size_before\";i:12627;s:10:\"size_after\";i:11917;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:29074;s:10:\"size_after\";i:27420;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:547;s:11:\"size_before\";i:9449;s:10:\"size_after\";i:8902;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:2099;s:11:\"size_before\";i:37855;s:10:\"size_after\";i:35756;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:999;s:11:\"size_before\";i:17174;s:10:\"size_after\";i:16175;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:626;s:11:\"size_before\";i:10072;s:10:\"size_after\";i:9446;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:638;s:11:\"size_before\";i:11482;s:10:\"size_after\";i:10844;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:273;s:11:\"size_before\";i:3867;s:10:\"size_after\";i:3594;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28834;s:10:\"size_after\";i:28834;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5880;s:10:\"size_after\";i:5880;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:21050;s:10:\"size_after\";i:19759;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:2362;s:11:\"size_before\";i:44265;s:10:\"size_after\";i:41903;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:742;s:11:\"size_before\";i:11411;s:10:\"size_after\";i:10669;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:8775;s:11:\"size_before\";i:136287;s:10:\"size_after\";i:127512;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:2691;s:11:\"size_before\";i:46433;s:10:\"size_after\";i:43742;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:21459;s:10:\"size_after\";i:20111;s:4:\"time\";d:0.25;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1474;s:11:\"size_before\";i:24335;s:10:\"size_after\";i:22861;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:2846;s:11:\"size_before\";i:51005;s:10:\"size_after\";i:48159;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:3038;s:11:\"size_before\";i:53490;s:10:\"size_after\";i:50452;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:7088;s:11:\"size_before\";i:127042;s:10:\"size_after\";i:119954;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:2186;s:11:\"size_before\";i:38487;s:10:\"size_after\";i:36301;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:9776;s:11:\"size_before\";i:168073;s:10:\"size_after\";i:158297;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:4201;s:11:\"size_before\";i:72961;s:10:\"size_after\";i:68760;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:2351;s:11:\"size_before\";i:40912;s:10:\"size_after\";i:38561;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:2634;s:11:\"size_before\";i:47305;s:10:\"size_after\";i:44671;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:837;s:11:\"size_before\";i:13106;s:10:\"size_after\";i:12269;s:4:\"time\";d:0.02;}}}'),(23491,4056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1235;s:4:\"file\";s:25:\"2019/03/MIXOLOGY-2019.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"MIXOLOGY-2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"MIXOLOGY-2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-696x478.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-2019-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-2019-1068x733.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-612x420.jpg\";s:5:\"width\";i:612;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-150x150.jpg\";s:5:\"width\";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:\"MIXOLOGY-2019-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-2019-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"MIXOLOGY-2019-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"MIXOLOGY-2019-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"MIXOLOGY-2019-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"MIXOLOGY-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547123585\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23492,4056,'_wp_attachment_image_alt','Artis UK launches a new mixology cocktail glassware'),(23493,4053,'_thumbnail_id','4056'),(23494,4053,'_adinserter_block_exceptions',''),(23495,4053,'slide_template','default'),(23496,4053,'_bunyad_featured_post','0'),(23497,4053,'_bunyad_cat_label','0'),(23498,4053,'_bunyad_featured_disable','0'),(23499,4053,'_bunyad_bg_image_bg_type','cover'),(23500,4053,'_bunyad_reviews','0'),(23501,4053,'_bunyad_review_pos','none'),(23502,4053,'_bunyad_review_type','points'),(23503,4053,'_bunyad_review_verdict','Awesome'),(23504,4053,'_yoast_wpseo_focuskw','cocktail glassware'),(23505,4053,'_yoast_wpseo_title','Artis UK launches a new mixology cocktail glassware'),(23506,4053,'_yoast_wpseo_metadesc','Artis®, one of the leading suppliers of table-glass and barware have five new additions to its best-selling Mixology range of cocktail glassware'),(23507,4053,'_yoast_wpseo_linkdex','91'),(23508,4053,'_yoast_wpseo_content_score','30'),(23509,4053,'_yoast_wpseo_primary_category','31'),(23510,4058,'_edit_last','1'),(23511,4058,'_edit_lock','1551951192:1'),(23512,4059,'_wp_attached_file','2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion.jpg'),(23513,4059,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1581629814862398;s:5:\"bytes\";i:92989;s:11:\"size_before\";i:1510012;s:10:\"size_after\";i:1417023;s:4:\"time\";d:0.89000000000000035;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:316;s:11:\"size_before\";i:5563;s:10:\"size_after\";i:5247;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:493;s:11:\"size_before\";i:11541;s:10:\"size_after\";i:11048;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:68861;s:10:\"size_after\";i:66663;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:222;s:11:\"size_before\";i:3286;s:10:\"size_after\";i:3064;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:3102;s:11:\"size_before\";i:44873;s:10:\"size_after\";i:41771;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:791;s:11:\"size_before\";i:20233;s:10:\"size_after\";i:19442;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19442;s:10:\"size_after\";i:19442;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:297;s:11:\"size_before\";i:8618;s:10:\"size_after\";i:8321;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8321;s:10:\"size_after\";i:8321;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:280;s:11:\"size_before\";i:5312;s:10:\"size_after\";i:5032;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:249;s:11:\"size_before\";i:5833;s:10:\"size_after\";i:5584;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:410;s:11:\"size_before\";i:10066;s:10:\"size_after\";i:9656;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:597;s:11:\"size_before\";i:12887;s:10:\"size_after\";i:12290;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:812;s:11:\"size_before\";i:22089;s:10:\"size_after\";i:21277;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:331;s:11:\"size_before\";i:8171;s:10:\"size_after\";i:7840;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:956;s:11:\"size_before\";i:27921;s:10:\"size_after\";i:26965;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:401;s:11:\"size_before\";i:12023;s:10:\"size_after\";i:11622;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:414;s:11:\"size_before\";i:9211;s:10:\"size_after\";i:8797;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:355;s:11:\"size_before\";i:9522;s:10:\"size_after\";i:9167;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:178;s:11:\"size_before\";i:3418;s:10:\"size_after\";i:3240;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19442;s:10:\"size_after\";i:19442;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5584;s:10:\"size_after\";i:5584;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:19430;s:10:\"size_after\";i:18267;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:2278;s:11:\"size_before\";i:42666;s:10:\"size_after\";i:40388;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:27136;s:11:\"size_before\";i:377581;s:10:\"size_after\";i:350445;s:4:\"time\";d:0.13;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:637;s:11:\"size_before\";i:10456;s:10:\"size_after\";i:9819;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0399999999999991;s:5:\"bytes\";i:12044;s:11:\"size_before\";i:133170;s:10:\"size_after\";i:121126;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:34580;s:10:\"size_after\";i:32679;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:992;s:11:\"size_before\";i:18080;s:10:\"size_after\";i:17088;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:19789;s:10:\"size_after\";i:18744;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:2236;s:11:\"size_before\";i:40002;s:10:\"size_after\";i:37766;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:2517;s:11:\"size_before\";i:48035;s:10:\"size_after\";i:45518;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:7650;s:11:\"size_before\";i:108258;s:10:\"size_after\";i:100608;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:30700;s:10:\"size_after\";i:29098;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:11017;s:11:\"size_before\";i:146458;s:10:\"size_after\";i:135441;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:4031;s:11:\"size_before\";i:57467;s:10:\"size_after\";i:53436;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:33861;s:10:\"size_after\";i:32005;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:37172;s:10:\"size_after\";i:35205;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:515;s:11:\"size_before\";i:10090;s:10:\"size_after\";i:9575;s:4:\"time\";d:0.01;}}}'),(23514,4059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2097;s:6:\"height\";i:3146;s:4:\"file\";s:55:\"2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:53:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:54:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:56:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:57:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-150x150.jpg\";s:5:\"width\";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:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:56:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:54:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:55:\"Cheesecake-Swirl-Brookie-Serving-Suggestion-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533131055\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23515,4059,'_wp_attachment_image_alt','ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie'),(23516,4060,'_wp_attached_file','2019/03/Cheesecake-Swirl-Brookie.jpg'),(23517,4060,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.301744974484718;s:5:\"bytes\";i:68930;s:11:\"size_before\";i:1602373;s:10:\"size_after\";i:1533443;s:4:\"time\";d:0.77000000000000035;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6536;s:10:\"size_after\";i:6147;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:632;s:11:\"size_before\";i:13138;s:10:\"size_after\";i:12506;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:2359;s:11:\"size_before\";i:89751;s:10:\"size_after\";i:87392;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:262;s:11:\"size_before\";i:3683;s:10:\"size_after\";i:3421;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0499999999999998;s:5:\"bytes\";i:2299;s:11:\"size_before\";i:75395;s:10:\"size_after\";i:73096;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:37745;s:10:\"size_after\";i:36423;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36423;s:10:\"size_after\";i:36423;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:674;s:11:\"size_before\";i:13902;s:10:\"size_after\";i:13228;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13228;s:10:\"size_after\";i:13228;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:381;s:11:\"size_before\";i:6561;s:10:\"size_after\";i:6180;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7967;s:10:\"size_after\";i:7499;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:702;s:11:\"size_before\";i:15401;s:10:\"size_after\";i:14699;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:797;s:11:\"size_before\";i:15850;s:10:\"size_after\";i:15053;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:34516;s:10:\"size_after\";i:33361;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:564;s:11:\"size_before\";i:11660;s:10:\"size_after\";i:11096;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:43048;s:10:\"size_after\";i:41667;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:887;s:11:\"size_before\";i:21288;s:10:\"size_after\";i:20401;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:604;s:11:\"size_before\";i:11843;s:10:\"size_after\";i:11239;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:646;s:11:\"size_before\";i:14270;s:10:\"size_after\";i:13624;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:281;s:11:\"size_before\";i:4511;s:10:\"size_after\";i:4230;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36423;s:10:\"size_after\";i:36423;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7499;s:10:\"size_after\";i:7499;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:25767;s:10:\"size_after\";i:24106;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:53578;s:10:\"size_after\";i:50864;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:958;s:11:\"size_before\";i:13858;s:10:\"size_after\";i:12900;s:4:\"time\";d:0.029999999999999999;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:7252;s:11:\"size_before\";i:161463;s:10:\"size_after\";i:154211;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:57107;s:10:\"size_after\";i:54264;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:25421;s:10:\"size_after\";i:23876;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1815;s:11:\"size_before\";i:31187;s:10:\"size_after\";i:29372;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:3200;s:11:\"size_before\";i:63403;s:10:\"size_after\";i:60203;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3730;s:11:\"size_before\";i:65316;s:10:\"size_after\";i:61586;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:6173;s:11:\"size_before\";i:143737;s:10:\"size_after\";i:137564;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:2492;s:11:\"size_before\";i:47515;s:10:\"size_after\";i:45023;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:7610;s:11:\"size_before\";i:180578;s:10:\"size_after\";i:172968;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:89294;s:10:\"size_after\";i:84858;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:47943;s:10:\"size_after\";i:45215;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:2900;s:11:\"size_before\";i:58917;s:10:\"size_after\";i:56017;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:1070;s:11:\"size_before\";i:16651;s:10:\"size_after\";i:15581;s:4:\"time\";d:0.01;}}}'),(23518,4060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1498;s:6:\"height\";i:999;s:4:\"file\";s:36:\"2019/03/Cheesecake-Swirl-Brookie.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Cheesecake-Swirl-Brookie-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Cheesecake-Swirl-Brookie-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Cheesecake-Swirl-Brookie-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Cheesecake-Swirl-Brookie-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Cheesecake-Swirl-Brookie-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Cheesecake-Swirl-Brookie-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Cheesecake-Swirl-Brookie-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Cheesecake-Swirl-Brookie-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Cheesecake-Swirl-Brookie-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532966633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23519,4060,'_wp_attachment_image_alt',''),(23520,4058,'_thumbnail_id','4060'),(23521,4058,'_adinserter_block_exceptions',''),(23522,4058,'slide_template','default'),(23523,4058,'_bunyad_featured_post','0'),(23524,4058,'_bunyad_cat_label','0'),(23525,4058,'_bunyad_featured_disable','0'),(23526,4058,'_bunyad_bg_image_bg_type','cover'),(23527,4058,'_bunyad_reviews','0'),(23528,4058,'_bunyad_review_pos','none'),(23529,4058,'_bunyad_review_type','points'),(23530,4058,'_bunyad_review_verdict','Awesome'),(23531,4058,'_yoast_wpseo_focuskw','cheesecake swirl'),(23532,4058,'_yoast_wpseo_title','ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie'),(23533,4058,'_yoast_wpseo_metadesc','ARYZTA Food Solutions, inspired by the clamour for hybrid bakes, has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie, set to launch in early 2019'),(23534,4058,'_yoast_wpseo_linkdex','97'),(23535,4058,'_yoast_wpseo_content_score','30'),(23536,4058,'_yoast_wpseo_primary_category','3'),(23537,4064,'_edit_last','1'),(23538,4064,'_edit_lock','1551873106:1'),(23539,4065,'_wp_attached_file','2019/03/HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922.png'),(23540,4065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1126;s:6:\"height\";i:3508;s:4:\"file\";s:54:\"2019/03/HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-768x2393.png\";s:5:\"width\";i:768;s:6:\"height\";i:2393;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:55:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-696x2168.png\";s:5:\"width\";i:696;s:6:\"height\";i:2168;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:56:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-1068x3327.png\";s:5:\"width\";i:1068;s:6:\"height\";i:3327;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-135x420.png\";s:5:\"width\";i:135;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-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:53:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-96x300.png\";s:5:\"width\";i:96;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-329x1024.png\";s:5:\"width\";i:329;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:55:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:53:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:54:\"HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23541,4065,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2803473;s:10:\"size_after\";i:2803473;s:4:\"time\";d:3.6200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31896;s:10:\"size_after\";i:31896;s:4:\"time\";d:0.080000000000000002;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31665;s:10:\"size_after\";i:31665;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:277645;s:10:\"size_after\";i:277645;s:4:\"time\";d:0.48999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15964;s:10:\"size_after\";i:15964;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:474062;s:10:\"size_after\";i:474062;s:4:\"time\";d:0.79000000000000004;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230931;s:10:\"size_after\";i:230931;s:4:\"time\";d:0.20999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230931;s:10:\"size_after\";i:230931;s:4:\"time\";d:0.23000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76458;s:10:\"size_after\";i:76458;s:4:\"time\";d:0.070000000000000007;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76458;s:10:\"size_after\";i:76458;s:4:\"time\";d:0.080000000000000002;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32126;s:10:\"size_after\";i:32126;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39986;s:10:\"size_after\";i:39986;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86157;s:10:\"size_after\";i:86157;s:4:\"time\";d:0.089999999999999997;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86866;s:10:\"size_after\";i:86866;s:4:\"time\";d:0.080000000000000002;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:213975;s:10:\"size_after\";i:213975;s:4:\"time\";d:0.14999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64068;s:10:\"size_after\";i:64068;s:4:\"time\";d:0.080000000000000002;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:276493;s:10:\"size_after\";i:276493;s:4:\"time\";d:0.41999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123023;s:10:\"size_after\";i:123023;s:4:\"time\";d:0.12;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65310;s:10:\"size_after\";i:65310;s:4:\"time\";d:0.080000000000000002;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79028;s:10:\"size_after\";i:79028;s:4:\"time\";d:0.080000000000000002;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19514;s:10:\"size_after\";i:19514;s:4:\"time\";d:0.040000000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230931;s:10:\"size_after\";i:230931;s:4:\"time\";d:0.26000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39986;s:10:\"size_after\";i:39986;s:4:\"time\";d:0.050000000000000003;}}}'),(23542,4065,'_wp_attachment_image_alt','Desperados is rolling out a new, global brand redesign in the UK from March 2019'),(23543,4066,'_wp_attached_file','2019/03/HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922.jpg'),(23544,4066,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.4230322560068371;s:5:\"bytes\";i:332819;s:11:\"size_before\";i:4483599;s:10:\"size_after\";i:4150780;s:4:\"time\";d:1.7500000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:817;s:11:\"size_before\";i:11012;s:10:\"size_after\";i:10195;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1763;s:11:\"size_before\";i:24731;s:10:\"size_after\";i:22968;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:12369;s:11:\"size_before\";i:191122;s:10:\"size_after\";i:178753;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:426;s:11:\"size_before\";i:5794;s:10:\"size_after\";i:5368;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:8945;s:11:\"size_before\";i:146289;s:10:\"size_after\";i:137344;s:4:\"time\";d:0.070000000000000007;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:5280;s:11:\"size_before\";i:75575;s:10:\"size_after\";i:70295;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70295;s:10:\"size_after\";i:70295;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:2080;s:11:\"size_before\";i:27256;s:10:\"size_after\";i:25176;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25176;s:10:\"size_after\";i:25176;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:861;s:11:\"size_before\";i:11582;s:10:\"size_after\";i:10721;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:14186;s:10:\"size_after\";i:13162;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:2243;s:11:\"size_before\";i:30670;s:10:\"size_after\";i:28427;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:26349;s:10:\"size_after\";i:24460;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:5244;s:11:\"size_before\";i:74112;s:10:\"size_after\";i:68868;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:1678;s:11:\"size_before\";i:22445;s:10:\"size_after\";i:20767;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:6642;s:11:\"size_before\";i:93841;s:10:\"size_after\";i:87199;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:3025;s:11:\"size_before\";i:42327;s:10:\"size_after\";i:39302;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:1635;s:11:\"size_before\";i:22324;s:10:\"size_after\";i:20689;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:28337;s:10:\"size_after\";i:26153;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7231;s:10:\"size_after\";i:6731;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70295;s:10:\"size_after\";i:70295;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13162;s:10:\"size_after\";i:13162;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995;s:5:\"bytes\";i:4550;s:11:\"size_before\";i:49533;s:10:\"size_after\";i:44983;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:9903;s:11:\"size_before\";i:111177;s:10:\"size_after\";i:101274;s:4:\"time\";d:0.059999999999999998;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:53706;s:11:\"size_before\";i:749146;s:10:\"size_after\";i:695440;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:2374;s:11:\"size_before\";i:25540;s:10:\"size_after\";i:23166;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:35360;s:11:\"size_before\";i:539876;s:10:\"size_after\";i:504516;s:4:\"time\";d:0.40000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:22682;s:11:\"size_before\";i:292015;s:10:\"size_after\";i:269333;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:10575;s:11:\"size_before\";i:115216;s:10:\"size_after\";i:104641;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000005;s:5:\"bytes\";i:4820;s:11:\"size_before\";i:51775;s:10:\"size_after\";i:46955;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995;s:5:\"bytes\";i:5909;s:11:\"size_before\";i:62613;s:10:\"size_after\";i:56704;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:12044;s:11:\"size_before\";i:130955;s:10:\"size_after\";i:118911;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999998;s:5:\"bytes\";i:10368;s:11:\"size_before\";i:118328;s:10:\"size_after\";i:107960;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:24245;s:11:\"size_before\";i:299129;s:10:\"size_after\";i:274884;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2100000000000009;s:5:\"bytes\";i:9142;s:11:\"size_before\";i:99237;s:10:\"size_after\";i:90095;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:30239;s:11:\"size_before\";i:377557;s:10:\"size_after\";i:347318;s:4:\"time\";d:0.14999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:14802;s:11:\"size_before\";i:173819;s:10:\"size_after\";i:159017;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2899999999999991;s:5:\"bytes\";i:9375;s:11:\"size_before\";i:100877;s:10:\"size_after\";i:91502;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:11131;s:11:\"size_before\";i:121631;s:10:\"size_after\";i:110500;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6199999999999992;s:5:\"bytes\";i:2989;s:11:\"size_before\";i:31064;s:10:\"size_after\";i:28075;s:4:\"time\";d:0.02;}}}'),(23545,4066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2471;s:6:\"height\";i:3311;s:4:\"file\";s:63:\"2019/03/HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-768x1029.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:61:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:62:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-696x933.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:933;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:64:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:65:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-1068x1431.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-313x420.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:65:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-1920x2573.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-764x1024.jpg\";s:5:\"width\";i:764;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:62:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:64:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:62:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:63:\"HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23546,4066,'_wp_attachment_image_alt','Desperados is rolling out a new, global brand redesign in the UK from March 2019'),(23547,4064,'_thumbnail_id','4066'),(23548,4064,'_adinserter_block_exceptions',''),(23549,4064,'slide_template','default'),(23550,4064,'_bunyad_featured_post','0'),(23551,4064,'_bunyad_cat_label','0'),(23552,4064,'_bunyad_featured_disable','0'),(23553,4064,'_bunyad_bg_image_bg_type','cover'),(23554,4064,'_bunyad_reviews','0'),(23555,4064,'_bunyad_review_pos','none'),(23556,4064,'_bunyad_review_type','points'),(23557,4064,'_bunyad_review_verdict','Awesome'),(23558,4064,'_yoast_wpseo_focuskw','desperados'),(23559,4064,'_yoast_wpseo_title','Desperados has had a global brand make-over from March 2019'),(23560,4064,'_yoast_wpseo_metadesc','Untouched since its introduction 22 years ago, Desperados is rolling out a new, global brand redesign in the UK from March 2019'),(23561,4064,'_yoast_wpseo_linkdex','92'),(23562,4064,'_yoast_wpseo_content_score','30'),(23563,4064,'_yoast_wpseo_primary_category','2'),(23564,4069,'_edit_last','1'),(23565,4069,'_edit_lock','1551951391:1'),(23566,4070,'_wp_attached_file','2019/03/Jo-Probert-Epic-Pubs.jpg'),(23567,4070,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2189449176107026;s:5:\"bytes\";i:191782;s:11:\"size_before\";i:3083835;s:10:\"size_after\";i:2892053;s:4:\"time\";d:1.1100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:769;s:11:\"size_before\";i:9738;s:10:\"size_after\";i:8969;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:25852;s:10:\"size_after\";i:24036;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:9998;s:11:\"size_before\";i:212859;s:10:\"size_after\";i:202861;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:406;s:11:\"size_before\";i:5083;s:10:\"size_after\";i:4677;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:7683;s:11:\"size_before\";i:148235;s:10:\"size_after\";i:140552;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:3209;s:11:\"size_before\";i:72515;s:10:\"size_after\";i:69306;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69306;s:10:\"size_after\";i:69306;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:23590;s:10:\"size_after\";i:22534;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22534;s:10:\"size_after\";i:22534;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:720;s:11:\"size_before\";i:9641;s:10:\"size_after\";i:8921;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:863;s:11:\"size_before\";i:12386;s:10:\"size_after\";i:11523;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:26942;s:10:\"size_after\";i:25673;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:26488;s:10:\"size_after\";i:24679;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:3182;s:11:\"size_before\";i:68375;s:10:\"size_after\";i:65193;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:19625;s:10:\"size_after\";i:18554;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:88042;s:10:\"size_after\";i:83889;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1642;s:11:\"size_before\";i:38470;s:10:\"size_after\";i:36828;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:19605;s:10:\"size_after\";i:18329;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:1209;s:11:\"size_before\";i:24718;s:10:\"size_after\";i:23509;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:427;s:11:\"size_before\";i:6002;s:10:\"size_after\";i:5575;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69306;s:10:\"size_after\";i:69306;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11523;s:10:\"size_after\";i:11523;s:4:\"time\";d:0.040000000000000001;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:3151;s:11:\"size_before\";i:44155;s:10:\"size_after\";i:41004;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:7946;s:11:\"size_before\";i:116587;s:10:\"size_after\";i:108641;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:21949;s:10:\"size_after\";i:20176;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:23667;s:11:\"size_before\";i:301873;s:10:\"size_after\";i:278206;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:6985;s:11:\"size_before\";i:106800;s:10:\"size_after\";i:99815;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:2888;s:11:\"size_before\";i:43952;s:10:\"size_after\";i:41064;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:3537;s:11:\"size_before\";i:54946;s:10:\"size_after\";i:51409;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:8113;s:11:\"size_before\";i:120735;s:10:\"size_after\";i:112622;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:8424;s:11:\"size_before\";i:120744;s:10:\"size_after\";i:112320;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:21827;s:11:\"size_before\";i:290404;s:10:\"size_after\";i:268577;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:6029;s:11:\"size_before\";i:89901;s:10:\"size_after\";i:83872;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:27771;s:11:\"size_before\";i:364720;s:10:\"size_after\";i:336949;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:12077;s:11:\"size_before\";i:168850;s:10:\"size_after\";i:156773;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:6071;s:11:\"size_before\";i:89644;s:10:\"size_after\";i:83573;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:7500;s:11:\"size_before\";i:111956;s:10:\"size_after\";i:104456;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:25784;s:10:\"size_after\";i:24319;s:4:\"time\";d:0.029999999999999999;}}}'),(23568,4070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:32:\"2019/03/Jo-Probert-Epic-Pubs.jpg\";s:5:\"sizes\";a:41:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Jo-Probert-Epic-Pubs-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Jo-Probert-Epic-Pubs-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Jo-Probert-Epic-Pubs-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Jo-Probert-Epic-Pubs-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Jo-Probert-Epic-Pubs-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Jo-Probert-Epic-Pubs-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Jo-Probert-Epic-Pubs-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Jo-Probert-Epic-Pubs-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Jo-Probert-Epic-Pubs-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Jo-Probert-Epic-Pubs-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23569,4070,'_wp_attachment_image_alt',''),(23570,4071,'_wp_attached_file','2019/03/poster.jpg'),(23571,4071,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.4603779259185;s:5:\"bytes\";i:12338;s:11:\"size_before\";i:79804;s:10:\"size_after\";i:67466;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.609999999999999;s:5:\"bytes\";i:340;s:11:\"size_before\";i:2929;s:10:\"size_after\";i:2589;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.27;s:5:\"bytes\";i:609;s:11:\"size_before\";i:3334;s:10:\"size_after\";i:2725;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.26;s:5:\"bytes\";i:191;s:11:\"size_before\";i:1697;s:10:\"size_after\";i:1506;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.530000000000001;s:5:\"bytes\";i:773;s:11:\"size_before\";i:3958;s:10:\"size_after\";i:3185;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3185;s:10:\"size_after\";i:3185;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.300000000000001;s:5:\"bytes\";i:354;s:11:\"size_before\";i:2662;s:10:\"size_after\";i:2308;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1;s:5:\"bytes\";i:405;s:11:\"size_before\";i:2683;s:10:\"size_after\";i:2278;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.449999999999999;s:5:\"bytes\";i:893;s:11:\"size_before\";i:4841;s:10:\"size_after\";i:3948;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.640000000000001;s:5:\"bytes\";i:940;s:11:\"size_before\";i:6419;s:10:\"size_after\";i:5479;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.390000000000001;s:5:\"bytes\";i:633;s:11:\"size_before\";i:4113;s:10:\"size_after\";i:3480;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.620000000000001;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:6353;s:10:\"size_after\";i:5043;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999;s:5:\"bytes\";i:645;s:11:\"size_before\";i:4314;s:10:\"size_after\";i:3669;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.84;s:5:\"bytes\";i:818;s:11:\"size_before\";i:4585;s:10:\"size_after\";i:3767;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.039999999999999;s:5:\"bytes\";i:230;s:11:\"size_before\";i:1764;s:10:\"size_after\";i:1534;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2278;s:10:\"size_after\";i:2278;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.220000000000001;s:5:\"bytes\";i:596;s:11:\"size_before\";i:4878;s:10:\"size_after\";i:4282;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.02;s:5:\"bytes\";i:1332;s:11:\"size_before\";i:7393;s:10:\"size_after\";i:6061;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.02;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:7865;s:10:\"size_after\";i:6369;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.98;s:5:\"bytes\";i:773;s:11:\"size_before\";i:4553;s:10:\"size_after\";i:3780;s:4:\"time\";d:0.01;}}}'),(23572,4071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:507;s:6:\"height\";i:285;s:4:\"file\";s:18:\"2019/03/poster.jpg\";s:5:\"sizes\";a:26:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"poster-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"poster-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"poster-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"poster-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"poster-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"poster-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"poster-324x285.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"poster-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"poster-356x285.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"poster-485x285.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"poster-507x261.jpg\";s:5:\"width\";i:507;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"poster-150x150.jpg\";s:5:\"width\";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:\"poster-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"poster-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"poster-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"poster-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"poster-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"poster-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"poster-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"poster-233x285.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"poster-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"poster-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"poster-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"poster-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"poster-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"poster-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23573,4071,'_wp_attachment_image_alt',''),(23574,4069,'_thumbnail_id','4074'),(23575,4069,'_adinserter_block_exceptions',''),(23576,4069,'slide_template','default'),(23577,4069,'_bunyad_featured_post','0'),(23578,4069,'_bunyad_cat_label','0'),(23579,4069,'_bunyad_featured_disable','0'),(23580,4069,'_bunyad_bg_image_bg_type','cover'),(23581,4069,'_bunyad_reviews','0'),(23582,4069,'_bunyad_review_pos','none'),(23583,4069,'_bunyad_review_type','points'),(23584,4069,'_bunyad_review_verdict','Awesome'),(23585,4069,'_yoast_wpseo_focuskw','rockpool investments'),(23586,4069,'_yoast_wpseo_title','Rockpool Investments has appointed a new chairman and MD'),(23587,4069,'_yoast_wpseo_metadesc','Rockpool Investments has appointed a new chairman and managing director for its Epic Pubs, Heroic Pubs and Aspley Pubs businesses'),(23588,4069,'_yoast_wpseo_linkdex','87'),(23589,4069,'_yoast_wpseo_content_score','30'),(23590,4069,'_yoast_wpseo_primary_category','8'),(23591,4073,'_wp_attached_file','2019/03/logo.png'),(23592,4073,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.364382135067693;s:5:\"bytes\";i:107341;s:11:\"size_before\";i:407144;s:10:\"size_after\";i:299803;s:4:\"time\";d:5.3900000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.629999999999999;s:5:\"bytes\";i:2101;s:11:\"size_before\";i:6859;s:10:\"size_after\";i:4758;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.789999999999999;s:5:\"bytes\";i:2061;s:11:\"size_before\";i:7158;s:10:\"size_after\";i:5097;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.460000000000001;s:5:\"bytes\";i:16889;s:11:\"size_before\";i:52036;s:10:\"size_after\";i:35147;s:4:\"time\";d:0.56999999999999995;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.329999999999998;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:4065;s:10:\"size_after\";i:2832;s:4:\"time\";d:0.050000000000000003;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1499999999999999;s:5:\"bytes\";i:192;s:11:\"size_before\";i:16738;s:10:\"size_after\";i:16546;s:4:\"time\";d:0.35999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:1043;s:11:\"size_before\";i:12012;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.23000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10969;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.25;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.670000000000002;s:5:\"bytes\";i:4893;s:11:\"size_before\";i:17067;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.28000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.17999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.93;s:5:\"bytes\";i:2304;s:11:\"size_before\";i:7449;s:10:\"size_after\";i:5145;s:4:\"time\";d:0.089999999999999997;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.75;s:5:\"bytes\";i:3252;s:11:\"size_before\";i:9929;s:10:\"size_after\";i:6677;s:4:\"time\";d:0.10000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.049999999999997;s:5:\"bytes\";i:6754;s:11:\"size_before\";i:21073;s:10:\"size_after\";i:14319;s:4:\"time\";d:0.23000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32;s:5:\"bytes\";i:666;s:11:\"size_before\";i:3635;s:10:\"size_after\";i:2969;s:4:\"time\";d:0.089999999999999997;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32;s:5:\"bytes\";i:937;s:11:\"size_before\";i:9079;s:10:\"size_after\";i:8142;s:4:\"time\";d:0.26000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.82;s:5:\"bytes\";i:5430;s:11:\"size_before\";i:15595;s:10:\"size_after\";i:10165;s:4:\"time\";d:0.17000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:811;s:11:\"size_before\";i:9795;s:10:\"size_after\";i:8984;s:4:\"time\";d:0.26000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.969999999999999;s:5:\"bytes\";i:10190;s:11:\"size_before\";i:30000;s:10:\"size_after\";i:19810;s:4:\"time\";d:0.32000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.539999999999999;s:5:\"bytes\";i:4770;s:11:\"size_before\";i:14220;s:10:\"size_after\";i:9450;s:4:\"time\";d:0.12;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.68;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:18455;s:10:\"size_after\";i:12239;s:4:\"time\";d:0.20000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.670000000000002;s:5:\"bytes\";i:1605;s:11:\"size_before\";i:5409;s:10:\"size_after\";i:3804;s:4:\"time\";d:0.050000000000000003;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10969;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.26000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6677;s:10:\"size_after\";i:6677;s:4:\"time\";d:0.11;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.75;s:5:\"bytes\";i:6590;s:11:\"size_before\";i:21434;s:10:\"size_after\";i:14844;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.509999999999998;s:5:\"bytes\";i:4157;s:11:\"size_before\";i:12046;s:10:\"size_after\";i:7889;s:4:\"time\";d:0.12;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.850000000000001;s:5:\"bytes\";i:8063;s:11:\"size_before\";i:23136;s:10:\"size_after\";i:15073;s:4:\"time\";d:0.25;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.789999999999999;s:5:\"bytes\";i:11729;s:11:\"size_before\";i:32769;s:10:\"size_after\";i:21040;s:4:\"time\";d:0.32000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.270000000000003;s:5:\"bytes\";i:5455;s:11:\"size_before\";i:16396;s:10:\"size_after\";i:10941;s:4:\"time\";d:0.23999999999999999;}}}'),(23593,4073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1483;s:6:\"height\";i:281;s:4:\"file\";s:16:\"2019/03/logo.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"logo-768x146.png\";s:5:\"width\";i:768;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";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:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"logo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"logo-324x281.png\";s:5:\"width\";i:324;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"logo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"logo-356x281.png\";s:5:\"width\";i:356;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"logo-485x281.png\";s:5:\"width\";i:485;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"logo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"logo-534x281.png\";s:5:\"width\";i:534;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"logo-696x132.png\";s:5:\"width\";i:696;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"logo-696x281.png\";s:5:\"width\";i:696;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"logo-741x281.png\";s:5:\"width\";i:741;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"logo-1068x281.png\";s:5:\"width\";i:1068;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"logo-1068x202.png\";s:5:\"width\";i:1068;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}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:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"logo-1024x194.png\";s:5:\"width\";i:1024;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:17:\"logo-1078x281.png\";s:5:\"width\";i:1078;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:16:\"logo-702x281.png\";s:5:\"width\";i:702;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:16:\"logo-702x281.png\";s:5:\"width\";i:702;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:16:\"logo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:16:\"logo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:16:\"logo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:16:\"logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:16:\"logo-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:16:\"logo-233x281.png\";s:5:\"width\";i:233;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:16:\"logo-536x281.png\";s:5:\"width\";i:536;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:16:\"logo-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:16:\"logo-600x281.png\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:16:\"logo-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:16:\"logo-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:16:\"logo-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:15:\"logo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:16:\"logo-702x281.png\";s:5:\"width\";i:702;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:16:\"logo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23594,4073,'_wp_attachment_image_alt','Rockpool Investments has appointed a new chairman and MD'),(23595,4074,'_wp_attached_file','2019/03/rockpool.jpg'),(23596,4074,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3907664513088385;s:5:\"bytes\";i:18818;s:11:\"size_before\";i:254615;s:10:\"size_after\";i:235797;s:4:\"time\";d:0.43000000000000016;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:26:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:302;s:11:\"size_before\";i:4782;s:10:\"size_after\";i:4480;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:827;s:11:\"size_before\";i:10605;s:10:\"size_after\";i:9778;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:221;s:11:\"size_before\";i:2953;s:10:\"size_after\";i:2732;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.15;s:5:\"bytes\";i:1627;s:11:\"size_before\";i:14597;s:10:\"size_after\";i:12970;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12970;s:10:\"size_after\";i:12970;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9499999999999993;s:5:\"bytes\";i:700;s:11:\"size_before\";i:7825;s:10:\"size_after\";i:7125;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7125;s:10:\"size_after\";i:7125;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:291;s:11:\"size_before\";i:4474;s:10:\"size_after\";i:4183;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:380;s:11:\"size_before\";i:5240;s:10:\"size_after\";i:4860;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0399999999999991;s:5:\"bytes\";i:738;s:11:\"size_before\";i:8166;s:10:\"size_after\";i:7428;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:691;s:11:\"size_before\";i:8331;s:10:\"size_after\";i:7640;s:4:\"time\";d:0.080000000000000002;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.109999999999999;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:16088;s:10:\"size_after\";i:14300;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:500;s:11:\"size_before\";i:6742;s:10:\"size_after\";i:6242;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.779999999999999;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:18274;s:10:\"size_after\";i:16121;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:991;s:11:\"size_before\";i:10796;s:10:\"size_after\";i:9805;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:469;s:11:\"size_before\";i:6913;s:10:\"size_after\";i:6444;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006;s:5:\"bytes\";i:650;s:11:\"size_before\";i:7912;s:10:\"size_after\";i:7262;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:241;s:11:\"size_before\";i:3299;s:10:\"size_after\";i:3058;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12970;s:10:\"size_after\";i:12970;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4860;s:10:\"size_after\";i:4860;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:13907;s:10:\"size_after\";i:12801;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:626;s:11:\"size_before\";i:8196;s:10:\"size_after\";i:7570;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:902;s:11:\"size_before\";i:12676;s:10:\"size_after\";i:11774;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:15024;s:10:\"size_after\";i:13754;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:1645;s:11:\"size_before\";i:20940;s:10:\"size_after\";i:19295;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:700;s:11:\"size_before\";i:8950;s:10:\"size_after\";i:8250;s:4:\"time\";d:0.01;}}}'),(23597,4074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2019/03/rockpool.jpg\";s:5:\"sizes\";a:35:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"rockpool-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"rockpool-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"rockpool-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"rockpool-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"rockpool-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"rockpool-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"rockpool-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"rockpool-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"rockpool-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"rockpool-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"rockpool-500x261.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"rockpool-500x462.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"rockpool-500x385.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"rockpool-500x486.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"rockpool-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rockpool-150x150.jpg\";s:5:\"width\";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:\"rockpool-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"rockpool-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"rockpool-500x336.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"rockpool-500x336.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"rockpool-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"rockpool-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"rockpool-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"rockpool-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"rockpool-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"rockpool-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"rockpool-500x386.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"rockpool-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"rockpool-500x460.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"rockpool-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"rockpool-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"rockpool-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"rockpool-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"rockpool-500x336.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"rockpool-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23598,4074,'_wp_attachment_image_alt','Rockpool Investments has appointed a new chairman and MD'),(23599,4076,'_edit_last','1'),(23600,4076,'_edit_lock','1551951429:1'),(23601,4077,'_wp_attached_file','2019/03/Laminate-packing-machine.jpg'),(23602,4077,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8110081171721397;s:5:\"bytes\";i:125924;s:11:\"size_before\";i:2617414;s:10:\"size_after\";i:2491490;s:4:\"time\";d:1.0500000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:444;s:11:\"size_before\";i:7475;s:10:\"size_after\";i:7031;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:978;s:11:\"size_before\";i:19784;s:10:\"size_after\";i:18806;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:5746;s:11:\"size_before\";i:141306;s:10:\"size_after\";i:135560;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:275;s:11:\"size_before\";i:4153;s:10:\"size_after\";i:3878;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:3713;s:11:\"size_before\";i:84247;s:10:\"size_after\";i:80534;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:39585;s:10:\"size_after\";i:38139;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38139;s:10:\"size_after\";i:38139;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:688;s:11:\"size_before\";i:14985;s:10:\"size_after\";i:14297;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14297;s:10:\"size_after\";i:14297;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:420;s:11:\"size_before\";i:7428;s:10:\"size_after\";i:7008;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:495;s:11:\"size_before\";i:8904;s:10:\"size_after\";i:8409;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:770;s:11:\"size_before\";i:17253;s:10:\"size_after\";i:16483;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:917;s:11:\"size_before\";i:18265;s:10:\"size_after\";i:17348;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:39824;s:10:\"size_after\";i:38339;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:663;s:11:\"size_before\";i:13211;s:10:\"size_after\";i:12548;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:50171;s:10:\"size_after\";i:48295;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:868;s:11:\"size_before\";i:22595;s:10:\"size_after\";i:21727;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:716;s:11:\"size_before\";i:13489;s:10:\"size_after\";i:12773;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:691;s:11:\"size_before\";i:16002;s:10:\"size_after\";i:15311;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:308;s:11:\"size_before\";i:4943;s:10:\"size_after\";i:4635;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38139;s:10:\"size_after\";i:38139;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8409;s:10:\"size_after\";i:8409;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1919;s:11:\"size_before\";i:28956;s:10:\"size_after\";i:27037;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:4951;s:11:\"size_before\";i:81530;s:10:\"size_after\";i:76579;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:29167;s:11:\"size_before\";i:677951;s:10:\"size_after\";i:648784;s:4:\"time\";d:0.20000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:1107;s:11:\"size_before\";i:15511;s:10:\"size_after\";i:14404;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:9571;s:11:\"size_before\";i:193024;s:10:\"size_after\";i:183453;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:3611;s:11:\"size_before\";i:63949;s:10:\"size_after\";i:60338;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:1869;s:11:\"size_before\";i:28800;s:10:\"size_after\";i:26931;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:2094;s:11:\"size_before\";i:34744;s:10:\"size_after\";i:32650;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:4196;s:11:\"size_before\";i:73443;s:10:\"size_after\";i:69247;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:4283;s:11:\"size_before\";i:74918;s:10:\"size_after\";i:70635;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:10484;s:11:\"size_before\";i:184989;s:10:\"size_after\";i:174505;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:3144;s:11:\"size_before\";i:55111;s:10:\"size_after\";i:51967;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:13068;s:11:\"size_before\";i:238278;s:10:\"size_after\";i:225210;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:5717;s:11:\"size_before\";i:102885;s:10:\"size_after\";i:97168;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:3284;s:11:\"size_before\";i:55093;s:10:\"size_after\";i:51809;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3902;s:11:\"size_before\";i:68353;s:10:\"size_after\";i:64451;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:17275;s:10:\"size_after\";i:16217;s:4:\"time\";d:0.01;}}}'),(23603,4077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2083;s:6:\"height\";i:2503;s:4:\"file\";s:36:\"2019/03/Laminate-packing-machine.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-768x923.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:923;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Laminate-packing-machine-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Laminate-packing-machine-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-696x836.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Laminate-packing-machine-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Laminate-packing-machine-1068x1283.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-350x420.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"Laminate-packing-machine-1920x2307.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Laminate-packing-machine-852x1024.jpg\";s:5:\"width\";i:852;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Laminate-packing-machine-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Laminate-packing-machine-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Laminate-packing-machine-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Laminate-packing-machine-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FZ28\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548759470\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.8\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23604,4077,'_wp_attachment_image_alt','Drury launches a new initiative to recycle its used coffee packaging'),(23605,4078,'_wp_attached_file','2019/03/Export-range-2-espresso-beans.jpg'),(23606,4078,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.430809498162164;s:5:\"bytes\";i:143687;s:11:\"size_before\";i:2645775;s:10:\"size_after\";i:2502088;s:4:\"time\";d:1.1200000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:424;s:11:\"size_before\";i:7516;s:10:\"size_after\";i:7092;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:782;s:11:\"size_before\";i:15922;s:10:\"size_after\";i:15140;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:97007;s:10:\"size_after\";i:94129;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:317;s:11:\"size_before\";i:4356;s:10:\"size_after\";i:4039;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2616;s:11:\"size_before\";i:79493;s:10:\"size_after\";i:76877;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:41859;s:10:\"size_after\";i:40296;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40296;s:10:\"size_after\";i:40296;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:825;s:11:\"size_before\";i:16642;s:10:\"size_after\";i:15817;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15817;s:10:\"size_after\";i:15817;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:430;s:11:\"size_before\";i:7615;s:10:\"size_after\";i:7185;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:514;s:11:\"size_before\";i:9517;s:10:\"size_after\";i:9003;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:862;s:11:\"size_before\";i:18195;s:10:\"size_after\";i:17333;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:796;s:11:\"size_before\";i:17073;s:10:\"size_after\";i:16277;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:38825;s:10:\"size_after\";i:37406;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:724;s:11:\"size_before\";i:13778;s:10:\"size_after\";i:13054;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:47657;s:10:\"size_after\";i:46091;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:24817;s:10:\"size_after\";i:23707;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:726;s:11:\"size_before\";i:13635;s:10:\"size_after\";i:12909;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:848;s:11:\"size_before\";i:17043;s:10:\"size_after\";i:16195;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:376;s:11:\"size_before\";i:5655;s:10:\"size_after\";i:5279;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40296;s:10:\"size_after\";i:40296;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9003;s:10:\"size_after\";i:9003;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:1888;s:11:\"size_before\";i:28608;s:10:\"size_after\";i:26720;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:3486;s:11:\"size_before\";i:60663;s:10:\"size_after\";i:57177;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:30276;s:11:\"size_before\";i:484370;s:10:\"size_after\";i:454094;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:16098;s:10:\"size_after\";i:14873;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:24190;s:11:\"size_before\";i:385072;s:10:\"size_after\";i:360882;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:10587;s:11:\"size_before\";i:175591;s:10:\"size_after\";i:165004;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:3790;s:11:\"size_before\";i:63248;s:10:\"size_after\";i:59458;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:29056;s:10:\"size_after\";i:27176;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:2279;s:11:\"size_before\";i:35869;s:10:\"size_after\";i:33590;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:4020;s:11:\"size_before\";i:69740;s:10:\"size_after\";i:65720;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:3805;s:11:\"size_before\";i:66755;s:10:\"size_after\";i:62950;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:8712;s:11:\"size_before\";i:158625;s:10:\"size_after\";i:149913;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:3164;s:11:\"size_before\";i:53448;s:10:\"size_after\";i:50284;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:11566;s:11:\"size_before\";i:202717;s:10:\"size_after\";i:191151;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:5638;s:11:\"size_before\";i:96508;s:10:\"size_after\";i:90870;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:3126;s:11:\"size_before\";i:52414;s:10:\"size_after\";i:49288;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:3800;s:11:\"size_before\";i:65121;s:10:\"size_after\";i:61321;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:19855;s:10:\"size_after\";i:18376;s:4:\"time\";d:0.01;}}}'),(23607,4078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3682;s:6:\"height\";i:2489;s:4:\"file\";s:41:\"2019/03/Export-range-2-espresso-beans.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Export-range-2-espresso-beans-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Export-range-2-espresso-beans-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Export-range-2-espresso-beans-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Export-range-2-espresso-beans-1068x722.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-621x420.jpg\";s:5:\"width\";i:621;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Export-range-2-espresso-beans-1920x1298.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Export-range-2-espresso-beans-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Export-range-2-espresso-beans-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Export-range-2-espresso-beans-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Export-range-2-espresso-beans-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Export-range-2-espresso-beans-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1505322899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23608,4078,'_wp_attachment_image_alt','Drury launches a new initiative to recycle its used coffee packaging'),(23609,4076,'_thumbnail_id','4078'),(23610,4076,'_adinserter_block_exceptions',''),(23611,4076,'slide_template','default'),(23612,4076,'_bunyad_featured_post','0'),(23613,4076,'_bunyad_cat_label','0'),(23614,4076,'_bunyad_featured_disable','0'),(23615,4076,'_bunyad_bg_image_bg_type','cover'),(23616,4076,'_bunyad_reviews','0'),(23617,4076,'_bunyad_review_pos','none'),(23618,4076,'_bunyad_review_type','points'),(23619,4076,'_bunyad_review_verdict','Awesome'),(23620,4076,'_yoast_wpseo_focuskw','coffee packaging'),(23621,4076,'_yoast_wpseo_title','Drury launches a new initiative to recycle its used coffee packaging'),(23622,4076,'_yoast_wpseo_metadesc','Leading London-based coffee roaster and tea blender, The Drury Tea & Coffee Company has announced a new scheme for recycling its laminated coffee packaging'),(23623,4076,'_yoast_wpseo_linkdex','90'),(23624,4076,'_yoast_wpseo_content_score','60'),(23625,4076,'_yoast_wpseo_primary_category','2'),(23626,4080,'_edit_last','1'),(23627,4080,'_edit_lock','1551951378:1'),(23628,4081,'_wp_attached_file','2019/03/Wrapmaster-Sustainable-Cling-Film.jpg'),(23629,4081,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.6746988215501712;s:5:\"bytes\";i:132611;s:11:\"size_before\";i:1370699;s:10:\"size_after\";i:1238088;s:4:\"time\";d:0.91000000000000048;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:264;s:11:\"size_before\";i:4333;s:10:\"size_after\";i:4069;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:598;s:11:\"size_before\";i:7759;s:10:\"size_after\";i:7161;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.359999999999999;s:5:\"bytes\";i:7056;s:11:\"size_before\";i:52823;s:10:\"size_after\";i:45767;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2493;s:10:\"size_after\";i:2336;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:5456;s:11:\"size_before\";i:52623;s:10:\"size_after\";i:47167;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:2147;s:11:\"size_before\";i:27064;s:10:\"size_after\";i:24917;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24917;s:10:\"size_after\";i:24917;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:497;s:11:\"size_before\";i:9374;s:10:\"size_after\";i:8877;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8877;s:10:\"size_after\";i:8877;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4031;s:10:\"size_after\";i:3792;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4631;s:10:\"size_after\";i:4332;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:646;s:11:\"size_before\";i:9246;s:10:\"size_after\";i:8600;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:629;s:11:\"size_before\";i:9554;s:10:\"size_after\";i:8925;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4299999999999997;s:5:\"bytes\";i:1863;s:11:\"size_before\";i:19755;s:10:\"size_after\";i:17892;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:472;s:11:\"size_before\";i:6637;s:10:\"size_after\";i:6165;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002;s:5:\"bytes\";i:2437;s:11:\"size_before\";i:25681;s:10:\"size_after\";i:23244;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:14575;s:10:\"size_after\";i:13560;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:453;s:11:\"size_before\";i:7670;s:10:\"size_after\";i:7217;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:550;s:11:\"size_before\";i:8624;s:10:\"size_after\";i:8074;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:191;s:11:\"size_before\";i:3213;s:10:\"size_after\";i:3022;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24917;s:10:\"size_after\";i:24917;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4332;s:10:\"size_after\";i:4332;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:1072;s:11:\"size_before\";i:16197;s:10:\"size_after\";i:15125;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:30516;s:10:\"size_after\";i:28119;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.08;s:5:\"bytes\";i:28235;s:11:\"size_before\";i:200467;s:10:\"size_after\";i:172232;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:623;s:11:\"size_before\";i:8708;s:10:\"size_after\";i:8085;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.49;s:5:\"bytes\";i:22423;s:11:\"size_before\";i:195073;s:10:\"size_after\";i:172650;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5399999999999991;s:5:\"bytes\";i:9981;s:11:\"size_before\";i:104646;s:10:\"size_after\";i:94665;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:2739;s:11:\"size_before\";i:37470;s:10:\"size_after\";i:34731;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:15332;s:10:\"size_after\";i:14215;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:17482;s:10:\"size_after\";i:16315;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:2880;s:11:\"size_before\";i:37040;s:10:\"size_after\";i:34160;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:3008;s:11:\"size_before\";i:36801;s:10:\"size_after\";i:33793;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.449999999999999;s:5:\"bytes\";i:8182;s:11:\"size_before\";i:78281;s:10:\"size_after\";i:70099;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4800000000000004;s:5:\"bytes\";i:2567;s:11:\"size_before\";i:27082;s:10:\"size_after\";i:24515;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92;s:5:\"bytes\";i:10810;s:11:\"size_before\";i:99024;s:10:\"size_after\";i:88214;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995;s:5:\"bytes\";i:5070;s:11:\"size_before\";i:58330;s:10:\"size_after\";i:53260;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:2175;s:11:\"size_before\";i:29459;s:10:\"size_after\";i:27284;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:34592;s:10:\"size_after\";i:31988;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:592;s:11:\"size_before\";i:11070;s:10:\"size_after\";i:10478;s:4:\"time\";d:0.01;}}}'),(23630,4081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3508;s:6:\"height\";i:2480;s:4:\"file\";s:45:\"2019/03/Wrapmaster-Sustainable-Cling-Film.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Wrapmaster-Sustainable-Cling-Film-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Wrapmaster-Sustainable-Cling-Film-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Wrapmaster-Sustainable-Cling-Film-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"Wrapmaster-Sustainable-Cling-Film-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:47:\"Wrapmaster-Sustainable-Cling-Film-1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-150x150.jpg\";s:5:\"width\";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:\"Wrapmaster-Sustainable-Cling-Film-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Wrapmaster-Sustainable-Cling-Film-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Wrapmaster-Sustainable-Cling-Film-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:46:\"Wrapmaster-Sustainable-Cling-Film-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:44:\"Wrapmaster-Sustainable-Cling-Film-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:45:\"Wrapmaster-Sustainable-Cling-Film-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23631,4081,'_wp_attachment_image_alt','Wrapmaster go greener with 26% plant-based sustainable cling film (PE)'),(23632,4080,'_thumbnail_id','4081'),(23633,4080,'_adinserter_block_exceptions',''),(23634,4080,'slide_template','default'),(23635,4080,'_bunyad_featured_post','0'),(23636,4080,'_bunyad_cat_label','0'),(23637,4080,'_bunyad_featured_disable','0'),(23638,4080,'_bunyad_bg_image_bg_type','cover'),(23639,4080,'_bunyad_reviews','0'),(23640,4080,'_bunyad_review_pos','none'),(23641,4080,'_bunyad_review_type','points'),(23642,4080,'_bunyad_review_verdict','Awesome'),(23643,4080,'_yoast_wpseo_focuskw','wrapmaster'),(23644,4080,'_yoast_wpseo_title','Wrapmaster go greener with 26% plant-based sustainable cling film (PE)'),(23645,4080,'_yoast_wpseo_metadesc','Wrapmaster, a brand of Cofresco Foodservice, is proud to introduce its latest innovation – 26% Plant-Based Sustainable Cling Film'),(23646,4080,'_yoast_wpseo_linkdex','86'),(23647,4080,'_yoast_wpseo_content_score','30'),(23648,4080,'_yoast_wpseo_primary_category','3'),(23649,4024,'xyz_fbap','1'),(23653,4024,'_wpas_done_all','1'),(23656,4034,'_wpas_skip_20130109','1'),(23657,23,'_oembed_5a251314f2fa8bf6e5eae72a2f5e69e1','<div data-configid=\"32393893/68212601\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(23658,23,'_oembed_time_5a251314f2fa8bf6e5eae72a2f5e69e1','1551789771'),(23659,276,'_oembed_5a251314f2fa8bf6e5eae72a2f5e69e1','<div data-configid=\"32393893/68212601\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(23660,276,'_oembed_time_5a251314f2fa8bf6e5eae72a2f5e69e1','1551789902'),(23661,4064,'xyz_fbap','1'),(23665,4064,'_wp_old_date','2019-03-04'),(23666,4064,'_wpas_done_all','1'),(23670,4058,'xyz_fbap','1'),(23674,4058,'_wp_old_date','2019-03-04'),(23675,4058,'_wpas_done_all','1'),(23678,4058,'_wpas_skip_20130109','1'),(23679,4076,'xyz_fbap','1'),(23683,4076,'_wp_old_date','2019-03-04'),(23684,4076,'_wpas_done_all','1'),(23685,4047,'xyz_fbap','1'),(23689,4047,'_wp_old_date','2019-03-04'),(23690,4047,'_wpas_done_all','1'),(23691,4053,'xyz_fbap','1'),(23695,4053,'_wp_old_date','2019-03-05'),(23696,4053,'_wpas_done_all','1'),(23697,4080,'xyz_fbap','1'),(23701,4080,'_wp_old_date','2019-03-04'),(23702,4080,'_wpas_done_all','1'),(23703,4093,'_edit_last','1'),(23704,4093,'_edit_lock','1552319421:1'),(23705,4094,'_wp_attached_file','2019/03/black-and-white-1284072_640.jpg'),(23706,4094,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4563223013117312;s:5:\"bytes\";i:41261;s:11:\"size_before\";i:639079;s:10:\"size_after\";i:597818;s:4:\"time\";d:0.51000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8000000000000007;s:5:\"bytes\";i:644;s:11:\"size_before\";i:7316;s:10:\"size_after\";i:6672;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:1154;s:11:\"size_before\";i:15455;s:10:\"size_after\";i:14301;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:10;s:5:\"bytes\";i:431;s:11:\"size_before\";i:4311;s:10:\"size_after\";i:3880;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:2634;s:11:\"size_before\";i:42972;s:10:\"size_after\";i:40338;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40338;s:10:\"size_after\";i:40338;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:16408;s:10:\"size_after\";i:15168;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15168;s:10:\"size_after\";i:15168;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:661;s:11:\"size_before\";i:7734;s:10:\"size_after\";i:7073;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:773;s:11:\"size_before\";i:9359;s:10:\"size_after\";i:8586;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:18011;s:10:\"size_after\";i:16709;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:16381;s:10:\"size_after\";i:15205;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:2333;s:11:\"size_before\";i:38989;s:10:\"size_after\";i:36656;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:13759;s:10:\"size_after\";i:12657;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:2898;s:11:\"size_before\";i:49832;s:10:\"size_after\";i:46934;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:1627;s:11:\"size_before\";i:24261;s:10:\"size_after\";i:22634;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:1070;s:11:\"size_before\";i:13501;s:10:\"size_after\";i:12431;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:1252;s:11:\"size_before\";i:16811;s:10:\"size_after\";i:15559;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.25;s:5:\"bytes\";i:495;s:11:\"size_before\";i:5351;s:10:\"size_after\";i:4856;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40338;s:10:\"size_after\";i:40338;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8586;s:10:\"size_after\";i:8586;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0500000000000007;s:5:\"bytes\";i:2461;s:11:\"size_before\";i:27193;s:10:\"size_after\";i:24732;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:4723;s:11:\"size_before\";i:57769;s:10:\"size_after\";i:53046;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9600000000000009;s:5:\"bytes\";i:1551;s:11:\"size_before\";i:15576;s:10:\"size_after\";i:14025;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:28461;s:10:\"size_after\";i:25897;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:3070;s:11:\"size_before\";i:34497;s:10:\"size_after\";i:31427;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2100000000000009;s:5:\"bytes\";i:4266;s:11:\"size_before\";i:51938;s:10:\"size_after\";i:47672;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7699999999999996;s:5:\"bytes\";i:1834;s:11:\"size_before\";i:18764;s:10:\"size_after\";i:16930;s:4:\"time\";d:0.040000000000000001;}}}'),(23707,4094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:39:\"2019/03/black-and-white-1284072_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"black-and-white-1284072_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"black-and-white-1284072_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"black-and-white-1284072_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"black-and-white-1284072_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"black-and-white-1284072_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23708,4094,'_wp_attachment_image_alt','Allan Stevenson chats with Ontrade Progress about the history of glassware'),(23709,4093,'_thumbnail_id','4094'),(23710,4093,'_adinserter_block_exceptions',''),(23711,4093,'slide_template','default'),(23712,4093,'_bunyad_featured_post','0'),(23713,4093,'_bunyad_cat_label','0'),(23714,4093,'_bunyad_featured_disable','0'),(23715,4093,'_bunyad_bg_image_bg_type','cover'),(23716,4093,'_bunyad_reviews','0'),(23717,4093,'_bunyad_review_pos','none'),(23718,4093,'_bunyad_review_type','points'),(23719,4093,'_bunyad_review_verdict','Awesome'),(23720,4093,'_yoast_wpseo_focuskw','glassware'),(23721,4093,'_yoast_wpseo_title','Allan Stevenson chats with us about the history of glassware'),(23722,4093,'_yoast_wpseo_metadesc','Allan Stevenson, Draught Manager at Heineken, chats with Ontrade Progress about the history of glassware from the Victorian era to the modern day'),(23723,4093,'_yoast_wpseo_linkdex','81'),(23724,4093,'_yoast_wpseo_content_score','90'),(23725,4093,'_yoast_wpseo_primary_category','31'),(23726,4097,'_edit_last','1'),(23727,4097,'_edit_lock','1552384607:1'),(23728,4098,'_wp_attached_file','2019/03/bar-2209813_640.jpg'),(23729,4098,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.653479060069917;s:5:\"bytes\";i:72248;s:11:\"size_before\";i:1085868;s:10:\"size_after\";i:1013620;s:4:\"time\";d:0.51000000000000023;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:893;s:11:\"size_before\";i:10333;s:10:\"size_after\";i:9440;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:23154;s:10:\"size_after\";i:21326;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:446;s:11:\"size_before\";i:5299;s:10:\"size_after\";i:4853;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:5715;s:11:\"size_before\";i:81569;s:10:\"size_after\";i:75854;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75854;s:10:\"size_after\";i:75854;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:2042;s:11:\"size_before\";i:26080;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24038;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:854;s:11:\"size_before\";i:10315;s:10:\"size_after\";i:9461;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:961;s:11:\"size_before\";i:12644;s:10:\"size_after\";i:11683;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:2145;s:11:\"size_before\";i:28081;s:10:\"size_after\";i:25936;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:27616;s:10:\"size_after\";i:25404;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:4381;s:11:\"size_before\";i:67527;s:10:\"size_after\";i:63146;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:1581;s:11:\"size_before\";i:20439;s:10:\"size_after\";i:18858;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:6157;s:11:\"size_before\";i:91800;s:10:\"size_after\";i:85643;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:3109;s:11:\"size_before\";i:42144;s:10:\"size_after\";i:39035;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1649;s:11:\"size_before\";i:20695;s:10:\"size_after\";i:19046;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:1977;s:11:\"size_before\";i:25943;s:10:\"size_after\";i:23966;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:531;s:11:\"size_before\";i:6905;s:10:\"size_after\";i:6374;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75854;s:10:\"size_after\";i:75854;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11683;s:10:\"size_after\";i:11683;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000004;s:5:\"bytes\";i:4342;s:11:\"size_before\";i:46210;s:10:\"size_after\";i:41868;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:8646;s:11:\"size_before\";i:102026;s:10:\"size_after\";i:93380;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:23646;s:10:\"size_after\";i:21301;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.25;s:5:\"bytes\";i:4309;s:11:\"size_before\";i:46588;s:10:\"size_after\";i:42279;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9499999999999993;s:5:\"bytes\";i:5176;s:11:\"size_before\";i:57814;s:10:\"size_after\";i:52638;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999998;s:5:\"bytes\";i:8010;s:11:\"size_before\";i:91431;s:10:\"size_after\";i:83421;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7400000000000002;s:5:\"bytes\";i:2939;s:11:\"size_before\";i:30180;s:10:\"size_after\";i:27241;s:4:\"time\";d:0.01;}}}'),(23730,4098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:27:\"2019/03/bar-2209813_640.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"bar-2209813_640-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"bar-2209813_640-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-534x426.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"bar-2209813_640-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"bar-2209813_640-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_640-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23731,4098,'_wp_attachment_image_alt','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress'),(23732,4097,'_thumbnail_id','4101'),(23733,4097,'_adinserter_block_exceptions',''),(23734,4097,'slide_template','default'),(23735,4097,'_bunyad_featured_post','1'),(23736,4097,'_bunyad_cat_label','0'),(23737,4097,'_bunyad_featured_disable','0'),(23738,4097,'_bunyad_bg_image_bg_type','cover'),(23739,4097,'_bunyad_reviews','0'),(23740,4097,'_bunyad_review_pos','none'),(23741,4097,'_bunyad_review_type','points'),(23742,4097,'_bunyad_review_verdict','Awesome'),(23743,4097,'_yoast_wpseo_focuskw','bbpa'),(23744,4097,'_yoast_wpseo_title','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress'),(23745,4097,'_yoast_wpseo_metadesc','BBPA: The pub is the cornerstone of the community, where new people meet, where families congregate and where regulars become friends'),(23746,4097,'_yoast_wpseo_linkdex','78'),(23747,4097,'_yoast_wpseo_content_score','60'),(23748,4097,'_yoast_wpseo_primary_category','8'),(23749,4100,'_wp_attached_file','2019/03/bar-2209813_1280.jpg'),(23750,4100,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2205278046847914;s:5:\"bytes\";i:185535;s:11:\"size_before\";i:2569549;s:10:\"size_after\";i:2384014;s:4:\"time\";d:0.9500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:36:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:892;s:11:\"size_before\";i:10317;s:10:\"size_after\";i:9425;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9400000000000004;s:5:\"bytes\";i:1832;s:11:\"size_before\";i:23059;s:10:\"size_after\";i:21227;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:10730;s:11:\"size_before\";i:195482;s:10:\"size_after\";i:184752;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:456;s:11:\"size_before\";i:5293;s:10:\"size_after\";i:4837;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:9968;s:11:\"size_before\";i:169616;s:10:\"size_after\";i:159648;s:4:\"time\";d:0.080000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:5579;s:11:\"size_before\";i:81768;s:10:\"size_after\";i:76189;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76189;s:10:\"size_after\";i:76189;s:4:\"time\";d:0.080000000000000002;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:2054;s:11:\"size_before\";i:26120;s:10:\"size_after\";i:24066;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24066;s:10:\"size_after\";i:24066;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:858;s:11:\"size_before\";i:10293;s:10:\"size_after\";i:9435;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1011;s:11:\"size_before\";i:12684;s:10:\"size_after\";i:11673;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:2132;s:11:\"size_before\";i:28067;s:10:\"size_after\";i:25935;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:27997;s:10:\"size_after\";i:25785;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:4758;s:11:\"size_before\";i:70386;s:10:\"size_after\";i:65628;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:20355;s:10:\"size_after\";i:18741;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:5837;s:11:\"size_before\";i:90702;s:10:\"size_after\";i:84865;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:3186;s:11:\"size_before\";i:42847;s:10:\"size_after\";i:39661;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:1707;s:11:\"size_before\";i:20690;s:10:\"size_after\";i:18983;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:2032;s:11:\"size_before\";i:25931;s:10:\"size_after\";i:23899;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:541;s:11:\"size_before\";i:6888;s:10:\"size_after\";i:6347;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76189;s:10:\"size_after\";i:76189;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11673;s:10:\"size_after\";i:11673;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3399999999999999;s:5:\"bytes\";i:4389;s:11:\"size_before\";i:46991;s:10:\"size_after\";i:42602;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:9216;s:11:\"size_before\";i:107640;s:10:\"size_after\";i:98424;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999994;s:5:\"bytes\";i:2300;s:11:\"size_before\";i:23518;s:10:\"size_after\";i:21218;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:10508;s:11:\"size_before\";i:121850;s:10:\"size_after\";i:111342;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000005;s:5:\"bytes\";i:4388;s:11:\"size_before\";i:47133;s:10:\"size_after\";i:42745;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:5264;s:11:\"size_before\";i:58578;s:10:\"size_after\";i:53314;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:11095;s:11:\"size_before\";i:131288;s:10:\"size_after\";i:120193;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:10991;s:11:\"size_before\";i:126882;s:10:\"size_after\";i:115891;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:23902;s:11:\"size_before\";i:310994;s:10:\"size_after\";i:287092;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:8269;s:11:\"size_before\";i:95480;s:10:\"size_after\";i:87211;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:16275;s:11:\"size_before\";i:195710;s:10:\"size_after\";i:179435;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:8462;s:11:\"size_before\";i:95653;s:10:\"size_after\";i:87191;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:10137;s:11:\"size_before\";i:120890;s:10:\"size_after\";i:110753;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995;s:5:\"bytes\";i:2940;s:11:\"size_before\";i:30330;s:10:\"size_after\";i:27390;s:4:\"time\";d:0.01;}}}'),(23751,4100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:28:\"2019/03/bar-2209813_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"bar-2209813_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-150x150.jpg\";s:5:\"width\";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:\"bar-2209813_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23752,4100,'_wp_attachment_image_alt','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade'),(23753,4101,'_wp_attached_file','2019/03/bar-2209813_1920.jpg'),(23754,4101,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3692638198409686;s:5:\"bytes\";i:247873;s:11:\"size_before\";i:3363606;s:10:\"size_after\";i:3115733;s:4:\"time\";d:1.1900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6699999999999999;s:5:\"bytes\";i:893;s:11:\"size_before\";i:10302;s:10:\"size_after\";i:9409;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:1784;s:11:\"size_before\";i:23004;s:10:\"size_after\";i:21220;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:11019;s:11:\"size_before\";i:198159;s:10:\"size_after\";i:187140;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:457;s:11:\"size_before\";i:5296;s:10:\"size_after\";i:4839;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:10475;s:11:\"size_before\";i:173487;s:10:\"size_after\";i:163012;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:5618;s:11:\"size_before\";i:81702;s:10:\"size_after\";i:76084;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76084;s:10:\"size_after\";i:76084;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:26063;s:10:\"size_after\";i:24006;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24006;s:10:\"size_after\";i:24006;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:842;s:11:\"size_before\";i:10286;s:10:\"size_after\";i:9444;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:980;s:11:\"size_before\";i:12650;s:10:\"size_after\";i:11670;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:2132;s:11:\"size_before\";i:28061;s:10:\"size_after\";i:25929;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:2225;s:11:\"size_before\";i:27930;s:10:\"size_after\";i:25705;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:4763;s:11:\"size_before\";i:70116;s:10:\"size_after\";i:65353;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:20313;s:10:\"size_after\";i:18711;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:6007;s:11:\"size_before\";i:90582;s:10:\"size_after\";i:84575;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:42743;s:10:\"size_after\";i:39531;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:20603;s:10:\"size_after\";i:18945;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:25798;s:10:\"size_after\";i:23830;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:544;s:11:\"size_before\";i:6898;s:10:\"size_after\";i:6354;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76084;s:10:\"size_after\";i:76084;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11670;s:10:\"size_after\";i:11670;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000004;s:5:\"bytes\";i:4413;s:11:\"size_before\";i:46969;s:10:\"size_after\";i:42556;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:9245;s:11:\"size_before\";i:107580;s:10:\"size_after\";i:98335;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9800000000000004;s:5:\"bytes\";i:2358;s:11:\"size_before\";i:23619;s:10:\"size_after\";i:21261;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:29017;s:11:\"size_before\";i:367760;s:10:\"size_after\";i:338743;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:10534;s:11:\"size_before\";i:122167;s:10:\"size_after\";i:111633;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4199999999999999;s:5:\"bytes\";i:4434;s:11:\"size_before\";i:47091;s:10:\"size_after\";i:42657;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9499999999999993;s:5:\"bytes\";i:5240;s:11:\"size_before\";i:58521;s:10:\"size_after\";i:53281;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:11247;s:11:\"size_before\";i:131496;s:10:\"size_after\";i:120249;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:11072;s:11:\"size_before\";i:128551;s:10:\"size_after\";i:117479;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:24776;s:11:\"size_before\";i:320362;s:10:\"size_after\";i:295586;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7799999999999994;s:5:\"bytes\";i:8374;s:11:\"size_before\";i:95356;s:10:\"size_after\";i:86982;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:30560;s:11:\"size_before\";i:406489;s:10:\"size_after\";i:375929;s:4:\"time\";d:0.17999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996;s:5:\"bytes\";i:16596;s:11:\"size_before\";i:198679;s:10:\"size_after\";i:182083;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995;s:5:\"bytes\";i:8562;s:11:\"size_before\";i:95725;s:10:\"size_after\";i:87163;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:10237;s:11:\"size_before\";i:121084;s:10:\"size_after\";i:110847;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8000000000000007;s:5:\"bytes\";i:2972;s:11:\"size_before\";i:30320;s:10:\"size_after\";i:27348;s:4:\"time\";d:0.02;}}}'),(23755,4101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:28:\"2019/03/bar-2209813_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"bar-2209813_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"bar-2209813_1920-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-150x150.jpg\";s:5:\"width\";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:\"bar-2209813_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"bar-2209813_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"bar-2209813_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"bar-2209813_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23756,4101,'_wp_attachment_image_alt','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade'),(23757,4102,'_edit_last','1'),(23758,4102,'_edit_lock','1552482665:1'),(23759,4103,'_wp_attached_file','2019/03/DSC_0100-e1552298742410.jpg'),(23760,4103,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4895962742613138;s:5:\"bytes\";i:87934;s:11:\"size_before\";i:1601830;s:10:\"size_after\";i:1513896;s:4:\"time\";d:1.3800000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:360;s:11:\"size_before\";i:4606;s:10:\"size_after\";i:4384;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:481;s:11:\"size_before\";i:8624;s:10:\"size_after\";i:8382;s:4:\"time\";d:0.22;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:3830;s:11:\"size_before\";i:54842;s:10:\"size_after\";i:52926;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:288;s:11:\"size_before\";i:2834;s:10:\"size_after\";i:2688;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:3408;s:11:\"size_before\";i:41302;s:10:\"size_after\";i:39272;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:20917;s:10:\"size_after\";i:19602;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20225;s:10:\"size_after\";i:19602;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:437;s:11:\"size_before\";i:8504;s:10:\"size_after\";i:8197;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.79000000000000004;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8262;s:10:\"size_after\";i:8197;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:337;s:11:\"size_before\";i:4620;s:10:\"size_after\";i:4319;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5470;s:10:\"size_after\";i:5162;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:531;s:11:\"size_before\";i:9873;s:10:\"size_after\";i:9151;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:500;s:11:\"size_before\";i:9571;s:10:\"size_after\";i:9269;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:21354;s:10:\"size_after\";i:19628;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:400;s:11:\"size_before\";i:7686;s:10:\"size_after\";i:7399;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:1455;s:11:\"size_before\";i:26022;s:10:\"size_after\";i:24475;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:617;s:11:\"size_before\";i:12305;s:10:\"size_after\";i:11784;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7589;s:10:\"size_after\";i:7314;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:481;s:11:\"size_before\";i:9320;s:10:\"size_after\";i:8686;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:252;s:11:\"size_before\";i:3346;s:10:\"size_after\";i:3215;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20225;s:10:\"size_after\";i:19602;s:4:\"time\";d:0.070000000000000007;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5299;s:10:\"size_after\";i:5162;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:2431;s:11:\"size_before\";i:66132;s:10:\"size_after\";i:63701;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:601;s:11:\"size_before\";i:15662;s:10:\"size_after\";i:15061;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:1212;s:11:\"size_before\";i:33874;s:10:\"size_after\";i:32662;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:22338;s:11:\"size_before\";i:306877;s:10:\"size_after\";i:284539;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:405;s:11:\"size_before\";i:9042;s:10:\"size_after\";i:8637;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:18972;s:11:\"size_before\";i:237092;s:10:\"size_after\";i:218120;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:5843;s:11:\"size_before\";i:100326;s:10:\"size_after\";i:94483;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4300000000000002;s:5:\"bytes\";i:1168;s:11:\"size_before\";i:34022;s:10:\"size_after\";i:32854;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:637;s:11:\"size_before\";i:16272;s:10:\"size_after\";i:15635;s:4:\"time\";d:0.11;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:749;s:11:\"size_before\";i:19960;s:10:\"size_after\";i:19211;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1392;s:11:\"size_before\";i:39438;s:10:\"size_after\";i:38046;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:36828;s:10:\"size_after\";i:35528;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:4202;s:11:\"size_before\";i:94010;s:10:\"size_after\";i:89808;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:29934;s:10:\"size_after\";i:28848;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:6424;s:11:\"size_before\";i:121664;s:10:\"size_after\";i:115240;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:2084;s:11:\"size_before\";i:52344;s:10:\"size_after\";i:50260;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:1027;s:11:\"size_before\";i:28646;s:10:\"size_after\";i:27619;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:36838;s:10:\"size_after\";i:35552;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:397;s:11:\"size_before\";i:10073;s:10:\"size_after\";i:9676;s:4:\"time\";d:0.01;}}}'),(23761,4103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:6000;s:4:\"file\";s:35:\"2019/03/DSC_0100-e1552298742410.jpg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"DSC_0100-e1552298742410-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"DSC_0100-e1552298742410-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"DSC_0100-e1552298742410-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"DSC_0100-e1552298742410-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"DSC_0100-e1552298742410-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"DSC_0100-e1552298742410-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"DSC_0100-e1552298742410-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"DSC_0100-e1552298742410-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"DSC_0100-e1552298742410-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"DSC_0100-e1552298742410-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"DSC_0100-e1552298742410-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"DSC_0100-e1552298742410-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wpfr_postmeta` VALUES (23762,4103,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:12:\"DSC_0100.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"DSC_0100-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"DSC_0100-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"main-full-orig\";a:4:{s:4:\"file\";s:21:\"DSC_0100-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"main-slider-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"main-featured-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"main-block-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"list-block-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"slider-small-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery-block-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-overlay-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"tall-overlay-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-large-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-small-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-large-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"grid-slider-b-med-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"grid-slider-b-small-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-large-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"focus-grid-small-orig\";a:4:{s:4:\"file\";s:19:\"DSC_0100-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"overlay-large-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"grid-small-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0100-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(23763,4104,'_wp_attached_file','2019/03/drink-1870139_1920.jpg'),(23764,4104,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9927251644528172;s:5:\"bytes\";i:56333;s:11:\"size_before\";i:1410891;s:10:\"size_after\";i:1354558;s:4:\"time\";d:0.98000000000000043;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:308;s:11:\"size_before\";i:5989;s:10:\"size_after\";i:5681;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:430;s:11:\"size_before\";i:10146;s:10:\"size_after\";i:9716;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:1862;s:11:\"size_before\";i:64756;s:10:\"size_after\";i:62894;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:240;s:11:\"size_before\";i:3553;s:10:\"size_after\";i:3313;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1899;s:11:\"size_before\";i:65207;s:10:\"size_after\";i:63308;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:33678;s:10:\"size_after\";i:32638;s:4:\"time\";d:0.17999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32638;s:10:\"size_after\";i:32638;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:510;s:11:\"size_before\";i:12604;s:10:\"size_after\";i:12094;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12094;s:10:\"size_after\";i:12094;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:344;s:11:\"size_before\";i:6084;s:10:\"size_after\";i:5740;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:384;s:11:\"size_before\";i:7407;s:10:\"size_after\";i:7023;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:559;s:11:\"size_before\";i:14146;s:10:\"size_after\";i:13587;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:518;s:11:\"size_before\";i:14164;s:10:\"size_after\";i:13646;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:31560;s:10:\"size_after\";i:30522;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:497;s:11:\"size_before\";i:10910;s:10:\"size_after\";i:10413;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:1144;s:11:\"size_before\";i:39454;s:10:\"size_after\";i:38310;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:725;s:11:\"size_before\";i:19245;s:10:\"size_after\";i:18520;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:452;s:11:\"size_before\";i:10869;s:10:\"size_after\";i:10417;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:527;s:11:\"size_before\";i:13083;s:10:\"size_after\";i:12556;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:242;s:11:\"size_before\";i:4237;s:10:\"size_after\";i:3995;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32638;s:10:\"size_after\";i:32638;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7023;s:10:\"size_after\";i:7023;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:23027;s:10:\"size_after\";i:21821;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:39700;s:10:\"size_after\";i:37896;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:794;s:11:\"size_before\";i:12696;s:10:\"size_after\";i:11902;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:5771;s:11:\"size_before\";i:138613;s:10:\"size_after\";i:132842;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:2197;s:11:\"size_before\";i:49500;s:10:\"size_after\";i:47303;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:23195;s:10:\"size_after\";i:21916;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:28100;s:10:\"size_after\";i:26632;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:2471;s:11:\"size_before\";i:56056;s:10:\"size_after\";i:53585;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:2959;s:11:\"size_before\";i:58768;s:10:\"size_after\";i:55809;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:5731;s:11:\"size_before\";i:131180;s:10:\"size_after\";i:125449;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:43319;s:10:\"size_after\";i:41291;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:7322;s:11:\"size_before\";i:166783;s:10:\"size_after\";i:159461;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:3169;s:11:\"size_before\";i:77409;s:10:\"size_after\";i:74240;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:2144;s:11:\"size_before\";i:43705;s:10:\"size_after\";i:41561;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:2342;s:11:\"size_before\";i:52117;s:10:\"size_after\";i:49775;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:929;s:11:\"size_before\";i:15238;s:10:\"size_after\";i:14309;s:4:\"time\";d:0.01;}}}'),(23765,4104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1055;s:4:\"file\";s:30:\"2019/03/drink-1870139_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"drink-1870139_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"drink-1870139_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-696x382.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"drink-1870139_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"drink-1870139_1920-1068x587.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-764x420.jpg\";s:5:\"width\";i:764;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"drink-1870139_1920-1920x1055.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1055;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"drink-1870139_1920-1024x563.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"drink-1870139_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"drink-1870139_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"drink-1870139_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"drink-1870139_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23766,4104,'_wp_attachment_image_alt','Optics have long been standing as the most accurate way of pouring spirits & Beaumont is one of the largest manufacturers'),(23767,4102,'_thumbnail_id','4104'),(23768,4102,'_adinserter_block_exceptions',''),(23769,4102,'slide_template','default'),(23770,4102,'_bunyad_featured_post','0'),(23771,4102,'_bunyad_cat_label','0'),(23772,4102,'_bunyad_featured_disable','0'),(23773,4102,'_bunyad_bg_image_bg_type','cover'),(23774,4102,'_bunyad_reviews','0'),(23775,4102,'_bunyad_review_pos','none'),(23776,4102,'_bunyad_review_type','points'),(23777,4102,'_bunyad_review_verdict','Awesome'),(23778,4102,'_yoast_wpseo_focuskw','beaumont'),(23779,4102,'_yoast_wpseo_title','We spoke with Nick DeBorde, of Beaumont, to discuss why optics are key'),(23780,4102,'_yoast_wpseo_metadesc','Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers'),(23781,4102,'_yoast_wpseo_linkdex','91'),(23782,4102,'_yoast_wpseo_content_score','30'),(23783,4102,'_yoast_wpseo_primary_category','31'),(23786,4107,'_wp_attached_file','2019/03/Giffard1.png'),(23787,4107,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.80262542414410132;s:5:\"bytes\";i:12972;s:11:\"size_before\";i:1616196;s:10:\"size_after\";i:1603224;s:4:\"time\";d:4.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:25:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:914;s:11:\"size_before\";i:12801;s:10:\"size_after\";i:11887;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:33397;s:10:\"size_after\";i:31972;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:250703;s:10:\"size_after\";i:250703;s:4:\"time\";d:0.46999999999999997;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:601;s:11:\"size_before\";i:7879;s:10:\"size_after\";i:7278;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:252655;s:10:\"size_after\";i:252655;s:4:\"time\";d:0.56999999999999995;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122071;s:10:\"size_after\";i:122071;s:4:\"time\";d:0.27000000000000002;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122071;s:10:\"size_after\";i:122071;s:4:\"time\";d:0.27000000000000002;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:42135;s:10:\"size_after\";i:40807;s:4:\"time\";d:0.10000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40807;s:10:\"size_after\";i:40807;s:4:\"time\";d:0.080000000000000002;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:643;s:11:\"size_before\";i:14533;s:10:\"size_after\";i:13890;s:4:\"time\";d:0.23000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:21494;s:10:\"size_after\";i:20425;s:4:\"time\";d:0.050000000000000003;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1399999999999999;s:5:\"bytes\";i:517;s:11:\"size_before\";i:45405;s:10:\"size_after\";i:44888;s:4:\"time\";d:0.10000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:29406;s:10:\"size_after\";i:28335;s:4:\"time\";d:0.070000000000000007;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94417;s:10:\"size_after\";i:94417;s:4:\"time\";d:0.28999999999999998;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.03;s:5:\"bytes\";i:316;s:11:\"size_before\";i:30653;s:10:\"size_after\";i:30337;s:4:\"time\";d:0.10000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112344;s:10:\"size_after\";i:112344;s:4:\"time\";d:0.31;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66492;s:10:\"size_after\";i:66492;s:4:\"time\";d:0.17999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:674;s:11:\"size_before\";i:25048;s:10:\"size_after\";i:24374;s:4:\"time\";d:0.070000000000000007;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4500000000000002;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:41623;s:10:\"size_after\";i:40605;s:4:\"time\";d:0.10000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000008;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:12280;s:10:\"size_after\";i:11189;s:4:\"time\";d:0.040000000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122071;s:10:\"size_after\";i:122071;s:4:\"time\";d:0.27000000000000002;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20425;s:10:\"size_after\";i:20425;s:4:\"time\";d:0.040000000000000001;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.05;s:5:\"bytes\";i:387;s:11:\"size_before\";i:36798;s:10:\"size_after\";i:36411;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:756;s:11:\"size_before\";i:22408;s:10:\"size_after\";i:21652;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:36280;s:10:\"size_after\";i:35118;s:4:\"time\";d:0.12;}}}'),(23788,4107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1653;s:6:\"height\";i:932;s:4:\"file\";s:20:\"2019/03/Giffard1.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Giffard1-768x433.png\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Giffard1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Giffard1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Giffard1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Giffard1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Giffard1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Giffard1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Giffard1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Giffard1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Giffard1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Giffard1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Giffard1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Giffard1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Giffard1-696x392.png\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Giffard1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Giffard1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Giffard1-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Giffard1-1068x602.png\";s:5:\"width\";i:1068;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Giffard1-745x420.png\";s:5:\"width\";i:745;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Giffard1-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:\"Giffard1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Giffard1-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Giffard1-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Giffard1-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Giffard1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Giffard1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Giffard1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Giffard1-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Giffard1-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Giffard1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Giffard1-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Giffard1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Giffard1-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Giffard1-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Giffard1-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Giffard1-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Giffard1-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Giffard1-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Giffard1-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Giffard1-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Giffard1-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23789,4107,'_wp_attachment_image_alt','Giffard is an independent, family-owned company specializing in liqueurs and syrups'),(23790,4108,'_wp_attached_file','2019/03/giffard2.jpg'),(23791,4108,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1120532124844678;s:5:\"bytes\";i:117733;s:11:\"size_before\";i:1655401;s:10:\"size_after\";i:1537668;s:4:\"time\";d:0.93000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:34:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:574;s:11:\"size_before\";i:7842;s:10:\"size_after\";i:7268;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:942;s:11:\"size_before\";i:15927;s:10:\"size_after\";i:14985;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:7147;s:11:\"size_before\";i:131894;s:10:\"size_after\";i:124747;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:339;s:11:\"size_before\";i:4106;s:10:\"size_after\";i:3767;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:9838;s:11:\"size_before\";i:133354;s:10:\"size_after\";i:123516;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:4216;s:11:\"size_before\";i:63831;s:10:\"size_after\";i:59615;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59615;s:10:\"size_after\";i:59615;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:21587;s:10:\"size_after\";i:19991;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19991;s:10:\"size_after\";i:19991;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:614;s:11:\"size_before\";i:8357;s:10:\"size_after\";i:7743;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:822;s:11:\"size_before\";i:10897;s:10:\"size_after\";i:10075;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1783;s:11:\"size_before\";i:24247;s:10:\"size_after\";i:22464;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1237;s:11:\"size_before\";i:21035;s:10:\"size_after\";i:19798;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:3858;s:11:\"size_before\";i:59268;s:10:\"size_after\";i:55410;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:17215;s:10:\"size_after\";i:15987;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:4800;s:11:\"size_before\";i:75698;s:10:\"size_after\";i:70898;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:2433;s:11:\"size_before\";i:34634;s:10:\"size_after\";i:32201;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:1144;s:11:\"size_before\";i:16591;s:10:\"size_after\";i:15447;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:22223;s:10:\"size_after\";i:20587;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:415;s:11:\"size_before\";i:5522;s:10:\"size_after\";i:5107;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59615;s:10:\"size_after\";i:59615;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10075;s:10:\"size_after\";i:10075;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6799999999999997;s:5:\"bytes\";i:3381;s:11:\"size_before\";i:38944;s:10:\"size_after\";i:35563;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:6001;s:11:\"size_before\";i:75174;s:10:\"size_after\";i:69173;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:19777;s:10:\"size_after\";i:18057;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:8819;s:11:\"size_before\";i:99165;s:10:\"size_after\";i:90346;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9600000000000009;s:5:\"bytes\";i:3684;s:11:\"size_before\";i:41110;s:10:\"size_after\";i:37426;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3200000000000003;s:5:\"bytes\";i:4868;s:11:\"size_before\";i:52241;s:10:\"size_after\";i:47373;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9800000000000004;s:5:\"bytes\";i:10055;s:11:\"size_before\";i:111957;s:10:\"size_after\";i:101902;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:8157;s:11:\"size_before\";i:100353;s:10:\"size_after\";i:92196;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999994;s:5:\"bytes\";i:7494;s:11:\"size_before\";i:82955;s:10:\"size_after\";i:75461;s:4:\"time\";d:0.20999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9600000000000009;s:5:\"bytes\";i:7251;s:11:\"size_before\";i:80910;s:10:\"size_after\";i:73659;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9499999999999993;s:5:\"bytes\";i:9268;s:11:\"size_before\";i:103601;s:10:\"size_after\";i:94333;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:2413;s:11:\"size_before\";i:25690;s:10:\"size_after\";i:23277;s:4:\"time\";d:0.02;}}}'),(23792,4108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:902;s:6:\"height\";i:1622;s:4:\"file\";s:20:\"2019/03/giffard2.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"giffard2-768x1381.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1381;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"giffard2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"giffard2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"giffard2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"giffard2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"giffard2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"giffard2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"giffard2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"giffard2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"giffard2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"giffard2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"giffard2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"giffard2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"giffard2-696x1252.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"giffard2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"giffard2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"giffard2-902x580.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"giffard2-234x420.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"giffard2-150x150.jpg\";s:5:\"width\";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:\"giffard2-167x300.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"giffard2-569x1024.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"giffard2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:20:\"giffard2-902x516.jpg\";s:5:\"width\";i:902;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"giffard2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"giffard2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"giffard2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"giffard2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"giffard2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"giffard2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"giffard2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"giffard2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"giffard2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"giffard2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"giffard2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"giffard2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"giffard2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"giffard2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"giffard2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"giffard2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"giffard2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23793,4108,'_wp_attachment_image_alt','Giffard is an independent, family-owned company specializing in liqueurs and syrups'),(23794,4109,'_wp_attached_file','2019/03/GIFFARD_Rhubarb.png'),(23795,4109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"2019/03/GIFFARD_Rhubarb.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"GIFFARD_Rhubarb-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"GIFFARD_Rhubarb-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-696x870.png\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"GIFFARD_Rhubarb-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"GIFFARD_Rhubarb-1068x1335.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1335;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-336x420.png\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"GIFFARD_Rhubarb-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"GIFFARD_Rhubarb-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"GIFFARD_Rhubarb-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"GIFFARD_Rhubarb-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"GIFFARD_Rhubarb-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23796,4109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1311303;s:10:\"size_after\";i:1311303;s:4:\"time\";d:2.1800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12201;s:10:\"size_after\";i:12201;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31029;s:10:\"size_after\";i:31029;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:278036;s:10:\"size_after\";i:278036;s:4:\"time\";d:0.40000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6211;s:10:\"size_after\";i:6211;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:209037;s:10:\"size_after\";i:209037;s:4:\"time\";d:0.27000000000000002;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93155;s:10:\"size_after\";i:93155;s:4:\"time\";d:0.11;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93155;s:10:\"size_after\";i:93155;s:4:\"time\";d:0.14000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28883;s:10:\"size_after\";i:28883;s:4:\"time\";d:0.050000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28883;s:10:\"size_after\";i:28883;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12074;s:10:\"size_after\";i:12074;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15456;s:10:\"size_after\";i:15456;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33189;s:10:\"size_after\";i:33189;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31110;s:10:\"size_after\";i:31110;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85391;s:10:\"size_after\";i:85391;s:4:\"time\";d:0.13;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24635;s:10:\"size_after\";i:24635;s:4:\"time\";d:0.070000000000000007;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110098;s:10:\"size_after\";i:110098;s:4:\"time\";d:0.17999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47680;s:10:\"size_after\";i:47680;s:4:\"time\";d:0.10000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24649;s:10:\"size_after\";i:24649;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30414;s:10:\"size_after\";i:30414;s:4:\"time\";d:0.089999999999999997;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7406;s:10:\"size_after\";i:7406;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93155;s:10:\"size_after\";i:93155;s:4:\"time\";d:0.13;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15456;s:10:\"size_after\";i:15456;s:4:\"time\";d:0.040000000000000001;}}}'),(23797,4109,'_wp_attachment_image_alt','Giffard is an independent, family-owned company specializing in liqueurs and syrups'),(23801,4111,'_wp_attached_file','2019/03/beach-84533_1920.jpg'),(23802,4111,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5808829912252356;s:5:\"bytes\";i:49089;s:11:\"size_before\";i:1370863;s:10:\"size_after\";i:1321774;s:4:\"time\";d:0.78000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:208;s:11:\"size_before\";i:4692;s:10:\"size_after\";i:4484;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:435;s:11:\"size_before\";i:9880;s:10:\"size_after\";i:9445;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:2296;s:11:\"size_before\";i:75769;s:10:\"size_after\";i:73473;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:146;s:11:\"size_before\";i:2728;s:10:\"size_after\";i:2582;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:68086;s:10:\"size_after\";i:66118;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:997;s:11:\"size_before\";i:32319;s:10:\"size_after\";i:31322;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31322;s:10:\"size_after\";i:31322;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:438;s:11:\"size_before\";i:11072;s:10:\"size_after\";i:10634;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10634;s:10:\"size_after\";i:10634;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:208;s:11:\"size_before\";i:4694;s:10:\"size_after\";i:4486;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:278;s:11:\"size_before\";i:5850;s:10:\"size_after\";i:5572;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:456;s:11:\"size_before\";i:11740;s:10:\"size_after\";i:11284;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:385;s:11:\"size_before\";i:11170;s:10:\"size_after\";i:10785;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:869;s:11:\"size_before\";i:27238;s:10:\"size_after\";i:26369;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:304;s:11:\"size_before\";i:8742;s:10:\"size_after\";i:8438;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:34330;s:10:\"size_after\";i:33212;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:670;s:11:\"size_before\";i:17567;s:10:\"size_after\";i:16897;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:304;s:11:\"size_before\";i:8546;s:10:\"size_after\";i:8242;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:415;s:11:\"size_before\";i:10998;s:10:\"size_after\";i:10583;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:176;s:11:\"size_before\";i:3530;s:10:\"size_after\";i:3354;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31322;s:10:\"size_after\";i:31322;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5572;s:10:\"size_after\";i:5572;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:724;s:11:\"size_before\";i:19233;s:10:\"size_after\";i:18509;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1549;s:11:\"size_before\";i:43867;s:10:\"size_after\";i:42318;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:422;s:11:\"size_before\";i:10412;s:10:\"size_after\";i:9990;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:6834;s:11:\"size_before\";i:157332;s:10:\"size_after\";i:150498;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:1908;s:11:\"size_before\";i:50486;s:10:\"size_after\";i:48578;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:693;s:11:\"size_before\";i:19579;s:10:\"size_after\";i:18886;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:893;s:11:\"size_before\";i:24754;s:10:\"size_after\";i:23861;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:53571;s:10:\"size_after\";i:51588;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:49552;s:10:\"size_after\";i:47685;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:5198;s:11:\"size_before\";i:127996;s:10:\"size_after\";i:122798;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:38774;s:10:\"size_after\";i:37363;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:6975;s:11:\"size_before\";i:164617;s:10:\"size_after\";i:157642;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:81900;s:10:\"size_after\";i:78805;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:37874;s:10:\"size_after\";i:36461;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1869;s:11:\"size_before\";i:49592;s:10:\"size_after\";i:47723;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:584;s:11:\"size_before\";i:13523;s:10:\"size_after\";i:12939;s:4:\"time\";d:0.01;}}}'),(23803,4111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/03/beach-84533_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"beach-84533_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"beach-84533_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"beach-84533_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"beach-84533_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"beach-84533_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-150x150.jpg\";s:5:\"width\";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:\"beach-84533_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"beach-84533_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"beach-84533_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"beach-84533_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"beach-84533_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"beach-84533_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23804,4111,'_wp_attachment_image_alt','Giffard backed by strong values, it has built its success on quality products, including their signature Menthe-Pastille, a real emblem of the brand'),(23822,4113,'_edit_last','1'),(23823,4113,'_edit_lock','1552638656:1'),(23824,4114,'_wp_attached_file','2019/03/John-Porter_London-Pride-330ml.jpg'),(23825,4114,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9861884753297083;s:5:\"bytes\";i:84171;s:11:\"size_before\";i:1688083;s:10:\"size_after\";i:1603912;s:4:\"time\";d:7.0100000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:401;s:11:\"size_before\";i:6618;s:10:\"size_after\";i:6217;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:388;s:11:\"size_before\";i:7728;s:10:\"size_after\";i:7340;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:2593;s:11:\"size_before\";i:53507;s:10:\"size_after\";i:50914;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:246;s:11:\"size_before\";i:3615;s:10:\"size_after\";i:3369;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:3602;s:11:\"size_before\";i:81818;s:10:\"size_after\";i:78216;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:38785;s:10:\"size_after\";i:36611;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36611;s:10:\"size_after\";i:36611;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:641;s:11:\"size_before\";i:12899;s:10:\"size_after\";i:12258;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12258;s:10:\"size_after\";i:12258;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:405;s:11:\"size_before\";i:6407;s:10:\"size_after\";i:6002;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:400;s:11:\"size_before\";i:7489;s:10:\"size_after\";i:7089;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:761;s:11:\"size_before\";i:14750;s:10:\"size_after\";i:13989;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:913;s:11:\"size_before\";i:16207;s:10:\"size_after\";i:15294;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:1872;s:11:\"size_before\";i:35750;s:10:\"size_after\";i:33878;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:577;s:11:\"size_before\";i:11184;s:10:\"size_after\";i:10607;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:45658;s:10:\"size_after\";i:43351;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:20362;s:10:\"size_after\";i:19347;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:652;s:11:\"size_before\";i:11725;s:10:\"size_after\";i:11073;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:694;s:11:\"size_before\";i:13820;s:10:\"size_after\";i:13126;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:273;s:11:\"size_before\";i:4005;s:10:\"size_after\";i:3732;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36611;s:10:\"size_after\";i:36611;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7089;s:10:\"size_after\";i:7089;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1649;s:11:\"size_before\";i:25566;s:10:\"size_after\";i:23917;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:1965;s:11:\"size_before\";i:30934;s:10:\"size_after\";i:28969;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:15017;s:11:\"size_before\";i:246147;s:10:\"size_after\";i:231130;s:4:\"time\";d:6.2000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:949;s:11:\"size_before\";i:13305;s:10:\"size_after\";i:12356;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:3202;s:11:\"size_before\";i:59881;s:10:\"size_after\";i:56679;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1557;s:11:\"size_before\";i:24750;s:10:\"size_after\";i:23193;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1778;s:11:\"size_before\";i:30311;s:10:\"size_after\";i:28533;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:3583;s:11:\"size_before\";i:66619;s:10:\"size_after\";i:63036;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:4325;s:11:\"size_before\";i:68923;s:10:\"size_after\";i:64598;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:7229;s:11:\"size_before\";i:161405;s:10:\"size_after\";i:154176;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:2970;s:11:\"size_before\";i:48894;s:10:\"size_after\";i:45924;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:8269;s:11:\"size_before\";i:204310;s:10:\"size_after\";i:196041;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:4620;s:11:\"size_before\";i:95913;s:10:\"size_after\";i:91293;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:49183;s:10:\"size_after\";i:46354;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:3441;s:11:\"size_before\";i:62001;s:10:\"size_after\";i:58560;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:874;s:11:\"size_before\";i:15045;s:10:\"size_after\";i:14171;s:4:\"time\";d:0.050000000000000003;}}}'),(23826,4114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1374;s:6:\"height\";i:4428;s:4:\"file\";s:42:\"2019/03/John-Porter_London-Pride-330ml.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"John-Porter_London-Pride-330ml-768x2475.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"John-Porter_London-Pride-330ml-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"John-Porter_London-Pride-330ml-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"John-Porter_London-Pride-330ml-696x2243.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"John-Porter_London-Pride-330ml-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"John-Porter_London-Pride-330ml-1068x3442.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-130x420.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"John-Porter_London-Pride-330ml-93x300.jpg\";s:5:\"width\";i:93;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"John-Porter_London-Pride-330ml-318x1024.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"John-Porter_London-Pride-330ml-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"John-Porter_London-Pride-330ml-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"John-Porter_London-Pride-330ml-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"John-Porter_London-Pride-330ml-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23827,4114,'_wp_attachment_image_alt','Brewer Fuller’s to sell its brands to global brewer Asahi'),(23828,4115,'_wp_attached_file','2019/03/beer-2166004_1920.jpg'),(23829,4115,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5287248201932329;s:5:\"bytes\";i:106796;s:11:\"size_before\";i:1931657;s:10:\"size_after\";i:1824861;s:4:\"time\";d:1.0500000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7715;s:10:\"size_after\";i:7236;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:799;s:11:\"size_before\";i:15495;s:10:\"size_after\";i:14696;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:3971;s:11:\"size_before\";i:111933;s:10:\"size_after\";i:107962;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:305;s:11:\"size_before\";i:4325;s:10:\"size_after\";i:4020;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:3334;s:11:\"size_before\";i:85842;s:10:\"size_after\";i:82508;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2148;s:11:\"size_before\";i:43317;s:10:\"size_after\";i:41169;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41169;s:10:\"size_after\";i:41169;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:959;s:11:\"size_before\";i:16020;s:10:\"size_after\";i:15061;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15061;s:10:\"size_after\";i:15061;s:4:\"time\";d:0.040000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:489;s:11:\"size_before\";i:7750;s:10:\"size_after\";i:7261;s:4:\"time\";d:0.20000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:540;s:11:\"size_before\";i:9423;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:18310;s:10:\"size_after\";i:17257;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:18056;s:10:\"size_after\";i:17046;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:2021;s:11:\"size_before\";i:43050;s:10:\"size_after\";i:41029;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:792;s:11:\"size_before\";i:14005;s:10:\"size_after\";i:13213;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:54772;s:10:\"size_after\";i:52256;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:24562;s:10:\"size_after\";i:23157;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:780;s:11:\"size_before\";i:14055;s:10:\"size_after\";i:13275;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:929;s:11:\"size_before\";i:17007;s:10:\"size_after\";i:16078;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:355;s:11:\"size_before\";i:5212;s:10:\"size_after\";i:4857;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41169;s:10:\"size_after\";i:41169;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8883;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:2384;s:11:\"size_before\";i:31229;s:10:\"size_after\";i:28845;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:4250;s:11:\"size_before\";i:64818;s:10:\"size_after\";i:60568;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:16483;s:10:\"size_after\";i:15140;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:10814;s:11:\"size_before\";i:184751;s:10:\"size_after\";i:173937;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:4596;s:11:\"size_before\";i:66385;s:10:\"size_after\";i:61789;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:2404;s:11:\"size_before\";i:31096;s:10:\"size_after\";i:28692;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:2828;s:11:\"size_before\";i:37202;s:10:\"size_after\";i:34374;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:5052;s:11:\"size_before\";i:76376;s:10:\"size_after\";i:71324;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:4721;s:11:\"size_before\";i:77088;s:10:\"size_after\";i:72367;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:10405;s:11:\"size_before\";i:183743;s:10:\"size_after\";i:173338;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:4060;s:11:\"size_before\";i:58527;s:10:\"size_after\";i:54467;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:13009;s:11:\"size_before\";i:234221;s:10:\"size_after\";i:221212;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:6663;s:11:\"size_before\";i:102862;s:10:\"size_after\";i:96199;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:4084;s:11:\"size_before\";i:59816;s:10:\"size_after\";i:55732;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:4740;s:11:\"size_before\";i:71085;s:10:\"size_after\";i:66345;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:18844;s:10:\"size_after\";i:17286;s:4:\"time\";d:0.029999999999999999;}}}'),(23830,4115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:29:\"2019/03/beer-2166004_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"beer-2166004_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"beer-2166004_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"beer-2166004_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"beer-2166004_1920-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"beer-2166004_1920-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-150x150.jpg\";s:5:\"width\";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:\"beer-2166004_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"beer-2166004_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"beer-2166004_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"beer-2166004_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"beer-2166004_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"beer-2166004_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:3:\"2.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23831,4115,'_wp_attachment_image_alt','Brewer Fuller’s to sell its brands to global brewer Asahi'),(23832,4113,'_thumbnail_id','4115'),(23833,4113,'_adinserter_block_exceptions',''),(23834,4113,'slide_template','default'),(23835,4113,'_bunyad_featured_post','0'),(23836,4113,'_bunyad_cat_label','0'),(23837,4113,'_bunyad_featured_disable','0'),(23838,4113,'_bunyad_bg_image_bg_type','cover'),(23839,4113,'_bunyad_reviews','0'),(23840,4113,'_bunyad_review_pos','none'),(23841,4113,'_bunyad_review_type','points'),(23842,4113,'_bunyad_review_verdict','Awesome'),(23843,4113,'_yoast_wpseo_focuskw','brewer'),(23844,4113,'_yoast_wpseo_title','John Porter: Brewer Fuller’s to sell its brands to global brewer Asahi'),(23845,4113,'_yoast_wpseo_metadesc','Plenty has been already said about the surprise decision by veteran London brewer Fuller’s to sell its brands and brewing operation to global brewer Asahi'),(23846,4113,'_yoast_wpseo_linkdex','92'),(23847,4113,'_yoast_wpseo_content_score','30'),(23848,4113,'_yoast_wpseo_primary_category','2'),(23849,4118,'_edit_last','1'),(23850,4118,'_edit_lock','1552638563:1'),(23851,4119,'_wp_attached_file','2019/03/grapes-276070_1920.jpg'),(23852,4119,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0918188969742832;s:5:\"bytes\";i:90034;s:11:\"size_before\";i:1768209;s:10:\"size_after\";i:1678175;s:4:\"time\";d:0.88000000000000034;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:534;s:11:\"size_before\";i:7534;s:10:\"size_after\";i:7000;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:966;s:11:\"size_before\";i:15553;s:10:\"size_after\";i:14587;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:2672;s:11:\"size_before\";i:98254;s:10:\"size_after\";i:95582;s:4:\"time\";d:0.089999999999999997;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:347;s:11:\"size_before\";i:4330;s:10:\"size_after\";i:3983;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000001;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:77645;s:10:\"size_after\";i:75643;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1601;s:11:\"size_before\";i:40014;s:10:\"size_after\";i:38413;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38413;s:10:\"size_after\";i:38413;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:909;s:11:\"size_before\";i:15704;s:10:\"size_after\";i:14795;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14795;s:10:\"size_after\";i:14795;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:554;s:11:\"size_before\";i:7734;s:10:\"size_after\";i:7180;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:658;s:11:\"size_before\";i:9386;s:10:\"size_after\";i:8728;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:1065;s:11:\"size_before\";i:17913;s:10:\"size_after\";i:16848;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:970;s:11:\"size_before\";i:17111;s:10:\"size_after\";i:16141;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:1666;s:11:\"size_before\";i:39340;s:10:\"size_after\";i:37674;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:860;s:11:\"size_before\";i:13648;s:10:\"size_after\";i:12788;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:48692;s:10:\"size_after\";i:46763;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:23429;s:10:\"size_after\";i:22272;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:800;s:11:\"size_before\";i:13468;s:10:\"size_after\";i:12668;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:941;s:11:\"size_before\";i:16585;s:10:\"size_after\";i:15644;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:418;s:11:\"size_before\";i:5198;s:10:\"size_after\";i:4780;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38413;s:10:\"size_after\";i:38413;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8728;s:10:\"size_after\";i:8728;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:2182;s:11:\"size_before\";i:29079;s:10:\"size_after\";i:26897;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:4097;s:11:\"size_before\";i:61291;s:10:\"size_after\";i:57194;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:16137;s:10:\"size_after\";i:14783;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:8307;s:11:\"size_before\";i:167901;s:10:\"size_after\";i:159594;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:3925;s:11:\"size_before\";i:62788;s:10:\"size_after\";i:58863;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:29672;s:10:\"size_after\";i:27446;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:2626;s:11:\"size_before\";i:35759;s:10:\"size_after\";i:33133;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:4442;s:11:\"size_before\";i:70962;s:10:\"size_after\";i:66520;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:4150;s:11:\"size_before\";i:69041;s:10:\"size_after\";i:64891;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:8199;s:11:\"size_before\";i:161721;s:10:\"size_after\";i:153522;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:3719;s:11:\"size_before\";i:54647;s:10:\"size_after\";i:50928;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:10005;s:11:\"size_before\";i:202674;s:10:\"size_after\";i:192669;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:5385;s:11:\"size_before\";i:95733;s:10:\"size_after\";i:90348;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:3559;s:11:\"size_before\";i:53957;s:10:\"size_after\";i:50398;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:4230;s:11:\"size_before\";i:66225;s:10:\"size_after\";i:61995;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4299999999999997;s:5:\"bytes\";i:1579;s:11:\"size_before\";i:18735;s:10:\"size_after\";i:17156;s:4:\"time\";d:0.01;}}}'),(23853,4119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2019/03/grapes-276070_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"grapes-276070_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"grapes-276070_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"grapes-276070_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"grapes-276070_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"grapes-276070_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"grapes-276070_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"grapes-276070_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"grapes-276070_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"grapes-276070_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"grapes-276070_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23854,4119,'_wp_attachment_image_alt','Aussie winemakers have been experimenting with Italian grape varieties'),(23855,4120,'_wp_attached_file','2019/03/grapes-3550733_1920.jpg'),(23856,4120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5549101758144843;s:5:\"bytes\";i:57740;s:11:\"size_before\";i:1267643;s:10:\"size_after\";i:1209903;s:4:\"time\";d:2.0499999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:372;s:11:\"size_before\";i:5976;s:10:\"size_after\";i:5604;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:555;s:11:\"size_before\";i:11283;s:10:\"size_after\";i:10728;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000001;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:66991;s:10:\"size_after\";i:65265;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:293;s:11:\"size_before\";i:3615;s:10:\"size_after\";i:3322;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7799999999999998;s:5:\"bytes\";i:1495;s:11:\"size_before\";i:53703;s:10:\"size_after\";i:52208;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4700000000000002;s:5:\"bytes\";i:678;s:11:\"size_before\";i:27443;s:10:\"size_after\";i:26765;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26765;s:10:\"size_after\";i:26765;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:519;s:11:\"size_before\";i:11366;s:10:\"size_after\";i:10847;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10847;s:10:\"size_after\";i:10847;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:398;s:11:\"size_before\";i:6015;s:10:\"size_after\";i:5617;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:432;s:11:\"size_before\";i:7045;s:10:\"size_after\";i:6613;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:566;s:11:\"size_before\";i:12749;s:10:\"size_after\";i:12183;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:612;s:11:\"size_before\";i:12963;s:10:\"size_after\";i:12351;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:791;s:11:\"size_before\";i:26929;s:10:\"size_after\";i:26138;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:498;s:11:\"size_before\";i:10046;s:10:\"size_after\";i:9548;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:902;s:11:\"size_before\";i:33190;s:10:\"size_after\";i:32288;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:556;s:11:\"size_before\";i:16481;s:10:\"size_after\";i:15925;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:501;s:11:\"size_before\";i:10165;s:10:\"size_after\";i:9664;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:517;s:11:\"size_before\";i:11905;s:10:\"size_after\";i:11388;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4219;s:10:\"size_after\";i:3920;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26765;s:10:\"size_after\";i:26765;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6613;s:10:\"size_after\";i:6613;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1360;s:11:\"size_before\";i:21269;s:10:\"size_after\";i:19909;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:42059;s:10:\"size_after\";i:39841;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:911;s:11:\"size_before\";i:12109;s:10:\"size_after\";i:11198;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:6689;s:11:\"size_before\";i:127751;s:10:\"size_after\";i:121062;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:43432;s:10:\"size_after\";i:41234;s:4:\"time\";d:1.1899999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:21178;s:10:\"size_after\";i:19856;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:1549;s:11:\"size_before\";i:25011;s:10:\"size_after\";i:23462;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:2482;s:11:\"size_before\";i:48659;s:10:\"size_after\";i:46177;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:2680;s:11:\"size_before\";i:50977;s:10:\"size_after\";i:48297;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:5810;s:11:\"size_before\";i:116875;s:10:\"size_after\";i:111065;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:37721;s:10:\"size_after\";i:35635;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:8038;s:11:\"size_before\";i:152485;s:10:\"size_after\";i:144447;s:4:\"time\";d:0.14999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:3331;s:11:\"size_before\";i:67690;s:10:\"size_after\";i:64359;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2101;s:11:\"size_before\";i:38227;s:10:\"size_after\";i:36126;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:2318;s:11:\"size_before\";i:45462;s:10:\"size_after\";i:43144;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:937;s:11:\"size_before\";i:13664;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.01;}}}'),(23857,4120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2019/03/grapes-3550733_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"grapes-3550733_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"grapes-3550733_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"grapes-3550733_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"grapes-3550733_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"grapes-3550733_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"grapes-3550733_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"grapes-3550733_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"grapes-3550733_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"grapes-3550733_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"grapes-3550733_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:18:\"0.0058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23858,4120,'_wp_attachment_image_alt','Australian winemakers have been experimenting with Italian grape varieties'),(23859,4118,'_thumbnail_id','4119'),(23860,4118,'_adinserter_block_exceptions',''),(23861,4118,'slide_template','default'),(23862,4118,'_bunyad_featured_post','0'),(23863,4118,'_bunyad_cat_label','0'),(23864,4118,'_bunyad_featured_disable','0'),(23865,4118,'_bunyad_bg_image_bg_type','cover'),(23866,4118,'_bunyad_reviews','0'),(23867,4118,'_bunyad_review_pos','none'),(23868,4118,'_bunyad_review_type','points'),(23869,4118,'_bunyad_review_verdict','Awesome'),(23870,4118,'_yoast_wpseo_focuskw','italian grape'),(23871,4118,'_yoast_wpseo_title','Aussie winemakers have been experimenting with Italian grape varieties'),(23872,4118,'_yoast_wpseo_metadesc','Australian winemakers have been experimenting with Italian grape varieties over the last several years & 2019 will see this trend increase further'),(23873,4118,'_yoast_wpseo_linkdex','91'),(23874,4118,'_yoast_wpseo_content_score','30'),(23875,4118,'_yoast_wpseo_primary_category','2'),(23876,4122,'_edit_last','1'),(23877,4122,'_adinserter_block_exceptions',''),(23878,4122,'slide_template','default'),(23879,4122,'_bunyad_featured_post','1'),(23880,4122,'_bunyad_cat_label','0'),(23881,4122,'_bunyad_featured_disable','0'),(23882,4122,'_bunyad_bg_image_bg_type','cover'),(23883,4122,'_bunyad_reviews','0'),(23884,4122,'_bunyad_review_pos','none'),(23885,4122,'_bunyad_review_type','points'),(23886,4122,'_bunyad_review_verdict','Awesome'),(23887,4122,'_yoast_wpseo_content_score','90'),(23888,4122,'_yoast_wpseo_primary_category','2'),(23889,4122,'_edit_lock','1552384579:1'),(23890,4124,'_wp_attached_file','2019/03/Drinkers-2.jpg'),(23891,4124,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0350557755377379;s:5:\"bytes\";i:220084;s:11:\"size_before\";i:3646760;s:10:\"size_after\";i:3426676;s:4:\"time\";d:1.4500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:633;s:11:\"size_before\";i:8966;s:10:\"size_after\";i:8333;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:22098;s:10:\"size_after\";i:20614;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:6979;s:11:\"size_before\";i:156055;s:10:\"size_after\";i:149076;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:429;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:4547;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:4572;s:11:\"size_before\";i:108261;s:10:\"size_after\";i:103689;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:2595;s:11:\"size_before\";i:54165;s:10:\"size_after\";i:51570;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51570;s:10:\"size_after\";i:51570;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:20223;s:10:\"size_after\";i:18894;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18894;s:10:\"size_after\";i:18894;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:685;s:11:\"size_before\";i:9244;s:10:\"size_after\";i:8559;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:822;s:11:\"size_before\";i:11446;s:10:\"size_after\";i:10624;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:23069;s:10:\"size_after\";i:21616;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:22069;s:10:\"size_after\";i:20644;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3022;s:11:\"size_before\";i:54962;s:10:\"size_after\";i:51940;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1253;s:11:\"size_before\";i:17854;s:10:\"size_after\";i:16601;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:3561;s:11:\"size_before\";i:68273;s:10:\"size_after\";i:64712;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:30936;s:10:\"size_after\";i:29193;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:17030;s:10:\"size_after\";i:15906;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:21457;s:10:\"size_after\";i:20047;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:468;s:11:\"size_before\";i:6067;s:10:\"size_after\";i:5599;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51570;s:10:\"size_after\";i:51570;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10624;s:10:\"size_after\";i:10624;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:2943;s:11:\"size_before\";i:36478;s:10:\"size_after\";i:33535;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:6871;s:11:\"size_before\";i:91422;s:10:\"size_after\";i:84551;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:42772;s:11:\"size_before\";i:713140;s:10:\"size_after\";i:670368;s:4:\"time\";d:0.17999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:1764;s:11:\"size_before\";i:19887;s:10:\"size_after\";i:18123;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:28724;s:11:\"size_before\";i:496853;s:10:\"size_after\";i:468129;s:4:\"time\";d:0.14000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:14163;s:11:\"size_before\";i:234086;s:10:\"size_after\";i:219923;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:6010;s:11:\"size_before\";i:83654;s:10:\"size_after\";i:77644;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:3158;s:11:\"size_before\";i:38127;s:10:\"size_after\";i:34969;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:3810;s:11:\"size_before\";i:46945;s:10:\"size_after\";i:43135;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:7002;s:11:\"size_before\";i:96142;s:10:\"size_after\";i:89140;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:6470;s:11:\"size_before\";i:91442;s:10:\"size_after\";i:84972;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:15045;s:11:\"size_before\";i:231093;s:10:\"size_after\";i:216048;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:5806;s:11:\"size_before\";i:74926;s:10:\"size_after\";i:69120;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:18283;s:11:\"size_before\";i:289927;s:10:\"size_after\";i:271644;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:8480;s:11:\"size_before\";i:129452;s:10:\"size_after\";i:120972;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:5288;s:11:\"size_before\";i:70478;s:10:\"size_after\";i:65190;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:6508;s:11:\"size_before\";i:89415;s:10:\"size_after\";i:82907;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:2000;s:11:\"size_before\";i:23484;s:10:\"size_after\";i:21484;s:4:\"time\";d:0.01;}}}'),(23892,4124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3748;s:6:\"height\";i:2738;s:4:\"file\";s:22:\"2019/03/Drinkers-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-768x561.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Drinkers-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Drinkers-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-696x508.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Drinkers-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"Drinkers-2-1068x780.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-575x420.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"Drinkers-2-1920x1403.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Drinkers-2-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Drinkers-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Drinkers-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Drinkers-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Drinkers-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1534515112\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23893,4124,'_wp_attachment_image_alt','Cask drinkers are more likely to visit the pub'),(23894,4125,'_wp_attached_file','2019/03/B153132-RECRUITMENT.jpg'),(23895,4125,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9095575762139081;s:5:\"bytes\";i:133017;s:11:\"size_before\";i:2709348;s:10:\"size_after\";i:2576331;s:4:\"time\";d:1.1600000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:569;s:11:\"size_before\";i:7957;s:10:\"size_after\";i:7388;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:874;s:11:\"size_before\";i:15868;s:10:\"size_after\";i:14994;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:2935;s:11:\"size_before\";i:101038;s:10:\"size_after\";i:98103;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:375;s:11:\"size_before\";i:4531;s:10:\"size_after\";i:4156;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:3130;s:11:\"size_before\";i:93274;s:10:\"size_after\";i:90144;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:2060;s:11:\"size_before\";i:48188;s:10:\"size_after\";i:46128;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46128;s:10:\"size_after\";i:46128;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:17923;s:10:\"size_after\";i:16893;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16893;s:10:\"size_after\";i:16893;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:517;s:11:\"size_before\";i:7926;s:10:\"size_after\";i:7409;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:603;s:11:\"size_before\";i:9520;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:998;s:11:\"size_before\";i:18640;s:10:\"size_after\";i:17642;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:1027;s:11:\"size_before\";i:17932;s:10:\"size_after\";i:16905;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:1626;s:11:\"size_before\";i:40488;s:10:\"size_after\";i:38862;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:791;s:11:\"size_before\";i:14046;s:10:\"size_after\";i:13255;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:1989;s:11:\"size_before\";i:50934;s:10:\"size_after\";i:48945;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:27514;s:10:\"size_after\";i:26055;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:900;s:11:\"size_before\";i:14624;s:10:\"size_after\";i:13724;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:940;s:11:\"size_before\";i:17441;s:10:\"size_after\";i:16501;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:429;s:11:\"size_before\";i:5752;s:10:\"size_after\";i:5323;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46128;s:10:\"size_after\";i:46128;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8917;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:2326;s:11:\"size_before\";i:30688;s:10:\"size_after\";i:28362;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:3693;s:11:\"size_before\";i:61599;s:10:\"size_after\";i:57906;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:20002;s:11:\"size_before\";i:428135;s:10:\"size_after\";i:408133;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:17015;s:10:\"size_after\";i:15550;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:19269;s:11:\"size_before\";i:385021;s:10:\"size_after\";i:365752;s:4:\"time\";d:0.10000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:9990;s:11:\"size_before\";i:194000;s:10:\"size_after\";i:184010;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:4270;s:11:\"size_before\";i:70129;s:10:\"size_after\";i:65859;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:2225;s:11:\"size_before\";i:30586;s:10:\"size_after\";i:28361;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:36253;s:10:\"size_after\";i:33853;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:4169;s:11:\"size_before\";i:73276;s:10:\"size_after\";i:69107;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:4160;s:11:\"size_before\";i:70171;s:10:\"size_after\";i:66011;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:7908;s:11:\"size_before\";i:162690;s:10:\"size_after\";i:154782;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:3376;s:11:\"size_before\";i:55283;s:10:\"size_after\";i:51907;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:9947;s:11:\"size_before\";i:206939;s:10:\"size_after\";i:196992;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:6101;s:11:\"size_before\";i:108794;s:10:\"size_after\";i:102693;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:57318;s:10:\"size_after\";i:53519;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:3929;s:11:\"size_before\";i:68401;s:10:\"size_after\";i:64472;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:21388;s:10:\"size_after\";i:19652;s:4:\"time\";d:0.02;}}}'),(23896,4125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:1574;s:4:\"file\";s:31:\"2019/03/B153132-RECRUITMENT.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"B153132-RECRUITMENT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"B153132-RECRUITMENT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"B153132-RECRUITMENT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"B153132-RECRUITMENT-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"B153132-RECRUITMENT-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"B153132-RECRUITMENT-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"B153132-RECRUITMENT-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"B153132-RECRUITMENT-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"B153132-RECRUITMENT-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"B153132-RECRUITMENT-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1318426526\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23897,4125,'_wp_attachment_image_alt',''),(23898,4122,'_thumbnail_id','4124'),(23899,4122,'_yoast_wpseo_focuskw','cask drinkers'),(23900,4122,'_yoast_wpseo_title','Cask Marque - Looking after your Cask drinkers & how to attract them'),(23901,4122,'_yoast_wpseo_metadesc','Cask drinkers are more likely to visit the pub. After all, cask conditioned ale is the one category of drink that cannot be purchased in a supermarket'),(23902,4122,'_yoast_wpseo_linkdex','95'),(23903,4127,'_edit_last','1'),(23904,4127,'_edit_lock','1552472751:1'),(23905,4128,'_wp_attached_file','2019/03/Events.jpg'),(23906,4128,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4352089868300357;s:5:\"bytes\";i:97915;s:11:\"size_before\";i:2207675;s:10:\"size_after\";i:2109760;s:4:\"time\";d:2.2799999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:443;s:11:\"size_before\";i:7044;s:10:\"size_after\";i:6601;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:641;s:11:\"size_before\";i:13768;s:10:\"size_after\";i:13127;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000001;s:5:\"bytes\";i:1922;s:11:\"size_before\";i:82612;s:10:\"size_after\";i:80690;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:313;s:11:\"size_before\";i:4139;s:10:\"size_after\";i:3826;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:1974;s:11:\"size_before\";i:71402;s:10:\"size_after\";i:69428;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:1323;s:11:\"size_before\";i:37705;s:10:\"size_after\";i:36382;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36382;s:10:\"size_after\";i:36382;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:712;s:11:\"size_before\";i:14804;s:10:\"size_after\";i:14092;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14092;s:10:\"size_after\";i:14092;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:424;s:11:\"size_before\";i:7095;s:10:\"size_after\";i:6671;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:450;s:11:\"size_before\";i:8372;s:10:\"size_after\";i:7922;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:715;s:11:\"size_before\";i:15864;s:10:\"size_after\";i:15149;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:748;s:11:\"size_before\";i:15730;s:10:\"size_after\";i:14982;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:34422;s:10:\"size_after\";i:33311;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:660;s:11:\"size_before\";i:12420;s:10:\"size_after\";i:11760;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:42862;s:10:\"size_after\";i:41468;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:977;s:11:\"size_before\";i:22086;s:10:\"size_after\";i:21109;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:657;s:11:\"size_before\";i:12627;s:10:\"size_after\";i:11970;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:712;s:11:\"size_before\";i:14939;s:10:\"size_after\";i:14227;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:349;s:11:\"size_before\";i:5072;s:10:\"size_after\";i:4723;s:4:\"time\";d:1.1200000000000001;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36382;s:10:\"size_after\";i:36382;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7922;s:10:\"size_after\";i:7922;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:26210;s:10:\"size_after\";i:24451;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:51395;s:10:\"size_after\";i:48617;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:15322;s:11:\"size_before\";i:354087;s:10:\"size_after\";i:338765;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:14822;s:10:\"size_after\";i:13662;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:14155;s:11:\"size_before\";i:304762;s:10:\"size_after\";i:290607;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:7075;s:11:\"size_before\";i:149741;s:10:\"size_after\";i:142666;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:3082;s:11:\"size_before\";i:55798;s:10:\"size_after\";i:52716;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:26320;s:10:\"size_after\";i:24521;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:1935;s:11:\"size_before\";i:30864;s:10:\"size_after\";i:28929;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:3076;s:11:\"size_before\";i:59903;s:10:\"size_after\";i:56827;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:3262;s:11:\"size_before\";i:60438;s:10:\"size_after\";i:57176;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:5859;s:11:\"size_before\";i:133579;s:10:\"size_after\";i:127720;s:4:\"time\";d:0.11;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:2600;s:11:\"size_before\";i:46821;s:10:\"size_after\";i:44221;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:7332;s:11:\"size_before\";i:169838;s:10:\"size_after\";i:162506;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:4215;s:11:\"size_before\";i:84090;s:10:\"size_after\";i:79875;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:2707;s:11:\"size_before\";i:47749;s:10:\"size_after\";i:45042;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:2932;s:11:\"size_before\";i:55971;s:10:\"size_after\";i:53039;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:17546;s:10:\"size_after\";i:16204;s:4:\"time\";d:0.01;}}}'),(23907,4128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:1575;s:4:\"file\";s:18:\"2019/03/Events.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Events-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Events-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Events-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Events-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Events-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Events-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Events-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Events-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Events-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Events-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"Events-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Events-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"Events-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"Events-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"Events-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"Events-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"Events-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"Events-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"Events-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"Events-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Events-150x150.jpg\";s:5:\"width\";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:\"Events-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Events-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Events-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:19:\"Events-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:18:\"Events-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:18:\"Events-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:18:\"Events-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:18:\"Events-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:18:\"Events-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:18:\"Events-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:18:\"Events-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:18:\"Events-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:18:\"Events-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:18:\"Events-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:18:\"Events-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:18:\"Events-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:18:\"Events-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:18:\"Events-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:17:\"Events-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:18:\"Events-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:18:\"Events-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1318583185\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(23908,4128,'_wp_attachment_image_alt','Brewers Association: Draught beer quality - More important than ever'),(23909,4127,'_thumbnail_id','4128'),(23910,4127,'_adinserter_block_exceptions',''),(23911,4127,'slide_template','default'),(23912,4127,'_bunyad_featured_post','0'),(23913,4127,'_bunyad_cat_label','0'),(23914,4127,'_bunyad_featured_disable','0'),(23915,4127,'_bunyad_bg_image_bg_type','cover'),(23916,4127,'_bunyad_reviews','0'),(23917,4127,'_bunyad_review_pos','none'),(23918,4127,'_bunyad_review_type','points'),(23919,4127,'_bunyad_review_verdict','Awesome'),(23920,4127,'_yoast_wpseo_focuskw','brewers association'),(23921,4127,'_yoast_wpseo_title','Brewers Association: Draught beer quality - More important than ever'),(23922,4127,'_yoast_wpseo_metadesc','Bob Pease, of the Brewers Association, representing small and independent American craft brewers, looks at the importance of quality on draught beer'),(23923,4127,'_yoast_wpseo_linkdex','87'),(23924,4127,'_yoast_wpseo_content_score','30'),(23925,4127,'_yoast_wpseo_primary_category','2'),(23926,4130,'_edit_last','1'),(23927,4130,'_edit_lock','1552551438:1'),(23928,4131,'_wp_attached_file','2019/03/coffee-beans-618858_1920.jpg'),(23929,4131,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.4592745781568066;s:5:\"bytes\";i:174863;s:11:\"size_before\";i:2344236;s:10:\"size_after\";i:2169373;s:4:\"time\";d:1.0600000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:723;s:11:\"size_before\";i:8649;s:10:\"size_after\";i:7926;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:16190;s:10:\"size_after\";i:14840;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:6782;s:11:\"size_before\";i:113877;s:10:\"size_after\";i:107095;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995;s:5:\"bytes\";i:461;s:11:\"size_before\";i:4885;s:10:\"size_after\";i:4424;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:7131;s:11:\"size_before\";i:117683;s:10:\"size_after\";i:110552;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:4140;s:11:\"size_before\";i:58333;s:10:\"size_after\";i:54193;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54193;s:10:\"size_after\";i:54193;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:1674;s:11:\"size_before\";i:20831;s:10:\"size_after\";i:19157;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19157;s:10:\"size_after\";i:19157;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:793;s:11:\"size_before\";i:9021;s:10:\"size_after\";i:8228;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:11333;s:10:\"size_after\";i:10326;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:1850;s:11:\"size_before\";i:22846;s:10:\"size_after\";i:20996;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:1462;s:11:\"size_before\";i:19970;s:10:\"size_after\";i:18508;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:3522;s:11:\"size_before\";i:51464;s:10:\"size_after\";i:47942;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4299999999999997;s:5:\"bytes\";i:1427;s:11:\"size_before\";i:16934;s:10:\"size_after\";i:15507;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:4265;s:11:\"size_before\";i:64131;s:10:\"size_after\";i:59866;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:2436;s:11:\"size_before\";i:32415;s:10:\"size_after\";i:29979;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:1290;s:11:\"size_before\";i:16314;s:10:\"size_after\";i:15024;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:21215;s:10:\"size_after\";i:19468;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:563;s:11:\"size_before\";i:6345;s:10:\"size_after\";i:5782;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54193;s:10:\"size_after\";i:54193;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10326;s:10:\"size_after\";i:10326;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6600000000000001;s:5:\"bytes\";i:3372;s:11:\"size_before\";i:34890;s:10:\"size_after\";i:31518;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000004;s:5:\"bytes\";i:6324;s:11:\"size_before\";i:67261;s:10:\"size_after\";i:60937;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.869999999999999;s:5:\"bytes\";i:2127;s:11:\"size_before\";i:19572;s:10:\"size_after\";i:17445;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:18841;s:11:\"size_before\";i:250051;s:10:\"size_after\";i:231210;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:7842;s:11:\"size_before\";i:87106;s:10:\"size_after\";i:79264;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9299999999999997;s:5:\"bytes\";i:3642;s:11:\"size_before\";i:36687;s:10:\"size_after\";i:33045;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000006;s:5:\"bytes\";i:4555;s:11:\"size_before\";i:46072;s:10:\"size_after\";i:41517;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000008;s:5:\"bytes\";i:8418;s:11:\"size_before\";i:94802;s:10:\"size_after\";i:86384;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:6705;s:11:\"size_before\";i:82520;s:10:\"size_after\";i:75815;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:16213;s:11:\"size_before\";i:216344;s:10:\"size_after\";i:200131;s:4:\"time\";d:0.12;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:6498;s:11:\"size_before\";i:70607;s:10:\"size_after\";i:64109;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:19740;s:11:\"size_before\";i:271176;s:10:\"size_after\";i:251436;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:11409;s:11:\"size_before\";i:136546;s:10:\"size_after\";i:125137;s:4:\"time\";d:0.080000000000000002;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995;s:5:\"bytes\";i:6018;s:11:\"size_before\";i:67306;s:10:\"size_after\";i:61288;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:7805;s:11:\"size_before\";i:88027;s:10:\"size_after\";i:80222;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.94;s:5:\"bytes\";i:2731;s:11:\"size_before\";i:24964;s:10:\"size_after\";i:22233;s:4:\"time\";d:0.01;}}}'),(23930,4131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1002;s:4:\"file\";s:36:\"2019/03/coffee-beans-618858_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"coffee-beans-618858_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"coffee-beans-618858_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-696x363.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"coffee-beans-618858_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"coffee-beans-618858_1920-1068x557.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-805x420.jpg\";s:5:\"width\";i:805;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"coffee-beans-618858_1920-1920x1002.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"coffee-beans-618858_1920-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"coffee-beans-618858_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"coffee-beans-618858_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"coffee-beans-618858_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"coffee-beans-618858_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23931,4131,'_wp_attachment_image_alt','Melitta Professional Coffee Solutions has recruited Brad Journet-Robins'),(23932,4130,'_thumbnail_id','4131'),(23933,4130,'_adinserter_block_exceptions',''),(23934,4130,'slide_template','default'),(23935,4130,'_bunyad_featured_post','0'),(23936,4130,'_bunyad_cat_label','0'),(23937,4130,'_bunyad_featured_disable','0'),(23938,4130,'_bunyad_bg_image_bg_type','cover'),(23939,4130,'_bunyad_reviews','0'),(23940,4130,'_bunyad_review_pos','none'),(23941,4130,'_bunyad_review_type','points'),(23942,4130,'_bunyad_review_verdict','Awesome'),(23943,4130,'_yoast_wpseo_focuskw','melitta professional coffee solutions'),(23944,4130,'_yoast_wpseo_title','Melitta Professional Coffee Solutions has recruited Brad Journet-Robins'),(23945,4130,'_yoast_wpseo_metadesc','Melitta Professional Coffee Solutions has announced the appointment of Brad Journet-Robins to the role of Head of Business Development'),(23946,4130,'_yoast_wpseo_linkdex','91'),(23947,4130,'_yoast_wpseo_content_score','30'),(23948,4130,'_yoast_wpseo_primary_category','2'),(23949,4093,'xyz_fbap','1'),(23953,4093,'_wpas_done_all','1'),(23954,4097,'xyz_fbap','1'),(23958,4097,'_wp_old_date','2019-03-11'),(23959,4097,'_wpas_done_all','1'),(23960,4122,'xyz_fbap','1'),(23964,4122,'_wp_old_date','2019-03-11'),(23965,4122,'_wpas_done_all','1'),(23966,4135,'_edit_last','1'),(23967,4135,'_edit_lock','1552406777:1'),(23968,4136,'_wp_attached_file','2019/03/slot-machine-159972_1280.png'),(23969,4136,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9693206349307895;s:5:\"bytes\";i:348605;s:11:\"size_before\";i:5001994;s:10:\"size_after\";i:4653389;s:4:\"time\";d:13.73;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:1043;s:11:\"size_before\";i:24286;s:10:\"size_after\";i:23243;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9499999999999993;s:5:\"bytes\";i:5348;s:11:\"size_before\";i:53758;s:10:\"size_after\";i:48410;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:17061;s:11:\"size_before\";i:373873;s:10:\"size_after\";i:356812;s:4:\"time\";d:1.22;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9399999999999999;s:5:\"bytes\";i:269;s:11:\"size_before\";i:13868;s:10:\"size_after\";i:13599;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:16162;s:11:\"size_before\";i:370110;s:10:\"size_after\";i:353948;s:4:\"time\";d:1.1399999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:12004;s:11:\"size_before\";i:169951;s:10:\"size_after\";i:157947;s:4:\"time\";d:0.5;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157947;s:10:\"size_after\";i:157947;s:4:\"time\";d:0.62;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:3625;s:11:\"size_before\";i:54139;s:10:\"size_after\";i:50514;s:4:\"time\";d:0.13;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50514;s:10:\"size_after\";i:50514;s:4:\"time\";d:0.14999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:23951;s:10:\"size_after\";i:22896;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:966;s:11:\"size_before\";i:29100;s:10:\"size_after\";i:28134;s:4:\"time\";d:0.050000000000000003;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7100000000000009;s:5:\"bytes\";i:5237;s:11:\"size_before\";i:60119;s:10:\"size_after\";i:54882;s:4:\"time\";d:0.12;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.16;s:5:\"bytes\";i:6691;s:11:\"size_before\";i:59934;s:10:\"size_after\";i:53243;s:4:\"time\";d:0.20000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:15042;s:11:\"size_before\";i:139807;s:10:\"size_after\";i:124765;s:4:\"time\";d:0.35999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:3414;s:11:\"size_before\";i:44371;s:10:\"size_after\";i:40957;s:4:\"time\";d:0.070000000000000007;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92;s:5:\"bytes\";i:18680;s:11:\"size_before\";i:171137;s:10:\"size_after\";i:152457;s:4:\"time\";d:0.48999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3800000000000008;s:5:\"bytes\";i:7400;s:11:\"size_before\";i:88299;s:10:\"size_after\";i:80899;s:4:\"time\";d:0.19;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:3822;s:11:\"size_before\";i:44204;s:10:\"size_after\";i:40382;s:4:\"time\";d:0.089999999999999997;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:4885;s:11:\"size_before\";i:55392;s:10:\"size_after\";i:50507;s:4:\"time\";d:0.10000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15453;s:10:\"size_after\";i:15453;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157947;s:10:\"size_after\";i:157947;s:4:\"time\";d:0.48999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28134;s:10:\"size_after\";i:28134;s:4:\"time\";d:0.059999999999999998;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.59;s:5:\"bytes\";i:7683;s:11:\"size_before\";i:72569;s:10:\"size_after\";i:64886;s:4:\"time\";d:0.16;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:18389;s:11:\"size_before\";i:171079;s:10:\"size_after\";i:152690;s:4:\"time\";d:0.48999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:2721;s:11:\"size_before\";i:38064;s:10:\"size_after\";i:35343;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:14538;s:11:\"size_before\";i:182292;s:10:\"size_after\";i:167754;s:4:\"time\";d:0.39000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:7188;s:11:\"size_before\";i:70120;s:10:\"size_after\";i:62932;s:4:\"time\";d:0.16;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.33;s:5:\"bytes\";i:9206;s:11:\"size_before\";i:89115;s:10:\"size_after\";i:79909;s:4:\"time\";d:0.23999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996;s:5:\"bytes\";i:19241;s:11:\"size_before\";i:195339;s:10:\"size_after\";i:176098;s:4:\"time\";d:0.56999999999999995;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.85;s:5:\"bytes\";i:22813;s:11:\"size_before\";i:192434;s:10:\"size_after\";i:169621;s:4:\"time\";d:0.5;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:28994;s:11:\"size_before\";i:456273;s:10:\"size_after\";i:427279;s:4:\"time\";d:1.1799999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.390000000000001;s:5:\"bytes\";i:14605;s:11:\"size_before\";i:140512;s:10:\"size_after\";i:125907;s:4:\"time\";d:0.34000000000000002;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:23010;s:11:\"size_before\";i:544233;s:10:\"size_after\";i:521223;s:4:\"time\";d:1.8;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:19293;s:11:\"size_before\";i:303023;s:10:\"size_after\";i:283730;s:4:\"time\";d:0.72999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:17834;s:11:\"size_before\";i:139880;s:10:\"size_after\";i:122046;s:4:\"time\";d:0.35999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42;s:5:\"bytes\";i:18228;s:11:\"size_before\";i:174975;s:10:\"size_after\";i:156747;s:4:\"time\";d:0.40999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2158;s:11:\"size_before\";i:45792;s:10:\"size_after\";i:43634;s:4:\"time\";d:0.11;}}}'),(23970,4136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:987;s:4:\"file\";s:36:\"2019/03/slot-machine-159972_1280.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-768x592.png\";s:5:\"width\";i:768;s:6:\"height\";i:592;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"slot-machine-159972_1280-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"slot-machine-159972_1280-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-696x537.png\";s:5:\"width\";i:696;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"slot-machine-159972_1280-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"slot-machine-159972_1280-1068x824.png\";s:5:\"width\";i:1068;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-545x420.png\";s:5:\"width\";i:545;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"slot-machine-159972_1280-1024x790.png\";s:5:\"width\";i:1024;s:6:\"height\";i:790;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"slot-machine-159972_1280-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"slot-machine-159972_1280-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"slot-machine-159972_1280-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"slot-machine-159972_1280-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(23971,4137,'_wp_attached_file','2019/03/shutterstock_127245779.jpg'),(23972,4137,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9396850464986444;s:5:\"bytes\";i:78330;s:11:\"size_before\";i:1988230;s:10:\"size_after\";i:1909900;s:4:\"time\";d:0.97000000000000042;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:288;s:11:\"size_before\";i:5566;s:10:\"size_after\";i:5278;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:554;s:11:\"size_before\";i:12051;s:10:\"size_after\";i:11497;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999;s:5:\"bytes\";i:1222;s:11:\"size_before\";i:74602;s:10:\"size_after\";i:73380;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:257;s:11:\"size_before\";i:3478;s:10:\"size_after\";i:3221;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:1247;s:11:\"size_before\";i:63668;s:10:\"size_after\";i:62421;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7999999999999998;s:5:\"bytes\";i:899;s:11:\"size_before\";i:32157;s:10:\"size_after\";i:31258;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31258;s:10:\"size_after\";i:31258;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:533;s:11:\"size_before\";i:12629;s:10:\"size_after\";i:12096;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12096;s:10:\"size_after\";i:12096;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:328;s:11:\"size_before\";i:5957;s:10:\"size_after\";i:5629;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:412;s:11:\"size_before\";i:7433;s:10:\"size_after\";i:7021;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:542;s:11:\"size_before\";i:13811;s:10:\"size_after\";i:13269;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:402;s:11:\"size_before\";i:11129;s:10:\"size_after\";i:10727;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:767;s:11:\"size_before\";i:29073;s:10:\"size_after\";i:28306;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:451;s:11:\"size_before\";i:10486;s:10:\"size_after\";i:10035;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:687;s:11:\"size_before\";i:34980;s:10:\"size_after\";i:34293;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2999999999999998;s:5:\"bytes\";i:613;s:11:\"size_before\";i:18600;s:10:\"size_after\";i:17987;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:414;s:11:\"size_before\";i:9725;s:10:\"size_after\";i:9311;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:542;s:11:\"size_before\";i:12955;s:10:\"size_after\";i:12413;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:289;s:11:\"size_before\";i:4449;s:10:\"size_after\";i:4160;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31258;s:10:\"size_after\";i:31258;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7021;s:10:\"size_after\";i:7021;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:19505;s:10:\"size_after\";i:18487;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:2033;s:11:\"size_before\";i:45773;s:10:\"size_after\";i:43740;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:16130;s:11:\"size_before\";i:350263;s:10:\"size_after\";i:334133;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:806;s:11:\"size_before\";i:11683;s:10:\"size_after\";i:10877;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:14430;s:11:\"size_before\";i:300153;s:10:\"size_after\";i:285723;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5622;s:11:\"size_before\";i:140406;s:10:\"size_after\";i:134784;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:2132;s:11:\"size_before\";i:49573;s:10:\"size_after\";i:47441;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:21141;s:10:\"size_after\";i:20016;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:27231;s:10:\"size_after\";i:25772;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:53676;s:10:\"size_after\";i:51460;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:40117;s:10:\"size_after\";i:38597;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:4322;s:11:\"size_before\";i:118538;s:10:\"size_after\";i:114216;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:1882;s:11:\"size_before\";i:40129;s:10:\"size_after\";i:38247;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:5621;s:11:\"size_before\";i:147841;s:10:\"size_after\";i:142220;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:76460;s:10:\"size_after\";i:73583;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1530;s:11:\"size_before\";i:35991;s:10:\"size_after\";i:34461;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:2162;s:11:\"size_before\";i:50312;s:10:\"size_after\";i:48150;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:998;s:11:\"size_before\";i:15056;s:10:\"size_after\";i:14058;s:4:\"time\";d:0.01;}}}'),(23973,4137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:34:\"2019/03/shutterstock_127245779.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_127245779-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_127245779-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_127245779-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_127245779-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_127245779-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_127245779-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_127245779-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"shutterstock_127245779-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"shutterstock_127245779-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"shutterstock_127245779-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(23974,4136,'_wp_attachment_image_alt','Data from the Gambling Commission doesn\'t reflect well for pubs'),(23975,4135,'_thumbnail_id','4136'),(23976,4135,'_adinserter_block_exceptions',''),(23977,4135,'slide_template','default'),(23978,4135,'_bunyad_featured_post','0'),(23979,4135,'_bunyad_cat_label','0'),(23980,4135,'_bunyad_featured_disable','0'),(23981,4135,'_bunyad_bg_image_bg_type','cover'),(23982,4135,'_bunyad_reviews','0'),(23983,4135,'_bunyad_review_pos','none'),(23984,4135,'_bunyad_review_type','points'),(23985,4135,'_bunyad_review_verdict','Awesome'),(23986,4135,'_yoast_wpseo_focuskw','gambling commission'),(23987,4135,'_yoast_wpseo_title','Data from the Gambling Commission doesn\'t reflect well for pubs'),(23988,4135,'_yoast_wpseo_metadesc','Data published towards the end of last year (2018) by the Gambling Commission did not make fantastic reading for the pub sector'),(23989,4135,'_yoast_wpseo_linkdex','90'),(23990,4135,'_yoast_wpseo_content_score','30'),(23991,4135,'_yoast_wpseo_primary_category','28'),(23992,4137,'_wp_attachment_image_alt','Data from the Gambling Commission doesn\'t reflect well for pubs'),(23993,4141,'_edit_last','1'),(23994,4141,'_edit_lock','1552638726:1'),(23995,4141,'_adinserter_block_exceptions',''),(23996,4141,'slide_template','default'),(23997,4141,'_bunyad_featured_post','1'),(23998,4141,'_bunyad_cat_label','0'),(23999,4141,'_bunyad_featured_disable','0'),(24000,4141,'_bunyad_bg_image_bg_type','cover'),(24001,4141,'_bunyad_reviews','0'),(24002,4141,'_bunyad_review_pos','none'),(24003,4141,'_bunyad_review_type','points'),(24004,4141,'_bunyad_review_verdict','Awesome'),(24005,4141,'_yoast_wpseo_focuskw','healthy hospo'),(24006,4141,'_yoast_wpseo_title','We attended the Love Well workshop by Love Drinks & Healthy Hospo'),(24007,4141,'_yoast_wpseo_metadesc','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo - Something we believe is essential for hospitality'),(24008,4141,'_yoast_wpseo_linkdex','77'),(24009,4141,'_yoast_wpseo_content_score','30'),(24010,4141,'_yoast_wpseo_primary_category','4'),(24013,4122,'_wpas_skip_20130109','1'),(24016,4097,'_wpas_skip_20130109','1'),(24017,4143,'_wp_attached_file','2019/03/IMG_9580.jpg'),(24018,4143,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3149617623270045;s:5:\"bytes\";i:138588;s:11:\"size_before\";i:2607507;s:10:\"size_after\";i:2468919;s:4:\"time\";d:1.1700000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:424;s:11:\"size_before\";i:7220;s:10:\"size_after\";i:6796;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:717;s:11:\"size_before\";i:14823;s:10:\"size_after\";i:14106;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:2957;s:11:\"size_before\";i:95034;s:10:\"size_after\";i:92077;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:322;s:11:\"size_before\";i:4257;s:10:\"size_after\";i:3935;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:2679;s:11:\"size_before\";i:79812;s:10:\"size_after\";i:77133;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:40890;s:10:\"size_after\";i:39370;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39370;s:10:\"size_after\";i:39370;s:4:\"time\";d:0.050000000000000003;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:811;s:11:\"size_before\";i:15964;s:10:\"size_after\";i:15153;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15153;s:10:\"size_after\";i:15153;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:502;s:11:\"size_before\";i:7487;s:10:\"size_after\";i:6985;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:560;s:11:\"size_before\";i:9055;s:10:\"size_after\";i:8495;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:835;s:11:\"size_before\";i:17438;s:10:\"size_after\";i:16603;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:729;s:11:\"size_before\";i:15568;s:10:\"size_after\";i:14839;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:37216;s:10:\"size_after\";i:35835;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:717;s:11:\"size_before\";i:13317;s:10:\"size_after\";i:12600;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:45779;s:10:\"size_after\";i:44215;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1020;s:11:\"size_before\";i:23878;s:10:\"size_after\";i:22858;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:666;s:11:\"size_before\";i:12901;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:781;s:11:\"size_before\";i:16203;s:10:\"size_after\";i:15422;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:372;s:11:\"size_before\";i:5448;s:10:\"size_after\";i:5076;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39370;s:10:\"size_after\";i:39370;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8495;s:10:\"size_after\";i:8495;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:1829;s:11:\"size_before\";i:26673;s:10:\"size_after\";i:24844;s:4:\"time\";d:0.040000000000000001;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:3290;s:11:\"size_before\";i:57361;s:10:\"size_after\";i:54071;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:28148;s:11:\"size_before\";i:477243;s:10:\"size_after\";i:449095;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1233;s:11:\"size_before\";i:15399;s:10:\"size_after\";i:14166;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:22739;s:11:\"size_before\";i:387608;s:10:\"size_after\";i:364869;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:10332;s:11:\"size_before\";i:178967;s:10:\"size_after\";i:168635;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:61919;s:10:\"size_after\";i:58309;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:1899;s:11:\"size_before\";i:27878;s:10:\"size_after\";i:25979;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:33958;s:10:\"size_after\";i:31752;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:3824;s:11:\"size_before\";i:67971;s:10:\"size_after\";i:64147;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:3515;s:11:\"size_before\";i:61095;s:10:\"size_after\";i:57580;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:9012;s:11:\"size_before\";i:160495;s:10:\"size_after\";i:151483;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:3089;s:11:\"size_before\";i:51511;s:10:\"size_after\";i:48422;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:11787;s:11:\"size_before\";i:206133;s:10:\"size_after\";i:194346;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:5490;s:11:\"size_before\";i:96477;s:10:\"size_after\";i:90987;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:49828;s:10:\"size_after\";i:46835;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:3592;s:11:\"size_before\";i:63165;s:10:\"size_after\";i:59573;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:1443;s:11:\"size_before\";i:19148;s:10:\"size_after\";i:17705;s:4:\"time\";d:0.01;}}}'),(24019,4143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2019/03/IMG_9580.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9580-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"IMG_9580-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"IMG_9580-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"IMG_9580-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"IMG_9580-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"IMG_9580-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"IMG_9580-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"IMG_9580-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"IMG_9580-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"IMG_9580-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"IMG_9580-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"IMG_9580-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"IMG_9580-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"IMG_9580-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"IMG_9580-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"IMG_9580-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"IMG_9580-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"IMG_9580-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"IMG_9580-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"IMG_9580-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9580-150x150.jpg\";s:5:\"width\";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:\"IMG_9580-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9580-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_9580-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"IMG_9580-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"IMG_9580-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"IMG_9580-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"IMG_9580-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"IMG_9580-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_9580-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"IMG_9580-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_9580-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"IMG_9580-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"IMG_9580-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"IMG_9580-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"IMG_9580-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"IMG_9580-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"IMG_9580-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"IMG_9580-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"IMG_9580-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"IMG_9580-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"IMG_9580-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549472441\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24020,4143,'_wp_attachment_image_alt','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.'),(24021,4141,'_thumbnail_id','4143'),(24022,4145,'_edit_last','1'),(24023,4145,'_edit_lock','1552897037:1'),(24024,4146,'_wp_attached_file','2019/03/hand-895588_1920.jpg'),(24025,4146,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6024177475276273;s:5:\"bytes\";i:77682;s:11:\"size_before\";i:1687852;s:10:\"size_after\";i:1610170;s:4:\"time\";d:0.87000000000000033;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:428;s:11:\"size_before\";i:7673;s:10:\"size_after\";i:7245;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:895;s:11:\"size_before\";i:16565;s:10:\"size_after\";i:15670;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:2657;s:11:\"size_before\";i:94431;s:10:\"size_after\";i:91774;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:325;s:11:\"size_before\";i:4553;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:79498;s:10:\"size_after\";i:77060;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:43258;s:10:\"size_after\";i:41499;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41499;s:10:\"size_after\";i:41499;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:17883;s:10:\"size_after\";i:16846;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16846;s:10:\"size_after\";i:16846;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:529;s:11:\"size_before\";i:8199;s:10:\"size_after\";i:7670;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:552;s:11:\"size_before\";i:9702;s:10:\"size_after\";i:9150;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:18915;s:10:\"size_after\";i:17865;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:668;s:11:\"size_before\";i:14995;s:10:\"size_after\";i:14327;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:1630;s:11:\"size_before\";i:38558;s:10:\"size_after\";i:36928;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:784;s:11:\"size_before\";i:14300;s:10:\"size_after\";i:13516;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:47462;s:10:\"size_after\";i:45661;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:26248;s:10:\"size_after\";i:24924;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:732;s:11:\"size_before\";i:13994;s:10:\"size_after\";i:13262;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:927;s:11:\"size_before\";i:17400;s:10:\"size_after\";i:16473;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:400;s:11:\"size_before\";i:5912;s:10:\"size_after\";i:5512;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41499;s:10:\"size_after\";i:41499;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9150;s:10:\"size_after\";i:9150;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:1917;s:11:\"size_before\";i:26935;s:10:\"size_after\";i:25018;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:3477;s:11:\"size_before\";i:59164;s:10:\"size_after\";i:55687;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:16669;s:10:\"size_after\";i:15396;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:6746;s:11:\"size_before\";i:156902;s:10:\"size_after\";i:150156;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:3749;s:11:\"size_before\";i:63794;s:10:\"size_after\";i:60045;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:29773;s:10:\"size_after\";i:27584;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:35293;s:10:\"size_after\";i:32896;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:67320;s:10:\"size_after\";i:63519;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:2486;s:11:\"size_before\";i:51630;s:10:\"size_after\";i:49144;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:6226;s:11:\"size_before\";i:139755;s:10:\"size_after\";i:133529;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:3176;s:11:\"size_before\";i:51447;s:10:\"size_after\";i:48271;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:7180;s:11:\"size_before\";i:172711;s:10:\"size_after\";i:165531;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:4882;s:11:\"size_before\";i:94534;s:10:\"size_after\";i:89652;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:3064;s:11:\"size_before\";i:49572;s:10:\"size_after\";i:46508;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:3560;s:11:\"size_before\";i:62867;s:10:\"size_after\";i:59307;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:20946;s:10:\"size_after\";i:19323;s:4:\"time\";d:0.02;}}}'),(24026,4146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1355;s:4:\"file\";s:28:\"2019/03/hand-895588_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"hand-895588_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"hand-895588_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-696x491.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"hand-895588_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"hand-895588_1920-1068x754.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-595x420.jpg\";s:5:\"width\";i:595;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"hand-895588_1920-1920x1355.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-150x150.jpg\";s:5:\"width\";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:\"hand-895588_1920-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"hand-895588_1920-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"hand-895588_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"hand-895588_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"hand-895588_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"hand-895588_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24027,4146,'_wp_attachment_image_alt','Email marketing is widely praised as giving the highest return on investment'),(24028,4145,'_thumbnail_id','4146'),(24029,4145,'_adinserter_block_exceptions',''),(24030,4145,'slide_template','default'),(24031,4145,'_bunyad_featured_post','0'),(24032,4145,'_bunyad_cat_label','0'),(24033,4145,'_bunyad_featured_disable','0'),(24034,4145,'_bunyad_bg_image_bg_type','cover'),(24035,4145,'_bunyad_reviews','0'),(24036,4145,'_bunyad_review_pos','none'),(24037,4145,'_bunyad_review_type','points'),(24038,4145,'_bunyad_review_verdict','Awesome'),(24039,4145,'_yoast_wpseo_focuskw','email marketing'),(24040,4145,'_yoast_wpseo_title','The do\'s and don\'ts of email marketing from Fat Media'),(24041,4145,'_yoast_wpseo_metadesc','Email marketing is widely praised as giving the highest return on investment of all the marketing channels. Here are some do’s and don’ts to help you'),(24042,4145,'_yoast_wpseo_linkdex','91'),(24043,4145,'_yoast_wpseo_content_score','30'),(24044,4145,'_yoast_wpseo_primary_category','8'),(24045,4149,'_edit_last','1'),(24046,4149,'_edit_lock','1552897095:1'),(24047,4150,'_wp_attached_file','2019/03/HORIZON-DETAIL-1-LR-1-1024x684.jpg'),(24048,4150,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.440085360585436;s:5:\"bytes\";i:47896;s:11:\"size_before\";i:1078718;s:10:\"size_after\";i:1030822;s:4:\"time\";d:1.0900000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:383;s:11:\"size_before\";i:6596;s:10:\"size_after\";i:6213;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:757;s:11:\"size_before\";i:14004;s:10:\"size_after\";i:13247;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002;s:5:\"bytes\";i:2492;s:11:\"size_before\";i:90855;s:10:\"size_after\";i:88363;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:281;s:11:\"size_before\";i:4151;s:10:\"size_after\";i:3870;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:2489;s:11:\"size_before\";i:76170;s:10:\"size_after\";i:73681;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:1332;s:11:\"size_before\";i:35989;s:10:\"size_after\";i:34657;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34657;s:10:\"size_after\";i:34657;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:696;s:11:\"size_before\";i:14299;s:10:\"size_after\";i:13603;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13603;s:10:\"size_after\";i:13603;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7117;s:10:\"size_after\";i:6634;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:556;s:11:\"size_before\";i:8952;s:10:\"size_after\";i:8396;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:763;s:11:\"size_before\";i:15857;s:10:\"size_after\";i:15094;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:617;s:11:\"size_before\";i:13447;s:10:\"size_after\";i:12830;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:33127;s:10:\"size_after\";i:31914;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:682;s:11:\"size_before\";i:12387;s:10:\"size_after\";i:11705;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:1357;s:11:\"size_before\";i:40685;s:10:\"size_after\";i:39328;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:848;s:11:\"size_before\";i:20715;s:10:\"size_after\";i:19867;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:598;s:11:\"size_before\";i:11519;s:10:\"size_after\";i:10921;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:756;s:11:\"size_before\";i:14965;s:10:\"size_after\";i:14209;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:326;s:11:\"size_before\";i:5126;s:10:\"size_after\";i:4800;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34657;s:10:\"size_after\";i:34657;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8396;s:10:\"size_after\";i:8396;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:22903;s:10:\"size_after\";i:21473;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:2995;s:11:\"size_before\";i:51388;s:10:\"size_after\";i:48393;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:1033;s:11:\"size_before\";i:13614;s:10:\"size_after\";i:12581;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:55145;s:10:\"size_after\";i:52170;s:4:\"time\";d:0.40000000000000002;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:24417;s:10:\"size_after\";i:22763;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:2024;s:11:\"size_before\";i:30649;s:10:\"size_after\";i:28625;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:3185;s:11:\"size_before\";i:60309;s:10:\"size_after\";i:57124;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:2618;s:11:\"size_before\";i:56183;s:10:\"size_after\";i:53565;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:45462;s:10:\"size_after\";i:42817;s:4:\"time\";d:0.02;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:3960;s:11:\"size_before\";i:84888;s:10:\"size_after\";i:80928;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:43393;s:10:\"size_after\";i:41014;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:3142;s:11:\"size_before\";i:56343;s:10:\"size_after\";i:53201;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:16750;s:10:\"size_after\";i:15523;s:4:\"time\";d:0.01;}}}'),(24049,4150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:42:\"2019/03/HORIZON-DETAIL-1-LR-1-1024x684.jpg\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-1-LR-1-1024x684-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"HORIZON-DETAIL-1-LR-1-1024x684-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"HORIZON-DETAIL-1-LR-1-1024x684-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"HORIZON-DETAIL-1-LR-1-1024x684-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"HORIZON-DETAIL-1-LR-1-1024x684-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"HORIZON-DETAIL-1-LR-1-1024x684-1024x516.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"HORIZON-DETAIL-1-LR-1-1024x684-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"HORIZON-DETAIL-1-LR-1-1024x684-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24050,4151,'_wp_attached_file','2019/03/HORIZON-DETAIL-2-LR-684x1024.jpg'),(24051,4151,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0861155461543941;s:5:\"bytes\";i:40180;s:11:\"size_before\";i:983330;s:10:\"size_after\";i:943150;s:4:\"time\";d:0.7000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:465;s:11:\"size_before\";i:8193;s:10:\"size_after\";i:7728;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:719;s:11:\"size_before\";i:15842;s:10:\"size_after\";i:15123;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:2793;s:11:\"size_before\";i:97536;s:10:\"size_after\";i:94743;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:303;s:11:\"size_before\";i:4512;s:10:\"size_after\";i:4209;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:56546;s:10:\"size_after\";i:54810;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7000000000000002;s:5:\"bytes\";i:934;s:11:\"size_before\";i:34647;s:10:\"size_after\";i:33713;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33713;s:10:\"size_after\";i:33713;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:475;s:11:\"size_before\";i:13827;s:10:\"size_after\";i:13352;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13352;s:10:\"size_after\";i:13352;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:383;s:11:\"size_before\";i:7730;s:10:\"size_after\";i:7347;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:396;s:11:\"size_before\";i:8780;s:10:\"size_after\";i:8384;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:605;s:11:\"size_before\";i:16308;s:10:\"size_after\";i:15703;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:763;s:11:\"size_before\";i:18333;s:10:\"size_after\";i:17570;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:1035;s:11:\"size_before\";i:35464;s:10:\"size_after\";i:34429;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:613;s:11:\"size_before\";i:13195;s:10:\"size_after\";i:12582;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:1210;s:11:\"size_before\";i:44588;s:10:\"size_after\";i:43378;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:581;s:11:\"size_before\";i:20111;s:10:\"size_after\";i:19530;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:703;s:11:\"size_before\";i:14202;s:10:\"size_after\";i:13499;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:611;s:11:\"size_before\";i:15341;s:10:\"size_after\";i:14730;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:237;s:11:\"size_before\";i:4705;s:10:\"size_after\";i:4468;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33713;s:10:\"size_after\";i:33713;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8384;s:10:\"size_after\";i:8384;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1964;s:11:\"size_before\";i:29596;s:10:\"size_after\";i:27632;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:3378;s:11:\"size_before\";i:58983;s:10:\"size_after\";i:55605;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1107;s:11:\"size_before\";i:16184;s:10:\"size_after\";i:15077;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:28082;s:10:\"size_after\";i:26309;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1832;s:11:\"size_before\";i:31664;s:10:\"size_after\";i:29832;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:2985;s:11:\"size_before\";i:62212;s:10:\"size_after\";i:59227;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:3700;s:11:\"size_before\";i:66890;s:10:\"size_after\";i:63190;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2359;s:11:\"size_before\";i:47603;s:10:\"size_after\";i:45244;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:2902;s:11:\"size_before\";i:51596;s:10:\"size_after\";i:48694;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:2707;s:11:\"size_before\";i:55508;s:10:\"size_after\";i:52801;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:911;s:11:\"size_before\";i:15990;s:10:\"size_after\";i:15079;s:4:\"time\";d:0.01;}}}'),(24052,4151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2019/03/HORIZON-DETAIL-2-LR-684x1024.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HORIZON-DETAIL-2-LR-684x1024-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HORIZON-DETAIL-2-LR-684x1024-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x385.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x486.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x580.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-281x420.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HORIZON-DETAIL-2-LR-684x1024-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HORIZON-DETAIL-2-LR-684x1024-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x516.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x336.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x336.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HORIZON-DETAIL-2-LR-684x1024-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-684x336.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-2-LR-684x1024-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24053,4152,'_wp_attached_file','2019/03/HORIZON-DETAIL-5-LR-684x1024.jpg'),(24054,4152,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0167312369827703;s:5:\"bytes\";i:55111;s:11:\"size_before\";i:1098544;s:10:\"size_after\";i:1043433;s:4:\"time\";d:0.64000000000000035;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:33:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:520;s:11:\"size_before\";i:8515;s:10:\"size_after\";i:7995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:983;s:11:\"size_before\";i:17876;s:10:\"size_after\";i:16893;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:4261;s:11:\"size_before\";i:123169;s:10:\"size_after\";i:118908;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:293;s:11:\"size_before\";i:4713;s:10:\"size_after\";i:4420;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:62083;s:10:\"size_after\";i:59811;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:1447;s:11:\"size_before\";i:37687;s:10:\"size_after\";i:36240;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36240;s:10:\"size_after\";i:36240;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:806;s:11:\"size_before\";i:15772;s:10:\"size_after\";i:14966;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14966;s:10:\"size_after\";i:14966;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:506;s:11:\"size_before\";i:8394;s:10:\"size_after\";i:7888;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:577;s:11:\"size_before\";i:9772;s:10:\"size_after\";i:9195;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:963;s:11:\"size_before\";i:18099;s:10:\"size_after\";i:17136;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:20865;s:10:\"size_after\";i:19720;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:38947;s:10:\"size_after\";i:37290;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:811;s:11:\"size_before\";i:14466;s:10:\"size_after\";i:13655;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1990;s:11:\"size_before\";i:48339;s:10:\"size_after\";i:46349;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1051;s:11:\"size_before\";i:22742;s:10:\"size_after\";i:21691;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:843;s:11:\"size_before\";i:15272;s:10:\"size_after\";i:14429;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:864;s:11:\"size_before\";i:16826;s:10:\"size_after\";i:15962;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:350;s:11:\"size_before\";i:5474;s:10:\"size_after\";i:5124;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36240;s:10:\"size_after\";i:36240;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9195;s:10:\"size_after\";i:9195;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:2377;s:11:\"size_before\";i:31404;s:10:\"size_after\";i:29027;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:4401;s:11:\"size_before\";i:68500;s:10:\"size_after\";i:64099;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:17448;s:10:\"size_after\";i:16108;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:2223;s:11:\"size_before\";i:30211;s:10:\"size_after\";i:27988;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:2439;s:11:\"size_before\";i:34249;s:10:\"size_after\";i:31810;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:4040;s:11:\"size_before\";i:67494;s:10:\"size_after\";i:63454;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:4919;s:11:\"size_before\";i:77302;s:10:\"size_after\";i:72383;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:3302;s:11:\"size_before\";i:51798;s:10:\"size_after\";i:48496;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:3781;s:11:\"size_before\";i:55868;s:10:\"size_after\";i:52087;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:3504;s:11:\"size_before\";i:60253;s:10:\"size_after\";i:56749;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:18365;s:10:\"size_after\";i:16919;s:4:\"time\";d:0.01;}}}'),(24055,4152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2019/03/HORIZON-DETAIL-5-LR-684x1024.jpg\";s:5:\"sizes\";a:38:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"HORIZON-DETAIL-5-LR-684x1024-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"HORIZON-DETAIL-5-LR-684x1024-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x385.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x486.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x580.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-281x420.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"HORIZON-DETAIL-5-LR-684x1024-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"HORIZON-DETAIL-5-LR-684x1024-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x516.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x336.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x336.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"HORIZON-DETAIL-5-LR-684x1024-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-684x336.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"HORIZON-DETAIL-5-LR-684x1024-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24056,4150,'_wp_attachment_image_alt',''),(24057,4149,'_thumbnail_id','4150'),(24058,4149,'_adinserter_block_exceptions',''),(24059,4149,'slide_template','default'),(24060,4149,'_bunyad_featured_post','0'),(24061,4149,'_bunyad_cat_label','0'),(24062,4149,'_bunyad_featured_disable','0'),(24063,4149,'_bunyad_bg_image_bg_type','cover'),(24064,4149,'_bunyad_reviews','0'),(24065,4149,'_bunyad_review_pos','none'),(24066,4149,'_bunyad_review_type','points'),(24067,4149,'_bunyad_review_verdict','Awesome'),(24068,4149,'_yoast_wpseo_focuskw','outdoor furniture'),(24069,4149,'_yoast_wpseo_title','Skyline Design release their outdoor furniture catalogue'),(24070,4149,'_yoast_wpseo_metadesc','This all-weather outdoor furniture includes corner sofas and footstools to make the most of the space available, such as hanging chairs and loungers'),(24071,4149,'_yoast_wpseo_linkdex','89'),(24072,4149,'_yoast_wpseo_content_score','30'),(24073,4149,'_yoast_wpseo_primary_category','29'),(24074,4151,'_wp_attachment_image_alt','Skyline Design release their outdoor furniture catalogue'),(24075,4152,'_wp_attachment_image_alt','Skyline Design release their outdoor furniture catalogue'),(24076,4157,'_wp_attached_file','2019/03/fc82e7abddddae4b3736069b8dbb4c01.jpg'),(24077,4157,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.726667632939896;s:5:\"bytes\";i:263143;s:11:\"size_before\";i:3911937;s:10:\"size_after\";i:3648794;s:4:\"time\";d:1.5100000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:848;s:11:\"size_before\";i:10166;s:10:\"size_after\";i:9318;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:21950;s:10:\"size_after\";i:20497;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:8305;s:11:\"size_before\";i:164057;s:10:\"size_after\";i:155752;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:509;s:11:\"size_before\";i:5532;s:10:\"size_after\";i:5023;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:6572;s:11:\"size_before\";i:128832;s:10:\"size_after\";i:122260;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:4108;s:11:\"size_before\";i:67956;s:10:\"size_after\";i:63848;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63848;s:10:\"size_after\";i:63848;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:25181;s:10:\"size_after\";i:23269;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23269;s:10:\"size_after\";i:23269;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2400000000000002;s:5:\"bytes\";i:869;s:11:\"size_before\";i:10551;s:10:\"size_after\";i:9682;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:13328;s:10:\"size_after\";i:12213;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:28180;s:10:\"size_after\";i:26087;s:4:\"time\";d:0.029999999999999999;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:24463;s:10:\"size_after\";i:22799;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:4265;s:11:\"size_before\";i:66149;s:10:\"size_after\";i:61884;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:20647;s:10:\"size_after\";i:19076;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:5311;s:11:\"size_before\";i:83943;s:10:\"size_after\";i:78632;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:2649;s:11:\"size_before\";i:39029;s:10:\"size_after\";i:36380;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:1467;s:11:\"size_before\";i:19818;s:10:\"size_after\";i:18351;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:1981;s:11:\"size_before\";i:26077;s:10:\"size_after\";i:24096;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:570;s:11:\"size_before\";i:6973;s:10:\"size_after\";i:6403;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63848;s:10:\"size_after\";i:63848;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12213;s:10:\"size_after\";i:12213;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006;s:5:\"bytes\";i:3844;s:11:\"size_before\";i:42845;s:10:\"size_after\";i:39001;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:7060;s:11:\"size_before\";i:93800;s:10:\"size_after\";i:86740;s:4:\"time\";d:0.059999999999999998;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:36072;s:11:\"size_before\";i:630131;s:10:\"size_after\";i:594059;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000001;s:5:\"bytes\";i:2181;s:11:\"size_before\";i:22758;s:10:\"size_after\";i:20577;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:30826;s:11:\"size_before\";i:475518;s:10:\"size_after\";i:444692;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:18686;s:11:\"size_before\";i:256413;s:10:\"size_after\";i:237727;s:4:\"time\";d:0.11;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995;s:5:\"bytes\";i:8735;s:11:\"size_before\";i:103462;s:10:\"size_after\";i:94727;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999994;s:5:\"bytes\";i:4039;s:11:\"size_before\";i:44740;s:10:\"size_after\";i:40701;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1600000000000001;s:5:\"bytes\";i:5189;s:11:\"size_before\";i:56650;s:10:\"size_after\";i:51461;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5700000000000003;s:5:\"bytes\";i:10020;s:11:\"size_before\";i:116921;s:10:\"size_after\";i:106901;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:7833;s:11:\"size_before\";i:103952;s:10:\"size_after\";i:96119;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:19123;s:11:\"size_before\";i:253997;s:10:\"size_after\";i:234874;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:7602;s:11:\"size_before\";i:88513;s:10:\"size_after\";i:80911;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:23570;s:11:\"size_before\";i:321733;s:10:\"size_after\";i:298163;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:12155;s:11:\"size_before\";i:152957;s:10:\"size_after\";i:140802;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:7065;s:11:\"size_before\";i:84552;s:10:\"size_after\";i:77487;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:9306;s:11:\"size_before\";i:109046;s:10:\"size_after\";i:99740;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006;s:5:\"bytes\";i:2575;s:11:\"size_before\";i:27939;s:10:\"size_after\";i:25364;s:4:\"time\";d:0.01;}}}'),(24078,4157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3333;s:4:\"file\";s:44:\"2019/03/fc82e7abddddae4b3736069b8dbb4c01.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"fc82e7abddddae4b3736069b8dbb4c01-768x1067.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"fc82e7abddddae4b3736069b8dbb4c01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"fc82e7abddddae4b3736069b8dbb4c01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-696x967.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:967;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"fc82e7abddddae4b3736069b8dbb4c01-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"fc82e7abddddae4b3736069b8dbb4c01-1068x1483.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-302x420.jpg\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:46:\"fc82e7abddddae4b3736069b8dbb4c01-1920x2666.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"fc82e7abddddae4b3736069b8dbb4c01-737x1024.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"fc82e7abddddae4b3736069b8dbb4c01-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"fc82e7abddddae4b3736069b8dbb4c01-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"fc82e7abddddae4b3736069b8dbb4c01-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"fc82e7abddddae4b3736069b8dbb4c01-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24079,4158,'_wp_attached_file','2019/03/Pike-and-Pine.jpg'),(24080,4158,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4421889736551421;s:5:\"bytes\";i:405756;s:11:\"size_before\";i:4806289;s:10:\"size_after\";i:4400533;s:4:\"time\";d:1.5700000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:11667;s:10:\"size_after\";i:10599;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:2475;s:11:\"size_before\";i:27807;s:10:\"size_after\";i:25332;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:16781;s:11:\"size_before\";i:239058;s:10:\"size_after\";i:222277;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8100000000000005;s:5:\"bytes\";i:597;s:11:\"size_before\";i:6086;s:10:\"size_after\";i:5489;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:13463;s:11:\"size_before\";i:192526;s:10:\"size_after\";i:179063;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:7223;s:11:\"size_before\";i:90529;s:10:\"size_after\";i:83306;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:83306;s:10:\"size_after\";i:83306;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0500000000000007;s:5:\"bytes\";i:2730;s:11:\"size_before\";i:30170;s:10:\"size_after\";i:27440;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27440;s:10:\"size_after\";i:27440;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:12116;s:10:\"size_after\";i:10996;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:15395;s:10:\"size_after\";i:13970;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:3010;s:11:\"size_before\";i:33410;s:10:\"size_after\";i:30400;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4299999999999997;s:5:\"bytes\";i:2563;s:11:\"size_before\";i:30399;s:10:\"size_after\";i:27836;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:6537;s:11:\"size_before\";i:81892;s:10:\"size_after\";i:75355;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:2148;s:11:\"size_before\";i:24175;s:10:\"size_after\";i:22027;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:8171;s:11:\"size_before\";i:104860;s:10:\"size_after\";i:96689;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4900000000000002;s:5:\"bytes\";i:4114;s:11:\"size_before\";i:48452;s:10:\"size_after\";i:44338;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:2085;s:11:\"size_before\";i:23631;s:10:\"size_after\";i:21546;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:30882;s:10:\"size_after\";i:28099;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9199999999999999;s:5:\"bytes\";i:708;s:11:\"size_before\";i:7936;s:10:\"size_after\";i:7228;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:83306;s:10:\"size_after\";i:83306;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13970;s:10:\"size_after\";i:13970;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.34;s:5:\"bytes\";i:5347;s:11:\"size_before\";i:51695;s:10:\"size_after\";i:46348;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8599999999999994;s:5:\"bytes\";i:12351;s:11:\"size_before\";i:125220;s:10:\"size_after\";i:112869;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.779999999999999;s:5:\"bytes\";i:2865;s:11:\"size_before\";i:26578;s:10:\"size_after\";i:23713;s:4:\"time\";d:0.029999999999999999;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3300000000000001;s:5:\"bytes\";i:77111;s:11:\"size_before\";i:925926;s:10:\"size_after\";i:848815;s:4:\"time\";d:0.34000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8399999999999999;s:5:\"bytes\";i:37515;s:11:\"size_before\";i:424264;s:10:\"size_after\";i:386749;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000001;s:5:\"bytes\";i:13435;s:11:\"size_before\";i:136720;s:10:\"size_after\";i:123285;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.51;s:5:\"bytes\";i:5626;s:11:\"size_before\";i:53507;s:10:\"size_after\";i:47881;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.44;s:5:\"bytes\";i:7117;s:11:\"size_before\";i:68176;s:10:\"size_after\";i:61059;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995;s:5:\"bytes\";i:14696;s:11:\"size_before\";i:151669;s:10:\"size_after\";i:136973;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:12594;s:11:\"size_before\";i:136819;s:10:\"size_after\";i:124225;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999994;s:5:\"bytes\";i:34390;s:11:\"size_before\";i:380848;s:10:\"size_after\";i:346458;s:4:\"time\";d:0.11;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999;s:5:\"bytes\";i:10907;s:11:\"size_before\";i:109994;s:10:\"size_after\";i:99087;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:44036;s:11:\"size_before\";i:494967;s:10:\"size_after\";i:450931;s:4:\"time\";d:0.11;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:20744;s:11:\"size_before\";i:221013;s:10:\"size_after\";i:200269;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8699999999999992;s:5:\"bytes\";i:10469;s:11:\"size_before\";i:106023;s:10:\"size_after\";i:95554;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999;s:5:\"bytes\";i:13890;s:11:\"size_before\";i:139999;s:10:\"size_after\";i:126109;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.82;s:5:\"bytes\";i:3662;s:11:\"size_before\";i:33858;s:10:\"size_after\";i:30196;s:4:\"time\";d:0.02;}}}'),(24081,4158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:2366;s:4:\"file\";s:25:\"2019/03/Pike-and-Pine.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Pike-and-Pine-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Pike-and-Pine-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Pike-and-Pine-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Pike-and-Pine-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Pike-and-Pine-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-150x150.jpg\";s:5:\"width\";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:\"Pike-and-Pine-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Pike-and-Pine-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Pike-and-Pine-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Pike-and-Pine-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Pike-and-Pine-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Pike-and-Pine-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24082,4159,'_wp_attached_file','2019/03/RedRoaster.jpg'),(24083,4159,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0334283767187866;s:5:\"bytes\";i:236758;s:11:\"size_before\";i:3366182;s:10:\"size_after\";i:3129424;s:4:\"time\";d:1.1000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:857;s:11:\"size_before\";i:10461;s:10:\"size_after\";i:9604;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:1855;s:11:\"size_before\";i:24580;s:10:\"size_after\";i:22725;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:11563;s:11:\"size_before\";i:208299;s:10:\"size_after\";i:196736;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:470;s:11:\"size_before\";i:5528;s:10:\"size_after\";i:5058;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:9506;s:11:\"size_before\";i:167312;s:10:\"size_after\";i:157806;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:5152;s:11:\"size_before\";i:79685;s:10:\"size_after\";i:74533;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74533;s:10:\"size_after\";i:74533;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:1990;s:11:\"size_before\";i:26210;s:10:\"size_after\";i:24220;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24220;s:10:\"size_after\";i:24220;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:822;s:11:\"size_before\";i:10687;s:10:\"size_after\";i:9865;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:1148;s:11:\"size_before\";i:13709;s:10:\"size_after\";i:12561;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:2233;s:11:\"size_before\";i:29560;s:10:\"size_after\";i:27327;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:25879;s:10:\"size_after\";i:24120;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:4855;s:11:\"size_before\";i:73096;s:10:\"size_after\";i:68241;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:1698;s:11:\"size_before\";i:21565;s:10:\"size_after\";i:19867;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:5964;s:11:\"size_before\";i:93474;s:10:\"size_after\";i:87510;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:3053;s:11:\"size_before\";i:42529;s:10:\"size_after\";i:39476;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:20980;s:10:\"size_after\";i:19412;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:2078;s:11:\"size_before\";i:27236;s:10:\"size_after\";i:25158;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:551;s:11:\"size_before\";i:7005;s:10:\"size_after\";i:6454;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74533;s:10:\"size_after\";i:74533;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12561;s:10:\"size_after\";i:12561;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:4032;s:11:\"size_before\";i:45735;s:10:\"size_after\";i:41703;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:9227;s:11:\"size_before\";i:110930;s:10:\"size_after\";i:101703;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7899999999999991;s:5:\"bytes\";i:2356;s:11:\"size_before\";i:24071;s:10:\"size_after\";i:21715;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:25850;s:11:\"size_before\";i:352662;s:10:\"size_after\";i:326812;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:9656;s:11:\"size_before\";i:117958;s:10:\"size_after\";i:108302;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0700000000000003;s:5:\"bytes\";i:4347;s:11:\"size_before\";i:47942;s:10:\"size_after\";i:43595;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0800000000000001;s:5:\"bytes\";i:5497;s:11:\"size_before\";i:60565;s:10:\"size_after\";i:55068;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:11025;s:11:\"size_before\";i:133233;s:10:\"size_after\";i:122208;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:8762;s:11:\"size_before\";i:119264;s:10:\"size_after\";i:110502;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:24532;s:11:\"size_before\";i:327895;s:10:\"size_after\";i:303363;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:8345;s:11:\"size_before\";i:97845;s:10:\"size_after\";i:89500;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:30162;s:11:\"size_before\";i:416594;s:10:\"size_after\";i:386432;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:14797;s:11:\"size_before\";i:190157;s:10:\"size_after\";i:175360;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:8002;s:11:\"size_before\";i:95068;s:10:\"size_after\";i:87066;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:10244;s:11:\"size_before\";i:122869;s:10:\"size_after\";i:112625;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4199999999999999;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:29752;s:10:\"size_after\";i:26950;s:4:\"time\";d:0.01;}}}'),(24084,4159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:22:\"2019/03/RedRoaster.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"RedRoaster-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"RedRoaster-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"RedRoaster-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"RedRoaster-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"RedRoaster-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"RedRoaster-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"RedRoaster-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"RedRoaster-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"RedRoaster-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"RedRoaster-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"RedRoaster-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"RedRoaster-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"RedRoaster-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"RedRoaster-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"RedRoaster-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"RedRoaster-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"RedRoaster-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"RedRoaster-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"RedRoaster-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"RedRoaster-150x150.jpg\";s:5:\"width\";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:\"RedRoaster-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"RedRoaster-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"RedRoaster-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"RedRoaster-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"RedRoaster-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"RedRoaster-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"RedRoaster-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"RedRoaster-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"RedRoaster-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"RedRoaster-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"RedRoaster-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"RedRoaster-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"RedRoaster-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"RedRoaster-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"RedRoaster-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"RedRoaster-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"RedRoaster-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"RedRoaster-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"RedRoaster-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"RedRoaster-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"RedRoaster-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"Paul Winch-Furness\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"Paul Winch-Furness\";s:12:\"focal_length\";s:1:\"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:{}}}'),(24085,4160,'_wp_attached_file','2019/03/Redroaster_bar.jpg'),(24086,4160,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8831588021750463;s:5:\"bytes\";i:310916;s:11:\"size_before\";i:4517054;s:10:\"size_after\";i:4206138;s:4:\"time\";d:1.6000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:951;s:11:\"size_before\";i:10645;s:10:\"size_after\";i:9694;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:2000;s:11:\"size_before\";i:26270;s:10:\"size_after\";i:24270;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:10106;s:11:\"size_before\";i:194265;s:10:\"size_after\";i:184159;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996;s:5:\"bytes\";i:572;s:11:\"size_before\";i:5809;s:10:\"size_after\";i:5237;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:8575;s:11:\"size_before\";i:151804;s:10:\"size_after\";i:143229;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:5068;s:11:\"size_before\";i:75238;s:10:\"size_after\";i:70170;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70170;s:10:\"size_after\";i:70170;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:2147;s:11:\"size_before\";i:25976;s:10:\"size_after\";i:23829;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23829;s:10:\"size_after\";i:23829;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:938;s:11:\"size_before\";i:10836;s:10:\"size_after\";i:9898;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:1201;s:11:\"size_before\";i:13671;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9400000000000004;s:5:\"bytes\";i:2267;s:11:\"size_before\";i:28566;s:10:\"size_after\";i:26299;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:1963;s:11:\"size_before\";i:26390;s:10:\"size_after\";i:24427;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:4413;s:11:\"size_before\";i:66196;s:10:\"size_after\";i:61783;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:1785;s:11:\"size_before\";i:21089;s:10:\"size_after\";i:19304;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:5171;s:11:\"size_before\";i:82646;s:10:\"size_after\";i:77475;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:3210;s:11:\"size_before\";i:41798;s:10:\"size_after\";i:38588;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:20733;s:10:\"size_after\";i:18994;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0899999999999999;s:5:\"bytes\";i:2140;s:11:\"size_before\";i:26465;s:10:\"size_after\";i:24325;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:650;s:11:\"size_before\";i:7309;s:10:\"size_after\";i:6659;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70170;s:10:\"size_after\";i:70170;s:4:\"time\";d:0.059999999999999998;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12470;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6400000000000006;s:5:\"bytes\";i:4212;s:11:\"size_before\";i:43714;s:10:\"size_after\";i:39502;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3800000000000008;s:5:\"bytes\";i:9235;s:11:\"size_before\";i:110246;s:10:\"size_after\";i:101011;s:4:\"time\";d:0.040000000000000001;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:50067;s:11:\"size_before\";i:818654;s:10:\"size_after\";i:768587;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.33;s:5:\"bytes\";i:2409;s:11:\"size_before\";i:23329;s:10:\"size_after\";i:20920;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:42725;s:11:\"size_before\";i:630324;s:10:\"size_after\";i:587599;s:4:\"time\";d:0.16;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:23140;s:11:\"size_before\";i:316006;s:10:\"size_after\";i:292866;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999998;s:5:\"bytes\";i:9715;s:11:\"size_before\";i:110938;s:10:\"size_after\";i:101223;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:4123;s:11:\"size_before\";i:44545;s:10:\"size_after\";i:40422;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000001;s:5:\"bytes\";i:5455;s:11:\"size_before\";i:56967;s:10:\"size_after\";i:51512;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:10279;s:11:\"size_before\";i:121294;s:10:\"size_after\";i:111015;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:8907;s:11:\"size_before\";i:109310;s:10:\"size_after\";i:100403;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:19699;s:11:\"size_before\";i:278674;s:10:\"size_after\";i:258975;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000005;s:5:\"bytes\";i:7833;s:11:\"size_before\";i:88887;s:10:\"size_after\";i:81054;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:23201;s:11:\"size_before\";i:347837;s:10:\"size_after\";i:324636;s:4:\"time\";d:0.12;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:14526;s:11:\"size_before\";i:175969;s:10:\"size_after\";i:161443;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8000000000000007;s:5:\"bytes\";i:7583;s:11:\"size_before\";i:86185;s:10:\"size_after\";i:78602;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:9905;s:11:\"size_before\";i:112328;s:10:\"size_after\";i:102423;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.19;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:29502;s:10:\"size_after\";i:26496;s:4:\"time\";d:0.02;}}}'),(24087,4160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:26:\"2019/03/Redroaster_bar.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Redroaster_bar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Redroaster_bar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Redroaster_bar-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"Redroaster_bar-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"Redroaster_bar-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-150x150.jpg\";s:5:\"width\";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:\"Redroaster_bar-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Redroaster_bar-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Redroaster_bar-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:27:\"Redroaster_bar-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:25:\"Redroaster_bar-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:26:\"Redroaster_bar-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone SE\";s:7:\"caption\";s:35:\"Processed with VSCO with hb2 preset\";s:17:\"created_timestamp\";s:10:\"1489937455\";s:9:\"copyright\";s:36:\"Copyright 2017. All rights reserved.\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:35:\"Processed with VSCO with hb2 preset\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24088,4161,'_wp_attached_file','2019/03/Red-Roaster-PWF-0501.jpg'),(24089,4161,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2864737031956057;s:5:\"bytes\";i:263856;s:11:\"size_before\";i:4197202;s:10:\"size_after\";i:3933346;s:4:\"time\";d:1.6000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:664;s:11:\"size_before\";i:9050;s:10:\"size_after\";i:8386;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:22136;s:10:\"size_after\";i:20568;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:11781;s:11:\"size_before\";i:214780;s:10:\"size_after\";i:202999;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:408;s:11:\"size_before\";i:4864;s:10:\"size_after\";i:4456;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:9603;s:11:\"size_before\";i:174072;s:10:\"size_after\";i:164469;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:4602;s:11:\"size_before\";i:76631;s:10:\"size_after\";i:72029;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72029;s:10:\"size_after\";i:72029;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:1635;s:11:\"size_before\";i:23638;s:10:\"size_after\";i:22003;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22003;s:10:\"size_after\";i:22003;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:761;s:11:\"size_before\";i:9549;s:10:\"size_after\";i:8788;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:908;s:11:\"size_before\";i:12187;s:10:\"size_after\";i:11279;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:26427;s:10:\"size_after\";i:24542;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:24759;s:10:\"size_after\";i:23095;s:4:\"time\";d:0.13;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:4123;s:11:\"size_before\";i:67528;s:10:\"size_after\";i:63405;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:1399;s:11:\"size_before\";i:19113;s:10:\"size_after\";i:17714;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:5113;s:11:\"size_before\";i:87782;s:10:\"size_after\";i:82669;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:2548;s:11:\"size_before\";i:38968;s:10:\"size_after\";i:36420;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:1301;s:11:\"size_before\";i:18605;s:10:\"size_after\";i:17304;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1728;s:11:\"size_before\";i:24308;s:10:\"size_after\";i:22580;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:493;s:11:\"size_before\";i:6319;s:10:\"size_after\";i:5826;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72029;s:10:\"size_after\";i:72029;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11279;s:10:\"size_after\";i:11279;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:3221;s:11:\"size_before\";i:41393;s:10:\"size_after\";i:38172;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:7678;s:11:\"size_before\";i:104496;s:10:\"size_after\";i:96818;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:1869;s:11:\"size_before\";i:21199;s:10:\"size_after\";i:19330;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:53961;s:11:\"size_before\";i:859458;s:10:\"size_after\";i:805497;s:4:\"time\";d:0.19;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:24894;s:11:\"size_before\";i:385239;s:10:\"size_after\";i:360345;s:4:\"time\";d:0.14999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:7982;s:11:\"size_before\";i:112655;s:10:\"size_after\";i:104673;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:3474;s:11:\"size_before\";i:42878;s:10:\"size_after\";i:39404;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:4594;s:11:\"size_before\";i:55488;s:10:\"size_after\";i:50894;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:9294;s:11:\"size_before\";i:127112;s:10:\"size_after\";i:117818;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:8174;s:11:\"size_before\";i:118489;s:10:\"size_after\";i:110315;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:21692;s:11:\"size_before\";i:336473;s:10:\"size_after\";i:314781;s:4:\"time\";d:0.14000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:6814;s:11:\"size_before\";i:90708;s:10:\"size_after\";i:83894;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:27597;s:11:\"size_before\";i:441566;s:10:\"size_after\";i:413969;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:13049;s:11:\"size_before\";i:190604;s:10:\"size_after\";i:177555;s:4:\"time\";d:0.080000000000000002;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:6450;s:11:\"size_before\";i:87611;s:10:\"size_after\";i:81161;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:8615;s:11:\"size_before\";i:117060;s:10:\"size_after\";i:108445;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:2314;s:11:\"size_before\";i:26717;s:10:\"size_after\";i:24403;s:4:\"time\";d:0.01;}}}'),(24090,4161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3568;s:6:\"height\";i:2379;s:4:\"file\";s:32:\"2019/03/Red-Roaster-PWF-0501.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Red-Roaster-PWF-0501-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Red-Roaster-PWF-0501-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Red-Roaster-PWF-0501-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Red-Roaster-PWF-0501-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"Red-Roaster-PWF-0501-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Red-Roaster-PWF-0501-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Red-Roaster-PWF-0501-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Red-Roaster-PWF-0501-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Red-Roaster-PWF-0501-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Red-Roaster-PWF-0501-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:18:\"Paul Winch-Furness\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"Paul Winch-Furness\";s:12:\"focal_length\";s:1:\"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:{}}}'),(24091,4156,'_edit_last','1'),(24092,4156,'_edit_lock','1552983621:1'),(24093,4161,'_wp_attachment_image_alt','Redroaster, Brighton, undergoes a make over and it\'s stunning'),(24094,4156,'_thumbnail_id','4161'),(24095,4156,'_adinserter_block_exceptions',''),(24096,4156,'slide_template','default'),(24097,4156,'_bunyad_featured_post','0'),(24098,4156,'_bunyad_cat_label','0'),(24099,4156,'_bunyad_featured_disable','0'),(24100,4156,'_bunyad_bg_image_bg_type','cover'),(24101,4156,'_bunyad_reviews','0'),(24102,4156,'_bunyad_review_pos','none'),(24103,4156,'_bunyad_review_type','points'),(24104,4156,'_bunyad_review_verdict','Awesome'),(24105,4156,'_yoast_wpseo_focuskw','Redroaster'),(24106,4156,'_yoast_wpseo_title','Redroaster, Brighton, undergoes a make over and it\'s stunning'),(24107,4156,'_yoast_wpseo_metadesc','Redroaster re-imagined their cafe at the bottom of St James Street with the help of World Interiors Designer of the Year, Hana Hakim.'),(24108,4156,'_yoast_wpseo_linkdex','94'),(24109,4156,'_yoast_wpseo_content_score','90'),(24110,4156,'_yoast_wpseo_primary_category','29'),(24111,4157,'_wp_attachment_image_alt','Redroaster, Brighton, undergoes a make over and it\'s stunning'),(24112,4165,'_edit_last','1'),(24113,4165,'_edit_lock','1552897367:1'),(24114,4166,'_wp_attached_file','2019/03/Brigadoon.jpeg'),(24115,4166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6575248726528855;s:5:\"bytes\";i:156424;s:11:\"size_before\";i:2764884;s:10:\"size_after\";i:2608460;s:4:\"time\";d:1.3500000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:455;s:11:\"size_before\";i:6829;s:10:\"size_after\";i:6374;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:797;s:11:\"size_before\";i:14391;s:10:\"size_after\";i:13594;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:3877;s:11:\"size_before\";i:110539;s:10:\"size_after\";i:106662;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3952;s:10:\"size_after\";i:3661;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:69710;s:10:\"size_after\";i:66158;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:1073;s:11:\"size_before\";i:30611;s:10:\"size_after\";i:29538;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29538;s:10:\"size_after\";i:29538;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:657;s:11:\"size_before\";i:13316;s:10:\"size_after\";i:12659;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12659;s:10:\"size_after\";i:12659;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:466;s:11:\"size_before\";i:7017;s:10:\"size_after\";i:6551;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:522;s:11:\"size_before\";i:8541;s:10:\"size_after\";i:8019;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:803;s:11:\"size_before\";i:16234;s:10:\"size_after\";i:15431;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:822;s:11:\"size_before\";i:15263;s:10:\"size_after\";i:14441;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1486;s:11:\"size_before\";i:38795;s:10:\"size_after\";i:37309;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:688;s:11:\"size_before\";i:12646;s:10:\"size_after\";i:11958;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:1803;s:11:\"size_before\";i:49739;s:10:\"size_after\";i:47936;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:781;s:11:\"size_before\";i:18850;s:10:\"size_after\";i:18069;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:629;s:11:\"size_before\";i:12636;s:10:\"size_after\";i:12007;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:754;s:11:\"size_before\";i:15219;s:10:\"size_after\";i:14465;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4589;s:10:\"size_after\";i:4290;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29538;s:10:\"size_after\";i:29538;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8019;s:10:\"size_after\";i:8019;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:26721;s:10:\"size_after\";i:24971;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:3625;s:11:\"size_before\";i:61258;s:10:\"size_after\";i:57633;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:36868;s:11:\"size_before\";i:622491;s:10:\"size_after\";i:585623;s:4:\"time\";d:0.20000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:14705;s:10:\"size_after\";i:13600;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:15909;s:11:\"size_before\";i:372826;s:10:\"size_after\";i:356917;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:10975;s:11:\"size_before\";i:171706;s:10:\"size_after\";i:160731;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:3769;s:11:\"size_before\";i:55374;s:10:\"size_after\";i:51605;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:27657;s:10:\"size_after\";i:25848;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:2209;s:11:\"size_before\";i:32575;s:10:\"size_after\";i:30366;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:4875;s:11:\"size_before\";i:69247;s:10:\"size_after\";i:64372;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:3655;s:11:\"size_before\";i:63691;s:10:\"size_after\";i:60036;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:13630;s:11:\"size_before\";i:191056;s:10:\"size_after\";i:177426;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:52702;s:10:\"size_after\";i:49229;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:17577;s:11:\"size_before\";i:252353;s:10:\"size_after\";i:234776;s:4:\"time\";d:0.13;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:6502;s:11:\"size_before\";i:88381;s:10:\"size_after\";i:81879;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:3355;s:11:\"size_before\";i:54068;s:10:\"size_after\";i:50713;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:4404;s:11:\"size_before\";i:64171;s:10:\"size_after\";i:59767;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1179;s:11:\"size_before\";i:15271;s:10:\"size_after\";i:14092;s:4:\"time\";d:0.01;}}}'),(24116,4166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2171;s:6:\"height\";i:2895;s:4:\"file\";s:22:\"2019/03/Brigadoon.jpeg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Brigadoon-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Brigadoon-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Brigadoon-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Brigadoon-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Brigadoon-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Brigadoon-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Brigadoon-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Brigadoon-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Brigadoon-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Brigadoon-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Brigadoon-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Brigadoon-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Brigadoon-696x928.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Brigadoon-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Brigadoon-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Brigadoon-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Brigadoon-1068x1424.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Brigadoon-315x420.jpeg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"Brigadoon-1920x2560.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Brigadoon-150x150.jpeg\";s:5:\"width\";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:\"Brigadoon-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Brigadoon-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Brigadoon-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Brigadoon-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Brigadoon-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Brigadoon-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Brigadoon-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Brigadoon-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Brigadoon-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Brigadoon-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Brigadoon-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Brigadoon-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Brigadoon-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Brigadoon-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Brigadoon-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Brigadoon-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Brigadoon-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Brigadoon-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Brigadoon-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Brigadoon-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Brigadoon-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Brigadoon-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"Pixel 3 XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:3:\"112\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24117,4167,'_wp_attached_file','2019/03/Dove.jpeg'),(24118,4167,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5254637048953219;s:5:\"bytes\";i:99471;s:11:\"size_before\";i:1800229;s:10:\"size_after\";i:1700758;s:4:\"time\";d:1.2300000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4617;s:10:\"size_after\";i:4378;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:288;s:11:\"size_before\";i:9754;s:10:\"size_after\";i:9466;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:66779;s:10:\"size_after\";i:65024;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:190;s:11:\"size_before\";i:2675;s:10:\"size_after\";i:2485;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:2864;s:11:\"size_before\";i:48028;s:10:\"size_after\";i:45164;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:410;s:11:\"size_before\";i:20309;s:10:\"size_after\";i:19899;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19899;s:10:\"size_after\";i:19899;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:228;s:11:\"size_before\";i:7895;s:10:\"size_after\";i:7667;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7667;s:10:\"size_after\";i:7667;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:227;s:11:\"size_before\";i:4368;s:10:\"size_after\";i:4141;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:206;s:11:\"size_before\";i:4870;s:10:\"size_after\";i:4664;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:234;s:11:\"size_before\";i:8754;s:10:\"size_after\";i:8520;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:304;s:11:\"size_before\";i:9986;s:10:\"size_after\";i:9682;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.79;s:5:\"bytes\";i:334;s:11:\"size_before\";i:18694;s:10:\"size_after\";i:18360;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:240;s:11:\"size_before\";i:6830;s:10:\"size_after\";i:6590;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.53;s:5:\"bytes\";i:359;s:11:\"size_before\";i:23508;s:10:\"size_after\";i:23149;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8100000000000001;s:5:\"bytes\";i:210;s:11:\"size_before\";i:11585;s:10:\"size_after\";i:11375;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:227;s:11:\"size_before\";i:7307;s:10:\"size_after\";i:7080;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:241;s:11:\"size_before\";i:8078;s:10:\"size_after\";i:7837;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:173;s:11:\"size_before\";i:3112;s:10:\"size_after\";i:2939;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19899;s:10:\"size_after\";i:19899;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4664;s:10:\"size_after\";i:4664;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:789;s:11:\"size_before\";i:16128;s:10:\"size_after\";i:15339;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:39798;s:10:\"size_after\";i:38290;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:28037;s:11:\"size_before\";i:432921;s:10:\"size_after\";i:404884;s:4:\"time\";d:0.29999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:483;s:11:\"size_before\";i:8341;s:10:\"size_after\";i:7858;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:16143;s:11:\"size_before\";i:286192;s:10:\"size_after\";i:270049;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:9142;s:11:\"size_before\";i:130217;s:10:\"size_after\";i:121075;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1879;s:11:\"size_before\";i:35081;s:10:\"size_after\";i:33202;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:635;s:11:\"size_before\";i:14638;s:10:\"size_after\";i:14003;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:738;s:11:\"size_before\";i:17394;s:10:\"size_after\";i:16656;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2062;s:11:\"size_before\";i:38542;s:10:\"size_after\";i:36480;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:1579;s:11:\"size_before\";i:40799;s:10:\"size_after\";i:39220;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:8050;s:11:\"size_before\";i:110670;s:10:\"size_after\";i:102620;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:1141;s:11:\"size_before\";i:27375;s:10:\"size_after\";i:26234;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:10942;s:11:\"size_before\";i:148443;s:10:\"size_after\";i:137501;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:4144;s:11:\"size_before\";i:61538;s:10:\"size_after\";i:57394;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:28001;s:10:\"size_after\";i:26820;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:35298;s:10:\"size_after\";i:33504;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:495;s:11:\"size_before\";i:9575;s:10:\"size_after\";i:9080;s:4:\"time\";d:0.01;}}}'),(24119,4167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2441;s:6:\"height\";i:3255;s:4:\"file\";s:17:\"2019/03/Dove.jpeg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"Dove-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"Dove-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"Dove-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"Dove-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"Dove-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"Dove-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"Dove-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"Dove-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"Dove-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"Dove-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"Dove-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"Dove-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"Dove-696x928.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"Dove-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"Dove-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"Dove-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"Dove-1068x1424.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"Dove-315x420.jpeg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:19:\"Dove-1920x2560.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Dove-150x150.jpeg\";s:5:\"width\";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:\"Dove-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Dove-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Dove-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Dove-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:18:\"Dove-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:17:\"Dove-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:17:\"Dove-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:17:\"Dove-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:17:\"Dove-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:17:\"Dove-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:17:\"Dove-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:17:\"Dove-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:17:\"Dove-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:17:\"Dove-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:17:\"Dove-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:17:\"Dove-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:17:\"Dove-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:17:\"Dove-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:17:\"Dove-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:16:\"Dove-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:17:\"Dove-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:17:\"Dove-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"Pixel 3 XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:3:\"309\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24120,4168,'_wp_attached_file','2019/03/Floradora.jpeg'),(24121,4168,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.30903091254352;s:5:\"bytes\";i:101574;s:11:\"size_before\";i:825199;s:10:\"size_after\";i:723625;s:4:\"time\";d:0.77000000000000035;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2273;s:10:\"size_after\";i:2091;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.92;s:5:\"bytes\";i:662;s:11:\"size_before\";i:5555;s:10:\"size_after\";i:4893;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.609999999999999;s:5:\"bytes\";i:7678;s:11:\"size_before\";i:43589;s:10:\"size_after\";i:35911;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1577;s:10:\"size_after\";i:1448;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.789999999999999;s:5:\"bytes\";i:4251;s:11:\"size_before\";i:18649;s:10:\"size_after\";i:14398;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.59;s:5:\"bytes\";i:1782;s:11:\"size_before\";i:8253;s:10:\"size_after\";i:6471;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6471;s:10:\"size_after\";i:6471;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.26;s:5:\"bytes\";i:438;s:11:\"size_before\";i:3304;s:10:\"size_after\";i:2866;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2866;s:10:\"size_after\";i:2866;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:193;s:11:\"size_before\";i:2375;s:10:\"size_after\";i:2182;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.08;s:5:\"bytes\";i:221;s:11:\"size_before\";i:2193;s:10:\"size_after\";i:1972;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.77;s:5:\"bytes\";i:534;s:11:\"size_before\";i:3616;s:10:\"size_after\";i:3082;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.890000000000001;s:5:\"bytes\";i:565;s:11:\"size_before\";i:4752;s:10:\"size_after\";i:4187;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999999;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:8412;s:10:\"size_after\";i:6837;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.73;s:5:\"bytes\";i:315;s:11:\"size_before\";i:2935;s:10:\"size_after\";i:2620;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07;s:5:\"bytes\";i:2013;s:11:\"size_before\";i:12527;s:10:\"size_after\";i:10514;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.579999999999998;s:5:\"bytes\";i:833;s:11:\"size_before\";i:4738;s:10:\"size_after\";i:3905;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:384;s:11:\"size_before\";i:3751;s:10:\"size_after\";i:3367;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.85;s:5:\"bytes\";i:436;s:11:\"size_before\";i:3394;s:10:\"size_after\";i:2958;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4;s:5:\"bytes\";i:153;s:11:\"size_before\";i:1471;s:10:\"size_after\";i:1318;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6471;s:10:\"size_after\";i:6471;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1972;s:10:\"size_after\";i:1972;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:475;s:11:\"size_before\";i:7399;s:10:\"size_after\";i:6924;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995;s:5:\"bytes\";i:2202;s:11:\"size_before\";i:23960;s:10:\"size_after\";i:21758;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.289999999999999;s:5:\"bytes\";i:35480;s:11:\"size_before\";i:314320;s:10:\"size_after\";i:278840;s:4:\"time\";d:0.12;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4038;s:10:\"size_after\";i:3834;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.359999999999999;s:5:\"bytes\";i:10621;s:11:\"size_before\";i:69163;s:10:\"size_after\";i:58542;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.75;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:13740;s:10:\"size_after\";i:12125;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:495;s:11:\"size_before\";i:7486;s:10:\"size_after\";i:6991;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:603;s:11:\"size_before\";i:6931;s:10:\"size_after\";i:6328;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.58;s:5:\"bytes\";i:1707;s:11:\"size_before\";i:14735;s:10:\"size_after\";i:13028;s:4:\"time\";d:0.01;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5600000000000005;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:20188;s:10:\"size_after\";i:18259;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82;s:5:\"bytes\";i:6642;s:11:\"size_before\";i:48064;s:10:\"size_after\";i:41422;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006;s:5:\"bytes\";i:1043;s:11:\"size_before\";i:11012;s:10:\"size_after\";i:9969;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.83;s:5:\"bytes\";i:9842;s:11:\"size_before\";i:76720;s:10:\"size_after\";i:66878;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.720000000000001;s:5:\"bytes\";i:3387;s:11:\"size_before\";i:24683;s:10:\"size_after\";i:21296;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:14068;s:10:\"size_after\";i:12967;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.56;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:13871;s:10:\"size_after\";i:12267;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:280;s:11:\"size_before\";i:3677;s:10:\"size_after\";i:3397;s:4:\"time\";d:0.01;}}}'),(24122,4168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2106;s:6:\"height\";i:2107;s:4:\"file\";s:22:\"2019/03/Floradora.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Floradora-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Floradora-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Floradora-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Floradora-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Floradora-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Floradora-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Floradora-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Floradora-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Floradora-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Floradora-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Floradora-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Floradora-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Floradora-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Floradora-696x696.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Floradora-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Floradora-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Floradora-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Floradora-1068x1069.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Floradora-420x420.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"Floradora-1920x1921.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1921;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Floradora-150x150.jpeg\";s:5:\"width\";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:\"Floradora-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Floradora-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Floradora-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Floradora-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Floradora-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Floradora-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Floradora-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Floradora-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Floradora-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Floradora-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Floradora-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Floradora-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Floradora-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Floradora-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Floradora-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Floradora-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Floradora-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Floradora-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Floradora-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Floradora-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Floradora-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"Pixel 2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.442\";s:3:\"iso\";s:3:\"417\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24123,4169,'_wp_attached_file','2019/03/Mistletoe-Pine.jpeg'),(24124,4169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3057684550221866;s:5:\"bytes\";i:54087;s:11:\"size_before\";i:1636140;s:10:\"size_after\";i:1582053;s:4:\"time\";d:1.0300000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:297;s:11:\"size_before\";i:5178;s:10:\"size_after\";i:4881;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:448;s:11:\"size_before\";i:14033;s:10:\"size_after\";i:13585;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.70999999999999996;s:5:\"bytes\";i:646;s:11:\"size_before\";i:90620;s:10:\"size_after\";i:89974;s:4:\"time\";d:0.089999999999999997;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3185;s:10:\"size_after\";i:2952;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4199999999999999;s:5:\"bytes\";i:566;s:11:\"size_before\";i:39783;s:10:\"size_after\";i:39217;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3100000000000001;s:5:\"bytes\";i:278;s:11:\"size_before\";i:21250;s:10:\"size_after\";i:20972;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20972;s:10:\"size_after\";i:20972;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:346;s:11:\"size_before\";i:9052;s:10:\"size_after\";i:8706;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8706;s:10:\"size_after\";i:8706;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5288;s:10:\"size_after\";i:5003;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:296;s:11:\"size_before\";i:5613;s:10:\"size_after\";i:5317;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:395;s:11:\"size_before\";i:9959;s:10:\"size_after\";i:9564;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:339;s:11:\"size_before\";i:11291;s:10:\"size_after\";i:10952;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:444;s:11:\"size_before\";i:22604;s:10:\"size_after\";i:22160;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:372;s:11:\"size_before\";i:8363;s:10:\"size_after\";i:7991;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6499999999999999;s:5:\"bytes\";i:490;s:11:\"size_before\";i:29632;s:10:\"size_after\";i:29142;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:380;s:11:\"size_before\";i:12997;s:10:\"size_after\";i:12617;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:412;s:11:\"size_before\";i:9336;s:10:\"size_after\";i:8924;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:375;s:11:\"size_before\";i:9342;s:10:\"size_after\";i:8967;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:240;s:11:\"size_before\";i:3524;s:10:\"size_after\";i:3284;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20972;s:10:\"size_after\";i:20972;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5317;s:10:\"size_after\";i:5317;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:1032;s:11:\"size_before\";i:19200;s:10:\"size_after\";i:18168;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1808;s:11:\"size_before\";i:55368;s:10:\"size_after\";i:53560;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:15124;s:11:\"size_before\";i:412003;s:10:\"size_after\";i:396879;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:756;s:11:\"size_before\";i:10886;s:10:\"size_after\";i:10130;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:8959;s:11:\"size_before\";i:184880;s:10:\"size_after\";i:175921;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:84742;s:10:\"size_after\";i:82162;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:31670;s:10:\"size_after\";i:30457;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:977;s:11:\"size_before\";i:19149;s:10:\"size_after\";i:18172;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:984;s:11:\"size_before\";i:18737;s:10:\"size_after\";i:17753;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:34654;s:10:\"size_after\";i:33384;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1434;s:11:\"size_before\";i:44062;s:10:\"size_after\";i:42628;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:2155;s:11:\"size_before\";i:84024;s:10:\"size_after\";i:81869;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:29344;s:10:\"size_after\";i:28126;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:2816;s:11:\"size_before\";i:114572;s:10:\"size_after\";i:111756;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:47268;s:10:\"size_after\";i:45862;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:35147;s:10:\"size_after\";i:33589;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:32642;s:10:\"size_after\";i:31362;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:675;s:11:\"size_before\";i:10775;s:10:\"size_after\";i:10100;s:4:\"time\";d:0.02;}}}'),(24125,4169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2568;s:6:\"height\";i:2568;s:4:\"file\";s:27:\"2019/03/Mistletoe-Pine.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Mistletoe-Pine-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Mistletoe-Pine-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-696x696.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Mistletoe-Pine-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"Mistletoe-Pine-1068x1068.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-420x420.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"Mistletoe-Pine-1920x1920.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-150x150.jpeg\";s:5:\"width\";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:\"Mistletoe-Pine-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Mistletoe-Pine-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Mistletoe-Pine-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:28:\"Mistletoe-Pine-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:26:\"Mistletoe-Pine-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:27:\"Mistletoe-Pine-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"Pixel 3 XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:3:\"430\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24126,4170,'_wp_attached_file','2019/03/Prettyman.jpeg'),(24127,4170,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2465988703069124;s:5:\"bytes\";i:91977;s:11:\"size_before\";i:2165898;s:10:\"size_after\";i:2073921;s:4:\"time\";d:1.1900000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:259;s:11:\"size_before\";i:4647;s:10:\"size_after\";i:4388;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:573;s:11:\"size_before\";i:14283;s:10:\"size_after\";i:13710;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:2878;s:11:\"size_before\";i:99927;s:10:\"size_after\";i:97049;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2636;s:10:\"size_after\";i:2482;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:1616;s:11:\"size_before\";i:50939;s:10:\"size_after\";i:49323;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:773;s:11:\"size_before\";i:25819;s:10:\"size_after\";i:25046;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25046;s:10:\"size_after\";i:25046;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:439;s:11:\"size_before\";i:9984;s:10:\"size_after\";i:9545;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9545;s:10:\"size_after\";i:9545;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:262;s:11:\"size_before\";i:4786;s:10:\"size_after\";i:4524;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:289;s:11:\"size_before\";i:5675;s:10:\"size_after\";i:5386;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:477;s:11:\"size_before\";i:11380;s:10:\"size_after\";i:10903;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:491;s:11:\"size_before\";i:11530;s:10:\"size_after\";i:11039;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:905;s:11:\"size_before\";i:26727;s:10:\"size_after\";i:25822;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:387;s:11:\"size_before\";i:8754;s:10:\"size_after\";i:8367;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:33609;s:10:\"size_after\";i:32512;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:541;s:11:\"size_before\";i:15194;s:10:\"size_after\";i:14653;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:443;s:11:\"size_before\";i:8954;s:10:\"size_after\";i:8511;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:438;s:11:\"size_before\";i:10611;s:10:\"size_after\";i:10173;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:182;s:11:\"size_before\";i:3122;s:10:\"size_after\";i:2940;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25046;s:10:\"size_after\";i:25046;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5386;s:10:\"size_after\";i:5386;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:844;s:11:\"size_before\";i:20237;s:10:\"size_after\";i:19393;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:2165;s:11:\"size_before\";i:61470;s:10:\"size_after\";i:59305;s:4:\"time\";d:0.059999999999999998;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:30005;s:11:\"size_before\";i:574530;s:10:\"size_after\";i:544525;s:4:\"time\";d:0.17999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:512;s:11:\"size_before\";i:10660;s:10:\"size_after\";i:10148;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:18963;s:11:\"size_before\";i:314547;s:10:\"size_after\";i:295584;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:5258;s:11:\"size_before\";i:123485;s:10:\"size_after\";i:118227;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:1276;s:11:\"size_before\";i:41458;s:10:\"size_after\";i:40182;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:838;s:11:\"size_before\";i:20204;s:10:\"size_after\";i:19366;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:843;s:11:\"size_before\";i:23841;s:10:\"size_after\";i:22998;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:1495;s:11:\"size_before\";i:48051;s:10:\"size_after\";i:46556;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:1763;s:11:\"size_before\";i:49648;s:10:\"size_after\";i:47885;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:3797;s:11:\"size_before\";i:116575;s:10:\"size_after\";i:112778;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:37444;s:10:\"size_after\";i:36141;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:5374;s:11:\"size_before\";i:150911;s:10:\"size_after\";i:145537;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:64028;s:10:\"size_after\";i:61987;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:38394;s:10:\"size_after\";i:36958;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:1373;s:11:\"size_before\";i:44821;s:10:\"size_after\";i:43448;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:487;s:11:\"size_before\";i:11994;s:10:\"size_after\";i:11507;s:4:\"time\";d:0.01;}}}'),(24128,4170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2638;s:6:\"height\";i:2637;s:4:\"file\";s:22:\"2019/03/Prettyman.jpeg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Prettyman-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Prettyman-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Prettyman-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Prettyman-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Prettyman-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Prettyman-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Prettyman-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Prettyman-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Prettyman-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Prettyman-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Prettyman-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Prettyman-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Prettyman-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Prettyman-696x696.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Prettyman-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Prettyman-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Prettyman-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Prettyman-1068x1068.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Prettyman-420x420.jpeg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"Prettyman-1920x1919.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Prettyman-150x150.jpeg\";s:5:\"width\";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:\"Prettyman-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Prettyman-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Prettyman-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"Prettyman-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"Prettyman-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"Prettyman-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"Prettyman-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"Prettyman-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"Prettyman-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"Prettyman-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"Prettyman-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"Prettyman-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"Prettyman-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"Prettyman-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"Prettyman-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"Prettyman-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"Prettyman-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"Prettyman-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"Prettyman-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"Prettyman-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"Prettyman-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"Pixel 2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.442\";s:3:\"iso\";s:3:\"438\";s:13:\"shutter_speed\";s:17:\"0.028571428571429\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24129,4171,'_wp_attached_file','2019/03/Thunder.jpeg'),(24130,4171,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7290608041406053;s:5:\"bytes\";i:153616;s:11:\"size_before\";i:2681347;s:10:\"size_after\";i:2527731;s:4:\"time\";d:1.1900000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:326;s:11:\"size_before\";i:6000;s:10:\"size_after\";i:5674;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:634;s:11:\"size_before\";i:12800;s:10:\"size_after\";i:12166;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:3043;s:11:\"size_before\";i:92065;s:10:\"size_after\";i:89022;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:283;s:11:\"size_before\";i:3757;s:10:\"size_after\";i:3474;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:3650;s:11:\"size_before\";i:76913;s:10:\"size_after\";i:73263;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:35369;s:10:\"size_after\";i:34125;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34125;s:10:\"size_after\";i:34125;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:602;s:11:\"size_before\";i:13666;s:10:\"size_after\";i:13064;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13064;s:10:\"size_after\";i:13064;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:336;s:11:\"size_before\";i:6322;s:10:\"size_after\";i:5986;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:460;s:11:\"size_before\";i:7927;s:10:\"size_after\";i:7467;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:663;s:11:\"size_before\";i:15294;s:10:\"size_after\";i:14631;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:641;s:11:\"size_before\";i:13251;s:10:\"size_after\";i:12610;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:35953;s:10:\"size_after\";i:34844;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:590;s:11:\"size_before\";i:11687;s:10:\"size_after\";i:11097;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:45390;s:10:\"size_after\";i:44096;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:769;s:11:\"size_before\";i:20712;s:10:\"size_after\";i:19943;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:560;s:11:\"size_before\";i:11484;s:10:\"size_after\";i:10924;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:618;s:11:\"size_before\";i:14319;s:10:\"size_after\";i:13701;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:259;s:11:\"size_before\";i:4512;s:10:\"size_after\";i:4253;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34125;s:10:\"size_after\";i:34125;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7467;s:10:\"size_after\";i:7467;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:23143;s:10:\"size_after\";i:21800;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:2886;s:11:\"size_before\";i:53099;s:10:\"size_after\";i:50213;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:35454;s:11:\"size_before\";i:558623;s:10:\"size_after\";i:523169;s:4:\"time\";d:0.17000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:892;s:11:\"size_before\";i:13362;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:21556;s:11:\"size_before\";i:415586;s:10:\"size_after\";i:394030;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:13506;s:11:\"size_before\";i:189003;s:10:\"size_after\";i:175497;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:3869;s:11:\"size_before\";i:58152;s:10:\"size_after\";i:54283;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1478;s:11:\"size_before\";i:25353;s:10:\"size_after\";i:23875;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:1938;s:11:\"size_before\";i:31131;s:10:\"size_after\";i:29193;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:4319;s:11:\"size_before\";i:66159;s:10:\"size_after\";i:61840;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:2972;s:11:\"size_before\";i:55123;s:10:\"size_after\";i:52151;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:12525;s:11:\"size_before\";i:175949;s:10:\"size_after\";i:163424;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:2976;s:11:\"size_before\";i:49271;s:10:\"size_after\";i:46295;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:16242;s:11:\"size_before\";i:231737;s:10:\"size_after\";i:215495;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:7089;s:11:\"size_before\";i:95453;s:10:\"size_after\";i:88364;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:2532;s:11:\"size_before\";i:46631;s:10:\"size_after\";i:44099;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:3870;s:11:\"size_before\";i:61521;s:10:\"size_after\";i:57651;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:15849;s:10:\"size_after\";i:14761;s:4:\"time\";d:0.029999999999999999;}}}'),(24131,4171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2467;s:6:\"height\";i:3289;s:4:\"file\";s:20:\"2019/03/Thunder.jpeg\";s:5:\"sizes\";a:42:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Thunder-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Thunder-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Thunder-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Thunder-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Thunder-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Thunder-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Thunder-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Thunder-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Thunder-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Thunder-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Thunder-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Thunder-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Thunder-696x928.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Thunder-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Thunder-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Thunder-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Thunder-1068x1424.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Thunder-315x420.jpeg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"Thunder-1920x2560.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Thunder-150x150.jpeg\";s:5:\"width\";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:\"Thunder-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Thunder-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Thunder-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Thunder-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:21:\"Thunder-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:20:\"Thunder-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:20:\"Thunder-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"Thunder-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"Thunder-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"Thunder-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"Thunder-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"Thunder-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"Thunder-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:20:\"Thunder-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"Thunder-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:20:\"Thunder-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"Thunder-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"Thunder-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"Thunder-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"Thunder-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:20:\"Thunder-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"Thunder-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"Pixel 3 XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:3:\"138\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24132,4169,'_wp_attachment_image_alt','Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.'),(24133,4165,'_thumbnail_id','4169'),(24134,4165,'_adinserter_block_exceptions',''),(24135,4165,'slide_template','default'),(24136,4165,'_bunyad_featured_post','0'),(24137,4165,'_bunyad_cat_label','0'),(24138,4165,'_bunyad_featured_disable','0'),(24139,4165,'_bunyad_bg_image_bg_type','cover'),(24140,4165,'_bunyad_reviews','0'),(24141,4165,'_bunyad_review_pos','none'),(24142,4165,'_bunyad_review_type','points'),(24143,4165,'_bunyad_review_verdict','Awesome'),(24144,4165,'_yoast_wpseo_focuskw','Heads + Tails'),(24145,4165,'_yoast_wpseo_linkdex','90'),(24146,4165,'_yoast_wpseo_content_score','90'),(24147,4165,'_yoast_wpseo_primary_category','2'),(24148,4171,'_wp_attachment_image_alt','Heads + Tails, chat to us about their unique venue'),(24149,4170,'_wp_attachment_image_alt','Heads + Tails'),(24150,4168,'_wp_attachment_image_alt','Heads + Tails'),(24151,4165,'_yoast_wpseo_title','Heads + Tails chat to OTP about their unique venue.'),(24152,4165,'_yoast_wpseo_metadesc','Co-Founders of Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue. You must see this stunning venue'),(24153,4176,'_edit_last','1'),(24154,4176,'_edit_lock','1552984058:1'),(24155,4177,'_wp_attached_file','2019/03/Foodservice-2.jpg'),(24156,4177,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3033167963492622;s:5:\"bytes\";i:63961;s:11:\"size_before\";i:1936266;s:10:\"size_after\";i:1872305;s:4:\"time\";d:1.0600000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:409;s:11:\"size_before\";i:6675;s:10:\"size_after\";i:6266;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:517;s:11:\"size_before\";i:14168;s:10:\"size_after\";i:13651;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0499999999999998;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:79133;s:10:\"size_after\";i:77513;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:280;s:11:\"size_before\";i:4051;s:10:\"size_after\";i:3771;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1499999999999999;s:5:\"bytes\";i:1351;s:11:\"size_before\";i:62799;s:10:\"size_after\";i:61448;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7000000000000002;s:5:\"bytes\";i:894;s:11:\"size_before\";i:33121;s:10:\"size_after\";i:32227;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32227;s:10:\"size_after\";i:32227;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:480;s:11:\"size_before\";i:13309;s:10:\"size_after\";i:12829;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12829;s:10:\"size_after\";i:12829;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6878;s:10:\"size_after\";i:6489;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:383;s:11:\"size_before\";i:7884;s:10:\"size_after\";i:7501;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:503;s:11:\"size_before\";i:14346;s:10:\"size_after\";i:13843;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:438;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:12452;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:787;s:11:\"size_before\";i:30357;s:10:\"size_after\";i:29570;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:464;s:11:\"size_before\";i:11423;s:10:\"size_after\";i:10959;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3999999999999999;s:5:\"bytes\";i:898;s:11:\"size_before\";i:37394;s:10:\"size_after\";i:36496;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:654;s:11:\"size_before\";i:19648;s:10:\"size_after\";i:18994;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:493;s:11:\"size_before\";i:11422;s:10:\"size_after\";i:10929;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:462;s:11:\"size_before\";i:13375;s:10:\"size_after\";i:12913;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4773;s:10:\"size_after\";i:4518;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32227;s:10:\"size_after\";i:32227;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7501;s:10:\"size_after\";i:7501;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:1226;s:11:\"size_before\";i:22546;s:10:\"size_after\";i:21320;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:2098;s:11:\"size_before\";i:50306;s:10:\"size_after\";i:48208;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:10133;s:11:\"size_before\";i:320893;s:10:\"size_after\";i:310760;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:910;s:11:\"size_before\";i:13403;s:10:\"size_after\";i:12493;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:8189;s:11:\"size_before\";i:257039;s:10:\"size_after\";i:248850;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:4227;s:11:\"size_before\";i:129669;s:10:\"size_after\";i:125442;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:49054;s:10:\"size_after\";i:46999;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1339;s:11:\"size_before\";i:23729;s:10:\"size_after\";i:22390;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:27484;s:10:\"size_after\";i:26031;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:52410;s:10:\"size_after\";i:50362;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:45240;s:10:\"size_after\";i:43575;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1400000000000001;s:5:\"bytes\";i:3581;s:11:\"size_before\";i:113923;s:10:\"size_after\";i:110342;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:1814;s:11:\"size_before\";i:40770;s:10:\"size_after\";i:38956;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:4379;s:11:\"size_before\";i:141948;s:10:\"size_after\";i:137569;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:74295;s:10:\"size_after\";i:71541;s:4:\"time\";d:0.059999999999999998;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:40160;s:10:\"size_after\";i:38302;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:49221;s:10:\"size_after\";i:47252;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:986;s:11:\"size_before\";i:15746;s:10:\"size_after\";i:14760;s:4:\"time\";d:0.01;}}}'),(24157,4177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3726;s:6:\"height\";i:2794;s:4:\"file\";s:25:\"2019/03/Foodservice-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Foodservice-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Foodservice-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Foodservice-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Foodservice-2-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Foodservice-2-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Foodservice-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Foodservice-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Foodservice-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Foodservice-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Foodservice-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ250\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482170147\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0080000237565665\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24158,4178,'_wp_attached_file','2019/03/Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product.jpg'),(24159,4178,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6762909980998915;s:5:\"bytes\";i:240895;s:11:\"size_before\";i:3608216;s:10:\"size_after\";i:3367321;s:4:\"time\";d:1.5000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:646;s:11:\"size_before\";i:9129;s:10:\"size_after\";i:8483;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:18581;s:10:\"size_after\";i:17422;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:8587;s:11:\"size_before\";i:154216;s:10:\"size_after\";i:145629;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:369;s:11:\"size_before\";i:4931;s:10:\"size_after\";i:4562;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:8503;s:11:\"size_before\";i:151725;s:10:\"size_after\";i:143222;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:4774;s:11:\"size_before\";i:71854;s:10:\"size_after\";i:67080;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67080;s:10:\"size_after\";i:67080;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:23050;s:10:\"size_after\";i:21475;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21475;s:10:\"size_after\";i:21475;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:653;s:11:\"size_before\";i:9482;s:10:\"size_after\";i:8829;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:838;s:11:\"size_before\";i:12024;s:10:\"size_after\";i:11186;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:25393;s:10:\"size_after\";i:23668;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:23035;s:10:\"size_after\";i:21576;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:4122;s:11:\"size_before\";i:62193;s:10:\"size_after\";i:58071;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:1239;s:11:\"size_before\";i:18482;s:10:\"size_after\";i:17243;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:5365;s:11:\"size_before\";i:79682;s:10:\"size_after\";i:74317;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:2536;s:11:\"size_before\";i:37082;s:10:\"size_after\";i:34546;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1171;s:11:\"size_before\";i:18005;s:10:\"size_after\";i:16834;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:23471;s:10:\"size_after\";i:21912;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:431;s:11:\"size_before\";i:6472;s:10:\"size_after\";i:6041;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67080;s:10:\"size_after\";i:67080;s:4:\"time\";d:0.059999999999999998;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11186;s:10:\"size_after\";i:11186;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:39463;s:10:\"size_after\";i:36192;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:6159;s:11:\"size_before\";i:82832;s:10:\"size_after\";i:76673;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:43232;s:11:\"size_before\";i:694903;s:10:\"size_after\";i:651671;s:4:\"time\";d:0.26000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:20762;s:10:\"size_after\";i:18970;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:22923;s:11:\"size_before\";i:318385;s:10:\"size_after\";i:295462;s:4:\"time\";d:0.13;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:8312;s:11:\"size_before\";i:107016;s:10:\"size_after\";i:98704;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:3430;s:11:\"size_before\";i:41226;s:10:\"size_after\";i:37796;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995;s:5:\"bytes\";i:4432;s:11:\"size_before\";i:52495;s:10:\"size_after\";i:48063;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:9428;s:11:\"size_before\";i:118040;s:10:\"size_after\";i:108612;s:4:\"time\";d:0.059999999999999998;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:7997;s:11:\"size_before\";i:102156;s:10:\"size_after\";i:94159;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:20145;s:11:\"size_before\";i:283157;s:10:\"size_after\";i:263012;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:7171;s:11:\"size_before\";i:84522;s:10:\"size_after\";i:77351;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:25198;s:11:\"size_before\";i:358077;s:10:\"size_after\";i:332879;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:13060;s:11:\"size_before\";i:173932;s:10:\"size_after\";i:160872;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2100000000000009;s:5:\"bytes\";i:6587;s:11:\"size_before\";i:80224;s:10:\"size_after\";i:73637;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:8808;s:11:\"size_before\";i:108694;s:10:\"size_after\";i:99886;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3800000000000008;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:26704;s:10:\"size_after\";i:24465;s:4:\"time\";d:0.040000000000000001;}}}'),(24160,4178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1639;s:6:\"height\";i:2456;s:4:\"file\";s:115:\"2019/03/Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:116:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:113:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:114:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:116:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:116:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:117:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-1068x1600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:116:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:114:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:116:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:114:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:115:\"Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540552453\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24161,4179,'_wp_attached_file','2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product.jpg'),(24162,4179,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4409043928516638;s:5:\"bytes\";i:230074;s:11:\"size_before\";i:3572076;s:10:\"size_after\";i:3342002;s:4:\"time\";d:1.4400000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:721;s:11:\"size_before\";i:9119;s:10:\"size_after\";i:8398;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:19826;s:10:\"size_after\";i:18404;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:7155;s:11:\"size_before\";i:141320;s:10:\"size_after\";i:134165;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:462;s:11:\"size_before\";i:5051;s:10:\"size_after\";i:4589;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:6353;s:11:\"size_before\";i:118413;s:10:\"size_after\";i:112060;s:4:\"time\";d:0.13;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:3639;s:11:\"size_before\";i:59262;s:10:\"size_after\";i:55623;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55623;s:10:\"size_after\";i:55623;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:21474;s:10:\"size_after\";i:19955;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19955;s:10:\"size_after\";i:19955;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:715;s:11:\"size_before\";i:9282;s:10:\"size_after\";i:8567;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:889;s:11:\"size_before\";i:11442;s:10:\"size_after\";i:10553;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:23532;s:10:\"size_after\";i:21923;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:1447;s:11:\"size_before\";i:21481;s:10:\"size_after\";i:20034;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:3240;s:11:\"size_before\";i:54150;s:10:\"size_after\";i:50910;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:1281;s:11:\"size_before\";i:17553;s:10:\"size_after\";i:16272;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:3990;s:11:\"size_before\";i:68039;s:10:\"size_after\";i:64049;s:4:\"time\";d:0.059999999999999998;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:2168;s:11:\"size_before\";i:33167;s:10:\"size_after\";i:30999;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:17315;s:10:\"size_after\";i:16087;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1530;s:11:\"size_before\";i:21856;s:10:\"size_after\";i:20326;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:542;s:11:\"size_before\";i:6407;s:10:\"size_after\";i:5865;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55623;s:10:\"size_after\";i:55623;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10553;s:10:\"size_after\";i:10553;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006;s:5:\"bytes\";i:3350;s:11:\"size_before\";i:37362;s:10:\"size_after\";i:34012;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1999999999999993;s:5:\"bytes\";i:6859;s:11:\"size_before\";i:83685;s:10:\"size_after\";i:76826;s:4:\"time\";d:0.040000000000000001;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:33950;s:11:\"size_before\";i:594733;s:10:\"size_after\";i:560783;s:4:\"time\";d:0.17999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:1872;s:11:\"size_before\";i:20183;s:10:\"size_after\";i:18311;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:29285;s:11:\"size_before\";i:493966;s:10:\"size_after\";i:464681;s:4:\"time\";d:0.13;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:17405;s:11:\"size_before\";i:251291;s:10:\"size_after\";i:233886;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:7399;s:11:\"size_before\";i:91077;s:10:\"size_after\";i:83678;s:4:\"time\";d:0.089999999999999997;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999994;s:5:\"bytes\";i:3492;s:11:\"size_before\";i:38658;s:10:\"size_after\";i:35166;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:4211;s:11:\"size_before\";i:47752;s:10:\"size_after\";i:43541;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:7921;s:11:\"size_before\";i:99900;s:10:\"size_after\";i:91979;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:6725;s:11:\"size_before\";i:89496;s:10:\"size_after\";i:82771;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:15977;s:11:\"size_before\";i:229786;s:10:\"size_after\";i:213809;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006;s:5:\"bytes\";i:6154;s:11:\"size_before\";i:74889;s:10:\"size_after\";i:68735;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:19184;s:11:\"size_before\";i:287023;s:10:\"size_after\";i:267839;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:10740;s:11:\"size_before\";i:141425;s:10:\"size_after\";i:130685;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:5918;s:11:\"size_before\";i:72646;s:10:\"size_after\";i:66728;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:7385;s:11:\"size_before\";i:92656;s:10:\"size_after\";i:85271;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000005;s:5:\"bytes\";i:2337;s:11:\"size_before\";i:25105;s:10:\"size_after\";i:22768;s:4:\"time\";d:0.02;}}}'),(24163,4179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3370;s:6:\"height\";i:2249;s:4:\"file\";s:82:\"2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:80:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:81:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:83:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:83:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:84:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:83:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:81:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:83:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:81:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:82:\"Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540572256\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24164,4179,'_wp_attachment_image_alt','Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs (portrait with product)'),(24165,4178,'_wp_attachment_image_alt','Maria Chong, Managing Director of Lee Kum Kee'),(24166,4177,'_wp_attachment_image_alt','Lee Kum Kee food service'),(24167,4176,'_thumbnail_id','4177'),(24168,4176,'_adinserter_block_exceptions',''),(24169,4176,'slide_template','default'),(24170,4176,'_bunyad_featured_post','0'),(24171,4176,'_bunyad_cat_label','0'),(24172,4176,'_bunyad_featured_disable','0'),(24173,4176,'_bunyad_bg_image_bg_type','cover'),(24174,4176,'_bunyad_reviews','0'),(24175,4176,'_bunyad_review_pos','none'),(24176,4176,'_bunyad_review_type','points'),(24177,4176,'_bunyad_review_verdict','Awesome'),(24178,4176,'_yoast_wpseo_focuskw','lee kum kee'),(24179,4176,'_yoast_wpseo_title','On-Trade progress’ Questions for Maria Chong from Lee Kum Kee'),(24180,4176,'_yoast_wpseo_metadesc','We recently attended the release of Lee Kum Kee’s 2019 Foodservice Report and caught up with Maria Chong, Managing Director of Lee Kum Kee'),(24181,4176,'_yoast_wpseo_linkdex','91'),(24182,4176,'_yoast_wpseo_content_score','30'),(24183,4176,'_yoast_wpseo_primary_category','3'),(24184,4183,'_wp_attached_file','2019/03/Aquarius-Sangiovese-Shiraz-AU282.jpg'),(24185,4183,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5453241428545459;s:5:\"bytes\";i:39607;s:11:\"size_before\";i:605119;s:10:\"size_after\";i:565512;s:4:\"time\";d:0.67000000000000026;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:169;s:11:\"size_before\";i:3239;s:10:\"size_after\";i:3070;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:255;s:11:\"size_before\";i:5135;s:10:\"size_after\";i:4880;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:1505;s:11:\"size_before\";i:34045;s:10:\"size_after\";i:32540;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:150;s:11:\"size_before\";i:2087;s:10:\"size_after\";i:1937;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.380000000000001;s:5:\"bytes\";i:3466;s:11:\"size_before\";i:24108;s:10:\"size_after\";i:20642;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9399999999999995;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:11263;s:10:\"size_after\";i:10143;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10143;s:10:\"size_after\";i:10143;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:284;s:11:\"size_before\";i:4698;s:10:\"size_after\";i:4414;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4414;s:10:\"size_after\";i:4414;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:174;s:11:\"size_before\";i:3098;s:10:\"size_after\";i:2924;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:214;s:11:\"size_before\";i:3133;s:10:\"size_after\";i:2919;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:365;s:11:\"size_before\";i:5282;s:10:\"size_after\";i:4917;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:272;s:11:\"size_before\";i:7671;s:10:\"size_after\";i:7399;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:999;s:11:\"size_before\";i:11216;s:10:\"size_after\";i:10217;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:241;s:11:\"size_before\";i:4286;s:10:\"size_after\";i:4045;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1999999999999993;s:5:\"bytes\";i:1298;s:11:\"size_before\";i:14107;s:10:\"size_after\";i:12809;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:508;s:11:\"size_before\";i:6647;s:10:\"size_after\";i:6139;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:245;s:11:\"size_before\";i:4847;s:10:\"size_after\";i:4602;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:296;s:11:\"size_before\";i:4969;s:10:\"size_after\";i:4673;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:168;s:11:\"size_before\";i:2074;s:10:\"size_after\";i:1906;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10143;s:10:\"size_after\";i:10143;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2919;s:10:\"size_after\";i:2919;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:426;s:11:\"size_before\";i:10585;s:10:\"size_after\";i:10159;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:711;s:11:\"size_before\";i:18610;s:10:\"size_after\";i:17899;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:10514;s:11:\"size_before\";i:154385;s:10:\"size_after\";i:143871;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:287;s:11:\"size_before\";i:5421;s:10:\"size_after\";i:5134;s:4:\"time\";d:0.02;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:18991;s:10:\"size_after\";i:17628;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:484;s:11:\"size_before\";i:9392;s:10:\"size_after\";i:8908;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:532;s:11:\"size_before\";i:10176;s:10:\"size_after\";i:9644;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:1397;s:11:\"size_before\";i:21176;s:10:\"size_after\";i:19779;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:31142;s:10:\"size_after\";i:29707;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:4932;s:11:\"size_before\";i:55612;s:10:\"size_after\";i:50680;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:847;s:11:\"size_before\";i:15838;s:10:\"size_after\";i:14991;s:4:\"time\";d:0.01;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0899999999999999;s:5:\"bytes\";i:2541;s:11:\"size_before\";i:31395;s:10:\"size_after\";i:28854;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:826;s:11:\"size_before\";i:17768;s:10:\"size_after\";i:16942;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:19515;s:10:\"size_after\";i:18236;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:304;s:11:\"size_before\";i:5589;s:10:\"size_after\";i:5285;s:4:\"time\";d:0.01;}}}'),(24186,4183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1134;s:6:\"height\";i:3445;s:4:\"file\";s:44:\"2019/03/Aquarius-Sangiovese-Shiraz-AU282.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Aquarius-Sangiovese-Shiraz-AU282-768x2333.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Aquarius-Sangiovese-Shiraz-AU282-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Aquarius-Sangiovese-Shiraz-AU282-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"Aquarius-Sangiovese-Shiraz-AU282-696x2114.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"Aquarius-Sangiovese-Shiraz-AU282-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"Aquarius-Sangiovese-Shiraz-AU282-1068x3244.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-138x420.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Aquarius-Sangiovese-Shiraz-AU282-99x300.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Aquarius-Sangiovese-Shiraz-AU282-337x1024.jpg\";s:5:\"width\";i:337;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Aquarius-Sangiovese-Shiraz-AU282-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:45:\"Aquarius-Sangiovese-Shiraz-AU282-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:43:\"Aquarius-Sangiovese-Shiraz-AU282-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:44:\"Aquarius-Sangiovese-Shiraz-AU282-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524133054\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24187,4184,'_wp_attached_file','2019/03/Bella-Luna-Fiano-au283.jpg'),(24188,4184,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3896846348542597;s:5:\"bytes\";i:46159;s:11:\"size_before\";i:624641;s:10:\"size_after\";i:578482;s:4:\"time\";d:0.70000000000000029;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:113;s:11:\"size_before\";i:3019;s:10:\"size_after\";i:2906;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4766;s:10:\"size_after\";i:4572;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1651;s:11:\"size_before\";i:24848;s:10:\"size_after\";i:23197;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:94;s:11:\"size_before\";i:1981;s:10:\"size_after\";i:1887;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.710000000000001;s:5:\"bytes\";i:3654;s:11:\"size_before\";i:24840;s:10:\"size_after\";i:21186;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.210000000000001;s:5:\"bytes\";i:1272;s:11:\"size_before\";i:11347;s:10:\"size_after\";i:10075;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10075;s:10:\"size_after\";i:10075;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:342;s:11:\"size_before\";i:4528;s:10:\"size_after\";i:4186;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4186;s:10:\"size_after\";i:4186;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:131;s:11:\"size_before\";i:2859;s:10:\"size_after\";i:2728;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:168;s:11:\"size_before\";i:2955;s:10:\"size_after\";i:2787;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:404;s:11:\"size_before\";i:5115;s:10:\"size_after\";i:4711;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:248;s:11:\"size_before\";i:5646;s:10:\"size_after\";i:5398;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:11261;s:10:\"size_after\";i:10152;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:248;s:11:\"size_before\";i:4101;s:10:\"size_after\";i:3853;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:14066;s:10:\"size_after\";i:12627;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996;s:5:\"bytes\";i:591;s:11:\"size_before\";i:6497;s:10:\"size_after\";i:5906;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:213;s:11:\"size_before\";i:4356;s:10:\"size_after\";i:4143;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:350;s:11:\"size_before\";i:4773;s:10:\"size_after\";i:4423;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:122;s:11:\"size_before\";i:1987;s:10:\"size_after\";i:1865;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10075;s:10:\"size_after\";i:10075;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2787;s:10:\"size_after\";i:2787;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:289;s:11:\"size_before\";i:9235;s:10:\"size_after\";i:8946;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:587;s:11:\"size_before\";i:15663;s:10:\"size_after\";i:15076;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:7624;s:11:\"size_before\";i:116205;s:10:\"size_after\";i:108581;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:217;s:11:\"size_before\";i:5301;s:10:\"size_after\";i:5084;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:19693;s:10:\"size_after\";i:18257;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:354;s:11:\"size_before\";i:9165;s:10:\"size_after\";i:8811;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:532;s:11:\"size_before\";i:10253;s:10:\"size_after\";i:9721;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1556;s:11:\"size_before\";i:22184;s:10:\"size_after\";i:20628;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:22379;s:10:\"size_after\";i:21182;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5999999999999996;s:5:\"bytes\";i:5714;s:11:\"size_before\";i:59500;s:10:\"size_after\";i:53786;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:915;s:11:\"size_before\";i:16267;s:10:\"size_after\";i:15352;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.15;s:5:\"bytes\";i:7856;s:11:\"size_before\";i:77390;s:10:\"size_after\";i:69534;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:32892;s:10:\"size_after\";i:29913;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:888;s:11:\"size_before\";i:16456;s:10:\"size_after\";i:15568;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:1424;s:11:\"size_before\";i:20434;s:10:\"size_after\";i:19010;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:248;s:11:\"size_before\";i:5556;s:10:\"size_after\";i:5308;s:4:\"time\";d:0.01;}}}'),(24189,4184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1204;s:6:\"height\";i:3402;s:4:\"file\";s:34:\"2019/03/Bella-Luna-Fiano-au283.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Bella-Luna-Fiano-au283-768x2170.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Bella-Luna-Fiano-au283-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Bella-Luna-Fiano-au283-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Bella-Luna-Fiano-au283-696x1967.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1967;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Bella-Luna-Fiano-au283-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Bella-Luna-Fiano-au283-1068x3018.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-149x420.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-106x300.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Bella-Luna-Fiano-au283-362x1024.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Bella-Luna-Fiano-au283-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Bella-Luna-Fiano-au283-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Bella-Luna-Fiano-au283-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Bella-Luna-Fiano-au283-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538745184\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24191,4186,'_wp_attached_file','2019/03/Bella-Luna-Nero-DAvola-AU284.jpg'),(24192,4186,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.6520529898265384;s:5:\"bytes\";i:43911;s:11:\"size_before\";i:573846;s:10:\"size_after\";i:529935;s:4:\"time\";d:0.70000000000000029;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:196;s:11:\"size_before\";i:2718;s:10:\"size_after\";i:2522;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:220;s:11:\"size_before\";i:4453;s:10:\"size_after\";i:4233;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:23346;s:10:\"size_after\";i:21681;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:143;s:11:\"size_before\";i:1832;s:10:\"size_after\";i:1689;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.01;s:5:\"bytes\";i:3447;s:11:\"size_before\";i:22959;s:10:\"size_after\";i:19512;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.220000000000001;s:5:\"bytes\";i:1210;s:11:\"size_before\";i:10783;s:10:\"size_after\";i:9573;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9573;s:10:\"size_after\";i:9573;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:344;s:11:\"size_before\";i:4469;s:10:\"size_after\";i:4125;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4125;s:10:\"size_after\";i:4125;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2701;s:10:\"size_after\";i:2502;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:219;s:11:\"size_before\";i:2968;s:10:\"size_after\";i:2749;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:405;s:11:\"size_before\";i:4978;s:10:\"size_after\";i:4573;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:346;s:11:\"size_before\";i:5499;s:10:\"size_after\";i:5153;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:1035;s:11:\"size_before\";i:10614;s:10:\"size_after\";i:9579;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:285;s:11:\"size_before\";i:3981;s:10:\"size_after\";i:3696;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.460000000000001;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:13361;s:10:\"size_after\";i:11963;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:543;s:11:\"size_before\";i:6329;s:10:\"size_after\";i:5786;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4133;s:10:\"size_after\";i:3834;s:4:\"time\";d:0.050000000000000003;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:329;s:11:\"size_before\";i:4663;s:10:\"size_after\";i:4334;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3399999999999999;s:5:\"bytes\";i:181;s:11:\"size_before\";i:1938;s:10:\"size_after\";i:1757;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9573;s:10:\"size_after\";i:9573;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2749;s:10:\"size_after\";i:2749;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:422;s:11:\"size_before\";i:8414;s:10:\"size_after\";i:7992;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:721;s:11:\"size_before\";i:14645;s:10:\"size_after\";i:13924;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:7585;s:11:\"size_before\";i:106840;s:10:\"size_after\";i:99255;s:4:\"time\";d:0.059999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:350;s:11:\"size_before\";i:4956;s:10:\"size_after\";i:4606;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:1306;s:11:\"size_before\";i:18066;s:10:\"size_after\";i:16760;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:470;s:11:\"size_before\";i:8185;s:10:\"size_after\";i:7715;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:522;s:11:\"size_before\";i:9658;s:10:\"size_after\";i:9136;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:20135;s:10:\"size_after\";i:18757;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:1188;s:11:\"size_before\";i:20563;s:10:\"size_after\";i:19375;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:4825;s:11:\"size_before\";i:52722;s:10:\"size_after\";i:47897;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:841;s:11:\"size_before\";i:14966;s:10:\"size_after\";i:14125;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9900000000000002;s:5:\"bytes\";i:6872;s:11:\"size_before\";i:68756;s:10:\"size_after\";i:61884;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:2552;s:11:\"size_before\";i:29751;s:10:\"size_after\";i:27199;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:871;s:11:\"size_before\";i:14540;s:10:\"size_after\";i:13669;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:18565;s:10:\"size_after\";i:17334;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:313;s:11:\"size_before\";i:5339;s:10:\"size_after\";i:5026;s:4:\"time\";d:0.029999999999999999;}}}'),(24193,4186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1204;s:6:\"height\";i:3398;s:4:\"file\";s:40:\"2019/03/Bella-Luna-Nero-DAvola-AU284.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Bella-Luna-Nero-DAvola-AU284-768x2167.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Bella-Luna-Nero-DAvola-AU284-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Bella-Luna-Nero-DAvola-AU284-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Bella-Luna-Nero-DAvola-AU284-696x1964.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1964;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Bella-Luna-Nero-DAvola-AU284-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Bella-Luna-Nero-DAvola-AU284-1068x3014.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3014;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-149x420.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-106x300.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Bella-Luna-Nero-DAvola-AU284-363x1024.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Bella-Luna-Nero-DAvola-AU284-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"Bella-Luna-Nero-DAvola-AU284-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Bella-Luna-Nero-DAvola-AU284-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Bella-Luna-Nero-DAvola-AU284-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538745298\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24195,4188,'_wp_attached_file','2019/03/Laneway-Vermentino-AU297.jpg'),(24196,4188,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5951784862071472;s:5:\"bytes\";i:42702;s:11:\"size_before\";i:647473;s:10:\"size_after\";i:604771;s:4:\"time\";d:0.64000000000000024;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:150;s:11:\"size_before\";i:2788;s:10:\"size_after\";i:2638;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:258;s:11:\"size_before\";i:6402;s:10:\"size_after\";i:6144;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:2112;s:11:\"size_before\";i:44220;s:10:\"size_after\";i:42108;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:109;s:11:\"size_before\";i:1871;s:10:\"size_after\";i:1762;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.369999999999999;s:5:\"bytes\";i:3644;s:11:\"size_before\";i:23714;s:10:\"size_after\";i:20070;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.27;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:10482;s:10:\"size_after\";i:9301;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9301;s:10:\"size_after\";i:9301;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:261;s:11:\"size_before\";i:4325;s:10:\"size_after\";i:4064;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4064;s:10:\"size_after\";i:4064;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:129;s:11:\"size_before\";i:2699;s:10:\"size_after\";i:2570;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:143;s:11:\"size_before\";i:2963;s:10:\"size_after\";i:2820;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:315;s:11:\"size_before\";i:4905;s:10:\"size_after\";i:4590;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:289;s:11:\"size_before\";i:7565;s:10:\"size_after\";i:7276;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8599999999999994;s:5:\"bytes\";i:942;s:11:\"size_before\";i:10638;s:10:\"size_after\";i:9696;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:212;s:11:\"size_before\";i:4011;s:10:\"size_after\";i:3799;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:13285;s:10:\"size_after\";i:12024;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:520;s:11:\"size_before\";i:6098;s:10:\"size_after\";i:5578;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:230;s:11:\"size_before\";i:4209;s:10:\"size_after\";i:3979;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:273;s:11:\"size_before\";i:4546;s:10:\"size_after\";i:4273;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1921;s:10:\"size_after\";i:1798;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9301;s:10:\"size_after\";i:9301;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2820;s:10:\"size_after\";i:2820;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:305;s:11:\"size_before\";i:8389;s:10:\"size_after\";i:8084;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:25031;s:10:\"size_after\";i:23780;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:11558;s:11:\"size_before\";i:190006;s:10:\"size_after\";i:178448;s:4:\"time\";d:0.14000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:165;s:11:\"size_before\";i:4888;s:10:\"size_after\";i:4723;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1469;s:11:\"size_before\";i:19037;s:10:\"size_after\";i:17568;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:355;s:11:\"size_before\";i:8531;s:10:\"size_after\";i:8176;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:494;s:11:\"size_before\";i:9992;s:10:\"size_after\";i:9498;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:21592;s:10:\"size_after\";i:20045;s:4:\"time\";d:0.01;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:1309;s:11:\"size_before\";i:29343;s:10:\"size_after\";i:28034;s:4:\"time\";d:0.01;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7599999999999998;s:5:\"bytes\";i:5806;s:11:\"size_before\";i:59496;s:10:\"size_after\";i:53690;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:890;s:11:\"size_before\";i:15594;s:10:\"size_after\";i:14704;s:4:\"time\";d:0.01;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3399999999999999;s:5:\"bytes\";i:3041;s:11:\"size_before\";i:32570;s:10:\"size_after\";i:29529;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:818;s:11:\"size_before\";i:15828;s:10:\"size_after\";i:15010;s:4:\"time\";d:0.01;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:1321;s:11:\"size_before\";i:19781;s:10:\"size_after\";i:18460;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:221;s:11:\"size_before\";i:5267;s:10:\"size_after\";i:5046;s:4:\"time\";d:0.01;}}}'),(24197,4188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1090;s:6:\"height\";i:3434;s:4:\"file\";s:36:\"2019/03/Laneway-Vermentino-AU297.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Laneway-Vermentino-AU297-768x2420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Laneway-Vermentino-AU297-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Laneway-Vermentino-AU297-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Laneway-Vermentino-AU297-696x2193.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Laneway-Vermentino-AU297-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Laneway-Vermentino-AU297-1068x3365.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-133x420.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Laneway-Vermentino-AU297-95x300.jpg\";s:5:\"width\";i:95;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Laneway-Vermentino-AU297-325x1024.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Laneway-Vermentino-AU297-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:37:\"Laneway-Vermentino-AU297-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:35:\"Laneway-Vermentino-AU297-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:36:\"Laneway-Vermentino-AU297-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1532619521\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24198,4188,'_wp_attachment_image_alt','Laneway Vermentino AU297'),(24199,4183,'_wp_attachment_image_alt','Aquarius Sangiovese Shiraz AU282'),(24200,4135,'xyz_fbap','1'),(24204,4135,'_wpas_done_all','1'),(24205,23,'_oembed_2d84ab90ff4e4b4892830c026b41d213','<div data-configid=\"32393893/68405966\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(24206,23,'_oembed_time_2d84ab90ff4e4b4892830c026b41d213','1552472341'),(24207,276,'_oembed_27010f443bc8debcf0af77148b431662','<div data-configid=\"32393893/68405966\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(24208,276,'_oembed_time_27010f443bc8debcf0af77148b431662','1552472405'),(24209,4127,'xyz_fbap','1'),(24213,4127,'_wp_old_date','2019-03-11'),(24214,4127,'_wpas_done_all','1'),(24219,4195,'_wp_attached_file','2019/03/ECTSD-_-Register-Now-_-728x142.jpg'),(24220,4195,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5708719903579338;s:5:\"bytes\";i:13046;s:11:\"size_before\";i:285416;s:10:\"size_after\";i:272370;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:371;s:11:\"size_before\";i:5852;s:10:\"size_after\";i:5481;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:434;s:11:\"size_before\";i:6938;s:10:\"size_after\";i:6504;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3458;s:10:\"size_after\";i:3231;s:4:\"time\";d:0.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1558;s:11:\"size_before\";i:27266;s:10:\"size_after\";i:25708;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25708;s:10:\"size_after\";i:25708;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:840;s:11:\"size_before\";i:13561;s:10:\"size_after\";i:12721;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12721;s:10:\"size_after\";i:12721;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5743;s:10:\"size_after\";i:5458;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:391;s:11:\"size_before\";i:7399;s:10:\"size_after\";i:7008;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:824;s:11:\"size_before\";i:13294;s:10:\"size_after\";i:12470;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:534;s:11:\"size_before\";i:8973;s:10:\"size_after\";i:8439;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:19133;s:10:\"size_after\";i:18028;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:612;s:11:\"size_before\";i:10313;s:10:\"size_after\";i:9701;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:22189;s:10:\"size_after\";i:20897;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:17727;s:10:\"size_after\";i:16683;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:540;s:11:\"size_before\";i:8959;s:10:\"size_after\";i:8419;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:804;s:11:\"size_before\";i:12723;s:10:\"size_after\";i:11919;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:275;s:11:\"size_before\";i:4709;s:10:\"size_after\";i:4434;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25708;s:10:\"size_after\";i:25708;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7008;s:10:\"size_after\";i:7008;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:1910;s:11:\"size_before\";i:26034;s:10:\"size_after\";i:24124;s:4:\"time\";d:0.01;}}}'),(24221,4195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:142;s:4:\"file\";s:42:\"2019/03/ECTSD-_-Register-Now-_-728x142.jpg\";s:5:\"sizes\";a:34:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"ECTSD-_-Register-Now-_-728x142-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"ECTSD-_-Register-Now-_-728x142-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-218x142.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-265x142.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-324x142.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-356x142.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-356x142.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-485x142.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-533x142.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-534x142.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-696x136.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-696x142.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"ECTSD-_-Register-Now-_-728x142-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"ECTSD-_-Register-Now-_-728x142-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-351x142.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-351x142.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-343x142.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-233x142.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-536x142.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-269x142.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-600x142.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-474x142.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-235x142.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-326x142.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"ECTSD-_-Register-Now-_-728x142-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-702x142.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"ECTSD-_-Register-Now-_-728x142-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24222,4102,'xyz_fbap','1'),(24226,4102,'_wpas_done_all','1'),(24233,4130,'xyz_fbap','1'),(24237,4130,'_wp_old_date','2019-03-11'),(24238,4130,'_wpas_done_all','1'),(24239,4199,'_edit_last','1'),(24240,4199,'_edit_lock','1552575460:1'),(24241,4200,'_wp_attached_file','2019/03/ukh_logo_-_hi_res-1.jpg'),(24242,4200,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.722354531054421;s:5:\"bytes\";i:265818;s:11:\"size_before\";i:1805540;s:10:\"size_after\";i:1539722;s:4:\"time\";d:0.76000000000000034;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:735;s:11:\"size_before\";i:6845;s:10:\"size_after\";i:6110;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.789999999999999;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:12121;s:10:\"size_after\";i:10692;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000001;s:5:\"bytes\";i:12635;s:11:\"size_before\";i:72734;s:10:\"size_after\";i:60099;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:321;s:11:\"size_before\";i:3887;s:10:\"size_after\";i:3566;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.84;s:5:\"bytes\";i:11071;s:11:\"size_before\";i:74582;s:10:\"size_after\";i:63511;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.359999999999999;s:5:\"bytes\";i:6466;s:11:\"size_before\";i:42086;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:14165;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12597;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:611;s:11:\"size_before\";i:5981;s:10:\"size_after\";i:5370;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:776;s:11:\"size_before\";i:7483;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.380000000000001;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:14097;s:10:\"size_after\";i:12493;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.130000000000001;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:14499;s:10:\"size_after\";i:12596;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:5005;s:11:\"size_before\";i:30872;s:10:\"size_after\";i:25867;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:10257;s:10:\"size_after\";i:9170;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67;s:5:\"bytes\";i:6102;s:11:\"size_before\";i:38933;s:10:\"size_after\";i:32831;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:2822;s:11:\"size_before\";i:23477;s:10:\"size_after\";i:20655;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:11445;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.48;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:13119;s:10:\"size_after\";i:11613;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:469;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4423;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6707;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.960000000000001;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:23586;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.31;s:5:\"bytes\";i:6942;s:11:\"size_before\";i:45342;s:10:\"size_after\";i:38400;s:4:\"time\";d:0.01;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.77;s:5:\"bytes\";i:39017;s:11:\"size_before\";i:219562;s:10:\"size_after\";i:180545;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.859999999999999;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:13019;s:10:\"size_after\";i:11605;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.630000000000001;s:5:\"bytes\";i:33944;s:11:\"size_before\";i:217169;s:10:\"size_after\";i:183225;s:4:\"time\";d:0.059999999999999998;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.34;s:5:\"bytes\";i:21193;s:11:\"size_before\";i:129702;s:10:\"size_after\";i:108509;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.59;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:54255;s:10:\"size_after\";i:45795;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.85;s:5:\"bytes\";i:3139;s:11:\"size_before\";i:22660;s:10:\"size_after\";i:19521;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:26340;s:10:\"size_after\";i:22796;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.369999999999999;s:5:\"bytes\";i:8143;s:11:\"size_before\";i:52986;s:10:\"size_after\";i:44843;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999;s:5:\"bytes\";i:7166;s:11:\"size_before\";i:51371;s:10:\"size_after\";i:44205;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999999;s:5:\"bytes\";i:16970;s:11:\"size_before\";i:101490;s:10:\"size_after\";i:84520;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.779999999999999;s:5:\"bytes\";i:5594;s:11:\"size_before\";i:37847;s:10:\"size_after\";i:32253;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000002;s:5:\"bytes\";i:20945;s:11:\"size_before\";i:124999;s:10:\"size_after\";i:104054;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.789999999999999;s:5:\"bytes\";i:12187;s:11:\"size_before\";i:82380;s:10:\"size_after\";i:70193;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.91;s:5:\"bytes\";i:6480;s:11:\"size_before\";i:43458;s:10:\"size_after\";i:36978;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.779999999999999;s:5:\"bytes\";i:7930;s:11:\"size_before\";i:50243;s:10:\"size_after\";i:42313;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.779999999999999;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:17112;s:10:\"size_after\";i:15097;s:4:\"time\";d:0.02;}}}'),(24243,4200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1767;s:4:\"file\";s:31:\"2019/03/ukh_logo_-_hi_res-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-1-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"ukh_logo_-_hi_res-1-1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-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:31:\"ukh_logo_-_hi_res-1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-1-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24244,4200,'_wp_attachment_image_alt','UK Government: UKHospitality reaction to the No Deal tariffs on food'),(24245,4199,'_thumbnail_id','4200'),(24246,4199,'xyz_fbap','1'),(24250,4199,'_adinserter_block_exceptions',''),(24251,4199,'slide_template','default'),(24252,4199,'_bunyad_featured_post','0'),(24253,4199,'_bunyad_cat_label','0'),(24254,4199,'_bunyad_featured_disable','0'),(24255,4199,'_bunyad_bg_image_bg_type','cover'),(24256,4199,'_bunyad_reviews','0'),(24257,4199,'_bunyad_review_pos','none'),(24258,4199,'_bunyad_review_type','points'),(24259,4199,'_bunyad_review_verdict','Awesome'),(24260,4199,'_yoast_wpseo_focuskw','government'),(24261,4199,'_yoast_wpseo_title','UK Government: UKHospitality reaction to the No Deal tariffs on food'),(24262,4199,'_yoast_wpseo_metadesc','It is most welcome that Government is realising that the UK’s tax and regulatory environment needs to keep pace with the way the world is changing'),(24263,4199,'_yoast_wpseo_linkdex','92'),(24264,4199,'_yoast_wpseo_content_score','30'),(24265,4199,'_wp_old_slug','government-ukhospitality-reaction-tariffs-food'),(24266,4199,'_yoast_wpseo_primary_category','8'),(24267,4199,'_wpas_done_all','1'),(24268,4202,'_edit_last','1'),(24269,4202,'_edit_lock','1553105942:1'),(24270,4203,'_wp_attached_file','2019/03/BREXIT-BOX.jpg'),(24271,4203,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5989823699683008;s:5:\"bytes\";i:153427;s:11:\"size_before\";i:2325010;s:10:\"size_after\";i:2171583;s:4:\"time\";d:1.0000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:432;s:11:\"size_before\";i:8413;s:10:\"size_after\";i:7981;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:958;s:11:\"size_before\";i:19369;s:10:\"size_after\";i:18411;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:8676;s:11:\"size_before\";i:146278;s:10:\"size_after\";i:137602;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:289;s:11:\"size_before\";i:4382;s:10:\"size_after\";i:4093;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:6418;s:11:\"size_before\";i:113373;s:10:\"size_after\";i:106955;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:3177;s:11:\"size_before\";i:58154;s:10:\"size_after\";i:54977;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54977;s:10:\"size_after\";i:54977;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:20344;s:10:\"size_after\";i:19257;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19257;s:10:\"size_after\";i:19257;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:363;s:11:\"size_before\";i:7344;s:10:\"size_after\";i:6981;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:569;s:11:\"size_before\";i:10181;s:10:\"size_after\";i:9612;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:21991;s:10:\"size_after\";i:20849;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:23013;s:10:\"size_after\";i:21790;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:2725;s:11:\"size_before\";i:50476;s:10:\"size_after\";i:47751;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:837;s:11:\"size_before\";i:15563;s:10:\"size_after\";i:14726;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:61480;s:10:\"size_after\";i:58046;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:1652;s:11:\"size_before\";i:31443;s:10:\"size_after\";i:29791;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:849;s:11:\"size_before\";i:16149;s:10:\"size_after\";i:15300;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:983;s:11:\"size_before\";i:19944;s:10:\"size_after\";i:18961;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:321;s:11:\"size_before\";i:5530;s:10:\"size_after\";i:5209;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54977;s:10:\"size_after\";i:54977;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9612;s:10:\"size_after\";i:9612;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:2607;s:11:\"size_before\";i:36606;s:10:\"size_after\";i:33999;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:6244;s:11:\"size_before\";i:83752;s:10:\"size_after\";i:77508;s:4:\"time\";d:0.059999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:17745;s:10:\"size_after\";i:16486;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:17021;s:11:\"size_before\";i:225471;s:10:\"size_after\";i:208450;s:4:\"time\";d:0.13;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:6382;s:11:\"size_before\";i:86252;s:10:\"size_after\";i:79870;s:4:\"time\";d:0.050000000000000003;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:2183;s:11:\"size_before\";i:32011;s:10:\"size_after\";i:29828;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:3226;s:11:\"size_before\";i:43325;s:10:\"size_after\";i:40099;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:7078;s:11:\"size_before\";i:93657;s:10:\"size_after\";i:86579;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:7674;s:11:\"size_before\";i:98670;s:10:\"size_after\";i:90996;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:16710;s:11:\"size_before\";i:208158;s:10:\"size_after\";i:191448;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:4955;s:11:\"size_before\";i:67494;s:10:\"size_after\";i:62539;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:19789;s:11:\"size_before\";i:249772;s:10:\"size_after\";i:229983;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:10035;s:11:\"size_before\";i:131487;s:10:\"size_after\";i:121452;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:5114;s:11:\"size_before\";i:69497;s:10:\"size_after\";i:64383;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:6432;s:11:\"size_before\";i:86389;s:10:\"size_after\";i:79957;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:22474;s:10:\"size_after\";i:20891;s:4:\"time\";d:0.01;}}}'),(24272,4203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1572;s:6:\"height\";i:1249;s:4:\"file\";s:22:\"2019/03/BREXIT-BOX.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-768x610.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"BREXIT-BOX-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"BREXIT-BOX-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-696x553.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"BREXIT-BOX-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"BREXIT-BOX-1068x849.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-529x420.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-150x150.jpg\";s:5:\"width\";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:\"BREXIT-BOX-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"BREXIT-BOX-1024x814.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"BREXIT-BOX-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:23:\"BREXIT-BOX-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:21:\"BREXIT-BOX-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:22:\"BREXIT-BOX-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"LEICA SL (Typ 601)\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539867395\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24273,4203,'_wp_attachment_image_alt','Italian deli Diforti launches Brexit Box incase of food shortages'),(24274,4202,'_thumbnail_id','4203'),(24275,4202,'_adinserter_block_exceptions',''),(24276,4202,'slide_template','default'),(24277,4202,'_bunyad_featured_post','0'),(24278,4202,'_bunyad_cat_label','0'),(24279,4202,'_bunyad_featured_disable','0'),(24280,4202,'_bunyad_bg_image_bg_type','cover'),(24281,4202,'_bunyad_reviews','0'),(24282,4202,'_bunyad_review_pos','none'),(24283,4202,'_bunyad_review_type','points'),(24284,4202,'_bunyad_review_verdict','Awesome'),(24285,4202,'_yoast_wpseo_focuskw','diforti'),(24286,4202,'_yoast_wpseo_title','Italian deli Diforti launches Brexit Box incase of food shortages'),(24287,4202,'_yoast_wpseo_metadesc','Popular Italian delicatessen Diforti has launched a Brexit Box to help shoppers prepare for shortages of their favourite foods'),(24288,4202,'_yoast_wpseo_linkdex','95'),(24289,4202,'_yoast_wpseo_content_score','30'),(24290,4202,'_yoast_wpseo_primary_category','3'),(24291,4206,'_edit_last','1'),(24292,4206,'_edit_lock','1552650486:1'),(24293,4207,'_wp_attached_file','2019/03/Cocktails-at-Kahani.jpg'),(24294,4207,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1742451137253376;s:5:\"bytes\";i:68667;s:11:\"size_before\";i:1645016;s:10:\"size_after\";i:1576349;s:4:\"time\";d:0.87000000000000055;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:395;s:11:\"size_before\";i:7063;s:10:\"size_after\";i:6668;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:578;s:11:\"size_before\";i:13876;s:10:\"size_after\";i:13298;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6099999999999999;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:92646;s:10:\"size_after\";i:90226;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:252;s:11:\"size_before\";i:3870;s:10:\"size_after\";i:3618;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7999999999999998;s:5:\"bytes\";i:2006;s:11:\"size_before\";i:71612;s:10:\"size_after\";i:69606;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6200000000000001;s:5:\"bytes\";i:950;s:11:\"size_before\";i:36294;s:10:\"size_after\";i:35344;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35344;s:10:\"size_after\";i:35344;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:634;s:11:\"size_before\";i:14392;s:10:\"size_after\";i:13758;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13758;s:10:\"size_after\";i:13758;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:395;s:11:\"size_before\";i:7053;s:10:\"size_after\";i:6658;s:4:\"time\";d:0.070000000000000007;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:432;s:11:\"size_before\";i:8359;s:10:\"size_after\";i:7927;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:650;s:11:\"size_before\";i:16261;s:10:\"size_after\";i:15611;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:726;s:11:\"size_before\";i:17045;s:10:\"size_after\";i:16319;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:36706;s:10:\"size_after\";i:35644;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:501;s:11:\"size_before\";i:12328;s:10:\"size_after\";i:11827;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:46126;s:10:\"size_after\";i:44793;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:709;s:11:\"size_before\";i:21156;s:10:\"size_after\";i:20447;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:585;s:11:\"size_before\";i:12811;s:10:\"size_after\";i:12226;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:649;s:11:\"size_before\";i:15191;s:10:\"size_after\";i:14542;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:266;s:11:\"size_before\";i:4734;s:10:\"size_after\";i:4468;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35344;s:10:\"size_after\";i:35344;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7927;s:10:\"size_after\";i:7927;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:1680;s:11:\"size_before\";i:27882;s:10:\"size_after\";i:26202;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:56405;s:10:\"size_after\";i:53516;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:905;s:11:\"size_before\";i:14688;s:10:\"size_after\";i:13783;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:6177;s:11:\"size_before\";i:152479;s:10:\"size_after\";i:146302;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:2707;s:11:\"size_before\";i:57584;s:10:\"size_after\";i:54877;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:27678;s:10:\"size_after\";i:26017;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1830;s:11:\"size_before\";i:32199;s:10:\"size_after\";i:30369;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:3246;s:11:\"size_before\";i:65455;s:10:\"size_after\";i:62209;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:3924;s:11:\"size_before\";i:70120;s:10:\"size_after\";i:66196;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:6823;s:11:\"size_before\";i:151690;s:10:\"size_after\";i:144867;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:2711;s:11:\"size_before\";i:50131;s:10:\"size_after\";i:47420;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:8896;s:11:\"size_before\";i:192326;s:10:\"size_after\";i:183430;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:3695;s:11:\"size_before\";i:86815;s:10:\"size_after\";i:83120;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:2841;s:11:\"size_before\";i:51505;s:10:\"size_after\";i:48664;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:3101;s:11:\"size_before\";i:61274;s:10:\"size_after\";i:58173;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:16889;s:10:\"size_after\";i:15851;s:4:\"time\";d:0.01;}}}'),(24295,4207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/03/Cocktails-at-Kahani.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Cocktails-at-Kahani-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Cocktails-at-Kahani-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Cocktails-at-Kahani-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Cocktails-at-Kahani-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Cocktails-at-Kahani-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Cocktails-at-Kahani-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Cocktails-at-Kahani-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Cocktails-at-Kahani-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Cocktails-at-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Ming Tang-Evans\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24296,4208,'_wp_attached_file','2019/03/Dessert-at-Kahani.jpg'),(24297,4208,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0639880346158099;s:5:\"bytes\";i:43507;s:11:\"size_before\";i:859145;s:10:\"size_after\";i:815638;s:4:\"time\";d:0.72000000000000031;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4108;s:10:\"size_after\";i:3914;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6958;s:10:\"size_after\";i:6627;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:3022;s:11:\"size_before\";i:44439;s:10:\"size_after\";i:41417;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:134;s:11:\"size_before\";i:2431;s:10:\"size_after\";i:2297;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:2459;s:11:\"size_before\";i:38743;s:10:\"size_after\";i:36284;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1049;s:11:\"size_before\";i:19321;s:10:\"size_after\";i:18272;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18272;s:10:\"size_after\";i:18272;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:342;s:11:\"size_before\";i:7386;s:10:\"size_after\";i:7044;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7044;s:10:\"size_after\";i:7044;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:167;s:11:\"size_before\";i:3982;s:10:\"size_after\";i:3815;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:261;s:11:\"size_before\";i:4366;s:10:\"size_after\";i:4105;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:436;s:11:\"size_before\";i:7935;s:10:\"size_after\";i:7499;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:395;s:11:\"size_before\";i:9478;s:10:\"size_after\";i:9083;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:978;s:11:\"size_before\";i:17524;s:10:\"size_after\";i:16546;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:290;s:11:\"size_before\";i:6272;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:21991;s:10:\"size_after\";i:20849;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:613;s:11:\"size_before\";i:11111;s:10:\"size_after\";i:10498;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:309;s:11:\"size_before\";i:6740;s:10:\"size_after\";i:6431;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:373;s:11:\"size_before\";i:7404;s:10:\"size_after\";i:7031;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:146;s:11:\"size_before\";i:2728;s:10:\"size_after\";i:2582;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18272;s:10:\"size_after\";i:18272;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4105;s:10:\"size_after\";i:4105;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:637;s:11:\"size_before\";i:14368;s:10:\"size_after\";i:13731;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:27704;s:10:\"size_after\";i:26419;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:373;s:11:\"size_before\";i:7842;s:10:\"size_after\";i:7469;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:5224;s:11:\"size_before\";i:90175;s:10:\"size_after\";i:84951;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:30389;s:10:\"size_after\";i:28827;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:626;s:11:\"size_before\";i:13710;s:10:\"size_after\";i:13084;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:715;s:11:\"size_before\";i:15685;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:1611;s:11:\"size_before\";i:32489;s:10:\"size_after\";i:30878;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:1820;s:11:\"size_before\";i:37996;s:10:\"size_after\";i:36176;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:4425;s:11:\"size_before\";i:78702;s:10:\"size_after\";i:74277;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:24690;s:10:\"size_after\";i:23619;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:5989;s:11:\"size_before\";i:101776;s:10:\"size_after\";i:95787;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:2545;s:11:\"size_before\";i:48005;s:10:\"size_after\";i:45460;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:25973;s:10:\"size_after\";i:24773;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:30109;s:10:\"size_after\";i:28718;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:392;s:11:\"size_before\";i:8922;s:10:\"size_after\";i:8530;s:4:\"time\";d:0.01;}}}'),(24298,4208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2019/03/Dessert-at-Kahani.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Dessert-at-Kahani-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Dessert-at-Kahani-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Dessert-at-Kahani-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Dessert-at-Kahani-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-150x150.jpg\";s:5:\"width\";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:\"Dessert-at-Kahani-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Dessert-at-Kahani-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Dessert-at-Kahani-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"Dessert-at-Kahani-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"Dessert-at-Kahani-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"Dessert-at-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Ming Tang-Evans\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24299,4209,'_wp_attached_file','2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph.jpg'),(24300,4209,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5621069938377072;s:5:\"bytes\";i:63098;s:11:\"size_before\";i:1383089;s:10:\"size_after\";i:1319991;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:474;s:11:\"size_before\";i:6690;s:10:\"size_after\";i:6216;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:660;s:11:\"size_before\";i:13183;s:10:\"size_after\";i:12523;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:1634;s:11:\"size_before\";i:74037;s:10:\"size_after\";i:72403;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:336;s:11:\"size_before\";i:4084;s:10:\"size_after\";i:3748;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2999999999999998;s:5:\"bytes\";i:1397;s:11:\"size_before\";i:60849;s:10:\"size_after\";i:59452;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:918;s:11:\"size_before\";i:32205;s:10:\"size_after\";i:31287;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31287;s:10:\"size_after\";i:31287;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:641;s:11:\"size_before\";i:13472;s:10:\"size_after\";i:12831;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12831;s:10:\"size_after\";i:12831;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:478;s:11:\"size_before\";i:6859;s:10:\"size_after\";i:6381;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8199;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:700;s:11:\"size_before\";i:14965;s:10:\"size_after\";i:14265;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:621;s:11:\"size_before\";i:13743;s:10:\"size_after\";i:13122;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:30852;s:10:\"size_after\";i:29814;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:621;s:11:\"size_before\";i:11745;s:10:\"size_after\";i:11124;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:37727;s:10:\"size_after\";i:36602;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:749;s:11:\"size_before\";i:19495;s:10:\"size_after\";i:18746;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:672;s:11:\"size_before\";i:11595;s:10:\"size_after\";i:10923;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:705;s:11:\"size_before\";i:14028;s:10:\"size_after\";i:13323;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:318;s:11:\"size_before\";i:4781;s:10:\"size_after\";i:4463;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31287;s:10:\"size_after\";i:31287;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7700;s:10:\"size_after\";i:7700;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:23082;s:10:\"size_after\";i:21467;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:2683;s:11:\"size_before\";i:47161;s:10:\"size_after\";i:44478;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:1128;s:11:\"size_before\";i:13651;s:10:\"size_after\";i:12523;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:6501;s:11:\"size_before\";i:133156;s:10:\"size_after\";i:126655;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:48982;s:10:\"size_after\";i:46324;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:1648;s:11:\"size_before\";i:23711;s:10:\"size_after\";i:22063;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:28648;s:10:\"size_after\";i:26763;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:2950;s:11:\"size_before\";i:54425;s:10:\"size_after\";i:51475;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:50651;s:10:\"size_after\";i:47943;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:5802;s:11:\"size_before\";i:121005;s:10:\"size_after\";i:115203;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:2497;s:11:\"size_before\";i:42107;s:10:\"size_after\";i:39610;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:7349;s:11:\"size_before\";i:152946;s:10:\"size_after\";i:145597;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:3568;s:11:\"size_before\";i:73982;s:10:\"size_after\";i:70414;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:2524;s:11:\"size_before\";i:41483;s:10:\"size_after\";i:38959;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:2810;s:11:\"size_before\";i:50728;s:10:\"size_after\";i:47918;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:15757;s:10:\"size_after\";i:14571;s:4:\"time\";d:0.01;}}}'),(24301,4209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:53:\"2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:51:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:52:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:54:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:54:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:52:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:53:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24302,4207,'_wp_attachment_image_alt','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother'),(24303,4210,'_wp_attached_file','2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph-II.jpg'),(24304,4210,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4498890243000471;s:5:\"bytes\";i:66783;s:11:\"size_before\";i:1500779;s:10:\"size_after\";i:1433996;s:4:\"time\";d:0.71000000000000019;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:334;s:11:\"size_before\";i:6311;s:10:\"size_after\";i:5977;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:570;s:11:\"size_before\";i:13544;s:10:\"size_after\";i:12974;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:2064;s:11:\"size_before\";i:82495;s:10:\"size_after\";i:80431;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:221;s:11:\"size_before\";i:3813;s:10:\"size_after\";i:3592;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:70007;s:10:\"size_after\";i:68106;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:36639;s:10:\"size_after\";i:35466;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35466;s:10:\"size_after\";i:35466;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:623;s:11:\"size_before\";i:14337;s:10:\"size_after\";i:13714;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13714;s:10:\"size_after\";i:13714;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:341;s:11:\"size_before\";i:6676;s:10:\"size_after\";i:6335;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:374;s:11:\"size_before\";i:8321;s:10:\"size_after\";i:7947;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:700;s:11:\"size_before\";i:15739;s:10:\"size_after\";i:15039;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:523;s:11:\"size_before\";i:12963;s:10:\"size_after\";i:12440;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1051;s:11:\"size_before\";i:32848;s:10:\"size_after\";i:31797;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:522;s:11:\"size_before\";i:11871;s:10:\"size_after\";i:11349;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:39447;s:10:\"size_after\";i:38262;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:848;s:11:\"size_before\";i:21569;s:10:\"size_after\";i:20721;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:469;s:11:\"size_before\";i:11105;s:10:\"size_after\";i:10636;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:615;s:11:\"size_before\";i:14639;s:10:\"size_after\";i:14024;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:275;s:11:\"size_before\";i:4875;s:10:\"size_after\";i:4600;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35466;s:10:\"size_after\";i:35466;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7947;s:10:\"size_after\";i:7947;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:22215;s:10:\"size_after\";i:20891;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:51656;s:10:\"size_after\";i:48843;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:859;s:11:\"size_before\";i:13164;s:10:\"size_after\";i:12305;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:7758;s:11:\"size_before\";i:152525;s:10:\"size_after\";i:144767;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:2951;s:11:\"size_before\";i:54988;s:10:\"size_after\";i:52037;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1402;s:11:\"size_before\";i:23888;s:10:\"size_after\";i:22486;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:30635;s:10:\"size_after\";i:28829;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:3199;s:11:\"size_before\";i:59998;s:10:\"size_after\";i:56799;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:2543;s:11:\"size_before\";i:49969;s:10:\"size_after\";i:47426;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:6801;s:11:\"size_before\";i:133034;s:10:\"size_after\";i:126233;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2478;s:11:\"size_before\";i:45036;s:10:\"size_after\";i:42558;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:8406;s:11:\"size_before\";i:165182;s:10:\"size_after\";i:156776;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:4441;s:11:\"size_before\";i:84678;s:10:\"size_after\";i:80237;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:2130;s:11:\"size_before\";i:40939;s:10:\"size_after\";i:38809;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:2960;s:11:\"size_before\";i:56112;s:10:\"size_after\";i:53152;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:16968;s:10:\"size_after\";i:15845;s:4:\"time\";d:0.01;}}}'),(24305,4210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:56:\"2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph-II.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-150x150.jpg\";s:5:\"width\";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:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:57:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:55:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:56:\"In-the-kitchen-with-Kahani_s-Peter-Joseph-II-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24306,4206,'_thumbnail_id','4212'),(24307,4206,'_adinserter_block_exceptions',''),(24308,4206,'slide_template','default'),(24309,4206,'_bunyad_featured_post','0'),(24310,4206,'_bunyad_cat_label','0'),(24311,4206,'_bunyad_featured_disable','0'),(24312,4206,'_bunyad_bg_image_bg_type','cover'),(24313,4206,'_bunyad_reviews','0'),(24314,4206,'_bunyad_review_pos','none'),(24315,4206,'_bunyad_review_type','points'),(24316,4206,'_bunyad_review_verdict','Awesome'),(24317,4206,'_yoast_wpseo_focuskw','michelin-starred'),(24318,4206,'_yoast_wpseo_title','Michelin-starred chef Peter Joseph will share the skills taught to him'),(24319,4206,'_yoast_wpseo_linkdex','99'),(24320,4206,'_yoast_wpseo_content_score','30'),(24321,4206,'_yoast_wpseo_primary_category','3'),(24322,4212,'_wp_attached_file','2019/03/Kahani-dishes.jpg'),(24323,4212,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8754339734936538;s:5:\"bytes\";i:191304;s:11:\"size_before\";i:2782428;s:10:\"size_after\";i:2591124;s:4:\"time\";d:0.9500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:822;s:11:\"size_before\";i:9945;s:10:\"size_after\";i:9123;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:1400;s:11:\"size_before\";i:19433;s:10:\"size_after\";i:18033;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:9178;s:11:\"size_before\";i:160255;s:10:\"size_after\";i:151077;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9199999999999999;s:5:\"bytes\";i:468;s:11:\"size_before\";i:5246;s:10:\"size_after\";i:4778;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:8041;s:11:\"size_before\";i:136751;s:10:\"size_after\";i:128710;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:4351;s:11:\"size_before\";i:65306;s:10:\"size_after\";i:60955;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60955;s:10:\"size_after\";i:60955;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1527;s:11:\"size_before\";i:21613;s:10:\"size_after\";i:20086;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20086;s:10:\"size_after\";i:20086;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:756;s:11:\"size_before\";i:9618;s:10:\"size_after\";i:8862;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:796;s:11:\"size_before\";i:10924;s:10:\"size_after\";i:10128;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:1662;s:11:\"size_before\";i:23418;s:10:\"size_after\";i:21756;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:25459;s:10:\"size_after\";i:23522;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:3786;s:11:\"size_before\";i:58095;s:10:\"size_after\";i:54309;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:17491;s:10:\"size_after\";i:16212;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:5020;s:11:\"size_before\";i:76424;s:10:\"size_after\";i:71404;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:2475;s:11:\"size_before\";i:34898;s:10:\"size_after\";i:32423;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:1514;s:11:\"size_before\";i:19259;s:10:\"size_after\";i:17745;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:21459;s:10:\"size_after\";i:19951;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:493;s:11:\"size_before\";i:6219;s:10:\"size_after\";i:5726;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60955;s:10:\"size_after\";i:60955;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10128;s:10:\"size_after\";i:10128;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:43255;s:10:\"size_after\";i:39400;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:6825;s:11:\"size_before\";i:89095;s:10:\"size_after\";i:82270;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6699999999999999;s:5:\"bytes\";i:2088;s:11:\"size_before\";i:21602;s:10:\"size_after\";i:19514;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:20664;s:11:\"size_before\";i:293109;s:10:\"size_after\";i:272445;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8799999999999999;s:5:\"bytes\";i:7722;s:11:\"size_before\";i:97969;s:10:\"size_after\";i:90247;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:3740;s:11:\"size_before\";i:41490;s:10:\"size_after\";i:37750;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:3869;s:11:\"size_before\";i:47736;s:10:\"size_after\";i:43867;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:8169;s:11:\"size_before\";i:106256;s:10:\"size_after\";i:98087;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:9454;s:11:\"size_before\";i:116164;s:10:\"size_after\";i:106710;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:18643;s:11:\"size_before\";i:264157;s:10:\"size_after\";i:245514;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:6172;s:11:\"size_before\";i:78911;s:10:\"size_after\";i:72739;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:23870;s:11:\"size_before\";i:341460;s:10:\"size_after\";i:317590;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:11955;s:11:\"size_before\";i:158665;s:10:\"size_after\";i:146710;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995;s:5:\"bytes\";i:7437;s:11:\"size_before\";i:85592;s:10:\"size_after\";i:78155;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:7574;s:11:\"size_before\";i:97798;s:10:\"size_after\";i:90224;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:2254;s:11:\"size_before\";i:25232;s:10:\"size_after\";i:22978;s:4:\"time\";d:0.01;}}}'),(24324,4212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2019/03/Kahani-dishes.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Kahani-dishes-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Kahani-dishes-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Kahani-dishes-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Kahani-dishes-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-150x150.jpg\";s:5:\"width\";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:\"Kahani-dishes-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Kahani-dishes-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Kahani-dishes-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:26:\"Kahani-dishes-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:24:\"Kahani-dishes-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:25:\"Kahani-dishes-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Ming Tang-Evans\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:42:\"Kahani, 1 Wilbraham Place, London SW1X 9AE\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:42:\"Kahani, 1 Wilbraham Place, London SW1X 9AE\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24325,4213,'_wp_attached_file','2019/03/Peter-Joseph-at-Kahani.jpg'),(24326,4213,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9137801484167483;s:5:\"bytes\";i:58025;s:11:\"size_before\";i:1482582;s:10:\"size_after\";i:1424557;s:4:\"time\";d:1.2700000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:298;s:11:\"size_before\";i:5861;s:10:\"size_after\";i:5563;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:428;s:11:\"size_before\";i:11457;s:10:\"size_after\";i:11029;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:2920;s:11:\"size_before\";i:89481;s:10:\"size_after\";i:86561;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:217;s:11:\"size_before\";i:3447;s:10:\"size_after\";i:3230;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:2643;s:11:\"size_before\";i:79745;s:10:\"size_after\";i:77102;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:1517;s:11:\"size_before\";i:40116;s:10:\"size_after\";i:38599;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38599;s:10:\"size_after\";i:38599;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:611;s:11:\"size_before\";i:14111;s:10:\"size_after\";i:13500;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13500;s:10:\"size_after\";i:13500;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:316;s:11:\"size_before\";i:6060;s:10:\"size_after\";i:5744;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:378;s:11:\"size_before\";i:7633;s:10:\"size_after\";i:7255;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:693;s:11:\"size_before\";i:15396;s:10:\"size_after\";i:14703;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:548;s:11:\"size_before\";i:13407;s:10:\"size_after\";i:12859;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:1301;s:11:\"size_before\";i:35370;s:10:\"size_after\";i:34069;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:506;s:11:\"size_before\";i:11502;s:10:\"size_after\";i:10996;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:45952;s:10:\"size_after\";i:44329;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:838;s:11:\"size_before\";i:22234;s:10:\"size_after\";i:21396;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:441;s:11:\"size_before\";i:10982;s:10:\"size_after\";i:10541;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:640;s:11:\"size_before\";i:14357;s:10:\"size_after\";i:13717;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:279;s:11:\"size_before\";i:4466;s:10:\"size_after\";i:4187;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38599;s:10:\"size_after\";i:38599;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7255;s:10:\"size_after\";i:7255;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:1239;s:11:\"size_before\";i:24136;s:10:\"size_after\";i:22897;s:4:\"time\";d:0.53000000000000003;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:51798;s:10:\"size_after\";i:49628;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:765;s:11:\"size_before\";i:12964;s:10:\"size_after\";i:12199;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:2828;s:11:\"size_before\";i:60858;s:10:\"size_after\";i:58030;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:24844;s:10:\"size_after\";i:23542;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:31548;s:10:\"size_after\";i:29983;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:3043;s:11:\"size_before\";i:66359;s:10:\"size_after\";i:63316;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:59278;s:10:\"size_after\";i:56858;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:6206;s:11:\"size_before\";i:152939;s:10:\"size_after\";i:146733;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:2200;s:11:\"size_before\";i:49290;s:10:\"size_after\";i:47090;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:7925;s:11:\"size_before\";i:198007;s:10:\"size_after\";i:190082;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:4220;s:11:\"size_before\";i:95209;s:10:\"size_after\";i:90989;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:2194;s:11:\"size_before\";i:47314;s:10:\"size_after\";i:45120;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:2757;s:11:\"size_before\";i:61593;s:10:\"size_after\";i:58836;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:994;s:11:\"size_before\";i:16915;s:10:\"size_after\";i:15921;s:4:\"time\";d:0.01;}}}'),(24327,4213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:34:\"2019/03/Peter-Joseph-at-Kahani.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Peter-Joseph-at-Kahani-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Peter-Joseph-at-Kahani-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Peter-Joseph-at-Kahani-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Peter-Joseph-at-Kahani-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Peter-Joseph-at-Kahani-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Peter-Joseph-at-Kahani-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Peter-Joseph-at-Kahani-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Peter-Joseph-at-Kahani-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"Peter-Joseph-at-Kahani-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"Peter-Joseph-at-Kahani-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"Peter-Joseph-at-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"Ming Tang-Evans\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:56:\"Peter Joseph; Kahani, 1 Wilbraham Place, London SW1X 9AE\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:56:\"Peter Joseph; Kahani, 1 Wilbraham Place, London SW1X 9AE\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24328,4214,'_wp_attached_file','2019/03/Peter-Joseph-Kahani.jpg'),(24329,4214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.404329413719235;s:5:\"bytes\";i:42622;s:11:\"size_before\";i:1251994;s:10:\"size_after\";i:1209372;s:4:\"time\";d:0.85000000000000031;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:321;s:11:\"size_before\";i:5852;s:10:\"size_after\";i:5531;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:483;s:11:\"size_before\";i:11904;s:10:\"size_after\";i:11421;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6799999999999999;s:5:\"bytes\";i:1136;s:11:\"size_before\";i:67686;s:10:\"size_after\";i:66550;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:268;s:11:\"size_before\";i:3690;s:10:\"size_after\";i:3422;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.72;s:5:\"bytes\";i:974;s:11:\"size_before\";i:56668;s:10:\"size_after\";i:55694;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3799999999999999;s:5:\"bytes\";i:708;s:11:\"size_before\";i:29767;s:10:\"size_after\";i:29059;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29059;s:10:\"size_after\";i:29059;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:469;s:11:\"size_before\";i:12284;s:10:\"size_after\";i:11815;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11815;s:10:\"size_after\";i:11815;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:341;s:11:\"size_before\";i:6104;s:10:\"size_after\";i:5763;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:381;s:11:\"size_before\";i:7490;s:10:\"size_after\";i:7109;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:502;s:11:\"size_before\";i:13655;s:10:\"size_after\";i:13153;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:406;s:11:\"size_before\";i:11987;s:10:\"size_after\";i:11581;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:704;s:11:\"size_before\";i:27733;s:10:\"size_after\";i:27029;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:444;s:11:\"size_before\";i:10581;s:10:\"size_after\";i:10137;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1499999999999999;s:5:\"bytes\";i:716;s:11:\"size_before\";i:33309;s:10:\"size_after\";i:32593;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:526;s:11:\"size_before\";i:17825;s:10:\"size_after\";i:17299;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:416;s:11:\"size_before\";i:10216;s:10:\"size_after\";i:9800;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:490;s:11:\"size_before\";i:12783;s:10:\"size_after\";i:12293;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:269;s:11:\"size_before\";i:4445;s:10:\"size_after\";i:4176;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29059;s:10:\"size_after\";i:29059;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7109;s:10:\"size_after\";i:7109;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1099;s:11:\"size_before\";i:20119;s:10:\"size_after\";i:19020;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:43082;s:10:\"size_after\";i:41186;s:4:\"time\";d:0.059999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:803;s:11:\"size_before\";i:12016;s:10:\"size_after\";i:11213;s:4:\"time\";d:0.029999999999999999;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:4064;s:11:\"size_before\";i:120684;s:10:\"size_after\";i:116620;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:1907;s:11:\"size_before\";i:45549;s:10:\"size_after\";i:43642;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:1154;s:11:\"size_before\";i:21001;s:10:\"size_after\";i:19847;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1409;s:11:\"size_before\";i:26074;s:10:\"size_after\";i:24665;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1996;s:11:\"size_before\";i:49898;s:10:\"size_after\";i:47902;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:45197;s:10:\"size_after\";i:43409;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:3668;s:11:\"size_before\";i:108554;s:10:\"size_after\";i:104886;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:1698;s:11:\"size_before\";i:38007;s:10:\"size_after\";i:36309;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:4613;s:11:\"size_before\";i:134828;s:10:\"size_after\";i:130215;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:68518;s:10:\"size_after\";i:66010;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:36260;s:10:\"size_after\";i:34692;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1992;s:11:\"size_before\";i:46636;s:10:\"size_after\";i:44644;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:905;s:11:\"size_before\";i:14550;s:10:\"size_after\";i:13645;s:4:\"time\";d:0.01;}}}'),(24330,4214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/03/Peter-Joseph-Kahani.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Peter-Joseph-Kahani-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Peter-Joseph-Kahani-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Peter-Joseph-Kahani-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Peter-Joseph-Kahani-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Peter-Joseph-Kahani-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Peter-Joseph-Kahani-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"Peter-Joseph-Kahani-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"Peter-Joseph-Kahani-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"Peter-Joseph-Kahani-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24331,4212,'_wp_attachment_image_alt','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother'),(24332,4214,'_wp_attachment_image_alt','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother'),(24333,4210,'_wp_attachment_image_alt','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother'),(24334,4206,'_yoast_wpseo_metadesc','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother with two culinary Mother’s Day Masterclasses'),(24335,4216,'_edit_last','1'),(24336,4216,'_edit_lock','1555409536:1'),(24337,4217,'_wp_attached_file','2019/03/Bohem-St-Austel-collab-2019.jpg'),(24338,4217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6323887805742645;s:5:\"bytes\";i:100362;s:11:\"size_before\";i:2166528;s:10:\"size_after\";i:2066166;s:4:\"time\";d:1.3400000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7677;s:10:\"size_after\";i:7218;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:1107;s:11:\"size_before\";i:22651;s:10:\"size_after\";i:21544;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:4950;s:11:\"size_before\";i:166912;s:10:\"size_after\";i:161962;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:299;s:11:\"size_before\";i:4310;s:10:\"size_after\";i:4011;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:2887;s:11:\"size_before\";i:94873;s:10:\"size_after\";i:91986;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1606;s:11:\"size_before\";i:46920;s:10:\"size_after\";i:45314;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45314;s:10:\"size_after\";i:45314;s:4:\"time\";d:0.38;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:804;s:11:\"size_before\";i:17156;s:10:\"size_after\";i:16352;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16352;s:10:\"size_after\";i:16352;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:513;s:11:\"size_before\";i:8064;s:10:\"size_after\";i:7551;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:556;s:11:\"size_before\";i:9752;s:10:\"size_after\";i:9196;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:948;s:11:\"size_before\";i:19540;s:10:\"size_after\";i:18592;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:997;s:11:\"size_before\";i:19212;s:10:\"size_after\";i:18215;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:1840;s:11:\"size_before\";i:45659;s:10:\"size_after\";i:43819;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:820;s:11:\"size_before\";i:14961;s:10:\"size_after\";i:14141;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:57795;s:10:\"size_after\";i:55702;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:26389;s:10:\"size_after\";i:25303;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:840;s:11:\"size_before\";i:14936;s:10:\"size_after\";i:14096;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:930;s:11:\"size_before\";i:18226;s:10:\"size_after\";i:17296;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:317;s:11:\"size_before\";i:5230;s:10:\"size_after\";i:4913;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45314;s:10:\"size_after\";i:45314;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9196;s:10:\"size_after\";i:9196;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:32507;s:10:\"size_after\";i:30338;s:4:\"time\";d:0.050000000000000003;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:5527;s:11:\"size_before\";i:97585;s:10:\"size_after\";i:92058;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:1321;s:11:\"size_before\";i:17530;s:10:\"size_after\";i:16209;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:9982;s:11:\"size_before\";i:207848;s:10:\"size_after\";i:197866;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:3988;s:11:\"size_before\";i:72360;s:10:\"size_after\";i:68372;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:33053;s:10:\"size_after\";i:30879;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:39727;s:10:\"size_after\";i:37219;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:4479;s:11:\"size_before\";i:82304;s:10:\"size_after\";i:77825;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:4511;s:11:\"size_before\";i:81428;s:10:\"size_after\";i:76917;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:9546;s:11:\"size_before\";i:197074;s:10:\"size_after\";i:187528;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:3852;s:11:\"size_before\";i:63097;s:10:\"size_after\";i:59245;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:11820;s:11:\"size_before\";i:251670;s:10:\"size_after\";i:239850;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:6006;s:11:\"size_before\";i:113516;s:10:\"size_after\";i:107510;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:3733;s:11:\"size_before\";i:63315;s:10:\"size_after\";i:59582;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:4261;s:11:\"size_before\";i:76774;s:10:\"size_after\";i:72513;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1433;s:11:\"size_before\";i:20301;s:10:\"size_after\";i:18868;s:4:\"time\";d:0.02;}}}'),(24339,4217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1414;s:4:\"file\";s:39:\"2019/03/Bohem-St-Austel-collab-2019.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-768x724.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Bohem-St-Austel-collab-2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Bohem-St-Austel-collab-2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-696x656.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Bohem-St-Austel-collab-2019-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Bohem-St-Austel-collab-2019-1068x1007.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1007;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-446x420.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Bohem-St-Austel-collab-2019-1024x965.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Bohem-St-Austel-collab-2019-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Bohem-St-Austel-collab-2019-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"Bohem-St-Austel-collab-2019-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"Bohem-St-Austel-collab-2019-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548238252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24340,4218,'_wp_attached_file','2019/03/Otakar-logo-Bohem-Brewery.jpg'),(24341,4218,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.252150274680796;s:5:\"bytes\";i:120948;s:11:\"size_before\";i:1179733;s:10:\"size_after\";i:1058785;s:4:\"time\";d:0.65000000000000024;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:412;s:11:\"size_before\";i:6184;s:10:\"size_after\";i:5772;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:15284;s:10:\"size_after\";i:13982;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.32;s:5:\"bytes\";i:10062;s:11:\"size_before\";i:75544;s:10:\"size_after\";i:65482;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:245;s:11:\"size_before\";i:3897;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.26;s:5:\"bytes\";i:6274;s:11:\"size_before\";i:51184;s:10:\"size_after\";i:44910;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32;s:5:\"bytes\";i:3079;s:11:\"size_before\";i:29829;s:10:\"size_after\";i:26750;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26750;s:10:\"size_after\";i:26750;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:13503;s:10:\"size_after\";i:12252;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12252;s:10:\"size_after\";i:12252;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:424;s:11:\"size_before\";i:6678;s:10:\"size_after\";i:6254;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:585;s:11:\"size_before\";i:8162;s:10:\"size_after\";i:7577;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:1352;s:11:\"size_before\";i:14921;s:10:\"size_after\";i:13569;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:1217;s:11:\"size_before\";i:13664;s:10:\"size_after\";i:12447;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000001;s:5:\"bytes\";i:2852;s:11:\"size_before\";i:29012;s:10:\"size_after\";i:26160;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:854;s:11:\"size_before\";i:11287;s:10:\"size_after\";i:10433;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7899999999999991;s:5:\"bytes\";i:3408;s:11:\"size_before\";i:34799;s:10:\"size_after\";i:31391;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:1570;s:11:\"size_before\";i:18337;s:10:\"size_after\";i:16767;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:787;s:11:\"size_before\";i:10633;s:10:\"size_after\";i:9846;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8799999999999999;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:14115;s:10:\"size_after\";i:13003;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:348;s:11:\"size_before\";i:4763;s:10:\"size_after\";i:4415;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26750;s:10:\"size_after\";i:26750;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7577;s:10:\"size_after\";i:7577;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3800000000000008;s:5:\"bytes\";i:1855;s:11:\"size_before\";i:19782;s:10:\"size_after\";i:17927;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.43;s:5:\"bytes\";i:5649;s:11:\"size_before\";i:49432;s:10:\"size_after\";i:43783;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6699999999999999;s:5:\"bytes\";i:1105;s:11:\"size_before\";i:12741;s:10:\"size_after\";i:11636;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.18;s:5:\"bytes\";i:11212;s:11:\"size_before\";i:92033;s:10:\"size_after\";i:80821;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.65;s:5:\"bytes\";i:4582;s:11:\"size_before\";i:43041;s:10:\"size_after\";i:38459;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006;s:5:\"bytes\";i:1969;s:11:\"size_before\";i:21953;s:10:\"size_after\";i:19984;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7899999999999991;s:5:\"bytes\";i:2635;s:11:\"size_before\";i:26907;s:10:\"size_after\";i:24272;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.470000000000001;s:5:\"bytes\";i:4937;s:11:\"size_before\";i:47166;s:10:\"size_after\";i:42229;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:5169;s:11:\"size_before\";i:44358;s:10:\"size_after\";i:39189;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.119999999999999;s:5:\"bytes\";i:10896;s:11:\"size_before\";i:89884;s:10:\"size_after\";i:78988;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4199999999999999;s:5:\"bytes\";i:3520;s:11:\"size_before\";i:37383;s:10:\"size_after\";i:33863;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.49;s:5:\"bytes\";i:14204;s:11:\"size_before\";i:105311;s:10:\"size_after\";i:91107;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.460000000000001;s:5:\"bytes\";i:6854;s:11:\"size_before\";i:59803;s:10:\"size_after\";i:52949;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:3172;s:11:\"size_before\";i:34250;s:10:\"size_after\";i:31078;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.08;s:5:\"bytes\";i:4546;s:11:\"size_before\";i:45112;s:10:\"size_after\";i:40566;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7699999999999996;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:15452;s:10:\"size_after\";i:13943;s:4:\"time\";d:0.01;}}}'),(24342,4218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:37:\"2019/03/Otakar-logo-Bohem-Brewery.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Otakar-logo-Bohem-Brewery-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Otakar-logo-Bohem-Brewery-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Otakar-logo-Bohem-Brewery-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Otakar-logo-Bohem-Brewery-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Otakar-logo-Bohem-Brewery-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Otakar-logo-Bohem-Brewery-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Otakar-logo-Bohem-Brewery-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Otakar-logo-Bohem-Brewery-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Otakar-logo-Bohem-Brewery-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:11:\"St Austell7\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24343,4218,'_wp_attachment_image_alt','Bohem Brewery and St Austell launch collaboration lager'),(24344,4217,'_wp_attachment_image_alt','Bohem Brewery and St Austell launch collaboration lager'),(24345,4216,'_thumbnail_id','4218'),(24346,4216,'_adinserter_block_exceptions',''),(24347,4216,'slide_template','default'),(24348,4216,'_bunyad_featured_post','0'),(24349,4216,'_bunyad_cat_label','0'),(24350,4216,'_bunyad_featured_disable','0'),(24351,4216,'_bunyad_bg_image_bg_type','cover'),(24352,4216,'_bunyad_reviews','0'),(24353,4216,'_bunyad_review_pos','none'),(24354,4216,'_bunyad_review_type','points'),(24355,4216,'_bunyad_review_verdict','Awesome'),(24356,4216,'_yoast_wpseo_focuskw','bohem brewery'),(24357,4216,'_yoast_wpseo_title','Bohem Brewery and St Austell launch collaboration lager'),(24358,4216,'_yoast_wpseo_metadesc','The brewing traditions of two great beer nations have come together as Bohem Brewery launches its first collaboration with St Austell Brewery'),(24359,4216,'_yoast_wpseo_linkdex','99'),(24360,4216,'_yoast_wpseo_content_score','30'),(24361,4216,'_yoast_wpseo_primary_category',''),(24362,4220,'_edit_last','1'),(24363,4220,'_edit_lock','1558297779:1'),(24364,4221,'_wp_attached_file','2019/03/Fresh-rhubarb-for-spring-menus.jpg'),(24365,4221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4054429325187447;s:5:\"bytes\";i:120683;s:11:\"size_before\";i:2232620;s:10:\"size_after\";i:2111937;s:4:\"time\";d:2.4599999999999991;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:508;s:11:\"size_before\";i:7725;s:10:\"size_after\";i:7217;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:17323;s:10:\"size_after\";i:16265;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:5060;s:11:\"size_before\";i:134352;s:10:\"size_after\";i:129292;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1600000000000001;s:5:\"bytes\";i:370;s:11:\"size_before\";i:4537;s:10:\"size_after\";i:4167;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:3508;s:11:\"size_before\";i:102602;s:10:\"size_after\";i:99094;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:2095;s:11:\"size_before\";i:49959;s:10:\"size_after\";i:47864;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47864;s:10:\"size_after\";i:47864;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:954;s:11:\"size_before\";i:17788;s:10:\"size_after\";i:16834;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16834;s:10:\"size_after\";i:16834;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:577;s:11:\"size_before\";i:8144;s:10:\"size_after\";i:7567;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:680;s:11:\"size_before\";i:10151;s:10:\"size_after\";i:9471;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:20267;s:10:\"size_after\";i:19121;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:995;s:11:\"size_before\";i:18126;s:10:\"size_after\";i:17131;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:2309;s:11:\"size_before\";i:48696;s:10:\"size_after\";i:46387;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:944;s:11:\"size_before\";i:15188;s:10:\"size_after\";i:14244;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:2844;s:11:\"size_before\";i:61464;s:10:\"size_after\";i:58620;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:1332;s:11:\"size_before\";i:27467;s:10:\"size_after\";i:26135;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:875;s:11:\"size_before\";i:14510;s:10:\"size_after\";i:13635;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1096;s:11:\"size_before\";i:18914;s:10:\"size_after\";i:17818;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:383;s:11:\"size_before\";i:5530;s:10:\"size_after\";i:5147;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47864;s:10:\"size_after\";i:47864;s:4:\"time\";d:1.5900000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9471;s:10:\"size_after\";i:9471;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:32359;s:10:\"size_after\";i:29980;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:5244;s:11:\"size_before\";i:76694;s:10:\"size_after\";i:71450;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3000000000000007;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:17470;s:10:\"size_after\";i:16020;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:11536;s:11:\"size_before\";i:219871;s:10:\"size_after\";i:208335;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:5038;s:11:\"size_before\";i:78985;s:10:\"size_after\";i:73947;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:2620;s:11:\"size_before\";i:33957;s:10:\"size_after\";i:31337;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:3247;s:11:\"size_before\";i:42668;s:10:\"size_after\";i:39421;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:5949;s:11:\"size_before\";i:90853;s:10:\"size_after\";i:84904;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:4973;s:11:\"size_before\";i:80995;s:10:\"size_after\";i:76022;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:12806;s:11:\"size_before\";i:218878;s:10:\"size_after\";i:206072;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:4741;s:11:\"size_before\";i:67660;s:10:\"size_after\";i:62919;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:15009;s:11:\"size_before\";i:273674;s:10:\"size_after\";i:258665;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:7289;s:11:\"size_before\";i:123160;s:10:\"size_after\";i:115871;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:4421;s:11:\"size_before\";i:64741;s:10:\"size_after\";i:60320;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:5549;s:11:\"size_before\";i:84677;s:10:\"size_after\";i:79128;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1698;s:11:\"size_before\";i:21202;s:10:\"size_after\";i:19504;s:4:\"time\";d:0.01;}}}'),(24366,4221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1325;s:4:\"file\";s:42:\"2019/03/Fresh-rhubarb-for-spring-menus.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Fresh-rhubarb-for-spring-menus-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Fresh-rhubarb-for-spring-menus-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-696x461.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Fresh-rhubarb-for-spring-menus-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Fresh-rhubarb-for-spring-menus-1068x708.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-634x420.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Fresh-rhubarb-for-spring-menus-1920x1272.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Fresh-rhubarb-for-spring-menus-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Fresh-rhubarb-for-spring-menus-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:43:\"Fresh-rhubarb-for-spring-menus-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:41:\"Fresh-rhubarb-for-spring-menus-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:42:\"Fresh-rhubarb-for-spring-menus-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:30:\"Fresh rhubarb for Spring menus\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:64:\"Bigstock. Licensed for use with Lynx Purchasing PR and marketing\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"Fresh rhubarb for Spring menus\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:68:\"rhubarb, spring, fresh, purchasing, Lynx Purchasing Market Forecast,\";}}}'),(24367,4221,'_wp_attachment_image_alt','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing'),(24368,4220,'_thumbnail_id','4221'),(24369,4220,'_adinserter_block_exceptions',''),(24370,4220,'slide_template','default'),(24371,4220,'_bunyad_featured_post','0'),(24372,4220,'_bunyad_cat_label','0'),(24373,4220,'_bunyad_featured_disable','0'),(24374,4220,'_bunyad_bg_image_bg_type','cover'),(24375,4220,'_bunyad_reviews','0'),(24376,4220,'_bunyad_review_pos','none'),(24377,4220,'_bunyad_review_type','points'),(24378,4220,'_bunyad_review_verdict','Awesome'),(24379,4220,'_yoast_wpseo_focuskw','lynx purchasing'),(24380,4220,'_yoast_wpseo_title','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing'),(24381,4220,'_yoast_wpseo_metadesc','Operators need to look beyond Brexit and focus on the opportunities that a sustainable approach to business offers - Buying specialist Lynx Purchasing'),(24382,4220,'_yoast_wpseo_linkdex','73'),(24383,4220,'_yoast_wpseo_content_score','30'),(24384,4220,'_yoast_wpseo_primary_category','3'),(24385,4223,'_wp_attached_file','2019/03/food-1932466_1920.jpg'),(24386,4223,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9522506609852117;s:5:\"bytes\";i:166009;s:11:\"size_before\";i:3352193;s:10:\"size_after\";i:3186184;s:4:\"time\";d:1.3100000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:436;s:11:\"size_before\";i:7971;s:10:\"size_after\";i:7535;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:993;s:11:\"size_before\";i:18715;s:10:\"size_after\";i:17722;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:8880;s:11:\"size_before\";i:218334;s:10:\"size_after\";i:209454;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:291;s:11:\"size_before\";i:4200;s:10:\"size_after\";i:3909;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:6871;s:11:\"size_before\";i:177853;s:10:\"size_after\";i:170982;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:3177;s:11:\"size_before\";i:73555;s:10:\"size_after\";i:70378;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70378;s:10:\"size_after\";i:70378;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:20760;s:10:\"size_after\";i:19583;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19583;s:10:\"size_after\";i:19583;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:525;s:11:\"size_before\";i:8085;s:10:\"size_after\";i:7560;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:543;s:11:\"size_before\";i:9965;s:10:\"size_after\";i:9422;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:22822;s:10:\"size_after\";i:21565;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:22385;s:10:\"size_after\";i:21258;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:3048;s:11:\"size_before\";i:63692;s:10:\"size_after\";i:60644;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:852;s:11:\"size_before\";i:16222;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:3858;s:11:\"size_before\";i:85433;s:10:\"size_after\";i:81575;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:35195;s:10:\"size_after\";i:33393;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:880;s:11:\"size_before\";i:16369;s:10:\"size_after\";i:15489;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:20810;s:10:\"size_after\";i:19680;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:340;s:11:\"size_before\";i:5336;s:10:\"size_after\";i:4996;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70378;s:10:\"size_after\";i:70378;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9422;s:10:\"size_after\";i:9422;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:2370;s:11:\"size_before\";i:39030;s:10:\"size_after\";i:36660;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:5485;s:11:\"size_before\";i:100235;s:10:\"size_after\";i:94750;s:4:\"time\";d:0.040000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1189;s:11:\"size_before\";i:18753;s:10:\"size_after\";i:17564;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:23014;s:11:\"size_before\";i:407935;s:10:\"size_after\";i:384921;s:4:\"time\";d:0.13;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:5935;s:11:\"size_before\";i:112861;s:10:\"size_after\";i:106926;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:2326;s:11:\"size_before\";i:39388;s:10:\"size_after\";i:37062;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:3120;s:11:\"size_before\";i:50458;s:10:\"size_after\";i:47338;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:6722;s:11:\"size_before\";i:125487;s:10:\"size_after\";i:118765;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:6558;s:11:\"size_before\";i:121631;s:10:\"size_after\";i:115073;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:18773;s:11:\"size_before\";i:358237;s:10:\"size_after\";i:339464;s:4:\"time\";d:0.22;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:4955;s:11:\"size_before\";i:87144;s:10:\"size_after\";i:82189;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:25690;s:11:\"size_before\";i:470575;s:10:\"size_after\";i:444885;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:10087;s:11:\"size_before\";i:198559;s:10:\"size_after\";i:188472;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:4736;s:11:\"size_before\";i:86203;s:10:\"size_after\";i:81467;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:6381;s:11:\"size_before\";i:114400;s:10:\"size_after\";i:108019;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:1481;s:11:\"size_before\";i:23834;s:10:\"size_after\";i:22353;s:4:\"time\";d:0.029999999999999999;}}}'),(24387,4223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1271;s:4:\"file\";s:29:\"2019/03/food-1932466_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"food-1932466_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"food-1932466_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-696x461.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"food-1932466_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"food-1932466_1920-1068x707.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-634x420.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"food-1932466_1920-1920x1271.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-150x150.jpg\";s:5:\"width\";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:\"food-1932466_1920-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"food-1932466_1920-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"food-1932466_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:30:\"food-1932466_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:28:\"food-1932466_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:29:\"food-1932466_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24388,4223,'_wp_attachment_image_alt','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing'),(24391,4226,'_edit_last','1'),(24392,4226,'_edit_lock','1554230825:1'),(24393,4227,'_wp_attached_file','2019/03/thurgoland-106240_1920.jpg'),(24394,4227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7173096560503902;s:5:\"bytes\";i:144340;s:11:\"size_before\";i:2524614;s:10:\"size_after\";i:2380274;s:4:\"time\";d:1.0200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:403;s:11:\"size_before\";i:7329;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:997;s:11:\"size_before\";i:18800;s:10:\"size_after\";i:17803;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:7220;s:11:\"size_before\";i:165333;s:10:\"size_after\";i:158113;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:281;s:11:\"size_before\";i:4123;s:10:\"size_after\";i:3842;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:5960;s:11:\"size_before\";i:129149;s:10:\"size_after\";i:123189;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:2827;s:11:\"size_before\";i:59688;s:10:\"size_after\";i:56861;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56861;s:10:\"size_after\";i:56861;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:1170;s:11:\"size_before\";i:19224;s:10:\"size_after\";i:18054;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18054;s:10:\"size_after\";i:18054;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:454;s:11:\"size_before\";i:7552;s:10:\"size_after\";i:7098;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:591;s:11:\"size_before\";i:9654;s:10:\"size_after\";i:9063;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:1185;s:11:\"size_before\";i:20677;s:10:\"size_after\";i:19492;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:923;s:11:\"size_before\";i:18330;s:10:\"size_after\";i:17407;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:2530;s:11:\"size_before\";i:51099;s:10:\"size_after\";i:48569;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:853;s:11:\"size_before\";i:14999;s:10:\"size_after\";i:14146;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:2924;s:11:\"size_before\";i:64662;s:10:\"size_after\";i:61738;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:1766;s:11:\"size_before\";i:31267;s:10:\"size_after\";i:29501;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:776;s:11:\"size_before\";i:14394;s:10:\"size_after\";i:13618;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:18964;s:10:\"size_after\";i:17926;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:349;s:11:\"size_before\";i:5363;s:10:\"size_after\";i:5014;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56861;s:10:\"size_after\";i:56861;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9063;s:10:\"size_after\";i:9063;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:32518;s:10:\"size_after\";i:30302;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:5791;s:11:\"size_before\";i:89234;s:10:\"size_after\";i:83443;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1232;s:11:\"size_before\";i:16755;s:10:\"size_after\";i:15523;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:17772;s:11:\"size_before\";i:277831;s:10:\"size_after\";i:260059;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:6085;s:11:\"size_before\";i:90422;s:10:\"size_after\";i:84337;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:2288;s:11:\"size_before\";i:33323;s:10:\"size_after\";i:31035;s:4:\"time\";d:0.059999999999999998;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:3002;s:11:\"size_before\";i:43026;s:10:\"size_after\";i:40024;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:6562;s:11:\"size_before\";i:98104;s:10:\"size_after\";i:91542;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:5496;s:11:\"size_before\";i:86900;s:10:\"size_after\";i:81404;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:15581;s:11:\"size_before\";i:245297;s:10:\"size_after\";i:229716;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:4767;s:11:\"size_before\";i:70186;s:10:\"size_after\";i:65419;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:19161;s:11:\"size_before\";i:310940;s:10:\"size_after\";i:291779;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:10020;s:11:\"size_before\";i:148802;s:10:\"size_after\";i:138782;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:4299;s:11:\"size_before\";i:67243;s:10:\"size_after\";i:62944;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:6097;s:11:\"size_before\";i:90301;s:10:\"size_after\";i:84204;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:1724;s:11:\"size_before\";i:22286;s:10:\"size_after\";i:20562;s:4:\"time\";d:0.02;}}}'),(24395,4227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:34:\"2019/03/thurgoland-106240_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"thurgoland-106240_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"thurgoland-106240_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"thurgoland-106240_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"thurgoland-106240_1920-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"thurgoland-106240_1920-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"thurgoland-106240_1920-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"thurgoland-106240_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:35:\"thurgoland-106240_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:33:\"thurgoland-106240_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:34:\"thurgoland-106240_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24396,4227,'_wp_attachment_image_alt','CAMRA: Brexit could be a game-changer for British pubs'),(24397,4226,'_thumbnail_id','4227'),(24398,4226,'_adinserter_block_exceptions',''),(24399,4226,'slide_template','default'),(24400,4226,'_bunyad_featured_post','1'),(24401,4226,'_bunyad_cat_label','0'),(24402,4226,'_bunyad_featured_disable','0'),(24403,4226,'_bunyad_bg_image_bg_type','cover'),(24404,4226,'_bunyad_reviews','0'),(24405,4226,'_bunyad_review_pos','none'),(24406,4226,'_bunyad_review_type','points'),(24407,4226,'_bunyad_review_verdict','Awesome'),(24408,4226,'_yoast_wpseo_focuskw','CAMRA'),(24409,4226,'_yoast_wpseo_title','CAMRA: Brexit could be a game-changer for British pubs'),(24410,4226,'_yoast_wpseo_metadesc','CAMRA: With the date of Britain’s departure from the European Union upon us this month, it’s time to turn our eye to the impact it will have on British Pubs'),(24411,4226,'_yoast_wpseo_linkdex','88'),(24412,4226,'_yoast_wpseo_content_score','30'),(24413,4226,'_yoast_wpseo_primary_category','2'),(24414,4230,'_edit_last','1'),(24415,4230,'_edit_lock','1552562860:1'),(24416,4230,'_adinserter_block_exceptions',''),(24417,4230,'slide_template','default'),(24418,4230,'_bunyad_featured_post','0'),(24419,4230,'_bunyad_cat_label','0'),(24420,4230,'_bunyad_featured_disable','0'),(24421,4230,'_bunyad_bg_image_bg_type','cover'),(24422,4230,'_bunyad_reviews','0'),(24423,4230,'_bunyad_review_pos','none'),(24424,4230,'_bunyad_review_type','points'),(24425,4230,'_bunyad_review_verdict','Awesome'),(24426,4230,'_yoast_wpseo_content_score','30'),(24427,4230,'_yoast_wpseo_primary_category','8'),(24428,4232,'_wp_attached_file','2019/03/ukh_logo_-_hi_res-2.jpg'),(24429,4232,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.722354531054421;s:5:\"bytes\";i:265818;s:11:\"size_before\";i:1805540;s:10:\"size_after\";i:1539722;s:4:\"time\";d:0.85000000000000053;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:735;s:11:\"size_before\";i:6845;s:10:\"size_after\";i:6110;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.789999999999999;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:12121;s:10:\"size_after\";i:10692;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000001;s:5:\"bytes\";i:12635;s:11:\"size_before\";i:72734;s:10:\"size_after\";i:60099;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:321;s:11:\"size_before\";i:3887;s:10:\"size_after\";i:3566;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.84;s:5:\"bytes\";i:11071;s:11:\"size_before\";i:74582;s:10:\"size_after\";i:63511;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.359999999999999;s:5:\"bytes\";i:6466;s:11:\"size_before\";i:42086;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:14165;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12597;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:611;s:11:\"size_before\";i:5981;s:10:\"size_after\";i:5370;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:776;s:11:\"size_before\";i:7483;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.380000000000001;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:14097;s:10:\"size_after\";i:12493;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.130000000000001;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:14499;s:10:\"size_after\";i:12596;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:5005;s:11:\"size_before\";i:30872;s:10:\"size_after\";i:25867;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:10257;s:10:\"size_after\";i:9170;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67;s:5:\"bytes\";i:6102;s:11:\"size_before\";i:38933;s:10:\"size_after\";i:32831;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:2822;s:11:\"size_before\";i:23477;s:10:\"size_after\";i:20655;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:11445;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.48;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:13119;s:10:\"size_after\";i:11613;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:469;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4423;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6707;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.960000000000001;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:23586;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.31;s:5:\"bytes\";i:6942;s:11:\"size_before\";i:45342;s:10:\"size_after\";i:38400;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.77;s:5:\"bytes\";i:39017;s:11:\"size_before\";i:219562;s:10:\"size_after\";i:180545;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.859999999999999;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:13019;s:10:\"size_after\";i:11605;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.630000000000001;s:5:\"bytes\";i:33944;s:11:\"size_before\";i:217169;s:10:\"size_after\";i:183225;s:4:\"time\";d:0.059999999999999998;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.34;s:5:\"bytes\";i:21193;s:11:\"size_before\";i:129702;s:10:\"size_after\";i:108509;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.59;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:54255;s:10:\"size_after\";i:45795;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.85;s:5:\"bytes\";i:3139;s:11:\"size_before\";i:22660;s:10:\"size_after\";i:19521;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:26340;s:10:\"size_after\";i:22796;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.369999999999999;s:5:\"bytes\";i:8143;s:11:\"size_before\";i:52986;s:10:\"size_after\";i:44843;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999;s:5:\"bytes\";i:7166;s:11:\"size_before\";i:51371;s:10:\"size_after\";i:44205;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999999;s:5:\"bytes\";i:16970;s:11:\"size_before\";i:101490;s:10:\"size_after\";i:84520;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.779999999999999;s:5:\"bytes\";i:5594;s:11:\"size_before\";i:37847;s:10:\"size_after\";i:32253;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000002;s:5:\"bytes\";i:20945;s:11:\"size_before\";i:124999;s:10:\"size_after\";i:104054;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.789999999999999;s:5:\"bytes\";i:12187;s:11:\"size_before\";i:82380;s:10:\"size_after\";i:70193;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.91;s:5:\"bytes\";i:6480;s:11:\"size_before\";i:43458;s:10:\"size_after\";i:36978;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.779999999999999;s:5:\"bytes\";i:7930;s:11:\"size_before\";i:50243;s:10:\"size_after\";i:42313;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.779999999999999;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:17112;s:10:\"size_after\";i:15097;s:4:\"time\";d:0.01;}}}'),(24430,4232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1767;s:4:\"file\";s:31:\"2019/03/ukh_logo_-_hi_res-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-2-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"ukh_logo_-_hi_res-2-1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-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:31:\"ukh_logo_-_hi_res-2-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-2-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24431,4232,'_wp_attachment_image_alt','UKHospitality establishes new Diversity Forum to promote equality'),(24432,4230,'_thumbnail_id','4232'),(24433,4230,'_yoast_wpseo_focuskw','diversity forum'),(24434,4230,'_yoast_wpseo_title','UKHospitality establishes new Diversity Forum to promote equality'),(24435,4230,'_yoast_wpseo_metadesc','On International Women’s Day, UKHospitality has announced the establishment of the UKH Diversity Forum to promote equality in the hospitality sector'),(24436,4230,'_yoast_wpseo_linkdex','90'),(24437,4230,'xyz_fbap','1'),(24441,4230,'_wpas_done_all','1'),(24444,4230,'_wpas_skip_20130109','1'),(24445,4235,'_edit_last','1'),(24446,4235,'_edit_lock','1552573468:1'),(24447,4236,'_wp_attached_file','2019/03/cds2019b.jpg'),(24448,4236,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0298034355314023;s:5:\"bytes\";i:11282;s:11:\"size_before\";i:224303;s:10:\"size_after\";i:213021;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:457;s:11:\"size_before\";i:7745;s:10:\"size_after\";i:7288;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:808;s:11:\"size_before\";i:15626;s:10:\"size_after\";i:14818;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:316;s:11:\"size_before\";i:4432;s:10:\"size_after\";i:4116;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:788;s:11:\"size_before\";i:15550;s:10:\"size_after\";i:14762;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:14762;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:469;s:11:\"size_before\";i:7791;s:10:\"size_after\";i:7322;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:545;s:11:\"size_before\";i:9527;s:10:\"size_after\";i:8982;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:906;s:11:\"size_before\";i:17840;s:10:\"size_after\";i:16934;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:882;s:11:\"size_before\";i:16334;s:10:\"size_after\";i:15452;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:763;s:11:\"size_before\";i:13885;s:10:\"size_after\";i:13122;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:22618;s:10:\"size_after\";i:21480;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:664;s:11:\"size_before\";i:13518;s:10:\"size_after\";i:12854;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:811;s:11:\"size_before\";i:16627;s:10:\"size_after\";i:15816;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5093;s:10:\"size_after\";i:4800;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8982;s:10:\"size_after\";i:8982;s:4:\"time\";d:0.01;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:1264;s:11:\"size_before\";i:16064;s:10:\"size_after\";i:14800;s:4:\"time\";d:0.01;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:1178;s:11:\"size_before\";i:17909;s:10:\"size_after\";i:16731;s:4:\"time\";d:0.02;}}}'),(24449,4236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:243;s:4:\"file\";s:20:\"2019/03/cds2019b.jpg\";s:5:\"sizes\";a:24:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"cds2019b-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"cds2019b-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"cds2019b-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"cds2019b-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"cds2019b-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"cds2019b-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"cds2019b-324x243.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"cds2019b-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"cds2019b-356x243.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cds2019b-150x150.jpg\";s:5:\"width\";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:\"cds2019b-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"cds2019b-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:20:\"cds2019b-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:20:\"cds2019b-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:20:\"cds2019b-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:20:\"cds2019b-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:20:\"cds2019b-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:20:\"cds2019b-233x243.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:20:\"cds2019b-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:20:\"cds2019b-365x240.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:20:\"cds2019b-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:20:\"cds2019b-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:19:\"cds2019b-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:20:\"cds2019b-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24450,4236,'_wp_attachment_image_alt','Casual Dining Group wows restaurant & pub sector at its new ExCeL'),(24451,4235,'_thumbnail_id','3653'),(24452,4235,'_adinserter_block_exceptions',''),(24453,4235,'slide_template','default'),(24454,4235,'_bunyad_featured_post','0'),(24455,4235,'_bunyad_cat_label','0'),(24456,4235,'_bunyad_featured_disable','0'),(24457,4235,'_bunyad_bg_image_bg_type','cover'),(24458,4235,'_bunyad_reviews','0'),(24459,4235,'_bunyad_review_pos','none'),(24460,4235,'_bunyad_review_type','points'),(24461,4235,'_bunyad_review_verdict','Awesome'),(24462,4235,'_yoast_wpseo_focuskw','Casual Dining'),(24463,4235,'_yoast_wpseo_title','Casual Dining Group wows restaurant & pub sector at its new ExCeL'),(24464,4235,'_yoast_wpseo_metadesc','Over 5,000 attendees – representing the UK’s best restaurant, pub and bar operators – were out in force at Casual Dining show (27-28 February)'),(24465,4235,'_yoast_wpseo_linkdex','92'),(24466,4235,'_yoast_wpseo_content_score','30'),(24467,4235,'_yoast_wpseo_primary_category','33'),(24468,4239,'_wp_attached_file','2019/03/CDS2019-1.jpg'),(24469,4239,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8473450756015568;s:5:\"bytes\";i:43015;s:11:\"size_before\";i:735633;s:10:\"size_after\";i:692618;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:26:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:679;s:11:\"size_before\";i:9069;s:10:\"size_after\";i:8390;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:951;s:11:\"size_before\";i:13132;s:10:\"size_after\";i:12181;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9000000000000004;s:5:\"bytes\";i:441;s:11:\"size_before\";i:4954;s:10:\"size_after\";i:4513;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:3121;s:11:\"size_before\";i:58384;s:10:\"size_after\";i:55263;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55263;s:10:\"size_after\";i:55263;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1644;s:11:\"size_before\";i:22328;s:10:\"size_after\";i:20684;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20684;s:10:\"size_after\";i:20684;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:708;s:11:\"size_before\";i:9270;s:10:\"size_after\";i:8562;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:980;s:11:\"size_before\";i:12211;s:10:\"size_after\";i:11231;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:24673;s:10:\"size_after\";i:22856;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:21502;s:10:\"size_after\";i:20199;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:3055;s:11:\"size_before\";i:50023;s:10:\"size_after\";i:46968;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:18086;s:10:\"size_after\";i:16720;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:3306;s:11:\"size_before\";i:54223;s:10:\"size_after\";i:50917;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:33951;s:10:\"size_after\";i:31734;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:16441;s:10:\"size_after\";i:15281;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:1646;s:11:\"size_before\";i:22833;s:10:\"size_after\";i:21187;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:541;s:11:\"size_before\";i:6623;s:10:\"size_after\";i:6082;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55263;s:10:\"size_after\";i:55263;s:4:\"time\";d:0.050000000000000003;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11231;s:10:\"size_after\";i:11231;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:2709;s:11:\"size_before\";i:35573;s:10:\"size_after\";i:32864;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:4204;s:11:\"size_before\";i:52363;s:10:\"size_after\";i:48159;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1099999999999994;s:5:\"bytes\";i:1744;s:11:\"size_before\";i:19136;s:10:\"size_after\";i:17392;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:35824;s:10:\"size_after\";i:32833;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:4046;s:11:\"size_before\";i:46891;s:10:\"size_after\";i:42845;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:2386;s:11:\"size_before\";i:25702;s:10:\"size_after\";i:23316;s:4:\"time\";d:0.01;}}}'),(24470,4239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2019/03/CDS2019-1.jpg\";s:5:\"sizes\";a:36:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"CDS2019-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"CDS2019-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-324x300.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-356x300.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-485x300.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-534x300.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-696x261.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-696x300.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-741x300.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"CDS2019-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-702x300.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-702x300.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-536x300.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:20:\"CDS2019-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-702x300.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:21:\"CDS2019-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24471,4239,'_wp_attachment_image_alt','Casual Dining Group wows restaurant & pub sector at its new ExCeL'),(24472,4235,'xyz_fbap','1'),(24476,4235,'_wpas_done_all','1'),(24479,4235,'_wpas_skip_20130109','1'),(24486,4199,'_wpas_skip_20130109','1'),(24489,4118,'xyz_fbap','1'),(24493,4118,'_wp_old_date','2019-03-12'),(24494,4118,'_wpas_done_all','1'),(24495,4113,'xyz_fbap','1'),(24499,4113,'_wp_old_date','2019-03-11'),(24500,4113,'_wpas_done_all','1'),(24501,4141,'xyz_fbap','1'),(24505,4141,'_wp_old_date','2019-03-14'),(24506,4141,'_wpas_done_all','1'),(24507,4145,'xyz_fbap','1'),(24511,4145,'_wp_old_date','2019-03-12'),(24512,4145,'_wpas_done_all','1'),(24513,4149,'xyz_fbap','1'),(24517,4149,'_wp_old_date','2019-03-12'),(24518,4149,'_wpas_done_all','1'),(24519,4165,'xyz_fbap','1'),(24523,4165,'_wp_old_date','2019-03-12'),(24524,4165,'_wpas_done_all','1'),(24525,4246,'_edit_last','1'),(24526,4246,'_edit_lock','1552914963:1'),(24527,4247,'_wp_attached_file','2019/03/2019-New-Pyramid-varieties-1.jpg'),(24528,4247,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0251258143242525;s:5:\"bytes\";i:135629;s:11:\"size_before\";i:2699017;s:10:\"size_after\";i:2563388;s:4:\"time\";d:1.0800000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:637;s:11:\"size_before\";i:8788;s:10:\"size_after\";i:8151;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:18933;s:10:\"size_after\";i:17829;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:112285;s:10:\"size_after\";i:108812;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:354;s:11:\"size_before\";i:4836;s:10:\"size_after\";i:4482;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:2590;s:11:\"size_before\";i:81006;s:10:\"size_after\";i:78416;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:43231;s:10:\"size_after\";i:41454;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41454;s:10:\"size_after\";i:41454;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:1158;s:11:\"size_before\";i:18157;s:10:\"size_after\";i:16999;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16999;s:10:\"size_after\";i:16999;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:724;s:11:\"size_before\";i:8978;s:10:\"size_after\";i:8254;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:766;s:11:\"size_before\";i:10404;s:10:\"size_after\";i:9638;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:19835;s:10:\"size_after\";i:18745;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:19587;s:10:\"size_after\";i:18460;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:43442;s:10:\"size_after\";i:41585;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:935;s:11:\"size_before\";i:15428;s:10:\"size_after\";i:14493;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:2223;s:11:\"size_before\";i:53698;s:10:\"size_after\";i:51475;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:26410;s:10:\"size_after\";i:25005;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:989;s:11:\"size_before\";i:15718;s:10:\"size_after\";i:14729;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:18498;s:10:\"size_after\";i:17452;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:497;s:11:\"size_before\";i:6008;s:10:\"size_after\";i:5511;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41454;s:10:\"size_after\";i:41454;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9638;s:10:\"size_after\";i:9638;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:2519;s:11:\"size_before\";i:33118;s:10:\"size_after\";i:30599;s:4:\"time\";d:0.040000000000000001;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:4409;s:11:\"size_before\";i:71115;s:10:\"size_after\";i:66706;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:22932;s:11:\"size_before\";i:475916;s:10:\"size_after\";i:452984;s:4:\"time\";d:0.11;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:1553;s:11:\"size_before\";i:18447;s:10:\"size_after\";i:16894;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:15784;s:11:\"size_before\";i:336580;s:10:\"size_after\";i:320796;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:8558;s:11:\"size_before\";i:168920;s:10:\"size_after\";i:160362;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:3999;s:11:\"size_before\";i:65816;s:10:\"size_after\";i:61817;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:2556;s:11:\"size_before\";i:33476;s:10:\"size_after\";i:30920;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:2750;s:11:\"size_before\";i:38490;s:10:\"size_after\";i:35740;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:4324;s:11:\"size_before\";i:72690;s:10:\"size_after\";i:68366;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:4425;s:11:\"size_before\";i:73079;s:10:\"size_after\";i:68654;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:8567;s:11:\"size_before\";i:164756;s:10:\"size_after\";i:156189;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:3824;s:11:\"size_before\";i:58276;s:10:\"size_after\";i:54452;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:10599;s:11:\"size_before\";i:207898;s:10:\"size_after\";i:197299;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:5442;s:11:\"size_before\";i:97926;s:10:\"size_after\";i:92484;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:3786;s:11:\"size_before\";i:58607;s:10:\"size_after\";i:54821;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:4080;s:11:\"size_before\";i:68079;s:10:\"size_after\";i:63999;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4100000000000001;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:21041;s:10:\"size_after\";i:19271;s:4:\"time\";d:0.01;}}}'),(24529,4247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2926;s:6:\"height\";i:2151;s:4:\"file\";s:40:\"2019/03/2019-New-Pyramid-varieties-1.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-768x565.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"2019-New-Pyramid-varieties-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"2019-New-Pyramid-varieties-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-696x512.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"2019-New-Pyramid-varieties-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"2019-New-Pyramid-varieties-1-1068x785.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-571x420.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"2019-New-Pyramid-varieties-1-1920x1411.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-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:40:\"2019-New-Pyramid-varieties-1-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"2019-New-Pyramid-varieties-1-1024x753.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"2019-New-Pyramid-varieties-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:41:\"2019-New-Pyramid-varieties-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"2019-New-Pyramid-varieties-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"2019-New-Pyramid-varieties-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549548802\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24530,4248,'_wp_attached_file','2019/03/2019-New-Tea-Pyramids-2.jpg'),(24531,4248,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9136404208788687;s:5:\"bytes\";i:188598;s:11:\"size_before\";i:3838254;s:10:\"size_after\";i:3649656;s:4:\"time\";d:1.3200000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:538;s:11:\"size_before\";i:8706;s:10:\"size_after\";i:8168;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:21279;s:10:\"size_after\";i:20039;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:5723;s:11:\"size_before\";i:166522;s:10:\"size_after\";i:160799;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:350;s:11:\"size_before\";i:4845;s:10:\"size_after\";i:4495;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:4376;s:11:\"size_before\";i:124937;s:10:\"size_after\";i:120561;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:2612;s:11:\"size_before\";i:62197;s:10:\"size_after\";i:59585;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59585;s:10:\"size_after\";i:59585;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:21556;s:10:\"size_after\";i:20299;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20299;s:10:\"size_after\";i:20299;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:625;s:11:\"size_before\";i:9295;s:10:\"size_after\";i:8670;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:790;s:11:\"size_before\";i:11645;s:10:\"size_after\";i:10855;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:24153;s:10:\"size_after\";i:22741;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:21355;s:10:\"size_after\";i:20252;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:2698;s:11:\"size_before\";i:57761;s:10:\"size_after\";i:55063;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:17619;s:10:\"size_after\";i:16602;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:3213;s:11:\"size_before\";i:73760;s:10:\"size_after\";i:70547;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:33925;s:10:\"size_after\";i:32153;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:16954;s:10:\"size_after\";i:15948;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:22304;s:10:\"size_after\";i:21047;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:417;s:11:\"size_before\";i:6088;s:10:\"size_after\";i:5671;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59585;s:10:\"size_after\";i:59585;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10855;s:10:\"size_after\";i:10855;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:2623;s:11:\"size_before\";i:37878;s:10:\"size_after\";i:35255;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:6006;s:11:\"size_before\";i:95938;s:10:\"size_after\";i:89932;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:31254;s:11:\"size_before\";i:688568;s:10:\"size_after\";i:657314;s:4:\"time\";d:0.19;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:20288;s:10:\"size_after\";i:18792;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:23040;s:11:\"size_before\";i:506313;s:10:\"size_after\";i:483273;s:4:\"time\";d:0.11;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:13198;s:11:\"size_before\";i:260580;s:10:\"size_after\";i:247382;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:5868;s:11:\"size_before\";i:94756;s:10:\"size_after\";i:88888;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:2841;s:11:\"size_before\";i:40020;s:10:\"size_after\";i:37179;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:3595;s:11:\"size_before\";i:50352;s:10:\"size_after\";i:46757;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:6627;s:11:\"size_before\";i:106737;s:10:\"size_after\";i:100110;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:5070;s:11:\"size_before\";i:92795;s:10:\"size_after\";i:87725;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:13186;s:11:\"size_before\";i:250571;s:10:\"size_after\";i:237385;s:4:\"time\";d:0.12;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:5084;s:11:\"size_before\";i:79354;s:10:\"size_after\";i:74270;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:16141;s:11:\"size_before\";i:313211;s:10:\"size_after\";i:297070;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:8158;s:11:\"size_before\";i:145762;s:10:\"size_after\";i:137604;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:4810;s:11:\"size_before\";i:75633;s:10:\"size_after\";i:70823;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:6276;s:11:\"size_before\";i:99307;s:10:\"size_after\";i:93031;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:1919;s:11:\"size_before\";i:24966;s:10:\"size_after\";i:23047;s:4:\"time\";d:0.01;}}}'),(24532,4248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2802;s:6:\"height\";i:1999;s:4:\"file\";s:35:\"2019/03/2019-New-Tea-Pyramids-2.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"2019-New-Tea-Pyramids-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"2019-New-Tea-Pyramids-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-696x497.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"2019-New-Tea-Pyramids-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"2019-New-Tea-Pyramids-2-1068x762.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-589x420.jpg\";s:5:\"width\";i:589;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"2019-New-Tea-Pyramids-2-1920x1370.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-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:35:\"2019-New-Tea-Pyramids-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"2019-New-Tea-Pyramids-2-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2019-New-Tea-Pyramids-2-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"2019-New-Tea-Pyramids-2-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"2019-New-Tea-Pyramids-2-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"2019-New-Tea-Pyramids-2-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549548756\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"140\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24533,4248,'_wp_attachment_image_alt','Drury Tea & Coffee Company adds four new varieties'),(24534,4247,'_wp_attachment_image_alt','Drury Tea & Coffee Company adds four new varieties'),(24535,4246,'_thumbnail_id','4248'),(24536,4246,'_adinserter_block_exceptions',''),(24537,4246,'slide_template','default'),(24538,4246,'_bunyad_featured_post','0'),(24539,4246,'_bunyad_cat_label','0'),(24540,4246,'_bunyad_featured_disable','0'),(24541,4246,'_bunyad_bg_image_bg_type','cover'),(24542,4246,'_bunyad_reviews','0'),(24543,4246,'_bunyad_review_pos','none'),(24544,4246,'_bunyad_review_type','points'),(24545,4246,'_bunyad_review_verdict','Awesome'),(24546,4246,'_yoast_wpseo_focuskw','coffee company'),(24547,4246,'_yoast_wpseo_title','The Drury Tea & Coffee Company adds four new varieties'),(24548,4246,'_yoast_wpseo_metadesc','The Drury Tea & Coffee Company, with well over 80 years’ experience of buying and blending fine teas, has added four new varieties'),(24549,4246,'_yoast_wpseo_linkdex','91'),(24550,4246,'_yoast_wpseo_content_score','30'),(24551,4246,'_yoast_wpseo_primary_category','2'),(24552,4250,'_edit_last','1'),(24553,4250,'_edit_lock','1553177532:1'),(24554,4251,'_wp_attached_file','2019/03/Sous-Vide-Tools-blast-chiller.jpg'),(24555,4251,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.137657313325553;s:5:\"bytes\";i:94192;s:11:\"size_before\";i:1157483;s:10:\"size_after\";i:1063291;s:4:\"time\";d:0.84000000000000052;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:172;s:11:\"size_before\";i:4286;s:10:\"size_after\";i:4114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:409;s:11:\"size_before\";i:10195;s:10:\"size_after\";i:9786;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.029999999999999;s:5:\"bytes\";i:7613;s:11:\"size_before\";i:75936;s:10:\"size_after\";i:68323;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2570;s:10:\"size_after\";i:2417;s:4:\"time\";d:0.11;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:5599;s:11:\"size_before\";i:50910;s:10:\"size_after\";i:45311;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:22442;s:10:\"size_after\";i:20363;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20363;s:10:\"size_after\";i:20363;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:488;s:11:\"size_before\";i:8270;s:10:\"size_after\";i:7782;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7782;s:10:\"size_after\";i:7782;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:206;s:11:\"size_before\";i:4409;s:10:\"size_after\";i:4203;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:131;s:11:\"size_before\";i:4909;s:10:\"size_after\";i:4778;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:535;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9140;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:375;s:11:\"size_before\";i:9439;s:10:\"size_after\";i:9064;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:24445;s:10:\"size_after\";i:22643;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:327;s:11:\"size_before\";i:7755;s:10:\"size_after\";i:7428;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:2362;s:11:\"size_before\";i:30639;s:10:\"size_after\";i:28277;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:979;s:11:\"size_before\";i:12515;s:10:\"size_after\";i:11536;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:243;s:11:\"size_before\";i:7645;s:10:\"size_after\";i:7402;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:484;s:11:\"size_before\";i:9017;s:10:\"size_after\";i:8533;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2797;s:10:\"size_after\";i:2650;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20363;s:10:\"size_after\";i:20363;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4778;s:10:\"size_after\";i:4778;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:600;s:11:\"size_before\";i:15356;s:10:\"size_after\";i:14756;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:2750;s:11:\"size_before\";i:41361;s:10:\"size_after\";i:38611;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:287;s:11:\"size_before\";i:8611;s:10:\"size_after\";i:8324;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.300000000000001;s:5:\"bytes\";i:13029;s:11:\"size_before\";i:126502;s:10:\"size_after\";i:113473;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:3308;s:11:\"size_before\";i:37525;s:10:\"size_after\";i:34217;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:788;s:11:\"size_before\";i:16399;s:10:\"size_after\";i:15611;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:19302;s:10:\"size_after\";i:18183;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9800000000000004;s:5:\"bytes\";i:3966;s:11:\"size_before\";i:44144;s:10:\"size_after\";i:40178;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:2653;s:11:\"size_before\";i:38990;s:10:\"size_after\";i:36337;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:11996;s:11:\"size_before\";i:123006;s:10:\"size_after\";i:111010;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:32895;s:10:\"size_after\";i:30550;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000001;s:5:\"bytes\";i:15204;s:11:\"size_before\";i:158674;s:10:\"size_after\";i:143470;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1;s:5:\"bytes\";i:6388;s:11:\"size_before\";i:63232;s:10:\"size_after\";i:56844;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:1738;s:11:\"size_before\";i:30960;s:10:\"size_after\";i:29222;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:40240;s:10:\"size_after\";i:36806;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:483;s:11:\"size_before\";i:9146;s:10:\"size_after\";i:8663;s:4:\"time\";d:0.01;}}}'),(24556,4251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1497;s:6:\"height\";i:1687;s:4:\"file\";s:41:\"2019/03/Sous-Vide-Tools-blast-chiller.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-768x865.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Sous-Vide-Tools-blast-chiller-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Sous-Vide-Tools-blast-chiller-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-696x784.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Sous-Vide-Tools-blast-chiller-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1068x1204.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-373x420.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Sous-Vide-Tools-blast-chiller-909x1024.jpg\";s:5:\"width\";i:909;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Sous-Vide-Tools-blast-chiller-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:42:\"Sous-Vide-Tools-blast-chiller-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:40:\"Sous-Vide-Tools-blast-chiller-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24557,4251,'_wp_attachment_image_alt','Sous Vide Tools blast chiller'),(24558,4250,'_thumbnail_id','4251'),(24559,4250,'_adinserter_block_exceptions',''),(24560,4250,'slide_template','default'),(24561,4250,'_bunyad_featured_post','0'),(24562,4250,'_bunyad_cat_label','0'),(24563,4250,'_bunyad_featured_disable','0'),(24564,4250,'_bunyad_bg_image_bg_type','cover'),(24565,4250,'_bunyad_reviews','0'),(24566,4250,'_bunyad_review_pos','none'),(24567,4250,'_bunyad_review_type','points'),(24568,4250,'_bunyad_review_verdict','Awesome'),(24569,4250,'_yoast_wpseo_focuskw','sous vide'),(24570,4250,'_yoast_wpseo_title','Having a blast with Sous Vide Tools range\'s tabletop blast chiller'),(24571,4250,'_yoast_wpseo_metadesc','Sous Vide Tools - The company’s extensive range moves from a tabletop three-tray option that can chill 9kg of food and freeze 7kg'),(24572,4250,'_yoast_wpseo_linkdex','94'),(24573,4250,'_yoast_wpseo_content_score','90'),(24574,4250,'_yoast_wpseo_primary_category','32'),(24575,4254,'_edit_last','1'),(24576,4254,'_edit_lock','1553177468:1'),(24577,4255,'_wp_attached_file','2019/03/Sous-Vide-Tools-blast-chiller-1.jpg'),(24578,4255,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.137657313325553;s:5:\"bytes\";i:94192;s:11:\"size_before\";i:1157483;s:10:\"size_after\";i:1063291;s:4:\"time\";d:0.76000000000000023;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:172;s:11:\"size_before\";i:4286;s:10:\"size_after\";i:4114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:409;s:11:\"size_before\";i:10195;s:10:\"size_after\";i:9786;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.029999999999999;s:5:\"bytes\";i:7613;s:11:\"size_before\";i:75936;s:10:\"size_after\";i:68323;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2570;s:10:\"size_after\";i:2417;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:5599;s:11:\"size_before\";i:50910;s:10:\"size_after\";i:45311;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999998;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:22442;s:10:\"size_after\";i:20363;s:4:\"time\";d:0.01;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20363;s:10:\"size_after\";i:20363;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:488;s:11:\"size_before\";i:8270;s:10:\"size_after\";i:7782;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7782;s:10:\"size_after\";i:7782;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:206;s:11:\"size_before\";i:4409;s:10:\"size_after\";i:4203;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:131;s:11:\"size_before\";i:4909;s:10:\"size_after\";i:4778;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:535;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9140;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:375;s:11:\"size_before\";i:9439;s:10:\"size_after\";i:9064;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:24445;s:10:\"size_after\";i:22643;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:327;s:11:\"size_before\";i:7755;s:10:\"size_after\";i:7428;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:2362;s:11:\"size_before\";i:30639;s:10:\"size_after\";i:28277;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:979;s:11:\"size_before\";i:12515;s:10:\"size_after\";i:11536;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:243;s:11:\"size_before\";i:7645;s:10:\"size_after\";i:7402;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:484;s:11:\"size_before\";i:9017;s:10:\"size_after\";i:8533;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2797;s:10:\"size_after\";i:2650;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20363;s:10:\"size_after\";i:20363;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4778;s:10:\"size_after\";i:4778;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:600;s:11:\"size_before\";i:15356;s:10:\"size_after\";i:14756;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:2750;s:11:\"size_before\";i:41361;s:10:\"size_after\";i:38611;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:287;s:11:\"size_before\";i:8611;s:10:\"size_after\";i:8324;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.300000000000001;s:5:\"bytes\";i:13029;s:11:\"size_before\";i:126502;s:10:\"size_after\";i:113473;s:4:\"time\";d:0.080000000000000002;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:3308;s:11:\"size_before\";i:37525;s:10:\"size_after\";i:34217;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:788;s:11:\"size_before\";i:16399;s:10:\"size_after\";i:15611;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:19302;s:10:\"size_after\";i:18183;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9800000000000004;s:5:\"bytes\";i:3966;s:11:\"size_before\";i:44144;s:10:\"size_after\";i:40178;s:4:\"time\";d:0.01;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:2653;s:11:\"size_before\";i:38990;s:10:\"size_after\";i:36337;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:11996;s:11:\"size_before\";i:123006;s:10:\"size_after\";i:111010;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:32895;s:10:\"size_after\";i:30550;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000001;s:5:\"bytes\";i:15204;s:11:\"size_before\";i:158674;s:10:\"size_after\";i:143470;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1;s:5:\"bytes\";i:6388;s:11:\"size_before\";i:63232;s:10:\"size_after\";i:56844;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:1738;s:11:\"size_before\";i:30960;s:10:\"size_after\";i:29222;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:40240;s:10:\"size_after\";i:36806;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:483;s:11:\"size_before\";i:9146;s:10:\"size_after\";i:8663;s:4:\"time\";d:0.01;}}}'),(24579,4255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1497;s:6:\"height\";i:1687;s:4:\"file\";s:43:\"2019/03/Sous-Vide-Tools-blast-chiller-1.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-768x865.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Sous-Vide-Tools-blast-chiller-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Sous-Vide-Tools-blast-chiller-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-696x784.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Sous-Vide-Tools-blast-chiller-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"Sous-Vide-Tools-blast-chiller-1-1068x1204.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-373x420.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-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:43:\"Sous-Vide-Tools-blast-chiller-1-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Sous-Vide-Tools-blast-chiller-1-909x1024.jpg\";s:5:\"width\";i:909;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Sous-Vide-Tools-blast-chiller-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"Sous-Vide-Tools-blast-chiller-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"Sous-Vide-Tools-blast-chiller-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"Sous-Vide-Tools-blast-chiller-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24580,4256,'_wp_attached_file','2019/03/Falcons-F900-electric-chargrill-model-E9490.jpg'),(24581,4256,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1703099270548174;s:5:\"bytes\";i:77153;s:11:\"size_before\";i:1250391;s:10:\"size_after\";i:1173238;s:4:\"time\";d:0.72000000000000031;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006;s:5:\"bytes\";i:494;s:11:\"size_before\";i:4956;s:10:\"size_after\";i:4462;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:697;s:11:\"size_before\";i:10074;s:10:\"size_after\";i:9377;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:5286;s:11:\"size_before\";i:66989;s:10:\"size_after\";i:61703;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2780;s:10:\"size_after\";i:2553;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:4344;s:11:\"size_before\";i:63331;s:10:\"size_after\";i:58987;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:32119;s:10:\"size_after\";i:30372;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30372;s:10:\"size_after\";i:30372;s:4:\"time\";d:0.040000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:640;s:11:\"size_before\";i:11348;s:10:\"size_after\";i:10708;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10708;s:10:\"size_after\";i:10708;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0199999999999996;s:5:\"bytes\";i:437;s:11:\"size_before\";i:4846;s:10:\"size_after\";i:4409;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8000000000000007;s:5:\"bytes\";i:524;s:11:\"size_before\";i:5955;s:10:\"size_after\";i:5431;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:764;s:11:\"size_before\";i:11994;s:10:\"size_after\";i:11230;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:641;s:11:\"size_before\";i:12475;s:10:\"size_after\";i:11834;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:26340;s:10:\"size_after\";i:24638;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:643;s:11:\"size_before\";i:8947;s:10:\"size_after\";i:8304;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:2162;s:11:\"size_before\";i:33567;s:10:\"size_after\";i:31405;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:794;s:11:\"size_before\";i:17768;s:10:\"size_after\";i:16974;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:623;s:11:\"size_before\";i:9324;s:10:\"size_after\";i:8701;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:709;s:11:\"size_before\";i:11129;s:10:\"size_after\";i:10420;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:283;s:11:\"size_before\";i:3514;s:10:\"size_after\";i:3231;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30372;s:10:\"size_after\";i:30372;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5431;s:10:\"size_after\";i:5431;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:927;s:11:\"size_before\";i:19792;s:10:\"size_after\";i:18865;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:2111;s:11:\"size_before\";i:39130;s:10:\"size_after\";i:37019;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:671;s:11:\"size_before\";i:10381;s:10:\"size_after\";i:9710;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:10161;s:11:\"size_before\";i:133856;s:10:\"size_after\";i:123695;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:2298;s:11:\"size_before\";i:45593;s:10:\"size_after\";i:43295;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:905;s:11:\"size_before\";i:19158;s:10:\"size_after\";i:18253;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:22992;s:10:\"size_after\";i:21889;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:2527;s:11:\"size_before\";i:47415;s:10:\"size_after\";i:44888;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:3212;s:11:\"size_before\";i:51247;s:10:\"size_after\";i:48035;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:7823;s:11:\"size_before\";i:106901;s:10:\"size_after\";i:99078;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:1898;s:11:\"size_before\";i:34872;s:10:\"size_after\";i:32974;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2400000000000002;s:5:\"bytes\";i:11390;s:11:\"size_before\";i:138166;s:10:\"size_after\";i:126776;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:4496;s:11:\"size_before\";i:72388;s:10:\"size_after\";i:67892;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:1910;s:11:\"size_before\";i:37065;s:10:\"size_after\";i:35155;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:2331;s:11:\"size_before\";i:43959;s:10:\"size_after\";i:41628;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:673;s:11:\"size_before\";i:13137;s:10:\"size_after\";i:12464;s:4:\"time\";d:0.02;}}}'),(24582,4256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1899;s:6:\"height\";i:1269;s:4:\"file\";s:55:\"2019/03/Falcons-F900-electric-chargrill-model-E9490.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:53:\"Falcons-F900-electric-chargrill-model-E9490-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:54:\"Falcons-F900-electric-chargrill-model-E9490-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:56:\"Falcons-F900-electric-chargrill-model-E9490-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:56:\"Falcons-F900-electric-chargrill-model-E9490-1068x714.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-150x150.jpg\";s:5:\"width\";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:\"Falcons-F900-electric-chargrill-model-E9490-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Falcons-F900-electric-chargrill-model-E9490-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Falcons-F900-electric-chargrill-model-E9490-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:56:\"Falcons-F900-electric-chargrill-model-E9490-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:54:\"Falcons-F900-electric-chargrill-model-E9490-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:55:\"Falcons-F900-electric-chargrill-model-E9490-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24583,4256,'_wp_attachment_image_alt','The Falcon F900 electric chargrill model E9490'),(24584,4254,'_thumbnail_id','4256'),(24585,4254,'_adinserter_block_exceptions',''),(24586,4254,'slide_template','default'),(24587,4254,'_bunyad_featured_post','0'),(24588,4254,'_bunyad_cat_label','0'),(24589,4254,'_bunyad_featured_disable','0'),(24590,4254,'_bunyad_bg_image_bg_type','cover'),(24591,4254,'_bunyad_reviews','0'),(24592,4254,'_bunyad_review_pos','none'),(24593,4254,'_bunyad_review_type','points'),(24594,4254,'_bunyad_review_verdict','Awesome'),(24595,4254,'_yoast_wpseo_focuskw','falcon'),(24596,4254,'_yoast_wpseo_title','Falcon has launched an electric version of its F900 chargrill'),(24597,4254,'_yoast_wpseo_metadesc','Falcon has launched an electric version of its F900 chargrill. Like the established F900 gas chargrills, the new units combine high performance & ease'),(24598,4254,'_yoast_wpseo_linkdex','82'),(24599,4254,'_yoast_wpseo_content_score','30'),(24600,4254,'_yoast_wpseo_primary_category','32'),(24601,4258,'_edit_last','1'),(24602,4258,'_edit_lock','1553177507:1'),(24603,4259,'_wp_attached_file','2019/03/egg-4026374_1920.jpg'),(24604,4259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6651030061373673;s:5:\"bytes\";i:63085;s:11:\"size_before\";i:946497;s:10:\"size_after\";i:883412;s:4:\"time\";d:0.76000000000000034;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2100000000000009;s:5:\"bytes\";i:310;s:11:\"size_before\";i:3778;s:10:\"size_after\";i:3468;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7281;s:10:\"size_after\";i:6784;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:4019;s:11:\"size_before\";i:51609;s:10:\"size_after\";i:47590;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4800000000000004;s:5:\"bytes\";i:228;s:11:\"size_before\";i:2405;s:10:\"size_after\";i:2177;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:3249;s:11:\"size_before\";i:46070;s:10:\"size_after\";i:42821;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:21588;s:10:\"size_after\";i:20253;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20253;s:10:\"size_after\";i:20253;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:468;s:11:\"size_before\";i:8045;s:10:\"size_after\";i:7577;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7577;s:10:\"size_after\";i:7577;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:315;s:11:\"size_before\";i:3869;s:10:\"size_after\";i:3554;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:376;s:11:\"size_before\";i:4693;s:10:\"size_after\";i:4317;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:567;s:11:\"size_before\";i:8436;s:10:\"size_after\";i:7869;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:572;s:11:\"size_before\";i:8202;s:10:\"size_after\";i:7630;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1332;s:11:\"size_before\";i:18382;s:10:\"size_after\";i:17050;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:427;s:11:\"size_before\";i:6455;s:10:\"size_after\";i:6028;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:1684;s:11:\"size_before\";i:23245;s:10:\"size_after\";i:21561;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:758;s:11:\"size_before\";i:12043;s:10:\"size_after\";i:11285;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:431;s:11:\"size_before\";i:6378;s:10:\"size_after\";i:5947;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7983;s:10:\"size_after\";i:7501;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000001;s:5:\"bytes\";i:270;s:11:\"size_before\";i:3059;s:10:\"size_after\";i:2789;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20253;s:10:\"size_after\";i:20253;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4317;s:10:\"size_after\";i:4317;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:881;s:11:\"size_before\";i:13136;s:10:\"size_after\";i:12255;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:2046;s:11:\"size_before\";i:29153;s:10:\"size_after\";i:27107;s:4:\"time\";d:0.050000000000000003;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7800000000000002;s:5:\"bytes\";i:582;s:11:\"size_before\";i:7483;s:10:\"size_after\";i:6901;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:7423;s:11:\"size_before\";i:110415;s:10:\"size_after\";i:102992;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:33018;s:10:\"size_after\";i:30801;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:947;s:11:\"size_before\";i:13477;s:10:\"size_after\";i:12530;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:16484;s:10:\"size_after\";i:15358;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:34554;s:10:\"size_after\";i:32175;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:35752;s:10:\"size_after\";i:33372;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:6427;s:11:\"size_before\";i:89437;s:10:\"size_after\";i:83010;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:26058;s:10:\"size_after\";i:24078;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:8981;s:11:\"size_before\";i:119839;s:10:\"size_after\";i:110858;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:3624;s:11:\"size_before\";i:54470;s:10:\"size_after\";i:50846;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:1764;s:11:\"size_before\";i:25491;s:10:\"size_after\";i:23727;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:2281;s:11:\"size_before\";i:32271;s:10:\"size_after\";i:29990;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:727;s:11:\"size_before\";i:9538;s:10:\"size_after\";i:8811;s:4:\"time\";d:0.01;}}}'),(24605,4259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2019/03/egg-4026374_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"egg-4026374_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"egg-4026374_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"egg-4026374_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"egg-4026374_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"egg-4026374_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-150x150.jpg\";s:5:\"width\";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:\"egg-4026374_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"egg-4026374_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"egg-4026374_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:29:\"egg-4026374_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:27:\"egg-4026374_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:28:\"egg-4026374_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24606,4259,'_wp_attachment_image_alt','Industry groups question government commitment to animal welfare'),(24607,4260,'_wp_attached_file','2019/03/animal-1851495_1920.jpg'),(24608,4260,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1536585937683164;s:5:\"bytes\";i:131236;s:11:\"size_before\";i:2132650;s:10:\"size_after\";i:2001414;s:4:\"time\";d:2.9399999999999964;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:526;s:11:\"size_before\";i:7194;s:10:\"size_after\";i:6668;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:886;s:11:\"size_before\";i:13369;s:10:\"size_after\";i:12483;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:6426;s:11:\"size_before\";i:124578;s:10:\"size_after\";i:118152;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:295;s:11:\"size_before\";i:3920;s:10:\"size_after\";i:3625;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:5418;s:11:\"size_before\";i:105220;s:10:\"size_after\";i:99802;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:2734;s:11:\"size_before\";i:46710;s:10:\"size_after\";i:43976;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43976;s:10:\"size_after\";i:43976;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:14976;s:10:\"size_after\";i:13926;s:4:\"time\";d:0.029999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13926;s:10:\"size_after\";i:13926;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:521;s:11:\"size_before\";i:7009;s:10:\"size_after\";i:6488;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:529;s:11:\"size_before\";i:7907;s:10:\"size_after\";i:7378;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:16430;s:10:\"size_after\";i:15279;s:4:\"time\";d:2.0299999999999998;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1217;s:11:\"size_before\";i:19339;s:10:\"size_after\";i:18122;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:2643;s:11:\"size_before\";i:42843;s:10:\"size_after\";i:40200;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:831;s:11:\"size_before\";i:12303;s:10:\"size_after\";i:11472;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:3369;s:11:\"size_before\";i:57785;s:10:\"size_after\";i:54416;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:23741;s:10:\"size_after\";i:22217;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:853;s:11:\"size_before\";i:13511;s:10:\"size_after\";i:12658;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:15080;s:10:\"size_after\";i:14067;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:323;s:11:\"size_before\";i:4398;s:10:\"size_after\";i:4075;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43976;s:10:\"size_after\";i:43976;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7378;s:10:\"size_after\";i:7378;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:2549;s:11:\"size_before\";i:32011;s:10:\"size_after\";i:29462;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:4890;s:11:\"size_before\";i:64359;s:10:\"size_after\";i:59469;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:15491;s:10:\"size_after\";i:14154;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:14161;s:11:\"size_before\";i:229501;s:10:\"size_after\";i:215340;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:5220;s:11:\"size_before\";i:72980;s:10:\"size_after\";i:67760;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:2389;s:11:\"size_before\";i:30409;s:10:\"size_after\";i:28020;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:33955;s:10:\"size_after\";i:31296;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:5754;s:11:\"size_before\";i:79808;s:10:\"size_after\";i:74054;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:6341;s:11:\"size_before\";i:97744;s:10:\"size_after\";i:91403;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:13508;s:11:\"size_before\";i:213881;s:10:\"size_after\";i:200373;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:4377;s:11:\"size_before\";i:58893;s:10:\"size_after\";i:54516;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:17191;s:11:\"size_before\";i:281209;s:10:\"size_after\";i:264018;s:4:\"time\";d:0.089999999999999997;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:8170;s:11:\"size_before\";i:121463;s:10:\"size_after\";i:113293;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:65238;s:10:\"size_after\";i:60527;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:5237;s:11:\"size_before\";i:72918;s:10:\"size_after\";i:67681;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:1433;s:11:\"size_before\";i:17221;s:10:\"size_after\";i:15788;s:4:\"time\";d:0.01;}}}'),(24609,4260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2019/03/animal-1851495_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"animal-1851495_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"animal-1851495_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"animal-1851495_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"animal-1851495_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"animal-1851495_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"animal-1851495_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"animal-1851495_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"animal-1851495_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"animal-1851495_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"animal-1851495_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24610,4260,'_wp_attachment_image_alt','Industry groups question government commitment to animal welfare'),(24611,4258,'_thumbnail_id','4260'),(24612,4258,'_adinserter_block_exceptions',''),(24613,4258,'slide_template','default'),(24614,4258,'_bunyad_featured_post','0'),(24615,4258,'_bunyad_cat_label','0'),(24616,4258,'_bunyad_featured_disable','0'),(24617,4258,'_bunyad_bg_image_bg_type','cover'),(24618,4258,'_bunyad_reviews','0'),(24619,4258,'_bunyad_review_pos','none'),(24620,4258,'_bunyad_review_type','points'),(24621,4258,'_bunyad_review_verdict','Awesome'),(24622,4258,'_yoast_wpseo_focuskw','animal welfare'),(24623,4258,'_yoast_wpseo_title','Industry groups question government commitment to animal welfare'),(24624,4258,'_yoast_wpseo_metadesc','This is extremely damaging for animal welfare and a serious breach of trust by a Government which seems to have lost its way on hen welfare'),(24625,4258,'_yoast_wpseo_linkdex','84'),(24626,4258,'_yoast_wpseo_content_score','60'),(24627,4258,'_yoast_wpseo_primary_category','287'),(24628,4263,'_edit_last','1'),(24629,4263,'_edit_lock','1552913594:1'),(24630,4264,'_wp_attached_file','2019/03/mediterranean-346997_1920.jpg'),(24631,4264,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8224620685836417;s:5:\"bytes\";i:91482;s:11:\"size_before\";i:1571191;s:10:\"size_after\";i:1479709;s:4:\"time\";d:0.81000000000000028;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:326;s:11:\"size_before\";i:6091;s:10:\"size_after\";i:5765;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:680;s:11:\"size_before\";i:12735;s:10:\"size_after\";i:12055;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:6101;s:11:\"size_before\";i:102315;s:10:\"size_after\";i:96214;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:218;s:11:\"size_before\";i:3490;s:10:\"size_after\";i:3272;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:4532;s:11:\"size_before\";i:74248;s:10:\"size_after\";i:69716;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:34275;s:10:\"size_after\";i:32179;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32179;s:10:\"size_after\";i:32179;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:671;s:11:\"size_before\";i:12320;s:10:\"size_after\";i:11649;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11649;s:10:\"size_after\";i:11649;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:337;s:11:\"size_before\";i:5804;s:10:\"size_after\";i:5467;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:428;s:11:\"size_before\";i:7130;s:10:\"size_after\";i:6702;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:796;s:11:\"size_before\";i:13862;s:10:\"size_after\";i:13066;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:765;s:11:\"size_before\";i:15367;s:10:\"size_after\";i:14602;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1860;s:11:\"size_before\";i:32525;s:10:\"size_after\";i:30665;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:572;s:11:\"size_before\";i:10401;s:10:\"size_after\";i:9829;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:2270;s:11:\"size_before\";i:40853;s:10:\"size_after\";i:38583;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:18707;s:10:\"size_after\";i:17693;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:545;s:11:\"size_before\";i:10899;s:10:\"size_after\";i:10354;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:690;s:11:\"size_before\";i:12773;s:10:\"size_after\";i:12083;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:204;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3626;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32179;s:10:\"size_after\";i:32179;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6702;s:10:\"size_after\";i:6702;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:1680;s:11:\"size_before\";i:24640;s:10:\"size_after\";i:22960;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:3696;s:11:\"size_before\";i:55749;s:10:\"size_after\";i:52053;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:876;s:11:\"size_before\";i:12703;s:10:\"size_after\";i:11827;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:9862;s:11:\"size_before\";i:158184;s:10:\"size_after\";i:148322;s:4:\"time\";d:0.050000000000000003;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:3494;s:11:\"size_before\";i:53171;s:10:\"size_after\";i:49677;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:1600;s:11:\"size_before\";i:23312;s:10:\"size_after\";i:21712;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:2033;s:11:\"size_before\";i:28284;s:10:\"size_after\";i:26251;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:4007;s:11:\"size_before\";i:60683;s:10:\"size_after\";i:56676;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:3920;s:11:\"size_before\";i:68267;s:10:\"size_after\";i:64347;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:8919;s:11:\"size_before\";i:149431;s:10:\"size_after\";i:140512;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:2994;s:11:\"size_before\";i:44590;s:10:\"size_after\";i:41596;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:10967;s:11:\"size_before\";i:188992;s:10:\"size_after\";i:178025;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:5509;s:11:\"size_before\";i:85113;s:10:\"size_after\";i:79604;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:3102;s:11:\"size_before\";i:47643;s:10:\"size_after\";i:44541;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:3737;s:11:\"size_before\";i:56201;s:10:\"size_after\";i:52464;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:981;s:11:\"size_before\";i:13894;s:10:\"size_after\";i:12913;s:4:\"time\";d:0.01;}}}'),(24632,4264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1460;s:4:\"file\";s:37:\"2019/03/mediterranean-346997_1920.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-768x584.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"mediterranean-346997_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"mediterranean-346997_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-696x529.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"mediterranean-346997_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"mediterranean-346997_1920-1068x812.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-552x420.jpg\";s:5:\"width\";i:552;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"mediterranean-346997_1920-1920x1460.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"mediterranean-346997_1920-1024x779.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"mediterranean-346997_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"mediterranean-346997_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"mediterranean-346997_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"mediterranean-346997_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24633,4264,'_wp_attachment_image_alt','Food advertising restrictions will harm the hospitality sector'),(24634,4263,'_thumbnail_id','4264'),(24635,4263,'_adinserter_block_exceptions',''),(24636,4263,'slide_template','default'),(24637,4263,'_bunyad_featured_post','0'),(24638,4263,'_bunyad_cat_label','0'),(24639,4263,'_bunyad_featured_disable','0'),(24640,4263,'_bunyad_bg_image_bg_type','cover'),(24641,4263,'_bunyad_reviews','0'),(24642,4263,'_bunyad_review_pos','none'),(24643,4263,'_bunyad_review_type','points'),(24644,4263,'_bunyad_review_verdict','Awesome'),(24645,4263,'_yoast_wpseo_focuskw','food advertising'),(24646,4263,'_yoast_wpseo_title','Food advertising restrictions will harm the hospitality sector'),(24647,4263,'_yoast_wpseo_metadesc','UKHospitality has warned that restrictions on food advertising would further undermine hospitality businesses already battling against restrictive'),(24648,4263,'_yoast_wpseo_linkdex','89'),(24649,4263,'_yoast_wpseo_content_score','60'),(24650,4263,'_yoast_wpseo_primary_category',''),(24651,4263,'xyz_fbap','1'),(24655,4263,'_wpas_done_all','1'),(24660,4263,'_wpas_skip_20130109','1'),(24663,4267,'_edit_last','1'),(24664,4267,'_edit_lock','1552908473:1'),(24665,4268,'_wp_attached_file','2019/03/whiskey-heroLandscape_1600x900.jpeg'),(24666,4268,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2717927123865369;s:5:\"bytes\";i:53970;s:11:\"size_before\";i:1263404;s:10:\"size_after\";i:1209434;s:4:\"time\";d:0.78000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:347;s:11:\"size_before\";i:6187;s:10:\"size_after\";i:5840;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:600;s:11:\"size_before\";i:12077;s:10:\"size_after\";i:11477;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:2396;s:11:\"size_before\";i:69373;s:10:\"size_after\";i:66977;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:235;s:11:\"size_before\";i:3529;s:10:\"size_after\";i:3294;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:66100;s:10:\"size_after\";i:63765;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:35830;s:10:\"size_after\";i:34489;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34489;s:10:\"size_after\";i:34489;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:739;s:11:\"size_before\";i:14581;s:10:\"size_after\";i:13842;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13842;s:10:\"size_after\";i:13842;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:354;s:11:\"size_before\";i:6372;s:10:\"size_after\";i:6018;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:447;s:11:\"size_before\";i:8149;s:10:\"size_after\";i:7702;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:707;s:11:\"size_before\";i:15531;s:10:\"size_after\";i:14824;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13044;s:10:\"size_after\";i:12492;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1217;s:11:\"size_before\";i:32267;s:10:\"size_after\";i:31050;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:557;s:11:\"size_before\";i:11740;s:10:\"size_after\";i:11183;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1455;s:11:\"size_before\";i:38629;s:10:\"size_after\";i:37174;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:881;s:11:\"size_before\";i:21352;s:10:\"size_after\";i:20471;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:504;s:11:\"size_before\";i:10930;s:10:\"size_after\";i:10426;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:684;s:11:\"size_before\";i:14545;s:10:\"size_after\";i:13861;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:303;s:11:\"size_before\";i:4824;s:10:\"size_after\";i:4521;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34489;s:10:\"size_after\";i:34489;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7702;s:10:\"size_after\";i:7702;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:23158;s:10:\"size_after\";i:21796;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:2466;s:11:\"size_before\";i:46210;s:10:\"size_after\";i:43744;s:4:\"time\";d:0.059999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:797;s:11:\"size_before\";i:13210;s:10:\"size_after\";i:12413;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:5587;s:11:\"size_before\";i:132218;s:10:\"size_after\";i:126631;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:55449;s:10:\"size_after\";i:52470;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:24076;s:10:\"size_after\";i:22664;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1762;s:11:\"size_before\";i:30781;s:10:\"size_after\";i:29019;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:2876;s:11:\"size_before\";i:59157;s:10:\"size_after\";i:56281;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:2018;s:11:\"size_before\";i:46693;s:10:\"size_after\";i:44675;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:4899;s:11:\"size_before\";i:117280;s:10:\"size_after\";i:112381;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:2203;s:11:\"size_before\";i:44859;s:10:\"size_after\";i:42656;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:3856;s:11:\"size_before\";i:80655;s:10:\"size_after\";i:76799;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:2160;s:11:\"size_before\";i:41318;s:10:\"size_after\";i:39158;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:2762;s:11:\"size_before\";i:55381;s:10:\"size_after\";i:52619;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:1177;s:11:\"size_before\";i:17377;s:10:\"size_after\";i:16200;s:4:\"time\";d:0.01;}}}'),(24667,4268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2019/03/whiskey-heroLandscape_1600x900.jpeg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"whiskey-heroLandscape_1600x900-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"whiskey-heroLandscape_1600x900-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-696x392.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"whiskey-heroLandscape_1600x900-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"whiskey-heroLandscape_1600x900-1068x601.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-747x420.jpeg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"whiskey-heroLandscape_1600x900-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"whiskey-heroLandscape_1600x900-110x96.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:44:\"whiskey-heroLandscape_1600x900-1078x516.jpeg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-351x185.jpeg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-168x137.jpeg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-343x215.jpeg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-233x300.jpeg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-536x386.jpeg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-269x192.jpeg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-600x460.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-474x240.jpeg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-235x216.jpeg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-326x205.jpeg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:42:\"whiskey-heroLandscape_1600x900-164x82.jpeg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-702x336.jpeg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:43:\"whiskey-heroLandscape_1600x900-214x140.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24668,4268,'_wp_attachment_image_alt','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration'),(24669,4267,'_thumbnail_id','4268'),(24670,4267,'_adinserter_block_exceptions',''),(24671,4267,'slide_template','default'),(24672,4267,'_bunyad_featured_post','0'),(24673,4267,'_bunyad_cat_label','0'),(24674,4267,'_bunyad_featured_disable','0'),(24675,4267,'_bunyad_bg_image_bg_type','cover'),(24676,4267,'_bunyad_reviews','0'),(24677,4267,'_bunyad_review_pos','none'),(24678,4267,'_bunyad_review_type','points'),(24679,4267,'_bunyad_review_verdict','Awesome'),(24680,4267,'_yoast_wpseo_focuskw','St. Patrick’s Day'),(24681,4267,'_yoast_wpseo_title','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration'),(24682,4267,'_yoast_wpseo_metadesc','This year, Jameson went one step further, going completely off-the-grid to celebrate St. Patrick’s Day in a remote, icy wilderness'),(24683,4267,'_yoast_wpseo_linkdex','91'),(24684,4267,'_yoast_wpseo_content_score','30'),(24685,4267,'_yoast_wpseo_primary_category','33'),(24686,4267,'xyz_fbap','1'),(24690,4267,'_wpas_done_all','1'),(24697,4267,'_wpas_skip_20130109','1'),(24705,4246,'xyz_fbap','1'),(24709,4246,'_wpas_done_all','1'),(24712,4246,'_wpas_skip_20130109','1'),(24713,4278,'_edit_last','1'),(24714,4278,'_edit_lock','1557774678:1'),(24715,4279,'_wp_attached_file','2019/03/8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E.jpg'),(24716,4279,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.20369951607797;s:5:\"bytes\";i:192038;s:11:\"size_before\";i:3095540;s:10:\"size_after\";i:2903502;s:4:\"time\";d:1.4300000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:380;s:11:\"size_before\";i:7616;s:10:\"size_after\";i:7236;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:535;s:11:\"size_before\";i:16264;s:10:\"size_after\";i:15729;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:7083;s:11:\"size_before\";i:131583;s:10:\"size_after\";i:124500;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:236;s:11:\"size_before\";i:3731;s:10:\"size_after\";i:3495;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:5731;s:11:\"size_before\";i:99643;s:10:\"size_after\";i:93912;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:2391;s:11:\"size_before\";i:47986;s:10:\"size_after\";i:45595;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45595;s:10:\"size_after\";i:45595;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:677;s:11:\"size_before\";i:16190;s:10:\"size_after\";i:15513;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15513;s:10:\"size_after\";i:15513;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:347;s:11:\"size_before\";i:6818;s:10:\"size_after\";i:6471;s:4:\"time\";d:0.02;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:357;s:11:\"size_before\";i:8335;s:10:\"size_after\";i:7978;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:669;s:11:\"size_before\";i:17893;s:10:\"size_after\";i:17224;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:1051;s:11:\"size_before\";i:23965;s:10:\"size_after\";i:22914;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:1866;s:11:\"size_before\";i:44076;s:10:\"size_after\";i:42210;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:462;s:11:\"size_before\";i:13042;s:10:\"size_after\";i:12580;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:2479;s:11:\"size_before\";i:55403;s:10:\"size_after\";i:52924;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:26048;s:10:\"size_after\";i:24958;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:557;s:11:\"size_before\";i:14420;s:10:\"size_after\";i:13863;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:653;s:11:\"size_before\";i:16692;s:10:\"size_after\";i:16039;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:224;s:11:\"size_before\";i:4432;s:10:\"size_after\";i:4208;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45595;s:10:\"size_after\";i:45595;s:4:\"time\";d:0.040000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7978;s:10:\"size_after\";i:7978;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:2013;s:11:\"size_before\";i:33969;s:10:\"size_after\";i:31956;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:4330;s:11:\"size_before\";i:72862;s:10:\"size_after\";i:68532;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:39748;s:11:\"size_before\";i:573188;s:10:\"size_after\";i:533440;s:4:\"time\";d:0.17000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:805;s:11:\"size_before\";i:15629;s:10:\"size_after\";i:14824;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:29664;s:11:\"size_before\";i:422035;s:10:\"size_after\";i:392371;s:4:\"time\";d:0.19;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:15307;s:11:\"size_before\";i:210817;s:10:\"size_after\";i:195510;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:4807;s:11:\"size_before\";i:72285;s:10:\"size_after\";i:67478;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:1723;s:11:\"size_before\";i:30215;s:10:\"size_after\";i:28492;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:36914;s:10:\"size_after\";i:34747;s:4:\"time\";d:0.029999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:5120;s:11:\"size_before\";i:80478;s:10:\"size_after\";i:75358;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:7723;s:11:\"size_before\";i:106642;s:10:\"size_after\";i:98919;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:13458;s:11:\"size_before\";i:194307;s:10:\"size_after\";i:180849;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:3516;s:11:\"size_before\";i:59298;s:10:\"size_after\";i:55782;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:17041;s:11:\"size_before\";i:244836;s:10:\"size_after\";i:227795;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:8003;s:11:\"size_before\";i:115334;s:10:\"size_after\";i:107331;s:4:\"time\";d:0.070000000000000007;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:4101;s:11:\"size_before\";i:64936;s:10:\"size_after\";i:60835;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:4677;s:11:\"size_before\";i:74716;s:10:\"size_after\";i:70039;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:18261;s:10:\"size_after\";i:17214;s:4:\"time\";d:0.02;}}}'),(24717,4279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4916;s:6:\"height\";i:3682;s:4:\"file\";s:48:\"2019/03/8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-1920x1438.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"iPhone\";s:7:\"caption\";s:34:\"Processed with VSCO with c6 preset\";s:17:\"created_timestamp\";s:10:\"1552918541\";s:9:\"copyright\";s:36:\"Copyright 2019. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"Processed with VSCO with c6 preset\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24718,4280,'_wp_attached_file','2019/03/E2991DB9-13DB-466D-8BD5-D7A8B15F56CC.jpg'),(24719,4280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6362009108180446;s:5:\"bytes\";i:244022;s:11:\"size_before\";i:3677134;s:10:\"size_after\";i:3433112;s:4:\"time\";d:1.4200000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:838;s:11:\"size_before\";i:10438;s:10:\"size_after\";i:9600;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:1924;s:11:\"size_before\";i:25781;s:10:\"size_after\";i:23857;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:8425;s:11:\"size_before\";i:166112;s:10:\"size_after\";i:157687;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:490;s:11:\"size_before\";i:5598;s:10:\"size_after\";i:5108;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:5504;s:11:\"size_before\";i:116089;s:10:\"size_after\";i:110585;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:3600;s:11:\"size_before\";i:61283;s:10:\"size_after\";i:57683;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57683;s:10:\"size_after\";i:57683;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:23390;s:10:\"size_after\";i:21688;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21688;s:10:\"size_after\";i:21688;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:837;s:11:\"size_before\";i:10714;s:10:\"size_after\";i:9877;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:13246;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:1932;s:11:\"size_before\";i:26578;s:10:\"size_after\";i:24646;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:25242;s:10:\"size_after\";i:23386;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:4095;s:11:\"size_before\";i:61448;s:10:\"size_after\";i:57353;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:1560;s:11:\"size_before\";i:20197;s:10:\"size_after\";i:18637;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:4909;s:11:\"size_before\";i:76590;s:10:\"size_after\";i:71681;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:2442;s:11:\"size_before\";i:35676;s:10:\"size_after\";i:33234;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:1555;s:11:\"size_before\";i:20112;s:10:\"size_after\";i:18557;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:1845;s:11:\"size_before\";i:24670;s:10:\"size_after\";i:22825;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:546;s:11:\"size_before\";i:6893;s:10:\"size_after\";i:6347;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57683;s:10:\"size_after\";i:57683;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12188;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:4049;s:11:\"size_before\";i:42474;s:10:\"size_after\";i:38425;s:4:\"time\";d:0.070000000000000007;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:8720;s:11:\"size_before\";i:102318;s:10:\"size_after\";i:93598;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:37093;s:11:\"size_before\";i:621351;s:10:\"size_after\";i:584258;s:4:\"time\";d:0.20999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7699999999999996;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:22926;s:10:\"size_after\";i:20687;s:4:\"time\";d:0.02;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:24533;s:11:\"size_before\";i:433506;s:10:\"size_after\";i:408973;s:4:\"time\";d:0.12;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:15055;s:11:\"size_before\";i:231896;s:10:\"size_after\";i:216841;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:7493;s:11:\"size_before\";i:92273;s:10:\"size_after\";i:84780;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:4078;s:11:\"size_before\";i:43835;s:10:\"size_after\";i:39757;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:4836;s:11:\"size_before\";i:52851;s:10:\"size_after\";i:48015;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3300000000000001;s:5:\"bytes\";i:8757;s:11:\"size_before\";i:105111;s:10:\"size_after\";i:96354;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:8138;s:11:\"size_before\";i:98696;s:10:\"size_after\";i:90558;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:17576;s:11:\"size_before\";i:234637;s:10:\"size_after\";i:217061;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8399999999999999;s:5:\"bytes\";i:7275;s:11:\"size_before\";i:82320;s:10:\"size_after\";i:75045;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:20758;s:11:\"size_before\";i:290070;s:10:\"size_after\";i:269312;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.54;s:5:\"bytes\";i:10434;s:11:\"size_before\";i:138346;s:10:\"size_after\";i:127912;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:7153;s:11:\"size_before\";i:80270;s:10:\"size_after\";i:73117;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3800000000000008;s:5:\"bytes\";i:8223;s:11:\"size_before\";i:98079;s:10:\"size_after\";i:89856;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:2494;s:11:\"size_before\";i:26876;s:10:\"size_after\";i:24382;s:4:\"time\";d:0.02;}}}'),(24720,4280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5342;s:6:\"height\";i:4000;s:4:\"file\";s:48:\"2019/03/E2991DB9-13DB-466D-8BD5-D7A8B15F56CC.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-1920x1438.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:49:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:47:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:48:\"E2991DB9-13DB-466D-8BD5-D7A8B15F56CC-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"iPhone\";s:7:\"caption\";s:34:\"Processed with VSCO with c6 preset\";s:17:\"created_timestamp\";s:10:\"1552918542\";s:9:\"copyright\";s:36:\"Copyright 2019. All rights reserved.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"Processed with VSCO with c6 preset\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24721,4280,'_wp_attachment_image_alt','Molson Coors and Sky launch new simplified partnership deal'),(24722,4279,'_wp_attachment_image_alt','Molson Coors and Sky launch new simplified partnership deal'),(24723,4278,'_thumbnail_id','4280'),(24724,4278,'_adinserter_block_exceptions',''),(24725,4278,'slide_template','default'),(24726,4278,'_bunyad_featured_post','0'),(24727,4278,'_bunyad_cat_label','0'),(24728,4278,'_bunyad_featured_disable','0'),(24729,4278,'_bunyad_bg_image_bg_type','cover'),(24730,4278,'_bunyad_reviews','0'),(24731,4278,'_bunyad_review_pos','none'),(24732,4278,'_bunyad_review_type','points'),(24733,4278,'_bunyad_review_verdict','Awesome'),(24734,4278,'_yoast_wpseo_focuskw','molson coors'),(24735,4278,'_yoast_wpseo_title','Molson Coors and Sky launch new simplified partnership deal'),(24736,4278,'_yoast_wpseo_metadesc','Sky and Molson Coors have launched a new, game-changing deal for licensed customers which is bigger and better than ever.'),(24737,4278,'_yoast_wpseo_linkdex','77'),(24738,4278,'_yoast_wpseo_content_score','30'),(24739,4278,'_yoast_wpseo_primary_category','8'),(24740,4278,'xyz_fbap','1'),(24744,4278,'_wpas_done_all','1'),(24745,4156,'xyz_fbap','1'),(24749,4156,'_wp_old_date','2019-03-12'),(24750,4156,'_wpas_done_all','1'),(24751,4176,'xyz_fbap','1'),(24755,4176,'_wp_old_date','2019-03-15'),(24756,4176,'_wpas_done_all','1'),(24757,4282,'_edit_last','1'),(24758,4282,'_edit_lock','1553177441:1'),(24759,4283,'_wp_attached_file','2019/03/Tansun49-image-1-high-res.jpg'),(24760,4283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0968110946866432;s:5:\"bytes\";i:88244;s:11:\"size_before\";i:2153968;s:10:\"size_after\";i:2065724;s:4:\"time\";d:0.78000000000000025;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1626;s:11:\"size_before\";i:28216;s:10:\"size_after\";i:26590;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:3335;s:11:\"size_before\";i:66143;s:10:\"size_after\";i:62808;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:15528;s:11:\"size_before\";i:474998;s:10:\"size_after\";i:459470;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:991;s:11:\"size_before\";i:15201;s:10:\"size_after\";i:14210;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:12808;s:11:\"size_before\";i:374138;s:10:\"size_after\";i:361330;s:4:\"time\";d:0.14000000000000001;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:7825;s:11:\"size_before\";i:193126;s:10:\"size_after\";i:185301;s:4:\"time\";d:0.070000000000000007;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:3560;s:11:\"size_before\";i:69708;s:10:\"size_after\";i:66148;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:29392;s:10:\"size_after\";i:27690;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:2083;s:11:\"size_before\";i:37148;s:10:\"size_after\";i:35065;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:3858;s:11:\"size_before\";i:78071;s:10:\"size_after\";i:74213;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:3105;s:11:\"size_before\";i:68646;s:10:\"size_after\";i:65541;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:7435;s:11:\"size_before\";i:181052;s:10:\"size_after\";i:173617;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:3034;s:11:\"size_before\";i:58199;s:10:\"size_after\";i:55165;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:8628;s:11:\"size_before\";i:224584;s:10:\"size_after\";i:215956;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:5124;s:11:\"size_before\";i:108599;s:10:\"size_after\";i:103475;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:2736;s:11:\"size_before\";i:54635;s:10:\"size_after\";i:51899;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:3655;s:11:\"size_before\";i:72907;s:10:\"size_after\";i:69252;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:19205;s:10:\"size_after\";i:17994;s:4:\"time\";d:0.02;}}}'),(24761,4283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2539;s:6:\"height\";i:1693;s:4:\"file\";s:37:\"2019/03/Tansun49-image-1-high-res.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun49-image-1-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun49-image-1-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-1-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-1-high-res-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"Tansun49-image-1-high-res-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-1-high-res-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun49-image-1-high-res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-1-high-res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun49-image-1-high-res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-1-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:21:\"KatarzynaBialasiewicz\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:9:\"883741182\";s:17:\"created_timestamp\";s:10:\"1505997430\";s:9:\"copyright\";s:102:\"Katarzyna Bialasiewicz Photographee.eu (Katarzyna Bialasiewicz Photographee.eu (Photographer) - [None]\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:9:\"883741182\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24762,4284,'_wp_attached_file','2019/03/Tansun49-image-2-high-res.jpg'),(24763,4284,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1673732406308295;s:5:\"bytes\";i:69793;s:11:\"size_before\";i:1674748;s:10:\"size_after\";i:1604955;s:4:\"time\";d:0.98000000000000043;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:244;s:11:\"size_before\";i:4909;s:10:\"size_after\";i:4665;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:345;s:11:\"size_before\";i:9496;s:10:\"size_after\";i:9151;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:3205;s:11:\"size_before\";i:65006;s:10:\"size_after\";i:61801;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2963;s:10:\"size_after\";i:2763;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:2567;s:11:\"size_before\";i:50375;s:10:\"size_after\";i:47808;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:1027;s:11:\"size_before\";i:25451;s:10:\"size_after\";i:24424;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24424;s:10:\"size_after\";i:24424;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:348;s:11:\"size_before\";i:9674;s:10:\"size_after\";i:9326;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9326;s:10:\"size_after\";i:9326;s:4:\"time\";d:0.029999999999999999;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:226;s:11:\"size_before\";i:4875;s:10:\"size_after\";i:4649;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:239;s:11:\"size_before\";i:5653;s:10:\"size_after\";i:5414;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:373;s:11:\"size_before\";i:10895;s:10:\"size_after\";i:10522;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:488;s:11:\"size_before\";i:10571;s:10:\"size_after\";i:10083;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:996;s:11:\"size_before\";i:24622;s:10:\"size_after\";i:23626;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:331;s:11:\"size_before\";i:8299;s:10:\"size_after\";i:7968;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:30912;s:10:\"size_after\";i:29612;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:501;s:11:\"size_before\";i:14770;s:10:\"size_after\";i:14269;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:379;s:11:\"size_before\";i:8625;s:10:\"size_after\";i:8246;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:377;s:11:\"size_before\";i:10227;s:10:\"size_after\";i:9850;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:180;s:11:\"size_before\";i:3430;s:10:\"size_after\";i:3250;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24424;s:10:\"size_after\";i:24424;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5414;s:10:\"size_after\";i:5414;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:705;s:11:\"size_before\";i:17764;s:10:\"size_after\";i:17059;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:1441;s:11:\"size_before\";i:37369;s:10:\"size_after\";i:35928;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:14937;s:11:\"size_before\";i:310580;s:10:\"size_after\";i:295643;s:4:\"time\";d:0.14999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:420;s:11:\"size_before\";i:9733;s:10:\"size_after\";i:9313;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:10994;s:11:\"size_before\";i:233308;s:10:\"size_after\";i:222314;s:4:\"time\";d:0.089999999999999997;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:4664;s:11:\"size_before\";i:110621;s:10:\"size_after\";i:105957;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:1397;s:11:\"size_before\";i:38569;s:10:\"size_after\";i:37172;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:720;s:11:\"size_before\";i:17900;s:10:\"size_after\";i:17180;s:4:\"time\";d:0.029999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:885;s:11:\"size_before\";i:21523;s:10:\"size_after\";i:20638;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:1567;s:11:\"size_before\";i:43817;s:10:\"size_after\";i:42250;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:1772;s:11:\"size_before\";i:43258;s:10:\"size_after\";i:41486;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:4311;s:11:\"size_before\";i:107603;s:10:\"size_after\";i:103292;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:1229;s:11:\"size_before\";i:33322;s:10:\"size_after\";i:32093;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:5728;s:11:\"size_before\";i:138074;s:10:\"size_after\";i:132346;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:2380;s:11:\"size_before\";i:60829;s:10:\"size_after\";i:58449;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1441;s:11:\"size_before\";i:33924;s:10:\"size_after\";i:32483;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1395;s:11:\"size_before\";i:40839;s:10:\"size_after\";i:39444;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:481;s:11:\"size_before\";i:11374;s:10:\"size_after\";i:10893;s:4:\"time\";d:0.01;}}}'),(24764,4284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4275;s:6:\"height\";i:2850;s:4:\"file\";s:37:\"2019/03/Tansun49-image-2-high-res.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Tansun49-image-2-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Tansun49-image-2-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-2-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-2-high-res-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"Tansun49-image-2-high-res-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-2-high-res-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Tansun49-image-2-high-res-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Tansun49-image-2-high-res-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:36:\"Tansun49-image-2-high-res-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:37:\"Tansun49-image-2-high-res-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"ismagilov\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:9:\"637364704\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:9:\"ismagilov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"637364704\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(24765,4284,'_wp_attachment_image_alt','Tansun\'s radiant heating panels are the future of indoor heating'),(24766,4283,'_wp_attachment_image_alt','Tansun\'s radiant heating panels are the future of indoor heating'),(24767,4282,'_thumbnail_id','4284'),(24768,4282,'_adinserter_block_exceptions',''),(24769,4282,'slide_template','default'),(24770,4282,'_bunyad_featured_post','0'),(24771,4282,'_bunyad_cat_label','0'),(24772,4282,'_bunyad_featured_disable','0'),(24773,4282,'_bunyad_bg_image_bg_type','cover'),(24774,4282,'_bunyad_reviews','0'),(24775,4282,'_bunyad_review_pos','none'),(24776,4282,'_bunyad_review_type','points'),(24777,4282,'_bunyad_review_verdict','Awesome'),(24778,4282,'_yoast_wpseo_focuskw','heating panels'),(24779,4282,'_yoast_wpseo_title','Tansun\'s radiant heating panels are the future of indoor heating'),(24780,4282,'_yoast_wpseo_metadesc','Tansun radiant heating panels are the ideal indoor heating solution for both commercial and domestic applications, making these a perfect solution'),(24781,4282,'_yoast_wpseo_linkdex','91'),(24782,4282,'_yoast_wpseo_content_score','30'),(24783,4282,'_yoast_wpseo_primary_category','10'),(24784,4286,'_edit_last','1'),(24785,4286,'_edit_lock','1552997222:1'),(24786,4287,'_wp_attached_file','2019/03/ukh_logo_-_hi_res-3-e1569924163971.jpg'),(24787,4287,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.820296165462747;s:5:\"bytes\";i:274883;s:11:\"size_before\";i:1854774;s:10:\"size_after\";i:1579891;s:4:\"time\";d:0.89000000000000035;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.050000000000001;s:5:\"bytes\";i:7133;s:11:\"size_before\";i:47396;s:10:\"size_after\";i:40263;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.609999999999999;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:8683;s:10:\"size_after\";i:7762;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.559999999999999;s:5:\"bytes\";i:2660;s:11:\"size_before\";i:12121;s:10:\"size_after\";i:9992;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.809999999999999;s:5:\"bytes\";i:22674;s:11:\"size_before\";i:72734;s:10:\"size_after\";i:59053;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:321;s:11:\"size_before\";i:3887;s:10:\"size_after\";i:3566;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.84;s:5:\"bytes\";i:11071;s:11:\"size_before\";i:74582;s:10:\"size_after\";i:63511;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.359999999999999;s:5:\"bytes\";i:6466;s:11:\"size_before\";i:42086;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:14165;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12597;s:10:\"size_after\";i:12597;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:611;s:11:\"size_before\";i:5981;s:10:\"size_after\";i:5370;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.369999999999999;s:5:\"bytes\";i:776;s:11:\"size_before\";i:7483;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.380000000000001;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:14097;s:10:\"size_after\";i:12493;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.130000000000001;s:5:\"bytes\";i:1903;s:11:\"size_before\";i:14499;s:10:\"size_after\";i:12596;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:5005;s:11:\"size_before\";i:30872;s:10:\"size_after\";i:25867;s:4:\"time\";d:0.01;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:10257;s:10:\"size_after\";i:9170;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67;s:5:\"bytes\";i:6102;s:11:\"size_before\";i:38933;s:10:\"size_after\";i:32831;s:4:\"time\";d:0.01;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:2822;s:11:\"size_before\";i:23477;s:10:\"size_after\";i:20655;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:11445;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.48;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:13119;s:10:\"size_after\";i:11613;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:469;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4423;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35620;s:10:\"size_after\";i:35620;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6707;s:10:\"size_after\";i:6707;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.960000000000001;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:23586;s:10:\"size_after\";i:20294;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.31;s:5:\"bytes\";i:6942;s:11:\"size_before\";i:45342;s:10:\"size_after\";i:38400;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.77;s:5:\"bytes\";i:39017;s:11:\"size_before\";i:219562;s:10:\"size_after\";i:180545;s:4:\"time\";d:0.080000000000000002;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.859999999999999;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:13019;s:10:\"size_after\";i:11605;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.630000000000001;s:5:\"bytes\";i:33944;s:11:\"size_before\";i:217169;s:10:\"size_after\";i:183225;s:4:\"time\";d:0.059999999999999998;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.34;s:5:\"bytes\";i:21193;s:11:\"size_before\";i:129702;s:10:\"size_after\";i:108509;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.59;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:54255;s:10:\"size_after\";i:45795;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.85;s:5:\"bytes\";i:3139;s:11:\"size_before\";i:22660;s:10:\"size_after\";i:19521;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:26340;s:10:\"size_after\";i:22796;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.369999999999999;s:5:\"bytes\";i:8143;s:11:\"size_before\";i:52986;s:10:\"size_after\";i:44843;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999;s:5:\"bytes\";i:7166;s:11:\"size_before\";i:51371;s:10:\"size_after\";i:44205;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999999;s:5:\"bytes\";i:16970;s:11:\"size_before\";i:101490;s:10:\"size_after\";i:84520;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.779999999999999;s:5:\"bytes\";i:5594;s:11:\"size_before\";i:37847;s:10:\"size_after\";i:32253;s:4:\"time\";d:0.01;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.760000000000002;s:5:\"bytes\";i:20945;s:11:\"size_before\";i:124999;s:10:\"size_after\";i:104054;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.789999999999999;s:5:\"bytes\";i:12187;s:11:\"size_before\";i:82380;s:10:\"size_after\";i:70193;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.91;s:5:\"bytes\";i:6480;s:11:\"size_before\";i:43458;s:10:\"size_after\";i:36978;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.779999999999999;s:5:\"bytes\";i:7930;s:11:\"size_before\";i:50243;s:10:\"size_after\";i:42313;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.779999999999999;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:17112;s:10:\"size_after\";i:15097;s:4:\"time\";d:0.01;}}}'),(24788,4287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1143;s:4:\"file\";s:46:\"2019/03/ukh_logo_-_hi_res-3-e1569924163971.jpg\";s:5:\"sizes\";a:42:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"ukh_logo_-_hi_res-3-e1569924163971-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"ukh_logo_-_hi_res-3-e1569924163971-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-696x318.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"ukh_logo_-_hi_res-3-e1569924163971-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"ukh_logo_-_hi_res-3-e1569924163971-1068x488.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-919x420.jpg\";s:5:\"width\";i:919;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:47:\"ukh_logo_-_hi_res-3-e1569924163971-1920x878.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"ukh_logo_-_hi_res-3-e1569924163971-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"ukh_logo_-_hi_res-3-e1569924163971-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24789,4287,'_wp_attachment_image_alt','UKHospitality: Collaboration key to Industrial Strategy success'),(24790,4286,'_thumbnail_id','4287'),(24791,4286,'_adinserter_block_exceptions',''),(24792,4286,'slide_template','default'),(24793,4286,'_bunyad_featured_post','0'),(24794,4286,'_bunyad_cat_label','0'),(24795,4286,'_bunyad_featured_disable','0'),(24796,4286,'_bunyad_bg_image_bg_type','cover'),(24797,4286,'_bunyad_reviews','0'),(24798,4286,'_bunyad_review_pos','none'),(24799,4286,'_bunyad_review_type','points'),(24800,4286,'_bunyad_review_verdict','Awesome'),(24801,4286,'_yoast_wpseo_focuskw','industrial strategy'),(24802,4286,'_yoast_wpseo_title','UKHospitality: Collaboration key to Industrial Strategy success');
INSERT INTO `wpfr_postmeta` VALUES (24803,4286,'_yoast_wpseo_metadesc','Closer collaboration is the key to ensuring the success of the Government’s Industrial Strategy, according to UKHospitality'),(24804,4286,'_yoast_wpseo_linkdex','94'),(24805,4286,'_yoast_wpseo_content_score','30'),(24806,4286,'_yoast_wpseo_primary_category','8'),(24807,4286,'xyz_fbap','1'),(24811,4286,'_wpas_done_all','1'),(24814,4286,'_wpas_skip_20130109','1'),(24819,4289,'_edit_last','1'),(24820,4289,'_edit_lock','1553004103:1'),(24821,4290,'_wp_attached_file','2019/03/music-2805506_1280.jpg'),(24822,4290,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8832084745208633;s:5:\"bytes\";i:88183;s:11:\"size_before\";i:1498893;s:10:\"size_after\";i:1410710;s:4:\"time\";d:0.93000000000000049;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:35:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:516;s:11:\"size_before\";i:7570;s:10:\"size_after\";i:7054;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:15674;s:10:\"size_after\";i:14665;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:5798;s:11:\"size_before\";i:115304;s:10:\"size_after\";i:109506;s:4:\"time\";d:0.080000000000000002;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:340;s:11:\"size_before\";i:4301;s:10:\"size_after\";i:3961;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:5479;s:11:\"size_before\";i:109551;s:10:\"size_after\";i:104072;s:4:\"time\";d:0.089999999999999997;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:2972;s:11:\"size_before\";i:54712;s:10:\"size_after\";i:51740;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51740;s:10:\"size_after\";i:51740;s:4:\"time\";d:0.050000000000000003;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:19137;s:10:\"size_after\";i:17886;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17886;s:10:\"size_after\";i:17886;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:518;s:11:\"size_before\";i:7880;s:10:\"size_after\";i:7362;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:702;s:11:\"size_before\";i:10153;s:10:\"size_after\";i:9451;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:20913;s:10:\"size_after\";i:19613;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:954;s:11:\"size_before\";i:17179;s:10:\"size_after\";i:16225;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:2620;s:11:\"size_before\";i:48444;s:10:\"size_after\";i:45824;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:15375;s:10:\"size_after\";i:14359;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:3196;s:11:\"size_before\";i:60375;s:10:\"size_after\";i:57179;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:1808;s:11:\"size_before\";i:30240;s:10:\"size_after\";i:28432;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:889;s:11:\"size_before\";i:14687;s:10:\"size_after\";i:13798;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:19460;s:10:\"size_after\";i:18175;s:4:\"time\";d:0.029999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:428;s:11:\"size_before\";i:5590;s:10:\"size_after\";i:5162;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51740;s:10:\"size_after\";i:51740;s:4:\"time\";d:0.050000000000000003;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9451;s:10:\"size_after\";i:9451;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:2260;s:11:\"size_before\";i:30878;s:10:\"size_after\";i:28618;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:4747;s:11:\"size_before\";i:66260;s:10:\"size_after\";i:61513;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:16853;s:10:\"size_after\";i:15488;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:5716;s:11:\"size_before\";i:81069;s:10:\"size_after\";i:75353;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:2563;s:11:\"size_before\";i:32776;s:10:\"size_after\";i:30213;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:3143;s:11:\"size_before\";i:42264;s:10:\"size_after\";i:39121;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:6299;s:11:\"size_before\";i:89777;s:10:\"size_after\";i:83478;s:4:\"time\";d:0.050000000000000003;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:4653;s:11:\"size_before\";i:71112;s:10:\"size_after\";i:66459;s:4:\"time\";d:0.02;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:4734;s:11:\"size_before\";i:65433;s:10:\"size_after\";i:60699;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:8795;s:11:\"size_before\";i:128583;s:10:\"size_after\";i:119788;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:4258;s:11:\"size_before\";i:61438;s:10:\"size_after\";i:57180;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:5806;s:11:\"size_before\";i:83066;s:10:\"size_after\";i:77260;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1763;s:11:\"size_before\";i:22022;s:10:\"size_after\";i:20259;s:4:\"time\";d:0.01;}}}'),(24823,4290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:30:\"2019/03/music-2805506_1280.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"music-2805506_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"music-2805506_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"music-2805506_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"music-2805506_1280-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"music-2805506_1280-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"music-2805506_1280-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"music-2805506_1280-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"music-2805506_1280-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"music-2805506_1280-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24824,4290,'_wp_attachment_image_alt','PPL fee increase will cost hospitality businesses an estimated £49m'),(24825,4289,'_thumbnail_id','4290'),(24826,4289,'_adinserter_block_exceptions',''),(24827,4289,'slide_template','default'),(24828,4289,'_bunyad_featured_post','0'),(24829,4289,'_bunyad_cat_label','0'),(24830,4289,'_bunyad_featured_disable','0'),(24831,4289,'_bunyad_bg_image_bg_type','cover'),(24832,4289,'_bunyad_reviews','0'),(24833,4289,'_bunyad_review_pos','none'),(24834,4289,'_bunyad_review_type','points'),(24835,4289,'_bunyad_review_verdict','Awesome'),(24836,4289,'_yoast_wpseo_focuskw','hospitality businesses'),(24837,4289,'_yoast_wpseo_title','PPL fee increase will cost hospitality businesses an estimated £49m'),(24838,4289,'_yoast_wpseo_metadesc','UKHospitality has warned that PPL’s decision to introduce a new tariff for hospitality businesses could be the final straw for the UK’s music venues'),(24839,4289,'_yoast_wpseo_linkdex','94'),(24840,4289,'_yoast_wpseo_content_score','30'),(24841,4289,'_yoast_wpseo_primary_category','288'),(24842,4289,'xyz_fbap','1'),(24846,4289,'_wpas_done_all','1'),(24849,4289,'_wpas_skip_20130109','1'),(24854,4202,'xyz_fbap','1'),(24858,4202,'_wp_old_date','2019-03-15'),(24859,4202,'_wpas_done_all','1'),(24860,4282,'xyz_fbap','1'),(24864,4282,'_wp_old_date','2019-03-19'),(24865,4282,'_wpas_done_all','1'),(24866,4254,'xyz_fbap','1'),(24870,4254,'_wp_old_date','2019-03-18'),(24871,4254,'_wpas_done_all','1'),(24872,4258,'xyz_fbap','1'),(24876,4258,'_wp_old_date','2019-03-18'),(24877,4258,'_wpas_done_all','1'),(24878,4250,'xyz_fbap','1'),(24882,4250,'_wp_old_date','2019-03-18'),(24883,4250,'_wpas_done_all','1'),(24884,4226,'xyz_fbap','1'),(24888,4226,'_wp_old_date','2019-03-18'),(24889,4226,'_wpas_done_all','1'),(24890,4220,'xyz_fbap','1'),(24894,4220,'_wp_old_date','2019-03-18'),(24895,4220,'_wpas_done_all','1'),(24896,4216,'xyz_fbap','1'),(24900,4216,'_wp_old_date','2019-03-15'),(24901,4216,'_wpas_done_all','1'),(24902,4297,'_edit_last','1'),(24903,4297,'_edit_lock','1553589716:1'),(24904,4298,'_wp_attached_file','2019/03/TeamMargotPinkspirationlogo.png'),(24905,4298,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.679249550443011;s:5:\"bytes\";i:833850;s:11:\"size_before\";i:4032303;s:10:\"size_after\";i:3198453;s:4:\"time\";d:14.260000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:34:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.83;s:5:\"bytes\";i:3324;s:11:\"size_before\";i:22411;s:10:\"size_after\";i:19087;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.190000000000001;s:5:\"bytes\";i:7748;s:11:\"size_before\";i:38376;s:10:\"size_after\";i:30628;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.66;s:5:\"bytes\";i:64306;s:11:\"size_before\";i:296841;s:10:\"size_after\";i:232535;s:4:\"time\";d:0.79000000000000004;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.34;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:12063;s:10:\"size_after\";i:10695;s:4:\"time\";d:0.050000000000000003;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.989999999999998;s:5:\"bytes\";i:92854;s:11:\"size_before\";i:387010;s:10:\"size_after\";i:294156;s:4:\"time\";d:1.6100000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.949999999999999;s:5:\"bytes\";i:47068;s:11:\"size_before\";i:188657;s:10:\"size_after\";i:141589;s:4:\"time\";d:0.73999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:141589;s:10:\"size_after\";i:141589;s:4:\"time\";d:0.79000000000000004;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.879999999999999;s:5:\"bytes\";i:13365;s:11:\"size_before\";i:63995;s:10:\"size_after\";i:50630;s:4:\"time\";d:0.20000000000000001;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50630;s:10:\"size_after\";i:50630;s:4:\"time\";d:0.14000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:4040;s:11:\"size_before\";i:24480;s:10:\"size_after\";i:20440;s:4:\"time\";d:0.050000000000000003;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000002;s:5:\"bytes\";i:6057;s:11:\"size_before\";i:33174;s:10:\"size_after\";i:27117;s:4:\"time\";d:0.080000000000000002;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.190000000000001;s:5:\"bytes\";i:15160;s:11:\"size_before\";i:71548;s:10:\"size_after\";i:56388;s:4:\"time\";d:0.23000000000000001;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.649999999999999;s:5:\"bytes\";i:12517;s:11:\"size_before\";i:57820;s:10:\"size_after\";i:45303;s:4:\"time\";d:0.26000000000000001;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.300000000000001;s:5:\"bytes\";i:40609;s:11:\"size_before\";i:174306;s:10:\"size_after\";i:133697;s:4:\"time\";d:0.55000000000000004;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.370000000000001;s:5:\"bytes\";i:11225;s:11:\"size_before\";i:52530;s:10:\"size_after\";i:41305;s:4:\"time\";d:0.13;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.59;s:5:\"bytes\";i:49928;s:11:\"size_before\";i:211658;s:10:\"size_after\";i:161730;s:4:\"time\";d:0.80000000000000004;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.940000000000001;s:5:\"bytes\";i:21811;s:11:\"size_before\";i:99424;s:10:\"size_after\";i:77613;s:4:\"time\";d:0.23999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.539999999999999;s:5:\"bytes\";i:9724;s:11:\"size_before\";i:47349;s:10:\"size_after\";i:37625;s:4:\"time\";d:0.14999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.710000000000001;s:5:\"bytes\";i:13712;s:11:\"size_before\";i:66224;s:10:\"size_after\";i:52512;s:4:\"time\";d:0.17999999999999999;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.449999999999999;s:5:\"bytes\";i:1702;s:11:\"size_before\";i:14863;s:10:\"size_after\";i:13161;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:141589;s:10:\"size_after\";i:141589;s:4:\"time\";d:0.98999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27117;s:10:\"size_after\";i:27117;s:4:\"time\";d:0.070000000000000007;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.390000000000001;s:5:\"bytes\";i:16221;s:11:\"size_before\";i:75837;s:10:\"size_after\";i:59616;s:4:\"time\";d:0.23999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.210000000000001;s:5:\"bytes\";i:29912;s:11:\"size_before\";i:128853;s:10:\"size_after\";i:98941;s:4:\"time\";d:0.47999999999999998;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.449999999999999;s:5:\"bytes\";i:7810;s:11:\"size_before\";i:40162;s:10:\"size_after\";i:32352;s:4:\"time\";d:0.11;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.289999999999999;s:5:\"bytes\";i:49974;s:11:\"size_before\";i:214540;s:10:\"size_after\";i:164566;s:4:\"time\";d:0.76000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.350000000000001;s:5:\"bytes\";i:18367;s:11:\"size_before\";i:82163;s:10:\"size_after\";i:63796;s:4:\"time\";d:0.29999999999999999;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.850000000000001;s:5:\"bytes\";i:24183;s:11:\"size_before\";i:105831;s:10:\"size_after\";i:81648;s:4:\"time\";d:0.31;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.91;s:5:\"bytes\";i:57146;s:11:\"size_before\";i:239018;s:10:\"size_after\";i:181872;s:4:\"time\";d:0.85999999999999999;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.629999999999999;s:5:\"bytes\";i:38643;s:11:\"size_before\";i:170726;s:10:\"size_after\";i:132083;s:4:\"time\";d:0.56000000000000005;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.93;s:5:\"bytes\";i:74502;s:11:\"size_before\";i:324972;s:10:\"size_after\";i:250470;s:4:\"time\";d:0.89000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.440000000000001;s:5:\"bytes\";i:38381;s:11:\"size_before\";i:157023;s:10:\"size_after\";i:118642;s:4:\"time\";d:0.59999999999999998;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.940000000000001;s:5:\"bytes\";i:52573;s:11:\"size_before\";i:219620;s:10:\"size_after\";i:167047;s:4:\"time\";d:0.81000000000000005;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.280000000000001;s:5:\"bytes\";i:9620;s:11:\"size_before\";i:49904;s:10:\"size_after\";i:40284;s:4:\"time\";d:0.12;}}}'),(24906,4298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1252;s:6:\"height\";i:568;s:4:\"file\";s:39:\"2019/03/TeamMargotPinkspirationlogo.png\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-768x348.png\";s:5:\"width\";i:768;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"TeamMargotPinkspirationlogo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"TeamMargotPinkspirationlogo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-696x316.png\";s:5:\"width\";i:696;s:6:\"height\";i:316;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"TeamMargotPinkspirationlogo-1068x568.png\";s:5:\"width\";i:1068;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"TeamMargotPinkspirationlogo-1068x485.png\";s:5:\"width\";i:1068;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-926x420.png\";s:5:\"width\";i:926;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-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:39:\"TeamMargotPinkspirationlogo-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"TeamMargotPinkspirationlogo-1024x465.png\";s:5:\"width\";i:1024;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"TeamMargotPinkspirationlogo-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"TeamMargotPinkspirationlogo-1078x516.png\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:38:\"TeamMargotPinkspirationlogo-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:39:\"TeamMargotPinkspirationlogo-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(24907,4299,'_wp_attached_file','2019/03/TMatlanticrowyaser.jpg'),(24908,4299,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3854023043615999;s:5:\"bytes\";i:120185;s:11:\"size_before\";i:2231681;s:10:\"size_after\";i:2111496;s:4:\"time\";d:0.86000000000000054;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:37:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:595;s:11:\"size_before\";i:9004;s:10:\"size_after\";i:8409;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:1345;s:11:\"size_before\";i:22230;s:10:\"size_after\";i:20885;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:5534;s:11:\"size_before\";i:154900;s:10:\"size_after\";i:149366;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:408;s:11:\"size_before\";i:5020;s:10:\"size_after\";i:4612;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:4210;s:11:\"size_before\";i:113879;s:10:\"size_after\";i:109669;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2980;s:11:\"size_before\";i:60057;s:10:\"size_after\";i:57077;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57077;s:10:\"size_after\";i:57077;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:22023;s:10:\"size_after\";i:20638;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20638;s:10:\"size_after\";i:20638;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:650;s:11:\"size_before\";i:9267;s:10:\"size_after\";i:8617;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:791;s:11:\"size_before\";i:11777;s:10:\"size_after\";i:10986;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:24012;s:10:\"size_after\";i:22563;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:22091;s:10:\"size_after\";i:20803;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:3008;s:11:\"size_before\";i:55544;s:10:\"size_after\";i:52536;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:17890;s:10:\"size_after\";i:16728;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:69169;s:10:\"size_after\";i:65690;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:1963;s:11:\"size_before\";i:34295;s:10:\"size_after\";i:32332;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:17290;s:10:\"size_after\";i:16266;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:22176;s:10:\"size_after\";i:20796;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:478;s:11:\"size_before\";i:6502;s:10:\"size_after\";i:6024;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57077;s:10:\"size_after\";i:57077;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10986;s:10:\"size_after\";i:10986;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5300000000000002;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:37212;s:10:\"size_after\";i:34410;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:6014;s:11:\"size_before\";i:93056;s:10:\"size_after\";i:87042;s:4:\"time\";d:0.029999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:1704;s:11:\"size_before\";i:19990;s:10:\"size_after\";i:18286;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:6087;s:11:\"size_before\";i:89907;s:10:\"size_after\";i:83820;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:38518;s:10:\"size_after\";i:35545;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:3711;s:11:\"size_before\";i:48710;s:10:\"size_after\";i:44999;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:6586;s:11:\"size_before\";i:99371;s:10:\"size_after\";i:92785;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:5452;s:11:\"size_before\";i:89598;s:10:\"size_after\";i:84146;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:11581;s:11:\"size_before\";i:219983;s:10:\"size_after\";i:208402;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:5421;s:11:\"size_before\";i:75972;s:10:\"size_after\";i:70551;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:13372;s:11:\"size_before\";i:271090;s:10:\"size_after\";i:257718;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:8109;s:11:\"size_before\";i:135199;s:10:\"size_after\";i:127090;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6799999999999997;s:5:\"bytes\";i:4816;s:11:\"size_before\";i:72044;s:10:\"size_after\";i:67228;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:6219;s:11:\"size_before\";i:92566;s:10:\"size_after\";i:86347;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:2209;s:11:\"size_before\";i:25561;s:10:\"size_after\";i:23352;s:4:\"time\";d:0.01;}}}'),(24909,4299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:941;s:4:\"file\";s:30:\"2019/03/TMatlanticrowyaser.jpg\";s:5:\"sizes\";a:41:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"TMatlanticrowyaser-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"TMatlanticrowyaser-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"TMatlanticrowyaser-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"TMatlanticrowyaser-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"TMatlanticrowyaser-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"TMatlanticrowyaser-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:31:\"TMatlanticrowyaser-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:29:\"TMatlanticrowyaser-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:30:\"TMatlanticrowyaser-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24910,4298,'_wp_attachment_image_alt','Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups'),(24911,4297,'_thumbnail_id','4298'),(24912,4297,'_adinserter_block_exceptions',''),(24913,4297,'slide_template','default'),(24914,4297,'_bunyad_featured_post','0'),(24915,4297,'_bunyad_cat_label','0'),(24916,4297,'_bunyad_featured_disable','0'),(24917,4297,'_bunyad_bg_image_bg_type','cover'),(24918,4297,'_bunyad_reviews','0'),(24919,4297,'_bunyad_review_pos','none'),(24920,4297,'_bunyad_review_type','points'),(24921,4297,'_bunyad_review_verdict','Awesome'),(24922,4297,'_yoast_wpseo_focuskw','margot'),(24923,4297,'_yoast_wpseo_metadesc','A charity - The Team Margot Foundation - co-founded by Yaser Martini, isn’t asking operators to support in helping spread the message about blood stem cell'),(24924,4297,'_yoast_wpseo_linkdex','97'),(24925,4297,'_yoast_wpseo_content_score','30'),(24926,4297,'_yoast_wpseo_primary_category','33'),(24927,4299,'_wp_attachment_image_alt','Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups'),(24928,4297,'_yoast_wpseo_title','Margot: “Pinkspiration” initiative to get hospitality to drive towards charity'),(24929,4297,'xyz_fbap','1'),(24933,4297,'_wpas_done_all','1'),(24934,4302,'_edit_last','1'),(24935,4302,'_edit_lock','1553618415:1'),(24936,4303,'_wp_attached_file','2019/03/Orchard_Pioneers_330ml_Green.png'),(24937,4303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2019/03/Orchard_Pioneers_330ml_Green.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Orchard_Pioneers_330ml_Green-768x1151.png\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Green-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Orchard_Pioneers_330ml_Green-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Orchard_Pioneers_330ml_Green-696x1043.png\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-854x580.png\";s:5:\"width\";i:854;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-280x420.png\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-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:40:\"Orchard_Pioneers_330ml_Green-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Orchard_Pioneers_330ml_Green-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Orchard_Pioneers_330ml_Green-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-854x516.png\";s:5:\"width\";i:854;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:39:\"Orchard_Pioneers_330ml_Green-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:40:\"Orchard_Pioneers_330ml_Green-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(24938,4303,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2268573;s:10:\"size_after\";i:2268573;s:4:\"time\";d:1.9300000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18193;s:10:\"size_after\";i:18193;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43673;s:10:\"size_after\";i:43673;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:461259;s:10:\"size_after\";i:461259;s:4:\"time\";d:0.37;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9313;s:10:\"size_after\";i:9313;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:337415;s:10:\"size_after\";i:337415;s:4:\"time\";d:0.16;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:177474;s:10:\"size_after\";i:177474;s:4:\"time\";d:0.10000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:177474;s:10:\"size_after\";i:177474;s:4:\"time\";d:0.13;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50737;s:10:\"size_after\";i:50737;s:4:\"time\";d:0.059999999999999998;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50737;s:10:\"size_after\";i:50737;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18531;s:10:\"size_after\";i:18531;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24008;s:10:\"size_after\";i:24008;s:4:\"time\";d:0.029999999999999999;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56789;s:10:\"size_after\";i:56789;s:4:\"time\";d:0.059999999999999998;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53023;s:10:\"size_after\";i:53023;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154552;s:10:\"size_after\";i:154552;s:4:\"time\";d:0.11;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39916;s:10:\"size_after\";i:39916;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:203195;s:10:\"size_after\";i:203195;s:4:\"time\";d:0.14999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88635;s:10:\"size_after\";i:88635;s:4:\"time\";d:0.10000000000000001;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39370;s:10:\"size_after\";i:39370;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51360;s:10:\"size_after\";i:51360;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11437;s:10:\"size_after\";i:11437;s:4:\"time\";d:0.02;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:177474;s:10:\"size_after\";i:177474;s:4:\"time\";d:0.14000000000000001;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24008;s:10:\"size_after\";i:24008;s:4:\"time\";d:0.029999999999999999;}}}'),(24939,4304,'_wp_attached_file','2019/03/Orchard_Pioneers_330ml_Red.png'),(24940,4304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2019/03/Orchard_Pioneers_330ml_Red.png\";s:5:\"sizes\";a:40:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Orchard_Pioneers_330ml_Red-768x1151.png\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Orchard_Pioneers_330ml_Red-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Orchard_Pioneers_330ml_Red-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Orchard_Pioneers_330ml_Red-696x1043.png\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-854x580.png\";s:5:\"width\";i:854;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-280x420.png\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-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:38:\"Orchard_Pioneers_330ml_Red-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Orchard_Pioneers_330ml_Red-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Orchard_Pioneers_330ml_Red-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-854x516.png\";s:5:\"width\";i:854;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:37:\"Orchard_Pioneers_330ml_Red-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:38:\"Orchard_Pioneers_330ml_Red-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(24941,4303,'_wp_attachment_image_alt','Orchard pioneers revolutionises apple cider refreshment with new launch'),(24942,4304,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2271658;s:10:\"size_after\";i:2271658;s:4:\"time\";d:2.0299999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:22:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18088;s:10:\"size_after\";i:18088;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43597;s:10:\"size_after\";i:43597;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:460361;s:10:\"size_after\";i:460361;s:4:\"time\";d:0.46999999999999997;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9308;s:10:\"size_after\";i:9308;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:338792;s:10:\"size_after\";i:338792;s:4:\"time\";d:0.20999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:178338;s:10:\"size_after\";i:178338;s:4:\"time\";d:0.11;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:178338;s:10:\"size_after\";i:178338;s:4:\"time\";d:0.12;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50861;s:10:\"size_after\";i:50861;s:4:\"time\";d:0.050000000000000003;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50861;s:10:\"size_after\";i:50861;s:4:\"time\";d:0.050000000000000003;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18472;s:10:\"size_after\";i:18472;s:4:\"time\";d:0.029999999999999999;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24010;s:10:\"size_after\";i:24010;s:4:\"time\";d:0.040000000000000001;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56947;s:10:\"size_after\";i:56947;s:4:\"time\";d:0.059999999999999998;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52837;s:10:\"size_after\";i:52837;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154538;s:10:\"size_after\";i:154538;s:4:\"time\";d:0.16;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39948;s:10:\"size_after\";i:39948;s:4:\"time\";d:0.040000000000000001;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:203064;s:10:\"size_after\";i:203064;s:4:\"time\";d:0.14999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88953;s:10:\"size_after\";i:88953;s:4:\"time\";d:0.059999999999999998;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39101;s:10:\"size_after\";i:39101;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51470;s:10:\"size_after\";i:51470;s:4:\"time\";d:0.059999999999999998;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11426;s:10:\"size_after\";i:11426;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:178338;s:10:\"size_after\";i:178338;s:4:\"time\";d:0.14999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24010;s:10:\"size_after\";i:24010;s:4:\"time\";d:0.029999999999999999;}}}'),(24944,4302,'_adinserter_block_exceptions',''),(24945,4302,'slide_template','default'),(24946,4302,'_bunyad_featured_post','0'),(24947,4302,'_bunyad_cat_label','0'),(24948,4302,'_bunyad_featured_disable','0'),(24949,4302,'_bunyad_bg_image_bg_type','cover'),(24950,4302,'_bunyad_reviews','0'),(24951,4302,'_bunyad_review_pos','none'),(24952,4302,'_bunyad_review_type','points'),(24953,4302,'_bunyad_review_verdict','Awesome'),(24954,4302,'_yoast_wpseo_focuskw','apple cider'),(24955,4302,'_yoast_wpseo_title','Orchard pioneers revolutionises apple cider refreshment with new launch'),(24956,4302,'_yoast_wpseo_metadesc','Orchard Pioneers is revolutionising consumers’ enjoyment and perception of apple cider by encouraging consumption from the bottle'),(24957,4302,'_yoast_wpseo_linkdex','85'),(24958,4302,'_yoast_wpseo_content_score','30'),(24959,4302,'_yoast_wpseo_primary_category','2'),(24960,23,'_oembed_ba16c7d114726386675e32bc4faae1e0','<div data-configid=\"32393893/68759616\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(24961,23,'_oembed_time_ba16c7d114726386675e32bc4faae1e0','1553861266'),(24962,276,'_oembed_62aa24ccfc0bc0c9a597591ea3a5a421','<div data-configid=\"32393893/68759616\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(24963,276,'_oembed_time_62aa24ccfc0bc0c9a597591ea3a5a421','1553861314'),(24964,23,'_oembed_3cf5053464bb71306b612069d234d2a0','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_24_on-trade-progress_\" style=\"width: 702px; height: 496px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(24965,23,'_oembed_time_3cf5053464bb71306b612069d234d2a0','1553861382'),(24966,4311,'_edit_last','1'),(24967,4311,'_edit_lock','1554191881:1'),(24968,4311,'_adinserter_block_exceptions',''),(24969,4311,'slide_template','default'),(24970,4311,'_bunyad_featured_post','0'),(24971,4311,'_bunyad_cat_label','0'),(24972,4311,'_bunyad_featured_disable','0'),(24973,4311,'_bunyad_bg_image_bg_type','cover'),(24974,4311,'_bunyad_reviews','0'),(24975,4311,'_bunyad_review_pos','none'),(24976,4311,'_bunyad_review_type','points'),(24977,4311,'_bunyad_review_verdict','Awesome'),(24978,4311,'_yoast_wpseo_content_score','30'),(24979,4311,'_yoast_wpseo_primary_category','3'),(24980,4313,'_wp_attached_file','2019/04/shish-kebab-417994_1920.jpg'),(24981,4313,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1886641994683531;s:5:\"bytes\";i:169208;s:11:\"size_before\";i:2353817;s:10:\"size_after\";i:2184609;s:4:\"time\";d:1.0000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4299999999999997;s:5:\"bytes\";i:967;s:11:\"size_before\";i:10259;s:10:\"size_after\";i:9292;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995;s:5:\"bytes\";i:1974;s:11:\"size_before\";i:22722;s:10:\"size_after\";i:20748;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:6471;s:11:\"size_before\";i:131657;s:10:\"size_after\";i:125186;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.08;s:5:\"bytes\";i:613;s:11:\"size_before\";i:6082;s:10:\"size_after\";i:5469;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:5197;s:11:\"size_before\";i:106764;s:10:\"size_after\";i:101567;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:3423;s:11:\"size_before\";i:56718;s:10:\"size_after\";i:53295;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53295;s:10:\"size_after\";i:53295;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:1921;s:11:\"size_before\";i:23185;s:10:\"size_after\";i:21264;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21264;s:10:\"size_after\";i:21264;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1600000000000001;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:10936;s:10:\"size_after\";i:9934;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000004;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:13864;s:10:\"size_after\";i:12561;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:2171;s:11:\"size_before\";i:26219;s:10:\"size_after\";i:24048;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1588;s:11:\"size_before\";i:21554;s:10:\"size_after\";i:19966;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:3523;s:11:\"size_before\";i:54360;s:10:\"size_after\";i:50837;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:20070;s:10:\"size_after\";i:18276;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:3951;s:11:\"size_before\";i:65419;s:10:\"size_after\";i:61468;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:2491;s:11:\"size_before\";i:33996;s:10:\"size_after\";i:31505;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:18624;s:10:\"size_after\";i:17074;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:2051;s:11:\"size_before\";i:24493;s:10:\"size_after\";i:22442;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3200000000000003;s:5:\"bytes\";i:707;s:11:\"size_before\";i:7583;s:10:\"size_after\";i:6876;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53295;s:10:\"size_after\";i:53295;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12561;s:10:\"size_after\";i:12561;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:37249;s:10:\"size_after\";i:33639;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1099999999999994;s:5:\"bytes\";i:7582;s:11:\"size_before\";i:83188;s:10:\"size_after\";i:75606;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999;s:5:\"bytes\";i:2510;s:11:\"size_before\";i:22419;s:10:\"size_after\";i:19909;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:15367;s:11:\"size_before\";i:222103;s:10:\"size_after\";i:206736;s:4:\"time\";d:0.040000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:7353;s:11:\"size_before\";i:86076;s:10:\"size_after\";i:78723;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9600000000000009;s:5:\"bytes\";i:3999;s:11:\"size_before\";i:40135;s:10:\"size_after\";i:36136;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.06;s:5:\"bytes\";i:5121;s:11:\"size_before\";i:50903;s:10:\"size_after\";i:45782;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:8506;s:11:\"size_before\";i:96397;s:10:\"size_after\";i:87891;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:6239;s:11:\"size_before\";i:79037;s:10:\"size_after\";i:72798;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:14872;s:11:\"size_before\";i:203657;s:10:\"size_after\";i:188785;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2300000000000004;s:5:\"bytes\";i:6829;s:11:\"size_before\";i:74011;s:10:\"size_after\";i:67182;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:17794;s:11:\"size_before\";i:250335;s:10:\"size_after\";i:232541;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:9977;s:11:\"size_before\";i:127882;s:10:\"size_after\";i:117905;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7100000000000009;s:5:\"bytes\";i:5913;s:11:\"size_before\";i:67856;s:10:\"size_after\";i:61943;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:8036;s:11:\"size_before\";i:90410;s:10:\"size_after\";i:82374;s:4:\"time\";d:0.13;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.289999999999999;s:5:\"bytes\";i:2803;s:11:\"size_before\";i:27239;s:10:\"size_after\";i:24436;s:4:\"time\";d:0.01;}}}'),(24982,4313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:35:\"2019/04/shish-kebab-417994_1920.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-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:35:\"shish-kebab-417994_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"shish-kebab-417994_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"shish-kebab-417994_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"shish-kebab-417994_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"shish-kebab-417994_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"shish-kebab-417994_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"shish-kebab-417994_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shish-kebab-417994_1920-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"shish-kebab-417994_1920-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"shish-kebab-417994_1920-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"shish-kebab-417994_1920-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24983,4313,'_wp_attachment_image_alt','UKHospitality: Dialogue best way to tackle food allergens issues'),(24984,4311,'_thumbnail_id','4313'),(24985,4311,'_yoast_wpseo_focuskw','allergens'),(24986,4311,'_yoast_wpseo_title','UKHospitality: Dialogue best way to tackle food allergens issues'),(24987,4311,'_yoast_wpseo_metadesc','Encouraging dialogue between customers and businesses is the most effective way of tackling food allergens issues, according to UKHospitality'),(24988,4311,'_yoast_wpseo_linkdex','91'),(24989,4311,'xyz_fbap','1'),(24993,4311,'_wpas_done_all','1'),(25003,4322,'_edit_last','1'),(25004,4322,'_edit_lock','1559127120:1'),(25005,4323,'_wp_attached_file','2019/04/ERS131716-19.jpg'),(25006,4323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1831380658980546;s:5:\"bytes\";i:231624;s:11:\"size_before\";i:3746059;s:10:\"size_after\";i:3514435;s:4:\"time\";d:1.2900000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:476;s:11:\"size_before\";i:8083;s:10:\"size_after\";i:7607;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:18479;s:10:\"size_after\";i:17457;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:8654;s:11:\"size_before\";i:171753;s:10:\"size_after\";i:163099;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:265;s:11:\"size_before\";i:4354;s:10:\"size_after\";i:4089;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:7216;s:11:\"size_before\";i:143849;s:10:\"size_after\";i:136633;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:3756;s:11:\"size_before\";i:66531;s:10:\"size_after\";i:62775;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62775;s:10:\"size_after\";i:62775;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:20867;s:10:\"size_after\";i:19651;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19651;s:10:\"size_after\";i:19651;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:477;s:11:\"size_before\";i:8343;s:10:\"size_after\";i:7866;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:605;s:11:\"size_before\";i:10442;s:10:\"size_after\";i:9837;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:22574;s:10:\"size_after\";i:21299;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1230;s:11:\"size_before\";i:21132;s:10:\"size_after\";i:19902;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:3013;s:11:\"size_before\";i:56652;s:10:\"size_after\";i:53639;s:4:\"time\";d:0.040000000000000001;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:852;s:11:\"size_before\";i:16088;s:10:\"size_after\";i:15236;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:3921;s:11:\"size_before\";i:73138;s:10:\"size_after\";i:69217;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:1920;s:11:\"size_before\";i:34392;s:10:\"size_after\";i:32472;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:891;s:11:\"size_before\";i:16118;s:10:\"size_after\";i:15227;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:20726;s:10:\"size_after\";i:19569;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:352;s:11:\"size_before\";i:5808;s:10:\"size_after\";i:5456;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62775;s:10:\"size_after\";i:62775;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9837;s:10:\"size_after\";i:9837;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:2847;s:11:\"size_before\";i:37375;s:10:\"size_after\";i:34528;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:6274;s:11:\"size_before\";i:88471;s:10:\"size_after\";i:82197;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:61948;s:11:\"size_before\";i:936777;s:10:\"size_after\";i:874829;s:4:\"time\";d:0.23999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:18796;s:10:\"size_after\";i:17337;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:20169;s:11:\"size_before\";i:315272;s:10:\"size_after\";i:295103;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:7348;s:11:\"size_before\";i:99981;s:10:\"size_after\";i:92633;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:2841;s:11:\"size_before\";i:37939;s:10:\"size_after\";i:35098;s:4:\"time\";d:0.040000000000000001;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:3586;s:11:\"size_before\";i:47970;s:10:\"size_after\";i:44384;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:7572;s:11:\"size_before\";i:108206;s:10:\"size_after\";i:100634;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:7138;s:11:\"size_before\";i:102081;s:10:\"size_after\";i:94943;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:17939;s:11:\"size_before\";i:276846;s:10:\"size_after\";i:258907;s:4:\"time\";d:0.070000000000000007;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:5573;s:11:\"size_before\";i:77889;s:10:\"size_after\";i:72316;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:22696;s:11:\"size_before\";i:357425;s:10:\"size_after\";i:334729;s:4:\"time\";d:0.10000000000000001;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:11276;s:11:\"size_before\";i:164825;s:10:\"size_after\";i:153549;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:5680;s:11:\"size_before\";i:77495;s:10:\"size_after\";i:71815;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:6958;s:11:\"size_before\";i:99340;s:10:\"size_after\";i:92382;s:4:\"time\";d:0.059999999999999998;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0899999999999999;s:5:\"bytes\";i:2022;s:11:\"size_before\";i:25004;s:10:\"size_after\";i:22982;s:4:\"time\";d:0.01;}}}'),(25007,4323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:24:\"2019/04/ERS131716-19.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS131716-19-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS131716-19-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS131716-19-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS131716-19-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"ERS131716-19-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"ERS131716-19-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS131716-19-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"ERS131716-19-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"ERS131716-19-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"ERS131716-19-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25008,4324,'_wp_attached_file','2019/04/ERS173015-3.jpg'),(25009,4324,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2616286161635557;s:5:\"bytes\";i:168227;s:11:\"size_before\";i:3197242;s:10:\"size_after\";i:3029015;s:4:\"time\";d:1.1600000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7995;s:10:\"size_after\";i:7495;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:950;s:11:\"size_before\";i:18053;s:10:\"size_after\";i:17103;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:5074;s:11:\"size_before\";i:145799;s:10:\"size_after\";i:140725;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:321;s:11:\"size_before\";i:4366;s:10:\"size_after\";i:4045;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:4318;s:11:\"size_before\";i:122159;s:10:\"size_after\";i:117841;s:4:\"time\";d:0.050000000000000003;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:2321;s:11:\"size_before\";i:58554;s:10:\"size_after\";i:56233;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56233;s:10:\"size_after\";i:56233;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:19835;s:10:\"size_after\";i:18817;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18817;s:10:\"size_after\";i:18817;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:495;s:11:\"size_before\";i:8236;s:10:\"size_after\";i:7741;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:595;s:11:\"size_before\";i:10387;s:10:\"size_after\";i:9792;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:21875;s:10:\"size_after\";i:20765;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:886;s:11:\"size_before\";i:19129;s:10:\"size_after\";i:18243;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:2058;s:11:\"size_before\";i:51580;s:10:\"size_after\";i:49522;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:811;s:11:\"size_before\";i:15839;s:10:\"size_after\";i:15028;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:65809;s:10:\"size_after\";i:63333;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:31787;s:10:\"size_after\";i:30314;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:826;s:11:\"size_before\";i:15575;s:10:\"size_after\";i:14749;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:20143;s:10:\"size_after\";i:19106;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:392;s:11:\"size_before\";i:5815;s:10:\"size_after\";i:5423;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56233;s:10:\"size_after\";i:56233;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9792;s:10:\"size_after\";i:9792;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:2273;s:11:\"size_before\";i:34331;s:10:\"size_after\";i:32058;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:4698;s:11:\"size_before\";i:79998;s:10:\"size_after\";i:75300;s:4:\"time\";d:0.029999999999999999;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:46500;s:11:\"size_before\";i:743663;s:10:\"size_after\";i:697163;s:4:\"time\";d:0.13;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:18238;s:10:\"size_after\";i:16897;s:4:\"time\";d:0.02;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:13962;s:11:\"size_before\";i:263450;s:10:\"size_after\";i:249488;s:4:\"time\";d:0.13;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:5167;s:11:\"size_before\";i:88662;s:10:\"size_after\";i:83495;s:4:\"time\";d:0.040000000000000001;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:2355;s:11:\"size_before\";i:35639;s:10:\"size_after\";i:33284;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:2940;s:11:\"size_before\";i:44918;s:10:\"size_after\";i:41978;s:4:\"time\";d:0.040000000000000001;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:5670;s:11:\"size_before\";i:96898;s:10:\"size_after\";i:91228;s:4:\"time\";d:0.040000000000000001;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:4608;s:11:\"size_before\";i:84291;s:10:\"size_after\";i:79683;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:12630;s:11:\"size_before\";i:232287;s:10:\"size_after\";i:219657;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:4254;s:11:\"size_before\";i:70880;s:10:\"size_after\";i:66626;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:15925;s:11:\"size_before\";i:295322;s:10:\"size_after\";i:279397;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:8119;s:11:\"size_before\";i:142565;s:10:\"size_after\";i:134446;s:4:\"time\";d:0.050000000000000003;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:4035;s:11:\"size_before\";i:68872;s:10:\"size_after\";i:64837;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:5356;s:11:\"size_before\";i:89726;s:10:\"size_after\";i:84370;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:1733;s:11:\"size_before\";i:23491;s:10:\"size_after\";i:21758;s:4:\"time\";d:0.02;}}}'),(25010,4324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:23:\"2019/04/ERS173015-3.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS173015-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:23:\"ERS173015-3-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:23:\"ERS173015-3-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ERS173015-3-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"ERS173015-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"ERS173015-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"ERS173015-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"ERS173015-3-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"ERS173015-3-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ERS173015-3-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"ERS173015-3-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"ERS173015-3-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"ERS173015-3-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25011,4325,'_wp_attached_file','2019/04/ERS240716-14.jpg'),(25012,4325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2091048566289277;s:5:\"bytes\";i:126032;s:11:\"size_before\";i:2419456;s:10:\"size_after\";i:2293424;s:4:\"time\";d:0.9500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:448;s:11:\"size_before\";i:7257;s:10:\"size_after\";i:6809;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:710;s:11:\"size_before\";i:14375;s:10:\"size_after\";i:13665;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:3464;s:11:\"size_before\";i:103161;s:10:\"size_after\";i:99697;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:294;s:11:\"size_before\";i:4099;s:10:\"size_after\";i:3805;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:87979;s:10:\"size_after\";i:84652;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1784;s:11:\"size_before\";i:43280;s:10:\"size_after\";i:41496;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41496;s:10:\"size_after\";i:41496;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:774;s:11:\"size_before\";i:15682;s:10:\"size_after\";i:14908;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14908;s:10:\"size_after\";i:14908;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:473;s:11:\"size_before\";i:7216;s:10:\"size_after\";i:6743;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:479;s:11:\"size_before\";i:8535;s:10:\"size_after\";i:8056;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:792;s:11:\"size_before\";i:16958;s:10:\"size_after\";i:16166;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:837;s:11:\"size_before\";i:17347;s:10:\"size_after\";i:16510;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:1407;s:11:\"size_before\";i:38182;s:10:\"size_after\";i:36775;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:701;s:11:\"size_before\";i:12922;s:10:\"size_after\";i:12221;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1709;s:11:\"size_before\";i:48418;s:10:\"size_after\";i:46709;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:24373;s:10:\"size_after\";i:23218;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:698;s:11:\"size_before\";i:13150;s:10:\"size_after\";i:12452;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:730;s:11:\"size_before\";i:15722;s:10:\"size_after\";i:14992;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:364;s:11:\"size_before\";i:5011;s:10:\"size_after\";i:4647;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41496;s:10:\"size_after\";i:41496;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8056;s:10:\"size_after\";i:8056;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1920;s:11:\"size_before\";i:28066;s:10:\"size_after\";i:26146;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:3392;s:11:\"size_before\";i:59854;s:10:\"size_after\";i:56462;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:38583;s:11:\"size_before\";i:586477;s:10:\"size_after\";i:547894;s:4:\"time\";d:0.17000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:1230;s:11:\"size_before\";i:15376;s:10:\"size_after\";i:14146;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:9530;s:11:\"size_before\";i:196696;s:10:\"size_after\";i:187166;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:3811;s:11:\"size_before\";i:65823;s:10:\"size_after\";i:62012;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:28139;s:10:\"size_after\";i:26291;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:34252;s:10:\"size_after\";i:32046;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:3980;s:11:\"size_before\";i:71503;s:10:\"size_after\";i:67523;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:3861;s:11:\"size_before\";i:68360;s:10:\"size_after\";i:64499;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:8148;s:11:\"size_before\";i:167022;s:10:\"size_after\";i:158874;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:3156;s:11:\"size_before\";i:53255;s:10:\"size_after\";i:50099;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:10376;s:11:\"size_before\";i:212611;s:10:\"size_after\";i:202235;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:5725;s:11:\"size_before\";i:105480;s:10:\"size_after\";i:99755;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:52498;s:10:\"size_after\";i:49403;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:3641;s:11:\"size_before\";i:65913;s:10:\"size_after\";i:62272;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:1384;s:11:\"size_before\";i:18508;s:10:\"size_after\";i:17124;s:4:\"time\";d:0.01;}}}'),(25013,4325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:24:\"2019/04/ERS240716-14.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS240716-14-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS240716-14-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS240716-14-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS240716-14-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"ERS240716-14-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"ERS240716-14-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS240716-14-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"ERS240716-14-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"ERS240716-14-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"ERS240716-14-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25014,4326,'_wp_attached_file','2019/04/ERS252716-24.jpg'),(25015,4326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0650121757793389;s:5:\"bytes\";i:154293;s:11:\"size_before\";i:2543985;s:10:\"size_after\";i:2389692;s:4:\"time\";d:0.93000000000000038;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:570;s:11:\"size_before\";i:9124;s:10:\"size_after\";i:8554;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:19141;s:10:\"size_after\";i:18031;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:6858;s:11:\"size_before\";i:150339;s:10:\"size_after\";i:143481;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:353;s:11:\"size_before\";i:4821;s:10:\"size_after\";i:4468;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:6549;s:11:\"size_before\";i:124929;s:10:\"size_after\";i:118380;s:4:\"time\";d:0.059999999999999998;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:3623;s:11:\"size_before\";i:61854;s:10:\"size_after\";i:58231;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58231;s:10:\"size_after\";i:58231;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:21374;s:10:\"size_after\";i:20080;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20080;s:10:\"size_after\";i:20080;s:4:\"time\";d:0.02;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:551;s:11:\"size_before\";i:9126;s:10:\"size_after\";i:8575;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:644;s:11:\"size_before\";i:10786;s:10:\"size_after\";i:10142;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:1360;s:11:\"size_before\";i:23101;s:10:\"size_after\";i:21741;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:23201;s:10:\"size_after\";i:21803;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:2899;s:11:\"size_before\";i:55098;s:10:\"size_after\";i:52199;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:942;s:11:\"size_before\";i:16904;s:10:\"size_after\";i:15962;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:3586;s:11:\"size_before\";i:70311;s:10:\"size_after\";i:66725;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:2104;s:11:\"size_before\";i:34701;s:10:\"size_after\";i:32597;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:18056;s:10:\"size_after\";i:16947;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1146;s:11:\"size_before\";i:20918;s:10:\"size_after\";i:19772;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:380;s:11:\"size_before\";i:5962;s:10:\"size_after\";i:5582;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58231;s:10:\"size_after\";i:58231;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10142;s:10:\"size_after\";i:10142;s:4:\"time\";d:0.02;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:3098;s:11:\"size_before\";i:39128;s:10:\"size_after\";i:36030;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:5633;s:11:\"size_before\";i:81297;s:10:\"size_after\";i:75664;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:20206;s:10:\"size_after\";i:18611;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:17787;s:11:\"size_before\";i:260268;s:10:\"size_after\";i:242481;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:6824;s:11:\"size_before\";i:93009;s:10:\"size_after\";i:86185;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:3039;s:11:\"size_before\";i:39124;s:10:\"size_after\";i:36085;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:45904;s:10:\"size_after\";i:42577;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:6962;s:11:\"size_before\";i:98689;s:10:\"size_after\";i:91727;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:7519;s:11:\"size_before\";i:100842;s:10:\"size_after\";i:93323;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:14463;s:11:\"size_before\";i:231112;s:10:\"size_after\";i:216649;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:5090;s:11:\"size_before\";i:73358;s:10:\"size_after\";i:68268;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:18471;s:11:\"size_before\";i:297650;s:10:\"size_after\";i:279179;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:10211;s:11:\"size_before\";i:145325;s:10:\"size_after\";i:135114;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:5727;s:11:\"size_before\";i:77019;s:10:\"size_after\";i:71292;s:4:\"time\";d:0.070000000000000007;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:6132;s:11:\"size_before\";i:90309;s:10:\"size_after\";i:84177;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1939;s:11:\"size_before\";i:24315;s:10:\"size_after\";i:22376;s:4:\"time\";d:0.01;}}}'),(25016,4326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:24:\"2019/04/ERS252716-24.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS252716-24-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS252716-24-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"ERS252716-24-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS252716-24-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"ERS252716-24-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25017,4327,'_wp_attached_file','2019/04/ERS350916-15.jpg'),(25018,4327,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.734125567077049;s:5:\"bytes\";i:104865;s:11:\"size_before\";i:2215087;s:10:\"size_after\";i:2110222;s:4:\"time\";d:1.0000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7780;s:10:\"size_after\";i:7296;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:833;s:11:\"size_before\";i:15683;s:10:\"size_after\";i:14850;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:3889;s:11:\"size_before\";i:109721;s:10:\"size_after\";i:105832;s:4:\"time\";d:0.029999999999999999;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:303;s:11:\"size_before\";i:4185;s:10:\"size_after\";i:3882;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:3210;s:11:\"size_before\";i:85629;s:10:\"size_after\";i:82419;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:1952;s:11:\"size_before\";i:42397;s:10:\"size_after\";i:40445;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40445;s:10:\"size_after\";i:40445;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:829;s:11:\"size_before\";i:15480;s:10:\"size_after\";i:14651;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14651;s:10:\"size_after\";i:14651;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7547;s:10:\"size_after\";i:7082;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8905;s:10:\"size_after\";i:8406;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:972;s:11:\"size_before\";i:17753;s:10:\"size_after\";i:16781;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:981;s:11:\"size_before\";i:18482;s:10:\"size_after\";i:17501;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:41887;s:10:\"size_after\";i:39901;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:772;s:11:\"size_before\";i:13641;s:10:\"size_after\";i:12869;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:52460;s:10:\"size_after\";i:50077;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:1174;s:11:\"size_before\";i:23865;s:10:\"size_after\";i:22691;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:788;s:11:\"size_before\";i:14138;s:10:\"size_after\";i:13350;s:4:\"time\";d:0.040000000000000001;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:921;s:11:\"size_before\";i:16426;s:10:\"size_after\";i:15505;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:277;s:11:\"size_before\";i:4695;s:10:\"size_after\";i:4418;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40445;s:10:\"size_after\";i:40445;s:4:\"time\";d:0.029999999999999999;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8406;s:10:\"size_after\";i:8406;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:2314;s:11:\"size_before\";i:31391;s:10:\"size_after\";i:29077;s:4:\"time\";d:0.02;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:4035;s:11:\"size_before\";i:64468;s:10:\"size_after\";i:60433;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:21559;s:11:\"size_before\";i:509630;s:10:\"size_after\";i:488071;s:4:\"time\";d:0.16;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:16026;s:10:\"size_after\";i:14734;s:4:\"time\";d:0.01;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:3693;s:11:\"size_before\";i:65704;s:10:\"size_after\";i:62011;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:2181;s:11:\"size_before\";i:30385;s:10:\"size_after\";i:28204;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:2572;s:11:\"size_before\";i:36587;s:10:\"size_after\";i:34015;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:4373;s:11:\"size_before\";i:74866;s:10:\"size_after\";i:70493;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:4853;s:11:\"size_before\";i:76472;s:10:\"size_after\";i:71619;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:8050;s:11:\"size_before\";i:176429;s:10:\"size_after\";i:168379;s:4:\"time\";d:0.11;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:3640;s:11:\"size_before\";i:57157;s:10:\"size_after\";i:53517;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:9395;s:11:\"size_before\";i:223077;s:10:\"size_after\";i:213682;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:4953;s:11:\"size_before\";i:102299;s:10:\"size_after\";i:97346;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:3829;s:11:\"size_before\";i:58446;s:10:\"size_after\";i:54617;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:4124;s:11:\"size_before\";i:69558;s:10:\"size_after\";i:65434;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:17971;s:10:\"size_after\";i:16687;s:4:\"time\";d:0.01;}}}'),(25019,4327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1367;s:6:\"height\";i:2048;s:4:\"file\";s:24:\"2019/04/ERS350916-15.jpg\";s:5:\"sizes\";a:41:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ERS350916-15-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS350916-15-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS350916-15-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS350916-15-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"ERS350916-15-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS350916-15-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"ERS350916-15-1068x1600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS350916-15-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"ERS350916-15-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"ERS350916-15-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"ERS350916-15-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25020,4328,'_wp_attached_file','2019/04/ERS482115-1.jpg'),(25021,4328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0564149476913345;s:5:\"bytes\";i:106155;s:11:\"size_before\";i:2616966;s:10:\"size_after\";i:2510811;s:4:\"time\";d:1.5200000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:247;s:11:\"size_before\";i:6569;s:10:\"size_after\";i:6322;s:4:\"time\";d:0.29999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:497;s:11:\"size_before\";i:15354;s:10:\"size_after\";i:14857;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:4028;s:11:\"size_before\";i:126345;s:10:\"size_after\";i:122317;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:151;s:11:\"size_before\";i:3542;s:10:\"size_after\";i:3391;s:4:\"time\";d:0.02;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:3019;s:11:\"size_before\";i:100338;s:10:\"size_after\";i:97319;s:4:\"time\";d:0.040000000000000001;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:1869;s:11:\"size_before\";i:50508;s:10:\"size_after\";i:48639;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48639;s:10:\"size_after\";i:48639;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:658;s:11:\"size_before\";i:17569;s:10:\"size_after\";i:16911;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16911;s:10:\"size_after\";i:16911;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:279;s:11:\"size_before\";i:6759;s:10:\"size_after\";i:6480;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:371;s:11:\"size_before\";i:8785;s:10:\"size_after\";i:8414;s:4:\"time\";d:0.02;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:717;s:11:\"size_before\";i:18704;s:10:\"size_after\";i:17987;s:4:\"time\";d:0.02;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:697;s:11:\"size_before\";i:17350;s:10:\"size_after\";i:16653;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:43755;s:10:\"size_after\";i:42212;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:495;s:11:\"size_before\";i:13205;s:10:\"size_after\";i:12710;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:1766;s:11:\"size_before\";i:55227;s:10:\"size_after\";i:53461;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:27841;s:10:\"size_after\";i:26765;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:472;s:11:\"size_before\";i:12848;s:10:\"size_after\";i:12376;s:4:\"time\";d:0.02;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:632;s:11:\"size_before\";i:17210;s:10:\"size_after\";i:16578;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:235;s:11:\"size_before\";i:5058;s:10:\"size_after\";i:4823;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48639;s:10:\"size_after\";i:48639;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8414;s:10:\"size_after\";i:8414;s:4:\"time\";d:0.029999999999999999;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:1452;s:11:\"size_before\";i:28685;s:10:\"size_after\";i:27233;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:3267;s:11:\"size_before\";i:68290;s:10:\"size_after\";i:65023;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:25967;s:11:\"size_before\";i:570342;s:10:\"size_after\";i:544375;s:4:\"time\";d:0.20999999999999999;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:721;s:11:\"size_before\";i:14670;s:10:\"size_after\";i:13949;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:8349;s:11:\"size_before\";i:204113;s:10:\"size_after\";i:195764;s:4:\"time\";d:0.14000000000000001;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:3642;s:11:\"size_before\";i:74715;s:10:\"size_after\";i:71073;s:4:\"time\";d:0.029999999999999999;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:29135;s:10:\"size_after\";i:27816;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:38222;s:10:\"size_after\";i:36206;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:3820;s:11:\"size_before\";i:82126;s:10:\"size_after\";i:78306;s:4:\"time\";d:0.02;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:3557;s:11:\"size_before\";i:76460;s:10:\"size_after\";i:72903;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:7836;s:11:\"size_before\";i:191235;s:10:\"size_after\";i:183399;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:2710;s:11:\"size_before\";i:58896;s:10:\"size_after\";i:56186;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:10135;s:11:\"size_before\";i:240617;s:10:\"size_after\";i:230482;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:5274;s:11:\"size_before\";i:116158;s:10:\"size_after\";i:110884;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:2624;s:11:\"size_before\";i:57313;s:10:\"size_after\";i:54689;s:4:\"time\";d:0.02;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:3541;s:11:\"size_before\";i:76096;s:10:\"size_after\";i:72555;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:20323;s:10:\"size_after\";i:19150;s:4:\"time\";d:0.029999999999999999;}}}'),(25022,4328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:23:\"2019/04/ERS482115-1.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS482115-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:23:\"ERS482115-1-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:23:\"ERS482115-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ERS482115-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"ERS482115-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"ERS482115-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"ERS482115-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"ERS482115-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"ERS482115-1-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ERS482115-1-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:24:\"ERS482115-1-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:22:\"ERS482115-1-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:23:\"ERS482115-1-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25023,4329,'_wp_attached_file','2019/04/ERS591716-20.jpg'),(25024,4329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7029382769044963;s:5:\"bytes\";i:188121;s:11:\"size_before\";i:3298668;s:10:\"size_after\";i:3110547;s:4:\"time\";d:1.2300000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:39:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:289;s:11:\"size_before\";i:6600;s:10:\"size_after\";i:6311;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:716;s:11:\"size_before\";i:16109;s:10:\"size_after\";i:15393;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:6850;s:11:\"size_before\";i:149868;s:10:\"size_after\";i:143018;s:4:\"time\";d:0.040000000000000001;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:204;s:11:\"size_before\";i:3722;s:10:\"size_after\";i:3518;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:5776;s:11:\"size_before\";i:127761;s:10:\"size_after\";i:121985;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:59146;s:10:\"size_after\";i:56344;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56344;s:10:\"size_after\";i:56344;s:4:\"time\";d:0.029999999999999999;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:890;s:11:\"size_before\";i:18792;s:10:\"size_after\";i:17902;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17902;s:10:\"size_after\";i:17902;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:297;s:11:\"size_before\";i:6945;s:10:\"size_after\";i:6648;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:414;s:11:\"size_before\";i:9214;s:10:\"size_after\";i:8800;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:845;s:11:\"size_before\";i:19738;s:10:\"size_after\";i:18893;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:755;s:11:\"size_before\";i:16549;s:10:\"size_after\";i:15794;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:48061;s:10:\"size_after\";i:45837;s:4:\"time\";d:0.050000000000000003;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:571;s:11:\"size_before\";i:13936;s:10:\"size_after\";i:13365;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:2723;s:11:\"size_before\";i:60533;s:10:\"size_after\";i:57810;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:30750;s:10:\"size_after\";i:29312;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:498;s:11:\"size_before\";i:12943;s:10:\"size_after\";i:12445;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:778;s:11:\"size_before\";i:18111;s:10:\"size_after\";i:17333;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:269;s:11:\"size_before\";i:5326;s:10:\"size_after\";i:5057;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56344;s:10:\"size_after\";i:56344;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8800;s:10:\"size_after\";i:8800;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:30081;s:10:\"size_after\";i:28287;s:4:\"time\";d:0.029999999999999999;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:4925;s:11:\"size_before\";i:77965;s:10:\"size_after\";i:73040;s:4:\"time\";d:0.040000000000000001;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:55764;s:11:\"size_before\";i:843528;s:10:\"size_after\";i:787764;s:4:\"time\";d:0.23000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:935;s:11:\"size_before\";i:15506;s:10:\"size_after\";i:14571;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:17361;s:11:\"size_before\";i:285351;s:10:\"size_after\";i:267990;s:4:\"time\";d:0.059999999999999998;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:5790;s:11:\"size_before\";i:89534;s:10:\"size_after\";i:83744;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1905;s:11:\"size_before\";i:31403;s:10:\"size_after\";i:29498;s:4:\"time\";d:0.02;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:2696;s:11:\"size_before\";i:41994;s:10:\"size_after\";i:39298;s:4:\"time\";d:0.01;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:6229;s:11:\"size_before\";i:96122;s:10:\"size_after\";i:89893;s:4:\"time\";d:0.070000000000000007;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:5094;s:11:\"size_before\";i:83724;s:10:\"size_after\";i:78630;s:4:\"time\";d:0.029999999999999999;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:14397;s:11:\"size_before\";i:241294;s:10:\"size_after\";i:226897;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:4264;s:11:\"size_before\";i:67723;s:10:\"size_after\";i:63459;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:18136;s:11:\"size_before\";i:308799;s:10:\"size_after\";i:290663;s:4:\"time\";d:0.080000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:9426;s:11:\"size_before\";i:147815;s:10:\"size_after\";i:138389;s:4:\"time\";d:0.040000000000000001;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:3883;s:11:\"size_before\";i:63317;s:10:\"size_after\";i:59434;s:4:\"time\";d:0.050000000000000003;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:5601;s:11:\"size_before\";i:88484;s:10:\"size_after\";i:82883;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:22534;s:10:\"size_after\";i:20952;s:4:\"time\";d:0.02;}}}'),(25025,4329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:24:\"2019/04/ERS591716-20.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS591716-20-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS591716-20-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS591716-20-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS591716-20-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"ERS591716-20-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"ERS591716-20-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ERS591716-20-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:25:\"ERS591716-20-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:23:\"ERS591716-20-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:24:\"ERS591716-20-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25026,4325,'_wp_attachment_image_alt','Lucky Voice Holburn'),(25027,4322,'_thumbnail_id','4329'),(25028,4322,'_adinserter_block_exceptions',''),(25029,4322,'slide_template','default'),(25030,4322,'_bunyad_featured_post','1'),(25031,4322,'_bunyad_cat_label','0'),(25032,4322,'_bunyad_featured_disable','0'),(25033,4322,'_bunyad_bg_image_bg_type','cover'),(25034,4322,'_bunyad_reviews','0'),(25035,4322,'_bunyad_review_pos','none'),(25036,4322,'_bunyad_review_type','points'),(25037,4322,'_bunyad_review_verdict','Awesome'),(25038,4322,'_yoast_wpseo_focuskw','Lucky Voice'),(25039,4322,'_yoast_wpseo_linkdex','57'),(25040,4322,'_yoast_wpseo_content_score','30'),(25041,4322,'_yoast_wpseo_primary_category','8'),(25042,4326,'_wp_attachment_image_alt','Lucky Voice Holburn'),(25043,4329,'_wp_attachment_image_alt','Lucky Voice Holburn'),(25044,4322,'xyz_fbap','1'),(25048,4322,'_wpas_done_all','1'),(25051,4322,'_wpas_skip_20130109','1'),(25054,4322,'_wpas_skip_22405190','1'),(25061,4336,'_edit_last','1'),(25062,4336,'_edit_lock','1555410758:1'),(25063,4336,'_adinserter_block_exceptions',''),(25064,4336,'slide_template','default'),(25065,4336,'_bunyad_featured_post','1'),(25066,4336,'_bunyad_cat_label','0'),(25067,4336,'_bunyad_featured_disable','0'),(25068,4336,'_bunyad_bg_image_bg_type','cover'),(25069,4336,'_bunyad_reviews','0'),(25070,4336,'_bunyad_review_pos','none'),(25071,4336,'_bunyad_review_type','points'),(25072,4336,'_bunyad_review_verdict','Awesome'),(25073,4336,'_yoast_wpseo_content_score','30'),(25074,4336,'_yoast_wpseo_primary_category','2'),(25075,4336,'_publicize_twitter_user','@OnTradeProgress'),(25076,4338,'_wp_attached_file','2019/04/SAG_HotnCold_CoffeeSoul.jpg'),(25077,4338,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.076530116586603;s:5:\"bytes\";i:129653;s:11:\"size_before\";i:1286683;s:10:\"size_after\";i:1157030;s:4:\"time\";d:0.90000000000000036;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:288;s:11:\"size_before\";i:4062;s:10:\"size_after\";i:3774;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.029999999999999;s:5:\"bytes\";i:984;s:11:\"size_before\";i:9807;s:10:\"size_after\";i:8823;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:14;s:5:\"bytes\";i:8298;s:11:\"size_before\";i:59251;s:10:\"size_after\";i:50953;s:4:\"time\";d:0.050000000000000003;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2582;s:10:\"size_after\";i:2399;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.869999999999999;s:5:\"bytes\";i:4138;s:11:\"size_before\";i:32158;s:10:\"size_after\";i:28020;s:4:\"time\";d:0.02;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4;s:5:\"bytes\";i:1738;s:11:\"size_before\";i:16710;s:10:\"size_after\";i:14972;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14972;s:10:\"size_after\";i:14972;s:4:\"time\";d:0.01;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:546;s:11:\"size_before\";i:7407;s:10:\"size_after\";i:6861;s:4:\"time\";d:0.02;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6861;s:10:\"size_after\";i:6861;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:346;s:11:\"size_before\";i:4350;s:10:\"size_after\";i:4004;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:377;s:11:\"size_before\";i:5078;s:10:\"size_after\";i:4701;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:703;s:11:\"size_before\";i:8742;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.01;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:701;s:11:\"size_before\";i:9817;s:10:\"size_after\";i:9116;s:4:\"time\";d:0.02;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.01;s:5:\"bytes\";i:1975;s:11:\"size_before\";i:19731;s:10:\"size_after\";i:17756;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:556;s:11:\"size_before\";i:6978;s:10:\"size_after\";i:6422;s:4:\"time\";d:0.01;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.130000000000001;s:5:\"bytes\";i:2522;s:11:\"size_before\";i:24903;s:10:\"size_after\";i:22381;s:4:\"time\";d:0.02;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:944;s:11:\"size_before\";i:10417;s:10:\"size_after\";i:9473;s:4:\"time\";d:0.029999999999999999;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:578;s:11:\"size_before\";i:6781;s:10:\"size_after\";i:6203;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:627;s:11:\"size_before\";i:8254;s:10:\"size_after\";i:7627;s:4:\"time\";d:0.01;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2628;s:10:\"size_after\";i:2474;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14972;s:10:\"size_after\";i:14972;s:4:\"time\";d:0.01;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4701;s:10:\"size_after\";i:4701;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:13531;s:10:\"size_after\";i:12497;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994;s:5:\"bytes\";i:3389;s:11:\"size_before\";i:35263;s:10:\"size_after\";i:31874;s:4:\"time\";d:0.02;}s:8:\"large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.630000000000001;s:5:\"bytes\";i:35017;s:11:\"size_before\";i:277255;s:10:\"size_after\";i:242238;s:4:\"time\";d:0.10000000000000001;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:542;s:11:\"size_before\";i:7850;s:10:\"size_after\";i:7308;s:4:\"time\";d:0.01;}s:12:\"main-full@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.01;s:5:\"bytes\";i:18262;s:11:\"size_before\";i:165891;s:10:\"size_after\";i:147629;s:4:\"time\";d:0.080000000000000002;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.68;s:5:\"bytes\";i:7630;s:11:\"size_before\";i:71442;s:10:\"size_after\";i:63812;s:4:\"time\";d:0.029999999999999999;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:2243;s:11:\"size_before\";i:26691;s:10:\"size_after\";i:24448;s:4:\"time\";d:0.01;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1184;s:11:\"size_before\";i:14699;s:10:\"size_after\";i:13515;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:17256;s:10:\"size_after\";i:15938;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:2629;s:11:\"size_before\";i:33229;s:10:\"size_after\";i:30600;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:3103;s:11:\"size_before\";i:36579;s:10:\"size_after\";i:33476;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1300000000000008;s:5:\"bytes\";i:7086;s:11:\"size_before\";i:77592;s:10:\"size_after\";i:70506;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6600000000000001;s:5:\"bytes\";i:2546;s:11:\"size_before\";i:26366;s:10:\"size_after\";i:23820;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994;s:5:\"bytes\";i:9593;s:11:\"size_before\";i:99855;s:10:\"size_after\";i:90262;s:4:\"time\";d:0.059999999999999998;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995;s:5:\"bytes\";i:3310;s:11:\"size_before\";i:39200;s:10:\"size_after\";i:35890;s:4:\"time\";d:0.02;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0500000000000007;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:23377;s:10:\"size_after\";i:21262;s:4:\"time\";d:0.040000000000000001;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:2394;s:11:\"size_before\";i:31126;s:10:\"size_after\";i:28732;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:600;s:11:\"size_before\";i:8319;s:10:\"size_after\";i:7719;s:4:\"time\";d:0.01;}}}'),(25078,4338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3541;s:6:\"height\";i:3266;s:4:\"file\";s:35:\"2019/04/SAG_HotnCold_CoffeeSoul.jpg\";s:5:\"sizes\";a:42:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-768x708.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"SAG_HotnCold_CoffeeSoul-1024x944.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:944;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"SAG_HotnCold_CoffeeSoul-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"SAG_HotnCold_CoffeeSoul-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-696x642.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"SAG_HotnCold_CoffeeSoul-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"SAG_HotnCold_CoffeeSoul-1068x985.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-455x420.jpg\";s:5:\"width\";i:455;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"SAG_HotnCold_CoffeeSoul-1920x1771.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"SAG_HotnCold_CoffeeSoul-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:36:\"SAG_HotnCold_CoffeeSoul-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:34:\"SAG_HotnCold_CoffeeSoul-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:35:\"SAG_HotnCold_CoffeeSoul-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25079,4338,'_wp_attachment_image_alt','Schaerer Coffee Machine'),(25080,4339,'_wp_attached_file','2019/04/Moni-Bildvorschlaege.jpg'),(25081,4339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0079926918011797;s:5:\"bytes\";i:61599;s:11:\"size_before\";i:1536904;s:10:\"size_after\";i:1475305;s:4:\"time\";d:0.91000000000000048;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:38:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:345;s:11:\"size_before\";i:6752;s:10:\"size_after\";i:6407;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:582;s:11:\"size_before\";i:15564;s:10:\"size_after\";i:14982;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:2071;s:11:\"size_before\";i:92935;s:10:\"size_after\";i:90864;s:4:\"time\";d:0.059999999999999998;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1399999999999997;s:5:\"bytes\";i:295;s:11:\"size_before\";i:4130;s:10:\"size_after\";i:3835;s:4:\"time\";d:0.01;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0299999999999998;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:64534;s:10:\"size_after\";i:63227;s:4:\"time\";d:0.029999999999999999;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0699999999999998;s:5:\"bytes\";i:700;s:11:\"size_before\";i:33875;s:10:\"size_after\";i:33175;s:4:\"time\";d:0.02;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33175;s:10:\"size_after\";i:33175;s:4:\"time\";d:0.02;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:494;s:11:\"size_before\";i:14192;s:10:\"size_after\";i:13698;s:4:\"time\";d:0.01;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13698;s:10:\"size_after\";i:13698;s:4:\"time\";d:0.01;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:407;s:11:\"size_before\";i:7197;s:10:\"size_after\";i:6790;s:4:\"time\";d:0.01;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:458;s:11:\"size_before\";i:8798;s:10:\"size_after\";i:8340;s:4:\"time\";d:0.01;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:585;s:11:\"size_before\";i:16104;s:10:\"size_after\";i:15519;s:4:\"time\";d:0.070000000000000007;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:406;s:11:\"size_before\";i:13805;s:10:\"size_after\";i:13399;s:4:\"time\";d:0.01;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:879;s:11:\"size_before\";i:34817;s:10:\"size_after\";i:33938;s:4:\"time\";d:0.02;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:487;s:11:\"size_before\";i:12571;s:10:\"size_after\";i:12084;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:42909;s:10:\"size_after\";i:41883;s:4:\"time\";d:0.029999999999999999;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:587;s:11:\"size_before\";i:20647;s:10:\"size_after\";i:20060;s:4:\"time\";d:0.02;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:483;s:11:\"size_before\";i:12243;s:10:\"size_after\";i:11760;s:4:\"time\";d:0.01;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:551;s:11:\"size_before\";i:15146;s:10:\"size_after\";i:14595;s:4:\"time\";d:0.02;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:312;s:11:\"size_before\";i:4885;s:10:\"size_after\";i:4573;s:4:\"time\";d:0.01;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33175;s:10:\"size_after\";i:33175;s:4:\"time\";d:0.02;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8340;s:10:\"size_after\";i:8340;s:4:\"time\";d:0.01;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:24798;s:10:\"size_after\";i:23407;s:4:\"time\";d:0.01;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:2740;s:11:\"size_before\";i:58302;s:10:\"size_after\";i:55562;s:4:\"time\";d:0.02;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:935;s:11:\"size_before\";i:14572;s:10:\"size_after\";i:13637;s:4:\"time\";d:0.01;}s:14:\"main-slider@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:6745;s:11:\"size_before\";i:141699;s:10:\"size_after\";i:134954;s:4:\"time\";d:0.12;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:52875;s:10:\"size_after\";i:50399;s:4:\"time\";d:0.02;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1505;s:11:\"size_before\";i:26493;s:10:\"size_after\";i:24988;s:4:\"time\";d:0.01;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:31909;s:10:\"size_after\";i:30117;s:4:\"time\";d:0.02;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:60650;s:10:\"size_after\";i:57761;s:4:\"time\";d:0.029999999999999999;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:2394;s:11:\"size_before\";i:53100;s:10:\"size_after\";i:50706;s:4:\"time\";d:0.02;}s:20:\"grid-slider-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:6474;s:11:\"size_before\";i:139550;s:10:\"size_after\";i:133076;s:4:\"time\";d:0.040000000000000001;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:2378;s:11:\"size_before\";i:47534;s:10:\"size_after\";i:45156;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:8523;s:11:\"size_before\";i:177288;s:10:\"size_after\";i:168765;s:4:\"time\";d:0.050000000000000003;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:3471;s:11:\"size_before\";i:79610;s:10:\"size_after\";i:76139;s:4:\"time\";d:0.029999999999999999;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:2275;s:11:\"size_before\";i:45804;s:10:\"size_after\";i:43529;s:4:\"time\";d:0.029999999999999999;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:2642;s:11:\"size_before\";i:56552;s:10:\"size_after\";i:53910;s:4:\"time\";d:0.02;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:994;s:11:\"size_before\";i:16676;s:10:\"size_after\";i:15682;s:4:\"time\";d:0.01;}}}'),(25082,4339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1667;s:6:\"height\";i:1250;s:4:\"file\";s:32:\"2019/04/Moni-Bildvorschlaege.jpg\";s:5:\"sizes\";a:41:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Moni-Bildvorschlaege-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Moni-Bildvorschlaege-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Moni-Bildvorschlaege-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Moni-Bildvorschlaege-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Moni-Bildvorschlaege-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Moni-Bildvorschlaege-110x96.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:33:\"Moni-Bildvorschlaege-1078x516.jpg\";s:5:\"width\";i:1078;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-351x185.jpg\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-168x137.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-343x215.jpg\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-536x386.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-269x192.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-600x460.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-474x240.jpg\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-235x216.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-326x205.jpg\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:31:\"Moni-Bildvorschlaege-164x82.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-702x336.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:32:\"Moni-Bildvorschlaege-214x140.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25083,4339,'_wp_attachment_image_alt','Moni Bildvorschlaege'),(25084,4336,'_thumbnail_id','4339'),(25085,4336,'_yoast_wpseo_focuskw','Swiss coffee machine'),(25086,4336,'_yoast_wpseo_metadesc','Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot & Cold” in the Schaerer Coffee Soul'),(25087,4336,'_yoast_wpseo_linkdex','71'),(25088,4336,'xyz_fbap','1'),(25092,4336,'_wpas_done_all','1'),(25095,4336,'_wpas_skip_20130109','1'),(25096,4336,'_wpas_skip_22405190','1'),(25112,4345,'_wp_attached_file','2019/04/WMF-FFC.png'),(25113,4345,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2052826620791537;s:5:\"bytes\";i:201607;s:11:\"size_before\";i:3873123;s:10:\"size_after\";i:3671516;s:4:\"time\";d:10.970000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:34:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:1945;s:11:\"size_before\";i:21633;s:10:\"size_after\";i:19688;s:4:\"time\";d:0.089999999999999997;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:5148;s:11:\"size_before\";i:63799;s:10:\"size_after\";i:58651;s:4:\"time\";d:0.16;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:727;s:11:\"size_before\";i:11278;s:10:\"size_after\";i:10551;s:4:\"time\";d:0.029999999999999999;}s:9:\"main-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:29141;s:11:\"size_before\";i:362595;s:10:\"size_after\";i:333454;s:4:\"time\";d:1.01;}s:11:\"main-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3399999999999999;s:5:\"bytes\";i:4188;s:11:\"size_before\";i:178733;s:10:\"size_after\";i:174545;s:4:\"time\";d:0.51000000000000001;}s:13:\"main-featured\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:174545;s:10:\"size_after\";i:174545;s:4:\"time\";d:0.45000000000000001;}s:10:\"main-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:3078;s:11:\"size_before\";i:57758;s:10:\"size_after\";i:54680;s:4:\"time\";d:0.14999999999999999;}s:10:\"list-block\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54680;s:10:\"size_after\";i:54680;s:4:\"time\";d:0.17000000000000001;}s:12:\"slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:21858;s:10:\"size_after\";i:19991;s:4:\"time\";d:0.040000000000000001;}s:13:\"gallery-block\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:1916;s:11:\"size_before\";i:29172;s:10:\"size_after\";i:27256;s:4:\"time\";d:0.050000000000000003;}s:12:\"grid-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:4200;s:11:\"size_before\";i:64048;s:10:\"size_after\";i:59848;s:4:\"time\";d:0.19;}s:12:\"tall-overlay\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:4216;s:11:\"size_before\";i:58057;s:10:\"size_after\";i:53841;s:4:\"time\";d:0.13;}s:17:\"grid-slider-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:8496;s:11:\"size_before\";i:152274;s:10:\"size_after\";i:143778;s:4:\"time\";d:0.47999999999999998;}s:17:\"grid-slider-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:3030;s:11:\"size_before\";i:45403;s:10:\"size_after\";i:42373;s:4:\"time\";d:0.11;}s:19:\"grid-slider-b-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:11915;s:11:\"size_before\";i:193804;s:10:\"size_after\";i:181889;s:4:\"time\";d:0.55000000000000004;}s:17:\"grid-slider-b-med\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:5507;s:11:\"size_before\";i:95484;s:10:\"size_after\";i:89977;s:4:\"time\";d:0.28999999999999998;}s:19:\"grid-slider-b-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4499999999999993;s:5:\"bytes\";i:4011;s:11:\"size_before\";i:42441;s:10:\"size_after\";i:38430;s:4:\"time\";d:0.14999999999999999;}s:16:\"focus-grid-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:3605;s:11:\"size_before\";i:58648;s:10:\"size_after\";i:55043;s:4:\"time\";d:0.13;}s:16:\"focus-grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:955;s:11:\"size_before\";i:15126;s:10:\"size_after\";i:14171;s:4:\"time\";d:0.029999999999999999;}s:13:\"overlay-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:174545;s:10:\"size_after\";i:174545;s:4:\"time\";d:0.46999999999999997;}s:10:\"grid-small\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27256;s:10:\"size_after\";i:27256;s:4:\"time\";d:0.059999999999999998;}s:12:\"thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0199999999999996;s:5:\"bytes\";i:6455;s:11:\"size_before\";i:71559;s:10:\"size_after\";i:65104;s:4:\"time\";d:0.19;}s:9:\"medium@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:16894;s:11:\"size_before\";i:222214;s:10:\"size_after\";i:205320;s:4:\"time\";d:0.94999999999999996;}s:17:\"post-thumbnail@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7699999999999996;s:5:\"bytes\";i:3181;s:11:\"size_before\";i:36262;s:10:\"size_after\";i:33081;s:4:\"time\";d:0.089999999999999997;}s:13:\"main-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:4901;s:11:\"size_before\";i:194032;s:10:\"size_after\";i:189131;s:4:\"time\";d:0.40000000000000002;}s:15:\"slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:6151;s:11:\"size_before\";i:72511;s:10:\"size_after\";i:66360;s:4:\"time\";d:0.25;}s:16:\"gallery-block@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:6506;s:11:\"size_before\";i:96714;s:10:\"size_after\";i:90208;s:4:\"time\";d:0.23999999999999999;}s:15:\"grid-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:9250;s:11:\"size_before\";i:216785;s:10:\"size_after\";i:207535;s:4:\"time\";d:0.5;}s:15:\"tall-overlay@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:13257;s:11:\"size_before\";i:196490;s:10:\"size_after\";i:183233;s:4:\"time\";d:0.53000000000000003;}s:20:\"grid-slider-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:8801;s:11:\"size_before\";i:153013;s:10:\"size_after\";i:144212;s:4:\"time\";d:0.52000000000000002;}s:20:\"grid-slider-b-med@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0299999999999998;s:5:\"bytes\";i:6434;s:11:\"size_before\";i:316732;s:10:\"size_after\";i:310298;s:4:\"time\";d:0.79000000000000004;}s:22:\"grid-slider-b-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:14046;s:11:\"size_before\";i:145577;s:10:\"size_after\";i:131531;s:4:\"time\";d:0.66000000000000003;}s:19:\"focus-grid-large@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:9071;s:11:\"size_before\";i:198500;s:10:\"size_after\";i:189429;s:4:\"time\";d:0.45000000000000001;}s:19:\"focus-grid-small@2x\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:2715;s:11:\"size_before\";i:49597;s:10:\"size_after\";i:46882;s:4:\"time\";d:0.14999999999999999;}}}'),(25114,4345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:962;s:6:\"height\";i:868;s:4:\"file\";s:19:\"2019/04/WMF-FFC.png\";s:5:\"sizes\";a:39:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-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:\"WMF-FFC-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"WMF-FFC-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"WMF-FFC-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-696x628.png\";s:5:\"width\";i:696;s:6:\"height\";i:628;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-962x580.png\";s:5:\"width\";i:962;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-465x420.png\";s:5:\"width\";i:465;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"WMF-FFC-110x96.png\";s:5:\"width\";i:110;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"main-full\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-962x516.png\";s:5:\"width\";i:962;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"main-featured\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"main-block\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"list-block\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-351x185.png\";s:5:\"width\";i:351;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-small\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-168x137.png\";s:5:\"width\";i:168;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery-block\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"grid-overlay\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-343x215.png\";s:5:\"width\";i:343;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tall-overlay\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-large\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-536x386.png\";s:5:\"width\";i:536;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-small\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-269x192.png\";s:5:\"width\";i:269;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-large\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-600x460.png\";s:5:\"width\";i:600;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"grid-slider-b-med\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-474x240.png\";s:5:\"width\";i:474;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"grid-slider-b-small\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-235x216.png\";s:5:\"width\";i:235;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-large\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-326x205.png\";s:5:\"width\";i:326;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"focus-grid-small\";a:4:{s:4:\"file\";s:18:\"WMF-FFC-164x82.png\";s:5:\"width\";i:164;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"overlay-large\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-702x336.png\";s:5:\"width\";i:702;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"grid-small\";a:4:{s:4:\"file\";s:19:\"WMF-FFC-214x140.png\";s:5:\"width\";i:214;s:6:\"height\";i:140;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:{}}}'),(25115,4345,'_wp_attachment_image_alt','WMF FFC'),(25135,4346,'_publicize_twitter_user','@OnTradeProgress'),(25136,4346,'_edit_lock','1558515953:1'),(25137,4346,'_edit_last','1'),(25138,4346,'_adinserter_block_exceptions',''),(25139,4346,'slide_template','default'),(25140,4346,'_bunyad_featured_post','1'),(25141,4346,'_bunyad_cat_label','0'),(25142,4346,'_bunyad_featured_disable','0'),(25143,4346,'_bunyad_bg_image_bg_type','cover'),(25144,4346,'_bunyad_reviews','0'),(25145,4346,'_bunyad_review_pos','none'),(25146,4346,'_bunyad_review_type','points'),(25147,4346,'_bunyad_review_verdict','Awesome'),(25148,4346,'_yoast_wpseo_content_score','30'),(25149,4346,'_yoast_wpseo_primary_category','2'),(25150,4346,'_publicize_twitter_user','@OnTradeProgress'),(25151,4346,'_thumbnail_id','4345'),(25152,4346,'_yoast_wpseo_focuskw','Coffee technology'),(25153,4346,'_yoast_wpseo_metadesc','With its innovative Fresh Filtered Coffee technology, designed for the WMF 1500 S+ and WMF 5000 S+ automatic speciality machines, the German coffee machine manufacturer is bringing together the best features of two different worlds – making it possible to produce both coffee specialities and fresh filtered coffee using a single machine.'),(25154,4346,'_yoast_wpseo_linkdex','63'),(25155,4346,'xyz_fbap','1'),(25156,4346,'_wpas_done_all','1'),(25157,4346,'_wpas_skip_20130109','1'),(25158,4346,'_wpas_skip_22405190','1'),(25159,4346,'_yoast_wpseo_twitter-title','Coffee technology from @WMFUK combines two coffee styles in a single machine #coffee'),(25160,4346,'_wpas_skip_22422912','1'),(25173,23,'_oembed_1e1a70bc20996e655678d614739c2aef','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_24_on-trade-progress_\" style=\"width: 696px; height: 492px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(25174,23,'_oembed_time_1e1a70bc20996e655678d614739c2aef','1556023345'),(25175,8,'tdc_dirty_content','0'),(25176,8,'tdc_icon_fonts','a:0:{}'),(25177,8,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25178,8,'_wpb_vc_js_status',''),(25180,8,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25181,8,'td_wp_editor',''),(25183,3914,'post_views_count','1'),(25184,3807,'post_views_count','1'),(25185,2521,'post_views_count','1'),(25186,3064,'post_views_count','1'),(25187,3313,'post_views_count','1'),(25188,3645,'post_views_count','2'),(25189,2892,'post_views_count','1'),(25190,2528,'post_views_count','1'),(25191,2727,'post_views_count','1'),(25192,3683,'post_views_count','1'),(25193,3445,'post_views_count','1'),(25194,4353,'_wp_attached_file','2019/04/header-otp.png'),(25195,4353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:266;s:4:\"file\";s:22:\"2019/04/header-otp.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"header-otp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"header-otp-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"header-otp-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"header-otp-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"header-otp-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"header-otp-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"header-otp-323x160.png\";s:5:\"width\";i:323;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"header-otp-323x235.png\";s:5:\"width\";i:323;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"header-otp-323x220.png\";s:5:\"width\";i:323;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"header-otp-323x261.png\";s:5:\"width\";i:323;s:6:\"height\";i:261;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:{}}}'),(25196,4353,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.34571155386722551838829531334340572357177734375;s:5:\"bytes\";i:10195;s:11:\"size_before\";i:38697;s:10:\"size_after\";i:28502;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3077;s:11:\"size_before\";i:12211;s:10:\"size_after\";i:9134;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:7118;s:11:\"size_before\";i:26486;s:10:\"size_after\";i:19368;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(25197,4354,'_wp_attached_file','2019/04/otp-retina.png'),(25198,4354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1343;s:6:\"height\";i:1107;s:4:\"file\";s:22:\"2019/04/otp-retina.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"otp-retina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"otp-retina-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"otp-retina-768x633.png\";s:5:\"width\";i:768;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"otp-retina-1024x844.png\";s:5:\"width\";i:1024;s:6:\"height\";i:844;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"otp-retina-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"otp-retina-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"otp-retina-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"otp-retina-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"otp-retina-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"otp-retina-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"otp-retina-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"otp-retina-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"otp-retina-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"otp-retina-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"otp-retina-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"otp-retina-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"otp-retina-696x574.png\";s:5:\"width\";i:696;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"otp-retina-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"otp-retina-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"otp-retina-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"otp-retina-1068x880.png\";s:5:\"width\";i:1068;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"otp-retina-510x420.png\";s:5:\"width\";i:510;s:6:\"height\";i:420;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:{}}}'),(25199,4354,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.55800542088771720727891079150140285491943359375;s:5:\"bytes\";i:101622;s:11:\"size_before\";i:312126;s:10:\"size_after\";i:210504;s:4:\"time\";d:1.529999999999999804600747665972448885440826416015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:9242;s:10:\"size_after\";i:6457;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6160;s:11:\"size_before\";i:20388;s:10:\"size_after\";i:14228;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:34710;s:11:\"size_before\";i:105578;s:10:\"size_after\";i:70868;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:57967;s:11:\"size_before\";i:176918;s:10:\"size_after\";i:118951;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}}}'),(25200,3701,'post_views_count','1'),(25201,3789,'post_views_count','1'),(25202,3960,'post_views_count','1'),(25203,4282,'post_views_count','1'),(25204,4289,'post_views_count','1'),(25205,4235,'post_views_count','1'),(25206,4355,'_wp_attached_file','2019/04/footer-logo-e1556804743928.png'),(25207,4355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:176;s:4:\"file\";s:38:\"2019/04/footer-logo-e1556804743928.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"footer-logo-e1556804743928-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"footer-logo-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"footer-logo-e1556804743928-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"footer-logo-e1556804743928-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"footer-logo-e1556804743928-180x150.png\";s:5:\"width\";i:180;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"footer-logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"footer-logo-e1556804743928-180x160.png\";s:5:\"width\";i:180;s:6:\"height\";i:160;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:{}}}'),(25208,4355,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.55123470200593516210574307478964328765869140625;s:5:\"bytes\";i:4495;s:11:\"size_before\";i:13809;s:10:\"size_after\";i:9314;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:6052;s:11:\"size_before\";i:9764;s:10:\"size_after\";i:6357;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:4045;s:10:\"size_after\";i:2957;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(25209,4356,'_wp_attached_file','2019/04/otp-retina-footer.png'),(25210,4356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:428;s:4:\"file\";s:29:\"2019/04/otp-retina-footer.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"otp-retina-footer-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"otp-retina-footer-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-534x428.png\";s:5:\"width\";i:534;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-600x385.png\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"otp-retina-footer-589x420.png\";s:5:\"width\";i:589;s:6:\"height\";i:420;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:{}}}'),(25211,4356,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30;s:5:\"bytes\";i:3345;s:11:\"size_before\";i:11150;s:10:\"size_after\";i:7805;s:4:\"time\";d:0.210000000000000019984014443252817727625370025634765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:2347;s:11:\"size_before\";i:7024;s:10:\"size_after\";i:4677;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:998;s:11:\"size_before\";i:4126;s:10:\"size_after\";i:3128;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(25224,30,'tdc_dirty_content','1'),(25225,30,'tdc_icon_fonts','a:0:{}'),(25226,30,'tdc_google_fonts','a:0:{}'),(25227,30,'td_mega_menu_cat',''),(25228,30,'td_mega_menu_page_id',''),(25229,31,'tdc_icon_fonts','a:0:{}'),(25230,31,'tdc_google_fonts','a:0:{}'),(25231,31,'td_mega_menu_cat',''),(25232,31,'td_mega_menu_page_id',''),(25277,28,'tdc_icon_fonts','a:0:{}'),(25278,28,'tdc_google_fonts','a:0:{}'),(25279,28,'td_mega_menu_cat',''),(25280,28,'td_mega_menu_page_id',''),(25281,27,'tdc_dirty_content','1'),(25282,27,'tdc_icon_fonts','a:0:{}'),(25283,27,'tdc_google_fonts','a:0:{}'),(25284,27,'td_mega_menu_cat',''),(25285,27,'td_mega_menu_page_id',''),(25288,3432,'post_views_count','1'),(25291,4360,'_wpb_shortcodes_custom_css','.vc_custom_1556029729655{background-color: #f6f6f6 !important;}'),(25293,4346,'post_views_count','1'),(25294,4361,'_wpb_shortcodes_custom_css','.vc_custom_1556029957675{background-color: #f6f6f6 !important;}'),(25295,4336,'post_views_count','1'),(25296,4311,'post_views_count','2'),(25297,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:39:\"2017/04/Brautradition_Glas_Close-Up.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Brautradition_Glas_Close-Up-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Brautradition_Glas_Close-Up-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452790666\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25298,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5651;s:6:\"height\";i:3768;s:4:\"file\";s:35:\"2017/04/Brautradition_Stilleben.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Brautradition_Stilleben-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Brautradition_Stilleben-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Brautradition_Stilleben-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Brautradition_Stilleben-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Brautradition_Stilleben-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452857613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25299,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:41:\"2017/04/Brautradition_Glas_Close-Up-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Brautradition_Glas_Close-Up-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-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:41:\"Brautradition_Glas_Close-Up-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452790666\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25300,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5644;s:6:\"height\";i:3763;s:4:\"file\";s:47:\"2017/04/Brautradition_Braustube_Anstossen_1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"Brautradition_Braustube_Anstossen_1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"Brautradition_Braustube_Anstossen_1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"Brautradition_Braustube_Anstossen_1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"Brautradition_Braustube_Anstossen_1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"Brautradition_Braustube_Anstossen_1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Brautradition_Braustube_Anstossen_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:47:\"Brautradition_Braustube_Anstossen_1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Brautradition_Braustube_Anstossen_1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452691513\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25301,716,'post_views_count','1'),(25302,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:41:\"2017/04/Brautradition_Brauerabsprache.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Brautradition_Brauerabsprache-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Brautradition_Brauerabsprache-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Brautradition_Brauerabsprache-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Brautradition_Brauerabsprache-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Brautradition_Brauerabsprache-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Brautradition_Brauerabsprache-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Brautradition_Brauerabsprache-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452787820\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25303,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:41:\"2017/04/Brautradition_Glas_Close-Up-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Brautradition_Glas_Close-Up-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Brautradition_Glas_Close-Up-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Brautradition_Glas_Close-Up-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Brautradition_Glas_Close-Up-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:41:\"Brautradition_Glas_Close-Up-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Brautradition_Glas_Close-Up-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452790666\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"125\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25305,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5651;s:6:\"height\";i:3768;s:4:\"file\";s:37:\"2017/04/Brautradition_Stilleben-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Brautradition_Stilleben-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Brautradition_Stilleben-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Brautradition_Stilleben-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Brautradition_Stilleben-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"Brautradition_Stilleben-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Brautradition_Stilleben-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:37:\"Brautradition_Stilleben-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Brautradition_Stilleben-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452857613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25306,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3668;s:6:\"height\";i:5502;s:4:\"file\";s:35:\"2017/06/page-18-hackney-woo-woo.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"page-18-hackney-woo-woo-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"page-18-hackney-woo-woo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"page-18-hackney-woo-woo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"page-18-hackney-woo-woo-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"page-18-hackney-woo-woo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"page-18-hackney-woo-woo-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"Berry cocktail isolated on white background\";s:17:\"created_timestamp\";s:10:\"1466602603\";s:9:\"copyright\";s:12:\"Mateusz Gzik\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:21:\"Berry Cooler Cocktail\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:23:{i:0;s:11:\"Bar Counter\";i:1;s:7:\"Gourmet\";i:2;s:11:\"Celebration\";i:3;s:11:\"Bloody Mary\";i:4;s:9:\"Nightlife\";i:5;s:7:\"Thirsty\";i:6;s:5:\"Vodka\";i:7;s:7:\"Whiskey\";i:8;s:9:\"Raspberry\";i:9;s:7:\"Crushed\";i:10;s:3:\"Red\";i:11;s:13:\"Alcohol Abuse\";i:12;s:9:\"Bartender\";i:13;s:5:\"Fruit\";i:14;s:6:\"Liquid\";i:15;s:3:\"Ice\";i:16;s:5:\"Hotel\";i:17;s:10:\"Restaurant\";i:18;s:8:\"Cocktail\";i:19;s:7:\"Alcohol\";i:20;s:5:\"Juice\";i:21;s:5:\"Drink\";i:22;s:14:\"Bourbon Whisky\";}}}'),(25307,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3668;s:6:\"height\";i:5502;s:4:\"file\";s:37:\"2017/06/page-18-hackney-woo-woo-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"page-18-hackney-woo-woo-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"page-18-hackney-woo-woo-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"page-18-hackney-woo-woo-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"page-18-hackney-woo-woo-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"page-18-hackney-woo-woo-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"page-18-hackney-woo-woo-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"page-18-hackney-woo-woo-1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"page-18-hackney-woo-woo-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:37:\"page-18-hackney-woo-woo-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"page-18-hackney-woo-woo-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"Berry cocktail isolated on white background\";s:17:\"created_timestamp\";s:10:\"1466602603\";s:9:\"copyright\";s:12:\"Mateusz Gzik\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:21:\"Berry Cooler Cocktail\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:23:{i:0;s:11:\"Bar Counter\";i:1;s:7:\"Gourmet\";i:2;s:11:\"Celebration\";i:3;s:11:\"Bloody Mary\";i:4;s:9:\"Nightlife\";i:5;s:7:\"Thirsty\";i:6;s:5:\"Vodka\";i:7;s:7:\"Whiskey\";i:8;s:9:\"Raspberry\";i:9;s:7:\"Crushed\";i:10;s:3:\"Red\";i:11;s:13:\"Alcohol Abuse\";i:12;s:9:\"Bartender\";i:13;s:5:\"Fruit\";i:14;s:6:\"Liquid\";i:15;s:3:\"Ice\";i:16;s:5:\"Hotel\";i:17;s:10:\"Restaurant\";i:18;s:8:\"Cocktail\";i:19;s:7:\"Alcohol\";i:20;s:5:\"Juice\";i:21;s:5:\"Drink\";i:22;s:14:\"Bourbon Whisky\";}}}'),(25308,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4016;s:4:\"file\";s:41:\"2017/06/184-Mango-Tree-Song-Kran-2014.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"184-Mango-Tree-Song-Kran-2014-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"184-Mango-Tree-Song-Kran-2014-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"184-Mango-Tree-Song-Kran-2014-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"184-Mango-Tree-Song-Kran-2014-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"184-Mango-Tree-Song-Kran-2014-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"184-Mango-Tree-Song-Kran-2014-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"184-Mango-Tree-Song-Kran-2014-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397683807\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25309,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6144;s:6:\"height\";i:4096;s:4:\"file\";s:29:\"2017/07/E.-Picture-005-AA.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"E.-Picture-005-AA-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"E.-Picture-005-AA-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"E.-Picture-005-AA-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"E.-Picture-005-AA-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"E.-Picture-005-AA-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"E.-Picture-005-AA-150x150.jpg\";s:5:\"width\";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:\"E.-Picture-005-AA-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"E.-Picture-005-AA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25310,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6672;s:6:\"height\";i:5310;s:4:\"file\";s:21:\"2017/07/Composite.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Composite-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Composite-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Composite-768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Composite-1024x815.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Composite-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Composite-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Composite-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Composite-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Composite-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Composite-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Composite-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Composite-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Composite-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Composite-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Composite-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Composite-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Composite-696x554.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Composite-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Composite-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Composite-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Composite-1068x850.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Composite-528x420.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Composite-1920x1528.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1528;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:{}}}'),(25311,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:18:\"2017/07/Page20.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Page20-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Page20-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Page20-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Page20-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Page20-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Page20-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Page20-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"Page20-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Page20-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"Page20-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"Page20-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Page20-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"Page20-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Page20-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"Page20-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"Page20-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"Page20-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Page20-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"Page20-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"Page20-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Page20-150x150.jpg\";s:5:\"width\";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:\"Page20-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Page20-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1286277618\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25312,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:20:\"2017/07/Page20-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page20-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"Page20-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"Page20-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"Page20-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"Page20-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"Page20-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"Page20-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"Page20-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"Page20-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"Page20-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"Page20-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"Page20-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"Page20-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page20-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"Page20-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"Page20-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"Page20-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page20-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Page20-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"Page20-1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Page20-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Page20-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Page20-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1286277618\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25313,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4201;s:6:\"height\";i:6303;s:4:\"file\";s:18:\"2017/07/page21.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"page21-150x150.jpg\";s:5:\"width\";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:\"page21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"page21-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"page21-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"page21-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"page21-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"page21-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"page21-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"page21-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"page21-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"page21-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"page21-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"page21-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"page21-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"page21-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"page21-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"page21-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"page21-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"page21-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"page21-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"page21-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"page21-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"page21-1920x2881.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2881;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:15:\"DAVID COTSWORTH\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493376389\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25314,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4201;s:6:\"height\";i:6303;s:4:\"file\";s:20:\"2017/07/page21-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"page21-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"page21-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"page21-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"page21-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"page21-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"page21-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"page21-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"page21-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"page21-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"page21-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"page21-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"page21-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"page21-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"page21-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"page21-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"page21-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"page21-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"page21-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"page21-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"page21-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"page21-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"page21-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"page21-1-1920x2881.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2881;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:15:\"DAVID COTSWORTH\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493376389\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25315,501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7279;s:6:\"height\";i:4858;s:4:\"file\";s:28:\"2017/10/sep-17-page-48-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-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:28:\"sep-17-page-48-1-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:28:\"sep-17-page-48-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-48-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-48-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-1-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-1-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-1-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:11:\"Marcin Noga\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468957589\";s:9:\"copyright\";s:17:\"Noga Photo Studio\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25316,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7274;s:6:\"height\";i:4858;s:4:\"file\";s:28:\"2017/10/sep-17-page-48-2.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-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:28:\"sep-17-page-48-2-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:28:\"sep-17-page-48-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"sep-17-page-48-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"sep-17-page-48-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"sep-17-page-48-2-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"sep-17-page-48-2-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"sep-17-page-48-2-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:11:\"Marcin Noga\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1468964085\";s:9:\"copyright\";s:17:\"Noga Photo Studio\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25317,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5437;s:6:\"height\";i:3625;s:4:\"file\";s:21:\"2017/11/Page-34-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Page-34-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Page-34-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Page-34-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Page-34-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Page-34-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Page-34-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Page-34-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Page-34-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Page-34-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Page-34-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Page-34-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Page-34-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Page-34-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Page-34-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Page-34-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Page-34-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Page-34-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Page-34-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Page-34-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Page-34-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Page-34-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:21:\"Page-34-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Page-34-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:5:\"EllPi\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1473151036\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25318,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4000;s:4:\"file\";s:29:\"2017/11/October-page-38-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"October-page-38-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"October-page-38-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"October-page-38-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"October-page-38-2-1068x710.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"October-page-38-2-632x420.jpg\";s:5:\"width\";i:632;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"October-page-38-2-1920x1277.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"October-page-38-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:29:\"October-page-38-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"October-page-38-2-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1505214676\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25319,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6480;s:6:\"height\";i:4320;s:4:\"file\";s:19:\"2017/11/Page-36.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Page-36-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-36-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-36-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-36-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-36-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-36-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-36-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-36-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-36-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-36-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-36-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-36-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-36-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Page-36-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-36-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-36-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-36-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Page-36-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-36-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Page-36-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-36-150x150.jpg\";s:5:\"width\";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:\"Page-36-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-36-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25320,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:6496;s:4:\"file\";s:28:\"2017/11/Tia-Maria-bottle.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-768x1408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Tia-Maria-bottle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Tia-Maria-bottle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-696x1276.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1068x1958.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1958;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-229x420.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Tia-Maria-bottle-1920x3520.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:3520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tia-Maria-bottle-150x150.jpg\";s:5:\"width\";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:\"Tia-Maria-bottle-164x300.jpg\";s:5:\"width\";i:164;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Tia-Maria-bottle-559x1024.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:19:\"Sette_Secondi_Circa\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1466517795\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25321,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:21:\"2017/12/Albatross.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Albatross-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Albatross-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Albatross-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Albatross-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Albatross-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Albatross-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Albatross-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Albatross-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Albatross-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Albatross-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Albatross-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Albatross-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Albatross-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Albatross-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Albatross-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Albatross-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Albatross-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Albatross-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Albatross-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Albatross-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Albatross-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Albatross-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Albatross-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon EOS Kiss X5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1458827304\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25322,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:37:\"2018/01/HermRd-Interiors-Jaf-0042.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"HermRd-Interiors-Jaf-0042-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"HermRd-Interiors-Jaf-0042-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511263363\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25323,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:24:\"2018/01/Page-24-25-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Page-24-25-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Page-24-25-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Page-24-25-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Page-24-25-2-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Page-24-25-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Page-24-25-2-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Page-24-25-2-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"Page-24-25-2-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Page-24-25-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:24:\"Page-24-25-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Page-24-25-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511265862\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25324,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:39:\"2018/01/HermRd-Interiors-Jaf-0042-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"HermRd-Interiors-Jaf-0042-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"HermRd-Interiors-Jaf-0042-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"HermRd-Interiors-Jaf-0042-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"HermRd-Interiors-Jaf-0042-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"HermRd-Interiors-Jaf-0042-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"HermRd-Interiors-Jaf-0042-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"HermRd-Interiors-Jaf-0042-1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"HermRd-Interiors-Jaf-0042-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:39:\"HermRd-Interiors-Jaf-0042-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"HermRd-Interiors-Jaf-0042-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511263363\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25325,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:32:\"2018/01/HermRd-Interiors-png.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"HermRd-Interiors-png-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"HermRd-Interiors-png-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"HermRd-Interiors-png-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"HermRd-Interiors-png-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"HermRd-Interiors-png-696x1044.png\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"HermRd-Interiors-png-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"HermRd-Interiors-png-1068x1602.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"HermRd-Interiors-png-280x420.png\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"HermRd-Interiors-png-1920x2880.png\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;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:{}}}'),(25326,649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5732;s:6:\"height\";i:3822;s:4:\"file\";s:29:\"2018/01/The-Trading-House.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"The-Trading-House-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"The-Trading-House-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"The-Trading-House-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"The-Trading-House-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"The-Trading-House-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"The-Trading-House-150x150.jpg\";s:5:\"width\";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:\"The-Trading-House-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"The-Trading-House-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"9.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1434508214\";s:9:\"copyright\";s:26:\"Copyright James Brown 2015\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:18:\"0.0028571428571429\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25327,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:23:\"2018/02/Lucky-Voice.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Lucky-Voice-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Lucky-Voice-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Lucky-Voice-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Lucky-Voice-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"Lucky-Voice-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Lucky-Voice-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Lucky-Voice-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:8:\"Ant Tran\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490607934\";s:9:\"copyright\";s:8:\"Ant Tran\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25328,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:19:\"2018/02/Page-34.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Page-34-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Page-34-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Page-34-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Page-34-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Page-34-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Page-34-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Page-34-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Page-34-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Page-34-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Page-34-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Page-34-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Page-34-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Page-34-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"Page-34-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Page-34-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Page-34-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Page-34-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"Page-34-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Page-34-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Page-34-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Page-34-150x150.jpg\";s:5:\"width\";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:\"Page-34-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Page-34-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511264990\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25329,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5610;s:6:\"height\";i:7935;s:4:\"file\";s:43:\"2018/03/Salted-Caramel-Latte-Macchiatto.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Salted-Caramel-Latte-Macchiatto-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Salted-Caramel-Latte-Macchiatto-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Salted-Caramel-Latte-Macchiatto-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Salted-Caramel-Latte-Macchiatto-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-696x984.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Salted-Caramel-Latte-Macchiatto-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"Salted-Caramel-Latte-Macchiatto-1068x1511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Salted-Caramel-Latte-Macchiatto-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:45:\"Salted-Caramel-Latte-Macchiatto-1920x2716.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2716;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486944000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25330,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4016;s:6:\"height\";i:6016;s:4:\"file\";s:56:\"2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1068x1600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:58:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1920x2876.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2876;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-150x150.jpg\";s:5:\"width\";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:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Colin-Gunn-General-Manager-for-Moxy-Aberdeen-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25331,896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:15:\"2018/04/gin.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"gin-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"gin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"gin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"gin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"gin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"gin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"gin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"gin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"gin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"gin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"gin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"gin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"gin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"gin-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"gin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"gin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"gin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"gin-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"gin-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:17:\"gin-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"gin-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"gin-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25332,897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:17:\"2018/04/gin-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"gin-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"gin-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"gin-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"gin-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"gin-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"gin-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"gin-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"gin-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"gin-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"gin-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"gin-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"gin-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"gin-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"gin-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"gin-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"gin-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"gin-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"gin-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"gin-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:19:\"gin-1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"gin-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"gin-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"gin-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25333,898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:17:\"2018/04/gin-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"gin-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"gin-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"gin-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"gin-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"gin-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"gin-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"gin-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"gin-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"gin-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"gin-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"gin-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"gin-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"gin-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"gin-2-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"gin-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"gin-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"gin-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"gin-2-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"gin-2-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:19:\"gin-2-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"gin-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:17:\"gin-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"gin-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25334,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:26:\"2018/04/salco0mbem-gin.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"salco0mbem-gin-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"salco0mbem-gin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"salco0mbem-gin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"salco0mbem-gin-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"salco0mbem-gin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-150x150.jpg\";s:5:\"width\";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:\"salco0mbem-gin-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"salco0mbem-gin-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25335,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:5760;s:4:\"file\";s:28:\"2018/04/salco0mbem-gin-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"salco0mbem-gin-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"salco0mbem-gin-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"salco0mbem-gin-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"salco0mbem-gin-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"salco0mbem-gin-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"salco0mbem-gin-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"salco0mbem-gin-1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"salco0mbem-gin-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:28:\"salco0mbem-gin-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"salco0mbem-gin-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25336,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:38:\"2018/04/action-adult-artist-354305.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-354305-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"action-adult-artist-354305-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-354305-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-354305-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-354305-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25337,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:40:\"2018/04/action-adult-artist-354305-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-354305-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-354305-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-354305-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"action-adult-artist-354305-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-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:40:\"action-adult-artist-354305-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-354305-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25338,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:36:\"2018/04/action-adult-artist-wifi.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"action-adult-artist-wifi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"action-adult-artist-wifi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"action-adult-artist-wifi-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"action-adult-artist-wifi-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"action-adult-artist-wifi-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25339,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:16:\"2018/04/wifi.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"wifi-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"wifi-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"wifi-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"wifi-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"wifi-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"wifi-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"wifi-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"wifi-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"wifi-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"wifi-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"wifi-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"wifi-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"wifi-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"wifi-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"wifi-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"wifi-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"wifi-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"wifi-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"wifi-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:18:\"wifi-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"wifi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"wifi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"wifi-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25340,951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:18:\"2018/04/wifi-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wifi-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"wifi-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"wifi-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"wifi-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"wifi-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"wifi-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"wifi-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"wifi-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"wifi-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"wifi-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"wifi-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"wifi-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"wifi-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"wifi-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"wifi-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"wifi-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"wifi-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"wifi-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"wifi-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"wifi-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wifi-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wifi-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wifi-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25341,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:18:\"2018/04/wifi-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wifi-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"wifi-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"wifi-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"wifi-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"wifi-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"wifi-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"wifi-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"wifi-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"wifi-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"wifi-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"wifi-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"wifi-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"wifi-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"wifi-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"wifi-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"wifi-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"wifi-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"wifi-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"wifi-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"wifi-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wifi-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wifi-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wifi-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25342,954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:18:\"2018/04/wifi-3.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wifi-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"wifi-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"wifi-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"wifi-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"wifi-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"wifi-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"wifi-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"wifi-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"wifi-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"wifi-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"wifi-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"wifi-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"wifi-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"wifi-3-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"wifi-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"wifi-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"wifi-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"wifi-3-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"wifi-3-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"wifi-3-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wifi-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wifi-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wifi-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25343,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:18:\"2018/04/wifi-4.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"wifi-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"wifi-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"wifi-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"wifi-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"wifi-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"wifi-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"wifi-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"wifi-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"wifi-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"wifi-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"wifi-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"wifi-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:18:\"wifi-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:18:\"wifi-4-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:18:\"wifi-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:18:\"wifi-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"wifi-4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:19:\"wifi-4-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:18:\"wifi-4-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:20:\"wifi-4-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wifi-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wifi-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"wifi-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25344,956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:40:\"2018/04/action-adult-artist-354305-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-354305-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-354305-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-354305-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-354305-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"action-adult-artist-354305-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-354305-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:40:\"action-adult-artist-354305-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"action-adult-artist-354305-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25345,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5670;s:6:\"height\";i:4271;s:4:\"file\";s:35:\"2018/04/adult-beard-blur-437645.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"adult-beard-blur-437645-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"adult-beard-blur-437645-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-696x524.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"adult-beard-blur-437645-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"adult-beard-blur-437645-1068x804.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:804;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-558x420.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"adult-beard-blur-437645-1920x1446.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"adult-beard-blur-437645-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"adult-beard-blur-437645-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;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:{}}}'),(25346,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4048;s:4:\"file\";s:40:\"2018/04/adult-agreement-beard-541526.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"adult-agreement-beard-541526-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"adult-agreement-beard-541526-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"adult-agreement-beard-541526-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"adult-agreement-beard-541526-1068x721.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-623x420.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"adult-agreement-beard-541526-1920x1295.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"adult-agreement-beard-541526-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"adult-agreement-beard-541526-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;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:{}}}'),(25347,959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:38:\"2018/04/action-adult-artist-wifi-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"action-adult-artist-wifi-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-wifi-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-wifi-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-wifi-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-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:38:\"action-adult-artist-wifi-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-wifi-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25348,961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5678;s:6:\"height\";i:3785;s:4:\"file\";s:38:\"2018/04/action-adult-artist-wifi-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"action-adult-artist-wifi-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"action-adult-artist-wifi-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-wifi-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-wifi-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"action-adult-artist-wifi-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"action-adult-artist-wifi-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:38:\"action-adult-artist-wifi-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"action-adult-artist-wifi-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25349,1022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6246;s:6:\"height\";i:3962;s:4:\"file\";s:50:\"2018/04/Moffat-counters-at-the-Siemens-factory.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"Moffat-counters-at-the-Siemens-factory-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"Moffat-counters-at-the-Siemens-factory-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-696x441.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"Moffat-counters-at-the-Siemens-factory-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"Moffat-counters-at-the-Siemens-factory-1068x677.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-662x420.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1920x1218.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Moffat-counters-at-the-Siemens-factory-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;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:{}}}'),(25350,1023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6246;s:6:\"height\";i:3962;s:4:\"file\";s:52:\"2018/04/Moffat-counters-at-the-Siemens-factory-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Moffat-counters-at-the-Siemens-factory-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-696x441.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-1-1068x677.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-1-662x420.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"Moffat-counters-at-the-Siemens-factory-1-1920x1218.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-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:52:\"Moffat-counters-at-the-Siemens-factory-1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-1-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;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:{}}}'),(25351,1024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6246;s:6:\"height\";i:3962;s:4:\"file\";s:19:\"2018/04/Siemens.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Siemens-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:\"Siemens-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Siemens-768x487.png\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Siemens-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Siemens-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Siemens-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Siemens-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Siemens-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Siemens-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Siemens-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Siemens-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Siemens-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Siemens-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Siemens-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Siemens-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Siemens-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Siemens-696x441.png\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Siemens-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Siemens-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Siemens-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Siemens-1068x677.png\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Siemens-662x420.png\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Siemens-1920x1218.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1218;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:{}}}'),(25352,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6246;s:6:\"height\";i:3962;s:4:\"file\";s:21:\"2018/04/Siemens-1.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Siemens-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Siemens-1-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Siemens-1-768x487.png\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Siemens-1-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"Siemens-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"Siemens-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"Siemens-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"Siemens-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"Siemens-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"Siemens-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"Siemens-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"Siemens-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"Siemens-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"Siemens-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"Siemens-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"Siemens-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"Siemens-1-696x441.png\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"Siemens-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"Siemens-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"Siemens-1-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"Siemens-1-1068x677.png\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:21:\"Siemens-1-662x420.png\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:23:\"Siemens-1-1920x1218.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1218;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:{}}}'),(25353,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6246;s:6:\"height\";i:3962;s:4:\"file\";s:52:\"2018/04/Moffat-counters-at-the-Siemens-factory-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Moffat-counters-at-the-Siemens-factory-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-696x441.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-2-1068x677.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-2-662x420.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"Moffat-counters-at-the-Siemens-factory-2-1920x1218.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-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:52:\"Moffat-counters-at-the-Siemens-factory-2-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-2-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;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:{}}}'),(25354,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6246;s:6:\"height\";i:3962;s:4:\"file\";s:52:\"2018/04/Moffat-counters-at-the-Siemens-factory-3.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Moffat-counters-at-the-Siemens-factory-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Moffat-counters-at-the-Siemens-factory-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-696x441.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-3-1068x677.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-3-662x420.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"Moffat-counters-at-the-Siemens-factory-3-1920x1218.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Moffat-counters-at-the-Siemens-factory-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:52:\"Moffat-counters-at-the-Siemens-factory-3-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Moffat-counters-at-the-Siemens-factory-3-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;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:{}}}'),(25355,1034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5441;s:6:\"height\";i:3707;s:4:\"file\";s:58:\"2018/04/Precision-refrigeration-at-The-De-La-Pole-Arms.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"Precision-refrigeration-at-The-De-La-Pole-Arms-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"Precision-refrigeration-at-The-De-La-Pole-Arms-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1920x1308.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510743217\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25356,1035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5441;s:6:\"height\";i:3707;s:4:\"file\";s:25:\"2018/04/refrigeration.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"refrigeration-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"refrigeration-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"refrigeration-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"refrigeration-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"refrigeration-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"refrigeration-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"refrigeration-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"refrigeration-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"refrigeration-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"refrigeration-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"refrigeration-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"refrigeration-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"refrigeration-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"refrigeration-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"refrigeration-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"refrigeration-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"refrigeration-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"refrigeration-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"refrigeration-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"refrigeration-1920x1308.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"refrigeration-150x150.jpg\";s:5:\"width\";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:\"refrigeration-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"refrigeration-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;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:{}}}'),(25357,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5441;s:6:\"height\";i:3707;s:4:\"file\";s:27:\"2018/04/refrigeration-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"refrigeration-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"refrigeration-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"refrigeration-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"refrigeration-1-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"refrigeration-1-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"refrigeration-1-1920x1308.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"refrigeration-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:27:\"refrigeration-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"refrigeration-1-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;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:{}}}'),(25358,1037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5441;s:6:\"height\";i:3707;s:4:\"file\";s:60:\"2018/04/Precision-refrigeration-at-The-De-La-Pole-Arms-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-696x474.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:61:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:61:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-1068x728.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-616x420.jpg\";s:5:\"width\";i:616;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:62:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-1920x1308.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-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:60:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"Precision-refrigeration-at-The-De-La-Pole-Arms-1-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510743217\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25359,1056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6132;s:6:\"height\";i:8176;s:4:\"file\";s:36:\"2018/04/SEVEN_HILLS_0028_black-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-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:36:\"SEVEN_HILLS_0028_black-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"SEVEN_HILLS_0028_black-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"SEVEN_HILLS_0028_black-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25360,1057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6132;s:6:\"height\";i:8176;s:4:\"file\";s:38:\"2018/04/SEVEN_HILLS_0028_black-1-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-1-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25361,1058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6132;s:6:\"height\";i:8176;s:4:\"file\";s:38:\"2018/04/SEVEN_HILLS_0028_black-1-2.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-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:38:\"SEVEN_HILLS_0028_black-1-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-2-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-2-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-2-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25362,1059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3247;s:6:\"height\";i:8176;s:4:\"file\";s:38:\"2018/04/SEVEN_HILLS_0028_black-1-3.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-119x300.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-3-768x1934.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1934;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-3-407x1024.jpg\";s:5:\"width\";i:407;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-3-696x1753.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-3-1068x2689.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-3-167x420.jpg\";s:5:\"width\";i:167;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-3-1920x4835.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:4835;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25363,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3247;s:6:\"height\";i:7061;s:4:\"file\";s:38:\"2018/04/SEVEN_HILLS_0028_black-1-4.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-4-768x1670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-4-696x1514.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-4-1068x2322.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-4-193x420.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-4-1920x4175.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:4175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-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:38:\"SEVEN_HILLS_0028_black-1-4-138x300.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-4-471x1024.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25364,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3247;s:6:\"height\";i:7061;s:4:\"file\";s:38:\"2018/04/SEVEN_HILLS_0028_black-1-5.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-5-768x1670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"SEVEN_HILLS_0028_black-1-5-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"SEVEN_HILLS_0028_black-1-5-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-5-696x1514.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-5-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-5-1068x2322.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-193x420.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"SEVEN_HILLS_0028_black-1-5-1920x4175.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:4175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"SEVEN_HILLS_0028_black-1-5-138x300.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SEVEN_HILLS_0028_black-1-5-471x1024.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25365,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6132;s:6:\"height\";i:8176;s:4:\"file\";s:30:\"2018/04/SEVEN_HILLS_0028-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"SEVEN_HILLS_0028-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"SEVEN_HILLS_0028-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"SEVEN_HILLS_0028-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"SEVEN_HILLS_0028-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"SEVEN_HILLS_0028-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"SEVEN_HILLS_0028-1-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"SEVEN_HILLS_0028-1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"SEVEN_HILLS_0028-1-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1501623542\";s:9:\"copyright\";s:14:\"Hasselblad H4D\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25366,1294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4741;s:6:\"height\";i:4741;s:4:\"file\";s:69:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:67:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:68:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:70:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25367,1295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4741;s:6:\"height\";i:4741;s:4:\"file\";s:71:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:70:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-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:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25368,1296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4562;s:6:\"height\";i:4494;s:4:\"file\";s:73:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-768x757.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-696x686.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:74:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-1068x1052.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1052;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-426x420.jpg\";s:5:\"width\";i:426;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-1920x1891.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1891;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1-1024x1009.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25369,1297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4741;s:6:\"height\";i:4741;s:4:\"file\";s:71:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:70:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-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:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25370,1298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4741;s:6:\"height\";i:4741;s:4:\"file\";s:20:\"2018/05/FEMs-Saf.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"FEMs-Saf-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"FEMs-Saf-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"FEMs-Saf-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"FEMs-Saf-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"FEMs-Saf-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"FEMs-Saf-150x150.jpg\";s:5:\"width\";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:\"FEMs-Saf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"FEMs-Saf-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25371,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4741;s:6:\"height\";i:4741;s:4:\"file\";s:71:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:69:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:70:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25372,1301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4562;s:6:\"height\";i:4494;s:4:\"file\";s:73:\"2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-768x757.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:71:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:72:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-696x686.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:74:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-1068x1052.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1052;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-426x420.jpg\";s:5:\"width\";i:426;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-1920x1891.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1891;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-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:73:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2-1024x1009.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:11:\"D810_KAMERA\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516629877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:9:\"SI9000SAM\";i:1;s:8:\"SanJamar\";}}}'),(25373,1310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5127;s:6:\"height\";i:3712;s:4:\"file\";s:78:\"2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:76:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-696x504.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1068x773.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-580x420.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1920x1390.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;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:{}}}'),(25374,1311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5127;s:6:\"height\";i:3712;s:4:\"file\";s:80:\"2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-696x504.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:81:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:81:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-1068x773.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-580x420.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:82:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-1920x1390.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-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:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:81:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;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:{}}}'),(25375,1312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5127;s:6:\"height\";i:3712;s:4:\"file\";s:19:\"2018/05/wedding.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"wedding-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"wedding-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"wedding-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"wedding-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"wedding-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"wedding-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"wedding-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"wedding-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"wedding-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"wedding-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"wedding-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"wedding-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"wedding-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"wedding-696x504.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"wedding-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"wedding-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"wedding-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"wedding-1068x773.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"wedding-580x420.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"wedding-1920x1390.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wedding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"wedding-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"wedding-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;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:{}}}'),(25376,1313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5568;s:6:\"height\";i:3712;s:4:\"file\";s:77:\"2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:75:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:76:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(25377,1315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3712;s:6:\"height\";i:5568;s:4:\"file\";s:78:\"2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:76:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:77:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:80:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25378,1316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5127;s:6:\"height\";i:3712;s:4:\"file\";s:24:\"2018/05/Brits-to-say.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Brits-to-say-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Brits-to-say-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-696x504.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Brits-to-say-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"Brits-to-say-1068x773.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-580x420.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"Brits-to-say-1920x1390.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Brits-to-say-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Brits-to-say-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;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:{}}}'),(25379,1345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:40:\"2018/05/Copy-of-Venison-Scotch-Egg-2.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-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:40:\"Copy-of-Venison-Scotch-Egg-2-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:40:\"Copy-of-Venison-Scotch-Egg-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Copy-of-Venison-Scotch-Egg-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Copy-of-Venison-Scotch-Egg-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399799741\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25380,1346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6519;s:6:\"height\";i:4351;s:4:\"file\";s:23:\"2018/05/Burger-shot.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Burger-shot-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Burger-shot-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Burger-shot-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Burger-shot-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Burger-shot-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Burger-shot-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Burger-shot-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Burger-shot-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Burger-shot-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Burger-shot-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Burger-shot-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Burger-shot-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Burger-shot-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Burger-shot-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Burger-shot-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Burger-shot-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Burger-shot-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Burger-shot-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Burger-shot-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Burger-shot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Burger-shot-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Burger-shot-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500392780\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25381,1347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5202;s:6:\"height\";i:3323;s:4:\"file\";s:25:\"2018/05/Burger-shot-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Burger-shot-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Burger-shot-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-696x445.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Burger-shot-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Burger-shot-1-1068x682.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-657x420.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Burger-shot-1-1920x1226.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Burger-shot-1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Burger-shot-1-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500392780\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25382,1348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5635;s:6:\"height\";i:4222;s:4:\"file\";s:42:\"2018/05/Copy-of-Venison-Scotch-Egg-2-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Copy-of-Venison-Scotch-Egg-2-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Copy-of-Venison-Scotch-Egg-2-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-1-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-1-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Copy-of-Venison-Scotch-Egg-2-1-1920x1439.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Copy-of-Venison-Scotch-Egg-2-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:42:\"Copy-of-Venison-Scotch-Egg-2-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Copy-of-Venison-Scotch-Egg-2-1-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1399799741\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25383,1349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5202;s:6:\"height\";i:3323;s:4:\"file\";s:25:\"2018/05/Burger-shot-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-768x491.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Burger-shot-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Burger-shot-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-696x445.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Burger-shot-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Burger-shot-2-1068x682.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-657x420.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Burger-shot-2-1920x1226.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Burger-shot-2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Burger-shot-2-1024x654.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500392780\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25384,1359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4969;s:6:\"height\";i:3975;s:4:\"file\";s:17:\"2018/05/Tray1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Tray1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"Tray1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"Tray1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"Tray1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"Tray1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"Tray1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"Tray1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"Tray1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"Tray1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"Tray1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"Tray1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"Tray1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"Tray1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"Tray1-696x557.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"Tray1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"Tray1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:18:\"Tray1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:18:\"Tray1-1068x854.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"Tray1-525x420.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:19:\"Tray1-1920x1536.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Tray1-150x150.jpg\";s:5:\"width\";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:\"Tray1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Tray1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;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:3:\"P30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1189814400\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25385,1418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4620;s:6:\"height\";i:4620;s:4:\"file\";s:37:\"2018/05/SALCOMBE_GIN_070817_048-2.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"SALCOMBE_GIN_070817_048-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"SALCOMBE_GIN_070817_048-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_070817_048-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-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:37:\"SALCOMBE_GIN_070817_048-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502107692\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25386,1421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4620;s:6:\"height\";i:4620;s:4:\"file\";s:39:\"2018/05/SALCOMBE_GIN_070817_048-2-1.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"SALCOMBE_GIN_070817_048-2-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"SALCOMBE_GIN_070817_048-2-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"SALCOMBE_GIN_070817_048-2-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_070817_048-2-1-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_070817_048-2-1-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SALCOMBE_GIN_070817_048-2-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:39:\"SALCOMBE_GIN_070817_048-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"SALCOMBE_GIN_070817_048-2-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502107692\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25387,1438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5567;s:6:\"height\";i:3711;s:4:\"file\";s:19:\"2018/06/Parsley.jpg\";s:5:\"sizes\";a:23:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Parsley-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Parsley-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Parsley-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Parsley-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Parsley-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Parsley-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Parsley-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Parsley-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Parsley-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Parsley-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Parsley-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Parsley-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Parsley-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Parsley-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Parsley-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Parsley-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Parsley-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Parsley-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"Parsley-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"Parsley-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Parsley-150x150.jpg\";s:5:\"width\";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:\"Parsley-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Parsley-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Helen Storer\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1526744564\";s:9:\"copyright\";s:33:\"@Helen Storer All rights reserved\";s:12:\"focal_length\";s:3:\"102\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25389,4364,'_wpb_shortcodes_custom_css','.vc_custom_1556033741573{background-color: #f4f4f4 !important;}'),(25391,2202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:443;s:6:\"height\";i:566;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-11.31.38.png\";s:5:\"sizes\";a:17:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-11.31.38-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-11.31.38-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-443x360.png\";s:5:\"width\";i:443;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-443x261.png\";s:5:\"width\";i:443;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-443x462.png\";s:5:\"width\";i:443;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-443x385.png\";s:5:\"width\";i:443;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-443x486.png\";s:5:\"width\";i:443;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-329x420.png\";s:5:\"width\";i:329;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-11.31.38-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25392,2216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:264;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-14.08.57.png\";s:5:\"sizes\";a:12:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-14.08.57-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-14.08.57-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-324x264.png\";s:5:\"width\";i:324;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-356x264.png\";s:5:\"width\";i:356;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-403x261.png\";s:5:\"width\";i:403;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-14.08.57-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:46:\"Screen-Shot-2018-08-09-at-14.08.57-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(25393,2222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:791;s:6:\"height\";i:528;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-09-at-15.21.47.png\";s:5:\"sizes\";a:19:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-09-at-15.21.47-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-09-at-15.21.47-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-696x465.png\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-629x420.png\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-09-at-15.21.47-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:46:\"Screen-Shot-2018-08-09-at-15.21.47-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25394,2232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1026;s:6:\"height\";i:611;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-08.59.30.png\";s:5:\"sizes\";a:21:{s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-768x457.png\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-08.59.30-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-08.59.30-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-696x414.png\";s:5:\"width\";i:696;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-08.59.30-1026x580.png\";s:5:\"width\";i:1026;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-705x420.png\";s:5:\"width\";i:705;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-08.59.30-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:46:\"Screen-Shot-2018-08-13-at-08.59.30-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-08-13-at-08.59.30-1024x610.png\";s:5:\"width\";i:1024;s:6:\"height\";i:610;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:{}}}'),(25395,2238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:514;s:4:\"file\";s:46:\"2018/08/Screen-Shot-2018-08-13-at-09.33.14.png\";s:5:\"sizes\";a:17:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2018-08-13-at-09.33.14-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2018-08-13-at-09.33.14-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-403x360.png\";s:5:\"width\";i:403;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-403x261.png\";s:5:\"width\";i:403;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-403x462.png\";s:5:\"width\";i:403;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-403x385.png\";s:5:\"width\";i:403;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-403x486.png\";s:5:\"width\";i:403;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-329x420.png\";s:5:\"width\";i:329;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2018-08-13-at-09.33.14-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:46:\"Screen-Shot-2018-08-13-at-09.33.14-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25396,2500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8736;s:6:\"height\";i:5824;s:4:\"file\";s:33:\"2018/08/shutterstock_84789952.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-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:33:\"shutterstock_84789952-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"shutterstock_84789952-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"shutterstock_84789952-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"shutterstock_84789952-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"shutterstock_84789952-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_84789952-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"shutterstock_84789952-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_84789952-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;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:{}}}'),(25397,8,'tdc_content','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6437\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(25398,3625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4341;s:6:\"height\";i:6512;s:4:\"file\";s:42:\"2019/01/Garden-of-Eden-bg-elderflower1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Garden-of-Eden-bg-elderflower1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Garden-of-Eden-bg-elderflower1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Garden-of-Eden-bg-elderflower1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Garden-of-Eden-bg-elderflower1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Garden-of-Eden-bg-elderflower1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Garden-of-Eden-bg-elderflower1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Garden-of-Eden-bg-elderflower1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Garden-of-Eden-bg-elderflower1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Garden-of-Eden-bg-elderflower1-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;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:16:\"Magdalena Hendey\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25399,3818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8176;s:6:\"height\";i:6132;s:4:\"file\";s:34:\"2019/01/Heineken-0.0-can-front.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-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:34:\"Heineken-0.0-can-front-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Heineken-0.0-can-front-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Heineken-0.0-can-front-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Heineken-0.0-can-front-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Heineken-0.0-can-front-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Heineken-0.0-can-front-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1504720632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25400,3819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8176;s:6:\"height\";i:6132;s:4:\"file\";s:36:\"2019/01/Heineken-0.0-can-front-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-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:36:\"Heineken-0.0-can-front-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Heineken-0.0-can-front-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Heineken-0.0-can-front-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Heineken-0.0-can-front-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Heineken-0.0-can-front-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Heineken-0.0-can-front-1-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Heineken-0.0-can-front-1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"Heineken-0.0-can-front-1-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Hasselblad H4D-50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1504720632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(25401,4381,'tdc_dirty_content','1'),(25402,4381,'tdc_icon_fonts','a:0:{}'),(25403,4381,'tdc_google_fonts','a:0:{}'),(25404,4381,'_form','<div style=\"width:100%;\">\n<div style=\"float:left; width:80%;\">\n<label>\n    [email* your-email placeholder \"Your Email Address\"] </label>\n\n</div>\n<div style=\"float:left; width:19%;\">\n[submit \"Subscribe Now\"]\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div>'),(25405,4381,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Ontrade Progress \"[your-subject]\"\";s:6:\"sender\";s:48:\"Ontrade Progress <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:23:\"ryan@bwmediagroup.co.uk\";s:4:\"body\";s:184:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(25406,4381,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"Ontrade Progress \"[your-subject]\"\";s:6:\"sender\";s:51:\"Ontrade Progress <wordpress@johnsons-gb-test.co.uk>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\";s:18:\"additional_headers\";s:33:\"Reply-To: ryan@bwmediagroup.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(25407,4381,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(25408,4381,'_additional_settings',''),(25409,4381,'_locale','en_GB'),(25414,88,'tdc_dirty_content','1'),(25415,88,'tdc_icon_fonts','a:0:{}'),(25416,88,'tdc_google_fonts','a:0:{}'),(25419,4390,'_wp_attached_file','2019/04/banner-here.gif'),(25420,4390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2019/04/banner-here.gif\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"banner-here-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:22:\"banner-here-300x60.gif\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"banner-here-768x154.gif\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"banner-here-80x60.gif\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"banner-here-100x70.gif\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"banner-here-218x150.gif\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"banner-here-265x198.gif\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"banner-here-324x160.gif\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"banner-here-324x200.gif\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"banner-here-324x200.gif\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"banner-here-356x200.gif\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"banner-here-356x200.gif\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"banner-here-485x200.gif\";s:5:\"width\";i:485;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"banner-here-533x200.gif\";s:5:\"width\";i:533;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"banner-here-534x200.gif\";s:5:\"width\";i:534;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"banner-here-696x139.gif\";s:5:\"width\";i:696;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"banner-here-696x200.gif\";s:5:\"width\";i:696;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"banner-here-741x200.gif\";s:5:\"width\";i:741;s:6:\"height\";i:200;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:{}}}'),(25421,4390,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9524;s:10:\"size_after\";i:9524;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1768;s:10:\"size_after\";i:1768;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1834;s:10:\"size_after\";i:1834;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5922;s:10:\"size_after\";i:5922;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25422,4390,'_edit_lock','1556055956:1'),(25423,4407,'_wp_attached_file','2019/04/otp-mag.jpg'),(25424,4407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:628;s:4:\"file\";s:19:\"2019/04/otp-mag.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"otp-mag-150x150.jpg\";s:5:\"width\";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:\"otp-mag-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"otp-mag-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"otp-mag-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"otp-mag-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"otp-mag-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"otp-mag-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"otp-mag-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"otp-mag-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"otp-mag-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"otp-mag-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"otp-mag-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"otp-mag-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"otp-mag-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"otp-mag-580x385.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"otp-mag-580x486.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:19:\"otp-mag-580x580.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:19:\"otp-mag-388x420.jpg\";s:5:\"width\";i:388;s:6:\"height\";i:420;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:{}}}'),(25425,4407,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.68371163031806503340703784488141536712646484375;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:27007;s:10:\"size_after\";i:25472;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7686;s:10:\"size_after\";i:7198;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:19321;s:10:\"size_after\";i:18274;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25426,4408,'_wp_attached_file','2019/04/otp-mag-1.jpg'),(25427,4408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:303;s:4:\"file\";s:21:\"2019/04/otp-mag-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"otp-mag-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"otp-mag-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-280x160.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-280x235.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-280x220.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-280x261.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:261;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:{}}}'),(25428,4408,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.32839602416682911467660233029164373874664306640625;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:25655;s:10:\"size_after\";i:24288;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7604;s:10:\"size_after\";i:7121;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:884;s:11:\"size_before\";i:18051;s:10:\"size_after\";i:17167;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25429,2405,'_oembed_e28c2ac2584f23549523096392187560','{{unknown}}'),(25430,276,'_oembed_fdb3d7d51edc9150803578f89b1337ce','<div data-configid=\"32393893/68759616\" style=\"width: 696px; height: 492px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>'),(25431,276,'_oembed_time_fdb3d7d51edc9150803578f89b1337ce','1556223917'),(25432,4411,'_wp_attached_file','2019/04/OTP-Banner-DESKTOP.jpg'),(25433,4411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2019/04/OTP-Banner-DESKTOP.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-150x150.jpg\";s:5:\"width\";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:\"OTP-Banner-DESKTOP-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"OTP-Banner-DESKTOP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-DESKTOP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-356x200.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-356x200.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-485x200.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-533x200.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-534x200.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-696x139.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-696x200.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"OTP-Banner-DESKTOP-741x200.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25434,4412,'_wp_attached_file','2019/04/OTP-Banner-MOBILE.jpg'),(25435,4412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2019/04/OTP-Banner-MOBILE.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-150x150.jpg\";s:5:\"width\";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:\"OTP-Banner-MOBILE-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"OTP-Banner-MOBILE-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"OTP-Banner-MOBILE-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-265x150.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-324x150.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-324x150.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-324x150.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-356x150.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-356x150.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-485x150.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-533x150.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"OTP-Banner-MOBILE-534x150.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:150;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:{}}}'),(25436,4411,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4947608552758762101575484848581254482269287109375;s:5:\"bytes\";i:2197;s:11:\"size_before\";i:25863;s:10:\"size_after\";i:23666;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:447;s:11:\"size_before\";i:3377;s:10:\"size_after\";i:2930;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:321;s:11:\"size_before\";i:4832;s:10:\"size_after\";i:4511;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:17654;s:10:\"size_after\";i:16225;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25437,4412,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.9659146242493097389569811639375984668731689453125;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:12322;s:10:\"size_after\";i:11094;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:757;s:11:\"size_before\";i:6065;s:10:\"size_after\";i:5308;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:471;s:11:\"size_before\";i:6257;s:10:\"size_after\";i:5786;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25438,4413,'_wp_attached_file','2019/04/OTP-Takeover-DESKTOP-e1556534943434.jpg'),(25439,4413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:651;s:4:\"file\";s:47:\"2019/04/OTP-Takeover-DESKTOP-e1556534943434.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"OTP-Takeover-DESKTOP-e1556534943434-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"OTP-Takeover-DESKTOP-e1556534943434-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"OTP-Takeover-DESKTOP-e1556534943434-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-696x365.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"OTP-Takeover-DESKTOP-e1556534943434-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"OTP-Takeover-DESKTOP-e1556534943434-1068x561.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"OTP-Takeover-DESKTOP-e1556534943434-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;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:{}}}'),(25440,4414,'_wp_attached_file','2019/04/OTP-Takleover-LAPTOP.jpg'),(25441,4413,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.202477358157370446178902056999504566192626953125;s:5:\"bytes\";i:12845;s:11:\"size_before\";i:79278;s:10:\"size_after\";i:66433;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:283;s:11:\"size_before\";i:2815;s:10:\"size_after\";i:2689;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:667;s:11:\"size_before\";i:6023;s:10:\"size_after\";i:5263;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5013;s:11:\"size_before\";i:27178;s:10:\"size_after\";i:22581;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8725;s:11:\"size_before\";i:43262;s:10:\"size_after\";i:35900;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25442,4414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:32:\"2019/04/OTP-Takleover-LAPTOP.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"OTP-Takleover-LAPTOP-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"OTP-Takleover-LAPTOP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"OTP-Takleover-LAPTOP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"OTP-Takleover-LAPTOP-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-LAPTOP-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;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:{}}}'),(25443,4415,'_wp_attached_file','2019/04/OTP-Takleover-MOBILE.jpg'),(25444,4415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:760;s:4:\"file\";s:32:\"2019/04/OTP-Takleover-MOBILE.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"OTP-Takleover-MOBILE-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"OTP-Takleover-MOBILE-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-480x261.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-480x462.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-480x385.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-480x486.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-480x580.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"OTP-Takleover-MOBILE-265x420.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:420;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:{}}}'),(25445,4414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.564734327327155227749244659207761287689208984375;s:5:\"bytes\";i:9176;s:11:\"size_before\";i:86855;s:10:\"size_after\";i:77679;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2843;s:10:\"size_after\";i:2687;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:396;s:11:\"size_before\";i:6432;s:10:\"size_after\";i:6036;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3038;s:11:\"size_before\";i:28652;s:10:\"size_after\";i:25614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5586;s:11:\"size_before\";i:48928;s:10:\"size_after\";i:43342;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(25446,4415,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.92667001506780533048868164769373834133148193359375;s:5:\"bytes\";i:590;s:11:\"size_before\";i:9955;s:10:\"size_after\";i:9365;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:207;s:11:\"size_before\";i:3537;s:10:\"size_after\";i:3330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:383;s:11:\"size_before\";i:6418;s:10:\"size_after\";i:6035;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(25447,4413,'_edit_lock','1556527692:1'),(25448,4424,'_edit_lock','1558366128:1'),(25450,4424,'tdc_icon_fonts','a:0:{}'),(25451,4424,'tdc_google_fonts','a:2:{i:0;s:3:\"394\";i:3;s:3:\"438\";}'),(25452,4424,'_edit_last','1'),(25453,4424,'slide_template','default'),(25454,4424,'_wpb_vc_js_status',''),(25455,4424,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25456,4424,'_yoast_wpseo_content_score','60'),(25457,4424,'_wp_page_template','default'),(25458,4426,'_wpb_shortcodes_custom_css','.vc_custom_1556531788568{background-color: #3c3c3b !important;}'),(25460,4424,'tdc_dirty_content','0'),(25462,4428,'_wpb_shortcodes_custom_css','.vc_custom_1556531884856{background-color: #3c3c3b !important;}'),(25463,4429,'_wpb_shortcodes_custom_css','.vc_custom_1556531884856{background-color: #3c3c3b !important;}'),(25464,4424,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlM0NiciUyMCUyRiUzRWNvbnRlbnQlMjBvZiUyMGV4dGVybmFsJTIwc2l0ZXMu\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"90\" media_size_image_width=\"92\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\" image=\"5067\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0IiwicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]'),(25465,4413,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1240;s:6:\"height\";i:868;s:4:\"file\";s:24:\"OTP-Takeover-DESKTOP.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:33:\"OTP-Takeover-DESKTOP-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:30:\"OTP-Takeover-DESKTOP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-DESKTOP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-696x487.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:33:\"OTP-Takeover-DESKTOP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:33:\"OTP-Takeover-DESKTOP-1068x748.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(25468,4481,'_wp_attached_file','2019/04/otp-mag-1-1.jpg'),(25469,4481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:283;s:4:\"file\";s:23:\"2019/04/otp-mag-1-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"otp-mag-1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-200x198.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-200x235.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-200x220.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-1-200x261.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:261;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:{}}}'),(25470,4481,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.14820249449743272407431504689157009124755859375;s:5:\"bytes\";i:419;s:11:\"size_before\";i:6815;s:10:\"size_after\";i:6396;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:419;s:11:\"size_before\";i:6815;s:10:\"size_after\";i:6396;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25472,4482,'_wp_attached_file','2019/04/OTP-Takeover-TABLET.jpg'),(25473,4482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:778;s:6:\"height\";i:960;s:4:\"file\";s:31:\"2019/04/OTP-Takeover-TABLET.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-768x948.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:948;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"OTP-Takeover-TABLET-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"OTP-Takeover-TABLET-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-696x859.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-778x580.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-TABLET-340x420.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:420;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:{}}}'),(25474,4482,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.64582507742210015777573062223382294178009033203125;s:5:\"bytes\";i:4528;s:11:\"size_before\";i:68133;s:10:\"size_after\";i:63605;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:183;s:11:\"size_before\";i:4191;s:10:\"size_after\";i:4008;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:448;s:11:\"size_before\";i:9023;s:10:\"size_after\";i:8575;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3897;s:11:\"size_before\";i:54919;s:10:\"size_after\";i:51022;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(25475,4481,'_wp_attachment_image_alt','Latest Magazine'),(25476,4488,'_wp_attached_file','2019/04/otp-mag-1-2.jpg'),(25477,4488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:380;s:4:\"file\";s:23:\"2019/04/otp-mag-1-2.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-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:23:\"otp-mag-1-2-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"otp-mag-1-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-300x364.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-300x360.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-2-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25478,4488,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.85895971965192696728763621649704873561859130859375;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:25397;s:10:\"size_after\";i:23909;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:524;s:11:\"size_before\";i:8009;s:10:\"size_after\";i:7485;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:964;s:11:\"size_before\";i:17388;s:10:\"size_after\";i:16424;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25479,4490,'_wp_attached_file','2019/04/otp-mag-1-3.jpg'),(25480,4490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:320;s:4:\"file\";s:23:\"2019/04/otp-mag-1-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-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:23:\"otp-mag-1-3-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"otp-mag-1-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"otp-mag-1-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-3-280x160.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-3-280x235.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-3-280x220.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"otp-mag-1-3-280x261.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:261;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:{}}}'),(25481,4490,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.68648319902691223859392266604118049144744873046875;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:26308;s:10:\"size_after\";i:24812;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:519;s:11:\"size_before\";i:7828;s:10:\"size_after\";i:7309;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:977;s:11:\"size_before\";i:18480;s:10:\"size_after\";i:17503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25486,4511,'_wp_attached_file','2019/04/desktop-red-lion.jpg'),(25487,4511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2019/04/desktop-red-lion.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-150x150.jpg\";s:5:\"width\";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:\"desktop-red-lion-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"desktop-red-lion-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"desktop-red-lion-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"desktop-red-lion-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-696x365.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"desktop-red-lion-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"desktop-red-lion-1068x560.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-801x420.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:420;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:{}}}'),(25488,4511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.3095228776077352250695184920914471149444580078125;s:5:\"bytes\";i:6369;s:11:\"size_before\";i:76647;s:10:\"size_after\";i:70278;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:152;s:11:\"size_before\";i:2945;s:10:\"size_after\";i:2793;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:303;s:11:\"size_before\";i:5831;s:10:\"size_after\";i:5528;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2182;s:11:\"size_before\";i:26057;s:10:\"size_after\";i:23875;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3732;s:11:\"size_before\";i:41814;s:10:\"size_after\";i:38082;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25489,4512,'_wp_attached_file','2019/04/laptop-red-lion.jpg'),(25490,4512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:550;s:4:\"file\";s:27:\"2019/04/laptop-red-lion.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-150x150.jpg\";s:5:\"width\";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:\"laptop-red-lion-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"laptop-red-lion-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"laptop-red-lion-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"laptop-red-lion-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-696x374.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"laptop-red-lion-782x420.jpg\";s:5:\"width\";i:782;s:6:\"height\";i:420;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:{}}}'),(25491,4512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.9281259707055991015067775151692330837249755859375;s:5:\"bytes\";i:6636;s:11:\"size_before\";i:83702;s:10:\"size_after\";i:77066;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:150;s:11:\"size_before\";i:3058;s:10:\"size_after\";i:2908;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:325;s:11:\"size_before\";i:6165;s:10:\"size_after\";i:5840;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:2147;s:11:\"size_before\";i:27321;s:10:\"size_after\";i:25174;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4014;s:11:\"size_before\";i:47158;s:10:\"size_after\";i:43144;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(25492,4513,'_wp_attached_file','2019/04/desktop-red-lion-1.jpg'),(25493,4513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:650;s:4:\"file\";s:30:\"2019/04/desktop-red-lion-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"desktop-red-lion-1-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"desktop-red-lion-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-696x365.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"desktop-red-lion-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"desktop-red-lion-1-1068x560.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-1-801x420.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:420;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:{}}}'),(25494,4513,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.4714849493151742620966615504585206508636474609375;s:5:\"bytes\";i:6120;s:11:\"size_before\";i:64615;s:10:\"size_after\";i:58495;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:127;s:11:\"size_before\";i:2732;s:10:\"size_after\";i:2605;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4917;s:10:\"size_after\";i:4688;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2194;s:11:\"size_before\";i:22163;s:10:\"size_after\";i:19969;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3570;s:11:\"size_before\";i:34803;s:10:\"size_after\";i:31233;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25495,4516,'_wp_attached_file','2019/04/desktop-red-lion-2.jpg'),(25496,4516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:550;s:4:\"file\";s:30:\"2019/04/desktop-red-lion-2.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"desktop-red-lion-2-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"desktop-red-lion-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"desktop-red-lion-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-696x309.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"desktop-red-lion-2-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"desktop-red-lion-2-1068x474.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"desktop-red-lion-2-947x420.jpg\";s:5:\"width\";i:947;s:6:\"height\";i:420;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:{}}}'),(25497,4516,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.8102335637304687310233930475078523159027099609375;s:5:\"bytes\";i:5379;s:11:\"size_before\";i:61054;s:10:\"size_after\";i:55675;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:165;s:11:\"size_before\";i:2792;s:10:\"size_after\";i:2627;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:241;s:11:\"size_before\";i:4708;s:10:\"size_after\";i:4467;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1883;s:11:\"size_before\";i:20806;s:10:\"size_after\";i:18923;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3090;s:11:\"size_before\";i:32748;s:10:\"size_after\";i:29658;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25499,4518,'_wp_attached_file','2019/04/otp-logo-mobile.png'),(25500,4518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:27:\"2019/04/otp-logo-mobile.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"otp-logo-mobile-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"otp-logo-mobile-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"otp-logo-mobile-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"otp-logo-mobile-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"otp-logo-mobile-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;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:{}}}'),(25501,4518,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.179096498262499181919338298030197620391845703125;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:3741;s:10:\"size_after\";i:2612;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:3741;s:10:\"size_after\";i:2612;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(25502,4519,'_wp_attached_file','2019/04/OTP-LOGO.png'),(25503,4519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:48;s:4:\"file\";s:20:\"2019/04/OTP-LOGO.png\";s:5:\"sizes\";a:2:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"OTP-LOGO-80x48.png\";s:5:\"width\";i:80;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"OTP-LOGO-100x48.png\";s:5:\"width\";i:100;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25504,4519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:4:\"time\";i:0;s:11:\"api_version\";i:-1;s:5:\"lossy\";i:-1;s:9:\"keep_exif\";b:0;}s:5:\"sizes\";a:0:{}}'),(25505,4520,'_wp_attached_file','2019/04/OTP-Takleover-TABLET-778-650.jpg'),(25506,4520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:778;s:6:\"height\";i:650;s:4:\"file\";s:40:\"2019/04/OTP-Takleover-TABLET-778-650.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"OTP-Takleover-TABLET-778-650-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"OTP-Takleover-TABLET-778-650-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-696x581.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-778x580.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"OTP-Takleover-TABLET-778-650-503x420.jpg\";s:5:\"width\";i:503;s:6:\"height\";i:420;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:{}}}'),(25507,4520,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.0920238913261801627641034428961575031280517578125;s:5:\"bytes\";i:4197;s:11:\"size_before\";i:37838;s:10:\"size_after\";i:33641;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:191;s:11:\"size_before\";i:2812;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:492;s:11:\"size_before\";i:6463;s:10:\"size_after\";i:5971;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3514;s:11:\"size_before\";i:28563;s:10:\"size_after\";i:25049;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25508,23,'tdc_dirty_content','0'),(25509,23,'tdc_icon_fonts','a:0:{}'),(25510,23,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25511,23,'_wpb_vc_js_status',''),(25512,23,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25513,23,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yb25hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZXMlMjBhJTIwZm9jdXMlMjBvbiUyMGhlbHBpbmclMjBidXNpbmVzc2VzLg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwd2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRUludGVydmlldyUyMHdpdGglMjBBbmlsJTIwS3VtYXIlM0MlMkZiJTNFJTIwaGVhZCUyMGNoZWYlMjBhbmQlMjBwcm9wcmlldG9yJTIwb2YlMjBwb3B1bGFyJTIwQW5nbG8tSW5kaWFuJTIwY3Vpc2luZSUyMHJlc3RhdXJhbnRzJTJDJTIwRmxhdm91cnMlMjBCeSUyMEt1bWFyJTIwaW4lMjBLZW50Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(25523,4551,'_wp_attached_file','2019/04/issue-24.jpg'),(25524,4551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:849;s:4:\"file\";s:20:\"2019/04/issue-24.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"issue-24-150x150.jpg\";s:5:\"width\";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:\"issue-24-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"issue-24-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"issue-24-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"issue-24-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"issue-24-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"issue-24-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"issue-24-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"issue-24-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"issue-24-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"issue-24-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"issue-24-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"issue-24-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"issue-24-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"issue-24-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"issue-24-600x486.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"issue-24-600x580.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"issue-24-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;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:{}}}'),(25525,4551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2059415911379662844638005481101572513580322265625;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:23832;s:10:\"size_after\";i:22353;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:442;s:11:\"size_before\";i:7014;s:10:\"size_after\";i:6572;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:16818;s:10:\"size_after\";i:15781;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25526,4572,'_wp_attached_file','2019/05/footer-issue-6.jpg'),(25527,4572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/05/footer-issue-6.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"footer-issue-6-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"footer-issue-6-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"footer-issue-6-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25528,4572,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.66147407579632666596580747864209115505218505859375;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:25806;s:10:\"size_after\";i:24345;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:454;s:11:\"size_before\";i:7765;s:10:\"size_after\";i:7311;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1007;s:11:\"size_before\";i:18041;s:10:\"size_after\";i:17034;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25529,4573,'_wp_attached_file','2019/05/footer-issue-5.jpg'),(25530,4573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/05/footer-issue-5.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"footer-issue-5-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"footer-issue-5-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"footer-issue-5-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25531,4573,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.22289270224401303011063646408729255199432373046875;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:31818;s:10:\"size_after\";i:29838;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:695;s:11:\"size_before\";i:9294;s:10:\"size_after\";i:8599;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:22524;s:10:\"size_after\";i:21239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25532,4574,'_wp_attached_file','2019/05/footer-issue-4.jpg'),(25533,4574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/05/footer-issue-4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-issue-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:26:\"footer-issue-4-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"footer-issue-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"footer-issue-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"footer-issue-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"footer-issue-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"footer-issue-4-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"footer-issue-4-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"footer-issue-4-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"footer-issue-4-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25534,4574,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1740998203546038070044232881627976894378662109375;s:5:\"bytes\";i:1837;s:11:\"size_before\";i:25606;s:10:\"size_after\";i:23769;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:638;s:11:\"size_before\";i:8056;s:10:\"size_after\";i:7418;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1199;s:11:\"size_before\";i:17550;s:10:\"size_after\";i:16351;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25535,4575,'_wp_attached_file','2019/05/footer-issue-3.jpg'),(25536,4575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/05/footer-issue-3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-issue-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:26:\"footer-issue-3-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"footer-issue-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"footer-issue-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"footer-issue-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"footer-issue-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"footer-issue-3-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"footer-issue-3-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"footer-issue-3-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"footer-issue-3-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25537,4575,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.18310298243790867900315788574516773223876953125;s:5:\"bytes\";i:1785;s:11:\"size_before\";i:28869;s:10:\"size_after\";i:27084;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:666;s:11:\"size_before\";i:8503;s:10:\"size_after\";i:7837;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:20366;s:10:\"size_after\";i:19247;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25538,4576,'_wp_attached_file','2019/05/footer-issue-2.jpg'),(25539,4576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/05/footer-issue-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-issue-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:26:\"footer-issue-2-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"footer-issue-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"footer-issue-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"footer-issue-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"footer-issue-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"footer-issue-2-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"footer-issue-2-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"footer-issue-2-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"footer-issue-2-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25540,4576,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.72544154138082017624356012674979865550994873046875;s:5:\"bytes\";i:1569;s:11:\"size_before\";i:27404;s:10:\"size_after\";i:25835;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:574;s:11:\"size_before\";i:8292;s:10:\"size_after\";i:7718;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:995;s:11:\"size_before\";i:19112;s:10:\"size_after\";i:18117;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25541,4577,'_wp_attached_file','2019/05/footer-issue-1.jpg'),(25542,4577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2019/05/footer-issue-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"footer-issue-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:26:\"footer-issue-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"footer-issue-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"footer-issue-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"footer-issue-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"footer-issue-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"footer-issue-1-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"footer-issue-1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"footer-issue-1-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"footer-issue-1-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25543,4577,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.47810274283982412413251950056292116641998291015625;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:26396;s:10:\"size_after\";i:24950;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:521;s:11:\"size_before\";i:8133;s:10:\"size_after\";i:7612;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:925;s:11:\"size_before\";i:18263;s:10:\"size_after\";i:17338;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25555,4355,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:214;s:4:\"file\";s:15:\"footer-logo.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"footer-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"footer-logo-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:21:\"footer-logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:22:\"footer-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:23:\"footer-logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:23:\"footer-logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:23:\"footer-logo-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}'),(25556,276,'tdc_dirty_content','1'),(25557,276,'tdc_icon_fonts','a:0:{}'),(25558,276,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25559,276,'_wpb_vc_js_status',''),(25560,276,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25561,276,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzRfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(25562,25,'tdc_dirty_content','1'),(25563,25,'tdc_icon_fonts','a:0:{}'),(25564,25,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25565,25,'tdc_content','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(25566,25,'_wpb_vc_js_status',''),(25567,25,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25568,25,'_yoast_wpseo_content_score','60'),(25642,4676,'_edit_last','1'),(25643,4676,'_edit_lock','1559072577:1'),(25647,4676,'_wp_page_template','default'),(25648,4676,'slide_template','default'),(25649,4676,'tdc_dirty_content','0'),(25650,4676,'tdc_icon_fonts','a:0:{}'),(25651,4676,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25652,4676,'_wpb_vc_js_status',''),(25653,4676,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25654,4676,'_yoast_wpseo_content_score','60'),(25655,4679,'_edit_last','1'),(25656,4679,'_edit_lock','1559072574:1'),(25657,4680,'_edit_last','1'),(25658,4680,'_edit_lock','1559072572:1'),(25659,4681,'_edit_last','1'),(25660,4681,'_edit_lock','1559072569:1'),(25661,4682,'_edit_last','1'),(25662,4682,'_edit_lock','1559072567:1'),(25663,4683,'_edit_last','1'),(25664,4683,'_wp_page_template','default'),(25665,4683,'slide_template','default'),(25666,4683,'tdc_dirty_content','0'),(25667,4683,'tdc_icon_fonts','a:0:{}'),(25668,4683,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25669,4683,'_wpb_vc_js_status',''),(25670,4683,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25671,4683,'_yoast_wpseo_content_score','90'),(25672,4683,'_edit_lock','1559072565:1'),(25673,4682,'_wp_page_template','default'),(25674,4682,'slide_template','default'),(25675,4682,'tdc_dirty_content','0'),(25676,4682,'tdc_icon_fonts','a:0:{}'),(25677,4682,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25678,4682,'_wpb_vc_js_status',''),(25679,4682,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25680,4682,'_yoast_wpseo_content_score','90'),(25681,4681,'_wp_page_template','default'),(25682,4681,'slide_template','default'),(25683,4681,'tdc_dirty_content','0'),(25684,4681,'tdc_icon_fonts','a:0:{}'),(25685,4681,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25686,4681,'_wpb_vc_js_status',''),(25687,4681,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25688,4681,'_yoast_wpseo_content_score','90'),(25689,4680,'_wp_page_template','default'),(25690,4680,'slide_template','default'),(25691,4680,'tdc_dirty_content','0'),(25692,4680,'tdc_icon_fonts','a:0:{}'),(25693,4680,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25694,4680,'_wpb_vc_js_status',''),(25695,4680,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25696,4680,'_yoast_wpseo_content_score','90'),(25697,4679,'_wp_page_template','default'),(25698,4679,'slide_template','default'),(25699,4679,'tdc_dirty_content','0'),(25700,4679,'tdc_icon_fonts','a:0:{}'),(25701,4679,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25702,4679,'_wpb_vc_js_status',''),(25703,4679,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(25704,4679,'_yoast_wpseo_content_score','90'),(25705,4710,'_wp_attached_file','2019/05/24.jpg'),(25706,4710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/24.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"24-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"24-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"24-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"24-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"24-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"24-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"24-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"24-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"24-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25707,4710,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.14497018508479886378381706890650093555450439453125;s:5:\"bytes\";i:1587;s:11:\"size_before\";i:25826;s:10:\"size_after\";i:24239;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:581;s:11:\"size_before\";i:8084;s:10:\"size_after\";i:7503;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:17742;s:10:\"size_after\";i:16736;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25708,4711,'_wp_attached_file','2019/05/24-1.jpg'),(25709,4711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:16:\"2019/05/24-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"24-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:16:\"24-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"24-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"24-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"24-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"24-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"24-1-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"24-1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"24-1-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"24-1-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25710,4711,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.511771278850229549561845487914979457855224609375;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:25953;s:10:\"size_after\";i:24263;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:616;s:11:\"size_before\";i:8151;s:10:\"size_after\";i:7535;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:17802;s:10:\"size_after\";i:16728;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25711,4712,'_wp_attached_file','2019/05/21.jpg'),(25712,4712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/21.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"21-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"21-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"21-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"21-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"21-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"21-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"21-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"21-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25713,4712,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6818575692416306566201456007547676563262939453125;s:5:\"bytes\";i:2082;s:11:\"size_before\";i:31159;s:10:\"size_after\";i:29077;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:744;s:11:\"size_before\";i:9186;s:10:\"size_after\";i:8442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1338;s:11:\"size_before\";i:21973;s:10:\"size_after\";i:20635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25714,4713,'_wp_attached_file','2019/05/22.jpg'),(25715,4713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/22.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"22-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"22-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"22-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"22-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"22-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"22-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"22-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"22-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"22-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25716,4713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.793534194916919233264707145281136035919189453125;s:5:\"bytes\";i:1984;s:11:\"size_before\";i:25457;s:10:\"size_after\";i:23473;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:750;s:11:\"size_before\";i:8205;s:10:\"size_after\";i:7455;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1234;s:11:\"size_before\";i:17252;s:10:\"size_after\";i:16018;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25717,4714,'_wp_attached_file','2019/05/23.jpg'),(25718,4714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/23.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"23-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"23-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"23-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"23-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"23-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"23-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"23-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"23-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"23-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25719,4714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.692360335698591455866335309110581874847412109375;s:5:\"bytes\";i:1858;s:11:\"size_before\";i:27763;s:10:\"size_after\";i:25905;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:740;s:11:\"size_before\";i:8444;s:10:\"size_after\";i:7704;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:19319;s:10:\"size_after\";i:18201;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25720,4715,'_wp_attached_file','2019/05/19.jpg'),(25721,4715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/19.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"19-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"19-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"19-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"19-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"19-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"19-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"19-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"19-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"19-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25722,4715,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3938714499252622402991619310341775417327880859375;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:26760;s:10:\"size_after\";i:25049;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:661;s:11:\"size_before\";i:8280;s:10:\"size_after\";i:7619;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:18480;s:10:\"size_after\";i:17430;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25723,4716,'_wp_attached_file','2019/05/20.jpg'),(25724,4716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/20.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"20-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"20-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"20-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"20-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"20-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"20-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"20-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"20-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"20-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25725,4716,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3413865132227176246715316665358841419219970703125;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:25373;s:10:\"size_after\";i:23764;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:594;s:11:\"size_before\";i:7724;s:10:\"size_after\";i:7130;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:17649;s:10:\"size_after\";i:16634;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25726,4717,'_wp_attached_file','2019/05/latest-desktop.jpg'),(25727,4717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:390;s:4:\"file\";s:26:\"2019/05/latest-desktop.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"latest-desktop-150x150.jpg\";s:5:\"width\";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:\"latest-desktop-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"latest-desktop-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"latest-desktop-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"latest-desktop-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"latest-desktop-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x235.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x220.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x364.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x360.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x261.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x385.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:385;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:{}}}'),(25728,4717,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.92806373506209549617551601841114461421966552734375;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:25606;s:10:\"size_after\";i:23832;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:542;s:11:\"size_before\";i:7785;s:10:\"size_after\";i:7243;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1232;s:11:\"size_before\";i:17821;s:10:\"size_after\";i:16589;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(25729,4718,'_wp_attached_file','2019/05/latest-mobile.jpg'),(25730,4718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:25:\"2019/05/latest-mobile.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"latest-mobile-150x150.jpg\";s:5:\"width\";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:\"latest-mobile-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"latest-mobile-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"latest-mobile-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"latest-mobile-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"latest-mobile-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25731,4718,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6186034412278420546726920292712748050689697265625;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:26909;s:10:\"size_after\";i:25128;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:644;s:11:\"size_before\";i:8179;s:10:\"size_after\";i:7535;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18730;s:10:\"size_after\";i:17593;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(25732,4720,'_wp_attached_file','2019/05/latest-desktop.png'),(25733,4720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:390;s:4:\"file\";s:26:\"2019/05/latest-desktop.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"latest-desktop-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:\"latest-desktop-246x300.png\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"latest-desktop-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"latest-desktop-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"latest-desktop-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"latest-desktop-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x235.png\";s:5:\"width\";i:320;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x220.png\";s:5:\"width\";i:320;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x364.png\";s:5:\"width\";i:320;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x360.png\";s:5:\"width\";i:320;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x261.png\";s:5:\"width\";i:320;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"latest-desktop-320x385.png\";s:5:\"width\";i:320;s:6:\"height\";i:385;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:{}}}'),(25734,4720,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:155157;s:10:\"size_after\";i:155157;s:4:\"time\";d:0.15000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41324;s:10:\"size_after\";i:41324;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113833;s:10:\"size_after\";i:113833;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(25735,4721,'_wp_attached_file','2019/05/latest-mobile.png'),(25736,4721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:25:\"2019/05/latest-mobile.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"latest-mobile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"latest-mobile-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"latest-mobile-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"latest-mobile-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"latest-mobile-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"latest-mobile-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"latest-mobile-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(25737,4721,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:165642;s:10:\"size_after\";i:165642;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42124;s:10:\"size_after\";i:42124;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123518;s:10:\"size_after\";i:123518;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(25740,4742,'_wp_attached_file','2019/05/OPT-Mobile.png'),(25741,4742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:22:\"2019/05/OPT-Mobile.png\";s:5:\"sizes\";a:2:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"OPT-Mobile-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"OPT-Mobile-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:{}}}'),(25742,4742,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:4:\"time\";i:0;s:11:\"api_version\";i:-1;s:5:\"lossy\";i:-1;s:9:\"keep_exif\";b:0;}s:5:\"sizes\";a:0:{}}'),(25743,4743,'_wp_attached_file','2019/05/opt-retina-mobile.png'),(25744,4743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:29:\"2019/05/opt-retina-mobile.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"opt-retina-mobile-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"opt-retina-mobile-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-280x160.png\";s:5:\"width\";i:280;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-280x235.png\";s:5:\"width\";i:280;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-280x220.png\";s:5:\"width\";i:280;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"opt-retina-mobile-280x261.png\";s:5:\"width\";i:280;s:6:\"height\";i:261;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:{}}}'),(25745,4743,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.562064156206414;s:5:\"bytes\";i:2319;s:11:\"size_before\";i:10755;s:10:\"size_after\";i:8436;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.56;s:5:\"bytes\";i:2319;s:11:\"size_before\";i:10755;s:10:\"size_after\";i:8436;s:4:\"time\";d:0.03;}}}'),(25746,4744,'_wp_attached_file','2019/05/otp-mobile-recommended.png'),(25747,4744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:48;s:4:\"file\";s:34:\"2019/05/otp-mobile-recommended.png\";s:5:\"sizes\";a:2:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"otp-mobile-recommended-80x48.png\";s:5:\"width\";i:80;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"otp-mobile-recommended-100x48.png\";s:5:\"width\";i:100;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(25748,4744,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:4:\"time\";i:0;s:11:\"api_version\";i:-1;s:5:\"lossy\";i:-1;s:9:\"keep_exif\";b:0;}s:5:\"sizes\";a:0:{}}'),(25749,4745,'_wp_attached_file','2019/05/opt-mobile-retina-recommended.png'),(25750,4745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:41:\"2019/05/opt-mobile-retina-recommended.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"opt-mobile-retina-recommended-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"opt-mobile-retina-recommended-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"opt-mobile-retina-recommended-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"opt-mobile-retina-recommended-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"opt-mobile-retina-recommended-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;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:{}}}'),(25751,4745,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.308727528372;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:9957;s:10:\"size_after\";i:8134;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.31;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:9957;s:10:\"size_after\";i:8134;s:4:\"time\";d:0.03;}}}'),(25752,4746,'_wp_attached_file','2019/05/opt-mobile-retina-recommended-1.png'),(25753,4746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:43:\"2019/05/opt-mobile-retina-recommended-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-1-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"opt-mobile-retina-recommended-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-1-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-1-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;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:{}}}'),(25754,4746,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.798370672097757;s:5:\"bytes\";i:1846;s:11:\"size_before\";i:9820;s:10:\"size_after\";i:7974;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8;s:5:\"bytes\";i:1846;s:11:\"size_before\";i:9820;s:10:\"size_after\";i:7974;s:4:\"time\";d:0.02;}}}'),(25755,4747,'_wp_attached_file','2019/05/opt-mobile-retina-recommended-2.png'),(25756,4747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:96;s:4:\"file\";s:43:\"2019/05/opt-mobile-retina-recommended-2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-2-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"opt-mobile-retina-recommended-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-2-218x96.png\";s:5:\"width\";i:218;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"opt-mobile-retina-recommended-2-265x96.png\";s:5:\"width\";i:265;s:6:\"height\";i:96;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:{}}}'),(25757,4747,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.354506083728605;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:9698;s:10:\"size_after\";i:7821;s:4:\"time\";d:0.03;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.35;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:9698;s:10:\"size_after\";i:7821;s:4:\"time\";d:0.03;}}}'),(25758,76,'tdc_dirty_content','1'),(25759,76,'tdc_icon_fonts','a:0:{}'),(25760,76,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(25761,76,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsInBhZGRpbmctdG9wIjoiMjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(25762,76,'_wpb_vc_js_status',''),(25763,2405,'_oembed_2b9ceca7979a4e38fc4259596aff06f2','{{unknown}}'),(25764,85,'tdc_dirty_content','1'),(25765,85,'tdc_icon_fonts','a:0:{}'),(25766,85,'tdc_google_fonts','a:0:{}'),(25770,4772,'_wp_attached_file','2019/05/subscribe.jpg'),(25771,4772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2736;s:6:\"height\";i:858;s:4:\"file\";s:21:\"2019/05/subscribe.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"subscribe-150x150.jpg\";s:5:\"width\";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:\"subscribe-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:21:\"subscribe-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"subscribe-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"subscribe-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"subscribe-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"subscribe-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"subscribe-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"subscribe-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"subscribe-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:21:\"subscribe-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"subscribe-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:21:\"subscribe-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:21:\"subscribe-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"subscribe-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:21:\"subscribe-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:21:\"subscribe-696x218.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:21:\"subscribe-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:21:\"subscribe-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:22:\"subscribe-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"subscribe-1068x335.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"subscribe-1339x420.jpg\";s:5:\"width\";i:1339;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"subscribe-1920x602.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:602;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:{}}}'),(25772,4772,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.577334531206353;s:5:\"bytes\";i:6063;s:11:\"size_before\";i:132457;s:10:\"size_after\";i:126394;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:387;s:11:\"size_before\";i:6900;s:10:\"size_after\";i:6513;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:754;s:11:\"size_before\";i:10481;s:10:\"size_after\";i:9727;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:2171;s:11:\"size_before\";i:45180;s:10:\"size_after\";i:43009;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:2751;s:11:\"size_before\";i:69896;s:10:\"size_after\";i:67145;s:4:\"time\";d:0.05;}}}'),(25773,4802,'_wp_attached_file','2019/05/mobile-white.png'),(25774,4802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:140;s:4:\"file\";s:24:\"2019/05/mobile-white.png\";s:5:\"sizes\";a:2:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"mobile-white-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"mobile-white-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:{}}}'),(25775,4802,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:4:\"time\";i:0;s:11:\"api_version\";i:-1;s:5:\"lossy\";i:-1;s:9:\"keep_exif\";b:0;}s:5:\"sizes\";a:0:{}}'),(25777,243,'tdc_dirty_content','1'),(25778,243,'tdc_icon_fonts','a:0:{}'),(25779,243,'tdc_google_fonts','a:0:{}'),(25784,4817,'_wp_attached_file','2019/05/mt-sample-background.jpg'),(25785,4817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2019/05/mt-sample-background.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-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:32:\"mt-sample-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"mt-sample-background-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"mt-sample-background-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"mt-sample-background-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;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:{}}}'),(25786,4817,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3404204146423595;s:5:\"bytes\";i:7630;s:11:\"size_before\";i:103945;s:10:\"size_after\";i:96315;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:160;s:11:\"size_before\";i:3130;s:10:\"size_after\";i:2970;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6517;s:10:\"size_after\";i:6165;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.35;s:5:\"bytes\";i:2549;s:11:\"size_before\";i:34678;s:10:\"size_after\";i:32129;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:4569;s:11:\"size_before\";i:59620;s:10:\"size_after\";i:55051;s:4:\"time\";d:0.04;}}}'),(25789,4311,'_edit_last','1'),(25790,4311,'_adinserter_block_exceptions',''),(25791,4311,'slide_template','default'),(25792,4311,'_bunyad_featured_post','0'),(25793,4311,'_bunyad_cat_label','0'),(25794,4311,'_bunyad_featured_disable','0'),(25795,4311,'_bunyad_bg_image_bg_type','cover'),(25796,4311,'_bunyad_reviews','0'),(25797,4311,'_bunyad_review_pos','none'),(25798,4311,'_bunyad_review_type','points'),(25799,4311,'_bunyad_review_verdict','Awesome'),(25800,4311,'_yoast_wpseo_content_score','30'),(25801,4311,'_yoast_wpseo_primary_category','3'),(25802,4311,'_thumbnail_id','4313'),(25803,4311,'_yoast_wpseo_focuskw','allergens'),(25804,4311,'_yoast_wpseo_title','UKHospitality: Dialogue best way to tackle food allergens issues'),(25805,4311,'_yoast_wpseo_metadesc','Encouraging dialogue between customers and businesses is the most effective way of tackling food allergens issues, according to UKHospitality'),(25806,4311,'_yoast_wpseo_linkdex','91'),(25807,4311,'xyz_fbap','1'),(25808,4311,'_wpas_done_all','1'),(25809,4322,'_edit_last','1'),(25810,4322,'_thumbnail_id','4329'),(25811,4322,'_adinserter_block_exceptions',''),(25812,4322,'slide_template','default'),(25813,4322,'_bunyad_featured_post','1'),(25814,4322,'_bunyad_cat_label','0'),(25815,4322,'_bunyad_featured_disable','0'),(25816,4322,'_bunyad_bg_image_bg_type','cover'),(25817,4322,'_bunyad_reviews','0'),(25818,4322,'_bunyad_review_pos','none'),(25819,4322,'_bunyad_review_type','points'),(25820,4322,'_bunyad_review_verdict','Awesome'),(25821,4322,'_yoast_wpseo_focuskw','Lucky Voice'),(25822,4322,'_yoast_wpseo_linkdex','57'),(25823,4322,'_yoast_wpseo_content_score','30'),(25824,4322,'_yoast_wpseo_primary_category','8'),(25825,4322,'xyz_fbap','1'),(25826,4322,'_wpas_done_all','1'),(25827,4322,'_wpas_skip_20130109','1'),(25828,4322,'_wpas_skip_22405190','1'),(25829,4336,'_edit_last','1'),(25830,4336,'_adinserter_block_exceptions',''),(25831,4336,'slide_template','default'),(25832,4336,'_bunyad_featured_post','1'),(25833,4336,'_bunyad_cat_label','0'),(25834,4336,'_bunyad_featured_disable','0'),(25835,4336,'_bunyad_bg_image_bg_type','cover'),(25836,4336,'_bunyad_reviews','0'),(25837,4336,'_bunyad_review_pos','none'),(25838,4336,'_bunyad_review_type','points'),(25839,4336,'_bunyad_review_verdict','Awesome'),(25840,4336,'_yoast_wpseo_content_score','30'),(25841,4336,'_yoast_wpseo_primary_category','2'),(25842,4336,'_publicize_twitter_user','@OnTradeProgress'),(25843,4336,'_thumbnail_id','4339'),(25844,4336,'_yoast_wpseo_focuskw','Swiss coffee machine'),(25845,4336,'_yoast_wpseo_metadesc','Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot & Cold” in the Schaerer Coffee Soul'),(25846,4336,'_yoast_wpseo_linkdex','71'),(25847,4336,'xyz_fbap','1'),(25848,4336,'_wpas_done_all','1'),(25849,4336,'_wpas_skip_20130109','1'),(25850,4336,'_wpas_skip_22405190','1'),(25851,4346,'_publicize_twitter_user','@OnTradeProgress'),(25852,4346,'_edit_last','1'),(25853,4346,'_adinserter_block_exceptions',''),(25854,4346,'slide_template','default'),(25855,4346,'_bunyad_featured_post','1'),(25856,4346,'_bunyad_cat_label','0'),(25857,4346,'_bunyad_featured_disable','0'),(25858,4346,'_bunyad_bg_image_bg_type','cover'),(25859,4346,'_bunyad_reviews','0'),(25860,4346,'_bunyad_review_pos','none'),(25861,4346,'_bunyad_review_type','points'),(25862,4346,'_bunyad_review_verdict','Awesome'),(25863,4346,'_yoast_wpseo_content_score','30'),(25864,4346,'_yoast_wpseo_primary_category','2'),(25865,4346,'_publicize_twitter_user','@OnTradeProgress'),(25866,4346,'_thumbnail_id','4345'),(25867,4346,'_yoast_wpseo_focuskw','Coffee technology'),(25868,4346,'_yoast_wpseo_metadesc','With its innovative Fresh Filtered Coffee technology, designed for the WMF 1500 S+ and WMF 5000 S+ automatic speciality machines, the German coffee machine manufacturer is bringing together the best features of two different worlds – making it possible to produce both coffee specialities and fresh filtered coffee using a single machine.'),(25869,4346,'_yoast_wpseo_linkdex','63'),(25870,4346,'xyz_fbap','1'),(25871,4346,'_wpas_done_all','1'),(25872,4346,'_wpas_skip_20130109','1'),(25873,4346,'_wpas_skip_22405190','1'),(25874,4346,'_yoast_wpseo_twitter-title','Coffee technology from @WMFUK combines two coffee styles in a single machine #coffee'),(25875,4346,'_wpas_skip_22422912','1'),(25876,4350,'tdc_dirty_content','1'),(25877,4350,'tdc_icon_fonts','a:0:{}'),(25878,4350,'tdc_google_fonts','a:0:{}'),(25879,4350,'_edit_last','1'),(25880,4350,'_thumbnail_id','4870'),(25881,4350,'xyz_fbap','1'),(25882,4350,'_wpas_done_all','1'),(25883,4350,'_adinserter_block_exceptions',''),(25884,4350,'slide_template','default'),(25885,4350,'_bunyad_featured_post','0'),(25886,4350,'_bunyad_cat_label','0'),(25887,4350,'_bunyad_featured_disable','0'),(25888,4350,'_bunyad_bg_image_bg_type','cover'),(25889,4350,'_bunyad_reviews','0'),(25890,4350,'_bunyad_review_pos','none'),(25891,4350,'_bunyad_review_type','points'),(25892,4350,'_bunyad_review_verdict','Awesome'),(25893,4350,'_yoast_wpseo_focuskw','caramelised pineapple'),(25894,4350,'_yoast_wpseo_title','RedLeg Caramelised Pineapple spiced rum adds to the mix'),(25895,4350,'_yoast_wpseo_metadesc','RedLeg spiced rum is extending its range with the launch of Caramelised Pineapple flavour, available in the UK from May 2019'),(25896,4350,'_yoast_wpseo_linkdex','56'),(25897,4350,'_yoast_wpseo_content_score','30'),(25898,4350,'_yoast_wpseo_primary_category','2'),(25899,4350,'_publicize_twitter_user','@OnTradeProgress'),(25900,4350,'_wpas_skip_20130109','1'),(25901,4350,'_wpas_skip_22422912','1'),(25902,4819,'tdc_dirty_content','1'),(25903,4819,'tdc_icon_fonts','a:0:{}'),(25904,4819,'tdc_google_fonts','a:0:{}'),(25905,4819,'_edit_last','1'),(25906,4819,'_thumbnail_id','4850'),(25907,4819,'_adinserter_block_exceptions',''),(25908,4819,'slide_template','default'),(25909,4819,'_bunyad_featured_post','0'),(25910,4819,'_bunyad_cat_label','0'),(25911,4819,'_bunyad_featured_disable','0'),(25912,4819,'_bunyad_bg_image_bg_type','cover'),(25913,4819,'_bunyad_reviews','0'),(25914,4819,'_bunyad_review_pos','none'),(25915,4819,'_bunyad_review_type','points'),(25916,4819,'_bunyad_review_verdict','Awesome'),(25917,4819,'_yoast_wpseo_focuskw','strongbow'),(25918,4819,'_yoast_wpseo_linkdex','71'),(25919,4819,'_yoast_wpseo_content_score','30'),(25920,4819,'_yoast_wpseo_primary_category','2'),(25921,4819,'_publicize_twitter_user','@OnTradeProgress'),(25922,4819,'_yoast_wpseo_title','Strongbow - Real people, a real put and of course, real arrows'),(25923,4819,'_yoast_wpseo_metadesc','Strongbow – Britain’s favourite cider – has launched a brand new TVC, centred around real pubs and real people, as part of a wider ATL campaign'),(25924,4819,'_wpas_done_all','1'),(25925,4819,'xyz_fbap','1'),(25926,4819,'_wp_old_date','2019-04-23'),(25927,4820,'tdc_dirty_content','1'),(25928,4820,'tdc_icon_fonts','a:0:{}'),(25929,4820,'tdc_google_fonts','a:0:{}'),(25930,4820,'_edit_last','1'),(25931,4820,'_thumbnail_id','4847'),(25932,4820,'_adinserter_block_exceptions',''),(25933,4820,'slide_template','default'),(25934,4820,'_bunyad_featured_post','0'),(25935,4820,'_bunyad_cat_label','0'),(25936,4820,'_bunyad_featured_disable','0'),(25937,4820,'_bunyad_bg_image_bg_type','cover'),(25938,4820,'_bunyad_reviews','0'),(25939,4820,'_bunyad_review_pos','none'),(25940,4820,'_bunyad_review_type','points'),(25941,4820,'_bunyad_review_verdict','Awesome'),(25942,4820,'_yoast_wpseo_focuskw','potato skins'),(25943,4820,'_yoast_wpseo_title','Aviko launches their new British grown potato skins'),(25944,4820,'_yoast_wpseo_metadesc','With the launch of new British Grown Potato Skins, Aviko Foodservice is encouraging operators to get creative with their toppings'),(25945,4820,'_yoast_wpseo_linkdex','58'),(25946,4820,'_yoast_wpseo_content_score','30'),(25947,4820,'_yoast_wpseo_primary_category','3'),(25948,4820,'_publicize_twitter_user','@OnTradeProgress'),(25949,4820,'xyz_fbap','1'),(25950,4820,'_wpas_done_all','1'),(25951,4820,'_wp_old_date','2019-04-23'),(25952,4820,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/04/Curried-Chickpeas-Spinach-Potato-Skins.jpg'),(25953,4820,'_wpas_skip_20130109','1'),(25954,4820,'_wpas_skip_22422912','1'),(25955,4820,'_yoast_wpseo_twitter-image-id','4360'),(25978,4822,'tdc_dirty_content','1'),(25979,4822,'tdc_icon_fonts','a:0:{}'),(25980,4822,'tdc_google_fonts','a:0:{}'),(25981,4822,'_edit_last','1'),(25982,4822,'_thumbnail_id','4854'),(25983,4822,'_adinserter_block_exceptions',''),(25984,4822,'slide_template','default'),(25985,4822,'_bunyad_featured_post','0'),(25986,4822,'_bunyad_cat_label','0'),(25987,4822,'_bunyad_featured_disable','0'),(25988,4822,'_bunyad_bg_image_bg_type','cover'),(25989,4822,'_bunyad_reviews','0'),(25990,4822,'_bunyad_review_pos','none'),(25991,4822,'_bunyad_review_type','points'),(25992,4822,'_bunyad_review_verdict','Awesome'),(25993,4822,'_yoast_wpseo_focuskw','sTABLElizer'),(25994,4822,'_yoast_wpseo_title','Beaumont - A Stable Purchase with their new sTABLElizer'),(25995,4822,'_yoast_wpseo_metadesc','Have you been to a pub or restaurant, sat down at the table of your choice, only to notice that it’s wobbly? Introducing Beaumont\'s new sTABLElizer'),(25996,4822,'_yoast_wpseo_linkdex','69'),(25997,4822,'_yoast_wpseo_content_score','60'),(25998,4822,'_yoast_wpseo_primary_category','31'),(25999,4822,'_publicize_twitter_user','@OnTradeProgress'),(26000,4822,'xyz_fbap','1'),(26001,4822,'_wpas_done_all','1'),(26002,4822,'_wp_old_date','2019-04-23'),(26003,4823,'tdc_dirty_content','1'),(26004,4823,'tdc_icon_fonts','a:0:{}'),(26005,4823,'tdc_google_fonts','a:0:{}'),(26006,4823,'_edit_last','1'),(26007,4823,'_adinserter_block_exceptions',''),(26008,4823,'slide_template','default'),(26009,4823,'_bunyad_featured_post','0'),(26010,4823,'_bunyad_cat_label','0'),(26011,4823,'_bunyad_featured_disable','0'),(26012,4823,'_bunyad_bg_image_bg_type','cover'),(26013,4823,'_bunyad_reviews','0'),(26014,4823,'_bunyad_review_pos','none'),(26015,4823,'_bunyad_review_type','points'),(26016,4823,'_bunyad_review_verdict','Awesome'),(26017,4823,'_yoast_wpseo_focuskw','american craft'),(26018,4823,'_yoast_wpseo_linkdex','71'),(26019,4823,'_yoast_wpseo_content_score','30'),(26020,4823,'_yoast_wpseo_primary_category','2'),(26021,4823,'_publicize_twitter_user','@OnTradeProgress'),(26022,4823,'_thumbnail_id','4855'),(26023,4823,'_yoast_wpseo_title','Brewers Association - New independent American craft brewer seal'),(26024,4823,'_yoast_wpseo_metadesc','Brewers Association - Representing small and independent American craft brewers, on the latest developments highlighting independence'),(26025,4823,'_wpas_done_all','1'),(26026,4823,'xyz_fbap','1'),(26027,4823,'_wp_old_date','2019-04-23'),(26028,4823,'_wpas_skip_20130109','1'),(26029,4823,'_wpas_skip_22422912','1'),(26030,4824,'tdc_dirty_content','1'),(26031,4824,'tdc_icon_fonts','a:0:{}'),(26032,4824,'tdc_google_fonts','a:0:{}'),(26033,4824,'_edit_last','1'),(26034,4824,'_thumbnail_id','4858'),(26035,4824,'_adinserter_block_exceptions',''),(26036,4824,'slide_template','default'),(26037,4824,'_bunyad_featured_post','0'),(26038,4824,'_bunyad_cat_label','0'),(26039,4824,'_bunyad_featured_disable','0'),(26040,4824,'_bunyad_bg_image_bg_type','cover'),(26041,4824,'_bunyad_reviews','0'),(26042,4824,'_bunyad_review_pos','none'),(26043,4824,'_bunyad_review_type','points'),(26044,4824,'_bunyad_review_verdict','Awesome'),(26045,4824,'_yoast_wpseo_focuskw','camra'),(26046,4824,'_yoast_wpseo_title','Alex Metcalfe - Introducing beer education to CAMRA festival'),(26047,4824,'_yoast_wpseo_metadesc','Alex Metcalfe - Information and Education Manager from CAMRA chats to us about their leading role in Craft Beer education'),(26048,4824,'_yoast_wpseo_linkdex','67'),(26049,4824,'_yoast_wpseo_content_score','30'),(26050,4824,'_yoast_wpseo_primary_category','2'),(26051,4824,'_publicize_twitter_user','@OnTradeProgress'),(26052,4824,'xyz_fbap','1'),(26053,4824,'_wpas_done_all','1'),(26054,4824,'_wp_old_date','2019-04-23'),(26055,4825,'tdc_dirty_content','1'),(26056,4825,'tdc_icon_fonts','a:0:{}'),(26057,4825,'tdc_google_fonts','a:0:{}'),(26058,4825,'_edit_last','1'),(26059,4825,'_thumbnail_id','4852'),(26060,4825,'_adinserter_block_exceptions',''),(26061,4825,'slide_template','default'),(26062,4825,'_bunyad_featured_post','0'),(26063,4825,'_bunyad_cat_label','0'),(26064,4825,'_bunyad_featured_disable','0'),(26065,4825,'_bunyad_bg_image_bg_type','cover'),(26066,4825,'_bunyad_reviews','0'),(26067,4825,'_bunyad_review_pos','none'),(26068,4825,'_bunyad_review_type','points'),(26069,4825,'_bunyad_review_verdict','Awesome'),(26070,4825,'_yoast_wpseo_focuskw','glasswashing'),(26071,4825,'_yoast_wpseo_title','Crystaltech glasswashing - Clean glass & tableware is crucial'),(26072,4825,'_yoast_wpseo_metadesc','As well as looking visually appealing, glasswashing has to be sparkling clean or it can affect the taste and appearance of beer or wine'),(26073,4825,'_yoast_wpseo_linkdex','71'),(26074,4825,'_yoast_wpseo_content_score','30'),(26075,4825,'_yoast_wpseo_primary_category','31'),(26076,4825,'_publicize_twitter_user','@OnTradeProgress'),(26077,4825,'xyz_fbap','1'),(26078,4825,'_wpas_done_all','1'),(26079,4825,'_wp_old_date','2019-04-23'),(26080,4826,'tdc_dirty_content','1'),(26081,4826,'tdc_icon_fonts','a:0:{}'),(26082,4826,'tdc_google_fonts','a:0:{}'),(26083,4826,'_edit_last','1'),(26084,4826,'_thumbnail_id','4860'),(26085,4826,'_adinserter_block_exceptions',''),(26086,4826,'slide_template','default'),(26087,4826,'_bunyad_featured_post','0'),(26088,4826,'_bunyad_cat_label','0'),(26089,4826,'_bunyad_featured_disable','0'),(26090,4826,'_bunyad_bg_image_bg_type','cover'),(26091,4826,'_bunyad_reviews','0'),(26092,4826,'_bunyad_review_pos','none'),(26093,4826,'_bunyad_review_type','points'),(26094,4826,'_bunyad_review_verdict','Awesome'),(26095,4826,'_yoast_wpseo_content_score','30'),(26096,4826,'_yoast_wpseo_primary_category','33'),(26097,4826,'_publicize_twitter_user','@OnTradeProgress'),(26098,4826,'_yoast_wpseo_focuskw','soft drinks'),(26099,4826,'_yoast_wpseo_title','European Coffee, Tea & Soft Drinks - London Olympia'),(26100,4826,'_yoast_wpseo_metadesc','European Coffee, Tea & Soft Drink Expo is the only trade show that is 100% devoted to the professional sales of soft beverages – coffee, tea and soft drinks'),(26101,4826,'_yoast_wpseo_linkdex','69'),(26102,4826,'xyz_fbap','1'),(26103,4826,'_wpas_done_all','1'),(26104,4826,'_wp_old_date','2019-04-23'),(26105,4827,'tdc_dirty_content','1'),(26106,4827,'tdc_icon_fonts','a:0:{}'),(26107,4827,'tdc_google_fonts','a:0:{}'),(26108,4827,'_edit_last','1'),(26109,4827,'_adinserter_block_exceptions',''),(26110,4827,'slide_template','default'),(26111,4827,'_bunyad_featured_post','0'),(26112,4827,'_bunyad_cat_label','0'),(26113,4827,'_bunyad_featured_disable','0'),(26114,4827,'_bunyad_bg_image_bg_type','cover'),(26115,4827,'_bunyad_reviews','0'),(26116,4827,'_bunyad_review_pos','none'),(26117,4827,'_bunyad_review_type','points'),(26118,4827,'_bunyad_review_verdict','Awesome'),(26119,4827,'_yoast_wpseo_content_score','60'),(26120,4827,'_yoast_wpseo_primary_category','2'),(26121,4827,'_publicize_twitter_user','@OnTradeProgress'),(26122,4827,'_thumbnail_id','4862'),(26123,4827,'_yoast_wpseo_focuskw','rosé'),(26124,4827,'_yoast_wpseo_metadesc','The February heatwave started us thinking about sitting in beer gardens with a refreshing drink. So a great excuse to talk about rose wine'),(26125,4827,'_yoast_wpseo_linkdex','73'),(26126,4827,'xyz_fbap','1'),(26127,4827,'_wpas_done_all','1'),(26128,4827,'_wp_old_date','2019-04-23'),(26129,4828,'tdc_dirty_content','1'),(26130,4828,'tdc_icon_fonts','a:0:{}'),(26131,4828,'tdc_google_fonts','a:0:{}'),(26132,4828,'_edit_last','1'),(26133,4828,'_adinserter_block_exceptions',''),(26134,4828,'slide_template','default'),(26135,4828,'_bunyad_featured_post','0'),(26136,4828,'_bunyad_cat_label','0'),(26137,4828,'_bunyad_featured_disable','0'),(26138,4828,'_bunyad_bg_image_bg_type','cover'),(26139,4828,'_bunyad_reviews','0'),(26140,4828,'_bunyad_review_pos','none'),(26141,4828,'_bunyad_review_type','points'),(26142,4828,'_bunyad_review_verdict','Awesome'),(26143,4828,'_yoast_wpseo_focuskw','wifi'),(26144,4828,'_yoast_wpseo_title','The importance of social WiFi marketing to your venue'),(26145,4828,'_yoast_wpseo_metadesc','WiFi is now a standard that consumers expect in any venue now, but besides the benefits of attracting a wider audience like the ‘on-the-go’ workers'),(26146,4828,'_yoast_wpseo_linkdex','75'),(26147,4828,'_yoast_wpseo_content_score','30'),(26148,4828,'_yoast_wpseo_primary_category','10'),(26149,4828,'_publicize_twitter_user','@OnTradeProgress'),(26150,4828,'_thumbnail_id','4866'),(26151,4828,'xyz_fbap','1'),(26152,4828,'_wpas_done_all','1'),(26153,4829,'tdc_dirty_content','1'),(26154,4829,'tdc_icon_fonts','a:0:{}'),(26155,4829,'tdc_google_fonts','a:0:{}'),(26156,4829,'_edit_last','1'),(26157,4829,'_thumbnail_id','4868'),(26158,4829,'_adinserter_block_exceptions',''),(26159,4829,'slide_template','default'),(26160,4829,'_bunyad_featured_post','1'),(26161,4829,'_bunyad_cat_label','0'),(26162,4829,'_bunyad_featured_disable','0'),(26163,4829,'_bunyad_bg_image_bg_type','cover'),(26164,4829,'_bunyad_reviews','0'),(26165,4829,'_bunyad_review_pos','none'),(26166,4829,'_bunyad_review_type','points'),(26167,4829,'_bunyad_review_verdict','Awesome'),(26168,4829,'_yoast_wpseo_content_score','30'),(26169,4829,'_yoast_wpseo_primary_category','2'),(26170,4829,'_publicize_twitter_user','@OnTradeProgress'),(26171,4829,'xyz_fbap','1'),(26172,4829,'_wpas_done_all','1'),(26173,4829,'_yoast_wpseo_focuskw','Jeff Bridges advert'),(26174,4829,'_yoast_wpseo_linkdex','45'),(26175,4829,'_wpas_skip_20130109','1'),(26176,4829,'_wpas_skip_22422912','1'),(26177,4830,'tdc_dirty_content','1'),(26178,4830,'tdc_icon_fonts','a:0:{}'),(26179,4830,'tdc_google_fonts','a:0:{}'),(26180,4830,'_edit_last','1'),(26181,4830,'_thumbnail_id','4864'),(26182,4830,'_adinserter_block_exceptions',''),(26183,4830,'slide_template','default'),(26184,4830,'_bunyad_featured_post','0'),(26185,4830,'_bunyad_cat_label','0'),(26186,4830,'_bunyad_featured_disable','0'),(26187,4830,'_bunyad_bg_image_bg_type','cover'),(26188,4830,'_bunyad_reviews','0'),(26189,4830,'_bunyad_review_pos','none'),(26190,4830,'_bunyad_review_type','points'),(26191,4830,'_bunyad_review_verdict','Awesome'),(26192,4830,'_yoast_wpseo_focuskw','bank holiday'),(26193,4830,'_yoast_wpseo_title','Sunshine sales: Cash in on 15% additional spend over the bank holiday'),(26194,4830,'_yoast_wpseo_metadesc','With the first of the May Bank Holiday almost upon us, it’s a crucial time for outlets to ensure they are primed to make the most of the long weekends'),(26195,4830,'_yoast_wpseo_linkdex','75'),(26196,4830,'_yoast_wpseo_content_score','30'),(26197,4830,'_yoast_wpseo_primary_category','2'),(26198,4830,'_publicize_twitter_user','@OnTradeProgress'),(26199,4830,'xyz_fbap','1'),(26200,4830,'_wpas_done_all','1'),(26309,4835,'tdc_dirty_content','1'),(26310,4835,'tdc_icon_fonts','a:0:{}'),(26311,4835,'tdc_google_fonts','a:0:{}'),(26312,4835,'_edit_last','1'),(26313,4835,'_adinserter_block_exceptions',''),(26314,4835,'_thumbnail_id','4846'),(26315,4835,'slide_template','default'),(26316,4835,'_bunyad_featured_post','0'),(26317,4835,'_bunyad_cat_label','0'),(26318,4835,'_bunyad_featured_disable','0'),(26319,4835,'_bunyad_bg_image_bg_type','cover'),(26320,4835,'_bunyad_reviews','0'),(26321,4835,'_bunyad_review_pos','none'),(26322,4835,'_bunyad_review_type','points'),(26323,4835,'_bunyad_review_verdict','Awesome'),(26324,4835,'_yoast_wpseo_focuskw','amathus drinks'),(26325,4835,'_yoast_wpseo_title','Amathus Drinks ships new agencies from Priorat and Montsant'),(26326,4835,'_yoast_wpseo_metadesc','Amathus Drinks expand their portfolio with the addition of two new Catalonian producers: Celler l’Encastell from Priorat and Celler Masroig from Montsant'),(26327,4835,'_yoast_wpseo_linkdex','71'),(26328,4835,'_yoast_wpseo_content_score','30'),(26329,4835,'_yoast_wpseo_primary_category','2'),(26330,4835,'_publicize_twitter_user','@OnTradeProgress'),(26331,4835,'xyz_fbap','1'),(26332,4835,'_wpas_done_all','1'),(26333,4835,'_wpas_skip_20130109','1'),(26334,4835,'_wpas_skip_22422912','1'),(26335,4836,'tdc_dirty_content','1'),(26336,4836,'tdc_icon_fonts','a:0:{}'),(26337,4836,'tdc_google_fonts','a:0:{}'),(26338,4836,'_edit_last','1'),(26339,4836,'_thumbnail_id','4842'),(26340,4836,'_adinserter_block_exceptions',''),(26341,4836,'slide_template','default'),(26342,4836,'_bunyad_featured_post','1'),(26343,4836,'_bunyad_cat_label','0'),(26344,4836,'_bunyad_featured_disable','0'),(26345,4836,'_bunyad_bg_image_bg_type','cover'),(26346,4836,'_bunyad_reviews','0'),(26347,4836,'_bunyad_review_pos','none'),(26348,4836,'_bunyad_review_type','points'),(26349,4836,'_bunyad_review_verdict','Awesome'),(26350,4836,'_yoast_wpseo_focuskw','spirits'),(26351,4836,'_yoast_wpseo_title','Ontrade Progress spirits exclusive: The Year of Rum'),(26352,4836,'_yoast_wpseo_metadesc','Rum has grown in popularity within spirits annual sales in Britain topping £1b in 2018, after being stuck around the £750m mark for years'),(26353,4836,'_yoast_wpseo_linkdex','67'),(26354,4836,'_yoast_wpseo_content_score','30'),(26355,4836,'_yoast_wpseo_primary_category','2'),(26356,4836,'_publicize_twitter_user','@OnTradeProgress'),(26357,4836,'_wpas_done_all','1'),(26358,4836,'xyz_fbap','1'),(26359,4836,'_wp_old_date','2019-04-30'),(26360,4836,'_wpas_skip_20130109','1'),(26361,4836,'_wpas_skip_22422912','1'),(26362,4837,'tdc_dirty_content','1'),(26363,4837,'tdc_icon_fonts','a:0:{}'),(26364,4837,'tdc_google_fonts','a:0:{}'),(26365,4837,'_edit_last','1'),(26366,4837,'_thumbnail_id','4844'),(26367,4837,'_adinserter_block_exceptions',''),(26368,4837,'slide_template','default'),(26369,4837,'_bunyad_featured_post','0'),(26370,4837,'_bunyad_cat_label','0'),(26371,4837,'_bunyad_featured_disable','0'),(26372,4837,'_bunyad_bg_image_bg_type','cover'),(26373,4837,'_bunyad_reviews','0'),(26374,4837,'_bunyad_review_pos','none'),(26375,4837,'_bunyad_review_type','points'),(26376,4837,'_bunyad_review_verdict','Awesome'),(26377,4837,'_yoast_wpseo_focuskw','coffee and furnishings'),(26378,4837,'_yoast_wpseo_linkdex','50'),(26379,4837,'_yoast_wpseo_content_score','60'),(26380,4837,'_yoast_wpseo_primary_category','29'),(26381,4837,'_publicize_twitter_user','@OnTradeProgress'),(26382,4837,'xyz_fbap','1'),(26383,4837,'_wpas_done_all','1'),(26384,4837,'_wpas_skip_20130109','1'),(26385,4837,'_wpas_skip_22422912','1'),(26386,4836,'post_views_count','0'),(26388,4837,'post_views_count','0'),(26390,4835,'post_views_count','0'),(26393,4820,'post_views_count','0'),(26394,4822,'post_views_count','0'),(26395,4819,'post_views_count','0'),(26396,4823,'post_views_count','0'),(26397,4824,'post_views_count','0'),(26398,4825,'post_views_count','0'),(26399,4826,'post_views_count','0'),(26400,4827,'post_views_count','0'),(26401,4830,'post_views_count','0'),(26402,4829,'post_views_count','0'),(26403,4828,'post_views_count','0'),(26405,4350,'post_views_count','0'),(26406,4836,'_edit_lock','1557824182:1'),(26416,4322,'post_views_count','0'),(26420,4829,'_edit_lock','1557758635:1'),(26423,4842,'_wp_attached_file','2019/05/rum-3898745_1920.jpg'),(26424,4842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:28:\"2019/05/rum-3898745_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-150x150.jpg\";s:5:\"width\";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:\"rum-3898745_1920-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:28:\"rum-3898745_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"rum-3898745_1920-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"rum-3898745_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"rum-3898745_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"rum-3898745_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"rum-3898745_1920-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"rum-3898745_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"rum-3898745_1920-1920x1279.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26425,4842,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.232721836359672;s:5:\"bytes\";i:10872;s:11:\"size_before\";i:256856;s:10:\"size_after\";i:245984;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:512;s:11:\"size_before\";i:8472;s:10:\"size_after\";i:7960;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:18476;s:10:\"size_after\";i:17429;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:3864;s:11:\"size_before\";i:88314;s:10:\"size_after\";i:84450;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:5449;s:11:\"size_before\";i:141594;s:10:\"size_after\";i:136145;s:4:\"time\";d:0.04;}}}'),(26430,4837,'_edit_lock','1557757947:1'),(26431,4835,'_edit_lock','1557758021:1'),(26432,4820,'_edit_lock','1557758025:1'),(26433,4822,'_edit_lock','1557758301:1'),(26434,4819,'_edit_lock','1557758250:1'),(26435,4823,'_edit_lock','1557758301:1'),(26436,4824,'_edit_lock','1557758302:1'),(26437,4825,'_edit_lock','1557758303:1'),(26438,4826,'_edit_lock','1557758415:1'),(26439,4827,'_edit_lock','1557758476:1'),(26440,4830,'_edit_lock','1557758472:1'),(26441,4828,'_edit_lock','1557758521:1'),(26445,4302,'post_views_count','0'),(26446,4350,'_edit_lock','1557758736:1'),(26447,4844,'_wp_attached_file','2019/05/Peppermill-Cafe_upstairs_rs-702x336@2x-1.jpg'),(26448,4844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:52:\"2019/05/Peppermill-Cafe_upstairs_rs-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-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:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Peppermill-Cafe_upstairs_rs-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26449,4844,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7262307188875345;s:5:\"bytes\";i:6206;s:11:\"size_before\";i:166549;s:10:\"size_after\";i:160343;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6956;s:10:\"size_after\";i:6599;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:467;s:11:\"size_before\";i:11718;s:10:\"size_after\";i:11251;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:2141;s:11:\"size_before\";i:56235;s:10:\"size_after\";i:54094;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:3241;s:11:\"size_before\";i:91640;s:10:\"size_after\";i:88399;s:4:\"time\";d:0.04;}}}'),(26452,4846,'_wp_attached_file','2019/04/wineglass-1495861_1920-702x336@2x-1.jpg'),(26453,4846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:47:\"2019/04/wineglass-1495861_1920-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-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:47:\"wineglass-1495861_1920-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"wineglass-1495861_1920-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"wineglass-1495861_1920-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"wineglass-1495861_1920-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"wineglass-1495861_1920-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"wineglass-1495861_1920-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"wineglass-1495861_1920-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26454,4846,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2147045313302165;s:5:\"bytes\";i:4600;s:11:\"size_before\";i:74018;s:10:\"size_after\";i:69418;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:223;s:11:\"size_before\";i:3946;s:10:\"size_after\";i:3723;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6705;s:10:\"size_after\";i:6375;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:1462;s:11:\"size_before\";i:24968;s:10:\"size_after\";i:23506;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.73;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:38399;s:10:\"size_after\";i:35814;s:4:\"time\";d:0.03;}}}'),(26455,4847,'_wp_attached_file','2019/04/Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1.jpg'),(26456,4847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:63:\"2019/04/Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-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:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:61:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:62:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:64:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:64:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:63:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26457,4847,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.052388948441344;s:5:\"bytes\";i:8154;s:11:\"size_before\";i:161389;s:10:\"size_after\";i:153235;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.13;s:5:\"bytes\";i:675;s:11:\"size_before\";i:8302;s:10:\"size_after\";i:7627;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:992;s:11:\"size_before\";i:13744;s:10:\"size_after\";i:12752;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.06;s:5:\"bytes\";i:2781;s:11:\"size_before\";i:54999;s:10:\"size_after\";i:52218;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:84344;s:10:\"size_after\";i:80638;s:4:\"time\";d:0.03;}}}'),(26462,4850,'_wp_attached_file','2019/04/beer-2493058_1920-702x336@2x-1.jpg'),(26463,4850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:42:\"2019/04/beer-2493058_1920-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-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:42:\"beer-2493058_1920-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"beer-2493058_1920-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"beer-2493058_1920-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"beer-2493058_1920-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"beer-2493058_1920-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"beer-2493058_1920-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"beer-2493058_1920-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26464,4850,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3782394698334763;s:5:\"bytes\";i:5587;s:11:\"size_before\";i:165382;s:10:\"size_after\";i:159795;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7439;s:10:\"size_after\";i:7008;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:551;s:11:\"size_before\";i:11901;s:10:\"size_after\";i:11350;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:55807;s:10:\"size_after\";i:53943;s:4:\"time\";d:0.06;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:2741;s:11:\"size_before\";i:90235;s:10:\"size_after\";i:87494;s:4:\"time\";d:0.04;}}}'),(26467,4852,'_wp_attached_file','2019/04/black-and-white-1284072_1280-1078x516-1.jpg'),(26468,4852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:51:\"2019/04/black-and-white-1284072_1280-1078x516-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-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:51:\"black-and-white-1284072_1280-1078x516-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"black-and-white-1284072_1280-1078x516-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"black-and-white-1284072_1280-1078x516-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"black-and-white-1284072_1280-1078x516-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"black-and-white-1284072_1280-1078x516-1-1068x516.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:52:\"black-and-white-1284072_1280-1078x516-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"black-and-white-1284072_1280-1078x516-1-877x420.jpg\";s:5:\"width\";i:877;s:6:\"height\";i:420;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:{}}}'),(26469,4852,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.739203497825529;s:5:\"bytes\";i:7377;s:11:\"size_before\";i:128537;s:10:\"size_after\";i:121160;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.52;s:5:\"bytes\";i:554;s:11:\"size_before\";i:6506;s:10:\"size_after\";i:5952;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:898;s:11:\"size_before\";i:11372;s:10:\"size_after\";i:10474;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:2484;s:11:\"size_before\";i:43736;s:10:\"size_after\";i:41252;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:3441;s:11:\"size_before\";i:66923;s:10:\"size_after\";i:63482;s:4:\"time\";d:0.03;}}}'),(26472,4854,'_wp_attached_file','2019/04/rustic-334080_1920-702x336@2x-1.jpg'),(26473,4854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:43:\"2019/04/rustic-334080_1920-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-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:43:\"rustic-334080_1920-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"rustic-334080_1920-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"rustic-334080_1920-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"rustic-334080_1920-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"rustic-334080_1920-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"rustic-334080_1920-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"rustic-334080_1920-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26474,4854,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1692974760181847;s:5:\"bytes\";i:4371;s:11:\"size_before\";i:137917;s:10:\"size_after\";i:133546;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:291;s:11:\"size_before\";i:6314;s:10:\"size_after\";i:6023;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:455;s:11:\"size_before\";i:10654;s:10:\"size_after\";i:10199;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:46807;s:10:\"size_after\";i:45348;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.92;s:5:\"bytes\";i:2166;s:11:\"size_before\";i:74142;s:10:\"size_after\";i:71976;s:4:\"time\";d:0.03;}}}'),(26475,4855,'_wp_attached_file','2019/04/cooler_seal-702x336@2x-1.jpg'),(26476,4855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:36:\"2019/04/cooler_seal-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-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:36:\"cooler_seal-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"cooler_seal-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"cooler_seal-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"cooler_seal-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"cooler_seal-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"cooler_seal-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"cooler_seal-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26477,4855,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.025372595023486;s:5:\"bytes\";i:12173;s:11:\"size_before\";i:202029;s:10:\"size_after\";i:189856;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:672;s:11:\"size_before\";i:9004;s:10:\"size_after\";i:8332;s:4:\"time\";d:0.03;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:1032;s:11:\"size_before\";i:14965;s:10:\"size_after\";i:13933;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:4226;s:11:\"size_before\";i:68452;s:10:\"size_after\";i:64226;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:6243;s:11:\"size_before\";i:109608;s:10:\"size_after\";i:103365;s:4:\"time\";d:0.03;}}}'),(26482,4858,'_wp_attached_file','2019/04/audience-1868137_1920-702x336@2x-1.jpg'),(26483,4858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:46:\"2019/04/audience-1868137_1920-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-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:46:\"audience-1868137_1920-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"audience-1868137_1920-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"audience-1868137_1920-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"audience-1868137_1920-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"audience-1868137_1920-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"audience-1868137_1920-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"audience-1868137_1920-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26484,4858,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3788165243279655;s:5:\"bytes\";i:4030;s:11:\"size_before\";i:92034;s:10:\"size_after\";i:88004;s:4:\"time\";d:0.06;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:201;s:11:\"size_before\";i:4308;s:10:\"size_after\";i:4107;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:224;s:11:\"size_before\";i:6690;s:10:\"size_after\";i:6466;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:30380;s:10:\"size_after\";i:29257;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:2482;s:11:\"size_before\";i:50656;s:10:\"size_after\";i:48174;s:4:\"time\";d:0.02;}}}'),(26487,4860,'_wp_attached_file','2019/04/coffee-3043424_1920-702x336@2x-1.jpg'),(26488,4860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:44:\"2019/04/coffee-3043424_1920-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-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:44:\"coffee-3043424_1920-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"coffee-3043424_1920-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"coffee-3043424_1920-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"coffee-3043424_1920-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"coffee-3043424_1920-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"coffee-3043424_1920-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"coffee-3043424_1920-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26489,4860,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8833627097861907;s:5:\"bytes\";i:3010;s:11:\"size_before\";i:104392;s:10:\"size_after\";i:101382;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:280;s:11:\"size_before\";i:5769;s:10:\"size_after\";i:5489;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:464;s:11:\"size_before\";i:9932;s:10:\"size_after\";i:9468;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:961;s:11:\"size_before\";i:35115;s:10:\"size_after\";i:34154;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:1305;s:11:\"size_before\";i:53576;s:10:\"size_after\";i:52271;s:4:\"time\";d:0.02;}}}'),(26492,4862,'_wp_attached_file','2019/04/wine-791133_1920-702x336@2x-1.jpg'),(26493,4862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:41:\"2019/04/wine-791133_1920-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-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:41:\"wine-791133_1920-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"wine-791133_1920-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"wine-791133_1920-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"wine-791133_1920-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"wine-791133_1920-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"wine-791133_1920-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"wine-791133_1920-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26494,4862,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5587107550966177;s:5:\"bytes\";i:4687;s:11:\"size_before\";i:131705;s:10:\"size_after\";i:127018;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:410;s:11:\"size_before\";i:6805;s:10:\"size_after\";i:6395;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:770;s:11:\"size_before\";i:11979;s:10:\"size_after\";i:11209;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:44856;s:10:\"size_after\";i:43243;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:68065;s:10:\"size_after\";i:66171;s:4:\"time\";d:0.03;}}}'),(26497,4864,'_wp_attached_file','2019/04/Heineken-Bank-Holiday-702x336@2x-1.jpg'),(26498,4864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:46:\"2019/04/Heineken-Bank-Holiday-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-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:46:\"Heineken-Bank-Holiday-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Heineken-Bank-Holiday-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Heineken-Bank-Holiday-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Heineken-Bank-Holiday-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Heineken-Bank-Holiday-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Heineken-Bank-Holiday-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Heineken-Bank-Holiday-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26499,4864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.238783883173388;s:5:\"bytes\";i:3655;s:11:\"size_before\";i:112851;s:10:\"size_after\";i:109196;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:348;s:11:\"size_before\";i:5845;s:10:\"size_after\";i:5497;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:510;s:11:\"size_before\";i:9774;s:10:\"size_after\";i:9264;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:1193;s:11:\"size_before\";i:38227;s:10:\"size_after\";i:37034;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:59005;s:10:\"size_after\";i:57401;s:4:\"time\";d:0.02;}}}'),(26502,4866,'_wp_attached_file','2019/04/wifi-158401_1280-1078x516-1.png'),(26503,4866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1078;s:6:\"height\";i:516;s:4:\"file\";s:39:\"2019/04/wifi-158401_1280-1078x516-1.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"wifi-158401_1280-1078x516-1-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"wifi-158401_1280-1078x516-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"wifi-158401_1280-1078x516-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-696x333.png\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"wifi-158401_1280-1078x516-1-1068x516.png\";s:5:\"width\";i:1068;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"wifi-158401_1280-1078x516-1-1068x511.png\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"wifi-158401_1280-1078x516-1-877x420.png\";s:5:\"width\";i:877;s:6:\"height\";i:420;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:{}}}'),(26504,4866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.972172099923815;s:5:\"bytes\";i:39833;s:11:\"size_before\";i:249390;s:10:\"size_after\";i:209557;s:4:\"time\";d:1.92;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.97;s:5:\"bytes\";i:1003;s:11:\"size_before\";i:8378;s:10:\"size_after\";i:7375;s:4:\"time\";d:0.06;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21;s:5:\"bytes\";i:2234;s:11:\"size_before\";i:15721;s:10:\"size_after\";i:13487;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.23;s:5:\"bytes\";i:13603;s:11:\"size_before\";i:83799;s:10:\"size_after\";i:70196;s:4:\"time\";d:0.77;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:22993;s:11:\"size_before\";i:141492;s:10:\"size_after\";i:118499;s:4:\"time\";d:0.99;}}}'),(26507,4868,'_wp_attached_file','2019/04/AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x.jpg'),(26508,4868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:120:\"2019/04/AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:121:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:118:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:119:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:121:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:121:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:120:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26509,4868,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.62025169768466;s:5:\"bytes\";i:7974;s:11:\"size_before\";i:172588;s:10:\"size_after\";i:164614;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5473;s:10:\"size_after\";i:5180;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:687;s:11:\"size_before\";i:11638;s:10:\"size_after\";i:10951;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:2896;s:11:\"size_before\";i:59292;s:10:\"size_after\";i:56396;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:4098;s:11:\"size_before\";i:96185;s:10:\"size_after\";i:92087;s:4:\"time\";d:0.04;}}}'),(26512,4870,'_wp_attached_file','2019/04/RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1.jpg'),(26513,4870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:672;s:4:\"file\";s:63:\"2019/04/RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-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:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:61:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:62:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-696x333.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:64:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:64:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-1068x511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:63:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1-878x420.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:420;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:{}}}'),(26514,4870,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9035676966711454;s:5:\"bytes\";i:5753;s:11:\"size_before\";i:147378;s:10:\"size_after\";i:141625;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:480;s:11:\"size_before\";i:7430;s:10:\"size_after\";i:6950;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:770;s:11:\"size_before\";i:12588;s:10:\"size_after\";i:11818;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:49932;s:10:\"size_after\";i:47988;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:2559;s:11:\"size_before\";i:77428;s:10:\"size_after\";i:74869;s:4:\"time\";d:0.03;}}}'),(26519,4278,'tdc_dirty_content','1'),(26520,4278,'tdc_icon_fonts','a:0:{}'),(26521,4278,'tdc_google_fonts','a:0:{}'),(26522,391,'_edit_lock','1557774900:1'),(26523,185,'tdc_dirty_content','1'),(26524,185,'tdc_icon_fonts','a:0:{}'),(26525,185,'tdc_google_fonts','a:0:{}'),(26526,4878,'_wp_attached_file','2019/05/25.jpg'),(26527,4878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:14:\"2019/05/25.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"25-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"25-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"25-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"25-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"25-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"25-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"25-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"25-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:14:\"25-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:14:\"25-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"25-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:14:\"25-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:14:\"25-620x385.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:14:\"25-620x486.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:14:\"25-620x580.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:14:\"25-302x420.jpg\";s:5:\"width\";i:302;s:6:\"height\";i:420;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:{}}}'),(26528,4878,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7380574651859693;s:5:\"bytes\";i:1529;s:11:\"size_before\";i:22692;s:10:\"size_after\";i:21163;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996;s:5:\"bytes\";i:489;s:11:\"size_before\";i:6891;s:10:\"size_after\";i:6402;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:15801;s:10:\"size_after\";i:14761;s:4:\"time\";d:0.040000000000000001;}}}'),(26529,4879,'_wp_attached_file','2019/05/25-1.jpg'),(26530,4879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:16:\"2019/05/25-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"25-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:16:\"25-1-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"25-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"25-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"25-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"25-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"25-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"25-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"25-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"25-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"25-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"25-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"25-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"25-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"25-1-620x385.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"25-1-620x486.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"25-1-620x580.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"25-1-302x420.jpg\";s:5:\"width\";i:302;s:6:\"height\";i:420;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:{}}}'),(26531,4879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8518356260404794;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:22826;s:10:\"size_after\";i:21262;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3099999999999996;s:5:\"bytes\";i:505;s:11:\"size_before\";i:6909;s:10:\"size_after\";i:6404;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:15917;s:10:\"size_after\";i:14858;s:4:\"time\";d:0.01;}}}'),(26532,4879,'_wp_attachment_image_alt','Issue 25'),(26533,4881,'_wp_attached_file','2019/05/25-2.jpg'),(26534,4881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:16:\"2019/05/25-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"25-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:16:\"25-2-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"25-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"25-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"25-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"25-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"25-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"25-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"25-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"25-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"25-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"25-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"25-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"25-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"25-2-620x385.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"25-2-620x486.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"25-2-620x580.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"25-2-302x420.jpg\";s:5:\"width\";i:302;s:6:\"height\";i:420;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:{}}}'),(26535,4881,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3233959818535324;s:5:\"bytes\";i:1695;s:11:\"size_before\";i:23145;s:10:\"size_after\";i:21450;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:520;s:11:\"size_before\";i:6945;s:10:\"size_after\";i:6425;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:16200;s:10:\"size_after\";i:15025;s:4:\"time\";d:0.01;}}}'),(26536,4883,'_wp_attached_file','2019/05/25.png'),(26537,4883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:14:\"2019/05/25.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"25-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:\"25-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"25-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"25-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"25-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"25-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"25-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"25-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"25-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"25-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(26538,4883,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:155843;s:10:\"size_after\";i:155843;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40616;s:10:\"size_after\";i:40616;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115227;s:10:\"size_after\";i:115227;s:4:\"time\";d:0.11;}}}'),(26539,4885,'_wp_attached_file','2019/05/25-footer.jpg'),(26540,4885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2019/05/25-footer.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"25-footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"25-footer-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:19:\"25-footer-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:20:\"25-footer-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:21:\"25-footer-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:21:\"25-footer-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:21:\"25-footer-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:21:\"25-footer-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:21:\"25-footer-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:21:\"25-footer-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(26541,4885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9963500477969927;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:23014;s:10:\"size_after\";i:21634;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:536;s:11:\"size_before\";i:7144;s:10:\"size_after\";i:6608;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:844;s:11:\"size_before\";i:15870;s:10:\"size_after\";i:15026;s:4:\"time\";d:0.01;}}}'),(26542,4887,'_edit_last','1'),(26543,4887,'_edit_lock','1562087623:1'),(26544,4887,'_wp_page_template','default'),(26545,4887,'slide_template','default'),(26546,4887,'tdc_dirty_content','1'),(26547,4887,'tdc_icon_fonts','a:0:{}'),(26548,4887,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26549,4887,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26550,4887,'_yoast_wpseo_content_score','90'),(26551,4891,'_edit_last','1'),(26552,4891,'_edit_lock','1557846356:1'),(26553,4891,'slide_template','default'),(26554,4891,'tdc_dirty_content','1'),(26555,4891,'tdc_icon_fonts','a:0:{}'),(26556,4891,'tdc_google_fonts','a:0:{}'),(26557,4891,'_yoast_wpseo_content_score','30'),(26558,4891,'_yoast_wpseo_primary_category','2'),(26559,4893,'_wp_attached_file','2019/05/Sock-it-to-the-Poachers.jpg'),(26560,4893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:727;s:6:\"height\";i:769;s:4:\"file\";s:35:\"2019/05/Sock-it-to-the-Poachers.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Sock-it-to-the-Poachers-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Sock-it-to-the-Poachers-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-696x736.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-727x486.jpg\";s:5:\"width\";i:727;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-727x580.jpg\";s:5:\"width\";i:727;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Sock-it-to-the-Poachers-397x420.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26561,4893,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.673117306884631;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:30953;s:10:\"size_after\";i:29197;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:555;s:11:\"size_before\";i:8204;s:10:\"size_after\";i:7649;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:1201;s:11:\"size_before\";i:22749;s:10:\"size_after\";i:21548;s:4:\"time\";d:0.02;}}}'),(26562,4894,'_wp_attached_file','2019/05/E53657D2-726A-48D9-A9C5-A0EC13B6DE23.jpg'),(26563,4894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:48:\"2019/05/E53657D2-726A-48D9-A9C5-A0EC13B6DE23.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:50:\"E53657D2-726A-48D9-A9C5-A0EC13B6DE23-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:34:\"Processed with VSCO with c6 preset\";s:17:\"created_timestamp\";s:10:\"1557410097\";s:9:\"copyright\";s:36:\"Copyright 2019. All rights reserved.\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:34:\"Processed with VSCO with c6 preset\";s:11:\"orientation\";s:1:\"1\";}}'),(26564,4894,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.7166480218513449;s:5:\"bytes\";i:3023;s:11:\"size_before\";i:176099;s:10:\"size_after\";i:173076;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5822;s:10:\"size_after\";i:5537;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:406;s:11:\"size_before\";i:12207;s:10:\"size_after\";i:11801;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:2332;s:11:\"size_before\";i:80201;s:10:\"size_after\";i:77869;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77869;s:10:\"size_after\";i:77869;s:4:\"time\";d:0.040000000000000001;}}}'),(26565,4894,'_wp_attachment_image_alt','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers'),(26566,4893,'_wp_attachment_image_alt','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers'),(26567,4891,'_thumbnail_id','4893'),(26568,4891,'_yoast_wpseo_focuskw','windhoek lager'),(26569,4891,'_yoast_wpseo_title','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers'),(26570,4891,'_yoast_wpseo_metadesc','Namibian Rugby captain Renaldo Bothma, who currently plays for Harlequins, has teamed up with Windhoek Lager to raise money for Save the Rhino International'),(26571,4891,'_yoast_wpseo_linkdex','73'),(26574,4896,'_edit_last','1'),(26575,4896,'_edit_lock','1557848204:1'),(26576,4896,'slide_template','default'),(26577,4896,'tdc_dirty_content','1'),(26578,4896,'tdc_icon_fonts','a:0:{}'),(26579,4896,'tdc_google_fonts','a:0:{}'),(26580,4896,'_yoast_wpseo_focuskw','British Lion Eggs'),(26581,4896,'_yoast_wpseo_title','British Lion Eggs - What does the stamp of approval mean?'),(26582,4896,'_yoast_wpseo_metadesc','You may have seen eggs with a red Lion stamp, we sat down with British Lion Eggs to talk about the Lion stamp and where it came from'),(26583,4896,'_yoast_wpseo_linkdex','75'),(26584,4896,'_yoast_wpseo_content_score','60'),(26585,4896,'_yoast_wpseo_primary_category','3'),(26586,4901,'_edit_last','1'),(26587,4901,'_edit_lock','1557848239:1'),(26588,4902,'_wp_attached_file','2019/05/Google-home.jpg'),(26589,4902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1290;s:6:\"height\";i:1069;s:4:\"file\";s:23:\"2019/05/Google-home.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Google-home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Google-home-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Google-home-768x636.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Google-home-1024x849.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Google-home-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Google-home-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Google-home-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Google-home-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Google-home-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Google-home-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Google-home-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Google-home-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Google-home-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Google-home-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Google-home-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Google-home-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Google-home-696x577.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Google-home-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Google-home-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Google-home-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:24:\"Google-home-1068x885.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:885;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Google-home-507x420.jpg\";s:5:\"width\";i:507;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(26590,4903,'_wp_attached_file','2019/05/Amazon-echo-2nd-gen.jpg'),(26591,4902,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.27272375834775;s:5:\"bytes\";i:11664;s:11:\"size_before\";i:103471;s:10:\"size_after\";i:91807;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2402;s:10:\"size_after\";i:2219;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42;s:5:\"bytes\";i:860;s:11:\"size_before\";i:6410;s:10:\"size_after\";i:5550;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8699999999999992;s:5:\"bytes\";i:3515;s:11:\"size_before\";i:35599;s:10:\"size_after\";i:32084;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.029999999999999;s:5:\"bytes\";i:7106;s:11:\"size_before\";i:59060;s:10:\"size_after\";i:51954;s:4:\"time\";d:0.029999999999999999;}}}'),(26592,4903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:31:\"2019/05/Amazon-echo-2nd-gen.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Amazon-echo-2nd-gen-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Amazon-echo-2nd-gen-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Amazon-echo-2nd-gen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Amazon-echo-2nd-gen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Amazon-echo-2nd-gen-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Amazon-echo-2nd-gen-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Amazon-echo-2nd-gen-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26593,4904,'_wp_attached_file','2019/05/Echo-2nd-generation.png'),(26594,4903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7914438502673802;s:5:\"bytes\";i:7874;s:11:\"size_before\";i:115940;s:10:\"size_after\";i:108066;s:4:\"time\";d:0.20000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:180;s:11:\"size_before\";i:3696;s:10:\"size_after\";i:3516;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:412;s:11:\"size_before\";i:6644;s:10:\"size_after\";i:6232;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9;s:5:\"bytes\";i:7282;s:11:\"size_before\";i:56441;s:10:\"size_after\";i:49159;s:4:\"time\";d:0.14000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49159;s:10:\"size_after\";i:49159;s:4:\"time\";d:0.040000000000000001;}}}'),(26595,4904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:31:\"2019/05/Echo-2nd-generation.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-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:\"Echo-2nd-generation-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Echo-2nd-generation-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Echo-2nd-generation-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Echo-2nd-generation-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-696x696.png\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Echo-2nd-generation-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Echo-2nd-generation-1068x1068.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Echo-2nd-generation-420x420.png\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Echo-2nd-generation-1920x1920.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26596,4904,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.001340089208858;s:5:\"bytes\";i:73618;s:11:\"size_before\";i:817856;s:10:\"size_after\";i:744238;s:4:\"time\";d:0.82000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:332;s:11:\"size_before\";i:10361;s:10:\"size_after\";i:10029;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:3155;s:11:\"size_before\";i:42017;s:10:\"size_after\";i:38862;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:31520;s:11:\"size_before\";i:290753;s:10:\"size_after\";i:259233;s:4:\"time\";d:0.31;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:38611;s:11:\"size_before\";i:474725;s:10:\"size_after\";i:436114;s:4:\"time\";d:0.40999999999999998;}}}'),(26597,4902,'_wp_attachment_image_alt','Voice search is on the rise'),(26598,4901,'_thumbnail_id','4902'),(26599,4901,'slide_template','default'),(26600,4901,'tdc_dirty_content','1'),(26601,4901,'tdc_icon_fonts','a:0:{}'),(26602,4901,'tdc_google_fonts','a:0:{}'),(26603,4901,'_yoast_wpseo_focuskw','voice search'),(26604,4901,'_yoast_wpseo_title','Fat Media - Say hello to the future - Voice search is on the rise'),(26605,4901,'_yoast_wpseo_metadesc','The use of smart speakers and voice search assistants such as Google Home and Amazon Echo, as well as Siri and Cortana on smartphones, is on the rise'),(26606,4901,'_yoast_wpseo_linkdex','69'),(26607,4901,'_yoast_wpseo_content_score','60'),(26608,4901,'_yoast_wpseo_primary_category','10'),(26609,4904,'_wp_attachment_image_alt','Voice search is on the rise'),(26610,4903,'_wp_attachment_image_alt','Voice search is on the rise'),(26611,4901,'post_views_count','0'),(26612,4896,'post_views_count','0'),(26613,4891,'post_views_count','0'),(26614,4909,'_edit_last','1'),(26615,4909,'_edit_lock','1557848223:1'),(26616,4910,'_wp_attached_file','2019/05/sparkling-wine-1030754_1920.jpg'),(26617,4910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:39:\"2019/05/sparkling-wine-1030754_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-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:39:\"sparkling-wine-1030754_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"sparkling-wine-1030754_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"sparkling-wine-1030754_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"sparkling-wine-1030754_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"sparkling-wine-1030754_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"sparkling-wine-1030754_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"sparkling-wine-1030754_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"sparkling-wine-1030754_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26618,4910,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7679005302039172;s:5:\"bytes\";i:4847;s:11:\"size_before\";i:101659;s:10:\"size_after\";i:96812;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:188;s:11:\"size_before\";i:4249;s:10:\"size_after\";i:4061;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:242;s:11:\"size_before\";i:8080;s:10:\"size_after\";i:7838;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:33917;s:10:\"size_after\";i:32475;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:55413;s:10:\"size_after\";i:52438;s:4:\"time\";d:0.029999999999999999;}}}'),(26619,4910,'_wp_attachment_image_alt','Lanchester Wines Continues to Grow'),(26620,4909,'_thumbnail_id','4910'),(26621,4909,'slide_template','default'),(26622,4909,'tdc_dirty_content','1'),(26623,4909,'tdc_icon_fonts','a:0:{}'),(26624,4909,'tdc_google_fonts','a:0:{}'),(26625,4909,'_yoast_wpseo_focuskw','lanchester wines'),(26626,4909,'_yoast_wpseo_title','Lanchester Wines Continues to Grow with 2 new sales reps'),(26627,4909,'_yoast_wpseo_metadesc','James Dainty & Hannah Fennelly have joined Lanchester Wines’ expanding sales team in two newly created roles increasing the leading wine merchant’s presence'),(26628,4909,'_yoast_wpseo_linkdex','75'),(26629,4909,'_yoast_wpseo_content_score','60'),(26630,4909,'_yoast_wpseo_primary_category','2'),(26631,4909,'post_views_count','0'),(26632,4913,'_edit_last','1'),(26633,4913,'_edit_lock','1557847672:1'),(26634,4914,'_wp_attached_file','2019/05/raspberry-3176371_1920.jpg'),(26635,4914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:34:\"2019/05/raspberry-3176371_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-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:34:\"raspberry-3176371_1920-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"raspberry-3176371_1920-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"raspberry-3176371_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"raspberry-3176371_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"raspberry-3176371_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"raspberry-3176371_1920-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"raspberry-3176371_1920-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"raspberry-3176371_1920-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DMC-FZ150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"9\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26636,4914,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3093093093093096;s:5:\"bytes\";i:9758;s:11:\"size_before\";i:226440;s:10:\"size_after\";i:216682;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:499;s:11:\"size_before\";i:7499;s:10:\"size_after\";i:7000;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:993;s:11:\"size_before\";i:16363;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:3281;s:11:\"size_before\";i:77207;s:10:\"size_after\";i:73926;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:4985;s:11:\"size_before\";i:125371;s:10:\"size_after\";i:120386;s:4:\"time\";d:0.050000000000000003;}}}'),(26637,4914,'_wp_attachment_image_alt','Youth say no to booze'),(26638,4913,'_thumbnail_id','4914'),(26639,4913,'slide_template','default'),(26640,4913,'tdc_dirty_content','1'),(26641,4913,'tdc_icon_fonts','a:0:{}'),(26642,4913,'tdc_google_fonts','a:0:{}'),(26643,4913,'_yoast_wpseo_focuskw','booze'),(26644,4913,'_yoast_wpseo_title','Ontrade Progress Exclusive - Youth say no to booze'),(26645,4913,'_yoast_wpseo_metadesc','As the younger generation leans more towards a healthier lifestyle, a study has suggested that almost a third of under-25’s are cutting out booze'),(26646,4913,'_yoast_wpseo_linkdex','73'),(26647,4913,'_yoast_wpseo_content_score','30'),(26648,4913,'_yoast_wpseo_primary_category','2'),(26649,4917,'_edit_last','1'),(26650,4917,'_edit_lock','1557848179:1'),(26651,4918,'_wp_attached_file','2019/05/IMG-20190429-WA0003.jpg'),(26652,4918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:31:\"2019/05/IMG-20190429-WA0003.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG-20190429-WA0003-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG-20190429-WA0003-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"IMG-20190429-WA0003-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"IMG-20190429-WA0003-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"IMG-20190429-WA0003-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"IMG-20190429-WA0003-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"IMG-20190429-WA0003-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26653,4918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.279498082678483;s:5:\"bytes\";i:9895;s:11:\"size_before\";i:301723;s:10:\"size_after\";i:291828;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:267;s:11:\"size_before\";i:5716;s:10:\"size_after\";i:5449;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:939;s:11:\"size_before\";i:15716;s:10:\"size_after\";i:14777;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:8689;s:11:\"size_before\";i:144490;s:10:\"size_after\";i:135801;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135801;s:10:\"size_after\";i:135801;s:4:\"time\";d:0.059999999999999998;}}}'),(26654,4918,'_wp_attachment_image_alt','The importance of seaside towns'),(26655,4917,'_thumbnail_id','4918'),(26656,4917,'slide_template','default'),(26657,4917,'tdc_dirty_content','1'),(26658,4917,'tdc_icon_fonts','a:0:{}'),(26659,4917,'tdc_google_fonts','a:0:{}'),(26660,4917,'_yoast_wpseo_focuskw','seaside towns'),(26661,4917,'_yoast_wpseo_linkdex','71'),(26662,4917,'_yoast_wpseo_content_score','30'),(26663,4917,'_yoast_wpseo_primary_category','8'),(26664,4917,'_yoast_wpseo_title','UKHospitality - The importance of seaside towns to the industry'),(26665,4917,'_yoast_wpseo_metadesc','Kate Nicholls, Chief Executive of UKHospitality chats to Ontrade Progress about the importance of seaside towns to the industry'),(26666,4917,'post_views_count','0'),(26667,4913,'post_views_count','0'),(26668,4922,'_edit_last','1'),(26669,4922,'_edit_lock','1557848136:1'),(26670,4923,'_wp_attached_file','2019/05/VOTW_awards_1.jpg'),(26671,4923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2687;s:6:\"height\";i:1893;s:4:\"file\";s:25:\"2019/05/VOTW_awards_1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"VOTW_awards_1-1024x721.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"VOTW_awards_1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"VOTW_awards_1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-696x490.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"VOTW_awards_1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"VOTW_awards_1-1068x752.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:752;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"VOTW_awards_1-596x420.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"VOTW_awards_1-1920x1353.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:17:\"Grumpycockstudios\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1525176437\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:5:\"Canon\";i:1;s:11:\"CraigMorran\";i:2;s:12:\"DarryllJones\";i:3;s:17:\"Grumpycockstudios\";i:4;s:27:\"Grumpycockstudios Fentimans\";}}}'),(26672,4923,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7315628210524405;s:5:\"bytes\";i:8245;s:11:\"size_before\";i:220953;s:10:\"size_after\";i:212708;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:466;s:11:\"size_before\";i:7596;s:10:\"size_after\";i:7130;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:17942;s:10:\"size_after\";i:16901;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:2785;s:11:\"size_before\";i:75438;s:10:\"size_after\";i:72653;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:3953;s:11:\"size_before\";i:119977;s:10:\"size_after\";i:116024;s:4:\"time\";d:0.050000000000000003;}}}'),(26673,4923,'_wp_attachment_image_alt','Fentimans launch campaign to Save the Botanicals this Earth Day'),(26674,4922,'_thumbnail_id','4923'),(26675,4922,'slide_template','default'),(26676,4922,'tdc_dirty_content','1'),(26677,4922,'tdc_icon_fonts','a:0:{}'),(26678,4922,'tdc_google_fonts','a:0:{}'),(26679,4922,'_yoast_wpseo_focuskw','Botanicals'),(26680,4922,'_yoast_wpseo_title','Fentimans launch campaign to Save the Botanicals this Earth Day'),(26681,4922,'_yoast_wpseo_metadesc','Artisanal soft drinks and mixer maker Fentimans is launching the Save the Botanicals campaign for Earth Day (Monday 22nd April)'),(26682,4922,'_yoast_wpseo_linkdex','75'),(26683,4922,'_yoast_wpseo_content_score','30'),(26684,4922,'_yoast_wpseo_primary_category','2'),(26685,4922,'post_views_count','0'),(26686,4927,'_wp_attached_file','2019/05/OTP-Takeover-DESKTOP.jpg');
INSERT INTO `wpfr_postmeta` VALUES (26687,4927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:868;s:4:\"file\";s:32:\"2019/05/OTP-Takeover-DESKTOP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"OTP-Takeover-DESKTOP-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"OTP-Takeover-DESKTOP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"OTP-Takeover-DESKTOP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-696x487.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"OTP-Takeover-DESKTOP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"OTP-Takeover-DESKTOP-1068x748.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"OTP-Takeover-DESKTOP-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26688,4927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.782321083660511;s:5:\"bytes\";i:8541;s:11:\"size_before\";i:79213;s:10:\"size_after\";i:70672;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2750;s:10:\"size_after\";i:2593;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:388;s:11:\"size_before\";i:6023;s:10:\"size_after\";i:5635;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.73;s:5:\"bytes\";i:2916;s:11:\"size_before\";i:27178;s:10:\"size_after\";i:24262;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.74;s:5:\"bytes\";i:5080;s:11:\"size_before\";i:43262;s:10:\"size_after\";i:38182;s:4:\"time\";d:0.029999999999999999;}}}'),(26689,4927,'_wp_attachment_image_alt','British Lion Eggs'),(26690,4896,'_thumbnail_id','4927'),(26701,4936,'tdc_dirty_content','1'),(26702,4936,'tdc_icon_fonts','a:0:{}'),(26703,4936,'tdc_google_fonts','a:0:{}'),(26704,4936,'_form','<div style=\"width:100%;\">\n<div style=\"float:left; width:70%;\">\n<label>\n    [email* your-email placeholder \"Your Email Address\"] </label>\n\n</div>\n<div style=\"float:left; width:22%;\">\n[submit \"Subscribe Now\"]\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div>'),(26705,4936,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Ontrade Progress \"[your-subject]\"\";s:6:\"sender\";s:48:\"Ontrade Progress <wordpress@ontradeprogress.com>\";s:9:\"recipient\";s:23:\"ryan@bwmediagroup.co.uk\";s:4:\"body\";s:184:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(26706,4936,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"Ontrade Progress \"[your-subject]\"\";s:6:\"sender\";s:51:\"Ontrade Progress <wordpress@johnsons-gb-test.co.uk>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\";s:18:\"additional_headers\";s:33:\"Reply-To: ryan@bwmediagroup.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(26707,4936,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(26708,4936,'_additional_settings',''),(26709,4936,'_locale','en_GB'),(26716,4206,'post_views_count','0'),(26717,4069,'post_views_count','0'),(26718,3709,'post_views_count','0'),(26719,3619,'post_views_count','0'),(26720,3422,'post_views_count','0'),(26721,2982,'post_views_count','0'),(26722,2511,'post_views_count','0'),(26723,2275,'post_views_count','0'),(26725,2127,'post_views_count','0'),(26726,1974,'post_views_count','0'),(26735,4998,'_edit_last','1'),(26736,4998,'_edit_lock','1558092549:1'),(26737,4999,'_wp_attached_file','2019/05/sausage-new-2.png'),(26738,4999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3001;s:4:\"file\";s:25:\"2019/05/sausage-new-2.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sausage-new-2-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"sausage-new-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"sausage-new-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-696x870.png\";s:5:\"width\";i:696;s:6:\"height\";i:870;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"sausage-new-2-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"sausage-new-2-1068x1335.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1335;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"sausage-new-2-336x420.png\";s:5:\"width\";i:336;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"sausage-new-2-1920x2401.png\";s:5:\"width\";i:1920;s:6:\"height\";i:2401;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26739,4999,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1625008;s:10:\"size_after\";i:1625008;s:4:\"time\";d:1.6200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30957;s:10:\"size_after\";i:30957;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74802;s:10:\"size_after\";i:74802;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:711595;s:10:\"size_after\";i:711595;s:4:\"time\";d:0.54000000000000004;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:807654;s:10:\"size_after\";i:807654;s:4:\"time\";d:0.93999999999999995;}}}'),(26740,4999,'_wp_attachment_image_alt','Meat-free sausage'),(26741,4998,'_thumbnail_id','5001'),(26742,4998,'slide_template','default'),(26743,4998,'tdc_dirty_content','1'),(26744,4998,'tdc_icon_fonts','a:0:{}'),(26745,4998,'tdc_google_fonts','a:0:{}'),(26746,4998,'_yoast_wpseo_twitter-title','The Meatless Farm Co launches line of plant-based sausages'),(26747,4998,'_yoast_wpseo_twitter-description','British food company, The Meatless Farm Co, is expanding its range of plant-based products with a new line of sausages that cater perfectly for the nation’s meat reducers, veggies and vegans.'),(26748,4998,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Meatless-Farm_Img-1280x450.jpg'),(26749,4998,'_yoast_wpseo_twitter-image-id','5001'),(26750,4998,'_yoast_wpseo_focuskw','meat free sausages'),(26751,4998,'_yoast_wpseo_linkdex','45'),(26752,4998,'_yoast_wpseo_content_score','30'),(26753,4998,'_yoast_wpseo_primary_category','3'),(26758,4998,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Meatless-Farm_Img-1280x450.jpg'),(26759,4998,'_yoast_wpseo_opengraph-image-id','5001'),(26760,5001,'_wp_attached_file','2019/05/Meatless-Farm_Img-1280x450.jpg'),(26761,5001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:450;s:4:\"file\";s:38:\"2019/05/Meatless-Farm_Img-1280x450.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-768x270.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Meatless-Farm_Img-1280x450-1024x360.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Meatless-Farm_Img-1280x450-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Meatless-Farm_Img-1280x450-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-534x450.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-696x245.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Meatless-Farm_Img-1280x450-741x450.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"Meatless-Farm_Img-1280x450-1068x450.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Meatless-Farm_Img-1280x450-1068x375.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Meatless-Farm_Img-1280x450-1195x420.jpg\";s:5:\"width\";i:1195;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26762,5001,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9704919101233447;s:5:\"bytes\";i:4278;s:11:\"size_before\";i:61373;s:10:\"size_after\";i:57095;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4577;s:10:\"size_after\";i:4367;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:328;s:11:\"size_before\";i:5069;s:10:\"size_after\";i:4741;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:1399;s:11:\"size_before\";i:20555;s:10:\"size_after\";i:19156;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:2341;s:11:\"size_before\";i:31172;s:10:\"size_after\";i:28831;s:4:\"time\";d:0.02;}}}'),(26763,5001,'_wp_attachment_image_alt','Meat-free sausage'),(26772,4998,'_yoast_wpseo_opengraph-title','The Meatless Farm Co launches line of plant-based sausages'),(26773,4998,'_yoast_wpseo_opengraph-description','British food company, The Meatless Farm Co, is expanding its range of plant-based products with a new line of sausages that cater perfectly for the nation’s meat reducers, veggies and vegans.'),(26774,5005,'_edit_last','1'),(26775,5005,'_wp_page_template','default'),(26776,5005,'slide_template','default'),(26777,5005,'tdc_dirty_content','0'),(26778,5005,'tdc_icon_fonts','a:0:{}'),(26779,5005,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26780,5005,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26781,5005,'_yoast_wpseo_content_score','60'),(26782,5005,'_edit_lock','1571736708:1'),(26783,5007,'_edit_last','1'),(26784,5007,'_edit_lock','1571736374:1'),(26785,5007,'_wp_page_template','default'),(26786,5007,'slide_template','default'),(26787,5007,'tdc_dirty_content','1'),(26788,5007,'tdc_icon_fonts','a:0:{}'),(26789,5007,'tdc_google_fonts','a:0:{}'),(26790,5007,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26791,5007,'_yoast_wpseo_content_score','30'),(26792,5005,'td_page','a:1:{s:19:\"td_sidebar_position\";s:10:\"no_sidebar\";}'),(26793,5005,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26794,5005,'_wpb_vc_js_status',''),(26795,5021,'tdc_dirty_content','1'),(26796,5021,'tdc_icon_fonts','a:0:{}'),(26797,5021,'tdc_google_fonts','a:0:{}'),(26798,5021,'_menu_item_type','post_type'),(26799,5021,'_menu_item_menu_item_parent','31'),(26800,5021,'_menu_item_object_id','5005'),(26801,5021,'_menu_item_object','page'),(26802,5021,'_menu_item_target',''),(26803,5021,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26804,5021,'_menu_item_xfn',''),(26805,5021,'_menu_item_url',''),(26807,5021,'td_mega_menu_cat',''),(26808,5021,'td_mega_menu_page_id',''),(26809,5022,'_edit_last','1'),(26810,5022,'_edit_lock','1571736772:1'),(26811,5022,'_wp_page_template','default'),(26812,5022,'slide_template','default'),(26813,5022,'tdc_dirty_content','0'),(26814,5022,'tdc_icon_fonts','a:0:{}'),(26815,5022,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26816,5022,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26817,5022,'_yoast_wpseo_content_score','60'),(26818,5022,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26819,5022,'_wpb_vc_js_status',''),(26822,4220,'tdc_dirty_content','1'),(26823,4220,'tdc_icon_fonts','a:0:{}'),(26824,4220,'tdc_google_fonts','a:0:{}'),(26827,5023,'_edit_last','1'),(26828,5023,'_edit_lock','1571736825:1'),(26829,5023,'_wp_page_template','default'),(26830,5023,'slide_template','default'),(26831,5023,'tdc_dirty_content','0'),(26832,5023,'tdc_icon_fonts','a:0:{}'),(26833,5023,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26834,5023,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26835,5023,'_yoast_wpseo_content_score','60'),(26836,5024,'_edit_last','1'),(26837,5024,'_edit_lock','1558993936:1'),(26838,5024,'_wp_page_template','default'),(26839,5024,'slide_template','default'),(26840,5024,'tdc_dirty_content','1'),(26841,5024,'tdc_icon_fonts','a:0:{}'),(26842,5024,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26843,5024,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26844,5024,'_yoast_wpseo_content_score','60'),(26845,5025,'_edit_last','1'),(26846,5025,'_edit_lock','1571736887:1'),(26847,5025,'_wp_page_template','default'),(26848,5025,'slide_template','default'),(26849,5025,'tdc_dirty_content','0'),(26850,5025,'tdc_icon_fonts','a:0:{}'),(26851,5025,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26852,5025,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26853,5025,'_yoast_wpseo_content_score','60'),(26854,5026,'_edit_last','1'),(26855,5026,'_edit_lock','1571746468:1'),(26856,5026,'_wp_page_template','default'),(26857,5026,'slide_template','default'),(26858,5026,'tdc_dirty_content','0'),(26859,5026,'tdc_icon_fonts','a:0:{}'),(26860,5026,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26861,5026,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26862,5026,'_yoast_wpseo_content_score','60'),(26863,5023,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26864,5023,'_wpb_vc_js_status',''),(26865,5024,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26866,5024,'_wpb_vc_js_status',''),(26867,5025,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26868,5025,'_wpb_vc_js_status',''),(26869,5026,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6258\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26870,5026,'_wpb_vc_js_status',''),(26871,5027,'_edit_last','1'),(26872,5027,'_edit_lock','1558993942:1'),(26873,5027,'_wp_page_template','default'),(26874,5027,'slide_template','default'),(26875,5027,'tdc_dirty_content','1'),(26876,5027,'tdc_icon_fonts','a:0:{}'),(26877,5027,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26878,5027,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26879,5027,'_yoast_wpseo_content_score','60'),(26880,5041,'_edit_last','1'),(26881,5041,'_edit_lock','1558993944:1'),(26882,5041,'_wp_page_template','default'),(26883,5041,'slide_template','default'),(26884,5041,'tdc_dirty_content','1'),(26885,5041,'tdc_icon_fonts','a:0:{}'),(26886,5041,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26887,5041,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26888,5041,'_yoast_wpseo_content_score','60'),(26889,5042,'_edit_last','1'),(26890,5042,'_edit_lock','1558993947:1'),(26891,5042,'_wp_page_template','default'),(26892,5042,'slide_template','default'),(26893,5042,'tdc_dirty_content','1'),(26894,5042,'tdc_icon_fonts','a:0:{}'),(26895,5042,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(26896,5042,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(26897,5042,'_yoast_wpseo_content_score','60'),(26898,5027,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26899,5027,'_wpb_vc_js_status',''),(26900,5041,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26901,5041,'_wpb_vc_js_status',''),(26902,5042,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(26903,5042,'_wpb_vc_js_status',''),(26904,5048,'_wp_attached_file','2019/02/card-machine.jpg'),(26905,5048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:24:\"2019/02/card-machine.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"card-machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"card-machine-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"card-machine-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"card-machine-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"card-machine-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"card-machine-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"card-machine-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"card-machine-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"card-machine-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"card-machine-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"card-machine-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"card-machine-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"card-machine-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"card-machine-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"card-machine-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"card-machine-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"card-machine-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"card-machine-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"card-machine-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"card-machine-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"card-machine-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"card-machine-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"card-machine-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(26906,5048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6175334179621115;s:5:\"bytes\";i:5215;s:11:\"size_before\";i:144159;s:10:\"size_after\";i:138944;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:236;s:11:\"size_before\";i:5169;s:10:\"size_after\";i:4933;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:436;s:11:\"size_before\";i:11127;s:10:\"size_after\";i:10691;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:48915;s:10:\"size_after\";i:47193;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:2821;s:11:\"size_before\";i:78948;s:10:\"size_after\";i:76127;s:4:\"time\";d:0.040000000000000001;}}}'),(26909,3923,'tdc_dirty_content','1'),(26910,3923,'tdc_icon_fonts','a:0:{}'),(26911,3923,'tdc_google_fonts','a:0:{}'),(26948,5052,'tdc_dirty_content','1'),(26949,5052,'tdc_icon_fonts','a:0:{}'),(26950,5052,'tdc_google_fonts','a:0:{}'),(26951,5052,'_menu_item_type','post_type'),(26952,5052,'_menu_item_menu_item_parent','31'),(26953,5052,'_menu_item_object_id','5026'),(26954,5052,'_menu_item_object','page'),(26955,5052,'_menu_item_target',''),(26956,5052,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26957,5052,'_menu_item_xfn',''),(26958,5052,'_menu_item_url',''),(26960,5053,'tdc_dirty_content','1'),(26961,5053,'tdc_icon_fonts','a:0:{}'),(26962,5053,'tdc_google_fonts','a:0:{}'),(26963,5053,'_menu_item_type','post_type'),(26964,5053,'_menu_item_menu_item_parent','31'),(26965,5053,'_menu_item_object_id','5025'),(26966,5053,'_menu_item_object','page'),(26967,5053,'_menu_item_target',''),(26968,5053,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26969,5053,'_menu_item_xfn',''),(26970,5053,'_menu_item_url',''),(26984,5055,'tdc_dirty_content','1'),(26985,5055,'tdc_icon_fonts','a:0:{}'),(26986,5055,'tdc_google_fonts','a:0:{}'),(26987,5055,'_menu_item_type','post_type'),(26988,5055,'_menu_item_menu_item_parent','31'),(26989,5055,'_menu_item_object_id','5023'),(26990,5055,'_menu_item_object','page'),(26991,5055,'_menu_item_target',''),(26992,5055,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26993,5055,'_menu_item_xfn',''),(26994,5055,'_menu_item_url',''),(26996,5056,'tdc_dirty_content','1'),(26997,5056,'tdc_icon_fonts','a:0:{}'),(26998,5056,'tdc_google_fonts','a:0:{}'),(26999,5056,'_menu_item_type','post_type'),(27000,5056,'_menu_item_menu_item_parent','31'),(27001,5056,'_menu_item_object_id','5022'),(27002,5056,'_menu_item_object','page'),(27003,5056,'_menu_item_target',''),(27004,5056,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27005,5056,'_menu_item_xfn',''),(27006,5056,'_menu_item_url',''),(27008,5056,'td_mega_menu_cat',''),(27009,5056,'td_mega_menu_page_id',''),(27010,5055,'td_mega_menu_cat',''),(27011,5055,'td_mega_menu_page_id',''),(27014,5053,'td_mega_menu_cat',''),(27015,5053,'td_mega_menu_page_id',''),(27016,5052,'td_mega_menu_cat',''),(27017,5052,'td_mega_menu_page_id',''),(27024,5067,'_wp_attached_file','2019/05/OTP-Footer-New.png'),(27025,5067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:92;s:6:\"height\";i:90;s:4:\"file\";s:26:\"2019/05/OTP-Footer-New.png\";s:5:\"sizes\";a:2:{s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"OTP-Footer-New-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"OTP-Footer-New-92x70.png\";s:5:\"width\";i:92;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27026,5067,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;s:4:\"time\";i:0;s:11:\"api_version\";i:-1;s:5:\"lossy\";i:-1;s:9:\"keep_exif\";b:0;}s:5:\"sizes\";a:0:{}}'),(27027,5081,'_edit_last','1'),(27028,5081,'_edit_lock','1558603029:1'),(27029,5082,'_wp_attached_file','2019/05/Liberation-Group-seafood-platter.jpg'),(27030,5082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1467;s:4:\"file\";s:44:\"2019/05/Liberation-Group-seafood-platter.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-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:44:\"Liberation-Group-seafood-platter-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Liberation-Group-seafood-platter-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Liberation-Group-seafood-platter-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Liberation-Group-seafood-platter-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"Liberation-Group-seafood-platter-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"Liberation-Group-seafood-platter-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"Liberation-Group-seafood-platter-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:46:\"Liberation-Group-seafood-platter-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"THOMAS SKOVSENDE\";s:12:\"focal_length\";s:1:\"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\";}}'),(27031,5082,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5407255764003089;s:5:\"bytes\";i:10824;s:11:\"size_before\";i:238376;s:10:\"size_after\";i:227552;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:736;s:11:\"size_before\";i:9120;s:10:\"size_after\";i:8384;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:18283;s:10:\"size_after\";i:17087;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:3769;s:11:\"size_before\";i:81695;s:10:\"size_after\";i:77926;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:5123;s:11:\"size_before\";i:129278;s:10:\"size_after\";i:124155;s:4:\"time\";d:0.089999999999999997;}}}'),(27032,5081,'_thumbnail_id','5082'),(27033,5081,'slide_template','default'),(27034,5081,'tdc_dirty_content','1'),(27035,5081,'tdc_icon_fonts','a:0:{}'),(27036,5081,'tdc_google_fonts','a:0:{}'),(27037,5081,'_yoast_wpseo_focuskw','direct seafoods sustainability'),(27038,5081,'_yoast_wpseo_linkdex','60'),(27039,5081,'_yoast_wpseo_content_score','30'),(27040,5081,'_yoast_wpseo_primary_category','3'),(27043,5084,'_edit_last','1'),(27044,5084,'_edit_lock','1558599855:1'),(27045,5085,'_wp_attached_file','2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch.jpg'),(27046,5085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2827;s:6:\"height\";i:1975;s:4:\"file\";s:54:\"2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-1024x715.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-696x486.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:55:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-1068x746.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:746;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-601x420.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:56:\"Peter-Spanton-Drinks-No-2-and-No-16-launch-1920x1341.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1341;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557595529\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27047,5085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9427539584234959;s:5:\"bytes\";i:5284;s:11:\"size_before\";i:134018;s:10:\"size_after\";i:128734;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:254;s:11:\"size_before\";i:5646;s:10:\"size_after\";i:5392;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:462;s:11:\"size_before\";i:11216;s:10:\"size_after\";i:10754;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:45996;s:10:\"size_after\";i:44202;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:2774;s:11:\"size_before\";i:71160;s:10:\"size_after\";i:68386;s:4:\"time\";d:0.029999999999999999;}}}'),(27048,5084,'_thumbnail_id','5085'),(27049,5084,'slide_template','default'),(27050,5084,'tdc_dirty_content','1'),(27051,5084,'tdc_icon_fonts','a:0:{}'),(27052,5084,'tdc_google_fonts','a:0:{}'),(27053,5084,'_yoast_wpseo_focuskw','soft drinks peter spanton'),(27054,5084,'_yoast_wpseo_linkdex','47'),(27055,5084,'_yoast_wpseo_content_score','30'),(27056,5084,'_yoast_wpseo_primary_category','2'),(27059,5087,'_edit_last','1'),(27060,5087,'_edit_lock','1558600371:1'),(27061,5088,'_wp_attached_file','2019/05/furleigh319_007.jpg'),(27062,5088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:2700;s:4:\"file\";s:27:\"2019/05/furleigh319_007.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-150x150.jpg\";s:5:\"width\";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:\"furleigh319_007-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"furleigh319_007-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"furleigh319_007-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"furleigh319_007-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"furleigh319_007-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"furleigh319_007-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"furleigh319_007-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"furleigh319_007-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"furleigh319_007-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:18:\"Photo : Rob Jewell\";s:6:\"camera\";s:9:\"NIKON Z 7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1553789888\";s:9:\"copyright\";s:10:\"Rob Jewell\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27063,5088,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.641623720297495;s:5:\"bytes\";i:12731;s:11:\"size_before\";i:100707;s:10:\"size_after\";i:87976;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:246;s:11:\"size_before\";i:3301;s:10:\"size_after\";i:3055;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:497;s:11:\"size_before\";i:6187;s:10:\"size_after\";i:5690;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.359999999999999;s:5:\"bytes\";i:6711;s:11:\"size_before\";i:50237;s:10:\"size_after\";i:43526;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.880000000000001;s:5:\"bytes\";i:5277;s:11:\"size_before\";i:40982;s:10:\"size_after\";i:35705;s:4:\"time\";d:0.02;}}}'),(27064,5087,'_thumbnail_id','5088'),(27065,5087,'slide_template','default'),(27066,5087,'tdc_dirty_content','1'),(27067,5087,'tdc_icon_fonts','a:0:{}'),(27068,5087,'tdc_google_fonts','a:0:{}'),(27069,5087,'_yoast_wpseo_focuskw','furleigh estate'),(27070,5087,'_yoast_wpseo_linkdex','73'),(27071,5087,'_yoast_wpseo_content_score','30'),(27072,5087,'_yoast_wpseo_primary_category','2'),(27077,5091,'_wp_attached_file','2019/05/Sweet-Potato-Corn-Salad.jpg'),(27078,5091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2477;s:6:\"height\";i:1652;s:4:\"file\";s:35:\"2019/05/Sweet-Potato-Corn-Salad.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-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:35:\"Sweet-Potato-Corn-Salad-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Sweet-Potato-Corn-Salad-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Sweet-Potato-Corn-Salad-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Sweet-Potato-Corn-Salad-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Sweet-Potato-Corn-Salad-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Sweet-Potato-Corn-Salad-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Sweet-Potato-Corn-Salad-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"Sweet-Potato-Corn-Salad-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1535547884\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27079,5091,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8801073407202216;s:5:\"bytes\";i:13530;s:11:\"size_before\";i:277248;s:10:\"size_after\";i:263718;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:794;s:11:\"size_before\";i:9751;s:10:\"size_after\";i:8957;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:19903;s:10:\"size_after\";i:18596;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:4643;s:11:\"size_before\";i:94025;s:10:\"size_after\";i:89382;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:6786;s:11:\"size_before\";i:153569;s:10:\"size_after\";i:146783;s:4:\"time\";d:0.070000000000000007;}}}'),(27091,5093,'_edit_last','1'),(27092,5093,'_edit_lock','1558604085:1'),(27093,5094,'_wp_attached_file','2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019.jpg'),(27094,5094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1810;s:6:\"height\";i:2866;s:4:\"file\";s:52:\"2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-150x150.jpg\";s:5:\"width\";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:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-768x1216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-647x1024.jpg\";s:5:\"width\";i:647;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:53:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-696x1102.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-1068x1691.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-265x420.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G930F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557388877\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27095,5094,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3723281234465832;s:5:\"bytes\";i:16712;s:11:\"size_before\";i:382222;s:10:\"size_after\";i:365510;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:758;s:11:\"size_before\";i:9607;s:10:\"size_after\";i:8849;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1264;s:11:\"size_before\";i:19610;s:10:\"size_after\";i:18346;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:8354;s:11:\"size_before\";i:200765;s:10:\"size_after\";i:192411;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:6336;s:11:\"size_before\";i:152240;s:10:\"size_after\";i:145904;s:4:\"time\";d:0.089999999999999997;}}}'),(27096,5093,'_thumbnail_id','5094'),(27097,5093,'slide_template','default'),(27098,5093,'tdc_dirty_content','1'),(27099,5093,'tdc_icon_fonts','a:0:{}'),(27100,5093,'tdc_google_fonts','a:0:{}'),(27101,5093,'_yoast_wpseo_focuskw','Mr Fitz Aqua Spritz'),(27102,5093,'_yoast_wpseo_linkdex','71'),(27103,5093,'_yoast_wpseo_content_score','30'),(27104,5093,'_yoast_wpseo_primary_category','2'),(27107,5094,'_wp_attachment_image_alt','Mr Fitz Aqua Spritz new flavour'),(27110,5093,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019.jpg'),(27111,5093,'_yoast_wpseo_twitter-image-id','5094'),(27114,5093,'_yoast_wpseo_metadesc','Mr Fitz Aqua Spritz has expanded its innovative range of premium soft drinks with the launch of new Lemon, Yuzu & Turmeric flavour. Served using pure filtered mains water though a distinctive branded dispense system, Mr Fitz Aqua Spritz boosts both profitability and sustainability for hospitality businesses.'),(27119,5093,'post_views_count','0'),(27121,5087,'post_views_count','0'),(27122,5084,'post_views_count','0'),(27123,5081,'post_views_count','0'),(27124,4998,'post_views_count','0'),(27125,4297,'post_views_count','0'),(27126,4216,'post_views_count','0'),(27127,4220,'post_views_count','0'),(27128,4226,'post_views_count','0'),(27129,4250,'post_views_count','0'),(27130,4258,'post_views_count','0'),(27131,4254,'post_views_count','0'),(27134,4346,'tdc_dirty_content','1'),(27135,4346,'tdc_icon_fonts','a:0:{}'),(27136,4346,'tdc_google_fonts','a:0:{}'),(27137,4346,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/04/WMF-FFC.png'),(27138,4346,'_yoast_wpseo_twitter-image-id','4345'),(27141,5085,'_wp_attachment_image_alt','Peter Spanton Drinks No 2 and No 16 launch'),(27160,5084,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch.jpg'),(27161,5084,'_yoast_wpseo_twitter-image-id','5085'),(27164,5108,'_edit_last','1'),(27165,5108,'_edit_lock','1558604297:1'),(27166,5109,'_wp_attached_file','2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb.jpg'),(27167,5109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:2362;s:4:\"file\";s:52:\"2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-150x150.jpg\";s:5:\"width\";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:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-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:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:54:\"ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"20\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536936056\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"2.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27168,5109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2999929562583645;s:5:\"bytes\";i:4685;s:11:\"size_before\";i:141970;s:10:\"size_after\";i:137285;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:227;s:11:\"size_before\";i:5333;s:10:\"size_after\";i:5106;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:468;s:11:\"size_before\";i:11362;s:10:\"size_after\";i:10894;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:47666;s:10:\"size_after\";i:46230;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2554;s:11:\"size_before\";i:77609;s:10:\"size_after\";i:75055;s:4:\"time\";d:0.029999999999999999;}}}'),(27169,5108,'_thumbnail_id','5109'),(27170,5108,'slide_template','default'),(27171,5108,'tdc_dirty_content','1'),(27172,5108,'tdc_icon_fonts','a:0:{}'),(27173,5108,'tdc_google_fonts','a:0:{}'),(27174,5108,'_yoast_wpseo_focuskw','interior design'),(27175,5108,'_yoast_wpseo_linkdex','46'),(27176,5108,'_yoast_wpseo_content_score','30'),(27177,5108,'_yoast_wpseo_primary_category','29'),(27180,5108,'post_views_count','0'),(27181,5111,'_edit_last','1'),(27182,5111,'_edit_lock','1559122198:1'),(27183,5112,'_wp_attached_file','2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104.jpg'),(27184,5112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1001;s:6:\"height\";i:1230;s:4:\"file\";s:65:\"2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-768x944.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:944;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-833x1024.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:63:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:64:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-696x855.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:66:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-1001x580.jpg\";s:5:\"width\";i:1001;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:65:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-342x420.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1551711673\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27185,5112,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.1043960969802153;s:5:\"bytes\";i:22600;s:11:\"size_before\";i:278861;s:10:\"size_after\";i:256261;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:8278;s:10:\"size_after\";i:7729;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:19547;s:10:\"size_after\";i:18451;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000001;s:5:\"bytes\";i:7246;s:11:\"size_before\";i:125320;s:10:\"size_after\";i:108032;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:7243;s:11:\"size_before\";i:125716;s:10:\"size_after\";i:122049;s:4:\"time\";d:0.040000000000000001;}}}'),(27186,5111,'_thumbnail_id','5112'),(27187,5111,'slide_template','default'),(27188,5111,'tdc_dirty_content','1'),(27189,5111,'tdc_icon_fonts','a:0:{}'),(27190,5111,'tdc_google_fonts','a:0:{}'),(27191,5111,'_yoast_wpseo_focuskw','hi spirits alcohol'),(27192,5111,'_yoast_wpseo_linkdex','52'),(27193,5111,'_yoast_wpseo_content_score','30'),(27194,5111,'_yoast_wpseo_primary_category','2'),(27195,5112,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:42:\"RedLeg-Carmelised-Pineapple-Daiquiri-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:51:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:51:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:48:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:49:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:51:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:51:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:50:\"RedLeg-Carmelised-Pineapple-Daiquiri-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(27201,5116,'_wp_attached_file','2019/05/507641-PHVXES-131-e1558539181612.jpg'),(27202,5116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4585;s:6:\"height\";i:4160;s:4:\"file\";s:44:\"2019/05/507641-PHVXES-131-e1558539181612.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-768x697.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"507641-PHVXES-131-e1558539181612-1024x929.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:929;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"507641-PHVXES-131-e1558539181612-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"507641-PHVXES-131-e1558539181612-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-696x631.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"507641-PHVXES-131-e1558539181612-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"507641-PHVXES-131-e1558539181612-1068x969.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:969;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"507641-PHVXES-131-e1558539181612-463x420.jpg\";s:5:\"width\";i:463;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:46:\"507641-PHVXES-131-e1558539181612-1920x1742.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1742;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536863921\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27203,5116,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.2827481002288206;s:5:\"bytes\";i:9858;s:11:\"size_before\";i:106197;s:10:\"size_after\";i:96339;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:341;s:11:\"size_before\";i:3715;s:10:\"size_after\";i:3548;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:724;s:11:\"size_before\";i:8774;s:10:\"size_after\";i:8325;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8900000000000006;s:5:\"bytes\";i:5460;s:11:\"size_before\";i:36597;s:10:\"size_after\";i:33344;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.49;s:5:\"bytes\";i:9997;s:11:\"size_before\";i:57111;s:10:\"size_after\";i:51122;s:4:\"time\";d:0.050000000000000003;}}}'),(27204,5116,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:7396;s:6:\"height\";i:4160;s:4:\"file\";s:21:\"507641-PHVXES-131.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"507641-PHVXES-131-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:27:\"507641-PHVXES-131-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:28:\"507641-PHVXES-131-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:30:\"507641-PHVXES-131-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:30:\"507641-PHVXES-131-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:29:\"507641-PHVXES-131-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:31:\"507641-PHVXES-131-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(27216,4887,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27217,4887,'_wpb_vc_js_status',''),(27218,4676,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27219,4679,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556575\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27220,4680,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556494\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27221,4681,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556522\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27222,4682,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556541\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27223,4683,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556558\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27226,5173,'_edit_last','1'),(27227,5173,'_edit_lock','1571736641:1'),(27228,5173,'_wp_page_template','default'),(27229,5173,'slide_template','default'),(27230,5173,'tdc_dirty_content','0'),(27231,5173,'tdc_icon_fonts','a:0:{}'),(27232,5173,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(27233,5173,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(27234,5173,'_yoast_wpseo_content_score','60'),(27235,5175,'_edit_last','1'),(27236,5175,'_wp_page_template','default'),(27237,5175,'slide_template','default'),(27238,5175,'tdc_dirty_content','0'),(27239,5175,'tdc_icon_fonts','a:0:{}'),(27240,5175,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(27241,5175,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(27242,5175,'_yoast_wpseo_content_score','60'),(27243,5175,'_edit_lock','1571736513:1'),(27244,5173,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6258\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27245,5173,'_wpb_vc_js_status',''),(27246,5179,'tdc_dirty_content','1'),(27247,5179,'tdc_icon_fonts','a:0:{}'),(27248,5179,'tdc_google_fonts','a:0:{}'),(27249,5179,'_menu_item_type','post_type'),(27250,5179,'_menu_item_menu_item_parent','31'),(27251,5179,'_menu_item_object_id','5173'),(27252,5179,'_menu_item_object','page'),(27253,5179,'_menu_item_target',''),(27254,5179,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27255,5179,'_menu_item_xfn',''),(27256,5179,'_menu_item_url',''),(27258,5179,'td_mega_menu_cat',''),(27259,5179,'td_mega_menu_page_id',''),(27260,5180,'tdc_dirty_content','1'),(27261,5180,'tdc_icon_fonts','a:0:{}'),(27262,5180,'tdc_google_fonts','a:0:{}'),(27263,5180,'_menu_item_type','post_type'),(27264,5180,'_menu_item_menu_item_parent','0'),(27265,5180,'_menu_item_object_id','5175'),(27266,5180,'_menu_item_object','page'),(27267,5180,'_menu_item_target',''),(27268,5180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27269,5180,'_menu_item_xfn',''),(27270,5180,'_menu_item_url',''),(27272,5180,'td_mega_menu_cat',''),(27273,5180,'td_mega_menu_page_id',''),(27274,5175,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]'),(27275,5175,'_wpb_vc_js_status',''),(27276,5218,'_edit_last','1'),(27277,5218,'_edit_lock','1558605786:1'),(27278,5219,'_wp_attached_file','2019/05/Bjoern.png'),(27279,5219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:361;s:4:\"file\";s:18:\"2019/05/Bjoern.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Bjoern-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Bjoern-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"Bjoern-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"Bjoern-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"Bjoern-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"Bjoern-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"Bjoern-266x160.png\";s:5:\"width\";i:266;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"Bjoern-266x235.png\";s:5:\"width\";i:266;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"Bjoern-266x220.png\";s:5:\"width\";i:266;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:18:\"Bjoern-266x360.png\";s:5:\"width\";i:266;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"Bjoern-266x261.png\";s:5:\"width\";i:266;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27280,5219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157126;s:10:\"size_after\";i:157126;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44395;s:10:\"size_after\";i:44395;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112731;s:10:\"size_after\";i:112731;s:4:\"time\";d:0.050000000000000003;}}}'),(27281,5218,'_thumbnail_id','5219'),(27282,5218,'slide_template','default'),(27283,5218,'tdc_dirty_content','1'),(27284,5218,'tdc_icon_fonts','a:0:{}'),(27285,5218,'tdc_google_fonts','a:0:{}'),(27286,5218,'_yoast_wpseo_focuskw','aster'),(27287,5218,'_yoast_wpseo_linkdex','63'),(27288,5218,'_yoast_wpseo_content_score','60'),(27289,5218,'_yoast_wpseo_primary_category','3'),(27292,5218,'post_views_count','0'),(27294,5111,'post_views_count','0'),(27295,5223,'_edit_last','1'),(27296,5223,'_edit_lock','1558608598:1'),(27297,5224,'_wp_attached_file','2019/05/3JCo1Asw-e1558595734460.jpeg'),(27298,5224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1576;s:6:\"height\";i:1375;s:4:\"file\";s:36:\"2019/05/3JCo1Asw-e1558595734460.jpeg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-300x262.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-768x670.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"3JCo1Asw-e1558595734460-1024x893.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"3JCo1Asw-e1558595734460-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"3JCo1Asw-e1558595734460-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-696x607.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"3JCo1Asw-e1558595734460-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"3JCo1Asw-e1558595734460-1068x932.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:932;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"3JCo1Asw-e1558595734460-481x420.jpeg\";s:5:\"width\";i:481;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27299,5224,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.4304906965176531;s:5:\"bytes\";i:19528;s:11:\"size_before\";i:207073;s:10:\"size_after\";i:187545;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:496;s:11:\"size_before\";i:5378;s:10:\"size_after\";i:5158;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:13701;s:10:\"size_after\";i:13097;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4;s:5:\"bytes\";i:10855;s:11:\"size_before\";i:70928;s:10:\"size_after\";i:61425;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:14615;s:11:\"size_before\";i:117066;s:10:\"size_after\";i:107865;s:4:\"time\";d:0.040000000000000001;}}}'),(27300,5224,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1574;s:6:\"height\";i:2362;s:4:\"file\";s:13:\"3JCo1Asw.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:22:\"3JCo1Asw-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:22:\"3JCo1Asw-682x1024.jpeg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:19:\"3JCo1Asw-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:20:\"3JCo1Asw-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:22:\"3JCo1Asw-696x1044.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:22:\"3JCo1Asw-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:23:\"3JCo1Asw-1068x1603.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:21:\"3JCo1Asw-280x420.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(27301,5223,'_thumbnail_id','5224'),(27302,5223,'slide_template','default'),(27303,5223,'tdc_dirty_content','1'),(27304,5223,'tdc_icon_fonts','a:0:{}'),(27305,5223,'tdc_google_fonts','a:0:{}'),(27306,5223,'_yoast_wpseo_focuskw','cocktail london'),(27307,5223,'_yoast_wpseo_linkdex','50'),(27308,5223,'_yoast_wpseo_content_score','30'),(27309,5223,'_yoast_wpseo_primary_category','2'),(27312,5226,'_edit_last','1'),(27313,5226,'_edit_lock','1558608765:1'),(27314,5227,'_wp_attached_file','2019/05/393999-PCOC4C-960.jpg'),(27315,5227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2019/05/393999-PCOC4C-960.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-150x150.jpg\";s:5:\"width\";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:\"393999-PCOC4C-960-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"393999-PCOC4C-960-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"393999-PCOC4C-960-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"393999-PCOC4C-960-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"393999-PCOC4C-960-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"393999-PCOC4C-960-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"393999-PCOC4C-960-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"393999-PCOC4C-960-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:13:\"mental-health\";s:11:\"orientation\";s:1:\"1\";}}'),(27316,5227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.451814768460576;s:5:\"bytes\";i:10980;s:11:\"size_before\";i:95880;s:10:\"size_after\";i:84900;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:175;s:11:\"size_before\";i:4074;s:10:\"size_after\";i:3899;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:449;s:11:\"size_before\";i:9643;s:10:\"size_after\";i:9194;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.859999999999999;s:5:\"bytes\";i:3613;s:11:\"size_before\";i:33279;s:10:\"size_after\";i:29666;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.789999999999999;s:5:\"bytes\";i:6743;s:11:\"size_before\";i:48884;s:10:\"size_after\";i:42141;s:4:\"time\";d:0.059999999999999998;}}}'),(27317,5226,'_thumbnail_id','5227'),(27318,5226,'slide_template','default'),(27319,5226,'tdc_dirty_content','1'),(27320,5226,'tdc_icon_fonts','a:0:{}'),(27321,5226,'tdc_google_fonts','a:0:{}'),(27322,5226,'_yoast_wpseo_focuskw','mental health wellbeing hospitality'),(27323,5226,'_yoast_wpseo_linkdex','46'),(27324,5226,'_yoast_wpseo_content_score','30'),(27325,5226,'_yoast_wpseo_primary_category','8'),(27328,5226,'post_views_count','0'),(27329,5223,'post_views_count','0'),(27330,4024,'post_views_count','0'),(27331,3276,'post_views_count','0'),(27332,2763,'post_views_count','0'),(27333,2081,'post_views_count','0'),(27335,4130,'post_views_count','0'),(27336,4127,'post_views_count','0'),(27337,4122,'post_views_count','0'),(27338,3817,'post_views_count','0'),(27339,3401,'post_views_count','0'),(27340,3305,'post_views_count','0'),(27341,3302,'post_views_count','0'),(27342,3108,'post_views_count','0'),(27343,2295,'post_views_count','0'),(27344,2175,'post_views_count','0'),(27345,1742,'post_views_count','0'),(27346,4047,'post_views_count','0'),(27347,4016,'post_views_count','0'),(27348,5230,'_edit_last','1'),(27349,5230,'_edit_lock','1558616407:1'),(27350,5231,'_wp_attached_file','2019/05/image002.jpg'),(27351,5231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2641;s:6:\"height\";i:1486;s:4:\"file\";s:20:\"2019/05/image002.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image002-150x150.jpg\";s:5:\"width\";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:\"image002-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image002-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image002-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image002-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image002-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image002-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image002-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image002-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image002-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image002-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image002-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image002-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image002-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image002-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image002-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image002-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image002-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image002-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image002-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"image002-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image002-746x420.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"image002-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27352,5231,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.0771573882032435;s:5:\"bytes\";i:11800;s:11:\"size_before\";i:146091;s:10:\"size_after\";i:134291;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:429;s:11:\"size_before\";i:6275;s:10:\"size_after\";i:5846;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:701;s:11:\"size_before\";i:11461;s:10:\"size_after\";i:10760;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:3882;s:11:\"size_before\";i:50068;s:10:\"size_after\";i:46186;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6699999999999999;s:5:\"bytes\";i:6788;s:11:\"size_before\";i:78287;s:10:\"size_after\";i:71499;s:4:\"time\";d:0.029999999999999999;}}}'),(27353,5230,'_thumbnail_id','5231'),(27354,5230,'slide_template','default'),(27355,5230,'tdc_dirty_content','1'),(27356,5230,'tdc_icon_fonts','a:0:{}'),(27357,5230,'tdc_google_fonts','a:0:{}'),(27358,5230,'_yoast_wpseo_focuskw','old mout wwf'),(27359,5230,'_yoast_wpseo_linkdex','73'),(27360,5230,'_yoast_wpseo_content_score','30'),(27361,5230,'_yoast_wpseo_primary_category','2'),(27364,5230,'post_views_count','0'),(27365,5088,'_wp_attachment_image_alt','furleigh estate'),(27368,5087,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007.jpg'),(27369,5087,'_yoast_wpseo_opengraph-image-id','5088'),(27370,5087,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007.jpg'),(27371,5087,'_yoast_wpseo_twitter-image-id','5088'),(27372,5087,'_yoast_wpseo_metadesc','One of the Southwest’s premier vineyards, Furleigh Estate is releasing a new range of super-premium sparkling wines into its portfolio of award-winning English wines.'),(27376,5082,'_wp_attachment_image_alt','direct seafoods'),(27379,5081,'_yoast_wpseo_metadesc','Direct Seafoods is encouraging pubs to keep up to date with the latest advice on sustainable fish and seafood species, as it increases its support with new online resources and increased access to specialist advice in its network of local businesses.'),(27382,5081,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter.jpg'),(27383,5081,'_yoast_wpseo_opengraph-image-id','5082'),(27384,5081,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter.jpg'),(27385,5081,'_yoast_wpseo_twitter-image-id','5082'),(27388,5093,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019.jpg'),(27389,5093,'_yoast_wpseo_opengraph-image-id','5094'),(27390,5109,'_wp_attachment_image_alt','ROTPUNKT'),(27393,5108,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb.jpg'),(27394,5108,'_yoast_wpseo_opengraph-image-id','5109'),(27395,5108,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb.jpg'),(27396,5108,'_yoast_wpseo_twitter-image-id','5109'),(27397,5108,'_yoast_wpseo_metadesc','Rotpunkt, award winning designer and manufacturer of quality German Kitchen furniture revolutionise the contemporary kitchen with the launch of its new floating units and stack-up frame shelving systemsfor dynamic results and a renewed freedom of installation.'),(27398,5112,'_wp_attachment_image_alt','redleg carmelised'),(27401,5111,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104.jpg'),(27402,5111,'_yoast_wpseo_opengraph-image-id','5112'),(27403,5111,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104.jpg'),(27404,5111,'_yoast_wpseo_twitter-image-id','5112'),(27405,5111,'_yoast_wpseo_metadesc','As summer approaches, Hi-Spirits is encouraging operators to make their drinks sales shine with simple, profitable serves featuring popular brands from its portfolio.'),(27413,5219,'_wp_attachment_image_alt','aster restaurant'),(27416,5218,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Bjoern.png'),(27417,5218,'_yoast_wpseo_opengraph-image-id','5219'),(27418,5218,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Bjoern.png'),(27419,5218,'_yoast_wpseo_twitter-image-id','5219'),(27420,5218,'_yoast_wpseo_metadesc','Aster restaurant in Victoria will evolve into a European Grand Cafe from the 20th May with a new Executive Chef and a menu featuring a range of new Brasserie dishes.'),(27421,5224,'_wp_attachment_image_alt','murder inc.'),(27424,5223,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw-e1558595734460.jpeg'),(27425,5223,'_yoast_wpseo_opengraph-image-id','5224'),(27426,5223,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw-e1558595734460.jpeg'),(27427,5223,'_yoast_wpseo_twitter-image-id','5224'),(27428,5223,'_yoast_wpseo_metadesc','Launching in early June on Hanway Street in London’s West End, Murder Inc. is a new cocktail bar and the latest offering from the team behind The Cocktail Trading Company.'),(27429,5227,'_wp_attachment_image_alt','mental health'),(27432,5226,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/393999-PCOC4C-960.jpg'),(27433,5226,'_yoast_wpseo_opengraph-image-id','5227'),(27434,5226,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/393999-PCOC4C-960.jpg'),(27435,5226,'_yoast_wpseo_twitter-image-id','5227'),(27436,5226,'_yoast_wpseo_metadesc','Kate Nicholls, Chief Executive of UKHospitality said:“Hospitality is a dynamic industry where careers can be fun and rewarding but these findings are obviously of concern.'),(27439,5231,'_wp_attachment_image_alt','old mout wwf'),(27442,5230,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002.jpg'),(27443,5230,'_yoast_wpseo_opengraph-image-id','5231'),(27444,5230,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002.jpg'),(27445,5230,'_yoast_wpseo_twitter-image-id','5231'),(27446,5230,'_yoast_wpseo_metadesc','Old Mout, one of the UK’s most sustainable ciders and the world’s leading independent conservation organisation, the World Wildlife Fund (WWF), have joined forces for a brand new campaign, which will help to protect half a million acres of habitat around the world.'),(27449,5254,'_wp_attached_file','2019/05/ALBERTO-NANI_prosecco_750ml.png'),(27450,5254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1589;s:6:\"height\";i:3543;s:4:\"file\";s:39:\"2019/05/ALBERTO-NANI_prosecco_750ml.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-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:39:\"ALBERTO-NANI_prosecco_750ml-135x300.png\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ALBERTO-NANI_prosecco_750ml-768x1712.png\";s:5:\"width\";i:768;s:6:\"height\";i:1712;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"ALBERTO-NANI_prosecco_750ml-459x1024.png\";s:5:\"width\";i:459;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"ALBERTO-NANI_prosecco_750ml-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"ALBERTO-NANI_prosecco_750ml-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"ALBERTO-NANI_prosecco_750ml-696x1552.png\";s:5:\"width\";i:696;s:6:\"height\";i:1552;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"ALBERTO-NANI_prosecco_750ml-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"ALBERTO-NANI_prosecco_750ml-1068x2381.png\";s:5:\"width\";i:1068;s:6:\"height\";i:2381;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"ALBERTO-NANI_prosecco_750ml-188x420.png\";s:5:\"width\";i:188;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27451,5254,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1018346;s:10:\"size_after\";i:1018346;s:4:\"time\";d:1.3399999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17256;s:10:\"size_after\";i:17256;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29654;s:10:\"size_after\";i:29654;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:707245;s:10:\"size_after\";i:707245;s:4:\"time\";d:0.88;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:264191;s:10:\"size_after\";i:264191;s:4:\"time\";d:0.35999999999999999;}}}'),(27452,5254,'_wp_attachment_image_alt','alberto nani prosecco'),(27469,5258,'_edit_last','1'),(27470,5258,'_edit_lock','1563434719:1'),(27471,5259,'_wp_attached_file','2019/05/Avallen.jpg'),(27472,5259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:217;s:4:\"file\";s:19:\"2019/05/Avallen.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Avallen-150x150.jpg\";s:5:\"width\";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:\"Avallen-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Avallen-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Avallen-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Avallen-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Avallen-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Avallen-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Avallen-324x217.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Avallen-324x217.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Avallen-356x217.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Avallen-356x217.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Avallen-485x217.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Avallen-533x217.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Avallen-534x217.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(27473,5259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7763611526702663;s:5:\"bytes\";i:888;s:11:\"size_before\";i:15373;s:10:\"size_after\";i:14485;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:334;s:11:\"size_before\";i:6543;s:10:\"size_after\";i:6209;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:554;s:11:\"size_before\";i:8830;s:10:\"size_after\";i:8276;s:4:\"time\";d:0.02;}}}'),(27474,5259,'_wp_attachment_image_alt','avallen brandy sustainable'),(27475,5258,'_thumbnail_id','5259'),(27476,5258,'slide_template','default'),(27477,5258,'tdc_dirty_content','1'),(27478,5258,'tdc_icon_fonts','a:0:{}'),(27479,5258,'tdc_google_fonts','a:0:{}'),(27480,5258,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen.jpg'),(27481,5258,'_yoast_wpseo_opengraph-image-id','5259'),(27482,5258,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen.jpg'),(27483,5258,'_yoast_wpseo_twitter-image-id','5259'),(27484,5258,'_yoast_wpseo_metadesc','Healthy Hospo founder, Tim Etherington-Judge and wine & spirits specialist, Stephanie Jordon will launch new Calvados brand, Avallen on Wednesday 29th May at Nine Lives, encouraging people to #beepositive.'),(27485,5258,'_yoast_wpseo_content_score','30'),(27486,5258,'_yoast_wpseo_primary_category','2'),(27491,5262,'_wp_attached_file','2019/05/MortyandBobswinepairing.png'),(27492,5262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:280;s:4:\"file\";s:35:\"2019/05/MortyandBobswinepairing.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-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:35:\"MortyandBobswinepairing-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"MortyandBobswinepairing-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"MortyandBobswinepairing-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-324x280.png\";s:5:\"width\";i:324;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-356x280.png\";s:5:\"width\";i:356;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-485x280.png\";s:5:\"width\";i:485;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"MortyandBobswinepairing-485x261.png\";s:5:\"width\";i:485;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27493,5262,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138719;s:10:\"size_after\";i:138719;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42617;s:10:\"size_after\";i:42617;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96102;s:10:\"size_after\";i:96102;s:4:\"time\";d:0.050000000000000003;}}}'),(27494,5262,'_wp_attachment_image_alt','morty and bob\'s wine pairing'),(27510,5258,'post_views_count','0'),(27517,5268,'_edit_last','1'),(27518,5268,'_edit_lock','1559031993:1'),(27519,5269,'_wp_attached_file','2019/05/Limited-edition-Pink-Lemonade-Muffin.jpg'),(27520,5269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1248;s:6:\"height\";i:832;s:4:\"file\";s:48:\"2019/05/Limited-edition-Pink-Lemonade-Muffin.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-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:48:\"Limited-edition-Pink-Lemonade-Muffin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Limited-edition-Pink-Lemonade-Muffin-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Limited-edition-Pink-Lemonade-Muffin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Limited-edition-Pink-Lemonade-Muffin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Limited-edition-Pink-Lemonade-Muffin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"Limited-edition-Pink-Lemonade-Muffin-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"Limited-edition-Pink-Lemonade-Muffin-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556291204\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"73\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27521,5269,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4055376186283146;s:5:\"bytes\";i:14365;s:11:\"size_before\";i:265746;s:10:\"size_after\";i:251381;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3399999999999999;s:5:\"bytes\";i:647;s:11:\"size_before\";i:8811;s:10:\"size_after\";i:8164;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:20778;s:10:\"size_after\";i:19368;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:4983;s:11:\"size_before\";i:91472;s:10:\"size_after\";i:86489;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:7325;s:11:\"size_before\";i:144685;s:10:\"size_after\";i:137360;s:4:\"time\";d:0.040000000000000001;}}}'),(27522,5269,'_wp_attachment_image_alt','pink lemonade muffin'),(27523,5268,'_thumbnail_id','5269'),(27524,5268,'slide_template','default'),(27525,5268,'tdc_dirty_content','1'),(27526,5268,'tdc_icon_fonts','a:0:{}'),(27527,5268,'tdc_google_fonts','a:0:{}'),(27528,5268,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin.jpg'),(27529,5268,'_yoast_wpseo_opengraph-image-id','5269'),(27530,5268,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin.jpg'),(27531,5268,'_yoast_wpseo_twitter-image-id','5269'),(27532,5268,'_yoast_wpseo_focuskw','pink lemonade muffin'),(27533,5268,'_yoast_wpseo_metadesc','Iconic American sweet bakery brand Otis Spunkmeyer is coming to the lemon-aid of uninspired caterers this May, introducing a limited-edition Pink Lemonade Muffin to help shake up sales and put outlets in the pink.'),(27534,5268,'_yoast_wpseo_linkdex','59'),(27535,5268,'_yoast_wpseo_content_score','30'),(27536,5268,'_yoast_wpseo_primary_category','3'),(27539,5273,'_edit_last','1'),(27540,5273,'_edit_lock','1559142660:1'),(27541,5274,'_wp_attached_file','2019/05/91.jpg'),(27542,5274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4896;s:6:\"height\";i:3264;s:4:\"file\";s:14:\"2019/05/91.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"91-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:14:\"91-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"91-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"91-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"91-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"91-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"91-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"91-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"91-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"91-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"91-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:14:\"91-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:14:\"91-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"91-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:14:\"91-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:14:\"91-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:14:\"91-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:14:\"91-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:15:\"91-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:15:\"91-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:14:\"91-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:16:\"91-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:76:\"Finances Saving Economy concept. Female accountant or banker use calculator.\";s:17:\"created_timestamp\";s:10:\"1497458522\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:64:\"Finances Saving Economy concept. Female accountant or banker use\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:7:\"finance\";i:1;s:8:\"business\";i:2;s:10:\"accountant\";i:3;s:10:\"accounting\";i:4;s:7:\"balance\";i:5;s:6:\"budget\";i:6;s:11:\"bureaucracy\";i:7;s:9:\"calculate\";i:8;s:10:\"calculator\";i:9;s:8:\"close-up\";i:10;s:7:\"closeup\";i:11;s:7:\"company\";i:12;s:7:\"concept\";i:13;s:9:\"copyspace\";i:14;s:9:\"corporate\";i:15;s:8:\"counting\";i:16;s:6:\"credit\";i:17;s:4:\"desk\";i:18;s:8:\"earnings\";i:19;s:9:\"economics\";i:20;s:7:\"economy\";i:21;s:8:\"expenses\";i:22;s:6:\"female\";i:23;s:4:\"fill\";i:24;s:9:\"financial\";i:25;s:4:\"hand\";i:26;s:4:\"home\";i:27;s:6:\"income\";i:28;s:10:\"inve tment\";i:29;s:3:\"job\";i:30;s:9:\"lifestyle\";i:31;s:5:\"macro\";i:32;s:5:\"money\";i:33;s:6:\"office\";i:34;s:5:\"paper\";i:35;s:9:\"paperwork\";i:36;s:3:\"pen\";i:37;s:6:\"person\";i:38;s:8:\"planning\";i:39;s:12:\"professional\";i:40;s:6:\"report\";i:41;s:7:\"savings\";i:42;s:10:\"statistics\";i:43;s:7:\"success\";i:44;s:5:\"table\";i:45;s:3:\"tax\";i:46;s:5:\"woman\";i:47;s:4:\"work\";i:48;s:9:\"workplace\";}}}'),(27543,5274,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.216914941416376;s:5:\"bytes\";i:3723;s:11:\"size_before\";i:115732;s:10:\"size_after\";i:112009;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:275;s:11:\"size_before\";i:5594;s:10:\"size_after\";i:5319;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:391;s:11:\"size_before\";i:11133;s:10:\"size_after\";i:10742;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:39656;s:10:\"size_after\";i:38614;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:59349;s:10:\"size_after\";i:57334;s:4:\"time\";d:0.040000000000000001;}}}'),(27544,5274,'_wp_attachment_image_alt','Business photo created by ijeab - www.freepik.com'),(27545,5273,'_thumbnail_id','5274'),(27546,5273,'slide_template','default'),(27547,5273,'tdc_dirty_content','1'),(27548,5273,'tdc_icon_fonts','a:0:{}'),(27549,5273,'tdc_google_fonts','a:0:{}'),(27550,5273,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/91.jpg'),(27551,5273,'_yoast_wpseo_opengraph-image-id','5274'),(27552,5273,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/91.jpg'),(27553,5273,'_yoast_wpseo_twitter-image-id','5274'),(27554,5273,'_yoast_wpseo_focuskw','minimum salary threshold'),(27555,5273,'_yoast_wpseo_metadesc','UKHospitality has welcomed reports suggesting that the Government has heeded hospitality\'s calls and urged a move away from a prohibitive minimum salary threshold for EU migrants in future policy.'),(27556,5273,'_yoast_wpseo_linkdex','49'),(27557,5273,'_yoast_wpseo_content_score','30'),(27558,5273,'_yoast_wpseo_primary_category','8'),(27561,5273,'post_views_count','0'),(27562,5268,'post_views_count','0'),(27567,5278,'_edit_last','1'),(27568,5278,'_edit_lock','1559030554:1'),(27569,5279,'_wp_attached_file','2019/05/McEwans-Lager-Glass-Visual-Condensation.jpg'),(27570,5279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:2788;s:4:\"file\";s:51:\"2019/05/McEwans-Lager-Glass-Visual-Condensation.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-133x300.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"McEwans-Lager-Glass-Visual-Condensation-768x1737.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"McEwans-Lager-Glass-Visual-Condensation-453x1024.jpg\";s:5:\"width\";i:453;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"McEwans-Lager-Glass-Visual-Condensation-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"McEwans-Lager-Glass-Visual-Condensation-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"McEwans-Lager-Glass-Visual-Condensation-696x1574.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"McEwans-Lager-Glass-Visual-Condensation-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"McEwans-Lager-Glass-Visual-Condensation-1068x2415.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"McEwans-Lager-Glass-Visual-Condensation-186x420.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(27571,5279,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6590057362974351;s:5:\"bytes\";i:13545;s:11:\"size_before\";i:239353;s:10:\"size_after\";i:225808;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:202;s:11:\"size_before\";i:3761;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:395;s:11:\"size_before\";i:8411;s:10:\"size_after\";i:8016;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:9118;s:11:\"size_before\";i:162377;s:10:\"size_after\";i:153259;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:3830;s:11:\"size_before\";i:64804;s:10:\"size_after\";i:60974;s:4:\"time\";d:0.029999999999999999;}}}'),(27572,5280,'_wp_attached_file','2019/05/1238.jpg'),(27573,5280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2803;s:6:\"height\";i:4200;s:4:\"file\";s:16:\"2019/05/1238.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1238-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1238-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1238-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1238-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"1238-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"1238-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"1238-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"1238-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"1238-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"1238-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"1238-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"1238-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"1238-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"1238-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"1238-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"1238-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"1238-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"1238-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"1238-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"1238-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:18:\"1238-1068x1600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"1238-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:18:\"1238-1920x2877.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2877;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:64:\"Light Beer Background - Beer in Macro Photography. Closeup View.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"welcomia.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:15:\"Beer Background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"beer,drink,orange,alcohol,etoh,bubbles,bubble,sparkling,blob,blo\";}}}'),(27574,5280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.4036667032605115;s:5:\"bytes\";i:10116;s:11:\"size_before\";i:136635;s:10:\"size_after\";i:126519;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3188;s:10:\"size_after\";i:2960;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:459;s:11:\"size_before\";i:6370;s:10:\"size_after\";i:5911;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:5187;s:11:\"size_before\";i:69650;s:10:\"size_after\";i:64463;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:4242;s:11:\"size_before\";i:57427;s:10:\"size_after\";i:53185;s:4:\"time\";d:0.029999999999999999;}}}'),(27575,5280,'_wp_attachment_image_alt','Background photo created by welcomia - www.freepik.com'),(27576,5278,'_thumbnail_id','5280'),(27577,5278,'slide_template','default'),(27578,5278,'tdc_dirty_content','1'),(27579,5278,'tdc_icon_fonts','a:0:{}'),(27580,5278,'tdc_google_fonts','a:0:{}'),(27581,5278,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/1238.jpg'),(27582,5278,'_yoast_wpseo_opengraph-image-id','5280'),(27583,5278,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/1238.jpg'),(27584,5278,'_yoast_wpseo_twitter-image-id','5280'),(27585,5278,'_yoast_wpseo_focuskw','McEwan Lager'),(27586,5278,'_yoast_wpseo_metadesc','Scotland’s market-leading ale brand has announced it will be relaunching its invigorated McEwan’s Lager as part of the brands focus on the refresh of the McEwan’s portfolio.'),(27587,5278,'_yoast_wpseo_linkdex','48'),(27588,5278,'_yoast_wpseo_content_score','60'),(27589,5278,'_yoast_wpseo_primary_category','2'),(27592,5278,'post_views_count','0'),(27596,74,'ampforwp-amp-on-off','default'),(27597,5175,'ampforwp-amp-on-off','default'),(27598,76,'ampforwp-amp-on-off','default'),(27599,4424,'ampforwp-amp-on-off','default'),(27600,8,'ampforwp-amp-on-off','default'),(27601,4683,'ampforwp-amp-on-off','default'),(27602,4682,'ampforwp-amp-on-off','default'),(27603,4681,'ampforwp-amp-on-off','default'),(27604,4680,'ampforwp-amp-on-off','default'),(27605,4679,'ampforwp-amp-on-off','default'),(27606,4676,'ampforwp-amp-on-off','default'),(27607,4887,'ampforwp-amp-on-off','default'),(27608,5007,'ampforwp-amp-on-off','default'),(27609,5023,'ampforwp-amp-on-off','default'),(27610,5024,'ampforwp-amp-on-off','default'),(27611,5005,'ampforwp-amp-on-off','default'),(27612,5025,'ampforwp-amp-on-off','default'),(27613,5042,'ampforwp-amp-on-off','default'),(27614,5022,'ampforwp-amp-on-off','default'),(27615,5173,'ampforwp-amp-on-off','default'),(27616,5027,'ampforwp-amp-on-off','default'),(27617,5026,'ampforwp-amp-on-off','default'),(27618,5041,'ampforwp-amp-on-off','default'),(27619,276,'ampforwp-amp-on-off','default'),(27620,25,'ampforwp-amp-on-off','default'),(27621,23,'ampforwp-amp-on-off','default'),(27622,5283,'_wp_attached_file','2019/05/ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE.jpg'),(27623,5283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1167;s:6:\"height\";i:833;s:4:\"file\";s:48:\"2019/05/ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-696x497.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-1068x762.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE-588x420.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27624,5283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.765926358854468;s:5:\"bytes\";i:12159;s:11:\"size_before\";i:68440;s:10:\"size_after\";i:56281;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006;s:5:\"bytes\";i:475;s:11:\"size_before\";i:5295;s:10:\"size_after\";i:4820;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.73;s:5:\"bytes\";i:815;s:11:\"size_before\";i:7598;s:10:\"size_after\";i:6783;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.940000000000001;s:5:\"bytes\";i:4084;s:11:\"size_before\";i:22763;s:10:\"size_after\";i:18679;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.699999999999999;s:5:\"bytes\";i:6785;s:11:\"size_before\";i:32784;s:10:\"size_after\";i:25999;s:4:\"time\";d:0.02;}}}'),(27625,5283,'_wp_attachment_image_alt','Ontrade Progress Logo'),(27626,5284,'_wp_attached_file','2019/05/ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE.png'),(27627,5284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:200;s:4:\"file\";s:48:\"2019/05/ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE-280x160.png\";s:5:\"width\";i:280;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27628,5284,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.453836150845252;s:5:\"bytes\";i:2265;s:11:\"size_before\";i:7690;s:10:\"size_after\";i:5425;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.449999999999999;s:5:\"bytes\";i:2265;s:11:\"size_before\";i:7690;s:10:\"size_after\";i:5425;s:4:\"time\";d:0.040000000000000001;}}}'),(27629,5284,'_wp_attachment_image_alt','OTP Logo'),(27630,5285,'_wp_attached_file','2019/05/OTP_TWITTER_PROFILE-IMAGE01.jpg'),(27631,5285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:833;s:6:\"height\";i:833;s:4:\"file\";s:39:\"2019/05/OTP_TWITTER_PROFILE-IMAGE01.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"OTP_TWITTER_PROFILE-IMAGE01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"OTP_TWITTER_PROFILE-IMAGE01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-833x580.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"OTP_TWITTER_PROFILE-IMAGE01-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27632,5285,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.916270769527577;s:5:\"bytes\";i:6600;s:11:\"size_before\";i:41467;s:10:\"size_after\";i:34867;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:396;s:11:\"size_before\";i:4505;s:10:\"size_after\";i:4109;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.800000000000001;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:9455;s:10:\"size_after\";i:8339;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.5;s:5:\"bytes\";i:5088;s:11:\"size_before\";i:27507;s:10:\"size_after\";i:22419;s:4:\"time\";d:0.02;}}}'),(27633,5285,'_wp_attachment_image_alt','Ontrade Progress Logo'),(27634,5305,'_wp_attached_file','2019/05/25-1.png'),(27635,5305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:16:\"2019/05/25-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"25-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"25-1-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"25-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"25-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"25-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"25-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"25-1-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"25-1-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"25-1-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"25-1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27636,5305,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152371;s:10:\"size_after\";i:152371;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41104;s:10:\"size_after\";i:41104;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111267;s:10:\"size_after\";i:111267;s:4:\"time\";d:0.070000000000000007;}}}'),(27637,5306,'_wp_attached_file','2019/05/24.png'),(27638,5306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/24.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"24-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:\"24-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"24-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"24-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"24-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"24-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"24-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"24-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"24-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"24-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27639,5306,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154865;s:10:\"size_after\";i:154865;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40811;s:10:\"size_after\";i:40811;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:114054;s:10:\"size_after\";i:114054;s:4:\"time\";d:0.080000000000000002;}}}'),(27640,5307,'_wp_attached_file','2019/05/23.png'),(27641,5307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/23.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"23-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:\"23-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"23-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"23-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"23-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"23-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"23-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"23-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"23-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"23-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27642,5307,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:167229;s:10:\"size_after\";i:167229;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43853;s:10:\"size_after\";i:43853;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123376;s:10:\"size_after\";i:123376;s:4:\"time\";d:0.080000000000000002;}}}'),(27643,5308,'_wp_attached_file','2019/05/22.png'),(27644,5308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/22.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"22-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:\"22-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"22-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"22-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"22-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"22-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"22-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"22-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"22-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"22-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27645,5308,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.3591323422738437;s:5:\"bytes\";i:10709;s:11:\"size_before\";i:114423;s:10:\"size_after\";i:103714;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.44;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:30075;s:10:\"size_after\";i:26633;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:7267;s:11:\"size_before\";i:84348;s:10:\"size_after\";i:77081;s:4:\"time\";d:0.14000000000000001;}}}'),(27646,5309,'_wp_attached_file','2019/05/21.png'),(27647,5309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/21.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"21-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"21-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"21-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"21-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"21-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"21-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"21-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"21-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"21-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27648,5309,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:188309;s:10:\"size_after\";i:188309;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48227;s:10:\"size_after\";i:48227;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:140082;s:10:\"size_after\";i:140082;s:4:\"time\";d:0.11;}}}'),(27649,5310,'_wp_attached_file','2019/05/20.png'),(27650,5310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/05/20.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"20-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:\"20-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"20-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"20-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"20-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"20-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"20-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"20-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"20-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"20-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27651,5310,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:142735;s:10:\"size_after\";i:142735;s:4:\"time\";d:0.17000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37117;s:10:\"size_after\";i:37117;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105618;s:10:\"size_after\";i:105618;s:4:\"time\";d:0.14000000000000001;}}}'),(27652,5311,'_edit_last','1'),(27653,5311,'_edit_lock','1559032825:1'),(27654,5312,'_wp_attached_file','2019/05/TeamMargotAtlanticBoat.png'),(27655,5312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:941;s:4:\"file\";s:34:\"2019/05/TeamMargotAtlanticBoat.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"TeamMargotAtlanticBoat-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"TeamMargotAtlanticBoat-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"TeamMargotAtlanticBoat-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-696x522.png\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"TeamMargotAtlanticBoat-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"TeamMargotAtlanticBoat-1068x801.png\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"TeamMargotAtlanticBoat-560x420.png\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27656,5312,'_wp_attachment_image_alt','team margot pinkspiration blood cancer'),(27657,5313,'_wp_attached_file','2019/05/logo.png'),(27658,5313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4476;s:6:\"height\";i:1771;s:4:\"file\";s:16:\"2019/05/logo.png\";s:5:\"sizes\";a:23:{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:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"logo-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"logo-1024x405.png\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";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:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"logo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"logo-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"logo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"logo-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"logo-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"logo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"logo-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"logo-696x275.png\";s:5:\"width\";i:696;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"logo-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"logo-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"logo-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"logo-1068x423.png\";s:5:\"width\";i:1068;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"logo-1062x420.png\";s:5:\"width\";i:1062;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:17:\"logo-1920x760.png\";s:5:\"width\";i:1920;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27659,5313,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.306100986470572;s:5:\"bytes\";i:79417;s:11:\"size_before\";i:372743;s:10:\"size_after\";i:293326;s:4:\"time\";d:0.85000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.56;s:5:\"bytes\";i:2861;s:11:\"size_before\";i:18390;s:10:\"size_after\";i:15529;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.66;s:5:\"bytes\";i:4152;s:11:\"size_before\";i:28327;s:10:\"size_after\";i:24175;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.149999999999999;s:5:\"bytes\";i:25780;s:11:\"size_before\";i:121892;s:10:\"size_after\";i:96112;s:4:\"time\";d:0.23000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.84;s:5:\"bytes\";i:46624;s:11:\"size_before\";i:204134;s:10:\"size_after\";i:157510;s:4:\"time\";d:0.54000000000000004;}}}'),(27660,5313,'_wp_attachment_image_alt','pinkspiration blood cancer team margot'),(27661,5311,'_thumbnail_id','5313'),(27662,5311,'slide_template','default'),(27663,5311,'tdc_dirty_content','1'),(27664,5311,'tdc_icon_fonts','a:0:{}'),(27665,5311,'tdc_google_fonts','a:0:{}'),(27666,5311,'_yoast_wpseo_focuskw','pinkspiration week'),(27667,5311,'_yoast_wpseo_metadesc','An awareness week for Team Margot, the charity set up by industry entrepreneur Yaser Martini, is gathering support from a growing number of operators across the hospitality sector, ahead of the first ‘Pinkspiration Week\' running from 23-30 July this year.'),(27668,5311,'_yoast_wpseo_linkdex','73'),(27669,5311,'_yoast_wpseo_content_score','30'),(27670,5311,'_yoast_wpseo_primary_category','510'),(27671,5311,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/TeamMargotAtlanticBoat.png'),(27672,5311,'_yoast_wpseo_opengraph-image-id','5312'),(27673,5311,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/TeamMargotAtlanticBoat.png'),(27674,5311,'_yoast_wpseo_twitter-image-id','5312'),(27677,5315,'_edit_last','1'),(27678,5315,'_edit_lock','1559033470:1'),(27679,5316,'_wp_attached_file','2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384.jpg'),(27680,5316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1666;s:6:\"height\";i:1359;s:4:\"file\";s:67:\"2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-150x150.jpg\";s:5:\"width\";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:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-768x626.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:68:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-1024x835.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:65:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:66:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-696x568.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:68:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:68:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-1068x871.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384-515x420.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"JAMES SHERIDAN\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1550586606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27681,5316,'_wp_attachment_image_alt','ARYZTA puff pastry burger'),(27682,5316,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.696130032242825;s:5:\"bytes\";i:30635;s:11:\"size_before\";i:241294;s:10:\"size_after\";i:210659;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:6317;s:10:\"size_after\";i:5965;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1875;s:11:\"size_before\";i:16252;s:10:\"size_after\";i:15542;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.5;s:5:\"bytes\";i:6704;s:11:\"size_before\";i:98857;s:10:\"size_after\";i:72656;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:8037;s:11:\"size_before\";i:119868;s:10:\"size_after\";i:116496;s:4:\"time\";d:0.059999999999999998;}}}'),(27683,5316,'_wp_attachment_backup_sizes','a:46:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1664;s:6:\"height\";i:2496;s:4:\"file\";s:44:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:53:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:53:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:50:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:51:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:53:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:53:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:54:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:52:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1559033331384\";a:3:{s:5:\"width\";i:1666;s:6:\"height\";i:1978;s:4:\"file\";s:59:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319.jpg\";}s:23:\"thumbnail-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-253x300.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-768x912.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1559033331384\";a:4:{s:4:\"file\";s:68:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-862x1024.jpg\";s:5:\"width\";i:862;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_80x60-1559033331384\";a:4:{s:4:\"file\";s:65:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_100x70-1559033331384\";a:4:{s:4:\"file\";s:66:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_218x150-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_265x198-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x160-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x235-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x400-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x220-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x364-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_485x360-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_533x261-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_534x462-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_696x0-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-696x826.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_696x385-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_741x486-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"td_1068x580-1559033331384\";a:4:{s:4:\"file\";s:68:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_1068x0-1559033331384\";a:4:{s:4:\"file\";s:69:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-1068x1268.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_0x420-1559033331384\";a:4:{s:4:\"file\";s:67:\"ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033232319-354x420.jpg\";s:5:\"width\";i:354;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(27684,5315,'_thumbnail_id','5316'),(27685,5315,'slide_template','default'),(27686,5315,'tdc_dirty_content','1'),(27687,5315,'tdc_icon_fonts','a:0:{}'),(27688,5315,'tdc_google_fonts','a:0:{}'),(27689,5315,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier.jpg'),(27690,5315,'_yoast_wpseo_opengraph-image-id','5316'),(27691,5315,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier.jpg'),(27692,5315,'_yoast_wpseo_twitter-image-id','5316'),(27693,5315,'_yoast_wpseo_focuskw','ARYZTA puff pastry burger'),(27694,5315,'_yoast_wpseo_metadesc','ARYZTA is rallying operators to get involved and get creative this National BBQ Week (27th May – 2nd June), with the launch of its new Puff Pastry Swirl; a premium burger carrier to rival the standard breaded burger bun.'),(27695,5315,'_yoast_wpseo_linkdex','48'),(27696,5315,'_yoast_wpseo_content_score','30'),(27697,5315,'_yoast_wpseo_primary_category','3'),(27700,5318,'_edit_last','1'),(27701,5318,'_edit_lock','1559817637:1'),(27702,5319,'_wp_attached_file','2019/05/Frozen-Banana-Ramos-Murder-Inc.jpg'),(27703,5319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:1575;s:4:\"file\";s:42:\"2019/05/Frozen-Banana-Ramos-Murder-Inc.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-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:42:\"Frozen-Banana-Ramos-Murder-Inc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Frozen-Banana-Ramos-Murder-Inc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Frozen-Banana-Ramos-Murder-Inc-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Frozen-Banana-Ramos-Murder-Inc-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Frozen-Banana-Ramos-Murder-Inc-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Frozen-Banana-Ramos-Murder-Inc-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Frozen-Banana-Ramos-Murder-Inc-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Frozen-Banana-Ramos-Murder-Inc-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1557746336\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27704,5319,'_wp_attachment_image_alt','Frozen Banana Ramos- Murder Inc'),(27705,5319,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1048799043582216;s:5:\"bytes\";i:4697;s:11:\"size_before\";i:92010;s:10:\"size_after\";i:87313;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:141;s:11:\"size_before\";i:4136;s:10:\"size_after\";i:3995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:213;s:11:\"size_before\";i:7438;s:10:\"size_after\";i:7225;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:1345;s:11:\"size_before\";i:30179;s:10:\"size_after\";i:28834;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:2998;s:11:\"size_before\";i:50257;s:10:\"size_after\";i:47259;s:4:\"time\";d:0.040000000000000001;}}}'),(27706,5320,'_wp_attached_file','2019/05/image.png'),(27707,5320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:527;s:4:\"file\";s:17:\"2019/05/image.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"image-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"image-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"image-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"image-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"image-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"image-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"image-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"image-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"image-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"image-374x360.png\";s:5:\"width\";i:374;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"image-374x261.png\";s:5:\"width\";i:374;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"image-374x462.png\";s:5:\"width\";i:374;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"image-374x385.png\";s:5:\"width\";i:374;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"image-374x486.png\";s:5:\"width\";i:374;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"image-298x420.png\";s:5:\"width\";i:298;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27708,5320,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135690;s:10:\"size_after\";i:135690;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38768;s:10:\"size_after\";i:38768;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96922;s:10:\"size_after\";i:96922;s:4:\"time\";d:0.050000000000000003;}}}'),(27709,5320,'_wp_attachment_image_alt','Martini Rosé - Monsieur Le Duck'),(27710,5321,'_wp_attached_file','2019/05/Jalisco-Sky-Skylight.jpg'),(27711,5321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3415;s:6:\"height\";i:5120;s:4:\"file\";s:32:\"2019/05/Jalisco-Sky-Skylight.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Jalisco-Sky-Skylight-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Jalisco-Sky-Skylight-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Jalisco-Sky-Skylight-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Jalisco-Sky-Skylight-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Jalisco-Sky-Skylight-696x1043.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1043;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Jalisco-Sky-Skylight-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Jalisco-Sky-Skylight-1068x1601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Jalisco-Sky-Skylight-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"Jalisco-Sky-Skylight-1920x2879.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2879;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:14:\"Haydon Perrior\";s:6:\"camera\";s:9:\"ILCE-7RM3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556819896\";s:9:\"copyright\";s:14:\"Haydon Perrior\";s:12:\"focal_length\";s:2:\"54\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27712,5321,'_wp_attachment_image_alt','Jalisco Sky - Skylight'),(27713,5321,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4162249492627512;s:5:\"bytes\";i:6851;s:11:\"size_before\";i:200543;s:10:\"size_after\";i:193692;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:214;s:11:\"size_before\";i:5248;s:10:\"size_after\";i:5034;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:367;s:11:\"size_before\";i:10849;s:10:\"size_after\";i:10482;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:3486;s:11:\"size_before\";i:100942;s:10:\"size_after\";i:97456;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:2784;s:11:\"size_before\";i:83504;s:10:\"size_after\";i:80720;s:4:\"time\";d:0.040000000000000001;}}}'),(27714,5322,'_wp_attached_file','2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy.jpg'),(27715,5322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2997;s:4:\"file\";s:49:\"2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-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:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"Sun-Sun-Sun-American-Bar-at-The-Savoy-1920x1439.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P40+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1305302200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27716,5322,'_wp_attachment_image_alt','Sun-Sun-Sun-American-Bar-at-The-Savoy'),(27717,5322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7638817865171794;s:5:\"bytes\";i:3901;s:11:\"size_before\";i:103643;s:10:\"size_after\";i:99742;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:186;s:11:\"size_before\";i:4828;s:10:\"size_after\";i:4642;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3399999999999999;s:5:\"bytes\";i:221;s:11:\"size_before\";i:9454;s:10:\"size_after\";i:9233;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:35289;s:10:\"size_after\";i:34137;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2342;s:11:\"size_before\";i:54072;s:10:\"size_after\";i:51730;s:4:\"time\";d:0.029999999999999999;}}}'),(27718,5323,'_wp_attached_file','2019/05/Dove-Heads-Tails-.jpeg'),(27719,5323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2441;s:6:\"height\";i:3255;s:4:\"file\";s:30:\"2019/05/Dove-Heads-Tails-.jpeg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Dove-Heads-Tails--768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Dove-Heads-Tails--768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Dove-Heads-Tails--80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Dove-Heads-Tails--100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--696x928.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Dove-Heads-Tails--1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Dove-Heads-Tails--1068x1424.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Dove-Heads-Tails--315x420.jpeg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Dove-Heads-Tails--1920x2560.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"Pixel 3 XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:3:\"309\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27720,5323,'_wp_attachment_image_alt','Dove - Heads + Tails'),(27721,5323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5611531462503592;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:146174;s:10:\"size_after\";i:143892;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4617;s:10:\"size_after\";i:4378;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:288;s:11:\"size_before\";i:9754;s:10:\"size_after\";i:9466;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:66779;s:10:\"size_after\";i:65024;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65024;s:10:\"size_after\";i:65024;s:4:\"time\";d:0.050000000000000003;}}}'),(27722,5324,'_wp_attached_file','2019/05/Enrique-the-5th-Bobby-Fitzpatrick.jpg'),(27723,5324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4333;s:6:\"height\";i:6500;s:4:\"file\";s:45:\"2019/05/Enrique-the-5th-Bobby-Fitzpatrick.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-150x150.jpg\";s:5:\"width\";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:\"Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Enrique-the-5th-Bobby-Fitzpatrick-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Enrique-the-5th-Bobby-Fitzpatrick-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Enrique-the-5th-Bobby-Fitzpatrick-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Enrique-the-5th-Bobby-Fitzpatrick-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Enrique-the-5th-Bobby-Fitzpatrick-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Enrique-the-5th-Bobby-Fitzpatrick-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Enrique-the-5th-Bobby-Fitzpatrick-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Enrique-the-5th-Bobby-Fitzpatrick-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:47:\"Enrique-the-5th-Bobby-Fitzpatrick-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1484574103\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27724,5324,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3492196247184038;s:5:\"bytes\";i:3483;s:11:\"size_before\";i:148262;s:10:\"size_after\";i:144779;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:205;s:11:\"size_before\";i:4629;s:10:\"size_after\";i:4424;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:272;s:11:\"size_before\";i:9382;s:10:\"size_after\";i:9110;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:73337;s:10:\"size_after\";i:71742;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3199999999999998;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:60914;s:10:\"size_after\";i:59503;s:4:\"time\";d:0.059999999999999998;}}}'),(27725,5324,'_wp_attachment_image_alt','Enrique the 5th - Bobby Fitzpatrick'),(27726,5325,'_wp_attached_file','2019/05/Oslo-Spritz-Oslo.jpg'),(27727,5325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:28:\"2019/05/Oslo-Spritz-Oslo.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-150x150.jpg\";s:5:\"width\";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:\"Oslo-Spritz-Oslo-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Oslo-Spritz-Oslo-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Oslo-Spritz-Oslo-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"Oslo-Spritz-Oslo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"Oslo-Spritz-Oslo-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-696x928.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"Oslo-Spritz-Oslo-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Oslo-Spritz-Oslo-1068x1424.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"Oslo-Spritz-Oslo-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Oslo-Spritz-Oslo-1920x2560.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558633354\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27728,5325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1357515849036828;s:5:\"bytes\";i:14364;s:11:\"size_before\";i:458072;s:10:\"size_after\";i:443708;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:570;s:11:\"size_before\";i:9849;s:10:\"size_after\";i:9279;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:1714;s:11:\"size_before\";i:27303;s:10:\"size_after\";i:25589;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:12080;s:11:\"size_before\";i:216500;s:10:\"size_after\";i:204420;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:204420;s:10:\"size_after\";i:204420;s:4:\"time\";d:0.059999999999999998;}}}'),(27729,5325,'_wp_attachment_image_alt','Oslo Spritz - Oslo'),(27730,5326,'_wp_attached_file','2019/05/Oye-Como-Va-Quaglinos-Bar.jpg'),(27731,5326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:37:\"2019/05/Oye-Como-Va-Quaglinos-Bar.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-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:37:\"Oye-Como-Va-Quaglinos-Bar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Oye-Como-Va-Quaglinos-Bar-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"Oye-Como-Va-Quaglinos-Bar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"Oye-Como-Va-Quaglinos-Bar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"Oye-Como-Va-Quaglinos-Bar-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Oye-Como-Va-Quaglinos-Bar-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Oye-Como-Va-Quaglinos-Bar-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:39:\"Oye-Como-Va-Quaglinos-Bar-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:16:\"Thomas Alexander\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547738409\";s:9:\"copyright\";s:28:\"Thomas Alexander Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27732,5326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3655821426522063;s:5:\"bytes\";i:3298;s:11:\"size_before\";i:139416;s:10:\"size_after\";i:136118;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6029;s:10:\"size_after\";i:5686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:531;s:11:\"size_before\";i:12265;s:10:\"size_after\";i:11734;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:47433;s:10:\"size_after\";i:46375;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8500000000000001;s:5:\"bytes\";i:1366;s:11:\"size_before\";i:73689;s:10:\"size_after\";i:72323;s:4:\"time\";d:0.070000000000000007;}}}'),(27733,5326,'_wp_attachment_image_alt','Oye Como Va Quaglinos Bar'),(27734,5318,'slide_template','default'),(27735,5318,'tdc_dirty_content','1'),(27736,5318,'tdc_icon_fonts','a:0:{}'),(27737,5318,'tdc_google_fonts','a:0:{}'),(27738,5318,'_yoast_wpseo_focuskw','Summer cocktails'),(27739,5318,'_yoast_wpseo_metadesc','With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top summer cocktails offerings.'),(27740,5318,'_yoast_wpseo_linkdex','63'),(27741,5318,'_yoast_wpseo_content_score','30'),(27742,5318,'_yoast_wpseo_primary_category','509'),(27743,5328,'_edit_last','1'),(27744,5328,'_edit_lock','1559037863:1'),(27745,5329,'_wp_attached_file','2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1.jpg'),(27746,5329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2720;s:6:\"height\";i:1813;s:4:\"file\";s:50:\"2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-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:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-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:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:52:\"13d10589-ea3a-4de2-8315-edc0e038f642-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:13:\"NICKHOOKPHOTO\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1558025598\";s:9:\"copyright\";s:13:\"NICKHOOKPHOTO\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27747,5329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2675740173697001;s:5:\"bytes\";i:14502;s:11:\"size_before\";i:275307;s:10:\"size_after\";i:260805;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:705;s:11:\"size_before\";i:9283;s:10:\"size_after\";i:8578;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:20362;s:10:\"size_after\";i:18951;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:5145;s:11:\"size_before\";i:94439;s:10:\"size_after\";i:89294;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:7241;s:11:\"size_before\";i:151223;s:10:\"size_after\";i:143982;s:4:\"time\";d:0.059999999999999998;}}}'),(27748,5329,'_wp_attachment_image_alt','Cornish Orchards - Honey Cider'),(27749,5328,'_thumbnail_id','5329'),(27750,5328,'slide_template','default'),(27751,5328,'tdc_dirty_content','1'),(27752,5328,'tdc_icon_fonts','a:0:{}'),(27753,5328,'tdc_google_fonts','a:0:{}'),(27754,5328,'_yoast_wpseo_focuskw','honey cider'),(27755,5328,'_yoast_wpseo_title','Cornish Orchards launches Honey Cider with the Eden Project'),(27756,5328,'_yoast_wpseo_metadesc','Cornish cider company, Cornish Orchards, in partnership with the Eden Project is launching a limited-edition honey cider on 27th May 2019'),(27757,5328,'_yoast_wpseo_linkdex','75'),(27758,5328,'_yoast_wpseo_content_score','30'),(27759,5328,'_yoast_wpseo_primary_category','2'),(27760,5328,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1.jpg'),(27761,5328,'_yoast_wpseo_opengraph-image-id','5329'),(27762,5328,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1.jpg'),(27763,5328,'_yoast_wpseo_twitter-image-id','5329'),(27766,5333,'_wp_attached_file','2019/05/Dove-Heads-Tails-1-1.jpeg'),(27767,5333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2441;s:6:\"height\";i:3255;s:4:\"file\";s:33:\"2019/05/Dove-Heads-Tails-1-1.jpeg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Dove-Heads-Tails-1-1-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Dove-Heads-Tails-1-1-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Dove-Heads-Tails-1-1-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Dove-Heads-Tails-1-1-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-696x928.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Dove-Heads-Tails-1-1-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Dove-Heads-Tails-1-1-1068x1424.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Dove-Heads-Tails-1-1-315x420.jpeg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"Dove-Heads-Tails-1-1-1920x2560.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"Pixel 3 XL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.44\";s:3:\"iso\";s:3:\"309\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27768,5333,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5611531462503592;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:146174;s:10:\"size_after\";i:143892;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4617;s:10:\"size_after\";i:4378;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:288;s:11:\"size_before\";i:9754;s:10:\"size_after\";i:9466;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:66779;s:10:\"size_after\";i:65024;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65024;s:10:\"size_after\";i:65024;s:4:\"time\";d:0.040000000000000001;}}}'),(27769,5333,'_wp_attachment_image_alt','Mr Fitz Aqua Spritz'),(27776,5328,'post_views_count','0'),(27777,5318,'post_views_count','0'),(27778,5315,'post_views_count','0'),(27779,5311,'post_views_count','0'),(27782,5335,'_wp_attached_file','2019/05/737.jpg'),(27783,5335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:15:\"2019/05/737.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"737-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"737-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:15:\"737-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"737-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"737-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"737-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"737-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"737-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"737-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"737-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"737-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"737-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"737-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"737-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"737-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"737-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:15:\"737-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"737-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"737-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"737-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:16:\"737-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"737-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:17:\"737-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:33:\"A glass of homemade Mint lemonade\";s:17:\"created_timestamp\";s:10:\"1459548118\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:33:\"A glass of homemade Mint lemonade\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:32:{i:0;s:6:\"drinks\";i:1;s:6:\"leaves\";i:2;s:4:\"cold\";i:3;s:5:\"lemon\";i:4;s:8:\"delicacy\";i:5;s:7:\"natural\";i:6;s:9:\"delicious\";i:7;s:5:\"green\";i:8;s:8:\"tropical\";i:9;s:6:\"spring\";i:10;s:6:\"fruits\";i:11;s:8:\"vitamins\";i:12;s:5:\"straw\";i:13;s:6:\"summer\";i:14;s:8:\"homemade\";i:15;s:9:\"materials\";i:16;s:3:\"tea\";i:17;s:8:\"fragment\";i:18;s:7:\"mineral\";i:19;s:4:\"acid\";i:20;s:5:\"color\";i:21;s:9:\"cocktails\";i:22;s:5:\"sheet\";i:23;s:8:\"honeybee\";i:24;s:5:\"water\";i:25;s:4:\"soda\";i:26;s:5:\"juicy\";i:27;s:6:\"eating\";i:28;s:11:\"ingredients\";i:29;s:4:\"mint\";i:30;s:5:\"glass\";i:31;s:8:\"close-up\";}}}'),(27784,5335,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5521246156354174;s:5:\"bytes\";i:4540;s:11:\"size_before\";i:177891;s:10:\"size_after\";i:173351;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:362;s:11:\"size_before\";i:7015;s:10:\"size_after\";i:6653;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:643;s:11:\"size_before\";i:14913;s:10:\"size_after\";i:14270;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:61271;s:10:\"size_after\";i:59763;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:2027;s:11:\"size_before\";i:94692;s:10:\"size_after\";i:92665;s:4:\"time\";d:0.040000000000000001;}}}'),(27785,5335,'_wp_attachment_image_alt','Summer cocktails'),(27786,5318,'_thumbnail_id','5335'),(27787,5318,'_yoast_wpseo_title','London\'s top Summer cocktails 2019'),(27792,5318,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/737.jpg'),(27793,5318,'_yoast_wpseo_opengraph-image-id','5335'),(27794,5318,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/737.jpg'),(27795,5318,'_yoast_wpseo_twitter-image-id','5335'),(27802,76,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(27803,5355,'_edit_last','1'),(27804,5355,'_edit_lock','1559117119:1'),(27805,5356,'_wp_attached_file','2019/05/Hardys-Foodies-Choice-Chardonnay-e1559116405351.jpg'),(27806,5356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1723;s:6:\"height\";i:2132;s:4:\"file\";s:59:\"2019/05/Hardys-Foodies-Choice-Chardonnay-e1559116405351.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-242x300.jpg\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-768x950.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-828x1024.jpg\";s:5:\"width\";i:828;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-696x861.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:60:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:61:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-1068x1322.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"Hardys-Foodies-Choice-Chardonnay-e1559116405351-339x420.jpg\";s:5:\"width\";i:339;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(27807,5356,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.598659100547266;s:5:\"bytes\";i:63381;s:11:\"size_before\";i:247595;s:10:\"size_after\";i:184214;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:545;s:11:\"size_before\";i:4834;s:10:\"size_after\";i:4526;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:1033;s:11:\"size_before\";i:10859;s:10:\"size_after\";i:10144;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.390000000000001;s:5:\"bytes\";i:17341;s:11:\"size_before\";i:134343;s:10:\"size_after\";i:78738;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:9478;s:11:\"size_before\";i:97559;s:10:\"size_after\";i:90806;s:4:\"time\";d:0.050000000000000003;}}}'),(27808,5356,'_wp_attachment_image_alt','Hardys Foodies Choice Chardonnay'),(27809,5356,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1725;s:6:\"height\";i:4960;s:4:\"file\";s:36:\"Hardys-Foodies-Choice-Chardonnay.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-104x300.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:45:\"Hardys-Foodies-Choice-Chardonnay-768x2208.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:45:\"Hardys-Foodies-Choice-Chardonnay-356x1024.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:42:\"Hardys-Foodies-Choice-Chardonnay-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:43:\"Hardys-Foodies-Choice-Chardonnay-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:45:\"Hardys-Foodies-Choice-Chardonnay-696x2001.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:2001;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:45:\"Hardys-Foodies-Choice-Chardonnay-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:46:\"Hardys-Foodies-Choice-Chardonnay-1068x3071.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:3071;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:44:\"Hardys-Foodies-Choice-Chardonnay-146x420.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(27810,5355,'_thumbnail_id','5356'),(27811,5355,'slide_template','default'),(27812,5355,'tdc_dirty_content','1'),(27813,5355,'tdc_icon_fonts','a:0:{}'),(27814,5355,'tdc_google_fonts','a:0:{}'),(27815,5355,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay.jpg'),(27816,5355,'_yoast_wpseo_opengraph-image-id','5356'),(27817,5355,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay-e1559116405351.jpg'),(27818,5355,'_yoast_wpseo_twitter-image-id','5356'),(27819,5355,'_yoast_wpseo_focuskw','Hardy\'s foodie range'),(27820,5355,'_yoast_wpseo_title','Hardy\'s new foodie range'),(27821,5355,'_yoast_wpseo_metadesc','Accolade Wines, the UK’s number one wine company, has announced a new on-trade exclusive, the ‘Foodies Range’ from its leading wine brand, Hardys.'),(27822,5355,'_yoast_wpseo_linkdex','57'),(27823,5355,'_yoast_wpseo_content_score','30'),(27824,5355,'_yoast_wpseo_primary_category','2'),(27827,5356,'_edit_lock','1559116437:1'),(27830,5359,'_edit_last','1'),(27831,5359,'_edit_lock','1559137276:1'),(27832,5360,'_wp_attached_file','2019/05/1.jpg'),(27833,5360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:13:\"2019/05/1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-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:13:\"1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:11:\"1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:12:\"1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:13:\"1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:13:\"1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:13:\"1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:13:\"1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:13:\"1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:13:\"1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:13:\"1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:13:\"1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:13:\"1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:13:\"1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:13:\"1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:13:\"1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:13:\"1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:14:\"1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:14:\"1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:13:\"1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:15:\"1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483893829\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"93\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27834,5360,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2236282104322105;s:5:\"bytes\";i:6779;s:11:\"size_before\";i:210291;s:10:\"size_after\";i:203512;s:4:\"time\";d:0.20000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:517;s:11:\"size_before\";i:8165;s:10:\"size_after\";i:7648;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:833;s:11:\"size_before\";i:16280;s:10:\"size_after\";i:15447;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:2267;s:11:\"size_before\";i:72019;s:10:\"size_after\";i:69752;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7799999999999998;s:5:\"bytes\";i:3162;s:11:\"size_before\";i:113827;s:10:\"size_after\";i:110665;s:4:\"time\";d:0.14999999999999999;}}}'),(27835,5360,'_wp_attachment_image_alt','Bimber Distillery Exclusive Cask'),(27836,5359,'_thumbnail_id','5360'),(27837,5359,'slide_template','default'),(27838,5359,'tdc_dirty_content','1'),(27839,5359,'tdc_icon_fonts','a:0:{}'),(27840,5359,'tdc_google_fonts','a:0:{}'),(27841,5359,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/1.jpg'),(27842,5359,'_yoast_wpseo_opengraph-image-id','5360'),(27843,5359,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/1.jpg'),(27844,5359,'_yoast_wpseo_twitter-image-id','5360'),(27845,5359,'_yoast_wpseo_focuskw','bimber distillery'),(27846,5359,'_yoast_wpseo_title','Bimber celebrates whisky milestone with founders club and exclusive cask'),(27847,5359,'_yoast_wpseo_metadesc','London’s award-winning Bimber Distillery has opened entries to its Founders’ Club, and will release a limited number of private casks for members to purchase'),(27848,5359,'_yoast_wpseo_linkdex','68'),(27849,5359,'_yoast_wpseo_content_score','30'),(27850,5359,'_yoast_wpseo_primary_category','2'),(27853,5362,'_edit_last','1'),(27854,5362,'_edit_lock','1559126408:1'),(27855,5363,'_wp_attached_file','2019/05/Screen-Shot-2019-05-23-at-16.20.26.png'),(27856,5363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:627;s:6:\"height\";i:203;s:4:\"file\";s:46:\"2019/05/Screen-Shot-2019-05-23-at-16.20.26.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-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:45:\"Screen-Shot-2019-05-23-at-16.20.26-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2019-05-23-at-16.20.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2019-05-23-at-16.20.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-324x203.png\";s:5:\"width\";i:324;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-324x203.png\";s:5:\"width\";i:324;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-356x203.png\";s:5:\"width\";i:356;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-356x203.png\";s:5:\"width\";i:356;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-485x203.png\";s:5:\"width\";i:485;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-533x203.png\";s:5:\"width\";i:533;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-534x203.png\";s:5:\"width\";i:534;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27857,5363,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.55366269165247017;s:5:\"bytes\";i:533;s:11:\"size_before\";i:96268;s:10:\"size_after\";i:95735;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3200000000000001;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40452;s:10:\"size_after\";i:39919;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55816;s:10:\"size_after\";i:55816;s:4:\"time\";d:0.040000000000000001;}}}'),(27858,5363,'_wp_attachment_backup_sizes','a:29:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:627;s:6:\"height\";i:203;s:4:\"file\";s:38:\"Screen-Shot-2019-05-23-at-16.20.26.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2019-05-23-at-16.20.26-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2019-05-23-at-16.20.26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2019-05-23-at-16.20.26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-324x203.png\";s:5:\"width\";i:324;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-324x203.png\";s:5:\"width\";i:324;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-356x203.png\";s:5:\"width\";i:356;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-356x203.png\";s:5:\"width\";i:356;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-485x203.png\";s:5:\"width\";i:485;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-533x203.png\";s:5:\"width\";i:533;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-23-at-16.20.26-534x203.png\";s:5:\"width\";i:534;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1559118617997\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:203;s:4:\"file\";s:53:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493.png\";}s:23:\"thumbnail-1559118617997\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"td_80x60-1559118617997\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"td_100x70-1559118617997\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_218x150-1559118617997\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_265x198-1559118617997\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493-200x198.png\";s:5:\"width\";i:200;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x160-1559118617997\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118489493-200x160.png\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1559118703839\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:203;s:4:\"file\";s:53:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997.png\";}s:23:\"thumbnail-1559118703839\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"td_80x60-1559118703839\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"td_100x70-1559118703839\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_218x150-1559118703839\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_265x198-1559118703839\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997-200x198.png\";s:5:\"width\";i:200;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x160-1559118703839\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-23-at-16.20.26-e1559118617997-200x160.png\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}'),(27859,5363,'_wp_attachment_image_alt','Cointreau orange liquor'),(27860,5362,'_thumbnail_id','5366'),(27861,5362,'slide_template','default'),(27862,5362,'tdc_dirty_content','1'),(27863,5362,'tdc_icon_fonts','a:0:{}'),(27864,5362,'tdc_google_fonts','a:0:{}'),(27865,5362,'_yoast_wpseo_content_score','30'),(27866,5362,'_yoast_wpseo_primary_category','2'),(27867,5366,'_wp_attached_file','2019/05/355920-PAQ2TP-970.jpg'),(27868,5366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6240;s:6:\"height\";i:4160;s:4:\"file\";s:29:\"2019/05/355920-PAQ2TP-970.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-150x150.jpg\";s:5:\"width\";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:\"355920-PAQ2TP-970-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:29:\"355920-PAQ2TP-970-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"355920-PAQ2TP-970-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"355920-PAQ2TP-970-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"355920-PAQ2TP-970-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"355920-PAQ2TP-970-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"355920-PAQ2TP-970-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"355920-PAQ2TP-970-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"355920-PAQ2TP-970-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528982888\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"51\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(27869,5366,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1322253873765691;s:5:\"bytes\";i:4904;s:11:\"size_before\";i:156566;s:10:\"size_after\";i:151662;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:271;s:11:\"size_before\";i:5576;s:10:\"size_after\";i:5305;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:573;s:11:\"size_before\";i:13431;s:10:\"size_after\";i:12858;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1581;s:11:\"size_before\";i:53486;s:10:\"size_after\";i:51905;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:2479;s:11:\"size_before\";i:84073;s:10:\"size_after\";i:81594;s:4:\"time\";d:0.029999999999999999;}}}'),(27870,5366,'_wp_attachment_image_alt','carbon footprint'),(27873,5362,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/355920-PAQ2TP-970.jpg'),(27874,5362,'_yoast_wpseo_opengraph-image-id','5366'),(27875,5362,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/355920-PAQ2TP-970.jpg'),(27876,5362,'_yoast_wpseo_twitter-image-id','5366'),(27877,5362,'_yoast_wpseo_focuskw','carbon footprint'),(27878,5362,'_yoast_wpseo_title','75% of diners want carbon footprint information on menus'),(27879,5362,'_yoast_wpseo_metadesc','New research has uncovered that as many as three in four adults would prefer to eat in a restaurant which displays carbon footprint details on menus.'),(27880,5362,'_yoast_wpseo_linkdex','71'),(27881,5369,'_edit_last','1'),(27882,5369,'_edit_lock','1559128892:1'),(27883,5370,'_wp_attached_file','2019/05/different-vegetables-textile-bag-beige_1220-4284.jpg'),(27884,5370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:417;s:4:\"file\";s:60:\"2019/05/different-vegetables-textile-bag-beige_1220-4284.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:58:\"different-vegetables-textile-bag-beige_1220-4284-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:59:\"different-vegetables-textile-bag-beige_1220-4284-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-534x417.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:60:\"different-vegetables-textile-bag-beige_1220-4284-626x385.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27885,5370,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3861818781432929;s:5:\"bytes\";i:532;s:11:\"size_before\";i:12129;s:10:\"size_after\";i:11597;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:183;s:11:\"size_before\";i:4445;s:10:\"size_after\";i:4262;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:349;s:11:\"size_before\";i:7684;s:10:\"size_after\";i:7335;s:4:\"time\";d:0.01;}}}'),(27886,5370,'_wp_attachment_image_alt','Food Waste'),(27887,5369,'_thumbnail_id','5372'),(27888,5369,'slide_template','default'),(27889,5369,'tdc_dirty_content','1'),(27890,5369,'tdc_icon_fonts','a:0:{}'),(27891,5369,'tdc_google_fonts','a:0:{}'),(27892,5369,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/4284.jpg'),(27893,5369,'_yoast_wpseo_opengraph-image-id','5372'),(27894,5369,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/4284.jpg'),(27895,5369,'_yoast_wpseo_twitter-image-id','5372'),(27896,5369,'_yoast_wpseo_focuskw','food waste'),(27897,5369,'_yoast_wpseo_title','Food waste reduction with CESA'),(27898,5369,'_yoast_wpseo_metadesc','CESA has released a guide about how to reduce food waste. Aimed at foodservice operators, distributors and consultants, it contains a comprehensive summary of the legislation surrounding this vital area.'),(27899,5369,'_yoast_wpseo_linkdex','73'),(27900,5369,'_yoast_wpseo_content_score','30'),(27901,5369,'_yoast_wpseo_primary_category','3'),(27902,5372,'_wp_attached_file','2019/05/4284.jpg'),(27903,5372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5414;s:6:\"height\";i:3609;s:4:\"file\";s:16:\"2019/05/4284.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4284-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4284-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:16:\"4284-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"4284-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"4284-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"4284-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"4284-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"4284-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"4284-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"4284-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"4284-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"4284-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"4284-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"4284-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"4284-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"4284-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"4284-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"4284-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"4284-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"4284-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"4284-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"4284-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:18:\"4284-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:119:\"Zero waste concept. Vegetables in textile bag. No plastic. Bright Background. Clever consuming, healthy planet concept.\";s:17:\"created_timestamp\";s:10:\"1556926239\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:44:\"Different vegetables in textile bag on beige\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:5:\"waste\";i:1;s:4:\"zero\";i:2;s:8:\"shopping\";i:3;s:4:\"food\";i:4;s:3:\"bag\";i:5;s:7:\"plastic\";i:6;s:7:\"organic\";i:7;s:3:\"eco\";i:8;s:8:\"friendly\";i:9;s:7:\"produce\";i:10;s:4:\"free\";i:11;s:6:\"cotton\";i:12;s:10:\"vegetables\";i:13;s:5:\"green\";i:14;s:7:\"grocery\";i:15;s:8:\"reusable\";i:16;s:7:\"concept\";i:17;s:5:\"fresh\";i:18;s:7:\"healthy\";i:19;s:7:\"natural\";i:20;s:5:\"reuse\";i:21;s:11:\"environment\";i:22;s:10:\"background\";i:23;s:9:\"lifestyle\";i:24;s:7:\"textile\";i:25;s:6:\"market\";i:26;s:5:\"white\";i:27;s:8:\"products\";i:28;s:4:\"shop\";i:29;s:5:\"table\";i:30;s:7:\"recycle\";i:31;s:4:\"less\";i:32;s:6:\"nature\";i:33;s:7:\"kitchen\";i:34;s:5:\"fruit\";i:35;s:9:\"vegetable\";i:36;s:7:\"ecology\";i:37;s:6:\"canvas\";i:38;s:4:\"bags\";i:39;s:10:\"ecological\";i:40;s:6:\"reduce\";i:41;s:4:\"flat\";i:42;s:3:\"lay\";i:43;s:4:\"diet\";i:44;s:6:\"fabric\";i:45;s:9:\"groceries\";i:46;s:3:\"bio\";i:47;s:7:\"healthy\";i:48;s:6:\"planet\";i:49;s:7:\"consume\";}}}'),(27904,5372,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.286628023186088;s:5:\"bytes\";i:7291;s:11:\"size_before\";i:100060;s:10:\"size_after\";i:92769;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4539;s:10:\"size_after\";i:4335;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:348;s:11:\"size_before\";i:7835;s:10:\"size_after\";i:7487;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:2422;s:11:\"size_before\";i:33360;s:10:\"size_after\";i:30938;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:4317;s:11:\"size_before\";i:54326;s:10:\"size_after\";i:50009;s:4:\"time\";d:0.040000000000000001;}}}'),(27905,5372,'_wp_attachment_image_alt','Food Waste'),(27906,5373,'_wp_attached_file','2019/05/CESAs-Guide-to-Reducing-Food-Waste.jpg'),(27907,5373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:623;s:6:\"height\";i:883;s:4:\"file\";s:46:\"2019/05/CESAs-Guide-to-Reducing-Food-Waste.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"CESAs-Guide-to-Reducing-Food-Waste-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"CESAs-Guide-to-Reducing-Food-Waste-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-623x385.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-623x486.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-623x580.jpg\";s:5:\"width\";i:623;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"CESAs-Guide-to-Reducing-Food-Waste-296x420.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27908,5373,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9243565246712375;s:5:\"bytes\";i:2382;s:11:\"size_before\";i:26691;s:10:\"size_after\";i:24309;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:601;s:11:\"size_before\";i:7931;s:10:\"size_after\";i:7330;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:18760;s:10:\"size_after\";i:16979;s:4:\"time\";d:0.01;}}}'),(27909,5373,'_wp_attachment_image_alt','Food Waste Guide'),(27912,5369,'post_views_count','0'),(27913,5362,'post_views_count','0'),(27914,5359,'post_views_count','0'),(27915,5355,'post_views_count','0'),(27926,4278,'post_views_count','0'),(27927,4135,'post_views_count','0'),(27928,3983,'post_views_count','0'),(27929,3957,'post_views_count','0'),(27930,2441,'post_views_count','0'),(27931,2409,'post_views_count','0'),(27932,2284,'post_views_count','0'),(27933,2120,'post_views_count','0'),(27934,2111,'post_views_count','0'),(27935,1986,'post_views_count','0'),(27936,1318,'post_views_count','0'),(27937,652,'post_views_count','0'),(27940,4322,'tdc_dirty_content','1'),(27941,4322,'tdc_icon_fonts','a:0:{}'),(27942,4322,'tdc_google_fonts','a:0:{}'),(27943,2551,'post_views_count','0'),(27944,2548,'post_views_count','0'),(27946,2541,'post_views_count','0'),(27947,2539,'post_views_count','0'),(27948,2537,'post_views_count','0'),(27949,2534,'post_views_count','0'),(27950,2531,'post_views_count','0'),(27951,2525,'post_views_count','0'),(27952,2517,'post_views_count','0'),(27953,2513,'post_views_count','0'),(27954,2508,'post_views_count','0'),(27955,2505,'post_views_count','0'),(27956,2503,'post_views_count','0'),(27957,2486,'post_views_count','0'),(27958,2488,'post_views_count','0'),(27959,2490,'post_views_count','0'),(27962,5376,'_edit_last','1'),(27963,5376,'_edit_lock','1559138310:1'),(27964,5377,'_wp_attached_file','2019/05/shutterstock_360544148-e1559136627357.jpg'),(27965,5377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2153;s:6:\"height\";i:1623;s:4:\"file\";s:49:\"2019/05/shutterstock_360544148-e1559136627357.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"shutterstock_360544148-e1559136627357-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"shutterstock_360544148-e1559136627357-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"shutterstock_360544148-e1559136627357-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-696x525.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"shutterstock_360544148-e1559136627357-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"shutterstock_360544148-e1559136627357-1068x805.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"shutterstock_360544148-e1559136627357-557x420.jpg\";s:5:\"width\";i:557;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"shutterstock_360544148-e1559136627357-1920x1447.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1447;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27966,5377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7795171051006546;s:5:\"bytes\";i:26349;s:11:\"size_before\";i:388656;s:10:\"size_after\";i:362307;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:7804;s:10:\"size_after\";i:7226;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:2514;s:11:\"size_before\";i:21311;s:10:\"size_after\";i:19735;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:14721;s:11:\"size_before\";i:133691;s:10:\"size_after\";i:124240;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:24031;s:11:\"size_before\";i:225850;s:10:\"size_after\";i:211106;s:4:\"time\";d:0.050000000000000003;}}}'),(27967,5377,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4329;s:6:\"height\";i:2158;s:4:\"file\";s:26:\"shutterstock_360544148.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-768x383.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_360544148-1024x510.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:32:\"shutterstock_360544148-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_360544148-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-696x347.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_360544148-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_360544148-1068x532.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_360544148-843x420.jpg\";s:5:\"width\";i:843;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_360544148-1920x957.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:957;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(27968,5377,'_wp_attachment_image_alt','Icemaker'),(27969,5378,'_wp_attached_file','2019/05/A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin.jpg'),(27970,5378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1417;s:6:\"height\";i:3189;s:4:\"file\";s:58:\"2019/05/A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-133x300.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-768x1728.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-455x1024.jpg\";s:5:\"width\";i:455;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:59:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-696x1566.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:60:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-1068x2404.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-187x420.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"Stampa\";s:11:\"orientation\";s:1:\"1\";}}'),(27971,5378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.628012529565941;s:5:\"bytes\";i:19754;s:11:\"size_before\";i:156430;s:10:\"size_after\";i:136676;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:412;s:11:\"size_before\";i:4441;s:10:\"size_after\";i:4029;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:362;s:11:\"size_before\";i:5592;s:10:\"size_after\";i:5230;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.779999999999999;s:5:\"bytes\";i:14271;s:11:\"size_before\";i:103583;s:10:\"size_after\";i:89312;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:4709;s:11:\"size_before\";i:42814;s:10:\"size_after\";i:38105;s:4:\"time\";d:0.029999999999999999;}}}'),(27972,5378,'_wp_attachment_image_alt','Scotsman icemaker'),(27973,5379,'_wp_attached_file','2019/05/OTP_Social-Media-Icon_180x180px.jpg'),(27974,5379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:43:\"2019/05/OTP_Social-Media-Icon_180x180px.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"OTP_Social-Media-Icon_180x180px-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"OTP_Social-Media-Icon_180x180px-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-750x580.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"OTP_Social-Media-Icon_180x180px-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27975,5379,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9688010802359468;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:14071;s:10:\"size_after\";i:12809;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.25;s:5:\"bytes\";i:373;s:11:\"size_before\";i:4523;s:10:\"size_after\";i:4150;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000005;s:5:\"bytes\";i:889;s:11:\"size_before\";i:9548;s:10:\"size_after\";i:8659;s:4:\"time\";d:0.01;}}}'),(27976,5379,'_wp_attachment_image_alt','OTP Logo'),(27977,5380,'_wp_attached_file','2019/05/cropped-OTP_Social-Media-Icon_180x180px.jpg'),(27978,5380,'_wp_attachment_context','site-icon'),(27979,5380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:51:\"2019/05/cropped-OTP_Social-Media-Icon_180x180px.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"cropped-OTP_Social-Media-Icon_180x180px-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"cropped-OTP_Social-Media-Icon_180x180px-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-512x261.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-512x462.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-512x385.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-512x486.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-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:51:\"cropped-OTP_Social-Media-Icon_180x180px-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:51:\"cropped-OTP_Social-Media-Icon_180x180px-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:49:\"cropped-OTP_Social-Media-Icon_180x180px-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:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27980,5380,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5008405818288146;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:13681;s:10:\"size_after\";i:12518;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:363;s:11:\"size_before\";i:4440;s:10:\"size_after\";i:4077;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6600000000000001;s:5:\"bytes\";i:800;s:11:\"size_before\";i:9241;s:10:\"size_after\";i:8441;s:4:\"time\";d:0.01;}}}'),(27982,5382,'_wp_attached_file','2019/05/cropped-OTP_Social-Media-Icon_180x180px-1.jpg'),(27983,5382,'_wp_attachment_context','site-icon'),(27984,5382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:53:\"2019/05/cropped-OTP_Social-Media-Icon_180x180px-1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-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:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:51:\"cropped-OTP_Social-Media-Icon_180x180px-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:52:\"cropped-OTP_Social-Media-Icon_180x180px-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-512x261.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-512x462.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-512x385.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-512x486.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-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:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-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:53:\"cropped-OTP_Social-Media-Icon_180x180px-1-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:51:\"cropped-OTP_Social-Media-Icon_180x180px-1-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:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(27985,5382,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4742967992240539;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:16496;s:10:\"size_after\";i:15428;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:365;s:11:\"size_before\";i:5400;s:10:\"size_after\";i:5035;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:703;s:11:\"size_before\";i:11096;s:10:\"size_after\";i:10393;s:4:\"time\";d:0.01;}}}'),(27991,5376,'_thumbnail_id','5377'),(27992,5376,'slide_template','default'),(27993,5376,'tdc_dirty_content','1'),(27994,5376,'tdc_icon_fonts','a:0:{}'),(27995,5376,'tdc_google_fonts','a:0:{}'),(27996,5376,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_360544148-e1559136627357.jpg'),(27997,5376,'_yoast_wpseo_opengraph-image-id','5377'),(27998,5376,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_360544148-e1559136627357.jpg'),(27999,5376,'_yoast_wpseo_twitter-image-id','5377'),(28000,5376,'_yoast_wpseo_focuskw','MXG 938'),(28001,5376,'_yoast_wpseo_title','Hubbard launches MXG 938, the 400kg a day icemaker'),(28002,5376,'_yoast_wpseo_metadesc','Hubbard has launched the latest in Scotsman’s MXG range of high volume, modular ice machines. The MXG 938 is the biggest model in the range, producing up to 400kg of ice per day.'),(28003,5376,'_yoast_wpseo_linkdex','69'),(28004,5376,'_yoast_wpseo_content_score','90'),(28005,5376,'_yoast_wpseo_primary_category','2'),(28008,5376,'post_views_count','0'),(28018,5388,'_edit_last','1'),(28019,5388,'_edit_lock','1559208709:1'),(28020,5389,'_wp_attached_file','2019/05/shutterstock_300163883.jpg'),(28021,5389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:34:\"2019/05/shutterstock_300163883.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-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:34:\"shutterstock_300163883-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_300163883-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_300163883-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_300163883-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_300163883-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_300163883-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_300163883-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_300163883-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28022,5389,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.412796172346219;s:5:\"bytes\";i:16366;s:11:\"size_before\";i:157172;s:10:\"size_after\";i:140806;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:262;s:11:\"size_before\";i:3272;s:10:\"size_after\";i:3010;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:606;s:11:\"size_before\";i:7597;s:10:\"size_after\";i:6991;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.619999999999999;s:5:\"bytes\";i:5165;s:11:\"size_before\";i:48616;s:10:\"size_after\";i:43451;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.58;s:5:\"bytes\";i:10333;s:11:\"size_before\";i:97687;s:10:\"size_after\";i:87354;s:4:\"time\";d:0.029999999999999999;}}}'),(28023,5389,'_wp_attachment_image_alt','ukhospitality'),(28024,5388,'_thumbnail_id','5389'),(28025,5388,'slide_template','default'),(28026,5388,'tdc_dirty_content','1'),(28027,5388,'tdc_icon_fonts','a:0:{}'),(28028,5388,'tdc_google_fonts','a:0:{}'),(28029,5388,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_300163883.jpg'),(28030,5388,'_yoast_wpseo_opengraph-image-id','5389'),(28031,5388,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_300163883.jpg'),(28032,5388,'_yoast_wpseo_twitter-image-id','5389'),(28033,5388,'_yoast_wpseo_focuskw','ukhospitality'),(28034,5388,'_yoast_wpseo_metadesc','UKHospitality has warned that the lack of funds for local authorities may have a detrimental effect on hospitality businesses around the UK.'),(28035,5388,'_yoast_wpseo_linkdex','58'),(28036,5388,'_yoast_wpseo_content_score','60'),(28037,5388,'_yoast_wpseo_primary_category','510'),(28043,5388,'post_views_count','0'),(28046,5395,'_edit_last','1'),(28047,5395,'_edit_lock','1559210971:1'),(28048,5396,'_wp_attached_file','2019/05/152498.jpg'),(28049,5396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:288;s:4:\"file\";s:18:\"2019/05/152498.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"152498-150x150.jpg\";s:5:\"width\";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:\"152498-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:16:\"152498-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:17:\"152498-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:18:\"152498-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:18:\"152498-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:18:\"152498-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:18:\"152498-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:18:\"152498-324x288.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:18:\"152498-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:18:\"152498-356x288.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:18:\"152498-432x261.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28050,5396,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7130521421454667;s:5:\"bytes\";i:559;s:11:\"size_before\";i:15055;s:10:\"size_after\";i:14496;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:203;s:11:\"size_before\";i:4913;s:10:\"size_after\";i:4710;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:356;s:11:\"size_before\";i:10142;s:10:\"size_after\";i:9786;s:4:\"time\";d:0.02;}}}'),(28051,5396,'_wp_attachment_image_alt','Brockmans Gin'),(28052,5395,'_thumbnail_id','5396'),(28053,5395,'slide_template','default'),(28054,5395,'tdc_dirty_content','1'),(28055,5395,'tdc_icon_fonts','a:0:{}'),(28056,5395,'tdc_google_fonts','a:0:{}'),(28057,5395,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/152498.jpg'),(28058,5395,'_yoast_wpseo_opengraph-image-id','5396'),(28059,5395,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/152498.jpg'),(28060,5395,'_yoast_wpseo_twitter-image-id','5396'),(28061,5395,'_yoast_wpseo_focuskw','brockmans gin'),(28062,5395,'_yoast_wpseo_metadesc','The Brockmans annual search for the best #Brocktails submitted by bar-tender for World Gin Day has this year attracted a record 273 entries.'),(28063,5395,'_yoast_wpseo_linkdex','69'),(28064,5395,'_yoast_wpseo_content_score','90'),(28065,5395,'_yoast_wpseo_primary_category','2'),(28068,5398,'_edit_last','1'),(28069,5398,'_edit_lock','1559289802:1'),(28070,5399,'_wp_attached_file','2019/05/shutterstock_168246680.jpg'),(28071,5399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5030;s:6:\"height\";i:3230;s:4:\"file\";s:34:\"2019/05/shutterstock_168246680.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_168246680-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"shutterstock_168246680-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"shutterstock_168246680-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-696x447.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"shutterstock_168246680-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_168246680-1068x686.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-654x420.jpg\";s:5:\"width\";i:654;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_168246680-1920x1233.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28072,5399,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2774475720533811;s:5:\"bytes\";i:3507;s:11:\"size_before\";i:107004;s:10:\"size_after\";i:103497;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:4748;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:420;s:11:\"size_before\";i:9864;s:10:\"size_after\";i:9444;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:36121;s:10:\"size_after\";i:35033;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:56043;s:10:\"size_after\";i:54272;s:4:\"time\";d:0.02;}}}'),(28073,5399,'_wp_attachment_image_alt','sports pub'),(28074,5398,'_thumbnail_id','5399'),(28075,5398,'slide_template','default'),(28076,5398,'tdc_dirty_content','1'),(28077,5398,'tdc_icon_fonts','a:0:{}'),(28078,5398,'tdc_google_fonts','a:0:{}'),(28079,5398,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_168246680.jpg'),(28080,5398,'_yoast_wpseo_opengraph-image-id','5399'),(28081,5398,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_168246680.jpg'),(28082,5398,'_yoast_wpseo_twitter-image-id','5399'),(28083,5398,'_yoast_wpseo_focuskw','sport'),(28084,5398,'_yoast_wpseo_metadesc','The British Beer and Pub Association (BBPA) has predicted that sports fans will drink two million extra pints at the pub on Saturday 1st June.'),(28085,5398,'_yoast_wpseo_linkdex','65'),(28086,5398,'_yoast_wpseo_content_score','90'),(28087,5398,'_yoast_wpseo_primary_category','510'),(28092,5398,'post_views_count','0'),(28093,5395,'post_views_count','0'),(28094,5404,'_edit_last','1'),(28095,5404,'_edit_lock','1559292469:1'),(28096,5405,'_wp_attached_file','2019/05/67.jpg'),(28097,5405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5908;s:6:\"height\";i:3895;s:4:\"file\";s:14:\"2019/05/67.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"67-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"67-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"67-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"67-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"67-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"67-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"67-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"67-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"67-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"67-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:14:\"67-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"67-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:14:\"67-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:14:\"67-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"67-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:14:\"67-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:14:\"67-696x459.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:14:\"67-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:14:\"67-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:15:\"67-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:15:\"67-1068x704.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:14:\"67-637x420.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:16:\"67-1920x1266.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"Rawpixel Ltd.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28098,5405,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8845371108449078;s:5:\"bytes\";i:8723;s:11:\"size_before\";i:224557;s:10:\"size_after\";i:215834;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:603;s:11:\"size_before\";i:8647;s:10:\"size_after\";i:8044;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:18297;s:10:\"size_after\";i:17253;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:2990;s:11:\"size_before\";i:77317;s:10:\"size_after\";i:74327;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:4086;s:11:\"size_before\";i:120296;s:10:\"size_after\";i:116210;s:4:\"time\";d:0.040000000000000001;}}}'),(28099,5405,'_wp_attachment_image_alt','chef'),(28100,5404,'_thumbnail_id','5405'),(28101,5404,'slide_template','default'),(28102,5404,'tdc_dirty_content','1'),(28103,5404,'tdc_icon_fonts','a:0:{}'),(28104,5404,'tdc_google_fonts','a:0:{}'),(28105,5404,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/67.jpg'),(28106,5404,'_yoast_wpseo_opengraph-image-id','5405'),(28107,5404,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/67.jpg'),(28108,5404,'_yoast_wpseo_twitter-image-id','5405'),(28109,5404,'_yoast_wpseo_focuskw','ukhospitality'),(28110,5404,'_yoast_wpseo_metadesc','UKHospitality has welcomed the removal of a clause preventing pubs, restaurants and hotels employing non-EU chefs if they also provide a takeaway service.'),(28111,5404,'_yoast_wpseo_linkdex','49'),(28112,5404,'_yoast_wpseo_content_score','30'),(28113,5404,'_yoast_wpseo_primary_category','3'),(28116,5404,'post_views_count','0'),(28119,5408,'_wp_attached_file','2019/05/CK18_hi-res_2_W0325.jpg'),(28120,5408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:910;s:4:\"file\";s:31:\"2019/05/CK18_hi-res_2_W0325.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"CK18_hi-res_2_W0325-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"CK18_hi-res_2_W0325-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"CK18_hi-res_2_W0325-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-696x440.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"CK18_hi-res_2_W0325-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"CK18_hi-res_2_W0325-1068x675.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"CK18_hi-res_2_W0325-665x420.jpg\";s:5:\"width\";i:665;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28121,5408,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9285797209129538;s:5:\"bytes\";i:8460;s:11:\"size_before\";i:215345;s:10:\"size_after\";i:206885;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7220;s:10:\"size_after\";i:6795;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:943;s:11:\"size_before\";i:16540;s:10:\"size_after\";i:15597;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:2889;s:11:\"size_before\";i:72843;s:10:\"size_after\";i:69954;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:4203;s:11:\"size_before\";i:118742;s:10:\"size_after\";i:114539;s:4:\"time\";d:0.040000000000000001;}}}'),(28122,5408,'_wp_attachment_image_alt','commercial kitchens'),(28137,5410,'_edit_last','1'),(28138,5410,'_edit_lock','1563958769:1'),(28139,5411,'_wp_attached_file','2019/05/EC-Summer-Superfoods.jpg'),(28140,5411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2980;s:6:\"height\";i:1983;s:4:\"file\";s:32:\"2019/05/EC-Summer-Superfoods.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-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:32:\"EC-Summer-Superfoods-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"EC-Summer-Superfoods-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"EC-Summer-Superfoods-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"EC-Summer-Superfoods-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"EC-Summer-Superfoods-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"EC-Summer-Superfoods-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"EC-Summer-Superfoods-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"EC-Summer-Superfoods-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28141,5411,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8554465857060443;s:5:\"bytes\";i:13298;s:11:\"size_before\";i:273878;s:10:\"size_after\";i:260580;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:606;s:11:\"size_before\";i:8416;s:10:\"size_after\";i:7810;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1222;s:11:\"size_before\";i:19568;s:10:\"size_after\";i:18346;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:4544;s:11:\"size_before\";i:94266;s:10:\"size_after\";i:89722;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:6926;s:11:\"size_before\";i:151628;s:10:\"size_after\";i:144702;s:4:\"time\";d:0.050000000000000003;}}}'),(28142,5411,'_wp_attachment_image_alt','wellbeing recipe guide'),(28143,5410,'_thumbnail_id','5411'),(28144,5410,'slide_template','default'),(28145,5410,'tdc_dirty_content','1'),(28146,5410,'tdc_icon_fonts','a:0:{}'),(28147,5410,'tdc_google_fonts','a:0:{}'),(28148,5410,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/EC-Summer-Superfoods.jpg'),(28149,5410,'_yoast_wpseo_opengraph-image-id','5411'),(28150,5410,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/05/EC-Summer-Superfoods.jpg'),(28151,5410,'_yoast_wpseo_twitter-image-id','5411'),(28152,5410,'_yoast_wpseo_focuskw','essential cuisine'),(28153,5410,'_yoast_wpseo_metadesc','It’s a company arguably more famous for colder weather classics, but this summer Essential Cuisine is unveiling a chef-focused, productivity-boosting recipe guide, packed with vibrant ingredients that not only offer a timely flavour lift, but could help brighten the moods of diners too.'),(28154,5410,'_yoast_wpseo_linkdex','60'),(28155,5410,'_yoast_wpseo_content_score','30'),(28156,5410,'_yoast_wpseo_primary_category','3'),(28159,5410,'post_views_count','0'),(28161,5413,'_edit_last','1'),(28162,5413,'_edit_lock','1563958707:1'),(28163,5414,'_wp_attached_file','2019/06/HogsBackHopBlessing-e1559558348960.jpg'),(28164,5414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1840;s:6:\"height\";i:1810;s:4:\"file\";s:46:\"2019/06/HogsBackHopBlessing-e1559558348960.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-768x755.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"HogsBackHopBlessing-e1559558348960-1024x1007.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1007;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"HogsBackHopBlessing-e1559558348960-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"HogsBackHopBlessing-e1559558348960-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-696x685.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"HogsBackHopBlessing-e1559558348960-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"HogsBackHopBlessing-e1559558348960-1068x1051.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1051;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"HogsBackHopBlessing-e1559558348960-427x420.jpg\";s:5:\"width\";i:427;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559241885\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:18:\"0.0022421524663677\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";}}'),(28165,5414,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.009237026719873;s:5:\"bytes\";i:51536;s:11:\"size_before\";i:468116;s:10:\"size_after\";i:416580;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:7860;s:10:\"size_after\";i:7301;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:2869;s:11:\"size_before\";i:26804;s:10:\"size_after\";i:25044;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.84;s:5:\"bytes\";i:17367;s:11:\"size_before\";i:179177;s:10:\"size_after\";i:143627;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:22572;s:11:\"size_before\";i:254275;s:10:\"size_after\";i:240608;s:4:\"time\";d:0.089999999999999997;}}}'),(28166,5414,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1843;s:6:\"height\";i:2406;s:4:\"file\";s:23:\"HogsBackHopBlessing.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"HogsBackHopBlessing-768x1003.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1003;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"HogsBackHopBlessing-784x1024.jpg\";s:5:\"width\";i:784;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:29:\"HogsBackHopBlessing-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:30:\"HogsBackHopBlessing-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-696x909.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:909;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:32:\"HogsBackHopBlessing-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:33:\"HogsBackHopBlessing-1068x1394.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:31:\"HogsBackHopBlessing-322x420.jpg\";s:5:\"width\";i:322;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(28167,5414,'_wp_attachment_image_alt','hogs brewery hop garden'),(28168,5413,'_thumbnail_id','5414'),(28169,5413,'slide_template','default'),(28170,5413,'tdc_dirty_content','1'),(28171,5413,'tdc_icon_fonts','a:0:{}'),(28172,5413,'tdc_google_fonts','a:0:{}'),(28173,5413,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/HogsBackHopBlessing-e1559558348960.jpg'),(28174,5413,'_yoast_wpseo_opengraph-image-id','5414'),(28175,5413,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/HogsBackHopBlessing-e1559558348960.jpg'),(28176,5413,'_yoast_wpseo_twitter-image-id','5414'),(28177,5413,'_yoast_wpseo_focuskw','Hops Brewery Hop Garden'),(28178,5413,'_yoast_wpseo_metadesc','Surrey-based Hogs Back Brewery has celebrated the growth of its new hop garden with an official blessing by local vicar.'),(28179,5413,'_yoast_wpseo_linkdex','58'),(28180,5413,'_yoast_wpseo_content_score','30'),(28181,5413,'_yoast_wpseo_primary_category','2'),(28186,5422,'_edit_last','1'),(28187,5422,'_edit_lock','1563958640:1'),(28188,5423,'_wp_attached_file','2019/06/8901.jpg'),(28189,5423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:16:\"2019/06/8901.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"8901-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"8901-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:16:\"8901-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"8901-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"8901-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"8901-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"8901-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"8901-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"8901-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"8901-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:16:\"8901-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"8901-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:16:\"8901-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:16:\"8901-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"8901-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:16:\"8901-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:16:\"8901-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:16:\"8901-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:16:\"8901-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"8901-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:17:\"8901-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:16:\"8901-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:18:\"8901-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:9:\"PORNSAWAN\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:59:\"Glass bottles of beer with glass and ice on dark background\";s:17:\"created_timestamp\";s:10:\"1549994966\";s:9:\"copyright\";s:9:\"SANGMANEE\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:59:\"Glass bottles of beer with glass and ice on dark background\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:42:{i:0;s:7:\"alcohol\";i:1;s:3:\"ale\";i:2;s:10:\"background\";i:3;s:3:\"bar\";i:4;s:4:\"beer\";i:5;s:8:\"beverage\";i:6;s:6:\"bottle\";i:7;s:7:\"bottles\";i:8;s:6:\"brewed\";i:9;s:5:\"brown\";i:10;s:6:\"bubble\";i:11;s:11:\"celebration\";i:12;s:7:\"closeup\";i:13;s:4:\"cold\";i:14;s:5:\"color\";i:15;s:4:\"cool\";i:16;s:4:\"dark\";i:17;s:5:\"drink\";i:18;s:4:\"drop\";i:19;s:4:\"foam\";i:20;s:5:\"fresh\";i:21;s:4:\"full\";i:22;s:5:\"glass\";i:23;s:4:\"gold\";i:24;s:6:\"golden\";i:25;s:5:\"happy\";i:26;s:5:\"lager\";i:27;s:5:\"light\";i:28;s:6:\"liquid\";i:29;s:3:\"mug\";i:30;s:5:\"party\";i:31;s:4:\"pint\";i:32;s:3:\"pub\";i:33;s:10:\"refreshing\";i:34;s:11:\"refreshment\";i:35;s:5:\"table\";i:36;s:11:\"transparent\";i:37;s:3:\"wet\";i:38;s:5:\"white\";i:39;s:4:\"wood\";i:40;s:6:\"wooden\";i:41;s:6:\"yellow\";}}}'),(28190,5423,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0946647888177123;s:5:\"bytes\";i:4087;s:11:\"size_before\";i:132066;s:10:\"size_after\";i:127979;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:385;s:11:\"size_before\";i:6241;s:10:\"size_after\";i:5856;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:455;s:11:\"size_before\";i:11376;s:10:\"size_after\";i:10921;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:45132;s:10:\"size_after\";i:43861;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:1976;s:11:\"size_before\";i:69317;s:10:\"size_after\";i:67341;s:4:\"time\";d:0.059999999999999998;}}}'),(28191,5423,'_wp_attachment_image_alt','ukhospitality'),(28192,5422,'_thumbnail_id','5423'),(28193,5422,'slide_template','default'),(28194,5422,'tdc_dirty_content','1'),(28195,5422,'tdc_icon_fonts','a:0:{}'),(28196,5422,'tdc_google_fonts','a:0:{}'),(28197,5422,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/8901.jpg'),(28198,5422,'_yoast_wpseo_opengraph-image-id','5423'),(28199,5422,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/8901.jpg'),(28200,5422,'_yoast_wpseo_twitter-image-id','5423'),(28201,5422,'_yoast_wpseo_focuskw','ukhospitality'),(28202,5422,'_yoast_wpseo_metadesc','UKHospitality has cautioned against the introduction of minimum unit pricing for alcohol in Wales following the Welsh Government’s reiteration it intends to introduce the measure.'),(28203,5422,'_yoast_wpseo_linkdex','54'),(28204,5422,'_yoast_wpseo_content_score','30'),(28205,5422,'_yoast_wpseo_primary_category','2'),(28210,5427,'_edit_last','1'),(28211,5427,'_edit_lock','1559719001:1'),(28212,5428,'_wp_attached_file','2019/06/264451-P4TGPG-255.jpg'),(28213,5428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:29:\"2019/06/264451-P4TGPG-255.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-150x150.jpg\";s:5:\"width\";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:\"264451-P4TGPG-255-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:29:\"264451-P4TGPG-255-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"264451-P4TGPG-255-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"264451-P4TGPG-255-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"264451-P4TGPG-255-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"264451-P4TGPG-255-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"264451-P4TGPG-255-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"264451-P4TGPG-255-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"264451-P4TGPG-255-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1512210425\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28214,5428,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9707430278770879;s:5:\"bytes\";i:5210;s:11:\"size_before\";i:175377;s:10:\"size_after\";i:170167;s:4:\"time\";d:1.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6585;s:10:\"size_after\";i:6242;s:4:\"time\";d:0.65000000000000002;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:625;s:11:\"size_before\";i:14365;s:10:\"size_after\";i:13740;s:4:\"time\";d:0.33000000000000002;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:1685;s:11:\"size_before\";i:59806;s:10:\"size_after\";i:58121;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7000000000000002;s:5:\"bytes\";i:2557;s:11:\"size_before\";i:94621;s:10:\"size_after\";i:92064;s:4:\"time\";d:0.040000000000000001;}}}'),(28215,5428,'_wp_attachment_image_alt','BBPA'),(28216,5427,'_thumbnail_id','5428'),(28217,5427,'slide_template','default'),(28218,5427,'tdc_dirty_content','1'),(28219,5427,'tdc_icon_fonts','a:0:{}'),(28220,5427,'tdc_google_fonts','a:0:{}'),(28221,5427,'_yoast_wpseo_focuskw','BBPA'),(28222,5427,'_yoast_wpseo_metadesc','Today, the British Beer & Pub Association (BBPA) has launched the first episode of its new podcast, The Beer & Pubcast.'),(28223,5427,'_yoast_wpseo_linkdex','69'),(28224,5427,'_yoast_wpseo_content_score','30'),(28225,5427,'_yoast_wpseo_primary_category','2'),(28230,5443,'_wp_attached_file','2019/06/IDE_Banner_1000x200.jpg'),(28231,5443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2019/06/IDE_Banner_1000x200.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"IDE_Banner_1000x200-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"IDE_Banner_1000x200-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"IDE_Banner_1000x200-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-356x200.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-356x200.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-485x200.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-533x200.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-534x200.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-696x139.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-696x200.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"IDE_Banner_1000x200-741x200.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28232,5444,'_wp_attached_file','2019/06/RBTL_Banner_1000x200.jpg'),(28233,5444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2019/06/RBTL_Banner_1000x200.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"RBTL_Banner_1000x200-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"RBTL_Banner_1000x200-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"RBTL_Banner_1000x200-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-356x200.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-356x200.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-485x200.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-533x200.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-534x200.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-696x139.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-696x200.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"RBTL_Banner_1000x200-741x200.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28234,5443,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6531525929610744;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:40205;s:10:\"size_after\";i:36726;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6799999999999997;s:5:\"bytes\";i:891;s:11:\"size_before\";i:9206;s:10:\"size_after\";i:8315;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:450;s:11:\"size_before\";i:6269;s:10:\"size_after\";i:5819;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:2138;s:11:\"size_before\";i:24730;s:10:\"size_after\";i:22592;s:4:\"time\";d:0.01;}}}'),(28235,5444,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2239659088009391;s:5:\"bytes\";i:2831;s:11:\"size_before\";i:39189;s:10:\"size_after\";i:36358;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4100000000000001;s:5:\"bytes\";i:763;s:11:\"size_before\";i:8111;s:10:\"size_after\";i:7348;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:318;s:11:\"size_before\";i:6024;s:10:\"size_after\";i:5706;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:25054;s:10:\"size_after\";i:23304;s:4:\"time\";d:0.01;}}}'),(28236,5443,'_wp_attachment_image_link','http://www.internationaldrinkexpo.co.uk/tracker.asp?code=ptnOTP&url=/?ptnOTP'),(28237,5444,'_wp_attachment_image_link','http://www.restauranttechlive.co.uk/'),(28245,4411,'_wp_attachment_image_link','https://www.egginfo.co.uk/'),(28246,5446,'_wp_attached_file','2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26.jpg'),(28247,5446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:3508;s:4:\"file\";s:47:\"2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-1068x1511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26-1920x2716.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2716;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28248,5446,'_wp_attachment_image_alt','Ontrade Progress issue #26'),(28249,5446,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0072610723356341;s:5:\"bytes\";i:15654;s:11:\"size_before\";i:312626;s:10:\"size_after\";i:296972;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:582;s:11:\"size_before\";i:8101;s:10:\"size_after\";i:7519;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:20137;s:10:\"size_after\";i:18720;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:7099;s:11:\"size_before\";i:149495;s:10:\"size_after\";i:142396;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:6556;s:11:\"size_before\";i:134893;s:10:\"size_after\";i:128337;s:4:\"time\";d:0.070000000000000007;}}}'),(28262,5452,'_edit_last','1'),(28263,5452,'_wp_page_template','default'),(28264,5452,'slide_template','default'),(28265,5452,'tdc_dirty_content','1'),(28266,5452,'tdc_icon_fonts','a:0:{}'),(28267,5452,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(28268,5452,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(28269,5452,'_yoast_wpseo_content_score','60'),(28270,5452,'_edit_lock','1571151767:1'),(28271,5452,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(28272,5452,'_wpb_vc_js_status',''),(28273,5461,'_wp_attached_file','2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px.jpg'),(28274,5461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:1375;s:4:\"file\";s:57:\"2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-696x766.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-1068x1175.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px-382x420.jpg\";s:5:\"width\";i:382;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28275,5461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8344869871081211;s:5:\"bytes\";i:9506;s:11:\"size_before\";i:247908;s:10:\"size_after\";i:238402;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:6875;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:20010;s:10:\"size_after\";i:18919;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:94916;s:10:\"size_after\";i:91334;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:4336;s:11:\"size_before\";i:125610;s:10:\"size_after\";i:121274;s:4:\"time\";d:0.11;}}}'),(28276,5310,'_edit_lock','1559645064:1'),(28277,5462,'_wp_attached_file','2019/06/ISSUE-26_Front-Cover.png'),(28278,5462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:32:\"2019/06/ISSUE-26_Front-Cover.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"ISSUE-26_Front-Cover-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"ISSUE-26_Front-Cover-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;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:{}}}'),(28279,5462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157637;s:10:\"size_after\";i:157637;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38913;s:10:\"size_after\";i:38913;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118724;s:10:\"size_after\";i:118724;s:4:\"time\";d:0.10000000000000001;}}}'),(28280,5463,'_wp_attached_file','2019/06/ISSUE-26_Front-Cover-1.png'),(28281,5463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:34:\"2019/06/ISSUE-26_Front-Cover-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"ISSUE-26_Front-Cover-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"ISSUE-26_Front-Cover-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"ISSUE-26_Front-Cover-1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28282,5463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157637;s:10:\"size_after\";i:157637;s:4:\"time\";d:0.20000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38913;s:10:\"size_after\";i:38913;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118724;s:10:\"size_after\";i:118724;s:4:\"time\";d:0.16;}}}'),(28283,5464,'_wp_attached_file','2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px.png'),(28284,5464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-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:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28285,5464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:137903;s:10:\"size_after\";i:137903;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38933;s:10:\"size_after\";i:38933;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98970;s:10:\"size_after\";i:98970;s:4:\"time\";d:0.14999999999999999;}}}'),(28286,5464,'_wp_attachment_image_alt','Issue #26'),(28287,5467,'_wp_attached_file','2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.jpg'),(28288,5467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1250;s:6:\"height\";i:1375;s:4:\"file\";s:57:\"2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-696x766.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1068x1175.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-382x420.jpg\";s:5:\"width\";i:382;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28289,5467,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8344869871081211;s:5:\"bytes\";i:9506;s:11:\"size_before\";i:247908;s:10:\"size_after\";i:238402;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:6875;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:20010;s:10:\"size_after\";i:18919;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:94916;s:10:\"size_after\";i:91334;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:4336;s:11:\"size_before\";i:125610;s:10:\"size_after\";i:121274;s:4:\"time\";d:0.080000000000000002;}}}'),(28290,5467,'_wp_attachment_image_alt','Ontrade Progress issue 26'),(28291,5468,'_wp_attached_file','2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-e1559651178292.jpg'),(28292,5468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:74:\"2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-e1559651178292.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-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:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-931x1024.jpg\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-696x766.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:60:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:61:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-1068x1175.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-382x420.jpg\";s:5:\"width\";i:382;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28293,5468,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8344869871081211;s:5:\"bytes\";i:9506;s:11:\"size_before\";i:247908;s:10:\"size_after\";i:238402;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:497;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:6875;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:20010;s:10:\"size_after\";i:18919;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:94916;s:10:\"size_after\";i:91334;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:4336;s:11:\"size_before\";i:125610;s:10:\"size_after\";i:121274;s:4:\"time\";d:0.040000000000000001;}}}'),(28294,5468,'_wp_attachment_image_alt','Ontrade Progress Issue 26'),(28295,5468,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1250;s:6:\"height\";i:1375;s:4:\"file\";s:51:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1.jpg\";}}'),(28296,5469,'_wp_attached_file','2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.png'),(28297,5469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-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:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28298,5469,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:155418;s:10:\"size_after\";i:155418;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35576;s:10:\"size_after\";i:35576;s:4:\"time\";d:0.10000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:119842;s:10:\"size_after\";i:119842;s:4:\"time\";d:0.080000000000000002;}}}'),(28299,5469,'_wp_attachment_image_alt','Ontrade Progress Magazine Issue #26'),(28300,5471,'_wp_attached_file','2019/06/26.png'),(28301,5471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:14:\"2019/06/26.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"26-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:\"26-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:12:\"26-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:13:\"26-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:14:\"26-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:14:\"26-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:14:\"26-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:14:\"26-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:14:\"26-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:14:\"26-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28302,5471,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157684;s:10:\"size_after\";i:157684;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38911;s:10:\"size_after\";i:38911;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118773;s:10:\"size_after\";i:118773;s:4:\"time\";d:0.11;}}}'),(28303,5472,'_wp_attached_file','2019/06/26-2.png'),(28304,5472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:350;s:4:\"file\";s:16:\"2019/06/26-2.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"26-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"26-2-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:14:\"26-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:15:\"26-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:16:\"26-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:16:\"26-2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:16:\"26-2-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:16:\"26-2-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:16:\"26-2-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:16:\"26-2-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28305,5472,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157637;s:10:\"size_after\";i:157637;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38913;s:10:\"size_after\";i:38913;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118724;s:10:\"size_after\";i:118724;s:4:\"time\";d:0.11;}}}'),(28306,5427,'post_views_count','0'),(28307,5422,'post_views_count','0'),(28308,5413,'post_views_count','0'),(28313,5476,'_edit_last','1'),(28314,5476,'_edit_lock','1559828018:1'),(28315,5477,'_wp_attached_file','2019/06/E42A8824-1.jpg'),(28316,5477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:22:\"2019/06/E42A8824-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"E42A8824-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:\"E42A8824-1-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:22:\"E42A8824-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"E42A8824-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"E42A8824-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"E42A8824-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"E42A8824-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"E42A8824-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"E42A8824-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:24:\"E42A8824-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1559645373\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28317,5477,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8538900957438247;s:5:\"bytes\";i:8143;s:11:\"size_before\";i:211293;s:10:\"size_after\";i:203150;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:617;s:11:\"size_before\";i:8542;s:10:\"size_after\";i:7925;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:18331;s:10:\"size_after\";i:17214;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:2938;s:11:\"size_before\";i:73474;s:10:\"size_after\";i:70536;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:3471;s:11:\"size_before\";i:110946;s:10:\"size_after\";i:107475;s:4:\"time\";d:0.040000000000000001;}}}'),(28318,5477,'_wp_attachment_image_alt','Commercial Kitchen'),(28319,5476,'_thumbnail_id','5477'),(28320,5476,'slide_template','default'),(28321,5476,'tdc_dirty_content','1'),(28322,5476,'tdc_icon_fonts','a:0:{}'),(28323,5476,'tdc_google_fonts','a:0:{}'),(28324,5476,'_yoast_wpseo_focuskw','Commercial Kitchen'),(28325,5476,'_yoast_wpseo_metadesc','Commercial Kitchen – the UK’s leading kitchen equipment, services and design show – bid farewell to Birmingham in style this week (4-5 June).'),(28326,5476,'_yoast_wpseo_linkdex','81'),(28327,5476,'_yoast_wpseo_content_score','30'),(28328,5476,'_yoast_wpseo_primary_category','6'),(28331,5476,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/E42A8824-1.jpg'),(28332,5476,'_yoast_wpseo_opengraph-image-id','5477'),(28333,5476,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/E42A8824-1.jpg'),(28334,5476,'_yoast_wpseo_twitter-image-id','5477'),(28335,5479,'_edit_last','1'),(28336,5479,'_edit_lock','1559828662:1'),(28337,5480,'_wp_attached_file','2019/06/341695-PA9A9I-814.jpg'),(28338,5480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4664;s:6:\"height\";i:2508;s:4:\"file\";s:29:\"2019/06/341695-PA9A9I-814.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-150x150.jpg\";s:5:\"width\";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:\"341695-PA9A9I-814-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"341695-PA9A9I-814-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"341695-PA9A9I-814-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"341695-PA9A9I-814-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-696x374.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"341695-PA9A9I-814-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"341695-PA9A9I-814-1068x574.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"341695-PA9A9I-814-781x420.jpg\";s:5:\"width\";i:781;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"341695-PA9A9I-814-1920x1032.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1032;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(28339,5480,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5735806435051742;s:5:\"bytes\";i:3509;s:11:\"size_before\";i:136347;s:10:\"size_after\";i:132838;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:325;s:11:\"size_before\";i:6058;s:10:\"size_after\";i:5733;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:493;s:11:\"size_before\";i:11598;s:10:\"size_after\";i:11105;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:47255;s:10:\"size_after\";i:46065;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1000000000000001;s:5:\"bytes\";i:1501;s:11:\"size_before\";i:71436;s:10:\"size_after\";i:69935;s:4:\"time\";d:0.089999999999999997;}}}'),(28340,5480,'_wp_attachment_image_alt','Womens World Cup'),(28341,5479,'_thumbnail_id','5480'),(28342,5479,'slide_template','default'),(28343,5479,'tdc_dirty_content','1'),(28344,5479,'tdc_icon_fonts','a:0:{}'),(28345,5479,'tdc_google_fonts','a:0:{}'),(28346,5479,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/341695-PA9A9I-814.jpg'),(28347,5479,'_yoast_wpseo_opengraph-image-id','5480'),(28348,5479,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/341695-PA9A9I-814.jpg'),(28349,5479,'_yoast_wpseo_twitter-image-id','5480'),(28350,5479,'_yoast_wpseo_focuskw','Womens World Cup'),(28351,5479,'_yoast_wpseo_metadesc','The British Beer and Pub Association (BBPA) has predicted that the Women’s World Cup could boost beer sales by 3 million pints'),(28352,5479,'_yoast_wpseo_linkdex','56'),(28353,5479,'_yoast_wpseo_content_score','30'),(28354,5479,'_yoast_wpseo_primary_category','510'),(28357,5482,'_edit_last','1'),(28358,5482,'_edit_lock','1559830438:1'),(28359,5483,'_wp_attached_file','2019/06/Kanpai-Sake-e1559829297368.jpg'),(28360,5483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:494;s:4:\"file\";s:38:\"2019/06/Kanpai-Sake-e1559829297368.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-768x395.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Kanpai-Sake-e1559829297368-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Kanpai-Sake-e1559829297368-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-696x358.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Kanpai-Sake-e1559829297368-816x420.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28361,5483,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.845151337837116;s:5:\"bytes\";i:43815;s:11:\"size_before\";i:112794;s:10:\"size_after\";i:68979;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.68;s:5:\"bytes\";i:777;s:11:\"size_before\";i:6790;s:10:\"size_after\";i:5793;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.289999999999999;s:5:\"bytes\";i:1662;s:11:\"size_before\";i:19486;s:10:\"size_after\";i:11636;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.420000000000002;s:5:\"bytes\";i:3978;s:11:\"size_before\";i:86518;s:10:\"size_after\";i:51550;s:4:\"time\";d:0.029999999999999999;}}}'),(28362,5483,'_wp_attachment_image_alt','Kanpai Sake'),(28363,5484,'_wp_attached_file','2019/06/Tom-and-Lucy.jpg'),(28364,5484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2019/06/Tom-and-Lucy.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Tom-and-Lucy-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Tom-and-Lucy-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Tom-and-Lucy-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28365,5484,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0440300522578898;s:5:\"bytes\";i:5092;s:11:\"size_before\";i:125914;s:10:\"size_after\";i:120822;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8475;s:10:\"size_after\";i:7867;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:23783;s:10:\"size_after\";i:22533;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:3234;s:11:\"size_before\";i:93656;s:10:\"size_after\";i:90422;s:4:\"time\";d:0.040000000000000001;}}}'),(28366,5484,'_wp_attachment_image_alt','Tom and Lucy from Kanpai'),(28367,5482,'_thumbnail_id','5483'),(28368,5482,'slide_template','default'),(28369,5482,'tdc_dirty_content','1'),(28370,5482,'tdc_icon_fonts','a:0:{}'),(28371,5482,'tdc_google_fonts','a:0:{}'),(28372,5482,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Kanpai-Sake.jpg'),(28373,5482,'_yoast_wpseo_opengraph-image-id','5483'),(28374,5482,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Kanpai-Sake.jpg'),(28375,5482,'_yoast_wpseo_twitter-image-id','5483'),(28376,5482,'_yoast_wpseo_focuskw','Kanpai'),(28377,5482,'_yoast_wpseo_metadesc','Kanpai is the Japanese for ‘Cheers!’. Founders, Tom and Lucy Wilson, were so inspired by what they saw and tasted in Japan that a few years ago they began home-brewing Sake with great success.'),(28378,5482,'_yoast_wpseo_linkdex','69'),(28379,5482,'_yoast_wpseo_content_score','30'),(28380,5482,'_yoast_wpseo_primary_category','2'),(28381,5483,'_wp_attachment_backup_sizes','a:21:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:15:\"Kanpai-Sake.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:21:\"Kanpai-Sake-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:22:\"Kanpai-Sake-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-960x580.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:23:\"Kanpai-Sake-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(28384,5486,'_edit_last','1'),(28385,5486,'_edit_lock','1559831893:1'),(28386,5487,'_wp_attached_file','2019/06/Screen-Shot-2019-05-30-at-12.34.56-e1559830944387.png'),(28387,5487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:213;s:4:\"file\";s:61:\"2019/06/Screen-Shot-2019-05-30-at-12.34.56-e1559830944387.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-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:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-324x213.png\";s:5:\"width\";i:324;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-324x213.png\";s:5:\"width\";i:324;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-356x213.png\";s:5:\"width\";i:356;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Screen-Shot-2019-05-30-at-12.34.56-e1559830944387-356x213.png\";s:5:\"width\";i:356;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-410x360.png\";s:5:\"width\";i:410;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-410x261.png\";s:5:\"width\";i:410;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-410x385.png\";s:5:\"width\";i:410;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28388,5487,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.690172574823883;s:5:\"bytes\";i:88828;s:11:\"size_before\";i:213067;s:10:\"size_after\";i:124239;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.109999999999999;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47524;s:10:\"size_after\";i:39395;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.75;s:5:\"bytes\";i:0;s:11:\"size_before\";i:165543;s:10:\"size_after\";i:84844;s:4:\"time\";d:0.050000000000000003;}}}'),(28389,5487,'_wp_attachment_image_alt','World Gin Day'),(28390,5487,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:410;s:6:\"height\";i:411;s:4:\"file\";s:38:\"Screen-Shot-2019-05-30-at-12.34.56.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:44:\"Screen-Shot-2019-05-30-at-12.34.56-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:45:\"Screen-Shot-2019-05-30-at-12.34.56-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-410x360.png\";s:5:\"width\";i:410;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-410x261.png\";s:5:\"width\";i:410;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-410x385.png\";s:5:\"width\";i:410;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}}'),(28391,5488,'_wp_attached_file','2019/06/Screen-Shot-2019-05-30-at-12.34.56-1.png'),(28392,5488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:411;s:4:\"file\";s:48:\"2019/06/Screen-Shot-2019-05-30-at-12.34.56-1.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2019-05-30-at-12.34.56-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2019-05-30-at-12.34.56-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-410x360.png\";s:5:\"width\";i:410;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-410x261.png\";s:5:\"width\";i:410;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2019-05-30-at-12.34.56-1-410x385.png\";s:5:\"width\";i:410;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28393,5488,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:213067;s:10:\"size_after\";i:213067;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47524;s:10:\"size_after\";i:47524;s:4:\"time\";d:0.089999999999999997;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:165543;s:10:\"size_after\";i:165543;s:4:\"time\";d:0.080000000000000002;}}}'),(28394,5488,'_wp_attachment_image_alt','World Gin Day'),(28395,5486,'_thumbnail_id','5487'),(28396,5486,'slide_template','default'),(28397,5486,'tdc_dirty_content','1'),(28398,5486,'tdc_icon_fonts','a:0:{}'),(28399,5486,'tdc_google_fonts','a:0:{}'),(28400,5486,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56-1.png'),(28401,5486,'_yoast_wpseo_opengraph-image-id','5488'),(28402,5486,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56-1.png'),(28403,5486,'_yoast_wpseo_twitter-image-id','5488'),(28404,5486,'_yoast_wpseo_focuskw','World Gin Day'),(28405,5486,'_yoast_wpseo_metadesc','On the 8th June, World Gin Day is back with a boozy bang as The Botanist have teamed up with a number of prestigious London bars'),(28406,5486,'_yoast_wpseo_linkdex','73'),(28407,5486,'_yoast_wpseo_content_score','30'),(28408,5486,'_yoast_wpseo_primary_category','2'),(28411,5490,'_edit_last','1'),(28412,5490,'_edit_lock','1559854280:1'),(28413,5491,'_wp_attached_file','2019/06/Fireball-Fuelling-The-Fire-Tour.jpg'),(28414,5491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1499;s:6:\"height\";i:999;s:4:\"file\";s:43:\"2019/06/Fireball-Fuelling-The-Fire-Tour.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-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:43:\"Fireball-Fuelling-The-Fire-Tour-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Fireball-Fuelling-The-Fire-Tour-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Fireball-Fuelling-The-Fire-Tour-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Fireball-Fuelling-The-Fire-Tour-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Fireball-Fuelling-The-Fire-Tour-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Fireball-Fuelling-The-Fire-Tour-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Fireball-Fuelling-The-Fire-Tour-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544558855\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:5:\"10000\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28415,5491,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9855108564785979;s:5:\"bytes\";i:16826;s:11:\"size_before\";i:240870;s:10:\"size_after\";i:224044;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:743;s:11:\"size_before\";i:8757;s:10:\"size_after\";i:8014;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:1546;s:11:\"size_before\";i:18908;s:10:\"size_after\";i:17362;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:5436;s:11:\"size_before\";i:79791;s:10:\"size_after\";i:74355;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:9101;s:11:\"size_before\";i:133414;s:10:\"size_after\";i:124313;s:4:\"time\";d:0.040000000000000001;}}}'),(28416,5491,'_wp_attachment_image_alt','Fireball - The Fire Tour'),(28417,5490,'_thumbnail_id','5491'),(28418,5490,'slide_template','default'),(28419,5490,'tdc_dirty_content','1'),(28420,5490,'tdc_icon_fonts','a:0:{}'),(28421,5490,'tdc_google_fonts','a:0:{}'),(28422,5490,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Fireball-Fuelling-The-Fire-Tour.jpg'),(28423,5490,'_yoast_wpseo_opengraph-image-id','5491'),(28424,5490,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Fireball-Fuelling-The-Fire-Tour.jpg'),(28425,5490,'_yoast_wpseo_twitter-image-id','5491'),(28426,5490,'_yoast_wpseo_focuskw','Fireball'),(28427,5490,'_yoast_wpseo_metadesc','Fireball is once again adding a shot of excitement to the live music scene, with confirmation of the fourth annual Fireball: Fuelling The Fire tour.'),(28428,5490,'_yoast_wpseo_linkdex','73'),(28429,5490,'_yoast_wpseo_content_score','30'),(28430,5490,'_yoast_wpseo_primary_category','2'),(28433,5494,'_edit_last','1'),(28434,5494,'_edit_lock','1560960071:1'),(28435,5495,'_wp_attached_file','2019/06/Shipyard-Low-Tide-6-e1560942663405.jpg'),(28436,5495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5851;s:6:\"height\";i:4912;s:4:\"file\";s:46:\"2019/06/Shipyard-Low-Tide-6-e1560942663405.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560422508\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28437,5495,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:47.725164200962425;s:5:\"bytes\";i:517504;s:11:\"size_before\";i:1084342;s:10:\"size_after\";i:566838;s:4:\"time\";d:0.35000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.18;s:5:\"bytes\";i:91955;s:11:\"size_before\";i:892823;s:10:\"size_after\";i:382281;s:4:\"time\";d:0.22;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:485;s:11:\"size_before\";i:7604;s:10:\"size_after\";i:7119;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:770;s:11:\"size_before\";i:15247;s:10:\"size_after\";i:14477;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:2418;s:11:\"size_before\";i:65940;s:10:\"size_after\";i:63522;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:3289;s:11:\"size_before\";i:102728;s:10:\"size_after\";i:99439;s:4:\"time\";d:0.070000000000000007;}}}'),(28438,5495,'_wp_attachment_image_alt','Shipyard low alcohol alternative'),(28439,5494,'_thumbnail_id','5495'),(28440,5494,'slide_template','default'),(28441,5494,'tdc_dirty_content','1'),(28442,5494,'tdc_icon_fonts','a:0:{}'),(28443,5494,'tdc_google_fonts','a:0:{}'),(28444,5494,'_yoast_wpseo_content_score','30'),(28445,5494,'_yoast_wpseo_primary_category','2'),(28448,5494,'_yoast_wpseo_focuskw','Shipyard low alcohol'),(28449,5494,'_yoast_wpseo_metadesc','American Craft Beer brand Shipyard launches Low Tide, a 0.5% low alcohol pale ale to its range in response to ‘tasteless’ No and Low Alcohol beer.'),(28450,5494,'_yoast_wpseo_linkdex','65'),(28455,5494,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Shipyard-Low-Tide-6-e1560941781608.jpg'),(28456,5494,'_yoast_wpseo_opengraph-image-id','5495'),(28457,5494,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Shipyard-Low-Tide-6-e1560941781608.jpg'),(28458,5494,'_yoast_wpseo_twitter-image-id','5495'),(28461,5495,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:23:\"Shipyard-Low-Tide-6.jpg\";}s:18:\"full-1560941587168\";a:3:{s:5:\"width\";i:999;s:6:\"height\";i:667;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941575210.jpg\";}s:18:\"full-1560941598624\";a:3:{s:5:\"width\";i:999;s:6:\"height\";i:667;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941587168.jpg\";}s:18:\"full-1560941618876\";a:3:{s:5:\"width\";i:3500;s:6:\"height\";i:2336;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941608187.jpg\";}s:18:\"full-1560941624511\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941618876.jpg\";}s:18:\"full-1560941771912\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1001;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941624511.jpg\";}s:18:\"full-1560941845210\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1068;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941781608.jpg\";}s:18:\"full-1560941917196\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:1202;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941853813.jpg\";}s:18:\"full-1560941958773\";a:3:{s:5:\"width\";i:2300;s:6:\"height\";i:1536;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941926785.jpg\";}s:18:\"full-1560941966270\";a:3:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560941962335.jpg\";}s:18:\"full-1560942480860\";a:3:{s:5:\"width\";i:7360;s:6:\"height\";i:4912;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560942406277.jpg\";}s:18:\"full-1560942520881\";a:3:{s:5:\"width\";i:5446;s:6:\"height\";i:4912;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560942480860.jpg\";}s:18:\"full-1560942582585\";a:3:{s:5:\"width\";i:6697;s:6:\"height\";i:4912;s:4:\"file\";s:38:\"Shipyard-Low-Tide-6-e1560942544128.jpg\";}}'),(28486,5498,'_edit_last','1'),(28487,5498,'_edit_lock','1561039974:1'),(28488,5498,'slide_template','default'),(28489,5498,'tdc_dirty_content','1'),(28490,5498,'tdc_icon_fonts','a:0:{}'),(28491,5498,'tdc_google_fonts','a:0:{}'),(28492,5498,'_yoast_wpseo_content_score','30'),(28493,5498,'_yoast_wpseo_primary_category','2'),(28494,5498,'_yoast_wpseo_focuskw','Strongbow dual fount'),(28495,5498,'_yoast_wpseo_title','%%title%% %%page%% %%sep%%'),(28496,5498,'_yoast_wpseo_metadesc','%%title%%. Strongbow is rolling out its new Dual Fount to pubs and bars nationwide.'),(28497,5498,'_yoast_wpseo_linkdex','71'),(28498,5501,'_wp_attached_file','2019/06/Strongbow-Fount_010-e1561037174345.jpg'),(28499,5501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2019/06/Strongbow-Fount_010-e1561037174345.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-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:31:\"Strongbow-Fount_010-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_010-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Strongbow-Fount_010-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Strongbow-Fount_010-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_010-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_010-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_010-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Strongbow-Fount_010-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539800970\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:8:\"Heineken\";}}}'),(28500,5501,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4564824846514988;s:5:\"bytes\";i:4319;s:11:\"size_before\";i:96915;s:10:\"size_after\";i:92596;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:190;s:11:\"size_before\";i:5162;s:10:\"size_after\";i:4972;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:229;s:11:\"size_before\";i:8438;s:10:\"size_after\";i:8209;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:32430;s:10:\"size_after\";i:31180;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:2650;s:11:\"size_before\";i:50885;s:10:\"size_after\";i:48235;s:4:\"time\";d:0.029999999999999999;}}}'),(28501,5501,'_wp_attachment_image_alt','Strongbow dual fount'),(28502,5498,'_thumbnail_id','5501'),(28503,5502,'_wp_attached_file','2019/06/Strongbow-Fount_003.jpg'),(28504,5502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2547;s:6:\"height\";i:3821;s:4:\"file\";s:31:\"2019/06/Strongbow-Fount_003.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_003-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_003-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Strongbow-Fount_003-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Strongbow-Fount_003-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_003-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Strongbow-Fount_003-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Strongbow-Fount_003-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Strongbow-Fount_003-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Strongbow-Fount_003-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539800436\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:8:\"Heineken\";}}}'),(28505,5502,'_wp_attachment_image_alt','Strongbow new dual fount'),(28506,5502,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5964486926793535;s:5:\"bytes\";i:6417;s:11:\"size_before\";i:114662;s:10:\"size_after\";i:108245;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4300000000000002;s:5:\"bytes\";i:131;s:11:\"size_before\";i:3818;s:10:\"size_after\";i:3687;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:244;s:11:\"size_before\";i:7587;s:10:\"size_after\";i:7343;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:3452;s:11:\"size_before\";i:56178;s:10:\"size_after\";i:52726;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2590;s:11:\"size_before\";i:47079;s:10:\"size_after\";i:44489;s:4:\"time\";d:0.029999999999999999;}}}'),(28511,5498,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_010.jpg'),(28512,5498,'_yoast_wpseo_opengraph-image-id','5501'),(28513,5498,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_003.jpg'),(28514,5498,'_yoast_wpseo_twitter-image-id','5502'),(28519,5501,'_edit_lock','1561037051:1'),(28520,5501,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5540;s:6:\"height\";i:3693;s:4:\"file\";s:23:\"Strongbow-Fount_010.jpg\";}s:18:\"full-1561037174345\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:38:\"Strongbow-Fount_010-e1561037165713.jpg\";}}'),(28521,5501,'_edit_last','1'),(28526,5498,'post_views_count','0'),(28527,5494,'post_views_count','0'),(28528,5490,'post_views_count','0'),(28529,5486,'post_views_count','0'),(28530,5482,'post_views_count','0'),(28531,5479,'post_views_count','0'),(28532,5476,'post_views_count','0'),(28533,5504,'_edit_last','1'),(28534,5504,'_edit_lock','1561450848:1'),(28535,5504,'slide_template','default'),(28536,5504,'tdc_dirty_content','1'),(28537,5504,'tdc_icon_fonts','a:0:{}'),(28538,5504,'tdc_google_fonts','a:0:{}'),(28539,5504,'_yoast_wpseo_content_score','30'),(28540,5504,'_yoast_wpseo_primary_category','2'),(28541,5506,'_wp_attached_file','2019/06/HEINEKEN-Bulmers.jpg'),(28542,5506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7216;s:6:\"height\";i:5412;s:4:\"file\";s:28:\"2019/06/HEINEKEN-Bulmers.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-150x150.jpg\";s:5:\"width\";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:\"HEINEKEN-Bulmers-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:28:\"HEINEKEN-Bulmers-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"HEINEKEN-Bulmers-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"HEINEKEN-Bulmers-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"HEINEKEN-Bulmers-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:29:\"HEINEKEN-Bulmers-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:29:\"HEINEKEN-Bulmers-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:28:\"HEINEKEN-Bulmers-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"HEINEKEN-Bulmers-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28543,5506,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9942664157648737;s:5:\"bytes\";i:5426;s:11:\"size_before\";i:181213;s:10:\"size_after\";i:175787;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:485;s:11:\"size_before\";i:7522;s:10:\"size_after\";i:7037;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:825;s:11:\"size_before\";i:16483;s:10:\"size_after\";i:15658;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:1881;s:11:\"size_before\";i:62456;s:10:\"size_after\";i:60575;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:2235;s:11:\"size_before\";i:94752;s:10:\"size_after\";i:92517;s:4:\"time\";d:0.040000000000000001;}}}'),(28544,5506,'_wp_attachment_image_alt','Heineken Bulmers'),(28545,5504,'_thumbnail_id','5506'),(28548,5504,'_yoast_wpseo_focuskw','calorie and nutrition pledge from Heineken'),(28549,5504,'_yoast_wpseo_metadesc','Heineken UK pledges new calories and nutrition labels on all cider packaging white reducing sugar content of major cider brands by 30% %'),(28550,5504,'_yoast_wpseo_linkdex','59'),(28555,5504,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/HEINEKEN-Bulmers.jpg'),(28556,5504,'_yoast_wpseo_opengraph-image-id','5506'),(28557,5504,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/06/HEINEKEN-Bulmers.jpg'),(28558,5504,'_yoast_wpseo_twitter-image-id','5506'),(28559,5504,'post_views_count','0'),(28560,5509,'_edit_last','1'),(28561,5509,'_edit_lock','1561473160:1'),(28562,5509,'slide_template','default'),(28563,5509,'tdc_dirty_content','1'),(28564,5509,'tdc_icon_fonts','a:0:{}'),(28565,5509,'tdc_google_fonts','a:0:{}'),(28566,5509,'_yoast_wpseo_content_score','30'),(28567,5509,'_yoast_wpseo_primary_category','2'),(28568,5509,'post_views_count','0'),(28569,5512,'_wp_attached_file','2019/06/1.jpg'),(28570,5512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:988;s:4:\"file\";s:13:\"2019/06/1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:11:\"1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:12:\"1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:13:\"1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:13:\"1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:13:\"1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:13:\"1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:13:\"1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:13:\"1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:13:\"1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:13:\"1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:13:\"1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:13:\"1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:13:\"1-696x927.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:13:\"1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:13:\"1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:13:\"1-742x580.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:13:\"1-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28571,5512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4698851652214673;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:21335;s:10:\"size_after\";i:20168;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:421;s:11:\"size_before\";i:6502;s:10:\"size_after\";i:6081;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:746;s:11:\"size_before\";i:14833;s:10:\"size_after\";i:14087;s:4:\"time\";d:0.01;}}}'),(28572,5513,'_wp_attached_file','2019/06/2.jpg'),(28573,5513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:988;s:4:\"file\";s:13:\"2019/06/2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:11:\"2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:12:\"2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:13:\"2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:13:\"2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:13:\"2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:13:\"2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:13:\"2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:13:\"2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:13:\"2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:13:\"2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:13:\"2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:13:\"2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:13:\"2-696x927.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:13:\"2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:13:\"2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:13:\"2-742x580.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:13:\"2-315x420.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28574,5513,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1349486791182901;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:29715;s:10:\"size_after\";i:27892;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:644;s:11:\"size_before\";i:8849;s:10:\"size_after\";i:8205;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:1179;s:11:\"size_before\";i:20866;s:10:\"size_after\";i:19687;s:4:\"time\";d:0.01;}}}'),(28575,5509,'_thumbnail_id','5513'),(28576,5509,'_yoast_wpseo_focuskw','Giffard West Cup'),(28577,5509,'_yoast_wpseo_title','Giffard West Cup 2019 from Château d\'Angers, France'),(28578,5509,'_yoast_wpseo_metadesc','On May 27 and 28, 2019, Giffard held the 21st edition of its Giffard West Cup, bringing together 17 bartenders from all over the world at Château d\'Angers'),(28579,5509,'_yoast_wpseo_linkdex','73'),(28582,5518,'_edit_last','1'),(28583,5518,'_edit_lock','1561476391:1'),(28584,5519,'_wp_attached_file','2019/06/apple-3964049_1280.jpg'),(28585,5519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:30:\"2019/06/apple-3964049_1280.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-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:30:\"apple-3964049_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"apple-3964049_1280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"apple-3964049_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"apple-3964049_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"apple-3964049_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"apple-3964049_1280-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"apple-3964049_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28586,5519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9530675617827127;s:5:\"bytes\";i:4346;s:11:\"size_before\";i:147169;s:10:\"size_after\";i:142823;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:321;s:11:\"size_before\";i:5919;s:10:\"size_after\";i:5598;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:687;s:11:\"size_before\";i:13294;s:10:\"size_after\";i:12607;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:50894;s:10:\"size_after\";i:49372;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:77062;s:10:\"size_after\";i:75246;s:4:\"time\";d:0.029999999999999999;}}}'),(28587,5519,'_wp_attachment_image_alt','Strongbow Dark Fruit relaunches its range with no artificial'),(28588,5518,'_thumbnail_id','5519'),(28589,5518,'slide_template','default'),(28590,5518,'tdc_dirty_content','1'),(28591,5518,'tdc_icon_fonts','a:0:{}'),(28592,5518,'tdc_google_fonts','a:0:{}'),(28593,5518,'_yoast_wpseo_focuskw','Dark Fruit'),(28594,5518,'_yoast_wpseo_title','Strongbow Dark Fruit relaunches its range with no artificial sweeteners'),(28595,5518,'_yoast_wpseo_metadesc','Strongbow, has announced its Original, Strongbow Cloudy Apple and Strongbow Dark Fruit variants are now made without artificials'),(28596,5518,'_yoast_wpseo_linkdex','75'),(28597,5518,'_yoast_wpseo_content_score','30'),(28598,5518,'_yoast_wpseo_primary_category','2'),(28601,5518,'post_views_count','0'),(28602,5521,'_edit_last','1'),(28603,5521,'_edit_lock','1561473999:1'),(28604,5522,'_wp_attached_file','2019/06/alcohol-21938_1280.jpg'),(28605,5522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2019/06/alcohol-21938_1280.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-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:30:\"alcohol-21938_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"alcohol-21938_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"alcohol-21938_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28606,5522,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1408729535241804;s:5:\"bytes\";i:10542;s:11:\"size_before\";i:254584;s:10:\"size_after\";i:244042;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8268;s:10:\"size_after\";i:7769;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:18234;s:10:\"size_after\";i:17198;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:3662;s:11:\"size_before\";i:87742;s:10:\"size_after\";i:84080;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:140340;s:10:\"size_after\";i:134995;s:4:\"time\";d:0.059999999999999998;}}}'),(28607,5523,'_wp_attached_file','2019/06/alcohol-21938_1280-1.jpg'),(28608,5523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2019/06/alcohol-21938_1280-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-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:32:\"alcohol-21938_1280-1-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:32:\"alcohol-21938_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"alcohol-21938_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"alcohol-21938_1280-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"alcohol-21938_1280-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"alcohol-21938_1280-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"alcohol-21938_1280-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"alcohol-21938_1280-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28609,5523,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1408729535241804;s:5:\"bytes\";i:10542;s:11:\"size_before\";i:254584;s:10:\"size_after\";i:244042;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8268;s:10:\"size_after\";i:7769;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:18234;s:10:\"size_after\";i:17198;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:3662;s:11:\"size_before\";i:87742;s:10:\"size_after\";i:84080;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:140340;s:10:\"size_after\";i:134995;s:4:\"time\";d:0.050000000000000003;}}}'),(28610,5523,'_wp_attachment_image_alt','Marston’s Launch It’s First Official Work Placement Scheme'),(28611,5521,'_thumbnail_id','5523'),(28612,5521,'slide_template','default'),(28613,5521,'tdc_dirty_content','1'),(28614,5521,'tdc_icon_fonts','a:0:{}'),(28615,5521,'tdc_google_fonts','a:0:{}'),(28616,5521,'_yoast_wpseo_focuskw','marston\'s'),(28617,5521,'_yoast_wpseo_title','Marston’s Launch It’s First Official Work Placement Scheme'),(28618,5521,'_yoast_wpseo_metadesc','Marston’s have officially launched a brand-new focused work placement scheme called ‘Take 5’ in partnership with Changing Education'),(28619,5521,'_yoast_wpseo_linkdex','73'),(28620,5521,'_yoast_wpseo_content_score','30'),(28621,5521,'_yoast_wpseo_primary_category','2'),(28626,5525,'_edit_last','1'),(28627,5525,'_edit_lock','1561474301:1'),(28628,5526,'_wp_attached_file','2019/06/Love-Fresh-cheeseburger-melt-burger-topper.jpg'),(28629,5526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1597;s:4:\"file\";s:54:\"2019/06/Love-Fresh-cheeseburger-melt-burger-topper.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-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:54:\"Love-Fresh-cheeseburger-melt-burger-topper-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"Love-Fresh-cheeseburger-melt-burger-topper-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"Love-Fresh-cheeseburger-melt-burger-topper-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"Love-Fresh-cheeseburger-melt-burger-topper-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"Love-Fresh-cheeseburger-melt-burger-topper-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:55:\"Love-Fresh-cheeseburger-melt-burger-topper-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"Love-Fresh-cheeseburger-melt-burger-topper-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:56:\"Love-Fresh-cheeseburger-melt-burger-topper-1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403653255\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28630,5527,'_wp_attached_file','2019/06/Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding.jpg'),(28631,5526,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1805753407182191;s:5:\"bytes\";i:7865;s:11:\"size_before\";i:188132;s:10:\"size_after\";i:180267;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:532;s:11:\"size_before\";i:7590;s:10:\"size_after\";i:7058;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:15989;s:10:\"size_after\";i:14970;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:2738;s:11:\"size_before\";i:64758;s:10:\"size_after\";i:62020;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:3576;s:11:\"size_before\";i:99795;s:10:\"size_after\";i:96219;s:4:\"time\";d:0.040000000000000001;}}}'),(28632,5527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1597;s:6:\"height\";i:2400;s:4:\"file\";s:61:\"2019/06/Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:62:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-696x1046.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1046;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:62:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:63:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-1068x1605.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:61:\"Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding-279x420.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403651614\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28633,5527,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3411638175025473;s:5:\"bytes\";i:7083;s:11:\"size_before\";i:211992;s:10:\"size_after\";i:204909;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:539;s:11:\"size_before\";i:7252;s:10:\"size_after\";i:6713;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:848;s:11:\"size_before\";i:14008;s:10:\"size_after\";i:13160;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:2962;s:11:\"size_before\";i:103829;s:10:\"size_after\";i:100867;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:2734;s:11:\"size_before\";i:86903;s:10:\"size_after\";i:84169;s:4:\"time\";d:0.070000000000000007;}}}'),(28634,5526,'_wp_attachment_image_alt','Calder Foods creates their new \'Love Fresh\' Burger'),(28635,5525,'_thumbnail_id','5526'),(28636,5525,'slide_template','default'),(28637,5525,'tdc_dirty_content','1'),(28638,5525,'tdc_icon_fonts','a:0:{}'),(28639,5525,'tdc_google_fonts','a:0:{}'),(28640,5525,'_yoast_wpseo_focuskw','love fresh'),(28641,5525,'_yoast_wpseo_title','Calder Foods creates their new \'Love Fresh\' Burger'),(28642,5525,'_yoast_wpseo_metadesc','There\'s a new and unique ‘Love Fresh’ Cheeseburger Melt from Calder Foods is available for orders now. It’s a quick and easy way to dress up many menu\'s'),(28643,5525,'_yoast_wpseo_linkdex','64'),(28644,5525,'_yoast_wpseo_content_score','30'),(28645,5525,'_yoast_wpseo_primary_category','3'),(28648,5529,'_edit_last','1'),(28649,5529,'_edit_lock','1561475009:1'),(28650,5530,'_wp_attached_file','2019/06/Lynx-Purchasing-steak-salad.jpg'),(28651,5530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:39:\"2019/06/Lynx-Purchasing-steak-salad.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-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:39:\"Lynx-Purchasing-steak-salad-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Lynx-Purchasing-steak-salad-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Lynx-Purchasing-steak-salad-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Lynx-Purchasing-steak-salad-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Lynx-Purchasing-steak-salad-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Lynx-Purchasing-steak-salad-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Lynx-Purchasing-steak-salad-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"Lynx-Purchasing-steak-salad-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"Grilled steak and salad\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:61:\"Lynx Purchasing licensed image for use with specified PR only\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Grilled steak and vegetables\";s:11:\"orientation\";s:1:\"1\";}}'),(28652,5530,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4840109301724453;s:5:\"bytes\";i:11881;s:11:\"size_before\";i:216648;s:10:\"size_after\";i:204767;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:777;s:11:\"size_before\";i:9112;s:10:\"size_after\";i:8335;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:18724;s:10:\"size_after\";i:17251;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:4164;s:11:\"size_before\";i:74749;s:10:\"size_after\";i:70585;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:5467;s:11:\"size_before\";i:114063;s:10:\"size_after\";i:108596;s:4:\"time\";d:0.050000000000000003;}}}'),(28653,5530,'_wp_attachment_image_alt','It\'s time for a pre-Brexit buying guide - Lynx Purchasing'),(28654,5529,'_thumbnail_id','5530'),(28655,5529,'slide_template','default'),(28656,5529,'tdc_dirty_content','1'),(28657,5529,'tdc_icon_fonts','a:0:{}'),(28658,5529,'tdc_google_fonts','a:0:{}'),(28659,5529,'_yoast_wpseo_focuskw','lynx purchasing'),(28660,5529,'_yoast_wpseo_title','It\'s time for a pre-Brexit buying guide - Lynx Purchasing'),(28661,5529,'_yoast_wpseo_metadesc','Summer is the ideal time for hospitality and catering operators to give their business a thorough pre-Brexit buying check, urges Lynx Purchasing'),(28662,5529,'_yoast_wpseo_linkdex','75'),(28663,5529,'_yoast_wpseo_content_score','30'),(28664,5529,'_yoast_wpseo_primary_category','8'),(28667,5533,'_edit_last','1'),(28668,5533,'slide_template','default'),(28669,5533,'tdc_dirty_content','1'),(28670,5533,'tdc_icon_fonts','a:0:{}'),(28671,5533,'tdc_google_fonts','a:0:{}'),(28672,5533,'_yoast_wpseo_content_score','30'),(28673,5533,'_yoast_wpseo_primary_category','6'),(28674,5533,'_edit_lock','1561475920:1'),(28675,5533,'post_views_count','0'),(28676,5529,'post_views_count','0'),(28677,5525,'post_views_count','0'),(28678,5521,'post_views_count','0'),(28679,5535,'_wp_attached_file','2019/06/London-Cratf-Beer-Festival.jpg'),(28680,5535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:38:\"2019/06/London-Cratf-Beer-Festival.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-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:38:\"London-Cratf-Beer-Festival-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"London-Cratf-Beer-Festival-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"London-Cratf-Beer-Festival-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"London-Cratf-Beer-Festival-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"London-Cratf-Beer-Festival-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"London-Cratf-Beer-Festival-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"London-Cratf-Beer-Festival-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:40:\"London-Cratf-Beer-Festival-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:19:\"Nic Crilly-Hargrave\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533392029\";s:9:\"copyright\";s:31:\"Nic Crilly-Hargrave Photography\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28681,5535,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.672398861808734;s:5:\"bytes\";i:19257;s:11:\"size_before\";i:339486;s:10:\"size_after\";i:320229;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:755;s:11:\"size_before\";i:9812;s:10:\"size_after\";i:9057;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:23369;s:10:\"size_after\";i:21593;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:6523;s:11:\"size_before\";i:115736;s:10:\"size_after\";i:109213;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:10203;s:11:\"size_before\";i:190569;s:10:\"size_after\";i:180366;s:4:\"time\";d:0.059999999999999998;}}}'),(28682,5535,'_wp_attachment_image_alt','London Craft Beer Festival launch the WABies best in class craft awards'),(28683,5533,'_thumbnail_id','5535'),(28684,5533,'_yoast_wpseo_focuskw','craft beer'),(28685,5533,'_yoast_wpseo_title','London Craft Beer Festival launch the WABies best in class craft awards'),(28686,5533,'_yoast_wpseo_metadesc','The 7th London Craft Beer Festival runs from 9th -11th August and is once again dedicating the opening session to trade professionals'),(28687,5533,'_yoast_wpseo_linkdex','71'),(28706,5542,'_edit_last','1'),(28707,5542,'_edit_lock','1561476220:1'),(28708,5543,'_wp_attached_file','2019/06/the-ball-488714_1280.jpg'),(28709,5543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2019/06/the-ball-488714_1280.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-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:32:\"the-ball-488714_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"the-ball-488714_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"the-ball-488714_1280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"the-ball-488714_1280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"the-ball-488714_1280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"the-ball-488714_1280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"the-ball-488714_1280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28710,5543,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4526698497525077;s:5:\"bytes\";i:10165;s:11:\"size_before\";i:228290;s:10:\"size_after\";i:218125;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:445;s:11:\"size_before\";i:7531;s:10:\"size_after\";i:7086;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:878;s:11:\"size_before\";i:16559;s:10:\"size_after\";i:15681;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:3548;s:11:\"size_before\";i:78622;s:10:\"size_after\";i:75074;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:5294;s:11:\"size_before\";i:125578;s:10:\"size_after\";i:120284;s:4:\"time\";d:0.070000000000000007;}}}'),(28711,5543,'_wp_attachment_image_alt','Sky Sports EFL Coverage'),(28712,5542,'_thumbnail_id','5543'),(28713,5542,'slide_template','default'),(28714,5542,'tdc_dirty_content','1'),(28715,5542,'tdc_icon_fonts','a:0:{}'),(28716,5542,'tdc_google_fonts','a:0:{}'),(28717,5542,'_yoast_wpseo_focuskw','sky sports'),(28718,5542,'_yoast_wpseo_title','Media Alert: The New EFL Season Gets Underway on Sky Sports'),(28719,5542,'_yoast_wpseo_metadesc','The new EFL season gets underway live on Sky Sports on Friday 2 August when Middlesbrough travel to Luton Town in the Championship'),(28720,5542,'_yoast_wpseo_linkdex','69'),(28721,5542,'_yoast_wpseo_content_score','90'),(28722,5542,'_yoast_wpseo_primary_category','28'),(28727,5542,'post_views_count','0'),(28732,5518,'_wp_old_slug','strongbow-dark-fruit'),(28735,5547,'_edit_last','1'),(28736,5547,'_edit_lock','1562074644:1'),(28737,5547,'slide_template','default'),(28738,5547,'tdc_dirty_content','1'),(28739,5547,'tdc_icon_fonts','a:0:{}'),(28740,5547,'tdc_google_fonts','a:0:{}'),(28741,5547,'_yoast_wpseo_content_score','60'),(28742,5547,'_yoast_wpseo_primary_category','2'),(28743,5549,'_wp_attached_file','2019/07/ROMA-1960-with-stems.jpg'),(28744,5549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1545;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2019/07/ROMA-1960-with-stems.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"ROMA-1960-with-stems-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"ROMA-1960-with-stems-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"ROMA-1960-with-stems-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-696x541.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"ROMA-1960-with-stems-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"ROMA-1960-with-stems-1068x830.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"ROMA-1960-with-stems-541x420.jpg\";s:5:\"width\";i:541;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547130093\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28745,5549,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5722855564200584;s:5:\"bytes\";i:11657;s:11:\"size_before\";i:177366;s:10:\"size_after\";i:165709;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:475;s:11:\"size_before\";i:6754;s:10:\"size_after\";i:6279;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:911;s:11:\"size_before\";i:13785;s:10:\"size_after\";i:12874;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:3906;s:11:\"size_before\";i:60678;s:10:\"size_after\";i:56772;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:6365;s:11:\"size_before\";i:96149;s:10:\"size_after\";i:89784;s:4:\"time\";d:0.20000000000000001;}}}'),(28746,5549,'_wp_attachment_image_alt','New vintage style cocktail glassware from Artis'),(28747,5550,'_wp_attached_file','2019/07/Roma-1960_new-additions.jpg'),(28748,5550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1829;s:4:\"file\";s:35:\"2019/07/Roma-1960_new-additions.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Roma-1960_new-additions-768x1171.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Roma-1960_new-additions-672x1024.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Roma-1960_new-additions-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Roma-1960_new-additions-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Roma-1960_new-additions-696x1061.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1061;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Roma-1960_new-additions-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Roma-1960_new-additions-1068x1628.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Roma-1960_new-additions-276x420.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF5382     )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555940059\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28749,5550,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.0813214161064657;s:5:\"bytes\";i:11969;s:11:\"size_before\";i:131798;s:10:\"size_after\";i:119829;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:238;s:11:\"size_before\";i:4299;s:10:\"size_after\";i:4061;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:473;s:11:\"size_before\";i:7684;s:10:\"size_after\";i:7211;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6300000000000008;s:5:\"bytes\";i:6453;s:11:\"size_before\";i:66992;s:10:\"size_after\";i:60539;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996;s:5:\"bytes\";i:4805;s:11:\"size_before\";i:52823;s:10:\"size_after\";i:48018;s:4:\"time\";d:0.02;}}}'),(28750,5550,'_wp_attachment_image_alt','New vintage style cocktail glassware from Artis'),(28751,5547,'_thumbnail_id','5549'),(28754,5547,'_yoast_wpseo_focuskw','cocktail glassware'),(28755,5547,'_yoast_wpseo_title','New vintage style cocktail glassware from UK distributor Artis'),(28756,5547,'_yoast_wpseo_metadesc','Roma 1960 is a new collection of vintage-style cocktail glassware from leading UK distributor to Artis®. It is made by Italian, Luigi Bormiol'),(28757,5547,'_yoast_wpseo_linkdex','69'),(28758,5552,'_edit_last','1'),(28759,5552,'_edit_lock','1562075419:1'),(28760,5552,'slide_template','default'),(28761,5552,'tdc_dirty_content','1'),(28762,5552,'tdc_icon_fonts','a:0:{}'),(28763,5552,'tdc_google_fonts','a:0:{}'),(28764,5552,'_yoast_wpseo_content_score','30'),(28765,5552,'_yoast_wpseo_primary_category','2'),(28766,5554,'_wp_attached_file','2019/07/Fentimans-New.png'),(28767,5554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1233;s:6:\"height\";i:728;s:4:\"file\";s:25:\"2019/07/Fentimans-New.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-768x453.png\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Fentimans-New-1024x605.png\";s:5:\"width\";i:1024;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Fentimans-New-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Fentimans-New-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-696x411.png\";s:5:\"width\";i:696;s:6:\"height\";i:411;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Fentimans-New-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Fentimans-New-1068x631.png\";s:5:\"width\";i:1068;s:6:\"height\";i:631;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Fentimans-New-711x420.png\";s:5:\"width\";i:711;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28768,5554,'_wp_attachment_image_alt','Fentimans launches first premium soft drinks and mixer report'),(28769,5552,'_thumbnail_id','5554'),(28770,5552,'_yoast_wpseo_focuskw','soft drinks'),(28771,5552,'_yoast_wpseo_title','Fentimans launches first premium soft drinks and mixer report'),(28772,5552,'_yoast_wpseo_metadesc','Fentimans has announced the launch of a data-driven report that offers a unique insight into the premium soft drinks and mixers market in the UK'),(28773,5552,'_yoast_wpseo_linkdex','74'),(28786,5558,'_edit_last','1'),(28787,5558,'_edit_lock','1562076178:1'),(28788,5559,'_wp_attached_file','2019/07/FOOLPROOF_UK_1.jpg'),(28789,5559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3691;s:6:\"height\";i:2913;s:4:\"file\";s:26:\"2019/07/FOOLPROOF_UK_1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_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:26:\"FOOLPROOF_UK_1-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-768x606.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"FOOLPROOF_UK_1-1024x808.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"FOOLPROOF_UK_1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"FOOLPROOF_UK_1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-696x549.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"FOOLPROOF_UK_1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"FOOLPROOF_UK_1-1068x843.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_1-532x420.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"FOOLPROOF_UK_1-1920x1515.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(28790,5560,'_wp_attached_file','2019/07/FOOLPROOF_UK_5.jpg'),(28791,5559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1205945019645149;s:5:\"bytes\";i:12648;s:11:\"size_before\";i:306946;s:10:\"size_after\";i:294298;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:624;s:11:\"size_before\";i:9189;s:10:\"size_after\";i:8565;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:23474;s:10:\"size_after\";i:22125;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:4457;s:11:\"size_before\";i:106616;s:10:\"size_after\";i:102159;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:6218;s:11:\"size_before\";i:167667;s:10:\"size_after\";i:161449;s:4:\"time\";d:0.059999999999999998;}}}'),(28792,5560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3300;s:6:\"height\";i:2160;s:4:\"file\";s:26:\"2019/07/FOOLPROOF_UK_5.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-768x503.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"FOOLPROOF_UK_5-1024x670.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"FOOLPROOF_UK_5-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"FOOLPROOF_UK_5-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-696x456.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"FOOLPROOF_UK_5-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"FOOLPROOF_UK_5-1068x699.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"FOOLPROOF_UK_5-642x420.jpg\";s:5:\"width\";i:642;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"FOOLPROOF_UK_5-1920x1257.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1257;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(28793,5561,'_wp_attached_file','2019/07/image011.jpg'),(28794,5560,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4041288242451619;s:5:\"bytes\";i:10526;s:11:\"size_before\";i:194777;s:10:\"size_after\";i:184251;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:422;s:11:\"size_before\";i:6495;s:10:\"size_after\";i:6073;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:810;s:11:\"size_before\";i:14489;s:10:\"size_after\";i:13679;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3717;s:11:\"size_before\";i:67533;s:10:\"size_after\";i:63816;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:5577;s:11:\"size_before\";i:106260;s:10:\"size_after\";i:100683;s:4:\"time\";d:0.029999999999999999;}}}'),(28795,5559,'_wp_attachment_image_alt','Heathwick brings innovation to imported beer market'),(28796,5561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3024;s:6:\"height\";i:3024;s:4:\"file\";s:20:\"2019/07/image011.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image011-150x150.jpg\";s:5:\"width\";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:\"image011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image011-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"image011-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image011-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image011-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image011-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image011-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image011-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"image011-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"image011-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image011-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"image011-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"image011-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"image011-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"image011-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"image011-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"image011-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"image011-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"image011-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:22:\"image011-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"image011-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"image011-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XR\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547821694\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28797,5561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7211025239514401;s:5:\"bytes\";i:11050;s:11:\"size_before\";i:296955;s:10:\"size_after\";i:285905;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:684;s:11:\"size_before\";i:9217;s:10:\"size_after\";i:8533;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:26185;s:10:\"size_after\";i:24665;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:3641;s:11:\"size_before\";i:102341;s:10:\"size_after\";i:98700;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:5205;s:11:\"size_before\";i:159212;s:10:\"size_after\";i:154007;s:4:\"time\";d:0.070000000000000007;}}}'),(28798,5558,'_thumbnail_id','5559'),(28799,5558,'slide_template','default'),(28800,5558,'tdc_dirty_content','1'),(28801,5558,'tdc_icon_fonts','a:0:{}'),(28802,5558,'tdc_google_fonts','a:0:{}'),(28803,5558,'_yoast_wpseo_focuskw','Heathwick'),(28804,5558,'_yoast_wpseo_title','Heathwick brings innovation to imported beer market'),(28805,5558,'_yoast_wpseo_metadesc','Heathwick is bringing innovation and excitement to the imported craft beer market with the launch of new Foolproof Brewing Co from Pawtucket, Rhode Island.'),(28806,5558,'_yoast_wpseo_linkdex','81'),(28807,5558,'_yoast_wpseo_content_score','30'),(28808,5558,'_yoast_wpseo_primary_category','2'),(28809,5561,'_wp_attachment_image_alt','Heathwick brings innovation to imported beer market'),(28812,5564,'_edit_last','1'),(28813,5564,'_edit_lock','1562076988:1'),(28814,5565,'_wp_attached_file','2019/07/CHEESECAKE-GROUP-SHOT-001-RT.jpg'),(28815,5565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1728;s:4:\"file\";s:40:\"2019/07/CHEESECAKE-GROUP-SHOT-001-RT.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"CHEESECAKE-GROUP-SHOT-001-RT-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"CHEESECAKE-GROUP-SHOT-001-RT-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"CHEESECAKE-GROUP-SHOT-001-RT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"CHEESECAKE-GROUP-SHOT-001-RT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"CHEESECAKE-GROUP-SHOT-001-RT-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"CHEESECAKE-GROUP-SHOT-001-RT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"CHEESECAKE-GROUP-SHOT-001-RT-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"CHEESECAKE-GROUP-SHOT-001-RT-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:17:\"created_timestamp\";s:10:\"1558011683\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(28816,5566,'_wp_attached_file','2019/07/CHOC-CHERRY-MOUSE-CAKE-001-RT.jpg'),(28817,5566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1728;s:4:\"file\";s:41:\"2019/07/CHOC-CHERRY-MOUSE-CAKE-001-RT.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"CHOC-CHERRY-MOUSE-CAKE-001-RT-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:17:\"created_timestamp\";s:10:\"1557998776\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(28818,5565,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4116861795628672;s:5:\"bytes\";i:30931;s:11:\"size_before\";i:482416;s:10:\"size_after\";i:451485;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:850;s:11:\"size_before\";i:10581;s:10:\"size_after\";i:9731;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:22877;s:10:\"size_after\";i:21219;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:15651;s:11:\"size_before\";i:249272;s:10:\"size_after\";i:233621;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:12772;s:11:\"size_before\";i:199686;s:10:\"size_after\";i:186914;s:4:\"time\";d:0.070000000000000007;}}}'),(28819,5567,'_wp_attached_file','2019/07/RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520.jpg'),(28820,5566,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2223543400713437;s:5:\"bytes\";i:6504;s:11:\"size_before\";i:201840;s:10:\"size_after\";i:195336;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:389;s:11:\"size_before\";i:6442;s:10:\"size_after\";i:6053;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:501;s:11:\"size_before\";i:12075;s:10:\"size_after\";i:11574;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:3101;s:11:\"size_before\";i:100214;s:10:\"size_after\";i:97113;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2513;s:11:\"size_before\";i:83109;s:10:\"size_after\";i:80596;s:4:\"time\";d:0.029999999999999999;}}}'),(28821,5567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1153;s:6:\"height\";i:1235;s:4:\"file\";s:63:\"2019/07/RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-768x823.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-956x1024.jpg\";s:5:\"width\";i:956;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:61:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:62:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-696x745.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:64:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:65:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-1068x1144.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:63:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-e1562060915520-392x420.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:17:\"created_timestamp\";s:10:\"1558001491\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(28822,5568,'_wp_attached_file','2019/07/SALTED-CARAMEL-CHEESECAKE-001-RT.jpg'),(28823,5567,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.1772679778449699;s:5:\"bytes\";i:15524;s:11:\"size_before\";i:216294;s:10:\"size_after\";i:200770;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:629;s:11:\"size_before\";i:6490;s:10:\"size_after\";i:6147;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2999999999999998;s:5:\"bytes\";i:947;s:11:\"size_before\";i:16888;s:10:\"size_after\";i:16330;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.18;s:5:\"bytes\";i:3823;s:11:\"size_before\";i:86790;s:10:\"size_after\";i:74486;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1899999999999999;s:5:\"bytes\";i:4168;s:11:\"size_before\";i:106126;s:10:\"size_after\";i:103807;s:4:\"time\";d:0.040000000000000001;}}}'),(28824,5568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1728;s:4:\"file\";s:44:\"2019/07/SALTED-CARAMEL-CHEESECAKE-001-RT.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SALTED-CARAMEL-CHEESECAKE-001-RT-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"SALTED-CARAMEL-CHEESECAKE-001-RT-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"SALTED-CARAMEL-CHEESECAKE-001-RT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"SALTED-CARAMEL-CHEESECAKE-001-RT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"SALTED-CARAMEL-CHEESECAKE-001-RT-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:45:\"SALTED-CARAMEL-CHEESECAKE-001-RT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"SALTED-CARAMEL-CHEESECAKE-001-RT-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:44:\"SALTED-CARAMEL-CHEESECAKE-001-RT-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:17:\"created_timestamp\";s:10:\"1558003068\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(28825,5569,'_wp_attached_file','2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428.jpg'),(28826,5568,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5151540566324551;s:5:\"bytes\";i:6706;s:11:\"size_before\";i:190774;s:10:\"size_after\";i:184068;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:387;s:11:\"size_before\";i:6365;s:10:\"size_after\";i:5978;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:500;s:11:\"size_before\";i:12062;s:10:\"size_after\";i:11562;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:3207;s:11:\"size_before\";i:93882;s:10:\"size_after\";i:90675;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:2612;s:11:\"size_before\";i:78465;s:10:\"size_after\";i:75853;s:4:\"time\";d:0.029999999999999999;}}}'),(28827,5569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1153;s:6:\"height\";i:643;s:4:\"file\";s:56:\"2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-150x150.jpg\";s:5:\"width\";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:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-696x388.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-1068x596.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-753x420.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:17:\"created_timestamp\";s:10:\"1558000108\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(28828,5569,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.160611658456489;s:5:\"bytes\";i:39289;s:11:\"size_before\";i:194880;s:10:\"size_after\";i:155591;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:681;s:11:\"size_before\";i:6999;s:10:\"size_after\";i:6600;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:956;s:11:\"size_before\";i:12080;s:10:\"size_after\";i:11500;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.229999999999997;s:5:\"bytes\";i:4342;s:11:\"size_before\";i:88777;s:10:\"size_after\";i:53064;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:4687;s:11:\"size_before\";i:87024;s:10:\"size_after\";i:84427;s:4:\"time\";d:0.040000000000000001;}}}'),(28829,5569,'_wp_attachment_image_alt','Country Range launches four new desserts'),(28830,5564,'_thumbnail_id','5569'),(28831,5564,'slide_template','default'),(28832,5564,'tdc_dirty_content','1'),(28833,5564,'tdc_icon_fonts','a:0:{}'),(28834,5564,'tdc_google_fonts','a:0:{}'),(28835,5564,'_yoast_wpseo_focuskw','Country Range'),(28836,5564,'_yoast_wpseo_title','Foodservice brand Country Range launches four new desserts'),(28837,5564,'_yoast_wpseo_metadesc','Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches'),(28838,5564,'_yoast_wpseo_linkdex','79'),(28839,5564,'_yoast_wpseo_content_score','30'),(28840,5564,'_yoast_wpseo_primary_category','3'),(28841,5569,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1152;s:6:\"height\";i:1728;s:4:\"file\";s:33:\"TRIPLE-CHOC-CHEESECAKE-001-RT.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:42:\"TRIPLE-CHOC-CHEESECAKE-001-RT-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:42:\"TRIPLE-CHOC-CHEESECAKE-001-RT-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:39:\"TRIPLE-CHOC-CHEESECAKE-001-RT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:40:\"TRIPLE-CHOC-CHEESECAKE-001-RT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:42:\"TRIPLE-CHOC-CHEESECAKE-001-RT-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:42:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(28842,5567,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1152;s:6:\"height\";i:1728;s:4:\"file\";s:40:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:46:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:47:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:49:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:49:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:50:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:48:\"RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(28843,5567,'_wp_attachment_image_alt','Country Range launches four new desserts'),(28844,5572,'_wp_attached_file','2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-1.jpg'),(28845,5572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1728;s:4:\"file\";s:43:\"2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-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:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:45:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"TRIPLE-CHOC-CHEESECAKE-001-RT-1-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:17:\"created_timestamp\";s:10:\"1558000108\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(28846,5572,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9599777654252359;s:5:\"bytes\";i:5325;s:11:\"size_before\";i:179900;s:10:\"size_after\";i:174575;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:282;s:11:\"size_before\";i:5812;s:10:\"size_after\";i:5530;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:376;s:11:\"size_before\";i:11238;s:10:\"size_after\";i:10862;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8999999999999999;s:5:\"bytes\";i:2577;s:11:\"size_before\";i:88777;s:10:\"size_after\";i:86200;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:2090;s:11:\"size_before\";i:74073;s:10:\"size_after\";i:71983;s:4:\"time\";d:0.040000000000000001;}}}'),(28847,5572,'_wp_attachment_image_alt','Country Range launches four new desserts'),(28848,5565,'_wp_attachment_image_alt','Country Range launches four new desserts'),(28851,5574,'_edit_last','1'),(28852,5574,'_edit_lock','1562143815:1'),(28853,5574,'_oembed_71c09b879d3d2bca4b3d2da1ab17065b','{{unknown}}'),(28854,5574,'_oembed_eb7fc85595dd7d63bdcaaa1002ec23b9','{{unknown}}'),(28855,5575,'_wp_attached_file','2019/07/Proud-to-Support-SRI.jpg'),(28856,5575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1035;s:6:\"height\";i:779;s:4:\"file\";s:32:\"2019/07/Proud-to-Support-SRI.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Proud-to-Support-SRI-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Proud-to-Support-SRI-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Proud-to-Support-SRI-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-696x524.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Proud-to-Support-SRI-1035x580.jpg\";s:5:\"width\";i:1035;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Proud-to-Support-SRI-558x420.jpg\";s:5:\"width\";i:558;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28857,5576,'_wp_attached_file','2019/07/Rhino-socks.jpg'),(28858,5576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2019/07/Rhino-socks.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Rhino-socks-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Rhino-socks-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:24:\"Rhino-socks-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Rhino-socks-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28859,5576,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4933252236943586;s:5:\"bytes\";i:7166;s:11:\"size_before\";i:159481;s:10:\"size_after\";i:152315;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:572;s:11:\"size_before\";i:8403;s:10:\"size_after\";i:7831;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:25565;s:10:\"size_after\";i:24222;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:5251;s:11:\"size_before\";i:125513;s:10:\"size_after\";i:120262;s:4:\"time\";d:0.040000000000000001;}}}'),(28860,5575,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1545297889276691;s:5:\"bytes\";i:9499;s:11:\"size_before\";i:228642;s:10:\"size_after\";i:219143;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6320;s:10:\"size_after\";i:6016;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:765;s:11:\"size_before\";i:16168;s:10:\"size_after\";i:15403;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:3496;s:11:\"size_before\";i:79775;s:10:\"size_after\";i:76279;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:4934;s:11:\"size_before\";i:126379;s:10:\"size_after\";i:121445;s:4:\"time\";d:0.050000000000000003;}}}'),(28861,5575,'_wp_attachment_image_alt','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l'),(28862,5574,'_thumbnail_id','5575'),(28863,5574,'slide_template','default'),(28864,5574,'tdc_dirty_content','1'),(28865,5574,'tdc_icon_fonts','a:0:{}'),(28866,5574,'tdc_google_fonts','a:0:{}'),(28867,5574,'_yoast_wpseo_focuskw','windhoek'),(28868,5574,'_yoast_wpseo_title','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l'),(28869,5574,'_yoast_wpseo_linkdex','81'),(28870,5574,'_yoast_wpseo_content_score','30'),(28871,5574,'_yoast_wpseo_primary_category','2'),(28872,5576,'_wp_attachment_image_alt','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l'),(28875,5574,'_yoast_wpseo_metadesc','Namibian #PureBeer brand Windhoek Lager has completed its year-long UK fundraising campaign after hitting its £5,000 target for Save the Rhino International'),(28876,5574,'post_views_count','0'),(28877,5564,'post_views_count','0'),(28878,5558,'post_views_count','0'),(28880,5552,'post_views_count','0'),(28881,5547,'post_views_count','0'),(28884,5580,'_edit_last','1'),(28885,5580,'_edit_lock','1562078473:1'),(28886,5580,'slide_template','default'),(28887,5580,'tdc_dirty_content','1'),(28888,5580,'tdc_icon_fonts','a:0:{}'),(28889,5580,'tdc_google_fonts','a:0:{}'),(28890,5580,'_yoast_wpseo_content_score','30'),(28891,5580,'_yoast_wpseo_primary_category','3'),(28892,5582,'_wp_attached_file','2019/07/MARENO-STAR-110-suite.jpg'),(28893,5582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2101;s:6:\"height\";i:1519;s:4:\"file\";s:33:\"2019/07/MARENO-STAR-110-suite.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"MARENO-STAR-110-suite-1024x740.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"MARENO-STAR-110-suite-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"MARENO-STAR-110-suite-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-696x503.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"MARENO-STAR-110-suite-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"MARENO-STAR-110-suite-1068x772.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"MARENO-STAR-110-suite-581x420.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"MARENO-STAR-110-suite-1920x1388.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(28894,5582,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5851252163188985;s:5:\"bytes\";i:8632;s:11:\"size_before\";i:100546;s:10:\"size_after\";i:91914;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:309;s:11:\"size_before\";i:4279;s:10:\"size_after\";i:3970;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:513;s:11:\"size_before\";i:8641;s:10:\"size_after\";i:8128;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:2804;s:11:\"size_before\";i:34253;s:10:\"size_after\";i:31449;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3800000000000008;s:5:\"bytes\";i:5006;s:11:\"size_before\";i:53373;s:10:\"size_after\";i:48367;s:4:\"time\";d:0.040000000000000001;}}}'),(28895,5582,'_wp_attachment_image_alt','Grande Cuisine promises a versatile solution courtesy of Mareno'),(28896,5580,'_thumbnail_id','5582'),(28897,5580,'_yoast_wpseo_focuskw','mareno'),(28898,5580,'_yoast_wpseo_title','Grande Cuisine promises a versatile solution courtesy of Mareno'),(28899,5580,'_yoast_wpseo_metadesc','The Mareno Star 110 series from Grande Cuisine provides the ideal solution to creating a central cooking island that makes it simple to work'),(28900,5580,'_yoast_wpseo_linkdex','79'),(28903,5585,'_edit_last','1'),(28904,5585,'_edit_lock','1563387784:1'),(28905,5586,'_wp_attached_file','2019/07/Hendi-ice-crusher.jpg'),(28906,5586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2194;s:6:\"height\";i:2192;s:4:\"file\";s:29:\"2019/07/Hendi-ice-crusher.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-150x150.jpg\";s:5:\"width\";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:\"Hendi-ice-crusher-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Hendi-ice-crusher-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Hendi-ice-crusher-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Hendi-ice-crusher-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-696x695.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Hendi-ice-crusher-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Hendi-ice-crusher-1068x1067.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Hendi-ice-crusher-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"Hendi-ice-crusher-1920x1918.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1918;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1442560322\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(28907,5587,'_wp_attached_file','2019/07/Hendi-tabletop-ice-maker.jpg'),(28908,5586,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.674252490213039;s:5:\"bytes\";i:11970;s:11:\"size_before\";i:112139;s:10:\"size_after\";i:100169;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3554;s:10:\"size_after\";i:3299;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:585;s:11:\"size_before\";i:8856;s:10:\"size_after\";i:8271;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.48;s:5:\"bytes\";i:4013;s:11:\"size_before\";i:38288;s:10:\"size_after\";i:34275;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.58;s:5:\"bytes\";i:7117;s:11:\"size_before\";i:61441;s:10:\"size_after\";i:54324;s:4:\"time\";d:0.040000000000000001;}}}'),(28909,5587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1756;s:6:\"height\";i:1873;s:4:\"file\";s:36:\"2019/07/Hendi-tabletop-ice-maker.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-768x819.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Hendi-tabletop-ice-maker-960x1024.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Hendi-tabletop-ice-maker-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Hendi-tabletop-ice-maker-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-696x742.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Hendi-tabletop-ice-maker-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"Hendi-tabletop-ice-maker-1068x1139.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Hendi-tabletop-ice-maker-394x420.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(28910,5586,'_wp_attachment_image_alt','Keep your cool this summer with Hendi UK\'s ice solutions'),(28911,5587,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.580603308465781;s:5:\"bytes\";i:11417;s:11:\"size_before\";i:107905;s:10:\"size_after\";i:96488;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:207;s:11:\"size_before\";i:3757;s:10:\"size_after\";i:3550;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:513;s:11:\"size_before\";i:8549;s:10:\"size_after\";i:8036;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.529999999999999;s:5:\"bytes\";i:4091;s:11:\"size_before\";i:38861;s:10:\"size_after\";i:34770;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.640000000000001;s:5:\"bytes\";i:6606;s:11:\"size_before\";i:56738;s:10:\"size_after\";i:50132;s:4:\"time\";d:0.029999999999999999;}}}'),(28912,5587,'_wp_attachment_image_alt','Hendi UK tabletop ice maker'),(28913,5585,'_thumbnail_id','5586'),(28916,5585,'slide_template','default'),(28917,5585,'tdc_dirty_content','1'),(28918,5585,'tdc_icon_fonts','a:0:{}'),(28919,5585,'tdc_google_fonts','a:0:{}'),(28920,5585,'_yoast_wpseo_focuskw','hendi UK'),(28921,5585,'_yoast_wpseo_title','Keep your cool this summer with ice solutions from Hendi UK'),(28922,5585,'_yoast_wpseo_metadesc','Ice crushing is the biggest cause of bar blender breakdowns so invest in the right equipment for the job. Hendi UK ice crusher produces up to 12kg of ice'),(28923,5585,'_yoast_wpseo_linkdex','75'),(28924,5585,'_yoast_wpseo_content_score','30'),(28925,5585,'_yoast_wpseo_primary_category','544'),(28928,5585,'post_views_count','0'),(28929,5580,'post_views_count','0'),(28948,5598,'tdc_dirty_content','1'),(28949,5598,'tdc_icon_fonts','a:0:{}'),(28950,5598,'tdc_google_fonts','a:0:{}'),(28951,5599,'tdc_dirty_content','1'),(28952,5599,'tdc_icon_fonts','a:0:{}'),(28953,5599,'tdc_google_fonts','a:0:{}'),(28971,5606,'_edit_last','1'),(28972,5606,'_edit_lock','1565255408:1'),(28973,5606,'tdc_dirty_content','1'),(28974,5606,'tdc_icon_fonts','a:0:{}'),(28975,5606,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(28976,5606,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(28977,5606,'_wpb_vc_js_status',''),(28978,5606,'_wp_page_template','default'),(28979,5606,'slide_template','default'),(28980,5606,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(28981,5606,'_yoast_wpseo_content_score','60'),(28982,5611,'_wp_attached_file','2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px.png'),(28983,5611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-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:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28984,5611,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1816906676641112;s:5:\"bytes\";i:4083;s:11:\"size_before\";i:128328;s:10:\"size_after\";i:124245;s:4:\"time\";d:0.23999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:31026;s:10:\"size_after\";i:28381;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.48;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:97302;s:10:\"size_after\";i:95864;s:4:\"time\";d:0.19;}}}'),(28985,5611,'_wp_attachment_image_alt','Ontrade Progress Issue #27'),(28986,5613,'_wp_attached_file','2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px.png'),(28987,5613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-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:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28988,5613,'_wp_attachment_image_alt','Ontrade Progress Issue #27'),(28989,5613,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2461467678858984;s:5:\"bytes\";i:6788;s:11:\"size_before\";i:108675;s:10:\"size_after\";i:101887;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:1900;s:11:\"size_before\";i:30258;s:10:\"size_after\";i:28358;s:4:\"time\";d:0.080000000000000002;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:4888;s:11:\"size_before\";i:78417;s:10:\"size_after\";i:73529;s:4:\"time\";d:0.13;}}}'),(28990,5614,'_wp_attached_file','2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27.jpg'),(28991,5614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:3508;s:4:\"file\";s:47:\"2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-1068x1511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27-1920x2716.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2716;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(28992,5614,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0737195431957716;s:5:\"bytes\";i:9281;s:11:\"size_before\";i:182923;s:10:\"size_after\";i:173642;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5522;s:10:\"size_after\";i:5211;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:819;s:11:\"size_before\";i:13593;s:10:\"size_after\";i:12774;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:4223;s:11:\"size_before\";i:86607;s:10:\"size_after\";i:82384;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:3928;s:11:\"size_before\";i:77201;s:10:\"size_after\";i:73273;s:4:\"time\";d:0.029999999999999999;}}}'),(28993,5614,'_wp_attachment_image_alt','Ontrade Progress Issue #27'),(28994,5618,'_edit_last','1'),(28995,5618,'_edit_lock','1563387548:1'),(28996,5618,'slide_template','default'),(28997,5618,'tdc_dirty_content','1'),(28998,5618,'tdc_icon_fonts','a:0:{}'),(28999,5618,'tdc_google_fonts','a:0:{}'),(29000,5618,'_yoast_wpseo_content_score','30'),(29001,5618,'_yoast_wpseo_primary_category','28'),(29002,5620,'_wp_attached_file','2019/07/Sky-Sports-Logo-e1562575656129.png'),(29003,5620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:42:\"2019/07/Sky-Sports-Logo-e1562575656129.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Sky-Sports-Logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Sky-Sports-Logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-280x160.png\";s:5:\"width\";i:280;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-280x235.png\";s:5:\"width\";i:280;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-280x220.png\";s:5:\"width\";i:280;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Sky-Sports-Logo-280x261.png\";s:5:\"width\";i:280;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(29004,5620,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.135284264459553;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:10149;s:10:\"size_after\";i:7801;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.140000000000001;s:5:\"bytes\";i:2348;s:11:\"size_before\";i:10149;s:10:\"size_after\";i:7801;s:4:\"time\";d:0.050000000000000003;}}}'),(29005,5620,'_wp_attachment_image_alt','Sky Sports Logo'),(29006,5618,'_thumbnail_id','5622'),(29007,5618,'_yoast_wpseo_focuskw','sky sports live football'),(29008,5618,'_yoast_wpseo_metadesc','Sky Sports has announced its Premier League Fixtures for August and September. The start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.'),(29009,5618,'_yoast_wpseo_linkdex','55'),(29010,5620,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:19:\"Sky-Sports-Logo.png\";}}'),(29011,5622,'_wp_attached_file','2019/07/Sky-logo-e1562576150225.png'),(29012,5622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:759;s:4:\"file\";s:35:\"2019/07/Sky-logo-e1562576150225.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-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:35:\"Sky-logo-e1562576150225-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Sky-logo-e1562576150225-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Sky-logo-e1562576150225-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Sky-logo-e1562576150225-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-696x391.png\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Sky-logo-e1562576150225-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Sky-logo-e1562576150225-1068x600.png\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Sky-logo-e1562576150225-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(29013,5622,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.821237191156136;s:5:\"bytes\";i:61906;s:11:\"size_before\";i:214793;s:10:\"size_after\";i:152887;s:4:\"time\";d:0.87000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.73;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:8052;s:10:\"size_after\";i:6705;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.85;s:5:\"bytes\";i:3252;s:11:\"size_before\";i:11739;s:10:\"size_after\";i:10113;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.280000000000001;s:5:\"bytes\";i:35958;s:11:\"size_before\";i:68424;s:10:\"size_after\";i:50445;s:4:\"time\";d:0.27000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.350000000000001;s:5:\"bytes\";i:81908;s:11:\"size_before\";i:126578;s:10:\"size_after\";i:85624;s:4:\"time\";d:0.55000000000000004;}}}'),(29014,5622,'_wp_attachment_image_alt','sky sports logo'),(29015,5622,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1350;s:6:\"height\";i:759;s:4:\"file\";s:12:\"Sky-logo.png\";}s:18:\"full-1562576102516\";a:3:{s:5:\"width\";i:1350;s:6:\"height\";i:759;s:4:\"file\";s:27:\"Sky-logo-e1562576091945.png\";}s:18:\"full-1562576150225\";a:3:{s:5:\"width\";i:1350;s:6:\"height\";i:759;s:4:\"file\";s:27:\"Sky-logo-e1562576102516.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"Sky-logo-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:18:\"Sky-logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:19:\"Sky-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-696x391.png\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:21:\"Sky-logo-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:21:\"Sky-logo-1068x600.png\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:20:\"Sky-logo-747x420.png\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}'),(29018,5624,'_edit_last','1'),(29019,5624,'_edit_lock','1564586782:1'),(29020,5625,'_wp_attached_file','2019/07/Maltsmiths-e1562577588380.png'),(29021,5625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:617;s:4:\"file\";s:37:\"2019/07/Maltsmiths-e1562577588380.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-768x463.png\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Maltsmiths-1024x617.png\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:20:\"Maltsmiths-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:21:\"Maltsmiths-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-696x419.png\";s:5:\"width\";i:696;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Maltsmiths-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:23:\"Maltsmiths-1068x643.png\";s:5:\"width\";i:1068;s:6:\"height\";i:643;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:22:\"Maltsmiths-697x420.png\";s:5:\"width\";i:697;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(29022,5625,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1347390;s:10:\"size_after\";i:1347390;s:4:\"time\";d:1.77;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33625;s:10:\"size_after\";i:33625;s:4:\"time\";d:0.12;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73918;s:10:\"size_after\";i:73918;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:455657;s:10:\"size_after\";i:455657;s:4:\"time\";d:0.58999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:784190;s:10:\"size_after\";i:784190;s:4:\"time\";d:0.96999999999999997;}}}'),(29023,5625,'_wp_attachment_image_alt','Maltsmiths change tastes good'),(29024,5624,'_thumbnail_id','5625'),(29025,5624,'slide_template','default'),(29026,5624,'tdc_dirty_content','1'),(29027,5624,'tdc_icon_fonts','a:0:{}'),(29028,5624,'tdc_google_fonts','a:0:{}'),(29029,5624,'_yoast_wpseo_content_score','30'),(29030,5624,'_yoast_wpseo_primary_category','2'),(29033,5624,'_yoast_wpseo_focuskw','Try maltsmiths today'),(29034,5624,'_yoast_wpseo_metadesc','This month, Maltsmiths kicks off its “Have a lager on us” through the line (TTL) campaign, encouraging consumers to enjoy a pint of Maltsmiths for free. Rolling out in the on-trade across England, the campaign will encourage mass trial, with over one million consumers expected to redeem the offer.'),(29035,5624,'_yoast_wpseo_linkdex','58'),(29036,5625,'_edit_lock','1562577691:1'),(29037,5625,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1790;s:6:\"height\";i:1078;s:4:\"file\";s:14:\"Maltsmiths.png\";}}'),(29038,5625,'_edit_last','1'),(29039,5624,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/07/Maltsmiths-e1562577588380.png'),(29040,5624,'_yoast_wpseo_twitter-image-id','5625'),(29043,5624,'post_views_count','0'),(29044,5618,'post_views_count','0'),(29045,5629,'_edit_last','1'),(29046,5629,'_edit_lock','1563387166:1'),(29047,5630,'_wp_attached_file','2019/07/Fernet-Branca-Barback-Games-competitors.jpg'),(29048,5630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:51:\"2019/07/Fernet-Branca-Barback-Games-competitors.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-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:51:\"Fernet-Branca-Barback-Games-competitors-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"Fernet-Branca-Barback-Games-competitors-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"Fernet-Branca-Barback-Games-competitors-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-800x580.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"Fernet-Branca-Barback-Games-competitors-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(29049,5630,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9069346071487399;s:5:\"bytes\";i:5958;s:11:\"size_before\";i:121420;s:10:\"size_after\";i:115462;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:675;s:11:\"size_before\";i:9013;s:10:\"size_after\";i:8338;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1393;s:11:\"size_before\";i:21714;s:10:\"size_after\";i:20321;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:3890;s:11:\"size_before\";i:90693;s:10:\"size_after\";i:86803;s:4:\"time\";d:0.029999999999999999;}}}'),(29050,5630,'_wp_attachment_image_alt','Barback Games Competitors'),(29051,5629,'_thumbnail_id','5630'),(29052,5629,'slide_template','default'),(29053,5629,'tdc_dirty_content','1'),(29054,5629,'tdc_icon_fonts','a:0:{}'),(29055,5629,'tdc_google_fonts','a:0:{}'),(29056,5629,'_yoast_wpseo_focuskw','fernet branca cocktails'),(29057,5629,'_yoast_wpseo_metadesc','The Fernet-Branca Barback Games return to London this September to challenge Britain’s bravest bar industry professionals.  The winning team will go on to compete in the European final, taking place during the Bar Convent trade event in Berlin in October. '),(29058,5629,'_yoast_wpseo_linkdex','56'),(29059,5629,'_yoast_wpseo_content_score','30'),(29060,5629,'_yoast_wpseo_primary_category','2'),(29070,5629,'post_views_count','0'),(29071,5632,'_edit_last','1'),(29072,5632,'_edit_lock','1563386030:1'),(29073,5633,'_wp_attached_file','2019/07/British-egg-week-logF59010-high-res-e1563268271463.jpg'),(29074,5633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1067;s:4:\"file\";s:62:\"2019/07/British-egg-week-logF59010-high-res-e1563268271463.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-e1563268271463-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:60:\"British-egg-week-logF59010-high-res-e1563268271463-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:61:\"British-egg-week-logF59010-high-res-e1563268271463-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-696x419.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-e1563268271463-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-e1563268271463-1068x643.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-e1563268271463-698x420.jpg\";s:5:\"width\";i:698;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(29075,5633,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.422233481640991;s:5:\"bytes\";i:24533;s:11:\"size_before\";i:126314;s:10:\"size_after\";i:101781;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4600000000000009;s:5:\"bytes\";i:1235;s:11:\"size_before\";i:7349;s:10:\"size_after\";i:6654;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1;s:5:\"bytes\";i:2734;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:11202;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.530000000000001;s:5:\"bytes\";i:11304;s:11:\"size_before\";i:43579;s:10:\"size_after\";i:35067;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.82;s:5:\"bytes\";i:18293;s:11:\"size_before\";i:62496;s:10:\"size_after\";i:48858;s:4:\"time\";d:0.029999999999999999;}}}'),(29076,5633,'_wp_attachment_image_alt','British Egg Week Logo'),(29077,5632,'_thumbnail_id','5637'),(29078,5632,'slide_template','default'),(29079,5632,'tdc_dirty_content','1'),(29080,5632,'tdc_icon_fonts','a:0:{}'),(29081,5632,'tdc_google_fonts','a:0:{}'),(29082,5632,'_yoast_wpseo_content_score','30'),(29083,5632,'_yoast_wpseo_primary_category','3'),(29084,5635,'_wp_attached_file','2019/07/British-egg-week-logF59010-high-res-1-e1563268127992.jpg'),(29085,5635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:886;s:4:\"file\";s:64:\"2019/07/British-egg-week-logF59010-high-res-1-e1563268127992.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268127992-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-1-e1563268127992-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-1-e1563268127992-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-696x348.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268127992-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268127992-1068x534.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268127992-840x420.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(29086,5635,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.966611268204698;s:5:\"bytes\";i:26619;s:11:\"size_before\";i:126959;s:10:\"size_after\";i:100340;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:2605;s:11:\"size_before\";i:7994;s:10:\"size_after\";i:7274;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.149999999999999;s:5:\"bytes\";i:5231;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:10680;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.969999999999999;s:5:\"bytes\";i:20433;s:11:\"size_before\";i:43579;s:10:\"size_after\";i:34441;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.280000000000001;s:5:\"bytes\";i:31869;s:11:\"size_before\";i:62496;s:10:\"size_after\";i:47945;s:4:\"time\";d:0.02;}}}'),(29087,5635,'_wp_attachment_backup_sizes','a:69:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1772;s:6:\"height\";i:1772;s:4:\"file\";s:41:\"British-egg-week-logF59010-high-res-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:48:\"British-egg-week-logF59010-high-res-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:50:\"British-egg-week-logF59010-high-res-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-1-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1563268095367\";a:3:{s:5:\"width\";i:1772;s:6:\"height\";i:1329;s:4:\"file\";s:56:\"British-egg-week-logF59010-high-res-1-e1563268042600.jpg\";}s:23:\"thumbnail-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1563268095367\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268042600-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_80x60-1563268095367\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-1-e1563268042600-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_100x70-1563268095367\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-1-e1563268042600-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_218x150-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_265x198-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x160-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x235-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x400-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x220-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x364-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_485x360-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_533x261-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_534x462-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_696x0-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_696x385-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_741x486-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"td_1068x580-1563268095367\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268042600-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_1068x0-1563268095367\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268042600-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_0x420-1563268095367\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268042600-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1563268127992\";a:3:{s:5:\"width\";i:1772;s:6:\"height\";i:1058;s:4:\"file\";s:56:\"British-egg-week-logF59010-high-res-1-e1563268095367.jpg\";}s:23:\"thumbnail-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1563268127992\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268095367-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_80x60-1563268127992\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-1-e1563268095367-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_100x70-1563268127992\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-1-e1563268095367-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_218x150-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_265x198-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x160-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x235-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x400-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x220-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x364-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_485x360-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_533x261-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_534x462-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_696x0-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-696x416.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_696x385-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_741x486-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"td_1068x580-1563268127992\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268095367-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_1068x0-1563268127992\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-1-e1563268095367-1068x638.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_0x420-1563268127992\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-1-e1563268095367-703x420.jpg\";s:5:\"width\";i:703;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(29088,5635,'_wp_attachment_image_alt','British Lion Egg Week Logo'),(29091,5633,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1772;s:6:\"height\";i:1772;s:4:\"file\";s:39:\"British-egg-week-logF59010-high-res.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:45:\"British-egg-week-logF59010-high-res-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:46:\"British-egg-week-logF59010-high-res-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:48:\"British-egg-week-logF59010-high-res-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(29094,5637,'_wp_attached_file','2019/07/British-egg-week-logF59010-high-res-2-e1563268362229.jpg'),(29095,5637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1315;s:4:\"file\";s:64:\"2019/07/British-egg-week-logF59010-high-res-2-e1563268362229.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-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:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-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:65:\"British-egg-week-logF59010-high-res-2-e1563268362229-1024x760.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:62:\"British-egg-week-logF59010-high-res-2-e1563268362229-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:63:\"British-egg-week-logF59010-high-res-2-e1563268362229-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-696x517.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-2-e1563268362229-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:65:\"British-egg-week-logF59010-high-res-2-e1563268362229-1068x793.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:64:\"British-egg-week-logF59010-high-res-2-e1563268362229-566x420.jpg\";s:5:\"width\";i:566;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(29096,5637,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.475255571579964;s:5:\"bytes\";i:23187;s:11:\"size_before\";i:125503;s:10:\"size_after\";i:102316;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:6538;s:10:\"size_after\";i:5874;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.15;s:5:\"bytes\";i:2844;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:10937;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.129999999999999;s:5:\"bytes\";i:12208;s:11:\"size_before\";i:43579;s:10:\"size_after\";i:35676;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.27;s:5:\"bytes\";i:19866;s:11:\"size_before\";i:62496;s:10:\"size_after\";i:49829;s:4:\"time\";d:0.029999999999999999;}}}'),(29097,5637,'_wp_attachment_image_alt','British Lion Egg Week'),(29098,5637,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1772;s:6:\"height\";i:1772;s:4:\"file\";s:41:\"British-egg-week-logF59010-high-res-2.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:48:\"British-egg-week-logF59010-high-res-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:50:\"British-egg-week-logF59010-high-res-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-2-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-2-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(29103,5632,'_yoast_wpseo_focuskw','British egg week 2019'),(29104,5632,'_yoast_wpseo_metadesc','British Lion eggs is calling on UK food businesses to get cracking and make plans for British Egg Week, which is running from 7-13 October with a Protein Power theme.'),(29105,5632,'_yoast_wpseo_linkdex','53'),(29106,5638,'_wp_attached_file','2019/07/British-egg-week-logF59010-high-res-3.jpg'),(29107,5638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1772;s:4:\"file\";s:49:\"2019/07/British-egg-week-logF59010-high-res-3.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-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:49:\"British-egg-week-logF59010-high-res-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"British-egg-week-logF59010-high-res-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"British-egg-week-logF59010-high-res-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-3-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-3-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(29108,5638,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.161192150278097;s:5:\"bytes\";i:20020;s:11:\"size_before\";i:123877;s:10:\"size_after\";i:103857;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.99;s:5:\"bytes\";i:540;s:11:\"size_before\";i:4912;s:10:\"size_after\";i:4372;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.69;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:11383;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.76;s:5:\"bytes\";i:6867;s:11:\"size_before\";i:43579;s:10:\"size_after\";i:36712;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.77;s:5:\"bytes\";i:11106;s:11:\"size_before\";i:62496;s:10:\"size_after\";i:51390;s:4:\"time\";d:0.050000000000000003;}}}'),(29109,5638,'_wp_attachment_image_alt','British Egg Week'),(29112,5632,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-3.jpg'),(29113,5632,'_yoast_wpseo_opengraph-image-id','5638'),(29114,5632,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-3.jpg'),(29115,5632,'_yoast_wpseo_twitter-image-id','5638'),(29116,5639,'_wp_attached_file','2019/07/British-egg-week-logF59010-high-res-4.jpg'),(29117,5639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1772;s:4:\"file\";s:49:\"2019/07/British-egg-week-logF59010-high-res-4.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-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:49:\"British-egg-week-logF59010-high-res-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"British-egg-week-logF59010-high-res-4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"British-egg-week-logF59010-high-res-4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"British-egg-week-logF59010-high-res-4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"British-egg-week-logF59010-high-res-4-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"British-egg-week-logF59010-high-res-4-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(29118,5639,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.161192150278097;s:5:\"bytes\";i:20020;s:11:\"size_before\";i:123877;s:10:\"size_after\";i:103857;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.99;s:5:\"bytes\";i:540;s:11:\"size_before\";i:4912;s:10:\"size_after\";i:4372;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.69;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:12890;s:10:\"size_after\";i:11383;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.76;s:5:\"bytes\";i:6867;s:11:\"size_before\";i:43579;s:10:\"size_after\";i:36712;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.77;s:5:\"bytes\";i:11106;s:11:\"size_before\";i:62496;s:10:\"size_after\";i:51390;s:4:\"time\";d:0.029999999999999999;}}}'),(29119,5639,'_edit_lock','1563268706:1'),(29120,5639,'_edit_last','1'),(29121,5632,'post_views_count','0'),(29126,5574,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Proud-to-Support-SRI.jpg\";s:5:\"title\";s:76:\"Windhoek Lager completes fundraising challenge for Save the Rhino Int&#039;l\";s:7:\"caption\";s:76:\"Windhoek Lager completes fundraising challenge for Save the Rhino Int&#039;l\";}'),(29127,5585,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Hendi-ice-crusher.jpg\";s:5:\"title\";s:61:\"Keep your cool this summer with Hendi UK&#039;s ice solutions\";s:7:\"caption\";s:61:\"Keep your cool this summer with Hendi UK&#039;s ice solutions\";}'),(29128,5564,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:107:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428.jpg\";s:5:\"title\";s:40:\"Country Range launches four new desserts\";s:7:\"caption\";s:40:\"Country Range launches four new desserts\";}'),(29129,5552,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Fentimans-New.png\";s:5:\"title\";s:61:\"Fentimans launches first premium soft drinks and mixer report\";s:7:\"caption\";s:61:\"Fentimans launches first premium soft drinks and mixer report\";}'),(29130,5580,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/MARENO-STAR-110-suite.jpg\";s:5:\"title\";s:63:\"Grande Cuisine promises a versatile solution courtesy of Mareno\";s:7:\"caption\";s:63:\"Grande Cuisine promises a versatile solution courtesy of Mareno\";}'),(29131,5558,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/FOOLPROOF_UK_1.jpg\";s:5:\"title\";s:51:\"Heathwick brings innovation to imported beer market\";s:7:\"caption\";s:51:\"Heathwick brings innovation to imported beer market\";}'),(29132,5547,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/ROMA-1960-with-stems.jpg\";s:5:\"title\";s:20:\"ROMA 1960 with stems\";s:7:\"caption\";s:47:\"New vintage style cocktail glassware from Artis\";}'),(29133,5518,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/apple-3964049_1280.jpg\";s:5:\"title\";s:60:\"Strongbow Dark Fruit relaunches its range with no artificial\";s:7:\"caption\";s:61:\"Strongbow Dark Fruit relaunches its range with no artificial \";}'),(29134,5521,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/alcohol-21938_1280-1.jpg\";s:5:\"title\";s:62:\"Marston’s Launch It’s First Official Work Placement Scheme\";s:7:\"caption\";s:62:\"Marston’s Launch It’s First Official Work Placement Scheme\";}'),(29135,5542,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/the-ball-488714_1280.jpg\";s:5:\"title\";s:23:\"Sky Sports EFL Coverage\";s:7:\"caption\";s:23:\"Sky Sports EFL Coverage\";}'),(29136,5533,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/London-Cratf-Beer-Festival.jpg\";s:5:\"title\";s:26:\"London Craft Beer Festival\";s:7:\"caption\";s:71:\"London Craft Beer Festival launch the WABies best in class craft awards\";}'),(29137,5529,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Lynx-Purchasing-steak-salad.jpg\";s:5:\"title\";s:28:\"Grilled steak and vegetables\";s:7:\"caption\";s:41:\"Grilled steak and salad - Lynx Purchasing\";}'),(29138,5525,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:105:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Love-Fresh-cheeseburger-melt-burger-topper.jpg\";s:5:\"title\";s:42:\"Love Fresh cheeseburger melt burger topper\";s:7:\"caption\";s:60:\"Calder Foods creates their new &#039;Love Fresh&#039; Burger\";}'),(29139,5509,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:64:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/2.jpg\";s:5:\"title\";s:23:\"Giffard West Cup Winner\";s:7:\"caption\";s:23:\"Giffard West Cup Winner\";}'),(29140,5504,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/HEINEKEN-Bulmers.jpg\";s:5:\"title\";s:18:\"HEINEKEN - Bulmers\";s:7:\"caption\";s:0:\"\";}'),(29141,5498,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_010-e1561037174345.jpg\";s:5:\"title\";s:19:\"Strongbow Fount_010\";s:7:\"caption\";s:0:\"\";}'),(29142,5494,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Shipyard-Low-Tide-6-e1560942663405.jpg\";s:5:\"title\";s:32:\"Shipyard low alcohol alternative\";s:7:\"caption\";s:0:\"\";}'),(29143,5490,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Fireball-Fuelling-The-Fire-Tour.jpg\";s:5:\"title\";s:31:\"Fireball Fuelling The Fire Tour\";s:7:\"caption\";s:24:\"Fireball - The Fire Tour\";}'),(29144,5486,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56-e1559830944387.png\";s:5:\"title\";s:34:\"Screen Shot 2019-05-30 at 12.34.56\";s:7:\"caption\";s:13:\"World Gin Day\";}'),(29145,5482,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Kanpai-Sake-e1559829297368.jpg\";s:5:\"title\";s:11:\"Kanpai Sake\";s:7:\"caption\";s:11:\"Kanpai Sake\";}'),(29146,5479,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/341695-PA9A9I-814.jpg\";s:5:\"title\";s:17:\"341695-PA9A9I-814\";s:7:\"caption\";s:16:\"Womens World Cup\";}'),(29147,5476,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/E42A8824-1.jpg\";s:5:\"title\";s:10:\"E42A8824-1\";s:7:\"caption\";s:18:\"Commercial Kitchen\";}'),(29148,5318,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:66:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/737.jpg\";s:5:\"title\";s:16:\"Summer cocktails\";s:7:\"caption\";s:16:\"Summer cocktails\";}'),(29149,5427,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/264451-P4TGPG-255.jpg\";s:5:\"title\";s:17:\"264451-P4TGPG-255\";s:7:\"caption\";s:4:\"BBPA\";}'),(29154,5404,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/67.jpg\";s:5:\"title\";s:4:\"chef\";s:7:\"caption\";s:4:\"chef\";}'),(29155,5398,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_168246680.jpg\";s:5:\"title\";s:22:\"shutterstock_168246680\";s:7:\"caption\";s:10:\"sports pub\";}'),(29156,5395,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:69:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/152498.jpg\";s:5:\"title\";s:6:\"152498\";s:7:\"caption\";s:13:\"Brockmans Gin\";}'),(29157,5273,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/91.jpg\";s:5:\"title\";s:64:\"Finances Saving Economy concept. Female accountant or banker use\";s:7:\"caption\";s:76:\"Finances Saving Economy concept. Female accountant or banker use calculator.\";}'),(29158,5388,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_300163883.jpg\";s:5:\"title\";s:13:\"ukhospitality\";s:7:\"caption\";s:13:\"ukhospitality\";}'),(29159,5376,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:100:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_360544148-e1559136627357.jpg\";s:5:\"title\";s:8:\"Icemaker\";s:7:\"caption\";s:8:\"Icemaker\";}'),(29160,5369,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/4284.jpg\";s:5:\"title\";s:10:\"Food Waste\";s:7:\"caption\";s:10:\"Food Waste\";}'),(29161,4322,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS591716-20.jpg\";s:5:\"title\";s:19:\"Lucky Voice Holburn\";s:7:\"caption\";s:0:\"\";}'),(29162,5362,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/355920-PAQ2TP-970.jpg\";s:5:\"title\";s:16:\"carbon footprint\";s:7:\"caption\";s:16:\"carbon footprint\";}'),(29163,5359,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:64:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/1.jpg\";s:5:\"title\";s:32:\"Bimber Distillery Exclusive Cask\";s:7:\"caption\";s:32:\"Bimber Distillery Exclusive Cask\";}'),(29164,5355,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:110:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay-e1559116405351.jpg\";s:5:\"title\";s:32:\"Hardys Foodies Choice Chardonnay\";s:7:\"caption\";s:32:\"Hardys Foodies Choice Chardonnay\";}'),(29165,5328,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:101:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1.jpg\";s:5:\"title\";s:40:\"13d10589-ea3a-4de2-8315-edc0e038f642 (1)\";s:7:\"caption\";s:30:\"Cornish Orchards - Honey Cider\";}'),(29166,5315,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:118:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-e1559033331384.jpg\";s:5:\"title\";s:48:\"ARYZTA&#039;s Puff Pastry Swirl - Burger Carrier\";s:7:\"caption\";s:0:\"\";}'),(29167,5311,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/logo.png\";s:5:\"title\";s:4:\"logo\";s:7:\"caption\";s:0:\"\";}'),(29168,5111,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:116:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104.jpg\";s:5:\"title\";s:38:\"RedLeg Carmelised Pineapple Daiquiri 1\";s:7:\"caption\";s:0:\"\";}'),(29169,5278,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/1238.jpg\";s:5:\"title\";s:15:\"Beer Background\";s:7:\"caption\";s:64:\"Light Beer Background - Beer in Macro Photography. Closeup View.\";}'),(29170,5268,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin.jpg\";s:5:\"title\";s:36:\"Limited-edition Pink Lemonade Muffin\";s:7:\"caption\";s:0:\"\";}'),(29173,5230,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002.jpg\";s:5:\"title\";s:8:\"image002\";s:7:\"caption\";s:0:\"\";}'),(29174,5226,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/393999-PCOC4C-960.jpg\";s:5:\"title\";s:13:\"mental-health\";s:7:\"caption\";s:0:\"\";}'),(29175,5223,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw-e1558595734460.jpeg\";s:5:\"title\";s:8:\"3JCo1Asw\";s:7:\"caption\";s:0:\"\";}'),(29176,5218,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:69:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Bjoern.png\";s:5:\"title\";s:6:\"Bjoern\";s:7:\"caption\";s:0:\"\";}'),(29177,5108,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:103:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb.jpg\";s:5:\"title\";s:46:\"ROTPUNKT 2019 - Zerox Black Line Umbra - HR(b)\";s:7:\"caption\";s:0:\"\";}'),(29178,5093,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:103:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019.jpg\";s:5:\"title\";s:40:\"Mr Fitz Aqua Spritz new flavour May 2019\";s:7:\"caption\";s:0:\"\";}'),(29179,5081,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:95:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter.jpg\";s:5:\"title\";s:32:\"Liberation Group seafood platter\";s:7:\"caption\";s:0:\"\";}'),(29180,5087,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007.jpg\";s:5:\"title\";s:15:\"furleigh319_007\";s:7:\"caption\";s:0:\"\";}'),(29181,5084,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:105:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch.jpg\";s:5:\"title\";s:42:\"Peter Spanton Drinks No 2 and No 16 launch\";s:7:\"caption\";s:42:\"Peter Spanton Drinks No 2 and No 16 launch\";}'),(29182,4346,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/WMF-FFC.png\";s:5:\"title\";s:7:\"WMF FFC\";s:7:\"caption\";s:0:\"\";}'),(29183,3923,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/card-machine.jpg\";s:5:\"title\";s:12:\"card-machine\";s:7:\"caption\";s:0:\"\";}'),(29184,4220,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Fresh-rhubarb-for-spring-menus.jpg\";s:5:\"title\";s:30:\"Fresh rhubarb for Spring menus\";s:7:\"caption\";s:67:\"Look beyond Brexit to a sustainable approach, urges Lynx Purchasing\";}'),(29185,4998,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Meatless-Farm_Img-1280x450.jpg\";s:5:\"title\";s:26:\"Meatless-Farm_Img 1280x450\";s:7:\"caption\";s:46:\"The Meatless Farm Co’s plant-based sausages \";}'),(29186,4901,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Google-home.jpg\";s:5:\"title\";s:27:\"Voice search is on the rise\";s:7:\"caption\";s:27:\"Voice search is on the rise\";}'),(29187,4909,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/sparkling-wine-1030754_1920.jpg\";s:5:\"title\";s:34:\"Lanchester Wines Continues to Grow\";s:7:\"caption\";s:34:\"Lanchester Wines Continues to Grow\";}'),(29188,4896,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP-Takeover-DESKTOP.jpg\";s:5:\"title\";s:17:\"British Lion Eggs\";s:7:\"caption\";s:17:\"British Lion Eggs\";}'),(29189,4917,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/IMG-20190429-WA0003.jpg\";s:5:\"title\";s:31:\"The importance of seaside towns\";s:7:\"caption\";s:51:\"The importance of seaside towns (Broadstairs, Kent)\";}'),(29190,4922,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/VOTW_awards_1.jpg\";s:5:\"title\";s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";s:7:\"caption\";s:63:\"Fentimans launch campaign to Save the Botanicals this Earth Day\";}'),(29191,4891,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sock-it-to-the-Poachers.jpg\";s:5:\"title\";s:65:\"Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers\";s:7:\"caption\";s:65:\"Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers\";}'),(29192,4278,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/E2991DB9-13DB-466D-8BD5-D7A8B15F56CC.jpg\";s:5:\"title\";s:59:\"Molson Coors and Sky launch new simplified partnership deal\";s:7:\"caption\";s:59:\"Molson Coors and Sky launch new simplified partnership deal\";}'),(29193,4350,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:114:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1.jpg\";s:5:\"title\";s:49:\"RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29194,4829,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:171:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x.jpg\";s:5:\"title\";s:109:\"AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS--702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29195,4828,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/wifi-158401_1280-1078x516-1.png\";s:5:\"title\";s:25:\"wifi-158401_1280-1078x516\";s:7:\"caption\";s:0:\"\";}'),(29196,4830,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Heineken-Bank-Holiday-702x336@2x-1.jpg\";s:5:\"title\";s:32:\"Heineken-Bank-Holiday-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29197,4827,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/wine-791133_1920-702x336@2x-1.jpg\";s:5:\"title\";s:27:\"wine-791133_1920-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29198,4826,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:95:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/coffee-3043424_1920-702x336@2x-1.jpg\";s:5:\"title\";s:30:\"coffee-3043424_1920-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29199,4824,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/audience-1868137_1920-702x336@2x-1.jpg\";s:5:\"title\";s:32:\"audience-1868137_1920-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29200,4823,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/cooler_seal-702x336@2x-1.jpg\";s:5:\"title\";s:22:\"cooler_seal-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29201,4822,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/rustic-334080_1920-702x336@2x-1.jpg\";s:5:\"title\";s:29:\"rustic-334080_1920-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29202,4825,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:102:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/black-and-white-1284072_1280-1078x516-1.jpg\";s:5:\"title\";s:37:\"black-and-white-1284072_1280-1078x516\";s:7:\"caption\";s:0:\"\";}'),(29203,4819,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/beer-2493058_1920-702x336@2x-1.jpg\";s:5:\"title\";s:28:\"beer-2493058_1920-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29204,4820,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:114:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1.jpg\";s:5:\"title\";s:49:\"Quarter-Skins-with-Firecracker-Peppers-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29205,4835,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/wineglass-1495861_1920-702x336@2x-1.jpg\";s:5:\"title\";s:33:\"wineglass-1495861_1920-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29206,4837,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:103:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peppermill-Cafe_upstairs_rs-702x336@2x-1.jpg\";s:5:\"title\";s:38:\"Peppermill-Cafe_upstairs_rs-702x336@2x\";s:7:\"caption\";s:0:\"\";}'),(29207,4836,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/rum-3898745_1920.jpg\";s:5:\"title\";s:16:\"rum-3898745_1920\";s:7:\"caption\";s:0:\"\";}'),(29208,4336,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Moni-Bildvorschlaege.jpg\";s:5:\"title\";s:20:\"Moni Bildvorschlaege\";s:7:\"caption\";s:0:\"\";}'),(29209,4311,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/shish-kebab-417994_1920.jpg\";s:5:\"title\";s:64:\"UKHospitality: Dialogue best way to tackle food allergens issues\";s:7:\"caption\";s:64:\"UKHospitality: Dialogue best way to tackle food allergens issues\";}'),(29210,4297,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/TeamMargotPinkspirationlogo.png\";s:5:\"title\";s:198:\"Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups\";s:7:\"caption\";s:198:\"Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups\";}'),(29211,4216,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Otakar-logo-Bohem-Brewery.jpg\";s:5:\"title\";s:55:\"Bohem Brewery and St Austell launch collaboration lager\";s:7:\"caption\";s:55:\"Bohem Brewery and St Austell launch collaboration lager\";}'),(29212,4226,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/thurgoland-106240_1920.jpg\";s:5:\"title\";s:10:\"Thurgoland\";s:7:\"caption\";s:54:\"CAMRA: Brexit could be a game-changer for British pubs\";}'),(29213,4250,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Sous-Vide-Tools-blast-chiller.jpg\";s:5:\"title\";s:29:\"Sous Vide Tools blast chiller\";s:7:\"caption\";s:29:\"Sous Vide Tools blast chiller\";}'),(29214,4258,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/animal-1851495_1920.jpg\";s:5:\"title\";s:64:\"Industry groups question government commitment to animal welfare\";s:7:\"caption\";s:64:\"Industry groups question government commitment to animal welfare\";}'),(29215,4254,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:106:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Falcons-F900-electric-chargrill-model-E9490.jpg\";s:5:\"title\";s:46:\"The Falcon F900 electric chargrill model E9490\";s:7:\"caption\";s:46:\"The Falcon F900 electric chargrill model E9490\";}'),(29216,4282,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Tansun49-image-2-high-res.jpg\";s:5:\"title\";s:69:\"Tansun&#039;s radiant heating panels are the future of indoor heating\";s:7:\"caption\";s:69:\"Tansun&#039;s radiant heating panels are the future of indoor heating\";}'),(29217,4202,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/BREXIT-BOX.jpg\";s:5:\"title\";s:65:\"Italian deli Diforti launches Brexit Box incase of food shortages\";s:7:\"caption\";s:65:\"Italian deli Diforti launches Brexit Box incase of food shortages\";}'),(29218,4289,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/music-2805506_1280.jpg\";s:5:\"title\";s:68:\"PPL fee increase will cost hospitality businesses an estimated £49m\";s:7:\"caption\";s:68:\"PPL fee increase will cost hospitality businesses an estimated £49m\";}'),(29219,4286,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-3.jpg\";s:5:\"title\";s:63:\"UKHospitality: Collaboration key to Industrial Strategy success\";s:7:\"caption\";s:63:\"UKHospitality: Collaboration key to Industrial Strategy success\";}'),(29220,4176,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Foodservice-2.jpg\";s:5:\"title\";s:11:\"Lee Kum Kee\";s:7:\"caption\";s:24:\"Lee Kum Kee food service\";}'),(29221,4156,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Red-Roaster-PWF-0501.jpg\";s:5:\"title\";s:66:\"Redroaster, Brighton, undergoes a make over and it&#039;s stunning\";s:7:\"caption\";s:66:\"Redroaster, Brighton, undergoes a make over and it&#039;s stunning\";}'),(29222,4246,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/2019-New-Tea-Pyramids-2.jpg\";s:5:\"title\";s:54:\"Drury Tea &amp; Coffee Company adds four new varieties\";s:7:\"caption\";s:54:\"Drury Tea &amp; Coffee Company adds four new varieties\";}'),(29223,4263,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/mediterranean-346997_1920.jpg\";s:5:\"title\";s:62:\"Food advertising restrictions will harm the hospitality sector\";s:7:\"caption\";s:62:\"Food advertising restrictions will harm the hospitality sector\";}'),(29224,4267,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/whiskey-heroLandscape_1600x900.jpeg\";s:5:\"title\";s:73:\"Jameson celebrate St. Patrick&#039;s Day with an off-the-grid celebration\";s:7:\"caption\";s:73:\"Jameson celebrate St. Patrick&#039;s Day with an off-the-grid celebration\";}'),(29225,4165,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Mistletoe-Pine.jpeg\";s:5:\"title\";s:92:\"Heads + Tails, Will Partridge &amp; Christopher Dennis, chat to us about their unique venue.\";s:7:\"caption\";s:92:\"Heads + Tails, Will Partridge &amp; Christopher Dennis, chat to us about their unique venue.\";}'),(29226,4149,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-1-LR-1-1024x684.jpg\";s:5:\"title\";s:56:\"Skyline Design release their outdoor furniture catalogue\";s:7:\"caption\";s:57:\"Skyline Design release their outdoor furniture catalogue \";}'),(29227,4145,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/hand-895588_1920.jpg\";s:5:\"title\";s:76:\"Email marketing is widely praised as giving the highest return on investment\";s:7:\"caption\";s:76:\"Email marketing is widely praised as giving the highest return on investment\";}'),(29228,4141,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/IMG_9580.jpg\";s:5:\"title\";s:101:\"OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.\";s:7:\"caption\";s:101:\"OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.\";}'),(29229,4113,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/beer-2166004_1920.jpg\";s:5:\"title\";s:59:\"Brewer Fuller’s to sell its brands to global brewer Asahi\";s:7:\"caption\";s:59:\"Brewer Fuller’s to sell its brands to global brewer Asahi\";}'),(29230,4118,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/grapes-276070_1920.jpg\";s:5:\"title\";s:70:\"Aussie winemakers have been experimenting with Italian grape varieties\";s:7:\"caption\";s:70:\"Aussie winemakers have been experimenting with Italian grape varieties\";}'),(29231,4199,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-1.jpg\";s:5:\"title\";s:68:\"UK Government: UKHospitality reaction to the No Deal tariffs on food\";s:7:\"caption\";s:68:\"UK Government: UKHospitality reaction to the No Deal tariffs on food\";}'),(29232,4235,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/CD19_Twitter_Banner_21.jpg\";s:5:\"title\";s:156:\"2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators\";s:7:\"caption\";s:156:\"2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators\";}'),(29233,4230,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-2.jpg\";s:5:\"title\";s:65:\"UKHospitality establishes new Diversity Forum to promote equality\";s:7:\"caption\";s:65:\"UKHospitality establishes new Diversity Forum to promote equality\";}'),(29234,4130,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/coffee-beans-618858_1920.jpg\";s:5:\"title\";s:71:\"Melitta Professional Coffee Solutions has recruited Brad Journet-Robins\";s:7:\"caption\";s:71:\"Melitta Professional Coffee Solutions has recruited Brad Journet-Robins\";}'),(29235,4102,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/drink-1870139_1920.jpg\";s:5:\"title\";s:125:\"Optics have long been standing as the most accurate way of pouring spirits &amp; Beaumont is one of the largest manufacturers\";s:7:\"caption\";s:125:\"Optics have long been standing as the most accurate way of pouring spirits &amp; Beaumont is one of the largest manufacturers\";}'),(29236,4127,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:69:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Events.jpg\";s:5:\"title\";s:68:\"Brewers Association: Draught beer quality - More important than ever\";s:7:\"caption\";s:68:\"Brewers Association: Draught beer quality - More important than ever\";}'),(29237,4135,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/slot-machine-159972_1280.png\";s:5:\"title\";s:68:\"Data from the Gambling Commission doesn&#039;t reflect well for pubs\";s:7:\"caption\";s:68:\"Data from the Gambling Commission doesn&#039;t reflect well for pubs\";}'),(29238,4097,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/bar-2209813_1920.jpg\";s:5:\"title\";s:62:\"Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade\";s:7:\"caption\";s:63:\"Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade \";}'),(29239,4122,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Drinkers-2.jpg\";s:5:\"title\";s:46:\"Cask drinkers are more likely to visit the pub\";s:7:\"caption\";s:46:\"Cask drinkers are more likely to visit the pub\";}'),(29240,4093,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/black-and-white-1284072_640.jpg\";s:5:\"title\";s:74:\"Allan Stevenson chats with Ontrade Progress about the history of glassware\";s:7:\"caption\";s:74:\"Allan Stevenson chats with Ontrade Progress about the history of glassware\";}'),(29241,4080,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Wrapmaster-Sustainable-Cling-Film.jpg\";s:5:\"title\";s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";s:7:\"caption\";s:70:\"Wrapmaster go greener with 26% plant-based sustainable cling film (PE)\";}'),(29242,4053,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/MIXOLOGY-2019.jpg\";s:5:\"title\";s:51:\"Artis UK launches a new mixology cocktail glassware\";s:7:\"caption\";s:51:\"Artis UK launches a new mixology cocktail glassware\";}'),(29243,4047,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/CDS2019.jpg\";s:5:\"title\";s:71:\"Azzurri Group &amp; Wagamama winners of Casual Dining Restaurant Awards\";s:7:\"caption\";s:71:\"Azzurri Group &amp; Wagamama winners of Casual Dining Restaurant Awards\";}'),(29244,4076,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Export-range-2-espresso-beans.jpg\";s:5:\"title\";s:68:\"Drury launches a new initiative to recycle its used coffee packaging\";s:7:\"caption\";s:68:\"Drury launches a new initiative to recycle its used coffee packaging\";}'),(29245,4058,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie.jpg\";s:5:\"title\";s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";s:7:\"caption\";s:69:\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\";}'),(29246,4064,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:114:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922.jpg\";s:5:\"title\";s:80:\"Desperados is rolling out a new, global brand redesign in the UK from March 2019\";s:7:\"caption\";s:81:\" Desperados is rolling out a new, global brand redesign in the UK from March 2019\";}'),(29247,4034,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/pantheon2.png\";s:5:\"title\";s:56:\"Pantheon re-launches mixer with new, super-safe features\";s:7:\"caption\";s:56:\"Pantheon re-launches mixer with new, super-safe features\";}'),(29248,4024,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/OTP_OLDMOUT_702x336.jpg\";s:5:\"title\";s:77:\"Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple\";s:7:\"caption\";s:77:\"Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple\";}'),(29249,4038,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch1.jpg\";s:5:\"title\";s:53:\"Samtouch POS software offers a high level of features\";s:7:\"caption\";s:53:\"Samtouch POS software offers a high level of features\";}'),(29250,4020,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res.jpg\";s:5:\"title\";s:70:\"UKHospitality - Digital tax revenue must be used to boost high streets\";s:7:\"caption\";s:70:\"UKHospitality - Digital tax revenue must be used to boost high streets\";}'),(29251,4016,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Lagunitas-DayTime-Session-IPA.png\";s:5:\"title\";s:29:\"Lagunitas DayTime Session IPA\";s:7:\"caption\";s:77:\"Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple\";}'),(29252,3989,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:68:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cb-43.jpg\";s:5:\"title\";s:66:\"Brewers Association American Craft Breweries Show (21-23 February)\";s:7:\"caption\";s:0:\"\";}'),(29253,4010,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/hotel-room-1447201_1280.jpg\";s:5:\"title\";s:55:\"BII announces ticket sales launch for Summer Event 2019\";s:7:\"caption\";s:55:\"BII announces ticket sales launch for Summer Event 2019\";}'),(29254,4007,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/alcohol-21938_1280.jpg\";s:5:\"title\";s:63:\"HIT training announce the first brewer apprenticeship in the UK\";s:7:\"caption\";s:63:\"HIT training announce the first brewer apprenticeship in the UK\";}'),(29255,4003,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Rose_serve_275ml_fin.jpg\";s:5:\"title\";s:33:\"Fentimans Rose Lemonade cocktails\";s:7:\"caption\";s:33:\"Fentimans Rose Lemonade cocktails\";}'),(29256,4000,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_1133982038.jpg\";s:5:\"title\";s:76:\"With start-up firms using automation for growth - Are you being left behind?\";s:7:\"caption\";s:76:\"With start-up firms using automation for growth - Are you being left behind?\";}'),(29257,3983,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-1.jpg\";s:5:\"title\";s:75:\"The Music Licence from PPL PRS - helping to play music more straightforward\";s:7:\"caption\";s:75:\"The Music Licence from PPL PRS - helping to play music more straightforward\";}'),(29258,3971,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-2.jpg-.jpg\";s:5:\"title\";s:11:\"Canopies UK\";s:7:\"caption\";s:58:\"Canopies UK - Raising the roof at Hilton’s brand new bar\";}'),(29259,3964,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/new_vegan_sausage_roll.jpg\";s:5:\"title\";s:18:\"Vegan sausage roll\";s:7:\"caption\";s:77:\"Tthe introduction of a vegan sausage roll to Greggs’ range of baked treats.\";}'),(29260,3960,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:95:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Star-Micronics-TouchBistro-image.jpg\";s:5:\"title\";s:32:\"Star Micronics TouchBistro image\";s:7:\"caption\";s:67:\"Select the best EPOS system for your Restaurant with Star Micronics\";}'),(29261,3957,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Continental-BR-Oak-Brass-1-HD.jpg\";s:5:\"title\";s:68:\"Leasing or rental?  How can Sir William Bentley help your business?\";s:7:\"caption\";s:68:\"Leasing or rental?  How can Sir William Bentley help your business?\";}'),(29262,3951,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/beer-218148_1280.jpg\";s:5:\"title\";s:19:\"Brewers Association\";s:7:\"caption\";s:65:\"Brewers Association launches new diversity &amp; inclusion guides\";}'),(29263,3945,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_9965.jpg\";s:5:\"title\";s:12:\"Mad Squirrel\";s:7:\"caption\";s:61:\"Mad Squirrel Brewery talk about their success in the industry\";}'),(29264,3939,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/GIGA-X8-3.jpg\";s:5:\"title\";s:23:\"coffee machines by Jura\";s:7:\"caption\";s:60:\"The new pro range of new bean-to-cup coffee machines by Jura\";}'),(29265,3935,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/laptop-593673_1280.jpg\";s:5:\"title\";s:9:\"Fat Media\";s:7:\"caption\";s:56:\"Fat Media gave us their tips on how to instantly impress\";}'),(29266,3926,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_651381580.jpg\";s:5:\"title\";s:7:\"Barware\";s:7:\"caption\";s:80:\"Beaumont TM Ltd about what sets their barware range apart from their competition\";}'),(29267,3878,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/338-180929-low-117.jpg\";s:5:\"title\";s:127:\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London&#039;s hottest nightclubs - Studio 338\";s:7:\"caption\";s:127:\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London&#039;s hottest nightclubs - Studio 338\";}'),(29268,3914,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_2911.jpg\";s:5:\"title\";s:34:\"Crystaltech improves water hygiene\";s:7:\"caption\";s:34:\"Crystaltech improves water hygiene\";}'),(29269,3908,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_LAN-WINES_702x336.jpg\";s:5:\"title\";s:40:\"We&#039;ve got a Crush on Mcpherson Wine\";s:7:\"caption\";s:40:\"We&#039;ve got a Crush on Mcpherson Wine\";}'),(29270,3867,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_3RTelecom_702x336.jpg\";s:5:\"title\";s:55:\"From London to Nationwide - EPos Giants 3R Telecom Ltd.\";s:7:\"caption\";s:55:\"From London to Nationwide - EPos Giants 3R Telecom Ltd.\";}'),(29271,3899,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/2015_WMF_espresso_Presse_02.jpg\";s:5:\"title\";s:25:\"The Perfect Brew with WMF\";s:7:\"caption\";s:25:\"The Perfect Brew with WMF\";}'),(29272,3895,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_QUORN_702x336.jpg\";s:5:\"title\";s:121:\"Our &#039;On the Plate&#039; feature this month features Quorn&#039;s Bao Buns with the recipe developed by Mark Robinson\";s:7:\"caption\";s:121:\"Our &#039;On the Plate&#039; feature this month features Quorn&#039;s Bao Buns with the recipe developed by Mark Robinson\";}'),(29273,3885,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_590685533.jpg\";s:5:\"title\";s:58:\"Showsec – Standing out from the crowd with Michael Poole\";s:7:\"caption\";s:58:\"Showsec – Standing out from the crowd with Michael Poole\";}'),(29274,3874,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/glass-of-beer-3444480_1280.jpg\";s:5:\"title\";s:35:\"Heineken - Serving the perfect pint\";s:7:\"caption\";s:35:\"Heineken - Serving the perfect pint\";}'),(29275,3871,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Barbecoa.jpg\";s:5:\"title\";s:47:\"Ascentia Foodservice at Casual Dining Show 2019\";s:7:\"caption\";s:48:\"Ascentia Foodservice at Casual Dining Show 2019 \";}'),(29276,3863,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/hotel-1979406_1280.jpg\";s:5:\"title\";s:57:\"UKHospitality welcomes CMA&#039;s action on booking sites\";s:7:\"caption\";s:57:\"UKHospitality welcomes CMA&#039;s action on booking sites\";}'),(29277,3851,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/DSC_9554-edit.jpg\";s:5:\"title\";s:18:\"Casual Dining Show\";s:7:\"caption\";s:23:\"Casual Dining Show 2019\";}'),(29278,3834,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/aisle-3105629_1280.jpg\";s:5:\"title\";s:165:\"Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.\";s:7:\"caption\";s:165:\"Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.\";}'),(29279,3830,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/IMG_5276.jpg\";s:5:\"title\";s:92:\"It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year\";s:7:\"caption\";s:92:\"It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year\";}'),(29280,3837,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/WBPQ19black.jpg\";s:5:\"title\";s:11:\"WBPQ19black\";s:7:\"caption\";s:29:\"World&#039;s Biggest Pub Quiz\";}'),(29281,3826,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/CD19_Twitter_Banner_21.jpg\";s:5:\"title\";s:156:\"2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators\";s:7:\"caption\";s:156:\"2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators\";}'),(29282,3822,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Hob-logo.jpg\";s:5:\"title\";s:69:\"Hobart UK to merge devisions and become the Hobart Equipment Division\";s:7:\"caption\";s:69:\"Hobart UK to merge devisions and become the Hobart Equipment Division\";}'),(29283,3817,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/HydroHeineken_17.jpg\";s:5:\"title\";s:94:\"In 2016, we recognised that the low and no alcohol category was a key growth driver for the UK\";s:7:\"caption\";s:94:\"In 2016, we recognised that the low and no alcohol category was a key growth driver for the UK\";}'),(29284,3814,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/paris-843229_1280.jpg\";s:5:\"title\";s:12:\"EU Nationals\";s:7:\"caption\";s:72:\"Scrapping of settled status fee for EU nationals a boost for pubs - BBPA\";}'),(29285,3784,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/MIBRASA-Oven.jpg\";s:5:\"title\";s:12:\"MIBRASA Oven\";s:7:\"caption\";s:135:\"MIBRASA charcoal oven - Charcoal roasted cod fillet with a bacon &amp; hazelnut crumb, puy lentils, charred vegetables and chorizo mayo\";}'),(29286,3789,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/machine-cards-2828242.jpg\";s:5:\"title\";s:27:\"Barclays payment technology\";s:7:\"caption\";s:27:\"Barclays payment technology\";}'),(29287,3799,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/media-998990_1280.jpg\";s:5:\"title\";s:12:\"Social Media\";s:7:\"caption\";s:77:\"Social media is a vital part of any hospitality business’ communication mix\";}'),(29288,3807,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3445988_1280-1.jpg\";s:5:\"title\";s:4:\"Beer\";s:7:\"caption\";s:53:\"Experts opinion - Allan Stevenson - The Quality Cycle\";}'),(29289,3803,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-2891894_1280.jpg\";s:5:\"title\";s:16:\"Lanchester Wines\";s:7:\"caption\";s:83:\"Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port\";}'),(29290,3794,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/hiring-1977803_1280.jpg\";s:5:\"title\";s:31:\"Caterer share their latest tips\";s:7:\"caption\";s:31:\"Caterer share their latest tips\";}'),(29291,3787,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/OTP_CDSimg_702x336.jpg\";s:5:\"title\";s:38:\"Ascentia at the Casual Dining Show –\";s:7:\"caption\";s:39:\"Ascentia at the Casual Dining Show – \";}'),(29292,3778,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1-3CPayment-LOGO-MAIN-RGB.jpg\";s:5:\"title\";s:10:\"3c Payment\";s:7:\"caption\";s:10:\"3c Payment\";}'),(29293,3748,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/JustIngred_1280x853px.jpg\";s:5:\"title\";s:15:\"JustIngredients\";s:7:\"caption\";s:134:\"JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust\";}'),(29294,3772,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:110:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/48411252_1016528285199320_8278645404019458048_n.jpg\";s:5:\"title\";s:22:\"Krombacher Pourfection\";s:7:\"caption\";s:22:\"Krombacher Pourfection\";}'),(29295,3722,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00042.jpeg\";s:5:\"title\";s:23:\"Dead Man&#039;s Fingers\";s:7:\"caption\";s:43:\"On-Trade Progress&#039; issue 20 In the Mix\";}'),(29296,3739,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_1085215253.jpg\";s:5:\"title\";s:5:\"Beers\";s:7:\"caption\";s:75:\"Love Drinks has strengthened its craft beer portfolio with Einstök brewery\";}'),(29297,3757,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/DeadMansFinger_1280x853px.jpg\";s:5:\"title\";s:15:\"Black Magic Rum\";s:7:\"caption\";s:15:\"Black Magic Rum\";}'),(29298,3765,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/OTP_CDSimg_702x336.jpg\";s:5:\"title\";s:38:\"Ascentia at the Casual Dining Show –\";s:7:\"caption\";s:39:\"Ascentia at the Casual Dining Show – \";}'),(29299,3730,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_567901117.jpg\";s:5:\"title\";s:21:\"The Sun Valley Nut Co\";s:7:\"caption\";s:123:\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\";}'),(29300,3744,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-218148_1280.jpg\";s:5:\"title\";s:7:\"Brewery\";s:7:\"caption\";s:155:\"BBPA has commented on the findings of a survey by the Portman Group, which found there has been a boom in the popularity of low and no alcohol alternatives\";}'),(29301,3718,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Festival-bottles-round-up.jpg\";s:5:\"title\";s:25:\"Festival bottles round up\";s:7:\"caption\";s:36:\"The Reusable bottle from RAW Bottles\";}'),(29302,3664,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/BII-LOTY-2019.jpg\";s:5:\"title\";s:29:\"BII Licensee of the year 2019\";s:7:\"caption\";s:158:\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\";}'),(29303,3712,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/pizza-1317699_1280.jpg\";s:5:\"title\";s:5:\"Pizza\";s:7:\"caption\";s:50:\"Pizza Equipment LTD at the Casual Dining Show 2019\";}'),(29304,3701,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/HydroHeineken_6.jpg\";s:5:\"title\";s:15:\"HydroHeineken_6\";s:7:\"caption\";s:141:\"Heineken UK recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)\";}'),(29305,3693,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/christmas-market-2948673_1280.jpg\";s:5:\"title\";s:3:\"SCT\";s:7:\"caption\";s:147:\"With many products on the market today, taste and quality will emerge triumphant. SCT &amp; SCT establishes itself as the clear leader of its field\";}'),(29306,3697,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_519191488.jpg\";s:5:\"title\";s:9:\"Nanu Soda\";s:7:\"caption\";s:157:\"Nanu Soda, the architecture &amp; interior design specialist, offers help on any type of project. By supplying bespoke interior design for hospitality spaces\";}'),(29307,3687,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/concert-336695_1280.jpg\";s:5:\"title\";s:7:\"PPL PRS\";s:7:\"caption\";s:142:\"PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential \";}'),(29308,3683,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_278456510.jpg\";s:5:\"title\";s:27:\"Coffee Machines the Future?\";s:7:\"caption\";s:151:\"If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of JURA UK\";}'),(29309,3680,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-932994_1280.jpg\";s:5:\"title\";s:11:\"Crystaltech\";s:7:\"caption\";s:149:\"Crystaltech - Pub operators focus is on cellaring and the handling of beer for quality, but operators should never lose sight of that vital last yard\";}'),(29310,3673,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/AC-ET-to-Distribute-Work-Pro-Press.jpg\";s:5:\"title\";s:124:\"A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio\";s:7:\"caption\";s:124:\"A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio\";}'),(29311,3660,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/vegetables-1085063_1280.jpg\";s:5:\"title\";s:150:\"UKHospitality has reiterated its support of the efforts to provide customers with healthy eating choices but warns against the measures on advertising\";s:7:\"caption\";s:150:\"UKHospitality has reiterated its support of the efforts to provide customers with healthy eating choices but warns against the measures on advertising\";}'),(29312,3656,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/grapes-1952035_1280.jpg\";s:5:\"title\";s:68:\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\";s:7:\"caption\";s:68:\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\";}'),(29313,3652,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/CD19_Twitter_Banner_21.jpg\";s:5:\"title\";s:156:\"2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators\";s:7:\"caption\";s:156:\"2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators\";}'),(29314,3648,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/HogsBackKiln.jpg\";s:5:\"title\";s:12:\"HogsBackKiln\";s:7:\"caption\";s:156:\"Hogs Back Brewery is building a new kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.\";}'),(29315,3645,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tansun45-image-high-res.jpg\";s:5:\"title\";s:23:\"Tansun45 image high res\";s:7:\"caption\";s:64:\"Enjoy Conservatories all year round with Tansun infrared heaters\";}'),(29316,3639,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Chocolate-Caramel-Tartelette-LR.jpg\";s:5:\"title\";s:37:\"Chocolate &amp; Caramel Tartelette LR\";s:7:\"caption\";s:106:\"ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February\";}'),(29317,3616,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_586415417.jpg\";s:5:\"title\";s:18:\"Business Insurance\";s:7:\"caption\";s:149:\"Business Insurance - Terry Osborne Insurance Services chats to On-Trade Progress about how industry professionals should be protecting their property\";}'),(29318,3633,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/OTP_CDSimg_702x336.jpg\";s:5:\"title\";s:38:\"Ascentia at the Casual Dining Show –\";s:7:\"caption\";s:39:\"Ascentia at the Casual Dining Show – \";}'),(29319,3607,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-1543170_1280.jpg\";s:5:\"title\";s:10:\"Rioja Wine\";s:7:\"caption\";s:123:\"We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja wine\";}'),(29320,3601,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Chinese-Prawn-Potsticker-Dumplings-2.jpg\";s:5:\"title\";s:96:\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\";s:7:\"caption\";s:96:\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\";}'),(29349,25,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/subscribe.jpg\";s:5:\"title\";s:9:\"subscribe\";s:7:\"caption\";s:0:\"\";}'),(29350,25,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/desktop-red-lion-2.jpg\";s:5:\"title\";s:16:\"desktop-red-lion\";s:7:\"caption\";s:0:\"\";}'),(29351,25,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg\";s:5:\"title\";s:20:\"OTP-Takleover-MOBILE\";s:7:\"caption\";s:0:\"\";}'),(29352,4424,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP-Footer-New.png\";s:5:\"title\";s:14:\"OTP-Footer-New\";s:7:\"caption\";s:0:\"\";}'),(29353,4424,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/footer-logo-e1556804743928.png\";s:5:\"title\";s:11:\"footer-logo\";s:7:\"caption\";s:0:\"\";}'),(29354,3583,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/hotel-1979406_1280.jpg\";s:5:\"title\";s:61:\"Tonrose discuss keeping linen clean and their latest products\";s:7:\"caption\";s:61:\"Tonrose discuss keeping linen clean and their latest products\";}'),(29355,3596,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/handcuffs-2102488_1280.jpg\";s:5:\"title\";s:66:\"1 in 5 people surveyed think drink driving is acceptable in the UK\";s:7:\"caption\";s:66:\"1 in 5 people surveyed think drink driving is acceptable in the UK\";}'),(29356,3591,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/baked-goods-1867459_1280.jpg\";s:5:\"title\";s:47:\"UKHospitality reflects on transformational year\";s:7:\"caption\";s:47:\"UKHospitality reflects on transformational year\";}'),(29357,3528,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1.jpg\";s:5:\"title\";s:61:\"Profits on the Move... From Servaclean comes the new FOLDABar\";s:7:\"caption\";s:61:\"Profits on the Move... From Servaclean comes the new FOLDABar\";}'),(29358,3553,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/cafe-604600_1280.jpg\";s:5:\"title\";s:84:\"The Government must realise these proposals will be crippling for hospitality sector\";s:7:\"caption\";s:84:\"The Government must realise these proposals will be crippling for hospitality sector\";}'),(29359,3576,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/mobile-phone-1917737_1280.jpg\";s:5:\"title\";s:55:\"Marketing vacancies demand more marketing professionals\";s:7:\"caption\";s:55:\"Marketing vacancies demand more marketing professionals\";}'),(29360,3570,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/egg-sandwich-2761894_1280.jpg\";s:5:\"title\";s:25:\"egg-sandwich-2761894_1280\";s:7:\"caption\";s:45:\"Tom Daley &amp; British Eggs team up for 2019\";}'),(29361,3565,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/water-2943518_1280.jpg\";s:5:\"title\";s:30:\"Veganuary grew by 183% in 2018\";s:7:\"caption\";s:30:\"Veganuary grew by 183% in 2018\";}'),(29362,3556,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:103:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Pipers-Crispeas-Packs-All-overlap-medium.jpg\";s:5:\"title\";s:21:\"Pipers Crispeas Packs\";s:7:\"caption\";s:41:\"Pipers Crispeas are set to hit the market\";}'),(29363,3549,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/burglar-3718381_1280.jpg\";s:5:\"title\";s:142:\"December 2016 was the month which saw the highest rate of home break-ins of that year, this is why its essential to not overlook home security\";s:7:\"caption\";s:143:\"December 2016 was the month which saw the highest rate of home break-ins of that year, this is why its essential to not overlook home security \";}'),(29364,3545,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:95:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Bohem-Brewery-expanded-can-range.jpg\";s:5:\"title\";s:51:\"Bohem Brewery expands canned range as listings grow\";s:7:\"caption\";s:34:\"Bohem Brewery expands canned range\";}'),(29365,3538,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/apple-3040132_1280.jpg\";s:5:\"title\";s:56:\"sustainability and cut waste measures must be affordable\";s:7:\"caption\";s:56:\"sustainability and cut waste measures must be affordable\";}'),(29366,3541,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/business-3167295_1280.jpg\";s:5:\"title\";s:61:\"CGA Business - optimism across eating and drinking-out market\";s:7:\"caption\";s:61:\"CGA Business - optimism across eating and drinking-out market\";}'),(29367,3508,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-cocktail.jpg\";s:5:\"title\";s:58:\"Award triumphs for the exceptional Salcombe Distilling Co.\";s:7:\"caption\";s:58:\"Award triumphs for the exceptional Salcombe Distilling Co.\";}'),(29368,3518,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:66:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/pic.jpg\";s:5:\"title\";s:42:\"Beer52 teams up with 13 London restaurants\";s:7:\"caption\";s:43:\"Beer52 teams up with 13 London restaurants \";}'),(29369,3505,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/scotland-3569273_1280.jpg\";s:5:\"title\";s:69:\"UK brewers amongst the best in Europe, but tax burden holds them back\";s:7:\"caption\";s:69:\"UK brewers amongst the best in Europe, but tax burden holds them back\";}'),(29370,3496,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/england-euro-2021.jpg\";s:5:\"title\";s:120:\"UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship\";s:7:\"caption\";s:120:\"UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship\";}'),(29371,3486,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:118:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson.jpg\";s:5:\"title\";s:59:\"Isle of Skye Distillers - Thomas (left) and Alistair Wilson\";s:7:\"caption\";s:80:\"Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers\";}'),(29372,3481,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/cocktails-731898_1280.jpg\";s:5:\"title\";s:70:\"STRYYK NOT VODKA is the new drink to go with their rum &amp; gin range\";s:7:\"caption\";s:70:\"STRYYK NOT VODKA is the new drink to go with their rum &amp; gin range\";}'),(29373,3472,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/christmas-3043681_1280.jpg\";s:5:\"title\";s:9:\"Christmas\";s:7:\"caption\";s:81:\"Leading hospitality and leisure businesses will help widespread anxiety Christmas\";}'),(29374,3478,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/station-839208_1280.jpg\";s:5:\"title\";s:62:\"Drinkaware to train Network Rail staff ahead of festive season\";s:7:\"caption\";s:62:\"Drinkaware to train Network Rail staff ahead of festive season\";}'),(29375,3475,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/beer-3445988_1280.jpg\";s:5:\"title\";s:66:\"Beer sales grow, but sector needs certainty on Brexit, says BBPA \";s:7:\"caption\";s:66:\"Beer sales grow, but sector needs certainty on Brexit, says BBPA \";}'),(29376,3466,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/waiter-492872_1280.jpg\";s:5:\"title\";s:161:\"Hospitality businesses must have the &#039;need for speed&#039; for their customers as they&#039;re to put quick service and convenience at the top of their list\";s:7:\"caption\";s:161:\"Hospitality businesses must have the &#039;need for speed&#039; for their customers as they&#039;re to put quick service and convenience at the top of their list\";}'),(29377,3460,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:174:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts.jpg\";s:5:\"title\";s:51:\"CESA Conference salutes foodservice industry heroes\";s:7:\"caption\";s:51:\"CESA Conference salutes foodservice industry heroes\";}'),(29378,3450,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/dog-1378087_1280.jpg\";s:5:\"title\";s:65:\"BrewDog has today launched its first beer for dogs, Subwoofer IPA\";s:7:\"caption\";s:65:\"BrewDog has today launched its first beer for dogs, Subwoofer IPA\";}'),(29379,3456,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/waitress-2376728_1280.jpg\";s:5:\"title\";s:83:\"A fall in the number of EU migrants is seriously worrying for hospitality employers\";s:7:\"caption\";s:83:\"A fall in the number of EU migrants is seriously worrying for hospitality employers\";}'),(29380,3453,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/HIT-Training-2.jpg\";s:5:\"title\";s:73:\"Half of hospitality businesses risk losing their apprenticeship levy fund\";s:7:\"caption\";s:73:\"Half of hospitality businesses risk losing their apprenticeship levy fund\";}'),(29381,3425,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/united-kingdom-1106453_1280.jpg\";s:5:\"title\";s:45:\"Colicci opens their first kiosk in Green Park\";s:7:\"caption\";s:45:\"Colicci opens their first kiosk in Green Park\";}'),(29382,3445,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/kitchen-731351_1280.jpg\";s:5:\"title\";s:48:\"Nelson will show examples of its kitchens at CDS\";s:7:\"caption\";s:48:\"Nelson will show examples of its kitchens at CDS\";}'),(29383,3432,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg.jpg\";s:5:\"title\";s:16:\"BrewDog Airlines\";s:7:\"caption\";s:16:\"BrewDog Airlines\";}'),(29384,3439,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/apple-1962747_1280.jpg\";s:5:\"title\";s:61:\"The Showering Cider Mill has launched Mallets for millennials\";s:7:\"caption\";s:61:\"The Showering Cider Mill has launched Mallets for millennials\";}'),(29385,3436,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/bakery-1868396_1280.jpg\";s:5:\"title\";s:55:\"CDG to open Warrens Bakery franchise at Bristol Airport\";s:7:\"caption\";s:55:\"CDG to open Warrens Bakery franchise at Bristol Airport\";}'),(29386,3418,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Gold-barware-lifestyle-with-gold-banded-glass.jpg\";s:5:\"title\";s:56:\"new gold-plated barware from Artis perfect for cocktails\";s:7:\"caption\";s:56:\"new gold-plated barware from Artis perfect for cocktails\";}'),(29387,3409,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/city-731219_1280.jpg\";s:5:\"title\";s:86:\"Tourism Sector Deal cause for celebration for the hospitality sector and its workforce\";s:7:\"caption\";s:86:\"Tourism Sector Deal cause for celebration for the hospitality sector and its workforce\";}'),(29388,3401,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:124:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2.jpg\";s:5:\"title\";s:105:\"The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed\";s:7:\"caption\";s:105:\"The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed\";}'),(29389,3397,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/dessert-3804693_1280.jpg\";s:5:\"title\";s:99:\"TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire\";s:7:\"caption\";s:100:\"TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire \";}'),(29390,3392,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/bar-2209813_1280.jpg\";s:5:\"title\";s:4:\"beer\";s:7:\"caption\";s:59:\"When beer tax rose by 42% - 5,000 pubs closed across the UK\";}'),(29391,3385,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/pub-1125514_1280.jpg\";s:5:\"title\";s:48:\"One in four pubs and bars have closed since 2008\";s:7:\"caption\";s:48:\"One in four pubs and bars have closed since 2008\";}'),(29392,3375,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/FEMs-Saf-T-Ice-Scoop-from-San-Jamar.jpg\";s:5:\"title\";s:58:\"Ice hygiene: BBC Watchdog - avoid the poop – use a scoop\";s:7:\"caption\";s:58:\"Ice hygiene: BBC Watchdog - avoid the poop – use a scoop\";}'),(29393,3371,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:121:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe.jpg\";s:5:\"title\";s:58:\"House of Lords Korean BBQ sauce from Creative Foods Europe\";s:7:\"caption\";s:58:\"House of Lords Korean BBQ sauce from Creative Foods Europe\";}'),(29394,3379,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/BrewDogEdinAirport_2.jpg\";s:5:\"title\";s:47:\"BrewDog launches a new bar at Edinburgh Airport\";s:7:\"caption\";s:47:\"BrewDog launches a new bar at Edinburgh Airport\";}'),(29395,3360,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/analytics-3088958_1280.jpg\";s:5:\"title\";s:64:\"BullGuard VPN and NordVPN announce partnership for cybersecurity\";s:7:\"caption\";s:64:\"BullGuard VPN and NordVPN announce partnership for cybersecurity\";}'),(29396,3365,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/glasses-919071_1280.jpg\";s:5:\"title\";s:50:\"NITA&#039;s innovative training programmes awards\";s:7:\"caption\";s:50:\"NITA&#039;s innovative training programmes awards\";}'),(29397,3352,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:114:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Artistic-impression-of-new-Edinburgh-Gin-Distillery.png\";s:5:\"title\";s:51:\"Artistic impression of new Edinburgh Gin Distillery\";s:7:\"caption\";s:98:\"Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley\";}'),(29398,3343,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/gin-2126375_640.jpg\";s:5:\"title\";s:28:\"Indian craft Gin &amp; Tonic\";s:7:\"caption\";s:28:\"Indian craft Gin &amp; Tonic\";}'),(29399,3335,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/san-miguel-00-headline.png\";s:5:\"title\";s:64:\"Carlsberg - No alcohol beer is becoming more socially acceptable\";s:7:\"caption\";s:64:\"Carlsberg - No alcohol beer is becoming more socially acceptable\";}'),(29400,3338,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/red-wine-2443699_640.jpg\";s:5:\"title\";s:128:\"UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate\";s:7:\"caption\";s:128:\"UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate\";}'),(29401,3320,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:103:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams.jpg\";s:5:\"title\";s:40:\"Hogs Back Brewery Adopt a hop Nick Adams\";s:7:\"caption\";s:40:\"Hogs Back Brewery Adopt a hop Nick Adams\";}'),(29402,3331,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/sugar-3485430_640.jpg\";s:5:\"title\";s:5:\"sugar\";s:7:\"caption\";s:119:\"A survey from Public Health England shows overwhelming public support for reducing sugar and calories in everyday foods\";}'),(29403,3324,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-dining-pizza_Italian.jpg\";s:5:\"title\";s:55:\"Long awaited production Chef Apprenticeship is launched\";s:7:\"caption\";s:55:\"Long awaited production Chef Apprenticeship is launched\";}'),(29404,3313,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/X-Oven-from-Certa-Cooking-Equipment.jpg\";s:5:\"title\";s:35:\"X-Oven from Certa Cooking Equipment\";s:7:\"caption\";s:35:\"X-Oven from Certa Cooking Equipment\";}'),(29405,3309,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/celebration-315079_640.jpg\";s:5:\"title\";s:68:\"UK to get a boost from visitors from the US during Thanksgiving week\";s:7:\"caption\";s:68:\"UK to get a boost from visitors from the US during Thanksgiving week\";}'),(29406,3276,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-20-09.51.26.png\";s:5:\"title\";s:123:\"A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\";s:7:\"caption\";s:123:\"A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\";}'),(29407,3302,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/15422950884.jpg\";s:5:\"title\";s:53:\"BrewDog has opened a bar in Hungary: BrewDog Budapest\";s:7:\"caption\";s:53:\"BrewDog has opened a bar in Hungary: BrewDog Budapest\";}'),(29408,3305,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/distiller-1769574_640.jpg\";s:5:\"title\";s:75:\"The number of distillery businesses in the UK has jumped 30% in just a year\";s:7:\"caption\";s:75:\"The number of distillery businesses in the UK has jumped 30% in just a year\";}'),(29409,3296,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0089.jpg\";s:5:\"title\";s:66:\"Krombacher completed their pub walk for the Licensed Trade Charity\";s:7:\"caption\";s:66:\"Krombacher completed their pub walk for the Licensed Trade Charity\";}'),(29410,3277,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/split-croatia-3194253_640.jpg\";s:5:\"title\";s:137:\"To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area\";s:7:\"caption\";s:137:\"To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area\";}'),(29411,3264,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image010.jpg\";s:5:\"title\";s:165:\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\";s:7:\"caption\";s:165:\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\";}'),(29412,3270,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/casino-3260372_640.jpg\";s:5:\"title\";s:68:\"The hospitality sector is working hard to stamp out illegal gambling\";s:7:\"caption\";s:68:\"The hospitality sector is working hard to stamp out illegal gambling\";}'),(29413,3258,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/cheff-1303313_640.jpg\";s:5:\"title\";s:23:\"food service management\";s:7:\"caption\";s:59:\"Food Service Management sector has been set some challenges\";}'),(29414,3253,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/design-3588214_640.jpg\";s:5:\"title\";s:27:\"Do you travel for business?\";s:7:\"caption\";s:77:\"Do you travel for business? It could have a detrimental effect on your health\";}'),(29415,3244,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/moxy.jpg\";s:5:\"title\";s:11:\"Moxy Hotels\";s:7:\"caption\";s:39:\"Moxy Hotels have a new venue in Glasgow\";}'),(29416,3232,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-691397_640.jpg\";s:5:\"title\";s:11:\"low alcohol\";s:7:\"caption\";s:69:\"BBPA ‘bitterly disappointed ’ by low alcohol consultation outcome\";}'),(29417,3240,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/guiness.jpg\";s:5:\"title\";s:8:\"guinness\";s:7:\"caption\";s:30:\"Guinness announces Aged Stout \";}'),(29418,3212,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640.jpg\";s:5:\"title\";s:128:\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\";s:7:\"caption\";s:128:\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\";}'),(29419,3235,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/HO-16M15.jpg\";s:5:\"title\";s:64:\"Wetherspoons &amp; CLIC Sargent raise over £16 million together\";s:7:\"caption\";s:64:\"Wetherspoons &amp; CLIC Sargent raise over £16 million together\";}'),(29420,3229,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/PhBauble-1.jpg\";s:5:\"title\";s:22:\"Stunning Festive menus\";s:7:\"caption\";s:22:\"Stunning Festive menus\";}'),(29421,3225,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/milk-2585087_640.jpg\";s:5:\"title\";s:53:\"Action on Sugar call for ban on high sugar milkshakes\";s:7:\"caption\";s:55:\"Action on Sugar call for a ban on high sugar milkshakes\";}'),(29422,3204,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/cocktail-1705561_640.jpg\";s:5:\"title\";s:43:\"Fentimans unveil their Spirit Pairing Guide\";s:7:\"caption\";s:124:\"Fentimans, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.\";}'),(29423,3221,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-64164_640.jpg\";s:5:\"title\";s:35:\"WSTA appoints two new Board members\";s:7:\"caption\";s:35:\"WSTA appoints two new Board members\";}'),(29424,3207,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/london-eye-945497_640.jpg\";s:5:\"title\";s:77:\"UKHospitality has welcomed the launch of the London&#039;s night time report.\";s:7:\"caption\";s:68:\"UKHospitality has welcomed the launch of the London at Night report.\";}'),(29425,3196,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_20181014_182401.jpg\";s:5:\"title\";s:46:\"Printworks in London is behind Magazine London\";s:7:\"caption\";s:46:\"Printworks in London is behind Magazine London\";}'),(29426,3190,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/beer-3445988_1920.jpg\";s:5:\"title\";s:32:\"Mad Hatter goes into liquidation\";s:7:\"caption\";s:32:\"Mad Hatter goes into liquidation\";}'),(29427,3183,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese.jpg\";s:5:\"title\";s:37:\"Glen Garioch 12 year old &amp; cheese\";s:7:\"caption\";s:60:\"Glen Garioch 12 year old &amp; cheese - discover a rare find\";}'),(29428,3180,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/bingo-148903_640.png\";s:5:\"title\";s:13:\"dabbers bingo\";s:7:\"caption\";s:33:\"Dabbers Bingo is coming to London\";}'),(29429,3171,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg.jpg\";s:5:\"title\";s:16:\"BrewDog Airlines\";s:7:\"caption\";s:16:\"BrewDog Airlines\";}'),(29430,3163,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/piza-3010062_640.jpg\";s:5:\"title\";s:90:\"Casual Dining Group has agreed a new franchising deal for its Las Iguanas, Bella Italia et\";s:7:\"caption\";s:98:\"Casual Dining Group has agreed a new franchising deal for its Las Iguanas, Bella Italia in the UAE\";}'),(29431,3160,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:122:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700.jpg\";s:5:\"title\";s:50:\"Blanchette Brick Lane launches weekend brunch menu\";s:7:\"caption\";s:50:\"Blanchette Brick Lane launches weekend brunch menu\";}'),(29432,3152,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/tax-468440_640.jpg\";s:5:\"title\";s:54:\"Is there a tax on the way for red &amp; processed meat\";s:7:\"caption\";s:54:\"Is there a tax on the way for red &amp; processed meat\";}'),(29433,3141,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/female-snackers2.jpg\";s:5:\"title\";s:65:\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\";s:7:\"caption\";s:65:\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\";}'),(29434,3136,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/new-packa-lifestyle.png\";s:5:\"title\";s:45:\"Quilmes Clasica have revamped their packaging\";s:7:\"caption\";s:45:\"Quilmes Clasica have revamped their packaging\";}'),(29435,3130,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Krombacher_Pub_Walk.jpg\";s:5:\"title\";s:66:\"Krombacher is aiming to raise money for the licensed trade charity\";s:7:\"caption\";s:66:\"Krombacher is aiming to raise money for the licensed trade charity\";}'),(29436,3124,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/ecommerce-2140603_640.jpg\";s:5:\"title\";s:13:\"retail sector\";s:7:\"caption\";s:28:\"The retail sector struggles \";}'),(29437,3116,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri-Awards.jpg\";s:5:\"title\";s:7:\"kolibri\";s:7:\"caption\";s:47:\"Kolibri allows people to customise their drinks\";}'),(29438,3113,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:110:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Ginger-Beer-Avertising-Campaign-Universal-Mccan.jpg\";s:5:\"title\";s:61:\"Fentimans Ginger Beer - Avertising Campaign - Universal Mccan\";s:7:\"caption\";s:61:\"Fentimans Ginger Beer - Avertising Campaign - Universal Mccan\";}'),(29439,3089,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_screen.jpg\";s:5:\"title\";s:20:\"WKD christmas bauble\";s:7:\"caption\";s:20:\"WKD christmas bauble\";}'),(29440,3108,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Guild-Awards-winner-2017-LR.jpg\";s:5:\"title\";s:47:\"winners of the Guild of Beer Writer Awards 2017\";s:7:\"caption\";s:48:\"winners of the Guild of Beer Writers Awards 2017\";}'),(29441,3104,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/eat-2834549_640.jpg\";s:5:\"title\";s:41:\"The governments healthy attitudes to food\";s:7:\"caption\";s:72:\"The Governments healthy attitudes to food mustn&#039;t affect the sector\";}'),(29442,3095,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/HOSP-ACT_LOGO_STACKED_CMYK.jpg\";s:5:\"title\";s:65:\"Chefs can win an exclusive development day with essential cuisine\";s:7:\"caption\";s:65:\"Chefs can win an exclusive development day with essential cuisine\";}'),(29443,3082,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Thermic-montage.jpg\";s:5:\"title\";s:15:\"Thermic montage\";s:7:\"caption\";s:32:\"Thermic montage range from Artis\";}'),(29444,3079,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/airport-923970_640.jpg\";s:5:\"title\";s:15:\"new legislation\";s:7:\"caption\";s:56:\"new legislation could have a huge impact on airport bars\";}'),(29445,3069,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/exeter-high-711804_640.jpg\";s:5:\"title\";s:11:\"high street\";s:7:\"caption\";s:50:\"91% of shoppers would come back to the high street\";}'),(29446,3045,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/cuisine-2248567_640.jpg\";s:5:\"title\";s:9:\"mrs foggs\";s:7:\"caption\";s:35:\"mrs foggs is opening in East London\";}'),(29447,3064,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Fast-Chef-Elite-fryer-from-Taylor-UK.jpg\";s:5:\"title\";s:36:\"Fast Chef Elite fryer from Taylor UK\";s:7:\"caption\";s:36:\"Fast Chef Elite fryer from Taylor UK\";}'),(29448,3056,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/image005.jpg\";s:5:\"title\";s:14:\"Mulling Spices\";s:7:\"caption\";s:40:\"Mulling Spices are a must this Christmas\";}'),(29449,3039,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/monitor-1307227_640.jpg\";s:5:\"title\";s:10:\"gwg awards\";s:7:\"caption\";s:16:\"GWG Awards 2018 \";}'),(29450,3021,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:127:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods.jpg\";s:5:\"title\";s:70:\"Atlantic&#039;s House of Lords Texan Mop BBQ sauce from Creative Foods\";s:7:\"caption\";s:70:\"Atlantic&#039;s House of Lords Texan Mop BBQ sauce from Creative Foods\";}'),(29451,2999,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/drinks-2578446_640.jpg\";s:5:\"title\";s:60:\"UKHospitality welcomes the budget for the hospitality sector\";s:7:\"caption\";s:60:\"UKHospitality welcomes the budget for the hospitality sector\";}'),(29452,3002,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png\";s:5:\"title\";s:23:\"Old Fashioned Week 2018\";s:7:\"caption\";s:23:\"Old Fashioned Week 2018\";}'),(29453,3009,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Huddersfield.jpg\";s:5:\"title\";s:51:\"Revolution Bar 28 Cross Church Street, Huddersfield\";s:7:\"caption\";s:51:\"Revolution Bar 28 Cross Church Street, Huddersfield\";}'),(29454,3015,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/business-3152586_640.jpg\";s:5:\"title\";s:29:\"Wagamama has been sold to TRG\";s:7:\"caption\";s:29:\"Wagamama has been sold to TRG\";}'),(29455,2996,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/image009.jpg\";s:5:\"title\";s:14:\"business rates\";s:7:\"caption\";s:60:\"with rising business rates, restaurant closures are alarming\";}'),(29456,2991,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:104:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/commercial-furniture-peppermill-interiors.jpg\";s:5:\"title\";s:20:\"peppermill interiors\";s:7:\"caption\";s:95:\"Peppermill Interiors new velvet range has been taking the industry by storm, and we can see why\";}'),(29457,2987,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-in-Manhattan.jpg\";s:5:\"title\";s:13:\"Christmas tea\";s:7:\"caption\";s:55:\"Drury has added Christmas tea to their range once again\";}'),(29458,2976,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/hacker-2883632_1280.jpg\";s:5:\"title\";s:11:\"dns attacks\";s:7:\"caption\";s:89:\"EfficientIP’s DNS Threat Report reveals alarming 57% attack cost rise in last 12 months\";}'),(29459,2971,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:117:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott.jpg\";s:5:\"title\";s:54:\"Proof Drinks Paul Ferguson Jeremy Hill James McDermott\";s:7:\"caption\";s:54:\"Proof Drinks appoints Jeremy Hill as Managing Director\";}'),(29460,2956,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/SALCOMBE_GIN_Voyager-series-1.jpg\";s:5:\"title\";s:27:\"Salcombe gin voyager series\";s:7:\"caption\";s:74:\"Salcombe Gin Voyager Series set to release its first sloe &amp; damson gin\";}'),(29461,2965,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Carlsberg.png\";s:5:\"title\";s:15:\"Carlsberg cabin\";s:7:\"caption\";s:64:\"Carlsberg cabin was built using hydro and solar power technology\";}'),(29462,2951,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Chocolate-Cookie-Loaf-Cake-LR.jpg\";s:5:\"title\";s:32:\"Chocolate cookie vegan loaf cake\";s:7:\"caption\";s:32:\"Chocolate cookie vegan loaf cake\";}'),(29463,2933,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Lifestyle-Blanco.jpg\";s:5:\"title\";s:10:\"el Jimador\";s:7:\"caption\";s:34:\"el Jimador&#039;s Lifestyle Blanco\";}'),(29464,2926,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/waiter-492872_640.jpg\";s:5:\"title\";s:11:\"Job seekers\";s:7:\"caption\";s:68:\"Job seekers are able to get experience at a Michelin-star restaurant\";}'),(29465,2921,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-2449887_640.jpg\";s:5:\"title\";s:23:\"craft beer sales are up\";s:7:\"caption\";s:130:\"Craft beer sales are up\nThe craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%\";}'),(29466,2916,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Brewdog_Canary_Wharf_1608.jpg\";s:5:\"title\";s:20:\"BrewDog Canary Wharf\";s:7:\"caption\";s:62:\"BrewDog has opened a bar in Canary Wharf which accepts Bitcoin\";}'),(29467,2910,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Aiste_Funkin-Brand-Ambassador.jpg\";s:5:\"title\";s:26:\"Funkin innovation champion\";s:7:\"caption\";s:0:\"\";}'),(29468,2907,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Spritz.jpg\";s:5:\"title\";s:36:\"Christmas Spritz this festive season\";s:7:\"caption\";s:36:\"Christmas Spritz this festive season\";}'),(29469,2902,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/alcoholic-beverages-1845295_640.jpg\";s:5:\"title\";s:15:\"Pub annual code\";s:7:\"caption\";s:74:\"The annual audit of public houses covered by the above code(s) of practice\";}'),(29470,2889,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:124:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases.jpg\";s:5:\"title\";s:55:\"Lynx Purchasing says businesses need to be Brexit-proof\";s:7:\"caption\";s:59:\"Well Done Grilled New York Steak With Roasted Potato Wedges\";}'),(29471,2892,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/kitchen-731351_640.jpg\";s:5:\"title\";s:22:\"williams refrigeration\";s:7:\"caption\";s:79:\"Williams restructures sales team to work more closely with distributor partners\";}'),(29472,2886,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Photo-by-Gerardo-Arteaga-1.jpg\";s:5:\"title\";s:12:\"funktion-one\";s:7:\"caption\";s:54:\"Resistance, Privilege, Ibiza. Photo by Gerardo Arteaga\";}'),(29473,2801,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:133:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award.jpg\";s:5:\"title\";s:18:\"BBPA Annual Awards\";s:7:\"caption\";s:70:\"Joseph Holt and SA Brain both pick up the Heart of the Community Award\";}'),(29474,2879,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/man-791049_640.jpg\";s:5:\"title\";s:27:\"Tech trends set to continue\";s:7:\"caption\";s:69:\"Using technology trends set to continue within the hospitality sector\";}'),(29475,2866,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/UKPP_100_percent_stat_with_messaging.jpg\";s:5:\"title\";s:16:\"UK plastics pact\";s:7:\"caption\";s:65:\"By 2025 100% of plastic to be reusable, recyclable or compostable\";}'),(29476,2860,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Shambala-Bottle-1-1024x576.jpg\";s:5:\"title\";s:11:\"RAW Bottles\";s:7:\"caption\";s:59:\"RAW Bottles will be at the Showman&#039;s Show 18th October\";}'),(29477,2687,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:117:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg\";s:5:\"title\";s:53:\"220px-The_Cutty_Restaurant_-_geograph.org.uk_-_448472\";s:7:\"caption\";s:53:\"UKhospitality warns about the new tipping legislation\";}'),(29478,2695,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/The-2018-QFA-Winners.jpg\";s:5:\"title\";s:20:\"The 2018 QFA Winners\";s:7:\"caption\";s:20:\"The 2018 QFA Winners\";}'),(29479,2701,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:126:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large.png\";s:5:\"title\";s:63:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large\";s:7:\"caption\";s:46:\"The UK Hospitality sector meets with MP&#039;s\";}'),(29480,2727,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:120:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Winterhalter-launches-new-versions-of-the-ever-popular-UC.jpg\";s:5:\"title\";s:57:\"Winterhalter launches new versions of the ever popular UC\";s:7:\"caption\";s:0:\"\";}'),(29481,2754,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/london-2393098_640.jpg\";s:5:\"title\";s:44:\"150 Hospitality companies met at Westminster\";s:7:\"caption\";s:44:\"150 Hospitality companies met at Westminster\";}'),(29482,2853,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/skysports-nba-sky-sports-promotional-only_4453878.jpg\";s:5:\"title\";s:27:\"NBA is coming to Sky Sports\";s:7:\"caption\";s:40:\"Great news for basketball fans in the UK\";}'),(29483,2848,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/0738_New_Front01.jpg\";s:5:\"title\";s:11:\"post-Brexit\";s:7:\"caption\";s:92:\"The poster&#039;s are titled &#039;What don&#039;t you like about free trade, Mrs May?&#039;\";}'),(29484,2763,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/old-mout.png\";s:5:\"title\";s:8:\"old mout\";s:7:\"caption\";s:14:\"kiwis for kiwi\";}'),(29485,2838,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/coffee-983955_640.jpg\";s:5:\"title\";s:19:\"Drury Gunnery Blend\";s:7:\"caption\";s:0:\"\";}'),(29486,2809,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-Sicilian-Lemonade.jpg\";s:5:\"title\";s:33:\"Luscombe drinks Sicilian Lemonade\";s:7:\"caption\";s:45:\"Luscombe drinks celebrate 21 years this month\";}'),(29487,2824,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/distillery-barrels-591602_640.jpg\";s:5:\"title\";s:24:\"Maker&#039;s Mark Whisky\";s:7:\"caption\";s:60:\"Maker&#039;s Mark announce collaboration with Harvey Nichols\";}'),(29488,2829,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/england-premier-league.png\";s:5:\"title\";s:23:\"Premier League Fixtures\";s:7:\"caption\";s:86:\"Sky Sports announces some mouth-watering fixtures for November, December &amp; January\";}'),(29489,2815,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_pumpkin-e.jpg\";s:5:\"title\";s:13:\"WKD couldrons\";s:7:\"caption\";s:30:\"Spice your menu this Halloween\";}'),(29490,2779,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553463_640.jpg\";s:5:\"title\";s:8:\"Vineyard\";s:7:\"caption\";s:60:\"harvest to date from their West Sussex vineyard, Nutbourne. \";}'),(29491,2775,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/newcastle-upon-tyne-1675880_640.jpg\";s:5:\"title\";s:11:\"High street\";s:7:\"caption\";s:69:\"High streets, like Newcastle, could be affected with the new proposal\";}'),(29493,2760,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-1955174_640.jpg\";s:5:\"title\";s:32:\"Drinkaware warns of alcohol harm\";s:7:\"caption\";s:33:\"Drinkaware warns of alcohol harm \";}'),(29494,2749,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Bohem-Brewery-440ml-Can-Range.jpg\";s:5:\"title\";s:29:\"Bohem Brewery 440ml Can Range\";s:7:\"caption\";s:43:\"Bohem Brewery&#039;s new canned beer&#039;s\";}'),(29495,2735,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640.jpg\";s:5:\"title\";s:20:\"cocktail-3327242_640\";s:7:\"caption\";s:0:\"\";}'),(29496,2730,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/glasses-919071_640.jpg\";s:5:\"title\";s:46:\"Hospitality workers strike over pay and rights\";s:7:\"caption\";s:46:\"Hospitality workers strike over pay and rights\";}'),(29497,2717,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Star-logo.jpg\";s:5:\"title\";s:9:\"Star logo\";s:7:\"caption\";s:0:\"\";}'),(29498,2724,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:126:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large.png\";s:5:\"title\";s:63:\"UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large\";s:7:\"caption\";s:46:\"The UK Hospitality sector meets with MP&#039;s\";}'),(29499,2706,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/IMG_20180816_185346.jpg\";s:5:\"title\";s:19:\"IMG_20180816_185346\";s:7:\"caption\";s:10:\"Strazzanti\";}'),(29500,2676,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/oktoberfest.jpg\";s:5:\"title\";s:25:\"Oktoberfest party-Germany\";s:7:\"caption\";s:90:\"People having fun and dancing on tables at the largest beer festival , Oktoberfest-Germany\";}'),(29501,2680,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/OTP_Dyson-banner-600x460.jpg\";s:5:\"title\";s:24:\"OTP_Dyson-banner 600x460\";s:7:\"caption\";s:0:\"\";}'),(29502,2671,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS.jpg\";s:5:\"title\";s:64:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)\";s:7:\"caption\";s:64:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)\";}'),(29503,2652,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Concept-purity-Copper.jpg\";s:5:\"title\";s:21:\"Concept purity Copper\";s:7:\"caption\";s:0:\"\";}'),(29504,2663,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Cantabria-outdoor-canopy-from-Canopies-UK.jpg\";s:5:\"title\";s:45:\"The Cantabria outdoor canopy from Canopies UK\";s:7:\"caption\";s:0:\"\";}'),(29505,2658,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-209148_1920.jpg\";s:5:\"title\";s:15:\"bar-209148_1920\";s:7:\"caption\";s:43:\"cellar management is the key to a good pint\";}'),(29506,2644,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3.png\";s:5:\"title\";s:43:\"Euroboozer announces Mikkeller distribution\";s:7:\"caption\";s:0:\"\";}'),(29507,2639,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-2209813_1920.jpg\";s:5:\"title\";s:40:\"Hospitality insurance with Terry Osborne\";s:7:\"caption\";s:40:\"Hospitality insurance with Terry Osborne\";}'),(29508,2636,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/shutterstock_234855667.jpg\";s:5:\"title\";s:20:\"Food Waste Reduction\";s:7:\"caption\";s:35:\"Nestle commit to halving food waste\";}'),(29509,2630,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Trio-Choc-Band.jpg\";s:5:\"title\";s:14:\"Trio Choc Band\";s:7:\"caption\";s:0:\"\";}'),(29510,2625,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:109:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_105390326-med.jpg\";s:5:\"title\";s:19:\"Novus Tea Cold Brew\";s:7:\"caption\";s:57:\"Novus Tea introduce their new non-alcoholic cold brew tea\";}'),(29511,2619,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/BrakspearMarieCurieFinalCheque.jpg\";s:5:\"title\";s:30:\"BrakspearMarieCurieFinalCheque\";s:7:\"caption\";s:204:\"(l-r): Tom Davies, Brakspear chief executive; Sandra Duggan, licensee at the Chequers in Berrick Salome; Hazel Bendon, Marie Curie local fundraiser, Mark Duggan and Emma Sweet, Brakspear marketing manager\";}'),(29512,2614,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Jager-LCW-Small.jpg\";s:5:\"title\";s:15:\"Jager LCW Small\";s:7:\"caption\";s:39:\"London Cocktail Week Brick Lane October\";}'),(29513,2611,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Buffalo-Trace-Bourbon-Truffles.jpg\";s:5:\"title\";s:30:\"Buffalo Trace Bourbon Truffles\";s:7:\"caption\";s:110:\"Buffalo Trace include their recipe in a Christmas cookbook to help raise money for an alzheimer&#039;s charity\";}'),(29515,2571,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/alcohol-alcoholic-ale-681847.jpg\";s:5:\"title\";s:28:\"alcohol-alcoholic-ale-681847\";s:7:\"caption\";s:0:\"\";}'),(29516,2580,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas-1.jpg\";s:5:\"title\";s:16:\"Corazon tequilas\";s:7:\"caption\";s:0:\"\";}'),(29517,2559,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497.jpg\";s:5:\"title\";s:28:\"chips-dinner-fast-food-70497\";s:7:\"caption\";s:0:\"\";}'),(29518,2567,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018-with-text.jpg\";s:5:\"title\";s:19:\"Hi-Spirits LCW 2018\";s:7:\"caption\";s:0:\"\";}'),(29519,2551,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-10.47.20.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-10 at 10.47.20\";s:7:\"caption\";s:0:\"\";}'),(29520,2548,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-10.17.30.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-10 at 10.17.30\";s:7:\"caption\";s:0:\"\";}'),(29522,2541,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29523,2539,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.57.55.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 10.57.55\";s:7:\"caption\";s:0:\"\";}'),(29524,2537,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29525,2534,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.40.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-05 at 08.40.01\";s:7:\"caption\";s:0:\"\";}'),(29526,2531,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.35.02.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-05 at 08.35.02\";s:7:\"caption\";s:0:\"\";}'),(29527,2528,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.28.21.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-05 at 08.28.21\";s:7:\"caption\";s:0:\"\";}'),(29528,2525,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.16.34.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-05 at 08.16.34\";s:7:\"caption\";s:0:\"\";}'),(29529,2521,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.09.43.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-05 at 08.09.43\";s:7:\"caption\";s:0:\"\";}'),(29530,2517,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.02.59.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-05 at 08.02.59\";s:7:\"caption\";s:0:\"\";}'),(29531,2513,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-03-at-10.10.47.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-03 at 10.10.47\";s:7:\"caption\";s:0:\"\";}'),(29532,2508,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-03-at-09.05.58.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-03 at 09.05.58\";s:7:\"caption\";s:0:\"\";}'),(29533,2505,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-03-at-08.51.17.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-03 at 08.51.17\";s:7:\"caption\";s:0:\"\";}'),(29534,2503,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29535,2486,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-09-03-at-08.17.14.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-03 at 08.17.14\";s:7:\"caption\";s:0:\"\";}'),(29536,2488,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-09-03-at-08.17.33.png\";s:5:\"title\";s:34:\"Screen Shot 2018-09-03 at 08.17.33\";s:7:\"caption\";s:0:\"\";}'),(29537,2490,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-09-03-at-08.16.48-1.png\";s:5:\"title\";s:36:\"Screen Shot 2018-09-03 at 08.16.48 1\";s:7:\"caption\";s:0:\"\";}'),(29538,2492,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-31-at-09.57.56.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-31 at 09.57.56\";s:7:\"caption\";s:0:\"\";}'),(29539,2483,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-31-at-08.11.19.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-31 at 08.11.19\";s:7:\"caption\";s:0:\"\";}'),(29540,2478,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-11.33.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 11.33.27\";s:7:\"caption\";s:0:\"\";}'),(29541,2475,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-11.23.59.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 11.23.59\";s:7:\"caption\";s:0:\"\";}'),(29542,2471,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-11.14.48.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 11.14.48\";s:7:\"caption\";s:0:\"\";}'),(29543,2467,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.57.51.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 10.57.51\";s:7:\"caption\";s:0:\"\";}'),(29544,2464,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.49.50.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 10.49.50\";s:7:\"caption\";s:0:\"\";}'),(29545,2461,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.43.31.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 10.43.31\";s:7:\"caption\";s:0:\"\";}'),(29546,2458,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.35.14.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 10.35.14\";s:7:\"caption\";s:0:\"\";}'),(29547,2456,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29548,2453,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.15.34.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 10.15.34\";s:7:\"caption\";s:0:\"\";}'),(29549,2450,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.50.24.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 09.50.24\";s:7:\"caption\";s:0:\"\";}'),(29550,2447,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.42.48.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 09.42.48\";s:7:\"caption\";s:0:\"\";}'),(29551,2444,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.36.12.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 09.36.12\";s:7:\"caption\";s:0:\"\";}'),(29552,2441,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.19.21.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 09.19.21\";s:7:\"caption\";s:0:\"\";}'),(29553,2438,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.15.36.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 09.15.36\";s:7:\"caption\";s:0:\"\";}'),(29554,2435,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.57.56.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 08.57.56\";s:7:\"caption\";s:0:\"\";}'),(29555,2432,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.51.51.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 08.51.51\";s:7:\"caption\";s:0:\"\";}'),(29556,2425,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:68:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/UKH-1.jpg\";s:5:\"title\";s:3:\"UKH\";s:7:\"caption\";s:0:\"\";}'),(29557,2422,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.09.48.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 08.09.48\";s:7:\"caption\";s:0:\"\";}'),(29558,2409,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.02.02.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-30 at 08.02.02\";s:7:\"caption\";s:0:\"\";}'),(29559,2415,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-10.23.38.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-29 at 10.23.38\";s:7:\"caption\";s:0:\"\";}'),(29560,2411,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-10.05.11.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-29 at 10.05.11\";s:7:\"caption\";s:0:\"\";}'),(29561,2405,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Untitled_design__51_.png\";s:5:\"title\";s:20:\"Untitled_design__51_\";s:7:\"caption\";s:0:\"\";}'),(29562,2384,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.57.55.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 10.57.55\";s:7:\"caption\";s:0:\"\";}'),(29563,2399,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.56.53.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-29 at 08.56.53\";s:7:\"caption\";s:0:\"\";}'),(29564,2402,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-09.03.48.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-29 at 09.03.48\";s:7:\"caption\";s:0:\"\";}'),(29565,2392,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.31.37.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-29 at 08.31.37\";s:7:\"caption\";s:0:\"\";}'),(29566,2389,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.07.50.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-29 at 08.07.50\";s:7:\"caption\";s:0:\"\";}'),(29567,2387,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29568,2381,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.35.08.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 10.35.08\";s:7:\"caption\";s:0:\"\";}'),(29569,2378,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.10.16.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 10.10.16\";s:7:\"caption\";s:0:\"\";}'),(29570,2374,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-09.57.43.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 09.57.43\";s:7:\"caption\";s:0:\"\";}'),(29571,2367,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.39.13.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 08.39.13\";s:7:\"caption\";s:0:\"\";}'),(29572,2364,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.32.29.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 08.32.29\";s:7:\"caption\";s:0:\"\";}'),(29573,2361,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.10.15.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-23 at 08.10.15\";s:7:\"caption\";s:0:\"\";}'),(29574,2357,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-11.30.52.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 11.30.52\";s:7:\"caption\";s:0:\"\";}'),(29575,2353,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-10.52.12.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 10.52.12\";s:7:\"caption\";s:0:\"\";}'),(29576,2350,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-10.47.43.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 10.47.43\";s:7:\"caption\";s:0:\"\";}'),(29577,2347,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-09.37.41.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 09.37.41\";s:7:\"caption\";s:0:\"\";}'),(29578,2344,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-09.34.16.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 09.34.16\";s:7:\"caption\";s:0:\"\";}'),(29579,2340,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29580,2337,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-08.37.22.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 08.37.22\";s:7:\"caption\";s:0:\"\";}'),(29581,2334,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-08.20.50.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-21 at 08.20.50\";s:7:\"caption\";s:0:\"\";}'),(29582,2320,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.43.18.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-20 at 09.43.18\";s:7:\"caption\";s:0:\"\";}'),(29583,2328,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-10.51.31.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-20 at 10.51.31\";s:7:\"caption\";s:0:\"\";}'),(29584,2322,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.57.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-20 at 09.57.01\";s:7:\"caption\";s:0:\"\";}'),(29585,2316,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.09.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-20 at 09.09.27\";s:7:\"caption\";s:0:\"\";}'),(29586,2312,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.00.31.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-20 at 09.00.31\";s:7:\"caption\";s:0:\"\";}'),(29587,2306,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-10.04.28.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-17 at 10.04.28\";s:7:\"caption\";s:0:\"\";}'),(29588,2303,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-09.46.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-17 at 09.46.27\";s:7:\"caption\";s:0:\"\";}'),(29589,2300,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-09.24.25.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-17 at 09.24.25\";s:7:\"caption\";s:0:\"\";}'),(29590,2295,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-09.19.07.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-17 at 09.19.07\";s:7:\"caption\";s:0:\"\";}'),(29591,2290,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-08.10.33.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-17 at 08.10.33\";s:7:\"caption\";s:0:\"\";}'),(29592,2291,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29593,2284,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-10.10.57.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-15 at 10.10.57\";s:7:\"caption\";s:0:\"\";}'),(29594,2280,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-09.57.42.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-15 at 09.57.42\";s:7:\"caption\";s:0:\"\";}'),(29595,2277,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-09.50.42.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-15 at 09.50.42\";s:7:\"caption\";s:0:\"\";}'),(29596,2273,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29597,2268,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-09.02.09.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-15 at 09.02.09\";s:7:\"caption\";s:0:\"\";}'),(29598,2258,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-08.18.08.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-15 at 08.18.08\";s:7:\"caption\";s:0:\"\";}'),(29599,2265,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-08.57.51.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-15 at 08.57.51\";s:7:\"caption\";s:0:\"\";}'),(29600,2254,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-11.41.20.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-13 at 11.41.20\";s:7:\"caption\";s:0:\"\";}'),(29601,2251,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-11.19.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-13 at 11.19.27\";s:7:\"caption\";s:0:\"\";}'),(29602,2245,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29603,2242,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.46.44.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-13 at 09.46.44\";s:7:\"caption\";s:0:\"\";}'),(29604,2237,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.33.30.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-13 at 09.33.30\";s:7:\"caption\";s:0:\"\";}'),(29605,2231,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-08.59.30-1.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-13 at 08.59.30\";s:7:\"caption\";s:0:\"\";}'),(29606,2228,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-08.30.49.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-13 at 08.30.49\";s:7:\"caption\";s:0:\"\";}'),(29607,2226,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29608,2221,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-15.21.47-1.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-09 at 15.21.47\";s:7:\"caption\";s:0:\"\";}'),(29609,2215,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.48.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 09.48.39\";s:7:\"caption\";s:0:\"\";}'),(29610,2210,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-13.30.45.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-09 at 13.30.45\";s:7:\"caption\";s:0:\"\";}'),(29611,2205,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.53.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-09 at 11.53.39\";s:7:\"caption\";s:0:\"\";}'),(29612,2201,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.31.38-1.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-09 at 11.31.38\";s:7:\"caption\";s:0:\"\";}'),(29613,2182,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.15.16.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-09 at 11.15.16\";s:7:\"caption\";s:0:\"\";}'),(29614,2196,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-10.54.04.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-09 at 10.54.04\";s:7:\"caption\";s:0:\"\";}'),(29615,2194,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29616,2191,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-11.28.12.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-07 at 11.28.12\";s:7:\"caption\";s:0:\"\";}'),(29617,2189,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29618,2184,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-10.12.14.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-07 at 10.12.14\";s:7:\"caption\";s:0:\"\";}'),(29619,2178,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-09.52.22.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-07 at 09.52.22\";s:7:\"caption\";s:0:\"\";}'),(29620,2175,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-09.26.44.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-07 at 09.26.44\";s:7:\"caption\";s:0:\"\";}'),(29621,2170,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-08.55.37.png\";s:5:\"title\";s:34:\"Screen Shot 2018-08-07 at 08.55.37\";s:7:\"caption\";s:0:\"\";}'),(29622,2161,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-15.11.55.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 15.11.55\";s:7:\"caption\";s:0:\"\";}'),(29623,2158,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-14.36.04.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 14.36.04\";s:7:\"caption\";s:0:\"\";}'),(29624,2156,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.13.36.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 11.13.36\";s:7:\"caption\";s:0:\"\";}'),(29625,2153,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-13.28.19.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 13.28.19\";s:7:\"caption\";s:0:\"\";}'),(29626,2150,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-11.49.48.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 11.49.48\";s:7:\"caption\";s:0:\"\";}'),(29627,2147,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-10.45.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 10.45.01\";s:7:\"caption\";s:0:\"\";}'),(29628,2144,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-10.36.54.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 10.36.54\";s:7:\"caption\";s:0:\"\";}'),(29629,2142,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29630,2129,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.48.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 09.48.39\";s:7:\"caption\";s:0:\"\";}'),(29631,2123,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-08.57.34.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 08.57.34\";s:7:\"caption\";s:0:\"\";}'),(29632,2120,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-08.11.17.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-31 at 08.11.17\";s:7:\"caption\";s:0:\"\";}'),(29633,2118,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29634,2111,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.08.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 16.08.01\";s:7:\"caption\";s:0:\"\";}'),(29635,2109,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29636,2105,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-14.21.47.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 14.21.47\";s:7:\"caption\";s:0:\"\";}'),(29637,2098,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.31-e1532955537328.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 13.43.31\";s:7:\"caption\";s:0:\"\";}'),(29638,2094,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.38.24.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 11.38.24\";s:7:\"caption\";s:0:\"\";}'),(29639,2090,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.29.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 11.29.27\";s:7:\"caption\";s:0:\"\";}'),(29640,2087,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.01.15.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 11.01.15\";s:7:\"caption\";s:0:\"\";}'),(29641,2084,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-10.56.17.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 10.56.17\";s:7:\"caption\";s:0:\"\";}'),(29642,2081,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-10.29.45.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 10.29.45\";s:7:\"caption\";s:0:\"\";}'),(29643,2076,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-10.09.32.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 10.09.32\";s:7:\"caption\";s:0:\"\";}'),(29644,2073,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-09.45.09.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 09.45.09\";s:7:\"caption\";s:0:\"\";}'),(29645,2065,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-09.24.19.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 09.24.19\";s:7:\"caption\";s:0:\"\";}'),(29646,2057,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29647,2061,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-09.03.14.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-30 at 09.03.14\";s:7:\"caption\";s:0:\"\";}'),(29648,2059,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29649,2046,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/pig-whistle.jpg\";s:5:\"title\";s:17:\"pig &amp; whistle\";s:7:\"caption\";s:0:\"\";}'),(29650,2043,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/20181102_VII_HILLS_REVISED_EDIT_0026.jpg\";s:5:\"title\";s:36:\"20181102_VII_HILLS_REVISED_EDIT_0026\";s:7:\"caption\";s:0:\"\";}'),(29651,2039,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-15.31.36.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-17 at 15.31.36\";s:7:\"caption\";s:0:\"\";}'),(29652,2035,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-14.34.42.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-17 at 14.34.42\";s:7:\"caption\";s:0:\"\";}'),(29653,2033,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29654,2030,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-09.34.07.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-17 at 09.34.07\";s:7:\"caption\";s:0:\"\";}'),(29655,2025,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-08.14.57-e1531815274936.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-17 at 08.14.57\";s:7:\"caption\";s:0:\"\";}'),(29656,2023,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29657,2020,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-15.28.48.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-16 at 15.28.48\";s:7:\"caption\";s:0:\"\";}'),(29658,2017,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.43.55.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-16 at 14.43.55\";s:7:\"caption\";s:0:\"\";}'),(29659,2013,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.02.28.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-16 at 14.02.28\";s:7:\"caption\";s:0:\"\";}'),(29660,2011,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29661,2008,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-11.40.10.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-16 at 11.40.10\";s:7:\"caption\";s:0:\"\";}'),(29662,2003,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-10.34.43.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-16 at 10.34.43\";s:7:\"caption\";s:0:\"\";}'),(29663,1998,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-09.59.28.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-16 at 09.59.28\";s:7:\"caption\";s:0:\"\";}'),(29664,1996,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29665,1986,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_7a.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(29666,1983,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-11-at-14.04.05.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-11 at 14.04.05\";s:7:\"caption\";s:0:\"\";}'),(29667,1979,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-11-at-10.59.14.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-11 at 10.59.14\";s:7:\"caption\";s:0:\"\";}'),(29668,1976,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-11-at-08.26.53.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-11 at 08.26.53\";s:7:\"caption\";s:0:\"\";}'),(29669,1954,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.18.50.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 11.18.50\";s:7:\"caption\";s:0:\"\";}'),(29670,1964,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.37.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 15.37.01\";s:7:\"caption\";s:0:\"\";}'),(29671,1966,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.05.04.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 15.05.04\";s:7:\"caption\";s:0:\"\";}'),(29672,1960,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-13.36.11.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 13.36.11\";s:7:\"caption\";s:0:\"\";}'),(29673,1958,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29674,1950,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.19.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 11.19.27\";s:7:\"caption\";s:0:\"\";}'),(29675,1941,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.13.36.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 11.13.36\";s:7:\"caption\";s:0:\"\";}'),(29676,1944,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.05.10.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 11.05.10\";s:7:\"caption\";s:0:\"\";}'),(29677,1936,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.20.28.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 10.20.28\";s:7:\"caption\";s:0:\"\";}'),(29678,1931,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.53.34.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 09.53.34\";s:7:\"caption\";s:0:\"\";}'),(29679,1927,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.14.31.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 09.14.31\";s:7:\"caption\";s:0:\"\";}'),(29680,1924,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-08.40.58.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 08.40.58\";s:7:\"caption\";s:0:\"\";}'),(29681,1921,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-08.07.14-e1531206717300.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-10 at 08.07.14\";s:7:\"caption\";s:0:\"\";}'),(29682,1916,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-09-at-15.11.55.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-09 at 15.11.55\";s:7:\"caption\";s:0:\"\";}'),(29683,1912,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-09-at-10.38.50.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-09 at 10.38.50\";s:7:\"caption\";s:0:\"\";}'),(29684,1907,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Why-Lion-eggs-box.jpg\";s:5:\"title\";s:17:\"Why Lion eggs box\";s:7:\"caption\";s:0:\"\";}'),(29685,1905,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29686,1901,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-13.13.44.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-06 at 13.13.44\";s:7:\"caption\";s:0:\"\";}'),(29687,1899,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29688,1896,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-11.49.20.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-06 at 11.49.20\";s:7:\"caption\";s:0:\"\";}'),(29689,1894,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29690,1888,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.55.35.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-06 at 10.55.35\";s:7:\"caption\";s:0:\"\";}'),(29691,1884,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.25.04.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-06 at 10.25.04\";s:7:\"caption\";s:0:\"\";}'),(29692,1879,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/HS.jpg\";s:5:\"title\";s:2:\"HS\";s:7:\"caption\";s:0:\"\";}'),(29693,1877,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29694,1873,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.48.41.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-06 at 08.48.41\";s:7:\"caption\";s:0:\"\";}'),(29696,1865,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29697,1861,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-13.17.18.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-03 at 13.17.18\";s:7:\"caption\";s:0:\"\";}'),(29698,1857,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-10.44.42.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-03 at 10.44.42\";s:7:\"caption\";s:0:\"\";}'),(29699,1854,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-09.52.49.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-03 at 09.52.49\";s:7:\"caption\";s:0:\"\";}'),(29700,1851,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-09.10.57.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-03 at 09.10.57\";s:7:\"caption\";s:0:\"\";}'),(29701,1848,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-08.20.51.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-03 at 08.20.51\";s:7:\"caption\";s:0:\"\";}'),(29702,1840,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-14.23.07.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 14.23.07\";s:7:\"caption\";s:0:\"\";}'),(29703,1836,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-13.40.30.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 13.40.30\";s:7:\"caption\";s:0:\"\";}'),(29704,1831,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.49.21-e1530529046754.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 11.49.21\";s:7:\"caption\";s:0:\"\";}'),(29705,1821,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-10.46.33.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 10.46.33\";s:7:\"caption\";s:0:\"\";}'),(29706,1825,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.09.35.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 11.09.35\";s:7:\"caption\";s:0:\"\";}'),(29707,1813,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-09.50.06.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 09.50.06\";s:7:\"caption\";s:0:\"\";}'),(29708,1817,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-10.06.26.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 10.06.26\";s:7:\"caption\";s:0:\"\";}'),(29709,1807,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29710,1809,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-08.53.54.png\";s:5:\"title\";s:34:\"Screen Shot 2018-07-02 at 08.53.54\";s:7:\"caption\";s:0:\"\";}'),(29711,1797,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-27 at 09.33.39\";s:7:\"caption\";s:0:\"\";}'),(29712,1794,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29713,1790,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-10.57.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-26 at 10.57.01\";s:7:\"caption\";s:0:\"\";}'),(29714,1787,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-08.24.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-26 at 08.24.39\";s:7:\"caption\";s:0:\"\";}'),(29715,1781,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.33.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-25 at 13.33.39\";s:7:\"caption\";s:0:\"\";}'),(29716,1776,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:100:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Pipers-Crispeas-Reveal-Image-High-Res.jpg\";s:5:\"title\";s:37:\"Pipers Crispeas Reveal Image High Res\";s:7:\"caption\";s:0:\"\";}'),(29717,1767,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-09.54.37.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-25 at 09.54.37\";s:7:\"caption\";s:0:\"\";}'),(29718,1770,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-10.26.38.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-25 at 10.26.38\";s:7:\"caption\";s:0:\"\";}'),(29719,1765,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29720,1761,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-20-at-15.54.52.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-20 at 15.54.52\";s:7:\"caption\";s:0:\"\";}'),(29721,1758,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-20-at-09.00.54.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-20 at 09.00.54\";s:7:\"caption\";s:0:\"\";}'),(29722,1755,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-19-at-13.45.13.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-19 at 13.45.13\";s:7:\"caption\";s:0:\"\";}'),(29723,1752,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-19-at-13.17.07.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-19 at 13.17.07\";s:7:\"caption\";s:0:\"\";}'),(29724,1749,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-19-at-10.58.11.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-19 at 10.58.11\";s:7:\"caption\";s:0:\"\";}'),(29725,1747,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29726,1742,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-13.29.57.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-18 at 13.29.57\";s:7:\"caption\";s:0:\"\";}'),(29727,1737,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.58.27.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-18 at 11.58.27\";s:7:\"caption\";s:0:\"\";}'),(29728,1734,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.28.42.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-18 at 11.28.42\";s:7:\"caption\";s:0:\"\";}'),(29729,1729,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.00.14.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-18 at 11.00.14\";s:7:\"caption\";s:0:\"\";}'),(29730,1724,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.32.03.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-18 at 10.32.03\";s:7:\"caption\";s:0:\"\";}'),(29731,1719,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.19.04.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-18 at 10.19.04\";s:7:\"caption\";s:0:\"\";}'),(29732,1717,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29733,1669,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.21.22.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 09.21.22\";s:7:\"caption\";s:0:\"\";}'),(29734,1699,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-11.50.06.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 11.50.06\";s:7:\"caption\";s:0:\"\";}'),(29735,1712,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.29.12.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 13.29.12\";s:7:\"caption\";s:0:\"\";}'),(29736,1662,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.23.05.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 13.23.05\";s:7:\"caption\";s:0:\"\";}'),(29737,1586,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.26.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 10.59.26\";s:7:\"caption\";s:0:\"\";}'),(29738,1606,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.49.21.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 13.49.21\";s:7:\"caption\";s:0:\"\";}'),(29739,1656,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.33.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-12 at 15.06.33\";s:7:\"caption\";s:0:\"\";}'),(29740,1682,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.15.57.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 10.15.57\";s:7:\"caption\";s:0:\"\";}'),(29741,1696,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.52.44.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 10.52.44\";s:7:\"caption\";s:0:\"\";}'),(29742,1692,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.45.47.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 10.45.47\";s:7:\"caption\";s:0:\"\";}'),(29743,1687,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.27.12.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 10.27.12\";s:7:\"caption\";s:0:\"\";}'),(29744,1676,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.25.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 09.58.25\";s:7:\"caption\";s:0:\"\";}'),(29745,1672,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.30.25.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-13 at 09.30.25\";s:7:\"caption\";s:0:\"\";}'),(29746,1647,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29747,1642,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.53.57.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-12 at 11.53.57\";s:7:\"caption\";s:0:\"\";}'),(29748,1638,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.39.46.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-12 at 11.39.46\";s:7:\"caption\";s:0:\"\";}'),(29749,1634,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.25.39.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-12 at 11.25.39\";s:7:\"caption\";s:0:\"\";}'),(29750,1631,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.04.33.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-12 at 11.04.33\";s:7:\"caption\";s:0:\"\";}'),(29751,1627,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-10.32.00.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-12 at 10.32.00\";s:7:\"caption\";s:0:\"\";}'),(29752,1621,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-16.02.44.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 16.02.44\";s:7:\"caption\";s:0:\"\";}'),(29753,1619,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29755,1610,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-15.12.12-e1528726708786.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 15.12.12\";s:7:\"caption\";s:0:\"\";}'),(29756,1602,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.30.06.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 13.30.06\";s:7:\"caption\";s:0:\"\";}'),(29757,1599,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.39.52.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 11.39.52\";s:7:\"caption\";s:0:\"\";}'),(29758,1596,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29759,1582,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.25.00.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 10.25.00\";s:7:\"caption\";s:0:\"\";}'),(29760,1578,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.02.25.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 10.02.25\";s:7:\"caption\";s:0:\"\";}'),(29761,1574,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-08.44.15.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-11 at 08.44.15\";s:7:\"caption\";s:0:\"\";}'),(29762,1429,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:66:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf.jpg\";s:5:\"title\";s:3:\"wmf\";s:7:\"caption\";s:0:\"\";}'),(29763,1564,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.04.56-e1528294449486.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-06 at 15.04.56\";s:7:\"caption\";s:0:\"\";}'),(29764,1557,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.47.12.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-06 at 13.47.12\";s:7:\"caption\";s:0:\"\";}'),(29765,1552,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.58.13-e1528289014222.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-06 at 11.58.13\";s:7:\"caption\";s:0:\"\";}'),(29766,1547,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.43.53.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-06 at 11.43.53\";s:7:\"caption\";s:0:\"\";}'),(29767,1544,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.19.41-e1528280663941.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-06 at 11.19.41\";s:7:\"caption\";s:0:\"\";}'),(29768,1541,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-09.44.02.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-06 at 09.44.02\";s:7:\"caption\";s:0:\"\";}'),(29769,1531,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/cinders.jpg\";s:5:\"title\";s:7:\"cinders\";s:7:\"caption\";s:0:\"\";}'),(29770,1528,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.37.37-e1528207174471.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 14.37.37\";s:7:\"caption\";s:0:\"\";}'),(29771,1519,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.32.25.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 14.32.25\";s:7:\"caption\";s:0:\"\";}'),(29772,1514,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.03.31.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 14.03.31\";s:7:\"caption\";s:0:\"\";}'),(29773,1511,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-13.34.55.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 13.34.55\";s:7:\"caption\";s:0:\"\";}'),(29774,1509,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29775,1506,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.08.24.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 11.08.24\";s:7:\"caption\";s:0:\"\";}'),(29776,1500,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.03.15.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 11.03.15\";s:7:\"caption\";s:0:\"\";}'),(29777,1498,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29778,1495,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:69:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Brakes.jpg\";s:5:\"title\";s:6:\"Brakes\";s:7:\"caption\";s:0:\"\";}'),(29779,1490,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/greener.jpg\";s:5:\"title\";s:7:\"greener\";s:7:\"caption\";s:0:\"\";}'),(29780,1475,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.01.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-05 at 09.05.01\";s:7:\"caption\";s:0:\"\";}'),(29781,1472,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:102:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Karbon-tableware-from-Parsley-in-Time-4.jpg\";s:5:\"title\";s:39:\"Karbon-tableware-from-Parsley-in-Time-4\";s:7:\"caption\";s:0:\"\";}'),(29782,1466,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-04-at-14.34.59.png\";s:5:\"title\";s:34:\"Screen Shot 2018-06-04 at 14.34.59\";s:7:\"caption\";s:0:\"\";}'),(29783,1455,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29784,1463,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Brakspear-Swim.jpg\";s:5:\"title\";s:14:\"Brakspear Swim\";s:7:\"caption\";s:0:\"\";}'),(29785,1458,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Belvoir-drinks.jpg\";s:5:\"title\";s:14:\"Belvoir drinks\";s:7:\"caption\";s:0:\"\";}'),(29786,1452,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:69:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Gin-CS.jpg\";s:5:\"title\";s:6:\"Gin CS\";s:7:\"caption\";s:0:\"\";}'),(29787,1445,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/McCain1.jpg\";s:5:\"title\";s:7:\"McCain1\";s:7:\"caption\";s:0:\"\";}'),(29788,1442,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:68:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Cyril.jpg\";s:5:\"title\";s:5:\"Cyril\";s:7:\"caption\";s:0:\"\";}'),(29789,1437,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/06/Parsley-123.jpg\";s:5:\"title\";s:11:\"Parsley 123\";s:7:\"caption\";s:0:\"\";}'),(29790,1434,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29791,1417,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/SG-jpegs-84.jpg\";s:5:\"title\";s:11:\"SG jpegs-84\";s:7:\"caption\";s:0:\"\";}'),(29792,1379,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:110:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Froze-frozen-cocktail-from-Peter-Spanton-Drinks.jpg\";s:5:\"title\";s:47:\"Froze frozen cocktail from Peter Spanton Drinks\";s:7:\"caption\";s:0:\"\";}'),(29793,1412,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:107:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Brakspear-Lion-patio-2-OsborneHollis.co_.uk_.jpg\";s:5:\"title\";s:42:\"Brakspear Lion patio 2 OsborneHollis.co.uk\";s:7:\"caption\";s:0:\"\";}'),(29794,1409,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/CK17.jpg\";s:5:\"title\";s:4:\"CK17\";s:7:\"caption\";s:0:\"\";}'),(29795,1407,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29796,1403,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Loyalty-.jpg\";s:5:\"title\";s:7:\"Loyalty\";s:7:\"caption\";s:0:\"\";}'),(29797,1391,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Southern-Comfort-.jpg\";s:5:\"title\";s:16:\"Southern Comfort\";s:7:\"caption\";s:0:\"\";}'),(29798,1387,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/WKD-MIXED_neon.jpg\";s:5:\"title\";s:14:\"WKD MIXED_neon\";s:7:\"caption\";s:0:\"\";}'),(29799,1375,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:115:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/EC-founder-Nigel-Crane-who-steps-down-in-summer-2018.jpg\";s:5:\"title\";s:53:\"EC founder Nigel Crane, who steps down in summer 2018\";s:7:\"caption\";s:0:\"\";}'),(29800,1370,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/WKD-Mango-Crush-24x275ml.jpg\";s:5:\"title\";s:24:\"WKD Mango Crush 24x275ml\";s:7:\"caption\";s:0:\"\";}'),(29801,1367,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Winterhalter_Logo_150dpi-copy-2015.jpg\";s:5:\"title\";s:34:\"Winterhalter_Logo_150dpi-copy-2015\";s:7:\"caption\";s:0:\"\";}'),(29802,1358,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Sachet-Selection-small.jpg\";s:5:\"title\";s:24:\"Sachet Selection (small)\";s:7:\"caption\";s:0:\"\";}'),(29803,1362,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29804,1352,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:137:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2.jpg\";s:5:\"title\";s:74:\"Hogs Back Three Hogs lr Rupert Thompson Miles Chesterman Gordon Thompson 2\";s:7:\"caption\";s:0:\"\";}'),(29805,1344,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Copy-of-Venison-Scotch-Egg-2-2.jpg\";s:5:\"title\";s:28:\"Copy of Venison Scotch Egg 2\";s:7:\"caption\";s:0:\"\";}'),(29806,1340,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/CK17_hi-res_4.jpg\";s:5:\"title\";s:13:\"CK17_hi-res_4\";s:7:\"caption\";s:0:\"\";}'),(29807,1336,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Tansun29-World-cup-heating.png\";s:5:\"title\";s:26:\"Tansun29 World cup heating\";s:7:\"caption\";s:0:\"\";}'),(29808,1333,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Karen-Wallace-and-William-Scott.jpg\";s:5:\"title\";s:31:\"Karen-Wallace-and-William-Scott\";s:7:\"caption\";s:0:\"\";}'),(29809,1330,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Hobstar-2018-.jpg\";s:5:\"title\";s:12:\"Hobstar 2018\";s:7:\"caption\";s:0:\"\";}'),(29810,1328,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29811,1325,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Black-Roe-interior-web-2.jpg\";s:5:\"title\";s:24:\"Black Roe interior web 2\";s:7:\"caption\";s:0:\"\";}'),(29812,1318,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:110:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand.jpg\";s:5:\"title\";s:47:\"Sixty82 at PLASA Focus Leeds on the AC-ET Stand\";s:7:\"caption\";s:0:\"\";}'),(29813,1307,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/wedding-2.jpg\";s:5:\"title\";s:9:\"wedding 2\";s:7:\"caption\";s:0:\"\";}'),(29814,1303,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/MJ-Seafood-Crumble-Top-Cod.jpg\";s:5:\"title\";s:31:\"M&amp;J Seafood Crumble Top Cod\";s:7:\"caption\";s:0:\"\";}'),(29815,1292,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:124:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123.jpg\";s:5:\"title\";s:61:\"FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar 123\";s:7:\"caption\";s:0:\"\";}'),(29816,1282,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/PP73-baked-sundried-tomato.jpg\";s:5:\"title\";s:26:\"PP73 baked sundried tomato\";s:7:\"caption\";s:0:\"\";}'),(29817,1288,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Untitled_design__21_.png\";s:5:\"title\";s:20:\"Untitled_design__21_\";s:7:\"caption\";s:0:\"\";}'),(29818,1278,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29819,1273,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two.jpg\";s:5:\"title\";s:14:\"pro lights two\";s:7:\"caption\";s:0:\"\";}'),(29820,1270,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:111:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Fem-introduces-San-Jamars-light-duty-ice-carrier.jpg\";s:5:\"title\";s:48:\"Fem-introduces-San-Jamars-light-duty-ice-carrier\";s:7:\"caption\";s:0:\"\";}'),(29821,1259,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg\";s:5:\"title\";s:14:\"mrfogg-300x254\";s:7:\"caption\";s:0:\"\";}'),(29822,1256,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Chroma-Q-Lighting-Masterclass-Pic2.jpg\";s:5:\"title\";s:34:\"Chroma-Q Lighting Masterclass Pic2\";s:7:\"caption\";s:0:\"\";}'),(29823,1252,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/The-Vector-four-in-one-oven-from-FEM.jpg\";s:5:\"title\";s:36:\"The-Vector-four-in-one-oven-from-FEM\";s:7:\"caption\";s:0:\"\";}'),(29824,1248,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/BrakspearFrogmill.jpg\";s:5:\"title\";s:17:\"BrakspearFrogmill\";s:7:\"caption\";s:0:\"\";}'),(29825,1245,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/DIRTY-SWEET-FRIES.jpg\";s:5:\"title\";s:61:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 12.10.2017)\";s:7:\"caption\";s:61:\"COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 12.10.2017)\";}'),(29826,1212,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Blind-Pig.jpg\";s:5:\"title\";s:9:\"Blind Pig\";s:7:\"caption\";s:0:\"\";}'),(29827,1241,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png\";s:5:\"title\";s:36:\"UKHospitaity- white background (002)\";s:7:\"caption\";s:0:\"\";}'),(29828,1235,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Hoppy-Ever-After.jpg\";s:5:\"title\";s:30:\"Hoppy Ever After concept final\";s:7:\"caption\";s:0:\"\";}'),(29829,1232,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:101:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Hendi-Digital-Blender-With-Noise-Cover.jpg\";s:5:\"title\";s:38:\"Hendi Digital Blender With Noise Cover\";s:7:\"caption\";s:0:\"\";}'),(29830,1215,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-1.jpg\";s:5:\"title\";s:23:\"Homme &amp; femme 4 (1)\";s:7:\"caption\";s:0:\"\";}'),(29831,1207,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/edinburgh2.jpg\";s:5:\"title\";s:10:\"edinburgh2\";s:7:\"caption\";s:0:\"\";}'),(29832,1204,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe.png\";s:5:\"title\";s:8:\"salcombe\";s:7:\"caption\";s:0:\"\";}'),(29833,1198,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:68:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/RTD-1.jpg\";s:5:\"title\";s:5:\"RTD 1\";s:7:\"caption\";s:0:\"\";}'),(29834,1196,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:100:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Pipers-Crispeas-Reveal-Image-High-Res.jpg\";s:5:\"title\";s:37:\"Pipers Crispeas Reveal Image High Res\";s:7:\"caption\";s:0:\"\";}'),(29835,1194,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29836,1181,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Hotel-Support-Image-med.jpg\";s:5:\"title\";s:33:\"Novus Tea Hotel Support Image med\";s:7:\"caption\";s:0:\"\";}'),(29837,1049,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/OHaras-Stout-1.png\";s:5:\"title\";s:26:\"O&#039;Hara&#039;s Stout-1\";s:7:\"caption\";s:0:\"\";}'),(29838,1176,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/rabbit-2.png\";s:5:\"title\";s:8:\"rabbit 2\";s:7:\"caption\";s:0:\"\";}'),(29839,1165,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:100:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/Pipers-Crispeas-Reveal-Image-High-Res.jpg\";s:5:\"title\";s:37:\"Pipers Crispeas Reveal Image High Res\";s:7:\"caption\";s:0:\"\";}'),(29840,1161,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/05/BrakspearHoneyBee2018.jpg\";s:5:\"title\";s:21:\"BrakspearHoneyBee2018\";s:7:\"caption\";s:0:\"\";}'),(29841,853,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Geometric-shape-2.jpeg\";s:5:\"title\";s:17:\"Geometric shape 2\";s:7:\"caption\";s:0:\"\";}'),(29842,1142,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29843,1138,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/cheese-1.png\";s:5:\"title\";s:8:\"cheese 1\";s:7:\"caption\";s:0:\"\";}');
INSERT INTO `wpfr_postmeta` VALUES (29844,1127,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-1.png\";s:5:\"title\";s:9:\"Florist 1\";s:7:\"caption\";s:0:\"\";}'),(29845,1114,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:101:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708.png\";s:5:\"title\";s:38:\"Tansun Logo Final Ammendment1459339708\";s:7:\"caption\";s:0:\"\";}'),(29846,1107,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29847,1098,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-AUP.jpg\";s:5:\"title\";s:10:\"Hobart AUP\";s:7:\"caption\";s:0:\"\";}'),(29848,1092,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/tabasco.png\";s:5:\"title\";s:7:\"tabasco\";s:7:\"caption\";s:0:\"\";}'),(29849,1089,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Non-slip-footwear.png\";s:5:\"title\";s:17:\"Non slip footwear\";s:7:\"caption\";s:0:\"\";}'),(29850,1085,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/HALLDE_CC-34.jpg\";s:5:\"title\";s:12:\"HALLDE_CC-34\";s:7:\"caption\";s:0:\"\";}'),(29851,1078,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29852,1070,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/cahoots-x-2.png\";s:5:\"title\";s:11:\"cahoots x 2\";s:7:\"caption\";s:0:\"\";}'),(29853,1068,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29854,1054,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/20181102_VII_HILLS_REVISED_EDIT_0026.jpg\";s:5:\"title\";s:36:\"20181102_VII_HILLS_REVISED_EDIT_0026\";s:7:\"caption\";s:0:\"\";}'),(29855,1041,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo.jpg\";s:5:\"title\";s:23:\"Salcombe-Gin-black-logo\";s:7:\"caption\";s:0:\"\";}'),(29856,1033,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/refrigeration-x-2.jpg\";s:5:\"title\";s:17:\"refrigeration x 2\";s:7:\"caption\";s:0:\"\";}'),(29857,1020,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/siemens-x-2.jpg\";s:5:\"title\";s:11:\"siemens x 2\";s:7:\"caption\";s:0:\"\";}'),(29859,983,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-plates.jpg\";s:5:\"title\";s:14:\"artis - plates\";s:7:\"caption\";s:0:\"\";}'),(29860,1003,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Brakspearroyalwedding.jpg\";s:5:\"title\";s:21:\"Brakspearroyalwedding\";s:7:\"caption\";s:0:\"\";}'),(29861,1011,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29862,987,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\";s:5:\"title\";s:16:\"o3Il1sRb_400x400\";s:7:\"caption\";s:0:\"\";}'),(29863,993,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo.jpg\";s:5:\"title\";s:23:\"Salcombe-Gin-black-logo\";s:7:\"caption\";s:0:\"\";}'),(29864,942,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo.jpg\";s:5:\"title\";s:23:\"Salcombe-Gin-black-logo\";s:7:\"caption\";s:0:\"\";}'),(29865,946,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-35430511.jpg\";s:5:\"title\";s:28:\"action-adult-artist-35430511\";s:7:\"caption\";s:0:\"\";}'),(29866,895,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo.jpg\";s:5:\"title\";s:23:\"Salcombe-Gin-black-logo\";s:7:\"caption\";s:0:\"\";}'),(29867,849,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/FG-1.jpg\";s:5:\"title\";s:4:\"FG 1\";s:7:\"caption\";s:0:\"\";}'),(29868,919,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Marlo_Armchair_Sidechair.jpg\";s:5:\"title\";s:30:\"GO IN_Marlo_Armchair_Sidechair\";s:7:\"caption\";s:0:\"\";}'),(29869,914,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Chocolate-Croissant.jpg\";s:5:\"title\";s:19:\"Chocolate Croissant\";s:7:\"caption\";s:0:\"\";}'),(29870,888,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe.png\";s:5:\"title\";s:8:\"salcombe\";s:7:\"caption\";s:0:\"\";}'),(29871,862,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven.jpg\";s:5:\"title\";s:23:\"Pantheon PO4 Pizza Oven\";s:7:\"caption\";s:0:\"\";}'),(29873,856,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Brandy-1.jpeg\";s:5:\"title\";s:8:\"Brandy 1\";s:7:\"caption\";s:0:\"\";}'),(29874,844,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Can-image-one.jpg\";s:5:\"title\";s:13:\"Can image one\";s:7:\"caption\";s:0:\"\";}'),(29875,839,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:73:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/strazzanti.png\";s:5:\"title\";s:10:\"strazzanti\";s:7:\"caption\";s:0:\"\";}'),(29876,832,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Mr-Froggs-Gin-1.png\";s:5:\"title\";s:13:\"Mr Froggs Gin\";s:7:\"caption\";s:0:\"\";}'),(29877,813,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:109:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/ProLights-OmegaPIX-Sale-to-Peachy-Events-Press.jpg\";s:5:\"title\";s:48:\"ProLights OmegaPIX Sale to Peachy Events - Press\";s:7:\"caption\";s:0:\"\";}'),(29878,807,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/2018-Pie-Awards-Gold-002.jpg\";s:5:\"title\";s:26:\"2018 Pie Awards Gold (002)\";s:7:\"caption\";s:0:\"\";}'),(29879,799,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:100:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/French-style-knive-and-fork-Red-small.jpg\";s:5:\"title\";s:37:\"French style knive and fork Red small\";s:7:\"caption\";s:0:\"\";}'),(29880,794,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:113:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart.jpg\";s:5:\"title\";s:56:\"Brakes Vegan &amp; Gluten Free Raspberry Frangipane Tart\";s:7:\"caption\";s:0:\"\";}'),(29881,787,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/craft-beer-feature.jpg\";s:5:\"title\";s:18:\"craft beer feature\";s:7:\"caption\";s:0:\"\";}'),(29882,779,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/logo.png\";s:5:\"title\";s:4:\"logo\";s:7:\"caption\";s:0:\"\";}'),(29883,764,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-at-Dabbawals-DSC_1655-crop-med.jpg\";s:5:\"title\";s:51:\"Eden Furniture at Dabbawal&#039;s DSC_1655 crop med\";s:7:\"caption\";s:0:\"\";}'),(29884,753,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/03/Moxy-logo.jpg\";s:5:\"title\";s:9:\"Moxy logo\";s:7:\"caption\";s:0:\"\";}'),(29885,738,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/03/MILKSHAKE-Crème-Brulée.jpg\";s:5:\"title\";s:27:\"Caramel chocolate milkshake\";s:7:\"caption\";s:0:\"\";}'),(29886,725,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2018/03/Ceraflame-NEW1-pie-small.jpg\";s:5:\"title\";s:24:\"Ceraflame NEW1 pie small\";s:7:\"caption\";s:0:\"\";}'),(29887,716,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Casual-Dining-Show-New.jpg\";s:5:\"title\";s:22:\"Casual Dining Show New\";s:7:\"caption\";s:0:\"\";}'),(29888,713,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Sixpoint-3point5-1.jpg\";s:5:\"title\";s:18:\"Sixpoint 3point5 1\";s:7:\"caption\";s:0:\"\";}'),(29889,709,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Southern-Showdown-logo.jpg\";s:5:\"title\";s:22:\"Southern Showdown logo\";s:7:\"caption\";s:0:\"\";}'),(29890,700,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/BFBI-logo-etc.jpg\";s:5:\"title\";s:9:\"BFBI logo\";s:7:\"caption\";s:0:\"\";}'),(29891,692,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Europa-Logo.png\";s:5:\"title\";s:11:\"Europa Logo\";s:7:\"caption\";s:0:\"\";}'),(29892,689,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Carlsberg-using-MRM-POS-Creator.jpg\";s:5:\"title\";s:31:\"Carlsberg using MRM POS Creator\";s:7:\"caption\";s:31:\"Carlsberg using MRM POS Creator\";}'),(29893,682,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/imperiallogo.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:70:\"The Imperial Arms: due to reopen late February following refurbishment\";}'),(29894,673,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Page-34-1.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(29895,667,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Brooklyn-Gin-on-the-Brooklyn-Bridge.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(29896,652,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2018/02/Lucky-Voice-1.jpg\";s:5:\"title\";s:11:\"Lucky Voice\";s:7:\"caption\";s:0:\"\";}'),(29897,645,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2018/01/The-Trading-House-1.jpg\";s:5:\"title\";s:17:\"The Trading House\";s:7:\"caption\";s:0:\"\";}'),(29898,636,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2018/01/HermRd-Interiors-Jaf-0042-2.jpg\";s:5:\"title\";s:33:\"Hermitage Rd Bar &amp; Restaurant\";s:7:\"caption\";s:0:\"\";}'),(29899,379,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/J.-Picture-010-Halal-Superior.jpg\";s:5:\"title\";s:14:\"Halal Superior\";s:7:\"caption\";s:0:\"\";}'),(29900,459,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun.jpg\";s:5:\"title\";s:9:\"Smoky Gun\";s:7:\"caption\";s:0:\"\";}'),(29901,608,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2017/12/Brakes-Scotland-brochure.jpg\";s:5:\"title\";s:24:\"Brakes Scotland brochure\";s:7:\"caption\";s:0:\"\";}'),(29902,622,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:68:\"https://www.ontradeprogress.com/wp-content/uploads/2017/12/camra.jpg\";s:5:\"title\";s:5:\"camra\";s:7:\"caption\";s:0:\"\";}'),(29903,619,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:95:\"https://www.ontradeprogress.com/wp-content/uploads/2017/12/Hotelympia-logo-2018-Hospitality.jpg\";s:5:\"title\";s:32:\"Hotelympia logo 2018-Hospitality\";s:7:\"caption\";s:0:\"\";}'),(29904,616,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2017/12/New-building-in-progress-at-Hogs-Back-Brewery.jpg\";s:5:\"title\";s:45:\"New building in progress at Hogs Back Brewery\";s:7:\"caption\";s:0:\"\";}'),(29905,613,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:140:\"https://www.ontradeprogress.com/wp-content/uploads/2017/12/Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3.jpg\";s:5:\"title\";s:77:\"Rommel Moseley Drinkaware director of business development and partnerships 3\";s:7:\"caption\";s:0:\"\";}'),(29906,606,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/09/Page-20.jpg\";s:5:\"title\";s:13:\"Kate Nicholls\";s:7:\"caption\";s:0:\"\";}'),(29907,599,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1.jpg\";s:5:\"title\";s:75:\"Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA\";s:7:\"caption\";s:0:\"\";}'),(29908,595,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-38-2.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(29909,591,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/ndml-news.jpg\";s:5:\"title\";s:9:\"ndml-news\";s:7:\"caption\";s:0:\"\";}'),(29910,586,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/VK-Volume-up-article-image-730x450.jpg\";s:5:\"title\";s:34:\"VK-Volume-up-article-image-730x450\";s:7:\"caption\";s:0:\"\";}'),(29911,581,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino.jpg\";s:5:\"title\";s:20:\"Tia Maria Cappuccino\";s:7:\"caption\";s:0:\"\";}'),(29912,575,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN8068.jpg\";s:5:\"title\";s:8:\"RYAN8068\";s:7:\"caption\";s:0:\"\";}'),(29913,573,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/Ufi-Ibrahim.png\";s:5:\"title\";s:32:\"Ufi Ibrahim, BHA Chief Executive\";s:7:\"caption\";s:0:\"\";}'),(29914,571,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/09/Page-20.jpg\";s:5:\"title\";s:13:\"Kate Nicholls\";s:7:\"caption\";s:0:\"\";}'),(29915,566,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23-1.jpg\";s:5:\"title\";s:18:\"Nov17 Page 22 23 1\";s:7:\"caption\";s:0:\"\";}'),(29916,564,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19.jpg\";s:5:\"title\";s:8:\"Tim Page\";s:7:\"caption\";s:0:\"\";}'),(29917,557,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42.jpg\";s:5:\"title\";s:35:\"Photography by: www.themakers.co.uk\";s:7:\"caption\";s:35:\"Photography by: www.themakers.co.uk\";}'),(29918,553,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-36-1.jpg\";s:5:\"title\";s:7:\"Page 36\";s:7:\"caption\";s:0:\"\";}'),(29919,548,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/October-page-38-1.jpg\";s:5:\"title\";s:17:\"October page 38 1\";s:7:\"caption\";s:0:\"\";}'),(29920,542,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-1.jpg\";s:5:\"title\";s:9:\"Page 34 1\";s:7:\"caption\";s:0:\"\";}'),(29921,539,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/page-32.jpg\";s:5:\"title\";s:7:\"page 32\";s:7:\"caption\";s:0:\"\";}'),(29922,530,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28.jpg\";s:5:\"title\";s:7:\"Page 28\";s:7:\"caption\";s:0:\"\";}'),(29923,521,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24.jpg\";s:5:\"title\";s:15:\"October page 24\";s:7:\"caption\";s:0:\"\";}'),(29924,518,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/DBE5gKXWAAAM2n5.jpg\";s:5:\"title\";s:15:\"DBE5gKXWAAAM2n5\";s:7:\"caption\";s:0:\"\";}'),(29925,511,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19.jpg\";s:5:\"title\";s:8:\"Tim Page\";s:7:\"caption\";s:0:\"\";}'),(29926,513,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/Kate-Nicholls.jpg\";s:5:\"title\";s:13:\"Kate Nicholls\";s:7:\"caption\";s:0:\"\";}'),(29927,509,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/Ufi-Ibrahim.png\";s:5:\"title\";s:32:\"Ufi Ibrahim, BHA Chief Executive\";s:7:\"caption\";s:0:\"\";}'),(29928,506,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:66:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/JGP.png\";s:5:\"title\";s:3:\"JGP\";s:7:\"caption\";s:0:\"\";}'),(29929,500,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-1-1.jpg\";s:5:\"title\";s:16:\"sep 17 page 48 1\";s:7:\"caption\";s:0:\"\";}'),(29930,496,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40.jpg\";s:5:\"title\";s:14:\"sep 17 page 40\";s:7:\"caption\";s:0:\"\";}'),(29931,491,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36.jpg\";s:5:\"title\";s:7:\"page 36\";s:7:\"caption\";s:0:\"\";}'),(29932,486,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-30.jpg\";s:5:\"title\";s:41:\"Gary Smith, Managing Director of Dryphoon\";s:7:\"caption\";s:41:\"Gary Smith, Managing Director of Dryphoon\";}'),(29934,475,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-1.jpg\";s:5:\"title\";s:16:\"sep 17 page 20 1\";s:7:\"caption\";s:0:\"\";}'),(29935,452,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/1190467.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(29936,444,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2017/10/Ufi-Ibrahim.png\";s:5:\"title\";s:32:\"Ufi Ibrahim, BHA Chief Executive\";s:7:\"caption\";s:0:\"\";}'),(29937,439,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19.jpg\";s:5:\"title\";s:8:\"Tim Page\";s:7:\"caption\";s:0:\"\";}'),(29938,433,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/09/Page-20.jpg\";s:5:\"title\";s:13:\"Kate Nicholls\";s:7:\"caption\";s:0:\"\";}'),(29939,430,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19.jpg\";s:5:\"title\";s:8:\"Tim Page\";s:7:\"caption\";s:0:\"\";}'),(29940,423,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2017/08/Awareness.jpg\";s:5:\"title\";s:9:\"Awareness\";s:7:\"caption\";s:0:\"\";}'),(29941,420,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2017/08/Page-26-Cocktail.jpg\";s:5:\"title\";s:17:\"The Rambling Rose\";s:7:\"caption\";s:0:\"\";}'),(29942,417,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/08/Page-44.jpg\";s:5:\"title\";s:13:\"De Feesttafel\";s:7:\"caption\";s:0:\"\";}'),(29943,414,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2017/08/page-28-aug-4.jpg\";s:5:\"title\";s:5:\"Beach\";s:7:\"caption\";s:0:\"\";}'),(29944,403,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/Landing-Page.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(29945,398,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/Kate-Nicholls.jpg\";s:5:\"title\";s:13:\"Kate Nicholls\";s:7:\"caption\";s:0:\"\";}'),(29946,396,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/Ufi-Ibrahim.jpg\";s:5:\"title\";s:11:\"Ufi Ibrahim\";s:7:\"caption\";s:0:\"\";}'),(29947,387,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19.jpg\";s:5:\"title\";s:8:\"Tim Page\";s:7:\"caption\";s:0:\"\";}'),(29948,375,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2017/03/british-beer-pub-association-logo.jpg\";s:5:\"title\";s:4:\"BBPA\";s:7:\"caption\";s:0:\"\";}'),(29949,371,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2017/06/Epos.jpg\";s:5:\"title\";s:4:\"Epos\";s:7:\"caption\";s:0:\"\";}'),(29950,360,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2017/06/FR.jpg\";s:5:\"title\";s:10:\"Mango Tree\";s:7:\"caption\";s:0:\"\";}'),(29951,349,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-feel-good-drinks.png\";s:5:\"title\";s:19:\"Feel Good Drinks Co\";s:7:\"caption\";s:60:\"The Feel Good Drinks Co - Orange, Passion Fruit &amp; Water.\";}'),(29952,343,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2017/06/page-18-vodka-bottle.jpg\";s:5:\"title\";s:16:\"Our/London Vodka\";s:7:\"caption\";s:16:\"Our/London Vodka\";}'),(29954,323,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-18-southern-breeeze.jpg\";s:5:\"title\";s:15:\"Southern Breeze\";s:7:\"caption\";s:15:\"Southern Breeze\";}'),(29955,317,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:79:\"https://www.ontradeprogress.com/wp-content/uploads/2017/05/page-15-Tim-Page.jpg\";s:5:\"title\";s:8:\"Tim Page\";s:7:\"caption\";s:8:\"Tim Page\";}'),(29956,315,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2017/05/Gluten-free.jpg\";s:5:\"title\";s:11:\"Gluten free\";s:7:\"caption\";s:0:\"\";}'),(29957,310,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2017/05/Unbar-Curries-Flavour.jpg\";s:5:\"title\";s:21:\"Unbar Curries Flavour\";s:7:\"caption\";s:0:\"\";}'),(29958,289,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2017/04/Belvoirs-Wine-Alternatives.jpg\";s:5:\"title\";s:32:\"Belvoir&#039;s Wine Alternatives\";s:7:\"caption\";s:0:\"\";}'),(29959,304,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2017/03/british-hospitality-association-logo.jpg\";s:5:\"title\";s:36:\"british-hospitality-association-logo\";s:7:\"caption\";s:0:\"\";}'),(29960,299,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2017/03/almr-logo.jpg\";s:5:\"title\";s:9:\"ALMR Logo\";s:7:\"caption\";s:0:\"\";}'),(29961,292,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2017/04/Gill-Meller.png\";s:5:\"title\";s:11:\"Gill Meller\";s:7:\"caption\";s:11:\"Gill Meller\";}'),(30013,5632,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:115:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-2-e1563268362229.jpg\";s:5:\"title\";s:38:\"British egg week log#F59010 - high res\";s:7:\"caption\";s:0:\"\";}'),(30019,5629,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:102:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Fernet-Branca-Barback-Games-competitors.jpg\";s:5:\"title\";s:39:\"Fernet Branca Barback Games competitors\";s:7:\"caption\";s:0:\"\";}'),(30022,5624,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Maltsmiths-e1562577588380.png\";s:5:\"title\";s:10:\"Maltsmiths\";s:7:\"caption\";s:0:\"\";}'),(30028,5618,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Sky-logo-e1562576150225.png\";s:5:\"title\";s:8:\"Sky logo\";s:7:\"caption\";s:0:\"\";}'),(30031,4354,'_wp_attachment_image_alt','Ontrade Progress Logo'),(30032,5648,'_edit_last','1'),(30033,5648,'_edit_lock','1563446121:1'),(30034,5649,'_wp_attached_file','2019/07/Pride-2019-artwork-close-up-1-e1563446221846.jpg'),(30035,5649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1362;s:6:\"height\";i:827;s:4:\"file\";s:56:\"2019/07/Pride-2019-artwork-close-up-1-e1563446221846.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-150x150.jpg\";s:5:\"width\";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:\"Pride-2019-artwork-close-up-1-e1563446221846-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-768x466.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Pride-2019-artwork-close-up-1-e1563446221846-1024x622.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:54:\"Pride-2019-artwork-close-up-1-e1563446221846-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:55:\"Pride-2019-artwork-close-up-1-e1563446221846-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-696x423.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"Pride-2019-artwork-close-up-1-e1563446221846-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:57:\"Pride-2019-artwork-close-up-1-e1563446221846-1068x648.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:56:\"Pride-2019-artwork-close-up-1-e1563446221846-692x420.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"CLT-L29\";s:7:\"caption\";s:9:\"dav_vivid\";s:17:\"created_timestamp\";s:10:\"1563199029\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.95\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:8:\"0.001103\";s:5:\"title\";s:9:\"dav_vivid\";s:11:\"orientation\";s:1:\"1\";}}'),(30036,5649,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.850950740248592;s:5:\"bytes\";i:84532;s:11:\"size_before\";i:340156;s:10:\"size_after\";i:255624;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:883;s:11:\"size_before\";i:7916;s:10:\"size_after\";i:7431;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.57;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:20633;s:10:\"size_after\";i:15564;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.390000000000001;s:5:\"bytes\";i:11055;s:11:\"size_before\";i:113354;s:10:\"size_after\";i:84571;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.32;s:5:\"bytes\";i:20279;s:11:\"size_before\";i:198253;s:10:\"size_after\";i:148058;s:4:\"time\";d:0.059999999999999998;}}}'),(30037,5649,'_wp_attachment_image_alt','Brighton Gin Pride Bottle'),(30038,5648,'_thumbnail_id','5649'),(30042,5648,'slide_template','default'),(30043,5648,'tdc_dirty_content','1'),(30044,5648,'tdc_icon_fonts','a:0:{}'),(30045,5648,'tdc_google_fonts','a:0:{}'),(30046,5648,'_yoast_wpseo_focuskw','Brighton Gin Pride Bottle'),(30047,5648,'_yoast_wpseo_metadesc','Brighton Gin has produced a 2019 edition of its Brighton Pride label design. Since 2016 Brighton Gin has created a limited edition Pride bottling, in support of local LGBTQ charities.'),(30048,5648,'_yoast_wpseo_linkdex','57'),(30049,5648,'_yoast_wpseo_content_score','30'),(30050,5648,'_yoast_wpseo_primary_category','2'),(30057,5648,'post_views_count','0'),(30424,5258,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen.jpg\";s:5:\"title\";s:7:\"Avallen\";s:7:\"caption\";s:0:\"\";}'),(30427,5258,'_yoast_wpseo_focuskw','apple brandy'),(30428,5258,'_yoast_wpseo_linkdex','55'),(30431,411,'post_views_count','0'),(30432,337,'post_views_count','0'),(30433,5649,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1362;s:6:\"height\";i:1045;s:4:\"file\";s:33:\"Pride-2019-artwork-close-up-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:42:\"Pride-2019-artwork-close-up-1-1024x786.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:39:\"Pride-2019-artwork-close-up-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:40:\"Pride-2019-artwork-close-up-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-696x534.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:42:\"Pride-2019-artwork-close-up-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:42:\"Pride-2019-artwork-close-up-1-1068x819.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:41:\"Pride-2019-artwork-close-up-1-547x420.jpg\";s:5:\"width\";i:547;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(30434,5648,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:107:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Pride-2019-artwork-close-up-1-e1563446221846.jpg\";s:5:\"title\";s:9:\"dav_vivid\";s:7:\"caption\";s:9:\"dav_vivid\";}'),(30437,5410,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/EC-Summer-Superfoods.jpg\";s:5:\"title\";s:20:\"EC Summer Superfoods\";s:7:\"caption\";s:22:\"wellbeing recipe guide\";}'),(30440,5422,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/8901.jpg\";s:5:\"title\";s:13:\"ukhospitality\";s:7:\"caption\";s:13:\"ukhospitality\";}'),(30449,5413,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/HogsBackHopBlessing-e1559558348960.jpg\";s:5:\"title\";s:23:\"hogs brewery hop garden\";s:7:\"caption\";s:23:\"hogs brewery hop garden\";}'),(30452,2592,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/ProjectHOME_2018_SQUARE_EDIT.jpg\";s:5:\"title\";s:28:\"ProjectHOME_2018_SQUARE_EDIT\";s:7:\"caption\";s:0:\"\";}'),(30455,2592,'tdc_dirty_content','1'),(30456,2592,'tdc_icon_fonts','a:0:{}'),(30457,2592,'tdc_google_fonts','a:0:{}'),(30458,2770,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/bbpa.png\";s:5:\"title\";s:4:\"bbpa\";s:7:\"caption\";s:41:\"British Beer &amp; Pub Association (BBPA)\";}'),(30461,2770,'tdc_dirty_content','1'),(30462,2770,'tdc_icon_fonts','a:0:{}'),(30463,2770,'tdc_google_fonts','a:0:{}'),(30464,5669,'_edit_last','1'),(30465,5669,'_edit_lock','1563964814:1'),(30466,5670,'_wp_attached_file','2019/07/MrsFoggs_Apr19_006-corrected-v2.jpg'),(30467,5670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:43:\"2019/07/MrsFoggs_Apr19_006-corrected-v2.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-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:43:\"MrsFoggs_Apr19_006-corrected-v2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"MrsFoggs_Apr19_006-corrected-v2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"MrsFoggs_Apr19_006-corrected-v2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"MrsFoggs_Apr19_006-corrected-v2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"MrsFoggs_Apr19_006-corrected-v2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"MrsFoggs_Apr19_006-corrected-v2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"MrsFoggs_Apr19_006-corrected-v2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:45:\"MrsFoggs_Apr19_006-corrected-v2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30468,5670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2421177870315288;s:5:\"bytes\";i:6213;s:11:\"size_before\";i:191634;s:10:\"size_after\";i:185421;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:399;s:11:\"size_before\";i:7235;s:10:\"size_after\";i:6836;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:683;s:11:\"size_before\";i:15142;s:10:\"size_after\";i:14459;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:1867;s:11:\"size_before\";i:65737;s:10:\"size_after\";i:63870;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:3264;s:11:\"size_before\";i:103520;s:10:\"size_after\";i:100256;s:4:\"time\";d:0.34000000000000002;}}}'),(30469,5670,'_wp_attachment_image_alt','void speaker'),(30470,5669,'_thumbnail_id','5670'),(30471,5669,'slide_template','default'),(30472,5669,'tdc_dirty_content','1'),(30473,5669,'tdc_icon_fonts','a:0:{}'),(30474,5669,'tdc_google_fonts','a:0:{}'),(30475,5669,'_yoast_wpseo_focuskw','Mrs Foggs sound system'),(30476,5669,'_yoast_wpseo_metadesc','Located in the heart of London, Mrs Fogg’s is the sixth venue in the Mr Fogg’s collection, inspired by Aouda, Phileas Fogg’s Indian wife, in Jules Verne’s classic adventure novel, Around The World in 80 Days. Mrs Fogg’s serves inventive cocktails and innovative dishes, giving a nod to Aouda the explorer’s heritage and nautical travels.'),(30477,5669,'_yoast_wpseo_linkdex','48'),(30478,5669,'_yoast_wpseo_content_score','30'),(30479,5669,'_yoast_wpseo_primary_category','28'),(30480,5669,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/MrsFoggs_Apr19_006-corrected-v2.jpg\";s:5:\"title\";s:31:\"MrsFoggs_Apr19_006-corrected-v2\";s:7:\"caption\";s:0:\"\";}'),(30483,5669,'post_views_count','0'),(30484,5673,'_edit_last','1'),(30485,5673,'_edit_lock','1564488655:1'),(30486,5673,'slide_template','default'),(30487,5673,'tdc_dirty_content','1'),(30488,5673,'tdc_icon_fonts','a:0:{}'),(30489,5673,'tdc_google_fonts','a:0:{}'),(30490,5673,'_yoast_wpseo_content_score','30'),(30491,5673,'_yoast_wpseo_primary_category','2'),(30492,5675,'_wp_attached_file','2019/07/fen.png'),(30493,5675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1096;s:6:\"height\";i:721;s:4:\"file\";s:15:\"2019/07/fen.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"fen-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:15:\"fen-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"fen-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"fen-1024x674.png\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:13:\"fen-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:14:\"fen-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:15:\"fen-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:15:\"fen-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:15:\"fen-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:15:\"fen-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:15:\"fen-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:15:\"fen-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:15:\"fen-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:15:\"fen-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:15:\"fen-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:15:\"fen-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:15:\"fen-696x458.png\";s:5:\"width\";i:696;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:15:\"fen-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:15:\"fen-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:16:\"fen-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:16:\"fen-1068x703.png\";s:5:\"width\";i:1068;s:6:\"height\";i:703;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:15:\"fen-638x420.png\";s:5:\"width\";i:638;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30494,5675,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1572243;s:10:\"size_after\";i:1572243;s:4:\"time\";d:1.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37870;s:10:\"size_after\";i:37870;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:95046;s:10:\"size_after\";i:95046;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:540341;s:10:\"size_after\";i:540341;s:4:\"time\";d:0.40000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:898986;s:10:\"size_after\";i:898986;s:4:\"time\";d:0.76000000000000001;}}}'),(30495,5675,'_wp_attachment_image_alt','Fentimans launches a new light range of soft drinks'),(30496,5673,'_thumbnail_id','5675'),(30497,5673,'_yoast_wpseo_focuskw','fentimans'),(30498,5673,'_yoast_wpseo_title','Fentimans launches a new light range of soft drinks'),(30499,5673,'_yoast_wpseo_metadesc','Fentimans is launching a new light soft drinks range, to meet the needs of a growing audience seeking reduced calories in soft drinks'),(30500,5673,'_yoast_wpseo_linkdex','69'),(30501,5673,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:66:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/fen.png\";s:5:\"title\";s:51:\"Fentimans launches a new light range of soft drinks\";s:7:\"caption\";s:51:\"Fentimans launches a new light range of soft drinks\";}'),(30504,5678,'_edit_last','1'),(30505,5678,'_edit_lock','1564491498:1'),(30506,5679,'_wp_attached_file','2019/07/dementia-friends.jpg'),(30507,5679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:293;s:4:\"file\";s:28:\"2019/07/dementia-friends.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dementia-friends-150x150.jpg\";s:5:\"width\";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:\"dementia-friends-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:26:\"dementia-friends-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:27:\"dementia-friends-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:28:\"dementia-friends-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:28:\"dementia-friends-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:28:\"dementia-friends-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:28:\"dementia-friends-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:28:\"dementia-friends-324x293.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:28:\"dementia-friends-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:28:\"dementia-friends-356x293.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:28:\"dementia-friends-485x293.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:28:\"dementia-friends-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:28:\"dementia-friends-534x293.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:28:\"dementia-friends-696x275.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:28:\"dementia-friends-696x293.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:28:\"dementia-friends-741x293.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30508,5679,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.2120869810787909;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:17705;s:10:\"size_after\";i:16074;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999994;s:5:\"bytes\";i:603;s:11:\"size_before\";i:6675;s:10:\"size_after\";i:6072;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3200000000000003;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:11030;s:10:\"size_after\";i:10002;s:4:\"time\";d:0.01;}}}'),(30509,5679,'_wp_attachment_image_alt','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs'),(30510,5678,'_thumbnail_id','5684'),(30511,5678,'slide_template','default'),(30512,5678,'tdc_dirty_content','1'),(30513,5678,'tdc_icon_fonts','a:0:{}'),(30514,5678,'tdc_google_fonts','a:0:{}'),(30515,5678,'_yoast_wpseo_focuskw','Dementia Friends'),(30516,5678,'_yoast_wpseo_title','BBPA and Alzheimer’s Society to promote Dementia Friends'),(30517,5678,'_yoast_wpseo_metadesc','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs'),(30518,5678,'_yoast_wpseo_linkdex','75'),(30519,5678,'_yoast_wpseo_content_score','30'),(30520,5678,'_yoast_wpseo_primary_category','8'),(30521,5678,'post_views_count','0'),(30522,5673,'post_views_count','0'),(30523,5684,'_wp_attached_file','2019/07/Dementia-Friends-logo_1600x500-OTP.jpg'),(30524,5684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6667;s:6:\"height\";i:2083;s:4:\"file\";s:46:\"2019/07/Dementia-Friends-logo_1600x500-OTP.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-150x150.jpg\";s:5:\"width\";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:\"Dementia-Friends-logo_1600x500-OTP-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:46:\"Dementia-Friends-logo_1600x500-OTP-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:47:\"Dementia-Friends-logo_1600x500-OTP-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Dementia-Friends-logo_1600x500-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Dementia-Friends-logo_1600x500-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-696x217.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Dementia-Friends-logo_1600x500-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Dementia-Friends-logo_1600x500-OTP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Dementia-Friends-logo_1600x500-OTP-1068x334.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"Dementia-Friends-logo_1600x500-OTP-1344x420.jpg\";s:5:\"width\";i:1344;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:47:\"Dementia-Friends-logo_1600x500-OTP-1920x600.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30525,5684,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.427655855505924;s:5:\"bytes\";i:6399;s:11:\"size_before\";i:51490;s:10:\"size_after\";i:45091;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995;s:5:\"bytes\";i:469;s:11:\"size_before\";i:4967;s:10:\"size_after\";i:4498;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4600000000000009;s:5:\"bytes\";i:470;s:11:\"size_before\";i:4966;s:10:\"size_after\";i:4496;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.77;s:5:\"bytes\";i:2035;s:11:\"size_before\";i:17286;s:10:\"size_after\";i:15251;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.109999999999999;s:5:\"bytes\";i:3425;s:11:\"size_before\";i:24271;s:10:\"size_after\";i:20846;s:4:\"time\";d:0.050000000000000003;}}}'),(30526,5684,'_wp_attachment_image_alt','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs'),(30527,5678,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Dementia-Friends-logo_1600x500-OTP.jpg\";s:5:\"title\";s:146:\"The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs\";s:7:\"caption\";s:146:\"The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs\";}'),(30544,5690,'_wp_attached_file','2019/07/GTR_April_17_036-1.jpg'),(30545,5690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:30:\"2019/07/GTR_April_17_036-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-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:30:\"GTR_April_17_036-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"GTR_April_17_036-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"GTR_April_17_036-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"GTR_April_17_036-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"GTR_April_17_036-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"GTR_April_17_036-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"GTR_April_17_036-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"GTR_April_17_036-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Lia Vittone Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"Lia Vittone Photography\";s:12:\"focal_length\";s:1:\"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\";}}'),(30546,5690,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7606292824962697;s:5:\"bytes\";i:5192;s:11:\"size_before\";i:138062;s:10:\"size_after\";i:132870;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:342;s:11:\"size_before\";i:6111;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:427;s:11:\"size_before\";i:11090;s:10:\"size_after\";i:10663;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:1593;s:11:\"size_before\";i:47233;s:10:\"size_after\";i:45640;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:2830;s:11:\"size_before\";i:73628;s:10:\"size_after\";i:70798;s:4:\"time\";d:0.089999999999999997;}}}'),(30547,5690,'_wp_attachment_image_alt','Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes'),(30561,5695,'_wp_attached_file','2019/07/Rajesh-Suri-and-Dayashankar-Sharma.jpg'),(30562,5695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:649;s:4:\"file\";s:46:\"2019/07/Rajesh-Suri-and-Dayashankar-Sharma.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Rajesh-Suri-and-Dayashankar-Sharma-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Rajesh-Suri-and-Dayashankar-Sharma-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-696x470.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-961x580.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Rajesh-Suri-and-Dayashankar-Sharma-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30563,5695,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6550589850082233;s:5:\"bytes\";i:3089;s:11:\"size_before\";i:84513;s:10:\"size_after\";i:81424;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:381;s:11:\"size_before\";i:6851;s:10:\"size_after\";i:6470;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:608;s:11:\"size_before\";i:14934;s:10:\"size_after\";i:14326;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:62728;s:10:\"size_after\";i:60628;s:4:\"time\";d:0.02;}}}'),(30564,5695,'_wp_attachment_image_alt','Rajesh Suri and Dayashankar Sharma'),(30575,5702,'_edit_last','1'),(30576,5702,'_edit_lock','1564577310:1'),(30580,5702,'post_views_count','0'),(30581,5702,'_thumbnail_id','5690'),(30585,5702,'slide_template','default'),(30586,5702,'tdc_dirty_content','1'),(30587,5702,'tdc_icon_fonts','a:0:{}'),(30588,5702,'tdc_google_fonts','a:0:{}'),(30589,5702,'_yoast_wpseo_focuskw','Grand Trunk Road'),(30590,5702,'_yoast_wpseo_title','Grand Trunk Road - Lahori Keema Matar From Sharma & Rajesh Suri'),(30591,5702,'_yoast_wpseo_metadesc','Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes.'),(30592,5702,'_yoast_wpseo_linkdex','71'),(30593,5702,'_yoast_wpseo_content_score','60'),(30594,5702,'_yoast_wpseo_primary_category','3'),(30598,5702,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/GTR_April_17_036-1.jpg\";s:5:\"title\";s:128:\"Grand Trunk Road chef&#039;s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes\";s:7:\"caption\";s:128:\"Grand Trunk Road chef&#039;s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes\";}'),(30614,5706,'_edit_last','1'),(30615,5706,'_edit_lock','1564577320:1'),(30616,5707,'_wp_attached_file','2019/07/Rajesh-Suri-Chef-Sharma-of-GTR.jpg'),(30617,5707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2019/07/Rajesh-Suri-Chef-Sharma-of-GTR.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-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:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Rajesh-Suri-Chef-Sharma-of-GTR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"Rajesh-Suri-Chef-Sharma-of-GTR-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"Rajesh-Suri-Chef-Sharma-of-GTR-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"Rajesh-Suri-Chef-Sharma-of-GTR-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"Rajesh-Suri-Chef-Sharma-of-GTR-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"Rajesh-Suri-Chef-Sharma-of-GTR-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Rajesh-Suri-Chef-Sharma-of-GTR-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Lia Vittone Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"Lia Vittone Photography\";s:12:\"focal_length\";s:1:\"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\";}}'),(30618,5707,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.186336427041573;s:5:\"bytes\";i:5802;s:11:\"size_before\";i:182090;s:10:\"size_after\";i:176288;s:4:\"time\";d:0.84000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:519;s:11:\"size_before\";i:7981;s:10:\"size_after\";i:7462;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:729;s:11:\"size_before\";i:15343;s:10:\"size_after\";i:14614;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:1842;s:11:\"size_before\";i:62592;s:10:\"size_after\";i:60750;s:4:\"time\";d:0.77000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:2712;s:11:\"size_before\";i:96174;s:10:\"size_after\";i:93462;s:4:\"time\";d:0.040000000000000001;}}}'),(30619,5707,'_wp_attachment_image_alt','Rajesh Suri & Chef Sharma of GTR'),(30620,5708,'_wp_attached_file','2019/07/Delhi-Ki-Chaat.jpg'),(30621,5708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:26:\"2019/07/Delhi-Ki-Chaat.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-150x150.jpg\";s:5:\"width\";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:\"Delhi-Ki-Chaat-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:\"Delhi-Ki-Chaat-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Delhi-Ki-Chaat-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Delhi-Ki-Chaat-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Delhi-Ki-Chaat-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Delhi-Ki-Chaat-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"Delhi-Ki-Chaat-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Delhi-Ki-Chaat-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"Delhi-Ki-Chaat-1920x1277.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Lia Vittone Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"Lia Vittone Photography\";s:12:\"focal_length\";s:1:\"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\";}}'),(30622,5708,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6495878642467394;s:5:\"bytes\";i:12015;s:11:\"size_before\";i:258410;s:10:\"size_after\";i:246395;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:521;s:11:\"size_before\";i:8118;s:10:\"size_after\";i:7597;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:806;s:11:\"size_before\";i:16108;s:10:\"size_after\";i:15302;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:4126;s:11:\"size_before\";i:87245;s:10:\"size_after\";i:83119;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:6562;s:11:\"size_before\";i:146939;s:10:\"size_after\";i:140377;s:4:\"time\";d:0.080000000000000002;}}}'),(30623,5708,'_wp_attachment_image_alt','Rajesh Suri & Dayashankar Sharma highly recommend using British Lion Eggs'),(30624,5706,'_thumbnail_id','5707'),(30625,5706,'slide_template','default'),(30626,5706,'tdc_dirty_content','1'),(30627,5706,'tdc_icon_fonts','a:0:{}'),(30628,5706,'tdc_google_fonts','a:0:{}'),(30629,5706,'_yoast_wpseo_focuskw','British Lion eggs'),(30630,5706,'_yoast_wpseo_metadesc','This month’s On the plate we’re joined by Indian restaurateurs, Rajesh Suri & the Chef Dayashankar Sharma and the importance of using British Lion Eggs'),(30631,5706,'_yoast_wpseo_linkdex','67'),(30632,5706,'_yoast_wpseo_content_score','30'),(30633,5706,'_yoast_wpseo_primary_category','3'),(30637,5706,'_yoast_wpseo_title','The Importance of using British Lion Eggs with restaurateur Rajesh Suri'),(30638,5706,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rajesh-Suri-Chef-Sharma-of-GTR.jpg\";s:5:\"title\";s:36:\"Rajesh Suri &amp; Chef Sharma of GTR\";s:7:\"caption\";s:36:\"Rajesh Suri &amp; Chef Sharma of GTR\";}'),(30641,5712,'_edit_last','1'),(30642,5712,'_edit_lock','1564580161:1'),(30643,5713,'_wp_attached_file','2019/07/ERS232216-23.jpg'),(30644,5713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:24:\"2019/07/ERS232216-23.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS232216-23-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS232216-23-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS232216-23-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS232216-23-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"ERS232216-23-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS232216-23-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"ERS232216-23-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30645,5714,'_wp_attached_file','2019/07/ERS252716-24.jpg'),(30646,5713,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8020101275200862;s:5:\"bytes\";i:13741;s:11:\"size_before\";i:286151;s:10:\"size_after\";i:272410;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:511;s:11:\"size_before\";i:8417;s:10:\"size_after\";i:7906;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1079;s:11:\"size_before\";i:19141;s:10:\"size_after\";i:18062;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:4705;s:11:\"size_before\";i:97172;s:10:\"size_after\";i:92467;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:7446;s:11:\"size_before\";i:161421;s:10:\"size_after\";i:153975;s:4:\"time\";d:0.050000000000000003;}}}'),(30647,5714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:24:\"2019/07/ERS252716-24.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"ERS252716-24-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"ERS252716-24-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:25:\"ERS252716-24-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"ERS252716-24-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"ERS252716-24-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30648,5714,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.778217998748846;s:5:\"bytes\";i:12832;s:11:\"size_before\";i:268552;s:10:\"size_after\";i:255720;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:570;s:11:\"size_before\";i:9124;s:10:\"size_after\";i:8554;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:19141;s:10:\"size_after\";i:18031;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:4294;s:11:\"size_before\";i:89948;s:10:\"size_after\";i:85654;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:6858;s:11:\"size_before\";i:150339;s:10:\"size_after\";i:143481;s:4:\"time\";d:0.059999999999999998;}}}'),(30649,5714,'_wp_attachment_image_alt','The karaoke chain, Lucky Voice'),(30650,5713,'_wp_attachment_image_alt','The karaoke chain, Lucky Voice'),(30651,5712,'_thumbnail_id','5714'),(30652,5712,'slide_template','default'),(30653,5712,'tdc_dirty_content','1'),(30654,5712,'tdc_icon_fonts','a:0:{}'),(30655,5712,'tdc_google_fonts','a:0:{}'),(30656,5712,'_yoast_wpseo_focuskw','karaoke chain'),(30657,5712,'_yoast_wpseo_title','We met Mr Elek to discuss the future of the karaoke chain, Lucky Voice'),(30658,5712,'_yoast_wpseo_metadesc','They’ve recently opened their fifth location & we wanted to sit down with Charlie to discuss the past, present and future of the karaoke chain, Lucky Voice'),(30659,5712,'_yoast_wpseo_linkdex','71'),(30660,5712,'_yoast_wpseo_content_score','30'),(30661,5712,'_yoast_wpseo_primary_category','28'),(30662,5712,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:75:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS252716-24.jpg\";s:5:\"title\";s:30:\"The karaoke chain, Lucky Voice\";s:7:\"caption\";s:30:\"The karaoke chain, Lucky Voice\";}'),(30665,5712,'post_views_count','0'),(30666,5706,'post_views_count','0'),(30667,5717,'_edit_last','1'),(30668,5717,'_edit_lock','1565018340:1'),(30669,5718,'_wp_attached_file','2019/08/Premier_League_Logo.svg_.png'),(30670,5718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:503;s:4:\"file\";s:36:\"2019/08/Premier_League_Logo.svg_.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-768x322.png\";s:5:\"width\";i:768;s:6:\"height\";i:322;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Premier_League_Logo.svg_-1024x429.png\";s:5:\"width\";i:1024;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Premier_League_Logo.svg_-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Premier_League_Logo.svg_-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-696x292.png\";s:5:\"width\";i:696;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Premier_League_Logo.svg_-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Premier_League_Logo.svg_-1068x503.png\";s:5:\"width\";i:1068;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Premier_League_Logo.svg_-1068x448.png\";s:5:\"width\";i:1068;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Premier_League_Logo.svg_-1002x420.png\";s:5:\"width\";i:1002;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30671,5718,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.107343124165556;s:5:\"bytes\";i:48886;s:11:\"size_before\";i:187250;s:10:\"size_after\";i:138364;s:4:\"time\";d:1.0800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.949999999999999;s:5:\"bytes\";i:3142;s:11:\"size_before\";i:10492;s:10:\"size_after\";i:7350;s:4:\"time\";d:0.089999999999999997;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.52;s:5:\"bytes\";i:4661;s:11:\"size_before\";i:15787;s:10:\"size_after\";i:11126;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.59;s:5:\"bytes\";i:15006;s:11:\"size_before\";i:61034;s:10:\"size_after\";i:46028;s:4:\"time\";d:0.38;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.09;s:5:\"bytes\";i:26077;s:11:\"size_before\";i:99937;s:10:\"size_after\";i:73860;s:4:\"time\";d:0.5;}}}'),(30672,5718,'_wp_attachment_image_alt','Sky Sports Releases October Premier League Fixtures'),(30673,5717,'_thumbnail_id','5723'),(30674,5717,'slide_template','default'),(30675,5717,'tdc_dirty_content','1'),(30676,5717,'tdc_icon_fonts','a:0:{}'),(30677,5717,'tdc_google_fonts','a:0:{}'),(30678,5717,'_yoast_wpseo_focuskw','Premier League Fixtures'),(30679,5717,'_yoast_wpseo_title','Sky Sports Releases October Premier League Fixtures'),(30680,5717,'_yoast_wpseo_metadesc','Sky Sports has announced its Premier League Fixtures for October and it includes a showdown between old rivals, Manchester United and Liverpool'),(30681,5717,'_yoast_wpseo_linkdex','75'),(30682,5717,'_yoast_wpseo_content_score','30'),(30683,5717,'_yoast_wpseo_primary_category','28'),(30684,5720,'_edit_last','1'),(30685,5720,'_edit_lock','1565017431:1'),(30686,5721,'_wp_attached_file','2019/08/cocktails-1149171_1920.jpg'),(30687,5721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:889;s:4:\"file\";s:34:\"2019/08/cocktails-1149171_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-768x356.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cocktails-1149171_1920-1024x474.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"cocktails-1149171_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"cocktails-1149171_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-696x322.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"cocktails-1149171_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"cocktails-1149171_1920-1068x495.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"cocktails-1149171_1920-907x420.jpg\";s:5:\"width\";i:907;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"cocktails-1149171_1920-1920x889.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:889;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30688,5721,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0972314574140118;s:5:\"bytes\";i:4099;s:11:\"size_before\";i:132344;s:10:\"size_after\";i:128245;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6573;s:10:\"size_after\";i:6217;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:610;s:11:\"size_before\";i:11426;s:10:\"size_after\";i:10816;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:44948;s:10:\"size_after\";i:43626;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6099999999999999;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:69397;s:10:\"size_after\";i:67586;s:4:\"time\";d:0.070000000000000007;}}}'),(30689,5721,'_wp_attachment_image_alt','Fentimans announces first cocktail competition winner'),(30690,5720,'_thumbnail_id','5721'),(30691,5720,'slide_template','default'),(30692,5720,'tdc_dirty_content','1'),(30693,5720,'tdc_icon_fonts','a:0:{}'),(30694,5720,'tdc_google_fonts','a:0:{}'),(30695,5720,'_yoast_wpseo_focuskw','cocktail competition'),(30696,5720,'_yoast_wpseo_title','Fentimans announces first cocktail competition winner'),(30697,5720,'_yoast_wpseo_metadesc','Fentimans has announced the winner of its first national Summer of Rose cocktail competition, the final of which took place at Bar Disrepute in Soho'),(30698,5720,'_yoast_wpseo_linkdex','71'),(30699,5720,'_yoast_wpseo_content_score','30'),(30700,5720,'_yoast_wpseo_primary_category','2'),(30701,5720,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/cocktails-1149171_1920.jpg\";s:5:\"title\";s:53:\"Fentimans announces first cocktail competition winner\";s:7:\"caption\";s:53:\"Fentimans announces first cocktail competition winner\";}'),(30704,5720,'post_views_count','0'),(30705,5717,'post_views_count','0'),(30706,5723,'_wp_attached_file','2019/08/OTP-PremLeg_1600x550.jpg'),(30707,5723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6667;s:6:\"height\";i:2292;s:4:\"file\";s:32:\"2019/08/OTP-PremLeg_1600x550.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"OTP-PremLeg_1600x550-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"OTP-PremLeg_1600x550-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"OTP-PremLeg_1600x550-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"OTP-PremLeg_1600x550-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"OTP-PremLeg_1600x550-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"OTP-PremLeg_1600x550-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"OTP-PremLeg_1600x550-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"OTP-PremLeg_1600x550-1920x660.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30708,5723,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.263323452906661;s:5:\"bytes\";i:8109;s:11:\"size_before\";i:66124;s:10:\"size_after\";i:58015;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.06;s:5:\"bytes\";i:668;s:11:\"size_before\";i:6042;s:10:\"size_after\";i:5374;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996;s:5:\"bytes\";i:649;s:11:\"size_before\";i:6587;s:10:\"size_after\";i:5938;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.99;s:5:\"bytes\";i:2657;s:11:\"size_before\";i:22160;s:10:\"size_after\";i:19503;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999;s:5:\"bytes\";i:4135;s:11:\"size_before\";i:31335;s:10:\"size_after\";i:27200;s:4:\"time\";d:0.02;}}}'),(30709,5723,'_wp_attachment_image_alt','Sky Sports Releases October Premier League Fixtures'),(30713,5717,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-PremLeg_1600x550.jpg\";s:5:\"title\";s:51:\"Sky Sports Releases October Premier League Fixtures\";s:7:\"caption\";s:51:\"Sky Sports Releases October Premier League Fixtures\";}'),(30716,5724,'_edit_last','1'),(30717,5724,'_edit_lock','1565019255:1'),(30718,5725,'_wp_attached_file','2019/08/concert-1149979_1920.jpg'),(30719,5725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:32:\"2019/08/concert-1149979_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"concert-1149979_1920-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"concert-1149979_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"concert-1149979_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"concert-1149979_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"concert-1149979_1920-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"concert-1149979_1920-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"concert-1149979_1920-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30720,5725,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4472490570241749;s:5:\"bytes\";i:8102;s:11:\"size_before\";i:125666;s:10:\"size_after\";i:117564;s:4:\"time\";d:0.60000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:211;s:11:\"size_before\";i:4179;s:10:\"size_after\";i:3968;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:346;s:11:\"size_before\";i:9226;s:10:\"size_after\";i:8880;s:4:\"time\";d:0.52000000000000002;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:2373;s:11:\"size_before\";i:41137;s:10:\"size_after\";i:38764;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:5172;s:11:\"size_before\";i:71124;s:10:\"size_after\";i:65952;s:4:\"time\";d:0.040000000000000001;}}}'),(30721,5725,'_wp_attachment_image_alt','Greater Manchester leads the way says UKHospitality'),(30722,5724,'_thumbnail_id','5725'),(30723,5724,'slide_template','default'),(30724,5724,'tdc_dirty_content','1'),(30725,5724,'tdc_icon_fonts','a:0:{}'),(30726,5724,'tdc_google_fonts','a:0:{}'),(30727,5724,'_yoast_wpseo_focuskw','greater manchester'),(30728,5724,'_yoast_wpseo_title','Greater Manchester leads the way says UKHospitality'),(30729,5724,'_yoast_wpseo_metadesc','UKH has welcomed the Greater Manchester Combined Authority for its night-time economy and called for all Mayoral authorities around the UK to follow suit'),(30730,5724,'_yoast_wpseo_linkdex','77'),(30731,5724,'_yoast_wpseo_content_score','30'),(30732,5724,'_yoast_wpseo_primary_category','8'),(30736,5724,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/concert-1149979_1920.jpg\";s:5:\"title\";s:51:\"Greater Manchester leads the way says UKHospitality\";s:7:\"caption\";s:51:\"Greater Manchester leads the way says UKHospitality\";}'),(30739,5724,'post_views_count','0'),(30740,5606,'_yoast_wpseo_focuskw','Ontrade Progress issue 27'),(30741,5606,'_yoast_wpseo_linkdex','22'),(30742,5734,'_edit_last','1'),(30743,5734,'_edit_lock','1571151832:1'),(30744,5734,'_wp_page_template','default'),(30745,5734,'slide_template','default'),(30746,5734,'tdc_dirty_content','1'),(30747,5734,'tdc_icon_fonts','a:0:{}'),(30748,5734,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(30749,5734,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(30750,5734,'_yoast_wpseo_content_score','60'),(30751,5734,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(30752,5734,'_wpb_vc_js_status',''),(30753,5738,'_wp_attached_file','2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px.png'),(30754,5738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-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:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30755,5738,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4165272032587073;s:5:\"bytes\";i:2243;s:11:\"size_before\";i:158345;s:10:\"size_after\";i:156102;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:2243;s:11:\"size_before\";i:37499;s:10:\"size_after\";i:35256;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120846;s:10:\"size_after\";i:120846;s:4:\"time\";d:0.11;}}}'),(30756,5738,'_wp_attachment_image_alt','Ontrade Progress Issue #28'),(30977,5734,'_yoast_wpseo_focuskw','Ontrade Progress Issue 28'),(30978,5734,'_yoast_wpseo_metadesc','Issue #28 of the Ontrade Progress Magazine is available online now.'),(30979,5734,'_yoast_wpseo_linkdex','24'),(30986,5751,'_wp_attached_file','2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px.png'),(30987,5751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-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:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(30988,5751,'_wp_attachment_image_alt','Ontrade Progress Issue #28'),(30989,5751,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4082474841151011;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:134247;s:10:\"size_after\";i:131014;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:37264;s:10:\"size_after\";i:36059;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:96983;s:10:\"size_after\";i:94955;s:4:\"time\";d:0.089999999999999997;}}}'),(31050,23,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px.png'),(31051,23,'_yoast_wpseo_twitter-image-id','5738'),(31058,5759,'_edit_last','1'),(31059,5759,'_edit_lock','1566207441:1'),(31060,5760,'_wp_attached_file','2019/08/OTP-1st-Press-Release-1-002-e1565693223299.jpg'),(31061,5760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:897;s:4:\"file\";s:54:\"2019/08/OTP-1st-Press-Release-1-002-e1565693223299.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"OTP-1st-Press-Release-1-002-e1565693223299-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:52:\"OTP-1st-Press-Release-1-002-e1565693223299-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:53:\"OTP-1st-Press-Release-1-002-e1565693223299-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:55:\"OTP-1st-Press-Release-1-002-e1565693223299-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:55:\"OTP-1st-Press-Release-1-002-e1565693223299-1068x600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:54:\"OTP-1st-Press-Release-1-002-e1565693223299-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31062,5760,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.5217059956491;s:5:\"bytes\";i:15532;s:11:\"size_before\";i:72169;s:10:\"size_after\";i:56637;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.06;s:5:\"bytes\";i:1179;s:11:\"size_before\";i:5280;s:10:\"size_after\";i:4749;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.279999999999999;s:5:\"bytes\";i:1881;s:11:\"size_before\";i:7371;s:10:\"size_after\";i:6245;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.75;s:5:\"bytes\";i:8801;s:11:\"size_before\";i:24070;s:10:\"size_after\";i:18834;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.370000000000001;s:5:\"bytes\";i:14202;s:11:\"size_before\";i:35448;s:10:\"size_after\";i:26809;s:4:\"time\";d:0.029999999999999999;}}}'),(31063,5760,'_wp_attachment_image_alt','International Drink Expo'),(31064,5759,'_thumbnail_id','5760'),(31065,5759,'slide_template','default'),(31066,5759,'tdc_dirty_content','1'),(31067,5759,'tdc_icon_fonts','a:0:{}'),(31068,5759,'tdc_google_fonts','a:0:{}'),(31069,5759,'_yoast_wpseo_content_score','30'),(31070,5759,'_yoast_wpseo_primary_category','2'),(31071,5760,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1596;s:6:\"height\";i:1063;s:4:\"file\";s:31:\"OTP-1st-Press-Release-1-002.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:40:\"OTP-1st-Press-Release-1-002-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:37:\"OTP-1st-Press-Release-1-002-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:38:\"OTP-1st-Press-Release-1-002-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:40:\"OTP-1st-Press-Release-1-002-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:40:\"OTP-1st-Press-Release-1-002-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31075,5762,'_wp_attached_file','2019/08/OTP-1st-Press-Release-1-002-1.jpg'),(31076,5762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:1063;s:4:\"file\";s:41:\"2019/08/OTP-1st-Press-Release-1-002-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-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:41:\"OTP-1st-Press-Release-1-002-1-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:41:\"OTP-1st-Press-Release-1-002-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"OTP-1st-Press-Release-1-002-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"OTP-1st-Press-Release-1-002-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"OTP-1st-Press-Release-1-002-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"OTP-1st-Press-Release-1-002-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"OTP-1st-Press-Release-1-002-1-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"OTP-1st-Press-Release-1-002-1-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31077,5762,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.550957578110914;s:5:\"bytes\";i:14098;s:11:\"size_before\";i:72109;s:10:\"size_after\";i:58011;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.41;s:5:\"bytes\";i:648;s:11:\"size_before\";i:5220;s:10:\"size_after\";i:4572;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.34;s:5:\"bytes\";i:983;s:11:\"size_before\";i:7371;s:10:\"size_after\";i:6388;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.68;s:5:\"bytes\";i:4738;s:11:\"size_before\";i:24070;s:10:\"size_after\";i:19332;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.800000000000001;s:5:\"bytes\";i:7729;s:11:\"size_before\";i:35448;s:10:\"size_after\";i:27719;s:4:\"time\";d:0.02;}}}'),(31078,5759,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:105:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-1st-Press-Release-1-002-e1565693223299.jpg\";s:5:\"title\";s:31:\"OTP-1st Press Release (1) (002)\";s:7:\"caption\";s:0:\"\";}'),(31081,5759,'_yoast_wpseo_opengraph-image','https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-1st-Press-Release-1-002-1.jpg'),(31082,5759,'_yoast_wpseo_opengraph-image-id','5762'),(31083,5759,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-1st-Press-Release-1-002-1.jpg'),(31084,5759,'_yoast_wpseo_twitter-image-id','5762'),(31085,5759,'_yoast_wpseo_focuskw','International Drink Expo'),(31086,5759,'_yoast_wpseo_linkdex','64'),(31087,5766,'_edit_last','1'),(31088,5766,'_edit_lock','1565953864:1'),(31089,5767,'_wp_attached_file','2019/08/GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928.png'),(31090,5767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:409;s:4:\"file\";s:67:\"2019/08/GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-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:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:65:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:66:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-472x360.png\";s:5:\"width\";i:472;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-472x261.png\";s:5:\"width\";i:472;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x462.png\";s:5:\"width\";i:472;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928-472x385.png\";s:5:\"width\";i:472;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x486.png\";s:5:\"width\";i:472;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x580.png\";s:5:\"width\";i:472;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-337x420.png\";s:5:\"width\";i:337;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31091,5767,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102653;s:10:\"size_after\";i:102653;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27851;s:10:\"size_after\";i:27851;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74802;s:10:\"size_after\";i:74802;s:4:\"time\";d:0.10000000000000001;}}}'),(31092,5767,'_wp_attachment_backup_sizes','a:58:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:473;s:6:\"height\";i:768;s:4:\"file\";s:44:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-185x300.png\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:50:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:51:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-473x360.png\";s:5:\"width\";i:473;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-473x261.png\";s:5:\"width\";i:473;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-473x462.png\";s:5:\"width\";i:473;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-473x385.png\";s:5:\"width\";i:473;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-473x486.png\";s:5:\"width\";i:473;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-473x580.png\";s:5:\"width\";i:473;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:52:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-259x420.png\";s:5:\"width\";i:259;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1565793314407\";a:3:{s:5:\"width\";i:472;s:6:\"height\";i:691;s:4:\"file\";s:59:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275.png\";}s:23:\"thumbnail-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"medium-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-205x300.png\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"td_80x60-1565793314407\";a:4:{s:4:\"file\";s:65:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"td_100x70-1565793314407\";a:4:{s:4:\"file\";s:66:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_218x150-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_265x198-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x160-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x235-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x400-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_356x220-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_356x364-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_485x360-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-472x360.png\";s:5:\"width\";i:472;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_533x261-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-472x261.png\";s:5:\"width\";i:472;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_534x462-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-472x462.png\";s:5:\"width\";i:472;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_696x385-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-472x385.png\";s:5:\"width\";i:472;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_741x486-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-472x486.png\";s:5:\"width\";i:472;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"td_1068x580-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-472x580.png\";s:5:\"width\";i:472;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"td_0x420-1565793314407\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793258275-287x420.png\";s:5:\"width\";i:287;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1565793387310\";a:3:{s:5:\"width\";i:473;s:6:\"height\";i:768;s:4:\"file\";s:59:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793324582.png\";}s:18:\"full-1565794433928\";a:3:{s:5:\"width\";i:472;s:6:\"height\";i:589;s:4:\"file\";s:59:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310.png\";}s:23:\"thumbnail-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"medium-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"td_80x60-1565794433928\";a:4:{s:4:\"file\";s:65:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"td_100x70-1565794433928\";a:4:{s:4:\"file\";s:66:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_218x150-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_265x198-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x160-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x235-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_324x400-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_356x220-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_356x364-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_485x360-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x360.png\";s:5:\"width\";i:472;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_533x261-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x261.png\";s:5:\"width\";i:472;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_534x462-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x462.png\";s:5:\"width\";i:472;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_696x385-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x385.png\";s:5:\"width\";i:472;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"td_741x486-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x486.png\";s:5:\"width\";i:472;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"td_1068x580-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-472x580.png\";s:5:\"width\";i:472;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"td_0x420-1565794433928\";a:4:{s:4:\"file\";s:67:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565793387310-337x420.png\";s:5:\"width\";i:337;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}'),(31093,5766,'_thumbnail_id','5767'),(31094,5766,'slide_template','default'),(31095,5766,'tdc_dirty_content','1'),(31096,5766,'tdc_icon_fonts','a:0:{}'),(31097,5766,'tdc_google_fonts','a:0:{}'),(31098,5766,'_yoast_wpseo_content_score','30'),(31099,5766,'_yoast_wpseo_primary_category','2'),(31100,5769,'_wp_attached_file','2019/08/marstons-logo.png'),(31101,5769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:536;s:6:\"height\";i:281;s:4:\"file\";s:25:\"2019/08/marstons-logo.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"marstons-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:25:\"marstons-logo-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"marstons-logo-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"marstons-logo-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"marstons-logo-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"marstons-logo-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"marstons-logo-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"marstons-logo-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"marstons-logo-324x281.png\";s:5:\"width\";i:324;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"marstons-logo-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"marstons-logo-356x281.png\";s:5:\"width\";i:356;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"marstons-logo-485x281.png\";s:5:\"width\";i:485;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"marstons-logo-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"marstons-logo-534x281.png\";s:5:\"width\";i:534;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31102,5769,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7894905479013135;s:5:\"bytes\";i:3737;s:11:\"size_before\";i:78025;s:10:\"size_after\";i:74288;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:1891;s:11:\"size_before\";i:31565;s:10:\"size_after\";i:29674;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1846;s:11:\"size_before\";i:46460;s:10:\"size_after\";i:44614;s:4:\"time\";d:0.14000000000000001;}}}'),(31106,5766,'_yoast_wpseo_focuskw','Marstons ashes sell out'),(31107,5766,'_yoast_wpseo_linkdex','41'),(31114,5766,'_yoast_wpseo_metadesc','Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the previous test match at Edgebaston.'),(31115,5767,'_wp_attachment_image_alt','61 Deep Pale Ale'),(31119,5766,'_yoast_wpseo_title','%%sitename%% %%sep%% %%title%%'),(31123,5766,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:118:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2-e1565794433928.png\";s:5:\"title\";s:40:\"GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2\";s:7:\"caption\";s:0:\"\";}'),(31126,5766,'post_views_count','0'),(31127,5759,'post_views_count','0'),(31128,5775,'_edit_last','1'),(31129,5775,'_edit_lock','1566224190:1'),(31130,5776,'_wp_attached_file','2019/08/Italian-Hard-Cheese-Shavings.jpg'),(31131,5776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1792;s:6:\"height\";i:1342;s:4:\"file\";s:40:\"2019/08/Italian-Hard-Cheese-Shavings.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-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:40:\"Italian-Hard-Cheese-Shavings-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Italian-Hard-Cheese-Shavings-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Italian-Hard-Cheese-Shavings-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Italian-Hard-Cheese-Shavings-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Italian-Hard-Cheese-Shavings-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Italian-Hard-Cheese-Shavings-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Italian-Hard-Cheese-Shavings-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31132,5776,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7082072978323568;s:5:\"bytes\";i:7380;s:11:\"size_before\";i:199018;s:10:\"size_after\";i:191638;s:4:\"time\";d:0.20999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:549;s:11:\"size_before\";i:7937;s:10:\"size_after\";i:7388;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:916;s:11:\"size_before\";i:17185;s:10:\"size_after\";i:16269;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:2663;s:11:\"size_before\";i:68929;s:10:\"size_after\";i:66266;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1000000000000001;s:5:\"bytes\";i:3252;s:11:\"size_before\";i:104967;s:10:\"size_after\";i:101715;s:4:\"time\";d:0.040000000000000001;}}}'),(31133,5776,'_wp_attachment_image_alt','Granarolo Group Wins Silver at International Cheese & Dairy Awards'),(31134,5777,'_wp_attached_file','2019/08/Sun-dried-tomato-pasta-with-Quattrocento.jpg'),(31135,5777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1120;s:6:\"height\";i:839;s:4:\"file\";s:52:\"2019/08/Sun-dried-tomato-pasta-with-Quattrocento.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-150x150.jpg\";s:5:\"width\";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:\"Sun-dried-tomato-pasta-with-Quattrocento-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:52:\"Sun-dried-tomato-pasta-with-Quattrocento-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Sun-dried-tomato-pasta-with-Quattrocento-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Sun-dried-tomato-pasta-with-Quattrocento-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Sun-dried-tomato-pasta-with-Quattrocento-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Sun-dried-tomato-pasta-with-Quattrocento-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Sun-dried-tomato-pasta-with-Quattrocento-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Sun-dried-tomato-pasta-with-Quattrocento-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31136,5777,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6130880724225936;s:5:\"bytes\";i:14370;s:11:\"size_before\";i:311505;s:10:\"size_after\";i:297135;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:418;s:11:\"size_before\";i:7154;s:10:\"size_after\";i:6736;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:937;s:11:\"size_before\";i:17967;s:10:\"size_after\";i:17030;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:4778;s:11:\"size_before\";i:103716;s:10:\"size_after\";i:98938;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:8237;s:11:\"size_before\";i:182668;s:10:\"size_after\";i:174431;s:4:\"time\";d:0.059999999999999998;}}}'),(31137,5777,'_wp_attachment_image_alt','Granarolo Group Wins Silver at International Cheese & Dairy Awards'),(31138,5775,'_thumbnail_id','5776'),(31139,5775,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Italian-Hard-Cheese-Shavings.jpg\";s:5:\"title\";s:70:\"Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards\";s:7:\"caption\";s:70:\"Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards\";}'),(31142,5775,'slide_template','default'),(31143,5775,'tdc_dirty_content','1'),(31144,5775,'tdc_icon_fonts','a:0:{}'),(31145,5775,'tdc_google_fonts','a:0:{}'),(31146,5775,'_yoast_wpseo_focuskw','granarolo group'),(31147,5775,'_yoast_wpseo_title','Granarolo Group Wins Silver at International Cheese & Dairy Awards'),(31148,5775,'_yoast_wpseo_metadesc','The international Cheese & Dairy Awards were a cause for celebration for Granarolo Groupa with the leading Italian dairy co-operative winning three awards'),(31149,5775,'_yoast_wpseo_linkdex','77'),(31150,5775,'_yoast_wpseo_content_score','30'),(31151,5775,'_yoast_wpseo_primary_category','3'),(31152,5779,'_edit_last','1'),(31153,5779,'_edit_lock','1566224554:1'),(31154,5780,'_wp_attached_file','2019/08/Carlsberg_Snap_Pack.jpg'),(31155,5780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:31:\"2019/08/Carlsberg_Snap_Pack.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Carlsberg_Snap_Pack-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Carlsberg_Snap_Pack-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Carlsberg_Snap_Pack-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-696x365.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Carlsberg_Snap_Pack-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Carlsberg_Snap_Pack-1068x561.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Carlsberg_Snap_Pack-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31156,5780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3176947442402307;s:5:\"bytes\";i:6562;s:11:\"size_before\";i:103867;s:10:\"size_after\";i:97305;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:422;s:11:\"size_before\";i:6596;s:10:\"size_after\";i:6174;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:465;s:11:\"size_before\";i:8989;s:10:\"size_after\";i:8524;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:2387;s:11:\"size_before\";i:34640;s:10:\"size_after\";i:32253;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:3288;s:11:\"size_before\";i:53642;s:10:\"size_after\";i:50354;s:4:\"time\";d:0.029999999999999999;}}}'),(31157,5780,'_wp_attachment_image_alt','Carlsberg UK and Guild of Beer Writers launch sustainability award'),(31158,5779,'_thumbnail_id','5780'),(31159,5779,'slide_template','default'),(31160,5779,'tdc_dirty_content','1'),(31161,5779,'tdc_icon_fonts','a:0:{}'),(31162,5779,'tdc_google_fonts','a:0:{}'),(31163,5779,'_yoast_wpseo_focuskw','carlsberg uk'),(31164,5779,'_yoast_wpseo_title','Carlsberg UK and Guild of Beer Writers launch sustainability award'),(31165,5779,'_yoast_wpseo_metadesc','The Carlsberg UK Award for Best Writing on Sustainability in Beer and Pubs is now open for entries until the closing date of 6 September'),(31166,5779,'_yoast_wpseo_linkdex','81'),(31167,5779,'_yoast_wpseo_content_score','30'),(31168,5779,'_yoast_wpseo_primary_category','2'),(31169,5779,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Carlsberg_Snap_Pack.jpg\";s:5:\"title\";s:66:\"Carlsberg UK and Guild of Beer Writers launch sustainability award\";s:7:\"caption\";s:66:\"Carlsberg UK and Guild of Beer Writers launch sustainability award\";}'),(31172,5782,'_edit_last','1'),(31173,5782,'_edit_lock','1566212352:1'),(31174,5783,'_wp_attached_file','2019/08/Online-Applicant-Channel.jpg'),(31175,5783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:36:\"2019/08/Online-Applicant-Channel.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-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:36:\"Online-Applicant-Channel-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Online-Applicant-Channel-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Online-Applicant-Channel-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Online-Applicant-Channel-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Online-Applicant-Channel-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Online-Applicant-Channel-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Online-Applicant-Channel-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:38:\"Online-Applicant-Channel-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31176,5783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9280066225521555;s:5:\"bytes\";i:5447;s:11:\"size_before\";i:186031;s:10:\"size_after\";i:180584;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:377;s:11:\"size_before\";i:7452;s:10:\"size_after\";i:7075;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:706;s:11:\"size_before\";i:15525;s:10:\"size_after\";i:14819;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:1706;s:11:\"size_before\";i:63848;s:10:\"size_after\";i:62142;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:99206;s:10:\"size_after\";i:96548;s:4:\"time\";d:0.059999999999999998;}}}'),(31177,5783,'_wp_attachment_image_alt','Ei Publican Partnerships re-launches evolved pub application hub'),(31178,5782,'_thumbnail_id','5783'),(31179,5782,'slide_template','default'),(31180,5782,'tdc_dirty_content','1'),(31181,5782,'tdc_icon_fonts','a:0:{}'),(31182,5782,'tdc_google_fonts','a:0:{}'),(31183,5782,'_yoast_wpseo_focuskw','Ei Publican'),(31184,5782,'_yoast_wpseo_title','Ei Publican Partnerships re-launches evolved pub application hub'),(31185,5782,'_yoast_wpseo_metadesc','Ei Publican Partnerships, part of the UK’s largest pub company Ei Group, has revamped its online ‘Applicant Channel’ for prospective publicans'),(31186,5782,'_yoast_wpseo_linkdex','81'),(31187,5782,'_yoast_wpseo_content_score','30'),(31188,5782,'_yoast_wpseo_primary_category','2'),(31189,5782,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Online-Applicant-Channel.jpg\";s:5:\"title\";s:64:\"Ei Publican Partnerships re-launches evolved pub application hub\";s:7:\"caption\";s:64:\"Ei Publican Partnerships re-launches evolved pub application hub\";}'),(31192,5785,'_edit_last','1'),(31193,5785,'_edit_lock','1566216036:1'),(31194,5786,'_wp_attached_file','2019/08/Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd.jpg'),(31195,5786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1069;s:6:\"height\";i:1652;s:4:\"file\";s:64:\"2019/08/Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-768x1187.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:62:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:63:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:65:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-696x1076.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1076;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:65:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:66:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-1068x1650.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:64:\"Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-272x420.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31196,5786,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6499872015717854;s:5:\"bytes\";i:8167;s:11:\"size_before\";i:144549;s:10:\"size_after\";i:136382;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:207;s:11:\"size_before\";i:4582;s:10:\"size_after\";i:4375;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:405;s:11:\"size_before\";i:9165;s:10:\"size_after\";i:8760;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:4420;s:11:\"size_before\";i:73221;s:10:\"size_after\";i:68801;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:3135;s:11:\"size_before\";i:57581;s:10:\"size_after\";i:54446;s:4:\"time\";d:0.029999999999999999;}}}'),(31197,5786,'_wp_attachment_image_alt','The Moretti Forni Neapolis, the world’s most powerful electric oven'),(31198,5787,'_edit_last','1'),(31199,5787,'_edit_lock','1566217055:1'),(31200,5788,'_wp_attached_file','2019/08/cafe-4410475_1920.jpg'),(31201,5788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2019/08/cafe-4410475_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-150x150.jpg\";s:5:\"width\";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:\"cafe-4410475_1920-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:29:\"cafe-4410475_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cafe-4410475_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"cafe-4410475_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"cafe-4410475_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"cafe-4410475_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"cafe-4410475_1920-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"cafe-4410475_1920-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"cafe-4410475_1920-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31202,5788,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6969139934263762;s:5:\"bytes\";i:7401;s:11:\"size_before\";i:200194;s:10:\"size_after\";i:192793;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:540;s:11:\"size_before\";i:7838;s:10:\"size_after\";i:7298;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:17781;s:10:\"size_after\";i:16665;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:2540;s:11:\"size_before\";i:69230;s:10:\"size_after\";i:66690;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:3205;s:11:\"size_before\";i:105345;s:10:\"size_after\";i:102140;s:4:\"time\";d:0.059999999999999998;}}}'),(31203,5788,'_wp_attachment_image_alt','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon'),(31204,5787,'_thumbnail_id','5788'),(31205,5787,'slide_template','default'),(31206,5787,'tdc_dirty_content','1'),(31207,5787,'tdc_icon_fonts','a:0:{}'),(31208,5787,'tdc_google_fonts','a:0:{}'),(31209,5787,'_yoast_wpseo_focuskw','Secret Spritz'),(31210,5787,'_yoast_wpseo_title','The Fentimans Secret Spritz Garden has now opened in Farringdon'),(31211,5787,'_yoast_wpseo_metadesc','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon & is hidden behind ivy-covered walls and unknown to passers-by'),(31212,5787,'_yoast_wpseo_linkdex','79'),(31213,5787,'_yoast_wpseo_content_score','30'),(31214,5787,'_yoast_wpseo_primary_category',''),(31215,5787,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/cafe-4410475_1920.jpg\";s:5:\"title\";s:73:\"The Fentimans Secret Spritz Garden has now opened its doors in Farringdon\";s:7:\"caption\";s:73:\"The Fentimans Secret Spritz Garden has now opened its doors in Farringdon\";}'),(31218,5790,'_edit_last','1'),(31219,5790,'_edit_lock','1566219022:1'),(31220,5791,'_wp_attached_file','2019/08/Charity-Pub-of-the-Year-image.jpg'),(31221,5791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1396;s:4:\"file\";s:41:\"2019/08/Charity-Pub-of-the-Year-image.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-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:41:\"Charity-Pub-of-the-Year-image-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Charity-Pub-of-the-Year-image-1024x572.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Charity-Pub-of-the-Year-image-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Charity-Pub-of-the-Year-image-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-696x389.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Charity-Pub-of-the-Year-image-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Charity-Pub-of-the-Year-image-1068x596.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Charity-Pub-of-the-Year-image-752x420.jpg\";s:5:\"width\";i:752;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Charity-Pub-of-the-Year-image-1920x1072.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31222,5791,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.3177309422325223;s:5:\"bytes\";i:18975;s:11:\"size_before\";i:203644;s:10:\"size_after\";i:184669;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:447;s:11:\"size_before\";i:8025;s:10:\"size_after\";i:7578;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1153;s:11:\"size_before\";i:17382;s:10:\"size_after\";i:16229;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2899999999999991;s:5:\"bytes\";i:6600;s:11:\"size_before\";i:71049;s:10:\"size_after\";i:64449;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.050000000000001;s:5:\"bytes\";i:10775;s:11:\"size_before\";i:107188;s:10:\"size_after\";i:96413;s:4:\"time\";d:0.040000000000000001;}}}'),(31223,5791,'_wp_attachment_image_alt','Pubs across the country enter Charity Pub of the Year competition'),(31224,5790,'_thumbnail_id','5791'),(31225,5790,'slide_template','default'),(31226,5790,'tdc_dirty_content','1'),(31227,5790,'tdc_icon_fonts','a:0:{}'),(31228,5790,'tdc_google_fonts','a:0:{}'),(31229,5790,'_yoast_wpseo_focuskw','pub of the year'),(31230,5790,'_yoast_wpseo_title','Pubs across the country enter Charity Pub of the Year competition'),(31231,5790,'_yoast_wpseo_metadesc','Pubs across the country from Elgin to Southampton have entered the Charity Pub of the Year Awards, organised by PubAid and sponsored by Matthew Clark'),(31232,5790,'_yoast_wpseo_linkdex','75'),(31233,5790,'_yoast_wpseo_content_score','30'),(31234,5790,'_yoast_wpseo_primary_category','510'),(31238,5790,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Charity-Pub-of-the-Year-image.jpg\";s:5:\"title\";s:65:\"Pubs across the country enter Charity Pub of the Year competition\";s:7:\"caption\";s:65:\"Pubs across the country enter Charity Pub of the Year competition\";}'),(31241,5793,'_edit_last','1'),(31242,5793,'_edit_lock','1566220416:1'),(31243,5794,'_wp_attached_file','2019/08/Carling-and-Coors-Light-image.jpg'),(31244,5794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4446;s:6:\"height\";i:2812;s:4:\"file\";s:41:\"2019/08/Carling-and-Coors-Light-image.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Carling-and-Coors-Light-image-1024x648.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:39:\"Carling-and-Coors-Light-image-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:40:\"Carling-and-Coors-Light-image-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-696x440.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:42:\"Carling-and-Coors-Light-image-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:42:\"Carling-and-Coors-Light-image-1068x675.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Carling-and-Coors-Light-image-664x420.jpg\";s:5:\"width\";i:664;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"Carling-and-Coors-Light-image-1920x1214.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1214;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31245,5794,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3883539396177214;s:5:\"bytes\";i:5873;s:11:\"size_before\";i:173329;s:10:\"size_after\";i:167456;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:340;s:11:\"size_before\";i:6583;s:10:\"size_after\";i:6243;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:647;s:11:\"size_before\";i:13789;s:10:\"size_after\";i:13142;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:58757;s:10:\"size_after\";i:56790;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1000000000000001;s:5:\"bytes\";i:2919;s:11:\"size_before\";i:94200;s:10:\"size_after\";i:91281;s:4:\"time\";d:0.040000000000000001;}}}'),(31246,5794,'_wp_attachment_image_alt','Molson Coors Commits to Reduce Plastics in Packaging'),(31247,5793,'_thumbnail_id','5794'),(31248,5793,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Carling-and-Coors-Light-image.jpg\";s:5:\"title\";s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";s:7:\"caption\";s:52:\"Molson Coors Commits to Reduce Plastics in Packaging\";}'),(31251,5793,'slide_template','default'),(31252,5793,'tdc_dirty_content','1'),(31253,5793,'tdc_icon_fonts','a:0:{}'),(31254,5793,'tdc_google_fonts','a:0:{}'),(31255,5793,'_yoast_wpseo_focuskw','Molson Coors'),(31256,5793,'_yoast_wpseo_title','Molson Coors Commits to Reduce Plastics in Packaging'),(31257,5793,'_yoast_wpseo_metadesc','Molson Coors in the UK and Ireland is removing the plastic packaging from its Carling and Coors Light brands, as part of new global packaging goals'),(31258,5793,'_yoast_wpseo_linkdex','76'),(31259,5793,'_yoast_wpseo_content_score','30'),(31260,5793,'_yoast_wpseo_primary_category',''),(31261,5793,'post_views_count','0'),(31262,5790,'post_views_count','0'),(31263,5787,'post_views_count','0'),(31264,5785,'post_views_count','0'),(31265,5782,'post_views_count','0'),(31266,5779,'post_views_count','0'),(31267,5775,'post_views_count','0'),(31268,5796,'_edit_last','1'),(31269,5796,'_edit_lock','1566225950:1'),(31271,5798,'_wp_attached_file','2019/08/1-_-Berto-log.jpg'),(31272,5798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1769;s:4:\"file\";s:25:\"2019/08/1-_-Berto-log.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-150x150.jpg\";s:5:\"width\";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:\"1-_-Berto-log-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1-_-Berto-log-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"1-_-Berto-log-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"1-_-Berto-log-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"1-_-Berto-log-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"1-_-Berto-log-1068x756.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"1-_-Berto-log-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"1-_-Berto-log-1920x1359.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1359;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31273,5799,'_wp_attached_file','2019/08/2-_-Berto-log.jpg'),(31274,5798,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2192133224452801;s:5:\"bytes\";i:6820;s:11:\"size_before\";i:211853;s:10:\"size_after\";i:205033;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:376;s:11:\"size_before\";i:6593;s:10:\"size_after\";i:6217;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:709;s:11:\"size_before\";i:15636;s:10:\"size_after\";i:14927;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:2379;s:11:\"size_before\";i:72613;s:10:\"size_after\";i:70234;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8700000000000001;s:5:\"bytes\";i:3356;s:11:\"size_before\";i:117011;s:10:\"size_after\";i:113655;s:4:\"time\";d:0.040000000000000001;}}}'),(31275,5799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1769;s:4:\"file\";s:25:\"2019/08/2-_-Berto-log.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-150x150.jpg\";s:5:\"width\";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:\"2-_-Berto-log-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"2-_-Berto-log-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"2-_-Berto-log-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"2-_-Berto-log-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"2-_-Berto-log-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"2-_-Berto-log-1068x756.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"2-_-Berto-log-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"2-_-Berto-log-1920x1359.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1359;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31276,5800,'_wp_attached_file','2019/08/3-_-Berto-log.jpg'),(31277,5799,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4718956297573635;s:5:\"bytes\";i:7973;s:11:\"size_before\";i:229644;s:10:\"size_after\";i:221671;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:365;s:11:\"size_before\";i:6965;s:10:\"size_after\";i:6600;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:792;s:11:\"size_before\";i:17029;s:10:\"size_after\";i:16237;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:79472;s:10:\"size_after\";i:76694;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:4038;s:11:\"size_before\";i:126178;s:10:\"size_after\";i:122140;s:4:\"time\";d:0.070000000000000007;}}}'),(31278,5800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1769;s:4:\"file\";s:25:\"2019/08/3-_-Berto-log.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-150x150.jpg\";s:5:\"width\";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:\"3-_-Berto-log-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"3-_-Berto-log-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"3-_-Berto-log-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"3-_-Berto-log-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"3-_-Berto-log-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"3-_-Berto-log-1068x756.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"3-_-Berto-log-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"3-_-Berto-log-1920x1359.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1359;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31279,5800,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6452104180827907;s:5:\"bytes\";i:8473;s:11:\"size_before\";i:232442;s:10:\"size_after\";i:223969;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:416;s:11:\"size_before\";i:6970;s:10:\"size_after\";i:6554;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:880;s:11:\"size_before\";i:16698;s:10:\"size_after\";i:15818;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:2886;s:11:\"size_before\";i:80021;s:10:\"size_after\";i:77135;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:4291;s:11:\"size_before\";i:128753;s:10:\"size_after\";i:124462;s:4:\"time\";d:0.059999999999999998;}}}'),(31280,5799,'_wp_attachment_image_alt','Berto to open on Holloway Road on Saturday 31st August'),(31281,5798,'_wp_attachment_image_alt','Berto to open on Holloway Road on Saturday 31st August'),(31282,5800,'_wp_attachment_image_alt','Berto to open on Holloway Road on Saturday 31st August'),(31283,5796,'_thumbnail_id','5799'),(31284,5796,'slide_template','default'),(31285,5796,'tdc_dirty_content','1'),(31286,5796,'tdc_icon_fonts','a:0:{}'),(31287,5796,'tdc_google_fonts','a:0:{}'),(31288,5796,'_yoast_wpseo_focuskw','Berto'),(31289,5796,'_yoast_wpseo_title','Berto to open on Holloway Road on Saturday 31st August'),(31290,5796,'_yoast_wpseo_metadesc','Opening in late August 2019, Berto is a hand-made fresh pasta concept from the team behind neighbourhood pizzeria Zia Lucia'),(31291,5796,'_yoast_wpseo_linkdex','77'),(31292,5796,'_yoast_wpseo_content_score','30'),(31293,5796,'_yoast_wpseo_primary_category','510'),(31294,5796,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/2-_-Berto-log.jpg\";s:5:\"title\";s:54:\"Berto to open on Holloway Road on Saturday 31st August\";s:7:\"caption\";s:54:\"Berto to open on Holloway Road on Saturday 31st August\";}'),(31297,5803,'_edit_last','1'),(31298,5803,'_edit_lock','1566225716:1'),(31299,5804,'_wp_attached_file','2019/08/Woodfordes-pint.jpg'),(31300,5804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1498;s:6:\"height\";i:1125;s:4:\"file\";s:27:\"2019/08/Woodfordes-pint.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-150x150.jpg\";s:5:\"width\";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:\"Woodfordes-pint-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:27:\"Woodfordes-pint-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:28:\"Woodfordes-pint-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Woodfordes-pint-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Woodfordes-pint-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-696x523.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Woodfordes-pint-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Woodfordes-pint-1068x802.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Woodfordes-pint-559x420.jpg\";s:5:\"width\";i:559;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31301,5804,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2886788907084754;s:5:\"bytes\";i:4900;s:11:\"size_before\";i:148996;s:10:\"size_after\";i:144096;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:351;s:11:\"size_before\";i:6395;s:10:\"size_after\";i:6044;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:570;s:11:\"size_before\";i:13468;s:10:\"size_after\";i:12898;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:1527;s:11:\"size_before\";i:50771;s:10:\"size_after\";i:49244;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:2452;s:11:\"size_before\";i:78362;s:10:\"size_after\";i:75910;s:4:\"time\";d:0.080000000000000002;}}}'),(31302,5804,'_wp_attachment_image_alt','East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp'),(31303,5803,'_thumbnail_id','5804'),(31304,5803,'slide_template','default'),(31305,5803,'tdc_dirty_content','1'),(31306,5803,'tdc_icon_fonts','a:0:{}'),(31307,5803,'tdc_google_fonts','a:0:{}'),(31308,5803,'_yoast_wpseo_focuskw','Woodforde\'s'),(31309,5803,'_yoast_wpseo_title','Woodforde\'s Brewery targets international growth with new hire'),(31310,5803,'_yoast_wpseo_metadesc','East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets, Ryan Crisp'),(31311,5803,'_yoast_wpseo_linkdex','75'),(31312,5803,'_yoast_wpseo_content_score','30'),(31313,5803,'_yoast_wpseo_primary_category','8'),(31317,5803,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Woodfordes-pint.jpg\";s:5:\"title\";s:156:\"East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp\";s:7:\"caption\";s:156:\"East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp\";}'),(31320,5803,'post_views_count','0'),(31321,5796,'post_views_count','0'),(31322,5807,'_edit_last','1'),(31323,5807,'_edit_lock','1566228143:1'),(31324,5808,'_wp_attached_file','2019/08/DSC_0345.jpg'),(31325,5808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/DSC_0345.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0345-150x150.jpg\";s:5:\"width\";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:\"DSC_0345-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0345-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0345-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSC_0345-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSC_0345-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSC_0345-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSC_0345-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSC_0345-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSC_0345-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSC_0345-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSC_0345-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSC_0345-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSC_0345-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSC_0345-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSC_0345-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSC_0345-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSC_0345-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSC_0345-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSC_0345-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSC_0345-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSC_0345-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSC_0345-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"3.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565014325\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31326,5808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4426402726952539;s:5:\"bytes\";i:7442;s:11:\"size_before\";i:167513;s:10:\"size_after\";i:160071;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:334;s:11:\"size_before\";i:6661;s:10:\"size_after\";i:6327;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:482;s:11:\"size_before\";i:12711;s:10:\"size_after\";i:12229;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:2500;s:11:\"size_before\";i:57478;s:10:\"size_after\";i:54978;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:4126;s:11:\"size_before\";i:90663;s:10:\"size_after\";i:86537;s:4:\"time\";d:0.050000000000000003;}}}'),(31327,5809,'_wp_attached_file','2019/08/Apr2019_RamsgateRec_LittleShips-74.jpg'),(31328,5809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5590;s:6:\"height\";i:3727;s:4:\"file\";s:46:\"2019/08/Apr2019_RamsgateRec_LittleShips-74.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-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:46:\"Apr2019_RamsgateRec_LittleShips-74-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Apr2019_RamsgateRec_LittleShips-74-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"Apr2019_RamsgateRec_LittleShips-74-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"Apr2019_RamsgateRec_LittleShips-74-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"Apr2019_RamsgateRec_LittleShips-74-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"Apr2019_RamsgateRec_LittleShips-74-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"Apr2019_RamsgateRec_LittleShips-74-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:48:\"Apr2019_RamsgateRec_LittleShips-74-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:15:\"Sheradon Dublin\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556190606\";s:9:\"copyright\";s:93:\"Copyright 2019 Sheradon Dublin- No unauthorised reproduction without prior written permission\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:17:{i:0;s:22:\"Craig Mather Head Chef\";i:1;s:18:\"Editorial Portrait\";i:2;s:7:\"England\";i:3;s:23:\"Environmental Portraits\";i:4;s:16:\"Food Photography\";i:5;s:4:\"Kent\";i:6;s:23:\"Little Ships Restaurant\";i:7;s:15:\"Margate Mercury\";i:8;s:20:\"Margate Photographer\";i:9;s:8:\"Ramsgate\";i:10;s:27:\"Ramsgate Recorder Newspaper\";i:11;s:2:\"UK\";i:12;s:13:\"Visit Britain\";i:13;s:13:\"Visit England\";i:14;s:10:\"Visit Kent\";i:15;s:27:\"sheradon dublin photography\";i:16;s:19:\"sheradondublinphoto\";}}}'),(31329,5809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7884454269048176;s:5:\"bytes\";i:12174;s:11:\"size_before\";i:254237;s:10:\"size_after\";i:242063;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:605;s:11:\"size_before\";i:8681;s:10:\"size_after\";i:8076;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:19171;s:10:\"size_after\";i:18044;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:4371;s:11:\"size_before\";i:88435;s:10:\"size_after\";i:84064;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:6071;s:11:\"size_before\";i:137950;s:10:\"size_after\";i:131879;s:4:\"time\";d:0.050000000000000003;}}}'),(31330,5810,'_wp_attached_file','2019/08/DSC_0272.jpg'),(31331,5810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/DSC_0272.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0272-150x150.jpg\";s:5:\"width\";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:\"DSC_0272-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0272-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0272-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSC_0272-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSC_0272-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSC_0272-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSC_0272-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSC_0272-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSC_0272-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSC_0272-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSC_0272-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSC_0272-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSC_0272-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSC_0272-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSC_0272-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSC_0272-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSC_0272-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSC_0272-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSC_0272-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSC_0272-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSC_0272-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSC_0272-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565008769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31332,5810,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2775409347378703;s:5:\"bytes\";i:11910;s:11:\"size_before\";i:278431;s:10:\"size_after\";i:266521;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:342;s:11:\"size_before\";i:6569;s:10:\"size_after\";i:6227;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:752;s:11:\"size_before\";i:16217;s:10:\"size_after\";i:15465;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:4128;s:11:\"size_before\";i:93836;s:10:\"size_after\";i:89708;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:6688;s:11:\"size_before\";i:161809;s:10:\"size_after\";i:155121;s:4:\"time\";d:0.050000000000000003;}}}'),(31333,5811,'_wp_attached_file','2019/08/DSC_0274.jpg'),(31334,5811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/DSC_0274.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0274-150x150.jpg\";s:5:\"width\";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:\"DSC_0274-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0274-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0274-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSC_0274-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSC_0274-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSC_0274-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSC_0274-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSC_0274-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSC_0274-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSC_0274-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSC_0274-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSC_0274-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSC_0274-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSC_0274-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSC_0274-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSC_0274-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSC_0274-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSC_0274-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSC_0274-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSC_0274-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSC_0274-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSC_0274-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565008813\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31335,5811,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.2011076346790119;s:5:\"bytes\";i:16773;s:11:\"size_before\";i:322489;s:10:\"size_after\";i:305716;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:657;s:11:\"size_before\";i:9346;s:10:\"size_after\";i:8689;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1352;s:11:\"size_before\";i:21321;s:10:\"size_after\";i:19969;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:5805;s:11:\"size_before\";i:109278;s:10:\"size_after\";i:103473;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:8959;s:11:\"size_before\";i:182544;s:10:\"size_after\";i:173585;s:4:\"time\";d:0.089999999999999997;}}}'),(31336,5812,'_wp_attached_file','2019/08/DSC_0276.jpg'),(31337,5812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/DSC_0276.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0276-150x150.jpg\";s:5:\"width\";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:\"DSC_0276-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0276-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0276-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSC_0276-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSC_0276-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSC_0276-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSC_0276-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSC_0276-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSC_0276-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSC_0276-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSC_0276-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSC_0276-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSC_0276-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSC_0276-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSC_0276-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSC_0276-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSC_0276-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSC_0276-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSC_0276-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSC_0276-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSC_0276-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSC_0276-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565009284\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31338,5812,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4748626953950144;s:5:\"bytes\";i:5593;s:11:\"size_before\";i:160956;s:10:\"size_after\";i:155363;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5794;s:10:\"size_after\";i:5501;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:402;s:11:\"size_before\";i:10548;s:10:\"size_after\";i:10146;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:53723;s:10:\"size_after\";i:51942;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4300000000000002;s:5:\"bytes\";i:3117;s:11:\"size_before\";i:90891;s:10:\"size_after\";i:87774;s:4:\"time\";d:0.029999999999999999;}}}'),(31339,5813,'_wp_attached_file','2019/08/DSC_0277-e1566227796342.jpg'),(31340,5813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3210;s:4:\"file\";s:35:\"2019/08/DSC_0277-e1566227796342.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"DSC_0277-e1566227796342-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"DSC_0277-e1566227796342-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"DSC_0277-e1566227796342-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-696x372.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"DSC_0277-e1566227796342-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"DSC_0277-e1566227796342-1068x571.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"DSC_0277-e1566227796342-785x420.jpg\";s:5:\"width\";i:785;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"DSC_0277-e1566227796342-1920x1027.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1027;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565010209\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31341,5813,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.628580624396523;s:5:\"bytes\";i:45696;s:11:\"size_before\";i:211276;s:10:\"size_after\";i:165580;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8300000000000001;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:7913;s:10:\"size_after\";i:7214;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.710000000000001;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:16191;s:10:\"size_after\";i:12191;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.100000000000001;s:5:\"bytes\";i:5833;s:11:\"size_before\";i:71992;s:10:\"size_after\";i:56084;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.780000000000001;s:5:\"bytes\";i:8818;s:11:\"size_before\";i:115180;s:10:\"size_after\";i:90091;s:4:\"time\";d:0.029999999999999999;}}}'),(31342,5814,'_wp_attached_file','2019/08/DSC_0280.jpg'),(31343,5814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/DSC_0280.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0280-150x150.jpg\";s:5:\"width\";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:\"DSC_0280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSC_0280-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSC_0280-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSC_0280-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSC_0280-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSC_0280-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSC_0280-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSC_0280-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSC_0280-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSC_0280-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSC_0280-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSC_0280-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSC_0280-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSC_0280-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSC_0280-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSC_0280-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSC_0280-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSC_0280-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSC_0280-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSC_0280-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565011887\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31344,5814,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2422457667808331;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:124964;s:10:\"size_after\";i:122162;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:303;s:11:\"size_before\";i:6091;s:10:\"size_after\";i:5788;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:369;s:11:\"size_before\";i:10716;s:10:\"size_after\";i:10347;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:841;s:11:\"size_before\";i:42486;s:10:\"size_after\";i:41645;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:65671;s:10:\"size_after\";i:64382;s:4:\"time\";d:0.029999999999999999;}}}'),(31345,5815,'_wp_attached_file','2019/08/DSC_0320.jpg'),(31346,5815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"2019/08/DSC_0320.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0320-150x150.jpg\";s:5:\"width\";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:\"DSC_0320-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC_0320-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC_0320-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"DSC_0320-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"DSC_0320-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"DSC_0320-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"DSC_0320-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"DSC_0320-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:20:\"DSC_0320-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:20:\"DSC_0320-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"DSC_0320-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:20:\"DSC_0320-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:20:\"DSC_0320-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:20:\"DSC_0320-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:20:\"DSC_0320-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:20:\"DSC_0320-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:20:\"DSC_0320-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:20:\"DSC_0320-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:21:\"DSC_0320-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:21:\"DSC_0320-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"DSC_0320-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"DSC_0320-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565013385\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31347,5815,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9685354891772531;s:5:\"bytes\";i:10181;s:11:\"size_before\";i:256543;s:10:\"size_after\";i:246362;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:590;s:11:\"size_before\";i:8741;s:10:\"size_after\";i:8151;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:18961;s:10:\"size_after\";i:17880;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:3412;s:11:\"size_before\";i:86981;s:10:\"size_after\";i:83569;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:5098;s:11:\"size_before\";i:141860;s:10:\"size_after\";i:136762;s:4:\"time\";d:0.050000000000000003;}}}'),(31348,5813,'_wp_attachment_image_alt','British Lion Eggs & Little Ships, Ramsgate, Kent'),(31349,5809,'_wp_attachment_image_alt','British Lion Eggs & Little Ships, Ramsgate, Kent'),(31350,5815,'_wp_attachment_image_alt','British Lion Eggs & Little Ships, Ramsgate, Kent'),(31351,5811,'_wp_attachment_image_alt','British Lion Eggs & Little Ships, Ramsgate, Kent'),(31352,5808,'_wp_attachment_image_alt','British Lion Eggs & Little Ships, Ramsgate, Kent'),(31353,5807,'_thumbnail_id','5813'),(31354,5807,'slide_template','default'),(31355,5807,'tdc_dirty_content','1'),(31356,5807,'tdc_icon_fonts','a:0:{}'),(31357,5807,'tdc_google_fonts','a:0:{}'),(31358,5807,'_yoast_wpseo_focuskw','Little Ships'),(31359,5807,'_yoast_wpseo_title','Safe Eggs ‘n’ Soldiers - British Lion Eggs & Little Ships, Ramsgate, Kent'),(31360,5807,'_yoast_wpseo_metadesc','Runny eggs are now safe for all, as long as they are Lion. Recently, we visited Little Ships restaurant in Ramsgate, Kent'),(31361,5807,'_yoast_wpseo_linkdex','75'),(31362,5807,'_yoast_wpseo_content_score','30'),(31363,5807,'_yoast_wpseo_primary_category','509'),(31364,5813,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:12:\"DSC_0277.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"DSC_0277-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:18:\"DSC_0277-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:19:\"DSC_0277-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:21:\"DSC_0277-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:21:\"DSC_0277-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:20:\"DSC_0277-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:22:\"DSC_0277-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31368,5807,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0277-e1566227796342.jpg\";s:5:\"title\";s:52:\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\";s:7:\"caption\";s:52:\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\";}'),(31371,5821,'_edit_last','1'),(31372,5821,'_edit_lock','1567085402:1'),(31373,5822,'_oembed_47b00a71ee3ac114dbd58f4f52dc7f8a','{{unknown}}'),(31374,5822,'_edit_last','1'),(31375,5822,'_edit_lock','1567085680:1'),(31376,5822,'slide_template','default'),(31377,5822,'tdc_dirty_content','1'),(31378,5822,'tdc_icon_fonts','a:0:{}'),(31379,5822,'tdc_google_fonts','a:0:{}'),(31380,5822,'_yoast_wpseo_content_score','30'),(31381,5822,'_yoast_wpseo_primary_category','3'),(31382,5826,'_wp_attached_file','2019/08/BBQ-TANDOORI-AUBERGINE-SALAD-003-RT.jpg'),(31383,5826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2880;s:6:\"height\";i:1920;s:4:\"file\";s:47:\"2019/08/BBQ-TANDOORI-AUBERGINE-SALAD-003-RT.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-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:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:48:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"BBQ-TANDOORI-AUBERGINE-SALAD-003-RT-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:24:\"Barry Mellor Photography\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 05.06.2019)\";s:17:\"created_timestamp\";s:10:\"1559725584\";s:9:\"copyright\";s:24:\"Barry Mellor Photography\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 05.06.2019)\";s:11:\"orientation\";s:1:\"1\";}}'),(31384,5826,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8410645057495678;s:5:\"bytes\";i:21899;s:11:\"size_before\";i:320111;s:10:\"size_after\";i:298212;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4100000000000001;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:10868;s:10:\"size_after\";i:9845;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000006;s:5:\"bytes\";i:2075;s:11:\"size_before\";i:24008;s:10:\"size_after\";i:21933;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:7617;s:11:\"size_before\";i:110143;s:10:\"size_after\";i:102526;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:11184;s:11:\"size_before\";i:175092;s:10:\"size_after\";i:163908;s:4:\"time\";d:0.059999999999999998;}}}'),(31385,5826,'_wp_attachment_image_alt','BBQ Tandoori'),(31386,5822,'_thumbnail_id','5826'),(31387,5822,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/BBQ-TANDOORI-AUBERGINE-SALAD-003-RT.jpg\";s:5:\"title\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 05.06.2019)\";s:7:\"caption\";s:43:\"COUNTRY RANGE GROUP (FOOD SHOOT 05.06.2019)\";}'),(31390,5822,'_yoast_wpseo_focuskw','Country Range Curry Paste'),(31391,5822,'_yoast_wpseo_metadesc','Country Range is turning up the heat with its latest launch after boosting its ambient range with the addition of five new delicious curry pastes – Tandoori, Korma, Tikka, Tikka Masala and Madras.'),(31392,5822,'_yoast_wpseo_linkdex','51'),(31393,5829,'_edit_last','1'),(31394,5829,'_edit_lock','1567430233:1'),(31395,5830,'_wp_attached_file','2019/09/olive-oil-601487_1920.jpg'),(31396,5830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:33:\"2019/09/olive-oil-601487_1920.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"olive-oil-601487_1920-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"olive-oil-601487_1920-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"olive-oil-601487_1920-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-696x557.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"olive-oil-601487_1920-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"olive-oil-601487_1920-1068x854.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"olive-oil-601487_1920-525x420.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"olive-oil-601487_1920-1920x1536.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31397,5830,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.2815204285022919;s:5:\"bytes\";i:40385;s:11:\"size_before\";i:487652;s:10:\"size_after\";i:447267;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:979;s:11:\"size_before\";i:11393;s:10:\"size_after\";i:10414;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:2816;s:11:\"size_before\";i:32644;s:10:\"size_after\";i:29828;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:14511;s:11:\"size_before\";i:170310;s:10:\"size_after\";i:155799;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:22079;s:11:\"size_before\";i:273305;s:10:\"size_after\";i:251226;s:4:\"time\";d:0.10000000000000001;}}}'),(31398,5830,'_wp_attachment_image_alt','FriPura – the answer to reducing your cooking oil costs'),(31399,5829,'_thumbnail_id','5830'),(31400,5829,'slide_template','default'),(31401,5829,'tdc_dirty_content','1'),(31402,5829,'tdc_icon_fonts','a:0:{}'),(31403,5829,'tdc_google_fonts','a:0:{}'),(31404,5829,'_yoast_wpseo_focuskw','FriPura'),(31405,5829,'_yoast_wpseo_title','FriPura – the answer to reducing your cooking oil costs'),(31406,5829,'_yoast_wpseo_metadesc','FriPura : All styles have their staple, pasta for Italian, hotdogs for American food joints But across all (QSR), there is one ubiquitous element: chips.'),(31407,5829,'_yoast_wpseo_linkdex','71'),(31408,5829,'_yoast_wpseo_content_score','30'),(31409,5829,'_yoast_wpseo_primary_category','3'),(31413,5832,'_edit_last','1'),(31414,5832,'_edit_lock','1568816886:1'),(31415,5833,'_wp_attached_file','2019/09/Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond.jpg'),(31416,5833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1679;s:6:\"height\";i:903;s:4:\"file\";s:65:\"2019/09/Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:63:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:64:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-696x374.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-1068x574.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond-781x420.jpg\";s:5:\"width\";i:781;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31417,5833,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5280588282654781;s:5:\"bytes\";i:8436;s:11:\"size_before\";i:186305;s:10:\"size_after\";i:177869;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:620;s:11:\"size_before\";i:8196;s:10:\"size_after\";i:7576;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:16543;s:10:\"size_after\";i:15301;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:3005;s:11:\"size_before\";i:64397;s:10:\"size_after\";i:61392;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:3569;s:11:\"size_before\";i:97169;s:10:\"size_after\";i:93600;s:4:\"time\";d:0.040000000000000001;}}}'),(31418,5833,'_wp_attachment_image_alt','Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz'),(31419,5832,'_thumbnail_id','5833'),(31420,5832,'slide_template','default'),(31421,5832,'tdc_dirty_content','1'),(31422,5832,'tdc_icon_fonts','a:0:{}'),(31423,5832,'tdc_google_fonts','a:0:{}'),(31424,5832,'_yoast_wpseo_focuskw','Mr Fitz Aqua Spritz'),(31425,5832,'_yoast_wpseo_title','Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz'),(31426,5832,'_yoast_wpseo_metadesc','Whiting & Hammond is to remove 10,000 single use water bottles from its supply chain, following the installation of the Mr Fitz Aqua Spritz dispense system'),(31427,5832,'_yoast_wpseo_linkdex','73'),(31428,5832,'_yoast_wpseo_content_score','30'),(31429,5832,'_yoast_wpseo_primary_category','2'),(31433,5835,'_edit_last','1'),(31434,5835,'_edit_lock','1567428243:1'),(31435,5836,'_wp_attached_file','2019/09/Christmas-cocktail-in-Mixology-Charme-Hi-ball.jpg'),(31436,5836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3294;s:6:\"height\";i:4436;s:4:\"file\";s:57:\"2019/09/Christmas-cocktail-in-Mixology-Charme-Hi-ball.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-768x1034.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-696x937.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:937;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-1068x1438.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-312x420.jpg\";s:5:\"width\";i:312;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:59:\"Christmas-cocktail-in-Mixology-Charme-Hi-ball-1920x2586.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2586;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31437,5837,'_wp_attached_file','2019/09/christmas-montage-2019.jpg'),(31438,5836,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9915397631133676;s:5:\"bytes\";i:6903;s:11:\"size_before\";i:138294;s:10:\"size_after\";i:131391;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:208;s:11:\"size_before\";i:4495;s:10:\"size_after\";i:4287;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:349;s:11:\"size_before\";i:9321;s:10:\"size_after\";i:8972;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:3160;s:11:\"size_before\";i:62747;s:10:\"size_after\";i:59587;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:3186;s:11:\"size_before\";i:61731;s:10:\"size_after\";i:58545;s:4:\"time\";d:0.080000000000000002;}}}'),(31439,5837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5816;s:6:\"height\";i:3025;s:4:\"file\";s:34:\"2019/09/christmas-montage-2019.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"christmas-montage-2019-1024x533.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"christmas-montage-2019-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"christmas-montage-2019-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-696x362.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"christmas-montage-2019-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"christmas-montage-2019-1068x555.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"christmas-montage-2019-808x420.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"christmas-montage-2019-1920x999.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533832283\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(31440,5837,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4065844293766849;s:5:\"bytes\";i:4170;s:11:\"size_before\";i:122410;s:10:\"size_after\";i:118240;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:288;s:11:\"size_before\";i:6458;s:10:\"size_after\";i:6170;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:407;s:11:\"size_before\";i:10001;s:10:\"size_after\";i:9594;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:41164;s:10:\"size_after\";i:39864;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:2175;s:11:\"size_before\";i:64787;s:10:\"size_after\";i:62612;s:4:\"time\";d:0.029999999999999999;}}}'),(31441,5837,'_wp_attachment_image_alt','Seasonal Christmas glassware picks from distributer Artis'),(31442,5836,'_wp_attachment_image_alt','Seasonal Christmas glassware picks from distributer Artis'),(31443,5835,'_thumbnail_id','5837'),(31444,5835,'slide_template','default'),(31445,5835,'tdc_dirty_content','1'),(31446,5835,'tdc_icon_fonts','a:0:{}'),(31447,5835,'tdc_google_fonts','a:0:{}'),(31448,5835,'_yoast_wpseo_focuskw','artis'),(31449,5835,'_yoast_wpseo_title','Seasonal Christmas glassware picks from distributer Artis'),(31450,5835,'_yoast_wpseo_metadesc','Glassware distributor, Artis®, has put together a broad-reaching portfolio of glassware that is perfect for creating the right look and feel at Christmas'),(31451,5835,'_yoast_wpseo_linkdex','65'),(31452,5835,'_yoast_wpseo_content_score','30'),(31453,5835,'_yoast_wpseo_primary_category','544'),(31454,5835,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/christmas-montage-2019.jpg\";s:5:\"title\";s:57:\"Seasonal Christmas glassware picks from distributer Artis\";s:7:\"caption\";s:57:\"Seasonal Christmas glassware picks from distributer Artis\";}'),(31457,5835,'post_views_count','0'),(31458,5832,'post_views_count','0'),(31459,5829,'post_views_count','0'),(31460,5822,'post_views_count','0'),(31461,5821,'post_views_count','0'),(31462,5807,'post_views_count','0'),(31466,5832,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:116:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond.jpg\";s:5:\"title\";s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";s:7:\"caption\";s:60:\"Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz\";}'),(31475,5829,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/olive-oil-601487_1920.jpg\";s:5:\"title\";s:57:\"FriPura – the answer to reducing your cooking oil costs\";s:7:\"caption\";s:57:\"FriPura – the answer to reducing your cooking oil costs\";}'),(31478,5847,'_edit_last','1'),(31479,5847,'_edit_lock','1569231774:1'),(31480,5847,'slide_template','default'),(31481,5847,'tdc_dirty_content','1'),(31482,5847,'tdc_icon_fonts','a:0:{}'),(31483,5847,'tdc_google_fonts','a:0:{}'),(31484,5847,'_yoast_wpseo_content_score','30'),(31485,5847,'_yoast_wpseo_primary_category','8'),(31486,5852,'_wp_attached_file','2019/09/RestBarTechLive_1600x500-OTP.jpg'),(31487,5852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6667;s:6:\"height\";i:2083;s:4:\"file\";s:40:\"2019/09/RestBarTechLive_1600x500-OTP.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"RestBarTechLive_1600x500-OTP-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:40:\"RestBarTechLive_1600x500-OTP-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:41:\"RestBarTechLive_1600x500-OTP-1024x320.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"RestBarTechLive_1600x500-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"RestBarTechLive_1600x500-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-696x217.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x500-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x500-OTP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x500-OTP-1068x334.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x500-OTP-1344x420.jpg\";s:5:\"width\";i:1344;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x500-OTP-1920x600.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31488,5852,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6894403026593969;s:5:\"bytes\";i:2417;s:11:\"size_before\";i:89870;s:10:\"size_after\";i:87453;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:294;s:11:\"size_before\";i:5809;s:10:\"size_after\";i:5515;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:417;s:11:\"size_before\";i:7713;s:10:\"size_after\";i:7296;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:794;s:11:\"size_before\";i:30482;s:10:\"size_after\";i:29688;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:912;s:11:\"size_before\";i:45866;s:10:\"size_after\";i:44954;s:4:\"time\";d:0.029999999999999999;}}}'),(31489,5852,'_wp_attachment_image_alt','Restaurant & Bar Tech Live'),(31490,5847,'_thumbnail_id','5854'),(31497,5853,'_wp_attached_file','2019/09/RestBarTechLive_1600x550-OTP.jpg'),(31498,5853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6667;s:6:\"height\";i:2292;s:4:\"file\";s:40:\"2019/09/RestBarTechLive_1600x550-OTP.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"RestBarTechLive_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"RestBarTechLive_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x550-OTP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x550-OTP-1920x660.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31499,5853,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.896547289911914;s:5:\"bytes\";i:2703;s:11:\"size_before\";i:93318;s:10:\"size_after\";i:90615;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:283;s:11:\"size_before\";i:5676;s:10:\"size_after\";i:5393;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:405;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7681;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:864;s:11:\"size_before\";i:31471;s:10:\"size_after\";i:30607;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:48085;s:10:\"size_after\";i:46934;s:4:\"time\";d:0.02;}}}'),(31500,5853,'_wp_attachment_image_alt','Ontrade Progress and Restaurant & Bar Tech Live logo'),(31504,5854,'_wp_attached_file','2019/09/RestBarTechLive_1600x550-OTP-1.jpg'),(31505,5854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6667;s:6:\"height\";i:2292;s:4:\"file\";s:42:\"2019/09/RestBarTechLive_1600x550-OTP-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-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:42:\"RestBarTechLive_1600x550-OTP-1-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"RestBarTechLive_1600x550-OTP-1-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"RestBarTechLive_1600x550-OTP-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"RestBarTechLive_1600x550-OTP-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"RestBarTechLive_1600x550-OTP-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"RestBarTechLive_1600x550-OTP-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"RestBarTechLive_1600x550-OTP-1-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"RestBarTechLive_1600x550-OTP-1-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"RestBarTechLive_1600x550-OTP-1-1920x660.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31506,5854,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6333898218045499;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:97365;s:10:\"size_after\";i:94801;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:310;s:11:\"size_before\";i:5994;s:10:\"size_after\";i:5684;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:437;s:11:\"size_before\";i:8369;s:10:\"size_after\";i:7932;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:841;s:11:\"size_before\";i:33162;s:10:\"size_after\";i:32321;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.96;s:5:\"bytes\";i:976;s:11:\"size_before\";i:49840;s:10:\"size_after\";i:48864;s:4:\"time\";d:0.02;}}}'),(31507,5854,'_wp_attachment_image_alt','OTP and Restaurant & Bar Tech Live Partnership'),(31511,5857,'_edit_last','1'),(31512,5857,'_wp_page_template','default'),(31513,5857,'slide_template','default'),(31514,5857,'tdc_dirty_content','1'),(31515,5857,'tdc_icon_fonts','a:0:{}'),(31516,5857,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(31517,5857,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(31518,5857,'_yoast_wpseo_content_score','60'),(31519,5857,'_edit_lock','1580917430:1'),(31520,5857,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(31521,5857,'_wpb_vc_js_status',''),(31522,5857,'_yoast_wpseo_focuskw','Ontrade Progress Issue #29'),(31523,5857,'_yoast_wpseo_linkdex','25'),(31528,5866,'_wp_attached_file','2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px.png'),(31529,5866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-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:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31530,5866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7515712692314502;s:5:\"bytes\";i:4238;s:11:\"size_before\";i:112966;s:10:\"size_after\";i:108728;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.58999999999999997;s:5:\"bytes\";i:199;s:11:\"size_before\";i:33925;s:10:\"size_after\";i:33726;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:4039;s:11:\"size_before\";i:79041;s:10:\"size_after\";i:75002;s:4:\"time\";d:0.089999999999999997;}}}'),(31533,5867,'_wp_attached_file','2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px.png'),(31534,5867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-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:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31535,5867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.20908918710203844;s:5:\"bytes\";i:287;s:11:\"size_before\";i:137262;s:10:\"size_after\";i:136975;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.85999999999999999;s:5:\"bytes\";i:287;s:11:\"size_before\";i:33413;s:10:\"size_after\";i:33126;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103849;s:10:\"size_after\";i:103849;s:4:\"time\";d:0.14000000000000001;}}}'),(31587,5847,'post_views_count','0'),(31588,5871,'_edit_last','1'),(31589,5871,'_edit_lock','1569233820:1'),(31590,5872,'_wp_attached_file','2019/09/GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual.jpg'),(31591,5872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1270;s:6:\"height\";i:3063;s:4:\"file\";s:52:\"2019/09/GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-150x150.jpg\";s:5:\"width\";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:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-124x300.jpg\";s:5:\"width\";i:124;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-768x1852.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-425x1024.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-696x1679.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-1068x2576.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual-174x420.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";}}'),(31592,5873,'_wp_attached_file','2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual.jpg'),(31593,5872,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.4190513143854879;s:5:\"bytes\";i:21698;s:11:\"size_before\";i:257725;s:10:\"size_after\";i:236027;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:621;s:11:\"size_before\";i:8350;s:10:\"size_after\";i:7729;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:755;s:11:\"size_before\";i:9747;s:10:\"size_after\";i:8992;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5099999999999998;s:5:\"bytes\";i:14599;s:11:\"size_before\";i:171469;s:10:\"size_after\";i:156870;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:5723;s:11:\"size_before\";i:68159;s:10:\"size_after\";i:62436;s:4:\"time\";d:0.029999999999999999;}}}'),(31594,5873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1270;s:6:\"height\";i:3063;s:4:\"file\";s:51:\"2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-124x300.jpg\";s:5:\"width\";i:124;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-768x1852.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-425x1024.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-696x1679.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-1068x2576.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-174x420.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";}}'),(31595,5874,'_wp_attached_file','2019/09/GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual.jpg'),(31596,5873,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5086410914225485;s:5:\"bytes\";i:21392;s:11:\"size_before\";i:251415;s:10:\"size_after\";i:230023;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:638;s:11:\"size_before\";i:8158;s:10:\"size_after\";i:7520;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2400000000000002;s:5:\"bytes\";i:787;s:11:\"size_before\";i:9546;s:10:\"size_after\";i:8759;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5700000000000003;s:5:\"bytes\";i:14325;s:11:\"size_before\";i:167157;s:10:\"size_after\";i:152832;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:5642;s:11:\"size_before\";i:66554;s:10:\"size_after\";i:60912;s:4:\"time\";d:0.059999999999999998;}}}'),(31597,5874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1270;s:6:\"height\";i:3063;s:4:\"file\";s:52:\"2019/09/GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-150x150.jpg\";s:5:\"width\";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:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-124x300.jpg\";s:5:\"width\";i:124;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-768x1852.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-425x1024.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-696x1679.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:54:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-1068x2576.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:2576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual-174x420.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:5:\"Print\";s:11:\"orientation\";s:1:\"1\";}}'),(31598,5875,'_wp_attached_file','2019/09/GR_Master-Logos_Generic-e1568630395621.jpg'),(31599,5874,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.5036766136248687;s:5:\"bytes\";i:21857;s:11:\"size_before\";i:257030;s:10:\"size_after\";i:235173;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:631;s:11:\"size_before\";i:8280;s:10:\"size_after\";i:7649;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1600000000000001;s:5:\"bytes\";i:797;s:11:\"size_before\";i:9773;s:10:\"size_after\";i:8976;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:14674;s:11:\"size_before\";i:171029;s:10:\"size_after\";i:156355;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:5755;s:11:\"size_before\";i:67948;s:10:\"size_after\";i:62193;s:4:\"time\";d:0.040000000000000001;}}}'),(31600,5875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1324;s:4:\"file\";s:50:\"2019/09/GR_Master-Logos_Generic-e1568630395621.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-768x574.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"GR_Master-Logos_Generic-e1568630395621-1024x765.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"GR_Master-Logos_Generic-e1568630395621-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"GR_Master-Logos_Generic-e1568630395621-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-696x520.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"GR_Master-Logos_Generic-e1568630395621-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"GR_Master-Logos_Generic-e1568630395621-1068x798.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"GR_Master-Logos_Generic-e1568630395621-562x420.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31601,5875,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.507266015373961;s:5:\"bytes\";i:27113;s:11:\"size_before\";i:200729;s:10:\"size_after\";i:173616;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5199999999999996;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:8342;s:10:\"size_after\";i:7548;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.34;s:5:\"bytes\";i:3358;s:11:\"size_before\";i:16330;s:10:\"size_after\";i:14315;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.369999999999999;s:5:\"bytes\";i:15963;s:11:\"size_before\";i:69771;s:10:\"size_after\";i:60442;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.09;s:5:\"bytes\";i:25315;s:11:\"size_before\";i:106286;s:10:\"size_after\";i:91311;s:4:\"time\";d:0.040000000000000001;}}}'),(31602,5873,'_wp_attachment_image_alt','Hobgoblin takes on brand evolution'),(31603,5875,'_wp_attachment_image_alt','Hobgoblin takes on brand evolution'),(31604,5871,'_thumbnail_id','5875'),(31605,5871,'slide_template','default'),(31606,5871,'tdc_dirty_content','1'),(31607,5871,'tdc_icon_fonts','a:0:{}'),(31608,5871,'tdc_google_fonts','a:0:{}'),(31609,5871,'_yoast_wpseo_focuskw','hobgoblin'),(31610,5871,'_yoast_wpseo_title','Hobgoblin takes on brand evolution including overhaul of its beers'),(31611,5871,'_yoast_wpseo_metadesc','A new look Hobgoblin, who brought ‘Taste to the Nation’, includes the overhaul of its key beers whilst also championing the wider Wychwood portfolio.'),(31612,5871,'_yoast_wpseo_linkdex','64'),(31613,5871,'_yoast_wpseo_content_score','30'),(31614,5871,'_yoast_wpseo_primary_category','2'),(31615,5875,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1772;s:6:\"height\";i:1772;s:4:\"file\";s:27:\"GR_Master-Logos_Generic.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:37:\"GR_Master-Logos_Generic-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:33:\"GR_Master-Logos_Generic-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:34:\"GR_Master-Logos_Generic-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:36:\"GR_Master-Logos_Generic-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:37:\"GR_Master-Logos_Generic-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:35:\"GR_Master-Logos_Generic-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31619,5877,'_edit_last','1'),(31620,5877,'_edit_lock','1568728735:1'),(31621,5878,'_wp_attached_file','2019/09/Heineken_RWC-e1568631439126.jpg'),(31622,5878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1817;s:6:\"height\";i:1271;s:4:\"file\";s:39:\"2019/09/Heineken_RWC-e1568631439126.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Heineken_RWC-e1568631439126-1024x716.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Heineken_RWC-e1568631439126-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Heineken_RWC-e1568631439126-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-696x487.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Heineken_RWC-e1568631439126-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Heineken_RWC-e1568631439126-1068x747.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:39:\"Heineken_RWC-e1568631439126-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31623,5878,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.9639605889184431;s:5:\"bytes\";i:19142;s:11:\"size_before\";i:213544;s:10:\"size_after\";i:194402;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:926;s:11:\"size_before\";i:8278;s:10:\"size_after\";i:7726;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:2009;s:11:\"size_before\";i:15048;s:10:\"size_after\";i:14141;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6199999999999992;s:5:\"bytes\";i:10558;s:11:\"size_before\";i:71774;s:10:\"size_after\";i:65587;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7100000000000009;s:5:\"bytes\";i:18545;s:11:\"size_before\";i:118444;s:10:\"size_after\";i:106948;s:4:\"time\";d:0.040000000000000001;}}}'),(31624,5878,'_wp_attachment_image_alt','rugby world cup'),(31625,5877,'_thumbnail_id','5878'),(31626,5877,'slide_template','default'),(31627,5877,'tdc_dirty_content','1'),(31628,5877,'tdc_icon_fonts','a:0:{}'),(31629,5877,'tdc_google_fonts','a:0:{}'),(31630,5877,'_yoast_wpseo_focuskw','Rugby world cup'),(31631,5877,'_yoast_wpseo_title','Rugby World Cup 2019: How to score big with the footfall'),(31632,5877,'_yoast_wpseo_metadesc','The 2019 Rugby World Cup kicks-off on 20th September and presents a huge opportunity for pubs and bars to capitalise on footfall'),(31633,5877,'_yoast_wpseo_linkdex','81'),(31634,5877,'_yoast_wpseo_content_score','30'),(31635,5877,'_yoast_wpseo_primary_category','28'),(31636,5878,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1815;s:6:\"height\";i:1817;s:4:\"file\";s:16:\"Heineken_RWC.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"Heineken_RWC-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:22:\"Heineken_RWC-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:23:\"Heineken_RWC-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-696x697.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:25:\"Heineken_RWC-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:26:\"Heineken_RWC-1068x1069.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1069;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:24:\"Heineken_RWC-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31643,5877,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Heineken_RWC-e1568631439126.jpg\";s:5:\"title\";s:20:\"Rugby World Cup 2019\";s:7:\"caption\";s:20:\"Rugby World Cup 2019\";}'),(31646,5877,'post_views_count','0'),(31647,5871,'post_views_count','0'),(31648,5882,'_edit_last','1'),(31649,5882,'_edit_lock','1569257480:1'),(31650,5882,'slide_template','default'),(31651,5882,'tdc_dirty_content','1'),(31652,5882,'tdc_icon_fonts','a:0:{}'),(31653,5882,'tdc_google_fonts','a:0:{}'),(31654,5882,'_yoast_wpseo_content_score','30'),(31655,5882,'_yoast_wpseo_primary_category','28'),(31656,5884,'_wp_attached_file','2019/09/Rugby-Photo-1.jpg'),(31657,5884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6240;s:6:\"height\";i:4160;s:4:\"file\";s:25:\"2019/09/Rugby-Photo-1.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-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:25:\"Rugby-Photo-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Rugby-Photo-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"Rugby-Photo-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"Rugby-Photo-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"Rugby-Photo-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Rugby-Photo-1-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"Rugby-Photo-1-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31658,5885,'_wp_attached_file','2019/09/Rugby-Photo-2-e1569228007904.jpg'),(31659,5884,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3301695963053373;s:5:\"bytes\";i:11726;s:11:\"size_before\";i:219993;s:10:\"size_after\";i:208267;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:192;s:11:\"size_before\";i:4996;s:10:\"size_after\";i:4804;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:546;s:11:\"size_before\";i:13037;s:10:\"size_after\";i:12491;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:3715;s:11:\"size_before\";i:73371;s:10:\"size_after\";i:69656;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:7273;s:11:\"size_before\";i:128589;s:10:\"size_after\";i:121316;s:4:\"time\";d:0.050000000000000003;}}}'),(31660,5885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:3390;s:4:\"file\";s:40:\"2019/09/Rugby-Photo-2-e1569228007904.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-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:40:\"Rugby-Photo-2-e1569228007904-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Rugby-Photo-2-e1569228007904-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Rugby-Photo-2-e1569228007904-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Rugby-Photo-2-e1569228007904-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-696x393.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Rugby-Photo-2-e1569228007904-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Rugby-Photo-2-e1569228007904-1068x603.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Rugby-Photo-2-e1569228007904-743x420.jpg\";s:5:\"width\";i:743;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:42:\"Rugby-Photo-2-e1569228007904-1920x1085.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31661,5886,'_wp_attached_file','2019/09/TML_Powered_Logo_RGB_Blue_Orange_Black.png'),(31662,5885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.596920689497786;s:5:\"bytes\";i:27861;s:11:\"size_before\";i:262916;s:10:\"size_after\";i:235055;s:4:\"time\";d:0.17000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:1065;s:11:\"size_before\";i:8497;s:10:\"size_after\";i:7937;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.84;s:5:\"bytes\";i:2171;s:11:\"size_before\";i:18506;s:10:\"size_after\";i:16130;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.699999999999999;s:5:\"bytes\";i:9978;s:11:\"size_before\";i:89899;s:10:\"size_after\";i:80284;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.49;s:5:\"bytes\";i:15186;s:11:\"size_before\";i:146014;s:10:\"size_after\";i:130704;s:4:\"time\";d:0.10000000000000001;}}}'),(31663,5886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2539;s:6:\"height\";i:2883;s:4:\"file\";s:50:\"2019/09/TML_Powered_Logo_RGB_Blue_Orange_Black.png\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-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:\"TML_Powered_Logo_RGB_Blue_Orange_Black-264x300.png\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-768x872.png\";s:5:\"width\";i:768;s:6:\"height\";i:872;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"TML_Powered_Logo_RGB_Blue_Orange_Black-902x1024.png\";s:5:\"width\";i:902;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"TML_Powered_Logo_RGB_Blue_Orange_Black-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"TML_Powered_Logo_RGB_Blue_Orange_Black-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-696x790.png\";s:5:\"width\";i:696;s:6:\"height\";i:790;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"TML_Powered_Logo_RGB_Blue_Orange_Black-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:52:\"TML_Powered_Logo_RGB_Blue_Orange_Black-1068x1213.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1213;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"TML_Powered_Logo_RGB_Blue_Orange_Black-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:52:\"TML_Powered_Logo_RGB_Blue_Orange_Black-1920x2180.png\";s:5:\"width\";i:1920;s:6:\"height\";i:2180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31664,5886,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.61962723469;s:5:\"bytes\";i:109218;s:11:\"size_before\";i:315480;s:10:\"size_after\";i:206262;s:4:\"time\";d:1.9900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.440000000000001;s:5:\"bytes\";i:2703;s:11:\"size_before\";i:9182;s:10:\"size_after\";i:6479;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.260000000000002;s:5:\"bytes\";i:6540;s:11:\"size_before\";i:20922;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.14999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.719999999999999;s:5:\"bytes\";i:42272;s:11:\"size_before\";i:118351;s:10:\"size_after\";i:76079;s:4:\"time\";d:0.92000000000000004;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.549999999999997;s:5:\"bytes\";i:57703;s:11:\"size_before\";i:167025;s:10:\"size_after\";i:109322;s:4:\"time\";d:0.88;}}}'),(31665,5885,'_wp_attachment_image_alt','Rugby world cup ball'),(31666,5882,'_thumbnail_id','5885'),(31667,5885,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:17:\"Rugby-Photo-2.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"Rugby-Photo-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:23:\"Rugby-Photo-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:24:\"Rugby-Photo-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:26:\"Rugby-Photo-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:26:\"Rugby-Photo-2-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:25:\"Rugby-Photo-2-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:27:\"Rugby-Photo-2-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31668,5884,'_wp_attachment_image_alt','Rugby posts'),(31678,5882,'_yoast_wpseo_focuskw','rugby world cup licensing'),(31679,5882,'_yoast_wpseo_metadesc','The Rugby World Cup in Japan is now underway. As a venue owner or manager you may be considering how you can entice your customers away from their couches and into your establishment to enjoy the excitement of the match with other fans.'),(31680,5882,'_yoast_wpseo_linkdex','58'),(31681,5889,'_edit_last','1'),(31682,5889,'_edit_lock','1569242258:1'),(31683,5889,'slide_template','default'),(31684,5889,'tdc_dirty_content','1'),(31685,5889,'tdc_icon_fonts','a:0:{}'),(31686,5889,'tdc_google_fonts','a:0:{}'),(31687,5889,'_yoast_wpseo_focuskw','Karaoke increase customer spend'),(31688,5889,'_yoast_wpseo_linkdex','60'),(31689,5889,'_yoast_wpseo_content_score','30'),(31690,5889,'_yoast_wpseo_primary_category','28'),(31691,5892,'_wp_attached_file','2019/09/Singa_Party_Venue.jpg'),(31692,5892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6720;s:6:\"height\";i:4480;s:4:\"file\";s:29:\"2019/09/Singa_Party_Venue.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-150x150.jpg\";s:5:\"width\";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:\"Singa_Party_Venue-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:29:\"Singa_Party_Venue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Singa_Party_Venue-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Singa_Party_Venue-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Singa_Party_Venue-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Singa_Party_Venue-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Singa_Party_Venue-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Singa_Party_Venue-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"Singa_Party_Venue-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:17:\"Petri Lyytikainen\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1512007590\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31693,5892,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0186829508633002;s:5:\"bytes\";i:13955;s:11:\"size_before\";i:278061;s:10:\"size_after\";i:264106;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:694;s:11:\"size_before\";i:9156;s:10:\"size_after\";i:8462;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:20750;s:10:\"size_after\";i:19289;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:4831;s:11:\"size_before\";i:95278;s:10:\"size_after\";i:90447;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:6969;s:11:\"size_before\";i:152877;s:10:\"size_after\";i:145908;s:4:\"time\";d:0.040000000000000001;}}}'),(31694,5889,'_thumbnail_id','5892'),(31698,5889,'_yoast_wpseo_metadesc','Did you know that you can increase your average customer spend by up to 42% by organising two or three karaoke nights a month?*'),(31699,5847,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/RestBarTechLive_1600x550-OTP-1.jpg\";s:5:\"title\";s:33:\"Rest&amp;BarTechLive_1600x550 OTP\";s:7:\"caption\";s:0:\"\";}'),(31702,5871,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:101:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Master-Logos_Generic-e1568630395621.jpg\";s:5:\"title\";s:34:\"Hobgoblin takes on brand evolution\";s:7:\"caption\";s:34:\"Hobgoblin takes on brand evolution\";}'),(31705,5896,'_edit_last','1'),(31706,5896,'_edit_lock','1569237409:1'),(31707,5896,'slide_template','default'),(31708,5896,'tdc_dirty_content','1'),(31709,5896,'tdc_icon_fonts','a:0:{}'),(31710,5896,'tdc_google_fonts','a:0:{}'),(31711,5896,'_yoast_wpseo_content_score','30'),(31712,5896,'_yoast_wpseo_primary_category','2'),(31713,5896,'_yoast_wpseo_focuskw','2020 Rum Trends'),(31714,5896,'_yoast_wpseo_metadesc','We recognise that it’s important to keep ahead of your competition and stay ahead of the trend driven culture that surrounds the night time industry; this is why we are proud to be working with International Drink Expo - a show entirely dedicated to the advancements of bar & club innovations.'),(31715,5896,'_yoast_wpseo_linkdex','56'),(31716,5899,'_edit_last','1'),(31717,5899,'_edit_lock','1569254874:1'),(31718,5900,'_wp_attached_file','2019/09/quality-rum-1.png'),(31719,5900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2019/09/quality-rum-1.png\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"quality-rum-1-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"quality-rum-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"quality-rum-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-696x348.png\";s:5:\"width\";i:696;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"quality-rum-1-840x420.png\";s:5:\"width\";i:840;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31720,5900,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.26477399613978;s:5:\"bytes\";i:446073;s:11:\"size_before\";i:1524266;s:10:\"size_after\";i:1078193;s:4:\"time\";d:1.1499999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51327;s:10:\"size_after\";i:51327;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94287;s:10:\"size_after\";i:94287;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:537946;s:10:\"size_after\";i:537946;s:4:\"time\";d:0.28999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.060000000000002;s:5:\"bytes\";i:446073;s:11:\"size_before\";i:840706;s:10:\"size_after\";i:394633;s:4:\"time\";d:0.73999999999999999;}}}'),(31721,5900,'_wp_attachment_image_alt','Plantation Rum'),(31722,5896,'_thumbnail_id','5900'),(31729,5896,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/quality-rum-1.png\";s:5:\"title\";s:15:\"quality rum (1)\";s:7:\"caption\";s:0:\"\";}'),(31738,5899,'slide_template','default'),(31739,5899,'tdc_dirty_content','1'),(31740,5899,'tdc_icon_fonts','a:0:{}'),(31741,5899,'tdc_google_fonts','a:0:{}'),(31742,5899,'_yoast_wpseo_focuskw','how to design a restaurant website'),(31743,5899,'_yoast_wpseo_metadesc','When it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.'),(31744,5899,'_yoast_wpseo_linkdex','58'),(31745,5899,'_yoast_wpseo_content_score','90'),(31746,5899,'_yoast_wpseo_primary_category','8'),(31747,5889,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Singa_Party_Venue.jpg\";s:5:\"title\";s:17:\"Singa_Party_Venue\";s:7:\"caption\";s:0:\"\";}'),(31753,5905,'_wp_attached_file','2019/09/OTP-EMAIL-FAT-MEDIA.jpg'),(31754,5905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2019/09/OTP-EMAIL-FAT-MEDIA.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"OTP-EMAIL-FAT-MEDIA-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"OTP-EMAIL-FAT-MEDIA-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-324x300.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"OTP-EMAIL-FAT-MEDIA-350x261.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31755,5905,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.689141047631615;s:5:\"bytes\";i:2075;s:11:\"size_before\";i:15158;s:10:\"size_after\";i:13083;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.210000000000001;s:5:\"bytes\";i:586;s:11:\"size_before\";i:4798;s:10:\"size_after\";i:4212;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.369999999999999;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:10360;s:10:\"size_after\";i:8871;s:4:\"time\";d:0.01;}}}'),(31756,5899,'_thumbnail_id','5906'),(31757,5906,'_wp_attached_file','2019/09/FatMedia_1600x550-OTP.jpg'),(31758,5906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:33:\"2019/09/FatMedia_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FatMedia_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"FatMedia_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"FatMedia_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"FatMedia_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"FatMedia_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"FatMedia_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31759,5906,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.744403860672964;s:5:\"bytes\";i:8696;s:11:\"size_before\";i:49007;s:10:\"size_after\";i:40311;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:470;s:11:\"size_before\";i:4625;s:10:\"size_after\";i:4155;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.35;s:5:\"bytes\";i:511;s:11:\"size_before\";i:4138;s:10:\"size_after\";i:3627;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.219999999999999;s:5:\"bytes\";i:2961;s:11:\"size_before\";i:16248;s:10:\"size_after\";i:13287;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.809999999999999;s:5:\"bytes\";i:4754;s:11:\"size_before\";i:23996;s:10:\"size_after\";i:19242;s:4:\"time\";d:0.040000000000000001;}}}'),(31760,5906,'_wp_attachment_image_alt','fat media restaurant website design'),(31761,5899,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/FatMedia_1600x550-OTP.jpg\";s:5:\"title\";s:21:\"FatMedia_1600x550 OTP\";s:7:\"caption\";s:0:\"\";}'),(31764,5882,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-2-e1569228007904.jpg\";s:5:\"title\";s:13:\"Rugby Photo 2\";s:7:\"caption\";s:0:\"\";}'),(31767,5899,'post_views_count','0'),(31768,5896,'post_views_count','0'),(31769,5889,'post_views_count','0'),(31770,5882,'post_views_count','0'),(31790,5913,'_edit_last','1'),(31791,5913,'_edit_lock','1570018751:1'),(31792,5913,'post_views_count','0'),(31794,5913,'_thumbnail_id','5854'),(31795,5913,'slide_template','default'),(31796,5913,'tdc_dirty_content','1'),(31797,5913,'tdc_icon_fonts','a:0:{}'),(31798,5913,'tdc_google_fonts','a:0:{}'),(31799,5913,'_yoast_wpseo_focuskw','hospitality'),(31800,5913,'_yoast_wpseo_title','Meet hospitality experts at Restaurant & Bar Tech Live!'),(31801,5913,'_yoast_wpseo_metadesc','Taking place on the 19th & 20th of November at the ExCeL London, your ticket connects hospitality bar and restaurant pros with over 15,000 operators'),(31802,5913,'_yoast_wpseo_linkdex','73'),(31803,5913,'_yoast_wpseo_content_score','60'),(31804,5913,'_yoast_wpseo_primary_category','10'),(31814,5918,'_edit_last','1'),(31815,5918,'_edit_lock','1569923560:1'),(31816,5919,'_wp_attached_file','2019/10/Divergence-montage.jpg'),(31817,5919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5928;s:6:\"height\";i:3952;s:4:\"file\";s:30:\"2019/10/Divergence-montage.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-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:30:\"Divergence-montage-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Divergence-montage-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Divergence-montage-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Divergence-montage-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Divergence-montage-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Divergence-montage-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Divergence-montage-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Divergence-montage-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"Ming Chao\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556254200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(31818,5919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.348977710575705;s:5:\"bytes\";i:3542;s:11:\"size_before\";i:150789;s:10:\"size_after\";i:147247;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:392;s:11:\"size_before\";i:6513;s:10:\"size_after\";i:6121;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:431;s:11:\"size_before\";i:11972;s:10:\"size_after\";i:11541;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1000000000000001;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:50781;s:10:\"size_after\";i:49714;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0299999999999998;s:5:\"bytes\";i:1652;s:11:\"size_before\";i:81523;s:10:\"size_after\";i:79871;s:4:\"time\";d:0.029999999999999999;}}}'),(31819,5920,'_wp_attached_file','2019/10/Divergence-toast-e1569923605202.jpg'),(31820,5920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:2670;s:4:\"file\";s:43:\"2019/10/Divergence-toast-e1569923605202.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Divergence-toast-e1569923605202-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:41:\"Divergence-toast-e1569923605202-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:42:\"Divergence-toast-e1569923605202-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-696x310.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:44:\"Divergence-toast-e1569923605202-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:44:\"Divergence-toast-e1569923605202-1068x475.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"Divergence-toast-e1569923605202-944x420.jpg\";s:5:\"width\";i:944;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"Divergence-toast-e1569923605202-1920x854.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:9:\"Ming Chao\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31821,5920,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.318597118824329;s:5:\"bytes\";i:45209;s:11:\"size_before\";i:165488;s:10:\"size_after\";i:120279;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1099999999999994;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:7410;s:10:\"size_after\";i:6735;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.98;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:14780;s:10:\"size_after\";i:10349;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.010000000000002;s:5:\"bytes\";i:3512;s:11:\"size_before\";i:56536;s:10:\"size_after\";i:40701;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.969999999999999;s:5:\"bytes\";i:4551;s:11:\"size_before\";i:86762;s:10:\"size_after\";i:62494;s:4:\"time\";d:0.029999999999999999;}}}'),(31822,5921,'_wp_attached_file','2019/10/Divergence-Vermouth.jpg'),(31823,5921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:31:\"2019/10/Divergence-Vermouth.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-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:31:\"Divergence-Vermouth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Divergence-Vermouth-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Divergence-Vermouth-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Divergence-Vermouth-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Divergence-Vermouth-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Divergence-Vermouth-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Divergence-Vermouth-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Divergence-Vermouth-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1555606869\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31824,5921,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.388020139405073;s:5:\"bytes\";i:8120;s:11:\"size_before\";i:71303;s:10:\"size_after\";i:63183;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:264;s:11:\"size_before\";i:3833;s:10:\"size_after\";i:3569;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:478;s:11:\"size_before\";i:6385;s:10:\"size_after\";i:5907;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.710000000000001;s:5:\"bytes\";i:2567;s:11:\"size_before\";i:23976;s:10:\"size_after\";i:21409;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.960000000000001;s:5:\"bytes\";i:4811;s:11:\"size_before\";i:37109;s:10:\"size_after\";i:32298;s:4:\"time\";d:0.050000000000000003;}}}'),(31825,5919,'_wp_attachment_image_alt','Brand new range from Libbey - Divergence from Artis'),(31826,5920,'_wp_attachment_image_alt','Brand new range from Libbey - Divergence from Artis'),(31827,5921,'_wp_attachment_image_alt','Brand new range from Libbey - Divergence from Artis'),(31828,5918,'_thumbnail_id','5920'),(31829,5918,'slide_template','default'),(31830,5918,'tdc_dirty_content','1'),(31831,5918,'tdc_icon_fonts','a:0:{}'),(31832,5918,'tdc_google_fonts','a:0:{}'),(31833,5918,'_yoast_wpseo_focuskw','Divergence'),(31834,5918,'_yoast_wpseo_title','Brand new range from Libbey - Divergence from Artis'),(31835,5918,'_yoast_wpseo_metadesc','If you are looking to make a point of difference with your glassware Divergence, the latest collection from Artis®, may well fit the bill.'),(31836,5918,'_yoast_wpseo_linkdex','75'),(31837,5918,'_yoast_wpseo_content_score','60'),(31838,5918,'_yoast_wpseo_primary_category','544'),(31839,5920,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:20:\"Divergence-toast.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:29:\"Divergence-toast-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:26:\"Divergence-toast-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:27:\"Divergence-toast-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:29:\"Divergence-toast-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:29:\"Divergence-toast-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:28:\"Divergence-toast-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:30:\"Divergence-toast-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31840,5918,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:94:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-toast-e1569923605202.jpg\";s:5:\"title\";s:16:\"Divergence toast\";s:7:\"caption\";s:52:\"Brand new range from Libbey - Divergence from Artis \";}'),(31843,5918,'post_views_count','0'),(31847,5924,'_edit_last','1'),(31848,5924,'_edit_lock','1569924275:1'),(31849,5924,'_thumbnail_id','4287'),(31850,5924,'slide_template','default'),(31851,5924,'tdc_dirty_content','1'),(31852,5924,'tdc_icon_fonts','a:0:{}'),(31853,5924,'tdc_google_fonts','a:0:{}'),(31854,5924,'_yoast_wpseo_focuskw','National Living Wage'),(31855,5924,'_yoast_wpseo_title','UKHospitality reaction to National Living Wage announcement'),(31856,5924,'_yoast_wpseo_metadesc','Commenting on today’s announcement that the Government will aim to raise the National Living Wage to £10.50 per hour by 2024'),(31857,5924,'_yoast_wpseo_linkdex','73'),(31858,5924,'_yoast_wpseo_content_score','30'),(31859,5924,'_yoast_wpseo_primary_category','8'),(31860,4287,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:1767;s:4:\"file\";s:23:\"ukh_logo_-_hi_res-3.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-3-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:29:\"ukh_logo_-_hi_res-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:30:\"ukh_logo_-_hi_res-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-696x492.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-3-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:32:\"ukh_logo_-_hi_res-3-1068x755.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:31:\"ukh_logo_-_hi_res-3-594x420.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:33:\"ukh_logo_-_hi_res-3-1920x1357.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31864,5924,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-3-e1569924163971.jpg\";s:5:\"title\";s:63:\"UKHospitality: Collaboration key to Industrial Strategy success\";s:7:\"caption\";s:63:\"UKHospitality: Collaboration key to Industrial Strategy success\";}'),(31867,5926,'_edit_last','1'),(31868,5926,'_edit_lock','1569926209:1'),(31869,5927,'_wp_attached_file','2019/10/BBPA-Logo-for-General-Use.jpg'),(31870,5927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1559;s:6:\"height\";i:803;s:4:\"file\";s:37:\"2019/10/BBPA-Logo-for-General-Use.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"BBPA-Logo-for-General-Use-1024x527.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:35:\"BBPA-Logo-for-General-Use-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:36:\"BBPA-Logo-for-General-Use-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-696x358.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:38:\"BBPA-Logo-for-General-Use-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:38:\"BBPA-Logo-for-General-Use-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"BBPA-Logo-for-General-Use-815x420.jpg\";s:5:\"width\";i:815;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31871,5927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.834167389779738;s:5:\"bytes\";i:10797;s:11:\"size_before\";i:84127;s:10:\"size_after\";i:73330;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:397;s:11:\"size_before\";i:5758;s:10:\"size_after\";i:5361;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:759;s:11:\"size_before\";i:8722;s:10:\"size_after\";i:7963;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.83;s:5:\"bytes\";i:3684;s:11:\"size_before\";i:28706;s:10:\"size_after\";i:25022;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.550000000000001;s:5:\"bytes\";i:5957;s:11:\"size_before\";i:40941;s:10:\"size_after\";i:34984;s:4:\"time\";d:0.029999999999999999;}}}'),(31872,5927,'_wp_attachment_image_alt','BBPA'),(31873,5926,'_thumbnail_id','5927'),(31874,5926,'slide_template','default'),(31875,5926,'tdc_dirty_content','1'),(31876,5926,'tdc_icon_fonts','a:0:{}'),(31877,5926,'tdc_google_fonts','a:0:{}'),(31878,5926,'_yoast_wpseo_focuskw','Emma McClarkin'),(31879,5926,'_yoast_wpseo_title','Emma McClarkin appointed as new Chief Executive of the BBPA'),(31880,5926,'_yoast_wpseo_metadesc','The British Beer and Pub Association (BBPA) has today announced the appointment of Emma McClarkin as its new Chief Executive'),(31881,5926,'_yoast_wpseo_linkdex','73'),(31882,5926,'_yoast_wpseo_content_score','30'),(31883,5926,'_yoast_wpseo_primary_category','8'),(31884,5929,'_wp_attached_file','2019/10/Emma-McClarkin.jpg'),(31885,5929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2019/10/Emma-McClarkin.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-150x150.jpg\";s:5:\"width\";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:\"Emma-McClarkin-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:\"Emma-McClarkin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Emma-McClarkin-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Emma-McClarkin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Emma-McClarkin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Emma-McClarkin-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Emma-McClarkin-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31886,5929,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.1948923667009756;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:113673;s:10:\"size_after\";i:111178;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:275;s:11:\"size_before\";i:5690;s:10:\"size_after\";i:5415;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:360;s:11:\"size_before\";i:10762;s:10:\"size_after\";i:10402;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6599999999999999;s:5:\"bytes\";i:664;s:11:\"size_before\";i:40017;s:10:\"size_after\";i:39353;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:57204;s:10:\"size_after\";i:56008;s:4:\"time\";d:0.040000000000000001;}}}'),(31887,5929,'_wp_attachment_image_alt','Emma McClarkin BBPA'),(31891,5926,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:88:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/BBPA-Logo-for-General-Use.jpg\";s:5:\"title\";s:4:\"BBPA\";s:7:\"caption\";s:4:\"BBPA\";}'),(31897,5913,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/RestBarTechLive_1600x550-OTP-1.jpg\";s:5:\"title\";s:33:\"Rest&amp;BarTechLive_1600x550 OTP\";s:7:\"caption\";s:0:\"\";}'),(31900,5926,'post_views_count','0'),(31901,5924,'post_views_count','0'),(31902,5935,'_edit_last','1'),(31903,5935,'_edit_lock','1570526612:1'),(31904,5935,'post_views_count','0'),(31905,5935,'slide_template','default'),(31906,5935,'tdc_dirty_content','1'),(31907,5935,'tdc_icon_fonts','a:0:{}'),(31908,5935,'tdc_google_fonts','a:0:{}'),(31909,5935,'_yoast_wpseo_content_score','30'),(31910,5935,'_yoast_wpseo_primary_category','3'),(31911,5937,'_wp_attached_file','2019/10/DSC07337-e1570526642553.jpg'),(31912,5937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3861;s:6:\"height\";i:1757;s:4:\"file\";s:35:\"2019/10/DSC07337-e1570526642553.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-768x349.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"DSC07337-e1570526642553-1024x466.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"DSC07337-e1570526642553-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"DSC07337-e1570526642553-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-696x317.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"DSC07337-e1570526642553-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"DSC07337-e1570526642553-1068x486.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"DSC07337-e1570526642553-923x420.jpg\";s:5:\"width\";i:923;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"DSC07337-e1570526642553-1920x874.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570132110\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31913,5937,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.106862790589762;s:5:\"bytes\";i:38114;s:11:\"size_before\";i:172408;s:10:\"size_after\";i:134294;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999;s:5:\"bytes\";i:798;s:11:\"size_before\";i:6961;s:10:\"size_after\";i:6549;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.109999999999999;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:14164;s:10:\"size_after\";i:10466;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.620000000000001;s:5:\"bytes\";i:3771;s:11:\"size_before\";i:58111;s:10:\"size_after\";i:44967;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.390000000000001;s:5:\"bytes\";i:5789;s:11:\"size_before\";i:93172;s:10:\"size_after\";i:72312;s:4:\"time\";d:0.029999999999999999;}}}'),(31914,5937,'_wp_attachment_image_alt','Meat Free Farm burger'),(31915,5935,'_thumbnail_id','5937'),(31916,5937,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3862;s:6:\"height\";i:2575;s:4:\"file\";s:12:\"DSC07337.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"DSC07337-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:18:\"DSC07337-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:19:\"DSC07337-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:21:\"DSC07337-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:21:\"DSC07337-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:20:\"DSC07337-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:22:\"DSC07337-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31920,5935,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/DSC07337-e1570526642553.jpg\";s:5:\"title\";s:8:\"DSC07337\";s:7:\"caption\";s:0:\"\";}'),(31923,5935,'_yoast_wpseo_focuskw','The Meatless Farm Wetherspoon'),(31924,5935,'_yoast_wpseo_metadesc','Innovative British food company, The Meatless Farm Co, has launched its plant-based burgers in the JD Wetherspoon pub chain across the UK. The burgers will be fully branded on menu and available in 877 outlets, almost the entire estate.'),(31925,5935,'_yoast_wpseo_linkdex','67'),(31926,5940,'_edit_last','1'),(31927,5940,'_edit_lock','1570539723:1'),(31928,5940,'slide_template','default'),(31929,5940,'tdc_dirty_content','1'),(31930,5940,'tdc_icon_fonts','a:0:{}'),(31931,5940,'tdc_google_fonts','a:0:{}'),(31932,5940,'_yoast_wpseo_focuskw','The Michelin Guide Great Britain & Ireland 2020'),(31933,5940,'_yoast_wpseo_metadesc','The Michelin Great Britain & Ireland Stars for 2020 have been unveiled yesterday at a special launch event at The Hurlingham Club in Fulham, London.'),(31934,5940,'_yoast_wpseo_linkdex','56'),(31935,5940,'_yoast_wpseo_content_score','30'),(31936,5940,'_yoast_wpseo_primary_category','3'),(31937,5943,'_wp_attached_file','2019/10/800_bpw-6141-284583-e1570530508971.jpg'),(31938,5943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:383;s:4:\"file\";s:46:\"2019/10/800_bpw-6141-284583-e1570530508971.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"800_bpw-6141-284583-e1570530508971-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"800_bpw-6141-284583-e1570530508971-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-324x383.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-534x383.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-696x358.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-696x383.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"800_bpw-6141-284583-e1570530508971-741x383.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-625x420.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31939,5943,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.860753245471148;s:5:\"bytes\";i:3821;s:11:\"size_before\";i:20259;s:10:\"size_after\";i:16438;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.789999999999999;s:5:\"bytes\";i:592;s:11:\"size_before\";i:6068;s:10:\"size_after\";i:5231;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.030000000000001;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:14191;s:10:\"size_after\";i:11207;s:4:\"time\";d:0.01;}}}'),(31940,5943,'_wp_attachment_image_alt','The Michelin Star Guide British & Irish 2020'),(31941,5943,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:744;s:6:\"height\";i:500;s:4:\"file\";s:23:\"800_bpw-6141-284583.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:29:\"800_bpw-6141-284583-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:30:\"800_bpw-6141-284583-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-696x468.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:31:\"800_bpw-6141-284583-625x420.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31942,5940,'_thumbnail_id','5944'),(31943,5944,'_wp_attached_file','2019/10/IMG_9080_1500x800.0-e1570530824351.jpg'),(31944,5944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:552;s:4:\"file\";s:46:\"2019/10/IMG_9080_1500x800.0-e1570530824351.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-768x353.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"IMG_9080_1500x800.0-e1570530824351-1024x471.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"IMG_9080_1500x800.0-e1570530824351-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"IMG_9080_1500x800.0-e1570530824351-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-696x320.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"IMG_9080_1500x800.0-e1570530824351-1068x552.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"IMG_9080_1500x800.0-e1570530824351-1068x491.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"IMG_9080_1500x800.0-e1570530824351-913x420.jpg\";s:5:\"width\";i:913;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31945,5944,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.227567315702526;s:5:\"bytes\";i:45102;s:11:\"size_before\";i:212469;s:10:\"size_after\";i:167367;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:1188;s:11:\"size_before\";i:8257;s:10:\"size_after\";i:7648;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.59;s:5:\"bytes\";i:2250;s:11:\"size_before\";i:17822;s:10:\"size_after\";i:13618;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.370000000000001;s:5:\"bytes\";i:5785;s:11:\"size_before\";i:73248;s:10:\"size_after\";i:57593;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.77;s:5:\"bytes\";i:7736;s:11:\"size_before\";i:113142;s:10:\"size_after\";i:88508;s:4:\"time\";d:0.029999999999999999;}}}'),(31946,5944,'_wp_attachment_image_alt','The Michelin Great Britain & Ireland Stars for 2020'),(31947,5944,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"IMG_9080_1500x800.0.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"IMG_9080_1500x800.0-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:29:\"IMG_9080_1500x800.0-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:30:\"IMG_9080_1500x800.0-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:32:\"IMG_9080_1500x800.0-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:32:\"IMG_9080_1500x800.0-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:31:\"IMG_9080_1500x800.0-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(31951,5940,'post_views_count','0'),(31952,5940,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/IMG_9080_1500x800.0-e1570530824351.jpg\";s:5:\"title\";s:21:\"michelinstarguide2020\";s:7:\"caption\";s:0:\"\";}'),(31955,5946,'_edit_last','1'),(31956,5946,'_edit_lock','1571736324:1'),(31957,5946,'slide_template','default'),(31958,5946,'tdc_dirty_content','1'),(31959,5946,'tdc_icon_fonts','a:0:{}'),(31960,5946,'tdc_google_fonts','a:0:{}'),(31961,5946,'_yoast_wpseo_content_score','60'),(31962,5946,'_yoast_wpseo_primary_category','6'),(31963,5946,'_yoast_wpseo_focuskw','Halloween tips from Heineken'),(31964,5946,'_yoast_wpseo_metadesc','With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve.'),(31965,5946,'_yoast_wpseo_linkdex','56'),(31966,5946,'post_views_count','0'),(31967,5951,'_wp_attached_file','2019/10/Heineken-Halloween-png-e1570608786721.png'),(31968,5951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:727;s:6:\"height\";i:362;s:4:\"file\";s:49:\"2019/10/Heineken-Halloween-png-e1570608786721.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-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:\"Heineken-Halloween-png-e1570608786721-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"Heineken-Halloween-png-e1570608786721-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"Heineken-Halloween-png-e1570608786721-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-324x362.png\";s:5:\"width\";i:324;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-356x362.png\";s:5:\"width\";i:356;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-534x362.png\";s:5:\"width\";i:534;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-696x347.png\";s:5:\"width\";i:696;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-e1570608786721-696x362.png\";s:5:\"width\";i:696;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-728x486.png\";s:5:\"width\";i:728;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-566x420.png\";s:5:\"width\";i:566;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31969,5951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.673034270942388;s:5:\"bytes\";i:33603;s:11:\"size_before\";i:201541;s:10:\"size_after\";i:167938;s:4:\"time\";d:0.090000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57486;s:10:\"size_after\";i:57486;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.329999999999998;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144055;s:10:\"size_after\";i:110452;s:4:\"time\";d:0.070000000000000007;}}}'),(31970,5951,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:728;s:6:\"height\";i:540;s:4:\"file\";s:26:\"Heineken-Halloween-png.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:32:\"Heineken-Halloween-png-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:33:\"Heineken-Halloween-png-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-696x516.png\";s:5:\"width\";i:696;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-728x486.png\";s:5:\"width\";i:728;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-566x420.png\";s:5:\"width\";i:566;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}'),(31971,5946,'_thumbnail_id','6004'),(31972,5952,'_wp_attached_file','2019/06/Restaurant-tech-live.jpg'),(31973,5952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:267;s:4:\"file\";s:32:\"2019/06/Restaurant-tech-live.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Restaurant-tech-live-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-768x154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Restaurant-tech-live-1024x205.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Restaurant-tech-live-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Restaurant-tech-live-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-324x267.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-356x267.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-485x267.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-534x267.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-696x139.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-696x267.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Restaurant-tech-live-741x267.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Restaurant-tech-live-1068x267.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Restaurant-tech-live-1068x214.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31974,5952,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0483668260323133;s:5:\"bytes\";i:5440;s:11:\"size_before\";i:77181;s:10:\"size_after\";i:71741;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8599999999999994;s:5:\"bytes\";i:680;s:11:\"size_before\";i:7677;s:10:\"size_after\";i:6997;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:305;s:11:\"size_before\";i:5917;s:10:\"size_after\";i:5612;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1650;s:11:\"size_before\";i:24556;s:10:\"size_after\";i:22906;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:2805;s:11:\"size_before\";i:39031;s:10:\"size_after\";i:36226;s:4:\"time\";d:0.02;}}}'),(31975,5952,'_wp_attachment_image_link','http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&url=/?ptnOTP'),(31976,5952,'_wp_attachment_image_alt','Restaurant & Bar Tech Live Banner'),(31977,5443,'_wp_attachment_image_alt','International Drink Expo Banner'),(31984,74,'tdc_dirty_content','1'),(31985,74,'tdc_icon_fonts','a:0:{}'),(31986,74,'tdc_google_fonts','a:0:{}'),(31987,74,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(31991,5957,'_wp_attached_file','2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px.png'),(31992,5957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-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:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(31993,5957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98560;s:10:\"size_after\";i:98560;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24590;s:10:\"size_after\";i:24590;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73970;s:10:\"size_after\";i:73970;s:4:\"time\";d:0.14999999999999999;}}}'),(31994,5957,'_wp_attachment_image_alt','Issue 30'),(32043,5960,'_wp_attached_file','2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px.png'),(32044,5960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-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:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32045,5960,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5708506957136246;s:5:\"bytes\";i:2110;s:11:\"size_before\";i:82074;s:10:\"size_after\";i:79964;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23534;s:10:\"size_after\";i:23534;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:2110;s:11:\"size_before\";i:58540;s:10:\"size_after\";i:56430;s:4:\"time\";d:0.11;}}}'),(32046,5960,'_wp_attachment_image_alt','Issue #30'),(32104,5979,'_wp_attached_file','2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2.png'),(32105,5979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:59:\"2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:57:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:58:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:59:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32106,5979,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26179;s:10:\"size_after\";i:26179;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26179;s:10:\"size_after\";i:26179;s:4:\"time\";d:0.059999999999999998;}}}'),(32107,5980,'_wp_attached_file','2019/10/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px.png'),(32108,5980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32109,5980,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36870;s:10:\"size_after\";i:36870;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36870;s:10:\"size_after\";i:36870;s:4:\"time\";d:0.040000000000000001;}}}'),(32110,5981,'_wp_attached_file','2019/10/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px.png'),(32111,5981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32112,5981,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38638;s:10:\"size_after\";i:38638;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38638;s:10:\"size_after\";i:38638;s:4:\"time\";d:0.050000000000000003;}}}'),(32113,5982,'_wp_attached_file','2019/10/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px.png'),(32114,5982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32115,5982,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5981222102508852;s:5:\"bytes\";i:844;s:11:\"size_before\";i:32485;s:10:\"size_after\";i:31641;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:844;s:11:\"size_before\";i:32485;s:10:\"size_after\";i:31641;s:4:\"time\";d:0.050000000000000003;}}}'),(32116,5983,'_wp_attached_file','2019/10/24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px.png'),(32117,5983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32118,5983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39961;s:10:\"size_after\";i:39961;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39961;s:10:\"size_after\";i:39961;s:4:\"time\";d:0.050000000000000003;}}}'),(32122,5985,'_wp_attached_file','2019/10/23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px.png'),(32123,5985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32124,5985,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43582;s:10:\"size_after\";i:43582;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43582;s:10:\"size_after\";i:43582;s:4:\"time\";d:0.040000000000000001;}}}'),(32125,5986,'_wp_attached_file','2019/10/21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px.png'),(32126,5986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32127,5986,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46270;s:10:\"size_after\";i:46270;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46270;s:10:\"size_after\";i:46270;s:4:\"time\";d:0.029999999999999999;}}}'),(32128,5987,'_wp_attached_file','2019/10/20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px.png'),(32129,5987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/10/20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32130,5987,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35846;s:10:\"size_after\";i:35846;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35846;s:10:\"size_after\";i:35846;s:4:\"time\";d:0.040000000000000001;}}}'),(32131,5987,'_edit_lock','1571155231:1'),(32132,5989,'_edit_last','1'),(32133,5989,'_edit_lock','1571735774:1'),(32134,5989,'slide_template','default'),(32135,5989,'tdc_dirty_content','1'),(32136,5989,'tdc_icon_fonts','a:0:{}'),(32137,5989,'tdc_google_fonts','a:0:{}'),(32138,5989,'_yoast_wpseo_content_score','30'),(32139,5989,'_yoast_wpseo_primary_category','10'),(32144,5989,'_thumbnail_id','6000'),(32146,5989,'_yoast_wpseo_focuskw','Restaurant & Bar Tech Live 2019'),(32147,5989,'_yoast_wpseo_metadesc','At Ontrade Progress, our readers are at the heart of everything we do and it is our mission to discover innovative products and services to meet customer and readership needs; which is why we are proud to have partnered with Europe’s leading event for the drink products boosting the profits of restaurant and bar owners, Restaurant & Bar Tech Live!'),(32148,5989,'_yoast_wpseo_linkdex','50'),(32149,5989,'post_views_count','0'),(32150,5996,'_edit_last','1'),(32151,5996,'_edit_lock','1571904122:1'),(32152,5996,'slide_template','default'),(32153,5996,'tdc_dirty_content','1'),(32154,5996,'tdc_icon_fonts','a:0:{}'),(32155,5996,'tdc_google_fonts','a:0:{}'),(32156,5996,'_yoast_wpseo_content_score','30'),(32157,5996,'_yoast_wpseo_primary_category','2'),(32158,5996,'_thumbnail_id','6003'),(32159,5996,'_yoast_wpseo_focuskw','The International Drink Expo 2019'),(32160,5996,'_yoast_wpseo_metadesc','At Ontrade Progress, we are one step ahead of trend driven culture, this is why we are proud to be working with the International Drink Expo, not only to highlight the importance of the competitive beverage industry, but also to show drinks brands smart new ways to embrace drinks solutions and the tips of the trade!'),(32161,5996,'_yoast_wpseo_linkdex','57'),(32162,5996,'post_views_count','0'),(32163,6000,'_wp_attached_file','2019/10/BrewDog-1-e1571734246292.jpg'),(32164,6000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2240;s:6:\"height\";i:946;s:4:\"file\";s:36:\"2019/10/BrewDog-1-e1571734246292.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"BrewDog-1-e1571734246292-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"BrewDog-1-e1571734246292-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"BrewDog-1-e1571734246292-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-696x294.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"BrewDog-1-e1571734246292-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"BrewDog-1-e1571734246292-1068x451.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"BrewDog-1-e1571734246292-995x420.jpg\";s:5:\"width\";i:995;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:37:\"BrewDog-1-e1571734246292-1920x811.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(32165,6000,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.538281626195225;s:5:\"bytes\";i:44550;s:11:\"size_before\";i:174444;s:10:\"size_after\";i:129894;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.52;s:5:\"bytes\";i:870;s:11:\"size_before\";i:7699;s:10:\"size_after\";i:6581;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.969999999999999;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:14640;s:10:\"size_after\";i:10253;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.760000000000002;s:5:\"bytes\";i:4082;s:11:\"size_before\";i:59605;s:10:\"size_after\";i:44251;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.609999999999999;s:5:\"bytes\";i:5542;s:11:\"size_before\";i:92500;s:10:\"size_after\";i:68809;s:4:\"time\";d:0.040000000000000001;}}}'),(32166,6000,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2240;s:6:\"height\";i:1400;s:4:\"file\";s:13:\"BrewDog-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:22:\"BrewDog-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:19:\"BrewDog-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:20:\"BrewDog-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-696x435.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:22:\"BrewDog-1-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:22:\"BrewDog-1-1068x668.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:21:\"BrewDog-1-672x420.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:23:\"BrewDog-1-1920x1200.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32173,5989,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/BrewDog-1-e1571734246292.jpg\";s:5:\"title\";s:9:\"BrewDog-1\";s:7:\"caption\";s:0:\"\";}'),(32176,6003,'_wp_attached_file','2019/10/1-1-e1571736032171.jpg'),(32177,6003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:454;s:4:\"file\";s:30:\"2019/10/1-1-e1571736032171.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"1-1-e1571736032171-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"1-1-e1571736032171-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-534x454.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-696x372.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-741x454.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"1-1-e1571736032171-786x420.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(32178,6003,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.851205074908119;s:5:\"bytes\";i:33162;s:11:\"size_before\";i:139037;s:10:\"size_after\";i:105875;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.02;s:5:\"bytes\";i:1868;s:11:\"size_before\";i:10814;s:10:\"size_after\";i:9622;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.25;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:23873;s:10:\"size_after\";i:17607;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.629999999999999;s:5:\"bytes\";i:10561;s:11:\"size_before\";i:104350;s:10:\"size_after\";i:78646;s:4:\"time\";d:0.029999999999999999;}}}'),(32179,6003,'_wp_attachment_image_alt','IDE2019'),(32180,6003,'_wp_attachment_backup_sizes','a:20:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:850;s:6:\"height\";i:567;s:4:\"file\";s:7:\"1-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:15:\"1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:15:\"1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:13:\"1-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:14:\"1-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:15:\"1-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:15:\"1-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:15:\"1-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:15:\"1-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:15:\"1-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:15:\"1-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:15:\"1-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:15:\"1-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:15:\"1-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:15:\"1-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:15:\"1-1-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:15:\"1-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:15:\"1-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:15:\"1-1-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32181,6004,'_wp_attached_file','2019/10/Heineken-Halloween-png-1-e1571736201429.png'),(32182,6004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:727;s:6:\"height\";i:438;s:4:\"file\";s:51:\"2019/10/Heineken-Halloween-png-1-e1571736201429.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-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:51:\"Heineken-Halloween-png-1-e1571736201429-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"Heineken-Halloween-png-1-e1571736201429-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"Heineken-Halloween-png-1-e1571736201429-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-534x438.png\";s:5:\"width\";i:534;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-696x419.png\";s:5:\"width\";i:696;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-728x486.png\";s:5:\"width\";i:728;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"Heineken-Halloween-png-1-e1571736201429-697x420.png\";s:5:\"width\";i:697;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32183,6004,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.208786022743997;s:5:\"bytes\";i:24059;s:11:\"size_before\";i:197063;s:10:\"size_after\";i:173004;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53008;s:10:\"size_after\";i:53008;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.699999999999999;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144055;s:10:\"size_after\";i:119996;s:4:\"time\";d:0.070000000000000007;}}}'),(32184,6004,'_wp_attachment_image_alt','Heineken Halloween'),(32185,6004,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:728;s:6:\"height\";i:540;s:4:\"file\";s:28:\"Heineken-Halloween-png-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:34:\"Heineken-Halloween-png-1-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:35:\"Heineken-Halloween-png-1-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-696x516.png\";s:5:\"width\";i:696;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-728x486.png\";s:5:\"width\";i:728;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:36:\"Heineken-Halloween-png-1-566x420.png\";s:5:\"width\";i:566;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}'),(32186,5946,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:102:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Heineken-Halloween-png-1-e1571736201429.png\";s:5:\"title\";s:22:\"Heineken Halloween png\";s:7:\"caption\";s:47:\"Halloween haunts: tips and tricks from Heineken\";}'),(32189,5996,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/1-1-e1571736032171.jpg\";s:5:\"title\";s:1:\"1\";s:7:\"caption\";s:34:\"The International Drinks Expo 2019\";}'),(32192,6021,'_edit_last','1'),(32193,6021,'_edit_lock','1572862850:1'),(32194,6022,'_wp_attached_file','2019/11/Woodford-Reserve_OFW_press-release_FINAL.jpg'),(32195,6022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1090;s:6:\"height\";i:722;s:4:\"file\";s:52:\"2019/11/Woodford-Reserve_OFW_press-release_FINAL.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-150x150.jpg\";s:5:\"width\";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:\"Woodford-Reserve_OFW_press-release_FINAL-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Woodford-Reserve_OFW_press-release_FINAL-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Woodford-Reserve_OFW_press-release_FINAL-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Woodford-Reserve_OFW_press-release_FINAL-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-696x461.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:53:\"Woodford-Reserve_OFW_press-release_FINAL-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:53:\"Woodford-Reserve_OFW_press-release_FINAL-1068x707.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:52:\"Woodford-Reserve_OFW_press-release_FINAL-634x420.jpg\";s:5:\"width\";i:634;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(32196,6022,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7805017756902282;s:5:\"bytes\";i:7260;s:11:\"size_before\";i:192038;s:10:\"size_after\";i:184778;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:577;s:11:\"size_before\";i:7953;s:10:\"size_after\";i:7376;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:17069;s:10:\"size_after\";i:15963;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:2487;s:11:\"size_before\";i:66504;s:10:\"size_after\";i:64017;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:3090;s:11:\"size_before\";i:100512;s:10:\"size_after\";i:97422;s:4:\"time\";d:0.050000000000000003;}}}'),(32197,6022,'_wp_attachment_image_alt','Old fashioned week'),(32198,6021,'_thumbnail_id','6022'),(32199,6021,'slide_template','default'),(32200,6021,'tdc_dirty_content','1'),(32201,6021,'tdc_icon_fonts','a:0:{}'),(32202,6021,'tdc_google_fonts','a:0:{}'),(32203,6021,'_yoast_wpseo_focuskw','old fashioned week'),(32204,6021,'_yoast_wpseo_metadesc','This Old Fashioned Week, WOODFORD RESERVE®, one of the most celebrated American whiskeys, will be hosting an array of experiences, events and limited edition menus in celebration of the world’s no.1* classic cocktail.'),(32205,6021,'_yoast_wpseo_linkdex','62'),(32206,6021,'_yoast_wpseo_content_score','30'),(32207,6021,'_yoast_wpseo_primary_category','2'),(32208,6021,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:103:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/Woodford-Reserve_OFW_press-release_FINAL.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(32211,6021,'post_views_count','0'),(32212,6026,'_edit_last','1'),(32213,6026,'_edit_lock','1573031430:1'),(32214,6026,'slide_template','default'),(32215,6026,'tdc_dirty_content','1'),(32216,6026,'tdc_icon_fonts','a:0:{}'),(32217,6026,'tdc_google_fonts','a:0:{}'),(32218,6026,'_yoast_wpseo_focuskw','How to design a great restaurant website'),(32219,6026,'_yoast_wpseo_metadesc','When it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.'),(32220,6026,'_yoast_wpseo_linkdex','56'),(32221,6026,'_yoast_wpseo_content_score','60'),(32222,6026,'_yoast_wpseo_primary_category','8'),(32227,6030,'_wp_attached_file','2019/11/Fat-Media-cover-img_1600x550.jpg'),(32228,6030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:40:\"2019/11/Fat-Media-cover-img_1600x550.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Fat-Media-cover-img_1600x550-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"Fat-Media-cover-img_1600x550-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"Fat-Media-cover-img_1600x550-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"Fat-Media-cover-img_1600x550-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"Fat-Media-cover-img_1600x550-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"Fat-Media-cover-img_1600x550-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"Fat-Media-cover-img_1600x550-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32229,6030,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.18448801062251;s:5:\"bytes\";i:3959;s:11:\"size_before\";i:64015;s:10:\"size_after\";i:60056;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:286;s:11:\"size_before\";i:3753;s:10:\"size_after\";i:3467;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5396;s:10:\"size_after\";i:5103;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:21267;s:10:\"size_after\";i:20016;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:2129;s:11:\"size_before\";i:33599;s:10:\"size_after\";i:31470;s:4:\"time\";d:0.029999999999999999;}}}'),(32230,6030,'_wp_attachment_image_alt','Fat Media'),(32231,6026,'_thumbnail_id','6030'),(32232,6026,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/Fat-Media-cover-img_1600x550.jpg\";s:5:\"title\";s:28:\"Fat Media cover img_1600x550\";s:7:\"caption\";s:40:\"How to design a great restaurant website\";}'),(32235,6026,'post_views_count','0'),(32236,6032,'_edit_last','1'),(32237,6032,'_edit_lock','1573575472:1'),(32238,6033,'_wp_attached_file','2019/11/Natasha-Ewins-8.jpg'),(32239,6033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5360;s:6:\"height\";i:3573;s:4:\"file\";s:27:\"2019/11/Natasha-Ewins-8.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-150x150.jpg\";s:5:\"width\";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:\"Natasha-Ewins-8-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:27:\"Natasha-Ewins-8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Natasha-Ewins-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:25:\"Natasha-Ewins-8-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:26:\"Natasha-Ewins-8-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:28:\"Natasha-Ewins-8-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:28:\"Natasha-Ewins-8-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:27:\"Natasha-Ewins-8-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:29:\"Natasha-Ewins-8-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506280383\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32240,6033,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4602552814265093;s:5:\"bytes\";i:5777;s:11:\"size_before\";i:166953;s:10:\"size_after\";i:161176;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:286;s:11:\"size_before\";i:6142;s:10:\"size_after\";i:5856;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:503;s:11:\"size_before\";i:12993;s:10:\"size_after\";i:12490;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:2004;s:11:\"size_before\";i:57113;s:10:\"size_after\";i:55109;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:2984;s:11:\"size_before\";i:90705;s:10:\"size_after\";i:87721;s:4:\"time\";d:0.040000000000000001;}}}'),(32241,6033,'_wp_attachment_image_alt','Salcombe Gin Partnership'),(32242,6032,'_thumbnail_id','6033'),(32243,6032,'slide_template','default'),(32244,6032,'tdc_dirty_content','1'),(32245,6032,'tdc_icon_fonts','a:0:{}'),(32246,6032,'tdc_google_fonts','a:0:{}'),(32247,6032,'_yoast_wpseo_focuskw','Salcombe gin marine conservation society'),(32248,6032,'_yoast_wpseo_metadesc','Salcombe Gin, which embraces life on and around the water, has announced an exciting new partnership with the Marine Conservation Society (MCS).  '),(32249,6032,'_yoast_wpseo_linkdex','54'),(32250,6032,'_yoast_wpseo_content_score','30'),(32251,6032,'_yoast_wpseo_primary_category','2'),(32252,6032,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:78:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/Natasha-Ewins-8.jpg\";s:5:\"title\";s:17:\"Natasha Ewins (8)\";s:7:\"caption\";s:0:\"\";}'),(32255,6036,'_edit_last','1'),(32256,6036,'_edit_lock','1576767060:1'),(32257,6036,'_wp_page_template','default'),(32258,6036,'slide_template','default'),(32259,6036,'tdc_dirty_content','0'),(32260,6036,'tdc_icon_fonts','a:0:{}'),(32261,6036,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(32262,6036,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(32263,6036,'_yoast_wpseo_focuskw','ontrade progress issue 31 hospitality'),(32264,6036,'_yoast_wpseo_metadesc','Ontrade Progress magazine for the hospitality sector covering everything that\'s needed to run a pub, club, restaurant or bar successfully.'),(32265,6036,'_yoast_wpseo_linkdex','24'),(32266,6036,'_yoast_wpseo_content_score','60'),(32267,6040,'_wp_attached_file','2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px.png'),(32268,6040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-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:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32269,6040,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138030;s:10:\"size_after\";i:138030;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40350;s:10:\"size_after\";i:40350;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:97680;s:10:\"size_after\";i:97680;s:4:\"time\";d:0.14999999999999999;}}}'),(32270,6040,'_wp_attachment_image_alt','Ontrade Progress Issue #31'),(32271,6036,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(32272,6036,'_wpb_vc_js_status',''),(32319,6045,'_wp_attached_file','2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px.png'),(32320,6045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-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:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32321,6045,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:156715;s:10:\"size_after\";i:156715;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38728;s:10:\"size_after\";i:38728;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:117987;s:10:\"size_after\";i:117987;s:4:\"time\";d:0.12;}}}'),(32322,6045,'_wp_attachment_image_alt','Ontrade Progress Issue #31'),(32348,6047,'_wp_attached_file','2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px.png'),(32349,6047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32350,6047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41191;s:10:\"size_after\";i:41191;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41191;s:10:\"size_after\";i:41191;s:4:\"time\";d:0.070000000000000007;}}}'),(32351,6032,'post_views_count','0'),(32352,6048,'_edit_last','1'),(32353,6048,'_edit_lock','1574244443:1'),(32354,6048,'slide_template','default'),(32355,6048,'tdc_dirty_content','1'),(32356,6048,'tdc_icon_fonts','a:0:{}'),(32357,6048,'tdc_google_fonts','a:0:{}'),(32358,6048,'_yoast_wpseo_content_score','30'),(32359,6048,'_yoast_wpseo_primary_category',''),(32364,6048,'_yoast_wpseo_focuskw','Instagram for your restaurant or bar'),(32365,6048,'_yoast_wpseo_metadesc','According to eMarketer, users spend an average of 28 minutes per day on Instagram, with 200 million of them visiting at least one business profile in that time.'),(32366,6048,'_yoast_wpseo_linkdex','57'),(32370,6053,'_wp_attached_file','2019/11/FatMedia_1600x550-OTP01.jpg'),(32371,6053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:35:\"2019/11/FatMedia_1600x550-OTP01.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"FatMedia_1600x550-OTP01-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"FatMedia_1600x550-OTP01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"FatMedia_1600x550-OTP01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"FatMedia_1600x550-OTP01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"FatMedia_1600x550-OTP01-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"FatMedia_1600x550-OTP01-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"FatMedia_1600x550-OTP01-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32372,6053,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5097872581513272;s:5:\"bytes\";i:3184;s:11:\"size_before\";i:70602;s:10:\"size_after\";i:67418;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8700000000000001;s:5:\"bytes\";i:125;s:11:\"size_before\";i:4349;s:10:\"size_after\";i:4224;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8700000000000001;s:5:\"bytes\";i:121;s:11:\"size_before\";i:6462;s:10:\"size_after\";i:6341;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:1015;s:11:\"size_before\";i:23820;s:10:\"size_after\";i:22805;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:35971;s:10:\"size_after\";i:34048;s:4:\"time\";d:0.02;}}}'),(32373,6053,'_wp_attachment_image_alt','Fat Media'),(32374,6048,'_thumbnail_id','6053'),(32375,6048,'post_views_count','0'),(32376,6054,'_edit_last','1'),(32377,6054,'_edit_lock','1580307914:1'),(32378,6055,'_wp_attached_file','2019/11/DSC_0383_EDIT.jpg'),(32379,6055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2712;s:6:\"height\";i:4000;s:4:\"file\";s:25:\"2019/11/DSC_0383_EDIT.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-150x150.jpg\";s:5:\"width\";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:\"DSC_0383_EDIT-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"DSC_0383_EDIT-768x1133.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"DSC_0383_EDIT-694x1024.jpg\";s:5:\"width\";i:694;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"DSC_0383_EDIT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"DSC_0383_EDIT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"DSC_0383_EDIT-696x1027.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1027;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"DSC_0383_EDIT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"DSC_0383_EDIT-1068x1575.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"DSC_0383_EDIT-285x420.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"DSC_0383_EDIT-1920x2832.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2832;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571397250\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32380,6055,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2525015081858086;s:5:\"bytes\";i:5414;s:11:\"size_before\";i:240355;s:10:\"size_after\";i:234941;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:474;s:11:\"size_before\";i:7909;s:10:\"size_after\";i:7435;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:744;s:11:\"size_before\";i:16586;s:10:\"size_after\";i:15842;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8700000000000001;s:5:\"bytes\";i:2163;s:11:\"size_before\";i:115798;s:10:\"size_after\";i:113635;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0299999999999998;s:5:\"bytes\";i:2033;s:11:\"size_before\";i:100062;s:10:\"size_after\";i:98029;s:4:\"time\";d:0.050000000000000003;}}}'),(32381,6055,'_wp_attachment_image_alt','Sally Abe'),(32382,6054,'slide_template','default'),(32383,6054,'tdc_dirty_content','1'),(32384,6054,'tdc_icon_fonts','a:0:{}'),(32385,6054,'tdc_google_fonts','a:0:{}'),(32386,6054,'_yoast_wpseo_focuskw','Interview with Sally Abé'),(32387,6054,'_yoast_wpseo_metadesc','Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.'),(32388,6054,'_yoast_wpseo_linkdex','55'),(32389,6054,'_yoast_wpseo_content_score','60'),(32390,6054,'_yoast_wpseo_primary_category','509'),(32391,6058,'_wp_attached_file','2019/11/DSC_0420_EDIT.jpg'),(32392,6058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:25:\"2019/11/DSC_0420_EDIT.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-150x150.jpg\";s:5:\"width\";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:\"DSC_0420_EDIT-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:25:\"DSC_0420_EDIT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"DSC_0420_EDIT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:23:\"DSC_0420_EDIT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:24:\"DSC_0420_EDIT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:26:\"DSC_0420_EDIT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"DSC_0420_EDIT-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:25:\"DSC_0420_EDIT-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:27:\"DSC_0420_EDIT-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571398478\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32393,6058,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4579945799457992;s:5:\"bytes\";i:6380;s:11:\"size_before\";i:184500;s:10:\"size_after\";i:178120;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6705;s:10:\"size_after\";i:6353;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:654;s:11:\"size_before\";i:14141;s:10:\"size_after\";i:13487;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:2147;s:11:\"size_before\";i:63346;s:10:\"size_after\";i:61199;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:3227;s:11:\"size_before\";i:100308;s:10:\"size_after\";i:97081;s:4:\"time\";d:0.040000000000000001;}}}'),(32394,6058,'_wp_attachment_image_alt','Slow cooked egg with a salad of duck hearts, bacon and hazelnuts'),(32395,6062,'_wp_attached_file','2019/11/DSC_0406_EDIT-e1574245892262.jpg'),(32396,6062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:2580;s:4:\"file\";s:40:\"2019/11/DSC_0406_EDIT-e1574245892262.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-768x330.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"DSC_0406_EDIT-e1574245892262-1024x440.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"DSC_0406_EDIT-e1574245892262-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"DSC_0406_EDIT-e1574245892262-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-696x299.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"DSC_0406_EDIT-e1574245892262-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"DSC_0406_EDIT-e1574245892262-1068x459.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"DSC_0406_EDIT-e1574245892262-977x420.jpg\";s:5:\"width\";i:977;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:41:\"DSC_0406_EDIT-e1574245892262-1920x826.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1571398197\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32397,6062,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.296121315793044;s:5:\"bytes\";i:71367;s:11:\"size_before\";i:220977;s:10:\"size_after\";i:149610;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.49;s:5:\"bytes\";i:908;s:11:\"size_before\";i:7581;s:10:\"size_after\";i:6558;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.880000000000003;s:5:\"bytes\";i:1492;s:11:\"size_before\";i:16159;s:10:\"size_after\";i:10522;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.009999999999998;s:5:\"bytes\";i:5598;s:11:\"size_before\";i:75137;s:10:\"size_after\";i:50332;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.68;s:5:\"bytes\";i:7751;s:11:\"size_before\";i:122100;s:10:\"size_after\";i:82198;s:4:\"time\";d:0.040000000000000001;}}}'),(32398,6062,'_wp_attachment_image_alt','Sally Abe interview'),(32399,6062,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:17:\"DSC_0406_EDIT.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"DSC_0406_EDIT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:23:\"DSC_0406_EDIT-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:24:\"DSC_0406_EDIT-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:26:\"DSC_0406_EDIT-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:26:\"DSC_0406_EDIT-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:25:\"DSC_0406_EDIT-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:27:\"DSC_0406_EDIT-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32400,6054,'_thumbnail_id','6062'),(32401,6054,'post_views_count','0'),(32402,6073,'_edit_last','1'),(32403,6073,'_edit_lock','1574341352:1'),(32404,6074,'_wp_attached_file','2019/11/Void-Audio-004.jpg'),(32405,6074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8256;s:6:\"height\";i:5504;s:4:\"file\";s:26:\"2019/11/Void-Audio-004.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-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:\"Void-Audio-004-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Void-Audio-004-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Void-Audio-004-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Void-Audio-004-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Void-Audio-004-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"Void-Audio-004-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Void-Audio-004-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"Void-Audio-004-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:28:\"DOUBLE EXPOSURE PHOTOGRAPHIC\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563195935\";s:9:\"copyright\";s:33:\"Double Exposure Photographic 2019\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32406,6074,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.4167562316078985;s:5:\"bytes\";i:20064;s:11:\"size_before\";i:213067;s:10:\"size_after\";i:193003;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:580;s:11:\"size_before\";i:7528;s:10:\"size_after\";i:6948;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9600000000000009;s:5:\"bytes\";i:1735;s:11:\"size_before\";i:17425;s:10:\"size_after\";i:15690;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5999999999999996;s:5:\"bytes\";i:7143;s:11:\"size_before\";i:74416;s:10:\"size_after\";i:67273;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3300000000000001;s:5:\"bytes\";i:10606;s:11:\"size_before\";i:113698;s:10:\"size_after\";i:103092;s:4:\"time\";d:0.050000000000000003;}}}'),(32407,6074,'_wp_attachment_image_alt','Void OTP'),(32408,6073,'_thumbnail_id','6074'),(32409,6073,'slide_template','default'),(32410,6073,'tdc_dirty_content','1'),(32411,6073,'tdc_icon_fonts','a:0:{}'),(32412,6073,'tdc_google_fonts','a:0:{}'),(32413,6073,'_yoast_wpseo_focuskw','Void Acoustics Venu series'),(32414,6073,'_yoast_wpseo_metadesc','Relied on as an audio installation staple for the past five years, the Void Acoustics Venu range has recently been significantly enhanced, together with receiving a complete aesthetic overhaul.'),(32415,6073,'_yoast_wpseo_linkdex','55'),(32416,6073,'_yoast_wpseo_content_score','30'),(32417,6073,'_yoast_wpseo_primary_category','10'),(32418,6073,'post_views_count','0'),(32422,6073,'_wp_old_date','2019-11-20'),(32423,6073,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/Void-Audio-004.jpg\";s:5:\"title\";s:26:\"Void Acoustics Venu series\";s:7:\"caption\";s:0:\"\";}'),(32426,6073,'_yoast_wpseo_twitter-image','https://www.ontradeprogress.com/wp-content/uploads/2019/11/Void-Audio-004.jpg'),(32427,6073,'_yoast_wpseo_twitter-image-id','6074'),(32428,6077,'_edit_last','1'),(32429,6077,'_edit_lock','1575365849:1'),(32430,6077,'slide_template','default'),(32431,6077,'tdc_dirty_content','1'),(32432,6077,'tdc_icon_fonts','a:0:{}'),(32433,6077,'tdc_google_fonts','a:0:{}'),(32434,6077,'_yoast_wpseo_focuskw','Fourpure and Jameson create the perfect nightcap'),(32435,6077,'_yoast_wpseo_metadesc','Bermondsey-based Fourpure Brewing Co. has joined forces with Jameson Irish Whiskey to create a new limited-edition Barrel-Aged Irish Coffee Imperial Stout – Nightcap (9%).'),(32436,6077,'_yoast_wpseo_linkdex','53'),(32437,6077,'_yoast_wpseo_content_score','60'),(32438,6077,'_yoast_wpseo_primary_category','2'),(32439,6079,'_edit_last','1'),(32440,6079,'_edit_lock','1574780442:1'),(32441,6079,'slide_template','default'),(32442,6079,'tdc_dirty_content','1'),(32443,6079,'tdc_icon_fonts','a:0:{}'),(32444,6079,'tdc_google_fonts','a:0:{}'),(32445,6079,'_yoast_wpseo_focuskw','Drinkaware relaunches night-time economy safety scheme'),(32446,6079,'_yoast_wpseo_metadesc','Drinkaware is relaunching its successful Drinkaware Crew scheme with a new name - Nightlife Crew - and a new structure that includes five different training offers to extend the scheme into a wider range of environments.'),(32447,6079,'_yoast_wpseo_linkdex','55'),(32448,6079,'_yoast_wpseo_content_score','30'),(32449,6079,'_yoast_wpseo_primary_category','8'),(32450,6081,'_wp_attached_file','2019/11/DrinkawareNightlifeCrew-e1574757695710.jpg'),(32451,6081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:2595;s:4:\"file\";s:50:\"2019/11/DrinkawareNightlifeCrew-e1574757695710.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-768x332.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"DrinkawareNightlifeCrew-e1574757695710-1024x443.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:48:\"DrinkawareNightlifeCrew-e1574757695710-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:49:\"DrinkawareNightlifeCrew-e1574757695710-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-696x301.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:51:\"DrinkawareNightlifeCrew-e1574757695710-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:51:\"DrinkawareNightlifeCrew-e1574757695710-1068x462.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:50:\"DrinkawareNightlifeCrew-e1574757695710-971x420.jpg\";s:5:\"width\";i:971;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:51:\"DrinkawareNightlifeCrew-e1574757695710-1920x830.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"3.3\";s:6:\"credit\";s:11:\"Lee Boswell\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:81:\"Drinkaware crew at Level nightclub in Bolton.\r\rcredit:  leeboswellphotography.com\";s:17:\"created_timestamp\";s:10:\"1469820057\";s:9:\"copyright\";s:27:\"Lee Boswell Photography Ltd\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:13:\"Limited Space\";s:11:\"orientation\";s:1:\"0\";}}'),(32452,6081,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.320541145849095;s:5:\"bytes\";i:48439;s:11:\"size_before\";i:165205;s:10:\"size_after\";i:116766;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:744;s:11:\"size_before\";i:6924;s:10:\"size_after\";i:6543;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:13885;s:10:\"size_after\";i:9997;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.739999999999998;s:5:\"bytes\";i:3474;s:11:\"size_before\";i:55822;s:10:\"size_after\";i:39220;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.120000000000001;s:5:\"bytes\";i:5746;s:11:\"size_before\";i:88574;s:10:\"size_after\";i:61006;s:4:\"time\";d:0.029999999999999999;}}}'),(32453,6081,'_wp_attachment_image_alt','Drinkaware nightlight crew'),(32454,6081,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:3992;s:4:\"file\";s:27:\"DrinkawareNightlifeCrew.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:36:\"DrinkawareNightlifeCrew-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:33:\"DrinkawareNightlifeCrew-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:34:\"DrinkawareNightlifeCrew-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:36:\"DrinkawareNightlifeCrew-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:36:\"DrinkawareNightlifeCrew-1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:35:\"DrinkawareNightlifeCrew-631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:37:\"DrinkawareNightlifeCrew-1920x1277.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32455,6079,'_thumbnail_id','6081'),(32456,6079,'post_views_count','0'),(32457,6077,'post_views_count','0'),(32463,6084,'_wp_attached_file','2019/11/Fourpure_1600x550-OTP.jpg'),(32464,6084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6667;s:6:\"height\";i:2292;s:4:\"file\";s:33:\"2019/11/Fourpure_1600x550-OTP.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Fourpure_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Fourpure_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Fourpure_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Fourpure_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Fourpure_1600x550-OTP-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Fourpure_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Fourpure_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:34:\"Fourpure_1600x550-OTP-1920x660.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32465,6084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5384861157459024;s:5:\"bytes\";i:9209;s:11:\"size_before\";i:140843;s:10:\"size_after\";i:131634;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:346;s:11:\"size_before\";i:5960;s:10:\"size_after\";i:5614;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:805;s:11:\"size_before\";i:11096;s:10:\"size_after\";i:10291;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:3302;s:11:\"size_before\";i:48576;s:10:\"size_after\";i:45274;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:4756;s:11:\"size_before\";i:75211;s:10:\"size_after\";i:70455;s:4:\"time\";d:0.029999999999999999;}}}'),(32466,6084,'_wp_attachment_image_alt','Nightcap'),(32467,6077,'_thumbnail_id','6084'),(32468,6079,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:101:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DrinkawareNightlifeCrew-e1574757695710.jpg\";s:5:\"title\";s:13:\"Limited Space\";s:7:\"caption\";s:81:\"Drinkaware crew at Level nightclub in Bolton.\n\ncredit:  leeboswellphotography.com\";}'),(32477,6085,'_wp_attached_file','2019/06/PUB20-banner-1068x213.jpg'),(32478,6085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1068;s:6:\"height\";i:213;s:4:\"file\";s:33:\"2019/06/PUB20-banner-1068x213.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"PUB20-banner-1068x213-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"PUB20-banner-1068x213-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"PUB20-banner-1068x213-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"PUB20-banner-1068x213-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-324x213.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-324x213.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-356x213.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-356x213.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-485x213.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-533x213.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-534x213.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-696x139.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-696x213.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"PUB20-banner-1068x213-741x213.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"PUB20-banner-1068x213-1068x213.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"PUB20-banner-1068x213-1068x213.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(32479,6085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7666511345504867;s:5:\"bytes\";i:4084;s:11:\"size_before\";i:70821;s:10:\"size_after\";i:66737;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:304;s:11:\"size_before\";i:5064;s:10:\"size_after\";i:4760;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:360;s:11:\"size_before\";i:5803;s:10:\"size_after\";i:5443;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1522;s:11:\"size_before\";i:24004;s:10:\"size_after\";i:22482;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:1898;s:11:\"size_before\";i:35950;s:10:\"size_after\";i:34052;s:4:\"time\";d:0.02;}}}'),(32480,6085,'_wp_attachment_image_link','https://www.thepubshow.co.uk/?utm_source=ontradeprogress&utm_medium=partner&utm_campaign=banner-website&utm_content=general'),(32481,6085,'_wp_attachment_image_alt','Pub20'),(32482,6088,'_edit_last','1'),(32483,6088,'_edit_lock','1575365803:1'),(32490,6088,'slide_template','default'),(32491,6088,'tdc_dirty_content','1'),(32492,6088,'tdc_icon_fonts','a:0:{}'),(32493,6088,'tdc_google_fonts','a:0:{}'),(32494,6088,'_yoast_wpseo_content_score','90'),(32495,6088,'_yoast_wpseo_primary_category','544'),(32496,6091,'_wp_attached_file','2019/11/LEVITAS-range-e1574934012738.jpg'),(32497,6091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1624;s:6:\"height\";i:586;s:4:\"file\";s:40:\"2019/11/LEVITAS-range-e1574934012738.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-768x277.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"LEVITAS-range-e1574934012738-1024x369.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:38:\"LEVITAS-range-e1574934012738-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:39:\"LEVITAS-range-e1574934012738-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-696x251.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:40:\"LEVITAS-range-e1574934012738-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:41:\"LEVITAS-range-e1574934012738-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:41:\"LEVITAS-range-e1574934012738-1068x385.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:41:\"LEVITAS-range-e1574934012738-1164x420.jpg\";s:5:\"width\";i:1164;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547117051\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32498,6091,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:48.258962855179661;s:5:\"bytes\";i:95518;s:11:\"size_before\";i:197928;s:10:\"size_after\";i:102410;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:561;s:11:\"size_before\";i:5956;s:10:\"size_after\";i:5698;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.829999999999998;s:5:\"bytes\";i:849;s:11:\"size_before\";i:13378;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.369999999999997;s:5:\"bytes\";i:2377;s:11:\"size_before\";i:88010;s:10:\"size_after\";i:34002;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.07;s:5:\"bytes\";i:2730;s:11:\"size_before\";i:90584;s:10:\"size_after\";i:55196;s:4:\"time\";d:0.040000000000000001;}}}'),(32499,6091,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1627;s:6:\"height\";i:2131;s:4:\"file\";s:17:\"LEVITAS-range.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"LEVITAS-range-768x1006.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1006;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"LEVITAS-range-782x1024.jpg\";s:5:\"width\";i:782;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:23:\"LEVITAS-range-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:24:\"LEVITAS-range-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-696x912.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:26:\"LEVITAS-range-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:27:\"LEVITAS-range-1068x1399.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:25:\"LEVITAS-range-321x420.jpg\";s:5:\"width\";i:321;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32500,6091,'_wp_attachment_image_alt','Artis Levitas range'),(32501,6088,'_thumbnail_id','6091'),(32502,6088,'_yoast_wpseo_focuskw','Artis showcase their Levitas range'),(32503,6088,'_yoast_wpseo_metadesc','New from Artis® is Levitas, an elegant collection of short stem glassware. The collection offers a great alternative to traditional stemware to showcase a variety of drink serves.'),(32504,6088,'_yoast_wpseo_linkdex','41'),(32508,6088,'post_views_count','0'),(32509,6093,'_edit_last','1'),(32510,6093,'_edit_lock','1575365918:1'),(32511,6094,'_wp_attached_file','2019/12/Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734.jpg'),(32512,6094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2635;s:6:\"height\";i:1179;s:4:\"file\";s:74:\"2019/12/Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-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:75:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-1024x458.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:72:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:73:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-696x311.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:75:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:75:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-1068x478.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:74:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-939x420.jpg\";s:5:\"width\";i:939;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:75:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734-1920x859.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574769116\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32513,6094,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:48.577155103984758;s:5:\"bytes\";i:122395;s:11:\"size_before\";i:251960;s:10:\"size_after\";i:129565;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.210000000000001;s:5:\"bytes\";i:646;s:11:\"size_before\";i:6696;s:10:\"size_after\";i:5343;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.700000000000003;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:19107;s:10:\"size_after\";i:9801;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.159999999999997;s:5:\"bytes\";i:5213;s:11:\"size_before\";i:86473;s:10:\"size_after\";i:43966;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.560000000000002;s:5:\"bytes\";i:8529;s:11:\"size_before\";i:139684;s:10:\"size_after\";i:70455;s:4:\"time\";d:0.050000000000000003;}}}'),(32514,6094,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2635;s:6:\"height\";i:2635;s:4:\"file\";s:51:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:61:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:57:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:58:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:60:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:61:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:59:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:61:\"Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-1920x1920.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32515,6094,'_wp_attachment_image_alt','Oliver Kay'),(32516,6093,'_thumbnail_id','6094'),(32517,6093,'slide_template','default'),(32518,6093,'tdc_dirty_content','1'),(32519,6093,'tdc_icon_fonts','a:0:{}'),(32520,6093,'tdc_google_fonts','a:0:{}'),(32521,6093,'_yoast_wpseo_focuskw','Oliver Kay Produce appoints new development chef'),(32522,6093,'_yoast_wpseo_metadesc','Fresh produce specialist Oliver Kay Produce has appointed Dean Kinsey as development chef.'),(32523,6093,'_yoast_wpseo_linkdex','55'),(32524,6093,'_yoast_wpseo_content_score','30'),(32525,6093,'_yoast_wpseo_primary_category','3'),(32526,6093,'post_views_count','0'),(32527,6096,'_edit_last','1'),(32528,6096,'_edit_lock','1575365689:1'),(32529,6097,'_wp_attached_file','2019/12/gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287.jpg'),(32530,6097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:543;s:4:\"file\";s:91:\"2019/12/gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-768x278.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:92:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-1024x371.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:89:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:90:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-696x252.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:91:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:92:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-1068x543.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:92:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-1068x387.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:92:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287-1160x420.jpg\";s:5:\"width\";i:1160;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 80D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1547211148\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32531,6097,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:42.24765900897021;s:5:\"bytes\";i:137337;s:11:\"size_before\";i:325076;s:10:\"size_after\";i:187739;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:9850;s:10:\"size_after\";i:9087;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.609999999999999;s:5:\"bytes\";i:2220;s:11:\"size_before\";i:21271;s:10:\"size_after\";i:11569;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.600000000000001;s:5:\"bytes\";i:10550;s:11:\"size_before\";i:110210;s:10:\"size_after\";i:62161;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.899999999999999;s:5:\"bytes\";i:16565;s:11:\"size_before\";i:183745;s:10:\"size_after\";i:104922;s:4:\"time\";d:0.029999999999999999;}}}'),(32532,6097,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:68:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:77:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:74:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:75:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:77:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:77:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:76:\"gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32533,6097,'_wp_attachment_image_alt','Jesper Højer appointed as new chair'),(32534,6096,'_thumbnail_id','6097'),(32535,6096,'slide_template','default'),(32536,6096,'tdc_dirty_content','1'),(32537,6096,'tdc_icon_fonts','a:0:{}'),(32538,6096,'tdc_google_fonts','a:0:{}'),(32539,6096,'_yoast_wpseo_focuskw','Meatless Farm Co. appoints Jesper Højer'),(32540,6096,'_yoast_wpseo_metadesc','Innovative British food company, The Meatless Farm Co, has today appointed Jesper Højer as its new chair, one of a series of hires to help grow the plant-based meat alternatives business globally.'),(32541,6096,'_yoast_wpseo_linkdex','49'),(32542,6096,'_yoast_wpseo_content_score','30'),(32543,6096,'_yoast_wpseo_primary_category','3'),(32547,6096,'post_views_count','0'),(32548,6096,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:142:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured-e1575365536287.jpg\";s:5:\"title\";s:78:\"Meatless Farm gluten free vegan spaghetti-meatballs-recipe-dairy-free-featured\";s:7:\"caption\";s:0:\"\";}'),(32551,6088,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/LEVITAS-range-e1574934012738.jpg\";s:5:\"title\";s:13:\"LEVITAS range\";s:7:\"caption\";s:0:\"\";}'),(32554,6077,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/Fourpure_1600x550-OTP.jpg\";s:5:\"title\";s:31:\"Fourpure &amp; Jameson Nightcap\";s:7:\"caption\";s:0:\"\";}'),(32557,6093,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:125:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Dean-Kinsey-Development-Chef-Oliver-Kay-Produce-e1575364620734.jpg\";s:5:\"title\";s:47:\"Dean Kinsey Development Chef Oliver Kay Produce\";s:7:\"caption\";s:0:\"\";}'),(32560,6105,'_edit_last','1'),(32561,6105,'_edit_lock','1575382951:1'),(32562,6105,'slide_template','default'),(32563,6105,'tdc_dirty_content','1'),(32564,6105,'tdc_icon_fonts','a:0:{}'),(32565,6105,'tdc_google_fonts','a:0:{}'),(32566,6105,'_yoast_wpseo_focuskw','Have yourself a Merry busy Christmas'),(32567,6105,'_yoast_wpseo_metadesc','‘Tis the season – not only to be jolly, but to tempt more customers through your doors and keep them staying longer.'),(32568,6105,'_yoast_wpseo_linkdex','59'),(32569,6105,'_yoast_wpseo_content_score','30'),(32570,6105,'_yoast_wpseo_primary_category','8'),(32571,6107,'_edit_last','1'),(32572,6107,'_edit_lock','1575473237:1'),(32573,6105,'post_views_count','0'),(32574,6108,'_edit_last','1'),(32575,6108,'_edit_lock','1575556548:1'),(32576,6109,'_wp_attached_file','2019/12/Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655.jpg'),(32577,6109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2781;s:6:\"height\";i:945;s:4:\"file\";s:65:\"2019/12/Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:63:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:64:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-696x237.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:65:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:66:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:66:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-1068x363.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:66:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-1236x420.jpg\";s:5:\"width\";i:1236;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:66:\"Basmati-Wild-Rice-Baked-Tomato-resized-e1575548527655-1920x652.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503579382\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32578,6109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.599796945900586;s:5:\"bytes\";i:107626;s:11:\"size_before\";i:241315;s:10:\"size_after\";i:133689;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5199999999999996;s:5:\"bytes\";i:740;s:11:\"size_before\";i:7067;s:10:\"size_after\";i:6394;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.789999999999999;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:15249;s:10:\"size_after\";i:8876;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.409999999999997;s:5:\"bytes\";i:4641;s:11:\"size_before\";i:81614;s:10:\"size_after\";i:44552;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.229999999999997;s:5:\"bytes\";i:7496;s:11:\"size_before\";i:137385;s:10:\"size_after\";i:73867;s:4:\"time\";d:0.070000000000000007;}}}'),(32579,6109,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2781;s:6:\"height\";i:1856;s:4:\"file\";s:42:\"Basmati-Wild-Rice-Baked-Tomato-resized.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:51:\"Basmati-Wild-Rice-Baked-Tomato-resized-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:48:\"Basmati-Wild-Rice-Baked-Tomato-resized-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:49:\"Basmati-Wild-Rice-Baked-Tomato-resized-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-696x465.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:51:\"Basmati-Wild-Rice-Baked-Tomato-resized-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:51:\"Basmati-Wild-Rice-Baked-Tomato-resized-1068x713.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:50:\"Basmati-Wild-Rice-Baked-Tomato-resized-629x420.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:52:\"Basmati-Wild-Rice-Baked-Tomato-resized-1920x1281.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32580,6109,'_wp_attachment_image_alt','The growing Veganuary revolution'),(32581,6108,'_thumbnail_id','6119'),(32582,6108,'slide_template','default'),(32583,6108,'tdc_dirty_content','1'),(32584,6108,'tdc_icon_fonts','a:0:{}'),(32585,6108,'tdc_google_fonts','a:0:{}'),(32586,6108,'_yoast_wpseo_focuskw','Mix up the festive magic with MONIN'),(32587,6108,'_yoast_wpseo_metadesc','Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million consumers heading out of home to celebrate the festive season.'),(32588,6108,'_yoast_wpseo_linkdex','59'),(32589,6108,'_yoast_wpseo_content_score','30'),(32590,6108,'_yoast_wpseo_primary_category','2'),(32591,6116,'_wp_attached_file','2019/12/image011.png'),(32592,6116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:164;s:4:\"file\";s:20:\"2019/12/image011.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image011-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image011-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image011-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image011-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image011-200x160.png\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32593,6116,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53240;s:10:\"size_after\";i:53240;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53240;s:10:\"size_after\";i:53240;s:4:\"time\";d:0.040000000000000001;}}}'),(32594,6117,'_wp_attached_file','2019/12/image013.png'),(32595,6117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:158;s:6:\"height\";i:202;s:4:\"file\";s:20:\"2019/12/image013.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image013-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image013-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image013-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image013-158x150.png\";s:5:\"width\";i:158;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image013-158x198.png\";s:5:\"width\";i:158;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image013-158x160.png\";s:5:\"width\";i:158;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32596,6117,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52212;s:10:\"size_after\";i:52212;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52212;s:10:\"size_after\";i:52212;s:4:\"time\";d:0.050000000000000003;}}}'),(32597,6118,'_wp_attached_file','2019/12/image015.png'),(32598,6118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:159;s:6:\"height\";i:220;s:4:\"file\";s:20:\"2019/12/image015.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image015-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:18:\"image015-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:19:\"image015-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:20:\"image015-159x150.png\";s:5:\"width\";i:159;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:20:\"image015-159x198.png\";s:5:\"width\";i:159;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:20:\"image015-159x160.png\";s:5:\"width\";i:159;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:20:\"image015-159x220.png\";s:5:\"width\";i:159;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32599,6118,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50701;s:10:\"size_after\";i:50701;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50701;s:10:\"size_after\";i:50701;s:4:\"time\";d:0.029999999999999999;}}}'),(32600,6119,'_wp_attached_file','2019/12/MONIN_1600x550-OTP01.jpg'),(32601,6119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:32:\"2019/12/MONIN_1600x550-OTP01.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"MONIN_1600x550-OTP01-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"MONIN_1600x550-OTP01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"MONIN_1600x550-OTP01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"MONIN_1600x550-OTP01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"MONIN_1600x550-OTP01-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"MONIN_1600x550-OTP01-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"MONIN_1600x550-OTP01-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32602,6119,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.203203681194652;s:5:\"bytes\";i:3873;s:11:\"size_before\";i:92144;s:10:\"size_after\";i:88271;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:214;s:11:\"size_before\";i:5042;s:10:\"size_after\";i:4828;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:479;s:11:\"size_before\";i:8136;s:10:\"size_after\";i:7657;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:31521;s:10:\"size_after\";i:30157;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:47445;s:10:\"size_after\";i:45629;s:4:\"time\";d:0.050000000000000003;}}}'),(32603,6119,'_wp_attachment_image_alt',''),(32604,6108,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/MONIN_1600x550-OTP01.jpg\";s:5:\"title\";s:20:\"MONIN_1600x550 OTP01\";s:7:\"caption\";s:0:\"\";}'),(32605,6108,'post_views_count','0'),(32606,6124,'_edit_last','1'),(32607,6124,'_edit_lock','1576155036:1'),(32608,6124,'slide_template','default'),(32609,6124,'tdc_dirty_content','1'),(32610,6124,'tdc_icon_fonts','a:0:{}'),(32611,6124,'tdc_google_fonts','a:0:{}'),(32612,6124,'_yoast_wpseo_content_score','30'),(32613,6124,'_yoast_wpseo_primary_category','510'),(32614,6126,'_wp_attached_file','2019/12/Pub_19_Day_1_Edit_0371_464A9256-e1576141640658.jpg'),(32615,6126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4948;s:6:\"height\";i:2065;s:4:\"file\";s:58:\"2019/12/Pub_19_Day_1_Edit_0371_464A9256-e1576141640658.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:56:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:57:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-696x290.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:58:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:59:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:59:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-1068x446.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:59:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-1006x420.jpg\";s:5:\"width\";i:1006;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:59:\"Pub_19_Day_1_Edit_0371_464A9256-e1576141640658-1920x801.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549370725\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32616,6126,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.575481792131441;s:5:\"bytes\";i:91659;s:11:\"size_before\";i:243933;s:10:\"size_after\";i:152274;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.51;s:5:\"bytes\";i:1361;s:11:\"size_before\";i:9026;s:10:\"size_after\";i:8077;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.140000000000001;s:5:\"bytes\";i:1908;s:11:\"size_before\";i:18800;s:10:\"size_after\";i:11818;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.210000000000001;s:5:\"bytes\";i:5595;s:11:\"size_before\";i:84015;s:10:\"size_after\";i:51917;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.090000000000003;s:5:\"bytes\";i:7451;s:11:\"size_before\";i:132092;s:10:\"size_after\";i:80462;s:4:\"time\";d:0.040000000000000001;}}}'),(32617,6126,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4948;s:6:\"height\";i:3299;s:4:\"file\";s:35:\"Pub_19_Day_1_Edit_0371_464A9256.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:44:\"Pub_19_Day_1_Edit_0371_464A9256-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:41:\"Pub_19_Day_1_Edit_0371_464A9256-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:42:\"Pub_19_Day_1_Edit_0371_464A9256-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:44:\"Pub_19_Day_1_Edit_0371_464A9256-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:44:\"Pub_19_Day_1_Edit_0371_464A9256-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:43:\"Pub_19_Day_1_Edit_0371_464A9256-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:45:\"Pub_19_Day_1_Edit_0371_464A9256-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32618,6126,'_wp_attachment_image_alt',''),(32619,6124,'_thumbnail_id','6126'),(32620,6124,'_yoast_wpseo_focuskw','First orders called as registration opens for PUB20'),(32621,6124,'_yoast_wpseo_metadesc','PUB20, the UK’s only dedicated trade show for the pub industry, is back for a sixth year in February 2020.'),(32622,6124,'_yoast_wpseo_linkdex','61'),(32626,6129,'_edit_last','1'),(32627,6129,'_edit_lock','1576144636:1'),(32628,6130,'_wp_attached_file','2019/12/Ben-Hood-CEO.jpg'),(32629,6130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2848;s:6:\"height\";i:4288;s:4:\"file\";s:24:\"2019/12/Ben-Hood-CEO.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Ben-Hood-CEO-768x1156.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Ben-Hood-CEO-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:22:\"Ben-Hood-CEO-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:23:\"Ben-Hood-CEO-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:25:\"Ben-Hood-CEO-696x1048.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:25:\"Ben-Hood-CEO-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:26:\"Ben-Hood-CEO-1068x1608.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:24:\"Ben-Hood-CEO-279x420.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:26:\"Ben-Hood-CEO-1920x2891.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2891;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D300S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1361378209\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32630,6130,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8437954346701897;s:5:\"bytes\";i:21584;s:11:\"size_before\";i:369349;s:10:\"size_after\";i:347765;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:306;s:11:\"size_before\";i:5683;s:10:\"size_after\";i:5377;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:723;s:11:\"size_before\";i:13991;s:10:\"size_after\";i:13268;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:11531;s:11:\"size_before\";i:196083;s:10:\"size_after\";i:184552;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:9024;s:11:\"size_before\";i:153592;s:10:\"size_after\";i:144568;s:4:\"time\";d:0.070000000000000007;}}}'),(32631,6130,'_wp_attachment_image_alt',''),(32632,6129,'slide_template','default'),(32633,6129,'tdc_dirty_content','1'),(32634,6129,'tdc_icon_fonts','a:0:{}'),(32635,6129,'tdc_google_fonts','a:0:{}'),(32636,6129,'_yoast_wpseo_focuskw','Fourth announces Clinton Anderson and John Whitmarsh as new CEO and CFO'),(32637,6129,'_yoast_wpseo_metadesc','Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.'),(32638,6129,'_yoast_wpseo_linkdex','56'),(32639,6129,'_yoast_wpseo_content_score','30'),(32640,6129,'_yoast_wpseo_primary_category','8'),(32641,6135,'_wp_attached_file','2019/12/Fourth_1600x550-OTP.jpg'),(32642,6135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:31:\"2019/12/Fourth_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Fourth_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Fourth_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Fourth_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Fourth_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Fourth_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Fourth_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32643,6135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.387695091608233;s:5:\"bytes\";i:5796;s:11:\"size_before\";i:35368;s:10:\"size_after\";i:29572;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:306;s:11:\"size_before\";i:4012;s:10:\"size_after\";i:3706;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.26;s:5:\"bytes\";i:358;s:11:\"size_before\";i:2920;s:10:\"size_after\";i:2562;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.289999999999999;s:5:\"bytes\";i:1900;s:11:\"size_before\";i:10991;s:10:\"size_after\";i:9091;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001;s:5:\"bytes\";i:3232;s:11:\"size_before\";i:17445;s:10:\"size_after\";i:14213;s:4:\"time\";d:0.02;}}}'),(32644,6135,'_wp_attachment_image_alt','Fourth appoints new CEO and CFO'),(32655,6139,'_wp_attached_file','2019/12/Fourth_1600x550-OTP-1.jpg'),(32656,6139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:33:\"2019/12/Fourth_1600x550-OTP-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP-1-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Fourth_1600x550-OTP-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP-1-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP-1-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP-1-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32657,6139,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3155267992131749;s:5:\"bytes\";i:4500;s:11:\"size_before\";i:61513;s:10:\"size_after\";i:57013;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6692;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:338;s:11:\"size_before\";i:5258;s:10:\"size_after\";i:4920;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:1480;s:11:\"size_before\";i:19866;s:10:\"size_after\";i:18386;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:2285;s:11:\"size_before\";i:29697;s:10:\"size_after\";i:27412;s:4:\"time\";d:0.02;}}}'),(32658,6139,'_wp_attachment_image_alt','Fourth appoints new CEO and CFO'),(32659,6129,'_thumbnail_id','6140'),(32660,6140,'_wp_attached_file','2019/12/Fourth_1600x550-OTP02.jpg'),(32661,6140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:33:\"2019/12/Fourth_1600x550-OTP02.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP02-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Fourth_1600x550-OTP02-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Fourth_1600x550-OTP02-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Fourth_1600x550-OTP02-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP02-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP02-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Fourth_1600x550-OTP02-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32662,6140,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.956932337069324;s:5:\"bytes\";i:5765;s:11:\"size_before\";i:38544;s:10:\"size_after\";i:32779;s:4:\"time\";d:0.060000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:263;s:11:\"size_before\";i:4279;s:10:\"size_after\";i:4016;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.33;s:5:\"bytes\";i:382;s:11:\"size_before\";i:3097;s:10:\"size_after\";i:2715;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:11915;s:10:\"size_after\";i:10038;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.84;s:5:\"bytes\";i:3243;s:11:\"size_before\";i:19253;s:10:\"size_after\";i:16010;s:4:\"time\";d:0.01;}}}'),(32666,6129,'post_views_count','0'),(32667,6124,'post_views_count','0'),(32668,6129,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Fourth_1600x550-OTP02.jpg\";s:5:\"title\";s:21:\"Fourth_1600x550 OTP02\";s:7:\"caption\";s:0:\"\";}'),(32671,6124,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:109:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Pub_19_Day_1_Edit_0371_464A9256-e1576141640658.jpg\";s:5:\"title\";s:5:\"PUB19\";s:7:\"caption\";s:0:\"\";}'),(32674,6143,'_edit_last','1'),(32675,6143,'_wp_page_template','default'),(32676,6143,'slide_template','default'),(32677,6143,'tdc_dirty_content','1'),(32678,6143,'tdc_icon_fonts','a:0:{}'),(32679,6143,'tdc_google_fonts','a:1:{i:0;s:3:\"394\";}'),(32680,6143,'td_homepage_loop','a:1:{s:5:\"limit\";s:2:\"10\";}'),(32681,6143,'_yoast_wpseo_content_score','60'),(32682,6143,'_edit_lock','1580917342:1'),(32683,6143,'tdc_content','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]'),(32684,6143,'_wpb_vc_js_status',''),(32689,6150,'_wp_attached_file','2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px.png'),(32690,6150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-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:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32691,6150,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136356;s:10:\"size_after\";i:136356;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33290;s:10:\"size_after\";i:33290;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103066;s:10:\"size_after\";i:103066;s:4:\"time\";d:0.12;}}}'),(32692,6150,'_wp_attachment_image_alt','Front cover issue #32'),(32823,6155,'_wp_attached_file','2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px.png'),(32824,6155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-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:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32825,6155,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112088;s:10:\"size_after\";i:112088;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32571;s:10:\"size_after\";i:32571;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79517;s:10:\"size_after\";i:79517;s:4:\"time\";d:0.11;}}}'),(32826,6155,'_wp_attachment_image_alt','Ontrade Progress magazine cover'),(32877,6159,'_edit_last','1'),(32878,6159,'_edit_lock','1578133498:1'),(32879,6159,'slide_template','default'),(32880,6159,'tdc_dirty_content','1'),(32881,6159,'tdc_icon_fonts','a:0:{}'),(32882,6159,'tdc_google_fonts','a:0:{}'),(32883,6159,'_yoast_wpseo_content_score','30'),(32884,6159,'_yoast_wpseo_primary_category','2'),(32885,6161,'_wp_attached_file','2020/01/Fix8_Kombucha-range.jpg'),(32886,6161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1428;s:4:\"file\";s:31:\"2020/01/Fix8_Kombucha-range.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Fix8_Kombucha-range-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Fix8_Kombucha-range-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Fix8_Kombucha-range-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-696x497.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Fix8_Kombucha-range-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Fix8_Kombucha-range-1068x763.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Fix8_Kombucha-range-588x420.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Fix8_Kombucha-range-1920x1371.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1371;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P45+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1210232126\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32887,6161,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3173964471474013;s:5:\"bytes\";i:9845;s:11:\"size_before\";i:185147;s:10:\"size_after\";i:175302;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:536;s:11:\"size_before\";i:8059;s:10:\"size_after\";i:7523;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:936;s:11:\"size_before\";i:15107;s:10:\"size_after\";i:14171;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:3244;s:11:\"size_before\";i:63704;s:10:\"size_after\";i:60460;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:5129;s:11:\"size_before\";i:98277;s:10:\"size_after\";i:93148;s:4:\"time\";d:0.029999999999999999;}}}'),(32888,6161,'_wp_attachment_image_alt','Fix8 Kombucha range'),(32889,6159,'_thumbnail_id','6161'),(32893,6159,'_yoast_wpseo_focuskw','Kombucha'),(32894,6159,'_yoast_wpseo_metadesc','Beer Hawk FRESH is expanding its range of premium drinks with the addition of the Fix8 Kombucha range to its chilled supply chain.'),(32895,6159,'_yoast_wpseo_linkdex','62'),(32896,6159,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Fix8_Kombucha-range.jpg\";s:5:\"title\";s:19:\"Fix8_Kombucha range\";s:7:\"caption\";s:0:\"\";}'),(32899,6159,'post_views_count','0'),(32900,6163,'_edit_last','1'),(32901,6163,'_edit_lock','1578388140:1'),(32908,6163,'slide_template','default'),(32909,6163,'tdc_dirty_content','1'),(32910,6163,'tdc_icon_fonts','a:0:{}'),(32911,6163,'tdc_google_fonts','a:0:{}'),(32912,6163,'_yoast_wpseo_focuskw','PubAid names its first president'),(32913,6163,'_yoast_wpseo_metadesc','PubAid, the organisation dedicated to promoting pubs as a force for good, has appointed Keith Bott MBE as its first ever President.'),(32914,6163,'_yoast_wpseo_linkdex','57'),(32915,6163,'_yoast_wpseo_content_score','30'),(32916,6163,'_yoast_wpseo_primary_category','510'),(32917,6166,'_wp_attached_file','2020/01/KeithBottPubAid-e1578388171106.jpg'),(32918,6166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2193;s:6:\"height\";i:838;s:4:\"file\";s:42:\"2020/01/KeithBottPubAid-e1578388171106.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"KeithBottPubAid-e1578388171106-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"KeithBottPubAid-e1578388171106-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"KeithBottPubAid-e1578388171106-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-696x266.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"KeithBottPubAid-e1578388171106-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"KeithBottPubAid-e1578388171106-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"KeithBottPubAid-e1578388171106-1068x408.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:43:\"KeithBottPubAid-e1578388171106-1099x420.jpg\";s:5:\"width\";i:1099;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"KeithBottPubAid-e1578388171106-1920x734.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3100\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1357163037\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(32919,6166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:57.021191508585098;s:5:\"bytes\";i:153992;s:11:\"size_before\";i:270061;s:10:\"size_after\";i:116069;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.32;s:5:\"bytes\";i:712;s:11:\"size_before\";i:7413;s:10:\"size_after\";i:5684;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.759999999999998;s:5:\"bytes\";i:1243;s:11:\"size_before\";i:17186;s:10:\"size_after\";i:9321;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.549999999999997;s:5:\"bytes\";i:5020;s:11:\"size_before\";i:125083;s:10:\"size_after\";i:39343;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.729999999999997;s:5:\"bytes\";i:5484;s:11:\"size_before\";i:120379;s:10:\"size_after\";i:61721;s:4:\"time\";d:0.050000000000000003;}}}'),(32920,6166,'_wp_attachment_image_alt','Keith Bott, PbAid President'),(32921,6166,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2195;s:6:\"height\";i:2995;s:4:\"file\";s:19:\"KeithBottPubAid.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:28:\"KeithBottPubAid-768x1048.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"KeithBottPubAid-750x1024.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:25:\"KeithBottPubAid-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:26:\"KeithBottPubAid-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-696x950.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:28:\"KeithBottPubAid-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:29:\"KeithBottPubAid-1068x1457.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:27:\"KeithBottPubAid-308x420.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:29:\"KeithBottPubAid-1920x2620.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2620;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32922,6163,'_thumbnail_id','6166'),(32923,6163,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/KeithBottPubAid-e1578388171106.jpg\";s:5:\"title\";s:10:\"Keith Bott\";s:7:\"caption\";s:39:\"Keith Bott named first PubAid President\";}'),(32926,6167,'_edit_last','1'),(32927,6167,'_edit_lock','1578411922:1'),(32928,6168,'_wp_attached_file','2020/01/skysports-premier-league-fixtures_4709655-e1578388517430.jpg'),(32929,6168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:875;s:4:\"file\";s:68:\"2020/01/skysports-premier-league-fixtures_4709655-e1578388517430.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"skysports-premier-league-fixtures_4709655-e1578388517430-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:66:\"skysports-premier-league-fixtures_4709655-e1578388517430-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:67:\"skysports-premier-league-fixtures_4709655-e1578388517430-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-696x297.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:69:\"skysports-premier-league-fixtures_4709655-e1578388517430-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:69:\"skysports-premier-league-fixtures_4709655-e1578388517430-1068x456.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:68:\"skysports-premier-league-fixtures_4709655-e1578388517430-983x420.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:69:\"skysports-premier-league-fixtures_4709655-e1578388517430-1920x820.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(32930,6168,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.148647586441804;s:5:\"bytes\";i:46140;s:11:\"size_before\";i:228998;s:10:\"size_after\";i:182858;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7400000000000002;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:8761;s:10:\"size_after\";i:7995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.109999999999999;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:15919;s:10:\"size_after\";i:12399;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.670000000000002;s:5:\"bytes\";i:7223;s:11:\"size_before\";i:74868;s:10:\"size_after\";i:60144;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.960000000000001;s:5:\"bytes\";i:12487;s:11:\"size_before\";i:129450;s:10:\"size_after\";i:102320;s:4:\"time\";d:0.070000000000000007;}}}'),(32931,6168,'_wp_attachment_image_alt','Sky Sports Premier League fixtures'),(32932,6168,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:45:\"skysports-premier-league-fixtures_4709655.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:54:\"skysports-premier-league-fixtures_4709655-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:51:\"skysports-premier-league-fixtures_4709655-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:52:\"skysports-premier-league-fixtures_4709655-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:54:\"skysports-premier-league-fixtures_4709655-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:54:\"skysports-premier-league-fixtures_4709655-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:53:\"skysports-premier-league-fixtures_4709655-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:55:\"skysports-premier-league-fixtures_4709655-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(32933,6167,'_thumbnail_id','6168'),(32934,6167,'slide_template','default'),(32935,6167,'tdc_dirty_content','1'),(32936,6167,'tdc_icon_fonts','a:0:{}'),(32937,6167,'tdc_google_fonts','a:0:{}'),(32938,6167,'_yoast_wpseo_content_score','30'),(32939,6167,'_yoast_wpseo_primary_category',''),(32940,6167,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:119:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/skysports-premier-league-fixtures_4709655-e1578388517430.jpg\";s:5:\"title\";s:10:\"Sky Sports\";s:7:\"caption\";s:34:\"Sky Sports Premier League fixtures\";}'),(32943,6167,'_yoast_wpseo_focuskw','Sky Sports Premier League fixtures'),(32944,6167,'_yoast_wpseo_metadesc','Sky Sports has confirmed its latest batch of live Premier League games, with more crunch clashes at the top of the table on the schedule as the title and top-four races gather pace.'),(32945,6167,'_yoast_wpseo_linkdex','51'),(32998,6173,'_edit_last','1'),(32999,6173,'_edit_lock','1579775266:1'),(33000,6173,'slide_template','default'),(33001,6173,'tdc_dirty_content','1'),(33002,6173,'tdc_icon_fonts','a:0:{}'),(33003,6173,'tdc_google_fonts','a:0:{}'),(33004,6173,'_yoast_wpseo_focuskw','2020 hospitality trends'),(33005,6173,'_yoast_wpseo_metadesc','Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.'),(33006,6173,'_yoast_wpseo_linkdex','52'),(33007,6173,'_yoast_wpseo_content_score','30'),(33008,6173,'_yoast_wpseo_primary_category','509'),(33014,6178,'_wp_attached_file','2020/01/2020_Trends-e1578413286777.jpg'),(33015,6178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:692;s:4:\"file\";s:38:\"2020/01/2020_Trends-e1578413286777.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-768x332.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"2020_Trends-e1578413286777-1024x443.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"2020_Trends-e1578413286777-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"2020_Trends-e1578413286777-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-696x301.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"2020_Trends-e1578413286777-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"2020_Trends-e1578413286777-1068x462.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"2020_Trends-e1578413286777-971x420.jpg\";s:5:\"width\";i:971;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:25:\"2020_Trends-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(33016,6178,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.880228971633322;s:5:\"bytes\";i:64346;s:11:\"size_before\";i:184477;s:10:\"size_after\";i:120131;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82;s:5:\"bytes\";i:752;s:11:\"size_before\";i:7360;s:10:\"size_after\";i:6122;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.770000000000003;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:14980;s:10:\"size_after\";i:9921;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.469999999999999;s:5:\"bytes\";i:2799;s:11:\"size_before\";i:62653;s:10:\"size_after\";i:40428;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.009999999999998;s:5:\"bytes\";i:4008;s:11:\"size_before\";i:99484;s:10:\"size_after\";i:63660;s:4:\"time\";d:0.059999999999999998;}}}'),(33017,6178,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:15:\"2020_Trends.jpg\";}s:18:\"full-1578413286777\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:30:\"2020_Trends-e1578413260312.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:24:\"2020_Trends-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:21:\"2020_Trends-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:22:\"2020_Trends-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:24:\"2020_Trends-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:24:\"2020_Trends-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:23:\"2020_Trends-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:25:\"2020_Trends-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33018,6173,'_thumbnail_id','6178'),(33019,6179,'_edit_last','1'),(33020,6179,'_edit_lock','1578482044:1'),(33021,6179,'slide_template','default'),(33022,6179,'tdc_dirty_content','1'),(33023,6179,'tdc_icon_fonts','a:0:{}'),(33024,6179,'tdc_google_fonts','a:0:{}'),(33025,6179,'_yoast_wpseo_content_score','60'),(33026,6179,'_yoast_wpseo_primary_category','509'),(33027,6179,'post_views_count','0'),(33028,6173,'post_views_count','0'),(33029,6167,'post_views_count','0'),(33030,6163,'post_views_count','0'),(33031,6179,'_yoast_wpseo_focuskw','Veganuary'),(33032,6179,'_yoast_wpseo_metadesc','For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.'),(33033,6179,'_yoast_wpseo_linkdex','56'),(33034,6190,'_wp_attached_file','2020/01/Veganuary_2020-e1578416133910.jpg'),(33035,6190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1310;s:4:\"file\";s:41:\"2020/01/Veganuary_2020-e1578416133910.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-150x150.jpg\";s:5:\"width\";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:\"Veganuary_2020-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-768x629.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Veganuary_2020-1024x838.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:24:\"Veganuary_2020-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:25:\"Veganuary_2020-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-696x570.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:27:\"Veganuary_2020-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:27:\"Veganuary_2020-1068x874.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:26:\"Veganuary_2020-513x420.jpg\";s:5:\"width\";i:513;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:28:\"Veganuary_2020-1920x1571.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1571;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(33036,6190,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3617391610628919;s:5:\"bytes\";i:21674;s:11:\"size_before\";i:340693;s:10:\"size_after\";i:319019;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:659;s:11:\"size_before\";i:8725;s:10:\"size_after\";i:8066;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1691;s:11:\"size_before\";i:24100;s:10:\"size_after\";i:22409;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:7517;s:11:\"size_before\";i:117210;s:10:\"size_after\";i:109693;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:11807;s:11:\"size_before\";i:190658;s:10:\"size_after\";i:178851;s:4:\"time\";d:0.070000000000000007;}}}'),(33037,6190,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4500;s:6:\"height\";i:3683;s:4:\"file\";s:18:\"Veganuary_2020.jpg\";}}'),(33038,6179,'_thumbnail_id','6190'),(33039,6191,'_edit_last','1'),(33040,6191,'_edit_lock','1578503145:1'),(33041,6191,'slide_template','default'),(33042,6191,'tdc_dirty_content','1'),(33043,6191,'tdc_icon_fonts','a:0:{}'),(33044,6191,'tdc_google_fonts','a:0:{}'),(33045,6191,'_yoast_wpseo_focuskw','low and no alcohol'),(33046,6191,'_yoast_wpseo_metadesc','Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.'),(33047,6191,'_yoast_wpseo_linkdex','58'),(33048,6191,'_yoast_wpseo_content_score','60'),(33049,6191,'_yoast_wpseo_primary_category','509'),(33050,6191,'post_views_count','0'),(33051,6198,'_wp_attached_file','2020/01/Pete-Brown_1600x550.jpg'),(33052,6198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:31:\"2020/01/Pete-Brown_1600x550.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Pete-Brown_1600x550-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:29:\"Pete-Brown_1600x550-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:30:\"Pete-Brown_1600x550-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:31:\"Pete-Brown_1600x550-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:32:\"Pete-Brown_1600x550-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:32:\"Pete-Brown_1600x550-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Pete-Brown_1600x550-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33053,6198,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7852466010053236;s:5:\"bytes\";i:3119;s:11:\"size_before\";i:53913;s:10:\"size_after\";i:50794;s:4:\"time\";d:0.060000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:152;s:11:\"size_before\";i:3576;s:10:\"size_after\";i:3424;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:189;s:11:\"size_before\";i:4353;s:10:\"size_after\";i:4164;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:985;s:11:\"size_before\";i:17578;s:10:\"size_after\";i:16593;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:1793;s:11:\"size_before\";i:28406;s:10:\"size_after\";i:26613;s:4:\"time\";d:0.01;}}}'),(33054,6191,'_thumbnail_id','6198'),(33055,6179,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:92:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Veganuary_2020-e1578416133910.jpg\";s:5:\"title\";s:14:\"Veganuary_2020\";s:7:\"caption\";s:20:\"Embrassing Veganuary\";}'),(33073,6191,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Pete-Brown_1600x550.jpg\";s:5:\"title\";s:19:\"Pete-Brown_1600x550\";s:7:\"caption\";s:45:\"Author, broadcaster and consultant Pete Brown\";}'),(33079,6212,'_edit_last','1'),(33080,6212,'_edit_lock','1579257507:1'),(33081,6212,'slide_template','default'),(33082,6212,'tdc_dirty_content','1'),(33083,6212,'tdc_icon_fonts','a:0:{}'),(33084,6212,'tdc_google_fonts','a:0:{}'),(33085,6212,'_yoast_wpseo_content_score','60'),(33086,6212,'_yoast_wpseo_primary_category','509'),(33087,6212,'_yoast_wpseo_focuskw','Dry January'),(33088,6212,'_yoast_wpseo_metadesc','January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January.'),(33089,6212,'_yoast_wpseo_linkdex','51'),(33090,6217,'_wp_attached_file','2020/01/Taste-Test_1600x550-OTP.jpg'),(33091,6217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:35:\"2020/01/Taste-Test_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Taste-Test_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Taste-Test_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Taste-Test_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Taste-Test_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Taste-Test_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Taste-Test_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"Taste-Test_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33092,6217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9397320532682598;s:5:\"bytes\";i:4908;s:11:\"size_before\";i:124577;s:10:\"size_after\";i:119669;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:305;s:11:\"size_before\";i:6112;s:10:\"size_after\";i:5807;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:533;s:11:\"size_before\";i:10006;s:10:\"size_after\";i:9473;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:1846;s:11:\"size_before\";i:42906;s:10:\"size_after\";i:41060;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:65553;s:10:\"size_after\";i:63329;s:4:\"time\";d:0.029999999999999999;}}}'),(33093,6212,'_thumbnail_id','6217'),(33094,6212,'post_views_count','0'),(33095,6219,'_edit_last','1'),(33096,6219,'_edit_lock','1578667424:1'),(33097,6220,'_wp_attached_file','2020/01/The-PUB-Theatre-e1578660006807.jpg'),(33098,6220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:988;s:4:\"file\";s:42:\"2020/01/The-PUB-Theatre-e1578660006807.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-768x371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578660006807-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:40:\"The-PUB-Theatre-e1578660006807-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:41:\"The-PUB-Theatre-e1578660006807-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-696x336.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578660006807-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578660006807-1068x515.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578660006807-871x420.jpg\";s:5:\"width\";i:871;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578660006807-1920x926.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:926;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33099,6220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.657951075321403;s:5:\"bytes\";i:45380;s:11:\"size_before\";i:184038;s:10:\"size_after\";i:138658;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:7704;s:10:\"size_after\";i:7089;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.82;s:5:\"bytes\";i:2053;s:11:\"size_before\";i:15365;s:10:\"size_after\";i:11398;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.960000000000001;s:5:\"bytes\";i:5347;s:11:\"size_before\";i:62524;s:10:\"size_after\";i:46916;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.59;s:5:\"bytes\";i:7594;s:11:\"size_before\";i:98445;s:10:\"size_after\";i:73255;s:4:\"time\";d:0.070000000000000007;}}}'),(33100,6220,'_wp_attachment_image_alt','The PUB Theatre'),(33101,6219,'_thumbnail_id','6220'),(33102,6219,'slide_template','default'),(33103,6219,'tdc_dirty_content','1'),(33104,6219,'tdc_icon_fonts','a:0:{}'),(33105,6219,'tdc_google_fonts','a:0:{}'),(33106,6219,'_yoast_wpseo_focuskw','pub20 speakers announced'),(33107,6219,'_yoast_wpseo_metadesc','PUB20, the only dedicated show for the UK pub industry, has announced a glittering line-up of speakers for its 2020 event, designed to give those in the business inspiration and food for thought as the new decade gets underway.'),(33108,6219,'_yoast_wpseo_linkdex','65'),(33109,6219,'_yoast_wpseo_content_score','30'),(33110,6219,'_yoast_wpseo_primary_category','510'),(33111,6220,'_wp_attachment_backup_sizes','a:48:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:19:\"The-PUB-Theatre.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"The-PUB-Theatre-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:25:\"The-PUB-Theatre-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:26:\"The-PUB-Theatre-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:28:\"The-PUB-Theatre-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:28:\"The-PUB-Theatre-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:27:\"The-PUB-Theatre-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:29:\"The-PUB-Theatre-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1578660006807\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1085;s:4:\"file\";s:34:\"The-PUB-Theatre-e1578659963831.jpg\";}s:23:\"thumbnail-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-768x407.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1578660006807\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578659963831-1024x543.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_80x60-1578660006807\";a:4:{s:4:\"file\";s:40:\"The-PUB-Theatre-e1578659963831-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_100x70-1578660006807\";a:4:{s:4:\"file\";s:41:\"The-PUB-Theatre-e1578659963831-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_218x150-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_265x198-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x160-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x235-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x400-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x220-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x364-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_485x360-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_533x261-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_534x462-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_696x0-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-696x369.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_696x385-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_741x486-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"td_1068x580-1578660006807\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578659963831-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_1068x0-1578660006807\";a:4:{s:4:\"file\";s:43:\"The-PUB-Theatre-e1578659963831-1068x566.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_0x420-1578660006807\";a:4:{s:4:\"file\";s:42:\"The-PUB-Theatre-e1578659963831-793x420.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_1920x0-1578660006807\";a:4:{s:4:\"file\";s:44:\"The-PUB-Theatre-e1578659963831-1920x1017.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33112,6219,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/The-PUB-Theatre-e1578660006807.jpg\";s:5:\"title\";s:15:\"The PUB Theatre\";s:7:\"caption\";s:0:\"\";}'),(33115,6219,'post_views_count','0'),(33125,6225,'_edit_last','1'),(33126,6225,'_edit_lock','1579021589:1'),(33127,6226,'_wp_attached_file','2020/01/Concerto-range-lifestyle-e1579010821318.jpg'),(33128,6226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:507;s:4:\"file\";s:51:\"2020/01/Concerto-range-lifestyle-e1579010821318.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-768x330.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Concerto-range-lifestyle-e1579010821318-1024x440.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:49:\"Concerto-range-lifestyle-e1579010821318-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:50:\"Concerto-range-lifestyle-e1579010821318-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-696x299.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:52:\"Concerto-range-lifestyle-e1579010821318-1068x507.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:52:\"Concerto-range-lifestyle-e1579010821318-1068x458.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:51:\"Concerto-range-lifestyle-e1579010821318-978x420.jpg\";s:5:\"width\";i:978;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573745501\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33129,6226,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.468734991835557;s:5:\"bytes\";i:29834;s:11:\"size_before\";i:145754;s:10:\"size_after\";i:115920;s:4:\"time\";d:0.15999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:572;s:11:\"size_before\";i:5912;s:10:\"size_after\";i:5627;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.75;s:5:\"bytes\";i:852;s:11:\"size_before\";i:10840;s:10:\"size_after\";i:8591;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21;s:5:\"bytes\";i:3036;s:11:\"size_before\";i:49264;s:10:\"size_after\";i:38920;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.260000000000002;s:5:\"bytes\";i:5165;s:11:\"size_before\";i:79738;s:10:\"size_after\";i:62782;s:4:\"time\";d:0.02;}}}'),(33130,6226,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1181;s:6:\"height\";i:871;s:4:\"file\";s:28:\"Concerto-range-lifestyle.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:37:\"Concerto-range-lifestyle-1024x755.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:34:\"Concerto-range-lifestyle-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:35:\"Concerto-range-lifestyle-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-696x513.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:37:\"Concerto-range-lifestyle-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:37:\"Concerto-range-lifestyle-1068x788.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:36:\"Concerto-range-lifestyle-569x420.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33131,6225,'_thumbnail_id','6226'),(33132,6225,'slide_template','default'),(33133,6225,'tdc_dirty_content','1'),(33134,6225,'tdc_icon_fonts','a:0:{}'),(33135,6225,'tdc_google_fonts','a:0:{}'),(33136,6225,'_yoast_wpseo_focuskw','Vidivi glassware'),(33137,6225,'_yoast_wpseo_metadesc','Specialist distributor of glassware and tableware, Artis®, has announced that it is to become the sole UK distributor to the foodservice industry of Vidivi glassware with effect from January 2020.'),(33138,6225,'_yoast_wpseo_linkdex','71'),(33139,6225,'_yoast_wpseo_content_score','30'),(33140,6225,'_yoast_wpseo_primary_category','544'),(33141,6229,'_wp_attached_file','2020/01/Counter-top-e1579011536102.jpg'),(33142,6229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:761;s:4:\"file\";s:38:\"2020/01/Counter-top-e1579011536102.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Counter-top-e1579011536102-1024x660.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:36:\"Counter-top-e1579011536102-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:37:\"Counter-top-e1579011536102-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-696x448.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:39:\"Counter-top-e1579011536102-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:39:\"Counter-top-e1579011536102-1068x688.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:38:\"Counter-top-e1579011536102-652x420.jpg\";s:5:\"width\";i:652;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:45:\"Leaf Valeo 17(LF11784    )/Hasselblad 553 ELX\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573724613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33143,6229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.97085112742549;s:5:\"bytes\";i:26794;s:11:\"size_before\";i:244229;s:10:\"size_after\";i:217435;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:8382;s:10:\"size_after\";i:7809;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.49;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:19587;s:10:\"size_after\";i:16749;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.609999999999999;s:5:\"bytes\";i:5360;s:11:\"size_before\";i:84507;s:10:\"size_after\";i:74695;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.300000000000001;s:5:\"bytes\";i:6067;s:11:\"size_before\";i:131753;s:10:\"size_after\";i:118182;s:4:\"time\";d:0.040000000000000001;}}}'),(33144,6229,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1181;s:6:\"height\";i:925;s:4:\"file\";s:15:\"Counter-top.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-768x602.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:24:\"Counter-top-1024x802.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:21:\"Counter-top-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:22:\"Counter-top-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-696x545.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:24:\"Counter-top-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:24:\"Counter-top-1068x836.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:23:\"Counter-top-536x420.jpg\";s:5:\"width\";i:536;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33145,6225,'post_views_count','0'),(33146,6233,'_edit_last','1'),(33147,6233,'_edit_lock','1579174387:1'),(33148,6234,'_wp_attached_file','2020/01/Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897.jpg'),(33149,6234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:429;s:4:\"file\";s:65:\"2020/01/Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:63:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:64:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-534x429.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-696x257.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:65:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-741x429.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-1068x429.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-1068x395.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:66:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897-1136x420.jpg\";s:5:\"width\";i:1136;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P65+\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548185156\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33150,6234,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:66.175024170562551;s:5:\"bytes\";i:316220;s:11:\"size_before\";i:477854;s:10:\"size_after\";i:161634;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:9148;s:10:\"size_after\";i:7544;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.030000000000001;s:5:\"bytes\";i:2561;s:11:\"size_before\";i:30238;s:10:\"size_after\";i:10574;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.170000000000002;s:5:\"bytes\";i:11156;s:11:\"size_before\";i:165127;s:10:\"size_after\";i:54211;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.329999999999998;s:5:\"bytes\";i:17486;s:11:\"size_before\";i:273341;s:10:\"size_after\";i:89305;s:4:\"time\";d:0.040000000000000001;}}}'),(33151,6234,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1160;s:6:\"height\";i:1160;s:4:\"file\";s:42:\"Mr-Fitz-Aqua-Spritz-font-and-glassware.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:48:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:49:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-696x696.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:51:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:52:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-1068x1068.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:50:\"Mr-Fitz-Aqua-Spritz-font-and-glassware-420x420.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33152,6233,'_thumbnail_id','6234'),(33153,6233,'slide_template','default'),(33154,6233,'tdc_dirty_content','1'),(33155,6233,'tdc_icon_fonts','a:0:{}'),(33156,6233,'tdc_google_fonts','a:0:{}'),(33157,6233,'_yoast_wpseo_focuskw','Mr Fitz Aqua Spritz'),(33158,6233,'_yoast_wpseo_metadesc','Dispensed soft drinks specialist Mr Fitz Aqua Spritz is throwing a lifeline to operators struggling with packed bottle fridges and overflowing recycling bins, with the launch of four premium mixer varieties.'),(33159,6233,'_yoast_wpseo_linkdex','59'),(33160,6233,'_yoast_wpseo_content_score','30'),(33161,6233,'_yoast_wpseo_primary_category','2'),(33162,6233,'post_views_count','0'),(33163,6233,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:116:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Mr-Fitz-Aqua-Spritz-font-and-glassware-e1579172867897.jpg\";s:5:\"title\";s:19:\"Mr Fitz Aqua Spritz\";s:7:\"caption\";s:0:\"\";}'),(33178,6242,'_wp_attached_file','2020/01/Taste-Test1.jpg'),(33179,6242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2020/01/Taste-Test1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Taste-Test1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Taste-Test1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-696x486.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-860x580.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Taste-Test1-602x420.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33180,6243,'_wp_attached_file','2020/01/Taste-Test2.jpg'),(33181,6243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2020/01/Taste-Test2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Taste-Test2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Taste-Test2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-696x486.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-860x580.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Taste-Test2-602x420.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33182,6242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5578364744622712;s:5:\"bytes\";i:3744;s:11:\"size_before\";i:57092;s:10:\"size_after\";i:53348;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5696;s:10:\"size_after\";i:5455;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:530;s:11:\"size_before\";i:9861;s:10:\"size_after\";i:9331;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:2973;s:11:\"size_before\";i:41535;s:10:\"size_after\";i:38562;s:4:\"time\";d:0.029999999999999999;}}}'),(33183,6244,'_wp_attached_file','2020/01/Taste-Test3.jpg'),(33184,6244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2020/01/Taste-Test3.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Taste-Test3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Taste-Test3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-696x486.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-860x580.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Taste-Test3-602x420.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33185,6243,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.4433054899261446;s:5:\"bytes\";i:4001;s:11:\"size_before\";i:53753;s:10:\"size_after\";i:49752;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:349;s:11:\"size_before\";i:5538;s:10:\"size_after\";i:5189;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:640;s:11:\"size_before\";i:9432;s:10:\"size_after\";i:8792;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:3012;s:11:\"size_before\";i:38783;s:10:\"size_after\";i:35771;s:4:\"time\";d:0.050000000000000003;}}}'),(33186,6245,'_wp_attached_file','2020/01/Taste-Test4.jpg'),(33187,6245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2020/01/Taste-Test4.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:21:\"Taste-Test4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:22:\"Taste-Test4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-696x486.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-860x580.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:23:\"Taste-Test4-602x420.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33188,6244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0739718003430818;s:5:\"bytes\";i:6763;s:11:\"size_before\";i:95604;s:10:\"size_after\";i:88841;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:526;s:11:\"size_before\";i:7948;s:10:\"size_after\";i:7422;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:14267;s:10:\"size_after\";i:13266;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:5236;s:11:\"size_before\";i:73389;s:10:\"size_after\";i:68153;s:4:\"time\";d:0.059999999999999998;}}}'),(33189,6245,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.9939824661513725;s:5:\"bytes\";i:3082;s:11:\"size_before\";i:38554;s:10:\"size_after\";i:35472;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:178;s:11:\"size_before\";i:4064;s:10:\"size_after\";i:3886;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:397;s:11:\"size_before\";i:6733;s:10:\"size_after\";i:6336;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999994;s:5:\"bytes\";i:2507;s:11:\"size_before\";i:27757;s:10:\"size_after\";i:25250;s:4:\"time\";d:0.029999999999999999;}}}'),(33190,6212,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test_1600x550-OTP.jpg\";s:5:\"title\";s:23:\"Taste-Test_1600x550 OTP\";s:7:\"caption\";s:35:\"Keep it on the Dry-Low - Taste Test\";}'),(33193,6247,'_edit_last','1'),(33194,6247,'_edit_lock','1580737611:1'),(33195,6248,'_wp_attached_file','2020/01/Nara4-e1579274722814.jpg'),(33196,6248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2126;s:6:\"height\";i:749;s:4:\"file\";s:32:\"2020/01/Nara4-e1579274722814.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-768x271.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Nara4-e1579274722814-1024x361.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Nara4-e1579274722814-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Nara4-e1579274722814-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-696x245.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Nara4-e1579274722814-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Nara4-e1579274722814-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Nara4-e1579274722814-1068x376.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:33:\"Nara4-e1579274722814-1192x420.jpg\";s:5:\"width\";i:1192;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:33:\"Nara4-e1579274722814-1920x676.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ160\";s:7:\"caption\";s:13:\"HyperFocal: 0\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:13:\"HyperFocal: 0\";s:11:\"orientation\";s:1:\"1\";}}'),(33197,6248,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.188147623942683;s:5:\"bytes\";i:141585;s:11:\"size_before\";i:327833;s:10:\"size_after\";i:186248;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:10001;s:10:\"size_after\";i:9224;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.5;s:5:\"bytes\";i:2127;s:11:\"size_before\";i:22998;s:10:\"size_after\";i:13223;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.619999999999997;s:5:\"bytes\";i:9783;s:11:\"size_before\";i:112616;s:10:\"size_after\";i:62368;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.329999999999998;s:5:\"bytes\";i:15056;s:11:\"size_before\";i:182218;s:10:\"size_after\";i:101433;s:4:\"time\";d:0.050000000000000003;}}}'),(33201,6248,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2126;s:6:\"height\";i:1593;s:4:\"file\";s:9:\"Nara4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"Nara4-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:15:\"Nara4-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:16:\"Nara4-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:18:\"Nara4-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:18:\"Nara4-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:17:\"Nara4-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:19:\"Nara4-1920x1439.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1439;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33205,6247,'_thumbnail_id','6248'),(33206,6247,'slide_template','default'),(33207,6247,'tdc_dirty_content','1'),(33208,6247,'tdc_icon_fonts','a:0:{}'),(33209,6247,'tdc_google_fonts','a:0:{}'),(33210,6247,'_yoast_wpseo_content_score','30'),(33211,6247,'_yoast_wpseo_primary_category',''),(33212,6252,'_wp_attached_file','2020/01/Nara2.jpg'),(33213,6252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:644;s:4:\"file\";s:17:\"2020/01/Nara2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Nara2-150x150.jpg\";s:5:\"width\";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:\"Nara2-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:\"Nara2-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:15:\"Nara2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:16:\"Nara2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:17:\"Nara2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:17:\"Nara2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:17:\"Nara2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:17:\"Nara2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:17:\"Nara2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:17:\"Nara2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:17:\"Nara2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:17:\"Nara2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:17:\"Nara2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:17:\"Nara2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:17:\"Nara2-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:17:\"Nara2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:17:\"Nara2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:17:\"Nara2-860x580.jpg\";s:5:\"width\";i:860;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:17:\"Nara2-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ160\";s:7:\"caption\";s:13:\"HyperFocal: 0\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:13:\"HyperFocal: 0\";s:11:\"orientation\";s:1:\"1\";}}'),(33214,6252,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9472059578505467;s:5:\"bytes\";i:6074;s:11:\"size_before\";i:153881;s:10:\"size_after\";i:147807;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:446;s:11:\"size_before\";i:8122;s:10:\"size_after\";i:7676;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:1043;s:11:\"size_before\";i:22232;s:10:\"size_after\";i:21189;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:4585;s:11:\"size_before\";i:123527;s:10:\"size_after\";i:118942;s:4:\"time\";d:0.050000000000000003;}}}'),(33215,6247,'_yoast_wpseo_focuskw','Artis'),(33216,6247,'_yoast_wpseo_metadesc','Making a point of difference on the tabletop is the Nara stoneware collection from leading UK distributor of table and glassware, Artis®.'),(33217,6247,'_yoast_wpseo_linkdex','46'),(33218,6247,'post_views_count','0'),(33219,6173,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:89:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/2020_Trends-e1578413286777.jpg\";s:5:\"title\";s:11:\"2020 Trends\";s:7:\"caption\";s:30:\"What will be trending in 2020?\";}'),(33222,6256,'_wp_attached_file','2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33.jpg'),(33223,6256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2480;s:6:\"height\";i:3508;s:4:\"file\";s:47:\"2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-768x1086.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-696x985.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:985;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:48:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-1068x1511.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-297x420.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:49:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33-1920x2716.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2716;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33224,6257,'_wp_attached_file','2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px.png'),(33225,6257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33226,6257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6721793458287393;s:5:\"bytes\";i:637;s:11:\"size_before\";i:38094;s:10:\"size_after\";i:37457;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6699999999999999;s:5:\"bytes\";i:637;s:11:\"size_before\";i:38094;s:10:\"size_after\";i:37457;s:4:\"time\";d:0.040000000000000001;}}}'),(33227,6258,'_wp_attached_file','2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px.png'),(33228,6258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-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:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33229,6256,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1149294484593844;s:5:\"bytes\";i:17625;s:11:\"size_before\";i:288229;s:10:\"size_after\";i:270604;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:515;s:11:\"size_before\";i:7762;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:19440;s:10:\"size_after\";i:18169;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:8390;s:11:\"size_before\";i:136165;s:10:\"size_after\";i:127775;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:7449;s:11:\"size_before\";i:124862;s:10:\"size_after\";i:117413;s:4:\"time\";d:0.050000000000000003;}}}'),(33230,6259,'_wp_attached_file','2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px.png'),(33231,6258,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.61492691932238508;s:5:\"bytes\";i:926;s:11:\"size_before\";i:150587;s:10:\"size_after\";i:149661;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6200000000000001;s:5:\"bytes\";i:926;s:11:\"size_before\";i:35324;s:10:\"size_after\";i:34398;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115263;s:10:\"size_after\";i:115263;s:4:\"time\";d:0.12;}}}'),(33232,6259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-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:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33233,6259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2599003939179685;s:5:\"bytes\";i:9344;s:11:\"size_before\";i:128707;s:10:\"size_after\";i:119363;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:2945;s:11:\"size_before\";i:36471;s:10:\"size_after\";i:33526;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:6399;s:11:\"size_before\";i:92236;s:10:\"size_after\";i:85837;s:4:\"time\";d:0.14999999999999999;}}}'),(33336,6275,'_wp_attached_file','2020/01/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px.png'),(33337,6275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2020/01/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33338,6275,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35790;s:10:\"size_after\";i:35790;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35790;s:10:\"size_after\";i:35790;s:4:\"time\";d:0.040000000000000001;}}}'),(33339,6054,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:91:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0406_EDIT-e1574245892262.jpg\";s:5:\"title\";s:13:\"Sally Abe OTP\";s:7:\"caption\";s:0:\"\";}'),(33402,6283,'_edit_last','1'),(33403,6283,'_edit_lock','1580737313:1'),(33404,6283,'slide_template','default'),(33405,6283,'tdc_dirty_content','1'),(33406,6283,'tdc_icon_fonts','a:0:{}'),(33407,6283,'tdc_google_fonts','a:0:{}'),(33408,6283,'_yoast_wpseo_focuskw','Westerhall Rums'),(33409,6283,'_yoast_wpseo_metadesc','Westerhall Rums UK is a family-run business based in Canterbury, Kent. We import our award-winning rum from Grenada, The Spice Isle of the West Indies.'),(33410,6283,'_yoast_wpseo_linkdex','67'),(33411,6283,'_yoast_wpseo_content_score','60'),(33412,6283,'_yoast_wpseo_primary_category','2'),(33413,6283,'post_views_count','0'),(33414,6286,'_edit_last','1'),(33415,6286,'_edit_lock','1580473911:1'),(33416,6286,'slide_template','default'),(33417,6286,'tdc_dirty_content','1'),(33418,6286,'tdc_icon_fonts','a:0:{}'),(33419,6286,'tdc_google_fonts','a:0:{}'),(33420,6286,'_yoast_wpseo_focuskw','Square One Interiors'),(33421,6286,'_yoast_wpseo_metadesc','Based in Britain’s home of metal work The Black Country, Square One Interiors are the specialists in creating bespoke, Rustic Industrial style furniture.'),(33422,6286,'_yoast_wpseo_linkdex','60'),(33423,6286,'_yoast_wpseo_content_score','30'),(33424,6286,'_yoast_wpseo_primary_category','29'),(33425,6286,'post_views_count','0'),(33426,6288,'_edit_last','1'),(33427,6288,'_edit_lock','1580473814:1'),(33428,6288,'slide_template','default'),(33429,6288,'tdc_dirty_content','1'),(33430,6288,'tdc_icon_fonts','a:0:{}'),(33431,6288,'tdc_google_fonts','a:0:{}'),(33432,6288,'_yoast_wpseo_focuskw','Vegan Pig'),(33433,6288,'_yoast_wpseo_metadesc','Pork Scratchings. Perfect for pairing with a pint and considered a pub cliché.'),(33434,6288,'_yoast_wpseo_linkdex','60'),(33435,6288,'_yoast_wpseo_content_score','90'),(33436,6288,'_yoast_wpseo_primary_category','3'),(33437,6290,'_edit_last','1'),(33438,6290,'_edit_lock','1580739959:1'),(33439,6290,'slide_template','default'),(33440,6290,'tdc_dirty_content','1'),(33441,6290,'tdc_icon_fonts','a:0:{}'),(33442,6290,'tdc_google_fonts','a:0:{}'),(33443,6290,'_yoast_wpseo_metadesc','It’s no secret that consumers are demanding more alternatives to meat when eating out.'),(33444,6290,'_yoast_wpseo_content_score','30'),(33445,6290,'_yoast_wpseo_primary_category','3'),(33446,6292,'_edit_last','1'),(33447,6292,'_edit_lock','1580738370:1'),(33448,6292,'slide_template','default'),(33449,6292,'tdc_dirty_content','1'),(33450,6292,'tdc_icon_fonts','a:0:{}'),(33451,6292,'tdc_google_fonts','a:0:{}'),(33452,6292,'_yoast_wpseo_focuskw','Kegstar'),(33453,6292,'_yoast_wpseo_linkdex','53'),(33454,6292,'_yoast_wpseo_content_score','30'),(33455,6292,'_yoast_wpseo_primary_category','8'),(33456,6292,'_yoast_wpseo_metadesc','Kegstar, the smart keg rental and collection business, are delighted to announce a partnership that aims to “do two lots of good” across the UK and Ireland.'),(33457,6294,'_edit_last','1'),(33458,6294,'_edit_lock','1580738423:1'),(33459,6294,'slide_template','default'),(33460,6294,'tdc_dirty_content','1'),(33461,6294,'tdc_icon_fonts','a:0:{}'),(33462,6294,'tdc_google_fonts','a:0:{}'),(33463,6294,'_yoast_wpseo_focuskw','PUB20'),(33464,6294,'_yoast_wpseo_metadesc','Low and no, healthy food options, demand for vegan dishes and pub experiences on the menu for 2020.'),(33465,6294,'_yoast_wpseo_linkdex','54'),(33466,6294,'_yoast_wpseo_content_score','30'),(33467,6294,'_yoast_wpseo_primary_category','2'),(33468,6294,'post_views_count','0'),(33469,6292,'post_views_count','0'),(33470,6290,'post_views_count','0'),(33471,6288,'post_views_count','0'),(33472,6297,'_wp_attached_file','2020/01/Vegan-Pig-e1580469623337.jpg'),(33473,6297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1552;s:6:\"height\";i:613;s:4:\"file\";s:36:\"2020/01/Vegan-Pig-e1580469623337.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-768x303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Vegan-Pig-e1580469623337-1024x404.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Vegan-Pig-e1580469623337-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Vegan-Pig-e1580469623337-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-696x275.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Vegan-Pig-e1580469623337-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Vegan-Pig-e1580469623337-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Vegan-Pig-e1580469623337-1068x422.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Vegan-Pig-e1580469623337-1063x420.jpg\";s:5:\"width\";i:1063;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33474,6297,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.009188463005653;s:5:\"bytes\";i:26540;s:11:\"size_before\";i:120586;s:10:\"size_after\";i:94046;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:591;s:11:\"size_before\";i:6150;s:10:\"size_after\";i:5847;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.710000000000001;s:5:\"bytes\";i:767;s:11:\"size_before\";i:10395;s:10:\"size_after\";i:7930;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.489999999999998;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:40815;s:10:\"size_after\";i:31637;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.079999999999998;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:63226;s:10:\"size_after\";i:48632;s:4:\"time\";d:0.02;}}}'),(33475,6288,'_thumbnail_id','6297'),(33476,6297,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1552;s:6:\"height\";i:873;s:4:\"file\";s:13:\"Vegan-Pig.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:22:\"Vegan-Pig-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:19:\"Vegan-Pig-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:20:\"Vegan-Pig-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-696x392.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:22:\"Vegan-Pig-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:22:\"Vegan-Pig-1068x601.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:21:\"Vegan-Pig-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33477,6298,'_wp_attached_file','2020/01/MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874.jpg'),(33478,6298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:560;s:4:\"file\";s:61:\"2020/01/MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-1024x358.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:59:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:60:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-696x244.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-1068x560.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-1068x374.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874-1200x420.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:48:\"MeatlessFarm_FOODSHOTS_01092020-47-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-7SM2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578594456\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33479,6298,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.687233529080522;s:5:\"bytes\";i:34418;s:11:\"size_before\";i:124310;s:10:\"size_after\";i:89892;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6;s:5:\"bytes\";i:994;s:11:\"size_before\";i:6002;s:10:\"size_after\";i:5642;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.719999999999999;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:10564;s:10:\"size_after\";i:7636;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.719999999999999;s:5:\"bytes\";i:3656;s:11:\"size_before\";i:41091;s:10:\"size_after\";i:29701;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.620000000000001;s:5:\"bytes\";i:6151;s:11:\"size_before\";i:66653;s:10:\"size_after\";i:46913;s:4:\"time\";d:0.040000000000000001;}}}'),(33480,6298,'_wp_attachment_backup_sizes','a:48:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4240;s:6:\"height\";i:2384;s:4:\"file\";s:38:\"MeatlessFarm_FOODSHOTS_01092020-47.jpg\";}s:18:\"full-1580469777392\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:53:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469712432.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:47:\"MeatlessFarm_FOODSHOTS_01092020-47-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:44:\"MeatlessFarm_FOODSHOTS_01092020-47-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:45:\"MeatlessFarm_FOODSHOTS_01092020-47-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-696x391.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:47:\"MeatlessFarm_FOODSHOTS_01092020-47-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:47:\"MeatlessFarm_FOODSHOTS_01092020-47-1068x600.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:46:\"MeatlessFarm_FOODSHOTS_01092020-47-747x420.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:48:\"MeatlessFarm_FOODSHOTS_01092020-47-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1580469820874\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:736;s:4:\"file\";s:53:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392.jpg\";}s:23:\"thumbnail-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-768x353.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1580469820874\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-1024x471.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_80x60-1580469820874\";a:4:{s:4:\"file\";s:59:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_100x70-1580469820874\";a:4:{s:4:\"file\";s:60:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_218x150-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_265x198-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x160-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x235-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_324x400-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x220-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_356x364-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_485x360-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_533x261-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_534x462-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_696x0-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-696x320.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_696x385-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"td_741x486-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"td_1068x580-1580469820874\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"td_1068x0-1580469820874\";a:4:{s:4:\"file\";s:62:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-1068x491.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"td_0x420-1580469820874\";a:4:{s:4:\"file\";s:61:\"MeatlessFarm_FOODSHOTS_01092020-47-e1580469777392-913x420.jpg\";s:5:\"width\";i:913;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33481,6290,'_thumbnail_id','6298'),(33482,6294,'_thumbnail_id','6126'),(33483,6299,'_wp_attached_file','2020/01/Westerhall-Estate.jpg'),(33484,6299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2479;s:6:\"height\";i:1015;s:4:\"file\";s:29:\"2020/01/Westerhall-Estate.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-150x150.jpg\";s:5:\"width\";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:\"Westerhall-Estate-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Westerhall-Estate-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"Westerhall-Estate-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"Westerhall-Estate-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-696x285.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"Westerhall-Estate-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Westerhall-Estate-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"Westerhall-Estate-1068x437.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Westerhall-Estate-1026x420.jpg\";s:5:\"width\";i:1026;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:30:\"Westerhall-Estate-1920x786.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"HS_WHR_THEGROOVE_A4_CMYK_JAN20\";s:11:\"orientation\";s:1:\"1\";}}'),(33485,6299,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0789835975297954;s:5:\"bytes\";i:6222;s:11:\"size_before\";i:152538;s:10:\"size_after\";i:146316;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:516;s:11:\"size_before\";i:7981;s:10:\"size_after\";i:7465;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:600;s:11:\"size_before\";i:11951;s:10:\"size_after\";i:11351;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:2170;s:11:\"size_before\";i:52114;s:10:\"size_after\";i:49944;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:2936;s:11:\"size_before\";i:80492;s:10:\"size_after\";i:77556;s:4:\"time\";d:0.029999999999999999;}}}'),(33486,6283,'_thumbnail_id','6299'),(33487,6300,'_wp_attached_file','2020/01/squareoneinteriors-e1580470496940.jpg'),(33488,6300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:45:\"2020/01/squareoneinteriors-e1580470496940.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-150x150.jpg\";s:5:\"width\";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:\"squareoneinteriors-e1580470496940-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"squareoneinteriors-e1580470496940-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"squareoneinteriors-e1580470496940-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-324x350.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-356x350.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-485x350.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-534x350.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-696x244.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-696x350.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"squareoneinteriors-e1580470496940-741x350.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"squareoneinteriors-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33489,6300,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.539886956435659;s:5:\"bytes\";i:33883;s:11:\"size_before\";i:101023;s:10:\"size_after\";i:67140;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:865;s:11:\"size_before\";i:7984;s:10:\"size_after\";i:7503;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.909999999999997;s:5:\"bytes\";i:1229;s:11:\"size_before\";i:15417;s:10:\"size_after\";i:9881;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.899999999999999;s:5:\"bytes\";i:5133;s:11:\"size_before\";i:77622;s:10:\"size_after\";i:49756;s:4:\"time\";d:0.029999999999999999;}}}'),(33490,6300,'_wp_attachment_backup_sizes','a:21:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:22:\"squareoneinteriors.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:28:\"squareoneinteriors-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:29:\"squareoneinteriors-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:31:\"squareoneinteriors-1000x580.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:30:\"squareoneinteriors-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33491,6286,'_thumbnail_id','6300'),(33495,6288,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Vegan-Pig-e1580469623337.jpg\";s:5:\"title\";s:9:\"Vegan Pig\";s:7:\"caption\";s:0:\"\";}'),(33498,6286,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/squareoneinteriors-e1580470496940.jpg\";s:5:\"title\";s:20:\"square one interiors\";s:7:\"caption\";s:0:\"\";}'),(33507,6283,'_wp_old_date','2020-01-31'),(33508,6283,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Westerhall-Estate.jpg\";s:5:\"title\";s:18:\"Westerhall Rums UK\";s:7:\"caption\";s:0:\"\";}'),(33511,6294,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:109:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Pub_19_Day_1_Edit_0371_464A9256-e1576141640658.jpg\";s:5:\"title\";s:5:\"PUB20\";s:7:\"caption\";s:0:\"\";}'),(33514,6247,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:83:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Nara4-e1579274722814.jpg\";s:5:\"title\";s:25:\"Nara Stoneware by Artis®\";s:7:\"caption\";s:0:\"\";}'),(33517,6247,'_wp_old_date','2020-01-17'),(33518,6290,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:112:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/MeatlessFarm_FOODSHOTS_01092020-47-e1580469820874.jpg\";s:5:\"title\";s:13:\"Meatless Farm\";s:7:\"caption\";s:0:\"\";}'),(33521,6308,'_edit_last','1'),(33522,6308,'_edit_lock','1580742731:1'),(33523,6309,'_wp_attached_file','2020/02/Singa-Party-Venue.jpeg'),(33524,6309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:30:\"2020/02/Singa-Party-Venue.jpeg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-300x200.jpeg\";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:30:\"Singa-Party-Venue-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Singa-Party-Venue-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Singa-Party-Venue-80x60.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Singa-Party-Venue-100x70.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-218x150.jpeg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-265x198.jpeg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-324x160.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-324x235.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-324x400.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-356x220.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-356x364.jpeg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-485x360.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-533x261.jpeg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-534x462.jpeg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-696x464.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-696x385.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-741x486.jpeg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Singa-Party-Venue-1068x580.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Singa-Party-Venue-1068x712.jpeg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:30:\"Singa-Party-Venue-630x420.jpeg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:32:\"Singa-Party-Venue-1920x1280.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33525,6309,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8705736930124335;s:5:\"bytes\";i:13397;s:11:\"size_before\";i:275060;s:10:\"size_after\";i:261663;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:676;s:11:\"size_before\";i:9103;s:10:\"size_after\";i:8427;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:20669;s:10:\"size_after\";i:19223;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:4595;s:11:\"size_before\";i:93718;s:10:\"size_after\";i:89123;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:6680;s:11:\"size_before\";i:151570;s:10:\"size_after\";i:144890;s:4:\"time\";d:0.050000000000000003;}}}'),(33526,6309,'_wp_attachment_image_alt','Singa Party Venue'),(33527,6308,'_thumbnail_id','6309'),(33531,6308,'slide_template','default'),(33532,6308,'tdc_dirty_content','1'),(33533,6308,'tdc_icon_fonts','a:0:{}'),(33534,6308,'tdc_google_fonts','a:0:{}'),(33535,6308,'_yoast_wpseo_content_score','30'),(33536,6308,'_yoast_wpseo_primary_category','28'),(33537,6308,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Singa-Party-Venue.jpeg\";s:5:\"title\";s:17:\"Singa Party Venue\";s:7:\"caption\";s:0:\"\";}'),(33540,6308,'post_views_count','0'),(33541,6312,'_oembed_3b9c6f6a68c7ba21250f6338d3ab77e7','<blockquote class=\"wp-embedded-content\" data-secret=\"NBLyY286eo\"><a href=\"https://www.ontradeprogress.com/2020/02/03/exhibitor-profile-singa-karaoke/\">PUB20 exhibitor profile &#8211; Singa Karaoke</a></blockquote><iframe title=\"&#8220;PUB20 exhibitor profile &#8211; Singa Karaoke&#8221; &#8212; Ontrade Progress\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.ontradeprogress.com/2020/02/03/exhibitor-profile-singa-karaoke/embed/#?secret=NBLyY286eo\" data-secret=\"NBLyY286eo\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(33542,6312,'_oembed_time_3b9c6f6a68c7ba21250f6338d3ab77e7','1580743960'),(33543,6313,'_wp_attached_file','2020/02/Kegstar.jpg'),(33544,6313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2020/02/Kegstar.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Kegstar-150x150.jpg\";s:5:\"width\";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:\"Kegstar-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Kegstar-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Kegstar-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:17:\"Kegstar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:18:\"Kegstar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:19:\"Kegstar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:19:\"Kegstar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:19:\"Kegstar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:19:\"Kegstar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:19:\"Kegstar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:19:\"Kegstar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:19:\"Kegstar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:19:\"Kegstar-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:19:\"Kegstar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:19:\"Kegstar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:19:\"Kegstar-696x232.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:19:\"Kegstar-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:19:\"Kegstar-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:20:\"Kegstar-1068x500.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:20:\"Kegstar-1068x356.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:20:\"Kegstar-1260x420.jpg\";s:5:\"width\";i:1260;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33545,6313,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8699040130343922;s:5:\"bytes\";i:6629;s:11:\"size_before\";i:112932;s:10:\"size_after\";i:106303;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:523;s:11:\"size_before\";i:7066;s:10:\"size_after\";i:6543;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:779;s:11:\"size_before\";i:9664;s:10:\"size_after\";i:8885;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7199999999999998;s:5:\"bytes\";i:2159;s:11:\"size_before\";i:37744;s:10:\"size_after\";i:35585;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:3168;s:11:\"size_before\";i:58458;s:10:\"size_after\";i:55290;s:4:\"time\";d:0.050000000000000003;}}}'),(33546,6313,'_wp_attachment_image_alt','Kegstar'),(33547,6312,'_edit_last','1'),(33548,6312,'_edit_lock','1580744308:1'),(33549,6312,'_thumbnail_id','6313'),(33553,6312,'slide_template','default'),(33554,6312,'tdc_dirty_content','1'),(33555,6312,'tdc_icon_fonts','a:0:{}'),(33556,6312,'tdc_google_fonts','a:0:{}'),(33557,6312,'_yoast_wpseo_content_score','30'),(33558,6312,'_yoast_wpseo_primary_category','2'),(33559,6312,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Kegstar.jpg\";s:5:\"title\";s:7:\"Kegstar\";s:7:\"caption\";s:0:\"\";}'),(33562,6312,'post_views_count','0'),(33563,6316,'_edit_last','1'),(33564,6316,'_edit_lock','1580827843:1'),(33565,6316,'slide_template','default'),(33566,6316,'tdc_dirty_content','1'),(33567,6316,'tdc_icon_fonts','a:0:{}'),(33568,6316,'tdc_google_fonts','a:0:{}'),(33569,6316,'_yoast_wpseo_focuskw','Hi-Spirits Carpano Botanic Bitter'),(33570,6316,'_yoast_wpseo_metadesc','Hi-Spirits is bringing Carpano Botanic Bitter to the UK market, offering bartenders and cocktail lovers an authentic premium cocktail bitters that brings a new dimension to classic cocktails such as the Negroni, Americano and Boulevardier.'),(33571,6316,'_yoast_wpseo_linkdex','59'),(33572,6316,'_yoast_wpseo_content_score','30'),(33573,6316,'_yoast_wpseo_primary_category','2'),(33574,6318,'_edit_last','1'),(33575,6318,'_edit_lock','1580829667:1'),(33576,6318,'slide_template','default'),(33577,6318,'tdc_dirty_content','1'),(33578,6318,'tdc_icon_fonts','a:0:{}'),(33579,6318,'tdc_google_fonts','a:0:{}'),(33580,6318,'_yoast_wpseo_focuskw','Ei Group new charity'),(33581,6318,'_yoast_wpseo_metadesc','Ei Group, the UK’s largest pub company, is boosting its existing partnership with The Clink Charity, and launching a new exclusive cask beer ahead of the Six Nations, available in pubs across its Ei Publican Partnerships and selected Bermondsey and Craft Union estates.'),(33582,6318,'_yoast_wpseo_linkdex','58'),(33583,6318,'_yoast_wpseo_content_score','30'),(33584,6318,'_yoast_wpseo_primary_category','510'),(33585,6320,'_edit_last','1'),(33586,6320,'_edit_lock','1580828114:1'),(33587,6320,'slide_template','default'),(33588,6320,'tdc_dirty_content','1'),(33589,6320,'tdc_icon_fonts','a:0:{}'),(33590,6320,'tdc_google_fonts','a:0:{}'),(33591,6320,'_yoast_wpseo_focuskw','Win a years supply of nutella'),(33592,6320,'_yoast_wpseo_metadesc','Celebrating February as the ultimate Month of Fun with nutella®, Ferrero Foodservice is giving one lucky caterer the chance to win a year’s supply of nutella® – worth £600!'),(33593,6320,'_yoast_wpseo_linkdex','50'),(33594,6320,'_yoast_wpseo_content_score','30'),(33595,6320,'_yoast_wpseo_primary_category','3'),(33596,6322,'_edit_last','1'),(33597,6322,'_edit_lock','1580829300:1'),(33598,6322,'slide_template','default'),(33599,6322,'tdc_dirty_content','1'),(33600,6322,'tdc_icon_fonts','a:0:{}'),(33601,6322,'tdc_google_fonts','a:0:{}'),(33602,6322,'_yoast_wpseo_focuskw','Hospitality careers'),(33603,6322,'_yoast_wpseo_metadesc','New research from HIT Training reveals that three quarters (76%) of parents and over half (55%) of teachers believe jobs in hospitality offer a long-term career route that will help young people develop lifelong skills. '),(33604,6322,'_yoast_wpseo_linkdex','60'),(33605,6322,'_yoast_wpseo_content_score','30'),(33606,6322,'_yoast_wpseo_primary_category','510'),(33607,6322,'post_views_count','0'),(33608,6320,'post_views_count','0'),(33609,6318,'post_views_count','0'),(33610,6316,'post_views_count','0'),(33611,6324,'_wp_attached_file','2020/02/American-Pancakes.jpg'),(33612,6324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2732;s:6:\"height\";i:2046;s:4:\"file\";s:29:\"2020/02/American-Pancakes.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-150x150.jpg\";s:5:\"width\";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:\"American-Pancakes-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:29:\"American-Pancakes-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"American-Pancakes-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:27:\"American-Pancakes-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:28:\"American-Pancakes-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"American-Pancakes-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:30:\"American-Pancakes-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"American-Pancakes-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:31:\"American-Pancakes-1920x1438.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:48:\"Leaf Aptus-II 7(LI302317   )/Mamiya 645DF/645AFD\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1394199098\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33613,6325,'_wp_attached_file','2020/02/nutella-and-Waffles-e1580821668131.jpg'),(33614,6324,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9351310099211396;s:5:\"bytes\";i:11834;s:11:\"size_before\";i:239791;s:10:\"size_after\";i:227957;s:4:\"time\";d:0.11000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:575;s:11:\"size_before\";i:8404;s:10:\"size_after\";i:7829;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:1382;s:11:\"size_before\";i:20041;s:10:\"size_after\";i:18659;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:4284;s:11:\"size_before\";i:82610;s:10:\"size_after\";i:78326;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:5593;s:11:\"size_before\";i:128736;s:10:\"size_after\";i:123143;s:4:\"time\";d:0.040000000000000001;}}}'),(33615,6325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2667;s:6:\"height\";i:1000;s:4:\"file\";s:46:\"2020/02/nutella-and-Waffles-e1580821668131.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"nutella-and-Waffles-e1580821668131-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:44:\"nutella-and-Waffles-e1580821668131-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:45:\"nutella-and-Waffles-e1580821668131-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-696x261.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:46:\"nutella-and-Waffles-e1580821668131-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:47:\"nutella-and-Waffles-e1580821668131-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:47:\"nutella-and-Waffles-e1580821668131-1068x400.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:47:\"nutella-and-Waffles-e1580821668131-1120x420.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:47:\"nutella-and-Waffles-e1580821668131-1920x720.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"5.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:48:\"Leaf Aptus-II 7(LI302317   )/Mamiya 645DF/645AFD\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1394210730\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33616,6326,'_wp_attached_file','2020/02/Pillows-with-nutella.png'),(33617,6325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.099743309581193;s:5:\"bytes\";i:78616;s:11:\"size_before\";i:191281;s:10:\"size_after\";i:112665;s:4:\"time\";d:0.16000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:823;s:11:\"size_before\";i:6989;s:10:\"size_after\";i:6429;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.18;s:5:\"bytes\";i:1193;s:11:\"size_before\";i:15315;s:10:\"size_after\";i:9009;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.07;s:5:\"bytes\";i:3324;s:11:\"size_before\";i:65492;s:10:\"size_after\";i:37940;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.710000000000001;s:5:\"bytes\";i:4517;s:11:\"size_before\";i:103485;s:10:\"size_after\";i:59287;s:4:\"time\";d:0.070000000000000007;}}}'),(33618,6326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:821;s:4:\"file\";s:32:\"2020/02/Pillows-with-nutella.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-300x217.png\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-768x555.png\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Pillows-with-nutella-1024x740.png\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:30:\"Pillows-with-nutella-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:31:\"Pillows-with-nutella-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-696x503.png\";s:5:\"width\";i:696;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-696x385.png\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-741x486.png\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"Pillows-with-nutella-1068x580.png\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:33:\"Pillows-with-nutella-1068x772.png\";s:5:\"width\";i:1068;s:6:\"height\";i:772;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"Pillows-with-nutella-581x420.png\";s:5:\"width\";i:581;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33619,6326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1824752;s:10:\"size_after\";i:1824752;s:4:\"time\";d:1.46;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41799;s:10:\"size_after\";i:41799;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:107585;s:10:\"size_after\";i:107585;s:4:\"time\";d:0.10000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:621390;s:10:\"size_after\";i:621390;s:4:\"time\";d:0.38;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1053978;s:10:\"size_after\";i:1053978;s:4:\"time\";d:0.94999999999999996;}}}'),(33620,6325,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2667;s:6:\"height\";i:1997;s:4:\"file\";s:23:\"nutella-and-Waffles.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"nutella-and-Waffles-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:29:\"nutella-and-Waffles-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:30:\"nutella-and-Waffles-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-696x521.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:32:\"nutella-and-Waffles-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:32:\"nutella-and-Waffles-1068x800.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:31:\"nutella-and-Waffles-561x420.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:33:\"nutella-and-Waffles-1920x1438.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1438;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33621,6320,'_thumbnail_id','6325'),(33622,6327,'_wp_attached_file','2020/02/Carpano_1600x550-OTP01.jpg'),(33623,6327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:34:\"2020/02/Carpano_1600x550-OTP01.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Carpano_1600x550-OTP01-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"Carpano_1600x550-OTP01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"Carpano_1600x550-OTP01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"Carpano_1600x550-OTP01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"Carpano_1600x550-OTP01-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"Carpano_1600x550-OTP01-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Carpano_1600x550-OTP01-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33624,6327,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8601881921891907;s:5:\"bytes\";i:5630;s:11:\"size_before\";i:96072;s:10:\"size_after\";i:90442;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:179;s:11:\"size_before\";i:4691;s:10:\"size_after\";i:4512;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:405;s:11:\"size_before\";i:7307;s:10:\"size_after\";i:6902;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:1996;s:11:\"size_before\";i:33019;s:10:\"size_after\";i:31023;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:3050;s:11:\"size_before\";i:51055;s:10:\"size_after\";i:48005;s:4:\"time\";d:0.029999999999999999;}}}'),(33625,6316,'_thumbnail_id','6327'),(33626,6316,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Carpano_1600x550-OTP01.jpg\";s:5:\"title\";s:22:\"Carpano Botanic Bitter\";s:7:\"caption\";s:0:\"\";}'),(33629,6320,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:97:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/nutella-and-Waffles-e1580821668131.jpg\";s:5:\"title\";s:19:\"nutella and Waffles\";s:7:\"caption\";s:0:\"\";}'),(33636,6332,'_wp_attached_file','2020/02/HospitalityCareers_1600x550-OTP01.jpg'),(33637,6332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:45:\"2020/02/HospitalityCareers_1600x550-OTP01.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-150x150.jpg\";s:5:\"width\";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:\"HospitalityCareers_1600x550-OTP01-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"HospitalityCareers_1600x550-OTP01-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"HospitalityCareers_1600x550-OTP01-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"HospitalityCareers_1600x550-OTP01-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"HospitalityCareers_1600x550-OTP01-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"HospitalityCareers_1600x550-OTP01-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"HospitalityCareers_1600x550-OTP01-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:46:\"HospitalityCareers_1600x550-OTP01-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33638,6332,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.679005205320995;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:86450;s:10:\"size_after\";i:84134;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6851;s:10:\"size_after\";i:6445;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:433;s:11:\"size_before\";i:8095;s:10:\"size_after\";i:7662;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3999999999999999;s:5:\"bytes\";i:687;s:11:\"size_before\";i:28627;s:10:\"size_after\";i:27940;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000001;s:5:\"bytes\";i:790;s:11:\"size_before\";i:42877;s:10:\"size_after\";i:42087;s:4:\"time\";d:0.02;}}}'),(33639,6322,'_thumbnail_id','6332'),(33640,6322,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:96:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/HospitalityCareers_1600x550-OTP01.jpg\";s:5:\"title\";s:19:\"Hospitality Careers\";s:7:\"caption\";s:0:\"\";}'),(33647,6334,'_wp_attached_file','2020/02/Ei-Group_1600x550-OTP.jpg'),(33648,6334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:33:\"2020/02/Ei-Group_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Ei-Group_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Ei-Group_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Ei-Group_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Ei-Group_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Ei-Group_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Ei-Group_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Ei-Group_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33649,6334,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.597982432587932;s:5:\"bytes\";i:5526;s:11:\"size_before\";i:52142;s:10:\"size_after\";i:46616;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6107;s:10:\"size_after\";i:5734;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:343;s:11:\"size_before\";i:4189;s:10:\"size_after\";i:3846;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:1764;s:11:\"size_before\";i:16132;s:10:\"size_after\";i:14368;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.85;s:5:\"bytes\";i:3046;s:11:\"size_before\";i:25714;s:10:\"size_after\";i:22668;s:4:\"time\";d:0.029999999999999999;}}}'),(33650,6318,'_thumbnail_id','6334'),(33651,6335,'_edit_last','1'),(33652,6335,'_edit_lock','1581325597:1'),(33653,6336,'_wp_attached_file','2020/02/Mr-Porky_1600x550-OTP.jpg'),(33654,6336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:33:\"2020/02/Mr-Porky_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Mr-Porky_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:31:\"Mr-Porky_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:32:\"Mr-Porky_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:33:\"Mr-Porky_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:34:\"Mr-Porky_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:34:\"Mr-Porky_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:34:\"Mr-Porky_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33655,6336,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6338028169014089;s:5:\"bytes\";i:7344;s:11:\"size_before\";i:130356;s:10:\"size_after\";i:123012;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:493;s:11:\"size_before\";i:7518;s:10:\"size_after\";i:7025;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:578;s:11:\"size_before\";i:9717;s:10:\"size_after\";i:9139;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:2509;s:11:\"size_before\";i:44083;s:10:\"size_after\";i:41574;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:3764;s:11:\"size_before\";i:69038;s:10:\"size_after\";i:65274;s:4:\"time\";d:0.050000000000000003;}}}'),(33656,6335,'_thumbnail_id','6336'),(33657,6335,'slide_template','default'),(33658,6335,'tdc_dirty_content','1'),(33659,6335,'tdc_icon_fonts','a:0:{}'),(33660,6335,'tdc_google_fonts','a:0:{}'),(33661,6335,'_yoast_wpseo_focuskw','Taste Award Winners 2019'),(33662,6335,'_yoast_wpseo_metadesc','Tayto Group are delighted to announce that they have been awarded a 2-star Great Taste Award for both Midland Snacks Traditional Scratchings and Mr Porky Handcooked Scratchings and a 1-star award for Mr Porky Crispy Strips. '),(33663,6335,'_yoast_wpseo_linkdex','38'),(33664,6335,'_yoast_wpseo_content_score','30'),(33665,6335,'_yoast_wpseo_primary_category','3'),(33666,6335,'post_views_count','0'),(33667,6338,'_edit_last','1'),(33668,6338,'_edit_lock','1580894814:1'),(33669,6339,'_wp_attached_file','2020/02/Cold-Coffee_1600x550-OTP.jpg'),(33670,6339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:36:\"2020/02/Cold-Coffee_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Cold-Coffee_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"Cold-Coffee_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"Cold-Coffee_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"Cold-Coffee_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"Cold-Coffee_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"Cold-Coffee_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Cold-Coffee_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33671,6339,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2327399849295273;s:5:\"bytes\";i:2617;s:11:\"size_before\";i:80953;s:10:\"size_after\";i:78336;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5300000000000002;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5627;s:10:\"size_after\";i:5316;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:318;s:11:\"size_before\";i:7045;s:10:\"size_after\";i:6727;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:832;s:11:\"size_before\";i:27013;s:10:\"size_after\";i:26181;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7999999999999998;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:41268;s:10:\"size_after\";i:40112;s:4:\"time\";d:0.02;}}}'),(33672,6338,'_thumbnail_id','6339'),(33673,6338,'slide_template','default'),(33674,6338,'tdc_dirty_content','1'),(33675,6338,'tdc_icon_fonts','a:0:{}'),(33676,6338,'tdc_google_fonts','a:0:{}'),(33677,6338,'_yoast_wpseo_content_score','30'),(33678,6338,'_yoast_wpseo_primary_category','2'),(33679,6338,'post_views_count','0'),(33680,6341,'_edit_last','1'),(33681,6341,'_edit_lock','1580895012:1'),(33682,6341,'slide_template','default'),(33683,6341,'tdc_dirty_content','1'),(33684,6341,'tdc_icon_fonts','a:0:{}'),(33685,6341,'tdc_google_fonts','a:0:{}'),(33686,6341,'_yoast_wpseo_content_score','60'),(33687,6341,'_yoast_wpseo_primary_category','2'),(33688,6341,'post_views_count','0'),(33689,6338,'_yoast_wpseo_focuskw','Cold coffee inspirations'),(33690,6338,'_yoast_wpseo_metadesc','Scotsman’s latest publication offers ideas and recipes for cold coffee menus.'),(33691,6338,'_yoast_wpseo_linkdex','55'),(33692,6344,'_wp_attached_file','2020/02/Bob-Pease_1600x550.jpg'),(33693,6344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:30:\"2020/02/Bob-Pease_1600x550.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Bob-Pease_1600x550-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Bob-Pease_1600x550-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Bob-Pease_1600x550-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Bob-Pease_1600x550-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Bob-Pease_1600x550-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Bob-Pease_1600x550-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Bob-Pease_1600x550-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33694,6344,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4500345497022149;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:60782;s:10:\"size_after\";i:58685;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:196;s:11:\"size_before\";i:4651;s:10:\"size_after\";i:4455;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:164;s:11:\"size_before\";i:5343;s:10:\"size_after\";i:5179;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3100000000000001;s:5:\"bytes\";i:446;s:11:\"size_before\";i:19332;s:10:\"size_after\";i:18886;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:31456;s:10:\"size_after\";i:30165;s:4:\"time\";d:0.02;}}}'),(33695,6341,'_thumbnail_id','6344'),(33696,6341,'_yoast_wpseo_focuskw','American Craft beer'),(33697,6341,'_yoast_wpseo_metadesc','Bob Pease, CEO/President of the Brewers Association the not-for-profit trade association representing small and independent American craft brewers, on what’s in store this month.'),(33698,6341,'_yoast_wpseo_linkdex','57'),(33699,6345,'_edit_last','1'),(33700,6345,'_edit_lock','1581611353:1'),(33701,6345,'slide_template','default'),(33702,6345,'tdc_dirty_content','1'),(33703,6345,'tdc_icon_fonts','a:0:{}'),(33704,6345,'tdc_google_fonts','a:0:{}'),(33705,6345,'_yoast_wpseo_content_score','30'),(33706,6345,'_yoast_wpseo_primary_category','509'),(33711,6345,'_yoast_wpseo_focuskw','Valentine’s Day'),(33712,6345,'_yoast_wpseo_metadesc','The holiday of love is a special time of year for many couples. We discuss the origins of the event and why this day might be more important than you think if you don’t serve food.'),(33713,6345,'_yoast_wpseo_linkdex','56'),(33714,6348,'_wp_attached_file','2020/02/Valentines-Day_1600x550-OTP.jpg'),(33715,6348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:39:\"2020/02/Valentines-Day_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Valentines-Day_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:37:\"Valentines-Day_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:38:\"Valentines-Day_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:39:\"Valentines-Day_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:40:\"Valentines-Day_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:40:\"Valentines-Day_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:40:\"Valentines-Day_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33716,6348,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2524978182322375;s:5:\"bytes\";i:7666;s:11:\"size_before\";i:122607;s:10:\"size_after\";i:114941;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:565;s:11:\"size_before\";i:7662;s:10:\"size_after\";i:7097;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:608;s:11:\"size_before\";i:8757;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:2606;s:11:\"size_before\";i:40819;s:10:\"size_after\";i:38213;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:3887;s:11:\"size_before\";i:65369;s:10:\"size_after\";i:61482;s:4:\"time\";d:0.029999999999999999;}}}'),(33717,6345,'_thumbnail_id','6348'),(33718,6345,'post_views_count','0'),(33719,6350,'_edit_last','1'),(33720,6350,'_edit_lock','1581585334:1'),(33721,6351,'_wp_attached_file','2020/02/IMG_9646-e1580921885630.jpg'),(33722,6351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:554;s:4:\"file\";s:35:\"2020/02/IMG_9646-e1580921885630.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_9646-e1580921866802-1024x354.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"IMG_9646-e1580921866802-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"IMG_9646-e1580921866802-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-696x241.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"IMG_9646-e1580921866802-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"IMG_9646-e1580921866802-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"IMG_9646-e1580921866802-1068x369.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:36:\"IMG_9646-e1580921866802-1214x420.jpg\";s:5:\"width\";i:1214;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"IMG_9646-e1580921866802-1920x664.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1100D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574350803\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33723,6351,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:49.922521982560134;s:5:\"bytes\";i:136601;s:11:\"size_before\";i:273626;s:10:\"size_after\";i:137025;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.57;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:8861;s:10:\"size_after\";i:6861;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.840000000000003;s:5:\"bytes\";i:1920;s:11:\"size_before\";i:19244;s:10:\"size_after\";i:9461;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.649999999999999;s:5:\"bytes\";i:7062;s:11:\"size_before\";i:93217;s:10:\"size_after\";i:46007;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.960000000000001;s:5:\"bytes\";i:10106;s:11:\"size_before\";i:152304;s:10:\"size_after\";i:74696;s:4:\"time\";d:0.040000000000000001;}}}'),(33724,6351,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:12:\"IMG_9646.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_9646-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:18:\"IMG_9646-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:19:\"IMG_9646-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:21:\"IMG_9646-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:21:\"IMG_9646-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:20:\"IMG_9646-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:22:\"IMG_9646-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1580921885630\";a:3:{s:5:\"width\";i:4229;s:6:\"height\";i:1463;s:4:\"file\";s:27:\"IMG_9646-e1580921866802.jpg\";}}'),(33725,6350,'_thumbnail_id','6351'),(33726,6350,'slide_template','default'),(33727,6350,'tdc_dirty_content','1'),(33728,6350,'tdc_icon_fonts','a:0:{}'),(33729,6350,'tdc_google_fonts','a:0:{}'),(33730,6350,'_yoast_wpseo_focuskw','Krombacher'),(33731,6350,'_yoast_wpseo_metadesc','Germany’s leading premium beer brand Krombacher has unveiled a stylish new label and sleek bottle design for its packaged range of brewed-at-source beers.'),(33732,6350,'_yoast_wpseo_linkdex','71'),(33733,6350,'_yoast_wpseo_content_score','30'),(33734,6350,'_yoast_wpseo_primary_category','2'),(33735,6353,'_edit_last','1'),(33736,6353,'_edit_lock','1581325508:1'),(33737,6354,'_wp_attached_file','2020/02/Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418.jpg'),(33738,6354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:628;s:4:\"file\";s:74:\"2020/02/Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-768x301.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:72:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:73:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-696x273.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:74:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:75:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:75:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-1068x419.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:75:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418-1070x420.jpg\";s:5:\"width\";i:1070;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:61:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-1920x1706.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1706;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33739,6354,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.592270005443659;s:5:\"bytes\";i:63546;s:11:\"size_before\";i:183700;s:10:\"size_after\";i:120154;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:706;s:11:\"size_before\";i:7574;s:10:\"size_after\";i:7138;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003;s:5:\"bytes\";i:1099;s:11:\"size_before\";i:15037;s:10:\"size_after\";i:9535;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.979999999999997;s:5:\"bytes\";i:3961;s:11:\"size_before\";i:63156;s:10:\"size_after\";i:40434;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.619999999999997;s:5:\"bytes\";i:5847;s:11:\"size_before\";i:97933;s:10:\"size_after\";i:63047;s:4:\"time\";d:0.029999999999999999;}}}'),(33740,6354,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3211;s:6:\"height\";i:2853;s:4:\"file\";s:51:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2.jpg\";}s:18:\"full-1580922118418\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1422;s:4:\"file\";s:66:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922098122.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-768x682.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:60:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-1024x910.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:57:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:58:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-696x618.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:60:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:60:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-1068x949.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:949;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:59:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-473x420.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:61:\"Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-1920x1706.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1706;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33741,6353,'_thumbnail_id','6354'),(33742,6353,'slide_template','default'),(33743,6353,'tdc_dirty_content','1'),(33744,6353,'tdc_icon_fonts','a:0:{}'),(33745,6353,'tdc_google_fonts','a:0:{}'),(33746,6353,'_yoast_wpseo_focuskw','Pedrino');
INSERT INTO `wpfr_postmeta` VALUES (33747,6353,'_yoast_wpseo_metadesc','The trendsetting Pedrino Spritz brand is targeting the pub and bar sector after Love Drinks was announced as it\'s new UK distributor.'),(33748,6353,'_yoast_wpseo_linkdex','69'),(33749,6353,'_yoast_wpseo_content_score','30'),(33750,6353,'_yoast_wpseo_primary_category','2'),(33751,6353,'post_views_count','0'),(33752,6350,'post_views_count','0'),(33753,6357,'_edit_last','1'),(33754,6357,'_edit_lock','1581325384:1'),(33755,6358,'_wp_attached_file','2020/02/Prince-of-Wales-1-e1580922413389.jpg'),(33756,6358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:409;s:4:\"file\";s:44:\"2020/02/Prince-of-Wales-1-e1580922413389.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Prince-of-Wales-1-e1580922413389-1024x409.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Prince-of-Wales-1-e1580922413389-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Prince-of-Wales-1-e1580922413389-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-534x409.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-696x278.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-1-e1580922413389-741x409.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Prince-of-Wales-1-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1575307293\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33757,6358,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.376601209990874;s:5:\"bytes\";i:83735;s:11:\"size_before\";i:236696;s:10:\"size_after\";i:152961;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7599999999999998;s:5:\"bytes\";i:807;s:11:\"size_before\";i:7358;s:10:\"size_after\";i:6640;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.899999999999999;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:18612;s:10:\"size_after\";i:10999;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.310000000000002;s:5:\"bytes\";i:5457;s:11:\"size_before\";i:82966;s:10:\"size_after\";i:50351;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.490000000000002;s:5:\"bytes\";i:7377;s:11:\"size_before\";i:127760;s:10:\"size_after\";i:84971;s:4:\"time\";d:0.080000000000000002;}}}'),(33758,6358,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:21:\"Prince-of-Wales-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"Prince-of-Wales-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:27:\"Prince-of-Wales-1-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:28:\"Prince-of-Wales-1-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:30:\"Prince-of-Wales-1-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-1-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33759,6359,'_wp_attached_file','2020/02/Prince-of-Wales-3-e1580922506511.jpg'),(33760,6359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:44:\"2020/02/Prince-of-Wales-3-e1580922506511.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Prince-of-Wales-3-e1580922506511-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:42:\"Prince-of-Wales-3-e1580922506511-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:43:\"Prince-of-Wales-3-e1580922506511-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-324x391.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-534x391.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-696x266.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:44:\"Prince-of-Wales-3-e1580922506511-741x391.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:30:\"Prince-of-Wales-3-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1575307293\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33761,6359,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.866489134365651;s:5:\"bytes\";i:79976;s:11:\"size_before\";i:243336;s:10:\"size_after\";i:163360;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:8496;s:10:\"size_after\";i:7879;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.509999999999998;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:19216;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.329999999999998;s:5:\"bytes\";i:5869;s:11:\"size_before\";i:84975;s:10:\"size_after\";i:53250;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.940000000000001;s:5:\"bytes\";i:8869;s:11:\"size_before\";i:130649;s:10:\"size_after\";i:90222;s:4:\"time\";d:0.040000000000000001;}}}'),(33762,6359,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:21:\"Prince-of-Wales-3.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"Prince-of-Wales-3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:27:\"Prince-of-Wales-3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:28:\"Prince-of-Wales-3-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:30:\"Prince-of-Wales-3-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:29:\"Prince-of-Wales-3-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33763,6357,'_thumbnail_id','6358'),(33764,6357,'slide_template','default'),(33765,6357,'tdc_dirty_content','1'),(33766,6357,'tdc_icon_fonts','a:0:{}'),(33767,6357,'tdc_google_fonts','a:0:{}'),(33768,6357,'_yoast_wpseo_focuskw','Ei Publican partner with Lincoln pub'),(33769,6357,'_yoast_wpseo_metadesc','Ei Publican Partnerships has supported local publican, Gordon Reeves, with revitalising the Prince of Wales, Lincoln, which has recently reopened following a major £260,000 joint investment.'),(33770,6357,'_yoast_wpseo_linkdex','55'),(33771,6357,'_yoast_wpseo_content_score','30'),(33772,6357,'_yoast_wpseo_primary_category','510'),(33773,6357,'post_views_count','0'),(33774,6361,'_edit_last','1'),(33775,6361,'_edit_lock','1581325317:1'),(33776,6362,'_wp_attached_file','2020/02/Image-two-edie-awards-win-e1580988809748.jpg'),(33777,6362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:746;s:6:\"height\";i:296;s:4:\"file\";s:52:\"2020/02/Image-two-edie-awards-win-e1580988809748.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-150x150.jpg\";s:5:\"width\";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:\"Image-two-edie-awards-win-e1580988809748-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:50:\"Image-two-edie-awards-win-e1580988809748-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:51:\"Image-two-edie-awards-win-e1580988809748-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-324x296.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-356x296.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-485x296.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-534x296.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-696x276.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-696x296.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:52:\"Image-two-edie-awards-win-e1580988809748-741x296.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-569x420.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33778,6362,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.026885809715928;s:5:\"bytes\";i:9987;s:11:\"size_before\";i:30239;s:10:\"size_after\";i:20252;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.08;s:5:\"bytes\";i:1201;s:11:\"size_before\";i:8955;s:10:\"size_after\";i:7784;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.420000000000002;s:5:\"bytes\";i:2297;s:11:\"size_before\";i:21284;s:10:\"size_after\";i:12468;s:4:\"time\";d:0.01;}}}'),(33779,6362,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:750;s:6:\"height\";i:554;s:4:\"file\";s:29:\"Image-two-edie-awards-win.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:35:\"Image-two-edie-awards-win-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:36:\"Image-two-edie-awards-win-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-696x514.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:37:\"Image-two-edie-awards-win-569x420.jpg\";s:5:\"width\";i:569;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33780,6361,'_thumbnail_id','6364'),(33781,6361,'slide_template','default'),(33782,6361,'tdc_dirty_content','1'),(33783,6361,'tdc_icon_fonts','a:0:{}'),(33784,6361,'tdc_google_fonts','a:0:{}'),(33785,6361,'_yoast_wpseo_focuskw','Marston’s Win at National edie awards'),(33786,6361,'_yoast_wpseo_metadesc','Marston’s has won ‘Waste and Resource Management Project of the Year’ at the 2020 edie sustainability leaders awards in collaboration with UKWSL.'),(33787,6361,'_yoast_wpseo_linkdex','55'),(33788,6361,'_yoast_wpseo_content_score','30'),(33789,6361,'_yoast_wpseo_primary_category','510'),(33790,6364,'_wp_attached_file','2020/02/8507556-e1580989025126.jpg'),(33791,6364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:552;s:4:\"file\";s:34:\"2020/02/8507556-e1580989025126.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-768x265.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"8507556-e1580989025126-1024x353.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:32:\"8507556-e1580989025126-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:33:\"8507556-e1580989025126-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-696x240.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:34:\"8507556-e1580989025126-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:35:\"8507556-e1580989025126-1068x552.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:35:\"8507556-e1580989025126-1068x368.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"8507556-e1580989025126-1217x420.jpg\";s:5:\"width\";i:1217;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:21:\"8507556-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:11:\"Joe D Miles\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549494388\";s:9:\"copyright\";s:17:\"2019 ImageCapture\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33792,6364,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.849922857543596;s:5:\"bytes\";i:68188;s:11:\"size_before\";i:171112;s:10:\"size_after\";i:102924;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3899999999999997;s:5:\"bytes\";i:933;s:11:\"size_before\";i:7500;s:10:\"size_after\";i:6946;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.280000000000001;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:12881;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.240000000000002;s:5:\"bytes\";i:4015;s:11:\"size_before\";i:57589;s:10:\"size_after\";i:34417;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.439999999999998;s:5:\"bytes\";i:6285;s:11:\"size_before\";i:93142;s:10:\"size_after\";i:53611;s:4:\"time\";d:0.029999999999999999;}}}'),(33793,6364,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:8256;s:6:\"height\";i:5504;s:4:\"file\";s:11:\"8507556.jpg\";}s:18:\"full-1580989025126\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:26:\"8507556-e1580989004827.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"8507556-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:19:\"8507556-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:19:\"8507556-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:20:\"8507556-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:17:\"8507556-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:18:\"8507556-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:19:\"8507556-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:19:\"8507556-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:19:\"8507556-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:19:\"8507556-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:19:\"8507556-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:19:\"8507556-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:19:\"8507556-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:19:\"8507556-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:19:\"8507556-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:19:\"8507556-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:19:\"8507556-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:19:\"8507556-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:19:\"8507556-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:20:\"8507556-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:20:\"8507556-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:19:\"8507556-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:21:\"8507556-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33794,6361,'post_views_count','0'),(33795,6361,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:85:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/8507556-e1580989025126.jpg\";s:5:\"title\";s:39:\"Marston’s Win at National edie awards\";s:7:\"caption\";s:0:\"\";}'),(33798,6361,'_wp_old_date','2020-02-06'),(33799,6357,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:95:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Prince-of-Wales-1-e1580922413389.jpg\";s:5:\"title\";s:17:\"Prince of Wales 1\";s:7:\"caption\";s:0:\"\";}'),(33802,6357,'_wp_old_date','2020-02-05'),(33803,6353,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:125:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2-e1580922118418.jpg\";s:5:\"title\";s:19:\"Pedrino Trio Spring\";s:7:\"caption\";s:0:\"\";}'),(33806,6350,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/IMG_9646-e1580921885630.jpg\";s:5:\"title\";s:10:\"Krombacher\";s:7:\"caption\";s:0:\"\";}'),(33809,6350,'_wp_old_date','2020-02-05'),(33810,6335,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:84:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Mr-Porky_1600x550-OTP.jpg\";s:5:\"title\";s:8:\"Mr Porky\";s:7:\"caption\";s:0:\"\";}'),(33813,6335,'_wp_old_date','2020-02-04'),(33877,6374,'_edit_last','1'),(33878,6374,'_edit_lock','1581610123:1'),(33884,6374,'slide_template','default'),(33885,6374,'tdc_dirty_content','1'),(33886,6374,'tdc_icon_fonts','a:0:{}'),(33887,6374,'tdc_google_fonts','a:0:{}'),(33888,6374,'_yoast_wpseo_content_score','30'),(33890,6377,'_wp_attached_file','2020/02/SmartDispense-pythons-e1581604496969.jpg'),(33891,6377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1367;s:6:\"height\";i:624;s:4:\"file\";s:48:\"2020/02/SmartDispense-pythons-e1581604496969.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"SmartDispense-pythons-e1581604496969-1024x467.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"SmartDispense-pythons-e1581604496969-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"SmartDispense-pythons-e1581604496969-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-696x318.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"SmartDispense-pythons-e1581604496969-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"SmartDispense-pythons-e1581604496969-1068x488.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"SmartDispense-pythons-e1581604496969-920x420.jpg\";s:5:\"width\";i:920;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"SmartDispense-pythons-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:9:\"946685081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33892,6377,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:2295241;s:11:\"size_before\";i:2582806;s:10:\"size_after\";i:287565;}'),(33893,6377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8492926359860888;s:5:\"bytes\";i:6751;s:11:\"size_before\";i:236936;s:10:\"size_after\";i:230185;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:492;s:11:\"size_before\";i:7356;s:10:\"size_after\";i:6864;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:796;s:11:\"size_before\";i:15149;s:10:\"size_after\";i:14353;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:2922;s:11:\"size_before\";i:116902;s:10:\"size_after\";i:113980;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6099999999999999;s:5:\"bytes\";i:2541;s:11:\"size_before\";i:97529;s:10:\"size_after\";i:94988;s:4:\"time\";d:0.070000000000000007;}}}'),(33894,6377,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"SmartDispense-pythons.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:34:\"SmartDispense-pythons-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"SmartDispense-pythons-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:31:\"SmartDispense-pythons-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:32:\"SmartDispense-pythons-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:34:\"SmartDispense-pythons-696x1044.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:34:\"SmartDispense-pythons-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:35:\"SmartDispense-pythons-1068x1602.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:33:\"SmartDispense-pythons-280x420.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:35:\"SmartDispense-pythons-1920x2880.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33895,6374,'_thumbnail_id','6377'),(33896,6374,'_yoast_wpseo_focuskw','Save waste water'),(33897,6374,'_yoast_wpseo_metadesc','Operators have fresh reason to celebrate the start of the decade as, collectively, they have helped save over 100 million pints of water and 360 tonnes of keg CO2 over the past six years, thanks to the installation of the innovative SmartDispenseTM system. These waste savings will see publicans make an estimated cost saving of £819 per year on water and CO2 alone.'),(33898,6374,'_yoast_wpseo_linkdex','55'),(33899,6374,'_yoast_wpseo_primary_category','10'),(33900,6379,'_edit_last','1'),(33901,6379,'_edit_lock','1581610105:1'),(33902,6379,'slide_template','default'),(33903,6379,'tdc_dirty_content','1'),(33904,6379,'tdc_icon_fonts','a:0:{}'),(33905,6379,'tdc_google_fonts','a:0:{}'),(33906,6379,'_yoast_wpseo_focuskw','2020 Drinks Trend'),(33907,6379,'_yoast_wpseo_metadesc','12th February, 2020: Are you ‘Drink Twinning’? Do you want the experience, taste and look from a cocktail but with the choice of having it without alcohol whilst your friend has it with alcohol? Then you are sipping your way through the big trend for 2020.'),(33908,6379,'_yoast_wpseo_linkdex','59'),(33909,6379,'_yoast_wpseo_content_score','30'),(33910,6379,'_yoast_wpseo_primary_category','2'),(33916,6382,'_wp_attached_file','2020/02/Plumb-Thai-Basil-Mojito.jpg'),(33917,6382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:700;s:4:\"file\";s:35:\"2020/02/Plumb-Thai-Basil-Mojito.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Plumb-Thai-Basil-Mojito-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"Plumb-Thai-Basil-Mojito-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"Plumb-Thai-Basil-Mojito-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-696x365.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"Plumb-Thai-Basil-Mojito-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"Plumb-Thai-Basil-Mojito-1068x561.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"Plumb-Thai-Basil-Mojito-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33918,6382,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7870572595195133;s:5:\"bytes\";i:8066;s:11:\"size_before\";i:168496;s:10:\"size_after\";i:160430;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:520;s:11:\"size_before\";i:7480;s:10:\"size_after\";i:6960;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:846;s:11:\"size_before\";i:13416;s:10:\"size_after\";i:12570;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:2704;s:11:\"size_before\";i:57297;s:10:\"size_after\";i:54593;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:3996;s:11:\"size_before\";i:90303;s:10:\"size_after\";i:86307;s:4:\"time\";d:0.050000000000000003;}}}'),(33919,6379,'_thumbnail_id','6382'),(33920,6379,'post_views_count','0'),(33921,6374,'post_views_count','0'),(33922,6384,'_edit_last','1'),(33923,6384,'_edit_lock','1581610080:1'),(33924,6384,'slide_template','default'),(33925,6384,'tdc_dirty_content','1'),(33926,6384,'tdc_icon_fonts','a:0:{}'),(33927,6384,'tdc_google_fonts','a:0:{}'),(33928,6384,'_yoast_wpseo_focuskw','Knowing the industry'),(33929,6384,'_yoast_wpseo_metadesc','The top bartenders in London are at the forefront of recognising drinks trends and creating them.'),(33930,6384,'_yoast_wpseo_linkdex','53'),(33931,6384,'_yoast_wpseo_content_score','30'),(33932,6384,'_yoast_wpseo_primary_category','2'),(33933,6384,'post_views_count','0'),(33934,6379,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Plumb-Thai-Basil-Mojito.jpg\";s:5:\"title\";s:29:\"Plumb &amp; Thai Basil Mojito\";s:7:\"caption\";s:0:\"\";}'),(33937,6374,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/SmartDispense-pythons-e1581604496969.jpg\";s:5:\"title\";s:21:\"SmartDispense pythons\";s:7:\"caption\";s:0:\"\";}'),(33943,6345,'_wp_old_date','2020-02-05'),(33944,6387,'_edit_last','1'),(33945,6387,'_edit_lock','1581613326:1'),(33946,6388,'_wp_attached_file','2020/02/190814-Portfolio-collection-C--e1581611248956.jpg'),(33947,6388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:572;s:4:\"file\";s:57:\"2020/02/190814-Portfolio-collection-C--e1581611248956.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-768x275.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"190814-Portfolio-collection-C--e1581611248956-1024x366.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"190814-Portfolio-collection-C--e1581611248956-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"190814-Portfolio-collection-C--e1581611248956-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-696x249.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"190814-Portfolio-collection-C--e1581611248956-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:58:\"190814-Portfolio-collection-C--e1581611248956-1068x572.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:58:\"190814-Portfolio-collection-C--e1581611248956-1068x382.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:58:\"190814-Portfolio-collection-C--e1581611248956-1175x420.jpg\";s:5:\"width\";i:1175;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:44:\"190814-Portfolio-collection-C--1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:13:\"Joshua Tucker\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565802466\";s:9:\"copyright\";s:22:\"Joshua Tucker Weddings\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(33948,6388,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:14764542;s:11:\"size_before\";i:15190590;s:10:\"size_after\";i:426048;}'),(33949,6388,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3597066769587034;s:5:\"bytes\";i:11296;s:11:\"size_before\";i:259100;s:10:\"size_after\";i:247804;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:634;s:11:\"size_before\";i:8485;s:10:\"size_after\";i:7851;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:19250;s:10:\"size_after\";i:17991;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:3902;s:11:\"size_before\";i:89115;s:10:\"size_after\";i:85213;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:5501;s:11:\"size_before\";i:142250;s:10:\"size_after\";i:136749;s:4:\"time\";d:0.089999999999999997;}}}'),(33950,6388,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:34:\"190814-Portfolio-collection-C-.jpg\";}s:18:\"full-1581611248956\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1065;s:4:\"file\";s:49:\"190814-Portfolio-collection-C--e1581611232316.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:43:\"190814-Portfolio-collection-C--1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:40:\"190814-Portfolio-collection-C--80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:41:\"190814-Portfolio-collection-C--100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--696x463.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:43:\"190814-Portfolio-collection-C--1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:43:\"190814-Portfolio-collection-C--1068x711.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:42:\"190814-Portfolio-collection-C--631x420.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:44:\"190814-Portfolio-collection-C--1920x1278.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33951,6387,'_thumbnail_id','6388'),(33952,6387,'slide_template','default'),(33953,6387,'tdc_dirty_content','1'),(33954,6387,'tdc_icon_fonts','a:0:{}'),(33955,6387,'tdc_google_fonts','a:0:{}'),(33956,6387,'_yoast_wpseo_content_score','30'),(33963,6387,'_yoast_wpseo_primary_category','509'),(33964,6345,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:90:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Valentines-Day_1600x550-OTP.jpg\";s:5:\"title\";s:14:\"Valentines Day\";s:7:\"caption\";s:0:\"\";}'),(33967,6387,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/190814-Portfolio-collection-C--e1581611248956.jpg\";s:5:\"title\";s:22:\"Portfolio collection C\";s:7:\"caption\";s:0:\"\";}'),(33970,6387,'post_views_count','0'),(33971,6391,'_edit_last','1'),(33972,6391,'_edit_lock','1582027088:1'),(33980,6394,'_wp_attached_file','2020/02/Aviation-American-Gin-e1582017397675.jpg'),(33981,6394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:501;s:4:\"file\";s:48:\"2020/02/Aviation-American-Gin-e1582017397675.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Aviation-American-Gin-e1582017397675-1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"Aviation-American-Gin-e1582017397675-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"Aviation-American-Gin-e1582017397675-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-696x291.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"Aviation-American-Gin-e1582017397675-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"Aviation-American-Gin-e1582017397675-1068x501.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"Aviation-American-Gin-e1582017397675-1068x446.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"Aviation-American-Gin-e1582017397675-1006x420.jpg\";s:5:\"width\";i:1006;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(33982,6394,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9644200810228969;s:5:\"bytes\";i:4310;s:11:\"size_before\";i:145391;s:10:\"size_after\";i:141081;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:331;s:11:\"size_before\";i:5959;s:10:\"size_after\";i:5628;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:399;s:11:\"size_before\";i:10906;s:10:\"size_after\";i:10507;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:1414;s:11:\"size_before\";i:49401;s:10:\"size_after\";i:47987;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002;s:5:\"bytes\";i:2166;s:11:\"size_before\";i:79125;s:10:\"size_after\";i:76959;s:4:\"time\";d:0.050000000000000003;}}}'),(33983,6391,'_thumbnail_id','6394'),(33984,6391,'slide_template','default'),(33985,6391,'tdc_dirty_content','1'),(33986,6391,'tdc_icon_fonts','a:0:{}'),(33987,6391,'tdc_google_fonts','a:0:{}'),(33988,6391,'_yoast_wpseo_focuskw','Aviation American Gin'),(33989,6391,'_yoast_wpseo_metadesc','Aviation American Gin, the USA’s fastest growing gin brand, has appointed Proof Drinks to lead its UK distribution and continue the brand’s disruptive expansion within the British gin market.'),(33990,6391,'_yoast_wpseo_linkdex','60'),(33991,6391,'_yoast_wpseo_content_score','30'),(33992,6391,'_yoast_wpseo_primary_category','2'),(33993,6394,'_wp_attachment_backup_sizes','a:23:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"Aviation-American-Gin.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"Aviation-American-Gin-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:31:\"Aviation-American-Gin-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:32:\"Aviation-American-Gin-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:34:\"Aviation-American-Gin-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:34:\"Aviation-American-Gin-1068x712.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:33:\"Aviation-American-Gin-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(33994,6391,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/Aviation-American-Gin-e1582017397675.jpg\";s:5:\"title\";s:21:\"Aviation American Gin\";s:7:\"caption\";s:0:\"\";}'),(33997,6391,'post_views_count','0'),(33998,6396,'_edit_last','1'),(33999,6396,'_edit_lock','1582622935:1'),(34000,6397,'_wp_attached_file','2020/02/BizimplyManagerInBar-e1582623017159.jpg'),(34001,6397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:396;s:4:\"file\";s:47:\"2020/02/BizimplyManagerInBar-e1582623017159.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-768x297.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"BizimplyManagerInBar-e1582623017159-1024x396.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:45:\"BizimplyManagerInBar-e1582623017159-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:46:\"BizimplyManagerInBar-e1582623017159-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-324x396.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-534x396.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-696x269.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:47:\"BizimplyManagerInBar-e1582623017159-741x396.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:33:\"BizimplyManagerInBar-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34002,6397,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0138317429747001;s:5:\"bytes\";i:8253;s:11:\"size_before\";i:205614;s:10:\"size_after\";i:197361;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:537;s:11:\"size_before\";i:8048;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:17531;s:10:\"size_after\";i:16440;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:2603;s:11:\"size_before\";i:67507;s:10:\"size_after\";i:64904;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:4022;s:11:\"size_before\";i:112528;s:10:\"size_after\";i:108506;s:4:\"time\";d:0.040000000000000001;}}}'),(34003,6397,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:24:\"BizimplyManagerInBar.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:33:\"BizimplyManagerInBar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:30:\"BizimplyManagerInBar-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:31:\"BizimplyManagerInBar-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-696x464.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:33:\"BizimplyManagerInBar-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:32:\"BizimplyManagerInBar-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(34004,6396,'_thumbnail_id','6397'),(34005,6396,'slide_template','default'),(34006,6396,'tdc_dirty_content','1'),(34007,6396,'tdc_icon_fonts','a:0:{}'),(34008,6396,'tdc_google_fonts','a:0:{}'),(34009,6396,'_yoast_wpseo_focuskw','Easy to use calculator from Bizimply'),(34010,6396,'_yoast_wpseo_metadesc','With the National Living Wage set to rise on 1st April, workforce management experts Bizimply are offering hospitality operators a National Living Wage Calculator, as an easy way to work out the cost of the increase to their business.'),(34011,6396,'_yoast_wpseo_linkdex','54'),(34012,6396,'_yoast_wpseo_content_score','30'),(34013,6396,'_yoast_wpseo_primary_category','10'),(34014,6396,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/BizimplyManagerInBar-e1582623017159.jpg\";s:5:\"title\";s:23:\"Bizimply Manager in Bar\";s:7:\"caption\";s:0:\"\";}'),(34017,6400,'_edit_last','1'),(34018,6400,'_edit_lock','1582734824:1'),(34023,6400,'slide_template','default'),(34024,6400,'tdc_dirty_content','1'),(34025,6400,'tdc_icon_fonts','a:0:{}'),(34026,6400,'tdc_google_fonts','a:0:{}'),(34027,6400,'_yoast_wpseo_focuskw','Big Drop Brewing Co'),(34028,6400,'_yoast_wpseo_metadesc','Alcohol-free craft beer specialist, Big Drop Brewing Co, has significantly increased its UK on-trade distribution with new listings across the Mitchells & Butlers group.'),(34029,6400,'_yoast_wpseo_linkdex','52'),(34030,6400,'_yoast_wpseo_content_score','30'),(34031,6400,'_yoast_wpseo_primary_category','2'),(34032,6403,'_wp_attached_file','2020/02/bigdropbrew_1600x550-OTP.jpg'),(34033,6403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:36:\"2020/02/bigdropbrew_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"bigdropbrew_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"bigdropbrew_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"bigdropbrew_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"bigdropbrew_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"bigdropbrew_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"bigdropbrew_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"bigdropbrew_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34034,6403,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5593506813620204;s:5:\"bytes\";i:7894;s:11:\"size_before\";i:141995;s:10:\"size_after\";i:134101;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:418;s:11:\"size_before\";i:8008;s:10:\"size_after\";i:7590;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:399;s:11:\"size_before\";i:8991;s:10:\"size_after\";i:8592;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:2691;s:11:\"size_before\";i:47255;s:10:\"size_after\";i:44564;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:4386;s:11:\"size_before\";i:77741;s:10:\"size_after\";i:73355;s:4:\"time\";d:0.059999999999999998;}}}'),(34035,6404,'_edit_last','1'),(34036,6404,'_edit_lock','1582735397:1'),(34037,6404,'_thumbnail_id','6403'),(34038,6404,'slide_template','default'),(34039,6404,'tdc_dirty_content','1'),(34040,6404,'tdc_icon_fonts','a:0:{}'),(34041,6404,'tdc_google_fonts','a:0:{}'),(34042,6404,'_yoast_wpseo_focuskw','Big Drop Brewing Co'),(34043,6404,'_yoast_wpseo_metadesc','Alcohol-free craft beer specialist, Big Drop Brewing Co, has significantly increased its UK on-trade distribution with new listings across the Mitchells & Butlers group.'),(34044,6404,'_yoast_wpseo_linkdex','50'),(34045,6404,'_yoast_wpseo_content_score','30'),(34046,6404,'_yoast_wpseo_primary_category','2'),(34047,6404,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/bigdropbrew_1600x550-OTP.jpg\";s:5:\"title\";s:24:\"bigdropbrew_1600x550 OTP\";s:7:\"caption\";s:0:\"\";}'),(34050,6406,'_edit_last','1'),(34051,6406,'_edit_lock','1582802149:1'),(34052,6407,'_wp_attached_file','2020/02/HERO9358-e1582802219409.jpg'),(34053,6407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1402;s:6:\"height\";i:711;s:4:\"file\";s:35:\"2020/02/HERO9358-e1582802219409.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-768x389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"HERO9358-e1582802219409-1024x519.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:33:\"HERO9358-e1582802219409-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:34:\"HERO9358-e1582802219409-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-696x353.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:36:\"HERO9358-e1582802219409-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:36:\"HERO9358-e1582802219409-1068x542.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:35:\"HERO9358-e1582802219409-828x420.jpg\";s:5:\"width\";i:828;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:22:\"HERO9358-1920x2802.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2802;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1580216875\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(34054,6407,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1957917;s:11:\"size_before\";i:2308609;s:10:\"size_after\";i:350692;}'),(34055,6407,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5069028668028452;s:5:\"bytes\";i:7966;s:11:\"size_before\";i:227152;s:10:\"size_after\";i:219186;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7196;s:10:\"size_after\";i:6714;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:685;s:11:\"size_before\";i:14489;s:10:\"size_after\";i:13804;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:3698;s:11:\"size_before\";i:110867;s:10:\"size_after\";i:107169;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:3101;s:11:\"size_before\";i:94600;s:10:\"size_after\";i:91499;s:4:\"time\";d:0.040000000000000001;}}}'),(34056,6407,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1403;s:6:\"height\";i:2048;s:4:\"file\";s:12:\"HERO9358.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"HERO9358-768x1121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"HERO9358-702x1024.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:18:\"HERO9358-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:19:\"HERO9358-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:21:\"HERO9358-696x1016.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:21:\"HERO9358-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:22:\"HERO9358-1068x1559.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:20:\"HERO9358-288x420.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:22:\"HERO9358-1920x2802.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:2802;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(34057,6406,'_thumbnail_id','6407'),(34058,6406,'slide_template','default'),(34059,6406,'tdc_dirty_content','1'),(34060,6406,'tdc_icon_fonts','a:0:{}'),(34061,6406,'tdc_google_fonts','a:0:{}'),(34062,6406,'_yoast_wpseo_content_score','60'),(34063,6406,'_yoast_wpseo_primary_category','3'),(34064,6406,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:86:\"https://www.ontradeprogress.com/wp-content/uploads/2020/02/HERO9358-e1582802219409.jpg\";s:5:\"title\";s:8:\"HERO9358\";s:7:\"caption\";s:0:\"\";}'),(34067,6406,'_yoast_wpseo_focuskw','British Lion Eggs'),(34068,6406,'_yoast_wpseo_metadesc','Retail egg sales have grown by more than 50% since 2008, according to the latest data issued by British Lion eggs.'),(34069,6406,'_yoast_wpseo_linkdex','47'),(34070,6406,'post_views_count','0'),(34071,6404,'post_views_count','0'),(34072,6400,'post_views_count','0'),(34073,6396,'post_views_count','0'),(34074,6410,'_edit_last','1'),(34075,6410,'_edit_lock','1583749184:1'),(34082,6410,'slide_template','default'),(34083,6410,'tdc_dirty_content','1'),(34084,6410,'tdc_icon_fonts','a:0:{}'),(34085,6410,'tdc_google_fonts','a:0:{}'),(34086,6410,'_yoast_wpseo_focuskw','Accolade Wines new global campaign'),(34087,6410,'_yoast_wpseo_metadesc','Accolade Wines, the UK’s number one wine company, has announced it will be globally investing over £5m behind Hardys, the UK’s biggest wine brand, with a new strategy and creative campaign launching first in the UK from March.'),(34088,6410,'_yoast_wpseo_linkdex','48'),(34089,6410,'_yoast_wpseo_content_score','30'),(34090,6410,'_yoast_wpseo_primary_category','2'),(34091,6413,'_wp_attached_file','2020/03/Hardys1600x550-OTP.jpg'),(34092,6413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:30:\"2020/03/Hardys1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Hardys1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:28:\"Hardys1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:29:\"Hardys1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:30:\"Hardys1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:31:\"Hardys1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:31:\"Hardys1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:31:\"Hardys1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34093,6413,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7505167318631383;s:5:\"bytes\";i:2781;s:11:\"size_before\";i:58541;s:10:\"size_after\";i:55760;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:176;s:11:\"size_before\";i:2986;s:10:\"size_after\";i:2810;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:164;s:11:\"size_before\";i:5017;s:10:\"size_after\";i:4853;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:991;s:11:\"size_before\";i:19788;s:10:\"size_after\";i:18797;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:30750;s:10:\"size_after\";i:29300;s:4:\"time\";d:0.040000000000000001;}}}'),(34094,6410,'_thumbnail_id','6413'),(34095,6410,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/Hardys1600x550-OTP.jpg\";s:5:\"title\";s:18:\"Hardys1600x550 OTP\";s:7:\"caption\";s:0:\"\";}'),(34098,6414,'_edit_last','1'),(34099,6414,'_edit_lock','1583759643:1'),(34100,6415,'_wp_attached_file','2020/03/Brakes-Chefs-Choice-Award-Winners-e1583749885127.jpg'),(34101,6415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:820;s:4:\"file\";s:60:\"2020/03/Brakes-Chefs-Choice-Award-Winners-e1583749885127.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-150x150.jpg\";s:5:\"width\";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:\"Brakes-Chefs-Choice-Award-Winners-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-768x394.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Brakes-Chefs-Choice-Award-Winners-1024x525.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:43:\"Brakes-Chefs-Choice-Award-Winners-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:44:\"Brakes-Chefs-Choice-Award-Winners-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-696x357.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:46:\"Brakes-Chefs-Choice-Award-Winners-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:46:\"Brakes-Chefs-Choice-Award-Winners-1068x548.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:45:\"Brakes-Chefs-Choice-Award-Winners-819x420.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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\";}}'),(34102,6415,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5053017168198961;s:5:\"bytes\";i:8757;s:11:\"size_before\";i:194371;s:10:\"size_after\";i:185614;s:4:\"time\";d:0.23999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:636;s:11:\"size_before\";i:9012;s:10:\"size_after\";i:8376;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:16844;s:10:\"size_after\";i:15725;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:3087;s:11:\"size_before\";i:67739;s:10:\"size_after\";i:64652;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:100776;s:10:\"size_after\";i:96861;s:4:\"time\";d:0.17999999999999999;}}}'),(34103,6414,'_thumbnail_id','6415'),(34104,6414,'slide_template','default'),(34105,6414,'tdc_dirty_content','1'),(34106,6414,'tdc_icon_fonts','a:0:{}'),(34107,6414,'tdc_google_fonts','a:0:{}'),(34108,6414,'_yoast_wpseo_focuskw','Chefs’ Choice Awards'),(34109,6414,'_yoast_wpseo_metadesc','Brakes recorded its best-ever performance at the Chefs’ Choice Awards receiving a record 16 accolades - 10 category wins and 6 highly rated, including the coveted title of “Overall winner – Chefs’ Choice Product of the Year.”'),(34110,6414,'_yoast_wpseo_linkdex','60'),(34111,6414,'_yoast_wpseo_content_score','60'),(34112,6414,'_yoast_wpseo_primary_category','3'),(34116,6415,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:923;s:4:\"file\";s:37:\"Brakes-Chefs-Choice-Award-Winners.jpg\";}}'),(34120,6414,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:111:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/Brakes-Chefs-Choice-Award-Winners-e1583749885127.jpg\";s:5:\"title\";s:39:\"Brakes Chefs&#039; Choice Award Winners\";s:7:\"caption\";s:0:\"\";}'),(34123,6417,'_edit_last','1'),(34124,6417,'_edit_lock','1583760685:1'),(34125,6418,'_wp_attached_file','2020/03/Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858.jpg'),(34126,6418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:72:\"2020/03/Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:70:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:71:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-696x261.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:72:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:73:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:73:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-1068x401.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:73:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858-1120x420.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:59:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ250\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565185330\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(34127,6418,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:1269899;s:11:\"size_before\";i:1636906;s:10:\"size_after\";i:367007;}'),(34128,6418,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5287150393152187;s:5:\"bytes\";i:9555;s:11:\"size_before\";i:210987;s:10:\"size_after\";i:201432;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:475;s:11:\"size_before\";i:7382;s:10:\"size_after\";i:6907;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:830;s:11:\"size_before\";i:16282;s:10:\"size_after\";i:15452;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:3282;s:11:\"size_before\";i:72462;s:10:\"size_after\";i:69180;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:4968;s:11:\"size_before\";i:114861;s:10:\"size_after\";i:109893;s:4:\"time\";d:0.13;}}}'),(34129,6418,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:49:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High.jpg\";}s:18:\"full-1583760397858\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:64:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760380499.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:58:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:55:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:56:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-696x522.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:58:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:58:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-1068x801.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:57:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-560x420.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:59:\"Welbilt-Convotherm-ConvoSense-Mixed-Load-High-1920x1440.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(34130,6417,'_thumbnail_id','6418'),(34131,6417,'slide_template','default'),(34132,6417,'tdc_dirty_content','1'),(34133,6417,'tdc_icon_fonts','a:0:{}'),(34134,6417,'tdc_google_fonts','a:0:{}'),(34135,6417,'_yoast_wpseo_focuskw','Convotherm develop intellegent combi ovens'),(34136,6417,'_yoast_wpseo_metadesc','Guildford, UK. – March 2020 – Global combi oven manufacturer, Convotherm, is once again leading the way with pioneering product developments as they unveil the industry’s only artificially intelligent range of combi ovens, powered by ConvoSense.'),(34137,6417,'_yoast_wpseo_linkdex','49'),(34138,6417,'_yoast_wpseo_content_score','30'),(34139,6417,'_yoast_wpseo_primary_category','544'),(34140,6417,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:123:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/Welbilt-Convotherm-ConvoSense-Mixed-Load-High-e1583760397858.jpg\";s:5:\"title\";s:53:\"Welbilt - Convotherm - ConvoSense - Mixed Load - High\";s:7:\"caption\";s:0:\"\";}'),(34143,6417,'post_views_count','0'),(34144,6414,'post_views_count','0'),(34145,6410,'post_views_count','0'),(34146,6420,'_edit_last','1'),(34147,6420,'_edit_lock','1583947720:1'),(34148,6421,'_wp_attached_file','2020/03/shutterstock_168246680-e1583947810592.jpg'),(34149,6421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:700;s:4:\"file\";s:49:\"2020/03/shutterstock_168246680-e1583947810592.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"shutterstock_168246680-e1583947810592-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:47:\"shutterstock_168246680-e1583947810592-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:48:\"shutterstock_168246680-e1583947810592-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-696x305.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:50:\"shutterstock_168246680-e1583947810592-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:50:\"shutterstock_168246680-e1583947810592-1068x467.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:49:\"shutterstock_168246680-e1583947810592-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:36:\"shutterstock_168246680-1920x1233.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34150,6421,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:6706284;s:11:\"size_before\";i:6874512;s:10:\"size_after\";i:168228;}'),(34151,6421,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2774475720533811;s:5:\"bytes\";i:3507;s:11:\"size_before\";i:107004;s:10:\"size_after\";i:103497;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:228;s:11:\"size_before\";i:4976;s:10:\"size_after\";i:4748;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:420;s:11:\"size_before\";i:9864;s:10:\"size_after\";i:9444;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:36121;s:10:\"size_after\";i:35033;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:56043;s:10:\"size_after\";i:54272;s:4:\"time\";d:0.040000000000000001;}}}'),(34152,6421,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1315;s:4:\"file\";s:26:\"shutterstock_168246680.jpg\";}s:18:\"full-1583947810592\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1027;s:4:\"file\";s:41:\"shutterstock_168246680-e1583947743405.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_168246680-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:32:\"shutterstock_168246680-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_168246680-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-696x447.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_168246680-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_168246680-1068x686.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_168246680-654x420.jpg\";s:5:\"width\";i:654;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:36:\"shutterstock_168246680-1920x1233.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1233;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(34153,6420,'_thumbnail_id','6421'),(34154,6420,'slide_template','default'),(34155,6420,'tdc_dirty_content','1'),(34156,6420,'tdc_icon_fonts','a:0:{}'),(34157,6420,'tdc_google_fonts','a:0:{}'),(34158,6420,'_yoast_wpseo_focuskw','BBPA welcomes £270m beer duty freeze and business rates support for pubs'),(34159,6420,'_yoast_wpseo_metadesc','Responding to the Chancellor’s Budget, Emma McClarkin, Chief Executive of the British Beer & Pub Association, commented.'),(34160,6420,'_yoast_wpseo_linkdex','47'),(34161,6420,'_yoast_wpseo_content_score','30'),(34162,6420,'_yoast_wpseo_primary_category','510'),(34163,6420,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:100:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/shutterstock_168246680-e1583947810592.jpg\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";}'),(34166,6420,'post_views_count','0'),(34167,6424,'_edit_last','1'),(34168,6424,'_edit_lock','1584354230:1'),(34178,6424,'slide_template','default'),(34179,6424,'tdc_dirty_content','1'),(34180,6424,'tdc_icon_fonts','a:0:{}'),(34181,6424,'tdc_google_fonts','a:0:{}'),(34182,6424,'_yoast_wpseo_focuskw','The hospitality budget'),(34183,6424,'_yoast_wpseo_metadesc','At the time of writing this, the spreading coronavirus seems to dominate almost every facet of the news cycle, in a way which even Brexit did not manage to last year.'),(34184,6424,'_yoast_wpseo_linkdex','55'),(34185,6424,'_yoast_wpseo_content_score','30'),(34186,6424,'_yoast_wpseo_primary_category','510'),(34191,6429,'_wp_attached_file','2020/03/2020-Budget_1600x550-OTP.jpg'),(34192,6429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:550;s:4:\"file\";s:36:\"2020/03/2020-Budget_1600x550-OTP.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2020-Budget_1600x550-OTP-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:34:\"2020-Budget_1600x550-OTP-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:35:\"2020-Budget_1600x550-OTP-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-696x239.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:36:\"2020-Budget_1600x550-OTP-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:37:\"2020-Budget_1600x550-OTP-1068x550.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:37:\"2020-Budget_1600x550-OTP-1068x367.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:37:\"2020-Budget_1600x550-OTP-1222x420.jpg\";s:5:\"width\";i:1222;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34193,6429,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9838608066160384;s:5:\"bytes\";i:2605;s:11:\"size_before\";i:87303;s:10:\"size_after\";i:84698;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:289;s:11:\"size_before\";i:5674;s:10:\"size_after\";i:5385;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:340;s:11:\"size_before\";i:7302;s:10:\"size_after\";i:6962;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:831;s:11:\"size_before\";i:29012;s:10:\"size_after\";i:28181;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:45315;s:10:\"size_after\";i:44170;s:4:\"time\";d:0.040000000000000001;}}}'),(34194,6424,'_thumbnail_id','6429'),(34195,6424,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:87:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/2020-Budget_1600x550-OTP.jpg\";s:5:\"title\";s:24:\"2020-Budget_1600x550 OTP\";s:7:\"caption\";s:0:\"\";}'),(34198,6424,'post_views_count','0'),(34199,6432,'_edit_last','1'),(34200,6432,'_edit_lock','1584620539:1'),(34201,6433,'_wp_attached_file','2020/03/shutterstock_97178438-e1584620627329.jpg'),(34202,6433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:685;s:4:\"file\";s:48:\"2020/03/shutterstock_97178438-e1584620627329.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"shutterstock_97178438-e1584620627329-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:46:\"shutterstock_97178438-e1584620627329-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:47:\"shutterstock_97178438-e1584620627329-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_696x0\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-696x298.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:49:\"shutterstock_97178438-e1584620627329-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1068x0\";a:4:{s:4:\"file\";s:49:\"shutterstock_97178438-e1584620627329-1068x457.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:48:\"shutterstock_97178438-e1584620627329-981x420.jpg\";s:5:\"width\";i:981;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"td_1920x0\";a:4:{s:4:\"file\";s:35:\"shutterstock_97178438-1920x1960.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34203,6433,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:4954719;s:11:\"size_before\";i:5571627;s:10:\"size_after\";i:616908;}'),(34204,6433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3060665299745624;s:5:\"bytes\";i:16234;s:11:\"size_before\";i:377003;s:10:\"size_after\";i:360769;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:534;s:11:\"size_before\";i:8261;s:10:\"size_after\";i:7727;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1437;s:11:\"size_before\";i:25857;s:10:\"size_after\";i:24420;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:5901;s:11:\"size_before\";i:133959;s:10:\"size_after\";i:128058;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:8362;s:11:\"size_before\";i:208926;s:10:\"size_after\";i:200564;s:4:\"time\";d:0.089999999999999997;}}}'),(34205,6433,'_wp_attachment_backup_sizes','a:25:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2007;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"shutterstock_97178438.jpg\";}s:18:\"full-1584620627329\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1633;s:4:\"file\";s:40:\"shutterstock_97178438-e1584620602985.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-768x784.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_97178438-1003x1024.jpg\";s:5:\"width\";i:1003;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_80x60-orig\";a:4:{s:4:\"file\";s:31:\"shutterstock_97178438-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_100x70-orig\";a:4:{s:4:\"file\";s:32:\"shutterstock_97178438-100x70.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_218x150-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-218x150.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_265x198-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-265x198.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x160-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-324x160.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x235-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-324x235.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_324x400-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-324x400.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x220-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-356x220.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_356x364-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-356x364.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_485x360-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-485x360.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_533x261-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-533x261.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_534x462-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-534x462.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_696x0-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-696x710.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_696x385-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-696x385.jpg\";s:5:\"width\";i:696;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"td_741x486-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-741x486.jpg\";s:5:\"width\";i:741;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"td_1068x580-orig\";a:4:{s:4:\"file\";s:34:\"shutterstock_97178438-1068x580.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1068x0-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_97178438-1068x1090.jpg\";s:5:\"width\";i:1068;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"td_0x420-orig\";a:4:{s:4:\"file\";s:33:\"shutterstock_97178438-411x420.jpg\";s:5:\"width\";i:411;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"td_1920x0-orig\";a:4:{s:4:\"file\";s:35:\"shutterstock_97178438-1920x1960.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1960;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(34206,6432,'_thumbnail_id','6433'),(34207,6432,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:99:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/shutterstock_97178438-e1584620627329.jpg\";s:5:\"title\";s:38:\"Industry warns government to save jobs\";s:7:\"caption\";s:0:\"\";}'),(34210,6432,'slide_template','default'),(34211,6432,'tdc_dirty_content','1'),(34212,6432,'tdc_icon_fonts','a:0:{}'),(34213,6432,'tdc_google_fonts','a:0:{}'),(34214,6432,'_yoast_wpseo_focuskw','Industry warns government to save jobs'),(34215,6432,'_yoast_wpseo_metadesc','Further immediate government intervention required to inject cash and protect jobs.'),(34216,6432,'_yoast_wpseo_linkdex','46'),(34217,6432,'_yoast_wpseo_content_score','30'),(34218,6432,'_yoast_wpseo_primary_category','4'),(34219,6436,'_wp_attached_file','2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px.png'),(34220,6436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:270;s:4:\"file\";s:57:\"2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-220x198.png\";s:5:\"width\";i:220;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-220x160.png\";s:5:\"width\";i:220;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-220x235.png\";s:5:\"width\";i:220;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-220x220.png\";s:5:\"width\";i:220;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px-220x261.png\";s:5:\"width\";i:220;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34221,6436,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45032;s:10:\"size_after\";i:45032;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45032;s:10:\"size_after\";i:45032;s:4:\"time\";d:0.02;}}}'),(34222,6437,'_wp_attached_file','2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px.png'),(34223,6437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:330;s:4:\"file\";s:57:\"2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-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:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-300x220.png\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34224,6437,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181140;s:10:\"size_after\";i:181140;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44585;s:10:\"size_after\";i:44585;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136555;s:10:\"size_after\";i:136555;s:4:\"time\";d:0.089999999999999997;}}}'),(34225,6438,'_wp_attached_file','2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px.png'),(34226,6438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:861;s:4:\"file\";s:57:\"2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-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:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_80x60\";a:4:{s:4:\"file\";s:55:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"td_100x70\";a:4:{s:4:\"file\";s:56:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_218x150\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-218x150.png\";s:5:\"width\";i:218;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_265x198\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-265x198.png\";s:5:\"width\";i:265;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x160\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-324x160.png\";s:5:\"width\";i:324;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x235\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-324x235.png\";s:5:\"width\";i:324;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_324x400\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-324x400.png\";s:5:\"width\";i:324;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x220\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-356x220.png\";s:5:\"width\";i:356;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_356x364\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-356x364.png\";s:5:\"width\";i:356;s:6:\"height\";i:364;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_485x360\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-485x360.png\";s:5:\"width\";i:485;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_533x261\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-533x261.png\";s:5:\"width\";i:533;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_534x462\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-534x462.png\";s:5:\"width\";i:534;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_696x385\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-620x385.png\";s:5:\"width\";i:620;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"td_741x486\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-620x486.png\";s:5:\"width\";i:620;s:6:\"height\";i:486;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"td_1068x580\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-620x580.png\";s:5:\"width\";i:620;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"td_0x420\";a:4:{s:4:\"file\";s:57:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px-302x420.png\";s:5:\"width\";i:302;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(34227,6438,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:160765;s:10:\"size_after\";i:160765;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44438;s:10:\"size_after\";i:44438;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116327;s:10:\"size_after\";i:116327;s:4:\"time\";d:0.089999999999999997;}}}'),(34228,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px.png\";s:5:\"title\";s:45:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34229,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px.png\";s:5:\"title\";s:45:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34230,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px.png\";s:5:\"title\";s:45:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34231,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px.png\";s:5:\"title\";s:45:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px\";s:7:\"caption\";s:0:\"\";}'),(34232,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33.jpg\";s:5:\"title\";s:35:\"33_ON-TRADE-PROGRESS_COVER_ISSUE-33\";s:7:\"caption\";s:0:\"\";}'),(34233,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px.png\";s:5:\"title\";s:45:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34234,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px.png\";s:5:\"title\";s:45:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34235,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px.png\";s:5:\"title\";s:45:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34236,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px.png\";s:5:\"title\";s:45:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34237,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px.png\";s:5:\"title\";s:45:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34238,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27.jpg\";s:5:\"title\";s:35:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27\";s:7:\"caption\";s:0:\"\";}'),(34239,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px.png\";s:5:\"title\";s:45:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34240,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px.png\";s:5:\"title\";s:45:\"27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34241,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.png\";s:5:\"title\";s:45:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34242,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:125:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1-e1559651178292.jpg\";s:5:\"title\";s:45:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34243,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.jpg\";s:5:\"title\";s:45:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px\";s:7:\"caption\";s:0:\"\";}'),(34244,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:98:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26.jpg\";s:5:\"title\";s:35:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26\";s:7:\"caption\";s:0:\"\";}'),(34245,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.png\";s:5:\"title\";s:2:\"25\";s:7:\"caption\";s:0:\"\";}'),(34246,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/latest-mobile.png\";s:5:\"title\";s:13:\"latest-mobile\";s:7:\"caption\";s:0:\"\";}'),(34247,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/latest-desktop.png\";s:5:\"title\";s:14:\"latest-desktop\";s:7:\"caption\";s:0:\"\";}'),(34248,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:76:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/latest-mobile.jpg\";s:5:\"title\";s:13:\"latest-mobile\";s:7:\"caption\";s:0:\"\";}'),(34249,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:77:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/latest-desktop.jpg\";s:5:\"title\";s:14:\"latest-desktop\";s:7:\"caption\";s:0:\"\";}'),(34250,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/otp-mag-1-3.jpg\";s:5:\"title\";s:9:\"otp-mag-1\";s:7:\"caption\";s:0:\"\";}'),(34251,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/otp-mag-1-2.jpg\";s:5:\"title\";s:9:\"otp-mag-1\";s:7:\"caption\";s:0:\"\";}'),(34252,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:82:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Takeover-TABLET.jpg\";s:5:\"title\";s:19:\"OTP-Takeover-TABLET\";s:7:\"caption\";s:0:\"\";}'),(34253,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:74:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/otp-mag-1-1.jpg\";s:5:\"title\";s:9:\"otp-mag-1\";s:7:\"caption\";s:0:\"\";}'),(34254,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:80:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg\";s:5:\"title\";s:17:\"OTP-Banner-MOBILE\";s:7:\"caption\";s:0:\"\";}'),(34255,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:81:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg\";s:5:\"title\";s:18:\"OTP-Banner-DESKTOP\";s:7:\"caption\";s:0:\"\";}'),(34256,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:72:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/otp-mag-1.jpg\";s:5:\"title\";s:7:\"otp-mag\";s:7:\"caption\";s:0:\"\";}'),(34257,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:70:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/otp-mag.jpg\";s:5:\"title\";s:7:\"otp-mag\";s:7:\"caption\";s:0:\"\";}'),(34258,8,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:93:\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/ECTSD-_-Register-Now-_-728x142.jpg\";s:5:\"title\";s:30:\"ECTSD _ Register Now _ 728x142\";s:7:\"caption\";s:0:\"\";}'),(34371,276,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/10/Issue-19.png\";s:5:\"title\";s:8:\"Issue 19\";s:7:\"caption\";s:0:\"\";}'),(34372,276,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18.png\";s:5:\"title\";s:8:\"Issue 18\";s:7:\"caption\";s:0:\"\";}'),(34395,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px.png\";s:5:\"title\";s:45:\"34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34396,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px.png\";s:5:\"title\";s:45:\"32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34397,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px.png\";s:5:\"title\";s:45:\"31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34398,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px.png\";s:5:\"title\";s:45:\"30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34399,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px.png\";s:5:\"title\";s:45:\"29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34400,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px.png\";s:5:\"title\";s:45:\"28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34401,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:108:\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px.png\";s:5:\"title\";s:45:\"26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px\";s:7:\"caption\";s:0:\"\";}'),(34402,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-2.jpg\";s:5:\"title\";s:2:\"25\";s:7:\"caption\";s:0:\"\";}'),(34403,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:67:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-1.jpg\";s:5:\"title\";s:8:\"Issue 25\";s:7:\"caption\";s:0:\"\";}'),(34404,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:65:\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.jpg\";s:5:\"title\";s:2:\"25\";s:7:\"caption\";s:0:\"\";}'),(34405,23,'_xmlsf_image_attached','a:3:{s:3:\"loc\";s:71:\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/issue-24.jpg\";s:5:\"title\";s:8:\"issue-24\";s:7:\"caption\";s:0:\"\";}');
/*!40000 ALTER TABLE `wpfr_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_posts`
--

DROP TABLE IF EXISTS `wpfr_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_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 latin1_general_ci NOT NULL,
  `post_title` text COLLATE latin1_general_ci NOT NULL,
  `post_excerpt` text COLLATE latin1_general_ci NOT NULL,
  `post_status` varchar(20) COLLATE latin1_general_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE latin1_general_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE latin1_general_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE latin1_general_ci NOT NULL,
  `pinged` text COLLATE latin1_general_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 latin1_general_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE latin1_general_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE latin1_general_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=6453 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_posts`
--

LOCK TABLES `wpfr_posts` WRITE;
/*!40000 ALTER TABLE `wpfr_posts` DISABLE KEYS */;
INSERT INTO `wpfr_posts` VALUES (6,1,'2017-03-23 14:32:33','2017-03-23 14:32:33','','drinks','','inherit','open','closed','','drinks','','','2017-03-23 14:32:33','2017-03-23 14:32:33','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/drinks.jpg',0,'attachment','image/jpeg',0),(8,1,'2017-03-23 14:44:56','2017-03-23 14:44:56','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6437\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','publish','closed','closed','','home','','','2020-03-19 15:28:05','2020-03-19 15:28:05','',0,'http://localhost/on-trade-progress/?page_id=8',0,'page','',0),(9,1,'2017-03-23 14:44:56','2017-03-23 14:44:56','','Homepage','','inherit','closed','closed','','8-revision-v1','','','2017-03-23 14:44:56','2017-03-23 14:44:56','',8,'http://localhost/on-trade-progress/2017/03/23/8-revision-v1/',0,'revision','',0),(11,1,'2017-03-23 15:00:10','2017-03-23 15:00:10','','food','','inherit','open','closed','','food','','','2017-03-23 15:00:10','2017-03-23 15:00:10','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/food.jpg',0,'attachment','image/jpeg',0),(13,1,'2017-03-23 15:15:50','2017-03-23 15:15:50','','vip','','inherit','open','closed','','vip','','','2017-03-23 15:15:50','2017-03-23 15:15:50','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/vip.jpg',0,'attachment','image/jpeg',0),(16,1,'2017-03-23 15:19:52','2017-03-23 15:19:52','','festival','','inherit','open','closed','','festival','','','2017-03-23 15:19:52','2017-03-23 15:19:52','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/festival.jpg',0,'attachment','image/jpeg',0),(20,1,'2017-03-23 15:24:59','2017-03-23 15:24:59','','venue','','inherit','open','closed','','venue','','','2017-03-23 15:24:59','2017-03-23 15:24:59','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/venue.jpg',0,'attachment','image/jpeg',0),(23,1,'2017-03-23 16:49:59','2017-03-23 16:49:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yb25hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZXMlMjBhJTIwZm9jdXMlMjBvbiUyMGhlbHBpbmclMjBidXNpbmVzc2VzLg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwd2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRUludGVydmlldyUyMHdpdGglMjBBbmlsJTIwS3VtYXIlM0MlMkZiJTNFJTIwaGVhZCUyMGNoZWYlMjBhbmQlMjBwcm9wcmlldG9yJTIwb2YlMjBwb3B1bGFyJTIwQW5nbG8tSW5kaWFuJTIwY3Vpc2luZSUyMHJlc3RhdXJhbnRzJTJDJTIwRmxhdm91cnMlMjBCeSUyMEt1bWFyJTIwaW4lMjBLZW50Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','publish','closed','closed','','the-magazine','','','2020-03-19 18:14:33','2020-03-19 18:14:33','',0,'http://localhost/on-trade-progress/?page_id=23',0,'page','',0),(24,1,'2017-03-23 16:49:59','2017-03-23 16:49:59','','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2017-03-23 16:49:59','2017-03-23 16:49:59','',23,'http://localhost/on-trade-progress/2017/03/23/23-revision-v1/',0,'revision','',0),(25,1,'2017-03-23 16:50:07','2017-03-23 16:50:07','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','publish','closed','closed','','subscribe','','','2019-05-27 21:57:02','2019-05-27 21:57:02','',0,'http://localhost/on-trade-progress/?page_id=25',0,'page','',0),(26,1,'2017-03-23 16:50:07','2017-03-23 16:50:07','','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2017-03-23 16:50:07','2017-03-23 16:50:07','',25,'http://localhost/on-trade-progress/2017/03/23/25-revision-v1/',0,'revision','',0),(27,1,'2017-03-23 16:52:53','2017-03-23 16:52:53',' ','','','publish','closed','closed','','27','','','2019-05-29 10:50:14','2019-05-29 10:50:14','',0,'http://localhost/on-trade-progress/?p=27',11,'nav_menu_item','',0),(28,1,'2017-03-23 16:52:53','2017-03-23 16:52:53','','Magazine','','publish','closed','closed','','28','','','2019-05-29 10:50:14','2019-05-29 10:50:14','',0,'http://localhost/on-trade-progress/?p=28',10,'nav_menu_item','',0),(30,1,'2017-03-23 16:52:52','2017-03-23 16:52:52',' ','','','publish','closed','closed','','30','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',0,'http://localhost/on-trade-progress/?p=30',1,'nav_menu_item','',0),(31,1,'2017-03-23 16:52:53','2017-03-23 16:52:53','','News','','publish','closed','closed','','news','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',0,'http://localhost/on-trade-progress/?p=31',2,'nav_menu_item','',0),(39,1,'2017-03-23 16:55:51','2017-03-23 16:55:51','','Home','','inherit','closed','closed','','8-revision-v1','','','2017-03-23 16:55:51','2017-03-23 16:55:51','',8,'http://localhost/on-trade-progress/2017/03/23/8-revision-v1/',0,'revision','',0),(40,1,'2017-03-23 17:03:41','2017-03-23 17:03:41','','On-Trade Progress','','inherit','open','closed','','ontradeprogresslogo','','','2017-03-29 19:37:22','2017-03-29 19:37:22','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/ONTRADEPROGRESSLOGO.png',0,'attachment','image/png',0),(43,1,'2017-03-23 17:08:14','2017-03-23 17:08:14','','logo','','inherit','open','closed','','logo-2','','','2017-03-23 17:08:22','2017-03-23 17:08:22','',0,'http://localhost/on-trade-progress/wp-content/uploads/2017/03/logo-1.jpg',0,'attachment','image/jpeg',0),(59,1,'2017-03-25 20:15:00','2017-03-25 20:15:00','','thai-beach-fizz','','inherit','open','closed','','thai-beach-fizz','','','2017-03-25 20:15:18','2017-03-25 20:15:18','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/thai-beach-fizz.jpg',0,'attachment','image/jpeg',0),(64,1,'2017-03-25 20:25:46','2017-03-25 20:25:46','','british-hospitality-association-logo','','inherit','open','closed','','british-hospitality-association-logo','','','2017-03-25 20:26:09','2017-03-25 20:26:09','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/british-hospitality-association-logo.jpg',0,'attachment','image/jpeg',0),(66,1,'2017-03-25 20:29:36','2017-03-25 20:29:36','','cambra-logo','','inherit','open','closed','','cambra-logo','','','2017-03-25 20:29:44','2017-03-25 20:29:44','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/cambra-logo.jpg',0,'attachment','image/jpeg',0),(71,1,'2017-03-25 20:38:01','2017-03-25 20:38:01','','BBPA','','inherit','open','closed','','british-beer-pub-association-logo','','','2017-06-26 12:15:09','2017-06-26 12:15:09','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/british-beer-pub-association-logo.jpg',0,'attachment','image/jpeg',0),(73,1,'2017-03-25 20:38:34','2017-03-25 20:38:34','','ALMR Logo','','inherit','open','closed','','almr-logo','','','2017-04-24 09:06:41','2017-04-24 09:06:41','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/almr-logo.jpg',0,'attachment','image/jpeg',0),(74,1,'2017-03-28 10:02:06','2017-03-28 10:02:06','Please enter your details to receive the 2020 media pack.\r\n\r\n[contact-form-7 id=\"88\" title=\"Advertise Form\"]','Advertising','','publish','closed','closed','','advertising','','','2019-10-11 10:44:50','2019-10-11 10:44:50','',0,'http://www.ontradeprogress.com/?page_id=74',0,'page','',0),(75,1,'2017-03-28 10:02:06','2017-03-28 10:02:06','','Advertising','','inherit','closed','closed','','74-revision-v1','','','2017-03-28 10:02:06','2017-03-28 10:02:06','',74,'http://www.ontradeprogress.com/2017/03/28/74-revision-v1/',0,'revision','',0),(76,1,'2017-03-28 10:02:25','2017-03-28 10:02:25','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Contact</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Contact</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsInBhZGRpbmctdG9wIjoiMjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','publish','closed','closed','','contact','','','2019-05-28 19:54:41','2019-05-28 19:54:41','',0,'http://www.ontradeprogress.com/?page_id=76',0,'page','',0),(77,1,'2017-03-28 10:02:25','2017-03-28 10:02:25','','Contact','','inherit','closed','closed','','76-revision-v1','','','2017-03-28 10:02:25','2017-03-28 10:02:25','',76,'http://www.ontradeprogress.com/2017/03/28/76-revision-v1/',0,'revision','',0),(83,1,'2017-03-28 11:13:32','2017-03-28 11:13:32','','association','','inherit','closed','closed','','association','','','2017-03-28 11:13:39','2017-03-28 11:13:39','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/association.jpg',0,'attachment','image/jpeg',0),(84,1,'2017-03-28 11:34:43','2017-03-28 11:34:43','','COCKTAIL1','','inherit','closed','closed','','cocktail1','','','2017-03-28 11:35:02','2017-03-28 11:35:02','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/COCKTAIL1.jpg',0,'attachment','image/jpeg',0),(85,1,'2017-03-28 11:52:05','2017-03-28 11:52:05','<label>\r\n    [text* your-name placeholder \"Your Name (required)\"] </label>\r\n\r\n<label>\r\n    [email* your-email placeholder \"Your Email (required)\"] </label>\r\n\r\n<label>\r\n    [tel* tel-203 placeholder \"Your Phone Number (required)\"]</label>\r\n\r\n<label> \r\n[textarea textarea-202 placeholder \"Your Message\"]</label>\r\n\r\n<center>\r\n[submit \"Send\"]\r\n</center>\n1\nOn-Trade Progress \"Subscribe Form\"\n[your-name] <wordpress@ontradeprogress.com>\nsubscriptions@ontradeprogress.com\nFrom: [your-name] <[your-email]>\r\nSubject: Subscribe Form\r\n\r\nSomebody has sent their details form the subscribe form of your website. Here are their details:\r\n\r\nEmail Address:\r\n[your-email]\r\n\r\nTelephone Number:\r\n[tel-203]\r\n\r\nAddress:\r\n[textarea-202]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: [your-email]\n\n\n\n\nOn-Trade Progress \"[your-subject]\"\nOn-Trade Progress <wordpress@ontradeprogress.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: contact@danielrees.co.uk\n\n\n\nThank you for your interest.\nThere was an error trying to send your email address. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your email address. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Subscribe Form','','publish','closed','closed','','subscribe-form','','','2019-05-13 20:11:59','2019-05-13 20:11:59','',0,'http://www.ontradeprogress.com/?post_type=wpcf7_contact_form&#038;p=85',0,'wpcf7_contact_form','',0),(86,1,'2017-03-28 11:52:34','2017-03-28 11:52:34','Subscribe to us today by entering your email address below.\r\n\r\n[contact-form-7 id=\"85\" title=\"Subscribe Form\"]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2017-03-28 11:52:34','2017-03-28 11:52:34','',25,'http://www.ontradeprogress.com/2017/03/28/25-revision-v1/',0,'revision','',0),(87,1,'2017-03-28 11:58:32','2017-03-28 11:58:32','Please enter your details and we will be in touch shortly to confirm your subscription.\r\n\r\n[contact-form-7 id=\"85\" title=\"Subscribe Form\"]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2017-03-28 11:58:32','2017-03-28 11:58:32','',25,'http://www.ontradeprogress.com/2017/03/28/25-revision-v1/',0,'revision','',0),(88,1,'2017-03-28 13:35:27','2017-03-28 13:35:27','<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Company Name (required)\r\n    [text* company-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Telephone Number (required)\r\n[tel* tel-364]\r\n\r\n[submit \"Send\"]\n1\nOn-Trade Progress - Advertise\n[your-name] <wordpress@ontradeprogress.com>\nryan@ontradeprogress.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nForm submission from the advertise page on the on-trade progress website.\r\n\r\nName:\r\n[your-name]\r\n\r\nCompany Name:\r\n[company-name]\r\n\r\nEmail:\r\n[your-email]\r\n\r\nTelephone:\r\n[tel-364]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: [your-email]\n\n\n\n\nOn-Trade Progress \"[your-subject]\"\nOn-Trade Progress <wordpress@ontradeprogress.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: contact@danielrees.co.uk\n\n\n\nThanks for your interest we will be in touch shortly\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Advertise Form','','publish','closed','closed','','advertise-form','','','2019-05-13 20:10:44','2019-05-13 20:10:44','',0,'http://www.ontradeprogress.com/?post_type=wpcf7_contact_form&#038;p=88',0,'wpcf7_contact_form','',0),(89,1,'2017-03-28 13:36:08','2017-03-28 13:36:08','‘Please enter your details to receive the 2017 media pack.\r\n\r\n[contact-form-7 id=\"88\" title=\"Advertise Form\"]','Advertising','','inherit','closed','closed','','74-revision-v1','','','2017-03-28 13:36:08','2017-03-28 13:36:08','',74,'http://www.ontradeprogress.com/2017/03/28/74-revision-v1/',0,'revision','',0),(90,1,'2017-03-28 13:36:14','2017-03-28 13:36:14','Please enter your details to receive the 2017 media pack.\r\n\r\n[contact-form-7 id=\"88\" title=\"Advertise Form\"]','Advertising','','inherit','closed','closed','','74-revision-v1','','','2017-03-28 13:36:14','2017-03-28 13:36:14','',74,'http://www.ontradeprogress.com/2017/03/28/74-revision-v1/',0,'revision','',0),(93,1,'2017-03-28 13:47:28','2017-03-28 13:47:28','','sky-sports-bt-sports','','inherit','closed','closed','','sky-sports-bt-sports','','','2017-03-28 13:47:39','2017-03-28 13:47:39','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/sky-sports-bt-sports.jpg',0,'attachment','image/jpeg',0),(96,1,'2017-03-28 13:58:45','2017-03-28 13:58:45','','the-pound-canterbury','The Felons\' Exercise Yard (It really was!)','inherit','closed','closed','','the-pound-canterbury','','','2017-03-29 22:31:24','2017-03-29 22:31:24','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/the-pound-canterbury.jpg',0,'attachment','image/jpeg',0),(99,1,'2017-03-28 14:18:55','2017-03-28 14:18:55','','fosters','','inherit','closed','closed','','fosters','','','2017-03-28 14:19:00','2017-03-28 14:19:00','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/fosters.jpg',0,'attachment','image/jpeg',0),(102,1,'2017-03-28 14:26:02','2017-03-28 14:26:02','','desperados-dos','','inherit','closed','closed','','desperados-dos','','','2017-03-28 14:26:14','2017-03-28 14:26:14','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/desperados-dos.jpg',0,'attachment','image/jpeg',0),(105,1,'2017-03-28 14:30:46','2017-03-28 14:30:46','','heineken0','','inherit','closed','closed','','heineken0','','','2017-03-28 14:30:54','2017-03-28 14:30:54','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/heineken0.jpg',0,'attachment','image/jpeg',0),(108,1,'2017-03-28 14:35:18','2017-03-28 14:35:18','','bulmers-apple','','inherit','closed','closed','','bulmers-apple','','','2017-03-28 14:35:27','2017-03-28 14:35:27','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/bulmers-apple.jpg',0,'attachment','image/jpeg',0),(113,1,'2017-03-28 14:48:07','2017-03-28 14:48:07','','maltsmiths','','inherit','closed','closed','','maltsmiths','','','2017-03-28 14:48:17','2017-03-28 14:48:17','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/maltsmiths.jpg',0,'attachment','image/jpeg',0),(116,1,'2017-03-28 15:05:27','2017-03-28 15:05:27','','Lamb-Weston-SP-Shoestring-with-Sriracha-dip','','inherit','closed','closed','','lamb-weston-sp-shoestring-with-sriracha-dip','','','2017-03-28 15:05:37','2017-03-28 15:05:37','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Lamb-Weston-SP-Shoestring-with-Sriracha-dip.jpg',0,'attachment','image/jpeg',0),(119,1,'2017-03-28 15:09:22','2017-03-28 15:09:22','','Lamb-Weston-SP-CrissCuts','','inherit','closed','closed','','lamb-weston-sp-crisscuts','','','2017-03-28 15:09:22','2017-03-28 15:09:22','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Lamb-Weston-SP-CrissCuts.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-03-28 15:09:25','2017-03-28 15:09:25','','Lamb-Weston-Trio-of-Sweet-Potato-Fries','','inherit','closed','closed','','lamb-weston-trio-of-sweet-potato-fries','','','2017-03-28 15:09:25','2017-03-28 15:09:25','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Lamb-Weston-Trio-of-Sweet-Potato-Fries.jpg',0,'attachment','image/jpeg',0),(123,1,'2017-03-28 15:19:13','2017-03-28 15:19:13','','Tapster\'s-(2)','','inherit','closed','closed','','tapsters-2','','','2017-03-28 15:19:13','2017-03-28 15:19:13','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Tapsters-2.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-03-28 15:19:15','2017-03-28 15:19:15','','Tapster\'s-(3)','','inherit','closed','closed','','tapsters-3','','','2017-03-28 15:19:15','2017-03-28 15:19:15','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Tapsters-3.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-03-28 15:19:17','2017-03-28 15:19:17','','Tapster\'s-(4)','','inherit','closed','closed','','tapsters-4','','','2017-03-28 15:19:17','2017-03-28 15:19:17','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Tapsters-4.jpg',0,'attachment','image/jpeg',0),(126,1,'2017-03-28 15:19:20','2017-03-28 15:19:20','','tapsters1','','inherit','closed','closed','','tapsters1','','','2017-03-28 15:19:20','2017-03-28 15:19:20','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/tapsters1.jpg',0,'attachment','image/jpeg',0),(134,1,'2017-03-29 10:53:09','2017-03-29 10:53:09','','wines-of-germany','','inherit','closed','closed','','wines-of-germany','','','2017-03-29 10:53:25','2017-03-29 10:53:25','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/wines-of-germany.jpg',0,'attachment','image/jpeg',0),(136,1,'2017-03-29 11:13:57','2017-03-29 11:13:57','','IMG_0881','','inherit','closed','closed','','img_0881','','','2017-03-29 11:13:57','2017-03-29 11:13:57','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0881.jpg',0,'attachment','image/jpeg',0),(137,1,'2017-03-29 11:13:59','2017-03-29 11:13:59','','IMG_0882','','inherit','closed','closed','','img_0882','','','2017-03-29 11:13:59','2017-03-29 11:13:59','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0882.jpg',0,'attachment','image/jpeg',0),(138,1,'2017-03-29 11:14:00','2017-03-29 11:14:00','','IMG_0883','','inherit','closed','closed','','img_0883','','','2017-03-29 11:14:00','2017-03-29 11:14:00','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0883.jpg',0,'attachment','image/jpeg',0),(139,1,'2017-03-29 11:14:01','2017-03-29 11:14:01','','IMG_0884','','inherit','closed','closed','','img_0884','','','2017-03-29 11:14:01','2017-03-29 11:14:01','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0884.jpg',0,'attachment','image/jpeg',0),(140,1,'2017-03-29 11:14:02','2017-03-29 11:14:02','','IMG_0886','','inherit','closed','closed','','img_0886','','','2017-03-29 11:14:02','2017-03-29 11:14:02','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0886.jpg',0,'attachment','image/jpeg',0),(141,1,'2017-03-29 11:14:04','2017-03-29 11:14:04','','IMG_0888','','inherit','closed','closed','','img_0888','','','2017-03-29 11:14:04','2017-03-29 11:14:04','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0888.jpg',0,'attachment','image/jpeg',0),(142,1,'2017-03-29 11:14:06','2017-03-29 11:14:06','','IMG_0891','','inherit','closed','closed','','img_0891','','','2017-03-29 11:14:06','2017-03-29 11:14:06','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0891.jpg',0,'attachment','image/jpeg',0),(143,1,'2017-03-29 11:14:07','2017-03-29 11:14:07','','IMG_0892','','inherit','closed','closed','','img_0892','','','2017-03-29 11:14:07','2017-03-29 11:14:07','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0892.jpg',0,'attachment','image/jpeg',0),(144,1,'2017-03-29 11:14:08','2017-03-29 11:14:08','','IMG_0894','','inherit','closed','closed','','img_0894','','','2017-03-29 11:14:08','2017-03-29 11:14:08','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/IMG_0894.jpg',0,'attachment','image/jpeg',0),(150,1,'2017-03-29 11:31:50','2017-03-29 11:31:50','','robinsons-refreshd','','inherit','closed','closed','','robinsons-refreshd','','','2017-03-29 11:32:03','2017-03-29 11:32:03','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/robinsons-refreshd.jpg',0,'attachment','image/jpeg',0),(153,1,'2017-03-29 11:36:05','2017-03-29 11:36:05','','pepsi-ginger','','inherit','closed','closed','','pepsi-ginger','','','2017-03-29 11:36:14','2017-03-29 11:36:14','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/pepsi-ginger.jpg',0,'attachment','image/jpeg',0),(156,1,'2017-03-29 11:38:41','2017-03-29 11:38:41','','drench-sparkling','','inherit','closed','closed','','drench-sparkling','','','2017-03-29 11:38:50','2017-03-29 11:38:50','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/drench-sparkling.jpg',0,'attachment','image/jpeg',0),(159,1,'2017-03-29 12:26:39','2017-03-29 12:26:39','','melitta-logo','','inherit','closed','closed','','melitta-logo','','','2017-03-29 12:26:48','2017-03-29 12:26:48','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/melitta-logo.jpg',0,'attachment','image/jpeg',0),(160,1,'2017-03-29 12:27:58','2017-03-29 12:27:58','','Melitta-Coffee','','inherit','closed','closed','','melitta-coffee','','','2017-03-29 12:28:08','2017-03-29 12:28:08','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Melitta-Coffee.jpg',0,'attachment','image/jpeg',0),(163,1,'2017-03-29 12:35:11','2017-03-29 12:35:11','','McLaren','','inherit','closed','closed','','maclaren','','','2017-03-29 12:35:30','2017-03-29 12:35:30','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/maclaren.jpg',0,'attachment','image/jpeg',0),(166,1,'2017-03-29 12:46:34','2017-03-29 12:46:34','','Staycrisp-thin-skin-on-&-off-1b','','inherit','closed','closed','','staycrisp-thin-skin-on-off-1b','','','2017-03-29 12:47:09','2017-03-29 12:47:09','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Staycrisp-thin-skin-on-off-1b.jpg',0,'attachment','image/jpeg',0),(169,1,'2017-03-29 12:54:11','2017-03-29 12:54:11','','mccains-logo','','inherit','closed','closed','','mccains-logo','','','2017-03-29 12:54:18','2017-03-29 12:54:18','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/mccains-logo.jpg',0,'attachment','image/jpeg',0),(172,1,'2017-03-29 13:13:14','2017-03-29 13:13:14','','Moy-Park---Texas-BBQ-Cheese-Bites1','','inherit','closed','closed','','moy-park-texas-bbq-cheese-bites1','','','2017-03-29 13:13:24','2017-03-29 13:13:24','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Moy-Park-Texas-BBQ-Cheese-Bites1.jpg',0,'attachment','image/jpeg',0),(175,1,'2017-03-29 13:16:32','2017-03-29 13:16:32','','chefs-at-play','','inherit','closed','closed','','chefs-at-play','','','2017-03-29 13:16:41','2017-03-29 13:16:41','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/chefs-at-play.jpg',0,'attachment','image/jpeg',0),(179,1,'2017-03-29 13:19:58','2017-03-29 13:19:58','','Best Brigades','','inherit','closed','closed','','bestbrigrades','','','2017-03-29 19:33:46','2017-03-29 19:33:46','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/bestbrigrades.jpg',0,'attachment','image/jpeg',0),(181,1,'2017-03-29 13:22:46','2017-03-29 13:22:46','','Nick-Green1','','inherit','closed','closed','','nick-green1','','','2017-03-29 13:22:53','2017-03-29 13:22:53','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/Nick-Green1.jpg',0,'attachment','image/jpeg',0),(185,1,'2017-03-29 14:58:37','2017-03-29 14:58:37','<label>  [text* your-name placeholder \"Your Name (required)\"] </label>\r\n\r\n<label>  [email* your-email placeholder \"Your Email (required)\"]  </label>\r\n\r\n<label>   [tel* tel-203 placeholder \"Your Phone Number (required)\"] </label>\r\n\r\n<label> \r\n[textarea textarea-519 placeholder \"Your Message\"]</label>\r\n\r\n<center>\r\n[submit \"Send\"]\r\n</center>\n1\nOn-Trade Progress \"Contact Form Submission\"\n[your-name] <wordpress@ontradeprogress.com>\nryan@ontradeprogress.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nThere has been a form submission from the contact page on your website.\r\n\r\nName:\r\n[your-name]\r\n\r\nEmail:\r\n[your-email]\r\n\r\nTelephone:\r\n[tel-203]\r\n\r\nMessage Body:\r\n[textarea-519]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: [your-email]\n\n\n\n\nOn-Trade Progress \"[your-subject]\"\nOn-Trade Progress <wordpress@ontradeprogress.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: contact@danielrees.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Page Form','','publish','closed','closed','','contact-page-form','','','2019-05-13 20:12:26','2019-05-13 20:12:26','',0,'http://www.ontradeprogress.com/?post_type=wpcf7_contact_form&#038;p=185',0,'wpcf7_contact_form','',0),(186,1,'2017-03-29 14:58:54','2017-03-29 14:58:54','[contact-form-7 id=\"185\" title=\"Contact Page Form\"]','Contact','','inherit','closed','closed','','76-revision-v1','','','2017-03-29 14:58:54','2017-03-29 14:58:54','',76,'http://www.ontradeprogress.com/2017/03/29/76-revision-v1/',0,'revision','',0),(194,1,'2017-03-29 21:58:37','2017-03-29 21:58:37','','Placed','Placed App \'In Action\'','inherit','closed','closed','','page-42','','','2017-03-29 21:59:22','2017-03-29 21:59:22','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-42.png',0,'attachment','image/png',0),(209,1,'2017-03-29 23:24:37','2017-03-29 23:24:37','','Winter Social','Yes - we may have been too intoxicated to take pictures!','inherit','closed','closed','','page-32','','','2017-03-29 23:25:36','2017-03-29 23:25:36','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-32.jpg',0,'attachment','image/jpeg',0),(210,1,'2017-03-29 23:34:36','2017-03-29 23:34:36','','Winter Social Collage','','inherit','closed','closed','','page-34','','','2017-03-29 23:35:26','2017-03-29 23:35:26','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-34.jpg',0,'attachment','image/jpeg',0),(211,1,'2017-03-29 23:34:40','2017-03-29 23:34:40','','PAGE 33','','inherit','closed','closed','','page-33','','','2017-03-29 23:34:40','2017-03-29 23:34:40','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-33.jpg',0,'attachment','image/jpeg',0),(212,1,'2017-03-29 23:34:44','2017-03-29 23:34:44','','PAGE 33-1','','inherit','closed','closed','','page-33-1','','','2017-03-29 23:34:44','2017-03-29 23:34:44','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-33-1.jpg',0,'attachment','image/jpeg',0),(213,1,'2017-03-29 23:34:48','2017-03-29 23:34:48','','PAGE 34-1','','inherit','closed','closed','','page-34-1','','','2017-03-29 23:34:48','2017-03-29 23:34:48','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-34-1.jpg',0,'attachment','image/jpeg',0),(216,1,'2017-03-30 00:11:50','2017-03-30 00:11:50','','GBBF','A look back at last years GBBF','inherit','closed','closed','','page-36','','','2017-03-30 00:12:50','2017-03-30 00:12:50','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-36.jpg',0,'attachment','image/jpeg',0),(219,1,'2017-03-30 00:51:00','2017-03-30 00:51:00','','SmokedCatalanAlmonds','The team are looking forward to giving these a try!','inherit','closed','closed','','page-9-smokedcatalanalmonds','','','2017-03-30 00:52:14','2017-03-30 00:52:14','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-9-SmokedCatalanAlmonds.jpg',0,'attachment','image/jpeg',0),(220,1,'2017-03-30 00:51:03','2017-03-30 00:51:03','','PAGE 9 - Brindisa Nuts Range','','inherit','closed','closed','','page-9-brindisa-nuts-range','','','2017-03-30 00:51:03','2017-03-30 00:51:03','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-9-Brindisa-Nuts-Range.jpg',0,'attachment','image/jpeg',0),(221,1,'2017-03-30 00:51:08','2017-03-30 00:51:08','','PAGE 9 - MarconaAlmonds2','','inherit','closed','closed','','page-9-marconaalmonds2','','','2017-03-30 00:51:08','2017-03-30 00:51:08','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/03/PAGE-9-MarconaAlmonds2.jpg',0,'attachment','image/jpeg',0),(224,1,'2017-04-03 13:44:52','2017-04-03 13:44:52','','On-Trade Progress','','inherit','closed','closed','','print','','','2017-04-03 13:45:09','2017-04-03 13:45:09','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/ONTRADEPROGRESSLOGO.jpg',0,'attachment','image/jpeg',0),(225,1,'2017-04-03 13:45:34','2017-04-03 13:45:34','','On-Trade Progress','','inherit','closed','closed','','print-2','','','2017-04-03 13:45:57','2017-04-03 13:45:57','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/ontradeprogressicon.jpg',0,'attachment','image/jpeg',0),(226,1,'2017-04-03 13:46:19','2017-04-03 13:46:19','http://www.ontradeprogress.com/wp-content/uploads/2017/04/cropped-ontradeprogressicon.jpg','cropped-ontradeprogressicon.jpg','','inherit','closed','closed','','cropped-ontradeprogressicon-jpg','','','2017-04-03 13:46:19','2017-04-03 13:46:19','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/cropped-ontradeprogressicon.jpg',0,'attachment','image/jpeg',0),(231,1,'2017-04-05 15:24:45','2017-04-05 15:24:45','','CV Library','','inherit','closed','closed','','cv-library','','','2017-04-05 15:24:45','2017-04-05 15:24:45','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/CV-Library.jpg',0,'attachment','image/jpeg',0),(234,1,'2017-04-05 15:31:56','2017-04-05 15:31:56','','Barney','','inherit','closed','closed','','barney','','','2017-04-05 15:31:56','2017-04-05 15:31:56','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Barney.png',0,'attachment','image/png',0),(240,1,'2017-04-06 11:20:17','2017-04-06 11:20:17','','Wellbilt Logo','','inherit','closed','closed','','welbilt_logo_with_tagline_process','','','2017-04-06 11:20:57','2017-04-06 11:20:57','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Welbilt_Logo_with_tagline_Process.tif',0,'attachment','image/tiff',0),(242,1,'2017-04-06 11:21:48','2017-04-06 11:21:48','','Wellbilt Logo','','inherit','closed','closed','','print-3','','','2017-04-06 11:22:01','2017-04-06 11:22:01','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Welbilt_Logo_with_tagline_Process.jpg',0,'attachment','image/jpeg',0),(243,1,'2017-04-06 14:05:48','2017-04-06 14:05:48','<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Your Phone Number (required)\r\n    [tel* tel-53] </label>\r\n\r\n[submit \"Send\"]\n1\nOn-Trade Progress \"Magazine Submission\"\n[your-name] <wordpress@ontradeprogress.com>\nsubscriptions@ontradeprogress.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\nThere has been a Magazine submission on your website. Here are their details:\r\n\r\nName:\r\n[your-name]\r\n\r\nEmail:\r\n[your-email]\r\n\r\nTelephone:\r\n[tel-53]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: [your-email]\n\n\n\n\nOn-Trade Progress \"[your-subject]\"\nOn-Trade Progress <wordpress@ontradeprogress.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on On-Trade Progress (http://www.ontradeprogress.com)\nReply-To: ryan@bwmediagroup.co.uk\n\n\n\nPlease enter your details and we will be in touch shortly to confirm your subscription…\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Magazine Form','','publish','closed','closed','','magazine-form','','','2019-05-13 20:10:26','2019-05-13 20:10:26','',0,'http://www.ontradeprogress.com/?post_type=wpcf7_contact_form&#038;p=243',0,'wpcf7_contact_form','',0),(244,1,'2017-04-06 14:06:39','2017-04-06 14:06:39','Please enter your details to receive the latest issue of On-Trade Progress.\r\n\r\n[contact-form-7 id=\"243\" title=\"Magazine Form\"]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2017-04-06 14:06:39','2017-04-06 14:06:39','',23,'http://www.ontradeprogress.com/2017/04/06/23-revision-v1/',0,'revision','',0),(248,1,'2017-04-07 09:00:52','2017-04-07 09:00:52','','Aniversari','','inherit','closed','closed','','aniversari','','','2017-04-07 09:01:38','2017-04-07 09:01:38','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/aniversari.jpg',0,'attachment','image/jpeg',0),(249,1,'2017-04-07 09:02:15','2017-04-07 09:02:15','','LA PIRATA','','inherit','closed','closed','','_mg_9976','','','2017-04-07 09:02:46','2017-04-07 09:02:46','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/MG_9976.jpg',0,'attachment','image/jpeg',0),(250,1,'2017-04-07 09:02:32','2017-04-07 09:02:32','','LA PIRATA','','inherit','closed','closed','','_mg_0022','','','2017-04-07 09:03:07','2017-04-07 09:03:07','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/MG_0022.jpg',0,'attachment','image/jpeg',0),(265,1,'2017-04-07 09:47:35','2017-04-07 09:47:35','','article-support','','inherit','closed','closed','','article-support-2','','','2017-04-07 09:47:35','2017-04-07 09:47:35','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/article-support-1.jpg',0,'attachment','image/jpeg',0),(266,1,'2017-04-07 09:49:18','2017-04-07 09:49:18','','Brautradition_Glas_Close-Up','','inherit','closed','closed','','brautradition_glas_close-up','','','2017-04-07 09:49:18','2017-04-07 09:49:18','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Glas_Close-Up.jpg',0,'attachment','image/jpeg',0),(267,1,'2017-04-07 09:49:55','2017-04-07 09:49:55','','Brautradition_Stilleben','','inherit','closed','closed','','brautradition_stilleben','','','2017-04-07 09:49:55','2017-04-07 09:49:55','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Stilleben.jpg',0,'attachment','image/jpeg',0),(268,1,'2017-04-07 09:50:11','2017-04-07 09:50:11','','Brautradition_Glas_Close-Up','','inherit','closed','closed','','brautradition_glas_close-up-2','','','2017-04-07 09:50:11','2017-04-07 09:50:11','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Glas_Close-Up-1.jpg',0,'attachment','image/jpeg',0),(269,1,'2017-04-07 09:50:25','2017-04-07 09:50:25','','Brautradition_Braustube_Anstossen_1','','inherit','closed','closed','','brautradition_braustube_anstossen_1','','','2017-04-07 09:50:25','2017-04-07 09:50:25','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Braustube_Anstossen_1.jpg',0,'attachment','image/jpeg',0),(270,1,'2017-04-07 09:51:43','2017-04-07 09:51:43','','Brautradition_Brauerabsprache','','inherit','closed','closed','','brautradition_brauerabsprache','','','2017-04-07 09:51:43','2017-04-07 09:51:43','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Brauerabsprache.jpg',0,'attachment','image/jpeg',0),(272,1,'2017-04-10 09:58:27','2017-04-10 09:58:27','','Brautradition_Glas_Close-Up','','inherit','closed','closed','','brautradition_glas_close-up-3','','','2017-04-10 09:58:27','2017-04-10 09:58:27','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Glas_Close-Up-2.jpg',0,'attachment','image/jpeg',0),(273,1,'2017-04-10 09:58:55','2017-04-10 09:58:55','','Brautradition_Stilleben','','inherit','closed','closed','','brautradition_stilleben-2','','','2017-04-10 09:58:55','2017-04-10 09:58:55','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Stilleben-1.jpg',0,'attachment','image/jpeg',0),(274,1,'2017-04-10 10:00:28','2017-04-10 10:00:28','','Brautradition_Glas_Close-Up3','','inherit','closed','closed','','brautradition_glas_close-up3','','','2017-04-10 10:00:28','2017-04-10 10:00:28','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Brautradition_Glas_Close-Up3.gif',0,'attachment','image/gif',0),(276,1,'2017-04-13 22:15:10','2017-04-13 22:15:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #34</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #34</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzRfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #34','','publish','closed','closed','','latestdigitalissue','','','2020-03-19 16:19:27','2020-03-19 16:19:27','',0,'http://www.ontradeprogress.com/?page_id=276',0,'page','',0),(277,1,'2017-04-13 22:15:10','2017-04-13 22:15:10','&lt;div&gt;&lt;iframe style=\"width: 600px; height: 600px; border: 0;\" frameborder=\"0px\" border=\"0px\" src=\"<a href=\"http://plus.yudu.com/item/embedded_reader/3924896/On-Trade-Progress-?refid=985639\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://plus.yudu.com/item/embedded_reader/3924896/On-Trade-Progress-?refid%3D985639&amp;source=gmail&amp;ust=1492183522689000&amp;usg=AFQjCNHwgL3LvBmopalbByTMGLK6YSYd9Q\">http://plus.yudu.com/<wbr />item/embedded_reader/3924896/<wbr />On-Trade-Progress-?refid=<wbr />985639</a>\"&gt;We\'re sorry, your browser doesn\'t support IFrames. You can still &lt;a href=\"<a href=\"http://plus.yudu.com/item/details/3924896/On-Trade-Progress-?refid=985639\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://plus.yudu.com/item/details/3924896/On-Trade-Progress-?refid%3D985639&amp;source=gmail&amp;ust=1492183522697000&amp;usg=AFQjCNGD6WiQjDgXJLVv7VQv6VsussZyKg\">http://plus.yudu.com/<wbr />item/details/3924896/On-Trade-<wbr />Progress-?refid=985639</a>\"&gt;visit this item.&lt;/a&gt;, however.&lt;/iframe&gt;&lt;br/&gt;&lt;a href=\"<a href=\"http://content.yudu.com/libraryHtml/A42unj/OnTradeProgress/index.html?refid=985639\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://content.yudu.com/libraryHtml/A42unj/OnTradeProgress/index.html?refid%3D985639&amp;source=gmail&amp;ust=1492183522700000&amp;usg=AFQjCNGsj8L8G4pzeg3WWo1veOfq56T4Sg\">http://content.yudu.com/<wbr />libraryHtml/A42unj/<wbr />OnTradeProgress/index.html?<wbr />refid=985639</a>\" target=\"_blank\"&gt;Enlarge this document in a new window&lt;/a&gt;&lt;br/&gt;&lt;a href=\"<a href=\"http://plus.yudu.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://plus.yudu.com/&amp;source=gmail&amp;ust=1492183522700000&amp;usg=AFQjCNHyMPB3OwXNU1b_Z8TH2WvEvmNFdA\">http://plus.yudu.com/</a>\"&gt;<wbr />Online Publishing from YUDU&lt;/a&gt;&lt;/div&gt;','','','inherit','closed','closed','','276-revision-v1','','','2017-04-13 22:15:10','2017-04-13 22:15:10','',276,'http://www.ontradeprogress.com/2017/04/13/276-revision-v1/',0,'revision','',0),(278,1,'2017-04-13 22:15:55','2017-04-13 22:15:55','','','','inherit','closed','closed','','276-revision-v1','','','2017-04-13 22:15:55','2017-04-13 22:15:55','',276,'http://www.ontradeprogress.com/2017/04/13/276-revision-v1/',0,'revision','',0),(280,1,'2017-04-18 18:21:13','2017-04-18 18:21:13','','NWYC','','inherit','closed','closed','','nwyc','','','2017-04-18 18:21:13','2017-04-18 18:21:13','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/NWYC.jpg',0,'attachment','image/jpeg',0),(287,1,'2017-04-20 15:23:00','2017-04-20 15:23:00','','THREE SIXTY Vodka','','inherit','closed','closed','','three-sixty-product-shot','','','2017-04-20 15:23:23','2017-04-20 15:23:23','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/THREE-SIXTY-Product-Shot.png',0,'attachment','image/png',0),(289,1,'2017-04-21 09:55:41','2017-04-21 09:55:41','<h3 style=\"text-align: center;\"><strong>Belvoir’s Wine Alternatives – </strong><strong>all the Taste but without the Hangover!</strong></h3>\r\nIf, like a growing number of people in the UK, you\'ve taken the pledge to stop drinking altogether, or at least to cut back, help is at hand in the shape of Belvoir’s new range of delicious non-alcoholic, wine like drinks. The master soft drinks maker has developed three varieties consisting of a Shiraz, a Chardonnay and a Rosé with all the taste, aroma and look of a glass of Bacchus’ best but without the hangover!\r\n\r\nAs the general trend in drinking less continues (one in five adults in the UK is now teetotal*), Belvoir, known for its delicious range of all natural Cordials and gently sparkling Pressés has decided to turn its hand to developing a range of drinks to mimic the sensation of drinking wine but which don’t leave you with the sore head when you’ve over-done it.  The result is <strong>Belvoir Shiraz without the hangover, Belvoir Chardonnay without the hangover </strong>and<strong> Belvoir Rosé without the hangover.</strong>\r\n\r\nThey are also perfect, of course, for expecting or breastfeeding mums who like the idea of joining in the party but know they shouldn’t.  And reassuringly, like all Belvoir’s drinks the Wine Alternatives are made using all natural ingredients, with no artificial additives, preservatives, colourings or sweeteners, and all three varieties contain no added sugar.\r\n\r\nHere’s how good they taste:\r\n\r\n<strong>Belvoir Rosé without the Hangover</strong>\r\n\r\nThis non-alcoholic sparkling Rosé contains a carefully balanced blend of rosé, red and white grape juices with raspberry juice and a touch of orange blossom and jasmine extracts.  With its clear rose-gold colour and crisp, lively sensation on the tongue, it has a nose of raspberry with a floral hint.  Serve chilled, its slightly sweet and fruity Rosé grape flavour combines with a crisp, clean finish making it perfect for a refreshing aperitif\r\n\r\n<strong>Belvoir Chardonnay without the Hangover</strong>\r\n\r\nFor those who crave a chilled glass of white, reach instead for this non-alcoholic blend of Chardonnay and white grape juices with peach juice and elderflower &amp; jasmine extracts.   A pale straw yellow in colour, this drink has a complex, distinctive taste of white grape with a nose of grape and peach and delicate floral undertones.  The sweet yet crisp flavour is great paired with chicken, fish or cheese\r\n\r\n<strong>Belvoir Shiraz without the Hangover</strong>\r\n\r\nIf you favour a more full-bodied red, Belvoir’s non-alcoholic blend of single strength Shiraz red grape juice with elderberry and blackcurrant juices, and a hint of black peppercorn and vanilla extracts, really hits the mark.  It has a very ‘grown-up’ taste with a nose of blackcurrant, a touch of vanilla and a semi-sweet fruity flavour with an astringent, slightly mouth drying finish with a hint of spice, typically associated with a Shiraz red wine.  Just like the alcoholic variety this rich dark red alcohol- free version slips down nicely with steak or boeuf bourguignon\r\n\r\nSo, for whatever reason you’re planning to cut back on the booze, or simply because you fancy something a little bit different without the payback; sip and slurp your way to a healthier you with Belvoir’s ‘Without a Hangover’ range.  All three varieties are available from major supermarkets nationwide or via <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>.  Belvoir’s Wine Alternative drinks retail for around £2.99 per bottle.\r\n\r\nIt’s Cheers without the fears from Belvoir!\r\n\r\n&nbsp;','Drink Wine Without a Hangover?','','publish','open','open','','drink-wine-without-a-hangover','','','2017-04-25 10:24:02','2017-04-25 10:24:02','',0,'http://www.ontradeprogress.com/?p=289',0,'post','',0),(290,1,'2017-04-21 09:51:27','2017-04-21 09:51:27','','Belvoir\'s Wine Alternatives','','inherit','closed','closed','','belvoirs-wine-alternatives','','','2017-04-21 09:51:27','2017-04-21 09:51:27','',289,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Belvoirs-Wine-Alternatives.jpg',0,'attachment','image/jpeg',0),(291,1,'2017-04-21 09:53:37','2017-04-21 09:53:37','<h3 style=\"text-align: center;\"><strong>Belvoir’s Wine Alternatives – </strong><strong>all the Taste but without the Hangover!</strong></h3>\r\nIf, like a growing number of people in the UK, you\'ve taken the pledge to stop drinking altogether, or at least to cut back, help is at hand in the shape of Belvoir’s new range of delicious non-alcoholic, wine like drinks. The master soft drinks maker has developed three varieties consisting of a Shiraz, a Chardonnay and a Rosé with all the taste, aroma and look of a glass of Bacchus’ best but without the hangover!\r\n\r\nAs the general trend in drinking less continues (one in five adults in the UK is now teetotal*), Belvoir, known for its delicious range of all natural Cordials and gently sparkling Pressés has decided to turn its hand to developing a range of drinks to mimic the sensation of drinking wine but which don’t leave you with the sore head when you’ve over-done it.  The result is <strong>Belvoir Shiraz without the hangover, Belvoir Chardonnay without the hangover </strong>and<strong> Belvoir Rosé without the hangover.</strong>\r\n\r\nThey are also perfect, of course, for expecting or breastfeeding mums who like the idea of joining in the party but know they shouldn’t.  And reassuringly, like all Belvoir’s drinks the Wine Alternatives are made using all natural ingredients, with no artificial additives, preservatives, colourings or sweeteners, and all three varieties contain no added sugar.\r\n\r\nHere’s how good they taste:\r\n\r\n<strong>Belvoir Rosé without the Hangover</strong>\r\n\r\nThis non-alcoholic sparkling Rosé contains a carefully balanced blend of rosé, red and white grape juices with raspberry juice and a touch of orange blossom and jasmine extracts.  With its clear rose-gold colour and crisp, lively sensation on the tongue, it has a nose of raspberry with a floral hint.  Serve chilled, its slightly sweet and fruity Rosé grape flavour combines with a crisp, clean finish making it perfect for a refreshing aperitif\r\n\r\n<strong>Belvoir Chardonnay without the Hangover</strong>\r\n\r\nFor those who crave a chilled glass of white, reach instead for this non-alcoholic blend of Chardonnay and white grape juices with peach juice and elderflower &amp; jasmine extracts.   A pale straw yellow in colour, this drink has a complex, distinctive taste of white grape with a nose of grape and peach and delicate floral undertones.  The sweet yet crisp flavour is great paired with chicken, fish or cheese\r\n\r\n<strong>Belvoir Shiraz without the Hangover</strong>\r\n\r\nIf you favour a more full-bodied red, Belvoir’s non-alcoholic blend of single strength Shiraz red grape juice with elderberry and blackcurrant juices, and a hint of black peppercorn and vanilla extracts, really hits the mark.  It has a very ‘grown-up’ taste with a nose of blackcurrant, a touch of vanilla and a semi-sweet fruity flavour with an astringent, slightly mouth drying finish with a hint of spice, typically associated with a Shiraz red wine.  Just like the alcoholic variety this rich dark red alcohol- free version slips down nicely with steak or boeuf bourguignon\r\n\r\nSo, for whatever reason you’re planning to cut back on the booze, or simply because you fancy something a little bit different without the payback; sip and slurp your way to a healthier you with Belvoir’s ‘Without a Hangover’ range.  All three varieties are available from major supermarkets nationwide or via <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>.  Belvoir’s Wine Alternative drinks retail for around £2.99 per bottle.\r\n\r\nIt’s Cheers without the fears from Belvoir!\r\n\r\n&nbsp;','Drink wine without a hangover?','','inherit','closed','closed','','289-revision-v1','','','2017-04-21 09:53:37','2017-04-21 09:53:37','',289,'http://www.ontradeprogress.com/2017/04/21/289-revision-v1/',0,'revision','',0),(292,1,'2017-04-21 10:15:16','2017-04-21 10:15:16','<h3 style=\"text-align: center;\"><strong>Belvoir and Gill Meller Make the Perfect Pairing</strong></h3>\r\nBelvoir Fruit Farms has collaborated with Gill Meller, chef, author and food writer, to use his expertise in matching their Pressé and Cordial range with food.  Using experience gleaned from years of working in restaurants and as Head Chef at River Cottage, Gill has successfully identified which of Belvoir’s drinks partner well with popular dishes and styles of food.  Now customers can choose the best soft drink to have with their meal, taking into consideration acidity and sweetness, just as they would a glass of wine.\r\n\r\nThe most popular Belvoir drinks served in the pub and hospitality sector are six Pressé flavours sold in their stylish 25cl bottle range:  Elderflower Pressé, Ginger Beer, Freshly Squeezed Lemonade, Lime &amp; Lemongrass, Raspberry Lemonade and Cox Apple Pressé.\r\n\r\nGill’s food pairing suggestions for these are as follows:\r\n<h5><strong>Elderflower Pressé </strong></h5>\r\n<em>I love serving this delicate, floral pressé with grilled or pan-roasted fish. It’s particularly good with wild sea bass, especially when cooked with a little fresh thyme. The heady, lemony edge and gentle fizz also make it an incredible accompaniment to young cheeses, particularly soft creamy goat’s cheeses.</em>\r\n<h5><strong>Ginger Beer</strong></h5>\r\n<em>This surprising infusion takes the fiery, zesty qualities of fresh root ginger to a new level. There are notes of honey and lemon in here too and I think this lovely blend is perfectly matched to dark sticky pork ribs or warm, sweet, honey and mustard-baked gammons.</em>\r\n<h5><strong>Freshly Squeezed Lemonade</strong></h5>\r\n<em>The flavour of this lemonade is so traditional and authentic - it takes you straight back to English fetes and summer picnics. Unsurprisingly, it works really well with foods that are accentuated by the zing of fresh lemon such as proper fish and chips or crisp, whole-tail scampi.</em>\r\n<h5><strong>Lime &amp; Lemongrass Pressé </strong></h5>\r\n<em>This fruity pressé is bursting with charm, warmth and character. It’s laced with sharp, zesty notes from the lime, which make it a perfect counterpoint to rich roasts and slow, low braises. Try it with spiced pork belly that’s been gently cooked for hours with garlic, anise and chilli. The lemongrass adds a further citrussy note that marries well with fragrant green curries and piquant noodle dishes.</em>\r\n<h5><strong>Raspberry Lemonade </strong></h5>\r\n<em>Raspberry pink, like bottled summer, this deeply scented, cool berry lemonade makes the ideal partner to fish and shellfish. Serve it over ice alongside delicate fish or crab cakes. It’s also stunning with good quality pork sausages, the acidity from the lemon cutting their richness perfectly.</em>\r\n<h5><strong>Cox Apple Pressé</strong></h5>\r\n<em>An extremely refreshing apple pressé, with a mellow complexity and subtle fizz, this manages to capture the true smoky essence of fresh cox apples. Serve it as you might a cool, appley cider: with a good burger, a smoky hotdog or some tender pulled pork and apple sauce.</em>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_293\" align=\"aligncenter\" width=\"361\"]<img class=\" wp-image-293\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/04/The-most-popular-flavours-300x118.jpg\" alt=\"\" width=\"361\" height=\"142\" /> The Most Popular Belvoir Flavours[/caption]\r\n\r\nThe role of soft drinks has been transformed in recent years as consumers’ drinking habits have changed, generally becoming more health conscious; today one in five adults state they are teetotal and consume no alcohol at all*.  This means that the soft drink offering in an outlet has become more important and is necessarily treated as a serious part of the business.  To be able to recommend a suitable soft drink with dishes on the menu, alongside the correct wine or ale, ensures that the customer will have the best experience possible and enjoy their meal.\r\n\r\nPev Manners, MD of Belvoir Fruit Farms says: “We’ve always thought our drinks, made with natural ingredients and no artificial sweeteners, flavourings or preservatives, go well with food, so it has been a pleasure to work with Gill and have our beliefs confirmed!  His expertise has helped identify the aspect of each of our drinks that compliments a particular taste profile and so our food pairing suggestions have become more sophisticated to match the consumers’ palate and our customers’ menus.  We hope that they find it useful and that it helps to boost their sales of Belvoir drinks.”\r\n\r\nAs well as the six recommendations for hot dishes, Gill has provided suggested pairings for classic sandwiches for food-on-the-go outlets.\r\n\r\nFor Gill Meller’s complete list of food pairings visit <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>\r\n<h3 style=\"text-align: center;\"><strong> </strong></h3>\r\n&nbsp;','Gill Meller\'s Food Pairing Suggestions','','publish','open','open','','the-perfect-pairing','','','2017-04-21 10:25:10','2017-04-21 10:25:10','',0,'http://www.ontradeprogress.com/?p=292',0,'post','',0),(293,1,'2017-04-21 10:06:29','2017-04-21 10:06:29','','The most popular flavours','The Most Popular Belvoir Flavours','inherit','closed','closed','','the-most-popular-flavours','','','2017-04-21 10:07:16','2017-04-21 10:07:16','',292,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/The-most-popular-flavours.jpg',0,'attachment','image/jpeg',0),(294,1,'2017-04-21 10:07:39','2017-04-21 10:07:39','<h3 style=\"text-align: center;\"><strong>Belvoir and Gill Meller Make the Perfect Pairing\r\n\r\n</strong></h3>\r\nBelvoir Fruit Farms has collaborated with Gill Meller, chef, author and food writer, to use his expertise in matching their Pressé and Cordial range with food.  Using experience gleaned from years of working in restaurants and as Head Chef at River Cottage, Gill has successfully identified which of Belvoir’s drinks partner well with popular dishes and styles of food.  Now customers can choose the best soft drink to have with their meal, taking into consideration acidity and sweetness, just as they would a glass of wine.\r\n\r\nThe most popular Belvoir drinks served in the pub and hospitality sector are six Pressé flavours sold in their stylish 25cl bottle range:  Elderflower Pressé, Ginger Beer, Freshly Squeezed Lemonade, Lime &amp; Lemongrass, Raspberry Lemonade and Cox Apple Pressé.\r\n\r\nGill’s food pairing suggestions for these are as follows:\r\n<h5><strong>Elderflower Pressé </strong></h5>\r\n<em>I love serving this delicate, floral pressé with grilled or pan-roasted fish. It’s particularly good with wild sea bass, especially when cooked with a little fresh thyme. The heady, lemony edge and gentle fizz also make it an incredible accompaniment to young cheeses, particularly soft creamy goat’s cheeses.</em>\r\n<h5><strong>Ginger Beer</strong></h5>\r\n<em>This surprising infusion takes the fiery, zesty qualities of fresh root ginger to a new level. There are notes of honey and lemon in here too and I think this lovely blend is perfectly matched to dark sticky pork ribs or warm, sweet, honey and mustard-baked gammons.</em>\r\n<h5><strong>Freshly Squeezed Lemonade</strong></h5>\r\n<em>The flavour of this lemonade is so traditional and authentic - it takes you straight back to English fetes and summer picnics. Unsurprisingly, it works really well with foods that are accentuated by the zing of fresh lemon such as proper fish and chips or crisp, whole-tail scampi.</em>\r\n<h5><strong>Lime &amp; Lemongrass Pressé </strong></h5>\r\n<em>This fruity pressé is bursting with charm, warmth and character. It’s laced with sharp, zesty notes from the lime, which make it a perfect counterpoint to rich roasts and slow, low braises. Try it with spiced pork belly that’s been gently cooked for hours with garlic, anise and chilli. The lemongrass adds a further citrussy note that marries well with fragrant green curries and piquant noodle dishes.</em>\r\n<h5><strong>Raspberry Lemonade </strong></h5>\r\n<em>Raspberry pink, like bottled summer, this deeply scented, cool berry lemonade makes the ideal partner to fish and shellfish. Serve it over ice alongside delicate fish or crab cakes. It’s also stunning with good quality pork sausages, the acidity from the lemon cutting their richness perfectly.</em>\r\n<h5><strong>Cox Apple Pressé</strong></h5>\r\n<em>An extremely refreshing apple pressé, with a mellow complexity and subtle fizz, this manages to capture the true smoky essence of fresh cox apples. Serve it as you might a cool, appley cider: with a good burger, a smoky hotdog or some tender pulled pork and apple sauce.\r\n\r\n</em>\r\n\r\n[caption id=\"attachment_293\" align=\"aligncenter\" width=\"361\"]<img class=\" wp-image-293\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/04/The-most-popular-flavours-300x118.jpg\" alt=\"\" width=\"361\" height=\"142\" /> The Most Popular Belvoir Flavours[/caption]\r\n\r\nThe role of soft drinks has been transformed in recent years as consumers’ drinking habits have changed, generally becoming more health conscious; today one in five adults state they are teetotal and consume no alcohol at all*.  This means that the soft drink offering in an outlet has become more important and is necessarily treated as a serious part of the business.  To be able to recommend a suitable soft drink with dishes on the menu, alongside the correct wine or ale, ensures that the customer will have the best experience possible and enjoy their meal.\r\n\r\nPev Manners, MD of Belvoir Fruit Farms says: “We’ve always thought our drinks, made with natural ingredients and no artificial sweeteners, flavourings or preservatives, go well with food, so it has been a pleasure to work with Gill and have our beliefs confirmed!  His expertise has helped identify the aspect of each of our drinks that compliments a particular taste profile and so our food pairing suggestions have become more sophisticated to match the consumers’ palate and our customers’ menus.  We hope that they find it useful and that it helps to boost their sales of Belvoir drinks.”\r\n\r\nAs well as the six recommendations for hot dishes, Gill has provided suggested pairings for classic sandwiches for food-on-the-go outlets.\r\n\r\nFor Gill Meller’s complete list of food pairings visit <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>\r\n<h3 style=\"text-align: center;\"><strong> </strong></h3>\r\n&nbsp;','Gill Meller\'s Food Pairing Suggestions','','inherit','closed','closed','','292-revision-v1','','','2017-04-21 10:07:39','2017-04-21 10:07:39','',292,'http://www.ontradeprogress.com/2017/04/21/292-revision-v1/',0,'revision','',0),(295,1,'2017-04-21 10:13:40','2017-04-21 10:13:40','','Gill Meller','Gill Meller','inherit','closed','closed','','gill-meller','','','2017-04-21 10:13:53','2017-04-21 10:13:53','',292,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/Gill-Meller.png',0,'attachment','image/png',0),(296,1,'2017-04-21 10:23:23','2017-04-21 10:23:23','<h3 style=\"text-align: center;\"><strong>Belvoir and Gill Meller Make the Perfect Pairing</strong></h3>\r\n&nbsp;\r\n\r\nBelvoir Fruit Farms has collaborated with Gill Meller, chef, author and food writer, to use his expertise in matching their Pressé and Cordial range with food.  Using experience gleaned from years of working in restaurants and as Head Chef at River Cottage, Gill has successfully identified which of Belvoir’s drinks partner well with popular dishes and styles of food.  Now customers can choose the best soft drink to have with their meal, taking into consideration acidity and sweetness, just as they would a glass of wine.\r\n\r\nThe most popular Belvoir drinks served in the pub and hospitality sector are six Pressé flavours sold in their stylish 25cl bottle range:  Elderflower Pressé, Ginger Beer, Freshly Squeezed Lemonade, Lime &amp; Lemongrass, Raspberry Lemonade and Cox Apple Pressé.\r\n\r\nGill’s food pairing suggestions for these are as follows:\r\n<h5><strong>Elderflower Pressé </strong></h5>\r\n<em>I love serving this delicate, floral pressé with grilled or pan-roasted fish. It’s particularly good with wild sea bass, especially when cooked with a little fresh thyme. The heady, lemony edge and gentle fizz also make it an incredible accompaniment to young cheeses, particularly soft creamy goat’s cheeses.</em>\r\n<h5><strong>Ginger Beer</strong></h5>\r\n<em>This surprising infusion takes the fiery, zesty qualities of fresh root ginger to a new level. There are notes of honey and lemon in here too and I think this lovely blend is perfectly matched to dark sticky pork ribs or warm, sweet, honey and mustard-baked gammons.</em>\r\n<h5><strong>Freshly Squeezed Lemonade</strong></h5>\r\n<em>The flavour of this lemonade is so traditional and authentic - it takes you straight back to English fetes and summer picnics. Unsurprisingly, it works really well with foods that are accentuated by the zing of fresh lemon such as proper fish and chips or crisp, whole-tail scampi.</em>\r\n<h5><strong>Lime &amp; Lemongrass Pressé </strong></h5>\r\n<em>This fruity pressé is bursting with charm, warmth and character. It’s laced with sharp, zesty notes from the lime, which make it a perfect counterpoint to rich roasts and slow, low braises. Try it with spiced pork belly that’s been gently cooked for hours with garlic, anise and chilli. The lemongrass adds a further citrussy note that marries well with fragrant green curries and piquant noodle dishes.</em>\r\n<h5><strong>Raspberry Lemonade </strong></h5>\r\n<em>Raspberry pink, like bottled summer, this deeply scented, cool berry lemonade makes the ideal partner to fish and shellfish. Serve it over ice alongside delicate fish or crab cakes. It’s also stunning with good quality pork sausages, the acidity from the lemon cutting their richness perfectly.</em>\r\n<h5><strong>Cox Apple Pressé</strong></h5>\r\n<em>An extremely refreshing apple pressé, with a mellow complexity and subtle fizz, this manages to capture the true smoky essence of fresh cox apples. Serve it as you might a cool, appley cider: with a good burger, a smoky hotdog or some tender pulled pork and apple sauce.</em>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_293\" align=\"aligncenter\" width=\"361\"]<img class=\" wp-image-293\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/04/The-most-popular-flavours-300x118.jpg\" alt=\"\" width=\"361\" height=\"142\" /> The Most Popular Belvoir Flavours[/caption]\r\n\r\nThe role of soft drinks has been transformed in recent years as consumers’ drinking habits have changed, generally becoming more health conscious; today one in five adults state they are teetotal and consume no alcohol at all*.  This means that the soft drink offering in an outlet has become more important and is necessarily treated as a serious part of the business.  To be able to recommend a suitable soft drink with dishes on the menu, alongside the correct wine or ale, ensures that the customer will have the best experience possible and enjoy their meal.\r\n\r\nPev Manners, MD of Belvoir Fruit Farms says: “We’ve always thought our drinks, made with natural ingredients and no artificial sweeteners, flavourings or preservatives, go well with food, so it has been a pleasure to work with Gill and have our beliefs confirmed!  His expertise has helped identify the aspect of each of our drinks that compliments a particular taste profile and so our food pairing suggestions have become more sophisticated to match the consumers’ palate and our customers’ menus.  We hope that they find it useful and that it helps to boost their sales of Belvoir drinks.”\r\n\r\nAs well as the six recommendations for hot dishes, Gill has provided suggested pairings for classic sandwiches for food-on-the-go outlets.\r\n\r\nFor Gill Meller’s complete list of food pairings visit <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>\r\n<h3 style=\"text-align: center;\"><strong> </strong></h3>\r\n&nbsp;','Gill Meller\'s Food Pairing Suggestions','','inherit','closed','closed','','292-revision-v1','','','2017-04-21 10:23:23','2017-04-21 10:23:23','',292,'http://www.ontradeprogress.com/2017/04/21/292-revision-v1/',0,'revision','',0),(297,1,'2017-04-21 10:25:10','2017-04-21 10:25:10','<h3 style=\"text-align: center;\"><strong>Belvoir and Gill Meller Make the Perfect Pairing</strong></h3>\r\nBelvoir Fruit Farms has collaborated with Gill Meller, chef, author and food writer, to use his expertise in matching their Pressé and Cordial range with food.  Using experience gleaned from years of working in restaurants and as Head Chef at River Cottage, Gill has successfully identified which of Belvoir’s drinks partner well with popular dishes and styles of food.  Now customers can choose the best soft drink to have with their meal, taking into consideration acidity and sweetness, just as they would a glass of wine.\r\n\r\nThe most popular Belvoir drinks served in the pub and hospitality sector are six Pressé flavours sold in their stylish 25cl bottle range:  Elderflower Pressé, Ginger Beer, Freshly Squeezed Lemonade, Lime &amp; Lemongrass, Raspberry Lemonade and Cox Apple Pressé.\r\n\r\nGill’s food pairing suggestions for these are as follows:\r\n<h5><strong>Elderflower Pressé </strong></h5>\r\n<em>I love serving this delicate, floral pressé with grilled or pan-roasted fish. It’s particularly good with wild sea bass, especially when cooked with a little fresh thyme. The heady, lemony edge and gentle fizz also make it an incredible accompaniment to young cheeses, particularly soft creamy goat’s cheeses.</em>\r\n<h5><strong>Ginger Beer</strong></h5>\r\n<em>This surprising infusion takes the fiery, zesty qualities of fresh root ginger to a new level. There are notes of honey and lemon in here too and I think this lovely blend is perfectly matched to dark sticky pork ribs or warm, sweet, honey and mustard-baked gammons.</em>\r\n<h5><strong>Freshly Squeezed Lemonade</strong></h5>\r\n<em>The flavour of this lemonade is so traditional and authentic - it takes you straight back to English fetes and summer picnics. Unsurprisingly, it works really well with foods that are accentuated by the zing of fresh lemon such as proper fish and chips or crisp, whole-tail scampi.</em>\r\n<h5><strong>Lime &amp; Lemongrass Pressé </strong></h5>\r\n<em>This fruity pressé is bursting with charm, warmth and character. It’s laced with sharp, zesty notes from the lime, which make it a perfect counterpoint to rich roasts and slow, low braises. Try it with spiced pork belly that’s been gently cooked for hours with garlic, anise and chilli. The lemongrass adds a further citrussy note that marries well with fragrant green curries and piquant noodle dishes.</em>\r\n<h5><strong>Raspberry Lemonade </strong></h5>\r\n<em>Raspberry pink, like bottled summer, this deeply scented, cool berry lemonade makes the ideal partner to fish and shellfish. Serve it over ice alongside delicate fish or crab cakes. It’s also stunning with good quality pork sausages, the acidity from the lemon cutting their richness perfectly.</em>\r\n<h5><strong>Cox Apple Pressé</strong></h5>\r\n<em>An extremely refreshing apple pressé, with a mellow complexity and subtle fizz, this manages to capture the true smoky essence of fresh cox apples. Serve it as you might a cool, appley cider: with a good burger, a smoky hotdog or some tender pulled pork and apple sauce.</em>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_293\" align=\"aligncenter\" width=\"361\"]<img class=\" wp-image-293\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/04/The-most-popular-flavours-300x118.jpg\" alt=\"\" width=\"361\" height=\"142\" /> The Most Popular Belvoir Flavours[/caption]\r\n\r\nThe role of soft drinks has been transformed in recent years as consumers’ drinking habits have changed, generally becoming more health conscious; today one in five adults state they are teetotal and consume no alcohol at all*.  This means that the soft drink offering in an outlet has become more important and is necessarily treated as a serious part of the business.  To be able to recommend a suitable soft drink with dishes on the menu, alongside the correct wine or ale, ensures that the customer will have the best experience possible and enjoy their meal.\r\n\r\nPev Manners, MD of Belvoir Fruit Farms says: “We’ve always thought our drinks, made with natural ingredients and no artificial sweeteners, flavourings or preservatives, go well with food, so it has been a pleasure to work with Gill and have our beliefs confirmed!  His expertise has helped identify the aspect of each of our drinks that compliments a particular taste profile and so our food pairing suggestions have become more sophisticated to match the consumers’ palate and our customers’ menus.  We hope that they find it useful and that it helps to boost their sales of Belvoir drinks.”\r\n\r\nAs well as the six recommendations for hot dishes, Gill has provided suggested pairings for classic sandwiches for food-on-the-go outlets.\r\n\r\nFor Gill Meller’s complete list of food pairings visit <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>\r\n<h3 style=\"text-align: center;\"><strong> </strong></h3>\r\n&nbsp;','Gill Meller\'s Food Pairing Suggestions','','inherit','closed','closed','','292-revision-v1','','','2017-04-21 10:25:10','2017-04-21 10:25:10','',292,'http://www.ontradeprogress.com/2017/04/21/292-revision-v1/',0,'revision','',0),(299,1,'2017-04-24 09:07:53','2017-04-24 09:07:53','<h3 style=\"text-align: center;\"><strong>Business Rates Reform Must Remain a Priority </strong></h3>\r\nFollowing Sajid Javid’s comments that business rates reform was not a “priority issue”; the ALMR has called on the Government to stick to its promise for rates relief for pubs and to commit itself to further reform of an unfair system.\r\n\r\nThe ALMR will also be launching an updated version of its Manifesto for Licensed Hospitality calling on all political parties to tackle the ongoing rates problem after the General Election.\r\n\r\nALMR Chief Executive Kate Nicholls said: “In the run-up to the Spring Budget a lot of good work was done by the ALMR and others to make sure the problem of exorbitant rates was at the forefront of the conversation. The Government announced sector-specific relief and discretionary relief, a good first step, but there is now considerable worry that these promises will be lost in the inevitable disorder that can precede a General Election.\r\n\r\n“It is vitally important that the Government stick to its promise to help tackle rates bills for those businesses under the most pressure, particularly pubs and restaurants that contribute so much but are being disproportionately burdened.\r\n\r\n“The ALMR will be launching its newest Manifesto for Licensed Hospitality shortly, which will outline the problems and opportunities facing the sector. The Manifesto will call upon the Government to honour its pledge and commit to implementing these measures at the soonest opportunity following the General Election, as well as broader root and branch business rates reform. The Manifesto also calls upon all political parties to commit themselves to tackling the increasing and devastating burden of business rates increases and address the imbalance between burdens for high street retailers and online giants.\r\n<blockquote class=\"modern-quote full\">“It is important that this issue not be forgotten or the Government be allowed to quietly ditch the support that the ALMR worked so hard to achieve.”</blockquote>\r\n&nbsp;','Business Rates Reform Must Remain a Priority','','publish','open','open','','business-rates-reform','','','2017-04-24 09:27:28','2017-04-24 09:27:28','',0,'http://www.ontradeprogress.com/?p=299',0,'post','',0),(300,1,'2017-04-24 09:06:44','2017-04-24 09:06:44','<h3 style=\"text-align: center;\"><strong>Business rates reform must remain a priority </strong></h3>\r\nFollowing Sajid Javid’s comments that business rates reform was not a “priority issue”; the ALMR has called on the Government to stick to its promise for rates relief for pubs and to commit itself to further reform of an unfair system.\r\n\r\nThe ALMR will also be launching an updated version of its Manifesto for Licensed Hospitality calling on all political parties to tackle the ongoing rates problem after the General Election.\r\n\r\nALMR Chief Executive Kate Nicholls said: “In the run-up to the Spring Budget a lot of good work was done by the ALMR and others to make sure the problem of exorbitant rates was at the forefront of the conversation. The Government announced sector-specific relief and discretionary relief, a good first step, but there is now considerable worry that these promises will be lost in the inevitable disorder that can precede a General Election.\r\n\r\n“It is vitally important that the Government stick to its promise to help tackle rates bills for those businesses under the most pressure, particularly pubs and restaurants that contribute so much but are being disproportionately burdened.\r\n\r\n“The ALMR will be launching its newest Manifesto for Licensed Hospitality shortly, which will outline the problems and opportunities facing the sector. The Manifesto will call upon the Government to honour its pledge and commit to implementing these measures at the soonest opportunity following the General Election, as well as broader root and branch business rates reform. The Manifesto also calls upon all political parties to commit themselves to tackling the increasing and devastating burden of business rates increases and address the imbalance between burdens for high street retailers and online giants.\r\n\r\n“It is important that this issue not be forgotten or the Government be allowed to quietly ditch the support that the ALMR worked so hard to achieve.”\r\n\r\n&nbsp;','Business rates reform must remain a priority','','inherit','closed','closed','','299-revision-v1','','','2017-04-24 09:06:44','2017-04-24 09:06:44','',299,'http://www.ontradeprogress.com/2017/04/24/299-revision-v1/',0,'revision','',0),(301,1,'2017-04-24 09:07:27','2017-04-24 09:07:27','','ALMR','','inherit','closed','closed','','almr','','','2017-04-24 09:07:27','2017-04-24 09:07:27','',299,'http://www.ontradeprogress.com/wp-content/uploads/2017/04/ALMR.jpg',0,'attachment','image/jpeg',0),(302,1,'2017-04-24 09:08:27','2017-04-24 09:08:27','<h3 style=\"text-align: center;\"><strong>Business Rates Reform Must Remain a Priority </strong></h3>\r\nFollowing Sajid Javid’s comments that business rates reform was not a “priority issue”; the ALMR has called on the Government to stick to its promise for rates relief for pubs and to commit itself to further reform of an unfair system.\r\n\r\nThe ALMR will also be launching an updated version of its Manifesto for Licensed Hospitality calling on all political parties to tackle the ongoing rates problem after the General Election.\r\n\r\nALMR Chief Executive Kate Nicholls said: “In the run-up to the Spring Budget a lot of good work was done by the ALMR and others to make sure the problem of exorbitant rates was at the forefront of the conversation. The Government announced sector-specific relief and discretionary relief, a good first step, but there is now considerable worry that these promises will be lost in the inevitable disorder that can precede a General Election.\r\n\r\n“It is vitally important that the Government stick to its promise to help tackle rates bills for those businesses under the most pressure, particularly pubs and restaurants that contribute so much but are being disproportionately burdened.\r\n\r\n“The ALMR will be launching its newest Manifesto for Licensed Hospitality shortly, which will outline the problems and opportunities facing the sector. The Manifesto will call upon the Government to honour its pledge and commit to implementing these measures at the soonest opportunity following the General Election, as well as broader root and branch business rates reform. The Manifesto also calls upon all political parties to commit themselves to tackling the increasing and devastating burden of business rates increases and address the imbalance between burdens for high street retailers and online giants.\r\n\r\n“It is important that this issue not be forgotten or the Government be allowed to quietly ditch the support that the ALMR worked so hard to achieve.”\r\n\r\n&nbsp;','Business Rates Reform Must Remain a Priority','','inherit','closed','closed','','299-revision-v1','','','2017-04-24 09:08:27','2017-04-24 09:08:27','',299,'http://www.ontradeprogress.com/2017/04/24/299-revision-v1/',0,'revision','',0),(303,1,'2017-04-24 09:09:03','2017-04-24 09:09:03','<h3 style=\"text-align: center;\"><strong>Business Rates Reform Must Remain a Priority </strong></h3>\r\nFollowing Sajid Javid’s comments that business rates reform was not a “priority issue”; the ALMR has called on the Government to stick to its promise for rates relief for pubs and to commit itself to further reform of an unfair system.\r\n\r\nThe ALMR will also be launching an updated version of its Manifesto for Licensed Hospitality calling on all political parties to tackle the ongoing rates problem after the General Election.\r\n\r\nALMR Chief Executive Kate Nicholls said: “In the run-up to the Spring Budget a lot of good work was done by the ALMR and others to make sure the problem of exorbitant rates was at the forefront of the conversation. The Government announced sector-specific relief and discretionary relief, a good first step, but there is now considerable worry that these promises will be lost in the inevitable disorder that can precede a General Election.\r\n\r\n“It is vitally important that the Government stick to its promise to help tackle rates bills for those businesses under the most pressure, particularly pubs and restaurants that contribute so much but are being disproportionately burdened.\r\n\r\n“The ALMR will be launching its newest Manifesto for Licensed Hospitality shortly, which will outline the problems and opportunities facing the sector. The Manifesto will call upon the Government to honour its pledge and commit to implementing these measures at the soonest opportunity following the General Election, as well as broader root and branch business rates reform. The Manifesto also calls upon all political parties to commit themselves to tackling the increasing and devastating burden of business rates increases and address the imbalance between burdens for high street retailers and online giants.\r\n<blockquote class=\"modern-quote full\">“It is important that this issue not be forgotten or the Government be allowed to quietly ditch the support that the ALMR worked so hard to achieve.”</blockquote>\r\n&nbsp;','Business Rates Reform Must Remain a Priority','','inherit','closed','closed','','299-revision-v1','','','2017-04-24 09:09:03','2017-04-24 09:09:03','',299,'http://www.ontradeprogress.com/2017/04/24/299-revision-v1/',0,'revision','',0),(304,1,'2017-04-25 10:19:54','2017-04-25 10:19:54','<h3 style=\"text-align: center;\"><strong>BHA welcomes new partner Businesswise Solutions </strong></h3>\r\nA partnership that will help businesses in the tourism and hospitality industry reduce their water bills is announced today by the British Hospitality Association (BHA). The tie-up between the BHA and Businesswise Solutions, the purchase management organisation company, comes on the day the commercial water market opens to a competitive market, enabling business for the first time to choose their own water supplier.\r\n\r\nMany businesses have paid little attention to their water usage and costs, but the deregulation of the market opens the door to new entrants and competition among suppliers meaning small and large businesses alike can take advantage of important savings.\r\n\r\nIn response, Businesswise Solutions has launched a Water Buying Group to help businesses bring down the price they pay for water. The company harnesses the collective buyer power of its clients, going to the market on their behalf and asking suppliers to tender on a group basis to ensure guaranteed savings for all.\r\n\r\nThrough the buying power and economies of scale, BHA members can benefit from significant cost reductions in the areas in which they operate: and these savings can often be substantial. Businesswise Solutions’ service will agree a strategy with each client from the outset and ensure regular updates throughout.\r\n\r\n<strong>Ufi Ibrahim, Chief Executive of the British Hospitality Association</strong> said:\r\n<blockquote class=\"modern-quote full\"><em>“The deregulation of the water market is an issue of which many of our members are still unaware, and through this partnership, we can alert our members to the savings they can make. The BHA prides itself on offering great partnership deals to our community of members and is delighted to have Businesswise Solutions on board.</em></blockquote>','BHA Welcomes New Partner Businesswise Solutions','','publish','open','open','','bha-welcomes-new-partner','','','2017-04-25 10:23:26','2017-04-25 10:23:26','',0,'http://www.ontradeprogress.com/?p=304',0,'post','',0),(305,1,'2017-04-25 10:19:54','2017-04-25 10:19:54','<h3 style=\"text-align: center;\"><strong>BHA welcomes new partner Businesswise Solutions </strong></h3>\r\nA partnership that will help businesses in the tourism and hospitality industry reduce their water bills is announced today by the British Hospitality Association (BHA). The tie-up between the BHA and Businesswise Solutions, the purchase management organisation company, comes on the day the commercial water market opens to a competitive market, enabling business for the first time to choose their own water supplier.\r\n\r\nMany businesses have paid little attention to their water usage and costs, but the deregulation of the market opens the door to new entrants and competition among suppliers meaning small and large businesses alike can take advantage of important savings.\r\n\r\nIn response, Businesswise Solutions has launched a Water Buying Group to help businesses bring down the price they pay for water. The company harnesses the collective buyer power of its clients, going to the market on their behalf and asking suppliers to tender on a group basis to ensure guaranteed savings for all.\r\n\r\nThrough the buying power and economies of scale, BHA members can benefit from significant cost reductions in the areas in which they operate: and these savings can often be substantial. Businesswise Solutions’ service will agree a strategy with each client from the outset and ensure regular updates throughout.\r\n\r\n<strong>Ufi Ibrahim, Chief Executive of the British Hospitality Association</strong> said:\r\n<blockquote class=\"modern-quote full\"><em>“The deregulation of the water market is an issue of which many of our members are still unaware, and through this partnership, we can alert our members to the savings they can make. The BHA prides itself on offering great partnership deals to our community of members and is delighted to have Businesswise Solutions on board.</em></blockquote>','BHA welcomes new partner Businesswise Solutions','','inherit','closed','closed','','304-revision-v1','','','2017-04-25 10:19:54','2017-04-25 10:19:54','',304,'http://www.ontradeprogress.com/2017/04/25/304-revision-v1/',0,'revision','',0),(307,1,'2017-04-25 10:23:26','2017-04-25 10:23:26','<h3 style=\"text-align: center;\"><strong>BHA welcomes new partner Businesswise Solutions </strong></h3>\r\nA partnership that will help businesses in the tourism and hospitality industry reduce their water bills is announced today by the British Hospitality Association (BHA). The tie-up between the BHA and Businesswise Solutions, the purchase management organisation company, comes on the day the commercial water market opens to a competitive market, enabling business for the first time to choose their own water supplier.\r\n\r\nMany businesses have paid little attention to their water usage and costs, but the deregulation of the market opens the door to new entrants and competition among suppliers meaning small and large businesses alike can take advantage of important savings.\r\n\r\nIn response, Businesswise Solutions has launched a Water Buying Group to help businesses bring down the price they pay for water. The company harnesses the collective buyer power of its clients, going to the market on their behalf and asking suppliers to tender on a group basis to ensure guaranteed savings for all.\r\n\r\nThrough the buying power and economies of scale, BHA members can benefit from significant cost reductions in the areas in which they operate: and these savings can often be substantial. Businesswise Solutions’ service will agree a strategy with each client from the outset and ensure regular updates throughout.\r\n\r\n<strong>Ufi Ibrahim, Chief Executive of the British Hospitality Association</strong> said:\r\n<blockquote class=\"modern-quote full\"><em>“The deregulation of the water market is an issue of which many of our members are still unaware, and through this partnership, we can alert our members to the savings they can make. The BHA prides itself on offering great partnership deals to our community of members and is delighted to have Businesswise Solutions on board.</em></blockquote>','BHA Welcomes New Partner Businesswise Solutions','','inherit','closed','closed','','304-revision-v1','','','2017-04-25 10:23:26','2017-04-25 10:23:26','',304,'http://www.ontradeprogress.com/2017/04/25/304-revision-v1/',0,'revision','',0),(308,1,'2017-04-25 10:24:02','2017-04-25 10:24:02','<h3 style=\"text-align: center;\"><strong>Belvoir’s Wine Alternatives – </strong><strong>all the Taste but without the Hangover!</strong></h3>\r\nIf, like a growing number of people in the UK, you\'ve taken the pledge to stop drinking altogether, or at least to cut back, help is at hand in the shape of Belvoir’s new range of delicious non-alcoholic, wine like drinks. The master soft drinks maker has developed three varieties consisting of a Shiraz, a Chardonnay and a Rosé with all the taste, aroma and look of a glass of Bacchus’ best but without the hangover!\r\n\r\nAs the general trend in drinking less continues (one in five adults in the UK is now teetotal*), Belvoir, known for its delicious range of all natural Cordials and gently sparkling Pressés has decided to turn its hand to developing a range of drinks to mimic the sensation of drinking wine but which don’t leave you with the sore head when you’ve over-done it.  The result is <strong>Belvoir Shiraz without the hangover, Belvoir Chardonnay without the hangover </strong>and<strong> Belvoir Rosé without the hangover.</strong>\r\n\r\nThey are also perfect, of course, for expecting or breastfeeding mums who like the idea of joining in the party but know they shouldn’t.  And reassuringly, like all Belvoir’s drinks the Wine Alternatives are made using all natural ingredients, with no artificial additives, preservatives, colourings or sweeteners, and all three varieties contain no added sugar.\r\n\r\nHere’s how good they taste:\r\n\r\n<strong>Belvoir Rosé without the Hangover</strong>\r\n\r\nThis non-alcoholic sparkling Rosé contains a carefully balanced blend of rosé, red and white grape juices with raspberry juice and a touch of orange blossom and jasmine extracts.  With its clear rose-gold colour and crisp, lively sensation on the tongue, it has a nose of raspberry with a floral hint.  Serve chilled, its slightly sweet and fruity Rosé grape flavour combines with a crisp, clean finish making it perfect for a refreshing aperitif\r\n\r\n<strong>Belvoir Chardonnay without the Hangover</strong>\r\n\r\nFor those who crave a chilled glass of white, reach instead for this non-alcoholic blend of Chardonnay and white grape juices with peach juice and elderflower &amp; jasmine extracts.   A pale straw yellow in colour, this drink has a complex, distinctive taste of white grape with a nose of grape and peach and delicate floral undertones.  The sweet yet crisp flavour is great paired with chicken, fish or cheese\r\n\r\n<strong>Belvoir Shiraz without the Hangover</strong>\r\n\r\nIf you favour a more full-bodied red, Belvoir’s non-alcoholic blend of single strength Shiraz red grape juice with elderberry and blackcurrant juices, and a hint of black peppercorn and vanilla extracts, really hits the mark.  It has a very ‘grown-up’ taste with a nose of blackcurrant, a touch of vanilla and a semi-sweet fruity flavour with an astringent, slightly mouth drying finish with a hint of spice, typically associated with a Shiraz red wine.  Just like the alcoholic variety this rich dark red alcohol- free version slips down nicely with steak or boeuf bourguignon\r\n\r\nSo, for whatever reason you’re planning to cut back on the booze, or simply because you fancy something a little bit different without the payback; sip and slurp your way to a healthier you with Belvoir’s ‘Without a Hangover’ range.  All three varieties are available from major supermarkets nationwide or via <a href=\"http://www.belvoirfruitfarms.co.uk\">www.belvoirfruitfarms.co.uk</a>.  Belvoir’s Wine Alternative drinks retail for around £2.99 per bottle.\r\n\r\nIt’s Cheers without the fears from Belvoir!\r\n\r\n&nbsp;','Drink Wine Without a Hangover?','','inherit','closed','closed','','289-revision-v1','','','2017-04-25 10:24:02','2017-04-25 10:24:02','',289,'http://www.ontradeprogress.com/2017/04/25/289-revision-v1/',0,'revision','',0),(310,1,'2017-05-09 20:34:41','2017-05-09 20:34:41','<h3 style=\"text-align: center;\">Unbar Seasonings Curry Flavour</h3>\r\nA major improvement to its hugely successful Butchers Pride range of premium quality seasonings and marinades has been unveiled by Unbar Rothon.  Joining Chilli Cor Blimey, Indian Summer, Piri Piri and others is an exciting selection of six new sausage seasonings, plus four more which are certain to add an additional dimension to the stuffings sector.\r\n\r\nAttracting particular attention in a qualitative test market were both Pork &amp; Toffee Apple and Pork Curry with Mango Chutney.  The former enjoys the bitter sweet taste of toffee carefully balanced with cinnamon whilst the latter has warming spices and tangy mango chutney.\r\n\r\nThe other new sausage seasonings are Pork &amp; Apple; Leek &amp; Chilli; Spicy Apple &amp; Black Pudding; Parsnip Honey &amp; Thyme; and Smokey Garlic &amp; Thyme, with the last two being suitable for vegetarians.\r\n\r\nCertain to drive volume sales in the stuffings sector are four new seasonings – Orange &amp; Cranberry, Leek &amp; Black Pepper, Red Pepper &amp; Shallot and a classic Sage &amp; Onion.\r\n<blockquote class=\"modern-quote full\">“These flavours are designed to enable caterers to widen the choice of products available beyond our award-winning, day-to-day classic flavours, all of which we continue to have available,” said Unbar Rothon director, Richard Rothon.</blockquote>','New Curry Flavour Seasoning','','publish','open','open','','new-curry-flavour-seasoning','','','2017-05-09 20:34:41','2017-05-09 20:34:41','',0,'http://www.ontradeprogress.com/?p=310',0,'post','',0),(311,1,'2017-05-09 20:31:10','2017-05-09 20:31:10','','Unbar Curries Flavour','','inherit','closed','closed','','unbar-curries-flavour','','','2017-05-09 20:31:45','2017-05-09 20:31:45','',310,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/Unbar-Curries-Flavour.jpg',0,'attachment','image/jpeg',0),(312,1,'2017-05-09 20:31:17','2017-05-09 20:31:17','','McCain Foodservice','','inherit','closed','closed','','mccain-foodservice','','','2017-05-09 20:31:17','2017-05-09 20:31:17','',310,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/McCain-Foodservice.png',0,'attachment','image/png',0),(313,1,'2017-05-09 20:31:20','2017-05-09 20:31:20','','Gluten free','','inherit','closed','closed','','gluten-free','','','2017-05-09 20:31:20','2017-05-09 20:31:20','',310,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/Gluten-free.jpg',0,'attachment','image/jpeg',0),(314,1,'2017-05-09 20:34:41','2017-05-09 20:34:41','<h3 style=\"text-align: center;\">Unbar Seasonings Curry Flavour</h3>\r\nA major improvement to its hugely successful Butchers Pride range of premium quality seasonings and marinades has been unveiled by Unbar Rothon.  Joining Chilli Cor Blimey, Indian Summer, Piri Piri and others is an exciting selection of six new sausage seasonings, plus four more which are certain to add an additional dimension to the stuffings sector.\r\n\r\nAttracting particular attention in a qualitative test market were both Pork &amp; Toffee Apple and Pork Curry with Mango Chutney.  The former enjoys the bitter sweet taste of toffee carefully balanced with cinnamon whilst the latter has warming spices and tangy mango chutney.\r\n\r\nThe other new sausage seasonings are Pork &amp; Apple; Leek &amp; Chilli; Spicy Apple &amp; Black Pudding; Parsnip Honey &amp; Thyme; and Smokey Garlic &amp; Thyme, with the last two being suitable for vegetarians.\r\n\r\nCertain to drive volume sales in the stuffings sector are four new seasonings – Orange &amp; Cranberry, Leek &amp; Black Pepper, Red Pepper &amp; Shallot and a classic Sage &amp; Onion.\r\n<blockquote class=\"modern-quote full\">“These flavours are designed to enable caterers to widen the choice of products available beyond our award-winning, day-to-day classic flavours, all of which we continue to have available,” said Unbar Rothon director, Richard Rothon.</blockquote>','New Curry Flavour Seasoning','','inherit','closed','closed','','310-revision-v1','','','2017-05-09 20:34:41','2017-05-09 20:34:41','',310,'http://www.ontradeprogress.com/2017/05/09/310-revision-v1/',0,'revision','',0),(315,1,'2017-05-09 20:39:12','2017-05-09 20:39:12','<h3 style=\"text-align: center;\">Snowbird - The Free From Solutions Specialist</h3>\r\nThe North London company has demonstrated its expertise in balancing recipes whilst introducing dominant flavours like leeks, chilli, chorizo, cranberries and even tomato chutney.\r\n\r\nAs part of its strategic, on-going Clean Eating Campaign, Snowbird steers clear of allergens and is waging war against additives like sodium and phosphates.\r\n\r\nAlready, it has successfully supplied the children’s market with sausages that contain just 0.5% of added salt – a unique blend of natural herbs and spices being utilised to deliver the required taste and texture.\r\n\r\nThis campaign to lower both fat and sugar levels without compromising on the taste, texture or quality of products has been recognised by both ready meals manufacturers and caterers, both of whom are battling to supply the estimated 40% plus of people in Britain who have diets that exclude or limit the consumption of selected foods and ingredients – numbers which are rising year over year.\r\n<blockquote class=\"modern-quote full\">“Thanks to its astonishing recipe development skills our product development team is taking the pain out of providing trustworthy, wholesome food for this huge group of people who have special requirements,” said Snowbird joint managing director, Philip Paul.</blockquote>','Free From Sausages','','publish','open','open','','free-from-sausages','','','2017-05-09 20:39:12','2017-05-09 20:39:12','',0,'http://www.ontradeprogress.com/?p=315',0,'post','',0),(316,1,'2017-05-09 20:39:12','2017-05-09 20:39:12','<h3 style=\"text-align: center;\">Snowbird - The Free From Solutions Specialist</h3>\r\nThe North London company has demonstrated its expertise in balancing recipes whilst introducing dominant flavours like leeks, chilli, chorizo, cranberries and even tomato chutney.\r\n\r\nAs part of its strategic, on-going Clean Eating Campaign, Snowbird steers clear of allergens and is waging war against additives like sodium and phosphates.\r\n\r\nAlready, it has successfully supplied the children’s market with sausages that contain just 0.5% of added salt – a unique blend of natural herbs and spices being utilised to deliver the required taste and texture.\r\n\r\nThis campaign to lower both fat and sugar levels without compromising on the taste, texture or quality of products has been recognised by both ready meals manufacturers and caterers, both of whom are battling to supply the estimated 40% plus of people in Britain who have diets that exclude or limit the consumption of selected foods and ingredients – numbers which are rising year over year.\r\n<blockquote class=\"modern-quote full\">“Thanks to its astonishing recipe development skills our product development team is taking the pain out of providing trustworthy, wholesome food for this huge group of people who have special requirements,” said Snowbird joint managing director, Philip Paul.</blockquote>','Free From Sausages','','inherit','closed','closed','','315-revision-v1','','','2017-05-09 20:39:12','2017-05-09 20:39:12','',315,'http://www.ontradeprogress.com/2017/05/09/315-revision-v1/',0,'revision','',0),(317,1,'2017-05-09 20:45:06','2017-05-09 20:45:06','<h3 style=\"text-align: center;\"><strong><u>Greater Protection for our English Pubs</u></strong></h3>\r\n<strong>Chief Executive of CAMRA, Tim Page, talks to On-Trade Progress exclusively providing his expert opinion on the Neighbourhood Planning Bill: </strong>\r\n\r\nBetween Brexit and the snap election, an incredibly important piece of legislation has slipped through the cracks of the news cycle without much fanfare or attention. This piece of legislation will have a huge impact on the pubs industry, and is the answer to years of concerted campaigning from beer drinkers and pub-goers alike.\r\n\r\nThe legislation I’m talking about is the Neighbourhood Planning Bill, or more specifically, the amendment which has removed “Permitted Development Rights” from pubs. This small change will have a huge impact on our pubs industry. It will effectively close the loophole in England which allows property developers to convert or demolish a pub without first seeking planning permission. A loophole that has made pubs a “soft target” for far too many years and has led to 21 pubs closing each and every week.\r\n\r\nWhile it would seem like a no-brainer to give pubs the same level of protection as other community landmarks, it has not been an easy battle. Up until this point, campaigners have had to rely on the arduous task of individually listing pubs as “Assets of Community Value” (ACVs) to protect them for up to five years. Alternatively, campaigners could petition local authorities to utilise complex and obscure Article 4 Directions, which carry the risk of making the Council liable for any financial repercussions.\r\n\r\nDespite these difficulties, over 2,000 pubs were individually listed as ACVs across England since the Government introduced the Localism Act in 2011. A number of Article 4 Directions were implemented across the country, including two London boroughs which placed blanket Article 4 Directions on all of their pubs. CAMRA members alone sent over 7,000 letters to politicians in the first three months of 2017 urging them to support greater protection for pubs. And after years of hard work, we were finally listened to.\r\n\r\nThe new legislation is expected to come into force in July. It will not prevent the development of pubs, but require developers to apply for planning permission to convert or demolish a pub, allowing for members of the local community to express their opinions as part of that process.\r\n\r\nThis is a huge victory for campaigners and pub-goers across the country. Since the announcement, CAMRA has been working with the All Party Parliamentary Pubs Group to ask large pub companies, developers and supermarkets to start using the full planning process for pub conversions between now and July in the spirit of the law soon to be enacted. So far, Punch, Heineken, Marstons, the Co-op and EI have responded positively. We are also continuing to campaign for similar protections in Wales, which doesn’t even have ACVs available for Welsh pubs. Both Scotland and Northern Ireland have more robust planning permission requirements for pub conversion but not demolition, so the fight continues.\r\n\r\nPubs will continue to face a number of threats – from falling footfall, to cheap supermarket prices and high taxes and business rates. But it’s worth taking the time to celebrate the wins when they are achieved, and I think we can all say cheers to retaining more pubs across the country.','CAMRA On-Trade Progress Exclusive on the Neighborhood Planning Bill','','publish','open','open','','camra-on-trade-progress-exclusive-on-the-neighborhood-planning-bill','','','2017-05-17 08:48:57','2017-05-17 08:48:57','',0,'http://www.ontradeprogress.com/?p=317',0,'post','',0),(318,1,'2017-05-09 20:44:14','2017-05-09 20:44:14','','Grilled steak and vegetables','','inherit','closed','closed','','grilled-steak-and-vegetables','','','2017-05-09 20:44:34','2017-05-09 20:44:34','',317,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/Menu-‘Spring-Clean’-essential-to-tackle-food-inflation-warns-Lynx-Purchasing.jpg',0,'attachment','image/jpeg',0),(319,1,'2017-05-09 20:45:06','2017-05-09 20:45:06','<h3 style=\"text-align: center;\">Menu ‘Spring Clean’ essential to tackle food inflation, warns Lynx Purchasing</h3>\r\n<p style=\"text-align: left;\">Foodservice operators will need to rethink many core menu items in order to protect their business from inflation and other rising costs in the months ahead, warns buying specialist Lynx Purchasing.</p>\r\n<p style=\"text-align: left;\">The newly-published Spring 2017 edition of the Lynx Purchasing Market Forecast comes as the eating-out sector gears up for a challenging year. Included for the first time is ‘the Lynxometer’, analysis of a basket of goods routinely bought by hospitality and catering operators which shows a 9% year-on-year increase between March 2016 and March 2017.</p>\r\n<p style=\"text-align: left;\">Alongside the impact of food and drink inflation, issues such as the business rates revaluation and the latest Living Wage increase are all putting pressure on operators’ margins.</p>\r\n<p style=\"text-align: left;\">“We’re urging operators to give their menus a thorough ‘spring clean’ in order to identify dishes where they can build in a defence against the impact of rising costs,” says Rachel Dobson, managing director of Lynx Purchasing”.</p>\r\n<p style=\"text-align: left;\">The Spring 2017 edition of the Lynx Purchasing Market Forecast, including a FREE download, can be found at Lynx Purchasing Market Forecast Spring-2017\r\n\r\n<a href=\"http://www.lynxpurchasing.co.uk/market_report/spring-2017-market-forecast/\">Lynx Purchasing Market Forecast Spring-2017</a></p>','Avoid Inflation With Menu Spring Clean','','inherit','closed','closed','','317-revision-v1','','','2017-05-09 20:45:06','2017-05-09 20:45:06','',317,'http://www.ontradeprogress.com/2017/05/09/317-revision-v1/',0,'revision','',0),(320,1,'2017-05-17 08:48:22','2017-05-17 08:48:22','<h3 style=\"text-align: center;\"><strong><u>Greater Protection for our English Pubs</u></strong></h3>\r\n<strong>Chief Executive of CAMRA, Tim Page, talks to On-Trade Progress exclusively providing his expert opinion on the Neighbourhood Planning Bill: </strong>\r\n\r\nBetween Brexit and the snap election, an incredibly important piece of legislation has slipped through the cracks of the news cycle without much fanfare or attention. This piece of legislation will have a huge impact on the pubs industry, and is the answer to years of concerted campaigning from beer drinkers and pub-goers alike.\r\n\r\nThe legislation I’m talking about is the Neighbourhood Planning Bill, or more specifically, the amendment which has removed “Permitted Development Rights” from pubs. This small change will have a huge impact on our pubs industry. It will effectively close the loophole in England which allows property developers to convert or demolish a pub without first seeking planning permission. A loophole that has made pubs a “soft target” for far too many years and has led to 21 pubs closing each and every week.\r\n\r\nWhile it would seem like a no-brainer to give pubs the same level of protection as other community landmarks, it has not been an easy battle. Up until this point, campaigners have had to rely on the arduous task of individually listing pubs as “Assets of Community Value” (ACVs) to protect them for up to five years. Alternatively, campaigners could petition local authorities to utilise complex and obscure Article 4 Directions, which carry the risk of making the Council liable for any financial repercussions.\r\n\r\nDespite these difficulties, over 2,000 pubs were individually listed as ACVs across England since the Government introduced the Localism Act in 2011. A number of Article 4 Directions were implemented across the country, including two London boroughs which placed blanket Article 4 Directions on all of their pubs. CAMRA members alone sent over 7,000 letters to politicians in the first three months of 2017 urging them to support greater protection for pubs. And after years of hard work, we were finally listened to.\r\n\r\nThe new legislation is expected to come into force in July. It will not prevent the development of pubs, but require developers to apply for planning permission to convert or demolish a pub, allowing for members of the local community to express their opinions as part of that process.\r\n\r\nThis is a huge victory for campaigners and pub-goers across the country. Since the announcement, CAMRA has been working with the All Party Parliamentary Pubs Group to ask large pub companies, developers and supermarkets to start using the full planning process for pub conversions between now and July in the spirit of the law soon to be enacted. So far, Punch, Heineken, Marstons, the Co-op and EI have responded positively. We are also continuing to campaign for similar protections in Wales, which doesn’t even have ACVs available for Welsh pubs. Both Scotland and Northern Ireland have more robust planning permission requirements for pub conversion but not demolition, so the fight continues.\r\n\r\nPubs will continue to face a number of threats – from falling footfall, to cheap supermarket prices and high taxes and business rates. But it’s worth taking the time to celebrate the wins when they are achieved, and I think we can all say cheers to retaining more pubs across the country.','CAMRA On-Trade Progress Exclusive on the Neighborhood Planning Bill','','inherit','closed','closed','','317-autosave-v1','','','2017-05-17 08:48:22','2017-05-17 08:48:22','',317,'http://www.ontradeprogress.com/2017/05/17/317-autosave-v1/',0,'revision','',0),(321,1,'2017-05-17 08:41:01','2017-05-17 08:41:01','','Tim Page','Tim Page','inherit','closed','closed','','page-15-tim-page','','','2017-05-17 08:41:29','2017-05-17 08:41:29','',317,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/page-15-Tim-Page.jpg',0,'attachment','image/jpeg',0),(322,1,'2017-05-17 08:48:57','2017-05-17 08:48:57','<h3 style=\"text-align: center;\"><strong><u>Greater Protection for our English Pubs</u></strong></h3>\r\n<strong>Chief Executive of CAMRA, Tim Page, talks to On-Trade Progress exclusively providing his expert opinion on the Neighbourhood Planning Bill: </strong>\r\n\r\nBetween Brexit and the snap election, an incredibly important piece of legislation has slipped through the cracks of the news cycle without much fanfare or attention. This piece of legislation will have a huge impact on the pubs industry, and is the answer to years of concerted campaigning from beer drinkers and pub-goers alike.\r\n\r\nThe legislation I’m talking about is the Neighbourhood Planning Bill, or more specifically, the amendment which has removed “Permitted Development Rights” from pubs. This small change will have a huge impact on our pubs industry. It will effectively close the loophole in England which allows property developers to convert or demolish a pub without first seeking planning permission. A loophole that has made pubs a “soft target” for far too many years and has led to 21 pubs closing each and every week.\r\n\r\nWhile it would seem like a no-brainer to give pubs the same level of protection as other community landmarks, it has not been an easy battle. Up until this point, campaigners have had to rely on the arduous task of individually listing pubs as “Assets of Community Value” (ACVs) to protect them for up to five years. Alternatively, campaigners could petition local authorities to utilise complex and obscure Article 4 Directions, which carry the risk of making the Council liable for any financial repercussions.\r\n\r\nDespite these difficulties, over 2,000 pubs were individually listed as ACVs across England since the Government introduced the Localism Act in 2011. A number of Article 4 Directions were implemented across the country, including two London boroughs which placed blanket Article 4 Directions on all of their pubs. CAMRA members alone sent over 7,000 letters to politicians in the first three months of 2017 urging them to support greater protection for pubs. And after years of hard work, we were finally listened to.\r\n\r\nThe new legislation is expected to come into force in July. It will not prevent the development of pubs, but require developers to apply for planning permission to convert or demolish a pub, allowing for members of the local community to express their opinions as part of that process.\r\n\r\nThis is a huge victory for campaigners and pub-goers across the country. Since the announcement, CAMRA has been working with the All Party Parliamentary Pubs Group to ask large pub companies, developers and supermarkets to start using the full planning process for pub conversions between now and July in the spirit of the law soon to be enacted. So far, Punch, Heineken, Marstons, the Co-op and EI have responded positively. We are also continuing to campaign for similar protections in Wales, which doesn’t even have ACVs available for Welsh pubs. Both Scotland and Northern Ireland have more robust planning permission requirements for pub conversion but not demolition, so the fight continues.\r\n\r\nPubs will continue to face a number of threats – from falling footfall, to cheap supermarket prices and high taxes and business rates. But it’s worth taking the time to celebrate the wins when they are achieved, and I think we can all say cheers to retaining more pubs across the country.','CAMRA On-Trade Progress Exclusive on the Neighborhood Planning Bill','','inherit','closed','closed','','317-revision-v1','','','2017-05-17 08:48:57','2017-05-17 08:48:57','',317,'http://www.ontradeprogress.com/2017/05/17/317-revision-v1/',0,'revision','',0),(323,1,'2017-05-23 18:20:08','2017-05-23 18:20:08','<h3 style=\"text-align: center;\"><strong>Southern</strong><strong> Breeze</strong></h3>\r\nFor On-Trade Progress’ Cocktail of the Month for May, we bring you, <strong>Southern Breeze</strong>. This fruity cocktail gives you the perfect mixture sweet and sharp, blended together with the smooth whiskey-liqueur Southern Comfort. <strong>Southern Breeze </strong>is an absolute must for your cocktail menu throughout the summer, and it’s refreshing, exotic flavours will really appeal to punters looking to enjoy a few drinks in the sun:\r\n<ul>\r\n 	<li>50ml Southern Comfort</li>\r\n 	<li>100ml Pineapple Juice</li>\r\n 	<li>100ml Cranberry Juice</li>\r\n 	<li>Wedge Lime</li>\r\n</ul>\r\n<ol>\r\n 	<li>Fill mixer to the top with ice</li>\r\n 	<li>Add Southern Comfort</li>\r\n 	<li>Stir in pineapple and cranberry juice</li>\r\n 	<li>Shake mixture together</li>\r\n 	<li>Serve in a Hi-ball glass or mason jar and garnish with wedge of lime</li>\r\n</ol>\r\n--------------------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>About Southern Comfort from Hi-Spirits</strong>\r\n\r\n<strong>Southern Comfort</strong>\r\n\r\nA back-bar essential, Southern Comfort is the taste of whiskey made comfortable, offering a sweet, smooth and delicious gateway into American whiskey. The recipe was created in New Orleans in 1874 by M.W. Heron, a bartender who believed whiskey should be enjoyed, not endured. He took harsh whiskeys of the times and mixed them with his own blend of fruits and spices. Brand owner Sazerac is launching a new global strategy for Southern Comfort later this year, while on-trade support from UK distributor Hi-Spirits includes a regularly updated range of suggested serves, including the Southern Breeze and Southern Mule. There is also a focus on food matching, with Hi-Spirits working with a range of operators to promote the Southern Comfort Lemon &amp; Lime cocktail with fried chicken.  POS including branded mason jars and bar runners are available to promote the brand in pubs and bars. Email Hi-Spirits at <a href=\"mailto:POS@Hi-Spirits.com\">POS@Hi-Spirits.com</a><u>.</u>\r\n\r\n&nbsp;','Cocktail of the Month - Southern Breeze','','publish','open','open','','cocktail-menu-idea-southern-breeze','','','2017-05-23 18:20:08','2017-05-23 18:20:08','',0,'http://www.ontradeprogress.com/?p=323',0,'post','',0),(324,1,'2017-05-23 18:18:29','2017-05-23 18:18:29','','Southern Breeze','Southern Breeze','inherit','closed','closed','','page-18-southern-breeeze','','','2017-05-23 18:18:53','2017-05-23 18:18:53','',323,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-18-southern-breeeze.jpg',0,'attachment','image/jpeg',0),(325,1,'2017-05-23 18:19:05','2017-05-23 18:19:05','<h3 style=\"text-align: center;\"><strong>Southern</strong><strong> Breeze</strong></h3>\r\nFor On-Trade Progress’ Cocktail of the Month for May, we bring you, <strong>Southern Breeze</strong>. This fruity cocktail gives you the perfect mixture sweet and sharp, blended together with the smooth whiskey-liqueur Southern Comfort. <strong>Southern Breeze </strong>is an absolute must for your cocktail menu throughout the summer, and it’s refreshing, exotic flavours will really appeal to punters looking to enjoy a few drinks in the sun:\r\n<ul>\r\n 	<li>50ml Southern Comfort</li>\r\n 	<li>100ml Pineapple Juice</li>\r\n 	<li>100ml Cranberry Juice</li>\r\n 	<li>Wedge Lime</li>\r\n</ul>\r\n<ol>\r\n 	<li>Fill mixer to the top with ice</li>\r\n 	<li>Add Southern Comfort</li>\r\n 	<li>Stir in pineapple and cranberry juice</li>\r\n 	<li>Shake mixture together</li>\r\n 	<li>Serve in a Hi-ball glass or mason jar and garnish with wedge of lime</li>\r\n</ol>\r\n--------------------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>About Southern Comfort from Hi-Spirits</strong>\r\n\r\n<strong>Southern Comfort</strong>\r\n\r\nA back-bar essential, Southern Comfort is the taste of whiskey made comfortable, offering a sweet, smooth and delicious gateway into American whiskey. The recipe was created in New Orleans in 1874 by M.W. Heron, a bartender who believed whiskey should be enjoyed, not endured. He took harsh whiskeys of the times and mixed them with his own blend of fruits and spices. Brand owner Sazerac is launching a new global strategy for Southern Comfort later this year, while on-trade support from UK distributor Hi-Spirits includes a regularly updated range of suggested serves, including the Southern Breeze and Southern Mule. There is also a focus on food matching, with Hi-Spirits working with a range of operators to promote the Southern Comfort Lemon &amp; Lime cocktail with fried chicken.  POS including branded mason jars and bar runners are available to promote the brand in pubs and bars. Email Hi-Spirits at <a href=\"mailto:POS@Hi-Spirits.com\">POS@Hi-Spirits.com</a><u>.</u>\r\n\r\n&nbsp;','Cocktail Menu Idea - Southern Breeze','','inherit','closed','closed','','323-revision-v1','','','2017-05-23 18:19:05','2017-05-23 18:19:05','',323,'http://www.ontradeprogress.com/2017/05/23/323-revision-v1/',0,'revision','',0),(326,1,'2017-05-23 18:20:08','2017-05-23 18:20:08','<h3 style=\"text-align: center;\"><strong>Southern</strong><strong> Breeze</strong></h3>\r\nFor On-Trade Progress’ Cocktail of the Month for May, we bring you, <strong>Southern Breeze</strong>. This fruity cocktail gives you the perfect mixture sweet and sharp, blended together with the smooth whiskey-liqueur Southern Comfort. <strong>Southern Breeze </strong>is an absolute must for your cocktail menu throughout the summer, and it’s refreshing, exotic flavours will really appeal to punters looking to enjoy a few drinks in the sun:\r\n<ul>\r\n 	<li>50ml Southern Comfort</li>\r\n 	<li>100ml Pineapple Juice</li>\r\n 	<li>100ml Cranberry Juice</li>\r\n 	<li>Wedge Lime</li>\r\n</ul>\r\n<ol>\r\n 	<li>Fill mixer to the top with ice</li>\r\n 	<li>Add Southern Comfort</li>\r\n 	<li>Stir in pineapple and cranberry juice</li>\r\n 	<li>Shake mixture together</li>\r\n 	<li>Serve in a Hi-ball glass or mason jar and garnish with wedge of lime</li>\r\n</ol>\r\n--------------------------------------------------------------------------------------------------------------------------\r\n\r\n<strong>About Southern Comfort from Hi-Spirits</strong>\r\n\r\n<strong>Southern Comfort</strong>\r\n\r\nA back-bar essential, Southern Comfort is the taste of whiskey made comfortable, offering a sweet, smooth and delicious gateway into American whiskey. The recipe was created in New Orleans in 1874 by M.W. Heron, a bartender who believed whiskey should be enjoyed, not endured. He took harsh whiskeys of the times and mixed them with his own blend of fruits and spices. Brand owner Sazerac is launching a new global strategy for Southern Comfort later this year, while on-trade support from UK distributor Hi-Spirits includes a regularly updated range of suggested serves, including the Southern Breeze and Southern Mule. There is also a focus on food matching, with Hi-Spirits working with a range of operators to promote the Southern Comfort Lemon &amp; Lime cocktail with fried chicken.  POS including branded mason jars and bar runners are available to promote the brand in pubs and bars. Email Hi-Spirits at <a href=\"mailto:POS@Hi-Spirits.com\">POS@Hi-Spirits.com</a><u>.</u>\r\n\r\n&nbsp;','Cocktail of the Month - Southern Breeze','','inherit','closed','closed','','323-revision-v1','','','2017-05-23 18:20:08','2017-05-23 18:20:08','',323,'http://www.ontradeprogress.com/2017/05/23/323-revision-v1/',0,'revision','',0),(328,1,'2017-05-23 18:31:37','2017-05-23 18:31:37','','Salty Dog Chorizo Flavour Crisps','Salty Dog Chorizo Flavour Crisps','inherit','closed','closed','','page-24-25-salty-dog-chorizo','','','2017-05-23 18:34:26','2017-05-23 18:34:26','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-24-25-Salty-Dog-Chorizo.jpeg',0,'attachment','image/jpeg',0),(329,1,'2017-05-23 18:31:39','2017-05-23 18:31:39','','Brindisa Spanish Foods','Brindisa Smoked Paprika Almonds','inherit','closed','closed','','page-24-25-brindisa','','','2017-05-23 18:32:40','2017-05-23 18:32:40','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-24-25-BRINDISA.jpg',0,'attachment','image/jpeg',0),(330,1,'2017-05-23 18:31:42','2017-05-23 18:31:42','','Ten Acre Cappuccino Flavour Pocorn','Ten Acre Cappuccino Flavour Pocorn','inherit','closed','closed','','page-24-25-popcorn','','','2017-05-23 18:38:30','2017-05-23 18:38:30','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-24-25-Popcorn.jpg',0,'attachment','image/jpeg',0),(331,1,'2017-05-23 18:31:50','2017-05-23 18:31:50','','Snaffling Pig Marvelous Maple Flavour Pork Scratchings','Snaffling Pig Marvelous Maple Flavour Pork Scratchings','inherit','closed','closed','','page-24-25-snaffling','','','2017-05-23 18:37:14','2017-05-23 18:37:14','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/Page-24-25-Snaffling.jpg',0,'attachment','image/jpeg',0),(335,1,'2017-05-23 18:40:50','2017-05-23 18:40:50','','The London Crisp Co. Sweet Chilli Flavour Crisps','The London Crisp Co. Sweet Chilli Flavour Crisps','inherit','closed','closed','','the-london-crisp-co-sweet-chilli-flavour-crisps','','','2017-05-23 18:41:22','2017-05-23 18:41:22','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps.png',0,'attachment','image/png',0),(337,1,'2017-05-23 18:44:08','0000-00-00 00:00:00','<h3 style=\"text-align: center;\"><strong><u>Hit the Snackpot!</u></strong></h3>\r\nOn-Trade Progress’ Chief Editor, Mike Underwood (who has been known to enjoy the odd snack or two in his local) gathered our focus group to review some of the most exciting bagged snacks that your venue should be stocking:\r\n\r\nThe market for snacks within pubs and bars is worth a fortune and there are plenty of unique and interesting products available if you want to offer something other than the traditional, but limited selection that we find far too often hanging up behind a bar. Standing out from your local competitors has to be a big objective for any establishment looking to improve and with some of the quirky and distinctive snacks that we have reviewed for you this time round – it would be hard not to!\r\n<h5 style=\"text-align: left;\"><strong><u>Brindisa Spanish Foods</u></strong></h5>\r\nBrindisa offer a wide range of snacks for the pub-goers looking for a healthier option. We reviewed their Smoked Paprika Almonds – the smoky, Spanish flavourings will work perfectly with the sunny weather we are set to experience over the coming months. Fried, salted, then seasoned with La Chinata paprika these Catalan almonds have a gentle kick of spice and nice crunch that works well with a pint of beer. Here’s what our focus group thought:\r\n\r\n“The smoky taste of the paprika really comes through and works well with the texture of the almonds.”\r\n\r\n“Reminds me of being on holiday in Spain and goes perfectly with my pint of San Miguel!”\r\n\r\n“I had never tried these before today but I will definitely keep an eye out for any pubs stocking them in future.”\r\n\r\n[caption id=\"attachment_329\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-329\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-24-25-BRINDISA-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> Brindisa Smoked Paprika Almonds[/caption]\r\n<h5 style=\"text-align: left;\"><strong><u>Salty Dog Crisps</u></strong></h5>\r\nSalty Dog have some of the most unique and modern crisp flavours available. With the likes of chorizo and jalapeno on their portfolio, Salty Dog seem to take inspiration from some of the UK’s most popular flavours that you wouldn’t usually find in a crisp packet. The no nonsense branding and packaging is a perfect contrast with the sophisticated flavourings and this will really catch the eye of your punters. Here are some comments from our tasting experts who tried the Chorizo flavour:\r\n\r\n“I have been waiting ages for Chorizo flavoured crisps and I finally have some! I will be grabbing a bag of these in any pub that sells them.”\r\n\r\n“The flavouring is perfect. It tastes just like chorizo and is not too overpowering and I love the packaging.”\r\n\r\n“Finally, a crisp that is really crispy! You get a great crunch out of each bite which you don’t get from a lot of the most well-known brands.”\r\n\r\n[caption id=\"attachment_328\" align=\"aligncenter\" width=\"214\"]<img class=\"size-medium wp-image-328\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-24-25-Salty-Dog-Chorizo-214x300.jpeg\" alt=\"\" width=\"214\" height=\"300\" /> Salty Dog Chorizo Flavour Crisps[/caption]\r\n<h5 style=\"text-align: left;\"><strong><u>Snaffling Pig Pork Scratchings</u></strong></h5>\r\nSnaffling Pig is one of the best things to happen to Pork Scratchings. They have a mix of unique flavours that you can’ help but want to taste. Open a bag up and intrigue turns to joy as these are some of the softest and fluffiest pork scratchings I have ever tried but still somehow maintain that all important crunch! Snaffling Pig have put a unique twist on the original pub snack with varying flavours such as salt &amp; vinegar, Habanero and BBQ but we couldn’t resist sampling the “Marvellous Maple” range:\r\n\r\n“Wasn’t keen on the idea of a maple flavoured pork scratching but they are brilliant. I am stubborn, usually deciding I don’t like something before trying it but these have really won me over – I’d definitely eat them again”\r\n\r\n“The sweetness from the maple works so well with the saltiness that comes with a pork scratching.”\r\n\r\n“I LOVE these! Never had flavoured pork scratchings before and I feel like I’ve been missing out. They’re really moreish and go perfectly with a pint!”\r\n\r\n[caption id=\"attachment_331\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-331\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/Page-24-25-Snaffling-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> Snaffling Pig Marvelous Maple Flavour Pork Scratchings[/caption]\r\n<h5 style=\"text-align: left;\"><strong><u>Ten Acre</u></strong></h5>\r\nThere’s not another brand quite like Ten Acre. The packaging alone is enough to catch anyone’s eye but then the range of peculiar flavours that, quite frankly, shouldn’t work, are somehow perfect. Ten Acre’s offering of crisps include Chicken Soup and Sweet &amp; Sour and their popcorn comes in Wasabi and strawberries &amp; cream. Who could resist trying these? Take into account that their product range are free from a big list of different ingredients, such as gluten, and these really do appeal to everyone. We decided that we would run their Cappuccino flavoured popcorn by our expert palettes:\r\n\r\n“When I’m eating a packet of Revels, I always try to avoid the coffee ones and I generally don’t like coffee flavourings. These are really nice though – the coffee flavour isn’t really strong and actually works really well with a snack as light as popcorn”\r\n\r\n“I love Ten Acre’s full range and always get a packet when I have a drink. I haven’t seen anyone else that offers such a diverse range of flavours and these are up there with my favourite of the lot!”\r\n\r\n“Why don’t more pubs serve popcorn? I really enjoyed snacking on these whilst having my drink and love the bold idea of a cappuccino flavour”\r\n\r\n[caption id=\"attachment_330\" align=\"aligncenter\" width=\"202\"]<img class=\"size-medium wp-image-330\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/PAGE-24-25-Popcorn-202x300.jpg\" alt=\"\" width=\"202\" height=\"300\" /> Ten Acre Cappuccino Flavour Pocorn[/caption]\r\n<h5 style=\"text-align: left;\"><strong><u>The London Crisp Co.</u></strong></h5>\r\nThis brand of hand-cooked crisps is constantly gaining popularity within Britain’s boozers. This rapid growth has most likely come from the perfect crunch that their range has which goes so well with a cold pint. The London Crisp Co. produce a range of classic flavours including Prawn Cocktail and Cheese &amp; Onion but we chose their mouth-watering Sweet Chilli to review for you:\r\n\r\n“Sweet Chilli is my favourite flavour of crisp and these are the best I have ever tasted! I love the images on the packaging too.”\r\n\r\n“Most brands that have a Sweet Chilli product don’t make the flavour strong enough but these are perfect. There’s a really nice kick to them and the sweetness comes through really well.”\r\n\r\n“These are so crunchy! The flavour is great but you simply cannot beat a bag of crisps with a real crunch to them.”\r\n\r\n[caption id=\"attachment_335\" align=\"aligncenter\" width=\"246\"]<img class=\"size-medium wp-image-335\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/05/The-London-Crisp.-Co-Sweet-Chilli-Flavour-Crisps-246x300.png\" alt=\"\" width=\"246\" height=\"300\" /> The London Crisp Co. Sweet Chilli Flavour Crisps[/caption]','Taste Test - Bagged Snacks','','draft','open','open','','taste-test-bagged-snacks','','','2017-05-23 18:44:08','0000-00-00 00:00:00','',0,'http://www.ontradeprogress.com/?p=337',0,'post','',0),(340,1,'2017-05-24 08:44:48','2017-05-24 08:44:48','','excel-banner','','inherit','closed','closed','','excel-banner','','','2017-05-24 08:45:47','2017-05-24 08:45:47','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/05/excel-banner.jpg',0,'attachment','image/jpeg',0),(343,1,'2017-06-20 10:44:55','2017-06-20 10:44:55','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - Hackney Woo Woo</u></strong></h3>\r\nJune’s Cocktail of the Month is the Hackney Woo Woo. This sweet, tangy drink would be the ideal addition to your cocktail menu over the summer months and the idea comes from Hi-Spirits, using their smooth Our/London Vodka. The Hackney Woo Woo is bright and colourful and something that your punters will order again and again:\r\n<ul>\r\n 	<li>40ml Our/London Vodka</li>\r\n 	<li>20ml Peach Liqueur</li>\r\n 	<li>100ml Cranberry Juice</li>\r\n 	<li>4 Dashes Herbsaint</li>\r\n</ul>\r\n<ol>\r\n 	<li>Fill mixer with ice.</li>\r\n 	<li>Pour Our/London Vodka and Peach Liquer into mixer.</li>\r\n 	<li>Top with Cranberry Juice and add 4 dashes of Herbsaint.</li>\r\n 	<li>Stir well and serve in a hi-ball glass.</li>\r\n</ol>\r\n<h5><strong>Our/London Vodka by Hi-Spirits</strong></h5>\r\n[caption id=\"attachment_344\" align=\"alignleft\" width=\"132\"]<img class=\" wp-image-344\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-18-vodka-bottle.jpg\" alt=\"\" width=\"132\" height=\"198\" /> Our/London Vodka[/caption]\r\n\r\nMicro-distilled spirit Our/London vodka is distributed in the UK on-trade by Hi-Spirits. Our/London is a wheat-based vodka, with a fresh, pure flavour and a fruity note. Its smooth character means it can be enjoyed on its own, as well as in a wide range of cocktails and mixed drinks. The distillery in Hackney Downs, East London is one of a global network that uses the same recipe internationally, but with local ingredients giving each Our/Vodka a unique character.\r\n\r\n<a href=\"http://www.hi-spirits.com\">http://www.hi-spirits.com</a>','Cocktail of the Month - Hackney Woo Woo','','publish','open','open','','cocktail-of-the-month-hackney-woo-woo','','','2017-06-20 10:45:57','2017-06-20 10:45:57','',0,'http://www.ontradeprogress.com/?p=343',0,'post','',0),(344,1,'2017-06-20 10:36:35','2017-06-20 10:36:35','','Our/London Vodka','Our/London Vodka','inherit','closed','closed','','page-18-vodka-bottle','','','2017-06-20 10:41:27','2017-06-20 10:41:27','',343,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-18-vodka-bottle.jpg',0,'attachment','image/jpeg',0),(345,1,'2017-06-20 10:36:42','2017-06-20 10:36:42','','Berry Cooler Cocktail','Berry cocktail isolated on white background','inherit','closed','closed','','berry-cooler-cocktail','','','2017-06-20 10:36:42','2017-06-20 10:36:42','',343,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-18-hackney-woo-woo.jpg',0,'attachment','image/jpeg',0),(346,1,'2017-06-20 10:37:05','2017-06-20 10:37:05','','Berry Cooler Cocktail','Berry cocktail isolated on white background','inherit','closed','closed','','berry-cooler-cocktail-2','','','2017-06-20 10:37:05','2017-06-20 10:37:05','',343,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-18-hackney-woo-woo-1.jpg',0,'attachment','image/jpeg',0),(347,1,'2017-06-20 10:38:44','2017-06-20 10:38:44','','Hackney Woo Woo','','inherit','closed','closed','','hackney-woo-woo','','','2017-06-20 10:42:40','2017-06-20 10:42:40','',343,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/hackney-woo-woo.gif',0,'attachment','image/gif',0),(348,1,'2017-06-20 10:42:45','2017-06-20 10:42:45','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - Hackney Woo Woo</u></strong></h3>\r\nJune’s Cocktail of the Month is the Hackney Woo Woo. This sweet, tangy drink would be the ideal addition to your cocktail menu over the summer months and the idea comes from Hi-Spirits, using their smooth Our/London Vodka. The Hackney Woo Woo is bright and colourful and something that your punters will order again and again:\r\n<ul>\r\n 	<li>40ml Our/London Vodka</li>\r\n 	<li>20ml Peach Liqueur</li>\r\n 	<li>100ml Cranberry Juice</li>\r\n 	<li>4 Dashes Herbsaint</li>\r\n</ul>\r\n<ol>\r\n 	<li>Fill mixer with ice.</li>\r\n 	<li>Pour Our/London Vodka and Peach Liquer into mixer.</li>\r\n 	<li>Top with Cranberry Juice and add 4 dashes of Herbsaint.</li>\r\n 	<li>Stir well and serve in a hi-ball glass.</li>\r\n</ol>\r\n<h5><strong>Our/London Vodka by Hi-Spirits</strong></h5>\r\n[caption id=\"attachment_344\" align=\"alignleft\" width=\"132\"]<img class=\" wp-image-344\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-18-vodka-bottle.jpg\" alt=\"\" width=\"132\" height=\"198\" /> Our/London Vodka[/caption]\r\n\r\nMicro-distilled spirit Our/London vodka is distributed in the UK on-trade by Hi-Spirits. Our/London is a wheat-based vodka, with a fresh, pure flavour and a fruity note. Its smooth character means it can be enjoyed on its own, as well as in a wide range of cocktails and mixed drinks. The distillery in Hackney Downs, East London is one of a global network that uses the same recipe internationally, but with local ingredients giving each Our/Vodka a unique character.\r\n\r\n<a href=\"http://www.hi-spirits.com\">http://www.hi-spirits.com</a>','Cocktail of the Month - Hackney Woo Woo','','inherit','closed','closed','','343-revision-v1','','','2017-06-20 10:42:45','2017-06-20 10:42:45','',343,'http://www.ontradeprogress.com/2017/06/20/343-revision-v1/',0,'revision','',0),(349,1,'2017-06-20 13:30:59','2017-06-20 13:30:59','<h3 style=\"text-align: center;\"><strong><u>Bring in the ‘Designated Drivers’ with our Review on Soft Drinks</u></strong></h3>\r\nA lot of venues are currently experiencing a huge daytime up-trade in soft drink sales, so it is important that you offer a varied selection. On-Trade Progress’ Chief Editor Mike Underwood brought our focus group together, to review 5 different soft drinks that could help you capitalise on the demand:\r\n\r\nIn all aspects of your business, you should aim to be unique and offer punters something that your competitors aren’t. Standing out from your local competitors has to be a big objective for any establishment looking to improve and you can get a tea, coffee, cola or lemonade anywhere so it is time to expand on your offering of soft drinks. I have reviewed 5 products that could really help you achieve high sales through the summer months:\r\n<h5><strong><u>Teetotal G’N’T from Temperance Spirit</u></strong></h5>\r\n<img class=\"wp-image-352 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg\" alt=\"\" width=\"224\" height=\"158\" />\r\n\r\nThe Temperance Spirit Company have produced an exciting and refreshing drink that is perfect for the summer. G’n’T is made from natural ingredients and a somehow perfect match in taste to a regular gin &amp; tonic, except it’s alcohol free. This would be a great addition to your drinks menu and can be served straight from the bottle or used in mocktails. Here’s what our focus group said:\r\n\r\n“I have tried other non-alcoholic takes on spirits and they don’t taste anything like they are meant to. This tastes just like a gin &amp; tonic – genuinely can’t tell the difference.”\r\n\r\n“I occasionally have to take the dreaded role of designated driver and I would 100% order this over your usual fizzy drink or cup of coffee.”\r\n<h5><strong><u>\r\nHeineken 0.0</u></strong></h5>\r\n<img class=\"alignright wp-image-350\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Heineken.jpg\" alt=\"\" width=\"72\" height=\"268\" />\r\n\r\nHeineken have recently released the 0.0 lager which is totally non-alcoholic. This drink revolutionises non-alcoholic beers and is perfectly balanced by its refreshing fruity notes and soft malty body. Made using natural ingredients and Heineken’s unique A-Yeast, 0.0 is perfect for the customer that is avoiding a beer but still loves the taste. This is what our focus group think:\r\n\r\n“I genuinely can’t taste the difference – I wouldn’t know this was non-alcoholic and it tastes just like a nice, cool lager.”\r\n\r\n“Definitely something I would order on a day I am not ‘drinking’. I have tried a few non-alcoholic beers and not enjoyed them as they don’t quite taste the same. This, however, is spot on.”\r\n<h5><em><strong><u>\r\nRosé</u></strong></em><strong><u> without the hangover from Belvoir Fruit Farms</u></strong></h5>\r\n<img class=\"wp-image-354 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-belvoir-rose.jpg\" alt=\"\" width=\"76\" height=\"277\" />\r\n\r\nBelvoir Fruit Farms produce a range of exciting, fruity drinks that are perfect for a mixer or served just as they come. We tasted their non-alcoholic <em>Rosé </em>from their “Wine Without the Hangover” range. Now it’s summer, you can expect to see a lot of red wine drinkers make the seasonal switch to Rosé, so this is a product I would expect to see these fly off your shelves over the next few months:\r\n\r\n“I love it. It is like a fizzy fruit juice that is more ‘acceptable’ for an adult to drink in a bar!”\r\n\r\n“This is really smooth and fruity – just the sort of thing I’d drink during the day in the summer. I love the colour and it would be right at home in a more elegant, stylish establishment.”\r\n\r\n<strong><u>\r\nA Bit Bubbly – Orange, Passion Fruit &amp; Water from The Feel Good Drinks Co.</u></strong>\r\n\r\n<img class=\"wp-image-353 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-feel-good-drinks.png\" alt=\"\" width=\"89\" height=\"291\" />\r\n\r\nThe Feel Good Drinks Co. have a large selection of exciting fruit drinks, both fizzy and still. Their Fizzy range, “A Bit Bubbly”, includes mouth-watering flavours such as Cranberry &amp; Lime, Apple &amp; Elderflower and Orange &amp; Passion Fruit which we chose for our focus group. Each product is packaged beautifully in a sophisticated glass bottle and offers your punters the perfect non-alcoholic option this summer. Here’s what our experts said:\r\n\r\n“The orange and passion fruit go together so well to create a fruity, tangy flavour. This drink would be perfect for a hot summer’s day and is really refreshing.”\r\n\r\n“I really like the packaging and you can tell just by looking at the bottle that this drink is healthy. I think the use of glass, over plastic, gives the product a more elegant look and makes it more ‘acceptable’ to choose a soft drink over an alcoholic drink in a bar.”\r\n<h5><strong><u>\r\nRhubarb Lemonade from Monin</u></strong></h5>\r\n<img class=\"wp-image-351 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg\" alt=\"\" width=\"105\" height=\"278\" />If your menu features fruity cocktails or soft drinks with unique flavouring, then you absolutely must be stocking Monin’s range of syrups. Monin produce syrups for cocktails, soft drinks, tea and coffee and also have a selection of liquers and smoothies. Our focus group tasted Rhubarb Lemonade which is made using 20ml of Monin’s Cloudy Lemonade Syrup, 30ml of their Rhubarb Syrup and 150ml still water:\r\n\r\n“Brilliantly sharp, sour and fruity. Tastes like actual fruit juice and would be perfect to refresh you on a hot, sunny day.”\r\n\r\n“Rhubarb is a flavour that you rarely see in a drink, so that alone is enough for me to try it. Now I have tried it, I would definitely order it again!”\r\n<h6>Keep a look out for upcoming taste tests in future issues of the On-Trade Progress Magazine.</h6>\r\n&nbsp;','Taste Test - Soft Drinks Review','','publish','open','open','','taste-test-soft-drinks-review','','','2017-06-20 14:45:04','2017-06-20 14:45:04','',0,'http://www.ontradeprogress.com/?p=349',0,'post','',0),(350,1,'2017-06-20 12:48:47','2017-06-20 12:48:47','','Heineken 0.0','Heineken 0.0','inherit','closed','closed','','page-20-heineken','','','2017-06-20 13:22:29','2017-06-20 13:22:29','',349,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Heineken.jpg',0,'attachment','image/jpeg',0),(351,1,'2017-06-20 12:48:54','2017-06-20 12:48:54','','Monin Rhubarb','','inherit','closed','closed','','page-20-le-fruit-de-monin-rhubarb','','','2017-06-20 13:28:30','2017-06-20 13:28:30','',349,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg',0,'attachment','image/jpeg',0),(352,1,'2017-06-20 12:49:00','2017-06-20 12:49:00','','Temperance Spirit','TEETOTAL G\'n\'T','inherit','closed','closed','','page-20-temp-spirit','','','2017-06-20 12:53:30','2017-06-20 12:53:30','',349,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg',0,'attachment','image/jpeg',0),(353,1,'2017-06-20 12:49:11','2017-06-20 12:49:11','','Feel Good Drinks Co','The Feel Good Drinks Co - Orange, Passion Fruit & Water.','inherit','closed','closed','','page-20-feel-good-drinks','','','2017-06-20 12:50:44','2017-06-20 12:50:44','',349,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-feel-good-drinks.png',0,'attachment','image/png',0),(354,1,'2017-06-20 12:49:23','2017-06-20 12:49:23','','Belvoir Fruit Farms Rosé','Belvoir Fruit Farms Rosé','inherit','closed','closed','','page-20-belvoir-rose','','','2017-06-20 13:24:31','2017-06-20 13:24:31','',349,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-belvoir-rose.jpg',0,'attachment','image/jpeg',0),(355,1,'2017-06-20 12:54:12','2017-06-20 12:54:12','<h3 style=\"text-align: center;\"><strong><u>Bring in the ‘Designated Drivers’ with our Review on Soft Drinks</u></strong></h3>\r\nA lot of venues are currently experiencing a huge daytime up-trade in soft drink sales, so it is important that you offer a varied selection. On-Trade Progress’ Chief Editor Mike Underwood brought our focus group together, to review 5 different soft drinks that could help you capitalise on the demand:\r\n\r\nIn all aspects of your business, you should aim to be unique and offer punters something that your competitors aren’t. Standing out from your local competitors has to be a big objective for any establishment looking to improve and you can get a tea, coffee, cola or lemonade anywhere so it is time to expand on your offering of soft drinks. I have reviewed 5 products that could really help you achieve high sales through the summer months:\r\n<h5><strong><u>Teetotal G’N’T from Temperance Spirit</u></strong></h5>\r\n[caption id=\"attachment_352\" align=\"alignright\" width=\"296\"]<img class=\" wp-image-352\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg\" alt=\"\" width=\"296\" height=\"209\" /> TEETOTAL G\'n\'T[/caption]\r\n\r\nThe Temperance Spirit Company have produced an exciting and refreshing drink that is perfect for the summer. G’n’T is made from natural ingredients and a somehow perfect match in taste to a regular gin &amp; tonic, except it’s alcohol free. This would be a great addition to your drinks menu and can be served straight from the bottle or used in mocktails. Here’s what our focus group said:\r\n\r\n“I have tried other non-alcoholic takes on spirits and they don’t taste anything like they are meant to. This tastes just like a gin &amp; tonic – genuinely can’t tell the difference.”\r\n\r\n“I occasionally have to take the dreaded role of designated driver and I would 100% order this over your usual fizzy drink or cup of coffee.”\r\n<h5><strong><u>Heineken 0.0</u></strong></h5>\r\nHeineken have recently released the 0.0 lager which is totally non-alcoholic. This drink revolutionises non-alcoholic beers and is perfectly balanced by its refreshing fruity notes and soft malty body. Made using natural ingredients and Heineken’s unique A-Yeast, 0.0 is perfect for the customer that is avoiding a beer but still loves the taste. This is what our focus group think:\r\n\r\n“I genuinely can’t taste the difference – I wouldn’t know this was non-alcoholic and it tastes just like a nice, cool lager.”\r\n\r\n“Definitely something I would order on a day I am not ‘drinking’. I have tried a few non-alcoholic beers and not enjoyed them as they don’t quite taste the same. This, however, is spot on.”\r\n<h5><em><strong><u>Rosé</u></strong></em><strong><u> without the hangover from Belvoir Fruit Farms</u></strong></h5>\r\nBelvoir Fruit Farms produce a range of exciting, fruity drinks that are perfect for a mixer or served just as they come. We tasted their non-alcoholic <em>Rosé from their “Wine Without the Hangover” range. Now it’s summer, you can expect to see a lot of red wine drinkers make the seasonal switch to Rosé, so this is a product I would expect to see these fly off your shelves over the next few months:</em>\r\n\r\n<em>“I love it. It is like a fizzy fruit juice that is more ‘acceptable’ for an adult to drink in a bar!”</em>\r\n\r\n<em>“This is really smooth and fruity – just the sort of thing I’d drink during the day in the summer. I love the colour and it would be right at home in a more elegant, stylish establishment.”</em>\r\n\r\n<strong><u>A Bit Bubbly – Orange, Passion Fruit &amp; Water from The Feel Good Drinks Co.</u></strong>\r\n\r\nThe Feel Good Drinks Co. have a large selection of exciting fruit drinks, both fizzy and still. Their Fizzy range, “A Bit Bubbly”, includes mouth-watering flavours such as Cranberry &amp; Lime, Apple &amp; Elderflower and Orange &amp; Passion Fruit which we chose for our focus group. Each product is packaged beautifully in a sophisticated glass bottle and offers your punters the perfect non-alcoholic option this summer. Here’s what our experts said:\r\n\r\n“The orange and passion fruit go together so well to create a fruity, tangy flavour. This drink would be perfect for a hot summer’s day and is really refreshing.”\r\n\r\n“I really like the packaging and you can tell just by looking at the bottle that this drink is healthy. I think the use of glass, over plastic, gives the product a more elegant look and makes it more ‘acceptable’ to choose a soft drink over an alcoholic drink in a bar.”\r\n<h5><strong><u>Rhubarb Lemonade from Monin</u></strong></h5>\r\nIf your menu features fruity cocktails or soft drinks with unique flavouring, then you absolutely must be stocking Monin’s range of syrups. Monin produce syrups for cocktails, soft drinks, tea and coffee and also have a selection of liquers and smoothies. Our focus group tasted Rhubarb Lemonade which is made using 20ml of Monin’s Cloudy Lemonade Syrup, 30ml of their Rhubarb Syrup and 150ml still water:\r\n\r\n“Brilliantly sharp, sour and fruity. Tastes like actual fruit juice and would be perfect to refresh you on a hot, sunny day.”\r\n\r\n“Rhubarb is a flavour that you rarely see in a drink, so that alone is enough for me to try it. Now I have tried it, I would definitely order it again!”\r\n\r\n&nbsp;','Taste Test - Soft Drinks Review','','inherit','closed','closed','','349-revision-v1','','','2017-06-20 12:54:12','2017-06-20 12:54:12','',349,'http://www.ontradeprogress.com/2017/06/20/349-revision-v1/',0,'revision','',0),(356,1,'2017-06-20 13:23:22','2017-06-20 13:23:22','<h3 style=\"text-align: center;\"><strong><u>Bring in the ‘Designated Drivers’ with our Review on Soft Drinks</u></strong></h3>\r\nA lot of venues are currently experiencing a huge daytime up-trade in soft drink sales, so it is important that you offer a varied selection. On-Trade Progress’ Chief Editor Mike Underwood brought our focus group together, to review 5 different soft drinks that could help you capitalise on the demand:\r\n\r\nIn all aspects of your business, you should aim to be unique and offer punters something that your competitors aren’t. Standing out from your local competitors has to be a big objective for any establishment looking to improve and you can get a tea, coffee, cola or lemonade anywhere so it is time to expand on your offering of soft drinks. I have reviewed 5 products that could really help you achieve high sales through the summer months:\r\n<h5><strong><u>Teetotal G’N’T from Temperance Spirit</u></strong></h5>\r\n[caption id=\"attachment_352\" align=\"alignright\" width=\"296\"]<img class=\" wp-image-352\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg\" alt=\"\" width=\"296\" height=\"209\" /> TEETOTAL G\'n\'T[/caption]\r\n\r\nThe Temperance Spirit Company have produced an exciting and refreshing drink that is perfect for the summer. G’n’T is made from natural ingredients and a somehow perfect match in taste to a regular gin &amp; tonic, except it’s alcohol free. This would be a great addition to your drinks menu and can be served straight from the bottle or used in mocktails. Here’s what our focus group said:\r\n\r\n“I have tried other non-alcoholic takes on spirits and they don’t taste anything like they are meant to. This tastes just like a gin &amp; tonic – genuinely can’t tell the difference.”\r\n\r\n“I occasionally have to take the dreaded role of designated driver and I would 100% order this over your usual fizzy drink or cup of coffee.”\r\n<h5><strong><u>Heineken 0.0</u></strong></h5>\r\n[caption id=\"attachment_350\" align=\"alignright\" width=\"67\"]<img class=\" wp-image-350\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Heineken.jpg\" alt=\"\" width=\"67\" height=\"250\" /> Heineken 0.0[/caption]\r\n\r\nHeineken have recently released the 0.0 lager which is totally non-alcoholic. This drink revolutionises non-alcoholic beers and is perfectly balanced by its refreshing fruity notes and soft malty body. Made using natural ingredients and Heineken’s unique A-Yeast, 0.0 is perfect for the customer that is avoiding a beer but still loves the taste. This is what our focus group think:\r\n\r\n“I genuinely can’t taste the difference – I wouldn’t know this was non-alcoholic and it tastes just like a nice, cool lager.”\r\n\r\n“Definitely something I would order on a day I am not ‘drinking’. I have tried a few non-alcoholic beers and not enjoyed them as they don’t quite taste the same. This, however, is spot on.”\r\n<h5><em><strong><u>Rosé</u></strong></em><strong><u> without the hangover from Belvoir Fruit Farms</u></strong></h5>\r\nBelvoir Fruit Farms produce a range of exciting, fruity drinks that are perfect for a mixer or served just as they come. We tasted their non-alcoholic <em>Rosé from their “Wine Without the Hangover” range. Now it’s summer, you can expect to see a lot of red wine drinkers make the seasonal switch to Rosé, so this is a product I would expect to see these fly off your shelves over the next few months:</em>\r\n\r\n<em>“I love it. It is like a fizzy fruit juice that is more ‘acceptable’ for an adult to drink in a bar!”</em>\r\n\r\n<em>“This is really smooth and fruity – just the sort of thing I’d drink during the day in the summer. I love the colour and it would be right at home in a more elegant, stylish establishment.”</em>\r\n\r\n<strong><u>A Bit Bubbly – Orange, Passion Fruit &amp; Water from The Feel Good Drinks Co.</u></strong>\r\n\r\nThe Feel Good Drinks Co. have a large selection of exciting fruit drinks, both fizzy and still. Their Fizzy range, “A Bit Bubbly”, includes mouth-watering flavours such as Cranberry &amp; Lime, Apple &amp; Elderflower and Orange &amp; Passion Fruit which we chose for our focus group. Each product is packaged beautifully in a sophisticated glass bottle and offers your punters the perfect non-alcoholic option this summer. Here’s what our experts said:\r\n\r\n“The orange and passion fruit go together so well to create a fruity, tangy flavour. This drink would be perfect for a hot summer’s day and is really refreshing.”\r\n\r\n“I really like the packaging and you can tell just by looking at the bottle that this drink is healthy. I think the use of glass, over plastic, gives the product a more elegant look and makes it more ‘acceptable’ to choose a soft drink over an alcoholic drink in a bar.”\r\n<h5><strong><u>Rhubarb Lemonade from Monin</u></strong></h5>\r\nIf your menu features fruity cocktails or soft drinks with unique flavouring, then you absolutely must be stocking Monin’s range of syrups. Monin produce syrups for cocktails, soft drinks, tea and coffee and also have a selection of liquers and smoothies. Our focus group tasted Rhubarb Lemonade which is made using 20ml of Monin’s Cloudy Lemonade Syrup, 30ml of their Rhubarb Syrup and 150ml still water:\r\n\r\n“Brilliantly sharp, sour and fruity. Tastes like actual fruit juice and would be perfect to refresh you on a hot, sunny day.”\r\n\r\n“Rhubarb is a flavour that you rarely see in a drink, so that alone is enough for me to try it. Now I have tried it, I would definitely order it again!”\r\n\r\n&nbsp;','Taste Test - Soft Drinks Review','','inherit','closed','closed','','349-revision-v1','','','2017-06-20 13:23:22','2017-06-20 13:23:22','',349,'http://www.ontradeprogress.com/2017/06/20/349-revision-v1/',0,'revision','',0),(357,1,'2017-06-20 13:29:38','2017-06-20 13:29:38','<h3 style=\"text-align: center;\"><strong><u>Bring in the ‘Designated Drivers’ with our Review on Soft Drinks</u></strong></h3>\r\nA lot of venues are currently experiencing a huge daytime up-trade in soft drink sales, so it is important that you offer a varied selection. On-Trade Progress’ Chief Editor Mike Underwood brought our focus group together, to review 5 different soft drinks that could help you capitalise on the demand:\r\n\r\nIn all aspects of your business, you should aim to be unique and offer punters something that your competitors aren’t. Standing out from your local competitors has to be a big objective for any establishment looking to improve and you can get a tea, coffee, cola or lemonade anywhere so it is time to expand on your offering of soft drinks. I have reviewed 5 products that could really help you achieve high sales through the summer months:\r\n<h5><strong><u>Teetotal G’N’T from Temperance Spirit</u></strong></h5>\r\n<img class=\"wp-image-352 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg\" alt=\"\" width=\"224\" height=\"158\" />\r\n\r\nThe Temperance Spirit Company have produced an exciting and refreshing drink that is perfect for the summer. G’n’T is made from natural ingredients and a somehow perfect match in taste to a regular gin &amp; tonic, except it’s alcohol free. This would be a great addition to your drinks menu and can be served straight from the bottle or used in mocktails. Here’s what our focus group said:\r\n\r\n“I have tried other non-alcoholic takes on spirits and they don’t taste anything like they are meant to. This tastes just like a gin &amp; tonic – genuinely can’t tell the difference.”\r\n\r\n“I occasionally have to take the dreaded role of designated driver and I would 100% order this over your usual fizzy drink or cup of coffee.”\r\n<h5><strong><u>\r\nHeineken 0.0</u></strong></h5>\r\n<img class=\"alignright wp-image-350\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Heineken.jpg\" alt=\"\" width=\"72\" height=\"268\" />\r\n\r\nHeineken have recently released the 0.0 lager which is totally non-alcoholic. This drink revolutionises non-alcoholic beers and is perfectly balanced by its refreshing fruity notes and soft malty body. Made using natural ingredients and Heineken’s unique A-Yeast, 0.0 is perfect for the customer that is avoiding a beer but still loves the taste. This is what our focus group think:\r\n\r\n“I genuinely can’t taste the difference – I wouldn’t know this was non-alcoholic and it tastes just like a nice, cool lager.”\r\n\r\n“Definitely something I would order on a day I am not ‘drinking’. I have tried a few non-alcoholic beers and not enjoyed them as they don’t quite taste the same. This, however, is spot on.”\r\n<h5><em><strong><u>\r\nRosé</u></strong></em><strong><u> without the hangover from Belvoir Fruit Farms</u></strong></h5>\r\n<img class=\"wp-image-354 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-belvoir-rose.jpg\" alt=\"\" width=\"76\" height=\"277\" />\r\n\r\nBelvoir Fruit Farms produce a range of exciting, fruity drinks that are perfect for a mixer or served just as they come. We tasted their non-alcoholic <em>Rosé from their “Wine Without the Hangover” range. Now it’s summer, you can expect to see a lot of red wine drinkers make the seasonal switch to Rosé, so this is a product I would expect to see these fly off your shelves over the next few months:</em>\r\n\r\n<em>“I love it. It is like a fizzy fruit juice that is more ‘acceptable’ for an adult to drink in a bar!”</em>\r\n\r\n<em>“This is really smooth and fruity – just the sort of thing I’d drink during the day in the summer. I love the colour and it would be right at home in a more elegant, stylish establishment.”</em>\r\n\r\n<strong><u>\r\nA Bit Bubbly – Orange, Passion Fruit &amp; Water from The Feel Good Drinks Co.</u></strong>\r\n\r\n<img class=\"wp-image-353 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-feel-good-drinks.png\" alt=\"\" width=\"89\" height=\"291\" />\r\n\r\nThe Feel Good Drinks Co. have a large selection of exciting fruit drinks, both fizzy and still. Their Fizzy range, “A Bit Bubbly”, includes mouth-watering flavours such as Cranberry &amp; Lime, Apple &amp; Elderflower and Orange &amp; Passion Fruit which we chose for our focus group. Each product is packaged beautifully in a sophisticated glass bottle and offers your punters the perfect non-alcoholic option this summer. Here’s what our experts said:\r\n\r\n“The orange and passion fruit go together so well to create a fruity, tangy flavour. This drink would be perfect for a hot summer’s day and is really refreshing.”\r\n\r\n“I really like the packaging and you can tell just by looking at the bottle that this drink is healthy. I think the use of glass, over plastic, gives the product a more elegant look and makes it more ‘acceptable’ to choose a soft drink over an alcoholic drink in a bar.”\r\n<h5><strong><u>\r\nRhubarb Lemonade from Monin</u></strong></h5>\r\n<img class=\"wp-image-351 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg\" alt=\"\" width=\"105\" height=\"278\" />If your menu features fruity cocktails or soft drinks with unique flavouring, then you absolutely must be stocking Monin’s range of syrups. Monin produce syrups for cocktails, soft drinks, tea and coffee and also have a selection of liquers and smoothies. Our focus group tasted Rhubarb Lemonade which is made using 20ml of Monin’s Cloudy Lemonade Syrup, 30ml of their Rhubarb Syrup and 150ml still water:\r\n\r\n“Brilliantly sharp, sour and fruity. Tastes like actual fruit juice and would be perfect to refresh you on a hot, sunny day.”\r\n\r\n“Rhubarb is a flavour that you rarely see in a drink, so that alone is enough for me to try it. Now I have tried it, I would definitely order it again!”\r\n\r\n&nbsp;\r\n<h6>Keep a look out for upcoming taste tests in future issues of the On-Trade Progress Magazine.</h6>\r\n&nbsp;','Taste Test - Soft Drinks Review','','inherit','closed','closed','','349-revision-v1','','','2017-06-20 13:29:38','2017-06-20 13:29:38','',349,'http://www.ontradeprogress.com/2017/06/20/349-revision-v1/',0,'revision','',0),(358,1,'2017-06-20 13:30:59','2017-06-20 13:30:59','<h3 style=\"text-align: center;\"><strong><u>Bring in the ‘Designated Drivers’ with our Review on Soft Drinks</u></strong></h3>\r\nA lot of venues are currently experiencing a huge daytime up-trade in soft drink sales, so it is important that you offer a varied selection. On-Trade Progress’ Chief Editor Mike Underwood brought our focus group together, to review 5 different soft drinks that could help you capitalise on the demand:\r\n\r\nIn all aspects of your business, you should aim to be unique and offer punters something that your competitors aren’t. Standing out from your local competitors has to be a big objective for any establishment looking to improve and you can get a tea, coffee, cola or lemonade anywhere so it is time to expand on your offering of soft drinks. I have reviewed 5 products that could really help you achieve high sales through the summer months:\r\n<h5><strong><u>Teetotal G’N’T from Temperance Spirit</u></strong></h5>\r\n<img class=\"wp-image-352 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg\" alt=\"\" width=\"224\" height=\"158\" />\r\n\r\nThe Temperance Spirit Company have produced an exciting and refreshing drink that is perfect for the summer. G’n’T is made from natural ingredients and a somehow perfect match in taste to a regular gin &amp; tonic, except it’s alcohol free. This would be a great addition to your drinks menu and can be served straight from the bottle or used in mocktails. Here’s what our focus group said:\r\n\r\n“I have tried other non-alcoholic takes on spirits and they don’t taste anything like they are meant to. This tastes just like a gin &amp; tonic – genuinely can’t tell the difference.”\r\n\r\n“I occasionally have to take the dreaded role of designated driver and I would 100% order this over your usual fizzy drink or cup of coffee.”\r\n<h5><strong><u>\r\nHeineken 0.0</u></strong></h5>\r\n<img class=\"alignright wp-image-350\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Heineken.jpg\" alt=\"\" width=\"72\" height=\"268\" />\r\n\r\nHeineken have recently released the 0.0 lager which is totally non-alcoholic. This drink revolutionises non-alcoholic beers and is perfectly balanced by its refreshing fruity notes and soft malty body. Made using natural ingredients and Heineken’s unique A-Yeast, 0.0 is perfect for the customer that is avoiding a beer but still loves the taste. This is what our focus group think:\r\n\r\n“I genuinely can’t taste the difference – I wouldn’t know this was non-alcoholic and it tastes just like a nice, cool lager.”\r\n\r\n“Definitely something I would order on a day I am not ‘drinking’. I have tried a few non-alcoholic beers and not enjoyed them as they don’t quite taste the same. This, however, is spot on.”\r\n<h5><em><strong><u>\r\nRosé</u></strong></em><strong><u> without the hangover from Belvoir Fruit Farms</u></strong></h5>\r\n<img class=\"wp-image-354 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-belvoir-rose.jpg\" alt=\"\" width=\"76\" height=\"277\" />\r\n\r\nBelvoir Fruit Farms produce a range of exciting, fruity drinks that are perfect for a mixer or served just as they come. We tasted their non-alcoholic <em>Rosé from their “Wine Without the Hangover” range. Now it’s summer, you can expect to see a lot of red wine drinkers make the seasonal switch to Rosé, so this is a product I would expect to see these fly off your shelves over the next few months:</em>\r\n\r\n<em>“I love it. It is like a fizzy fruit juice that is more ‘acceptable’ for an adult to drink in a bar!”</em>\r\n\r\n<em>“This is really smooth and fruity – just the sort of thing I’d drink during the day in the summer. I love the colour and it would be right at home in a more elegant, stylish establishment.”</em>\r\n\r\n<strong><u>\r\nA Bit Bubbly – Orange, Passion Fruit &amp; Water from The Feel Good Drinks Co.</u></strong>\r\n\r\n<img class=\"wp-image-353 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-feel-good-drinks.png\" alt=\"\" width=\"89\" height=\"291\" />\r\n\r\nThe Feel Good Drinks Co. have a large selection of exciting fruit drinks, both fizzy and still. Their Fizzy range, “A Bit Bubbly”, includes mouth-watering flavours such as Cranberry &amp; Lime, Apple &amp; Elderflower and Orange &amp; Passion Fruit which we chose for our focus group. Each product is packaged beautifully in a sophisticated glass bottle and offers your punters the perfect non-alcoholic option this summer. Here’s what our experts said:\r\n\r\n“The orange and passion fruit go together so well to create a fruity, tangy flavour. This drink would be perfect for a hot summer’s day and is really refreshing.”\r\n\r\n“I really like the packaging and you can tell just by looking at the bottle that this drink is healthy. I think the use of glass, over plastic, gives the product a more elegant look and makes it more ‘acceptable’ to choose a soft drink over an alcoholic drink in a bar.”\r\n<h5><strong><u>\r\nRhubarb Lemonade from Monin</u></strong></h5>\r\n<img class=\"wp-image-351 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg\" alt=\"\" width=\"105\" height=\"278\" />If your menu features fruity cocktails or soft drinks with unique flavouring, then you absolutely must be stocking Monin’s range of syrups. Monin produce syrups for cocktails, soft drinks, tea and coffee and also have a selection of liquers and smoothies. Our focus group tasted Rhubarb Lemonade which is made using 20ml of Monin’s Cloudy Lemonade Syrup, 30ml of their Rhubarb Syrup and 150ml still water:\r\n\r\n“Brilliantly sharp, sour and fruity. Tastes like actual fruit juice and would be perfect to refresh you on a hot, sunny day.”\r\n\r\n“Rhubarb is a flavour that you rarely see in a drink, so that alone is enough for me to try it. Now I have tried it, I would definitely order it again!”\r\n<h6>Keep a look out for upcoming taste tests in future issues of the On-Trade Progress Magazine.</h6>\r\n&nbsp;','Taste Test - Soft Drinks Review','','inherit','closed','closed','','349-revision-v1','','','2017-06-20 13:30:59','2017-06-20 13:30:59','',349,'http://www.ontradeprogress.com/2017/06/20/349-revision-v1/',0,'revision','',0),(359,1,'2017-06-20 14:45:04','2017-06-20 14:45:04','<h3 style=\"text-align: center;\"><strong><u>Bring in the ‘Designated Drivers’ with our Review on Soft Drinks</u></strong></h3>\r\nA lot of venues are currently experiencing a huge daytime up-trade in soft drink sales, so it is important that you offer a varied selection. On-Trade Progress’ Chief Editor Mike Underwood brought our focus group together, to review 5 different soft drinks that could help you capitalise on the demand:\r\n\r\nIn all aspects of your business, you should aim to be unique and offer punters something that your competitors aren’t. Standing out from your local competitors has to be a big objective for any establishment looking to improve and you can get a tea, coffee, cola or lemonade anywhere so it is time to expand on your offering of soft drinks. I have reviewed 5 products that could really help you achieve high sales through the summer months:\r\n<h5><strong><u>Teetotal G’N’T from Temperance Spirit</u></strong></h5>\r\n<img class=\"wp-image-352 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Temp-Spirit.jpg\" alt=\"\" width=\"224\" height=\"158\" />\r\n\r\nThe Temperance Spirit Company have produced an exciting and refreshing drink that is perfect for the summer. G’n’T is made from natural ingredients and a somehow perfect match in taste to a regular gin &amp; tonic, except it’s alcohol free. This would be a great addition to your drinks menu and can be served straight from the bottle or used in mocktails. Here’s what our focus group said:\r\n\r\n“I have tried other non-alcoholic takes on spirits and they don’t taste anything like they are meant to. This tastes just like a gin &amp; tonic – genuinely can’t tell the difference.”\r\n\r\n“I occasionally have to take the dreaded role of designated driver and I would 100% order this over your usual fizzy drink or cup of coffee.”\r\n<h5><strong><u>\r\nHeineken 0.0</u></strong></h5>\r\n<img class=\"alignright wp-image-350\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Heineken.jpg\" alt=\"\" width=\"72\" height=\"268\" />\r\n\r\nHeineken have recently released the 0.0 lager which is totally non-alcoholic. This drink revolutionises non-alcoholic beers and is perfectly balanced by its refreshing fruity notes and soft malty body. Made using natural ingredients and Heineken’s unique A-Yeast, 0.0 is perfect for the customer that is avoiding a beer but still loves the taste. This is what our focus group think:\r\n\r\n“I genuinely can’t taste the difference – I wouldn’t know this was non-alcoholic and it tastes just like a nice, cool lager.”\r\n\r\n“Definitely something I would order on a day I am not ‘drinking’. I have tried a few non-alcoholic beers and not enjoyed them as they don’t quite taste the same. This, however, is spot on.”\r\n<h5><em><strong><u>\r\nRosé</u></strong></em><strong><u> without the hangover from Belvoir Fruit Farms</u></strong></h5>\r\n<img class=\"wp-image-354 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-belvoir-rose.jpg\" alt=\"\" width=\"76\" height=\"277\" />\r\n\r\nBelvoir Fruit Farms produce a range of exciting, fruity drinks that are perfect for a mixer or served just as they come. We tasted their non-alcoholic <em>Rosé </em>from their “Wine Without the Hangover” range. Now it’s summer, you can expect to see a lot of red wine drinkers make the seasonal switch to Rosé, so this is a product I would expect to see these fly off your shelves over the next few months:\r\n\r\n“I love it. It is like a fizzy fruit juice that is more ‘acceptable’ for an adult to drink in a bar!”\r\n\r\n“This is really smooth and fruity – just the sort of thing I’d drink during the day in the summer. I love the colour and it would be right at home in a more elegant, stylish establishment.”\r\n\r\n<strong><u>\r\nA Bit Bubbly – Orange, Passion Fruit &amp; Water from The Feel Good Drinks Co.</u></strong>\r\n\r\n<img class=\"wp-image-353 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/page-20-feel-good-drinks.png\" alt=\"\" width=\"89\" height=\"291\" />\r\n\r\nThe Feel Good Drinks Co. have a large selection of exciting fruit drinks, both fizzy and still. Their Fizzy range, “A Bit Bubbly”, includes mouth-watering flavours such as Cranberry &amp; Lime, Apple &amp; Elderflower and Orange &amp; Passion Fruit which we chose for our focus group. Each product is packaged beautifully in a sophisticated glass bottle and offers your punters the perfect non-alcoholic option this summer. Here’s what our experts said:\r\n\r\n“The orange and passion fruit go together so well to create a fruity, tangy flavour. This drink would be perfect for a hot summer’s day and is really refreshing.”\r\n\r\n“I really like the packaging and you can tell just by looking at the bottle that this drink is healthy. I think the use of glass, over plastic, gives the product a more elegant look and makes it more ‘acceptable’ to choose a soft drink over an alcoholic drink in a bar.”\r\n<h5><strong><u>\r\nRhubarb Lemonade from Monin</u></strong></h5>\r\n<img class=\"wp-image-351 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Page-20-Le-Fruit-de-MONIN-Rhubarb.jpg\" alt=\"\" width=\"105\" height=\"278\" />If your menu features fruity cocktails or soft drinks with unique flavouring, then you absolutely must be stocking Monin’s range of syrups. Monin produce syrups for cocktails, soft drinks, tea and coffee and also have a selection of liquers and smoothies. Our focus group tasted Rhubarb Lemonade which is made using 20ml of Monin’s Cloudy Lemonade Syrup, 30ml of their Rhubarb Syrup and 150ml still water:\r\n\r\n“Brilliantly sharp, sour and fruity. Tastes like actual fruit juice and would be perfect to refresh you on a hot, sunny day.”\r\n\r\n“Rhubarb is a flavour that you rarely see in a drink, so that alone is enough for me to try it. Now I have tried it, I would definitely order it again!”\r\n<h6>Keep a look out for upcoming taste tests in future issues of the On-Trade Progress Magazine.</h6>\r\n&nbsp;','Taste Test - Soft Drinks Review','','inherit','closed','closed','','349-revision-v1','','','2017-06-20 14:45:04','2017-06-20 14:45:04','',349,'http://www.ontradeprogress.com/2017/06/20/349-revision-v1/',0,'revision','',0),(360,1,'2017-06-21 09:13:01','2017-06-21 09:13:01','<h3 style=\"text-align: center;\"><strong>Mango Tree</strong></h3>\r\n<p style=\"text-align: left;\">On-Trade Progress’ ‘Venue of the Month’ for June is the innovative, award-winning, Mango Tree. This restaurant brings a contemporary approach to Thai cuisine to the beautiful, affluent area of Belgravia, which is renowned for being one of the wealthiest areas in the world. The ideal location for the Mango Tree in our eyes. On-Trade Progress’ Assistant Editor Jon Hardy spoke to the Mango Tree for about the inception of the idea, Mango Tree in the present day, in addition to what the future holds for an exclusive venue such as this.</p>\r\n<strong>Tell us about your venue.\r\n</strong>Mango Tree, the award-winning Thai Restaurant in the heart of Belgravia, a short walk from Buckingham Palace, serves a contemporary approach to authentic Thai cuisine. Having come across the water from Bangkok, Mango Tree is a true taste of Thailand in London offering innovative but classic Thai cuisine.\r\n\r\nThe restaurant, which opened over 15 years ago, has been enjoying tremendous success ever since, gaining both critical acclaim and a host of celebrity fans.\r\n\r\nHaving appeared on BBC1’s Masterchef and C4 Sunday Brunch, and been named in Favourite Table’s best Thai restaurants in the UK, Mango Tree’s expertise in the Thai cuisine category has been widely acknowledged. Mango Tree is also located in the iconic Harrods’ Food Halls and, due to its success, has been awarded Best Performing Restaurant Concession in 2012.\r\n\r\n<strong>Who are your target audience?\r\n</strong>Residents, locals, corporate and tourists.\r\n\r\n<strong>Where did the idea for your venue come from?\r\n</strong>Mango Tree originated in Bangkok and we wanted to recreate authentic Thai food in London. Mango tree has its own culture which applies to all branches of Mango Tree around the world. We used the same concept for this venue so it sits within the brand.\r\n\r\n<strong>What was your idea for the aesthetics and design?\r\n</strong>We wanted it to be welcoming and modern with Thai touches, a sanctuary away from the hustle and bustle of the London streets.\r\n\r\n<strong>What struggles did you face when setting the venue up?\r\n</strong>The position of the tables in the bar. Our bar requires a seating plan as we need to differentiate people who just want drinks from dinners.\r\n\r\n<strong>What makes you different to your competitors?\r\n</strong>Our drinks are exotic, tasty, colourful and unique. We serve Thai fusion cocktails and all our products are freshly made every day with Thai ingredients.\r\n\r\nAlso all our food is no MSG and Halal.<strong> </strong>\r\n\r\n<strong>How important do you think it is to your business to offer something unique?\r\n</strong>Very important as it will attract new customers and maintain our current customers to return. Our delicious drinks help to complement our food and impeccable service that will help the customers remember Mango Tree.\r\n\r\n<strong>Tell us about the different events you do and the effect these have on your business?\r\n</strong>Every year we celebrate Thai New Year with a special feasting menu which our clients love, we end this celebration with a party where we get Thai performers in. We have also had a Bollywood party, occasionally do charity events and hold a ladyboy night, which brings a diverse group of people, some of who might not otherwise come so it is a good way of promoting Mango Tree.\r\n\r\n<strong>What variety of drinks do you offer?\r\n<img class=\"wp-image-364 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/DSCF3877.jpg\" alt=\"\" width=\"164\" height=\"109\" /></strong>We offer a huge variety of cocktails including, Thai cocktails, classic cocktails, Champagne cocktails, fine wines and Premium spirits. For non-alcoholic options we have freshly made fruit juices, a big range of non-alcoholic cocktail and soft drinks.\r\n\r\n<strong>What food do you offer?</strong><strong>\r\n<img class=\"wp-image-366 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Panang-curry-chicken-02.jpg\" alt=\"\" width=\"164\" height=\"109\" /></strong>We serve authentic, freshly made Thai cuisine. Using traditional Thai ingredients, herbs and spices Mango Tree serves dishes from each of the four main culinary regions of Thailand: the north is represented by rich and warm dishes, the east by spice, the central region has mild dishes influenced by Chinese cooking and hot and spicy food from the south. We also offer appetisers for guests having a drink at the bar to nibble on.\r\n\r\n<strong>What are your day to day struggles at the moment?</strong>\r\nOur space within the bar on weekends, it is quite limited so therefore gets full quite quickly.\r\n\r\n<strong>What are your future plans?</strong>\r\nEvery Friday and Saturday, we are planning to have a DJ or live band in the bar. This will create a different ambience and should attract more customers to come just for drinks and use the full potential of the space we have.\r\n\r\n<em>If you’d like to visit the restaurant or want to get in touch you can do so via the information below.</em>\r\n\r\nMango Tree\r\n46 Grosvenor Place,  London, SW1X 7EQ\r\n\r\nW: <a href=\"http://www.mangotree.org.uk\">www.mangotree.org.uk</a>\r\nE: <a href=\"mailto:info@mangotree.org.uk\">info@mangotree.org.uk</a>\r\nT: 0207 823 1888','Venue of the Month - June','','publish','open','open','','venue-of-the-month-june','','','2017-06-21 09:13:01','2017-06-21 09:13:01','',0,'http://www.ontradeprogress.com/?p=360',0,'post','',0),(361,1,'2017-06-21 09:00:55','2017-06-21 09:00:55','<h3 style=\"text-align: center;\"><strong>Mango Tree</strong></h3>\r\n<p style=\"text-align: left;\">On-Trade Progress’ ‘Venue of the Month’ for June is the innovative, award-winning, Mango Tree. This restaurant brings a contemporary approach to Thai cuisine to the beautiful, affluent area of Belgravia, which is renowned for being one of the wealthiest areas in the world. The ideal location for the Mango Tree in our eyes. On-Trade Progress’ Assistant Editor Jon Hardy spoke to the Mango Tree for about the inception of the idea, Mango Tree in the present day, in addition to what the future holds for an exclusive venue such as this.</p>\r\n\r\n<h5><strong>Tell us about your venue.</strong></h5>\r\nMango Tree, the award-winning Thai Restaurant in the heart of Belgravia, a short walk from Buckingham Palace, serves a contemporary approach to authentic Thai cuisine. Having come across the water from Bangkok, Mango Tree is a true taste of Thailand in London offering innovative but classic Thai cuisine.\r\n\r\nThe restaurant, which opened over 15 years ago, has been enjoying tremendous success ever since, gaining both critical acclaim and a host of celebrity fans.\r\n\r\nHaving appeared on BBC1’s Masterchef and C4 Sunday Brunch, and been named in Favourite Table’s best Thai restaurants in the UK, Mango Tree’s expertise in the Thai cuisine category has been widely acknowledged. Mango Tree is also located in the iconic Harrods’ Food Halls and, due to its success, has been awarded Best Performing Restaurant Concession in 2012.\r\n<h5><strong>Who are your target audience?</strong></h5>\r\nResidents, locals, corporate and tourists\r\n<h5><strong>Where did the idea for your venue come from?\r\n</strong><strong>\r\n</strong>Mango Tree originated in Bangkok and we wanted to recreate authentic Thai food in London. Mango tree has its own culture which applies to all branches of Mango Tree around the world. We used the same concept for this venue so it sits within the brand.\r\n\r\n<strong>What was your idea for the aesthetics and design?\r\n\r\n</strong>We wanted it to be welcoming and modern with Thai touches, a sanctuary away from the hustle and bustle of the London streets.\r\n\r\n<strong>What struggles did you face when setting the venue up?\r\n</strong>The position of the tables in the bar. Our bar requires a seating plan as we need to differentiate people who just want drinks from dinners.</h5>\r\n<strong>What makes you different to your competitors?\r\n</strong>Our drinks are exotic, tasty, colourful and unique. We serve Thai fusion cocktails and all our products are freshly made every day with Thai ingredients.\r\n\r\nAlso all our food is no MSG and Halal.\r\n\r\n<strong> </strong>\r\n\r\n<strong>How important do you think it is to your business to offer something unique?\r\n</strong>Very important as it will attract new customers and maintain our current customers to return. Our delicious drinks help to complement our food and impeccable service that will help the customers remember Mango Tree.\r\n<strong>Tell us about the different events you do and the effect these have on your business?\r\n</strong>Every year we celebrate Thai New Year with a special feasting menu which our clients love, we end this celebration with a party where we get Thai performers in. We have also had a Bollywood party, occasionally do charity events and hold a ladyboy night, which brings a diverse group of people, some of who might not otherwise come so it is a good way of promoting Mango Tree.\r\n<strong>What variety of drinks do you offer?\r\n</strong>We offer a huge variety of cocktails including, Thai cocktails, classic cocktails, Champagne cocktails, fine wines and Premium spirits. For non-alcoholic options we have freshly made fruit juices, a big range of non-alcoholic cocktail and soft drinks.\r\n\r\n<strong>What food do you offer?</strong><strong>\r\n</strong>We serve authentic, freshly made Thai cuisine. Using traditional Thai ingredients, herbs and spices Mango Tree serves dishes from each of the four main culinary regions of Thailand: the north is represented by rich and warm dishes, the east by spice, the central region has mild dishes influenced by Chinese cooking and hot and spicy food from the south. We also offer appetizers for guests having a drink at the bar to nibble on.\r\n\r\n<strong>What are your day to day struggles at the moment?</strong>\r\nOur space within the bar on weekends, it is quite limited so therefore gets full quite quickly.\r\n\r\n<strong>What are your future plans?</strong>\r\nEvery Friday and Saturday, we are planning to have a DJ or live band in the bar. This will create a different ambiance and should attract more customers to come just for drinks and use the full potential of the space we have.\r\n\r\n-------------------------------------------------------------------------------------------------------------------\r\n\r\nIf you’d like to visit the restaurant or wanted to get in touch you can do so via the information below.\r\n\r\nMango Tree\r\n46 Grosvenor Place,  London, SW1X 7EQ\r\n\r\nW: <a href=\"http://www.mangotree.org.uk\">www.mangotree.org.uk</a>\r\nE: <a href=\"mailto:info@mangotree.org.uk\">info@mangotree.org.uk</a>\r\nT: 0207 823 1888\r\n\r\nSocial Media\r\nI: @mangotreerestaurant\r\nT: @MangoTreeLondon\r\n\r\nOpening Hours\r\nMon – Wed: 12-3pm, 6-11pm\r\nThurs – Sat: 12-3pm, 6-11.30pm\r\nSun: 12-10.30pm','Venue of the Month - June','','inherit','closed','closed','','360-revision-v1','','','2017-06-21 09:00:55','2017-06-21 09:00:55','',360,'http://www.ontradeprogress.com/2017/06/21/360-revision-v1/',0,'revision','',0),(362,1,'2017-06-21 09:04:53','2017-06-21 09:04:53','<h3 style=\"text-align: center;\"><strong>Mango Tree</strong></h3>\r\n<p style=\"text-align: left;\">On-Trade Progress’ ‘Venue of the Month’ for June is the innovative, award-winning, Mango Tree. This restaurant brings a contemporary approach to Thai cuisine to the beautiful, affluent area of Belgravia, which is renowned for being one of the wealthiest areas in the world. The ideal location for the Mango Tree in our eyes. On-Trade Progress’ Assistant Editor Jon Hardy spoke to the Mango Tree for about the inception of the idea, Mango Tree in the present day, in addition to what the future holds for an exclusive venue such as this.</p>\r\n<strong>Tell us about your venue.\r\n</strong>Mango Tree, the award-winning Thai Restaurant in the heart of Belgravia, a short walk from Buckingham Palace, serves a contemporary approach to authentic Thai cuisine. Having come across the water from Bangkok, Mango Tree is a true taste of Thailand in London offering innovative but classic Thai cuisine.\r\n\r\nThe restaurant, which opened over 15 years ago, has been enjoying tremendous success ever since, gaining both critical acclaim and a host of celebrity fans.\r\n\r\nHaving appeared on BBC1’s Masterchef and C4 Sunday Brunch, and been named in Favourite Table’s best Thai restaurants in the UK, Mango Tree’s expertise in the Thai cuisine category has been widely acknowledged. Mango Tree is also located in the iconic Harrods’ Food Halls and, due to its success, has been awarded Best Performing Restaurant Concession in 2012.\r\n\r\n<strong>Who are your target audience?\r\n</strong>Residents, locals, corporate and tourists.\r\n\r\n<strong>Where did the idea for your venue come from?\r\n</strong>Mango Tree originated in Bangkok and we wanted to recreate authentic Thai food in London. Mango tree has its own culture which applies to all branches of Mango Tree around the world. We used the same concept for this venue so it sits within the brand.\r\n\r\n<strong>What was your idea for the aesthetics and design?\r\n</strong>We wanted it to be welcoming and modern with Thai touches, a sanctuary away from the hustle and bustle of the London streets.\r\n\r\n<strong>What struggles did you face when setting the venue up?\r\n</strong>The position of the tables in the bar. Our bar requires a seating plan as we need to differentiate people who just want drinks from dinners.\r\n\r\n<strong>What makes you different to your competitors?\r\n</strong>Our drinks are exotic, tasty, colourful and unique. We serve Thai fusion cocktails and all our products are freshly made every day with Thai ingredients.\r\n\r\nAlso all our food is no MSG and Halal.<strong> </strong>\r\n\r\n<strong>How important do you think it is to your business to offer something unique?\r\n</strong>Very important as it will attract new customers and maintain our current customers to return. Our delicious drinks help to complement our food and impeccable service that will help the customers remember Mango Tree.\r\n\r\n<strong>Tell us about the different events you do and the effect these have on your business?\r\n</strong>Every year we celebrate Thai New Year with a special feasting menu which our clients love, we end this celebration with a party where we get Thai performers in. We have also had a Bollywood party, occasionally do charity events and hold a ladyboy night, which brings a diverse group of people, some of who might not otherwise come so it is a good way of promoting Mango Tree.\r\n\r\n<strong>What variety of drinks do you offer?\r\n</strong>We offer a huge variety of cocktails including, Thai cocktails, classic cocktails, Champagne cocktails, fine wines and Premium spirits. For non-alcoholic options we have freshly made fruit juices, a big range of non-alcoholic cocktail and soft drinks.\r\n\r\n<strong>What food do you offer?</strong><strong>\r\n</strong>We serve authentic, freshly made Thai cuisine. Using traditional Thai ingredients, herbs and spices Mango Tree serves dishes from each of the four main culinary regions of Thailand: the north is represented by rich and warm dishes, the east by spice, the central region has mild dishes influenced by Chinese cooking and hot and spicy food from the south. We also offer appetisers for guests having a drink at the bar to nibble on.\r\n\r\n<strong>What are your day to day struggles at the moment?</strong>\r\nOur space within the bar on weekends, it is quite limited so therefore gets full quite quickly.\r\n\r\n<strong>What are your future plans?</strong>\r\nEvery Friday and Saturday, we are planning to have a DJ or live band in the bar. This will create a different ambience and should attract more customers to come just for drinks and use the full potential of the space we have.\r\n\r\n<em>If you’d like to visit the restaurant or want to get in touch you can do so via the information below.</em>\r\n\r\nMango Tree\r\n46 Grosvenor Place,  London, SW1X 7EQ\r\n\r\nW: <a href=\"http://www.mangotree.org.uk\">www.mangotree.org.uk</a>\r\nE: <a href=\"mailto:info@mangotree.org.uk\">info@mangotree.org.uk</a>\r\nT: 0207 823 1888','Venue of the Month - June','','inherit','closed','closed','','360-revision-v1','','','2017-06-21 09:04:53','2017-06-21 09:04:53','',360,'http://www.ontradeprogress.com/2017/06/21/360-revision-v1/',0,'revision','',0),(363,1,'2017-06-21 09:09:03','2017-06-21 09:09:03','','184 Mango Tree Song Kran 2014','','inherit','closed','closed','','184-mango-tree-song-kran-2014','','','2017-06-21 09:09:03','2017-06-21 09:09:03','',360,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/184-Mango-Tree-Song-Kran-2014.jpg',0,'attachment','image/jpeg',0),(364,1,'2017-06-21 09:09:18','2017-06-21 09:09:18','','Cocktail','','inherit','closed','closed','','dscf3877','','','2017-06-21 09:10:52','2017-06-21 09:10:52','',360,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/DSCF3877.jpg',0,'attachment','image/jpeg',0),(365,1,'2017-06-21 09:09:41','2017-06-21 09:09:41','','Mango Tree','','inherit','closed','closed','','fr','','','2017-06-21 09:10:30','2017-06-21 09:10:30','',360,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/FR.jpg',0,'attachment','image/jpeg',0),(366,1,'2017-06-21 09:09:49','2017-06-21 09:09:49','','Panang curry chicken 02','','inherit','closed','closed','','panang-curry-chicken-02','','','2017-06-21 09:09:49','2017-06-21 09:09:49','',360,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/Panang-curry-chicken-02.jpg',0,'attachment','image/jpeg',0),(367,1,'2017-06-21 09:12:39','2017-06-21 09:12:39','<h3 style=\"text-align: center;\"><strong>Mango Tree</strong></h3>\r\n<p style=\"text-align: left;\">On-Trade Progress’ ‘Venue of the Month’ for June is the innovative, award-winning, Mango Tree. This restaurant brings a contemporary approach to Thai cuisine to the beautiful, affluent area of Belgravia, which is renowned for being one of the wealthiest areas in the world. The ideal location for the Mango Tree in our eyes. On-Trade Progress’ Assistant Editor Jon Hardy spoke to the Mango Tree for about the inception of the idea, Mango Tree in the present day, in addition to what the future holds for an exclusive venue such as this.</p>\r\n<strong>Tell us about your venue.\r\n</strong>Mango Tree, the award-winning Thai Restaurant in the heart of Belgravia, a short walk from Buckingham Palace, serves a contemporary approach to authentic Thai cuisine. Having come across the water from Bangkok, Mango Tree is a true taste of Thailand in London offering innovative but classic Thai cuisine.\r\n\r\nThe restaurant, which opened over 15 years ago, has been enjoying tremendous success ever since, gaining both critical acclaim and a host of celebrity fans.\r\n\r\nHaving appeared on BBC1’s Masterchef and C4 Sunday Brunch, and been named in Favourite Table’s best Thai restaurants in the UK, Mango Tree’s expertise in the Thai cuisine category has been widely acknowledged. Mango Tree is also located in the iconic Harrods’ Food Halls and, due to its success, has been awarded Best Performing Restaurant Concession in 2012.\r\n\r\n<strong>Who are your target audience?\r\n</strong>Residents, locals, corporate and tourists.\r\n\r\n<strong>Where did the idea for your venue come from?\r\n</strong>Mango Tree originated in Bangkok and we wanted to recreate authentic Thai food in London. Mango tree has its own culture which applies to all branches of Mango Tree around the world. We used the same concept for this venue so it sits within the brand.\r\n\r\n<strong>What was your idea for the aesthetics and design?\r\n</strong>We wanted it to be welcoming and modern with Thai touches, a sanctuary away from the hustle and bustle of the London streets.\r\n\r\n<strong>What struggles did you face when setting the venue up?\r\n</strong>The position of the tables in the bar. Our bar requires a seating plan as we need to differentiate people who just want drinks from dinners.\r\n\r\n<strong>What makes you different to your competitors?\r\n</strong>Our drinks are exotic, tasty, colourful and unique. We serve Thai fusion cocktails and all our products are freshly made every day with Thai ingredients.\r\n\r\nAlso all our food is no MSG and Halal.<strong> </strong>\r\n\r\n<strong>How important do you think it is to your business to offer something unique?\r\n</strong>Very important as it will attract new customers and maintain our current customers to return. Our delicious drinks help to complement our food and impeccable service that will help the customers remember Mango Tree.\r\n\r\n<strong>Tell us about the different events you do and the effect these have on your business?\r\n</strong>Every year we celebrate Thai New Year with a special feasting menu which our clients love, we end this celebration with a party where we get Thai performers in. We have also had a Bollywood party, occasionally do charity events and hold a ladyboy night, which brings a diverse group of people, some of who might not otherwise come so it is a good way of promoting Mango Tree.\r\n\r\n<strong>What variety of drinks do you offer?\r\n<img class=\"wp-image-364 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/DSCF3877.jpg\" alt=\"\" width=\"164\" height=\"109\" /></strong>We offer a huge variety of cocktails including, Thai cocktails, classic cocktails, Champagne cocktails, fine wines and Premium spirits. For non-alcoholic options we have freshly made fruit juices, a big range of non-alcoholic cocktail and soft drinks.\r\n\r\n<strong>What food do you offer?</strong><strong>\r\n<img class=\"wp-image-366 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/06/Panang-curry-chicken-02.jpg\" alt=\"\" width=\"164\" height=\"109\" /></strong>We serve authentic, freshly made Thai cuisine. Using traditional Thai ingredients, herbs and spices Mango Tree serves dishes from each of the four main culinary regions of Thailand: the north is represented by rich and warm dishes, the east by spice, the central region has mild dishes influenced by Chinese cooking and hot and spicy food from the south. We also offer appetisers for guests having a drink at the bar to nibble on.\r\n\r\n<strong>What are your day to day struggles at the moment?</strong>\r\nOur space within the bar on weekends, it is quite limited so therefore gets full quite quickly.\r\n\r\n<strong>What are your future plans?</strong>\r\nEvery Friday and Saturday, we are planning to have a DJ or live band in the bar. This will create a different ambience and should attract more customers to come just for drinks and use the full potential of the space we have.\r\n\r\n<em>If you’d like to visit the restaurant or want to get in touch you can do so via the information below.</em>\r\n\r\nMango Tree\r\n46 Grosvenor Place,  London, SW1X 7EQ\r\n\r\nW: <a href=\"http://www.mangotree.org.uk\">www.mangotree.org.uk</a>\r\nE: <a href=\"mailto:info@mangotree.org.uk\">info@mangotree.org.uk</a>\r\nT: 0207 823 1888','Venue of the Month - June','','inherit','closed','closed','','360-revision-v1','','','2017-06-21 09:12:39','2017-06-21 09:12:39','',360,'http://www.ontradeprogress.com/2017/06/21/360-revision-v1/',0,'revision','',0),(371,1,'2017-06-23 09:23:35','2017-06-23 09:23:35','<h3 style=\"text-align: center;\"><strong>EPOS</strong></h3>\r\nOn Trade Progress’ Assistant Editor Jon Hardy is one of the youngest on the team so we felt it’s only right that we let him delve into the quickly developing, technological side of POS that is EPOS. We wanted to take a look at some of the different kinds of technologies on offer and see what they’re able to offer in terms of improving your business. This will be part one of a four-part series of articles available within the next four issues of On-Trade Progress. We will explore various types of EPOS systems, the benefits they can have on your business and occasionally few examples of some of the systems or products that are available on the market today. These key technologies can save you time and money in addition to attracting customers to your venue.\r\n\r\nWe will explore the following:\r\n\r\nPart one/June - Chip &amp; Pin\r\n\r\nPart two/July - Cash Drawers\r\n\r\nPart three/August - Customer Displays\r\n\r\nPart four/September - Tablets\r\n<h5><strong>Chip &amp; Pin</strong></h5>\r\nThis way of paying for things feels as old as me. Since chip and pin was introduced to the world in 2004 and the legislation being enforced upon most major shops to use them in 2006 the technology has changed. No longer are you forced to handle a bulky terminal that seemingly weighed a tonne and took an age to process transactions. With faster internet, we have been rewarded with faster payments, which eliminates the need for participation in the standard British weather conversation with the cashier while we wait for our payment of our food and drink to process. Then along came contactless payments (or EMV as it’s much lesser known), which for me personally has been one of the highlights of modern technology in recent years. These payments enable you to pay for products or services up to a certain amount generally £30 now within the UK but this is still £20 on some cards) without inputting your pin code into the terminal, saving precious few seconds and adhering the instant gratification and simplicity that we all now seem to crave.\r\n\r\nChip &amp; Pin is essential for any venue in the hospitality industry. If you don’t use Chip &amp; Pin you’re missing out on a massive amount of trade and this argument is supported by many surveys with the public, a substantial portion of whom would rather visit a venue that has Chip &amp; Pin with many unwilling to frequent somewhere that doesn’t have this facility available at all.','EPOS','','publish','open','open','','epos','','','2017-06-23 09:23:35','2017-06-23 09:23:35','',0,'http://www.ontradeprogress.com/?p=371',0,'post','',0),(372,1,'2017-06-23 09:10:50','2017-06-23 09:10:50','','Epos','','inherit','closed','closed','','epos','','','2017-06-23 09:10:50','2017-06-23 09:10:50','',371,'http://www.ontradeprogress.com/wp-content/uploads/2017/06/Epos.jpg',0,'attachment','image/jpeg',0),(373,1,'2017-06-23 09:14:13','2017-06-23 09:14:13','<h3 style=\"text-align: center;\"><strong>EPOS</strong></h3>\r\nOn Trade Progress’ Assistant Editor Jon Hardy is one of the youngest on the team so we felt it’s only right that we let him delve into the quickly developing, technological side of POS that is EPOS. We wanted to take a look at some of the different kinds of technologies on offer and see what they’re able to offer in terms of improving your business. This will be part one of a four-part series of articles available within the next four issues of On-Trade Progress. We will explore various types of EPOS systems, the benefits they can have on your business and occasionally few examples of some of the systems or products that are available on the market today. These key technologies can save you time and money in addition to attracting customers to your venue.\r\n\r\nWe will explore the following:\r\n\r\nPart one/June - Chip &amp; Pin\r\n\r\nPart two/July - Cash Drawers\r\n\r\nPart three/August - Customer Displays\r\n\r\nPart four/September - Tablets\r\n<h5><strong>Chip &amp; Pin</strong></h5>\r\nThis way of paying for things feels as old as me. Since chip and pin was introduced to the world in 2004 and the legislation being enforced upon most major shops to use them in 2006 the technology has changed. No longer are you forced to handle a bulky terminal that seemingly weighed a tonne and took an age to process transactions. With faster internet, we have been rewarded with faster payments, which eliminates the need for participation in the standard British weather conversation with the cashier while we wait for our payment of our food and drink to process. Then along came contactless payments (or EMV as it’s much lesser known), which for me personally has been one of the highlights of modern technology in recent years. These payments enable you to pay for products or services up to a certain amount generally £30 now within the UK but this is still £20 on some cards) without inputting your pin code into the terminal, saving precious few seconds and adhering the instant gratification and simplicity that we all now seem to crave.\r\n\r\nChip &amp; Pin is essential for any venue in the hospitality industry. If you don’t use Chip &amp; Pin you’re missing out on a massive amount of trade and this argument is supported by many surveys with the public, a substantial portion of whom would rather visit a venue that has Chip &amp; Pin with many unwilling to frequent somewhere that doesn’t have this facility available at all.','EPOS','','inherit','closed','closed','','371-revision-v1','','','2017-06-23 09:14:13','2017-06-23 09:14:13','',371,'http://www.ontradeprogress.com/2017/06/23/371-revision-v1/',0,'revision','',0),(375,1,'2017-06-26 12:15:26','2017-06-26 12:15:26','<h3 style=\"text-align: center;\"><strong>BBPA comments on Government/DUP ‘confidence and supply’ deal </strong></h3>\r\nCommenting on the confidence and supply agreement reached between the Government and the DUP today, Brigid Simmonds, BBPA Chief Executive, said:\r\n<blockquote class=\"modern-quote full\">“What UK business needs is more certainty, and today’s deal should mean that the Government has a working majority in Parliament as the Brexit negotiations proceed.\r\n\r\n“On the specifics of what has been agreed, it is positive for pubs that the Government has agreed to review the impact of VAT on tourism in Northern Ireland (as well as Air Passenger Duty), but it is important to stress that whilst this has a big impact in Northern Ireland, high rates of VAT on hospitality is very much a UK-wide issue, so we will be looking closely at what emerges.”</blockquote>','BBPA comments on Government/DUP ‘confidence and supply’ deal','','publish','open','open','','bbpa-comments-on-governmentdup-confidence-and-supply-deal','','','2017-06-26 12:15:26','2017-06-26 12:15:26','',0,'http://www.ontradeprogress.com/?p=375',0,'post','',0),(376,1,'2017-06-26 12:15:26','2017-06-26 12:15:26','<h3 style=\"text-align: center;\"><strong>BBPA comments on Government/DUP ‘confidence and supply’ deal </strong></h3>\r\nCommenting on the confidence and supply agreement reached between the Government and the DUP today, Brigid Simmonds, BBPA Chief Executive, said:\r\n<blockquote class=\"modern-quote full\">“What UK business needs is more certainty, and today’s deal should mean that the Government has a working majority in Parliament as the Brexit negotiations proceed.\r\n\r\n“On the specifics of what has been agreed, it is positive for pubs that the Government has agreed to review the impact of VAT on tourism in Northern Ireland (as well as Air Passenger Duty), but it is important to stress that whilst this has a big impact in Northern Ireland, high rates of VAT on hospitality is very much a UK-wide issue, so we will be looking closely at what emerges.”</blockquote>','BBPA comments on Government/DUP ‘confidence and supply’ deal','','inherit','closed','closed','','375-revision-v1','','','2017-06-26 12:15:26','2017-06-26 12:15:26','',375,'http://www.ontradeprogress.com/2017/06/26/375-revision-v1/',0,'revision','',0),(379,1,'2017-07-11 11:49:47','2017-07-11 11:49:47','<h3 style=\"text-align: center;\">New Halal Monitoring Committee (HMC) Approved Beef Burger</h3>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers available initially in 113g size in a fully branded and bar coded box which has the full endorsement of the HMC Council based in Leicester.\r\n\r\nThe HMC beef burgers (we are a beef only factory) are made using only fully certified HMC suppliers and our industry respected Superior recipe. All HMC beef burgers are made on a dedicated day at the factory and are monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith, each box is individually numbered (by way of a serialised sticker) for full traceability and authenticity of product.\r\n\r\nFormed in 2000 and based in beautiful Mid Wales, our current premises are soon to be replaced by our brand-new purpose built burger factory. With a turnover, more than £9.8million we primarily supply the Fast Food and Foodservice markets. All our products have full traceability and can be purchased with absolute peace of mind. We are the sole manufacturer to our holding company Sparks Catering Butchers Ltd based in Enfield who have the market leading “Sparks brand” of Beef burgers. The Burger Manufacturing Company Ltd also supplies strategically placed wholesalers around the UK and into mainland Europe.\r\n\r\n<img class=\"alignleft wp-image-384\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/07/Composite-adj.jpg\" alt=\"\" width=\"200\" height=\"299\" />\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5>NEW £3.5million Burger Factory</h5>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the grand opening of their brand-new purpose-built burger factory on Wednesday 6<sup>th</sup> September 2017. At a cost of over £3.5million, it will ensure that we can satisfy our existing customer needs well into the future and gives us a platform to develop new markets and products. We are proud to be associated with Builth Wells and look forward to increasing our support for the local population and economy for many years to come.\r\n\r\nSince our formation in 2000 in our original purpose-built factory, we have received many accolades for our high standards and ethics. Our products have full traceability and can be purchased with absolute peace of mind, we are market leaders in the fast food area and are keen to develop new markets both at home and abroad, with this in mind we have launched a range of 170g products including a Chipotle Premium Beef Burger which has to be tried to be believed !!!!\r\n\r\nTo discuss your individual requirements, or for information on any of our products, please contact us using any of the methods below.\r\n\r\nMark Cornall\r\nSales &amp; Marketing Manager\r\nThe Burger Manufacturing Company Ltd\r\n0845 1205 505\r\n<a href=\"mailto:info@qualityburgers.co.uk\">info@qualityburgers.co.uk\r\n</a><a href=\"http://www.qualityburgers.co.uk\">www.qualityburgers.co.uk</a>\r\n\r\n&nbsp;','New Halal Monitoring Committee (HMC) Approved Beef Burger','','publish','open','open','','new-halal-monitoring-committee-hmc-approved-beef-burger','','','2018-12-18 19:01:42','2018-12-18 19:01:42','',0,'http://www.ontradeprogress.com/?p=379',0,'post','',0),(380,1,'2017-07-11 11:38:33','2017-07-11 11:38:33','','Halal Superior','','inherit','closed','closed','','j-picture-010-halal-superior','','','2017-07-11 11:40:24','2017-07-11 11:40:24','',379,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/J.-Picture-010-Halal-Superior.jpg',0,'attachment','image/jpeg',0),(381,1,'2017-07-11 11:38:49','2017-07-11 11:38:49','','95% Steak Burger','','inherit','closed','closed','','95-steakburger2croppped','','','2017-07-11 11:48:16','2017-07-11 11:48:16','',379,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/95-Steakburger2croppped.jpg',0,'attachment','image/jpeg',0),(382,1,'2017-07-11 11:38:51','2017-07-11 11:38:51','','E. Picture 005 AA','','inherit','closed','closed','','e-picture-005-aa','','','2017-07-11 11:38:51','2017-07-11 11:38:51','',379,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/E.-Picture-005-AA.jpg',0,'attachment','image/jpeg',0),(383,1,'2017-07-11 11:39:04','2017-07-11 11:39:04','','Composite','','inherit','closed','closed','','composite','','','2017-07-11 11:39:04','2017-07-11 11:39:04','',379,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Composite.jpg',0,'attachment','image/jpeg',0),(384,1,'2017-07-11 11:39:18','2017-07-11 11:39:18','','Composite adj','','inherit','closed','closed','','composite-adj','','','2017-07-11 11:39:18','2017-07-11 11:39:18','',379,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Composite-adj.jpg',0,'attachment','image/jpeg',0),(385,1,'2017-07-11 11:47:03','2017-07-11 11:47:03','<h3 style=\"text-align: center;\">New Halal Monitoring Committee (HMC) Approved Beef Burger</h3>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers available initially in 113g size in a fully branded and bar coded box which has the full endorsement of the HMC Council based in Leicester.\r\n\r\nThe HMC beef burgers (we are a beef only factory) are made using only fully certified HMC suppliers and our industry respected Superior recipe. All HMC beef burgers are made on a dedicated day at the factory and are monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith, each box is individually numbered (by way of a serialised sticker) for full traceability and authenticity of product.\r\n\r\nFormed in 2000 and based in beautiful Mid Wales, our current premises are soon to be replaced by our brand-new purpose built burger factory. With a turnover, more than £9.8million we primarily supply the Fast Food and Foodservice markets. All our products have full traceability and can be purchased with absolute peace of mind. We are the sole manufacturer to our holding company Sparks Catering Butchers Ltd based in Enfield who have the market leading “Sparks brand” of Beef burgers. The Burger Manufacturing Company Ltd also supplies strategically placed wholesalers around the UK and into mainland Europe.\r\n<h5>NEW £3.5million Burger Factory</h5>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the grand opening of their brand-new purpose-built burger factory on Wednesday 6<sup>th</sup> September 2017. At a cost of over £3.5million, it will ensure that we can satisfy our existing customer needs well into the future and gives us a platform to develop new markets and products. We are proud to be associated with Builth Wells and look forward to increasing our support for the local population and economy for many years to come.\r\n\r\nSince our formation in 2000 in our original purpose-built factory, we have received many accolades for our high standards and ethics. Our products have full traceability and can be purchased with absolute peace of mind, we are market leaders in the fast food area and are keen to develop new markets both at home and abroad, with this in mind we have launched a range of 170g products including a Chipotle Premium Beef Burger which has to be tried to be believed !!!!\r\n\r\nTo discuss your individual requirements, or for information on any of our products, please contact us using any of the methods below.\r\n\r\nMark Cornall\r\nSales &amp; Marketing Manager\r\nThe Burger Manufacturing Company Ltd\r\n0845 1205 505\r\n<a href=\"mailto:info@qualityburgers.co.uk\">info@qualityburgers.co.uk\r\n</a><a href=\"http://www.qualityburgers.co.uk\">www.qualityburgers.co.uk</a>','New Halal Monitoring Committee (HMC) Approved Beef Burger','','inherit','closed','closed','','379-revision-v1','','','2017-07-11 11:47:03','2017-07-11 11:47:03','',379,'http://www.ontradeprogress.com/2017/07/11/379-revision-v1/',0,'revision','',0),(386,1,'2017-07-11 11:49:25','2017-07-11 11:49:25','<h3 style=\"text-align: center;\">New Halal Monitoring Committee (HMC) Approved Beef Burger</h3>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers available initially in 113g size in a fully branded and bar coded box which has the full endorsement of the HMC Council based in Leicester.\r\n\r\nThe HMC beef burgers (we are a beef only factory) are made using only fully certified HMC suppliers and our industry respected Superior recipe. All HMC beef burgers are made on a dedicated day at the factory and are monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith, each box is individually numbered (by way of a serialised sticker) for full traceability and authenticity of product.\r\n\r\nFormed in 2000 and based in beautiful Mid Wales, our current premises are soon to be replaced by our brand-new purpose built burger factory. With a turnover, more than £9.8million we primarily supply the Fast Food and Foodservice markets. All our products have full traceability and can be purchased with absolute peace of mind. We are the sole manufacturer to our holding company Sparks Catering Butchers Ltd based in Enfield who have the market leading “Sparks brand” of Beef burgers. The Burger Manufacturing Company Ltd also supplies strategically placed wholesalers around the UK and into mainland Europe.\r\n\r\n<img class=\"alignleft  wp-image-384\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/07/Composite-adj.jpg\" alt=\"\" width=\"200\" height=\"299\" />\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5>NEW £3.5million Burger Factory</h5>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the grand opening of their brand-new purpose-built burger factory on Wednesday 6<sup>th</sup> September 2017. At a cost of over £3.5million, it will ensure that we can satisfy our existing customer needs well into the future and gives us a platform to develop new markets and products. We are proud to be associated with Builth Wells and look forward to increasing our support for the local population and economy for many years to come.\r\n\r\nSince our formation in 2000 in our original purpose-built factory, we have received many accolades for our high standards and ethics. Our products have full traceability and can be purchased with absolute peace of mind, we are market leaders in the fast food area and are keen to develop new markets both at home and abroad, with this in mind we have launched a range of 170g products including a Chipotle Premium Beef Burger which has to be tried to be believed !!!!\r\n\r\nTo discuss your individual requirements, or for information on any of our products, please contact us using any of the methods below.\r\n\r\nMark Cornall\r\nSales &amp; Marketing Manager\r\nThe Burger Manufacturing Company Ltd\r\n0845 1205 505\r\n<a href=\"mailto:info@qualityburgers.co.uk\">info@qualityburgers.co.uk\r\n</a><a href=\"http://www.qualityburgers.co.uk\">www.qualityburgers.co.uk\r\n\r\n\r\n</a>','New Halal Monitoring Committee (HMC) Approved Beef Burger','','inherit','closed','closed','','379-revision-v1','','','2017-07-11 11:49:25','2017-07-11 11:49:25','',379,'http://www.ontradeprogress.com/2017/07/11/379-revision-v1/',0,'revision','',0),(387,1,'2017-07-11 13:07:24','2017-07-11 13:07:24','<h3>CAMRA’s Chief Executive, Tim Page, is back to provide the readers of On-Trade Progress with an exclusive opinion on how the recent snap election is likely to affect the hospitality sector:</h3>\r\nI think it is safe to say that we were all taken by surprise by the outcome of this General Election. With no commanding majority in the House, the Conservatives have had to enter into a shaky alliance with the DUP – leading to a major re-think of the Conservative Manifesto as well as our country’s strategy in the Brexit negotiations.\r\n\r\nWhile it too early to comment on how this unprecedented alliance will fare, we can say that the election has brought in a Parliament that is broadly supportive of the beer and pubs sector. 130 MPs - 20% of the House of Commons - have pledged to celebrate and promote Britain’s breweries, support action to help pubs thrive and represent the interests of pub-goers, beer and cider drinkers.In addition, CAMRA’s #pledgeforpubs election campaign crossed party lines, with 69 Labour, 46 Conservative and two DUP MPs pledging their support. This particular outcome is a testament\r\n\r\nIn addition, CAMRA’s #pledgeforpubs election campaign crossed party lines, with 69 Labour, 46 Conservative and two DUP MPs pledging their support.This particular outcome is a testament\r\n\r\nThis particular outcome is a testament to all of the hard work and dedication of CAMRA members, who sent 7,500 emails to candidates in the few short weeks preceding the election. This huge sign of support demonstrates what can be possible in lobbying terms when the industry works side by side with its customers who care passionately about the future of pubs and good beer.CAMRA would now like to work with the industry as a whole to hold MPs\r\n\r\nCAMRA would now like to work with the industry as a whole to hold MPs accountable to their public pledges. As a starting point, CAMRA is calling on the Government to deliver on its Manifesto commitment to review the business rates system and relieve the tax burden on the pub sector. Despite the fact that pubs are a force for good in many local communities, they continue to face a huge tax bill which has recently been made even worse through recent increases to beer duty and business rates. We are very concerned that pubs are facing a punitive tax burden, which sees an average pub pay £140,000 a year in direct taxes, or 34p in every £1 taken in the till.\r\n\r\nUltimately it is the consumer who will pay, as publicans are forced to put up prices. This could lead to a number of pub closures in a time of economic uncertainty. CAMRA is, therefore, asking the Government to help relieve the pressure by making the Pubs Relief Scheme, a £1,000 one-off concession announced in the last Budget, permanent and extending it to £5,000 per pub per year.\r\n\r\nWith all the political uncertainty we face – and the possibility of another election around the corner – we cannot afford to slow down the pace of our campaigning. The political parties are going to treat the coming months as a continuing election campaign and we need to do that too. The voice of beer and pubs needs to be maintained at high volume so that those in power know that it’s a key issue for millions of voters.','What the Election Means for Beer and Pubs','','publish','open','open','','what-the-election-means-for-beer-and-pubs','','','2017-07-11 13:27:08','2017-07-11 13:27:08','',0,'http://www.ontradeprogress.com/?p=387',0,'post','',0),(388,1,'2017-07-11 13:04:43','2017-07-11 13:04:43','','Tim Page','','inherit','closed','closed','','page-19','','','2017-10-02 22:06:00','2017-10-02 22:06:00','',387,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19.jpg',0,'attachment','image/jpeg',0),(389,1,'2017-07-11 13:05:26','2017-07-11 13:05:26','<h3>CAMRA’s Chief Executive, Tim Page, is back to provide the readers of On-Trade Progress with an exclusive opinion on how the recent snap election is likely to affect the hospitality sector:</h3>\r\nI think it is safe to say that we were all taken by surprise by the outcome of this General Election. With no commanding majority in the House, the Conservatives have had to enter into a shaky alliance with the DUP – leading to a major re-think of the Conservative Manifesto as well as our country’s strategy in the Brexit negotiations.\r\n\r\nWhile it too early to comment on how this unprecedented alliance will fare, we can say that the election has brought in a Parliament that is broadly supportive of the beer and pubs sector. 130 MPs - 20% of the House of Commons - have pledged to celebrate and promote Britain’s breweries, support action to help pubs thrive and represent the interests of pub-goers, beer and cider drinkers.In addition, CAMRA’s #pledgeforpubs election campaign crossed party lines, with 69 Labour, 46 Conservative and two DUP MPs pledging their support. This particular outcome is a testament\r\n\r\nIn addition, CAMRA’s #pledgeforpubs election campaign crossed party lines, with 69 Labour, 46 Conservative and two DUP MPs pledging their support.This particular outcome is a testament\r\n\r\nThis particular outcome is a testament to all of the hard work and dedication of CAMRA members, who sent 7,500 emails to candidates in the few short weeks preceding the election. This huge sign of support demonstrates what can be possible in lobbying terms when the industry works side by side with its customers who care passionately about the future of pubs and good beer.CAMRA would now like to work with the industry as a whole to hold MPs\r\n\r\nCAMRA would now like to work with the industry as a whole to hold MPs accountable to their public pledges. As a starting point, CAMRA is calling on the Government to deliver on its Manifesto commitment to review the business rates system and relieve the tax burden on the pub sector. Despite the fact that pubs are a force for good in many local communities, they continue to face a huge tax bill which has recently been made even worse through recent increases to beer duty and business rates. We are very concerned that pubs are facing a punitive tax burden, which sees an average pub pay £140,000 a year in direct taxes, or 34p in every £1 taken in the till.\r\n\r\nUltimately it is the consumer who will pay, as publicans are forced to put up prices. This could lead to a number of pub closures in a time of economic uncertainty. CAMRA is, therefore, asking the Government to help relieve the pressure by making the Pubs Relief Scheme, a £1,000 one-off concession announced in the last Budget, permanent and extending it to £5,000 per pub per year.\r\n\r\nWith all the political uncertainty we face – and the possibility of another election around the corner – we cannot afford to slow down the pace of our campaigning. The political parties are going to treat the coming months as a continuing election campaign and we need to do that too. The voice of beer and pubs needs to be maintained at high volume so that those in power know that it’s a key issue for millions of voters.','What the Election Means for Beer and Pubs','','inherit','closed','closed','','387-revision-v1','','','2017-07-11 13:05:26','2017-07-11 13:05:26','',387,'http://www.ontradeprogress.com/2017/07/11/387-revision-v1/',0,'revision','',0),(390,1,'2017-07-11 13:24:38','2017-07-11 13:24:38','<h3><u></u>Ufi Ibrahim, Chief Executive of the British Hospitality Association, writes exclusively for On-Trade Progress. The recent election is the topic on everyone’s lips, but how will it affect you, as the owner of a hospitality venue:</h3>\r\nThe result of June’s General Election means greater and continued political uncertainty for the hospitality and tourism industry. This is the last thing we need whilst we weather the ‘perfect storm’ of issues facing the industry – increasing wage costs, possible recruitment problems resulting from Brexit and rising Business Rates.\r\n\r\nSome things however, remain the same, as the new May government missed an opportunity to re-assign, in whole or in part, the tourism brief to the Department for Business, Energy and Industrial Strategy and we remain within the Department for Culture, Media and Sport. At the British Hospitality Association, we have called on the government to move sponsorship of hospitality and tourism to the business-focused department, which would better reflect our importance to UK PLC, as the fourth largest UK industry, employing 4.5m people.\r\n\r\nBefore the election, we also called on all the parties to commit to a fundamental review of the Business Rates system which unfairly disadvantage hospitality businesses with large physical assets in favour of those with higher revenues but a largely online-only presence. Pubs in particular were given a stay of execution at the March Budget, with £50 per month caps for small businesses and a £1,000 discount for 90% of all pubs. Due to our industry’s unity on this and outcry from thousands of business, we have been assured that a fundamental review will take place, and we would like that to be sooner rather than later.\r\n\r\nMoving forward, our key priority in light of Britain leaving the European Union, is to ensure that we can attract the workforce our industry needs to fuel growth. If, as expected, migratory flows from the EU are restricted, the BHA, working with KPMG, has forecasted an annual 60,000 person shortfall in meeting recruitment needs, on top of the 200,000 people needed each year to replace churn and meet expected growth. This means we will need to redouble our efforts to train up British people to fill those gaps.\r\n\r\nPubs, clubs and bars already set a fantastic example to the industry in training up young Brits and getting them into careers in hospitality. I have set out a 10 year plan for hospitality and tourism to focus on encouraging school leavers, older returners to the labour market and underemployed groups such as those with disabilities and care-leavers to consider careers in hospitality and tourism. We need to get industry leaders into schools and colleges selling long-term careers in the industry and explaining how flexible working patterns in our industry can mean it’s the perfect role for parents or older people.\r\n\r\nWe must also ensure that alcohol duty isn’t at the top of the list to be increased every time the Treasury needs money and continue to work for more favourable VAT rates for hospitality businesses, ours being amongst the highest in Europe, so that we can compete with our European neighbours.','Expert’s View - Ufi Ibrahim','','inherit','closed','closed','','387-autosave-v1','','','2017-07-11 13:24:38','2017-07-11 13:24:38','',387,'http://www.ontradeprogress.com/2017/07/11/387-autosave-v1/',0,'revision','',0),(391,1,'2017-07-11 13:22:45','2017-07-11 13:22:45','','Page20','','inherit','closed','closed','','page20','','','2017-07-11 13:22:45','2017-07-11 13:22:45','',387,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Page20.jpg',0,'attachment','image/jpeg',0),(392,1,'2017-07-11 13:23:10','2017-07-11 13:23:10','','Page20','','inherit','closed','closed','','page20-2','','','2017-07-11 13:23:10','2017-07-11 13:23:10','',387,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Page20-1.jpg',0,'attachment','image/jpeg',0),(393,1,'2017-07-11 13:24:25','2017-07-11 13:24:25','','Ufi Ibrahim','','inherit','closed','closed','','ufi-ibrahim','','','2017-07-11 13:24:25','2017-07-11 13:24:25','',387,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Ufi-Ibrahim.jpg',0,'attachment','image/jpeg',0),(394,1,'2017-07-11 13:25:19','2017-07-11 13:25:19','<h3><u></u>Ufi Ibrahim, Chief Executive of the British Hospitality Association, writes exclusively for On-Trade Progress. The recent election is the topic on everyone’s lips, but how will it affect you, as the owner of a hospitality venue:</h3>\r\nThe result of June’s General Election means greater and continued political uncertainty for the hospitality and tourism industry. This is the last thing we need whilst we weather the ‘perfect storm’ of issues facing the industry – increasing wage costs, possible recruitment problems resulting from Brexit and rising Business Rates.\r\n\r\nSome things however, remain the same, as the new May government missed an opportunity to re-assign, in whole or in part, the tourism brief to the Department for Business, Energy and Industrial Strategy and we remain within the Department for Culture, Media and Sport. At the British Hospitality Association, we have called on the government to move sponsorship of hospitality and tourism to the business-focused department, which would better reflect our importance to UK PLC, as the fourth largest UK industry, employing 4.5m people.\r\n\r\nBefore the election, we also called on all the parties to commit to a fundamental review of the Business Rates system which unfairly disadvantage hospitality businesses with large physical assets in favour of those with higher revenues but a largely online-only presence. Pubs in particular were given a stay of execution at the March Budget, with £50 per month caps for small businesses and a £1,000 discount for 90% of all pubs. Due to our industry’s unity on this and outcry from thousands of business, we have been assured that a fundamental review will take place, and we would like that to be sooner rather than later.\r\n\r\nMoving forward, our key priority in light of Britain leaving the European Union, is to ensure that we can attract the workforce our industry needs to fuel growth. If, as expected, migratory flows from the EU are restricted, the BHA, working with KPMG, has forecasted an annual 60,000 person shortfall in meeting recruitment needs, on top of the 200,000 people needed each year to replace churn and meet expected growth. This means we will need to redouble our efforts to train up British people to fill those gaps.\r\n\r\nPubs, clubs and bars already set a fantastic example to the industry in training up young Brits and getting them into careers in hospitality. I have set out a 10 year plan for hospitality and tourism to focus on encouraging school leavers, older returners to the labour market and underemployed groups such as those with disabilities and care-leavers to consider careers in hospitality and tourism. We need to get industry leaders into schools and colleges selling long-term careers in the industry and explaining how flexible working patterns in our industry can mean it’s the perfect role for parents or older people.\r\n\r\nWe must also ensure that alcohol duty isn’t at the top of the list to be increased every time the Treasury needs money and continue to work for more favourable VAT rates for hospitality businesses, ours being amongst the highest in Europe, so that we can compete with our European neighbours.','Expert’s View - Ufi Ibrahim','','inherit','closed','closed','','387-revision-v1','','','2017-07-11 13:25:19','2017-07-11 13:25:19','',387,'http://www.ontradeprogress.com/2017/07/11/387-revision-v1/',0,'revision','',0),(395,1,'2017-07-11 13:26:40','2017-07-11 13:26:40','<h3>CAMRA’s Chief Executive, Tim Page, is back to provide the readers of On-Trade Progress with an exclusive opinion on how the recent snap election is likely to affect the hospitality sector:</h3>\r\nI think it is safe to say that we were all taken by surprise by the outcome of this General Election. With no commanding majority in the House, the Conservatives have had to enter into a shaky alliance with the DUP – leading to a major re-think of the Conservative Manifesto as well as our country’s strategy in the Brexit negotiations.\r\n\r\nWhile it too early to comment on how this unprecedented alliance will fare, we can say that the election has brought in a Parliament that is broadly supportive of the beer and pubs sector. 130 MPs - 20% of the House of Commons - have pledged to celebrate and promote Britain’s breweries, support action to help pubs thrive and represent the interests of pub-goers, beer and cider drinkers.In addition, CAMRA’s #pledgeforpubs election campaign crossed party lines, with 69 Labour, 46 Conservative and two DUP MPs pledging their support. This particular outcome is a testament\r\n\r\nIn addition, CAMRA’s #pledgeforpubs election campaign crossed party lines, with 69 Labour, 46 Conservative and two DUP MPs pledging their support.This particular outcome is a testament\r\n\r\nThis particular outcome is a testament to all of the hard work and dedication of CAMRA members, who sent 7,500 emails to candidates in the few short weeks preceding the election. This huge sign of support demonstrates what can be possible in lobbying terms when the industry works side by side with its customers who care passionately about the future of pubs and good beer.CAMRA would now like to work with the industry as a whole to hold MPs\r\n\r\nCAMRA would now like to work with the industry as a whole to hold MPs accountable to their public pledges. As a starting point, CAMRA is calling on the Government to deliver on its Manifesto commitment to review the business rates system and relieve the tax burden on the pub sector. Despite the fact that pubs are a force for good in many local communities, they continue to face a huge tax bill which has recently been made even worse through recent increases to beer duty and business rates. We are very concerned that pubs are facing a punitive tax burden, which sees an average pub pay £140,000 a year in direct taxes, or 34p in every £1 taken in the till.\r\n\r\nUltimately it is the consumer who will pay, as publicans are forced to put up prices. This could lead to a number of pub closures in a time of economic uncertainty. CAMRA is, therefore, asking the Government to help relieve the pressure by making the Pubs Relief Scheme, a £1,000 one-off concession announced in the last Budget, permanent and extending it to £5,000 per pub per year.\r\n\r\nWith all the political uncertainty we face – and the possibility of another election around the corner – we cannot afford to slow down the pace of our campaigning. The political parties are going to treat the coming months as a continuing election campaign and we need to do that too. The voice of beer and pubs needs to be maintained at high volume so that those in power know that it’s a key issue for millions of voters.','What the Election Means for Beer and Pubs','','inherit','closed','closed','','387-revision-v1','','','2017-07-11 13:26:40','2017-07-11 13:26:40','',387,'http://www.ontradeprogress.com/2017/07/11/387-revision-v1/',0,'revision','',0),(396,1,'2017-07-11 13:31:31','2017-07-11 13:31:31','<h3>Ufi Ibrahim, Chief Executive of the British Hospitality Association, writes exclusively for On-Trade Progress. The recent election is the topic on everyone’s lips, but how will it affect you, as the owner of a hospitality venue:</h3>\r\nThe result of June’s General Election means greater and continued political uncertainty for the hospitality and tourism industry. This is the last thing we need whilst we weather the ‘perfect storm’ of issues facing the industry – increasing wage costs, possible recruitment problems resulting from Brexit and rising Business Rates.\r\n\r\nSome things however, remain the same, as the new May government missed an opportunity to re-assign, in whole or in part, the tourism brief to the Department for Business, Energy and Industrial Strategy and we remain within the Department for Culture, Media and Sport. At the British Hospitality Association we have called on the government to move sponsorship of hospitality and tourism to the business-focused department, which would better reflect our importance to UK PLC, as the fourth largest UK industry, employing 4.5m people.\r\n\r\nBefore the election, we also called on all the parties to commit to a fundamental review of the Business Rates system which unfairly disadvantage hospitality businesses with large physical assets in favour of those with higher revenues but a largely online-only presence. Pubs in particular were given a stay of execution at the March Budget, with £50 per month caps for small businesses and a £1,000 discount for 90% of all pubs. Due to our industry’s unity on this and outcry from thousands of business, we have been assured that a fundamental review will take place, and we would like that to be sooner rather than later.\r\n\r\nMoving forward, our key priority in light of Britain leaving the European Union, is to ensure that we can attract the workforce our industry needs to fuel growth. If, as expected, migratory flows from the EU are restricted, the BHA, working with KPMG, has forecasted an annual 60,000 person shortfall in meeting recruitment needs, on top of the 200,000 people needed each year to replace churn and meet expected growth. This means we will need to redouble our efforts to train up British people to fill those gaps.\r\n\r\nPubs, clubs and bars already set a fantastic example to the industry in training up young Brits and getting them into careers in hospitality. I have set out a 10 year plan for hospitality and tourism to focus on encouraging school leavers, older returners to the labour market and underemployed groups such as those with disabilities and care-leavers to consider careers in hospitality and tourism. We need to get industry leaders into schools and colleges selling long-term careers in the industry and explaining how flexible working patterns in our industry can mean it’s the perfect role for parents or older people.\r\n\r\nWe must also ensure that alcohol duty isn’t at the top of the list to be increased every time the Treasury needs money and continue to work for more favourable VAT rates for hospitality businesses, ours being amongst the highest in Europe, so that we can compete with our European neighbours.','Expert\'s View - Ufi Ibrahim','','publish','open','open','','experts-view-ufi-ibrahim','','','2017-07-11 13:31:51','2017-07-11 13:31:51','',0,'http://www.ontradeprogress.com/?p=396',0,'post','',0),(397,1,'2017-07-11 13:31:11','2017-07-11 13:31:11','<h3>Ufi Ibrahim, Chief Executive of the British Hospitality Association, writes exclusively for On-Trade Progress. The recent election is the topic on everyone’s lips, but how will it affect you, as the owner of a hospitality venue:</h3>\r\nThe result of June’s General Election means greater and continued political uncertainty for the hospitality and tourism industry. This is the last thing we need whilst we weather the ‘perfect storm’ of issues facing the industry – increasing wage costs, possible recruitment problems resulting from Brexit and rising Business Rates.\r\n\r\nSome things however, remain the same, as the new May government missed an opportunity to re-assign, in whole or in part, the tourism brief to the Department for Business, Energy and Industrial Strategy and we remain within the Department for Culture, Media and Sport. At the British Hospitality Association we have called on the government to move sponsorship of hospitality and tourism to the business-focused department, which would better reflect our importance to UK PLC, as the fourth largest UK industry, employing 4.5m people.\r\n\r\nBefore the election, we also called on all the parties to commit to a fundamental review of the Business Rates system which unfairly disadvantage hospitality businesses with large physical assets in favour of those with higher revenues but a largely online-only presence. Pubs in particular were given a stay of execution at the March Budget, with £50 per month caps for small businesses and a £1,000 discount for 90% of all pubs. Due to our industry’s unity on this and outcry from thousands of business, we have been assured that a fundamental review will take place, and we would like that to be sooner rather than later.\r\n\r\nMoving forward, our key priority in light of Britain leaving the European Union, is to ensure that we can attract the workforce our industry needs to fuel growth. If, as expected, migratory flows from the EU are restricted, the BHA, working with KPMG, has forecasted an annual 60,000 person shortfall in meeting recruitment needs, on top of the 200,000 people needed each year to replace churn and meet expected growth. This means we will need to redouble our efforts to train up British people to fill those gaps.\r\n\r\nPubs, clubs and bars already set a fantastic example to the industry in training up young Brits and getting them into careers in hospitality. I have set out a 10 year plan for hospitality and tourism to focus on encouraging school leavers, older returners to the labour market and underemployed groups such as those with disabilities and care-leavers to consider careers in hospitality and tourism. We need to get industry leaders into schools and colleges selling long-term careers in the industry and explaining how flexible working patterns in our industry can mean it’s the perfect role for parents or older people.\r\n\r\nWe must also ensure that alcohol duty isn’t at the top of the list to be increased every time the Treasury needs money and continue to work for more favourable VAT rates for hospitality businesses, ours being amongst the highest in Europe, so that we can compete with our European neighbours.','Expert\'s View - Ufi Ibrahim','','inherit','closed','closed','','396-revision-v1','','','2017-07-11 13:31:11','2017-07-11 13:31:11','',396,'http://www.ontradeprogress.com/2017/07/11/396-revision-v1/',0,'revision','',0),(398,1,'2017-07-11 13:59:59','2017-07-11 13:59:59','&nbsp;\r\n<h3>The ALMR’s Chief Executive, Kate Nicholls, gives the readers of On-Trade Progress an exclusive, expert view on how the recent election could affect your business:</h3>\r\nThe snap calling of a General Election was intended to increase the Government’s majority and provide the Prime Minister with some sense of stability as Brexit negotiations opened. The result has provided anything but stability and we are now faced with a potentially shaky coalition at a time when businesses need reassurance and support.\r\n\r\nOne of the ALMR’s first orders of business following the election was to contact Ministers to remind them of the important role eating and drinking out businesses play both socially and economically. Pubs, restaurants and bars are fantastic employers and also serve valuable social functions as community focal points. We have also been in contact with Sajid Javid MP and the Department for Communities and Local Government to push for a wholesale reform of business rates as a matter of urgency.\r\n\r\nDuring the election campaign, there was cross-party consensus that this was a matter that needed dealing with promptly and we are pushing them to follow-up their promise to reform the system as their first priority. Many pubs have still not received the relief that was promised them at the Spring Budget. If businesses do not receive the support they are promised, or are unsure about how much they need to be paying, they will struggle to budget and plan their investment over the year.\r\n\r\nStability and clarity is needed more than ever now that the Government has begun negotiating the UK’s withdrawal from the European Union. Many businesses in the UK will be concerned about access to employees or raw materials and will be understandably worried about costs quickly rising. One area in which the Government can provide stability is in a revamped and streamlined business rates system that is responsive, fair and transparent. Eating and drinking out venues provide 1 in 7 of all new jobs and generate £63 billion in turnover, so this significant slice of the UK’s economy is in a position to play a very important role over the next few years. We can help provide investment and employment at a time when many are nervous about the future, but that can only happen if we are given a solid platform upon which to operate.\r\n\r\nThe ALMR will be in constant contact with the Government to ensure that our members and the wider sector are provided with a real opportunity to succeed. We have been encouraging our members to contact their MPs to secure their support and engagement early in this new Parliament. If you have not already done so, please do send your MP an email or a letter to make them aware of the good work you are doing in your constituency. Visit the ALMR’s website to use our Polimapper tool to see the benefits of eating and drinking out in your area and arm yourself with stats to get the politicians onside and help us all push for support from decision-makers.\r\n\r\nThe General Election may have had the opposite of its intended effect, but with a smaller Parliamentary majority, coupled with a strong, collective industry voice, it presents an opportunity to push for change, to provide the stability and clarity we need.','Expert\'s View - Kate Nicholls','','publish','open','open','','experts-view-kate-nicholls','','','2017-07-11 14:12:10','2017-07-11 14:12:10','',0,'http://www.ontradeprogress.com/?p=398',0,'post','',0),(399,1,'2017-07-11 13:50:54','2017-07-11 13:50:54','','page21','','inherit','closed','closed','','page21','','','2017-07-11 13:50:54','2017-07-11 13:50:54','',398,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/page21.jpg',0,'attachment','image/jpeg',0),(400,1,'2017-07-11 13:53:59','2017-07-11 13:53:59','','page21','','inherit','closed','closed','','page21-2','','','2017-07-11 13:53:59','2017-07-11 13:53:59','',398,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/page21-1.jpg',0,'attachment','image/jpeg',0),(401,1,'2017-07-11 13:58:19','2017-07-11 13:58:19','','Kate Nicholls','','inherit','closed','closed','','kate-nicholls','','','2017-10-23 17:13:34','2017-10-23 17:13:34','',398,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Kate-Nicholls.jpg',0,'attachment','image/jpeg',0),(402,1,'2017-07-11 13:59:34','2017-07-11 13:59:34','&nbsp;\r\n<h3>The ALMR’s Chief Executive, Kate Nicholls, gives the readers of On-Trade Progress an exclusive, expert view on how the recent election could affect your business:</h3>\r\nThe snap calling of a General Election was intended to increase the Government’s majority and provide the Prime Minister with some sense of stability as Brexit negotiations opened. The result has provided anything but stability and we are now faced with a potentially shaky coalition at a time when businesses need reassurance and support.\r\n\r\nOne of the ALMR’s first orders of business following the election was to contact Ministers to remind them of the important role eating and drinking out businesses play both socially and economically. Pubs, restaurants and bars are fantastic employers and also serve valuable social functions as community focal points. We have also been in contact with Sajid Javid MP and the Department for Communities and Local Government to push for a wholesale reform of business rates as a matter of urgency.\r\n\r\nDuring the election campaign, there was cross-party consensus that this was a matter that needed dealing with promptly and we are pushing them to follow-up their promise to reform the system as their first priority. Many pubs have still not received the relief that was promised them at the Spring Budget. If businesses do not receive the support they are promised, or are unsure about how much they need to be paying, they will struggle to budget and plan their investment over the year.\r\n\r\nStability and clarity is needed more than ever now that the Government has begun negotiating the UK’s withdrawal from the European Union. Many businesses in the UK will be concerned about access to employees or raw materials and will be understandably worried about costs quickly rising. One area in which the Government can provide stability is in a revamped and streamlined business rates system that is responsive, fair and transparent. Eating and drinking out venues provide 1 in 7 of all new jobs and generate £63 billion in turnover, so this significant slice of the UK’s economy is in a position to play a very important role over the next few years. We can help provide investment and employment at a time when many are nervous about the future, but that can only happen if we are given a solid platform upon which to operate.\r\n\r\nThe ALMR will be in constant contact with the Government to ensure that our members and the wider sector are provided with a real opportunity to succeed. We have been encouraging our members to contact their MPs to secure their support and engagement early in this new Parliament. If you have not already done so, please do send your MP an email or a letter to make them aware of the good work you are doing in your constituency. Visit the ALMR’s website to use our Polimapper tool to see the benefits of eating and drinking out in your area and arm yourself with stats to get the politicians onside and help us all push for support from decision-makers.\r\n\r\nThe General Election may have had the opposite of its intended effect, but with a smaller Parliamentary majority, coupled with a strong, collective industry voice, it presents an opportunity to push for change, to provide the stability and clarity we need.','Expert\'s View - Kate Nicholls','','inherit','closed','closed','','398-revision-v1','','','2017-07-11 13:59:34','2017-07-11 13:59:34','',398,'http://www.ontradeprogress.com/2017/07/11/398-revision-v1/',0,'revision','',0),(403,1,'2017-07-13 10:24:31','2017-07-13 10:24:31','<h3><strong>On-Trade Progress’ ‘Venue of the Month’ for July is the Merchant House, just off Fleet Street in London. A cocktail bar, home to rare and unusual ingredients and over 500 different whiskies! Chief Editor and Whiskey Fiend, Mike Underwood, had some questions for the Merchant House. Find out how it went below.</strong></h3>\r\n<h5><strong>Tell us about your venue. </strong></h5>\r\nWe are first and foremost a cocktail bar, with a particular penchant for the finer, floral and refined whiskies of Ireland and the Scottish coastline. We celebrate the brighter, beautiful and verdant aspects of this beautiful spirit.\r\n<h5><strong>Who are your target audience?</strong></h5>\r\nThose lovely people in the nearby vicinity and further afield who love cocktails, and those with a nose for whiskey. Being a whiskey lover is not a necessity, as we do things with the liquid that no one else does.\r\n<h5><strong>Where did the idea for your venue come from?</strong></h5>\r\nWe\'ve always been advocates of exploring and understand the histories and production methods of the liquid we offer, and the more we looked into whiskey, the more we found that it\'s roots don\'t lie in today\'s perceived world of armchairs and the palates of old men, but it\'s in fact a fresh, vibrant and invigorating liquid from the peripheries of the home land.\r\n<h5><strong>What was your idea for the aesthetics and design?</strong></h5>\r\nThe nature of the liquid, somewhat at odds with what one may expect, calls for more naturalistic approach, and so we\'ve focused on that floral and verdant aspect. Hence the green bespoke furniture, white marble table and bar tops, and bright, pink hue on the walls.\r\n<h5><strong>What struggles did you face when setting the venue up?</strong></h5>\r\nWe approached Merchant House of Fleet Street with the same hands-on approach we always do, and did much of the necessary works ourselves. Of course the legal and licensing sides were a challenge, but we hired the right partners. We understand that our choices are at odds with a typical whiskey concept, but reconciling that with the cocktails wasn\'t too difficult once we believed in the goal.\r\n<h5><strong>What makes you different to your competitors?</strong></h5>\r\nOur difference begins at the outset, we don\'t take whiskey down the well worn route of dark, candlelit spaces and tired armchairs, instead we elevate the category into bright, airy, invigorating surroundings, with fresh, botanical led cocktails based on a romantic, lush history.\r\n<h5><strong>How important do you think it is to your business to offer something unique?</strong></h5>\r\nAlthough our product is indeed unique, we believe it would be pointless without the attention to detail and unique hospitality behind it. That USP is vital, but comes in many forms\r\n<h5><strong>Tell us about the different events you do and the effect these have on your business?</strong></h5>\r\nOur events are more celebrations of the fine spirits and others which influence what we do. They bring something different to the guest offering and open a conversation about why we made the decisions we did in bringing Merchant House to life. This engagement helps cement relationships with our regular guests\r\n<h5><strong>Wh</strong><strong>at variety of drinks do you offer?</strong></h5>\r\nOur signature cocktails are our in house creations and these best reflect what we do. We engage strongly with classic cocktails also, in particular our interpretations of vintage recipes. Our neat spirits are served with an unpretentious and knowledgeable attitude, as are all of our drinks.\r\n<h5><strong>What food do you offer?</strong></h5>\r\nThe food is reflective of the concept; oysters, cured meats, fine cheeses. Perfect accompaniments to fine drinking.\r\n<h5><strong>What are your day to day struggles at the moment?</strong></h5>\r\nManaging two very different sites, with a team that continues to grow and works at both venues, alongside our thriving consultancy certainly takes up a lot of our time and energy, but each perpetuates the other, so managing that growth in a way that we remain true to our values is the daily challenge.\r\n<h5><strong>What are your future plans?</strong></h5>\r\nMore Merchant House venues that continue to challenge the status quo of what hospitality can offer and achieve. And a continuation of the growing consultancy that aims to see industry wide standards improve, and attitudes towards staff being overhauled.\r\n\r\n[gallery link=\"none\" ids=\"407,406,404\"]\r\n\r\n<strong> </strong>','Venue of the Month - July','','publish','open','open','','venue-of-the-month-july','','','2017-07-13 10:24:31','2017-07-13 10:24:31','',0,'http://www.ontradeprogress.com/?p=403',0,'post','',0),(404,1,'2017-07-13 10:21:41','2017-07-13 10:21:41','','No1 2','','inherit','closed','closed','','no1-2','','','2017-07-13 10:21:41','2017-07-13 10:21:41','',403,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/No1-2.jpg',0,'attachment','image/jpeg',0),(405,1,'2017-07-13 10:21:44','2017-07-13 10:21:44','','','','inherit','closed','closed','','landing-page','','','2017-07-13 10:22:28','2017-07-13 10:22:28','',403,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/Landing-Page.jpg',0,'attachment','image/jpeg',0),(406,1,'2017-07-13 10:21:49','2017-07-13 10:21:49','','0118','','inherit','closed','closed','','0118','','','2017-07-13 10:21:49','2017-07-13 10:21:49','',403,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/0118.jpg',0,'attachment','image/jpeg',0),(407,1,'2017-07-13 10:21:53','2017-07-13 10:21:53','','No2','','inherit','closed','closed','','no2','','','2017-07-13 10:21:53','2017-07-13 10:21:53','',403,'http://www.ontradeprogress.com/wp-content/uploads/2017/07/No2.jpg',0,'attachment','image/jpeg',0),(408,1,'2017-07-13 10:22:31','2017-07-13 10:22:31','<h3><strong>On-Trade Progress’ ‘Venue of the Month’ for July is the Merchant House, just off Fleet Street in London. A cocktail bar, home to rare and unusual ingredients and over 500 different whiskies! Chief Editor and Whiskey Fiend, Mike Underwood, had some questions for the Merchant House. Find out how it went below.</strong></h3>\r\n<h5><strong>Tell us about your venue. </strong></h5>\r\nWe are first and foremost a cocktail bar, with a particular penchant for the finer, floral and refined whiskies of Ireland and the Scottish coastline. We celebrate the brighter, beautiful and verdant aspects of this beautiful spirit.\r\n<h5><strong>Who are your target audience?</strong></h5>\r\nThose lovely people in the nearby vicinity and further afield who love cocktails, and those with a nose for whiskey. Being a whiskey lover is not a necessity, as we do things with the liquid that no one else does.\r\n<h5><strong>Where did the idea for your venue come from?</strong></h5>\r\nWe\'ve always been advocates of exploring and understand the histories and production methods of the liquid we offer, and the more we looked into whiskey, the more we found that it\'s roots don\'t lie in today\'s perceived world of armchairs and the palates of old men, but it\'s in fact a fresh, vibrant and invigorating liquid from the peripheries of the home land.\r\n<h5><strong>What was your idea for the aesthetics and design?</strong></h5>\r\nThe nature of the liquid, somewhat at odds with what one may expect, calls for more naturalistic approach, and so we\'ve focused on that floral and verdant aspect. Hence the green bespoke furniture, white marble table and bar tops, and bright, pink hue on the walls.\r\n<h5><strong>What struggles did you face when setting the venue up?</strong></h5>\r\nWe approached Merchant House of Fleet Street with the same hands-on approach we always do, and did much of the necessary works ourselves. Of course the legal and licensing sides were a challenge, but we hired the right partners. We understand that our choices are at odds with a typical whiskey concept, but reconciling that with the cocktails wasn\'t too difficult once we believed in the goal.\r\n<h5><strong>What makes you different to your competitors?</strong></h5>\r\nOur difference begins at the outset, we don\'t take whiskey down the well worn route of dark, candlelit spaces and tired armchairs, instead we elevate the category into bright, airy, invigorating surroundings, with fresh, botanical led cocktails based on a romantic, lush history.\r\n<h5><strong>How important do you think it is to your business to offer something unique?</strong></h5>\r\nAlthough our product is indeed unique, we believe it would be pointless without the attention to detail and unique hospitality behind it. That USP is vital, but comes in many forms\r\n<h5><strong>Tell us about the different events you do and the effect these have on your business?</strong></h5>\r\nOur events are more celebrations of the fine spirits and others which influence what we do. They bring something different to the guest offering and open a conversation about why we made the decisions we did in bringing Merchant House to life. This engagement helps cement relationships with our regular guests\r\n<h5><strong>Wh</strong><strong>at variety of drinks do you offer?</strong></h5>\r\nOur signature cocktails are our in house creations and these best reflect what we do. We engage strongly with classic cocktails also, in particular our interpretations of vintage recipes. Our neat spirits are served with an unpretentious and knowledgeable attitude, as are all of our drinks.\r\n<h5><strong>What food do you offer?</strong></h5>\r\nThe food is reflective of the concept; oysters, cured meats, fine cheeses. Perfect accompaniments to fine drinking.\r\n<h5><strong>What are your day to day struggles at the moment?</strong></h5>\r\nManaging two very different sites, with a team that continues to grow and works at both venues, alongside our thriving consultancy certainly takes up a lot of our time and energy, but each perpetuates the other, so managing that growth in a way that we remain true to our values is the daily challenge.\r\n<h5><strong>What are your future plans?</strong></h5>\r\nMore Merchant House venues that continue to challenge the status quo of what hospitality can offer and achieve. And a continuation of the growing consultancy that aims to see industry wide standards improve, and attitudes towards staff being overhauled.\r\n\r\n<strong> </strong>','Venue of the Month - July','','inherit','closed','closed','','403-revision-v1','','','2017-07-13 10:22:31','2017-07-13 10:22:31','',403,'http://www.ontradeprogress.com/2017/07/13/403-revision-v1/',0,'revision','',0),(409,1,'2017-07-13 10:23:34','2017-07-13 10:23:34','<h3><strong>On-Trade Progress’ ‘Venue of the Month’ for July is the Merchant House, just off Fleet Street in London. A cocktail bar, home to rare and unusual ingredients and over 500 different whiskies! Chief Editor and Whiskey Fiend, Mike Underwood, had some questions for the Merchant House. Find out how it went below.</strong></h3>\r\n<h5><strong>Tell us about your venue. </strong></h5>\r\nWe are first and foremost a cocktail bar, with a particular penchant for the finer, floral and refined whiskies of Ireland and the Scottish coastline. We celebrate the brighter, beautiful and verdant aspects of this beautiful spirit.\r\n<h5><strong>Who are your target audience?</strong></h5>\r\nThose lovely people in the nearby vicinity and further afield who love cocktails, and those with a nose for whiskey. Being a whiskey lover is not a necessity, as we do things with the liquid that no one else does.\r\n<h5><strong>Where did the idea for your venue come from?</strong></h5>\r\nWe\'ve always been advocates of exploring and understand the histories and production methods of the liquid we offer, and the more we looked into whiskey, the more we found that it\'s roots don\'t lie in today\'s perceived world of armchairs and the palates of old men, but it\'s in fact a fresh, vibrant and invigorating liquid from the peripheries of the home land.\r\n<h5><strong>What was your idea for the aesthetics and design?</strong></h5>\r\nThe nature of the liquid, somewhat at odds with what one may expect, calls for more naturalistic approach, and so we\'ve focused on that floral and verdant aspect. Hence the green bespoke furniture, white marble table and bar tops, and bright, pink hue on the walls.\r\n<h5><strong>What struggles did you face when setting the venue up?</strong></h5>\r\nWe approached Merchant House of Fleet Street with the same hands-on approach we always do, and did much of the necessary works ourselves. Of course the legal and licensing sides were a challenge, but we hired the right partners. We understand that our choices are at odds with a typical whiskey concept, but reconciling that with the cocktails wasn\'t too difficult once we believed in the goal.\r\n<h5><strong>What makes you different to your competitors?</strong></h5>\r\nOur difference begins at the outset, we don\'t take whiskey down the well worn route of dark, candlelit spaces and tired armchairs, instead we elevate the category into bright, airy, invigorating surroundings, with fresh, botanical led cocktails based on a romantic, lush history.\r\n<h5><strong>How important do you think it is to your business to offer something unique?</strong></h5>\r\nAlthough our product is indeed unique, we believe it would be pointless without the attention to detail and unique hospitality behind it. That USP is vital, but comes in many forms\r\n<h5><strong>Tell us about the different events you do and the effect these have on your business?</strong></h5>\r\nOur events are more celebrations of the fine spirits and others which influence what we do. They bring something different to the guest offering and open a conversation about why we made the decisions we did in bringing Merchant House to life. This engagement helps cement relationships with our regular guests\r\n<h5><strong>Wh</strong><strong>at variety of drinks do you offer?</strong></h5>\r\nOur signature cocktails are our in house creations and these best reflect what we do. We engage strongly with classic cocktails also, in particular our interpretations of vintage recipes. Our neat spirits are served with an unpretentious and knowledgeable attitude, as are all of our drinks.\r\n<h5><strong>What food do you offer?</strong></h5>\r\nThe food is reflective of the concept; oysters, cured meats, fine cheeses. Perfect accompaniments to fine drinking.\r\n<h5><strong>What are your day to day struggles at the moment?</strong></h5>\r\nManaging two very different sites, with a team that continues to grow and works at both venues, alongside our thriving consultancy certainly takes up a lot of our time and energy, but each perpetuates the other, so managing that growth in a way that we remain true to our values is the daily challenge.\r\n<h5><strong>What are your future plans?</strong></h5>\r\nMore Merchant House venues that continue to challenge the status quo of what hospitality can offer and achieve. And a continuation of the growing consultancy that aims to see industry wide standards improve, and attitudes towards staff being overhauled.\r\n\r\n[gallery link=\"none\" ids=\"407,406,404\"]\r\n\r\n<strong> </strong>','Venue of the Month - July','','inherit','closed','closed','','403-revision-v1','','','2017-07-13 10:23:34','2017-07-13 10:23:34','',403,'http://www.ontradeprogress.com/2017/07/13/403-revision-v1/',0,'revision','',0),(411,1,'2017-07-13 15:01:37','0000-00-00 00:00:00','<h3><strong>On-Trade Progress’ ‘Venue of the Month’ for July is the Merchant House, just off Fleet Street in London. A cocktail bar, home to rare and unusual ingredients and over 500 different whiskies! Chief Editor and Whiskey Fiend, Mike Underwood, had some questions for the Merchant House. Find out how it went below.</strong></h3>\r\n<h5><strong>Tell us about your venue. </strong></h5>\r\nWe are first and foremost a cocktail bar, with a particular penchant for the finer, floral and refined whiskies of Ireland and the Scottish coastline. We celebrate the brighter, beautiful and verdant aspects of this beautiful spirit.\r\n<h5><strong>Who are your target audience?</strong></h5>\r\nThose lovely people in the nearby vicinity and further afield who love cocktails, and those with a nose for whiskey. Being a whiskey lover is not a necessity, as we do things with the liquid that no one else does.\r\n<h5><strong>Where did the idea for your venue come from?</strong></h5>\r\nWe\'ve always been advocates of exploring and understand the histories and production methods of the liquid we offer, and the more we looked into whiskey, the more we found that it\'s roots don\'t lie in today\'s perceived world of armchairs and the palates of old men, but it\'s in fact a fresh, vibrant and invigorating liquid from the peripheries of the home land.\r\n<h5><strong>What was your idea for the aesthetics and design?</strong></h5>\r\nThe nature of the liquid, somewhat at odds with what one may expect, calls for more naturalistic approach, and so we\'ve focused on that floral and verdant aspect. Hence the green bespoke furniture, white marble table and bar tops, and bright, pink hue on the walls.\r\n<h5><strong>What struggles did you face when setting the venue up?</strong></h5>\r\nWe approached Merchant House of Fleet Street with the same hands-on approach we always do, and did much of the necessary works ourselves. Of course the legal and licensing sides were a challenge, but we hired the right partners. We understand that our choices are at odds with a typical whiskey concept, but reconciling that with the cocktails wasn\'t too difficult once we believed in the goal.\r\n<h5><strong>What makes you different to your competitors?</strong></h5>\r\nOur difference begins at the outset, we don\'t take whiskey down the well worn route of dark, candlelit spaces and tired armchairs, instead we elevate the category into bright, airy, invigorating surroundings, with fresh, botanical led cocktails based on a romantic, lush history.\r\n<h5><strong>How important do you think it is to your business to offer something unique?</strong></h5>\r\nAlthough our product is indeed unique, we believe it would be pointless without the attention to detail and unique hospitality behind it. That USP is vital, but comes in many forms\r\n<h5><strong>Tell us about the different events you do and the effect these have on your business?</strong></h5>\r\nOur events are more celebrations of the fine spirits and others which influence what we do. They bring something different to the guest offering and open a conversation about why we made the decisions we did in bringing Merchant House to life. This engagement helps cement relationships with our regular guests\r\n<h5><strong>Wh</strong><strong>at variety of drinks do you offer?</strong></h5>\r\nOur signature cocktails are our in house creations and these best reflect what we do. We engage strongly with classic cocktails also, in particular our interpretations of vintage recipes. Our neat spirits are served with an unpretentious and knowledgeable attitude, as are all of our drinks.\r\n<h5><strong>What food do you offer?</strong></h5>\r\nThe food is reflective of the concept; oysters, cured meats, fine cheeses. Perfect accompaniments to fine drinking.\r\n<h5><strong>What are your day to day struggles at the moment?</strong></h5>\r\nManaging two very different sites, with a team that continues to grow and works at both venues, alongside our thriving consultancy certainly takes up a lot of our time and energy, but each perpetuates the other, so managing that growth in a way that we remain true to our values is the daily challenge.\r\n<h5><strong>What are your future plans?</strong></h5>\r\nMore Merchant House venues that continue to challenge the status quo of what hospitality can offer and achieve. And a continuation of the growing consultancy that aims to see industry wide standards improve, and attitudes towards staff being overhauled.\r\n\r\n[gallery link=\"none\" ids=\"407,406,404\"]\r\n\r\n<strong> </strong>','Venue of the Month - July','','draft','open','open','','venue-of-the-month-july','','','2017-07-13 15:01:37','0000-00-00 00:00:00','',0,'http://www.ontradeprogress.com/?p=411',0,'post','',0),(414,1,'2017-08-21 13:10:07','2017-08-21 13:10:07','<h3 style=\"text-align: center;\">Thursday Nights at the Beach?</h3>\r\nWe have something different and extremely exciting for our August Venue of the Month Feature. I have spent a lot of time in London over the past few weeks attending meetings, trade shows and new product launches and I heard a lot of hushed whispers about a Thursday night BBQ beach party! That’s right, a beach party. In London. On Thursday nights. This was something I had to see, for the purpose of work of course!\r\n\r\nThursday night came around and I made my way to the venue, lilo and armbands in tow. The Brixton Rooftop Bar is situated in the heart of Southwest London and goes a long way towards maintaining the modern, affluent and trendy image of the area. The event itself, “Brixton Beach’s BBQ Thursday”, is set on Brixton’s rooftop beach just a stone’s throw away from the hustle and bustle of Brixton market, making the relaxing, sunny-holiday atmosphere the perfect escape from the sweltering city rush.\r\n\r\nSince the launch of Brixton Rooftop in November 2015, the Space Bars team have hosted a number of innovative pop-up events, providing South London with unique and entertaining experiences whilst creating a space that is welcoming for people to simply just have some food and drink. By creating an individual and interesting space for like-minded people to meet, eat and drink on weekends and after work; Brixton Rooftop creates a fun and engaging narrative to inspire high level production, showcasing some of London’s best street food and seasonal cocktails.\r\n\r\nI speak to a lot of hospitality venue owners who are looking to do something unique to build up a big buzz about their establishment, but a lack of space always tends to be a bit of a problem. These weekly events prove that you can achieve remarkable things in spaces that you wouldn’t think it would be possible to do so. Guests are invited to the beach every Thursday evening throughout the summer for “Brixton Beach BBQ Takeovers”, where London’s BBQ specialists and chefs take over for one evening filled with mouth-watering food, creative cocktails, Latino beats and Salsa sessions, making for an ideal Thursday evening, spent enjoying the spoils of the British summer.\r\n\r\nOn this particular Thursday, Brixton Beach welcomed Tim Anderson, MasterChef winner and founder of Japanese soul food sensation Nanban, to host a Japanese inspired rooftop BBQ filled with bold flavours and foreign influences. Tim curated a one-off menu featuring a Yakitori Trio; chicken thigh and spring onion with a sesame glaze; chicken breast with pickled plum and shiso or chicken and shiitake meatballs with yuzu glaze. I have to confess to trying all three (washed down nicely with gin &amp; tonic, then Pimm’s), and each was absolutely exquisite. Those after a meatier feast could tuck in to Teriyaki Ox Cheek served with watercress and a sweet onion salad. Also on the menu is Nanban’s famous Umami Chips, with mushroom-seaweed salt and a miso-parmesan mayo.\r\n\r\nThere’s another exciting event approaching at Brixton Beach at the end of this month (24th August), when they celebrate their pre-carnival party, in collaboration with Guadeloupean bokits specialists, Bokit’La. For one night, the beach is transformed into a Caribbean fiesta, taking guests on a trip to the streets of Havana, complete with steel bands set to transport guests to a beachside paradise. The Beach BBQ takeover will see Bokit’La serve up a storm with their Guadeloupean special sandwiches, Bokits, filled with chicken, salt fish or their new vegan aubergine.\r\n\r\nEvery Thursday, Brixton Beach also welcomes Richard Voogt from Dsantos Dance UK to host Salsa sessions on the beach, where beginners to professionals are invited to sashay the nights away while being transported to the heart of Havana by DJ Dennis The Chemist.\r\n\r\nAs someone who frequents a variety of different hospitality venues regularly, I can honestly say that I haven’t seen anything like this. “Brixton Beach’s BBQ Thursday” is only on throughout the summer, so if you haven’t been yet, add this to your bucket list. The organisers prove that space is not an issue if you want to offer something unique. They serve fresh, sizzling, flame grilled food and refreshing, fruity drinks on a rooftop beach in a busy city. If they can produce something so perfect and unique in a space-limited location, then what is your excuse?','Venue of the Month - August','','publish','closed','open','','venue-month-august','','','2017-08-21 13:35:01','2017-08-21 13:35:01','',0,'http://www.ontradeprogress.com/?p=414',0,'post','',0),(415,1,'2017-08-21 13:09:14','2017-08-21 13:09:14','','Beach','','inherit','closed','closed','','leech_20140731_118961','','','2017-08-21 13:09:22','2017-08-21 13:09:22','',414,'http://www.ontradeprogress.com/wp-content/uploads/2017/08/page-28-aug-4.jpg',0,'attachment','image/jpeg',0),(416,1,'2017-08-21 13:09:42','2017-08-21 13:09:42','<h3 style=\"text-align: center;\">Thursday Nights at the Beach?</h3>\r\nWe have something different and extremely exciting for our August Venue of the Month Feature. I have spent a lot of time in London over the past few weeks attending meetings, trade shows and new product launches and I heard a lot of hushed whispers about a Thursday night BBQ beach party! That’s right, a beach party. In London. On Thursday nights. This was something I had to see, for the purpose of work of course!\r\n\r\nThursday night came around and I made my way to the venue, lilo and armbands in tow. The Brixton Rooftop Bar is situated in the heart of Southwest London and goes a long way towards maintaining the modern, affluent and trendy image of the area. The event itself, “Brixton Beach’s BBQ Thursday”, is set on Brixton’s rooftop beach just a stone’s throw away from the hustle and bustle of Brixton market, making the relaxing, sunny-holiday atmosphere the perfect escape from the sweltering city rush.\r\n\r\nSince the launch of Brixton Rooftop in November 2015, the Space Bars team have hosted a number of innovative pop-up events, providing South London with unique and entertaining experiences whilst creating a space that is welcoming for people to simply just have some food and drink. By creating an individual and interesting space for like-minded people to meet, eat and drink on weekends and after work; Brixton Rooftop creates a fun and engaging narrative to inspire high level production, showcasing some of London’s best street food and seasonal cocktails.\r\n\r\nI speak to a lot of hospitality venue owners who are looking to do something unique to build up a big buzz about their establishment, but a lack of space always tends to be a bit of a problem. These weekly events prove that you can achieve remarkable things in spaces that you wouldn’t think it would be possible to do so. Guests are invited to the beach every Thursday evening throughout the summer for “Brixton Beach BBQ Takeovers”, where London’s BBQ specialists and chefs take over for one evening filled with mouth-watering food, creative cocktails, Latino beats and Salsa sessions, making for an ideal Thursday evening, spent enjoying the spoils of the British summer.\r\n\r\nOn this particular Thursday, Brixton Beach welcomed Tim Anderson, MasterChef winner and founder of Japanese soul food sensation Nanban, to host a Japanese inspired rooftop BBQ filled with bold flavours and foreign influences. Tim curated a one-off menu featuring a Yakitori Trio; chicken thigh and spring onion with a sesame glaze; chicken breast with pickled plum and shiso or chicken and shiitake meatballs with yuzu glaze. I have to confess to trying all three (washed down nicely with gin &amp; tonic, then Pimm’s), and each was absolutely exquisite. Those after a meatier feast could tuck in to Teriyaki Ox Cheek served with watercress and a sweet onion salad. Also on the menu is Nanban’s famous Umami Chips, with mushroom-seaweed salt and a miso-parmesan mayo.\r\n\r\nThere’s another exciting event approaching at Brixton Beach at the end of this month (24th August), when they celebrate their pre-carnival party, in collaboration with Guadeloupean bokits specialists, Bokit’La. For one night, the beach is transformed into a Caribbean fiesta, taking guests on a trip to the streets of Havana, complete with steel bands set to transport guests to a beachside paradise. The Beach BBQ takeover will see Bokit’La serve up a storm with their Guadeloupean special sandwiches, Bokits, filled with chicken, salt fish or their new vegan aubergine.\r\n\r\nEvery Thursday, Brixton Beach also welcomes Richard Voogt from Dsantos Dance UK to host Salsa sessions on the beach, where beginners to professionals are invited to sashay the nights away while being transported to the heart of Havana by DJ Dennis The Chemist.\r\n\r\nAs someone who frequents a variety of different hospitality venues regularly, I can honestly say that I haven’t seen anything like this. “Brixton Beach’s BBQ Thursday” is only on throughout the summer, so if you haven’t been yet, add this to your bucket list. The organisers prove that space is not an issue if you want to offer something unique. They serve fresh, sizzling, flame grilled food and refreshing, fruity drinks on a rooftop beach in a busy city. If they can produce something so perfect and unique in a space-limited location, then what is your excuse?','Venue of the Month - August','','inherit','closed','closed','','414-revision-v1','','','2017-08-21 13:09:42','2017-08-21 13:09:42','',414,'http://www.ontradeprogress.com/2017/08/21/414-revision-v1/',0,'revision','',0),(417,1,'2017-08-21 14:06:59','2017-08-21 14:06:59','<h3 style=\"text-align: center;\">Furnishing Festivals</h3>\r\nOn-Trade Progress’ Chief Editor Mike Underwood speaks with Pascal Faes, Managing Director at De Feesttafel, the events company behind Belgium’s leading Heavy Metal Festival; Graspop Metal Meeting.\r\n\r\nInterior design within Hospitality Venues is a regular focus for us as we aim to bring our thousands of readers and followers the best ideas for enhancing the aesthetics of their establishments. In addition to all of the licensees and operators who read our publication each month, there are a lot of festival and event organisers. So when I was presented the opportunity to speak with some of the organisers at one of Europe’s most popular Rock Music Festivals, I thought it would be highly informative for me to gather some information on the Design and Furnishing requirements for such a heavily attended event.\r\n\r\nGraspop Metal Meeting is an annual event, held in the Anwerp region of Belgium towards the end of June. Graspop was established in 1996 and despite being hosted by a relatively small location, has been known to attract crowds of over 150,000 and have headliners such as Motorhead, The Ramones and Iron Maiden! With such high numbers passing through the gates each year, it is essential to make sure that every aspect of the event is of the highest quality and able to withstand such heavy crowds.\r\n\r\nFor their furniture and design needs, Graspop uses Belgian furniture manufacturer, FlexFurn. FlexFurn’s range of folding and stacking furniture is targeted towards hospitality venues and events. They manufacture a range of unique, bespoke and stand-out products that could really transform your event and create a special occasion for everyone visiting. I had a few questions for Pascal about the festival and how they worked with their suppliers:\r\n<h5><strong>Tell me about Graspop</strong></h5>\r\nGraspop Metal Meeting is a large annual metal festival, running since 1996. It attracts more than 150.000 visitors over a 3 day period in June by showcasing the most popular international bands in the genre. Since 1996, Iron Maiden have been the most frequent headliners, visiting 8 times. This year, some of the better known bands were Rammstein, Scorpions, Deep Purple, Monster Magnet and Sepultura to name but a few.\r\n<h5><strong>Did you have a plan in mind when choosing the design and aesthetics for the festival?</strong></h5>\r\nEvent company De Feesttafel did the Graspop Metal Meeting, using FlexFurn furniture exclusively. We have worked with Pascal Faes, owner of De Feesttafel for a couple of years and he knows our sense of style. They started out with the number of seating places we wanted to create, the atmosphere of the festival and the corporate identity. Once they knew that, the plan followed quickly. Because it is a metal festival, we opted for a combination of black and red which suits the heavy metal vibe perfectly. We also tried to buy a diverse mix of furniture, so we can also use this for other major events in the future. The fact that FlexFurn´s furniture is multifunctional, (you can easily change the table tops of Flow and Kubo tables, and you can even change the seat pads of the Kubo Bar barstools) makes it an investment that will have a very good ROI.\r\n<h5><strong>Why did you choose to work with FlexFurn?</strong></h5>\r\nWe have been working with Flexfurn for a long time and one of the most important reasons is that they produce quality furniture at a fair price. Equally important, is that they offer a fully consultative service, taking into account our needs and also handle all of the logistical problems; including how to transport, install and store the furniture.\r\n<h5><strong>How was your experience of working with FlexFurn?</strong></h5>\r\nVery pleasant. The FlexFurn team made sure we got the correct quotations quickly and they were very much “in the know” of our needs and our project. Our deadlines were respected, which was very important to us because the festival does not wait! Materials were delivered on time and because they have a good logistics partner, everything looked good and nothing was damaged. A couple of items were even delivered on site by FlexFurn, which saved us time and money!\r\n<h5><strong>How do you choose your suppliers and what do you look for?</strong></h5>\r\nWhat´s on offer, the quality, the price and the availability are most important to us. FlexFurn is a supplier that understands this.\r\n<h5><strong>What are the future plans for Graspop?</strong></h5>\r\nWe will continue providing a quality, genre specific music festival. It is important to keep working with the perfect suppliers to ensure everything runs smoothly. We will make some changes to the setup and the look every year, so it does not become boring or outdated and we are certain that FlexFurn is the right partner for us to do this.','Furnishing Festivals','','publish','closed','open','','furnishing-festivals','','','2017-08-21 14:09:42','2017-08-21 14:09:42','',0,'http://www.ontradeprogress.com/?p=417',0,'post','',0),(418,1,'2017-08-21 14:04:58','2017-08-21 14:04:58','','De Feesttafel','','inherit','closed','closed','','page-44','','','2017-08-21 14:06:24','2017-08-21 14:06:24','',417,'http://www.ontradeprogress.com/wp-content/uploads/2017/08/Page-44.jpg',0,'attachment','image/jpeg',0),(419,1,'2017-08-21 14:06:30','2017-08-21 14:06:30','<h3 style=\"text-align: center;\">Furnishing Festivals</h3>\r\nOn-Trade Progress’ Chief Editor Mike Underwood speaks with Pascal Faes, Managing Director at De Feesttafel, the events company behind Belgium’s leading Heavy Metal Festival; Graspop Metal Meeting.\r\n\r\nInterior design within Hospitality Venues is a regular focus for us as we aim to bring our thousands of readers and followers the best ideas for enhancing the aesthetics of their establishments. In addition to all of the licensees and operators who read our publication each month, there are a lot of festival and event organisers. So when I was presented the opportunity to speak with some of the organisers at one of Europe’s most popular Rock Music Festivals, I thought it would be highly informative for me to gather some information on the Design and Furnishing requirements for such a heavily attended event.\r\n\r\nGraspop Metal Meeting is an annual event, held in the Anwerp region of Belgium towards the end of June. Graspop was established in 1996 and despite being hosted by a relatively small location, has been known to attract crowds of over 150,000 and have headliners such as Motorhead, The Ramones and Iron Maiden! With such high numbers passing through the gates each year, it is essential to make sure that every aspect of the event is of the highest quality and able to withstand such heavy crowds.\r\n\r\nFor their furniture and design needs, Graspop uses Belgian furniture manufacturer, FlexFurn. FlexFurn’s range of folding and stacking furniture is targeted towards hospitality venues and events. They manufacture a range of unique, bespoke and stand-out products that could really transform your event and create a special occasion for everyone visiting. I had a few questions for Pascal about the festival and how they worked with their suppliers:\r\n<h5><strong>Tell me about Graspop</strong></h5>\r\nGraspop Metal Meeting is a large annual metal festival, running since 1996. It attracts more than 150.000 visitors over a 3 day period in June by showcasing the most popular international bands in the genre. Since 1996, Iron Maiden have been the most frequent headliners, visiting 8 times. This year, some of the better known bands were Rammstein, Scorpions, Deep Purple, Monster Magnet and Sepultura to name but a few.\r\n<h5><strong>Did you have a plan in mind when choosing the design and aesthetics for the festival?</strong></h5>\r\nEvent company De Feesttafel did the Graspop Metal Meeting, using FlexFurn furniture exclusively. We have worked with Pascal Faes, owner of De Feesttafel for a couple of years and he knows our sense of style. They started out with the number of seating places we wanted to create, the atmosphere of the festival and the corporate identity. Once they knew that, the plan followed quickly. Because it is a metal festival, we opted for a combination of black and red which suits the heavy metal vibe perfectly. We also tried to buy a diverse mix of furniture, so we can also use this for other major events in the future. The fact that FlexFurn´s furniture is multifunctional, (you can easily change the table tops of Flow and Kubo tables, and you can even change the seat pads of the Kubo Bar barstools) makes it an investment that will have a very good ROI.\r\n<h5><strong>Why did you choose to work with FlexFurn?</strong></h5>\r\nWe have been working with Flexfurn for a long time and one of the most important reasons is that they produce quality furniture at a fair price. Equally important, is that they offer a fully consultative service, taking into account our needs and also handle all of the logistical problems; including how to transport, install and store the furniture.\r\n<h5><strong>How was your experience of working with FlexFurn?</strong></h5>\r\nVery pleasant. The FlexFurn team made sure we got the correct quotations quickly and they were very much “in the know” of our needs and our project. Our deadlines were respected, which was very important to us because the festival does not wait! Materials were delivered on time and because they have a good logistics partner, everything looked good and nothing was damaged. A couple of items were even delivered on site by FlexFurn, which saved us time and money!\r\n<h5><strong>How do you choose your suppliers and what do you look for?</strong></h5>\r\nWhat´s on offer, the quality, the price and the availability are most important to us. FlexFurn is a supplier that understands this.\r\n<h5><strong>What are the future plans for Graspop?</strong></h5>\r\nWe will continue providing a quality, genre specific music festival. It is important to keep working with the perfect suppliers to ensure everything runs smoothly. We will make some changes to the setup and the look every year, so it does not become boring or outdated and we are certain that FlexFurn is the right partner for us to do this.','Furnishing Festivals','','inherit','closed','closed','','417-revision-v1','','','2017-08-21 14:06:30','2017-08-21 14:06:30','',417,'http://www.ontradeprogress.com/2017/08/21/417-revision-v1/',0,'revision','',0),(420,1,'2017-08-21 14:21:44','2017-08-21 14:21:44','<h3 style=\"text-align: center;\">Cocktail of the Month</h3>\r\nOn-Trade Progress’ Cocktail of the Month for August comes from the experienced and creative cocktail experts; Mixology Group. Their cocktail of choice for this August issue is The Rambling Rose, a gin-based tipple that uses Fentiman’s new Rose Syrup to really bring out the flavour in the spirit. We all know how popular gin is at the minute, so get this on your menu and put a smile on your punters’ faces!\r\n<h3><strong><u>The Rambling Rose</u></strong></h3>\r\n50ml Blackdown Sussex Gin\r\n\r\n15ml House of Broughton Rose Syrup\r\n\r\n25ml Lemon Juice\r\n\r\n1 Egg white\r\n\r\nDehydrated Lemon Wheel\r\n<ol>\r\n 	<li>Place all ingredients into shaker with ice</li>\r\n 	<li>Shake hard over ice</li>\r\n 	<li>Discard the ice and shake again to create the foam</li>\r\n 	<li>Pour into Champagne Saucer and garnish with a dehydrated lemon wheel</li>\r\n</ol>\r\n<h5><strong>About Mixology Group </strong></h5>\r\nMixology Group, established in 2010, are providers of approved and accredited Bar Training Courses and Consultancy Packages. Myles Cunliffe, Director of Mixology Group, was this year awarded ‘Imbibe Educator of the Year’ and has been training in the industry for over 13 years.\r\n\r\nWith their recently upgraded bespoke bar school based in Brighton, Mixology Group offers a wide range of courses to suit the skills of all, from the absolute beginner to bar staff looking to expand their skillset. They offer a range of professional courses with quality assurance from VTCT for their own Global Bartenders Certificate, plus the accredited WSET Level 1 &amp; 2 in Spirits and The Whisky ambassador programme.\r\n\r\nIf you are looking for a more tailor made option then Mixology Group can come to you. They can help with the creation of your concept from start to finish, from menu design, glassware choices, meeting with brands and training your staff in house they have it covered and have provided this service for companies across to globe.\r\n\r\nFor further information on any of their services please go to <a href=\"http://www.mixologygroup.co.uk\">www.mixologygroup.co.uk</a> 01273 277076 <a href=\"mailto:info@mixologygroup.co.uk\">info@mixologygroup.co.uk</a>','Cocktail of the Month - The Rambling Rose','','publish','closed','open','','cocktail-month-rambling-rose','','','2017-08-21 14:21:44','2017-08-21 14:21:44','',0,'http://www.ontradeprogress.com/?p=420',0,'post','',0),(421,1,'2017-08-21 14:21:15','2017-08-21 14:21:15','','The Rambling Rose','','inherit','closed','closed','','sony-dsc','','','2017-08-21 14:21:40','2017-08-21 14:21:40','',420,'http://www.ontradeprogress.com/wp-content/uploads/2017/08/Page-26-Cocktail.jpg',0,'attachment','image/jpeg',0),(422,1,'2017-08-21 14:21:44','2017-08-21 14:21:44','<h3 style=\"text-align: center;\">Cocktail of the Month</h3>\r\nOn-Trade Progress’ Cocktail of the Month for August comes from the experienced and creative cocktail experts; Mixology Group. Their cocktail of choice for this August issue is The Rambling Rose, a gin-based tipple that uses Fentiman’s new Rose Syrup to really bring out the flavour in the spirit. We all know how popular gin is at the minute, so get this on your menu and put a smile on your punters’ faces!\r\n<h3><strong><u>The Rambling Rose</u></strong></h3>\r\n50ml Blackdown Sussex Gin\r\n\r\n15ml House of Broughton Rose Syrup\r\n\r\n25ml Lemon Juice\r\n\r\n1 Egg white\r\n\r\nDehydrated Lemon Wheel\r\n<ol>\r\n 	<li>Place all ingredients into shaker with ice</li>\r\n 	<li>Shake hard over ice</li>\r\n 	<li>Discard the ice and shake again to create the foam</li>\r\n 	<li>Pour into Champagne Saucer and garnish with a dehydrated lemon wheel</li>\r\n</ol>\r\n<h5><strong>About Mixology Group </strong></h5>\r\nMixology Group, established in 2010, are providers of approved and accredited Bar Training Courses and Consultancy Packages. Myles Cunliffe, Director of Mixology Group, was this year awarded ‘Imbibe Educator of the Year’ and has been training in the industry for over 13 years.\r\n\r\nWith their recently upgraded bespoke bar school based in Brighton, Mixology Group offers a wide range of courses to suit the skills of all, from the absolute beginner to bar staff looking to expand their skillset. They offer a range of professional courses with quality assurance from VTCT for their own Global Bartenders Certificate, plus the accredited WSET Level 1 &amp; 2 in Spirits and The Whisky ambassador programme.\r\n\r\nIf you are looking for a more tailor made option then Mixology Group can come to you. They can help with the creation of your concept from start to finish, from menu design, glassware choices, meeting with brands and training your staff in house they have it covered and have provided this service for companies across to globe.\r\n\r\nFor further information on any of their services please go to <a href=\"http://www.mixologygroup.co.uk\">www.mixologygroup.co.uk</a> 01273 277076 <a href=\"mailto:info@mixologygroup.co.uk\">info@mixologygroup.co.uk</a>','Cocktail of the Month - The Rambling Rose','','inherit','closed','closed','','420-revision-v1','','','2017-08-21 14:21:44','2017-08-21 14:21:44','',420,'http://www.ontradeprogress.com/2017/08/21/420-revision-v1/',0,'revision','',0),(423,1,'2017-08-21 14:55:44','2017-08-21 14:55:44','<h3 style=\"text-align: center;\"><strong>Child Sexual Exploitation - Awareness</strong></h3>\r\nThe sexual exploitation of children should not be considered to be a single act but an ongoing, often lengthy, process.  As a process, the opportunities to interrupt the same can be numerous.  Are you aware?\r\n\r\nRegrettably, Child Sexual Exploitation (CSE) is not a new phenomenon, nor are the perpetrators limited to TV or Radio personalities of the 70s and 80s or any socioeconomic or racial profile or group.\r\n\r\nThe NPCC (National Police Chiefs’ Council) defines CSE as:\r\n\r\n<em>“Sexual exploitation of children and young people under 18 involves exploitative situations, contexts and relationships where the young person (or third person/s) receive \'something\' (e.g. food, accommodation, drugs, alcohol, cigarettes, affection, gifts, money) as a result of them performing, and/or others performing on them sexual activities.”</em>\r\n\r\nStatistics show that 90% of offenders are male and 70% of that total are White.  The average age of an offender is 26.  The same data shows 80% of victims are female and 90% of that total white.  The average age of a victim is between 14 to 15 years.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>\r\n<h5><strong>So, have you taken reasonable steps to detect and/or deter CSE in your business?</strong></h5>\r\nResponsible operators are aware of the benefits of good training. Customer experiences are improved, efficiencies are gained and regulatory interventions are reduced; these are just a few of the benefits.\r\n\r\nModern induction training often covers a range of subjects from drug policies and under age challenges to food hygiene and customer service. Does your induction training package include CSE training and if not, why not?\r\n\r\nGrooming of victims takes place in all types of licensed premises and is not limited to any single sector.  Grooming can take any form including proxy purchases of alcohol from a pub or off licence, buying meals for vulnerable persons they are grooming, through to the renting of rooms in hotels to facilitate an assault.\r\n\r\nWe spoke to <strong>Christopher Grunert</strong>, a Partner at the solicitors firm John Gaunt &amp; Partners, who specialise in advising the leisure industry.\r\n\r\nWe asked him, are there a list of ‘red flags’ an Operator can look out for?\r\n\r\n“… <em>Every business attempts to be distinct and promote their points of difference between themselves and their competitors, in the case of CSE risks this is also true.  Every business must assess their own distinct operation, no two business are identical.  For a business such as a hotel, a list of potential ‘red flags’ could include:</em>\r\n<ul>\r\n 	<li><em>Guests refusing to provide credit card details and paying in cash, refusing to provide any form of identification,</em></li>\r\n 	<li><em>Guests who live locally seeking to rent a room without explanation</em></li>\r\n 	<li><em>Teenagers loitering near premises,</em></li>\r\n 	<li><em>Guests requesting isolated rooms and/or appearing secretive,</em></li>\r\n 	<li><em>Unexplained visitors to a guest\'s bedroom from within the hotel or from the street,</em></li>\r\n 	<li><em>Guests declining housekeeping,</em></li>\r\n 	<li><em>Bedding being removed from the room,</em></li>\r\n 	<li><em>Rooms with significant numbers of condoms or wrappers</em></li>\r\n 	<li><em>Signs of drug or alcohol misuse.</em></li>\r\n</ul>\r\n[1] NPCC Regional Problem Profiles 2016\r\n<em>\r\nBut, this is not a definitive list.  The danger, when preparing a training programme, is it to focus too much on creating a check list.  It may be preferably to engage with staff in manageable groups which facilitate discussion and ask them to come up with a list of ‘red flags’. To make staff ‘Aware’ of the possibility and how this should be tackled.\r\n</em><em>\r\nThe existence of any number of these flags does not necessarily mean that CSE is occurring at your premises, but they should prompt your staff to look more closely at the situation. If they see something they should be trained to say something.</em>\r\n\r\n<em>The aim of the training should be to raise awareness, not to give a definitive list.  Staff should be encouraged to report concerns and have a clear method for doing so.  The reporting policy can be more formal…</em>”\r\n\r\nThrough Police campaigns such as “Operation Make Safe”, enforcement authorities are increasingly testing that businesses in their communities reflect their core principles of:\r\n<ul>\r\n 	<li><strong>Prepare</strong>: Provide strong local leadership and effective systems in partnership to tackle Child Sexual Exploitation.</li>\r\n 	<li><strong>Prevent</strong>: Raise awareness of Child Sexual Exploitation among the business community to prevent incidents / repeat incidents of Child Sexual Exploitation within their premises/environment.</li>\r\n 	<li><strong>Protect</strong>: Establish working practices that enable the safeguarding of vulnerable young people and support to victims.</li>\r\n 	<li><strong>Pursue</strong>: Establish a framework for a flow of intelligence and information to assist agencies to disrupt, arrest and prosecute offenders.</li>\r\n</ul>\r\nStaff training would clearly be in keeping with these principals.\r\n\r\nCSE training should form part of any induction training programme within the hospitality sector, again we asked Christopher Grunert for any advice he may have for businesses creating a framework for CSE issues.\r\n\r\n“<em>….I would suggest that the way forward for Operators is to be alert and be open to the possibility of their premises may be used for CSE activities and to ensure:</em>\r\n<ul>\r\n 	<li><em>Staff are trained to be alert to the signs of such use.</em></li>\r\n 	<li><em>Such training, as with other training, should be recorded and regular refresher training undertaken. We can assist with content, if required.</em></li>\r\n 	<li><em>Hotels and premises providing accommodation need to be particularly alert to the possibility of CSE activity. For such premises, the authorities increasingly expect such policies to be in place and regularly reviewed.</em></li>\r\n 	<li><em>Incident records should be maintained and periodically reviewed.</em></li>\r\n 	<li><em>Protocols should be in place (and understood) as to how when and where to report potential or actual suspicious activities. Information is better the fresher it is, systems facilitate the information reaching the relevant authorities as quickly as possible. </em></li>\r\n 	<li><em>Consider a way to share such reports within your locality with other businesses who may be affected.”</em></li>\r\n</ul>','Laws & Licensing','','publish','closed','open','','laws-licensing','','','2017-08-21 14:55:44','2017-08-21 14:55:44','',0,'http://www.ontradeprogress.com/?p=423',0,'post','',0),(425,1,'2017-08-21 14:51:09','2017-08-21 14:51:09','','Awareness','','inherit','closed','closed','','awareness','','','2017-08-21 14:51:09','2017-08-21 14:51:09','',423,'http://www.ontradeprogress.com/wp-content/uploads/2017/08/Awareness.jpg',0,'attachment','image/jpeg',0),(426,1,'2017-08-21 14:55:44','2017-08-21 14:55:44','<h3 style=\"text-align: center;\"><strong>Child Sexual Exploitation - Awareness</strong></h3>\r\nThe sexual exploitation of children should not be considered to be a single act but an ongoing, often lengthy, process.  As a process, the opportunities to interrupt the same can be numerous.  Are you aware?\r\n\r\nRegrettably, Child Sexual Exploitation (CSE) is not a new phenomenon, nor are the perpetrators limited to TV or Radio personalities of the 70s and 80s or any socioeconomic or racial profile or group.\r\n\r\nThe NPCC (National Police Chiefs’ Council) defines CSE as:\r\n\r\n<em>“Sexual exploitation of children and young people under 18 involves exploitative situations, contexts and relationships where the young person (or third person/s) receive \'something\' (e.g. food, accommodation, drugs, alcohol, cigarettes, affection, gifts, money) as a result of them performing, and/or others performing on them sexual activities.”</em>\r\n\r\nStatistics show that 90% of offenders are male and 70% of that total are White.  The average age of an offender is 26.  The same data shows 80% of victims are female and 90% of that total white.  The average age of a victim is between 14 to 15 years.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>\r\n<h5><strong>So, have you taken reasonable steps to detect and/or deter CSE in your business?</strong></h5>\r\nResponsible operators are aware of the benefits of good training. Customer experiences are improved, efficiencies are gained and regulatory interventions are reduced; these are just a few of the benefits.\r\n\r\nModern induction training often covers a range of subjects from drug policies and under age challenges to food hygiene and customer service. Does your induction training package include CSE training and if not, why not?\r\n\r\nGrooming of victims takes place in all types of licensed premises and is not limited to any single sector.  Grooming can take any form including proxy purchases of alcohol from a pub or off licence, buying meals for vulnerable persons they are grooming, through to the renting of rooms in hotels to facilitate an assault.\r\n\r\nWe spoke to <strong>Christopher Grunert</strong>, a Partner at the solicitors firm John Gaunt &amp; Partners, who specialise in advising the leisure industry.\r\n\r\nWe asked him, are there a list of ‘red flags’ an Operator can look out for?\r\n\r\n“… <em>Every business attempts to be distinct and promote their points of difference between themselves and their competitors, in the case of CSE risks this is also true.  Every business must assess their own distinct operation, no two business are identical.  For a business such as a hotel, a list of potential ‘red flags’ could include:</em>\r\n<ul>\r\n 	<li><em>Guests refusing to provide credit card details and paying in cash, refusing to provide any form of identification,</em></li>\r\n 	<li><em>Guests who live locally seeking to rent a room without explanation</em></li>\r\n 	<li><em>Teenagers loitering near premises,</em></li>\r\n 	<li><em>Guests requesting isolated rooms and/or appearing secretive,</em></li>\r\n 	<li><em>Unexplained visitors to a guest\'s bedroom from within the hotel or from the street,</em></li>\r\n 	<li><em>Guests declining housekeeping,</em></li>\r\n 	<li><em>Bedding being removed from the room,</em></li>\r\n 	<li><em>Rooms with significant numbers of condoms or wrappers</em></li>\r\n 	<li><em>Signs of drug or alcohol misuse.</em></li>\r\n</ul>\r\n[1] NPCC Regional Problem Profiles 2016\r\n<em>\r\nBut, this is not a definitive list.  The danger, when preparing a training programme, is it to focus too much on creating a check list.  It may be preferably to engage with staff in manageable groups which facilitate discussion and ask them to come up with a list of ‘red flags’. To make staff ‘Aware’ of the possibility and how this should be tackled.\r\n</em><em>\r\nThe existence of any number of these flags does not necessarily mean that CSE is occurring at your premises, but they should prompt your staff to look more closely at the situation. If they see something they should be trained to say something.</em>\r\n\r\n<em>The aim of the training should be to raise awareness, not to give a definitive list.  Staff should be encouraged to report concerns and have a clear method for doing so.  The reporting policy can be more formal…</em>”\r\n\r\nThrough Police campaigns such as “Operation Make Safe”, enforcement authorities are increasingly testing that businesses in their communities reflect their core principles of:\r\n<ul>\r\n 	<li><strong>Prepare</strong>: Provide strong local leadership and effective systems in partnership to tackle Child Sexual Exploitation.</li>\r\n 	<li><strong>Prevent</strong>: Raise awareness of Child Sexual Exploitation among the business community to prevent incidents / repeat incidents of Child Sexual Exploitation within their premises/environment.</li>\r\n 	<li><strong>Protect</strong>: Establish working practices that enable the safeguarding of vulnerable young people and support to victims.</li>\r\n 	<li><strong>Pursue</strong>: Establish a framework for a flow of intelligence and information to assist agencies to disrupt, arrest and prosecute offenders.</li>\r\n</ul>\r\nStaff training would clearly be in keeping with these principals.\r\n\r\nCSE training should form part of any induction training programme within the hospitality sector, again we asked Christopher Grunert for any advice he may have for businesses creating a framework for CSE issues.\r\n\r\n“<em>….I would suggest that the way forward for Operators is to be alert and be open to the possibility of their premises may be used for CSE activities and to ensure:</em>\r\n<ul>\r\n 	<li><em>Staff are trained to be alert to the signs of such use.</em></li>\r\n 	<li><em>Such training, as with other training, should be recorded and regular refresher training undertaken. We can assist with content, if required.</em></li>\r\n 	<li><em>Hotels and premises providing accommodation need to be particularly alert to the possibility of CSE activity. For such premises, the authorities increasingly expect such policies to be in place and regularly reviewed.</em></li>\r\n 	<li><em>Incident records should be maintained and periodically reviewed.</em></li>\r\n 	<li><em>Protocols should be in place (and understood) as to how when and where to report potential or actual suspicious activities. Information is better the fresher it is, systems facilitate the information reaching the relevant authorities as quickly as possible. </em></li>\r\n 	<li><em>Consider a way to share such reports within your locality with other businesses who may be affected.”</em></li>\r\n</ul>','Laws & Licensing','','inherit','closed','closed','','423-revision-v1','','','2017-08-21 14:55:44','2017-08-21 14:55:44','',423,'http://www.ontradeprogress.com/2017/08/21/423-revision-v1/',0,'revision','',0),(428,1,'2017-08-21 15:49:51','2017-08-21 15:49:51','','John Porter','','inherit','closed','closed','','john-porter','','','2017-08-21 15:49:51','2017-08-21 15:49:51','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/08/John-Porter.jpg',0,'attachment','image/jpeg',0),(430,1,'2017-08-22 13:25:45','2017-08-22 13:25:45','<h3 style=\"text-align: center;\"><strong><u>Celebrating Four Decades of British Beer</u></strong></h3>\r\nOn-Trade Progress’ Guest Columnist and CAMRA Chief Executive Tim Page provides us with his exclusive opinion on British beer:\r\n\r\nWith just a few weeks left until Britain’s largest beer festival returns to Olympia London, it’s an appropriate time to reflect on the changes to the British beer industry over the last four decades.\r\n\r\nThis month tens of thousands of people will flock to London for the 40th Great British Beer Festival. They will have the chance to sample nearly a thousand different real ales, ciders, perries, and even gins and fine English wines, from all corners of the UK and abroad.\r\n\r\nBeer has never been as popular, as accessible, as innovative and as exciting as it is here and now in 2017. The beer lovers of today would struggle to imagine Britain when there were six big brewers dominating the market, pushing bland, fizzy beer onto the public.\r\n\r\nMore than 1,500 breweries now exist across the country and hundreds of beer festivals take place each year. Most local pubs can boast a revolving beer line up of 8-12 beers on tap with plenty of guest and foreign beers available.\r\n\r\nIt’s almost impossible to imagine the world of beer that existed when the Great British Beer Festival was first launched in 1977. For the visitors to that first Festival, held in Alexandra Palace, the opportunity to sample hundreds of beers in one place was completely revolutionary. Many were used to the few “regular” local beers down at the pub, and there were only a handful of independent brewers to choose from.\r\n\r\nThanks largely to CAMRA beer festivals making a huge range of flavours and styles available to drinkers, beer has been brought back from the brink of extinction to become an intrinsic part of English culture and heritage.\r\n\r\nThe world of beer has changed dramatically over the last four decades - and we are changing with it. To celebrate this fantastic achievement, this year’s Festival will have more choice, more variety and even more exclusive beers than ever before. Our brewery bars and sponsors will be able to meet over 50,000 visitors throughout the week, launching new ranges, brands and designs.\r\n\r\nFor the very first time, we will be expanding our drinks offering to introduce fine English wine and gins from some of the country’s top winemakers and distillers. A collaboration of Irish brewers will be travelling to London to showcase the very best of Irish real ale at the Festival, and the London Brewers Alliance will be celebrating everything that is great about beer.\r\n\r\nAn exciting line-up of brewery bars will see some festival-exclusive beers, including the debut of some brands of American craft beer that will be entering the UK market for the first time – ranging from raspberry stouts to gin barrel-aged IPAs. Some fantastic food and entertainment, including a range of tutored tastings and the announcement of the Champion Beer of Britain, will make this Festival unlike any before.\r\n\r\nWe hope you are looking forward to our trade day, one of the biggest networking events for the beer and pubs industry. We would love to see even more brewers and publicans involved in the Festival in the future. Why not consider being part of the Great British Beer Festival movement next year, and join our journey transforming the beer world for the next 40 years?','Expert\'s View - Tim Page, CAMRA Chief Executive','','publish','closed','open','','experts-view-tim-page-camra-chief-executive','','','2017-08-22 13:25:45','2017-08-22 13:25:45','',0,'http://www.ontradeprogress.com/?p=430',0,'post','',0),(431,1,'2017-08-22 13:25:26','2017-08-22 13:25:26','<h3 style=\"text-align: center;\"><strong><u>Celebrating Four Decades of British Beer</u></strong></h3>\r\nOn-Trade Progress’ Guest Columnist and CAMRA Chief Executive Tim Page provides us with his exclusive opinion on British beer:\r\n\r\nWith just a few weeks left until Britain’s largest beer festival returns to Olympia London, it’s an appropriate time to reflect on the changes to the British beer industry over the last four decades.\r\n\r\nThis month tens of thousands of people will flock to London for the 40th Great British Beer Festival. They will have the chance to sample nearly a thousand different real ales, ciders, perries, and even gins and fine English wines, from all corners of the UK and abroad.\r\n\r\nBeer has never been as popular, as accessible, as innovative and as exciting as it is here and now in 2017. The beer lovers of today would struggle to imagine Britain when there were six big brewers dominating the market, pushing bland, fizzy beer onto the public.\r\n\r\nMore than 1,500 breweries now exist across the country and hundreds of beer festivals take place each year. Most local pubs can boast a revolving beer line up of 8-12 beers on tap with plenty of guest and foreign beers available.\r\n\r\nIt’s almost impossible to imagine the world of beer that existed when the Great British Beer Festival was first launched in 1977. For the visitors to that first Festival, held in Alexandra Palace, the opportunity to sample hundreds of beers in one place was completely revolutionary. Many were used to the few “regular” local beers down at the pub, and there were only a handful of independent brewers to choose from.\r\n\r\nThanks largely to CAMRA beer festivals making a huge range of flavours and styles available to drinkers, beer has been brought back from the brink of extinction to become an intrinsic part of English culture and heritage.\r\n\r\nThe world of beer has changed dramatically over the last four decades - and we are changing with it. To celebrate this fantastic achievement, this year’s Festival will have more choice, more variety and even more exclusive beers than ever before. Our brewery bars and sponsors will be able to meet over 50,000 visitors throughout the week, launching new ranges, brands and designs.\r\n\r\nFor the very first time, we will be expanding our drinks offering to introduce fine English wine and gins from some of the country’s top winemakers and distillers. A collaboration of Irish brewers will be travelling to London to showcase the very best of Irish real ale at the Festival, and the London Brewers Alliance will be celebrating everything that is great about beer.\r\n\r\nAn exciting line-up of brewery bars will see some festival-exclusive beers, including the debut of some brands of American craft beer that will be entering the UK market for the first time – ranging from raspberry stouts to gin barrel-aged IPAs. Some fantastic food and entertainment, including a range of tutored tastings and the announcement of the Champion Beer of Britain, will make this Festival unlike any before.\r\n\r\nWe hope you are looking forward to our trade day, one of the biggest networking events for the beer and pubs industry. We would love to see even more brewers and publicans involved in the Festival in the future. Why not consider being part of the Great British Beer Festival movement next year, and join our journey transforming the beer world for the next 40 years?','Expert\'s View - Tim Page, CAMRA Chief Executive','','inherit','closed','closed','','430-revision-v1','','','2017-08-22 13:25:26','2017-08-22 13:25:26','',430,'http://www.ontradeprogress.com/2017/08/22/430-revision-v1/',0,'revision','',0),(433,1,'2017-09-26 13:25:31','2017-09-26 13:25:31','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\nKate Nicholls writes exclusively for On-Trade Progress:\r\n\r\nAs the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.\r\n\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, rising by 10% over the last five years<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>. Of these migrant workers, 43% come from other EU countries<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, 75% are to replace existing staff<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"http://www.almr.org.uk\">http://www.almr.org.uk </a>','Expert’s View - Kate Nicholls, ALMR Chief Executive','','publish','closed','open','','experts-view-kate-nicholls-almr-chief-executive','','','2017-09-26 13:42:28','2017-09-26 13:42:28','',0,'http://www.ontradeprogress.com/?p=433',0,'post','',0),(434,1,'2017-09-26 13:18:27','2017-09-26 13:18:27','','Kate Nicholls','','inherit','closed','closed','','page-20','','','2017-09-26 13:19:40','2017-09-26 13:19:40','',433,'http://www.ontradeprogress.com/wp-content/uploads/2017/09/Page-20.jpg',0,'attachment','image/jpeg',0),(435,1,'2017-09-26 13:23:27','2017-09-26 13:23:27','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\nKate Nicholls writes exclusively for On-Trade Progress:\r\n\r\nAs the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.\r\n\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, rising by 10% over the last five years<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>. Of these migrant workers, 43% come from other EU countries<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, 75% are to replace existing staff<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n&nbsp;','Expert’s View - Kate Nicholls, ALMR Chief Executive','','inherit','closed','closed','','433-revision-v1','','','2017-09-26 13:23:27','2017-09-26 13:23:27','',433,'http://www.ontradeprogress.com/2017/09/26/433-revision-v1/',0,'revision','',0),(436,1,'2017-09-26 13:25:09','2017-09-26 13:25:09','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\nKate Nicholls writes exclusively for On-Trade Progress:\r\n\r\nAs the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.\r\n\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, rising by 10% over the last five years<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>. Of these migrant workers, 43% come from other EU countries<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, 75% are to replace existing staff<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"http://www.almr.org.uk\">http://www.almr.org.uk </a>','Expert’s View - Kate Nicholls, ALMR Chief Executive','','inherit','closed','closed','','433-revision-v1','','','2017-09-26 13:25:09','2017-09-26 13:25:09','',433,'http://www.ontradeprogress.com/2017/09/26/433-revision-v1/',0,'revision','',0),(437,1,'2017-09-26 13:28:31','2017-09-26 13:28:31','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\nKate Nicholls writes exclusively for On-Trade Progress:\r\n<blockquote class=\"modern-quote full\">As the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.</blockquote>\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, rising by 10% over the last five years<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>. Of these migrant workers, 43% come from other EU countries<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, 75% are to replace existing staff<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"http://www.almr.org.uk\">http://www.almr.org.uk </a>','Expert’s View - Kate Nicholls, ALMR Chief Executive','','inherit','closed','closed','','433-revision-v1','','','2017-09-26 13:28:31','2017-09-26 13:28:31','',433,'http://www.ontradeprogress.com/2017/09/26/433-revision-v1/',0,'revision','',0),(438,1,'2017-09-26 13:29:17','2017-09-26 13:29:17','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\nKate Nicholls writes exclusively for On-Trade Progress:\r\n\r\nAs the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.\r\n\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, rising by 10% over the last five years<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>. Of these migrant workers, 43% come from other EU countries<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, 75% are to replace existing staff<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> People 1st analysis of Labour Force Survey 2015, ONS/Employer Skill Survey, UKCES\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> People 1st analysis of Labour Force Survey (2015), ONS\r\n\r\n<a href=\"http://www.almr.org.uk\">http://www.almr.org.uk </a>','Expert’s View - Kate Nicholls, ALMR Chief Executive','','inherit','closed','closed','','433-revision-v1','','','2017-09-26 13:29:17','2017-09-26 13:29:17','',433,'http://www.ontradeprogress.com/2017/09/26/433-revision-v1/',0,'revision','',0),(439,1,'2017-10-03 11:15:35','2017-10-03 11:15:35','<h3 style=\"text-align: center;\"><strong>It’s Time To Throw a Lifeline to Pubs</strong></h3>\r\nOn-Trade Progress Guest Columnist and CAMRA Chief Executive Tim Page, writes about CAMRA’s new campaign:\r\n\r\nThose of you who attended CAMRA’s Great British Beer Festival last month may have seen a number of campaigning postcards scattered around the Festival. You might even have picked one up, signed your name on the back and dropped it into a postbox to be sent from the Festival to your local MP.\r\n\r\nIf these postcards eluded you this year let me explain: CAMRA has launched a new campaign calling for business rate relief for pubs. We used the Festival as an opportunity to engage with beer-lovers from across the country and to encourage them to “write” to their MPs, using pre-filled postcards outlining our key ‘asks’.\r\n\r\nParticipating festival attendees have urged their local MP to help save valued local pubs from being driven out of business. There are, of course, a range of reasons why pubs are struggling today - from cheap supermarket booze to declining footfall - but we are particularly concerned with the massive tax burden that pubs are facing, a situation that has been made worse by the recent business rates revaluation.\r\n\r\nToday, more than a third of the cost of a pint is made up of various taxes of one kind or another. The recent revaluation has placed a massive burden on many successful pubs across England - levying heavy tax penalties on them for either performing well or finding themselves in an affluent area. In some cases, the rate increase can only be covered by a pub selling tens of thousands of extra pints of beer every year. Many landlords are facing a choice: either raise the already sky-high price of a pint, or close up shop.\r\n\r\nTake the Boot, a pub that is nearly 600 years old and situated in affluent St Albans. The landlord Sean Hughes reports that his business rates bill will soar by 280% over the next five years, from £14,000 a year to £52,000. This means they would have to sell an additional 22,000 pints of beer a year just to pay for an increase - an insurmountable sum to make up for a wet-led pub.\r\n\r\nThese rate increases - which are based on location and turnover - are clearly unsustainable. It is the trade that will ultimately pay the price, whether they are forced to put up their prices at the risk of falling footfall, or cease trading.\r\n\r\nPublic opinion is strongly supportive of our pubs as well. Recent research by YouGov found that 69% of people who expressed an opinion overwhelmingly support an urgent tax break for pubs. Why? Because pubs are more than just businesses operating to deliver a profit. Pubs provide safe, managed places for people to get together and drink responsibly, and many of us recognise the vital role that they play in local communities. From celebrating a special occasion to meeting up with friends after work, pubs are an integral part of many people\'s social lives.\r\n\r\nThe Government is starting to catch on as well. In the Spring Budget, the Chancellor announced a one-off £1,000 discount scheme for some pubs. Whilst welcome, we believe this is nowhere near enough. £1,000 is just a drop in the ocean for a publican who has seen their rates increased by £20,000. CAMRA is therefore calling for a £5,000 reduction in business rates for every pub in England, every year, in recognition of the contribution they make to their local communities and to society as a whole.\r\n\r\nIf you’ve been affected by high business rates, why not get in touch? We’re always on the lookout for good case studies to speak to the Media and the Government. If you’d like to get involved in our campaign, please write to your MP today by visiting: <a href=\"http://www.camra.org.uk/keeppubsafloat\">http://www.camra.org.uk/keeppubsafloat</a>. Don’t forget to use our hashtag #keeppubsafloat to help spread the word.','Expert’s View – Tim Page, CAMRA Chief Executive','','publish','closed','open','','experts-view-tim-page-camra-chief-executive-2','','','2017-10-03 11:15:35','2017-10-03 11:15:35','',0,'http://www.ontradeprogress.com/?p=439',0,'post','',0),(440,1,'2017-10-02 22:00:57','2017-10-02 22:00:57','<h3 style=\"text-align: center;\"><strong>It’s Time To Throw a Lifeline to Pubs</strong></h3>\r\n&nbsp;\r\n\r\nOn-Trade Progress Guest Columnist and CAMRA Chief Executive Tim Page, writes about CAMRA’s new campaign:\r\n\r\nThose of you who attended CAMRA’s Great British Beer Festival last month may have seen a number of campaigning postcards scattered around the Festival. You might even have picked one up, signed your name on the back and dropped it into a postbox to be sent from the Festival to your local MP.\r\n\r\nIf these postcards eluded you this year let me explain: CAMRA has launched a new campaign calling for business rate relief for pubs. We used the Festival as an opportunity to engage with beer-lovers from across the country and to encourage them to “write” to their MPs, using pre-filled postcards outlining our key ‘asks’.\r\n\r\nParticipating festival attendees have urged their local MP to help save valued local pubs from being driven out of business. There are, of course, a range of reasons why pubs are struggling today - from cheap supermarket booze to declining footfall - but we are particularly concerned with the massive tax burden that pubs are facing, a situation that has been made worse by the recent business rates revaluation.\r\n\r\nToday, more than a third of the cost of a pint is made up of various taxes of one kind or another. The recent revaluation has placed a massive burden on many successful pubs across England - levying heavy tax penalties on them for either performing well or finding themselves in an affluent area. In some cases, the rate increase can only be covered by a pub selling tens of thousands of extra pints of beer every year. Many landlords are facing a choice: either raise the already sky-high price of a pint, or close up shop.\r\n\r\nTake the Boot, a pub that is nearly 600 years old and situated in affluent St Albans. The landlord Sean Hughes reports that his business rates bill will soar by 280% over the next five years, from £14,000 a year to £52,000. This means they would have to sell an additional 22,000 pints of beer a year just to pay for an increase - an insurmountable sum to make up for a wet-led pub.\r\n\r\nThese rate increases - which are based on location and turnover - are clearly unsustainable. It is the trade that will ultimately pay the price, whether they are forced to put up their prices at the risk of falling footfall, or cease trading.\r\n\r\nPublic opinion is strongly supportive of our pubs as well. Recent research by YouGov found that 69% of people who expressed an opinion overwhelmingly support an urgent tax break for pubs. Why? Because pubs are more than just businesses operating to deliver a profit. Pubs provide safe, managed places for people to get together and drink responsibly, and many of us recognise the vital role that they play in local communities. From celebrating a special occasion to meeting up with friends after work, pubs are an integral part of many people\'s social lives.\r\n\r\nThe Government is starting to catch on as well. In the Spring Budget, the Chancellor announced a one-off £1,000 discount scheme for some pubs. Whilst welcome, we believe this is nowhere near enough. £1,000 is just a drop in the ocean for a publican who has seen their rates increased by £20,000. CAMRA is therefore calling for a £5,000 reduction in business rates for every pub in England, every year, in recognition of the contribution they make to their local communities and to society as a whole.\r\n\r\nIf you’ve been affected by high business rates, why not get in touch? We’re always on the lookout for good case studies to speak to the Media and the Government. If you’d like to get involved in our campaign, please write to your MP today by visiting: <a href=\"http://www.camra.org.uk/keeppubsafloat\">http://www.camra.org.uk/keeppubsafloat</a>. Don’t forget to use our hashtag #keeppubsafloat to help spread the word.','Expert’s View – Tim Page, CAMRA Chief Executive','','inherit','closed','closed','','439-revision-v1','','','2017-10-02 22:00:57','2017-10-02 22:00:57','',439,'http://www.ontradeprogress.com/2017/10/02/439-revision-v1/',0,'revision','',0),(441,1,'2017-10-02 22:01:35','2017-10-02 22:01:35','<h3 style=\"text-align: center;\"><strong>It’s Time To Throw a Lifeline to Pubs</strong></h3>\r\nOn-Trade Progress Guest Columnist and CAMRA Chief Executive Tim Page, writes about CAMRA’s new campaign:\r\n\r\nThose of you who attended CAMRA’s Great British Beer Festival last month may have seen a number of campaigning postcards scattered around the Festival. You might even have picked one up, signed your name on the back and dropped it into a postbox to be sent from the Festival to your local MP.\r\n\r\nIf these postcards eluded you this year let me explain: CAMRA has launched a new campaign calling for business rate relief for pubs. We used the Festival as an opportunity to engage with beer-lovers from across the country and to encourage them to “write” to their MPs, using pre-filled postcards outlining our key ‘asks’.\r\n\r\nParticipating festival attendees have urged their local MP to help save valued local pubs from being driven out of business. There are, of course, a range of reasons why pubs are struggling today - from cheap supermarket booze to declining footfall - but we are particularly concerned with the massive tax burden that pubs are facing, a situation that has been made worse by the recent business rates revaluation.\r\n\r\nToday, more than a third of the cost of a pint is made up of various taxes of one kind or another. The recent revaluation has placed a massive burden on many successful pubs across England - levying heavy tax penalties on them for either performing well or finding themselves in an affluent area. In some cases, the rate increase can only be covered by a pub selling tens of thousands of extra pints of beer every year. Many landlords are facing a choice: either raise the already sky-high price of a pint, or close up shop.\r\n\r\nTake the Boot, a pub that is nearly 600 years old and situated in affluent St Albans. The landlord Sean Hughes reports that his business rates bill will soar by 280% over the next five years, from £14,000 a year to £52,000. This means they would have to sell an additional 22,000 pints of beer a year just to pay for an increase - an insurmountable sum to make up for a wet-led pub.\r\n\r\nThese rate increases - which are based on location and turnover - are clearly unsustainable. It is the trade that will ultimately pay the price, whether they are forced to put up their prices at the risk of falling footfall, or cease trading.\r\n\r\nPublic opinion is strongly supportive of our pubs as well. Recent research by YouGov found that 69% of people who expressed an opinion overwhelmingly support an urgent tax break for pubs. Why? Because pubs are more than just businesses operating to deliver a profit. Pubs provide safe, managed places for people to get together and drink responsibly, and many of us recognise the vital role that they play in local communities. From celebrating a special occasion to meeting up with friends after work, pubs are an integral part of many people\'s social lives.\r\n\r\nThe Government is starting to catch on as well. In the Spring Budget, the Chancellor announced a one-off £1,000 discount scheme for some pubs. Whilst welcome, we believe this is nowhere near enough. £1,000 is just a drop in the ocean for a publican who has seen their rates increased by £20,000. CAMRA is therefore calling for a £5,000 reduction in business rates for every pub in England, every year, in recognition of the contribution they make to their local communities and to society as a whole.\r\n\r\nIf you’ve been affected by high business rates, why not get in touch? We’re always on the lookout for good case studies to speak to the Media and the Government. If you’d like to get involved in our campaign, please write to your MP today by visiting: <a href=\"http://www.camra.org.uk/keeppubsafloat\">http://www.camra.org.uk/keeppubsafloat</a>. Don’t forget to use our hashtag #keeppubsafloat to help spread the word.','Expert’s View – Tim Page, CAMRA Chief Executive','','inherit','closed','closed','','439-revision-v1','','','2017-10-02 22:01:35','2017-10-02 22:01:35','',439,'http://www.ontradeprogress.com/2017/10/02/439-revision-v1/',0,'revision','',0),(442,1,'2017-10-02 22:06:35','2017-10-02 22:06:35','<h3 style=\"text-align: center;\"><strong>It’s Time To Throw a Lifeline to Pubs<img class=\"alignleft size-large wp-image-388\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/07/page-19-683x1024.jpg\" alt=\"Tim Page, CAMRA Chief Executive\" width=\"683\" height=\"1024\" /></strong></h3>\r\nOn-Trade Progress Guest Columnist and CAMRA Chief Executive Tim Page, writes about CAMRA’s new campaign:\r\n\r\nThose of you who attended CAMRA’s Great British Beer Festival last month may have seen a number of campaigning postcards scattered around the Festival. You might even have picked one up, signed your name on the back and dropped it into a postbox to be sent from the Festival to your local MP.\r\n\r\nIf these postcards eluded you this year let me explain: CAMRA has launched a new campaign calling for business rate relief for pubs. We used the Festival as an opportunity to engage with beer-lovers from across the country and to encourage them to “write” to their MPs, using pre-filled postcards outlining our key ‘asks’.\r\n\r\nParticipating festival attendees have urged their local MP to help save valued local pubs from being driven out of business. There are, of course, a range of reasons why pubs are struggling today - from cheap supermarket booze to declining footfall - but we are particularly concerned with the massive tax burden that pubs are facing, a situation that has been made worse by the recent business rates revaluation.\r\n\r\nToday, more than a third of the cost of a pint is made up of various taxes of one kind or another. The recent revaluation has placed a massive burden on many successful pubs across England - levying heavy tax penalties on them for either performing well or finding themselves in an affluent area. In some cases, the rate increase can only be covered by a pub selling tens of thousands of extra pints of beer every year. Many landlords are facing a choice: either raise the already sky-high price of a pint, or close up shop.\r\n\r\nTake the Boot, a pub that is nearly 600 years old and situated in affluent St Albans. The landlord Sean Hughes reports that his business rates bill will soar by 280% over the next five years, from £14,000 a year to £52,000. This means they would have to sell an additional 22,000 pints of beer a year just to pay for an increase - an insurmountable sum to make up for a wet-led pub.\r\n\r\nThese rate increases - which are based on location and turnover - are clearly unsustainable. It is the trade that will ultimately pay the price, whether they are forced to put up their prices at the risk of falling footfall, or cease trading.\r\n\r\nPublic opinion is strongly supportive of our pubs as well. Recent research by YouGov found that 69% of people who expressed an opinion overwhelmingly support an urgent tax break for pubs. Why? Because pubs are more than just businesses operating to deliver a profit. Pubs provide safe, managed places for people to get together and drink responsibly, and many of us recognise the vital role that they play in local communities. From celebrating a special occasion to meeting up with friends after work, pubs are an integral part of many people\'s social lives.\r\n\r\nThe Government is starting to catch on as well. In the Spring Budget, the Chancellor announced a one-off £1,000 discount scheme for some pubs. Whilst welcome, we believe this is nowhere near enough. £1,000 is just a drop in the ocean for a publican who has seen their rates increased by £20,000. CAMRA is therefore calling for a £5,000 reduction in business rates for every pub in England, every year, in recognition of the contribution they make to their local communities and to society as a whole.\r\n\r\nIf you’ve been affected by high business rates, why not get in touch? We’re always on the lookout for good case studies to speak to the Media and the Government. If you’d like to get involved in our campaign, please write to your MP today by visiting: <a href=\"http://www.camra.org.uk/keeppubsafloat\">http://www.camra.org.uk/keeppubsafloat</a>. Don’t forget to use our hashtag #keeppubsafloat to help spread the word.','Expert’s View – Tim Page, CAMRA Chief Executive','','inherit','closed','closed','','439-revision-v1','','','2017-10-02 22:06:35','2017-10-02 22:06:35','',439,'http://www.ontradeprogress.com/2017/10/02/439-revision-v1/',0,'revision','',0),(443,1,'2017-10-02 22:09:51','2017-10-02 22:09:51','<h3 style=\"text-align: center;\"><strong>It’s Time To Throw a Lifeline to Pubs</strong></h3>\r\nOn-Trade Progress Guest Columnist and CAMRA Chief Executive Tim Page, writes about CAMRA’s new campaign:\r\n\r\nThose of you who attended CAMRA’s Great British Beer Festival last month may have seen a number of campaigning postcards scattered around the Festival. You might even have picked one up, signed your name on the back and dropped it into a postbox to be sent from the Festival to your local MP.\r\n\r\nIf these postcards eluded you this year let me explain: CAMRA has launched a new campaign calling for business rate relief for pubs. We used the Festival as an opportunity to engage with beer-lovers from across the country and to encourage them to “write” to their MPs, using pre-filled postcards outlining our key ‘asks’.\r\n\r\nParticipating festival attendees have urged their local MP to help save valued local pubs from being driven out of business. There are, of course, a range of reasons why pubs are struggling today - from cheap supermarket booze to declining footfall - but we are particularly concerned with the massive tax burden that pubs are facing, a situation that has been made worse by the recent business rates revaluation.\r\n\r\nToday, more than a third of the cost of a pint is made up of various taxes of one kind or another. The recent revaluation has placed a massive burden on many successful pubs across England - levying heavy tax penalties on them for either performing well or finding themselves in an affluent area. In some cases, the rate increase can only be covered by a pub selling tens of thousands of extra pints of beer every year. Many landlords are facing a choice: either raise the already sky-high price of a pint, or close up shop.\r\n\r\nTake the Boot, a pub that is nearly 600 years old and situated in affluent St Albans. The landlord Sean Hughes reports that his business rates bill will soar by 280% over the next five years, from £14,000 a year to £52,000. This means they would have to sell an additional 22,000 pints of beer a year just to pay for an increase - an insurmountable sum to make up for a wet-led pub.\r\n\r\nThese rate increases - which are based on location and turnover - are clearly unsustainable. It is the trade that will ultimately pay the price, whether they are forced to put up their prices at the risk of falling footfall, or cease trading.\r\n\r\nPublic opinion is strongly supportive of our pubs as well. Recent research by YouGov found that 69% of people who expressed an opinion overwhelmingly support an urgent tax break for pubs. Why? Because pubs are more than just businesses operating to deliver a profit. Pubs provide safe, managed places for people to get together and drink responsibly, and many of us recognise the vital role that they play in local communities. From celebrating a special occasion to meeting up with friends after work, pubs are an integral part of many people\'s social lives.\r\n\r\nThe Government is starting to catch on as well. In the Spring Budget, the Chancellor announced a one-off £1,000 discount scheme for some pubs. Whilst welcome, we believe this is nowhere near enough. £1,000 is just a drop in the ocean for a publican who has seen their rates increased by £20,000. CAMRA is therefore calling for a £5,000 reduction in business rates for every pub in England, every year, in recognition of the contribution they make to their local communities and to society as a whole.\r\n\r\nIf you’ve been affected by high business rates, why not get in touch? We’re always on the lookout for good case studies to speak to the Media and the Government. If you’d like to get involved in our campaign, please write to your MP today by visiting: <a href=\"http://www.camra.org.uk/keeppubsafloat\">http://www.camra.org.uk/keeppubsafloat</a>. Don’t forget to use our hashtag #keeppubsafloat to help spread the word.','Expert’s View – Tim Page, CAMRA Chief Executive','','inherit','closed','closed','','439-revision-v1','','','2017-10-02 22:09:51','2017-10-02 22:09:51','',439,'http://www.ontradeprogress.com/2017/10/02/439-revision-v1/',0,'revision','',0),(444,1,'2017-10-03 11:18:31','2017-10-03 11:18:31','<h3 style=\"text-align: center;\"><strong><u>It’s Time to Take Action Against the Business Rates System</u></strong></h3>\r\n<p style=\"text-align: left;\"><em>Ufi Ibrahim, Chief Executive of the BHA writes exclusively for On-Trade Progress.</em></p>\r\n<p style=\"text-align: left;\">The true scale of the chaos in the business rates system faced by hospitality businesses in England has just been revealed by a Freedom of Information request which shows that there are still over 20,000 appeals outstanding from 2010.</p>\r\n<p style=\"text-align: left;\">The British Hospitality Association (BHA) partnered with business rates specialists Altus to request the Valuation 0ffice to reveal the number – 20,490 hospitality businesses still waiting for results after seven years of anxiety. We were, obviously, aware of the problem but wanted to have the facts in front of us.</p>\r\n<p style=\"text-align: left;\">And that is not the end of it. This year’s revaluation of commercial properties has led to massive increases, many of which will be challenged - while it is reported that thus far only around £197,000 of the government’s £300million business rates relief fund has been allocated. It is increasingly clear that, through no fault of its own, the Valuation Office is underfunded and overrun.</p>\r\n<p style=\"text-align: left;\">The recently published Valuation Office Business Plan commits the agency to settling all 2010 Rating List appeals by 31<sup>st</sup> March 2019 so businesses may have nearly 2 more years for their retrospective appeals to be concluded.</p>\r\n<p style=\"text-align: left;\">Restaurants and pubs face massive increases, notwithstanding the £1,000 a year rebate given to the pubs in the Budget which works out at just £20 a week. That is not enough to make a difference to businesses having to grapple with increased wages and costs of raw materials.</p>\r\n<p style=\"text-align: left;\">The government needs to act now before it is too late and so business rates will be a key issue at the BHA’s annual Hospitality and Tourism Day in Parliament on 10 October which gives our members to chance to speak directly to our lawmakers.  Last year’s event was attended by over 150 business owners and 65 MPs and is free to attend for BHA members, so contact us if you would like to take part.</p>\r\n<p style=\"text-align: left;\">Scotland and Wales are also assessing their rates systems. The independent Barclay Review of Business Rates in Scotland reported in August and recognised the case made by the BHA that the system of valuing hospitality and licensed businesses is flawed and unfair. The BHA Scotland Director Willie Macleod is meeting with Scottish Finance Secretary Derek Mackay to discuss this further and find out what plans the Scottish Government has to extend the relief available (currently capped at 12.5% plus inflation) beyond 31 March next year.</p>\r\n<p style=\"text-align: left;\">The Welsh Government is currently consulting on a permanent business rates relief scheme for small businesses. Proposals include redirecting rate relief from national chains to smaller cafés, pubs and restaurants. It will also consider bringing in permanent relief for certain industries.</p>\r\n<p style=\"text-align: left;\">Nationwide our businesses, with large bricks and mortar presences, also face increasing food, beverage costs and labour costs. The BHA will make this clear in our response on behalf of the industry.</p>\r\n<a href=\"http://www.bha.org.uk/\" target=\"_blank\" rel=\"noopener\">www.bha.org.uk</a>','Expert’s View – Ufi Ibrahim, BHA Chief Executive','','publish','closed','open','','experts-view-ufi-ibrahim-bha-chief-executive','','','2017-10-03 12:11:02','2017-10-03 12:11:02','',0,'http://www.ontradeprogress.com/?p=444',0,'post','',0),(445,1,'2017-10-02 22:23:03','2017-10-02 22:23:03','','Ufi Ibrahim, BHA Chief Executive','','inherit','closed','closed','','ufi-ibrahim-2','','','2017-10-02 22:23:31','2017-10-02 22:23:31','',444,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/Ufi-Ibrahim.png',0,'attachment','image/png',0),(446,1,'2017-10-02 22:23:36','2017-10-02 22:23:36','<h3 style=\"text-align: center;\"><strong><u>It’s Time to Take Action Against the Business Rates System</u></strong></h3>\r\n<p style=\"text-align: left;\"><em>Ufi Ibrahim, Chief Executive of the BHA writes exclusively for On-Trade Progress:</em></p>\r\n<p style=\"text-align: left;\">The true scale of the chaos in the business rates system faced by hospitality businesses in England has just been revealed by a Freedom of Information request which shows that there are still over 20,000 appeals outstanding from 2010.</p>\r\n<p style=\"text-align: left;\">The British Hospitality Association (BHA) partnered with business rates specialists Altus to request the Valuation 0ffice to reveal the number – 20,490 hospitality businesses still waiting for results after seven years of anxiety. We were, obviously, aware of the problem but wanted to have the facts in front of us.</p>\r\n<p style=\"text-align: left;\">And that is not the end of it. This year’s revaluation of commercial properties has led to massive increases, many of which will be challenged - while it is reported that thus far only around £197,000 of the government’s £300million business rates relief fund has been allocated. It is increasingly clear that, through no fault of its own, the Valuation Office is underfunded and overrun.</p>\r\n<p style=\"text-align: left;\">The recently published Valuation Office Business Plan commits the agency to settling all 2010 Rating List appeals by 31<sup>st</sup> March 2019 so businesses may have nearly 2 more years for their retrospective appeals to be concluded.</p>\r\n<p style=\"text-align: left;\">Restaurants and pubs face massive increases, notwithstanding the £1,000 a year rebate given to the pubs in the Budget which works out at just £20 a week. That is not enough to make a difference to businesses having to grapple with increased wages and costs of raw materials.</p>\r\n<p style=\"text-align: left;\">The government needs to act now before it is too late and so business rates will be a key issue at the BHA’s annual Hospitality and Tourism Day in Parliament on 10 October which gives our members to chance to speak directly to our lawmakers.  Last year’s event was attended by over 150 business owners and 65 MPs and is free to attend for BHA members, so contact us if you would like to take part.</p>\r\n<p style=\"text-align: left;\">Scotland and Wales are also assessing their rates systems. The independent Barclay Review of Business Rates in Scotland reported in August and recognised the case made by the BHA that the system of valuing hospitality and licensed businesses is flawed and unfair. The BHA Scotland Director Willie Macleod is meeting with Scottish Finance Secretary Derek Mackay to discuss this further and find out what plans the Scottish Government has to extend the relief available (currently capped at 12.5% plus inflation) beyond 31 March next year.</p>\r\n<p style=\"text-align: left;\">The Welsh Government is currently consulting on a permanent business rates relief scheme for small businesses. Proposals include redirecting rate relief from national chains to smaller cafés, pubs and restaurants. It will also consider bringing in permanent relief for certain industries.</p>\r\n<p style=\"text-align: left;\">Nationwide our businesses, with large bricks and mortar presences, also face increasing food, beverage costs and labour costs. The BHA will make this clear in our response on behalf of the industry.</p>','Expert’s View – Ufi Ibrahim, BHA Chief Executive','','inherit','closed','closed','','444-revision-v1','','','2017-10-02 22:23:36','2017-10-02 22:23:36','',444,'http://www.ontradeprogress.com/2017/10/02/444-revision-v1/',0,'revision','',0),(447,1,'2017-10-02 22:25:59','2017-10-02 22:25:59','<h3 style=\"text-align: center;\"><strong><u>It’s Time to Take Action Against the Business Rates System</u></strong></h3>\r\n<p style=\"text-align: left;\"><em>Ufi Ibrahim, Chief Executive of the BHA writes exclusively for On-Trade Progress.</em></p>\r\n<p style=\"text-align: left;\">The true scale of the chaos in the business rates system faced by hospitality businesses in England has just been revealed by a Freedom of Information request which shows that there are still over 20,000 appeals outstanding from 2010.</p>\r\n<p style=\"text-align: left;\">The British Hospitality Association (BHA) partnered with business rates specialists Altus to request the Valuation 0ffice to reveal the number – 20,490 hospitality businesses still waiting for results after seven years of anxiety. We were, obviously, aware of the problem but wanted to have the facts in front of us.</p>\r\n<p style=\"text-align: left;\">And that is not the end of it. This year’s revaluation of commercial properties has led to massive increases, many of which will be challenged - while it is reported that thus far only around £197,000 of the government’s £300million business rates relief fund has been allocated. It is increasingly clear that, through no fault of its own, the Valuation Office is underfunded and overrun.</p>\r\n<p style=\"text-align: left;\">The recently published Valuation Office Business Plan commits the agency to settling all 2010 Rating List appeals by 31<sup>st</sup> March 2019 so businesses may have nearly 2 more years for their retrospective appeals to be concluded.</p>\r\n<p style=\"text-align: left;\">Restaurants and pubs face massive increases, notwithstanding the £1,000 a year rebate given to the pubs in the Budget which works out at just £20 a week. That is not enough to make a difference to businesses having to grapple with increased wages and costs of raw materials.</p>\r\n<p style=\"text-align: left;\">The government needs to act now before it is too late and so business rates will be a key issue at the BHA’s annual Hospitality and Tourism Day in Parliament on 10 October which gives our members to chance to speak directly to our lawmakers.  Last year’s event was attended by over 150 business owners and 65 MPs and is free to attend for BHA members, so contact us if you would like to take part.</p>\r\n<p style=\"text-align: left;\">Scotland and Wales are also assessing their rates systems. The independent Barclay Review of Business Rates in Scotland reported in August and recognised the case made by the BHA that the system of valuing hospitality and licensed businesses is flawed and unfair. The BHA Scotland Director Willie Macleod is meeting with Scottish Finance Secretary Derek Mackay to discuss this further and find out what plans the Scottish Government has to extend the relief available (currently capped at 12.5% plus inflation) beyond 31 March next year.</p>\r\n<p style=\"text-align: left;\">The Welsh Government is currently consulting on a permanent business rates relief scheme for small businesses. Proposals include redirecting rate relief from national chains to smaller cafés, pubs and restaurants. It will also consider bringing in permanent relief for certain industries.</p>\r\n<p style=\"text-align: left;\">Nationwide our businesses, with large bricks and mortar presences, also face increasing food, beverage costs and labour costs. The BHA will make this clear in our response on behalf of the industry.</p>','Expert’s View – Ufi Ibrahim, BHA Chief Executive','','inherit','closed','closed','','444-revision-v1','','','2017-10-02 22:25:59','2017-10-02 22:25:59','',444,'http://www.ontradeprogress.com/2017/10/02/444-revision-v1/',0,'revision','',0),(448,1,'2017-10-03 12:09:54','2017-10-03 12:09:54','<h3 style=\"text-align: center;\"><strong><u>It’s Time to Take Action Against the Business Rates System</u></strong></h3>\n<p style=\"text-align: left;\"><em>Ufi Ibrahim, Chief Executive of the BHA writes exclusively for On-Trade Progress.</em></p>\n<p style=\"text-align: left;\">The true scale of the chaos in the business rates system faced by hospitality businesses in England has just been revealed by a Freedom of Information request which shows that there are still over 20,000 appeals outstanding from 2010.</p>\n<p style=\"text-align: left;\">The British Hospitality Association (BHA) partnered with business rates specialists Altus to request the Valuation 0ffice to reveal the number – 20,490 hospitality businesses still waiting for results after seven years of anxiety. We were, obviously, aware of the problem but wanted to have the facts in front of us.</p>\n<p style=\"text-align: left;\">And that is not the end of it. This year’s revaluation of commercial properties has led to massive increases, many of which will be challenged - while it is reported that thus far only around £197,000 of the government’s £300million business rates relief fund has been allocated. It is increasingly clear that, through no fault of its own, the Valuation Office is underfunded and overrun.</p>\n<p style=\"text-align: left;\">The recently published Valuation Office Business Plan commits the agency to settling all 2010 Rating List appeals by 31<sup>st</sup> March 2019 so businesses may have nearly 2 more years for their retrospective appeals to be concluded.</p>\n<p style=\"text-align: left;\">Restaurants and pubs face massive increases, notwithstanding the £1,000 a year rebate given to the pubs in the Budget which works out at just £20 a week. That is not enough to make a difference to businesses having to grapple with increased wages and costs of raw materials.</p>\n<p style=\"text-align: left;\">The government needs to act now before it is too late and so business rates will be a key issue at the BHA’s annual Hospitality and Tourism Day in Parliament on 10 October which gives our members to chance to speak directly to our lawmakers.  Last year’s event was attended by over 150 business owners and 65 MPs and is free to attend for BHA members, so contact us if you would like to take part.</p>\n<p style=\"text-align: left;\">Scotland and Wales are also assessing their rates systems. The independent Barclay Review of Business Rates in Scotland reported in August and recognised the case made by the BHA that the system of valuing hospitality and licensed businesses is flawed and unfair. The BHA Scotland Director Willie Macleod is meeting with Scottish Finance Secretary Derek Mackay to discuss this further and find out what plans the Scottish Government has to extend the relief available (currently capped at 12.5% plus inflation) beyond 31 March next year.</p>\n<p style=\"text-align: left;\">The Welsh Government is currently consulting on a permanent business rates relief scheme for small businesses. Proposals include redirecting rate relief from national chains to smaller cafés, pubs and restaurants. It will also consider bringing in permanent relief for certain industries.</p>\n<p style=\"text-align: left;\">Nationwide our businesses, with large bricks and mortar presences, also face increasing food, beverage costs and labour costs. The BHA will make this clear in our response on behalf of the industry.</p>\n&nbsp;','Expert’s View – Ufi Ibrahim, BHA Chief Executive','','inherit','closed','closed','','444-autosave-v1','','','2017-10-03 12:09:54','2017-10-03 12:09:54','',444,'http://www.ontradeprogress.com/2017/10/03/444-autosave-v1/',0,'revision','',0),(449,1,'2017-10-03 12:11:02','2017-10-03 12:11:02','<h3 style=\"text-align: center;\"><strong><u>It’s Time to Take Action Against the Business Rates System</u></strong></h3>\r\n<p style=\"text-align: left;\"><em>Ufi Ibrahim, Chief Executive of the BHA writes exclusively for On-Trade Progress.</em></p>\r\n<p style=\"text-align: left;\">The true scale of the chaos in the business rates system faced by hospitality businesses in England has just been revealed by a Freedom of Information request which shows that there are still over 20,000 appeals outstanding from 2010.</p>\r\n<p style=\"text-align: left;\">The British Hospitality Association (BHA) partnered with business rates specialists Altus to request the Valuation 0ffice to reveal the number – 20,490 hospitality businesses still waiting for results after seven years of anxiety. We were, obviously, aware of the problem but wanted to have the facts in front of us.</p>\r\n<p style=\"text-align: left;\">And that is not the end of it. This year’s revaluation of commercial properties has led to massive increases, many of which will be challenged - while it is reported that thus far only around £197,000 of the government’s £300million business rates relief fund has been allocated. It is increasingly clear that, through no fault of its own, the Valuation Office is underfunded and overrun.</p>\r\n<p style=\"text-align: left;\">The recently published Valuation Office Business Plan commits the agency to settling all 2010 Rating List appeals by 31<sup>st</sup> March 2019 so businesses may have nearly 2 more years for their retrospective appeals to be concluded.</p>\r\n<p style=\"text-align: left;\">Restaurants and pubs face massive increases, notwithstanding the £1,000 a year rebate given to the pubs in the Budget which works out at just £20 a week. That is not enough to make a difference to businesses having to grapple with increased wages and costs of raw materials.</p>\r\n<p style=\"text-align: left;\">The government needs to act now before it is too late and so business rates will be a key issue at the BHA’s annual Hospitality and Tourism Day in Parliament on 10 October which gives our members to chance to speak directly to our lawmakers.  Last year’s event was attended by over 150 business owners and 65 MPs and is free to attend for BHA members, so contact us if you would like to take part.</p>\r\n<p style=\"text-align: left;\">Scotland and Wales are also assessing their rates systems. The independent Barclay Review of Business Rates in Scotland reported in August and recognised the case made by the BHA that the system of valuing hospitality and licensed businesses is flawed and unfair. The BHA Scotland Director Willie Macleod is meeting with Scottish Finance Secretary Derek Mackay to discuss this further and find out what plans the Scottish Government has to extend the relief available (currently capped at 12.5% plus inflation) beyond 31 March next year.</p>\r\n<p style=\"text-align: left;\">The Welsh Government is currently consulting on a permanent business rates relief scheme for small businesses. Proposals include redirecting rate relief from national chains to smaller cafés, pubs and restaurants. It will also consider bringing in permanent relief for certain industries.</p>\r\n<p style=\"text-align: left;\">Nationwide our businesses, with large bricks and mortar presences, also face increasing food, beverage costs and labour costs. The BHA will make this clear in our response on behalf of the industry.</p>\r\n<a href=\"http://www.bha.org.uk/\" target=\"_blank\" rel=\"noopener\">www.bha.org.uk</a>','Expert’s View – Ufi Ibrahim, BHA Chief Executive','','inherit','closed','closed','','444-revision-v1','','','2017-10-03 12:11:02','2017-10-03 12:11:02','',444,'http://www.ontradeprogress.com/2017/10/03/444-revision-v1/',0,'revision','',0),(452,1,'2017-10-05 17:54:06','2017-10-05 17:54:06','<h3 style=\"text-align: center;\"><strong>Let customers tune into your </strong><strong>muted TVs!</strong></h3>\r\nAn innovative system that allows guests to listen to muted TVs on their smartphone headsets has been installed in venues around the country.  The AudioZone system consists of a hand-sized small server installed in the venue and the free app running on the customers’ phone or tablet.  Users are restricted to listening through phone headsets in order to maintain the ambience for everyon<span style=\"font-size: 14px;\">e else.</span>\r\n\r\nAudioZone was developed for hotel bars, restaurants or airport lounges that will typically keep TV audio muted with preference given to music or silence.  Sports bars playing match commentaries on their main sound system during key event but muting TVs for the majority of their trading hours are also key customers.\r\n\r\n<img class=\"wp-image-453 alignleft\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Dual_2-1024x768.jpg\" alt=\"\" width=\"250\" height=\"188\" />\r\n\r\n“All of these venues will frequently host customers that would prefer to be able to hear the commentary,” says AudioZone sales director Richard Konig. “Customers who ask for the TV audio to be turned up are often disappointed when told that can’t happen.  Many who would like to listen to what is on screen won’t get as far as asking. It’s about making the audio available and offering choice.”\r\n\r\n&nbsp;\r\n\r\nThe Slug, a London sports bar, is one of many venues that have plugged into AudioZone to help keep customers close to both the screens and the venue, says General Manager Greg Crammond.\r\n\r\n<img class=\"alignright wp-image-456\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190586-1024x768.jpg\" alt=\"\" width=\"306\" height=\"229\" />\r\n\r\n“AudioZone is great for us when we have multiple live Champions League games showing in the bar at once, during all day events like cricket and when customers ask to watch replays. We’ll be relying on it to keep our customers happy during the upcoming Ashes series,” says Crammond.\r\n\r\nVenues that show rolling news broadcasts will also be able to switch off the disruptive and sometimes incoherent scrolling text that is superimposed over the picture once they install AudioZone.\r\n\r\nThe AudioZone server can transmit audio for multiple TV channels which the customer can then choose between on their app.  The transmission of the audio is via the integrated WiFi hotspot or the venues existing WiFi network.  The server can easily be self-installed and requires only power and an audio lead from the TV or Sky box to be operational in default mode.\r\n\r\n<img class=\"alignright wp-image-454\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190417-1024x768.jpg\" alt=\"\" width=\"238\" height=\"178\" />\r\n\r\nThe presence of the system is promoted with supplied transparent stickers for the frames of the TVs (black font or white font versions), through a built-in Bluetooth beacon or the venues own marketing collateral.  As part of the installation package, table cards are also provided with three easy step by step instructions for users that venue staff can distribute if asked for help.\r\n\r\nAudioZone is available online at <a href=\"http://www.audiozone.net\" target=\"_blank\" rel=\"noopener\">www.audiozone.net</a> or can be ordered through the company sales line on 0207 1758880.','Bars, Restaurants and Airport Lounges – let customers tune into your muted TVs!','','publish','closed','open','','bars-restaurants-airport-lounges-let-customers-tune-muted-tvs','','','2017-10-07 08:59:30','2017-10-07 08:59:30','',0,'http://www.ontradeprogress.com/?p=452',0,'post','',0),(453,1,'2017-10-05 17:41:00','2017-10-05 17:41:00','','Dual_2','','inherit','closed','closed','','dual_2','','','2017-10-05 17:41:00','2017-10-05 17:41:00','',452,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/Dual_2.jpg',0,'attachment','image/jpeg',0),(454,1,'2017-10-05 17:42:36','2017-10-05 17:42:36','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','closed','closed','','olympus-digital-camera','','','2017-10-05 17:42:36','2017-10-05 17:42:36','',452,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190417.jpg',0,'attachment','image/jpeg',0),(455,1,'2017-10-05 17:44:15','2017-10-05 17:44:15','','','','inherit','closed','closed','','olympus-digital-camera-2','','','2017-10-05 18:00:48','2017-10-05 18:00:48','',452,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190467.jpg',0,'attachment','image/jpeg',0),(456,1,'2017-10-05 17:46:28','2017-10-05 17:46:28','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','closed','closed','','olympus-digital-camera-3','','','2017-10-05 17:46:28','2017-10-05 17:46:28','',452,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190586.jpg',0,'attachment','image/jpeg',0),(457,1,'2017-10-05 17:51:36','2017-10-05 17:51:36','<h3 style=\"text-align: center;\"><strong>Let customers tune into your </strong><strong>muted TVs!</strong></h3>\r\nAn innovative system that allows guests to listen to muted TVs on their smartphone headsets has been installed in venues around the country.  The AudioZone system consists of a hand-sized small server installed in the venue and the free app running on the customers’ phone or tablet.  Users are restricted to listening through phone headsets in order to maintain the ambience for everyon<span style=\"font-size: 14px;\">e else.</span>\r\n\r\nAudioZone was developed for hotel bars, restaurants or airport lounges that will typically keep TV audio muted with preference given to music or silence.  Sports bars playing match commentaries on their main sound system during key event but muting TVs for the majority of their trading hours are also key customers.\r\n\r\n<img class=\"wp-image-453 alignleft\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Dual_2-1024x768.jpg\" alt=\"\" width=\"250\" height=\"188\" />\r\n\r\n“All of these venues will frequently host customers that would prefer to be able to hear the commentary,” says AudioZone sales director Richard Konig. “Customers who ask for the TV audio to be turned up are often disappointed when told that can’t happen.  Many who would like to listen to what is on screen won’t get as far as asking. It’s about making the audio available and offering choice.”\r\n\r\n&nbsp;\r\n\r\nThe Slug, a London sports bar, is one of many venues that have plugged into AudioZone to help keep customers close to both the screens and the venue, says General Manager Greg Crammond.\r\n\r\n<img class=\"alignright wp-image-456\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190586-1024x768.jpg\" alt=\"\" width=\"306\" height=\"229\" />\r\n\r\n“AudioZone is great for us when we have multiple live Champions League games showing in the bar at once, during all day events like cricket and when customers ask to watch replays. We’ll be relying on it to keep our customers happy during the upcoming Ashes series,” says Crammond.\r\n\r\nVenues that show rolling news broadcasts will also be able to switch off the disruptive and sometimes incoherent scrolling text that is superimposed over the picture once they install AudioZone.\r\n\r\nThe AudioZone server can transmit audio for multiple TV channels which the customer can then choose between on their app.  The transmission of the audio is via the integrated WiFi hotspot or the venues existing WiFi network.  The server can easily be self-installed and requires only power and an audio lead from the TV or Sky box to be operational in default mode.\r\n\r\n<img class=\"alignright wp-image-454\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190417-1024x768.jpg\" alt=\"\" width=\"238\" height=\"178\" />\r\n\r\nThe presence of the system is promoted with supplied transparent stickers for the frames of the TVs (black font or white font versions), through a built-in Bluetooth beacon or the venues own marketing collateral.  As part of the installation package, table cards are also provided with three easy step by step instructions for users that venue staff can distribute if asked for help.\r\n\r\nAudioZone is available online at <a href=\"http://www.audiozone.net\" target=\"_blank\" rel=\"noopener\">www.audiozone.net</a> or can be ordered through the company sales line on 0207 1758880.','Bars, Restaurants and Airport Lounges – let customers tune into your muted TVs!','','inherit','closed','closed','','452-revision-v1','','','2017-10-05 17:51:36','2017-10-05 17:51:36','',452,'http://www.ontradeprogress.com/2017/10/05/452-revision-v1/',0,'revision','',0),(458,1,'2017-10-05 18:04:04','2017-10-05 18:04:04','<h3 style=\"text-align: center;\"><strong>Let customers tune into your </strong><strong>muted TVs!</strong></h3>\r\nAn innovative system that allows guests to listen to muted TVs on their smartphone headsets has been installed in venues around the country.  The AudioZone system consists of a hand-sized small server installed in the venue and the free app running on the customers’ phone or tablet.  Users are restricted to listening through phone headsets in order to maintain the ambience for everyon<span style=\"font-size: 14px;\">e else.</span>\r\n\r\nAudioZone was developed for hotel bars, restaurants or airport lounges that will typically keep TV audio muted with preference given to music or silence.  Sports bars playing match commentaries on their main sound system during key event but muting TVs for the majority of their trading hours are also key customers.\r\n\r\n<img class=\"wp-image-453 alignleft\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Dual_2-1024x768.jpg\" alt=\"\" width=\"250\" height=\"188\" />\r\n\r\n“All of these venues will frequently host customers that would prefer to be able to hear the commentary,” says AudioZone sales director Richard Konig. “Customers who ask for the TV audio to be turned up are often disappointed when told that can’t happen.  Many who would like to listen to what is on screen won’t get as far as asking. It’s about making the audio available and offering choice.”\r\n\r\n&nbsp;\r\n\r\nThe Slug, a London sports bar, is one of many venues that have plugged into AudioZone to help keep customers close to both the screens and the venue, says General Manager Greg Crammond.\r\n\r\n<img class=\"alignright wp-image-456\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190586-1024x768.jpg\" alt=\"\" width=\"306\" height=\"229\" />\r\n\r\n“AudioZone is great for us when we have multiple live Champions League games showing in the bar at once, during all day events like cricket and when customers ask to watch replays. We’ll be relying on it to keep our customers happy during the upcoming Ashes series,” says Crammond.\r\n\r\nVenues that show rolling news broadcasts will also be able to switch off the disruptive and sometimes incoherent scrolling text that is superimposed over the picture once they install AudioZone.\r\n\r\nThe AudioZone server can transmit audio for multiple TV channels which the customer can then choose between on their app.  The transmission of the audio is via the integrated WiFi hotspot or the venues existing WiFi network.  The server can easily be self-installed and requires only power and an audio lead from the TV or Sky box to be operational in default mode.\r\n\r\n<img class=\"alignright wp-image-454\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/1190417-1024x768.jpg\" alt=\"\" width=\"238\" height=\"178\" />\r\n\r\nThe presence of the system is promoted with supplied transparent stickers for the frames of the TVs (black font or white font versions), through a built-in Bluetooth beacon or the venues own marketing collateral.  As part of the installation package, table cards are also provided with three easy step by step instructions for users that venue staff can distribute if asked for help.\r\n\r\nAudioZone is available online at <a href=\"http://www.audiozone.net\" target=\"_blank\" rel=\"noopener\">www.audiozone.net</a> or can be ordered through the company sales line on 0207 1758880.','Bars, Restaurants and Airport Lounges – let customers tune into your muted TVs!','','inherit','closed','closed','','452-autosave-v1','','','2017-10-05 18:04:04','2017-10-05 18:04:04','',452,'http://www.ontradeprogress.com/2017/10/05/452-autosave-v1/',0,'revision','',0),(459,1,'2017-10-07 08:56:14','2017-10-07 08:56:14','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Smoky Gun</u></strong></h3>\r\nDue to the impressive cocktail idea from mixology training experts Mixology Group, we have them back again this month to kick off an exciting feature. Director of Mixology Group, Zoe Cunliffe, provided us with the sweet and sour “Smoky Gun” which is sure to be a hit on your menu over the coming months. Mixology Group recently announced a partnership with soft drink experts Fentimans, and this unique and interesting concoction mixes mescal perfectly with Fentimans Cucumber Syrup and even includes a dash of hot sauce! Smoky Gun is an intriguing cocktail which I am certain will result in repeat orders from your punters:\r\n\r\n<img class=\"wp-image-471 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun-734x1024.jpg\" alt=\"\" width=\"286\" height=\"399\" />\r\n<ul>\r\n 	<li>50ml mescal</li>\r\n 	<li>20ml cucumber syrup</li>\r\n 	<li>20ml lime juice</li>\r\n 	<li>10ml simple syrup</li>\r\n 	<li>1 dash of hot sauce</li>\r\n</ul>\r\n<ol>\r\n 	<li>Add all ingredients into a shaker with ice</li>\r\n 	<li>Shake vigorously and double strain into a rocks/tumbler glass filled with ice</li>\r\n 	<li>Garnish with a chilli and serve</li>\r\n</ol>\r\n<h5><strong>About Mixology Group and Fentimans</strong></h5>\r\nMixology Group are striving to raise the level of service in the bar industry with their selection of approved and accredited courses.\r\n\r\nMixology Group launched in 2010 are now providers of WSET Level 1 &amp; 2 in Spirits, Accredited Whisky Ambassador Programme and their own Approved Global Bartenders Certificate. In January 2017, they expanded their bespoke Bar School in Brighton into a larger premises The new Mixology School is kitted out with cutting edge equipment from Hoshizaki ice machines and Gram refrigeration as well as working with a great range of spirit brands to help anyone looking to get into the industry or to add to their skill set. This progression attracted the interest of Fentimans who also believe that investment in the training of your staff is key to the progression of your company.\r\n\r\n<a href=\"http://www.mixologygroup.co.uk\" target=\"_blank\" rel=\"noopener\">www.mixologygroup.co.uk</a>\r\n\r\nFentimans award winning drinks are hand-crafted with knowledge and expertise passed on from generation to generation of the Fentimans family for over 100 years.  All Fentimans artisanal beverages are made using the time-honoured botanical brewing technique. The result is an authentic natural botanical drink that tastes simply delicious. For more information visit <a href=\"http://www.fentimans.com\" target=\"_blank\" rel=\"noopener\">www.fentimans.com</a>','Cocktail of the Month - Smoky Gun','','publish','closed','open','','cocktail-month-smoky-gun','','','2018-02-06 15:11:46','2018-02-06 15:11:46','',0,'http://www.ontradeprogress.com/?p=459',0,'post','',0),(465,1,'2017-10-07 08:17:32','2017-10-07 08:17:32','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Smoky Gun</u></strong></h3>\r\nDue to the impressive cocktail idea from mixology training experts Mixology Group in our August issue, we have them back again this month to kick off an exciting feature. Director of Mixology Group, Zoe Cunliffe, provided us with the sweet and sour “Smoky Gun” which is sure to be a hit on your menu over the coming months. Mixology Group recently announced a partnership with softr drink experts Fentimans, and this unique and interesting concoction mixes mescal perfectly with Fentimans Cucumber Syrup and even incudes a dash of hot sauce! Smoky Gun is an intriguing cocktail which I am certain will result in repeat orders from your punters:\r\n<ul>\r\n 	<li>50ml mescal</li>\r\n 	<li>20ml cucumber syrup</li>\r\n 	<li>20ml lime juice</li>\r\n 	<li>10ml simple syrup</li>\r\n 	<li>1 dash of hot sauce</li>\r\n</ul>\r\n<ol>\r\n 	<li>Add all ingredients into a shaker with ice</li>\r\n 	<li>Shake vigorously and double strain into a rocks/tumbler glass filled with ice</li>\r\n 	<li>Garnish with a chilli and serve</li>\r\n</ol>\r\n<h5><strong>About Mixology Group and Fentimans</strong></h5>\r\nMixology Group are striving to raise the level of service in the bar industry with their selection of approved and accredited courses.\r\n\r\nMixology Group launched in 2010 are now providers of WSET Level 1 &amp; 2 in Spirits, Accredited Whisky Ambassador Programme and their own Approved Global Bartenders Certificate. In January 2017, they expanded their bespoke Bar School in Brighton into a larger premises The new Mixology School is kitted out with cutting edge equipment from Hoshizaki ice machines and Gram refrigeration as well as working with a great range of spirit brands to help anyone looking to get into the industry or to add to their skill set. This progression attracted the interest of Fentimans who also believe that investment in the training of your staff is key to the progression of your company.\r\n\r\n<a href=\"http://www.mixologygroup.co.uk\" target=\"_blank\" rel=\"noopener\">www.mixologygroup.co.uk</a>\r\n\r\nFentimans award winning drinks are hand-crafted with knowledge and expertise passed on from generation to generation of the Fentimans family for over 100 years.  All Fentimans artisanal beverages are made using the time-honoured botanical brewing technique. The result is an authentic natural botanical drink that tastes simply delicious. For more information visit <a href=\"http://www.fentimans.com\" target=\"_blank\" rel=\"noopener\">www.fentimans.com</a>','Cocktail of the Month - Smoky Gun','','inherit','closed','closed','','459-revision-v1','','','2017-10-07 08:17:32','2017-10-07 08:17:32','',459,'http://www.ontradeprogress.com/2017/10/07/459-revision-v1/',0,'revision','',0),(471,1,'2017-10-07 08:53:35','2017-10-07 08:53:35','','Smoky Gun','','inherit','closed','closed','','smoky-gun','','','2017-10-07 09:00:40','2017-10-07 09:00:40','',459,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun.jpg',0,'attachment','image/jpeg',0),(472,1,'2017-10-07 08:56:14','2017-10-07 08:56:14','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Smoky Gun</u></strong></h3>\r\nDue to the impressive cocktail idea from mixology training experts Mixology Group in our August issue, we have them back again this month to kick off an exciting feature. Director of Mixology Group, Zoe Cunliffe, provided us with the sweet and sour “Smoky Gun” which is sure to be a hit on your menu over the coming months. Mixology Group recently announced a partnership with softr drink experts Fentimans, and this unique and interesting concoction mixes mescal perfectly with Fentimans Cucumber Syrup and even\r\n\r\nincudes a dash of hot sauce! Smoky Gun is an intriguing cocktail which I am certain will result in repeat\r\n\r\norders from your punters:\r\n\r\n&nbsp;\r\n\r\n<img class=\"wp-image-471 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun-734x1024.jpg\" alt=\"\" width=\"194\" height=\"271\" />\r\n<ul>\r\n 	<li>50ml mescal</li>\r\n 	<li>20ml cucumber syrup</li>\r\n 	<li>20ml lime juice</li>\r\n 	<li>10ml simple syrup</li>\r\n 	<li>1 dash of hot sauce</li>\r\n</ul>\r\n<ol>\r\n 	<li>Add all ingredients into a shaker with ice</li>\r\n 	<li>Shake vigorously and double strain into a rocks/tumbler glass filled with ice</li>\r\n 	<li>Garnish with a chilli and serve</li>\r\n</ol>\r\n<h5><strong>About Mixology Group and Fentimans</strong></h5>\r\nMixology Group are striving to raise the level of service in the bar industry with their selection of approved and accredited courses.\r\n\r\nMixology Group launched in 2010 are now providers of WSET Level 1 &amp; 2 in Spirits, Accredited Whisky Ambassador Programme and their own Approved Global Bartenders Certificate. In January 2017, they expanded their bespoke Bar School in Brighton into a larger premises The new Mixology School is kitted out with cutting edge equipment from Hoshizaki ice machines and Gram refrigeration as well as working with a great range of spirit brands to help anyone looking to get into the industry or to add to their skill set. This progression attracted the interest of Fentimans who also believe that investment in the training of your staff is key to the progression of your company.\r\n\r\n<a href=\"http://www.mixologygroup.co.uk\" target=\"_blank\" rel=\"noopener\">www.mixologygroup.co.uk</a>\r\n\r\nFentimans award winning drinks are hand-crafted with knowledge and expertise passed on from generation to generation of the Fentimans family for over 100 years.  All Fentimans artisanal beverages are made using the time-honoured botanical brewing technique. The result is an authentic natural botanical drink that tastes simply delicious. For more information visit <a href=\"http://www.fentimans.com\" target=\"_blank\" rel=\"noopener\">www.fentimans.com</a>','Cocktail of the Month - Smoky Gun','','inherit','closed','closed','','459-revision-v1','','','2017-10-07 08:56:14','2017-10-07 08:56:14','',459,'http://www.ontradeprogress.com/2017/10/07/459-revision-v1/',0,'revision','',0),(473,1,'2018-02-06 15:11:23','2018-02-06 15:11:23','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Smoky Gun</u></strong></h3>\nDue to the impressive cocktail idea from mixology training experts Mixology Group, we have them back again this month to kick off an exciting feature. Director of Mixology Group, Zoe Cunliffe, provided us with the sweet and sour “Smoky Gun” which is sure to be a hit on your menu over the coming months. Mixology Group recently announced a partnership with soft drink experts Fentimans, and this unique and interesting concoction mixes mescal perfectly with Fentimans Cucumber Syrup and even includes a dash of hot sauce! Smoky Gun is an intriguing cocktail which I am certain will result in repeat orders from your punters:\n\n<img class=\"wp-image-471 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun-734x1024.jpg\" alt=\"\" width=\"286\" height=\"399\" />\n<ul>\n 	<li>50ml mescal</li>\n 	<li>20ml cucumber syrup</li>\n 	<li>20ml lime juice</li>\n 	<li>10ml simple syrup</li>\n 	<li>1 dash of hot sauce</li>\n</ul>\n<ol>\n 	<li>Add all ingredients into a shaker with ice</li>\n 	<li>Shake vigorously and double strain into a rocks/tumbler glass filled with ice</li>\n 	<li>Garnish with a chilli and serve</li>\n</ol>\n<h5><strong>About Mixology Group and Fentimans</strong></h5>\nMixology Group are striving to raise the level of service in the bar industry with their selection of approved and accredited courses.\n\nMixology Group launched in 2010 are now providers of WSET Level 1 &amp; 2 in Spirits, Accredited Whisky Ambassador Programme and their own Approved Global Bartenders Certificate. In January 2017, they expanded their bespoke Bar School in Brighton into a larger premises The new Mixology School is kitted out with cutting edge equipment from Hoshizaki ice machines and Gram refrigeration as well as working with a great range of spirit brands to help anyone looking to get into the industry or to add to their skill set. This progression attracted the interest of Fentimans who also believe that investment in the training of your staff is key to the progression of your company.\n\n<a href=\"http://www.mixologygroup.co.uk\" target=\"_blank\" rel=\"noopener\">www.mixologygroup.co.uk</a>\n\nFentimans award winning drinks are hand-crafted with knowledge and expertise passed on from generation to generation of the Fentimans family for over 100 years.  All Fentimans artisanal beverages are made using the time-honoured botanical brewing technique. The result is an authentic natural botanical drink that tastes simply delicious. For more information visit <a href=\"http://www.fentimans.com\" target=\"_blank\" rel=\"noopener\">www.fentimans.com</a>','Cocktail of the Month - Smoky Gun','','inherit','closed','closed','','459-autosave-v1','','','2018-02-06 15:11:23','2018-02-06 15:11:23','',459,'http://www.ontradeprogress.com/2017/10/07/459-autosave-v1/',0,'revision','',0),(474,1,'2017-10-07 08:58:52','2017-10-07 08:58:52','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Smoky Gun</u></strong></h3>\r\nDue to the impressive cocktail idea from mixology training experts Mixology Group in our August issue, we have them back again this month to kick off an exciting feature. Director of Mixology Group, Zoe Cunliffe, provided us with the sweet and sour “Smoky Gun” which is sure to be a hit on your menu over the coming months. Mixology Group recently announced a partnership with soft drink experts Fentimans, and this unique and interesting concoction mixes mescal perfectly with Fentimans Cucumber Syrup and even\r\n\r\nincudes a dash of hot sauce! Smoky Gun is an intriguing cocktail which I am certain will result in repeat\r\n\r\norders from your punters:\r\n\r\n<img class=\"wp-image-471 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun-734x1024.jpg\" alt=\"\" width=\"286\" height=\"399\" />\r\n<ul>\r\n 	<li>50ml mescal</li>\r\n 	<li>20ml cucumber syrup</li>\r\n 	<li>20ml lime juice</li>\r\n 	<li>10ml simple syrup</li>\r\n 	<li>1 dash of hot sauce</li>\r\n</ul>\r\n<ol>\r\n 	<li>Add all ingredients into a shaker with ice</li>\r\n 	<li>Shake vigorously and double strain into a rocks/tumbler glass filled with ice</li>\r\n 	<li>Garnish with a chilli and serve</li>\r\n</ol>\r\n<h5><strong>About Mixology Group and Fentimans</strong></h5>\r\nMixology Group are striving to raise the level of service in the bar industry with their selection of approved and accredited courses.\r\n\r\nMixology Group launched in 2010 are now providers of WSET Level 1 &amp; 2 in Spirits, Accredited Whisky Ambassador Programme and their own Approved Global Bartenders Certificate. In January 2017, they expanded their bespoke Bar School in Brighton into a larger premises The new Mixology School is kitted out with cutting edge equipment from Hoshizaki ice machines and Gram refrigeration as well as working with a great range of spirit brands to help anyone looking to get into the industry or to add to their skill set. This progression attracted the interest of Fentimans who also believe that investment in the training of your staff is key to the progression of your company.\r\n\r\n<a href=\"http://www.mixologygroup.co.uk\" target=\"_blank\" rel=\"noopener\">www.mixologygroup.co.uk</a>\r\n\r\nFentimans award winning drinks are hand-crafted with knowledge and expertise passed on from generation to generation of the Fentimans family for over 100 years.  All Fentimans artisanal beverages are made using the time-honoured botanical brewing technique. The result is an authentic natural botanical drink that tastes simply delicious. For more information visit <a href=\"http://www.fentimans.com\" target=\"_blank\" rel=\"noopener\">www.fentimans.com</a>','Cocktail of the Month - Smoky Gun','','inherit','closed','closed','','459-revision-v1','','','2017-10-07 08:58:52','2017-10-07 08:58:52','',459,'http://www.ontradeprogress.com/2017/10/07/459-revision-v1/',0,'revision','',0),(475,1,'2017-10-07 09:13:48','2017-10-07 09:13:48','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Electric Feel by Amber Jeffryes</u></strong></h3>\r\nOur Cocktail of the Month for September brings an exclusive look at the award-winning Electric Feel, created by young, innovative mixologist Amber Jeffryes. The creation of this drink came from a competition set up by Matthew Uden, UK Brand Ambassador for fruity liqueur Chambord. The brief for the competition was to design an exciting Chambord-based cocktail for the London Cocktail Club (LCC) which would be judged by a panel of experts.\r\n\r\n<img class=\"wp-image-477 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-2-768x1024.jpg\" alt=\"\" width=\"178\" height=\"237\" />\r\n\r\nAmber’s winning drink is included on LCC’s Flavour of the Month menu for August and being enjoyed by numerous punters. Speaking to Amber, we discovered that this was surprisingly the first competition she has entered. Her idea was for a festival themed drink, with inspiration coming from seeing images of festival-goers all over social media and she came up with a simple, fruity creation that could be enjoyed again and again. If the flavour wasn’t enough, the cocktail is served beautifully in a lightbulb shaped glass (hence the name) and decorated with a glow stick around the lightbulb to tie in with the festival vibe. Electric Feel is the “talk of the town”, so make sure it features on your summer cocktail menu:\r\n<ul>\r\n 	<li>30ml Bacardi Gold</li>\r\n 	<li>20ml Chambord</li>\r\n 	<li>20ml Peach Purée</li>\r\n 	<li>20ml Passion Fruit Purée</li>\r\n 	<li>10ml Vanilla Paste</li>\r\n 	<li>5 dashes Fee Brothers Cranberry Bitters<img class=\"wp-image-478 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-913x1024.jpg\" alt=\"\" width=\"230\" height=\"258\" /></li>\r\n</ul>\r\n<ol>\r\n 	<li>Pour Bacardi and Chambord into shaker and stir in well</li>\r\n 	<li>Add Peach, Passion Fruit and Vanilla to the mix and stir together</li>\r\n 	<li>Finish with Cranberry and make sure everything is churned</li>\r\n 	<li>Serve in lightbulb glass over crushed ice. Garnish with mint sprig and add mini glow stick to glass.</li>\r\n</ol>\r\n<a href=\"http://www.chambordchannel.com/\" target=\"_blank\" rel=\"noopener\">http://www.chambordchannel.com/</a>','Cocktail of the Month - Electric Feel by Amber Jeffryes','','publish','closed','open','','cocktail-month-electric-feel-amber-jeffryes','','','2017-10-08 22:54:48','2017-10-08 22:54:48','',0,'http://www.ontradeprogress.com/?p=475',0,'post','',0),(476,1,'2017-10-07 09:10:30','2017-10-07 09:10:30','','sep 17 page 20 1','','inherit','closed','closed','','sep-17-page-20-1','','','2017-10-07 09:10:30','2017-10-07 09:10:30','',475,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-1.jpg',0,'attachment','image/jpeg',0),(477,1,'2017-10-07 09:11:01','2017-10-07 09:11:01','','sep 17 page 20 2','','inherit','closed','closed','','sep-17-page-20-2','','','2017-10-07 09:11:01','2017-10-07 09:11:01','',475,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-2.jpg',0,'attachment','image/jpeg',0),(478,1,'2017-10-07 09:12:06','2017-10-07 09:12:06','','sep 17 page 20','','inherit','closed','closed','','sep-17-page-20','','','2017-10-07 09:12:06','2017-10-07 09:12:06','',475,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20.jpg',0,'attachment','image/jpeg',0),(479,1,'2017-10-07 09:13:48','2017-10-07 09:13:48','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Electric Feel by Amber Jeffryes</u></strong></h3>\r\nOur Cocktail of the Month for September brings an exclusive look at the award-winning Electric Feel, created by young, innovative mixologist Amber Jeffryes. The creation of this drink came from a competition set up by Matthew Uden, UK Brand Ambassador for fruity liqueur Chambord. The brief for the competition was to design an exciting Chambord-based cocktail for the London Cocktail Club (LCC) which would be judged by a panel of experts.\r\n\r\n<img class=\"wp-image-477 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-2-768x1024.jpg\" alt=\"\" width=\"178\" height=\"237\" />\r\n\r\nAmber’s winning drink is included on LCC’s Flavour of the Month menu for August and being enjoyed by numerous punters. Speaking to Amber, we discovered that this was surprisingly the first competition she has entered. Her idea was for a festival themed drink, with inspiration coming from seeing images of festival-goers all over social media and she came up with a simple, fruity creation that could be enjoyed again and again. If the flavour wasn’t enough, the cocktail is served beautifully in a lightbulb shaped glass (hence the name) and decorated with a glow stick around the lightbulb to tie in with the festival vibe. Electric Feel is the “talk of the town”, so make sure it features on your summer cocktail menu:\r\n<ul>\r\n 	<li>30ml Bacardi Gold</li>\r\n 	<li>20ml Chambord</li>\r\n 	<li>20ml Peach Purée</li>\r\n 	<li>20ml Passion Fruit Purée</li>\r\n 	<li>10ml Vanilla Paste</li>\r\n 	<li>5 dashes Fee Brothers Cranberry Bitters<img class=\"wp-image-478 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-20-913x1024.jpg\" alt=\"\" width=\"230\" height=\"258\" /></li>\r\n</ul>\r\n<ol>\r\n 	<li>Pour Bacardi and Chambord into shaker and stir in well</li>\r\n 	<li>Add Peach, Passion Fruit and Vanilla to the mix and stir together</li>\r\n 	<li>Finish with Cranberry and make sure everything is churned</li>\r\n 	<li>Serve in lightbulb glass over crushed ice. Garnish with mint sprig and add mini glow stick to glass.</li>\r\n</ol>\r\n<a href=\"http://www.chambordchannel.com/\" target=\"_blank\" rel=\"noopener\">http://www.chambordchannel.com/</a>','Cocktail of the Month - Electric Feel by Amber Jeffryes','','inherit','closed','closed','','475-revision-v1','','','2017-10-07 09:13:48','2017-10-07 09:13:48','',475,'http://www.ontradeprogress.com/2017/10/07/475-revision-v1/',0,'revision','',0),(481,1,'2017-10-09 16:12:27','2017-10-09 16:12:27','','Sep 17 page 28 3','','inherit','closed','closed','','sep-17-page-28-3','','','2017-10-09 16:12:27','2017-10-09 16:12:27','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/Sep-17-page-28-3.jpg',0,'attachment','image/jpeg',0),(483,1,'2017-10-09 16:13:41','2017-10-09 16:13:41','','sep 17 page 28 1','','inherit','closed','closed','','sep-17-page-28-1','','','2017-10-09 16:13:41','2017-10-09 16:13:41','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-28-1.jpg',0,'attachment','image/jpeg',0),(484,1,'2017-10-09 16:15:26','2017-10-09 16:15:26','','sep 17 page 28 2','','inherit','closed','closed','','sep-17-page-28-2','','','2017-10-09 16:15:26','2017-10-09 16:15:26','',0,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-28-2.jpg',0,'attachment','image/jpeg',0),(486,1,'2017-10-09 16:28:22','2017-10-09 16:28:22','<h3 style=\"text-align: center;\"><strong><u>Improve the Quality of Your Beer</u></strong></h3>\r\n<p style=\"text-align: center;\"><em>On-Trade Progress’ Chief Editor, Mike Underwood, speaks with Gary Smith, Managing Director of the innovative </em><em>Dryphoon:</em></p>\r\n<img class=\"wp-image-488 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-30-2-1024x271.jpg\" alt=\"\" width=\"245\" height=\"65\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Tell me about your product… </strong>\r\n\r\nThe product is an extremely quick glass dryer that will prepare a nucleated glass for the optimum presentation in a split second. In testing, it has been displacing the water in under 1 second, allowing the drink to be poured perfectly. When pubs are busy, glasses are not being allowed to drip dry naturally, meaning customers are being served drinks in wet glasses. This kills the drink, and with no nucleation from the base, the head just evaporates and it’s flat in seconds.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s your background?</strong>\r\n\r\nFrom the age of 5, right through to my early 20’s I lived and worked in pubs. In my early years after school, I was an IT apprentice for a brewer and hotel chain and have worked in many global companies which means I have seen a lot of how business works. I am now in a good position, experience wise, to bring a new product to market based on what I have learned over the years, both inside the licenced trade and from business in general.\r\n\r\n&nbsp;\r\n\r\n<strong>What made you realise that hospitality venues need your product?</strong>\r\n\r\nI have reached out to lots of people in the industry from glassware manufacturers to brewers, pub chains to independents, staff to customers. They all acknowledge the wet glass/flat pint issue is common. It is prominent when a pub starts to get busier and I saw this issue first hand over many years when I was in the trade, but it remains unresolved. We are now at the point whereby a unit, that provides results at lightning speeds, can really benefit a business.\r\n\r\n&nbsp;\r\n\r\n<strong>What are the benefits for a venue to use your product?</strong>\r\n\r\nThere are loads for both the brewer and publican. These include:\r\n<ul>\r\n 	<li>Increased customer satisfaction</li>\r\n 	<li>Reduced waste amount (carbon footprint and cost savings through returned drinks)</li>\r\n 	<li>Improved brand image</li>\r\n 	<li>Reduced glassware due to wet glasses being turned around so quickly</li>\r\n 	<li>Very compact – non-intrusive size and design means they can be mounted behind the bar without eating into space</li>\r\n 	<li>Can be mounted next to each work area behind the bar</li>\r\n</ul>\r\nGoing out for drinks is expensive and people demand higher quality for their money. The draught market is fighting against the increase in popularity of the Wine, Gin and Vodka bars as well as off-licences. Brewers in the lager market have invested a huge amount of money in developing the best glasses to deliver the perfect pint. Dryphoon compliments lager and cider in delivering the pint as it is intended which is a contributing factor in the fight for market share in the constantly dwindling licenced trade. There are also benefits that cannot be calculated accurately. How many people do not complain yet simply go somewhere else? How many of their friends and family are then swayed by that person’s opinion? How many people are then swayed by reports on trip advisor or social media? It is difficult to put a number on that, but if you suddenly had a pub in your area that had a cast iron guarantee of a good pint then this should be a great marketing tool for that business and a sure fire hit for the consumer.\r\n\r\n&nbsp;\r\n\r\n<strong>What are your future plans?</strong>\r\n\r\nProduct launch is October 2<sup>nd</sup>, at the Bar and Pub Show in London. Dryphoon is launching to the trade over the 3 days from stand WG51 where the prototype models will be on display. Free beer and nuts are available as part of the demo so come and see what it is all about. Going forward, there will be 2 model variants, with one of them incorporating a rinse as well as a dry.\r\n\r\nTo see an example of how the unit invigorates drinks, visit <a href=\"http://www.dryphoon.com\" target=\"_blank\" rel=\"noopener\">www.dryphoon.com</a>.','Improve the Quality of Your Beer','','publish','closed','open','','486','','','2017-10-09 16:30:09','2017-10-09 16:30:09','',0,'http://www.ontradeprogress.com/?p=486',0,'post','',0),(487,1,'2017-10-09 16:22:23','2017-10-09 16:22:23','','Gary Smith, Managing Director of Dryphoon','Gary Smith, Managing Director of Dryphoon','inherit','closed','closed','','sep-17-page-30','','','2017-10-09 16:23:20','2017-10-09 16:23:20','',486,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-30.jpg',0,'attachment','image/jpeg',0),(488,1,'2017-10-09 16:24:05','2017-10-09 16:24:05','','sep 17 page 30 2','','inherit','closed','closed','','sep-17-page-30-2','','','2017-10-09 16:24:05','2017-10-09 16:24:05','',486,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-30-2.jpg',0,'attachment','image/jpeg',0),(489,1,'2017-10-09 16:28:22','2017-10-09 16:28:22','<h3 style=\"text-align: center;\"><strong><u>Improve the Quality of Your Beer</u></strong></h3>\r\n<p style=\"text-align: center;\"><em>On-Trade Progress’ Chief Editor, Mike Underwood, speaks with Gary Smith, Managing Director of the innovative </em><em>Dryphoon:</em></p>\r\n<img class=\"wp-image-488 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-30-2-1024x271.jpg\" alt=\"\" width=\"245\" height=\"65\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Tell me about your product… </strong>\r\n\r\nThe product is an extremely quick glass dryer that will prepare a nucleated glass for the optimum presentation in a split second. In testing, it has been displacing the water in under 1 second, allowing the drink to be poured perfectly. When pubs are busy, glasses are not being allowed to drip dry naturally, meaning customers are being served drinks in wet glasses. This kills the drink, and with no nucleation from the base, the head just evaporates and it’s flat in seconds.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s your background?</strong>\r\n\r\nFrom the age of 5, right through to my early 20’s I lived and worked in pubs. In my early years after school, I was an IT apprentice for a brewer and hotel chain and have worked in many global companies which means I have seen a lot of how business works. I am now in a good position, experience wise, to bring a new product to market based on what I have learned over the years, both inside the licenced trade and from business in general.\r\n\r\n&nbsp;\r\n\r\n<strong>What made you realise that hospitality venues need your product?</strong>\r\n\r\nI have reached out to lots of people in the industry from glassware manufacturers to brewers, pub chains to independents, staff to customers. They all acknowledge the wet glass/flat pint issue is common. It is prominent when a pub starts to get busier and I saw this issue first hand over many years when I was in the trade, but it remains unresolved. We are now at the point whereby a unit, that provides results at lightning speeds, can really benefit a business.\r\n\r\n&nbsp;\r\n\r\n<strong>What are the benefits for a venue to use your product?</strong>\r\n\r\nThere are loads for both the brewer and publican. These include:\r\n<ul>\r\n 	<li>Increased customer satisfaction</li>\r\n 	<li>Reduced waste amount (carbon footprint and cost savings through returned drinks)</li>\r\n 	<li>Improved brand image</li>\r\n 	<li>Reduced glassware due to wet glasses being turned around so quickly</li>\r\n 	<li>Very compact – non-intrusive size and design means they can be mounted behind the bar without eating into space</li>\r\n 	<li>Can be mounted next to each work area behind the bar</li>\r\n</ul>\r\nGoing out for drinks is expensive and people demand higher quality for their money. The draught market is fighting against the increase in popularity of the Wine, Gin and Vodka bars as well as off-licences. Brewers in the lager market have invested a huge amount of money in developing the best glasses to deliver the perfect pint. Dryphoon compliments lager and cider in delivering the pint as it is intended which is a contributing factor in the fight for market share in the constantly dwindling licenced trade. There are also benefits that cannot be calculated accurately. How many people do not complain yet simply go somewhere else? How many of their friends and family are then swayed by that person’s opinion? How many people are then swayed by reports on trip advisor or social media? It is difficult to put a number on that, but if you suddenly had a pub in your area that had a cast iron guarantee of a good pint then this should be a great marketing tool for that business and a sure fire hit for the consumer.\r\n\r\n&nbsp;\r\n\r\n<strong>What are your future plans?</strong>\r\n\r\nProduct launch is October 2<sup>nd</sup>, at the Bar and Pub Show in London. Dryphoon is launching to the trade over the 3 days from stand WG51 where the prototype models will be on display. Free beer and nuts are available as part of the demo so come and see what it is all about. Going forward, there will be 2 model variants, with one of them incorporating a rinse as well as a dry.\r\n\r\nTo see an example of how the unit invigorates drinks, visit <a href=\"http://www.dryphoon.com\" target=\"_blank\" rel=\"noopener\">www.dryphoon.com</a>.','','','inherit','closed','closed','','486-revision-v1','','','2017-10-09 16:28:22','2017-10-09 16:28:22','',486,'http://www.ontradeprogress.com/2017/10/09/486-revision-v1/',0,'revision','',0),(490,1,'2017-10-09 16:30:09','2017-10-09 16:30:09','<h3 style=\"text-align: center;\"><strong><u>Improve the Quality of Your Beer</u></strong></h3>\r\n<p style=\"text-align: center;\"><em>On-Trade Progress’ Chief Editor, Mike Underwood, speaks with Gary Smith, Managing Director of the innovative </em><em>Dryphoon:</em></p>\r\n<img class=\"wp-image-488 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-30-2-1024x271.jpg\" alt=\"\" width=\"245\" height=\"65\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Tell me about your product… </strong>\r\n\r\nThe product is an extremely quick glass dryer that will prepare a nucleated glass for the optimum presentation in a split second. In testing, it has been displacing the water in under 1 second, allowing the drink to be poured perfectly. When pubs are busy, glasses are not being allowed to drip dry naturally, meaning customers are being served drinks in wet glasses. This kills the drink, and with no nucleation from the base, the head just evaporates and it’s flat in seconds.\r\n\r\n&nbsp;\r\n\r\n<strong>What’s your background?</strong>\r\n\r\nFrom the age of 5, right through to my early 20’s I lived and worked in pubs. In my early years after school, I was an IT apprentice for a brewer and hotel chain and have worked in many global companies which means I have seen a lot of how business works. I am now in a good position, experience wise, to bring a new product to market based on what I have learned over the years, both inside the licenced trade and from business in general.\r\n\r\n&nbsp;\r\n\r\n<strong>What made you realise that hospitality venues need your product?</strong>\r\n\r\nI have reached out to lots of people in the industry from glassware manufacturers to brewers, pub chains to independents, staff to customers. They all acknowledge the wet glass/flat pint issue is common. It is prominent when a pub starts to get busier and I saw this issue first hand over many years when I was in the trade, but it remains unresolved. We are now at the point whereby a unit, that provides results at lightning speeds, can really benefit a business.\r\n\r\n&nbsp;\r\n\r\n<strong>What are the benefits for a venue to use your product?</strong>\r\n\r\nThere are loads for both the brewer and publican. These include:\r\n<ul>\r\n 	<li>Increased customer satisfaction</li>\r\n 	<li>Reduced waste amount (carbon footprint and cost savings through returned drinks)</li>\r\n 	<li>Improved brand image</li>\r\n 	<li>Reduced glassware due to wet glasses being turned around so quickly</li>\r\n 	<li>Very compact – non-intrusive size and design means they can be mounted behind the bar without eating into space</li>\r\n 	<li>Can be mounted next to each work area behind the bar</li>\r\n</ul>\r\nGoing out for drinks is expensive and people demand higher quality for their money. The draught market is fighting against the increase in popularity of the Wine, Gin and Vodka bars as well as off-licences. Brewers in the lager market have invested a huge amount of money in developing the best glasses to deliver the perfect pint. Dryphoon compliments lager and cider in delivering the pint as it is intended which is a contributing factor in the fight for market share in the constantly dwindling licenced trade. There are also benefits that cannot be calculated accurately. How many people do not complain yet simply go somewhere else? How many of their friends and family are then swayed by that person’s opinion? How many people are then swayed by reports on trip advisor or social media? It is difficult to put a number on that, but if you suddenly had a pub in your area that had a cast iron guarantee of a good pint then this should be a great marketing tool for that business and a sure fire hit for the consumer.\r\n\r\n&nbsp;\r\n\r\n<strong>What are your future plans?</strong>\r\n\r\nProduct launch is October 2<sup>nd</sup>, at the Bar and Pub Show in London. Dryphoon is launching to the trade over the 3 days from stand WG51 where the prototype models will be on display. Free beer and nuts are available as part of the demo so come and see what it is all about. Going forward, there will be 2 model variants, with one of them incorporating a rinse as well as a dry.\r\n\r\nTo see an example of how the unit invigorates drinks, visit <a href=\"http://www.dryphoon.com\" target=\"_blank\" rel=\"noopener\">www.dryphoon.com</a>.','Improve the Quality of Your Beer','','inherit','closed','closed','','486-revision-v1','','','2017-10-09 16:30:09','2017-10-09 16:30:09','',486,'http://www.ontradeprogress.com/2017/10/09/486-revision-v1/',0,'revision','',0),(491,1,'2017-10-15 13:26:45','2017-10-15 13:26:45','<h3 style=\"text-align: center;\"><strong><u>The Future of Online Reservations</u></strong></h3>\r\nWith the online reservation market expected to continue to grow substantially, restauranteurs of all sizes are faced with the ever-growing question about how to effectively manage sales and reservations. AirREGI POS software from Recruit and the reservation platform from Quandoo form the perfect partnership and solution to this question.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-1.jpg\"><img class=\"alignright wp-image-493\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-1.jpg\" alt=\"\" width=\"259\" height=\"287\" /></a>\r\n\r\nThe benefits of cloud-based software and the trend towards the increased use of a tablet, as opposed to a POS terminal, are clear in terms of facilitating the effective management of sales and reservations. Providing high functionality for its cost, a tablet offers ease of use and processing power, allowing your business to be extremely responsive to your sales data.  Furthermore, beyond collecting and recording payment from customers, a tablet POS system offers the opportunity to collect additional information that can be processed to generate a variety of business reports.\r\n\r\nReduced hardware investment costs, easy set-up and flexibility to immediately react to market changes, not to mention greater efficiencies further highlight the benefits. Coupled with reliable, stylish hardware you have a solution that is not only low cost but will provide a wide range of features to enhance your business.  And, in terms of design, you profit from a stylish, clutter-free environment.\r\n\r\nAirREGI, Japan\'s leading MPOS supplier and owned by Recruit Group, offers a point-of-sale cash register app that effectively manages restaurant sales.  Functions include managing your menu and data from a tablet (or computer), applying tips and discounts and automatic software updates and with 24/7 support you will always be able to resolve any issues.  By providing your business with a safe, secure, cloud-based POS solution, your data will always be accessible even if the device breaks and you can access old data on any replaced device.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-2.jpg\"><img class=\"alignright wp-image-494\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-2.jpg\" alt=\"\" width=\"216\" height=\"316\" /></a>\r\n\r\nAcquiring Quandoo in 2015, AirREGI now offers an international reservations service that spans 12 countries - the UK, Finland, Germany, Austria, Luxembourg, Switzerland, Turkey, Italy, Netherlands, Singapore, Hong Kong and Australia so you can effectively link your sales to reservations using a service that has to date seated over a million guests.\r\n\r\nWith Quandoo, your customers can easily search for, find and reserve your restaurant online with just a few clicks using their desktop or mobile devices. Besides making it easier to reserve a table, customers benefit from loyalty points, special offers and the ability to share their dining experiences with other Quandoo users.\r\n\r\nYour business can also benefit from an industry-leading Reservation Management System that is the perfect tool to maximise and merge your restaurant’s online and offline bookings, enabling you to market free capacities to local consumers.\r\n\r\nGiven the extensive reach of Quandoo’s reservation platform, you are able to drive reservations in low-traffic times and generate additional business on-demand. Quandoo’s Business Centre is your restaurant’s remote control, giving you a comprehensive management overview that allows you to tweak your restaurant’s operational parameters and keep track of your reservation list and customer database from anywhere in the world.\r\n\r\nAdd tables, modify your opening hours, limit the number of seats available online and much more – all with just a few clicks.\r\n\r\nBy listing your restaurant on the Quandoo portal and mobile apps you can dramatically increase your online presence. Relevant content such as marketing-optimised editorial descriptions, qualified customer reviews, and inclusion in newsletters and on special interest Collection pages all ensure optimum visibility and conversion rates. Plus, the real-time, location-based search functionality of Quandoo’s consumer apps allows you to effectively increase your walk-in radius by up to 50%.\r\n\r\nIn terms of printing hardware, the solution from AirREGI and Quandoo includes the Star TSP654II LAN printer that offers efficient high-speed 300mm/sec. receipt printing with the security and reliability of a network connection. For payment, AirREGI allows you to stay up-to-date with the newest payment methods including compliance with chip-enabled cards as well as traditional cards, including offline processing.  And for digital wallets, it is Apple Pay and Android Pay ready.\r\n\r\n<a href=\"https://air-regi.com/\" target=\"_blank\" rel=\"noopener\">https://air-regi.com/</a>\r\n\r\n<a href=\"https://www.quandoo.co.uk/\" target=\"_blank\" rel=\"noopener\">https://www.quandoo.co.uk/</a>','The Future of Online Reservations','','publish','closed','open','','future-online-reservations','','','2017-10-15 13:26:45','2017-10-15 13:26:45','',0,'http://www.ontradeprogress.com/?p=491',0,'post','',0),(492,1,'2017-10-15 13:21:03','2017-10-15 13:21:03','','page 36','','inherit','closed','closed','','page-36-2','','','2017-10-15 13:21:03','2017-10-15 13:21:03','',491,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36.jpg',0,'attachment','image/jpeg',0),(493,1,'2017-10-15 13:21:45','2017-10-15 13:21:45','','page 36 1','','inherit','closed','closed','','page-36-1','','','2017-10-15 13:21:45','2017-10-15 13:21:45','',491,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-1.jpg',0,'attachment','image/jpeg',0),(494,1,'2017-10-15 13:22:44','2017-10-15 13:22:44','','page 36 2','','inherit','closed','closed','','page-36-2-2','','','2017-10-15 13:22:44','2017-10-15 13:22:44','',491,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-2.jpg',0,'attachment','image/jpeg',0),(495,1,'2017-10-15 13:26:45','2017-10-15 13:26:45','<h3 style=\"text-align: center;\"><strong><u>The Future of Online Reservations</u></strong></h3>\r\nWith the online reservation market expected to continue to grow substantially, restauranteurs of all sizes are faced with the ever-growing question about how to effectively manage sales and reservations. AirREGI POS software from Recruit and the reservation platform from Quandoo form the perfect partnership and solution to this question.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-1.jpg\"><img class=\"alignright wp-image-493\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-1.jpg\" alt=\"\" width=\"259\" height=\"287\" /></a>\r\n\r\nThe benefits of cloud-based software and the trend towards the increased use of a tablet, as opposed to a POS terminal, are clear in terms of facilitating the effective management of sales and reservations. Providing high functionality for its cost, a tablet offers ease of use and processing power, allowing your business to be extremely responsive to your sales data.  Furthermore, beyond collecting and recording payment from customers, a tablet POS system offers the opportunity to collect additional information that can be processed to generate a variety of business reports.\r\n\r\nReduced hardware investment costs, easy set-up and flexibility to immediately react to market changes, not to mention greater efficiencies further highlight the benefits. Coupled with reliable, stylish hardware you have a solution that is not only low cost but will provide a wide range of features to enhance your business.  And, in terms of design, you profit from a stylish, clutter-free environment.\r\n\r\nAirREGI, Japan\'s leading MPOS supplier and owned by Recruit Group, offers a point-of-sale cash register app that effectively manages restaurant sales.  Functions include managing your menu and data from a tablet (or computer), applying tips and discounts and automatic software updates and with 24/7 support you will always be able to resolve any issues.  By providing your business with a safe, secure, cloud-based POS solution, your data will always be accessible even if the device breaks and you can access old data on any replaced device.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-2.jpg\"><img class=\"alignright wp-image-494\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-2.jpg\" alt=\"\" width=\"216\" height=\"316\" /></a>\r\n\r\nAcquiring Quandoo in 2015, AirREGI now offers an international reservations service that spans 12 countries - the UK, Finland, Germany, Austria, Luxembourg, Switzerland, Turkey, Italy, Netherlands, Singapore, Hong Kong and Australia so you can effectively link your sales to reservations using a service that has to date seated over a million guests.\r\n\r\nWith Quandoo, your customers can easily search for, find and reserve your restaurant online with just a few clicks using their desktop or mobile devices. Besides making it easier to reserve a table, customers benefit from loyalty points, special offers and the ability to share their dining experiences with other Quandoo users.\r\n\r\nYour business can also benefit from an industry-leading Reservation Management System that is the perfect tool to maximise and merge your restaurant’s online and offline bookings, enabling you to market free capacities to local consumers.\r\n\r\nGiven the extensive reach of Quandoo’s reservation platform, you are able to drive reservations in low-traffic times and generate additional business on-demand. Quandoo’s Business Centre is your restaurant’s remote control, giving you a comprehensive management overview that allows you to tweak your restaurant’s operational parameters and keep track of your reservation list and customer database from anywhere in the world.\r\n\r\nAdd tables, modify your opening hours, limit the number of seats available online and much more – all with just a few clicks.\r\n\r\nBy listing your restaurant on the Quandoo portal and mobile apps you can dramatically increase your online presence. Relevant content such as marketing-optimised editorial descriptions, qualified customer reviews, and inclusion in newsletters and on special interest Collection pages all ensure optimum visibility and conversion rates. Plus, the real-time, location-based search functionality of Quandoo’s consumer apps allows you to effectively increase your walk-in radius by up to 50%.\r\n\r\nIn terms of printing hardware, the solution from AirREGI and Quandoo includes the Star TSP654II LAN printer that offers efficient high-speed 300mm/sec. receipt printing with the security and reliability of a network connection. For payment, AirREGI allows you to stay up-to-date with the newest payment methods including compliance with chip-enabled cards as well as traditional cards, including offline processing.  And for digital wallets, it is Apple Pay and Android Pay ready.\r\n\r\n<a href=\"https://air-regi.com/\" target=\"_blank\" rel=\"noopener\">https://air-regi.com/</a>\r\n\r\n<a href=\"https://www.quandoo.co.uk/\" target=\"_blank\" rel=\"noopener\">https://www.quandoo.co.uk/</a>','The Future of Online Reservations','','inherit','closed','closed','','491-revision-v1','','','2017-10-15 13:26:45','2017-10-15 13:26:45','',491,'http://www.ontradeprogress.com/2017/10/15/491-revision-v1/',0,'revision','',0),(496,1,'2017-10-15 13:38:13','2017-10-15 13:38:13','<h3 style=\"text-align: center;\"><strong><u>The Perfect Cup of Coffee for Every Single Customer</u></strong></h3>\r\nWe all like our coffee served differently, but regularly have to settle for something pre-designed by our local hospitality venue. But what if there was a way that you could make sure, each and every one of your customers get the perfect, personalised cup of java? Sound like too much hard work? You mustn’t know about WMF’s new MyCoffee App then!\r\n\r\nI recently met with WMF to find out what’s new in the world of coffee machines. Something that immediately stood out to me was their new mobile app which allows your customers and your staff to create individual coffee recipes which can be poured at the touch of a button. The intelligent, integrated app can be downloaded to smartphones and tablets, giving users the freedom to create their own custom recipes. They can then update their individual preferences, allowing them to alter the strength and flavour by editing the coffee-to-milk ratio, milk or foam amounts and cup size. The MyCoffee App works via users setting up a personal profile to design their perfect cup of coffee which is shown through a graphic display. The app communicates with the coffee machine via Bluetooth and automatically saves a history for statistical purposes.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40-1.jpg\"><img class=\"alignright wp-image-498\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40-1.jpg\" alt=\"\" width=\"337\" height=\"505\" /></a>\r\n\r\nYour business owning a machine with the capabilities for customers to make their own, individual coffees quickly and easily will provide some excellent benefits. Firstly, whilst this technology is new to a lot of people, customers will be piling through the doors to use it and telling all of their friends and colleagues about it. This will also really help to drive for customer loyalty and ensure that your venue is the one of choice, ahead of your local competition. Secondly, offering a “self-service” with such a personal touch allows punters to save their favourites without you feeling bad for not remembering their regular order. This app and machine combo will really help you save on staffing time and labour costs, meaning that you get the best of both worlds; a wide range of speciality, personalised coffees to give your punters a stress-free experience without having to hire a team of baristas.\r\n\r\nI truly believe this to be the future of coffee in hospitality venues. The world we live in is so busy and has evolved to the point where the public no longer have time to visit a coffee shop, wait in a queue, explain their personalised beverage each and every time to the barista before waiting again for the drink to be made. This will be the perfect way, not just to bring new business in, but to make sure the customer and staff experience in your establishment is as positive as can be.\r\n\r\nFor more information please visit WMF’s website - <a href=\"http://www.wmf-coffeemachines.uk.com\" target=\"_blank\" rel=\"noopener\">www.wmf-coffeemachines.uk.com</a>','The Perfect Cup of Coffee for Every Single Customer','','publish','closed','open','','perfect-cup-coffee-every-single-customer','','','2017-10-15 13:38:13','2017-10-15 13:38:13','',0,'http://www.ontradeprogress.com/?p=496',0,'post','',0),(497,1,'2017-10-15 13:34:57','2017-10-15 13:34:57','','sep 17 page 40','','inherit','closed','closed','','sep-17-page-40','','','2017-10-15 13:34:57','2017-10-15 13:34:57','',496,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40.jpg',0,'attachment','image/jpeg',0),(498,1,'2017-10-15 13:35:02','2017-10-15 13:35:02','','sep 17 page 40 1','','inherit','closed','closed','','sep-17-page-40-1','','','2017-10-15 13:35:02','2017-10-15 13:35:02','',496,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40-1.jpg',0,'attachment','image/jpeg',0),(499,1,'2017-10-15 13:38:13','2017-10-15 13:38:13','<h3 style=\"text-align: center;\"><strong><u>The Perfect Cup of Coffee for Every Single Customer</u></strong></h3>\r\nWe all like our coffee served differently, but regularly have to settle for something pre-designed by our local hospitality venue. But what if there was a way that you could make sure, each and every one of your customers get the perfect, personalised cup of java? Sound like too much hard work? You mustn’t know about WMF’s new MyCoffee App then!\r\n\r\nI recently met with WMF to find out what’s new in the world of coffee machines. Something that immediately stood out to me was their new mobile app which allows your customers and your staff to create individual coffee recipes which can be poured at the touch of a button. The intelligent, integrated app can be downloaded to smartphones and tablets, giving users the freedom to create their own custom recipes. They can then update their individual preferences, allowing them to alter the strength and flavour by editing the coffee-to-milk ratio, milk or foam amounts and cup size. The MyCoffee App works via users setting up a personal profile to design their perfect cup of coffee which is shown through a graphic display. The app communicates with the coffee machine via Bluetooth and automatically saves a history for statistical purposes.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40-1.jpg\"><img class=\"alignright wp-image-498\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40-1.jpg\" alt=\"\" width=\"337\" height=\"505\" /></a>\r\n\r\nYour business owning a machine with the capabilities for customers to make their own, individual coffees quickly and easily will provide some excellent benefits. Firstly, whilst this technology is new to a lot of people, customers will be piling through the doors to use it and telling all of their friends and colleagues about it. This will also really help to drive for customer loyalty and ensure that your venue is the one of choice, ahead of your local competition. Secondly, offering a “self-service” with such a personal touch allows punters to save their favourites without you feeling bad for not remembering their regular order. This app and machine combo will really help you save on staffing time and labour costs, meaning that you get the best of both worlds; a wide range of speciality, personalised coffees to give your punters a stress-free experience without having to hire a team of baristas.\r\n\r\nI truly believe this to be the future of coffee in hospitality venues. The world we live in is so busy and has evolved to the point where the public no longer have time to visit a coffee shop, wait in a queue, explain their personalised beverage each and every time to the barista before waiting again for the drink to be made. This will be the perfect way, not just to bring new business in, but to make sure the customer and staff experience in your establishment is as positive as can be.\r\n\r\nFor more information please visit WMF’s website - <a href=\"http://www.wmf-coffeemachines.uk.com\" target=\"_blank\" rel=\"noopener\">www.wmf-coffeemachines.uk.com</a>','The Perfect Cup of Coffee for Every Single Customer','','inherit','closed','closed','','496-revision-v1','','','2017-10-15 13:38:13','2017-10-15 13:38:13','',496,'http://www.ontradeprogress.com/2017/10/15/496-revision-v1/',0,'revision','',0),(500,1,'2017-10-23 16:51:19','2017-10-23 16:51:19','<h3 style=\"text-align: center;\"><strong><u>Ask Barbarella</u></strong></h3>\r\nHospitality design experts Barbarella spoke with On-Trade Progress’ Chief Editor, Mike Underwood, about the best way to plan and execute a change to the interior of a venue. Their expert knowledge proves that you have to consider every single aspect and detail of your venue, no matter how small, when making changes:\r\n\r\nThe best design schemes are the result of a strong concept and clear vision of who is your target customer and how your restaurant/café/bar will be operated.   The biggest mistake an owner/operator can make is to try and squeeze in as much as possible, trying to please everyone. This always weakens the concept and makes for an uncomfortable environment.\r\n\r\nWhen we start working on a design we ask three important <strong>questions</strong>:\r\n<ol>\r\n 	<li><strong>Who is your target client? </strong></li>\r\n</ol>\r\nAre they young professionals working nearby and coming for a quick lunch, families with kids coming for Sunday lunch or dinner, couples having a long romantic dinner or groups of friends celebrating birthday?\r\n<ol start=\"2\">\r\n 	<li><strong>How much time will they spend in your restaurant/bar/café?</strong></li>\r\n</ol>\r\nDo they spend few minutes to grab their morning coffee or lunch, or do they enjoy fine food and long conversation? Do they like staying for a couple of hours working with their laptops or are they tourists refueling between sightseeing stops?\r\n<ol start=\"3\">\r\n 	<li><strong>How often they will visit your restaurant/bar/café? </strong></li>\r\n</ol>\r\nAre they locals who come to the place few times a week, or are they coming for special occasions only?\r\n\r\nA clear understanding of your customer’s needs and lifestyle helps designers to create a comfortable atmosphere that they will want to return to over and over again.\r\n\r\n&nbsp;\r\n\r\n<strong>Space planning and furniture choice</strong>\r\n\r\nUtilitarian furniture, benches or chairs with low backs in dense open plan layouts suit busy lunch or fast-food places. Family oriented places should avoid using upholstered chairs and fixed table positions. Movable, mobile furniture will allow a venue to accommodate a bigger family group or swap a dining chair with a high chair. People coming for fine food, a long relaxing dinner, will appreciate a spacious layout giving more privacy for conversation and will want comfortable, upholstered seats. A fixed layout with built-in seating and dividers will help create the right ambience and provide privacy for luxury dining.\r\n\r\n<img class=\"wp-image-504 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-2-1-1024x684.jpg\" alt=\"\" width=\"354\" height=\"237\" />\r\n\r\nDividers or screens are a great way to allocate spaces for different types of customers and can reduce noise level. Noisy groups need not annoy couples having a romantic dinner. Using the wide range of decorative acoustic materials available will also help.  Dividers are perfect for solving the problem of \"bad\" tables where nobody likes to sit – a “bad” table can be turned into a desirable, cosy space quite easily. These are usually tables near the entrance or toilets, or in the centre of a dining room.\r\n\r\n<strong>Lighting</strong>\r\n\r\nPut simply, lighting is crucial. There is nothing worse than a downlight blinding you or creating ugly shadows on your partner’s face during a romantic evening! Equally annoying is not being able to read a menu, or see your food, because the lighting is too low.\r\n\r\nBright, ambient light makes people eat faster and can increase turnover, whilst a darker atmosphere helps people to relax, stay longer and can provide a memorable experience.\r\n\r\nThe golden rule about good lighting is that the more layers of lighting you provide, the more comfortable and luxurious a space will feel – it will also give you greater flexibility to adjust the mood according to different times of day and season.\r\n\r\nPendant and ceiling lights provide general light, wall lights add accent and comfort, table lamps can create a more romantic feel. Help your staff by providing task lights at their work stations which won\'t annoy customers. Low level lights and wash lights can highlight decorative textures and enrich a design scheme.\r\n\r\nHaute cuisine will be appreciated more with precisely positioned down lights. If you are not 100 percent sure about table layouts, choose adjustable, movable light fittings such as track lights, these will allow to position the light on the middle of the table, e.g. the food, rather than on customer’s faces.\r\n\r\n<strong>Choice of material and finishes </strong>\r\n\r\nIt\'s not a secret that the dining-out market is very competitive and customers are constantly looking for a new experience. This means some restaurants and bars refurbish their interiors every 3 years, but some say that it is good to undertake some updating every season. In the interests of time and cost efficiency think about this at the start of the design process.\r\n\r\nFlooring is one of the most expensive and time-consuming aspects of any refurbishment, so it\'s better to choose a high quality product which will work longer and age beautifully, such as wood, porcelain or concrete.\r\n\r\nRedecorating walls (paint or wallpaper), changing decorative light fittings (pendants and wall lights) and changing art and decorative objects take less time and money and can completely change a space. Changing the furniture layout (if your lighting plan is flexibile enough!) and re-upholstering furniture can effectively update the feel of your venue.\r\n\r\nOn the other hand, high-end restaurants with classic design can afford to keep their interiors unchanged years by using the highest quality materials and timeless decor.\r\n\r\nEvery single detail is so important and using the right company to help you with the job from start to finish will make all of the difference!\r\n\r\nFor more information, please visit <a href=\"https://www.barbarellastudio.com/\" target=\"_blank\" rel=\"noopener\">https://www.barbarellastudio.com/</a>','Ask Barbarella','','publish','closed','open','','ask-barbarella','','','2017-10-23 16:51:19','2017-10-23 16:51:19','',0,'http://www.ontradeprogress.com/?p=500',0,'post','',0),(501,1,'2017-10-23 16:45:04','2017-10-23 16:45:04','','sep 17 page 48 1','','inherit','closed','closed','','sep-17-page-48-1','','','2017-10-23 16:45:04','2017-10-23 16:45:04','',500,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-1.jpg',0,'attachment','image/jpeg',0),(502,1,'2017-10-23 16:45:56','2017-10-23 16:45:56','','sep 17 page 48 2','','inherit','closed','closed','','sep-17-page-48-2','','','2017-10-23 16:45:56','2017-10-23 16:45:56','',500,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-2.jpg',0,'attachment','image/jpeg',0),(503,1,'2017-10-23 16:48:18','2017-10-23 16:48:18','','sep 17 page 48 1','','inherit','closed','closed','','sep-17-page-48-1-2','','','2017-10-23 16:48:18','2017-10-23 16:48:18','',500,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-1-1.jpg',0,'attachment','image/jpeg',0),(504,1,'2017-10-23 16:49:06','2017-10-23 16:49:06','','sep 17 page 48 2','','inherit','closed','closed','','sep-17-page-48-2-2','','','2017-10-23 16:49:06','2017-10-23 16:49:06','',500,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-2-1.jpg',0,'attachment','image/jpeg',0),(505,1,'2017-10-23 16:51:19','2017-10-23 16:51:19','<h3 style=\"text-align: center;\"><strong><u>Ask Barbarella</u></strong></h3>\r\nHospitality design experts Barbarella spoke with On-Trade Progress’ Chief Editor, Mike Underwood, about the best way to plan and execute a change to the interior of a venue. Their expert knowledge proves that you have to consider every single aspect and detail of your venue, no matter how small, when making changes:\r\n\r\nThe best design schemes are the result of a strong concept and clear vision of who is your target customer and how your restaurant/café/bar will be operated.   The biggest mistake an owner/operator can make is to try and squeeze in as much as possible, trying to please everyone. This always weakens the concept and makes for an uncomfortable environment.\r\n\r\nWhen we start working on a design we ask three important <strong>questions</strong>:\r\n<ol>\r\n 	<li><strong>Who is your target client? </strong></li>\r\n</ol>\r\nAre they young professionals working nearby and coming for a quick lunch, families with kids coming for Sunday lunch or dinner, couples having a long romantic dinner or groups of friends celebrating birthday?\r\n<ol start=\"2\">\r\n 	<li><strong>How much time will they spend in your restaurant/bar/café?</strong></li>\r\n</ol>\r\nDo they spend few minutes to grab their morning coffee or lunch, or do they enjoy fine food and long conversation? Do they like staying for a couple of hours working with their laptops or are they tourists refueling between sightseeing stops?\r\n<ol start=\"3\">\r\n 	<li><strong>How often they will visit your restaurant/bar/café? </strong></li>\r\n</ol>\r\nAre they locals who come to the place few times a week, or are they coming for special occasions only?\r\n\r\nA clear understanding of your customer’s needs and lifestyle helps designers to create a comfortable atmosphere that they will want to return to over and over again.\r\n\r\n&nbsp;\r\n\r\n<strong>Space planning and furniture choice</strong>\r\n\r\nUtilitarian furniture, benches or chairs with low backs in dense open plan layouts suit busy lunch or fast-food places. Family oriented places should avoid using upholstered chairs and fixed table positions. Movable, mobile furniture will allow a venue to accommodate a bigger family group or swap a dining chair with a high chair. People coming for fine food, a long relaxing dinner, will appreciate a spacious layout giving more privacy for conversation and will want comfortable, upholstered seats. A fixed layout with built-in seating and dividers will help create the right ambience and provide privacy for luxury dining.\r\n\r\n<img class=\"wp-image-504 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-48-2-1-1024x684.jpg\" alt=\"\" width=\"354\" height=\"237\" />\r\n\r\nDividers or screens are a great way to allocate spaces for different types of customers and can reduce noise level. Noisy groups need not annoy couples having a romantic dinner. Using the wide range of decorative acoustic materials available will also help.  Dividers are perfect for solving the problem of \"bad\" tables where nobody likes to sit – a “bad” table can be turned into a desirable, cosy space quite easily. These are usually tables near the entrance or toilets, or in the centre of a dining room.\r\n\r\n<strong>Lighting</strong>\r\n\r\nPut simply, lighting is crucial. There is nothing worse than a downlight blinding you or creating ugly shadows on your partner’s face during a romantic evening! Equally annoying is not being able to read a menu, or see your food, because the lighting is too low.\r\n\r\nBright, ambient light makes people eat faster and can increase turnover, whilst a darker atmosphere helps people to relax, stay longer and can provide a memorable experience.\r\n\r\nThe golden rule about good lighting is that the more layers of lighting you provide, the more comfortable and luxurious a space will feel – it will also give you greater flexibility to adjust the mood according to different times of day and season.\r\n\r\nPendant and ceiling lights provide general light, wall lights add accent and comfort, table lamps can create a more romantic feel. Help your staff by providing task lights at their work stations which won\'t annoy customers. Low level lights and wash lights can highlight decorative textures and enrich a design scheme.\r\n\r\nHaute cuisine will be appreciated more with precisely positioned down lights. If you are not 100 percent sure about table layouts, choose adjustable, movable light fittings such as track lights, these will allow to position the light on the middle of the table, e.g. the food, rather than on customer’s faces.\r\n\r\n<strong>Choice of material and finishes </strong>\r\n\r\nIt\'s not a secret that the dining-out market is very competitive and customers are constantly looking for a new experience. This means some restaurants and bars refurbish their interiors every 3 years, but some say that it is good to undertake some updating every season. In the interests of time and cost efficiency think about this at the start of the design process.\r\n\r\nFlooring is one of the most expensive and time-consuming aspects of any refurbishment, so it\'s better to choose a high quality product which will work longer and age beautifully, such as wood, porcelain or concrete.\r\n\r\nRedecorating walls (paint or wallpaper), changing decorative light fittings (pendants and wall lights) and changing art and decorative objects take less time and money and can completely change a space. Changing the furniture layout (if your lighting plan is flexibile enough!) and re-upholstering furniture can effectively update the feel of your venue.\r\n\r\nOn the other hand, high-end restaurants with classic design can afford to keep their interiors unchanged years by using the highest quality materials and timeless decor.\r\n\r\nEvery single detail is so important and using the right company to help you with the job from start to finish will make all of the difference!\r\n\r\nFor more information, please visit <a href=\"https://www.barbarellastudio.com/\" target=\"_blank\" rel=\"noopener\">https://www.barbarellastudio.com/</a>','Ask Barbarella','','inherit','closed','closed','','500-revision-v1','','','2017-10-23 16:51:19','2017-10-23 16:51:19','',500,'http://www.ontradeprogress.com/2017/10/23/500-revision-v1/',0,'revision','',0),(506,1,'2017-10-23 16:56:57','2017-10-23 16:56:57','<h3 style=\"text-align: center;\"><strong>Customer Care – A toad or a prince?</strong></h3>\r\nCustomer care is a phrase often espoused by leisure industry leaders as a cornerstone of their business.\r\n\r\nIncreasingly the customer sees a night out as a holistic experience with each separate aspect having equal worth. The food and drinks can be extraordinary, but if the service does not match their expectations, lengthy diatribes can follow on a number of social media platforms.\r\n\r\nIn addition to focusing on the service of food and drinks a number of new initiatives are springing up around the country giving a different and potentially more serious meaning to the term ‘customer care’.\r\n\r\n“Ask for Angela” is a scheme which has been promoted by a number of authorities. The scheme which originated with Lincolnshire County Course has since gone viral with celebrity endorsements from Ashton Kutcher, amongst others. The Metropolitan Police launched the scheme in London in March 2017 and have seen considerable interest from bars in the capital.\r\n\r\nPart of the #NOMORE campaign, the scheme encourages people to discreetly ask for help by approaching a member of staff and “Asking for Angela”. The expectation is that staff recognise the code phrase and will know you need help getting out of a situation in which you find yourself.\r\n\r\nUnwanted and/or inappropriate attention from strangers in bars has sadly been a reality, possibly since the dawn of the pub. With the advent of online dating, an increase in what are essentially blind dates has followed where meetings are agreed to on the basis on an unverified public profile. Sometimes these meetings can lead to great friendships, meaningful relationships or simply an amusing anecdote; however in some cases they can lead to a harrowing or dangerous encounter.\r\n\r\nThe scheme recognises both the rise of this danger to members of the public and the developing relationship between the business and their customers.\r\n\r\nWe asked Christopher Grunert, a partner with the leading licensing law firm John Gaunt &amp; Partners, on his views of the scheme:\r\n\r\n“<em>Businesses are increasingly interested in their customers’ lives and now interact with them in a range of ways which they did not previously. The distinct circles of the customer’s private life and the businesses which they patronise are increasingly overlapping, leading to a new form of online friendship.</em>\r\n\r\n<em>Businesses take a greater interest than ever in the welfare of their customers and the provision of a safe environment is a natural progression. As well as considering whether the premises are physically safe with matters such as fire plans, operators want to know that customers feel safe from all threats.</em>\r\n\r\n<em>This is a simple scheme which enables members of the public to seek help if they are feeling vulnerable, by allowing them to raise their concerns with staff. It has been enthusiastically adopted by the trade wherever it has launched which is a further sign of how the trade are quick to support responsible initiatives, such as this.  Some of the options available to staff include offering to call a taxi for the customer; contacting their friends or family; or requesting that the person causing the distress leaves the venue. Although simple and easy to implement the impact could be enormous if it prevents even one incident of sexual violence….”</em>\r\n\r\n<a href=\"https://www.john-gaunt.co.uk/\" target=\"_blank\" rel=\"noopener\">https://www.john-gaunt.co.uk/</a>','Customer Care – A toad or a prince?','','publish','closed','open','','customer-care-toad-prince','','','2017-10-23 16:56:57','2017-10-23 16:56:57','',0,'http://www.ontradeprogress.com/?p=506',0,'post','',0),(507,1,'2017-10-23 16:56:32','2017-10-23 16:56:32','','JGP','','inherit','closed','closed','','jgp','','','2017-10-23 16:56:32','2017-10-23 16:56:32','',506,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/JGP.png',0,'attachment','image/png',0),(508,1,'2017-10-23 16:56:57','2017-10-23 16:56:57','<h3 style=\"text-align: center;\"><strong>Customer Care – A toad or a prince?</strong></h3>\r\nCustomer care is a phrase often espoused by leisure industry leaders as a cornerstone of their business.\r\n\r\nIncreasingly the customer sees a night out as a holistic experience with each separate aspect having equal worth. The food and drinks can be extraordinary, but if the service does not match their expectations, lengthy diatribes can follow on a number of social media platforms.\r\n\r\nIn addition to focusing on the service of food and drinks a number of new initiatives are springing up around the country giving a different and potentially more serious meaning to the term ‘customer care’.\r\n\r\n“Ask for Angela” is a scheme which has been promoted by a number of authorities. The scheme which originated with Lincolnshire County Course has since gone viral with celebrity endorsements from Ashton Kutcher, amongst others. The Metropolitan Police launched the scheme in London in March 2017 and have seen considerable interest from bars in the capital.\r\n\r\nPart of the #NOMORE campaign, the scheme encourages people to discreetly ask for help by approaching a member of staff and “Asking for Angela”. The expectation is that staff recognise the code phrase and will know you need help getting out of a situation in which you find yourself.\r\n\r\nUnwanted and/or inappropriate attention from strangers in bars has sadly been a reality, possibly since the dawn of the pub. With the advent of online dating, an increase in what are essentially blind dates has followed where meetings are agreed to on the basis on an unverified public profile. Sometimes these meetings can lead to great friendships, meaningful relationships or simply an amusing anecdote; however in some cases they can lead to a harrowing or dangerous encounter.\r\n\r\nThe scheme recognises both the rise of this danger to members of the public and the developing relationship between the business and their customers.\r\n\r\nWe asked Christopher Grunert, a partner with the leading licensing law firm John Gaunt &amp; Partners, on his views of the scheme:\r\n\r\n“<em>Businesses are increasingly interested in their customers’ lives and now interact with them in a range of ways which they did not previously. The distinct circles of the customer’s private life and the businesses which they patronise are increasingly overlapping, leading to a new form of online friendship.</em>\r\n\r\n<em>Businesses take a greater interest than ever in the welfare of their customers and the provision of a safe environment is a natural progression. As well as considering whether the premises are physically safe with matters such as fire plans, operators want to know that customers feel safe from all threats.</em>\r\n\r\n<em>This is a simple scheme which enables members of the public to seek help if they are feeling vulnerable, by allowing them to raise their concerns with staff. It has been enthusiastically adopted by the trade wherever it has launched which is a further sign of how the trade are quick to support responsible initiatives, such as this.  Some of the options available to staff include offering to call a taxi for the customer; contacting their friends or family; or requesting that the person causing the distress leaves the venue. Although simple and easy to implement the impact could be enormous if it prevents even one incident of sexual violence….”</em>\r\n\r\n<a href=\"https://www.john-gaunt.co.uk/\" target=\"_blank\" rel=\"noopener\">https://www.john-gaunt.co.uk/</a>','Customer Care – A toad or a prince?','','inherit','closed','closed','','506-revision-v1','','','2017-10-23 16:56:57','2017-10-23 16:56:57','',506,'http://www.ontradeprogress.com/2017/10/23/506-revision-v1/',0,'revision','',0),(509,1,'2017-10-23 17:03:55','2017-10-23 17:03:55','<h3 style=\"text-align: center;\"><strong><u>Working Together to Promote a Career in Hospitality </u></strong></h3>\r\n<em>The British Hospitality Association’s Chief Executive Ufi Ibrahim writes for On-Trade Progress:</em>\r\n\r\nIf you go to other countries in Europe, young people talk proudly of their ambition to be an astronaut, a banker, a lawyer – and a bar manager. The last of those career choices has a social cachet as high as the previous three – a smart job worth attaining and a job which your peer group admire.\r\n\r\nWe at the British Hospitality Association are aware that if you ask young people in the UK “what do you want to be” it is unlikely that having a job in the hospitality industry will be on the top of their list. Or even on their list at all.\r\n\r\nThe vote for Brexit will inevitably lead to fewer EU people being allowed to work here and that will hit hospitality especially hard. A KPMG report, commissioned by the BHA, earlier this year showed that at least 60,000 new workers are needed every 12 months just to stay where we are.\r\n\r\nWe are working on a ten-year plan to encourage more UK workers and we believe it will take that time, much more than the government thinks, especially as our country has currently got record numbers of employment. This comes at a time when other costs – wages, auto enrolment and raw materials are on the increase.\r\n\r\nWe are going to have to change the perception of the hospitality and tourism industry and we will have to start in schools. We need to boost the value of vocational education for the hospitality industry by putting it in the vanguard of the roll-out of the new ‘T’ Level alternative to ‘A’ Levels (in England), reforming the Apprentice Levy and facilitating the development of Degree Apprenticeships to build Hospitality Centres of Excellence to rival those in continental Europe. It is vital that catering and hospitality are included in the first round of T levels development. That needs a change in the government’s plans.\r\n\r\nThe BHA and the Springboard organisation launched The Big Hospitality Conversation in 2013 and, in partnership with staff from Job Centres Plus, have held more than 40 events throughout the UK. We intend using the BHC campaign as the basis for our more intensive 10-year campaign and we believe senior JCP staff could be seconded to it. Such secondments should be used as valuable management development opportunities and would greatly help the industry in constructing campaigns and programmes designed to attract some of the ‘harder to place’ populations such as the long - term unemployed and people recovering from periods of ill health. Whilst it will be the ambition of the campaign to involve MPs, mayors and councillors, particular help is sought from the Department for Business to ensure that all Local Enterprise Partnerships include Hospitality and Tourism in their strategic plans.\r\n\r\nThe purpose of all this campaigning is to raise the profile of the sector and showcase it in the most dynamic way. But the national campaign is not a recruitment agency and the accountability for securing the right workforce for a business will always rest with the business. We want (and need) to bring new people into our industry but each centre will have to manage its way through a situation in which some businesses find it easier to attract and retain people than some others\r\n\r\nWe foresee the Migration Advisory Committee running an annual consultation exercise with businesses and other stakeholders to determine the number of work permits to be granted. If our national campaign is successful, we should see a steady year on year decrease in the number of permits issued. And in time, when asked what they want to be, a young Briton will say: I want to be a bar manager.\r\n\r\n<a href=\"http://www.bha.org.uk/\" target=\"_blank\" rel=\"noopener\">www.bha.org.uk</a>','Working Together to Promote a Career in Hospitality','','publish','closed','open','','working-together-promote-career-hospitality','','','2017-10-23 17:03:55','2017-10-23 17:03:55','',0,'http://www.ontradeprogress.com/?p=509',0,'post','',0),(510,1,'2017-10-23 17:03:55','2017-10-23 17:03:55','<h3 style=\"text-align: center;\"><strong><u>Working Together to Promote a Career in Hospitality </u></strong></h3>\r\n<em>The British Hospitality Association’s Chief Executive Ufi Ibrahim writes for On-Trade Progress:</em>\r\n\r\nIf you go to other countries in Europe, young people talk proudly of their ambition to be an astronaut, a banker, a lawyer – and a bar manager. The last of those career choices has a social cachet as high as the previous three – a smart job worth attaining and a job which your peer group admire.\r\n\r\nWe at the British Hospitality Association are aware that if you ask young people in the UK “what do you want to be” it is unlikely that having a job in the hospitality industry will be on the top of their list. Or even on their list at all.\r\n\r\nThe vote for Brexit will inevitably lead to fewer EU people being allowed to work here and that will hit hospitality especially hard. A KPMG report, commissioned by the BHA, earlier this year showed that at least 60,000 new workers are needed every 12 months just to stay where we are.\r\n\r\nWe are working on a ten-year plan to encourage more UK workers and we believe it will take that time, much more than the government thinks, especially as our country has currently got record numbers of employment. This comes at a time when other costs – wages, auto enrolment and raw materials are on the increase.\r\n\r\nWe are going to have to change the perception of the hospitality and tourism industry and we will have to start in schools. We need to boost the value of vocational education for the hospitality industry by putting it in the vanguard of the roll-out of the new ‘T’ Level alternative to ‘A’ Levels (in England), reforming the Apprentice Levy and facilitating the development of Degree Apprenticeships to build Hospitality Centres of Excellence to rival those in continental Europe. It is vital that catering and hospitality are included in the first round of T levels development. That needs a change in the government’s plans.\r\n\r\nThe BHA and the Springboard organisation launched The Big Hospitality Conversation in 2013 and, in partnership with staff from Job Centres Plus, have held more than 40 events throughout the UK. We intend using the BHC campaign as the basis for our more intensive 10-year campaign and we believe senior JCP staff could be seconded to it. Such secondments should be used as valuable management development opportunities and would greatly help the industry in constructing campaigns and programmes designed to attract some of the ‘harder to place’ populations such as the long - term unemployed and people recovering from periods of ill health. Whilst it will be the ambition of the campaign to involve MPs, mayors and councillors, particular help is sought from the Department for Business to ensure that all Local Enterprise Partnerships include Hospitality and Tourism in their strategic plans.\r\n\r\nThe purpose of all this campaigning is to raise the profile of the sector and showcase it in the most dynamic way. But the national campaign is not a recruitment agency and the accountability for securing the right workforce for a business will always rest with the business. We want (and need) to bring new people into our industry but each centre will have to manage its way through a situation in which some businesses find it easier to attract and retain people than some others\r\n\r\nWe foresee the Migration Advisory Committee running an annual consultation exercise with businesses and other stakeholders to determine the number of work permits to be granted. If our national campaign is successful, we should see a steady year on year decrease in the number of permits issued. And in time, when asked what they want to be, a young Briton will say: I want to be a bar manager.\r\n\r\n<a href=\"http://www.bha.org.uk/\" target=\"_blank\" rel=\"noopener\">www.bha.org.uk</a>','Working Together to Promote a Career in Hospitality','','inherit','closed','closed','','509-revision-v1','','','2017-10-23 17:03:55','2017-10-23 17:03:55','',509,'http://www.ontradeprogress.com/2017/10/23/509-revision-v1/',0,'revision','',0),(511,1,'2017-10-23 17:09:15','2017-10-23 17:09:15','<h3 style=\"text-align: center;\"><strong>Drinkers’ Voice – Giving drinkers a voice in the alcohol debate</strong></h3>\r\n<em>Tim Page, Chief Exec at CAMRA, writes his regular guest column for On-Trade Progress:</em>\r\n\r\nWe are in the midst of something very exciting as we welcome the new kid on the block fighting back against the anti-alcohol lobby: Drinkers’ Voice.\r\n\r\nDrinkers’ Voice was launched last month on the simple premise that the conversation about alcohol consumption and health has become a monologue dominated by those who say that drinking is ‘unsafe’ and that alcohol is ‘evil’.  The anti-alcohol lobby has monopolised the debate in recent years, with little room for the moderate drinker to have a say.\r\n\r\nJust last year the alcohol guidelines for men and women were reduced to 14 units per week, based upon little evidence of a public health reason for it. Some on the advisory board who made recommendations to the Chief Medical Officers are also involved in the anti-alcohol movement, and the benefits of moderate alcohol consumption were swiftly swept under the rug. The average, responsible drinker never had a chance. Tax increases and measures such as restrictions on the sale of high-strength drinks are increasingly justified on ‘health’ grounds.\r\n\r\nIn an attempt to introduce a common sense approach to talking about alcohol, Drinkers Voice has been set up to start speaking for the average drinker, who doesn’t abuse alcohol but may enjoy a pint of beer or a glass of wine at the end of a hard day’s work. The organisation has made an immediate impact – with national newspapers, TV and radio welcoming the arrival of a body representative of ‘normal drinkers’.\r\n\r\nDrinkers’ Voice has four simple objectives:\r\n<ol>\r\n 	<li>To provoke a more balanced debate about alcohol, health and wellbeing</li>\r\n 	<li>To enable drinkers to have access to all of the evidence – not just that which illustrates the effects of excessive drinking</li>\r\n 	<li>To recognise and promote the many health and wellbeing benefits that result from moderate alcohol consumption</li>\r\n 	<li>To support targeted intervention for those who misuse alcohol. It is clear that a blanket ban approach is simply not a solution to those who are vulnerable to alcohol abuse.</li>\r\n</ol>\r\nThe organisation will speak for all drinkers, irrespective of their choice of tipple, and challenge what is becoming seen and accepted by many as ‘normal’. It is Drinkers’ Voice’s policy that they will not accept funding from organisations that make their money from the production or sale of alcoholic drinks. The Campaign for Real Ale has thrown its full support behind this initiative, as it fights a cause that resonates with our 190,000 beer-loving members across the UK.\r\n\r\nDrinkers’ Voice is able to challenge the anti-alcohol lobby effectively because it represents men and women across the UK who drink responsibly, and whose freedom to do so is threatened by the increasingly influential anti-alcohol lobby. It does this in a way that CAMRA would never be able to on its own.\r\n\r\nBy debunking the scaremongering myths of ‘Drunk Britain’ and challenging the motivation of the anti-alcohol lobbyists I’m sure that Drinkers’ Voice will have an important effect.\r\n\r\nI hope that you will support Drinkers’ Voice and join those who, like us, want more openness and less deceit from those who are working actively to restrict our enjoyment of a drink.\r\n\r\nJoin Drinkers’ Voice at <a href=\"http://www.drinkersvoice.org.uk\" target=\"_blank\" rel=\"noopener\">www.drinkersvoice.org.uk</a>, make a donation to the start-up fund and fight for the right to choose, rather than be told, when and what to drink.','Drinkers’ Voice – Giving drinkers a voice in the alcohol debate','','publish','closed','open','','drinkers-voice-giving-drinkers-voice-alcohol-debate','','','2017-10-23 17:18:26','2017-10-23 17:18:26','',0,'http://www.ontradeprogress.com/?p=511',0,'post','',0),(512,1,'2017-10-23 17:09:15','2017-10-23 17:09:15','<h3 style=\"text-align: center;\"><strong>Drinkers’ Voice – Giving drinkers a voice in the alcohol debate</strong></h3>\r\n<em>Tim Page, Chief Exec at CAMRA, writes his regular guest column for On-Trade Progress:</em>\r\n\r\nWe are in the midst of something very exciting as we welcome the new kid on the block fighting back against the anti-alcohol lobby: Drinkers’ Voice.\r\n\r\nDrinkers’ Voice was launched last month on the simple premise that the conversation about alcohol consumption and health has become a monologue dominated by those who say that drinking is ‘unsafe’ and that alcohol is ‘evil’.  The anti-alcohol lobby has monopolised the debate in recent years, with little room for the moderate drinker to have a say.\r\n\r\nJust last year the alcohol guidelines for men and women were reduced to 14 units per week, based upon little evidence of a public health reason for it. Some on the advisory board who made recommendations to the Chief Medical Officers are also involved in the anti-alcohol movement, and the benefits of moderate alcohol consumption were swiftly swept under the rug. The average, responsible drinker never had a chance. Tax increases and measures such as restrictions on the sale of high-strength drinks are increasingly justified on ‘health’ grounds.\r\n\r\nIn an attempt to introduce a common sense approach to talking about alcohol, Drinkers Voice has been set up to start speaking for the average drinker, who doesn’t abuse alcohol but may enjoy a pint of beer or a glass of wine at the end of a hard day’s work. The organisation has made an immediate impact – with national newspapers, TV and radio welcoming the arrival of a body representative of ‘normal drinkers’.\r\n\r\nDrinkers’ Voice has four simple objectives:\r\n<ol>\r\n 	<li>To provoke a more balanced debate about alcohol, health and wellbeing</li>\r\n 	<li>To enable drinkers to have access to all of the evidence – not just that which illustrates the effects of excessive drinking</li>\r\n 	<li>To recognise and promote the many health and wellbeing benefits that result from moderate alcohol consumption</li>\r\n 	<li>To support targeted intervention for those who misuse alcohol. It is clear that a blanket ban approach is simply not a solution to those who are vulnerable to alcohol abuse.</li>\r\n</ol>\r\nThe organisation will speak for all drinkers, irrespective of their choice of tipple, and challenge what is becoming seen and accepted by many as ‘normal’. It is Drinkers’ Voice’s policy that they will not accept funding from organisations that make their money from the production or sale of alcoholic drinks. The Campaign for Real Ale has thrown its full support behind this initiative, as it fights a cause that resonates with our 190,000 beer-loving members across the UK.\r\n\r\nDrinkers’ Voice is able to challenge the anti-alcohol lobby effectively because it represents men and women across the UK who drink responsibly, and whose freedom to do so is threatened by the increasingly influential anti-alcohol lobby. It does this in a way that CAMRA would never be able to on its own.\r\n\r\nBy debunking the scaremongering myths of ‘Drunk Britain’ and challenging the motivation of the anti-alcohol lobbyists I’m sure that Drinkers’ Voice will have an important effect.\r\n\r\nI hope that you will support Drinkers’ Voice and join those who, like us, want more openness and less deceit from those who are working actively to restrict our enjoyment of a drink.\r\n\r\nJoin Drinkers’ Voice at <a href=\"http://www.drinkersvoice.org.uk\" target=\"_blank\" rel=\"noopener\">www.drinkersvoice.org.uk</a>, make a donation to the start-up fund and fight for the right to choose, rather than be told, when and what to drink.','Drinkers’ Voice – Giving drinkers a voice in the alcohol debate','','inherit','closed','closed','','511-revision-v1','','','2017-10-23 17:09:15','2017-10-23 17:09:15','',511,'http://www.ontradeprogress.com/2017/10/23/511-revision-v1/',0,'revision','',0),(513,1,'2017-10-23 17:14:45','2017-10-23 17:14:45','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\n<em>Kate Nicholls writes exclusively for On-Trade Progress:</em>\r\n\r\nAs the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.\r\n\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers, rising by 10% over the last five years. Of these migrant workers, 43% come from other EU countries.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024, 75% are to replace existing staff.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.<a href=\"#_ftnref1\" name=\"_ftn1\"></a>','Brexit Free Movement','','publish','closed','open','','brexit-free-movement','','','2017-10-23 17:17:31','2017-10-23 17:17:31','',0,'http://www.ontradeprogress.com/?p=513',0,'post','',0),(514,1,'2017-10-23 17:14:45','2017-10-23 17:14:45','<h3 style=\"text-align: center;\"><strong><u>Brexit Free Movement</u></strong></h3>\r\n<em>Kate Nicholls writes exclusively for On-Trade Progress:</em>\r\n\r\nAs the UK navigates its way out of the EU, it’s important that we don’t let ourselves - and, in particular, the Government - forget that over a quarter of workers in UK pubs, bars, restaurants and hotels come from beyond our shores. In cities like London the number is higher, and higher still in restaurant kitchens. It is clearly an absolutely critical issue for the hospitality industry.\r\n\r\nA recent leaked Home Office document essentially called for the end of ‘free movement’ of labour. Whilst this is not the final proposals, we desperately need a sensible solution that doesn’t bring the shutters down on movement for our sector.\r\n\r\nEating and drinking out businesses are generally more reliant on migrant workers than the wider hospitality and tourism sector as a whole – 47% of full-time chef jobs are filled by migrant workers, rising by 10% over the last five years. Of these migrant workers, 43% come from other EU countries.\r\n\r\nThe ongoing uncertainty around the rights of EU nationals working in post-Brexit Britain has meant that some operators are already struggling to retain existing employees, even those that have been employed for some time. There is also some evidence that there are fewer EU nationals coming to the UK looking for employment (although a weaker pound is also a likely factor in this). It will be interesting to see if the leaked proposals exacerbate this worrying trend.\r\n\r\nIn Britain, the eating and drinking out sector is the second largest employer of non-UK workers. Our reliance on non-UK labour to augment the thousands of jobs already filled by Britons is key to the ability to operate and grow a sector which creates one in seven new jobs in the UK economy.\r\n\r\nWithout these workers, not only will pubs, restaurants and bars not be able to grow, they will face a severe shortfall of workers who make up a significant portion of these jobs. A recent industry study stated that of a 1.3m staff projected to be required 2024, 75% are to replace existing staff.\r\n\r\nThe Government has said it will look to base its future immigration policy on the economic needs of the UK; this must include the businesses that drive growth across UK high streets. Any deal after Brexit that does not give these businesses the best chance to fill vacancies and continue driving investment in local areas will, in short, be a huge mistake.\r\n\r\nThe ALMR has made clear to Government at every opportunity its priorities for a post-Brexit settlement and will continue to so in order to reinforce the importance of this decision. Pulling up the drawbridge on overseas labour risks long-lasting damage to our sector, to British jobs that that co-rely upon foreign workers to sustain venues, and to the wider economy. The Government must listen to the clear voice of business before presenting its final plans later this year.<a href=\"#_ftnref1\" name=\"_ftn1\"></a>','Brexit Free Movement','','inherit','closed','closed','','513-revision-v1','','','2017-10-23 17:14:45','2017-10-23 17:14:45','',513,'http://www.ontradeprogress.com/2017/10/23/513-revision-v1/',0,'revision','',0),(518,1,'2017-11-01 23:01:41','2017-11-01 23:01:41','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - RedLeg Ginger Mojito</u></strong></h3>\r\nOn-Trade Progress’ Cocktail of the Month for October is the RedLeg Ginger Mojito. Mojitos have become one of the most regularly ordered cocktails in pubs, clubs and bars in recent years and this version throws a Ginger Beer twist into the mix! RedLeg Ginger Mojito is ideal for your autumn menu.\r\n\r\n<img class=\"size-full wp-image-528 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/October-Page-22-RedLeg.jpg\" alt=\"\" width=\"300\" height=\"536\" />\r\n<ul>\r\n 	<li>50ml RedLeg Spiced Rum</li>\r\n 	<li>10ml Sugar Syrup</li>\r\n 	<li>Half a Lime (3 wedges)</li>\r\n 	<li>10 Mint Leaves</li>\r\n 	<li>Ginger Beer</li>\r\n</ul>\r\n<ol>\r\n 	<li>Muddle the lime to release the juices.</li>\r\n 	<li>Add 50ml of RedLeg and 10ml of sugar syrup before stirring.</li>\r\n 	<li>Clap the mint in your hands and add to the glass</li>\r\n 	<li>Fill with cubed ice and top up with Ginger Beer</li>\r\n 	<li>Use a bar spoon to mix up all the ingredients and serve</li>\r\n</ol>\r\n<strong>About RedLeg Rum</strong>\r\n\r\nRedLeg is a spiced rum made with Caribbean spirit. A selection of the best rums from the Caribbean are left to rest in oak barrels and infused with Jamaican ginger and vanilla spices. The initial sweet aroma is followed by warming ginger aroma, with the satisfying combination of sweet and spice creating a wonderfully mixable rum with an incredibly smooth taste, and a warming mouth feel.\r\n\r\n<a class=\"u-textUserColor\" title=\"http://www.redlegrum.com\" href=\"http://t.co/on4vbtbwyq\" target=\"_blank\" rel=\"me nofollow noopener\">redlegrum.com</a>','Cocktail of the Month - RedLeg Ginger Mojito','','publish','closed','open','','cocktail-month-redleg-ginger-mojito','','','2017-11-01 23:01:41','2017-11-01 23:01:41','',0,'http://www.ontradeprogress.com/?p=518',0,'post','',0),(519,1,'2017-10-29 15:23:15','2017-10-29 15:23:15','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - RedLeg Ginger Mojito</u></strong></h3>\r\nOn-Trade Progress’ Cocktail of the Month for October is the RedLeg Ginger Mojito. Mojitos have become one of the most regularly ordered cocktails in pubs, clubs and bars in recent years and this version throws a Ginger Beer twist into the mix! RedLeg Ginger Mojito is ideal for your autumn menu.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>50ml RedLeg Spiced Rum</li>\r\n 	<li>10ml Sugar Syrup</li>\r\n 	<li>Half a Lime (3 wedges)</li>\r\n 	<li>10 Mint Leaves</li>\r\n 	<li>Ginger Beer</li>\r\n</ul>\r\n<ol>\r\n 	<li>Muddle the lime to release the juices.</li>\r\n 	<li>Add 50ml of RedLeg and 10ml of sugar syrup before stirring.</li>\r\n 	<li>Clap the mint in your hands and add to the glass</li>\r\n 	<li>Fill with cubed ice and top up with Ginger Beer</li>\r\n 	<li>Use a bar spoon to mix up all the ingredients and serve</li>\r\n</ol>\r\n&nbsp;\r\n\r\n<strong>About RedLeg Rum</strong>\r\n\r\nRedLeg is a spiced rum made with Caribbean spirit. A selection of the best rums from the Caribbean are left to rest in oak barrels and infused with Jamaican ginger and vanilla spices. The initial sweet aroma is followed by warming ginger aroma, with the satisfying combination of sweet and spice creating a wonderfully mixable rum with an incredibly smooth taste, and a warming mouth feel.','Cocktail of the Month - RedLeg Ginger Mojito','','inherit','closed','closed','','518-revision-v1','','','2017-10-29 15:23:15','2017-10-29 15:23:15','',518,'http://www.ontradeprogress.com/2017/10/29/518-revision-v1/',0,'revision','',0),(521,1,'2017-10-29 15:31:51','2017-10-29 15:31:51','<h3 style=\"text-align: center;\"><strong><u>Venue of the Month - </u></strong><strong><u>Corrigan’s Mayfair</u></strong></h3>\r\nOn-Trade Progress’ October Venue of the Month took me deep into the heart of London’s West End, and to the timelessly classy Corrigan’s, in Mayfair. Just a stone’s throw away from the leafy grounds of Hyde Park, Mayfair is one of the most exquisite areas in our Capital and boasts a wealth of exclusive hotels, gourmet restaurants, high-end bars and traditional pubs. With such a variety of top-class choice, I had to find somewhere that really stood out, even amongst some of the best establishments that London has to offer, and Corrigan’s certainly fits the bill.\r\n\r\n<img class=\"wp-image-523 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-4-1024x768.jpg\" alt=\"\" width=\"366\" height=\"275\" />\r\n\r\nStanding outside Corrigan’s on this cold September night, there’s a fantastic autumn feel in the air and I enter through elegant, polished wooden doors into a hearty, warm setting. Corrigan’s is owned by award-winning, Michelin star chef, Richard Corrigan, who’s glistening career has seen him journey from Ireland, spend several years in the Netherlands and work for some of the finest restaurants in London.\r\n\r\nCorrigan’s has a graceful and stylish bar area with a varied selection of drinks to choose from. There’s a fantastic atmosphere in this part of the venue, suited to all, whether you are just in for a drink or looking for somewhere cosy to finish your bottle of wine after dinner.\r\n\r\nThe restaurant itself, is beautifully decorated with stone-blue leather seats and booths scattered around the room, set together perfectly by low-hanging, ambient ceiling lights. Each wall features an impressive piece of artwork which really helps to set the tone for the distinguished atmosphere. The Starter Menu boasts Vietnamese Oysters, Beef Tartare with Smoked Eel and Cornish Crab with Gazpacho. The pick of the mains are a Pumpkin &amp; Stilton Risotto, Lamb Cutlets and Roasted Grouse. You can choose from the likes of Cherry &amp; Hibiscus Cake, Melon Cheesecake and Banoffee Soufflé on the Desert Menu. The absolute star of the show, however, has to be the Monkfish which is served with exquisitely curried mussels and onions which are glazed in pale ale.\r\n\r\n<img class=\"wp-image-524 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-1-1024x768.jpg\" alt=\"\" width=\"386\" height=\"289\" />\r\n\r\nOutstanding food aside, what Corrigan’s does really well is create an atmosphere to match the niche and the target audience they are trying to achieve. Regular readers will hear me bang on, month after month, about how important it is to choose the niche of your establishment. The old saying “jack of all trades, master of none” is so relevant to hospitality venues. In order to design the interior of your premises as faultlessly as Corrigan’s, to make your menu as mouth-wateringly exciting or to create the atmosphere that suits each and every guest so perfectly, no matter the time of day, then you have to know what you are aiming for. In my humble opinion, this is what Corrigan’s do best. They have a fantastic team of chefs, which are highlighted through a remarkable menu. The wonderful food on offer, is served to you in a simple, yet elegant room which has been designed to create the perfect atmosphere to enjoy fine food.\r\n\r\nThis venue has identified their niche… their unique selling point, and every aspect of this has been executed flawlessly. Corrigan’s oozes class and luxury from every single feature, and you can tell that every single detail has been meticulously planned and chosen. If your target audience is a high-end punter, looking for a gourmet, ostentatious environment perfect for “wining &amp; dining”, then take a leaf out of Corrigan’s leather-bound, book – because they have created a winning combination!\r\n\r\n<a href=\"http://www.corrigansmayfair.co.uk/\" target=\"_blank\" rel=\"noopener\">http://www.corrigansmayfair.co.uk/</a>','Venue of the Month - October','','publish','closed','open','','venue-month-corrigans-mayfair','','','2017-11-01 23:56:38','2017-11-01 23:56:38','',0,'http://www.ontradeprogress.com/?p=521',0,'post','',0),(522,1,'2017-10-29 15:25:44','2017-10-29 15:25:44','','October page 24','','inherit','closed','closed','','october-page-24','','','2017-10-29 15:26:41','2017-10-29 15:26:41','',521,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24.jpg',0,'attachment','image/jpeg',0),(523,1,'2017-10-29 15:27:50','2017-10-29 15:27:50','','October page 24 4','','inherit','closed','closed','','october-page-24-4','','','2017-10-29 15:27:50','2017-10-29 15:27:50','',521,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-4.jpg',0,'attachment','image/jpeg',0),(524,1,'2017-10-29 15:28:53','2017-10-29 15:28:53','','October page 24 1','','inherit','closed','closed','','october-page-24-1','','','2017-10-29 15:28:53','2017-10-29 15:28:53','',521,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-1.jpg',0,'attachment','image/jpeg',0),(525,1,'2017-10-29 15:31:51','2017-10-29 15:31:51','<h3 style=\"text-align: center;\"><strong><u>Venue of the Month - </u></strong><strong><u>Corrigan’s Mayfair</u></strong></h3>\r\nOn-Trade Progress’ October Venue of the Month took me deep into the heart of London’s West End, and to the timelessly classy Corrigan’s, in Mayfair. Just a stone’s throw away from the leafy grounds of Hyde Park, Mayfair is one of the most exquisite areas in our Capital and boasts a wealth of exclusive hotels, gourmet restaurants, high-end bars and traditional pubs. With such a variety of top-class choice, I had to find somewhere that really stood out, even amongst some of the best establishments that London has to offer, and Corrigan’s certainly fits the bill.\r\n\r\n<img class=\"wp-image-523 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-4-1024x768.jpg\" alt=\"\" width=\"366\" height=\"275\" />\r\n\r\nStanding outside Corrigan’s on this cold September night, there’s a fantastic autumn feel in the air and I enter through elegant, polished wooden doors into a hearty, warm setting. Corrigan’s is owned by award-winning, Michelin star chef, Richard Corrigan, who’s glistening career has seen him journey from Ireland, spend several years in the Netherlands and work for some of the finest restaurants in London.\r\n\r\nCorrigan’s has a graceful and stylish bar area with a varied selection of drinks to choose from. There’s a fantastic atmosphere in this part of the venue, suited to all, whether you are just in for a drink or looking for somewhere cosy to finish your bottle of wine after dinner.\r\n\r\nThe restaurant itself, is beautifully decorated with stone-blue leather seats and booths scattered around the room, set together perfectly by low-hanging, ambient ceiling lights. Each wall features an impressive piece of artwork which really helps to set the tone for the distinguished atmosphere. The Starter Menu boasts Vietnamese Oysters, Beef Tartare with Smoked Eel and Cornish Crab with Gazpacho. The pick of the mains are a Pumpkin &amp; Stilton Risotto, Lamb Cutlets and Roasted Grouse. You can choose from the likes of Cherry &amp; Hibiscus Cake, Melon Cheesecake and Banoffee Soufflé on the Desert Menu. The absolute star of the show, however, has to be the Monkfish which is served with exquisitely curried mussels and onions which are glazed in pale ale.\r\n\r\n<img class=\"wp-image-524 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-1-1024x768.jpg\" alt=\"\" width=\"386\" height=\"289\" />\r\n\r\nOutstanding food aside, what Corrigan’s does really well is create an atmosphere to match the niche and the target audience they are trying to achieve. Regular readers will hear me bang on, month after month, about how important it is to choose the niche of your establishment. The old saying “jack of all trades, master of none” is so relevant to hospitality venues. In order to design the interior of your premises as faultlessly as Corrigan’s, to make your menu as mouth-wateringly exciting or to create the atmosphere that suits each and every guest so perfectly, no matter the time of day, then you have to know what you are aiming for. In my humble opinion, this is what Corrigan’s do best. They have a fantastic team of chefs, which are highlighted through a remarkable menu. The wonderful food on offer, is served to you in a simple, yet elegant room which has been designed to create the perfect atmosphere to enjoy fine food.\r\n\r\nThis venue has identified their niche… their unique selling point, and every aspect of this has been executed flawlessly. Corrigan’s oozes class and luxury from every single feature, and you can tell that every single detail has been meticulously planned and chosen. If your target audience is a high-end punter, looking for a gourmet, ostentatious environment perfect for “wining &amp; dining”, then take a leaf out of Corrigan’s leather-bound, book – because they have created a winning combination!\r\n\r\n<a href=\"http://www.corrigansmayfair.co.uk/\" target=\"_blank\" rel=\"noopener\">http://www.corrigansmayfair.co.uk/</a>','Venue of the Month - Corrigan’s Mayfair','','inherit','closed','closed','','521-revision-v1','','','2017-10-29 15:31:51','2017-10-29 15:31:51','',521,'http://www.ontradeprogress.com/2017/10/29/521-revision-v1/',0,'revision','',0),(526,1,'2017-10-29 15:34:46','2017-10-29 15:34:46','<h3 style=\"text-align: center;\"><strong><u>Venue of the Month - </u></strong><strong><u>Corrigan’s Mayfair</u></strong></h3>\r\nOn-Trade Progress’ October Venue of the Month took me deep into the heart of London’s West End, and to the timelessly classy Corrigan’s, in Mayfair. Just a stone’s throw away from the leafy grounds of Hyde Park, Mayfair is one of the most exquisite areas in our Capital and boasts a wealth of exclusive hotels, gourmet restaurants, high-end bars and traditional pubs. With such a variety of top-class choice, I had to find somewhere that really stood out, even amongst some of the best establishments that London has to offer, and Corrigan’s certainly fits the bill.\r\n\r\n<img class=\"wp-image-523 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-4-1024x768.jpg\" alt=\"\" width=\"366\" height=\"275\" />\r\n\r\nStanding outside Corrigan’s on this cold September night, there’s a fantastic autumn feel in the air and I enter through elegant, polished wooden doors into a hearty, warm setting. Corrigan’s is owned by award-winning, Michelin star chef, Richard Corrigan, who’s glistening career has seen him journey from Ireland, spend several years in the Netherlands and work for some of the finest restaurants in London.\r\n\r\nCorrigan’s has a graceful and stylish bar area with a varied selection of drinks to choose from. There’s a fantastic atmosphere in this part of the venue, suited to all, whether you are just in for a drink or looking for somewhere cosy to finish your bottle of wine after dinner.\r\n\r\nThe restaurant itself, is beautifully decorated with stone-blue leather seats and booths scattered around the room, set together perfectly by low-hanging, ambient ceiling lights. Each wall features an impressive piece of artwork which really helps to set the tone for the distinguished atmosphere. The Starter Menu boasts Vietnamese Oysters, Beef Tartare with Smoked Eel and Cornish Crab with Gazpacho. The pick of the mains are a Pumpkin &amp; Stilton Risotto, Lamb Cutlets and Roasted Grouse. You can choose from the likes of Cherry &amp; Hibiscus Cake, Melon Cheesecake and Banoffee Soufflé on the Desert Menu. The absolute star of the show, however, has to be the Monkfish which is served with exquisitely curried mussels and onions which are glazed in pale ale.\r\n\r\n<img class=\"wp-image-524 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/October-page-24-1-1024x768.jpg\" alt=\"\" width=\"386\" height=\"289\" />\r\n\r\nOutstanding food aside, what Corrigan’s does really well is create an atmosphere to match the niche and the target audience they are trying to achieve. Regular readers will hear me bang on, month after month, about how important it is to choose the niche of your establishment. The old saying “jack of all trades, master of none” is so relevant to hospitality venues. In order to design the interior of your premises as faultlessly as Corrigan’s, to make your menu as mouth-wateringly exciting or to create the atmosphere that suits each and every guest so perfectly, no matter the time of day, then you have to know what you are aiming for. In my humble opinion, this is what Corrigan’s do best. They have a fantastic team of chefs, which are highlighted through a remarkable menu. The wonderful food on offer, is served to you in a simple, yet elegant room which has been designed to create the perfect atmosphere to enjoy fine food.\r\n\r\nThis venue has identified their niche… their unique selling point, and every aspect of this has been executed flawlessly. Corrigan’s oozes class and luxury from every single feature, and you can tell that every single detail has been meticulously planned and chosen. If your target audience is a high-end punter, looking for a gourmet, ostentatious environment perfect for “wining &amp; dining”, then take a leaf out of Corrigan’s leather-bound, book – because they have created a winning combination!\r\n\r\n<a href=\"http://www.corrigansmayfair.co.uk/\" target=\"_blank\" rel=\"noopener\">http://www.corrigansmayfair.co.uk/</a>','Venue of the Month - October','','inherit','closed','closed','','521-revision-v1','','','2017-10-29 15:34:46','2017-10-29 15:34:46','',521,'http://www.ontradeprogress.com/2017/10/29/521-revision-v1/',0,'revision','',0),(527,1,'2017-11-01 22:55:40','2017-11-01 22:55:40','','DBE5gKXWAAAM2n5','','inherit','closed','closed','','dbe5gkxwaaam2n5','','','2017-11-01 22:56:06','2017-11-01 22:56:06','',518,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/DBE5gKXWAAAM2n5.jpg',0,'attachment','image/jpeg',0),(528,1,'2017-11-01 22:58:45','2017-11-01 22:58:45','','October Page 22 RedLeg','','inherit','closed','closed','','october-page-22-redleg','','','2017-11-01 22:58:45','2017-11-01 22:58:45','',518,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/October-Page-22-RedLeg.jpg',0,'attachment','image/jpeg',0),(529,1,'2017-11-01 23:01:41','2017-11-01 23:01:41','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - RedLeg Ginger Mojito</u></strong></h3>\r\nOn-Trade Progress’ Cocktail of the Month for October is the RedLeg Ginger Mojito. Mojitos have become one of the most regularly ordered cocktails in pubs, clubs and bars in recent years and this version throws a Ginger Beer twist into the mix! RedLeg Ginger Mojito is ideal for your autumn menu.\r\n\r\n<img class=\"size-full wp-image-528 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/October-Page-22-RedLeg.jpg\" alt=\"\" width=\"300\" height=\"536\" />\r\n<ul>\r\n 	<li>50ml RedLeg Spiced Rum</li>\r\n 	<li>10ml Sugar Syrup</li>\r\n 	<li>Half a Lime (3 wedges)</li>\r\n 	<li>10 Mint Leaves</li>\r\n 	<li>Ginger Beer</li>\r\n</ul>\r\n<ol>\r\n 	<li>Muddle the lime to release the juices.</li>\r\n 	<li>Add 50ml of RedLeg and 10ml of sugar syrup before stirring.</li>\r\n 	<li>Clap the mint in your hands and add to the glass</li>\r\n 	<li>Fill with cubed ice and top up with Ginger Beer</li>\r\n 	<li>Use a bar spoon to mix up all the ingredients and serve</li>\r\n</ol>\r\n<strong>About RedLeg Rum</strong>\r\n\r\nRedLeg is a spiced rum made with Caribbean spirit. A selection of the best rums from the Caribbean are left to rest in oak barrels and infused with Jamaican ginger and vanilla spices. The initial sweet aroma is followed by warming ginger aroma, with the satisfying combination of sweet and spice creating a wonderfully mixable rum with an incredibly smooth taste, and a warming mouth feel.\r\n\r\n<a class=\"u-textUserColor\" title=\"http://www.redlegrum.com\" href=\"http://t.co/on4vbtbwyq\" target=\"_blank\" rel=\"me nofollow noopener\">redlegrum.com</a>','Cocktail of the Month - RedLeg Ginger Mojito','','inherit','closed','closed','','518-revision-v1','','','2017-11-01 23:01:41','2017-11-01 23:01:41','',518,'http://www.ontradeprogress.com/2017/11/01/518-revision-v1/',0,'revision','',0),(530,1,'2017-11-09 09:18:15','2017-11-09 09:18:15','<h3 style=\"text-align: center;\"><strong><u>Taste Test - RTDs</u></strong></h3>\r\nAlthough it isn’t quite yet time to get the tinsel and fairy lights out from their storage places, Christmas is a lot closer than you might think. Especially if you are running a hospitality business. If you want to capitalise on all of the extra footfall throughout the festive period, then it’s about time you started planning! With Christmas parties being organised soon and New Year’s Eve arriving not long after, I brought our focus group back together to try a range of RTDs, courtesy of popular brand VK, and give you the low down on what you should be stocking to make sure your venue is <strong><u>the</u></strong> place to be. The whole range of VK’s RTDs would look fantastic behind the bar in any nightclub and the bright, vibrant colours are sure to catch the eye of everyone:\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Orange &amp; Passion Fruit</u></strong>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-OP-rgb300dpi-1.jpg\"><img class=\"alignright wp-image-534\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-OP-rgb300dpi-1-356x1024.jpg\" alt=\"VK Orange &amp; Passion Fruit\" width=\"98\" height=\"281\" /></a>\r\n\r\n<strong>Passion fruit seems to be one of the most popular drinks flavours at the moment and I am sure that any of you who stock a passion fruit flavoured beverage in your venue will know that they are big sellers. Here’s the verdict from our focus group:</strong>\r\n\r\n&nbsp;\r\n\r\n“My favourite of all of the flavours we have tried today. It actually tastes like passion fruit and the citrus from the orange matches it perfectly.”\r\n\r\n“Lovely, bright orange colour that would catch anyone’s eye behind the bar, and such a fruity flavour too!”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Strawberry &amp; Lime<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-SL-rgb300dpi.jpg\"><img class=\"alignleft wp-image-532\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-SL-rgb300dpi-356x1024.jpg\" alt=\"VK Strawberry &amp; Lime\" width=\"109\" height=\"313\" /></a></u></strong>\r\n\r\n<strong>Strawberry &amp; Lime makes regular appearances these days in fruit ciders and seems to me, the perfect fit for an Alco-pop!</strong>\r\n\r\n“So refreshing! I find a lot of strawberry flavoured alcohol too sweet, but this is perfect. You get a sweet, fruity flavour but don’t feel like you need to brush your teeth straight afterwards!”\r\n\r\n“I love the colour, it doesn’t look too artificial and works well with the labelling and branding. I could see this being a punter’s favourite in late-night bars and clubs.”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Black Cherry<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-Cherry.jpg\"><img class=\"alignright wp-image-537\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-Cherry-356x1024.jpg\" alt=\"VK Black Cherry\" width=\"120\" height=\"345\" /></a></u></strong>\r\n\r\n<strong>Black Cherry is a flavour that you don’t see a lot of in alcohol, which makes it a very bold choice from VK. This brings a slightly more mature feel to the range of flavours – but what did our focus group think:</strong>\r\n\r\n“Completely different to any other flavour RTD I have had before and it works really well. Perfect blend of sweet and sour which actually gives this flavour a really sophisticated after-taste! My favourite of the lot!”\r\n\r\n“I never usually like cherry flavouring in alcohol, as I find it to taste too artificial, but I really enjoyed this. The deep red colouring gives it a really elegant look too.”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Blue<img class=\"alignleft wp-image-536\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-356x1024.jpg\" alt=\"VK Blue\" width=\"117\" height=\"337\" /></u></strong>\r\n\r\n<strong>If you haven’t tried VK’s unique “Blue” flavour, then where have you been? If you’re not stocking it in your bar or club then you should be. This is one of the original RTDs that a lot of clubbers grew up on:</strong>\r\n\r\n“VK Blue is <strong>the</strong> classic Alco-pop, making me reminisce about being a teenager! I think this will appeal as much to partiers in their thirties, as it will to the 18 - 21-year-olds because of the nostalgia factor.”\r\n\r\n“This has to be one of the all-time favourite RTDs. It’s got a lovely cool taste and is a must-have in any late-night establishment!”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Tropical<img class=\" wp-image-533 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-TF-rgb300dpi-356x1024.jpg\" alt=\"VK Tropical Fruits\" width=\"136\" height=\"391\" /></u></strong>\r\n\r\n<strong>This range of exciting flavours wouldn’t be complete without adding tropical into the mix. Tropical flavouring brings to mind fresh, juicy fruits and the bright colours won’t go unnoticed behind your bar. Here’s what our focus group said:</strong>\r\n\r\n“I could drink this all day! Tropical is the perfect word to describe the flavour and I could imagine laying on a Caribbean beach drinking this!”\r\n\r\n“I love the colour, which is almost illuminous and really stands out. The flavours are amazingly fruity and it doesn’t taste like you are drinking alcohol at all. I can see this being a real favourite with students.”\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://vkofficial.com/flavours/\" target=\"_blank\" rel=\"noopener\">www.vkofficial.com/flavours/</a>','Taste Test - RTDs','','publish','closed','open','','taste-test-rtds','','','2017-11-09 09:18:39','2017-11-09 09:18:39','',0,'http://www.ontradeprogress.com/?p=530',0,'post','',0),(532,1,'2017-11-09 08:54:33','2017-11-09 08:54:33','','L VK SL rgb300dpi','','inherit','closed','closed','','l-vk-sl-rgb300dpi','','','2017-11-09 08:54:33','2017-11-09 08:54:33','',530,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-SL-rgb300dpi.jpg',0,'attachment','image/jpeg',0),(533,1,'2017-11-09 08:54:58','2017-11-09 08:54:58','','L VK TF rgb300dpi','','inherit','closed','closed','','l-vk-tf-rgb300dpi','','','2017-11-09 09:14:13','2017-11-09 09:14:13','',530,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-TF-rgb300dpi.jpg',0,'attachment','image/jpeg',0),(534,1,'2017-11-09 08:55:25','2017-11-09 08:55:25','','L VK OP rgb300dpi','','inherit','closed','closed','','l-vk-op-rgb300dpi-2','','','2017-11-09 08:55:25','2017-11-09 08:55:25','',530,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-OP-rgb300dpi-1.jpg',0,'attachment','image/jpeg',0),(536,1,'2017-11-09 09:00:13','2017-11-09 09:00:13','','Page 28','','inherit','closed','closed','','page-28','','','2017-11-09 09:13:05','2017-11-09 09:13:05','',530,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28.jpg',0,'attachment','image/jpeg',0),(537,1,'2017-11-09 09:01:50','2017-11-09 09:01:50','','Page 28 Cherry','','inherit','closed','closed','','page-28-cherry','','','2017-11-09 09:10:28','2017-11-09 09:10:28','',530,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-Cherry.jpg',0,'attachment','image/jpeg',0),(538,1,'2017-11-09 09:18:15','2017-11-09 09:18:15','<h3 style=\"text-align: center;\"><strong><u>Taste Test - RTDs</u></strong></h3>\r\nAlthough it isn’t quite yet time to get the tinsel and fairy lights out from their storage places, Christmas is a lot closer than you might think. Especially if you are running a hospitality business. If you want to capitalise on all of the extra footfall throughout the festive period, then it’s about time you started planning! With Christmas parties being organised soon and New Year’s Eve arriving not long after, I brought our focus group back together to try a range of RTDs, courtesy of popular brand VK, and give you the low down on what you should be stocking to make sure your venue is <strong><u>the</u></strong> place to be. The whole range of VK’s RTDs would look fantastic behind the bar in any nightclub and the bright, vibrant colours are sure to catch the eye of everyone:\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Orange &amp; Passion Fruit</u></strong>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-OP-rgb300dpi-1.jpg\"><img class=\"alignright wp-image-534\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-OP-rgb300dpi-1-356x1024.jpg\" alt=\"VK Orange &amp; Passion Fruit\" width=\"98\" height=\"281\" /></a>\r\n\r\n<strong>Passion fruit seems to be one of the most popular drinks flavours at the moment and I am sure that any of you who stock a passion fruit flavoured beverage in your venue will know that they are big sellers. Here’s the verdict from our focus group:</strong>\r\n\r\n&nbsp;\r\n\r\n“My favourite of all of the flavours we have tried today. It actually tastes like passion fruit and the citrus from the orange matches it perfectly.”\r\n\r\n“Lovely, bright orange colour that would catch anyone’s eye behind the bar, and such a fruity flavour too!”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Strawberry &amp; Lime<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-SL-rgb300dpi.jpg\"><img class=\"alignleft wp-image-532\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-SL-rgb300dpi-356x1024.jpg\" alt=\"VK Strawberry &amp; Lime\" width=\"109\" height=\"313\" /></a></u></strong>\r\n\r\n<strong>Strawberry &amp; Lime makes regular appearances these days in fruit ciders and seems to me, the perfect fit for an Alco-pop!</strong>\r\n\r\n“So refreshing! I find a lot of strawberry flavoured alcohol too sweet, but this is perfect. You get a sweet, fruity flavour but don’t feel like you need to brush your teeth straight afterwards!”\r\n\r\n“I love the colour, it doesn’t look too artificial and works well with the labelling and branding. I could see this being a punter’s favourite in late-night bars and clubs.”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Black Cherry<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-Cherry.jpg\"><img class=\"alignright wp-image-537\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-Cherry-356x1024.jpg\" alt=\"VK Black Cherry\" width=\"120\" height=\"345\" /></a></u></strong>\r\n\r\n<strong>Black Cherry is a flavour that you don’t see a lot of in alcohol, which makes it a very bold choice from VK. This brings a slightly more mature feel to the range of flavours – but what did our focus group think:</strong>\r\n\r\n“Completely different to any other flavour RTD I have had before and it works really well. Perfect blend of sweet and sour which actually gives this flavour a really sophisticated after-taste! My favourite of the lot!”\r\n\r\n“I never usually like cherry flavouring in alcohol, as I find it to taste too artificial, but I really enjoyed this. The deep red colouring gives it a really elegant look too.”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Blue<img class=\"alignleft  wp-image-536\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-356x1024.jpg\" alt=\"VK Blue\" width=\"117\" height=\"337\" /></u></strong>\r\n\r\n<strong>If you haven’t tried VK’s unique “Blue” flavour, then where have you been? If you’re not stocking it in your bar or club then you should be. This is one of the original RTDs that a lot of clubbers grew up on:</strong>\r\n\r\n“VK Blue is <strong>the</strong> classic Alco-pop, making me reminisce about being a teenager! I think this will appeal as much to partiers in their thirties, as it will to the 18 - 21-year-olds because of the nostalgia factor.”\r\n\r\n“This has to be one of the all-time favourite RTDs. It’s got a lovely cool taste and is a must-have in any late-night establishment!”\r\n\r\n&nbsp;\r\n\r\n<strong><u>VK Tropical<img class=\" wp-image-533 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-TF-rgb300dpi-356x1024.jpg\" alt=\"VK Tropical Fruits\" width=\"136\" height=\"391\" /></u></strong>\r\n\r\n<strong>This range of exciting flavours wouldn’t be complete without adding tropical into the mix. Tropical flavouring brings to mind fresh, juicy fruits and the bright colours won’t go unnoticed behind your bar. Here’s what our focus group said:</strong>\r\n\r\n“I could drink this all day! Tropical is the perfect word to describe the flavour and I could imagine laying on a Caribbean beach drinking this!”\r\n\r\n“I love the colour, which is almost illuminous and really stands out. The flavours are amazingly fruity and it doesn’t taste like you are drinking alcohol at all. I can see this being a real favourite with students.”\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://vkofficial.com/flavours/\" target=\"_blank\" rel=\"noopener\">www.vkofficial.com/flavours/</a>','Taste Test - RTDs','','inherit','closed','closed','','530-revision-v1','','','2017-11-09 09:18:15','2017-11-09 09:18:15','',530,'http://www.ontradeprogress.com/2017/11/09/530-revision-v1/',0,'revision','',0),(539,1,'2017-11-09 09:34:25','2017-11-09 09:34:25','<h3 style=\"text-align: center;\"><strong>Drinkaware Research Reveals Extent of Drunken Sexual Harassment</strong></h3>\r\nNew research from Drinkaware reveals the extent to which drunken sexual harassment has become an accepted part of a night out for many young people, as the alcohol education charity launches a new campaign, ‘It’s OK to Ask’, that aims to address the problem.\r\n\r\nThe survey, carried out by the charity and YouGov, questioned 18-24-year-old men and women who drink in bars, clubs or pubs.  72% of respondents said they had seen sexual harassment* on a night out. 79% of women said they expected inappropriate comments, touching and behaviour to take place when they went out – either to themselves or to their female friends.  And 63% of women and 26% of men said they had been on the receiving end of some form of sexual harassment themselves.\r\n\r\n‘It’s OK to Ask’ is being rolled out in cinemas, on the All4 digital channel, on line and in venues across the North West, chosen because of the high proportion of people in the 18-24 age group in the region who binge drink.\r\n\r\nIt encourages witnesses to drunken sexual harassment to challenge the status quo by giving them information and advice on what to do if they see or suspect that someone is being harassed.\r\n\r\nVenues and operators can help by supporting bystanders and by making it clear that that drunken sexual harassment will not be tolerated on site.  Drinkaware’s Alcohol Vulnerability Awareness e-learning course and Drinkaware Crew can also equip staff to recognise and deal with harassment and other situations where people are vulnerable on a night out.\r\n\r\nDrinkaware chief executive Elaine Hindal said, “Drunken sexual harassment is seen by too many young people as part and parcel of a night out. The aim of the ‘It’s OK to Ask’ campaign is to empower people to challenge this behaviour.\r\n\r\n“Operators can play their part by supporting bystanders who come to them for help and by taking the issue seriously, helping to foster a positive and safe social environment where drunken sexual harassment is not tolerated.”\r\n\r\nThe ‘It’s OK to Ask’ campaign offers advice to bystanders in three key areas:\r\n<ol>\r\n 	<li>Spot it - Is something dodgy happening?</li>\r\n 	<li>Check it - Is it safe to step in?</li>\r\n 	<li>Speak out - If it\'s safe to do so, check in with the person being targeted: Are they OK? If not, try staff or security.</li>\r\n</ol>\r\n‘It’s OK to Ask’ is part of Drinkaware’s ongoing ‘If You Wouldn’t Sober, You Shouldn’t Drunk’ campaign and was developed with input from a number of experts including Hollaback’s Good Night Out campaign and the Suzy Lamplugh Trust.\r\n\r\n<strong>A bystander’s story</strong>\r\n\r\nOne of the young people interviewed for the campaign was Lucy Harrison from North London, who stepped in when a friend was being sexually harassed earlier this year. She said, “We were in a club and there was one particular guy who wouldn’t leave my friend alone.  She made it clear she wasn’t interested, but he grabbed her bottom and kept coming back, like he saw it as a challenge.\r\n\r\n“I stepped in and spoke to his mates, who defended his behaviour and said he was just very drunk. That’s not an excuse - if you wouldn’t do it sober, you shouldn’t do it drunk! It completely ruined our night.\r\n\r\n“It’s great that Drinkaware are taking this issue on and sharing what people can do if they witness drunken sexual harassment – it really can make all the difference. I wish I’d had this advice when I was younger. It would have been a lot of help!\"\r\n\r\n<a href=\"http://www.drinkaware.co.uk\" target=\"_blank\" rel=\"noopener\"><u>www.drinkaware.co.uk</u></a>','Drinkaware Research Reveals Extent of Drunken Sexual Harassment','','publish','closed','open','','drinkaware-research-reveals-extent-drunken-sexual-harassment','','','2017-11-09 09:34:25','2017-11-09 09:34:25','',0,'http://www.ontradeprogress.com/?p=539',0,'post','',0),(540,1,'2017-11-09 09:32:42','2017-11-09 09:32:42','','page 32','','inherit','closed','closed','','page-32-2','','','2017-11-09 09:33:11','2017-11-09 09:33:11','',539,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/page-32.jpg',0,'attachment','image/jpeg',0),(541,1,'2017-11-09 09:34:25','2017-11-09 09:34:25','<h3 style=\"text-align: center;\"><strong>Drinkaware Research Reveals Extent of Drunken Sexual Harassment</strong></h3>\r\nNew research from Drinkaware reveals the extent to which drunken sexual harassment has become an accepted part of a night out for many young people, as the alcohol education charity launches a new campaign, ‘It’s OK to Ask’, that aims to address the problem.\r\n\r\nThe survey, carried out by the charity and YouGov, questioned 18-24-year-old men and women who drink in bars, clubs or pubs.  72% of respondents said they had seen sexual harassment* on a night out. 79% of women said they expected inappropriate comments, touching and behaviour to take place when they went out – either to themselves or to their female friends.  And 63% of women and 26% of men said they had been on the receiving end of some form of sexual harassment themselves.\r\n\r\n‘It’s OK to Ask’ is being rolled out in cinemas, on the All4 digital channel, on line and in venues across the North West, chosen because of the high proportion of people in the 18-24 age group in the region who binge drink.\r\n\r\nIt encourages witnesses to drunken sexual harassment to challenge the status quo by giving them information and advice on what to do if they see or suspect that someone is being harassed.\r\n\r\nVenues and operators can help by supporting bystanders and by making it clear that that drunken sexual harassment will not be tolerated on site.  Drinkaware’s Alcohol Vulnerability Awareness e-learning course and Drinkaware Crew can also equip staff to recognise and deal with harassment and other situations where people are vulnerable on a night out.\r\n\r\nDrinkaware chief executive Elaine Hindal said, “Drunken sexual harassment is seen by too many young people as part and parcel of a night out. The aim of the ‘It’s OK to Ask’ campaign is to empower people to challenge this behaviour.\r\n\r\n“Operators can play their part by supporting bystanders who come to them for help and by taking the issue seriously, helping to foster a positive and safe social environment where drunken sexual harassment is not tolerated.”\r\n\r\nThe ‘It’s OK to Ask’ campaign offers advice to bystanders in three key areas:\r\n<ol>\r\n 	<li>Spot it - Is something dodgy happening?</li>\r\n 	<li>Check it - Is it safe to step in?</li>\r\n 	<li>Speak out - If it\'s safe to do so, check in with the person being targeted: Are they OK? If not, try staff or security.</li>\r\n</ol>\r\n‘It’s OK to Ask’ is part of Drinkaware’s ongoing ‘If You Wouldn’t Sober, You Shouldn’t Drunk’ campaign and was developed with input from a number of experts including Hollaback’s Good Night Out campaign and the Suzy Lamplugh Trust.\r\n\r\n<strong>A bystander’s story</strong>\r\n\r\nOne of the young people interviewed for the campaign was Lucy Harrison from North London, who stepped in when a friend was being sexually harassed earlier this year. She said, “We were in a club and there was one particular guy who wouldn’t leave my friend alone.  She made it clear she wasn’t interested, but he grabbed her bottom and kept coming back, like he saw it as a challenge.\r\n\r\n“I stepped in and spoke to his mates, who defended his behaviour and said he was just very drunk. That’s not an excuse - if you wouldn’t do it sober, you shouldn’t do it drunk! It completely ruined our night.\r\n\r\n“It’s great that Drinkaware are taking this issue on and sharing what people can do if they witness drunken sexual harassment – it really can make all the difference. I wish I’d had this advice when I was younger. It would have been a lot of help!\"\r\n\r\n<a href=\"http://www.drinkaware.co.uk\" target=\"_blank\" rel=\"noopener\"><u>www.drinkaware.co.uk</u></a>','Drinkaware Research Reveals Extent of Drunken Sexual Harassment','','inherit','closed','closed','','539-revision-v1','','','2017-11-09 09:34:25','2017-11-09 09:34:25','',539,'http://www.ontradeprogress.com/2017/11/09/539-revision-v1/',0,'revision','',0),(542,1,'2017-11-09 18:31:08','2017-11-09 18:31:08','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A with Chris Howard at FlexFurn</u></strong></h3>\r\n&nbsp;\r\n\r\nI always like getting out and speaking to interesting and innovative companies, and on this occasion, it was the turn of Belgian furniture heavyweights FlexFurn. FlexFurn provide a range of bespoke furniture that is ideal for both festivals and hospitality venues:\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34.jpg\"><img class=\"aligncenter wp-image-546\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-1024x575.jpg\" alt=\"\" width=\"584\" height=\"328\" /></a>\r\n<h4><strong><em>Tell me about FlexFurn…</em></strong></h4>\r\nFlexFurn has been selling and producing foldable and stackable furniture for the events and hospitality sector for 20 years. For years, FlexFurn was known in the UK as Lamata Contract Furniture and as Europa2000 in the rest of Europe. Since 2013, however, both companies have merged into FlexFurn. There´s a UK office and a central warehouse and assembly facility in Belgium, from where customers all over Europe and beyond are serviced. At FlexFurn, we pride ourselves in our original designs and excellent customer service.\r\n<h4><em><strong>What is your role within the company?</strong></em></h4>\r\nI’m the UK National Account Manager, which means I manage all of FlexFurn’s UK customers. We sell through two channels. Firstly dealers, who sell on to the end users; and secondly event and hire who buy our furniture to hire out. I’m responsible for expanding our dealer network within the UK, and helping our dealers achieve a growth in product sales. I’d also say I’m a support function to our dealers should they need any support on projects where our products are involved.\r\n<h4><em>Why should a hospitality event/venue use FlexFurn?</em></h4>\r\nIn a word: design! Our X-design range, which is designed in-house, not only looks stunning, every product is designed for flexibility and function. We also supply in-house designed ancillary products to make this furniture work in a multitude of settings. Whether you’re a venue that needs to stage a room quickly and efficiently or a hire business where space is a premium, we have beautiful pieces for your needs. We stock a broad range of top quality, classic stacking and folding furniture e.g. trestle tables and stack/folding chairs, covering all bases and budgets.\r\n<h4><em><strong>Which is your favourite product that FlexFurn provide?</strong></em></h4>\r\nThe flow range is my favourite and only released this year. You can use it anywhere as it folds fully flat, it’s aluminium powder coated so a hard-wearing product perfect for indoor and out, and you can change the tops to suit any occasion.\r\n<h4><em><strong>Can you give an example of a really tough job that you were given, and how you overcame the problems to make it a success?</strong></em></h4>\r\nWe were asked to supply 1,000 branded stack chairs where our customers embroidered logo needed to sit dead centre of the seat back. We had a tight time scale for delivery (As ever) and after several test samples, where the logo didn’t sit right or cause sagging on the seat back, we managed to get the finished products delivered on time.\r\n<h4><em><strong>Are there any particular jobs that spring to mind as being particularly impressive?</strong></em></h4>\r\nWe worked very closely on a contract to supply 19,000 folding chairs in 2016 on a short timescale for delivery. The chairs were to be used across 6 separate events through the UK. Although at the time of tender we were a little more expensive, we were chosen due to the customer support set up and guarantee that we offer. In this we had fault with 0.01% of the chairs supplied!\r\n<h4><em><strong>What does the future hold for FlexFurn?</strong></em></h4>\r\nInnovation. We are constantly looking at trends and designing new functional products. Our X-design range is where our main push is focused as these are exclusive designs to us. We will always stock the classic trestle tables and banqueting chairs, but we feel adding to the X-design range gives our customers the opportunity to own something truly unique and help them make their event/venue stand out.\r\n\r\n<a href=\"http://www.flexfurn.com\" target=\"_blank\" rel=\"noopener\">http://www.flexfurn.com</a>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-3.jpg\"><img class=\"aligncenter wp-image-545 size-large\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-3-1024x768.jpg\" alt=\"\" width=\"702\" height=\"527\" /></a>','Q&A with Chris Howard at FlexFurn','','publish','closed','open','','qa-chris-howard-flexfurn','','','2017-11-09 18:31:08','2017-11-09 18:31:08','',0,'http://www.ontradeprogress.com/?p=542',0,'post','',0),(543,1,'2017-11-09 18:19:39','2017-11-09 18:19:39','','Page 34 1','','inherit','closed','closed','','page-34-1-2','','','2017-11-09 18:19:39','2017-11-09 18:19:39','',542,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-1.jpg',0,'attachment','image/jpeg',0),(544,1,'2017-11-09 18:21:19','2017-11-09 18:21:19','','Page 34 2','','inherit','closed','closed','','page-34-2','','','2017-11-09 18:21:19','2017-11-09 18:21:19','',542,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-2.jpg',0,'attachment','image/jpeg',0),(545,1,'2017-11-09 18:22:28','2017-11-09 18:22:28','','Page 34 3','','inherit','closed','closed','','page-34-3','','','2017-11-09 18:22:28','2017-11-09 18:22:28','',542,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-3.jpg',0,'attachment','image/jpeg',0),(546,1,'2017-11-09 18:22:48','2017-11-09 18:22:48','','Page 34','','inherit','closed','closed','','page-34-4','','','2017-11-09 18:22:48','2017-11-09 18:22:48','',542,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34.jpg',0,'attachment','image/jpeg',0),(547,1,'2017-11-09 18:31:08','2017-11-09 18:31:08','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A with Chris Howard at FlexFurn</u></strong></h3>\r\n&nbsp;\r\n\r\nI always like getting out and speaking to interesting and innovative companies, and on this occasion, it was the turn of Belgian furniture heavyweights FlexFurn. FlexFurn provide a range of bespoke furniture that is ideal for both festivals and hospitality venues:\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34.jpg\"><img class=\"aligncenter wp-image-546\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-1024x575.jpg\" alt=\"\" width=\"584\" height=\"328\" /></a>\r\n<h4><strong><em>Tell me about FlexFurn…</em></strong></h4>\r\nFlexFurn has been selling and producing foldable and stackable furniture for the events and hospitality sector for 20 years. For years, FlexFurn was known in the UK as Lamata Contract Furniture and as Europa2000 in the rest of Europe. Since 2013, however, both companies have merged into FlexFurn. There´s a UK office and a central warehouse and assembly facility in Belgium, from where customers all over Europe and beyond are serviced. At FlexFurn, we pride ourselves in our original designs and excellent customer service.\r\n<h4><em><strong>What is your role within the company?</strong></em></h4>\r\nI’m the UK National Account Manager, which means I manage all of FlexFurn’s UK customers. We sell through two channels. Firstly dealers, who sell on to the end users; and secondly event and hire who buy our furniture to hire out. I’m responsible for expanding our dealer network within the UK, and helping our dealers achieve a growth in product sales. I’d also say I’m a support function to our dealers should they need any support on projects where our products are involved.\r\n<h4><em>Why should a hospitality event/venue use FlexFurn?</em></h4>\r\nIn a word: design! Our X-design range, which is designed in-house, not only looks stunning, every product is designed for flexibility and function. We also supply in-house designed ancillary products to make this furniture work in a multitude of settings. Whether you’re a venue that needs to stage a room quickly and efficiently or a hire business where space is a premium, we have beautiful pieces for your needs. We stock a broad range of top quality, classic stacking and folding furniture e.g. trestle tables and stack/folding chairs, covering all bases and budgets.\r\n<h4><em><strong>Which is your favourite product that FlexFurn provide?</strong></em></h4>\r\nThe flow range is my favourite and only released this year. You can use it anywhere as it folds fully flat, it’s aluminium powder coated so a hard-wearing product perfect for indoor and out, and you can change the tops to suit any occasion.\r\n<h4><em><strong>Can you give an example of a really tough job that you were given, and how you overcame the problems to make it a success?</strong></em></h4>\r\nWe were asked to supply 1,000 branded stack chairs where our customers embroidered logo needed to sit dead centre of the seat back. We had a tight time scale for delivery (As ever) and after several test samples, where the logo didn’t sit right or cause sagging on the seat back, we managed to get the finished products delivered on time.\r\n<h4><em><strong>Are there any particular jobs that spring to mind as being particularly impressive?</strong></em></h4>\r\nWe worked very closely on a contract to supply 19,000 folding chairs in 2016 on a short timescale for delivery. The chairs were to be used across 6 separate events through the UK. Although at the time of tender we were a little more expensive, we were chosen due to the customer support set up and guarantee that we offer. In this we had fault with 0.01% of the chairs supplied!\r\n<h4><em><strong>What does the future hold for FlexFurn?</strong></em></h4>\r\nInnovation. We are constantly looking at trends and designing new functional products. Our X-design range is where our main push is focused as these are exclusive designs to us. We will always stock the classic trestle tables and banqueting chairs, but we feel adding to the X-design range gives our customers the opportunity to own something truly unique and help them make their event/venue stand out.\r\n\r\n<a href=\"http://www.flexfurn.com\" target=\"_blank\" rel=\"noopener\">http://www.flexfurn.com</a>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-3.jpg\"><img class=\"aligncenter wp-image-545 size-large\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-3-1024x768.jpg\" alt=\"\" width=\"702\" height=\"527\" /></a>','Q&A with Chris Howard at FlexFurn','','inherit','closed','closed','','542-revision-v1','','','2017-11-09 18:31:08','2017-11-09 18:31:08','',542,'http://www.ontradeprogress.com/2017/11/09/542-revision-v1/',0,'revision','',0),(548,1,'2017-11-10 09:06:46','2017-11-10 09:06:46','<h3 style=\"text-align: center;\"><strong>What’ll it be? Getting the beer range right</strong></h3>\r\n<em>Beer sommelier and journalist John Porter praises the range of beer choice available to today’s on-trade customers.</em>\r\n\r\nEven I’m not old enough to have been around when former Prime Minister Harold Macmillan assured the nation that “you’ve never had it so good”, but it’s a sentiment I occasionally feel the need to echo when talking to a younger breed of beer drinkers.\r\n\r\nTypically, they’ll complain that they were disappointed by the beers on offer on a recent pub visit, and then go on to list a range of brands such as Fuller’s London Pride, Timothy Taylor’s Landlord and Sharp’s Doom Bar that were on offer.\r\n\r\nThe fact that these and other ale brands of similar standing can be found in so many pubs, is as far as I’m concerned, a triumph – it wasn’t always so.\r\n\r\nIt shows that cask beer is now mainstream. The latest edition of the Cask Report, produced annually by a consortium which includes beer quality assessors Cask Marque, the Society of Independent Brewers, and the Campaign for Real Ale, records the fact that there are more than 1700 active breweries in the UK, and more than 10,000 different cask ales brewed every year.\r\n\r\nEven with such choice available, the report also sounds a note of caution that perhaps some pubs are rotating their beers a bit too frequently – it suggests that for most pubs, a change of guest ale once a month is enough. While there are clearly consumers who want to see something different every time they go into the bar, there are probably many more who look for one of those familiar brands as reassurance.\r\n\r\nWhich is not to say that there isn’t room for innovation in the right venues. I recently spent a pleasant hour at the Zerodegrees brewpub in Blackheath, south east London, sampling some of the latest creations of in-house brewer David Mellinas. Each of the four venues in the group brews a core range of beers, and then gives each site scope to experiment.\r\n\r\nWhen I was there, David’s line-up included a wonderfully sharp and sour rhubarb geuze beer, as well as a cherry kreik. These classic Belgian styles of beer are hardly mainstream, but David was very clear that the bar is not limiting its appeal to hardcore beer geeks. “We talk customers through the flavour and style of each beer, and that’s part of their enjoyment of coming here.”\r\n\r\nThat enjoyment is helped by Zerodegrees clever approach to beer and food matching, A symbol next to each dish on the menu corresponds to one of the core beer range. So, at a glance, the customer knows that Lobster Bisque matches with the smooth and sharp pilsner, sweet &amp; spicy Italian sausage with the subtly spiced wheat beer, and Peking Duck with the mango ale.\r\n\r\nMango seems to be in vogue, with Hop Stuff Brewery having created a beer called Mjango Unchained for the Nicholson’s 2017 Beer Showcase. Also, well worth seeking out while they’re available in the Showcase are Wimbledon Brewery’s Hop Harvest Ale and Wet Berkshire Brewery’s rye ale Ryeders of the Lost Ark.\r\n\r\nWhat’s clear is that many brewers who have been in the business for a long time are rethinking their approach. There was a time when it would have been unthinkable to put another brewer’s beer on the bar. However, at Canary Wharf in Docklands, Fuller’s has just refurbished and rebranded one of its pubs as The Merchant, a cart beer bar selling beers from a dozen or more brewers in keg, cans and bottles as well as cask.\r\n\r\nSo, how can other pubs take a tip from these specialists and upsell their beer range?  Stats from the latest Cask Report show that getting the basics right in terms of quality and training is essential:\r\n<ul>\r\n 	<li>60% of drinkers are annoyed when they are served beer in a warm glass;</li>\r\n 	<li>40% of drinkers will avoid a pub where they are served a poor pint in future;</li>\r\n 	<li>67% would be prepared to pay extra for a well-kept pint;</li>\r\n 	<li>33% of all adults think cask beer is a good sign of overall quality - if a pub serves cask they believe the licensee cares about beer and the food is probably of a high standard too;</li>\r\n 	<li>31% of cask beer drinkers will stay for another pint if the bar staff are knowledgeable about the beer they are serving, and 50% will definitely come back to the pub another time.</li>\r\n</ul>\r\nThe full 2017/18 Cask Report can be downloaded from <a href=\"http://www.cask-marque.co.uk\" target=\"_blank\" rel=\"noopener\">www.cask-marque.co.uk</a><strong>   </strong>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/october-page-38.jpg\"><img class=\"alignleft wp-image-551 size-large\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/october-page-38-1024x682.jpg\" alt=\"\" width=\"702\" height=\"468\" /></a>','What’ll it be? Getting the beer range right','','publish','closed','open','','whatll-getting-beer-range-right','','','2017-11-10 09:06:46','2017-11-10 09:06:46','',0,'http://www.ontradeprogress.com/?p=548',0,'post','',0),(549,1,'2017-11-09 19:05:40','2017-11-09 19:05:40','','October page 38 1','','inherit','closed','closed','','october-page-38-1','','','2017-11-09 19:05:40','2017-11-09 19:05:40','',548,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/October-page-38-1.jpg',0,'attachment','image/jpeg',0),(550,1,'2017-11-09 19:07:12','2017-11-09 19:07:12','','October page 38 2','','inherit','closed','closed','','october-page-38-2','','','2017-11-09 19:07:12','2017-11-09 19:07:12','',548,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/October-page-38-2.jpg',0,'attachment','image/jpeg',0),(551,1,'2017-11-09 19:07:41','2017-11-09 19:07:41','','october page 38','','inherit','closed','closed','','october-page-38','','','2017-11-09 19:07:41','2017-11-09 19:07:41','',548,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/october-page-38.jpg',0,'attachment','image/jpeg',0),(552,1,'2017-11-10 09:06:46','2017-11-10 09:06:46','<h3 style=\"text-align: center;\"><strong>What’ll it be? Getting the beer range right</strong></h3>\r\n<em>Beer sommelier and journalist John Porter praises the range of beer choice available to today’s on-trade customers.</em>\r\n\r\nEven I’m not old enough to have been around when former Prime Minister Harold Macmillan assured the nation that “you’ve never had it so good”, but it’s a sentiment I occasionally feel the need to echo when talking to a younger breed of beer drinkers.\r\n\r\nTypically, they’ll complain that they were disappointed by the beers on offer on a recent pub visit, and then go on to list a range of brands such as Fuller’s London Pride, Timothy Taylor’s Landlord and Sharp’s Doom Bar that were on offer.\r\n\r\nThe fact that these and other ale brands of similar standing can be found in so many pubs, is as far as I’m concerned, a triumph – it wasn’t always so.\r\n\r\nIt shows that cask beer is now mainstream. The latest edition of the Cask Report, produced annually by a consortium which includes beer quality assessors Cask Marque, the Society of Independent Brewers, and the Campaign for Real Ale, records the fact that there are more than 1700 active breweries in the UK, and more than 10,000 different cask ales brewed every year.\r\n\r\nEven with such choice available, the report also sounds a note of caution that perhaps some pubs are rotating their beers a bit too frequently – it suggests that for most pubs, a change of guest ale once a month is enough. While there are clearly consumers who want to see something different every time they go into the bar, there are probably many more who look for one of those familiar brands as reassurance.\r\n\r\nWhich is not to say that there isn’t room for innovation in the right venues. I recently spent a pleasant hour at the Zerodegrees brewpub in Blackheath, south east London, sampling some of the latest creations of in-house brewer David Mellinas. Each of the four venues in the group brews a core range of beers, and then gives each site scope to experiment.\r\n\r\nWhen I was there, David’s line-up included a wonderfully sharp and sour rhubarb geuze beer, as well as a cherry kreik. These classic Belgian styles of beer are hardly mainstream, but David was very clear that the bar is not limiting its appeal to hardcore beer geeks. “We talk customers through the flavour and style of each beer, and that’s part of their enjoyment of coming here.”\r\n\r\nThat enjoyment is helped by Zerodegrees clever approach to beer and food matching, A symbol next to each dish on the menu corresponds to one of the core beer range. So, at a glance, the customer knows that Lobster Bisque matches with the smooth and sharp pilsner, sweet &amp; spicy Italian sausage with the subtly spiced wheat beer, and Peking Duck with the mango ale.\r\n\r\nMango seems to be in vogue, with Hop Stuff Brewery having created a beer called Mjango Unchained for the Nicholson’s 2017 Beer Showcase. Also, well worth seeking out while they’re available in the Showcase are Wimbledon Brewery’s Hop Harvest Ale and Wet Berkshire Brewery’s rye ale Ryeders of the Lost Ark.\r\n\r\nWhat’s clear is that many brewers who have been in the business for a long time are rethinking their approach. There was a time when it would have been unthinkable to put another brewer’s beer on the bar. However, at Canary Wharf in Docklands, Fuller’s has just refurbished and rebranded one of its pubs as The Merchant, a cart beer bar selling beers from a dozen or more brewers in keg, cans and bottles as well as cask.\r\n\r\nSo, how can other pubs take a tip from these specialists and upsell their beer range?  Stats from the latest Cask Report show that getting the basics right in terms of quality and training is essential:\r\n<ul>\r\n 	<li>60% of drinkers are annoyed when they are served beer in a warm glass;</li>\r\n 	<li>40% of drinkers will avoid a pub where they are served a poor pint in future;</li>\r\n 	<li>67% would be prepared to pay extra for a well-kept pint;</li>\r\n 	<li>33% of all adults think cask beer is a good sign of overall quality - if a pub serves cask they believe the licensee cares about beer and the food is probably of a high standard too;</li>\r\n 	<li>31% of cask beer drinkers will stay for another pint if the bar staff are knowledgeable about the beer they are serving, and 50% will definitely come back to the pub another time.</li>\r\n</ul>\r\nThe full 2017/18 Cask Report can be downloaded from <a href=\"http://www.cask-marque.co.uk\" target=\"_blank\" rel=\"noopener\">www.cask-marque.co.uk</a><strong>   </strong>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/october-page-38.jpg\"><img class=\"alignleft wp-image-551 size-large\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/october-page-38-1024x682.jpg\" alt=\"\" width=\"702\" height=\"468\" /></a>','What’ll it be? Getting the beer range right','','inherit','closed','closed','','548-revision-v1','','','2017-11-10 09:06:46','2017-11-10 09:06:46','',548,'http://www.ontradeprogress.com/2017/11/10/548-revision-v1/',0,'revision','',0),(553,1,'2017-11-15 13:47:53','2017-11-15 13:47:53','<h3 style=\"text-align: center;\"><strong><u>The Science of Perfect Timing</u></strong></h3>\r\nSally Whelan, Founding Director of guest experience experts HGEM, talks about the importance of perfect timing when serving your customers:\r\n\r\nTiming in hospitality is an art and a science. At HGEM, it’s something our guests tell us is extremely important to them. From creating a feeling of welcome and attentiveness by seating guests quickly and taking a drinks order as soon as possible, right the way through to dealing with the bill as quickly and efficiently as possible, getting the timing right can be the difference between a good experience and a bad one.\r\n\r\nThere’s more to perfect timing than speed of service.  Hospitality providers who understand this make sure everything – from lighting and furniture to background music – helps to create an atmosphere that fits their timing targets. These elements can help create a sense of busyness and momentum, and can have a surprisingly powerful impact on processing customers without making them feel rushed.\r\n\r\nRecent innovations in payment, from apps to touch-screen ordering, have been introduced by some operators. Recently, I met with the payment app Fly Pay and was fascinated to hear about all the research they commissioned during the development of their product. Slow processing of payment was putting customers off returning to some chains. This was particularly an issue in pubs and restaurants where there were limited hand-held payment terminals and a high volume of customers. Apps that return control to the customer, allowing them to pay sometimes even before they’ve finished a meal, eliminates the frustration of waiting. It empowers customers to control timing.\r\n\r\nBut if technology is helping to solve this aspect of timing, when it comes to staff attentiveness during a meal and serving food in a timely fashion, the human element is key. For the smooth running of service, front of house staff need to employ a combination of script and intuition. Having basic set steps of service guidelines helps. However, these should always be used as a rough framework rather than a bible to follow blindly. Staff should be led foremost by their intuition, reading guests as individuals and speeding up or slowing down where appropriate.\r\n\r\nAt HGEM, clients tell us that one of the most useful aspects of the guest experience feedback we deliver is on timing of food delivery. Having an accurate picture of this helps to keep kitchen staff on their toes and gives a good steer on how far short of targets on timing a restaurant is falling.\r\n\r\nSometimes, there may be tensions between the guest processing speed an operator requires and the ideal speed of service for the guest. Where this is the case, a few things can help to bridge the gap. Being clear when guests book if you need the table back by a certain time, and politely reminding guests of this when they arrive, helps to manage expectations. Also, having areas beyond the tables – whether that’s a bar with stools or a small lounge where customers can sit to finish their drinks – can help when a party wants to hang around for a bit longer than expected at the end of their meal. This makes sense in commercial terms, too – extra drinks and coffees make for a bigger spend.\r\n\r\nThere are some instances where any sense of feeling rushed is a no-no – this is the case whenever you’re somewhere luxurious, or spending a lot of money. Part of the luxury is the time you can spend over the meal, so feeling hurried along just won’t wash if you’re in a top end restaurant. Timing should always match the setting.\r\n\r\n<a href=\"http://www.hgem.com\" target=\"_blank\" rel=\"noopener\">www.hgem.com</a>','The Science of Perfect Timing','','publish','closed','open','','science-perfect-timing','','','2017-11-15 13:48:21','2017-11-15 13:48:21','',0,'http://www.ontradeprogress.com/?p=553',0,'post','',0),(554,1,'2017-11-15 13:35:52','2017-11-15 13:35:52','','Page 36','','inherit','closed','closed','','page-36-3','','','2017-11-15 13:35:52','2017-11-15 13:35:52','',553,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-36.jpg',0,'attachment','image/jpeg',0),(555,1,'2017-11-15 13:38:10','2017-11-15 13:38:10','','Page 36','','inherit','closed','closed','','page-36-4','','','2017-11-15 13:39:58','2017-11-15 13:39:58','',553,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-36-1.jpg',0,'attachment','image/jpeg',0),(556,1,'2017-11-15 13:47:53','2017-11-15 13:47:53','<h3 style=\"text-align: center;\"><strong><u>The Science of Perfect Timing</u></strong></h3>\r\nSally Whelan, Founding Director of guest experience experts HGEM, talks about the importance of perfect timing when serving your customers:\r\n\r\nTiming in hospitality is an art and a science. At HGEM, it’s something our guests tell us is extremely important to them. From creating a feeling of welcome and attentiveness by seating guests quickly and taking a drinks order as soon as possible, right the way through to dealing with the bill as quickly and efficiently as possible, getting the timing right can be the difference between a good experience and a bad one.\r\n\r\nThere’s more to perfect timing than speed of service.  Hospitality providers who understand this make sure everything – from lighting and furniture to background music – helps to create an atmosphere that fits their timing targets. These elements can help create a sense of busyness and momentum, and can have a surprisingly powerful impact on processing customers without making them feel rushed.\r\n\r\nRecent innovations in payment, from apps to touch-screen ordering, have been introduced by some operators. Recently, I met with the payment app Fly Pay and was fascinated to hear about all the research they commissioned during the development of their product. Slow processing of payment was putting customers off returning to some chains. This was particularly an issue in pubs and restaurants where there were limited hand-held payment terminals and a high volume of customers. Apps that return control to the customer, allowing them to pay sometimes even before they’ve finished a meal, eliminates the frustration of waiting. It empowers customers to control timing.\r\n\r\nBut if technology is helping to solve this aspect of timing, when it comes to staff attentiveness during a meal and serving food in a timely fashion, the human element is key. For the smooth running of service, front of house staff need to employ a combination of script and intuition. Having basic set steps of service guidelines helps. However, these should always be used as a rough framework rather than a bible to follow blindly. Staff should be led foremost by their intuition, reading guests as individuals and speeding up or slowing down where appropriate.\r\n\r\nAt HGEM, clients tell us that one of the most useful aspects of the guest experience feedback we deliver is on timing of food delivery. Having an accurate picture of this helps to keep kitchen staff on their toes and gives a good steer on how far short of targets on timing a restaurant is falling.\r\n\r\nSometimes, there may be tensions between the guest processing speed an operator requires and the ideal speed of service for the guest. Where this is the case, a few things can help to bridge the gap. Being clear when guests book if you need the table back by a certain time, and politely reminding guests of this when they arrive, helps to manage expectations. Also, having areas beyond the tables – whether that’s a bar with stools or a small lounge where customers can sit to finish their drinks – can help when a party wants to hang around for a bit longer than expected at the end of their meal. This makes sense in commercial terms, too – extra drinks and coffees make for a bigger spend.\r\n\r\nThere are some instances where any sense of feeling rushed is a no-no – this is the case whenever you’re somewhere luxurious, or spending a lot of money. Part of the luxury is the time you can spend over the meal, so feeling hurried along just won’t wash if you’re in a top end restaurant. Timing should always match the setting.\r\n\r\n<a href=\"http://www.hgem.com\" target=\"_blank\" rel=\"noopener\">www.hgem.com</a>','The Science of Perfect Timing','','inherit','closed','closed','','553-revision-v1','','','2017-11-15 13:47:53','2017-11-15 13:47:53','',553,'http://www.ontradeprogress.com/2017/11/15/553-revision-v1/',0,'revision','',0),(557,1,'2017-11-16 09:31:31','2017-11-16 09:31:31','<h3 style=\"text-align: center;\"><strong><u>How Brexit is Guaranteed to Unlock Success for Your Kids</u></strong></h3>\r\n<em>Jessica Rowney, Marketing &amp; Communications expert at hospitality staffing, training and consultancy company Off To Work, writes for On-Trade Progress about the steps that we must take to ensure that the Hospitality Industry remains strong, regardless of the implications of Brexit:</em>\r\n\r\nI know what you’re thinking. It’s not what I voted for. It’s already having a negative impact on my business…\r\n\r\nWell, you\'re most likely right. The decision for Britain to leave the EU was made over a year ago, by 51.9% of the British Public and the aftermath split the country in two. Whether you were in or out, everyone had an opinion. The negative implications of Brexit are undeniable (particularly the fall of the pound which was faster and steeper than The Nemesis Inferno at Thorpe Park!) Unfortunately, the decision is made and those of us who don\'t like it are learning to lump it.\r\n\r\nI work in the Hospitality and Events industry, which is heavily dependent on migrant workers. In fact, a massive 24% of our employees are non-UK nationals and 48% of these are from the EU. New uncertainty about visas and sponsorship requirements of EU nationals following Brexit has left a sour taste and the future of our dazzling industry has become problematic and uncertain.\r\n\r\n<img class=\"size-large wp-image-559\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-1-1024x684.jpg\" alt=\"\" width=\"702\" height=\"469\" />\r\n\r\n<strong><em>So, what is the solution and how exactly can this benefit your children?</em></strong>\r\n\r\nWe gathered together a group of top hospitality professionals to discuss the changes we all need to make to survive Brexit. One key argument of the \'leave\' campaign was to see more jobs becoming available for British nationals, but this isn’t necessarily going to happen. What we will find though, is companies working harder to educate kids before they reach school leaver age. If we stand any chance of filling the potential gap left by migrant workers, it is crucial that we make hospitality an attractive option.\r\n\r\nAs an industry, we need to be focusing on helping young people to understand and value the culture of hospitality. Presentations are made in schools by doctors and lawyers, but not by the Catering Manager at the Brits who could paint a vibrant picture of his career. People see hospitality as working in the local pub for a low wage and that is where the excitement stops.  For hospitality jobs to be considered further, we need to cement the validity of the industry.\r\n\r\nWe are already beginning to see these initiatives emerge with celebrity professionals leading the way, like Jamie Oliver creating his “Fifteen” foundation to bring unemployed apprentices into the industry. We also need to get back in touch with proper skills training.  Apprenticeships can be problematic as we see Chef de Parties emerging with Commis level skills and we’re left working with under-skilled groups. Hiring people at top level becomes increasingly difficult as mid-level salaries are not aligned with the skills required, which sees a lot of employees leaving the industry to pursue roles with better pay. If we want to keep people interested, we need to offer salaries that can compete with other industries.\r\n\r\n<strong><em>So, educating the next generation of hospitality professionals?</em></strong>\r\n\r\nWell, we all do. Anyone involved in the industry who can sing about how much they love their work should be doing so. The opportunities our industry offers are SO diverse, there is something for everyone. Hate the thought of sitting at a desk all day and getting up at the crack of dawn? A restaurant General Manager role would have a schedule that fits you like a glove. Craving the 9-5? We can accommodate this too, in an education sector contract catering position. Bitten early by the wanderlust bug? If you get involved with a big brand like Marriot Hotels, you can work internationally.\r\n\r\n<img class=\"wp-image-560 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-2-1024x683.jpg\" alt=\"\" width=\"356\" height=\"237\" />\r\n\r\nLeading organisations also need to back the cause. Nick Levens from event caterer Life’s Kitchen visits various schools and uses interactive videos at work to get kids interested and involved. He says, \"It’s great to meet them at year seven and eight stage when they are still undecided about their career choices, but we need to get much better at actively getting into schools.”\r\n\r\nHow heavily Brexit will impact our EU national workers remains to be seen and we can\'t really offer any clear advice when we don\'t yet know what the outcome will be. One thing is abundantly clear though, that marketing the benefits of our industry needs to start now and we need to be making changes immediately.\r\n\r\n<a href=\"http://www.offtowork.co.uk\" target=\"_blank\" rel=\"noopener\">www.offtowork.co.uk</a>\r\n\r\n<img class=\"alignleft wp-image-561\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-3.png\" alt=\"\" width=\"246\" height=\"246\" />','How Brexit is Guaranteed to Unlock Success for Your Kids.','','publish','closed','open','','brexit-guaranteed-unlock-success-kids','','','2017-11-16 18:52:24','2017-11-16 18:52:24','',0,'http://www.ontradeprogress.com/?p=557',0,'post','',0),(558,1,'2017-11-15 14:05:12','2017-11-15 14:05:12','','Photography by: www.themakers.co.uk','Photography by: www.themakers.co.uk','inherit','closed','closed','','photography-by-www-themakers-co-uk','','','2017-11-15 14:05:12','2017-11-15 14:05:12','',557,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42.jpg',0,'attachment','image/jpeg',0),(559,1,'2017-11-16 09:21:02','2017-11-16 09:21:02','','Photography by: www.themakers.co.uk','Photography by: www.themakers.co.uk','inherit','closed','closed','','photography-by-www-themakers-co-uk-2','','','2017-11-16 09:21:02','2017-11-16 09:21:02','',557,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-1.jpg',0,'attachment','image/jpeg',0),(560,1,'2017-11-16 09:21:49','2017-11-16 09:21:49','','Page 42 2','','inherit','closed','closed','','page-42-2','','','2017-11-16 09:21:49','2017-11-16 09:21:49','',557,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-2.jpg',0,'attachment','image/jpeg',0),(561,1,'2017-11-16 09:22:08','2017-11-16 09:22:08','','Page 42 3','','inherit','closed','closed','','page-42-3','','','2017-11-16 09:22:08','2017-11-16 09:22:08','',557,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-3.png',0,'attachment','image/png',0),(562,1,'2017-11-16 09:31:31','2017-11-16 09:31:31','<h3 style=\"text-align: center;\"><strong><u>How Brexit is Guaranteed to Unlock Success for Your Kids</u></strong></h3>\r\n<em>Jessica Rowney, Marketing &amp; Communications expert at hospitality staffing, training and consultancy company Off To Work, writes for On-Trade Progress about the steps that we must take to ensure that the Hospitality Industry remains strong, regardless of the implications of Brexit:</em>\r\n\r\nI know what you’re thinking. It’s not what I voted for. It’s already having a negative impact on my business…\r\n\r\nWell, you\'re most likely right. The decision for Britain to leave the EU was made over a year ago, by 51.9% of the British Public and the aftermath split the country in two. Whether you were in or out, everyone had an opinion. The negative implications of Brexit are undeniable (particularly the fall of the pound which was faster and steeper than The Nemesis Inferno at Thorpe Park!) Unfortunately, the decision is made and those of us who don\'t like it are learning to lump it.\r\n\r\nI work in the Hospitality and Events industry, which is heavily dependent on migrant workers. In fact, a massive 24% of our employees are non-UK nationals and 48% of these are from the EU. New uncertainty about visas and sponsorship requirements of EU nationals following Brexit has left a sour taste and the future of our dazzling industry has become problematic and uncertain.\r\n\r\n<img class=\"size-large wp-image-559\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-1-1024x684.jpg\" alt=\"\" width=\"702\" height=\"469\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><em>So, what is the solution and how exactly can this benefit your children?</em></strong>\r\n\r\nWe gathered together a group of top hospitality professionals to discuss the changes we all need to make to survive Brexit. One key argument of the \'leave\' campaign was to see more jobs becoming available for British nationals, but this isn’t necessarily going to happen. What we will find though, is companies working harder to educate kids before they reach school leaver age. If we stand any chance of filling the potential gap left by migrant workers, it is crucial that we make hospitality an attractive option.\r\n\r\nAs an industry, we need to be focusing on helping young people to understand and value the culture of hospitality. Presentations are made in schools by doctors and lawyers, but not by the Catering Manager at the Brits who could paint a vibrant picture of his career. People see hospitality as working in the local pub for a low wage and that is where the excitement stops.  For hospitality jobs to be considered further, we need to cement the validity of the industry.\r\n\r\nWe are already beginning to see these initiatives emerge with celebrity professionals leading the way, like Jamie Oliver creating his “Fifteen” foundation to bring unemployed apprentices into the industry. We also need to get back in touch with proper skills training.  Apprenticeships can be problematic as we see Chef de Parties emerging with Commis level skills and we’re left working with under-skilled groups. Hiring people at top level becomes increasingly difficult as mid-level salaries are not aligned with the skills required, which sees a lot of employees leaving the industry to pursue roles with better pay. If we want to keep people interested, we need to offer salaries that can compete with other industries.\r\n\r\n<strong><em>So, educating the next generation of hospitality professionals?</em></strong>\r\n\r\nWell, we all do. Anyone involved in the industry who can sing about how much they love their work should be doing so. The opportunities our industry offers are SO diverse, there is something for everyone. Hate the thought of sitting at a desk all day and getting up at the crack of dawn? A restaurant General Manager role would have a schedule that fits you like a glove. Craving the 9-5? We can accommodate this too, in an education sector contract catering position. Bitten early by the wanderlust bug? If you get involved with a big brand like Marriot Hotels, you can work internationally.\r\n\r\n<img class=\"wp-image-560 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-2-1024x683.jpg\" alt=\"\" width=\"356\" height=\"237\" />\r\n\r\nLeading organisations also need to back the cause. Nick Levens from event caterer Life’s Kitchen visits various schools and uses interactive videos at work to get kids interested and involved. He says, \"It’s great to meet them at year seven and eight stage when they are still undecided about their career choices, but we need to get much better at actively getting into schools.”\r\n\r\nHow heavily Brexit will impact our EU national workers remains to be seen and we can\'t really offer any clear advice when we don\'t yet know what the outcome will be. One thing is abundantly clear though, that marketing the benefits of our industry needs to start now and we need to be making changes immediately.\r\n\r\n<a href=\"http://www.offtowork.co.uk\" target=\"_blank\" rel=\"noopener\">www.offtowork.co.uk</a>\r\n\r\n<img class=\"alignleft  wp-image-561\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-3.png\" alt=\"\" width=\"246\" height=\"246\" />','How Brexit is Guaranteed to Unlock Success for Your Kids.','','inherit','closed','closed','','557-revision-v1','','','2017-11-16 09:31:31','2017-11-16 09:31:31','',557,'http://www.ontradeprogress.com/2017/11/16/557-revision-v1/',0,'revision','',0),(563,1,'2017-11-16 18:52:24','2017-11-16 18:52:24','<h3 style=\"text-align: center;\"><strong><u>How Brexit is Guaranteed to Unlock Success for Your Kids</u></strong></h3>\r\n<em>Jessica Rowney, Marketing &amp; Communications expert at hospitality staffing, training and consultancy company Off To Work, writes for On-Trade Progress about the steps that we must take to ensure that the Hospitality Industry remains strong, regardless of the implications of Brexit:</em>\r\n\r\nI know what you’re thinking. It’s not what I voted for. It’s already having a negative impact on my business…\r\n\r\nWell, you\'re most likely right. The decision for Britain to leave the EU was made over a year ago, by 51.9% of the British Public and the aftermath split the country in two. Whether you were in or out, everyone had an opinion. The negative implications of Brexit are undeniable (particularly the fall of the pound which was faster and steeper than The Nemesis Inferno at Thorpe Park!) Unfortunately, the decision is made and those of us who don\'t like it are learning to lump it.\r\n\r\nI work in the Hospitality and Events industry, which is heavily dependent on migrant workers. In fact, a massive 24% of our employees are non-UK nationals and 48% of these are from the EU. New uncertainty about visas and sponsorship requirements of EU nationals following Brexit has left a sour taste and the future of our dazzling industry has become problematic and uncertain.\r\n\r\n<img class=\"size-large wp-image-559\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-1-1024x684.jpg\" alt=\"\" width=\"702\" height=\"469\" />\r\n\r\n<strong><em>So, what is the solution and how exactly can this benefit your children?</em></strong>\r\n\r\nWe gathered together a group of top hospitality professionals to discuss the changes we all need to make to survive Brexit. One key argument of the \'leave\' campaign was to see more jobs becoming available for British nationals, but this isn’t necessarily going to happen. What we will find though, is companies working harder to educate kids before they reach school leaver age. If we stand any chance of filling the potential gap left by migrant workers, it is crucial that we make hospitality an attractive option.\r\n\r\nAs an industry, we need to be focusing on helping young people to understand and value the culture of hospitality. Presentations are made in schools by doctors and lawyers, but not by the Catering Manager at the Brits who could paint a vibrant picture of his career. People see hospitality as working in the local pub for a low wage and that is where the excitement stops.  For hospitality jobs to be considered further, we need to cement the validity of the industry.\r\n\r\nWe are already beginning to see these initiatives emerge with celebrity professionals leading the way, like Jamie Oliver creating his “Fifteen” foundation to bring unemployed apprentices into the industry. We also need to get back in touch with proper skills training.  Apprenticeships can be problematic as we see Chef de Parties emerging with Commis level skills and we’re left working with under-skilled groups. Hiring people at top level becomes increasingly difficult as mid-level salaries are not aligned with the skills required, which sees a lot of employees leaving the industry to pursue roles with better pay. If we want to keep people interested, we need to offer salaries that can compete with other industries.\r\n\r\n<strong><em>So, educating the next generation of hospitality professionals?</em></strong>\r\n\r\nWell, we all do. Anyone involved in the industry who can sing about how much they love their work should be doing so. The opportunities our industry offers are SO diverse, there is something for everyone. Hate the thought of sitting at a desk all day and getting up at the crack of dawn? A restaurant General Manager role would have a schedule that fits you like a glove. Craving the 9-5? We can accommodate this too, in an education sector contract catering position. Bitten early by the wanderlust bug? If you get involved with a big brand like Marriot Hotels, you can work internationally.\r\n\r\n<img class=\"wp-image-560 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-2-1024x683.jpg\" alt=\"\" width=\"356\" height=\"237\" />\r\n\r\nLeading organisations also need to back the cause. Nick Levens from event caterer Life’s Kitchen visits various schools and uses interactive videos at work to get kids interested and involved. He says, \"It’s great to meet them at year seven and eight stage when they are still undecided about their career choices, but we need to get much better at actively getting into schools.”\r\n\r\nHow heavily Brexit will impact our EU national workers remains to be seen and we can\'t really offer any clear advice when we don\'t yet know what the outcome will be. One thing is abundantly clear though, that marketing the benefits of our industry needs to start now and we need to be making changes immediately.\r\n\r\n<a href=\"http://www.offtowork.co.uk\" target=\"_blank\" rel=\"noopener\">www.offtowork.co.uk</a>\r\n\r\n<img class=\"alignleft wp-image-561\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-42-3.png\" alt=\"\" width=\"246\" height=\"246\" />','How Brexit is Guaranteed to Unlock Success for Your Kids.','','inherit','closed','closed','','557-revision-v1','','','2017-11-16 18:52:24','2017-11-16 18:52:24','',557,'http://www.ontradeprogress.com/2017/11/16/557-revision-v1/',0,'revision','',0),(564,1,'2017-11-16 18:57:48','2017-11-16 18:57:48','<h3 style=\"text-align: center;\"><strong>Now is the Time to Save our Pubs</strong></h3>\r\n&nbsp;\r\n\r\n<em>CAMRA’s Chief Executive writes exclusively for On-Trade Progress:</em>\r\n\r\nThis month Chancellor Philip Hammond will announce his Budget for the forthcoming year. While Brexit is undoubtedly at the top of the political agenda, we hope the Chancellor also throws a lifeline to Britain’s pubs, many of which support from the Government to ensure their continued survival.\r\n\r\nThe revaluation of business rates across England in April this year left many pubs with a massive new financial burden, which in some cases can only be covered by them selling tens of thousands of extra pints of beer every year. This is on top of an already onerous tax burden on pubs:\r\n<ul>\r\n 	<li>On average, each pub pays nearly £140,000 in taxes each year</li>\r\n 	<li>Around 37% per cent of the total cost of a pint is now made up of taxes</li>\r\n 	<li>The UK pays nearly 40% of all beer duty in the EU but only consumes around 12% of the beer</li>\r\n</ul>\r\nWith more than a third of the cost of a pint made up of various taxes, and an additional business rates burden forcing some publicans to pull at least 33 extra pints per day, we are already seeing pubs having to increase their prices to unsustainable levels, and an increased likelihood of widespread pub closures.\r\n\r\nYou may recall that the Government introduced a one-off £1,000 discount scheme for some pubs in the last Budget. This was a great show of support - but it didn’t go far enough to address the problem. CAMRA’s National Pub of the Year in 2012, The Baum in Rochdale, will see its rateable value increased by 377%. The Sandford Park Alehouse in Cheltenham, National Pub of the Year 2015, faces an increase of 181%.\r\n\r\nCAMRA is therefore calling on the Chancellor to help keep pubs afloat in this Budget by introducing a £5,000 annual reduction in their rocketing business rates and by introducing a freeze on beer duty for the whole of this Parliament. So far over 4,600 CAMRA members have written to their MP asking for their support for this campaign.\r\n\r\nWe also need publicans up and down the country to get behind this campaign to help keep pubs open and trading. Recent research by Oxford University showed that having a local pub is incredibly important to any person’s wellbeing and that people who regularly use a local pub have more close friends on whom they can call for support, are happier and more trusting of others and feel more engaged with their wider community. Yet pubs are closing at an alarming rate - we have lost 28,000 pubs since the 1970s and are currently experiencing an average net closure rate of 21 each week.\r\n\r\nOur campaign is underlined by shocking research which demonstrates the dire situation pubs find themselves in. With the help of YouGov we have discovered that, of those who expressed an opinion:\r\n<ul>\r\n 	<li>More than two-thirds (69%) of people agreed that pubs should receive tax relief as they provide safe, managed places for people to get together and drink responsibly.</li>\r\n 	<li>55% of people believed that beer duty is too high at 54p per pint.</li>\r\n 	<li>Just 15% of UK beer drinkers think that the price of a pint is affordable. The tradition of going to the pub is becoming an unaffordable luxury for the majority.</li>\r\n</ul>\r\nCAMRA presented its Budget submission, which included this evidence, to the Chancellor Philip Hammond ahead of this November\'s Budget and publicised these findings in the national newspapers to build up support for the campaign. We now need everyone, including publicans like you, to take part.\r\n\r\nMake sure there is a fairer deal for Britain’s pubs by visiting <a href=\"http://www.camra.org.uk/keeppubsafloat\" target=\"_blank\" rel=\"noopener\">www.camra.org.uk/keeppubsafloat</a>\r\n\r\n&nbsp;','Now is the Time to Save our Pubs','','publish','closed','open','','now-time-save-pubs','','','2017-11-16 18:57:48','2017-11-16 18:57:48','',0,'http://www.ontradeprogress.com/?p=564',0,'post','',0),(565,1,'2017-11-16 18:57:48','2017-11-16 18:57:48','<h3 style=\"text-align: center;\"><strong>Now is the Time to Save our Pubs</strong></h3>\r\n&nbsp;\r\n\r\n<em>CAMRA’s Chief Executive writes exclusively for On-Trade Progress:</em>\r\n\r\nThis month Chancellor Philip Hammond will announce his Budget for the forthcoming year. While Brexit is undoubtedly at the top of the political agenda, we hope the Chancellor also throws a lifeline to Britain’s pubs, many of which support from the Government to ensure their continued survival.\r\n\r\nThe revaluation of business rates across England in April this year left many pubs with a massive new financial burden, which in some cases can only be covered by them selling tens of thousands of extra pints of beer every year. This is on top of an already onerous tax burden on pubs:\r\n<ul>\r\n 	<li>On average, each pub pays nearly £140,000 in taxes each year</li>\r\n 	<li>Around 37% per cent of the total cost of a pint is now made up of taxes</li>\r\n 	<li>The UK pays nearly 40% of all beer duty in the EU but only consumes around 12% of the beer</li>\r\n</ul>\r\nWith more than a third of the cost of a pint made up of various taxes, and an additional business rates burden forcing some publicans to pull at least 33 extra pints per day, we are already seeing pubs having to increase their prices to unsustainable levels, and an increased likelihood of widespread pub closures.\r\n\r\nYou may recall that the Government introduced a one-off £1,000 discount scheme for some pubs in the last Budget. This was a great show of support - but it didn’t go far enough to address the problem. CAMRA’s National Pub of the Year in 2012, The Baum in Rochdale, will see its rateable value increased by 377%. The Sandford Park Alehouse in Cheltenham, National Pub of the Year 2015, faces an increase of 181%.\r\n\r\nCAMRA is therefore calling on the Chancellor to help keep pubs afloat in this Budget by introducing a £5,000 annual reduction in their rocketing business rates and by introducing a freeze on beer duty for the whole of this Parliament. So far over 4,600 CAMRA members have written to their MP asking for their support for this campaign.\r\n\r\nWe also need publicans up and down the country to get behind this campaign to help keep pubs open and trading. Recent research by Oxford University showed that having a local pub is incredibly important to any person’s wellbeing and that people who regularly use a local pub have more close friends on whom they can call for support, are happier and more trusting of others and feel more engaged with their wider community. Yet pubs are closing at an alarming rate - we have lost 28,000 pubs since the 1970s and are currently experiencing an average net closure rate of 21 each week.\r\n\r\nOur campaign is underlined by shocking research which demonstrates the dire situation pubs find themselves in. With the help of YouGov we have discovered that, of those who expressed an opinion:\r\n<ul>\r\n 	<li>More than two-thirds (69%) of people agreed that pubs should receive tax relief as they provide safe, managed places for people to get together and drink responsibly.</li>\r\n 	<li>55% of people believed that beer duty is too high at 54p per pint.</li>\r\n 	<li>Just 15% of UK beer drinkers think that the price of a pint is affordable. The tradition of going to the pub is becoming an unaffordable luxury for the majority.</li>\r\n</ul>\r\nCAMRA presented its Budget submission, which included this evidence, to the Chancellor Philip Hammond ahead of this November\'s Budget and publicised these findings in the national newspapers to build up support for the campaign. We now need everyone, including publicans like you, to take part.\r\n\r\nMake sure there is a fairer deal for Britain’s pubs by visiting <a href=\"http://www.camra.org.uk/keeppubsafloat\" target=\"_blank\" rel=\"noopener\">www.camra.org.uk/keeppubsafloat</a>\r\n\r\n&nbsp;','Now is the Time to Save our Pubs','','inherit','closed','closed','','564-revision-v1','','','2017-11-16 18:57:48','2017-11-16 18:57:48','',564,'http://www.ontradeprogress.com/2017/11/16/564-revision-v1/',0,'revision','',0),(566,1,'2017-11-16 19:13:07','2017-11-16 19:13:07','<h3 style=\"text-align: center;\"><strong><u>Expert’s View - The view from America</u></strong></h3>\r\n<em>On-Trade Progress’ newest media partner, the Brewers Association, give us their view from over the pond. The Brewers Association, a not-for-profit trade body representing small and independent American craft breweries, who looks at issues facing the American brewing industry and how they may impact on the UK. Bob Pease, CEO and President of the Brewers Association writes:</em>\r\n\r\nThe UK is an important overseas market for American craft beer and accounts for 10.1% of all beer exports, second only to Canada with 54.8%.   Global beer exports continue to grow at a healthy clip, by 4.4% in 2016, and total 465,617 barrels, worth $121 million. The American craft beer scene continues to demonstrate growth domestically with craft beer production increasing by 5% in the first half of 2017. There are now 5,600 operating breweries in the U.S., an increase of 906 from the same time last year, with over 2,700 in planning.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23.jpg\"><img class=\"alignright wp-image-569\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23-987x1024.jpg\" alt=\"\" width=\"316\" height=\"328\" /></a>\r\n\r\nBut….the industry faces a number of challenges to maintain growth, the single most important of which is beer quality.    The Brewers Association takes quality very seriously and places an increasing amount of resources towards helping brewers develop better beers eg. by funding over $500,000  in barley and hop research this year.   We promote the importance of consistent product quality by publishing resources such as the quality pyramid, which is  free to everyone, and a book on quality management by Mary Pellettieri which we sent – at our own expense – to our 4,000 members  when it first came out two years ago.  Our newly appointed quality ambassador, Neil Witte travels the country offering practical advice and spreading the word about quality.\r\n\r\nWhen it comes to exports to the UK and elsewhere, maintaining quality through the supply chain  is a big challenge and absolutely critical in delivering a consistently world-class product that the beer drinker wants to come back to time and time again.  Temperature fluctuations, sunlight, oxygen levels and time are all enemies of craft beer. We strive for cold-chain infrastructure from the moment the beer leaves a brewery to the moment it is enjoyed by the beer drinker and work collaboratively with brewers, distributors, wholesalers and retailers  to deliver high quality craft beer to a global audience in the best possible condition.  One bad experience may put off a potential craft beer drinker for life. I’m glad to say we’re making progress as we now have more people accessing our quality resources than ever before.  UK brewers and retailers are welcome to use them too, simply go to <a href=\"http://www.brewersassociation.org\" target=\"_blank\" rel=\"noopener\">www.brewersassociation.org</a> for details.\r\n\r\nA further threat is global multinationals buying out former craft beer brands  and wielding their influence at distribution level to the detriment of the small and independent craft beer brands.  Access to market and maintaining a level playing field for all industry participants is crucial.  In an effort to differentiate between the small and independent brewers and ‘big’ beer, we recently  introduced a new ‘Independent Craft Brewer Seal’ to provide clarity. This handy tool allows beer drinkers to know their beer is independently owned.   We believe it matters to the brewers who make the beer and the beer lovers who drink it.\r\n\r\nAs to future trends,  we’re seeing a shift towards more sessionable beer styles such as lagers, pilsners, golden/blonde ales.    These styles appeal to beer drinkers coming into the market for the first time as well as  ageing beer drinkers who have been in the market since inception and are looking for something more sessionable.\r\n\r\nCans will also continue to grow.  Sustainability is a big ethos for our brewers and cans are more recyclable than bottles, they are lighter, easier to transport, cheaper to ship and take up less space.  They also offer the full 360 degree marketing wrap.\r\n\r\nAn exciting development we’re seeing in the States is the expansion of taprooms and the growth of beer tourism. Beer is sold directly at source and profits are high because there are no shipping, distribution or retailing costs.  Taprooms are family-friendly environments with knowledgeable staff, well-maintained beer lines and style-specific glassware.  There are no TVs, loud music or catering (mobile food vendors supply catering requirements). Beer tourism is now so strong that travel website Travelocity published a beer tourism index and in one year recently, 10 million people toured craft breweries in the States.  Whether this trend takes off in the UK remains to be seen but taprooms and beer tourism are an interesting approach and one that’s set to grow in the States.\r\n\r\nUK brewers are invited to enter the World Beer Cup 2018.  Taking place every two years, the World Beer Cup is the most prestigious beer competition in the world and often referred to as ‘the Olympics’ of beer competitions.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Small-Ind-Am-Craft-Beer-banner.jpg\"><img class=\"alignleft wp-image-568 size-large\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Small-Ind-Am-Craft-Beer-banner-1024x322.jpg\" alt=\"\" width=\"702\" height=\"221\" /></a>','Expert’s View - The view from America','','publish','closed','open','','experts-view-view-america','','','2017-11-16 19:13:51','2017-11-16 19:13:51','',0,'http://www.ontradeprogress.com/?p=566',0,'post','',0),(567,1,'2017-11-16 19:08:38','2017-11-16 19:08:38','','Nov17 Page 22 23 1','','inherit','closed','closed','','nov17-page-22-23-1','','','2017-11-16 19:08:38','2017-11-16 19:08:38','',566,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23-1.jpg',0,'attachment','image/jpeg',0),(568,1,'2017-11-16 19:10:05','2017-11-16 19:10:05','','Small & Ind Am Craft Beer banner','','inherit','closed','closed','','small-ind-am-craft-beer-banner','','','2017-11-16 19:10:05','2017-11-16 19:10:05','',566,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Small-Ind-Am-Craft-Beer-banner.jpg',0,'attachment','image/jpeg',0),(569,1,'2017-11-16 19:10:36','2017-11-16 19:10:36','','Nov17 Page 22 23','','inherit','closed','closed','','nov17-page-22-23','','','2017-11-16 19:10:36','2017-11-16 19:10:36','',566,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23.jpg',0,'attachment','image/jpeg',0),(570,1,'2017-11-16 19:13:07','2017-11-16 19:13:07','<h3 style=\"text-align: center;\"><strong><u>Expert’s View - The view from America</u></strong></h3>\r\n<em>On-Trade Progress’ newest media partner, the Brewers Association, give us their view from over the pond. The Brewers Association, a not-for-profit trade body representing small and independent American craft breweries, who looks at issues facing the American brewing industry and how they may impact on the UK. Bob Pease, CEO and President of the Brewers Association writes:</em>\r\n\r\nThe UK is an important overseas market for American craft beer and accounts for 10.1% of all beer exports, second only to Canada with 54.8%.   Global beer exports continue to grow at a healthy clip, by 4.4% in 2016, and total 465,617 barrels, worth $121 million. The American craft beer scene continues to demonstrate growth domestically with craft beer production increasing by 5% in the first half of 2017. There are now 5,600 operating breweries in the U.S., an increase of 906 from the same time last year, with over 2,700 in planning.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23.jpg\"><img class=\"alignright wp-image-569\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23-987x1024.jpg\" alt=\"\" width=\"316\" height=\"328\" /></a>\r\n\r\nBut….the industry faces a number of challenges to maintain growth, the single most important of which is beer quality.    The Brewers Association takes quality very seriously and places an increasing amount of resources towards helping brewers develop better beers eg. by funding over $500,000  in barley and hop research this year.   We promote the importance of consistent product quality by publishing resources such as the quality pyramid, which is  free to everyone, and a book on quality management by Mary Pellettieri which we sent – at our own expense – to our 4,000 members  when it first came out two years ago.  Our newly appointed quality ambassador, Neil Witte travels the country offering practical advice and spreading the word about quality.\r\n\r\nWhen it comes to exports to the UK and elsewhere, maintaining quality through the supply chain  is a big challenge and absolutely critical in delivering a consistently world-class product that the beer drinker wants to come back to time and time again.  Temperature fluctuations, sunlight, oxygen levels and time are all enemies of craft beer. We strive for cold-chain infrastructure from the moment the beer leaves a brewery to the moment it is enjoyed by the beer drinker and work collaboratively with brewers, distributors, wholesalers and retailers  to deliver high quality craft beer to a global audience in the best possible condition.  One bad experience may put off a potential craft beer drinker for life. I’m glad to say we’re making progress as we now have more people accessing our quality resources than ever before.  UK brewers and retailers are welcome to use them too, simply go to <a href=\"http://www.brewersassociation.org\" target=\"_blank\" rel=\"noopener\">www.brewersassociation.org</a> for details.\r\n\r\nA further threat is global multinationals buying out former craft beer brands  and wielding their influence at distribution level to the detriment of the small and independent craft beer brands.  Access to market and maintaining a level playing field for all industry participants is crucial.  In an effort to differentiate between the small and independent brewers and ‘big’ beer, we recently  introduced a new ‘Independent Craft Brewer Seal’ to provide clarity. This handy tool allows beer drinkers to know their beer is independently owned.   We believe it matters to the brewers who make the beer and the beer lovers who drink it.\r\n\r\nAs to future trends,  we’re seeing a shift towards more sessionable beer styles such as lagers, pilsners, golden/blonde ales.    These styles appeal to beer drinkers coming into the market for the first time as well as  ageing beer drinkers who have been in the market since inception and are looking for something more sessionable.\r\n\r\nCans will also continue to grow.  Sustainability is a big ethos for our brewers and cans are more recyclable than bottles, they are lighter, easier to transport, cheaper to ship and take up less space.  They also offer the full 360 degree marketing wrap.\r\n\r\nAn exciting development we’re seeing in the States is the expansion of taprooms and the growth of beer tourism. Beer is sold directly at source and profits are high because there are no shipping, distribution or retailing costs.  Taprooms are family-friendly environments with knowledgeable staff, well-maintained beer lines and style-specific glassware.  There are no TVs, loud music or catering (mobile food vendors supply catering requirements). Beer tourism is now so strong that travel website Travelocity published a beer tourism index and in one year recently, 10 million people toured craft breweries in the States.  Whether this trend takes off in the UK remains to be seen but taprooms and beer tourism are an interesting approach and one that’s set to grow in the States.\r\n\r\nUK brewers are invited to enter the World Beer Cup 2018.  Taking place every two years, the World Beer Cup is the most prestigious beer competition in the world and often referred to as ‘the Olympics’ of beer competitions.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Small-Ind-Am-Craft-Beer-banner.jpg\"><img class=\"alignleft wp-image-568 size-large\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Small-Ind-Am-Craft-Beer-banner-1024x322.jpg\" alt=\"\" width=\"702\" height=\"221\" /></a>','Expert’s View - The view from America','','inherit','closed','closed','','566-revision-v1','','','2017-11-16 19:13:07','2017-11-16 19:13:07','',566,'http://www.ontradeprogress.com/2017/11/16/566-revision-v1/',0,'revision','',0),(571,1,'2017-11-18 10:39:38','2017-11-18 10:39:38','<h3 style=\"text-align: center;\"><strong><u>The ALMR calls for local councils to start supporting businesses</u></strong></h3>\r\n<strong><em>The ALMR’s Chief Executive, Kate Nicholls, writes exclusively for On-Trade Progress on the relief plans available to help local businesses:</em></strong>\r\n\r\nThe Government recently published a list of every local authority in England, highlighting the rates relief plans that had been implemented to help support businesses. A cursory glance shows that a number of councils have pushed ahead to implement the various schemes announced at the Spring Budget, but a significant number of councils are lagging behind.\r\n\r\nOver 100 local authorities have not yet implemented either the pub-specific relief of £1,000 or the discretionary fund that has been earmarked for the hardest hit businesses. Seven months after the Spring Budget, this kind of delay is totally unacceptable and those hard-pressed businesses, for whom the relief was intended, are still waiting for the support they have been promised. The Government acknowledged that businesses were being squeezed and acted accordingly, but some local authorities have been far too slow in supporting their local businesses.\r\n\r\nThe problem is acute in London where 12 local authorities are still sitting on nearly £30m worth of relief that has been earmarked for businesses. Additionally, the anecdotal evidence that the ALMR has received over the past couple of months suggests that very few businesses are actually receiving the relief, despite what local authorities say.\r\n\r\nOne local authority in north London is on the Government’s list as distributing both the pub relief and the discretionary fund, yet ALMR staff members can find no mention whatsoever of either on the council’s website. This information should not be difficult to access and councils need to be far more proactive in communicating to businesses that support is available to them. The system needs to put the onus on councils to act, not on business to chase.\r\n\r\nThere is also the danger that some councils are being far too restrictive in the way they apply their relief. A number of councils have excluded eating and drinking out venues from their list of business eligible for the discretionary fund, even though no such guidance was given by the Government. We have also seen at least one local authority insist that businesses sign up to a healthier catering commitment before they can be considered for relief; an issue that is entirely separate from, and arguably irrelevant, to the issue of business rates.\r\n\r\nThe ALMR is pushing to Government to act with more impetus on the issue of rates to help secure support for businesses that are facing increasing cost pressures and instability. If you are still waiting for rates relief, information about rates relief or are being made to jump through unreasonable hurdles to acquire it, then please contact the ALMR at the earliest opportunity.\r\n\r\n<a href=\"http://www.almr.org.uk\">www.almr.org.uk</a>','Expert’s View - The ALMR Calls for Local Councils to Start Supporting Businesses','','publish','closed','open','','experts-view-almr-calls-local-councils-start-supporting-businesses','','','2017-11-18 10:39:38','2017-11-18 10:39:38','',0,'http://www.ontradeprogress.com/?p=571',0,'post','',0),(572,1,'2017-11-18 10:39:38','2017-11-18 10:39:38','<h3 style=\"text-align: center;\"><strong><u>The ALMR calls for local councils to start supporting businesses</u></strong></h3>\r\n<strong><em>The ALMR’s Chief Executive, Kate Nicholls, writes exclusively for On-Trade Progress on the relief plans available to help local businesses:</em></strong>\r\n\r\nThe Government recently published a list of every local authority in England, highlighting the rates relief plans that had been implemented to help support businesses. A cursory glance shows that a number of councils have pushed ahead to implement the various schemes announced at the Spring Budget, but a significant number of councils are lagging behind.\r\n\r\nOver 100 local authorities have not yet implemented either the pub-specific relief of £1,000 or the discretionary fund that has been earmarked for the hardest hit businesses. Seven months after the Spring Budget, this kind of delay is totally unacceptable and those hard-pressed businesses, for whom the relief was intended, are still waiting for the support they have been promised. The Government acknowledged that businesses were being squeezed and acted accordingly, but some local authorities have been far too slow in supporting their local businesses.\r\n\r\nThe problem is acute in London where 12 local authorities are still sitting on nearly £30m worth of relief that has been earmarked for businesses. Additionally, the anecdotal evidence that the ALMR has received over the past couple of months suggests that very few businesses are actually receiving the relief, despite what local authorities say.\r\n\r\nOne local authority in north London is on the Government’s list as distributing both the pub relief and the discretionary fund, yet ALMR staff members can find no mention whatsoever of either on the council’s website. This information should not be difficult to access and councils need to be far more proactive in communicating to businesses that support is available to them. The system needs to put the onus on councils to act, not on business to chase.\r\n\r\nThere is also the danger that some councils are being far too restrictive in the way they apply their relief. A number of councils have excluded eating and drinking out venues from their list of business eligible for the discretionary fund, even though no such guidance was given by the Government. We have also seen at least one local authority insist that businesses sign up to a healthier catering commitment before they can be considered for relief; an issue that is entirely separate from, and arguably irrelevant, to the issue of business rates.\r\n\r\nThe ALMR is pushing to Government to act with more impetus on the issue of rates to help secure support for businesses that are facing increasing cost pressures and instability. If you are still waiting for rates relief, information about rates relief or are being made to jump through unreasonable hurdles to acquire it, then please contact the ALMR at the earliest opportunity.\r\n\r\n<a href=\"http://www.almr.org.uk\">www.almr.org.uk</a>','Expert’s View - The ALMR Calls for Local Councils to Start Supporting Businesses','','inherit','closed','closed','','571-revision-v1','','','2017-11-18 10:39:38','2017-11-18 10:39:38','',571,'http://www.ontradeprogress.com/2017/11/18/571-revision-v1/',0,'revision','',0),(573,1,'2017-11-18 10:49:00','2017-11-18 10:49:00','<h4 style=\"text-align: center;\"><strong><u>Expert\'s View - It’s time to encourage a career in hospitality</u></strong></h4>\r\n<strong><em>The British Hospitality Association’s Chief Executive, Ufi Ibrahim, writes exclusively for On-Trade Progress:</em></strong>\r\n\r\nThe Guardian wrote recently that the BHA has “significant clout, with 45,000 members employing 3.2 million workers in businesses ranging from Nando’s chicken chain to Heston Blumenthal’s three Michelin star Fat Duck in the restaurant sector; Hilton, Radisson and Four Seasons in the hotel sector and Whitbread and Butlins in the pub and entertainment sector.”\r\n\r\nThat is a slight exaggeration. The number of employees is the number employed in the industry not by our members – but you get the drift. When talking to Government it is important that the industry speaks with one voice so that Government understands that the people with whom it is dealing mean business. These are businesses from SMEs to the behemoths – we represent them all.\r\n\r\nThis is more important now than ever before as hospitality and tourism face major threats which cut across the monthly figures which show that, at the moment, incoming visitors from abroad are on the up as foreign tourists take advantage of the falling value of sterling.\r\n\r\nI make no apology for referring to the matter of EU workers, or more specifically, the lack of EU workers that will inevitably be the case once the UK leaves the European Union.\r\n\r\nWe have already shared with the Government our 10-year-strategy to encourage more Brits to consider a career in hospitality and tourism, something that the government is keen to happen.  But for this to happen there has to be some encouragement from the government, and at the moment there is one particular area where this is not the case – education.\r\n\r\nEarlier this year it was announced that the introduction of T-levels in Hospitality and Tourism was being delayed until a year and a half after the anticipated end of freedom of movement.\r\n\r\nWhat this means is that the Government is urging the industry to get more Brits to work in it but asking us to do it without a major plank.\r\n\r\nI have written to both the Immigration Minister and the Education Minister expressing our dismay at this decision and urging them to reconsider what I described as an oversight where it seems that two government departments have not been joining up their writing. I don’t want an avoidable delay in the introduction of much needed qualifications to cost us jobs and growth – both of which the country needs.\r\n\r\nThere are also significant shortcomings in providing vocational education, and in other areas relevant to hospitality and tourism.  We believe that the Apprenticeship Levy needs to be re-worked, and that hospitality management degree courses are made cheaper for the user. We think that money for the Careers and Enterprise Company in England’s nationwide programme for the industry needs to be guaranteed. And we think that our 10-year campaign to recruit more UK workers needs the secondment of staff from the Department for Work and Pensions to help and that all Local Enterprise Partnerships in England should include hospitality and tourism in their strategic plans.\r\n\r\n<a href=\"http://www.bha.org.uk\" target=\"_blank\" rel=\"noopener\">www.bha.org.uk</a>','Expert’s View - It’s Time to Encourage a Career in Hospitality','','publish','closed','open','','experts-view-time-encourage-career-hospitality','','','2017-11-18 10:49:00','2017-11-18 10:49:00','',0,'http://www.ontradeprogress.com/?p=573',0,'post','',0),(574,1,'2017-11-18 10:49:00','2017-11-18 10:49:00','<h4 style=\"text-align: center;\"><strong><u>Expert\'s View - It’s time to encourage a career in hospitality</u></strong></h4>\r\n<strong><em>The British Hospitality Association’s Chief Executive, Ufi Ibrahim, writes exclusively for On-Trade Progress:</em></strong>\r\n\r\nThe Guardian wrote recently that the BHA has “significant clout, with 45,000 members employing 3.2 million workers in businesses ranging from Nando’s chicken chain to Heston Blumenthal’s three Michelin star Fat Duck in the restaurant sector; Hilton, Radisson and Four Seasons in the hotel sector and Whitbread and Butlins in the pub and entertainment sector.”\r\n\r\nThat is a slight exaggeration. The number of employees is the number employed in the industry not by our members – but you get the drift. When talking to Government it is important that the industry speaks with one voice so that Government understands that the people with whom it is dealing mean business. These are businesses from SMEs to the behemoths – we represent them all.\r\n\r\nThis is more important now than ever before as hospitality and tourism face major threats which cut across the monthly figures which show that, at the moment, incoming visitors from abroad are on the up as foreign tourists take advantage of the falling value of sterling.\r\n\r\nI make no apology for referring to the matter of EU workers, or more specifically, the lack of EU workers that will inevitably be the case once the UK leaves the European Union.\r\n\r\nWe have already shared with the Government our 10-year-strategy to encourage more Brits to consider a career in hospitality and tourism, something that the government is keen to happen.  But for this to happen there has to be some encouragement from the government, and at the moment there is one particular area where this is not the case – education.\r\n\r\nEarlier this year it was announced that the introduction of T-levels in Hospitality and Tourism was being delayed until a year and a half after the anticipated end of freedom of movement.\r\n\r\nWhat this means is that the Government is urging the industry to get more Brits to work in it but asking us to do it without a major plank.\r\n\r\nI have written to both the Immigration Minister and the Education Minister expressing our dismay at this decision and urging them to reconsider what I described as an oversight where it seems that two government departments have not been joining up their writing. I don’t want an avoidable delay in the introduction of much needed qualifications to cost us jobs and growth – both of which the country needs.\r\n\r\nThere are also significant shortcomings in providing vocational education, and in other areas relevant to hospitality and tourism.  We believe that the Apprenticeship Levy needs to be re-worked, and that hospitality management degree courses are made cheaper for the user. We think that money for the Careers and Enterprise Company in England’s nationwide programme for the industry needs to be guaranteed. And we think that our 10-year campaign to recruit more UK workers needs the secondment of staff from the Department for Work and Pensions to help and that all Local Enterprise Partnerships in England should include hospitality and tourism in their strategic plans.\r\n\r\n<a href=\"http://www.bha.org.uk\" target=\"_blank\" rel=\"noopener\">www.bha.org.uk</a>','Expert’s View - It’s Time to Encourage a Career in Hospitality','','inherit','closed','closed','','573-revision-v1','','','2017-11-18 10:49:00','2017-11-18 10:49:00','',573,'http://www.ontradeprogress.com/2017/11/18/573-revision-v1/',0,'revision','',0),(575,1,'2017-11-18 11:05:11','2017-11-18 11:05:11','<h4 style=\"text-align: center;\"><strong><u>Venue of the Month - </u></strong><strong><u>The Social Festival</u></strong></h4>\r\nThe popular Venue of the Month feature usually sees our editorial team visiting some of the finest hospitality venues our great country has to offer. In this November edition, however, it is time to take a look at an intensely successful outdoor festival that is demonstrating how you can become one of the most talked-about music events without a huge budget or big city setting. Back at the end of September, the On-Trade Progress team were lucky enough to be guests of, and media partners with, the impressive Social Festival. Dancing shoes at the ready, it was time to dive in behind the scenes and find out just how this festival has become so big since its conception only 5 years ago.\r\n\r\n<img class=\"wp-image-576 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN7986-1024x683.jpg\" alt=\"\" width=\"390\" height=\"260\" />\r\n\r\nThe Social is a boutique music festival hosted at the Kent County Showground, deep within ‘the garden of England’, and has boasted some of the biggest names in electronic music throughout its 5-year tenure. With the majority of our big music festivals occupying impressive venues in large cities and towns, the fact that The Social has accomplished such a fast growth and meteoric rise in popularity whilst being based in this humble location, is nothing short of remarkable! But just how have they done it?\r\n\r\nSince its creation 5 years ago when the festival was intimately small but intensely popular with local crowds, a lot of the festival’s progress has come through bringing in new visitors from all over the country. Although the setting might be unknown to a lot of festival goers outside of Kent, the event organisers have really chosen the perfect, idyllic location. Being situated a short journey between two motorways means it is easy to get to, no matter where you are coming from. A big part of the pull at music events is, of course, the acts they have performing. This is something that The Social have absolutely nailed as, year after year, they bring in the biggest DJs in underground electronic music to perform to thousands of adoring fans. The likes of Seth Troxler, Carl Cox, The Martinez Brothers, Eats Everything, Patrick Topping and Nina Kraviz are just a few of the big-name performers The Social’s crowds have let their hair down to over the past 5 years. Speaking with the organisers on the day, they made it clear how careful they were in choosing suppliers that fitted their idea flawlessly. It wasn’t necessarily about going for the biggest names or the most expensive products, but more so about what fits into the niche they are trying to create. This is reflected in every single area and small detail of the festival.\r\n\r\n<img class=\"alignleft  wp-image-578\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN8165-1024x683.jpg\" alt=\"Sasha &amp; John Digweed\" width=\"359\" height=\"239\" />In my opinion, the key component for any successful event has to be the atmosphere that the paying crowds experience. The atmosphere must fit in with the brand you are trying to create which, for The Social, is a coming together of like-minded people who love electronic music and want to enjoy themselves. The atmosphere they have fashioned provides just that. Everything from the floorplan to the furniture, the decoration to the lighting, has been meticulously planned and well thought out. The organisers have achieved one of the hardest aspects of running an event, which is to create a family feeling full of character which has every punter leaving with an abundance of memories, craving more. Even though the festival has ballooned in popularity, they somehow have still managed to retain the intimate, local, kindred atmosphere that has taken them this far.\r\n\r\nI sent On-Trade Progress’ Assistant Editor, Jon Hardy, around to speak to some of the visitors and, without interrupting their day too much, find out exactly what it was about The Social that they liked. He spoke to both first-time visitors and Social veterans, and there wasn’t one negative word between them:\r\n\r\n<strong><em>“I have been to The Social every year it’s been running and it is one of the highlights of my social calendar. I see all of the faces I know from going out locally and meet so many new and interesting people. The amazing atmosphere makes all of this possible as everybody is having such a good time!”</em></strong>\r\n\r\n<strong><em>“I live over 200 miles away in Manchester and am camping overnight as I have tickets for both days of the festival. I didn’t know what to expect but have seen nothing but great reviews and the line-up of performers is probably the main reason me and all my friends have attended. The atmosphere is unbelievably good and for me, that is one of the biggest influences on how much everyone enjoys themselves.”</em></strong>\r\n\r\n<strong><em>“I’ve had the best weekend ever! I came, mainly, to see my favourite DJs perform but have ended up meeting so many amazing people. All of the music stages were brilliant but it wouldn’t be same without the areas for visitors to socialise. Even though it has rained most of the day, I have loved every minute and I am 100% coming back next year!” </em></strong>\r\n\r\nThe Social is a prime example of how to put on a good event. They prove that, firstly, you don’t have to be based in a big town or city to have success and secondly that it is all about the atmosphere that you are creating. The atmosphere is affected by every single detail from your suppliers to the acts you have booked to perform. Figure out your niche and plan every aspect of your event so you know exactly what you are aiming for and can then detail exactly how to get there. Any aspiring event organisers reading this should take a good look at The Social and everything they have achieved in 5 short years.\r\n\r\n<a href=\"http://www.thesocialfestival.com/\" target=\"_blank\" rel=\"noopener\">http://www.thesocialfestival.com/</a>','Venue of the Month - The Social Festival','','publish','closed','open','','venue-month-social-festival','','','2017-11-18 11:05:11','2017-11-18 11:05:11','',0,'http://www.ontradeprogress.com/?p=575',0,'post','',0),(576,1,'2017-11-18 10:58:58','2017-11-18 10:58:58','','RYAN7986','','inherit','closed','closed','','ryan7986','','','2017-11-18 10:58:58','2017-11-18 10:58:58','',575,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN7986.jpg',0,'attachment','image/jpeg',0),(577,1,'2017-11-18 10:59:22','2017-11-18 10:59:22','','RYAN8068','','inherit','closed','closed','','ryan8068','','','2017-11-18 10:59:22','2017-11-18 10:59:22','',575,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN8068.jpg',0,'attachment','image/jpeg',0),(578,1,'2017-11-18 10:59:31','2017-11-18 10:59:31','','RYAN8165','','inherit','closed','closed','','ryan8165','','','2017-11-18 11:01:53','2017-11-18 11:01:53','',575,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN8165.jpg',0,'attachment','image/jpeg',0),(579,1,'2017-11-18 10:59:41','2017-11-18 10:59:41','','RYAN8185','','inherit','closed','closed','','ryan8185','','','2017-11-18 10:59:41','2017-11-18 10:59:41','',575,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN8185.jpg',0,'attachment','image/jpeg',0),(580,1,'2017-11-18 11:05:11','2017-11-18 11:05:11','<h4 style=\"text-align: center;\"><strong><u>Venue of the Month - </u></strong><strong><u>The Social Festival</u></strong></h4>\r\nThe popular Venue of the Month feature usually sees our editorial team visiting some of the finest hospitality venues our great country has to offer. In this November edition, however, it is time to take a look at an intensely successful outdoor festival that is demonstrating how you can become one of the most talked-about music events without a huge budget or big city setting. Back at the end of September, the On-Trade Progress team were lucky enough to be guests of, and media partners with, the impressive Social Festival. Dancing shoes at the ready, it was time to dive in behind the scenes and find out just how this festival has become so big since its conception only 5 years ago.\r\n\r\n<img class=\"wp-image-576 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN7986-1024x683.jpg\" alt=\"\" width=\"390\" height=\"260\" />\r\n\r\nThe Social is a boutique music festival hosted at the Kent County Showground, deep within ‘the garden of England’, and has boasted some of the biggest names in electronic music throughout its 5-year tenure. With the majority of our big music festivals occupying impressive venues in large cities and towns, the fact that The Social has accomplished such a fast growth and meteoric rise in popularity whilst being based in this humble location, is nothing short of remarkable! But just how have they done it?\r\n\r\nSince its creation 5 years ago when the festival was intimately small but intensely popular with local crowds, a lot of the festival’s progress has come through bringing in new visitors from all over the country. Although the setting might be unknown to a lot of festival goers outside of Kent, the event organisers have really chosen the perfect, idyllic location. Being situated a short journey between two motorways means it is easy to get to, no matter where you are coming from. A big part of the pull at music events is, of course, the acts they have performing. This is something that The Social have absolutely nailed as, year after year, they bring in the biggest DJs in underground electronic music to perform to thousands of adoring fans. The likes of Seth Troxler, Carl Cox, The Martinez Brothers, Eats Everything, Patrick Topping and Nina Kraviz are just a few of the big-name performers The Social’s crowds have let their hair down to over the past 5 years. Speaking with the organisers on the day, they made it clear how careful they were in choosing suppliers that fitted their idea flawlessly. It wasn’t necessarily about going for the biggest names or the most expensive products, but more so about what fits into the niche they are trying to create. This is reflected in every single area and small detail of the festival.\r\n\r\n<img class=\"alignleft  wp-image-578\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/RYAN8165-1024x683.jpg\" alt=\"Sasha &amp; John Digweed\" width=\"359\" height=\"239\" />In my opinion, the key component for any successful event has to be the atmosphere that the paying crowds experience. The atmosphere must fit in with the brand you are trying to create which, for The Social, is a coming together of like-minded people who love electronic music and want to enjoy themselves. The atmosphere they have fashioned provides just that. Everything from the floorplan to the furniture, the decoration to the lighting, has been meticulously planned and well thought out. The organisers have achieved one of the hardest aspects of running an event, which is to create a family feeling full of character which has every punter leaving with an abundance of memories, craving more. Even though the festival has ballooned in popularity, they somehow have still managed to retain the intimate, local, kindred atmosphere that has taken them this far.\r\n\r\nI sent On-Trade Progress’ Assistant Editor, Jon Hardy, around to speak to some of the visitors and, without interrupting their day too much, find out exactly what it was about The Social that they liked. He spoke to both first-time visitors and Social veterans, and there wasn’t one negative word between them:\r\n\r\n<strong><em>“I have been to The Social every year it’s been running and it is one of the highlights of my social calendar. I see all of the faces I know from going out locally and meet so many new and interesting people. The amazing atmosphere makes all of this possible as everybody is having such a good time!”</em></strong>\r\n\r\n<strong><em>“I live over 200 miles away in Manchester and am camping overnight as I have tickets for both days of the festival. I didn’t know what to expect but have seen nothing but great reviews and the line-up of performers is probably the main reason me and all my friends have attended. The atmosphere is unbelievably good and for me, that is one of the biggest influences on how much everyone enjoys themselves.”</em></strong>\r\n\r\n<strong><em>“I’ve had the best weekend ever! I came, mainly, to see my favourite DJs perform but have ended up meeting so many amazing people. All of the music stages were brilliant but it wouldn’t be same without the areas for visitors to socialise. Even though it has rained most of the day, I have loved every minute and I am 100% coming back next year!” </em></strong>\r\n\r\nThe Social is a prime example of how to put on a good event. They prove that, firstly, you don’t have to be based in a big town or city to have success and secondly that it is all about the atmosphere that you are creating. The atmosphere is affected by every single detail from your suppliers to the acts you have booked to perform. Figure out your niche and plan every aspect of your event so you know exactly what you are aiming for and can then detail exactly how to get there. Any aspiring event organisers reading this should take a good look at The Social and everything they have achieved in 5 short years.\r\n\r\n<a href=\"http://www.thesocialfestival.com/\" target=\"_blank\" rel=\"noopener\">http://www.thesocialfestival.com/</a>','Venue of the Month - The Social Festival','','inherit','closed','closed','','575-revision-v1','','','2017-11-18 11:05:11','2017-11-18 11:05:11','',575,'http://www.ontradeprogress.com/2017/11/18/575-revision-v1/',0,'revision','',0),(581,1,'2017-11-18 11:19:15','2017-11-18 11:19:15','<h4 style=\"text-align: center;\"><strong><u>Cocktail of the Month - Tia Maria Cappuccino</u></strong></h4>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Ingredients: <a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino.jpg\"><img class=\"alignright wp-image-583\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino-683x1024.jpg\" alt=\"Tia Maria Cappuccino\" width=\"241\" height=\"362\" /></a></strong>\r\n<ul>\r\n 	<li>25ml Tia Maria</li>\r\n 	<li>25ml vodka</li>\r\n 	<li>Shot of espresso</li>\r\n</ul>\r\n<em><strong>To make the foam…</strong></em>\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>100ml salted caramel or Morello cherry syrup</li>\r\n 	<li>200ml water</li>\r\n 	<li>2 egg whites</li>\r\n 	<li>Two cream chargers</li>\r\n</ul>\r\n<ol>\r\n 	<li>To make the foam, whisk together 100ml of salted caramel syrup or Morello cherry syrup, 200ml of water and 2 egg whites.</li>\r\n 	<li>Pour Tia Maria, vodka and espresso into a shaker.</li>\r\n 	<li>Shake together and pour into a glass.</li>\r\n 	<li>Top with your selected foam and garnish with salted fudge or a single cherry.</li>\r\n</ol>\r\nMasterclass video can be found <a href=\"http://www.tiamaria.com/coffee-cocktails/tia-cappuccino\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>About Tia Maria  <img class=\"wp-image-584 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-bottle-1.jpg\" alt=\"\" width=\"130\" height=\"373\" /></strong>\r\n\r\nTia Maria, the UK’s favourite coffee liqueur, is continuing to lead the coffee cocktail renaissance through the Tia Maria + Coffee Project and a selection of innovative serves, including the Tia Maria Cappuccino.\r\n\r\nRecipes crafted by renowned bartenders and expert baristas have united coffee culture and cocktail hour, offering coffee connoisseurs the opportunity to sip on cocktails unlike anything they’ve ever tasted before.\r\n\r\nThis coffee cocktail renaissance is set to explode with ‘a perfect synergy of coffee and cocktail cultures’ already underway, according to new research from one of the world’s most renowned futures consultancies, The Future Laboratory.\r\n\r\n<a href=\"http://www.tiamaria.com\" target=\"_blank\" rel=\"noopener\">www.tiamaria.com</a>','Cocktail of the Month - Tia Maria Cappuccino','','publish','closed','open','','cocktail-month-tia-maria-cappuccino','','','2017-11-18 11:19:15','2017-11-18 11:19:15','',0,'http://www.ontradeprogress.com/?p=581',0,'post','',0),(582,1,'2017-11-18 11:10:10','2017-11-18 11:10:10','','Tia Maria bottle','','inherit','closed','closed','','tia-maria-bottle','','','2017-11-18 11:10:10','2017-11-18 11:10:10','',581,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-bottle.jpg',0,'attachment','image/jpeg',0),(583,1,'2017-11-18 11:10:25','2017-11-18 11:10:25','','Tia Maria Cappuccino','','inherit','closed','closed','','tia-maria-cappuccino','','','2017-11-18 11:10:25','2017-11-18 11:10:25','',581,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino.jpg',0,'attachment','image/jpeg',0),(584,1,'2017-11-18 11:15:08','2017-11-18 11:15:08','','Tia-Maria bottle','','inherit','closed','closed','','tia-maria-bottle-2','','','2017-11-18 11:15:08','2017-11-18 11:15:08','',581,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-bottle-1.jpg',0,'attachment','image/jpeg',0),(585,1,'2017-11-18 11:19:15','2017-11-18 11:19:15','<h4 style=\"text-align: center;\"><strong><u>Cocktail of the Month - Tia Maria Cappuccino</u></strong></h4>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Ingredients: <a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino.jpg\"><img class=\"alignright wp-image-583\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino-683x1024.jpg\" alt=\"Tia Maria Cappuccino\" width=\"241\" height=\"362\" /></a></strong>\r\n<ul>\r\n 	<li>25ml Tia Maria</li>\r\n 	<li>25ml vodka</li>\r\n 	<li>Shot of espresso</li>\r\n</ul>\r\n<em><strong>To make the foam…</strong></em>\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>100ml salted caramel or Morello cherry syrup</li>\r\n 	<li>200ml water</li>\r\n 	<li>2 egg whites</li>\r\n 	<li>Two cream chargers</li>\r\n</ul>\r\n<ol>\r\n 	<li>To make the foam, whisk together 100ml of salted caramel syrup or Morello cherry syrup, 200ml of water and 2 egg whites.</li>\r\n 	<li>Pour Tia Maria, vodka and espresso into a shaker.</li>\r\n 	<li>Shake together and pour into a glass.</li>\r\n 	<li>Top with your selected foam and garnish with salted fudge or a single cherry.</li>\r\n</ol>\r\nMasterclass video can be found <a href=\"http://www.tiamaria.com/coffee-cocktails/tia-cappuccino\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>About Tia Maria  <img class=\"wp-image-584 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-bottle-1.jpg\" alt=\"\" width=\"130\" height=\"373\" /></strong>\r\n\r\nTia Maria, the UK’s favourite coffee liqueur, is continuing to lead the coffee cocktail renaissance through the Tia Maria + Coffee Project and a selection of innovative serves, including the Tia Maria Cappuccino.\r\n\r\nRecipes crafted by renowned bartenders and expert baristas have united coffee culture and cocktail hour, offering coffee connoisseurs the opportunity to sip on cocktails unlike anything they’ve ever tasted before.\r\n\r\nThis coffee cocktail renaissance is set to explode with ‘a perfect synergy of coffee and cocktail cultures’ already underway, according to new research from one of the world’s most renowned futures consultancies, The Future Laboratory.\r\n\r\n<a href=\"http://www.tiamaria.com\" target=\"_blank\" rel=\"noopener\">www.tiamaria.com</a>','Cocktail of the Month - Tia Maria Cappuccino','','inherit','closed','closed','','581-revision-v1','','','2017-11-18 11:19:15','2017-11-18 11:19:15','',581,'http://www.ontradeprogress.com/2017/11/18/581-revision-v1/',0,'revision','',0),(586,1,'2017-11-26 08:52:28','2017-11-26 08:52:28','<h3 style=\"text-align: center;\"><strong><u>The Comeback of RTDs</u></strong></h3>\r\nChristmas is coming and bringing with it, plenty of opportunities to pack out your venues. Everyone will soon be in the “Christmas Spirit” so now is the time to start planning what you are going to do to ensure that your bar is the place to be this festive season. And what is going to influence a punter’s mind more than the choice of drinks you offer!?\r\n\r\nLast issue we brought our focus group together to taste a range of RTDs. When you think of RTDs, it may bring to mind alcopops that adorn late-night student venues; but nowadays there’s more to them than meets the eye.\r\n\r\nOnce in almost unthinkable decline, RTDs have slowly started to reinstate their dominance amongst consumers, slowing decline from -11% in 2016 to -9% in the on-trade in 2017. Thanks, in part, to innovation by companies such as Global Brands, the future now looks brighter for this flagship sector. A big factor in the steady return of RTDs could be the evolution from the stereotype of “student’s drink” to the recent offering of new and revolutionary flavours that really pack a punch.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/DSC_0955-e1505377748204-768x472.jpg\"><img class=\"alignright wp-image-587\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/DSC_0955-e1505377748204-768x472.jpg\" alt=\"\" width=\"346\" height=\"213\" /></a>\r\n\r\nI spoke with Jennifer Draper who is Global Brands’ Head of Marketing about their flagship brand, VK. Jennifer said “VK Blue is now the best-performing ‘traditional’ RTD in the on-trade, growing +7%. To support this rise, we also provide fruity flavours such as Strawberry &amp; Lime and Orange &amp; Passionfruit which has really helped lift the RTD category.”\r\n\r\nWith competition high in the on-trade, it’s important that pubs and bars invest in products that sell, especially over the busier periods. As the fastest growing RTD in the on-trade, facts and figures prove that VK is sure to produce revenue for bars and pubs.\r\n\r\nI also spoke with Jennifer about Global Brands’ other RTD, Hooch, which is reinventing itself towards the festival sector and is a common sight at some of the UK’s biggest events. Jennifer said “With the recent success of VK, it was clear to see that there is still a high consumer demand for RTDs so we created a variety of new flavours for Hooch too. Our most popular, Hoola Hooch (a passionfruit and mango alcoholic juice), has helped underpin the reinvention of the RTD sector.”\r\n\r\nIf your bar is popular for cocktails or you are looking to break into that market, RTD cocktails could be the route to go down. With cocktails becoming ever more popular, the only real downside is how long they take to make, meaning your customers will all have to queue longer. RTD cocktails totally eliminate this problem and cut down on waiting and service time hugely. Global Brands created London Road hand crafted cocktails which have become a staple in late night venues. London Road cocktails are served in jars and come in a tantalising range of flavours. Stocking these not only means that your customers are served quicker, you are also guaranteed the same high-quality drink every single time and making life easier for bar managers by removing the need for extensive – and costly – training. Consider the space you’ll save in storing ingredients and RTD cocktails are a no-brainer in my opinion!\r\n\r\nRTDs are the almost-forgotten-about drink that have the potential to be the staple of your punters’ nights out. Popularity with customers being an obvious benefit of stocking RTDs, they are also extremely easy for bar staff to serve, so cut down waiting and service time too. The future of RTDs looks bright. As mentioned above, the decline has slowed over the last two years, with research and insight into the sector predicting that with continual innovation and awareness surrounding these drinks, RTDs will continue to grow and appeal to a broad demographic. The continued RTD growth now means they are worth £229m in the on-trade alone.\r\n\r\n<a href=\"https://www.globalbrands.co.uk/\" target=\"_blank\" rel=\"noopener\">https://www.globalbrands.co.uk/</a>\r\n\r\n<a href=\"https://vkofficial.com/flavours/\" target=\"_blank\" rel=\"noopener\">www.vkofficial.com/flavours/</a>\r\n\r\n<a href=\"https://hoochlemonbrew.com/\" target=\"_blank\" rel=\"noopener\">https://hoochlemonbrew.com/</a>','The Comeback of RTDs','','publish','closed','open','','the-comeback-of-rtds','','','2017-11-26 08:52:28','2017-11-26 08:52:28','',0,'http://www.ontradeprogress.com/?p=586',0,'post','',0),(587,1,'2017-11-26 08:49:59','2017-11-26 08:49:59','','DSC_0955-e1505377748204-768x472','','inherit','closed','closed','','dsc_0955-e1505377748204-768x472','','','2017-11-26 08:49:59','2017-11-26 08:49:59','',586,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/DSC_0955-e1505377748204-768x472.jpg',0,'attachment','image/jpeg',0),(588,1,'2017-11-26 08:50:05','2017-11-26 08:50:05','','VK-Volume-up-article-image-730x450','','inherit','closed','closed','','vk-volume-up-article-image-730x450','','','2017-11-26 08:50:05','2017-11-26 08:50:05','',586,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/VK-Volume-up-article-image-730x450.jpg',0,'attachment','image/jpeg',0),(589,1,'2017-11-26 08:52:28','2017-11-26 08:52:28','<h3 style=\"text-align: center;\"><strong><u>The Comeback of RTDs</u></strong></h3>\r\nChristmas is coming and bringing with it, plenty of opportunities to pack out your venues. Everyone will soon be in the “Christmas Spirit” so now is the time to start planning what you are going to do to ensure that your bar is the place to be this festive season. And what is going to influence a punter’s mind more than the choice of drinks you offer!?\r\n\r\nLast issue we brought our focus group together to taste a range of RTDs. When you think of RTDs, it may bring to mind alcopops that adorn late-night student venues; but nowadays there’s more to them than meets the eye.\r\n\r\nOnce in almost unthinkable decline, RTDs have slowly started to reinstate their dominance amongst consumers, slowing decline from -11% in 2016 to -9% in the on-trade in 2017. Thanks, in part, to innovation by companies such as Global Brands, the future now looks brighter for this flagship sector. A big factor in the steady return of RTDs could be the evolution from the stereotype of “student’s drink” to the recent offering of new and revolutionary flavours that really pack a punch.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/DSC_0955-e1505377748204-768x472.jpg\"><img class=\"alignright wp-image-587\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/DSC_0955-e1505377748204-768x472.jpg\" alt=\"\" width=\"346\" height=\"213\" /></a>\r\n\r\nI spoke with Jennifer Draper who is Global Brands’ Head of Marketing about their flagship brand, VK. Jennifer said “VK Blue is now the best-performing ‘traditional’ RTD in the on-trade, growing +7%. To support this rise, we also provide fruity flavours such as Strawberry &amp; Lime and Orange &amp; Passionfruit which has really helped lift the RTD category.”\r\n\r\nWith competition high in the on-trade, it’s important that pubs and bars invest in products that sell, especially over the busier periods. As the fastest growing RTD in the on-trade, facts and figures prove that VK is sure to produce revenue for bars and pubs.\r\n\r\nI also spoke with Jennifer about Global Brands’ other RTD, Hooch, which is reinventing itself towards the festival sector and is a common sight at some of the UK’s biggest events. Jennifer said “With the recent success of VK, it was clear to see that there is still a high consumer demand for RTDs so we created a variety of new flavours for Hooch too. Our most popular, Hoola Hooch (a passionfruit and mango alcoholic juice), has helped underpin the reinvention of the RTD sector.”\r\n\r\nIf your bar is popular for cocktails or you are looking to break into that market, RTD cocktails could be the route to go down. With cocktails becoming ever more popular, the only real downside is how long they take to make, meaning your customers will all have to queue longer. RTD cocktails totally eliminate this problem and cut down on waiting and service time hugely. Global Brands created London Road hand crafted cocktails which have become a staple in late night venues. London Road cocktails are served in jars and come in a tantalising range of flavours. Stocking these not only means that your customers are served quicker, you are also guaranteed the same high-quality drink every single time and making life easier for bar managers by removing the need for extensive – and costly – training. Consider the space you’ll save in storing ingredients and RTD cocktails are a no-brainer in my opinion!\r\n\r\nRTDs are the almost-forgotten-about drink that have the potential to be the staple of your punters’ nights out. Popularity with customers being an obvious benefit of stocking RTDs, they are also extremely easy for bar staff to serve, so cut down waiting and service time too. The future of RTDs looks bright. As mentioned above, the decline has slowed over the last two years, with research and insight into the sector predicting that with continual innovation and awareness surrounding these drinks, RTDs will continue to grow and appeal to a broad demographic. The continued RTD growth now means they are worth £229m in the on-trade alone.\r\n\r\n<a href=\"https://www.globalbrands.co.uk/\" target=\"_blank\" rel=\"noopener\">https://www.globalbrands.co.uk/</a>\r\n\r\n<a href=\"https://vkofficial.com/flavours/\" target=\"_blank\" rel=\"noopener\">www.vkofficial.com/flavours/</a>\r\n\r\n<a href=\"https://hoochlemonbrew.com/\" target=\"_blank\" rel=\"noopener\">https://hoochlemonbrew.com/</a>','The Comeback of RTDs','','inherit','closed','closed','','586-revision-v1','','','2017-11-26 08:52:28','2017-11-26 08:52:28','',586,'http://www.ontradeprogress.com/2017/11/26/586-revision-v1/',0,'revision','',0),(591,1,'2017-11-26 09:00:07','2017-11-26 09:00:07','<h3 style=\"text-align: center;\"><strong><u>NDML are at the forefront of insurance broking for nightclubs, late bars and leisure establishments.</u></strong></h3>\r\nNDML are insurance brokers who provide specialist insurance and risk management services to the late night leisure and hospitality industry.\r\n\r\nNDML have been established for over 19 years and continue to be the fastest growing insurance broker in this market and hold a client base of 1500 nightclubs, late night bars, restaurant groups and pub groups.\r\n\r\nNDML are award winning and are extremely proud of their achievements, notably:\r\n<ul>\r\n 	<li>Schemes Broker of the Year at the UK Broker Awards</li>\r\n 	<li>Commercial Broker of the Year at the commercial insurance awards</li>\r\n 	<li>Modern Claims Awards &amp; the<strong>UK Claims Excellence Award</strong> for Customer Care Initiative.</li>\r\n</ul>\r\nNDML are the official broker to the NTIA and, Best Bar None these appointments have been won and maintained by offering members comprehensive covers at competitive premiums.\r\n\r\n<strong><u>Benefits of being an NDML Customer</u></strong>\r\n<ul>\r\n 	<li>Specialist in Insurance for Nightclubs and late-night bars since 1998</li>\r\n 	<li>Official broker to the NTIA &amp; Best Bar None</li>\r\n 	<li>Exclusive NDML Business Protection product which includes isitchecked.com licences</li>\r\n 	<li>Whilst competitors are resorting to telephone sales NDML conduct face to face meetings</li>\r\n 	<li>As market leaders in the sector NDML have secured exclusive rates from select panels of ‘A’ rated insurers ensuring premiums remain competitively priced</li>\r\n 	<li>Close working relationship with ‘A’ rated British based insurers as they understand the leisure industry.</li>\r\n 	<li>Award Winning in-house claim team who will fight spurious claims and work on your behalf.</li>\r\n 	<li>Exclusive Arrangements for the placement of Legal Expenses, Management Liability, Excess Protect and Loss Recovery.</li>\r\n 	<li>Access to NDML’s in-house risk management division able to assist your company in developing and tailoring your risk management procedures to meet your business requirements.</li>\r\n</ul>\r\nFor a free confidential review which will not affect your existing business insurance arrangements get in touch now\r\n\r\n0844 488 9205','NDML are at the Forefront of Insurance Broking for Nightclubs, Late Bars and Leisure Establishments.','','publish','closed','open','','ndml-forefront-insurance-broking-nightclubs-late-bars-leisure-establishments','','','2017-11-26 09:00:36','2017-11-26 09:00:36','',0,'http://www.ontradeprogress.com/?p=591',0,'post','',0),(592,1,'2017-11-26 08:57:45','2017-11-26 08:57:45','','ndml-news','','inherit','closed','closed','','ndml-news','','','2017-11-26 08:57:45','2017-11-26 08:57:45','',591,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/ndml-news.jpg',0,'attachment','image/jpeg',0),(593,1,'2017-11-26 09:00:07','2017-11-26 09:00:07','<h3 style=\"text-align: center;\"><strong><u>NDML are at the forefront of insurance broking for nightclubs, late bars and leisure establishments.</u></strong></h3>\r\nNDML are insurance brokers who provide specialist insurance and risk management services to the late night leisure and hospitality industry.\r\n\r\nNDML have been established for over 19 years and continue to be the fastest growing insurance broker in this market and hold a client base of 1500 nightclubs, late night bars, restaurant groups and pub groups.\r\n\r\nNDML are award winning and are extremely proud of their achievements, notably:\r\n<ul>\r\n 	<li>Schemes Broker of the Year at the UK Broker Awards</li>\r\n 	<li>Commercial Broker of the Year at the commercial insurance awards</li>\r\n 	<li>Modern Claims Awards &amp; the<strong>UK Claims Excellence Award</strong> for Customer Care Initiative.</li>\r\n</ul>\r\nNDML are the official broker to the NTIA and, Best Bar None these appointments have been won and maintained by offering members comprehensive covers at competitive premiums.\r\n\r\n&nbsp;\r\n\r\n<strong><u>Benefits of being an NDML Customer</u></strong>\r\n<ul>\r\n 	<li>Specialist in Insurance for Nightclubs and late-night bars since 1998</li>\r\n 	<li>Official broker to the NTIA &amp; Best Bar None</li>\r\n 	<li>Exclusive NDML Business Protection product which includes isitchecked.com licences</li>\r\n 	<li>Whilst competitors are resorting to telephone sales NDML conduct face to face meetings</li>\r\n 	<li>As market leaders in the sector NDML have secured exclusive rates from select panels of ‘A’ rated insurers ensuring premiums remain competitively priced</li>\r\n 	<li>Close working relationship with ‘A’ rated British based insurers as they understand the leisure industry.</li>\r\n 	<li>Award Winning in-house claim team who will fight spurious claims and work on your behalf.</li>\r\n 	<li>Exclusive Arrangements for the placement of Legal Expenses, Management Liability, Excess Protect and Loss Recovery.</li>\r\n 	<li>Access to NDML’s in-house risk management division able to assist your company in developing and tailoring your risk management procedures to meet your business requirements.</li>\r\n</ul>\r\nFor a free confidential review which will not affect your existing business insurance arrangements get in touch now\r\n\r\n0844 488 9205','NDML are at the Forefront of Insurance Broking for Nightclubs, Late Bars and Leisure Establishments.','','inherit','closed','closed','','591-revision-v1','','','2017-11-26 09:00:07','2017-11-26 09:00:07','',591,'http://www.ontradeprogress.com/2017/11/26/591-revision-v1/',0,'revision','',0),(594,1,'2017-11-26 09:00:36','2017-11-26 09:00:36','<h3 style=\"text-align: center;\"><strong><u>NDML are at the forefront of insurance broking for nightclubs, late bars and leisure establishments.</u></strong></h3>\r\nNDML are insurance brokers who provide specialist insurance and risk management services to the late night leisure and hospitality industry.\r\n\r\nNDML have been established for over 19 years and continue to be the fastest growing insurance broker in this market and hold a client base of 1500 nightclubs, late night bars, restaurant groups and pub groups.\r\n\r\nNDML are award winning and are extremely proud of their achievements, notably:\r\n<ul>\r\n 	<li>Schemes Broker of the Year at the UK Broker Awards</li>\r\n 	<li>Commercial Broker of the Year at the commercial insurance awards</li>\r\n 	<li>Modern Claims Awards &amp; the<strong>UK Claims Excellence Award</strong> for Customer Care Initiative.</li>\r\n</ul>\r\nNDML are the official broker to the NTIA and, Best Bar None these appointments have been won and maintained by offering members comprehensive covers at competitive premiums.\r\n\r\n<strong><u>Benefits of being an NDML Customer</u></strong>\r\n<ul>\r\n 	<li>Specialist in Insurance for Nightclubs and late-night bars since 1998</li>\r\n 	<li>Official broker to the NTIA &amp; Best Bar None</li>\r\n 	<li>Exclusive NDML Business Protection product which includes isitchecked.com licences</li>\r\n 	<li>Whilst competitors are resorting to telephone sales NDML conduct face to face meetings</li>\r\n 	<li>As market leaders in the sector NDML have secured exclusive rates from select panels of ‘A’ rated insurers ensuring premiums remain competitively priced</li>\r\n 	<li>Close working relationship with ‘A’ rated British based insurers as they understand the leisure industry.</li>\r\n 	<li>Award Winning in-house claim team who will fight spurious claims and work on your behalf.</li>\r\n 	<li>Exclusive Arrangements for the placement of Legal Expenses, Management Liability, Excess Protect and Loss Recovery.</li>\r\n 	<li>Access to NDML’s in-house risk management division able to assist your company in developing and tailoring your risk management procedures to meet your business requirements.</li>\r\n</ul>\r\nFor a free confidential review which will not affect your existing business insurance arrangements get in touch now\r\n\r\n0844 488 9205','NDML are at the Forefront of Insurance Broking for Nightclubs, Late Bars and Leisure Establishments.','','inherit','closed','closed','','591-revision-v1','','','2017-11-26 09:00:36','2017-11-26 09:00:36','',591,'http://www.ontradeprogress.com/2017/11/26/591-revision-v1/',0,'revision','',0),(595,1,'2017-11-26 09:10:29','2017-11-26 09:10:29','<h3 style=\"text-align: center;\"><strong><u>Hop to it! Is that pint home-grown?</u></strong></h3>\r\n<em>On-Trade Progress’ Beer writer and sommelier, John Porter, makes a case for celebrating the British hop industry:</em>\r\n\r\nLet’s start with the basics – hops are one of the four essential ingredients of beer, along with water, malted grain and yeast. They’re a flowering plant, sort of a second cousin to cannabis, and the oils in the flowers add flavour and aroma to beer, as well as having an antibacterial and preservative effect that keeps the beer fresh. In short, they’re little miracles.\r\n\r\nThe UK grows more than 30 hop varieties commercially, with new ones coming on stream all the time. This is in part due to the sterling work of Dr Peter Darby, who heads up Wye Hops, a subsidiary of the British Hop Association (BHA) which undertakes research and has a cross-breeding programme to develop new hop varieties.\r\n\r\n<img class=\"wp-image-597 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-38.jpg\" alt=\"\" width=\"182\" height=\"161\" />\r\n\r\nWhy, you may well ask, do we need new varieties at all?  Good question. The great strength of British hops has traditionally been the earthy pepper and spice notes delivered by varieties such as Goldings and Fuggles. However, with the huge boom in popularity of IPA style beers driven by the craft beer movement, the citrus flavours of hops grown by the US, New Zealand and elsewhere have been more in vogue.\r\n\r\nAt the recent ‘Hop Tales and Hop Tails’ event in London organised by Hogs Back Brewery to celebrate British Hops, Ali Capper, a director of the British Hop Association as well as a hoped grower made a plea for craft brewers to use more home-grown varieties, this was echoed by Roger Protz, the outgoing editor of CAMRA’s Good Beer Guide, who had some harsh words for brewers who proclaim their local credentials “and then there are no British hops in the beer.”\r\n\r\nHogs Back is one of the few brewers to run its own hop garden where as well as reviving the near-extinct Farnham White Bine hop, it grown varieties including Fuggles, which are used in its flagship TEA brand.\r\n\r\nLicensees can help support home hop growers by looking for beers displaying the BHA’s ‘brewed with British hops’ logo, or even downloading the logo from <a href=\"http://www.britishhops.org.uk\">www.britishhops.org.uk</a> to display on pump clips.\r\n\r\nNo one is arguing for a ban on global beer styles - just that many consumers like to know the true provenance of the ingredients in their beer. Interestingly, I learnt recently that Hogs Back Brewery managing director Rupert and Iron Maiden frontman Brice Dickenson were contemporaries at school.\r\n\r\nDickenson spoke at the recent British Beer &amp; Pub Association Awards about Hallowed, the latest collaboration beer between the band and Robinson’s Brewery. Hallowed is a 6% ABV Belgian-style beer, and definitely a great match served with hearty stews and roasts this winter.\r\n\r\nAlso well worth seeking out, from Stone Brewing’s recently opened Berlin brewery comes Stone White Ghost Berliner Weisse, a 4.7% take on the classic German beer style known by Napoleon’s troops as the “Champagne of the North, and distributed in the UK in cans and keg by James Clay.  A great European beer that wears its heritage proudly.','Hop to it! Is that pint home-grown?','','publish','closed','open','','hop-pint-home-grown','','','2017-11-26 09:10:29','2017-11-26 09:10:29','',0,'http://www.ontradeprogress.com/?p=595',0,'post','',0),(596,1,'2017-11-26 09:05:39','2017-11-26 09:05:39','','','','inherit','closed','closed','','olympus-digital-camera-4','','','2017-11-26 09:06:29','2017-11-26 09:06:29','',595,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-38-2.jpg',0,'attachment','image/jpeg',0),(597,1,'2017-11-26 09:05:50','2017-11-26 09:05:50','','Nov17 Page 38','','inherit','closed','closed','','nov17-page-38','','','2017-11-26 09:05:50','2017-11-26 09:05:50','',595,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-38.jpg',0,'attachment','image/jpeg',0),(598,1,'2017-11-26 09:10:29','2017-11-26 09:10:29','<h3 style=\"text-align: center;\"><strong><u>Hop to it! Is that pint home-grown?</u></strong></h3>\r\n<em>On-Trade Progress’ Beer writer and sommelier, John Porter, makes a case for celebrating the British hop industry:</em>\r\n\r\nLet’s start with the basics – hops are one of the four essential ingredients of beer, along with water, malted grain and yeast. They’re a flowering plant, sort of a second cousin to cannabis, and the oils in the flowers add flavour and aroma to beer, as well as having an antibacterial and preservative effect that keeps the beer fresh. In short, they’re little miracles.\r\n\r\nThe UK grows more than 30 hop varieties commercially, with new ones coming on stream all the time. This is in part due to the sterling work of Dr Peter Darby, who heads up Wye Hops, a subsidiary of the British Hop Association (BHA) which undertakes research and has a cross-breeding programme to develop new hop varieties.\r\n\r\n<img class=\"wp-image-597 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-38.jpg\" alt=\"\" width=\"182\" height=\"161\" />\r\n\r\nWhy, you may well ask, do we need new varieties at all?  Good question. The great strength of British hops has traditionally been the earthy pepper and spice notes delivered by varieties such as Goldings and Fuggles. However, with the huge boom in popularity of IPA style beers driven by the craft beer movement, the citrus flavours of hops grown by the US, New Zealand and elsewhere have been more in vogue.\r\n\r\nAt the recent ‘Hop Tales and Hop Tails’ event in London organised by Hogs Back Brewery to celebrate British Hops, Ali Capper, a director of the British Hop Association as well as a hoped grower made a plea for craft brewers to use more home-grown varieties, this was echoed by Roger Protz, the outgoing editor of CAMRA’s Good Beer Guide, who had some harsh words for brewers who proclaim their local credentials “and then there are no British hops in the beer.”\r\n\r\nHogs Back is one of the few brewers to run its own hop garden where as well as reviving the near-extinct Farnham White Bine hop, it grown varieties including Fuggles, which are used in its flagship TEA brand.\r\n\r\nLicensees can help support home hop growers by looking for beers displaying the BHA’s ‘brewed with British hops’ logo, or even downloading the logo from <a href=\"http://www.britishhops.org.uk\">www.britishhops.org.uk</a> to display on pump clips.\r\n\r\nNo one is arguing for a ban on global beer styles - just that many consumers like to know the true provenance of the ingredients in their beer. Interestingly, I learnt recently that Hogs Back Brewery managing director Rupert and Iron Maiden frontman Brice Dickenson were contemporaries at school.\r\n\r\nDickenson spoke at the recent British Beer &amp; Pub Association Awards about Hallowed, the latest collaboration beer between the band and Robinson’s Brewery. Hallowed is a 6% ABV Belgian-style beer, and definitely a great match served with hearty stews and roasts this winter.\r\n\r\nAlso well worth seeking out, from Stone Brewing’s recently opened Berlin brewery comes Stone White Ghost Berliner Weisse, a 4.7% take on the classic German beer style known by Napoleon’s troops as the “Champagne of the North, and distributed in the UK in cans and keg by James Clay.  A great European beer that wears its heritage proudly.','Hop to it! Is that pint home-grown?','','inherit','closed','closed','','595-revision-v1','','','2017-11-26 09:10:29','2017-11-26 09:10:29','',595,'http://www.ontradeprogress.com/2017/11/26/595-revision-v1/',0,'revision','',0),(599,1,'2017-11-26 09:21:18','2017-11-26 09:21:18','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A: Star Micronics</u></strong></h3>\r\n<em>On-Trade Progress’ Chief Editor, Mike Underwood, interviews Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA:</em>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Tell me about Star Micronics…<img class=\"wp-image-601 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1024x359.jpg\" alt=\"\" width=\"183\" height=\"64\" /></strong></em></li>\r\n</ol>\r\nStar Micronics was founded in 1947 and is one of the world’s largest and most established POS printer manufacturers with an extensive range of innovative desktop and mobile Bluetooth, Cloud, USB and WiFi printing solutions that have attracted long term customers from McDonald’s to retailers of all sizes including Harrods.\r\n\r\nWe feel we have pioneered the POS receipt transition from traditional Windows terminals to tablet and smartphone devices for Windows, Android and most importantly Apple iOS. Who knew that Apple would dominate this new market sector and Star has responded with unique products such as the only USB printer to communicate and charge with an iPad so customers do not have to depend on Bluetooth or WiFi solutions, and it is much simpler to install thereby reducing the number of support calls.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What is your role in the company?</strong></em></li>\r\n</ol>\r\nIt is hard to believe I have worked for Star Micronics for almost 30 years and have thoroughly enjoyed leading the marketing department. Star produced the first Bluetooth POS receipt printer and followed through with the first Bluetooth combined printer and cash drawer, the compact and sexy mPOP™. Yes, I do firmly believe you can describe retail hardware as sexy, but maybe that is the result of working so long for such a great company as Star, a true leader in its field!\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What makes Star Micronics different to your competitors?</strong></em></li>\r\n</ol>\r\nOur number one goal is to support our EPOS providers, Software Houses and customers who prefer to choose their own hardware with the widest choice of connectivity options for retailers and restaurateurs of all types, big and small. I have also been told so many times that Star provides the best documentation on the market with the result that installation is simpler, thereby saving time and costs. Simple installation, fast reliable printers designed for the hospitality market with a technical department willing to talk through solutions to large or small operators are the reasons why we have retained so many happy customers.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What positive impact could Star Micronics have on a hospitality venue?</strong></em></li>\r\n</ol>\r\nWith our wide portfolio of traditional and tablet based printing solutions Star can truly allow your hospitality venue to benefit from a solution that is tailored to your individual needs whether you are currently using a traditional POS solution, looking for an upgrade path to the Cloud or upgrading your existing tablet POS system.\r\n\r\nToday restaurateurs have the choice of a traditional POS terminal or new and innovative tablet POS which has taken great strides in recent years to provide the flexibility and mobility increasingly required within hospitality environments. However, it has been hindered by concern for communication and connectivity issues with cable-free communication being affected by obstacles such as brick walls and even fridges and microwaves. This situation is further compounded by the fact that tablet POS receipt printers need network connections and cabling for reliable printer connection and tablet charging when cable-free communication is not considered suitable. Bluetooth connectivity may be slow and WiFi must take into account possible obstacles.\r\n\r\nFaced with these challenges, multisite operators have been reticent to take advantage of the flexibility and cost-savings associated with tablet POS.  Each venue has to be tailored according to the location, type of venue and volume of transactions. Managing an estate of multiple tablets and paired Bluetooth devices means that it can be operationally difficult to maintain the right connection between the right peripherals and devices.\r\n\r\nWith software now in the Cloud, direct connectivity with a tablet enabled by Star has solved these problems to provide a secure reliable connection without the need for a cumbersome POS terminal. Sleek and stylish tablet POS with a reliable connection is now available to restaurateurs of all sizes.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Is there a particular product that is noticeably popular at the moment?</strong></em></li>\r\n</ol>\r\nWith the growth of online ordering, one product that is proving particularly popular at the moment is the Star HI X Connect interface that incorporates Star’s digital receipting service and provides an ideal upgrade path to the Cloud. The versatile, feature-rich interface with new Star CloudPRNT™ technology provides intelligent printing for a range of hospitality applications, offering unparalleled flexibility for remote receipt and order printing.\r\n\r\nThe Star TSP654II, TSP743II and TSP847II label, ticket and receipt printers as well as the SP700 kitchen printer can easily be upgraded and transformed into a cloud printer by simply using the cost-effective HI X Connect interface.  Alternatively, the TSP654II HI X printer with built-in interface is cloud-ready and is one of the lowest cost kitchen / front-of-house Cloud printers on the market able to communicate with all integrated Cloud solutions as well as provide local POS receipting if need be.\r\n\r\nFitted to the compatible printer models, the HI X Connect interface boasts a variety of connectivity options and Development Tools to provide a versatile future-proof solution. WiFi, USB and Ethernet connections can all be used concurrently with the printer printing on a first come, first served basis.\r\n\r\n<strong>Star CloudPRNT</strong> enables remote printing directly and securely from a web server to Star printers anywhere in the world without the need for a local POS terminal or PC, avoiding complicated network configurations.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What are the future plans for the company?</strong></em></li>\r\n</ol>\r\nStar is continually innovating and launching new products that respond to a rapidly evolving marketplace.  In fact, we have a major product launch in November with yet another solution that no one else can provide. As we continue to increase the number of software partners who integrate our products, Star will be able to reinforce its position as the leading POS printing solution provider for the dynamic hospitality sector.\r\n\r\n<a href=\"http://star-emea.com/\" target=\"_blank\" rel=\"noopener\">http://star-emea.com/</a>','EPOS - Q&A: Star Micronics','','publish','closed','open','','epos-qa-star-micronics','','','2017-11-26 09:27:39','2017-11-26 09:27:39','',0,'http://www.ontradeprogress.com/?p=599',0,'post','',0),(600,1,'2017-11-26 09:19:13','2017-11-26 09:19:13','','Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA','','inherit','closed','closed','','nov17-page-42-1','','','2017-11-26 09:20:08','2017-11-26 09:20:08','',599,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1.jpg',0,'attachment','image/jpeg',0),(601,1,'2017-11-26 09:19:23','2017-11-26 09:19:23','','Star_WhiteOnBlue','','inherit','closed','closed','','star_whiteonblue','','','2017-11-26 09:19:23','2017-11-26 09:19:23','',599,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42.jpg',0,'attachment','image/jpeg',0),(602,1,'2017-11-26 09:21:18','2017-11-26 09:21:18','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A: Star Micronics</u></strong></h3>\r\n<em>On-Trade Progress’ Chief Editor, Mike Underwood, interviews Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA:</em>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Tell me about Star Micronics…<img class=\"wp-image-601 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1024x359.jpg\" alt=\"\" width=\"183\" height=\"64\" /></strong></em></li>\r\n</ol>\r\nStar Micronics was founded in 1947 and is one of the world’s largest and most established POS printer manufacturers with an extensive range of innovative desktop and mobile Bluetooth, Cloud, USB and WiFi printing solutions that have attracted long term customers from McDonald’s to retailers of all sizes including Harrods.\r\n\r\nWe feel we have pioneered the POS receipt transition from traditional Windows terminals to tablet and smartphone devices for Windows, Android and most importantly Apple iOS. Who knew that Apple would dominate this new market sector and Star has responded with unique products such as the only USB printer to communicate and charge with an iPad so customers do not have to depend on Bluetooth or WiFi solutions, and it is much simpler to install thereby reducing the number of support calls.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What is your role in the company?</strong></em></li>\r\n</ol>\r\nIt is hard to believe I have worked for Star Micronics for almost 30 years and have thoroughly enjoyed leading the marketing department. Star produced the first Bluetooth POS receipt printer and followed through with the first Bluetooth combined printer and cash drawer, the compact and sexy mPOP™. Yes, I do firmly believe you can describe retail hardware as sexy, but maybe that is the result of working so long for such a great company as Star, a true leader in its field!\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What makes Star Micronics different to your competitors?</strong></em></li>\r\n</ol>\r\nOur number one goal is to support our EPOS providers, Software Houses and customers who prefer to choose their own hardware with the widest choice of connectivity options for retailers and restaurateurs of all types, big and small. I have also been told so many times that Star provides the best documentation on the market with the result that installation is simpler, thereby saving time and costs. Simple installation, fast reliable printers designed for the hospitality market with a technical department willing to talk through solutions to large or small operators are the reasons why we have retained so many happy customers.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What positive impact could Star Micronics have on a hospitality venue?</strong></em></li>\r\n</ol>\r\nWith our wide portfolio of traditional and tablet based printing solutions Star can truly allow your hospitality venue to benefit from a solution that is tailored to your individual needs whether you are currently using a traditional POS solution, looking for an upgrade path to the Cloud or upgrading your existing tablet POS system.\r\n\r\nToday restaurateurs have the choice of a traditional POS terminal or new and innovative tablet POS which has taken great strides in recent years to provide the flexibility and mobility increasingly required within hospitality environments. However, it has been hindered by concern for communication and connectivity issues with cable-free communication being affected by obstacles such as brick walls and even fridges and microwaves. This situation is further compounded by the fact that tablet POS receipt printers need network connections and cabling for reliable printer connection and tablet charging when cable-free communication is not considered suitable. Bluetooth connectivity may be slow and WiFi must take into account possible obstacles.\r\n\r\nFaced with these challenges, multisite operators have been reticent to take advantage of the flexibility and cost-savings associated with tablet POS.  Each venue has to be tailored according to the location, type of venue and volume of transactions. Managing an estate of multiple tablets and paired Bluetooth devices means that it can be operationally difficult to maintain the right connection between the right peripherals and devices.\r\n\r\nWith software now in the Cloud, direct connectivity with a tablet enabled by Star has solved these problems to provide a secure reliable connection without the need for a cumbersome POS terminal. Sleek and stylish tablet POS with a reliable connection is now available to restaurateurs of all sizes.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Is there a particular product that is noticeably popular at the moment?</strong></em></li>\r\n</ol>\r\nWith the growth of online ordering, one product that is proving particularly popular at the moment is the Star HI X Connect interface that incorporates Star’s digital receipting service and provides an ideal upgrade path to the Cloud. The versatile, feature-rich interface with new Star CloudPRNT™ technology provides intelligent printing for a range of hospitality applications, offering unparalleled flexibility for remote receipt and order printing.\r\n\r\nThe Star TSP654II, TSP743II and TSP847II label, ticket and receipt printers as well as the SP700 kitchen printer can easily be upgraded and transformed into a cloud printer by simply using the cost-effective HI X Connect interface.  Alternatively, the TSP654II HI X printer with built-in interface is cloud-ready and is one of the lowest cost kitchen / front-of-house Cloud printers on the market able to communicate with all integrated Cloud solutions as well as provide local POS receipting if need be.\r\n\r\nFitted to the compatible printer models, the HI X Connect interface boasts a variety of connectivity options and Development Tools to provide a versatile future-proof solution. WiFi, USB and Ethernet connections can all be used concurrently with the printer printing on a first come, first served basis.\r\n\r\n<strong>Star CloudPRNT</strong> enables remote printing directly and securely from a web server to Star printers anywhere in the world without the need for a local POS terminal or PC, avoiding complicated network configurations.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What are the future plans for the company?</strong></em></li>\r\n</ol>\r\nStar is continually innovating and launching new products that respond to a rapidly evolving marketplace.  In fact, we have a major product launch in November with yet another solution that no one else can provide. As we continue to increase the number of software partners who integrate our products, Star will be able to reinforce its position as the leading POS printing solution provider for the dynamic hospitality sector.\r\n\r\n<a href=\"http://star-emea.com/\" target=\"_blank\" rel=\"noopener\">http://star-emea.com/</a>','EPOS - Q&A: Star Micronics','','inherit','closed','closed','','599-revision-v1','','','2017-11-26 09:21:18','2017-11-26 09:21:18','',599,'http://www.ontradeprogress.com/2017/11/26/599-revision-v1/',0,'revision','',0),(603,1,'2017-11-26 09:27:31','2017-11-26 09:27:31','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A: Star Micronics</u></strong></h3>\n<em>On-Trade Progress’ Chief Editor, Mike Underwood, interviews Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA:</em>\n\n&nbsp;\n<ol>\n 	<li><em><strong>Tell me about Star Micronics…<img class=\"wp-image-601 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1024x359.jpg\" alt=\"\" width=\"183\" height=\"64\" /></strong></em></li>\n</ol>\nStar Micronics was founded in 1947 and is one of the world’s largest and most established POS printer manufacturers with an extensive range of innovative desktop and mobile Bluetooth, Cloud, USB and WiFi printing solutions that have attracted long term customers from McDonald’s to retailers of all sizes including Harrods.\n\nWe feel we have pioneered the POS receipt transition from traditional Windows terminals to tablet and smartphone devices for Windows, Android and most importantly Apple iOS. Who knew that Apple would dominate this new market sector and Star has responded with unique products such as the only USB printer to communicate and charge with an iPad so customers do not have to depend on Bluetooth or WiFi solutions, and it is much simpler to install thereby reducing the number of support calls.\n\n&nbsp;\n<ol>\n 	<li><em><strong>What is your role in the company?</strong></em></li>\n</ol>\nIt is hard to believe I have worked for Star Micronics for almost 30 years and have thoroughly enjoyed leading the marketing department. Star produced the first Bluetooth POS receipt printer and followed through with the first Bluetooth combined printer and cash drawer, the compact and sexy mPOP™. Yes, I do firmly believe you can describe retail hardware as sexy, but maybe that is the result of working so long for such a great company as Star, a true leader in its field!\n\n&nbsp;\n<ol>\n 	<li><em><strong>What makes Star Micronics different to your competitors?</strong></em></li>\n</ol>\nOur number one goal is to support our EPOS providers, Software Houses and customers who prefer to choose their own hardware with the widest choice of connectivity options for retailers and restaurateurs of all types, big and small. I have also been told so many times that Star provides the best documentation on the market with the result that installation is simpler, thereby saving time and costs. Simple installation, fast reliable printers designed for the hospitality market with a technical department willing to talk through solutions to large or small operators are the reasons why we have retained so many happy customers.\n\n&nbsp;\n<ol>\n 	<li><em><strong>What positive impact could Star Micronics have on a hospitality venue?</strong></em></li>\n</ol>\nWith our wide portfolio of traditional and tablet based printing solutions Star can truly allow your hospitality venue to benefit from a solution that is tailored to your individual needs whether you are currently using a traditional POS solution, looking for an upgrade path to the Cloud or upgrading your existing tablet POS system.\n\nToday restaurateurs have the choice of a traditional POS terminal or new and innovative tablet POS which has taken great strides in recent years to provide the flexibility and mobility increasingly required within hospitality environments. However, it has been hindered by concern for communication and connectivity issues with cable-free communication being affected by obstacles such as brick walls and even fridges and microwaves. This situation is further compounded by the fact that tablet POS receipt printers need network connections and cabling for reliable printer connection and tablet charging when cable-free communication is not considered suitable. Bluetooth connectivity may be slow and WiFi must take into account possible obstacles.\n\nFaced with these challenges, multisite operators have been reticent to take advantage of the flexibility and cost-savings associated with tablet POS.  Each venue has to be tailored according to the location, type of venue and volume of transactions. Managing an estate of multiple tablets and paired Bluetooth devices means that it can be operationally difficult to maintain the right connection between the right peripherals and devices.\n\nWith software now in the Cloud, direct connectivity with a tablet enabled by Star has solved these problems to provide a secure reliable connection without the need for a cumbersome POS terminal. Sleek and stylish tablet POS with a reliable connection is now available to restaurateurs of all sizes.\n\n&nbsp;\n<ol>\n 	<li><em><strong>Is there a particular product that is noticeably popular at the moment?</strong></em></li>\n</ol>\nWith the growth of online ordering, one product that is proving particularly popular at the moment is the Star HI X Connect interface that incorporates Star’s digital receipting service and provides an ideal upgrade path to the Cloud. The versatile, feature-rich interface with new Star CloudPRNT™ technology provides intelligent printing for a range of hospitality applications, offering unparalleled flexibility for remote receipt and order printing.\n\nThe Star TSP654II, TSP743II and TSP847II label, ticket and receipt printers as well as the SP700 kitchen printer can easily be upgraded and transformed into a cloud printer by simply using the cost-effective HI X Connect interface.  Alternatively, the TSP654II HI X printer with built-in interface is cloud-ready and is one of the lowest cost kitchen / front-of-house Cloud printers on the market able to communicate with all integrated Cloud solutions as well as provide local POS receipting if need be.\n\nFitted to the compatible printer models, the HI X Connect interface boasts a variety of connectivity options and Development Tools to provide a versatile future-proof solution. WiFi, USB and Ethernet connections can all be used concurrently with the printer printing on a first come, first served basis.\n\n<strong>Star CloudPRNT</strong> enables remote printing directly and securely from a web server to Star printers anywhere in the world without the need for a local POS terminal or PC, avoiding complicated network configurations.\n\n&nbsp;\n<ol>\n 	<li><em><strong>What are the future plans for the company?</strong></em></li>\n</ol>\nStar is continually innovating and launching new products that respond to a rapidly evolving marketplace.  In fact, we have a major product launch in November with yet another solution that no one else can provide. As we continue to increase the number of software partners who integrate our products, Star will be able to reinforce its position as the leading POS printing solution provider for the dynamic hospitality sector.\n\nhttp://star-emea.com/','EPOS - Q&A: Star Micronics','','inherit','closed','closed','','599-autosave-v1','','','2017-11-26 09:27:31','2017-11-26 09:27:31','',599,'http://www.ontradeprogress.com/2017/11/26/599-autosave-v1/',0,'revision','',0),(604,1,'2017-11-26 09:26:23','2017-11-26 09:26:23','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A: Star Micronics</u></strong></h3>\r\n<em>On-Trade Progress’ Chief Editor, Mike Underwood, interviews Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA:</em>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Tell me about Star Micronics…<img class=\"wp-image-601 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1024x359.jpg\" alt=\"\" width=\"183\" height=\"64\" /></strong></em></li>\r\n</ol>\r\nStar Micronics was founded in 1947 and is one of the world’s largest and most established POS printer manufacturers with an extensive range of innovative desktop and mobile Bluetooth, Cloud, USB and WiFi printing solutions that have attracted long term customers from McDonald’s to retailers of all sizes including Harrods.\r\n\r\nWe feel we have pioneered the POS receipt transition from traditional Windows terminals to tablet and smartphone devices for Windows, Android and most importantly Apple iOS. Who knew that Apple would dominate this new market sector and Star has responded with unique products such as the only USB printer to communicate and charge with an iPad so customers do not have to depend on Bluetooth or WiFi solutions, and it is much simpler to install thereby reducing the number of support calls.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What is your role in the company?</strong></em></li>\r\n</ol>\r\nIt is hard to believe I have worked for Star Micronics for almost 30 years and have thoroughly enjoyed leading the marketing department. Star produced the first Bluetooth POS receipt printer and followed through with the first Bluetooth combined printer and cash drawer, the compact and sexy mPOP™. Yes, I do firmly believe you can describe retail hardware as sexy, but maybe that is the result of working so long for such a great company as Star, a true leader in its field!\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What makes Star Micronics different to your competitors?</strong></em></li>\r\n</ol>\r\nOur number one goal is to support our EPOS providers, Software Houses and customers who prefer to choose their own hardware with the widest choice of connectivity options for retailers and restaurateurs of all types, big and small. I have also been told so many times that Star provides the best documentation on the market with the result that installation is simpler, thereby saving time and costs. Simple installation, fast reliable printers designed for the hospitality market with a technical department willing to talk through solutions to large or small operators are the reasons why we have retained so many happy customers.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What positive impact could Star Micronics have on a hospitality venue?</strong></em></li>\r\n</ol>\r\nWith our wide portfolio of traditional and tablet based printing solutions Star can truly allow your hospitality venue to benefit from a solution that is tailored to your individual needs whether you are currently using a traditional POS solution, looking for an upgrade path to the Cloud or upgrading your existing tablet POS system.\r\n\r\nToday restaurateurs have the choice of a traditional POS terminal or new and innovative tablet POS which has taken great strides in recent years to provide the flexibility and mobility increasingly required within hospitality environments. However, it has been hindered by concern for communication and connectivity issues with cable-free communication being affected by obstacles such as brick walls and even fridges and microwaves. This situation is further compounded by the fact that tablet POS receipt printers need network connections and cabling for reliable printer connection and tablet charging when cable-free communication is not considered suitable. Bluetooth connectivity may be slow and WiFi must take into account possible obstacles.\r\n\r\nFaced with these challenges, multisite operators have been reticent to take advantage of the flexibility and cost-savings associated with tablet POS.  Each venue has to be tailored according to the location, type of venue and volume of transactions. Managing an estate of multiple tablets and paired Bluetooth devices means that it can be operationally difficult to maintain the right connection between the right peripherals and devices.\r\n\r\nWith software now in the Cloud, direct connectivity with a tablet enabled by Star has solved these problems to provide a secure reliable connection without the need for a cumbersome POS terminal. Sleek and stylish tablet POS with a reliable connection is now available to restaurateurs of all sizes.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Is there a particular product that is noticeably popular at the moment?</strong></em></li>\r\n</ol>\r\nWith the growth of online ordering, one product that is proving particularly popular at the moment is the Star HI X Connect interface that incorporates Star’s digital receipting service and provides an ideal upgrade path to the Cloud. The versatile, feature-rich interface with new Star CloudPRNT™ technology provides intelligent printing for a range of hospitality applications, offering unparalleled flexibility for remote receipt and order printing.\r\n\r\nThe Star TSP654II, TSP743II and TSP847II label, ticket and receipt printers as well as the SP700 kitchen printer can easily be upgraded and transformed into a cloud printer by simply using the cost-effective HI X Connect interface.  Alternatively, the TSP654II HI X printer with built-in interface is cloud-ready and is one of the lowest cost kitchen / front-of-house Cloud printers on the market able to communicate with all integrated Cloud solutions as well as provide local POS receipting if need be.\r\n\r\nFitted to the compatible printer models, the HI X Connect interface boasts a variety of connectivity options and Development Tools to provide a versatile future-proof solution. WiFi, USB and Ethernet connections can all be used concurrently with the printer printing on a first come, first served basis.\r\n\r\n<strong>Star CloudPRNT</strong> enables remote printing directly and securely from a web server to Star printers anywhere in the world without the need for a local POS terminal or PC, avoiding complicated network configurations.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What are the future plans for the company?</strong></em></li>\r\n</ol>\r\nStar is continually innovating and launching new products that respond to a rapidly evolving marketplace.  In fact, we have a major product launch in November with yet another solution that no one else can provide. As we continue to increase the number of software partners who integrate our products, Star will be able to reinforce its position as the leading POS printing solution provider for the dynamic hospitality sector.\r\n\r\n<a href=\"https://www.stargb.com/\" target=\"_blank\" rel=\"noopener\">www.stargb.com</a>','EPOS - Q&A: Star Micronics','','inherit','closed','closed','','599-revision-v1','','','2017-11-26 09:26:23','2017-11-26 09:26:23','',599,'http://www.ontradeprogress.com/2017/11/26/599-revision-v1/',0,'revision','',0),(605,1,'2017-11-26 09:27:39','2017-11-26 09:27:39','<h3 style=\"text-align: center;\"><strong><u>Q&amp;A: Star Micronics</u></strong></h3>\r\n<em>On-Trade Progress’ Chief Editor, Mike Underwood, interviews Annette Tarlton, Marketing Director at EPOS specialists Star Micronics EMEA:</em>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Tell me about Star Micronics…<img class=\"wp-image-601 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/11/nov17-page-42-1024x359.jpg\" alt=\"\" width=\"183\" height=\"64\" /></strong></em></li>\r\n</ol>\r\nStar Micronics was founded in 1947 and is one of the world’s largest and most established POS printer manufacturers with an extensive range of innovative desktop and mobile Bluetooth, Cloud, USB and WiFi printing solutions that have attracted long term customers from McDonald’s to retailers of all sizes including Harrods.\r\n\r\nWe feel we have pioneered the POS receipt transition from traditional Windows terminals to tablet and smartphone devices for Windows, Android and most importantly Apple iOS. Who knew that Apple would dominate this new market sector and Star has responded with unique products such as the only USB printer to communicate and charge with an iPad so customers do not have to depend on Bluetooth or WiFi solutions, and it is much simpler to install thereby reducing the number of support calls.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What is your role in the company?</strong></em></li>\r\n</ol>\r\nIt is hard to believe I have worked for Star Micronics for almost 30 years and have thoroughly enjoyed leading the marketing department. Star produced the first Bluetooth POS receipt printer and followed through with the first Bluetooth combined printer and cash drawer, the compact and sexy mPOP™. Yes, I do firmly believe you can describe retail hardware as sexy, but maybe that is the result of working so long for such a great company as Star, a true leader in its field!\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What makes Star Micronics different to your competitors?</strong></em></li>\r\n</ol>\r\nOur number one goal is to support our EPOS providers, Software Houses and customers who prefer to choose their own hardware with the widest choice of connectivity options for retailers and restaurateurs of all types, big and small. I have also been told so many times that Star provides the best documentation on the market with the result that installation is simpler, thereby saving time and costs. Simple installation, fast reliable printers designed for the hospitality market with a technical department willing to talk through solutions to large or small operators are the reasons why we have retained so many happy customers.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What positive impact could Star Micronics have on a hospitality venue?</strong></em></li>\r\n</ol>\r\nWith our wide portfolio of traditional and tablet based printing solutions Star can truly allow your hospitality venue to benefit from a solution that is tailored to your individual needs whether you are currently using a traditional POS solution, looking for an upgrade path to the Cloud or upgrading your existing tablet POS system.\r\n\r\nToday restaurateurs have the choice of a traditional POS terminal or new and innovative tablet POS which has taken great strides in recent years to provide the flexibility and mobility increasingly required within hospitality environments. However, it has been hindered by concern for communication and connectivity issues with cable-free communication being affected by obstacles such as brick walls and even fridges and microwaves. This situation is further compounded by the fact that tablet POS receipt printers need network connections and cabling for reliable printer connection and tablet charging when cable-free communication is not considered suitable. Bluetooth connectivity may be slow and WiFi must take into account possible obstacles.\r\n\r\nFaced with these challenges, multisite operators have been reticent to take advantage of the flexibility and cost-savings associated with tablet POS.  Each venue has to be tailored according to the location, type of venue and volume of transactions. Managing an estate of multiple tablets and paired Bluetooth devices means that it can be operationally difficult to maintain the right connection between the right peripherals and devices.\r\n\r\nWith software now in the Cloud, direct connectivity with a tablet enabled by Star has solved these problems to provide a secure reliable connection without the need for a cumbersome POS terminal. Sleek and stylish tablet POS with a reliable connection is now available to restaurateurs of all sizes.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>Is there a particular product that is noticeably popular at the moment?</strong></em></li>\r\n</ol>\r\nWith the growth of online ordering, one product that is proving particularly popular at the moment is the Star HI X Connect interface that incorporates Star’s digital receipting service and provides an ideal upgrade path to the Cloud. The versatile, feature-rich interface with new Star CloudPRNT™ technology provides intelligent printing for a range of hospitality applications, offering unparalleled flexibility for remote receipt and order printing.\r\n\r\nThe Star TSP654II, TSP743II and TSP847II label, ticket and receipt printers as well as the SP700 kitchen printer can easily be upgraded and transformed into a cloud printer by simply using the cost-effective HI X Connect interface.  Alternatively, the TSP654II HI X printer with built-in interface is cloud-ready and is one of the lowest cost kitchen / front-of-house Cloud printers on the market able to communicate with all integrated Cloud solutions as well as provide local POS receipting if need be.\r\n\r\nFitted to the compatible printer models, the HI X Connect interface boasts a variety of connectivity options and Development Tools to provide a versatile future-proof solution. WiFi, USB and Ethernet connections can all be used concurrently with the printer printing on a first come, first served basis.\r\n\r\n<strong>Star CloudPRNT</strong> enables remote printing directly and securely from a web server to Star printers anywhere in the world without the need for a local POS terminal or PC, avoiding complicated network configurations.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em><strong>What are the future plans for the company?</strong></em></li>\r\n</ol>\r\nStar is continually innovating and launching new products that respond to a rapidly evolving marketplace.  In fact, we have a major product launch in November with yet another solution that no one else can provide. As we continue to increase the number of software partners who integrate our products, Star will be able to reinforce its position as the leading POS printing solution provider for the dynamic hospitality sector.\r\n\r\n<a href=\"http://star-emea.com/\" target=\"_blank\" rel=\"noopener\">http://star-emea.com/</a>','EPOS - Q&A: Star Micronics','','inherit','closed','closed','','599-revision-v1','','','2017-11-26 09:27:39','2017-11-26 09:27:39','',599,'http://www.ontradeprogress.com/2017/11/26/599-revision-v1/',0,'revision','',0),(606,1,'2017-12-01 17:51:16','2017-12-01 17:51:16','<h3 style=\"text-align: center;\">ALMR reaction to new planning guidance to protect London\'s clubs</h3>\r\n<h6><em><strong>Kate Nicholls, CEO of the ALMR, the leading voice for the UK’s eating and drinking out sector, comments:</strong></em></h6>\r\n“We fully welcome the Mayor’s new guidance on planning which will see the Agent of Change principle written into the London Plan. The ALMR has been long campaigned for this additional protection, which will go a long way to slowing the large number of pub and late-night venue closures we have seen in the capital in recent years. We now want to see councils in other cities across the UK adopt this sensible approach, extending this protection nationwide and enabling the night-time economy to thrive.”\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.almr.org.uk\" target=\"_blank\" rel=\"noopener\">www.almr.org.uk</a>','ALMR reaction to new planning guidance to protect London\'s clubs','','publish','closed','open','','almr-reaction-new-planning-guidance-protect-londons-clubs','','','2017-12-01 17:51:16','2017-12-01 17:51:16','',0,'http://www.ontradeprogress.com/?p=606',0,'post','',0),(607,1,'2017-12-01 17:51:16','2017-12-01 17:51:16','<h3 style=\"text-align: center;\">ALMR reaction to new planning guidance to protect London\'s clubs</h3>\r\n<h6><em><strong>Kate Nicholls, CEO of the ALMR, the leading voice for the UK’s eating and drinking out sector, comments:</strong></em></h6>\r\n“We fully welcome the Mayor’s new guidance on planning which will see the Agent of Change principle written into the London Plan. The ALMR has been long campaigned for this additional protection, which will go a long way to slowing the large number of pub and late-night venue closures we have seen in the capital in recent years. We now want to see councils in other cities across the UK adopt this sensible approach, extending this protection nationwide and enabling the night-time economy to thrive.”\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.almr.org.uk\" target=\"_blank\" rel=\"noopener\">www.almr.org.uk</a>','ALMR reaction to new planning guidance to protect London\'s clubs','','inherit','closed','closed','','606-revision-v1','','','2017-12-01 17:51:16','2017-12-01 17:51:16','',606,'http://www.ontradeprogress.com/2017/12/01/606-revision-v1/',0,'revision','',0),(608,1,'2017-12-01 18:12:10','2017-12-01 18:12:10','<h4 style=\"text-align: center;\"><strong><u>Brakes Scotland celebrates 500 Scottish products with a new brochure backed by Gary Maclean.</u></strong></h4>\r\n&nbsp;\r\n\r\nBrakes Scotland, the largest foodservice provider launches their third Scottish brochure that features top quality produce from over 100 Scottish suppliers.\r\n\r\nNew for this year, the brochure features scotch beef, artisan cheese from Tain, Eteaket tea from Edinburgh, new sorbets from Arran Dairies and includes many Scottish favourites such as wild venison, haggis, an extensive dairy range and the bestselling Scottish craft beer lines.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg\"><img class=\"alignleft wp-image-610\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg\" alt=\"Brakes Scotland - Smoked Duck\" width=\"253\" height=\"191\" /></a>\r\n\r\nJohn McLintock, Operations Director for Brakes Scotland said, “This is our 3rd version of the brochure and each year our range gets bigger and better for our customers. The focus this year and for next is firmly on fresh, quality Scottish produce and we are delighted to be promoting the best of the best, Scotch beef PGI in conjunction with QMS.”\r\n\r\nThe scotch beef supplied by Scottish Gourmet in the Borders is all sourced from quality assured farms throughout Scotland and is being sold under Brakes Scotland’s new fresh brand “Caledonia Farms”. Caledonia Farms promotes high quality, fresh, Scottish products from farms throughout Scotland. Look out for more Brakes Scotland produce under the Caledonia Farms brand in 2018.\r\n\r\nThroughout the brochure, Gary has prepared recipes and used ingredients that he loves to cook with including scotch beef ribeye steaks, venison and seafood. You will also find video inspiration including Gary’s visit to Shetland to harvest mussels.\r\n\r\nGary Maclean adds, “I’ve been a Brakes customer for over 20 years and I love that Brakes are working with small/medium artisan producers offering a fantastic range of local produce to an already extensive range. The direction Brakes Scotland is taking is really exciting and I urge chefs to buy the best and let the food do the talking.”\r\n\r\nBrakes prides itself on local relationships and close ties with Scottish suppliers, to subsequently support businesses as they develop outstanding Scottish menus. Also drawing on its multinational reach and scale to go beyond mere food supply services, Brakes offers customers’ additional support, helping them to effectively manage costs as well as provide insights into food trends and advise on allergens and nutrition.\r\n\r\nTo see the full brochure visit: <a href=\"http://bit.ly/2hW0Ktd\" target=\"_blank\" rel=\"noopener\"><u>bit.ly/2hW0Ktd</u></a>','Brakes Scotland celebrates 500 Scottish products with a new brochure backed by Gary Maclean.','','publish','closed','open','','brakes-scotland-celebrates-500-scottish-products-new-brochure-backed-gary-maclean','','','2018-01-14 17:32:54','2018-01-14 17:32:54','',0,'http://www.ontradeprogress.com/?p=608',0,'post','',0),(609,1,'2017-12-01 17:57:19','2017-12-01 17:57:19','','Brakes Scotland brochure','','inherit','closed','closed','','brakes-scotland-brochure','','','2017-12-01 18:09:27','2017-12-01 18:09:27','',608,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Brakes-Scotland-brochure.jpg',0,'attachment','image/jpeg',0),(610,1,'2017-12-01 17:58:21','2017-12-01 17:58:21','','smoked duck','','inherit','closed','closed','','smoked-duck','','','2017-12-01 18:10:10','2017-12-01 18:10:10','',608,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg',0,'attachment','image/jpeg',0),(611,1,'2017-12-01 18:12:10','2017-12-01 18:12:10','<h3 style=\"text-align: center;\"><strong><u>Brakes Scotland celebrates 500 Scottish products with a new brochure backed by Gary Maclean.</u></strong></h3>\r\nBrakes Scotland, the largest foodservice provider launches their third Scottish brochure that features top quality produce from over 100 Scottish suppliers.\r\n\r\nNew for this year, the brochure features scotch beef, artisan cheese from Tain, Eteaket tea from Edinburgh, new sorbets from Arran Dairies and includes many Scottish favourites such as wild venison, haggis, an extensive dairy range and the bestselling Scottish craft beer lines.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg\"><img class=\"alignleft wp-image-610\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg\" alt=\"Brakes Scotland - Smoked Duck\" width=\"253\" height=\"191\" /></a>\r\n\r\nJohn McLintock, Operations Director for Brakes Scotland said, “This is our 3rd version of the brochure and each year our range gets bigger and better for our customers. The focus this year and for next is firmly on fresh, quality Scottish produce and we are delighted to be promoting the best of the best, Scotch beef PGI in conjunction with QMS.”\r\n\r\nThe scotch beef supplied by Scottish Gourmet in the Borders is all sourced from quality assured farms throughout Scotland and is being sold under Brakes Scotland’s new fresh brand “Caledonia Farms”. Caledonia Farms promotes high quality, fresh, Scottish products from farms throughout Scotland. Look out for more Brakes Scotland produce under the Caledonia Farms brand in 2018.\r\n\r\nThroughout the brochure, Gary has prepared recipes and used ingredients that he loves to cook with including scotch beef ribeye steaks, venison and seafood. You will also find video inspiration including Gary’s visit to Shetland to harvest mussels.\r\n\r\nGary Maclean adds, “I’ve been a Brakes customer for over 20 years and I love that Brakes are working with small/medium artisan producers offering a fantastic range of local produce to an already extensive range. The direction Brakes Scotland is taking is really exciting and I urge chefs to buy the best and let the food do the talking.”\r\n\r\nBrakes prides itself on local relationships and close ties with Scottish suppliers, to subsequently support businesses as they develop outstanding Scottish menus. Also drawing on its multinational reach and scale to go beyond mere food supply services, Brakes offers customers’ additional support, helping them to effectively manage costs as well as provide insights into food trends and advise on allergens and nutrition.\r\n\r\nTo see the full brochure visit: <a href=\"http://bit.ly/2hW0Ktd\" target=\"_blank\" rel=\"noopener\"><u>bit.ly/2hW0Ktd</u></a>','Brakes Scotland celebrates 500 Scottish products with a new brochure backed by Gary Maclean.','','inherit','closed','closed','','608-revision-v1','','','2017-12-01 18:12:10','2017-12-01 18:12:10','',608,'http://www.ontradeprogress.com/2017/12/01/608-revision-v1/',0,'revision','',0),(612,1,'2017-12-02 13:53:00','2017-12-02 13:53:00','<h4 style=\"text-align: center;\"><strong><u>Brakes Scotland celebrates 500 Scottish products with a new brochure backed by Gary Maclean.</u></strong></h4>\r\n&nbsp;\r\n\r\nBrakes Scotland, the largest foodservice provider launches their third Scottish brochure that features top quality produce from over 100 Scottish suppliers.\r\n\r\nNew for this year, the brochure features scotch beef, artisan cheese from Tain, Eteaket tea from Edinburgh, new sorbets from Arran Dairies and includes many Scottish favourites such as wild venison, haggis, an extensive dairy range and the bestselling Scottish craft beer lines.\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg\"><img class=\"alignleft wp-image-610\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg\" alt=\"Brakes Scotland - Smoked Duck\" width=\"253\" height=\"191\" /></a>\r\n\r\nJohn McLintock, Operations Director for Brakes Scotland said, “This is our 3rd version of the brochure and each year our range gets bigger and better for our customers. The focus this year and for next is firmly on fresh, quality Scottish produce and we are delighted to be promoting the best of the best, Scotch beef PGI in conjunction with QMS.”\r\n\r\nThe scotch beef supplied by Scottish Gourmet in the Borders is all sourced from quality assured farms throughout Scotland and is being sold under Brakes Scotland’s new fresh brand “Caledonia Farms”. Caledonia Farms promotes high quality, fresh, Scottish products from farms throughout Scotland. Look out for more Brakes Scotland produce under the Caledonia Farms brand in 2018.\r\n\r\nThroughout the brochure, Gary has prepared recipes and used ingredients that he loves to cook with including scotch beef ribeye steaks, venison and seafood. You will also find video inspiration including Gary’s visit to Shetland to harvest mussels.\r\n\r\nGary Maclean adds, “I’ve been a Brakes customer for over 20 years and I love that Brakes are working with small/medium artisan producers offering a fantastic range of local produce to an already extensive range. The direction Brakes Scotland is taking is really exciting and I urge chefs to buy the best and let the food do the talking.”\r\n\r\nBrakes prides itself on local relationships and close ties with Scottish suppliers, to subsequently support businesses as they develop outstanding Scottish menus. Also drawing on its multinational reach and scale to go beyond mere food supply services, Brakes offers customers’ additional support, helping them to effectively manage costs as well as provide insights into food trends and advise on allergens and nutrition.\r\n\r\nTo see the full brochure visit: <a href=\"http://bit.ly/2hW0Ktd\" target=\"_blank\" rel=\"noopener\"><u>bit.ly/2hW0Ktd</u></a>','Brakes Scotland celebrates 500 Scottish products with a new brochure backed by Gary Maclean.','','inherit','closed','closed','','608-revision-v1','','','2017-12-02 13:53:00','2017-12-02 13:53:00','',608,'http://www.ontradeprogress.com/2017/12/02/608-revision-v1/',0,'revision','',0),(613,1,'2017-12-02 13:57:47','2017-12-02 13:57:47','<h4 style=\"text-align: center;\"><u>CAMRA and Drinkaware announce the first ever London low alcohol beer competition</u></h4>\r\nCAMRA North London will be hosting the first ever competition to find the best low alcohol beer brewed in London at the London Drinker Beer &amp; Cider Festival in March in Camden.\r\n\r\nThe competition is open to any beer of 3% ABV or lower with the aim of showing that a beer doesn\'t have to be strong to be tasty. Alcohol education charity, Drinkaware, are sponsoring the competition.\r\n\r\nRommel Moseley, Drinkaware Director of Business Development and Partnerships said: <em>“Drinkaware is delighted to be sponsoring this first-ever competition to find the Champion Low Alcohol Beer of London. Drinks that are low in alcohol don’t have to be low on taste and it’s good to see a growing number of brewers producing flavourful beers with lower ABVs, which can help customers to moderate their consumption of alcohol and minimise the harms associated with it.”</em>\r\n\r\nThe Festival’s organiser, Christine Cryne, added: “<em>We welcome entries from any brewery, big or small, in any format, draught, can or bottle, the more the merrier! And we have put together a fantastic list of experienced judges to find us the very best beer. Anyone interested in putting in a beer, or even two, to this inaugural competition, which is free to enter, should contact me.\"</em>\r\n\r\n<a href=\"http://tinyurl.com/LDbeerfest\" target=\"_blank\" rel=\"noopener\">http://tinyurl.com/LDbeerfest</a>','CAMRA and Drinkaware announce the first ever London low alcohol beer competition','','publish','closed','open','','camra-drinkaware-announce-first-ever-london-low-alcohol-beer-competition','','','2017-12-02 13:57:47','2017-12-02 13:57:47','',0,'http://www.ontradeprogress.com/?p=613',0,'post','',0),(614,1,'2017-12-02 13:54:03','2017-12-02 13:54:03','','Rommel Moseley Drinkaware director of business development and partnerships 3','','inherit','closed','closed','','rommel-moseley-drinkaware-director-of-business-development-and-partnerships-3','','','2017-12-02 13:54:29','2017-12-02 13:54:29','',613,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Rommel-Moseley-Drinkaware-director-of-business-development-and-partnerships-3.jpg',0,'attachment','image/jpeg',0),(615,1,'2017-12-02 13:57:47','2017-12-02 13:57:47','<h4 style=\"text-align: center;\"><u>CAMRA and Drinkaware announce the first ever London low alcohol beer competition</u></h4>\r\nCAMRA North London will be hosting the first ever competition to find the best low alcohol beer brewed in London at the London Drinker Beer &amp; Cider Festival in March in Camden.\r\n\r\nThe competition is open to any beer of 3% ABV or lower with the aim of showing that a beer doesn\'t have to be strong to be tasty. Alcohol education charity, Drinkaware, are sponsoring the competition.\r\n\r\nRommel Moseley, Drinkaware Director of Business Development and Partnerships said: <em>“Drinkaware is delighted to be sponsoring this first-ever competition to find the Champion Low Alcohol Beer of London. Drinks that are low in alcohol don’t have to be low on taste and it’s good to see a growing number of brewers producing flavourful beers with lower ABVs, which can help customers to moderate their consumption of alcohol and minimise the harms associated with it.”</em>\r\n\r\nThe Festival’s organiser, Christine Cryne, added: “<em>We welcome entries from any brewery, big or small, in any format, draught, can or bottle, the more the merrier! And we have put together a fantastic list of experienced judges to find us the very best beer. Anyone interested in putting in a beer, or even two, to this inaugural competition, which is free to enter, should contact me.\"</em>\r\n\r\n<a href=\"http://tinyurl.com/LDbeerfest\" target=\"_blank\" rel=\"noopener\">http://tinyurl.com/LDbeerfest</a>','CAMRA and Drinkaware announce the first ever London low alcohol beer competition','','inherit','closed','closed','','613-revision-v1','','','2017-12-02 13:57:47','2017-12-02 13:57:47','',613,'http://www.ontradeprogress.com/2017/12/02/613-revision-v1/',0,'revision','',0),(616,1,'2017-12-02 14:05:39','2017-12-02 14:05:39','<h4 style=\"text-align: center;\"><u>Hogs Back Brewery meets increased demand with £300k investment</u></h4>\r\nHogs Back Brewery is gearing up to meet increasing demand for its flagship beer TEA (Traditional English Ale), as well as its keg beer range, with a further £300k investment programme in the brewery at Tongham in Surrey. TEA is now sold in more than 1,000 supermarkets across the South-East and is a favourite cask ale in pubs throughout the region.\r\n\r\nThe first part of the programme is a new building housing a beer kegger, enabling Hogs Back to meet growing orders for Hogstar English Craft Lager and London\'s Outback Pale Ale from pubs and bars. A new beer filtering system will also be installed. These will also help support Hogs Back\'s innovation programme as it develops new products for the dynamic UK and export beer market.\r\n\r\nThe new building will be finished by the end of January, and the increased flexibility it delivers will also enable the brewery to meet demand for TEA from both the on-trade and off-trade. A further phase of significant investment in improvements and additions to the brewhouse is also scheduled for later in 2018, which will see the capacity of the brewhouse increase by 70%.\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery, said, \"This is a significant investment in the brewery, and will enable us to be even more flexible in terms of the range of beers we can brew and pack, as well as enabling us to increase capacity when needed.\r\n\r\n\"The UK beer market is more diverse than it\'s ever been, with consumers enjoying beer in a wide range of styles and formats. As a local brewer combining heritage with innovation, it\'s vital that we continue to invest to meet those consumer expectations.\r\n\r\n\"We\'re delighted that there is growing demand for our two innovative keg beers, Hogstar lager and London\'s Outback pale ale, and it\'s equally important that this latest investment gives us improved flexibility to supply TEA. Over the past two years we\'ve invested circa £300k, planted our 3.5 acre hop garden, and created five jobs at the brewery as a result.\"\r\n\r\nA new visitor reception area will also be completed in early December as the first stage to improving facilities in response to increased demand for tours and meetings, as well as providing a special event bar space.\r\n\r\nThe new beer kegger is from Brewology, while the filtration system was supplied by Liquid Solutions.\r\n\r\n<a href=\"https://www.hogsback.co.uk/\" target=\"_blank\" rel=\"noopener\">www.hogsback.co.uk</a>','Hogs Back Brewery meets increased demand with £300k investment','','publish','closed','open','','hogs-back-brewery-meets-increased-demand-300k-investment','','','2017-12-02 14:05:39','2017-12-02 14:05:39','',0,'http://www.ontradeprogress.com/?p=616',0,'post','',0),(617,1,'2017-12-02 14:00:03','2017-12-02 14:00:03','','New building in progress at Hogs Back Brewery','','inherit','closed','closed','','new-building-in-progress-at-hogs-back-brewery','','','2017-12-02 14:00:22','2017-12-02 14:00:22','',616,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/New-building-in-progress-at-Hogs-Back-Brewery.jpg',0,'attachment','image/jpeg',0),(618,1,'2017-12-02 14:05:39','2017-12-02 14:05:39','<h4 style=\"text-align: center;\"><u>Hogs Back Brewery meets increased demand with £300k investment</u></h4>\r\nHogs Back Brewery is gearing up to meet increasing demand for its flagship beer TEA (Traditional English Ale), as well as its keg beer range, with a further £300k investment programme in the brewery at Tongham in Surrey. TEA is now sold in more than 1,000 supermarkets across the South-East and is a favourite cask ale in pubs throughout the region.\r\n\r\nThe first part of the programme is a new building housing a beer kegger, enabling Hogs Back to meet growing orders for Hogstar English Craft Lager and London\'s Outback Pale Ale from pubs and bars. A new beer filtering system will also be installed. These will also help support Hogs Back\'s innovation programme as it develops new products for the dynamic UK and export beer market.\r\n\r\nThe new building will be finished by the end of January, and the increased flexibility it delivers will also enable the brewery to meet demand for TEA from both the on-trade and off-trade. A further phase of significant investment in improvements and additions to the brewhouse is also scheduled for later in 2018, which will see the capacity of the brewhouse increase by 70%.\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery, said, \"This is a significant investment in the brewery, and will enable us to be even more flexible in terms of the range of beers we can brew and pack, as well as enabling us to increase capacity when needed.\r\n\r\n\"The UK beer market is more diverse than it\'s ever been, with consumers enjoying beer in a wide range of styles and formats. As a local brewer combining heritage with innovation, it\'s vital that we continue to invest to meet those consumer expectations.\r\n\r\n\"We\'re delighted that there is growing demand for our two innovative keg beers, Hogstar lager and London\'s Outback pale ale, and it\'s equally important that this latest investment gives us improved flexibility to supply TEA. Over the past two years we\'ve invested circa £300k, planted our 3.5 acre hop garden, and created five jobs at the brewery as a result.\"\r\n\r\nA new visitor reception area will also be completed in early December as the first stage to improving facilities in response to increased demand for tours and meetings, as well as providing a special event bar space.\r\n\r\nThe new beer kegger is from Brewology, while the filtration system was supplied by Liquid Solutions.\r\n\r\n<a href=\"https://www.hogsback.co.uk/\" target=\"_blank\" rel=\"noopener\">www.hogsback.co.uk</a>','Hogs Back Brewery meets increased demand with £300k investment','','inherit','closed','closed','','616-revision-v1','','','2017-12-02 14:05:39','2017-12-02 14:05:39','',616,'http://www.ontradeprogress.com/2017/12/02/616-revision-v1/',0,'revision','',0),(619,1,'2017-12-13 22:47:18','2017-12-13 22:47:18','<h4 style=\"text-align: center;\"><strong>The revitalised Hotelympia is partnering with the British Hospitality Association (BHA) to lend support to its Cut Tourism VAT campaign – a drive to bring UK Tourism VAT into line with competitor destinations within the European Union.</strong></h4>\r\nFrom today, visitors pre-registering for the show (March 5-8, ExCeL London) will be given the chance to opt in and have their say in supporting the campaign. The BHA argues that any reduced rate will stimulate investment, create employment and boost growth within the UK hospitality sector. Additional research by Deloitte/Tourism Respect found that a reduction would contribute an extra £4.6 billion to HM Treasury over ten years and create 121,000 jobs.\r\n\r\nVisitors are urged to preregister and show their support for the campaign today at: <a href=\"http://www.hotelympia.com\">www.hotelympia.com</a>\r\n\r\nThe BHA is joined by Bourne Leisure Group, Merlin Entertainments Group and the British Association of Leisure Parks, Piers and Attractions in championing the Cut Tourism VAT campaign. With the Chancellor announcing a review of UK Tourism VAT in the latest autumn budget, the group sees 2018 as a crucial moment for the industry, and Hotelympia as a central platform for promoting the cause.\r\n\r\nGovernment Affairs Director for the British Hospitality Association, Vernon Hunte, comments: “Cut Tourism VAT is pleased to partner with Hotelympia and we look forward to speaking to delegates about how they can support the campaign. UK hospitality businesses compete on an unfair playing field with a Tourism VAT rate twice that of our European neighbours. 2018 is going to be crucial year in pressing home the case for a reduction.”\r\n\r\nHotelympia Portfolio Director, Ross Carter, adds: <em>“At a time of great uncertainty, British hospitality businesses need support from Government in creating an environment where they can thrive and prosper. With an independent treasury adviser attesting that such a reduction represents ‘one of the most efficient, if not the most efficient, means of generating GDP gains at low cost to the Exchequer’ Hotelympia 2018 supports this initiative wholeheartedly. As the UK’s leading hospitality event we are proud to bring it to the attention of some 25,000 visitors and look forward to hearing more about the progress of the campaign at the show itself.”</em>\r\n\r\nRegistration is now open for Hotelympia, as the UK’s leading hospitality event introduces four exciting and contemporary shows, united under one roof, as part of a fresh new identity.\r\n\r\nThe Professional Kitchen Show, The Foodservice Show incorporating Café Commerce, Hospitality Tech Show and Interiors and Tableware Show, will be specialist events in themselves, each benefitting from Hotelympia’s heritage – the market leading hospitality and foodservice event.\r\n\r\nFor further information and to preregister your attendance, please visit: <a href=\"http://www.hotelympia.com\">www.hotelympia.com</a> and follow us on Twitter for everything Hotelympia <a href=\"http://www.twitter.com/hotelympia\">www.twitter.com/hotelympia</a><strong>.</strong>','Hotelympia Partners with British Hospitality Association to Support Cut Tourism VAT Campaign','','publish','closed','open','','hotelympia-partners-british-hospitality-association-support-cut-tourism-vat-campaign','','','2017-12-13 22:47:18','2017-12-13 22:47:18','',0,'http://www.ontradeprogress.com/?p=619',0,'post','',0),(620,1,'2017-12-13 22:13:59','2017-12-13 22:13:59','','Hotelympia logo 2018-Hospitality','','inherit','closed','closed','','hotelympia-logo-2018-hospitality','','','2017-12-13 22:13:59','2017-12-13 22:13:59','',619,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Hotelympia-logo-2018-Hospitality.jpg',0,'attachment','image/jpeg',0),(621,1,'2017-12-13 22:47:18','2017-12-13 22:47:18','<h4 style=\"text-align: center;\"><strong>The revitalised Hotelympia is partnering with the British Hospitality Association (BHA) to lend support to its Cut Tourism VAT campaign – a drive to bring UK Tourism VAT into line with competitor destinations within the European Union.</strong></h4>\r\nFrom today, visitors pre-registering for the show (March 5-8, ExCeL London) will be given the chance to opt in and have their say in supporting the campaign. The BHA argues that any reduced rate will stimulate investment, create employment and boost growth within the UK hospitality sector. Additional research by Deloitte/Tourism Respect found that a reduction would contribute an extra £4.6 billion to HM Treasury over ten years and create 121,000 jobs.\r\n\r\nVisitors are urged to preregister and show their support for the campaign today at: <a href=\"http://www.hotelympia.com\">www.hotelympia.com</a>\r\n\r\nThe BHA is joined by Bourne Leisure Group, Merlin Entertainments Group and the British Association of Leisure Parks, Piers and Attractions in championing the Cut Tourism VAT campaign. With the Chancellor announcing a review of UK Tourism VAT in the latest autumn budget, the group sees 2018 as a crucial moment for the industry, and Hotelympia as a central platform for promoting the cause.\r\n\r\nGovernment Affairs Director for the British Hospitality Association, Vernon Hunte, comments: “Cut Tourism VAT is pleased to partner with Hotelympia and we look forward to speaking to delegates about how they can support the campaign. UK hospitality businesses compete on an unfair playing field with a Tourism VAT rate twice that of our European neighbours. 2018 is going to be crucial year in pressing home the case for a reduction.”\r\n\r\nHotelympia Portfolio Director, Ross Carter, adds: <em>“At a time of great uncertainty, British hospitality businesses need support from Government in creating an environment where they can thrive and prosper. With an independent treasury adviser attesting that such a reduction represents ‘one of the most efficient, if not the most efficient, means of generating GDP gains at low cost to the Exchequer’ Hotelympia 2018 supports this initiative wholeheartedly. As the UK’s leading hospitality event we are proud to bring it to the attention of some 25,000 visitors and look forward to hearing more about the progress of the campaign at the show itself.”</em>\r\n\r\nRegistration is now open for Hotelympia, as the UK’s leading hospitality event introduces four exciting and contemporary shows, united under one roof, as part of a fresh new identity.\r\n\r\nThe Professional Kitchen Show, The Foodservice Show incorporating Café Commerce, Hospitality Tech Show and Interiors and Tableware Show, will be specialist events in themselves, each benefitting from Hotelympia’s heritage – the market leading hospitality and foodservice event.\r\n\r\nFor further information and to preregister your attendance, please visit: <a href=\"http://www.hotelympia.com\">www.hotelympia.com</a> and follow us on Twitter for everything Hotelympia <a href=\"http://www.twitter.com/hotelympia\">www.twitter.com/hotelympia</a><strong>.</strong>','Hotelympia Partners with British Hospitality Association to Support Cut Tourism VAT Campaign','','inherit','closed','closed','','619-revision-v1','','','2017-12-13 22:47:18','2017-12-13 22:47:18','',619,'http://www.ontradeprogress.com/2017/12/13/619-revision-v1/',0,'revision','',0),(622,1,'2017-12-18 16:36:08','2017-12-18 16:36:08','<h3 style=\"text-align: center;\"><strong><u>CAMRA names the best four clubs in the country</u></strong></h3>\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Campaign for Real Ale (CAMRA) has named the best four clubs in the country as part of its Club of the Year 2018 competition, one of the most respected and well-known club awards in the UK.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Among the finalists are two Royal Air Force Association (RAFA) clubs - the Albatross Club in Bexhill-on-Sea and the Real Ale Farm in Bargoed, Wales. The Albatross was a finalist last year and took home the national title in 2016. It boasts an interesting collection of RAF memorabilia and regularly holds beer festivals and social events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Real Ale Farm is housed in the oldest surviving building in Bargoed, dating back to the 17th century. It offers the best range of quality beers for miles around, selected for flavour and interest and sourced from breweries both near and far. It hosts numerous charity events throughout the year.</span>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg\"><img class=\"alignright wp-image-625\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1-1024x768.jpg\" alt=\"Bexhill-on-Sea - Albatross-Club\" width=\"367\" height=\"275\" /></a>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Also in the running is the Appleton Thorn Village Hall in Warrington, a former school that has previously taken home the National CAMRA Club of the Year title for its agricultural-themed interior and local beer range. The club has recently introduced a new gin bar, which is also proving to be very popular with members.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Finally, the Flixton Conservative Club in Manchester is in the running after a recent transformation has seen an even wider range of real ales and ciders brought in. The club runs monthly brewery nights and a number of sports team and quiz events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The CAMRA Club of the Year competition is run in conjunction with Club Mirror magazine with the simple aim of finding the clubs with the greatest commitment to quality real ale – those which offer a fantastic atmosphere, welcoming surroundings and most importantly, top quality real ale served in great condition. Clubs are nominated by CAMRA branches across the country and judged by a panel of volunteer CAMRA members throughout the year.</span>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8.jpg\"><img class=\"alignleft wp-image-623\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8-1024x683.jpg\" alt=\"Appleton Thorn Village Hall\" width=\"369\" height=\"246\" /></a>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Keith Spencer, Club of the Year Co-ordinator said: “All four clubs demonstrate a first-class commitment to real ale and a dedication to the respective communities they each serve, making them all absolutely vital to their local areas.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Sean Ferris, Publisher and Managing Director of Club Mirror said: “ Now, more than ever, clubs are proving to be at the heart of the community and we’re proud to have been working with them to secure this position for the past 49 years.  Next year?  Our determination – and theirs – will be even stronger.  We’ll be campaigning and lobbying to ensure that they remain where they should be, at the heart of the community, despite so many closures in other sections of the local area.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The four finalists were presented with a commemorative plate yesterday at the Club Mirror Awards. They will now have to wait until spring next year to discover which will be named CAMRA\'s Club of the Year.</span>\r\n\r\n<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">http://www.camra.org.uk/</a>','CAMRA names the best four clubs in the country','','publish','closed','open','','camra-names-best-four-clubs-country','','','2017-12-19 17:00:57','2017-12-19 17:00:57','',0,'http://www.ontradeprogress.com/?p=622',0,'post','',0),(623,1,'2017-12-18 16:22:05','2017-12-18 16:22:05','','Appleton Thorn Village Hall','','inherit','closed','closed','','appleton-thorn-village-hall-8','','','2017-12-18 16:26:44','2017-12-18 16:26:44','',622,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8.jpg',0,'attachment','image/jpeg',0),(624,1,'2017-12-18 16:22:21','2017-12-18 16:22:21','','Albatross','','inherit','closed','closed','','albatross','','','2017-12-18 16:22:21','2017-12-18 16:22:21','',622,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Albatross.jpg',0,'attachment','image/jpeg',0),(625,1,'2017-12-18 16:22:32','2017-12-18 16:22:32','','','','inherit','closed','closed','','olympus-digital-camera-5','','','2017-12-18 16:24:47','2017-12-18 16:24:47','',622,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg',0,'attachment','image/jpeg',0),(626,1,'2017-12-18 16:22:48','2017-12-18 16:22:48','','camra','','inherit','closed','closed','','camra','','','2017-12-18 16:23:18','2017-12-18 16:23:18','',622,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/camra.jpg',0,'attachment','image/jpeg',0),(627,1,'2017-12-18 16:36:08','2017-12-18 16:36:08','<h3 style=\"text-align: center;\"><strong><u>CAMRA names the best four clubs in the country</u></strong></h3>\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Campaign for Real Ale (CAMRA) has named the best four clubs in the country as part of its Club of the Year 2018 competition, one of the most respected and well-known club awards in the UK.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Among the finalists are two Royal Air Force Association (RAFA) clubs - the Albatross Club in Bexhill-on-Sea and the Real Ale Farm in Bargoed, Wales. The Albatross was a finalist last year and took home the national title in 2016. It boasts an interesting collection of RAF memorabilia and regularly holds beer festivals and social events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Real Ale Farm is housed in the oldest surviving building in Bargoed, dating back to the 17th century. It offers the best range of quality beers for miles around, selected for flavour and interest and sourced from breweries both near and far. It hosts numerous charity events throughout the year.</span>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg\"><img class=\"alignright wp-image-625\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1-1024x768.jpg\" alt=\"Bexhill-on-Sea - Albatross-Club\" width=\"367\" height=\"275\" /></a>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Also in the running is the Appleton Thorn Village Hall in Warrington, a former school that has previously taken home the National CAMRA Club of the Year title for its agricultural-themed interior and local beer range. The club has recently introduced a new gin bar, which is also proving to be very popular with members.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Finally, the Flixton Conservative Club in Manchester is in the running after a recent transformation has seen an even wider range of real ales and ciders brought in. The club runs monthly brewery nights and a number of sports team and quiz events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The CAMRA Club of the Year competition is run in conjunction with Club Mirror magazine with the simple aim of finding the clubs with the greatest commitment to quality real ale – those which offer a fantastic atmosphere, welcoming surroundings and most importantly, top quality real ale served in great condition. Clubs are nominated by CAMRA branches across the country and judged by a panel of volunteer CAMRA members throughout the year.</span>\r\n\r\n<img class=\"alignleft  wp-image-623\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8-1024x683.jpg\" alt=\"Appleton Thorn Village Hall\" width=\"369\" height=\"246\" />\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Keith Spencer, Club of the Year Co-ordinator said: “All four clubs demonstrate a first-class commitment to real ale and a dedication to the respective communities they each serve, making them all absolutely vital to their local areas.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Sean Ferris, Publisher and Managing Director of Club Mirror said: “ Now, more than ever, clubs are proving to be at the heart of the community and we’re proud to have been working with them to secure this position for the past 49 years.  Next year?  Our determination – and theirs – will be even stronger.  We’ll be campaigning and lobbying to ensure that they remain where they should be, at the heart of the community, despite so many closures in other sections of the local area.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The four finalists were presented with a commemorative plate yesterday at the Club Mirror Awards. They will now have to wait until spring next year to discover which will be named CAMRA\'s Club of the Year.</span>','CAMRA names the best four clubs in the country','','inherit','closed','closed','','622-revision-v1','','','2017-12-18 16:36:08','2017-12-18 16:36:08','',622,'http://www.ontradeprogress.com/2017/12/18/622-revision-v1/',0,'revision','',0),(628,1,'2017-12-18 16:40:59','2017-12-18 16:40:59','<h3 style=\"text-align: center;\"><strong><u>CAMRA names the best four clubs in the country</u></strong></h3>\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Campaign for Real Ale (CAMRA) has named the best four clubs in the country as part of its Club of the Year 2018 competition, one of the most respected and well-known club awards in the UK.</span>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Among the finalists are two Royal Air Force Association (RAFA) clubs - the Albatross Club in Bexhill-on-Sea and the Real Ale Farm in Bargoed, Wales. The Albatross was a finalist last year and took home the national title in 2016. It boasts an interesting collection of RAF memorabilia and regularly holds beer festivals and social events.</span>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Real Ale Farm is housed in the oldest surviving building in Bargoed, dating back to the 17th century. It offers the best range of quality beers for miles around, selected for flavour and interest and sourced from breweries both near and far. It hosts numerous charity events throughout the year.</span>\n\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg\"><img class=\"alignright wp-image-625\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1-1024x768.jpg\" alt=\"Bexhill-on-Sea - Albatross-Club\" width=\"367\" height=\"275\" /></a>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Also in the running is the Appleton Thorn Village Hall in Warrington, a former school that has previously taken home the National CAMRA Club of the Year title for its agricultural-themed interior and local beer range. The club has recently introduced a new gin bar, which is also proving to be very popular with members.</span>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Finally, the Flixton Conservative Club in Manchester is in the running after a recent transformation has seen an even wider range of real ales and ciders brought in. The club runs monthly brewery nights and a number of sports team and quiz events.</span>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The CAMRA Club of the Year competition is run in conjunction with Club Mirror magazine with the simple aim of finding the clubs with the greatest commitment to quality real ale – those which offer a fantastic atmosphere, welcoming surroundings and most importantly, top quality real ale served in great condition. Clubs are nominated by CAMRA branches across the country and judged by a panel of volunteer CAMRA members throughout the year.</span>\n\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8.jpg\"><img class=\"alignleft wp-image-623\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8-1024x683.jpg\" alt=\"Appleton Thorn Village Hall\" width=\"369\" height=\"246\" /></a>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Keith Spencer, Club of the Year Co-ordinator said: “All four clubs demonstrate a first-class commitment to real ale and a dedication to the respective communities they each serve, making them all absolutely vital to their local areas.”</span>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Sean Ferris, Publisher and Managing Director of Club Mirror said: “ Now, more than ever, clubs are proving to be at the heart of the community and we’re proud to have been working with them to secure this position for the past 49 years.  Next year?  Our determination – and theirs – will be even stronger.  We’ll be campaigning and lobbying to ensure that they remain where they should be, at the heart of the community, despite so many closures in other sections of the local area.”</span>\n\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The four finalists were presented with a commemorative plate yesterday at the Club Mirror Awards. They will now have to wait until spring next year to discover which will be named CAMRA\'s Club of the Year.</span>\n\n<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">http://www.camra.org.uk/</a>','CAMRA names the best four clubs in the country','','inherit','closed','closed','','622-autosave-v1','','','2017-12-18 16:40:59','2017-12-18 16:40:59','',622,'http://www.ontradeprogress.com/2017/12/18/622-autosave-v1/',0,'revision','',0),(629,1,'2017-12-18 16:38:53','2017-12-18 16:38:53','<h3 style=\"text-align: center;\"><strong><u>CAMRA names the best four clubs in the country</u></strong></h3>\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Campaign for Real Ale (CAMRA) has named the best four clubs in the country as part of its Club of the Year 2018 competition, one of the most respected and well-known club awards in the UK.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Among the finalists are two Royal Air Force Association (RAFA) clubs - the Albatross Club in Bexhill-on-Sea and the Real Ale Farm in Bargoed, Wales. The Albatross was a finalist last year and took home the national title in 2016. It boasts an interesting collection of RAF memorabilia and regularly holds beer festivals and social events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Real Ale Farm is housed in the oldest surviving building in Bargoed, dating back to the 17th century. It offers the best range of quality beers for miles around, selected for flavour and interest and sourced from breweries both near and far. It hosts numerous charity events throughout the year.</span>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg\"><img class=\"alignright wp-image-625\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1-1024x768.jpg\" alt=\"Bexhill-on-Sea - Albatross-Club\" width=\"367\" height=\"275\" /></a>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Also in the running is the Appleton Thorn Village Hall in Warrington, a former school that has previously taken home the National CAMRA Club of the Year title for its agricultural-themed interior and local beer range. The club has recently introduced a new gin bar, which is also proving to be very popular with members.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Finally, the Flixton Conservative Club in Manchester is in the running after a recent transformation has seen an even wider range of real ales and ciders brought in. The club runs monthly brewery nights and a number of sports team and quiz events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The CAMRA Club of the Year competition is run in conjunction with Club Mirror magazine with the simple aim of finding the clubs with the greatest commitment to quality real ale – those which offer a fantastic atmosphere, welcoming surroundings and most importantly, top quality real ale served in great condition. Clubs are nominated by CAMRA branches across the country and judged by a panel of volunteer CAMRA members throughout the year.</span>\r\n\r\n<img class=\"alignleft wp-image-623\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8-1024x683.jpg\" alt=\"Appleton Thorn Village Hall\" width=\"369\" height=\"246\" />\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Keith Spencer, Club of the Year Co-ordinator said: “All four clubs demonstrate a first-class commitment to real ale and a dedication to the respective communities they each serve, making them all absolutely vital to their local areas.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Sean Ferris, Publisher and Managing Director of Club Mirror said: “ Now, more than ever, clubs are proving to be at the heart of the community and we’re proud to have been working with them to secure this position for the past 49 years.  Next year?  Our determination – and theirs – will be even stronger.  We’ll be campaigning and lobbying to ensure that they remain where they should be, at the heart of the community, despite so many closures in other sections of the local area.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The four finalists were presented with a commemorative plate yesterday at the Club Mirror Awards. They will now have to wait until spring next year to discover which will be named CAMRA\'s Club of the Year.</span>\r\n\r\n<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">http://www.camra.org.uk/</a>','CAMRA names the best four clubs in the country','','inherit','closed','closed','','622-revision-v1','','','2017-12-18 16:38:53','2017-12-18 16:38:53','',622,'http://www.ontradeprogress.com/2017/12/18/622-revision-v1/',0,'revision','',0),(630,1,'2017-12-19 17:00:57','2017-12-19 17:00:57','<h3 style=\"text-align: center;\"><strong><u>CAMRA names the best four clubs in the country</u></strong></h3>\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Campaign for Real Ale (CAMRA) has named the best four clubs in the country as part of its Club of the Year 2018 competition, one of the most respected and well-known club awards in the UK.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Among the finalists are two Royal Air Force Association (RAFA) clubs - the Albatross Club in Bexhill-on-Sea and the Real Ale Farm in Bargoed, Wales. The Albatross was a finalist last year and took home the national title in 2016. It boasts an interesting collection of RAF memorabilia and regularly holds beer festivals and social events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The Real Ale Farm is housed in the oldest surviving building in Bargoed, dating back to the 17th century. It offers the best range of quality beers for miles around, selected for flavour and interest and sourced from breweries both near and far. It hosts numerous charity events throughout the year.</span>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg\"><img class=\"alignright wp-image-625\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1-1024x768.jpg\" alt=\"Bexhill-on-Sea - Albatross-Club\" width=\"367\" height=\"275\" /></a>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Also in the running is the Appleton Thorn Village Hall in Warrington, a former school that has previously taken home the National CAMRA Club of the Year title for its agricultural-themed interior and local beer range. The club has recently introduced a new gin bar, which is also proving to be very popular with members.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Finally, the Flixton Conservative Club in Manchester is in the running after a recent transformation has seen an even wider range of real ales and ciders brought in. The club runs monthly brewery nights and a number of sports team and quiz events.</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The CAMRA Club of the Year competition is run in conjunction with Club Mirror magazine with the simple aim of finding the clubs with the greatest commitment to quality real ale – those which offer a fantastic atmosphere, welcoming surroundings and most importantly, top quality real ale served in great condition. Clubs are nominated by CAMRA branches across the country and judged by a panel of volunteer CAMRA members throughout the year.</span>\r\n\r\n<a href=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8.jpg\"><img class=\"alignleft wp-image-623\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/12/Appleton-Thorn-Village-Hall-8-1024x683.jpg\" alt=\"Appleton Thorn Village Hall\" width=\"369\" height=\"246\" /></a>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Keith Spencer, Club of the Year Co-ordinator said: “All four clubs demonstrate a first-class commitment to real ale and a dedication to the respective communities they each serve, making them all absolutely vital to their local areas.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">Sean Ferris, Publisher and Managing Director of Club Mirror said: “ Now, more than ever, clubs are proving to be at the heart of the community and we’re proud to have been working with them to secure this position for the past 49 years.  Next year?  Our determination – and theirs – will be even stronger.  We’ll be campaigning and lobbying to ensure that they remain where they should be, at the heart of the community, despite so many closures in other sections of the local area.”</span>\r\n\r\n<span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif;\">The four finalists were presented with a commemorative plate yesterday at the Club Mirror Awards. They will now have to wait until spring next year to discover which will be named CAMRA\'s Club of the Year.</span>\r\n\r\n<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">http://www.camra.org.uk/</a>','CAMRA names the best four clubs in the country','','inherit','closed','closed','','622-revision-v1','','','2017-12-19 17:00:57','2017-12-19 17:00:57','',622,'http://www.ontradeprogress.com/2017/12/19/622-revision-v1/',0,'revision','',0),(636,1,'2018-01-14 17:55:15','2018-01-14 17:55:15','<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\">On-Trade Progress visits a former ballroom that hasn’t lost its history</span></h3>\r\nIn the lead up to Christmas <em>On-Trade Progress </em>travelled north of London, to the quaint heart of Hitchin, where a stunning 1930s venue has been renovated to offer consumers food, live music and bagels. Hermitage Rd Bar and Restaurant is set in an impressive former ballroom where Eric Clapton once graced the stage and continues to stick to its rich history of entertainment.\r\n<blockquote class=\"modern-quote full\">“Our aim is to the market leader of ingenuity and gastronomy in Hitchin and the surrounding areas,” says Susanne McGregor, assistant general manager of Hermitage Rd Bar and Restaurant. “We aim to deliver a service based on passion, experience and enjoyment.”</blockquote>\r\n<h5>Rich history</h5>\r\nThe Hermitage Rd Bar and Restaurant has a rich cultural history, as McGregor explains: “In the 1930s to 1950s, Hermitage Rd was fondly known as The Herm, but officially the Hermitage Ballrooms and it was the place to be seen.”\r\n\r\nShe continues: “Everyone would come here to dance on a Saturday night and artists and bands such as Eric Clapton, Thin Lizzy, Alvin Stardust and Baron Nights all performed here. After this, The Herm became a failed nightclub until it was taken over by the Nye family (Anglian Country Inns) in May 2011. The interior was completely stripped back exposing beautiful original brickwork, which we decided should not be covered and plays a key part into the urban/industrial décor our regulars and new customers love.\r\n\r\n“We wanted to keep as many features to the building, our restaurant sits on the original maple sprung dance floor and we still have big music nights on the original stage.”\r\n\r\nThese music nights form a key aspect of Hermitage Rd Bar and Restaurant’s offering to customers, with its live music nights attracting crowds from all over the local area and further.\r\n\r\nAt <em>On-Trade Progress</em>, we always encourage venues to find their niche, and McGregor and the team believe they have found theirs. “Before we came to Hitchin, you would be hard-pushed to find a venue that hosted band nights and live music with as much space and atmosphere as us,” boasts McGregor. “We have a live acoustic (Sunday Sessions) every week in the bar with £5 cocktails. We also have a house band called Indi and The Vegas who fill a regular Friday night slot (Friday Night Funk).”\r\n<h5>A dramatic flair</h5>\r\nWhile the Hermitage Rd Bar and Restaurant has a rich history of performance, they offer this same dramatic flair to visitors too. Customers can watch their food coming to life before their eyes in an open kitchen dining experience. If consumers choose, they can sit “at the pass” to look at the action up close.\r\n\r\nFor the Hermitage Rd Bar and Restaurant team, its food offering is paramount in importance too, with its menu changing four times a year to offer a fresh and varied flavour.\r\n\r\nMcGregor says: “Our offer is premium casual dining, serving British-influenced cuisine. Our executive head chef, Joe Walker, is a new breed of young chef with fresh ideas and innovative combinations. We of course have our staple classics such as sticky pork belly ribs and premium steaks, but our menu changes four times a year with daily specials on offer.”\r\n\r\nThe restaurant also offers a contemporary favourite, coffee and bagels, which it offers on a separate menu – with the bagels made fresh every day.\r\n<h5>Getting festive</h5>\r\nWith Christmas upon us, we are implored to find out what Hermitage Rd Bar and Restaurant will be offering customers this festive season.\r\n\r\n“We have a loyalty card scheme where card holders can receive festive treats when they visit,” explains McGregor, which vary from a minced pie, a glass of cider, pigs in blankets and more. “We will also be having live bands every Friday night in the run up to Christmas. As well as a festive menu offer.\r\n\r\n“We try and give our guests as much choice as possible; people get sick of turkey throughout December, so we want them to have lots of delicious options to choose from.”\r\n\r\nAnd it has done just this. As well as a classic roast Norfolk turkey, the restaurant will also be serving up a 28-day aged rump steak, pan roasted seabass, lentil and aubergine shepherd’s pie, a beef and pork burger and a tempura tofu burger. As well as a range of starters and desserts, suitable for both carnivore and vegetarian alike.\r\n<h5>Looking back</h5>\r\nMcGregor and her team reflect on how far the Hermitage Rd Bar and Restaurant has come; not only from its former ballroom days, but also under the influence of Anglian County Inns.\r\n\r\nShe says: “When this building was The Herm, it was the place to go, and we have brought it back to that. If you ask anyone in the local area about Hermitage Rd Bar and Restaurant they will know about us. We have pushed the boundary of what a ‘restaurant’ can be with our food and entertainment offer.”\r\n\r\nFor new venue managers who may wish to imitate the stunning transformation of a classic venue to niche offering, she gives this advice. “You have to 100 per cent believe in what you are doing, Anglian Country Inns saw a huge space and could see the huge potential in it,” she concludes. “If you buy into what you are offering then so will others. Choose your market and stick to it and find a team that love the business. We call our staff family and treat them as if they are.”','Venue of the Month - Hermitage Rd Bar & Restaurant','','publish','closed','open','','venue-month-hermitage-rd-bar-restaurant','','','2018-01-14 17:55:15','2018-01-14 17:55:15','',0,'http://www.ontradeprogress.com/?p=636',0,'post','',0),(637,1,'2018-01-14 17:44:47','2018-01-14 17:44:47','','HermRd-Interiors-Jaf-0042','','inherit','closed','closed','','hermrd-interiors-jaf-0042','','','2018-01-14 17:44:47','2018-01-14 17:44:47','',636,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/HermRd-Interiors-Jaf-0042.jpg',0,'attachment','image/jpeg',0),(638,1,'2018-01-14 17:45:18','2018-01-14 17:45:18','','Page 24 25 (2)','','inherit','closed','closed','','page-24-25-2','','','2018-01-14 17:45:18','2018-01-14 17:45:18','',636,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/Page-24-25-2.jpg',0,'attachment','image/jpeg',0),(639,1,'2018-01-14 17:46:07','2018-01-14 17:46:07','','HermRd-Interiors-Jaf-0042','','inherit','closed','closed','','hermrd-interiors-jaf-0042-2','','','2018-01-14 17:46:07','2018-01-14 17:46:07','',636,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/HermRd-Interiors-Jaf-0042-1.jpg',0,'attachment','image/jpeg',0),(640,1,'2018-01-14 17:51:43','2018-01-14 17:51:43','','HermRd-Interiors-png','','inherit','closed','closed','','hermrd-interiors-png','','','2018-01-14 17:51:43','2018-01-14 17:51:43','',636,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/HermRd-Interiors-png.png',0,'attachment','image/png',0),(641,1,'2018-01-14 17:53:37','2018-01-14 17:53:37','','Hermitage Rd Bar & Restaurant','','inherit','closed','closed','','hermrd-interiors-jaf-0042-3','','','2018-01-14 17:54:19','2018-01-14 17:54:19','',636,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/HermRd-Interiors-Jaf-0042-2.jpg',0,'attachment','image/jpeg',0),(642,1,'2018-01-14 17:54:41','2018-01-14 17:54:41','<h3 style=\"text-align: center;\"><span style=\"text-decoration: underline;\">On-Trade Progress visits a former ballroom that hasn’t lost its history</span></h3>\r\nIn the lead up to Christmas <em>On-Trade Progress </em>travelled north of London, to the quaint heart of Hitchin, where a stunning 1930s venue has been renovated to offer consumers food, live music and bagels. Hermitage Rd Bar and Restaurant is set in an impressive former ballroom where Eric Clapton once graced the stage and continues to stick to its rich history of entertainment.\r\n<blockquote class=\"modern-quote full\">“Our aim is to the market leader of ingenuity and gastronomy in Hitchin and the surrounding areas,” says Susanne McGregor, assistant general manager of Hermitage Rd Bar and Restaurant. “We aim to deliver a service based on passion, experience and enjoyment.”</blockquote>\r\n<h5>Rich history</h5>\r\nThe Hermitage Rd Bar and Restaurant has a rich cultural history, as McGregor explains: “In the 1930s to 1950s, Hermitage Rd was fondly known as The Herm, but officially the Hermitage Ballrooms and it was the place to be seen.”\r\n\r\nShe continues: “Everyone would come here to dance on a Saturday night and artists and bands such as Eric Clapton, Thin Lizzy, Alvin Stardust and Baron Nights all performed here. After this, The Herm became a failed nightclub until it was taken over by the Nye family (Anglian Country Inns) in May 2011. The interior was completely stripped back exposing beautiful original brickwork, which we decided should not be covered and plays a key part into the urban/industrial décor our regulars and new customers love.\r\n\r\n“We wanted to keep as many features to the building, our restaurant sits on the original maple sprung dance floor and we still have big music nights on the original stage.”\r\n\r\nThese music nights form a key aspect of Hermitage Rd Bar and Restaurant’s offering to customers, with its live music nights attracting crowds from all over the local area and further.\r\n\r\nAt <em>On-Trade Progress</em>, we always encourage venues to find their niche, and McGregor and the team believe they have found theirs. “Before we came to Hitchin, you would be hard-pushed to find a venue that hosted band nights and live music with as much space and atmosphere as us,” boasts McGregor. “We have a live acoustic (Sunday Sessions) every week in the bar with £5 cocktails. We also have a house band called Indi and The Vegas who fill a regular Friday night slot (Friday Night Funk).”\r\n<h5>A dramatic flair</h5>\r\nWhile the Hermitage Rd Bar and Restaurant has a rich history of performance, they offer this same dramatic flair to visitors too. Customers can watch their food coming to life before their eyes in an open kitchen dining experience. If consumers choose, they can sit “at the pass” to look at the action up close.\r\n\r\nFor the Hermitage Rd Bar and Restaurant team, its food offering is paramount in importance too, with its menu changing four times a year to offer a fresh and varied flavour.\r\n\r\nMcGregor says: “Our offer is premium casual dining, serving British-influenced cuisine. Our executive head chef, Joe Walker, is a new breed of young chef with fresh ideas and innovative combinations. We of course have our staple classics such as sticky pork belly ribs and premium steaks, but our menu changes four times a year with daily specials on offer.”\r\n\r\nThe restaurant also offers a contemporary favourite, coffee and bagels, which it offers on a separate menu – with the bagels made fresh every day.\r\n<h5>Getting festive</h5>\r\nWith Christmas upon us, we are implored to find out what Hermitage Rd Bar and Restaurant will be offering customers this festive season.\r\n\r\n“We have a loyalty card scheme where card holders can receive festive treats when they visit,” explains McGregor, which vary from a minced pie, a glass of cider, pigs in blankets and more. “We will also be having live bands every Friday night in the run up to Christmas. As well as a festive menu offer.\r\n\r\n“We try and give our guests as much choice as possible; people get sick of turkey throughout December, so we want them to have lots of delicious options to choose from.”\r\n\r\nAnd it has done just this. As well as a classic roast Norfolk turkey, the restaurant will also be serving up a 28-day aged rump steak, pan roasted seabass, lentil and aubergine shepherd’s pie, a beef and pork burger and a tempura tofu burger. As well as a range of starters and desserts, suitable for both carnivore and vegetarian alike.\r\n<h5>Looking back</h5>\r\nMcGregor and her team reflect on how far the Hermitage Rd Bar and Restaurant has come; not only from its former ballroom days, but also under the influence of Anglian County Inns.\r\n\r\nShe says: “When this building was The Herm, it was the place to go, and we have brought it back to that. If you ask anyone in the local area about Hermitage Rd Bar and Restaurant they will know about us. We have pushed the boundary of what a ‘restaurant’ can be with our food and entertainment offer.”\r\n\r\nFor new venue managers who may wish to imitate the stunning transformation of a classic venue to niche offering, she gives this advice. “You have to 100 per cent believe in what you are doing, Anglian Country Inns saw a huge space and could see the huge potential in it,” she concludes. “If you buy into what you are offering then so will others. Choose your market and stick to it and find a team that love the business. We call our staff family and treat them as if they are.”','Venue of the Month - Hermitage Rd Bar & Restaurant','','inherit','closed','closed','','636-revision-v1','','','2018-01-14 17:54:41','2018-01-14 17:54:41','',636,'http://www.ontradeprogress.com/2018/01/14/636-revision-v1/',0,'revision','',0),(643,1,'2018-01-18 11:11:46','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2018-01-18 11:11:46','0000-00-00 00:00:00','a:1:{s:12:\"_multiwidget\";i:1;}',0,'http://www.ontradeprogress.com/?post_type=jetpack_migration&p=643',0,'jetpack_migration','',0),(644,1,'2018-01-18 11:11:47','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2018-01-18 11:11:47','0000-00-00 00:00:00','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:2:{i:0;s:15:\"bunyad-social-2\";i:1;s:29:\"bunyad-tabbed-recent-widget-2\";}s:7:\"top-bar\";a:1:{i:0;s:6:\"text-2\";}s:12:\"header-right\";a:0:{}s:11:\"main-footer\";a:3:{i:0;s:21:\"bunyad_about_widget-2\";i:1;s:29:\"bunyad-popular-posts-widget-2\";i:2;s:6:\"text-4\";}s:12:\"lower-footer\";a:1:{i:0;s:6:\"text-3\";}}',0,'http://www.ontradeprogress.com/?post_type=jetpack_migration&p=644',0,'jetpack_migration','',0),(645,1,'2018-01-21 22:52:01','2018-01-21 22:52:01','<h5>Helen Sprason, operations manager of The Trading House, talks how to have fun, work hard and attract customers:</h5>\r\nDeep in the heart of London’s hard-working city district sits a grand and unassuming venue. If I wasn’t looking for the venue, I could have easily missed the listed building with wood-panelled doors that lead into The Trading House. With a harp back to the colonial adventurers of old, The Trading House combines elegance with history to create a welcoming and equally lively environment to behold.\r\n\r\nWith a high ceiling and central bar, each nook and cranny of this venue is filled with intimate and comfortable seating, which is either attractive to consumers who come for after-work drinks or to sample the menu.\r\n\r\n“The Trading House is a truly special place,” says Helen Sprason, operations manager of the London venue. “We have an elegant building in the heart of Bank, where we invite guests to embark on a journey to the exotic. Our team here work on an ever-changing cocktail menu where you can trust them to give you a true experience. We are lucky to have a great team where they work tirelessly on delivering a truly fun atmosphere.”\r\n\r\nThe venue offers live music every night and DJs late on Thursday and Friday.\r\n<h5>Eat up</h5>\r\nThe Trading House offers a range of foods, centring its menu on grill, BBQ and deli-type foods. Some notable dishes on its menu include the flattened rump, marinated in chill and garlic, the prawn and chicken gumbo, and its infamous halloumi and falafel hanging kebab.\r\n\r\nSprason continues: “We work with provenance and fresh food. We are known for our hanging kebabs which are a real feature for us. We are changing our menu more frequently along with our monthly changing cocktail menu. Our chefs enjoy the creative aspect of the menu; we are always working on fresh and clean ideas.”\r\n\r\nSimilarly, The Trading House prides itself on a diverse drinks selection too. She says: “We search for the best products whether its our tank beer from Budvar or great gins from around the globe. We serve good food and honestly, we have a great time while here. It is a truly special place to visit and work in.”\r\n<h5>One of us</h5>\r\nWith The Trading House operating under the New World Trading Company (NWTC), we talk to Sprason about how the venue fits in. “We [NWTC] have a few other venues, the Botanist being our largest brand within NWTC with 14 sites which scan the country from Newcastle to Farnham in Surrey,” she adds. “We have Smugglers Cove in Liverpool, which is a rum bar in Albert Dock, The Oast House in Manchester, The Club House and The Canal House and we are opening our new concept, The Florist in Bristol, in early 2018 – which is very exciting.\r\n\r\n“We are different because of the innovation our teams drive and deliver daily. We don’t like barriers and so we listen to what our teams tell us. We want our people to have a wonderful time and we look at what is going on and look outside of the norm. We have a strong culture and ethos which forms the base of the business. From there we then develop our concepts as we grow, which is extremely exciting to be a part of and also visit as a guest.”\r\n<h5>Standing proud</h5>\r\n“The Trading House is a listed building, so it is unique,” comments Sprason. “The wood panelling in the interior has been here from the start. It is grand and elegant and is what makes the site so very special, you can’t help but stand with an open mouth and respect it for what it is.”\r\n\r\nAs with all hospitality managers, we encourage them to find and identify their niche offering – Sprason has found hers.\r\n\r\n“We are keen explorers,” she explains. “We seek out people who want to deliver amazing experiences and we do that in the way we train our teams, develop our menus, create our cocktails and entertain our guests. We have a great beer line up with an Anthology of Ales, which invites you to try new tastes. We do the research, so you can enjoy a variety of drinks. We really care about teaching people and giving our guests and team an environment which they can trust in and try new things.”\r\n<h5>Giving more</h5>\r\nThe Trading House also works as a grand event space, as the team not only offer to the individual consumer, but businesses too.\r\n\r\nSprason continues: “Due to the opulent space and the area, we are lucky enough to be in, The Trading House is a great and entertaining space. We are closed at the weekends and so we hire the venue out for weddings and private parties. We have a lot of weddings on Saturdays and host some lovely big bashes! We are also a keen space for TV and film, we recently had Apple Tree Yard film and Warner Brothers are frequent visitors.\r\n\r\nSprason has a lot to be proud of; with a friendly and welcoming team, working hard to impress guests in a stunning setting, we ask her what advice she would give to new venue managers.\r\n\r\nShe concludes: “My advice would be to have fun! Believe in what you want and don’t stop until you get it. Ensure your teams are with you and don’t leave them behind. Be true to yourself and listen!”\r\n\r\n&nbsp;','Venue Profile - The Trading House','','publish','closed','open','','venue-profile-trading-house','','','2018-01-27 19:11:35','2018-01-27 19:11:35','',0,'http://www.ontradeprogress.com/?p=645',0,'post','',0),(646,1,'2018-01-21 22:50:44','2018-01-21 22:50:44','','The Trading House','','inherit','closed','closed','','page-24-2','','','2018-01-21 22:51:08','2018-01-21 22:51:08','',645,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/Page-24-2.tif',0,'attachment','image/tiff',0),(647,1,'2018-01-21 22:51:12','2018-01-21 22:51:12','<h5>Helen Sprason, operations manager of The Trading House, talks how to have fun, work hard and attract customers:</h5>\r\nDeep in the heart of London’s hard-working city district sits a grand and unassuming venue. If I wasn’t looking for the venue, I could have easily missed the listed building with wood-panelled doors that lead into The Trading House. With a harp back to the colonial adventurers of old, The Trading House combines elegance with history to create a welcoming and equally lively environment to behold.\r\n\r\nWith a high ceiling and central bar, each nook and cranny of this venue is filled with intimate and comfortable seating, which is either attractive to consumers who come for after-work drinks or to sample the menu.\r\n\r\n“The Trading House is a truly special place,” says Helen Sprason, operations manager of the London venue. “We have an elegant building in the heart of Bank, where we invite guests to embark on a journey to the exotic. Our team here work on an ever-changing cocktail menu where you can trust them to give you a true experience. We are lucky to have a great team where they work tirelessly on delivering a truly fun atmosphere.”\r\n\r\nThe venue offers live music every night and DJs late on Thursday and Friday.\r\n<h5>Eat up</h5>\r\nThe Trading House offers a range of foods, centring its menu on grill, BBQ and deli-type foods. Some notable dishes on its menu include the flattened rump, marinated in chill and garlic, the prawn and chicken gumbo, and its infamous halloumi and falafel hanging kebab.\r\n\r\nSprason continues: “We work with provenance and fresh food. We are known for our hanging kebabs which are a real feature for us. We are changing our menu more frequently along with our monthly changing cocktail menu. Our chefs enjoy the creative aspect of the menu; we are always working on fresh and clean ideas.”\r\n\r\nSimilarly, The Trading House prides itself on a diverse drinks selection too. She says: “We search for the best products whether its our tank beer from Budvar or great gins from around the globe. We serve good food and honestly, we have a great time while here. It is a truly special place to visit and work in.”\r\n<h5>One of us</h5>\r\nWith The Trading House operating under the New World Trading Company (NWTC), we talk to Sprason about how the venue fits in. “We [NWTC] have a few other venues, the Botanist being our largest brand within NWTC with 14 sites which scan the country from Newcastle to Farnham in Surrey,” she adds. “We have Smugglers Cove in Liverpool, which is a rum bar in Albert Dock, The Oast House in Manchester, The Club House and The Canal House and we are opening our new concept, The Florist in Bristol, in early 2018 – which is very exciting.\r\n\r\n“We are different because of the innovation our teams drive and deliver daily. We don’t like barriers and so we listen to what our teams tell us. We want our people to have a wonderful time and we look at what is going on and look outside of the norm. We have a strong culture and ethos which forms the base of the business. From there we then develop our concepts as we grow, which is extremely exciting to be a part of and also visit as a guest.”\r\n<h5>Standing proud</h5>\r\n“The Trading House is a listed building, so it is unique,” comments Sprason. “The wood panelling in the interior has been here from the start. It is grand and elegant and is what makes the site so very special, you can’t help but stand with an open mouth and respect it for what it is.”\r\n\r\nAs with all hospitality managers, we encourage them to find and identify their niche offering – Sprason has found hers.\r\n\r\n“We are keen explorers,” she explains. “We seek out people who want to deliver amazing experiences and we do that in the way we train our teams, develop our menus, create our cocktails and entertain our guests. We have a great beer line up with an Anthology of Ales, which invites you to try new tastes. We do the research, so you can enjoy a variety of drinks. We really care about teaching people and giving our guests and team an environment which they can trust in and try new things.”\r\n<h5>Giving more</h5>\r\nThe Trading House also works as a grand event space, as the team not only offer to the individual consumer, but businesses too.\r\n\r\nSprason continues: “Due to the opulent space and the area, we are lucky enough to be in, The Trading House is a great and entertaining space. We are closed at the weekends and so we hire the venue out for weddings and private parties. We have a lot of weddings on Saturdays and host some lovely big bashes! We are also a keen space for TV and film, we recently had Apple Tree Yard film and Warner Brothers are frequent visitors.\r\n\r\nSprason has a lot to be proud of; with a friendly and welcoming team, working hard to impress guests in a stunning setting, we ask her what advice she would give to new venue managers.\r\n\r\nShe concludes: “My advice would be to have fun! Believe in what you want and don’t stop until you get it. Ensure your teams are with you and don’t leave them behind. Be true to yourself and listen!”\r\n\r\n&nbsp;','Venue Profile - The Trading House','','inherit','closed','closed','','645-revision-v1','','','2018-01-21 22:51:12','2018-01-21 22:51:12','',645,'http://www.ontradeprogress.com/2018/01/21/645-revision-v1/',0,'revision','',0),(648,1,'2018-01-21 22:55:48','2018-01-21 22:55:48','','Page 24 (1)','','inherit','closed','closed','','page-24-1','','','2018-01-21 22:55:48','2018-01-21 22:55:48','',645,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/Page-24-1.tif',0,'attachment','image/tiff',0),(649,1,'2018-01-21 23:04:33','2018-01-21 23:04:33','','The Trading House','','inherit','closed','closed','','the-trading-house','','','2018-01-21 23:04:33','2018-01-21 23:04:33','',645,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/The-Trading-House.jpg',0,'attachment','image/jpeg',0),(651,1,'2018-01-27 19:11:14','2018-01-27 19:11:14','','The Trading House','','inherit','closed','closed','','the-trading-house-2','','','2018-01-27 19:11:14','2018-01-27 19:11:14','',645,'http://www.ontradeprogress.com/wp-content/uploads/2018/01/The-Trading-House-1.jpg',0,'attachment','image/jpeg',0),(652,1,'2018-02-01 10:18:37','2018-02-01 10:18:37','<h3>The karaoke bar chain, Lucky Voice, chats to <em>On-Trade Progress</em> about recent developments to business and brand</h3>\r\nYou’ll be hard pushed to find a better night out than in Lucky Voice; the karaoke bar chain has become synonymous with a fun and fabulous night, or afternoon, out, and is loved by the British public.\r\n\r\nMoreover, the brand is growing its event offering, working to offer businesses a wonderful time for their teams or clients.\r\n<h5>Growing large</h5>\r\nRecently, Lucky Voice has made significant changes to the brand and business as it grew an event business out of its B2B licensing and venue arm. In 2015, the business saw an increase in requests for short-term hire and as a result, they came up with the event hire product, Pop-up Karaoke – a soundproofed photobooth you can sing karaoke in. They also launched a follow up product, Lucky Voice Live, a transportable version of its proprietary bar software that turns any space into a large-scale karaoke booth.\r\n\r\nIt now has a roster of event clients that include Roof East, Street Feast, Quintessentially, Deliveroo, Group M and Live Nation.\r\n\r\nThomas Mc Auley, head of events at Lucky Voice, explains the brand’s event development, saying: “Venue-wise, one interesting development that we\'ve seen grow out of events in 2017 is medium-term hire of about three months - we have some clients on our books such as <a href=\"http://lastdaysofshoreditch.co.uk/karaoke/\">Last Days of Shoreditch</a> who use karaoke to boost their business seasonally - for instance in high summer or at Christmas time, when they\'ll generally be holding recurring themed nights or the like - which serves as a notable example of events influencing the on-trade - and how karaoke can inject constant novelty into a venue.”\r\n<h5>On brand</h5>\r\nOf late, Lucky Voice has redefined the karaoke experience, pushing the boundaries of what a karaoke company does and should be offering.\r\n\r\nMc Auley explains how the brand is aiming for recognition throughout the UK and globally. He says: “We have an aim to become the byword for karaoke by bringing people together and creating unforgettable experiences - and you can see that in the past few years that when you tell people you work for Lucky Voice you\'re generally met with the response, \'oh my God, I love Lucky Voice\' - nearly everyone\'s got a bleary memory of happily screaming into a microphone at one of our venues.\r\n\r\n“We went through a bar rebrand earlier this year, that was built around the idea of \'the perfection of imperfection\' – no-one is really looking for a \'luxe\' night out anymore with bottle service and champagne sparklers; people want to drink a well-crafted cocktail in a considered space, and just sort of cut loose - Lucky Voice offers the ability to do so without pretence.”\r\n\r\nLucky Voice has certainly become a well-known brand, with three venues in Soho, Islington, and Brighton. As well as a franchise in Dubai, and franchises with Novus Leisure in Cardiff, Leeds, Manchester, and Newcastle - licensing clients including Electric Star Pubs (Star of Bethnal Green), Brompton Brands (Mahiki), Inception Group (Bunga Bunga), and Firmdale Hotels (Ham Yard Hotel).\r\n\r\nWe ask Mc Auley what Lucky Voice has in store for the future. He responds by saying: “We\'re looking at opening a new Zone 1 venue in 2018 - with the intention for it to be our biggest yet.”\r\n\r\n<a href=\"https://www.luckyvoice.com/karaoke-software/\">https://www.luckyvoice.com/karaoke-software/</a>','Sing up a storm','','publish','closed','open','','sing-up-a-storm','','','2018-02-01 10:25:51','2018-02-01 10:25:51','',0,'http://www.ontradeprogress.com/?p=652',0,'post','',0),(653,1,'2018-02-01 10:07:26','2018-02-01 10:07:26','','Lucky Voice','','inherit','closed','closed','','lucky-voice','','','2018-02-01 10:07:26','2018-02-01 10:07:26','',652,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Lucky-Voice.jpg',0,'attachment','image/jpeg',0),(654,1,'2018-02-01 10:09:09','2018-02-01 10:09:09','','Lucky Voice','','inherit','closed','closed','','lucky-voice-2','','','2018-02-01 10:09:09','2018-02-01 10:09:09','',652,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Lucky-Voice-1.jpg',0,'attachment','image/jpeg',0),(655,1,'2018-02-01 10:16:02','2018-02-01 10:16:02','<h3>The karaoke bar chain, Lucky Voice, chats to <em>On-Trade Progress</em> about recent developments to business and brand</h3>\r\nYou’ll be hard pushed to find a better night out than in Lucky Voice; the karaoke bar chain has become synonymous with a fun and fabulous night, or afternoon, out, and is loved by the British public.\r\n\r\nMoreover, the brand is growing its event offering, working to offer businesses a wonderful time for their teams or clients.\r\n<h5>Growing large</h5>\r\nRecently, Lucky Voice has made significant changes to the brand and business as it grew an event business out of its B2B licensing and venue arm. In 2015, the business saw an increase in requests for short-term hire and as a result, they came up with the event hire product, Pop-up Karaoke – a soundproofed photobooth you can sing karaoke in. They also launched a follow up product, Lucky Voice Live, a transportable version of its proprietary bar software that turns any space into a large-scale karaoke booth.\r\n\r\nIt now has a roster of event clients that include Roof East, Street Feast, Quintessentially, Deliveroo, Group M and Live Nation.\r\n\r\nThomas Mc Auley, head of events at Lucky Voice, explains the brand’s event development, saying: “Venue-wise, one interesting development that we\'ve seen grow out of events in 2017 is medium-term hire of about three months - we have some clients on our books such as <a href=\"http://lastdaysofshoreditch.co.uk/karaoke/\">Last Days of Shoreditch</a> who use karaoke to boost their business seasonally - for instance in high summer or at Christmas time, when they\'ll generally be holding recurring themed nights or the like - which serves as a notable example of events influencing the on-trade - and how karaoke can inject constant novelty into a venue.”\r\n<h5>On brand</h5>\r\nOf late, Lucky Voice has redefined the karaoke experience, pushing the boundaries of what a karaoke company does and should be offering.\r\n\r\nMc Auley explains how the brand is aiming for recognition throughout the UK and globally. He says: “We have an aim to become the byword for karaoke by bringing people together and creating unforgettable experiences - and you can see that in the past few years that when you tell people you work for Lucky Voice you\'re generally met with the response, \'oh my God, I love Lucky Voice\' - nearly everyone\'s got a bleary memory of happily screaming into a microphone at one of our venues.\r\n\r\n“We went through a bar rebrand earlier this year, that was built around the idea of \'the perfection of imperfection\' – no-one is really looking for a \'luxe\' night out anymore with bottle service and champagne sparklers; people want to drink a well-crafted cocktail in a considered space, and just sort of cut loose - Lucky Voice offers the ability to do so without pretence.”\r\n\r\nLucky Voice has certainly become a well-known brand, with three venues in Soho, Islington, and Brighton. As well as a franchise in Dubai, and franchises with Novus Leisure in Cardiff, Leeds, Manchester, and Newcastle - licensing clients including Electric Star Pubs (Star of Bethnal Green), Brompton Brands (Mahiki), Inception Group (Bunga Bunga), and Firmdale Hotels (Ham Yard Hotel).\r\n\r\nWe ask Mc Auley what Lucky Voice has in store for the future. He responds by saying: “We\'re looking at opening a new Zone 1 venue in 2018 - with the intention for it to be our biggest yet.”','Sing up a storm','','inherit','closed','closed','','652-revision-v1','','','2018-02-01 10:16:02','2018-02-01 10:16:02','',652,'http://www.ontradeprogress.com/2018/02/01/652-revision-v1/',0,'revision','',0),(656,1,'2018-02-01 10:18:25','2018-02-01 10:18:25','{{unknown}}','','','publish','closed','closed','','a966b8deaa69bbd56dcf8d589548f39b','','','2018-02-01 10:18:25','2018-02-01 10:18:25','',0,'http://www.ontradeprogress.com/2018/02/01/a966b8deaa69bbd56dcf8d589548f39b/',0,'oembed_cache','',0),(657,1,'2018-02-01 10:18:37','2018-02-01 10:18:37','<h3>The karaoke bar chain, Lucky Voice, chats to <em>On-Trade Progress</em> about recent developments to business and brand</h3>\r\nYou’ll be hard pushed to find a better night out than in Lucky Voice; the karaoke bar chain has become synonymous with a fun and fabulous night, or afternoon, out, and is loved by the British public.\r\n\r\nMoreover, the brand is growing its event offering, working to offer businesses a wonderful time for their teams or clients.\r\n<h5>Growing large</h5>\r\nRecently, Lucky Voice has made significant changes to the brand and business as it grew an event business out of its B2B licensing and venue arm. In 2015, the business saw an increase in requests for short-term hire and as a result, they came up with the event hire product, Pop-up Karaoke – a soundproofed photobooth you can sing karaoke in. They also launched a follow up product, Lucky Voice Live, a transportable version of its proprietary bar software that turns any space into a large-scale karaoke booth.\r\n\r\nIt now has a roster of event clients that include Roof East, Street Feast, Quintessentially, Deliveroo, Group M and Live Nation.\r\n\r\nThomas Mc Auley, head of events at Lucky Voice, explains the brand’s event development, saying: “Venue-wise, one interesting development that we\'ve seen grow out of events in 2017 is medium-term hire of about three months - we have some clients on our books such as <a href=\"http://lastdaysofshoreditch.co.uk/karaoke/\">Last Days of Shoreditch</a> who use karaoke to boost their business seasonally - for instance in high summer or at Christmas time, when they\'ll generally be holding recurring themed nights or the like - which serves as a notable example of events influencing the on-trade - and how karaoke can inject constant novelty into a venue.”\r\n<h5>On brand</h5>\r\nOf late, Lucky Voice has redefined the karaoke experience, pushing the boundaries of what a karaoke company does and should be offering.\r\n\r\nMc Auley explains how the brand is aiming for recognition throughout the UK and globally. He says: “We have an aim to become the byword for karaoke by bringing people together and creating unforgettable experiences - and you can see that in the past few years that when you tell people you work for Lucky Voice you\'re generally met with the response, \'oh my God, I love Lucky Voice\' - nearly everyone\'s got a bleary memory of happily screaming into a microphone at one of our venues.\r\n\r\n“We went through a bar rebrand earlier this year, that was built around the idea of \'the perfection of imperfection\' – no-one is really looking for a \'luxe\' night out anymore with bottle service and champagne sparklers; people want to drink a well-crafted cocktail in a considered space, and just sort of cut loose - Lucky Voice offers the ability to do so without pretence.”\r\n\r\nLucky Voice has certainly become a well-known brand, with three venues in Soho, Islington, and Brighton. As well as a franchise in Dubai, and franchises with Novus Leisure in Cardiff, Leeds, Manchester, and Newcastle - licensing clients including Electric Star Pubs (Star of Bethnal Green), Brompton Brands (Mahiki), Inception Group (Bunga Bunga), and Firmdale Hotels (Ham Yard Hotel).\r\n\r\nWe ask Mc Auley what Lucky Voice has in store for the future. He responds by saying: “We\'re looking at opening a new Zone 1 venue in 2018 - with the intention for it to be our biggest yet.”\r\n\r\nhttps://www.luckyvoice.com/karaoke-software/','Sing up a storm','','inherit','closed','closed','','652-revision-v1','','','2018-02-01 10:18:37','2018-02-01 10:18:37','',652,'http://www.ontradeprogress.com/2018/02/01/652-revision-v1/',0,'revision','',0),(663,1,'2018-02-01 10:25:26','2018-02-01 10:25:26','<h3>The karaoke bar chain, Lucky Voice, chats to <em>On-Trade Progress</em> about recent developments to business and brand</h3>\r\nYou’ll be hard pushed to find a better night out than in Lucky Voice; the karaoke bar chain has become synonymous with a fun and fabulous night, or afternoon, out, and is loved by the British public.\r\n\r\nMoreover, the brand is growing its event offering, working to offer businesses a wonderful time for their teams or clients.\r\n<h5>Growing large</h5>\r\nRecently, Lucky Voice has made significant changes to the brand and business as it grew an event business out of its B2B licensing and venue arm. In 2015, the business saw an increase in requests for short-term hire and as a result, they came up with the event hire product, Pop-up Karaoke – a soundproofed photobooth you can sing karaoke in. They also launched a follow up product, Lucky Voice Live, a transportable version of its proprietary bar software that turns any space into a large-scale karaoke booth.\r\n\r\nIt now has a roster of event clients that include Roof East, Street Feast, Quintessentially, Deliveroo, Group M and Live Nation.\r\n\r\nThomas Mc Auley, head of events at Lucky Voice, explains the brand’s event development, saying: “Venue-wise, one interesting development that we\'ve seen grow out of events in 2017 is medium-term hire of about three months - we have some clients on our books such as <a href=\"http://lastdaysofshoreditch.co.uk/karaoke/\">Last Days of Shoreditch</a> who use karaoke to boost their business seasonally - for instance in high summer or at Christmas time, when they\'ll generally be holding recurring themed nights or the like - which serves as a notable example of events influencing the on-trade - and how karaoke can inject constant novelty into a venue.”\r\n<h5>On brand</h5>\r\nOf late, Lucky Voice has redefined the karaoke experience, pushing the boundaries of what a karaoke company does and should be offering.\r\n\r\nMc Auley explains how the brand is aiming for recognition throughout the UK and globally. He says: “We have an aim to become the byword for karaoke by bringing people together and creating unforgettable experiences - and you can see that in the past few years that when you tell people you work for Lucky Voice you\'re generally met with the response, \'oh my God, I love Lucky Voice\' - nearly everyone\'s got a bleary memory of happily screaming into a microphone at one of our venues.\r\n\r\n“We went through a bar rebrand earlier this year, that was built around the idea of \'the perfection of imperfection\' – no-one is really looking for a \'luxe\' night out anymore with bottle service and champagne sparklers; people want to drink a well-crafted cocktail in a considered space, and just sort of cut loose - Lucky Voice offers the ability to do so without pretence.”\r\n\r\nLucky Voice has certainly become a well-known brand, with three venues in Soho, Islington, and Brighton. As well as a franchise in Dubai, and franchises with Novus Leisure in Cardiff, Leeds, Manchester, and Newcastle - licensing clients including Electric Star Pubs (Star of Bethnal Green), Brompton Brands (Mahiki), Inception Group (Bunga Bunga), and Firmdale Hotels (Ham Yard Hotel).\r\n\r\nWe ask Mc Auley what Lucky Voice has in store for the future. He responds by saying: “We\'re looking at opening a new Zone 1 venue in 2018 - with the intention for it to be our biggest yet.”\r\n\r\n<a href=\"https://www.luckyvoice.com/karaoke-software/\">https://www.luckyvoice.com/karaoke-software/</a>','Sing up a storm','','inherit','closed','closed','','652-autosave-v1','','','2018-02-01 10:25:26','2018-02-01 10:25:26','',652,'http://www.ontradeprogress.com/2018/02/01/652-autosave-v1/',0,'revision','',0),(664,1,'2018-02-01 10:25:51','2018-02-01 10:25:51','<h3>The karaoke bar chain, Lucky Voice, chats to <em>On-Trade Progress</em> about recent developments to business and brand</h3>\r\nYou’ll be hard pushed to find a better night out than in Lucky Voice; the karaoke bar chain has become synonymous with a fun and fabulous night, or afternoon, out, and is loved by the British public.\r\n\r\nMoreover, the brand is growing its event offering, working to offer businesses a wonderful time for their teams or clients.\r\n<h5>Growing large</h5>\r\nRecently, Lucky Voice has made significant changes to the brand and business as it grew an event business out of its B2B licensing and venue arm. In 2015, the business saw an increase in requests for short-term hire and as a result, they came up with the event hire product, Pop-up Karaoke – a soundproofed photobooth you can sing karaoke in. They also launched a follow up product, Lucky Voice Live, a transportable version of its proprietary bar software that turns any space into a large-scale karaoke booth.\r\n\r\nIt now has a roster of event clients that include Roof East, Street Feast, Quintessentially, Deliveroo, Group M and Live Nation.\r\n\r\nThomas Mc Auley, head of events at Lucky Voice, explains the brand’s event development, saying: “Venue-wise, one interesting development that we\'ve seen grow out of events in 2017 is medium-term hire of about three months - we have some clients on our books such as <a href=\"http://lastdaysofshoreditch.co.uk/karaoke/\">Last Days of Shoreditch</a> who use karaoke to boost their business seasonally - for instance in high summer or at Christmas time, when they\'ll generally be holding recurring themed nights or the like - which serves as a notable example of events influencing the on-trade - and how karaoke can inject constant novelty into a venue.”\r\n<h5>On brand</h5>\r\nOf late, Lucky Voice has redefined the karaoke experience, pushing the boundaries of what a karaoke company does and should be offering.\r\n\r\nMc Auley explains how the brand is aiming for recognition throughout the UK and globally. He says: “We have an aim to become the byword for karaoke by bringing people together and creating unforgettable experiences - and you can see that in the past few years that when you tell people you work for Lucky Voice you\'re generally met with the response, \'oh my God, I love Lucky Voice\' - nearly everyone\'s got a bleary memory of happily screaming into a microphone at one of our venues.\r\n\r\n“We went through a bar rebrand earlier this year, that was built around the idea of \'the perfection of imperfection\' – no-one is really looking for a \'luxe\' night out anymore with bottle service and champagne sparklers; people want to drink a well-crafted cocktail in a considered space, and just sort of cut loose - Lucky Voice offers the ability to do so without pretence.”\r\n\r\nLucky Voice has certainly become a well-known brand, with three venues in Soho, Islington, and Brighton. As well as a franchise in Dubai, and franchises with Novus Leisure in Cardiff, Leeds, Manchester, and Newcastle - licensing clients including Electric Star Pubs (Star of Bethnal Green), Brompton Brands (Mahiki), Inception Group (Bunga Bunga), and Firmdale Hotels (Ham Yard Hotel).\r\n\r\nWe ask Mc Auley what Lucky Voice has in store for the future. He responds by saying: “We\'re looking at opening a new Zone 1 venue in 2018 - with the intention for it to be our biggest yet.”\r\n\r\n<a href=\"https://www.luckyvoice.com/karaoke-software/\">https://www.luckyvoice.com/karaoke-software/</a>','Sing up a storm','','inherit','closed','closed','','652-revision-v1','','','2018-02-01 10:25:51','2018-02-01 10:25:51','',652,'http://www.ontradeprogress.com/2018/02/01/652-revision-v1/',0,'revision','',0),(667,1,'2018-02-01 11:31:06','2018-02-01 11:31:06','<h3>Brooklyn Gin is offering bars the chance to win an all-expenses-paid trip to the inaugural <em>Bar</em> Convent <em>Brooklyn trade event in June.</em></h3>\r\nHi-Spirits, UK &amp; Ireland distributor of Brooklyn Gin, will fly seven regional winners to Brooklyn in the USA, with the prizes awarded based on sales and promotion of the premium craft gin.\r\n\r\nBars can win the points-based incentive by collecting the distinctive copper-coloured Brooklyn Gin bottle caps as proof of sale. Additional points will be awarded for social media posts using the hashtag @BROOKLYNGIN, as well as for displays in venues featuring the brand.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “Brooklyn Gin has built a strong following amongst bartenders, who appreciate the way its fresh, citrus flavours enhance both classic gin serves and bespoke cocktails.\r\n\r\n“Bars now have a huge choice of gins, so with the much-anticipated <em>Bar</em> Convent <em>Brooklyn trade event taking place in the home of Brooklyn Gin in June, this incentive is designed to recognise and reward bars that are supporting the brand</em>. Our seven winning bartenders will enjoy an unforgettable trip and get a feel for the true Brooklyn spirit.”\r\n\r\nPoints will be awarded on the basis of one point for each Brooklyn Gin bottle cap collected; one point for each social media post using the @BROOKLYNGIN hashtag (maximum three posts a week); five points for each in-venue display produced and photographed (minimum one month display); five points for featuring Brooklyn Gin on the drinks menu (minimum one month).\r\n\r\nWinners must be over 21 to comply<em> with Bar</em> Convent <em>Brooklyn</em> entry conditions. The prize runs from 11 June to 14 June, and includes flights, accommodation at the Henry Norman Hotel and tickets to <em>Bar</em> Convent <em>Brooklyn</em>. Full T&amp;Cs can be found at <a href=\"http://www.hi-spirits.com/terms\">www.hi-spirits.com/terms</a>\r\n\r\nLaunching in 2018, Bar Convent Brooklyn takes place at the Brooklyn Expo Centre in the New York borough on 12 and 13 June. The event is an extension of the successful Bar Convent Berlin trade show for bar professionals, spotlighting premium brands and a high profile education programme. (<a href=\"http://www.barconventbrooklyn.com\">www.barconventbrooklyn.com</a>)\r\n\r\nBrooklyn Gin is handcrafted in New York using artisan methods and the finest natural ingredients, including fresh, hand-cut citrus peels and hand-cracked juniper berries. The flavour is fresh and complex, with juicy citrus notes that enhance both classic and contemporary gin serves.\r\n\r\nFounded in 2010 by industry veterans Emil Jättne and Joe Santos, Brooklyn Gin has won multiple awards including a double gold medal at the 2016 San Francisco World Spirits Competition.\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a>  or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','Brooklyn Gin incentive offers trips to Bar Convent Brooklyn','','publish','closed','open','','brooklyn-gin-incentive-offers-trips-bar-convent-brooklyn','','','2018-02-01 11:38:42','2018-02-01 11:38:42','',0,'http://www.ontradeprogress.com/?p=667',0,'post','',0),(668,1,'2018-02-01 11:30:13','2018-02-01 11:30:13','','','','inherit','closed','closed','','processed-with-vsco-with-c2-preset','','','2018-02-01 11:30:30','2018-02-01 11:30:30','',667,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Brooklyn-Gin-on-the-Brooklyn-Bridge.jpg',0,'attachment','image/jpeg',0),(669,1,'2018-02-01 11:30:43','2018-02-01 11:30:43','<h3>Brooklyn Gin is offering bars the chance to win an all-expenses paid trip to the inaugural <em>Bar</em> Convent <em>Brooklyn trade event in June.</em></h3>\r\nHi-Spirits, UK &amp; Ireland distributor of Brooklyn Gin, will fly seven regional winners to Brooklyn in the USA, with the prizes awarded based on sales and promotion of the premium craft gin.\r\n\r\nBars can win the points-based incentive by collecting the distinctive copper-coloured Brooklyn Gin bottle caps as proof of sale. Additional points will be awarded for social media posts using the hashtag @BROOKLYNGIN, as well as for displays in venues featuring the brand.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “Brooklyn Gin has built a strong following amongst bartenders, who appreciate the way its fresh, citrus flavours enhance both classic gin serves and bespoke cocktails.\r\n\r\n“Bars now have a huge choice of gins, so with the much-anticipated <em>Bar</em> Convent <em>Brooklyn trade event taking place in the home of Brooklyn Gin in June, this incentive is designed to recognise and reward bars that are supporting the brand</em>. Our seven winning bartenders will enjoy an unforgettable trip and get a feel for the true Brooklyn spirit.”\r\n\r\nPoints will be awarded on the basis of one point for each Brooklyn Gin bottle cap collected; one point for each social media post using the @BROOKLYNGIN hashtag (maximum three posts a week); five points for each in-venue display produced and photographed (minimum one month display); five points for featuring Brooklyn Gin on the drinks menu (minimum one month).\r\n\r\nWinners must be over 21 to comply<em> with Bar</em> Convent <em>Brooklyn</em> entry conditions. The prize runs from 11 June to 14 June, and includes flights, accommodation at the Henry Norman Hotel and tickets to <em>Bar</em> Convent <em>Brooklyn</em>. Full T&amp;Cs can be found at <a href=\"http://www.hi-spirits.com/terms\">www.hi-spirits.com/terms</a>\r\n\r\nLaunching in 2018, Bar Convent Brooklyn takes place at the Brooklyn Expo Centre in the New York borough on 12 and 13 June. The event is an extension of the successful Bar Convent Berlin trade show for bar professionals, spotlighting premium brands and a high profile education programme. (<a href=\"http://www.barconventbrooklyn.com\">www.barconventbrooklyn.com</a>)\r\n\r\nBrooklyn Gin is handcrafted in New York using artisan methods and the finest natural ingredients, including fresh, hand-cut citrus peels and hand-cracked juniper berries. The flavour is fresh and complex, with juicy citrus notes that enhance both classic and contemporary gin serves.\r\n\r\nFounded in 2010 by industry veterans Emil Jättne and Joe Santos, Brooklyn Gin has won multiple awards including a double gold medal at the 2016 San Francisco World Spirits Competition.\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a>  or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','Brooklyn Gin incentive offers trips to Bar Convent Brooklyn','','inherit','closed','closed','','667-revision-v1','','','2018-02-01 11:30:43','2018-02-01 11:30:43','',667,'http://www.ontradeprogress.com/2018/02/01/667-revision-v1/',0,'revision','',0),(670,1,'2018-02-01 11:37:15','2018-02-01 11:37:15','<h3>Brooklyn Gin is offering bars the chance to win an all-expenses-paid trip to the inaugural <em>Bar</em> Convent <em>Brooklyn trade event in June.</em></h3>\r\nHi-Spirits, UK &amp; Ireland distributor of Brooklyn Gin, will fly seven regional winners to Brooklyn in the USA, with the prizes awarded based on sales and promotion of the premium craft gin.\r\n\r\nBars can win the points-based incentive by collecting the distinctive copper-coloured Brooklyn Gin bottle caps as proof of sale. Additional points will be awarded for social media posts using the hashtag @BROOKLYNGIN, as well as for displays in venues featuring the brand.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “Brooklyn Gin has built a strong following amongst bartenders, who appreciate the way its fresh, citrus flavours enhance both classic gin serves and bespoke cocktails.\r\n\r\n“Bars now have a huge choice of gins, so with the much-anticipated <em>Bar</em> Convent <em>Brooklyn trade event taking place in the home of Brooklyn Gin in June, this incentive is designed to recognise and reward bars that are supporting the brand</em>. Our seven winning bartenders will enjoy an unforgettable trip and get a feel for the true Brooklyn spirit.”\r\n\r\nPoints will be awarded on the basis of one point for each Brooklyn Gin bottle cap collected; one point for each social media post using the @BROOKLYNGIN hashtag (maximum three posts a week); five points for each in-venue display produced and photographed (minimum one month display); five points for featuring Brooklyn Gin on the drinks menu (minimum one month).\r\n\r\nWinners must be over 21 to comply<em> with Bar</em> Convent <em>Brooklyn</em> entry conditions. The prize runs from 11 June to 14 June, and includes flights, accommodation at the Henry Norman Hotel and tickets to <em>Bar</em> Convent <em>Brooklyn</em>. Full T&amp;Cs can be found at <a href=\"http://www.hi-spirits.com/terms\">www.hi-spirits.com/terms</a>\r\n\r\nLaunching in 2018, Bar Convent Brooklyn takes place at the Brooklyn Expo Centre in the New York borough on 12 and 13 June. The event is an extension of the successful Bar Convent Berlin trade show for bar professionals, spotlighting premium brands and a high profile education programme. (<a href=\"http://www.barconventbrooklyn.com\">www.barconventbrooklyn.com</a>)\r\n\r\nBrooklyn Gin is handcrafted in New York using artisan methods and the finest natural ingredients, including fresh, hand-cut citrus peels and hand-cracked juniper berries. The flavour is fresh and complex, with juicy citrus notes that enhance both classic and contemporary gin serves.\r\n\r\nFounded in 2010 by industry veterans Emil Jättne and Joe Santos, Brooklyn Gin has won multiple awards including a double gold medal at the 2016 San Francisco World Spirits Competition.\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a>  or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','Brooklyn Gin incentive offers trips to Bar Convent Brooklyn','','inherit','closed','closed','','667-revision-v1','','','2018-02-01 11:37:15','2018-02-01 11:37:15','',667,'http://www.ontradeprogress.com/2018/02/01/667-revision-v1/',0,'revision','',0),(672,1,'2018-02-06 15:11:46','2018-02-06 15:11:46','<h3 style=\"text-align: center;\"><strong><u>Cocktail of the Month - </u></strong><strong><u>Smoky Gun</u></strong></h3>\r\nDue to the impressive cocktail idea from mixology training experts Mixology Group, we have them back again this month to kick off an exciting feature. Director of Mixology Group, Zoe Cunliffe, provided us with the sweet and sour “Smoky Gun” which is sure to be a hit on your menu over the coming months. Mixology Group recently announced a partnership with soft drink experts Fentimans, and this unique and interesting concoction mixes mescal perfectly with Fentimans Cucumber Syrup and even includes a dash of hot sauce! Smoky Gun is an intriguing cocktail which I am certain will result in repeat orders from your punters:\r\n\r\n<img class=\"wp-image-471 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/10/Smoky-Gun-734x1024.jpg\" alt=\"\" width=\"286\" height=\"399\" />\r\n<ul>\r\n 	<li>50ml mescal</li>\r\n 	<li>20ml cucumber syrup</li>\r\n 	<li>20ml lime juice</li>\r\n 	<li>10ml simple syrup</li>\r\n 	<li>1 dash of hot sauce</li>\r\n</ul>\r\n<ol>\r\n 	<li>Add all ingredients into a shaker with ice</li>\r\n 	<li>Shake vigorously and double strain into a rocks/tumbler glass filled with ice</li>\r\n 	<li>Garnish with a chilli and serve</li>\r\n</ol>\r\n<h5><strong>About Mixology Group and Fentimans</strong></h5>\r\nMixology Group are striving to raise the level of service in the bar industry with their selection of approved and accredited courses.\r\n\r\nMixology Group launched in 2010 are now providers of WSET Level 1 &amp; 2 in Spirits, Accredited Whisky Ambassador Programme and their own Approved Global Bartenders Certificate. In January 2017, they expanded their bespoke Bar School in Brighton into a larger premises The new Mixology School is kitted out with cutting edge equipment from Hoshizaki ice machines and Gram refrigeration as well as working with a great range of spirit brands to help anyone looking to get into the industry or to add to their skill set. This progression attracted the interest of Fentimans who also believe that investment in the training of your staff is key to the progression of your company.\r\n\r\n<a href=\"http://www.mixologygroup.co.uk\" target=\"_blank\" rel=\"noopener\">www.mixologygroup.co.uk</a>\r\n\r\nFentimans award winning drinks are hand-crafted with knowledge and expertise passed on from generation to generation of the Fentimans family for over 100 years.  All Fentimans artisanal beverages are made using the time-honoured botanical brewing technique. The result is an authentic natural botanical drink that tastes simply delicious. For more information visit <a href=\"http://www.fentimans.com\" target=\"_blank\" rel=\"noopener\">www.fentimans.com</a>','Cocktail of the Month - Smoky Gun','','inherit','closed','closed','','459-revision-v1','','','2018-02-06 15:11:46','2018-02-06 15:11:46','',459,'http://www.ontradeprogress.com/2018/02/06/459-revision-v1/',0,'revision','',0),(673,1,'2018-02-06 15:41:59','2018-02-06 15:41:59','<h5 style=\"text-align: left;\">Staying fresh</h5>\r\nThroughout the UK, bar and restaurant owners have cottoned on to the high value of offering cocktails at their venue. This can be anything from the list of classics which include Bellini’s, mojitos and long-island ice teas, and can branch into the more exotic.\r\n\r\nRecently I went to bar in Paris called Dernier Bar Avant La Fin Du Monde – which roughly translates to ‘the last bar before the end of the universe’. It’s a classic venue that most Parisians will know of and is famed for its array of deep mahogany chairs and tables and a selection of classic board games tucked into nooks and crannies for guests to enjoy together. What brought my friends and me back here time and time again was the ever-changing cocktail menu that makes puns out of popular culture, such as TV, film, comic books and music. In fact, the name of the bar is inspired by the second book of the popular book series, <em>The Hitchhiker’s Guide to the Galaxy</em>. Essentially, this venue has found its niche and as a result has become one of the most popular bars in Paris.\r\n\r\nVenue and hospitality managers must keep their cocktail offering fresh to ensure they don’t go stale, so below are some tips to help:\r\n<h5>Perfect the classics</h5>\r\nThe cocktail classics cannot be overlooked; they are the foundation of any good cocktail menu, and often form the foundations of anything a little bit more experimental.\r\n\r\nRecently, the Pornstar Martini was voted the most popular British cocktail – and rightly so. In fact, it’s a British invention, mixing delicious vanilla vodka with passion fruit liquor and puree, accompanied by an oh-so-sumptuous shot of prosecco. If you don’t have it on your menu, you should do, but it should be perfect. You need to consider the brand of vanilla vodka to use, the liquor too. Will you top it off with a freshly cut passion fruit and lace the glass with sugar? What prosecco will accompany?\r\n\r\nHave some fun with your team trying different brands and coming up with the best combination that stands out for you. If the classics are good, the consumer will come back for more.\r\n<h5>Make a house cocktail</h5>\r\nBefore Gigi’s closed earlier this year, they served a cocktail that was nearly £9,000. It was the house cocktail and was a champagne cocktail that consisted of 1990 vintage Cristal and 1888 Samalens Vieille Relique Vintage Bas Armagnac brandy, topped off with gold leaf. It was infamous among the Mayfair socialites for a time; it was known as ‘The Gigi’, and its niche was that it was simply lavish and totally in excess.\r\n\r\nHowever, there is a lesson to be learned here. Create a house cocktail; and make sure it reflects you. If your bar wants a sense of excellence and excitement, create a cocktail that mirrors that, perhaps by combining two opposites such as prosecco and tequila. Be experimental but be authentic too.\r\n<h5>Be seasonal</h5>\r\nIf you intend to change your cocktail menu regularly, try to combine seasonal feels and flavours into your menu. Perhaps you’re creating a new cocktail menu in October – consider implementing Halloween elements to your repertoire. Have you considered what a pumpkin puree Bellini might taste like? Or perhaps a cocktail served in a hollow pumpkin with a spooky straw? Small and significant changes like these will make your establishment #instafamous overnight and cause consumers to spread the word about your limited-edition cocktail selection.\r\n<h5>Do some research</h5>\r\nWho are your usual customers? Who do you want to attract to your establishment? How does your cocktail menu reflect your target customers tastes and wants? These are questions you need to ask yourself. Questions that will help you produce the perfect cocktail menu.\r\n\r\nWhy not host a free cocktail tasting afternoon, with some already established customers and targeted advertising? Whip up a few favourites and allow a select few to sample them and provide open and honest feedback.\r\n\r\nUsing this information, reconsider your approach to various cocktails and keep the favourites. Your cocktails need to be by the people, for the people.\r\n<h5>Only the best</h5>\r\nIf you wouldn’t drink it, neither will your customer. This is something hospitality professionals need to be told time and time again. You need to be using the most delicious brands to form your cocktails; that doesn’t mean you need to break the bank – but it does mean you need to consider all the elements of your cocktail and consider whether they are tasty.\r\n\r\nYou don’t want to disappoint customers by making a promising house cocktail, only to find that the core elements aren’t up to scratch.','Tips on how to keep your cocktail offering on trend','','publish','closed','open','','trade-progress-gives-bar-restaurant-operators-tips-keep-cocktail-offering-trend','','','2018-02-06 15:49:14','2018-02-06 15:49:14','',0,'http://www.ontradeprogress.com/?p=673',0,'post','',0),(674,1,'2018-02-06 15:39:44','2018-02-06 15:39:44','','Page 34','','inherit','closed','closed','','page-34-5','','','2018-02-06 15:39:44','2018-02-06 15:39:44','',673,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Page-34.jpg',0,'attachment','image/jpeg',0),(675,1,'2018-02-06 15:40:50','2018-02-06 15:40:50','','','','inherit','closed','closed','','page-34-6','','','2018-02-06 15:41:24','2018-02-06 15:41:24','',673,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Page-34-1.jpg',0,'attachment','image/jpeg',0),(676,1,'2018-02-06 15:41:59','2018-02-06 15:41:59','<h3 style=\"text-align: center;\">Staying fresh</h3>\r\nThroughout the UK, bar and restaurant owners have cottoned on to the high value of offering cocktails at their venue. This can be anything from the list of classics which include Bellini’s, mojitos and long-island ice teas, and can branch into the more exotic.\r\n\r\nRecently I went to bar in Paris called Dernier Bar Avant La Fin Du Monde – which roughly translates to ‘the last bar before the end of the universe’. It’s a classic venue that most Parisians will know of and is famed for its array of deep mahogany chairs and tables and a selection of classic board games tucked into nooks and crannies for guests to enjoy together. What brought my friends and me back here time and time again was the ever-changing cocktail menu that makes puns out of popular culture, such as TV, film, comic books and music. In fact, the name of the bar is inspired by the second book of the popular book series, <em>The Hitchhiker’s Guide to the Galaxy</em>. Essentially, this venue has found its niche and as a result has become one of the most popular bars in Paris.\r\n\r\nVenue and hospitality managers must keep their cocktail offering fresh to ensure they don’t go stale, so below are some tips to help:\r\n<h5>Perfect the classics</h5>\r\nThe cocktail classics cannot be overlooked; they are the foundation of any good cocktail menu, and often form the foundations of anything a little bit more experimental.\r\n\r\nRecently, the Pornstar Martini was voted the most popular British cocktail – and rightly so. In fact, it’s a British invention, mixing delicious vanilla vodka with passion fruit liquor and puree, accompanied by an oh-so-sumptuous shot of prosecco. If you don’t have it on your menu, you should do, but it should be perfect. You need to consider the brand of vanilla vodka to use, the liquor too. Will you top it off with a freshly cut passion fruit and lace the glass with sugar? What prosecco will accompany?\r\n\r\nHave some fun with your team trying different brands and coming up with the best combination that stands out for you. If the classics are good, the consumer will come back for more.\r\n<h5>Make a house cocktail</h5>\r\nBefore Gigi’s closed earlier this year, they served a cocktail that was nearly £9,000. It was the house cocktail and was a champagne cocktail that consisted of 1990 vintage Cristal and 1888 Samalens Vieille Relique Vintage Bas Armagnac brandy, topped off with gold leaf. It was infamous among the Mayfair socialites for a time; it was known as ‘The Gigi’, and its niche was that it was simply lavish and totally in excess.\r\n\r\nHowever, there is a lesson to be learned here. Create a house cocktail; and make sure it reflects you. If your bar wants a sense of excellence and excitement, create a cocktail that mirrors that, perhaps by combining two opposites such as prosecco and tequila. Be experimental but be authentic too.\r\n<h5>Be seasonal</h5>\r\nIf you intend to change your cocktail menu regularly, try to combine seasonal feels and flavours into your menu. Perhaps you’re creating a new cocktail menu in October – consider implementing Halloween elements to your repertoire. Have you considered what a pumpkin puree Bellini might taste like? Or perhaps a cocktail served in a hollow pumpkin with a spooky straw? Small and significant changes like these will make your establishment #instafamous overnight and cause consumers to spread the word about your limited-edition cocktail selection.\r\n<h5>Do some research</h5>\r\nWho are your usual customers? Who do you want to attract to your establishment? How does your cocktail menu reflect your target customers tastes and wants? These are questions you need to ask yourself. Questions that will help you produce the perfect cocktail menu.\r\n\r\nWhy not host a free cocktail tasting afternoon, with some already established customers and targeted advertising? Whip up a few favourites and allow a select few to sample them and provide open and honest feedback.\r\n\r\nUsing this information, reconsider your approach to various cocktails and keep the favourites. Your cocktails need to be by the people, for the people.\r\n<h5>Only the best</h5>\r\nIf you wouldn’t drink it, neither will your customer. This is something hospitality professionals need to be told time and time again. You need to be using the most delicious brands to form your cocktails; that doesn’t mean you need to break the bank – but it does mean you need to consider all the elements of your cocktail and consider whether they are tasty.\r\n\r\nYou don’t want to disappoint customers by making a promising house cocktail, only to find that the core elements aren’t up to scratch.','On-Trade Progress gives bar and restaurant operators tips on how to keep their cocktail offering on trend','','inherit','closed','closed','','673-revision-v1','','','2018-02-06 15:41:59','2018-02-06 15:41:59','',673,'http://www.ontradeprogress.com/2018/02/06/673-revision-v1/',0,'revision','',0),(677,1,'2018-02-06 15:43:19','2018-02-06 15:43:19','<h3 style=\"text-align: center;\">Staying fresh</h3>\r\nThroughout the UK, bar and restaurant owners have cottoned on to the high value of offering cocktails at their venue. This can be anything from the list of classics which include Bellini’s, mojitos and long-island ice teas, and can branch into the more exotic.\r\n\r\nRecently I went to bar in Paris called Dernier Bar Avant La Fin Du Monde – which roughly translates to ‘the last bar before the end of the universe’. It’s a classic venue that most Parisians will know of and is famed for its array of deep mahogany chairs and tables and a selection of classic board games tucked into nooks and crannies for guests to enjoy together. What brought my friends and me back here time and time again was the ever-changing cocktail menu that makes puns out of popular culture, such as TV, film, comic books and music. In fact, the name of the bar is inspired by the second book of the popular book series, <em>The Hitchhiker’s Guide to the Galaxy</em>. Essentially, this venue has found its niche and as a result has become one of the most popular bars in Paris.\r\n\r\nVenue and hospitality managers must keep their cocktail offering fresh to ensure they don’t go stale, so below are some tips to help:\r\n<h5>Perfect the classics</h5>\r\nThe cocktail classics cannot be overlooked; they are the foundation of any good cocktail menu, and often form the foundations of anything a little bit more experimental.\r\n\r\nRecently, the Pornstar Martini was voted the most popular British cocktail – and rightly so. In fact, it’s a British invention, mixing delicious vanilla vodka with passion fruit liquor and puree, accompanied by an oh-so-sumptuous shot of prosecco. If you don’t have it on your menu, you should do, but it should be perfect. You need to consider the brand of vanilla vodka to use, the liquor too. Will you top it off with a freshly cut passion fruit and lace the glass with sugar? What prosecco will accompany?\r\n\r\nHave some fun with your team trying different brands and coming up with the best combination that stands out for you. If the classics are good, the consumer will come back for more.\r\n<h5>Make a house cocktail</h5>\r\nBefore Gigi’s closed earlier this year, they served a cocktail that was nearly £9,000. It was the house cocktail and was a champagne cocktail that consisted of 1990 vintage Cristal and 1888 Samalens Vieille Relique Vintage Bas Armagnac brandy, topped off with gold leaf. It was infamous among the Mayfair socialites for a time; it was known as ‘The Gigi’, and its niche was that it was simply lavish and totally in excess.\r\n\r\nHowever, there is a lesson to be learned here. Create a house cocktail; and make sure it reflects you. If your bar wants a sense of excellence and excitement, create a cocktail that mirrors that, perhaps by combining two opposites such as prosecco and tequila. Be experimental but be authentic too.\r\n<h5>Be seasonal</h5>\r\nIf you intend to change your cocktail menu regularly, try to combine seasonal feels and flavours into your menu. Perhaps you’re creating a new cocktail menu in October – consider implementing Halloween elements to your repertoire. Have you considered what a pumpkin puree Bellini might taste like? Or perhaps a cocktail served in a hollow pumpkin with a spooky straw? Small and significant changes like these will make your establishment #instafamous overnight and cause consumers to spread the word about your limited-edition cocktail selection.\r\n<h5>Do some research</h5>\r\nWho are your usual customers? Who do you want to attract to your establishment? How does your cocktail menu reflect your target customers tastes and wants? These are questions you need to ask yourself. Questions that will help you produce the perfect cocktail menu.\r\n\r\nWhy not host a free cocktail tasting afternoon, with some already established customers and targeted advertising? Whip up a few favourites and allow a select few to sample them and provide open and honest feedback.\r\n\r\nUsing this information, reconsider your approach to various cocktails and keep the favourites. Your cocktails need to be by the people, for the people.\r\n<h5>Only the best</h5>\r\nIf you wouldn’t drink it, neither will your customer. This is something hospitality professionals need to be told time and time again. You need to be using the most delicious brands to form your cocktails; that doesn’t mean you need to break the bank – but it does mean you need to consider all the elements of your cocktail and consider whether they are tasty.\r\n\r\nYou don’t want to disappoint customers by making a promising house cocktail, only to find that the core elements aren’t up to scratch.','Tips on how to keep your cocktail offering on trend','','inherit','closed','closed','','673-revision-v1','','','2018-02-06 15:43:19','2018-02-06 15:43:19','',673,'http://www.ontradeprogress.com/2018/02/06/673-revision-v1/',0,'revision','',0),(678,1,'2018-02-06 15:44:23','2018-02-06 15:44:23','<h5 style=\"text-align: left;\">Staying fresh</h5>\r\nThroughout the UK, bar and restaurant owners have cottoned on to the high value of offering cocktails at their venue. This can be anything from the list of classics which include Bellini’s, mojitos and long-island ice teas, and can branch into the more exotic.\r\n\r\nRecently I went to bar in Paris called Dernier Bar Avant La Fin Du Monde – which roughly translates to ‘the last bar before the end of the universe’. It’s a classic venue that most Parisians will know of and is famed for its array of deep mahogany chairs and tables and a selection of classic board games tucked into nooks and crannies for guests to enjoy together. What brought my friends and me back here time and time again was the ever-changing cocktail menu that makes puns out of popular culture, such as TV, film, comic books and music. In fact, the name of the bar is inspired by the second book of the popular book series, <em>The Hitchhiker’s Guide to the Galaxy</em>. Essentially, this venue has found its niche and as a result has become one of the most popular bars in Paris.\r\n\r\nVenue and hospitality managers must keep their cocktail offering fresh to ensure they don’t go stale, so below are some tips to help:\r\n<h5>Perfect the classics</h5>\r\nThe cocktail classics cannot be overlooked; they are the foundation of any good cocktail menu, and often form the foundations of anything a little bit more experimental.\r\n\r\nRecently, the Pornstar Martini was voted the most popular British cocktail – and rightly so. In fact, it’s a British invention, mixing delicious vanilla vodka with passion fruit liquor and puree, accompanied by an oh-so-sumptuous shot of prosecco. If you don’t have it on your menu, you should do, but it should be perfect. You need to consider the brand of vanilla vodka to use, the liquor too. Will you top it off with a freshly cut passion fruit and lace the glass with sugar? What prosecco will accompany?\r\n\r\nHave some fun with your team trying different brands and coming up with the best combination that stands out for you. If the classics are good, the consumer will come back for more.\r\n<h5>Make a house cocktail</h5>\r\nBefore Gigi’s closed earlier this year, they served a cocktail that was nearly £9,000. It was the house cocktail and was a champagne cocktail that consisted of 1990 vintage Cristal and 1888 Samalens Vieille Relique Vintage Bas Armagnac brandy, topped off with gold leaf. It was infamous among the Mayfair socialites for a time; it was known as ‘The Gigi’, and its niche was that it was simply lavish and totally in excess.\r\n\r\nHowever, there is a lesson to be learned here. Create a house cocktail; and make sure it reflects you. If your bar wants a sense of excellence and excitement, create a cocktail that mirrors that, perhaps by combining two opposites such as prosecco and tequila. Be experimental but be authentic too.\r\n<h5>Be seasonal</h5>\r\nIf you intend to change your cocktail menu regularly, try to combine seasonal feels and flavours into your menu. Perhaps you’re creating a new cocktail menu in October – consider implementing Halloween elements to your repertoire. Have you considered what a pumpkin puree Bellini might taste like? Or perhaps a cocktail served in a hollow pumpkin with a spooky straw? Small and significant changes like these will make your establishment #instafamous overnight and cause consumers to spread the word about your limited-edition cocktail selection.\r\n<h5>Do some research</h5>\r\nWho are your usual customers? Who do you want to attract to your establishment? How does your cocktail menu reflect your target customers tastes and wants? These are questions you need to ask yourself. Questions that will help you produce the perfect cocktail menu.\r\n\r\nWhy not host a free cocktail tasting afternoon, with some already established customers and targeted advertising? Whip up a few favourites and allow a select few to sample them and provide open and honest feedback.\r\n\r\nUsing this information, reconsider your approach to various cocktails and keep the favourites. Your cocktails need to be by the people, for the people.\r\n<h5>Only the best</h5>\r\nIf you wouldn’t drink it, neither will your customer. This is something hospitality professionals need to be told time and time again. You need to be using the most delicious brands to form your cocktails; that doesn’t mean you need to break the bank – but it does mean you need to consider all the elements of your cocktail and consider whether they are tasty.\r\n\r\nYou don’t want to disappoint customers by making a promising house cocktail, only to find that the core elements aren’t up to scratch.','Tips on how to keep your cocktail offering on trend','','inherit','closed','closed','','673-revision-v1','','','2018-02-06 15:44:23','2018-02-06 15:44:23','',673,'http://www.ontradeprogress.com/2018/02/06/673-revision-v1/',0,'revision','',0),(682,1,'2018-02-07 10:14:40','2018-02-07 10:14:40','<h5>Unique Hospitality Management has added three new pubs, including its first in London, taking its portfolio to ten sites.</h5>\r\nThe company, which operates Epic Pubs, Heroic Pubs and new company Aspley Pubs, has taken on its second Star Pubs &amp; Bars lease - The Imperial in Chelsea.\r\n\r\nLocated on the King’s Road in the heart of London’s Chelsea Design Quarter the Victorian pub is part of Unique’s Epic Pubs, which already has two sites.\r\n\r\nThe pub will reopen in late February as The Imperial Arms following an extensive refurbishment. It will feature a 60-cover dining area and bar, large upstairs private event space and walled garden for drinking and dining.\r\n\r\n[caption id=\"attachment_685\" align=\"alignleft\" width=\"270\"]<img class=\" wp-image-685\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/02/andrewcoathMD-1024x683.jpg\" alt=\"\" width=\"270\" height=\"180\" /> Double figures: Unique Hospitality Management, led by managing director Andrew Coath, now has ten sites.[/caption]\r\n\r\nAndrew Coath, the company’s managing director, said: “We are really excited to have taken on our first pub in London which will be a flagship for the company. The Imperial Arms is a fantastic Victorian building of merit in a vibrant location. We look forward to working with Star Pubs &amp; Bars to re-establish the venue as a pub at the heart of its local community.”\r\n\r\nHe adds: “We hope The Imperial Arms will have sister pubs in London, with more pubs in the capital on our wish list.”\r\n\r\nTim Galligan, Star Pubs &amp; Bars operations and sales director, said: “It’s great news that Unique Hospitality Management has taken on the Imperial Arms. It’s a very desirable pub in a fantastic location and they’ve got a strong track record.  We look forward to working with them and helping them realise their business growth plans.”\r\n\r\nUnique Hospitality Management aim to have 15 sites by 2019.\r\n<h5><strong>New Aspley Pubs</strong></h5>\r\nUnique Hospitality Management has also taken on two pubs in new company Aspley Pubs which have been funded through an Enterprise Investment Scheme with Rockpool Investments, who also back Unique’s Epic and Heroic Pubs.\r\n\r\nThe 145-cover Hart House will open in early March in the centre of Fleet, Hampshire. The pub, which is the company’s first in Hampshire, is opening in the site of a former Ask restaurant.\r\n\r\nHart House will be the company’s first venue with a coffee shop. The 25-cover coffee shop will feature a daily changing blackboard menu and cake counter. It will also be available for private events in the evenings.\r\n\r\nThe pub also features an upstairs private dining area for 30 covers and a further 80 covers outside.\r\n<h5><strong>Locks, stock and barrel</strong></h5>\r\nThe company has also acquired freehold the Three Locks in Stoke Hammond, on the Grand Union Canal in Buckinghamshire. The pub features the company’s core food offer which focuses on seasonally changing menus which celebrate the best of fresh British produce. The Three Locks also features an extensive real ale offer and weekly events include ‘Crafty Fridays’, with live music and a pint of craft beer and a burger for £10.\r\n<h5><strong>Vegan menus introduced</strong></h5>\r\nA separate new vegan menu has also been introduced across the majority of the company’s sites, featuring nine plant-based dishes.\r\n\r\nCoath said: “We pride ourselves on being a ‘pub for everyone’ so introducing a vegan menu made perfect sense. It is proving really popular with both vegan and non-vegan customers.”','Unique Hospitality Management adds trio of new pubs','','publish','closed','open','','682','','','2018-02-07 10:21:33','2018-02-07 10:21:33','',0,'http://www.ontradeprogress.com/?p=682',0,'post','',0),(683,1,'2018-02-07 10:06:26','2018-02-07 10:06:26','','','The Imperial Arms: due to reopen late February following refurbishment','inherit','closed','closed','','imperiallogo','','','2018-02-07 10:08:56','2018-02-07 10:08:56','',682,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/imperiallogo.jpg',0,'attachment','image/jpeg',0),(684,1,'2018-02-07 10:09:51','2018-02-07 10:09:51','<h5>Unique Hospitality Management has added three new pubs, including its first in London, taking its portfolio to ten sites.</h5>\r\nThe company, which operates Epic Pubs, Heroic Pubs and new company Aspley Pubs, has taken on its second Star Pubs &amp; Bars lease - The Imperial in Chelsea.\r\n\r\nLocated on the King’s Road in the heart of London’s Chelsea Design Quarter the Victorian pub is part of Unique’s Epic Pubs, which already has two sites.\r\n\r\nThe pub will reopen in late February as The Imperial Arms following an extensive refurbishment. It will feature a 60-cover dining area and bar, large upstairs private event space and walled garden for drinking and dining.\r\n\r\nAndrew Coath, the company’s managing director, said: “We are really excited to have taken on our first pub in London which will be a flagship for the company. The Imperial Arms is a fantastic Victorian building of merit in a vibrant location. We look forward to working with Star Pubs &amp; Bars to re-establish the venue as a pub at the heart of its local community.”\r\n\r\nHe adds: “We hope The Imperial Arms will have sister pubs in London, with more pubs in the capital on our wish list.”\r\n\r\nTim Galligan, Star Pubs &amp; Bars operations and sales director, said: “It’s great news that Unique Hospitality Management has taken on the Imperial Arms. It’s a very desirable pub in a fantastic location and they’ve got a strong track record.  We look forward to working with them and helping them realise their business growth plans.”\r\n\r\nUnique Hospitality Management aim to have 15 sites by 2019.\r\n<h5><strong>New Aspley Pubs</strong></h5>\r\nUnique Hospitality Management has also taken on two pubs in new company Aspley Pubs which have been funded through an Enterprise Investment Scheme with Rockpool Investments, who also back Unique’s Epic and Heroic Pubs.\r\n\r\nThe 145-cover Hart House will open in early March in the centre of Fleet, Hampshire. The pub, which is the company’s first in Hampshire, is opening in the site of a former Ask restaurant.\r\n\r\nHart House will be the company’s first venue with a coffee shop. The 25-cover coffee shop will feature a daily changing blackboard menu and cake counter. It will also be available for private events in the evenings.\r\n\r\nThe pub also features an upstairs private dining area for 30 covers and a further 80 covers outside.\r\n<h5><strong>Locks, stock and barrel</strong></h5>\r\nThe company has also acquired freehold the Three Locks in Stoke Hammond, on the Grand Union Canal in Buckinghamshire. The pub features the company’s core food offer which focuses on seasonally changing menus which celebrate the best of fresh British produce. The Three Locks also features an extensive real ale offer and weekly events include ‘Crafty Fridays’, with live music and a pint of craft beer and a burger for £10.\r\n<h5><strong>Vegan menus introduced</strong></h5>\r\nA separate new vegan menu has also been introduced across the majority of the company’s sites, featuring nine plant-based dishes.\r\n\r\nCoath said: “We pride ourselves on being a ‘pub for everyone’ so introducing a vegan menu made perfect sense. It is proving really popular with both vegan and non-vegan customers.”','Unique Hospitality Management adds trio of new pubs','','inherit','closed','closed','','682-revision-v1','','','2018-02-07 10:09:51','2018-02-07 10:09:51','',682,'http://www.ontradeprogress.com/2018/02/07/682-revision-v1/',0,'revision','',0),(685,1,'2018-02-07 10:11:11','2018-02-07 10:11:11','','','Double figures: Unique Hospitality Management, led by managing director Andrew Coath, now has ten sites.','inherit','closed','closed','','andrewcoathmd','','','2018-02-07 10:11:35','2018-02-07 10:11:35','',682,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/andrewcoathMD.jpg',0,'attachment','image/jpeg',0),(686,1,'2018-02-07 10:13:57','2018-02-07 10:13:57','<h5>Unique Hospitality Management has added three new pubs, including its first in London, taking its portfolio to ten sites.</h5>\r\nThe company, which operates Epic Pubs, Heroic Pubs and new company Aspley Pubs, has taken on its second Star Pubs &amp; Bars lease - The Imperial in Chelsea.\r\n\r\nLocated on the King’s Road in the heart of London’s Chelsea Design Quarter the Victorian pub is part of Unique’s Epic Pubs, which already has two sites.\r\n\r\nThe pub will reopen in late February as The Imperial Arms following an extensive refurbishment. It will feature a 60-cover dining area and bar, large upstairs private event space and walled garden for drinking and dining.\r\n\r\n[caption id=\"attachment_685\" align=\"alignleft\" width=\"270\"]<img class=\" wp-image-685\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/02/andrewcoathMD-1024x683.jpg\" alt=\"\" width=\"270\" height=\"180\" /> Double figures: Unique Hospitality Management, led by managing director Andrew Coath, now has ten sites.[/caption]\r\n\r\nAndrew Coath, the company’s managing director, said: “We are really excited to have taken on our first pub in London which will be a flagship for the company. The Imperial Arms is a fantastic Victorian building of merit in a vibrant location. We look forward to working with Star Pubs &amp; Bars to re-establish the venue as a pub at the heart of its local community.”\r\n\r\nHe adds: “We hope The Imperial Arms will have sister pubs in London, with more pubs in the capital on our wish list.”\r\n\r\nTim Galligan, Star Pubs &amp; Bars operations and sales director, said: “It’s great news that Unique Hospitality Management has taken on the Imperial Arms. It’s a very desirable pub in a fantastic location and they’ve got a strong track record.  We look forward to working with them and helping them realise their business growth plans.”\r\n\r\nUnique Hospitality Management aim to have 15 sites by 2019.\r\n<h5><strong>New Aspley Pubs</strong></h5>\r\nUnique Hospitality Management has also taken on two pubs in new company Aspley Pubs which have been funded through an Enterprise Investment Scheme with Rockpool Investments, who also back Unique’s Epic and Heroic Pubs.\r\n\r\nThe 145-cover Hart House will open in early March in the centre of Fleet, Hampshire. The pub, which is the company’s first in Hampshire, is opening in the site of a former Ask restaurant.\r\n\r\nHart House will be the company’s first venue with a coffee shop. The 25-cover coffee shop will feature a daily changing blackboard menu and cake counter. It will also be available for private events in the evenings.\r\n\r\nThe pub also features an upstairs private dining area for 30 covers and a further 80 covers outside.\r\n<h5><strong>Locks, stock and barrel</strong></h5>\r\nThe company has also acquired freehold the Three Locks in Stoke Hammond, on the Grand Union Canal in Buckinghamshire. The pub features the company’s core food offer which focuses on seasonally changing menus which celebrate the best of fresh British produce. The Three Locks also features an extensive real ale offer and weekly events include ‘Crafty Fridays’, with live music and a pint of craft beer and a burger for £10.\r\n<h5><strong>Vegan menus introduced</strong></h5>\r\nA separate new vegan menu has also been introduced across the majority of the company’s sites, featuring nine plant-based dishes.\r\n\r\nCoath said: “We pride ourselves on being a ‘pub for everyone’ so introducing a vegan menu made perfect sense. It is proving really popular with both vegan and non-vegan customers.”','Unique Hospitality Management adds trio of new pubs','','inherit','closed','closed','','682-revision-v1','','','2018-02-07 10:13:57','2018-02-07 10:13:57','',682,'http://www.ontradeprogress.com/2018/02/07/682-revision-v1/',0,'revision','',0),(689,1,'2018-02-14 08:45:26','2018-02-14 08:45:26','<em>A high-profile deal with Carlsberg UK marks the latest success for on-trade tech company MRM, as the increasingly competitive market drives demand for its innovative marketing support software.</em>\r\n\r\nThe start of 2018 saw Carlsberg UK roll out MRM’s POS Creator Software to its sales team. Using MRM’s Brand Creator App, sales managers can use their iPads to create drinks menus and point of sale items in real time, during on-site meetings with operators.\r\n\r\nBy sharing an interactive 3D visual, they can get instant customer approval during the sales visit. All items are printed and delivered to the venue within two working days in order to maximise the sales opportunity for operators.\r\n\r\nTracy McIntosh, head of customer marketing at Carlsberg UK, said, “We give our on-trade customers as much support as possible to maximise the competitive edge our market-leading brands give them, and we needed an updated solution for providing pubs and bars with POS items.\r\n\r\n“Having worked successfully with MRM for six years now, we know they bring both industry knowledge and IT expertise to the table, and so they were our first point of call. The POS tool they have delivered to support our sales teams has surpassed our expectations in terms of both functionality and ease of use, and the immediate buy-in from our team is very encouraging.”\r\n\r\nWith on-trade outlets needing to be more effective than ever at showcasing their product offering to consumers, MRM is working with an increasing number of drinks brands and wholesalers.\r\n\r\nCraig Letton, CEO of MRM, said, “The on-trade market is dynamic and fast moving, and our technology enables drinks brands and wholesalers to keep pace, and provide their customers with the menus and POS they need to increase sales and profits.\r\n\r\n“Competition for customers is fierce, and operators simply don’t have the time to wait for sales people to brief their design team, send emails back and forth and wait for proofs. Using our technology, sales people and customers work together to create customised marketing material during their sales visit.\r\n\r\n“As Carlsberg UK has found, by using our interactive 3D model, operators can see exactly how it’s going to appear in their outlet, and provide immediate approval. Combining this with our super-fast print turnaround means we can ensure operators have their menus and POS within two days of the order being placed.\r\n\r\n“We’re delighted to see an increasing number of brand owners and distributors choosing to use our software, both in the UK and internationally. We’ve proven with our clients in the UK that our technology makes sales people more efficient, increases sales and improves customer service.\r\n\r\n“This success has led to several international contract wins, and we are currently in the process of rolling out our software across Europe with a number of major drinks brands. It’s a very exciting time for the business.”\r\n\r\nMRM provides drinks brands and distributors with on-trade specific technology solutions. MRM’s Brand Creator platform enables sales teams to more effectively support their customers with locally tailored, brand-compliant marketing materials which are proven to increase sales and create upselling opportunities through increased visibility in outlet. For more information please visit <a href=\"http://www.mrmbrand.com/\">www.mrmbrand.com</a> or call 01259 728 020.','MRM targeting business growth as Carlsberg UK rolls out App  ','','publish','closed','open','','mrm-targeting-business-growth-carlsberg-uk-rolls-app','','','2018-02-14 08:45:26','2018-02-14 08:45:26','',0,'http://www.ontradeprogress.com/?p=689',0,'post','',0),(690,1,'2018-02-14 08:43:34','2018-02-14 08:43:34','','Carlsberg using MRM POS Creator','Carlsberg using MRM POS Creator','inherit','closed','closed','','carlsberg-using-mrm-pos-creator','','','2018-02-14 08:44:21','2018-02-14 08:44:21','',689,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Carlsberg-using-MRM-POS-Creator.jpg',0,'attachment','image/jpeg',0),(691,1,'2018-02-14 08:44:27','2018-02-14 08:44:27','<em>A high-profile deal with Carlsberg UK marks the latest success for on-trade tech company MRM, as the increasingly competitive market drives demand for its innovative marketing support software.</em>\r\n\r\nThe start of 2018 saw Carlsberg UK roll out MRM’s POS Creator Software to its sales team. Using MRM’s Brand Creator App, sales managers can use their iPads to create drinks menus and point of sale items in real time, during on-site meetings with operators.\r\n\r\nBy sharing an interactive 3D visual, they can get instant customer approval during the sales visit. All items are printed and delivered to the venue within two working days in order to maximise the sales opportunity for operators.\r\n\r\nTracy McIntosh, head of customer marketing at Carlsberg UK, said, “We give our on-trade customers as much support as possible to maximise the competitive edge our market-leading brands give them, and we needed an updated solution for providing pubs and bars with POS items.\r\n\r\n“Having worked successfully with MRM for six years now, we know they bring both industry knowledge and IT expertise to the table, and so they were our first point of call. The POS tool they have delivered to support our sales teams has surpassed our expectations in terms of both functionality and ease of use, and the immediate buy-in from our team is very encouraging.”\r\n\r\nWith on-trade outlets needing to be more effective than ever at showcasing their product offering to consumers, MRM is working with an increasing number of drinks brands and wholesalers.\r\n\r\nCraig Letton, CEO of MRM, said, “The on-trade market is dynamic and fast moving, and our technology enables drinks brands and wholesalers to keep pace, and provide their customers with the menus and POS they need to increase sales and profits.\r\n\r\n“Competition for customers is fierce, and operators simply don’t have the time to wait for sales people to brief their design team, send emails back and forth and wait for proofs. Using our technology, sales people and customers work together to create customised marketing material during their sales visit.\r\n\r\n“As Carlsberg UK has found, by using our interactive 3D model, operators can see exactly how it’s going to appear in their outlet, and provide immediate approval. Combining this with our super-fast print turnaround means we can ensure operators have their menus and POS within two days of the order being placed.\r\n\r\n“We’re delighted to see an increasing number of brand owners and distributors choosing to use our software, both in the UK and internationally. We’ve proven with our clients in the UK that our technology makes sales people more efficient, increases sales and improves customer service.\r\n\r\n“This success has led to several international contract wins, and we are currently in the process of rolling out our software across Europe with a number of major drinks brands. It’s a very exciting time for the business.”\r\n\r\nMRM provides drinks brands and distributors with on-trade specific technology solutions. MRM’s Brand Creator platform enables sales teams to more effectively support their customers with locally tailored, brand-compliant marketing materials which are proven to increase sales and create upselling opportunities through increased visibility in outlet. For more information please visit <a href=\"http://www.mrmbrand.com/\">www.mrmbrand.com</a> or call 01259 728 020.','MRM targeting business growth as Carlsberg UK rolls out App  ','','inherit','closed','closed','','689-revision-v1','','','2018-02-14 08:44:27','2018-02-14 08:44:27','',689,'http://www.ontradeprogress.com/2018/02/14/689-revision-v1/',0,'revision','',0),(692,1,'2018-02-14 11:06:54','2018-02-14 11:06:54','Leading event furniture and panel hire firm Europa International has bolstered its management team with the appointment of Garry Pettitt who joins the business with immediate effect in the role of Distribution and Fulfilment Manager.\r\n\r\n[caption id=\"attachment_693\" align=\"alignleft\" width=\"235\"]<img class=\" wp-image-693\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/02/Garry-Pettitt-Europa-842x1024.jpg\" alt=\"\" width=\"235\" height=\"286\" /> Garry Pettitt[/caption]\r\n\r\nThe customer service focused family-run business, which was founded in 1961 and specialises in delivering and installing furniture packages for the events industry in the United Kingdom and further afield, announced its latest senior hire following one of its most successful years to date, and ahead of further expansion plans in 2018.\r\n\r\nBringing with him a ‘wealth of experience and logistics know-how’, Pettit will manage the operations of Europa’s London based warehouse – working closely with the wider team to ensure the successful delivery of all customer orders.\r\n\r\nStephen Murphy, Europa International’s Senior Designer and Account Manager said: “We are delighted to announce the appointment of Garry who joins us in the role of Distribution and Fulfilment Manager.\r\n\r\n“The past 12 months have been extremely successful for the firm, and Garry’s experience will serve to further our commitment to continual improvement and ongoing expansion in 2018.\r\n\r\n“He has a wealth of experience from within the Industry which was crucial to his appointment, and his meticulous attention to logistical detail makes him a key ingredient to the future.\r\n\r\n“We very much look forward to continued success with Garry at the heart of our Fulfilment Team and we welcome him into the Europa Family with open arms.”\r\n\r\nEuropa International is a family run business that specialises in catering for event and exhibition furniture hire need; working side-by-side with the country’s leading venues and supplying major events.\r\n\r\n<a href=\"http://www.europainternational.com\">www.europainternational.com</a>','Europa expands management team amidst 2018 expansion','','publish','closed','open','','europa-expands-management-team-amidst-2018-expansion','','','2018-02-14 11:08:29','2018-02-14 11:08:29','',0,'http://www.ontradeprogress.com/?p=692',0,'post','',0),(693,1,'2018-02-14 10:54:55','2018-02-14 10:54:55','','Garry Pettitt Europa','Garry Pettitt','inherit','closed','closed','','garry-pettitt-europa','','','2018-02-14 10:55:21','2018-02-14 10:55:21','',692,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Garry-Pettitt-Europa.jpg',0,'attachment','image/jpeg',0),(694,1,'2018-02-14 10:55:39','2018-02-14 10:55:39','Leading event furniture and panel hire firm Europa International has bolstered its management team with the appointment of Garry Pettitt who joins the business with immediate effect in the role of Distribution and Fulfilment Manager.\r\n\r\nThe customer service focused family-run business, which was founded in 1961 and specialises in delivering and installing furniture packages for the events industry in the United Kingdom and further afield, announced its latest senior hire following one of its most successful years to date, and ahead of further expansion plans in 2018.\r\n\r\nBringing with him a ‘wealth of experience and logistics knowhow’, Pettit will manage the operations of Europa’s London based warehouse – working closely with the wider team to ensure the successful delivery of all customer orders.\r\n\r\nStephen Murphy, Europa International’s Senior Designer and Account Manager said: “We are delighted to announce the appointment of Garry who joins us in the role of Distribution and Fulfilment Manager.\r\n\r\n“The past 12 months have been extremely successful for the firm, and Garry’s experience will serve to further our commitment to continual improvement and ongoing expansion in 2018.\r\n\r\n“He has a wealth of experience from within the Industry which was crucial to his appointment, and his meticulous attention to logistical detail makes him a key ingredient to the future.\r\n\r\n“We very much look forward to continued success with Garry at the heart of our Fulfilment Team and we welcome him into the Europa Family with open arms.”\r\n\r\nEuropa International is a family run business that specialises in catering for event and exhibition furniture hire need; working side-by-side with the country’s leading venues and supplying major events.\r\n\r\nwww.europainternational.com','Europa expands management team amidst 2018 expansion','','inherit','closed','closed','','692-revision-v1','','','2018-02-14 10:55:39','2018-02-14 10:55:39','',692,'http://www.ontradeprogress.com/2018/02/14/692-revision-v1/',0,'revision','',0),(695,1,'2018-02-14 10:57:34','2018-02-14 10:57:34','','Garry Pettitt Europa.','','inherit','closed','closed','','garry-pettitt-europa-2','','','2018-02-14 10:57:34','2018-02-14 10:57:34','',692,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Garry-Pettitt-Europa..jpg',0,'attachment','image/jpeg',0),(696,1,'2018-02-14 10:59:22','2018-02-14 10:59:22','','Europa Logo','','inherit','closed','closed','','europa-logo','','','2018-02-14 10:59:22','2018-02-14 10:59:22','',692,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Europa-Logo.png',0,'attachment','image/png',0),(697,1,'2018-02-14 11:02:22','2018-02-14 11:02:22','Leading event furniture and panel hire firm Europa International has bolstered its management team with the appointment of Garry Pettitt who joins the business with immediate effect in the role of Distribution and Fulfilment Manager.\r\n\r\n[caption id=\"attachment_693\" align=\"alignleft\" width=\"183\"]<img class=\" wp-image-693\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/02/Garry-Pettitt-Europa-842x1024.jpg\" alt=\"\" width=\"183\" height=\"222\" /> Garry Pettitt[/caption]\r\n\r\nThe customer service focused family-run business, which was founded in 1961 and specialises in delivering and installing furniture packages for the events industry in the United Kingdom and further afield, announced its latest senior hire following one of its most successful years to date, and ahead of further expansion plans in 2018.\r\n\r\nBringing with him a ‘wealth of experience and logistics know-how’, Pettit will manage the operations of Europa’s London based warehouse – working closely with the wider team to ensure the successful delivery of all customer orders.\r\n\r\nStephen Murphy, Europa International’s Senior Designer and Account Manager said: “We are delighted to announce the appointment of Garry who joins us in the role of Distribution and Fulfilment Manager.\r\n\r\n“The past 12 months have been extremely successful for the firm, and Garry’s experience will serve to further our commitment to continual improvement and ongoing expansion in 2018.\r\n\r\n“He has a wealth of experience from within the Industry which was crucial to his appointment, and his meticulous attention to logistical detail makes him a key ingredient to the future.\r\n\r\n“We very much look forward to continued success with Garry at the heart of our Fulfilment Team and we welcome him into the Europa Family with open arms.”\r\n\r\nEuropa International is a family run business that specialises in catering for event and exhibition furniture hire need; working side-by-side with the country’s leading venues and supplying major events.\r\n\r\nwww.europainternational.com','Europa expands management team amidst 2018 expansion','','inherit','closed','closed','','692-revision-v1','','','2018-02-14 11:02:22','2018-02-14 11:02:22','',692,'http://www.ontradeprogress.com/2018/02/14/692-revision-v1/',0,'revision','',0),(698,1,'2018-02-14 11:05:47','2018-02-14 11:05:47','Leading event furniture and panel hire firm Europa International has bolstered its management team with the appointment of Garry Pettitt who joins the business with immediate effect in the role of Distribution and Fulfilment Manager.\r\n\r\n[caption id=\"attachment_693\" align=\"alignleft\" width=\"207\"]<img class=\" wp-image-693\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/02/Garry-Pettitt-Europa-842x1024.jpg\" alt=\"\" width=\"207\" height=\"252\" /> Garry Pettitt[/caption]\r\n\r\nThe customer service focused family-run business, which was founded in 1961 and specialises in delivering and installing furniture packages for the events industry in the United Kingdom and further afield, announced its latest senior hire following one of its most successful years to date, and ahead of further expansion plans in 2018.\r\n\r\nBringing with him a ‘wealth of experience and logistics know-how’, Pettit will manage the operations of Europa’s London based warehouse – working closely with the wider team to ensure the successful delivery of all customer orders.\r\n\r\nStephen Murphy, Europa International’s Senior Designer and Account Manager said: “We are delighted to announce the appointment of Garry who joins us in the role of Distribution and Fulfilment Manager.\r\n\r\n“The past 12 months have been extremely successful for the firm, and Garry’s experience will serve to further our commitment to continual improvement and ongoing expansion in 2018.\r\n\r\n“He has a wealth of experience from within the Industry which was crucial to his appointment, and his meticulous attention to logistical detail makes him a key ingredient to the future.\r\n\r\n“We very much look forward to continued success with Garry at the heart of our Fulfilment Team and we welcome him into the Europa Family with open arms.”\r\n\r\nEuropa International is a family run business that specialises in catering for event and exhibition furniture hire need; working side-by-side with the country’s leading venues and supplying major events.\r\n\r\n<a href=\"http://www.europainternational.com\">www.europainternational.com</a>','Europa expands management team amidst 2018 expansion','','inherit','closed','closed','','692-revision-v1','','','2018-02-14 11:05:47','2018-02-14 11:05:47','',692,'http://www.ontradeprogress.com/2018/02/14/692-revision-v1/',0,'revision','',0),(699,1,'2018-02-14 11:06:06','2018-02-14 11:06:06','Leading event furniture and panel hire firm Europa International has bolstered its management team with the appointment of Garry Pettitt who joins the business with immediate effect in the role of Distribution and Fulfilment Manager.\r\n\r\n[caption id=\"attachment_693\" align=\"alignleft\" width=\"235\"]<img class=\" wp-image-693\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/02/Garry-Pettitt-Europa-842x1024.jpg\" alt=\"\" width=\"235\" height=\"286\" /> Garry Pettitt[/caption]\r\n\r\nThe customer service focused family-run business, which was founded in 1961 and specialises in delivering and installing furniture packages for the events industry in the United Kingdom and further afield, announced its latest senior hire following one of its most successful years to date, and ahead of further expansion plans in 2018.\r\n\r\nBringing with him a ‘wealth of experience and logistics know-how’, Pettit will manage the operations of Europa’s London based warehouse – working closely with the wider team to ensure the successful delivery of all customer orders.\r\n\r\nStephen Murphy, Europa International’s Senior Designer and Account Manager said: “We are delighted to announce the appointment of Garry who joins us in the role of Distribution and Fulfilment Manager.\r\n\r\n“The past 12 months have been extremely successful for the firm, and Garry’s experience will serve to further our commitment to continual improvement and ongoing expansion in 2018.\r\n\r\n“He has a wealth of experience from within the Industry which was crucial to his appointment, and his meticulous attention to logistical detail makes him a key ingredient to the future.\r\n\r\n“We very much look forward to continued success with Garry at the heart of our Fulfilment Team and we welcome him into the Europa Family with open arms.”\r\n\r\nEuropa International is a family run business that specialises in catering for event and exhibition furniture hire need; working side-by-side with the country’s leading venues and supplying major events.\r\n\r\n<a href=\"http://www.europainternational.com\">www.europainternational.com</a>','Europa expands management team amidst 2018 expansion','','inherit','closed','closed','','692-revision-v1','','','2018-02-14 11:06:06','2018-02-14 11:06:06','',692,'http://www.ontradeprogress.com/2018/02/14/692-revision-v1/',0,'revision','',0),(700,1,'2018-02-15 16:38:05','2018-02-15 16:38:05','<strong><em>Chief Executive of the BFBI Ruth Evans MBE aims to outline the basics of what licensees and “craft keg” brand owners need to know in order to get their beers to the bar.</em></strong>\r\n\r\nIt’s exciting times at the bar, with craft keg brands increasing in popularity with the traditional cask ale consumer.\r\n\r\nMuch of the keg dispense system infrastructure in the UK is owned by one of the large brand owners, namely ABInBev, Carlsberg, Molson Coors, Heineken, (known as Brands Dispense Association – BDA) or by Regional Brewers (known as National Technical Liaison Group – NTLG).  These brand owners (known as primary suppliers) own and maintain the system, charging on this cost as part of the Technical Services costs provision within the price of a barrel of beer.\r\n\r\nThe cellar benefits from having two derogations from legislation (confined space and simple pressure vessel legislation).  These derogations are due to the excellent safety record and tight control over best practice exercised by the primary suppliers, with installation and maintenance of cellar and bar dispense equipment operating to the BBPA 5th Pressure Code of Practice for Gas Pressure Systems.\r\n\r\nThe concern of all concerned is to ensure all that ALL Users, connect in a safe manner, and adhere to the Gas Pressure System Safety regulations.   With the rapid growth in craft keg brands, and the frequency of rotating different brands on dispense, it is imperative that all brand owners and licensees understand the current provision of the Dispense System infrastructure and “User” Responsibilities, including statutory requirements to operate and maintain a safe dispense system (Pressure Safety System Regulations, 2000 SI 2000 NO 128 2<sup>nd</sup> Edition 2014), ensuring the quality of all beers dispensed.\r\n\r\nBelow the Bar provision of these systems is made available for <strong>all Brand Owners</strong>, with each new brand owner informing the Provider of the system that they are connecting.  This communication, at the very least ensures that the Provider can maintain the equipment, product quality and ensure compliance with Health &amp; Safety legislation.\r\n\r\nTraditionally, and currently, the Brewer owning and maintaining the Primary Cooling and Gas Pressure system (the keg dispense system) is the one with the greatest number of dispense taps on the bar; making the system available for others to dispense their brands.\r\n\r\n<strong>Practical Responsibilities of the User (i.e. licensee):</strong>\r\n<ul>\r\n 	<li>The User of the pressure system, who is responsible for the BBPA code of practice &amp; maintenance within the outlet unless those duties have been transferred in writing back to the owner or supplier, must only use the system for its designed purpose.</li>\r\n 	<li>The User should be aware of who operates, maintains and is responsible for periodic inspection and testing of the pressure system.</li>\r\n 	<li>The User needs to ensure Outlet Records are maintained and the Code of Practice inspection is up to date.</li>\r\n 	<li>Items which must be inspected include:-\r\n<ul>\r\n 	<li>All protective devices.</li>\r\n 	<li>Pressure vessels in which a defect may give rise to danger.</li>\r\n 	<li>All parts of pipe work in which defects may give rise to danger.</li>\r\n 	<li>Every dispense pressure system must display a cellar record card.</li>\r\n 	<li>The responsible person on site must sign and retain their copy of the BBPA booklet “Instructions for the safe operation of gas pressure systems used in the dispensing of beers and lagers”.</li>\r\n 	<li>The user of the system must only use the system for its designed purpose.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nThe User, being sold a craft keg brand from a new brand owner should ensure that a technically qualified installer is used to “connect to” the primary system to install the brand and that the owner of the primary system has been informed of the use of the dispense line.\r\n\r\n<strong>Industry adherence to a Safe System of use</strong>\r\n\r\nUnauthorised modifications are not permitted under the Pressure System Safety Regulations 2000;  The Consumer Protection Health and Safety Pressure Equipment (Safety) Regulations 2016 (formerly the Pressure Equipment Regulations) and other legislation.\r\n\r\nPeriodic Inspection includes an audit of equipment, ancillary to the primary gas system when undertaking the examination.  A potential consequence, if there is no commitment to compliance, is that the User will be unable to demonstrate operating a safe system of use to Regulatory Authorities\r\n\r\nThus:\r\n<ul>\r\n 	<li>It is Mandatory that the system is operated in the correct manner.</li>\r\n 	<li>Any person interfering with the equipment can create a serious risk to staff on the premises.</li>\r\n 	<li>The person in control of the equipment, the Licensee, has a statutory duty to ensure that any amendments/additions are in accordance with the written instructions issued by the Provider of the System.</li>\r\n 	<li>Users should not attempt to alter, modify or adjust the pressure within a pressure system, that renders the system unsafe.</li>\r\n 	<li>The employer of a person who installs a pressure system at work shall ensure that nothing about the way in which it is installed gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n 	<li>The employer of a person who modifies or repairs a pressure system at work shall ensure that nothing about the way in which it is modified or repaired gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n</ul>\r\n<strong>Practical Responsibilities of the Brand Owner:</strong>\r\n\r\nThe brand owner should be aware of a number of points relating to the dispense system they wish to use to dispense their keg beer.\r\n\r\n<strong>Python Installation Guidelines:</strong>\r\n<ul>\r\n 	<li>When planning an installation the throughput volumes of the accounts should be calculated to ensure the correct sized remote cooler is used.</li>\r\n 	<li>Remote coolers must be placed in areas where they can be accessed easily for both repair and replacement.</li>\r\n</ul>\r\nCask Ales: As a general rule:\r\n<ul>\r\n 	<li>If the outlet has only up to 3 cask beer dispense points on the same bar/python, the spare lines in a standard python can be utilised.</li>\r\n 	<li>If the outlet has more than three cask beer dispense points on the same bar or python a separate cask ale python would be installed.</li>\r\n</ul>\r\nExtra Cold Dispense:\r\n<ul>\r\n 	<li>“Coil and Foil” Python: Consists of either 10 or 12 product lines + 4 x 15mm recirculation lines with foil wrapping encapsulated with 19 mm foam insulation.</li>\r\n 	<li>The remote cooler must have a maximum of 8 coils with blanking plates for coils 9 &amp; 10.</li>\r\n 	<li>The coil lengths are 10m.</li>\r\n 	<li>Only Extra Cold / Super Chilled lines should pass through these coils.</li>\r\n</ul>\r\n<strong>Requirements of the Primary Gas System:</strong>\r\n\r\n<strong>      CO2 Primary gas </strong>\r\n<ul>\r\n 	<li>Primary valve reducing bottle contents from 800-900psi to 35psi.</li>\r\n 	<li>Primary output pressure set to a maximum of 35psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 45psi.</li>\r\n</ul>\r\n<strong>      Mixed Gas</strong>\r\n<ul>\r\n 	<li>Primary Valve reducing bottle contents from 3000psi to 45psi.</li>\r\n 	<li>Primary output pressure set at a maximum of 45psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 55psi.</li>\r\n</ul>\r\n<strong>Installation of Extra Gas Pumps to Drive the Beer:</strong>\r\n<ul>\r\n 	<li>A maximum of 3 Dispense Points per Gas Pump.</li>\r\n 	<li>Maximum number of secondary regulators is 15 off one primary ring main.</li>\r\n 	<li>Health &amp; Safety: Venting Gas Pumps to atmosphere (outside and not into a corridor or adjoining room) Confined Spaces Legislation awareness?</li>\r\n 	<li>Air Compressors are not part of the 5th Edition Pressure COP procedure but are subject to the Pressure Systems Safety Regulations.</li>\r\n 	<li>If gas pumps cannot be vented to atmosphere the Compressor should NOT have a gas back up fitted.</li>\r\n</ul>\r\n<strong>Cooling Solutions:</strong>\r\n\r\nThe aim of any remote cooler &amp; python system is to maintain the temperature of the drink once it has left the cooler coil in the cellar.  The Equipment Provider Installs and Maintains the Primary Cooling System: Python and Coolers, understanding the cellar to bar logistics and product dispense temperatures.\r\n\r\nRemote coolers are designed to run in conjunction with Cellar Temperature Control (CTC) systems.\r\n\r\n<strong>Key Aspects of Remote Coolers:</strong>\r\n<ul>\r\n 	<li>Remote Coolers – can accommodate up to 10 lines.</li>\r\n 	<li>If multiple Coolers are in use they should share load equally.</li>\r\n 	<li>Remote Coolers should only be installed where Cellar Refrigeration is in use.</li>\r\n 	<li>The correct sizing of coolers is dependent on volume throughput.</li>\r\n 	<li>Remote cooler location needs to be carefully considered.</li>\r\n 	<li>Minimum Cooler Recirc Flow Rate: 4 litres/minute.</li>\r\n 	<li>Take account of the maximum ambient temperature.</li>\r\n</ul>\r\nToday’s keg market place is exciting and fast paced.  Its growth relies upon access to the bar and, ultimately, the delivery of a quality product.\r\n\r\nThe UK benefits from standing outside of legislation on two key aspects within the cellar, due to the safety and best practice record of the owners of the primary gas system.  In order to retain these benefits and, in particular, the existing safety and quality record, all new users of the system need to play their part.  Let us ensure continuing growth of keg beer and work together to maintain an efficient and safe dispense system.\r\n\r\nwww.bfbi.org.uk','Best practice in keg dispense','','publish','closed','open','','best-practice-keg-dispense','','','2018-02-15 16:40:52','2018-02-15 16:40:52','',0,'http://www.ontradeprogress.com/?p=700',0,'post','',0),(701,1,'2018-02-15 16:31:10','2018-02-15 16:31:10','','Description of equipment','Description of equipment','inherit','closed','closed','','description-of-equipment','','','2018-02-15 16:31:41','2018-02-15 16:31:41','',700,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Description-of-equipment.jpg',0,'attachment','image/jpeg',0),(702,1,'2018-02-15 16:34:50','2018-02-15 16:34:50','','BFBi Logo HD','','inherit','closed','closed','','bfbi-logo-hd','','','2018-02-15 16:34:50','2018-02-15 16:34:50','',700,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/BFBi-Logo-HD.jpg',0,'attachment','image/jpeg',0),(703,1,'2018-02-15 16:35:20','2018-02-15 16:35:20','<strong><em>Chief Executive of the BFBI Ruth Evans MBE aims to outline the basics of what licensees and “craft keg” brand owners need to know in order to get their beers to the bar.</em></strong>\r\n\r\nIt’s exciting times at the bar, with craft keg brands increasing in popularity with the traditional cask ale consumer.\r\n\r\nMuch of the keg dispense system infrastructure in the UK is owned by one of the large brand owners, namely ABInBev, Carlsberg, Molson Coors, Heineken, (known as Brands Dispense Association – BDA) or by Regional Brewers (known as National Technical Liaison Group – NTLG).  These brand owners (known as primary suppliers) own and maintain the system, charging on this cost as part of the Technical Services costs provision within the price of a barrel of beer.\r\n\r\nThe cellar benefits from having two derogations from legislation (confined space and simple pressure vessel legislation).  These derogations are due to the excellent safety record and tight control over best practice exercised by the primary suppliers, with installation and maintenance of cellar and bar dispense equipment operating to the BBPA 5th Pressure Code of Practice for Gas Pressure Systems.\r\n\r\nThe concern of all concerned is to ensure all that ALL Users, connect in a safe manner, and adhere to the Gas Pressure System Safety regulations.   With the rapid growth in craft keg brands, and the frequency of rotating different brands on dispense, it is imperative that all brand owners and licensees understand the current provision of the Dispense System infrastructure and “User” Responsibilities, including statutory requirements to operate and maintain a safe dispense system (Pressure Safety System Regulations, 2000 SI 2000 NO 128 2<sup>nd</sup> Edition 2014), ensuring the quality of all beers dispensed.\r\n\r\nBelow the Bar provision of these systems is made available for <strong>all Brand Owners</strong>, with each new brand owner informing the Provider of the system that they are connecting.  This communication, at the very least ensures that the Provider can maintain the equipment, product quality and ensure compliance with Health &amp; Safety legislation.\r\n\r\nTraditionally, and currently, the Brewer owning and maintaining the Primary Cooling and Gas Pressure system (the keg dispense system) is the one with the greatest number of dispense taps on the bar; making the system available for others to dispense their brands.\r\n\r\n<strong>Practical Responsibilities of the User (i.e. licensee):</strong>\r\n<ul>\r\n 	<li>The User of the pressure system, who is responsible for the BBPA code of practice &amp; maintenance within the outlet unless those duties have been transferred in writing back to the owner or supplier, must only use the system for its designed purpose.</li>\r\n 	<li>The User should be aware of who operates, maintains and is responsible for periodic inspection and testing of the pressure system.</li>\r\n 	<li>The User needs to ensure Outlet Records are maintained and the Code of Practice inspection is up to date.</li>\r\n 	<li>Items which must be inspected include:-\r\n<ul>\r\n 	<li>All protective devices.</li>\r\n 	<li>Pressure vessels in which a defect may give rise to danger.</li>\r\n 	<li>All parts of pipe work in which defects may give rise to danger.</li>\r\n 	<li>Every dispense pressure system must display a cellar record card.</li>\r\n 	<li>The responsible person on site must sign and retain their copy of the BBPA booklet “Instructions for the safe operation of gas pressure systems used in the dispensing of beers and lagers”.</li>\r\n 	<li>The user of the system must only use the system for its designed purpose.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nThe User, being sold a craft keg brand from a new brand owner should ensure that a technically qualified installer is used to “connect to” the primary system to install the brand and that the owner of the primary system has been informed of the use of the dispense line.\r\n\r\n<strong>Industry adherence to a Safe System of use\r\n\r\n</strong> Unauthorised modifications are not permitted under the Pressure System Safety Regulations 2000;  The Consumer Protection Health and Safety Pressure Equipment (Safety) Regulations 2016 (formerly the Pressure Equipment Regulations) and other legislation.\r\n\r\nPeriodic Inspection includes an audit of equipment, ancillary to the primary gas system when undertaking the examination.  A potential consequence, if there is no commitment to compliance, is that the User will be unable to demonstrate operating a safe system of use to Regulatory Authorities\r\n\r\nThus:\r\n<ul>\r\n 	<li>It is Mandatory that the system is operated in the correct manner.</li>\r\n 	<li>Any person interfering with the equipment can create a serious risk to staff on the premises.</li>\r\n 	<li>The person in control of the equipment, the Licensee, has a statutory duty to ensure that any amendments/additions are in accordance with the written instructions issued by the Provider of the System.</li>\r\n 	<li>Users should not attempt to alter, modify or adjust the pressure within a pressure system, that renders the system unsafe.</li>\r\n 	<li>The employer of a person who installs a pressure system at work shall ensure that nothing about the way in which it is installed gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n 	<li>The employer of a person who modifies or repairs a pressure system at work shall ensure that nothing about the way in which it is modified or repaired gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n</ul>\r\n<strong>Practical Responsibilities of the Brand Owner:</strong>\r\n\r\nThe brand owner should be aware of a number of points relating to the dispense system they wish to use to dispense their keg beer.\r\n\r\n<strong>Python Installation Guidelines:</strong>\r\n<ul>\r\n 	<li>When planning an installation the throughput volumes of the accounts should be calculated to ensure the correct sized remote cooler is used.</li>\r\n 	<li>Remote coolers must be placed in areas where they can be accessed easily for both repair and replacement.</li>\r\n</ul>\r\nCask Ales: As a general rule:\r\n<ul>\r\n 	<li>If the outlet has only up to 3 cask beer dispense points on the same bar/python, the spare lines in a standard python can be utilised.</li>\r\n 	<li>If the outlet has more than three cask beer dispense points on the same bar or python a separate cask ale python would be installed.</li>\r\n</ul>\r\nExtra Cold Dispense:\r\n<ul>\r\n 	<li>“Coil and Foil” Python: Consists of either 10 or 12 product lines + 4 x 15mm recirculation lines with foil wrapping encapsulated with 19 mm foam insulation.</li>\r\n 	<li>The remote cooler must have a maximum of 8 coils with blanking plates for coils 9 &amp; 10.</li>\r\n 	<li>The coil lengths are 10m.</li>\r\n 	<li>Only Extra Cold / Super Chilled lines should pass through these coils.</li>\r\n</ul>\r\n<strong>Requirements of the Primary Gas System:</strong>\r\n\r\n<strong>      CO2 Primary gas </strong>\r\n<ul>\r\n 	<li>Primary valve reducing bottle contents from 800-900psi to 35psi.</li>\r\n 	<li>Primary output pressure set to a maximum of 35psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 45psi.</li>\r\n</ul>\r\n<strong>      Mixed Gas</strong>\r\n<ul>\r\n 	<li>Primary Valve reducing bottle contents from 3000psi to 45psi.</li>\r\n 	<li>Primary output pressure set at a maximum of 45psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 55psi.</li>\r\n</ul>\r\n<strong>Installation of Extra Gas Pumps to Drive the Beer:</strong>\r\n<ul>\r\n 	<li>A maximum of 3 Dispense Points per Gas Pump.</li>\r\n 	<li>Maximum number of secondary regulators is 15 off one primary ring main.</li>\r\n 	<li>Health &amp; Safety: Venting Gas Pumps to atmosphere (outside and not into a corridor or adjoining room) Confined Spaces Legislation awareness?</li>\r\n 	<li>Air Compressors are not part of the 5th Edition Pressure COP procedure but are subject to the Pressure Systems Safety Regulations.</li>\r\n 	<li>If gas pumps cannot be vented to atmosphere the Compressor should NOT have a gas back up fitted.</li>\r\n</ul>\r\n<strong>Cooling Solutions:</strong>\r\n\r\nThe aim of any remote cooler &amp; python system is to maintain the temperature of the drink once it has left the cooler coil in the cellar.  The Equipment Provider Installs and Maintains the Primary Cooling System: Python and Coolers, understanding the cellar to bar logistics and product dispense temperatures.\r\n\r\nRemote coolers are designed to run in conjunction with Cellar Temperature Control (CTC) systems.\r\n\r\n<strong>Key Aspects of Remote Coolers:</strong>\r\n<ul>\r\n 	<li>Remote Coolers – can accommodate up to 10 lines.</li>\r\n 	<li>If multiple Coolers are in use they should share load equally.</li>\r\n 	<li>Remote Coolers should only be installed where Cellar Refrigeration is in use.</li>\r\n 	<li>The correct sizing of coolers is dependent on volume throughput.</li>\r\n 	<li>Remote cooler location needs to be carefully considered.</li>\r\n 	<li>Minimum Cooler Recirc Flow Rate: 4 litres/minute.</li>\r\n 	<li>Take account of the maximum ambient temperature.</li>\r\n</ul>\r\nToday’s keg market place is exciting and fast paced.  Its growth relies upon access to the bar and, ultimately, the delivery of a quality product.\r\n\r\nThe UK benefits from standing outside of legislation on two key aspects within the cellar, due to the safety and best practice record of the owners of the primary gas system.  In order to retain these benefits and, in particular, the existing safety and quality record, all new users of the system need to play their part.  Let us ensure continuing growth of keg beer and work together to maintain an efficient and safe dispense system.','Best practice in keg dispense','','inherit','closed','closed','','700-revision-v1','','','2018-02-15 16:35:20','2018-02-15 16:35:20','',700,'http://www.ontradeprogress.com/2018/02/15/700-revision-v1/',0,'revision','',0),(704,1,'2018-02-15 16:37:36','2018-02-15 16:37:36','','BFBI logo','','inherit','closed','closed','','bfbi-logo-etc','','','2018-02-15 16:37:45','2018-02-15 16:37:45','',700,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/BFBI-logo-etc.jpg',0,'attachment','image/jpeg',0),(705,1,'2018-02-15 16:38:34','2018-02-15 16:38:34','<strong><em>Chief Executive of the BFBI Ruth Evans MBE aims to outline the basics of what licensees and “craft keg” brand owners need to know in order to get their beers to the bar.</em></strong>\r\n\r\nIt’s exciting times at the bar, with craft keg brands increasing in popularity with the traditional cask ale consumer.\r\n\r\nMuch of the keg dispense system infrastructure in the UK is owned by one of the large brand owners, namely ABInBev, Carlsberg, Molson Coors, Heineken, (known as Brands Dispense Association – BDA) or by Regional Brewers (known as National Technical Liaison Group – NTLG).  These brand owners (known as primary suppliers) own and maintain the system, charging on this cost as part of the Technical Services costs provision within the price of a barrel of beer.\r\n\r\nThe cellar benefits from having two derogations from legislation (confined space and simple pressure vessel legislation).  These derogations are due to the excellent safety record and tight control over best practice exercised by the primary suppliers, with installation and maintenance of cellar and bar dispense equipment operating to the BBPA 5th Pressure Code of Practice for Gas Pressure Systems.\r\n\r\nThe concern of all concerned is to ensure all that ALL Users, connect in a safe manner, and adhere to the Gas Pressure System Safety regulations.   With the rapid growth in craft keg brands, and the frequency of rotating different brands on dispense, it is imperative that all brand owners and licensees understand the current provision of the Dispense System infrastructure and “User” Responsibilities, including statutory requirements to operate and maintain a safe dispense system (Pressure Safety System Regulations, 2000 SI 2000 NO 128 2<sup>nd</sup> Edition 2014), ensuring the quality of all beers dispensed.\r\n\r\nBelow the Bar provision of these systems is made available for <strong>all Brand Owners</strong>, with each new brand owner informing the Provider of the system that they are connecting.  This communication, at the very least ensures that the Provider can maintain the equipment, product quality and ensure compliance with Health &amp; Safety legislation.\r\n\r\nTraditionally, and currently, the Brewer owning and maintaining the Primary Cooling and Gas Pressure system (the keg dispense system) is the one with the greatest number of dispense taps on the bar; making the system available for others to dispense their brands.\r\n\r\n<strong>Practical Responsibilities of the User (i.e. licensee):</strong>\r\n<ul>\r\n 	<li>The User of the pressure system, who is responsible for the BBPA code of practice &amp; maintenance within the outlet unless those duties have been transferred in writing back to the owner or supplier, must only use the system for its designed purpose.</li>\r\n 	<li>The User should be aware of who operates, maintains and is responsible for periodic inspection and testing of the pressure system.</li>\r\n 	<li>The User needs to ensure Outlet Records are maintained and the Code of Practice inspection is up to date.</li>\r\n 	<li>Items which must be inspected include:-\r\n<ul>\r\n 	<li>All protective devices.</li>\r\n 	<li>Pressure vessels in which a defect may give rise to danger.</li>\r\n 	<li>All parts of pipe work in which defects may give rise to danger.</li>\r\n 	<li>Every dispense pressure system must display a cellar record card.</li>\r\n 	<li>The responsible person on site must sign and retain their copy of the BBPA booklet “Instructions for the safe operation of gas pressure systems used in the dispensing of beers and lagers”.</li>\r\n 	<li>The user of the system must only use the system for its designed purpose.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nThe User, being sold a craft keg brand from a new brand owner should ensure that a technically qualified installer is used to “connect to” the primary system to install the brand and that the owner of the primary system has been informed of the use of the dispense line.\r\n\r\n<strong>Industry adherence to a Safe System of use</strong>\r\n\r\nUnauthorised modifications are not permitted under the Pressure System Safety Regulations 2000;  The Consumer Protection Health and Safety Pressure Equipment (Safety) Regulations 2016 (formerly the Pressure Equipment Regulations) and other legislation.\r\n\r\nPeriodic Inspection includes an audit of equipment, ancillary to the primary gas system when undertaking the examination.  A potential consequence, if there is no commitment to compliance, is that the User will be unable to demonstrate operating a safe system of use to Regulatory Authorities\r\n\r\nThus:\r\n<ul>\r\n 	<li>It is Mandatory that the system is operated in the correct manner.</li>\r\n 	<li>Any person interfering with the equipment can create a serious risk to staff on the premises.</li>\r\n 	<li>The person in control of the equipment, the Licensee, has a statutory duty to ensure that any amendments/additions are in accordance with the written instructions issued by the Provider of the System.</li>\r\n 	<li>Users should not attempt to alter, modify or adjust the pressure within a pressure system, that renders the system unsafe.</li>\r\n 	<li>The employer of a person who installs a pressure system at work shall ensure that nothing about the way in which it is installed gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n 	<li>The employer of a person who modifies or repairs a pressure system at work shall ensure that nothing about the way in which it is modified or repaired gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n</ul>\r\n<strong>Practical Responsibilities of the Brand Owner:</strong>\r\n\r\nThe brand owner should be aware of a number of points relating to the dispense system they wish to use to dispense their keg beer.\r\n\r\n<strong>Python Installation Guidelines:</strong>\r\n<ul>\r\n 	<li>When planning an installation the throughput volumes of the accounts should be calculated to ensure the correct sized remote cooler is used.</li>\r\n 	<li>Remote coolers must be placed in areas where they can be accessed easily for both repair and replacement.</li>\r\n</ul>\r\nCask Ales: As a general rule:\r\n<ul>\r\n 	<li>If the outlet has only up to 3 cask beer dispense points on the same bar/python, the spare lines in a standard python can be utilised.</li>\r\n 	<li>If the outlet has more than three cask beer dispense points on the same bar or python a separate cask ale python would be installed.</li>\r\n</ul>\r\nExtra Cold Dispense:\r\n<ul>\r\n 	<li>“Coil and Foil” Python: Consists of either 10 or 12 product lines + 4 x 15mm recirculation lines with foil wrapping encapsulated with 19 mm foam insulation.</li>\r\n 	<li>The remote cooler must have a maximum of 8 coils with blanking plates for coils 9 &amp; 10.</li>\r\n 	<li>The coil lengths are 10m.</li>\r\n 	<li>Only Extra Cold / Super Chilled lines should pass through these coils.</li>\r\n</ul>\r\n<strong>Requirements of the Primary Gas System:</strong>\r\n\r\n<strong>      CO2 Primary gas </strong>\r\n<ul>\r\n 	<li>Primary valve reducing bottle contents from 800-900psi to 35psi.</li>\r\n 	<li>Primary output pressure set to a maximum of 35psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 45psi.</li>\r\n</ul>\r\n<strong>      Mixed Gas</strong>\r\n<ul>\r\n 	<li>Primary Valve reducing bottle contents from 3000psi to 45psi.</li>\r\n 	<li>Primary output pressure set at a maximum of 45psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 55psi.</li>\r\n</ul>\r\n<strong>Installation of Extra Gas Pumps to Drive the Beer:</strong>\r\n<ul>\r\n 	<li>A maximum of 3 Dispense Points per Gas Pump.</li>\r\n 	<li>Maximum number of secondary regulators is 15 off one primary ring main.</li>\r\n 	<li>Health &amp; Safety: Venting Gas Pumps to atmosphere (outside and not into a corridor or adjoining room) Confined Spaces Legislation awareness?</li>\r\n 	<li>Air Compressors are not part of the 5th Edition Pressure COP procedure but are subject to the Pressure Systems Safety Regulations.</li>\r\n 	<li>If gas pumps cannot be vented to atmosphere the Compressor should NOT have a gas back up fitted.</li>\r\n</ul>\r\n<strong>Cooling Solutions:</strong>\r\n\r\nThe aim of any remote cooler &amp; python system is to maintain the temperature of the drink once it has left the cooler coil in the cellar.  The Equipment Provider Installs and Maintains the Primary Cooling System: Python and Coolers, understanding the cellar to bar logistics and product dispense temperatures.\r\n\r\nRemote coolers are designed to run in conjunction with Cellar Temperature Control (CTC) systems.\r\n\r\n<strong>Key Aspects of Remote Coolers:</strong>\r\n<ul>\r\n 	<li>Remote Coolers – can accommodate up to 10 lines.</li>\r\n 	<li>If multiple Coolers are in use they should share load equally.</li>\r\n 	<li>Remote Coolers should only be installed where Cellar Refrigeration is in use.</li>\r\n 	<li>The correct sizing of coolers is dependent on volume throughput.</li>\r\n 	<li>Remote cooler location needs to be carefully considered.</li>\r\n 	<li>Minimum Cooler Recirc Flow Rate: 4 litres/minute.</li>\r\n 	<li>Take account of the maximum ambient temperature.</li>\r\n</ul>\r\nToday’s keg market place is exciting and fast paced.  Its growth relies upon access to the bar and, ultimately, the delivery of a quality product.\r\n\r\nThe UK benefits from standing outside of legislation on two key aspects within the cellar, due to the safety and best practice record of the owners of the primary gas system.  In order to retain these benefits and, in particular, the existing safety and quality record, all new users of the system need to play their part.  Let us ensure continuing growth of keg beer and work together to maintain an efficient and safe dispense system.','Best practice in keg dispense','','inherit','closed','closed','','700-revision-v1','','','2018-02-15 16:38:34','2018-02-15 16:38:34','',700,'http://www.ontradeprogress.com/2018/02/15/700-revision-v1/',0,'revision','',0),(706,1,'2018-02-15 16:40:52','2018-02-15 16:40:52','<strong><em>Chief Executive of the BFBI Ruth Evans MBE aims to outline the basics of what licensees and “craft keg” brand owners need to know in order to get their beers to the bar.</em></strong>\r\n\r\nIt’s exciting times at the bar, with craft keg brands increasing in popularity with the traditional cask ale consumer.\r\n\r\nMuch of the keg dispense system infrastructure in the UK is owned by one of the large brand owners, namely ABInBev, Carlsberg, Molson Coors, Heineken, (known as Brands Dispense Association – BDA) or by Regional Brewers (known as National Technical Liaison Group – NTLG).  These brand owners (known as primary suppliers) own and maintain the system, charging on this cost as part of the Technical Services costs provision within the price of a barrel of beer.\r\n\r\nThe cellar benefits from having two derogations from legislation (confined space and simple pressure vessel legislation).  These derogations are due to the excellent safety record and tight control over best practice exercised by the primary suppliers, with installation and maintenance of cellar and bar dispense equipment operating to the BBPA 5th Pressure Code of Practice for Gas Pressure Systems.\r\n\r\nThe concern of all concerned is to ensure all that ALL Users, connect in a safe manner, and adhere to the Gas Pressure System Safety regulations.   With the rapid growth in craft keg brands, and the frequency of rotating different brands on dispense, it is imperative that all brand owners and licensees understand the current provision of the Dispense System infrastructure and “User” Responsibilities, including statutory requirements to operate and maintain a safe dispense system (Pressure Safety System Regulations, 2000 SI 2000 NO 128 2<sup>nd</sup> Edition 2014), ensuring the quality of all beers dispensed.\r\n\r\nBelow the Bar provision of these systems is made available for <strong>all Brand Owners</strong>, with each new brand owner informing the Provider of the system that they are connecting.  This communication, at the very least ensures that the Provider can maintain the equipment, product quality and ensure compliance with Health &amp; Safety legislation.\r\n\r\nTraditionally, and currently, the Brewer owning and maintaining the Primary Cooling and Gas Pressure system (the keg dispense system) is the one with the greatest number of dispense taps on the bar; making the system available for others to dispense their brands.\r\n\r\n<strong>Practical Responsibilities of the User (i.e. licensee):</strong>\r\n<ul>\r\n 	<li>The User of the pressure system, who is responsible for the BBPA code of practice &amp; maintenance within the outlet unless those duties have been transferred in writing back to the owner or supplier, must only use the system for its designed purpose.</li>\r\n 	<li>The User should be aware of who operates, maintains and is responsible for periodic inspection and testing of the pressure system.</li>\r\n 	<li>The User needs to ensure Outlet Records are maintained and the Code of Practice inspection is up to date.</li>\r\n 	<li>Items which must be inspected include:-\r\n<ul>\r\n 	<li>All protective devices.</li>\r\n 	<li>Pressure vessels in which a defect may give rise to danger.</li>\r\n 	<li>All parts of pipe work in which defects may give rise to danger.</li>\r\n 	<li>Every dispense pressure system must display a cellar record card.</li>\r\n 	<li>The responsible person on site must sign and retain their copy of the BBPA booklet “Instructions for the safe operation of gas pressure systems used in the dispensing of beers and lagers”.</li>\r\n 	<li>The user of the system must only use the system for its designed purpose.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nThe User, being sold a craft keg brand from a new brand owner should ensure that a technically qualified installer is used to “connect to” the primary system to install the brand and that the owner of the primary system has been informed of the use of the dispense line.\r\n\r\n<strong>Industry adherence to a Safe System of use</strong>\r\n\r\nUnauthorised modifications are not permitted under the Pressure System Safety Regulations 2000;  The Consumer Protection Health and Safety Pressure Equipment (Safety) Regulations 2016 (formerly the Pressure Equipment Regulations) and other legislation.\r\n\r\nPeriodic Inspection includes an audit of equipment, ancillary to the primary gas system when undertaking the examination.  A potential consequence, if there is no commitment to compliance, is that the User will be unable to demonstrate operating a safe system of use to Regulatory Authorities\r\n\r\nThus:\r\n<ul>\r\n 	<li>It is Mandatory that the system is operated in the correct manner.</li>\r\n 	<li>Any person interfering with the equipment can create a serious risk to staff on the premises.</li>\r\n 	<li>The person in control of the equipment, the Licensee, has a statutory duty to ensure that any amendments/additions are in accordance with the written instructions issued by the Provider of the System.</li>\r\n 	<li>Users should not attempt to alter, modify or adjust the pressure within a pressure system, that renders the system unsafe.</li>\r\n 	<li>The employer of a person who installs a pressure system at work shall ensure that nothing about the way in which it is installed gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n 	<li>The employer of a person who modifies or repairs a pressure system at work shall ensure that nothing about the way in which it is modified or repaired gives rise to danger or otherwise impairs the operation of any protective device or inspection facility.</li>\r\n</ul>\r\n<strong>Practical Responsibilities of the Brand Owner:</strong>\r\n\r\nThe brand owner should be aware of a number of points relating to the dispense system they wish to use to dispense their keg beer.\r\n\r\n<strong>Python Installation Guidelines:</strong>\r\n<ul>\r\n 	<li>When planning an installation the throughput volumes of the accounts should be calculated to ensure the correct sized remote cooler is used.</li>\r\n 	<li>Remote coolers must be placed in areas where they can be accessed easily for both repair and replacement.</li>\r\n</ul>\r\nCask Ales: As a general rule:\r\n<ul>\r\n 	<li>If the outlet has only up to 3 cask beer dispense points on the same bar/python, the spare lines in a standard python can be utilised.</li>\r\n 	<li>If the outlet has more than three cask beer dispense points on the same bar or python a separate cask ale python would be installed.</li>\r\n</ul>\r\nExtra Cold Dispense:\r\n<ul>\r\n 	<li>“Coil and Foil” Python: Consists of either 10 or 12 product lines + 4 x 15mm recirculation lines with foil wrapping encapsulated with 19 mm foam insulation.</li>\r\n 	<li>The remote cooler must have a maximum of 8 coils with blanking plates for coils 9 &amp; 10.</li>\r\n 	<li>The coil lengths are 10m.</li>\r\n 	<li>Only Extra Cold / Super Chilled lines should pass through these coils.</li>\r\n</ul>\r\n<strong>Requirements of the Primary Gas System:</strong>\r\n\r\n<strong>      CO2 Primary gas </strong>\r\n<ul>\r\n 	<li>Primary valve reducing bottle contents from 800-900psi to 35psi.</li>\r\n 	<li>Primary output pressure set to a maximum of 35psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 45psi.</li>\r\n</ul>\r\n<strong>      Mixed Gas</strong>\r\n<ul>\r\n 	<li>Primary Valve reducing bottle contents from 3000psi to 45psi.</li>\r\n 	<li>Primary output pressure set at a maximum of 45psi.</li>\r\n 	<li>Twin blow off valves protecting the system at 55psi.</li>\r\n</ul>\r\n<strong>Installation of Extra Gas Pumps to Drive the Beer:</strong>\r\n<ul>\r\n 	<li>A maximum of 3 Dispense Points per Gas Pump.</li>\r\n 	<li>Maximum number of secondary regulators is 15 off one primary ring main.</li>\r\n 	<li>Health &amp; Safety: Venting Gas Pumps to atmosphere (outside and not into a corridor or adjoining room) Confined Spaces Legislation awareness?</li>\r\n 	<li>Air Compressors are not part of the 5th Edition Pressure COP procedure but are subject to the Pressure Systems Safety Regulations.</li>\r\n 	<li>If gas pumps cannot be vented to atmosphere the Compressor should NOT have a gas back up fitted.</li>\r\n</ul>\r\n<strong>Cooling Solutions:</strong>\r\n\r\nThe aim of any remote cooler &amp; python system is to maintain the temperature of the drink once it has left the cooler coil in the cellar.  The Equipment Provider Installs and Maintains the Primary Cooling System: Python and Coolers, understanding the cellar to bar logistics and product dispense temperatures.\r\n\r\nRemote coolers are designed to run in conjunction with Cellar Temperature Control (CTC) systems.\r\n\r\n<strong>Key Aspects of Remote Coolers:</strong>\r\n<ul>\r\n 	<li>Remote Coolers – can accommodate up to 10 lines.</li>\r\n 	<li>If multiple Coolers are in use they should share load equally.</li>\r\n 	<li>Remote Coolers should only be installed where Cellar Refrigeration is in use.</li>\r\n 	<li>The correct sizing of coolers is dependent on volume throughput.</li>\r\n 	<li>Remote cooler location needs to be carefully considered.</li>\r\n 	<li>Minimum Cooler Recirc Flow Rate: 4 litres/minute.</li>\r\n 	<li>Take account of the maximum ambient temperature.</li>\r\n</ul>\r\nToday’s keg market place is exciting and fast paced.  Its growth relies upon access to the bar and, ultimately, the delivery of a quality product.\r\n\r\nThe UK benefits from standing outside of legislation on two key aspects within the cellar, due to the safety and best practice record of the owners of the primary gas system.  In order to retain these benefits and, in particular, the existing safety and quality record, all new users of the system need to play their part.  Let us ensure continuing growth of keg beer and work together to maintain an efficient and safe dispense system.\r\n\r\nwww.bfbi.org.uk','Best practice in keg dispense','','inherit','closed','closed','','700-revision-v1','','','2018-02-15 16:40:52','2018-02-15 16:40:52','',700,'http://www.ontradeprogress.com/2018/02/15/700-revision-v1/',0,'revision','',0),(709,1,'2018-02-16 08:44:45','2018-02-16 08:44:45','The Southern Comfort Southern Showdown cocktail competition becomes an international battle of the bartenders in 2018, with winners from the UK, Ireland and Australia set to compete in a New Orleans final later this year.\r\n\r\nWith the Southern Showdown now in its third year in the UK, bartenders are being challenged this year to recreate the spirit of their home town in a cocktail, just as Southern Comfort captures the spirit of its home city, New Orleans.\r\n\r\nEach cocktail will need to include the bartender’s choice of either Southern Comfort Original, Southern Comfort Black or Southern Comfort 100. In the spirit of Southern Comfort’s creator, New Orleans bartender M.W. Heron, entrants are also encouraged to use bespoke and local ingredients in their recipe.\r\n\r\nDistributor Hi-Spirits will hold six Showdown Regional Finals in April and May. Entries will be judged based on the uniqueness, imagination and consumer appeal of each cocktail, with eight cocktails showcased in each regional final, taking place in Scotland, the North, Midlands, South Coast, London West, London East.\r\n\r\nThe winner from each region will compete head-to-head at the Southern Showdown National Final in May, held in true Mississippi style on the Dixie Queen riverboat on the Thames.\r\n\r\nThe national winner and two runners-up will win a VIP trip in July to New Orleans, the spiritual home of the cocktail, including tickets to the prestigious Tales of the Cocktail event. While in New Orleans the UK winner will also take on their Irish and Australian counterparts in a Grand Finale.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “The Southern Showdown is bigger and better than ever this year. The imagination, knowledge and flair shown by our finalists in the first two years was amazing, and with the stakes even higher this year we’re expecting to hit new heights.\r\n\r\n“The fact that entrants now have the choice of both Southern Comfort Black and Southern Comfort 100 alongside Southern Comfort Original gives them a wider range of flavour profiles to work with.”\r\n<h5>How to enter</h5>\r\nThe closing date for initial entries for each region is 30 March. Entries can be submitted online at <a href=\"https://southernshowdown.southerncomfort.com/uk/\">https://southernshowdown.southerncomfort.com/uk/</a> where full terms and conditions are also available.\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a>  or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','Win a VIP trip in July to New Orleans with Southern Comfort','','publish','closed','open','','win-vip-trip-july-new-orleans-southern-comfort','','','2018-02-16 08:44:45','2018-02-16 08:44:45','',0,'http://www.ontradeprogress.com/?p=709',0,'post','',0),(710,1,'2018-02-16 08:37:07','2018-02-16 08:37:07','','Southern Showdown logo','','inherit','closed','closed','','southern-showdown-logo','','','2018-02-16 08:37:07','2018-02-16 08:37:07','',709,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Southern-Showdown-logo.jpg',0,'attachment','image/jpeg',0),(711,1,'2018-02-16 08:37:25','2018-02-16 08:37:25','','Southern Showdown 2018 challenges bartenders','','inherit','closed','closed','','southern-showdown-2018-challenges-bartenders','','','2018-02-16 08:37:25','2018-02-16 08:37:25','',709,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Southern-Showdown-2018-challenges-bartenders.jpg',0,'attachment','image/jpeg',0),(712,1,'2018-02-16 08:44:27','2018-02-16 08:44:27','The Southern Comfort Southern Showdown cocktail competition becomes an international battle of the bartenders in 2018, with winners from the UK, Ireland and Australia set to compete in a New Orleans final later this year.\r\n\r\nWith the Southern Showdown now in its third year in the UK, bartenders are being challenged this year to recreate the spirit of their home town in a cocktail, just as Southern Comfort captures the spirit of its home city, New Orleans.\r\n\r\nEach cocktail will need to include the bartender’s choice of either Southern Comfort Original, Southern Comfort Black or Southern Comfort 100. In the spirit of Southern Comfort’s creator, New Orleans bartender M.W. Heron, entrants are also encouraged to use bespoke and local ingredients in their recipe.\r\n\r\nDistributor Hi-Spirits will hold six Showdown Regional Finals in April and May. Entries will be judged based on the uniqueness, imagination and consumer appeal of each cocktail, with eight cocktails showcased in each regional final, taking place in Scotland, the North, Midlands, South Coast, London West, London East.\r\n\r\nThe winner from each region will compete head-to-head at the Southern Showdown National Final in May, held in true Mississippi style on the Dixie Queen riverboat on the Thames.\r\n\r\nThe national winner and two runners-up will win a VIP trip in July to New Orleans, the spiritual home of the cocktail, including tickets to the prestigious Tales of the Cocktail event. While in New Orleans the UK winner will also take on their Irish and Australian counterparts in a Grand Finale.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “The Southern Showdown is bigger and better than ever this year. The imagination, knowledge and flair shown by our finalists in the first two years was amazing, and with the stakes even higher this year we’re expecting to hit new heights.\r\n\r\n“The fact that entrants now have the choice of both Southern Comfort Black and Southern Comfort 100 alongside Southern Comfort Original gives them a wider range of flavour profiles to work with.”\r\n<h5>How to enter</h5>\r\nThe closing date for initial entries for each region is 30 March. Entries can be submitted online at <a href=\"https://southernshowdown.southerncomfort.com/uk/\">https://southernshowdown.southerncomfort.com/uk/</a> where full terms and conditions are also available.\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a>  or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','Win a VIP trip in July to New Orleans with Southern Comfort','','inherit','closed','closed','','709-revision-v1','','','2018-02-16 08:44:27','2018-02-16 08:44:27','',709,'http://www.ontradeprogress.com/2018/02/16/709-revision-v1/',0,'revision','',0),(713,1,'2018-02-16 10:57:47','2018-02-16 10:57:47','Sixpoint Brewery, a top 50 US Craft Beer Company from Brooklyn, New York City, is launching full-scale in the UK through importer Heathwick.  Sixpoint is known for their wildly innovative and brazenly hoppy beers, along with top notch ingredient sourcing.\r\n\r\nSixpoint is the most established brewer to join the Heathwick portfolio and will bring excitement and interest to the importer’s portfolio of innovative American craft breweries.  Heathwick will be launching and distributing Sixpoint’s diverse core craft beer range as follows:\r\n\r\n<strong>Sweet Action </strong>5% ABV Ale - Since it\'s part blonde ale, part wheat beer, and part pale ale, you might be wondering, what exactly is Sweet Action? Sink one… your palate just gets it.\r\n<em>Golden, Hoppy, Undefinable </em>\r\n\r\n<strong>The Crisp </strong>5.4% ABV Pilz - Legit pilz has a hop aroma that leaps from the glass—The Crisp blasts you with a huge floral aroma, but finishes crisp, clean, and refreshing.\r\n<em>Snappy, Floral, Sehr Crisp</em>\r\n\r\n<strong>Bengali</strong> 6.6% ABV IPA - Bengali is that go-to IPA you want by the pint. Big tropical hop character upfront, super clean, with a dryness on the back end that leaves you wanting more. So-named because the foam rings on the inside of the empty glass resemble tiger stripes.\r\n<em>Citrus, Tropical, Slashes</em>\r\n\r\n<strong>Resin</strong> 9.1%  IIPA - Resin slaps you with serious unfiltered dankness—sure it stings, but it feels so good at the same time. It’s hop candy up front, but drinks super clean for the size of the beer.\r\n<em>Dank, Hop Candy, Blast Off </em>\r\n\r\nLimited editions and seasonal specialities will follow in due course.\r\n\r\nGraham Richardson, general manager of Heathwick, comments:  “The national launch of Sixpoint in the UK is one of the most exciting and biggest US craft beer launches in years. We are thrilled to have such a well-established and highly regarded craft brewery as Sixpoint join our portfolio and will be predominantly focusing on building awareness of Sixpoint through events, MTBs, social media and festivals, launching with Craft Beer Rising in London this month.  Sixpoint may be familiar with some craft beer lovers due to its present limited availability and following, but we’re going to bring the full potential of the brewery to the UK to feed the continual thirst for quality American craft beer that shows no sign of abating.”\r\n\r\nMax Nevins, Vice President of Marketing at Sixpoint, comments:\r\n\r\n“The UK has an incredible beer culture and history that served as a bridge for many of us into craft beer and was the inspiration for many early Sixpoint beers. That’s part of why it’s been so gratifying to see the reception of our beers over the last few years. We get a ton of fun messages from people in the UK raving about Resin and Bengali, going wild over the aromatics and potency. Now we go next level—we’re going to send a broader variety of beers and even start sharing some rare and specialty stuff. Our expansion gives fans the ability to take our beer home with them for the first time, as well as have a proper pint of draught across the UK.”\r\n\r\nAll beers will be available in cases of 24 x 355ml cans known as nanokegs from February 2018. Trade prices start from £39.50 per case.  Available from selected wholesalers.  Kegs (30 litre) will be available from March.\r\n\r\nSixpoint was born out of an 800-square foot garage in Brooklyn, New York City, in 2004 by award-winning home brewer-turned-professional Shane Welch, who had amassed over 1,000 individual homebrew recipes.  The brewery’s name is derived from the ancient six-pointed brewers’ star, which had symbolically adorned the walls and equipment of ancient breweries since at least the Medieval period.  Sixpoint’s motto is “Beer is Culture,” to highlight the human trajectory – the earliest human civilizations were founded upon the cultivation of cereal grains for making beer.  Sixpoint aims to perpetually inspire the art, creativity and collaboration generated through beer by acknowledging the history of the craft, while forging ahead to inspire culture in a modern setting.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer.  Heathwick also distributes a range of beers from the Wingtip Brewing Co based near Gatwick and Cameron’s Brewery in Hartlepool.  Contact  <a href=\"http://www.heathwick.com\">www.heathwick.com</a>   Tel: 020 7938 3991.','Sixpoint expands UK distribution via Heathwick','','publish','closed','open','','sixpoint-expands-uk-distribution-via-heathwick','','','2018-02-16 10:59:04','2018-02-16 10:59:04','',0,'http://www.ontradeprogress.com/?p=713',0,'post','',0),(714,1,'2018-02-16 10:56:48','2018-02-16 10:56:48','','Sixpoint 3point5 1','','inherit','closed','closed','','sixpoint-3point5-1','','','2018-02-16 10:57:17','2018-02-16 10:57:17','',713,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Sixpoint-3point5-1.jpg',0,'attachment','image/jpeg',0),(715,1,'2018-02-16 10:57:20','2018-02-16 10:57:20','Sixpoint Brewery, a top 50 US Craft Beer Company from Brooklyn, New York City, is launching full-scale in the UK through importer Heathwick.  Sixpoint is known for their wildly innovative and brazenly hoppy beers, along with top notch ingredient sourcing.\r\n\r\nSixpoint is the most established brewer to join the Heathwick portfolio and will bring excitement and interest to the importer’s portfolio of innovative American craft breweries.  Heathwick will be launching and distributing Sixpoint’s diverse core craft beer range as follows:\r\n\r\n<strong>Sweet Action </strong>5% ABV Ale - Since it\'s part blonde ale, part wheat beer, and part pale ale, you might be wondering, what exactly is Sweet Action? Sink one… your palate just gets it.\r\n<em>Golden, Hoppy, Undefinable </em>\r\n\r\n<strong>The Crisp </strong>5.4% ABV Pilz - Legit pilz has a hop aroma that leaps from the glass—The Crisp blasts you with a huge floral aroma, but finishes crisp, clean, and refreshing.\r\n<em>Snappy, Floral, Sehr Crisp</em>\r\n\r\n<strong>Bengali</strong> 6.6% ABV IPA - Bengali is that go-to IPA you want by the pint. Big tropical hop character upfront, super clean, with a dryness on the back end that leaves you wanting more. So-named because the foam rings on the inside of the empty glass resemble tiger stripes.\r\n<em>Citrus, Tropical, Slashes</em>\r\n\r\n<strong>Resin</strong> 9.1%  IIPA - Resin slaps you with serious unfiltered dankness—sure it stings, but it feels so good at the same time. It’s hop candy up front, but drinks super clean for the size of the beer.\r\n<em>Dank, Hop Candy, Blast Off </em>\r\n\r\nLimited editions and seasonal specialities will follow in due course.\r\n\r\nGraham Richardson, general manager of Heathwick, comments:  “The national launch of Sixpoint in the UK is one of the most exciting and biggest US craft beer launches in years. We are thrilled to have such a well-established and highly regarded craft brewery as Sixpoint join our portfolio and will be predominantly focusing on building awareness of Sixpoint through events, MTBs, social media and festivals, launching with Craft Beer Rising in London this month.  Sixpoint may be familiar with some craft beer lovers due to its present limited availability and following, but we’re going to bring the full potential of the brewery to the UK to feed the continual thirst for quality American craft beer that shows no sign of abating.”\r\n\r\nMax Nevins, Vice President of Marketing at Sixpoint, comments:\r\n\r\n“The UK has an incredible beer culture and history that served as a bridge for many of us into craft beer and was the inspiration for many early Sixpoint beers. That’s part of why it’s been so gratifying to see the reception of our beers over the last few years. We get a ton of fun messages from people in the UK raving about Resin and Bengali, going wild over the aromatics and potency. Now we go next level—we’re going to send a broader variety of beers and even start sharing some rare and specialty stuff. Our expansion gives fans the ability to take our beer home with them for the first time, as well as have a proper pint of draught across the UK.”\r\n\r\nAll beers will be available in cases of 24 x 355ml cans known as nanokegs from February 2018. Trade prices start from £39.50 per case.  Available from selected wholesalers.  Kegs (30 litre) will be available from March.\r\n\r\nSixpoint was born out of an 800-square foot garage in Brooklyn, New York City, in 2004 by award-winning home brewer-turned-professional Shane Welch, who had amassed over 1,000 individual homebrew recipes.  The brewery’s name is derived from the ancient six-pointed brewers’ star, which had symbolically adorned the walls and equipment of ancient breweries since at least the Medieval period.  Sixpoint’s motto is “Beer is Culture,” to highlight the human trajectory – the earliest human civilizations were founded upon the cultivation of cereal grains for making beer.  Sixpoint aims to perpetually inspire the art, creativity and collaboration generated through beer by acknowledging the history of the craft, while forging ahead to inspire culture in a modern setting.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer.  Heathwick also distributes a range of beers from the Wingtip Brewing Co based near Gatwick and Cameron’s Brewery in Hartlepool.  Contact  <a href=\"http://www.heathwick.com\">www.heathwick.com</a>   Tel: 020 7938 3991.','Sixpoint expands UK distribution via Heathwick','','inherit','closed','closed','','713-revision-v1','','','2018-02-16 10:57:20','2018-02-16 10:57:20','',713,'http://www.ontradeprogress.com/2018/02/16/713-revision-v1/',0,'revision','',0),(716,1,'2018-02-22 10:27:06','2018-02-22 10:27:06','The nation’s best casual dining restaurants and pubs were revealed last night at the Casual Dining Restaurant &amp; Pub Awards 2018, which took place at the Marriott London Grosvenor Square, following the first day of the Casual Dining show.\r\n\r\nLiving Ventures, wagamama, Bistrot Pierre, Brewhouse &amp; Kitchen, Loungers, The Alchemist, Flat Iron, GBK, and The New World Trading Co (NWTC) were among the operators who took home awards.\r\n\r\nIt was a memorable night for Living Ventures, which won three trophies including the newly introduced, and hotly-contested, Casual Dining Group of the Year Award.  Its opulent Grand Pacific venue, in Manchester, also collected the ‘Best Designed Bar’ and ‘New Casual Dining Concept of the Year’ awards.\r\n\r\nwagamama was also celebrating – defending and retaining its title of Large Multi-Site Restaurant Brand of the Year.  Another second year in a row winner was The Malt House in London, which was named best Independent Pub of the Year once again.\r\n\r\n“We’re so honoured to scoop this award for the 2nd year.  Last year’s win not only boosted our marketing campaign, it also had a terrific motivational impact on the whole team.  A casual dining award in my sector, is the trophy we all want to win and I\'m super proud of the guys at The Malt House in Fulham,” says Paul Merrett, chef-director at The Jolly Fine Pub Group.\r\n\r\nChris Hill, CEO of The New World Trading Co, received this year’s Trailblazer of the Year Award – the only category nominated directly by the judges.  He said he was ‘humbled and stunned’ to win and dedicated the award to his incredible team.\r\n\r\n“NWTC is an exceptional company that does things a little differently and we have had amazing success to date.  We have an exciting time ahead and I feel lucky to do what I do, with a team of incredible people around me.  To be recognised in this way is testament to the ethos of all in NWTC and I can’t wait to share this success with them,” he says.\r\n\r\nASK Italian, Las Iguanas and Pho were also highly commended in various categories.\r\n\r\nOver 400 industry professionals were in attendance at the awards, including senior representatives from PizzaExpress, Azzurri Group, Casual Dining Group, Mitchells &amp; Butlers, Novus Leisure, Crowne Plaza, Redcomb Pubs, Charles Wells, Dishoom, Faucet Inn, Hubbox, MEATliquor and Red’s True Barbecue.\r\n\r\n“The Casual Dining Restaurant &amp; Pub Awards are the most important annual celebration of the very best in the business,” says Chris Brazier, group event director at Diversified Communications UK (organiser of the awards and Casual Dining show).\r\n\r\n“Once again the sheer quality of this year’s awards finalists – over 80 restaurant and pub operators from across the country – was exceptional.  Standing out from the crowd is no mean feat in such a hugely competitive sector.  But our 2018 award winners and highly commended recipients do just that.  From the big names to the smaller independent operators, they have been singled out for their continuing commitment to driving innovation, inspiring creativity and delivering an all-round incredible casual dining experience.  Congratulations again to each of our fantastic winners,” he says.\r\n\r\nThe 2018 award results in full:\r\n<h5><strong>Trailblazer of the Year</strong> – sponsored by Lamb Weston</h5>\r\nWinner: Chris Hill, CEO, The New World Trading Co.\r\n<h5><strong>New Casual Dining Concept of the Year</strong> – sponsored by Reynolds</h5>\r\nWinner: Grand Pacific\r\n<h5><strong>Best New Pub / Bar Site</strong> – sponsored by Ribena Sparkling</h5>\r\nWinner: The Alchemist, MediaCity UK, Manchester\r\n<h5><strong>Best New Restaurant Site</strong> – sponsored by Fentimans</h5>\r\nWinner: Bistrot Pierre, Mumbles, Swansea\r\n<h5><strong>Small Employer of the Year (under 20 sites)</strong> – sponsored by amber energy</h5>\r\nWinner: Yummy Pub Co.\r\n<h5><strong>Large Employer of the Year (20+ sites)</strong> – sponsored by Boutinot</h5>\r\nWinner: Loungers\r\n<h5><strong>Menu Innovation Award</strong> – sponsored by Essential Cuisine</h5>\r\nWinner: Haché\r\n\r\nHighly Commended: ASK Italian\r\n<h5><strong>Marketing Campaign of the Year</strong> – sponsored by Casual Dining</h5>\r\nWinner: Pizza Pilgrims – ‘Pizza Box Art Gallery – Shoreditch\'\r\n\r\nHighly Commended: Las Iguanas – ‘Iggy and Friends’\r\n<h5><strong>Best Designed Pub/Bar of the Year</strong> – sponsored by Commercial Kitchen</h5>\r\nWinner: Grand Pacific, Manchester (designed by Michelle Derbyshire)\r\n<h5><strong>Best Designed Casual Dining Restaurant of the Year (under 20 sites)</strong> – sponsored by London Design Fair</h5>\r\nWinner: Fancy Crab, London (designed by DesignLSM)\r\n<h5><strong>Best Designed Casual Dining Restaurant of the Year (20+ sites)</strong> – sponsored by Procure4</h5>\r\nWinner: GBK, Southport (designed by Moreno Masey)\r\n<h5><strong>Independent Pub of the Year (under 5 sites)</strong> – sponsored by Budweiser Budvar UK</h5>\r\nWinner: The Malt House, London\r\n<h5><strong>Independent Restaurant of the Year (under 5 sites)</strong> – sponsored by Access</h5>\r\nWinner: KuPP (various locations)\r\n<h5><strong>Multi-Site Pub Operator of the Year</strong> – sponsored by McCain Foodservice</h5>\r\nWinner: Brewhouse and Kitchen\r\n<h5><strong>Small Multi-Site Restaurant Brand of the Year (5-19 sites)</strong> – sponsored by Wing Yip</h5>\r\nWinner: Flat Iron\r\n<h5><strong>Large Multi-Site Restaurant Brand of the Year (20+ sites)</strong> – sponsored by Coca-Cola European Partners</h5>\r\nWinner: wagamama\r\n\r\nHighly commended: Pho\r\n<h5><strong>Casual Dining Group of the Year</strong> – sponsored by Carlsberg</h5>\r\nWinner: Living Ventures\r\n\r\nJudges for the 2018 awards included Bob Ivell, chairman of Mitchells &amp; Butlers; Karen Forrester, CEO of TGI Fridays UK; ‘industry legend’ Ian Neill; Mark Fox, former CEO of Bill’s; Joycelyn Neve, MD of Seafood Pub Co; Brian Keeley-Whiting, owner of Whiting &amp; Hammond; and Kate Nicholls, chief executive of The Association of Licensed Multiple Retailers.\r\n\r\nFor further information and a full list of judges, please visit <a href=\"http://www.cdawards.co.uk\">www.cdawards.co.uk</a>.\r\n<h5><strong>Casual Dining 2018</strong></h5>\r\nThe second day of Casual Dining show is open from 10am to 5pm today (Thursday 22 February) at the Business Design Centre, in London.\r\n\r\nKeynote Theatre speakers and panelists include Zoe Bowley, UK &amp; Ireland MD of PizzaExpress; Brian Trollip, operations director at Dishoom; Nick Collins, CEO of Loungers; Luisa Fernandez, marketing director at Yo!; Paul Merrett, chef director and owner of Jolly Fine Pub Group; Chris Knights, group executive chef at Young’s &amp; Geronimo Pubs; Antony Bennett, head of food at Loungers; Glenn Evans, head of food development at Las Iguanas, La Tasca and La Vina; chef/restaurant consultant Jay Morjaria; Christian Rose, MD of All Star Lanes; Jeremy Simmonds, co- founder &amp; MD of Competitive Socialising; Simon Woplin, F&amp;B operations manager at Picturehouse Cinemas; and Mike Berry, head of content at Fleet Street Communications.\r\n\r\nFor further information, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a>.','Casual Dining Restaurant & Pub Awards 2018: Winners announced','','publish','closed','open','','casual-dining-restaurant-pub-awards-2018-winners-announced','','','2018-02-22 10:28:35','2018-02-22 10:28:35','',0,'http://www.ontradeprogress.com/?p=716',0,'post','',0),(717,1,'2018-02-22 10:21:17','2018-02-22 10:21:17','','Casual Dining Show','','inherit','closed','closed','','cd_master_2018','','','2018-02-22 10:21:29','2018-02-22 10:21:29','',716,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/CD_MASTER_2018.jpg',0,'attachment','image/jpeg',0),(718,1,'2018-02-22 10:21:33','2018-02-22 10:21:33','The nation’s best casual dining restaurants and pubs were revealed tonight at the Casual Dining Restaurant &amp; Pub Awards 2018, which took place at the Marriott London Grosvenor Square, following the first day of the Casual Dining show.\r\n\r\nLiving Ventures, wagamama, Bistrot Pierre, Brewhouse &amp; Kitchen, Loungers, The Alchemist, Flat Iron, GBK, and The New World Trading Co (NWTC) were among the operators who took home awards.\r\n\r\nIt was a memorable night for Living Ventures, which won three trophies including the newly introduced, and hotly-contested, Casual Dining Group of the Year Award.  Its opulent Grand Pacific venue, in Manchester, also collected the ‘Best Designed Bar’ and ‘New Casual Dining Concept of the Year’ awards.\r\n\r\nwagamama was also celebrating – defending and retaining its title of Large Multi-Site Restaurant Brand of the Year.  Another second year in a row winner was The Malt House in London, which was named best Independent Pub of the Year once again.\r\n\r\n“We’re so honoured to scoop this award for the 2nd year.  Last year’s win not only boosted our marketing campaign, it also had a terrific motivational impact on the whole team.  A casual dining award in my sector, is the trophy we all want to win and I\'m super proud of the guys at The Malt House in Fulham,” says Paul Merrett, chef-director at The Jolly Fine Pub Group.\r\n\r\nChris Hill, CEO of The New World Trading Co, received this year’s Trailblazer of the Year Award – the only category nominated directly by the judges.  He said he was ‘humbled and stunned’ to win and dedicated the award to his incredible team.\r\n\r\n“NWTC is an exceptional company that does things a little differently and we have had amazing success to date.  We have an exciting time ahead and I feel lucky to do what I do, with a team of incredible people around me.  To be recognised in this way is testament to the ethos of all in NWTC and I can’t wait to share this success with them,” he says.\r\n\r\nASK Italian, Las Iguanas and Pho were also highly commended in various categories.\r\n\r\nOver 400 industry professionals were in attendance at the awards, including senior representatives from PizzaExpress, Azzurri Group, Casual Dining Group, Mitchells &amp; Butlers, Novus Leisure, Crowne Plaza, Redcomb Pubs, Charles Wells, Dishoom, Faucet Inn, Hubbox, MEATliquor and Red’s True Barbecue.\r\n\r\n“The Casual Dining Restaurant &amp; Pub Awards are the most important annual celebration of the very best in the business,” says Chris Brazier, group event director at Diversified Communications UK (organiser of the awards and Casual Dining show).\r\n\r\n“Once again the sheer quality of this year’s awards finalists – over 80 restaurant and pub operators from across the country – was exceptional.  Standing out from the crowd is no mean feat in such a hugely competitive sector.  But our 2018 award winners and highly commended recipients do just that.  From the big names to the smaller independent operators, they have been singled out for their continuing commitment to driving innovation, inspiring creativity and delivering an all-round incredible casual dining experience.  Congratulations again to each of our fantastic winners,” he says.\r\n\r\nThe 2018 award results in full:\r\n<h5><strong>Trailblazer of the Year</strong> – sponsored by Lamb Weston</h5>\r\nWinner: Chris Hill, CEO, The New World Trading Co.\r\n<h5><strong>New Casual Dining Concept of the Year</strong> – sponsored by Reynolds</h5>\r\nWinner: Grand Pacific\r\n<h5><strong>Best New Pub / Bar Site</strong> – sponsored by Ribena Sparkling</h5>\r\nWinner: The Alchemist, MediaCity UK, Manchester\r\n<h5><strong>Best New Restaurant Site</strong> – sponsored by Fentimans</h5>\r\nWinner: Bistrot Pierre, Mumbles, Swansea\r\n<h5><strong>Small Employer of the Year (under 20 sites)</strong> – sponsored by amber energy</h5>\r\nWinner: Yummy Pub Co.\r\n<h5><strong>Large Employer of the Year (20+ sites)</strong> – sponsored by Boutinot</h5>\r\nWinner: Loungers\r\n<h5><strong>Menu Innovation Award</strong> – sponsored by Essential Cuisine</h5>\r\nWinner: Haché\r\n\r\nHighly Commended: ASK Italian\r\n<h5><strong>Marketing Campaign of the Year</strong> – sponsored by Casual Dining</h5>\r\nWinner: Pizza Pilgrims – ‘Pizza Box Art Gallery – Shoreditch\'\r\n\r\nHighly Commended: Las Iguanas – ‘Iggy and Friends’\r\n<h5><strong>Best Designed Pub/Bar of the Year</strong> – sponsored by Commercial Kitchen</h5>\r\nWinner: Grand Pacific, Manchester (designed by Michelle Derbyshire)\r\n<h5><strong>Best Designed Casual Dining Restaurant of the Year (under 20 sites)</strong> – sponsored by London Design Fair</h5>\r\nWinner: Fancy Crab, London (designed by DesignLSM)\r\n<h5><strong>Best Designed Casual Dining Restaurant of the Year (20+ sites)</strong> – sponsored by Procure4</h5>\r\nWinner: GBK, Southport (designed by Moreno Masey)\r\n<h5><strong>Independent Pub of the Year (under 5 sites)</strong> – sponsored by Budweiser Budvar UK</h5>\r\nWinner: The Malt House, London\r\n<h5><strong>Independent Restaurant of the Year (under 5 sites)</strong> – sponsored by Access</h5>\r\nWinner: KuPP (various locations)\r\n<h5><strong>Multi-Site Pub Operator of the Year</strong> – sponsored by McCain Foodservice</h5>\r\nWinner: Brewhouse and Kitchen\r\n<h5><strong>Small Multi-Site Restaurant Brand of the Year (5-19 sites)</strong> – sponsored by Wing Yip</h5>\r\nWinner: Flat Iron\r\n<h5><strong>Large Multi-Site Restaurant Brand of the Year (20+ sites)</strong> – sponsored by Coca-Cola European Partners</h5>\r\nWinner: wagamama\r\n\r\nHighly commended: Pho\r\n<h5><strong>Casual Dining Group of the Year</strong> – sponsored by Carlsberg</h5>\r\nWinner: Living Ventures\r\n\r\nJudges for the 2018 awards included Bob Ivell, chairman of Mitchells &amp; Butlers; Karen Forrester, CEO of TGI Fridays UK; ‘industry legend’ Ian Neill; Mark Fox, former CEO of Bill’s; Joycelyn Neve, MD of Seafood Pub Co; Brian Keeley-Whiting, owner of Whiting &amp; Hammond; and Kate Nicholls, chief executive of The Association of Licensed Multiple Retailers.\r\n\r\nFor further information and a full list of judges, please visit <a href=\"http://www.cdawards.co.uk\">www.cdawards.co.uk</a>.\r\n<h5><strong>Casual Dining 2018</strong></h5>\r\nThe second day of Casual Dining show is open from 10am to 5pm today (Thursday 22 February) at the Business Design Centre, in London.\r\n\r\nKeynote Theatre speakers and panelists include Zoe Bowley, UK &amp; Ireland MD of PizzaExpress; Brian Trollip, operations director at Dishoom; Nick Collins, CEO of Loungers; Luisa Fernandez, marketing director at Yo!; Paul Merrett, chef director and owner of Jolly Fine Pub Group; Chris Knights, group executive chef at Young’s &amp; Geronimo Pubs; Antony Bennett, head of food at Loungers; Glenn Evans, head of food development at Las Iguanas, La Tasca and La Vina; chef/restaurant consultant Jay Morjaria; Christian Rose, MD of All Star Lanes; Jeremy Simmonds, co- founder &amp; MD of Competitive Socialising; Simon Woplin, F&amp;B operations manager at Picturehouse Cinemas; and Mike Berry, head of content at Fleet Street Communications.\r\n\r\nFor further information, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a>.','Casual Dining Restaurant & Pub Awards 2018: Winners announced','','inherit','closed','closed','','716-revision-v1','','','2018-02-22 10:21:33','2018-02-22 10:21:33','',716,'http://www.ontradeprogress.com/2018/02/22/716-revision-v1/',0,'revision','',0),(719,1,'2018-02-22 10:24:22','2018-02-22 10:24:22','','Casual Dining Show Logo Website','','inherit','closed','closed','','casual-dining-show-logo-website','','','2018-02-22 10:24:22','2018-02-22 10:24:22','',716,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Casual-Dining-Show-Logo-Website.jpg',0,'attachment','image/jpeg',0),(720,1,'2018-02-22 10:26:40','2018-02-22 10:26:40','','Casual Dining Show New','','inherit','closed','closed','','casual-dining-show-new','','','2018-02-22 10:26:40','2018-02-22 10:26:40','',716,'http://www.ontradeprogress.com/wp-content/uploads/2018/02/Casual-Dining-Show-New.jpg',0,'attachment','image/jpeg',0),(721,1,'2018-02-22 10:28:21','2018-02-22 10:28:21','The nation’s best casual dining restaurants and pubs were revealed last night at the Casual Dining Restaurant &amp; Pub Awards 2018, which took place at the Marriott London Grosvenor Square, following the first day of the Casual Dining show.\r\n\r\nLiving Ventures, wagamama, Bistrot Pierre, Brewhouse &amp; Kitchen, Loungers, The Alchemist, Flat Iron, GBK, and The New World Trading Co (NWTC) were among the operators who took home awards.\r\n\r\nIt was a memorable night for Living Ventures, which won three trophies including the newly introduced, and hotly-contested, Casual Dining Group of the Year Award.  Its opulent Grand Pacific venue, in Manchester, also collected the ‘Best Designed Bar’ and ‘New Casual Dining Concept of the Year’ awards.\r\n\r\nwagamama was also celebrating – defending and retaining its title of Large Multi-Site Restaurant Brand of the Year.  Another second year in a row winner was The Malt House in London, which was named best Independent Pub of the Year once again.\r\n\r\n“We’re so honoured to scoop this award for the 2nd year.  Last year’s win not only boosted our marketing campaign, it also had a terrific motivational impact on the whole team.  A casual dining award in my sector, is the trophy we all want to win and I\'m super proud of the guys at The Malt House in Fulham,” says Paul Merrett, chef-director at The Jolly Fine Pub Group.\r\n\r\nChris Hill, CEO of The New World Trading Co, received this year’s Trailblazer of the Year Award – the only category nominated directly by the judges.  He said he was ‘humbled and stunned’ to win and dedicated the award to his incredible team.\r\n\r\n“NWTC is an exceptional company that does things a little differently and we have had amazing success to date.  We have an exciting time ahead and I feel lucky to do what I do, with a team of incredible people around me.  To be recognised in this way is testament to the ethos of all in NWTC and I can’t wait to share this success with them,” he says.\r\n\r\nASK Italian, Las Iguanas and Pho were also highly commended in various categories.\r\n\r\nOver 400 industry professionals were in attendance at the awards, including senior representatives from PizzaExpress, Azzurri Group, Casual Dining Group, Mitchells &amp; Butlers, Novus Leisure, Crowne Plaza, Redcomb Pubs, Charles Wells, Dishoom, Faucet Inn, Hubbox, MEATliquor and Red’s True Barbecue.\r\n\r\n“The Casual Dining Restaurant &amp; Pub Awards are the most important annual celebration of the very best in the business,” says Chris Brazier, group event director at Diversified Communications UK (organiser of the awards and Casual Dining show).\r\n\r\n“Once again the sheer quality of this year’s awards finalists – over 80 restaurant and pub operators from across the country – was exceptional.  Standing out from the crowd is no mean feat in such a hugely competitive sector.  But our 2018 award winners and highly commended recipients do just that.  From the big names to the smaller independent operators, they have been singled out for their continuing commitment to driving innovation, inspiring creativity and delivering an all-round incredible casual dining experience.  Congratulations again to each of our fantastic winners,” he says.\r\n\r\nThe 2018 award results in full:\r\n<h5><strong>Trailblazer of the Year</strong> – sponsored by Lamb Weston</h5>\r\nWinner: Chris Hill, CEO, The New World Trading Co.\r\n<h5><strong>New Casual Dining Concept of the Year</strong> – sponsored by Reynolds</h5>\r\nWinner: Grand Pacific\r\n<h5><strong>Best New Pub / Bar Site</strong> – sponsored by Ribena Sparkling</h5>\r\nWinner: The Alchemist, MediaCity UK, Manchester\r\n<h5><strong>Best New Restaurant Site</strong> – sponsored by Fentimans</h5>\r\nWinner: Bistrot Pierre, Mumbles, Swansea\r\n<h5><strong>Small Employer of the Year (under 20 sites)</strong> – sponsored by amber energy</h5>\r\nWinner: Yummy Pub Co.\r\n<h5><strong>Large Employer of the Year (20+ sites)</strong> – sponsored by Boutinot</h5>\r\nWinner: Loungers\r\n<h5><strong>Menu Innovation Award</strong> – sponsored by Essential Cuisine</h5>\r\nWinner: Haché\r\n\r\nHighly Commended: ASK Italian\r\n<h5><strong>Marketing Campaign of the Year</strong> – sponsored by Casual Dining</h5>\r\nWinner: Pizza Pilgrims – ‘Pizza Box Art Gallery – Shoreditch\'\r\n\r\nHighly Commended: Las Iguanas – ‘Iggy and Friends’\r\n<h5><strong>Best Designed Pub/Bar of the Year</strong> – sponsored by Commercial Kitchen</h5>\r\nWinner: Grand Pacific, Manchester (designed by Michelle Derbyshire)\r\n<h5><strong>Best Designed Casual Dining Restaurant of the Year (under 20 sites)</strong> – sponsored by London Design Fair</h5>\r\nWinner: Fancy Crab, London (designed by DesignLSM)\r\n<h5><strong>Best Designed Casual Dining Restaurant of the Year (20+ sites)</strong> – sponsored by Procure4</h5>\r\nWinner: GBK, Southport (designed by Moreno Masey)\r\n<h5><strong>Independent Pub of the Year (under 5 sites)</strong> – sponsored by Budweiser Budvar UK</h5>\r\nWinner: The Malt House, London\r\n<h5><strong>Independent Restaurant of the Year (under 5 sites)</strong> – sponsored by Access</h5>\r\nWinner: KuPP (various locations)\r\n<h5><strong>Multi-Site Pub Operator of the Year</strong> – sponsored by McCain Foodservice</h5>\r\nWinner: Brewhouse and Kitchen\r\n<h5><strong>Small Multi-Site Restaurant Brand of the Year (5-19 sites)</strong> – sponsored by Wing Yip</h5>\r\nWinner: Flat Iron\r\n<h5><strong>Large Multi-Site Restaurant Brand of the Year (20+ sites)</strong> – sponsored by Coca-Cola European Partners</h5>\r\nWinner: wagamama\r\n\r\nHighly commended: Pho\r\n<h5><strong>Casual Dining Group of the Year</strong> – sponsored by Carlsberg</h5>\r\nWinner: Living Ventures\r\n\r\nJudges for the 2018 awards included Bob Ivell, chairman of Mitchells &amp; Butlers; Karen Forrester, CEO of TGI Fridays UK; ‘industry legend’ Ian Neill; Mark Fox, former CEO of Bill’s; Joycelyn Neve, MD of Seafood Pub Co; Brian Keeley-Whiting, owner of Whiting &amp; Hammond; and Kate Nicholls, chief executive of The Association of Licensed Multiple Retailers.\r\n\r\nFor further information and a full list of judges, please visit <a href=\"http://www.cdawards.co.uk\">www.cdawards.co.uk</a>.\r\n<h5><strong>Casual Dining 2018</strong></h5>\r\nThe second day of Casual Dining show is open from 10am to 5pm today (Thursday 22 February) at the Business Design Centre, in London.\r\n\r\nKeynote Theatre speakers and panelists include Zoe Bowley, UK &amp; Ireland MD of PizzaExpress; Brian Trollip, operations director at Dishoom; Nick Collins, CEO of Loungers; Luisa Fernandez, marketing director at Yo!; Paul Merrett, chef director and owner of Jolly Fine Pub Group; Chris Knights, group executive chef at Young’s &amp; Geronimo Pubs; Antony Bennett, head of food at Loungers; Glenn Evans, head of food development at Las Iguanas, La Tasca and La Vina; chef/restaurant consultant Jay Morjaria; Christian Rose, MD of All Star Lanes; Jeremy Simmonds, co- founder &amp; MD of Competitive Socialising; Simon Woplin, F&amp;B operations manager at Picturehouse Cinemas; and Mike Berry, head of content at Fleet Street Communications.\r\n\r\nFor further information, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a>.','Casual Dining Restaurant & Pub Awards 2018: Winners announced','','inherit','closed','closed','','716-revision-v1','','','2018-02-22 10:28:21','2018-02-22 10:28:21','',716,'http://www.ontradeprogress.com/2018/02/22/716-revision-v1/',0,'revision','',0),(722,1,'2018-02-23 07:19:02','2018-02-23 07:19:02','Please enter your details to receive the 2018 media pack.\r\n\r\n[contact-form-7 id=\"88\" title=\"Advertise Form\"]','Advertising','','inherit','closed','closed','','74-revision-v1','','','2018-02-23 07:19:02','2018-02-23 07:19:02','',74,'http://www.ontradeprogress.com/2018/02/23/74-revision-v1/',0,'revision','',0),(725,1,'2018-03-07 11:36:01','2018-03-07 11:36:01','When a product is made from the same material as the tiles on a space shuttle, then you know it’s going to be tough. And so it proves. The <strong>Ceraflame</strong> range of oven-to-table ware from <strong>Artis</strong> can go from freezer to microwave, oven or hob without flinching.\r\n<h5><strong>Ceraflame</strong></h5>\r\nCeraflame is a unique range of tableware that is 100% resistant to thermal shock. The special multi-layer ceramic composition is fired at 1300?C making it harder than any other comparable oven-to-table ware. Using it, individual portions of pre-prepared meals can be taken from the freezer, reheated in a microwave or oven and then served directly to table without changing dishes. This is possible because of the extraordinary material it is made from, which was discovered through NASA’s space programme.\r\n\r\nAlthough it has the stylish looks of cast iron and despite its strength it is, in fact, quite a lightweight product. Microwave safe, it is the perfect solution for defrosting, heating and preparing meals whilst at the same time preserving the flavour and nutrients of the food. In addition to heating up faster, the ceramic retains its heat longer than other materials, too. Ceraflame is non-toxic and has a scratch-free surface.\r\n\r\nThe range includes a 60cl mini pan with either handle or wings, each of which may be purchased with or without lids. These are great for use with soups, hot pots casseroles and curries. Additionally, there are two round ear dishes of 20 and 22cm diameter respectively which can be used for cottage pies, lasagne and so on. Finally, there is a 16cm round shallow bowl, good for pastas, rice or gratins, which can be simply flashed under the grill. Prices start at £12.63 for the shallow bowl.\r\n\r\nCeraflame is one product amongst many innovative tabletop ideas in the Artis 2018 catalogue. For your free copy please call <strong>020 8391 5544</strong> or go online and download the information at <a href=\"http://www.artis-uk.com/downloads\"><strong>www.artis-uk.com/downloads</strong></a><strong>.</strong>','Space-age technology now in oven to tableware','','publish','closed','open','','space-age-technology-now-oven-tableware','','','2018-03-07 11:36:01','2018-03-07 11:36:01','',0,'http://www.ontradeprogress.com/?p=725',0,'post','',0),(726,1,'2018-03-07 11:34:55','2018-03-07 11:34:55','','Ceraflame NEW1 pie small','','inherit','closed','closed','','ceraflame-new1-pie-small','','','2018-03-07 11:34:55','2018-03-07 11:34:55','',725,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Ceraflame-NEW1-pie-small.jpg',0,'attachment','image/jpeg',0),(727,1,'2018-03-07 11:35:19','2018-03-07 11:35:19','When a product is made from the same material as the tiles on a space shuttle, then you know it’s going to be tough. And so it proves. The <strong>Ceraflame</strong> range of oven-to-table ware from <strong>Artis</strong> can go from freezer to microwave, oven or hob without flinching.\r\n<h5><strong>Ceraflame</strong></h5>\r\nCeraflame is a unique range of tableware that is 100% resistant to thermal shock. The special multi-layer ceramic composition is fired at 1300?C making it harder than any other comparable oven-to-table ware. Using it, individual portions of pre-prepared meals can be taken from the freezer, reheated in a microwave or oven and then served directly to table without changing dishes. This is possible because of the extraordinary material it is made from, which was discovered through NASA’s space programme.\r\n\r\nAlthough it has the stylish looks of cast iron and despite its strength it is, in fact, quite a lightweight product. Microwave safe, it is the perfect solution for defrosting, heating and preparing meals whilst at the same time preserving the flavour and nutrients of the food. In addition to heating up faster, the ceramic retains its heat longer than other materials, too. Ceraflame is non-toxic and has a scratch-free surface.\r\n\r\nThe range includes a 60cl mini pan with either handle or wings, each of which may be purchased with or without lids. These are great for use with soups, hot pots casseroles and curries. Additionally, there are two round ear dishes of 20 and 22cm diameter respectively which can be used for cottage pies, lasagne and so on. Finally, there is a 16cm round shallow bowl, good for pastas, rice or gratins, which can be simply flashed under the grill. Prices start at £12.63 for the shallow bowl.\r\n\r\nCeraflame is one product amongst many innovative tabletop ideas in the Artis 2018 catalogue. For your free copy please call <strong>020 8391 5544</strong> or go online and download the information at <a href=\"http://www.artis-uk.com/downloads\"><strong>www.artis-uk.com/downloads</strong></a><strong>.</strong>','Space-age technology now in oven to tableware','','inherit','closed','closed','','725-revision-v1','','','2018-03-07 11:35:19','2018-03-07 11:35:19','',725,'http://www.ontradeprogress.com/2018/03/07/725-revision-v1/',0,'revision','',0),(731,1,'2018-03-13 15:09:51','2018-03-13 15:09:51','[embed]http://issuu.com/bwmediagroup/docs/on-trade_progress_final_digital?e=32393893/59193607[/embed]','On-Trade Progress March 2018','','inherit','closed','closed','','276-revision-v1','','','2018-03-13 15:09:51','2018-03-13 15:09:51','',276,'http://www.ontradeprogress.com/2018/03/13/276-revision-v1/',0,'revision','',0),(732,1,'2018-03-19 10:16:30','2018-03-19 10:16:30','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_march_2018?e=32393893/59369584[/embed]','On-Trade Progress March 2018','','inherit','closed','closed','','276-revision-v1','','','2018-03-19 10:16:30','2018-03-19 10:16:30','',276,'http://www.ontradeprogress.com/2018/03/19/276-revision-v1/',0,'revision','',0),(733,1,'2018-03-19 13:31:39','2018-03-19 13:31:39','<embed>http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_march_2018?e=32393893/59376995<embed>','On-Trade Progress March 2018','','inherit','closed','closed','','276-revision-v1','','','2018-03-19 13:31:39','2018-03-19 13:31:39','',276,'http://www.ontradeprogress.com/2018/03/19/276-revision-v1/',0,'revision','',0),(734,1,'2018-03-19 13:33:22','2018-03-19 13:33:22','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_march_2018?e=32393893/59376995[/embed]','On-Trade Progress March 2018','','inherit','closed','closed','','276-revision-v1','','','2018-03-19 13:33:22','2018-03-19 13:33:22','',276,'http://www.ontradeprogress.com/2018/03/19/276-revision-v1/',0,'revision','',0),(738,1,'2018-03-26 11:14:29','2018-03-26 11:14:29','French liqueurs and syrups company expands range of syrups to include three new flavours.\r\n\r\nThe liqueurs and syrups company has concocted a syrup duo that’s sure to please baristas and bartenders alike. . Crème Brûlée and Caramel Salé, veritable dessert classics, got the Giffard treatment.\r\n<blockquote class=\"modern-quote full\">\"Our strategy is to respond to the market as fast as possible without compromising quality, a tricky task for new flavours.”</blockquote>\r\n<em>Romain Burgevin, International Marketing Director, Giffard.</em>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_745\" align=\"alignleft\" width=\"56\"]<img class=\"wp-image-745\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-CARAMEL-SALE-100CL-317x1024.jpg\" alt=\"\" width=\"56\" height=\"180\" /> Caramel Salé[/caption]\r\n\r\nFree from preservatives and made using natural flavours, both syrups are fitting in a bevy of drinks ranging from tea and coffee to hot chocolate and cocktails.\r\n\r\n&nbsp;\r\n\r\nCrème Brûlée boasts the milky, sweet taste of cream, followed by the richness of toasted sugar. These contrasting flavours make it ideal in milkshakes and cappuccinos alike. A spin on a classic, Caramel Salé combines the velvety smooth aroma of caramel with a twist of salt, an unexpected addition to lattes and macchiatos.\r\n\r\n&nbsp;\r\n\r\nBoth flavours lend themselves beautifully to the world of cocktails as well. The smallest addition of Crème Brûlée can add a subtle sweetness to classics like the Espresso Martini, and just a touch of Caramel Salé provides a new take on the Whiskey Sour.\r\n<h5><strong>Lavender in a bottle</strong></h5>\r\n[caption id=\"attachment_744\" align=\"alignright\" width=\"60\"]<img class=\"wp-image-744\" style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-LAVANDE-100CL-317x1024.jpg\" alt=\"\" width=\"60\" height=\"193\" /> Lavender[/caption]\r\n\r\nGiffard have also captured the taste of Provençal summers in another of their latest syrup offer<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">in</span><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">gs, lavender. The deliciously distinct taste of this flower is available to enjoy whenever the </span><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">craving strikes. “Our goal is to offer quality products all year long to bartenders and baristas as well as bakers or chefs,” says Romain </span>Burgevin<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">, International Marketing Director at Giffard.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWith no added preservatives, Giffard’s lavender syrup is crafted using only natural flavours. Even sparingly, it is potent and highly flavorful, bringing sophistication to any creation. The experience begins with the aroma, a refreshing and light bouquet of the blue-violet flowers that hits the nose before taste ever hits the tongue.\r\n\r\nThe best ingredient is always flavour and this latest syrup delivers. Herbaceous and woody with an undertone of mint, lavender adds a touch of floral sweetness to a variety of consumables. Infuse the unique taste of this popular flower into classics likes lemonades and iced teas or put a new spin on cocktails like the gin and tonic or pisco sour. The use of this syrup extends beyond beverages into confectionary treats too. Include it in candy or cake recipes, or drizzle atop ice cream for a fresh twist on old favourites.\r\n\r\n[gallery ids=\"749,751,750\"]\r\n\r\n<a href=\"http://www.giffard.com\">www.giffard.com</a>','Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix','','publish','closed','open','','giffard-add-creme-brulee-caramel-sale-lavender-mix','','','2018-03-26 11:14:29','2018-03-26 11:14:29','',0,'http://www.ontradeprogress.com/?p=738',0,'post','',0),(739,1,'2018-03-26 08:52:12','2018-03-26 08:52:12','<strong>Giffard Adds Crème Brûlée and Caramel Salé to the Mix</strong>\r\n\r\nFrench liqueurs and syrups company expands range of syrups to include two new flavours.\r\n\r\nThe liqueurs and syrups company has concocted a syrup duo that’s sure to please baristas and bartenders alike. . Crème Brûlée and Caramel Salé, veritable dessert classics, got the Giffard treatment.\r\n<blockquote class=\"modern-quote full\">\"Our strategy is to respond to the market as fast as possible without compromising quality, a tricky task for new flavours,”</blockquote>\r\n<em>Romain </em>Burgevin<em>, International Marketing Director, Giffard.</em>\r\n\r\nFree from preservatives and made using natural flavours, both syrups are fitting in a bevy of drinks ranging from tea and coffee to hot chocolate and cocktails.\r\n\r\nCrème Brûlée boasts the milky, sweet taste of cream, followed by the richness of toasted sugar. These contrasting flavours make it ideal in milkshakes and cappuccinos alike. A spin on a classic, Caramel Salé combines the velvety smooth aroma of caramel with a twist of salt, an unexpected addition to lattes and macchiatos.\r\n\r\nBoth flavours lend themselves beautifully to the world of cocktails as well. The smallest addition of Crème Brûlée can add a subtle sweetness to classics like the Espresso Martini, and just a touch of Caramel Salé provides a new take on the Whiskey Sour.\r\n<h5><strong>Lavender in a Bottle</strong></h5>\r\nGiffard has captured the taste of Provençal summers in their latest syrup offering, lavender. The deliciously distinct taste of this flower is available to enjoy whenever the craving strikes. “Our goal is to offer quality products all year long to bartenders and baristas as well as bakers or chefs,” says Romain Burgevin, International Marketing Director at Giffard.\r\n\r\nWith no added preservatives, Giffard’s lavender syrup is crafted using only natural flavours. Even sparingly, it is potent and highly flavorful, bringing sophistication to any creation. The experience begins with the aroma, a refreshing and light bouquet of the blue-violet flowers that hits the nose before taste ever hits the tongue.\r\n\r\nThe best ingredient is always flavour and this latest syrup delivers. Herbaceous and woody with an undertone of mint, lavender adds a touch of floral sweetness to a variety of consumables. Infuse the unique taste of this popular flower into classics likes lemonades and iced teas or put a new spin on cocktails like the gin and tonic or pisco sour. The use of this syrup extends beyond beverages into confectionary treats too. Include it in candy or cake recipes, or drizzle atop ice cream for a fresh twist on old favourites.\r\n\r\n<a href=\"http://www.giffard.com\">www.giffard.com</a>','','','inherit','closed','closed','','738-revision-v1','','','2018-03-26 08:52:12','2018-03-26 08:52:12','',738,'http://www.ontradeprogress.com/2018/03/26/738-revision-v1/',0,'revision','',0),(740,1,'2018-03-26 09:17:17','2018-03-26 09:17:17','<strong>Giffard Adds Crème Brûlée and Caramel Salé to the Mix</strong>\r\n\r\nFrench liqueurs and syrups company expands range of syrups to include two new flavours.\r\n\r\nThe liqueurs and syrups company has concocted a syrup duo that’s sure to please baristas and bartenders alike. . Crème Brûlée and Caramel Salé, veritable dessert classics, got the Giffard treatment.\r\n<blockquote class=\"modern-quote full\">\"Our strategy is to respond to the market as fast as possible without compromising quality, a tricky task for new flavours,”</blockquote>\r\n<em>Romain Burgevin, International Marketing Director, Giffard.</em>\r\n\r\nFree from preservatives and made using natural flavours, both syrups are fitting in a bevy of drinks ranging from tea and coffee to hot chocolate and cocktails.\r\n\r\nCrème Brûlée boasts the milky, sweet taste of cream, followed by the richness of toasted sugar. These contrasting flavours make it ideal in milkshakes and cappuccinos alike. A spin on a classic, Caramel Salé combines the velvety smooth aroma of caramel with a twist of salt, an unexpected addition to lattes and macchiatos.\r\n\r\nBoth flavours lend themselves beautifully to the world of cocktails as well. The smallest addition of Crème Brûlée can add a subtle sweetness to classics like the Espresso Martini, and just a touch of Caramel Salé provides a new take on the Whiskey Sour.\r\n<h5><strong>Lavender in a Bottle</strong></h5>\r\nGiffard have also captured the taste of Provençal summers in their latest syrup offering, lavender. The deliciously distinct taste of this flower is available to enjoy whenever the craving strikes. “Our goal is to offer quality products all year long to bartenders and baristas as well as bakers or chefs,” says Romain Burgevin, International Marketing Director at Giffard.\r\n\r\nWith no added preservatives, Giffard’s lavender syrup is crafted using only natural flavours. Even sparingly, it is potent and highly flavorful, bringing sophistication to any creation. The experience begins with the aroma, a refreshing and light bouquet of the blue-violet flowers that hits the nose before taste ever hits the tongue.\r\n\r\nThe best ingredient is always flavour and this latest syrup delivers. Herbaceous and woody with an undertone of mint, lavender adds a touch of floral sweetness to a variety of consumables. Infuse the unique taste of this popular flower into classics likes lemonades and iced teas or put a new spin on cocktails like the gin and tonic or pisco sour. The use of this syrup extends beyond beverages into confectionary treats too. Include it in candy or cake recipes, or drizzle atop ice cream for a fresh twist on old favourites.\r\n\r\n<a href=\"http://www.giffard.com\">www.giffard.com</a>','','','inherit','closed','closed','','738-revision-v1','','','2018-03-26 09:17:17','2018-03-26 09:17:17','',738,'http://www.ontradeprogress.com/2018/03/26/738-revision-v1/',0,'revision','',0),(741,1,'2018-03-26 09:19:05','2018-03-26 09:19:05','French liqueurs and syrups company expands range of syrups to include three new flavours.\r\n\r\nThe liqueurs and syrups company has concocted a syrup duo that’s sure to please baristas and bartenders alike. . Crème Brûlée and Caramel Salé, veritable dessert classics, got the Giffard treatment.\r\n<blockquote class=\"modern-quote full\">\"Our strategy is to respond to the market as fast as possible without compromising quality, a tricky task for new flavours,”</blockquote>\r\n<em>Romain Burgevin, International Marketing Director, Giffard.</em>\r\n\r\nFree from preservatives and made using natural flavours, both syrups are fitting in a bevy of drinks ranging from tea and coffee to hot chocolate and cocktails.\r\n\r\nCrème Brûlée boasts the milky, sweet taste of cream, followed by the richness of toasted sugar. These contrasting flavours make it ideal in milkshakes and cappuccinos alike. A spin on a classic, Caramel Salé combines the velvety smooth aroma of caramel with a twist of salt, an unexpected addition to lattes and macchiatos.\r\n\r\nBoth flavours lend themselves beautifully to the world of cocktails as well. The smallest addition of Crème Brûlée can add a subtle sweetness to classics like the Espresso Martini, and just a touch of Caramel Salé provides a new take on the Whiskey Sour.\r\n<h5><strong>Lavender in a Bottle</strong></h5>\r\nGiffard have also captured the taste of Provençal summers in another of their latest syrup offerings, lavender. The deliciously distinct taste of this flower is available to enjoy whenever the craving strikes. “Our goal is to offer quality products all year long to bartenders and baristas as well as bakers or chefs,” says Romain Burgevin, International Marketing Director at Giffard.\r\n\r\nWith no added preservatives, Giffard’s lavender syrup is crafted using only natural flavours. Even sparingly, it is potent and highly flavorful, bringing sophistication to any creation. The experience begins with the aroma, a refreshing and light bouquet of the blue-violet flowers that hits the nose before taste ever hits the tongue.\r\n\r\nThe best ingredient is always flavour and this latest syrup delivers. Herbaceous and woody with an undertone of mint, lavender adds a touch of floral sweetness to a variety of consumables. Infuse the unique taste of this popular flower into classics likes lemonades and iced teas or put a new spin on cocktails like the gin and tonic or pisco sour. The use of this syrup extends beyond beverages into confectionary treats too. Include it in candy or cake recipes, or drizzle atop ice cream for a fresh twist on old favourites.\r\n\r\n<a href=\"http://www.giffard.com\">www.giffard.com</a>','Giffard add Crème Brûlée, Caramel Salé & Lavendar to the Mix','','inherit','closed','closed','','738-revision-v1','','','2018-03-26 09:19:05','2018-03-26 09:19:05','',738,'http://www.ontradeprogress.com/2018/03/26/738-revision-v1/',0,'revision','',0),(742,1,'2018-03-26 09:23:21','2018-03-26 09:23:21','French liqueurs and syrups company expands range of syrups to include three new flavours.\r\n\r\nThe liqueurs and syrups company has concocted a syrup duo that’s sure to please baristas and bartenders alike. . Crème Brûlée and Caramel Salé, veritable dessert classics, got the Giffard treatment.\r\n<blockquote class=\"modern-quote full\">\"Our strategy is to respond to the market as fast as possible without compromising quality, a tricky task for new flavours.”</blockquote>\r\n<em>Romain Burgevin, International Marketing Director, Giffard.</em>\r\n\r\nFree from preservatives and made using natural flavours, both syrups are fitting in a bevy of drinks ranging from tea and coffee to hot chocolate and cocktails.\r\n\r\nCrème Brûlée boasts the milky, sweet taste of cream, followed by the richness of toasted sugar. These contrasting flavours make it ideal in milkshakes and cappuccinos alike. A spin on a classic, Caramel Salé combines the velvety smooth aroma of caramel with a twist of salt, an unexpected addition to lattes and macchiatos.\r\n\r\nBoth flavours lend themselves beautifully to the world of cocktails as well. The smallest addition of Crème Brûlée can add a subtle sweetness to classics like the Espresso Martini, and just a touch of Caramel Salé provides a new take on the Whiskey Sour.\r\n<h5><strong>Lavender in a bottle</strong></h5>\r\nGiffard have also captured the taste of Provençal summers in another of their latest syrup offerings, lavender. The deliciously distinct taste of this flower is available to enjoy whenever the craving strikes. “Our goal is to offer quality products all year long to bartenders and baristas as well as bakers or chefs,” says Romain Burgevin, International Marketing Director at Giffard.\r\n\r\nWith no added preservatives, Giffard’s lavender syrup is crafted using only natural flavours. Even sparingly, it is potent and highly flavorful, bringing sophistication to any creation. The experience begins with the aroma, a refreshing and light bouquet of the blue-violet flowers that hits the nose before taste ever hits the tongue.\r\n\r\nThe best ingredient is always flavour and this latest syrup delivers. Herbaceous and woody with an undertone of mint, lavender adds a touch of floral sweetness to a variety of consumables. Infuse the unique taste of this popular flower into classics likes lemonades and iced teas or put a new spin on cocktails like the gin and tonic or pisco sour. The use of this syrup extends beyond beverages into confectionary treats too. Include it in candy or cake recipes, or drizzle atop ice cream for a fresh twist on old favourites.\r\n\r\n<a href=\"http://www.giffard.com\">www.giffard.com</a>','Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix','','inherit','closed','closed','','738-revision-v1','','','2018-03-26 09:23:21','2018-03-26 09:23:21','',738,'http://www.ontradeprogress.com/2018/03/26/738-revision-v1/',0,'revision','',0),(743,1,'2018-03-26 09:24:59','2018-03-26 09:24:59','','SIROP CREME BRULEE GIFFARD 100CL','','inherit','closed','closed','','sirop-creme-brulee-giffard-100cl','','','2018-03-26 09:24:59','2018-03-26 09:24:59','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-CREME-BRULEE-GIFFARD-100CL.jpg',0,'attachment','image/jpeg',0),(744,1,'2018-03-26 09:25:11','2018-03-26 09:25:11','','SIROP LAVANDE 100CL','','inherit','closed','closed','','sirop-lavande-100cl','','','2018-03-26 09:25:11','2018-03-26 09:25:11','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-LAVANDE-100CL.jpg',0,'attachment','image/jpeg',0),(745,1,'2018-03-26 09:25:27','2018-03-26 09:25:27','','SIROP CARAMEL SALE 100CL','','inherit','closed','closed','','sirop-caramel-sale-100cl','','','2018-03-26 09:25:27','2018-03-26 09:25:27','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-CARAMEL-SALE-100CL.jpg',0,'attachment','image/jpeg',0),(746,1,'2018-03-26 09:31:36','2018-03-26 09:31:36','','Lavender lemonade mason jars','Lavender lemonade mason jars on rustic background','inherit','closed','closed','','lavender-lemonade-mason-jars','','','2018-03-26 09:31:36','2018-03-26 09:31:36','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Lavender-lemonade.jpg',0,'attachment','image/jpeg',0),(747,1,'2018-03-26 09:31:40','2018-03-26 09:31:40','','Caramel chocolate milkshake','','inherit','closed','closed','','caramel-chocolate-milkshake','','','2018-03-26 09:31:40','2018-03-26 09:31:40','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/MILKSHAKE-Crème-Brulée.jpg',0,'attachment','image/jpeg',0),(748,1,'2018-03-26 09:31:46','2018-03-26 09:31:46','','Salted Caramel Latte Macchiatto','','inherit','closed','closed','','salted-caramel-latte-macchiatto','','','2018-03-26 09:31:46','2018-03-26 09:31:46','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Salted-Caramel-Latte-Macchiatto.jpg',0,'attachment','image/jpeg',0),(749,1,'2018-03-26 09:31:47','2018-03-26 09:31:47','','Giffard Crème Brulée Syrup','','inherit','closed','closed','','giffard-creme-brulee-syrup','','','2018-03-26 09:31:47','2018-03-26 09:31:47','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Giffard-Crème-Brulée-Syrup.jpg',0,'attachment','image/jpeg',0),(750,1,'2018-03-26 09:31:54','2018-03-26 09:31:54','','Giffard Salted Caramel Syrup','','inherit','closed','closed','','giffard-salted-caramel-syrup','','','2018-03-26 09:31:54','2018-03-26 09:31:54','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Giffard-Salted-Caramel-Syrup.jpg',0,'attachment','image/jpeg',0),(751,1,'2018-03-26 09:32:07','2018-03-26 09:32:07','','Giffard Lavender Syrup','','inherit','closed','closed','','giffard-lavender-syrup','','','2018-03-26 09:32:07','2018-03-26 09:32:07','',738,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Giffard-Lavender-Syrup.jpg',0,'attachment','image/jpeg',0),(752,1,'2018-03-26 11:13:42','2018-03-26 11:13:42','French liqueurs and syrups company expands range of syrups to include three new flavours.\r\n\r\nThe liqueurs and syrups company has concocted a syrup duo that’s sure to please baristas and bartenders alike. . Crème Brûlée and Caramel Salé, veritable dessert classics, got the Giffard treatment.\r\n<blockquote class=\"modern-quote full\">\"Our strategy is to respond to the market as fast as possible without compromising quality, a tricky task for new flavours.”</blockquote>\r\n<em>Romain Burgevin, International Marketing Director, Giffard.</em>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_745\" align=\"alignleft\" width=\"56\"]<img class=\"wp-image-745\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-CARAMEL-SALE-100CL-317x1024.jpg\" alt=\"\" width=\"56\" height=\"180\" /> Caramel Salé[/caption]\r\n\r\nFree from preservatives and made using natural flavours, both syrups are fitting in a bevy of drinks ranging from tea and coffee to hot chocolate and cocktails.\r\n\r\n&nbsp;\r\n\r\nCrème Brûlée boasts the milky, sweet taste of cream, followed by the richness of toasted sugar. These contrasting flavours make it ideal in milkshakes and cappuccinos alike. A spin on a classic, Caramel Salé combines the velvety smooth aroma of caramel with a twist of salt, an unexpected addition to lattes and macchiatos.\r\n\r\n&nbsp;\r\n\r\nBoth flavours lend themselves beautifully to the world of cocktails as well. The smallest addition of Crème Brûlée can add a subtle sweetness to classics like the Espresso Martini, and just a touch of Caramel Salé provides a new take on the Whiskey Sour.\r\n<h5><strong>Lavender in a bottle</strong></h5>\r\n[caption id=\"attachment_744\" align=\"alignright\" width=\"60\"]<img class=\"wp-image-744\" style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/SIROP-LAVANDE-100CL-317x1024.jpg\" alt=\"\" width=\"60\" height=\"193\" /> Lavender[/caption]\r\n\r\nGiffard have also captured the taste of Provençal summers in another of their latest syrup offer<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">in</span><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">gs, lavender. The deliciously distinct taste of this flower is available to enjoy whenever the </span><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">craving strikes. “Our goal is to offer quality products all year long to bartenders and baristas as well as bakers or chefs,” says Romain </span>Burgevin<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">, International Marketing Director at Giffard.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWith no added preservatives, Giffard’s lavender syrup is crafted using only natural flavours. Even sparingly, it is potent and highly flavorful, bringing sophistication to any creation. The experience begins with the aroma, a refreshing and light bouquet of the blue-violet flowers that hits the nose before taste ever hits the tongue.\r\n\r\nThe best ingredient is always flavour and this latest syrup delivers. Herbaceous and woody with an undertone of mint, lavender adds a touch of floral sweetness to a variety of consumables. Infuse the unique taste of this popular flower into classics likes lemonades and iced teas or put a new spin on cocktails like the gin and tonic or pisco sour. The use of this syrup extends beyond beverages into confectionary treats too. Include it in candy or cake recipes, or drizzle atop ice cream for a fresh twist on old favourites.\r\n\r\n[gallery ids=\"749,751,750\"]\r\n\r\n<a href=\"http://www.giffard.com\">www.giffard.com</a>','Giffard add Crème Brûlée, Caramel Salé & Lavender to the mix','','inherit','closed','closed','','738-revision-v1','','','2018-03-26 11:13:42','2018-03-26 11:13:42','',738,'http://www.ontradeprogress.com/2018/03/26/738-revision-v1/',0,'revision','',0),(753,1,'2018-03-29 07:58:20','2018-03-29 07:58:20','<strong>Colin Gunn appointed as GM of Moxy Aberdeen, Marriott’s new lifestyle brand.</strong>\r\n\r\nMoxy Aberdeen Airport has appointed Colin Gunn as its new Captain, the brand’s twist on the general manager position.\r\n\r\nGunn replaces Donovan Sumner who was instrumental in overseeing the opening of the 200-bedroomed hotel in December 2016 and has stepped up to working for Belvar, the hotel’s management company, in a head-office role.\r\n<blockquote class=\"modern-quote full\">Colin said; “It’s great to work for a brand that I really believe in and is so unique in its styling and positioning.  The hotel has gained an excellent position in the market already and I look forward to continuing its success.”</blockquote>\r\nGunn joins Marriott’s playful and edgy, millennial-focused boutique hotel brand at Aberdeen Airport.  Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where they are no rules or boundaries.  Launching hotels globally at a rate of almost one every month, Aberdeen was the first UK Moxy hotel to be opened back in December 2016.  It’s more than just rooms, it’s a way of doing things.\r\n\r\n[caption id=\"attachment_756\" align=\"alignright\" width=\"255\"]<img class=\"wp-image-756\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1024x1024.jpg\" alt=\"\" width=\"255\" height=\"255\" /> Colin Gunn[/caption]\r\n\r\nMoxy gives guests permission to break the rules and play on and Gunn is well equipped to lead the hotel’s growth.\r\n\r\nJosefin Baff, Moxy Commercial Officer at Belvar says; “Donovan has done a great job of putting Moxy on the map in Aberdeen.   With Colin’s experience, drive and energy he is perfect to take over the reins and continue offering Aberdeen visitors somewhere unique to stay and unlike anything else in the hotel arena.”\r\n\r\nA Hospitality Management graduate of Robert Gordons University, 37-year-old Gunn has spent his career in the hospitality industry in Aberdeen.  Before joining Moxy Aberdeen, Colin worked for 9 years with the Holiday Inn Aberdeen West, where he won numerous reputable awards.  For the last 3 years, he has been named as the region’s Deputy GM of the Year at the Scottish Hotel Awards.  Notably, in November, he claimed the Tourism and Hospitality Hero title at the Aberdeen City and Shire Tourism Awards, which shortlists him for a prestigious Scottish Thistle, due to be awarded in March.\r\n\r\n<a href=\"http://www.moxy-hotels.marriott.com\">www.moxy-hotels.marriott.com</a>','Tourism and hospitality hero','','publish','closed','open','','tourism-hospitality-hero','','','2018-03-29 07:59:41','2018-03-29 07:59:41','',0,'http://www.ontradeprogress.com/?p=753',0,'post','',0),(754,1,'2018-03-29 07:40:13','2018-03-29 07:40:13','<strong>Colin Gunn appointed as GM of Moxy Aberdeen, Marriott’s new lifestyle brand</strong>\r\n\r\nMoxy Aberdeen Airport has appointed Colin Gunn as its new Captain, the brand’s twist on the general manager position.\r\n\r\nGunn replaces Donovan Sumner who was instrumental in overseeing the opening of the 200-bedroomed hotel in December 2016 and has stepped up to working for Belvar, the hotel’s management company, in a head-office role.\r\n<blockquote class=\"modern-quote full\">Colin said; “It’s great to work for a brand that I really believe in and is so unique in its styling and positioning.  The hotel has gained an excellent position in the market already and I look forward to continuing its success.”</blockquote>\r\nGunn joins Marriott’s playful and edgy, millennial-focused boutique hotel brand at Aberdeen Airport.  Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where they are no rules or boundaries.  Launching hotels globally at a rate of almost one every month, Aberdeen was the first UK Moxy hotel to be opened back in December 2016.  It’s more than just rooms, it’s a way of doing things.  Moxy gives guests permission to break the rules and play on and Gunn is well equipped to lead the hotel’s growth.\r\n\r\nJosefin Baff, Moxy Commercial Officer at Belvar says; “Donovan has done a great job of putting Moxy on the map in Aberdeen.   With Colin’s experience, drive and energy he is perfect to take over the reins and continue offering Aberdeen visitors somewhere unique to stay and unlike anything else in the hotel arena.”\r\n\r\nA Hospitality Management graduate of Robert Gordons University, 37-year-old Gunn has spent his career in the hospitality industry in Aberdeen.  Before joining Moxy Aberdeen, Colin worked for 9 years with the Holiday Inn Aberdeen West, where he won numerous reputable awards.  For the last 3 years, he has been named as the region’s Deputy GM of the Year at the Scottish Hotel Awards.  Notably, in November, he claimed the Tourism and Hospitality Hero title at the Aberdeen City and Shire Tourism Awards, which shortlists him for a prestigious Scottish Thistle, due to be awarded in March.\r\n\r\n<a href=\"http://www.moxy-hotels.marriott.com\">www.moxy-hotels.marriott.com</a>','Tourism and hospitality hero','','inherit','closed','closed','','753-revision-v1','','','2018-03-29 07:40:13','2018-03-29 07:40:13','',753,'http://www.ontradeprogress.com/2018/03/29/753-revision-v1/',0,'revision','',0),(755,1,'2018-03-29 07:41:10','2018-03-29 07:41:10','','Colin Gunn, General Manager for Moxy Aberdeen','','inherit','closed','closed','','colin-gunn-general-manager-for-moxy-aberdeen','','','2018-03-29 07:41:10','2018-03-29 07:41:10','',753,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen.jpg',0,'attachment','image/jpeg',0),(756,1,'2018-03-29 07:43:34','2018-03-29 07:43:34','','Colin Gunn, General Manager for Moxy Aberdeen','','inherit','closed','closed','','colin-gunn-general-manager-for-moxy-aberdeen-2','','','2018-03-29 07:43:34','2018-03-29 07:43:34','',753,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1.jpg',0,'attachment','image/jpeg',0),(757,1,'2018-03-29 07:47:55','2018-03-29 07:47:55','','Colin Gunn General Manager for Moxy Aberdeen (002)','','inherit','closed','closed','','colin-gunn-general-manager-for-moxy-aberdeen-002','','','2018-03-29 07:47:55','2018-03-29 07:47:55','',753,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-002.jpg',0,'attachment','image/jpeg',0),(758,1,'2018-03-29 07:58:02','2018-03-29 07:58:02','','Moxy logo','','inherit','closed','closed','','moxy-logo','','','2018-03-29 07:58:02','2018-03-29 07:58:02','',753,'http://www.ontradeprogress.com/wp-content/uploads/2018/03/Moxy-logo.jpg',0,'attachment','image/jpeg',0),(759,1,'2018-03-29 07:58:13','2018-03-29 07:58:13','<strong>Colin Gunn appointed as GM of Moxy Aberdeen, Marriott’s new lifestyle brand</strong>\r\n\r\nMoxy Aberdeen Airport has appointed Colin Gunn as its new Captain, the brand’s twist on the general manager position.\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"></p>\r\n&nbsp;\r\n\r\nGunn replaces Donovan Sumner who was instrumental in overseeing the opening of the 200-bedroomed hotel in December 2016 and has ste\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"></p>\r\npped up to working for Belvar, the hotel’s management company, in a head-office role.\r\n<blockquote class=\"modern-quote full\">Colin said; “It’s great to work for a brand that I really believe in and is so unique in its styling and positioning.  The hotel has gained an excellent position in the market already and I look forward to continuing its success.”</blockquote>\r\nGunn joins Marriott’s p\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"></p>\r\nlayful and edgy, millennial-focused boutique hotel brand at Aberdeen Airport.  Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where they are no rules or boundaries.  Launching hotels globally at a rate of almost one every month, Aberdeen was the first UK Moxy hotel to be opened back in December 2016.  It’s more than just rooms, it’s a way of doing things.\r\n\r\n<img class=\"wp-image-756 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1024x1024.jpg\" alt=\"\" width=\"255\" height=\"255\" />\r\n\r\nMoxy gives guests permission to break the rules and play on and Gunn is well equipped to lead the hotel’s growth.\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"></p>\r\nJosefin Baff, Moxy Commercial Officer at Belvar says; “Donovan has done a great job of putting Moxy on the map in Aberdeen.   With Colin’s experience, drive and energy he is perfect to take over the reins and continue offering Aberdeen visitors somewhere unique to stay and unlike anything else in the hotel arena.”\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"></p>\r\nA Hospitality Management graduate of Robert Gordons University, 37-year-old Gunn has spent his career in the hospitality industry in Aberdeen.  Before joining Moxy Aberdeen, Colin worked for 9 years with the Holiday Inn Aberdeen West, where he won numerous reputable awards.  For the last 3 years, he has been named as the region’s Deputy GM of the Year at the Scottish Hotel Awards.  Notably, in November, he claimed the Tourism and Hospitality Hero title at the Aberdeen City and Shire Tourism Awards, which shortlists him for a prestigious Scottish Thistle, due to be awarded in March.\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"></p>\r\n&nbsp;\r\n\r\n<a href=\"http://www.moxy-hotels.marriott.com\">www.moxy-hotels.marriott.com</a>','Tourism and hospitality hero','','inherit','closed','closed','','753-revision-v1','','','2018-03-29 07:58:13','2018-03-29 07:58:13','',753,'http://www.ontradeprogress.com/2018/03/29/753-revision-v1/',0,'revision','',0),(760,1,'2018-03-29 07:59:41','2018-03-29 07:59:41','<strong>Colin Gunn appointed as GM of Moxy Aberdeen, Marriott’s new lifestyle brand.</strong>\r\n\r\nMoxy Aberdeen Airport has appointed Colin Gunn as its new Captain, the brand’s twist on the general manager position.\r\n\r\nGunn replaces Donovan Sumner who was instrumental in overseeing the opening of the 200-bedroomed hotel in December 2016 and has stepped up to working for Belvar, the hotel’s management company, in a head-office role.\r\n<blockquote class=\"modern-quote full\">Colin said; “It’s great to work for a brand that I really believe in and is so unique in its styling and positioning.  The hotel has gained an excellent position in the market already and I look forward to continuing its success.”</blockquote>\r\nGunn joins Marriott’s playful and edgy, millennial-focused boutique hotel brand at Aberdeen Airport.  Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where they are no rules or boundaries.  Launching hotels globally at a rate of almost one every month, Aberdeen was the first UK Moxy hotel to be opened back in December 2016.  It’s more than just rooms, it’s a way of doing things.\r\n\r\n[caption id=\"attachment_756\" align=\"alignright\" width=\"255\"]<img class=\"wp-image-756\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/03/Colin-Gunn-General-Manager-for-Moxy-Aberdeen-1-1024x1024.jpg\" alt=\"\" width=\"255\" height=\"255\" /> Colin Gunn[/caption]\r\n\r\nMoxy gives guests permission to break the rules and play on and Gunn is well equipped to lead the hotel’s growth.\r\n\r\nJosefin Baff, Moxy Commercial Officer at Belvar says; “Donovan has done a great job of putting Moxy on the map in Aberdeen.   With Colin’s experience, drive and energy he is perfect to take over the reins and continue offering Aberdeen visitors somewhere unique to stay and unlike anything else in the hotel arena.”\r\n\r\nA Hospitality Management graduate of Robert Gordons University, 37-year-old Gunn has spent his career in the hospitality industry in Aberdeen.  Before joining Moxy Aberdeen, Colin worked for 9 years with the Holiday Inn Aberdeen West, where he won numerous reputable awards.  For the last 3 years, he has been named as the region’s Deputy GM of the Year at the Scottish Hotel Awards.  Notably, in November, he claimed the Tourism and Hospitality Hero title at the Aberdeen City and Shire Tourism Awards, which shortlists him for a prestigious Scottish Thistle, due to be awarded in March.\r\n\r\n<a href=\"http://www.moxy-hotels.marriott.com\">www.moxy-hotels.marriott.com</a>','Tourism and hospitality hero','','inherit','closed','closed','','753-revision-v1','','','2018-03-29 07:59:41','2018-03-29 07:59:41','',753,'http://www.ontradeprogress.com/2018/03/29/753-revision-v1/',0,'revision','',0),(764,1,'2018-04-11 09:41:48','2018-04-11 09:41:48','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website <a href=\"http://www.edenfurniture.co.uk\">www.edenfurniture.co.uk</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_766\" align=\"alignleft\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\n&nbsp;','The latest trends in hospitality furniture for 2018','','publish','closed','open','','latest-trends-hospitality-furniture-2018','','','2018-04-11 09:41:48','2018-04-11 09:41:48','',0,'http://www.ontradeprogress.com/?p=764',0,'post','',0),(765,1,'2018-04-11 09:29:14','2018-04-11 09:29:14','','Eden Furniture at Dabbawal\'s DSC_1655 crop med','','inherit','closed','closed','','eden-furniture-at-dabbawals-dsc_1655-crop-med','','','2018-04-11 09:29:14','2018-04-11 09:29:14','',764,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-at-Dabbawals-DSC_1655-crop-med.jpg',0,'attachment','image/jpeg',0),(766,1,'2018-04-11 09:29:21','2018-04-11 09:29:21','','Eden Furniture Deerhurst Bench 1617','Eden Furniture Deerhurst Bench','inherit','closed','closed','','eden-furniture-deerhurst-bench-1617','','','2018-04-11 09:32:11','2018-04-11 09:32:11','',764,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617.jpg',0,'attachment','image/jpeg',0),(767,1,'2018-04-11 09:30:36','2018-04-11 09:30:36','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:30:36','2018-04-11 09:30:36','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(768,1,'2018-04-11 09:36:38','2018-04-11 09:36:38','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\n&nbsp;\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\n[caption id=\"attachment_766\" align=\"alignright\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:36:38','2018-04-11 09:36:38','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(769,1,'2018-04-11 09:37:16','2018-04-11 09:37:16','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_766\" align=\"alignright\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:37:16','2018-04-11 09:37:16','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(770,1,'2018-04-11 09:38:13','2018-04-11 09:38:13','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_766\" align=\"alignleft\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:38:13','2018-04-11 09:38:13','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(771,1,'2018-04-11 09:38:33','2018-04-11 09:38:33','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_766\" align=\"alignright\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:38:33','2018-04-11 09:38:33','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(772,1,'2018-04-11 09:39:22','2018-04-11 09:39:22','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\n&nbsp;\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk\r\n\r\n[caption id=\"attachment_766\" align=\"alignleft\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\n&nbsp;','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:39:22','2018-04-11 09:39:22','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (773,1,'2018-04-11 09:39:38','2018-04-11 09:39:38','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website www.edenfurniture.co.uk\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_766\" align=\"alignleft\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\n&nbsp;','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:39:38','2018-04-11 09:39:38','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(774,1,'2018-04-11 09:40:58','2018-04-11 09:40:58','<strong>Gary Vale, managing director of Eden Furniture, comments on the latest trends in hospitality furniture for 2018.</strong>\r\n\r\nHospitality furniture trends for 2018 are likely to see an evolution, rather than a revolution, of the themes that have been popular in recent years. These changes will help these themes gain more mainstream popularity, rather than to be seen exclusively as the trend-setting, cutting-edge of design.\r\n\r\nWe’ll see ‘shabby chic’ and industrial styles remaining popular, but with subtle changes to enhance the look of natural materials. Rustic textures will still feature, with sawn or sandblasted finishes on wood helping to bring out the beauty of the grain within the timber. Natural wood like this will be popular for tabletops and benches; for an industrial-style look, these can still be contrasted against scaffolding legs.\r\n\r\nNeutral colours are growing in popularity at the moment, helping furniture coordinate with other elements in the overall interior design. Greys in particular are great; washed, greyed or weathered timber adds a neutral tone to any scheme. Pasadena pine, for example, features a particular striking grain pattern when washed and greyed, creating stunning table tops for a modern, natural look.\r\n\r\nA popular option is to specify furniture that is part painted and part natural wood finish. Painted pastel tones and wood colours work really well, emphasising the natural colours and textures within the wood itself.\r\n\r\nCall Eden Furniture on 01527 519580 or visit their website <a href=\"http://www.edenfurniture.co.uk\">www.edenfurniture.co.uk</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_766\" align=\"alignleft\" width=\"209\"]<img class=\" wp-image-766\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Eden-Furniture-Deerhurst-Bench-1617-1024x1024.jpg\" alt=\"\" width=\"209\" height=\"209\" /> Eden Furniture Deerhurst Bench[/caption]\r\n\r\n&nbsp;','The latest trends in hospitality furniture for 2018','','inherit','closed','closed','','764-revision-v1','','','2018-04-11 09:40:58','2018-04-11 09:40:58','',764,'http://www.ontradeprogress.com/2018/04/11/764-revision-v1/',0,'revision','',0),(779,1,'2018-04-11 11:02:34','2018-04-11 11:02:34','<strong>Online beer distributor EeBriaTrade has launched a pioneering online tap tendering technology, offering the national on-trade access to source beers from over 400 breweries at the touch of a button.</strong>\r\n\r\nOnline beer distributor EebriaTrade\'s new tap tender technology allows sole landlords, beer buyers, procurement managers or event managers the ability to curate unique, craft beer focused events in their venues to drive sales and increase footfall with ease. It also ensures the event is not only a marketing but financial success due to the competitive tendering process.\r\n\r\nThe new tendering process allows pubs to request quotes for their upcoming calendar of tap takeover events, with the network of breweries proposing a beer line up along with their best price. Pubs simply choose their preferred options and EeBriaTrade will make it happen seamlessly, shipping the beers from the brewery to the event location, wherever in the UK that happens to be.\r\n\r\nAs well as sourcing beers for ‘Meet the Brewer’ and ‘Tap Takeover’ events there is an additional function of ‘Tap Residencies’ - through which pubs can request quotes for dedicating a tap for a fixed period, selecting the best offer put forward by the breweries be that simply best price, or best fit for their tap line up and customer base. Using the Tap Residency option, pubs can now for the first time combine value and predictability with a real craft offering from quality small scale producers. They can offer a real point of difference with something new and interesting for customers but also retain the advantages that come from volume purchasing.\r\n\r\nFor the 400 plus breweries listed on EeBriaTrade, the initiative gives them access to previously untouched markets and can bolster their beers both locally and nationwide. Traditionally, the tendering process can be a lengthy and time consuming one, however the use of tendering technology can streamline the procedure for both the pub and the brewery, making it easier and getting venues the freshest beer possible. Additionally, this new tap tender technology allows the breweries to set their own pricing based on volumes, timings and specific requirements from the pub ensuring they’re paid a fair yet competitive price for their beers.\r\n\r\nQuote from David Jackson - CEO EeBriaTrade:\r\n<blockquote class=\"modern-quote full\"><em>“This initiative is a win-win for both our customers and for the breweries listed on our marketplace. Beer buyers and managers can take advantage of our huge brewery range and use the online tendering technology to seamlessly create and source an exciting, sales driving events calendar with extreme ease and in a cost effective manner. Meanwhile, breweries could find themselves across the country at a packed Meet the Brewer with hundreds of pub goers drinking their beers whilst engaging with the local beer community.” </em></blockquote>\r\nHead over to <a href=\"http://www.eebriatrade.com\">www.eebriatrade.com</a> and create an account to check these features further.','Online beer distributor revolutionises supply tender process','','publish','closed','open','','online-beer-distributor-revolutionises-supply-tender-process','','','2018-04-11 11:02:34','2018-04-11 11:02:34','',0,'http://www.ontradeprogress.com/?p=779',0,'post','',0),(781,1,'2018-04-11 10:32:18','2018-04-11 10:32:18','<strong>EeBriaTrade has launched a pioneering online tap tendering technology, offering the national on-trade access to source beers from over 400 breweries at the touch of a button.</strong>\r\n\r\nTheir new tap tender technology allows sole landlords, beer buyers, procurement managers or event managers the ability to curate unique, craft beer focused events in their venues to drive sales and increase footfall with ease. It also ensures the event is not only a marketing but financial success due to the competitive tendering process.\r\n\r\nThe new tendering process allows pubs to request quotes for their upcoming calendar of tap takeover events, with the network of breweries proposing a beer line up along with their best price. Pubs simply choose their preferred options and EeBriaTrade will make it happen seamlessly, shipping the beers from the brewery to the event location, wherever in the UK that happens to be.\r\n\r\nAs well as sourcing beers for ‘Meet the Brewer’ and ‘Tap Takeover’ events there is an additional function of ‘Tap Residencies’ - through which pubs can request quotes for dedicating a tap for a fixed period, selecting the best offer put forward by the breweries be that simply best price, or best fit for their tap line up and customer base. Using the Tap Residency option, pubs can now for the first time combine value and predictability with a real craft offering from quality small scale producers. They can offer a real point of difference with something new and interesting for customers but also retain the advantages that come from volume purchasing.\r\n\r\nFor the 400 plus breweries listed on EeBriaTrade, the initiative gives them access to previously untouched markets and can bolster their beers both locally and nationwide. Traditionally, the tendering process can be a lengthy and time consuming one, however the use of tendering technology can streamline the procedure for both the pub and the brewery, making it easier and getting venues the freshest beer possible. Additionally, this new tap tender technology allows the breweries to set their own pricing based on volumes, timings and specific requirements from the pub ensuring they’re paid a fair yet competitive price for their beers.\r\n\r\nQuote from David Jackson - CEO EeBriaTrade:\r\n<blockquote class=\"modern-quote full\"><em>“This initiative is a win-win for both our customers and for the breweries listed on our marketplace. Beer buyers and managers can take advantage of our huge brewery range and use the online tendering technology to seamlessly create and source an exciting, sales driving events calendar with extreme ease and in a cost effective manner. Meanwhile, breweries could find themselves across the country at a packed Meet the Brewer with hundreds of pub goers drinking their beers whilst engaging with the local beer community.” </em></blockquote>\r\nHead over to <a href=\"http://www.eebriatrade.com\">www.eebriatrade.com</a> and create an account to check these features further.','Online beer distributor revolutionises supply tender process.','','inherit','closed','closed','','779-revision-v1','','','2018-04-11 10:32:18','2018-04-11 10:32:18','',779,'http://www.ontradeprogress.com/2018/04/11/779-revision-v1/',0,'revision','',0),(782,1,'2018-04-11 10:38:24','2018-04-11 10:38:24','<h1><strong>EeBriaTrade has launched a pioneering online tap tendering technology, offering the national on-trade access to source beers from over 400 breweries at the touch of a button.</strong></h1>\r\nTheir new tap tender technology allows sole landlords, beer buyers, procurement managers or event managers the ability to curate unique, craft beer focused events in their venues to drive sales and increase footfall with ease. It also ensures the event is not only a marketing but financial success due to the competitive tendering process.\r\n\r\nThe new tendering process allows pubs to request quotes for their upcoming calendar of tap takeover events, with the network of breweries proposing a beer line up along with their best price. Pubs simply choose their preferred options and EeBriaTrade will make it happen seamlessly, shipping the beers from the brewery to the event location, wherever in the UK that happens to be.\r\n\r\nAs well as sourcing beers for ‘Meet the Brewer’ and ‘Tap Takeover’ events there is an additional function of ‘Tap Residencies’ - through which pubs can request quotes for dedicating a tap for a fixed period, selecting the best offer put forward by the breweries be that simply best price, or best fit for their tap line up and customer base. Using the Tap Residency option, pubs can now for the first time combine value and predictability with a real craft offering from quality small scale producers. They can offer a real point of difference with something new and interesting for customers but also retain the advantages that come from volume purchasing.\r\n\r\nFor the 400 plus breweries listed on EeBriaTrade, the initiative gives them access to previously untouched markets and can bolster their beers both locally and nationwide. Traditionally, the tendering process can be a lengthy and time consuming one, however the use of tendering technology can streamline the procedure for both the pub and the brewery, making it easier and getting venues the freshest beer possible. Additionally, this new tap tender technology allows the breweries to set their own pricing based on volumes, timings and specific requirements from the pub ensuring they’re paid a fair yet competitive price for their beers.\r\n\r\nQuote from David Jackson - CEO EeBriaTrade:\r\n<blockquote class=\"modern-quote full\"><em>“This initiative is a win-win for both our customers and for the breweries listed on our marketplace. Beer buyers and managers can take advantage of our huge brewery range and use the online tendering technology to seamlessly create and source an exciting, sales driving events calendar with extreme ease and in a cost effective manner. Meanwhile, breweries could find themselves across the country at a packed Meet the Brewer with hundreds of pub goers drinking their beers whilst engaging with the local beer community.” </em></blockquote>\r\nHead over to <a href=\"http://www.eebriatrade.com\">www.eebriatrade.com</a> and create an account to check these features further.','Online beer distributor revolutionises supply tender process.','','inherit','closed','closed','','779-revision-v1','','','2018-04-11 10:38:24','2018-04-11 10:38:24','',779,'http://www.ontradeprogress.com/2018/04/11/779-revision-v1/',0,'revision','',0),(783,1,'2018-04-11 10:40:48','2018-04-11 10:40:48','','logo','','inherit','closed','closed','','logo','','','2018-04-11 10:40:48','2018-04-11 10:40:48','',779,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/logo.png',0,'attachment','image/png',0),(784,1,'2018-04-11 10:41:49','2018-04-11 10:41:49','<strong>EeBriaTrade has launched a pioneering online tap tendering technology, offering the national on-trade access to source beers from over 400 breweries at the touch of a button.</strong>\r\n\r\nTheir new tap tender technology allows sole landlords, beer buyers, procurement managers or event managers the ability to curate unique, craft beer focused events in their venues to drive sales and increase footfall with ease. It also ensures the event is not only a marketing but financial success due to the competitive tendering process.\r\n\r\nThe new tendering process allows pubs to request quotes for their upcoming calendar of tap takeover events, with the network of breweries proposing a beer line up along with their best price. Pubs simply choose their preferred options and EeBriaTrade will make it happen seamlessly, shipping the beers from the brewery to the event location, wherever in the UK that happens to be.\r\n\r\nAs well as sourcing beers for ‘Meet the Brewer’ and ‘Tap Takeover’ events there is an additional function of ‘Tap Residencies’ - through which pubs can request quotes for dedicating a tap for a fixed period, selecting the best offer put forward by the breweries be that simply best price, or best fit for their tap line up and customer base. Using the Tap Residency option, pubs can now for the first time combine value and predictability with a real craft offering from quality small scale producers. They can offer a real point of difference with something new and interesting for customers but also retain the advantages that come from volume purchasing.\r\n\r\nFor the 400 plus breweries listed on EeBriaTrade, the initiative gives them access to previously untouched markets and can bolster their beers both locally and nationwide. Traditionally, the tendering process can be a lengthy and time consuming one, however the use of tendering technology can streamline the procedure for both the pub and the brewery, making it easier and getting venues the freshest beer possible. Additionally, this new tap tender technology allows the breweries to set their own pricing based on volumes, timings and specific requirements from the pub ensuring they’re paid a fair yet competitive price for their beers.\r\n\r\nQuote from David Jackson - CEO EeBriaTrade:\r\n<blockquote class=\"modern-quote full\"><em>“This initiative is a win-win for both our customers and for the breweries listed on our marketplace. Beer buyers and managers can take advantage of our huge brewery range and use the online tendering technology to seamlessly create and source an exciting, sales driving events calendar with extreme ease and in a cost effective manner. Meanwhile, breweries could find themselves across the country at a packed Meet the Brewer with hundreds of pub goers drinking their beers whilst engaging with the local beer community.” </em></blockquote>\r\nHead over to <a href=\"http://www.eebriatrade.com\">www.eebriatrade.com</a> and create an account to check these features further.','Online beer distributor revolutionises supply tender process.','','inherit','closed','closed','','779-revision-v1','','','2018-04-11 10:41:49','2018-04-11 10:41:49','',779,'http://www.ontradeprogress.com/2018/04/11/779-revision-v1/',0,'revision','',0),(785,1,'2018-04-11 11:00:23','2018-04-11 11:00:23','<strong>Online beer distributor EeBriaTrade has launched a pioneering online tap tendering technology, offering the national on-trade access to source beers from over 400 breweries at the touch of a button.</strong>\r\n\r\nOnline beer distributor EebriaTrade\'s new tap tender technology allows sole landlords, beer buyers, procurement managers or event managers the ability to curate unique, craft beer focused events in their venues to drive sales and increase footfall with ease. It also ensures the event is not only a marketing but financial success due to the competitive tendering process.\r\n\r\nThe new tendering process allows pubs to request quotes for their upcoming calendar of tap takeover events, with the network of breweries proposing a beer line up along with their best price. Pubs simply choose their preferred options and EeBriaTrade will make it happen seamlessly, shipping the beers from the brewery to the event location, wherever in the UK that happens to be.\r\n\r\nAs well as sourcing beers for ‘Meet the Brewer’ and ‘Tap Takeover’ events there is an additional function of ‘Tap Residencies’ - through which pubs can request quotes for dedicating a tap for a fixed period, selecting the best offer put forward by the breweries be that simply best price, or best fit for their tap line up and customer base. Using the Tap Residency option, pubs can now for the first time combine value and predictability with a real craft offering from quality small scale producers. They can offer a real point of difference with something new and interesting for customers but also retain the advantages that come from volume purchasing.\r\n\r\nFor the 400 plus breweries listed on EeBriaTrade, the initiative gives them access to previously untouched markets and can bolster their beers both locally and nationwide. Traditionally, the tendering process can be a lengthy and time consuming one, however the use of tendering technology can streamline the procedure for both the pub and the brewery, making it easier and getting venues the freshest beer possible. Additionally, this new tap tender technology allows the breweries to set their own pricing based on volumes, timings and specific requirements from the pub ensuring they’re paid a fair yet competitive price for their beers.\r\n\r\nQuote from David Jackson - CEO EeBriaTrade:\r\n<blockquote class=\"modern-quote full\"><em>“This initiative is a win-win for both our customers and for the breweries listed on our marketplace. Beer buyers and managers can take advantage of our huge brewery range and use the online tendering technology to seamlessly create and source an exciting, sales driving events calendar with extreme ease and in a cost effective manner. Meanwhile, breweries could find themselves across the country at a packed Meet the Brewer with hundreds of pub goers drinking their beers whilst engaging with the local beer community.” </em></blockquote>\r\nHead over to <a href=\"http://www.eebriatrade.com\">www.eebriatrade.com</a> and create an account to check these features further.','Online beer distributor revolutionises supply tender process','','inherit','closed','closed','','779-revision-v1','','','2018-04-11 11:00:23','2018-04-11 11:00:23','',779,'http://www.ontradeprogress.com/2018/04/11/779-revision-v1/',0,'revision','',0),(787,1,'2018-04-11 13:34:36','2018-04-11 13:34:36','<p style=\"margin-top: 9.4pt; text-align: left;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif; color: black;\">Small and independent American brewers increase international demand and distribution</span></strong><img class=\"wp-image-788 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/american-craft-beer-919x1024.jpg\" alt=\"\" width=\"131\" height=\"147\" /></p>\r\nThe Brewers Association, the not-for-profit trade group representing small and independent craft brewers, today reported export growth data for the American craft beer industry in 2017. Supported by the Export Development Programme  (EDP), craft beer export volume increased by 3.6 per cent in 2017, now totaling 482,309 barrels and valued at $125.4 million.\r\n\r\nGrowth was seen in major markets including the Asia-Pacific region (not including Japan) which grew 7.4 percent; Japan, which was up 2.6 percent and Western Europe which saw exports increase by 1.3 percent.\r\n\r\nMeanwhile, Canada was again the leading international market for American craft beer, accounting for 51.3 percent of total exports. Other leading importers were the United Kingdom, accounting for 10.5 percent; Sweden 6.7 percent; Korea 4.6 percent; Australia, with 3.8 percent; and China, with 2.5 percent of exports.\r\n\r\nSteve Parr, export development program manager for the Brewers Association, comments: “The UK grew by 7.1 percent in 2017 to maintain its position as the second biggest export market after Canada. This growth is impressive when set against the thriving domestic brewing scene the UK is currently undergoing.  It proves that the UK’s taste for full-flavoured, high quality, diverse American craft beer is far from waning and shows that American craft beer is continuing to break new boundaries. From innovative styles to international distribution, the Brewers Association Export Development Programme, is able to take the success of local brewers and showcase them on a global scale.”\r\n\r\nIn 2017, the number of operating breweries in the U.S. grew 16 percent, totaling 6,372 breweries, broken down as follows: 3,812 microbreweries, 2,252 brewpubs, 202 regional craft breweries and 106 large or otherwise non-craft brewers. Small and independent account for 98% of the breweries in operation.\r\n\r\nThe EDP, which generates exposure for American craft beer through trade shows, festivals, seminars, media outreach and competitions, among other activities, was initiated in 2004 with a grant from the United States Department of Agriculture Market Access Programme (USDA MAP). There are currently more than 100 small and independent brewers exporting their beers from the U.S., by EDP estimates.\r\n\r\nFor more information go to <a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a>','American craft beer exports surpass $125 million and grow by 7.1% in the UK','','publish','closed','open','','american-craft-beer-exports-surpass-125-million-grow-7-1-uk','','','2018-04-11 14:10:44','2018-04-11 14:10:44','',0,'http://www.ontradeprogress.com/?p=787',0,'post','',0),(788,1,'2018-04-11 13:22:42','2018-04-11 13:22:42','','american craft beer','','inherit','closed','closed','','american-craft-beer','','','2018-04-11 13:22:42','2018-04-11 13:22:42','',787,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/american-craft-beer.jpg',0,'attachment','image/jpeg',0),(789,1,'2018-04-11 13:25:04','2018-04-11 13:25:04','','craft beer feature','','inherit','closed','closed','','craft-beer-feature','','','2018-04-11 13:25:04','2018-04-11 13:25:04','',787,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/craft-beer-feature.jpg',0,'attachment','image/jpeg',0),(790,1,'2018-04-11 13:29:01','2018-04-11 13:29:01','<p style=\"margin-top: 9.4pt; text-align: left;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif; color: black;\">Small and independent American brewers increase international demand and distribution</span></strong><img class=\"wp-image-788 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/american-craft-beer-919x1024.jpg\" alt=\"\" width=\"131\" height=\"147\" /></p>\r\nThe Brewers Association, the not-for-profit trade group representing small and independent craft brewers, today reported export growth data for the American craft beer industry in 2017. Supported by the Export Development Programme  (EDP), craft beer export volume increased by 3.6 per cent in 2017, now totaling 482,309 barrels and valued at $125.4 million.\r\n\r\nGrowth was seen in major markets including in the Asia-Pacific region (not including Japan) which grew 7.4 percent; Japan, which was up 2.6 percent and Western Europe which saw exports increase by 1.3 percent.\r\n\r\nMeanwhile, Canada was again the leading international market for American craft beer, accounting for 51.3 percent of total exports. Other leading importers were the United Kingdom, accounting for 10.5 percent; Sweden 6.7 percent; Korea 4.6 percent; Australia, with 3.8 percent; and China, with 2.5 percent of exports.\r\n\r\nSteve Parr, export development program manager for the Brewers Association, comments: “The UK grew by 7.1 percent in 2017 to maintain its position as the second biggest export market after Canada. This growth is impressive when set against the thriving domestic brewing scene the UK is currently undergoing.  It proves that the UK’s taste for full-flavoured, high quality, diverse American craft beer is far from waning and shows that American craft beer is continuing to break new boundaries. From innovative styles to international distribution, the Brewers Association Export Development Programme, is able to take the success of local brewers and showcase them on a global scale.”\r\n\r\nIn 2017, the number of operating breweries in the U.S. grew 16 percent, totaling 6,372 breweries, broken down as follows: 3,812 microbreweries, 2,252 brewpubs, 202 regional craft breweries and 106 large or otherwise non-craft brewers. Small and independent account for 98% of the breweries in operation.\r\n\r\nThe EDP, which generates exposure for American craft beer through trade shows, festivals, seminars, media outreach and competitions, among other activities, was initiated in 2004 with a grant from the United States Department of Agriculture Market Access Programme (USDA MAP). There are currently more than 100 small and independent brewers exporting their beers from the U.S., by EDP estimates.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','American craft beer exports surpass $125 million and grow by 7.1% in the UK','','inherit','closed','closed','','787-revision-v1','','','2018-04-11 13:29:01','2018-04-11 13:29:01','',787,'http://www.ontradeprogress.com/2018/04/11/787-revision-v1/',0,'revision','',0),(791,1,'2018-04-11 13:31:59','2018-04-11 13:31:59','<p style=\"margin-top: 9.4pt; text-align: left;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif; color: black;\">Small and independent American brewers increase international demand and distribution</span></strong><img class=\"wp-image-788 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/american-craft-beer-919x1024.jpg\" alt=\"\" width=\"131\" height=\"147\" /></p>\r\nThe Brewers Association, the not-for-profit trade group representing small and independent craft brewers, today reported export growth data for the American craft beer industry in 2017. Supported by the Export Development Programme  (EDP), craft beer export volume increased by 3.6 per cent in 2017, now totaling 482,309 barrels and valued at $125.4 million.\r\n\r\nGrowth was seen in major markets including the Asia-Pacific region (not including Japan) which grew 7.4 percent; Japan, which was up 2.6 percent and Western Europe which saw exports increase by 1.3 percent.\r\n\r\nMeanwhile, Canada was again the leading international market for American craft beer, accounting for 51.3 percent of total exports. Other leading importers were the United Kingdom, accounting for 10.5 percent; Sweden 6.7 percent; Korea 4.6 percent; Australia, with 3.8 percent; and China, with 2.5 percent of exports.\r\n\r\nSteve Parr, export development program manager for the Brewers Association, comments: “The UK grew by 7.1 percent in 2017 to maintain its position as the second biggest export market after Canada. This growth is impressive when set against the thriving domestic brewing scene the UK is currently undergoing.  It proves that the UK’s taste for full-flavoured, high quality, diverse American craft beer is far from waning and shows that American craft beer is continuing to break new boundaries. From innovative styles to international distribution, the Brewers Association Export Development Programme, is able to take the success of local brewers and showcase them on a global scale.”\r\n\r\nIn 2017, the number of operating breweries in the U.S. grew 16 percent, totaling 6,372 breweries, broken down as follows: 3,812 microbreweries, 2,252 brewpubs, 202 regional craft breweries and 106 large or otherwise non-craft brewers. Small and independent account for 98% of the breweries in operation.\r\n\r\nThe EDP, which generates exposure for American craft beer through trade shows, festivals, seminars, media outreach and competitions, among other activities, was initiated in 2004 with a grant from the United States Department of Agriculture Market Access Programme (USDA MAP). There are currently more than 100 small and independent brewers exporting their beers from the U.S., by EDP estimates.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','American craft beer exports surpass $125 million and grow by 7.1% in the UK','','inherit','closed','closed','','787-revision-v1','','','2018-04-11 13:31:59','2018-04-11 13:31:59','',787,'http://www.ontradeprogress.com/2018/04/11/787-revision-v1/',0,'revision','',0),(792,1,'2018-04-11 14:10:35','2018-04-11 14:10:35','<p style=\"margin-top: 9.4pt; text-align: left;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif; color: black;\">Small and independent American brewers increase international demand and distribution</span></strong><img class=\"wp-image-788 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/american-craft-beer-919x1024.jpg\" alt=\"\" width=\"131\" height=\"147\" /></p>\nThe Brewers Association, the not-for-profit trade group representing small and independent craft brewers, today reported export growth data for the American craft beer industry in 2017. Supported by the Export Development Programme  (EDP), craft beer export volume increased by 3.6 per cent in 2017, now totaling 482,309 barrels and valued at $125.4 million.\n\nGrowth was seen in major markets including the Asia-Pacific region (not including Japan) which grew 7.4 percent; Japan, which was up 2.6 percent and Western Europe which saw exports increase by 1.3 percent.\n\nMeanwhile, Canada was again the leading international market for American craft beer, accounting for 51.3 percent of total exports. Other leading importers were the United Kingdom, accounting for 10.5 percent; Sweden 6.7 percent; Korea 4.6 percent; Australia, with 3.8 percent; and China, with 2.5 percent of exports.\n\nSteve Parr, export development program manager for the Brewers Association, comments: “The UK grew by 7.1 percent in 2017 to maintain its position as the second biggest export market after Canada. This growth is impressive when set against the thriving domestic brewing scene the UK is currently undergoing.  It proves that the UK’s taste for full-flavoured, high quality, diverse American craft beer is far from waning and shows that American craft beer is continuing to break new boundaries. From innovative styles to international distribution, the Brewers Association Export Development Programme, is able to take the success of local brewers and showcase them on a global scale.”\n\nIn 2017, the number of operating breweries in the U.S. grew 16 percent, totaling 6,372 breweries, broken down as follows: 3,812 microbreweries, 2,252 brewpubs, 202 regional craft breweries and 106 large or otherwise non-craft brewers. Small and independent account for 98% of the breweries in operation.\n\nThe EDP, which generates exposure for American craft beer through trade shows, festivals, seminars, media outreach and competitions, among other activities, was initiated in 2004 with a grant from the United States Department of Agriculture Market Access Programme (USDA MAP). There are currently more than 100 small and independent brewers exporting their beers from the U.S., by EDP estimates.\n\nFor more information go to <a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a>','American craft beer exports surpass $125 million and grow by 7.1% in the UK','','inherit','closed','closed','','787-autosave-v1','','','2018-04-11 14:10:35','2018-04-11 14:10:35','',787,'http://www.ontradeprogress.com/2018/04/11/787-autosave-v1/',0,'revision','',0),(793,1,'2018-04-11 14:10:44','2018-04-11 14:10:44','<p style=\"margin-top: 9.4pt; text-align: left;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\', serif; color: black;\">Small and independent American brewers increase international demand and distribution</span></strong><img class=\"wp-image-788 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/american-craft-beer-919x1024.jpg\" alt=\"\" width=\"131\" height=\"147\" /></p>\r\nThe Brewers Association, the not-for-profit trade group representing small and independent craft brewers, today reported export growth data for the American craft beer industry in 2017. Supported by the Export Development Programme  (EDP), craft beer export volume increased by 3.6 per cent in 2017, now totaling 482,309 barrels and valued at $125.4 million.\r\n\r\nGrowth was seen in major markets including the Asia-Pacific region (not including Japan) which grew 7.4 percent; Japan, which was up 2.6 percent and Western Europe which saw exports increase by 1.3 percent.\r\n\r\nMeanwhile, Canada was again the leading international market for American craft beer, accounting for 51.3 percent of total exports. Other leading importers were the United Kingdom, accounting for 10.5 percent; Sweden 6.7 percent; Korea 4.6 percent; Australia, with 3.8 percent; and China, with 2.5 percent of exports.\r\n\r\nSteve Parr, export development program manager for the Brewers Association, comments: “The UK grew by 7.1 percent in 2017 to maintain its position as the second biggest export market after Canada. This growth is impressive when set against the thriving domestic brewing scene the UK is currently undergoing.  It proves that the UK’s taste for full-flavoured, high quality, diverse American craft beer is far from waning and shows that American craft beer is continuing to break new boundaries. From innovative styles to international distribution, the Brewers Association Export Development Programme, is able to take the success of local brewers and showcase them on a global scale.”\r\n\r\nIn 2017, the number of operating breweries in the U.S. grew 16 percent, totaling 6,372 breweries, broken down as follows: 3,812 microbreweries, 2,252 brewpubs, 202 regional craft breweries and 106 large or otherwise non-craft brewers. Small and independent account for 98% of the breweries in operation.\r\n\r\nThe EDP, which generates exposure for American craft beer through trade shows, festivals, seminars, media outreach and competitions, among other activities, was initiated in 2004 with a grant from the United States Department of Agriculture Market Access Programme (USDA MAP). There are currently more than 100 small and independent brewers exporting their beers from the U.S., by EDP estimates.\r\n\r\nFor more information go to <a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a>','American craft beer exports surpass $125 million and grow by 7.1% in the UK','','inherit','closed','closed','','787-revision-v1','','','2018-04-11 14:10:44','2018-04-11 14:10:44','',787,'http://www.ontradeprogress.com/2018/04/11/787-revision-v1/',0,'revision','',0),(794,1,'2018-04-11 14:38:32','2018-04-11 14:38:32','<img class=\"alignleft  wp-image-796\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/brakes-logo.jpg\" alt=\"\" width=\"282\" height=\"109\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Le</strong><strong>ap into sprin</strong><strong>g with treats from breaks</strong>\r\n\r\nBrakes is putting a spring into the seasonal menu with two indulgent frozen treats – a vegan and gluten free Raspberry Frangipane Tart and a rich Clotted Cream Dairy Ice Cream studded with honeycomb pieces.\r\n\r\nThe tart has a crisp pastry base filled with raspberry jam and almond frangipane, topped with raspberries and almond flakes. Already pre-cut for accurate portion control, just remove from the freezer as required, thaw and serve. Each tart serves 14 and is totally on trend, meeting the free-from lifestyle choice of many consumers as well as catering for vegetarians and vegans.\r\n\r\nThe second new product, the Great British Ice Cream Company West Country Clotted Cream Dairy Ice Cream with honeycomb pieces, is a smooth ice cream with a hint of vanilla, scattered throughout with crisp honeycomb. It comes in handy 125ml individual branded tubs, complete with spoon, packed 20 to a case and is one of ten Great British Ice Cream Company flavours in the Brakes selection.\r\n\r\nFor more information on the new Brakes dessert lines, or other products in the extensive Brakes range, visit <a href=\"http://www.brake.co.uk\">www.brake.co.uk</a> or call 0345 606 9090.','New desserts from Brakes','','publish','closed','open','','new-desserts-from-brakes','','','2018-04-11 14:38:32','2018-04-11 14:38:32','',0,'http://www.ontradeprogress.com/?p=794',0,'post','',0),(795,1,'2018-04-11 14:29:50','2018-04-11 14:29:50','','Brakes Vegan & Gluten Free Raspberry Frangipane Tart','','inherit','closed','closed','','brakes-vegan-gluten-free-raspberry-frangipane-tart','','','2018-04-11 14:29:50','2018-04-11 14:29:50','',794,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Brakes-Vegan-Gluten-Free-Raspberry-Frangipane-Tart.jpg',0,'attachment','image/jpeg',0),(796,1,'2018-04-11 14:30:18','2018-04-11 14:30:18','','brakes logo','','inherit','closed','closed','','brakes-logo','','','2018-04-11 14:30:18','2018-04-11 14:30:18','',794,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/brakes-logo.jpg',0,'attachment','image/jpeg',0),(797,1,'2018-04-11 14:37:18','2018-04-11 14:37:18','<img class=\"alignleft  wp-image-796\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/brakes-logo.jpg\" alt=\"\" width=\"282\" height=\"109\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Le</strong><strong>ap into sprin</strong><strong>g with treats from breaks</strong>\r\n\r\nBrakes is putting a spring into the seasonal menu with two indulgent frozen treats – a vegan and gluten free Raspberry Frangipane Tart and a rich Clotted Cream Dairy Ice Cream studded with honeycomb pieces.\r\n\r\nThe tart has a crisp pastry base filled with raspberry jam and almond frangipane, topped with raspberries and almond flakes. Already pre-cut for accurate portion control, just remove from the freezer as required, thaw and serve. Each tart serves 14 and is totally on trend, meeting the free-from lifestyle choice of many consumers as well as catering for vegetarians and vegans.\r\n\r\nThe second new product, the Great British Ice Cream Company West Country Clotted Cream Dairy Ice Cream with honeycomb pieces, is a smooth ice cream with a hint of vanilla, scattered throughout with crisp honeycomb. It comes in handy 125ml individual branded tubs, complete with spoon, packed 20 to a case and is one of ten Great British Ice Cream Company flavours in the Brakes selection.\r\n\r\nFor more information on the new Brakes dessert lines, or other products in the extensive Brakes range, visit <a href=\"http://www.brake.co.uk\">www.brake.co.uk</a> or call 0345 606 9090.','New desserts from Brakes','','inherit','closed','closed','','794-revision-v1','','','2018-04-11 14:37:18','2018-04-11 14:37:18','',794,'http://www.ontradeprogress.com/2018/04/11/794-revision-v1/',0,'revision','',0),(798,1,'2018-04-11 14:37:56','2018-04-11 14:37:56','<img class=\"alignleft  wp-image-796\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/brakes-logo.jpg\" alt=\"\" width=\"282\" height=\"109\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Le</strong><strong>ap into sprin</strong><strong>g with treats from breaks</strong>\r\n\r\nBrakes is putting a spring into the seasonal menu with two indulgent frozen treats – a vegan and gluten free Raspberry Frangipane Tart and a rich Clotted Cream Dairy Ice Cream studded with honeycomb pieces.\r\n\r\nThe tart has a crisp pastry base filled with raspberry jam and almond frangipane, topped with raspberries and almond flakes. Already pre-cut for accurate portion control, just remove from the freezer as required, thaw and serve. Each tart serves 14 and is totally on trend, meeting the free-from lifestyle choice of many consumers as well as catering for vegetarians and vegans.\r\n\r\nThe second new product, the Great British Ice Cream Company West Country Clotted Cream Dairy Ice Cream with honeycomb pieces, is a smooth ice cream with a hint of vanilla, scattered throughout with crisp honeycomb. It comes in handy 125ml individual branded tubs, complete with spoon, packed 20 to a case and is one of ten Great British Ice Cream Company flavours in the Brakes selection.\r\n\r\nFor more information on the new Brakes dessert lines, or other products in the extensive Brakes range, visit <a href=\"http://www.brake.co.uk\">www.brake.co.uk</a> or call 0345 606 9090.','New desserts from Brakes','','inherit','closed','closed','','794-revision-v1','','','2018-04-11 14:37:56','2018-04-11 14:37:56','',794,'http://www.ontradeprogress.com/2018/04/11/794-revision-v1/',0,'revision','',0),(799,1,'2018-04-11 15:16:07','2018-04-11 15:16:07','<img class=\"alignleft  wp-image-800\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg\" alt=\"\" width=\"118\" height=\"112\" />\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Artis, leading supplier of tableware to the foodservice industry, has added a new range of polywood-handled steak forks to its 2018 catalogue, which is now available. The new forks perfectly complement the existing steak knives in the collection.\r\n</strong>\r\n\r\n<strong>FRENCH STYLE STEAK FORKS.</strong>\r\n\r\nLike the matching knives, the slimline French style forks have polywood handles, which are made by impregnating polymer into real hardwood. This process gives the forks a resistance to water, ensuring that they retain their pristine condition. It means no more hand washing, since they can be safely washed in the dishwasher and the handles carry a 5-year warranty against manufacturing defects.\r\n\r\nThe ergonomic handle is triple riveted and perfectly balanced with a natural curve for a firm grip and better control. As with all Tramontina steak knives and forks, these French style steak forks are manufactured from the highest grade of Brazilian stainless steel, meaning they are resistant to corrosion and rust. The forks are available in three different natural wood colours – light black, red and pine - and each has a matching steak knife. They have a list price of £4.80 each, with the matching knives costing £6.62.\r\n\r\nThe new slimline French style forks form part of Artis’ extensive collection of over 40 steak knives and forks including metal handled as well as wood in three variations of wood colour. Besides steak knives and forks, there are also dedicated pizza knives in the collection.\r\n\r\nThe full range of Tramontina steak knives and forks features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','New tramontina french style cutlery range from Artis','','publish','closed','open','','new-tramontina-french-style-cutlery-range-artis','','','2018-04-11 15:16:07','2018-04-11 15:16:07','',0,'http://www.ontradeprogress.com/?p=799',0,'post','',0),(800,1,'2018-04-11 15:07:00','2018-04-11 15:07:00','','artis logo','','inherit','closed','closed','','artis-logo','','','2018-04-11 15:07:00','2018-04-11 15:07:00','',799,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg',0,'attachment','image/jpeg',0),(801,1,'2018-04-11 15:07:42','2018-04-11 15:07:42','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Ar</strong><strong><img class=\" wp-image-800 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg\" alt=\"\" width=\"174\" height=\"166\" /></strong><strong>tis, le</strong><strong>ading supplier of tableware to the foodservice industry, has added a new range of </strong>polywood<strong>-handled steak forks to its 2018 catalogue, which is now available. The new forks perRENCH STYLE STEAK FORKS</strong>\r\n\r\n&nbsp;\r\n\r\nLike the matching knives, the slimline French style forks have polywood handles, which are made by impregnating polymer into real hardwood. This process gives the forks a resistance to water, ensuring that they retain their pristine condition. It means no more hand washing, since they can be safely washed in the dishwasher and the handles carry a 5-year warranty against manufacturing defects.\r\n\r\nThe ergonomic handle is triple riveted and perfectly balanced with a natural curve for a firm grip and better control.  As with all Tramontina steak knives and forks, these French style steak forks are manufactured from the highest grade of Brazilian stainless steel, meaning they are resistant to corrosion and rust. The forks are available in three different natural wood colours – light black, red and pine - and each has a matching steak knife. They have a list price of £4.80 each, with the matching knives costing £6.62.\r\n\r\nThe new slimline French style forks form part of Artis’ extensive collection of over 40 steak knives and forks including metal handled as well as wood in three variations of wood colour. Besides steak knives and forks, there are also dedicated pizza knives in the collection.\r\n\r\nThe full range of Tramontina steak knives and forks features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','New tramontina french style cutlery range from Artis','','inherit','closed','closed','','799-revision-v1','','','2018-04-11 15:07:42','2018-04-11 15:07:42','',799,'http://www.ontradeprogress.com/2018/04/11/799-revision-v1/',0,'revision','',0),(802,1,'2018-04-11 15:13:34','2018-04-11 15:13:34','','French style knive and fork Red small','','inherit','closed','closed','','french-style-knive-and-fork-red-small','','','2018-04-11 15:13:34','2018-04-11 15:13:34','',799,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/French-style-knive-and-fork-Red-small.jpg',0,'attachment','image/jpeg',0),(803,1,'2018-04-11 15:13:50','2018-04-11 15:13:50','<img class=\"alignleft size-full wp-image-800\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg\" alt=\"\" width=\"189\" height=\"180\" />\r\n\r\n&nbsp;\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Artis, leading supplier of tableware to the foodservice industry, has added a new range of polywood-handled steak forks to its 2018 catalogue, which is now available. The new forks perfectly complement the existing steak knives in the collection.\r\n</strong>\r\n\r\n<strong>FRENCH STYLE STEAK FORKS.</strong>\r\n\r\nLike the matching knives, the slimline French style forks have polywood handles, which are made by impregnating polymer into real hardwood. This process gives the forks a resistance to water, ensuring that they retain their pristine condition. It means no more hand washing, since they can be safely washed in the dishwasher and the handles carry a 5-year warranty against manufacturing defects.\r\n\r\nThe ergonomic handle is triple riveted and perfectly balanced with a natural curve for a firm grip and better control.  As with all Tramontina steak knives and forks, these French style steak forks are manufactured from the highest grade of Brazilian stainless steel, meaning they are resistant to corrosion and rust. The forks are available in three different natural wood colours – light black, red and pine - and each has a matching steak knife. They have a list price of £4.80 each, with the matching knives costing £6.62.\r\n\r\nThe new slimline French style forks form part of Artis’ extensive collection of over 40 steak knives and forks including metal handled as well as wood in three variations of wood colour. Besides steak knives and forks, there are also dedicated pizza knives in the collection.\r\n\r\nThe full range of Tramontina steak knives and forks features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','New tramontina french style cutlery range from Artis','','inherit','closed','closed','','799-revision-v1','','','2018-04-11 15:13:50','2018-04-11 15:13:50','',799,'http://www.ontradeprogress.com/2018/04/11/799-revision-v1/',0,'revision','',0),(804,1,'2018-04-11 15:14:27','2018-04-11 15:14:27','<img class=\"alignleft  wp-image-800\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg\" alt=\"\" width=\"118\" height=\"112\" />\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Artis, leading supplier of tableware to the foodservice industry, has added a new range of polywood-handled steak forks to its 2018 catalogue, which is now available. The new forks perfectly complement the existing steak knives in the collection.\r\n</strong>\r\n\r\n<strong>FRENCH STYLE STEAK FORKS.</strong>\r\n\r\nLike the matching knives, the slimline French style forks have polywood handles, which are made by impregnating polymer into real hardwood. This process gives the forks a resistance to water, ensuring that they retain their pristine condition. It means no more hand washing, since they can be safely washed in the dishwasher and the handles carry a 5-year warranty against manufacturing defects.\r\n\r\nThe ergonomic handle is triple riveted and perfectly balanced with a natural curve for a firm grip and better control.  As with all Tramontina steak knives and forks, these French style steak forks are manufactured from the highest grade of Brazilian stainless steel, meaning they are resistant to corrosion and rust. The forks are available in three different natural wood colours – light black, red and pine - and each has a matching steak knife. They have a list price of £4.80 each, with the matching knives costing £6.62.\r\n\r\nThe new slimline French style forks form part of Artis’ extensive collection of over 40 steak knives and forks including metal handled as well as wood in three variations of wood colour. Besides steak knives and forks, there are also dedicated pizza knives in the collection.\r\n\r\nThe full range of Tramontina steak knives and forks features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','New tramontina french style cutlery range from Artis','','inherit','closed','closed','','799-revision-v1','','','2018-04-11 15:14:27','2018-04-11 15:14:27','',799,'http://www.ontradeprogress.com/2018/04/11/799-revision-v1/',0,'revision','',0),(805,1,'2018-04-11 15:14:51','2018-04-11 15:14:51','<img class=\"alignleft  wp-image-800\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg\" alt=\"\" width=\"118\" height=\"112\" />\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Artis, leading supplier of tableware to the foodservice industry, has added a new range of polywood-handled steak forks to its 2018 catalogue, which is now available. The new forks perfectly complement the existing steak knives in the collection.\r\n</strong>\r\n\r\n<strong>FRENCH STYLE STEAK FORKS.</strong>\r\n\r\nLike the matching knives, the slimline French style forks have polywood handles, which are made by impregnating polymer into real hardwood. This process gives the forks a resistance to water, ensuring that they retain their pristine condition. It means no more hand washing, since they can be safely washed in the dishwasher and the handles carry a 5-year warranty against manufacturing defects.\r\n\r\nThe ergonomic handle is triple riveted and perfectly balanced with a natural curve for a firm grip and better control.  As with all Tramontina steak knives and forks, these French style steak forks are manufactured from the highest grade of Brazilian stainless steel, meaning they are resistant to corrosion and rust. The forks are available in three different natural wood colours – light black, red and pine - and each has a matching steak knife. They have a list price of £4.80 each, with the matching knives costing £6.62.\r\n\r\nThe new slimline French style forks form part of Artis’ extensive collection of over 40 steak knives and forks including metal handled as well as wood in three variations of wood colour. Besides steak knives and forks, there are also dedicated pizza knives in the collection.\r\n\r\nThe full range of Tramontina steak knives and forks features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','New tramontina french style cutlery range from Artis','','inherit','closed','closed','','799-revision-v1','','','2018-04-11 15:14:51','2018-04-11 15:14:51','',799,'http://www.ontradeprogress.com/2018/04/11/799-revision-v1/',0,'revision','',0),(806,1,'2018-04-11 15:15:50','2018-04-11 15:15:50','<img class=\"alignleft  wp-image-800\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo.jpg\" alt=\"\" width=\"118\" height=\"112\" />\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Artis, leading supplier of tableware to the foodservice industry, has added a new range of polywood-handled steak forks to its 2018 catalogue, which is now available. The new forks perfectly complement the existing steak knives in the collection.\r\n</strong>\r\n\r\n<strong>FRENCH STYLE STEAK FORKS.</strong>\r\n\r\nLike the matching knives, the slimline French style forks have polywood handles, which are made by impregnating polymer into real hardwood. This process gives the forks a resistance to water, ensuring that they retain their pristine condition. It means no more hand washing, since they can be safely washed in the dishwasher and the handles carry a 5-year warranty against manufacturing defects.\r\n\r\nThe ergonomic handle is triple riveted and perfectly balanced with a natural curve for a firm grip and better control. As with all Tramontina steak knives and forks, these French style steak forks are manufactured from the highest grade of Brazilian stainless steel, meaning they are resistant to corrosion and rust. The forks are available in three different natural wood colours – light black, red and pine - and each has a matching steak knife. They have a list price of £4.80 each, with the matching knives costing £6.62.\r\n\r\nThe new slimline French style forks form part of Artis’ extensive collection of over 40 steak knives and forks including metal handled as well as wood in three variations of wood colour. Besides steak knives and forks, there are also dedicated pizza knives in the collection.\r\n\r\nThe full range of Tramontina steak knives and forks features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','New tramontina french style cutlery range from Artis','','inherit','closed','closed','','799-revision-v1','','','2018-04-11 15:15:50','2018-04-11 15:15:50','',799,'http://www.ontradeprogress.com/2018/04/11/799-revision-v1/',0,'revision','',0),(807,1,'2018-04-12 14:02:42','2018-04-12 14:02:42','<img class=\"alignleft  wp-image-809\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/creative-foods.jpg\" alt=\"\" width=\"175\" height=\"134\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Proper pies share slice of success </strong>\r\n\r\nThe Oliver James Foods division of Creative Foods Europe was delighted to take a large slice of the pie at the 2018 British Pie Awards, mopping up an array of gold and silver awards for its Proper Pies range.\r\n\r\nA national celebration of British Pies in all their varieties, the Awards celebrated their 10<sup>th</sup> anniversary this year. The Proper Pies range is currently enjoying a winning streak and at the 2018 ceremony was presented with two Gold and three Silver awards for high quality, innovative lines.\r\n\r\nThe Proper Pies Mushroom, Spinach &amp; Truffle Oil Pie and the Steak &amp; Stilton Fondue Pie with Beef Dripping Gravy made Gold, while the Chicken, Ham &amp; Cheddar Pie, the Chicken, Pancetta &amp; Chardonnay Pie and the Steak &amp; Mushroom Duxelle Pie all won silver awards.\r\n\r\nProper Pies were launched in 2006 to fill a gap in the foodservice market for high quality pies. The succulent slow-cooked filling and handmade pastry make a winning combination, as demonstrated by their latest success.\r\n\r\nFor details of the award-winning Oliver James Proper Pies, and other products in the company’s portfolio, visit <a href=\"http://www.oliverjamesfoods.com/proper-pies\">www.oliverjamesfoods.com/proper-pies</a> or call 01527 596606','Proper pies wins at British pie awards','','publish','closed','open','','proper-pies-wins-british-pie-awards-2018','','','2018-04-12 14:02:42','2018-04-12 14:02:42','',0,'http://www.ontradeprogress.com/?p=807',0,'post','',0),(808,1,'2018-04-12 13:56:10','2018-04-12 13:56:10','','2018 Pie Awards Gold (002)','','inherit','closed','closed','','2018-pie-awards-gold-002','','','2018-04-12 13:56:10','2018-04-12 13:56:10','',807,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/2018-Pie-Awards-Gold-002.jpg',0,'attachment','image/jpeg',0),(809,1,'2018-04-12 13:56:24','2018-04-12 13:56:24','','creative foods','','inherit','closed','closed','','creative-foods','','','2018-04-12 13:56:24','2018-04-12 13:56:24','',807,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/creative-foods.jpg',0,'attachment','image/jpeg',0),(810,1,'2018-04-12 14:00:28','2018-04-12 14:00:28','<img class=\"alignleft  wp-image-809\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/creative-foods.jpg\" alt=\"\" width=\"175\" height=\"134\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Proper pies share </strong>slice<strong> of success</strong>\r\n\r\nThe Oliver James Foods division of Creative Foods Europe was delighted to take a large slice of the pie at the 2018 British Pie Awards, mopping up an array of gold and silver awards for its Proper Pies range.\r\n\r\nA national celebration of British Pies in all their varieties, the Awards celebrated their 10<sup>th</sup> anniversary this year. The Proper Pies range is currently enjoying a winning streak and at the 2018 ceremony was presented with two Gold and three Silver awards for high quality, innovative lines.\r\n\r\nThe Proper Pies Mushroom, Spinach &amp; Truffle Oil Pie and the Steak &amp; Stilton Fondue Pie with Beef Dripping Gravy made Gold, while the Chicken, Ham &amp; Cheddar Pie, the Chicken, Pancetta &amp; Chardonnay Pie and the Steak &amp; Mushroom Duxelle Pie all won silver awards.\r\n\r\nProper Pies were launched in 2006 to fill a gap in the foodservice market for high quality pies. The succulent slow-cooked filling and handmade pastry make a winning combination, as demonstrated by their latest success.\r\n\r\nFor details of the award-winning Oliver James Proper Pies, and other products in the company’s portfolio, visit <a href=\"http://www.oliverjamesfoods.com/proper-pies\">www.oliverjamesfoods.com/proper-pies</a> or call 01527 596606','Proper pies wins at British pie awards','','inherit','closed','closed','','807-revision-v1','','','2018-04-12 14:00:28','2018-04-12 14:00:28','',807,'http://www.ontradeprogress.com/2018/04/12/807-revision-v1/',0,'revision','',0),(811,1,'2018-04-12 14:02:01','2018-04-12 14:02:01','<img class=\"alignleft  wp-image-809\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/creative-foods.jpg\" alt=\"\" width=\"175\" height=\"134\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Proper pies share slice of success </strong>\r\n\r\nThe Oliver James Foods division of Creative Foods Europe was delighted to take a large slice of the pie at the 2018 British Pie Awards, mopping up an array of gold and silver awards for its Proper Pies range.\r\n\r\nA national celebration of British Pies in all their varieties, the Awards celebrated their 10<sup>th</sup> anniversary this year. The Proper Pies range is currently enjoying a winning streak and at the 2018 ceremony was presented with two Gold and three Silver awards for high quality, innovative lines.\r\n\r\nThe Proper Pies Mushroom, Spinach &amp; Truffle Oil Pie and the Steak &amp; Stilton Fondue Pie with Beef Dripping Gravy made Gold, while the Chicken, Ham &amp; Cheddar Pie, the Chicken, Pancetta &amp; Chardonnay Pie and the Steak &amp; Mushroom Duxelle Pie all won silver awards.\r\n\r\nProper Pies were launched in 2006 to fill a gap in the foodservice market for high quality pies. The succulent slow-cooked filling and handmade pastry make a winning combination, as demonstrated by their latest success.\r\n\r\nFor details of the award-winning Oliver James Proper Pies, and other products in the company’s portfolio, visit <a href=\"http://www.oliverjamesfoods.com/proper-pies\">www.oliverjamesfoods.com/proper-pies</a> or call 01527 596606','Proper pies wins at British pie awards','','inherit','closed','closed','','807-revision-v1','','','2018-04-12 14:02:01','2018-04-12 14:02:01','',807,'http://www.ontradeprogress.com/2018/04/12/807-revision-v1/',0,'revision','',0),(813,1,'2018-04-12 15:14:16','2018-04-12 15:14:16','<img class=\"alignleft wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','publish','closed','open','','prolights-omega-pix-next-generation-high-res-led-video-screen','','','2018-04-12 15:28:11','2018-04-12 15:28:11','',0,'http://www.ontradeprogress.com/?p=813',0,'post','',0),(814,1,'2018-04-12 14:55:53','2018-04-12 14:55:53','','ProLights OmegaPIX Sale to Peachy Events - Press','','inherit','closed','closed','','prolights-omegapix-sale-to-peachy-events-press','','','2018-04-12 14:55:53','2018-04-12 14:55:53','',813,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/ProLights-OmegaPIX-Sale-to-Peachy-Events-Press.jpg',0,'attachment','image/jpeg',0),(815,1,'2018-04-12 14:56:14','2018-04-12 14:56:14','','pro lights','','inherit','closed','closed','','pro-lights','','','2018-04-12 14:56:14','2018-04-12 14:56:14','',813,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg',0,'attachment','image/jpeg',0),(816,1,'2018-04-12 14:56:22','2018-04-12 14:56:22','','pro lights two','','inherit','closed','closed','','pro-lights-two','','','2018-04-12 14:56:22','2018-04-12 14:56:22','',813,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two.jpg',0,'attachment','image/jpeg',0),(817,1,'2018-04-12 15:02:58','2018-04-12 15:02:58','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"padding-left: 30px;\"><img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"114\" height=\"114\" /></p>\r\n<strong><img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"248\" height=\"47\" /></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st UK stock of the new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to outdoor music festivals.</strong>\r\n\r\n&nbsp;\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:02:58','2018-04-12 15:02:58','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(818,1,'2018-04-12 15:04:50','2018-04-12 15:04:50','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"padding-left: 30px;\"><img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"114\" height=\"114\" /></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st UK stock o</strong><strong>f the new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"427\" height=\"81\" /></strong>\r\n\r\n<strong> </strong>\r\n\r\n&nbsp;\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:04:50','2018-04-12 15:04:50','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(819,1,'2018-04-12 15:05:27','2018-04-12 15:05:27','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"padding-left: 30px;\"><img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"114\" height=\"114\" /></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st UK stock o</strong><strong>f the new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"269\" height=\"51\" /></strong>\r\n\r\n<strong> </strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:05:27','2018-04-12 15:05:27','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(820,1,'2018-04-12 15:06:06','2018-04-12 15:06:06','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"padding-left: 30px;\"><img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"114\" height=\"114\" /></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"269\" height=\"51\" /></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:06:06','2018-04-12 15:06:06','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(821,1,'2018-04-12 15:06:38','2018-04-12 15:06:38','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"269\" height=\"51\" /></strong>\r\n<p style=\"padding-left: 30px;\"><img class=\"wp-image-816 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"114\" height=\"114\" /></p>\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:06:38','2018-04-12 15:06:38','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(822,1,'2018-04-12 15:08:03','2018-04-12 15:08:03','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"269\" height=\"51\" /></strong>\r\n<p style=\"padding-left: 30px;\"></p>\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:08:03','2018-04-12 15:08:03','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(823,1,'2018-04-12 15:08:34','2018-04-12 15:08:34','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:08:34','2018-04-12 15:08:34','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(824,1,'2018-04-12 15:09:33','2018-04-12 15:09:33','','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:09:33','2018-04-12 15:09:33','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(825,1,'2018-04-12 15:10:33','2018-04-12 15:10:33','<img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:10:33','2018-04-12 15:10:33','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(826,1,'2018-04-12 15:11:10','2018-04-12 15:11:10','<img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:11:10','2018-04-12 15:11:10','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(827,1,'2018-04-12 15:11:42','2018-04-12 15:11:42','<img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n<img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"82\" height=\"82\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:11:42','2018-04-12 15:11:42','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(828,1,'2018-04-12 15:13:34','2018-04-12 15:13:34','<img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n<img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"119\" height=\"119\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:13:34','2018-04-12 15:13:34','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(829,1,'2018-04-12 15:13:48','2018-04-12 15:13:48','<img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:13:48','2018-04-12 15:13:48','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(830,1,'2018-04-12 15:14:01','2018-04-12 15:14:01','<img class=\"alignleft  wp-image-815\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"274\" height=\"52\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The 1st </strong><strong>UK stock o</strong><strong>f th</strong><strong>e new ProLights </strong><strong>OmegaPIX next-generation LED video screen has gone s</strong><strong>traight to</strong> <strong>Lincoln-based event production company, Peachy Events Services for use on a diverse range of client applications ranging from corporate events to o</strong><strong>utdoor music festivals.</strong>\r\n\r\nPeachy Events\' team of highly experienced production specialists deliver custom lighting, staging, live sound and digital video creative solutions for live music events, shows and conferences in the entertainment, education and commercial sectors.\r\n\r\nTo keep pace with the latest advances in LED video wall systems, Peachy Events were looking to upgrade to a higher resolution screen in the popular 3.9mm pitch specification. It was important that the chosen solution\'s price point and advanced feature set could provide them with a good rental return on investment.\r\n\r\nAfter hearing about the popular ProLights AlphaPIX range, Peachy Events approached the brand\'s UK-exclusive dealer, A.C. Entertainment Technologies (AC-ET). Stuart Burdett, Video Sales Manager for the company\'s specialist video division, recommended the next generation ProLights OmegaPIX range.\r\n\r\nBuilding on the AlphaPIX screen\'s already impressive performance, the OmegaPIX panels run NovaStar\'s latest high end A8 receiving cards and have 18 bit+ ClearView technology. Users also benefit from increased creative flexibility, with convex and concave mounting plates enabling screens to be configured with curves, along with 90 degree corners. In addition, the range includes an IP65 rated 3.9mm pitch model suitable for use on temporary outdoor events.\r\n\r\nAC-ET\'s video division supplied an 8 square meter video wall system featuring 32 separate 50 cm square, 3.9mm pitch ProLights OmegaPIX LED panels, plus the associated Novastar control boxes, data and power cabling, mounting hardware and flight cases.\r\n\r\nStuart commented: \"Over the past few years, ProLights have gained a reputation for producing exceptional value video screen solutions. With the new OmegaPix series\' next generation performance and increased creative flexibility, we expect it to further establish the brand as a key player in the market - helping users to get maximum value without having to compromise on performance.\"\r\n\r\nPeachy Events\' Director, Dave Broughton commented: \"We are delighted to be the first UK event production company to adopt the ProLights\' OmegaPIX LED screen. With the festivals season only a few months away, we expect it to be in high demand for outdoor live events as well as indoor use. The 3.9mm pixel pitch and fantastic screen resolution means content will look super sharp even close-up to stage, and its fast and easy deployment will save us valuable production time. The advice and support from A.C.\'s video team has been fantastic - we\'re really pleased that they recommended the OmegaPIX to us!\"\r\n\r\nTo discuss ProLights video and lighting solutions with sales representatives from A.C. Entertainment Technologies, visit the company\'s stand (F65 in hall 3.0) at ProLight &amp; Sound 2018, Messe Frankfurt, Germany, 10th - 13th April 2018.\r\n\r\nAlternatively, for more details or to arrange your personal ProLights OmegaPIX demonstration, please contact AC-ET\'s video sales division on 0113 255 7666 / <a href=\"mailto:sales@ac-et.com\">video@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/video\">www.ac-et.com/video</a>.','ProLights omega PIX next generation high res led video screen','','inherit','closed','closed','','813-revision-v1','','','2018-04-12 15:14:01','2018-04-12 15:14:01','',813,'http://www.ontradeprogress.com/2018/04/12/813-revision-v1/',0,'revision','',0),(832,1,'2018-04-17 12:26:50','2018-04-17 12:26:50','<strong>VII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr</strong><strong> Fogg’s Gin Parlour, traveling around E</strong><strong>urope taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.\r\n</strong>\r\n\r\nVII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr Fogg’s Gin Parlour to take over Aperitivo at famed Mediterranean Bistro, Baccano, on Thursday 19th April. Giovani, Bar Manager at Mr Fogg’s Gin Parlour, is traveling around Europe taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.\r\n\r\nMade in Italy using the best local ingredients, VII Hills Italian Dry Gin is an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, Ancient Rome was built. Created by Italian mixologists Filippo Previero and Danilo Tersigni, who both have many years of expertise under their belts including in several of the world’s most renowned bars, have come together to make VII Hills Gin, the perfect Italian gin for the perfect negroni.\r\n\r\nMr Fogg’s Gin Parlour wanted to bring a London twist to the classic Italian Aperitivo at Baccano and have based the menu on gin versions of classic cocktails, making VII Hills the perfect spirit to use. The menu comprises of 5 drinks: Cosmopolitan 1934 of VII Hills gin, homemade grenadine syrup and lemon juice; White Negroni with VII Hills gin, Italicus and Vermouth Bianco; L’aperitivo di Ada, a homage to Ada Coleman who created the iconic aperitive cocktail, Hanky Panky, in London in 1920 comprising of VII Hills gin, Vermouth and Fernet Branca; Gimlet Twist of VII Hills gin and homemade floral cordial and finally, II G&amp;T.\r\n\r\nBaccano Bistro is located in Via delle Muratte, between Fontana di Trevi and Via del Corso, and will be hosting Mr Fogg’s Gin Parlour and VII Hills Italian Dry Gin on Thursday 19th April at 8pm.','Mr Fogg\'s Gin Parlour and VII Hills Gin head to Rome','','publish','closed','open','','mr-foggs-gin-parlour-vii-hills-gin-head-rome','','','2018-04-17 12:26:50','2018-04-17 12:26:50','',0,'http://www.ontradeprogress.com/?p=832',0,'post','',0),(833,1,'2018-04-17 12:16:26','2018-04-17 12:16:26','','Mr Froggs Gin','','inherit','closed','closed','','mr-froggs-gin','','','2018-04-17 12:16:26','2018-04-17 12:16:26','',832,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Mr-Froggs-Gin.png',0,'attachment','image/png',0),(834,1,'2018-04-17 12:16:28','2018-04-17 12:16:28','','Mr Froggs Gin','','inherit','closed','closed','','mr-froggs-gin-2','','','2018-04-17 12:16:28','2018-04-17 12:16:28','',832,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Mr-Froggs-Gin-1.png',0,'attachment','image/png',0),(835,1,'2018-04-17 12:25:48','2018-04-17 12:25:48','<strong>VII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr</strong><strong> Fogg’s Gin Parlour, traveling around E</strong><strong>urope taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.\r\n</strong>\r\n\r\nVII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr Fogg’s Gin Parlour to take over Aperitivo at famed Mediterranean Bistro, Baccano, on Thursday 19th April. Giovani, Bar Manager at Mr Fogg’s Gin Parlour, is traveling around Europe taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.\r\n\r\nMade in Italy using the best local ingredients, VII Hills Italian Dry Gin is an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, Ancient Rome was built. Created by Italian mixologists Filippo Previero and Danilo Tersigni, who both have many years of expertise under their belts including in several of the world’s most renowned bars, have come together to make VII Hills Gin, the perfect Italian gin for the perfect negroni.\r\n\r\nMr Fogg’s Gin Parlour wanted to bring a London twist to the classic Italian Aperitivo at Baccano and have based the menu on gin versions of classic cocktails, making VII Hills the perfect spirit to use. The menu comprises of 5 drinks: Cosmopolitan 1934 of VII Hills gin, homemade grenadine syrup and lemon juice; White Negroni with VII Hills gin, Italicus and Vermouth Bianco; L’aperitivo di Ada, a homage to Ada Coleman who created the iconic aperitive cocktail, Hanky Panky, in London in 1920 comprising of VII Hills gin, Vermouth and Fernet Branca; Gimlet Twist of VII Hills gin and homemade floral cordial and finally, II G&amp;T.\r\n\r\nBaccano Bistro is located in Via delle Muratte, between Fontana di Trevi and Via del Corso, and will be hosting Mr Fogg’s Gin Parlour and VII Hills Italian Dry Gin on Thursday 19th April at 8pm.','Mr Fogg\'s Gin Parlour and VII Hills Gin head to Rome','','inherit','closed','closed','','832-revision-v1','','','2018-04-17 12:25:48','2018-04-17 12:25:48','',832,'http://www.ontradeprogress.com/2018/04/17/832-revision-v1/',0,'revision','',0),(836,1,'2018-04-17 12:29:02','2018-04-17 12:29:02','','gin','','inherit','closed','closed','','gin','','','2018-04-17 12:29:02','2018-04-17 12:29:02','',832,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/gin.png',0,'attachment','image/png',0),(837,1,'2018-04-17 12:29:25','2018-04-17 12:29:25','<strong>VII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr</strong><strong> Fogg’s Gin Parlour, traveling around E</strong><strong>urope taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.\r\n</strong>\r\n\r\nVII Hills Italian Dry Gin goes back to its roots, Rome, where they are collaborating with Mr Fogg’s Gin Parlour to take over Aperitivo at famed Mediterranean Bistro, Baccano, on Thursday 19th April. Giovani, Bar Manager at Mr Fogg’s Gin Parlour, is traveling around Europe taking over prominent bars this summer and his first stop is Rome, home of VII Hills gin.\r\n\r\nMade in Italy using the best local ingredients, VII Hills Italian Dry Gin is an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, Ancient Rome was built. Created by Italian mixologists Filippo Previero and Danilo Tersigni, who both have many years of expertise under their belts including in several of the world’s most renowned bars, have come together to make VII Hills Gin, the perfect Italian gin for the perfect negroni.\r\n\r\nMr Fogg’s Gin Parlour wanted to bring a London twist to the classic Italian Aperitivo at Baccano and have based the menu on gin versions of classic cocktails, making VII Hills the perfect spirit to use. The menu comprises of 5 drinks: Cosmopolitan 1934 of VII Hills gin, homemade grenadine syrup and lemon juice; White Negroni with VII Hills gin, Italicus and Vermouth Bianco; L’aperitivo di Ada, a homage to Ada Coleman who created the iconic aperitive cocktail, Hanky Panky, in London in 1920 comprising of VII Hills gin, Vermouth and Fernet Branca; Gimlet Twist of VII Hills gin and homemade floral cordial and finally, II G&amp;T.\r\n\r\nBaccano Bistro is located in Via delle Muratte, between Fontana di Trevi and Via del Corso, and will be hosting Mr Fogg’s Gin Parlour and VII Hills Italian Dry Gin on Thursday 19th April at 8pm.','Mr Fogg\'s Gin Parlour and VII Hills Gin head to Rome','','inherit','closed','closed','','832-autosave-v1','','','2018-04-17 12:29:25','2018-04-17 12:29:25','',832,'http://www.ontradeprogress.com/2018/04/17/832-autosave-v1/',0,'revision','',0),(839,1,'2018-04-17 13:03:30','2018-04-17 13:03:30','<strong>Strazzanti, the Sicilian bakery &amp; brunch pop up, takes residency in Fitzrovia.</strong>\r\n\r\nBritish born to Sicilian &amp; Neapolitan parents, food has always been at the heart of the Strazzanti sisters’ family life, and a source of many nostalgic, warm memories. Emilia, Nina and Sofia bring their passion for Sicilian produce, together with their modern imaginings of authentic Sicilian food, with recipes passed through generations. Following their success of collaborations with the likes of Bar Termini and House of Peroni, Strazzanti will now be taking up residency at Italian restaurant, Seventeen0Seven in Fitzrovia every Sunday from the 22nd of April.\r\n\r\nThe Sisters draw upon native ingredients and the nature and spirit of Sicily as inspiration for their new Sunday bakery &amp; brunch pop up. At the forefront of Strazzanti, is Emilia, with experience working with chefs and restaurants such as Anton Mosimann, The Dorchester Hotel London, Milan and within the 3 Michelin starred restaurant at Le Meurice in Paris. The combination of her disciplined classic French culinary training together with her British Sicilian upbringing and passion to represent the most skillful Sicilian artisans, both old and new, is at the heart of Strazzanti.\r\n\r\nThe menu will showcase a range of Strazzanti signature cakes and pastries, that  can be found across the capital in London, and savoury dishes such as the sisters’ Sicilian grandmothers classic egg dish, \'Nonna\'s Eggs\'. The eggs are lightly poached in a slow cooked tomato sauce and topped with the sisters’ favourite flavours, wild fennel sausage with Pecorino cheese; aubergine with salted ricotta cheese and chilli, garlic greens smothered in Parmesan cheese.\r\n\r\nHaving returned from Sicily, Emilia was inspired after having worked alongside Michelin starred chef, Accursio Craparo in Modica. Together they both delved into their heritage of Sicilian cooking, sourcing from the skillful cultivators and using their rich produce from the land to create a simple yet refined dish of Sicilian flavours.  The farmers that Emilia works with are also third generation with a passion for their heritage, and each ingredient is selected for its unique qualities; from the pistachios sourced from Bronte, harvested only every 2 years to the blend of 5 different almonds from the Val di Noto region, which Emilia uses in her signature cakes.\r\n\r\nA place of familiarity and discovery all in one. You can find Sister and Chef Emilia Strazzanti at the Pop up every Sunday hosting you through their Sicilian journey.','Strazzanti, the Sicilian bakery & brunch pop up, takes residency in Fitzrovia','','publish','closed','open','','strazzanti-sicilian-bakery-brunch-pop-takes-residency-fitzrovia','','','2018-04-17 13:25:40','2018-04-17 13:25:40','',0,'http://www.ontradeprogress.com/?p=839',0,'post','',0),(840,1,'2018-04-17 12:42:51','2018-04-17 12:42:51','','strazzanti','','inherit','closed','closed','','strazzanti','','','2018-04-17 12:42:51','2018-04-17 12:42:51','',839,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/strazzanti.png',0,'attachment','image/png',0),(841,1,'2018-04-17 12:58:04','2018-04-17 12:58:04','<strong>Strazzanti, the Sicilian bakery &amp; brunch pop up, takes residency in Fitzrovia.</strong>\r\n\r\nBritish born to Sicilian &amp; Neapolitan parents, food has always been at the heart of the Strazzanti sisters’ family life, and a source of many nostalgic, warm memories. Emilia, Nina and Sofia bring their passion for Sicilian produce, together with their modern imaginings of authentic Sicilian food, with recipes passed through generations. Following their success of collaborations with the likes of Bar Termini and House of Peroni, Strazzanti will now be taking up residency at Italian restaurant, Seventeen0Seven in Fitzrovia every Sunday from the 22nd of April.\r\n\r\nThe Sisters draw upon native ingredients and the nature and spirit of Sicily as inspiration for their new Sunday bakery &amp; brunch pop up. At the forefront of Strazzanti, is Emilia, with experience working with chefs and restaurants such as Anton Mosimann, The Dorchester Hotel London, Milan and within the 3 Michelin starred restaurant at Le Meurice in Paris. The combination of her disciplined classic French culinary training together with her British Sicilian upbringing and passion to represent the most skillful Sicilian artisans, both old and new, is at the heart of Strazzanti.\r\n\r\nThe menu will showcase a range of Strazzanti signature cakes and pastries, that  can be found across the capital in London, and savoury dishes such as the sisters’ Sicilian grandmothers classic egg dish, \'Nonna\'s Eggs\'. The eggs are lightly poached in a slow cooked tomato sauce and topped with the sisters’ favourite flavours, wild fennel sausage with Pecorino cheese; aubergine with salted ricotta cheese and chilli, garlic greens smothered in Parmesan cheese.\r\n\r\nHaving returned from Sicily, Emilia was inspired after having worked alongside Michelin starred chef, Accursio Craparo in Modica. Together they both delved into their heritage of Sicilian cooking, sourcing from the skillful cultivators and using their rich produce from the land to create a simple yet refined dish of Sicilian flavours.  The farmers that Emilia works with are also third generation with a passion for their heritage, and each ingredient is selected for its unique qualities; from the pistachios sourced from Bronte, harvested only every 2 years to the blend of 5 different almonds from the Val di Noto region, which Emilia uses in her signature cakes.\r\n\r\nA place of familiarity and discovery all in one. You can find Sister and Chef Emilia Strazzanti at the Pop up every Sunday hosting you through their Sicilian journey.','Strazzanti, the Sicilian bakery & brunch pop up, takes residency in Fitzrovia','','inherit','closed','closed','','839-revision-v1','','','2018-04-17 12:58:04','2018-04-17 12:58:04','',839,'http://www.ontradeprogress.com/2018/04/17/839-revision-v1/',0,'revision','',0),(842,1,'2018-04-17 13:25:19','2018-04-17 13:25:19','<strong>Strazzanti, the Sicilian bakery &amp; brunch pop up, takes residency in Fitzrovia.</strong>\r\n\r\nBritish born to Sicilian &amp; Neapolitan parents, food has always been at the heart of the Strazzanti sisters’ family life, and a source of many nostalgic, warm memories. Emilia, Nina and Sofia bring their passion for Sicilian produce, together with their modern imaginings of authentic Sicilian food, with recipes passed through generations. Following their success of collaborations with the likes of Bar Termini and House of Peroni, Strazzanti will now be taking up residency at Italian restaurant, Seventeen0Seven in Fitzrovia every Sunday from the 22nd of April.\r\n\r\nThe Sisters draw upon native ingredients and the nature and spirit of Sicily as inspiration for their new Sunday bakery &amp; brunch pop up. At the forefront of Strazzanti, is Emilia, with experience working with chefs and restaurants such as Anton Mosimann, The Dorchester Hotel London, Milan and within the 3 Michelin starred restaurant at Le Meurice in Paris. The combination of her disciplined classic French culinary training together with her British Sicilian upbringing and passion to represent the most skillful Sicilian artisans, both old and new, is at the heart of Strazzanti.\r\n\r\nThe menu will showcase a range of Strazzanti signature cakes and pastries, that  can be found across the capital in London, and savoury dishes such as the sisters’ Sicilian grandmothers classic egg dish, \'Nonna\'s Eggs\'. The eggs are lightly poached in a slow cooked tomato sauce and topped with the sisters’ favourite flavours, wild fennel sausage with Pecorino cheese; aubergine with salted ricotta cheese and chilli, garlic greens smothered in Parmesan cheese.\r\n\r\nHaving returned from Sicily, Emilia was inspired after having worked alongside Michelin starred chef, Accursio Craparo in Modica. Together they both delved into their heritage of Sicilian cooking, sourcing from the skillful cultivators and using their rich produce from the land to create a simple yet refined dish of Sicilian flavours.  The farmers that Emilia works with are also third generation with a passion for their heritage, and each ingredient is selected for its unique qualities; from the pistachios sourced from Bronte, harvested only every 2 years to the blend of 5 different almonds from the Val di Noto region, which Emilia uses in her signature cakes.\r\n\r\nA place of familiarity and discovery all in one. You can find Sister and Chef Emilia Strazzanti at the Pop up every Sunday hosting you through their Sicilian journey.','Strazzanti, the Sicilian bakery & brunch pop up, takes residency in Fitzrovia','','inherit','closed','closed','','839-autosave-v1','','','2018-04-17 13:25:19','2018-04-17 13:25:19','',839,'http://www.ontradeprogress.com/2018/04/17/839-autosave-v1/',0,'revision','',0),(844,1,'2018-04-17 13:48:15','2018-04-17 13:48:15','<strong>With the popularity of craft beer and other beverages served in cans on the rise, can the can make a comeback?</strong>\r\n\r\nOnce upon a time, the only products that came in cans were supermarket brand lagers and beers. It was rare that these were ever served up by the hospitality industry in the can-form; often preferring a fresh pint of the brew instead. However, with the revolution of the brewing industry and more players entering the market, the canned craft beer is making a comeback with restaurants, bars and pubs opting to offer these popular products as-is. Moreover, with a move for the industry to be more inclusive, its not simply coke that served in cans – more health conscious and varied sodas are making it to the fridge than ever before.\r\n\r\n<strong>Yes it can</strong>\r\n\r\nIn February 2014, JD Wetherspoon announced that it would be serving cans of beer in 900 of its chains. This was due to the establishment joining forced with US Sixpoint Brewery, based out of New York, to offer three of its canned beers. Since then, its canned beer offering has expanded, adding Flying Dog Snake Dog IPA from Flying Dog Brewery and Uprising Treason West Coast IPA from Uprising Craft Brewery too. This offering is the first step in the acknowledgement and expansion of canned craft beers within the industry and a key indication of the direction this trend is going in… up.\r\n\r\n<strong>Can it be better?</strong>\r\n\r\nCans are much better for the product itself; with cans providing key benefits for the preservation of the drink. Firstly, cans keep out harmful UV rays with damage the flavour of the beet and alters the acidity of the hops. Where clear packaging, such as in a bottle or glass offer no protection, cans actually offer the best form of protection. If UV rays come into contact with the product, it can make the beer taste “off” and alter the integral flavour.\r\n\r\nMoreover, cans are air-tight, meaning no oxygen is able to get in to interfere with the beer; allowing the bubbly freshness to be kept sacred. If beer is over-oxygenised it damages the flavour, making it turn flat faster.\r\n\r\nThere’s nothing worse than a warm fizzy drink. Cans cool down and maintain their coolness a lot better than glass bottles, allowing hospitality professionals to regulate the temperatures of their products for customers.\r\n\r\nCans also far more environmentally friendly than bottles; with aluminium being a 100 per cent recyclable material. With the conscious customer being more aware of how restaurants, bars and pubs are environmentally proactive, canned beer could be the solution.\r\n\r\nCompared to bottles, cans are lighter – meaning its easier for employees to carry and also cheaper for brewers to package and ship. Cans are a cost-effective and practical alternative to bottles products and much easier for consumers to transport too.\r\n\r\nLastly, and perhaps, most importantly, in several blind taste tests, consumers are unable to tell the difference between beers from a bottle or can. Meaning that canning the product doesn’t affect the quality at all.\r\n\r\n<em>On-Trade </em><em>Progress </em>has turned to its resident beer sommelier, John Porter, who offers a fresh insight to this recent phenomenon. He comments: “Until recently, it was unusual to see a canned beer in a pub or bar. There were sound reasons for this; including quality, on the basis that older canning technology sometime left a metal taint on the beer flavour, and the chilled fridge space needed to display cans was often at a premium.\r\n\r\n“One key factor, however, was a reluctance give the game away. Neither pubs nor brewers really wanted consumers to think too hard about the fact that the lager poured from a can selling for under a pound in a supermarket multipack was the same beer as was coming out of an impressive tap on the bar at four quid a pint.\r\n\r\n“The craft beer boom has changed all that, as a new wave of brewers recognized that canning was a cost-effective way to package and transport their beer. The quality challenge has been overcome; cans now come with an inner coating that preserves the flavour, and unlike bottles there is no danger of light affecting the taste. Crucially, craft beer drinkers are more willing to a pay a premium for a beer they enjoy, whatever the format it’s served in.”\r\n\r\nHospitality entrepreneurs are keen to show their support to; Rupert Thompson, managing director of Hogs Back Brewery, states :“Draught beers command a presence on the bar, and while cans in a back chiller are less prominent, they generally have a longer shelf life and are a way to increase the choice of beer for customers. The growth of craft beer in cans in the last few years has undoubtedly contributed to beer’s appeal to younger drinkers - this was certainly our thinking behind our two can launches in recent years, Hogstar English Craft Lager, and London’s Outback golden pale ale. For bars where the beer range has a more urban, modern craft feel, both Hogstar and London’s Outback work well.”\r\n\r\nPorter however, has identified some potential backlash to canned products potential. He comments: “There are still some issues around display in the on-trade. Expecting a customer at the bar to squint past the bartender and work out what the beer in fridge are is a big ask, even with the bold graphics many brewers prefer. Printed beer menus, chalkboards and even locked front-of-house display fridges are all way around this for venues where the can is now very much part of the sales mix.”\r\n\r\nSimilarly Jen Draper, head of marketing at Global Brands, is keen to promote the humble can. She says: “The demand for cans has risen, particularly in the RTD and beer category. This is due, ultimately, to convenience. Cans promise the same great taste whilst being easily transportable, recyclable and altogether much better for the environment – a major focus within the industry.\r\n\r\n“Cans are growing across the board but are becoming significantly important in the on-trade. Cans maintain efficiency, especially for busy late-night venues which rely on speed of service, while offering the perfect serve every time. Cans are also deemed safer; they offer a simple solution for those with glass bans. Additionally, we find there is a desire from consumers that their drinks be ‘Instagrammable’ as well as an extension of their own personality and image. Cans offer scope for creative and interesting designs that appeal to this rising trend.”','Can it make a comeback?','','publish','closed','open','','can-the-can-make-a-comeback','','','2018-04-17 13:48:15','2018-04-17 13:48:15','',0,'http://www.ontradeprogress.com/?p=844',0,'post','',0),(845,1,'2018-04-17 13:39:30','2018-04-17 13:39:30','','Can image one','','inherit','closed','closed','','can-image-one','','','2018-04-17 13:39:30','2018-04-17 13:39:30','',844,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Can-image-one.jpg',0,'attachment','image/jpeg',0),(846,1,'2018-04-17 13:44:02','2018-04-17 13:44:02','<strong>With the popularity of craft beer and other beverages served in cans on the rise, can the can make a comeback?</strong>\r\n\r\nOnce upon a time, the only products that came in cans were supermarket brand lagers and beers. It was rare that these were ever served up by the hospitality industry in the can-form; often preferring a fresh pint of the brew instead. However, with the revolution of the brewing industry and more players entering the market, the canned craft beer is making a comeback with restaurants, bars and pubs opting to offer these popular products as-is. Moreover, with a move for the industry to be more inclusive, its not simply coke that served in cans – more health conscious and varied sodas are making it to the fridge than ever before.\r\n\r\n<strong>Yes it can</strong>\r\n\r\nIn February 2014, JD Wetherspoon announced that it would be serving cans of beer in 900 of its chains. This was due to the establishment joining forced with US Sixpoint Brewery, based out of New York, to offer three of its canned beers. Since then, its canned beer offering has expanded, adding Flying Dog Snake Dog IPA from Flying Dog Brewery and Uprising Treason West Coast IPA from Uprising Craft Brewery too. This offering is the first step in the acknowledgement and expansion of canned craft beers within the industry and a key indication of the direction this trend is going in… up.\r\n\r\n<strong>Can it be better?</strong>\r\n\r\nCans are much better for the product itself; with cans providing key benefits for the preservation of the drink. Firstly, cans keep out harmful UV rays with damage the flavour of the beet and alters the acidity of the hops. Where clear packaging, such as in a bottle or glass offer no protection, cans actually offer the best form of protection. If UV rays come into contact with the product, it can make the beer taste “off” and alter the integral flavour.\r\n\r\nMoreover, cans are air-tight, meaning no oxygen is able to get in to interfere with the beer; allowing the bubbly freshness to be kept sacred. If beer is over-oxygenised it damages the flavour, making it turn flat faster.\r\n\r\nThere’s nothing worse than a warm fizzy drink. Cans cool down and maintain their coolness a lot better than glass bottles, allowing hospitality professionals to regulate the temperatures of their products for customers.\r\n\r\nCans also far more environmentally friendly than bottles; with aluminium being a 100 per cent recyclable material. With the conscious customer being more aware of how restaurants, bars and pubs are environmentally proactive, canned beer could be the solution.\r\n\r\nCompared to bottles, cans are lighter – meaning its easier for employees to carry and also cheaper for brewers to package and ship. Cans are a cost-effective and practical alternative to bottles products and much easier for consumers to transport too.\r\n\r\nLastly, and perhaps, most importantly, in several blind taste tests, consumers are unable to tell the difference between beers from a bottle or can. Meaning that canning the product doesn’t affect the quality at all.\r\n\r\n<em>On-Trade </em><em>Progress </em>has turned to its resident beer sommelier, John Porter, who offers a fresh insight to this recent phenomenon. He comments: “Until recently, it was unusual to see a canned beer in a pub or bar. There were sound reasons for this; including quality, on the basis that older canning technology sometime left a metal taint on the beer flavour, and the chilled fridge space needed to display cans was often at a premium.\r\n\r\n“One key factor, however, was a reluctance give the game away. Neither pubs nor brewers really wanted consumers to think too hard about the fact that the lager poured from a can selling for under a pound in a supermarket multipack was the same beer as was coming out of an impressive tap on the bar at four quid a pint.\r\n\r\n“The craft beer boom has changed all that, as a new wave of brewers recognized that canning was a cost-effective way to package and transport their beer. The quality challenge has been overcome; cans now come with an inner coating that preserves the flavour, and unlike bottles there is no danger of light affecting the taste. Crucially, craft beer drinkers are more willing to a pay a premium for a beer they enjoy, whatever the format it’s served in.”\r\n\r\nHospitality entrepreneurs are keen to show their support to; Rupert Thompson, managing director of Hogs Back Brewery, states :“Draught beers command a presence on the bar, and while cans in a back chiller are less prominent, they generally have a longer shelf life and are a way to increase the choice of beer for customers. The growth of craft beer in cans in the last few years has undoubtedly contributed to beer’s appeal to younger drinkers - this was certainly our thinking behind our two can launches in recent years, Hogstar English Craft Lager, and London’s Outback golden pale ale. For bars where the beer range has a more urban, modern craft feel, both Hogstar and London’s Outback work well.”\r\n\r\nPorter however, has identified some potential backlash to canned products potential. He comments: “There are still some issues around display in the on-trade. Expecting a customer at the bar to squint past the bartender and work out what the beer in fridge are is a big ask, even with the bold graphics many brewers prefer. Printed beer menus, chalkboards and even locked front-of-house display fridges are all way around this for venues where the can is now very much part of the sales mix.”\r\n\r\nSimilarly Jen Draper, head of marketing at Global Brands, is keen to promote the humble can. She says: “The demand for cans has risen, particularly in the RTD and beer category. This is due, ultimately, to convenience. Cans promise the same great taste whilst being easily transportable, recyclable and altogether much better for the environment – a major focus within the industry.\r\n\r\n“Cans are growing across the board but are becoming significantly important in the on-trade. Cans maintain efficiency, especially for busy late-night venues which rely on speed of service, while offering the perfect serve every time. Cans are also deemed safer; they offer a simple solution for those with glass bans. Additionally, we find there is a desire from consumers that their drinks be ‘Instagrammable’ as well as an extension of their own personality and image. Cans offer scope for creative and interesting designs that appeal to this rising trend.”','Can it make a comeback?','','inherit','closed','closed','','844-revision-v1','','','2018-04-17 13:44:02','2018-04-17 13:44:02','',844,'http://www.ontradeprogress.com/2018/04/17/844-revision-v1/',0,'revision','',0),(849,1,'2018-04-17 14:22:19','2018-04-17 14:22:19','<strong>Labour launches animal welfare proposal that could see a total ban on imports of foie gras</strong>\r\n\r\nThe Labour Party has launched an animal welfare policy document that could see the total banning on the import of foie gras. The classic French delicacy consisting of duck or goose liver that has been purposely fattened could have implications across the hospitality industry affecting restaurant chains and caterers throughout the United Kingdom.\r\n\r\nThe product, which is currently illegal to produce in the UK, would be banned altogether; stopping the import of the product entirely. A number of charities have come out in support of the policy, named <em>Animal Welfare for the Many, Not for the Few</em>.\r\n\r\nSue Hayman MP, Labour’s shadow environment secretary, said: “Labour is the party of animal welfare. From bringing in the ban on fox hunting to tightening the rules on the transport of live animals, Labour has always been consistent in our leadership on matters of animal welfare.\r\n\r\n“Today we’re making proposals for real, long-term progress. Our vision is one where no animal is made to suffer unnecessary pain and we continue to drive up standards and practice in line with the most recent advances and understanding.\r\n\r\n“With new trade deals on the horizon and the UK no longer subject to EU-wide rules of animal welfare, we want to ensure there is a comprehensive legislative agenda in place so that the UK becomes a world leader on animal rights.”\r\n\r\nThe product is most popular throughout France and is considered a delicacy of French cuisine. As a result, the potential banning of the product could have a ripple effect on French restaurants based in the UK. The production of the foie gras is already considered controversial, as the duck or goose liver must be enlarged to ten times its original volume.\r\n\r\n<strong>Sketchy history</strong>\r\n\r\nFoie gras has been the subject of extensive controversy throughout the industry and often due to the backlash from animal rights groups. In 2008, the Animal Liberation Front vandalised the front of the Michelin-starred restaurant, Midsummer Common for serving the product on its menu.\r\n\r\nSimilarly, in a separate incident, a brick was thrown through the restaurant’s window prior to opening for dinner service. This led to foie gras being removed from the menu.\r\n\r\nMoreover after pressure from animal rights activists, the hotel groups, Malmaison and Hotel du Vin, as well as the caterer, Compass Group, have also removed foie gras from their collective menus.\r\n\r\nLabour’s proposals have been supported by the League against Cruel Sports, Compassion in World Farming and WWF – and would also see the banning of badger culling and fox hunting.','New Labour proposal','','publish','closed','open','','new-labour-proposal','','','2018-04-20 06:14:05','2018-04-20 06:14:05','',0,'http://www.ontradeprogress.com/?p=849',0,'post','',0),(850,1,'2018-04-17 14:18:43','2018-04-17 14:18:43','','FG 1','','inherit','closed','closed','','fg-1','','','2018-04-17 14:18:43','2018-04-17 14:18:43','',849,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/FG-1.jpg',0,'attachment','image/jpeg',0),(851,1,'2018-04-17 14:19:09','2018-04-17 14:19:09','<strong>Labour launches animal welfare proposal that could see a total ban on imports of foie gras</strong>\r\n\r\nThe Labour Party has launched an animal welfare policy document that could see the total banning on the import of foie gras. The classic French delicacy consisting of duck or goose liver that has been purposely fattened could have implications across the hospitality industry affecting restaurant chains and caterers throughout the United Kingdom.\r\n\r\nThe product, which is currently illegal to produce in the UK, would be banned altogether; stopping the import of the product entirely. A number of charities have come out in support of the policy, named <em>Animal Welfare for the Many, Not for the Few</em>.\r\n\r\nSue Hayman MP, Labour’s shadow environment secretary, said: “Labour is the party of animal welfare. From bringing in the ban on fox hunting to tightening the rules on the transport of live animals, Labour has always been consistent in our leadership on matters of animal welfare.\r\n\r\n“Today we’re making proposals for real, long-term progress. Our vision is one where no animal is made to suffer unnecessary pain and we continue to drive up standards and practice in line with the most recent advances and understanding.\r\n\r\n“With new trade deals on the horizon and the UK no longer subject to EU-wide rules of animal welfare, we want to ensure there is a comprehensive legislative agenda in place so that the UK becomes a world leader on animal rights.”\r\n\r\nThe product is most popular throughout France and is considered a delicacy of French cuisine. As a result, the potential banning of the product could have a ripple effect on French restaurants based in the UK. The production of the foie gras is already considered controversial, as the duck or goose liver must be enlarged to ten times its original volume.\r\n\r\n<strong>Sketchy history</strong>\r\n\r\nFoie gras has been the subject of extensive controversy throughout the industry and often due to the backlash from animal rights groups. In 2008, the Animal Liberation Front vandalised the front of the Michelin-starred restaurant, Midsummer Common for serving the product on its menu.\r\n\r\nSimilarly, in a separate incident, a brick was thrown through the restaurant’s window prior to opening for dinner service. This led to foie gras being removed from the menu.\r\n\r\nMoreover after pressure from animal rights activists, the hotel groups, Malmaison and Hotel du Vin, as well as the caterer, Compass Group, have also removed foie gras from their collective menus.\r\n\r\nLabour’s proposals have been supported by the League against Cruel Sports, Compassion in World Farming and WWF – and would also see the banning of badger culling and fox hunting.\r\n\r\n&nbsp;','New Labour proposal','','inherit','closed','closed','','849-revision-v1','','','2018-04-17 14:19:09','2018-04-17 14:19:09','',849,'http://www.ontradeprogress.com/2018/04/17/849-revision-v1/',0,'revision','',0),(852,1,'2018-04-17 14:22:19','2018-04-17 14:22:19','<strong>Labour launches animal welfare proposal that could see a total ban on imports of foie gras</strong>\r\n\r\nThe Labour Party has launched an animal welfare policy document that could see the total banning on the import of foie gras. The classic French delicacy consisting of duck or goose liver that has been purposely fattened could have implications across the hospitality industry affecting restaurant chains and caterers throughout the United Kingdom.\r\n\r\nThe product, which is currently illegal to produce in the UK, would be banned altogether; stopping the import of the product entirely. A number of charities have come out in support of the policy, named <em>Animal Welfare for the Many, Not for the Few</em>.\r\n\r\nSue Hayman MP, Labour’s shadow environment secretary, said: “Labour is the party of animal welfare. From bringing in the ban on fox hunting to tightening the rules on the transport of live animals, Labour has always been consistent in our leadership on matters of animal welfare.\r\n\r\n“Today we’re making proposals for real, long-term progress. Our vision is one where no animal is made to suffer unnecessary pain and we continue to drive up standards and practice in line with the most recent advances and understanding.\r\n\r\n“With new trade deals on the horizon and the UK no longer subject to EU-wide rules of animal welfare, we want to ensure there is a comprehensive legislative agenda in place so that the UK becomes a world leader on animal rights.”\r\n\r\nThe product is most popular throughout France and is considered a delicacy of French cuisine. As a result, the potential banning of the product could have a ripple effect on French restaurants based in the UK. The production of the foie gras is already considered controversial, as the duck or goose liver must be enlarged to ten times its original volume.\r\n\r\n<strong>Sketchy history</strong>\r\n\r\nFoie gras has been the subject of extensive controversy throughout the industry and often due to the backlash from animal rights groups. In 2008, the Animal Liberation Front vandalised the front of the Michelin-starred restaurant, Midsummer Common for serving the product on its menu.\r\n\r\nSimilarly, in a separate incident, a brick was thrown through the restaurant’s window prior to opening for dinner service. This led to foie gras being removed from the menu.\r\n\r\nMoreover after pressure from animal rights activists, the hotel groups, Malmaison and Hotel du Vin, as well as the caterer, Compass Group, have also removed foie gras from their collective menus.\r\n\r\nLabour’s proposals have been supported by the League against Cruel Sports, Compassion in World Farming and WWF – and would also see the banning of badger culling and fox hunting.','New Labour proposal','','inherit','closed','closed','','849-revision-v1','','','2018-04-17 14:22:19','2018-04-17 14:22:19','',849,'http://www.ontradeprogress.com/2018/04/17/849-revision-v1/',0,'revision','',0),(853,1,'2018-04-18 07:32:19','2018-04-18 07:32:19','<strong>Geometric shapes in the hospitality are on the rise, presenting a literal cutting-edge style for the industry</strong>\r\n\r\n<em>On-Trade Progress </em>is fortunate enough to be invited to bars, restaurants, pubs and hotels across the country. We count ourselves truly lucky to be able to operate in such a wonderful industry, which pushes the boundaries of convention; whether that’s through food or drink offerings, themes or importantly, design. One design trend that has caught our eye has been sharp-edged, geometrically-shaped furniture and objects.\r\n\r\nThe trend first appeared in our Venue of the Month feature, which saw us welcomed into Eve restaurant in central London, where despite the intimate setting, one of the stand-out designs was the small, hexagonal, blue tables. Later that evening, at a friend’s house, I noticed all of her mirrors were a rose-gold hexagonal shape and that her coffee table at home was the same. Now, I’ve been working in this industry a while, and it really struck me how the trend has erupted both at home and on-trade to work with hexagonal, or in general, geometric shapes.\r\n\r\n<strong>Classy not classic</strong>\r\n\r\nThere’s a lot that can be said here for the presentation of geometric shapes and they certainly portray a minimalist, semi-futuristic, and importantly, classy feel. In a push for spaces to be picture-worthy or “Instagrammable”, these geometric shapes, perhaps in their very sharpness, draw our eye. This was the same in my recent trip abroad, whereas the convention in most hotels is to have large mirrors that encompass a space to give the illusion of grandeur, the hotel’s mirror were three overlapping diamond figures. I was instantly taken aback, and then considering them, they weren’t there for practicality or comfort. They inadvertently said something about the hotel; that it was ahead of the curb and was considered in adding every aspect and detail to its design.\r\n\r\n<strong>The future</strong>\r\n\r\nDesign is by its very nature subjective and fickle. One minute plush and intimate booths were the fashion and now its metallic spaces (such as silver and rose gold) that embellish these geometric shapes. Whether it’s a low-lying cutting-square lampshade or a hand towel basket in a brass colour – these patterns and shapes are booming in the hospitality industry.\r\n\r\nWhat does this say about us? It can’t be denied that we are somewhat following a home-stay trend which seems a similar pattern repeated. However, these cold and harsh shapes leave a lot to work with. Whether it’s allowing the cool tones to match with brighter colours, like the hexagonal tables in Eve matching with the plush blue seats, or perhaps the diamond mirrors in my hotel contrasting the warm carpeted flooring – geometric shapes and cooling tones are like a blank canvass in many respects.\r\n\r\nSimilarly, in general, geometric shapes are lovely to look at. I can’t help being drawn to them. Perhaps this is a human thing; in the natural world, where nothing is naturally so straight and perfect, hospitality professionals are embracing man-made shapes and encouraging visitors to have their eyes drawn to these interesting displays. It’s fortunate then, that our industry is at the cutting edge, quite literally, of design and that we are pushing the boundaries of setting trends for visitors and each other.','The shape of you','','publish','closed','open','','the-shape-of-you','','','2018-04-27 11:54:55','2018-04-27 11:54:55','',0,'http://www.ontradeprogress.com/?p=853',0,'post','',0),(854,1,'2018-04-18 07:19:29','2018-04-18 07:19:29','','Geometric shape 2','','inherit','closed','closed','','geometric-shape-2','','','2018-04-18 07:19:29','2018-04-18 07:19:29','',853,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Geometric-shape-2.jpeg',0,'attachment','image/jpeg',0),(855,1,'2018-04-18 07:26:05','2018-04-18 07:26:05','<strong>Geometric shapes in the hospitality are on the rise, presenting a literal cutting-edge style for the industry</strong>\r\n\r\n<em>On-Trade Progress </em>is fortunate enough to be invited to bars, restaurants, pubs and hotels across the country. We count ourselves truly lucky to be able to operate in such a wonderful industry, which pushes the boundaries of convention; whether that’s through food or drink offerings, themes or importantly, design. One design trend that has caught our eye has been sharp-edged, geometrically-shaped furniture and objects.\r\n\r\nThe trend first appeared in our Venue of the Month feature, which saw us welcomed into Eve restaurant in central London, where despite the intimate setting, one of the stand-out designs was the small, hexagonal, blue tables. Later that evening, at a friend’s house, I noticed all of her mirrors were a rose-gold hexagonal shape and that her coffee table at home was the same. Now, I’ve been working in this industry a while, and it really struck me how the trend has erupted both at home and on-trade to work with hexagonal, or in general, geometric shapes.\r\n\r\n<strong>Classy not classic</strong>\r\n\r\nThere’s a lot that can be said here for the presentation of geometric shapes and they certainly portray a minimalist, semi-futuristic, and importantly, classy feel. In a push for spaces to be picture-worthy or “Instagrammable”, these geometric shapes, perhaps in their very sharpness, draw our eye. This was the same in my recent trip abroad, whereas the convention in most hotels is to have large mirrors that encompass a space to give the illusion of grandeur, the hotel’s mirror were three overlapping diamond figures. I was instantly taken aback, and then considering them, they weren’t there for practicality or comfort. They inadvertently said something about the hotel; that it was ahead of the curb and was considered in adding every aspect and detail to its design.\r\n\r\n<strong>The future</strong>\r\n\r\nDesign is by its very nature subjective and fickle. One minute plush and intimate booths were the fashion and now its metallic spaces (such as silver and rose gold) that embellish these geometric shapes. Whether it’s a low-lying cutting-square lampshade or a hand towel basket in a brass colour – these patterns and shapes are booming in the hospitality industry.\r\n\r\nWhat does this say about us? It can’t be denied that we are somewhat following a home-stay trend which seems a similar pattern repeated. However, these cold and harsh shapes leave a lot to work with. Whether it’s allowing the cool tones to match with brighter colours, like the hexagonal tables in Eve matching with the plush blue seats, or perhaps the diamond mirrors in my hotel contrasting the warm carpeted flooring – geometric shapes and cooling tones are like a blank canvass in many respects.\r\n\r\nSimilarly, in general, geometric shapes are lovely to look at. I can’t help being drawn to them. Perhaps this is a human thing; in the natural world, where nothing is naturally so straight and perfect, hospitality professionals are embracing man-made shapes and encouraging visitors to have their eyes drawn to these interesting displays. It’s fortunate then, that our industry is at the cutting edge, quite literally, of design and that we are pushing the boundaries of setting trends for visitors and each other.','The shape of you','','inherit','closed','closed','','853-revision-v1','','','2018-04-18 07:26:05','2018-04-18 07:26:05','',853,'http://www.ontradeprogress.com/2018/04/18/853-revision-v1/',0,'revision','',0),(856,1,'2018-04-18 08:20:46','2018-04-18 08:20:46','<strong><em>On-Trade Progress </em>examines brandy; the history of the drink and how and when it should be served</strong>\r\n\r\nBrandy is as old as distillation itself; as the drink’s heritage is strongly tied with the distillation process in general. Consumed as an after dinner digestif and the parent to many different offshoots of the drink, venue and bar owners shouldn’t be scared to put brandy at the top of their menus.\r\n\r\n<strong>The history</strong>\r\n\r\nInitially brandy appeared as a way to preserve wine on long trips overseas, the distillation process caused the water to erode, with the intention of adding this water back in before drinking it at the next destination. Much to the delight of merchants and consumers of the 15<sup>th</sup> century, having distilled the wine in wooden casks, the waterless and more alcoholic product, known as brandy, seemed to have its own distinctive taste. This then came to be a beverage unto itself, known as brandy.\r\n\r\nBrandies are produced all over Europe, with many favourites being distilled in the south-western region of France. Popular brandies that have emerged from these distillations include Cognac and Armagnac; both from the French regions.\r\n\r\nAs well as being made from grapes, brandy can also be made from pomace and from fruits which are not necessarily grapes.\r\n\r\nThe word “brandy” comes from the Dutch word ‘brandwijn’, which is translated to ‘brandywine’ in English.\r\n\r\n<strong>Serving</strong>\r\n\r\nBrandy generally contains approximately 30 – 60 per cent alcohol volume and should be neat. One should serve brandy in a traditional glass known as a sniffer; a small wine glass with a larger base and smaller nose.\r\n\r\nSome brandy drinkers like the brandy warmed, although there is much speculation about methods in which it should be warmed. The traditional method involves the drinker warming the glass with the palm of their hand and swilling the beverage to encourage even heating.\r\n\r\nBrandy can also be used for culinary purposes; for example, the infamous brandy snap. It can also be used to flambé certain dishes, such as Christmas cake or crepes.\r\n\r\n<strong>Recommended bottles</strong>\r\n<ul>\r\n 	<li>Metaxa – 12 star</li>\r\n</ul>\r\nThis Greek brandy is made from sun-soaked grapes and has a smooth and mellow taste.\r\n<ul>\r\n 	<li>Hine – Rare VSOP</li>\r\n</ul>\r\nA great cognac with hints of sweetness, between six and 12 years of age.\r\n<ul>\r\n 	<li>Vecchia Romagna – Black Label</li>\r\n</ul>\r\nFrom the Trebbiano grape, this brandy works well in cocktails.','On… Brandy','','publish','closed','open','','on-brandy','','','2018-04-18 08:20:46','2018-04-18 08:20:46','',0,'http://www.ontradeprogress.com/?p=856',0,'post','',0),(857,1,'2018-04-18 08:11:19','2018-04-18 08:11:19','','Brandy 1','','inherit','closed','closed','','brandy-1','','','2018-04-18 08:11:19','2018-04-18 08:11:19','',856,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Brandy-1.jpeg',0,'attachment','image/jpeg',0),(858,1,'2018-04-18 08:11:42','2018-04-18 08:11:42','<strong><em>On-Trade Progress </em>examines brandy; the history of the drink and how and when it should be served</strong>\r\n\r\nBrandy is as old as distillation itself; as the drink’s heritage is strongly tied with the distillation process in general. Consumed as an after dinner digestif and the parent to many different offshoots of the drink, venue and bar owners shouldn’t be scared to put brandy at the top of their menus.\r\n\r\n<strong>The history</strong>\r\n\r\nInitially brandy appeared as a way to preserve wine on long trips overseas, the distillation process caused the water to erode, with the intention of adding this water back in before drinking it at the next destination. Much to the delight of merchants and consumers of the 15<sup>th</sup> century, having distilled the wine in wooden casks, the waterless and more alcoholic product, known as brandy, seemed to have its own distinctive taste. This then came to be a beverage unto itself, known as brandy.\r\n\r\nBrandies are produced all over Europe, with many favourites being distilled in the south-western region of France. Popular brandies that have emerged from these distillations include Cognac and Armagnac; both from the French regions.\r\n\r\nAs well as being made from grapes, brandy can also be made from pomace and from fruits which are not necessarily grapes.\r\n\r\nThe word “brandy” comes from the Dutch word ‘brandwijn’, which is translated to ‘brandywine’ in English.\r\n\r\n<strong>Serving</strong>\r\n\r\nBrandy generally contains approximately 30 – 60 per cent alcohol volume and should be neat. One should serve brandy in a traditional glass known as a sniffer; a small wine glass with a larger base and smaller nose.\r\n\r\nSome brandy drinkers like the brandy warmed, although there is much speculation about methods in which it should be warmed. The traditional method involves the drinker warming the glass with the palm of their hand and swilling the beverage to encourage even heating.\r\n\r\nBrandy can also be used for culinary purposes; for example, the infamous brandy snap. It can also be used to flambé certain dishes, such as Christmas cake or crepes.\r\n\r\n<strong>Recommended bottles</strong>\r\n<ul>\r\n 	<li>Metaxa – 12 star</li>\r\n</ul>\r\nThis Greek brandy is made from sun-soaked grapes and has a smooth and mellow taste.\r\n<ul>\r\n 	<li>Hine – Rare VSOP</li>\r\n</ul>\r\nA great cognac with hints of sweetness, between six and 12 years of age.\r\n<ul>\r\n 	<li>Vecchia Romagna – Black Label</li>\r\n</ul>\r\nFrom the Trebbiano grape, this brandy works well in cocktails.','On… Brandy','','inherit','closed','closed','','856-revision-v1','','','2018-04-18 08:11:42','2018-04-18 08:11:42','',856,'http://www.ontradeprogress.com/2018/04/18/856-revision-v1/',0,'revision','',0),(860,1,'2018-04-18 08:48:47','2018-04-18 08:48:47','','Wine 1','','inherit','closed','closed','','wine-1','','','2018-04-18 08:48:47','2018-04-18 08:48:47','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Wine-1.jpeg',0,'attachment','image/jpeg',0),(862,1,'2018-04-18 10:16:50','2018-04-18 10:16:50','<strong>Pantheon highlights the three essential items of kit you’ll need</strong>\r\n\r\nPizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*. The report also states that although the restaurant market is currently dominated by chains the independent sector is definitely growing.\r\n\r\nMany restaurants, bars and food-to-go outlets are profiting by adding pizza to an existing menu. The cost of the necessary equipment is comparatively low while increased revenue potential is substantial.\r\n\r\nPantheon advises that just three essential items of kit are needed to get a professional pizza operation off the ground.\r\n\r\n<strong>Spiral Mixer<img class=\"alignleft wp-image-865\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheons-SM20-Spiral-Mixer-906x1024.jpg\" alt=\"\" width=\"121\" height=\"137\" /></strong>\r\n<p style=\"text-align: left; padding-left: 150px;\">Spiral mixers are designed specifically for dough so are the obvious choice for pizza making. They’re named because of the shape of the agitator which virtually always comes with just one, very strong, spiral hook which turns in a clockwise direction while the bowl rotates in an anti-clockwise direction. These mixers are powerful but gentle and are able to get through the stiffest dough mixture, allowing it to develop without being overworked.</p>\r\n<em>Pantheon has two, heavy duty spiral mixers. The SM20 features a 20 litre bowl and has a 0.75kW power rating. The SM30 features a 30 litre bowl and a power rating of 1.1kW. The mixers both feature fixed speed, chain driven motors.</em>\r\n\r\n<strong><img class=\"alignleft wp-image-866\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Range-of-dough-rollers-from-pantheon-877x1024.jpg\" alt=\"\" width=\"121\" height=\"141\" />Dough Roller</strong>\r\n<p style=\"padding-left: 150px;\">Unless you’re planning to stretch your pizza bases by hand, a dough roller is essential. They enable rapid rolling of cold dough, always producing a consistent, uniform finish. The thickness can be easily adjusted for each type of dough meaning that, beyond pizza bases, they can be used for pastas, bread, flatbread, croissants, pastries and pie cases. A dough roller increases the output of products that can be produced because no special skills are required and any available member of staff can be sure to get perfect, consistent results every time.</p>\r\n<em>Pantheon’s DR Dough Rollers are very durable, simple to use and easy to clean while guards over the two rollers ensure efficient and safe operation. There are 2 models to choose from – the DR12 (12”) and DR16 (16”) – both of which can handle a dough weight of up to 500 grams.</em>\r\n\r\n<strong><img class=\"alignleft wp-image-864\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven-1024x613.jpg\" alt=\"\" width=\"160\" height=\"96\" />Pizza Ovens</strong>\r\n<p style=\"padding-left: 180px;\">Perhaps the most important item to invest in. When pizza isn’t the main focus of an operation, it makes sense to opt for an electric pizza oven which will be far cheaper, take up minimal space and be easy to use. And it can be safely operated by different members of staff with reliable, consistent results every time.</p>\r\n<p style=\"padding-left: 180px;\">Choose an oven with a refractory brick base that ensure perfect heat distribution. Also, look for internal lighting and a toughened glass viewing window so that pizzas can be monitored closely without needing to open the door.</p>\r\n<p style=\"padding-left: 180px;\">At reduced temperatures, electric pizza ovens can also be used for other types of food too, typically baked potatoes and pies, thus meaning they never have to stand idle.</p>\r\n<em>Pantheon offers single and double deck options, each deck having capacity for 4 pizzas, with a temperature range up to 500°C. The durable fabrication includes a stainless steel door with tempered glass that can easily withstand the highest heat output. An internal light to each deck helps the operator maintain complete control over the pizza whilst also appealing to customers. Heat up time is fast allowing operators to respond to an unanticipated demand effectively and quickly. The units can be supplied ready for either 32amp single phase or three phase electricity.</em>\r\n\r\n* <a href=\"http://infographicjournal.com/uk-pizza-market-facts-and-statistics/\">http://infographicjournal.com/uk-pizza-market-facts-and-statistics/</a> January 2018','Want to add pizza to the menu?','','publish','closed','open','','want-add-pizza-menu','','','2018-04-18 11:20:21','2018-04-18 11:20:21','',0,'http://www.ontradeprogress.com/?p=862',0,'post','',0),(863,1,'2018-04-18 10:05:50','2018-04-18 10:05:50','<strong>Pantheon highlights the three essential items of kit you’ll need</strong>\r\n\r\nPizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*. The report also states that although the restaurant market is currently dominated by chains the independent sector is definitely growing.\r\n\r\nMany restaurants, bars and food-to-go outlets are profiting by adding pizza to an existing menu. The cost of the necessary equipment is comparatively low while increased revenue potential is substantial.\r\n\r\nPantheon advises that just three essential items of kit are needed to get a professional pizza operation off the ground.\r\n\r\n<strong>Spiral Mixer</strong>\r\n\r\nSpiral mixers are designed specifically for dough so are the obvious choice for pizza making. They’re named because of the shape of the agitator which virtually always comes with just one, very strong, spiral hook which turns in a clockwise direction while the bowl rotates in an anti-clockwise direction. These mixers are powerful but gentle and are able to get through the stiffest dough mixture, allowing it to develop without being overworked.\r\n\r\n<em>Pantheon has two, heavy duty spiral mixers. The SM20 features a 20 litre bowl and has a 0.75kW power rating. The SM30 features a 30 litre bowl and a power rating of 1.1kW. The mixers both feature fixed speed, chain driven motors.</em>\r\n\r\n<strong>Dough Roller</strong>\r\n\r\nUnless you’re planning to stretch your pizza bases by hand, a dough roller is essential. They enable rapid rolling of cold dough, always producing a consistent, uniform finish. The thickness can be easily adjusted for each type of dough meaning that, beyond pizza bases, they can be used for pastas, bread, flatbread, croissants, pastries and pie cases.\r\n\r\nA dough roller increases the output of products that can be produced because no special skills are required and any available member of staff can be sure to get perfect, consistent results every time.\r\n\r\n<em>Pantheon’s DR Dough Rollers are very durable, simple to use and easy to clean while guards over the two rollers ensure efficient and safe operation. There are 2 models to choose from – the DR12 (12”) and DR16 (16”) – both of which can handle a dough weight of up to 500 grams.</em>\r\n\r\n<strong>Pizza Ovens</strong>\r\n\r\nPerhaps the most important item to invest in. When pizza isn’t the main focus of an operation, it makes sense to opt for an electric pizza oven which will be far cheaper, take up minimal space and be easy to use. And it can be safely operated by different members of staff with reliable, consistent results every time.\r\n\r\nChoose an oven with a refractory brick base that ensure perfect heat distribution. Also, look for internal lighting and a toughened glass viewing window so that pizzas can be monitored closely without needing to open the door.\r\n\r\nAt reduced temperatures, electric pizza ovens can also be used for other types of food too, typically baked potatoes and pies, thus meaning they never have to stand idle.\r\n\r\n<em>Pantheon offers single and double deck options, each deck having capacity for 4 pizzas, with a temperature range up to 500°C. The durable fabrication includes a stainless steel door with tempered glass that can easily withstand the highest heat output. An internal light to each deck helps the operator maintain complete control over the pizza whilst also appealing to customers. Heat up time is fast allowing operators to respond to an unanticipated demand effectively and quickly. The units can be supplied ready for either 32amp single phase or three phase electricity.</em>\r\n\r\n* <a href=\"http://infographicjournal.com/uk-pizza-market-facts-and-statistics/\">http://infographicjournal.com/uk-pizza-market-facts-and-statistics/</a> January 2018','Want to add pizza to the menu?','','inherit','closed','closed','','862-revision-v1','','','2018-04-18 10:05:50','2018-04-18 10:05:50','',862,'http://www.ontradeprogress.com/2018/04/18/862-revision-v1/',0,'revision','',0),(864,1,'2018-04-18 10:08:31','2018-04-18 10:08:31','','Pantheon PO4 Pizza Oven','','inherit','closed','closed','','pantheon-po4-pizza-oven','','','2018-04-18 10:08:31','2018-04-18 10:08:31','',862,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven.jpg',0,'attachment','image/jpeg',0),(865,1,'2018-04-18 10:08:47','2018-04-18 10:08:47','','Pantheon\'s SM20 Spiral Mixer','','inherit','closed','closed','','pantheons-sm20-spiral-mixer','','','2018-04-18 10:08:47','2018-04-18 10:08:47','',862,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheons-SM20-Spiral-Mixer.jpg',0,'attachment','image/jpeg',0),(866,1,'2018-04-18 10:08:58','2018-04-18 10:08:58','','Range of dough rollers from pantheon','','inherit','closed','closed','','range-of-dough-rollers-from-pantheon','','','2018-04-18 10:08:58','2018-04-18 10:08:58','',862,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Range-of-dough-rollers-from-pantheon.jpg',0,'attachment','image/jpeg',0),(867,1,'2018-04-18 10:14:09','2018-04-18 10:14:09','<strong>Pantheon highlights the three essential items of kit you’ll need</strong>\r\n\r\nPizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*. The report also states that although the restaurant market is currently dominated by chains the independent sector is definitely growing.\r\n\r\nMany restaurants, bars and food-to-go outlets are profiting by adding pizza to an existing menu. The cost of the necessary equipment is comparatively low while increased revenue potential is substantial.\r\n\r\nPantheon advises that just three essential items of kit are needed to get a professional pizza operation off the ground.\r\n\r\n<strong>Spiral Mixer<img class=\"alignleft  wp-image-865\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheons-SM20-Spiral-Mixer-906x1024.jpg\" alt=\"\" width=\"121\" height=\"137\" /></strong>\r\n<p style=\"text-align: left; padding-left: 150px;\">Spiral mixers are designed specifically for dough so are the obvious choice for pizza making. They’re named because of the shape of the agitator which virtually always comes with just one, very strong, spiral hook which turns in a clockwise direction while the bowl rotates in an anti-clockwise direction. These mixers are powerful but gentle and are able to get through the stiffest dough mixture, allowing it to develop without being overworked.</p>\r\n<em>Pantheon has two, heavy duty spiral mixers. The SM20 features a 20 litre bowl and has a 0.75kW power rating. The SM30 features a 30 litre bowl and a power rating of 1.1kW. The mixers both feature fixed speed, chain driven motors.</em>\r\n\r\n<strong><img class=\"alignleft  wp-image-866\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Range-of-dough-rollers-from-pantheon-877x1024.jpg\" alt=\"\" width=\"121\" height=\"141\" />Dough Roller</strong>\r\n<p style=\"padding-left: 150px;\">Unless you’re planning to stretch your pizza bases by hand, a dough roller is essential. They enable rapid rolling of cold dough, always producing a consistent, uniform finish. The thickness can be easily adjusted for each type of dough meaning that, beyond pizza bases, they can be used for pastas, bread, flatbread, croissants, pastries and pie cases.</p>\r\nA dough roller increases the output of products that can be produced because no special skills are required and any available member of staff can be sure to get perfect, consistent results every time.\r\n\r\n<em>Pantheon’s DR Dough Rollers are very durable, simple to use and easy to clean while guards over the two rollers ensure efficient and safe operation. There are 2 models to choose from – the DR12 (12”) and DR16 (16”) – both of which can handle a dough weight of up to 500 grams.</em>\r\n\r\n<strong><img class=\"alignleft  wp-image-864\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven-1024x613.jpg\" alt=\"\" width=\"160\" height=\"96\" />Pizza Ovens</strong>\r\n<p style=\"padding-left: 180px;\">Perhaps the most important item to invest in. When pizza isn’t the main focus of an operation, it makes sense to opt for an electric pizza oven which will be far cheaper, take up minimal space and be easy to use. And it can be safely operated by different members of staff with reliable, consistent results every time.</p>\r\nChoose an oven with a refractory brick base that ensure perfect heat distribution. Also, look for internal lighting and a toughened glass viewing window so that pizzas can be monitored closely without needing to open the door.\r\n\r\nAt reduced temperatures, electric pizza ovens can also be used for other types of food too, typically baked potatoes and pies, thus meaning they never have to stand idle.\r\n\r\n<em>Pantheon offers single and double deck options, each deck having capacity for 4 pizzas, with a temperature range up to 500°C. The durable fabrication includes a stainless steel door with tempered glass that can easily withstand the highest heat output. An internal light to each deck helps the operator maintain complete control over the pizza whilst also appealing to customers. Heat up time is fast allowing operators to respond to an unanticipated demand effectively and quickly. The units can be supplied ready for either 32amp single phase or three phase electricity.</em>\r\n\r\n* <a href=\"http://infographicjournal.com/uk-pizza-market-facts-and-statistics/\">http://infographicjournal.com/uk-pizza-market-facts-and-statistics/</a> January 2018','Want to add pizza to the menu?','','inherit','closed','closed','','862-revision-v1','','','2018-04-18 10:14:09','2018-04-18 10:14:09','',862,'http://www.ontradeprogress.com/2018/04/18/862-revision-v1/',0,'revision','',0),(868,1,'2018-04-18 10:15:04','2018-04-18 10:15:04','<strong>Pantheon highlights the three essential items of kit you’ll need</strong>\r\n\r\nPizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*. The report also states that although the restaurant market is currently dominated by chains the independent sector is definitely growing.\r\n\r\nMany restaurants, bars and food-to-go outlets are profiting by adding pizza to an existing menu. The cost of the necessary equipment is comparatively low while increased revenue potential is substantial.\r\n\r\nPantheon advises that just three essential items of kit are needed to get a professional pizza operation off the ground.\r\n\r\n<strong>Spiral Mixer<img class=\"alignleft  wp-image-865\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheons-SM20-Spiral-Mixer-906x1024.jpg\" alt=\"\" width=\"121\" height=\"137\" /></strong>\r\n<p style=\"text-align: left; padding-left: 150px;\">Spiral mixers are designed specifically for dough so are the obvious choice for pizza making. They’re named because of the shape of the agitator which virtually always comes with just one, very strong, spiral hook which turns in a clockwise direction while the bowl rotates in an anti-clockwise direction. These mixers are powerful but gentle and are able to get through the stiffest dough mixture, allowing it to develop without being overworked.</p>\r\n<em>Pantheon has two, heavy duty spiral mixers. The SM20 features a 20 litre bowl and has a 0.75kW power rating. The SM30 features a 30 litre bowl and a power rating of 1.1kW. The mixers both feature fixed speed, chain driven motors.</em>\r\n\r\n<strong><img class=\"alignleft  wp-image-866\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Range-of-dough-rollers-from-pantheon-877x1024.jpg\" alt=\"\" width=\"121\" height=\"141\" />Dough Roller</strong>\r\n<p style=\"padding-left: 150px;\">Unless you’re planning to stretch your pizza bases by hand, a dough roller is essential. They enable rapid rolling of cold dough, always producing a consistent, uniform finish. The thickness can be easily adjusted for each type of dough meaning that, beyond pizza bases, they can be used for pastas, bread, flatbread, croissants, pastries and pie cases. A dough roller increases the output of products that can be produced because no special skills are required and any available member of staff can be sure to get perfect, consistent results every time.</p>\r\n<em>Pantheon’s DR Dough Rollers are very durable, simple to use and easy to clean while guards over the two rollers ensure efficient and safe operation. There are 2 models to choose from – the DR12 (12”) and DR16 (16”) – both of which can handle a dough weight of up to 500 grams.</em>\r\n\r\n<strong><img class=\"alignleft  wp-image-864\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven-1024x613.jpg\" alt=\"\" width=\"160\" height=\"96\" />Pizza Ovens</strong>\r\n<p style=\"padding-left: 180px;\">Perhaps the most important item to invest in. When pizza isn’t the main focus of an operation, it makes sense to opt for an electric pizza oven which will be far cheaper, take up minimal space and be easy to use. And it can be safely operated by different members of staff with reliable, consistent results every time.</p>\r\nChoose an oven with a refractory brick base that ensure perfect heat distribution. Also, look for internal lighting and a toughened glass viewing window so that pizzas can be monitored closely without needing to open the door.\r\n\r\nAt reduced temperatures, electric pizza ovens can also be used for other types of food too, typically baked potatoes and pies, thus meaning they never have to stand idle.\r\n\r\n<em>Pantheon offers single and double deck options, each deck having capacity for 4 pizzas, with a temperature range up to 500°C. The durable fabrication includes a stainless steel door with tempered glass that can easily withstand the highest heat output. An internal light to each deck helps the operator maintain complete control over the pizza whilst also appealing to customers. Heat up time is fast allowing operators to respond to an unanticipated demand effectively and quickly. The units can be supplied ready for either 32amp single phase or three phase electricity.</em>\r\n\r\n* <a href=\"http://infographicjournal.com/uk-pizza-market-facts-and-statistics/\">http://infographicjournal.com/uk-pizza-market-facts-and-statistics/</a> January 2018','Want to add pizza to the menu?','','inherit','closed','closed','','862-revision-v1','','','2018-04-18 10:15:04','2018-04-18 10:15:04','',862,'http://www.ontradeprogress.com/2018/04/18/862-revision-v1/',0,'revision','',0),(869,1,'2018-04-18 10:15:55','2018-04-18 10:15:55','<strong>Pantheon highlights the three essential items of kit you’ll need</strong>\r\n\r\nPizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*. The report also states that although the restaurant market is currently dominated by chains the independent sector is definitely growing.\r\n\r\nMany restaurants, bars and food-to-go outlets are profiting by adding pizza to an existing menu. The cost of the necessary equipment is comparatively low while increased revenue potential is substantial.\r\n\r\nPantheon advises that just three essential items of kit are needed to get a professional pizza operation off the ground.\r\n\r\n<strong>Spiral Mixer<img class=\"alignleft  wp-image-865\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheons-SM20-Spiral-Mixer-906x1024.jpg\" alt=\"\" width=\"121\" height=\"137\" /></strong>\r\n<p style=\"text-align: left; padding-left: 150px;\">Spiral mixers are designed specifically for dough so are the obvious choice for pizza making. They’re named because of the shape of the agitator which virtually always comes with just one, very strong, spiral hook which turns in a clockwise direction while the bowl rotates in an anti-clockwise direction. These mixers are powerful but gentle and are able to get through the stiffest dough mixture, allowing it to develop without being overworked.</p>\r\n<em>Pantheon has two, heavy duty spiral mixers. The SM20 features a 20 litre bowl and has a 0.75kW power rating. The SM30 features a 30 litre bowl and a power rating of 1.1kW. The mixers both feature fixed speed, chain driven motors.</em>\r\n\r\n<strong><img class=\"alignleft  wp-image-866\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Range-of-dough-rollers-from-pantheon-877x1024.jpg\" alt=\"\" width=\"121\" height=\"141\" />Dough Roller</strong>\r\n<p style=\"padding-left: 150px;\">Unless you’re planning to stretch your pizza bases by hand, a dough roller is essential. They enable rapid rolling of cold dough, always producing a consistent, uniform finish. The thickness can be easily adjusted for each type of dough meaning that, beyond pizza bases, they can be used for pastas, bread, flatbread, croissants, pastries and pie cases. A dough roller increases the output of products that can be produced because no special skills are required and any available member of staff can be sure to get perfect, consistent results every time.</p>\r\n<em>Pantheon’s DR Dough Rollers are very durable, simple to use and easy to clean while guards over the two rollers ensure efficient and safe operation. There are 2 models to choose from – the DR12 (12”) and DR16 (16”) – both of which can handle a dough weight of up to 500 grams.</em>\r\n\r\n<strong><img class=\"alignleft  wp-image-864\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven-1024x613.jpg\" alt=\"\" width=\"160\" height=\"96\" />Pizza Ovens</strong>\r\n<p style=\"padding-left: 180px;\">Perhaps the most important item to invest in. When pizza isn’t the main focus of an operation, it makes sense to opt for an electric pizza oven which will be far cheaper, take up minimal space and be easy to use. And it can be safely operated by different members of staff with reliable, consistent results every time.</p>\r\n<p style=\"padding-left: 180px;\">Choose an oven with a refractory brick base that ensure perfect heat distribution. Also, look for internal lighting and a toughened glass viewing window so that pizzas can be monitored closely without needing to open the door.</p>\r\n<p style=\"padding-left: 180px;\">At reduced temperatures, electric pizza ovens can also be used for other types of food too, typically baked potatoes and pies, thus meaning they never have to stand idle.</p>\r\n<em>Pantheon offers single and double deck options, each deck having capacity for 4 pizzas, with a temperature range up to 500°C. The durable fabrication includes a stainless steel door with tempered glass that can easily withstand the highest heat output. An internal light to each deck helps the operator maintain complete control over the pizza whilst also appealing to customers. Heat up time is fast allowing operators to respond to an unanticipated demand effectively and quickly. The units can be supplied ready for either 32amp single phase or three phase electricity.</em>\r\n\r\n* <a href=\"http://infographicjournal.com/uk-pizza-market-facts-and-statistics/\">http://infographicjournal.com/uk-pizza-market-facts-and-statistics/</a> January 2018','Want to add pizza to the menu?','','inherit','closed','closed','','862-revision-v1','','','2018-04-18 10:15:55','2018-04-18 10:15:55','',862,'http://www.ontradeprogress.com/2018/04/18/862-revision-v1/',0,'revision','',0),(874,1,'2018-04-18 11:05:08','2018-04-18 11:05:08','','pantheopn','','inherit','closed','closed','','pantheopn','','','2018-04-18 11:05:08','2018-04-18 11:05:08','',862,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/pantheopn.png',0,'attachment','image/png',0),(875,1,'2018-04-18 11:20:07','2018-04-18 11:20:07','<strong>Pantheon highlights the three essential items of kit you’ll need</strong>\r\n\r\nPizza is now the most popular dish purchased in UK restaurants and worth £1271 million, according to a 2018 report in Infographic Journal*. The report also states that although the restaurant market is currently dominated by chains the independent sector is definitely growing.\r\n\r\nMany restaurants, bars and food-to-go outlets are profiting by adding pizza to an existing menu. The cost of the necessary equipment is comparatively low while increased revenue potential is substantial.\r\n\r\nPantheon advises that just three essential items of kit are needed to get a professional pizza operation off the ground.\r\n\r\n<strong>Spiral Mixer<img class=\"alignleft wp-image-865\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheons-SM20-Spiral-Mixer-906x1024.jpg\" alt=\"\" width=\"121\" height=\"137\" /></strong>\r\n<p style=\"text-align: left; padding-left: 150px;\">Spiral mixers are designed specifically for dough so are the obvious choice for pizza making. They’re named because of the shape of the agitator which virtually always comes with just one, very strong, spiral hook which turns in a clockwise direction while the bowl rotates in an anti-clockwise direction. These mixers are powerful but gentle and are able to get through the stiffest dough mixture, allowing it to develop without being overworked.</p>\r\n<em>Pantheon has two, heavy duty spiral mixers. The SM20 features a 20 litre bowl and has a 0.75kW power rating. The SM30 features a 30 litre bowl and a power rating of 1.1kW. The mixers both feature fixed speed, chain driven motors.</em>\r\n\r\n<strong><img class=\"alignleft wp-image-866\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Range-of-dough-rollers-from-pantheon-877x1024.jpg\" alt=\"\" width=\"121\" height=\"141\" />Dough Roller</strong>\r\n<p style=\"padding-left: 150px;\">Unless you’re planning to stretch your pizza bases by hand, a dough roller is essential. They enable rapid rolling of cold dough, always producing a consistent, uniform finish. The thickness can be easily adjusted for each type of dough meaning that, beyond pizza bases, they can be used for pastas, bread, flatbread, croissants, pastries and pie cases. A dough roller increases the output of products that can be produced because no special skills are required and any available member of staff can be sure to get perfect, consistent results every time.</p>\r\n<em>Pantheon’s DR Dough Rollers are very durable, simple to use and easy to clean while guards over the two rollers ensure efficient and safe operation. There are 2 models to choose from – the DR12 (12”) and DR16 (16”) – both of which can handle a dough weight of up to 500 grams.</em>\r\n\r\n<strong><img class=\"alignleft wp-image-864\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pantheon-PO4-Pizza-Oven-1024x613.jpg\" alt=\"\" width=\"160\" height=\"96\" />Pizza Ovens</strong>\r\n<p style=\"padding-left: 180px;\">Perhaps the most important item to invest in. When pizza isn’t the main focus of an operation, it makes sense to opt for an electric pizza oven which will be far cheaper, take up minimal space and be easy to use. And it can be safely operated by different members of staff with reliable, consistent results every time.</p>\r\n<p style=\"padding-left: 180px;\">Choose an oven with a refractory brick base that ensure perfect heat distribution. Also, look for internal lighting and a toughened glass viewing window so that pizzas can be monitored closely without needing to open the door.</p>\r\n<p style=\"padding-left: 180px;\">At reduced temperatures, electric pizza ovens can also be used for other types of food too, typically baked potatoes and pies, thus meaning they never have to stand idle.</p>\r\n<em>Pantheon offers single and double deck options, each deck having capacity for 4 pizzas, with a temperature range up to 500°C. The durable fabrication includes a stainless steel door with tempered glass that can easily withstand the highest heat output. An internal light to each deck helps the operator maintain complete control over the pizza whilst also appealing to customers. Heat up time is fast allowing operators to respond to an unanticipated demand effectively and quickly. The units can be supplied ready for either 32amp single phase or three phase electricity.</em>\r\n\r\n* <a href=\"http://infographicjournal.com/uk-pizza-market-facts-and-statistics/\">http://infographicjournal.com/uk-pizza-market-facts-and-statistics/</a> January 2018','Want to add pizza to the menu?','','inherit','closed','closed','','862-autosave-v1','','','2018-04-18 11:20:07','2018-04-18 11:20:07','',862,'http://www.ontradeprogress.com/2018/04/18/862-autosave-v1/',0,'revision','',0),(877,1,'2018-04-18 12:47:10','2018-04-18 12:47:10','','SPIRAL HIBISCUS','','inherit','closed','closed','','spiral-hibiscus','','','2018-04-18 12:47:10','2018-04-18 12:47:10','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SPIRAL-HIBISCUS.jpg',0,'attachment','image/jpeg',0),(878,1,'2018-04-18 12:47:17','2018-04-18 12:47:17','','Spiral range','','inherit','closed','closed','','spiral-range','','','2018-04-18 12:47:17','2018-04-18 12:47:17','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Spiral-range.jpg',0,'attachment','image/jpeg',0),(879,1,'2018-04-18 12:47:22','2018-04-18 12:47:22','','SPIRAL HIBISCUS','','inherit','closed','closed','','spiral-hibiscus-2','','','2018-04-18 12:47:22','2018-04-18 12:47:22','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SPIRAL-HIBISCUS-1.jpg',0,'attachment','image/jpeg',0),(880,1,'2018-04-18 12:47:34','2018-04-18 12:47:34','','Spiral Martini','','inherit','closed','closed','','spiral-martini','','','2018-04-18 12:47:34','2018-04-18 12:47:34','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Spiral-Martini.jpg',0,'attachment','image/jpeg',0),(885,1,'2018-04-18 12:58:29','2018-04-18 12:58:29','','artis logo','','inherit','closed','closed','','artis-logo-2','','','2018-04-18 12:58:29','2018-04-18 12:58:29','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg',0,'attachment','image/jpeg',0),(888,1,'2018-04-18 13:44:52','2018-04-18 13:44:52','<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"195\" height=\"59\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Salcombe Gin launches new signature serve</strong> <strong>cocktail collection</strong>\r\n\r\nInternationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.\r\n\r\nThe four key serves of this elegant smooth gin include Sea mist for a unique sea salt G&amp;T, capturing the spirit of the sea, St. Clair a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, Pennant Martini for an elegant and perfectly balanced Martini and Signature, the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\nThis week On Trade Progress will be reporting for Salcombe Gin, bringing you Four of their Gin inspired cocktails. Look out for this on our website and via our social media platforms.','Salcombe Gin - Signature serve cocktail collection','','publish','closed','open','','salcombe-gin-signature-serve-cocktail-collection','','','2018-04-18 13:44:52','2018-04-18 13:44:52','',0,'http://www.ontradeprogress.com/?p=888',0,'post','',0),(889,1,'2018-04-18 13:15:15','2018-04-18 13:15:15','','Salcombe Gin - Signature serve cocktail collection','','inherit','closed','closed','','888-revision-v1','','','2018-04-18 13:15:15','2018-04-18 13:15:15','',888,'http://www.ontradeprogress.com/2018/04/18/888-revision-v1/',0,'revision','',0),(890,1,'2018-04-18 13:16:09','2018-04-18 13:16:09','','salcombe gin','','inherit','closed','closed','','salcombe-gin','','','2018-04-18 13:16:09','2018-04-18 13:16:09','',888,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg',0,'attachment','image/jpeg',0),(891,1,'2018-04-18 13:36:38','2018-04-18 13:36:38','','salcombe','','inherit','closed','closed','','salcombe','','','2018-04-18 13:36:38','2018-04-18 13:36:38','',888,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe.png',0,'attachment','image/png',0),(892,1,'2018-04-18 13:39:25','2018-04-18 13:39:25','<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"195\" height=\"59\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Salcombe Gin launches new signature serve</strong> <strong>cocktail collection</strong>\r\n\r\nInternationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.\r\n\r\nThe four key serves of this elegant smooth gin include Sea mist for a unique sea salt G&amp;T, capturing the spirit of the sea, St. Clair a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, Pennant Martini for an elegant and perfectly balanced Martini and Signature, the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\n&nbsp;','Salcombe Gin - Signature serve cocktail collection','','inherit','closed','closed','','888-revision-v1','','','2018-04-18 13:39:25','2018-04-18 13:39:25','',888,'http://www.ontradeprogress.com/2018/04/18/888-revision-v1/',0,'revision','',0),(893,1,'2018-04-18 13:39:54','2018-04-18 13:39:54','<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"195\" height=\"59\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Salcombe Gin launches new signature serve</strong> <strong>cocktail collection</strong>\r\n\r\nInternationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.\r\n\r\nThe four key serves of this elegant smooth gin include Sea mist for a unique sea salt G&amp;T, capturing the spirit of the sea, St. Clair a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, Pennant Martini for an elegant and perfectly balanced Martini and Signature, the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\n&nbsp;','Salcombe Gin - Signature serve cocktail collection','','inherit','closed','closed','','888-revision-v1','','','2018-04-18 13:39:54','2018-04-18 13:39:54','',888,'http://www.ontradeprogress.com/2018/04/18/888-revision-v1/',0,'revision','',0),(894,1,'2018-04-18 13:44:24','2018-04-18 13:44:24','<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"195\" height=\"59\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Salcombe Gin launches new signature serve</strong> <strong>cocktail collection</strong>\r\n\r\nInternationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.\r\n\r\nThe four key serves of this elegant smooth gin include Sea mist for a unique sea salt G&amp;T, capturing the spirit of the sea, St. Clair a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, Pennant Martini for an elegant and perfectly balanced Martini and Signature, the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\nThis week On Trade Progress will be reporting for Salcombe Gin, bringing you Four of their Gin inspired cocktails. Look out for this on our website and via our social media platforms.','Salcombe Gin - Signature serve cocktail collection','','inherit','closed','closed','','888-revision-v1','','','2018-04-18 13:44:24','2018-04-18 13:44:24','',888,'http://www.ontradeprogress.com/2018/04/18/888-revision-v1/',0,'revision','',0),(895,1,'2018-04-19 13:29:33','2018-04-19 13:29:33','<strong>Salcombe Gin launches new signature serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature Sea Mist  Cocktail','','publish','closed','open','','salcombe-gin-signature-serve-cocktail-collection-2','','','2018-04-20 07:59:09','2018-04-20 07:59:09','',0,'http://www.ontradeprogress.com/?p=895',0,'post','',0),(896,1,'2018-04-19 13:14:57','2018-04-19 13:14:57','','gin','','inherit','closed','closed','','gin-2','','','2018-04-19 13:14:57','2018-04-19 13:14:57','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/gin.jpg',0,'attachment','image/jpeg',0),(897,1,'2018-04-19 13:15:11','2018-04-19 13:15:11','','gin','','inherit','closed','closed','','gin-3','','','2018-04-19 13:15:11','2018-04-19 13:15:11','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/gin-1.jpg',0,'attachment','image/jpeg',0),(898,1,'2018-04-19 13:15:27','2018-04-19 13:15:27','','gin','','inherit','closed','closed','','gin-4','','','2018-04-19 13:15:27','2018-04-19 13:15:27','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/gin-2.jpg',0,'attachment','image/jpeg',0),(899,1,'2018-04-19 13:16:08','2018-04-19 13:16:08','','salco0mbem gin','','inherit','closed','closed','','salco0mbem-gin','','','2018-04-19 13:16:08','2018-04-19 13:16:08','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/salco0mbem-gin.jpg',0,'attachment','image/jpeg',0),(900,1,'2018-04-19 13:16:38','2018-04-19 13:16:38','','salco0mbem gin','','inherit','closed','closed','','salco0mbem-gin-2','','','2018-04-19 13:16:38','2018-04-19 13:16:38','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/salco0mbem-gin-1.jpg',0,'attachment','image/jpeg',0),(901,1,'2018-04-19 13:17:16','2018-04-19 13:17:16','','Seamist low res','','inherit','closed','closed','','seamist-low-res','','','2018-04-19 13:17:16','2018-04-19 13:17:16','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg',0,'attachment','image/jpeg',0),(902,1,'2018-04-19 13:21:04','2018-04-19 13:21:04','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection 0','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:21:04','2018-04-19 13:21:04','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(903,1,'2018-04-19 13:23:26','2018-04-19 13:23:26','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:23:26','2018-04-19 13:23:26','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(904,1,'2018-04-19 13:24:42','2018-04-19 13:24:42','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:24:42','2018-04-19 13:24:42','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(905,1,'2018-04-19 13:25:12','2018-04-19 13:25:12','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:25:12','2018-04-19 13:25:12','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(906,1,'2018-04-19 13:26:14','2018-04-19 13:26:14','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:26:14','2018-04-19 13:26:14','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(907,1,'2018-04-19 13:26:31','2018-04-19 13:26:31','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:26:31','2018-04-19 13:26:31','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(908,1,'2018-04-19 13:26:59','2018-04-19 13:26:59','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:26:59','2018-04-19 13:26:59','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(909,1,'2018-04-19 13:27:16','2018-04-19 13:27:16','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature serve cocktail collection','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:27:16','2018-04-19 13:27:16','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(910,1,'2018-04-19 13:30:22','2018-04-19 13:30:22','','salcombe','','inherit','closed','closed','','salcombe-2','','','2018-04-19 13:30:22','2018-04-19 13:30:22','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-1.png',0,'attachment','image/png',0),(911,1,'2018-04-19 13:46:09','2018-04-19 13:46:09','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature Sea Mist  Cocktail','','inherit','closed','closed','','895-autosave-v1','','','2018-04-19 13:46:09','2018-04-19 13:46:09','',895,'http://www.ontradeprogress.com/2018/04/19/895-autosave-v1/',0,'revision','',0),(912,1,'2018-04-19 13:31:43','2018-04-19 13:31:43','<strong>Salcombe Gin launches new signiture serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature Sea Mist  Cocktail','','inherit','closed','closed','','895-revision-v1','','','2018-04-19 13:31:43','2018-04-19 13:31:43','',895,'http://www.ontradeprogress.com/2018/04/19/895-revision-v1/',0,'revision','',0),(913,1,'2018-04-19 13:45:26','2018-04-19 13:45:26','','Salcombe-Gin-black-logo','','inherit','closed','closed','','salcombe-gin-black-logo','','','2018-04-19 13:45:26','2018-04-19 13:45:26','',895,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo.jpg',0,'attachment','image/jpeg',0),(914,1,'2018-04-19 14:18:42','2018-04-19 14:18:42','<strong>ARYZTA food solutions UK brings filled colour croissants to<img class=\"alignleft wp-image-915\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Raspberry-Croissant-1024x683.jpg\" alt=\"\" width=\"242\" height=\"161\" />breakfast and snacking menus</strong>\r\n\r\nFoodservice operators can premiumise their breakfast and snack offering with the latest pastry innovation from ARYZTA Food Solutions UK – Coloured Croissants.\r\n\r\nA profitable twist on a much loved classic, the colourful croissants are made using specialist technology which intricately layers coloured dough and plain, resulting in a striking pattern.\r\n\r\nSupplied frozen and available in two varieties, ‘Raspberry’ and ‘Chocolate-Hazelnut’, the croissants are made to a unique recipe using pure butter for an authentic taste and wheat yeast to accentuate the flavour of the dough. A longer than average resting period improves the product’s structure, making for a crispier croissant with clearly defined layers.\r\n\r\nBoth filled; the Raspberry Croissant offers a fruity filled surprise with its raspberry centre and eye catching red layers, created through the use of natural colours. The Chocolate-Hazelnut Croissant is a truly indulgent pastry, made using rich, dark cocoa to create deep chocolate layers and luxurious chocolate and hazelnut filling that consumers will love.\r\n\r\nWith coloured croissants the preserve of upmarket patisseries until now, the launch brings these creations into the remit of the wider foodservice market and allows cafes and restaurants to step up their offering and charge a more premium price point.\r\n\r\nPaul Whitely, Head of Marketing at ARYZTA Food Solutions UK, comments: “With operators increasingly looking for a competitive edge, these colourful twists on the early morning classic are ideal for enhancing breakfast or snacking menus, and are truly Instagram worthy. The timing couldn\'t be more perfect as we’ve already had rainbow bagels and unicorn cereals – now the market is ready for something new, and the coloured food trend is showing no sign of going away anytime soon.\r\n\r\n“We’ve based our Coloured Croissants on traditional lamination processes, utilising the same skills and quality ingredients, so that mainstream cafés and restaurants can replicate this offering with ease, giving their customers an exciting new breakfast and snacking option.\r\n\r\nCrucially, croissants are bucking the trend for a move away from sweeter snacking treats, and are actually in growth in the snacking category*. This is further evidence of our commitment to developing quality products to help operators capitalise on key trends.”\r\n\r\nARYZTA’s frozen Coloured Croissants are available in 45g and 90g sizes. They simply require defrosting at room temperature before baking at 165-175°C for 18-22 minutes. They will keep in the freezer for 12 months and have a baked shelf life of 16 hours allowing cafes and restaurants to offer on-the-go snacks whatever the time of day.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\nFor more information visit <a href=\"http://www.aryztafoodsolutions.co.uk\">www.aryztafoodsolutions.co.uk</a>','ARYZTA Food Solutions - Colour Croissants','','publish','closed','open','','aryzta-food-solutions-colour-croissants','','','2018-04-19 14:38:49','2018-04-19 14:38:49','',0,'http://www.ontradeprogress.com/?p=914',0,'post','',0),(915,1,'2018-04-19 14:04:27','2018-04-19 14:04:27','','Raspberry Croissant','','inherit','closed','closed','','raspberry-croissant','','','2018-04-19 14:04:27','2018-04-19 14:04:27','',914,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Raspberry-Croissant.jpg',0,'attachment','image/jpeg',0),(916,1,'2018-04-19 14:05:15','2018-04-19 14:05:15','','Chocolate Croissant','','inherit','closed','closed','','chocolate-croissant','','','2018-04-19 14:05:15','2018-04-19 14:05:15','',914,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Chocolate-Croissant.jpg',0,'attachment','image/jpeg',0),(917,1,'2018-04-19 14:09:51','2018-04-19 14:09:51','<strong>ARYZTA food solutions UK brings filled colour croissants to<img class=\"alignleft  wp-image-915\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Raspberry-Croissant-1024x683.jpg\" alt=\"\" width=\"242\" height=\"161\" />breakfast and snacking menus</strong>\r\n\r\nFoodservice operators can premiumise their breakfast and snack offering with the latest pastry innovation from ARYZTA Food Solutions UK – Coloured Croissants.\r\n\r\nA profitable twist on a much loved classic, the colourful croissants are made using specialist technology which intricately layers coloured dough and plain, resulting in a striking pattern.\r\n\r\nSupplied frozen and available in two varieties, ‘Raspberry’ and ‘Chocolate-Hazelnut’, the croissants are made to a unique recipe using pure butter for an authentic taste and wheat yeast to accentuate the flavour of the dough. A longer than average resting period improves the product’s structure, making for a crispier croissant with clearly defined layers.\r\n\r\nBoth filled; the Raspberry Croissant offers a fruity filled surprise with its raspberry centre and eye catching red layers, created through the use of natural colours. The Chocolate-Hazelnut Croissant is a truly indulgent pastry, made using rich, dark cocoa to create deep chocolate layers and luxurious chocolate and hazelnut filling that consumers will love.\r\n\r\nWith coloured croissants the preserve of upmarket patisseries until now, the launch brings these creations into the remit of the wider foodservice market and allows cafes and restaurants to step up their offering and charge a more premium price point.\r\n\r\nPaul Whitely, Head of Marketing at ARYZTA Food Solutions UK, comments: “With operators increasingly looking for a competitive edge, these colourful twists on the early morning classic are ideal for enhancing breakfast or snacking menus, and are truly Instagram worthy. The timing couldn\'t be more perfect as we’ve already had rainbow bagels and unicorn cereals – now the market is ready for something new, and the coloured food trend is showing no sign of going away anytime soon.\r\n\r\n“We’ve based our Coloured Croissants on traditional lamination processes, utilising the same skills and quality ingredients, so that mainstream cafés and restaurants can replicate this offering with ease, giving their customers an exciting new breakfast and snacking option.\r\n\r\nCrucially, croissants are bucking the trend for a move away from sweeter snacking treats, and are actually in growth in the snacking category*. This is further evidence of our commitment to developing quality products to help operators capitalise on key trends.”\r\n\r\nARYZTA’s frozen Coloured Croissants are available in 45g and 90g sizes. They simply require defrosting at room temperature before baking at 165-175°C for 18-22 minutes. They will keep in the freezer for 12 months and have a baked shelf life of 16 hours allowing cafes and restaurants to offer on-the-go snacks whatever the time of day.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\nFor more information on the range call 0844 499 3311, email <a href=\"mailto:marketing.uk@aryzta.com\">marketing.uk@aryzta.com</a>, visit <a href=\"http://www.aryztafoodsolutions.co.uk\">www.aryztafoodsolutions.co.uk</a> or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions - Colour Croissants','','inherit','closed','closed','','914-revision-v1','','','2018-04-19 14:09:51','2018-04-19 14:09:51','',914,'http://www.ontradeprogress.com/2018/04/19/914-revision-v1/',0,'revision','',0),(918,1,'2018-04-19 14:16:52','2018-04-19 14:16:52','<strong>ARYZTA food solutions UK brings filled colour croissants to<img class=\"alignleft  wp-image-915\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Raspberry-Croissant-1024x683.jpg\" alt=\"\" width=\"242\" height=\"161\" />breakfast and snacking menus</strong>\r\n\r\nFoodservice operators can premiumise their breakfast and snack offering with the latest pastry innovation from ARYZTA Food Solutions UK – Coloured Croissants.\r\n\r\nA profitable twist on a much loved classic, the colourful croissants are made using specialist technology which intricately layers coloured dough and plain, resulting in a striking pattern.\r\n\r\nSupplied frozen and available in two varieties, ‘Raspberry’ and ‘Chocolate-Hazelnut’, the croissants are made to a unique recipe using pure butter for an authentic taste and wheat yeast to accentuate the flavour of the dough. A longer than average resting period improves the product’s structure, making for a crispier croissant with clearly defined layers.\r\n\r\nBoth filled; the Raspberry Croissant offers a fruity filled surprise with its raspberry centre and eye catching red layers, created through the use of natural colours. The Chocolate-Hazelnut Croissant is a truly indulgent pastry, made using rich, dark cocoa to create deep chocolate layers and luxurious chocolate and hazelnut filling that consumers will love.\r\n\r\nWith coloured croissants the preserve of upmarket patisseries until now, the launch brings these creations into the remit of the wider foodservice market and allows cafes and restaurants to step up their offering and charge a more premium price point.\r\n\r\nPaul Whitely, Head of Marketing at ARYZTA Food Solutions UK, comments: “With operators increasingly looking for a competitive edge, these colourful twists on the early morning classic are ideal for enhancing breakfast or snacking menus, and are truly Instagram worthy. The timing couldn\'t be more perfect as we’ve already had rainbow bagels and unicorn cereals – now the market is ready for something new, and the coloured food trend is showing no sign of going away anytime soon.\r\n\r\n“We’ve based our Coloured Croissants on traditional lamination processes, utilising the same skills and quality ingredients, so that mainstream cafés and restaurants can replicate this offering with ease, giving their customers an exciting new breakfast and snacking option.\r\n\r\nCrucially, croissants are bucking the trend for a move away from sweeter snacking treats, and are actually in growth in the snacking category*. This is further evidence of our commitment to developing quality products to help operators capitalise on key trends.”\r\n\r\nARYZTA’s frozen Coloured Croissants are available in 45g and 90g sizes. They simply require defrosting at room temperature before baking at 165-175°C for 18-22 minutes. They will keep in the freezer for 12 months and have a baked shelf life of 16 hours allowing cafes and restaurants to offer on-the-go snacks whatever the time of day.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\nFor more information visit <a href=\"http://www.aryztafoodsolutions.co.uk\">www.aryztafoodsolutions.co.uk</a>','ARYZTA Food Solutions - Colour Croissants','','inherit','closed','closed','','914-revision-v1','','','2018-04-19 14:16:52','2018-04-19 14:16:52','',914,'http://www.ontradeprogress.com/2018/04/19/914-revision-v1/',0,'revision','',0),(919,1,'2018-04-19 15:08:07','2018-04-19 15:08:07','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"206\" height=\"137\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended  to be equipped with seat cushions. The <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />extensive range of cover materials offered by GO IN makes a    wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.<strong> </strong>\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Trends in furniture design for bars and restaurants.','','publish','closed','open','','furniture-design-trends-in-bars-and-restaurants','','','2018-04-19 15:08:07','2018-04-19 15:08:07','',0,'http://www.ontradeprogress.com/?p=919',0,'post','',0),(920,1,'2018-04-19 14:50:11','2018-04-19 14:50:11','','GO IN_WS0500_WF0520_WF0540_HK','','inherit','closed','closed','','go-in_ws0500_wf0520_wf0540_hk','','','2018-04-19 14:50:11','2018-04-19 14:50:11','',919,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_WS0500_WF0520_WF0540_HK.jpg',0,'attachment','image/jpeg',0),(921,1,'2018-04-19 14:50:20','2018-04-19 14:50:20','','GO IN_Caden_Sofa','','inherit','closed','closed','','go-in_caden_sofa','','','2018-04-19 14:50:20','2018-04-19 14:50:20','',919,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa.jpg',0,'attachment','image/jpeg',0),(922,1,'2018-04-19 14:50:26','2018-04-19 14:50:26','','GO IN Scandi-style ash detail','','inherit','closed','closed','','go-in-scandi-style-ash-detail','','','2018-04-19 14:50:26','2018-04-19 14:50:26','',919,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail.jpg',0,'attachment','image/jpeg',0),(923,1,'2018-04-19 14:50:29','2018-04-19 14:50:29','','GO IN_Marlo_Armchair_Sidechair','','inherit','closed','closed','','go-in_marlo_armchair_sidechair','','','2018-04-19 14:50:29','2018-04-19 14:50:29','',919,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Marlo_Armchair_Sidechair.jpg',0,'attachment','image/jpeg',0),(924,1,'2018-04-19 14:53:48','2018-04-19 14:53:48','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions.  The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"218\" height=\"145\" />\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"134\" height=\"168\" />\r\n\r\n<img class=\"alignleft  wp-image-920\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_WS0500_WF0520_WF0540_HK-1024x767.jpg\" alt=\"\" width=\"192\" height=\"144\" />','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 14:53:48','2018-04-19 14:53:48','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(925,1,'2018-04-19 14:54:34','2018-04-19 14:54:34','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions.  The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"218\" height=\"145\" />\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"134\" height=\"168\" />\r\n\r\n<img class=\"alignleft  wp-image-920\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_WS0500_WF0520_WF0540_HK-1024x767.jpg\" alt=\"\" width=\"192\" height=\"144\" />','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 14:54:34','2018-04-19 14:54:34','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(926,1,'2018-04-19 14:55:43','2018-04-19 14:55:43','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions.  The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\n<img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"134\" height=\"168\" />\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"218\" height=\"145\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 14:55:43','2018-04-19 14:55:43','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(927,1,'2018-04-19 14:58:19','2018-04-19 14:58:19','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"218\" height=\"145\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />             to be equipped with seat cushions.\r\n\r\nThe extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>                                                    GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 14:58:19','2018-04-19 14:58:19','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(928,1,'2018-04-19 14:59:05','2018-04-19 14:59:05','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"218\" height=\"145\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />             to be equipped with seat cushions. The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong> GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 14:59:05','2018-04-19 14:59:05','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(929,1,'2018-04-19 14:59:34','2018-04-19 14:59:34','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"218\" height=\"145\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />             to be equipped with seat cushions. The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.<strong> GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 14:59:34','2018-04-19 14:59:34','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(930,1,'2018-04-19 15:00:57','2018-04-19 15:00:57','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"206\" height=\"137\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended  to be equipped with seat cushions. The <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.<strong> GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 15:00:57','2018-04-19 15:00:57','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(931,1,'2018-04-19 15:02:03','2018-04-19 15:02:03','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"206\" height=\"137\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended  to be equipped with seat cushions. The <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.<strong> </strong>\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 15:02:03','2018-04-19 15:02:03','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(932,1,'2018-04-19 15:03:40','2018-04-19 15:03:40','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"206\" height=\"137\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended  to be equipped with seat cushions. The <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />extensive range of cover materials offered by GO IN makes a    wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.<strong> </strong>\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Furniture trends','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 15:03:40','2018-04-19 15:03:40','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(933,1,'2018-04-19 15:07:36','2018-04-19 15:07:36','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\n<img class=\"alignleft  wp-image-921\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN_Caden_Sofa-1024x682.jpg\" alt=\"\" width=\"206\" height=\"137\" />\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended  to be equipped with seat cushions. The <img class=\"alignleft  wp-image-922\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/GO-IN-Scandi-style-ash-detail-821x1024.jpg\" alt=\"\" width=\"169\" height=\"211\" />extensive range of cover materials offered by GO IN makes a    wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.<strong> </strong>\r\n\r\n<strong>GO IN UK contact details: Tel 0152</strong><strong>7 519580, www.go-in.co.uk</strong>\r\n\r\n&nbsp;','Trends in furniture design for bars and restaurants.','','inherit','closed','closed','','919-revision-v1','','','2018-04-19 15:07:36','2018-04-19 15:07:36','',919,'http://www.ontradeprogress.com/2018/04/19/919-revision-v1/',0,'revision','',0),(935,1,'2018-04-20 07:59:09','2018-04-20 07:59:09','<strong>Salcombe Gin launches new signature serve cocktail collection </strong>\r\n\r\n<span style=\"color: #000000;\"><strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.</span>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignleft wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"294\" height=\"441\" /></span>\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe</li>\r\n 	<li>Gin ‘Start Point’ 150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>','Salcombe Gin – Signature Sea Mist  Cocktail','','inherit','closed','closed','','895-revision-v1','','','2018-04-20 07:59:09','2018-04-20 07:59:09','',895,'http://www.ontradeprogress.com/2018/04/20/895-revision-v1/',0,'revision','',0),(936,1,'2018-04-20 08:30:14','2018-04-20 08:30:14','<strong><img class=\"alignleft wp-image-937\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018-672x1024.jpg\" alt=\"\" width=\"137\" height=\"208\" /></strong><strong>UK Foodservice Quality Food Awards returns to crown the industry’s finest</strong>\r\n\r\nThe 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries.\r\n\r\nOpen to manufacturers and suppliers across foodservice, and with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond, there is an ideal fit for every product and every type of business, no matter the size or scale of operation.\r\n\r\nFollow this link to view the full category breakdown and enter before the 15<sup>th</sup> June deadline: <a href=\"http://foodservice.qualityfoodawards.com\">http://foodservice.qualityfoodawards.com</a>\r\n\r\nThe awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nFresh soup supplier, The Real Soup Co. made it a clean sweep at the 2017 Foodservice Quality Food Awards with its newly introduced 380g Indonesian Chickpea and Coconut Soup winning both Best Meal Solution and an outright Gold in the foodservice category. On the win, Helen Marlton, Customer and Commercial Partnership Manager, said:\r\n\r\n<em>“The Q Award win was a real watershed moment for us and helped us unlock some key pieces of business, including an exclusivity deal to stock the cafés of one of the UK’s biggest and best loved high street retailers.”    </em>\r\n\r\nYossi Foods is a Bristol-based producer of authentic falafel to foodservice and retail; in 2017 the company won Gold Small Producer of the Year at the Q Awards.  Director Rebecca Channack had this to say:\r\n\r\n“<em>The benefits have been invaluable to us as a young growing company – something we can proudly communicate to both existing and new business. One year along and we\'re still very much enjoying the fruits of the win, so a big thank you to the Q Awards!\"</em><strong> </strong>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“These stories of success have been a common feature of the Foodservice Quality Food Awards ever since we established them to sit alongside a prestigious and longstanding portfolio stretching back almost 40 years. Landing an award at the Foodservice Qs sends a clear signal to the industry – this is a product that has been scrutinised by some of the best in the business, something with a true point of difference that will get the right people – chefs, and those with purchasing power – to sit up and take notice.\r\n\r\n“I urge anyone in foodservice that feels they are sitting on the next big innovation to enter it into the awards today – the Quality mark is a true badge of honour with benefits that are far-reaching.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com\">http://uk.qualityfoodawards.com</a>','UK food service quality awards','','publish','closed','open','','uk-food-service-quality-awards','','','2018-04-20 10:24:00','2018-04-20 10:24:00','',0,'http://www.ontradeprogress.com/?p=936',0,'post','',0),(937,1,'2018-04-20 08:14:14','2018-04-20 08:14:14','','FSQFA 2018','','inherit','closed','closed','','fsqfa-2018','','','2018-04-20 08:14:14','2018-04-20 08:14:14','',936,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018.jpg',0,'attachment','image/jpeg',0),(938,1,'2018-04-20 08:17:31','2018-04-20 08:17:31','<strong><img class=\"alignleft  wp-image-937\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018-672x1024.jpg\" alt=\"\" width=\"137\" height=\"208\" />The 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries. </strong>\r\n\r\nOpen to manufacturers and suppliers across foodservice, and with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond, there is an ideal fit for every product and every type of business, no matter the size or scale of operation.\r\n\r\nFollow this link to view the full category breakdown and enter before the 15<sup>th</sup> June deadline: <a href=\"http://foodservice.qualityfoodawards.com\">http://foodservice.qualityfoodawards.com</a>\r\n\r\nThe awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nFresh soup supplier, The Real Soup Co. made it a clean sweep at the 2017 Foodservice Quality Food Awards with its newly introduced 380g Indonesian Chickpea and Coconut Soup winning both Best Meal Solution and an outright Gold in the foodservice category. On the win, Helen Marlton, Customer and Commercial Partnership Manager, said:\r\n\r\n<em>“The Q Award win was a real watershed moment for us and helped us unlock some key pieces of business, including an exclusivity deal to stock the cafés of one of the UK’s biggest and best loved high street retailers.”    </em>\r\n\r\nYossi Foods is a Bristol-based producer of authentic falafel to foodservice and retail; in 2017 the company won Gold Small Producer of the Year at the Q Awards.  Director Rebecca Channack had this to say:\r\n\r\n“<em>The benefits have been invaluable to us as a young growing company – something we can proudly communicate to both existing and new business. One year along and we\'re still very much enjoying the fruits of the win, so a big thank you to the Q Awards!\"</em><strong> </strong>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“These stories of success have been a common feature of the Foodservice Quality Food Awards ever since we established them to sit alongside a prestigious and longstanding portfolio stretching back almost 40 years. Landing an award at the Foodservice Qs sends a clear signal to the industry – this is a product that has been scrutinised by some of the best in the business, something with a true point of difference that will get the right people – chefs, and those with purchasing power – to sit up and take notice.\r\n\r\n“I urge anyone in foodservice that feels they are sitting on the next big innovation to enter it into the awards today – the Quality mark is a true badge of honour with benefits that are far-reaching.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com\">http://uk.qualityfoodawards.com</a>','UK food service quality awards','','inherit','closed','closed','','936-revision-v1','','','2018-04-20 08:17:31','2018-04-20 08:17:31','',936,'http://www.ontradeprogress.com/2018/04/20/936-revision-v1/',0,'revision','',0),(939,1,'2018-04-20 08:23:57','2018-04-20 08:23:57','<strong><img class=\"alignleft  wp-image-937\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018-672x1024.jpg\" alt=\"\" width=\"137\" height=\"208\" /></strong>\r\n\r\nUK Foodservice Quality Food Awards Returns to Crown the Industry’s Finest\r\n\r\n<strong>The 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries. </strong>\r\n\r\nOpen to manufacturers and suppliers across foodservice, and with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond, there is an ideal fit for every product and every type of business, no matter the size or scale of operation.\r\n\r\nFollow this link to view the full category breakdown and enter before the 15<sup>th</sup> June deadline: <a href=\"http://foodservice.qualityfoodawards.com\">http://foodservice.qualityfoodawards.com</a>\r\n\r\nThe awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nFresh soup supplier, The Real Soup Co. made it a clean sweep at the 2017 Foodservice Quality Food Awards with its newly introduced 380g Indonesian Chickpea and Coconut Soup winning both Best Meal Solution and an outright Gold in the foodservice category. On the win, Helen Marlton, Customer and Commercial Partnership Manager, said:\r\n\r\n<em>“The Q Award win was a real watershed moment for us and helped us unlock some key pieces of business, including an exclusivity deal to stock the cafés of one of the UK’s biggest and best loved high street retailers.”    </em>\r\n\r\nYossi Foods is a Bristol-based producer of authentic falafel to foodservice and retail; in 2017 the company won Gold Small Producer of the Year at the Q Awards.  Director Rebecca Channack had this to say:\r\n\r\n“<em>The benefits have been invaluable to us as a young growing company – something we can proudly communicate to both existing and new business. One year along and we\'re still very much enjoying the fruits of the win, so a big thank you to the Q Awards!\"</em><strong> </strong>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“These stories of success have been a common feature of the Foodservice Quality Food Awards ever since we established them to sit alongside a prestigious and longstanding portfolio stretching back almost 40 years. Landing an award at the Foodservice Qs sends a clear signal to the industry – this is a product that has been scrutinised by some of the best in the business, something with a true point of difference that will get the right people – chefs, and those with purchasing power – to sit up and take notice.\r\n\r\n“I urge anyone in foodservice that feels they are sitting on the next big innovation to enter it into the awards today – the Quality mark is a true badge of honour with benefits that are far-reaching.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com\">http://uk.qualityfoodawards.com</a>','UK food service quality awards','','inherit','closed','closed','','936-revision-v1','','','2018-04-20 08:23:57','2018-04-20 08:23:57','',936,'http://www.ontradeprogress.com/2018/04/20/936-revision-v1/',0,'revision','',0),(940,1,'2018-04-20 08:24:48','2018-04-20 08:24:48','<strong><img class=\"alignleft  wp-image-937\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018-672x1024.jpg\" alt=\"\" width=\"137\" height=\"208\" /></strong><strong>UK Foodservice Quality Food Awards Returns to Crown the Industry’s Finest</strong>\r\n\r\nThe 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries.\r\n\r\n&nbsp;\r\n\r\nOpen to manufacturers and suppliers across foodservice, and with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond, there is an ideal fit for every product and every type of business, no matter the size or scale of operation.\r\n\r\nFollow this link to view the full category breakdown and enter before the 15<sup>th</sup> June deadline: <a href=\"http://foodservice.qualityfoodawards.com\">http://foodservice.qualityfoodawards.com</a>\r\n\r\nThe awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nFresh soup supplier, The Real Soup Co. made it a clean sweep at the 2017 Foodservice Quality Food Awards with its newly introduced 380g Indonesian Chickpea and Coconut Soup winning both Best Meal Solution and an outright Gold in the foodservice category. On the win, Helen Marlton, Customer and Commercial Partnership Manager, said:\r\n\r\n<em>“The Q Award win was a real watershed moment for us and helped us unlock some key pieces of business, including an exclusivity deal to stock the cafés of one of the UK’s biggest and best loved high street retailers.”    </em>\r\n\r\nYossi Foods is a Bristol-based producer of authentic falafel to foodservice and retail; in 2017 the company won Gold Small Producer of the Year at the Q Awards.  Director Rebecca Channack had this to say:\r\n\r\n“<em>The benefits have been invaluable to us as a young growing company – something we can proudly communicate to both existing and new business. One year along and we\'re still very much enjoying the fruits of the win, so a big thank you to the Q Awards!\"</em><strong> </strong>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“These stories of success have been a common feature of the Foodservice Quality Food Awards ever since we established them to sit alongside a prestigious and longstanding portfolio stretching back almost 40 years. Landing an award at the Foodservice Qs sends a clear signal to the industry – this is a product that has been scrutinised by some of the best in the business, something with a true point of difference that will get the right people – chefs, and those with purchasing power – to sit up and take notice.\r\n\r\n“I urge anyone in foodservice that feels they are sitting on the next big innovation to enter it into the awards today – the Quality mark is a true badge of honour with benefits that are far-reaching.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com\">http://uk.qualityfoodawards.com</a>','UK food service quality awards','','inherit','closed','closed','','936-revision-v1','','','2018-04-20 08:24:48','2018-04-20 08:24:48','',936,'http://www.ontradeprogress.com/2018/04/20/936-revision-v1/',0,'revision','',0),(941,1,'2018-04-20 08:25:02','2018-04-20 08:25:02','<strong><img class=\"alignleft  wp-image-937\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018-672x1024.jpg\" alt=\"\" width=\"137\" height=\"208\" /></strong><strong>UK Foodservice Quality Food Awards Returns to Crown the Industry’s Finest</strong>\r\n\r\nThe 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries.\r\n\r\nOpen to manufacturers and suppliers across foodservice, and with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond, there is an ideal fit for every product and every type of business, no matter the size or scale of operation.\r\n\r\nFollow this link to view the full category breakdown and enter before the 15<sup>th</sup> June deadline: <a href=\"http://foodservice.qualityfoodawards.com\">http://foodservice.qualityfoodawards.com</a>\r\n\r\nThe awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nFresh soup supplier, The Real Soup Co. made it a clean sweep at the 2017 Foodservice Quality Food Awards with its newly introduced 380g Indonesian Chickpea and Coconut Soup winning both Best Meal Solution and an outright Gold in the foodservice category. On the win, Helen Marlton, Customer and Commercial Partnership Manager, said:\r\n\r\n<em>“The Q Award win was a real watershed moment for us and helped us unlock some key pieces of business, including an exclusivity deal to stock the cafés of one of the UK’s biggest and best loved high street retailers.”    </em>\r\n\r\nYossi Foods is a Bristol-based producer of authentic falafel to foodservice and retail; in 2017 the company won Gold Small Producer of the Year at the Q Awards.  Director Rebecca Channack had this to say:\r\n\r\n“<em>The benefits have been invaluable to us as a young growing company – something we can proudly communicate to both existing and new business. One year along and we\'re still very much enjoying the fruits of the win, so a big thank you to the Q Awards!\"</em><strong> </strong>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“These stories of success have been a common feature of the Foodservice Quality Food Awards ever since we established them to sit alongside a prestigious and longstanding portfolio stretching back almost 40 years. Landing an award at the Foodservice Qs sends a clear signal to the industry – this is a product that has been scrutinised by some of the best in the business, something with a true point of difference that will get the right people – chefs, and those with purchasing power – to sit up and take notice.\r\n\r\n“I urge anyone in foodservice that feels they are sitting on the next big innovation to enter it into the awards today – the Quality mark is a true badge of honour with benefits that are far-reaching.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com\">http://uk.qualityfoodawards.com</a>','UK food service quality awards','','inherit','closed','closed','','936-revision-v1','','','2018-04-20 08:25:02','2018-04-20 08:25:02','',936,'http://www.ontradeprogress.com/2018/04/20/936-revision-v1/',0,'revision','',0),(942,1,'2018-04-20 09:02:21','2018-04-20 09:02:21','<strong>Salcombe Gin launches new signature serve cocktail collection </strong>\r\n\r\n<strong>ST CLAIR </strong>- A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels used during the distillation process, paired with the classic St. Germain elderflower liqueur.\r\n\r\n<img class=\"alignleft wp-image-943\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg\" alt=\"\" width=\"255\" height=\"382\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"383\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>ST CLAIR COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>25ml Salcombe Gin ‘Start Point’ 25ml</li>\r\n 	<li>St. Germain Elderflower Liqueur 20ml freshly squeezed</li>\r\n 	<li>red grapefruit juice</li>\r\n 	<li>70ml chilled soda water</li>\r\n 	<li>Red grapefruit peel for decorative garnish</li>\r\n</ul>\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a boston shaker with ice.</li>\r\n 	<li>Add the red grapefruit juice, St. Germain and Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Shake vigorously.</li>\r\n 	<li>Strain through a fine mesh sieve into a flute glass.</li>\r\n 	<li>Add the chilled soda water.</li>\r\n 	<li>Slice a thin piece of grapefruit peel and add to the rim of the glass for a decorative garnish.</li>\r\n</ul>','Salcombe Gin – Signature ST Clair Cocktail','','publish','closed','open','','salcombe-gin-signature-st-clair-cocktail','','','2018-04-24 12:57:28','2018-04-24 12:57:28','',0,'http://www.ontradeprogress.com/?p=942',0,'post','',0),(943,1,'2018-04-20 08:47:34','2018-04-20 08:47:34','','st Clair low res','','inherit','closed','closed','','st-clair-low-res','','','2018-04-20 08:47:34','2018-04-20 08:47:34','',942,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg',0,'attachment','image/jpeg',0),(944,1,'2018-04-20 08:57:10','2018-04-20 08:57:10','<strong>Salcombe Gin launches new signature serve cocktail collection </strong>\r\n\r\n<strong>ST CLAIR </strong>- A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels used during the distillation process, paired with the classic St. Germain elderflower liqueur.\r\n\r\n<img class=\"alignleft  wp-image-943\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg\" alt=\"\" width=\"255\" height=\"382\" />\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"383\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>ST CLAIR COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>25ml Salcombe Gin ‘Start Point’ 25ml</li>\r\n 	<li>St. Germain Elderflower Liqueur 20ml freshly squeezed</li>\r\n 	<li>red grapefruit juice</li>\r\n 	<li>70ml chilled soda water</li>\r\n 	<li>Red grapefruit peel for decorative garnish</li>\r\n</ul>\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a boston shaker with ice.</li>\r\n 	<li>Add the red grapefruit juice, St. Germain and Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Shake vigorously.</li>\r\n 	<li>Strain through a fine mesh sieve into a flute glass.</li>\r\n 	<li>Add the chilled soda water.</li>\r\n 	<li>Slice a thin piece of grapefruit peel and add to the rim of the glass for a decorative garnish.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','closed','closed','','942-revision-v1','','','2018-04-20 08:57:10','2018-04-20 08:57:10','',942,'http://www.ontradeprogress.com/2018/04/20/942-revision-v1/',0,'revision','',0),(945,1,'2018-04-20 09:02:09','2018-04-20 09:02:09','<strong>Salcombe Gin launches new signature serve cocktail collection </strong>\r\n\r\n<strong>ST CLAIR </strong>- A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels used during the distillation process, paired with the classic St. Germain elderflower liqueur.\r\n\r\n<img class=\"alignleft  wp-image-943\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg\" alt=\"\" width=\"255\" height=\"382\" />\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"383\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>ST CLAIR COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>25ml Salcombe Gin ‘Start Point’ 25ml</li>\r\n 	<li>St. Germain Elderflower Liqueur 20ml freshly squeezed</li>\r\n 	<li>red grapefruit juice</li>\r\n 	<li>70ml chilled soda water</li>\r\n 	<li>Red grapefruit peel for decorative garnish</li>\r\n</ul>\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a boston shaker with ice.</li>\r\n 	<li>Add the red grapefruit juice, St. Germain and Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Shake vigorously.</li>\r\n 	<li>Strain through a fine mesh sieve into a flute glass.</li>\r\n 	<li>Add the chilled soda water.</li>\r\n 	<li>Slice a thin piece of grapefruit peel and add to the rim of the glass for a decorative garnish.</li>\r\n</ul>','Salcombe Gin – Signature ST Clair Cocktail','','inherit','closed','closed','','942-revision-v1','','','2018-04-20 09:02:09','2018-04-20 09:02:09','',942,'http://www.ontradeprogress.com/2018/04/20/942-revision-v1/',0,'revision','',0),(946,1,'2018-04-20 09:57:49','2018-04-20 09:57:49','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" />With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','publish','closed','open','','wivert-public-wi-fi','','','2018-04-20 10:23:18','2018-04-20 10:23:18','',0,'http://www.ontradeprogress.com/?p=946',0,'post','',0),(947,1,'2018-04-20 09:24:36','2018-04-20 09:24:36','','action-adult-artist-354305','','inherit','closed','closed','','action-adult-artist-354305','','','2018-04-20 09:24:36','2018-04-20 09:24:36','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-354305.jpg',0,'attachment','image/jpeg',0),(948,1,'2018-04-20 09:24:53','2018-04-20 09:24:53','','action-adult-artist-354305','','inherit','closed','closed','','action-adult-artist-354305-2','','','2018-04-20 09:24:53','2018-04-20 09:24:53','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-354305-1.jpg',0,'attachment','image/jpeg',0),(949,1,'2018-04-20 09:26:29','2018-04-20 09:26:29','','action-adult-artist-wifi','','inherit','closed','closed','','action-adult-artist-wifi','','','2018-04-20 09:26:29','2018-04-20 09:26:29','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-wifi.jpg',0,'attachment','image/jpeg',0),(950,1,'2018-04-20 09:28:17','2018-04-20 09:28:17','','wifi','','inherit','closed','closed','','wifi','','','2018-04-20 09:28:17','2018-04-20 09:28:17','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi.jpg',0,'attachment','image/jpeg',0),(951,1,'2018-04-20 09:29:29','2018-04-20 09:29:29','','wifi','','inherit','closed','closed','','wifi-2','','','2018-04-20 09:29:29','2018-04-20 09:29:29','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg',0,'attachment','image/jpeg',0),(952,1,'2018-04-20 09:30:05','2018-04-20 09:30:05','','wivert_final','','inherit','closed','closed','','wivert_final','','','2018-04-20 09:30:05','2018-04-20 09:30:05','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final.jpg',0,'attachment','image/jpeg',0),(953,1,'2018-04-20 09:30:28','2018-04-20 09:30:28','','wifi','','inherit','closed','closed','','wifi-3','','','2018-04-20 09:30:28','2018-04-20 09:30:28','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-2.jpg',0,'attachment','image/jpeg',0),(954,1,'2018-04-20 09:31:12','2018-04-20 09:31:12','','wifi','','inherit','closed','closed','','wifi-4','','','2018-04-20 09:31:12','2018-04-20 09:31:12','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-3.jpg',0,'attachment','image/jpeg',0),(955,1,'2018-04-20 09:32:01','2018-04-20 09:32:01','','wifi','','inherit','closed','closed','','wifi-5','','','2018-04-20 09:32:01','2018-04-20 09:32:01','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-4.jpg',0,'attachment','image/jpeg',0),(956,1,'2018-04-20 09:32:59','2018-04-20 09:32:59','','action-adult-artist-354305','','inherit','closed','closed','','action-adult-artist-354305-3','','','2018-04-20 09:32:59','2018-04-20 09:32:59','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-354305-2.jpg',0,'attachment','image/jpeg',0),(957,1,'2018-04-20 09:33:59','2018-04-20 09:33:59','','adult-beard-blur-437645','','inherit','closed','closed','','adult-beard-blur-437645','','','2018-04-20 09:33:59','2018-04-20 09:33:59','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/adult-beard-blur-437645.jpg',0,'attachment','image/jpeg',0),(958,1,'2018-04-20 09:34:48','2018-04-20 09:34:48','','adult-agreement-beard-541526','','inherit','closed','closed','','adult-agreement-beard-541526','','','2018-04-20 09:34:48','2018-04-20 09:34:48','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/adult-agreement-beard-541526.jpg',0,'attachment','image/jpeg',0),(959,1,'2018-04-20 09:35:06','2018-04-20 09:35:06','','action-adult-artist-wifi','','inherit','closed','closed','','action-adult-artist-wifi-2','','','2018-04-20 09:35:06','2018-04-20 09:35:06','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-wifi-1.jpg',0,'attachment','image/jpeg',0),(960,1,'2018-04-20 09:37:03','2018-04-20 09:37:03','','OnTrade','','inherit','closed','closed','','ontrade','','','2018-04-20 09:37:03','2018-04-20 09:37:03','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/OnTrade.zip',0,'attachment','application/zip',0),(961,1,'2018-04-20 09:37:16','2018-04-20 09:37:16','','action-adult-artist-wifi','','inherit','closed','closed','','action-adult-artist-wifi-3','','','2018-04-20 09:37:16','2018-04-20 09:37:16','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-wifi-2.jpg',0,'attachment','image/jpeg',0),(962,1,'2018-04-20 09:39:15','2018-04-20 09:39:15','','action-adult-artist-35430511','','inherit','closed','closed','','action-adult-artist-35430511','','','2018-04-20 09:39:15','2018-04-20 09:39:15','',946,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-35430511.jpg',0,'attachment','image/jpeg',0),(963,1,'2018-04-20 09:41:20','2018-04-20 09:41:20','<strong><img class=\"alignleft  wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"182\" height=\"82\" /></strong><strong>With</strong> <strong>ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience. </strong>\r\n\r\nThese days every ‘destination’ needs a high performance public Wi-Fi solution that will support these ever\r\n\r\nincreasing requirements, allowing guests to benefit from a fast and stable connection with easy login, the ability to move around the premises without losing <img class=\"alignleft size-large wp-image-951\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg\" alt=\"\" width=\"1\" height=\"1\" />connection, no coverage blackspots and the ability to enjoy safe, legal and family-friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi. <img class=\"alignleft size-large wp-image-949\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-wifi.jpg\" alt=\"\" width=\"1\" height=\"1\" />','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:41:20','2018-04-20 09:41:20','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(964,1,'2018-04-20 09:42:02','2018-04-20 09:42:02','<strong><img class=\"alignleft  wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"213\" height=\"96\" /></strong><strong>With</strong> <strong>ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience. </strong>\r\n\r\nThese days every ‘destination’ needs a high performance public Wi-Fi solution that will support these ever\r\n\r\nincreasing requirements, allowing guests to benefit from a fast and stable connection with easy login, the ability to move around the premises without losing <img class=\"alignleft size-large wp-image-951\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg\" alt=\"\" width=\"1\" height=\"1\" />connection, no coverage blackspots and the ability to enjoy safe, legal and family-friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi. <img class=\"alignleft size-large wp-image-949\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/action-adult-artist-wifi.jpg\" alt=\"\" width=\"1\" height=\"1\" />','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:42:02','2018-04-20 09:42:02','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(965,1,'2018-04-20 09:43:56','2018-04-20 09:43:56','<strong><img class=\"alignleft  wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"213\" height=\"96\" /></strong><strong>With</strong> <strong>ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every ‘destination’ needs a high performance public Wi-Fi solution that will support these ever increasing requirements, allowing guests to benefit from a fast and stable connection with easy login, the ability to move around the premises without losing <img class=\"alignleft size-large wp-image-951\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg\" alt=\"\" width=\"1\" height=\"1\" />connection, no coverage blackspots and the ability to enjoy safe, legal and family-friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:43:56','2018-04-20 09:43:56','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(966,1,'2018-04-20 09:44:19','2018-04-20 09:44:19','<strong><img class=\"alignleft  wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"213\" height=\"96\" /></strong><strong>With</strong> <strong>ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every ‘destination’ needs a high performance public Wi-Fi solution that will support these ever increasing requirements, allowing guests to benefit from a fast and stable connection with easy login, the ability tomove around the premises without losing <img class=\"alignleft size-large wp-image-951\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg\" alt=\"\" width=\"1\" height=\"1\" />connection, no coverage blackspots and the ability to enjoy safe, legal and family-friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:44:19','2018-04-20 09:44:19','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(967,1,'2018-04-20 09:44:50','2018-04-20 09:44:50','<strong><img class=\"alignleft  wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"213\" height=\"96\" /></strong><strong>With</strong> <strong>ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every ‘destination’ needs a high performance public Wi-Fi solution that will support these ever increasing requirements, allowing guests to benefit from a fast and stable connection with easy login, the abilityto move around the premises without losing <img class=\"alignleft size-large wp-image-951\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg\" alt=\"\" width=\"1\" height=\"1\" />connection, no coverage blackspots and the ability to enjoy safe, legal and family-friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:44:50','2018-04-20 09:44:50','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(968,1,'2018-04-20 09:47:18','2018-04-20 09:47:18','<strong><img class=\"alignleft  wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"213\" height=\"96\" /></strong><strong>With</strong> <strong>ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every ‘destination’ needs a high performance public Wi-Fi solution that will support these ever increasing requirements, allowing guests to benefit from a fast and stable connection with easy login, the ability to move around the premises without losing <img class=\"alignleft size-large wp-image-951\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wifi-1.jpg\" alt=\"\" width=\"1\" height=\"1\" />connection, no coverage blackspots and the ability to enjoy safe, legal and family-friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:47:18','2018-04-20 09:47:18','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(969,1,'2018-04-20 09:53:00','2018-04-20 09:53:00','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"213\" height=\"96\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements,. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:53:00','2018-04-20 09:53:00','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(970,1,'2018-04-20 09:53:24','2018-04-20 09:53:24','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"140\" height=\"63\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements,. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:53:24','2018-04-20 09:53:24','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(971,1,'2018-04-20 09:55:20','2018-04-20 09:55:20','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements,. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:55:20','2018-04-20 09:55:20','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(972,1,'2018-04-20 09:56:36','2018-04-20 09:56:36','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office,                                                                     having the right Public Wi-Fi is paramount to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:56:36','2018-04-20 09:56:36','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(973,1,'2018-04-20 09:56:57','2018-04-20 09:56:57','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount                                                 to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:56:57','2018-04-20 09:56:57','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(974,1,'2018-04-20 09:57:25','2018-04-20 09:57:25','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is                                       paramount  to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:57:25','2018-04-20 09:57:25','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(975,1,'2018-04-20 09:57:49','2018-04-20 09:57:49','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount   to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 09:57:49','2018-04-20 09:57:49','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(976,1,'2018-04-20 10:00:32','2018-04-20 10:00:32','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" /></strong>With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 10:00:32','2018-04-20 10:00:32','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(977,1,'2018-04-20 10:17:45','2018-04-20 10:17:45','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_april_2018?e=32393893/60401222[/embed]\r\n\r\n[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_march_2018?e=32393893/59376995[/embed]','On-Trade Progress April 2018','','inherit','closed','closed','','276-revision-v1','','','2018-04-20 10:17:45','2018-04-20 10:17:45','',276,'http://www.ontradeprogress.com/2018/04/20/276-revision-v1/',0,'revision','',0),(978,1,'2018-04-20 10:23:07','2018-04-20 10:23:07','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" />With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-autosave-v1','','','2018-04-20 10:23:07','2018-04-20 10:23:07','',946,'http://www.ontradeprogress.com/2018/04/20/946-autosave-v1/',0,'revision','',0),(979,1,'2018-04-20 10:23:18','2018-04-20 10:23:18','<strong><img class=\"alignleft wp-image-952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/wivert_final-1024x460.jpg\" alt=\"\" width=\"181\" height=\"81\" />With ever increasing demands from guests to stream video, keep in touch with friends and family on platforms like Skype or Facetime, post updates and photos on social media, research something, check in on smart home technology or keep in touch with the office, having the right Public Wi-Fi is paramount to providing the best possible guest experience.</strong>\r\n\r\nThese days every \'destination\' needs a high performance public Wi-Fi solution that will support these ever-increasingrequirements. Allowing to benfit from a fast and stable connection with easy login, the ability to move around the premises without loosing connection, no coverage blackspots and the ability to enjoy safe, legal and family friendly web access.\r\n\r\nNaturally WiVert Public Wi-Fi provides all of these features. But there is so much more to guest Wi-Fi than just providing an Internet connection.\r\n\r\nThis is where WiVert are different, because for us public Wi-Fi is all about working with our customers to not only provide a superior technological Wi-Fi solution for your guests, but just as importantly, to work with you to deliver a raft of powerful business benefits to help you meet head-on today’s challenges, by leveraging the technology to – amongst other things - increase dwell time and spend and systematically improve your online reputation on review platforms like TripAdvisor.\r\n\r\nHere are just some of the things we help our customers in the hospitality sector achieve:-\r\n<ul>\r\n 	<li>Once your system is installed, we are also there as your ongoing marketing partner to allow you to reap the benefits of your investment, by sending out your desired mailshots, updating your splash pages with your latest offers and of course to provide any technical support you need; all of which is free of charge.</li>\r\n 	<li>Keep in touch with anyone who has ever logged onto your guest Wi-Fi: whether they are a one-off guest or a regular visitor/member, you can directly engage with them with relevant, personalised content: one key way to increase future direct bookings.</li>\r\n 	<li>Systematically improve your TripAdvisor ratings, by capturing more positive feedback.</li>\r\n 	<li>Vastly increase your social media reach, by leveraging your guests and visitors as social advocates.</li>\r\n</ul>\r\nWe understand that every business is different, and that\'s why we work closely with our customers to tailor the system to their exact requirements. At WiVert, we are all about forging long-term partnership relationships with our customers, which includes our remote and proactive monitoring process, ensuring that in the unlikely event of a problem, we know about it and fix it before your guests are impacted. In addition your dedicated Technical Account Manager at WiVert will work with you to get the very best from your Public Wi-Fi.','WiVert Public Wi-Fi','','inherit','closed','closed','','946-revision-v1','','','2018-04-20 10:23:18','2018-04-20 10:23:18','',946,'http://www.ontradeprogress.com/2018/04/20/946-revision-v1/',0,'revision','',0),(980,1,'2018-04-20 10:24:00','2018-04-20 10:24:00','<strong><img class=\"alignleft wp-image-937\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/FSQFA-2018-672x1024.jpg\" alt=\"\" width=\"137\" height=\"208\" /></strong><strong>UK Foodservice Quality Food Awards returns to crown the industry’s finest</strong>\r\n\r\nThe 2018 search for foodservice’s most innovative food and drink solutions has begun, with the highly prestigious UK Foodservice Quality Food Awards now open for entries.\r\n\r\nOpen to manufacturers and suppliers across foodservice, and with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond, there is an ideal fit for every product and every type of business, no matter the size or scale of operation.\r\n\r\nFollow this link to view the full category breakdown and enter before the 15<sup>th</sup> June deadline: <a href=\"http://foodservice.qualityfoodawards.com\">http://foodservice.qualityfoodawards.com</a>\r\n\r\nThe awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nFresh soup supplier, The Real Soup Co. made it a clean sweep at the 2017 Foodservice Quality Food Awards with its newly introduced 380g Indonesian Chickpea and Coconut Soup winning both Best Meal Solution and an outright Gold in the foodservice category. On the win, Helen Marlton, Customer and Commercial Partnership Manager, said:\r\n\r\n<em>“The Q Award win was a real watershed moment for us and helped us unlock some key pieces of business, including an exclusivity deal to stock the cafés of one of the UK’s biggest and best loved high street retailers.”    </em>\r\n\r\nYossi Foods is a Bristol-based producer of authentic falafel to foodservice and retail; in 2017 the company won Gold Small Producer of the Year at the Q Awards.  Director Rebecca Channack had this to say:\r\n\r\n“<em>The benefits have been invaluable to us as a young growing company – something we can proudly communicate to both existing and new business. One year along and we\'re still very much enjoying the fruits of the win, so a big thank you to the Q Awards!\"</em><strong> </strong>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“These stories of success have been a common feature of the Foodservice Quality Food Awards ever since we established them to sit alongside a prestigious and longstanding portfolio stretching back almost 40 years. Landing an award at the Foodservice Qs sends a clear signal to the industry – this is a product that has been scrutinised by some of the best in the business, something with a true point of difference that will get the right people – chefs, and those with purchasing power – to sit up and take notice.\r\n\r\n“I urge anyone in foodservice that feels they are sitting on the next big innovation to enter it into the awards today – the Quality mark is a true badge of honour with benefits that are far-reaching.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com\">http://uk.qualityfoodawards.com</a>','UK food service quality awards','','inherit','closed','closed','','936-revision-v1','','','2018-04-20 10:24:00','2018-04-20 10:24:00','',936,'http://www.ontradeprogress.com/2018/04/20/936-revision-v1/',0,'revision','',0),(983,1,'2018-04-20 11:02:21','2018-04-20 11:02:21','<strong>Artis bringing  you their take on exquisitely decorated plates and large coupe bowls</strong>\r\n\r\nIn its 2018 catalogue, which has just been launched, leading supplier of tableware to the foodservice industry, <strong>Artis</strong>, has brought together a collection of new statement plates under the range name, <strong>Gallery</strong>. Manufactured by leading porcelain manufacturer, Tafelstern, there are six new pieces introduced this year, making a total overall of 11 different styles to choose from.\r\n\r\n<strong>GALLERY</strong>\r\n\r\nGallery is a premium collection of exquisitely decorated plates and large coupe bowls in a range of contemporary designs. Each is individually created to fit with current food and interior trends, combining subtle textures and muted shades to contrast effectively with white porcelain and to enhance the natural beauty of chef’s creations.\r\n\r\nThe Gallery is designed to complement all existing Tafelstern collections, delivering the ultimate fine dining experience. The plate sizes vary according to style from 28 to 32cm, with the 28cm coupe bowls, available in three different designs including a Matt concrete finish.  Overall The Gallery pieces range in price from £24.53 to £44.00.\r\n\r\nThe full range of Gallery statement plates features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','Artis - exquisitely decorated \'Gallery\' statement plates','','publish','closed','open','','artis-new-gallery-statement-plates','','','2018-04-24 14:47:01','2018-04-24 14:47:01','',0,'http://www.ontradeprogress.com/?p=983',0,'post','',0),(984,1,'2018-04-20 10:54:51','2018-04-20 10:54:51','','artis - plates','','inherit','closed','closed','','artis-plates','','','2018-04-20 10:54:51','2018-04-20 10:54:51','',983,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-plates.jpg',0,'attachment','image/jpeg',0),(985,1,'2018-04-20 11:01:34','2018-04-20 11:01:34','<strong>Artis bringing  you their take on exquisitely decorated plates and large coupe bowls</strong>\r\n\r\nIn its 2018 catalogue, which has just been launched, leading supplier of tableware to the foodservice industry, <strong>Artis</strong>, has brought together a collection of new statement plates under the range name, <strong>Gallery</strong>. Manufactured by leading porcelain manufacturer, Tafelstern, there are six new pieces introduced this year, making a total overall of 11 different styles to choose from.\r\n\r\n<strong>GALLERY</strong>\r\n\r\nGallery is a premium collection of exquisitely decorated plates and large coupe bowls in a range of contemporary designs. Each is individually created to fit with current food and interior trends, combining subtle textures and muted shades to contrast effectively with white porcelain and to enhance the natural beauty of chef’s creations.\r\n\r\nThe Gallery is designed to complement all existing Tafelstern collections, delivering the ultimate fine dining experience. The plate sizes vary according to style from 28 to 32cm, with the 28cm coupe bowls, available in three different designs including a Matt concrete finish.  Overall The Gallery pieces range in price from £24.53 to £44.00.\r\n\r\nThe full range of Gallery statement plates features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','Artis - new \'Gallery\' statement plates','','inherit','closed','closed','','983-revision-v1','','','2018-04-20 11:01:34','2018-04-20 11:01:34','',983,'http://www.ontradeprogress.com/2018/04/20/983-revision-v1/',0,'revision','',0),(986,1,'2018-04-20 11:02:13','2018-04-20 11:02:13','<strong>Artis bringing  you their take on exquisitely decorated plates and large coupe bowls</strong>\r\n\r\nIn its 2018 catalogue, which has just been launched, leading supplier of tableware to the foodservice industry, <strong>Artis</strong>, has brought together a collection of new statement plates under the range name, <strong>Gallery</strong>. Manufactured by leading porcelain manufacturer, Tafelstern, there are six new pieces introduced this year, making a total overall of 11 different styles to choose from.\r\n\r\n<strong>GALLERY</strong>\r\n\r\nGallery is a premium collection of exquisitely decorated plates and large coupe bowls in a range of contemporary designs. Each is individually created to fit with current food and interior trends, combining subtle textures and muted shades to contrast effectively with white porcelain and to enhance the natural beauty of chef’s creations.\r\n\r\nThe Gallery is designed to complement all existing Tafelstern collections, delivering the ultimate fine dining experience. The plate sizes vary according to style from 28 to 32cm, with the 28cm coupe bowls, available in three different designs including a Matt concrete finish.  Overall The Gallery pieces range in price from £24.53 to £44.00.\r\n\r\nThe full range of Gallery statement plates features in the new 2018 Artis catalogue, which is now available. For your own personal copy please call <strong>020 8391 5544</strong> or download online at <a href=\"http://www.artis-uk.com/catalogue\"><strong>www.artis-uk.com/catalogue</strong></a> .','Artis - exquisitely decorated \'Gallery\' statement plates','','inherit','closed','closed','','983-revision-v1','','','2018-04-20 11:02:13','2018-04-20 11:02:13','',983,'http://www.ontradeprogress.com/2018/04/20/983-revision-v1/',0,'revision','',0),(987,1,'2018-04-24 12:24:12','2018-04-24 12:24:12','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"101\" height=\"101\" />\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality is pleased to announce the appointment of Jim Cathcart to the role of Director of Policy and Regulation.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim joins UKHospitality from the British Beer and Pub Association where he worked for 10 years as a Senior Policy Advisor and Policy Manager specialising in a wide range of subjects including: licensing, planning and copyright.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Jim is widely regarded as the one of the most knowledgeable individuals in the sector and his appointment will be a fantastic asset to UKHospitality. The appointment will further enhance our capabilities as a powerful, effective advocate for the UK’s incredibly important pub sector while strengthening our position as the voice for the entire hospitality sector.”</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim Cathcart commented: “A decade at the BBPA has equipped me well for the challenges of my new role. It has been a pleasure to work with a talented team of professionals, from whom I have learned so much.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“I am embarking on a new chapter of my career with enthusiasm and excitement. I look forward to applying my areas of expertise for the benefit of UKHospitality members, as well as developing my knowledge and experience of the wider sector that UKH represents.”</p>','Jim Cathcart appointed director of policy and regulation','','publish','closed','open','','jim-cathcart-appointed-director-policy-regulation','','','2018-04-24 14:13:25','2018-04-24 14:13:25','',0,'http://www.ontradeprogress.com/?p=987',0,'post','',0),(988,1,'2018-04-24 12:18:23','2018-04-24 12:18:23','','UKHospitality logo','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.','inherit','closed','closed','','ukhospitality-logo','','','2019-01-28 12:10:50','2019-01-28 12:10:50','',987,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/UKHospitality-logo.png',0,'attachment','image/png',0),(989,1,'2018-04-24 12:18:56','2018-04-24 12:18:56','<img class=\"alignleft  wp-image-988\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/UKHospitality-logo.png\" alt=\"\" width=\"164\" height=\"97\" />\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality is pleased to announce the appointment of Jim Cathcart to the role of Director of Policy and Regulation.</strong></p>\r\n&nbsp;\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim joins UKHospitality from the British Beer and Pub Association where he worked for 10 years as a Senior Policy Advisor and Policy Manager specialising in a wide range of subjects including: licensing, planning and copyright.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Jim is widely regarded as the one of the most knowledgeable individuals in the sector and his appointment will be a fantastic asset to UKHospitality. The appointment will further enhance our capabilities as a powerful, effective advocate for the UK’s incredibly important pub sector while strengthening our position as the voice for the entire hospitality sector.”</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim Cathcart commented: “A decade at the BBPA has equipped me well for the challenges of my new role. It has been a pleasure to work with a talented team of professionals, from whom I have learned so much.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“I am embarking on a new chapter of my career with enthusiasm and excitement. I look forward to applying my areas of expertise for the benefit of UKHospitality members, as well as developing my knowledge and experience of the wider sector that UKH represents.”</p>','Jim Cathcart appointed Director of Policy and Regulation','','inherit','closed','closed','','987-revision-v1','','','2018-04-24 12:18:56','2018-04-24 12:18:56','',987,'http://www.ontradeprogress.com/2018/04/24/987-revision-v1/',0,'revision','',0),(990,1,'2018-04-24 12:19:21','2018-04-24 12:19:21','<img class=\"alignleft  wp-image-988\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/UKHospitality-logo.png\" alt=\"\" width=\"135\" height=\"80\" />\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality is pleased to announce the appointment of Jim Cathcart to the role of Director of Policy and Regulation.</strong></p>\r\n&nbsp;\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim joins UKHospitality from the British Beer and Pub Association where he worked for 10 years as a Senior Policy Advisor and Policy Manager specialising in a wide range of subjects including: licensing, planning and copyright.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Jim is widely regarded as the one of the most knowledgeable individuals in the sector and his appointment will be a fantastic asset to UKHospitality. The appointment will further enhance our capabilities as a powerful, effective advocate for the UK’s incredibly important pub sector while strengthening our position as the voice for the entire hospitality sector.”</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim Cathcart commented: “A decade at the BBPA has equipped me well for the challenges of my new role. It has been a pleasure to work with a talented team of professionals, from whom I have learned so much.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“I am embarking on a new chapter of my career with enthusiasm and excitement. I look forward to applying my areas of expertise for the benefit of UKHospitality members, as well as developing my knowledge and experience of the wider sector that UKH represents.”</p>','Jim Cathcart appointed Director of Policy and Regulation','','inherit','closed','closed','','987-revision-v1','','','2018-04-24 12:19:21','2018-04-24 12:19:21','',987,'http://www.ontradeprogress.com/2018/04/24/987-revision-v1/',0,'revision','',0),(992,1,'2018-04-24 12:28:55','2018-04-24 12:28:55','<img class=\"alignleft wp-image-988\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/UKHospitality-logo.png\" alt=\"\" width=\"135\" height=\"80\" />\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality is pleased to announce the appointment of Jim Cathcart to the role of Director of Policy and Regulation.</strong></p>\r\n&nbsp;\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim joins UKHospitality from the British Beer and Pub Association where he worked for 10 years as a Senior Policy Advisor and Policy Manager specialising in a wide range of subjects including: licensing, planning and copyright.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Jim is widely regarded as the one of the most knowledgeable individuals in the sector and his appointment will be a fantastic asset to UKHospitality. The appointment will further enhance our capabilities as a powerful, effective advocate for the UK’s incredibly important pub sector while strengthening our position as the voice for the entire hospitality sector.”</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim Cathcart commented: “A decade at the BBPA has equipped me well for the challenges of my new role. It has been a pleasure to work with a talented team of professionals, from whom I have learned so much.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“I am embarking on a new chapter of my career with enthusiasm and excitement. I look forward to applying my areas of expertise for the benefit of UKHospitality members, as well as developing my knowledge and experience of the wider sector that UKH represents.”</p>','Jim Cathcart appointed director of policy and regulation','','inherit','closed','closed','','987-revision-v1','','','2018-04-24 12:28:55','2018-04-24 12:28:55','',987,'http://www.ontradeprogress.com/2018/04/24/987-revision-v1/',0,'revision','',0),(993,1,'2018-04-24 13:00:56','2018-04-24 13:00:56','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<img class=\"alignleft wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"277\" height=\"416\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>PENNANT MARTINI COCKTAIL RECIP</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><strong>Method </strong></p>\r\n\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>','Salcombe Gin - Signature Pennant Martini Cocktail','','publish','closed','open','','salcombe-gin-signature-pennant-martini-cocktail','','','2018-04-24 13:28:16','2018-04-24 13:28:16','',0,'http://www.ontradeprogress.com/?p=993',0,'post','',0),(994,1,'2018-04-24 12:38:29','2018-04-24 12:38:29','','Pennant Martini low res','','inherit','closed','closed','','pennant-martini-low-res','','','2018-04-24 12:38:29','2018-04-24 12:38:29','',993,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg',0,'attachment','image/jpeg',0),(996,1,'2018-04-24 12:59:47','2018-04-24 12:59:47','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<img class=\"alignleft  wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"277\" height=\"416\" />\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>PENNANT MARTINI COCKTAIL RECIP</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><strong>Method </strong></p>\r\n\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>','Salcombe Gin - Signature Pennant Martini Cocktail','','inherit','closed','closed','','993-revision-v1','','','2018-04-24 12:59:47','2018-04-24 12:59:47','',993,'http://www.ontradeprogress.com/2018/04/24/993-revision-v1/',0,'revision','',0),(1001,1,'2018-04-25 08:05:55','2018-04-25 08:05:55','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<img class=\"alignleft wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"277\" height=\"416\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>PENNANT MARTINI COCKTAIL RECIP</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><strong>Method </strong></p>\r\n\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>','Salcombe Gin - Signature Pennant Martini Cocktail','','inherit','closed','closed','','993-autosave-v1','','','2018-04-25 08:05:55','2018-04-25 08:05:55','',993,'http://www.ontradeprogress.com/2018/04/24/993-autosave-v1/',0,'revision','',0),(1002,1,'2018-04-24 13:03:35','2018-04-24 13:03:35','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<img class=\"alignleft wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"277\" height=\"416\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>PENNANT MARTINI COCKTAIL RECIP</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><strong>Method </strong></p>\r\n\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>','Salcombe Gin - Signature Pennant Martini Cocktail','','inherit','closed','closed','','993-revision-v1','','','2018-04-24 13:03:35','2018-04-24 13:03:35','',993,'http://www.ontradeprogress.com/2018/04/24/993-revision-v1/',0,'revision','',0),(1003,1,'2018-04-24 13:31:53','2018-04-24 13:31:53','<img class=\"alignleft wp-image-1004\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hooray-Harry-Pump-Clip.jpg\" alt=\"\" width=\"141\" height=\"141\" />\r\n\r\n<strong>Pub operator and brewer Brakspear is launching a range of Royal Wedding offers aimed at attracting people to visit its pubs in the run up to and on the day of this national celebration.</strong>\r\n\r\n&nbsp;\r\n\r\nThe company’s 11 managed pubs, along with a number of its tenanted and leased sites, will be serving Hooray Harry, a commemorative beer inspired by the royal groom<strong>.</strong>\r\n\r\nThe limited edition ale, which is available exclusively in Brakspear pubs, is brewed at Brakspear’s Bell Street Brewery in Henley-on-Thames, Oxfordshire. The 4.1% ABV easy drinking ale is a marriage of British and American hops and has, appropriately, a ‘rusty red’ colour.\r\n\r\nBrakspear chief executive Tom Davies said: “We wanted to mark this special occasion with a beer that offers all the traditional British-ness of a Royal Wedding, as well as a nod to Ms Markle’s American heritage.  We think Hooray Harry combines these elements perfectly and, like its royal namesake, has plenty of character.”\r\n\r\nThe beer’s distinctive pump clip describes Hooray Harry as a ‘rusty red beer brewed with American hops’, with a Union Jack background dotted with bunting, hearts and a lovebird.\r\n\r\nDavies added: “We’re not aware of any other beers named specifically after the Royal groom, so we have put aside a firkin for Prince Harry to enjoy on his stag do, or at the wedding itself. And as Windsor is just down the road from Henley, we’re happy to drop it off as part of our delivery run.”\r\n\r\n<strong>Harry’s Hampers</strong>\r\n\r\nFrom 1<sup>st</sup>- 19<sup>th</sup> May, the company’s 11 managed pubs will be offering ‘Harry’s Hampers’ and wedding inspired cocktails.\r\n\r\nThe hampers blend traditional British teatime favourites with treats inspired by the bride’s homeland and goodies include Coronation chicken sliders; smoked English Cheddar and homemade chutney sandwiches; leek, spinach and sweet potato quiche and BBQ pulled pork Scotch egg. Sweet treats feature English strawberry Victoria sponge, maple and pecan pie and mini jam doughnuts.\r\n\r\nCustomers will be able to toast the royal couple with quintessentially British Hendrick’s gin teapot cocktails called the ‘Wedding Cake’ and ‘The Ginger Prince’ - which is crafted with gin, fresh lime juice, raspberry jam and ginger beer.\r\n\r\n<strong>Celebrating local couples’ nuptials</strong>\r\n\r\nThe managed pubs are also inviting couples getting married on the same day as Prince Harry and Meghan Markle to toast their nuptials at their venues - offering five complimentary bottles of fizz per pub to the first couples to get in touch with them. Couples will have to bring in their marriage certificate to the pub to claim their free fizz.\r\n\r\nAny couple called Meghan and Harry or Henry and Rachel (the royal bride and groom’s official first names) getting married on the same day as the royal bride and groom are being offered an overnight stay and dinner at one of the company’s managed pubs with rooms.\r\n\r\n<strong>Markle’s Sparkle</strong>\r\n\r\nThe pubs are also hosting ‘Right Royal Toast’ parties on Friday, 18 May, offering ‘Markle’s Sparkle’ prosecco, British and American themed food specials and live music featuring covers from British and American bands. Customers will also be able to watch the Royal Wedding coverage on screens in the pubs on 19 May.\r\n\r\nDavies said: “We are excited to be launching a raft of Royal Wedding activities to help ensure our pubs maximise the big trading opportunity around this national celebration. We are really proud of the wedding inspired food and drink offers we have created.”\r\n\r\nHe added: “The 19<sup>th</sup> May is a special day not only for the royal couple but for the many couples local to our pubs who are also tying the knot on this day. As our pubs are positioned at the heart of their communities we felt it was important to help local couples toast their future happiness too.”\r\n\r\nBrakspear operates 11 premium managed pubs and around 120 tenanted and leased pubs across South East England. For more information visit <strong>brakspear.co.uk.</strong>','Hooray Harry! Brakspear pubs set to celebrate Royal Wedding','','publish','closed','open','','hooray-harry-brakspear-pubs-set-celebrate-royal-wedding','','','2018-04-24 14:45:48','2018-04-24 14:45:48','',0,'http://www.ontradeprogress.com/?p=1003',0,'post','',0),(1004,1,'2018-04-24 13:26:28','2018-04-24 13:26:28','','Hooray Harry Pump Clip','','inherit','closed','closed','','hooray-harry-pump-clip','','','2018-04-24 13:26:28','2018-04-24 13:26:28','',1003,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hooray-Harry-Pump-Clip.jpg',0,'attachment','image/jpeg',0),(1005,1,'2018-04-24 13:27:16','2018-04-24 13:27:16','','Brakspearroyalwedding','','inherit','closed','closed','','brakspearroyalwedding','','','2018-04-24 13:27:16','2018-04-24 13:27:16','',1003,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Brakspearroyalwedding.jpg',0,'attachment','image/jpeg',0),(1007,1,'2018-04-24 13:29:26','2018-04-24 13:29:26','<img class=\"alignleft  wp-image-1004\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hooray-Harry-Pump-Clip.jpg\" alt=\"\" width=\"141\" height=\"141\" />\r\n\r\n<strong>Pub operator and brewer Brakspear is launching a range of Royal Wedding offers aimed at attracting people to visit its pubs in the run up to and on the day of this national celebration.</strong>\r\n\r\n&nbsp;\r\n\r\nThe company’s 11 managed pubs, along with a number of its tenanted and leased sites, will be serving Hooray Harry, a commemorative beer inspired by the royal groom<strong>.</strong>\r\n\r\nThe limited edition ale, which is available exclusively in Brakspear pubs, is brewed at Brakspear’s Bell Street Brewery in Henley-on-Thames, Oxfordshire. The 4.1% ABV easy drinking ale is a marriage of British and American hops and has, appropriately, a ‘rusty red’ colour.\r\n\r\nBrakspear chief executive Tom Davies said: “We wanted to mark this special occasion with a beer that offers all the traditional British-ness of a Royal Wedding, as well as a nod to Ms Markle’s American heritage.  We think Hooray Harry combines these elements perfectly and, like its royal namesake, has plenty of character.”\r\n\r\nThe beer’s distinctive pump clip describes Hooray Harry as a ‘rusty red beer brewed with American hops’, with a Union Jack background dotted with bunting, hearts and a lovebird.\r\n\r\nDavies added: “We’re not aware of any other beers named specifically after the Royal groom, so we have put aside a firkin for Prince Harry to enjoy on his stag do, or at the wedding itself. And as Windsor is just down the road from Henley, we’re happy to drop it off as part of our delivery run.”\r\n\r\n<strong>Harry’s Hampers</strong>\r\n\r\nFrom 1<sup>st</sup>- 19<sup>th</sup> May, the company’s 11 managed pubs will be offering ‘Harry’s Hampers’ and wedding inspired cocktails.\r\n\r\nThe hampers blend traditional British teatime favourites with treats inspired by the bride’s homeland and goodies include Coronation chicken sliders; smoked English Cheddar and homemade chutney sandwiches; leek, spinach and sweet potato quiche and BBQ pulled pork Scotch egg. Sweet treats feature English strawberry Victoria sponge, maple and pecan pie and mini jam doughnuts.\r\n\r\nCustomers will be able to toast the royal couple with quintessentially British Hendrick’s gin teapot cocktails called the ‘Wedding Cake’ and ‘The Ginger Prince’ - which is crafted with gin, fresh lime juice, raspberry jam and ginger beer.\r\n\r\n<strong>Celebrating local couples’ nuptials</strong>\r\n\r\nThe managed pubs are also inviting couples getting married on the same day as Prince Harry and Meghan Markle to toast their nuptials at their venues - offering five complimentary bottles of fizz per pub to the first couples to get in touch with them. Couples will have to bring in their marriage certificate to the pub to claim their free fizz.\r\n\r\nAny couple called Meghan and Harry or Henry and Rachel (the royal bride and groom’s official first names) getting married on the same day as the royal bride and groom are being offered an overnight stay and dinner at one of the company’s managed pubs with rooms.\r\n\r\n<strong>Markle’s Sparkle</strong>\r\n\r\nThe pubs are also hosting ‘Right Royal Toast’ parties on Friday, 18 May, offering ‘Markle’s Sparkle’ prosecco, British and American themed food specials and live music featuring covers from British and American bands. Customers will also be able to watch the Royal Wedding coverage on screens in the pubs on 19 May.\r\n\r\nDavies said: “We are excited to be launching a raft of Royal Wedding activities to help ensure our pubs maximise the big trading opportunity around this national celebration. We are really proud of the wedding inspired food and drink offers we have created.”\r\n\r\nHe added: “The 19<sup>th</sup> May is a special day not only for the royal couple but for the many couples local to our pubs who are also tying the knot on this day. As our pubs are positioned at the heart of their communities we felt it was important to help local couples toast their future happiness too.”\r\n\r\n<strong>Caption to attached image:  </strong>Cheers! Brakspear pubs are gearing up to celebrate the Royal Wedding.\r\n\r\nBrakspear operates 11 premium managed pubs and around 120 tenanted and leased pubs across South East England. For more information visit <strong>brakspear.co.uk.</strong>','Hooray Harry! Brakspear pubs set to celebrate Royal Wedding','','inherit','closed','closed','','1003-revision-v1','','','2018-04-24 13:29:26','2018-04-24 13:29:26','',1003,'http://www.ontradeprogress.com/2018/04/24/1003-revision-v1/',0,'revision','',0),(1011,1,'2018-04-24 14:08:59','2018-04-24 14:08:59','<img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"93\" height=\"93\" />\r\n\r\n<strong>UKHospitality have published interim guidance to help catering businesses identify and implement measures to reduce acrylamide levels in food following new legislation which was brought into force on Wednesday, 11th April 2018.</strong>\r\n\r\nThe regulation requires food businesses to identify potential sources of acrylamide and demonstrate that they have taken appropriate action to reduce the levels of acrylamide according to the principle of ALARA (As Low As Reasonably Achievable).\r\n\r\nThe document provides operators with best practice guidance on how to mitigate acrylamide in their food businesses. Prepared by the industry, for industry, this guide is being developed with valuable input from the Food Standards Agency (FSA), Food Standards Scotland (FSS) and other key stakeholders in the catering and food service sector.\r\n\r\nDespite regulations coming into force today, the publication of interim guidance comes before EU guidance – which will provide clarity on the EU legislation on which the regulations are set. Upon clarification, the guidance will be updated and finalised.\r\n\r\nAcrylamide is a chemical that is created when many foods – particularly starchy foods such as potatoes and bread – are cooked at high temperatures, such as when baking, frying, grilling, toasting or roasting. The tentative scientific consensus is that acrylamide has the potential to be carcinogenic.\r\n\r\nDr Lisa Ackerley, UKHospitality Food Safety Expert, said: “Over the last 18 months UKHospitality has been working with the FSA, FSS and other stakeholders to produce practical guidance for caterers on the Acrylamide regulations which have been implemented today. Unfortunately, the EU guidance is not yet finalised, meaning some critical areas of clarification are still required as to scope and interpretation.\r\n\r\n“It is regrettable that despite our considerable efforts we have been unable to produce a final document for the hospitality sector in time for the implementation of the regulations. UKHospitality is committed to guaranteeing that not only we but also our members have full confidence in the integrity of the guidance. Until there is total clarity about which businesses fall under the more onerous part of the regulations, and what foods fall into scope, we unfortunately are not able to provide the industry with the much-needed guidance they require to be confident they are complying with the new regulations.\r\n“UKHospitality trusts that enforcement officers, who themselves will be relying on our guidance, will be mindful of this when considering taking any enforcement action until we all know where we stand when the EU publishes its guidance.”\r\nUKHospitality Chief Executive, Kate Nicholls, said: “UKHospitality is dedicated to ensuring its members have the practical and easy-to-use guidance they need to make informed and confident decisions. As with our Catering Guide, this guide is set to be Assured by Cornwall Council – the Primary Authority for the hospitality industry.\r\n\r\n“We hope that the EU guidance will be finalised sooner rather than later so that businesses can get to grips with the new legislation and will not be unfairly penalised and given reasonable time to understand and implement any necessary changes needed.\r\n\r\nTo download the interim guidance, click here.\r\n\r\nFor further enquiries, contact Fleet Street Communications: 020 3567 5800','UKHospitality provides interim guidance for industry on new acrylamide legislation','','publish','closed','open','','ukhospitality-provides-interim-guidance-industry-new-acrylamide-legislation','','','2018-04-24 14:16:32','2018-04-24 14:16:32','',0,'http://www.ontradeprogress.com/?p=1011',0,'post','',0),(1012,1,'2018-04-24 13:57:17','2018-04-24 13:57:17','UKHospitality have published interim guidance to help catering businesses identify and implement measures to reduce acrylamide levels in food following new legislation which was brought into force on wednesday, 11th April 2018.\r\n\r\n&nbsp;','UKHospitality provides interim guidance for industry on new acrylamide legislation brought into force on Wednesday 11th April 2018','','inherit','closed','closed','','1011-revision-v1','','','2018-04-24 13:57:17','2018-04-24 13:57:17','',1011,'http://www.ontradeprogress.com/2018/04/24/1011-revision-v1/',0,'revision','',0),(1013,1,'2018-04-24 14:07:23','2018-04-24 14:07:23','','o3Il1sRb_400x400','','inherit','closed','closed','','o3il1srb_400x400','','','2018-04-24 14:07:23','2018-04-24 14:07:23','',1011,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg',0,'attachment','image/jpeg',0),(1014,1,'2018-04-24 14:08:08','2018-04-24 14:08:08','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"133\" height=\"133\" />\r\n\r\n<strong>UKHospitality have published interim guidance to help catering businesses identify and implement measures to reduce acrylamide levels in food following new legislation which was brought into force on Wednesday, 11th April 2018.</strong>\r\n\r\nThe regulation requires food businesses to identify potential sources of acrylamide and demonstrate that they have taken appropriate action to reduce the levels of acrylamide according to the principle of ALARA (As Low As Reasonably Achievable).\r\n\r\nThe document provides operators with best practice guidance on how to mitigate acrylamide in their food businesses. Prepared by the industry, for industry, this guide is being developed with valuable input from the Food Standards Agency (FSA), Food Standards Scotland (FSS) and other key stakeholders in the catering and food service sector.\r\n\r\nDespite regulations coming into force today, the publication of interim guidance comes before EU guidance – which will provide clarity on the EU legislation on which the regulations are set. Upon clarification, the guidance will be updated and finalised.\r\n\r\nAcrylamide is a chemical that is created when many foods – particularly starchy foods such as potatoes and bread – are cooked at high temperatures, such as when baking, frying, grilling, toasting or roasting. The tentative scientific consensus is that acrylamide has the potential to be carcinogenic.\r\n\r\nDr Lisa Ackerley, UKHospitality Food Safety Expert, said: “Over the last 18 months UKHospitality has been working with the FSA, FSS and other stakeholders to produce practical guidance for caterers on the Acrylamide regulations which have been implemented today. Unfortunately, the EU guidance is not yet finalised, meaning some critical areas of clarification are still required as to scope and interpretation.\r\n\r\n“It is regrettable that despite our considerable efforts we have been unable to produce a final document for the hospitality sector in time for the implementation of the regulations. UKHospitality is committed to guaranteeing that not only we but also our members have full confidence in the integrity of the guidance. Until there is total clarity about which businesses fall under the more onerous part of the regulations, and what foods fall into scope, we unfortunately are not able to provide the industry with the much-needed guidance they require to be confident they are complying with the new regulations.\r\n“UKHospitality trusts that enforcement officers, who themselves will be relying on our guidance, will be mindful of this when considering taking any enforcement action until we all know where we stand when the EU publishes its guidance.”\r\nUKHospitality Chief Executive, Kate Nicholls, said: “UKHospitality is dedicated to ensuring its members have the practical and easy-to-use guidance they need to make informed and confident decisions. As with our Catering Guide, this guide is set to be Assured by Cornwall Council – the Primary Authority for the hospitality industry.\r\n\r\n“We hope that the EU guidance will be finalised sooner rather than later so that businesses can get to grips with the new legislation and will not be unfairly penalised and given reasonable time to understand and implement any necessary changes needed.\r\n\r\nTo download the interim guidance, click here.\r\n\r\nFor further enquiries, contact Fleet Street Communications: 020 3567 5800','UKHospitality provides interim guidance for industry on new acrylamide legislation','','inherit','closed','closed','','1011-revision-v1','','','2018-04-24 14:08:08','2018-04-24 14:08:08','',1011,'http://www.ontradeprogress.com/2018/04/24/1011-revision-v1/',0,'revision','',0),(1015,1,'2018-04-24 14:13:13','2018-04-24 14:13:13','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"101\" height=\"101\" />\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality is pleased to announce the appointment of Jim Cathcart to the role of Director of Policy and Regulation.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim joins UKHospitality from the British Beer and Pub Association where he worked for 10 years as a Senior Policy Advisor and Policy Manager specialising in a wide range of subjects including: licensing, planning and copyright.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Jim is widely regarded as the one of the most knowledgeable individuals in the sector and his appointment will be a fantastic asset to UKHospitality. The appointment will further enhance our capabilities as a powerful, effective advocate for the UK’s incredibly important pub sector while strengthening our position as the voice for the entire hospitality sector.”</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim Cathcart commented: “A decade at the BBPA has equipped me well for the challenges of my new role. It has been a pleasure to work with a talented team of professionals, from whom I have learned so much.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“I am embarking on a new chapter of my career with enthusiasm and excitement. I look forward to applying my areas of expertise for the benefit of UKHospitality members, as well as developing my knowledge and experience of the wider sector that UKH represents.”</p>','Jim Cathcart appointed director of policy and regulation','','inherit','closed','closed','','987-autosave-v1','','','2018-04-24 14:13:13','2018-04-24 14:13:13','',987,'http://www.ontradeprogress.com/2018/04/24/987-autosave-v1/',0,'revision','',0),(1016,1,'2018-04-24 14:13:25','2018-04-24 14:13:25','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"101\" height=\"101\" />\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality is pleased to announce the appointment of Jim Cathcart to the role of Director of Policy and Regulation.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim joins UKHospitality from the British Beer and Pub Association where he worked for 10 years as a Senior Policy Advisor and Policy Manager specialising in a wide range of subjects including: licensing, planning and copyright.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “We are delighted to welcome Jim to the team at an incredibly exciting time for UKHospitality. Jim brings with him a wealth of expertise and experience of working on policy for hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Jim is widely regarded as the one of the most knowledgeable individuals in the sector and his appointment will be a fantastic asset to UKHospitality. The appointment will further enhance our capabilities as a powerful, effective advocate for the UK’s incredibly important pub sector while strengthening our position as the voice for the entire hospitality sector.”</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Jim Cathcart commented: “A decade at the BBPA has equipped me well for the challenges of my new role. It has been a pleasure to work with a talented team of professionals, from whom I have learned so much.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“I am embarking on a new chapter of my career with enthusiasm and excitement. I look forward to applying my areas of expertise for the benefit of UKHospitality members, as well as developing my knowledge and experience of the wider sector that UKH represents.”</p>','Jim Cathcart appointed director of policy and regulation','','inherit','closed','closed','','987-revision-v1','','','2018-04-24 14:13:25','2018-04-24 14:13:25','',987,'http://www.ontradeprogress.com/2018/04/24/987-revision-v1/',0,'revision','',0),(1017,1,'2018-04-24 14:16:24','2018-04-24 14:16:24','<img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"93\" height=\"93\" />\r\n\r\n<strong>UKHospitality have published interim guidance to help catering businesses identify and implement measures to reduce acrylamide levels in food following new legislation which was brought into force on Wednesday, 11th April 2018.</strong>\r\n\r\nThe regulation requires food businesses to identify potential sources of acrylamide and demonstrate that they have taken appropriate action to reduce the levels of acrylamide according to the principle of ALARA (As Low As Reasonably Achievable).\r\n\r\nThe document provides operators with best practice guidance on how to mitigate acrylamide in their food businesses. Prepared by the industry, for industry, this guide is being developed with valuable input from the Food Standards Agency (FSA), Food Standards Scotland (FSS) and other key stakeholders in the catering and food service sector.\r\n\r\nDespite regulations coming into force today, the publication of interim guidance comes before EU guidance – which will provide clarity on the EU legislation on which the regulations are set. Upon clarification, the guidance will be updated and finalised.\r\n\r\nAcrylamide is a chemical that is created when many foods – particularly starchy foods such as potatoes and bread – are cooked at high temperatures, such as when baking, frying, grilling, toasting or roasting. The tentative scientific consensus is that acrylamide has the potential to be carcinogenic.\r\n\r\nDr Lisa Ackerley, UKHospitality Food Safety Expert, said: “Over the last 18 months UKHospitality has been working with the FSA, FSS and other stakeholders to produce practical guidance for caterers on the Acrylamide regulations which have been implemented today. Unfortunately, the EU guidance is not yet finalised, meaning some critical areas of clarification are still required as to scope and interpretation.\r\n\r\n“It is regrettable that despite our considerable efforts we have been unable to produce a final document for the hospitality sector in time for the implementation of the regulations. UKHospitality is committed to guaranteeing that not only we but also our members have full confidence in the integrity of the guidance. Until there is total clarity about which businesses fall under the more onerous part of the regulations, and what foods fall into scope, we unfortunately are not able to provide the industry with the much-needed guidance they require to be confident they are complying with the new regulations.\r\n“UKHospitality trusts that enforcement officers, who themselves will be relying on our guidance, will be mindful of this when considering taking any enforcement action until we all know where we stand when the EU publishes its guidance.”\r\nUKHospitality Chief Executive, Kate Nicholls, said: “UKHospitality is dedicated to ensuring its members have the practical and easy-to-use guidance they need to make informed and confident decisions. As with our Catering Guide, this guide is set to be Assured by Cornwall Council – the Primary Authority for the hospitality industry.\r\n\r\n“We hope that the EU guidance will be finalised sooner rather than later so that businesses can get to grips with the new legislation and will not be unfairly penalised and given reasonable time to understand and implement any necessary changes needed.\r\n\r\nTo download the interim guidance, click here.\r\n\r\nFor further enquiries, contact Fleet Street Communications: 020 3567 5800','UKHospitality provides interim guidance for industry on new acrylamide legislation','','inherit','closed','closed','','1011-autosave-v1','','','2018-04-24 14:16:24','2018-04-24 14:16:24','',1011,'http://www.ontradeprogress.com/2018/04/24/1011-autosave-v1/',0,'revision','',0),(1018,1,'2018-04-24 14:16:32','2018-04-24 14:16:32','<img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"93\" height=\"93\" />\r\n\r\n<strong>UKHospitality have published interim guidance to help catering businesses identify and implement measures to reduce acrylamide levels in food following new legislation which was brought into force on Wednesday, 11th April 2018.</strong>\r\n\r\nThe regulation requires food businesses to identify potential sources of acrylamide and demonstrate that they have taken appropriate action to reduce the levels of acrylamide according to the principle of ALARA (As Low As Reasonably Achievable).\r\n\r\nThe document provides operators with best practice guidance on how to mitigate acrylamide in their food businesses. Prepared by the industry, for industry, this guide is being developed with valuable input from the Food Standards Agency (FSA), Food Standards Scotland (FSS) and other key stakeholders in the catering and food service sector.\r\n\r\nDespite regulations coming into force today, the publication of interim guidance comes before EU guidance – which will provide clarity on the EU legislation on which the regulations are set. Upon clarification, the guidance will be updated and finalised.\r\n\r\nAcrylamide is a chemical that is created when many foods – particularly starchy foods such as potatoes and bread – are cooked at high temperatures, such as when baking, frying, grilling, toasting or roasting. The tentative scientific consensus is that acrylamide has the potential to be carcinogenic.\r\n\r\nDr Lisa Ackerley, UKHospitality Food Safety Expert, said: “Over the last 18 months UKHospitality has been working with the FSA, FSS and other stakeholders to produce practical guidance for caterers on the Acrylamide regulations which have been implemented today. Unfortunately, the EU guidance is not yet finalised, meaning some critical areas of clarification are still required as to scope and interpretation.\r\n\r\n“It is regrettable that despite our considerable efforts we have been unable to produce a final document for the hospitality sector in time for the implementation of the regulations. UKHospitality is committed to guaranteeing that not only we but also our members have full confidence in the integrity of the guidance. Until there is total clarity about which businesses fall under the more onerous part of the regulations, and what foods fall into scope, we unfortunately are not able to provide the industry with the much-needed guidance they require to be confident they are complying with the new regulations.\r\n“UKHospitality trusts that enforcement officers, who themselves will be relying on our guidance, will be mindful of this when considering taking any enforcement action until we all know where we stand when the EU publishes its guidance.”\r\nUKHospitality Chief Executive, Kate Nicholls, said: “UKHospitality is dedicated to ensuring its members have the practical and easy-to-use guidance they need to make informed and confident decisions. As with our Catering Guide, this guide is set to be Assured by Cornwall Council – the Primary Authority for the hospitality industry.\r\n\r\n“We hope that the EU guidance will be finalised sooner rather than later so that businesses can get to grips with the new legislation and will not be unfairly penalised and given reasonable time to understand and implement any necessary changes needed.\r\n\r\nTo download the interim guidance, click here.\r\n\r\nFor further enquiries, contact Fleet Street Communications: 020 3567 5800','UKHospitality provides interim guidance for industry on new acrylamide legislation','','inherit','closed','closed','','1011-revision-v1','','','2018-04-24 14:16:32','2018-04-24 14:16:32','',1011,'http://www.ontradeprogress.com/2018/04/24/1011-revision-v1/',0,'revision','',0),(1020,1,'2018-04-24 14:57:32','2018-04-24 14:57:32','<strong>Siemens’ wind turbine blade factory speeds up foodservice with Moffat counters</strong>\r\n\r\nThe Siemens Gamesa Renewable Energy factory in Hull builds massive wind turbine blades up to 75 metres long.  It’s a growing business and, due to increasing demand, the factory’s catering provision began to develop a serious problem: the canteen couldn’t serve lunch quickly enough to the 300 staff, plus on-site contractors and visitors.  The layout of the foodservice area caused such long queues that some people spent most of their lunch hour waiting in line.   So the company called in Hull-based ATL Commercial Kitchens to help sort the issue.  In turn, ATL called in E&amp;R Moffat to design and manufacture bespoke counters as part of the redevelopment of the facility.  The result is a fast, efficient lunchtime service in a modern, sleek canteen area.\r\n\r\n“This was a very prestigious project and Siemens wanted to use a local company with commercial kitchen expertise, which is why they came to us,” says Lisa Graham, sales director of ATL.  “They also wanted equipment to be manufactured in the UK, so Moffat was the obvious choice.”\r\n\r\nOnce ATL had discussed the project with Siemens, they briefed Moffat as to what was required.  “The focus was very much on the practicalities of overcoming the queueing issue,” says Lisa. “Moffat translated the ideas into a real-world product.  The client liked the concepts and, with three ‘back and forths’, to tweak things, the final designs were agreed, as fast as that.\r\n\r\n“By replacing the old single counter with two island units we were able to give staff access on both sides of each counter, which speeded up service exponentially.”\r\n\r\nIn terms of the finish, Siemens chose stainless steel tops with white panelling on the counters, while the wall cladding is a vivid green, keeping the canteen in line with parts of the factory decor.\r\n\r\nThe project was handled by ATL’s technical director Ashley Stephenson. Phase 1 was completed during the three-day Christmas break and included removal of a corridor wall, to open out the servery area, and the creation of a new door opening.  Phase 2 involved fitting Bio Clad Vivid wall cladding and installing the Moffat counters, during which time a temporary dining facility was set up as the factory was in full operation.\r\n\r\n“The two island counters have a very contemporary, simple design, which fits well with the existing surrounds,” says Lisa.  One counter is for hot food, with ceramic hot tops, while the cold counter features refrigerated wells.  Siemens uses a ‘pay and weigh’ system – so diners put their plate on scales mounted on the counters, and pay accordingly.  Because both counters are accessible from both sides, the facility easily copes with the busy lunchtime rush.\r\n\r\nLee Whittaker is project manager (real estate) for Siemens Gamesa Renewable Energy.  “The new counters have enabled our canteen to offer a better service and quality of presentation,” he says.  “ATL’s product knowledge is exceptional and they delivered a modern, fresh-looking canteen area.  We are now able to accommodate the staff more easily and efficiently.  The comments back from the workforce show that they are really happy with the finished results.”\r\n\r\nATL completed the project in just one and a half weeks and delivered it on time and in budget.  “The sheer volume of staff needing to access the canteen facilities, and the need to deliver the project within very tight constraints, were huge challenges,” says Lisa.  “The guys at Moffat were incredibly helpful and the company’s quality, pricing and customer support are excellent.  Plus, they got the counters delivered within a very strict schedule.”\r\n\r\nFor more information on the Siemens factory visit <a href=\"http://www.siemens.co.uk/en/wind/hull.htm\">www.siemens.co.uk/en/wind/hull.htm</a>','Siemens’ busy canteen uses Moffat counters to speed up foodservice','','publish','closed','open','','siemens-busy-canteen-uses-moffat-counters-speed-foodservice','','','2018-04-24 15:30:42','2018-04-24 15:30:42','',0,'http://www.ontradeprogress.com/?p=1020',0,'post','',0),(1022,1,'2018-04-24 14:33:23','2018-04-24 14:33:23','','Moffat-counters-at-the-Siemens-factory','','inherit','closed','closed','','moffat-counters-at-the-siemens-factory','','','2018-04-24 14:33:23','2018-04-24 14:33:23','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Moffat-counters-at-the-Siemens-factory.jpg',0,'attachment','image/jpeg',0),(1023,1,'2018-04-24 14:34:41','2018-04-24 14:34:41','','Moffat-counters-at-the-Siemens-factory','','inherit','closed','closed','','moffat-counters-at-the-siemens-factory-2','','','2018-04-24 14:34:41','2018-04-24 14:34:41','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Moffat-counters-at-the-Siemens-factory-1.jpg',0,'attachment','image/jpeg',0),(1024,1,'2018-04-24 14:37:36','2018-04-24 14:37:36','','Siemens','','inherit','closed','closed','','siemens','','','2018-04-24 14:37:36','2018-04-24 14:37:36','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Siemens.png',0,'attachment','image/png',0),(1026,1,'2018-04-24 14:45:16','2018-04-24 14:45:16','<img class=\"alignleft wp-image-1004\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hooray-Harry-Pump-Clip.jpg\" alt=\"\" width=\"141\" height=\"141\" />\r\n\r\n<strong>Pub operator and brewer Brakspear is launching a range of Royal Wedding offers aimed at attracting people to visit its pubs in the run up to and on the day of this national celebration.</strong>\r\n\r\n&nbsp;\r\n\r\nThe company’s 11 managed pubs, along with a number of its tenanted and leased sites, will be serving Hooray Harry, a commemorative beer inspired by the royal groom<strong>.</strong>\r\n\r\nThe limited edition ale, which is available exclusively in Brakspear pubs, is brewed at Brakspear’s Bell Street Brewery in Henley-on-Thames, Oxfordshire. The 4.1% ABV easy drinking ale is a marriage of British and American hops and has, appropriately, a ‘rusty red’ colour.\r\n\r\nBrakspear chief executive Tom Davies said: “We wanted to mark this special occasion with a beer that offers all the traditional British-ness of a Royal Wedding, as well as a nod to Ms Markle’s American heritage.  We think Hooray Harry combines these elements perfectly and, like its royal namesake, has plenty of character.”\r\n\r\nThe beer’s distinctive pump clip describes Hooray Harry as a ‘rusty red beer brewed with American hops’, with a Union Jack background dotted with bunting, hearts and a lovebird.\r\n\r\nDavies added: “We’re not aware of any other beers named specifically after the Royal groom, so we have put aside a firkin for Prince Harry to enjoy on his stag do, or at the wedding itself. And as Windsor is just down the road from Henley, we’re happy to drop it off as part of our delivery run.”\r\n\r\n<strong>Harry’s Hampers</strong>\r\n\r\nFrom 1<sup>st</sup>- 19<sup>th</sup> May, the company’s 11 managed pubs will be offering ‘Harry’s Hampers’ and wedding inspired cocktails.\r\n\r\nThe hampers blend traditional British teatime favourites with treats inspired by the bride’s homeland and goodies include Coronation chicken sliders; smoked English Cheddar and homemade chutney sandwiches; leek, spinach and sweet potato quiche and BBQ pulled pork Scotch egg. Sweet treats feature English strawberry Victoria sponge, maple and pecan pie and mini jam doughnuts.\r\n\r\nCustomers will be able to toast the royal couple with quintessentially British Hendrick’s gin teapot cocktails called the ‘Wedding Cake’ and ‘The Ginger Prince’ - which is crafted with gin, fresh lime juice, raspberry jam and ginger beer.\r\n\r\n<strong>Celebrating local couples’ nuptials</strong>\r\n\r\nThe managed pubs are also inviting couples getting married on the same day as Prince Harry and Meghan Markle to toast their nuptials at their venues - offering five complimentary bottles of fizz per pub to the first couples to get in touch with them. Couples will have to bring in their marriage certificate to the pub to claim their free fizz.\r\n\r\nAny couple called Meghan and Harry or Henry and Rachel (the royal bride and groom’s official first names) getting married on the same day as the royal bride and groom are being offered an overnight stay and dinner at one of the company’s managed pubs with rooms.\r\n\r\n<strong>Markle’s Sparkle</strong>\r\n\r\nThe pubs are also hosting ‘Right Royal Toast’ parties on Friday, 18 May, offering ‘Markle’s Sparkle’ prosecco, British and American themed food specials and live music featuring covers from British and American bands. Customers will also be able to watch the Royal Wedding coverage on screens in the pubs on 19 May.\r\n\r\nDavies said: “We are excited to be launching a raft of Royal Wedding activities to help ensure our pubs maximise the big trading opportunity around this national celebration. We are really proud of the wedding inspired food and drink offers we have created.”\r\n\r\nHe added: “The 19<sup>th</sup> May is a special day not only for the royal couple but for the many couples local to our pubs who are also tying the knot on this day. As our pubs are positioned at the heart of their communities we felt it was important to help local couples toast their future happiness too.”\r\n\r\nBrakspear operates 11 premium managed pubs and around 120 tenanted and leased pubs across South East England. For more information visit <strong>brakspear.co.uk.</strong>','Hooray Harry! Brakspear pubs set to celebrate Royal Wedding','','inherit','closed','closed','','1003-revision-v1','','','2018-04-24 14:45:16','2018-04-24 14:45:16','',1003,'http://www.ontradeprogress.com/2018/04/24/1003-revision-v1/',0,'revision','',0),(1027,1,'2018-04-24 14:54:01','2018-04-24 14:54:01','','Siemens','','inherit','closed','closed','','siemens-2','','','2018-04-24 14:54:01','2018-04-24 14:54:01','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Siemens-1.png',0,'attachment','image/png',0),(1028,1,'2018-04-24 14:54:39','2018-04-24 14:54:39','','Moffat-counters-at-the-Siemens-factory','','inherit','closed','closed','','moffat-counters-at-the-siemens-factory-3','','','2018-04-24 14:54:39','2018-04-24 14:54:39','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Moffat-counters-at-the-Siemens-factory-2.jpg',0,'attachment','image/jpeg',0),(1029,1,'2018-04-24 14:56:43','2018-04-24 14:56:43','','Moffat-counters-at-the-Siemens-factory','','inherit','closed','closed','','moffat-counters-at-the-siemens-factory-4','','','2018-04-24 14:56:43','2018-04-24 14:56:43','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Moffat-counters-at-the-Siemens-factory-3.jpg',0,'attachment','image/jpeg',0),(1030,1,'2018-04-24 14:57:32','2018-04-24 14:57:32','<strong>Siemens’ wind turbine blade factory speeds up foodservice with Moffat counters</strong>\r\n\r\nThe Siemens Gamesa Renewable Energy factory in Hull builds massive wind turbine blades up to 75 metres long.  It’s a growing business and, due to increasing demand, the factory’s catering provision began to develop a serious problem: the canteen couldn’t serve lunch quickly enough to the 300 staff, plus on-site contractors and visitors.  The layout of the foodservice area caused such long queues that some people spent most of their lunch hour waiting in line.   So the company called in Hull-based ATL Commercial Kitchens to help sort the issue.  In turn, ATL called in E&amp;R Moffat to design and manufacture bespoke counters as part of the redevelopment of the facility.  The result is a fast, efficient lunchtime service in a modern, sleek canteen area.\r\n\r\n“This was a very prestigious project and Siemens wanted to use a local company with commercial kitchen expertise, which is why they came to us,” says Lisa Graham, sales director of ATL.  “They also wanted equipment to be manufactured in the UK, so Moffat was the obvious choice.”\r\n\r\nOnce ATL had discussed the project with Siemens, they briefed Moffat as to what was required.  “The focus was very much on the practicalities of overcoming the queueing issue,” says Lisa. “Moffat translated the ideas into a real-world product.  The client liked the concepts and, with three ‘back and forths’, to tweak things, the final designs were agreed, as fast as that.\r\n\r\n“By replacing the old single counter with two island units we were able to give staff access on both sides of each counter, which speeded up service exponentially.”\r\n\r\nIn terms of the finish, Siemens chose stainless steel tops with white panelling on the counters, while the wall cladding is a vivid green, keeping the canteen in line with parts of the factory decor.\r\n\r\nThe project was handled by ATL’s technical director Ashley Stephenson. Phase 1 was completed during the three-day Christmas break and included removal of a corridor wall, to open out the servery area, and the creation of a new door opening.  Phase 2 involved fitting Bio Clad Vivid wall cladding and installing the Moffat counters, during which time a temporary dining facility was set up as the factory was in full operation.\r\n\r\n“The two island counters have a very contemporary, simple design, which fits well with the existing surrounds,” says Lisa.  One counter is for hot food, with ceramic hot tops, while the cold counter features refrigerated wells.  Siemens uses a ‘pay and weigh’ system – so diners put their plate on scales mounted on the counters, and pay accordingly.  Because both counters are accessible from both sides, the facility easily copes with the busy lunchtime rush.\r\n\r\nLee Whittaker is project manager (real estate) for Siemens Gamesa Renewable Energy.  “The new counters have enabled our canteen to offer a better service and quality of presentation,” he says.  “ATL’s product knowledge is exceptional and they delivered a modern, fresh-looking canteen area.  We are now able to accommodate the staff more easily and efficiently.  The comments back from the workforce show that they are really happy with the finished results.”\r\n\r\nATL completed the project in just one and a half weeks and delivered it on time and in budget.  “The sheer volume of staff needing to access the canteen facilities, and the need to deliver the project within very tight constraints, were huge challenges,” says Lisa.  “The guys at Moffat were incredibly helpful and the company’s quality, pricing and customer support are excellent.  Plus, they got the counters delivered within a very strict schedule.”\r\n\r\nFor more information on the Siemens factory visit <a href=\"http://www.siemens.co.uk/en/wind/hull.htm\">www.siemens.co.uk/en/wind/hull.htm</a>','Siemens’ busy canteen uses Moffat counters to speed up foodservice','','inherit','closed','closed','','1020-revision-v1','','','2018-04-24 14:57:32','2018-04-24 14:57:32','',1020,'http://www.ontradeprogress.com/2018/04/24/1020-revision-v1/',0,'revision','',0),(1032,1,'2018-04-24 14:58:36','2018-04-24 14:58:36','<strong><img class=\"alignleft size-large wp-image-1028\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Moffat-counters-at-the-Siemens-factory-2.jpg\" alt=\"\" width=\"1\" height=\"1\" />Siemens’ wind turbine blade factory speeds up foodservice with Moffat counters</strong>\n\nThe Siemens Gamesa Renewable Energy factory in Hull builds massive wind turbine blades up to 75 metres long.  It’s a growing business and, due to increasing demand, the factory’s catering provision began to develop a serious problem: the canteen couldn’t serve lunch quickly enough to the 300 staff, plus on-site contractors and visitors.  The layout of the foodservice area caused such long queues that some people spent most of their lunch hour waiting in line.   So the company called in Hull-based ATL Commercial Kitchens to help sort the issue.  In turn, ATL called in E&amp;R Moffat to design and manufacture bespoke counters as part of the redevelopment of the facility.  The result is a fast, efficient lunchtime service in a modern, sleek canteen area.\n\n“This was a very prestigious project and Siemens wanted to use a local company with commercial kitchen expertise, which is why they came to us,” says Lisa Graham, sales director of ATL.  “They also wanted equipment to be manufactured in the UK, so Moffat was the obvious choice.”\n\nOnce ATL had discussed the project with Siemens, they briefed Moffat as to what was required.  “The focus was very much on the practicalities of overcoming the queueing issue,” says Lisa. “Moffat translated the ideas into a real-world product.  The client liked the concepts and, with three ‘back and forths’, to tweak things, the final designs were agreed, as fast as that.\n\n“By replacing the old single counter with two island units we were able to give staff access on both sides of each counter, which speeded up service exponentially.”\n\nIn terms of the finish, Siemens chose stainless steel tops with white panelling on the counters, while the wall cladding is a vivid green, keeping the canteen in line with parts of the factory decor.\n\nThe project was handled by ATL’s technical director Ashley Stephenson. Phase 1 was completed during the three-day Christmas break and included removal of a corridor wall, to open out the servery area, and the creation of a new door opening.  Phase 2 involved fitting Bio Clad Vivid wall cladding and installing the Moffat counters, during which time a temporary dining facility was set up as the factory was in full operation.\n\n“The two island counters have a very contemporary, simple design, which fits well with the existing surrounds,” says Lisa.  One counter is for hot food, with ceramic hot tops, while the cold counter features refrigerated wells.  Siemens uses a ‘pay and weigh’ system – so diners put their plate on scales mounted on the counters, and pay accordingly.  Because both counters are accessible from both sides, the facility easily copes with the busy lunchtime rush.\n\nLee Whittaker is project manager (real estate) for Siemens Gamesa Renewable Energy.  “The new counters have enabled our canteen to offer a better service and quality of presentation,” he says.  “ATL’s product knowledge is exceptional and they delivered a modern, fresh-looking canteen area.  We are now able to accommodate the staff more easily and efficiently.  The comments back from the workforce show that they are really happy with the finished results.”\n\nATL completed the project in just one and a half weeks and delivered it on time and in budget.  “The sheer volume of staff needing to access the canteen facilities, and the need to deliver the project within very tight constraints, were huge challenges,” says Lisa.  “The guys at Moffat were incredibly helpful and the company’s quality, pricing and customer support are excellent.  Plus, they got the counters delivered within a very strict schedule.”\n\nFor more information on the Siemens factory visit <a href=\"http://www.siemens.co.uk/en/wind/hull.htm\">www.siemens.co.uk/en/wind/hull.htm</a>','Siemens’ busy canteen uses Moffat counters to speed up foodservice','','inherit','closed','closed','','1020-autosave-v1','','','2018-04-24 14:58:36','2018-04-24 14:58:36','',1020,'http://www.ontradeprogress.com/2018/04/24/1020-autosave-v1/',0,'revision','',0),(1033,1,'2018-04-24 15:24:50','2018-04-24 15:24:50','<strong>“Perfect” Precision at The De La Pole Arms</strong>\r\n\r\nFrankie and Cathie Aspin are no strangers to the restaurant trade. After selling their previous, larger-scale business, followed by some much needed time out, they recently purchased 16th Century Suffolk pub The De La Pole Arms with a clear vision in mind. Instead of a traditional drinking pub, or a restaurant disguised as a pub, they split the building into three distinct sections: a drinking bar, a restaurant and a shop-cum deli.\r\n\r\n“We’re creating something for everyone,” says Frankie. “The De La Pole Arms is a shop and a pub all in one unit.”\r\n\r\nEach section leads into the next one, but the bar section is strictly for drinking – food is only consumed in the restaurant.  And customers enjoying lunch may well feel inspired to visit the De La Pole shop afterwards, to stock up on the same locally sourced ingredients they just ate.\r\n\r\n“If a customer’s chosen one of our deli boards in the restaurant and thinks, ‘well I like that cheese and that piece of salami’; they can then purchase them after the meal,” says Frankie.\r\n\r\nThe De La Pole is already gaining a loyal following. Shortly after the Aspins took over it was listed as one of the top 20 places for Sunday lunch in Suffolk, despite its rural location.\r\n\r\nWith years of experience in the hospitality sector, the Aspins understand the importance of both reliable and energy efficient equipment. When it came to choosing the best refrigeration for their latest venture, they went with what they knew, the Norfolk-based manufacturer Precision Refrigeration.\r\n\r\n“We chose Precision specifically because we’ve used them before, in our previous businesses, and we always found them to be very reliable. No maintenance problems. I’ve never had to call a service engineer out for any of them.”\r\n\r\nOn the energy efficient front, Frankie says, “Any costs you can control, you want to. So you’re better off paying a little bit more to get a high quality product with lower running costs, rather than buy a cheaper product that is going to cost you more in the long run. That’s the rationale we’ve applied to all our equipment purchases, refrigeration is no exception.”\r\n\r\nThe De La Pole Arms has two upright Precision cabinets, the LPT601 freezer, and the MPT601 fridge. It also has an MCU311 counter fridge. All units are made from 100% stainless steel.\r\n\r\nWhile ‘looks’ were not a primary concern when purchasing the equipment, Frankie has been impressed with the aesthetic design of the Precision products, which is proving useful in other ways, too.\r\n\r\nHe says, “The way a fridge looks is not that important, but the fact that we have nice curves on the handles, etc., means not only do they look good, they’re a lot easier to clean, too.”\r\n\r\nThe De La Pole Arms is a far smaller operation than Frankie’s previous business, but his experience with Precision and the flexibility its equipment provides, has made it equally as suited to his current needs.\r\n\r\n“Whether you’re doing 10 covers a day or 100 plus, the Precision equipment is perfect, and there’s a unit to fit every size.\r\n\r\n“I can’t ask for a better product.”\r\n\r\nFor more information check out the Precision website (<a href=\"http://www.precision-refrigeration.co.uk\">www.precision-refrigeration.co.uk</a>), or call the company directly on +44 (0)1842 753 994.','Sustainable precision refrigeration helps Suffolk pub-cum-deli control costs','','publish','closed','open','','sustainable-precision-refrigeration-helps-suffolk-pub-cum-deli-control-costs','','','2018-04-24 15:31:25','2018-04-24 15:31:25','',0,'http://www.ontradeprogress.com/?p=1033',0,'post','',0),(1034,1,'2018-04-24 15:19:01','2018-04-24 15:19:01','','Precision-refrigeration-at-The-De-La-Pole-Arms','','inherit','closed','closed','','precision-refrigeration-at-the-de-la-pole-arms','','','2018-04-24 15:19:01','2018-04-24 15:19:01','',1033,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Precision-refrigeration-at-The-De-La-Pole-Arms.jpg',0,'attachment','image/jpeg',0),(1035,1,'2018-04-24 15:20:14','2018-04-24 15:20:14','','refrigeration','','inherit','closed','closed','','refrigeration','','','2018-04-24 15:20:14','2018-04-24 15:20:14','',1033,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/refrigeration.jpg',0,'attachment','image/jpeg',0),(1036,1,'2018-04-24 15:20:48','2018-04-24 15:20:48','','refrigeration','','inherit','closed','closed','','refrigeration-2','','','2018-04-24 15:20:48','2018-04-24 15:20:48','',1033,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/refrigeration-1.jpg',0,'attachment','image/jpeg',0),(1037,1,'2018-04-24 15:22:13','2018-04-24 15:22:13','','Precision-refrigeration-at-The-De-La-Pole-Arms','','inherit','closed','closed','','precision-refrigeration-at-the-de-la-pole-arms-2','','','2018-04-24 15:22:13','2018-04-24 15:22:13','',1033,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Precision-refrigeration-at-The-De-La-Pole-Arms-1.jpg',0,'attachment','image/jpeg',0),(1038,1,'2018-04-24 15:24:02','2018-04-24 15:24:02','','refrigeration x 2','','inherit','closed','closed','','refrigeration-x-2','','','2018-04-24 15:24:02','2018-04-24 15:24:02','',1033,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/refrigeration-x-2.jpg',0,'attachment','image/jpeg',0),(1039,1,'2018-04-24 15:24:21','2018-04-24 15:24:21','<strong>“Perfect” Precision at The De La Pole Arms</strong>\r\n\r\nFrankie and Cathie Aspin are no strangers to the restaurant trade. After selling their previous, larger-scale business, followed by some much needed time out, they recently purchased 16th Century Suffolk pub The De La Pole Arms with a clear vision in mind. Instead of a traditional drinking pub, or a restaurant disguised as a pub, they split the building into three distinct sections: a drinking bar, a restaurant and a shop-cum deli.\r\n\r\n“We’re creating something for everyone,” says Frankie. “The De La Pole Arms is a shop and a pub all in one unit.”\r\n\r\nEach section leads into the next one, but the bar section is strictly for drinking – food is only consumed in the restaurant.  And customers enjoying lunch may well feel inspired to visit the De La Pole shop afterwards, to stock up on the same locally sourced ingredients they just ate.\r\n\r\n“If a customer’s chosen one of our deli boards in the restaurant and thinks, ‘well I like that cheese and that piece of salami’; they can then purchase them after the meal,” says Frankie.\r\n\r\nThe De La Pole is already gaining a loyal following. Shortly after the Aspins took over it was listed as one of the top 20 places for Sunday lunch in Suffolk, despite its rural location.\r\n\r\nWith years of experience in the hospitality sector, the Aspins understand the importance of both reliable and energy efficient equipment. When it came to choosing the best refrigeration for their latest venture, they went with what they knew, the Norfolk-based manufacturer Precision Refrigeration.\r\n\r\n“We chose Precision specifically because we’ve used them before, in our previous businesses, and we always found them to be very reliable. No maintenance problems. I’ve never had to call a service engineer out for any of them.”\r\n\r\nOn the energy efficient front, Frankie says, “Any costs you can control, you want to. So you’re better off paying a little bit more to get a high quality product with lower running costs, rather than buy a cheaper product that is going to cost you more in the long run. That’s the rationale we’ve applied to all our equipment purchases, refrigeration is no exception.”\r\n\r\nThe De La Pole Arms has two upright Precision cabinets, the LPT601 freezer, and the MPT601 fridge. It also has an MCU311 counter fridge. All units are made from 100% stainless steel.\r\n\r\nWhile ‘looks’ were not a primary concern when purchasing the equipment, Frankie has been impressed with the aesthetic design of the Precision products, which is proving useful in other ways, too.\r\n\r\nHe says, “The way a fridge looks is not that important, but the fact that we have nice curves on the handles, etc., means not only do they look good, they’re a lot easier to clean, too.”\r\n\r\nThe De La Pole Arms is a far smaller operation than Frankie’s previous business, but his experience with Precision and the flexibility its equipment provides, has made it equally as suited to his current needs.\r\n\r\n“Whether you’re doing 10 covers a day or 100 plus, the Precision equipment is perfect, and there’s a unit to fit every size.\r\n\r\n“I can’t ask for a better product.”\r\n\r\nFor more information check out the Precision website (<a href=\"http://www.precision-refrigeration.co.uk\">www.precision-refrigeration.co.uk</a>), or call the company directly on +44 (0)1842 753 994.','Sustainable precision refrigeration helps Suffolk pub-cum-deli control costs','','inherit','closed','closed','','1033-revision-v1','','','2018-04-24 15:24:21','2018-04-24 15:24:21','',1033,'http://www.ontradeprogress.com/2018/04/24/1033-revision-v1/',0,'revision','',0),(1040,1,'2018-04-24 15:30:28','2018-04-24 15:30:28','','siemens x 2','','inherit','closed','closed','','siemens-x-2','','','2018-04-24 15:30:28','2018-04-24 15:30:28','',1020,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/siemens-x-2.jpg',0,'attachment','image/jpeg',0),(1041,1,'2018-04-25 08:20:39','2018-04-25 08:20:39','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<img class=\"alignleft  wp-image-1042\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Signature-serve-low-res.jpeg\" alt=\"\" width=\"273\" height=\"409\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SIGNATURE SERVE RECIPE </strong><strong> </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.\r\n\r\nFor more information about Salcombe Distilling Co. visit <a href=\"http://www.salcombegin.com/\">www.salcombegin.com</a>,\r\nemail <a href=\"mailto:ilovegin@salcombegin.com\">ilovegin@salcombegin.com</a> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Gin – Signature Serve Cocktail','','publish','closed','open','','salcombe-gin-signature-serve-cocktail','','','2018-04-25 08:31:26','2018-04-25 08:31:26','',0,'http://www.ontradeprogress.com/?p=1041',0,'post','',0),(1042,1,'2018-04-25 08:09:17','2018-04-25 08:09:17','','Signature serve low res','','inherit','closed','closed','','signature-serve-low-res','','','2018-04-25 08:09:17','2018-04-25 08:09:17','',1041,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Signature-serve-low-res.jpeg',0,'attachment','image/jpeg',0),(1043,1,'2018-04-25 08:18:42','2018-04-25 08:18:42','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"288\" height=\"431\" />\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"366\" height=\"111\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SIGNATURE SERVE RECIPE </strong><strong> </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>','Salcombe Gin – Signature Serve Cocktail','','inherit','closed','closed','','1041-revision-v1','','','2018-04-25 08:18:42','2018-04-25 08:18:42','',1041,'http://www.ontradeprogress.com/2018/04/25/1041-revision-v1/',0,'revision','',0),(1044,1,'2018-04-25 08:19:16','2018-04-25 08:19:16','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"273\" height=\"410\" />\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SIGNATURE SERVE RECIPE </strong><strong> </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>','Salcombe Gin – Signature Serve Cocktail','','inherit','closed','closed','','1041-revision-v1','','','2018-04-25 08:19:16','2018-04-25 08:19:16','',1041,'http://www.ontradeprogress.com/2018/04/25/1041-revision-v1/',0,'revision','',0),(1045,1,'2018-04-25 08:20:04','2018-04-25 08:20:04','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"273\" height=\"410\" />\r\n\r\n<img class=\"alignleft  wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SIGNATURE SERVE RECIPE </strong><strong> </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.','Salcombe Gin – Signature Serve Cocktail','','inherit','closed','closed','','1041-revision-v1','','','2018-04-25 08:20:04','2018-04-25 08:20:04','',1041,'http://www.ontradeprogress.com/2018/04/25/1041-revision-v1/',0,'revision','',0),(1047,1,'2018-04-25 08:29:51','2018-04-25 08:29:51','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<img class=\"alignleft wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"273\" height=\"410\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SIGNATURE SERVE RECIPE </strong><strong> </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.\r\n\r\nFor more information about Salcombe Distilling Co. visit <a href=\"http://www.salcombegin.com/\">www.salcombegin.com</a>,\r\nemail <a href=\"mailto:ilovegin@salcombegin.com\">ilovegin@salcombegin.com</a> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Gin – Signature Serve Cocktail','','inherit','closed','closed','','1041-revision-v1','','','2018-04-25 08:29:51','2018-04-25 08:29:51','',1041,'http://www.ontradeprogress.com/2018/04/25/1041-revision-v1/',0,'revision','',0),(1048,1,'2018-04-25 08:31:26','2018-04-25 08:31:26','<strong>Salcombe Gin launches new signature serve cocktail collection</strong>\r\n\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<img class=\"alignleft  wp-image-1042\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Signature-serve-low-res.jpeg\" alt=\"\" width=\"273\" height=\"409\" />\r\n\r\n<img class=\"alignleft wp-image-890\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/salcombe-gin.jpg\" alt=\"\" width=\"382\" height=\"116\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>SIGNATURE SERVE RECIPE </strong><strong> </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.\r\n\r\nFor more information about Salcombe Distilling Co. visit <a href=\"http://www.salcombegin.com/\">www.salcombegin.com</a>,\r\nemail <a href=\"mailto:ilovegin@salcombegin.com\">ilovegin@salcombegin.com</a> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Gin – Signature Serve Cocktail','','inherit','closed','closed','','1041-revision-v1','','','2018-04-25 08:31:26','2018-04-25 08:31:26','',1041,'http://www.ontradeprogress.com/2018/04/25/1041-revision-v1/',0,'revision','',0),(1049,1,'2018-04-25 09:09:44','2018-04-25 09:09:44','<strong>Spec</strong><img class=\"alignleft wp-image-1050\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/OHaras-Stout-1.png\" alt=\"\" width=\"87\" height=\"102\" /><strong>ialist beer importer Euroboozer has strengthened its portfolio ahead of the summer months with a grand slam of taste rich, artisan beers from Ireland’s pioneering Carlow Brewing Company. </strong>\r\n\r\nSet up in 1996, the Carlow Brewing Company is an independent Irish family-owned brewery and one of the forerunners of Ireland’s exciting, innovative and fast-moving craft brewing scene.\r\n\r\nLocated in the heart of the country near to the traditional malt and hop-growing “Barrow Valley” region, the brewery’s award-winning O’Hara’s beers are being made available in 30 litre steel kegs, plus stylish 33cl and 50cl bottles.\r\n\r\nThe O’Hara’s beers will be supplemented with seasonal specials and are being targeted at pubs, restaurants, craft beer bars and quality beer retailers. The tasty trio of tipples initially launching include:<strong> </strong>\r\n\r\n<strong>O’Hara’s Irish Stout </strong>\r\n\r\n<em>First brewed in 1999, O’Hara’s Irish Stout pays homage to this famous beer style and how they used to taste. The brewery’s flagship brand, O’Hara’s Irish Stout has a robust roast flavour complemented by a full-bodied and smooth mouth feel. The generous addition of Fuggle hops lends a tart bitterness to the dry espresso-like finish. This session-able stout beer is filled with rich complex coffee aromas mingled with light liquorice notes. The combination of traditional stout hops with an extra pinch of roast barley allows the beer to stay true to Irish tradition.  </em><em> </em>\r\n\r\n<strong>O’Hara’s Irish Red Nitro</strong>\r\n\r\n<em>This Irish Red stands out in this beer style category. The malt body is as impressive as a bock, albeit in a uniquely Irish way. With an incredibly smooth malt body complimented by caramel tones and perfectly balanced in bitterness, this Irish Red is much more complex than its mainstream rivals.</em><em> </em>\r\n\r\n<strong>O’Hara’s Irish Pale Ale</strong>\r\n\r\n<em>A contemporary style IPA with an Irish twist. Combining the balance of European IPAs with the generous dry hopping of American pale ales, this beer is zesty and refreshingly bitter with a beautiful long finish. With a copper toned body topped with a lightly carbonated head, the dry hopping brings an intense aroma and lasting array of fruit and floral notes.</em>\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“We’ve been huge fans of the authentic O’Hara brews for many years so we’re incredibly proud to have these first three beers in our portfolio ahead of the summer.  The brewery has been a linchpin of the craft beer scene in Ireland and has built a formidable reputation for its quality approach to brewing. The Irish Pale is their best-selling beer in Ireland and the Stout is the brewery’s number one beer in export markets, closely followed by the Red, so we’re excited to see the reaction from the UK trade and consumers.”\r\n\r\n<strong>Seamus O\'Hara - Founder / CEO</strong>\r\n\r\n\"For us at O\'Hara’s, it\'s all about the passion for great beer. With Euroboozer we have found a kindred spirit to work with and are delighted to be added to their curated craft portfolio. We look forward to growing our presence across the UK market and sharing our award-winning styles with craft beer enthusiasts.\"\r\n\r\n<strong>About Euroboozer</strong><strong> </strong>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US Craft Brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top Craft Beer Bars and Bottleshops.\r\n\r\nFor further information on the O’Hara beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer gets lucky with O\'Hara\'s distribution deal','','publish','closed','open','','euroboozer-gets-lucky-oharas-distribution-deal','','','2018-05-02 09:13:25','2018-05-02 09:13:25','',0,'http://www.ontradeprogress.com/?p=1049',0,'post','',0),(1050,1,'2018-04-25 08:58:43','2018-04-25 08:58:43','','O\'Hara\'s Stout-1','','inherit','closed','closed','','oharas-stout-1','','','2018-04-25 08:58:43','2018-04-25 08:58:43','',1049,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/OHaras-Stout-1.png',0,'attachment','image/png',0),(1051,1,'2018-04-25 09:06:53','2018-04-25 09:06:53','<strong>Specialist beer importer Euroboozer has strengthened its portfolio ahead of the summer months with a grand slam of taste rich, artisan beers from Ireland’s pioneering Carlow Brewing Company. </strong>\r\n\r\nSet up in 1996, the Carlow Brewing Company is an independent Irish family-owned brewery and one of the forerunners of Ireland’s exciting, innovative and fast-moving craft brewing scene.\r\n\r\nLocated in the heart of the country near to the traditional malt and hop-growing “Barrow Valley” region, the brewery’s award-winning O’Hara’s beers are being made available in 30 litre steel kegs, plus stylish 33cl and 50cl bottles.\r\n\r\nThe O’Hara’s beers will be supplemented with seasonal specials and are being targeted at pubs, restaurants, craft beer bars and quality beer retailers. The tasty trio of tipples initially launching include:<strong> </strong>\r\n\r\n<strong>O’Hara’s Irish Stout </strong>\r\n\r\n<em>First brewed in 1999, O’Hara’s Irish Stout pays homage to this famous beer style and how they used to taste. The brewery’s flagship brand, O’Hara’s Irish Stout has a robust roast flavour complemented by a full-bodied and smooth mouth feel. The generous addition of Fuggle hops lends a tart bitterness to the dry espresso-like finish. This session-able stout beer is filled with rich complex coffee aromas mingled with light liquorice notes. The combination of traditional stout hops with an extra pinch of roast barley allows the beer to stay true to Irish tradition.  </em><em> </em>\r\n\r\n<strong>O’Hara’s Irish Red Nitro</strong>\r\n\r\n<em>This Irish Red stands out in this beer style category. The malt body is as impressive as a bock, albeit in a uniquely Irish way. With an incredibly smooth malt body complimented by caramel tones and perfectly balanced in bitterness, this Irish Red is much more complex than its mainstream rivals.</em><em> </em>\r\n\r\n<strong>O’Hara’s Irish Pale Ale</strong>\r\n\r\n<em>A contemporary style IPA with an Irish twist. Combining the balance of European IPAs with the generous dry hopping of American pale ales, this beer is zesty and refreshingly bitter with a beautiful long finish. With a copper toned body topped with a lightly carbonated head, the dry hopping brings an intense aroma and lasting array of fruit and floral notes.</em>\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“We’ve been huge fans of the authentic O’Hara brews for many years so we’re incredibly proud to have these first three beers in our portfolio ahead of the summer.  The brewery has been a linchpin of the craft beer scene in Ireland and has built a formidable reputation for its quality approach to brewing. The Irish Pale is their best-selling beer in Ireland and the Stout is the brewery’s number one beer in export markets, closely followed by the Red, so we’re excited to see the reaction from the UK trade and consumers.”\r\n\r\n<strong>Seamus O\'Hara - Founder / CEO</strong>\r\n\r\n\"For us at O\'Hara’s, it\'s all about the passion for great beer. With Euroboozer we have found a kindred spirit to work with and are delighted to be added to their curated craft portfolio. We look forward to growing our presence across the UK market and sharing our award-winning styles with craft beer enthusiasts.\"\r\n\r\n<strong>About Euroboozer</strong><strong> </strong>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US Craft Brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top Craft Beer Bars and Bottleshops.\r\n\r\nFor further information on the O’Hara beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer gets lucky with O\'Hara\'s distribution deal','','inherit','closed','closed','','1049-revision-v1','','','2018-04-25 09:06:53','2018-04-25 09:06:53','',1049,'http://www.ontradeprogress.com/2018/04/25/1049-revision-v1/',0,'revision','',0),(1052,1,'2018-04-25 09:08:44','2018-04-25 09:08:44','<strong>Spec</strong><img class=\"alignleft  wp-image-1050\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/OHaras-Stout-1.png\" alt=\"\" width=\"87\" height=\"102\" /><strong>ialist beer importer Euroboozer has strengthened its portfolio ahead of the summer months with a grand slam of taste rich, artisan beers from Ireland’s pioneering Carlow Brewing Company. </strong>\r\n\r\nSet up in 1996, the Carlow Brewing Company is an independent Irish family-owned brewery and one of the forerunners of Ireland’s exciting, innovative and fast-moving craft brewing scene.\r\n\r\nLocated in the heart of the country near to the traditional malt and hop-growing “Barrow Valley” region, the brewery’s award-winning O’Hara’s beers are being made available in 30 litre steel kegs, plus stylish 33cl and 50cl bottles.\r\n\r\nThe O’Hara’s beers will be supplemented with seasonal specials and are being targeted at pubs, restaurants, craft beer bars and quality beer retailers. The tasty trio of tipples initially launching include:<strong> </strong>\r\n\r\n<strong>O’Hara’s Irish Stout </strong>\r\n\r\n<em>First brewed in 1999, O’Hara’s Irish Stout pays homage to this famous beer style and how they used to taste. The brewery’s flagship brand, O’Hara’s Irish Stout has a robust roast flavour complemented by a full-bodied and smooth mouth feel. The generous addition of Fuggle hops lends a tart bitterness to the dry espresso-like finish. This session-able stout beer is filled with rich complex coffee aromas mingled with light liquorice notes. The combination of traditional stout hops with an extra pinch of roast barley allows the beer to stay true to Irish tradition.  </em><em> </em>\r\n\r\n<strong>O’Hara’s Irish Red Nitro</strong>\r\n\r\n<em>This Irish Red stands out in this beer style category. The malt body is as impressive as a bock, albeit in a uniquely Irish way. With an incredibly smooth malt body complimented by caramel tones and perfectly balanced in bitterness, this Irish Red is much more complex than its mainstream rivals.</em><em> </em>\r\n\r\n<strong>O’Hara’s Irish Pale Ale</strong>\r\n\r\n<em>A contemporary style IPA with an Irish twist. Combining the balance of European IPAs with the generous dry hopping of American pale ales, this beer is zesty and refreshingly bitter with a beautiful long finish. With a copper toned body topped with a lightly carbonated head, the dry hopping brings an intense aroma and lasting array of fruit and floral notes.</em>\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“We’ve been huge fans of the authentic O’Hara brews for many years so we’re incredibly proud to have these first three beers in our portfolio ahead of the summer.  The brewery has been a linchpin of the craft beer scene in Ireland and has built a formidable reputation for its quality approach to brewing. The Irish Pale is their best-selling beer in Ireland and the Stout is the brewery’s number one beer in export markets, closely followed by the Red, so we’re excited to see the reaction from the UK trade and consumers.”\r\n\r\n<strong>Seamus O\'Hara - Founder / CEO</strong>\r\n\r\n\"For us at O\'Hara’s, it\'s all about the passion for great beer. With Euroboozer we have found a kindred spirit to work with and are delighted to be added to their curated craft portfolio. We look forward to growing our presence across the UK market and sharing our award-winning styles with craft beer enthusiasts.\"\r\n\r\n<strong>About Euroboozer</strong><strong> </strong>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US Craft Brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top Craft Beer Bars and Bottleshops.\r\n\r\nFor further information on the O’Hara beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer gets lucky with O\'Hara\'s distribution deal','','inherit','closed','closed','','1049-revision-v1','','','2018-04-25 09:08:44','2018-04-25 09:08:44','',1049,'http://www.ontradeprogress.com/2018/04/25/1049-revision-v1/',0,'revision','',0),(1054,1,'2018-04-25 10:29:17','2018-04-25 10:29:17','<img class=\"alignleft wp-image-1064\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Gin-seven-hills.png\" alt=\"\" width=\"213\" height=\"188\" />\r\n\r\n<strong>VII Hills Italian Dry Gin, an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, Ancient Rome was built,</strong> <strong>have signed two new distributors. Going back to their roots they have signed Pallini, one of Italy\'s oldest and most important companies in the drinks industry, and Boutique Brands, a luxury based drinks brands development platform in the UK.</strong>\r\n\r\nSince the 1920’s Pallini has had it’s production site in Rome and is now the only existing distillery making it the perfect match as VII Hills is 100% Italian and flavoured with the finest natural Italian ingredients that once grew on the seven hills surrounding Rome. Distilled near Turin, the inspiration for the ingredients used in VII Hills date back to when the Romans used to add juniper into their wine to help them get an appetite. VII Hills wanted to bring the traditions of Italian aperitivo to London and make the perfect Italian gin for the perfect negroni. Pallini currently exports its products in over 35 countries worldwide.\r\n\r\nCreated by Italian mixologists, Filippo Previero and Danilo Tersigni, who both have many years of expertise under their belts including in several of the world’s most renowned bars, have signed with Boutique Brands to bring their global market a new wave of gin. Combining juniper, pomegranate, celery, artichoke, blood orange, rosehip and Roman chamomile to create an aromatic spirit with citrus and herbal notes, the premium gin fits perfectly with Boutique Brands’ target market of style conscious millennials who like to try new spirits.\r\n\r\nThe rounded spirit’s earthy and citrus aroma merges the ancient and modern flavours of Italy creating a unique spirit to be blended into a flawless negroni. Filippo and Danilo have also tested it out in an Italian bloody Mary and an espresso martini based on the caffè corretto culture.','VII Hills Italian Dry Gin sign two new distributors in Europe','','publish','closed','open','','vii-hills-italian-dry-gin-sign-two-new-distributors-europe','','','2018-04-25 10:34:15','2018-04-25 10:34:15','',0,'http://www.ontradeprogress.com/?p=1054',0,'post','',0),(1055,1,'2018-04-25 10:22:26','2018-04-25 10:22:26','','20181102_VII_HILLS_REVISED_EDIT_0026','','inherit','closed','closed','','20181102_vii_hills_revised_edit_0026','','','2018-04-25 10:22:26','2018-04-25 10:22:26','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/20181102_VII_HILLS_REVISED_EDIT_0026.jpg',0,'attachment','image/jpeg',0),(1056,1,'2018-04-25 10:22:55','2018-04-25 10:22:55','','SEVEN_HILLS_0028_black (1)','','inherit','closed','closed','','seven_hills_0028_black-1','','','2018-04-25 10:22:55','2018-04-25 10:22:55','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028_black-1.jpg',0,'attachment','image/jpeg',0),(1057,1,'2018-04-25 10:23:10','2018-04-25 10:23:10','','SEVEN_HILLS_0028_black (1)','','inherit','closed','closed','','seven_hills_0028_black-1-2','','','2018-04-25 10:23:10','2018-04-25 10:23:10','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028_black-1-1.jpg',0,'attachment','image/jpeg',0),(1058,1,'2018-04-25 10:23:26','2018-04-25 10:23:26','','SEVEN_HILLS_0028_black (1)','','inherit','closed','closed','','seven_hills_0028_black-1-3','','','2018-04-25 10:23:26','2018-04-25 10:23:26','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028_black-1-2.jpg',0,'attachment','image/jpeg',0),(1059,1,'2018-04-25 10:24:08','2018-04-25 10:24:08','','SEVEN_HILLS_0028_black (1)','','inherit','closed','closed','','seven_hills_0028_black-1-4','','','2018-04-25 10:24:08','2018-04-25 10:24:08','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028_black-1-3.jpg',0,'attachment','image/jpeg',0),(1060,1,'2018-04-25 10:24:57','2018-04-25 10:24:57','','SEVEN_HILLS_0028_black (1)','','inherit','closed','closed','','seven_hills_0028_black-1-5','','','2018-04-25 10:24:57','2018-04-25 10:24:57','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028_black-1-4.jpg',0,'attachment','image/jpeg',0),(1061,1,'2018-04-25 10:25:16','2018-04-25 10:25:16','','SEVEN_HILLS_0028_black (1)','','inherit','closed','closed','','seven_hills_0028_black-1-6','','','2018-04-25 10:25:16','2018-04-25 10:25:16','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028_black-1-5.jpg',0,'attachment','image/jpeg',0),(1062,1,'2018-04-25 10:25:57','2018-04-25 10:25:57','','To Use-20180425T102016Z-001','','inherit','closed','closed','','to-use-20180425t102016z-001','','','2018-04-25 10:25:57','2018-04-25 10:25:57','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/To-Use-20180425T102016Z-001.zip',0,'attachment','application/zip',0),(1063,1,'2018-04-25 10:26:53','2018-04-25 10:26:53','','SEVEN_HILLS_0028 (1)','','inherit','closed','closed','','seven_hills_0028-1','','','2018-04-25 10:26:53','2018-04-25 10:26:53','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/SEVEN_HILLS_0028-1.jpg',0,'attachment','image/jpeg',0),(1064,1,'2018-04-25 10:26:56','2018-04-25 10:26:56','','Gin seven hills','','inherit','closed','closed','','gin-seven-hills','','','2018-04-25 10:26:56','2018-04-25 10:26:56','',1054,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Gin-seven-hills.png',0,'attachment','image/png',0),(1065,1,'2018-04-25 10:28:41','2018-04-25 10:28:41','<img class=\"alignleft  wp-image-1064\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Gin-seven-hills.png\" alt=\"\" width=\"213\" height=\"188\" />\r\n\r\n<strong>VII Hills Italian Dry Gin, an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, Ancient Rome was built, </strong>have<strong> signed two new distributors. Going back to their roots they have signed Pallini, one of Italy\'s oldest and most important companies in the drinks industry, and Boutique Brands, a luxury based drinks brands development platform in the UK.</strong>\r\n\r\nSince the 1920’s Pallini has had it’s production site in Rome and is now the only existing distillery making it the perfect match as VII Hills is 100% Italian and flavoured with the finest natural Italian ingredients that once grew on the seven hills surrounding Rome. Distilled near Turin, the inspiration for the ingredients used in VII Hills date back to when the Romans used to add juniper into their wine to help them get an appetite. VII Hills wanted to bring the traditions of Italian aperitivo to London and make the perfect Italian gin for the perfect negroni. Pallini currently exports its products in over 35 countries worldwide.\r\n\r\nCreated by Italian mixologists, Filippo Previero and Danilo Tersigni, who both have many years of expertise under their belts including in several of the world’s most renowned bars, have signed with Boutique Brands to bring their global market a new wave of gin. Combining juniper, pomegranate, celery, artichoke, blood orange, rosehip and Roman chamomile to create an aromatic spirit with citrus and herbal notes, the premium gin fits perfectly with Boutique Brands’ target market of style conscious millennials who like to try new spirits.\r\n\r\nThe rounded spirit’s earthy and citrus aroma merges the ancient and modern flavours of Italy creating a unique spirit to be blended into a flawless negroni. Filippo and Danilo have also tested it out in an Italian bloody Mary and an espresso martini based on the caffè corretto culture.','VII Hills Italian Dry Gin sign two new distributors in Europe','','inherit','closed','closed','','1054-revision-v1','','','2018-04-25 10:28:41','2018-04-25 10:28:41','',1054,'http://www.ontradeprogress.com/2018/04/25/1054-revision-v1/',0,'revision','',0),(1067,1,'2018-04-25 10:34:15','2018-04-25 10:34:15','<img class=\"alignleft wp-image-1064\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Gin-seven-hills.png\" alt=\"\" width=\"213\" height=\"188\" />\r\n\r\n<strong>VII Hills Italian Dry Gin, an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, Ancient Rome was built,</strong> <strong>have signed two new distributors. Going back to their roots they have signed Pallini, one of Italy\'s oldest and most important companies in the drinks industry, and Boutique Brands, a luxury based drinks brands development platform in the UK.</strong>\r\n\r\nSince the 1920’s Pallini has had it’s production site in Rome and is now the only existing distillery making it the perfect match as VII Hills is 100% Italian and flavoured with the finest natural Italian ingredients that once grew on the seven hills surrounding Rome. Distilled near Turin, the inspiration for the ingredients used in VII Hills date back to when the Romans used to add juniper into their wine to help them get an appetite. VII Hills wanted to bring the traditions of Italian aperitivo to London and make the perfect Italian gin for the perfect negroni. Pallini currently exports its products in over 35 countries worldwide.\r\n\r\nCreated by Italian mixologists, Filippo Previero and Danilo Tersigni, who both have many years of expertise under their belts including in several of the world’s most renowned bars, have signed with Boutique Brands to bring their global market a new wave of gin. Combining juniper, pomegranate, celery, artichoke, blood orange, rosehip and Roman chamomile to create an aromatic spirit with citrus and herbal notes, the premium gin fits perfectly with Boutique Brands’ target market of style conscious millennials who like to try new spirits.\r\n\r\nThe rounded spirit’s earthy and citrus aroma merges the ancient and modern flavours of Italy creating a unique spirit to be blended into a flawless negroni. Filippo and Danilo have also tested it out in an Italian bloody Mary and an espresso martini based on the caffè corretto culture.','VII Hills Italian Dry Gin sign two new distributors in Europe','','inherit','closed','closed','','1054-revision-v1','','','2018-04-25 10:34:15','2018-04-25 10:34:15','',1054,'http://www.ontradeprogress.com/2018/04/25/1054-revision-v1/',0,'revision','',0),(1068,1,'2018-04-25 10:53:38','2018-04-25 10:53:38','<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"89\" height=\"89\" /><strong>UKHospitality has responded to the Home Office’s publication of updated Section 182 guidance which has included industry feedback.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKH has also reiterated its call for the Government to adopt the key House of Lords Licensing Act Committee recommendation regarding late-night levies and EMROs .</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “The revised guidance published today by the Home Office shows that the Government has listened to industry feedback and the considerations of the hospitality sector. The new guidance should help provide clarity for businesses and local authorities.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“This has been a welcome opportunity to communicate with the Home Office, although we will continue to make the case for a more supportive legislative framework for venues and the adoption of recommendations made by the House of Lords. Chief among them will be the scrapping of late-night levies and EMROs, which are unfit for purpose, at the earliest opportunity.”</p>','UKHospitality welcomes revised home office guidance','','publish','closed','open','','ukhospitality-welcomes-revised-home-office-guidance','','','2018-04-25 10:53:55','2018-04-25 10:53:55','',0,'http://www.ontradeprogress.com/?p=1068',0,'post','',0),(1069,1,'2018-04-25 10:53:18','2018-04-25 10:53:18','<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"89\" height=\"89\" /><strong>UKHospitality has responded to the Home Office’s publication of updated Section 182 guidance which has included industry feedback.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKH has also reiterated its call for the Government to adopt the key House of Lords Licensing Act Committee recommendation regarding late-night levies and EMROs .</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “The revised guidance published today by the Home Office shows that the Government has listened to industry feedback and the considerations of the hospitality sector. The new guidance should help provide clarity for businesses and local authorities.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“This has been a welcome opportunity to communicate with the Home Office, although we will continue to make the case for a more supportive legislative framework for venues and the adoption of recommendations made by the House of Lords. Chief among them will be the scrapping of late-night levies and EMROs, which are unfit for purpose, at the earliest opportunity.”</p>','UKHospitality welcomes revised home office guidance','','inherit','closed','closed','','1068-revision-v1','','','2018-04-25 10:53:18','2018-04-25 10:53:18','',1068,'http://www.ontradeprogress.com/2018/04/25/1068-revision-v1/',0,'revision','',0),(1070,1,'2018-04-25 12:27:15','2018-04-25 12:27:15','<img class=\"alignleft wp-image-1071\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-09-at-11.57.41.png\" alt=\"\" width=\"120\" height=\"80\" /> <img class=\"alignleft wp-image-1072\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Inception-Group.png\" alt=\"\" width=\"307\" height=\"46\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>“A margarita without Cointreau is not worth its salt.” Margaret Sames</strong>\r\n\r\nCointreau has teamed up with some of London’s most iconic bars, most notably Soho underground sensation, Cahoots, just in time for Cinco de Mayo to celebrate the 70th anniversary of the original margarita cocktail by bringing all the energy and vibrant atmosphere of Acapulco to life with a series of events around London in celebration of one of the world’s most popular cocktails.\r\n\r\n‘The Margarita Loves Cointreau’ campaign is a tribute to the drink’s creator Margaret “Margarita” Sames, who famously said of her instantly iconic concoction, “a margarita without Cointreau is not worth its salt.” 1940s themed bar, Cahoots will celebrate this unique partnership with a tequila-tastic knees up on 5th May continuing through the entire month with some wonderful cocktails paying homage, with a modern twist, to 1948.\r\n\r\nCahoots’ vintage Cinco de Mayo will be celebrated with Cointreau-based concoctions such as You’ll Never Smile Again, made with Tequila Enemigo Cristallino, Cointreau orange liqueur, lime, lemon, fresh basil and Cahoots herbal wine, 1948 In The Big Smoke, a sultry mix of Alipús San Andres mezcal, Cointreau orange liqueur, lime, pumpkin purée and sugar and Seventy Years Of Cheers, a heady blend of Tequila Cabrito Blanco, Cointreau orange liqueur, lime, agave and Aperol aperitif, served with Citrus salt Crusta.\r\n\r\nOther bars celebrating seventy years of the margarita on Cinco de Mayo include recently opened The Little Blue Door, who will whizz up The Little Blue Door blender cocktail, a cooling frozen Passionfruit margarita using Cointreau and fresh passionfruit blended and served in a mini blender, Aqua who have created the ‘Margini’, which combines two of the most consumed cocktails, looking like a martini but tasting like a margarita and made with tequila, Cointreau, clarified lime juice and agave and orange flower water, as well as dedicated margaritas at Mandarin Oriental and The Goat.\r\n\r\nMeanwhile, cocktails lovers can enjoy a classic margarita or try the challenge at home and enter an Instagram contest for the chance to win enticing prizes by posting picture of their margarita using #MARGARITALOVESCOINTREAU will be entered to win margarita kits to enjoy at home and a trip to France to discover the birth place of Cointreau.\r\n\r\nThe original recipe to try at home combines 30ml Cointreau, 50ml Blanco Tequila and 20ml fresh lime juice, shaken with ice and is served in a salt-rimmed margarita glass. *Cocktails: How To Mix Them by Robert Vermeire.\r\n\r\n<strong>About Cointreau:</strong>\r\nCointreau was created by Edouard Cointreau in 1875 after noting customers’ interest in the flavour of orange, a rare and expensive commodity at the time. He travelled the world and continuously experimented with recipes and distillation processes until he created the perfect blend.\r\n\r\n\"I passionately desired this liqueur. I wanted it to have the purity of crystal and a delicately subtle flavor thanks to the perfect harmony of sweet and bitter orange peels.\"\r\n\r\nEmbodied by the famous square bottle that bears the name of its creator, the brand expresses the same playfulness today, driven by the creative impulse that gave it life. The clear liqueur was born out of the inspired idea to combine sweet and bitter orange peels. This particular blend gives Cointreau its unique and delicate taste, the perfect balance of sweetness and freshness. The Cointreau recipe is simple, natural, and almost unchanged since its creation. Its character and excellence lie in the rigorous selection and assembly of the orange peels, a meticulous task entrusted to Maison Cointreau’s Head Distiller.\r\n\r\n<strong>About Cahoots:</strong>\r\nBrought to the West End in March 2015 by award winning Inception Group, late night bar, Cahoots, transports guests back in time to post-war 1940s to a disused underground tube station featuring drinking, dancing and sing-a-longs around an old piano. Inception Group also own and operate 80s themed nightclub, Maggie’s, Barts, a hidden cocktail bar in Chelsea inspired by the Prohibition Era, the acclaimed Bunga Bunga, an Englishman’s Italian bar, pizzeria and karaoke venue in Battersea, Mr Fogg’s Residence, a Mayfair bar based on the actual home of Jules Verne’s most famous adventurer Phileas Fogg, Mr Fogg’s Tavern and Gin Parlour and most recently Bunga Bunga Covent Garden. They will launch three new bars in the Mr Fogg’s Collection this year.\r\n\r\n<strong>Cinco de Mayo with Cahoots and Cointreau</strong>\r\n5th May from 5pm\r\n13 Kingly Court, London W1B 5PG','Cahoots and Cointreau celebrate Cinco de Mayo','','publish','closed','open','','cahoots-cointreau-celebrate-cinco-de-mayo','','','2018-04-25 12:34:07','2018-04-25 12:34:07','',0,'http://www.ontradeprogress.com/?p=1070',0,'post','',0),(1071,1,'2018-04-25 12:22:48','2018-04-25 12:22:48','','Screen Shot 2018-04-09 at 11.57.41','','inherit','closed','closed','','screen-shot-2018-04-09-at-11-57-41','','','2018-04-25 12:22:48','2018-04-25 12:22:48','',1070,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-09-at-11.57.41.png',0,'attachment','image/png',0),(1072,1,'2018-04-25 12:23:08','2018-04-25 12:23:08','','Inception Group','','inherit','closed','closed','','inception-group','','','2018-04-25 12:23:08','2018-04-25 12:23:08','',1070,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Inception-Group.png',0,'attachment','image/png',0),(1073,1,'2018-04-25 12:24:02','2018-04-25 12:24:02','','cahoots','','inherit','closed','closed','','cahoots','','','2018-04-25 12:24:02','2018-04-25 12:24:02','',1070,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/cahoots.tif',0,'attachment','image/tiff',0),(1074,1,'2018-04-25 12:24:15','2018-04-25 12:24:15','<img class=\"alignleft  wp-image-1071\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-09-at-11.57.41.png\" alt=\"\" width=\"120\" height=\"80\" /> <img class=\"alignleft  wp-image-1072\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Inception-Group.png\" alt=\"\" width=\"360\" height=\"54\" />\r\n\r\n&nbsp;\r\n\r\n<strong>“A margarita without Cointreau is not worth its salt.” Margaret Sames</strong>\r\n\r\nCointreau has teamed up with some of London’s most iconic bars, most notably Soho underground sensation, Cahoots, just in time for Cinco de Mayo to celebrate the 70th anniversary of the original margarita cocktail by bringing all the energy and vibrant atmosphere of Acapulco to life with a series of events around London in celebration of one of the world’s most popular cocktails.\r\n\r\n‘The Margarita Loves Cointreau’ campaign is a tribute to the drink’s creator Margaret “Margarita” Sames, who famously said of her instantly iconic concoction, “a margarita without Cointreau is not worth its salt.” 1940s themed bar, Cahoots will celebrate this unique partnership with a tequila-tastic knees up on 5th May continuing through the entire month with some wonderful cocktails paying homage, with a modern twist, to 1948.\r\n\r\nCahoots’ vintage Cinco de Mayo will be celebrated with Cointreau-based concoctions such as You’ll Never Smile Again, made with Tequila Enemigo Cristallino, Cointreau orange liqueur, lime, lemon, fresh basil and Cahoots herbal wine, 1948 In The Big Smoke, a sultry mix of Alipús San Andres mezcal, Cointreau orange liqueur, lime, pumpkin purée and sugar and Seventy Years Of Cheers, a heady blend of Tequila Cabrito Blanco, Cointreau orange liqueur, lime, agave and Aperol aperitif, served with Citrus salt Crusta.\r\n\r\nOther bars celebrating seventy years of the margarita on Cinco de Mayo include recently opened The Little Blue Door, who will whizz up The Little Blue Door blender cocktail, a cooling frozen Passionfruit margarita using Cointreau and fresh passionfruit blended and served in a mini blender, Aqua who have created the ‘Margini’, which combines two of the most consumed cocktails, looking like a martini but tasting like a margarita and made with tequila, Cointreau, clarified lime juice and agave and orange flower water, as well as dedicated margaritas at Mandarin Oriental and The Goat.\r\n\r\nMeanwhile, cocktails lovers can enjoy a classic margarita or try the challenge at home and enter an Instagram contest for the chance to win enticing prizes by posting picture of their margarita using #MARGARITALOVESCOINTREAU will be entered to win margarita kits to enjoy at home and a trip to France to discover the birth place of Cointreau.\r\n\r\nThe original recipe to try at home combines 30ml Cointreau, 50ml Blanco Tequila and 20ml fresh lime juice, shaken with ice and is served in a salt-rimmed margarita glass. *Cocktails: How To Mix Them by Robert Vermeire.\r\n\r\n<strong>About Cointreau:</strong>\r\nCointreau was created by Edouard Cointreau in 1875 after noting customers’ interest in the flavour of orange, a rare and expensive commodity at the time. He travelled the world and continuously experimented with recipes and distillation processes until he created the perfect blend.\r\n\r\n\"I passionately desired this liqueur. I wanted it to have the purity of crystal and a delicately subtle flavor thanks to the perfect harmony of sweet and bitter orange peels.\"\r\n\r\nEmbodied by the famous square bottle that bears the name of its creator, the brand expresses the same playfulness today, driven by the creative impulse that gave it life. The clear liqueur was born out of the inspired idea to combine sweet and bitter orange peels. This particular blend gives Cointreau its unique and delicate taste, the perfect balance of sweetness and freshness. The Cointreau recipe is simple, natural, and almost unchanged since its creation. Its character and excellence lie in the rigorous selection and assembly of the orange peels, a meticulous task entrusted to Maison Cointreau’s Head Distiller.\r\n\r\n<strong>About Cahoots:</strong>\r\nBrought to the West End in March 2015 by award winning Inception Group, late night bar, Cahoots, transports guests back in time to post-war 1940s to a disused underground tube station featuring drinking, dancing and sing-a-longs around an old piano. Inception Group also own and operate 80s themed nightclub, Maggie’s, Barts, a hidden cocktail bar in Chelsea inspired by the Prohibition Era, the acclaimed Bunga Bunga, an Englishman’s Italian bar, pizzeria and karaoke venue in Battersea, Mr Fogg’s Residence, a Mayfair bar based on the actual home of Jules Verne’s most famous adventurer Phileas Fogg, Mr Fogg’s Tavern and Gin Parlour and most recently Bunga Bunga Covent Garden. They will launch three new bars in the Mr Fogg’s Collection this year.\r\n\r\n<strong>Cinco de Mayo with Cahoots and Cointreau</strong>\r\n5th May from 5pm\r\n13 Kingly Court, London W1B 5PG','Cahoots and Cointreau celebrate Cinco de Mayo','','inherit','closed','closed','','1070-revision-v1','','','2018-04-25 12:24:15','2018-04-25 12:24:15','',1070,'http://www.ontradeprogress.com/2018/04/25/1070-revision-v1/',0,'revision','',0),(1075,1,'2018-04-25 12:24:52','2018-04-25 12:24:52','','cahoots','','inherit','closed','closed','','cahoots-2','','','2018-04-25 12:24:52','2018-04-25 12:24:52','',1070,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/cahoots-1.tif',0,'attachment','image/tiff',0),(1076,1,'2018-04-25 12:24:59','2018-04-25 12:24:59','<img class=\"alignleft  wp-image-1071\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Screen-Shot-2018-04-09-at-11.57.41.png\" alt=\"\" width=\"120\" height=\"80\" /> <img class=\"alignleft  wp-image-1072\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Inception-Group.png\" alt=\"\" width=\"307\" height=\"46\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>“A margarita without Cointreau is not worth its salt.” Margaret Sames</strong>\r\n\r\nCointreau has teamed up with some of London’s most iconic bars, most notably Soho underground sensation, Cahoots, just in time for Cinco de Mayo to celebrate the 70th anniversary of the original margarita cocktail by bringing all the energy and vibrant atmosphere of Acapulco to life with a series of events around London in celebration of one of the world’s most popular cocktails.\r\n\r\n‘The Margarita Loves Cointreau’ campaign is a tribute to the drink’s creator Margaret “Margarita” Sames, who famously said of her instantly iconic concoction, “a margarita without Cointreau is not worth its salt.” 1940s themed bar, Cahoots will celebrate this unique partnership with a tequila-tastic knees up on 5th May continuing through the entire month with some wonderful cocktails paying homage, with a modern twist, to 1948.\r\n\r\nCahoots’ vintage Cinco de Mayo will be celebrated with Cointreau-based concoctions such as You’ll Never Smile Again, made with Tequila Enemigo Cristallino, Cointreau orange liqueur, lime, lemon, fresh basil and Cahoots herbal wine, 1948 In The Big Smoke, a sultry mix of Alipús San Andres mezcal, Cointreau orange liqueur, lime, pumpkin purée and sugar and Seventy Years Of Cheers, a heady blend of Tequila Cabrito Blanco, Cointreau orange liqueur, lime, agave and Aperol aperitif, served with Citrus salt Crusta.\r\n\r\nOther bars celebrating seventy years of the margarita on Cinco de Mayo include recently opened The Little Blue Door, who will whizz up The Little Blue Door blender cocktail, a cooling frozen Passionfruit margarita using Cointreau and fresh passionfruit blended and served in a mini blender, Aqua who have created the ‘Margini’, which combines two of the most consumed cocktails, looking like a martini but tasting like a margarita and made with tequila, Cointreau, clarified lime juice and agave and orange flower water, as well as dedicated margaritas at Mandarin Oriental and The Goat.\r\n\r\nMeanwhile, cocktails lovers can enjoy a classic margarita or try the challenge at home and enter an Instagram contest for the chance to win enticing prizes by posting picture of their margarita using #MARGARITALOVESCOINTREAU will be entered to win margarita kits to enjoy at home and a trip to France to discover the birth place of Cointreau.\r\n\r\nThe original recipe to try at home combines 30ml Cointreau, 50ml Blanco Tequila and 20ml fresh lime juice, shaken with ice and is served in a salt-rimmed margarita glass. *Cocktails: How To Mix Them by Robert Vermeire.\r\n\r\n<strong>About Cointreau:</strong>\r\nCointreau was created by Edouard Cointreau in 1875 after noting customers’ interest in the flavour of orange, a rare and expensive commodity at the time. He travelled the world and continuously experimented with recipes and distillation processes until he created the perfect blend.\r\n\r\n\"I passionately desired this liqueur. I wanted it to have the purity of crystal and a delicately subtle flavor thanks to the perfect harmony of sweet and bitter orange peels.\"\r\n\r\nEmbodied by the famous square bottle that bears the name of its creator, the brand expresses the same playfulness today, driven by the creative impulse that gave it life. The clear liqueur was born out of the inspired idea to combine sweet and bitter orange peels. This particular blend gives Cointreau its unique and delicate taste, the perfect balance of sweetness and freshness. The Cointreau recipe is simple, natural, and almost unchanged since its creation. Its character and excellence lie in the rigorous selection and assembly of the orange peels, a meticulous task entrusted to Maison Cointreau’s Head Distiller.\r\n\r\n<strong>About Cahoots:</strong>\r\nBrought to the West End in March 2015 by award winning Inception Group, late night bar, Cahoots, transports guests back in time to post-war 1940s to a disused underground tube station featuring drinking, dancing and sing-a-longs around an old piano. Inception Group also own and operate 80s themed nightclub, Maggie’s, Barts, a hidden cocktail bar in Chelsea inspired by the Prohibition Era, the acclaimed Bunga Bunga, an Englishman’s Italian bar, pizzeria and karaoke venue in Battersea, Mr Fogg’s Residence, a Mayfair bar based on the actual home of Jules Verne’s most famous adventurer Phileas Fogg, Mr Fogg’s Tavern and Gin Parlour and most recently Bunga Bunga Covent Garden. They will launch three new bars in the Mr Fogg’s Collection this year.\r\n\r\n<strong>Cinco de Mayo with Cahoots and Cointreau</strong>\r\n5th May from 5pm\r\n13 Kingly Court, London W1B 5PG','Cahoots and Cointreau celebrate Cinco de Mayo','','inherit','closed','closed','','1070-revision-v1','','','2018-04-25 12:24:59','2018-04-25 12:24:59','',1070,'http://www.ontradeprogress.com/2018/04/25/1070-revision-v1/',0,'revision','',0),(1077,1,'2018-04-25 12:25:40','2018-04-25 12:25:40','','cahoots x 2','','inherit','closed','closed','','cahoots-x-2','','','2018-04-25 12:25:40','2018-04-25 12:25:40','',1070,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/cahoots-x-2.png',0,'attachment','image/png',0),(1078,1,'2018-04-25 12:58:36','2018-04-25 12:58:36','<img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"91\" height=\"91\" />\r\n\r\n<strong>UKHospitality launches manifesto for 2018 local elections</strong>\r\n\r\n<strong>The recommendations include:</strong>\r\n<ul>\r\n 	<li>Prioritising hospitality businesses for discretionary business rates relief</li>\r\n 	<li>Ruling out tourist taxes</li>\r\n 	<li>Prioritising partnership working over costly tax and legislation</li>\r\n 	<li>Engaging with hospitality businesses to enhance waste collection, increase recycling and reduce the burden on local businesses</li>\r\n 	<li>Applying the Agent of Change principle in planning decisions</li>\r\n 	<li>Encouraging LEAs to work with the sector to promote hospitality as a career of choice</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The key to the future success and health of the UK’s hospitality sector is a positive and proactive working relationship with local authorities.\r\n\r\n“Councils around the UK are in a position to support their local hospitality venues and enhance their neighbourhoods by promoting fun and vibrant community businesses. Hospitality businesses are key to regenerating high streets and supporting valuable jobs, but too often businesses don’t seem to receive the support they deserve.\r\n\r\n“Our manifesto for the local elections provides councils with simple and effective actions to ensure that hospitality businesses are in the best possible position to grow.”','UKHospitality launches manifesto for 2018 local elections','','publish','closed','open','','ukhospitality-launches-manifesto-2018-local-elections','','','2018-04-25 12:58:36','2018-04-25 12:58:36','',0,'http://www.ontradeprogress.com/?p=1078',0,'post','',0),(1080,1,'2018-04-25 12:46:09','2018-04-25 12:46:09','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"97\" height=\"97\" /><strong>UKHospitality launches manifesto for 2018 local elections</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The recommendations include:</strong>\r\n<ul>\r\n 	<li>Prioritising hospitality businesses for discretionary business rates relief</li>\r\n 	<li>Ruling out tourist taxes</li>\r\n 	<li>Prioritising partnership working over costly tax and legislation</li>\r\n 	<li>Engaging with hospitality businesses to enhance waste collection, increase recycling and reduce the burden on local businesses</li>\r\n 	<li>Applying the Agent of Change principle in planning decisions</li>\r\n 	<li>Encouraging LEAs to work with the sector to promote hospitality as a career of choice</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The key to the future success and health of the UK’s hospitality sector is a positive and proactive working relationship with local authorities.\r\n\r\n“Councils around the UK are in a position to support their local hospitality venues and enhance their neighbourhoods by promoting fun and vibrant community businesses. Hospitality businesses are key to regenerating high streets and supporting valuable jobs, but too often businesses don’t seem to receive the support they deserve.\r\n\r\n“Our manifesto for the local elections provides councils with simple and effective actions to ensure that hospitality businesses are in the best possible position to grow.”','UKHospitality launches manifesto for 2018 local elections','','inherit','closed','closed','','1078-revision-v1','','','2018-04-25 12:46:09','2018-04-25 12:46:09','',1078,'http://www.ontradeprogress.com/2018/04/25/1078-revision-v1/',0,'revision','',0),(1081,1,'2018-04-25 12:46:40','2018-04-25 12:46:40','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"97\" height=\"97\" />\r\n\r\n<strong>UKHospitality launches manifesto for 2018 local elections</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The recommendations include:</strong>\r\n<ul>\r\n 	<li>Prioritising hospitality businesses for discretionary business rates relief</li>\r\n 	<li>Ruling out tourist taxes</li>\r\n 	<li>Prioritising partnership working over costly tax and legislation</li>\r\n 	<li>Engaging with hospitality businesses to enhance waste collection, increase recycling and reduce the burden on local businesses</li>\r\n 	<li>Applying the Agent of Change principle in planning decisions</li>\r\n 	<li>Encouraging LEAs to work with the sector to promote hospitality as a career of choice</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The key to the future success and health of the UK’s hospitality sector is a positive and proactive working relationship with local authorities.\r\n\r\n“Councils around the UK are in a position to support their local hospitality venues and enhance their neighbourhoods by promoting fun and vibrant community businesses. Hospitality businesses are key to regenerating high streets and supporting valuable jobs, but too often businesses don’t seem to receive the support they deserve.\r\n\r\n“Our manifesto for the local elections provides councils with simple and effective actions to ensure that hospitality businesses are in the best possible position to grow.”','UKHospitality launches manifesto for 2018 local elections','','inherit','closed','closed','','1078-revision-v1','','','2018-04-25 12:46:40','2018-04-25 12:46:40','',1078,'http://www.ontradeprogress.com/2018/04/25/1078-revision-v1/',0,'revision','',0),(1082,1,'2018-04-25 12:47:19','2018-04-25 12:47:19','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"127\" height=\"127\" />\r\n\r\n<strong>UKHospitality launches manifesto for 2018 local elections</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The recommendations include:</strong>\r\n<ul>\r\n 	<li>Prioritising hospitality businesses for discretionary business rates relief</li>\r\n 	<li>Ruling out tourist taxes</li>\r\n 	<li>Prioritising partnership working over costly tax and legislation</li>\r\n 	<li>Engaging with hospitality businesses to enhance waste collection, increase recycling and reduce the burden on local businesses</li>\r\n 	<li>Applying the Agent of Change principle in planning decisions</li>\r\n 	<li>Encouraging LEAs to work with the sector to promote hospitality as a career of choice</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The key to the future success and health of the UK’s hospitality sector is a positive and proactive working relationship with local authorities.\r\n\r\n“Councils around the UK are in a position to support their local hospitality venues and enhance their neighbourhoods by promoting fun and vibrant community businesses. Hospitality businesses are key to regenerating high streets and supporting valuable jobs, but too often businesses don’t seem to receive the support they deserve.\r\n\r\n“Our manifesto for the local elections provides councils with simple and effective actions to ensure that hospitality businesses are in the best possible position to grow.”','UKHospitality launches manifesto for 2018 local elections','','inherit','closed','closed','','1078-revision-v1','','','2018-04-25 12:47:19','2018-04-25 12:47:19','',1078,'http://www.ontradeprogress.com/2018/04/25/1078-revision-v1/',0,'revision','',0),(1083,1,'2018-04-25 12:47:30','2018-04-25 12:47:30','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"127\" height=\"127\" />\r\n\r\n<strong>UKHospitality launches manifesto for 2018 local elections</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The recommendations include:</strong>\r\n<ul>\r\n 	<li>Prioritising hospitality businesses for discretionary business rates relief</li>\r\n 	<li>Ruling out tourist taxes</li>\r\n 	<li>Prioritising partnership working over costly tax and legislation</li>\r\n 	<li>Engaging with hospitality businesses to enhance waste collection, increase recycling and reduce the burden on local businesses</li>\r\n 	<li>Applying the Agent of Change principle in planning decisions</li>\r\n 	<li>Encouraging LEAs to work with the sector to promote hospitality as a career of choice</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The key to the future success and health of the UK’s hospitality sector is a positive and proactive working relationship with local authorities.\r\n\r\n“Councils around the UK are in a position to support their local hospitality venues and enhance their neighbourhoods by promoting fun and vibrant community businesses. Hospitality businesses are key to regenerating high streets and supporting valuable jobs, but too often businesses don’t seem to receive the support they deserve.\r\n\r\n“Our manifesto for the local elections provides councils with simple and effective actions to ensure that hospitality businesses are in the best possible position to grow.”','UKHospitality launches manifesto for 2018 local elections','','inherit','closed','closed','','1078-revision-v1','','','2018-04-25 12:47:30','2018-04-25 12:47:30','',1078,'http://www.ontradeprogress.com/2018/04/25/1078-revision-v1/',0,'revision','',0),(1084,1,'2018-04-25 12:47:48','2018-04-25 12:47:48','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"91\" height=\"91\" />\r\n\r\n<strong>UKHospitality launches manifesto for 2018 local elections</strong>\r\n\r\n<strong>The recommendations include:</strong>\r\n<ul>\r\n 	<li>Prioritising hospitality businesses for discretionary business rates relief</li>\r\n 	<li>Ruling out tourist taxes</li>\r\n 	<li>Prioritising partnership working over costly tax and legislation</li>\r\n 	<li>Engaging with hospitality businesses to enhance waste collection, increase recycling and reduce the burden on local businesses</li>\r\n 	<li>Applying the Agent of Change principle in planning decisions</li>\r\n 	<li>Encouraging LEAs to work with the sector to promote hospitality as a career of choice</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The key to the future success and health of the UK’s hospitality sector is a positive and proactive working relationship with local authorities.\r\n\r\n“Councils around the UK are in a position to support their local hospitality venues and enhance their neighbourhoods by promoting fun and vibrant community businesses. Hospitality businesses are key to regenerating high streets and supporting valuable jobs, but too often businesses don’t seem to receive the support they deserve.\r\n\r\n“Our manifesto for the local elections provides councils with simple and effective actions to ensure that hospitality businesses are in the best possible position to grow.”','UKHospitality launches manifesto for 2018 local elections','','inherit','closed','closed','','1078-revision-v1','','','2018-04-25 12:47:48','2018-04-25 12:47:48','',1078,'http://www.ontradeprogress.com/2018/04/25/1078-revision-v1/',0,'revision','',0),(1085,1,'2018-04-25 13:06:14','2018-04-25 13:06:14','<img class=\"alignleft  wp-image-1087\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/metacalfe.png\" alt=\"\" width=\"130\" height=\"82\" />\r\n\r\nHALLDE’s CC-34 Combi Cutter is the perfect compromise for the smaller kitchen. The CC-34 is both vegetable preparation machine and vertical cutter in one machine. It is small and compact and easy to put away and take out when you need it.\r\n\r\nThe HALLDE CC-34 slices, dices, shreds, grates, cuts julienne and waffles vegetables, fruit, dry bread, cheese, nuts and mushrooms. It will also chop and grind meat, fish, vegetables, fruits and nuts. In addition, it can be used for blending, as well as mixing sauces, soups and dressings. It will prepare produce at up to 2 kg/minute.\r\n<ul>\r\n 	<li>Low weight and handles for easy mobility</li>\r\n 	<li>The vertical cutting attachments can chop and grind meat, fish, vegetables, fruits, nuts, etc.</li>\r\n 	<li>Robustly built in ABS-plastic with an ergonomic user-friendly design</li>\r\n 	<li>4 speeds and pulse function</li>\r\n 	<li>Patented three arm scraper system</li>\r\n 	<li>Easy to clean – all loose parts and the cutting tools can be washed in a dishwasher</li>\r\n 	<li>Cutting tools are made in stainless steel and can cut soft and hard products in every shape and size.</li>\r\n</ul>\r\nThe HALLDE CC-34 is suitable for just about any food operation you can think of - restaurants, cafés, bakeries, care homes, schools, hotels, fast food outlets, day care centres, salad bars, the list goes on.\r\n\r\nFor further information on the HALLDE CC-34, which carries a list price of £1,725.00 + VAT, call Metcalfe on 01766 830456, visit www.metcalfecatering.com or email <a href=\"mailto:enquiries@metcalfecatering.com\">enquiries@metcalfecatering.com</a>.','Metcalfe - launches HALLDE CC-34 combi cutter','','publish','closed','open','','metcalfe-launches-hallde-cc-34-combi-cutter','','','2018-04-25 13:06:14','2018-04-25 13:06:14','',0,'http://www.ontradeprogress.com/?p=1085',0,'post','',0),(1086,1,'2018-04-25 13:01:06','2018-04-25 13:01:06','','HALLDE_CC-34','','inherit','closed','closed','','hallde_cc-34','','','2018-04-25 13:01:06','2018-04-25 13:01:06','',1085,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/HALLDE_CC-34.jpg',0,'attachment','image/jpeg',0),(1087,1,'2018-04-25 13:03:06','2018-04-25 13:03:06','','metacalfe','','inherit','closed','closed','','metacalfe','','','2018-04-25 13:03:06','2018-04-25 13:03:06','',1085,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/metacalfe.png',0,'attachment','image/png',0),(1088,1,'2018-04-25 13:05:57','2018-04-25 13:05:57','<img class=\"alignleft  wp-image-1087\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/metacalfe.png\" alt=\"\" width=\"130\" height=\"82\" />\r\n\r\nHALLDE’s CC-34 Combi Cutter is the perfect compromise for the smaller kitchen. The CC-34 is both vegetable preparation machine and vertical cutter in one machine. It is small and compact and easy to put away and take out when you need it.\r\n\r\nThe HALLDE CC-34 slices, dices, shreds, grates, cuts julienne and waffles vegetables, fruit, dry bread, cheese, nuts and mushrooms. It will also chop and grind meat, fish, vegetables, fruits and nuts. In addition, it can be used for blending, as well as mixing sauces, soups and dressings. It will prepare produce at up to 2 kg/minute.\r\n<ul>\r\n 	<li>Low weight and handles for easy mobility</li>\r\n 	<li>The vertical cutting attachments can chop and grind meat, fish, vegetables, fruits, nuts, etc.</li>\r\n 	<li>Robustly built in ABS-plastic with an ergonomic user-friendly design</li>\r\n 	<li>4 speeds and pulse function</li>\r\n 	<li>Patented three arm scraper system</li>\r\n 	<li>Easy to clean – all loose parts and the cutting tools can be washed in a dishwasher</li>\r\n 	<li>Cutting tools are made in stainless steel and can cut soft and hard products in every shape and size.</li>\r\n</ul>\r\nThe HALLDE CC-34 is suitable for just about any food operation you can think of - restaurants, cafés, bakeries, care homes, schools, hotels, fast food outlets, day care centres, salad bars, the list goes on.\r\n\r\nFor further information on the HALLDE CC-34, which carries a list price of £1,725.00 + VAT, call Metcalfe on 01766 830456, visit www.metcalfecatering.com or email <a href=\"mailto:enquiries@metcalfecatering.com\">enquiries@metcalfecatering.com</a>.','Metcalfe - launches HALLDE CC-34 combi cutter','','inherit','closed','closed','','1085-revision-v1','','','2018-04-25 13:05:57','2018-04-25 13:05:57','',1085,'http://www.ontradeprogress.com/2018/04/25/1085-revision-v1/',0,'revision','',0),(1089,1,'2018-04-25 13:55:41','2018-04-25 13:55:41','<strong>Anvil Traction, the UK market leader in specialist slip resistant footwear, has launched a range of executive style shoes, designed to achieve a smart and professional look for customer facing staff, whilst maintaining ultimate comfort and slip resistance throughout a long working day.</strong>\r\n\r\nThe success of the Anvil Traction range can be largely attributed to the significant investment the company has made in R&amp;D to scientifically research slip resistant compounds and develop outsoles that provide world class slip resistance. The Executive range of men’s and ladies shoes boast slip resistance results that are an astonishing 323% above SRC requirements.\r\n\r\nThe Anvil Traction Executive range was designed in the UK with the needs of the wearer firmly in mind. The professional look of the shoe is heightened with the premium Nappa leather upper whilst underfoot comfort has been significantly enhanced with a full leather footbed which incorporates superior underfoot cushioning with outstanding ‘bounce-back’ qualities, ensuring unrivalled comfort for all day wear.\r\n\r\nIdeal for use in a wide variety of industries such as Hospitality, Passenger Transport, Healthcare and Airlines to name but a few, all the styles within the range are antistatic and certified to EN ISO 20347:2012.\r\n\r\n<strong>About Anvil Traction: </strong> Anvil Traction is based in Northamptonshire in the UK, at the very heart of the traditional shoe-making industry and forms part of the larger TRIPAL Group which has over 20 years of experience in the safety footwear industry. Anvil Traction is the UK Market leader in specialist slip resistant footwear, providing both safety and occupational footwear that conforms to certified safety standards.','Anvil Traction launch executive range of slip resistant footwear','','publish','closed','open','','anvil-traction-launch-executive-range-slip-resistant-footwear','','','2018-04-25 13:56:20','2018-04-25 13:56:20','',0,'http://www.ontradeprogress.com/?p=1089',0,'post','',0),(1090,1,'2018-04-25 13:51:19','2018-04-25 13:51:19','','Non slip footwear','','inherit','closed','closed','','non-slip-footwear','','','2018-04-25 13:51:19','2018-04-25 13:51:19','',1089,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Non-slip-footwear.png',0,'attachment','image/png',0),(1091,1,'2018-04-25 13:54:52','2018-04-25 13:54:52','<strong>Anvil Traction, the UK market leader in specialist slip resistant footwear, has launched a range of executive style shoes, designed to achieve a smart and professional look for customer facing staff, whilst maintaining ultimate comfort and slip resistance throughout a long working day.</strong>\r\n\r\nThe success of the Anvil Traction range can be largely attributed to the significant investment the company has made in R&amp;D to scientifically research slip resistant compounds and develop outsoles that provide world class slip resistance. The Executive range of men’s and ladies shoes boast slip resistance results that are an astonishing 323% above SRC requirements.\r\n\r\nThe Anvil Traction Executive range was designed in the UK with the needs of the wearer firmly in mind. The professional look of the shoe is heightened with the premium Nappa leather upper whilst underfoot comfort has been significantly enhanced with a full leather footbed which incorporates superior underfoot cushioning with outstanding ‘bounce-back’ qualities, ensuring unrivalled comfort for all day wear.\r\n\r\nIdeal for use in a wide variety of industries such as Hospitality, Passenger Transport, Healthcare and Airlines to name but a few, all the styles within the range are antistatic and certified to EN ISO 20347:2012.\r\n\r\n<strong>About Anvil Traction: </strong> Anvil Traction is based in Northamptonshire in the UK, at the very heart of the traditional shoe-making industry and forms part of the larger TRIPAL Group which has over 20 years of experience in the safety footwear industry. Anvil Traction is the UK Market leader in specialist slip resistant footwear, providing both safety and occupational footwear that conforms to certified safety standards.','Anvil Traction launch executive range of slip resistant footwear','','inherit','closed','closed','','1089-revision-v1','','','2018-04-25 13:54:52','2018-04-25 13:54:52','',1089,'http://www.ontradeprogress.com/2018/04/25/1089-revision-v1/',0,'revision','',0),(1092,1,'2018-04-25 14:16:49','2018-04-25 14:16:49','<img class=\"alignleft wp-image-1094\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/TABASCO-Habanero-Sauce-150ml-462x1024.jpg\" alt=\"\" width=\"92\" height=\"204\" />\r\n\r\n<strong>Get the taste buds fired up after the cold spell with a splash of TABASCO® Habanero Sauce. Containing habanero pepper, one of the hottest varieties of chili pepper, it is well placed to fire up the menu on so many levels.</strong>\r\n\r\nTABASCO® Habanero Sauce is the hottest in the TABASCO® Sauce range. The blend of pepper with spices, mango, and papaya, among other things, produces a Jamaican-style sauce with a fruity edge, which means that while it’s a perfect accompaniment to fruit such as grilled pineapple, it’s equally versatile for basting and marinating. It even makes the perfect dipping sauce for starters and shared platters.\r\n\r\nAnd TABASCO® Habanero Sauce is not just for chicken wings, it can bring a Caribbean twist to a curry, set light to a ceviche, and can even put a chili kick into chocolate muffins or lava cake. Don’t forget the bar too - TABASCO® Habanero Sauce is a must-have to spice up the cocktails.\r\n\r\nStock up on TABASCO® Habanero Sauce, available in packs of 12x60ml and 12x150ml, and set sales alight.\r\n\r\nFor further details on TABASCO® Habanero Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu','Set sales alight with TABASCO® habanero sauce','','publish','closed','open','','set-sales-alight-tabasco-habanero-sauce','','','2018-04-25 14:17:06','2018-04-25 14:17:06','',0,'http://www.ontradeprogress.com/?p=1092',0,'post','',0),(1093,1,'2018-04-25 14:12:58','2018-04-25 14:12:58','','tabasco','','inherit','closed','closed','','tabasco','','','2018-04-25 14:12:58','2018-04-25 14:12:58','',1092,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/tabasco.png',0,'attachment','image/png',0),(1094,1,'2018-04-25 14:14:19','2018-04-25 14:14:19','','TABASCO Habanero Sauce 150ml','','inherit','closed','closed','','tabasco-habanero-sauce-150ml','','','2018-04-25 14:14:19','2018-04-25 14:14:19','',1092,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/TABASCO-Habanero-Sauce-150ml.jpg',0,'attachment','image/jpeg',0),(1095,1,'2018-04-25 14:15:07','2018-04-25 14:15:07','<img class=\"alignleft  wp-image-1094\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/TABASCO-Habanero-Sauce-150ml-462x1024.jpg\" alt=\"\" width=\"78\" height=\"173\" />\r\n\r\n<strong>Get the taste buds fired up after the cold spell with a splash of TABASCO® Habanero Sauce. Containing habanero pepper, one of the hottest varieties of chili pepper, it is well placed to fire up the menu on so many levels.</strong>\r\n\r\nTABASCO® Habanero Sauce is the hottest in the TABASCO® Sauce range. The blend of pepper with spices, mango, and papaya, among other things, produces a Jamaican-style sauce with a fruity edge, which means that while it’s a perfect accompaniment to fruit such as grilled pineapple, it’s equally versatile for basting and marinating. It even makes the perfect dipping sauce for starters and shared platters.\r\n\r\nAnd TABASCO® Habanero Sauce is not just for chicken wings, it can bring a Caribbean twist to a curry, set light to a ceviche, and can even put a chili kick into chocolate muffins or lava cake. Don’t forget the bar too - TABASCO® Habanero Sauce is a must-have to spice up the cocktails.\r\n\r\nStock up on TABASCO® Habanero Sauce, available in packs of 12x60ml and 12x150ml, and set sales alight.\r\n\r\nFor further details on TABASCO® Habanero Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu','Set sales alight with TABASCO® habanero sauce','','inherit','closed','closed','','1092-revision-v1','','','2018-04-25 14:15:07','2018-04-25 14:15:07','',1092,'http://www.ontradeprogress.com/2018/04/25/1092-revision-v1/',0,'revision','',0),(1096,1,'2018-04-25 14:16:33','2018-04-25 14:16:33','<img class=\"alignleft  wp-image-1094\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/TABASCO-Habanero-Sauce-150ml-462x1024.jpg\" alt=\"\" width=\"92\" height=\"204\" />\r\n\r\n<strong>Get the taste buds fired up after the cold spell with a splash of TABASCO® Habanero Sauce. Containing habanero pepper, one of the hottest varieties of chili pepper, it is well placed to fire up the menu on so many levels.</strong>\r\n\r\nTABASCO® Habanero Sauce is the hottest in the TABASCO® Sauce range. The blend of pepper with spices, mango, and papaya, among other things, produces a Jamaican-style sauce with a fruity edge, which means that while it’s a perfect accompaniment to fruit such as grilled pineapple, it’s equally versatile for basting and marinating. It even makes the perfect dipping sauce for starters and shared platters.\r\n\r\nAnd TABASCO® Habanero Sauce is not just for chicken wings, it can bring a Caribbean twist to a curry, set light to a ceviche, and can even put a chili kick into chocolate muffins or lava cake. Don’t forget the bar too - TABASCO® Habanero Sauce is a must-have to spice up the cocktails.\r\n\r\nStock up on TABASCO® Habanero Sauce, available in packs of 12x60ml and 12x150ml, and set sales alight.\r\n\r\nFor further details on TABASCO® Habanero Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu','Set sales alight with TABASCO® habanero sauce','','inherit','closed','closed','','1092-revision-v1','','','2018-04-25 14:16:33','2018-04-25 14:16:33','',1092,'http://www.ontradeprogress.com/2018/04/25/1092-revision-v1/',0,'revision','',0),(1097,1,'2018-04-25 14:16:57','2018-04-25 14:16:57','<img class=\"alignleft  wp-image-1094\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/TABASCO-Habanero-Sauce-150ml-462x1024.jpg\" alt=\"\" width=\"92\" height=\"204\" />\n\n<strong>Get the taste buds fired up after the cold spell with a splash of TABASCO® Habanero Sauce. Containing habanero pepper, one of the hottest varieties of chili pepper, it is well placed to fire up the menu on so many levels.</strong>\n\nTABASCO® Habanero Sauce is the hottest in the TABASCO® Sauce range. The blend of pepper with spices, mango, and papaya, among other things, produces a Jamaican-style sauce with a fruity edge, which means that while it’s a perfect accompaniment to fruit such as grilled pineapple, it’s equally versatile for basting and marinating. It even makes the perfect dipping sauce for starters and shared platters.\n\nAnd TABASCO® Habanero Sauce is not just for chicken wings, it can bring a Caribbean twist to a curry, set light to a ceviche, and can even put a chili kick into chocolate muffins or lava cake. Don’t forget the bar too - TABASCO® Habanero Sauce is a must-have to spice up the cocktails.\n\nStock up on TABASCO® Habanero Sauce, available in packs of 12x60ml and 12x150ml, and set sales alight.\n\nFor further details on TABASCO® Habanero Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu','Set sales alight with TABASCO® habanero sauce','','inherit','closed','closed','','1092-autosave-v1','','','2018-04-25 14:16:57','2018-04-25 14:16:57','',1092,'http://www.ontradeprogress.com/2018/04/25/1092-autosave-v1/',0,'revision','',0),(1098,1,'2018-04-25 14:58:52','2018-04-25 14:58:52','<img class=\"alignleft wp-image-1100\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-In-Tune-With-You-1024x576.png\" alt=\"\" width=\"224\" height=\"126\" />  <img class=\"wp-image-1102 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/hobart.png\" alt=\"\" width=\"329\" height=\"85\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Market leading manufacturer to mark the launch by offering exclusive, free upgrades from new PROFI hood-type purchases to class-leading PREMAX</strong>\r\n\r\nHobart Warewash has enlisted a 70-piece school orchestra to help launch its new ‘In Tune with You’ campaign, reinforcing its innovative approach to business, forged over the past 120 years.\r\n\r\nThe manufacturer is celebrating the launch by offering caterers the chance to ‘Turn it Up’ and benefit from completely free upgrades from new purchases of its PROFI range of hood- type machines to class-leading PREMAX, throughout April, May and June. Open to dealers, and end users alike, upgrading to Hobart’s highest specification machines can result in a 30% saving in energy bills, a 50% water usage reduction and an 80% saving in chemical usage.\r\n\r\nTo find out more about the ‘Turn it Up’ promotion, follow this link: <a href=\"https://www.hobartuk.com/premax-promotion\">https://www.hobartuk.com/premax-promotion</a>\r\n\r\nA promotional video has been created to accompany the launch, likening the smooth running of professional kitchens to the organisation and skill of an orchestra. Hobart worked with the award-winning 70-piece orchestra at the highly prestigious Oundle School, in its native Cambridgeshire, bringing the campaign to life using Gustav Holst’s <em>The Planets - Jupiter, the Bringer of Jollity</em>, as soundtrack.\r\n\r\nSee the end result here: <a href=\"https://www.hobartuk.com/videos/warewashing\">https://www.hobartuk.com/videos/warewashing</a>.\r\n\r\nOperating 11 catering sites across its 14 boarding houses, Oundle produces, on an average day, a substantial amount of dirty crockery, cutlery, glassware and utensils. It’s because of this that the school employs Hobart hood-type, rack and undercounter machines, as well as class-leading planetary mixers, in each of its kitchens, helping the school catering department maintain high standards.\r\n\r\n<strong>Chris Dickie, Deputy catering Operations Manager said: “</strong>Hobart have been part of our delivery team for over 20 years, and is a trusted partner in the delivery of our large-scale catering operation. As a prestigious school we demand the very best and the catering is absolutely no different – Hobart delivers for us.\r\n\r\n“We’re delighted to show off two of our greatest assets – our award-winning orchestra and dedicated catering team – on screen. I can attest that seeing both in action really does hit home the similarities.”<strong> </strong>\r\n\r\n<strong>Tim Bender, Sales Director, Hobart Warewashing UK adds: </strong>“The ‘In Tune with You’ campaign reinforces Hobart’s heritage while highlighting our dedication to an ever changing market. We’re delighted to unveil the campaign in such an innovative style by offering this exclusive upgrade from our PROFI range to class-leading PREMAX.\r\n\r\n“Oundle is one of thousands of UK sites who run to the reassuring sound of Hobart PREMAX machines – their brilliant orchestra and dedicated kitchen teams have perfectly demonstrated the Hobart ethos. A company in tune with the market.”','Market leading manufacturer to mark the launch by offering exclusive offers','','publish','closed','open','','market-leading-manufacturer-mark-launch-offering-exclusive-offers','','','2018-04-25 15:01:46','2018-04-25 15:01:46','',0,'http://www.ontradeprogress.com/?p=1098',0,'post','',0),(1099,1,'2018-04-25 14:49:21','2018-04-25 14:49:21','','Market leading manufacturer to mark the launch by offering exclusive, free upgrades from new PROFI hood-type purchases to class-leading PREMAX','','inherit','closed','closed','','1098-revision-v1','','','2018-04-25 14:49:21','2018-04-25 14:49:21','',1098,'http://www.ontradeprogress.com/2018/04/25/1098-revision-v1/',0,'revision','',0),(1100,1,'2018-04-25 14:52:24','2018-04-25 14:52:24','','Hobart In Tune With You','','inherit','closed','closed','','hobart-in-tune-with-you','','','2018-04-25 14:52:24','2018-04-25 14:52:24','',1098,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-In-Tune-With-You.png',0,'attachment','image/png',0),(1101,1,'2018-04-25 14:52:35','2018-04-25 14:52:35','','Hobart AUP','','inherit','closed','closed','','hobart-aup','','','2018-04-25 14:52:35','2018-04-25 14:52:35','',1098,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-AUP.jpg',0,'attachment','image/jpeg',0),(1102,1,'2018-04-25 14:53:41','2018-04-25 14:53:41','','hobart','','inherit','closed','closed','','hobart','','','2018-04-25 14:53:41','2018-04-25 14:53:41','',1098,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/hobart.png',0,'attachment','image/png',0),(1103,1,'2018-04-25 14:54:19','2018-04-25 14:54:19','<img class=\"alignleft  wp-image-1100\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-In-Tune-With-You-1024x576.png\" alt=\"\" width=\"224\" height=\"126\" />  <img class=\"wp-image-1102 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/hobart.png\" alt=\"\" width=\"329\" height=\"85\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Hobart Warewash has enlisted a 70-piece school orchestra to help launch its new ‘In Tune with You’ campaign, reinforcing its innovative approach to business, forged over the past 120 years. </strong>\r\n\r\nThe manufacturer is celebrating the launch by offering caterers the chance to ‘Turn it Up’ and benefit from completely free upgrades from new purchases of its PROFI range of hood- type machines to class-leading PREMAX, throughout April, May and June. Open to dealers, and end users alike, upgrading to Hobart’s highest specification machines can result in a 30% saving in energy bills, a 50% water usage reduction and an 80% saving in chemical usage.\r\n\r\nTo find out more about the ‘Turn it Up’ promotion, follow this link: <a href=\"https://www.hobartuk.com/premax-promotion\">https://www.hobartuk.com/premax-promotion</a>\r\n\r\nA promotional video has been created to accompany the launch, likening the smooth running of professional kitchens to the organisation and skill of an orchestra. Hobart worked with the award-winning 70-piece orchestra at the highly prestigious Oundle School, in its native Cambridgeshire, bringing the campaign to life using Gustav Holst’s <em>The Planets - Jupiter, the Bringer of Jollity</em>, as soundtrack.\r\n\r\nSee the end result here: <a href=\"https://www.hobartuk.com/videos/warewashing\">https://www.hobartuk.com/videos/warewashing</a>.\r\n\r\nOperating 11 catering sites across its 14 boarding houses, Oundle produces, on an average day, a substantial amount of dirty crockery, cutlery, glassware and utensils. It’s because of this that the school employs Hobart hood-type, rack and undercounter machines, as well as class-leading planetary mixers, in each of its kitchens, helping the school catering department maintain high standards.\r\n\r\n<strong>Chris Dickie, Deputy catering Operations Manager said: “</strong>Hobart have been part of our delivery team for over 20 years, and is a trusted partner in the delivery of our large-scale catering operation. As a prestigious school we demand the very best and the catering is absolutely no different – Hobart delivers for us.\r\n\r\n“We’re delighted to show off two of our greatest assets – our award-winning orchestra and dedicated catering team – on screen. I can attest that seeing both in action really does hit home the similarities.”<strong> </strong>\r\n\r\n<strong>Tim Bender, Sales Director, Hobart Warewashing UK adds: </strong>“The ‘In Tune with You’ campaign reinforces Hobart’s heritage while highlighting our dedication to an ever changing market. We’re delighted to unveil the campaign in such an innovative style by offering this exclusive upgrade from our PROFI range to class-leading PREMAX.\r\n\r\n“Oundle is one of thousands of UK sites who run to the reassuring sound of Hobart PREMAX machines – their brilliant orchestra and dedicated kitchen teams have perfectly demonstrated the Hobart ethos. A company in tune with the market.”','Market leading manufacturer to mark the launch by offering exclusive, free upgrades from new PROFI hood-type purchases to class-leading PREMAX','','inherit','closed','closed','','1098-revision-v1','','','2018-04-25 14:54:19','2018-04-25 14:54:19','',1098,'http://www.ontradeprogress.com/2018/04/25/1098-revision-v1/',0,'revision','',0),(1104,1,'2018-04-25 15:00:01','2018-04-25 15:00:01','<img class=\"alignleft wp-image-1100\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-In-Tune-With-You-1024x576.png\" alt=\"\" width=\"224\" height=\"126\" />  <img class=\"wp-image-1102 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/hobart.png\" alt=\"\" width=\"329\" height=\"85\" />\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nHobart Warewash has enlisted a 70-piece school orchestra to help launch its new ‘In Tune with You’ campaign, reinforcing its innovative approach to business, forged over the past 120 years.\n\nThe manufacturer is celebrating the launch by offering caterers the chance to ‘Turn it Up’ and benefit from completely free upgrades from new purchases of its PROFI range of hood- type machines to class-leading PREMAX, throughout April, May and June. Open to dealers, and end users alike, upgrading to Hobart’s highest specification machines can result in a 30% saving in energy bills, a 50% water usage reduction and an 80% saving in chemical usage.\n\nTo find out more about the ‘Turn it Up’ promotion, follow this link: <a href=\"https://www.hobartuk.com/premax-promotion\">https://www.hobartuk.com/premax-promotion</a>\n\nA promotional video has been created to accompany the launch, likening the smooth running of professional kitchens to the organisation and skill of an orchestra. Hobart worked with the award-winning 70-piece orchestra at the highly prestigious Oundle School, in its native Cambridgeshire, bringing the campaign to life using Gustav Holst’s <em>The Planets - Jupiter, the Bringer of Jollity</em>, as soundtrack.\n\nSee the end result here: <a href=\"https://www.hobartuk.com/videos/warewashing\">https://www.hobartuk.com/videos/warewashing</a>.\n\nOperating 11 catering sites across its 14 boarding houses, Oundle produces, on an average day, a substantial amount of dirty crockery, cutlery, glassware and utensils. It’s because of this that the school employs Hobart hood-type, rack and undercounter machines, as well as class-leading planetary mixers, in each of its kitchens, helping the school catering department maintain high standards.\n\n<strong>Chris Dickie, Deputy catering Operations Manager said: “</strong>Hobart have been part of our delivery team for over 20 years, and is a trusted partner in the delivery of our large-scale catering operation. As a prestigious school we demand the very best and the catering is absolutely no different – Hobart delivers for us.\n\n“We’re delighted to show off two of our greatest assets – our award-winning orchestra and dedicated catering team – on screen. I can attest that seeing both in action really does hit home the similarities.”<strong> </strong>\n\n<strong>Tim Bender, Sales Director, Hobart Warewashing UK adds: </strong>“The ‘In Tune with You’ campaign reinforces Hobart’s heritage while highlighting our dedication to an ever changing market. We’re delighted to unveil the campaign in such an innovative style by offering this exclusive upgrade from our PROFI range to class-leading PREMAX.\n\n“Oundle is one of thousands of UK sites who run to the reassuring sound of Hobart PREMAX machines – their brilliant orchestra and dedicated kitchen teams have perfectly demonstrated the Hobart ethos. A company in tune with the market.”','Market leading manufacturer to mark the launch by offering exclusive offers','','inherit','closed','closed','','1098-autosave-v1','','','2018-04-25 15:00:01','2018-04-25 15:00:01','',1098,'http://www.ontradeprogress.com/2018/04/25/1098-autosave-v1/',0,'revision','',0),(1105,1,'2018-04-25 15:00:14','2018-04-25 15:00:14','<img class=\"alignleft wp-image-1100\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Hobart-In-Tune-With-You-1024x576.png\" alt=\"\" width=\"224\" height=\"126\" />  <img class=\"wp-image-1102 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/hobart.png\" alt=\"\" width=\"329\" height=\"85\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Market leading manufacturer to mark the launch by offering exclusive, free upgrades from new PROFI hood-type purchases to class-leading PREMAX</strong>\r\n\r\nHobart Warewash has enlisted a 70-piece school orchestra to help launch its new ‘In Tune with You’ campaign, reinforcing its innovative approach to business, forged over the past 120 years.\r\n\r\nThe manufacturer is celebrating the launch by offering caterers the chance to ‘Turn it Up’ and benefit from completely free upgrades from new purchases of its PROFI range of hood- type machines to class-leading PREMAX, throughout April, May and June. Open to dealers, and end users alike, upgrading to Hobart’s highest specification machines can result in a 30% saving in energy bills, a 50% water usage reduction and an 80% saving in chemical usage.\r\n\r\nTo find out more about the ‘Turn it Up’ promotion, follow this link: <a href=\"https://www.hobartuk.com/premax-promotion\">https://www.hobartuk.com/premax-promotion</a>\r\n\r\nA promotional video has been created to accompany the launch, likening the smooth running of professional kitchens to the organisation and skill of an orchestra. Hobart worked with the award-winning 70-piece orchestra at the highly prestigious Oundle School, in its native Cambridgeshire, bringing the campaign to life using Gustav Holst’s <em>The Planets - Jupiter, the Bringer of Jollity</em>, as soundtrack.\r\n\r\nSee the end result here: <a href=\"https://www.hobartuk.com/videos/warewashing\">https://www.hobartuk.com/videos/warewashing</a>.\r\n\r\nOperating 11 catering sites across its 14 boarding houses, Oundle produces, on an average day, a substantial amount of dirty crockery, cutlery, glassware and utensils. It’s because of this that the school employs Hobart hood-type, rack and undercounter machines, as well as class-leading planetary mixers, in each of its kitchens, helping the school catering department maintain high standards.\r\n\r\n<strong>Chris Dickie, Deputy catering Operations Manager said: “</strong>Hobart have been part of our delivery team for over 20 years, and is a trusted partner in the delivery of our large-scale catering operation. As a prestigious school we demand the very best and the catering is absolutely no different – Hobart delivers for us.\r\n\r\n“We’re delighted to show off two of our greatest assets – our award-winning orchestra and dedicated catering team – on screen. I can attest that seeing both in action really does hit home the similarities.”<strong> </strong>\r\n\r\n<strong>Tim Bender, Sales Director, Hobart Warewashing UK adds: </strong>“The ‘In Tune with You’ campaign reinforces Hobart’s heritage while highlighting our dedication to an ever changing market. We’re delighted to unveil the campaign in such an innovative style by offering this exclusive upgrade from our PROFI range to class-leading PREMAX.\r\n\r\n“Oundle is one of thousands of UK sites who run to the reassuring sound of Hobart PREMAX machines – their brilliant orchestra and dedicated kitchen teams have perfectly demonstrated the Hobart ethos. A company in tune with the market.”','Market leading manufacturer to mark the launch by offering exclusive offers','','inherit','closed','closed','','1098-revision-v1','','','2018-04-25 15:00:14','2018-04-25 15:00:14','',1098,'http://www.ontradeprogress.com/2018/04/25/1098-revision-v1/',0,'revision','',0),(1107,1,'2018-04-26 13:29:57','2018-04-26 13:29:57','<strong><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"95\" height=\"95\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','publish','closed','open','','ukhospitality-welcomes-online-platform-transparency','','','2018-04-26 13:34:29','2018-04-26 13:34:29','',0,'http://www.ontradeprogress.com/?p=1107',0,'post','',0),(1108,1,'2018-04-26 13:29:57','2018-04-26 13:29:57','<strong><img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"127\" height=\"127\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','inherit','closed','closed','','1107-revision-v1','','','2018-04-26 13:29:57','2018-04-26 13:29:57','',1107,'http://www.ontradeprogress.com/2018/04/26/1107-revision-v1/',0,'revision','',0),(1109,1,'2018-04-26 13:32:51','2018-04-26 13:32:51','<strong><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"131\" height=\"131\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','inherit','closed','closed','','1107-revision-v1','','','2018-04-26 13:32:51','2018-04-26 13:32:51','',1107,'http://www.ontradeprogress.com/2018/04/26/1107-revision-v1/',0,'revision','',0),(1110,1,'2018-04-26 13:33:18','2018-04-26 13:33:18','<strong><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"145\" height=\"145\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','inherit','closed','closed','','1107-revision-v1','','','2018-04-26 13:33:18','2018-04-26 13:33:18','',1107,'http://www.ontradeprogress.com/2018/04/26/1107-revision-v1/',0,'revision','',0),(1111,1,'2018-04-26 13:33:48','2018-04-26 13:33:48','<strong><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"124\" height=\"124\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','inherit','closed','closed','','1107-revision-v1','','','2018-04-26 13:33:48','2018-04-26 13:33:48','',1107,'http://www.ontradeprogress.com/2018/04/26/1107-revision-v1/',0,'revision','',0),(1112,1,'2018-04-26 13:34:06','2018-04-26 13:34:06','<strong><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"117\" height=\"117\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','inherit','closed','closed','','1107-revision-v1','','','2018-04-26 13:34:06','2018-04-26 13:34:06','',1107,'http://www.ontradeprogress.com/2018/04/26/1107-revision-v1/',0,'revision','',0),(1113,1,'2018-04-26 13:34:29','2018-04-26 13:34:29','<strong><img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"95\" height=\"95\" /></strong>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality has welcomed proposals by the European Commission to provide transparency and certainty regarding online platforms.</strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The Commission proposals require platforms to ensure objective and more transparent procedures when setting their terms and conditions for business users and redress mechanisms; as well as more transparency regarding rankings and scrutiny of complaint handling.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Digital platforms and the digital economy has evolved enormously in a very short space of time and, in many cases, regulation has failed to keep pace. This proposal from the Commission is a good first step in ensuring that there is transparency for businesses and customers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“All too often, SMEs find themselves at a disadvantage, so we welcome efforts to level the playing field. This is something that UKHospitality has been rigorously pushing for: across Europe through HOTREC and in the UK. We will continue to fight to ensure that SMEs, and larger businesses that can also find themselves at a disadvantage, are able to operate in a fair environment.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Competition authorities in other countries, such as Germany are taking a proactive approach to legislation regarding online platforms to safeguard transparency and flexibility. We are urging the UK Government and the CMA to take a similar approach to the issue so that UK businesses do not find themselves at a disadvantage.”</p>\r\n&nbsp;','UKHospitality welcomes online platform transparency','','inherit','closed','closed','','1107-revision-v1','','','2018-04-26 13:34:29','2018-04-26 13:34:29','',1107,'http://www.ontradeprogress.com/2018/04/26/1107-revision-v1/',0,'revision','',0),(1114,1,'2018-04-26 14:12:52','2018-04-26 14:12:52','<img class=\"alignleft wp-image-1115\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res-1024x577.png\" alt=\"\" width=\"170\" height=\"96\" /><strong>Tans</strong><strong>un, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating </strong><strong>systems remotely.</strong>\r\n\r\nThe company’s infrared heating products have enjoyed great success for their efficiency, practicality and stylish finishes for many years, with Tansun now moving into iOS and android application IoT enabled products. With more than 35 years’ experience in the industry, Tansun continues to advance and is committed to cutting energy costs and producing innovative products of acknowledged technical excellence, reliability and quality.\r\n\r\nStriking and simple to navigate, users can download the app via Apple and android app stores. Once downloaded, the app will perform a scan to look for an active heater which it then adds to your account.\r\n\r\nFree to use, the launch of the app brings Tansun into the era of IoT enabled infrared heating systems. Its features include being able to turn heaters on and off, control the power level at 50%, 75% or 100% and power control of individual heating elements. Users can switch between up to six connected heating systems using a single remote, making it hassle free to operate multiple heaters from more than one device.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, domestic and industrial infrared heaters in the UK, providing maintenance-free, safe and effective shortwave heaters for customers up and down the country.\r\n\r\nAs well as the new app for mobile devices, there are also dedicated energy-saving controllers which further enhance the efficiency of Tansun heaters.\r\n\r\nTo download the free app, visit the Apple/android app stores and search for ‘Tansun heater’.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a>','Tansun - The infrared heating specialists, bringing you their new app to control your heating.','','publish','closed','open','','tansun-infrared-heating-specialists-bringing-new-app-control-heating','','','2018-04-26 14:22:30','2018-04-26 14:22:30','',0,'http://www.ontradeprogress.com/?p=1114',0,'post','',0),(1115,1,'2018-04-26 13:58:25','2018-04-26 13:58:25','','Tansun27 image 1 high res','','inherit','closed','closed','','tansun27-image-1-high-res','','','2018-04-26 13:58:25','2018-04-26 13:58:25','',1114,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res.png',0,'attachment','image/png',0),(1116,1,'2018-04-26 13:58:35','2018-04-26 13:58:35','','Tansun27 image 2 high res','','inherit','closed','closed','','tansun27-image-2-high-res','','','2018-04-26 13:58:35','2018-04-26 13:58:35','',1114,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-2-high-res.png',0,'attachment','image/png',0),(1117,1,'2018-04-26 13:58:41','2018-04-26 13:58:41','','Tansun27 image 3 high res','','inherit','closed','closed','','tansun27-image-3-high-res','','','2018-04-26 13:58:41','2018-04-26 13:58:41','',1114,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-3-high-res.png',0,'attachment','image/png',0),(1118,1,'2018-04-26 14:00:38','2018-04-26 14:00:38','<strong>Tascun, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating systems remotely.</strong>\r\n\r\n<img class=\"alignleft  wp-image-1115\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res-1024x577.png\" alt=\"\" width=\"197\" height=\"111\" />The company’s infrared heating products have enjoyed great success for their efficiency, practicality and stylish finishes for many years, with Tansun now moving into iOS and android application IoT enabled products. With more than 35 years’ experience in the industry, Tansun continues to advance and is committed to cutting energy costs and producing innovative products of acknowledged technical <img class=\"wp-image-1116 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-2-high-res.png\" alt=\"\" width=\"132\" height=\"113\" />excellence, reliability and quality.\r\n\r\nStriking and simple to navigate, users can download the app via Apple and android app stores. Once downloaded, the app will perform a scan to look for an active heater which it then adds to your ac<img class=\"alignleft  wp-image-1117\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-3-high-res.png\" alt=\"\" width=\"135\" height=\"115\" />count.\r\n\r\nFree to use, the launch of the app brings Tansun into the era of IoT enabled infrared heating systems. Its features include being able to turn heaters on and off, control the power level at 50%, 75% or 100% and power control of individual heating elements. Users can switch between up to six connected heating systems using a single remote, making it hassle free to operate multiple heaters from more than one device.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, domestic and industrial infrared heaters in the UK, providing maintenance-free, safe and effective shortwave heaters for customers up and down the country.\r\n\r\nAs well as the new app for mobile devices, there are also dedicated energy-saving controllers which further enhance the efficiency of Tansun heaters.\r\n\r\nTo download the free app, visit the Apple/android app stores and search for ‘Tansun heater’.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a>','Tascun - The  infrared heating specialists, bringing you their new app to control your heating.','','inherit','closed','closed','','1114-revision-v1','','','2018-04-26 14:00:38','2018-04-26 14:00:38','',1114,'http://www.ontradeprogress.com/2018/04/26/1114-revision-v1/',0,'revision','',0),(1119,1,'2018-04-26 14:01:17','2018-04-26 14:01:17','<img class=\"alignleft  wp-image-1115\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res-1024x577.png\" alt=\"\" width=\"197\" height=\"111\" /><strong>Tasc</strong><strong>un, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating </strong><strong>systems remotely.</strong>\r\n\r\n<img class=\"wp-image-1116 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-2-high-res.png\" alt=\"\" width=\"111\" height=\"94\" />The company’s infrared heating products have enjoyed great success for their efficiency, practicality and stylish finishes for many years, with Tansun now moving into iOS and android application IoT enabled products. With more than 35 years’ experience in the industry, Tansun continues to advance and is committed to cutting energy costs and producing innovative products of acknowledged technical excellence, reliability and quality.\r\n\r\nStriking and simple to navigate, users can download the app via Apple and android app stores. Once downloaded, the app will perform a scan to look for an active heater which it then adds to your account.\r\n\r\nFree to use, the launch of the app brings Tansun into the era of IoT enabled infrared heating systems. Its features include being able to turn heaters on and off, control the power level at 50%, 75% or 100% and power control of individual heating elements. Users can switch between up to six connected heating systems using a single remote, making it hassle free to operate multiple heaters from more than one device.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, domestic and industrial infrared heaters in the UK, providing maintenance-free, safe and effective shortwave heaters for customers up and down the country.\r\n\r\nAs well as the new app for mobile devices, there are also dedicated energy-saving controllers which further enhance the efficiency of Tansun heaters.\r\n\r\nTo download the free app, visit the Apple/android app stores and search for ‘Tansun heater’.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a>','Tascun - The  infrared heating specialists, bringing you their new app to control your heating.','','inherit','closed','closed','','1114-revision-v1','','','2018-04-26 14:01:17','2018-04-26 14:01:17','',1114,'http://www.ontradeprogress.com/2018/04/26/1114-revision-v1/',0,'revision','',0),(1120,1,'2018-04-26 14:02:56','2018-04-26 14:02:56','<img class=\"alignleft  wp-image-1115\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res-1024x577.png\" alt=\"\" width=\"197\" height=\"111\" /><strong>Tasc</strong><strong>un, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating </strong><strong>systems remotely.</strong>\r\n\r\nThe company’s infrared heating products have enjoyed great success for their efficiency, practicality and stylish finishes for many years, with Tansun now moving into iOS and android application IoT enabled products. With more than 35 years’ experience in the industry, Tansun continues to advance and is committed to cutting energy costs and producing innovative products of acknowledged technical excellence, reliability and quality.\r\n\r\nStriking and simple to navigate, users can download the app via Apple and android app stores. Once downloaded, the app will perform a scan to look for an active heater which it then adds to your account.\r\n\r\nFree to use, the launch of the app brings Tansun into the era of IoT enabled infrared heating systems. Its features include being able to turn heaters on and off, control the power level at 50%, 75% or 100% and power control of individual heating elements. Users can switch between up to six connected heating systems using a single remote, making it hassle free to operate multiple heaters from more than one device.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, domestic and industrial infrared heaters in the UK, providing maintenance-free, safe and effective shortwave heaters for customers up and down the country.\r\n\r\nAs well as the new app for mobile devices, there are also dedicated energy-saving controllers which further enhance the efficiency of Tansun heaters.\r\n\r\nTo download the free app, visit the Apple/android app stores and search for ‘Tansun heater’.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a>','Tascun - The  infrared heating specialists, bringing you their new app to control your heating.','','inherit','closed','closed','','1114-revision-v1','','','2018-04-26 14:02:56','2018-04-26 14:02:56','',1114,'http://www.ontradeprogress.com/2018/04/26/1114-revision-v1/',0,'revision','',0),(1121,1,'2018-04-26 14:03:20','2018-04-26 14:03:20','<img class=\"alignleft  wp-image-1115\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res-1024x577.png\" alt=\"\" width=\"170\" height=\"96\" /><strong>Tasc</strong><strong>un, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating </strong><strong>systems remotely.</strong>\r\n\r\nThe company’s infrared heating products have enjoyed great success for their efficiency, practicality and stylish finishes for many years, with Tansun now moving into iOS and android application IoT enabled products. With more than 35 years’ experience in the industry, Tansun continues to advance and is committed to cutting energy costs and producing innovative products of acknowledged technical excellence, reliability and quality.\r\n\r\nStriking and simple to navigate, users can download the app via Apple and android app stores. Once downloaded, the app will perform a scan to look for an active heater which it then adds to your account.\r\n\r\nFree to use, the launch of the app brings Tansun into the era of IoT enabled infrared heating systems. Its features include being able to turn heaters on and off, control the power level at 50%, 75% or 100% and power control of individual heating elements. Users can switch between up to six connected heating systems using a single remote, making it hassle free to operate multiple heaters from more than one device.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, domestic and industrial infrared heaters in the UK, providing maintenance-free, safe and effective shortwave heaters for customers up and down the country.\r\n\r\nAs well as the new app for mobile devices, there are also dedicated energy-saving controllers which further enhance the efficiency of Tansun heaters.\r\n\r\nTo download the free app, visit the Apple/android app stores and search for ‘Tansun heater’.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a>','Tascun - The  infrared heating specialists, bringing you their new app to control your heating.','','inherit','closed','closed','','1114-revision-v1','','','2018-04-26 14:03:20','2018-04-26 14:03:20','',1114,'http://www.ontradeprogress.com/2018/04/26/1114-revision-v1/',0,'revision','',0),(1122,1,'2018-04-26 14:08:20','2018-04-26 14:08:20','','Tansun','','inherit','closed','closed','','tansun','','','2018-04-26 14:08:20','2018-04-26 14:08:20','',1114,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun.png',0,'attachment','image/png',0),(1123,1,'2018-04-26 14:09:33','2018-04-26 14:09:33','','tansun 1','','inherit','closed','closed','','tansun-1','','','2018-04-26 14:09:33','2018-04-26 14:09:33','',1114,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/tansun-1.png',0,'attachment','image/png',0),(1124,1,'2018-04-26 14:09:45','2018-04-26 14:09:45','<img class=\"alignleft  wp-image-1115\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun27-image-1-high-res-1024x577.png\" alt=\"\" width=\"170\" height=\"96\" /><strong>Tans</strong><strong>un, the infrared heating specialists, have recently designed a new app for both mobile and tablet devices which enables users to control its infrared heating </strong><strong>systems remotely.</strong>\r\n\r\nThe company’s infrared heating products have enjoyed great success for their efficiency, practicality and stylish finishes for many years, with Tansun now moving into iOS and android application IoT enabled products. With more than 35 years’ experience in the industry, Tansun continues to advance and is committed to cutting energy costs and producing innovative products of acknowledged technical excellence, reliability and quality.\r\n\r\nStriking and simple to navigate, users can download the app via Apple and android app stores. Once downloaded, the app will perform a scan to look for an active heater which it then adds to your account.\r\n\r\nFree to use, the launch of the app brings Tansun into the era of IoT enabled infrared heating systems. Its features include being able to turn heaters on and off, control the power level at 50%, 75% or 100% and power control of individual heating elements. Users can switch between up to six connected heating systems using a single remote, making it hassle free to operate multiple heaters from more than one device.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, domestic and industrial infrared heaters in the UK, providing maintenance-free, safe and effective shortwave heaters for customers up and down the country.\r\n\r\nAs well as the new app for mobile devices, there are also dedicated energy-saving controllers which further enhance the efficiency of Tansun heaters.\r\n\r\nTo download the free app, visit the Apple/android app stores and search for ‘Tansun heater’.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a>','Tansun - The infrared heating specialists, bringing you their new app to control your heating.','','inherit','closed','closed','','1114-revision-v1','','','2018-04-26 14:09:45','2018-04-26 14:09:45','',1114,'http://www.ontradeprogress.com/2018/04/26/1114-revision-v1/',0,'revision','',0),(1125,1,'2018-04-26 14:12:29','2018-04-26 14:12:29','','Tansun Logo Final Ammendment1459339708','','inherit','closed','closed','','tansun-logo-final-ammendment1459339708','','','2018-04-26 14:12:29','2018-04-26 14:12:29','',1114,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708.png',0,'attachment','image/png',0),(1127,1,'2018-04-27 08:26:02','2018-04-27 08:26:02','<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\"><img class=\"alignleft wp-image-1128\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-2.png\" alt=\"\" width=\"206\" height=\"257\" />The old blind school site to open as a floral fairytale masterpiece. The florist has bloomed into action as of the 23rd April 2018.\r\n</span></b></p>\r\n<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\">\r\n</span></b><b><i></i></b></p>\r\nThe Florist, a contemporary new bar and restaurant has announced earlier this month that they will be opening in Liverpool on 23rd April 2018. Situated on the site of the former Old Blind School pub, The Florist breathes new life into the stunning Grade II listed building, once home to the Royal School for the Blind. The Florist is set to charm the city with breathtaking floral installations, which are sure to be Instagram gold and like nothing Liverpool has ever seen before.\r\n\r\nWith an abundance of flowers flowing throughout the beautiful venue, key features include a stunning entrance hall with two full-size in-bloom trees. There will also be a floral photo-wall, taking centre stage at the top of the grand staircase. Predicted to be the most photographed bar in Liverpool, the unique venue will be a complete transformation and unrecognisable from its previous self.\r\n\r\nFrom the moment visitors step into The Florist, they will be transported into a fairy tale, thanks to the impressive décor and artwork. Contemporary artist Gemma Compton and graffiti artist Jody Thomas have also been hand-picked to create bespoke pieces for the new Liverpool site - thanks to the overwhelming reception their previous work received. Harmonious with The Florist brand, their work aims to create a sensory experience to enchant the senses.\r\n\r\nThe Florist is a stay all day and night hang out, offering customers a vibrant food menu, a spectacular menu of instagrammable cocktails, nightly DJ’s and saxophonists to take the tempo up to a sophisticated party atmosphere.\r\n\r\nGeneral Manager of The Florist, Joel Lee said “The Florist needs be seen to be believed how pretty and light the site has now become. We know it is going to become the place to be in Liverpool and we can’t wait to open. We have so much to offer, from the extensive cocktail menu inspired by the three key styles of floristry: English Summer Garden, Ikebana and Modern Contemporary, with herbal twists taken fresh from the garden. 60 hand-picked beers and a vibrant food menu, consisting of mouth-watering deli, rotisserie and grill-inspired dishes, with plenty of gluten free, dairy free and vegan options to cater for all. We will also be open for brunch on Saturdays and Sundays from 9.30am.\r\n\r\nFor a really special experience, we are offering sensory enhancing masterclasses in the crafts of cocktails, floristry, gin and ale tastings.”<em> </em>\r\n\r\nFollow The Florist on Instagram @thefloristuk and step into a sensory world of floral delights from start to finish.','The floral fairy-tail masterpiece bar you\'ll love','','publish','closed','open','','floral-fairy-tail-masterpiece-bar-youll-love','','','2018-04-27 08:27:22','2018-04-27 08:27:22','',0,'http://www.ontradeprogress.com/?p=1127',0,'post','',0),(1128,1,'2018-04-27 08:20:10','2018-04-27 08:20:10','','Florist 2','','inherit','closed','closed','','florist-2','','','2018-04-27 08:20:10','2018-04-27 08:20:10','',1127,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-2.png',0,'attachment','image/png',0),(1129,1,'2018-04-27 08:21:35','2018-04-27 08:21:35','','Florist 3','','inherit','closed','closed','','florist-3','','','2018-04-27 08:21:35','2018-04-27 08:21:35','',1127,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-3.png',0,'attachment','image/png',0),(1130,1,'2018-04-27 08:21:51','2018-04-27 08:21:51','<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\"><img class=\"alignleft  wp-image-1128\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-2.png\" alt=\"\" width=\"206\" height=\"257\" />The old blind school site to open as a floral fairytale masterpiece. The florist has now bloomed into action as of the 23rd April 2018.\r\n</span></b></p>\r\n<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\">\r\n</span></b><b><i></i></b></p>\r\nThe Florist, a contemporary new bar and restaurant has announced earlier this month that they will be opening in Liverpool on 23rd April 2018. Situated on the site of the former Old Blind School pub, The Florist breathes new life into the stunning Grade II listed building, once home to the Royal School for the Blind. The Florist is set to charm the city with breathtaking floral installations, which are sure to be Instagram gold and like nothing Liverpool has ever seen before.\r\n\r\nWith an abundance of flowers flowing throughout the beautiful venue, key features include a stunning entrance hall with two full-size in-bloom trees. There will also be a floral photo-wall, taking centre stage at the top of the grand staircase. Predicted to be the most photographed bar in Liverpool, the unique venue will be a complete transformation and unrecognisable from its previous self.\r\n\r\nFrom the moment visitors step into The Florist, they will be transported into a fairy tale, thanks to the impressive décor and artwork. Contemporary artist Gemma Compton and graffiti artist Jody Thomas have also been hand-picked to create bespoke pieces for the new Liverpool site - thanks to the overwhelming reception their previous work received. Harmonious with The Florist brand, their work aims to create a sensory experience to enchant the senses.\r\n\r\nThe Florist is a stay all day and night hang out, offering customers a vibrant food menu, a spectacular menu of instagrammable cocktails, nightly DJ’s and saxophonists to take the tempo up to a sophisticated party atmosphere.\r\n\r\nGeneral Manager of The Florist, Joel Lee said “The Florist needs be seen to be believed how pretty and light the site has now become. We know it is going to become the place to be in Liverpool and we can’t wait to open. We have so much to offer, from the extensive cocktail menu inspired by the three key styles of floristry: English Summer Garden, Ikebana and Modern Contemporary, with herbal twists taken fresh from the garden. 60 hand-picked beers and a vibrant food menu, consisting of mouth-watering deli, rotisserie and grill-inspired dishes, with plenty of gluten free, dairy free and vegan options to cater for all. We will also be open for brunch on Saturdays and Sundays from 9.30am.\r\n\r\nFor a really special experience, we are offering sensory enhancing masterclasses in the crafts of cocktails, floristry, gin and ale tastings.”<em> </em>\r\n\r\nFollow The Florist on Instagram @thefloristuk and step into a sensory world of floral delights from start to finish.','The floral fairy-tail masterpiece you\'ll love','','inherit','closed','closed','','1127-revision-v1','','','2018-04-27 08:21:51','2018-04-27 08:21:51','',1127,'http://www.ontradeprogress.com/2018/04/27/1127-revision-v1/',0,'revision','',0),(1131,1,'2018-04-27 08:22:20','2018-04-27 08:22:20','','Florist 1','','inherit','closed','closed','','florist-1','','','2018-04-27 08:22:20','2018-04-27 08:22:20','',1127,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-1.png',0,'attachment','image/png',0),(1132,1,'2018-04-27 08:26:02','2018-04-27 08:26:02','<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\"><img class=\"alignleft  wp-image-1128\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-2.png\" alt=\"\" width=\"206\" height=\"257\" />The old blind school site to open as a floral fairytale masterpiece. The florist has bloomed into action as of the 23rd April 2018.\r\n</span></b></p>\r\n<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\">\r\n</span></b><b><i></i></b></p>\r\nThe Florist, a contemporary new bar and restaurant has announced earlier this month that they will be opening in Liverpool on 23rd April 2018. Situated on the site of the former Old Blind School pub, The Florist breathes new life into the stunning Grade II listed building, once home to the Royal School for the Blind. The Florist is set to charm the city with breathtaking floral installations, which are sure to be Instagram gold and like nothing Liverpool has ever seen before.\r\n\r\nWith an abundance of flowers flowing throughout the beautiful venue, key features include a stunning entrance hall with two full-size in-bloom trees. There will also be a floral photo-wall, taking centre stage at the top of the grand staircase. Predicted to be the most photographed bar in Liverpool, the unique venue will be a complete transformation and unrecognisable from its previous self.\r\n\r\nFrom the moment visitors step into The Florist, they will be transported into a fairy tale, thanks to the impressive décor and artwork. Contemporary artist Gemma Compton and graffiti artist Jody Thomas have also been hand-picked to create bespoke pieces for the new Liverpool site - thanks to the overwhelming reception their previous work received. Harmonious with The Florist brand, their work aims to create a sensory experience to enchant the senses.\r\n\r\nThe Florist is a stay all day and night hang out, offering customers a vibrant food menu, a spectacular menu of instagrammable cocktails, nightly DJ’s and saxophonists to take the tempo up to a sophisticated party atmosphere.\r\n\r\nGeneral Manager of The Florist, Joel Lee said “The Florist needs be seen to be believed how pretty and light the site has now become. We know it is going to become the place to be in Liverpool and we can’t wait to open. We have so much to offer, from the extensive cocktail menu inspired by the three key styles of floristry: English Summer Garden, Ikebana and Modern Contemporary, with herbal twists taken fresh from the garden. 60 hand-picked beers and a vibrant food menu, consisting of mouth-watering deli, rotisserie and grill-inspired dishes, with plenty of gluten free, dairy free and vegan options to cater for all. We will also be open for brunch on Saturdays and Sundays from 9.30am.\r\n\r\nFor a really special experience, we are offering sensory enhancing masterclasses in the crafts of cocktails, floristry, gin and ale tastings.”<em> </em>\r\n\r\nFollow The Florist on Instagram @thefloristuk and step into a sensory world of floral delights from start to finish.','The floral fairy-tail masterpiece you\'ll love','','inherit','closed','closed','','1127-revision-v1','','','2018-04-27 08:26:02','2018-04-27 08:26:02','',1127,'http://www.ontradeprogress.com/2018/04/27/1127-revision-v1/',0,'revision','',0),(1133,1,'2018-04-27 08:26:21','2018-04-27 08:26:21','<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\"><img class=\"alignleft wp-image-1128\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Florist-2.png\" alt=\"\" width=\"206\" height=\"257\" />The old blind school site to open as a floral fairytale masterpiece. The florist has bloomed into action as of the 23rd April 2018.\r\n</span></b></p>\r\n<p class=\"gmail-bodya\" style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\"><b><span style=\"font-size: 12.0pt; line-height: 150%; font-family: \'Arial\',sans-serif;\">\r\n</span></b><b><i></i></b></p>\r\nThe Florist, a contemporary new bar and restaurant has announced earlier this month that they will be opening in Liverpool on 23rd April 2018. Situated on the site of the former Old Blind School pub, The Florist breathes new life into the stunning Grade II listed building, once home to the Royal School for the Blind. The Florist is set to charm the city with breathtaking floral installations, which are sure to be Instagram gold and like nothing Liverpool has ever seen before.\r\n\r\nWith an abundance of flowers flowing throughout the beautiful venue, key features include a stunning entrance hall with two full-size in-bloom trees. There will also be a floral photo-wall, taking centre stage at the top of the grand staircase. Predicted to be the most photographed bar in Liverpool, the unique venue will be a complete transformation and unrecognisable from its previous self.\r\n\r\nFrom the moment visitors step into The Florist, they will be transported into a fairy tale, thanks to the impressive décor and artwork. Contemporary artist Gemma Compton and graffiti artist Jody Thomas have also been hand-picked to create bespoke pieces for the new Liverpool site - thanks to the overwhelming reception their previous work received. Harmonious with The Florist brand, their work aims to create a sensory experience to enchant the senses.\r\n\r\nThe Florist is a stay all day and night hang out, offering customers a vibrant food menu, a spectacular menu of instagrammable cocktails, nightly DJ’s and saxophonists to take the tempo up to a sophisticated party atmosphere.\r\n\r\nGeneral Manager of The Florist, Joel Lee said “The Florist needs be seen to be believed how pretty and light the site has now become. We know it is going to become the place to be in Liverpool and we can’t wait to open. We have so much to offer, from the extensive cocktail menu inspired by the three key styles of floristry: English Summer Garden, Ikebana and Modern Contemporary, with herbal twists taken fresh from the garden. 60 hand-picked beers and a vibrant food menu, consisting of mouth-watering deli, rotisserie and grill-inspired dishes, with plenty of gluten free, dairy free and vegan options to cater for all. We will also be open for brunch on Saturdays and Sundays from 9.30am.\r\n\r\nFor a really special experience, we are offering sensory enhancing masterclasses in the crafts of cocktails, floristry, gin and ale tastings.”<em> </em>\r\n\r\nFollow The Florist on Instagram @thefloristuk and step into a sensory world of floral delights from start to finish.','The floral fairy-tail masterpiece bar you\'ll love','','inherit','closed','closed','','1127-revision-v1','','','2018-04-27 08:26:21','2018-04-27 08:26:21','',1127,'http://www.ontradeprogress.com/2018/04/27/1127-revision-v1/',0,'revision','',0),(1138,1,'2018-04-27 11:06:38','2018-04-27 11:06:38','<strong>Be Spontaneous and head down to the street dedicated to cheese. </strong>\r\n\r\nRoll up, roll up and roll your cheese wheel to Parliament Hill Farmers Market this spring as London Farmers Markets once again bring Londoners a whole street dedicated to everyone\'s favourite dairy delight, Cheese. Following the success of Cheese Street N1 hosted at Islington Farmers Market last autumn, London Farmers unite again on Saturday 28th April to launch Cheese Street NW5, we guarantee all the mozzarella will make you feel stellar.\r\n\r\nCheese Street NW5, located on Hampstead Heath, at Parliament Hill Farmers Market will feature the best brie and blue Britain has to offer, welcoming local and sustainable food traders to pop-up for the day, making sure everyone has a gouda weekend. In keeping with London Farmers Market’s ethos, Cheese Street NW5 aims to support local and regional cheese makers and mongers with the likes of Quickes Cheese, Wildes Cheese and The Old Cheese Room all in attendance, while Cellarman will be on hand to provide Cheese Tours, to guarantee everyone enjoys a weekend full of Wensleydale.\r\n\r\nAlongside ‘meet the maker’ masterclasses, sampling sessions and plenty of tasters from ‘Cheese Angels’ guests can tuck in to plenty of delicious dairy delicacies from some of London\'s finest street food vendors including Poutine Purveyors, The Poutinerie serving up the finest French-Canadian treats, molten Mac and Cheese from Mac to the Future and The Cheese Truck, melting the best British cheese, to ensure your love for cheddar will last forever.\r\n\r\nThose looking to get their weekly Farmers Market shop while picking up a wheel, need not worry as all regular traders will also be on hand to ensure visitors can stock up on plenty of fresh fruit, vegetables and meat, all sourced and sold from local producers in the UK.','The street dedicated to cheese returns','','publish','closed','open','','street-dedicated-cheese-returns','','','2018-04-27 11:07:31','2018-04-27 11:07:31','',0,'http://www.ontradeprogress.com/?p=1138',0,'post','',0),(1139,1,'2018-04-27 11:01:33','2018-04-27 11:01:33','<strong>Be Spontaneous and head down to the street dedicated to cheese. </strong>\r\n\r\nRoll up, roll up and roll your cheese wheel to Parliament Hill Farmers Market this spring as London Farmers Markets once again bring Londoners a whole street dedicated to everyone\'s favorite dairy delight, Cheese. Following the success of Cheese Street N1 hosted at Islington Farmers Market last autumn, London Farmers unite again on Saturday 28th April to launch Cheese Street NW5, we guarantee all the mozzarella will make you feel stellar.\r\n\r\nCheese Street NW5, located on Hampstead Heath, at Parliament Hill Farmers Market will feature the best brie and blue Britain has to offer, welcoming local and sustainable food traders to pop-up for the day, making sure everyone has a gouda weekend. In keeping with London Farmers Market’s ethos, Cheese Street NW5 aims to support local and regional cheese makers and mongers with the likes of Quickes Cheese, Wildes Cheese and The Old Cheese Room all in attendance, while Cellarman will be on hand to provide Cheese Tours, to guarantee everyone enjoys a weekend full of Wensleydale.\r\n\r\nAlongside ‘meet the maker’ masterclasses, sampling sessions and plenty of tasters from ‘Cheese Angels’ guests can tuck in to plenty of delicious dairy delicacies from some of London\'s finest street food vendors including Poutine Purveyors, The Poutinerie serving up the finest French-Canadian treats, molten Mac and Cheese from Mac to the Future and The Cheese Truck, melting the best British cheese, to ensure your love for cheddar will last forever.\r\n\r\nThose looking to get their weekly Farmers Market shop while picking up a wheel, need not worry as all regular traders will also be on hand to ensure visitors can stock up on plenty of fresh fruit, vegetables and meat, all sourced and sold from local producers in the UK.','The street dedicated to cheese returns','','inherit','closed','closed','','1138-revision-v1','','','2018-04-27 11:01:33','2018-04-27 11:01:33','',1138,'http://www.ontradeprogress.com/2018/04/27/1138-revision-v1/',0,'revision','',0),(1140,1,'2018-04-27 11:05:30','2018-04-27 11:05:30','','cheese 1','','inherit','closed','closed','','cheese-1','','','2018-04-27 11:05:30','2018-04-27 11:05:30','',1138,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/cheese-1.png',0,'attachment','image/png',0),(1141,1,'2018-04-27 11:05:49','2018-04-27 11:05:49','<strong>Be Spontaneous and head down to the street dedicated to cheese. </strong>\r\n\r\nRoll up, roll up and roll your cheese wheel to Parliament Hill Farmers Market this spring as London Farmers Markets once again bring Londoners a whole street dedicated to everyone\'s favourite dairy delight, Cheese. Following the success of Cheese Street N1 hosted at Islington Farmers Market last autumn, London Farmers unite again on Saturday 28th April to launch Cheese Street NW5, we guarantee all the mozzarella will make you feel stellar.\r\n\r\nCheese Street NW5, located on Hampstead Heath, at Parliament Hill Farmers Market will feature the best brie and blue Britain has to offer, welcoming local and sustainable food traders to pop-up for the day, making sure everyone has a gouda weekend. In keeping with London Farmers Market’s ethos, Cheese Street NW5 aims to support local and regional cheese makers and mongers with the likes of Quickes Cheese, Wildes Cheese and The Old Cheese Room all in attendance, while Cellarman will be on hand to provide Cheese Tours, to guarantee everyone enjoys a weekend full of Wensleydale.\r\n\r\nAlongside ‘meet the maker’ masterclasses, sampling sessions and plenty of tasters from ‘Cheese Angels’ guests can tuck in to plenty of delicious dairy delicacies from some of London\'s finest street food vendors including Poutine Purveyors, The Poutinerie serving up the finest French-Canadian treats, molten Mac and Cheese from Mac to the Future and The Cheese Truck, melting the best British cheese, to ensure your love for cheddar will last forever.\r\n\r\nThose looking to get their weekly Farmers Market shop while picking up a wheel, need not worry as all regular traders will also be on hand to ensure visitors can stock up on plenty of fresh fruit, vegetables and meat, all sourced and sold from local producers in the UK.','The street dedicated to cheese returns','','inherit','closed','closed','','1138-revision-v1','','','2018-04-27 11:05:49','2018-04-27 11:05:49','',1138,'http://www.ontradeprogress.com/2018/04/27/1138-revision-v1/',0,'revision','',0),(1142,1,'2018-04-27 11:34:29','2018-04-27 11:34:29','<img class=\"alignleft wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"84\" height=\"84\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"228\" height=\"342\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','publish','closed','open','','ukhospitality-comments-milestone-one-year-brexit','','','2018-04-27 11:35:01','2018-04-27 11:35:01','',0,'http://www.ontradeprogress.com/?p=1142',0,'post','',0),(1143,1,'2018-04-27 11:20:41','2018-04-27 11:20:41','','ukh','','inherit','closed','closed','','ukh','','','2018-04-27 11:20:41','2018-04-27 11:20:41','',1142,'http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png',0,'attachment','image/png',0),(1144,1,'2018-04-27 11:20:55','2018-04-27 11:20:55','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"116\" height=\"116\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:20:55','2018-04-27 11:20:55','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1145,1,'2018-04-27 11:22:24','2018-04-27 11:22:24','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"132\" height=\"132\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"306\" height=\"459\" /></strong>\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:22:24','2018-04-27 11:22:24','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1146,1,'2018-04-27 11:22:40','2018-04-27 11:22:40','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"132\" height=\"132\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"306\" height=\"459\" /></strong>\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:22:40','2018-04-27 11:22:40','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1147,1,'2018-04-27 11:23:03','2018-04-27 11:23:03','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"100\" height=\"100\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"306\" height=\"459\" /></strong>\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:23:03','2018-04-27 11:23:03','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1148,1,'2018-04-27 11:23:19','2018-04-27 11:23:19','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"100\" height=\"100\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n<strong><img class=\"alignleft size-full wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"306\" height=\"459\" /></strong>\r\n\r\n&nbsp;\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:23:19','2018-04-27 11:23:19','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1149,1,'2018-04-27 11:23:30','2018-04-27 11:23:30','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"80\" height=\"80\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n<strong><img class=\"alignleft size-full wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"306\" height=\"459\" /></strong>\r\n\r\n&nbsp;\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:23:30','2018-04-27 11:23:30','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1150,1,'2018-04-27 11:23:44','2018-04-27 11:23:44','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"80\" height=\"80\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong><strong><img class=\"alignleft size-full wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"306\" height=\"459\" /></strong>\r\n\r\n&nbsp;\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:23:44','2018-04-27 11:23:44','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1151,1,'2018-04-27 11:24:10','2018-04-27 11:24:10','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"80\" height=\"80\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong><strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"259\" height=\"389\" /></strong>\r\n\r\n&nbsp;\r\n\r\n“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:24:10','2018-04-27 11:24:10','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1152,1,'2018-04-27 11:24:29','2018-04-27 11:24:29','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"101\" height=\"101\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n“<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"259\" height=\"389\" /></strong>Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:24:29','2018-04-27 11:24:29','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1153,1,'2018-04-27 11:24:42','2018-04-27 11:24:42','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"81\" height=\"81\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n“<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"259\" height=\"389\" /></strong>Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:24:42','2018-04-27 11:24:42','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1154,1,'2018-04-27 11:24:59','2018-04-27 11:24:59','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"81\" height=\"81\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"259\" height=\"389\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:24:59','2018-04-27 11:24:59','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1155,1,'2018-04-27 11:25:18','2018-04-27 11:25:18','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"62\" height=\"62\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"259\" height=\"389\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:25:18','2018-04-27 11:25:18','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1156,1,'2018-04-27 11:25:30','2018-04-27 11:25:30','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"99\" height=\"99\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"259\" height=\"389\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:25:30','2018-04-27 11:25:30','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1157,1,'2018-04-27 11:25:59','2018-04-27 11:25:59','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"99\" height=\"99\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"228\" height=\"342\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:25:59','2018-04-27 11:25:59','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1158,1,'2018-04-27 11:26:12','2018-04-27 11:26:12','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"89\" height=\"89\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"228\" height=\"342\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:26:12','2018-04-27 11:26:12','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1159,1,'2018-04-27 11:26:27','2018-04-27 11:26:27','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"69\" height=\"69\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"228\" height=\"342\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:26:27','2018-04-27 11:26:27','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1160,1,'2018-04-27 11:26:40','2018-04-27 11:26:40','<img class=\"alignleft  wp-image-1013\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/o3Il1sRb_400x400.jpg\" alt=\"\" width=\"84\" height=\"84\" />\r\n\r\n<strong>As the countdown to Brexit ticks down from one year, UKHospitality CEO Kate Nicholls reflects on the challenges and opportunities ahead:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft  wp-image-1143\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/ukh.png\" alt=\"\" width=\"228\" height=\"342\" /></strong>“Hospitality is the third largest private sector employer and a key driver of the economy, with the ability to provide growth and stability for the UK outside of the EU. Following the Brexit vote, UKHospitality lobbied hard and fast to gain the right to remain for workers that are key in augmenting our workforce. We continue to work closely with the Government to achieve outcomes that will safeguard food and drink supply chains and prices. We will also explore how post-Brexit Britain can further prosper from our new autonomy to create positive commercial environments for hospitality businesses through our taxation system, via VAT, and levelling the playing field between traditional and digital businesses.”\r\n\r\n&nbsp;','UKHospitality comments on the milestone of one year until Brexit','','inherit','closed','closed','','1142-revision-v1','','','2018-04-27 11:26:40','2018-04-27 11:26:40','',1142,'http://www.ontradeprogress.com/2018/04/27/1142-revision-v1/',0,'revision','',0),(1161,1,'2018-05-01 12:09:51','2018-05-01 12:09:51','<strong>Britain’s under-threat bees are being offered a lifeline by Henley brewer and pub operator Brakspear, whose Honey Bee beer, available throughout May, will raise money for Friends of the Earth’s Bee Cause campaign.</strong>\r\n\r\nHoney Bee, a 4.4% honey beer, is back by popular demand for a third year. Every pint sold will raise 10 pence for the Bee Cause, the campaign to protect our declining bee populations. Last year, Brakspear presented a cheque for £2,890 to the charity.\r\n\r\nCreated by Brakspear head brewer Malcolm Mayo, Honey Bee was originally brewed in 2015 at Brakspear’s Bell Street Brewery in Henley, but has moved to the larger Wychwood Brewery in Witney to meet growing demand. It is brewed using Maris Otter and Crystal malts as well as malted oats, First Gold and Willamette hops and has delicate, subtle honey notes, with a bracing delivery of hops on the follow through.\r\n\r\nAs well as selling Honey Bee, Brakspear pubs are supporting bees by encouraging customers to join in the Great British Bee Count  (<a href=\"http://www.greatbritishbeecount.co.uk\">www.GreatBritishBeeCount.co.uk</a>) from 17 May – 30 June. This initiative by Friends of the Earth, sponsored by Ecotalk, encourages the public to do some bee-spotting with a free smartphone app – and provides lots of advice on what we can all do to help these precious, but under-threat, pollinators.\r\n\r\nBrakspear pubs selling Honey Bee will be featured on an online map on the Friends of the Earth website, encouraging supporters of the Bee Cause to try the beer in a pub near them.\r\n\r\nBrakspear chief executive Tom Davies said: “We’re delighted to be supporting the Bee Cause again; it’s a cause that our licensees and customers are keen to support, as reflected in the growing demand for Honey Bee.\r\n\r\n“Our partnership with Friends of the Earth started in 2014, when many of our pubs started to plant bee-friendly flowers and shrubs and continued with the launch of Honey Bee, a perfect beer for sipping in a pub garden or patio.\r\n\r\n“Supporting Friends of the Earth’s Bee Cause is a natural choice for Brakspear. We have a bee in our logo, and some of the finest pub gardens in the region, which rely on bees to pollinate the plants and shrubs that make them so attractive.  We’re confident sales of Honey Bee will help us to once again make a good contribution to the Bee Cause.”\r\n\r\nFriends of the Earth chief executive Craig Bennett said: “We’re extremely grateful to Brakspear for their fabulous support for our Bee Cause Campaign, and their tremendous efforts in raising awareness of the plight of our humble bees.\r\n\r\n“People can enjoy a pint of Honey Bee and know they are helping these precious pollinators, which are currently facing enormous threats, such as habitat loss, pesticide-use and climate change.”\r\n\r\nBrakspear’s partnership with Friends of the Earth will help to raise awareness of the threats facing these bees and encourage the public to be part of the generation that saves them. As well as the honey bee, Britain is home to around 225 species of solitary bee and 26 bumblebees.','Bees helped by Brakspear beer','','publish','closed','open','','bees-helped-brakspear-beer','','','2018-05-01 12:14:02','2018-05-01 12:14:02','',0,'http://www.ontradeprogress.com/?p=1161',0,'post','',0),(1162,1,'2018-05-01 12:07:22','2018-05-01 12:07:22','','BrakspearHoneyBee2018','','inherit','closed','closed','','brakspearhoneybee2018','','','2018-05-01 12:07:22','2018-05-01 12:07:22','',1161,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/BrakspearHoneyBee2018.jpg',0,'attachment','image/jpeg',0),(1163,1,'2018-05-01 12:07:52','2018-05-01 12:07:52','<strong>Britain’s under-threat bees are being offered a lifeline by Henley brewer and pub operator Brakspear, whose Honey Bee beer, available throughout May, will raise money for Friends of the Earth’s Bee Cause campaign.</strong>\r\n\r\nHoney Bee, a 4.4% honey beer, is back by popular demand for a third year. Every pint sold will raise 10 pence for the Bee Cause, the campaign to protect our declining bee populations. Last year, Brakspear presented a cheque for £2,890 to the charity.\r\n\r\nCreated by Brakspear head brewer Malcolm Mayo, Honey Bee was originally brewed in 2015 at Brakspear’s Bell Street Brewery in Henley, but has moved to the larger Wychwood Brewery in Witney to meet growing demand. It is brewed using Maris Otter and Crystal malts as well as malted oats, First Gold and Willamette hops and has delicate, subtle honey notes, with a bracing delivery of hops on the follow through.\r\n\r\nAs well as selling Honey Bee, Brakspear pubs are supporting bees by encouraging customers to join in the Great British Bee Count  (<a href=\"http://www.greatbritishbeecount.co.uk\">www.GreatBritishBeeCount.co.uk</a>) from 17 May – 30 June. This initiative by Friends of the Earth, sponsored by Ecotalk, encourages the public to do some bee-spotting with a free smartphone app – and provides lots of advice on what we can all do to help these precious, but under-threat, pollinators.\r\n\r\nBrakspear pubs selling Honey Bee will be featured on an online map on the Friends of the Earth website, encouraging supporters of the Bee Cause to try the beer in a pub near them.\r\n\r\nBrakspear chief executive Tom Davies said: “We’re delighted to be supporting the Bee Cause again; it’s a cause that our licensees and customers are keen to support, as reflected in the growing demand for Honey Bee.\r\n\r\n“Our partnership with Friends of the Earth started in 2014, when many of our pubs started to plant bee-friendly flowers and shrubs and continued with the launch of Honey Bee, a perfect beer for sipping in a pub garden or patio.\r\n\r\n“Supporting Friends of the Earth’s Bee Cause is a natural choice for Brakspear. We have a bee in our logo, and some of the finest pub gardens in the region, which rely on bees to pollinate the plants and shrubs that make them so attractive.  We’re confident sales of Honey Bee will help us to once again make a good contribution to the Bee Cause.”\r\n\r\nFriends of the Earth chief executive Craig Bennett said: “We’re extremely grateful to Brakspear for their fabulous support for our Bee Cause Campaign, and their tremendous efforts in raising awareness of the plight of our humble bees.\r\n\r\n“People can enjoy a pint of Honey Bee and know they are helping these precious pollinators, which are currently facing enormous threats, such as habitat loss, pesticide-use and climate change.”\r\n\r\nBrakspear’s partnership with Friends of the Earth will help to raise awareness of the threats facing these bees and encourage the public to be part of the generation that saves them. As well as the honey bee, Britain is home to around 225 species of solitary bee and 26 bumblebees.','Bees helped by Brakspear beer','','inherit','closed','closed','','1161-revision-v1','','','2018-05-01 12:07:52','2018-05-01 12:07:52','',1161,'http://www.ontradeprogress.com/2018/05/01/1161-revision-v1/',0,'revision','',0),(1165,1,'2018-05-01 12:52:02','2018-05-01 12:52:02','<img class=\"alignleft\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"121\" height=\"109\" data-reactid=\"26\" />\r\n\r\n<strong>Pipers announce a new design for their brand packaging which will be introduced within the month of May 2018.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a significant packaging refresh. The new design development gives more emphasis and personality to the ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the ‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other aspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.','Pipers announces packaging redesign','','publish','closed','open','','pipers-announces-packaging-redesign','','','2018-05-01 12:54:16','2018-05-01 12:54:16','',0,'http://www.ontradeprogress.com/?p=1165',0,'post','',0),(1166,1,'2018-05-01 12:35:55','2018-05-01 12:35:55','','Pipers Crispeas Reveal Image High Res','','inherit','closed','closed','','pipers-crispeas-reveal-image-high-res','','','2018-05-01 12:35:55','2018-05-01 12:35:55','',1165,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Pipers-Crispeas-Reveal-Image-High-Res.jpg',0,'attachment','image/jpeg',0),(1167,1,'2018-05-01 12:43:54','2018-05-01 12:43:54','<strong>Pipers announce a new design for their brand packaging.</strong>\r\n\r\n<img class=\"\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"106\" height=\"95\" data-reactid=\"26\" />\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a\r\nsignificant packaging refresh. The new design development gives more emphasis and personality to\r\nthe ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the\r\n‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other\r\naspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.\r\n\r\nThe new packaging will be introduced during May 2018.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:43:54','2018-05-01 12:43:54','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1168,1,'2018-05-01 12:44:21','2018-05-01 12:44:21','<img class=\"\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"106\" height=\"95\" data-reactid=\"26\" />\r\n\r\n<strong>Pipers announce a new design for their brand packaging.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a\r\nsignificant packaging refresh. The new design development gives more emphasis and personality to\r\nthe ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the\r\n‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other\r\naspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.\r\n\r\nThe new packaging will be introduced during May 2018.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:44:21','2018-05-01 12:44:21','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1169,1,'2018-05-01 12:45:59','2018-05-01 12:45:59','','Pipers Crisps Jalepeno_dill_40g_new design','','inherit','closed','closed','','pipers-crisps-jalepeno_dill_40g_new-design','','','2018-05-01 12:45:59','2018-05-01 12:45:59','',1165,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Pipers-Crisps-Jalepeno_dill_40g_new-design.jpg',0,'attachment','image/jpeg',0),(1170,1,'2018-05-01 12:47:27','2018-05-01 12:47:27','<img class=\"\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"106\" height=\"95\" data-reactid=\"26\" /><strong>Pipers announce a new design for their brand packaging.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a\r\nsignificant packaging refresh. The new design development gives more emphasis and personality to\r\nthe ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the\r\n‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other\r\naspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.\r\n\r\nThe new packaging will be introduced during May 2018.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:47:27','2018-05-01 12:47:27','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1171,1,'2018-05-01 12:48:26','2018-05-01 12:48:26','<img class=\"\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"100\" height=\"89\" data-reactid=\"26\" />\r\n\r\n<strong>Pipers announce a new design for their brand packaging.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a\r\nsignificant packaging refresh. The new design development gives more emphasis and personality to\r\nthe ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the\r\n‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other\r\naspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.\r\n\r\nThe new packaging will be introduced during May 2018.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:48:26','2018-05-01 12:48:26','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1172,1,'2018-05-01 12:50:27','2018-05-01 12:50:27','<img class=\"alignright\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"121\" height=\"109\" data-reactid=\"26\" />\r\n\r\n<strong>Pipers announce a new design for their brand packaging whcih will be introduced within the month of May 2018.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a significant packaging refresh. The new design development gives more emphasis and personality to the ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the ‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other aspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:50:27','2018-05-01 12:50:27','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1173,1,'2018-05-01 12:50:59','2018-05-01 12:50:59','<img class=\"alignleft\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"121\" height=\"109\" data-reactid=\"26\" />\r\n\r\n<strong>Pipers announce a new design for their brand packaging whcih will be introduced within the month of May 2018.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a significant packaging refresh. The new design development gives more emphasis and personality to the ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the ‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other aspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:50:59','2018-05-01 12:50:59','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1174,1,'2018-05-01 12:54:10','2018-05-01 12:54:10','<img class=\"alignleft\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"121\" height=\"109\" data-reactid=\"26\" />\n\n<strong>Pipers announce a new design for their brand packaging which will be introduced within the month of May 2018.</strong>\n\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a significant packaging refresh. The new design development gives more emphasis and personality to the ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the ‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other aspects of the brand and packaging remain the same, including the bold pack colours themselves.\n\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-autosave-v1','','','2018-05-01 12:54:10','2018-05-01 12:54:10','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-autosave-v1/',0,'revision','',0),(1175,1,'2018-05-01 12:54:16','2018-05-01 12:54:16','<img class=\"alignleft\" src=\"http://www.piperscrisps.com/assets/images/templates/logo3.png\" alt=\"See the source image\" width=\"121\" height=\"109\" data-reactid=\"26\" />\r\n\r\n<strong>Pipers announce a new design for their brand packaging which will be introduced within the month of May 2018.</strong>\r\n\r\nIn a move aimed at keeping themselves ahead of their competitors, Pipers Crisps has announced a significant packaging refresh. The new design development gives more emphasis and personality to the ‘Piper’ man, who is becoming synonymous with the brand. The new design introduces the ‘Live life full of flavour’ concept and clearer nutritional messaging to the back of packs. All other aspects of the brand and packaging remain the same, including the bold pack colours themselves.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve based this new redesign on semiotic\r\nstudies (research into the impact of signs in communication) as well as the feedback we’ve had\r\nfrom our customers and end-users. Pipers Crisps is perceived as a brand of substance which leads\r\nthe way in the marketplace. As a strong brand we do things our own way, so it’s important to keep\r\nthe Pipers brand moving forward, ahead of what our competitors are doing. This brand\r\ndevelopment builds on the existing strengths of the Pipers brand, which for end-users is all about\r\nsnacks as they should taste, and for retailers is all about great shelf presence,” Katy adds.','Pipers announces packaging redesign','','inherit','closed','closed','','1165-revision-v1','','','2018-05-01 12:54:16','2018-05-01 12:54:16','',1165,'http://www.ontradeprogress.com/2018/05/01/1165-revision-v1/',0,'revision','',0),(1176,1,'2018-05-01 15:00:08','2018-05-01 15:00:08','<img class=\"alignleft wp-image-1177\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/rabbit.png\" alt=\"\" width=\"284\" height=\"74\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Rabbit celebrates Peas &amp; Love for Chelsea flower show.</strong>\r\n\r\nCelebrated British restaurant, Rabbit on the Kings Road will be partnering with the world’s finest distilled non-alcoholic spirit, Seedlip to launch their Peas &amp; Love tasting menu and cocktail pairing, in celebration of the world famous Chelsea Flower Show.\r\n\r\nInspired by the Seedlip Garden at Chelsea Flower Show, which will be entirely dedicated to the pea, Rabbit founders, The Gladwin Brothers, who are often described as three peas in a pod, will transform the restaurant for Chelsea Flower Show with a British pea inspired display made up of an abundance of flowers and foliage in homage to the British countryside and the humble pea.\r\n\r\nThe floral menu will celebrate local and wild food with peas featuring in every dish. Guests are invited to begin the meal with Rabbit’s Edible Pea Garden; a dish consisting of a terracotta pot filled with a sprouting pea plant, enabling guests to secateur off as many or few peas as they wish to add to their meal. Highlights on the menu include Seedlip Spiced Slip Sole served with Burnt Butter, Tarragon Cockles, Lemon Verbena and Horseradish Foam; a Pea and Goat’s Cheese Ravioli complete with Pea Consommé, Hibiscus Oil and Purple Potato Dust Gnocchi and Pork Tenderloin accompanied by Elderflower Gel, Pea Shoots and Egg Yolk Bon Bons. The Peas &amp; Love journey does not end at the savoury dishes as guests will finish with a Seedlip Chocolate Mousse with Sherbet and Sweet and Sour Candied Peas.\r\n\r\nEach dish has been perfectly paired with a botanical inspired cocktail menu featuring Mint-to-be; a light a refreshing aperitif made with <em>Seedlip Garden 108, Verjus, Mint Tea and Pea Cordial</em> garnished with pea shoots; Bee Hive using <em>Seedlip Garden 108, Verjus, British Honey Syrup, Elderflower Tonic and Tonka Bean</em> and Through the Meadow, a sour and refreshing palate cleanser with <em>Seedlip Garden 108, Lemon, Egg White and Mint and Tarragon Syru</em>p .\r\n\r\nThe three brothers, Richard, Oliver and Gregory Gladwin bring wild British ingredients from the countryside to the plates of London diners. Richard, who before opening The Shed, Rabbit and Nutbourne spent a decade working in top New York and London restaurants. Farmer Gregory supplies the restaurant with reared livestock from the family farm in Nutbourne, as well as sourcing seasonal produce from local suppliers, while Talented Head Chef Oliver Gladwin is passionate about foraging everything from wild garlic to mustard flowers, creating a daily changing menu of small British plates.','Rabbit celebrates Peas & Love','','publish','closed','open','','rabbit-celebrates-peas-love','','','2018-05-01 15:02:41','2018-05-01 15:02:41','',0,'http://www.ontradeprogress.com/?p=1176',0,'post','',0),(1177,1,'2018-05-01 14:47:45','2018-05-01 14:47:45','','rabbit','','inherit','closed','closed','','rabbit','','','2018-05-01 14:47:45','2018-05-01 14:47:45','',1176,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/rabbit.png',0,'attachment','image/png',0),(1178,1,'2018-05-01 14:51:45','2018-05-01 14:51:45','','rabbit 2','','inherit','closed','closed','','rabbit-2','','','2018-05-01 14:51:45','2018-05-01 14:51:45','',1176,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/rabbit-2.png',0,'attachment','image/png',0),(1179,1,'2018-05-01 14:52:20','2018-05-01 14:52:20','<img class=\"alignleft  wp-image-1177\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/rabbit.png\" alt=\"\" width=\"284\" height=\"74\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Rabbit celebrates Peas &amp; Love for Chelsea flower show.</strong>\r\n\r\nCelebrated British restaurant, Rabbit on the Kings Road will be partnering with the world’s finest distilled non-alcoholic spirit, Seedlip to launch their Peas &amp; Love tasting menu and cocktail pairing, in celebration of the world famous Chelsea Flower Show.\r\n\r\nInspired by the Seedlip Garden at Chelsea Flower Show, which will be entirely dedicated to the pea, Rabbit founders, The Gladwin Brothers, who are often described as three peas in a pod, will transform the restaurant for Chelsea Flower Show with a British pea inspired display made up of an abundance of flowers and foliage in homage to the British countryside and the humble pea.\r\n\r\nThe floral menu will celebrate local and wild food with peas featuring in every dish. Guests are invited to begin the meal with Rabbit’s Edible Pea Garden; a dish consisting of a terracotta pot filled with a sprouting pea plant, enabling guests to secateur off as many or few peas as they wish to add to their meal. Highlights on the menu include Seedlip Spiced Slip Sole served with Burnt Butter, Tarragon Cockles, Lemon Verbena and Horseradish Foam; a Pea and Goat’s Cheese Ravioli complete with Pea Consommé, Hibiscus Oil and Purple Potato Dust Gnocchi and Pork Tenderloin accompanied by Elderflower Gel, Pea Shoots and Egg Yolk Bon Bons. The Peas &amp; Love journey does not end at the savoury dishes as guests will finish with a Seedlip Chocolate Mousse with Sherbet and Sweet and Sour Candied Peas.\r\n\r\nEach dish has been perfectly paired with a botanical inspired cocktail menu featuring Mint-to-be; a light a refreshing aperitif made with <em>Seedlip Garden 108, Verjus, Mint Tea and Pea Cordial</em> garnished with pea shoots; Bee Hive using <em>Seedlip Garden 108, Verjus, British Honey Syrup, Elderflower Tonic and Tonka Bean</em> and Through the Meadow, a sour and refreshing palate cleanser with <em>Seedlip Garden 108, Lemon, Egg White and Mint and Tarragon Syru</em>p .\r\n\r\nThe three brothers, Richard, Oliver and Gregory Gladwin bring wild British ingredients from the countryside to the plates of London diners. Richard, who before opening The Shed, Rabbit and Nutbourne spent a decade working in top New York and London restaurants. Farmer Gregory supplies the restaurant with reared livestock from the family farm in Nutbourne, as well as sourcing seasonal produce from local suppliers, while Talented Head Chef Oliver Gladwin is passionate about foraging everything from wild garlic to mustard flowers, creating a daily changing menu of small British plates.','Rabbit celebrates Peas & Love','','inherit','closed','closed','','1176-revision-v1','','','2018-05-01 14:52:20','2018-05-01 14:52:20','',1176,'http://www.ontradeprogress.com/2018/05/01/1176-revision-v1/',0,'revision','',0),(1180,1,'2018-05-01 14:52:43','2018-05-01 14:52:43','<img class=\"alignleft  wp-image-1177\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/rabbit.png\" alt=\"\" width=\"284\" height=\"74\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Rabbit celebrates Peas &amp; Love for Chelsea flower show.</strong>\r\n\r\nCelebrated British restaurant, Rabbit on the Kings Road will be partnering with the world’s finest distilled non-alcoholic spirit, Seedlip to launch their Peas &amp; Love tasting menu and cocktail pairing, in celebration of the world famous Chelsea Flower Show.\r\n\r\nInspired by the Seedlip Garden at Chelsea Flower Show, which will be entirely dedicated to the pea, Rabbit founders, The Gladwin Brothers, who are often described as three peas in a pod, will transform the restaurant for Chelsea Flower Show with a British pea inspired display made up of an abundance of flowers and foliage in homage to the British countryside and the humble pea.\r\n\r\nThe floral menu will celebrate local and wild food with peas featuring in every dish. Guests are invited to begin the meal with Rabbit’s Edible Pea Garden; a dish consisting of a terracotta pot filled with a sprouting pea plant, enabling guests to secateur off as many or few peas as they wish to add to their meal. Highlights on the menu include Seedlip Spiced Slip Sole served with Burnt Butter, Tarragon Cockles, Lemon Verbena and Horseradish Foam; a Pea and Goat’s Cheese Ravioli complete with Pea Consommé, Hibiscus Oil and Purple Potato Dust Gnocchi and Pork Tenderloin accompanied by Elderflower Gel, Pea Shoots and Egg Yolk Bon Bons. The Peas &amp; Love journey does not end at the savoury dishes as guests will finish with a Seedlip Chocolate Mousse with Sherbet and Sweet and Sour Candied Peas.\r\n\r\nEach dish has been perfectly paired with a botanical inspired cocktail menu featuring Mint-to-be; a light a refreshing aperitif made with <em>Seedlip Garden 108, Verjus, Mint Tea and Pea Cordial</em> garnished with pea shoots; Bee Hive using <em>Seedlip Garden 108, Verjus, British Honey Syrup, Elderflower Tonic and Tonka Bean</em> and Through the Meadow, a sour and refreshing palate cleanser with <em>Seedlip Garden 108, Lemon, Egg White and Mint and Tarragon Syru</em>p .\r\n\r\nThe three brothers, Richard, Oliver and Gregory Gladwin bring wild British ingredients from the countryside to the plates of London diners. Richard, who before opening The Shed, Rabbit and Nutbourne spent a decade working in top New York and London restaurants. Farmer Gregory supplies the restaurant with reared livestock from the family farm in Nutbourne, as well as sourcing seasonal produce from local suppliers, while Talented Head Chef Oliver Gladwin is passionate about foraging everything from wild garlic to mustard flowers, creating a daily changing menu of small British plates.','Rabbit celebrates Peas & Love','','inherit','closed','closed','','1176-revision-v1','','','2018-05-01 14:52:43','2018-05-01 14:52:43','',1176,'http://www.ontradeprogress.com/2018/05/01/1176-revision-v1/',0,'revision','',0),(1181,1,'2018-05-02 08:37:10','2018-05-02 08:37:10','<img class=\"alignleft wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\r\n\r\n<strong>Novus Tea helps licensed operators innovate their tea offer.           </strong><strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\n&nbsp;\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','publish','closed','open','','novus-tea-innovating-hot-beverage','','','2018-05-02 09:40:09','2018-05-02 09:40:09','',0,'http://www.ontradeprogress.com/?p=1181',0,'post','',0),(1182,1,'2018-05-02 08:12:44','2018-05-02 08:12:44','','Novus Tea Warmer Teapot Timer Stack med','','inherit','closed','closed','','novus-tea-warmer-teapot-timer-stack-med','','','2018-05-02 08:12:44','2018-05-02 08:12:44','',1181,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med.jpg',0,'attachment','image/jpeg',0),(1183,1,'2018-05-02 08:13:18','2018-05-02 08:13:18','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"217\" height=\"307\" />\r\n\r\n<strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea helps licensed operators innovate their tea offer','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:13:18','2018-05-02 08:13:18','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1184,1,'2018-05-02 08:13:37','2018-05-02 08:13:37','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"217\" height=\"307\" />\r\n\r\n<strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\n&nbsp;\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea helps licensed operators innovate their tea offer','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:13:37','2018-05-02 08:13:37','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1185,1,'2018-05-02 08:35:27','2018-05-02 08:35:27','','Novus Tea Hotel Support Image med','','inherit','closed','closed','','novus-tea-hotel-support-image-med','','','2018-05-02 08:35:27','2018-05-02 08:35:27','',1181,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Hotel-Support-Image-med.jpg',0,'attachment','image/jpeg',0),(1186,1,'2018-05-02 08:35:47','2018-05-02 08:35:47','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\r\n\r\n<strong>Novus Tea helps licensed operators innovate their tea offer.   </strong>     <strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:35:47','2018-05-02 08:35:47','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1187,1,'2018-05-02 08:36:06','2018-05-02 08:36:06','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\r\n\r\n<strong>Novus Tea helps licensed operators innovate their tea offer.   </strong>     <strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\n&nbsp;\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:36:06','2018-05-02 08:36:06','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1188,1,'2018-05-02 08:36:23','2018-05-02 08:36:23','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\r\n\r\n<strong>Novus Tea helps licensed operators innovate their tea offer.   </strong>                         <strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\n&nbsp;\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:36:23','2018-05-02 08:36:23','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1189,1,'2018-05-02 08:36:43','2018-05-02 08:36:43','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\r\n\r\n<strong>Novus Tea helps licensed operators innovate their tea offer. </strong><strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\n&nbsp;\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:36:43','2018-05-02 08:36:43','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1190,1,'2018-05-02 08:37:02','2018-05-02 08:37:02','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\r\n\r\n<strong>Novus Tea helps licensed operators innovate their tea offer.           </strong><strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\r\n\r\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\r\n\r\n&nbsp;\r\n\r\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\r\n\r\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\r\n\r\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\r\n\r\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\r\n\r\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\r\n\r\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','inherit','closed','closed','','1181-revision-v1','','','2018-05-02 08:37:02','2018-05-02 08:37:02','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-revision-v1/',0,'revision','',0),(1191,1,'2018-05-02 08:37:19','2018-05-02 08:37:19','<img class=\"alignleft  wp-image-1182\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Novus-Tea-Warmer-Teapot-Timer-Stack-med-724x1024.jpg\" alt=\"\" width=\"229\" height=\"324\" />\n\n<strong>Novus Tea helps licensed operators innovate their tea offer.           </strong><strong>Allan Pirret, Sales Director of Novus Tea, explains the importance of innovation in hot beverages, and shows how licensed trade operators can benefit by making premium teas and infusions a key part of their offer.</strong>\n\nTea is still the UK’s most popular hot drink and, with healthy credentials, nutritional benefits and lower caffeine than coffee, tea is the preferred drink for a less caffeine-fuelled day.  Sales figures are excellent too; premium tea sales are set to double over the next ten years (according to Mintel) and sales of healthier green and herbal teas have already doubled in the past two years.\n\n&nbsp;\n\nThis growing speciality tea market is a fantastic opportunity for operators to drive sales and profitability by introducing a range of high quality, whole leaf teas into their menu.  Premium leaf teas create a premium tea experience, driving repeat business and transforming volumes.  For the licensed trade, this can be particularly helpful in producing revenue from the traditionally quieter times of the day such as breakfast, mid-morning and mid-afternoon.\n\nTo take advantage of this surge in demand for tea and infusions, it’s important for operators to team-up with a market-leading, premium brand capable of delivering the quality, taste and support that customers expect.  Innovation in hot beverages is vital to meet the fast-moving, ever-changing consumer trends.  In tea, this represents a move away from ‘standard’ teabags towards more premium products which offer better tasting, more interesting and perhaps healthier alternatives.  These choices include green teas, fruit and herbal teas, speciality blends and matcha, sales of which are growing more strongly than ever.\n\nEffective presentation and promotion of your tea offer is also important.  Equipment-wise, operators should always try to add ‘theatre’ to their tea offer to demonstrate that customers are getting great value.  So, when serving tea, it’s a good idea to present a clear teapot to your customers with an hour-glass tea timer alongside to ensure the tea is always brewed to perfection.  It also adds the all-important sense of theatre and gives the customer ‘ownership’ of their beverage; they can vary the infusion time according to their own taste preference.\n\nOther equipment allows the effective promotion of your premium tea offering and it’s important that this conveys a sense of quality and value.  Equipment such as tea chests are an excellent way of presenting your tea range, as are leaf display boxes which allow customers to see the whole leaf teas before they buy.  Other promotional opportunities include table talkers, posters and loyalty cards.\n\nIn addition to the equipment you choose, you’ll also need to make sure your staff are knowledgeable and enthusiastic about your tea offer.  In the same way as a barista would know their coffee, in order to effectively up-sell and premiumise your tea offering, your staff need to understand origin, appreciate the different tastes and value the correct serving methods.\n\nYour supplier should be able to offer appropriate in-depth training and product support, as well as manuals for future reference and reinforcement.  Business development sessions should also be available from your supplier to help you maximise your opportunities.','Novus Tea - Innovating the hot beverage','','inherit','closed','closed','','1181-autosave-v1','','','2018-05-02 08:37:19','2018-05-02 08:37:19','',1181,'http://www.ontradeprogress.com/2018/05/02/1181-autosave-v1/',0,'revision','',0),(1194,1,'2018-05-02 12:58:18','2018-05-02 12:58:18','<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\', sans-serif; color: black; background: white none repeat scroll 0% 0%;\">UKHospitality w</span><span style=\"font-family: \'Calibri\', sans-serif;\">elcomes recognition of the importance of hospitality in future immigration policy</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">UKHospitality has welcomed the Government’s acknowledgement of the contribution made by EU nationals to the UK’s small businesses. </span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">UKHospitality has also called on the Government to provide a future immigration policy that enables hospitality businesses to continue to employ EU nationals without disruption.</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">During oral questions yesterday, Small Business Minister Andrew Griffiths confirmed that non-UK nationals accounted for 7% of total UK employment and reiterated the Government’s appreciation for the contribution they made to small businesses.</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Government acknowledging the contribution being made by EU nationals and the support they provide to small businesses in the UK.</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">“Around 12% of those employed in the UK’s hospitality sector are EU nationals and any future immigration policy implemented following Brexit needs to ensure that employers do not face any barriers to growth or investment.”</span></strong></p>','UKHospitality - Hospitality importance in future immigration policy','','publish','closed','open','','ukhospitality-hospitality-importance-future-immigration-policy','','','2018-05-02 12:58:54','2018-05-02 12:58:54','',0,'http://www.ontradeprogress.com/?p=1194',0,'post','',0),(1195,1,'2018-05-02 12:57:33','2018-05-02 12:57:33','<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\', sans-serif; color: black; background: white none repeat scroll 0% 0%;\">UKHospitality w</span><span style=\"font-family: \'Calibri\', sans-serif;\">elcomes recognition of the importance of hospitality in future immigration policy</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">UKHospitality has welcomed the Government’s acknowledgement of the contribution made by EU nationals to the UK’s small businesses. </span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">UKHospitality has also called on the Government to provide a future immigration policy that enables hospitality businesses to continue to employ EU nationals without disruption.</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">During oral questions yesterday, Small Business Minister Andrew Griffiths confirmed that non-UK nationals accounted for 7% of total UK employment and reiterated the Government’s appreciation for the contribution they made to small businesses.</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Government acknowledging the contribution being made by EU nationals and the support they provide to small businesses in the UK.</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif; color: black; background: white; font-weight: normal;\">“Around 12% of those employed in the UK’s hospitality sector are EU nationals and any future immigration policy implemented following Brexit needs to ensure that employers do not face any barriers to growth or investment.”</span></strong></p>','UKHospitality - Hospitality importance in future immigration policy','','inherit','closed','closed','','1194-revision-v1','','','2018-05-02 12:57:33','2018-05-02 12:57:33','',1194,'http://www.ontradeprogress.com/2018/05/02/1194-revision-v1/',0,'revision','',0),(1196,1,'2018-05-03 11:12:02','2018-05-03 11:12:02','<strong>Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector.</strong>\r\n\r\nPipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 95 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack. Pipers Crispeas are gluten-free, wheat-free, barle yfree and suitable for vegetarians.\r\n\r\nThe healthy snacking market is growing fast, and showing no sign of a slow-down. The total BFY\r\nmarket is now worth nearly £125 million (9.3% year on year growth) and over half the population is\r\nnow buying into the BFY category. In this segment two-thirds of shoppers are repeat purchasers\r\nand healthy eating snacks are being bought far more frequently, up to six trips a year.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve looked carefully at the trends that are\r\ndriving the healthy snacking market. It’s clear that there are two key factors; taste and nutritional\r\nbenefits. Protein as a cited benefit is an important global food trend with over 50% of consumers\r\nciting the need for more protein in their daily diet. But, overall, taste is still the key driver for snack\r\npurchasing consumers. That’s why we’ve combined three delicious flavours for our British peas,\r\nwhich are already naturally low in calories as well as a source of protein and fibre,” Katy adds.\r\n\r\nPipers has designed the three new Crispeas varieties to satisfy a wide range of tastes at different\r\ntimes of the day. Crispeas will be particularly popular in the thriving ‘food-to-go’ sector; great\r\nalongside sandwiches and salads. They are expected to be a big hit with 18 to 34 year olds, whorepresent the most significant snack-buying segment and who lead the healthy eating revolution looking for nutritional benefits and lower calorie options.\r\n\r\nThe new range of Crispeas will uphold Pipers’ famous brand attributes, combining great taste,\r\nquality ingredients and provenance. The new packaging design will convey to customers that the\r\nPipers brand is different; it’s a brand of substance, leading the way with meticulous attention to\r\ndetail.\r\n\r\nTo support the launch of Crispeas, Pipers will be attending trade shows such as Speciality &amp; Fine\r\nFood Fair and Lunch! In addition, Pipers will attend more than 40 consumer-facing events in 2018,\r\nincluding the Carfest North and South, driving sampling and awareness through pop-ups.','Pipers launches ‘Crispeas’ range','','publish','closed','open','','pipers-launches-crispeas-range','','','2018-05-03 11:12:02','2018-05-03 11:12:02','',0,'http://www.ontradeprogress.com/?p=1196',0,'post','',0),(1197,1,'2018-05-03 11:11:35','2018-05-03 11:11:35','<strong>Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector.</strong>\r\n\r\nPipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 95 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack. Pipers Crispeas are gluten-free, wheat-free, barle yfree and suitable for vegetarians.\r\n\r\nThe healthy snacking market is growing fast, and showing no sign of a slow-down. The total BFY\r\nmarket is now worth nearly £125 million (9.3% year on year growth) and over half the population is\r\nnow buying into the BFY category. In this segment two-thirds of shoppers are repeat purchasers\r\nand healthy eating snacks are being bought far more frequently, up to six trips a year.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, says: “We’ve looked carefully at the trends that are\r\ndriving the healthy snacking market. It’s clear that there are two key factors; taste and nutritional\r\nbenefits. Protein as a cited benefit is an important global food trend with over 50% of consumers\r\nciting the need for more protein in their daily diet. But, overall, taste is still the key driver for snack\r\npurchasing consumers. That’s why we’ve combined three delicious flavours for our British peas,\r\nwhich are already naturally low in calories as well as a source of protein and fibre,” Katy adds.\r\n\r\nPipers has designed the three new Crispeas varieties to satisfy a wide range of tastes at different\r\ntimes of the day. Crispeas will be particularly popular in the thriving ‘food-to-go’ sector; great\r\nalongside sandwiches and salads. They are expected to be a big hit with 18 to 34 year olds, whorepresent the most significant snack-buying segment and who lead the healthy eating revolution looking for nutritional benefits and lower calorie options.\r\n\r\nThe new range of Crispeas will uphold Pipers’ famous brand attributes, combining great taste,\r\nquality ingredients and provenance. The new packaging design will convey to customers that the\r\nPipers brand is different; it’s a brand of substance, leading the way with meticulous attention to\r\ndetail.\r\n\r\nTo support the launch of Crispeas, Pipers will be attending trade shows such as Speciality &amp; Fine\r\nFood Fair and Lunch! In addition, Pipers will attend more than 40 consumer-facing events in 2018,\r\nincluding the Carfest North and South, driving sampling and awareness through pop-ups.','Pipers launches ‘Crispeas’ range','','inherit','closed','closed','','1196-revision-v1','','','2018-05-03 11:11:35','2018-05-03 11:11:35','',1196,'http://www.ontradeprogress.com/2018/05/03/1196-revision-v1/',0,'revision','',0),(1198,1,'2018-05-03 13:44:24','2018-05-03 13:44:24','<strong>Get ready.....Ready-to-drink (RTD) beverages are taking the hospitality industry by storm, <em>On-Trade Progress </em>examine this rising trend</strong><strong>.</strong>\r\n\r\nThe hospitality industry is a truly varied one; one that is continuing to grow, expand and most importantly, experiment. One such experiment that is becoming established is RTD (Ready-To-Drink) offerings. Whether it’s pre-prepared cocktails or ready-to-serve wines at festivals and events, RTD is making waves across the hospitality industry.\r\n\r\nIt’s important to start with the idea that RTD is especially prominent at high footfall events; think bars near main stages of festivals, or busy arenas with sporting events or concerts. For these events, the hospitality industry needs to find quick and efficient methods to deliver customers their drinks, without compromising on quality. As a result, the industry has had to find inventive methods to continually provide outstanding service, and on this note, RTD development has been crucial.\r\n\r\nIn many respects, as a society, we have had RTD beverages for a while; think about canned beers from a supermarket which consumers can ‘take away’. What’s changed however is how we develop these drinks and what RTD developers are now offering the market.\r\n\r\n<strong>Only up from here</strong>\r\n\r\nRTD is categorised as any pre-prepared drink, and while these often contain alcohol, you can have RTDs that aren’t alcoholic. In recent years, we have seen the launch of pre-prepared cocktails, which aim to deliver the same quality, taste and texture as though one were prepared in front of you.\r\n\r\nFortunately, with more and more brands continuing to push out innovative RTD products, the industry as a whole seems to be moving towards accepting these. A report published by <em>Future Market Insights </em>which aims to predict the RTD industry called ‘Pre-Mixed/RTD Alcoholic Drinks Market: Global Industry Analysis 2012 - 2016 and Opportunity Assessment; 2017 – 2027’, stated: “The consumption of alcohol being most in the European countries such as Estonia, Belarus, Lithuania, France, and Germany has created constant demand for innovative new flavours based drinks in this region, with already existing drinks in this domain, consumer are willing to try something new. The premixed alcoholic beverages segment is thus driven by this large consumer demand for new flavours.\r\n\r\n“Significant demand for ready to drink alcoholic beverages is observed in countries such as Australia, Russia and Japan. The United States accounts for a significantly low number of alcoholic premixed drink in comparison to these countries, although a changing trend from cocktails in bars to bottles cocktails is expected to fuel the market growth in North America.”\r\n\r\nThe world is getting ready for the reception of RTD drinks – especially in line with the growth of the events industry, which is seeing larger and more extravagant events being organised. To keep up with this demand, the hospitality industry needs to be ready to provide quality to every customer without creating a backlog in the queue. While, to some extent, this is being counteracted with technology and ‘ordering apps’, the actual ability to pour drinks takes time; time that bar staff often do not have. As a result, RTD provides a quick and effective solution.\r\n\r\n<strong>All for one calorie</strong>\r\n\r\nWe can’t overlook our society’s move towards health-conscious living; and neither have a number of RTD producers, as they push out products that are in line with this thinking. One of the most important discoveries in the <em>Future Market Insight </em>reports was the “rising popularity of healthy alcoholic beverages”. This collective trend is extremely important, and in fact, several RTD consumers either state the number of calories on their packaging or have begun to create explicit low-calorie beverages.\r\n\r\nThe report continues: “Virtually all the major players in the in ready to drink alcoholic beverages category have introduced lower-calorie forms of RTD or premixed alcoholic beverages. Companies such as Bacardi are promoting the line of natural flavours, juices and pure cane sugar based RTD alcoholic beverages as less than 90 calories and easy on the waist.\r\n\r\n“The convenience associated with the use of bottled premixed alcoholic beverage has been driving this segment of alcoholic drinks. Consumers want to enjoy the cocktail experience do not wish to keep the ingredients at home and go through the process of making a fine cocktail, ready to drink alcoholic beverages provides conveniences of already blended cocktail and offers products at a fraction of price of cocktails available in bars, clubs and other recreational places.\r\n\r\n“New product launches, manufacturers are flooding the market with new product lines and creating a supply driven demand. With existing forms of whiskey, vodka, rum, etc. based ready to drink alcoholic beverages, all new line of wine-based drinks is also being introduced targeting not only consumers but also casual dinners.”\r\n\r\n<strong>For ease</strong>\r\n\r\nAt the end of the day, while we can praise RTD as much as we can, the real “winner” will be the product that delivers the most for consumers. The association with ‘pre-prepared’ anything has been frowned upon over the years, which is why so many companies are working towards achieving true quality.\r\n\r\nOften, pre-prepared beverages have been criticised for being too ‘sweet’ or tasting too ‘artificial’, and as a result, producers are finding ways to incorporate premium ingredients into their beverages. If we take cocktails for example, a number of brands are finding ways to preserve fruits within the drink, rather than syrups, which although less likely to decay are higher in sugars and have sweeter tastes.\r\n\r\nConsumers are clever, and they empathise with the industry’s need to serve drinks quickly – and in fact are often grateful for the reduction of queue times. However, what the latest report has shown and what we’ve gauged from chatting with consumers, is that they will not compromise on health and quality. As a result, RTD producers are urged to work consistently to ensure these demands are met.\r\n\r\nThe future is truly RTD and with our estimation, we envision we will be seeing a lot more of these beverages in years to come.','The established RTD','','publish','closed','open','','the-established-rtd','','','2018-05-03 13:44:24','2018-05-03 13:44:24','',0,'http://www.ontradeprogress.com/?p=1198',0,'post','',0),(1199,1,'2018-05-03 13:12:50','2018-05-03 13:12:50','','RTD 1','','inherit','closed','closed','','rtd-1','','','2018-05-03 13:12:50','2018-05-03 13:12:50','',1198,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/RTD-1.jpg',0,'attachment','image/jpeg',0),(1200,1,'2018-05-03 13:17:34','2018-05-03 13:17:34','<strong>Get ready.....Ready-to-drink (RTD) beverages are taking the hospitality industry by storm, <em>On-Trade Progress </em>examine this rising trend</strong><strong>.</strong>\r\n\r\nThe hospitality industry is a truly varied one; one that is continuing to grow, expand and most importantly, experiment. One such experiment that is becoming established is RTD (Ready-To-Drink) offerings. Whether it’s pre-prepared cocktails or ready-to-serve wines at festivals and events, RTD is making waves across the hospitality industry.\r\n\r\nIt’s important to start with the idea that RTD is especially prominent at high footfall events; think bars near main stages of festivals, or busy arenas with sporting events or concerts. For these events, the hospitality industry needs to find quick and efficient methods to deliver customers their drinks, without compromising on quality. As a result, the industry has had to find inventive methods to continually provide outstanding service, and on this note, RTD development has been crucial.\r\n\r\nIn many respects, as a society, we have had RTD beverages for a while; think about canned beers from a supermarket which consumers can ‘take away’. What’s changed however is how we develop these drinks and what RTD developers are now offering the market.\r\n\r\n<strong>Only up from here</strong>\r\n\r\nRTD is categorised as any pre-prepared drink, and while these often contain alcohol, you can have RTDs that aren’t alcoholic. In recent years, we have seen the launch of pre-prepared cocktails, which aim to deliver the same quality, taste and texture as though one were prepared in front of you.\r\n\r\nFortunately, with more and more brands continuing to push out innovative RTD products, the industry as a whole seems to be moving towards accepting these. A report published by <em>Future Market Insights </em>which aims to predict the RTD industry called ‘Pre-Mixed/RTD Alcoholic Drinks Market: Global Industry Analysis 2012 - 2016 and Opportunity Assessment; 2017 – 2027’, stated: “The consumption of alcohol being most in the European countries such as Estonia, Belarus, Lithuania, France, and Germany has created constant demand for innovative new flavours based drinks in this region, with already existing drinks in this domain, consumer are willing to try something new. The premixed alcoholic beverages segment is thus driven by this large consumer demand for new flavours.\r\n\r\n“Significant demand for ready to drink alcoholic beverages is observed in countries such as Australia, Russia and Japan. The United States accounts for a significantly low number of alcoholic premixed drink in comparison to these countries, although a changing trend from cocktails in bars to bottles cocktails is expected to fuel the market growth in North America.”\r\n\r\nThe world is getting ready for the reception of RTD drinks – especially in line with the growth of the events industry, which is seeing larger and more extravagant events being organised. To keep up with this demand, the hospitality industry needs to be ready to provide quality to every customer without creating a backlog in the queue. While, to some extent, this is being counteracted with technology and ‘ordering apps’, the actual ability to pour drinks takes time; time that bar staff often do not have. As a result, RTD provides a quick and effective solution.\r\n\r\n<strong>All for one calorie</strong>\r\n\r\nWe can’t overlook our society’s move towards health-conscious living; and neither have a number of RTD producers, as they push out products that are in line with this thinking. One of the most important discoveries in the <em>Future Market Insight </em>reports was the “rising popularity of healthy alcoholic beverages”. This collective trend is extremely important, and in fact, several RTD consumers either state the number of calories on their packaging or have begun to create explicit low-calorie beverages.\r\n\r\nThe report continues: “Virtually all the major players in the in ready to drink alcoholic beverages category have introduced lower-calorie forms of RTD or premixed alcoholic beverages. Companies such as Bacardi are promoting the line of natural flavours, juices and pure cane sugar based RTD alcoholic beverages as less than 90 calories and easy on the waist.\r\n\r\n“The convenience associated with the use of bottled premixed alcoholic beverage has been driving this segment of alcoholic drinks. Consumers want to enjoy the cocktail experience do not wish to keep the ingredients at home and go through the process of making a fine cocktail, ready to drink alcoholic beverages provides conveniences of already blended cocktail and offers products at a fraction of price of cocktails available in bars, clubs and other recreational places.\r\n\r\n“New product launches, manufacturers are flooding the market with new product lines and creating a supply driven demand. With existing forms of whiskey, vodka, rum, etc. based ready to drink alcoholic beverages, all new line of wine-based drinks is also being introduced targeting not only consumers but also casual dinners.”\r\n\r\n<strong>For ease</strong>\r\n\r\nAt the end of the day, while we can praise RTD as much as we can, the real “winner” will be the product that delivers the most for consumers. The association with ‘pre-prepared’ anything has been frowned upon over the years, which is why so many companies are working towards achieving true quality.\r\n\r\nOften, pre-prepared beverages have been criticised for being too ‘sweet’ or tasting too ‘artificial’, and as a result, producers are finding ways to incorporate premium ingredients into their beverages. If we take cocktails for example, a number of brands are finding ways to preserve fruits within the drink, rather than syrups, which although less likely to decay are higher in sugars and have sweeter tastes.\r\n\r\nConsumers are clever, and they empathise with the industry’s need to serve drinks quickly – and in fact are often grateful for the reduction of queue times. However, what the latest report has shown and what we’ve gauged from chatting with consumers, is that they will not compromise on health and quality. As a result, RTD producers are urged to work consistently to ensure these demands are met.\r\n\r\nThe future is truly RTD and with our estimation, we envision we will be seeing a lot more of these beverages in years to come.','Ready to drink','','inherit','closed','closed','','1198-revision-v1','','','2018-05-03 13:17:34','2018-05-03 13:17:34','',1198,'http://www.ontradeprogress.com/2018/05/03/1198-revision-v1/',0,'revision','',0),(1201,1,'2018-05-03 13:18:52','2018-05-03 13:18:52','<strong>Get ready.....Ready-to-drink (RTD) beverages are taking the hospitality industry by storm, <em>On-Trade Progress </em>examine this rising trend</strong><strong>.</strong>\r\n\r\nThe hospitality industry is a truly varied one; one that is continuing to grow, expand and most importantly, experiment. One such experiment that is becoming established is RTD (Ready-To-Drink) offerings. Whether it’s pre-prepared cocktails or ready-to-serve wines at festivals and events, RTD is making waves across the hospitality industry.\r\n\r\nIt’s important to start with the idea that RTD is especially prominent at high footfall events; think bars near main stages of festivals, or busy arenas with sporting events or concerts. For these events, the hospitality industry needs to find quick and efficient methods to deliver customers their drinks, without compromising on quality. As a result, the industry has had to find inventive methods to continually provide outstanding service, and on this note, RTD development has been crucial.\r\n\r\nIn many respects, as a society, we have had RTD beverages for a while; think about canned beers from a supermarket which consumers can ‘take away’. What’s changed however is how we develop these drinks and what RTD developers are now offering the market.\r\n\r\n<strong>Only up from here</strong>\r\n\r\nRTD is categorised as any pre-prepared drink, and while these often contain alcohol, you can have RTDs that aren’t alcoholic. In recent years, we have seen the launch of pre-prepared cocktails, which aim to deliver the same quality, taste and texture as though one were prepared in front of you.\r\n\r\nFortunately, with more and more brands continuing to push out innovative RTD products, the industry as a whole seems to be moving towards accepting these. A report published by <em>Future Market Insights </em>which aims to predict the RTD industry called ‘Pre-Mixed/RTD Alcoholic Drinks Market: Global Industry Analysis 2012 - 2016 and Opportunity Assessment; 2017 – 2027’, stated: “The consumption of alcohol being most in the European countries such as Estonia, Belarus, Lithuania, France, and Germany has created constant demand for innovative new flavours based drinks in this region, with already existing drinks in this domain, consumer are willing to try something new. The premixed alcoholic beverages segment is thus driven by this large consumer demand for new flavours.\r\n\r\n“Significant demand for ready to drink alcoholic beverages is observed in countries such as Australia, Russia and Japan. The United States accounts for a significantly low number of alcoholic premixed drink in comparison to these countries, although a changing trend from cocktails in bars to bottles cocktails is expected to fuel the market growth in North America.”\r\n\r\nThe world is getting ready for the reception of RTD drinks – especially in line with the growth of the events industry, which is seeing larger and more extravagant events being organised. To keep up with this demand, the hospitality industry needs to be ready to provide quality to every customer without creating a backlog in the queue. While, to some extent, this is being counteracted with technology and ‘ordering apps’, the actual ability to pour drinks takes time; time that bar staff often do not have. As a result, RTD provides a quick and effective solution.\r\n\r\n<strong>All for one calorie</strong>\r\n\r\nWe can’t overlook our society’s move towards health-conscious living; and neither have a number of RTD producers, as they push out products that are in line with this thinking. One of the most important discoveries in the <em>Future Market Insight </em>reports was the “rising popularity of healthy alcoholic beverages”. This collective trend is extremely important, and in fact, several RTD consumers either state the number of calories on their packaging or have begun to create explicit low-calorie beverages.\r\n\r\nThe report continues: “Virtually all the major players in the in ready to drink alcoholic beverages category have introduced lower-calorie forms of RTD or premixed alcoholic beverages. Companies such as Bacardi are promoting the line of natural flavours, juices and pure cane sugar based RTD alcoholic beverages as less than 90 calories and easy on the waist.\r\n\r\n“The convenience associated with the use of bottled premixed alcoholic beverage has been driving this segment of alcoholic drinks. Consumers want to enjoy the cocktail experience do not wish to keep the ingredients at home and go through the process of making a fine cocktail, ready to drink alcoholic beverages provides conveniences of already blended cocktail and offers products at a fraction of price of cocktails available in bars, clubs and other recreational places.\r\n\r\n“New product launches, manufacturers are flooding the market with new product lines and creating a supply driven demand. With existing forms of whiskey, vodka, rum, etc. based ready to drink alcoholic beverages, all new line of wine-based drinks is also being introduced targeting not only consumers but also casual dinners.”\r\n\r\n<strong>For ease</strong>\r\n\r\nAt the end of the day, while we can praise RTD as much as we can, the real “winner” will be the product that delivers the most for consumers. The association with ‘pre-prepared’ anything has been frowned upon over the years, which is why so many companies are working towards achieving true quality.\r\n\r\nOften, pre-prepared beverages have been criticised for being too ‘sweet’ or tasting too ‘artificial’, and as a result, producers are finding ways to incorporate premium ingredients into their beverages. If we take cocktails for example, a number of brands are finding ways to preserve fruits within the drink, rather than syrups, which although less likely to decay are higher in sugars and have sweeter tastes.\r\n\r\nConsumers are clever, and they empathise with the industry’s need to serve drinks quickly – and in fact are often grateful for the reduction of queue times. However, what the latest report has shown and what we’ve gauged from chatting with consumers, is that they will not compromise on health and quality. As a result, RTD producers are urged to work consistently to ensure these demands are met.\r\n\r\nThe future is truly RTD and with our estimation, we envision we will be seeing a lot more of these beverages in years to come.','RTD - Ready to drink','','inherit','closed','closed','','1198-revision-v1','','','2018-05-03 13:18:52','2018-05-03 13:18:52','',1198,'http://www.ontradeprogress.com/2018/05/03/1198-revision-v1/',0,'revision','',0),(1202,1,'2018-05-03 13:20:48','2018-05-03 13:20:48','<strong>Get ready.....Ready-to-drink (RTD) beverages are taking the hospitality industry by storm, <em>On-Trade Progress </em>examine this rising trend</strong><strong>.</strong>\r\n\r\nThe hospitality industry is a truly varied one; one that is continuing to grow, expand and most importantly, experiment. One such experiment that is becoming established is RTD (Ready-To-Drink) offerings. Whether it’s pre-prepared cocktails or ready-to-serve wines at festivals and events, RTD is making waves across the hospitality industry.\r\n\r\nIt’s important to start with the idea that RTD is especially prominent at high footfall events; think bars near main stages of festivals, or busy arenas with sporting events or concerts. For these events, the hospitality industry needs to find quick and efficient methods to deliver customers their drinks, without compromising on quality. As a result, the industry has had to find inventive methods to continually provide outstanding service, and on this note, RTD development has been crucial.\r\n\r\nIn many respects, as a society, we have had RTD beverages for a while; think about canned beers from a supermarket which consumers can ‘take away’. What’s changed however is how we develop these drinks and what RTD developers are now offering the market.\r\n\r\n<strong>Only up from here</strong>\r\n\r\nRTD is categorised as any pre-prepared drink, and while these often contain alcohol, you can have RTDs that aren’t alcoholic. In recent years, we have seen the launch of pre-prepared cocktails, which aim to deliver the same quality, taste and texture as though one were prepared in front of you.\r\n\r\nFortunately, with more and more brands continuing to push out innovative RTD products, the industry as a whole seems to be moving towards accepting these. A report published by <em>Future Market Insights </em>which aims to predict the RTD industry called ‘Pre-Mixed/RTD Alcoholic Drinks Market: Global Industry Analysis 2012 - 2016 and Opportunity Assessment; 2017 – 2027’, stated: “The consumption of alcohol being most in the European countries such as Estonia, Belarus, Lithuania, France, and Germany has created constant demand for innovative new flavours based drinks in this region, with already existing drinks in this domain, consumer are willing to try something new. The premixed alcoholic beverages segment is thus driven by this large consumer demand for new flavours.\r\n\r\n“Significant demand for ready to drink alcoholic beverages is observed in countries such as Australia, Russia and Japan. The United States accounts for a significantly low number of alcoholic premixed drink in comparison to these countries, although a changing trend from cocktails in bars to bottles cocktails is expected to fuel the market growth in North America.”\r\n\r\nThe world is getting ready for the reception of RTD drinks – especially in line with the growth of the events industry, which is seeing larger and more extravagant events being organised. To keep up with this demand, the hospitality industry needs to be ready to provide quality to every customer without creating a backlog in the queue. While, to some extent, this is being counteracted with technology and ‘ordering apps’, the actual ability to pour drinks takes time; time that bar staff often do not have. As a result, RTD provides a quick and effective solution.\r\n\r\n<strong>All for one calorie</strong>\r\n\r\nWe can’t overlook our society’s move towards health-conscious living; and neither have a number of RTD producers, as they push out products that are in line with this thinking. One of the most important discoveries in the <em>Future Market Insight </em>reports was the “rising popularity of healthy alcoholic beverages”. This collective trend is extremely important, and in fact, several RTD consumers either state the number of calories on their packaging or have begun to create explicit low-calorie beverages.\r\n\r\nThe report continues: “Virtually all the major players in the in ready to drink alcoholic beverages category have introduced lower-calorie forms of RTD or premixed alcoholic beverages. Companies such as Bacardi are promoting the line of natural flavours, juices and pure cane sugar based RTD alcoholic beverages as less than 90 calories and easy on the waist.\r\n\r\n“The convenience associated with the use of bottled premixed alcoholic beverage has been driving this segment of alcoholic drinks. Consumers want to enjoy the cocktail experience do not wish to keep the ingredients at home and go through the process of making a fine cocktail, ready to drink alcoholic beverages provides conveniences of already blended cocktail and offers products at a fraction of price of cocktails available in bars, clubs and other recreational places.\r\n\r\n“New product launches, manufacturers are flooding the market with new product lines and creating a supply driven demand. With existing forms of whiskey, vodka, rum, etc. based ready to drink alcoholic beverages, all new line of wine-based drinks is also being introduced targeting not only consumers but also casual dinners.”\r\n\r\n<strong>For ease</strong>\r\n\r\nAt the end of the day, while we can praise RTD as much as we can, the real “winner” will be the product that delivers the most for consumers. The association with ‘pre-prepared’ anything has been frowned upon over the years, which is why so many companies are working towards achieving true quality.\r\n\r\nOften, pre-prepared beverages have been criticised for being too ‘sweet’ or tasting too ‘artificial’, and as a result, producers are finding ways to incorporate premium ingredients into their beverages. If we take cocktails for example, a number of brands are finding ways to preserve fruits within the drink, rather than syrups, which although less likely to decay are higher in sugars and have sweeter tastes.\r\n\r\nConsumers are clever, and they empathise with the industry’s need to serve drinks quickly – and in fact are often grateful for the reduction of queue times. However, what the latest report has shown and what we’ve gauged from chatting with consumers, is that they will not compromise on health and quality. As a result, RTD producers are urged to work consistently to ensure these demands are met.\r\n\r\nThe future is truly RTD and with our estimation, we envision we will be seeing a lot more of these beverages in years to come.','The established RTD','','inherit','closed','closed','','1198-revision-v1','','','2018-05-03 13:20:48','2018-05-03 13:20:48','',1198,'http://www.ontradeprogress.com/2018/05/03/1198-revision-v1/',0,'revision','',0),(1204,1,'2018-05-03 14:53:06','2018-05-03 14:53:06','<img class=\"alignleft wp-image-913\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"152\" height=\"106\" />\r\n\r\n<strong>Internationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry Gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.</strong>\r\n\r\nThe four key serves of this elegant smooth gin include <strong>Sea mist</strong> for a unique sea salt G&amp;T, capturing the spirit of the sea, <strong>St. Clair </strong>a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, <strong>Pennant Martini</strong> for an elegant and perfectly balanced Martini and <strong>Signature, </strong>the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\n<strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.\r\n\r\n<img class=\"alignleft wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"205\" height=\"308\" />\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point\'.</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>\r\n<strong>ST CLAIR </strong>- A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels used during the distillation process, paired with the classic St. Germain elderflower liqueur.\r\n\r\n<strong><img class=\"alignleft wp-image-943\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg\" alt=\"\" width=\"208\" height=\"311\" />ST CLAIR COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>25ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>25ml St. Germain Elderflower Liqueur</li>\r\n 	<li>20ml freshly squeezed red grapefruit juice</li>\r\n 	<li>70ml chilled soda water</li>\r\n 	<li>Red grapefruit peel for decorative garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a boston shaker with ice.</li>\r\n 	<li>Add the red grapefruit juice, St. Germain and Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Shake vigorously.</li>\r\n 	<li>Strain through a fine mesh sieve into a flute glass.</li>\r\n 	<li>Add the chilled soda water.</li>\r\n 	<li>Slice a thin piece of grapefruit peel and add to the rim of the glass for a decorative garnish.</li>\r\n</ul>\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<strong><img class=\"alignleft wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"205\" height=\"307\" />PENNANT MARTINI COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<strong><img class=\"alignleft wp-image-1042\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Signature-serve-low-res.jpeg\" alt=\"\" width=\"223\" height=\"335\" />SIGNATURE SE</strong><strong>RVE RECIPE </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.\r\n\r\nFor more information about Salcombe Distilling Co. visit <a href=\"http://www.salcombegin.com/\">www.salcombegin.com</a>,\r\nemail <a href=\"mailto:ilovegin@salcombegin.com\">ilovegin@salcombegin.com</a> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Gin Signature Serve Cocktail Collection','','publish','closed','open','','salcombe-gin-signature-serve-cocktail-collection-3','','','2018-05-04 10:30:33','2018-05-04 10:30:33','',0,'http://www.ontradeprogress.com/?p=1204',0,'post','',0),(1205,1,'2018-05-03 14:48:46','2018-05-03 14:48:46','<img class=\"alignleft  wp-image-913\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"152\" height=\"106\" />\r\n\r\n<strong>Internationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry Gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.</strong>\r\n\r\nThe four key serves of this elegant smooth gin include <strong>Sea mist</strong> for a unique sea salt G&amp;T, capturing the spirit of the sea, <strong>St. Clair </strong>a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, <strong>Pennant Martini</strong> for an elegant and perfectly balanced Martini and <strong>Signature, </strong>the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\n<strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.\r\n\r\n<img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"205\" height=\"308\" />\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point\'.</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>\r\n<strong>ST CLAIR </strong>- A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels used during the distillation process, paired with the classic St. Germain elderflower liqueur.\r\n\r\n<strong><img class=\"alignleft  wp-image-943\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg\" alt=\"\" width=\"208\" height=\"311\" />ST CLAIR COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>25ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>25ml St. Germain Elderflower Liqueur</li>\r\n 	<li>20ml freshly squeezed red grapefruit juice</li>\r\n 	<li>70ml chilled soda water</li>\r\n 	<li>Red grapefruit peel for decorative garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a boston shaker with ice.</li>\r\n 	<li>Add the red grapefruit juice, St. Germain and Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Shake vigorously.</li>\r\n 	<li>Strain through a fine mesh sieve into a flute glass.</li>\r\n 	<li>Add the chilled soda water.</li>\r\n 	<li>Slice a thin piece of grapefruit peel and add to the rim of the glass for a decorative garnish.</li>\r\n</ul>\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<strong><img class=\"alignleft  wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"205\" height=\"307\" />PENNANT MARTINI COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<strong><img class=\"alignleft  wp-image-1042\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Signature-serve-low-res.jpeg\" alt=\"\" width=\"223\" height=\"335\" />SIGNATURE SE</strong><strong>RVE RECIPE </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.\r\n\r\nFor more information about Salcombe Distilling Co. visit <a href=\"http://www.salcombegin.com/\">www.salcombegin.com</a>,\r\nemail <a href=\"mailto:ilovegin@salcombegin.com\">ilovegin@salcombegin.com</a> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Gin Signature Serve Cocktail Collection','','inherit','closed','closed','','1204-revision-v1','','','2018-05-03 14:48:46','2018-05-03 14:48:46','',1204,'http://www.ontradeprogress.com/2018/05/03/1204-revision-v1/',0,'revision','',0),(1206,1,'2018-05-03 14:52:17','2018-05-03 14:52:17','<img class=\"alignleft  wp-image-913\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"152\" height=\"106\" />\r\n\r\n<strong>Internationally acclaimed Salcombe Distilling Co. has introduced four stylish signature serve cocktails showcasing their multi award-winning Salcombe Gin ‘Start Point’. Smooth, distinct and complex, this citrus led London Dry Gin has established itself as a versatile super premium gin, that can be enjoyed on its own over ice, is flawless in a Martini, shines through in a classic cocktail and makes the ultimate G&amp;T. Such versatility has quickly led it to be the gin of choice in many top bars and restaurants across the country.</strong>\r\n\r\nThe four key serves of this elegant smooth gin include <strong>Sea mist</strong> for a unique sea salt G&amp;T, capturing the spirit of the sea, <strong>St. Clair </strong>a celebratory cocktail and champagne alternative, perfect as an aperitif showcasing the fresh red grapefruit used in the distillation, <strong>Pennant Martini</strong> for an elegant and perfectly balanced Martini and <strong>Signature, </strong>the ultimate G&amp;T served simply with plenty of ice and a slice of red grapefruit.  Each serve has been captured on film featuring Head bartender Oli Bateman at the distillery’s waterside bar on Island Street, Salcombe.\r\n\r\n<strong>SEA MIST</strong> - a unique cocktail experience and twist to the signature G&amp;T by capturing the essence of the sea in a liquid garnish delivered through an atomiser spray.  The Salcombe Sea mist spray is distilled using coastal botanicals including samphire and gorse flowers alongside red grapefruit and bay leaf. These are combined with Cornish sea salt to provide a wonderfully moreish finish and a bit of theatre to the ultimate G&amp;T.  The atomiser spray is available to select On-Trade customers.\r\n\r\n<img class=\"alignleft  wp-image-901\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Seamist-low-res.jpeg\" alt=\"\" width=\"205\" height=\"308\" />\r\n\r\n<strong>SEA MIST COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point\'.</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n 	<li>Sea mist garnish atomiser spray.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a copa glass with ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Spray the atomiser spray over the ice.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Spray two sprays from the atomiser directly over the glass.</li>\r\n</ul>\r\n<strong>ST CLAIR </strong>- A Salcombe Gin aperitif for the champagne moment. Served in a flute glass as an alternative to champagne or prosecco based cocktail. Named after one of the famous Salcombe fruit Schooners, the St. Clair showcases the fresh red grapefruit, lime and lemon peels used during the distillation process, paired with the classic St. Germain elderflower liqueur.\r\n\r\n<strong><img class=\"alignleft  wp-image-943\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/st-Clair-low-res.jpeg\" alt=\"\" width=\"208\" height=\"311\" />ST CLAIR COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>25ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>25ml St. Germain Elderflower Liqueur</li>\r\n 	<li>20ml freshly squeezed red grapefruit juice</li>\r\n 	<li>70ml chilled soda water</li>\r\n 	<li>Red grapefruit peel for decorative garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Fill a boston shaker with ice.</li>\r\n 	<li>Add the red grapefruit juice, St. Germain and Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Shake vigorously.</li>\r\n 	<li>Strain through a fine mesh sieve into a flute glass.</li>\r\n 	<li>Add the chilled soda water.</li>\r\n 	<li>Slice a thin piece of grapefruit peel and add to the rim of the glass for a decorative garnish.</li>\r\n</ul>\r\n<strong>PENNANT MARTINI </strong>– A classic Martini is widely regarded by the world’s top bartenders as the true test of a gin, as there is nowhere to hide. The Salcombe Gin Pennant Martini highlights the outstanding quality and balance of flavour of Salcombe Gin ‘Start Point’ and is named after their iconic label and gin pennant, a flag flown by sailors as a symbol of hospitality.\r\n\r\n<strong><img class=\"alignleft  wp-image-994\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Pennant-Martini-low-res.jpeg\" alt=\"\" width=\"205\" height=\"307\" />PENNANT MARTINI COCKTAIL RECIPE</strong>\r\n\r\n<strong>Ingredients</strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>10ml Knightor Dry Vermouth</li>\r\n 	<li>Grapefruit peel to garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method </strong>\r\n<ul>\r\n 	<li>Chill the martini glass.</li>\r\n 	<li>In a mixing glass add lots of ice, Salcombe Gin ‘Start Point’ and Knightor Dry Vermouth.</li>\r\n 	<li>Using a bar spoon stir gently for 30 seconds.</li>\r\n 	<li>Discard the ice from the chilled martini glass.</li>\r\n 	<li>Strain and pour into the chilled martini glass.</li>\r\n 	<li>Garnish with a grapefruit peel twist.</li>\r\n</ul>\r\n<strong>SIGNATURE SERVE </strong>–The ultimate citrus led G&amp;T using Salcombe Gin ‘Start Point’ served with Fever Tree Premium Indian Tonic Water.  Best served simply 1 part gin to no more than 3 parts tonic, with plenty of quality ice in a copa style or large red wine glass, garnished with a slice of red grapefruit.  Unlike many gins, Salcombe Gin ‘Start Point’ retains its flavour and aroma for a longer period in the glass.\r\n\r\n<strong><img class=\"alignleft  wp-image-1042\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Signature-serve-low-res.jpeg\" alt=\"\" width=\"223\" height=\"335\" />SIGNATURE SE</strong><strong>RVE RECIPE </strong>\r\n\r\n<strong>Ingredients </strong>\r\n<ul>\r\n 	<li>50ml Salcombe Gin ‘Start Point’</li>\r\n 	<li>150ml chilled Fever Tree Premium Indian Tonic Water</li>\r\n 	<li>Ice</li>\r\n 	<li>Red grapefruit for garnish</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Method</strong>\r\n<ul>\r\n 	<li>Fill a copa glass ¾ with cubed ice.</li>\r\n 	<li>Slice and add a ¼ slice of red grapefruit to the glass.</li>\r\n 	<li>Add 50ml Salcombe Gin ‘Start Point’.</li>\r\n 	<li>Add 150ml of Fever Tree Premium Indian Tonic Water.</li>\r\n 	<li>Gently stir and serve.</li>\r\n</ul>\r\nLaunched in July 2016 to critical acclaim, Salcombe Gin ‘Start Point’ has received a number of notable awards over the past year including the coveted 3 Stars at the Great Taste Awards and Best Producer award at the Food &amp; Drink Devon Awards. International success was achieved with Double Gold at the renowned San Francisco World Spirit Competition and Gold at the World Drinks Awards.\r\n\r\nSalcombe Gin \'Start Point’ is hand distilled in South Devon using only the finest hand sourced ingredients. The zesty blend of grapefruits, lemons and limes is a nod to the famous Salcombe Fruiters, who imported over 80% of the citrus fruits to England during the 19<sup>th</sup> century.  Harbouring distinct notes of ruby red grapefruit, along with the heady, earthy pine notes of the finest Macedonia juniper, Salcombe Gin is the perfect combination of aromas and flavours with an incredible balance and length of finish.\r\n\r\nFor more information about Salcombe Distilling Co. visit <a href=\"http://www.salcombegin.com/\">www.salcombegin.com</a>,\r\nemail <a href=\"mailto:ilovegin@salcombegin.com\">ilovegin@salcombegin.com</a> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Gin Signature Serve Cocktail Collection','','inherit','closed','closed','','1204-revision-v1','','','2018-05-03 14:52:17','2018-05-03 14:52:17','',1204,'http://www.ontradeprogress.com/2018/05/03/1204-revision-v1/',0,'revision','',0),(1207,1,'2018-05-04 12:08:54','2018-05-04 12:08:54','<strong>Cocktails in the City kicks off its season with sumptuous beverages in One Marylebone</strong>\r\n\r\nCocktails in the City kicked off its season with a sensational event at One Marylebone on April 7<sup>th</sup>, showcasing some of the city’s signature cocktails from an array of bars across London city. It was a bar-hopper experience, with visitors being able to sample various cocktails from different bar stands. Each had curated its own selection of signature cocktails with consumers being encouraged to get a flavour for London cocktails across the venue.\r\n\r\n<strong>A strong start</strong>\r\n\r\nIt was a beautiful spring evening for the first event in the series, which will see signature cocktails of cities such as Leeds, Edinburgh and Manchester – as well as London. With the industry continually seeking to innovate cocktails and exceed the expectations of consumers, Cocktails in the City showcased some of the best, brightest and most inventive cocktails that London can offer.\r\n\r\nOne Marylebone, an exquisite London venue, was decked out with different decorations depending on the bar stand, and welcomed bars such as The Artesian, Eve Bar, The Gibson, Coupette, Ella Canta, Mr Fogg’s, Mint Gun Club and TT Liquor. There were international bars to explore, a ‘Be the bartender’ experience in the garden, garnish and spirit workshops and interactive tasting tables as Cocktails in the City took customers on a whirlwind tour of cocktail exploration.\r\n\r\nThe most recent London event took place from April 5<sup>th</sup>-7<sup>th</sup> but there are more events set to take place still at other cities across the UK.\r\n\r\nThe organisers of Cocktails in the City also create centralised spaces for guests to relax in; in the London – Marylebone One event, there was a stunning elongated table to perch, sit or chat as visitors were able to enjoy their cocktails in style. In this way, Cocktails in the City is unique in offering its visitors a place to drink, but also socialise and simply enjoy.\r\n\r\n<strong>Event for all</strong>\r\n\r\nPerfect for cocktail connoisseurs and casual bar grazers alike, guests can discover hipster hangouts and rub shoulders with exclusive institutions as they embark on the city’s ultimate cocktail tour.\r\n\r\nMoreover – it’s not just bars that are on show. Consumers can peruse the plethora of innovative bars and discover new neighbourhoods, from atmospheric gin parlours, elusive rum dens, secret speakeasies, decadent party bars and elegant 5* hotel bars.\r\n\r\nMoreover, guests are encouraged to try their hand behind the bar, explore new trends, sip on some of the world’s newest and most premium spirit and liqueur inventions and taste unusual and rare ingredients, as Cocktails in the City takes you on a cocktail adventure through London’s drinks scene in one night, without even having to leave the building. Cocktails in the City is the capital’s most important cocktail event, where London’s most exciting bars explore the newest trends whilst showcasing their talents, and cementing their reputations.','Cocktails galore in the city','','publish','closed','open','','cocktails-galore-in-the-city','','','2018-05-04 12:08:54','2018-05-04 12:08:54','',0,'http://www.ontradeprogress.com/?p=1207',0,'post','',0),(1208,1,'2018-05-04 12:07:29','2018-05-04 12:07:29','','cocktail-photo','','inherit','closed','closed','','cocktail-photo','','','2018-05-04 12:07:29','2018-05-04 12:07:29','',1207,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/cocktail-photo.jpg',0,'attachment','image/jpeg',0),(1209,1,'2018-05-04 12:07:36','2018-05-04 12:07:36','','HjyUzrX0','','inherit','closed','closed','','hjyuzrx0','','','2018-05-04 12:07:36','2018-05-04 12:07:36','',1207,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/HjyUzrX0.html',0,'attachment','text/html',0),(1210,1,'2018-05-04 12:08:12','2018-05-04 12:08:12','','edinburgh2','','inherit','closed','closed','','edinburgh2','','','2018-05-04 12:08:12','2018-05-04 12:08:12','',1207,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/edinburgh2.jpg',0,'attachment','image/jpeg',0),(1211,1,'2018-05-04 12:08:28','2018-05-04 12:08:28','<strong>Cocktails in the City kicks off its season with sumptuous beverages in One Marylebone</strong>\r\n\r\nCocktails in the City kicked off its season with a sensational event at One Marylebone on April 7<sup>th</sup>, showcasing some of the city’s signature cocktails from an array of bars across London city. It was a bar-hopper experience, with visitors being able to sample various cocktails from different bar stands. Each had curated its own selection of signature cocktails with consumers being encouraged to get a flavour for London cocktails across the venue.\r\n\r\n<strong>A strong start</strong>\r\n\r\nIt was a beautiful spring evening for the first event in the series, which will see signature cocktails of cities such as Leeds, Edinburgh and Manchester – as well as London. With the industry continually seeking to innovate cocktails and exceed the expectations of consumers, Cocktails in the City showcased some of the best, brightest and most inventive cocktails that London can offer.\r\n\r\nOne Marylebone, an exquisite London venue, was decked out with different decorations depending on the bar stand, and welcomed bars such as The Artesian, Eve Bar, The Gibson, Coupette, Ella Canta, Mr Fogg’s, Mint Gun Club and TT Liquor. There were international bars to explore, a ‘Be the bartender’ experience in the garden, garnish and spirit workshops and interactive tasting tables as Cocktails in the City took customers on a whirlwind tour of cocktail exploration.\r\n\r\nThe most recent London event took place from April 5<sup>th</sup>-7<sup>th</sup> but there are more events set to take place still at other cities across the UK.\r\n\r\nThe organisers of Cocktails in the City also create centralised spaces for guests to relax in; in the London – Marylebone One event, there was a stunning elongated table to perch, sit or chat as visitors were able to enjoy their cocktails in style. In this way, Cocktails in the City is unique in offering its visitors a place to drink, but also socialise and simply enjoy.\r\n\r\n<strong>Event for all</strong>\r\n\r\nPerfect for cocktail connoisseurs and casual bar grazers alike, guests can discover hipster hangouts and rub shoulders with exclusive institutions as they embark on the city’s ultimate cocktail tour.\r\n\r\nMoreover – it’s not just bars that are on show. Consumers can peruse the plethora of innovative bars and discover new neighbourhoods, from atmospheric gin parlours, elusive rum dens, secret speakeasies, decadent party bars and elegant 5* hotel bars.\r\n\r\nMoreover, guests are encouraged to try their hand behind the bar, explore new trends, sip on some of the world’s newest and most premium spirit and liqueur inventions and taste unusual and rare ingredients, as Cocktails in the City takes you on a cocktail adventure through London’s drinks scene in one night, without even having to leave the building. Cocktails in the City is the capital’s most important cocktail event, where London’s most exciting bars explore the newest trends whilst showcasing their talents, and cementing their reputations.','Cocktails galore in the city','','inherit','closed','closed','','1207-revision-v1','','','2018-05-04 12:08:28','2018-05-04 12:08:28','',1207,'http://www.ontradeprogress.com/2018/05/04/1207-revision-v1/',0,'revision','',0),(1212,1,'2018-05-08 10:15:55','2018-05-08 10:15:55','<strong>A tale of success. This month, <em>On-Trade Progress </em>visits The Blind Pig to talk a rather unusual cocktail offering.</strong>\r\n\r\nNow children’s stories and cocktails may seem like two things you’d never consider pairing, but the bar team at The Blind Pig, the award-winning bar above Social Eating House has done just that. This spring, the team decided to launch ‘The Long and Short Great British Tails’ – a cocktail offering that blends beloved children’s stories with cocktails, meshing them together to create innovative and bespoke drinks that truly delight – its second menu of the series.\r\n\r\nPerhaps I’m biased, but I was immediately overwhelmed with such an offering, perusing the menu, parts of my childhood jumped out at me. <em>The Hungry Caterpillar</em>, <em>Winnie The Pooh </em>and <em>Peter Rabbit </em>are just a few of the classic children’s stories adapted into cocktails. In fact, the former is compiled of various colour alcohol-infused ice cubes stacked on top of one another to give the impression of the caterpillar itself. It’s clear that there has been an extremely methodical approach to these creations to create a true parallel to the character and feel of the stories mirrored.\r\n\r\n“We launched volume 1 last year and found that the nostalgia attached to the stories in the menu evoked a feeling of happiness and comfort, which is what we want all our guests’ experiences to be built around those emotions,” explains Jay Doy, group bar manager of The Blind Pig, reflecting on the first children’s stories theme menu released. “The drinks we as a team liked the most and felt worked the best were to drinks where the flavours were based on food items in the stories. As we work a lot across The Social Company with British food flavours and ingredients in cocktails, we wanted to take this concept further and build on the sensory experience. For volume 2 we chose only stories that were about food, had a strong food pull or made multiple references to food. We then worked on getting those flavours into the drinks and the garnished they are served with. We also created a ‘perfume’ for all the drinks that would either compliment the drink/food flavours or refer to the story.”\r\n\r\n<strong>Developing greatness</strong>\r\n\r\nOf course, it takes a lot of planning to develop a stellar line up of cocktails and for this, The Blind Pig team came together to get creative.\r\n\r\nDoy comments: “For the new drinks we started with the stories we wanted to work with, identifying the food elements in them and then we looked at how that would best be expressed in the drink. For example, when we decided to make a drink based around ‘The Tiger Who Came To Tea’, the first building block was the tiger’s milk ingredient. Tiger’s milk is a spiced/seasoned citrus marinade used for Ceviche. From there we created a drink based around Peruvian flavours and our interpretations of their ingredients, and we based the serve around a tea party/afternoon tea.”\r\n\r\nPicking the stories to produce was no easy feat, but for Doy and the team, they wanted to focus on stories written by British authors. “As part of a restaurant that focuses on British ingredients we chose to work with British authors only,” Doy explains. “Picking which stories was down to the food and drink connections we could find in them. The flavour of each drink is supposed to represent food or drink items from the stories, so many of the ingredients are either from the story or are our interpretations of them. We weren’t quite sure what a snozzcumber tasted like, but we gave it some thought.”\r\n\r\n<strong>The whole experience</strong>\r\n\r\nThe experience of ‘The Long and Short Great British Tails’ moves beyond the cocktails though and into the general experience of The Blind Pig.\r\n\r\nDoy continues: “The menu covers were designed to look like old fashioned hardback books, and we updated the food menu offerings and design, and we put together a whole new wine list to compliment the drinking culture we were trying to promote. Most importantly, we looked at and updated how we serve our guests and include them in the experience. We are way more interested in what happens outside of the glassware. The drinks and the menu are an invitation for people to try us out, we want them to return for the human element of the bar.”\r\n\r\nIf anyone knows about the “human element” to the bar experience, it’s Doy, who has been with The Social Company, under which The Blind Pig and The Social Eating House operate, for 18 months, and the group bar manager for six. He has an unconventional approach to hiring too.\r\n\r\nHe explains: “When I recruit staff for the Blind Pig I don’t ask for CVs and references. I ask people to send me an intro to themselves and why they want to work in our team, and then we select the people on their personalities. Bartending is easy, being a good host isn’t.\r\n\r\n“There is a hierarchy, and we empower the staff at different levels to not only train those below them but to also be accountable for them. My work ethos is that nothing is as fun or rewarding as work, and it isn’t done for fame and money. I try to encourage the bartenders to understand that mentality so that everything they do is because they believe it is the right way, not just because they were told to do so. The bar only works if the staff love it and want to invest in it.”\r\n\r\nThe Blind Pig brings elements of wonder and excitement with its latest cocktail offering and fuses a nostalgic experience with true quality.\r\n\r\n“It’s my favourite bar in London,” concludes Doy. “It’s exclusive without being restrictive. It’s fun and casual while taking what it does seriously. We want customers to feel like it is their own hidden gem where they know the staff and they receive a unique and individual experience. All the team have backgrounds in different styles of bars and we pool that knowledge and experience to create the bars atmospherics.\r\n\r\n“The combination of a good restaurant and a good bar is easy, making all the components of that building work well together is what makes the Blind Pig stand out. The Blind Pig is successful because the staff are given the freedom and are empowered to treat it like it is their own bar. If they love it, they will look after it and teach everyone else to love it too!”','The Blind Pig','','publish','closed','open','','venue-of-the-month-the-blind-pig','','','2018-05-08 13:46:46','2018-05-08 13:46:46','',0,'http://www.ontradeprogress.com/?p=1212',0,'post','',0),(1213,1,'2018-05-08 10:04:33','2018-05-08 10:04:33','','Blind Pig','','inherit','closed','closed','','blind-pig','','','2018-05-08 10:04:33','2018-05-08 10:04:33','',1212,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Blind-Pig.jpg',0,'attachment','image/jpeg',0),(1214,1,'2018-05-08 10:08:58','2018-05-08 10:08:58','<strong>A tale of success. This month, <em>On-Trade Progress </em>visits The Blind Pig to talk a rather unusual cocktail offering.</strong>\r\n\r\nNow children’s stories and cocktails may seem like two things you’d never consider pairing, but the bar team at The Blind Pig, the award-winning bar above Social Eating House has done just that. This spring, the team decided to launch ‘The Long and Short Great British Tails’ – a cocktail offering that blends beloved children’s stories with cocktails, meshing them together to create innovative and bespoke drinks that truly delight – its second menu of the series.\r\n\r\nPerhaps I’m biased, but I was immediately overwhelmed with such an offering, perusing the menu, parts of my childhood jumped out at me. <em>The Hungry Caterpillar</em>, <em>Winnie The Pooh </em>and <em>Peter Rabbit </em>are just a few of the classic children’s stories adapted into cocktails. In fact, the former is compiled of various colour alcohol-infused ice cubes stacked on top of one another to give the impression of the caterpillar itself. It’s clear that there has been an extremely methodical approach to these creations to create a true parallel to the character and feel of the stories mirrored.\r\n\r\n“We launched volume 1 last year and found that the nostalgia attached to the stories in the menu evoked a feeling of happiness and comfort, which is what we want all our guests’ experiences to be built around those emotions,” explains Jay Doy, group bar manager of The Blind Pig, reflecting on the first children’s stories theme menu released. “The drinks we as a team liked the most and felt worked the best were to drinks where the flavours were based on food items in the stories. As we work a lot across The Social Company with British food flavours and ingredients in cocktails, we wanted to take this concept further and build on the sensory experience. For volume 2 we chose only stories that were about food, had a strong food pull or made multiple references to food. We then worked on getting those flavours into the drinks and the garnished they are served with. We also created a ‘perfume’ for all the drinks that would either compliment the drink/food flavours or refer to the story.”\r\n\r\n<strong>Developing greatness</strong>\r\n\r\nOf course, it takes a lot of planning to develop a stellar line up of cocktails and for this, The Blind Pig team came together to get creative.\r\n\r\nDoy comments: “For the new drinks we started with the stories we wanted to work with, identifying the food elements in them and then we looked at how that would best be expressed in the drink. For example, when we decided to make a drink based around ‘The Tiger Who Came To Tea’, the first building block was the tiger’s milk ingredient. Tiger’s milk is a spiced/seasoned citrus marinade used for Ceviche. From there we created a drink based around Peruvian flavours and our interpretations of their ingredients, and we based the serve around a tea party/afternoon tea.”\r\n\r\nPicking the stories to produce was no easy feat, but for Doy and the team, they wanted to focus on stories written by British authors. “As part of a restaurant that focuses on British ingredients we chose to work with British authors only,” Doy explains. “Picking which stories was down to the food and drink connections we could find in them. The flavour of each drink is supposed to represent food or drink items from the stories, so many of the ingredients are either from the story or are our interpretations of them. We weren’t quite sure what a snozzcumber tasted like, but we gave it some thought.”\r\n\r\n<strong>The whole experience</strong>\r\n\r\nThe experience of ‘The Long and Short Great British Tails’ moves beyond the cocktails though and into the general experience of The Blind Pig.\r\n\r\nDoy continues: “The menu covers were designed to look like old fashioned hardback books, and we updated the food menu offerings and design, and we put together a whole new wine list to compliment the drinking culture we were trying to promote. Most importantly, we looked at and updated how we serve our guests and include them in the experience. We are way more interested in what happens outside of the glassware. The drinks and the menu are an invitation for people to try us out, we want them to return for the human element of the bar.”\r\n\r\nIf anyone knows about the “human element” to the bar experience, it’s Doy, who has been with The Social Company, under which The Blind Pig and The Social Eating House operate, for 18 months, and the group bar manager for six. He has an unconventional approach to hiring too.\r\n\r\nHe explains: “When I recruit staff for the Blind Pig I don’t ask for CVs and references. I ask people to send me an intro to themselves and why they want to work in our team, and then we select the people on their personalities. Bartending is easy, being a good host isn’t.\r\n\r\n“There is a hierarchy, and we empower the staff at different levels to not only train those below them but to also be accountable for them. My work ethos is that nothing is as fun or rewarding as work, and it isn’t done for fame and money. I try to encourage the bartenders to understand that mentality so that everything they do is because they believe it is the right way, not just because they were told to do so. The bar only works if the staff love it and want to invest in it.”\r\n\r\nThe Blind Pig brings elements of wonder and excitement with its latest cocktail offering and fuses a nostalgic experience with true quality.\r\n\r\n“It’s my favourite bar in London,” concludes Doy. “It’s exclusive without being restrictive. It’s fun and casual while taking what it does seriously. We want customers to feel like it is their own hidden gem where they know the staff and they receive a unique and individual experience. All the team have backgrounds in different styles of bars and we pool that knowledge and experience to create the bars atmospherics.\r\n\r\n“The combination of a good restaurant and a good bar is easy, making all the components of that building work well together is what makes the Blind Pig stand out. The Blind Pig is successful because the staff are given the freedom and are empowered to treat it like it is their own bar. If they love it, they will look after it and teach everyone else to love it too!”','Venue of the Month - The Blind Pig','','inherit','closed','closed','','1212-revision-v1','','','2018-05-08 10:08:58','2018-05-08 10:08:58','',1212,'http://www.ontradeprogress.com/2018/05/08/1212-revision-v1/',0,'revision','',0),(1215,1,'2018-05-08 10:40:00','2018-05-08 10:40:00','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"176\" height=\"139\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','publish','closed','open','','artis-homme-femme-wine-decanters','','','2018-05-08 10:40:00','2018-05-08 10:40:00','',0,'http://www.ontradeprogress.com/?p=1215',0,'post','',0),(1216,1,'2018-05-08 10:30:52','2018-05-08 10:30:52','','Homme & femme 2 (2)','','inherit','closed','closed','','homme-femme-2-2','','','2018-05-08 10:30:52','2018-05-08 10:30:52','',1215,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2.jpg',0,'attachment','image/jpeg',0),(1217,1,'2018-05-08 10:31:01','2018-05-08 10:31:01','','Homme & femme 4 (2)','','inherit','closed','closed','','homme-femme-4-2','','','2018-05-08 10:31:01','2018-05-08 10:31:01','',1215,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2.jpg',0,'attachment','image/jpeg',0),(1218,1,'2018-05-08 10:31:07','2018-05-08 10:31:07','','Homme & femme 4 (1)','','inherit','closed','closed','','homme-femme-4-1','','','2018-05-08 10:31:07','2018-05-08 10:31:07','',1215,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-1.jpg',0,'attachment','image/jpeg',0),(1219,1,'2018-05-08 10:35:36','2018-05-08 10:35:36','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"77\" height=\"73\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:35:36','2018-05-08 10:35:36','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1220,1,'2018-05-08 10:36:03','2018-05-08 10:36:03','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"98\" height=\"93\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:36:03','2018-05-08 10:36:03','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1221,1,'2018-05-08 10:36:17','2018-05-08 10:36:17','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"57\" height=\"54\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:36:17','2018-05-08 10:36:17','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1222,1,'2018-05-08 10:36:30','2018-05-08 10:36:30','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"111\" height=\"105\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\n&nbsp;\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:36:30','2018-05-08 10:36:30','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1223,1,'2018-05-08 10:36:41','2018-05-08 10:36:41','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"111\" height=\"105\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:36:41','2018-05-08 10:36:41','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1224,1,'2018-05-08 10:37:04','2018-05-08 10:37:04','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"96\" height=\"92\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:37:04','2018-05-08 10:37:04','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1225,1,'2018-05-08 10:37:16','2018-05-08 10:37:16','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet <img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:37:16','2018-05-08 10:37:16','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1226,1,'2018-05-08 10:37:43','2018-05-08 10:37:43','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"152\" height=\"120\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list p<img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"151\" height=\"118\" />rice of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:37:43','2018-05-08 10:37:43','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1227,1,'2018-05-08 10:38:27','2018-05-08 10:38:27','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"204\" height=\"162\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list p<img class=\"alignleft  wp-image-1217\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-4-2-1024x804.jpg\" alt=\"\" width=\"199\" height=\"156\" />rice of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:38:27','2018-05-08 10:38:27','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1228,1,'2018-05-08 10:38:51','2018-05-08 10:38:51','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"118\" height=\"93\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:38:51','2018-05-08 10:38:51','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1229,1,'2018-05-08 10:39:06','2018-05-08 10:39:06','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"136\" height=\"107\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:39:06','2018-05-08 10:39:06','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1230,1,'2018-05-08 10:39:17','2018-05-08 10:39:17','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"149\" height=\"118\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:39:17','2018-05-08 10:39:17','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1231,1,'2018-05-08 10:39:32','2018-05-08 10:39:32','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"135\" height=\"128\" />\r\n\r\n<strong>‘HOMME &amp; FEMME’ DECANTERS </strong><strong>DIFFERENT SHAPES FOR DIFFERENT GRAPE. </strong>\r\n\r\nArtis, the leading distributor to the foodservice industry of glass- and tableware, has launched a matching pair of wine decanters, Homme &amp; Femme from Royal Leerdam. These hand-crafted decanters are designed to optimally develop the notes and tastes of different types of wines.\r\n\r\n<strong>HOMME &amp; FEMME</strong>\r\n\r\nIt has been a known fact for some years now that the shape of a wine glass can affect the taste and aroma of fine wines. Now Royal Leerdam is applying that same science to decanters and has included this matching pair, Homme &amp; Femme, in its recently launched 2018 catalogue.\r\n\r\n<img class=\"alignleft  wp-image-1216\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Homme-femme-2-2-1024x810.jpg\" alt=\"\" width=\"176\" height=\"139\" />Decanter Homme, with its bold shapes and strong high shoulders, is specially designed to allow powerful, spicy and complex wines to interact with oxygen. The distinctive shape allows room for the oxygen to circulate and is suitable for both red and white grape varieties. Examples of suitable varieties include: heavy-oaked Chardonnay; Tempranillo (Gran) Reserva; Sangiovese; Grenache; Syrah, Moevèdre; Pinotage; Cabernet Sauvignon and Touriga Nacional.\r\n\r\nDecanter Femme has an elegant form, reminiscent of the graceful lines of a stylish ball gown. The femme shape means the wine will interact with oxygen in a controlled manner. The tapered design keeps the wine’s aromas compact and its acidity fresh and non-alcoholic. Artis recommends using the Femme for complex, young, fruity, and full-bodied wines, such as: oaked Chardonnay; oaked Chenin Blanc; oaked Viognier; Marsanne; Roussanne; Malbec; Carménère; Merlot; Tempranillo Crianza; Shiraz; Zweigelt; Primitivo, and Nebbiolo. In each case, optimal pouring is ensured by a deep punt at the base of the decanter, which allows for comfortable holding, and a slender neck which ensures that the wine can easily be poured without dripping. Each has a list price of £21.49.\r\n\r\nThe decanters feature, together with a myriad of other glassware options, in the recently launched 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Artis - \'Homme & Femme\' wine decanters','','inherit','closed','closed','','1215-revision-v1','','','2018-05-08 10:39:32','2018-05-08 10:39:32','',1215,'http://www.ontradeprogress.com/2018/05/08/1215-revision-v1/',0,'revision','',0),(1232,1,'2018-05-08 13:02:33','2018-05-08 13:02:33','<strong>The NEW Hendi digital blender with noise cover can be used to prepare a wide range of products including fruits, vegetables, cocktails, smoothies, desserts and even crushed ice.</strong>\r\n\r\nThe unit comes with a detachable 2.5l break-resistant polycarbonate jug that can withstand temperatures of -40?c up to 90?c, a firm lid made from PBT and a small polycarbonate lid cover. The noise cover is also manufactured from polycarbonate and ensures quieter operation. For added safety, the blender will only work when the cover is completely closed.\r\n\r\nIn addition to a digital control panel which has touch controls for three power settings, three time settings and a pulse function, the unit also comes with a titanium coated, replaceable stainless steel knife which can be driven from 8350 RPM up to 24800 RPM (without load). Equipped with over-heat and over-current protection the unit comes with a commercial 1 year warranty.\r\n\r\nGiven that it will happily prepare fruit and vegetables, crush ice and mix drinks this unit is suitable for a very wide range of operators. Pubs and bars could use it for preparing cocktails, whilst a sandwich or snack bar could rely on it to produce smoothies and milkshakes.\r\n\r\nThe new Hendi digital blender with noise cover is available now priced at £431.89 + VAT. For further information on this product or any other products in the Hendi UK range please visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 0143200.','Hendi UK launches new digital blenders','','publish','closed','open','','hendi-uk-launches-new-digital-blenders','','','2018-05-08 13:02:33','2018-05-08 13:02:33','',0,'http://www.ontradeprogress.com/?p=1232',0,'post','',0),(1233,1,'2018-05-08 13:00:53','2018-05-08 13:00:53','','Hendi Digital Blender With Noise Cover','','inherit','closed','closed','','hendi-digital-blender-with-noise-cover','','','2018-05-08 13:00:53','2018-05-08 13:00:53','',1232,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hendi-Digital-Blender-With-Noise-Cover.jpg',0,'attachment','image/jpeg',0),(1234,1,'2018-05-08 13:01:14','2018-05-08 13:01:14','<strong>The NEW Hendi digital blender with noise cover can be used to prepare a wide range of products including fruits, vegetables, cocktails, smoothies, desserts and even crushed ice.</strong>\r\n\r\nThe unit comes with a detachable 2.5l break-resistant polycarbonate jug that can withstand temperatures of -40?c up to 90?c, a firm lid made from PBT and a small polycarbonate lid cover. The noise cover is also manufactured from polycarbonate and ensures quieter operation. For added safety, the blender will only work when the cover is completely closed.\r\n\r\nIn addition to a digital control panel which has touch controls for three power settings, three time settings and a pulse function, the unit also comes with a titanium coated, replaceable stainless steel knife which can be driven from 8350 RPM up to 24800 RPM (without load). Equipped with over-heat and over-current protection the unit comes with a commercial 1 year warranty.\r\n\r\nGiven that it will happily prepare fruit and vegetables, crush ice and mix drinks this unit is suitable for a very wide range of operators. Pubs and bars could use it for preparing cocktails, whilst a sandwich or snack bar could rely on it to produce smoothies and milkshakes.\r\n\r\nThe new Hendi digital blender with noise cover is available now priced at £431.89 + VAT. For further information on this product or any other products in the Hendi UK range please visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 0143200.','Hendi UK launches new digital blenders','','inherit','closed','closed','','1232-revision-v1','','','2018-05-08 13:01:14','2018-05-08 13:01:14','',1232,'http://www.ontradeprogress.com/2018/05/08/1232-revision-v1/',0,'revision','',0),(1235,1,'2018-05-08 13:27:22','2018-05-08 13:27:22','<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\"><img class=\"alignleft wp-image-1236\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Hoppy-Ever-After-814x1024.jpg\" alt=\"\" width=\"176\" height=\"221\" /></span><strong><span style=\"font-family: \'Arial\', sans-serif;\">Pubgoers across the South East will be toasting the Royal Wedding later this month with a pint of ‘Hoppy </span></strong><strong><span style=\"font-family: \'Arial\', sans-serif;\">Ever After\', a limited edition ale brewed by Hogs Back Brewery, based near Farnham, to mark the happy occasion.</span></strong></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever Aft</span><span style=\"font-family: \'Arial\',sans-serif;\">er is a refreshing, 4% ABV golden ale with strong citrus and floral notes.  The brew uses Centennial hops from the USA as well as home-grown English Cascade, making it the perfect beer to mark the transatlantic union between Prince Harry and Meghan Markle.  It is available on draught only as part of Hogs Back\'s Limited Edition range of beers.</span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hogs Back Brewery managing director Rupert Thompson said, \"Throughout history, beers have been brewed to mark Royal occasions and indeed our own MAJEST.E.A was a popular commemoration of the Queen\'s Diamond Jubilee.\" </span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">\"We\'re therefore delighted to be celebrating the forthcoming Royal Wedding with Hoppy Ever After, which is a perfect pairing of the USA and England, just like the marriage itself.  We\'re sure that customers in pubs across our south east heartland will be raising a glass of this refreshing, flavourful ale in a toast to the happy couple. \"</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever After is part of Hogs Back Brewery\'s limited edition cask ale programme and is available to pubs throughout May.</span></p>','Hoppy Ever After: Hogs Back toasts Royal Wedding','','publish','closed','open','','hoppy-ever-after-hogs-back-toasts-royal-wedding','','','2018-05-08 13:28:12','2018-05-08 13:28:12','',0,'http://www.ontradeprogress.com/?p=1235',0,'post','',0),(1236,1,'2018-05-08 13:25:12','2018-05-08 13:25:12','','Hoppy Ever After concept final','','inherit','closed','closed','','hoppy-ever-after-concept-final','','','2018-05-08 13:25:12','2018-05-08 13:25:12','',1235,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Hoppy-Ever-After.jpg',0,'attachment','image/jpeg',0),(1237,1,'2018-05-08 13:26:02','2018-05-08 13:26:02','<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\"><img class=\"alignleft  wp-image-1236\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Hoppy-Ever-After-814x1024.jpg\" alt=\"\" width=\"208\" height=\"262\" /></span><strong><span style=\"font-family: \'Arial\', sans-serif;\">Pubgoers across the South East will be toasting the Royal Wedding later this month with a pint of ‘Hoppy </span></strong><strong><span style=\"font-family: \'Arial\', sans-serif;\">Ever After\', a limited edition ale brewed by Hogs Back Brewery, based near Farnham, to mark the happy occasion.</span></strong></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever Aft</span><span style=\"font-family: \'Arial\',sans-serif;\">er is a refreshing, 4% ABV golden ale with strong citrus and floral notes.  The brew uses Centennial hops from the USA as well as home-grown English Cascade, making it the perfect beer to mark the transatlantic union between Prince Harry and Meghan Markle.  It is available on draught only as part of Hogs Back\'s Limited Edition range of beers.</span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hogs Back Brewery managing director Rupert Thompson said, \"Throughout history, beers have been brewed to mark Royal occasions and indeed our own MAJEST.E.A was a popular commemoration of the Queen\'s Diamond Jubilee.\" </span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">\"We\'re therefore delighted to be celebrating the forthcoming Royal Wedding with Hoppy Ever After, which is a perfect pairing of the USA and England, just like the marriage itself.  We\'re sure that customers in pubs across our south east heartland will be raising a glass of this refreshing, flavourful ale in a toast to the happy couple. \"</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever After is part of Hogs Back Brewery\'s limited edition cask ale programme and is available to pubs throughout May.</span></p>','Hoppy Ever After: Hogs Back toasts Royal Wedding','','inherit','closed','closed','','1235-revision-v1','','','2018-05-08 13:26:02','2018-05-08 13:26:02','',1235,'http://www.ontradeprogress.com/2018/05/08/1235-revision-v1/',0,'revision','',0),(1238,1,'2018-05-08 13:26:42','2018-05-08 13:26:42','<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\"><img class=\"alignleft  wp-image-1236\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Hoppy-Ever-After-814x1024.jpg\" alt=\"\" width=\"190\" height=\"239\" /></span><strong><span style=\"font-family: \'Arial\', sans-serif;\">Pubgoers across the South East will be toasting the Royal Wedding later this month with a pint of ‘Hoppy </span></strong><strong><span style=\"font-family: \'Arial\', sans-serif;\">Ever After\', a limited edition ale brewed by Hogs Back Brewery, based near Farnham, to mark the happy occasion.</span></strong></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever Aft</span><span style=\"font-family: \'Arial\',sans-serif;\">er is a refreshing, 4% ABV golden ale with strong citrus and floral notes.  The brew uses Centennial hops from the USA as well as home-grown English Cascade, making it the perfect beer to mark the transatlantic union between Prince Harry and Meghan Markle.  It is available on draught only as part of Hogs Back\'s Limited Edition range of beers.</span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hogs Back Brewery managing director Rupert Thompson said, \"Throughout history, beers have been brewed to mark Royal occasions and indeed our own MAJEST.E.A was a popular commemoration of the Queen\'s Diamond Jubilee.\" </span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">\"We\'re therefore delighted to be celebrating the forthcoming Royal Wedding with Hoppy Ever After, which is a perfect pairing of the USA and England, just like the marriage itself.  We\'re sure that customers in pubs across our south east heartland will be raising a glass of this refreshing, flavourful ale in a toast to the happy couple. \"</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever After is part of Hogs Back Brewery\'s limited edition cask ale programme and is available to pubs throughout May.</span></p>','Hoppy Ever After: Hogs Back toasts Royal Wedding','','inherit','closed','closed','','1235-revision-v1','','','2018-05-08 13:26:42','2018-05-08 13:26:42','',1235,'http://www.ontradeprogress.com/2018/05/08/1235-revision-v1/',0,'revision','',0),(1239,1,'2018-05-08 13:26:55','2018-05-08 13:26:55','<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\"><img class=\"alignleft  wp-image-1236\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Hoppy-Ever-After-814x1024.jpg\" alt=\"\" width=\"176\" height=\"221\" /></span><strong><span style=\"font-family: \'Arial\', sans-serif;\">Pubgoers across the South East will be toasting the Royal Wedding later this month with a pint of ‘Hoppy </span></strong><strong><span style=\"font-family: \'Arial\', sans-serif;\">Ever After\', a limited edition ale brewed by Hogs Back Brewery, based near Farnham, to mark the happy occasion.</span></strong></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever Aft</span><span style=\"font-family: \'Arial\',sans-serif;\">er is a refreshing, 4% ABV golden ale with strong citrus and floral notes.  The brew uses Centennial hops from the USA as well as home-grown English Cascade, making it the perfect beer to mark the transatlantic union between Prince Harry and Meghan Markle.  It is available on draught only as part of Hogs Back\'s Limited Edition range of beers.</span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hogs Back Brewery managing director Rupert Thompson said, \"Throughout history, beers have been brewed to mark Royal occasions and indeed our own MAJEST.E.A was a popular commemoration of the Queen\'s Diamond Jubilee.\" </span></p>\r\n<p style=\"line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">\"We\'re therefore delighted to be celebrating the forthcoming Royal Wedding with Hoppy Ever After, which is a perfect pairing of the USA and England, just like the marriage itself.  We\'re sure that customers in pubs across our south east heartland will be raising a glass of this refreshing, flavourful ale in a toast to the happy couple. \"</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Hoppy Ever After is part of Hogs Back Brewery\'s limited edition cask ale programme and is available to pubs throughout May.</span></p>','Hoppy Ever After: Hogs Back toasts Royal Wedding','','inherit','closed','closed','','1235-revision-v1','','','2018-05-08 13:26:55','2018-05-08 13:26:55','',1235,'http://www.ontradeprogress.com/2018/05/08/1235-revision-v1/',0,'revision','',0),(1240,1,'2018-05-08 13:30:20','2018-05-08 13:30:20','<strong>A tale of success. This month, <em>On-Trade Progress </em>visits The Blind Pig to talk a rather unusual cocktail offering.</strong>\r\n\r\nNow children’s stories and cocktails may seem like two things you’d never consider pairing, but the bar team at The Blind Pig, the award-winning bar above Social Eating House has done just that. This spring, the team decided to launch ‘The Long and Short Great British Tails’ – a cocktail offering that blends beloved children’s stories with cocktails, meshing them together to create innovative and bespoke drinks that truly delight – its second menu of the series.\r\n\r\nPerhaps I’m biased, but I was immediately overwhelmed with such an offering, perusing the menu, parts of my childhood jumped out at me. <em>The Hungry Caterpillar</em>, <em>Winnie The Pooh </em>and <em>Peter Rabbit </em>are just a few of the classic children’s stories adapted into cocktails. In fact, the former is compiled of various colour alcohol-infused ice cubes stacked on top of one another to give the impression of the caterpillar itself. It’s clear that there has been an extremely methodical approach to these creations to create a true parallel to the character and feel of the stories mirrored.\r\n\r\n“We launched volume 1 last year and found that the nostalgia attached to the stories in the menu evoked a feeling of happiness and comfort, which is what we want all our guests’ experiences to be built around those emotions,” explains Jay Doy, group bar manager of The Blind Pig, reflecting on the first children’s stories theme menu released. “The drinks we as a team liked the most and felt worked the best were to drinks where the flavours were based on food items in the stories. As we work a lot across The Social Company with British food flavours and ingredients in cocktails, we wanted to take this concept further and build on the sensory experience. For volume 2 we chose only stories that were about food, had a strong food pull or made multiple references to food. We then worked on getting those flavours into the drinks and the garnished they are served with. We also created a ‘perfume’ for all the drinks that would either compliment the drink/food flavours or refer to the story.”\r\n\r\n<strong>Developing greatness</strong>\r\n\r\nOf course, it takes a lot of planning to develop a stellar line up of cocktails and for this, The Blind Pig team came together to get creative.\r\n\r\nDoy comments: “For the new drinks we started with the stories we wanted to work with, identifying the food elements in them and then we looked at how that would best be expressed in the drink. For example, when we decided to make a drink based around ‘The Tiger Who Came To Tea’, the first building block was the tiger’s milk ingredient. Tiger’s milk is a spiced/seasoned citrus marinade used for Ceviche. From there we created a drink based around Peruvian flavours and our interpretations of their ingredients, and we based the serve around a tea party/afternoon tea.”\r\n\r\nPicking the stories to produce was no easy feat, but for Doy and the team, they wanted to focus on stories written by British authors. “As part of a restaurant that focuses on British ingredients we chose to work with British authors only,” Doy explains. “Picking which stories was down to the food and drink connections we could find in them. The flavour of each drink is supposed to represent food or drink items from the stories, so many of the ingredients are either from the story or are our interpretations of them. We weren’t quite sure what a snozzcumber tasted like, but we gave it some thought.”\r\n\r\n<strong>The whole experience</strong>\r\n\r\nThe experience of ‘The Long and Short Great British Tails’ moves beyond the cocktails though and into the general experience of The Blind Pig.\r\n\r\nDoy continues: “The menu covers were designed to look like old fashioned hardback books, and we updated the food menu offerings and design, and we put together a whole new wine list to compliment the drinking culture we were trying to promote. Most importantly, we looked at and updated how we serve our guests and include them in the experience. We are way more interested in what happens outside of the glassware. The drinks and the menu are an invitation for people to try us out, we want them to return for the human element of the bar.”\r\n\r\nIf anyone knows about the “human element” to the bar experience, it’s Doy, who has been with The Social Company, under which The Blind Pig and The Social Eating House operate, for 18 months, and the group bar manager for six. He has an unconventional approach to hiring too.\r\n\r\nHe explains: “When I recruit staff for the Blind Pig I don’t ask for CVs and references. I ask people to send me an intro to themselves and why they want to work in our team, and then we select the people on their personalities. Bartending is easy, being a good host isn’t.\r\n\r\n“There is a hierarchy, and we empower the staff at different levels to not only train those below them but to also be accountable for them. My work ethos is that nothing is as fun or rewarding as work, and it isn’t done for fame and money. I try to encourage the bartenders to understand that mentality so that everything they do is because they believe it is the right way, not just because they were told to do so. The bar only works if the staff love it and want to invest in it.”\r\n\r\nThe Blind Pig brings elements of wonder and excitement with its latest cocktail offering and fuses a nostalgic experience with true quality.\r\n\r\n“It’s my favourite bar in London,” concludes Doy. “It’s exclusive without being restrictive. It’s fun and casual while taking what it does seriously. We want customers to feel like it is their own hidden gem where they know the staff and they receive a unique and individual experience. All the team have backgrounds in different styles of bars and we pool that knowledge and experience to create the bars atmospherics.\r\n\r\n“The combination of a good restaurant and a good bar is easy, making all the components of that building work well together is what makes the Blind Pig stand out. The Blind Pig is successful because the staff are given the freedom and are empowered to treat it like it is their own bar. If they love it, they will look after it and teach everyone else to love it too!”','The Blind Pig','','inherit','closed','closed','','1212-revision-v1','','','2018-05-08 13:30:20','2018-05-08 13:30:20','',1212,'http://www.ontradeprogress.com/2018/05/08/1212-revision-v1/',0,'revision','',0),(1241,1,'2018-05-08 13:39:35','2018-05-08 13:39:35','<strong>A new think tank report by Sky and UKHospitality, published today, has hailed technology as essential in creating a defining home-from-home experience, with Wi-Fi and TV topping the list of must-have amenities.</strong>\r\n\r\n<a href=\"http://bit.ly/2HORyOV\">Home Away from Home</a> was produced to provide hoteliers with a better understanding of the needs of hotel visitors when considering investments and improvements. According to this report, 76 per cent of travellers choose accommodation based on amenities.\r\n\r\nInvesting in technology can help hoteliers secure business and provide a seamless home away from home experience. The report found that having Sky premium entertainment in the room can increase visitors’ spend and make them more likely to return.\r\n\r\nThe report also predicted smart concierge apps, wireless charging and the Internet of Things - the interconnection of various devices that allows them to share and receive information between each other – as future trends to be considered for investment. Further down the line, artificial intelligence as well as virtual and augmented realities are trends hotels should watch over the next five years.\r\n\r\n<strong>Bronwyn de Cholewa, Director of Hotel said</strong>: “Hoteliers need to adapt to how their customers are evolving and embracing technology can be of huge benefit. The research in this report demonstrates the latest trends and which technological luxuries could become the essentials of the future. This report mentions that customers are increasingly expecting the same level of technology they enjoy at home. Sky is dedicated to helping hoteliers create that perfect home from home experience with Sky Select and Sky In-Room, allowing hotel guests to view all their preferred sport, movie and entertainment content in stunning HD.”\r\n\r\n<strong>Kate Nicholls, UKHospitality Chief Executive, said:</strong> “From rooms with automatic lighting to those with personalised temperature settings, hotels have often set the standards when it comes to amenities. Investment in technology can be expensive and hotels will be weighing up the longevity and return of such investments. This report gives hoteliers a good indication of what customers expect from hotel stays and it shows that, in addition to the ‘basic’ must-haves, Wi-Fi and TV are the two essential items where hotelier’s investment should be concentrated.”','The ‘must have’ amenities for hotel guests','','publish','closed','open','','the-must-have-amenities-for-hotel-guests','','','2018-05-08 13:42:22','2018-05-08 13:42:22','',0,'http://www.ontradeprogress.com/?p=1241',0,'post','',0),(1242,1,'2018-05-08 13:39:17','2018-05-08 13:39:17','<strong>A new think tank report by Sky and UKHospitality, published today, has hailed technology as essential in creating a defining home-from-home experience, with Wi-Fi and TV topping the list of must-have amenities.</strong>\r\n\r\n<a href=\"http://bit.ly/2HORyOV\">Home Away from Home</a> was produced to provide hoteliers with a better understanding of the needs of hotel visitors when considering investments and improvements. According to this report, 76 per cent of travellers choose accommodation based on amenities.\r\n\r\nInvesting in technology can help hoteliers secure business and provide a seamless home away from home experience. The report found that having Sky premium entertainment in the room can increase visitors’ spend and make them more likely to return.\r\n\r\nThe report also predicted smart concierge apps, wireless charging and the Internet of Things - the interconnection of various devices that allows them to share and receive information between each other – as future trends to be considered for investment. Further down the line, artificial intelligence as well as virtual and augmented realities are trends hotels should watch over the next five years.\r\n\r\n<strong>Bronwyn de Cholewa, Director of Hotel said</strong>: “Hoteliers need to adapt to how their customers are evolving and embracing technology can be of huge benefit. The research in this report demonstrates the latest trends and which technological luxuries could become the essentials of the future. This report mentions that customers are increasingly expecting the same level of technology they enjoy at home. Sky is dedicated to helping hoteliers create that perfect home from home experience with Sky Select and Sky In-Room, allowing hotel guests to view all their preferred sport, movie and entertainment content in stunning HD.”\r\n\r\n<strong>Kate Nicholls, UKHospitality Chief Executive, said:</strong> “From rooms with automatic lighting to those with personalised temperature settings, hotels have often set the standards when it comes to amenities. Investment in technology can be expensive and hotels will be weighing up the longevity and return of such investments. This report gives hoteliers a good indication of what customers expect from hotel stays and it shows that, in addition to the ‘basic’ must-haves, Wi-Fi and TV are the two essential items where hotelier’s investment should be concentrated.”','The ‘must have’ amenities for hotel guests','','inherit','closed','closed','','1241-revision-v1','','','2018-05-08 13:39:17','2018-05-08 13:39:17','',1241,'http://www.ontradeprogress.com/2018/05/08/1241-revision-v1/',0,'revision','',0),(1243,1,'2018-05-08 13:41:55','2018-05-08 13:41:55','','UKHospitaity- white background (002)','','inherit','closed','closed','','ukhospitaity-white-background-002','','','2018-05-08 13:41:55','2018-05-08 13:41:55','',1241,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/UKHospitaity-white-background-002.png',0,'attachment','image/png',0),(1244,1,'2018-05-08 13:42:07','2018-05-08 13:42:07','<strong>A new think tank report by Sky and UKHospitality, published today, has hailed technology as essential in creating a defining home-from-home experience, with Wi-Fi and TV topping the list of must-have amenities.</strong>\r\n\r\n<a href=\"http://bit.ly/2HORyOV\">Home Away from Home</a> was produced to provide hoteliers with a better understanding of the needs of hotel visitors when considering investments and improvements. According to this report, 76 per cent of travellers choose accommodation based on amenities.\r\n\r\nInvesting in technology can help hoteliers secure business and provide a seamless home away from home experience. The report found that having Sky premium entertainment in the room can increase visitors’ spend and make them more likely to return.\r\n\r\nThe report also predicted smart concierge apps, wireless charging and the Internet of Things - the interconnection of various devices that allows them to share and receive information between each other – as future trends to be considered for investment. Further down the line, artificial intelligence as well as virtual and augmented realities are trends hotels should watch over the next five years.\r\n\r\n<strong>Bronwyn de Cholewa, Director of Hotel said</strong>: “Hoteliers need to adapt to how their customers are evolving and embracing technology can be of huge benefit. The research in this report demonstrates the latest trends and which technological luxuries could become the essentials of the future. This report mentions that customers are increasingly expecting the same level of technology they enjoy at home. Sky is dedicated to helping hoteliers create that perfect home from home experience with Sky Select and Sky In-Room, allowing hotel guests to view all their preferred sport, movie and entertainment content in stunning HD.”\r\n\r\n<strong>Kate Nicholls, UKHospitality Chief Executive, said:</strong> “From rooms with automatic lighting to those with personalised temperature settings, hotels have often set the standards when it comes to amenities. Investment in technology can be expensive and hotels will be weighing up the longevity and return of such investments. This report gives hoteliers a good indication of what customers expect from hotel stays and it shows that, in addition to the ‘basic’ must-haves, Wi-Fi and TV are the two essential items where hotelier’s investment should be concentrated.”','The ‘must have’ amenities for hotel guests','','inherit','closed','closed','','1241-autosave-v1','','','2018-05-08 13:42:07','2018-05-08 13:42:07','',1241,'http://www.ontradeprogress.com/2018/05/08/1241-autosave-v1/',0,'revision','',0),(1245,1,'2018-05-08 14:07:02','2018-05-08 14:07:02','<strong>Country Range Bolsters Portfolio with Launch of Sweet Potato Fries.</strong>\r\n\r\nWith loaded or dirty fries popping up on menus all over the country, leading independent foodservice brand Country Range is looking to make it easier for operators to take advantage of the trend by adding Sweet Potato Fries to its growing portfolio of products.\r\n\r\nThe new on trend product is available immediately through the 12 independent wholesalers who make up the group.Sweet potato fries offer operators an extra level of customisation and differentiation to their menus, as well as being marginally healthier than standard fries due to their carbohydrate content.\r\n\r\nCountry Range Sweet Potato Fries - <em>Sweet potato is the modern day king of the potatoes and sweet potato fries are the growing on-trend must-have for caterers. Available in 2.5kg bags in cases of 4 costing approximately £7.70.</em>\r\n\r\nCountry Range Group’s Trading Director Martin Ward commented: “Serving uninspiring and boring fries can ruin a good meal and we’re now seeing chefs and operators being far more creative with the type of potato products that they serve. Inspiration has been taken from the States but now seeing loaded fries on menus is a regular occurrence and proving extremely popular with consumers. Our new sweet potato fries not only appeal to the health conscious consumer but are also ideal to help operators increase their profit margins.”\r\n\r\n<strong>About Country Range</strong>\r\n\r\nWith more than 25 years of heritage servicing the UK’s innovative foodservice sector, Country Range is the leading independent foodservice brand and now offers over 850 products, all developed exclusively for professional caterers. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour. The brand is developed and produced by the Country Range Group and is distributed exclusively by the 12 independent wholesalers that make up the Group.\r\n\r\n<strong>Country Range Student Chef Challenge</strong>\r\n\r\nThe brand is lead sponsor of the prestigious Country Range Student Chef Challenge and is committed to working with the Craft Guild of Chefs, colleges and lecturers to provide a platform for the next generation of chefs. An eagerly anticipated fixture on the catering industry’s calendar, the Country Range Student Chef Challenge 2018 competition Live Grand Final will took place on Wednesday 7th March at Hotelympia 2018 with a team from the City of Glasgow College being declared the winners. For more info visit - <a href=\"http://www.countryrangestudentchef.co.uk/\">www.countryrangestudentchef.co.uk</a>.\r\n\r\n<strong>Contact Details</strong>\r\n\r\nWebsite: <a href=\"http://www.countryrange.co.uk/\"><u>www.countryrange.co.uk</u></a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range launch their sweet potato fries','','publish','closed','open','','country-range-bolsters-portfolio-with-launch-of-sweet-potato-fries','','','2018-05-08 14:07:02','2018-05-08 14:07:02','',0,'http://www.ontradeprogress.com/?p=1245',0,'post','',0),(1246,1,'2018-05-08 14:06:25','2018-05-08 14:06:25','','COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 12.10.2017)','COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 12.10.2017)','inherit','closed','closed','','country-range-group-food-shoot-with-paul-dickson-12-10-2017','','','2018-05-08 14:06:25','2018-05-08 14:06:25','',1245,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/DIRTY-SWEET-FRIES.jpg',0,'attachment','image/jpeg',0),(1247,1,'2018-05-08 14:06:42','2018-05-08 14:06:42','<strong>Country Range Bolsters Portfolio with Launch of Sweet Potato Fries.</strong>\r\n\r\nWith loaded or dirty fries popping up on menus all over the country, leading independent foodservice brand Country Range is looking to make it easier for operators to take advantage of the trend by adding Sweet Potato Fries to its growing portfolio of products.\r\n\r\nThe new on trend product is available immediately through the 12 independent wholesalers who make up the group.Sweet potato fries offer operators an extra level of customisation and differentiation to their menus, as well as being marginally healthier than standard fries due to their carbohydrate content.\r\n\r\nCountry Range Sweet Potato Fries - <em>Sweet potato is the modern day king of the potatoes and sweet potato fries are the growing on-trend must-have for caterers. Available in 2.5kg bags in cases of 4 costing approximately £7.70.</em>\r\n\r\nCountry Range Group’s Trading Director Martin Ward commented: “Serving uninspiring and boring fries can ruin a good meal and we’re now seeing chefs and operators being far more creative with the type of potato products that they serve. Inspiration has been taken from the States but now seeing loaded fries on menus is a regular occurrence and proving extremely popular with consumers. Our new sweet potato fries not only appeal to the health conscious consumer but are also ideal to help operators increase their profit margins.”\r\n\r\n<strong>About Country Range</strong>\r\n\r\nWith more than 25 years of heritage servicing the UK’s innovative foodservice sector, Country Range is the leading independent foodservice brand and now offers over 850 products, all developed exclusively for professional caterers. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour. The brand is developed and produced by the Country Range Group and is distributed exclusively by the 12 independent wholesalers that make up the Group.\r\n\r\n<strong>Country Range Student Chef Challenge</strong>\r\n\r\nThe brand is lead sponsor of the prestigious Country Range Student Chef Challenge and is committed to working with the Craft Guild of Chefs, colleges and lecturers to provide a platform for the next generation of chefs. An eagerly anticipated fixture on the catering industry’s calendar, the Country Range Student Chef Challenge 2018 competition Live Grand Final will took place on Wednesday 7th March at Hotelympia 2018 with a team from the City of Glasgow College being declared the winners. For more info visit - <a href=\"http://www.countryrangestudentchef.co.uk/\">www.countryrangestudentchef.co.uk</a>.\r\n\r\n<strong>Contact Details</strong>\r\n\r\nWebsite: <a href=\"http://www.countryrange.co.uk/\"><u>www.countryrange.co.uk</u></a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range launch their sweet potato fries','','inherit','closed','closed','','1245-revision-v1','','','2018-05-08 14:06:42','2018-05-08 14:06:42','',1245,'http://www.ontradeprogress.com/2018/05/08/1245-revision-v1/',0,'revision','',0),(1248,1,'2018-05-08 15:11:36','2018-05-08 15:11:36','<p style=\"margin-bottom: 6.0pt;\"><strong><span style=\"font-family: \'Arial\',sans-serif;\">Frogmill leaps forward; Brakspear set to reopen Cotswolds pub after major redevelopment</span></strong>.</p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Pub operator and brewer Brakspear is set to open the Frogmill near Cheltenham in July, following a major redevelopment that represents the biggest project in the company\'s 240-year history. </span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Brakspear purchased the Frogmill, in Shipton Oliffe, near Andoversford, in early 2016, since when it has been closed while plans were developed for the refurbishment now underway. When complete, it will be Brakspear\'s biggest managed site, comprising a 100-cover restaurant, bar, 28 boutique bedrooms and wedding and conference facilities for up to 150 guests, all housed within the Frogmill\'s extensive grounds, which are being re-landscaped.</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">The Grade II listed, traditional Cotswolds stone building is believed to date back to the 16</span><sup><span style=\"font-size: 7.5pt; line-height: 150%; font-family: \'Arial\',sans-serif;\">th</span></sup> <span style=\"font-family: \'Arial\',sans-serif;\">century.  The redevelopment will retain many of its original features including fireplaces, flagstone floors, exposed beams and, in the grounds, a wisteria-covered stone pergola and a watermill. The refurbishment, carried out by Brakspear\'s in-house design team, blends traditional and contemporary features, an approach that Brakspear has adopted to create stunning designs across its growing managed estate.</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Brakspear chief executive Tom Davies said, \"We\'re thrilled that the transformation of the Frogmill is underway and look forward to seeing the final result after many months of planning. The start of work on the site has sparked a lot of interest locally and we\'re already receiving enquiries for weddings and room bookings, so we\'re expecting to be busy from Day 1.</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">\"The Frogmill\'s dedicated wedding and event facilities set it apart from our other managed sites, but we have a great track record of running successful, award-winning pubs with a quality food offer and accommodation.  Our managed business is now five years old and we have built a strong infrastructure including estate-wide recruitment, training, menu development and marketing, that will enable us to replicate our success at this larger, more complex site.\"</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">The Frogmill takes Brakspear\'s managed estate up to 12 sites. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east. Seven sites - including the Frogmill - currently offer accommodation, with a total of just over 100 rooms. Thirteen rooms are being added this summer to the newest acquisition, the Lion at Wendlebury, near Bicester.</span></p>','Brakspear - redevelopment underway at the Frogmill','','publish','closed','open','','brakspear-redevelopment-underway-at-the-frogmill','','','2018-05-08 15:11:36','2018-05-08 15:11:36','',0,'http://www.ontradeprogress.com/?p=1248',0,'post','',0),(1249,1,'2018-05-08 15:09:48','2018-05-08 15:09:48','','BrakspearFrogmill','','inherit','closed','closed','','brakspearfrogmill','','','2018-05-08 15:09:48','2018-05-08 15:09:48','',1248,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/BrakspearFrogmill.jpg',0,'attachment','image/jpeg',0),(1250,1,'2018-05-08 15:10:08','2018-05-08 15:10:08','<p style=\"margin-bottom: 6.0pt;\"><strong><span style=\"font-family: \'Arial\',sans-serif;\">Frogmill leaps forward; Brakspear set to reopen Cotswolds pub after major redevelopment</span></strong>.</p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Pub operator and brewer Brakspear is set to open the Frogmill near Cheltenham in July, following a major redevelopment that represents the biggest project in the company\'s 240-year history. </span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Brakspear purchased the Frogmill, in Shipton Oliffe, near Andoversford, in early 2016, since when it has been closed while plans were developed for the refurbishment now underway. When complete, it will be Brakspear\'s biggest managed site, comprising a 100-cover restaurant, bar, 28 boutique bedrooms and wedding and conference facilities for up to 150 guests, all housed within the Frogmill\'s extensive grounds, which are being re-landscaped.</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">The Grade II listed, traditional Cotswolds stone building is believed to date back to the 16</span><sup><span style=\"font-size: 7.5pt; line-height: 150%; font-family: \'Arial\',sans-serif;\">th</span></sup> <span style=\"font-family: \'Arial\',sans-serif;\">century.  The redevelopment will retain many of its original features including fireplaces, flagstone floors, exposed beams and, in the grounds, a wisteria-covered stone pergola and a watermill. The refurbishment, carried out by Brakspear\'s in-house design team, blends traditional and contemporary features, an approach that Brakspear has adopted to create stunning designs across its growing managed estate.</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">Brakspear chief executive Tom Davies said, \"We\'re thrilled that the transformation of the Frogmill is underway and look forward to seeing the final result after many months of planning. The start of work on the site has sparked a lot of interest locally and we\'re already receiving enquiries for weddings and room bookings, so we\'re expecting to be busy from Day 1.</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">\"The Frogmill\'s dedicated wedding and event facilities set it apart from our other managed sites, but we have a great track record of running successful, award-winning pubs with a quality food offer and accommodation.  Our managed business is now five years old and we have built a strong infrastructure including estate-wide recruitment, training, menu development and marketing, that will enable us to replicate our success at this larger, more complex site.\"</span></p>\r\n<p style=\"margin-bottom: 6.0pt; line-height: 150%;\"><span style=\"font-family: \'Arial\',sans-serif;\">The Frogmill takes Brakspear\'s managed estate up to 12 sites. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east. Seven sites - including the Frogmill - currently offer accommodation, with a total of just over 100 rooms. Thirteen rooms are being added this summer to the newest acquisition, the Lion at Wendlebury, near Bicester.</span></p>','Brakspear - redevelopment underway at the Frogmill','','inherit','closed','closed','','1248-revision-v1','','','2018-05-08 15:10:08','2018-05-08 15:10:08','',1248,'http://www.ontradeprogress.com/2018/05/08/1248-revision-v1/',0,'revision','',0),(1252,1,'2018-05-09 08:31:16','2018-05-09 08:31:16','<strong>The Vector is a whole new concept in oven technology – and it will be officially launched at Commercial Kitchen 2018 on the FEM stand, C17. </strong>\r\n\r\nThe Vector is a multi-compartment oven that allows chefs to cook several different foods at the same time.  Each compartment has its own temperature and timer controls, bringing a new level of cooking versatility to commercial kitchens.\r\n\r\nThe Vector is also super-fast, thanks to a new technology, called Structured Air, which has been developed by manufacturer Alto-Shaam. It delivers a high velocity, vertical airflow from the bottom and top of each oven chamber, producing completely even temperature control and faster cooking times. The vertical airflow has the added benefit that when the door is opened, very little heat escapes.\r\n\r\nThe Vector is very simple to operate, using the programmable touchpad. The consistency of the temperature control means there’s no need to monitor or check during cooking, and the oven produces superb results.\r\n\r\nFEM will show the top-of-the-range four-chamber model, the Vector VMC-H4H, and company representatives will be able to take visitors through its ground-breaking technologies. Visitors will be able to sign up for cooking demonstrations with the new oven.\r\n\r\nVector ovens are also available in two- and three-chamber models. The full range is available through FEM’s nationwide dealer network.','It’s an oven, but not as we know it….','','publish','closed','open','','its-an-oven-but-not-as-we-know-it','','','2018-05-09 08:31:16','2018-05-09 08:31:16','',0,'http://www.ontradeprogress.com/?p=1252',0,'post','',0),(1253,1,'2018-05-09 08:21:26','2018-05-09 08:21:26','','The-Vector-four-in-one-oven-from-FEM','','inherit','closed','closed','','the-vector-four-in-one-oven-from-fem','','','2018-05-09 08:21:26','2018-05-09 08:21:26','',1252,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/The-Vector-four-in-one-oven-from-FEM.jpg',0,'attachment','image/jpeg',0),(1254,1,'2018-05-09 08:23:25','2018-05-09 08:23:25','<strong>The Vector is a whole new concept in oven technology – and it will be officially launched at Commercial Kitchen 2018 on the FEM stand, C17. </strong>\r\n\r\nThe Vector is a multi-compartment oven that allows chefs to cook several different foods at the same time.  Each compartment has its own temperature and timer controls, bringing a new level of cooking versatility to commercial kitchens.\r\n\r\nThe Vector is also super-fast, thanks to a new technology, called Structured Air, which has been developed by manufacturer Alto-Shaam.  It delivers a high velocity, vertical airflow from the bottom and top of each oven chamber, producing completely even temperature control and faster cooking times.  The vertical airflow has the added benefit that when the door is opened, very little heat escapes.\r\n\r\nThe Vector is very simple to operate, using the programmable touchpad.  The consistency of the temperature control means there’s no need to monitor or check during cooking, and the oven produces superb results.\r\n\r\nFEM will show the top-of-the-range four-chamber model, the Vector VMC-H4H, and company representatives will be able to take visitors through its ground-breaking technologies.  Visitors will be able to sign up for cooking demonstrations with the new oven.\r\n\r\nVector ovens are also available in two- and three-chamber models.  The full range is available through FEM’s nationwide dealer network.','It’s an oven, but not as we know it….','','inherit','closed','closed','','1252-revision-v1','','','2018-05-09 08:23:25','2018-05-09 08:23:25','',1252,'http://www.ontradeprogress.com/2018/05/09/1252-revision-v1/',0,'revision','',0),(1255,1,'2018-05-09 08:31:16','2018-05-09 08:31:16','<strong>The Vector is a whole new concept in oven technology – and it will be officially launched at Commercial Kitchen 2018 on the FEM stand, C17. </strong>\r\n\r\nThe Vector is a multi-compartment oven that allows chefs to cook several different foods at the same time.  Each compartment has its own temperature and timer controls, bringing a new level of cooking versatility to commercial kitchens.\r\n\r\nThe Vector is also super-fast, thanks to a new technology, called Structured Air, which has been developed by manufacturer Alto-Shaam. It delivers a high velocity, vertical airflow from the bottom and top of each oven chamber, producing completely even temperature control and faster cooking times. The vertical airflow has the added benefit that when the door is opened, very little heat escapes.\r\n\r\nThe Vector is very simple to operate, using the programmable touchpad. The consistency of the temperature control means there’s no need to monitor or check during cooking, and the oven produces superb results.\r\n\r\nFEM will show the top-of-the-range four-chamber model, the Vector VMC-H4H, and company representatives will be able to take visitors through its ground-breaking technologies. Visitors will be able to sign up for cooking demonstrations with the new oven.\r\n\r\nVector ovens are also available in two- and three-chamber models. The full range is available through FEM’s nationwide dealer network.','It’s an oven, but not as we know it….','','inherit','closed','closed','','1252-revision-v1','','','2018-05-09 08:31:16','2018-05-09 08:31:16','',1252,'http://www.ontradeprogress.com/2018/05/09/1252-revision-v1/',0,'revision','',0),(1256,1,'2018-05-09 09:33:07','2018-05-09 09:33:07','<strong>A.C. Entertainment Technologies Ltd (AC-ET) is delighted to announce its major support for Backstage Academy, the home of Live Events education.</strong>\r\n\r\nAs part of a long-term strategy to ensure that students of one of the industry\'s leading vocational course providers receive the most up-to-date real-world practical experience, AC-ET is providing the Backstage Academy with the latest cutting edge technologies it supplies to major clients in Live Events.\r\n\r\nJonathan Walters, AC-ET\'s UK Sales Director, comments: \"We are delighted to be able to support up and coming generations of backstage technicians and creative people. The future of the industry is all about fostering the talent of tomorrow and letting them use the technologies behind today\'s Live Events productions. The partnership will give the Backstage Academy\'s students access to the latest LED lighting from popular brands such as Chroma-Q and ProLights, industry-leading video control from Green Hippo, specialist networking solutions from Luminex, plus industry-standard rigging chain hoists from CM Lodestar and innovative load monitoring from BroadWeigh.\"\r\n\r\nAC-ET will also run training courses and Masterclasses at the Backstage Academy in collaboration with the brands that it provides - which have been selected due to their use by the wider industry at large - and will be able to give real-world work and project experience to the students.\r\n\r\nBackstage Academy\'s Business Development Director, Sara Gleadhall comments: \"Today’s Live Events productions are becoming ever more technically ambitious as the constant advances in technology create fresh possibilities within lighting and video. It\'s great for Backstage Academy to receive this kind of support. We\'ll benefit because AC-ET, as a major provider of technologies to all areas of Live Events production, can ensure that we provide students with the most up-to-date practical training, so they are qualified for the jobs that exist - thus helping address our industry\'s skills shortage.\"\r\n\r\nFor more details on technologies available from AC-ET or to arrange your personal demonstration, please contact the company on +44 (0)1494 446000 / sales@ac-et.com, or visit <a href=\"http://www.ac-et.com/\">www.ac-et.com</a>.','A.C. Entertainment Technologies supports backstage academy','','publish','closed','open','','a-c-entertainment-technologies-supports-backstage-academy','','','2018-05-09 09:33:07','2018-05-09 09:33:07','',0,'http://www.ontradeprogress.com/?p=1256',0,'post','',0),(1257,1,'2018-05-09 09:32:13','2018-05-09 09:32:13','','Chroma-Q Lighting Masterclass Pic2','','inherit','closed','closed','','chroma-q-lighting-masterclass-pic2','','','2018-05-09 09:32:13','2018-05-09 09:32:13','',1256,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Chroma-Q-Lighting-Masterclass-Pic2.jpg',0,'attachment','image/jpeg',0),(1258,1,'2018-05-09 09:32:44','2018-05-09 09:32:44','<strong>A.C. Entertainment Technologies Ltd (AC-ET) is delighted to announce its major support for Backstage Academy, the home of Live Events education.</strong>\r\n\r\nAs part of a long-term strategy to ensure that students of one of the industry\'s leading vocational course providers receive the most up-to-date real-world practical experience, AC-ET is providing the Backstage Academy with the latest cutting edge technologies it supplies to major clients in Live Events.\r\n\r\nJonathan Walters, AC-ET\'s UK Sales Director, comments: \"We are delighted to be able to support up and coming generations of backstage technicians and creative people. The future of the industry is all about fostering the talent of tomorrow and letting them use the technologies behind today\'s Live Events productions. The partnership will give the Backstage Academy\'s students access to the latest LED lighting from popular brands such as Chroma-Q and ProLights, industry-leading video control from Green Hippo, specialist networking solutions from Luminex, plus industry-standard rigging chain hoists from CM Lodestar and innovative load monitoring from BroadWeigh.\"\r\n\r\nAC-ET will also run training courses and Masterclasses at the Backstage Academy in collaboration with the brands that it provides - which have been selected due to their use by the wider industry at large - and will be able to give real-world work and project experience to the students.\r\n\r\nBackstage Academy\'s Business Development Director, Sara Gleadhall comments: \"Today’s Live Events productions are becoming ever more technically ambitious as the constant advances in technology create fresh possibilities within lighting and video. It\'s great for Backstage Academy to receive this kind of support. We\'ll benefit because AC-ET, as a major provider of technologies to all areas of Live Events production, can ensure that we provide students with the most up-to-date practical training, so they are qualified for the jobs that exist - thus helping address our industry\'s skills shortage.\"\r\n\r\nFor more details on technologies available from AC-ET or to arrange your personal demonstration, please contact the company on +44 (0)1494 446000 / sales@ac-et.com, or visit <a href=\"http://www.ac-et.com/\">www.ac-et.com</a>.','A.C. Entertainment Technologies supports backstage academy','','inherit','closed','closed','','1256-revision-v1','','','2018-05-09 09:32:44','2018-05-09 09:32:44','',1256,'http://www.ontradeprogress.com/2018/05/09/1256-revision-v1/',0,'revision','',0),(1259,1,'2018-05-09 10:39:11','2018-05-09 10:39:11','<strong>Roll</strong><strong><img class=\"alignleft wp-image-1261\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg\" alt=\"\" width=\"195\" height=\"165\" /></strong><strong> up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration of the occasion, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair. Each first guest from every country across the globe will be invited to make their mark on Phileas\' world map and will receive a cocktail on the house.</strong>\r\n\r\nFor guests like Phileas, who have travelled far and wide to join him at his humble Mayfair abode, it\'s time to make yourself known and pin your country on his world map to receive a signature cocktail on the house. His award winning household staff will be serving a selection of tantalising libations to every new nationality that enters his Residence. With only one free cocktail per nationality and over two hundred across the world, Phileas hopes to make it a full house.\r\n\r\nThe Mayfair residence of Phileas Fogg is the place to encounter all the wonders of the world, laden with artifacts and trinkets collected from his travels. So when World Cocktail Day hits town, what better way than to celebrate with a cocktail on the house? Trek to the jungle with a Jungle Flora, taking inspiration from the wonders of Phileas\'s expedition, served with <em>Chamomile-infused Russian Standard vodka, ginger liqueur, Green Chartreuse liqueur, lime juice, egg white, homemade sugar syrup and citrus foams</em>; or make World Cocktail Day a First Class Hennessy Hurrah with, <em>Hennessy XO cognac, Byrrh Grand Quinquina aperitif, Martini Riserva Speciale Bitter and Dubonnet aperitif</em>, topped up with <em>Fentimans soda water</em>.\r\n\r\n<strong>About Mr Fogg’s Residence</strong>\r\n\r\nMr Fogg\'s Residence is a recreation of the Victorian home of Jules Verne\'s most famous adventurer, Phileas Fogg. Modelled on the very Mayfair house in which Phileas would have lived after travelling Around the World in 80 Days, the bar is refined, but at the same time truly off the wall, breathing liveliness and fun into the area. Guests are able to encounter all the wonders of the world without setting foot outside of London. As a private man, Mr Fogg\'s home is of course well hidden down a small side street off Berkeley Square thus maintaining an element of secrecy. The project from Inception Group, whose founders Charlie Gilkes and Duncan Stirling have also created Chelsea speakeasy Barts, 80\'s themed nightclub, Maggie\'s, the acclaimed Bunga Bunga, an Englishman\'s Italian, Bar, Pizzeria and Karaoke venue, Cahoots, a late night 1940s- inspired bar set in a hidden underground tube station and Mr Fogg\'s Tavern, a Victorian-inspired Pub, Gin Parlour and Salon in Covent Garden. Inception Group has also added to it\'s portfolio of innovative venues this year, with the addition of Bunga Bunga Covent Garden. The site currently offers BungaTINI, an Italian pizzeria and bar offering Italian produce and the very best coffee. As night falls, those in the know are able to pass through a meat locker door into Bunga Bunga Covent Garden and embark on an experiential journey leading to an all singing all dancing supperclub extravaganza hidden beneath the streets.\r\n\r\n<strong>Mr Foggs Residence </strong>| 15 Bruton Lane | London | W1J 6JD','Mr Fogg’s residence celebrates world cocktail day','','publish','closed','open','','mr-foggs-residence-celebrates-world-cocktail-day','','','2018-05-09 11:02:20','2018-05-09 11:02:20','',0,'http://www.ontradeprogress.com/?p=1259',0,'post','',0),(1260,1,'2018-05-09 10:14:15','2018-05-09 10:14:15','','mr frogg','','inherit','closed','closed','','mr-frogg','','','2018-05-09 10:14:15','2018-05-09 10:14:15','',1259,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/mr-frogg.png',0,'attachment','image/png',0),(1261,1,'2018-05-09 10:18:53','2018-05-09 10:18:53','','mrfogg-300x254','','inherit','closed','closed','','mrfogg-300x254','','','2018-05-09 10:18:53','2018-05-09 10:18:53','',1259,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg',0,'attachment','image/jpeg',0),(1262,1,'2018-05-09 10:19:16','2018-05-09 10:19:16','<strong>Roll up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration of the occasion, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair. Each first guest from every country across the globe will be invited to make their mark on Phileas\' world map and will receive a cocktail on the house.</strong>\r\n\r\nFor guests like Phileas, who have travelled far and wide to join him at his humble Mayfair abode, it\'s time to make yourself known and pin your country on his world map to receive a signature cocktail on the house. His award winning household staff will be serving a selection of tantalising libations to every new nationality that enters his Residence. With only one free cocktail per nationality and over two hundred across the world, Phileas hopes to make it a full house.\r\n\r\nThe Mayfair residence of Phileas Fogg is the place to encounter all the wonders of the world, laden with artifacts and trinkets collected from his travels. So when World Cocktail Day hits town, what better way than to celebrate with a cocktail on the house? Trek to the jungle with a Jungle Flora, taking inspiration from the wonders of Phileas\'s expedition, served with <em>Chamomile-infused Russian Standard vodka, ginger liqueur, Green Chartreuse liqueur, lime juice, egg white, homemade sugar syrup and citrus foams</em>; or make World Cocktail Day a First Class Hennessy Hurrah with, <em>Hennessy XO cognac, Byrrh Grand Quinquina aperitif, Martini Riserva Speciale Bitter and Dubonnet aperitif</em>, topped up with <em>Fentimans soda water</em>.\r\n\r\n<strong>About Mr Fogg’s Residence</strong>\r\n\r\nMr Fogg\'s Residence is a recreation of the Victorian home of Jules Verne\'s most famous adventurer, Phileas Fogg. Modelled on the very Mayfair house in which Phileas would have lived after travelling Around the World in 80 Days, the bar is refined, but at the same time truly off the wall, breathing liveliness and fun into the area. Guests are able to encounter all the wonders of the world without setting foot outside of London. As a private man, Mr Fogg\'s home is of course well hidden down a small side street off Berkeley Square thus maintaining an element of secrecy. The project from Inception Group, whose founders Charlie Gilkes and Duncan Stirling have also created Chelsea speakeasy Barts, 80\'s themed nightclub, Maggie\'s, the acclaimed Bunga Bunga, an Englishman\'s Italian, Bar, Pizzeria and Karaoke venue, Cahoots, a late night 1940s- inspired bar set in a hidden underground tube station and Mr Fogg\'s Tavern, a Victorian-inspired Pub, Gin Parlour and Salon in Covent Garden. Inception Group has also added to it\'s portfolio of innovative venues this year, with the addition of Bunga Bunga Covent Garden. The site currently offers BungaTINI, an Italian pizzeria and bar offering Italian produce and the very best coffee. As night falls, those in the know are able to pass through a meat locker door into Bunga Bunga Covent Garden and embark on an experiential journey leading to an all singing all dancing supperclub extravaganza hidden beneath the streets.\r\n\r\n<strong>Mr Foggs Residence </strong>| 15 Bruton Lane | London | W1J 6JD','Mr Fogg’s residence celebrates world cocktail day','','inherit','closed','closed','','1259-revision-v1','','','2018-05-09 10:19:16','2018-05-09 10:19:16','',1259,'http://www.ontradeprogress.com/2018/05/09/1259-revision-v1/',0,'revision','',0),(1263,1,'2018-05-09 10:21:11','2018-05-09 10:21:11','','frog 1','','inherit','closed','closed','','frog-1','','','2018-05-09 10:21:11','2018-05-09 10:21:11','',1259,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/frog-1.png',0,'attachment','image/png',0),(1264,1,'2018-05-09 10:29:38','2018-05-09 10:29:38','<strong>Roll</strong><strong><img class=\"alignleft  wp-image-1261\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg\" alt=\"\" width=\"195\" height=\"165\" /></strong><strong> up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration of the occasion, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair. Each first guest from every country across the globe will be invited to make their mark on Phileas\' world map and will receive a cocktail on the house.</strong>\r\n\r\nFor guests like Phileas, who have travelled far and wide to join him at his humble Mayfair abode, it\'s time to make yourself known and pin your country on his world map to receive a signature cocktail on the house. His award winning household staff will be serving a selection of tantalising libations to every new nationality that enters his Residence. With only one free cocktail per nationality and over two hundred across the world, Phileas hopes to make it a full house.\r\n\r\nThe Mayfair residence of Phileas Fogg is the place to encounter all the wonders of the world, laden with artifacts and trinkets collected from his travels. So when World Cocktail Day hits town, what better way than to celebrate with a cocktail on the house? Trek to the jungle with a Jungle Flora, taking inspiration from the wonders of Phileas\'s expedition, served with <em>Chamomile-infused Russian Standard vodka, ginger liqueur, Green Chartreuse liqueur, lime juice, egg white, homemade sugar syrup and citrus foams</em>; or make World Cocktail Day a First Class Hennessy Hurrah with, <em>Hennessy XO cognac, Byrrh Grand Quinquina aperitif, Martini Riserva Speciale Bitter and Dubonnet aperitif</em>, topped up with <em>Fentimans soda water</em>.\r\n\r\n<strong>About Mr Fogg’s Residence</strong>\r\n\r\nMr Fogg\'s Residence is a recreation of the Victorian home of Jules Verne\'s most famous adventurer, Phileas Fogg. Modelled on the very Mayfair house in which Phileas would have lived after travelling Around the World in 80 Days, the bar is refined, but at the same time truly off the wall, breathing liveliness and fun into the area. Guests are able to encounter all the wonders of the world without setting foot outside of London. As a private man, Mr Fogg\'s home is of course well hidden down a small side street off Berkeley Square thus maintaining an element of secrecy. The project from Inception Group, whose founders Charlie Gilkes and Duncan Stirling have also created Chelsea speakeasy Barts, 80\'s themed nightclub, Maggie\'s, the acclaimed Bunga Bunga, an Englishman\'s Italian, Bar, Pizzeria and Karaoke venue, Cahoots, a late night 1940s- inspired bar set in a hidden underground tube station and Mr Fogg\'s Tavern, a Victorian-inspired Pub, Gin Parlour and Salon in Covent Garden. Inception Group has also added to it\'s portfolio of innovative venues this year, with the addition of Bunga Bunga Covent Garden. The site currently offers BungaTINI, an Italian pizzeria and bar offering Italian produce and the very best coffee. As night falls, those in the know are able to pass through a meat locker door into Bunga Bunga Covent Garden and embark on an experiential journey leading to an all singing all dancing supperclub extravaganza hidden beneath the streets.\r\n\r\n<strong>Mr Foggs Residence </strong>| 15 Bruton Lane | London | W1J 6JD','Mr Fogg’s residence celebrates world cocktail day','','inherit','closed','closed','','1259-revision-v1','','','2018-05-09 10:29:38','2018-05-09 10:29:38','',1259,'http://www.ontradeprogress.com/2018/05/09/1259-revision-v1/',0,'revision','',0),(1265,1,'2018-05-09 10:38:08','2018-05-09 10:38:08','','frogg 2','','inherit','closed','closed','','frogg-2','','','2018-05-09 10:38:08','2018-05-09 10:38:08','',1259,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/frogg-2.png',0,'attachment','image/png',0),(1266,1,'2018-05-09 10:42:15','2018-05-09 10:42:15','<strong>Roll</strong><strong><img class=\"alignleft wp-image-1261\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg\" alt=\"\" width=\"195\" height=\"165\" /></strong><strong> up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration of the occasion, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair. Each first guest from every country across the globe will be invited to make their mark on Phileas\' world map and will receive a cocktail on the house.</strong>\r\n\r\nFor guests like Phileas, who have travelled far and wide to join him at his humble Mayfair abode, it\'s time to make yourself known and pin your country on his world map to receive a signature cocktail on the house. His award winning household staff will be serving a selection of tantalising libations to every new nationality that enters his Residence. With only one free cocktail per nationality and over two hundred across the world, Phileas hopes to make it a full house.\r\n\r\nThe Mayfair residence of Phileas Fogg is the place to encounter all the wonders of the world, laden with artifacts and trinkets collected from his travels. So when World Cocktail Day hits town, what better way than to celebrate with a cocktail on the house? Trek to the jungle with a Jungle Flora, taking inspiration from the wonders of Phileas\'s expedition, served with <em>Chamomile-infused Russian Standard vodka, ginger liqueur, Green Chartreuse liqueur, lime juice, egg white, homemade sugar syrup and citrus foams</em>; or make World Cocktail Day a First Class Hennessy Hurrah with, <em>Hennessy XO cognac, Byrrh Grand Quinquina aperitif, Martini Riserva Speciale Bitter and Dubonnet aperitif</em>, topped up with <em>Fentimans soda water</em>.\r\n\r\n<strong>About Mr Fogg’s Residence</strong>\r\n\r\nMr Fogg\'s Residence is a recreation of the Victorian home of Jules Verne\'s most famous adventurer, Phileas Fogg. Modelled on the very Mayfair house in which Phileas would have lived after travelling Around the World in 80 Days, the bar is refined, but at the same time truly off the wall, breathing liveliness and fun into the area. Guests are able to encounter all the wonders of the world without setting foot outside of London. As a private man, Mr Fogg\'s home is of course well hidden down a small side street off Berkeley Square thus maintaining an element of secrecy. The project from Inception Group, whose founders Charlie Gilkes and Duncan Stirling have also created Chelsea speakeasy Barts, 80\'s themed nightclub, Maggie\'s, the acclaimed Bunga Bunga, an Englishman\'s Italian, Bar, Pizzeria and Karaoke venue, Cahoots, a late night 1940s- inspired bar set in a hidden underground tube station and Mr Fogg\'s Tavern, a Victorian-inspired Pub, Gin Parlour and Salon in Covent Garden. Inception Group has also added to it\'s portfolio of innovative venues this year, with the addition of Bunga Bunga Covent Garden. The site currently offers BungaTINI, an Italian pizzeria and bar offering Italian produce and the very best coffee. As night falls, those in the know are able to pass through a meat locker door into Bunga Bunga Covent Garden and embark on an experiential journey leading to an all singing all dancing supperclub extravaganza hidden beneath the streets.\r\n\r\n<strong>Mr Foggs Residence </strong>| 15 Bruton Lane | London | W1J 6JD','Mr Fogg’s residence celebrates world cocktail day','','inherit','closed','closed','','1259-autosave-v1','','','2018-05-09 10:42:15','2018-05-09 10:42:15','',1259,'http://www.ontradeprogress.com/2018/05/09/1259-autosave-v1/',0,'revision','',0),(1267,1,'2018-05-09 10:55:32','2018-05-09 10:55:32','<strong>Roll</strong><strong><img class=\"alignleft wp-image-1261\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg\" alt=\"\" width=\"195\" height=\"165\" /></strong><strong> up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration of the occasion, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair. Each first guest from every country across the globe will be invited to make their mark on Phileas\' world map and will receive a cocktail on the house.</strong>\r\n\r\nFor guests like Phileas, who have travelled far and wide to join him at his humble Mayfair abode, it\'s time to make yourself known and pin your country on his world map to receive a signature cocktail on the house. His award winning household staff will be serving a selection of tantalising libations to every new nationality that enters his Residence. With only one free cocktail per nationality and over two hundred across the world, Phileas hopes to make it a full house.\r\n\r\nThe Mayfair residence of Phileas Fogg is the place to encounter all the wonders of the world, laden with artifacts and trinkets collected from his travels. So when World Cocktail Day hits town, what better way than to celebrate with a cocktail on the house? Trek to the jungle with a Jungle Flora, taking inspiration from the wonders of Phileas\'s expedition, served with <em>Chamomile-infused Russian Standard vodka, ginger liqueur, Green Chartreuse liqueur, lime juice, egg white, homemade sugar syrup and citrus foams</em>; or make World Cocktail Day a First Class Hennessy Hurrah with, <em>Hennessy XO cognac, Byrrh Grand Quinquina aperitif, Martini Riserva Speciale Bitter and Dubonnet aperitif</em>, topped up with <em>Fentimans soda water</em>.\r\n\r\n<strong>About Mr Fogg’s Residence</strong>\r\n\r\nMr Fogg\'s Residence is a recreation of the Victorian home of Jules Verne\'s most famous adventurer, Phileas Fogg. Modelled on the very Mayfair house in which Phileas would have lived after travelling Around the World in 80 Days, the bar is refined, but at the same time truly off the wall, breathing liveliness and fun into the area. Guests are able to encounter all the wonders of the world without setting foot outside of London. As a private man, Mr Fogg\'s home is of course well hidden down a small side street off Berkeley Square thus maintaining an element of secrecy. The project from Inception Group, whose founders Charlie Gilkes and Duncan Stirling have also created Chelsea speakeasy Barts, 80\'s themed nightclub, Maggie\'s, the acclaimed Bunga Bunga, an Englishman\'s Italian, Bar, Pizzeria and Karaoke venue, Cahoots, a late night 1940s- inspired bar set in a hidden underground tube station and Mr Fogg\'s Tavern, a Victorian-inspired Pub, Gin Parlour and Salon in Covent Garden. Inception Group has also added to it\'s portfolio of innovative venues this year, with the addition of Bunga Bunga Covent Garden. The site currently offers BungaTINI, an Italian pizzeria and bar offering Italian produce and the very best coffee. As night falls, those in the know are able to pass through a meat locker door into Bunga Bunga Covent Garden and embark on an experiential journey leading to an all singing all dancing supperclub extravaganza hidden beneath the streets.\r\n\r\n<strong>Mr Foggs Residence </strong>| 15 Bruton Lane | London | W1J 6JD','Mr Frogg’s residence celebrates world cocktail day','','inherit','closed','closed','','1259-revision-v1','','','2018-05-09 10:55:32','2018-05-09 10:55:32','',1259,'http://www.ontradeprogress.com/2018/05/09/1259-revision-v1/',0,'revision','',0),(1268,1,'2018-05-09 10:57:34','2018-05-09 10:57:34','<strong>Roll</strong><strong><img class=\"alignleft wp-image-1261\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/mrfogg-300x254.jpg\" alt=\"\" width=\"195\" height=\"165\" /></strong><strong> up, roll up travellers of the world! This May, Phileas Fogg invites fellow adventurers from around the world to join him at Mr Fogg\'s Residence for World Cocktail Day on Sunday 13th May. In celebration of the occasion, Mr Fogg\'s will be offering a surprise from each corner of the world upon arrival at his Residence in Mayfair. Each first guest from every country across the globe will be invited to make their mark on Phileas\' world map and will receive a cocktail on the house.</strong>\r\n\r\nFor guests like Phileas, who have travelled far and wide to join him at his humble Mayfair abode, it\'s time to make yourself known and pin your country on his world map to receive a signature cocktail on the house. His award winning household staff will be serving a selection of tantalising libations to every new nationality that enters his Residence. With only one free cocktail per nationality and over two hundred across the world, Phileas hopes to make it a full house.\r\n\r\nThe Mayfair residence of Phileas Fogg is the place to encounter all the wonders of the world, laden with artifacts and trinkets collected from his travels. So when World Cocktail Day hits town, what better way than to celebrate with a cocktail on the house? Trek to the jungle with a Jungle Flora, taking inspiration from the wonders of Phileas\'s expedition, served with <em>Chamomile-infused Russian Standard vodka, ginger liqueur, Green Chartreuse liqueur, lime juice, egg white, homemade sugar syrup and citrus foams</em>; or make World Cocktail Day a First Class Hennessy Hurrah with, <em>Hennessy XO cognac, Byrrh Grand Quinquina aperitif, Martini Riserva Speciale Bitter and Dubonnet aperitif</em>, topped up with <em>Fentimans soda water</em>.\r\n\r\n<strong>About Mr Fogg’s Residence</strong>\r\n\r\nMr Fogg\'s Residence is a recreation of the Victorian home of Jules Verne\'s most famous adventurer, Phileas Fogg. Modelled on the very Mayfair house in which Phileas would have lived after travelling Around the World in 80 Days, the bar is refined, but at the same time truly off the wall, breathing liveliness and fun into the area. Guests are able to encounter all the wonders of the world without setting foot outside of London. As a private man, Mr Fogg\'s home is of course well hidden down a small side street off Berkeley Square thus maintaining an element of secrecy. The project from Inception Group, whose founders Charlie Gilkes and Duncan Stirling have also created Chelsea speakeasy Barts, 80\'s themed nightclub, Maggie\'s, the acclaimed Bunga Bunga, an Englishman\'s Italian, Bar, Pizzeria and Karaoke venue, Cahoots, a late night 1940s- inspired bar set in a hidden underground tube station and Mr Fogg\'s Tavern, a Victorian-inspired Pub, Gin Parlour and Salon in Covent Garden. Inception Group has also added to it\'s portfolio of innovative venues this year, with the addition of Bunga Bunga Covent Garden. The site currently offers BungaTINI, an Italian pizzeria and bar offering Italian produce and the very best coffee. As night falls, those in the know are able to pass through a meat locker door into Bunga Bunga Covent Garden and embark on an experiential journey leading to an all singing all dancing supperclub extravaganza hidden beneath the streets.\r\n\r\n<strong>Mr Foggs Residence </strong>| 15 Bruton Lane | London | W1J 6JD','Mr Fogg’s residence celebrates world cocktail day','','inherit','closed','closed','','1259-revision-v1','','','2018-05-09 10:57:34','2018-05-09 10:57:34','',1259,'http://www.ontradeprogress.com/2018/05/09/1259-revision-v1/',0,'revision','',0),(1270,1,'2018-05-10 15:30:13','2018-05-10 15:30:13','<strong>FEM introduces San Jamar’s light duty ice carrier.</strong>\r\n\r\nMany venues now have a centralised ice machine and once ice is produced it needs to be safely and hygienically transported to where it is needed, without contamination or mishap. San Jamar’s light duty ice carrier available from FEM offers the perfect solution – it’s light, hygienic and easy to carry.\r\n\r\nThis durable, lightweight carrier attaches to the ice bin for fast, easy filling. Its special Dual Grip handle design provides secure handling. To ensure the container is only used for ice, it is supplied in a standout bright blue colour.\r\n\r\nThe carrier has a recessed bottom to raise the handling area off the floor for increased hygiene. It can be hung on shelving or from a wall bracket for storage and drying using its integrated Handi-Hook hanger.\r\n\r\nWith a capacity of 22.7 litres, the price for the SILD6000 ice carrier is £39.65 plus VAT.','Ice cool carrying','','publish','closed','open','','ice-cool-carrying','','','2018-05-10 15:30:46','2018-05-10 15:30:46','',0,'http://www.ontradeprogress.com/?p=1270',0,'post','',0),(1271,1,'2018-05-10 15:27:57','2018-05-10 15:27:57','','Fem-introduces-San-Jamars-light-duty-ice-carrier','','inherit','closed','closed','','fem-introduces-san-jamars-light-duty-ice-carrier','','','2018-05-10 15:27:57','2018-05-10 15:27:57','',1270,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Fem-introduces-San-Jamars-light-duty-ice-carrier.jpg',0,'attachment','image/jpeg',0),(1272,1,'2018-05-10 15:29:05','2018-05-10 15:29:05','<strong>FEM introduces San Jamar’s light duty ice carrier.</strong>\r\n\r\nMany venues now have a centralised ice machine and once ice is produced it needs to be safely and hygienically transported to where it is needed, without contamination or mishap. San Jamar’s light duty ice carrier available from FEM offers the perfect solution – it’s light, hygienic and easy to carry.\r\n\r\nThis durable, lightweight carrier attaches to the ice bin for fast, easy filling. Its special Dual Grip handle design provides secure handling. To ensure the container is only used for ice, it is supplied in a standout bright blue colour.\r\n\r\nThe carrier has a recessed bottom to raise the handling area off the floor for increased hygiene. It can be hung on shelving or from a wall bracket for storage and drying using its integrated Handi-Hook hanger.\r\n\r\nWith a capacity of 22.7 litres, the price for the SILD6000 ice carrier is £39.65 plus VAT.','Ice cool carrying','','inherit','closed','closed','','1270-revision-v1','','','2018-05-10 15:29:05','2018-05-10 15:29:05','',1270,'http://www.ontradeprogress.com/2018/05/10/1270-revision-v1/',0,'revision','',0),(1273,1,'2018-05-11 08:40:50','2018-05-11 08:40:50','<img class=\"alignleft  wp-image-1274\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-847x1024.jpg\" alt=\"\" width=\"198\" height=\"239\" />\r\n\r\nA.C. Entertainment Technologies Ltd. (AC-ET) has a new sister company, A.C. Entertainment Technologies Ireland Ltd. The new company, registered in Dublin, will have a long term commitment to supporting customers of its growing portfolio of brands.\r\n\r\nLocal industry face, Aaron Cripps has been appointed as Managing Director. Based in County Limerick, he previously acted as AC-ET\'s Representative for Ireland. Prior to this Aaron has also worked as an Account Manager in the International Sales division of AC-ET.\r\n\r\nAC-ET Ireland will supply Chroma-Q®, ProLights, Avolites, Luminex, Green Hippo, D.A.D and Tourflex® Cabling products exclusively, as well as many of the other leading industry brands that are also available in the UK from AC-ET.\r\n\r\nAC-ET’s Managing Director, Phill Capstick states: \"Providing exceptional customer support is at the core of \"A.C.\'s\" offering. I\'m delighted that Aaron will be heading up A.C. Entertainment Technologies Ireland. With his extensive local experience and contacts, and strong relationships with key suppliers, he is well equipped to oversee the development of \"A.C.\'s\" Irish business.\"\r\n\r\nAaron states: \"I am really looking forward to building the A.C. Entertainment Technologies Ireland business. The company has access to a fantastic portfolio of cutting edge brands covering lighting, rigging, audio and video system needs, so will offer its customers the same convenience of a \'one-stop shop\' of products and services that AC-ET\'s customers have been receiving for years.\"\r\n\r\nFor more information on the portfolio of brands available from A.C. Entertainment Technologies Ireland, please contact Aaron on +353 (0)87 460 0202 / aaron.cripps@ac-et.ie or visit <a href=\"http://www.ac-et.ie/\">www.ac-et.ie</a>','A.C. Entertainment Technologies Ireland Ltd opens for business','','publish','closed','open','','a-c-entertainment-technologies-ireland-ltd-opens-for-business','','','2018-05-11 08:40:50','2018-05-11 08:40:50','',0,'http://www.ontradeprogress.com/?p=1273',0,'post','',0),(1274,1,'2018-05-11 08:35:58','2018-05-11 08:35:58','','AC-ET Ireland\'s Aaron Cripps and AC-ET\'s David Leggett - Press','','inherit','closed','closed','','ac-et-irelands-aaron-cripps-and-ac-ets-david-leggett-press','','','2018-05-11 08:35:58','2018-05-11 08:35:58','',1273,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press.jpg',0,'attachment','image/jpeg',0),(1275,1,'2018-05-11 08:38:15','2018-05-11 08:38:15','<img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"108\" height=\"108\" />\r\n\r\nA.C. Entertainment Technologies Ltd. (AC-ET) has a new sister company, A.C. Entertainment Technologies Ireland Ltd. The new company, registered in Dublin, will have a long term commitment to supporting customers of its growing portfolio of brands.\r\n\r\nLocal industry face, Aaron Cripps has been appointed as Managing Director. Based in County Limerick, he previously acted as AC-ET\'s Representative for Ireland. Prior to this Aaron has also worked as an Account Manager in the International Sales division of AC-ET.\r\n\r\nAC-ET Ireland will supply Chroma-Q®, ProLights, Avolites, Luminex, Green Hippo, D.A.D and Tourflex® Cabling products exclusively, as well as many of the other leading industry brands that are also available in the UK from AC-ET.\r\n\r\nAC-ET’s Managing Director, Phill Capstick states: \"Providing exceptional customer support is at the core of \"A.C.\'s\" offering. I\'m delighted that Aaron will be heading up A.C. Entertainment Technologies Ireland. With his extensive local experience and contacts, and strong relationships with key suppliers, he is well equipped to oversee the development of \"A.C.\'s\" Irish business.\"\r\n\r\nAaron states: \"I am really looking forward to building the A.C. Entertainment Technologies Ireland business. The company has access to a fantastic portfolio of cutting edge brands covering lighting, rigging, audio and video system needs, so will offer its customers the same convenience of a \'one-stop shop\' of products and services that AC-ET\'s customers have been receiving for years.\"\r\n\r\nFor more information on the portfolio of brands available from A.C. Entertainment Technologies Ireland, please contact Aaron on +353 (0)87 460 0202 / aaron.cripps@ac-et.ie or visit <a href=\"http://www.ac-et.ie/\">www.ac-et.ie</a>','A.C. Entertainment Technologies Ireland Ltd opens for business','','inherit','closed','closed','','1273-revision-v1','','','2018-05-11 08:38:15','2018-05-11 08:38:15','',1273,'http://www.ontradeprogress.com/2018/05/11/1273-revision-v1/',0,'revision','',0),(1276,1,'2018-05-11 08:40:12','2018-05-11 08:40:12','<img class=\"alignleft  wp-image-1274\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-847x1024.jpg\" alt=\"\" width=\"237\" height=\"286\" />\r\n\r\nA.C. Entertainment Technologies Ltd. (AC-ET) has a new sister company, A.C. Entertainment Technologies Ireland Ltd. The new company, registered in Dublin, will have a long term commitment to supporting customers of its growing portfolio of brands.\r\n\r\nLocal industry face, Aaron Cripps has been appointed as Managing Director. Based in County Limerick, he previously acted as AC-ET\'s Representative for Ireland. Prior to this Aaron has also worked as an Account Manager in the International Sales division of AC-ET.\r\n\r\n&nbsp;\r\n\r\nAC-ET Ireland will supply Chroma-Q®, ProLights, Avolites, Luminex, Green Hippo, D.A.D and Tourflex® Cabling products exclusively, as well as many of the other leading industry brands that are also available in the UK from AC-ET.\r\n\r\nAC-ET’s Managing Director, Phill Capstick states: \"Providing exceptional customer support is at the core of \"A.C.\'s\" offering. I\'m delighted that Aaron will be heading up A.C. Entertainment Technologies Ireland. With his extensive local experience and contacts, and strong relationships with key suppliers, he is well equipped to oversee the development of \"A.C.\'s\" Irish business.\"\r\n\r\nAaron states: \"I am really looking forward to building the A.C. Entertainment Technologies Ireland business. The company has access to a fantastic portfolio of cutting edge brands covering lighting, rigging, audio and video system needs, so will offer its customers the same convenience of a \'one-stop shop\' of products and services that AC-ET\'s customers have been receiving for years.\"\r\n\r\nFor more information on the portfolio of brands available from A.C. Entertainment Technologies Ireland, please contact Aaron on +353 (0)87 460 0202 / aaron.cripps@ac-et.ie or visit <a href=\"http://www.ac-et.ie/\">www.ac-et.ie</a>','A.C. Entertainment Technologies Ireland Ltd opens for business','','inherit','closed','closed','','1273-revision-v1','','','2018-05-11 08:40:12','2018-05-11 08:40:12','',1273,'http://www.ontradeprogress.com/2018/05/11/1273-revision-v1/',0,'revision','',0),(1277,1,'2018-05-11 08:40:33','2018-05-11 08:40:33','<img class=\"alignleft  wp-image-1274\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/AC-ET-Irelands-Aaron-Cripps-and-AC-ETs-David-Leggett-Press-847x1024.jpg\" alt=\"\" width=\"198\" height=\"239\" />\r\n\r\nA.C. Entertainment Technologies Ltd. (AC-ET) has a new sister company, A.C. Entertainment Technologies Ireland Ltd. The new company, registered in Dublin, will have a long term commitment to supporting customers of its growing portfolio of brands.\r\n\r\nLocal industry face, Aaron Cripps has been appointed as Managing Director. Based in County Limerick, he previously acted as AC-ET\'s Representative for Ireland. Prior to this Aaron has also worked as an Account Manager in the International Sales division of AC-ET.\r\n\r\nAC-ET Ireland will supply Chroma-Q®, ProLights, Avolites, Luminex, Green Hippo, D.A.D and Tourflex® Cabling products exclusively, as well as many of the other leading industry brands that are also available in the UK from AC-ET.\r\n\r\nAC-ET’s Managing Director, Phill Capstick states: \"Providing exceptional customer support is at the core of \"A.C.\'s\" offering. I\'m delighted that Aaron will be heading up A.C. Entertainment Technologies Ireland. With his extensive local experience and contacts, and strong relationships with key suppliers, he is well equipped to oversee the development of \"A.C.\'s\" Irish business.\"\r\n\r\nAaron states: \"I am really looking forward to building the A.C. Entertainment Technologies Ireland business. The company has access to a fantastic portfolio of cutting edge brands covering lighting, rigging, audio and video system needs, so will offer its customers the same convenience of a \'one-stop shop\' of products and services that AC-ET\'s customers have been receiving for years.\"\r\n\r\nFor more information on the portfolio of brands available from A.C. Entertainment Technologies Ireland, please contact Aaron on +353 (0)87 460 0202 / aaron.cripps@ac-et.ie or visit <a href=\"http://www.ac-et.ie/\">www.ac-et.ie</a>','A.C. Entertainment Technologies Ireland Ltd opens for business','','inherit','closed','closed','','1273-revision-v1','','','2018-05-11 08:40:33','2018-05-11 08:40:33','',1273,'http://www.ontradeprogress.com/2018/05/11/1273-revision-v1/',0,'revision','',0),(1278,1,'2018-05-11 09:07:22','2018-05-11 09:07:22','<strong>UKHospitality has today called on the Government to adopt an approach to planning that supports and encourages the growth and stability of hospitality venues.</strong>\r\n\r\nIn its submission to the National (England) Planning Policy consultation, UKHospitality has made a series of recommendations aimed at boosting hospitality businesses, including:\r\n<ul>\r\n 	<li>Full support for the inclusion of the agent of change principle in the English planning regime, which will safeguard live music venues and nightclubs in particular, and an extension to all other planning jurisdictions in the UK;</li>\r\n 	<li>Any future planning policy should include a focus area on supporting tourism, building on the (now withdrawn) Good Practice Guide on Planning for Tourism developed by DCLG and the industry;</li>\r\n 	<li>Increased speed and flexibility in the planning process itself, to allow existing businesses to evolve and expand their sites.</li>\r\n</ul>\r\nUKHospitality has also welcomed the inclusion of business growth and productivity in the planning framework and support for both rural and town centre/high street businesses in the planning system\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Nightclubs, bars, restaurants and the wider hospitality sector have an opportunity to stimulate growth around the UK and revitalise town and city centres. Too often, however, we see planning restrictions in place that prevent businesses from achieving their true potential and local areas miss out and suffer as a result.\r\n\r\n“We have taken this opportunity to highlight the potential of the sector to the Government and shown exactly what can be done to free businesses from legislative restrictions to the benefit of communities.\r\n\r\n“Chief among these is the UK-wide introduction of the agent of change principal. The Mayor of London has already acknowledged the benefits presented by the scheme and it is time the Government introduced it, along with other similar positive action, on a national scale.”','UKHospitality calls for planning revamp to support hospitality','','publish','closed','open','','ukhospitality-calls-for-planning-revamp-to-support-hospitality','','','2018-05-11 09:07:22','2018-05-11 09:07:22','',0,'http://www.ontradeprogress.com/?p=1278',0,'post','',0),(1279,1,'2018-05-11 09:06:19','2018-05-11 09:06:19','<strong>UKHospitality has today called on the Government to adopt an approach to planning that supports and encourages the growth and stability of hospitality venues.</strong>\r\n\r\nIn its submission to the National (England) Planning Policy consultation, UKHospitality has made a series of recommendations aimed at boosting hospitality businesses, including:\r\n<ul>\r\n 	<li>Full support for the inclusion of the agent of change principle in the English planning regime, which will safeguard live music venues and nightclubs in particular, and an extension to all other planning jurisdictions in the UK;</li>\r\n 	<li>Any future planning policy should include a focus area on supporting tourism, building on the (now withdrawn) Good Practice Guide on Planning for Tourism developed by DCLG and the industry;</li>\r\n 	<li>Increased speed and flexibility in the planning process itself, to allow existing businesses to evolve and expand their sites.</li>\r\n</ul>\r\nUKHospitality has also welcomed the inclusion of business growth and productivity in the planning framework and support for both rural and town centre/high street businesses in the planning system\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Nightclubs, bars, restaurants and the wider hospitality sector have an opportunity to stimulate growth around the UK and revitalise town and city centres. Too often, however, we see planning restrictions in place that prevent businesses from achieving their true potential and local areas miss out and suffer as a result.\r\n\r\n“We have taken this opportunity to highlight the potential of the sector to the Government and shown exactly what can be done to free businesses from legislative restrictions to the benefit of communities.\r\n\r\n“Chief among these is the UK-wide introduction of the agent of change principal. The Mayor of London has already acknowledged the benefits presented by the scheme and it is time the Government introduced it, along with other similar positive action, on a national scale.”','UKHospitality calls for planning revamp to support hospitality','','inherit','closed','closed','','1278-revision-v1','','','2018-05-11 09:06:19','2018-05-11 09:06:19','',1278,'http://www.ontradeprogress.com/2018/05/11/1278-revision-v1/',0,'revision','',0),(1282,1,'2018-05-11 09:52:54','2018-05-11 09:52:54','<strong>Artisan baker Speciality Breads is making it easier for operators to take their alfresco and picnic offering to even greater heights this summer after expanding its newly launched range of frozen doughs to include a trio of ciabatta options – Plain, Sundried Tomato and Olive.</strong>\r\n\r\nThe three new variants can be personalized and cut to specific sizes to suit certain occasions plus come pre-proved for added convenience so they only need to be baked to deliver an authentic, freshly baked ciabatta.\r\n\r\nTo coincide with the launch, Speciality Breads’ Development Chef Neil Smith explains their versatility and how chefs and operators can utilise them best this summer:\r\n\r\n“The summer, picnic and alfresco season is the ideal time for chefs to utilise these flavour-packed classic ciabatta breads to offer their guests something extra special. These new ciabatta doughs are so easy to use and perfect whether used as a different style of burger carrier, for sublime sandwiches, filled with pulled meats or just offered as a freshly baked loaf to accompany summer sides, dips and dishes.\r\n\r\nMade using the same high-quality ingredients used in the company’s award winning frozen breads, the ciabatta pre-proved frozen doughs are simple and easy to use and just need to be defrosted at room temperature for 1 hour before being baked in an oven at 200°C for approximately 25-35 minutes.\r\n\r\nThe new frozen doughs not only guarantee that much-loved Speciality Breads’ flavour and taste, but their versatility enables chefs to stay ahead of the latest trends and can also help them alleviate waste too.\r\n\r\nThe frozen ciabatta doughs join the baker’s new range of ‘ready to prove’ frozen doughs which were launched earlier this year including white, brown, multigrain, brioche and spiced bun formats.\r\n\r\n<strong>Speciality Breads</strong>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads provides an ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor certified British flour. The company distributes its products to a UK-wide network of wholesalers, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads adds to frozen dough range with a trio of ciabatta options','','publish','closed','open','','speciality-breads-adds-to-frozen-dough-range-with-a-trio-of-ciabatta-options','','','2018-05-11 10:10:10','2018-05-11 10:10:10','',0,'http://www.ontradeprogress.com/?p=1282',0,'post','',0),(1283,1,'2018-05-11 09:48:34','2018-05-11 09:48:34','','PP73 baked sundried tomato','','inherit','closed','closed','','pp73-baked-sundried-tomato','','','2018-05-11 09:48:34','2018-05-11 09:48:34','',1282,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/PP73-baked-sundried-tomato.jpg',0,'attachment','image/jpeg',0),(1284,1,'2018-05-11 09:48:47','2018-05-11 09:48:47','','PP71 baked Olive','','inherit','closed','closed','','pp71-baked-olive','','','2018-05-11 09:48:47','2018-05-11 09:48:47','',1282,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/PP71-baked-Olive.jpg',0,'attachment','image/jpeg',0),(1285,1,'2018-05-11 09:49:01','2018-05-11 09:49:01','','PP70 baked Plain','','inherit','closed','closed','','pp70-baked-plain','','','2018-05-11 09:49:01','2018-05-11 09:49:01','',1282,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/PP70-baked-Plain.jpg',0,'attachment','image/jpeg',0),(1286,1,'2018-05-11 09:50:10','2018-05-11 09:50:10','Artisan baker Speciality Breads is making it easier for operators to take their alfresco and picnic offering to even greater heights this summer after expanding its newly launched range of frozen doughs to include a trio of ciabatta options – Plain, Sundried Tomato and Olive.\r\n\r\nThe three new variants can be personalized and cut to specific sizes to suit certain occasions plus come pre-proved for added convenience so they only need to be baked to deliver an authentic, freshly baked ciabatta.\r\n\r\nTo coincide with the launch, Speciality Breads’ Development Chef Neil Smith explains their versatility and how chefs and operators can utilise them best this summer:\r\n\r\n“The summer, picnic and alfresco season is the ideal time for chefs to utilise these flavour-packed classic ciabatta breads to offer their guests something extra special. These new ciabatta doughs are so easy to use and perfect whether used as a different style of burger carrier, for sublime sandwiches, filled with pulled meats or just offered as a freshly baked loaf to accompany summer sides, dips and dishes.\r\n\r\nMade using the same high-quality ingredients used in the company’s award winning frozen breads, the ciabatta pre-proved frozen doughs are simple and easy to use and just need to be defrosted at room temperature for 1 hour before being baked in an oven at 200°C for approximately 25-35 minutes.\r\n\r\nThe new frozen doughs not only guarantee that much-loved Speciality Breads’ flavour and taste, but their versatility enables chefs to stay ahead of the latest trends and can also help them alleviate waste too.\r\n\r\nThe frozen ciabatta doughs join the baker’s new range of ‘ready to prove’ frozen doughs which were launched earlier this year including white, brown, multigrain, brioche and spiced bun formats.\r\n\r\n<strong>Speciality Breads</strong>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads provides an ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor certified British flour. The company distributes its products to a UK-wide network of wholesalers, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads adds to frozen dough range with a trio of ciabatta options','','inherit','closed','closed','','1282-revision-v1','','','2018-05-11 09:50:10','2018-05-11 09:50:10','',1282,'http://www.ontradeprogress.com/2018/05/11/1282-revision-v1/',0,'revision','',0),(1287,1,'2018-05-11 09:52:54','2018-05-11 09:52:54','<strong>Artisan baker Speciality </strong>Breads<strong> is making it easier for operators to take their alfresco and picnic offering to even greater heights this summer after expanding its newly launched range of frozen doughs to include a trio of ciabatta options – Plain, Sundried Tomato and Olive.</strong>\r\n\r\nThe three new variants can be personalized and cut to specific sizes to suit certain occasions plus come pre-proved for added convenience so they only need to be baked to deliver an authentic, freshly baked ciabatta.\r\n\r\nTo coincide with the launch, Speciality Breads’ Development Chef Neil Smith explains their versatility and how chefs and operators can utilise them best this summer:\r\n\r\n“The summer, picnic and alfresco season is the ideal time for chefs to utilise these flavour-packed classic ciabatta breads to offer their guests something extra special. These new ciabatta doughs are so easy to use and perfect whether used as a different style of burger carrier, for sublime sandwiches, filled with pulled meats or just offered as a freshly baked loaf to accompany summer sides, dips and dishes.\r\n\r\nMade using the same high-quality ingredients used in the company’s award winning frozen breads, the ciabatta pre-proved frozen doughs are simple and easy to use and just need to be defrosted at room temperature for 1 hour before being baked in an oven at 200°C for approximately 25-35 minutes.\r\n\r\nThe new frozen doughs not only guarantee that much-loved Speciality Breads’ flavour and taste, but their versatility enables chefs to stay ahead of the latest trends and can also help them alleviate waste too.\r\n\r\nThe frozen ciabatta doughs join the baker’s new range of ‘ready to prove’ frozen doughs which were launched earlier this year including white, brown, multigrain, brioche and spiced bun formats.\r\n\r\n<strong>Speciality Breads</strong>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads provides an ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor certified British flour. The company distributes its products to a UK-wide network of wholesalers, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads adds to frozen dough range with a trio of ciabatta options','','inherit','closed','closed','','1282-revision-v1','','','2018-05-11 09:52:54','2018-05-11 09:52:54','',1282,'http://www.ontradeprogress.com/2018/05/11/1282-revision-v1/',0,'revision','',0),(1288,1,'2018-05-11 09:59:23','2018-05-11 09:59:23','<strong>The Final Six: Licensee of the Year Finalists Revealed</strong>\r\n\r\nThe British Institute of Innkeeping (BII) are delighted to announce the six finalists for the Licensee of the Year (LOYA) competition 2018.\r\n\r\nThe competition, sponsored by Sky, is now in its final stage leading up to the BII’s spectacular Summer Event at the HAC Gardens on 5<sup>th</sup> June, where the winner will be crowned. Over the past three weeks, our judges have visited the pubs of all twelve semi-finalists spread across the whole of the UK assessing standards from car parks and outside areas right through to cellars and kitchens as well as trading areas. They also completed in-depth interviews with the entrants covering all aspects of their business, their commitment to staff and to their own personal development.\r\n\r\n<strong>The six finalists are:</strong>\r\n\r\nKim Barker – The Ship Inn – Pentewan\r\n\r\nLee and Keris de Villiers – The Pig &amp; Whistle – Wandsworth\r\n\r\nMarc Duvauchelle – The Old Customs House – Portsmouth\r\n\r\nChristopher Norfolk – The Elm Tree – Elmton\r\n\r\nMark Shaw – The Castle Inn – Castle Donnington\r\n\r\nAlex and Tanya Williams – Polgooth Inn – St Austell\r\n\r\nMike Clist, CEO of the BII <em>said “The BII Licensee of the Year competition has long been renowned for being the most rigorous of all the awards in licensed retailing and is the one that individual operators really want to win. We consistently see an extremely high standard of entrants and 2018 has been no exception, which gave the judges a tough challenge narrowing it down from our twelve fantastic semi-finalists to just six. Congratulations to all of the finalists - I wish them well in the final stage.”</em>\r\n\r\nThe group now face their toughest challenge so far. On the 4<sup>th</sup> June they will face 3 judging panels made up of industry experts and be grilled on Business Development, People &amp; Training and Financial Awareness. The overall winner will be decided and announced at the BII Summer Event the next day, on the 5<sup>th</sup> June attended by over 800 of the great and good of the licensed trade in the UK.','BII LOYA 2018 finalists announced!','','publish','closed','open','','bii-loya-2018-finalists-announced','','','2018-05-11 09:59:41','2018-05-11 09:59:41','',0,'http://www.ontradeprogress.com/?p=1288',0,'post','',0),(1289,1,'2018-05-11 09:58:15','2018-05-11 09:58:15','','Untitled_design__21_','','inherit','closed','closed','','untitled_design__21_','','','2018-05-11 09:58:15','2018-05-11 09:58:15','',1288,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Untitled_design__21_.png',0,'attachment','image/png',0),(1290,1,'2018-05-11 09:59:07','2018-05-11 09:59:07','<strong>The Final Six: Licensee of the Year Finalists Revealed</strong>\r\n\r\nThe British Institute of Innkeeping (BII) are delighted to announce the six finalists for the Licensee of the Year (LOYA) competition 2018.\r\n\r\nThe competition, sponsored by Sky, is now in its final stage leading up to the BII’s spectacular Summer Event at the HAC Gardens on 5<sup>th</sup> June, where the winner will be crowned. Over the past three weeks, our judges have visited the pubs of all twelve semi-finalists spread across the whole of the UK assessing standards from car parks and outside areas right through to cellars and kitchens as well as trading areas. They also completed in-depth interviews with the entrants covering all aspects of their business, their commitment to staff and to their own personal development.\r\n\r\n<strong>The six finalists are:</strong>\r\n\r\nKim Barker – The Ship Inn – Pentewan\r\n\r\nLee and Keris de Villiers – The Pig &amp; Whistle – Wandsworth\r\n\r\nMarc Duvauchelle – The Old Customs House – Portsmouth\r\n\r\nChristopher Norfolk – The Elm Tree – Elmton\r\n\r\nMark Shaw – The Castle Inn – Castle Donnington\r\n\r\nAlex and Tanya Williams – Polgooth Inn – St Austell\r\n\r\nMike Clist, CEO of the BII <em>said “The BII Licensee of the Year competition has long been renowned for being the most rigorous of all the awards in licensed retailing and is the one that individual operators really want to win. We consistently see an extremely high standard of entrants and 2018 has been no exception, which gave the judges a tough challenge narrowing it down from our twelve fantastic semi-finalists to just six. Congratulations to all of the finalists - I wish them well in the final stage.”</em>\r\n\r\nThe group now face their toughest challenge so far. On the 4<sup>th</sup> June they will face 3 judging panels made up of industry experts and be grilled on Business Development, People &amp; Training and Financial Awareness. The overall winner will be decided and announced at the BII Summer Event the next day, on the 5<sup>th</sup> June attended by over 800 of the great and good of the licensed trade in the UK.','BII LOYA 2018 finalists announced!','','inherit','closed','closed','','1288-revision-v1','','','2018-05-11 09:59:07','2018-05-11 09:59:07','',1288,'http://www.ontradeprogress.com/2018/05/11/1288-revision-v1/',0,'revision','',0),(1291,1,'2018-05-11 10:04:41','2018-05-11 10:04:41','<strong>Artisan baker Speciality Breads is making it easier for operators to take their alfresco and picnic offering to even greater heights this summer after expanding its newly launched range of frozen doughs to include a trio of ciabatta options – Plain, Sundried Tomato and Olive.</strong>\r\n\r\nThe three new variants can be personalized and cut to specific sizes to suit certain occasions plus come pre-proved for added convenience so they only need to be baked to deliver an authentic, freshly baked ciabatta.\r\n\r\nTo coincide with the launch, Speciality Breads’ Development Chef Neil Smith explains their versatility and how chefs and operators can utilise them best this summer:\r\n\r\n“The summer, picnic and alfresco season is the ideal time for chefs to utilise these flavour-packed classic ciabatta breads to offer their guests something extra special. These new ciabatta doughs are so easy to use and perfect whether used as a different style of burger carrier, for sublime sandwiches, filled with pulled meats or just offered as a freshly baked loaf to accompany summer sides, dips and dishes.\r\n\r\nMade using the same high-quality ingredients used in the company’s award winning frozen breads, the ciabatta pre-proved frozen doughs are simple and easy to use and just need to be defrosted at room temperature for 1 hour before being baked in an oven at 200°C for approximately 25-35 minutes.\r\n\r\nThe new frozen doughs not only guarantee that much-loved Speciality Breads’ flavour and taste, but their versatility enables chefs to stay ahead of the latest trends and can also help them alleviate waste too.\r\n\r\nThe frozen ciabatta doughs join the baker’s new range of ‘ready to prove’ frozen doughs which were launched earlier this year including white, brown, multigrain, brioche and spiced bun formats.\r\n\r\n<strong>Speciality Breads</strong>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads provides an ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor certified British flour. The company distributes its products to a UK-wide network of wholesalers, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads adds to frozen dough range with a trio of ciabatta options','','inherit','closed','closed','','1282-revision-v1','','','2018-05-11 10:04:41','2018-05-11 10:04:41','',1282,'http://www.ontradeprogress.com/2018/05/11/1282-revision-v1/',0,'revision','',0),(1292,1,'2018-05-11 10:26:33','2018-05-11 10:26:33','<strong>Watchdog highlights cinema drinks – FEM argues modern equipment makes ice hygiene simple</strong>\r\n\r\nThe regular media stories about ice hygiene highlight the fact that some operators, or their staff, simply don’t care enough, according to FEM.   “The problem of ice hygiene has been tackled extensively and there are plenty of solutions that make it very easy to keep things clean,” says Mark Hogan, commercial director of FEM.  “While the law treats ice as a food, many people still have too casual an attitude to ice hygiene.  It’s time the industry got it sorted.”\r\n\r\nHogan says the key issue is the way staff handle ice.  There are now specialist ice scoops that have guards to ensure there’s no way ice and skin come into contact.  Similarly, when ice needs to be moved around, there are cleverly designed ice carriers that minimise the risk of contamination.  “These scoops and carriers are easy to use and look after – there’s no excuse for poor ice hygiene when equipment like this exists, especially as it’s inexpensive and readily available.”\r\n\r\nFor example, San Jamar is one of the manufacturers specialising in this type of equipment.  Its Saf-T-Ice Scoop range starts at just £40.10, while its light duty ice carrier has a list price of just £39.65.\r\n\r\nMeanwhile, most modern ice machines are designed to be easy to clean – some, such as FEM’s Manitowoc Ice range, have self-cleaning functions that make life even easier.\r\n\r\n“It’s very frustrating that, with all the effort and innovation that’s gone in to developing ice machines and accessories, there is still a problem with hygiene,” says Hogan.  “The supply chain really needs to emphasise the issue to end users, and ensure that staff are not only thoroughly trained, but also understand the real safety dangers that poor ice hygiene creates.”','Advice on ice handling as BBC raises bacteria issue again','','publish','closed','open','','advice-on-ice-handling-as-bbc-raises-bacteria-issue-again','','','2018-05-11 10:26:33','2018-05-11 10:26:33','',0,'http://www.ontradeprogress.com/?p=1292',0,'post','',0),(1293,1,'2018-05-11 10:17:16','2018-05-11 10:17:16','<strong>Watchdog highlights cinema drinks – FEM argues modern equipment makes ice hygiene simple</strong>\r\n\r\nThe regular media stories about ice hygiene highlight the fact that some operators, or their staff, simply don’t care enough, according to FEM.   “The problem of ice hygiene has been tackled extensively and there are plenty of solutions that make it very easy to keep things clean,” says Mark Hogan, commercial director of FEM.  “While the law treats ice as a food, many people still have too casual an attitude to ice hygiene.  It’s time the industry got it sorted.”\r\n\r\nHogan says the key issue is the way staff handle ice.  There are now specialist ice scoops that have guards to ensure there’s no way ice and skin come into contact.  Similarly, when ice needs to be moved around, there are cleverly designed ice carriers that minimise the risk of contamination.  “These scoops and carriers are easy to use and look after – there’s no excuse for poor ice hygiene when equipment like this exists, especially as it’s inexpensive and readily available.”\r\n\r\nFor example, San Jamar is one of the manufacturers specialising in this type of equipment.  Its Saf-T-Ice Scoop range starts at just £40.10, while its light duty ice carrier has a list price of just £39.65.\r\n\r\nMeanwhile, most modern ice machines are designed to be easy to clean – some, such as FEM’s Manitowoc Ice range, have self-cleaning functions that make life even easier.\r\n\r\n“It’s very frustrating that, with all the effort and innovation that’s gone in to developing ice machines and accessories, there is still a problem with hygiene,” says Hogan.  “The supply chain really needs to emphasise the issue to end users, and ensure that staff are not only thoroughly trained, but also understand the real safety dangers that poor ice hygiene creates.”','Advice on ice handling as BBC raises bacteria issue again','','inherit','closed','closed','','1292-revision-v1','','','2018-05-11 10:17:16','2018-05-11 10:17:16','',1292,'http://www.ontradeprogress.com/2018/05/11/1292-revision-v1/',0,'revision','',0),(1294,1,'2018-05-11 10:19:56','2018-05-11 10:19:56','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar','','','2018-05-11 10:19:56','2018-05-11 10:19:56','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar.jpg',0,'attachment','image/jpeg',0),(1295,1,'2018-05-11 10:20:30','2018-05-11 10:20:30','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar-2','','','2018-05-11 10:20:30','2018-05-11 10:20:30','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1.jpg',0,'attachment','image/jpeg',0),(1296,1,'2018-05-11 10:21:38','2018-05-11 10:21:38','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar 1','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar-1','','','2018-05-11 10:21:38','2018-05-11 10:21:38','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-1.jpg',0,'attachment','image/jpeg',0),(1297,1,'2018-05-11 10:22:26','2018-05-11 10:22:26','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar-3','','','2018-05-11 10:22:26','2018-05-11 10:22:26','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-2.jpg',0,'attachment','image/jpeg',0),(1298,1,'2018-05-11 10:22:56','2018-05-11 10:22:56','','FEMs-Saf','','inherit','closed','closed','','fems-saf','','','2018-05-11 10:22:56','2018-05-11 10:22:56','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf.jpg',0,'attachment','image/jpeg',0),(1299,1,'2018-05-11 10:23:44','2018-05-11 10:23:44','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar12','','','2018-05-11 10:23:44','2018-05-11 10:23:44','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar12.jpg',0,'attachment','image/jpeg',0),(1300,1,'2018-05-11 10:25:19','2018-05-11 10:25:19','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar 123','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar-123','','','2018-05-11 10:25:19','2018-05-11 10:25:19','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-123.jpg',0,'attachment','image/jpeg',0),(1301,1,'2018-05-11 10:26:21','2018-05-11 10:26:21','','FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar 1','','inherit','closed','closed','','fems-saf-t-ice-scoop-and-saf-t-ice-carrier-from-san-jamar-1-2','','','2018-05-11 10:26:21','2018-05-11 10:26:21','',1292,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/FEMs-Saf-T-Ice-Scoop-and-Saf-T-Ice-Carrier-from-San-Jamar-1-2.jpg',0,'attachment','image/jpeg',0),(1303,1,'2018-05-15 14:48:46','2018-05-15 14:48:46','<img class=\"alignleft wp-image-1304\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/MJ.jpg\" alt=\"\" width=\"93\" height=\"75\" />\r\n\r\n<strong>Easy- come, easy-bake M&amp;J Seafood crumble top cod loins </strong>\r\n\r\nM&amp;J Seafood’s MSC crumble-topped cod loins offer a modern twist on a classic pie without the preparation time or labour costs.\r\n\r\nThe sustainably caught, skinned and boned cod, topped with light mashed potato and hard cheese, comes in its own ‘Easy-Bake’ paper packet that goes straight into the oven. The result is a contemporary dish with traditional flavours that saves time on preparation and presentation but still looks great when it leaves the kitchen. The cod is MSC certified, responsibly sourced and sustainable, while the ‘Easy Bake’ concept is patented and exclusive to M&amp;J Seafood. The skinless and boneless loins are supplied frozen, ready to bake, in packs of 20, and weigh between 170g-200g per loin.\r\n\r\nFor more information, or for details of other items in the extensive M&amp;J Seafood range, visit www.mjseafood.com or call 01296 610600.\r\n\r\n&nbsp;','M&J Seafood launches crumble top cod','','publish','closed','open','','mj-seafood-launches-crumble-top-cod','','','2018-05-15 15:05:41','2018-05-15 15:05:41','',0,'http://www.ontradeprogress.com/?p=1303',0,'post','',0),(1304,1,'2018-05-15 14:45:42','2018-05-15 14:45:42','','M&J','','inherit','closed','closed','','mj','','','2018-05-15 14:45:42','2018-05-15 14:45:42','',1303,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/MJ.jpg',0,'attachment','image/jpeg',0),(1305,1,'2018-05-15 14:47:25','2018-05-15 14:47:25','','M&J Seafood Crumble Top Cod','','inherit','closed','closed','','mj-seafood-crumble-top-cod','','','2018-05-15 14:47:25','2018-05-15 14:47:25','',1303,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/MJ-Seafood-Crumble-Top-Cod.jpg',0,'attachment','image/jpeg',0),(1306,1,'2018-05-15 14:47:41','2018-05-15 14:47:41','<img class=\"alignleft  wp-image-1304\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/MJ.jpg\" alt=\"\" width=\"93\" height=\"75\" />\r\n\r\n<strong>Easy- come, easy-bake M&amp;J Seafood crumble top cod loins </strong>\r\n\r\nM&amp;J Seafood’s MSC crumble-topped cod loins offer a modern twist on a classic pie without the preparation time or labour costs.\r\n\r\nThe sustainably caught, skinned and boned cod, topped with light mashed potato and hard cheese, comes in its own ‘Easy-Bake’ paper packet that goes straight into the oven. The result is a contemporary dish with traditional flavours that saves time on preparation and presentation but still looks great when it leaves the kitchen. The cod is MSC certified, responsibly sourced and sustainable, while the ‘Easy Bake’ concept is patented and exclusive to M&amp;J Seafood. The skinless and boneless loins are supplied frozen, ready to bake, in packs of 20, and weigh between 170g-200g per loin.\r\n\r\nFor more information, or for details of other items in the extensive M&amp;J Seafood range, visit www.mjseafood.com or call 01296 610600.\r\n\r\n&nbsp;','M&J Seafood launches crumble top cod','','inherit','closed','closed','','1303-revision-v1','','','2018-05-15 14:47:41','2018-05-15 14:47:41','',1303,'http://www.ontradeprogress.com/2018/05/15/1303-revision-v1/',0,'revision','',0),(1307,1,'2018-05-16 08:57:34','2018-05-16 08:57:34','<img class=\"alignleft wp-image-1309\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/star.png\" alt=\"\" width=\"150\" height=\"68\" />\r\n\r\n<strong>BRITS SAY ‘I DO’ TO ANOTHER PINT THIS WEEKEND AS UK PUBS ANTICIPATE BUSIEST DAY OF THE YEAR SO FAR</strong>\r\n<ul>\r\n 	<li>Over 50m pints of beer are expected to be sold on the day of the Royal Wedding this weekend</li>\r\n 	<li>More than 1,000 pints will be pulled in pubs every second</li>\r\n 	<li>Saturday 19<sup>th</sup> May is  being dubbed ‘Super Saturday’ in celebration of the Royal Wedding and FA Cup Final</li>\r\n</ul>\r\nPub bosses up and down the country, are anticipating the busiest day of the year in what is being dubbed ‘Super Saturday,’ as punters are expected to head to their local pubs in droves and celebrate the Royal Wedding and the FA Cup Final.\r\n\r\nStar Pubs &amp; Bars predict more than 1,000 pints a second will be poured on Saturday 19<sup>th</sup> May, as drinkers celebrate the perfect pairing of Harry and Meghan’s wedding and the FA Cup Final between Manchester United and Chelsea.\r\n\r\nIt’s anticipated that over 50m pints of beer will be sold in one day, along with a huge spike in demand for British made ciders such as Bulmers and English sparkling wines .\r\n\r\nOf the 2,900 Star Pubs &amp; Bars across the country, measures will be put in place to maximise enjoyment and avoid congestion for the big day, with more bar staff, glassware, seating  and big screens. While the Queen Charlotte in Windsor, will be opening their doors to royal fans from 7am serving hearty British breakfasts and will be doubling staff numbers on the big day.\r\n\r\nBrits will also be able to celebrate late in to the evening thanks to the Home Office-approved extended hours. With broadcast coverage of the Royal Wedding starting from as early 9.30am, patriotic punters are expected to head to their locals earlier than normal to grab a front row seat.\r\n\r\nLawson Mountstevens, managing director of Star Pubs &amp; Bars explains; “We are helping our pubs ready for the biggest party of the year. Pubs have always held pride of place for national celebrations like Royal weddings and great sporting events for Brits. We predict it will be the busiest day of the year as people flock to their local on 19 May.”\r\n\r\nOne landlord in Windsor, John Perry of the Queen Charlotte on Church Lane, is expecting a bumper Saturday as people flock to the town to celebrate the royal wedding. “We’re preparing for the biggest day of 2018 - even if the British weather doesn’t cooperate, ”says John. “We’ve had interest from all over the world and are booked out for meals. Our regulars were the first to reserve spaces but we’ve got people coming from as far away as Australia and America. We’ll be switching over to watch the FA Cup Final at 5pm, it’s going to be full on, all day.\"\r\n\r\nIn anticipation of the big day, John is doubling his staff and opening from 7am to serve breakfast to those arriving to enjoy the pre-wedding excitement and catch a glimpse of the couple and their guests.  “Harry is a very popular Royal and we’re all really excited. We’re decorating the pub like a wedding breakfast and shipping in big screens to show the ceremony and build-up live. We want to make being at the Queen Charlotte the next best thing to attending the wedding itself.” To mark the occasion and help customers toast the newlyweds in style, John has produced a special Gin&amp;Er gin and is stocking Windsor Brewery’s Windsor Knot beer.','UK Pubs anticipate busiest day of the year this weekend - Super Saturday','','publish','closed','open','','uk-pubs-anticipate-busiest-day-of-the-year-this-weekend-super-saturday','','','2018-05-16 08:57:55','2018-05-16 08:57:55','',0,'http://www.ontradeprogress.com/?p=1307',0,'post','',0),(1308,1,'2018-05-16 08:43:05','2018-05-16 08:43:05','','UK Pubs anticipate busiest day of the year this weekend - Super Saturday','','inherit','closed','closed','','1307-revision-v1','','','2018-05-16 08:43:05','2018-05-16 08:43:05','',1307,'http://www.ontradeprogress.com/2018/05/16/1307-revision-v1/',0,'revision','',0),(1309,1,'2018-05-16 08:45:28','2018-05-16 08:45:28','','star','','inherit','closed','closed','','star','','','2018-05-16 08:45:28','2018-05-16 08:45:28','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/star.png',0,'attachment','image/png',0),(1310,1,'2018-05-16 08:50:21','2018-05-16 08:50:21','','Brits to say \'I Do\' to another pint this weekend (Credit; Matt Fowler)1','','inherit','closed','closed','','brits-to-say-i-do-to-another-pint-this-weekend-credit-matt-fowler1','','','2018-05-16 08:50:21','2018-05-16 08:50:21','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1.jpg',0,'attachment','image/jpeg',0),(1311,1,'2018-05-16 08:51:00','2018-05-16 08:51:00','','Brits to say \'I Do\' to another pint this weekend (Credit; Matt Fowler)1','','inherit','closed','closed','','brits-to-say-i-do-to-another-pint-this-weekend-credit-matt-fowler1-2','','','2018-05-16 08:51:00','2018-05-16 08:51:00','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler1-1.jpg',0,'attachment','image/jpeg',0),(1312,1,'2018-05-16 08:52:41','2018-05-16 08:52:41','','wedding','','inherit','closed','closed','','wedding','','','2018-05-16 08:52:41','2018-05-16 08:52:41','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/wedding.jpg',0,'attachment','image/jpeg',0),(1313,1,'2018-05-16 08:53:35','2018-05-16 08:53:35','','Brits to say \'I Do\' to another pint this weekend (Credit; Matt Fowler)','','inherit','closed','closed','','brits-to-say-i-do-to-another-pint-this-weekend-credit-matt-fowler','','','2018-05-16 08:53:35','2018-05-16 08:53:35','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler.jpg',0,'attachment','image/jpeg',0),(1314,1,'2018-05-16 08:54:16','2018-05-16 08:54:16','<img class=\"alignleft  wp-image-1309\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/star.png\" alt=\"\" width=\"150\" height=\"68\" />\r\n\r\n<strong>BRITS SAY ‘I DO’ TO ANOTHER PINT THIS WEEKEND AS UK PUBS ANTICIPATE BUSIEST DAY OF THE YEAR SO FAR</strong>\r\n<ul>\r\n 	<li>Over 50m pints of beer are expected to be sold on the day of the Royal Wedding this weekend</li>\r\n 	<li>More than 1,000 pints will be pulled in pubs every second</li>\r\n 	<li>Saturday 19<sup>th</sup> May is  being dubbed ‘Super Saturday’ in celebration of the Royal Wedding and FA Cup Final</li>\r\n</ul>\r\nPub bosses up and down the country, are anticipating the busiest day of the year in what is being dubbed ‘Super Saturday,’ as punters are expected to head to their local pubs in droves and celebrate the Royal Wedding and the FA Cup Final.\r\n\r\nStar Pubs &amp; Bars predict more than 1,000 pints a second will be poured on Saturday 19<sup>th</sup> May, as drinkers celebrate the perfect pairing of Harry and Meghan’s wedding and the FA Cup Final between Manchester United and Chelsea.\r\n\r\nIt’s anticipated that over 50m pints of beer will be sold in one day, along with a huge spike in demand for British made ciders such as Bulmers and English sparkling wines .\r\n\r\nOf the 2,900 Star Pubs &amp; Bars across the country, measures will be put in place to maximise enjoyment and avoid congestion for the big day, with more bar staff, glassware, seating  and big screens. While the Queen Charlotte in Windsor, will be opening their doors to royal fans from 7am serving hearty British breakfasts and will be doubling staff numbers on the big day.\r\n\r\nBrits will also be able to celebrate late in to the evening thanks to the Home Office-approved extended hours. With broadcast coverage of the Royal Wedding starting from as early 9.30am, patriotic punters are expected to head to their locals earlier than normal to grab a front row seat.\r\n\r\nLawson Mountstevens, managing director of Star Pubs &amp; Bars explains; “We are helping our pubs ready for the biggest party of the year. Pubs have always held pride of place for national celebrations like Royal weddings and great sporting events for Brits. We predict it will be the busiest day of the year as people flock to their local on 19 May.”\r\n\r\nOne landlord in Windsor, John Perry of the Queen Charlotte on Church Lane, is expecting a bumper Saturday as people flock to the town to celebrate the royal wedding. “We’re preparing for the biggest day of 2018 - even if the British weather doesn’t cooperate, ”says John. “We’ve had interest from all over the world and are booked out for meals. Our regulars were the first to reserve spaces but we’ve got people coming from as far away as Australia and America. We’ll be switching over to watch the FA Cup Final at 5pm, it’s going to be full on, all day.\"\r\n\r\nIn anticipation of the big day, John is doubling his staff and opening from 7am to serve breakfast to those arriving to enjoy the pre-wedding excitement and catch a glimpse of the couple and their guests.  “Harry is a very popular Royal and we’re all really excited. We’re decorating the pub like a wedding breakfast and shipping in big screens to show the ceremony and build-up live. We want to make being at the Queen Charlotte the next best thing to attending the wedding itself.” To mark the occasion and help customers toast the newlyweds in style, John has produced a special Gin&amp;Er gin and is stocking Windsor Brewery’s Windsor Knot beer.','UK Pubs anticipate busiest day of the year this weekend - Super Saturday','','inherit','closed','closed','','1307-revision-v1','','','2018-05-16 08:54:16','2018-05-16 08:54:16','',1307,'http://www.ontradeprogress.com/2018/05/16/1307-revision-v1/',0,'revision','',0),(1315,1,'2018-05-16 08:54:41','2018-05-16 08:54:41','','Brits to say \'I Do\' to another pint this weekend (Credit; Matt Fowler)3','','inherit','closed','closed','','brits-to-say-i-do-to-another-pint-this-weekend-credit-matt-fowler3','','','2018-05-16 08:54:41','2018-05-16 08:54:41','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brits-to-say-I-Do-to-another-pint-this-weekend-Credit-Matt-Fowler3.jpg',0,'attachment','image/jpeg',0),(1316,1,'2018-05-16 08:55:16','2018-05-16 08:55:16','','Brits to say','','inherit','closed','closed','','brits-to-say','','','2018-05-16 08:55:16','2018-05-16 08:55:16','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brits-to-say.jpg',0,'attachment','image/jpeg',0),(1317,1,'2018-05-16 08:56:21','2018-05-16 08:56:21','','wedding 2','','inherit','closed','closed','','wedding-2','','','2018-05-16 08:56:21','2018-05-16 08:56:21','',1307,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/wedding-2.jpg',0,'attachment','image/jpeg',0),(1318,1,'2018-05-16 09:14:16','2018-05-16 09:14:16','<img class=\"alignleft wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"71\" height=\"71\" />\r\n\r\n<strong>Sixty82 receives positive reception from UK rigging industry upon its unveiling at PLASA focus Leeds </strong>\r\n\r\nThe North of England\'s PLASA Focus Leeds exhibition provided the perfect showcase for new brand, Sixty82 to unveil its trussing and staging systems to the UK rigging industry - receiving an overwhelmingly positive reception and much interest from visitors.\r\n\r\nMatthew Millward, Rigging Sales Manager for Sixty82\'s UK distributor, A.C. Entertainment Technologies Ltd (AC-ET), which featured the brand on its stand commented: \"It\'s fantastic to be working with Sixty82, whose team needs no introduction to the industry. There was a huge amount of goodwill and interest from the rental companies, technicians and venues we spoke to. We expect to receive lots of enquiries in the coming months...it\'s exciting times!\"\r\n\r\nAC-ET\'s specialist Rigging product division, which is based in the company\'s Leeds Northern sales office and warehouse, will handle Sixty82 enquiries and hold stock there.\r\n\r\nSixty82 Co-founder, Lee Brooks added: \"We had a very enjoyable PLASA show, and having worked in secret over the past months on the creation of Sixty82, it is gratifying to see such an overwhelmingly positive response from many past and prospective customers.\r\n\r\n\"In partnering with AC-ET, we have what in our opinion is the UK’s leading entertainment technologies distributor fully focused on the availability of our industry standard product lines. We look forward to fully supporting the UK market together with them.\"\r\n\r\nThe Sixty82 alliance, which features innovators from three countries with over 100 years of entertainment industry leadership between them, came together to bring a fresh view into the market - providing innovative, next generation trussing and staging systems.','Sixty82 receives positive reception from UK rigging industry','','publish','closed','open','','sixty82-receives-positive-reception-from-uk-rigging-industry','','','2018-05-16 09:18:00','2018-05-16 09:18:00','',0,'http://www.ontradeprogress.com/?p=1318',0,'post','',0),(1319,1,'2018-05-16 09:11:48','2018-05-16 09:11:48','<strong>Sixty82 receives positive reception from UK rigging industry upon its unveiling at PLASA focus Leeds </strong>\r\n\r\nThe North of England\'s PLASA Focus Leeds exhibition provided the perfect showcase for new brand, Sixty82 to unveil its trussing and staging systems to the UK rigging industry - receiving an overwhelmingly positive reception and much interest from visitors.\r\n\r\nMatthew Millward, Rigging Sales Manager for Sixty82\'s UK distributor, A.C. Entertainment Technologies Ltd (AC-ET), which featured the brand on its stand commented: \"It\'s fantastic to be working with Sixty82, whose team needs no introduction to the industry. There was a huge amount of goodwill and interest from the rental companies, technicians and venues we spoke to. We expect to receive lots of enquiries in the coming months...it\'s exciting times!\"\r\n\r\nAC-ET\'s specialist Rigging product division, which is based in the company\'s Leeds Northern sales office and warehouse, will handle Sixty82 enquiries and hold stock there.\r\n\r\nSixty82 Co-founder, Lee Brooks added: \"We had a very enjoyable PLASA show, and having worked in secret over the past months on the creation of Sixty82, it is gratifying to see such an overwhelmingly positive response from many past and prospective customers.\r\n\r\n\"In partnering with AC-ET, we have what in our opinion is the UK’s leading entertainment technologies distributor fully focused on the availability of our industry standard product lines. We look forward to fully supporting the UK market together with them.\"\r\n\r\nThe Sixty82 alliance, which features innovators from three countries with over 100 years of entertainment industry leadership between them, came together to bring a fresh view into the market - providing innovative, next generation trussing and staging systems.','Sixty82 receives positive reception from UK rigging industry','','inherit','closed','closed','','1318-revision-v1','','','2018-05-16 09:11:48','2018-05-16 09:11:48','',1318,'http://www.ontradeprogress.com/2018/05/16/1318-revision-v1/',0,'revision','',0),(1320,1,'2018-05-16 09:13:36','2018-05-16 09:13:36','','Sixty82 at PLASA Focus Leeds on the AC-ET Stand','','inherit','closed','closed','','sixty82-at-plasa-focus-leeds-on-the-ac-et-stand','','','2018-05-16 09:13:36','2018-05-16 09:13:36','',1318,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Sixty82-at-PLASA-Focus-Leeds-on-the-AC-ET-Stand.jpg',0,'attachment','image/jpeg',0),(1322,1,'2018-05-16 09:17:45','2018-05-16 09:17:45','<img class=\"alignleft  wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"87\" height=\"87\" />\r\n\r\n<strong>Sixty82 receives positive reception from UK rigging industry upon its unveiling at PLASA focus Leeds </strong>\r\n\r\nThe North of England\'s PLASA Focus Leeds exhibition provided the perfect showcase for new brand, Sixty82 to unveil its trussing and staging systems to the UK rigging industry - receiving an overwhelmingly positive reception and much interest from visitors.\r\n\r\nMatthew Millward, Rigging Sales Manager for Sixty82\'s UK distributor, A.C. Entertainment Technologies Ltd (AC-ET), which featured the brand on its stand commented: \"It\'s fantastic to be working with Sixty82, whose team needs no introduction to the industry. There was a huge amount of goodwill and interest from the rental companies, technicians and venues we spoke to. We expect to receive lots of enquiries in the coming months...it\'s exciting times!\"\r\n\r\nAC-ET\'s specialist Rigging product division, which is based in the company\'s Leeds Northern sales office and warehouse, will handle Sixty82 enquiries and hold stock there.\r\n\r\nSixty82 Co-founder, Lee Brooks added: \"We had a very enjoyable PLASA show, and having worked in secret over the past months on the creation of Sixty82, it is gratifying to see such an overwhelmingly positive response from many past and prospective customers.\r\n\r\n\"In partnering with AC-ET, we have what in our opinion is the UK’s leading entertainment technologies distributor fully focused on the availability of our industry standard product lines. We look forward to fully supporting the UK market together with them.\"\r\n\r\nThe Sixty82 alliance, which features innovators from three countries with over 100 years of entertainment industry leadership between them, came together to bring a fresh view into the market - providing innovative, next generation trussing and staging systems.','Sixty82 receives positive reception from UK rigging industry','','inherit','closed','closed','','1318-revision-v1','','','2018-05-16 09:17:45','2018-05-16 09:17:45','',1318,'http://www.ontradeprogress.com/2018/05/16/1318-revision-v1/',0,'revision','',0),(1323,1,'2018-05-16 09:18:00','2018-05-16 09:18:00','<img class=\"alignleft wp-image-816\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"71\" height=\"71\" />\r\n\r\n<strong>Sixty82 receives positive reception from UK rigging industry upon its unveiling at PLASA focus Leeds </strong>\r\n\r\nThe North of England\'s PLASA Focus Leeds exhibition provided the perfect showcase for new brand, Sixty82 to unveil its trussing and staging systems to the UK rigging industry - receiving an overwhelmingly positive reception and much interest from visitors.\r\n\r\nMatthew Millward, Rigging Sales Manager for Sixty82\'s UK distributor, A.C. Entertainment Technologies Ltd (AC-ET), which featured the brand on its stand commented: \"It\'s fantastic to be working with Sixty82, whose team needs no introduction to the industry. There was a huge amount of goodwill and interest from the rental companies, technicians and venues we spoke to. We expect to receive lots of enquiries in the coming months...it\'s exciting times!\"\r\n\r\nAC-ET\'s specialist Rigging product division, which is based in the company\'s Leeds Northern sales office and warehouse, will handle Sixty82 enquiries and hold stock there.\r\n\r\nSixty82 Co-founder, Lee Brooks added: \"We had a very enjoyable PLASA show, and having worked in secret over the past months on the creation of Sixty82, it is gratifying to see such an overwhelmingly positive response from many past and prospective customers.\r\n\r\n\"In partnering with AC-ET, we have what in our opinion is the UK’s leading entertainment technologies distributor fully focused on the availability of our industry standard product lines. We look forward to fully supporting the UK market together with them.\"\r\n\r\nThe Sixty82 alliance, which features innovators from three countries with over 100 years of entertainment industry leadership between them, came together to bring a fresh view into the market - providing innovative, next generation trussing and staging systems.','Sixty82 receives positive reception from UK rigging industry','','inherit','closed','closed','','1318-revision-v1','','','2018-05-16 09:18:00','2018-05-16 09:18:00','',1318,'http://www.ontradeprogress.com/2018/05/16/1318-revision-v1/',0,'revision','',0),(1325,1,'2018-05-16 09:34:35','2018-05-16 09:34:35','<strong>Introducing Pacific Paradise at Black Roe this summer </strong>\r\n\r\nThroughout summer Black Roe will be a tropical oasis introducing you to a Pacific Paradise located in the heart of Mayfair, guests will experience a slice of island life in celebration of their second birthday. From a Hawaiian style summer poke bar, to the tropical floral installation and a cocktail menu that transports you to tranquil beaches; Black Roe will be bringing the spirit of the warmer months inside.\r\n\r\nCascading from the ceiling, a fusion of sunset blossoms, Asian poppies, orchids and blousy peonies will hang above diners. The Hawaiian-beach style poke bar will be serving up fresh fish masterfully marinated in bowls garnished with beautiful blooms for summer.\r\n\r\nDrawing on inspiration from the cuisine found around the Pacific rim, the new a la carte menu will serve dishes such as langoustine &amp; scallop ceviche cured in lemongrass, ginger and lime; whole lobster mac ‘n’ cheese served in the shell; beef tataki with sun blushed tomatoes, parmesan crisps and salsa picante as well as caramelised pineapple crème brûlée with a lime and cinnamon puff to follow.\r\n\r\nGuests will be island hopping around the pacific, from Bora Bora to Tahiti, with a refreshed cocktail menu that has been designed to play on nostalgic memories of warm, sandy beaches and exotic scents of cracked coconut and fresh pineapple. Sip on creations such as the Aloha with Tanqueray 10, Grapefruit Juice, St Germain Elderflower Liqueur, Yuzu Juice and foam made from Peach puree, prosecco and lemon; the Spicy Mai Tai made with El Dorado 3 rum, Gosling rum, Cointreau, chilli, almond and pineapple and the Quiet Storm with coconut cream, passion fruit, lime, lychee, apple and mint.\r\n\r\nAs the evenings draw near, diners can choose an exclusive culinary experience; a journey around the pacific rim, from Vietnam, Thailand, Hawaii, Japan and beyond, chefs will be serving a special Pacific Paradise Menu where guests are welcomed aboard the journey with the special Aloha cocktail followed by dishes inspired by the different cuisines, including tuna tacos, yellow tail poke; pork stickers and steamed mussels in fragrant lemongrass broth.\r\n\r\nBlack Roe Poke Bar &amp; Grill launched in the heart of Mayfair in March 2016, and brought the finest Pacific Rim cuisine to London. The intimate restaurant is backed by Kurt Zdesar, the owner of the successful Chotto Matte in Soho and Fucina in Marylebone.','Introducing Pacific Paradise at Black Roe this summer','','publish','closed','open','','introducing-pacific-paradise-at-black-roe-this-summer','','','2018-05-16 09:41:40','2018-05-16 09:41:40','',0,'http://www.ontradeprogress.com/?p=1325',0,'post','',0),(1326,1,'2018-05-16 09:31:16','2018-05-16 09:31:16','','Black Roe interior web 2','','inherit','closed','closed','','black-roe-interior-web-2','','','2018-05-16 09:31:16','2018-05-16 09:31:16','',1325,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Black-Roe-interior-web-2.jpg',0,'attachment','image/jpeg',0),(1327,1,'2018-05-16 09:33:46','2018-05-16 09:33:46','<strong>Introducing Pacific Paradise at Black Roe this summer </strong>\r\n\r\nThroughout summer Black Roe will be a tropical oasis introducing you to a Pacific Paradise located in the heart of Mayfair, guests will experience a slice of island life in celebration of their second birthday. From a Hawaiian style summer poke bar, to the tropical floral installation and a cocktail menu that transports you to tranquil beaches; Black Roe will be bringing the spirit of the warmer months inside.\r\n\r\nCascading from the ceiling, a fusion of sunset blossoms, Asian poppies, orchids and blousy peonies will hang above diners. The Hawaiian-beach style poke bar will be serving up fresh fish masterfully marinated in bowls garnished with beautiful blooms for summer.\r\n\r\nDrawing on inspiration from the cuisine found around the Pacific rim, the new a la carte menu will serve dishes such as langoustine &amp; scallop ceviche cured in lemongrass, ginger and lime; whole lobster mac ‘n’ cheese served in the shell; beef tataki with sun blushed tomatoes, parmesan crisps and salsa picante as well as caramelised pineapple crème brûlée with a lime and cinnamon puff to follow.\r\n\r\nGuests will be island hopping around the pacific, from Bora Bora to Tahiti, with a refreshed cocktail menu that has been designed to play on nostalgic memories of warm, sandy beaches and exotic scents of cracked coconut and fresh pineapple. Sip on creations such as the Aloha with Tanqueray 10, Grapefruit Juice, St Germain Elderflower Liqueur, Yuzu Juice and foam made from Peach puree, prosecco and lemon; the Spicy Mai Tai made with El Dorado 3 rum, Gosling rum, Cointreau, chilli, almond and pineapple and the Quiet Storm with coconut cream, passion fruit, lime, lychee, apple and mint.\r\n\r\nAs the evenings draw near, diners can choose an exclusive culinary experience; a journey around the pacific rim, from Vietnam, Thailand, Hawaii, Japan and beyond, chefs will be serving a special Pacific Paradise Menu where guests are welcomed aboard the journey with the special Aloha cocktail followed by dishes inspired by the different cuisines, including tuna tacos, yellow tail poke; pork stickers and steamed mussels in fragrant lemongrass broth.\r\n\r\nBlack Roe Poke Bar &amp; Grill launched in the heart of Mayfair in March 2016, and brought the finest Pacific Rim cuisine to London. The intimate restaurant is backed by Kurt Zdesar, the owner of the successful Chotto Matte in Soho and Fucina in Marylebone.','Introducing Pacific Paradise at Black Roe this summer','','inherit','closed','closed','','1325-revision-v1','','','2018-05-16 09:33:46','2018-05-16 09:33:46','',1325,'http://www.ontradeprogress.com/2018/05/16/1325-revision-v1/',0,'revision','',0),(1328,1,'2018-05-16 09:47:31','2018-05-16 09:47:31','<strong><span style=\"font-size: 10.0pt;\">UKHospitality has warned the Government that taxation and regulatory pressures risk undoing the good work and job creation carried out by the hospitality sector since 2008.</span></strong>\r\n\r\n<span style=\"font-size: 10.0pt;\">The warning follows the publication of data by the Office for National Statistics that shows 31,000 fewer jobs compared to same period last year. The data highlights a 3<sup>rd</sup> consecutive quarter of contraction in jobs numbers and 92,000 fewer jobs compared to peak of Q2 2017.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\"> Despite this, the number of jobs in the sector is still nearly 400,000 more than at the end of 2008.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\"> UKHospitality Chief Executive Kate Nicholls said: “The hospitality sector has done a fantastic job at creating opportunities, revitalising high streets and stimulating growth since the financial crisis. The sector has been a major driver of employment, creating 1 in 7 of all new jobs despite increasing cost pressures and legislative restrictions.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\">“The new data from the ONS suggests that these cost pressures are becoming too much for some employers and, consequently, we are looking at a reduction in the number of jobs compared to last year. It also seems no coincidence that the reduction in jobs should follow so closely from the disastrous business rates revaluation that has heaped more pressure on venues.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\">“We have been vocal and persistent in our message to the Government that if businesses continue to face spiralling taxes, they will struggle to invest and grow and, ultimately, jobs will be at risk.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\">“The sector is still in a very strong position and has an opportunity to continue creating jobs and revitalising communities around the UK, but only if exorbitant and destructive costs are tackled by the Government.”</span>','Cost pressures risk sector job creation, warns UKHospitality','','publish','closed','open','','cost-pressures-risk-sector-job-creation-warns-ukhospitality','','','2018-05-16 09:49:21','2018-05-16 09:49:21','',0,'http://www.ontradeprogress.com/?p=1328',0,'post','',0),(1329,1,'2018-05-16 09:47:15','2018-05-16 09:47:15','<strong><span style=\"font-size: 10.0pt;\">UKHospitality has warned the Government that taxation and regulatory pressures risk undoing the good work and job creation carried out by the hospitality sector since 2008.</span></strong>\r\n\r\n<span style=\"font-size: 10.0pt;\">The warning follows the publication of data by the Office for National Statistics that shows 31,000 fewer jobs compared to same period last year. The data highlights a 3<sup>rd</sup> consecutive quarter of contraction in jobs numbers and 92,000 fewer jobs compared to peak of Q2 2017.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\"> Despite this, the number of jobs in the sector is still nearly 400,000 more than at the end of 2008.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\"> UKHospitality Chief Executive Kate Nicholls said: “The hospitality sector has done a fantastic job at creating opportunities, revitalising high streets and stimulating growth since the financial crisis. The sector has been a major driver of employment, creating 1 in 7 of all new jobs despite increasing cost pressures and legislative restrictions.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\">“The new data from the ONS suggests that these cost pressures are becoming too much for some employers and, consequently, we are looking at a reduction in the number of jobs compared to last year. It also seems no coincidence that the reduction in jobs should follow so closely from the disastrous business rates revaluation that has heaped more pressure on venues.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\">“We have been vocal and persistent in our message to the Government that if businesses continue to face spiralling taxes, they will struggle to invest and grow and, ultimately, jobs will be at risk.</span>\r\n\r\n<span style=\"font-size: 10.0pt;\">“The sector is still in a very strong position and has an opportunity to continue creating jobs and revitalising communities around the UK, but only if exorbitant and destructive costs are tackled by the Government.”</span>','Cost pressures risk sector job creation, warns UKHospitality','','inherit','closed','closed','','1328-revision-v1','','','2018-05-16 09:47:15','2018-05-16 09:47:15','',1328,'http://www.ontradeprogress.com/2018/05/16/1328-revision-v1/',0,'revision','',0),(1330,1,'2018-05-16 10:05:00','2018-05-16 10:05:00','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"119\" height=\"113\" />\r\n\r\n<strong>Artis</strong>, the leading distributor to the foodservice industry of glass- and tableware, has announced a 25% price reduction in the price of selected glassware within its best-selling Hobstar range. Hobstar, a true vintage original, is manufactured by Libbey and is at the forefront of today’s demand for vintage style cocktail glassware.\r\n\r\n<strong>HOBSTAR DOUBLE OLD FASHIONED AND COOLER 25% OFF</strong>\r\n\r\nThe Hobstar cut glasses design since 1896, produced by Libbey during the ‘brilliant period of American cut glass’, is perfect for the current fashion of vintage chic. The design features the original vintage ‘cut glass’ pattern from those early years but, today, the range has been expanded to include not only Double Old Fashioned and Cooler but also coupe, shot and cocktail glasses.\r\n\r\nThe 25% price reduction is available until 30<sup>th</sup> September and applies to the original DOF and Cooler styles. It reduces the list price on these lines to just £2.99 for the Double Old Fashioned and for £3.19 for the Cooler.\r\n\r\nThe full range of Hobstar glassware features in the recently launched 2018 Artis catalogue, togethe<strong>r</strong> with a myriad of other glassware options. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Price reduction on vintage style glassware from Artis','','publish','closed','open','','price-reduction-on-vintage-style-glassware-from-artis','','','2018-05-16 10:05:00','2018-05-16 10:05:00','',0,'http://www.ontradeprogress.com/?p=1330',0,'post','',0),(1331,1,'2018-05-16 10:04:19','2018-05-16 10:04:19','','Hobstar 2018','','inherit','closed','closed','','hobstar-2018','','','2018-05-16 10:04:19','2018-05-16 10:04:19','',1330,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hobstar-2018-.jpg',0,'attachment','image/jpeg',0),(1332,1,'2018-05-16 10:04:46','2018-05-16 10:04:46','<img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"119\" height=\"113\" />\r\n\r\n<strong>Artis</strong>, the leading distributor to the foodservice industry of glass- and tableware, has announced a 25% price reduction in the price of selected glassware within its best-selling Hobstar range. Hobstar, a true vintage original, is manufactured by Libbey and is at the forefront of today’s demand for vintage style cocktail glassware.\r\n\r\n<strong>HOBSTAR DOUBLE OLD FASHIONED AND COOLER 25% OFF</strong>\r\n\r\nThe Hobstar cut glasses design since 1896, produced by Libbey during the ‘brilliant period of American cut glass’, is perfect for the current fashion of vintage chic. The design features the original vintage ‘cut glass’ pattern from those early years but, today, the range has been expanded to include not only Double Old Fashioned and Cooler but also coupe, shot and cocktail glasses.\r\n\r\nThe 25% price reduction is available until 30<sup>th</sup> September and applies to the original DOF and Cooler styles. It reduces the list price on these lines to just £2.99 for the Double Old Fashioned and for £3.19 for the Cooler.\r\n\r\nThe full range of Hobstar glassware features in the recently launched 2018 Artis catalogue, togethe<strong>r</strong> with a myriad of other glassware options. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Price reduction on vintage style glassware from Artis','','inherit','closed','closed','','1330-revision-v1','','','2018-05-16 10:04:46','2018-05-16 10:04:46','',1330,'http://www.ontradeprogress.com/2018/05/16/1330-revision-v1/',0,'revision','',0),(1333,1,'2018-05-16 10:24:17','2018-05-16 10:24:17','<strong>Finance director started as a trainee in 1967; Karen Wallace takes over the hot seat. Not many people last over 50 years with one company.  William Scott is Falcon Foodservice Equipment’s finance director.  He first joined the company in 1967 and, apart from a six month sabbatical in 1972-73, has been with there ever since.  But now it’s time to retire.  You can bet he’s seen some changes in half a century. </strong>\r\n\r\n“Actually, the most popular Falcon product is the same now as it was in ’67,” he says. “The six burner range.  On the other hand, its design has changed dramatically.  Back in ’67 it was made in our foundry, of cast iron.  It was a big, heavy model that would go into kitchens that only the chef and his brigade ever saw.  Nowadays it’ll be bright stainless steel and will be designed to be seen by diners as well as staff.”\r\n\r\nWilliam well remembers the initial move from back of house to theatre style cooking and front of house kitchens.  It was in the mid-1980s and Falcon played a pivotal role with the launch of the 350 Series.  “It was a very attractive design, perfect for front of house,” he says.  It was a radical product in every way – including how Falcon sold it to distributors.  “We developed a discount structure to celebrate the launch which gave distributors a sliding scale, depending on the level of service they offered customers,” he says.  “We’d do an audit, for example on their stock of spare parts, and base the discount on that.  The scheme, like the 350 Series, was really popular and generated a huge amount of sales in a very short time.”\r\n\r\nIn 1967 the Scottish Central Belt was full of foundries working cast iron.  Young adults had a choice of jobs: the foundry, or down the pit.  “Believe it or not, the ones who wanted the easy life went down the pit,” says William.  “The foundry was really tough work.”\r\n\r\nOne of the saddest periods was the closing of the foundries, and the laying off of so many men.  “We worked really hard to keep the Falcon foundry operating – most of the others shut in the 70s and 80s, but we kept going till 2000, by diversifying into components for, for example, retro Victorian domestic fireplaces.\r\n\r\n“I remember the shop steward, Paddy McGurk, a big bloke in every sense, coming to see me when we finally closed it down.  He said, “It’s your fault for giving us all those pay rises.”  He knew we’d done our best.  Luckily we made hardly anyone redundant, the reduction in labour force was achieved through natural wastage.”\r\n\r\nThe biggest change he’s seen in the last 50 years?  “Computers and mechanisation.  It’s good and bad.  The factory used to be full of people, now so much is automated.  On the other hand, in the early days those of us in the finance department would have to work for months, often at weekends, in the run up to the financial year end.  With computers it’s done and dusted in a week.”\r\n\r\nOne thing that’s really pleasing to William as he prepares to retire is the person taking over as finance director.  “Karen Wallace has worked with me for 25 years.  She’s hugely experienced, she’s a very smart operator and she’s a thoroughly good person.  I’m delighted for her and for Falcon.”\r\n\r\nRetirement will be a bit of a shock.  “I’ve been working five days a week, right to the end,” says William.  But he has plenty of interests to pursue – including travelling (starting with the West Coast of America) and watching football (Falkirk, Stenhousemuir, Stirling and Hibs to name but a few).\r\n\r\n“Falcon has been a huge part of my life and I’m proud to have worked here.  If you ask our customers you’ll find they have a huge desire and respect for the company’s products – that’s as true now as it was back in ‘67.  Of course, it’s the people that make a company what it is.  And this is a really good company.”','William Scott: fifty years at Falcon','','publish','closed','open','','william-scott-fifty-years-at-falcon','','','2018-05-16 10:24:17','2018-05-16 10:24:17','',0,'http://www.ontradeprogress.com/?p=1333',0,'post','',0),(1334,1,'2018-05-16 10:22:26','2018-05-16 10:22:26','','Karen-Wallace-and-William-Scott','','inherit','closed','closed','','karen-wallace-and-william-scott','','','2018-05-16 10:22:26','2018-05-16 10:22:26','',1333,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Karen-Wallace-and-William-Scott.jpg',0,'attachment','image/jpeg',0),(1335,1,'2018-05-16 10:23:07','2018-05-16 10:23:07','<strong>Finance director started as a trainee in 1967; Karen Wallace takes over the hot seat. Not many people last over 50 years with one company.  William Scott is Falcon Foodservice Equipment’s finance director.  He first joined the company in 1967 and, apart from a six month sabbatical in 1972-73, has been with there ever since.  But now it’s time to retire.  You can bet he’s seen some changes in half a century. </strong>\r\n\r\n“Actually, the most popular Falcon product is the same now as it was in ’67,” he says. “The six burner range.  On the other hand, its design has changed dramatically.  Back in ’67 it was made in our foundry, of cast iron.  It was a big, heavy model that would go into kitchens that only the chef and his brigade ever saw.  Nowadays it’ll be bright stainless steel and will be designed to be seen by diners as well as staff.”\r\n\r\nWilliam well remembers the initial move from back of house to theatre style cooking and front of house kitchens.  It was in the mid-1980s and Falcon played a pivotal role with the launch of the 350 Series.  “It was a very attractive design, perfect for front of house,” he says.  It was a radical product in every way – including how Falcon sold it to distributors.  “We developed a discount structure to celebrate the launch which gave distributors a sliding scale, depending on the level of service they offered customers,” he says.  “We’d do an audit, for example on their stock of spare parts, and base the discount on that.  The scheme, like the 350 Series, was really popular and generated a huge amount of sales in a very short time.”\r\n\r\nIn 1967 the Scottish Central Belt was full of foundries working cast iron.  Young adults had a choice of jobs: the foundry, or down the pit.  “Believe it or not, the ones who wanted the easy life went down the pit,” says William.  “The foundry was really tough work.”\r\n\r\nOne of the saddest periods was the closing of the foundries, and the laying off of so many men.  “We worked really hard to keep the Falcon foundry operating – most of the others shut in the 70s and 80s, but we kept going till 2000, by diversifying into components for, for example, retro Victorian domestic fireplaces.\r\n\r\n“I remember the shop steward, Paddy McGurk, a big bloke in every sense, coming to see me when we finally closed it down.  He said, “It’s your fault for giving us all those pay rises.”  He knew we’d done our best.  Luckily we made hardly anyone redundant, the reduction in labour force was achieved through natural wastage.”\r\n\r\nThe biggest change he’s seen in the last 50 years?  “Computers and mechanisation.  It’s good and bad.  The factory used to be full of people, now so much is automated.  On the other hand, in the early days those of us in the finance department would have to work for months, often at weekends, in the run up to the financial year end.  With computers it’s done and dusted in a week.”\r\n\r\nOne thing that’s really pleasing to William as he prepares to retire is the person taking over as finance director.  “Karen Wallace has worked with me for 25 years.  She’s hugely experienced, she’s a very smart operator and she’s a thoroughly good person.  I’m delighted for her and for Falcon.”\r\n\r\nRetirement will be a bit of a shock.  “I’ve been working five days a week, right to the end,” says William.  But he has plenty of interests to pursue – including travelling (starting with the West Coast of America) and watching football (Falkirk, Stenhousemuir, Stirling and Hibs to name but a few).\r\n\r\n“Falcon has been a huge part of my life and I’m proud to have worked here.  If you ask our customers you’ll find they have a huge desire and respect for the company’s products – that’s as true now as it was back in ‘67.  Of course, it’s the people that make a company what it is.  And this is a really good company.”','William Scott: fifty years at Falcon','','inherit','closed','closed','','1333-revision-v1','','','2018-05-16 10:23:07','2018-05-16 10:23:07','',1333,'http://www.ontradeprogress.com/2018/05/16/1333-revision-v1/',0,'revision','',0),(1336,1,'2018-05-16 13:21:15','2018-05-16 13:21:15','<img class=\"alignleft wp-image-1125\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"158\" height=\"79\" />\r\n\r\n<strong>With the Russia World Cup fast approaching and domestic football seasons across Europe drawing to a close, the excitement is building around this summer\'s tournament.</strong>\r\n\r\nWith events like this in mind, <a href=\"http://www.tansun.com/\">Tansun</a> offers an extensive range of outdoor infrared heaters that are the perfect heating solution for ensuring customers are able to sit outside their favourite bars and restaurants and enjoy the lively atmosphere whatever the weather.\r\n\r\nTansun understands the value of an outdoor area for restaurants and bars, especially during televised and high profile events. With popular events such as the Russia World Cup, allowing customers to dine outside while enjoying the games makes a big difference to the restaurant’s revenue. However, commercial heating has always been a real challenge in the hospitality industry. When wind speeds start to pick up and temperatures begin to fall, outdoor areas become less populated, with many customers opting to stay indoors. Thankfully, Tansun’s infrared heaters can provide comforting warmth to the customers and keep outdoor areas in use all year round.\r\n\r\nDue to Tansun’s high quality heaters using advanced infrared shortwave technology, the infrared heat emitted by the heaters is not affected by air or wind movement and is designed to directly target those who require the warmth. The outdoor infrared heaters are fully IP rated, meaning they are weatherproof and with the range of bracketry that Tansun offers they can easily be mounted and installed into any outdoor area.\r\n\r\nThe elegant heaters are available in any RAL colour and can be custom branded, allowing them to discreetly fit into a pub or bar’s outdoor area. The time lag switches and controllers that Tansun offers allow full controllability of the heaters, making them some of the most energy efficient heaters on the market.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.','Enhance world cup experience with Tansun heaters','','publish','closed','open','','enhance-world-cup-experience-with-tansun-heaters','','','2018-05-16 13:22:22','2018-05-16 13:22:22','',0,'http://www.ontradeprogress.com/?p=1336',0,'post','',0),(1337,1,'2018-05-16 13:19:17','2018-05-16 13:19:17','','Tansun29 World cup heating','','inherit','closed','closed','','tansun29-world-cup-heating','','','2018-05-16 13:19:17','2018-05-16 13:19:17','',1336,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Tansun29-World-cup-heating.png',0,'attachment','image/png',0),(1338,1,'2018-05-16 13:20:50','2018-05-16 13:20:50','<img class=\"alignleft  wp-image-1125\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"158\" height=\"79\" />\r\n\r\n<strong>With the Russia World Cup fast approaching and domestic football seasons across Europe drawing to a close, the excitement is building around this summer\'s tournament.</strong>\r\n\r\nWith events like this in mind, <a href=\"http://www.tansun.com/\">Tansun</a> offers an extensive range of outdoor infrared heaters that are the perfect heating solution for ensuring customers are able to sit outside their favourite bars and restaurants and enjoy the lively atmosphere whatever the weather.\r\n\r\nTansun understands the value of an outdoor area for restaurants and bars, especially during televised and high profile events. With popular events such as the Russia World Cup, allowing customers to dine outside while enjoying the games makes a big difference to the restaurant’s revenue. However, commercial heating has always been a real challenge in the hospitality industry. When wind speeds start to pick up and temperatures begin to fall, outdoor areas become less populated, with many customers opting to stay indoors. Thankfully, Tansun’s infrared heaters can provide comforting warmth to the customers and keep outdoor areas in use all year round.\r\n\r\nDue to Tansun’s high quality heaters using advanced infrared shortwave technology, the infrared heat emitted by the heaters is not affected by air or wind movement and is designed to directly target those who require the warmth. The outdoor infrared heaters are fully IP rated, meaning they are weatherproof and with the range of bracketry that Tansun offers they can easily be mounted and installed into any outdoor area.\r\n\r\nThe elegant heaters are available in any RAL colour and can be custom branded, allowing them to discreetly fit into a pub or bar’s outdoor area. The time lag switches and controllers that Tansun offers allow full controllability of the heaters, making them some of the most energy efficient heaters on the market.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.','Enhance world cup experience with Tansun heaters','','inherit','closed','closed','','1336-revision-v1','','','2018-05-16 13:20:50','2018-05-16 13:20:50','',1336,'http://www.ontradeprogress.com/2018/05/16/1336-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (1340,1,'2018-05-16 15:10:41','2018-05-16 15:10:41','With just a handful of stands now remaining, Commercial Kitchen 2018 has released its first preview of some of the latest kitchen innovations on show at the NEC Birmingham on 5-6 June.\r\n\r\nOver 100 companies are preparing to exhibit next month – including many of the most influential brands within the catering equipment and services industry.  Recently confirmed suppliers include Anvil Traction, Blue Badger Wholesale, CLS – Chef Line Solutions, Ecomax by Hobart Independent, Environmental Products &amp; Services, Euro Catering Equipment, ExBio UK, First Choice Group, Foodservice Equipment Marketing, JEMI, Jestic Foodservice Equipment, Menumaster, Shepherd Filters UK, Sterling Pro, Synergy Grill, and Whirlpool Professional.\r\n\r\n<strong>Here’s a first look at what’s new from some of the exhibitors for 2018:</strong>\r\n\r\n<strong>Carpigiani UK</strong> is previewing its latest launch – the Freeze&amp;Go.  The most compact countertop batch freezer in its class, at under 300mm wide, the Freeze&amp;Go produces 5kg of fresh, high quality gelato per hour, and five portions in just six minutes – enabling chefs to create the latest multi-textured desserts, without wasting valuable kitchen space (stand H11).\r\n\r\n<strong>Roller Grill UK</strong> is introducing Le Premium – a new addition to its contact grill range.  Thanks to the highly conductive enamelled cast iron plate and integral element, Le Premium will reach 230°C in just 8m 30s.  The 2 in 1 cooking function means it can be used as a high efficiency contact grill or, by isolating the top plate, as a high-speed griddle.  It also features an integrated digital timer with three pre-sets (stand A15).\r\n\r\n<strong>Unox UK</strong> is launching EVEREO – a ‘hot refrigerator’ that preserves dishes at serving temperature for days or even weeks.  It utilises Service Temperature Food Preserving patented technology to preserve food safely by using extremely accurate temperature and atmosphere control, combined with the most modern technologies in insulation to avoid heat loss (stand F5).\r\n\r\n<strong>Panasonic UK</strong> is showcasing the Panasonic NE-1878.  This all-metal door, professional microwave, with inverter technology for faster, more even, gentler cooking, uses less energy, is lighter by 12kg (compared to its predecessor) and is more portable to move for cleaning.  Internal cleaning is easier too, as the inside of the door has no ridges, seals or film.  Plus, the NE-1878 comes with a removable, spare ceiling plate (stand F19).\r\n\r\n<strong>Regale Microwave Ovens</strong>, along with its sister company Microsave, are unveiling the new CPS3A Microsave Cavity Liner designed especially for a ‘never seen before’ commercial microwave oven.  Regale will be giving away one Panasonic Vieira 32? HD ready TV to one lucky visitor each day of the show (stand E19).\r\n\r\n<strong>Welbilt </strong>is showcasing the Garland Induction Instinct Hob 3.5.  Featuring the first and only control and monitoring system for induction – the Real-Time Temperature Control System multi-point – it ensures fast heat up times and precise cooking.  While the intuitive ‘Tip and Turn’ system allows the temperature to be easily set (stand G13).\r\n\r\n<strong>Meiko UK </strong>is showcasing its ‘hands-free’ M-iClean H automatic hood type dishwashing machine, with GiO Reverse Osmosis water treatment technology.  The Automatic Hood on the M-iClean H stops the need to stretch awkwardly or lift repetitively, improving working conditions by reducing excessive movement.  M-iClean H also offers three heat recovery systems and energy savings up to 21% compared to previous Meiko machines (stand E5).\r\n\r\n<strong>Valentine Equipment</strong> recently launched the Valentine Alpina 300 fryer.  Features include precise electronic temperature regulation for optimum frying conditions to match the food and quantity being fried, a 12.5l capacity tank, and WiFi to support cleaning and maintenance.  As with other Valentine fryers, the Alpina has a small cold zone under the heating element meaning it takes less oil to fill up the fryer (stand A1).\r\n\r\n<strong>Anvil Traction</strong>, the UK market leader in specialist slip resistant footwear, has launched a range of executive style shoes, designed to achieve a smart and professional look for customer-facing staff, whilst maintaining ultimate comfort and slip resistance throughout a long working day.  The range is antistatic and certified to EN ISO 20347:2012 (stand B19).\r\n\r\n<strong>Clifton Food Range</strong> recently launched a new Clifton Sauce Bottlewarmer.  This 28 litre vessel is made from high quality stainless steel and comes complete with a rack and 10 x 1l bottles.  It is ideal for high end fast food outlets that use large volume of sauces.  The 28 Sauce Bottlewarmer has a dial on the front, which enables chefs to heat up sauces to 70°C (stand G23).\r\n\r\n<strong>Cuisinequip</strong> is promoting Mycook Professional, a new induction-heated, all-in-one food preparation system that cooks, sautés, mixes, grinds, emulsifies, kneads, shakes, light fries, melts, powders and steams.  Also showcasing: Rowzer’s professional standard cold food processor, which is particularly suited to making bespoke batches of ice cream; Berner Beef Star range of heavy-duty grills; the Locher Chargrill; and several fresh pasta making machines from Bottene (stand A1).\r\n\r\n<strong>Environmental Products &amp; Services</strong> recently launched the FilterShield FS1500.  It protects against heavy food waste that is discharging from potato peelers and food preparation sinks, and all food waste contamination points, with its 27 litre capacity.  The FS120 drawer type has been designed with a front loading filter basket to fit directly underneath the kitchen sink where space is limited (stand G17).\r\n\r\n<strong>Foodservice Equipment Marketing</strong> is showcasing the VECTOR 4-in-1 oven, designed in the USA by Alto-Shaam.  It features four cooking chambers in one compact body, using innovative ‘Structured Air Technology’ to cook food faster and more evenly.  It offers the flexibility to simultaneously cook four different food products, at different temperatures, with different cooking times and different fan speeds (stand C17).\r\n\r\n<strong>General Catering</strong> is promoting its fully automated Rog Grill, which uses a unique roller system to produce fat free, easy grilling.  It enables operators to produce consistently great food – whether it be meat, fish or vegetables – and the built-in clean system ensures the results are fresh. The rollers produce an even 250 degrees and operation is simple and easy with five adjustable speeds (stand K13).\r\n\r\n<strong>Grease Guardian</strong> recently introduced the Grease Guardian GGX7-S.  Said to be the most compact automatic grease separator in the world, it was designed and flow-sized for small sinks and will fit into most nooks and crannies of commercial kitchens.  Made entirely from stainless steel, this little unit complements the big brothers of the GGX range (stand C13).\r\n\r\n<strong>ETI</strong> is showcasing its Thermapen IR infrared thermometer, with foldaway probe, which combines the advanced technology of the RayTemp 2 Plus and Thermapen 4.  Simply aim the infrared thermometer at the target and press the scan button to display the surface temperature.  It is possible to take liquid or semi-solid product temperatures using the reduced tip, fast response, stainless steel penetration probe (stand J11).\r\n\r\n<strong>LIEBHERR - Great Britain</strong> is demonstrating its new SmartMonitoring system, which is designed to offer more security, service and reliability in the operation of appliances.  With Liebherr SmartMonitoring, operators can collect and store temperatures, alarms and other appliance operating data as required – enabling remote monitoring of the function of fridges and freezers etc (stand F33).\r\n\r\n<strong>Precision Refrigeration</strong> is showcasing its Meat Ageing Cabinet MA600-1950, a perfect front of house focus for the latest trend of serving aged meat.  The cabinet’s internal temperature can be set from 1-4°C with the humidity controlled between 75-85%, without the need for a water supply.  Precision supplies Himalayan rock salt to regulate the humidity level and enhance the taste (stand A7).\r\n\r\n<strong>Reco-Air</strong> patented recirculating extraction units are now UL listed.  This globally recognised accreditation enables Reco-Air units to operate with high risk cooking in high risk locations, such as airports, railway stations, subways and shopping malls.  Meeting stringent international fire safety standards, Reco provides a flexible and cost effective alternative to traditional extract for the foodservice sector (stand B29).\r\n\r\n<strong>Trak</strong> is showcasing its extensive collection of Hupfer kitchen logistics, dishwash systems and foodservice counters.  New innovations for 2018 include a Hot and Cold Display Unit and IsoBox Mobil Flex.  The IsoBox boasts outstanding insulation, keeping food hot, cold or at an ambient temperature (20-100°C), whilst in the kitchen or transporting meals.  The patented Hot and Cold Display Unit has been developed to deliver an energy efficient display that optimises heat and attractively displays food (stand C9).\r\n\r\n<strong>Shepherd Filters UK</strong> has created a biodegradable wool filter, which can be installed on the face of grease extract baffle filters.  As such, they capture 98% of airborne grease before it enters the kitchen extract system giving clear benefits in terms of fire protection, 365 days of the year.  Being 100% wool, it is a natural fire-retardant.  It is also carbon neutral and will breakdown in landfill (stand B15).\r\n\r\n<strong>Target Catering Equipment</strong> is showcasing its latest bespoke induction range capabilities.  Featuring intelligent cooking technologies, they include: the Rational SelfCookingCenter XS and Target solid top induction hob and induction plancha grill.  They deliver ultimate controllability and unrivalled energy efficiency, are accredited by the Carbon Trust and supported by Green Business Funding grants (stand K25).\r\n\r\n<strong>Vent UK</strong> is offering a new way to control grease in kitchen extract systems.  Vent AIR ensures extraction systems are cleaned, and stay clean, to TR19 standards<strong> – </strong>365 days a year.  The system uses a unique combination of innovative equipment design, chemistry and biotechnology, with a bespoke post-installation servicing regime tailored to business needs (stand D33).\r\n\r\n<strong>True Refrigeration UK</strong> is showcasing its TCR/TCF series of A+ EcoDesign rated undercounter refrigerators and freezers.  Available in two and three section, GN-compatible door or drawer versions, each cabinet is front-breathing and measures 700mm in depth.  Door versions feature field-reversible hinges and on drawer versions, the drawer sections are installed directly next to the compressor (stand H13).\r\n\r\n<strong>Retigo </strong>is showcasing its Hold-o-mat oven.  It’s ideal for slow cooking meat and holding food, while remaining energy efficient.  The oven is fitted with 18m of the finest heating cable, which ensures uniform warmth even when the doors are opened repeatedly.  Its sophisticated dehumidifying system can keep breaded dishes crispy and offers the functions of a holding cabinet with its ‘cook and hold’ feature (stand F17).\r\n\r\n<strong>TME Thermometers </strong>is offering hands-on demonstrations of its new MM7000-2D Bluetooth Barcode Scanning Thermometer with 1D and 2D barcode recognition.  Also showcasing: the Notion Lite system for continuous temperature monitoring; and CAPK colour coded, dishwasher-safe probes and hygienic stainless steel wall-storage (stand B5).\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCommercial Kitchen returns to the NEC Birmingham on 5-6 June 2018.  Show features include a free two-day seminar programme, the Innovation Challenge Awards, and ceda Awards Gallery.','Commercial Kitchen 2018 previews its exhibitor show highlights','','publish','closed','open','','commercial-kitchen-2018-previews-its-exhibitor-show-highlights','','','2018-05-16 15:10:41','2018-05-16 15:10:41','',0,'http://www.ontradeprogress.com/?p=1340',0,'post','',0),(1341,1,'2018-05-16 15:08:39','2018-05-16 15:08:39','','CK17_hi-res_4','','inherit','closed','closed','','ck17_hi-res_4','','','2018-05-16 15:08:39','2018-05-16 15:08:39','',1340,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/CK17_hi-res_4.jpg',0,'attachment','image/jpeg',0),(1342,1,'2018-05-16 15:09:49','2018-05-16 15:09:49','With just a handful of stands now remaining, Commercial Kitchen 2018 has released its first preview of some of the latest kitchen innovations on show at the NEC Birmingham on 5-6 June.\r\n\r\nOver 100 companies are preparing to exhibit next month – including many of the most influential brands within the catering equipment and services industry.  Recently confirmed suppliers include Anvil Traction, Blue Badger Wholesale, CLS – Chef Line Solutions, Ecomax by Hobart Independent, Environmental Products &amp; Services, Euro Catering Equipment, ExBio UK, First Choice Group, Foodservice Equipment Marketing, JEMI, Jestic Foodservice Equipment, Menumaster, Shepherd Filters UK, Sterling Pro, Synergy Grill, and Whirlpool Professional.\r\n\r\n<strong>Here’s a first look at what’s new from some of the exhibitors for 2018:</strong>\r\n\r\n<strong>Carpigiani UK</strong> is previewing its latest launch – the Freeze&amp;Go.  The most compact countertop batch freezer in its class, at under 300mm wide, the Freeze&amp;Go produces 5kg of fresh, high quality gelato per hour, and five portions in just six minutes – enabling chefs to create the latest multi-textured desserts, without wasting valuable kitchen space (stand H11).\r\n\r\n<strong>Roller Grill UK</strong> is introducing Le Premium – a new addition to its contact grill range.  Thanks to the highly conductive enamelled cast iron plate and integral element, Le Premium will reach 230°C in just 8m 30s.  The 2 in 1 cooking function means it can be used as a high efficiency contact grill or, by isolating the top plate, as a high-speed griddle.  It also features an integrated digital timer with three pre-sets (stand A15).\r\n\r\n<strong>Unox UK</strong> is launching EVEREO – a ‘hot refrigerator’ that preserves dishes at serving temperature for days or even weeks.  It utilises Service Temperature Food Preserving patented technology to preserve food safely by using extremely accurate temperature and atmosphere control, combined with the most modern technologies in insulation to avoid heat loss (stand F5).\r\n\r\n<strong>Panasonic UK</strong> is showcasing the Panasonic NE-1878.  This all-metal door, professional microwave, with inverter technology for faster, more even, gentler cooking, uses less energy, is lighter by 12kg (compared to its predecessor) and is more portable to move for cleaning.  Internal cleaning is easier too, as the inside of the door has no ridges, seals or film.  Plus, the NE-1878 comes with a removable, spare ceiling plate (stand F19).\r\n\r\n<strong>Regale Microwave Ovens</strong>, along with its sister company Microsave, are unveiling the new CPS3A Microsave Cavity Liner designed especially for a ‘never seen before’ commercial microwave oven.  Regale will be giving away one Panasonic Vieira 32? HD ready TV to one lucky visitor each day of the show (stand E19).\r\n\r\n<strong>Welbilt </strong>is showcasing the Garland Induction Instinct Hob 3.5.  Featuring the first and only control and monitoring system for induction – the Real-Time Temperature Control System multi-point – it ensures fast heat up times and precise cooking.  While the intuitive ‘Tip and Turn’ system allows the temperature to be easily set (stand G13).\r\n\r\n<strong>Meiko UK </strong>is showcasing its ‘hands-free’ M-iClean H automatic hood type dishwashing machine, with GiO Reverse Osmosis water treatment technology.  The Automatic Hood on the M-iClean H stops the need to stretch awkwardly or lift repetitively, improving working conditions by reducing excessive movement.  M-iClean H also offers three heat recovery systems and energy savings up to 21% compared to previous Meiko machines (stand E5).\r\n\r\n<strong>Valentine Equipment</strong> recently launched the Valentine Alpina 300 fryer.  Features include precise electronic temperature regulation for optimum frying conditions to match the food and quantity being fried, a 12.5l capacity tank, and WiFi to support cleaning and maintenance.  As with other Valentine fryers, the Alpina has a small cold zone under the heating element meaning it takes less oil to fill up the fryer (stand A1).\r\n\r\n<strong>Anvil Traction</strong>, the UK market leader in specialist slip resistant footwear, has launched a range of executive style shoes, designed to achieve a smart and professional look for customer-facing staff, whilst maintaining ultimate comfort and slip resistance throughout a long working day.  The range is antistatic and certified to EN ISO 20347:2012 (stand B19).\r\n\r\n<strong>Clifton Food Range</strong> recently launched a new Clifton Sauce Bottlewarmer.  This 28 litre vessel is made from high quality stainless steel and comes complete with a rack and 10 x 1l bottles.  It is ideal for high end fast food outlets that use large volume of sauces.  The 28 Sauce Bottlewarmer has a dial on the front, which enables chefs to heat up sauces to 70°C (stand G23).\r\n\r\n<strong>Cuisinequip</strong> is promoting Mycook Professional, a new induction-heated, all-in-one food preparation system that cooks, sautés, mixes, grinds, emulsifies, kneads, shakes, light fries, melts, powders and steams.  Also showcasing: Rowzer’s professional standard cold food processor, which is particularly suited to making bespoke batches of ice cream; Berner Beef Star range of heavy-duty grills; the Locher Chargrill; and several fresh pasta making machines from Bottene (stand A1).\r\n\r\n<strong>Environmental Products &amp; Services</strong> recently launched the FilterShield FS1500.  It protects against heavy food waste that is discharging from potato peelers and food preparation sinks, and all food waste contamination points, with its 27 litre capacity.  The FS120 drawer type has been designed with a front loading filter basket to fit directly underneath the kitchen sink where space is limited (stand G17).\r\n\r\n<strong>Foodservice Equipment Marketing</strong> is showcasing the VECTOR 4-in-1 oven, designed in the USA by Alto-Shaam.  It features four cooking chambers in one compact body, using innovative ‘Structured Air Technology’ to cook food faster and more evenly.  It offers the flexibility to simultaneously cook four different food products, at different temperatures, with different cooking times and different fan speeds (stand C17).\r\n\r\n<strong>General Catering</strong> is promoting its fully automated Rog Grill, which uses a unique roller system to produce fat free, easy grilling.  It enables operators to produce consistently great food – whether it be meat, fish or vegetables – and the built-in clean system ensures the results are fresh. The rollers produce an even 250 degrees and operation is simple and easy with five adjustable speeds (stand K13).\r\n\r\n<strong>Grease Guardian</strong> recently introduced the Grease Guardian GGX7-S.  Said to be the most compact automatic grease separator in the world, it was designed and flow-sized for small sinks and will fit into most nooks and crannies of commercial kitchens.  Made entirely from stainless steel, this little unit complements the big brothers of the GGX range (stand C13).\r\n\r\n<strong>ETI</strong> is showcasing its Thermapen IR infrared thermometer, with foldaway probe, which combines the advanced technology of the RayTemp 2 Plus and Thermapen 4.  Simply aim the infrared thermometer at the target and press the scan button to display the surface temperature.  It is possible to take liquid or semi-solid product temperatures using the reduced tip, fast response, stainless steel penetration probe (stand J11).\r\n\r\n<strong>LIEBHERR - Great Britain</strong> is demonstrating its new SmartMonitoring system, which is designed to offer more security, service and reliability in the operation of appliances.  With Liebherr SmartMonitoring, operators can collect and store temperatures, alarms and other appliance operating data as required – enabling remote monitoring of the function of fridges and freezers etc (stand F33).\r\n\r\n<strong>Precision Refrigeration</strong> is showcasing its Meat Ageing Cabinet MA600-1950, a perfect front of house focus for the latest trend of serving aged meat.  The cabinet’s internal temperature can be set from 1-4°C with the humidity controlled between 75-85%, without the need for a water supply.  Precision supplies Himalayan rock salt to regulate the humidity level and enhance the taste (stand A7).\r\n\r\n<strong>Reco-Air</strong> patented recirculating extraction units are now UL listed.  This globally recognised accreditation enables Reco-Air units to operate with high risk cooking in high risk locations, such as airports, railway stations, subways and shopping malls.  Meeting stringent international fire safety standards, Reco provides a flexible and cost effective alternative to traditional extract for the foodservice sector (stand B29).\r\n\r\n<strong>Trak</strong> is showcasing its extensive collection of Hupfer kitchen logistics, dishwash systems and foodservice counters.  New innovations for 2018 include a Hot and Cold Display Unit and IsoBox Mobil Flex.  The IsoBox boasts outstanding insulation, keeping food hot, cold or at an ambient temperature (20-100°C), whilst in the kitchen or transporting meals.  The patented Hot and Cold Display Unit has been developed to deliver an energy efficient display that optimises heat and attractively displays food (stand C9).\r\n\r\n<strong>Shepherd Filters UK</strong> has created a biodegradable wool filter, which can be installed on the face of grease extract baffle filters.  As such, they capture 98% of airborne grease before it enters the kitchen extract system giving clear benefits in terms of fire protection, 365 days of the year.  Being 100% wool, it is a natural fire-retardant.  It is also carbon neutral and will breakdown in landfill (stand B15).\r\n\r\n<strong>Target Catering Equipment</strong> is showcasing its latest bespoke induction range capabilities.  Featuring intelligent cooking technologies, they include: the Rational SelfCookingCenter XS and Target solid top induction hob and induction plancha grill.  They deliver ultimate controllability and unrivalled energy efficiency, are accredited by the Carbon Trust and supported by Green Business Funding grants (stand K25).\r\n\r\n<strong>Vent UK</strong> is offering a new way to control grease in kitchen extract systems.  Vent AIR ensures extraction systems are cleaned, and stay clean, to TR19 standards<strong> – </strong>365 days a year.  The system uses a unique combination of innovative equipment design, chemistry and biotechnology, with a bespoke post-installation servicing regime tailored to business needs (stand D33).\r\n\r\n<strong>True Refrigeration UK</strong> is showcasing its TCR/TCF series of A+ EcoDesign rated undercounter refrigerators and freezers.  Available in two and three section, GN-compatible door or drawer versions, each cabinet is front-breathing and measures 700mm in depth.  Door versions feature field-reversible hinges and on drawer versions, the drawer sections are installed directly next to the compressor (stand H13).\r\n\r\n<strong>Retigo </strong>is showcasing its Hold-o-mat oven.  It’s ideal for slow cooking meat and holding food, while remaining energy efficient.  The oven is fitted with 18m of the finest heating cable, which ensures uniform warmth even when the doors are opened repeatedly.  Its sophisticated dehumidifying system can keep breaded dishes crispy and offers the functions of a holding cabinet with its ‘cook and hold’ feature (stand F17).\r\n\r\n<strong>TME Thermometers </strong>is offering hands-on demonstrations of its new MM7000-2D Bluetooth Barcode Scanning Thermometer with 1D and 2D barcode recognition.  Also showcasing: the Notion Lite system for continuous temperature monitoring; and CAPK colour coded, dishwasher-safe probes and hygienic stainless steel wall-storage (stand B5).\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCommercial Kitchen returns to the NEC Birmingham on 5-6 June 2018.  Show features include a free two-day seminar programme, the Innovation Challenge Awards, and ceda Awards Gallery.','Commercial Kitchen 2018 previews its exhibitor show highlights','','inherit','closed','closed','','1340-revision-v1','','','2018-05-16 15:09:49','2018-05-16 15:09:49','',1340,'http://www.ontradeprogress.com/2018/05/16/1340-revision-v1/',0,'revision','',0),(1344,1,'2018-05-16 15:34:40','2018-05-16 15:34:40','<b>Mac &amp; Wild head home to the Highlands to take over the ‘Harrods of the North’ with their third restaurant.</b>\r\n\r\nLondon\'s favourite Scottish restaurant Mac &amp; Wild announce the launch of their third restaurant at the Falls of Shin in Scotland, opening late June 2018. Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to announce they have taken over the site at the Falls of Shin visitor centre, once known as the ‘Harrods of the North’. The latest venture sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers.\r\n\r\nEach supplier to the new restaurant will be handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin will predominantly serve meat sourced and butchered with care by Andy’s family’s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\r\n\r\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland’s wonders and most popular tourist attractions, where in the summer months’ visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, will now offer visitors and locals true Scottish fayre.\r\n\r\nMac &amp; Wild at Falls of Shin will feature a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild’s producers and suppliers, while learning about the provenance of the produce. Later in the year Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\r\n\r\nThe menu in the restaurant (due to open late-June 2018), will feature a selection of Mac &amp; Wild’s signature dishes such as their award winning Veni-Moo Burger <i>(voted London’s and UK’s Best Burger 2016)</i>, Haggis Pops, Venison Sunday roasts and Deep-Fried Mars Bar Sundae. The new menu will focus on seasonal Scottish produce available throughout the year from local farmers and fisherman with dishes including; Beef, Venison or Pork flatbread, filled with <i>Homemade Scottish Slaw, Red Pepper Miso, Salsa Verde, Picked, Chilli and Herbs</i>, Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups throughout the day. Diners can tuck into breakfast dishes such Eggs and Avocado, Scottish Oats and a traditional Full Scottish Breakfast featuring <i>Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans,</i> offering both Scots and visitors alike, a true taste of the Highlands.\r\n\r\nThe latest venture is truly a homecoming for Mac &amp; Wild and will provide a real hub for the local community, creating 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild will serve hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin will stock and support local brands and producers selling an array of edible treats and artisan products.\r\n\r\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland’s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London’s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won ‘Street Food of the Year’ at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK’s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London’s West End, and Mac &amp; Wild Devonshire Square, just a stone’s throw from London Liverpool Street station.\r\n\r\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: ‘<i>Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.’</i>\r\n\r\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said <i>‘We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This will be an exciting time for the local community and visitors alike and we wish them every success in their new venture.’</i>','Mac & Wild head home to the Highlands to open new restaurant','','publish','closed','open','','mac-wild-head-home-to-the-highlands-to-open-new-restaurant','','','2018-05-16 15:34:40','2018-05-16 15:34:40','',0,'http://www.ontradeprogress.com/?p=1344',0,'post','',0),(1345,1,'2018-05-16 15:26:39','2018-05-16 15:26:39','','Copy of Venison Scotch Egg 2','','inherit','closed','closed','','copy-of-venison-scotch-egg-2','','','2018-05-16 15:26:39','2018-05-16 15:26:39','',1344,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Copy-of-Venison-Scotch-Egg-2.jpg',0,'attachment','image/jpeg',0),(1346,1,'2018-05-16 15:27:09','2018-05-16 15:27:09','','Burger shot','','inherit','closed','closed','','burger-shot','','','2018-05-16 15:27:09','2018-05-16 15:27:09','',1344,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Burger-shot.jpg',0,'attachment','image/jpeg',0),(1347,1,'2018-05-16 15:30:39','2018-05-16 15:30:39','','Burger shot','','inherit','closed','closed','','burger-shot-2','','','2018-05-16 15:30:39','2018-05-16 15:30:39','',1344,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Burger-shot-1.jpg',0,'attachment','image/jpeg',0),(1348,1,'2018-05-16 15:30:48','2018-05-16 15:30:48','','Copy of Venison Scotch Egg 2','','inherit','closed','closed','','copy-of-venison-scotch-egg-2-2','','','2018-05-16 15:30:48','2018-05-16 15:30:48','',1344,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Copy-of-Venison-Scotch-Egg-2-1.jpg',0,'attachment','image/jpeg',0),(1349,1,'2018-05-16 15:31:13','2018-05-16 15:31:13','','Burger shot','','inherit','closed','closed','','burger-shot-3','','','2018-05-16 15:31:13','2018-05-16 15:31:13','',1344,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Burger-shot-2.jpg',0,'attachment','image/jpeg',0),(1350,1,'2018-05-16 15:32:20','2018-05-16 15:32:20','','Copy of Venison Scotch Egg 2','','inherit','closed','closed','','copy-of-venison-scotch-egg-2-3','','','2018-05-16 15:32:20','2018-05-16 15:32:20','',1344,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Copy-of-Venison-Scotch-Egg-2-2.jpg',0,'attachment','image/jpeg',0),(1351,1,'2018-05-16 15:32:53','2018-05-16 15:32:53','<b>Mac &amp; Wild head home to the Highlands to take over the ‘Harrods of the North’ with their third restaurant.</b>\r\n\r\nLondon\'s favourite Scottish restaurant Mac &amp; Wild announce the launch of their third restaurant at the Falls of Shin in Scotland, opening late June 2018. Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to announce they have taken over the site at the Falls of Shin visitor centre, once known as the ‘Harrods of the North’. The latest venture sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers.\r\n\r\nEach supplier to the new restaurant will be handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin will predominantly serve meat sourced and butchered with care by Andy’s family’s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\r\n\r\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland’s wonders and most popular tourist attractions, where in the summer months’ visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, will now offer visitors and locals true Scottish fayre.\r\n\r\nMac &amp; Wild at Falls of Shin will feature a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild’s producers and suppliers, while learning about the provenance of the produce. Later in the year Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\r\n\r\nThe menu in the restaurant (due to open late-June 2018), will feature a selection of Mac &amp; Wild’s signature dishes such as their award winning Veni-Moo Burger <i>(voted London’s and UK’s Best Burger 2016)</i>, Haggis Pops, Venison Sunday roasts and Deep-Fried Mars Bar Sundae. The new menu will focus on seasonal Scottish produce available throughout the year from local farmers and fisherman with dishes including; Beef, Venison or Pork flatbread, filled with <i>Homemade Scottish Slaw, Red Pepper Miso, Salsa Verde, Picked, Chilli and Herbs</i>, Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups throughout the day. Diners can tuck into breakfast dishes such Eggs and Avocado, Scottish Oats and a traditional Full Scottish Breakfast featuring <i>Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans,</i> offering both Scots and visitors alike, a true taste of the Highlands.\r\n\r\nThe latest venture is truly a homecoming for Mac &amp; Wild and will provide a real hub for the local community, creating 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild will serve hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin will stock and support local brands and producers selling an array of edible treats and artisan products.\r\n\r\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland’s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London’s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won ‘Street Food of the Year’ at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK’s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London’s West End, and Mac &amp; Wild Devonshire Square, just a stone’s throw from London Liverpool Street station.\r\n\r\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: ‘<i>Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.’</i>\r\n\r\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said <i>‘We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This will be an exciting time for the local community and visitors alike and we wish them every success in their new venture.’</i>','Mac & Wild head home to the Highlands to open new restaurant','','inherit','closed','closed','','1344-revision-v1','','','2018-05-16 15:32:53','2018-05-16 15:32:53','',1344,'http://www.ontradeprogress.com/2018/05/16/1344-revision-v1/',0,'revision','',0),(1352,1,'2018-05-17 09:02:00','2018-05-17 09:02:00','<img class=\"alignleft wp-image-1353\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg\" alt=\"\" width=\"65\" height=\"102\" />\r\n\r\n<strong style=\"font-size: 14px;\">Surrey-based Hogs Back Brewery is supporting the England football team\'s bid for World Cup glory this summer with a specially-brewed cask ale. Three Hogs will be available throughout June, with the offer of a free pint if the team reaches the finals of the FIFA tournament in July.</strong>\r\n\r\nThree Hogs is, fittingly, a typically English golden ale; 4% ABV, brewed with locally grown Fuggles hops, among others, and a selection of English malts. The pump clip shows three Hogs Back hogs and describes the ale as \"a beer of two halves: refreshingly hoppy up front, followed by a balancing bitterness and a hint of sweetness to finish\".\r\n\r\nHogs Back Brewery managing director Rupert Thompson said, \"The World Cup is going to be on TV screens in thousands of pubs, with crowds of supporters rooting for England.  A pint of refreshing, easy-drinking English ale specially brewed for the occasion will be the perfect drink to celebrate the team\'s victories or commiserate over its losses.\r\n\r\n\"Supporting England can be a bittersweet experience, just like our beer, so we expect the pump clip to raise a few smiles in pubs selling Three Hogs. And while we\'d of course love to see our boys progress all the way to the final in Moscow, experience suggests that publicans should put our football-themed beer on the bar for the group stage and quarter finals rather than waiting for the later matches.\"\r\n\r\nIf Southgate\'s squad manage to defy the odds and reach the final, Hogs Back is offering a free pint of ale to any customer who visits the Brewery Shop in Tongham on Saturday 14 July to stock up for the final on the Sunday.','Three Hogs ale set to score at the World Cup','','publish','closed','open','','three-hogs-ale-set-to-score-at-the-world-cup','','','2018-05-17 09:04:41','2018-05-17 09:04:41','',0,'http://www.ontradeprogress.com/?p=1352',0,'post','',0),(1353,1,'2018-05-17 08:57:26','2018-05-17 08:57:26','','Three_hogs','','inherit','closed','closed','','three_hogs','','','2018-05-17 08:57:26','2018-05-17 08:57:26','',1352,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg',0,'attachment','image/jpeg',0),(1354,1,'2018-05-17 08:57:33','2018-05-17 08:57:33','','Hogs Back Three Hogs lr Rupert Thompson Miles Chesterman Gordon Thompson 2','','inherit','closed','closed','','hogs-back-three-hogs-lr-rupert-thompson-miles-chesterman-gordon-thompson-2','','','2018-05-17 08:57:33','2018-05-17 08:57:33','',1352,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-lr-Rupert-Thompson-Miles-Chesterman-Gordon-Thompson-2.jpg',0,'attachment','image/jpeg',0),(1355,1,'2018-05-17 09:01:08','2018-05-17 09:01:08','<img class=\"alignleft  wp-image-1353\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg\" alt=\"\" width=\"94\" height=\"148\" />\r\n\r\n<strong style=\"font-size: 14px;\">Surrey-based Hogs Back Brewery is supporting the England football team\'s bid for World Cup glory this summer with a specially-brewed cask ale. Three Hogs will be available throughout June, with the offer of a free pint if the team reaches the finals of the FIFA tournament in July.</strong>\r\n\r\nThree Hogs is, fittingly, a typically English golden ale; 4% ABV, brewed with locally grown Fuggles hops, among others, and a selection of English malts. The pump clip shows three Hogs Back hogs and describes the ale as \"a beer of two halves: refreshingly hoppy up front, followed by a balancing bitterness and a hint of sweetness to finish\".\r\n\r\nHogs Back Brewery managing director Rupert Thompson said, \"The World Cup is going to be on TV screens in thousands of pubs, with crowds of supporters rooting for England.  A pint of refreshing, easy-drinking English ale specially brewed for the occasion will be the perfect drink to celebrate the team\'s victories or commiserate over its losses.\r\n\r\n\"Supporting England can be a bittersweet experience, just like our beer, so we expect the pump clip to raise a few smiles in pubs selling Three Hogs. And while we\'d of course love to see our boys progress all the way to the final in Moscow, experience suggests that publicans should put our football-themed beer on the bar for the group stage and quarter finals rather than waiting for the later matches.\"\r\n\r\nIf Southgate\'s squad manage to defy the odds and reach the final, Hogs Back is offering a free pint of ale to any customer who visits the Brewery Shop in Tongham on Saturday 14 July to stock up for the final on the Sunday.','Three Hogs ale set to score at the World Cup','','inherit','closed','closed','','1352-revision-v1','','','2018-05-17 09:01:08','2018-05-17 09:01:08','',1352,'http://www.ontradeprogress.com/2018/05/17/1352-revision-v1/',0,'revision','',0),(1356,1,'2018-05-17 09:01:24','2018-05-17 09:01:24','<img class=\"alignleft  wp-image-1353\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg\" alt=\"\" width=\"82\" height=\"129\" />\r\n\r\n<strong style=\"font-size: 14px;\">Surrey-based Hogs Back Brewery is supporting the England football team\'s bid for World Cup glory this summer with a specially-brewed cask ale. Three Hogs will be available throughout June, with the offer of a free pint if the team reaches the finals of the FIFA tournament in July.</strong>\r\n\r\nThree Hogs is, fittingly, a typically English golden ale; 4% ABV, brewed with locally grown Fuggles hops, among others, and a selection of English malts. The pump clip shows three Hogs Back hogs and describes the ale as \"a beer of two halves: refreshingly hoppy up front, followed by a balancing bitterness and a hint of sweetness to finish\".\r\n\r\nHogs Back Brewery managing director Rupert Thompson said, \"The World Cup is going to be on TV screens in thousands of pubs, with crowds of supporters rooting for England.  A pint of refreshing, easy-drinking English ale specially brewed for the occasion will be the perfect drink to celebrate the team\'s victories or commiserate over its losses.\r\n\r\n\"Supporting England can be a bittersweet experience, just like our beer, so we expect the pump clip to raise a few smiles in pubs selling Three Hogs. And while we\'d of course love to see our boys progress all the way to the final in Moscow, experience suggests that publicans should put our football-themed beer on the bar for the group stage and quarter finals rather than waiting for the later matches.\"\r\n\r\nIf Southgate\'s squad manage to defy the odds and reach the final, Hogs Back is offering a free pint of ale to any customer who visits the Brewery Shop in Tongham on Saturday 14 July to stock up for the final on the Sunday.','Three Hogs ale set to score at the World Cup','','inherit','closed','closed','','1352-revision-v1','','','2018-05-17 09:01:24','2018-05-17 09:01:24','',1352,'http://www.ontradeprogress.com/2018/05/17/1352-revision-v1/',0,'revision','',0),(1357,1,'2018-05-17 09:01:48','2018-05-17 09:01:48','<img class=\"alignleft  wp-image-1353\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Hogs-Back-Three-Hogs-pump-clip-WEB.jpg\" alt=\"\" width=\"65\" height=\"102\" />\r\n\r\n<strong style=\"font-size: 14px;\">Surrey-based Hogs Back Brewery is supporting the England football team\'s bid for World Cup glory this summer with a specially-brewed cask ale. Three Hogs will be available throughout June, with the offer of a free pint if the team reaches the finals of the FIFA tournament in July.</strong>\r\n\r\nThree Hogs is, fittingly, a typically English golden ale; 4% ABV, brewed with locally grown Fuggles hops, among others, and a selection of English malts. The pump clip shows three Hogs Back hogs and describes the ale as \"a beer of two halves: refreshingly hoppy up front, followed by a balancing bitterness and a hint of sweetness to finish\".\r\n\r\nHogs Back Brewery managing director Rupert Thompson said, \"The World Cup is going to be on TV screens in thousands of pubs, with crowds of supporters rooting for England.  A pint of refreshing, easy-drinking English ale specially brewed for the occasion will be the perfect drink to celebrate the team\'s victories or commiserate over its losses.\r\n\r\n\"Supporting England can be a bittersweet experience, just like our beer, so we expect the pump clip to raise a few smiles in pubs selling Three Hogs. And while we\'d of course love to see our boys progress all the way to the final in Moscow, experience suggests that publicans should put our football-themed beer on the bar for the group stage and quarter finals rather than waiting for the later matches.\"\r\n\r\nIf Southgate\'s squad manage to defy the odds and reach the final, Hogs Back is offering a free pint of ale to any customer who visits the Brewery Shop in Tongham on Saturday 14 July to stock up for the final on the Sunday.','Three Hogs ale set to score at the World Cup','','inherit','closed','closed','','1352-revision-v1','','','2018-05-17 09:01:48','2018-05-17 09:01:48','',1352,'http://www.ontradeprogress.com/2018/05/17/1352-revision-v1/',0,'revision','',0),(1358,1,'2018-05-17 09:26:56','2018-05-17 09:26:56','<img class=\"size-full wp-image-1364 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.jpg\" alt=\"\" width=\"138\" height=\"57\" />\r\n\r\n<strong>London based coffee roaster and tea blender, The Drury Tea &amp; Coffee Company, has announced the launch of a new hot drinks selection that is perfect for hotel bedrooms, but will prove equally useful in other hotel locations such as conference suits and bar service. </strong>\r\n\r\nThe system uses Drury’s famous pyramid teabags, the Company’s all-in-one hot chocolate mix and a new ground coffee bag. All products are individually wrapped in Art Deco design packaging and are available with a neat wooden tray to keep things tidy.\r\n\r\n<strong>BEDROOM HOT DRINKS SERVICE</strong>\r\n\r\n<strong>Pyramid Teabags</strong> – There is a choice of eight different teas and infusions, individually packed in attractive foil envelopes, each with a different Art Deco design. There is British Breakfast; Imperial Earl Grey; Camomile; White Tea with Rose and Pomegranate; Peppermint Leaves; Chun Mee China Green Tea; Lemon &amp; Ginger Infusion and Red Berry Infusion.\r\n\r\n<strong>Ground</strong> <strong>Coffee Bags </strong>– The very latest addition to the Drury portfolio. It offers all the taste of ground coffee with none of the mess - just brew it as you would a teabag. Available in two blends, a 100% Colombian from Rainforest Alliance Certified™ farms and a Swiss Water Process decaffeinated coffee. The stylish packaging features an Art Deco design.\r\n\r\n<strong>Luxury Hot Chocolate </strong>- An all-in-one hot chocolate mix in a sachet. The cocoa is sourced from Rainforest Alliance Certified™ farms. All you need to do is add hot water for a smooth, rich and decadent taste. These sachets also follow the Art Deco theming with an Alpine scene.<strong>  </strong>\r\n\r\nThe products look neat and stylish when displayed in the Drury branded wooden tray. These are available for £5 each or can be free to regular purchasers.','Drury launches new bedroom hot drinks selection','','publish','closed','open','','drury-launches-new-bedroom-hot-drinks-selection','','','2018-05-17 09:55:13','2018-05-17 09:55:13','',0,'http://www.ontradeprogress.com/?p=1358',0,'post','',0),(1359,1,'2018-05-17 09:25:05','2018-05-17 09:25:05','','Tray1','','inherit','closed','closed','','tray1','','','2018-05-17 09:25:05','2018-05-17 09:25:05','',1358,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Tray1.jpg',0,'attachment','image/jpeg',0),(1360,1,'2018-05-17 09:25:37','2018-05-17 09:25:37','','Sachet Selection (small)','','inherit','closed','closed','','sachet-selection-small','','','2018-05-17 09:25:37','2018-05-17 09:25:37','',1358,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Sachet-Selection-small.jpg',0,'attachment','image/jpeg',0),(1361,1,'2018-05-17 09:25:59','2018-05-17 09:25:59','<strong>London based coffee roaster and tea blender, The Drury Tea &amp; Coffee Company, has announced the launch of a new hot drinks selection that is perfect for hotel bedrooms, but will prove equally useful in other hotel locations such as conference suits and bar service. </strong>\r\n\r\nThe system uses Drury’s famous pyramid teabags, the Company’s all-in-one hot chocolate mix and a new ground coffee bag. All products are individually wrapped in Art Deco design packaging and are available with a neat wooden tray to keep things tidy.\r\n\r\n<strong>BEDROOM HOT DRINKS SERVICE</strong>\r\n\r\n<strong>Pyramid Teabags</strong> – There is a choice of eight different teas and infusions, individually packed in attractive foil envelopes, each with a different Art Deco design. There is British Breakfast; Imperial Earl Grey; Camomile; White Tea with Rose and Pomegranate; Peppermint Leaves; Chun Mee China Green Tea; Lemon &amp; Ginger Infusion and Red Berry Infusion.\r\n\r\n<strong>Ground</strong> <strong>Coffee Bags </strong>– The very latest addition to the Drury portfolio. It offers all the taste of ground coffee with none of the mess - just brew it as you would a teabag. Available in two blends, a 100% Colombian from Rainforest Alliance Certified™ farms and a Swiss Water Process decaffeinated coffee. The stylish packaging features an Art Deco design.\r\n\r\n<strong>Luxury Hot Chocolate </strong>- An all-in-one hot chocolate mix in a sachet. The cocoa is sourced from Rainforest Alliance Certified™ farms. All you need to do is add hot water for a smooth, rich and decadent taste. These sachets also follow the Art Deco theming with an Alpine scene.<strong>  </strong>\r\n\r\nThe products look neat and stylish when displayed in the Drury branded wooden tray. These are available for £5 each or can be free to regular purchasers.','Drury launches new bedroom hot drinks selection','','inherit','closed','closed','','1358-revision-v1','','','2018-05-17 09:25:59','2018-05-17 09:25:59','',1358,'http://www.ontradeprogress.com/2018/05/17/1358-revision-v1/',0,'revision','',0),(1362,1,'2018-05-17 09:36:19','2018-05-17 09:36:19','<strong>UKHospitality has </strong><strong>responded to the Government’s announcement regarding gaming machines, published today.</strong>\r\n\r\n“The Government’s approach to Category C and D machines suggests that it is prepared to act pragmatically, and to entertain the notion of an increase in stakes and prizes if the sector can demonstrate that it has implemented measures that will manage the risk of gambling-related harm effectively.\r\n\r\n“Despite there being no evident link between problem gambling and the category C and D machines allowed in pubs, our members are keen to promote socially responsible measures, to show that these machines are used under supervision and with an absolute minimum of harm.\r\n\r\n“Category C and D machines are vital revenue stream for many pubs and we will continue to liaise with the Government to ensure that pubs have the support and opportunities they need to make the most from them.”','Gaming machines vital pub revenue','','publish','closed','open','','gaming-machines-vital-pub-revenue','','','2018-05-17 09:36:19','2018-05-17 09:36:19','',0,'http://www.ontradeprogress.com/?p=1362',0,'post','',0),(1363,1,'2018-05-17 09:30:21','2018-05-17 09:30:21','<strong>UKHospitality has </strong><strong>responded to the Government’s announcement regarding gaming machines, published today.</strong>\r\n\r\n“The Government’s approach to Category C and D machines suggests that it is prepared to act pragmatically, and to entertain the notion of an increase in stakes and prizes if the sector can demonstrate that it has implemented measures that will manage the risk of gambling-related harm effectively.\r\n\r\n“Despite there being no evident link between problem gambling and the category C and D machines allowed in pubs, our members are keen to promote socially responsible measures, to show that these machines are used under supervision and with an absolute minimum of harm.\r\n\r\n“Category C and D machines are vital revenue stream for many pubs and we will continue to liaise with the Government to ensure that pubs have the support and opportunities they need to make the most from them.”','Gaming machines vital pub revenue','','inherit','closed','closed','','1362-revision-v1','','','2018-05-17 09:30:21','2018-05-17 09:30:21','',1362,'http://www.ontradeprogress.com/2018/05/17/1362-revision-v1/',0,'revision','',0),(1364,1,'2018-05-17 09:53:15','2018-05-17 09:53:15','','Picture1','','inherit','closed','closed','','picture1','','','2018-05-17 09:53:15','2018-05-17 09:53:15','',1358,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.jpg',0,'attachment','image/jpeg',0),(1365,1,'2018-05-17 09:54:43','2018-05-17 09:54:43','<img class=\"size-full wp-image-1364 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.jpg\" alt=\"\" width=\"138\" height=\"57\" />\r\n\r\n<strong>London based coffee roaster and tea blender, The Drury Tea &amp; Coffee Company, has announced the launch of a new hot drinks selection that is perfect for hotel bedrooms, but will prove equally useful in other hotel locations such as conference suits and bar service. </strong>\r\n\r\nThe system uses Drury’s famous pyramid teabags, the Company’s all-in-one hot chocolate mix and a new ground coffee bag. All products are individually wrapped in Art Deco design packaging and are available with a neat wooden tray to keep things tidy.\r\n\r\n<strong>BEDROOM HOT DRINKS SERVICE</strong>\r\n\r\n<strong>Pyramid Teabags</strong> – There is a choice of eight different teas and infusions, individually packed in attractive foil envelopes, each with a different Art Deco design. There is British Breakfast; Imperial Earl Grey; Camomile; White Tea with Rose and Pomegranate; Peppermint Leaves; Chun Mee China Green Tea; Lemon &amp; Ginger Infusion and Red Berry Infusion.\r\n\r\n<strong>Ground</strong> <strong>Coffee Bags </strong>– The very latest addition to the Drury portfolio. It offers all the taste of ground coffee with none of the mess - just brew it as you would a teabag. Available in two blends, a 100% Colombian from Rainforest Alliance Certified™ farms and a Swiss Water Process decaffeinated coffee. The stylish packaging features an Art Deco design.\r\n\r\n<strong>Luxury Hot Chocolate </strong>- An all-in-one hot chocolate mix in a sachet. The cocoa is sourced from Rainforest Alliance Certified™ farms. All you need to do is add hot water for a smooth, rich and decadent taste. These sachets also follow the Art Deco theming with an Alpine scene.<strong>  </strong>\r\n\r\nThe products look neat and stylish when displayed in the Drury branded wooden tray. These are available for £5 each or can be free to regular purchasers.','Drury launches new bedroom hot drinks selection','','inherit','closed','closed','','1358-autosave-v1','','','2018-05-17 09:54:43','2018-05-17 09:54:43','',1358,'http://www.ontradeprogress.com/2018/05/17/1358-autosave-v1/',0,'revision','',0),(1366,1,'2018-05-17 09:54:52','2018-05-17 09:54:52','<img class=\"size-full wp-image-1364 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.jpg\" alt=\"\" width=\"138\" height=\"57\" />\r\n\r\n<strong>London based coffee roaster and tea blender, The Drury Tea &amp; Coffee Company, has announced the launch of a new hot drinks selection that is perfect for hotel bedrooms, but will prove equally useful in other hotel locations such as conference suits and bar service. </strong>\r\n\r\nThe system uses Drury’s famous pyramid teabags, the Company’s all-in-one hot chocolate mix and a new ground coffee bag. All products are individually wrapped in Art Deco design packaging and are available with a neat wooden tray to keep things tidy.\r\n\r\n<strong>BEDROOM HOT DRINKS SERVICE</strong>\r\n\r\n<strong>Pyramid Teabags</strong> – There is a choice of eight different teas and infusions, individually packed in attractive foil envelopes, each with a different Art Deco design. There is British Breakfast; Imperial Earl Grey; Camomile; White Tea with Rose and Pomegranate; Peppermint Leaves; Chun Mee China Green Tea; Lemon &amp; Ginger Infusion and Red Berry Infusion.\r\n\r\n<strong>Ground</strong> <strong>Coffee Bags </strong>– The very latest addition to the Drury portfolio. It offers all the taste of ground coffee with none of the mess - just brew it as you would a teabag. Available in two blends, a 100% Colombian from Rainforest Alliance Certified™ farms and a Swiss Water Process decaffeinated coffee. The stylish packaging features an Art Deco design.\r\n\r\n<strong>Luxury Hot Chocolate </strong>- An all-in-one hot chocolate mix in a sachet. The cocoa is sourced from Rainforest Alliance Certified™ farms. All you need to do is add hot water for a smooth, rich and decadent taste. These sachets also follow the Art Deco theming with an Alpine scene.<strong>  </strong>\r\n\r\nThe products look neat and stylish when displayed in the Drury branded wooden tray. These are available for £5 each or can be free to regular purchasers.','Drury launches new bedroom hot drinks selection','','inherit','closed','closed','','1358-revision-v1','','','2018-05-17 09:54:52','2018-05-17 09:54:52','',1358,'http://www.ontradeprogress.com/2018/05/17/1358-revision-v1/',0,'revision','',0),(1367,1,'2018-05-17 13:38:49','2018-05-17 13:38:49','<strong>Nuts about KPs?  Over £10k-worth of prizes in KP of the Year 2018 awards! </strong><strong>Celebration of kitchen porters’ ‘massive’ contribution now in 5<sup>th</sup> year.</strong>\r\n\r\nThe search is on for the KP of the Year 2018.  The competition, which is the brainchild of warewashing specialist Winterhalter, is now in its fifth year and looking to build on its increasing popularity.  With that in mind, the prize fund now tops £10,000 – and every single KP who is nominated gets a special gift.\r\n\r\n“Every year the standard of entry goes up and the pressure intensifies,” says Winterhalter managing director Stephen Kinkead.  “And every year we hear stories of KPs doing extraordinary work that goes way beyond the call of duty.\r\n\r\n“What’s great about this competition is that so many people in the industry support it.  That’s partly because so many of us started out as KPs – including me!”\r\n\r\nAmongst the high profile chefs who have voiced their support for the KP of the Year competition is Paul Ainsworth.  \"I started out as a KP,” he says.  “It’s such a hard job!  We can’t function without them.  To be able to celebrate kitchen porters is great – the KP of the Year is a brilliant idea.”\r\n\r\nThe winner receives a trophy, £1,000 cash, and a celebratory dinner for family and friends.  They also win a brand new Winterhalter for their work place, worth up to £8,000.  Two runners up receive cash prizes and every entrant gets a special KP of the Year apron, in a presentation tin, created by Oliver Hardy.\r\n\r\nLast year’s winner was José Núnez, of The Stafford hotel, St James, London.  He was nominated by Mark Surguy, The Stafford’s hotel manager, who said, “José has a work ethic that cannot be compared.  He’s always smiling, he holds himself and every member of his team to the highest standards.  Nothing is ever too much for him.”\r\n\r\nStephen Kinkead added, “José was a truly worthy winner and he was the unanimous choice of the judges.  Now it’s time to find his successor!”','Nuts about KP of the year awards 2018','','publish','closed','open','','nuts-about-kps','','','2018-05-17 13:38:49','2018-05-17 13:38:49','',0,'http://www.ontradeprogress.com/?p=1367',0,'post','',0),(1368,1,'2018-05-17 13:37:40','2018-05-17 13:37:40','','Winterhalter_Logo_150dpi-copy-2015','','inherit','closed','closed','','winterhalter_logo_150dpi-copy-2015','','','2018-05-17 13:37:40','2018-05-17 13:37:40','',1367,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Winterhalter_Logo_150dpi-copy-2015.jpg',0,'attachment','image/jpeg',0),(1369,1,'2018-05-17 13:38:03','2018-05-17 13:38:03','<strong>Nuts about KPs?  Over £10k-worth of prizes in KP of the Year 2018 awards! </strong><strong>Celebration of kitchen porters’ ‘massive’ contribution now in 5<sup>th</sup> year.</strong>\r\n\r\nThe search is on for the KP of the Year 2018.  The competition, which is the brainchild of warewashing specialist Winterhalter, is now in its fifth year and looking to build on its increasing popularity.  With that in mind, the prize fund now tops £10,000 – and every single KP who is nominated gets a special gift.\r\n\r\n“Every year the standard of entry goes up and the pressure intensifies,” says Winterhalter managing director Stephen Kinkead.  “And every year we hear stories of KPs doing extraordinary work that goes way beyond the call of duty.\r\n\r\n“What’s great about this competition is that so many people in the industry support it.  That’s partly because so many of us started out as KPs – including me!”\r\n\r\nAmongst the high profile chefs who have voiced their support for the KP of the Year competition is Paul Ainsworth.  \"I started out as a KP,” he says.  “It’s such a hard job!  We can’t function without them.  To be able to celebrate kitchen porters is great – the KP of the Year is a brilliant idea.”\r\n\r\nThe winner receives a trophy, £1,000 cash, and a celebratory dinner for family and friends.  They also win a brand new Winterhalter for their work place, worth up to £8,000.  Two runners up receive cash prizes and every entrant gets a special KP of the Year apron, in a presentation tin, created by Oliver Hardy.\r\n\r\nLast year’s winner was José Núnez, of The Stafford hotel, St James, London.  He was nominated by Mark Surguy, The Stafford’s hotel manager, who said, “José has a work ethic that cannot be compared.  He’s always smiling, he holds himself and every member of his team to the highest standards.  Nothing is ever too much for him.”\r\n\r\nStephen Kinkead added, “José was a truly worthy winner and he was the unanimous choice of the judges.  Now it’s time to find his successor!”','Nuts about KP of the year awards 2018','','inherit','closed','closed','','1367-revision-v1','','','2018-05-17 13:38:03','2018-05-17 13:38:03','',1367,'http://www.ontradeprogress.com/2018/05/17/1367-revision-v1/',0,'revision','',0),(1370,1,'2018-05-18 09:28:10','2018-05-18 09:28:10','<img class=\"wp-image-1371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.png\" alt=\"\" width=\"85\" height=\"310\" />\r\n\r\n<strong>WKD, the UK’s top-selling traditional RTD<sup>1</sup>, is adding a tropical new flavour to its range. The brand’s impressive track record of new product development continues with the launch of WKD Mango Crush.</strong>\r\n\r\nAvailable in 275ml glass bottles and with the same 4.0% ABV as existing WKD flavours, the new variant is being launched with a range of trade deals to incentivise distribution, a programme of telesales drives, nationwide on-trade sampling activity, student-specific promotional support, and a huge social media campaign.  WKD Mango Crush will also be a key part of the brand’s programme of activity at summer festivals. For on-trade outlets wanting to keep their premises glass-free, WKD Mango Crush joins three other WKD flavours – Blue, Passion Fruit, and Berry – in being sold in crown-cap 275ml PET bottles, as well as in glass.\r\n\r\nOwned by SHS Drinks, innovative NPD and ground-breaking marketing support have driven the continued success of the £100 million WKD brand<sup>1</sup>, ensuring it remains fresh and relevant to its core 18 to 24 year-old target market.\r\n\r\n“Mango is a highly relevant flavour amongst our target audience,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “WKD Mango Crush was strongly endorsed by consumers in research<sup>2</sup> and we believe that the variant has significant volume potential and will drive incremental sales for stockists.  It is a year-round addition to our permanent range and we’re expecting it to be a big hit this summer.\r\n\r\n“Our fruity new addition is bringing a tropical new angle to the WKD range.  The two new SKUs are yet another example of our category-leading approach: demonstrating our desire to drive innovation, build the WKD brand, and grow sales for licensees,” concludes Grabham.','Tropical new flavour range from WKD','','publish','closed','open','','tropical-new-flavour-from-wkd','','','2018-05-18 09:28:10','2018-05-18 09:28:10','',0,'http://www.ontradeprogress.com/?p=1370',0,'post','',0),(1371,1,'2018-05-18 09:22:25','2018-05-18 09:22:25','','Picture1','','inherit','closed','closed','','picture1-2','','','2018-05-18 09:22:25','2018-05-18 09:22:25','',1370,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.png',0,'attachment','image/png',0),(1372,1,'2018-05-18 09:25:40','2018-05-18 09:25:40','','WKD Mango Crush 275ml','','inherit','closed','closed','','wkd-mango-crush-275ml','','','2018-05-18 09:25:40','2018-05-18 09:25:40','',1370,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/WKD-Mango-Crush-275ml.jpg',0,'attachment','image/jpeg',0),(1373,1,'2018-05-18 09:26:08','2018-05-18 09:26:08','<img class=\"wp-image-1371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.png\" alt=\"\" width=\"85\" height=\"310\" />\r\n\r\n<strong>WKD, the UK’s top-selling traditional RTD<sup>1</sup>, is adding a tropical new flavour to its range. The brand’s impressive track record of new product development continues with the launch of WKD Mango Crush.</strong>\r\n\r\nAvailable in 275ml glass bottles and with the same 4.0% ABV as existing WKD flavours, the new variant is being launched with a range of trade deals to incentivise distribution, a programme of telesales drives, nationwide on-trade sampling activity, student-specific promotional support, and a huge social media campaign.  WKD Mango Crush will also be a key part of the brand’s programme of activity at summer festivals. For on-trade outlets wanting to keep their premises glass-free, WKD Mango Crush joins three other WKD flavours – Blue, Passion Fruit, and Berry – in being sold in crown-cap 275ml PET bottles, as well as in glass.\r\n\r\nOwned by SHS Drinks, innovative NPD and ground-breaking marketing support have driven the continued success of the £100 million WKD brand<sup>1</sup>, ensuring it remains fresh and relevant to its core 18 to 24 year-old target market.\r\n\r\n“Mango is a highly relevant flavour amongst our target audience,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “WKD Mango Crush was strongly endorsed by consumers in research<sup>2</sup> and we believe that the variant has significant volume potential and will drive incremental sales for stockists.  It is a year-round addition to our permanent range and we’re expecting it to be a big hit this summer.\r\n\r\n“Our fruity new addition is bringing a tropical new angle to the WKD range.  The two new SKUs are yet another example of our category-leading approach: demonstrating our desire to drive innovation, build the WKD brand, and grow sales for licensees,” concludes Grabham.','Tropical new flavour range from WKD','','inherit','closed','closed','','1370-revision-v1','','','2018-05-18 09:26:08','2018-05-18 09:26:08','',1370,'http://www.ontradeprogress.com/2018/05/18/1370-revision-v1/',0,'revision','',0),(1374,1,'2018-05-18 09:26:34','2018-05-18 09:26:34','','WKD Mango Crush 24x275ml','','inherit','closed','closed','','wkd-mango-crush-24x275ml','','','2018-05-18 09:26:34','2018-05-18 09:26:34','',1370,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/WKD-Mango-Crush-24x275ml.jpg',0,'attachment','image/jpeg',0),(1375,1,'2018-05-21 07:46:52','2018-05-21 07:46:52','<p align=\"center\"><img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"170\" height=\"66\" /></p>\r\n<p style=\"text-align: left;\" align=\"center\"><strong>British stocks and sauces manufacturer acquired by European savoury ingredients supplier in partnership that will see opportunities for both to enter new territories.</strong></p>\r\nFounded in 1995 by Nigel Crane, Essential Cuisine has established itself as a key player in the UK foodservice market, generating double digit YOY growth and sales of £14m in 2018. Solina UK Country Manager, Adam Jones, is set to lead the integration program, with the local shareholder team of Nigel Crane, Neil Corlett and Jamie McGregor remaining with the business over the next few months to ensure a smooth transition of ownership.\r\n\r\nAdam Jones was keen to point out the reasons behind the acquisition, citing joint innovation agendas and plans for expansion into new territories.\r\n\r\n<b>He said:</b> “Essential Cuisine is a great addition to our portfolio. We have long sought to complement our leading presence in B2B sectors by securing a strong foothold in the UK foodservice market. The acquisition of Essential Cuisine not only opens up this channel for Solina, but we also see great opportunity in the combination of our shared innovation, market and product philosophies.”\r\n\r\n<b>Nigel Crane added:</b> “This company has been a labour of love for me and everybody involved in its success since 1995. As shareholders we realised that maintaining such growth on our own would become more and more difficult, so decided last autumn to find the right future partner for Essential Cuisine. As shareholders, we had been adamant from the off that we would only sell to a business willing to let it continue its incredible success story. In Adam, we have a more than worthy successor, someone with the vision and backing to take Essential Cuisine to the next level and open up new, untapped markets. I’m confident that the combined group will become stronger and a more attractive partner for our UK customers.”','Essential Cuisine strengthened by key European acquisition','','publish','closed','open','','essential-cuisine-strengthened-by-key-european-acquisition','','','2018-05-21 07:53:05','2018-05-21 07:53:05','',0,'http://www.ontradeprogress.com/?p=1375',0,'post','',0),(1376,1,'2018-05-21 07:45:30','2018-05-21 07:45:30','','Print','','inherit','closed','closed','','print-4','','','2018-05-21 07:45:30','2018-05-21 07:45:30','',1375,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap.jpg',0,'attachment','image/jpeg',0),(1377,1,'2018-05-21 07:45:37','2018-05-21 07:45:37','','EC founder Nigel Crane, who steps down in summer 2018','','inherit','closed','closed','','ec-founder-nigel-crane-who-steps-down-in-summer-2018','','','2018-05-21 07:45:37','2018-05-21 07:45:37','',1375,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/EC-founder-Nigel-Crane-who-steps-down-in-summer-2018.jpg',0,'attachment','image/jpeg',0),(1378,1,'2018-05-21 07:46:33','2018-05-21 07:46:33','<p align=\"center\"><img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"170\" height=\"66\" /></p>\r\n<p style=\"text-align: left;\" align=\"center\"><strong>British stocks and sauces manufacturer acquired by European savoury ingredients supplier in partnership that will see opportunities for both to enter new territories.</strong></p>\r\nFounded in 1995 by Nigel Crane, Essential Cuisine has established itself as a key player in the UK foodservice market, generating double digit YOY growth and sales of £14m in 2018. Solina UK Country Manager, Adam Jones, is set to lead the integration program, with the local shareholder team of Nigel Crane, Neil Corlett and Jamie McGregor remaining with the business over the next few months to ensure a smooth transition of ownership.\r\n\r\nAdam Jones was keen to point out the reasons behind the acquisition, citing joint innovation agendas and plans for expansion into new territories.\r\n\r\n<b>He said:</b> “Essential Cuisine is a great addition to our portfolio. We have long sought to complement our leading presence in B2B sectors by securing a strong foothold in the UK foodservice market. The acquisition of Essential Cuisine not only opens up this channel for Solina, but we also see great opportunity in the combination of our shared innovation, market and product philosophies.”\r\n\r\n<b>Nigel Crane added:</b> “This company has been a labour of love for me and everybody involved in its success since 1995. As shareholders we realised that maintaining such growth on our own would become more and more difficult, so decided last autumn to find the right future partner for Essential Cuisine. As shareholders, we had been adamant from the off that we would only sell to a business willing to let it continue its incredible success story. In Adam, we have a more than worthy successor, someone with the vision and backing to take Essential Cuisine to the next level and open up new, untapped markets. I’m confident that the combined group will become stronger and a more attractive partner for our UK customers.”','Essential Cuisine strengthened by key European acquisition','','inherit','closed','closed','','1375-revision-v1','','','2018-05-21 07:46:33','2018-05-21 07:46:33','',1375,'http://www.ontradeprogress.com/2018/05/21/1375-revision-v1/',0,'revision','',0),(1379,1,'2018-05-21 08:04:52','2018-05-21 08:04:52','<img class=\"size-full wp-image-1381 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1-1.jpg\" alt=\"\" width=\"144\" height=\"83\" />\r\n\r\n<strong>This summer sees the launch of Frozé concentrated mix for frozen cocktail machines from Peter Spanton Drinks.</strong>\r\n\r\nBased on the classic paloma cocktail, Frozé can be served from a frozen cocktail machine either as a premium soft drink in its own right, or mixed with a spirit such as tequila, vodka or vermouth to create a Frozé cocktail.\r\n\r\nFormer London restaurateur Peter Spanton originally developed his own range of adult soft drinks and mixers in 2011. He said: “Frozé is a natural extension of our range, with a strong appeal to customers seeking something beyond ordinary.\r\n\r\n“Salted Paloma is one of our most popular bottled varieties, blending grapefruit juice, lime, and sea salt. Although tequila is traditional in a paloma, Frozé combines well with a range of spirits to create sophisticated frozen drinks.”\r\n\r\nAmong the bars serving Frozé is Baltic near Waterloo in London, where bar manager Karol Terejlis, said: “Our customers enjoy frozen cocktails all year round, and we want to offer the same quality and appeal in drinks from our frozen cocktail machine as we do with all our alcoholic and non-alcoholic cocktails.  Frozé enables us to do that, and has already earned its place on our drinks list.”\r\n\r\nChris Hare, brand manager of premium tequila Cazcabel, has trialled the product and plans to serve it at festival bars running throughout the summer. He said: \"Peter Spanton\'s new Paloma Frozé is a game changer – it tastes great, it\'s well balanced and people keep coming back for more. It also works perfectly with my Cazcabel Blanco tequila, and really lets the flavours shine through.\'\'\r\n\r\nPeter Spanton Drinks suggested serves for Frozé include:\r\n<ul>\r\n 	<li>For a non-alcoholic, guilt-free Paloma, serve Frozé with charred rosemary syrup and lime garnish.</li>\r\n 	<li>For an alcoholic version, add tequila or mezcal to Frozé and serve with a garnish of lime zest, salt and chilli.</li>\r\n</ul>\r\nFrozé is available in concentrate packs, with 1 litre of concentrate making just over 6 litres  of Frozé serve before adding alcohol.\r\n\r\nFrozé is supplied directly by Peter Spanton Drinks; for more information and serving suggestions, email <a href=\"mailto:sales@peterspanton.com\">sales@peterspanton.com</a> or call 020 3763 5665.','Frozé: Frozen cocktails just got much cooler','','publish','closed','open','','froze-frozen-cocktails-just-got-much-cooler','','','2018-05-23 15:19:10','2018-05-23 15:19:10','',0,'http://www.ontradeprogress.com/?p=1379',0,'post','',0),(1380,1,'2018-05-21 08:02:17','2018-05-21 08:02:17','','Froze frozen cocktail from Peter Spanton Drinks','','inherit','closed','closed','','froze-frozen-cocktail-from-peter-spanton-drinks','','','2018-05-21 08:02:17','2018-05-21 08:02:17','',1379,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Froze-frozen-cocktail-from-Peter-Spanton-Drinks.jpg',0,'attachment','image/jpeg',0),(1381,1,'2018-05-21 08:03:00','2018-05-21 08:03:00','','Picture1','','inherit','closed','closed','','picture1-3','','','2018-05-21 08:03:00','2018-05-21 08:03:00','',1379,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1-1.jpg',0,'attachment','image/jpeg',0),(1382,1,'2018-05-21 08:04:04','2018-05-21 08:04:04','<img class=\"alignleft size-full wp-image-1381\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1-1.jpg\" alt=\"\" width=\"144\" height=\"83\" />\r\n\r\n<strong>This summer sees the launch of Frozé concentrated mix for frozen cocktail machines from Peter Spanton Drinks.</strong>\r\n\r\nBased on the classic paloma cocktail, Frozé can be served from a frozen cocktail machine either as a premium soft drink in its own right, or mixed with a spirit such as tequila, vodka or vermouth to create a Frozé cocktail.\r\n\r\nFormer London restaurateur Peter Spanton originally developed his own range of adult soft drinks and mixers in 2011. He said: “Frozé is a natural extension of our range, with a strong appeal to customers seeking something beyond ordinary.\r\n\r\n“Salted Paloma is one of our most popular bottled varieties, blending grapefruit juice, lime, and sea salt. Although tequila is traditional in a paloma, Frozé combines well with a range of spirits to create sophisticated frozen drinks.”\r\n\r\nAmong the bars serving Frozé is Baltic near Waterloo in London, where bar manager Karol Terejlis, said: “Our customers enjoy frozen cocktails all year round, and we want to offer the same quality and appeal in drinks from our frozen cocktail machine as we do with all our alcoholic and non-alcoholic cocktails.  Frozé enables us to do that, and has already earned its place on our drinks list.”\r\n\r\nChris Hare, brand manager of premium tequila Cazcabel, has trialled the product and plans to serve it at festival bars running throughout the summer. He said: \"Peter Spanton\'s new Paloma Frozé is a game changer – it tastes great, it\'s well balanced and people keep coming back for more. It also works perfectly with my Cazcabel Blanco tequila, and really lets the flavours shine through.\'\'\r\n\r\nPeter Spanton Drinks suggested serves for Frozé include:\r\n<ul>\r\n 	<li>For a non-alcoholic, guilt-free Paloma, serve Frozé with charred rosemary syrup and lime garnish.</li>\r\n 	<li>For an alcoholic version, add tequila or mezcal to Frozé and serve with a garnish of lime zest, salt and chilli.</li>\r\n</ul>\r\nFrozé is available in concentrate packs, with 1 litre of concentrate making just over 6 litres  of Frozé serve before adding alcohol.\r\n\r\nFrozé is supplied directly by Peter Spanton Drinks; for more information and serving suggestions, email <a href=\"mailto:sales@peterspanton.com\">sales@peterspanton.com</a> or call 020 3763 5665.','Frozé: Frozen cocktails just got much cooler','','inherit','closed','closed','','1379-revision-v1','','','2018-05-21 08:04:04','2018-05-21 08:04:04','',1379,'http://www.ontradeprogress.com/2018/05/21/1379-revision-v1/',0,'revision','',0),(1383,1,'2018-05-21 08:04:25','2018-05-21 08:04:25','<img class=\"alignleft size-full wp-image-1381\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1-1.jpg\" alt=\"\" width=\"144\" height=\"83\" />\r\n\r\n<strong>This summer sees the launch of Frozé concentrated mix for frozen cocktail machines from Peter Spanton Drinks.</strong>\r\n\r\n&nbsp;\r\n\r\nBased on the classic paloma cocktail, Frozé can be served from a frozen cocktail machine either as a premium soft drink in its own right, or mixed with a spirit such as tequila, vodka or vermouth to create a Frozé cocktail.\r\n\r\nFormer London restaurateur Peter Spanton originally developed his own range of adult soft drinks and mixers in 2011. He said: “Frozé is a natural extension of our range, with a strong appeal to customers seeking something beyond ordinary.\r\n\r\n“Salted Paloma is one of our most popular bottled varieties, blending grapefruit juice, lime, and sea salt. Although tequila is traditional in a paloma, Frozé combines well with a range of spirits to create sophisticated frozen drinks.”\r\n\r\nAmong the bars serving Frozé is Baltic near Waterloo in London, where bar manager Karol Terejlis, said: “Our customers enjoy frozen cocktails all year round, and we want to offer the same quality and appeal in drinks from our frozen cocktail machine as we do with all our alcoholic and non-alcoholic cocktails.  Frozé enables us to do that, and has already earned its place on our drinks list.”\r\n\r\nChris Hare, brand manager of premium tequila Cazcabel, has trialled the product and plans to serve it at festival bars running throughout the summer. He said: \"Peter Spanton\'s new Paloma Frozé is a game changer – it tastes great, it\'s well balanced and people keep coming back for more. It also works perfectly with my Cazcabel Blanco tequila, and really lets the flavours shine through.\'\'\r\n\r\nPeter Spanton Drinks suggested serves for Frozé include:\r\n<ul>\r\n 	<li>For a non-alcoholic, guilt-free Paloma, serve Frozé with charred rosemary syrup and lime garnish.</li>\r\n 	<li>For an alcoholic version, add tequila or mezcal to Frozé and serve with a garnish of lime zest, salt and chilli.</li>\r\n</ul>\r\nFrozé is available in concentrate packs, with 1 litre of concentrate making just over 6 litres  of Frozé serve before adding alcohol.\r\n\r\nFrozé is supplied directly by Peter Spanton Drinks; for more information and serving suggestions, email <a href=\"mailto:sales@peterspanton.com\">sales@peterspanton.com</a> or call 020 3763 5665.','Frozé: Frozen cocktails just got much cooler','','inherit','closed','closed','','1379-revision-v1','','','2018-05-21 08:04:25','2018-05-21 08:04:25','',1379,'http://www.ontradeprogress.com/2018/05/21/1379-revision-v1/',0,'revision','',0),(1384,1,'2018-05-21 08:04:43','2018-05-21 08:04:43','<img class=\"size-full wp-image-1381 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1-1.jpg\" alt=\"\" width=\"144\" height=\"83\" />\r\n\r\n<strong>This summer sees the launch of Frozé concentrated mix for frozen cocktail machines from Peter Spanton Drinks.</strong>\r\n\r\nBased on the classic paloma cocktail, Frozé can be served from a frozen cocktail machine either as a premium soft drink in its own right, or mixed with a spirit such as tequila, vodka or vermouth to create a Frozé cocktail.\r\n\r\nFormer London restaurateur Peter Spanton originally developed his own range of adult soft drinks and mixers in 2011. He said: “Frozé is a natural extension of our range, with a strong appeal to customers seeking something beyond ordinary.\r\n\r\n“Salted Paloma is one of our most popular bottled varieties, blending grapefruit juice, lime, and sea salt. Although tequila is traditional in a paloma, Frozé combines well with a range of spirits to create sophisticated frozen drinks.”\r\n\r\nAmong the bars serving Frozé is Baltic near Waterloo in London, where bar manager Karol Terejlis, said: “Our customers enjoy frozen cocktails all year round, and we want to offer the same quality and appeal in drinks from our frozen cocktail machine as we do with all our alcoholic and non-alcoholic cocktails.  Frozé enables us to do that, and has already earned its place on our drinks list.”\r\n\r\nChris Hare, brand manager of premium tequila Cazcabel, has trialled the product and plans to serve it at festival bars running throughout the summer. He said: \"Peter Spanton\'s new Paloma Frozé is a game changer – it tastes great, it\'s well balanced and people keep coming back for more. It also works perfectly with my Cazcabel Blanco tequila, and really lets the flavours shine through.\'\'\r\n\r\nPeter Spanton Drinks suggested serves for Frozé include:\r\n<ul>\r\n 	<li>For a non-alcoholic, guilt-free Paloma, serve Frozé with charred rosemary syrup and lime garnish.</li>\r\n 	<li>For an alcoholic version, add tequila or mezcal to Frozé and serve with a garnish of lime zest, salt and chilli.</li>\r\n</ul>\r\nFrozé is available in concentrate packs, with 1 litre of concentrate making just over 6 litres  of Frozé serve before adding alcohol.\r\n\r\nFrozé is supplied directly by Peter Spanton Drinks; for more information and serving suggestions, email <a href=\"mailto:sales@peterspanton.com\">sales@peterspanton.com</a> or call 020 3763 5665.','Frozé: Frozen cocktails just got much cooler','','inherit','closed','closed','','1379-revision-v1','','','2018-05-21 08:04:43','2018-05-21 08:04:43','',1379,'http://www.ontradeprogress.com/2018/05/21/1379-revision-v1/',0,'revision','',0),(1387,1,'2018-05-22 13:25:17','2018-05-22 13:25:17','<img class=\"size-full wp-image-1371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.png\" alt=\"\" width=\"81\" height=\"295\" /><strong>WKD is launching an exciting range of cocktails in cans to provide licensees with a convenient and speedy way to serve quality cocktails. Under the name WKD MIXED, the 6% ABV pre-mixed cocktails from the UK’s No.1 traditional RTD<sup>1 </sup>are available in three flavours and packaged in stylish 250ml cans.</strong>\r\n\r\nThe three new WKD MIXED cocktails are:\r\n<ul>\r\n 	<li>CHEEKY V: port, Blue &amp; lemonade flavour</li>\r\n 	<li>PASSIONISTA: rum, Passion Fruit &amp; lemonade flavour</li>\r\n 	<li>OH SCHNAPP: peach schnapps, Berry &amp; orange flavour</li>\r\n</ul>\r\nWKD MIXED delivers perfectly prepared cocktails every time.  The cocktail-in-a-can approach affords bar staff the ultimate in cocktail speed of serve: no need for individual ingredients, no wastage and easy to pour.  WKD MIXED cocktails are ideally suited to busy venues or events or peak trading periods; they allow staff to focus on serving rather than on preparation.\r\n\r\nAll three cocktails are available to licensees in 12 x 250ml shrink-wrapped cases.  WKD MIXED will be supported by striking point-of-sale materials to build in-outlet awareness and a huge social media campaign involving intriguing teasers and consumer competitions.  The launch will be communicated using the creative theme <em>‘Pick a MIXED’</em> which is all about making choosing a drink exciting.\r\n\r\nOver the years the WKD brand has become synonymous in the on-trade with fun, multi-serve sharing cocktails; the new single-serve range from the undisputed RTD category-leader<sup>1</sup> will make WKD cocktails available in ready-to-serve (RTS) cans for the first time.\r\n\r\nOwned by SHS Drinks, product innovation and trailblazing marketing activities have supported the ongoing success of the £100 million WKD brand<sup>1</sup>, ensuring that it remains fresh and relevant to young adults.  WKD has reigned as the UK’s top-selling traditional RTD for over a decade<sup>1</sup>.  WKD is held in high regard by consumers: it is the No.1 RTD on taste, satisfaction and cool branding<sup>2</sup> and is also the No.1 RTD choice amongst students<sup>3</sup>. WKD has strong foundations from which to launch canned cocktails.\r\n\r\n“WKD MIXED is the perfect pre-prepared cocktail range for 18 to 24 year-olds,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “The concept is all about fusing together the fun aspects of WKD with the convenience of cans to create great-tasting cocktails.  The approach was extremely well received by consumers in research<sup>4</sup> – they really got what we’re trying to do here.  WKD MIXED is broadening the WKD brand offering; the range will bring in new users and help keep WKD in purchasers’ repertoires for longer.\r\n\r\n“WKD MIXED cans make it possible for on-trade outlets that might not otherwise have the capability (be that in terms of appropriately trained staff or sufficient preparation space or just the sheer volume of customers to serve at peak times) to sell good quality cocktails.  WKD MIXED is another great example of our category-leading approach: we’re delivering incremental sales for licensees through brand innovation,” concludes Grabham.','WKD launches cocktails in cans to On-Trade','','publish','closed','open','','wkd-launches-cocktails-in-cans-to-on-trade','','','2018-05-22 13:35:54','2018-05-22 13:35:54','',0,'http://www.ontradeprogress.com/?p=1387',0,'post','',0),(1388,1,'2018-05-22 13:24:37','2018-05-22 13:24:37','','WKD MIXED_neon','','inherit','closed','closed','','wkd-mixed_neon','','','2018-05-22 13:24:37','2018-05-22 13:24:37','',1387,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/WKD-MIXED_neon.jpg',0,'attachment','image/jpeg',0),(1389,1,'2018-05-22 13:24:49','2018-05-22 13:24:49','<img class=\"size-full wp-image-1371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.png\" alt=\"\" width=\"81\" height=\"295\" /><strong>WKD is launching an exciting range of cocktails in cans to provide licensees with a convenient and speedy way to serve quality cocktails.  Under the name WKD MIXED, the 6% ABV pre-mixed cocktails from the UK’s No.1 traditional RTD<sup>1 </sup>are available in three flavours and packaged in stylish 250ml cans.</strong>\r\n\r\nThe three new WKD MIXED cocktails are:\r\n<ul>\r\n 	<li>CHEEKY V: port, Blue &amp; lemonade flavour</li>\r\n 	<li>PASSIONISTA: rum, Passion Fruit &amp; lemonade flavour</li>\r\n 	<li>OH SCHNAPP: peach schnapps, Berry &amp; orange flavour</li>\r\n</ul>\r\nWKD MIXED delivers perfectly prepared cocktails every time.  The cocktail-in-a-can approach affords bar staff the ultimate in cocktail speed of serve: no need for individual ingredients, no wastage and easy to pour.  WKD MIXED cocktails are ideally suited to busy venues or events or peak trading periods; they allow staff to focus on serving rather than on preparation.\r\n\r\nAll three cocktails are available to licensees in 12 x 250ml shrink-wrapped cases.  WKD MIXED will be supported by striking point-of-sale materials to build in-outlet awareness and a huge social media campaign involving intriguing teasers and consumer competitions.  The launch will be communicated using the creative theme <em>‘Pick a MIXED’</em> which is all about making choosing a drink exciting.\r\n\r\nOver the years the WKD brand has become synonymous in the on-trade with fun, multi-serve sharing cocktails; the new single-serve range from the undisputed RTD category-leader<sup>1</sup> will make WKD cocktails available in ready-to-serve (RTS) cans for the first time.\r\n\r\nOwned by SHS Drinks, product innovation and trailblazing marketing activities have supported the ongoing success of the £100 million WKD brand<sup>1</sup>, ensuring that it remains fresh and relevant to young adults.  WKD has reigned as the UK’s top-selling traditional RTD for over a decade<sup>1</sup>.  WKD is held in high regard by consumers: it is the No.1 RTD on taste, satisfaction and cool branding<sup>2</sup> and is also the No.1 RTD choice amongst students<sup>3</sup>. WKD has strong foundations from which to launch canned cocktails.\r\n\r\n“WKD MIXED is the perfect pre-prepared cocktail range for 18 to 24 year-olds,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “The concept is all about fusing together the fun aspects of WKD with the convenience of cans to create great-tasting cocktails.  The approach was extremely well received by consumers in research<sup>4</sup> – they really got what we’re trying to do here.  WKD MIXED is broadening the WKD brand offering; the range will bring in new users and help keep WKD in purchasers’ repertoires for longer.\r\n\r\n“WKD MIXED cans make it possible for on-trade outlets that might not otherwise have the capability (be that in terms of appropriately trained staff or sufficient preparation space or just the sheer volume of customers to serve at peak times) to sell good quality cocktails.  WKD MIXED is another great example of our category-leading approach: we’re delivering incremental sales for licensees through brand innovation,” concludes Grabham.','WKD launches cocktails in cans to On-Trade','','inherit','closed','closed','','1387-revision-v1','','','2018-05-22 13:24:49','2018-05-22 13:24:49','',1387,'http://www.ontradeprogress.com/2018/05/22/1387-revision-v1/',0,'revision','',0),(1390,1,'2018-05-22 13:35:54','2018-05-22 13:35:54','<img class=\"size-full wp-image-1371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Picture1.png\" alt=\"\" width=\"81\" height=\"295\" /><strong>WKD is launching an exciting range of cocktails in cans to provide licensees with a convenient and speedy way to serve quality cocktails. Under the name WKD MIXED, the 6% ABV pre-mixed cocktails from the UK’s No.1 traditional RTD<sup>1 </sup>are available in three flavours and packaged in stylish 250ml cans.</strong>\r\n\r\nThe three new WKD MIXED cocktails are:\r\n<ul>\r\n 	<li>CHEEKY V: port, Blue &amp; lemonade flavour</li>\r\n 	<li>PASSIONISTA: rum, Passion Fruit &amp; lemonade flavour</li>\r\n 	<li>OH SCHNAPP: peach schnapps, Berry &amp; orange flavour</li>\r\n</ul>\r\nWKD MIXED delivers perfectly prepared cocktails every time.  The cocktail-in-a-can approach affords bar staff the ultimate in cocktail speed of serve: no need for individual ingredients, no wastage and easy to pour.  WKD MIXED cocktails are ideally suited to busy venues or events or peak trading periods; they allow staff to focus on serving rather than on preparation.\r\n\r\nAll three cocktails are available to licensees in 12 x 250ml shrink-wrapped cases.  WKD MIXED will be supported by striking point-of-sale materials to build in-outlet awareness and a huge social media campaign involving intriguing teasers and consumer competitions.  The launch will be communicated using the creative theme <em>‘Pick a MIXED’</em> which is all about making choosing a drink exciting.\r\n\r\nOver the years the WKD brand has become synonymous in the on-trade with fun, multi-serve sharing cocktails; the new single-serve range from the undisputed RTD category-leader<sup>1</sup> will make WKD cocktails available in ready-to-serve (RTS) cans for the first time.\r\n\r\nOwned by SHS Drinks, product innovation and trailblazing marketing activities have supported the ongoing success of the £100 million WKD brand<sup>1</sup>, ensuring that it remains fresh and relevant to young adults.  WKD has reigned as the UK’s top-selling traditional RTD for over a decade<sup>1</sup>.  WKD is held in high regard by consumers: it is the No.1 RTD on taste, satisfaction and cool branding<sup>2</sup> and is also the No.1 RTD choice amongst students<sup>3</sup>. WKD has strong foundations from which to launch canned cocktails.\r\n\r\n“WKD MIXED is the perfect pre-prepared cocktail range for 18 to 24 year-olds,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “The concept is all about fusing together the fun aspects of WKD with the convenience of cans to create great-tasting cocktails.  The approach was extremely well received by consumers in research<sup>4</sup> – they really got what we’re trying to do here.  WKD MIXED is broadening the WKD brand offering; the range will bring in new users and help keep WKD in purchasers’ repertoires for longer.\r\n\r\n“WKD MIXED cans make it possible for on-trade outlets that might not otherwise have the capability (be that in terms of appropriately trained staff or sufficient preparation space or just the sheer volume of customers to serve at peak times) to sell good quality cocktails.  WKD MIXED is another great example of our category-leading approach: we’re delivering incremental sales for licensees through brand innovation,” concludes Grabham.','WKD launches cocktails in cans to On-Trade','','inherit','closed','closed','','1387-revision-v1','','','2018-05-22 13:35:54','2018-05-22 13:35:54','',1387,'http://www.ontradeprogress.com/2018/05/22/1387-revision-v1/',0,'revision','',0),(1391,1,'2018-05-22 16:24:43','2018-05-22 16:24:43','<img class=\"alignleft wp-image-1392\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones-e1527004759215.jpg\" alt=\"\" width=\"263\" height=\"284\" />\r\n\r\n<strong>The Smokestack barman from Leeds Lee Jones last night (Monday 21<sup>st</sup> May) won the Southern Showdown hosted on the Thames paddle streamer the Dixie Queen.</strong>\r\n\r\nJones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper. The cocktail was served in a Nick &amp; Nora Coupette with a dehydrated lemon garnish.\r\n\r\n&nbsp;\r\n\r\nEach of the bartenders’ cocktails had to include one of three of Southern Comforts variants, these are; Original, black or 100. Each bartender was asked to use bespoke and local ingredient’s in their recipes to recreate the spirit of their hometown and region.\r\n\r\nThe six contenders, showcasing their cocktails last night were:\r\n<ul>\r\n 	<li>Giacomo Brunelli – Scarfes Bar, Holburn, Central London</li>\r\n 	<li>Thomas Hay-Owens – The Seaside Boarding House, Burton Bradstock, Dorset</li>\r\n 	<li>Thom Solberg – Black Rock, Shoreditch, East London</li>\r\n 	<li>Charley Carrington – Last Chance Cocktail &amp; Whisky Bar, Nottingham</li>\r\n 	<li>Sarah Kathryn Berardi – Draffens, Dundee, East Scotland</li>\r\n 	<li>Lee Jones – Smokestack, Leeds</li>\r\n</ul>\r\n<img class=\"wp-image-1395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lodon.jpg\" alt=\"\" width=\"177\" height=\"216\" />\r\n\r\nEach of the contenders produced some fascinating cocktails and some very insightful stories behind their cocktails, but it was Lee that came out on top <span style=\"font-size: 14px;\">and won.</span>\r\n\r\nThe global round of the competition will be held in New Orleans, this is where the overall winner of the Southern Showdown will be announced.\r\n\r\nWith a high profile UK launch, Southern Comfort Black is bringing a robust new blend to the iconic New Orleans brand. Using the strapline “For those who want their smooth Southern Comfort BOLD,” the launch <span style=\"font-size: 14px;\">campaign engages with </span>younger spirit drinkers’ growing interest in American whiskey.\r\n\r\nThe 40% ABV premium Southern Comfort expression will be distributed by Hi-Spirits in the UK on-trade and off-trade beginning March 2018. Southern Comfort Black features an innovative new blend which brings the New Orleans brand’s whiskey credentials to the fore, while still featuring creator M.W. Heron’s blend of fruits and spices.','Lee Jones - Southern Comfort Southern Showdown UK Winner','','publish','closed','open','','lee-jones-southern-comfort-southern-showdown-uk-winner','','','2018-05-22 16:24:43','2018-05-22 16:24:43','',0,'http://www.ontradeprogress.com/?p=1391',0,'post','',0),(1392,1,'2018-05-22 15:57:59','2018-05-22 15:57:59','','lee jones','','inherit','closed','closed','','lee-jones','','','2018-05-22 15:57:59','2018-05-22 15:57:59','',1391,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones.jpg',0,'attachment','image/jpeg',0),(1393,1,'2018-05-22 15:58:18','2018-05-22 15:58:18','<strong>The Smokestack barman from Leeds Lee Jones last night (Monday 21<sup>st</sup> May) won the Southern Showdown hosted on the Thames paddle streamer the Dixie Queen.</strong>\r\n\r\nJones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper. The cocktail was served in a Nick &amp; Nora Coupette with a dehydrated lemon garnish.\r\n\r\nEach of the bartenders’ cocktails had to include one of three of Southern Comforts variants, these are; Original, black or 100. Each bartender was asked to use bespoke and local ingredient’s in their recipes to recreate the spirit of their hometown and region.\r\n\r\nThe six contenders, showcasing their cocktails last night were:\r\n<ul>\r\n 	<li>Giacomo Brunelli – Scarfes Bar, Holburn, Central London</li>\r\n 	<li>Thomas Hay-Owens – The Seaside Boarding House, Burton Bradstock, Dorset</li>\r\n 	<li>Thom Solberg – Black Rock, Shoreditch, East London</li>\r\n 	<li>Charley Carrington – Last Chance Cocktail &amp; Whisky Bar, Nottingham</li>\r\n 	<li>Sarah Kathryn Berardi – Draffens, Dundee, East Scotland</li>\r\n 	<li>Lee Jones – Smokestack, Leeds</li>\r\n</ul>\r\nEach of the contenders produced some fascinating cocktails and some very insightful stories behind their cocktails, but it was Lee that came out on top and won.\r\n\r\nThe global round of the competition will be held in New Orleans, this is where the overall winner of the Southern Showdown will be announced.\r\n\r\nWith a high profile UK launch, Southern Comfort Black is bringing a robust new blend to the iconic New Orleans brand. Using the strapline “For those who want their smooth Southern Comfort BOLD,” the launch campaign engages with younger spirit drinkers’ growing interest in American whiskey.\r\n\r\nThe 40% ABV premium Southern Comfort expression will be distributed by Hi-Spirits in the UK on-trade and off-trade beginning March 2018. Southern Comfort Black features an innovative new blend which brings the New Orleans brand’s whiskey credentials to the fore, while still featuring creator M.W. Heron’s blend of fruits and spices.','Lee Jones - Southern Comfort Southern Showdown UK Winner','','inherit','closed','closed','','1391-revision-v1','','','2018-05-22 15:58:18','2018-05-22 15:58:18','',1391,'http://www.ontradeprogress.com/2018/05/22/1391-revision-v1/',0,'revision','',0),(1394,1,'2018-05-22 16:00:09','2018-05-22 16:00:09','','lee jones','','inherit','closed','closed','','lee-jones-2','','','2018-05-22 16:01:36','2018-05-22 16:01:36','',1391,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones-1.jpg',0,'attachment','image/jpeg',0),(1395,1,'2018-05-22 16:10:26','2018-05-22 16:10:26','','lodon','','inherit','closed','closed','','lodon','','','2018-05-22 16:10:26','2018-05-22 16:10:26','',1391,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/lodon.jpg',0,'attachment','image/jpeg',0),(1396,1,'2018-05-22 16:13:06','2018-05-22 16:13:06','','Southern Comfort','','inherit','closed','closed','','southern-comfort','','','2018-05-22 16:13:06','2018-05-22 16:13:06','',1391,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Southern-Comfort-.jpg',0,'attachment','image/jpeg',0),(1397,1,'2018-05-22 16:13:16','2018-05-22 16:13:16','<img class=\"alignleft  wp-image-1392\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones-e1527004759215.jpg\" alt=\"\" width=\"263\" height=\"284\" />\r\n\r\n<strong>The Smokestack barman from Leeds Lee Jones last night (Monday 21<sup>st</sup> May) won the Southern Showdown hosted on the Thames paddle streamer the Dixie Queen.</strong>\r\n\r\nJones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper. The cocktail was served in a Nick &amp; Nora Coupette with a dehydrated lemon garnish.\r\n\r\nEach of the bartenders’ cocktails had to include one of three of Southern Comforts variants, these are; Original, black or 100. Each bartender was asked to use bespoke and local ingredient’s in their recipes to recreate the spirit of their hometown and region.\r\n\r\nThe six contenders, showcasing their cocktails last night were:\r\n<ul>\r\n 	<li>Giacomo Brunelli – Scarfes Bar, Holburn, Central London</li>\r\n 	<li>Thomas Hay-Owens – The Seaside Boarding House, Burton Bradstock, Dorset</li>\r\n 	<li>Thom Solberg – Black Rock, Shoreditch, East London</li>\r\n 	<li>Charley Carrington – Last Chance Cocktail &amp; Whisky Bar, Nottingham</li>\r\n 	<li>Sarah Kathryn Berardi – Draffens, Dundee, East Scotland</li>\r\n 	<li>Lee Jones – Smokestack, Leeds</li>\r\n</ul>\r\nEach of the contenders produced some fascinating cocktails and some very insightful stories behind their cocktails, but it was Lee that came out on top and won.\r\n\r\nThe global round of the competition will be held in New Orleans, this is where the overall winner of the Southern Showdown will be announced.\r\n\r\nWith a high profile UK launch, Southern Comfort Black is bringing a robust new blend to the iconic New Orleans brand. Using the strapline “For those who want their smooth Southern Comfort BOLD,” the launch <span style=\"font-size: 14px;\">campaign engages with </span>younger spirit drinkers’ growing interest in American whiskey.\r\n\r\n<img class=\"wp-image-1395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lodon.jpg\" alt=\"\" width=\"177\" height=\"216\" />\r\n\r\nThe 40% ABV premium Southern Comfort expression will be distributed by Hi-Spirits in the UK on-trade and off-trade beginning March 2018. Southern Comfort Black features an innovative new blend which brings the New Orleans brand’s whiskey credentials to the fore, while still featuring creator M.W. Heron’s blend of fruits and spices.','Lee Jones - Southern Comfort Southern Showdown UK Winner','','inherit','closed','closed','','1391-revision-v1','','','2018-05-22 16:13:16','2018-05-22 16:13:16','',1391,'http://www.ontradeprogress.com/2018/05/22/1391-revision-v1/',0,'revision','',0),(1398,1,'2018-05-22 16:14:03','2018-05-22 16:14:03','<img class=\"alignleft  wp-image-1392\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones-e1527004759215.jpg\" alt=\"\" width=\"263\" height=\"284\" />\r\n\r\n<strong>The Smokestack barman from Leeds Lee Jones last night (Monday 21<sup>st</sup> May) won the Southern Showdown hosted on the Thames paddle streamer the Dixie Queen.</strong>\r\n\r\nJones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper. The cocktail was served in a Nick &amp; Nora Coupette with a dehydrated lemon garnish.\r\n\r\nEach of the bartenders’ cocktails had to include one of three of Southern Comforts variants, these are; Original, black or 100. Each bartender was asked to use bespoke and local ingredient’s in their recipes to recreate the spirit of their hometown and region.\r\n\r\nThe six contenders, showcasing their cocktails last night were:\r\n<ul>\r\n 	<li>Giacomo Brunelli – Scarfes Bar, Holburn, Central London</li>\r\n 	<li>Thomas Hay-Owens – The Seaside Boarding House, Burton Bradstock, Dorset</li>\r\n 	<li>Thom Solberg – Black Rock, Shoreditch, East London</li>\r\n 	<li>Charley Carrington – Last Chance Cocktail &amp; Whisky Bar, Nottingham</li>\r\n 	<li>Sarah Kathryn Berardi – Draffens, Dundee, East Scotland</li>\r\n 	<li>Lee Jones – Smokestack, Leeds</li>\r\n</ul>\r\n<img class=\"wp-image-1395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lodon.jpg\" alt=\"\" width=\"177\" height=\"216\" />\r\n\r\nEach of the contenders produced some fascinating cocktails and some very insightful stories behind their cocktails, but it was Lee that came out on top and won.\r\n\r\nThe global round of the competition will be held in New Orleans, this is where the overall winner of the Southern Showdown will be announced.\r\n\r\nWith a high profile UK launch, Southern Comfort Black is bringing a robust new blend to the iconic New Orleans brand. Using the strapline “For those who want their smooth Southern Comfort BOLD,” the launch <span style=\"font-size: 14px;\">campaign engages with </span>younger spirit drinkers’ growing interest in American whiskey.\r\n\r\nThe 40% ABV premium Southern Comfort expression will be distributed by Hi-Spirits in the UK on-trade and off-trade beginning March 2018. Southern Comfort Black features an innovative new blend which brings the New Orleans brand’s whiskey credentials to the fore, while still featuring creator M.W. Heron’s blend of fruits and spices.','Lee Jones - Southern Comfort Southern Showdown UK Winner','','inherit','closed','closed','','1391-revision-v1','','','2018-05-22 16:14:03','2018-05-22 16:14:03','',1391,'http://www.ontradeprogress.com/2018/05/22/1391-revision-v1/',0,'revision','',0),(1401,1,'2018-05-22 16:23:36','2018-05-22 16:23:36','<img class=\"alignleft wp-image-1392\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones-e1527004759215.jpg\" alt=\"\" width=\"263\" height=\"284\" />\r\n\r\n<strong>The Smokestack barman from Leeds Lee Jones last night (Monday 21<sup>st</sup> May) won the Southern Showdown hosted on the Thames paddle streamer the Dixie Queen.</strong>\r\n\r\nJones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper. The cocktail was served in a Nick &amp; Nora Coupette with a dehydrated lemon garnish.\r\n\r\nEach of the bartenders’ cocktails had to include one of three of Southern Comforts variants, these are; Original, black or 100. Each bartender was asked to use bespoke and local ingredient’s in their recipes to recreate the spirit of their hometown and region.\r\n\r\nThe six contenders, showcasing their cocktails last night were:\r\n<ul>\r\n 	<li>Giacomo Brunelli – Scarfes Bar, Holburn, Central London</li>\r\n 	<li>Thomas Hay-Owens – The Seaside Boarding House, Burton Bradstock, Dorset</li>\r\n 	<li>Thom Solberg – Black Rock, Shoreditch, East London</li>\r\n 	<li>Charley Carrington – Last Chance Cocktail &amp; Whisky Bar, Nottingham</li>\r\n 	<li>Sarah Kathryn Berardi – Draffens, Dundee, East Scotland</li>\r\n 	<li>Lee Jones – Smokestack, Leeds</li>\r\n</ul>\r\n<img class=\"wp-image-1395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lodon.jpg\" alt=\"\" width=\"177\" height=\"216\" />\r\n\r\nEach of the contenders produced some fascinating cocktails and some very insightful stories behind their cocktails, but it was Lee that came out on top <span style=\"font-size: 14px;\">and won.</span>\r\n\r\nThe global round of the competition will be held in New Orleans, this is where the overall winner of the Southern Showdown will be announced.\r\n\r\nWith a high profile UK launch, Southern Comfort Black is bringing a robust new blend to the iconic New Orleans brand. Using the strapline “For those who want their smooth Southern Comfort BOLD,” the launch <span style=\"font-size: 14px;\">campaign engages with </span>younger spirit drinkers’ growing interest in American whiskey.\r\n\r\nThe 40% ABV premium Southern Comfort expression will be distributed by Hi-Spirits in the UK on-trade and off-trade beginning March 2018. Southern Comfort Black features an innovative new blend which brings the New Orleans brand’s whiskey credentials to the fore, while still featuring creator M.W. Heron’s blend of fruits and spices.','Lee Jones - Southern Comfort Southern Showdown UK Winner','','inherit','closed','closed','','1391-revision-v1','','','2018-05-22 16:23:36','2018-05-22 16:23:36','',1391,'http://www.ontradeprogress.com/2018/05/22/1391-revision-v1/',0,'revision','',0),(1402,1,'2018-05-22 16:23:54','2018-05-22 16:23:54','<img class=\"alignleft wp-image-1392\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lee-jones-e1527004759215.jpg\" alt=\"\" width=\"263\" height=\"284\" />\r\n\r\n<strong>The Smokestack barman from Leeds Lee Jones last night (Monday 21<sup>st</sup> May) won the Southern Showdown hosted on the Thames paddle streamer the Dixie Queen.</strong>\r\n\r\nJones’s winning Whitesmith Cobbler cocktail recipe was made using Southern Comfort 100, absentroux, gooseberry cordial and a small dash of Champagne acid. With the right flavours and a balance of acidity and sweetness it was bound to be a show stopper. The cocktail was served in a Nick &amp; Nora Coupette with a dehydrated lemon garnish.\r\n\r\n&nbsp;\r\n\r\nEach of the bartenders’ cocktails had to include one of three of Southern Comforts variants, these are; Original, black or 100. Each bartender was asked to use bespoke and local ingredient’s in their recipes to recreate the spirit of their hometown and region.\r\n\r\nThe six contenders, showcasing their cocktails last night were:\r\n<ul>\r\n 	<li>Giacomo Brunelli – Scarfes Bar, Holburn, Central London</li>\r\n 	<li>Thomas Hay-Owens – The Seaside Boarding House, Burton Bradstock, Dorset</li>\r\n 	<li>Thom Solberg – Black Rock, Shoreditch, East London</li>\r\n 	<li>Charley Carrington – Last Chance Cocktail &amp; Whisky Bar, Nottingham</li>\r\n 	<li>Sarah Kathryn Berardi – Draffens, Dundee, East Scotland</li>\r\n 	<li>Lee Jones – Smokestack, Leeds</li>\r\n</ul>\r\n<img class=\"wp-image-1395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/lodon.jpg\" alt=\"\" width=\"177\" height=\"216\" />\r\n\r\nEach of the contenders produced some fascinating cocktails and some very insightful stories behind their cocktails, but it was Lee that came out on top <span style=\"font-size: 14px;\">and won.</span>\r\n\r\nThe global round of the competition will be held in New Orleans, this is where the overall winner of the Southern Showdown will be announced.\r\n\r\nWith a high profile UK launch, Southern Comfort Black is bringing a robust new blend to the iconic New Orleans brand. Using the strapline “For those who want their smooth Southern Comfort BOLD,” the launch <span style=\"font-size: 14px;\">campaign engages with </span>younger spirit drinkers’ growing interest in American whiskey.\r\n\r\nThe 40% ABV premium Southern Comfort expression will be distributed by Hi-Spirits in the UK on-trade and off-trade beginning March 2018. Southern Comfort Black features an innovative new blend which brings the New Orleans brand’s whiskey credentials to the fore, while still featuring creator M.W. Heron’s blend of fruits and spices.','Lee Jones - Southern Comfort Southern Showdown UK Winner','','inherit','closed','closed','','1391-revision-v1','','','2018-05-22 16:23:54','2018-05-22 16:23:54','',1391,'http://www.ontradeprogress.com/2018/05/22/1391-revision-v1/',0,'revision','',0),(1403,1,'2018-05-23 09:35:55','2018-05-23 09:35:55','<strong>Millennial Demand for Well-Known Table Sauces Explodes as New Generation of Diners Prove Big on Brand Loyalty </strong><strong> </strong>\r\n\r\nWith 72% of 18-35 year olds demanding branded table sauces when eating out (1), America’s number one selling mustard and hot sauce brands (2) – French’s™ and Frank’s RedHot™ – are helping caterers profit from a new generation of brand savvy consumers. <strong> </strong>\r\n\r\nFrench’s and Frank’s RedHot have been ever-present on the tables and menus of UK restaurants such as Honest Burgers, Meat Liquor and Domino’s Pizza for some years, achieving close to cult status with millennial diners. New research with 1,000 UK-based 18-35 year old’s by the brands’ owner, McCormick Flavour Solutions (1), has revealed that over 90% consider both to be quality brands with over 85% consumer trust.\r\n\r\nIn both cases, 70% of millennials – those highlighted by data analysts MCA Allegra as the demographic leading the drive for innovation in the eating out market (3) – agreed that French’s and Frank’s RedHot are innovative brands, with a resounding 90% declaring them to be ‘full of flavour’.\r\n\r\n<strong>Chris Cannon, </strong><strong>Commercial Controller</strong><strong> at </strong><strong>McCormick (UK) Flavour Solutions </strong><strong>comments:</strong> “Many of the trends in the UK eating out market have originated from America, so it’s no surprise that French’s and Frank’s RedHot – as the US’s number one hot sauce and mustard brands – have already achieved iconic status with so many diners over here.\r\n\r\n“In a marketplace where so many players are competing for spend, millennials are perhaps the most important demographic of diner – 53% have admitted to eating out at least once a week (4).  These people know what they want from the eating out experience and their demand for well-known brands on tables and menus highlights this.”\r\n\r\nMcCormick Flavour Solutions is turning the tables on uninspiring sauces, giving sites across the UK the opportunity to sample full size bottles to use front of house and in recipes helping them bask in the brand power of two of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s and Frank’s RedHot should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today (5).\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including: Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','Millennial diners prove big on brand loyalty','','publish','closed','open','','millennial-diners-prove-big-on-brand-loyalty','','','2018-05-23 09:36:21','2018-05-23 09:36:21','',0,'http://www.ontradeprogress.com/?p=1403',0,'post','',0),(1404,1,'2018-05-23 09:33:43','2018-05-23 09:33:43','','Loyalty 3','','inherit','closed','closed','','loyalty-3','','','2018-05-23 09:33:43','2018-05-23 09:33:43','',1403,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Loyalty-3.jpg',0,'attachment','image/jpeg',0),(1405,1,'2018-05-23 09:35:17','2018-05-23 09:35:17','<strong>Millennial Demand for Well-Known Table Sauces Explodes as New Generation of Diners Prove Big on Brand Loyalty </strong><strong> </strong>\r\n\r\nWith 72% of 18-35 year olds demanding branded table sauces when eating out (1), America’s number one selling mustard and hot sauce brands (2) – French’s™ and Frank’s RedHot™ – are helping caterers profit from a new generation of brand savvy consumers. <strong> </strong>\r\n\r\nFrench’s and Frank’s RedHot have been ever-present on the tables and menus of UK restaurants such as Honest Burgers, Meat Liquor and Domino’s Pizza for some years, achieving close to cult status with millennial diners. New research with 1,000 UK-based 18-35 year old’s by the brands’ owner, McCormick Flavour Solutions (1), has revealed that over 90% consider both to be quality brands with over 85% consumer trust.\r\n\r\nIn both cases, 70% of millennials – those highlighted by data analysts MCA Allegra as the demographic leading the drive for innovation in the eating out market (3) – agreed that French’s and Frank’s RedHot are innovative brands, with a resounding 90% declaring them to be ‘full of flavour’.\r\n\r\n<strong>Chris Cannon, </strong><strong>Commercial Controller</strong><strong> at </strong><strong>McCormick (UK) Flavour Solutions </strong><strong>comments:</strong> “Many of the trends in the UK eating out market have originated from America, so it’s no surprise that French’s and Frank’s RedHot – as the US’s number one hot sauce and mustard brands – have already achieved iconic status with so many diners over here.\r\n\r\n“In a marketplace where so many players are competing for spend, millennials are perhaps the most important demographic of diner – 53% have admitted to eating out at least once a week (4).  These people know what they want from the eating out experience and their demand for well-known brands on tables and menus highlights this.”\r\n\r\nMcCormick Flavour Solutions is turning the tables on uninspiring sauces, giving sites across the UK the opportunity to sample full size bottles to use front of house and in recipes helping them bask in the brand power of two of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s and Frank’s RedHot should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today (5).\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including: Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','Millennial diners prove big on brand loyalty','','inherit','closed','closed','','1403-revision-v1','','','2018-05-23 09:35:17','2018-05-23 09:35:17','',1403,'http://www.ontradeprogress.com/2018/05/23/1403-revision-v1/',0,'revision','',0),(1406,1,'2018-05-23 09:35:40','2018-05-23 09:35:40','','Loyalty','','inherit','closed','closed','','loyalty','','','2018-05-23 09:35:40','2018-05-23 09:35:40','',1403,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Loyalty-.jpg',0,'attachment','image/jpeg',0),(1407,1,'2018-05-23 09:50:09','2018-05-23 09:50:09','<strong>With just a few weeks until deadline, the hospitality sector is being urged to make its nominations for the 2018 UKHospitality Operations Managers Awards.</strong>\r\n\r\nThe UKH Operations Managers Awards identifies and celebrates outstanding individuals running multi-site businesses within both the managed and the leased/franchised sectors of hospitality. These awards are unique in recognising the skills, insight and professionalism that the best operations managers bring to their businesses and to the industry.\r\n\r\nThe awards have evolved to represent the wider hospitality sector. Last year, Emma Deabill from Yo! Sushi and Yvonne Fraser from Greene King were crowned Area Manager and Business Development Manager of the Year respectively.\r\n\r\nPast winners and finalists have gone onto senior roles in some of the sector’s leading companies and include Simon Longbottom, current Chief Executive of Stonegate. He said: “I’m proud to have won this award at an early stage in my career and can testify to the fact they provide a rigorous assessment of your own skills and competencies.\r\n\r\n\"The awards shine a light on a cohort of individuals that are driving the performance and reputation of the industry and I would encourage people to submit their nominations.”\r\n\r\nNick Bish, founder of the Operations Managers Awards, said: “The challenging entry papers take a day or two to complete and should be submitted by mid-June at the latest, so it’s worth nominating now so that individuals have time to show what they know and what they can do.\r\n\r\n\"Companies should look closely at their teams, spot their own champions and those who will benefit from being involved.”\r\n\r\nThe 20 Finalists will be revealed in late June and then enjoy a rigorous three-day Masterclass where the Finalists are immersed in leadership, strategy and personal development that leverages and polishes their own skill sets. They will then each spend a day in trade with one of the Mentor Judges.\r\n\r\nThe finals judging day on 15 October involves searching interviews from panels of leading industry professionals – testing the finalists’ knowledge, performance and potential. The winners are then revealed at a gala ceremony that same evening at London’s Pullman Hotel.\r\n\r\nNominations can be made online at www.opsawards.org.uk, with downloadable entry papers to be submitted any time before 20 June.','Last chance to enter 2018 UKHospitality operations managers Awards','','publish','closed','open','','last-chance-to-enter-2018-ukhospitality-operations-managers-awards','','','2018-05-23 09:50:09','2018-05-23 09:50:09','',0,'http://www.ontradeprogress.com/?p=1407',0,'post','',0),(1408,1,'2018-05-23 09:49:54','2018-05-23 09:49:54','<strong>With just a few weeks until deadline, the hospitality sector is being urged to make its nominations for the 2018 UKHospitality Operations Managers Awards.</strong>\r\n\r\nThe UKH Operations Managers Awards identifies and celebrates outstanding individuals running multi-site businesses within both the managed and the leased/franchised sectors of hospitality. These awards are unique in recognising the skills, insight and professionalism that the best operations managers bring to their businesses and to the industry.\r\n\r\nThe awards have evolved to represent the wider hospitality sector. Last year, Emma Deabill from Yo! Sushi and Yvonne Fraser from Greene King were crowned Area Manager and Business Development Manager of the Year respectively.\r\n\r\nPast winners and finalists have gone onto senior roles in some of the sector’s leading companies and include Simon Longbottom, current Chief Executive of Stonegate. He said: “I’m proud to have won this award at an early stage in my career and can testify to the fact they provide a rigorous assessment of your own skills and competencies.\r\n\r\n\"The awards shine a light on a cohort of individuals that are driving the performance and reputation of the industry and I would encourage people to submit their nominations.”\r\n\r\nNick Bish, founder of the Operations Managers Awards, said: “The challenging entry papers take a day or two to complete and should be submitted by mid-June at the latest, so it’s worth nominating now so that individuals have time to show what they know and what they can do.\r\n\r\n\"Companies should look closely at their teams, spot their own champions and those who will benefit from being involved.”\r\n\r\nThe 20 Finalists will be revealed in late June and then enjoy a rigorous three-day Masterclass where the Finalists are immersed in leadership, strategy and personal development that leverages and polishes their own skill sets. They will then each spend a day in trade with one of the Mentor Judges.\r\n\r\nThe finals judging day on 15 October involves searching interviews from panels of leading industry professionals – testing the finalists’ knowledge, performance and potential. The winners are then revealed at a gala ceremony that same evening at London’s Pullman Hotel.\r\n\r\nNominations can be made online at www.opsawards.org.uk, with downloadable entry papers to be submitted any time before 20 June.','Last chance to enter 2018 UKHospitality operations managers Awards','','inherit','closed','closed','','1407-revision-v1','','','2018-05-23 09:49:54','2018-05-23 09:49:54','',1407,'http://www.ontradeprogress.com/2018/05/23/1407-revision-v1/',0,'revision','',0),(1409,1,'2018-05-23 12:09:48','2018-05-23 12:09:48','As the catering equipment and services industry gears up for next month’s Commercial Kitchen show, organiser Diversified Communications reveals some of the big name buyers and operators heading to the NEC Birmingham over 5-6 June.\r\n\r\n“The quality of our visiting buyers is exceptional.  Over 40% of our visitors in 2017 were top-level buyers, including owners, CEOs and MDs.  35% carried purchasing power for a multi-site, chain or group operator.  And around one in four boasted an annual spend over £1m,” explains Commercial Kitchen’s event manager Katie Tyler.\r\n\r\n“For 2018, we’re expecting around 2,000 attendees.  So, we’re looking forward to another fantastic show,” she says.\r\n\r\nAmong the pre-registered visitors (to date) are key decision makers from Aramark, BaxterStorey, Bourne Leisure Group, Carluccio\'s, Casual Dining Group, Chartwells, Costa Coffee, Deliveroo, Dobbie Garden Centres, Drake &amp; Morgan, Ei Group, Elior UK, Esquires Coffee, Everyman Cinemas, Gourmet Burger Kitchen, Greene King, HM Prisons, Hand Picked Hotels, Hesley Group, Kew Green Hotels, Marston’s, McDonald’s, Mitchells &amp; Butlers, Oakwood Leisure, PizzaExpress, Prezzo, Punch Taverns, Revolution Bars Group, Sainsbury\'s, Sodexo, SSP, Star Pubs &amp; Bars, Sunrise Senior Living, TGI Fridays, Tesco, The Brook Group, The City Pub Group, The Restaurant Group, Waitrose, Whitbread, YO!, and Zizzi.\r\n\r\nFor them, and hundreds of independent restaurants, pubs and bars, hotels, food-to-go outlets, universities, schools, hospitals, care homes, local authorities, contract caterers, attractions, equipment distributors, installers, consultants, design and project houses, it’s the ‘go-to’ show for keeping up-to-date with the latest innovations, insights and trends in this dynamic marketplace.\r\n\r\n“Trade shows are a great way to keep up with trends and developments.  Commercial Kitchen is the most comprehensive of them all.  I always make space in the diary for this one,” says Paul Merrett, chef-director at The Jolly Fine Pub Group.\r\n\r\n<strong>Over 40 big name speakers now confirmed</strong>\r\n\r\nFrom exclusive Keynotes to packed panel discussions – each session at Commercial Kitchen has been tailored to focus specifically on the kitchen or back of house; including equipment innovations, technology, procurement, design, efficiency, and best practices.\r\n\r\nSpeaker highlights (Keynotes &amp; panellists) include:\r\n<ul>\r\n 	<li>Alasdair Murdoch, CEO of Burger King UK</li>\r\n 	<li>Jane Treasure, food &amp; beverage director at PizzaExpress</li>\r\n 	<li>Paul Merrett, chef-director at The Jolly Fine Pub Group</li>\r\n 	<li>Paul Dickinson, director of food at Fuller’s</li>\r\n 	<li>Arnaud Kaziewicz, executive chef &amp; head of food at EAT.</li>\r\n 	<li>James Douglas, co-founder &amp; director of Red’s True Barbecue</li>\r\n 	<li>Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina</li>\r\n 	<li>Martyn Clover, head of food at Tortilla</li>\r\n 	<li>Chris Webb, catering operations manager at Punch Taverns</li>\r\n 	<li>Tom Mullin, executive chef at Pizza Pilgrims</li>\r\n 	<li>Dean Wilson-Hartles, executive chef at TRG Concessions</li>\r\n 	<li>Peter Woods, executive chef at The Hurlingham Club</li>\r\n 	<li>Ben Ternent, executive chef at Opus</li>\r\n 	<li>Paul Taylor, executive chef at Hilton Birmingham Metropole</li>\r\n 	<li>Edward Parkes, director of The Gentlemen Baristas</li>\r\n 	<li>Marco Fuso, founder of London International Pizza School</li>\r\n 	<li>Mark Kendall, director of Inox Equip and chairman of ceda</li>\r\n 	<li>Jack Sharkey, owner &amp; MD at Vision Commercial Kitchens</li>\r\n 	<li>Nick Howe, MD of Court Catering Equipment</li>\r\n 	<li>Tyron Stephens-Smith, project &amp; creative director, TAG</li>\r\n 	<li>Cathy Wilcox, MD of Wilcox Burchmore and southern region chair of ceda</li>\r\n 	<li>Anna McNamara, MD of Catering Equipment Solutions (Peterborough)</li>\r\n 	<li>Julian Edwards FCSI, chairman FCSI (UK&amp;I) and owner of Food Service Allergen Management</li>\r\n 	<li>Catherine Anderson, director &amp; partner at Anderson Power Consulting</li>\r\n 	<li>Duncan Hepburn FCSI, principal consultant at Hepburn Associates</li>\r\n 	<li>Matthew Merritt-Harrison FCSI, managing partner at Merritt–Harrison Catering Consultancy</li>\r\n 	<li>Rupert Culme-Seymour, chief operating officer of UKHospitality</li>\r\n 	<li>Phil Shelley, immediate past chair of HCA</li>\r\n 	<li>Roger Denton, national secretary of NACC</li>\r\n 	<li>Andy Jones, chair of PS100</li>\r\n 	<li>Stewart McKenzie, national chair of HCA</li>\r\n 	<li>Michael Jones, editor of FCSI’s <em>Foodservice Consultant Magazine</em></li>\r\n 	<li>Andrew Seymour, editorial director of <em>Foodservice Equipment Journal</em></li>\r\n 	<li>Clare Nicholls, editor of <em>Catering Insight</em></li>\r\n</ul>','Big names gear up for Commercial Kitchen 2018','','publish','closed','open','','big-names-gear-up-for-commercial-kitchen-2018','','','2018-05-23 12:09:48','2018-05-23 12:09:48','',0,'http://www.ontradeprogress.com/?p=1409',0,'post','',0),(1410,1,'2018-05-23 12:08:45','2018-05-23 12:08:45','','CK17','','inherit','closed','closed','','ck17','','','2018-05-23 12:08:45','2018-05-23 12:08:45','',1409,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/CK17.jpg',0,'attachment','image/jpeg',0),(1411,1,'2018-05-23 12:09:48','2018-05-23 12:09:48','As the catering equipment and services industry gears up for next month’s Commercial Kitchen show, organiser Diversified Communications reveals some of the big name buyers and operators heading to the NEC Birmingham over 5-6 June.\r\n\r\n“The quality of our visiting buyers is exceptional.  Over 40% of our visitors in 2017 were top-level buyers, including owners, CEOs and MDs.  35% carried purchasing power for a multi-site, chain or group operator.  And around one in four boasted an annual spend over £1m,” explains Commercial Kitchen’s event manager Katie Tyler.\r\n\r\n“For 2018, we’re expecting around 2,000 attendees.  So, we’re looking forward to another fantastic show,” she says.\r\n\r\nAmong the pre-registered visitors (to date) are key decision makers from Aramark, BaxterStorey, Bourne Leisure Group, Carluccio\'s, Casual Dining Group, Chartwells, Costa Coffee, Deliveroo, Dobbie Garden Centres, Drake &amp; Morgan, Ei Group, Elior UK, Esquires Coffee, Everyman Cinemas, Gourmet Burger Kitchen, Greene King, HM Prisons, Hand Picked Hotels, Hesley Group, Kew Green Hotels, Marston’s, McDonald’s, Mitchells &amp; Butlers, Oakwood Leisure, PizzaExpress, Prezzo, Punch Taverns, Revolution Bars Group, Sainsbury\'s, Sodexo, SSP, Star Pubs &amp; Bars, Sunrise Senior Living, TGI Fridays, Tesco, The Brook Group, The City Pub Group, The Restaurant Group, Waitrose, Whitbread, YO!, and Zizzi.\r\n\r\nFor them, and hundreds of independent restaurants, pubs and bars, hotels, food-to-go outlets, universities, schools, hospitals, care homes, local authorities, contract caterers, attractions, equipment distributors, installers, consultants, design and project houses, it’s the ‘go-to’ show for keeping up-to-date with the latest innovations, insights and trends in this dynamic marketplace.\r\n\r\n“Trade shows are a great way to keep up with trends and developments.  Commercial Kitchen is the most comprehensive of them all.  I always make space in the diary for this one,” says Paul Merrett, chef-director at The Jolly Fine Pub Group.\r\n\r\n<strong>Over 40 big name speakers now confirmed</strong>\r\n\r\nFrom exclusive Keynotes to packed panel discussions – each session at Commercial Kitchen has been tailored to focus specifically on the kitchen or back of house; including equipment innovations, technology, procurement, design, efficiency, and best practices.\r\n\r\nSpeaker highlights (Keynotes &amp; panellists) include:\r\n<ul>\r\n 	<li>Alasdair Murdoch, CEO of Burger King UK</li>\r\n 	<li>Jane Treasure, food &amp; beverage director at PizzaExpress</li>\r\n 	<li>Paul Merrett, chef-director at The Jolly Fine Pub Group</li>\r\n 	<li>Paul Dickinson, director of food at Fuller’s</li>\r\n 	<li>Arnaud Kaziewicz, executive chef &amp; head of food at EAT.</li>\r\n 	<li>James Douglas, co-founder &amp; director of Red’s True Barbecue</li>\r\n 	<li>Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina</li>\r\n 	<li>Martyn Clover, head of food at Tortilla</li>\r\n 	<li>Chris Webb, catering operations manager at Punch Taverns</li>\r\n 	<li>Tom Mullin, executive chef at Pizza Pilgrims</li>\r\n 	<li>Dean Wilson-Hartles, executive chef at TRG Concessions</li>\r\n 	<li>Peter Woods, executive chef at The Hurlingham Club</li>\r\n 	<li>Ben Ternent, executive chef at Opus</li>\r\n 	<li>Paul Taylor, executive chef at Hilton Birmingham Metropole</li>\r\n 	<li>Edward Parkes, director of The Gentlemen Baristas</li>\r\n 	<li>Marco Fuso, founder of London International Pizza School</li>\r\n 	<li>Mark Kendall, director of Inox Equip and chairman of ceda</li>\r\n 	<li>Jack Sharkey, owner &amp; MD at Vision Commercial Kitchens</li>\r\n 	<li>Nick Howe, MD of Court Catering Equipment</li>\r\n 	<li>Tyron Stephens-Smith, project &amp; creative director, TAG</li>\r\n 	<li>Cathy Wilcox, MD of Wilcox Burchmore and southern region chair of ceda</li>\r\n 	<li>Anna McNamara, MD of Catering Equipment Solutions (Peterborough)</li>\r\n 	<li>Julian Edwards FCSI, chairman FCSI (UK&amp;I) and owner of Food Service Allergen Management</li>\r\n 	<li>Catherine Anderson, director &amp; partner at Anderson Power Consulting</li>\r\n 	<li>Duncan Hepburn FCSI, principal consultant at Hepburn Associates</li>\r\n 	<li>Matthew Merritt-Harrison FCSI, managing partner at Merritt–Harrison Catering Consultancy</li>\r\n 	<li>Rupert Culme-Seymour, chief operating officer of UKHospitality</li>\r\n 	<li>Phil Shelley, immediate past chair of HCA</li>\r\n 	<li>Roger Denton, national secretary of NACC</li>\r\n 	<li>Andy Jones, chair of PS100</li>\r\n 	<li>Stewart McKenzie, national chair of HCA</li>\r\n 	<li>Michael Jones, editor of FCSI’s <em>Foodservice Consultant Magazine</em></li>\r\n 	<li>Andrew Seymour, editorial director of <em>Foodservice Equipment Journal</em></li>\r\n 	<li>Clare Nicholls, editor of <em>Catering Insight</em></li>\r\n</ul>','Big names gear up for Commercial Kitchen 2018','','inherit','closed','closed','','1409-revision-v1','','','2018-05-23 12:09:48','2018-05-23 12:09:48','',1409,'http://www.ontradeprogress.com/2018/05/23/1409-revision-v1/',0,'revision','',0),(1412,1,'2018-05-23 12:45:55','2018-05-23 12:45:55','<img class=\"wp-image-1413 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1024x683.jpg\" alt=\"\" width=\"205\" height=\"136\" /><strong>New bedrooms a</strong><strong>nd refurbished bar at Brakspear managed pub</strong>\r\n\r\nPub operator and brewer Brakspear is relaunching its managed pub The Lion at Wendlebury, near Bicester, with the completion of 13 new bedrooms, a refurbishment of the main bar and a new general manager to drive the business forward.\r\n\r\nBrakspear bought The Lion in November last year, adding it to its growing managed division, which now numbers 12 sites. The bedrooms are housed in a Cotswold stone cottage attached to the main building and have been designed to offer maximum comfort while retaining the historical character of the pub, which dates back to the 18<sup>th</sup> century.\r\n\r\nBedrooms were individually designed by Brakspear\'s inhouse design team, using a neutral colour palette of Farrow &amp; Ball paints and floral Cole &amp; Sons wallpapers. Walk-in rain showers, Feather &amp; Black beds, thick wool carpets, luxurious bed linen and soft furnishings are just some of the features ensuring guests\' comfort.\r\n\r\nAt the same time, the main bar has been given a makeover with soft paint shades to enhance the natural features such as oak beams, Cotswold stone walls, flagstone floors and three open fireplaces. Outside, a new barbecue has been installed on the terrace to extend the al fresco dining offer over the summer months.\r\n\r\nNew at the helm of the Lion at Wendlebury is general manager Claire Lenkowiec, an experienced hospitality professional who has worked in the sector for 17 years, most recently as GM at Carluccio\'s in Bath. She will be overseeing the staff team of 20.\r\n\r\nBrakspear chief executive Tom Davies said, \"The opening of these bedrooms is the culmination of a project we started on purchasing The Lion last year. They look absolutely stunning and we\'re confident they will be in demand from overnight and weekend visitors to the area, including shoppers at Bicester Village just a couple of miles from the pub.\"\r\n\r\n\"We\'re delighted to welcome Claire to the Brakspear team; her experience of managing food, drink and accommodation in previous roles makes her the perfect GM to take the Lion forward and maximise the potential of this terrific pub.\"\r\n\r\nBrakspear\'s managed estate now comprises 12 pubs. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east, with the Frogmill near Cheltenham announced earlier this month as its newest addition. With the addition of the bedrooms at the Lion, eight of the sites now offer accommodation, with a total of around 115 rooms.','Roaring trade at the Lion','','publish','closed','open','','roaring-trade-at-the-lion','','','2018-05-23 12:46:46','2018-05-23 12:46:46','',0,'http://www.ontradeprogress.com/?p=1412',0,'post','',0),(1413,1,'2018-05-23 12:43:22','2018-05-23 12:43:22','','Brakspear Lion bedroom 2 credit OsborneHollis.co.uk','','inherit','closed','closed','','brakspear-lion-bedroom-2-credit-osbornehollis-co-uk','','','2018-05-23 12:43:22','2018-05-23 12:43:22','',1412,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_.jpg',0,'attachment','image/jpeg',0),(1414,1,'2018-05-23 12:44:31','2018-05-23 12:44:31','<img class=\"alignleft  wp-image-1413\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1024x683.jpg\" alt=\"\" width=\"263\" height=\"176\" /><strong>New bedrooms a</strong><strong>nd refurbished bar at Brakspear managed pub</strong>\r\n\r\nPub operator and brewer Brakspear is relaunching its managed pub The Lion at Wendlebury, near Bicester, with the completion of 13 new bedrooms, a refurbishment of the main bar and a new general manager to drive the business forward.\r\n\r\nBrakspear bought The Lion in November last year, adding it to its growing managed division, which now numbers 12 sites. The bedrooms are housed in a Cotswold stone cottage attached to the main building and have been designed to offer maximum comfort while retaining the historical character of the pub, which dates back to the 18<sup>th</sup> century.\r\n\r\nBedrooms were individually designed by Brakspear\'s inhouse design team, using a neutral colour palette of Farrow &amp; Ball paints and floral Cole &amp; Sons wallpapers. Walk-in rain showers, Feather &amp; Black beds, thick wool carpets, luxurious bed linen and soft furnishings are just some of the features ensuring guests\' comfort.\r\n\r\nAt the same time, the main bar has been given a makeover with soft paint shades to enhance the natural features such as oak beams, Cotswold stone walls, flagstone floors and three open fireplaces. Outside, a new barbecue has been installed on the terrace to extend the al fresco dining offer over the summer months.\r\n\r\nNew at the helm of the Lion at Wendlebury is general manager Claire Lenkowiec, an experienced hospitality professional who has worked in the sector for 17 years, most recently as GM at Carluccio\'s in Bath. She will be overseeing the staff team of 20.\r\n\r\nBrakspear chief executive Tom Davies said, \"The opening of these bedrooms is the culmination of a project we started on purchasing The Lion last year. They look absolutely stunning and we\'re confident they will be in demand from overnight and weekend visitors to the area, including shoppers at Bicester Village just a couple of miles from the pub.\"\r\n\r\n\"We\'re delighted to welcome Claire to the Brakspear team; her experience of managing food, drink and accommodation in previous roles makes her the perfect GM to take the Lion forward and maximise the potential of this terrific pub.\"\r\n\r\nBrakspear\'s managed estate now comprises 12 pubs. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east, with the Frogmill near Cheltenham announced earlier this month as its newest addition. With the addition of the bedrooms at the Lion, eight of the sites now offer accommodation, with a total of around 115 rooms.','Roaring trade at the Lion','','inherit','closed','closed','','1412-revision-v1','','','2018-05-23 12:44:31','2018-05-23 12:44:31','',1412,'http://www.ontradeprogress.com/2018/05/23/1412-revision-v1/',0,'revision','',0),(1415,1,'2018-05-23 12:45:42','2018-05-23 12:45:42','<img class=\"wp-image-1413 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brakspear-Lion-bedroom-2-credit-OsborneHollis.co_.uk_-1024x683.jpg\" alt=\"\" width=\"205\" height=\"136\" /><strong>New bedrooms a</strong><strong>nd refurbished bar at Brakspear managed pub</strong>\r\n\r\nPub operator and brewer Brakspear is relaunching its managed pub The Lion at Wendlebury, near Bicester, with the completion of 13 new bedrooms, a refurbishment of the main bar and a new general manager to drive the business forward.\r\n\r\nBrakspear bought The Lion in November last year, adding it to its growing managed division, which now numbers 12 sites. The bedrooms are housed in a Cotswold stone cottage attached to the main building and have been designed to offer maximum comfort while retaining the historical character of the pub, which dates back to the 18<sup>th</sup> century.\r\n\r\nBedrooms were individually designed by Brakspear\'s inhouse design team, using a neutral colour palette of Farrow &amp; Ball paints and floral Cole &amp; Sons wallpapers. Walk-in rain showers, Feather &amp; Black beds, thick wool carpets, luxurious bed linen and soft furnishings are just some of the features ensuring guests\' comfort.\r\n\r\nAt the same time, the main bar has been given a makeover with soft paint shades to enhance the natural features such as oak beams, Cotswold stone walls, flagstone floors and three open fireplaces. Outside, a new barbecue has been installed on the terrace to extend the al fresco dining offer over the summer months.\r\n\r\nNew at the helm of the Lion at Wendlebury is general manager Claire Lenkowiec, an experienced hospitality professional who has worked in the sector for 17 years, most recently as GM at Carluccio\'s in Bath. She will be overseeing the staff team of 20.\r\n\r\nBrakspear chief executive Tom Davies said, \"The opening of these bedrooms is the culmination of a project we started on purchasing The Lion last year. They look absolutely stunning and we\'re confident they will be in demand from overnight and weekend visitors to the area, including shoppers at Bicester Village just a couple of miles from the pub.\"\r\n\r\n\"We\'re delighted to welcome Claire to the Brakspear team; her experience of managing food, drink and accommodation in previous roles makes her the perfect GM to take the Lion forward and maximise the potential of this terrific pub.\"\r\n\r\nBrakspear\'s managed estate now comprises 12 pubs. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east, with the Frogmill near Cheltenham announced earlier this month as its newest addition. With the addition of the bedrooms at the Lion, eight of the sites now offer accommodation, with a total of around 115 rooms.','Roaring trade at the Lion','','inherit','closed','closed','','1412-revision-v1','','','2018-05-23 12:45:42','2018-05-23 12:45:42','',1412,'http://www.ontradeprogress.com/2018/05/23/1412-revision-v1/',0,'revision','',0),(1416,1,'2018-05-23 12:46:37','2018-05-23 12:46:37','','Brakspear Lion patio 2 OsborneHollis.co.uk','','inherit','closed','closed','','brakspear-lion-patio-2-osbornehollis-co-uk','','','2018-05-23 12:46:37','2018-05-23 12:46:37','',1412,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/Brakspear-Lion-patio-2-OsborneHollis.co_.uk_.jpg',0,'attachment','image/jpeg',0),(1417,1,'2018-05-24 08:20:40','2018-05-24 08:20:40','<p align=\"center\"><img class=\"wp-image-913 alignright\" style=\"font-size: medium; font-family: \'Open Sans\', Arial, sans-serif; color: #000000;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"111\" height=\"77\" /></p>\r\n<strong><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. Named Devon chamber of commerce\'s small business</span></span></strong>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">There were high spirits on Friday evening at the Moorland Garden Hotel as Salcombe Distilling Co. was named Devon Chamber of Commerce’s ‘Small Business of the Year’.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This latest win adds to </span></span><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">the plethora of international and regional awards achieved since trading began in July 2016. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has grown at an unprecedented rate and enjoyed phenomenal success with its super premium Salcombe Gin.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">In 2017, Salcombe Gin ‘Start Point’ was awarded a </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">Double Gold at The San Francisco World Spirits Competition, Gold at The World Gin Awards and 3 stars at The Great Taste Awards.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This was followed by being named Best Producer at the Food Drink Devon Awards and Best Drinks Product at the Devon Life Food &amp; Drink Awards.</span><span style=\"font-size: medium;\">  </span></span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Commenting on this latest achievement, </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">co-founder of Salcombe Gin, Angus Lugsdin, says: “It’s fantastic to be recognised in such a way by the Devon Chamber of Commerce.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Winning the ‘Small Business of the Year’ award means a huge amount to myself, my fellow co-founder Howard and the rest of the Salcombe Distilling Co. team.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Since launching in July 2016, it has been a bit of a rocket!” He continues: </span></span><span style=\"font-size: medium;\">“It’s great to be part of the Devon business community.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">We have so much to offer as a region and look forward, alongside the other exceptional businesses in the county, to seeing more growth internationally taking the Devon brand to a worldwide audience.”</span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Bottles of the now internationally acclaimed Salcombe Gin ‘Start Point’ have been flying off the shelves in high profile stores such as Harrods, Selfridges and Fortnum &amp; Mason and has become the gin of choice in leading bars.</span><span style=\"font-size: medium;\">  </span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has also gained huge recognition for its Gin School where you can learn about distillation and take charge of a mini copper still to develop and distil your very own 70cl bottle of gin In addition, this innovative and entrepreneurial business launched a gin delivery service which was recently named one of the world’s best luxury yacht delivery services by Boat International. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Gin is produced in South Devon by Salcombe Distilling Co.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">For more information visit </span></span><a style=\"color: #000000;\" href=\"http://www.salcombegin.com/\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">www.salcombegin.com</span></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\">, email </span></span><a style=\"color: #000000;\"><span lang=\"EN-US\"><u><span style=\"font-size: medium;\">ilovegin@salcombegin.com</span></u></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\"> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.</span></span></span>','Salcombe Gin and the Spirit of Success','','publish','closed','open','','salcombe-gin-and-the-spirit-of-success','','','2018-05-24 08:21:55','2018-05-24 08:21:55','',0,'http://www.ontradeprogress.com/?p=1417',0,'post','',0),(1418,1,'2018-05-24 08:14:24','2018-05-24 08:14:24','','SALCOMBE_GIN_070817_048-2','','inherit','closed','closed','','salcombe_gin_070817_048-2','','','2018-05-24 08:14:24','2018-05-24 08:14:24','',1417,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/SALCOMBE_GIN_070817_048-2.jpg',0,'attachment','image/jpeg',0),(1419,1,'2018-05-24 08:14:57','2018-05-24 08:14:57','<p align=\"center\"><img class=\"alignleft  wp-image-913\" style=\"font-size: medium; font-family: \'Open Sans\', Arial, sans-serif; color: #000000;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"135\" height=\"94\" /></p>\r\n<strong><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. Named Devon chamber of commerce\'s small business</span></span></strong>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">There were high spirits on Friday evening at the Moorland Garden Hotel as Salcombe Distilling Co. was named Devon Chamber of Commerce’s ‘Small Business of the Year’.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This latest win adds to </span></span><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">the plethora of international and regional awards achieved since trading began in July 2016. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has grown at an unprecedented rate and enjoyed phenomenal success with its super premium Salcombe Gin.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">In 2017, Salcombe Gin ‘Start Point’ was awarded a </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">Double Gold at The San Francisco World Spirits Competition, Gold at The World Gin Awards and 3 stars at The Great Taste Awards.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This was followed by being named Best Producer at the Food Drink Devon Awards and Best Drinks Product at the Devon Life Food &amp; Drink Awards.</span><span style=\"font-size: medium;\">  </span></span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Commenting on this latest achievement, </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">co-founder of Salcombe Gin, Angus Lugsdin, says: “It’s fantastic to be recognised in such a way by the Devon Chamber of Commerce.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Winning the ‘Small Business of the Year’ award means a huge amount to myself, my fellow co-founder Howard and the rest of the Salcombe Distilling Co. team.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Since launching in July 2016, it has been a bit of a rocket!” He continues: </span></span><span style=\"font-size: medium;\">“It’s great to be part of the Devon business community.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">We have so much to offer as a region and look forward, alongside the other exceptional businesses in the county, to seeing more growth internationally taking the Devon brand to a worldwide audience.”</span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Bottles of the now internationally acclaimed Salcombe Gin ‘Start Point’ have been flying off the shelves in high profile stores such as Harrods, Selfridges and Fortnum &amp; Mason and has become the gin of choice in leading bars.</span><span style=\"font-size: medium;\">  </span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has also gained huge recognition for its Gin School where you can learn about distillation and take charge of a mini copper still to develop and distil your very own 70cl bottle of gin In addition, this innovative and entrepreneurial business launched a gin delivery service which was recently named one of the world’s best luxury yacht delivery services by Boat International. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Gin is produced in South Devon by Salcombe Distilling Co.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">For more information visit </span></span><a style=\"color: #000000;\" href=\"http://www.salcombegin.com/\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">www.salcombegin.com</span></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\">, email </span></span><a style=\"color: #000000;\"><span lang=\"EN-US\"><u><span style=\"font-size: medium;\">ilovegin@salcombegin.com</span></u></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\"> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.</span></span></span>','Salcombe Gin and the Spirit of Success','','inherit','closed','closed','','1417-revision-v1','','','2018-05-24 08:14:57','2018-05-24 08:14:57','',1417,'http://www.ontradeprogress.com/2018/05/24/1417-revision-v1/',0,'revision','',0),(1421,1,'2018-05-24 08:19:02','2018-05-24 08:19:02','','SALCOMBE_GIN_070817_048-2','','inherit','closed','closed','','salcombe_gin_070817_048-2-2','','','2018-05-24 08:19:02','2018-05-24 08:19:02','',1417,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/SALCOMBE_GIN_070817_048-2-1.jpg',0,'attachment','image/jpeg',0),(1422,1,'2018-05-24 08:20:04','2018-05-24 08:20:04','','SG jpegs-84','','inherit','closed','closed','','sg-jpegs-84','','','2018-05-24 08:20:04','2018-05-24 08:20:04','',1417,'http://www.ontradeprogress.com/wp-content/uploads/2018/05/SG-jpegs-84.jpg',0,'attachment','image/jpeg',0),(1423,1,'2018-05-24 08:21:08','2018-05-24 08:21:08','<p align=\"center\"><img class=\"alignleft wp-image-913\" style=\"font-size: medium; font-family: \'Open Sans\', Arial, sans-serif; color: #000000;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"135\" height=\"94\" /></p>\r\n<strong><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. Named Devon chamber of commerce\'s small business</span></span></strong>\r\n\r\n&nbsp;\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">There were high spirits on Friday evening at the Moorland Garden Hotel as Salcombe Distilling Co. was named Devon Chamber of Commerce’s ‘Small Business of the Year’.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This latest win adds to </span></span><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">the plethora of international and regional awards achieved since trading began in July 2016. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has grown at an unprecedented rate and enjoyed phenomenal success with its super premium Salcombe Gin.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">In 2017, Salcombe Gin ‘Start Point’ was awarded a </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">Double Gold at The San Francisco World Spirits Competition, Gold at The World Gin Awards and 3 stars at The Great Taste Awards.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This was followed by being named Best Producer at the Food Drink Devon Awards and Best Drinks Product at the Devon Life Food &amp; Drink Awards.</span><span style=\"font-size: medium;\">  </span></span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Commenting on this latest achievement, </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">co-founder of Salcombe Gin, Angus Lugsdin, says: “It’s fantastic to be recognised in such a way by the Devon Chamber of Commerce.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Winning the ‘Small Business of the Year’ award means a huge amount to myself, my fellow co-founder Howard and the rest of the Salcombe Distilling Co. team.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Since launching in July 2016, it has been a bit of a rocket!” He continues: </span></span><span style=\"font-size: medium;\">“It’s great to be part of the Devon business community.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">We have so much to offer as a region and look forward, alongside the other exceptional businesses in the county, to seeing more growth internationally taking the Devon brand to a worldwide audience.”</span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Bottles of the now internationally acclaimed Salcombe Gin ‘Start Point’ have been flying off the shelves in high profile stores such as Harrods, Selfridges and Fortnum &amp; Mason and has become the gin of choice in leading bars.</span><span style=\"font-size: medium;\">  </span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has also gained huge recognition for its Gin School where you can learn about distillation and take charge of a mini copper still to develop and distil your very own 70cl bottle of gin In addition, this innovative and entrepreneurial business launched a gin delivery service which was recently named one of the world’s best luxury yacht delivery services by Boat International. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Gin is produced in South Devon by Salcombe Distilling Co.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">For more information visit </span></span><a style=\"color: #000000;\" href=\"http://www.salcombegin.com/\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">www.salcombegin.com</span></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\">, email </span></span><a style=\"color: #000000;\"><span lang=\"EN-US\"><u><span style=\"font-size: medium;\">ilovegin@salcombegin.com</span></u></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\"> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.</span></span></span>','Salcombe Gin and the Spirit of Success','','inherit','closed','closed','','1417-autosave-v1','','','2018-05-24 08:21:08','2018-05-24 08:21:08','',1417,'http://www.ontradeprogress.com/2018/05/24/1417-autosave-v1/',0,'revision','',0),(1424,1,'2018-05-24 08:21:34','2018-05-24 08:21:34','<p align=\"center\"><img class=\"wp-image-913 alignright\" style=\"font-size: medium; font-family: \'Open Sans\', Arial, sans-serif; color: #000000;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Salcombe-Gin-black-logo-1024x711.jpg\" alt=\"\" width=\"111\" height=\"77\" /></p>\r\n<strong><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. Named Devon chamber of commerce\'s small business</span></span></strong>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">There were high spirits on Friday evening at the Moorland Garden Hotel as Salcombe Distilling Co. was named Devon Chamber of Commerce’s ‘Small Business of the Year’.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This latest win adds to </span></span><span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">the plethora of international and regional awards achieved since trading began in July 2016. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has grown at an unprecedented rate and enjoyed phenomenal success with its super premium Salcombe Gin.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">In 2017, Salcombe Gin ‘Start Point’ was awarded a </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">Double Gold at The San Francisco World Spirits Competition, Gold at The World Gin Awards and 3 stars at The Great Taste Awards.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">This was followed by being named Best Producer at the Food Drink Devon Awards and Best Drinks Product at the Devon Life Food &amp; Drink Awards.</span><span style=\"font-size: medium;\">  </span></span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Commenting on this latest achievement, </span></span><span lang=\"EN-US\"><span style=\"font-size: medium;\">co-founder of Salcombe Gin, Angus Lugsdin, says: “It’s fantastic to be recognised in such a way by the Devon Chamber of Commerce.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Winning the ‘Small Business of the Year’ award means a huge amount to myself, my fellow co-founder Howard and the rest of the Salcombe Distilling Co. team.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">Since launching in July 2016, it has been a bit of a rocket!” He continues: </span></span><span style=\"font-size: medium;\">“It’s great to be part of the Devon business community.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">We have so much to offer as a region and look forward, alongside the other exceptional businesses in the county, to seeing more growth internationally taking the Devon brand to a worldwide audience.”</span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Bottles of the now internationally acclaimed Salcombe Gin ‘Start Point’ have been flying off the shelves in high profile stores such as Harrods, Selfridges and Fortnum &amp; Mason and has become the gin of choice in leading bars.</span><span style=\"font-size: medium;\">  </span></span>\r\n\r\n<span lang=\"EN-US\" style=\"color: #000000;\"><span style=\"font-size: medium;\">Salcombe Distilling Co. has also gained huge recognition for its Gin School where you can learn about distillation and take charge of a mini copper still to develop and distil your very own 70cl bottle of gin In addition, this innovative and entrepreneurial business launched a gin delivery service which was recently named one of the world’s best luxury yacht delivery services by Boat International. </span></span>\r\n\r\n<span style=\"color: #000000;\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">Salcombe Gin is produced in South Devon by Salcombe Distilling Co.</span><span style=\"font-size: medium;\">  </span><span style=\"font-size: medium;\">For more information visit </span></span><a style=\"color: #000000;\" href=\"http://www.salcombegin.com/\"><span lang=\"EN-US\"><span style=\"font-size: medium;\">www.salcombegin.com</span></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\">, email </span></span><a style=\"color: #000000;\"><span lang=\"EN-US\"><u><span style=\"font-size: medium;\">ilovegin@salcombegin.com</span></u></span></a><span lang=\"EN-US\"><span style=\"font-size: medium;\"> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.</span></span></span>','Salcombe Gin and the Spirit of Success','','inherit','closed','closed','','1417-revision-v1','','','2018-05-24 08:21:34','2018-05-24 08:21:34','',1417,'http://www.ontradeprogress.com/2018/05/24/1417-revision-v1/',0,'revision','',0),(1425,1,'2018-05-24 10:54:51','2018-05-24 10:54:51','[embed]http://issuu.com/bwmediagroup/docs/on-tradeprogress_magazine_may_2018_?e=32393893/61646083[/embed]','On-Trade Progress May 2018','','inherit','closed','closed','','276-revision-v1','','','2018-05-24 10:54:51','2018-05-24 10:54:51','',276,'http://www.ontradeprogress.com/2018/05/24/276-revision-v1/',0,'revision','',0),(1429,1,'2018-06-04 07:46:59','2018-06-04 07:46:59','<img class=\"size-full wp-image-1431 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf-1-.jpg\" alt=\"\" width=\"111\" height=\"158\" />\r\n\r\n<strong>The new WMF 1500 S+ combines technological sophistication with simple operation. The innovative \"Dynamic Coffee Assist\" guarantees the highest quality of all espresso-based coffee specialities and the 10-inch touch display enables rapid access to the main menu using touch and swipe gestures. One of the highlights however is that the WMF 1500 S+ is IoT compatible as standard and therefore provides uncomplicated access to the digital solution “WMF CoffeeConnect”.</strong>\r\n\r\nWMF CoffeeConnect allows for the optimization of your coffee business with the most innovative tailor-made digital solutions. With its integrated database, customisable promotional offers and 10-inch touch display makes for a coffee machine masterpiece. The digital display can derive sales figures, sales volumes, service information and error messages, all of which can be viewed on a computer or mobile device at any time and from any location.\r\n\r\nWMF CoffeeConnect ensures that important applications, standard reports as well as, processes related to the management and operation of your coffee machine are significantly optimised and directly available with the freemium packages. With additional applications and features available with the Premium packages. In addition, business analysts at WMF provide support for customized analyses, solutions and offer advice relating to improving processes and maximising your coffee business.\r\n\r\n<a href=\"http://wmf-coffeemachines.uk.com\">wmf-coffeemachines.uk.com </a>','The all new WMF CoffeeConnect','','publish','closed','open','','the-all-new-wmf-coffeeconnect','','','2018-06-07 14:21:55','2018-06-07 14:21:55','',0,'http://www.ontradeprogress.com/?p=1429',0,'post','',0),(1431,1,'2018-06-04 07:45:37','2018-06-04 07:45:37','','wmf 1','','inherit','closed','closed','','wmf-1','','','2018-06-04 07:45:37','2018-06-04 07:45:37','',1429,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf-1-.jpg',0,'attachment','image/jpeg',0),(1432,1,'2018-06-04 07:46:33','2018-06-04 07:46:33','<img class=\"size-full wp-image-1431 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf-1-.jpg\" alt=\"\" width=\"111\" height=\"158\" />\r\n\r\n<strong>The new WMF 1500 S+ combines technological sophistication with simple operation. The innovative \"Dynamic Coffee Assist\" guarantees the highest quality of all espresso-based coffee specialities and the 10-inch touch display enables rapid access to the main menu using touch and swipe gestures. One of the highlights however is that the WMF 1500 S+ is IoT compatible as standard and therefore provides uncomplicated access to the digital solution “WMF CoffeeConnect”.</strong>\r\n\r\nWMF CoffeeConnect allows for the optimization of your coffee business with the most innovative tailor-made digital solutions. With its integrated database, customisable promotional offers and 10-inch touch display makes for a coffee machine masterpiece. The digital display can derive sales figures, sales volumes, service information and error messages, all of which can be viewed on a computer or mobile device at any time and from any location.\r\n\r\nWMF CoffeeConnect ensures that important applications, standard reports as well as, processes related to the management and operation of your coffee machine are significantly optimised and directly available with the freemium packages. With additional applications and features available with the Premium packages. In addition, business analysts at WMF provide support for customized analyses, solutions and offer advice relating to improving processes and maximising your coffee business.','The all new WMF CoffeeConnect','','inherit','closed','closed','','1429-revision-v1','','','2018-06-04 07:46:33','2018-06-04 07:46:33','',1429,'http://www.ontradeprogress.com/2018/06/04/1429-revision-v1/',0,'revision','',0),(1433,1,'2018-06-04 07:56:56','2018-06-04 07:56:56','','wmf','','inherit','closed','closed','','wmf','','','2018-06-04 07:56:56','2018-06-04 07:56:56','',1429,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf.jpg',0,'attachment','image/jpeg',0),(1434,1,'2018-06-04 09:01:43','2018-06-04 09:01:43','<strong>A <a href=\"http://bit.ly/2kewlnf\">new report benchmarking salaries</a> in the hotel industry, shed some positive light and interesting insights into pay conditions in the sector.</strong>\r\n\r\nMoore Stephens, a leading accounting and advisory firm, conducted the research in partnership with Buell Consulting Group and UKHospitality, benchmarking salary data within the hotel trade across a wide range of hoteliers in the South East. Revealing details of the minimum and maximum annual base salaries for a variety of employee roles, the report showed that 9 out of 10 of the lowest grade roles offer salaries 10%-20% above the minimum wage.\r\n\r\nThe report also found that general managers earn the highest average salaries within the hotel industry, with head chefs earning the second highest, and those working in hotels in rural areas earning, on average, 24% more than chefs working in town centre hotels.\r\n\r\nIn general, bonuses are only paid to individuals who occupy key management roles. Where offered, bonuses typically range from 7% to 15% of salary – except for general managers who can receive bonuses of up to 57% of their salary. The report showed that bonuses paid by town centre hotels tended to be twice those paid by hotels in rural areas – general managers in town centres were found to be paid bonuses of around 50% of salary, whereas general managers in rural locations were typically paid bonuses of up to 25%.\r\n\r\n<strong>Roddy Watt, CEO of The Buell Group, Buell Search &amp; Selection and The Hotel Management Company commented: </strong>\r\n\r\n“Payroll is the single largest cost for any operator of a full-service hotel.  Yet there is virtually no worthwhile data on salaries and wage levels in the hospitality sector.  This new initiative promises to provide this invaluable information for the first time and we wish to encourage as many owners and operators to participate to enhance the quality of the data and the ability to analyse it by different styles, sizes and locations of hotels”.\r\n\r\n<strong>Vincent Wood, Head of Hotels &amp; Leisure at Moore Stephens, said</strong>:\r\n\r\n“The hospitality sector faces a daily challenge of recruiting and retaining staff. This report provides valuable insight for those right at the start of their career or those individuals looking to progress their current hospitality career.\r\n\r\nWe hope that the results from this pilot study will encourage hospitality staff to not only stay within the sector, but look to develop further with the vast number of opportunities available to them.”\r\n\r\n<strong>Kate Nicholls, UKHospitality Chief Executive, said:</strong>\r\n\r\n“Jobs in the hospitality industry often are often dubbed as low paid. However, this report highlights the realities of pay within the hotel sector.\r\n\r\n“With our sector facing a well-documented skills shortage in the wake of Brexit, it is vital that we show just how rewarding hospitality jobs can be.\r\n\r\n“We are encouraging school leavers, returners to the job market or anyone considering a change of career to apply for a role within the hospitality industry. As this report shows, it is entirely possible to end up earning a salary of £75,000 as a hotel general manager or £50,000 as a head chef, with many more jobs paying above the national average.”','New report highlights generous salaries on offer in the hotel industry','','publish','closed','open','','new-report-highlights-generous-salaries-on-offer-in-the-hotel-industry','','','2018-06-04 09:04:31','2018-06-04 09:04:31','',0,'http://www.ontradeprogress.com/?p=1434',0,'post','',0),(1435,1,'2018-06-04 09:01:15','2018-06-04 09:01:15','<strong>A <a href=\"http://bit.ly/2kewlnf\">new report benchmarking salaries</a> in the hotel industry, today shed some positive light and interesting insights into pay conditions in the sector.</strong>\r\n\r\nMoore Stephens, a leading accounting and advisory firm, conducted the research in partnership with Buell Consulting Group and UKHospitality, benchmarking salary data within the hotel trade across a wide range of hoteliers in the South East. Revealing details of the minimum and maximum annual base salaries for a variety of employee roles, the report showed that 9 out of 10 of the lowest grade roles offer salaries 10%-20% above the minimum wage.\r\n\r\nThe report also found that general managers earn the highest average salaries within the hotel industry, with head chefs earning the second highest, and those working in hotels in rural areas earning, on average, 24% more than chefs working in town centre hotels.\r\n\r\nIn general, bonuses are only paid to individuals who occupy key management roles. Where offered, bonuses typically range from 7% to 15% of salary – except for general managers who can receive bonuses of up to 57% of their salary. The report showed that bonuses paid by town centre hotels tended to be twice those paid by hotels in rural areas – general managers in town centres were found to be paid bonuses of around 50% of salary, whereas general managers in rural locations were typically paid bonuses of up to 25%.\r\n\r\n<strong>Roddy Watt, CEO of The Buell Group, Buell Search &amp; Selection and The Hotel Management Company commented: </strong>\r\n\r\n“Payroll is the single largest cost for any operator of a full-service hotel.  Yet there is virtually no worthwhile data on salaries and wage levels in the hospitality sector.  This new initiative promises to provide this invaluable information for the first time and we wish to encourage as many owners and operators to participate to enhance the quality of the data and the ability to analyse it by different styles, sizes and locations of hotels”.\r\n\r\n<strong>Vincent Wood, Head of Hotels &amp; Leisure at Moore Stephens, said</strong>:\r\n\r\n“The hospitality sector faces a daily challenge of recruiting and retaining staff. This report provides valuable insight for those right at the start of their career or those individuals looking to progress their current hospitality career.\r\n\r\nWe hope that the results from this pilot study will encourage hospitality staff to not only stay within the sector, but look to develop further with the vast number of opportunities available to them.”\r\n\r\n<strong>Kate Nicholls, UKHospitality Chief Executive, said:</strong>\r\n\r\n“Jobs in the hospitality industry often are often dubbed as low paid. However, this report highlights the realities of pay within the hotel sector.\r\n\r\n“With our sector facing a well-documented skills shortage in the wake of Brexit, it is vital that we show just how rewarding hospitality jobs can be.\r\n\r\n“We are encouraging school leavers, returners to the job market or anyone considering a change of career to apply for a role within the hospitality industry. As this report shows, it is entirely possible to end up earning a salary of £75,000 as a hotel general manager or £50,000 as a head chef, with many more jobs paying above the national average.”','New report highlights generous salaries on offer in the hotel industry','','inherit','closed','closed','','1434-revision-v1','','','2018-06-04 09:01:15','2018-06-04 09:01:15','',1434,'http://www.ontradeprogress.com/2018/06/04/1434-revision-v1/',0,'revision','',0),(1436,1,'2018-06-04 09:04:31','2018-06-04 09:04:31','<strong>A <a href=\"http://bit.ly/2kewlnf\">new report benchmarking salaries</a> in the hotel industry, shed some positive light and interesting insights into pay conditions in the sector.</strong>\r\n\r\nMoore Stephens, a leading accounting and advisory firm, conducted the research in partnership with Buell Consulting Group and UKHospitality, benchmarking salary data within the hotel trade across a wide range of hoteliers in the South East. Revealing details of the minimum and maximum annual base salaries for a variety of employee roles, the report showed that 9 out of 10 of the lowest grade roles offer salaries 10%-20% above the minimum wage.\r\n\r\nThe report also found that general managers earn the highest average salaries within the hotel industry, with head chefs earning the second highest, and those working in hotels in rural areas earning, on average, 24% more than chefs working in town centre hotels.\r\n\r\nIn general, bonuses are only paid to individuals who occupy key management roles. Where offered, bonuses typically range from 7% to 15% of salary – except for general managers who can receive bonuses of up to 57% of their salary. The report showed that bonuses paid by town centre hotels tended to be twice those paid by hotels in rural areas – general managers in town centres were found to be paid bonuses of around 50% of salary, whereas general managers in rural locations were typically paid bonuses of up to 25%.\r\n\r\n<strong>Roddy Watt, CEO of The Buell Group, Buell Search &amp; Selection and The Hotel Management Company commented: </strong>\r\n\r\n“Payroll is the single largest cost for any operator of a full-service hotel.  Yet there is virtually no worthwhile data on salaries and wage levels in the hospitality sector.  This new initiative promises to provide this invaluable information for the first time and we wish to encourage as many owners and operators to participate to enhance the quality of the data and the ability to analyse it by different styles, sizes and locations of hotels”.\r\n\r\n<strong>Vincent Wood, Head of Hotels &amp; Leisure at Moore Stephens, said</strong>:\r\n\r\n“The hospitality sector faces a daily challenge of recruiting and retaining staff. This report provides valuable insight for those right at the start of their career or those individuals looking to progress their current hospitality career.\r\n\r\nWe hope that the results from this pilot study will encourage hospitality staff to not only stay within the sector, but look to develop further with the vast number of opportunities available to them.”\r\n\r\n<strong>Kate Nicholls, UKHospitality Chief Executive, said:</strong>\r\n\r\n“Jobs in the hospitality industry often are often dubbed as low paid. However, this report highlights the realities of pay within the hotel sector.\r\n\r\n“With our sector facing a well-documented skills shortage in the wake of Brexit, it is vital that we show just how rewarding hospitality jobs can be.\r\n\r\n“We are encouraging school leavers, returners to the job market or anyone considering a change of career to apply for a role within the hospitality industry. As this report shows, it is entirely possible to end up earning a salary of £75,000 as a hotel general manager or £50,000 as a head chef, with many more jobs paying above the national average.”','New report highlights generous salaries on offer in the hotel industry','','inherit','closed','closed','','1434-revision-v1','','','2018-06-04 09:04:31','2018-06-04 09:04:31','',1434,'http://www.ontradeprogress.com/2018/06/04/1434-revision-v1/',0,'revision','',0),(1437,1,'2018-06-04 09:24:02','2018-06-04 09:24:02','<strong>Parsley in Time launches oxo-biodegradable plastic straws</strong>\r\n\r\nThe problem with plastic straws is their impact on the environment. The problem with paper straws is that they aren’t as robust as plastic ones. Plus, they’re more expensive. What’s needed is a plastic straw that has zero impact on the environment. Enter Parsley in Time with its new, oxo-biodegradable plastic straws, called the Oxo Straw.\r\n\r\nOxo Straws are available in a wide choice of formats, in black or clear colourways. They come in either a 4.3mm or 6mm bore, in lengths of 14cm and 20cm. The clear straw is available in a 26cm long, 6mm bore version, while the 20cm ones are also available with a flexi joint.\r\n\r\n“People are genuinely concerned about conventional plastic straws – they epitomise our polluting, throw-away culture,” says Rob Blunderfield, marketing manager of Parsley in Time. “We were one of the first suppliers to source paper alternatives – our sales went from zero to 6 million in just three months, from December 2017 to March 2018. We’ve committed ourselves to stop stocking conventional plastic straws from summer 2018.\r\n\r\n“However, some customers want to keep offering the plastic straw because of its strength, so we looked for a green alternative that could do the job,” says Rob. “The Oxo Straws tick all the boxes – they are really strong, they look great and they are fully biodegradable.” Being oxo-biodegradable means the straws degrade in the open environment in the same way as natural waste, without leaving any toxic residues or fragments of plastic.\r\n\r\nParsley in Time offers the Oxo Straws range in packs of 250, with list prices starting from £1.35 per pack.','Green eco-friendly straws – made of plastic','','publish','closed','open','','green-eco-friendly-straws-made-of-plastic','','','2018-06-04 09:24:23','2018-06-04 09:24:23','',0,'http://www.ontradeprogress.com/?p=1437',0,'post','',0),(1438,1,'2018-06-04 09:20:26','2018-06-04 09:20:26','','Parsley','','inherit','closed','closed','','parsley','','','2018-06-04 09:20:26','2018-06-04 09:20:26','',1437,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Parsley.jpg',0,'attachment','image/jpeg',0),(1439,1,'2018-06-04 09:22:22','2018-06-04 09:22:22','','Parsley 12','','inherit','closed','closed','','parsley-12','','','2018-06-04 09:22:22','2018-06-04 09:22:22','',1437,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Parsley-12.jpg',0,'attachment','image/jpeg',0),(1440,1,'2018-06-04 09:23:28','2018-06-04 09:23:28','','Parsley 123','','inherit','closed','closed','','parsley-123','','','2018-06-04 09:23:28','2018-06-04 09:23:28','',1437,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Parsley-123.jpg',0,'attachment','image/jpeg',0),(1441,1,'2018-06-04 09:23:44','2018-06-04 09:23:44','<strong>Parsley in Time launches oxo-biodegradable plastic straws</strong>\r\n\r\nThe problem with plastic straws is their impact on the environment. The problem with paper straws is that they aren’t as robust as plastic ones. Plus, they’re more expensive. What’s needed is a plastic straw that has zero impact on the environment. Enter Parsley in Time with its new, oxo-biodegradable plastic straws, called the Oxo Straw.\r\n\r\nOxo Straws are available in a wide choice of formats, in black or clear colourways. They come in either a 4.3mm or 6mm bore, in lengths of 14cm and 20cm. The clear straw is available in a 26cm long, 6mm bore version, while the 20cm ones are also available with a flexi joint.\r\n\r\n“People are genuinely concerned about conventional plastic straws – they epitomise our polluting, throw-away culture,” says Rob Blunderfield, marketing manager of Parsley in Time. “We were one of the first suppliers to source paper alternatives – our sales went from zero to 6 million in just three months, from December 2017 to March 2018. We’ve committed ourselves to stop stocking conventional plastic straws from summer 2018.\r\n\r\n“However, some customers want to keep offering the plastic straw because of its strength, so we looked for a green alternative that could do the job,” says Rob. “The Oxo Straws tick all the boxes – they are really strong, they look great and they are fully biodegradable.” Being oxo-biodegradable means the straws degrade in the open environment in the same way as natural waste, without leaving any toxic residues or fragments of plastic.\r\n\r\nParsley in Time offers the Oxo Straws range in packs of 250, with list prices starting from £1.35 per pack.','Green eco-friendly straws – made of plastic','','inherit','closed','closed','','1437-revision-v1','','','2018-06-04 09:23:44','2018-06-04 09:23:44','',1437,'http://www.ontradeprogress.com/2018/06/04/1437-revision-v1/',0,'revision','',0),(1442,1,'2018-06-04 09:43:45','2018-06-04 09:43:45','<img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"277\" height=\"107\" />\r\n\r\n<strong>A promising senior sous chef from Cheshire’s luxury Carden Park Hotel has scooped the title of North West Young Chef for 2018 in a tense six-way cook off, held on the 23rd of May at Cheshire College – South and West.</strong>\r\n\r\nCyril Gabriel, 23, cooked his way to glory, seeing off tough competition including chefs from Northcote and the Punchbowl at Crosthwaite. The judging team included Essential Cuisine Business Development Chef, Jonathan Harvey-Barnes; ex-Le Gavroche head chef, Steven Doherty; Paul Askew of Liverpool’s The Art School; Graham Price, formerly of pub group Brunning &amp; Price, and Master Chef of Great Britain and chairman of the judges, Brian Mellor.\r\n\r\nMai Trising of the Black Swan Hotel in Kirkby Stephen, cooked his way to the runners-up spot.\r\n\r\nWith ‘local’ and ‘seasonal’ the key watchwords of the competition, Cyril – making his second appearance in the competition – was praised by judges for his dogged determination in returning to the fold, his methodical approach and good handle of flavour.\r\n\r\nHis winning three-course menu consisted of: Wye valley asparagus served with free range poached egg and Hollandaise sauce starter; a main course of Welsh mountain Lamb saddle served with pickled baby carrots, pea textures, carrot jam, creamy mashed potato and lamb jus and a Lime biscuit Dacquoise served with cherry cremeux, stuffed caramelised cherry, praline Chantilly cream, lemon balm and cherry beer ice cream dessert.\r\n\r\n<strong>On the win Cyril said: </strong>“It was a hard day for all of us, real pressure and a hot kitchen, but I’m so happy to have come through as winner.\r\n\r\n“For the Final I submitted a more challenging menu than the one carried out in the semi-final as I wanted to push myself and show more skill. I was nervous in the lead up because of this but once I got in the kitchen and started cooking, the nerves fell away.”\r\n\r\nAs well as the coveted title, Cyril will receive £500, a weekend for two at Cheshire’s The Mere Golf Resort &amp; Spa, and an automatic qualification into the semi-finals of the Craft Guild of Chefs’ Young National Chef of the Year competition, where he will square off against the best young chefs from the rest of the country.\r\n\r\n<strong>Brian Mellor said: </strong>“Yet again the technique on show across the board has been excellent, this was one of the hardest competition’s we have ever had to judge, but in the end, Cyril’s consistent quality shone through. There was also real passion, pride and endeavour on show – something we’ve come to expect from the competition, but should never take for granted. We will be flying the flag for Cyril, come the national semi-finals.”\r\n\r\nA well-attended inaugural dinner and awards ceremony was also held to mark the competition.\r\n\r\n<strong>Brian added:</strong> “Special mention must go to Cheshire College for hosting the event. It was great to see so many people come out to support the young finalists. Thank you also to each and every one of the catering and front-of-house students who helped on the day – a truly inspirational group of young people and the next generation of this fantastic industry.”\r\n\r\n<strong>The Finalists in full:</strong>\r\n<ul>\r\n 	<li>Cyril Gabriel (Carden Park) <strong>WINNER</strong></li>\r\n 	<li>Mai Trising (Black Swan Hotel) <strong>RUNNER-UP</strong></li>\r\n 	<li>Oliver Mather (Punchbowl at Crosthwaite)</li>\r\n 	<li>Ruairi Erwin (Northcote)</li>\r\n 	<li>Sion Hughes (Rogan &amp; Co)</li>\r\n 	<li>Alasdair Aitken (Chefs Table)</li>\r\n</ul>\r\nThe North West Young Chef Competition is sponsored by <strong>CHR, </strong><strong>Sousvide Tools </strong>and <strong>Essential Cuisine</strong>, and calls on chefs to produce a restaurant quality, three-course meal for two with an emphasis on the very best of local and seasonal produce.<strong> </strong>\r\n\r\nAlso supporting the competition were several business partners; Villeroy &amp; Boch, Robinsons, Oliver Harvey, Robert Welch, Lancashire Life, RD Wines, and The Mere.','Nice One Cyril! Carden Park Chef Takes North West Crown','','publish','closed','open','','nice-one-cyril-carden-park-chef-takes-north-west-crown','','','2018-06-04 09:59:42','2018-06-04 09:59:42','',0,'http://www.ontradeprogress.com/?p=1442',0,'post','',0),(1443,1,'2018-06-04 09:42:14','2018-06-04 09:42:14','','Cyril','','inherit','closed','closed','','cyril','','','2018-06-04 09:42:14','2018-06-04 09:42:14','',1442,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Cyril.jpg',0,'attachment','image/jpeg',0),(1444,1,'2018-06-04 09:43:17','2018-06-04 09:43:17','<img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"277\" height=\"107\" />\r\n\r\n<strong>A promising senior sous chef from Cheshire’s luxury Carden Park Hotel has scooped the title of North West Young Chef for 2018 in a tense six-way cook off, held yesterday at Cheshire College – South and West.</strong>\r\n\r\nCyril Gabriel, 23, cooked his way to glory, seeing off tough competition including chefs from Northcote and the Punchbowl at Crosthwaite. The judging team included Essential Cuisine Business Development Chef, Jonathan Harvey-Barnes; ex-Le Gavroche head chef, Steven Doherty; Paul Askew of Liverpool’s The Art School; Graham Price, formerly of pub group Brunning &amp; Price, and Master Chef of Great Britain and chairman of the judges, Brian Mellor.\r\n\r\nMai Trising of the Black Swan Hotel in Kirkby Stephen, cooked his way to the runners-up spot.\r\n\r\nWith ‘local’ and ‘seasonal’ the key watchwords of the competition, Cyril – making his second appearance in the competition – was praised by judges for his dogged determination in returning to the fold, his methodical approach and good handle of flavour.\r\n\r\nHis winning three-course menu consisted of: Wye valley asparagus served with free range poached egg and Hollandaise sauce starter; a main course of Welsh mountain Lamb saddle served with pickled baby carrots, pea textures, carrot jam, creamy mashed potato and lamb jus and a Lime biscuit Dacquoise served with cherry cremeux, stuffed caramelised cherry, praline Chantilly cream, lemon balm and cherry beer ice cream dessert.\r\n\r\n<strong>On the win Cyril said: </strong>“It was a hard day for all of us, real pressure and a hot kitchen, but I’m so happy to have come through as winner.\r\n\r\n“For the Final I submitted a more challenging menu than the one carried out in the semi-final as I wanted to push myself and show more skill. I was nervous in the lead up because of this but once I got in the kitchen and started cooking, the nerves fell away.”\r\n\r\nAs well as the coveted title, Cyril will receive £500, a weekend for two at Cheshire’s The Mere Golf Resort &amp; Spa, and an automatic qualification into the semi-finals of the Craft Guild of Chefs’ Young National Chef of the Year competition, where he will square off against the best young chefs from the rest of the country.\r\n\r\n<strong>Brian Mellor said: </strong>“Yet again the technique on show across the board has been excellent, this was one of the hardest competition’s we have ever had to judge, but in the end, Cyril’s consistent quality shone through. There was also real passion, pride and endeavour on show – something we’ve come to expect from the competition, but should never take for granted. We will be flying the flag for Cyril, come the national semi-finals.”\r\n\r\nA well-attended inaugural dinner and awards ceremony was also held to mark the competition.\r\n\r\n<strong>Brian added:</strong> “Special mention must go to Cheshire College for hosting the event. It was great to see so many people come out to support the young finalists. Thank you also to each and every one of the catering and front-of-house students who helped on the day – a truly inspirational group of young people and the next generation of this fantastic industry.”\r\n\r\n<strong>The Finalists in full:</strong>\r\n<ul>\r\n 	<li>Cyril Gabriel (Carden Park) <strong>WINNER</strong></li>\r\n 	<li>Mai Trising (Black Swan Hotel) <strong>RUNNER-UP</strong></li>\r\n 	<li>Oliver Mather (Punchbowl at Crosthwaite)</li>\r\n 	<li>Ruairi Erwin (Northcote)</li>\r\n 	<li>Sion Hughes (Rogan &amp; Co)</li>\r\n 	<li>Alasdair Aitken (Chefs Table)</li>\r\n</ul>\r\nThe North West Young Chef Competition is sponsored by <strong>CHR, </strong><strong>Sousvide Tools </strong>and <strong>Essential Cuisine</strong>, and calls on chefs to produce a restaurant quality, three-course meal for two with an emphasis on the very best of local and seasonal produce.<strong> </strong>\r\n\r\nAlso supporting the competition were several business partners; Villeroy &amp; Boch, Robinsons, Oliver Harvey, Robert Welch, Lancashire Life, RD Wines, and The Mere.','Nice One Cyril! Carden Park Chef Takes North West Crown','','inherit','closed','closed','','1442-revision-v1','','','2018-06-04 09:43:17','2018-06-04 09:43:17','',1442,'http://www.ontradeprogress.com/2018/06/04/1442-revision-v1/',0,'revision','',0),(1445,1,'2018-06-04 09:55:05','2018-06-04 09:55:05','McCain Foodservice has launched a <a href=\"http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/\">beginner’s guide to TripAdvisor</a> to help operators make the most of the potential opportunities it offers, and better manage any negative business impact.\r\n\r\nWith 400 million users, and containing around 570 million reviews, whether you’re a pub, restaurant, hotel or casual dining operator, it’s highly likely that a customer has logged on to the site and left you a review. So, it’s important to understand how to maximise the benefits of positive reviews and minimise negative reviews.\r\n\r\nJo Holborn, McCain Foodservice Marketing and category Controller, said: “While many operators have come to dislike (or even fear) the site, many have found the success of the platform rewarding. In fact, a recent survey by Nisbets found that 72% of respondents working in foodservice felt that TripAdvisor has had a positive impact on their business.\r\n\r\n“If you’re for or against TripAdvisor, or even if you’re not entirely sure what it is, when used properly the site can be an easy, cost-effective way to help you stand out from the competition, and let the world know about the great food you create every day. So, if you’re looking to maximise the benefits of positive reviews, learn how to deal with negative feedback, or find out how ratings are really calculated, take a look at our beginners guide.”\r\n\r\nThe guide begins by explaining how rankings are calculated, highlighting three key metrics – how recent the reviews are, the quality of reviews, and the number of reviews held by a listing.\r\n\r\nSo for example, a restaurant with six 5* reviews posted within the last week, would in theory rank higher than a restaurant with five 5* reviews posted within the same time period, as the first listing has more reviews. Similarly, a restaurant with six 5* reviews will rank higher than a restaurant with five 5* reviews and one 4* review.\r\n\r\nThe guide also explores other key operator queries, including ‘Can I opt out of TripAdvisor?’, ‘How do I list my business on TripAdvisor?’, ‘Does TripAdvisor cost money?’, ‘How should I use TripAdvisor?’, as well as the importance of ‘Staying up to date’, ‘Keeping active’, ‘Remaining positive’, and ‘logging off’.\r\n\r\nTo view the full Beginner’s Guide to TripAdvisor visit <a href=\"http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/\">http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/</a>','McCain launches beginner’s guide to TripAdvisor','','publish','closed','open','','mccain-launches-beginners-guide-to-tripadvisor','','','2018-06-04 10:01:14','2018-06-04 10:01:14','',0,'http://www.ontradeprogress.com/?p=1445',0,'post','',0),(1446,1,'2018-06-04 09:51:58','2018-06-04 09:51:58','','McCain','','inherit','closed','closed','','mccain','','','2018-06-04 09:51:58','2018-06-04 09:51:58','',1445,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/McCain.jpg',0,'attachment','image/jpeg',0),(1447,1,'2018-06-04 09:52:07','2018-06-04 09:52:07','McCain Foodservice has launched a <a href=\"http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/\">beginner’s guide to TripAdvisor</a> to help operators make the most of the potential opportunities it offers, and better manage any negative business impact.\r\n\r\nWith 400 million users, and containing around 570 million reviews, whether you’re a pub, restaurant, hotel or casual dining operator, it’s highly likely that a customer has logged on to the site and left you a review. So, it’s important to understand how to maximise the benefits of positive reviews and minimise negative reviews.\r\n\r\nJo Holborn, McCain Foodservice Marketing and category Controller, said: “While many operators have come to dislike (or even fear) the site, many have found the success of the platform rewarding. In fact, a recent survey by Nisbets found that 72% of respondents working in foodservice felt that TripAdvisor has had a positive impact on their business.\r\n\r\n“If you’re for or against TripAdvisor, or even if you’re not entirely sure what it is, when used properly the site can be an easy, cost-effective way to help you stand out from the competition, and let the world know about the great food you create every day. So, if you’re looking to maximise the benefits of positive reviews, learn how to deal with negative feedback, or find out how ratings are really calculated, take a look at our beginners guide.”\r\n\r\nThe guide begins by explaining how rankings are calculated, highlighting three key metrics – how recent the reviews are, the quality of reviews, and the number of reviews held by a listing.\r\n\r\nSo for example, a restaurant with six 5* reviews posted within the last week, would in theory rank higher than a restaurant with five 5* reviews posted within the same time period, as the first listing has more reviews. Similarly, a restaurant with six 5* reviews will rank higher than a restaurant with five 5* reviews and one 4* review.\r\n\r\nThe guide also explores other key operator queries, including ‘Can I opt out of TripAdvisor?’, ‘How do I list my business on TripAdvisor?’, ‘Does TripAdvisor cost money?’, ‘How should I use TripAdvisor?’, as well as the importance of ‘Staying up to date’, ‘Keeping active’, ‘Remaining positive’, and ‘logging off’.\r\n\r\nTo view the full Beginner’s Guide to TripAdvisor visit <a href=\"http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/\">http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/</a>','McCain launches beginner’s guide to TripAdvisor','','inherit','closed','closed','','1445-revision-v1','','','2018-06-04 09:52:07','2018-06-04 09:52:07','',1445,'http://www.ontradeprogress.com/2018/06/04/1445-revision-v1/',0,'revision','',0),(1448,1,'2018-06-04 09:53:43','2018-06-04 09:53:43','','McCain1','','inherit','closed','closed','','mccain1','','','2018-06-04 09:53:43','2018-06-04 09:53:43','',1445,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/McCain1.jpg',0,'attachment','image/jpeg',0),(1450,1,'2018-06-04 09:59:42','2018-06-04 09:59:42','<img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"277\" height=\"107\" />\r\n\r\n<strong>A promising senior sous chef from Cheshire’s luxury Carden Park Hotel has scooped the title of North West Young Chef for 2018 in a tense six-way cook off, held on the 23rd of May at Cheshire College – South and West.</strong>\r\n\r\nCyril Gabriel, 23, cooked his way to glory, seeing off tough competition including chefs from Northcote and the Punchbowl at Crosthwaite. The judging team included Essential Cuisine Business Development Chef, Jonathan Harvey-Barnes; ex-Le Gavroche head chef, Steven Doherty; Paul Askew of Liverpool’s The Art School; Graham Price, formerly of pub group Brunning &amp; Price, and Master Chef of Great Britain and chairman of the judges, Brian Mellor.\r\n\r\nMai Trising of the Black Swan Hotel in Kirkby Stephen, cooked his way to the runners-up spot.\r\n\r\nWith ‘local’ and ‘seasonal’ the key watchwords of the competition, Cyril – making his second appearance in the competition – was praised by judges for his dogged determination in returning to the fold, his methodical approach and good handle of flavour.\r\n\r\nHis winning three-course menu consisted of: Wye valley asparagus served with free range poached egg and Hollandaise sauce starter; a main course of Welsh mountain Lamb saddle served with pickled baby carrots, pea textures, carrot jam, creamy mashed potato and lamb jus and a Lime biscuit Dacquoise served with cherry cremeux, stuffed caramelised cherry, praline Chantilly cream, lemon balm and cherry beer ice cream dessert.\r\n\r\n<strong>On the win Cyril said: </strong>“It was a hard day for all of us, real pressure and a hot kitchen, but I’m so happy to have come through as winner.\r\n\r\n“For the Final I submitted a more challenging menu than the one carried out in the semi-final as I wanted to push myself and show more skill. I was nervous in the lead up because of this but once I got in the kitchen and started cooking, the nerves fell away.”\r\n\r\nAs well as the coveted title, Cyril will receive £500, a weekend for two at Cheshire’s The Mere Golf Resort &amp; Spa, and an automatic qualification into the semi-finals of the Craft Guild of Chefs’ Young National Chef of the Year competition, where he will square off against the best young chefs from the rest of the country.\r\n\r\n<strong>Brian Mellor said: </strong>“Yet again the technique on show across the board has been excellent, this was one of the hardest competition’s we have ever had to judge, but in the end, Cyril’s consistent quality shone through. There was also real passion, pride and endeavour on show – something we’ve come to expect from the competition, but should never take for granted. We will be flying the flag for Cyril, come the national semi-finals.”\r\n\r\nA well-attended inaugural dinner and awards ceremony was also held to mark the competition.\r\n\r\n<strong>Brian added:</strong> “Special mention must go to Cheshire College for hosting the event. It was great to see so many people come out to support the young finalists. Thank you also to each and every one of the catering and front-of-house students who helped on the day – a truly inspirational group of young people and the next generation of this fantastic industry.”\r\n\r\n<strong>The Finalists in full:</strong>\r\n<ul>\r\n 	<li>Cyril Gabriel (Carden Park) <strong>WINNER</strong></li>\r\n 	<li>Mai Trising (Black Swan Hotel) <strong>RUNNER-UP</strong></li>\r\n 	<li>Oliver Mather (Punchbowl at Crosthwaite)</li>\r\n 	<li>Ruairi Erwin (Northcote)</li>\r\n 	<li>Sion Hughes (Rogan &amp; Co)</li>\r\n 	<li>Alasdair Aitken (Chefs Table)</li>\r\n</ul>\r\nThe North West Young Chef Competition is sponsored by <strong>CHR, </strong><strong>Sousvide Tools </strong>and <strong>Essential Cuisine</strong>, and calls on chefs to produce a restaurant quality, three-course meal for two with an emphasis on the very best of local and seasonal produce.<strong> </strong>\r\n\r\nAlso supporting the competition were several business partners; Villeroy &amp; Boch, Robinsons, Oliver Harvey, Robert Welch, Lancashire Life, RD Wines, and The Mere.','Nice One Cyril! Carden Park Chef Takes North West Crown','','inherit','closed','closed','','1442-revision-v1','','','2018-06-04 09:59:42','2018-06-04 09:59:42','',1442,'http://www.ontradeprogress.com/2018/06/04/1442-revision-v1/',0,'revision','',0),(1452,1,'2018-06-04 10:22:37','2018-06-04 10:22:37','<strong>The premium Scottish gin Caorunn (pronounced “ka-roon”) is proud to announce a collaboration with multiple award-winning creator of cutting-edge kilts, Siobhan Mackenzie. Siobhan has created a bespoke kilt, the iconic handcrafted Scottish garment, celebrating Caorunn’s contemporary tartan which is officially registered by The Scottish Tartan Authority.</strong>\r\n\r\nThe collaboration will champion Scottish craftsmanship in which designer Siobhan Mackenzie has taken inspiration from the Scottish handcrafted gin Caorunn to create a bespoke kilt.\r\n\r\nWhile the traditional kilt dates to the 1720s, Mackenzie’s extremely eye-catching, contemporary stance, sees her contrast multiple fabrics and colours, leading to unexpected style features. Chiming with her ethos, Mackenzie describes Caorunn as a particularly current brand underpinned by a strong sense of Scottish craft.\r\n\r\nSiobhan Mackenzie says: ‘I was filled with inspiration on how to take the Caorunn tartan forward in a way which emulates the beauty aesthetic form of the Caorunn bottle. Master Distiller, Simon Buley’s attention to detail, his commitment to using the highest quality ingredients and the exquisite level of craftsmanship is what makes Caorunn.’\r\n\r\nProudly small batch, handcrafted premium gin distilled in the heart of the Scottish Highlands harnessing pure, natural Scottish water, and is infused with five locally foraged botanicals, being: dandelion, heather, coul bush apple, bog myrtle and rowan berries working in harmony with six traditional gin botanicals.\r\n\r\nCaorunn is created personally, in a unique way by Gin Master, Simon Buley. Simon forages local Celtic botanicals on the hills around Balmenach Distillery and expertly oversees the infusion of Caorunn in the world’s only working Copper Berry Chamber. The slow infusion of this chamber sets Caorunn apart.\r\n\r\nSimon Buley, Caorunn master distiller, says; “The terroir, the process and the people ensure passion, innovation and tradition are poured into every bottle of Caorunn Gin. We are proud others are able to take inspiration in what we do. I strongly believe in championing Scottish craftsmanship and Siobhan is the perfect example of what makes it so special.”\r\n\r\nThe unisex Caorunn kilt is formed of a staple black skirt replete with a swoosh of grey Caorunn tartan running through back pleats, finished with a touch of tartan on the waistband and fringe. ‘It can be taken from day to night in a heartbeat,’ says Mackenzie. ‘The daytime look may be teamed with a cashmere sweater, long riding boots and tights; for the evening, it can be paired with black heels and blouse.’ The menswear kilt, meanwhile, may be worn formally with black or grey Argyll kilt jacket and waistcoat, with black kilt socks and shoes, or casually with boots and a polo shirt or sweater.\r\n\r\nShop the brand at <a href=\"http://www.siobhanmackenzie.com/\">http://www.siobhanmackenzie.com/</a>.','Caorunn collaborate with Scottish designer to champion craftsmanship','','publish','closed','open','','caorunn-collaborate-with-scottish-designer-to-champion-craftsmanship','','','2018-06-04 10:22:56','2018-06-04 10:22:56','',0,'http://www.ontradeprogress.com/?p=1452',0,'post','',0),(1453,1,'2018-06-04 10:18:26','2018-06-04 10:18:26','','Gin CS','','inherit','closed','closed','','gin-cs','','','2018-06-04 10:18:26','2018-06-04 10:18:26','',1452,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Gin-CS.jpg',0,'attachment','image/jpeg',0),(1454,1,'2018-06-04 10:21:05','2018-06-04 10:21:05','<strong>The premium Scottish gin Caorunn (pronounced “ka-roon”) is proud to announce a collaboration with multiple award-winning creator of cutting-edge kilts, Siobhan Mackenzie. Siobhan has created a bespoke kilt, the iconic handcrafted Scottish garment, celebrating Caorunn’s contemporary tartan which is officially registered by The Scottish Tartan Authority.</strong>\r\n\r\nThe collaboration will champion Scottish craftsmanship in which designer Siobhan Mackenzie has taken inspiration from the Scottish handcrafted gin Caorunn to create a bespoke kilt.\r\n\r\nWhile the traditional kilt dates to the 1720s, Mackenzie’s extremely eye-catching, contemporary stance, sees her contrast multiple fabrics and colours, leading to unexpected style features. Chiming with her ethos, Mackenzie describes Caorunn as a particularly current brand underpinned by a strong sense of Scottish craft.\r\n\r\nSiobhan Mackenzie says: ‘I was filled with inspiration on how to take the Caorunn tartan forward in a way which emulates the beauty aesthetic form of the Caorunn bottle. Master Distiller, Simon Buley’s attention to detail, his commitment to using the highest quality ingredients and the exquisite level of craftsmanship is what makes Caorunn.’\r\n\r\nProudly small batch, handcrafted premium gin distilled in the heart of the Scottish Highlands harnessing pure, natural Scottish water, and is infused with five locally foraged botanicals, being: dandelion, heather, coul bush apple, bog myrtle and rowan berries working in harmony with six traditional gin botanicals.\r\n\r\nCaorunn is created personally, in a unique way by Gin Master, Simon Buley. Simon forages local Celtic botanicals on the hills around Balmenach Distillery and expertly oversees the infusion of Caorunn in the world’s only working Copper Berry Chamber. The slow infusion of this chamber sets Caorunn apart.\r\n\r\nSimon Buley, Caorunn master distiller, says; “The terroir, the process and the people ensure passion, innovation and tradition are poured into every bottle of Caorunn Gin. We are proud others are able to take inspiration in what we do. I strongly believe in championing Scottish craftsmanship and Siobhan is the perfect example of what makes it so special.”\r\n\r\nThe unisex Caorunn kilt is formed of a staple black skirt replete with a swoosh of grey Caorunn tartan running through back pleats, finished with a touch of tartan on the waistband and fringe. ‘It can be taken from day to night in a heartbeat,’ says Mackenzie. ‘The daytime look may be teamed with a cashmere sweater, long riding boots and tights; for the evening, it can be paired with black heels and blouse.’ The menswear kilt, meanwhile, may be worn formally with black or grey Argyll kilt jacket and waistcoat, with black kilt socks and shoes, or casually with boots and a polo shirt or sweater.\r\n\r\nShop the brand at <a href=\"http://www.siobhanmackenzie.com/\">http://www.siobhanmackenzie.com/</a>.','Caorunn collaborate with Scottish designer to champion craftsmanship','','inherit','closed','closed','','1452-revision-v1','','','2018-06-04 10:21:05','2018-06-04 10:21:05','',1452,'http://www.ontradeprogress.com/2018/06/04/1452-revision-v1/',0,'revision','',0),(1455,1,'2018-06-04 10:32:13','2018-06-04 10:32:13','<strong>UKHospitality has cautiously welcomed the European Commission’s proposals to tackle plastic and packaging waste but warned that the new measures must be supported by infrastructure that does not increase burdens for hospitality businesses. </strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: The hospitality sector has been making significant progress on the issue of plastic and packaging waste. Many UKHospitality members have signed up to our five-point pledge to tackle packaging waste and it has been very encouraging to see so many businesses throw their weight behind a worthwhile campaign.\r\n\r\n“Ultimately, we had hoped to drive meaningful change without the need for potentially costly legislation. Support for businesses from local authorities and manufacturers is going to be key if the new proposals are to be useful and manageable. We need a focus on personal and business responsibility to ensure that infrastructure encourages recycling and adoption of alternatives, rather than a blanket elimination of plastic.\r\n\r\n“This means that local and national authorities need to ensure that local recycling infrastructure does not hinder businesses’ efforts to recycle, and consumption reduction targets do not discourage business. Manufacturers also need to work closely with waste management companies to make sure their products can be disposed of according to the new rules.\r\n\r\n“Hospitality businesses are already working hard to cut down on waste, but they also require support in order to continue their good work without incurring additional costs.”','New packaging waste rules must provide support for businesses','','publish','closed','open','','new-packaging-waste-rules-must-provide-support-for-businesses','','','2018-06-04 13:30:44','2018-06-04 13:30:44','',0,'http://www.ontradeprogress.com/?p=1455',0,'post','',0),(1456,1,'2018-06-04 10:31:54','2018-06-04 10:31:54','<strong>UKHospitality has cautiously welcomed the European Commission’s proposals to tackle plastic and packaging waste but warned that the new measures must be supported by infrastructure that does not increase burdens for hospitality businesses. </strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: The hospitality sector has been making significant progress on the issue of plastic and packaging waste. Many UKHospitality members have signed up to our five-point pledge to tackle packaging waste and it has been very encouraging to see so many businesses throw their weight behind a worthwhile campaign.\r\n\r\n“Ultimately, we had hoped to drive meaningful change without the need for potentially costly legislation. Support for businesses from local authorities and manufacturers is going to be key if the new proposals are to be useful and manageable. We need a focus on personal and business responsibility to ensure that infrastructure encourages recycling and adoption of alternatives, rather than a blanket elimination of plastic.\r\n\r\n“This means that local and national authorities need to ensure that local recycling infrastructure does not hinder businesses’ efforts to recycle, and consumption reduction targets do not discourage business. Manufacturers also need to work closely with waste management companies to make sure their products can be disposed of according to the new rules.\r\n\r\n“Hospitality businesses are already working hard to cut down on waste, but they also require support in order to continue their good work without incurring additional costs.”','New packaging waste rules must provide support for businesses','','inherit','closed','closed','','1455-revision-v1','','','2018-06-04 10:31:54','2018-06-04 10:31:54','',1455,'http://www.ontradeprogress.com/2018/06/04/1455-revision-v1/',0,'revision','',0),(1458,1,'2018-06-04 12:16:52','2018-06-04 12:16:52','<img class=\"alignleft wp-image-1459\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Belvoir1.jpg\" alt=\"\" width=\"102\" height=\"101\" />\r\n\r\n<strong>Belvoir Fruit Farms has launched a NEW Organic Lemon &amp; Mint Cordial to add to its range of organic drinks aimed at consumers seeking indulgent simplicity.</strong>\r\n\r\nMade simply from a delicious blend of sweet, fresh organic lemon juice, organic sugar, and aromatic garden mint, it has a refreshing cool taste and clean, crisp finish.\r\n\r\nOrganic Lemon &amp; Mint Cordial is a bright, mouth-watering yellow colour but once diluted by the recommended 1:10 ratio, the drink is a clear, very pale mellow yellow with a zesty citrus aroma mingling with cool, earthy mint.  Each 500ml bottle makes around 22 glasses. Like all Belvoir’s drinks, Organic Lemon &amp; Mint Cordial is made on the farm using natural ingredients and contains no artificial sweeteners, preservatives, flavourings or colourings.\r\n\r\nBelvoir Organic Lemon &amp; Mint Cordial is the newest addition to Belvoir’s range.  Visit <a href=\"http://www.belvoirfruitfarms.co.uk/\">www.belvoirfruitfarms.co.uk</a> for information on all Belvoir’s drinks including the other Belvoir Organic Cordials: Organic Elderflower Cordial, Organic Elderflower &amp; Rose and Organic Ginger Cordial.','Belvoir’s New Organic Lemon & Mint Cordial','','publish','closed','open','','belvoirs-new-organic-lemon-mint-cordial','','','2018-06-04 12:18:42','2018-06-04 12:18:42','',0,'http://www.ontradeprogress.com/?p=1458',0,'post','',0),(1459,1,'2018-06-04 12:07:52','2018-06-04 12:07:52','','Belvoir1','','inherit','closed','closed','','belvoir1','','','2018-06-04 12:07:52','2018-06-04 12:07:52','',1458,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Belvoir1.jpg',0,'attachment','image/jpeg',0),(1460,1,'2018-06-04 12:15:50','2018-06-04 12:15:50','','Belvoir drinks','','inherit','closed','closed','','belvoir-drinks','','','2018-06-04 12:15:50','2018-06-04 12:15:50','',1458,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Belvoir-drinks.jpg',0,'attachment','image/jpeg',0),(1461,1,'2018-06-04 12:16:24','2018-06-04 12:16:24','<img class=\"alignleft  wp-image-1459\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Belvoir1.jpg\" alt=\"\" width=\"102\" height=\"101\" />\r\n\r\n<strong>Belvoir Fruit Farms has launched a NEW Organic Lemon &amp; Mint Cordial to add to its range of organic drinks aimed at consumers seeking indulgent simplicity.</strong>\r\n\r\nMade simply from a delicious blend of sweet, fresh organic lemon juice, organic sugar, and aromatic garden mint, it has a refreshing cool taste and clean, crisp finish.\r\n\r\nOrganic Lemon &amp; Mint Cordial is a bright, mouth-watering yellow colour but once diluted by the recommended 1:10 ratio, the drink is a clear, very pale mellow yellow with a zesty citrus aroma mingling with cool, earthy mint.  Each 500ml bottle makes around 22 glasses. Like all Belvoir’s drinks, Organic Lemon &amp; Mint Cordial is made on the farm using natural ingredients and contains no artificial sweeteners, preservatives, flavourings or colourings.\r\n\r\nBelvoir Organic Lemon &amp; Mint Cordial is the newest addition to Belvoir’s range.  Visit <a href=\"http://www.belvoirfruitfarms.co.uk/\">www.belvoirfruitfarms.co.uk</a> for information on all Belvoir’s drinks including the other Belvoir Organic Cordials: Organic Elderflower Cordial, Organic Elderflower &amp; Rose and Organic Ginger Cordial.','Belvoir’s New Organic Lemon & Mint Cordial','','inherit','closed','closed','','1458-revision-v1','','','2018-06-04 12:16:24','2018-06-04 12:16:24','',1458,'http://www.ontradeprogress.com/2018/06/04/1458-revision-v1/',0,'revision','',0),(1463,1,'2018-06-04 13:06:02','2018-06-04 13:06:02','<strong>The annual Henley Club to Pub Swim is returning for a fifth year on Saturday 21 July, with support from local brewer and pub operator Brakspear, who are once again encouraging swimmers to cross the finish line with the promise of a commemorative beer, Two Bells, and a post-swim barbecue at the end point, the Angel on the Bridge pub.</strong>\r\n\r\nAlready, 570 swimmers have registered for the swim - compared to only 350 at the same point in 2017 - so it looks set to be the biggest yet and is firmly established on Henley Swim\'s summer calendar. The 1.5km swim is suitable for swimmers of all levels and is an ideal introduction to open water swimming.\r\n\r\nBrakspear will be brewing Two Bells, a 3.7% ABV golden ale, at the Bell Street Brewery. A bottle is given to every swimmer as they emerge from the river, along with a race medal incorporating a bottle opener to offer instant refreshment. The beer takes its name from the challenge set to swimmers to complete the course between the 7.00 pm and 8.00 pm chimes of the bells at St Mary\'s Church.\r\n\r\nTwo Bells will also be on sale on draught during July at the Angel on the Bridge only. For every pint sold, Brakspear is donating 10p to Sue Ryder, the charity partner to the Club to Pub Swim.\r\n\r\nBrakspear chief executive Tom Davies said: \"A swim in the Thames, a party at a riverside pub and a refreshing local beer are the recipe for a perfect summer\'s evening in Henley, and it\'s no surprise that the Club to Pub Swim has become such a popular event.\r\n\r\n\"As a business with long-established roots in Henley, we\'re delighted to support the event, which has developed into a showcase of all that is great about our town, and is now attracting swimmers from far and wide as well as locally. \"\r\n\r\nBrakspear business development manager and Club to Pub swimmer Gavin Mansfield said, \"I joined Brakspear in May last year and completed the Club to Pub Swim in the July - so you could say I was thrown in at the deep end!  Joking apart, it was a fantastic, inclusive event with a great community feel;  the fastest swimmers were after a time, but many more were just enjoying an open water swim on a summer\'s evening. The organisation and support on the day were brilliant and I\'m looking forward to this year\'s swim - and the beer at the end of it, of course.\"\r\n\r\nThe Club to Pub Swim starts at Henley Rowing Club and finishes at the Angel on the Bridge, taking swimmers first up upstream to Marsh Lock and then downstream to the pub.\r\n\r\nEntries are open now for the Club to Pub Swim in a number of categories at: <a href=\"https://app.prmax.co.uk/track/24925158/click/5ad54970-649a-11e8-a228-50e549351d15\">www.brakspear.co.uk/swim</a>','Club to Pub Swim returns for fifth year Brakspear offers barbecue and beer to swimmers','','publish','closed','open','','club-to-pub-swim-returns-for-fifth-year-brakspear-offers-barbecue-and-beer','','','2018-06-04 13:06:24','2018-06-04 13:06:24','',0,'http://www.ontradeprogress.com/?p=1463',0,'post','',0),(1464,1,'2018-06-04 12:45:04','2018-06-04 12:45:04','','Brakspear Swim','','inherit','closed','closed','','brakspear-swim','','','2018-06-04 12:45:04','2018-06-04 12:45:04','',1463,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Brakspear-Swim.jpg',0,'attachment','image/jpeg',0),(1465,1,'2018-06-04 12:45:58','2018-06-04 12:45:58','<strong>The annual Henley Club to Pub Swim is returning for a fifth year on Saturday 21 July, with support from local brewer and pub operator Brakspear, who are once again encouraging swimmers to cross the finish line with the promise of a commemorative beer, Two Bells, and a post-swim barbecue at the end point, the Angel on the Bridge pub.</strong>\r\n\r\nAlready, 570 swimmers have registered for the swim - compared to only 350 at the same point in 2017 - so it looks set to be the biggest yet and is firmly established on Henley Swim\'s summer calendar. The 1.5km swim is suitable for swimmers of all levels and is an ideal introduction to open water swimming.\r\n\r\nBrakspear will be brewing Two Bells, a 3.7% ABV golden ale, at the Bell Street Brewery. A bottle is given to every swimmer as they emerge from the river, along with a race medal incorporating a bottle opener to offer instant refreshment. The beer takes its name from the challenge set to swimmers to complete the course between the 7.00 pm and 8.00 pm chimes of the bells at St Mary\'s Church.\r\n\r\nTwo Bells will also be on sale on draught during July at the Angel on the Bridge only. For every pint sold, Brakspear is donating 10p to Sue Ryder, the charity partner to the Club to Pub Swim.\r\n\r\nBrakspear chief executive Tom Davies said: \"A swim in the Thames, a party at a riverside pub and a refreshing local beer are the recipe for a perfect summer\'s evening in Henley, and it\'s no surprise that the Club to Pub Swim has become such a popular event.\r\n\r\n\"As a business with long-established roots in Henley, we\'re delighted to support the event, which has developed into a showcase of all that is great about our town, and is now attracting swimmers from far and wide as well as locally. \"\r\n\r\nBrakspear business development manager and Club to Pub swimmer Gavin Mansfield said, \"I joined Brakspear in May last year and completed the Club to Pub Swim in the July - so you could say I was thrown in at the deep end!  Joking apart, it was a fantastic, inclusive event with a great community feel;  the fastest swimmers were after a time, but many more were just enjoying an open water swim on a summer\'s evening. The organisation and support on the day were brilliant and I\'m looking forward to this year\'s swim - and the beer at the end of it, of course.\"\r\n\r\nThe Club to Pub Swim starts at Henley Rowing Club and finishes at the Angel on the Bridge, taking swimmers first up upstream to Marsh Lock and then downstream to the pub.\r\n\r\nEntries are open now for the Club to Pub Swim in a number of categories at: <a href=\"https://app.prmax.co.uk/track/24925158/click/5ad54970-649a-11e8-a228-50e549351d15\">www.brakspear.co.uk/swim</a>','Club to Pub Swim returns for fifth year Brakspear offers barbecue and beer to swimmers','','inherit','closed','closed','','1463-revision-v1','','','2018-06-04 12:45:58','2018-06-04 12:45:58','',1463,'http://www.ontradeprogress.com/2018/06/04/1463-revision-v1/',0,'revision','',0),(1466,1,'2018-06-04 13:28:09','2018-06-04 13:28:09','<strong>Nationwide hunt for new flavour with most popular four put to public vote</strong>\r\n\r\nOfficially the number one traditional RTD in the UK’s on-trade*, VK, today unveils a major multi-channel brand campaign to reach over 6 million consumers this summer as it launches a nationwide search for a new VK flavour to join the likes of Blue, Tropical Fruits and Orange &amp; Passion Fruit.\r\n\r\nOpen to all fans of the drink to creatively suggest a brand new VK flavour with the chance to win a year’s supply of the new flavour if yours is chosen, the general public is being encouraged to submit their combinations to the relaunched <a href=\"http://www.vkofficial.com/\">www.vkofficial.com</a> website. The four most popular flavour suggestions will go head to head in a massive public vote, with the chance to have their creation added to the VK drink line up. Famous faces will each campion a flavour on Instagram including Geordie Shore stars Chloe Ferry and Sam Gowland, Love Island and Ex on the beach star Josh Ritchie and MTV Million Dollar Baby’s Lateysha Grace.\r\n\r\nAn in-pack promotion within the popular VK mixed pack will also support the new campaign as well as an online drink generator and a jam-packed programme of PR and social media. The winning drink suggestion will be announced in August and will then be put into production ready for launch with key partners.\r\n\r\nJen Draper, head of marketing at Global Brands, said, “Fans of VK are genuinely passionate about the brand and we wanted to take this opportunity to develop something truly unique, but most importantly, in collaboration with them. Millennials and legal drinking age Generation Z don’t want to be told what to do or buy by a brand, they want to get involved and feel that they have been a part of the decision-making process, which is exactly what we have set out to do.\"\r\n\r\nThe new flavour initiative comes off the back of a phenomenal year of growth thanks to its unwavering focus on its core consumer and recent initiatives such as the VK student Ambassador search. VK is the only traditional RTD brand in growth (+11.9% in value and +9.5% in volume)<a href=\"applewebdata://AD8DC65A-5BC3-4813-A317-2CF7CE390A48#_ftn1\" name=\"_ftnref1\">[1]</a>, and offers the best cash ROS in the on trade.\r\n\r\nFlavour submissions will end on 22<sup>nd</sup> June, with the final four flavours unveiled and put to vote at the beginning of July.\r\n\r\nVK is an award-winning range of RTD beverages and the only brand to revolutionise the RTD category with seven flavours: VK Blue, VK Ice, VK Strawberry &amp; Lime, VK Orange &amp; Passion Fruit, VK Black Cherry, VK Tropical Fruits and VK Apple &amp; Mango.\r\n\r\nTo find out more and submit your flavour head to <a href=\"http://www.vkofficial.com/\">www.vkofficial.com</a>','Leading RTD, VK, searching for new flavour','','publish','closed','open','','leading-rtd-vk-searching-for-new-flavour','','','2018-06-04 13:36:47','2018-06-04 13:36:47','',0,'http://www.ontradeprogress.com/?p=1466',0,'post','',0),(1467,1,'2018-06-04 13:19:27','2018-06-04 13:19:27','','VK','','inherit','closed','closed','','vk','','','2018-06-04 13:19:27','2018-06-04 13:19:27','',1466,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/VK.jpg',0,'attachment','image/jpeg',0),(1468,1,'2018-06-04 13:21:55','2018-06-04 13:21:55','','VK!','','inherit','closed','closed','','vk-2','','','2018-06-04 13:21:55','2018-06-04 13:21:55','',1466,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/VK-1.jpg',0,'attachment','image/jpeg',0),(1469,1,'2018-06-04 13:26:06','2018-06-04 13:26:06','','Screen Shot 2018-06-04 at 14.24.27','','inherit','closed','closed','','screen-shot-2018-06-04-at-14-24-27','','','2018-06-04 13:26:06','2018-06-04 13:26:06','',1466,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-04-at-14.24.27.png',0,'attachment','image/png',0),(1470,1,'2018-06-04 13:27:23','2018-06-04 13:27:23','<strong>Nationwide hunt for new flavour with most popular four put to public vote</strong>\r\n\r\nOfficially the number one traditional RTD in the UK’s on-trade*, VK, today unveils a major multi-channel brand campaign to reach over 6 million consumers this summer as it launches a nationwide search for a new VK flavour to join the likes of Blue, Tropical Fruits and Orange &amp; Passion Fruit.\r\n\r\nOpen to all fans of the drink to creatively suggest a brand new VK flavour with the chance to win a year’s supply of the new flavour if yours is chosen, the general public is being encouraged to submit their combinations to the relaunched <a href=\"http://www.vkofficial.com/\">www.vkofficial.com</a> website. The four most popular flavour suggestions will go head to head in a massive public vote, with the chance to have their creation added to the VK drink line up. Famous faces will each campion a flavour on Instagram including Geordie Shore stars Chloe Ferry and Sam Gowland, Love Island and Ex on the beach star Josh Ritchie and MTV Million Dollar Baby’s Lateysha Grace.\r\n\r\nAn in-pack promotion within the popular VK mixed pack will also support the new campaign as well as an online drink generator and a jam-packed programme of PR and social media. The winning drink suggestion will be announced in August and will then be put into production ready for launch with key partners.\r\n\r\nJen Draper, head of marketing at Global Brands, said, “Fans of VK are genuinely passionate about the brand and we wanted to take this opportunity to develop something truly unique, but most importantly, in collaboration with them. Millennials and legal drinking age Generation Z don’t want to be told what to do or buy by a brand, they want to get involved and feel that they have been a part of the decision-making process, which is exactly what we have set out to do.\"\r\n\r\nThe new flavour initiative comes off the back of a phenomenal year of growth thanks to its unwavering focus on its core consumer and recent initiatives such as the VK student Ambassador search. VK is the only traditional RTD brand in growth (+11.9% in value and +9.5% in volume)<a href=\"applewebdata://AD8DC65A-5BC3-4813-A317-2CF7CE390A48#_ftn1\" name=\"_ftnref1\">[1]</a>, and offers the best cash ROS in the on trade.\r\n\r\nFlavour submissions will end on 22<sup>nd</sup> June, with the final four flavours unveiled and put to vote at the beginning of July.\r\n\r\nVK is an award-winning range of RTD beverages and the only brand to revolutionise the RTD category with seven flavours: VK Blue, VK Ice, VK Strawberry &amp; Lime, VK Orange &amp; Passion Fruit, VK Black Cherry, VK Tropical Fruits and VK Apple &amp; Mango.\r\n\r\nTo find out more and submit your flavour head to <a href=\"http://www.vkofficial.com/\">www.vkofficial.com</a>','Leading RTD, VK, searching for new flavour','','inherit','closed','closed','','1466-revision-v1','','','2018-06-04 13:27:23','2018-06-04 13:27:23','',1466,'http://www.ontradeprogress.com/2018/06/04/1466-revision-v1/',0,'revision','',0),(1471,1,'2018-06-04 13:36:29','2018-06-04 13:36:29','','Screen Shot 2018-06-04 at 14.34.59','','inherit','closed','closed','','screen-shot-2018-06-04-at-14-34-59','','','2018-06-04 13:36:29','2018-06-04 13:36:29','',1466,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-04-at-14.34.59.png',0,'attachment','image/png',0),(1472,1,'2018-06-04 14:49:19','2018-06-04 14:49:19','<strong>Parsley in Time has launched Karbon, a spectacular new porcelain tableware design made by RAK Porcelain. Karbon features a selection of plates, bowls and cups in a shimmering black colourway that’s sprinkled with crystalline specks. It has a dramatic impact on presentation, intensifying colours so that food really stands out on the plate or in the bowl. </strong>\r\n\r\nKarbon is Parsley in Time’s first launch since RAK Porcelain appointed the company to distribute its complete tableware range. RAK is one of the world’s leading tableware manufacturers, based in Ras Al Khaimah in the UAE and with a production capacity of over 28 million pieces per year. “The flamboyance of the Karbon design is typical of the brand,” says Rob Blunderfield, marketing manager of Parsley in Time.  “RAK Porcelain is a brilliant extension to our tableware portfolio.  Their range of colours, shapes and finishes offers caterers a real point of difference for table presentation.”\r\n\r\nHe adds, “Karbon is the ultimate ‘tableware noir’ – the shimmering effect is reminiscent of stars in the night sky. It’s perfect for any restaurant looking to give table design a shake-up. Chefs will love the way food shines on its surface.”\r\n\r\nKarbon is available in a wide choice of shapes and sizes. There are square and rectangular plates, including an ultra-slim design measuring 33 x 11cm, as well as flat and deep coupe plates and oval platters.  Add in the various bowls, cups and saucers and Karbon comprises 34 different pieces.\r\n\r\nPractical as well as spectacular, Karbon is robust and dishwasher safe. Parsley in Time offers the complete RAK Porcelain range of tableware, including all the manufacturer’s latest designs for 2018.\r\n\r\nKarbon has list prices starting from £3.28 per piece, for the 11cm plate.','Tableware Noir: Parsley in Time launches RAK’s chic black Karbon','','publish','closed','open','','tableware-noir-parsley-in-time-launches-raks-chic-black-karbon','','','2018-06-04 14:49:19','2018-06-04 14:49:19','',0,'http://www.ontradeprogress.com/?p=1472',0,'post','',0),(1473,1,'2018-06-04 14:47:26','2018-06-04 14:47:26','','Karbon-tableware-from-Parsley-in-Time-4','','inherit','closed','closed','','karbon-tableware-from-parsley-in-time-4','','','2018-06-04 14:47:26','2018-06-04 14:47:26','',1472,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Karbon-tableware-from-Parsley-in-Time-4.jpg',0,'attachment','image/jpeg',0),(1474,1,'2018-06-04 14:48:34','2018-06-04 14:48:34','<strong>Parsley in Time has launched Karbon, a spectacular new porcelain tableware design made by RAK Porcelain. Karbon features a selection of plates, bowls and cups in a shimmering black colourway that’s sprinkled with crystalline specks. It has a dramatic impact on presentation, intensifying colours so that food really stands out on the plate or in the bowl. </strong>\r\n\r\nKarbon is Parsley in Time’s first launch since RAK Porcelain appointed the company to distribute its complete tableware range. RAK is one of the world’s leading tableware manufacturers, based in Ras Al Khaimah in the UAE and with a production capacity of over 28 million pieces per year. “The flamboyance of the Karbon design is typical of the brand,” says Rob Blunderfield, marketing manager of Parsley in Time.  “RAK Porcelain is a brilliant extension to our tableware portfolio.  Their range of colours, shapes and finishes offers caterers a real point of difference for table presentation.”\r\n\r\nHe adds, “Karbon is the ultimate ‘tableware noir’ – the shimmering effect is reminiscent of stars in the night sky. It’s perfect for any restaurant looking to give table design a shake-up. Chefs will love the way food shines on its surface.”\r\n\r\nKarbon is available in a wide choice of shapes and sizes. There are square and rectangular plates, including an ultra-slim design measuring 33 x 11cm, as well as flat and deep coupe plates and oval platters.  Add in the various bowls, cups and saucers and Karbon comprises 34 different pieces.\r\n\r\nPractical as well as spectacular, Karbon is robust and dishwasher safe. Parsley in Time offers the complete RAK Porcelain range of tableware, including all the manufacturer’s latest designs for 2018.\r\n\r\nKarbon has list prices starting from £3.28 per piece, for the 11cm plate.','Tableware Noir: Parsley in Time launches RAK’s chic black Karbon','','inherit','closed','closed','','1472-revision-v1','','','2018-06-04 14:48:34','2018-06-04 14:48:34','',1472,'http://www.ontradeprogress.com/2018/06/04/1472-revision-v1/',0,'revision','',0),(1475,1,'2018-06-05 08:15:36','2018-06-05 08:15:36','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings! Whilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it). Actually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"279\" height=\"152\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"169\" height=\"148\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"258\" height=\"262\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','publish','closed','open','','how-green-are-you','','','2018-06-05 08:46:02','2018-06-05 08:46:02','',0,'http://www.ontradeprogress.com/?p=1475',0,'post','',0),(1476,1,'2018-06-05 08:07:35','2018-06-05 08:07:35','','Screen Shot 2018-06-05 at 09.05.21','','inherit','closed','closed','','screen-shot-2018-06-05-at-09-05-21','','','2018-06-05 08:07:35','2018-06-05 08:07:35','',1475,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png',0,'attachment','image/png',0),(1477,1,'2018-06-05 08:09:30','2018-06-05 08:09:30','','Screen Shot 2018-06-05 at 09.05.01','','inherit','closed','closed','','screen-shot-2018-06-05-at-09-05-01','','','2018-06-05 08:09:30','2018-06-05 08:09:30','',1475,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.01.png',0,'attachment','image/png',0),(1478,1,'2018-06-05 08:11:32','2018-06-05 08:11:32','','Recycle','','inherit','closed','closed','','recycle','','','2018-06-05 08:11:32','2018-06-05 08:11:32','',1475,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg',0,'attachment','image/jpeg',0),(1479,1,'2018-06-05 08:11:47','2018-06-05 08:11:47','','Next big thing','','inherit','closed','closed','','next-big-thing','','','2018-06-05 08:11:47','2018-06-05 08:11:47','',1475,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg',0,'attachment','image/jpeg',0),(1480,1,'2018-06-05 08:14:54','2018-06-05 08:14:54','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"235\" height=\"129\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels – all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft  wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:14:54','2018-06-05 08:14:54','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1481,1,'2018-06-05 08:15:36','2018-06-05 08:15:36','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"322\" height=\"177\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels – all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft  wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:15:36','2018-06-05 08:15:36','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1482,1,'2018-06-05 08:16:19','2018-06-05 08:16:19','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"374\" height=\"205\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels – all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:16:19','2018-06-05 08:16:19','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1483,1,'2018-06-05 08:16:38','2018-06-05 08:16:38','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"327\" height=\"179\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels – all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:16:38','2018-06-05 08:16:38','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1484,1,'2018-06-05 08:17:15','2018-06-05 08:17:15','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"327\" height=\"179\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –\r\n\r\nall of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:17:15','2018-06-05 08:17:15','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1485,1,'2018-06-05 08:17:57','2018-06-05 08:17:57','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"301\" height=\"165\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:17:57','2018-06-05 08:17:57','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1486,1,'2018-06-05 08:18:23','2018-06-05 08:18:23','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings!\r\n\r\nWhilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"283\" height=\"155\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:18:23','2018-06-05 08:18:23','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1487,1,'2018-06-05 08:19:25','2018-06-05 08:19:25','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings! Whilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"279\" height=\"152\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"149\" height=\"130\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"221\" height=\"224\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:19:25','2018-06-05 08:19:25','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1488,1,'2018-06-05 08:19:56','2018-06-05 08:19:56','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings! Whilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it).\r\n\r\nActually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"279\" height=\"152\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"169\" height=\"148\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"258\" height=\"262\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:19:56','2018-06-05 08:19:56','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1489,1,'2018-06-05 08:20:20','2018-06-05 08:20:20','<strong>Helen Lowe, Events and Marketing Manager at event furniture hire firm Europa International, talks to us about the importance of delivering a sustainable service in an increasingly environmentally conscious society. </strong>\r\n\r\nHaving operated in this wonderfully diverse and exciting industry for quite some time now – 57 years, to be exact – we’ve seen no end of ‘trends’ come and go. People are predictable in their unpredictability, it’s fair to say.\r\n\r\nAfter all, who would have anticipated that Wasabi Peas would become a more popular bar snack than the humble salted peanut, or even pork scratchings! Whilst some such fads are just that…. fads, other changes end up standing the test of time because, well, they make sense.\r\n\r\nOne example is the increased pressure on businesses in the trade to ‘go green’. And by that I don’t mean from a branding perspective, although I like to think we were ahead of the curve on that one because it’s not a coincidence that our logo is Green, you know! (Ok, it is, I’ll confess. But I’m owning it). Actually though, I do of course mean delivering a sustainable service that minimises a company’s carbon footpri<span style=\"font-size: 14px;\">nt wherever possible. </span>\r\n\r\nMany of you may also have found, as we have, that customers want to know <span style=\"font-size: 14px;\">what you’re up to, and that you’re taking the whole earth thing seriously! Only last month major brands such as Coca Cola and Nestle signed up to the UK’s plastic pact; and can you imagine the boycotting that would have been afoot had they not?</span>\r\n\r\n<img class=\"wp-image-1476 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-09.05.21.png\" alt=\"\" width=\"279\" height=\"152\" />\r\n\r\nSimilarly for us, operating in what is a pretty naughty industry when it comes to waste production and waste management, it has always been something we wanted to ‘get right’ before the horse had bolted, so to speak. Not because we had to like those big names, necessarily, but because we felt it was important.\r\n\r\nTake for example our products, of which we have more than 30,000. That’s right, 30,000 items from bar stools to linking chairs, and display stands to panels –all of which we maintain to within an inch of their lives. We clean them, we preen them and we put them in protective wrap after each and every use.\r\n\r\nThat means they last longer you see, and we send less to the furniture scrap heap in the sky. Actually, if we can help it we don’t send anything at all to said scrap heap, because unless a table has come to an untimely end caused whilst bearing the weight of a misguided party goer delivering a particularly robust rendition of a Barbara Streisand classic, we either recycle, upcycle or donate everything we no longer need to a worthy cause.\r\n\r\n<img class=\"alignleft wp-image-1478\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Recycle.jpg\" alt=\"\" width=\"169\" height=\"148\" />\r\n\r\nGot a community hall in need of some padded chairs? We’re on it! Know a local charity in need of some new desks? Add ‘em to our list!\r\n\r\nAnd for those eagle eyed readers now sat thinking ‘plastic wrap, on every item?’, fear not! We collect all of that potential waste, alongside any cardboard boxes, paper bags etc and put it all to good use.\r\n\r\nTake our exhibition and event carpets, for example, which is melted down into pellets and turned into car dashboards by none other than our very own carpet supplier. Just imagine, your new little run-around could potentially contain what was once a fuchsia pink carpet that furnished a star studded bash. You never know!<img class=\"wp-image-1479 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Next-big-thing.jpg\" alt=\"\" width=\"258\" height=\"262\" />\r\n\r\nUltimately, this is one trend that is showing absolutely no sign of going away, and quite right I would say. Small changes have the potential to make big differences, and working together with suppliers who take it equally as seriously can help make bigger differences even quicker.\r\n\r\nOf course, having said all of that, I must confess that we’re not as green as we are cabbage looking. When it comes to experience hiring out event furniture to venues of all shapes and sizes across the country we like to think we know our onions!','How green are you?','','inherit','closed','closed','','1475-revision-v1','','','2018-06-05 08:20:20','2018-06-05 08:20:20','',1475,'http://www.ontradeprogress.com/2018/06/05/1475-revision-v1/',0,'revision','',0),(1490,1,'2018-06-05 09:08:08','2018-06-05 09:08:08','<img class=\" wp-image-1492 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/fresh.jpg\" alt=\"\" width=\"163\" height=\"58\" />\r\n\r\n<strong>Pioneering environmental waste management company, ACM Environmental PLC, has announced that fresh produce supplier Fresh Direct is a winner of a Greener Path Award for consistently achieving zero % to landfill in 2017 for all of its English depots; Bicester, Dagenham, Cambridge and Wigan.</strong>\r\n\r\nThe Greener Path Awards were created to celebrate the great work businesses across the UK are doing in reducing the impact they have on the environment. Organisations that demonstrate exemplary effort and achievement in minimizing waste, boosting recycling and increasing landfill diversion while seeking out innovative and sustainable ways to handle waste streams, are potential candidates. By working in partnership with ACM Environmental, Fresh Direct, has fully optimised the diversion of waste from landfill in 2017.\r\n\r\nAndy Jacobs, Chief Executive of ACM Environmental said “We are delighted that Fresh Direct is a recipient of the Zero Waste to Landfill Award. We have worked in partnership with them to help implement an environmentally-sound waste management strategy and to see them achieve such impressive landfill diversion results is extremely gratifying.”\r\n\r\n“Working in partnership with ACM Environmental we have managed to reach our optimum environmental performance,” says Fresh Direct’s Supply Chain Director, Ian Humphryes. “ACM has a unique business model supported by a nationally-integrated network of recycling and reprocessing facilities. This enables Fresh Direct to minimise the amount of waste it produces, optimise its recycling levels, eliminate the use of landfill, and reduce its impact on the environment with significantly reduced costs.”','Environmental award success for fresh direct','','publish','closed','open','','environmental-award-success-for-fresh-direct','','','2018-06-05 09:09:05','2018-06-05 09:09:05','',0,'http://www.ontradeprogress.com/?p=1490',0,'post','',0),(1492,1,'2018-06-05 09:05:14','2018-06-05 09:05:14','','fresh','','inherit','closed','closed','','fresh','','','2018-06-05 09:05:14','2018-06-05 09:05:14','',1490,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/fresh.jpg',0,'attachment','image/jpeg',0),(1493,1,'2018-06-05 09:07:00','2018-06-05 09:07:00','','greener','','inherit','closed','closed','','greener','','','2018-06-05 09:07:00','2018-06-05 09:07:00','',1490,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/greener.jpg',0,'attachment','image/jpeg',0),(1494,1,'2018-06-05 09:07:33','2018-06-05 09:07:33','<img class=\" wp-image-1492 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/fresh.jpg\" alt=\"\" width=\"163\" height=\"58\" />\r\n\r\n<strong>Pioneering environmental waste management company, ACM Environmental PLC, has announced that fresh produce supplier Fresh Direct is a winner of a Greener Path Award for consistently achieving zero % to landfill in 2017 for all of its English depots; Bicester, Dagenham, Cambridge and Wigan.</strong>\r\n\r\nThe Greener Path Awards were created to celebrate the great work businesses across the UK are doing in reducing the impact they have on the environment. Organisations that demonstrate exemplary effort and achievement in minimizing waste, boosting recycling and increasing landfill diversion while seeking out innovative and sustainable ways to handle waste streams, are potential candidates. By working in partnership with ACM Environmental, Fresh Direct, has fully optimised the diversion of waste from landfill in 2017.\r\n\r\nAndy Jacobs, Chief Executive of ACM Environmental said “We are delighted that Fresh Direct is a recipient of the Zero Waste to Landfill Award. We have worked in partnership with them to help implement an environmentally-sound waste management strategy and to see them achieve such impressive landfill diversion results is extremely gratifying.”\r\n\r\n“Working in partnership with ACM Environmental we have managed to reach our optimum environmental performance,” says Fresh Direct’s Supply Chain Director, Ian Humphryes. “ACM has a unique business model supported by a nationally-integrated network of recycling and reprocessing facilities. This enables Fresh Direct to minimise the amount of waste it produces, optimise its recycling levels, eliminate the use of landfill, and reduce its impact on the environment with significantly reduced costs.”','Environmental award success for fresh direct','','inherit','closed','closed','','1490-revision-v1','','','2018-06-05 09:07:33','2018-06-05 09:07:33','',1490,'http://www.ontradeprogress.com/2018/06/05/1490-revision-v1/',0,'revision','',0),(1495,1,'2018-06-05 09:26:27','2018-06-05 09:26:27','<strong>The use of the most environmentally damaging plastics (including single use and hard black plastics that cannot be recycled) could soon be a thing of the past in schools, hospitals, pubs and restaurants following an announcement by Brakes, the UK’s leading delivered wholesaler, to drastically reduce the use of these plastics in its supply chain.</strong>\r\n\r\nWith the launch of its ‘2 Zero 20’ campaign, Brakes becomes the first major foodservice wholesaler to announce a formal plan to address the use of non-recyclable hard black plastics. ‘2 Zero 20’ signals Brakes’ intention to eliminate the use of such plastics from all its own brand products by the end of 2020. The reduction programme starts on 5 June, World Environment Day, when hard black plastics will no longer be allowed in any new Brakes products.\r\n\r\nBrakes’ CEO, Hugo Mahoney, said: “We recognise that the foodservice industry needs to be more proactive in being responsible users of plastic. We also know that consumers are asking our customers what they are doing about plastic and we are therefore giving them the solution that they need – by committing to remove non-recyclable hard black plastic from our own brand products by the end of 2020.\r\n\r\n“We will also be working with some of the UK’s leading foodservice brands and suppliers as part of our packaging forum as we seek to find alternatives to problematic materials and unnecessary single-use items, with a focus on items within our catering disposables range, such as hard black plastic black food containers and straws.\r\n\r\n“The ‘2 Zero 20’ pledge takes an evidence-based approach to the use of plastics and part of our commitment is to launch an education campaign to help our customers become more plastic responsible. While we know that problematic, non-recyclable plastic needs to be removed, in some cases, plastic may be the most environmentally-friendly packaging material to use.\r\n\r\n“This not about individual business, it is about the industry working together for a more sustainable future and we hope that our example will encourage other foodservice wholesalers, large and small, to take a similarly proactive stance to addressing this issue.”\r\n\r\nIn addition to its commitment to cut the use of non-recyclable hard black plastics, Brakes is working with suppliers and customers to look at how to increase the levels of recycling that takes place in the foodservice industry. It will also work with industry to improve labelling that will help customers and consumers increase recycling rates.\r\n\r\nBrakes will also launch an education programme among its own staff, working with a leading charity, where depot staff will pick up litter in local communities and recycle the contents.','Brakes launches \'2 Zero 20\' plastic reduction campaign','','publish','closed','open','','brakes-launches-2-zero-20-plastic-reduction-campaign','','','2018-06-05 09:26:51','2018-06-05 09:26:51','',0,'http://www.ontradeprogress.com/?p=1495',0,'post','',0),(1496,1,'2018-06-05 09:24:50','2018-06-05 09:24:50','','Brakes','','inherit','closed','closed','','brakes','','','2018-06-05 09:24:50','2018-06-05 09:24:50','',1495,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Brakes.jpg',0,'attachment','image/jpeg',0),(1497,1,'2018-06-05 09:25:06','2018-06-05 09:25:06','<strong>The use of the most environmentally damaging plastics (including single use and hard black plastics that cannot be recycled) could soon be a thing of the past in schools, hospitals, pubs and restaurants following an announcement by Brakes, the UK’s leading delivered wholesaler, to drastically reduce the use of these plastics in its supply chain.</strong>\r\n\r\nWith the launch of its ‘2 Zero 20’ campaign, Brakes becomes the first major foodservice wholesaler to announce a formal plan to address the use of non-recyclable hard black plastics. ‘2 Zero 20’ signals Brakes’ intention to eliminate the use of such plastics from all its own brand products by the end of 2020. The reduction programme starts on 5 June, World Environment Day, when hard black plastics will no longer be allowed in any new Brakes products.\r\n\r\nBrakes’ CEO, Hugo Mahoney, said: “We recognise that the foodservice industry needs to be more proactive in being responsible users of plastic. We also know that consumers are asking our customers what they are doing about plastic and we are therefore giving them the solution that they need – by committing to remove non-recyclable hard black plastic from our own brand products by the end of 2020.\r\n\r\n“We will also be working with some of the UK’s leading foodservice brands and suppliers as part of our packaging forum as we seek to find alternatives to problematic materials and unnecessary single-use items, with a focus on items within our catering disposables range, such as hard black plastic black food containers and straws.\r\n\r\n“The ‘2 Zero 20’ pledge takes an evidence-based approach to the use of plastics and part of our commitment is to launch an education campaign to help our customers become more plastic responsible. While we know that problematic, non-recyclable plastic needs to be removed, in some cases, plastic may be the most environmentally-friendly packaging material to use.\r\n\r\n“This not about individual business, it is about the industry working together for a more sustainable future and we hope that our example will encourage other foodservice wholesalers, large and small, to take a similarly proactive stance to addressing this issue.”\r\n\r\nIn addition to its commitment to cut the use of non-recyclable hard black plastics, Brakes is working with suppliers and customers to look at how to increase the levels of recycling that takes place in the foodservice industry. It will also work with industry to improve labelling that will help customers and consumers increase recycling rates.\r\n\r\nBrakes will also launch an education programme among its own staff, working with a leading charity, where depot staff will pick up litter in local communities and recycle the contents.','Brakes launches \'2 Zero 20\' plastic reduction campaign','','inherit','closed','closed','','1495-revision-v1','','','2018-06-05 09:25:06','2018-06-05 09:25:06','',1495,'http://www.ontradeprogress.com/2018/06/05/1495-revision-v1/',0,'revision','',0),(1498,1,'2018-06-05 09:30:32','2018-06-05 09:30:32','<strong>UKHospitality has called on the Government to ensure that employment in the UK is fair, transparent and flexible for both employers and employees.</strong>\r\n\r\nResponding to a series of consultations in the wake of the Taylor Review, UKHospitality has made a series of recommendations to provide a modernised framework of employment fit for the 21<sup>st</sup> Century.\r\n\r\nIn its submission to consultations on: Increasing transparency in the UK labour market; employment status; and enforcement of employment rights, UKHospitality has called on the Government to:\r\n<ul type=\"disc\">\r\n 	<li>Ensure a level-playing field for all businesses regardless of their business model</li>\r\n 	<li>Provide clear guidance for employers and individuals on their employment and taxation status</li>\r\n 	<li>Provide more transparency for workers and employers</li>\r\n 	<li>Support the extension of holiday pay reference periods to more accurately reflect working practices</li>\r\n 	<li>Maintain flexibility in the labour market for mutual benefit</li>\r\n 	<li>Make sure that businesses are not able to use differences in tax status as an incentive to employment</li>\r\n 	<li>Set out the core principles of employment status definitions in legislation but allow a degree of flexibility for complex cases</li>\r\n 	<li>Preserve the current three-tier system and rename the intermediary tier dependent contractors</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The UK’s hospitality sector has been a fantastic engine for growth, providing jobs in every region of the country and revitalising high streets. However, the sector is facing considerable barriers to further growth and we need to see the Government act decisively to ensure that employment is transparent and fair for both employers and employees.\r\n\r\n“Businesses must continuously evolve to keep pace with changing consumer demand and legislative and cost pressures. Likewise, the environment in which businesses operative needs to allow flexibility and an opportunity for them to succeed. We have consistently advocated for the update of a tax system to reflect the demands and opportunities of 21<sup>st</sup> Century businesses and the wider approach to employment must also do this.\r\n\r\n“Hospitality businesses need the flexibility to compete with online businesses in an environment that provides fairness to both employers and employees. The Government has an opportunity to provide even greater opportunities for growth and success, but only if it provides community-based businesses and their teams with a platform from which to operate.”','UKHospitality calls for fairness and transparency for employers and employees','','publish','closed','open','','ukhospitality-calls-for-fairness-and-transparency-for-employers-and-employees','','','2018-06-05 09:30:32','2018-06-05 09:30:32','',0,'http://www.ontradeprogress.com/?p=1498',0,'post','',0),(1499,1,'2018-06-05 09:28:25','2018-06-05 09:28:25','<strong>UKHospitality has called on the Government to ensure that employment in the UK is fair, transparent and flexible for both employers and employees.</strong>\r\n\r\nResponding to a series of consultations in the wake of the Taylor Review, UKHospitality has made a series of recommendations to provide a modernised framework of employment fit for the 21<sup>st</sup> Century.\r\n\r\nIn its submission to consultations on: Increasing transparency in the UK labour market; employment status; and enforcement of employment rights, UKHospitality has called on the Government to:\r\n<ul type=\"disc\">\r\n 	<li>Ensure a level-playing field for all businesses regardless of their business model</li>\r\n 	<li>Provide clear guidance for employers and individuals on their employment and taxation status</li>\r\n 	<li>Provide more transparency for workers and employers</li>\r\n 	<li>Support the extension of holiday pay reference periods to more accurately reflect working practices</li>\r\n 	<li>Maintain flexibility in the labour market for mutual benefit</li>\r\n 	<li>Make sure that businesses are not able to use differences in tax status as an incentive to employment</li>\r\n 	<li>Set out the core principles of employment status definitions in legislation but allow a degree of flexibility for complex cases</li>\r\n 	<li>Preserve the current three-tier system and rename the intermediary tier dependent contractors</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said: “The UK’s hospitality sector has been a fantastic engine for growth, providing jobs in every region of the country and revitalising high streets. However, the sector is facing considerable barriers to further growth and we need to see the Government act decisively to ensure that employment is transparent and fair for both employers and employees.\r\n\r\n“Businesses must continuously evolve to keep pace with changing consumer demand and legislative and cost pressures. Likewise, the environment in which businesses operative needs to allow flexibility and an opportunity for them to succeed. We have consistently advocated for the update of a tax system to reflect the demands and opportunities of 21<sup>st</sup> Century businesses and the wider approach to employment must also do this.\r\n\r\n“Hospitality businesses need the flexibility to compete with online businesses in an environment that provides fairness to both employers and employees. The Government has an opportunity to provide even greater opportunities for growth and success, but only if it provides community-based businesses and their teams with a platform from which to operate.”','UKHospitality calls for fairness and transparency for employers and employees','','inherit','closed','closed','','1498-revision-v1','','','2018-06-05 09:28:25','2018-06-05 09:28:25','',1498,'http://www.ontradeprogress.com/2018/06/05/1498-revision-v1/',0,'revision','',0),(1500,1,'2018-06-05 10:06:43','2018-06-05 10:06:43','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in outdoor furniture.</strong>\r\n\r\n<strong>What design trends do you expect to be popular when it comes to al fresco areas in the licensed trade this year?</strong>\r\n\r\nOutside is definitely ‘in’. Alfresco dining and outdoor restaurants have been booming right across Europe. Carefully designed terraces get people flocking in and are an excellent source of revenue.  Choosing the correct outdoor furniture and creating an attractive outside space which fits your overall concept is the key to success.\r\n\r\nOutdoor spaces are more than just a ‘must have’ add-on; they should be designed to complement the visual style of the rest of the restaurant or bar.  In order to maximise the potential of outdoor spaces and to attract different groups of guests, it’s often helpful to divide terraces into zones. Groups of tables and chairs stand in the centre as a place for table service and dining. These can be combined with bar tables and stools for a quick coffee or snack.  Then there are lounge areas where guests can enjoy a relaxing cocktail.\r\n\r\n<strong>What essential pieces of outdoor furniture do operators need ahead of the summer months and why? What is the merit in having a great outdoor area?</strong>\r\n\r\nFor 2018 GO IN has expanded its already wide outdoor range, to include both classic and design-led furniture, with many new trendsetters.  For example, the outdoor lounge furniture Tuxum really catches the eye.  The beautifully shaped sofa and chairs in a simple ‘Scandi style’ stand out thanks to their light look and mix of technical outdoor fabric, aluminium and wood effect.  These are perfect for the cocktail areas of outside terraces.<img class=\"wp-image-1504 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.05.45.png\" alt=\"\" width=\"200\" height=\"208\" />\r\n\r\nNew chairs, including the Elias, exude a feeling of lightness and summertime. The retro-style chair has small proportions and comes in simple white, as well as popular brick red and olive green. It’s available with a closed or perforated backrest.  The frame is made of powder-coated steel; the comfortable seat shell is polypropylene.  Comfortable, stackable and lightweight, the Elias is a practical all-rounder, sure to be loved by guests and staff alike.\r\n\r\n<strong>Top tips for successful outdoor areas</strong>\r\n\r\nTip 1.  First impressions are everything, so make your outdoor area is a good or even better representation of your indoor style.\r\n\r\nTip 2.  Offer comfort, style and quality.  Make cost savings by buying from the right supplier, rather than compromising standards.\r\n\r\nTip 3.  Go for flexible arrangements so that changes can be made quickly and easily.  For example, go for small tables, which can be arranged individually or used together for larger groups.\r\n\r\nTip 4.  Make small but significant gestures towards additional comfort.  For example, offer seat cushions and warm blankets for chillier evenings.\r\n\r\nTip 5.  Make sure the furniture is robust, easy to maintain and well looked after to make sure it stays looking good.\r\n\r\nWhatever you’re planning, look at what you’re trying to achieve and make sure you spend your money in the right places - where it will make the most impact.  Mostly this will mean the visible things - table-tops, chairs and bench seating - rather than posh table bases which may well be hidden when in use.  Go for the best quality you can afford - the furniture needs to look just as good in two or three years as it does on the day it’s delivered, otherwise your next refurbishment will come sooner than expected.','Outdoor Design & Catering Trends','','publish','closed','open','','outdoor-design-catering-trends','','','2018-06-05 10:06:43','2018-06-05 10:06:43','',0,'http://www.ontradeprogress.com/?p=1500',0,'post','',0),(1501,1,'2018-06-05 09:58:47','2018-06-05 09:58:47','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in outdoor furniture.</strong>\r\n\r\n<strong>What design trends do you expect to be popular when it comes to al fresco areas in the licensed trade this year?</strong>\r\n\r\nOutside is definitely ‘in’. Alfresco dining and outdoor restaurants have been booming right across Europe.  Carefully designed terraces get people flocking in and are an excellent source of revenue.  Choosing the correct outdoor furniture and creating an attractive outside space which fits your overall concept is the key to success.\r\n\r\nOutdoor spaces are more than just a ‘must have’ add-on; they should be designed to complement the visual style of the rest of the restaurant or bar.  In order to maximise the potential of outdoor spaces and to attract different groups of guests, it’s often helpful to divide terraces into zones. Groups of tables and chairs stand in the centre as a place for table service and dining. These can be combined with bar tables and stools for a quick coffee or snack.  Then there are lounge areas where guests can enjoy a relaxing cocktail.\r\n\r\n<strong>What essential pieces of outdoor furniture do operators need ahead of the summer months and why? What is the merit in having a great outdoor area?</strong>\r\n\r\nFor 2018 GO IN has expanded its already wide outdoor range, to include both classic and design-led furniture, with many new trendsetters.  For example, the outdoor lounge furniture Tuxum really catches the eye.  The beautifully shaped sofa and chairs in a simple ‘Scandi style’ stand out thanks to their light look and mix of technical outdoor fabric, aluminium and wood effect.  These are perfect for the cocktail areas of outside terraces.\r\n\r\nNew chairs, including the Elias, exude a feeling of lightness and summertime. The retro-style chair has small proportions and comes in simple white, as well as popular brick red and olive green. It’s available with a closed or perforated backrest.  The frame is made of powder-coated steel; the comfortable seat shell is polypropylene.  Comfortable, stackable and lightweight, the Elias is a practical all-rounder, sure to be loved by guests and staff alike.\r\n\r\n<strong>Top tips for successful outdoor areas</strong>\r\n\r\nTip 1.  First impressions are everything, so make your outdoor area is a good or even better representation of your indoor style.\r\n\r\nTip 2.  Offer comfort, style and quality.  Make cost savings by buying from the right supplier, rather than compromising standards.\r\n\r\nTip 3.  Go for flexible arrangements so that changes can be made quickly and easily.  For example, go for small tables, which can be arranged individually or used together for larger groups.\r\n\r\nTip 4.  Make small but significant gestures towards additional comfort.  For example, offer seat cushions and warm blankets for chillier evenings.\r\n\r\nTip 5.  Make sure the furniture is robust, easy to maintain and well looked after to make sure it stays looking good.\r\n\r\nWhatever you’re planning, look at what you’re trying to achieve and make sure you spend your money in the right places - where it will make the most impact.  Mostly this will mean the visible things - table-tops, chairs and bench seating - rather than posh table bases which may well be hidden when in use.  Go for the best quality you can afford - the furniture needs to look just as good in two or three years as it does on the day it’s delivered, otherwise your next refurbishment will come sooner than expected.','Outdoor Design & Catering','','inherit','closed','closed','','1500-revision-v1','','','2018-06-05 09:58:47','2018-06-05 09:58:47','',1500,'http://www.ontradeprogress.com/2018/06/05/1500-revision-v1/',0,'revision','',0),(1502,1,'2018-06-05 10:03:37','2018-06-05 10:03:37','','Screen Shot 2018-06-05 at 11.03.15','','inherit','closed','closed','','screen-shot-2018-06-05-at-11-03-15','','','2018-06-05 10:03:37','2018-06-05 10:03:37','',1500,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.03.15.png',0,'attachment','image/png',0),(1503,1,'2018-06-05 10:03:51','2018-06-05 10:03:51','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in outdoor furniture.</strong>\r\n\r\n<strong>What design trends do you expect to be popular when it comes to al fresco areas in the licensed trade this year?</strong>\r\n\r\nOutside is definitely ‘in’. Alfresco dining and outdoor restaurants have been booming right across Europe. Carefully designed terraces get people flocking in and are an excellent source of revenue.  Choosing the correct outdoor furniture and creating an attractive outside space which fits your overall concept is the key to success.\r\n\r\nOutdoor spaces are more than just a ‘must have’ add-on; they should be designed to complement the visual style of the rest of the restaurant or bar.  In order to maximise the potential of outdoor spaces and to attract different groups of guests, it’s often helpful to divide terraces into zones. Groups of tables and chairs stand in the centre as a place for table service and dining. These can be combined with bar tables and stools for a quick coffee or snack.  Then there are lounge areas where guests can enjoy a relaxing cocktail.\r\n\r\n<strong>What essential pieces of outdoor furniture do operators need ahead of the summer months and why? What is the merit in having a great outdoor area?</strong>\r\n\r\nFor 2018 GO IN has expanded its already wide outdoor range, to include both classic and design-led furniture, with many new trendsetters.  For example, the outdoor lounge furniture Tuxum really catches the eye.  The beautifully shaped sofa and chairs in a simple ‘Scandi style’ stand out thanks to their light look and mix of technical outdoor fabric, aluminium and wood effect.  These are perfect for the cocktail areas of outside terraces.\r\n\r\nNew chairs, including the Elias, exude a feeling of lightness and summertime. The retro-style chair has small proportions and comes in simple white, as well as popular brick red and olive green. It’s available with a closed or perforated backrest.  The frame is made of powder-coated steel; the comfortable seat shell is polypropylene.  Comfortable, stackable and lightweight, the Elias is a practical all-rounder, sure to be loved by guests and staff alike.\r\n\r\n<strong>Top tips for successful outdoor areas</strong>\r\n\r\nTip 1.  First impressions are everything, so make your outdoor area is a good or even better representation of your indoor style.\r\n\r\nTip 2.  Offer comfort, style and quality.  Make cost savings by buying from the right supplier, rather than compromising standards.\r\n\r\nTip 3.  Go for flexible arrangements so that changes can be made quickly and easily.  For example, go for small tables, which can be arranged individually or used together for larger groups.\r\n\r\nTip 4.  Make small but significant gestures towards additional comfort.  For example, offer seat cushions and warm blankets for chillier evenings.\r\n\r\nTip 5.  Make sure the furniture is robust, easy to maintain and well looked after to make sure it stays looking good.\r\n\r\nWhatever you’re planning, look at what you’re trying to achieve and make sure you spend your money in the right places - where it will make the most impact.  Mostly this will mean the visible things - table-tops, chairs and bench seating - rather than posh table bases which may well be hidden when in use.  Go for the best quality you can afford - the furniture needs to look just as good in two or three years as it does on the day it’s delivered, otherwise your next refurbishment will come sooner than expected.','Outdoor Design & Catering Trends','','inherit','closed','closed','','1500-revision-v1','','','2018-06-05 10:03:51','2018-06-05 10:03:51','',1500,'http://www.ontradeprogress.com/2018/06/05/1500-revision-v1/',0,'revision','',0),(1504,1,'2018-06-05 10:06:10','2018-06-05 10:06:10','','Screen Shot 2018-06-05 at 11.05.45','','inherit','closed','closed','','screen-shot-2018-06-05-at-11-05-45','','','2018-06-05 10:06:10','2018-06-05 10:06:10','',1500,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.05.45.png',0,'attachment','image/png',0),(1505,1,'2018-06-05 10:06:33','2018-06-05 10:06:33','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in outdoor furniture.</strong>\r\n\r\n<strong>What design trends do you expect to be popular when it comes to al fresco areas in the licensed trade this year?</strong>\r\n\r\nOutside is definitely ‘in’. Alfresco dining and outdoor restaurants have been booming right across Europe. Carefully designed terraces get people flocking in and are an excellent source of revenue.  Choosing the correct outdoor furniture and creating an attractive outside space which fits your overall concept is the key to success.\r\n\r\nOutdoor spaces are more than just a ‘must have’ add-on; they should be designed to complement the visual style of the rest of the restaurant or bar.  In order to maximise the potential of outdoor spaces and to attract different groups of guests, it’s often helpful to divide terraces into zones. Groups of tables and chairs stand in the centre as a place for table service and dining. These can be combined with bar tables and stools for a quick coffee or snack.  Then there are lounge areas where guests can enjoy a relaxing cocktail.\r\n\r\n<strong>What essential pieces of outdoor furniture do operators need ahead of the summer months and why? What is the merit in having a great outdoor area?</strong>\r\n\r\nFor 2018 GO IN has expanded its already wide outdoor range, to include both classic and design-led furniture, with many new trendsetters.  For example, the outdoor lounge furniture Tuxum really catches the eye.  The beautifully shaped sofa and chairs in a simple ‘Scandi style’ stand out thanks to their light look and mix of technical outdoor fabric, aluminium and wood effect.  These are perfect for the cocktail areas of outside terraces.<img class=\"wp-image-1504 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.05.45.png\" alt=\"\" width=\"200\" height=\"208\" />\r\n\r\nNew chairs, including the Elias, exude a feeling of lightness and summertime. The retro-style chair has small proportions and comes in simple white, as well as popular brick red and olive green. It’s available with a closed or perforated backrest.  The frame is made of powder-coated steel; the comfortable seat shell is polypropylene.  Comfortable, stackable and lightweight, the Elias is a practical all-rounder, sure to be loved by guests and staff alike.\r\n\r\n<strong>Top tips for successful outdoor areas</strong>\r\n\r\nTip 1.  First impressions are everything, so make your outdoor area is a good or even better representation of your indoor style.\r\n\r\nTip 2.  Offer comfort, style and quality.  Make cost savings by buying from the right supplier, rather than compromising standards.\r\n\r\nTip 3.  Go for flexible arrangements so that changes can be made quickly and easily.  For example, go for small tables, which can be arranged individually or used together for larger groups.\r\n\r\nTip 4.  Make small but significant gestures towards additional comfort.  For example, offer seat cushions and warm blankets for chillier evenings.\r\n\r\nTip 5.  Make sure the furniture is robust, easy to maintain and well looked after to make sure it stays looking good.\r\n\r\nWhatever you’re planning, look at what you’re trying to achieve and make sure you spend your money in the right places - where it will make the most impact.  Mostly this will mean the visible things - table-tops, chairs and bench seating - rather than posh table bases which may well be hidden when in use.  Go for the best quality you can afford - the furniture needs to look just as good in two or three years as it does on the day it’s delivered, otherwise your next refurbishment will come sooner than expected.','Outdoor Design & Catering Trends','','inherit','closed','closed','','1500-revision-v1','','','2018-06-05 10:06:33','2018-06-05 10:06:33','',1500,'http://www.ontradeprogress.com/2018/06/05/1500-revision-v1/',0,'revision','',0),(1506,1,'2018-06-05 10:13:22','2018-06-05 10:13:22','<strong>With the mother of all football tournaments kicking off this June, iconic American sweet bakery brand, Otis Spunkmeyer, is giving caterers the chance to net those all-important profits by introducing a limited edition Football Chocolate Muffin.  </strong>\r\n\r\nSites can use the rich, moist chocolate chip muffin, with a decadent chocolate style filling topped with natural green coloured icing and an iced football decoration, to drive all-important footfall throughout what promises to be a scintillating summer of sport.\r\n\r\n<strong>ARYZTA Food Solutions UK is the brand owner of Otis Spunkmeyer, the company’s Head of Marketing, Paul Whitely, </strong>comments: “With the action and drama set to kick-off this summer, sites can use this latest sweet bakery innovation to drive sales right up until the final whistle. The Otis Football Chocolate Muffin is fun, eye catching and, most important of all, delicious. Not only that, it comes from an iconic brand with bakery in its DNA. Because they’re limited edition, we expect that demand will be high. Our advice for sites is to grab them while they can.”\r\n\r\nSupplied frozen, cases of 30, sites simply need to thaw and serve. The muffins are available for a very special tournament price of £23.66 per case, or just 79p per unit. Availability is limited.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.','Canny Caterers set to score with new limited edition football muffin','','publish','closed','open','','canny-caterers-set-to-score-with-new-limited-edition-football-muffin','','','2018-06-05 10:13:56','2018-06-05 10:13:56','',0,'http://www.ontradeprogress.com/?p=1506',0,'post','',0),(1507,1,'2018-06-05 10:12:17','2018-06-05 10:12:17','','Screen Shot 2018-06-05 at 11.08.24','','inherit','closed','closed','','screen-shot-2018-06-05-at-11-08-24','','','2018-06-05 10:12:17','2018-06-05 10:12:17','',1506,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-11.08.24.png',0,'attachment','image/png',0),(1508,1,'2018-06-05 10:12:50','2018-06-05 10:12:50','<strong>With the mother of all football tournaments kicking off this June, iconic American sweet bakery brand, Otis Spunkmeyer, is giving caterers the chance to net those all-important profits by introducing a limited edition Football Chocolate Muffin.  </strong>\r\n\r\nSites can use the rich, moist chocolate chip muffin, with a decadent chocolate style filling topped with natural green coloured icing and an iced football decoration, to drive all-important footfall throughout what promises to be a scintillating summer of sport.\r\n\r\n<strong>ARYZTA Food Solutions UK is the brand owner of Otis Spunkmeyer, the company’s Head of Marketing, Paul Whitely, </strong>comments: “With the action and drama set to kick-off this summer, sites can use this latest sweet bakery innovation to drive sales right up until the final whistle. The Otis Football Chocolate Muffin is fun, eye catching and, most important of all, delicious. Not only that, it comes from an iconic brand with bakery in its DNA. Because they’re limited edition, we expect that demand will be high. Our advice for sites is to grab them while they can.”\r\n\r\nSupplied frozen, cases of 30, sites simply need to thaw and serve. The muffins are available for a very special tournament price of £23.66 per case, or just 79p per unit. Availability is limited.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.','Canny Caterers set to score with new limited edition football muffin','','inherit','closed','closed','','1506-revision-v1','','','2018-06-05 10:12:50','2018-06-05 10:12:50','',1506,'http://www.ontradeprogress.com/2018/06/05/1506-revision-v1/',0,'revision','',0),(1509,1,'2018-06-05 12:22:39','2018-06-05 12:22:39','<strong>UKHospitality has warned the Government that a delay in the introduction of the new catering T-Level will only exacerbate recruitment problems for the hospitality sector.</strong>\r\n\r\nThe first 52 colleges to provide the new technical qualifications have been announced, but the introduction of the catering T-level has been delayed with only digital, construction and education &amp; childcare initially available.\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “</strong>The introduction of the new qualifications and the emphasis on vocational education is a step-change in providing the skills the country needs for a more productive future.\r\n\r\n“However, although it is encouraging to see the Government begin to promote the possibilities of technical and vocational education, it is very disappointing to see the introduction of the catering T-Level delayed.\r\n\r\n“Hospitality businesses are facing a potentially very costly skills shortage and employers need support in order ensure that vacancies are filled. Recent industry reports showed that the sector would need an additional 11,000 chefs before 2020 and that almost 1 million new staff members would be needed by 2022.\r\n\r\n“With Brexit-related uncertainly regarding the future of the workforce continuing to cause problems for employers, it is vital the Government takes every available step to support employment in the sector.\r\n\r\n“Clearly, businesses are going to need significant support in filling these gaps and a delay to the introduction of the catering T-Level, if only by one year, will mean that employers are on the back foot.”','Government must deliver on sector T-Levels','','publish','closed','open','','government-must-deliver-on-sector-t-levels','','','2018-06-05 12:22:39','2018-06-05 12:22:39','',0,'http://www.ontradeprogress.com/?p=1509',0,'post','',0),(1510,1,'2018-06-05 12:22:39','2018-06-05 12:22:39','<strong>UKHospitality has warned the Government that a delay in the introduction of the new catering T-Level will only exacerbate recruitment problems for the hospitality sector.</strong>\r\n\r\nThe first 52 colleges to provide the new technical qualifications have been announced, but the introduction of the catering T-level has been delayed with only digital, construction and education &amp; childcare initially available.\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “</strong>The introduction of the new qualifications and the emphasis on vocational education is a step-change in providing the skills the country needs for a more productive future.\r\n\r\n“However, although it is encouraging to see the Government begin to promote the possibilities of technical and vocational education, it is very disappointing to see the introduction of the catering T-Level delayed.\r\n\r\n“Hospitality businesses are facing a potentially very costly skills shortage and employers need support in order ensure that vacancies are filled. Recent industry reports showed that the sector would need an additional 11,000 chefs before 2020 and that almost 1 million new staff members would be needed by 2022.\r\n\r\n“With Brexit-related uncertainly regarding the future of the workforce continuing to cause problems for employers, it is vital the Government takes every available step to support employment in the sector.\r\n\r\n“Clearly, businesses are going to need significant support in filling these gaps and a delay to the introduction of the catering T-Level, if only by one year, will mean that employers are on the back foot.”','Government must deliver on sector T-Levels','','inherit','closed','closed','','1509-revision-v1','','','2018-06-05 12:22:39','2018-06-05 12:22:39','',1509,'http://www.ontradeprogress.com/2018/06/05/1509-revision-v1/',0,'revision','',0),(1511,1,'2018-06-05 12:36:38','2018-06-05 12:36:38','<strong>Alcohol education charity Drinkaware has used its annual conference to outline its key achievements in 2017.</strong>\r\n\r\nDrinkaware\'s campaigns and activities target a broad range of consumers, from young people on a night out to older adults looking to cut back on their drinking as part of a healthier lifestyle, and parents seeking advice on how to talk to their children about alcohol. The charity also targets healthcare professionals and teachers, among others.\r\n\r\nIn 2017, Drinkaware continued to develop new and innovative ways of engaging with consumers, with a growing focus on digital channels.  The Drinkaware website attracted 9.4 million unique visitors - a 1.4% increase on 2016 - with 3.5 million accessing information about the effects of alcohol on health, and 201,300 visiting the parental guidance. The Drinkaware app, which helps people to monitor their drinking and set goals to cut back, was downloaded by 126,716 people and there were over 237,000 completions of the online DrinkCompare Calculator,which encourages consumers to compare their drinking to the rest of the UK population.\r\n\r\nDrinkaware also expanded its direct interactions with consumers, in both on- and off-trade environments. Drinkaware Crew teams, who help young people stay safe on a night out, supported more than 4,000 people in 13 areas last year, while the launch of a new initiative with Asda, saw trained Drinkaware ambassadors placed in stores to engage with customers about alcohol.\r\n\r\nRommel Moseley, Drinkaware Director of Business Development &amp; Partnerships, said: \"Drinkaware has made great progress in developing our diverse range of programmes and initiatives, which are helping people to make better decisions about their drinking.\r\n\r\n\"Building on these achievements in 2018 is a key ambition for the charity as we continue expanding successful initiatives such as Drinkaware Crew as well as continuing to develop and implement innovative new ways of helping people and giving them the right information and in the right way.\r\n\r\n\"Our funder base expanded during 2017 with responsible producers and retailers continuing to share our commitment to reducing the effects of alcohol harm. This support helps us to achieve our aims and ambitions and we are grateful to them all.\"','Drinkaware highlights 2017 progress at annual conference','','publish','closed','open','','drinkaware-highlights-2017-progress-at-annual-conference','','','2018-06-05 12:36:38','2018-06-05 12:36:38','',0,'http://www.ontradeprogress.com/?p=1511',0,'post','',0),(1512,1,'2018-06-05 12:35:33','2018-06-05 12:35:33','','Screen Shot 2018-06-05 at 13.34.55','','inherit','closed','closed','','screen-shot-2018-06-05-at-13-34-55','','','2018-06-05 12:35:33','2018-06-05 12:35:33','',1511,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-13.34.55.png',0,'attachment','image/png',0),(1513,1,'2018-06-05 12:36:14','2018-06-05 12:36:14','<strong>Alcohol education charity Drinkaware has used its annual conference to outline its key achievements in 2017.</strong>\r\n\r\nDrinkaware\'s campaigns and activities target a broad range of consumers, from young people on a night out to older adults looking to cut back on their drinking as part of a healthier lifestyle, and parents seeking advice on how to talk to their children about alcohol. The charity also targets healthcare professionals and teachers, among others.\r\n\r\nIn 2017, Drinkaware continued to develop new and innovative ways of engaging with consumers, with a growing focus on digital channels.  The Drinkaware website attracted 9.4 million unique visitors - a 1.4% increase on 2016 - with 3.5 million accessing information about the effects of alcohol on health, and 201,300 visiting the parental guidance. The Drinkaware app, which helps people to monitor their drinking and set goals to cut back, was downloaded by 126,716 people and there were over 237,000 completions of the online DrinkCompare Calculator,which encourages consumers to compare their drinking to the rest of the UK population.\r\n\r\nDrinkaware also expanded its direct interactions with consumers, in both on- and off-trade environments. Drinkaware Crew teams, who help young people stay safe on a night out, supported more than 4,000 people in 13 areas last year, while the launch of a new initiative with Asda, saw trained Drinkaware ambassadors placed in stores to engage with customers about alcohol.\r\n\r\nRommel Moseley, Drinkaware Director of Business Development &amp; Partnerships, said: \"Drinkaware has made great progress in developing our diverse range of programmes and initiatives, which are helping people to make better decisions about their drinking.\r\n\r\n\"Building on these achievements in 2018 is a key ambition for the charity as we continue expanding successful initiatives such as Drinkaware Crew as well as continuing to develop and implement innovative new ways of helping people and giving them the right information and in the right way.\r\n\r\n\"Our funder base expanded during 2017 with responsible producers and retailers continuing to share our commitment to reducing the effects of alcohol harm. This support helps us to achieve our aims and ambitions and we are grateful to them all.\"','Drinkaware highlights 2017 progress at annual conference','','inherit','closed','closed','','1511-revision-v1','','','2018-06-05 12:36:14','2018-06-05 12:36:14','',1511,'http://www.ontradeprogress.com/2018/06/05/1511-revision-v1/',0,'revision','',0),(1514,1,'2018-06-05 13:10:27','2018-06-05 13:10:27','<strong>With gin continuing to grow in popularity, Hi-Spirits is helping on-trade operators and their customers to confidently navigate the category with an innovative new support package that maps out the gin journey.</strong>\r\n\r\nLaunching in time for World Gin Day on Saturday, 9 June, the Hi-Spirits initiative means that anyone can become a gin <span style=\"font-size: 14px;\">explorer, and discover the wide choice of flavours and styles </span>the category offers.\r\n\r\n<img class=\"wp-image-1516 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.04.28.png\" alt=\"\" width=\"329\" height=\"326\" />\r\n\r\nGin sales were worth £729 million to the on-trade last year, according to WSTA figures. Hi-Spirits gin portfolio offers a range of flavours, price points and countries of origin, each offering consumers something different.\r\n\r\nWorking with the specialists at Gin Foundry, Hi-Spirits has carefully segmented its gin range, as well as benchmarking it against the wider category. This information has been\r\n\r\nincorporated into a range of brand support available to pubs and bar, which includes:\r\n<ul>\r\n 	<li class=\"ListParagraph\">A gin flavour map which spotlights the wide range of flavour and variations that different botanicals bring to gin, not just amongst the brands which Hi-Spirits supplies, but also when compared to the category as a whole;</li>\r\n 	<li class=\"ListParagraph\">Detailed flavour wheels and brand presenters for each gin, which gives more detail of their flavour and character, and also includes both a recommended cocktail serve and a twist on the classic gin &amp; tonic for each brand;</li>\r\n 	<li class=\"ListParagraph\">Tasting mats to enable bar staff and customers to compare and contrast the flavours of the different gins;</li>\r\n 	<li class=\"ListParagraph\">Bespoke passport-style gin menus which encourage customers to board the gin flight and try signature serves from a global gin range.</li>\r\n</ul>\r\nDan Bolton, managing director of Hi-Spirits, said: \"On-trade operators now appreciate that consumers expect a choice of gin, but it\'s just as important that every gin on the back bar earns it place with a distinct character and interesting signature serves.\r\n\r\n\"Whether they\'re new to the gin trail or already seasoned travellers in the category, this new support programme for our gin portfolio will help both operators and consumers get maximum enjoyment from the gin journey.\"\r\n\r\nThe Hi-Spirits gin portfolio includes:\r\n<ul>\r\n 	<li class=\"NoSpacing\">Blackwoods 40%: Made with Shetland botanicals infused with juniper, coriander and lime</li>\r\n 	<li class=\"NoSpacing\">Blackwoods 60%: Bold, fresh gin made with Shetland foraged wild thyme and meadowsweet</li>\r\n 	<li class=\"NoSpacing\">Broker\'s: Five time distilled quintessential classic London Dry Gin</li>\r\n 	<li class=\"NoSpacing\">Broker\'s 47%: Premium variant with citrus and spice notes</li>\r\n 	<li class=\"NoSpacing\">Brooklyn: Super premium small batch New York gin made with  fresh citrus peels and hand-cracked juniper</li>\r\n 	<li class=\"NoSpacing\">Distillery No. 209: Five times distilled super-premium gin from San Francisco</li>\r\n 	<li class=\"NoSpacing\">Langley\'s No 8: Made with 100% English grain spirit and classic gin botanicals</li>\r\n 	<li class=\"NoSpacing\">Langley\'s Old Tom: A classic recipe redeveloped for the modern era</li>\r\n 	<li class=\"NoSpacing\">Scapegrace Classic: Artisan dry gin with a fresh New Zealand slant</li>\r\n 	<li class=\"NoSpacing\">Scapegrace Gold: 57% ABV Navy-strength New Zealand gin with an added tangerine flavour note</li>\r\n 	<li class=\"NoSpacing\">The King of Soho: A complex London Dry gin crafted with 12 botanicals for a unique flavour profile</li>\r\n</ul>\r\nFull details of the Hi-Spirits portfolio can be found at <a href=\"https://app.prmax.co.uk/track/24916859/click/4c160c40-63ea-11e8-a76c-6cf0490443a9\"><span class=\"Hyperlink\">www.hi-spirits.com</span></a>.','Hi-Spirits has the gin journey mapped out','','publish','closed','open','','hi-spirits-has-the-gin-journey-mapped-out','','','2018-06-05 13:10:27','2018-06-05 13:10:27','',0,'http://www.ontradeprogress.com/?p=1514',0,'post','',0),(1515,1,'2018-06-05 13:07:21','2018-06-05 13:07:21','','Screen Shot 2018-06-05 at 14.03.31','','inherit','closed','closed','','screen-shot-2018-06-05-at-14-03-31','','','2018-06-05 13:07:21','2018-06-05 13:07:21','',1514,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.03.31.png',0,'attachment','image/png',0),(1516,1,'2018-06-05 13:07:42','2018-06-05 13:07:42','','Screen Shot 2018-06-05 at 14.04.28','','inherit','closed','closed','','screen-shot-2018-06-05-at-14-04-28','','','2018-06-05 13:07:42','2018-06-05 13:07:42','',1514,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.04.28.png',0,'attachment','image/png',0),(1517,1,'2018-06-05 13:08:43','2018-06-05 13:08:43','<strong>With gin continuing to grow in popularity, Hi-Spirits is helping on-trade operators and their customers to confidently navigate the category with an innovative new support package that maps out the gin journey.</strong>\r\n\r\nLaunching in time for World Gin Day on Saturday, 9 June, the Hi-Spirits initiative means that anyone can become a gin <span style=\"font-size: 14px;\">explorer, and discover the wide choice of flavours and styles </span>the category offers.\r\n\r\n<img class=\"wp-image-1516 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.04.28.png\" alt=\"\" width=\"329\" height=\"326\" />\r\n\r\nGin sales were worth £729 million to the on-trade last year, according to WSTA figures. Hi-Spirits gin portfolio offers a range of flavours, price points and countries of origin, each offering consumers something different.\r\n\r\nWorking with the specialists at Gin Foundry, Hi-Spirits has carefully segmented its gin range, as well as benchmarking it against the wider category. This information has been\r\n\r\nincorporated into a range of brand support available to pubs and bar, which includes:\r\n<ul>\r\n 	<li class=\"ListParagraph\">A gin flavour map which spotlights the wide range of flavour and variations that different botanicals bring to gin, not just amongst the brands which Hi-Spirits supplies, but also when compared to the category as a whole;</li>\r\n 	<li class=\"ListParagraph\">Detailed flavour wheels and brand presenters for each gin, which gives more detail of their flavour and character, and also includes both a recommended cocktail serve and a twist on the classic gin &amp; tonic for each brand;</li>\r\n 	<li class=\"ListParagraph\">Tasting mats to enable bar staff and customers to compare and contrast the flavours of the different gins;</li>\r\n 	<li class=\"ListParagraph\">Bespoke passport-style gin menus which encourage customers to board the gin flight and try signature serves from a global gin range.</li>\r\n</ul>\r\nDan Bolton, managing director of Hi-Spirits, said: \"On-trade operators now appreciate that consumers expect a choice of gin, but it\'s just as important that every gin on the back bar earns it place with a distinct character and interesting signature serves.\r\n\r\n\"Whether they\'re new to the gin trail or already seasoned travellers in the category, this new support programme for our gin portfolio will help both operators and consumers get maximum enjoyment from the gin journey.\"\r\n\r\nThe Hi-Spirits gin portfolio includes:\r\n<ul>\r\n 	<li class=\"NoSpacing\">Blackwoods 40%: Made with Shetland botanicals infused with juniper, coriander and lime</li>\r\n 	<li class=\"NoSpacing\">Blackwoods 60%: Bold, fresh gin made with Shetland foraged wild thyme and meadowsweet</li>\r\n 	<li class=\"NoSpacing\">Broker\'s: Five time distilled quintessential classic London Dry Gin</li>\r\n 	<li class=\"NoSpacing\">Broker\'s 47%: Premium variant with citrus and spice notes</li>\r\n 	<li class=\"NoSpacing\">Brooklyn: Super premium small batch New York gin made with  fresh citrus peels and hand-cracked juniper</li>\r\n 	<li class=\"NoSpacing\">Distillery No. 209: Five times distilled super-premium gin from San Francisco</li>\r\n 	<li class=\"NoSpacing\">Langley\'s No 8: Made with 100% English grain spirit and classic gin botanicals</li>\r\n 	<li class=\"NoSpacing\">Langley\'s Old Tom: A classic recipe redeveloped for the modern era</li>\r\n 	<li class=\"NoSpacing\">Scapegrace Classic: Artisan dry gin with a fresh New Zealand slant</li>\r\n 	<li class=\"NoSpacing\">Scapegrace Gold: 57% ABV Navy-strength New Zealand gin with an added tangerine flavour note</li>\r\n 	<li class=\"NoSpacing\">The King of Soho: A complex London Dry gin crafted with 12 botanicals for a unique flavour profile</li>\r\n</ul>','Hi-Spirits has the gin journey mapped out','','inherit','closed','closed','','1514-revision-v1','','','2018-06-05 13:08:43','2018-06-05 13:08:43','',1514,'http://www.ontradeprogress.com/2018/06/05/1514-revision-v1/',0,'revision','',0),(1518,1,'2018-06-05 13:09:47','2018-06-05 13:09:47','<strong>With gin continuing to grow in popularity, Hi-Spirits is helping on-trade operators and their customers to confidently navigate the category with an innovative new support package that maps out the gin journey.</strong>\r\n\r\nLaunching in time for World Gin Day on Saturday, 9 June, the Hi-Spirits initiative means that anyone can become a gin <span style=\"font-size: 14px;\">explorer, and discover the wide choice of flavours and styles </span>the category offers.\r\n\r\n<img class=\"wp-image-1516 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.04.28.png\" alt=\"\" width=\"329\" height=\"326\" />\r\n\r\nGin sales were worth £729 million to the on-trade last year, according to WSTA figures. Hi-Spirits gin portfolio offers a range of flavours, price points and countries of origin, each offering consumers something different.\r\n\r\nWorking with the specialists at Gin Foundry, Hi-Spirits has carefully segmented its gin range, as well as benchmarking it against the wider category. This information has been\r\n\r\nincorporated into a range of brand support available to pubs and bar, which includes:\r\n<ul>\r\n 	<li class=\"ListParagraph\">A gin flavour map which spotlights the wide range of flavour and variations that different botanicals bring to gin, not just amongst the brands which Hi-Spirits supplies, but also when compared to the category as a whole;</li>\r\n 	<li class=\"ListParagraph\">Detailed flavour wheels and brand presenters for each gin, which gives more detail of their flavour and character, and also includes both a recommended cocktail serve and a twist on the classic gin &amp; tonic for each brand;</li>\r\n 	<li class=\"ListParagraph\">Tasting mats to enable bar staff and customers to compare and contrast the flavours of the different gins;</li>\r\n 	<li class=\"ListParagraph\">Bespoke passport-style gin menus which encourage customers to board the gin flight and try signature serves from a global gin range.</li>\r\n</ul>\r\nDan Bolton, managing director of Hi-Spirits, said: \"On-trade operators now appreciate that consumers expect a choice of gin, but it\'s just as important that every gin on the back bar earns it place with a distinct character and interesting signature serves.\r\n\r\n\"Whether they\'re new to the gin trail or already seasoned travellers in the category, this new support programme for our gin portfolio will help both operators and consumers get maximum enjoyment from the gin journey.\"\r\n\r\nThe Hi-Spirits gin portfolio includes:\r\n<ul>\r\n 	<li class=\"NoSpacing\">Blackwoods 40%: Made with Shetland botanicals infused with juniper, coriander and lime</li>\r\n 	<li class=\"NoSpacing\">Blackwoods 60%: Bold, fresh gin made with Shetland foraged wild thyme and meadowsweet</li>\r\n 	<li class=\"NoSpacing\">Broker\'s: Five time distilled quintessential classic London Dry Gin</li>\r\n 	<li class=\"NoSpacing\">Broker\'s 47%: Premium variant with citrus and spice notes</li>\r\n 	<li class=\"NoSpacing\">Brooklyn: Super premium small batch New York gin made with  fresh citrus peels and hand-cracked juniper</li>\r\n 	<li class=\"NoSpacing\">Distillery No. 209: Five times distilled super-premium gin from San Francisco</li>\r\n 	<li class=\"NoSpacing\">Langley\'s No 8: Made with 100% English grain spirit and classic gin botanicals</li>\r\n 	<li class=\"NoSpacing\">Langley\'s Old Tom: A classic recipe redeveloped for the modern era</li>\r\n 	<li class=\"NoSpacing\">Scapegrace Classic: Artisan dry gin with a fresh New Zealand slant</li>\r\n 	<li class=\"NoSpacing\">Scapegrace Gold: 57% ABV Navy-strength New Zealand gin with an added tangerine flavour note</li>\r\n 	<li class=\"NoSpacing\">The King of Soho: A complex London Dry gin crafted with 12 botanicals for a unique flavour profile</li>\r\n</ul>\r\nFull details of the Hi-Spirits portfolio can be found at <a href=\"https://app.prmax.co.uk/track/24916859/click/4c160c40-63ea-11e8-a76c-6cf0490443a9\"><span class=\"Hyperlink\">www.hi-spirits.com</span></a>.','Hi-Spirits has the gin journey mapped out','','inherit','closed','closed','','1514-revision-v1','','','2018-06-05 13:09:47','2018-06-05 13:09:47','',1514,'http://www.ontradeprogress.com/2018/06/05/1514-revision-v1/',0,'revision','',0),(1519,1,'2018-06-05 13:35:59','2018-06-05 13:35:59','<img class=\"wp-image-1520 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"112\" height=\"112\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','publish','closed','open','','pick-a-pepper-from-the-bbq-with-tabasco','','','2018-06-05 13:36:15','2018-06-05 13:36:15','',0,'http://www.ontradeprogress.com/?p=1519',0,'post','',0),(1520,1,'2018-06-05 13:24:23','2018-06-05 13:24:23','','tabasco','','inherit','closed','closed','','tabasco-2','','','2018-06-05 13:24:23','2018-06-05 13:24:23','',1519,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg',0,'attachment','image/jpeg',0),(1521,1,'2018-06-05 13:33:02','2018-06-05 13:33:02','','Screen Shot 2018-06-05 at 14.32.25','','inherit','closed','closed','','screen-shot-2018-06-05-at-14-32-25','','','2018-06-05 13:33:02','2018-06-05 13:33:02','',1519,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.32.25.png',0,'attachment','image/png',0),(1522,1,'2018-06-05 13:33:44','2018-06-05 13:33:44','<img class=\"alignleft  wp-image-1520\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"91\" height=\"91\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','inherit','closed','closed','','1519-revision-v1','','','2018-06-05 13:33:44','2018-06-05 13:33:44','',1519,'http://www.ontradeprogress.com/2018/06/05/1519-revision-v1/',0,'revision','',0),(1523,1,'2018-06-05 13:34:36','2018-06-05 13:34:36','<img class=\"alignleft  wp-image-1520\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"123\" height=\"123\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','inherit','closed','closed','','1519-revision-v1','','','2018-06-05 13:34:36','2018-06-05 13:34:36','',1519,'http://www.ontradeprogress.com/2018/06/05/1519-revision-v1/',0,'revision','',0),(1524,1,'2018-06-05 13:35:00','2018-06-05 13:35:00','<img class=\"alignleft  wp-image-1520\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"156\" height=\"156\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','inherit','closed','closed','','1519-revision-v1','','','2018-06-05 13:35:00','2018-06-05 13:35:00','',1519,'http://www.ontradeprogress.com/2018/06/05/1519-revision-v1/',0,'revision','',0),(1525,1,'2018-06-05 13:35:17','2018-06-05 13:35:17','<img class=\"alignleft  wp-image-1520\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"84\" height=\"84\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','inherit','closed','closed','','1519-revision-v1','','','2018-06-05 13:35:17','2018-06-05 13:35:17','',1519,'http://www.ontradeprogress.com/2018/06/05/1519-revision-v1/',0,'revision','',0),(1526,1,'2018-06-05 13:35:30','2018-06-05 13:35:30','<img class=\"alignleft  wp-image-1520\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"84\" height=\"84\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\n&nbsp;\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','inherit','closed','closed','','1519-revision-v1','','','2018-06-05 13:35:30','2018-06-05 13:35:30','',1519,'http://www.ontradeprogress.com/2018/06/05/1519-revision-v1/',0,'revision','',0),(1527,1,'2018-06-05 13:35:51','2018-06-05 13:35:51','<img class=\"wp-image-1520 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/tabasco.jpg\" alt=\"\" width=\"112\" height=\"112\" />\r\n\r\n<strong>There’s no smoke without fire so, as we enter the bbq season, turn up the heat with </strong><strong>TABASCO® Chipotle Pepper Sauce.</strong>\r\n\r\nAvailable to caterers from Creative Foods Europe, the Mexican-style TABASCO® Chipotle Sauce is made by smoking vine-ripened red jalapeño peppers over a smouldering pecan wood fire. Milder than the Original Red TABASCO® Sauce, the Chipotle Sauce still delivers a kick, while its distinctive smoky flavour works well with meat.\r\n\r\nUse it as a bbq <span style=\"font-size: 14px;\">marinade or to liven up dips and condiments. Combine it with mayonnaise for a Muddy Mayo, mix into hummus, or shake it up and add an extra smoky note to the bbq sauce. The rich and full-bodied sauce comes in three sizes – 12 x 60ml, 12 x 150ml and 2 x 1.89 litre.</span>\r\n\r\nFor further details on TABASCO® Chipotle Pepper Sauce, and other varieties in the TABASCO® brand range call 01252 846500, visit <a href=\"http://www.creativefoodseurope.eu/tabasco\">www.creativefoodseurope.eu/tabasco</a> or email tabasco@creativefoodseurope.eu.','Pick a pepper from the BBQ with TABASCO®','','inherit','closed','closed','','1519-revision-v1','','','2018-06-05 13:35:51','2018-06-05 13:35:51','',1519,'http://www.ontradeprogress.com/2018/06/05/1519-revision-v1/',0,'revision','',0),(1528,1,'2018-06-05 13:58:53','2018-06-05 13:58:53','<strong>Join in the trend for molecular gastronomy with the Spherificator, the world’s first automatic pearl-making tool, now available from Sous Vide Tools.</strong>\r\n\r\nThe hand-held Spherificator can produce up to 10kg of perfectly formed pearls each day, making it perfect for chefs, bakers, bartenders, and anyone looking to push the culinary boundaries.\r\n\r\nThe simple-to-use and easy-to-clean device allows the user to shape liquid into pearls in seconds through a process of reverse spherification. Instead of using a pipette or syringe to make the beads of liquefied food and sodium alginate, which are then dispensed into a water and calcium chloride mix, the Spherificator simplifies the process and shoots out the liquid into the solution. The result is a perfect ‘boba ball’ which bursts when squeezed.\r\n\r\nThe small and light appliance, silent in action, can be fitted with one of three interchangeable nozzles to create different-sized pearls, and the user can vary the pearl-making speed based on the thickness of the mixture. Its seven-ounce capacity is enough to produce between 200 and 250 spheres with each use.\r\n\r\nWhether for pearls suspended in Champagne, mint beads to accompany a cheesecake, or red onion and red wine vinegar ‘boba balls’ to complement a dish of oysters, the Spherificator is an invaluable tool that comes in a kit containing 75g of Sodium Alginate, 100g of Calcium Chloride, and one nozzle head, together with a one-year warranty, all for £99 inc. VAT.\r\n\r\nFor further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 01524 770060.','Pearl of an idea from sous vide tools','','publish','closed','open','','pearl-of-an-idea-from-sous-vide-tools','','','2018-06-05 14:00:07','2018-06-05 14:00:07','',0,'http://www.ontradeprogress.com/?p=1528',0,'post','',0),(1529,1,'2018-06-05 13:55:56','2018-06-05 13:55:56','','Screen Shot 2018-06-05 at 14.37.37','','inherit','closed','closed','','screen-shot-2018-06-05-at-14-37-37','','','2018-06-05 13:55:56','2018-06-05 13:55:56','',1528,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-05-at-14.37.37.png',0,'attachment','image/png',0),(1530,1,'2018-06-05 13:57:07','2018-06-05 13:57:07','<strong>Join in the trend for molecular gastronomy with the Spherificator, the world’s first automatic pearl-making tool, now available from Sous Vide Tools.</strong>\r\n\r\nThe hand-held Spherificator can produce up to 10kg of perfectly formed pearls each day, making it perfect for chefs, bakers, bartenders, and anyone looking to push the culinary boundaries.\r\n\r\nThe simple-to-use and easy-to-clean device allows the user to shape liquid into pearls in seconds through a process of reverse spherification. Instead of using a pipette or syringe to make the beads of liquefied food and sodium alginate, which are then dispensed into a water and calcium chloride mix, the Spherificator simplifies the process and shoots out the liquid into the solution. The result is a perfect ‘boba ball’ which bursts when squeezed.\r\n\r\nThe small and light appliance, silent in action, can be fitted with one of three interchangeable nozzles to create different-sized pearls, and the user can vary the pearl-making speed based on the thickness of the mixture. Its seven-ounce capacity is enough to produce between 200 and 250 spheres with each use.\r\n\r\nWhether for pearls suspended in Champagne, mint beads to accompany a cheesecake, or red onion and red wine vinegar ‘boba balls’ to complement a dish of oysters, the Spherificator is an invaluable tool that comes in a kit containing 75g of Sodium Alginate, 100g of Calcium Chloride, and one nozzle head, together with a one-year warranty, all for £99 inc. VAT.\r\n\r\nFor further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 01524 770060.','Pearl of an idea from sous vide tools','','inherit','closed','closed','','1528-revision-v1','','','2018-06-05 13:57:07','2018-06-05 13:57:07','',1528,'http://www.ontradeprogress.com/2018/06/05/1528-revision-v1/',0,'revision','',0),(1531,1,'2018-06-06 07:34:04','2018-06-06 07:34:04','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1535 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\" alt=\"\" width=\"171\" height=\"136\" />NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion. The StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training. Made in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','publish','closed','open','','cinders-barbecues-new-product-launch','','','2018-06-06 07:34:25','2018-06-06 07:34:25','',0,'http://www.ontradeprogress.com/?p=1531',0,'post','',0),(1532,1,'2018-06-05 14:28:49','2018-06-05 14:28:49','','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-05 14:28:49','2018-06-05 14:28:49','',1531,'http://www.ontradeprogress.com/2018/06/05/1531-revision-v1/',0,'revision','',0),(1533,1,'2018-06-06 07:24:16','2018-06-06 07:24:16','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion.\r\nThe StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training.\r\nMade in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-06 07:24:16','2018-06-06 07:24:16','',1531,'http://www.ontradeprogress.com/2018/06/06/1531-revision-v1/',0,'revision','',0),(1534,1,'2018-06-06 07:26:53','2018-06-06 07:26:53','','cinders','','inherit','closed','closed','','cinders','','','2018-06-06 07:26:53','2018-06-06 07:26:53','',1531,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/cinders.jpg',0,'attachment','image/jpeg',0),(1535,1,'2018-06-06 07:29:03','2018-06-06 07:29:03','','Screen Shot 2018-06-06 at 08.28.32','','inherit','closed','closed','','screen-shot-2018-06-06-at-08-28-32','','','2018-06-06 07:29:03','2018-06-06 07:29:03','',1531,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png',0,'attachment','image/png',0),(1536,1,'2018-06-06 07:31:15','2018-06-06 07:31:15','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1535 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\" alt=\"\" width=\"205\" height=\"163\" />NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion.\r\nThe StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training.\r\nMade in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-06 07:31:15','2018-06-06 07:31:15','',1531,'http://www.ontradeprogress.com/2018/06/06/1531-revision-v1/',0,'revision','',0),(1537,1,'2018-06-06 07:32:40','2018-06-06 07:32:40','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1535 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\" alt=\"\" width=\"205\" height=\"163\" />NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion.\r\nThe StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training. Made in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-06 07:32:40','2018-06-06 07:32:40','',1531,'http://www.ontradeprogress.com/2018/06/06/1531-revision-v1/',0,'revision','',0),(1538,1,'2018-06-06 07:33:12','2018-06-06 07:33:12','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1535 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\" alt=\"\" width=\"205\" height=\"163\" />NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion. The StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training. Made in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-06 07:33:12','2018-06-06 07:33:12','',1531,'http://www.ontradeprogress.com/2018/06/06/1531-revision-v1/',0,'revision','',0),(1539,1,'2018-06-06 07:33:26','2018-06-06 07:33:26','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1535 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\" alt=\"\" width=\"189\" height=\"150\" />NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion. The StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training. Made in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-06 07:33:26','2018-06-06 07:33:26','',1531,'http://www.ontradeprogress.com/2018/06/06/1531-revision-v1/',0,'revision','',0),(1540,1,'2018-06-06 07:33:39','2018-06-06 07:33:39','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1535 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-08.28.32.png\" alt=\"\" width=\"171\" height=\"136\" />NEW WOK BURNER TECHNOLOGY AIMED AT EXPANDING STREETFOOD SECTOR</strong>\r\n\r\nThe portable ‘StreetWok LP20’ from CINDERS BARBECUES Ltd introduces new technology to an ancient method of cooking, solving problems of noise and skill levels inherent in traditional wok burners.\r\n\r\nAsian flavours are bursting out of oriental kitchens and into vibrant Street Market catering, where convenience is critical to success. They predict the compact power of their new product will also enable popular stir-fry cooking to find its way into beer gardens next to the ubiquitous barbecue and onto hotel patios as the themed component of a memorable occasion. The StreetWok LP20 packs 16kW of controllable punch into a portable appliance weighing only 17kg. This kind of power is usually accompanied by a loud roar, whilst CINDERS uses a ‘flower head’ array of patented low pressure burners to diffuse the sound and spread the heat around the base of the wok. Spreading the heat also avoids the difficult wok ‘hot spot’ and allows heat to penetrate food faster and more evenly, enabling more reliable throughput without specialist training. Made in Britain and CE safety compliant, the StreetWok LP20 represents a real technical breakthrough and is set to offer fresh opportunities to all sectors of outdoor catering.\r\n\r\n</div>\r\n</div>\r\n</div>','Cinders barbecues new product launch','','inherit','closed','closed','','1531-revision-v1','','','2018-06-06 07:33:39','2018-06-06 07:33:39','',1531,'http://www.ontradeprogress.com/2018/06/06/1531-revision-v1/',0,'revision','',0),(1541,1,'2018-06-06 08:59:31','2018-06-06 08:59:31','<div class=\"page\" title=\"Page 52\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p style=\"text-align: left;\"><strong>Lucky Voice, the karaoke and bar chain, talks products for hospitality professionals</strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">If you’ve ever wondered how to keep customers coming to your venue with an offer that’s universally popular and fun, then look no further than Lucky Voice. The karaoke and bar chain have several products for on-trade that hospitality professionals can utilise to add a little (or a lot) of pizazz to their venues.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“We use Lucky Voice Enterprise, our propriety karaoke software to power the Lucky Voice Singstation (as well as other products such as Pop-up Karaoke and Lucky Voice Live)”, explains Thomas Mc Auley, brand manager of Lucky Voice, as he discusses products available for the market. “It’s the same software that we use to run our owner operated sites.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“It’s a hugely adaptable setup that our customers are able to customise to their requirements. We know there\'s no single use case for karaoke software. Some customers wish to create multiple private karaoke rooms in their venues. Others wish to incorporate the hardware sleekly into a multi-use or private hire space. Other customers have a requirement for it to be portable.”</span></p>\r\n<p style=\"text-align: left;\"><strong><span style=\"font-size: 14px;\">Louder and LOUDER</span></strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">Lucky Voice recently launched a new version of its LVE product; built from the ground up, the product allows much more flexibility of functionality in the future. It’s allowed Lucky Voice to launch multiple languages in the last year, including </span><span style=\"font-size: 14px;\">Chinese and Hindi</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">Mc Auley continues: “The main thing our customers feedback on is Lucky Voice technology’s reliability – we make sure that it works, constantly – isn’t clunky – and we offer ongoing support to clients. We make sure we also think of our tech in context, keep the search function as clean cut and clear as possible – essentially make it ‘drunk- proof’ to withstand multiple people commandeering the software, sticking songs on and rearranging.”</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">The tech team at Lucky Voice are constantly improving their technology with their customers’ needs in mind. He explains: “We’re constantly listening to our customers and updating our software accordingly – one such example is that we heard from our customers that it </span><span style=\"font-size: 14px;\">can be difficult to choose the first song when confronted with 9,000+ options.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">So we brought our playlist feature to </span><span style=\"font-size: 14px;\">the foreground, made it a homescreen and recalibrated it so that it feels like a discovery mode where songs can be divided by mood, genre, decade, etc – this is also a good marketing opportunity for any brands that we collaborate with to get partner playlists front and centre.</span></p>\r\n<p style=\"text-align: left;\"><strong><span style=\"font-size: 14px;\">For professionals</span></strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">Mc Auley and the team are keen to prove how valuable Lucky Voice products are for hospitality professionals in the long </span><span style=\"font-size: 14px;\">run; pointing out that there’s no single- use case for karaoke software.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“All the content we supply is licensed for use so that customers can focus on running their business,” concludes Mc Auley. “Our machines drive footfall through increased entertainment and a headline offering. It also drives drink spend and dwell time with a captive audience lubricating vocal cords between sings.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“Pre-booked revenue is guaranteed and a karaoke night is a celebratory occasion that people like to plan in advance. There is incredible customer engagement with music and singing creative memorable experiences in a venue.”</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>','Sing your heart out','','publish','closed','open','','sing-your-heart-out','','','2018-06-06 08:59:31','2018-06-06 08:59:31','',0,'http://www.ontradeprogress.com/?p=1541',0,'post','',0),(1542,1,'2018-06-06 08:47:16','2018-06-06 08:47:16','','Screen Shot 2018-06-06 at 09.44.02','','inherit','closed','closed','','screen-shot-2018-06-06-at-09-44-02','','','2018-06-06 08:47:16','2018-06-06 08:47:16','',1541,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-09.44.02.png',0,'attachment','image/png',0),(1543,1,'2018-06-06 08:47:33','2018-06-06 08:47:33','<div class=\"page\" title=\"Page 52\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<p style=\"text-align: left;\"><strong>Lucky Voice, the karaoke and bar chain, talks products for hospitality professionals</strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">If you’ve ever wondered how to keep customers coming to your venue with an offer that’s universally popular and fun, then look no further than Lucky Voice. The karaoke and bar chain have several products for on-trade that hospitality professionals can utilise to add a little (or a lot) of pizazz to their venues.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“We use Lucky Voice Enterprise, our propriety karaoke software to power the Lucky Voice Singstation (as well as other products such as Pop-up Karaoke and Lucky Voice Live)”, explains Thomas Mc Auley, brand manager of Lucky Voice, as he discusses products available for the market. “It’s the same software that we use to run our owner operated sites.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“It’s a hugely adaptable setup that our customers are able to customise to their requirements. We know there\'s no single use case for karaoke software. Some customers wish to create multiple private karaoke rooms in their venues. Others wish to incorporate the hardware sleekly into a multi-use or private hire space. Other customers have a requirement for it to be portable.”</span></p>\r\n<p style=\"text-align: left;\"><strong><span style=\"font-size: 14px;\">Louder and LOUDER</span></strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">Lucky Voice recently launched a new version of its LVE product; built from the ground up, the product allows much more flexibility of functionality in the future. It’s allowed Lucky Voice to launch multiple languages in the last year, including </span><span style=\"font-size: 14px;\">Chinese and Hindi</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">Mc Auley continues: “The main thing our customers feedback on is Lucky Voice technology’s reliability – we make sure that it works, constantly – isn’t clunky – and we offer ongoing support to clients. We make sure we also think of our tech in context, keep the search function as clean cut and clear as possible – essentially make it ‘drunk- proof’ to withstand multiple people commandeering the software, sticking songs on and rearranging.”</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">The tech team at Lucky Voice are constantly improving their technology with their customers’ needs in mind. He explains: “We’re constantly listening to our customers and updating our software accordingly – one such example is that we heard from our customers that it </span><span style=\"font-size: 14px;\">can be difficult to choose the first song when confronted with 9,000+ options.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">So we brought our playlist feature to </span><span style=\"font-size: 14px;\">the foreground, made it a homescreen and recalibrated it so that it feels like a discovery mode where songs can be divided by mood, genre, decade, etc – this is also a good marketing opportunity for any brands that we collaborate with to get partner playlists front and centre.</span></p>\r\n<p style=\"text-align: left;\"><strong><span style=\"font-size: 14px;\">For professionals</span></strong></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">Mc Auley and the team are keen to prove how valuable Lucky Voice products are for hospitality professionals in the long </span><span style=\"font-size: 14px;\">run; pointing out that there’s no single- use case for karaoke software.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“All the content we supply is licensed for use so that customers can focus on running their business,” concludes Mc Auley. “Our machines drive footfall through increased entertainment and a headline offering. It also drives drink spend and dwell time with a captive audience lubricating vocal cords between sings.</span></p>\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14px;\">“Pre-booked revenue is guaranteed and a karaoke night is a celebratory occasion that people like to plan in advance. There is incredible customer engagement with music and singing creative memorable experiences in a venue.”</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>','Sing your heart out','','inherit','closed','closed','','1541-revision-v1','','','2018-06-06 08:47:33','2018-06-06 08:47:33','',1541,'http://www.ontradeprogress.com/2018/06/06/1541-revision-v1/',0,'revision','',0),(1544,1,'2018-06-06 10:25:27','2018-06-06 10:25:27','<div class=\"page\" title=\"Page 47\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>MUSIC LICENSING MADE SIMPLE</strong>\r\n\r\nThe UK’s music licensing organisations PPL and PRS for Music have been issuing licences and collecting music royalties for decades. Previously, most businesses and organisations had to obtain separate music licences from PPL and PRS for Music. However, they have listened to feedback from you, their customers, who wanted a more straightforward approach to buying a licence to legally play music in public.\r\n\r\nThis is where we come in. PPL PRS Ltd is the new joint venture between the two companies, set up with the aim to provide the best music licensing experience possible.\r\n\r\nThe new joint licence, TheMusicLicence, has been launched – providing you with one licence, one invoice and one point of contact, making it simpler for you to get a licence to legally play and perform music in public.\r\n\r\nBusinesses and organisations will now be covered by TheMusicLicence for the use of the vast majority of commercially released music available – millions of songs and recordings, including the most popular and well-loved music, not just from the UK but from around the world.\r\n\r\nPPL and PRS for Music will continue to distribute the fees collected by PPL PRS to their respective members - performers and record companies for PPL and the songwriters, composers and publishers for PRS for Music. This income is important to individuals and companies within UK music industry; it supports the future of new music and helps to enable people to make a living out of writing, playing and performing music.\r\n\r\n<strong><span style=\"font-size: 14px;\">       WHAT DO I NEED TO DO?</span></strong>\r\n<div class=\"page\" title=\"Page 46\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIf you currently have a music licence from PPL and/or PRS for Music, there is nothing you need to do.\r\n\r\nWe’ll be in touch with you when your current PPL and/or PRS for Music licence is due for review and guide you through the new process to obtain TheMusicLicence. If you currently pay by direct debit, there is no change there either; don’t worry, it will be transferred over without you having to do a thing.\r\n\r\n<strong>THINKING OF PLAYING MUSIC IN YOUR BUSINESS?</strong>\r\n\r\nContact us today and talk to us about your music use and business needs and we can ensure that you are correctly, and legally, covered to play or perform music on your premises with TheMusicLicence.\r\n\r\n<strong>WHERE WILL MY MONEY GO?</strong>\r\n\r\nAfter our business costs, the licence fees you pay for TheMusicLicence go back to the people involved in making music via our parent companies PPL and PRS for Music. And it isn’t just the globally successful artists who benefit from these royalties either. There are thousands of session musicians, composers, songwriters and emerging artists who are entitled to be paid for their work; so when you are covered by TheMusicLicence you are helping to ensure all musicians and performers can continue to produce the music you love!\r\n\r\n<strong>HOW COULD THEMUSICLICENCE BENEFIT MY BUSINESS?</strong>\r\n\r\nStill unsure if music could enhance your business? Head to our website and hear a number of our customers’ views on how playing music is important for their business, large and small, from a coffee shop chain to an independent hair salon.\r\n\r\nMusic is commercial oxygen, so let’s turn it up and put the essential energy of music at the heart of your business!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The new music licensing experience','','publish','closed','open','','the-new-music-licensing-experience','','','2018-06-06 10:26:01','2018-06-06 10:26:01','',0,'http://www.ontradeprogress.com/?p=1544',0,'post','',0),(1545,1,'2018-06-06 10:21:35','2018-06-06 10:21:35','','Screen Shot 2018-06-06 at 11.19.41','','inherit','closed','closed','','screen-shot-2018-06-06-at-11-19-41','','','2018-06-06 10:21:35','2018-06-06 10:21:35','',1544,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.19.41.png',0,'attachment','image/png',0),(1546,1,'2018-06-06 10:21:50','2018-06-06 10:21:50','<div class=\"page\" title=\"Page 47\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>MUSIC LICENSING MADE SIMPLE</strong>\r\n\r\nThe UK’s music licensing organisations PPL and PRS for Music have been issuing licences and collecting music royalties for decades. Previously, most businesses and organisations had to obtain separate music licences from PPL and PRS for Music. However, they have listened to feedback from you, their customers, who wanted a more straightforward approach to buying a licence to legally play music in public.\r\n\r\nThis is where we come in. PPL PRS Ltd is the new joint venture between the two companies, set up with the aim to provide the best music licensing experience possible.\r\n\r\nThe new joint licence, TheMusicLicence, has been launched – providing you with one licence, one invoice and one point of contact, making it simpler for you to get a licence to legally play and perform music in public.\r\n\r\nBusinesses and organisations will now be covered by TheMusicLicence for the use of the vast majority of commercially released music available – millions of songs and recordings, including the most popular and well-loved music, not just from the UK but from around the world.\r\n\r\nPPL and PRS for Music will continue to distribute the fees collected by PPL PRS to their respective members - performers and record companies for PPL and the songwriters, composers and publishers for PRS for Music. This income is important to individuals and companies within UK music industry; it supports the future of new music and helps to enable people to make a living out of writing, playing and performing music.\r\n\r\n<strong><span style=\"font-size: 14px;\">       WHAT DO I NEED TO DO?</span></strong>\r\n<div class=\"page\" title=\"Page 46\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIf you currently have a music licence from PPL and/or PRS for Music, there is nothing you need to do.\r\n\r\nWe’ll be in touch with you when your current PPL and/or PRS for Music licence is due for review and guide you through the new process to obtain TheMusicLicence. If you currently pay by direct debit, there is no change there either; don’t worry, it will be transferred over without you having to do a thing.\r\n\r\n<strong>THINKING OF PLAYING MUSIC IN YOUR BUSINESS?</strong>\r\n\r\nContact us today and talk to us about your music use and business needs and we can ensure that you are correctly, and legally, covered to play or perform music on your premises with TheMusicLicence.\r\n\r\n<strong>WHERE WILL MY MONEY GO?</strong>\r\n\r\nAfter our business costs, the licence fees you pay for TheMusicLicence go back to the people involved in making music via our parent companies PPL and PRS for Music. And it isn’t just the globally successful artists who benefit from these royalties either. There are thousands of session musicians, composers, songwriters and emerging artists who are entitled to be paid for their work; so when you are covered by TheMusicLicence you are helping to ensure all musicians and performers can continue to produce the music you love!\r\n\r\n<strong>HOW COULD THEMUSICLICENCE BENEFIT MY BUSINESS?</strong>\r\n\r\nStill unsure if music could enhance your business? Head to our website and hear a number of our customers’ views on how playing music is important for their business, large and small, from a coffee shop chain to an independent hair salon.\r\n\r\nMusic is commercial oxygen, so let’s turn it up and put the essential energy of music at the heart of your business!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The new music licensing experience','','inherit','closed','closed','','1544-revision-v1','','','2018-06-06 10:21:50','2018-06-06 10:21:50','',1544,'http://www.ontradeprogress.com/2018/06/06/1544-revision-v1/',0,'revision','',0),(1547,1,'2018-06-06 10:43:03','2018-06-06 10:43:03','<div class=\"page\" title=\"Page 68\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1548 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.38.24.png\" alt=\"\" width=\"125\" height=\"124\" />Top quality and unique designs for the world’s best Hotels, restaurants, spas and private residences the world over. Working with the interior design houses across the globe to grace the world’s most outstanding houses and villas. We have one of the largest collections of outdoor designs available with a large finish choice and un matched choice of performance fabrics.</strong>\r\n\r\nSkyline Design custom and bespoke design service offers its clients professional consultation for residential and commercial projects.\r\n\r\nOur experience of more than 30 years as indoor and outdoor furniture manufacturers, along with a work force of more than 1500 people and facilities equipped with state-of-the-art equipment, allowing, Skyline Design to customise each piece following the client’s needs, design, materials and finish.\r\n\r\nFrom the initial project to the last detail, our designers, production, assembly team and our experience in contract and residential projects all over the world is at your disposal to achieve outstanding results.\r\n\r\n</div>\r\n</div>\r\n</div>','Top quality, unique and bespoke... It must be Skyline Design','','publish','closed','open','','top-quality-unique-and-bespoke-it-must-be-skyline-design','','','2018-06-06 10:44:24','2018-06-06 10:44:24','',0,'http://www.ontradeprogress.com/?p=1547',0,'post','',0),(1548,1,'2018-06-06 10:40:03','2018-06-06 10:40:03','','Screen Shot 2018-06-06 at 11.38.24','','inherit','closed','closed','','screen-shot-2018-06-06-at-11-38-24','','','2018-06-06 10:40:03','2018-06-06 10:40:03','',1547,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.38.24.png',0,'attachment','image/png',0),(1549,1,'2018-06-06 10:40:59','2018-06-06 10:40:59','','Screen Shot 2018-06-06 at 11.38.42','','inherit','closed','closed','','screen-shot-2018-06-06-at-11-38-42','','','2018-06-06 10:40:59','2018-06-06 10:40:59','',1547,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.38.42.png',0,'attachment','image/png',0),(1550,1,'2018-06-06 10:42:07','2018-06-06 10:42:07','<div class=\"page\" title=\"Page 68\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong><img class=\"wp-image-1548 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.38.24.png\" alt=\"\" width=\"125\" height=\"124\" />Top quality and unique designs for the world’s best Hotels, restaurants, spas and private residences the world over. Working with the interior design houses across the globe to grace the world’s most outstanding houses and villas. We have one of the largest collections of outdoor designs available with a large finish choice and un matched choice of performance fabrics.</strong>\r\n\r\nSkyline Design custom and bespoke design service offers its clients professional consultation for residential and commercial projects.\r\n\r\nOur experience of more than 30 years as indoor and outdoor furniture manufacturers, along with a work force of more than 1500 people and facilities equipped with state-of-the-art equipment, allowing, Skyline Design to customise each piece following the client’s needs, design, materials and finish.\r\n\r\nFrom the initial project to the last detail, our designers, production, assembly team and our experience in contract and residential projects all over the world is at your disposal to achieve outstanding results.\r\n\r\n</div>\r\n</div>\r\n</div>','Top quality, unique and bespoke... It must be Skyline Design','','inherit','closed','closed','','1547-revision-v1','','','2018-06-06 10:42:07','2018-06-06 10:42:07','',1547,'http://www.ontradeprogress.com/2018/06/06/1547-revision-v1/',0,'revision','',0),(1551,1,'2018-06-06 10:44:15','2018-06-06 10:44:15','','Screen Shot 2018-06-06 at 11.43.53','','inherit','closed','closed','','screen-shot-2018-06-06-at-11-43-53','','','2018-06-06 10:44:15','2018-06-06 10:44:15','',1547,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.43.53.png',0,'attachment','image/png',0),(1552,1,'2018-06-06 12:41:29','2018-06-06 12:41:29','<div class=\"page\" title=\"Page 30\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 31\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\"><strong><span style=\"font-size: 14px;\">Set in the picturesque village of Forres in Speyside, lies Benromach Distillery, where dedicated distillers use the finest Scottish ingredients to create their single malt Scotch whiskies. originally built in 1898, Benromach Distillery was brought back to life when the urquhart family realised a lifelong dream to own a distillery, which led to them purchasing it in 1993.</span></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\nBenromach is one of only a few distilleries in Scotland to use traditional methods, without any automated machinery. The close-knit team of distillers employ all their senses when crafting the single malt Scotch whiskies, managing the process by sight, sound and touch to create the unique, handcrafted and authentic Benromach taste. The whisky’s classic Speyside character is beautifully balanced with a light touch of smoke.\r\n\r\nMaking whisky by hand is a rare craft these days. The small team of distillers ensure that no short cuts are taken during the production process. The wash lingers for between three and five days in the wooden washbacks. When the heart of the run has been cut, the spirit rests in first fill oak casks where it gently matures, creating a unique character.\r\n\r\nBenromach’s multi award-winning flagship whisky, Benromach 10 Years Old is an impeccable dram. It exemplifies the classic Speyside single malt character, with notes of rich sherry, delicate spice, green apples and a touch of light peat smoke. It’s perfect for those who enjoy the sweet notes of a traditional Speyside whisky and it was recently <span style=\"font-size: 14px;\">honoured with a Gold medal at the World Whiskies Awards 2018. The longer maturation of Benromach 15 Years Old softens its smokiness to hints of charred oak, while developing the wood imbued character of succulent honey, vanilla and fruit. This stunning dram was recently crowned Best Speyside Single Malt Scotch Whisky at the World Whiskies Awards 2018.</span>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThis year, respected author Blair Bowman created the must-try Benromach cocktail, ‘The Speyside Grace’. The cocktail includes: 1 clementine; 50ml Benromach 10 Years Old; Juice of half a lemon; 2 tsps of simple sugar syrup.\r\n\r\nThis is a special year for Benromach as it celebrates 20 years of distilling and 25 years since the Urquhart family purchased the distillery. To mark this significant milestone, the Benromach 20th Anniversary Bottling was unveiled in April. Distilled in 1998, during the first year of production after the distillery reopened, just 3,000 bottles are available worldwide.\r\n\r\n<img class=\"alignleft size-full wp-image-1555\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.40.28.png\" alt=\"\" width=\"853\" height=\"628\" />\r\n\r\n</div>\r\n</div>\r\n</div>','A taste of Scotland','','publish','closed','open','','a-taste-of-scotland','','','2018-06-06 12:43:47','2018-06-06 12:43:47','',0,'http://www.ontradeprogress.com/?p=1552',0,'post','',0),(1553,1,'2018-06-06 10:58:41','2018-06-06 10:58:41','','Screen Shot 2018-06-06 at 11.58.13','','inherit','closed','closed','','screen-shot-2018-06-06-at-11-58-13','','','2018-06-06 10:58:41','2018-06-06 10:58:41','',1552,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-11.58.13.png',0,'attachment','image/png',0),(1554,1,'2018-06-06 12:36:43','2018-06-06 12:36:43','<div class=\"page\" title=\"Page 30\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 31\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\"><strong><span style=\"font-size: 14px;\">Set in the picturesque village of Forres in Speyside, lies Benromach Distillery, where dedicated distillers use the finest Scottish ingredients to create their single malt Scotch whiskies. originally built in 1898, Benromach Distillery was brought back to life when the urquhart family realised a lifelong dream to own a distillery, which led to them purchasing it in 1993.</span></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\nBenromach is one of only a few distilleries in Scotland to use traditional methods, without any automated machinery. The close-knit team of distillers employ all their senses when crafting the single malt Scotch whiskies, managing the process by sight, sound and touch to create the unique, handcrafted and authentic Benromach taste. The whisky’s classic Speyside character is beautifully balanced with a light touch of smoke.\r\n\r\nMaking whisky by hand is a rare craft these days. The small team of distillers ensure that no short cuts are taken during the production process. The wash lingers for between three and five days in the wooden washbacks. When the heart of the run has been cut, the spirit rests in first fill oak casks where it gently matures, creating a unique character.\r\n\r\nBenromach’s multi award-winning flagship whisky, Benromach 10 Years Old is an impeccable dram. It exemplifies the classic Speyside single malt character, with notes of rich sherry, delicate spice, green apples and a touch of light peat smoke. It’s perfect for those who enjoy the sweet notes of a traditional Speyside whisky and it was recently <span style=\"font-size: 14px;\">honoured with a Gold medal at the World Whiskies Awards 2018. The longer maturation of Benromach 15 Years Old softens its smokiness to hints of charred oak, while developing the wood imbued character of succulent honey, vanilla and fruit. This stunning dram was recently crowned Best Speyside Single Malt Scotch Whisky at the World Whiskies Awards 2018.</span>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThis year, respected author Blair Bowman created the must-try Benromach cocktail, ‘The Speyside Grace’. The cocktail includes: 1 clementine; 50ml Benromach 10 Years Old; Juice of half a lemon; 2 tsps of simple sugar syrup.\r\n\r\nThis is a special year for Benromach as it celebrates 20 years of distilling and 25 years since the Urquhart family purchased the distillery. To mark this significant milestone, the Benromach 20th Anniversary Bottling was unveiled in April. Distilled in 1998, during the first year of production after the distillery reopened, just 3,000 bottles are available worldwide.\r\n\r\n</div>\r\n</div>\r\n</div>','A taste of Scotland','','inherit','closed','closed','','1552-revision-v1','','','2018-06-06 12:36:43','2018-06-06 12:36:43','',1552,'http://www.ontradeprogress.com/2018/06/06/1552-revision-v1/',0,'revision','',0),(1555,1,'2018-06-06 12:41:02','2018-06-06 12:41:02','','Screen Shot 2018-06-06 at 13.40.28','','inherit','closed','closed','','screen-shot-2018-06-06-at-13-40-28','','','2018-06-06 12:41:02','2018-06-06 12:41:02','',1552,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.40.28.png',0,'attachment','image/png',0),(1556,1,'2018-06-06 12:41:16','2018-06-06 12:41:16','<div class=\"page\" title=\"Page 30\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 31\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\"><strong><span style=\"font-size: 14px;\">Set in the picturesque village of Forres in Speyside, lies Benromach Distillery, where dedicated distillers use the finest Scottish ingredients to create their single malt Scotch whiskies. originally built in 1898, Benromach Distillery was brought back to life when the urquhart family realised a lifelong dream to own a distillery, which led to them purchasing it in 1993.</span></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\nBenromach is one of only a few distilleries in Scotland to use traditional methods, without any automated machinery. The close-knit team of distillers employ all their senses when crafting the single malt Scotch whiskies, managing the process by sight, sound and touch to create the unique, handcrafted and authentic Benromach taste. The whisky’s classic Speyside character is beautifully balanced with a light touch of smoke.\r\n\r\nMaking whisky by hand is a rare craft these days. The small team of distillers ensure that no short cuts are taken during the production process. The wash lingers for between three and five days in the wooden washbacks. When the heart of the run has been cut, the spirit rests in first fill oak casks where it gently matures, creating a unique character.\r\n\r\nBenromach’s multi award-winning flagship whisky, Benromach 10 Years Old is an impeccable dram. It exemplifies the classic Speyside single malt character, with notes of rich sherry, delicate spice, green apples and a touch of light peat smoke. It’s perfect for those who enjoy the sweet notes of a traditional Speyside whisky and it was recently <span style=\"font-size: 14px;\">honoured with a Gold medal at the World Whiskies Awards 2018. The longer maturation of Benromach 15 Years Old softens its smokiness to hints of charred oak, while developing the wood imbued character of succulent honey, vanilla and fruit. This stunning dram was recently crowned Best Speyside Single Malt Scotch Whisky at the World Whiskies Awards 2018.</span>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThis year, respected author Blair Bowman created the must-try Benromach cocktail, ‘The Speyside Grace’. The cocktail includes: 1 clementine; 50ml Benromach 10 Years Old; Juice of half a lemon; 2 tsps of simple sugar syrup.\r\n\r\nThis is a special year for Benromach as it celebrates 20 years of distilling and 25 years since the Urquhart family purchased the distillery. To mark this significant milestone, the Benromach 20th Anniversary Bottling was unveiled in April. Distilled in 1998, during the first year of production after the distillery reopened, just 3,000 bottles are available worldwide.\r\n\r\n<img class=\"alignleft size-full wp-image-1555\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.40.28.png\" alt=\"\" width=\"853\" height=\"628\" />\r\n\r\n</div>\r\n</div>\r\n</div>','A taste of Scotland','','inherit','closed','closed','','1552-revision-v1','','','2018-06-06 12:41:16','2018-06-06 12:41:16','',1552,'http://www.ontradeprogress.com/2018/06/06/1552-revision-v1/',0,'revision','',0),(1557,1,'2018-06-06 13:01:46','2018-06-06 13:01:46','<div class=\"page\" title=\"Page 48\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The UK hospitality industry is one of the UK’s biggest employers, providing jobs to seven percent of the working population. Businesses are rightly proud of the service they provide and their quality of output. However, hospitality is not largely seen as an appealing career choice for those entering the workforce, and this, combined with the uncertainty of Brexit and the lure of other sectors, is leading to a talent crisis for the sector.</strong>\r\n\r\n<img class=\"size-full wp-image-1558 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.53.29.png\" alt=\"\" width=\"256\" height=\"551\" /><span style=\"font-size: 14px;\">For any employer, recruitment is a serious challenge. Hiring great employees is </span><span style=\"font-size: 14px;\">still entirely possible however, and undeterred, businesses large and small are putting in place programmes that not only attract the talent they need, but also develop and retain it.</span>\r\n\r\n<span style=\"font-size: 14px;\">At Caterer.com, we’re focused on helping people find good jobs in this fantastic industry, and supporting employers in hiring the talent they need, in order for their businesses to thrive. Gettingit right is no easy task, but successful employers are focused on developing and delivering talent strategies and approaches that </span><span style=\"font-size: 14px;\">really deliver and retaining the people they want to hire.</span>\r\n\r\n<span style=\"font-size: 14px;\">Many employers are now concentrating on showcasing their employer brand </span><span style=\"font-size: 14px;\">to attract the people they need. This </span><span style=\"font-size: 14px;\">is something that any employer can embrace, whatever their size. Popular hamburger chain, Byron listened to their existing employees to develop an easily identifiable brand that worked to attract strong candidates. They adapted job adverts accordingly, selling the ‘people and fun’ side of Byron Hamburgers. Overall staff turnover dropped, and Byron recruited 128 new managers into the </span><span style=\"font-size: 14px;\">business, as a result of this campaign.</span>\r\n\r\n<span style=\"font-size: 14px;\">When it comes to retaining great employees, LEON Restaurants are leading the field. Eating well and living well are at the heart of the LEON brand, and to that end, the company opened a well-being space where staff can drop </span><span style=\"font-size: 14px;\">in and take training sessions free of charge, often from instructors who are also day to day LEON employees. Not only does this allow team members to express themselves as the people they are beyond their jobs, it further immerses employees in the culture of the company. This, together with other innovative programmes, has resulted in a range of benefits for the business including high staff retention rates.</span>\r\n\r\n<span style=\"font-size: 14px;\">Welcoming employees to the business </span><span style=\"font-size: 14px;\">in a professional and meaningful way, whether through a full on-boarding programme or on the job training, has </span><span style=\"font-size: 14px;\">a direct impact on retention rates, and productivity. So often, the first weeks </span><span style=\"font-size: 14px;\">in a role are hectic and unstructured, leaving the employee feeling unsure </span><span style=\"font-size: 14px;\">of their objectives and unsupported. Taking the time and effort to on-board new employees well is a worthwhile investment for any business. To combat this, National Theatre deliver a strong three-day training session and employ a variety of methods including hands-on interactive activities, quizzes, roleplay and games to welcome candidates and immerse them into the culture of the business. They also train staff across catering departments, giving new hires a </span><span style=\"font-size: 14px;\">360-degree view of the business.</span>\r\n\r\n<img class=\"wp-image-1559 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.54.31.png\" alt=\"\" width=\"231\" height=\"601\" /><span style=\"font-size: 14px;\">LEON, Byron and National Theatre are among the winners of our prestigious Caterer.com People </span><span style=\"font-size: 14px;\">Awards. These annual awards applaud and reward the bravest and best talent initiatives in the UK </span><span style=\"font-size: 14px;\">hospitality recruitment, retention and development. 13 awards are judged </span><span style=\"font-size: 14px;\">by panels of industry experts, who are continually impressed with the ground- breaking quality and imagination of talented employers from across the UK. These are employers of all sizes and from all regions. </span><span style=\"font-size: 14px;\">When it comes to hiring the talent the industry needs, hospitality employers are facing uncertain times. Those who innovate, learn </span><span style=\"font-size: 14px;\">from each other and seek to stand out to candidates, no matter what size their business may be, will continue to attract and retain the best talent. </span><span style=\"font-size: 14px;\">The awards ceremony and dinner </span><span style=\"font-size: 14px;\">is attended by over 500 hospitality professionals from UK hotels, restaurants, pubs, bars and food service employers. This year the event takes place on October 1st, 2018 at Park Plaza Westminster, London. Entry to the awards is free and easy to complete via the website. Caterer.com People Awards 2018 open for entries in May. For further details contact awards@caterer.com</span>\r\n\r\n<span style=\"font-size: 14px;\">To speak to Caterer.com about your recruitment challenges visit <a href=\"http://www.caterer.com\">www.caterer.com </a></span><span style=\"font-size: 14px;\">or call 0333 0145111</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;','Hiring great people in tough roles','','publish','closed','open','','hiring-great-people-in-tough-roles','','','2018-06-06 13:13:01','2018-06-06 13:13:01','',0,'http://www.ontradeprogress.com/?p=1557',0,'post','',0),(1558,1,'2018-06-06 12:54:10','2018-06-06 12:54:10','','Screen Shot 2018-06-06 at 13.53.29','','inherit','closed','closed','','screen-shot-2018-06-06-at-13-53-29','','','2018-06-06 12:54:10','2018-06-06 12:54:10','',1557,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.53.29.png',0,'attachment','image/png',0),(1559,1,'2018-06-06 12:54:49','2018-06-06 12:54:49','','Screen Shot 2018-06-06 at 13.54.31','','inherit','closed','closed','','screen-shot-2018-06-06-at-13-54-31','','','2018-06-06 12:54:49','2018-06-06 12:54:49','',1557,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.54.31.png',0,'attachment','image/png',0),(1560,1,'2018-06-06 13:01:10','2018-06-06 13:01:10','','Screen Shot 2018-06-06 at 13.47.12','','inherit','closed','closed','','screen-shot-2018-06-06-at-13-47-12','','','2018-06-06 13:01:10','2018-06-06 13:01:10','',1557,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.47.12.png',0,'attachment','image/png',0),(1561,1,'2018-06-06 13:01:22','2018-06-06 13:01:22','<div class=\"page\" title=\"Page 48\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The UK hospitality industry is one of the UK’s biggest employers, providing jobs to seven percent of the working population. Businesses are rightly proud of the service they provide and their quality of output. However, hospitality is not largely seen as an appealing career choice for those entering the workforce, and this, combined with the uncertainty of Brexit and the lure of other sectors, is leading to a talent crisis for the sector.</strong>\r\n\r\n<img class=\"size-full wp-image-1558 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.53.29.png\" alt=\"\" width=\"256\" height=\"551\" /><span style=\"font-size: 14px;\">For any employer, recruitment is a serious challenge. Hiring great employees is </span><span style=\"font-size: 14px;\">still entirely possible however, and undeterred, businesses large and small are putting in place programmes that not only attract the talent they need, but also develop and retain it.</span>\r\n\r\n<span style=\"font-size: 14px;\">At Caterer.com, we’re focused on helping people find good jobs in this fantastic industry, and supporting employers in hiring the talent they need, in order for their businesses to thrive. Gettingit right is no easy task, but successful employers are focused on developing and delivering talent strategies and approaches that </span><span style=\"font-size: 14px;\">really deliver and retaining the people they want to hire.</span>\r\n\r\n<span style=\"font-size: 14px;\">Many employers are now concentrating on showcasing their employer brand </span><span style=\"font-size: 14px;\">to attract the people they need. This </span><span style=\"font-size: 14px;\">is something that any employer can embrace, whatever their size. Popular hamburger chain, Byron listened to their existing employees to develop an easily identifiable brand that worked to attract strong candidates. They adapted job adverts accordingly, selling the ‘people and fun’ side of Byron Hamburgers. Overall staff turnover dropped, and Byron recruited 128 new managers into the </span><span style=\"font-size: 14px;\">business, as a result of this campaign.</span>\r\n\r\n<span style=\"font-size: 14px;\">When it comes to retaining great employees, LEON Restaurants are leading the field. Eating well and living well are at the heart of the LEON brand, and to that end, the company opened a well-being space where staff can drop </span><span style=\"font-size: 14px;\">in and take training sessions free of charge, often from instructors who are also day to day LEON employees. Not only does this allow team members to express themselves as the people they are beyond their jobs, it further immerses employees in the culture of the company. This, together with other innovative programmes, has resulted in a range of benefits for the business including high staff retention rates.</span>\r\n\r\n<span style=\"font-size: 14px;\">Welcoming employees to the business </span><span style=\"font-size: 14px;\">in a professional and meaningful way, whether through a full on-boarding programme or on the job training, has </span><span style=\"font-size: 14px;\">a direct impact on retention rates, and productivity. So often, the first weeks </span><span style=\"font-size: 14px;\">in a role are hectic and unstructured, leaving the employee feeling unsure </span><span style=\"font-size: 14px;\">of their objectives and unsupported. Taking the time and effort to on-board new employees well is a worthwhile investment for any business. To combat this, National Theatre deliver a strong three-day training session and employ a variety of methods including hands-on interactive activities, quizzes, roleplay and games to welcome candidates and immerse them into the culture of the business. They also train staff across catering departments, giving new hires a </span><span style=\"font-size: 14px;\">360-degree view of the business.</span>\r\n\r\n<img class=\"wp-image-1559 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.54.31.png\" alt=\"\" width=\"231\" height=\"601\" /><span style=\"font-size: 14px;\">LEON, Byron and National Theatre are among the winners of our prestigious Caterer.com People </span><span style=\"font-size: 14px;\">Awards. These annual awards applaud and reward the bravest and best talent initiatives in the UK </span><span style=\"font-size: 14px;\">hospitality recruitment, retention and development. 13 awards are judged </span><span style=\"font-size: 14px;\">by panels of industry experts, who are continually impressed with the ground- breaking quality and imagination of talented employers from across the UK. These are employers of all sizes and from all regions. </span><span style=\"font-size: 14px;\">When it comes to hiring the talent the industry needs, hospitality employers are facing uncertain times. Those who innovate, learn </span><span style=\"font-size: 14px;\">from each other and seek to stand out to candidates, no matter what size their business may be, will continue to attract and retain the best talent. </span><span style=\"font-size: 14px;\">The awards ceremony and dinner </span><span style=\"font-size: 14px;\">is attended by over 500 hospitality professionals from UK hotels, restaurants, pubs, bars and food service employers. This year the event takes place on October 1st, 2018 at Park Plaza Westminster, London. Entry to the awards is free and easy to complete via the website. Caterer.com People Awards 2018 open for entries in May. For further details contact awards@caterer.com</span>\r\n\r\n<span style=\"font-size: 14px;\">To speak to Caterer.com about your recruitment challenges visit www.caterer.com </span><span style=\"font-size: 14px;\">or call 0333 0145111</span>\r\n\r\n</div>\r\n</div>\r\n</div>','Hiring great people in tough roles','','inherit','closed','closed','','1557-revision-v1','','','2018-06-06 13:01:22','2018-06-06 13:01:22','',1557,'http://www.ontradeprogress.com/2018/06/06/1557-revision-v1/',0,'revision','',0),(1562,1,'2018-06-06 13:11:35','2018-06-06 13:11:35','<div class=\"page\" title=\"Page 48\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\n<strong>The UK hospitality industry is one of the UK’s biggest employers, providing jobs to seven percent of the working population. Businesses are rightly proud of the service they provide and their quality of output. However, hospitality is not largely seen as an appealing career choice for those entering the workforce, and this, combined with the uncertainty of Brexit and the lure of other sectors, is leading to a talent crisis for the sector.</strong>\n\n<img class=\"size-full wp-image-1558 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.53.29.png\" alt=\"\" width=\"256\" height=\"551\" /><span style=\"font-size: 14px;\">For any employer, recruitment is a serious challenge. Hiring great employees is </span><span style=\"font-size: 14px;\">still entirely possible however, and undeterred, businesses large and small are putting in place programmes that not only attract the talent they need, but also develop and retain it.</span>\n\n<span style=\"font-size: 14px;\">At Caterer.com, we’re focused on helping people find good jobs in this fantastic industry, and supporting employers in hiring the talent they need, in order for their businesses to thrive. Gettingit right is no easy task, but successful employers are focused on developing and delivering talent strategies and approaches that </span><span style=\"font-size: 14px;\">really deliver and retaining the people they want to hire.</span>\n\n<span style=\"font-size: 14px;\">Many employers are now concentrating on showcasing their employer brand </span><span style=\"font-size: 14px;\">to attract the people they need. This </span><span style=\"font-size: 14px;\">is something that any employer can embrace, whatever their size. Popular hamburger chain, Byron listened to their existing employees to develop an easily identifiable brand that worked to attract strong candidates. They adapted job adverts accordingly, selling the ‘people and fun’ side of Byron Hamburgers. Overall staff turnover dropped, and Byron recruited 128 new managers into the </span><span style=\"font-size: 14px;\">business, as a result of this campaign.</span>\n\n<span style=\"font-size: 14px;\">When it comes to retaining great employees, LEON Restaurants are leading the field. Eating well and living well are at the heart of the LEON brand, and to that end, the company opened a well-being space where staff can drop </span><span style=\"font-size: 14px;\">in and take training sessions free of charge, often from instructors who are also day to day LEON employees. Not only does this allow team members to express themselves as the people they are beyond their jobs, it further immerses employees in the culture of the company. This, together with other innovative programmes, has resulted in a range of benefits for the business including high staff retention rates.</span>\n\n<span style=\"font-size: 14px;\">Welcoming employees to the business </span><span style=\"font-size: 14px;\">in a professional and meaningful way, whether through a full on-boarding programme or on the job training, has </span><span style=\"font-size: 14px;\">a direct impact on retention rates, and productivity. So often, the first weeks </span><span style=\"font-size: 14px;\">in a role are hectic and unstructured, leaving the employee feeling unsure </span><span style=\"font-size: 14px;\">of their objectives and unsupported. Taking the time and effort to on-board new employees well is a worthwhile investment for any business. To combat this, National Theatre deliver a strong three-day training session and employ a variety of methods including hands-on interactive activities, quizzes, roleplay and games to welcome candidates and immerse them into the culture of the business. They also train staff across catering departments, giving new hires a </span><span style=\"font-size: 14px;\">360-degree view of the business.</span>\n\n<img class=\"wp-image-1559 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.54.31.png\" alt=\"\" width=\"231\" height=\"601\" /><span style=\"font-size: 14px;\">LEON, Byron and National Theatre are among the winners of our prestigious Caterer.com People </span><span style=\"font-size: 14px;\">Awards. These annual awards applaud and reward the bravest and best talent initiatives in the UK </span><span style=\"font-size: 14px;\">hospitality recruitment, retention and development. 13 awards are judged </span><span style=\"font-size: 14px;\">by panels of industry experts, who are continually impressed with the ground- breaking quality and imagination of talented employers from across the UK. These are employers of all sizes and from all regions. </span><span style=\"font-size: 14px;\">When it comes to hiring the talent the industry needs, hospitality employers are facing uncertain times. Those who innovate, learn </span><span style=\"font-size: 14px;\">from each other and seek to stand out to candidates, no matter what size their business may be, will continue to attract and retain the best talent. </span><span style=\"font-size: 14px;\">The awards ceremony and dinner </span><span style=\"font-size: 14px;\">is attended by over 500 hospitality professionals from UK hotels, restaurants, pubs, bars and food service employers. This year the event takes place on October 1st, 2018 at Park Plaza Westminster, London. Entry to the awards is free and easy to complete via the website. Caterer.com People Awards 2018 open for entries in May. For further details contact awards@caterer.com</span>\n\n<span style=\"font-size: 14px;\">To speak to Caterer.com about your recruitment challenges visit www.caterer.com </span><span style=\"font-size: 14px;\">or call 0333 0145111</span>\n\n</div>\n</div>\n</div>','Hiring great people in tough roles','','inherit','closed','closed','','1557-autosave-v1','','','2018-06-06 13:11:35','2018-06-06 13:11:35','',1557,'http://www.ontradeprogress.com/2018/06/06/1557-autosave-v1/',0,'revision','',0),(1563,1,'2018-06-06 13:13:01','2018-06-06 13:13:01','<div class=\"page\" title=\"Page 48\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The UK hospitality industry is one of the UK’s biggest employers, providing jobs to seven percent of the working population. Businesses are rightly proud of the service they provide and their quality of output. However, hospitality is not largely seen as an appealing career choice for those entering the workforce, and this, combined with the uncertainty of Brexit and the lure of other sectors, is leading to a talent crisis for the sector.</strong>\r\n\r\n<img class=\"size-full wp-image-1558 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.53.29.png\" alt=\"\" width=\"256\" height=\"551\" /><span style=\"font-size: 14px;\">For any employer, recruitment is a serious challenge. Hiring great employees is </span><span style=\"font-size: 14px;\">still entirely possible however, and undeterred, businesses large and small are putting in place programmes that not only attract the talent they need, but also develop and retain it.</span>\r\n\r\n<span style=\"font-size: 14px;\">At Caterer.com, we’re focused on helping people find good jobs in this fantastic industry, and supporting employers in hiring the talent they need, in order for their businesses to thrive. Gettingit right is no easy task, but successful employers are focused on developing and delivering talent strategies and approaches that </span><span style=\"font-size: 14px;\">really deliver and retaining the people they want to hire.</span>\r\n\r\n<span style=\"font-size: 14px;\">Many employers are now concentrating on showcasing their employer brand </span><span style=\"font-size: 14px;\">to attract the people they need. This </span><span style=\"font-size: 14px;\">is something that any employer can embrace, whatever their size. Popular hamburger chain, Byron listened to their existing employees to develop an easily identifiable brand that worked to attract strong candidates. They adapted job adverts accordingly, selling the ‘people and fun’ side of Byron Hamburgers. Overall staff turnover dropped, and Byron recruited 128 new managers into the </span><span style=\"font-size: 14px;\">business, as a result of this campaign.</span>\r\n\r\n<span style=\"font-size: 14px;\">When it comes to retaining great employees, LEON Restaurants are leading the field. Eating well and living well are at the heart of the LEON brand, and to that end, the company opened a well-being space where staff can drop </span><span style=\"font-size: 14px;\">in and take training sessions free of charge, often from instructors who are also day to day LEON employees. Not only does this allow team members to express themselves as the people they are beyond their jobs, it further immerses employees in the culture of the company. This, together with other innovative programmes, has resulted in a range of benefits for the business including high staff retention rates.</span>\r\n\r\n<span style=\"font-size: 14px;\">Welcoming employees to the business </span><span style=\"font-size: 14px;\">in a professional and meaningful way, whether through a full on-boarding programme or on the job training, has </span><span style=\"font-size: 14px;\">a direct impact on retention rates, and productivity. So often, the first weeks </span><span style=\"font-size: 14px;\">in a role are hectic and unstructured, leaving the employee feeling unsure </span><span style=\"font-size: 14px;\">of their objectives and unsupported. Taking the time and effort to on-board new employees well is a worthwhile investment for any business. To combat this, National Theatre deliver a strong three-day training session and employ a variety of methods including hands-on interactive activities, quizzes, roleplay and games to welcome candidates and immerse them into the culture of the business. They also train staff across catering departments, giving new hires a </span><span style=\"font-size: 14px;\">360-degree view of the business.</span>\r\n\r\n<img class=\"wp-image-1559 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-13.54.31.png\" alt=\"\" width=\"231\" height=\"601\" /><span style=\"font-size: 14px;\">LEON, Byron and National Theatre are among the winners of our prestigious Caterer.com People </span><span style=\"font-size: 14px;\">Awards. These annual awards applaud and reward the bravest and best talent initiatives in the UK </span><span style=\"font-size: 14px;\">hospitality recruitment, retention and development. 13 awards are judged </span><span style=\"font-size: 14px;\">by panels of industry experts, who are continually impressed with the ground- breaking quality and imagination of talented employers from across the UK. These are employers of all sizes and from all regions. </span><span style=\"font-size: 14px;\">When it comes to hiring the talent the industry needs, hospitality employers are facing uncertain times. Those who innovate, learn </span><span style=\"font-size: 14px;\">from each other and seek to stand out to candidates, no matter what size their business may be, will continue to attract and retain the best talent. </span><span style=\"font-size: 14px;\">The awards ceremony and dinner </span><span style=\"font-size: 14px;\">is attended by over 500 hospitality professionals from UK hotels, restaurants, pubs, bars and food service employers. This year the event takes place on October 1st, 2018 at Park Plaza Westminster, London. Entry to the awards is free and easy to complete via the website. Caterer.com People Awards 2018 open for entries in May. For further details contact awards@caterer.com</span>\r\n\r\n<span style=\"font-size: 14px;\">To speak to Caterer.com about your recruitment challenges visit <a href=\"http://www.caterer.com\">www.caterer.com </a></span><span style=\"font-size: 14px;\">or call 0333 0145111</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;','Hiring great people in tough roles','','inherit','closed','closed','','1557-revision-v1','','','2018-06-06 13:13:01','2018-06-06 13:13:01','',1557,'http://www.ontradeprogress.com/2018/06/06/1557-revision-v1/',0,'revision','',0),(1564,1,'2018-06-06 14:15:47','2018-06-06 14:15:47','<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The boiling water, the sizzle of the onion in the sauce, the browning </strong><strong>of bread, the softness of meat: the kitchen is the cook’s studio and there we find their tools. The dishes are their artworks, the aromas and scents are their palette. Despite this romanticism, strong and mighty appliances don’t all stand the test of time and inevitably deteriorate. All good things do come to an end.</strong>\r\n\r\n<img class=\"wp-image-1565 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.05.28.png\" alt=\"\" width=\"193\" height=\"279\" />A great venue with a worn kitchen is much like a grand cruise ship with a poor engine room. Theylook great on the surface, to owners and customers alike. But when it really matters, both are going to struggle to help your customers journey to the intended destinations of Rome, Paris or New York.\r\n\r\nAn outdated kitchen can lead to impacts on quality, production time, brand image and customer experience. With many of our readers faced with this challenge, On-Trade Progress teamed up with Blueberry Professional to discuss some of the best ways to ditch the old, bring in the new and truly revolutionise your kitchen!\r\n\r\n<strong>Bernardi Miss Baker range of dough mixers </strong>\r\n\r\nPerfect for Gastro pubs making speciality breads for your menus, these machines can also produce confectioneries, bread of high hydration, basic dough for pizza, focaccia, croissants, short pastry, flaky pastry and egg pasta, as well as refreshments for sourdough.\r\n\r\n<strong>Why Miss Baker?</strong>\r\n<ul>\r\n 	<li>Perfect for leavened doughs and for high hydration products superior to 55%.</li>\r\n 	<li>Respects the nature of the elements used.</li>\r\n 	<li>Extractable arms realised with a special anti-adhesive ceramic microspheres treatment: easy to clean, the dough doesn’t stick to the arms.</li>\r\n 	<li>Doesn’t require ordinary maintenance * Fantastic value for money.</li>\r\n 	<li>Compact design means easy storage and a very stable unit.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 14px;\">Staff ice systems?</strong>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\nStaff ice Systems produce a fantastic, innovative range of machines which will help with a variety of culinary needs. Gelato, Ice creams, sorbet, custard, pastries, jams, yoghurt, panna cotta, sauces and even cheeses! Through excellent Italian craftsmanship, Staff Ice Systems value all aspects of their preparations from start to finish.\r\n\r\n<strong>Why Staff Ice Systems’ Smart Mix?</strong>\r\n<ul>\r\n 	<li>Expert technologies developed alongside Toshiba <span style=\"font-size: 14px;\">for professional users.</span></li>\r\n 	<li>Vertical and round tanks allow you to prepare condensed mixes and save immediately the 30% of power supply.</li>\r\n 	<li>Transparent lid allows you to check the state of the mix throughout the whole production cycle.</li>\r\n 	<li>Front control panel with favourite icons for a fast selection of mixing, pasteurising, custard cream, cooling and recipes’ programs.</li>\r\n 	<li>Double lid to insert the ingredients while the agitator is moving.</li>\r\n 	<li>Half load function to work even with small quantities of cream mixes.</li>\r\n</ul>\r\n&nbsp;\r\n<div class=\"page\" title=\"Page 35\">\r\n<div class=\"layoutArea\">\r\n\r\n<strong>Rational VarloCookingCentre and SelfCookingCentre Combi - Massive space and energy savers. </strong>\r\n\r\nWhether you’re a small operation focusing on a la carte menus or a large kitchen with high demands, the combination of SelfCookingCenter and VarioCookingCenter, achieve the best food quality, optimise your workflows and keep costs under contr\r\n\r\nol. For 500 or thousands of meals: thanks to the different appliance sizes, these appliances will always find the right solution for your business. These revolutionary kitchen appliances will truly transform the way a kitchen operates. With the combination of the two, users can boil, stew, braise, blanch, pressure cook, bake, pan fry, gratinate, grill and even deep fry!\r\n\r\n<strong>Why VarioCookingCentre &amp; SelfCookingCentre?</strong>\r\n<ul>\r\n 	<li><img class=\"wp-image-1566 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.06.05.png\" alt=\"\" width=\"218\" height=\"460\" /><span style=\"font-size: 14px;\">Massive space savers. With multiple kitchen areas and appliances condensed down to just two units. </span></li>\r\n 	<li><span style=\"font-size: 14px;\">Large areas of kitchen space can then be put to better use. </span><span style=\"font-size: 14px;\">Reducing kitchen space up to 30%.</span></li>\r\n 	<li style=\"font-size: 14px;\">Minimal monitoring or checking required.</li>\r\n 	<li style=\"font-size: 14px;\">Cooking intelligence that does it all for you.</li>\r\n 	<li style=\"font-size: 14px;\">Maximum energy efficiency.</li>\r\n 	<li style=\"font-size: 14px;\">Up to 10% less consumption of raw materials.</li>\r\n 	<li style=\"font-size: 14px;\">Cooks different foods at the same time.</li>\r\n 	<li style=\"font-size: 14px;\">Automatic cleaning and descaling.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>YesOvens</strong>\r\n\r\n<span style=\"font-size: 14px;\">Art surrounds us, embraces us, is vital. YesOvens deal with the art of heat and </span>do it in a precise, innovative way, without any boundaries of space and time, in any part of the world, in any season of the year. Contemporary art is their inspiration, the oven is their work. Balance &amp; Know- how These are the features that have always characterised YesOvens, a dynamic company, a team of experts\r\n\r\n<span style=\"font-size: 14px;\">who develop every day the best solutions for professional ovens. The ovens are made of heart and ingenuity; they are thoughtfully designed for all those professionals who look for exceptional performance and reliability, combined to a simple innovative system.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Why YesOvens?</strong>\r\n<div class=\"column\">\r\n<ul>\r\n 	<li>Top level technical and production solutions: state-of-the-art technology.</li>\r\n 	<li><span style=\"font-size: 14px;\">The tight cooking chamber is mould made and continuously welded to allow a maximum hygiene and easy cleaning according to HACCP standard.</span></li>\r\n 	<li>Yessteam allows to set up the exact humidity for any kind of food optimising cooking system keeping organoleptic features of any recipe, with the lowest energy consumption</li>\r\n 	<li>A continuously updated recipes data base is available, you can choose a different dish every day</li>\r\n 	<li>Thanks to USB port you can load your recipes and your data any time. A professional chefs team is working every day to test and find new flavours and recipes for all your needs</li>\r\n 	<li>The innovative, easy, user friendly control board allows you to exploit at the best oven technologies. It enables to manage 5+1 cooking steps to store 147 programs and to fix title and pictures</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','All things don\'t need to be equal','','publish','closed','open','','all-things-dont-need-to-be-equal','','','2018-06-06 14:21:13','2018-06-06 14:21:13','',0,'http://www.ontradeprogress.com/?p=1564',0,'post','',0),(1565,1,'2018-06-06 14:06:32','2018-06-06 14:06:32','','Screen Shot 2018-06-06 at 15.05.28','','inherit','closed','closed','','screen-shot-2018-06-06-at-15-05-28','','','2018-06-06 14:06:32','2018-06-06 14:06:32','',1564,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.05.28.png',0,'attachment','image/png',0),(1566,1,'2018-06-06 14:06:40','2018-06-06 14:06:40','','Screen Shot 2018-06-06 at 15.06.05','','inherit','closed','closed','','screen-shot-2018-06-06-at-15-06-05','','','2018-06-06 14:06:40','2018-06-06 14:06:40','',1564,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.06.05.png',0,'attachment','image/png',0),(1567,1,'2018-06-06 14:06:46','2018-06-06 14:06:46','','Screen Shot 2018-06-06 at 15.04.56','','inherit','closed','closed','','screen-shot-2018-06-06-at-15-04-56','','','2018-06-06 14:06:46','2018-06-06 14:06:46','',1564,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.04.56.png',0,'attachment','image/png',0),(1568,1,'2018-06-06 14:10:47','2018-06-06 14:10:47','<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The boiling water, the sizzle of the onion in the sauce, the browning</strong>\r\n<strong>of bread, the softness of meat: the kitchen is the cook’s studio and there we find their tools. The dishes are their artworks, the aromas and scents are their palette. Despite this romanticism, strong and mighty appliances don’t all stand the test of time and inevitably deteriorate. All good things do come to an end.</strong>\r\n\r\n<img class=\"wp-image-1565 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.05.28.png\" alt=\"\" width=\"193\" height=\"279\" />A great venue with a worn kitchen is much like a grand cruise ship with a poor engine room. Theylook great on the surface, to owners and customers alike. But when it really matters, both are going to struggle to help your customers journey to the intended destinations of Rome, Paris or New York.\r\n\r\nAn outdated kitchen can lead to impacts on quality, production time, brand image and customer experience. With many of our readers faced with this challenge, On-Trade Progress teamed up with Blueberry Professional to discuss some of the best ways to ditch the old, bring in the new and truly revolutionise your kitchen!\r\n\r\n<strong>Bernardi Miss Baker range of dough mixers </strong>\r\n\r\nPerfect for Gastro pubs making speciality breads for your menus, these machines can also produce confectioneries, bread of high hydration, basic dough for pizza, focaccia, croissants, short pastry, flaky pastry and egg pasta, as well as refreshments for sourdough.\r\n\r\n<strong>Why Miss Baker?</strong>\r\n<ul>\r\n 	<li>Perfect for leavened doughs and for high hydration products superior to 55%.</li>\r\n 	<li>Respects the nature of the elements used.</li>\r\n 	<li>Extractable arms realised with a special anti-adhesive ceramic microspheres treatment: easy to clean, the dough doesn’t stick to the arms.</li>\r\n 	<li>Doesn’t require ordinary maintenance * Fantastic value for money.</li>\r\n 	<li>Compact design means easy storage and a very stable unit.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 14px;\">Staff ice systems?</strong>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\nStaff ice Systems produce a fantastic, innovative range of machines which will help with a variety of culinary needs. Gelato, Ice creams, sorbet, custard, pastries, jams, yoghurt, panna cotta, sauces and even cheeses! Through excellent Italian craftsmanship, Staff Ice Systems value all aspects of their preparations from start to finish.\r\n\r\n<strong>Why Staff Ice Systems’ Smart Mix?</strong>\r\n<ul>\r\n 	<li>Expert technologies developed alongside Toshiba <span style=\"font-size: 14px;\">for professional users.</span></li>\r\n 	<li>Vertical and round tanks allow you to prepare condensed mixes and save immediately the 30% of power supply.</li>\r\n 	<li>Transparent lid allows you to check the state of the mix throughout the whole production cycle.</li>\r\n 	<li>Front control panel with favourite icons for a fast selection of mixing, pasteurising, custard cream, cooling and recipes’ programs.</li>\r\n 	<li>Double lid to insert the ingredients while the agitator is moving.</li>\r\n 	<li>Half load function to work even with small quantities of cream mixes.</li>\r\n</ul>\r\n&nbsp;\r\n<div class=\"page\" title=\"Page 35\">\r\n<div class=\"layoutArea\">\r\n\r\n<strong>Rational VarloCookingCentre and SelfCookingCentre Combi - Massive space and energy savers. </strong>\r\n\r\nWhether you’re a small operation focusing on a la carte menus or a large kitchen with high demands, the combination of SelfCookingCenter and VarioCookingCenter, achieve the best food quality, optimise your workflows and keep costs under contr\r\n\r\nol. For 500 or thousands of meals: thanks to the different appliance sizes, these appliances will always find the right solution for your business. These revolutionary kitchen appliances will truly transform the way a kitchen operates. With the combination of the two, users can boil, stew, braise, blanch, pressure cook, bake, pan fry, gratinate, grill and even deep fry!\r\n\r\n<strong>Why VarioCookingCentre &amp; SelfCookingCentre?</strong>\r\n<ul>\r\n 	<li><img class=\"wp-image-1566 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.06.05.png\" alt=\"\" width=\"218\" height=\"460\" /><span style=\"font-size: 14px;\">Massive space savers. With multiple kitchen areas and appliances condensed down to just two units. Large areas of kitchen space can then be put to better use. Reducing kitchen space up to 30%.</span></li>\r\n 	<li style=\"font-size: 14px;\">Minimal monitoring or checking required.</li>\r\n 	<li style=\"font-size: 14px;\">Cooking intelligence that does it all for you.</li>\r\n 	<li style=\"font-size: 14px;\">Maximum energy efficiency.</li>\r\n 	<li style=\"font-size: 14px;\">Up to 10% less consumption of raw materials.</li>\r\n 	<li style=\"font-size: 14px;\">Cooks different foods at the same time.</li>\r\n 	<li style=\"font-size: 14px;\">Automatic cleaning and descaling.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>YesOvens</strong>\r\n\r\n<span style=\"font-size: 14px;\">Art surrounds us, embraces us, is vital. YesOvens deal with the art of heat and </span>do it in a precise, innovative way, without any boundaries of space and time, in any part of the world, in any season of the year. Contemporary art is their inspiration, the oven is their work. Balance &amp; Know- how These are the features that have always characterised YesOvens, a dynamic company, a team of experts\r\n\r\n<span style=\"font-size: 14px;\">who develop every day the best solutions for professional ovens. The ovens are made of heart and ingenuity; they are thoughtfully designed for all those professionals who look for exceptional performance and reliability, combined to a simple innovative system.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Why YesOvens?</strong>\r\n<div class=\"column\">\r\n<ul>\r\n 	<li>Top level technical and production solutions: state-of-the-art technology.</li>\r\n 	<li><span style=\"font-size: 14px;\">The tight cooking chamber is mould made and continuously welded to allow a maximum hygiene and easy cleaning according to HACCP standard.</span></li>\r\n 	<li>Yessteam allows to set up the exact humidity for any kind of food optimising cooking system keeping organoleptic features of any recipe, with the lowest energy consumption</li>\r\n 	<li>A continuously updated recipes data base is available, you can choose a different dish every day</li>\r\n 	<li>Thanks to USB port you can load your recipes and your data any time. A professional chefs team is working every day to test and find new flavours and recipes for all your needs</li>\r\n 	<li>The innovative, easy, user friendly control board allows you to exploit at the best oven technologies. It enables to manage 5+1 cooking steps to store 147 programs and to fix title and pictures</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','All things don\'t need to be equal','','inherit','closed','closed','','1564-revision-v1','','','2018-06-06 14:10:47','2018-06-06 14:10:47','',1564,'http://www.ontradeprogress.com/2018/06/06/1564-revision-v1/',0,'revision','',0),(1569,1,'2018-06-06 14:15:47','2018-06-06 14:15:47','<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The boiling water, the sizzle of the onion in the sauce, the browning</strong>\r\n<strong>of bread, the softness of meat: the kitchen is the cook’s studio and there we find their tools. The dishes are their artworks, the aromas and scents are their palette. Despite this romanticism, strong and mighty appliances don’t all stand the test of time and inevitably deteriorate. All good things do come to an end.</strong>\r\n\r\n<img class=\"wp-image-1565 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.05.28.png\" alt=\"\" width=\"193\" height=\"279\" />A great venue with a worn kitchen is much like a grand cruise ship with a poor engine room. Theylook great on the surface, to owners and customers alike. But when it really matters, both are going to struggle to help your customers journey to the intended destinations of Rome, Paris or New York.\r\n\r\nAn outdated kitchen can lead to impacts on quality, production time, brand image and customer experience. With many of our readers faced with this challenge, On-Trade Progress teamed up with Blueberry Professional to discuss some of the best ways to ditch the old, bring in the new and truly revolutionise your kitchen!\r\n\r\n<strong>Bernardi Miss Baker range of dough mixers </strong>\r\n\r\nPerfect for Gastro pubs making speciality breads for your menus, these machines can also produce confectioneries, bread of high hydration, basic dough for pizza, focaccia, croissants, short pastry, flaky pastry and egg pasta, as well as refreshments for sourdough.\r\n\r\n<strong>Why Miss Baker?</strong>\r\n<ul>\r\n 	<li>Perfect for leavened doughs and for high hydration products superior to 55%.</li>\r\n 	<li>Respects the nature of the elements used.</li>\r\n 	<li>Extractable arms realised with a special anti-adhesive ceramic microspheres treatment: easy to clean, the dough doesn’t stick to the arms.</li>\r\n 	<li>Doesn’t require ordinary maintenance * Fantastic value for money.</li>\r\n 	<li>Compact design means easy storage and a very stable unit.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 14px;\">Staff ice systems?</strong>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\nStaff ice Systems produce a fantastic, innovative range of machines which will help with a variety of culinary needs. Gelato, Ice creams, sorbet, custard, pastries, jams, yoghurt, panna cotta, sauces and even cheeses! Through excellent Italian craftsmanship, Staff Ice Systems value all aspects of their preparations from start to finish.\r\n\r\n<strong>Why Staff Ice Systems’ Smart Mix?</strong>\r\n<ul>\r\n 	<li>Expert technologies developed alongside Toshiba <span style=\"font-size: 14px;\">for professional users.</span></li>\r\n 	<li>Vertical and round tanks allow you to prepare condensed mixes and save immediately the 30% of power supply.</li>\r\n 	<li>Transparent lid allows you to check the state of the mix throughout the whole production cycle.</li>\r\n 	<li>Front control panel with favourite icons for a fast selection of mixing, pasteurising, custard cream, cooling and recipes’ programs.</li>\r\n 	<li>Double lid to insert the ingredients while the agitator is moving.</li>\r\n 	<li>Half load function to work even with small quantities of cream mixes.</li>\r\n</ul>\r\n&nbsp;\r\n<div class=\"page\" title=\"Page 35\">\r\n<div class=\"layoutArea\">\r\n\r\n<strong>Rational VarloCookingCentre and SelfCookingCentre Combi - Massive space and energy savers. </strong>\r\n\r\nWhether you’re a small operation focusing on a la carte menus or a large kitchen with high demands, the combination of SelfCookingCenter and VarioCookingCenter, achieve the best food quality, optimise your workflows and keep costs under contr\r\n\r\nol. For 500 or thousands of meals: thanks to the different appliance sizes, these appliances will always find the right solution for your business. These revolutionary kitchen appliances will truly transform the way a kitchen operates. With the combination of the two, users can boil, stew, braise, blanch, pressure cook, bake, pan fry, gratinate, grill and even deep fry!\r\n\r\n<strong>Why VarioCookingCentre &amp; SelfCookingCentre?</strong>\r\n<ul>\r\n 	<li><img class=\"wp-image-1566 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.06.05.png\" alt=\"\" width=\"218\" height=\"460\" /><span style=\"font-size: 14px;\">Massive space savers. With multiple kitchen areas and appliances condensed down to just two units. </span></li>\r\n 	<li><span style=\"font-size: 14px;\">Large areas of kitchen space can then be put to better use. </span><span style=\"font-size: 14px;\">Reducing kitchen space up to 30%.</span></li>\r\n 	<li style=\"font-size: 14px;\">Minimal monitoring or checking required.</li>\r\n 	<li style=\"font-size: 14px;\">Cooking intelligence that does it all for you.</li>\r\n 	<li style=\"font-size: 14px;\">Maximum energy efficiency.</li>\r\n 	<li style=\"font-size: 14px;\">Up to 10% less consumption of raw materials.</li>\r\n 	<li style=\"font-size: 14px;\">Cooks different foods at the same time.</li>\r\n 	<li style=\"font-size: 14px;\">Automatic cleaning and descaling.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>YesOvens</strong>\r\n\r\n<span style=\"font-size: 14px;\">Art surrounds us, embraces us, is vital. YesOvens deal with the art of heat and </span>do it in a precise, innovative way, without any boundaries of space and time, in any part of the world, in any season of the year. Contemporary art is their inspiration, the oven is their work. Balance &amp; Know- how These are the features that have always characterised YesOvens, a dynamic company, a team of experts\r\n\r\n<span style=\"font-size: 14px;\">who develop every day the best solutions for professional ovens. The ovens are made of heart and ingenuity; they are thoughtfully designed for all those professionals who look for exceptional performance and reliability, combined to a simple innovative system.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Why YesOvens?</strong>\r\n<div class=\"column\">\r\n<ul>\r\n 	<li>Top level technical and production solutions: state-of-the-art technology.</li>\r\n 	<li><span style=\"font-size: 14px;\">The tight cooking chamber is mould made and continuously welded to allow a maximum hygiene and easy cleaning according to HACCP standard.</span></li>\r\n 	<li>Yessteam allows to set up the exact humidity for any kind of food optimising cooking system keeping organoleptic features of any recipe, with the lowest energy consumption</li>\r\n 	<li>A continuously updated recipes data base is available, you can choose a different dish every day</li>\r\n 	<li>Thanks to USB port you can load your recipes and your data any time. A professional chefs team is working every day to test and find new flavours and recipes for all your needs</li>\r\n 	<li>The innovative, easy, user friendly control board allows you to exploit at the best oven technologies. It enables to manage 5+1 cooking steps to store 147 programs and to fix title and pictures</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','All things don\'t need to be equal','','inherit','closed','closed','','1564-revision-v1','','','2018-06-06 14:15:47','2018-06-06 14:15:47','',1564,'http://www.ontradeprogress.com/2018/06/06/1564-revision-v1/',0,'revision','',0),(1570,1,'2018-06-06 14:20:25','2018-06-06 14:20:25','<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The boiling water, the sizzle of the onion in the sauce, the browning </strong><strong>of bread, the softness of meat: the kitchen is the cook’s studio and there we find their tools. The dishes are their artworks, the aromas and scents are their palette. Despite this romanticism, strong and mighty appliances don’t all stand the test of time and inevitably deteriorate. All good things do come to an end.</strong>\r\n\r\n<img class=\"wp-image-1565 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.05.28.png\" alt=\"\" width=\"193\" height=\"279\" />A great venue with a worn kitchen is much like a grand cruise ship with a poor engine room. Theylook great on the surface, to owners and customers alike. But when it really matters, both are going to struggle to help your customers journey to the intended destinations of Rome, Paris or New York.\r\n\r\nAn outdated kitchen can lead to impacts on quality, production time, brand image and customer experience. With many of our readers faced with this challenge, On-Trade Progress teamed up with Blueberry Professional to discuss some of the best ways to ditch the old, bring in the new and truly revolutionise your kitchen!\r\n\r\n<strong>Bernardi Miss Baker range of dough mixers </strong>\r\n\r\nPerfect for Gastro pubs making speciality breads for your menus, these machines can also produce confectioneries, bread of high hydration, basic dough for pizza, focaccia, croissants, short pastry, flaky pastry and egg pasta, as well as refreshments for sourdough.\r\n\r\n<strong>Why Miss Baker?</strong>\r\n<ul>\r\n 	<li>Perfect for leavened doughs and for high hydration products superior to 55%.</li>\r\n 	<li>Respects the nature of the elements used.</li>\r\n 	<li>Extractable arms realised with a special anti-adhesive ceramic microspheres treatment: easy to clean, the dough doesn’t stick to the arms.</li>\r\n 	<li>Doesn’t require ordinary maintenance * Fantastic value for money.</li>\r\n 	<li>Compact design means easy storage and a very stable unit.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 14px;\">Staff ice systems?</strong>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\nStaff ice Systems produce a fantastic, innovative range of machines which will help with a variety of culinary needs. Gelato, Ice creams, sorbet, custard, pastries, jams, yoghurt, panna cotta, sauces and even cheeses! Through excellent Italian craftsmanship, Staff Ice Systems value all aspects of their preparations from start to finish.\r\n\r\n<strong>Why Staff Ice Systems’ Smart Mix?</strong>\r\n<ul>\r\n 	<li>Expert technologies developed alongside Toshiba <span style=\"font-size: 14px;\">for professional users.</span></li>\r\n 	<li>Vertical and round tanks allow you to prepare condensed mixes and save immediately the 30% of power supply.</li>\r\n 	<li>Transparent lid allows you to check the state of the mix throughout the whole production cycle.</li>\r\n 	<li>Front control panel with favourite icons for a fast selection of mixing, pasteurising, custard cream, cooling and recipes’ programs.</li>\r\n 	<li>Double lid to insert the ingredients while the agitator is moving.</li>\r\n 	<li>Half load function to work even with small quantities of cream mixes.</li>\r\n</ul>\r\n&nbsp;\r\n<div class=\"page\" title=\"Page 35\">\r\n<div class=\"layoutArea\">\r\n\r\n<strong>Rational VarloCookingCentre and SelfCookingCentre Combi - Massive space and energy savers. </strong>\r\n\r\nWhether you’re a small operation focusing on a la carte menus or a large kitchen with high demands, the combination of SelfCookingCenter and VarioCookingCenter, achieve the best food quality, optimise your workflows and keep costs under contr\r\n\r\nol. For 500 or thousands of meals: thanks to the different appliance sizes, these appliances will always find the right solution for your business. These revolutionary kitchen appliances will truly transform the way a kitchen operates. With the combination of the two, users can boil, stew, braise, blanch, pressure cook, bake, pan fry, gratinate, grill and even deep fry!\r\n\r\n<strong>Why VarioCookingCentre &amp; SelfCookingCentre?</strong>\r\n<ul>\r\n 	<li><img class=\"wp-image-1566 alignright\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-06-at-15.06.05.png\" alt=\"\" width=\"218\" height=\"460\" /><span style=\"font-size: 14px;\">Massive space savers. With multiple kitchen areas and appliances condensed down to just two units. </span></li>\r\n 	<li><span style=\"font-size: 14px;\">Large areas of kitchen space can then be put to better use. </span><span style=\"font-size: 14px;\">Reducing kitchen space up to 30%.</span></li>\r\n 	<li style=\"font-size: 14px;\">Minimal monitoring or checking required.</li>\r\n 	<li style=\"font-size: 14px;\">Cooking intelligence that does it all for you.</li>\r\n 	<li style=\"font-size: 14px;\">Maximum energy efficiency.</li>\r\n 	<li style=\"font-size: 14px;\">Up to 10% less consumption of raw materials.</li>\r\n 	<li style=\"font-size: 14px;\">Cooks different foods at the same time.</li>\r\n 	<li style=\"font-size: 14px;\">Automatic cleaning and descaling.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>YesOvens</strong>\r\n\r\n<span style=\"font-size: 14px;\">Art surrounds us, embraces us, is vital. YesOvens deal with the art of heat and </span>do it in a precise, innovative way, without any boundaries of space and time, in any part of the world, in any season of the year. Contemporary art is their inspiration, the oven is their work. Balance &amp; Know- how These are the features that have always characterised YesOvens, a dynamic company, a team of experts\r\n\r\n<span style=\"font-size: 14px;\">who develop every day the best solutions for professional ovens. The ovens are made of heart and ingenuity; they are thoughtfully designed for all those professionals who look for exceptional performance and reliability, combined to a simple innovative system.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Why YesOvens?</strong>\r\n<div class=\"column\">\r\n<ul>\r\n 	<li>Top level technical and production solutions: state-of-the-art technology.</li>\r\n 	<li><span style=\"font-size: 14px;\">The tight cooking chamber is mould made and continuously welded to allow a maximum hygiene and easy cleaning according to HACCP standard.</span></li>\r\n 	<li>Yessteam allows to set up the exact humidity for any kind of food optimising cooking system keeping organoleptic features of any recipe, with the lowest energy consumption</li>\r\n 	<li>A continuously updated recipes data base is available, you can choose a different dish every day</li>\r\n 	<li>Thanks to USB port you can load your recipes and your data any time. A professional chefs team is working every day to test and find new flavours and recipes for all your needs</li>\r\n 	<li>The innovative, easy, user friendly control board allows you to exploit at the best oven technologies. It enables to manage 5+1 cooking steps to store 147 programs and to fix title and pictures</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 34\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','All things don\'t need to be equal','','inherit','closed','closed','','1564-revision-v1','','','2018-06-06 14:20:25','2018-06-06 14:20:25','',1564,'http://www.ontradeprogress.com/2018/06/06/1564-revision-v1/',0,'revision','',0),(1572,1,'2018-06-07 14:21:41','2018-06-07 14:21:41','<img class=\"size-full wp-image-1431 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf-1-.jpg\" alt=\"\" width=\"111\" height=\"158\" />\r\n\r\n<strong>The new WMF 1500 S+ combines technological sophistication with simple operation. The innovative \"Dynamic Coffee Assist\" guarantees the highest quality of all espresso-based coffee specialities and the 10-inch touch display enables rapid access to the main menu using touch and swipe gestures. One of the highlights however is that the WMF 1500 S+ is IoT compatible as standard and therefore provides uncomplicated access to the digital solution “WMF CoffeeConnect”.</strong>\r\n\r\nWMF CoffeeConnect allows for the optimization of your coffee business with the most innovative tailor-made digital solutions. With its integrated database, customisable promotional offers and 10-inch touch display makes for a coffee machine masterpiece. The digital display can derive sales figures, sales volumes, service information and error messages, all of which can be viewed on a computer or mobile device at any time and from any location.\r\n\r\nWMF CoffeeConnect ensures that important applications, standard reports as well as, processes related to the management and operation of your coffee machine are significantly optimised and directly available with the freemium packages. With additional applications and features available with the Premium packages. In addition, business analysts at WMF provide support for customized analyses, solutions and offer advice relating to improving processes and maximising your coffee business.\r\n\r\n<a href=\"http://wmf-coffeemachines.uk.com\">wmf-coffeemachines.uk.com </a>','The all new WMF CoffeeConnect','','inherit','closed','closed','','1429-autosave-v1','','','2018-06-07 14:21:41','2018-06-07 14:21:41','',1429,'http://www.ontradeprogress.com/2018/06/07/1429-autosave-v1/',0,'revision','',0),(1573,1,'2018-06-07 14:19:47','2018-06-07 14:19:47','<img class=\"size-full wp-image-1431 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/wmf-1-.jpg\" alt=\"\" width=\"111\" height=\"158\" />\r\n\r\n<strong>The new WMF 1500 S+ combines technological sophistication with simple operation. The innovative \"Dynamic Coffee Assist\" guarantees the highest quality of all espresso-based coffee specialities and the 10-inch touch display enables rapid access to the main menu using touch and swipe gestures. One of the highlights however is that the WMF 1500 S+ is IoT compatible as standard and therefore provides uncomplicated access to the digital solution “WMF CoffeeConnect”.</strong>\r\n\r\nWMF CoffeeConnect allows for the optimization of your coffee business with the most innovative tailor-made digital solutions. With its integrated database, customisable promotional offers and 10-inch touch display makes for a coffee machine masterpiece. The digital display can derive sales figures, sales volumes, service information and error messages, all of which can be viewed on a computer or mobile device at any time and from any location.\r\n\r\nWMF CoffeeConnect ensures that important applications, standard reports as well as, processes related to the management and operation of your coffee machine are significantly optimised and directly available with the freemium packages. With additional applications and features available with the Premium packages. In addition, business analysts at WMF provide support for customized analyses, solutions and offer advice relating to improving processes and maximising your coffee business.\r\n\r\n<a href=\"http://wmf-coffeemachines.uk.com\">wmf-coffeemachines.uk.com </a>','The all new WMF CoffeeConnect','','inherit','closed','closed','','1429-revision-v1','','','2018-06-07 14:19:47','2018-06-07 14:19:47','',1429,'http://www.ontradeprogress.com/2018/06/07/1429-revision-v1/',0,'revision','',0),(1574,1,'2018-06-11 07:48:17','2018-06-11 07:48:17','<strong>Sixpoint Brewery is building on the successful UK launch of its core range with the introduction  of two new, super high-quality, speciality styles and one new all-year-round. The brewery, from Brooklyn, New York will be increasing its UK penetration in time for the American Independence Day on 4th July, via UK importer, Heathwick.</strong>\r\n\r\nThe innovative new beers represent the start of a new programme by Heathwick to release speciality, limited-edition formulations from Sixpoint every two to three months. The exciting new additions will be available alongside Sixpoint’s core range of The Crisp, Sweet Action, Bengali and Resin, and comprise:\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><strong style=\"font-size: 14px;\">Alpenflo</strong> –  4.9% ABV Helles lager using all malt, 100% 2 row-barley and a clean, noble hop character from Tettnanger hops sourced from family farms in Bavaria. Bright, clean, beautiful. Available in 355ml cans and 30litre kegs, will be available all year round.</p>\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><strong>Righteous Ale</strong> – 10.5% ABV  Barrel-Aged Rye Ale made with three types of rye malts and smoothed out in both Bourbon and Rye whisky barrels for a layered and complex beer with flavours ranging from spicy rye character to maple to vanilla.Available in 355ml cans until September.</p>\r\n<strong>Jammer</strong> – 4% ABV Gose, a refreshing, tart brew balanced with a fruity coriander aroma and a touch of sea salt. Just tangy enough to tickle the taste buds.  Available in 355ml cans until September.\r\n\r\n<span style=\"font-size: 14px;\">Graham Richardson, general manager at Heathwick, comments:  “Sixpoint is one of the top selling beers in the New York metro area and we’re seeing many of the city’s facets being replicated in the UK market. Following a successful launch earlier this year the time is now ripe for Sixpoint to build on its U.S. provenance here in the UK and offer consumers what they’re looking for: a premium quality, authentic, American craft beer range that’s new, innovative and different. With the launch of the new speciality styles, Sixpoint will be available in six high quality beer styles in total giving the consumer a much greater opportunity to enjoy their range of products. Sixpoint’s latest launch in the UK is the first in a series of new limited release beers that we will be introducing every two to three months, as well as continuing with the core range throughout the year.”</span>\r\n\r\nMax Nevins, Vice President of Marketing at Sixpoint, adds: “\"We’ve been sending over some of our favorite beers to the UK for years, but it’s awesome to be able to ship our limited beers over and show off the full, dynamic range. Righteous, Alpenflo, and Jammer are a direct result of our new product development team\'s efforts since Brewmaster and Chief Product Officer Eric Bachli came on board in September. Jammer is light and tangy, Righteous is super rich and complex, and then Alpenflo is a certified classic German Helles that’s been getting rave reviews. We’re amped!”\r\n\r\nThe new speciality beers will be supported with promotions around American Independence Day, such as tap takeovers and festivals.\r\n\r\nTrade prices start from £39.50 per case of 24 x 355ml cans.  Available from selected wholesalers.\r\n\r\nSixpoint was born out of an 800-square foot garage in Brooklyn, New York City, in 2004 by award-winning home brewer-turned-professional Shane Welch, who had amassed over 1,000 individual homebrew recipes. The brewery’s name is derived from the ancient six-pointed brewers’ star, which had symbolically adorned the walls and equipment of ancient breweries since at least the Medieval period. Sixpoint’s motto is “Beer is Culture”, to highlight the human trajectory—the earliest human civilisations were founded upon the cultivation of cereal grains for making beer.  Sixpoint aims to perpetually inspire the art, creativity and collaboration generated through beer by acknowledging the history of the craft, while forging ahead to inspire culture in a modern setting.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer.  Heathwick also distributes a range of beers from the Wingtip Brewing Co based near Gatwick and Cameron’s Brewery in Hartlepool.\r\n\r\nContact  <a href=\"http://www.heathwick.com/\">www.heathwick.com</a>   Tel:  020 7938 3991.','Sixpoint launches new speciality range in the UK','','publish','closed','open','','sixpoint-launches-new-speciality-range-in-the-uk','','','2018-06-11 07:53:02','2018-06-11 07:53:02','',0,'http://www.ontradeprogress.com/?p=1574',0,'post','',0),(1575,1,'2018-06-11 07:44:45','2018-06-11 07:44:45','','Screen Shot 2018-06-11 at 08.44.15','','inherit','closed','closed','','screen-shot-2018-06-11-at-08-44-15','','','2018-06-11 07:44:45','2018-06-11 07:44:45','',1574,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-08.44.15.png',0,'attachment','image/png',0),(1576,1,'2018-06-11 07:45:13','2018-06-11 07:45:13','<strong>Sixpoint Brewery is building on the successful UK launch of its core range with the introduction  of two new, super high-quality, speciality styles and one new all-year-round. The brewery, from Brooklyn, New York will be increasing its UK penetration in time for the American Independence Day on 4th July, via UK importer, Heathwick.</strong>\r\n\r\nThe innovative new beers represent the start of a new programme by Heathwick to release speciality, limited-edition formulations from Sixpoint every two to three months. The exciting new additions will be available alongside Sixpoint’s core range of The Crisp, Sweet Action, Bengali and Resin, and comprise:\r\n\r\n<strong>Jammer</strong> – 4% ABV Gose, a refreshing, tart brew balanced with a fruity coriander aroma and a touch of sea salt. Just tangy enough to tickle the taste buds.  Available in 355ml cans until September\r\n\r\n<strong>Righteous Ale</strong> – 10.5% ABV  Barrel-Aged Rye Ale made with three types of rye malts and smoothed out in both Bourbon and Rye whisky barrels for a layered and complex beer with flavours ranging from spicy rye character to maple to vanilla.Available in 355ml cans until September\r\n\r\n<strong>Alpenflo</strong> –  4.9% ABV Helles lager using all malt, 100% 2 row-barley and a clean, noble hop character from Tettnanger hops sourced from family farms in Bavaria. Bright, clean, beautiful. Available in 355ml cans and 30litre kegs, will be available all year round\r\n\r\nGraham Richardson, general manager at Heathwick, comments:  “Sixpoint is one of the top selling beers in the New York metro area and we’re seeing many of the city’s facets being replicated in the UK market. Following a successful launch earlier this year the time is now ripe for Sixpoint to build on its U.S. provenance here in the UK and offer consumers what they’re looking for: a premium quality, authentic, American craft beer range that’s new, innovative and different. With the launch of the new speciality styles, Sixpoint will be available in six high quality beer styles in total giving the consumer a much greater opportunity to enjoy their range of products. Sixpoint’s latest launch in the UK is the first in a series of new limited release beers that we will be introducing every two to three months, as well as continuing with the core range throughout the year.”\r\n\r\nMax Nevins, Vice President of Marketing at Sixpoint, adds: “\"We’ve been sending over some of our favorite beers to the UK for years, but it’s awesome to be able to ship our limited beers over and show off the full, dynamic range. Righteous, Alpenflo, and Jammer are a direct result of our new product development team\'s efforts since Brewmaster and Chief Product Officer Eric Bachli came on board in September. Jammer is light and tangy, Righteous is super rich and complex, and then Alpenflo is a certified classic German Helles that’s been getting rave reviews. We’re amped!”\r\n\r\nThe new speciality beers will be supported with promotions around American Independence Day, such as tap takeovers and festivals.\r\n\r\nTrade prices start from £39.50 per case of 24 x 355ml cans.  Available from selected wholesalers.\r\n\r\nSixpoint was born out of an 800-square foot garage in Brooklyn, New York City, in 2004 by award-winning home brewer-turned-professional Shane Welch, who had amassed over 1,000 individual homebrew recipes. The brewery’s name is derived from the ancient six-pointed brewers’ star, which had symbolically adorned the walls and equipment of ancient breweries since at least the Medieval period. Sixpoint’s motto is “Beer is Culture”, to highlight the human trajectory—the earliest human civilisations were founded upon the cultivation of cereal grains for making beer.  Sixpoint aims to perpetually inspire the art, creativity and collaboration generated through beer by acknowledging the history of the craft, while forging ahead to inspire culture in a modern setting.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer.  Heathwick also distributes a range of beers from the Wingtip Brewing Co based near Gatwick and Cameron’s Brewery in Hartlepool.\r\n\r\nContact  <a href=\"http://www.heathwick.com/\">www.heathwick.com</a>   Tel:  020 7938 3991.','Sixpoint launches new speciality range in the UK','','inherit','closed','closed','','1574-revision-v1','','','2018-06-11 07:45:13','2018-06-11 07:45:13','',1574,'http://www.ontradeprogress.com/2018/06/11/1574-revision-v1/',0,'revision','',0),(1577,1,'2018-06-11 07:48:17','2018-06-11 07:48:17','<strong>Sixpoint Brewery is building on the successful UK launch of its core range with the introduction  of two new, super high-quality, speciality styles and one new all-year-round. The brewery, from Brooklyn, New York will be increasing its UK penetration in time for the American Independence Day on 4th July, via UK importer, Heathwick.</strong>\r\n\r\nThe innovative new beers represent the start of a new programme by Heathwick to release speciality, limited-edition formulations from Sixpoint every two to three months. The exciting new additions will be available alongside Sixpoint’s core range of The Crisp, Sweet Action, Bengali and Resin, and comprise:\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><strong style=\"font-size: 14px;\">Alpenflo</strong> –  4.9% ABV Helles lager using all malt, 100% 2 row-barley and a clean, noble hop character from Tettnanger hops sourced from family farms in Bavaria. Bright, clean, beautiful. Available in 355ml cans and 30litre kegs, will be available all year round.</p>\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><strong>Righteous Ale</strong> – 10.5% ABV  Barrel-Aged Rye Ale made with three types of rye malts and smoothed out in both Bourbon and Rye whisky barrels for a layered and complex beer with flavours ranging from spicy rye character to maple to vanilla.Available in 355ml cans until September.</p>\r\n<strong>Jammer</strong> – 4% ABV Gose, a refreshing, tart brew balanced with a fruity coriander aroma and a touch of sea salt. Just tangy enough to tickle the taste buds.  Available in 355ml cans until September.\r\n\r\n<span style=\"font-size: 14px;\">Graham Richardson, general manager at Heathwick, comments:  “Sixpoint is one of the top selling beers in the New York metro area and we’re seeing many of the city’s facets being replicated in the UK market. Following a successful launch earlier this year the time is now ripe for Sixpoint to build on its U.S. provenance here in the UK and offer consumers what they’re looking for: a premium quality, authentic, American craft beer range that’s new, innovative and different. With the launch of the new speciality styles, Sixpoint will be available in six high quality beer styles in total giving the consumer a much greater opportunity to enjoy their range of products. Sixpoint’s latest launch in the UK is the first in a series of new limited release beers that we will be introducing every two to three months, as well as continuing with the core range throughout the year.”</span>\r\n\r\nMax Nevins, Vice President of Marketing at Sixpoint, adds: “\"We’ve been sending over some of our favorite beers to the UK for years, but it’s awesome to be able to ship our limited beers over and show off the full, dynamic range. Righteous, Alpenflo, and Jammer are a direct result of our new product development team\'s efforts since Brewmaster and Chief Product Officer Eric Bachli came on board in September. Jammer is light and tangy, Righteous is super rich and complex, and then Alpenflo is a certified classic German Helles that’s been getting rave reviews. We’re amped!”\r\n\r\nThe new speciality beers will be supported with promotions around American Independence Day, such as tap takeovers and festivals.\r\n\r\nTrade prices start from £39.50 per case of 24 x 355ml cans.  Available from selected wholesalers.\r\n\r\nSixpoint was born out of an 800-square foot garage in Brooklyn, New York City, in 2004 by award-winning home brewer-turned-professional Shane Welch, who had amassed over 1,000 individual homebrew recipes. The brewery’s name is derived from the ancient six-pointed brewers’ star, which had symbolically adorned the walls and equipment of ancient breweries since at least the Medieval period. Sixpoint’s motto is “Beer is Culture”, to highlight the human trajectory—the earliest human civilisations were founded upon the cultivation of cereal grains for making beer.  Sixpoint aims to perpetually inspire the art, creativity and collaboration generated through beer by acknowledging the history of the craft, while forging ahead to inspire culture in a modern setting.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer.  Heathwick also distributes a range of beers from the Wingtip Brewing Co based near Gatwick and Cameron’s Brewery in Hartlepool.\r\n\r\nContact  <a href=\"http://www.heathwick.com/\">www.heathwick.com</a>   Tel:  020 7938 3991.','Sixpoint launches new speciality range in the UK','','inherit','closed','closed','','1574-revision-v1','','','2018-06-11 07:48:17','2018-06-11 07:48:17','',1574,'http://www.ontradeprogress.com/2018/06/11/1574-revision-v1/',0,'revision','',0),(1578,1,'2018-06-11 09:05:48','2018-06-11 09:05:48','<div class=\"page\" title=\"Page 62\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 62\">\r\n<div class=\"layoutArea\"><strong>Showsec, the security and crowd management specialist, talks keeping <span style=\"font-size: 14px;\">venues and events safe for all. </span><span style=\"font-size: 14px;\">With bars, restaurants and venues requiring more security than ever before; if hospitality professionals choose to host an event, Showsec, the security and crowd management specialist, are on hand to help.</span></strong></div>\r\n</div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 14px;\">Staying SECURE</strong>\r\n\r\n</div>\r\n<span style=\"font-size: 14px;\">“Event security is an industry in demand,” says Sam Hodkin, Area Manager – north/ west Yorkshire for Showsec International. “Terrorist attacks notably at the Bataclan Theatre and Manchester have pushed venue operators into reviewing their mitigation measures, thus an increase in security personnel deployed at live music venues.</span>\r\n\r\n<span style=\"font-size: 14px;\">“Many entrepreneurs are jumping on the back of this demand, setting up security business with little knowledge, qualifications and training.</span>\r\n\r\n<span style=\"font-size: 14px;\">“Venue security staff represent the venue they are contracted to. They welcome their customers, direct them to their seats and ensure the safety of customers, contractors and staff. Security staff </span><span style=\"font-size: 14px;\">are the point of contact for the venues’ customers and ultimately can ‘make or break’ that customer experience.”</span>\r\n\r\n<span style=\"font-size: 14px;\">For Hodkin and his team, they urge </span><span style=\"font-size: 14px;\">the benefit of investing in good quality security and crowd management; telling hospitality and event professionals that </span><span style=\"font-size: 14px;\">it will improve the customer experience. He adds: “Investing in good security will ensure a positive customer journey – efficient ingress and queue management to increase spend per head, excellent customer service skills aiding in the retention of customers, a proactive approach to crowd management to ensure the safety and enjoyment of the ticket holder.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">The CREAM OF THE CROP </span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Showsec has an impressive company </span><span style=\"font-size: 14px;\">history and reliable team – with more than 3,000 casual workers. They are SIA ACS certified and sit in the top 5 per cent of </span><span style=\"font-size: 14px;\">all ACS certified companies based on their annual score. The company invests significantly in training and development.</span>\r\n\r\n<span style=\"font-size: 14px;\">The flagship Management Development </span><span style=\"font-size: 14px;\">Programme has commenced its </span><span style=\"font-size: 14px;\">13th intake. All operations managers complete this bespoke programme and are awarded with a level 4 diploma in Event Safety Management. The MDP has produced 12 Area Managers and </span><span style=\"font-size: 14px;\">a Regional Manager with the majority holding a level 6 degree in Event Safety Management.</span>\r\n\r\n<span style=\"font-size: 14px;\">Hodkin adds: “Showsec can ensure consistency and reliability. A regular team with venue and area knowledge, that can reach out to neighbouring areas in times of peak demand. A centralised staff booking department that services the business need 7-days a week, giving Showsec the ability to deploy at short notice.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Wise WORDS</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Hodkin dishes out sound advise for any hospitality or event professional looking to protect their venue and customers. He concludes: “Look into the experience of the company you are choosing – what venues do they currently look after, what level of staffing is available to service your venue; specifically at weekends when demand is higher. Are they SIA ACS approved? This is an industry recognised standard and encouraged </span><span style=\"font-size: 14px;\">to ensure best practice. What training have the staff been given and how will the supplier ensure that it will help the venue meet its obligations to their customers. What added value can the supplier provide? Training for venue staff? Event intelligence sharing?”</span>\r\n\r\n<span style=\"font-size: 14px;\">For more information on Showsec, visit<a href=\"http://www.showsec.co.uk\"> www.showsec.co.uk </a></span><span style=\"font-size: 14px;\">or call 0116 204 3333.</span>\r\n\r\n</div>\r\n</div>\r\n</div>','Showsec, the security and crowd management specialist','','publish','closed','open','','showsec-the-security-and-crowd-management-specialist','','','2018-06-11 09:07:41','2018-06-11 09:07:41','',0,'http://www.ontradeprogress.com/?p=1578',0,'post','',0),(1579,1,'2018-06-11 09:03:03','2018-06-11 09:03:03','','Screen Shot 2018-06-11 at 10.02.25','','inherit','closed','closed','','screen-shot-2018-06-11-at-10-02-25','','','2018-06-11 09:03:03','2018-06-11 09:03:03','',1578,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.02.25.png',0,'attachment','image/png',0),(1580,1,'2018-06-11 09:04:00','2018-06-11 09:04:00','<div class=\"page\" title=\"Page 62\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 62\">\r\n<div class=\"layoutArea\"><strong>Showsec, the security and crowd management specialist, talks keeping <span style=\"font-size: 14px;\">venues and events safe for all. </span><span style=\"font-size: 14px;\">With bars, restaurants and venues requiring more security than ever before; if hospitality professionals choose to host an event, Showsec, the security and crowd management specialist, are on hand to help.</span></strong></div>\r\n</div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 14px;\">Staying SECURE</strong>\r\n\r\n</div>\r\n<span style=\"font-size: 14px;\">“Event security is an industry in demand,” says Sam Hodkin, Area Manager – north/ west Yorkshire for Showsec International. “Terrorist attacks notably at the Bataclan Theatre and Manchester have pushed venue operators into reviewing their mitigation measures, thus an increase in security personnel deployed at live music venues.</span>\r\n\r\n<span style=\"font-size: 14px;\">“Many entrepreneurs are jumping on the back of this demand, setting up security business with little knowledge, qualifications and training.</span>\r\n\r\n<span style=\"font-size: 14px;\">“Venue security staff represent the venue they are contracted to. They welcome their customers, direct them to their seats and ensure the safety of customers, contractors and staff. Security staff </span><span style=\"font-size: 14px;\">are the point of contact for the venues’ customers and ultimately can ‘make or break’ that customer experience.”</span>\r\n\r\n<span style=\"font-size: 14px;\">For Hodkin and his team, they urge </span><span style=\"font-size: 14px;\">the benefit of investing in good quality security and crowd management; telling hospitality and event professionals that </span><span style=\"font-size: 14px;\">it will improve the customer experience. He adds: “Investing in good security will ensure a positive customer journey – efficient ingress and queue management to increase spend per head, excellent customer service skills aiding in the retention of customers, a proactive approach to crowd management to ensure the safety and enjoyment of the ticket holder.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">The CREAM OF THE CROP </span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Showsec has an impressive company </span><span style=\"font-size: 14px;\">history and reliable team – with more than 3,000 casual workers. They are SIA ACS certified and sit in the top 5 per cent of </span><span style=\"font-size: 14px;\">all ACS certified companies based on their annual score. The company invests significantly in training and development.</span>\r\n\r\n<span style=\"font-size: 14px;\">The flagship Management Development </span><span style=\"font-size: 14px;\">Programme has commenced its </span><span style=\"font-size: 14px;\">13th intake. All operations managers complete this bespoke programme and are awarded with a level 4 diploma in Event Safety Management. The MDP has produced 12 Area Managers and </span><span style=\"font-size: 14px;\">a Regional Manager with the majority holding a level 6 degree in Event Safety Management.</span>\r\n\r\n<span style=\"font-size: 14px;\">Hodkin adds: “Showsec can ensure consistency and reliability. A regular team with venue and area knowledge, that can reach out to neighbouring areas in times of peak demand. A centralised staff booking department that services the business need 7-days a week, giving Showsec the ability to deploy at short notice.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Wise WORDS</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Hodkin dishes out sound advise for any hospitality or event professional looking to protect their venue and customers. He concludes: “Look into the experience of the company you are choosing – what venues do they currently look after, what level of staffing is available to service your venue; specifically at weekends when demand is higher. Are they SIA ACS approved? This is an industry recognised standard and encouraged </span><span style=\"font-size: 14px;\">to ensure best practice. What training have the staff been given and how will the supplier ensure that it will help the venue meet its obligations to their customers. What added value can the supplier provide? Training for venue staff? Event intelligence sharing?”</span>\r\n\r\n<span style=\"font-size: 14px;\">For more information on Showsec, visit<a href=\"http://www.showsec.co.uk\"> www.showsec.co.uk </a></span><span style=\"font-size: 14px;\">or call 0116 204 3333.</span>\r\n\r\n</div>\r\n</div>\r\n</div>','Showsec, the security and crowd management specialist','','inherit','closed','closed','','1578-revision-v1','','','2018-06-11 09:04:00','2018-06-11 09:04:00','',1578,'http://www.ontradeprogress.com/2018/06/11/1578-revision-v1/',0,'revision','',0),(1581,1,'2018-06-11 09:05:25','2018-06-11 09:05:25','','Screen Shot 2018-06-11 at 10.05.04','','inherit','closed','closed','','screen-shot-2018-06-11-at-10-05-04','','','2018-06-11 09:05:25','2018-06-11 09:05:25','',1578,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.05.04.png',0,'attachment','image/png',0),(1582,1,'2018-06-11 09:31:41','2018-06-11 09:31:41','<strong>Environmentally conscious Salcombe Distilling Co. is delighted to be involved in two plastic related initiatives this month.  In addition to the Devon based company’s ongoing efforts to minimise the use of plastic, Salcombe Distilling Co. recently supported A Plastic Planet’s ‘Plastic Free Party’ in Cardiff and is sponsoring the forthcoming Plastic Clever Salcombe’s ‘Paddle &amp; Pick Challenge’.</strong>\r\n\r\nSalcombe Distilling Co. is internationally recognised for its award-winning Salcombe Gin, the luxury spirit which embodies an adventurous lifestyle on and around the water.  Inspired by the coastal vitality of Salcombe and its ship building heritage for exotic trading routes, the protection of the oceans is of key importance to this rapidly growing business.\r\n\r\nA Plastic Planet’s ‘Plastic Free Party’ took place on Monday 4<sup>th</sup> June during the Volvo Ocean Race’s Cardiff stopover at the Wales Pavilion.  The party saw the launch of a new ‘One Plastic Free Day’ campaign.  Guests enjoyed Salcombe Gin Signature serves including Salcombe &amp; Tonics and St. Clair cocktails.\r\n\r\nCo-founder Howard Davies says: “The Volvo Ocean Race is the epitome of adventure and has always been something I personally have followed closely.  It means a great deal to us here at Salcombe Distilling Co. to have had a level of involvement in this sailing phenomenon.”  Howard continues: “We are continually looking at ways to reduce our use of plastic.  We have already stopped using plastic straws in our bar in Salcombe, switched to wooden stirrers and have been developing a new sustainable protective packaging solution to replace the industry standard plastic currently in use when sending our bottles by courier.  It’s a great pleasure to team up with others who are campaigning to make a difference, including A Plastic Planet and Plastic Clever Salcombe.”\r\n\r\nSince 1973, the Volvo Ocean Race has provided the ultimate test of a team and a human adventure like no other.  Over four decades it has kept an almost mythical hold over some of the greatest ever sailors – and the 2017-18 edition will take the teams 45,000 nautical miles around the world, across four oceans, touching six continents and 12 landmark host cities.  It is often described as the longest and toughest professional sporting event in the world, sailing’s toughest team challenge and one of the sport’s Big Three events, alongside the Olympics and the America’s Cup.\r\n\r\nThe Volvo Ocean Race started in Alicante on October 22<sup>nd</sup> 2017 and has stopped in Lisbon, Cape Town, Melbourne, Hong Kong, Guangzhou, Auckland, Itajai and Newport before its recent arrival in Cardiff.  The grand finish will be at The Hague at the end of June 2018.\r\n\r\nOne of the yachts participating in this year’s Volvo Ocean Race is <i>Turn the Tide on Plastic</i>.  Britain’s Dee Caffari is leading a mixed, youthful team bringing a strong message of sustainability and raising awareness around the growing issue of ocean pollution.  Globally, in excess of 300 million tons of plastic is produced every year, half of which is for single use.  More than 8 million tons of plastic are dumped in our oceans every year.  Over the last ten years more plastic has been produced than during the whole of the last century*.\r\n\r\nPlastic Clever Salcombe is a campaign run by journalist and environmentalist Anna Turns and her six-year-old daughter Ella.  Anna and Ella are on a mission to help Salcombe become more plastic clever.  On the 8<sup>th</sup> and 9<sup>th</sup> June, Anna will be doing a 22 mile ‘Paddle &amp; Pick Challenge’, paddling and litter picking along the entire stretch of the Salcombe-Kingsbridge estuary, including all the creeks, with Ella joining her in parts.  This campaign is a part of Kids Against Plastic, a national child-led initiative founded two years ago by sisters Amy and Ella Meek (14 and 12 years old).\r\n\r\nCommenting on the challenge, Anna Turns says: “The support we’ve had from local companies has been amazing.  Salcombe Distilling Co. is being really pro-active and, as well as being one of our much-valued sponsors, co-founder Howard and some of the team will be joining Ella and I on our paddle on the 8<sup>th</sup> June.”  Anna continues: “We’re also delighted that they are sponsoring the ‘A Plastic Ocean’ screening as this is a really important, powerful documentary that will hopefully inspire the community to make further changes.”  The Plastic Clever Salcombe ‘Paddle &amp; Pick’ coincides with World Ocean Day, which is on Friday 8<sup>th</sup> June, and finishes with a gathering of supporters at the South Sands Hotel in Salcombe on the Saturday afternoon.  Saturday 9<sup>th</sup> June is World Gin Day so very apt to be celebrating the end of the challenge with a Salcombe &amp; Tonic!\r\n\r\nSalcombe Distilling Co. is also sponsoring the ‘A Plastic Ocean’ film screening on Tuesday 19<sup>th</sup> June, which is taking place at Cliff House in Salcombe.\r\n\r\nSalcombe Gin is produced in South Devon by Salcombe Distilling Co.  For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a>, email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a><wbr /> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Distilling Co. Helps turn the tide on plastic','','publish','closed','open','','salcombe-distilling-co-helps-turn-the-tide-on-plastic','','','2018-06-11 09:33:29','2018-06-11 09:33:29','',0,'http://www.ontradeprogress.com/?p=1582',0,'post','',0),(1583,1,'2018-06-11 09:25:26','2018-06-11 09:25:26','','Screen Shot 2018-06-11 at 10.25.00','','inherit','closed','closed','','screen-shot-2018-06-11-at-10-25-00','','','2018-06-11 09:25:26','2018-06-11 09:25:26','',1582,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.25.00.png',0,'attachment','image/png',0),(1584,1,'2018-06-11 09:25:59','2018-06-11 09:25:59','<strong>Environmentally conscious Salcombe Distilling Co. is delighted to be involved in two plastic related initiatives this month.  In addition to the Devon based company’s ongoing efforts to minimise the use of plastic, Salcombe Distilling Co, recently supported A Plastic Planet’s ‘Plastic Free Party’ in Cardiff and is sponsoring the forthcoming Plastic Clever Salcombe’s ‘Paddle &amp; Pick Challenge’.</strong>\r\n\r\nSalcombe Distilling Co. is internationally recognised for its award-winning Salcombe Gin, the luxury spirit which embodies an adventurous lifestyle on and around the water.  Inspired by the coastal vitality of Salcombe and its ship building heritage for exotic trading routes, the protection of the oceans is of key importance to this rapidly growing business.\r\n\r\nA Plastic Planet’s ‘Plastic Free Party’ took place on Monday 4<sup>th</sup> June during the Volvo Ocean Race’s Cardiff stopover at the Wales Pavilion.  The party saw the launch of a new ‘One Plastic Free Day’ campaign.  Guests enjoyed Salcombe Gin Signature serves including Salcombe &amp; Tonics and St. Clair cocktails.\r\n\r\nCo-founder Howard Davies says: “The Volvo Ocean Race is the epitome of adventure and has always been something I personally have followed closely.  It means a great deal to us here at Salcombe Distilling Co. to have had a level of involvement in this sailing phenomenon.”  Howard continues: “We are continually looking at ways to reduce our use of plastic.  We have already stopped using plastic straws in our bar in Salcombe, switched to wooden stirrers and have been developing a new sustainable protective packaging solution to replace the industry standard plastic currently in use when sending our bottles by courier.  It’s a great pleasure to team up with others who are campaigning to make a difference, including A Plastic Planet and Plastic Clever Salcombe.”\r\n\r\nSince 1973, the Volvo Ocean Race has provided the ultimate test of a team and a human adventure like no other.  Over four decades it has kept an almost mythical hold over some of the greatest ever sailors – and the 2017-18 edition will take the teams 45,000 nautical miles around the world, across four oceans, touching six continents and 12 landmark host cities.  It is often described as the longest and toughest professional sporting event in the world, sailing’s toughest team challenge and one of the sport’s Big Three events, alongside the Olympics and the America’s Cup.\r\n\r\nThe Volvo Ocean Race started in Alicante on October 22<sup>nd</sup> 2017 and has stopped in Lisbon, Cape Town, Melbourne, Hong Kong, Guangzhou, Auckland, Itajai and Newport before its recent arrival in Cardiff.  The grand finish will be at The Hague at the end of June 2018.\r\n\r\nOne of the yachts participating in this year’s Volvo Ocean Race is <i>Turn the Tide on Plastic</i>.  Britain’s Dee Caffari is leading a mixed, youthful team bringing a strong message of sustainability and raising awareness around the growing issue of ocean pollution.  Globally, in excess of 300 million tons of plastic is produced every year, half of which is for single use.  More than 8 million tons of plastic are dumped in our oceans every year.  Over the last ten years more plastic has been produced than during the whole of the last century*.\r\n\r\nPlastic Clever Salcombe is a campaign run by journalist and environmentalist Anna Turns and her six-year-old daughter Ella.  Anna and Ella are on a mission to help Salcombe become more plastic clever.  On the 8<sup>th</sup> and 9<sup>th</sup> June, Anna will be doing a 22 mile ‘Paddle &amp; Pick Challenge’, paddling and litter picking along the entire stretch of the Salcombe-Kingsbridge estuary, including all the creeks, with Ella joining her in parts.  This campaign is a part of Kids Against Plastic, a national child-led initiative founded two years ago by sisters Amy and Ella Meek (14 and 12 years old).\r\n\r\nCommenting on the challenge, Anna Turns says: “The support we’ve had from local companies has been amazing.  Salcombe Distilling Co. is being really pro-active and, as well as being one of our much-valued sponsors, co-founder Howard and some of the team will be joining Ella and I on our paddle on the 8<sup>th</sup> June.”  Anna continues: “We’re also delighted that they are sponsoring the ‘A Plastic Ocean’ screening as this is a really important, powerful documentary that will hopefully inspire the community to make further changes.”  The Plastic Clever Salcombe ‘Paddle &amp; Pick’ coincides with World Ocean Day, which is on Friday 8<sup>th</sup> June, and finishes with a gathering of supporters at the South Sands Hotel in Salcombe on the Saturday afternoon.  Saturday 9<sup>th</sup> June is World Gin Day so very apt to be celebrating the end of the challenge with a Salcombe &amp; Tonic!\r\n\r\nSalcombe Distilling Co. is also sponsoring the ‘A Plastic Ocean’ film screening on Tuesday 19<sup>th</sup> June, which is taking place at Cliff House in Salcombe.\r\n\r\nSalcombe Gin is produced in South Devon by Salcombe Distilling Co.  For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a>, email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a><wbr /> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Distilling Co. Helps turn the tide on plastic','','inherit','closed','closed','','1582-revision-v1','','','2018-06-11 09:25:59','2018-06-11 09:25:59','',1582,'http://www.ontradeprogress.com/2018/06/11/1582-revision-v1/',0,'revision','',0),(1585,1,'2018-06-11 09:27:29','2018-06-11 09:27:29','<strong>Environmentally conscious Salcombe Distilling Co. is delighted to be involved in two plastic related initiatives this month.  In addition to the Devon based company’s ongoing efforts to minimise the use of plastic, Salcombe Distilling Co. recently supported A Plastic Planet’s ‘Plastic Free Party’ in Cardiff and is sponsoring the forthcoming Plastic Clever Salcombe’s ‘Paddle &amp; Pick Challenge’.</strong>\r\n\r\nSalcombe Distilling Co. is internationally recognised for its award-winning Salcombe Gin, the luxury spirit which embodies an adventurous lifestyle on and around the water.  Inspired by the coastal vitality of Salcombe and its ship building heritage for exotic trading routes, the protection of the oceans is of key importance to this rapidly growing business.\r\n\r\nA Plastic Planet’s ‘Plastic Free Party’ took place on Monday 4<sup>th</sup> June during the Volvo Ocean Race’s Cardiff stopover at the Wales Pavilion.  The party saw the launch of a new ‘One Plastic Free Day’ campaign.  Guests enjoyed Salcombe Gin Signature serves including Salcombe &amp; Tonics and St. Clair cocktails.\r\n\r\nCo-founder Howard Davies says: “The Volvo Ocean Race is the epitome of adventure and has always been something I personally have followed closely.  It means a great deal to us here at Salcombe Distilling Co. to have had a level of involvement in this sailing phenomenon.”  Howard continues: “We are continually looking at ways to reduce our use of plastic.  We have already stopped using plastic straws in our bar in Salcombe, switched to wooden stirrers and have been developing a new sustainable protective packaging solution to replace the industry standard plastic currently in use when sending our bottles by courier.  It’s a great pleasure to team up with others who are campaigning to make a difference, including A Plastic Planet and Plastic Clever Salcombe.”\r\n\r\nSince 1973, the Volvo Ocean Race has provided the ultimate test of a team and a human adventure like no other.  Over four decades it has kept an almost mythical hold over some of the greatest ever sailors – and the 2017-18 edition will take the teams 45,000 nautical miles around the world, across four oceans, touching six continents and 12 landmark host cities.  It is often described as the longest and toughest professional sporting event in the world, sailing’s toughest team challenge and one of the sport’s Big Three events, alongside the Olympics and the America’s Cup.\r\n\r\nThe Volvo Ocean Race started in Alicante on October 22<sup>nd</sup> 2017 and has stopped in Lisbon, Cape Town, Melbourne, Hong Kong, Guangzhou, Auckland, Itajai and Newport before its recent arrival in Cardiff.  The grand finish will be at The Hague at the end of June 2018.\r\n\r\nOne of the yachts participating in this year’s Volvo Ocean Race is <i>Turn the Tide on Plastic</i>.  Britain’s Dee Caffari is leading a mixed, youthful team bringing a strong message of sustainability and raising awareness around the growing issue of ocean pollution.  Globally, in excess of 300 million tons of plastic is produced every year, half of which is for single use.  More than 8 million tons of plastic are dumped in our oceans every year.  Over the last ten years more plastic has been produced than during the whole of the last century*.\r\n\r\nPlastic Clever Salcombe is a campaign run by journalist and environmentalist Anna Turns and her six-year-old daughter Ella.  Anna and Ella are on a mission to help Salcombe become more plastic clever.  On the 8<sup>th</sup> and 9<sup>th</sup> June, Anna will be doing a 22 mile ‘Paddle &amp; Pick Challenge’, paddling and litter picking along the entire stretch of the Salcombe-Kingsbridge estuary, including all the creeks, with Ella joining her in parts.  This campaign is a part of Kids Against Plastic, a national child-led initiative founded two years ago by sisters Amy and Ella Meek (14 and 12 years old).\r\n\r\nCommenting on the challenge, Anna Turns says: “The support we’ve had from local companies has been amazing.  Salcombe Distilling Co. is being really pro-active and, as well as being one of our much-valued sponsors, co-founder Howard and some of the team will be joining Ella and I on our paddle on the 8<sup>th</sup> June.”  Anna continues: “We’re also delighted that they are sponsoring the ‘A Plastic Ocean’ screening as this is a really important, powerful documentary that will hopefully inspire the community to make further changes.”  The Plastic Clever Salcombe ‘Paddle &amp; Pick’ coincides with World Ocean Day, which is on Friday 8<sup>th</sup> June, and finishes with a gathering of supporters at the South Sands Hotel in Salcombe on the Saturday afternoon.  Saturday 9<sup>th</sup> June is World Gin Day so very apt to be celebrating the end of the challenge with a Salcombe &amp; Tonic!\r\n\r\nSalcombe Distilling Co. is also sponsoring the ‘A Plastic Ocean’ film screening on Tuesday 19<sup>th</sup> June, which is taking place at Cliff House in Salcombe.\r\n\r\nSalcombe Gin is produced in South Devon by Salcombe Distilling Co.  For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a>, email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a><wbr /> or call 01548 288180. To keep up to date with the latest news follow @SalcombeGin on Twitter and ‘like’ SalcombeGin on Facebook.','Salcombe Distilling Co. Helps turn the tide on plastic','','inherit','closed','closed','','1582-revision-v1','','','2018-06-11 09:27:29','2018-06-11 09:27:29','',1582,'http://www.ontradeprogress.com/2018/06/11/1582-revision-v1/',0,'revision','',0),(1586,1,'2018-06-11 10:15:55','2018-06-11 10:15:55','<div class=\"page\" title=\"Page 12\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Miguel Leal, of Casa Leal, takes us on an aromatic tour of Portugal’s bursting wine offering.</strong>\r\n\r\nThe stunning country of Portugal has a lot to offer in the way of wine. A small country but offering over 250 native grapes spread over 28 DOC wine regions. Regardless of producing wines since the Roman times and being the world’s 11th largest wine producer there is still much to talk about Portuguese wines. This is a country for adventurous wine lovers looking for different flavours than what is normally available.\r\n\r\nThe country diversity of grapes and regions can be daring for the ones trying to pronounce their names or to understand the wine provenance. Because I like to simplify, I divide Portugal wines in 4 categories, Atlantic, Mountains, Mediterranean and the Islands Wines.\r\n\r\n<strong>Atlantic Wines</strong>\r\n\r\nThe cooler influence of all regions closer to the Atlantic coast, such as the Vinho Verde; Bairrada and Lisbon produce fruity, aromatic and aging potential.\r\n\r\n<strong>ViNHO VERDE</strong>\r\n\r\n<img class=\" wp-image-1588 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.39.png\" alt=\"\" width=\"215\" height=\"267\" />Vinho Verde Region being the most northerly wine region is best known for its Vinho Verde, or ‘green’ wine (unripe grapes) – which should be consumed young. A crisp fruity, easy drinking and <span style=\"font-size: 14px;\">low alcohol wine style, often with a gentle fizz and ideal for an aperitif on a warmer day or night due to the natural acidity. </span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Avesso, Loureiro, Pederna (Arinto), Trajudura, Alvarelhao, Espadeiro. </span>\r\n\r\n<span style=\"font-size: 14px;\">This region is also the birthplace of the Alvarinho grape, producing a complex and rich wine; ideal to pair with seafood and meaty fish dishes. Quinta de Pacos has a long history of 15 generations producing wines and it’s recorded to produce wines that had very good flavours and aromas for the USA Century Celebration in </span><span style=\"font-size: 14px;\">Philadelphia (1876).</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>BAiRRADA</strong>\r\n\r\nThe total area of vineyards is 12,000 hectares, divided by about 10,000 plots. We’re talking micro growers in this region. The typical Atlantic climate due to the proximity of the sea, together with the clay-limestone and autochthonous soils, has always contributed to making the Bairrada wines unique.\r\n\r\n<span style=\"font-size: 14px;\">It was with the red wines made from Baga with great potential of aging that the Bairrada gained recognition. It is </span><span style=\"font-size: 14px;\">a vigorous variety, with small bunches of late-ripening berries. In clayey soils with good sun exposure, Baga is able to mature well and produce deep-colored aroma-concentrated wines that can a</span><span style=\"font-size: 14px;\">ge in bottles for many years as Vadio producer wines demonstrate.</span>\r\n\r\n<span style=\"font-size: 14px;\">However, white wines produced from the vine varieties Cercial, Bical and Maria Gomes have been highlighted, Campolargo Cercial was awarded Champion IWC 2014, the biggest horror for a Portuguese white wine. </span><span style=\"font-size: 14px;\">Bairrada pioneered the making of sparkling wines and different styles can be tasted with Campolargo and Vadio producers.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">LiSBOA</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The fresh Atlantic breeze and the rich soil of this hilly landscape means Portugal’s Lisboa region is one of the best for grape growing. With more DOCs that any other region in Portugal, with nine, to offer. </span><span style=\"font-size: 14px;\">The Medieval village of Obidos produces one of the oldest wine brands in Portugal, the Quinta das Cerejeiras Reserva, with the label still unchanged.</span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Arinto, Ferna?o Pires, Malvasia, and Vital, and for reds Aragonez, Castela?o, Tinta Miu?da, Touriga Franca, Touriga Nacional and Trincadeira</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Mountains Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Douro is a magical wine region designated an UNESCO World Heritage Site because of its history and for being one of the first DO wine regions in the world. With stunning man-made stone-walled </span>\r\n\r\n<span style=\"font-size: 14px;\">vine terraces, the region has grown to broader modern terraces following the River Douro from the Spanish border to the Mesa?o Frio.</span><span style=\"font-size: 14px;\">\r\nA mountainous and rocky region, the vineyards grow on poor and schistous soils on steep slopes.</span>\r\n\r\n<span style=\"font-size: 14px;\">Our Producer Quevedo has a long and rich history of growing grapes and making Port wine that goes back to 1889. His philosophy is to produce good grapes and is expanding the culture to organic in some of his five Quintas. Quevedo grapes originate from different locations, at different altitudes and plants cover a large array of grapes to produce Port wines and table wines. Grapes include: Bastardo, Mourisco tinto, Tinta Barroca, Tinta Cao, Tinta Roriz, Touriga Francesa, Touriga Nacional, Donzelinho branco, Gouveio, Malvesa Fina, Rabigato and Viosinho.</span>\r\n\r\n<strong style=\"font-size: 14px;\"><span style=\"font-size: 14px;\"><img class=\"wp-image-1592 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.14.37.png\" alt=\"\" width=\"223\" height=\"125\" />Mediterranean Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The Setu?bal Peninsula has two DOCs, Setu?bal and Palmela. Setu?bal produces the sweet and fortified Moscatel de Setu?bal while Palmela produces mostly red wine mostly from the Castela?o grape.</span>\r\n\r\n<span style=\"font-size: 14px;\">Herdade do Po</span><span style=\"font-size: 14px;\">rtocarro’s philosophy is to craft wines of indisputable quality. The 18 vineyard benefits from a unique climate, as it is affected by the Atlantic breezes and the heat from the Alentejo plains. </span><span style=\"font-size: 14px;\">Its owner and winemaker, Jose? da Mota Capita?o, inspired by the principles of biodynamic viticulture, is recovering extinct indigenous grapes as well as </span><span style=\"font-size: 14px;\">experimenting with the classic Portuguese varieties, producing wines of outstanding character, balance and grace.</span>\r\n\r\n<span style=\"font-size: 14px;\">Nominated in 2015 and awarded in 2016 “Portuguese Wine Producer of the Year” by the highly respected Portuguese wine magazine “Wine - Essencia do Vinho”, Herdade do Porto carro winery is always rated among the top wine producers in Portugal.</span>\r\n\r\n<span style=\"font-size: 14px;\">The Alentejo region covers one third of Portugal. </span><span style=\"font-size: 14px;\">This Mediterranean climate region is suitable for the grow of the Aragonez (Tempranillo), the most planted grape and Alfrocheiro, Castela?o and Trincadeira grapes. International red grapes have established well in the region such as Alicante Bouschet, Syrah and Cabernet Sauvignon.</span>\r\n\r\n<span style=\"font-size: 14px;\">The white local Anta?o Vaz grape, with thick skin has good acidity and tropical fruit flavours and produces top quality white wines especially the barrel-fermented ones. Hobby Antao Vaz is a good example. </span><span style=\"font-size: 14px;\">Arinto, Roupeiro and Perrum are also used in the blends of the regional white wines.</span>\r\n\r\n<span style=\"font-size: 14px;\">The region produces not only easy drinking wines, but also fine wines, especially in the red category. The classic wines of Alentejo are fruity and rich </span><span style=\"font-size: 14px;\">that are considered very easy drinking and smooth, similar to ‘New World’ style of wines that taste of sun ripened grapes. </span><span style=\"font-size: 14px;\">Islands Wines</span>\r\n\r\n<span style=\"font-size: 14px;\">The most famous wine comes from Madeira and is produced in a variety of styles from dry wines which can be consumed on their own as an aperitif to sweet wines usually consumed with dessert. </span>We see mineral dry whites emerging from the volcanic Pico island in the Acores so this is a region to look at for new wines from Portugal.\r\n\r\n</div>\r\n</div>\r\n</div>','From Grape to Glass: Portugals greatest wines','','publish','closed','open','','from-grape-to-glass-portugals-greatest-wines','','','2018-06-13 10:44:01','2018-06-13 10:44:01','',0,'http://www.ontradeprogress.com/?p=1586',0,'post','',0),(1587,1,'2018-06-11 10:07:36','2018-06-11 10:07:36','','Screen Shot 2018-06-11 at 10.59.07','','inherit','closed','closed','','screen-shot-2018-06-11-at-10-59-07','','','2018-06-11 10:07:36','2018-06-11 10:07:36','',1586,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.07.png',0,'attachment','image/png',0),(1588,1,'2018-06-11 10:07:41','2018-06-11 10:07:41','','Screen Shot 2018-06-11 at 10.59.39','','inherit','closed','closed','','screen-shot-2018-06-11-at-10-59-39','','','2018-06-11 10:07:41','2018-06-11 10:07:41','',1586,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.39.png',0,'attachment','image/png',0),(1589,1,'2018-06-11 10:07:47','2018-06-11 10:07:47','','Screen Shot 2018-06-11 at 10.59.26','','inherit','closed','closed','','screen-shot-2018-06-11-at-10-59-26','','','2018-06-11 10:07:47','2018-06-11 10:07:47','',1586,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.26.png',0,'attachment','image/png',0),(1590,1,'2018-06-11 10:10:39','2018-06-11 10:10:39','<div class=\"page\" title=\"Page 12\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Miguel Leal, of Casa Leal, takes us on an aromatic tour of Portugal’s bursting wine offering.</strong>\r\n\r\nThe stunning country of Portugal has a lot to offer in the way of wine. A small country but offering over 250 native grapes spread over 28 DOC wine regions. Regardless of producing wines since the Roman times and being the world’s 11th largest wine producer there is still much to talk about Portuguese wines. This is a country for adventurous wine lovers looking for different flavours than what is normally available.\r\n\r\nThe country diversity of grapes and regions can be daring for the ones\r\ntrying to pronounce their names or to understand the wine provenance. Because I like to simplify, I divide Portugal wines in 4 categories, Atlantic, Mountains, Mediterranean and the Islands Wines.\r\n\r\n<strong>Atlantic Wines</strong>\r\n\r\nThe cooler influence of all regions closer to the Atlantic coast, such as the Vinho Verde; Bairrada and Lisbon produce fruity, aromatic and aging potential.\r\n\r\n<strong>ViNHO VERDE</strong>\r\n\r\n<img class=\" wp-image-1588 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.39.png\" alt=\"\" width=\"215\" height=\"267\" />Vinho Verde Region being the most northerly wine region is best known for its Vinho Verde, or ‘green’ wine (unripe grapes) – which should be consumed young. A crisp fruity, easy drinking and <span style=\"font-size: 14px;\">low alcohol wine style, often with a gentle fizz and ideal for an aperitif on a warmer day or night due to the natural acidity. </span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Avesso, Loureiro, Pederna (Arinto), Trajudura, Alvarelhao, Espadeiro. </span>\r\n\r\n<span style=\"font-size: 14px;\">This region is also the birthplace of the Alvarinho grape, producing a complex and rich wine; ideal to pair with seafood and meaty fish dishes. Quinta de Pacos has a long history of 15 generations producing wines and it’s recorded to produce wines that had very good flavours and aromas for the USA Century Celebration in </span><span style=\"font-size: 14px;\">Philadelphia (1876).</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>BAiRRADA</strong>\r\n\r\nThe total area of vineyards is 12,000 hectares, divided by about 10,000 plots. We’re talking micro growers in this region. The typical Atlantic climate due to the proximity of the sea, together with the clay-limestone and autochthonous soils, has always contributed to making the Bairrada wines unique.\r\n\r\n<span style=\"font-size: 14px;\">It was with the red wines made from Baga with great potential of aging that the Bairrada gained recognition. It is </span><span style=\"font-size: 14px;\">a vigorous variety, with small bunches of late-ripening berries. In clayey soils with good sun exposure, Baga is able to mature well and produce deep-colored aroma-concentrated wines that can a</span><span style=\"font-size: 14px;\">ge in bottles for many years as Vadio producer wines demonstrate.</span>\r\n\r\n<span style=\"font-size: 14px;\">However, white wines produced from the vine varieties Cercial, Bical and Maria Gomes have been highlighted, Campolargo Cercial was awarded Champion IWC 2014, the biggest horror for a Portuguese white wine. </span><span style=\"font-size: 14px;\">Bairrada pioneered the making of sparkling wines and different styles can be tasted with Campolargo and Vadio producers.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">LiSBOA</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The fresh Atlantic breeze and the rich soil of this hilly landscape means Portugal’s Lisboa region is one of the best for grape growing. With more DOCs that any other region in Portugal, with nine, to offer. </span><span style=\"font-size: 14px;\">The Medieval village of Obidos produces one of the oldest wine brands in Portugal, the Quinta das Cerejeiras Reserva, with the label still unchanged.</span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Arinto, Ferna?o Pires, Malvasia, and Vital, and for reds Aragonez, Castela?o, Tinta Miu?da, Touriga Franca, Touriga Nacional and Trincadeira</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Mountains Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Douro is a magical wine region designated an UNESCO World Heritage Site because of its history and for being one of the first DO wine regions in the world. With stunning man-made stone-walled </span>\r\n\r\n<span style=\"font-size: 14px;\">vine terraces, the region has grown to broader modern terraces following the River Douro from the Spanish border to the Mesa?o Frio.</span><span style=\"font-size: 14px;\">\r\nA mountainous and rocky region, the vineyards grow on poor and schistous soils on steep slopes.</span>\r\n\r\n<img class=\"wp-image-1587 alignleft\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.07.png\" alt=\"\" width=\"133\" height=\"92\" /><span style=\"font-size: 14px;\">Our Producer Quevedo has a long and rich history of growing grapes and making Port wine that goes back to 1889. His philosophy is to produce good grapes and is expanding the culture to organic in some of his five Quintas. Quevedo grapes originate from different locations, at different altitudes and plants cover a large array of grapes to produce Port wines and table wines. Grapes include: Bastardo, Mourisco tinto, Tinta Barroca, Tinta Cao, Tinta Roriz, Touriga Francesa, Touriga Nacional, Donzelinho branco, Gouveio, Malvesa Fina, Rabigato and Viosinho.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Mediterranean Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The Setu?bal Peninsula has two DOCs, Setu?bal and Palmela. Setu?bal produces the sweet and fortified Moscatel de Setu?bal while Palmela produces mostly red wine mostly from the Castela?o grape.</span>\r\n\r\n<span style=\"font-size: 14px;\">Herdade do Portocarro’s philosophy is to craft wines of indisputable quality. The 18 vineyard benefits from a unique climate, as it is affected by the Atlantic breezes and the heat from the Alentejo plains. </span><span style=\"font-size: 14px;\">Its owner and winemaker, Jose? da Mota Capita?o, inspired by the principles of biodynamic viticulture, is recovering extinct indigenous grapes as well as </span><span style=\"font-size: 14px;\">experimenting with the classic Portuguese varieties, producing wines of outstanding character, balance and grace.</span>\r\n\r\n<span style=\"font-size: 14px;\">Nominated in 2015 and awarded in 2016 “Portuguese Wine Producer of the Year” by the highly respected Portuguese wine magazine “Wine - Essencia do Vinho”, Herdade do Porto carro winery is always rated among the top wine producers in Portugal.</span>\r\n\r\n<span style=\"font-size: 14px;\">The Alentejo region covers one third of Portugal. </span><span style=\"font-size: 14px;\">This Mediterranean climate region is suitable for the grow of the Aragonez (Tempranillo), the most planted grape and Alfrocheiro, Castela?o and Trincadeira grapes. International red grapes have established well in the region such as Alicante Bouschet, Syrah and Cabernet Sauvignon.</span>\r\n\r\n<span style=\"font-size: 14px;\">The white local Anta?o Vaz grape, with thick skin has good acidity and tropical fruit flavours and produces top quality white wines especially the barrel-fermented ones. Hobby Antao Vaz is a good example. </span><span style=\"font-size: 14px;\">Arinto, Roupeiro and Perrum are also used in the blends of the regional white wines.</span>\r\n\r\n<span style=\"font-size: 14px;\">The region produces not only easy drinking wines, but also fine wines, especially in the red category. The classic wines of Alentejo are fruity and rich </span><span style=\"font-size: 14px;\">that are considered very easy drinking and smooth, similar to ‘New World’ style of wines that taste of sun ripened grapes. </span><span style=\"font-size: 14px;\">Islands Wines</span>\r\n\r\n<span style=\"font-size: 14px;\">The most famous wine comes from Madeira and is produced in a variety of styles from dry wines which can be consumed on their own as an aperitif to sweet wines usually consumed with dessert. </span>We see mineral dry whites emerging from the volcanic Pico island in the Acores so this is a region to look at for new wines from Portugal.\r\n\r\n</div>\r\n</div>\r\n</div>','From Grape to Glass - Portugals Greatest Wines','','inherit','closed','closed','','1586-revision-v1','','','2018-06-11 10:10:39','2018-06-11 10:10:39','',1586,'http://www.ontradeprogress.com/2018/06/11/1586-revision-v1/',0,'revision','',0),(1591,1,'2018-06-11 10:13:55','2018-06-11 10:13:55','','Screen Shot 2018-06-11 at 11.13.36','','inherit','closed','closed','','screen-shot-2018-06-11-at-11-13-36','','','2018-06-11 10:13:55','2018-06-11 10:13:55','',1586,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.13.36.png',0,'attachment','image/png',0),(1592,1,'2018-06-11 10:14:55','2018-06-11 10:14:55','','Screen Shot 2018-06-11 at 11.14.37','','inherit','closed','closed','','screen-shot-2018-06-11-at-11-14-37','','','2018-06-11 10:14:55','2018-06-11 10:14:55','',1586,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.14.37.png',0,'attachment','image/png',0),(1593,1,'2018-06-11 10:15:16','2018-06-11 10:15:16','<div class=\"page\" title=\"Page 12\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Miguel Leal, of Casa Leal, takes us on an aromatic tour of Portugal’s bursting wine offering.</strong>\r\n\r\nThe stunning country of Portugal has a lot to offer in the way of wine. A small country but offering over 250 native grapes spread over 28 DOC wine regions. Regardless of producing wines since the Roman times and being the world’s 11th largest wine producer there is still much to talk about Portuguese wines. This is a country for adventurous wine lovers looking for different flavours than what is normally available.\r\n\r\nThe country diversity of grapes and regions can be daring for the ones\r\ntrying to pronounce their names or to understand the wine provenance. Because I like to simplify, I divide Portugal wines in 4 categories, Atlantic, Mountains, Mediterranean and the Islands Wines.\r\n\r\n<strong>Atlantic Wines</strong>\r\n\r\nThe cooler influence of all regions closer to the Atlantic coast, such as the Vinho Verde; Bairrada and Lisbon produce fruity, aromatic and aging potential.\r\n\r\n<strong>ViNHO VERDE</strong>\r\n\r\n<img class=\" wp-image-1588 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.39.png\" alt=\"\" width=\"215\" height=\"267\" />Vinho Verde Region being the most northerly wine region is best known for its Vinho Verde, or ‘green’ wine (unripe grapes) – which should be consumed young. A crisp fruity, easy drinking and <span style=\"font-size: 14px;\">low alcohol wine style, often with a gentle fizz and ideal for an aperitif on a warmer day or night due to the natural acidity. </span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Avesso, Loureiro, Pederna (Arinto), Trajudura, Alvarelhao, Espadeiro. </span>\r\n\r\n<span style=\"font-size: 14px;\">This region is also the birthplace of the Alvarinho grape, producing a complex and rich wine; ideal to pair with seafood and meaty fish dishes. Quinta de Pacos has a long history of 15 generations producing wines and it’s recorded to produce wines that had very good flavours and aromas for the USA Century Celebration in </span><span style=\"font-size: 14px;\">Philadelphia (1876).</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>BAiRRADA</strong>\r\n\r\nThe total area of vineyards is 12,000 hectares, divided by about 10,000 plots. We’re talking micro growers in this region. The typical Atlantic climate due to the proximity of the sea, together with the clay-limestone and autochthonous soils, has always contributed to making the Bairrada wines unique.\r\n\r\n<span style=\"font-size: 14px;\">It was with the red wines made from Baga with great potential of aging that the Bairrada gained recognition. It is </span><span style=\"font-size: 14px;\">a vigorous variety, with small bunches of late-ripening berries. In clayey soils with good sun exposure, Baga is able to mature well and produce deep-colored aroma-concentrated wines that can a</span><span style=\"font-size: 14px;\">ge in bottles for many years as Vadio producer wines demonstrate.</span>\r\n\r\n<span style=\"font-size: 14px;\">However, white wines produced from the vine varieties Cercial, Bical and Maria Gomes have been highlighted, Campolargo Cercial was awarded Champion IWC 2014, the biggest horror for a Portuguese white wine. </span><span style=\"font-size: 14px;\">Bairrada pioneered the making of sparkling wines and different styles can be tasted with Campolargo and Vadio producers.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">LiSBOA</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The fresh Atlantic breeze and the rich soil of this hilly landscape means Portugal’s Lisboa region is one of the best for grape growing. With more DOCs that any other region in Portugal, with nine, to offer. </span><span style=\"font-size: 14px;\">The Medieval village of Obidos produces one of the oldest wine brands in Portugal, the Quinta das Cerejeiras Reserva, with the label still unchanged.</span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Arinto, Ferna?o Pires, Malvasia, and Vital, and for reds Aragonez, Castela?o, Tinta Miu?da, Touriga Franca, Touriga Nacional and Trincadeira</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Mountains Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Douro is a magical wine region designated an UNESCO World Heritage Site because of its history and for being one of the first DO wine regions in the world. With stunning man-made stone-walled </span>\r\n\r\n<span style=\"font-size: 14px;\">vine terraces, the region has grown to broader modern terraces following the River Douro from the Spanish border to the Mesa?o Frio.</span><span style=\"font-size: 14px;\">\r\nA mountainous and rocky region, the vineyards grow on poor and schistous soils on steep slopes.</span>\r\n\r\n<span style=\"font-size: 14px;\">Our Producer Quevedo has a long and rich history of growing grapes and making Port wine that goes back to 1889. His philosophy is to produce good grapes and is expanding the culture to organic in some of his five Quintas. Quevedo grapes originate from different locations, at different altitudes and plants cover a large array of grapes to produce Port wines and table wines. Grapes include: Bastardo, Mourisco tinto, Tinta Barroca, Tinta Cao, Tinta Roriz, Touriga Francesa, Touriga Nacional, Donzelinho branco, Gouveio, Malvesa Fina, Rabigato and Viosinho.</span>\r\n\r\n<strong style=\"font-size: 14px;\"><span style=\"font-size: 14px;\"><img class=\"wp-image-1592 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.14.37.png\" alt=\"\" width=\"223\" height=\"125\" />Mediterranean Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The Setu?bal Peninsula has two DOCs, Setu?bal and Palmela. Setu?bal produces the sweet and fortified Moscatel de Setu?bal while Palmela produces mostly red wine mostly from the Castela?o grape.</span>\r\n\r\n<span style=\"font-size: 14px;\">Herdade do Po</span><span style=\"font-size: 14px;\">rtocarro’s philosophy is to craft wines of indisputable quality. The 18 vineyard benefits from a unique climate, as it is affected by the Atlantic breezes and the heat from the Alentejo plains. </span><span style=\"font-size: 14px;\">Its owner and winemaker, Jose? da Mota Capita?o, inspired by the principles of biodynamic viticulture, is recovering extinct indigenous grapes as well as </span><span style=\"font-size: 14px;\">experimenting with the classic Portuguese varieties, producing wines of outstanding character, balance and grace.</span>\r\n\r\n<span style=\"font-size: 14px;\">Nominated in 2015 and awarded in 2016 “Portuguese Wine Producer of the Year” by the highly respected Portuguese wine magazine “Wine - Essencia do Vinho”, Herdade do Porto carro winery is always rated among the top wine producers in Portugal.</span>\r\n\r\n<span style=\"font-size: 14px;\">The Alentejo region covers one third of Portugal. </span><span style=\"font-size: 14px;\">This Mediterranean climate region is suitable for the grow of the Aragonez (Tempranillo), the most planted grape and Alfrocheiro, Castela?o and Trincadeira grapes. International red grapes have established well in the region such as Alicante Bouschet, Syrah and Cabernet Sauvignon.</span>\r\n\r\n<span style=\"font-size: 14px;\">The white local Anta?o Vaz grape, with thick skin has good acidity and tropical fruit flavours and produces top quality white wines especially the barrel-fermented ones. Hobby Antao Vaz is a good example. </span><span style=\"font-size: 14px;\">Arinto, Roupeiro and Perrum are also used in the blends of the regional white wines.</span>\r\n\r\n<span style=\"font-size: 14px;\">The region produces not only easy drinking wines, but also fine wines, especially in the red category. The classic wines of Alentejo are fruity and rich </span><span style=\"font-size: 14px;\">that are considered very easy drinking and smooth, similar to ‘New World’ style of wines that taste of sun ripened grapes. </span><span style=\"font-size: 14px;\">Islands Wines</span>\r\n\r\n<span style=\"font-size: 14px;\">The most famous wine comes from Madeira and is produced in a variety of styles from dry wines which can be consumed on their own as an aperitif to sweet wines usually consumed with dessert. </span>We see mineral dry whites emerging from the volcanic Pico island in the Acores so this is a region to look at for new wines from Portugal.\r\n\r\n</div>\r\n</div>\r\n</div>','From Grape to Glass - Portugals Greatest Wines','','inherit','closed','closed','','1586-revision-v1','','','2018-06-11 10:15:16','2018-06-11 10:15:16','',1586,'http://www.ontradeprogress.com/2018/06/11/1586-revision-v1/',0,'revision','',0),(1594,1,'2018-06-11 10:24:58','2018-06-11 10:24:58','<div class=\"page\" title=\"Page 12\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Miguel Leal, of Casa Leal, takes us on an aromatic tour of Portugal’s bursting wine offering.</strong>\r\n\r\nThe stunning country of Portugal has a lot to offer in the way of wine. A small country but offering over 250 native grapes spread over 28 DOC wine regions. Regardless of producing wines since the Roman times and being the world’s 11th largest wine producer there is still much to talk about Portuguese wines. This is a country for adventurous wine lovers looking for different flavours than what is normally available.\r\n\r\nThe country diversity of grapes and regions can be daring for the ones trying to pronounce their names or to understand the wine provenance. Because I like to simplify, I divide Portugal wines in 4 categories, Atlantic, Mountains, Mediterranean and the Islands Wines.\r\n\r\n<strong>Atlantic Wines</strong>\r\n\r\nThe cooler influence of all regions closer to the Atlantic coast, such as the Vinho Verde; Bairrada and Lisbon produce fruity, aromatic and aging potential.\r\n\r\n<strong>ViNHO VERDE</strong>\r\n\r\n<img class=\" wp-image-1588 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.39.png\" alt=\"\" width=\"215\" height=\"267\" />Vinho Verde Region being the most northerly wine region is best known for its Vinho Verde, or ‘green’ wine (unripe grapes) – which should be consumed young. A crisp fruity, easy drinking and <span style=\"font-size: 14px;\">low alcohol wine style, often with a gentle fizz and ideal for an aperitif on a warmer day or night due to the natural acidity. </span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Avesso, Loureiro, Pederna (Arinto), Trajudura, Alvarelhao, Espadeiro. </span>\r\n\r\n<span style=\"font-size: 14px;\">This region is also the birthplace of the Alvarinho grape, producing a complex and rich wine; ideal to pair with seafood and meaty fish dishes. Quinta de Pacos has a long history of 15 generations producing wines and it’s recorded to produce wines that had very good flavours and aromas for the USA Century Celebration in </span><span style=\"font-size: 14px;\">Philadelphia (1876).</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>BAiRRADA</strong>\r\n\r\nThe total area of vineyards is 12,000 hectares, divided by about 10,000 plots. We’re talking micro growers in this region. The typical Atlantic climate due to the proximity of the sea, together with the clay-limestone and autochthonous soils, has always contributed to making the Bairrada wines unique.\r\n\r\n<span style=\"font-size: 14px;\">It was with the red wines made from Baga with great potential of aging that the Bairrada gained recognition. It is </span><span style=\"font-size: 14px;\">a vigorous variety, with small bunches of late-ripening berries. In clayey soils with good sun exposure, Baga is able to mature well and produce deep-colored aroma-concentrated wines that can a</span><span style=\"font-size: 14px;\">ge in bottles for many years as Vadio producer wines demonstrate.</span>\r\n\r\n<span style=\"font-size: 14px;\">However, white wines produced from the vine varieties Cercial, Bical and Maria Gomes have been highlighted, Campolargo Cercial was awarded Champion IWC 2014, the biggest horror for a Portuguese white wine. </span><span style=\"font-size: 14px;\">Bairrada pioneered the making of sparkling wines and different styles can be tasted with Campolargo and Vadio producers.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">LiSBOA</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The fresh Atlantic breeze and the rich soil of this hilly landscape means Portugal’s Lisboa region is one of the best for grape growing. With more DOCs that any other region in Portugal, with nine, to offer. </span><span style=\"font-size: 14px;\">The Medieval village of Obidos produces one of the oldest wine brands in Portugal, the Quinta das Cerejeiras Reserva, with the label still unchanged.</span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Arinto, Ferna?o Pires, Malvasia, and Vital, and for reds Aragonez, Castela?o, Tinta Miu?da, Touriga Franca, Touriga Nacional and Trincadeira</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Mountains Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Douro is a magical wine region designated an UNESCO World Heritage Site because of its history and for being one of the first DO wine regions in the world. With stunning man-made stone-walled </span>\r\n\r\n<span style=\"font-size: 14px;\">vine terraces, the region has grown to broader modern terraces following the River Douro from the Spanish border to the Mesa?o Frio.</span><span style=\"font-size: 14px;\">\r\nA mountainous and rocky region, the vineyards grow on poor and schistous soils on steep slopes.</span>\r\n\r\n<span style=\"font-size: 14px;\">Our Producer Quevedo has a long and rich history of growing grapes and making Port wine that goes back to 1889. His philosophy is to produce good grapes and is expanding the culture to organic in some of his five Quintas. Quevedo grapes originate from different locations, at different altitudes and plants cover a large array of grapes to produce Port wines and table wines. Grapes include: Bastardo, Mourisco tinto, Tinta Barroca, Tinta Cao, Tinta Roriz, Touriga Francesa, Touriga Nacional, Donzelinho branco, Gouveio, Malvesa Fina, Rabigato and Viosinho.</span>\r\n\r\n<strong style=\"font-size: 14px;\"><span style=\"font-size: 14px;\"><img class=\"wp-image-1592 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.14.37.png\" alt=\"\" width=\"223\" height=\"125\" />Mediterranean Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The Setu?bal Peninsula has two DOCs, Setu?bal and Palmela. Setu?bal produces the sweet and fortified Moscatel de Setu?bal while Palmela produces mostly red wine mostly from the Castela?o grape.</span>\r\n\r\n<span style=\"font-size: 14px;\">Herdade do Po</span><span style=\"font-size: 14px;\">rtocarro’s philosophy is to craft wines of indisputable quality. The 18 vineyard benefits from a unique climate, as it is affected by the Atlantic breezes and the heat from the Alentejo plains. </span><span style=\"font-size: 14px;\">Its owner and winemaker, Jose? da Mota Capita?o, inspired by the principles of biodynamic viticulture, is recovering extinct indigenous grapes as well as </span><span style=\"font-size: 14px;\">experimenting with the classic Portuguese varieties, producing wines of outstanding character, balance and grace.</span>\r\n\r\n<span style=\"font-size: 14px;\">Nominated in 2015 and awarded in 2016 “Portuguese Wine Producer of the Year” by the highly respected Portuguese wine magazine “Wine - Essencia do Vinho”, Herdade do Porto carro winery is always rated among the top wine producers in Portugal.</span>\r\n\r\n<span style=\"font-size: 14px;\">The Alentejo region covers one third of Portugal. </span><span style=\"font-size: 14px;\">This Mediterranean climate region is suitable for the grow of the Aragonez (Tempranillo), the most planted grape and Alfrocheiro, Castela?o and Trincadeira grapes. International red grapes have established well in the region such as Alicante Bouschet, Syrah and Cabernet Sauvignon.</span>\r\n\r\n<span style=\"font-size: 14px;\">The white local Anta?o Vaz grape, with thick skin has good acidity and tropical fruit flavours and produces top quality white wines especially the barrel-fermented ones. Hobby Antao Vaz is a good example. </span><span style=\"font-size: 14px;\">Arinto, Roupeiro and Perrum are also used in the blends of the regional white wines.</span>\r\n\r\n<span style=\"font-size: 14px;\">The region produces not only easy drinking wines, but also fine wines, especially in the red category. The classic wines of Alentejo are fruity and rich </span><span style=\"font-size: 14px;\">that are considered very easy drinking and smooth, similar to ‘New World’ style of wines that taste of sun ripened grapes. </span><span style=\"font-size: 14px;\">Islands Wines</span>\r\n\r\n<span style=\"font-size: 14px;\">The most famous wine comes from Madeira and is produced in a variety of styles from dry wines which can be consumed on their own as an aperitif to sweet wines usually consumed with dessert. </span>We see mineral dry whites emerging from the volcanic Pico island in the Acores so this is a region to look at for new wines from Portugal.\r\n\r\n</div>\r\n</div>\r\n</div>','From Grape to Glass - Portugals Greatest Wines','','inherit','closed','closed','','1586-revision-v1','','','2018-06-11 10:24:58','2018-06-11 10:24:58','',1586,'http://www.ontradeprogress.com/2018/06/11/1586-revision-v1/',0,'revision','',0),(1596,1,'2018-06-11 10:36:05','2018-06-11 10:36:05','<strong>UKHospitality has called on the Government to provide equality in the tax system by ensuring that transactions on online platforms are taxed appropriately.</strong>\r\n\r\nUKHospitality has responded to HMRC’s consultation on online platforms role in ensuring tax compliance by their users, recommending:\r\n<ul>\r\n 	<li>Greater provision of information for smaller users and, if necessary, the tax collection for, and payment to, Government (as a business service)</li>\r\n 	<li>A requirement for large-scale users to proactively provide HMRC with relevant business activity to ensure tax compliance</li>\r\n</ul>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “</strong>There needs to be a level-playing field between online and property-based businesses and digital companies. The current tax system is completely inadequate to deal with the complexities of the digital age and hospitality businesses find themselves at a disadvantage.\r\n\r\n“The Government must address this inequality and this includes ensuring that the appropriate tax is collected when online platforms are used. Whether through ignorance or as a result of deliberate avoidance, online transactions are frequently not subjected to tax. As it stands, there is too great an opportunity for online transactions to avoid paying tax. Not only does this deprive the Exchequer of vital tax revenues, it creates a plainly unfair disparity between online and hospitality businesses that must comply with rigorous legislation.\r\n\r\n“The Government must ensure a tax environment that is fair and transparent. We need an overhaul of the tax system to reflect the way in which business is carried out in the 21<sup>st</sup> Century and we need it now.”','UKHospitality calls for level playing field on tax','','publish','closed','open','','ukhospitality-calls-for-level-playing-field-on-tax','','','2018-06-11 10:36:05','2018-06-11 10:36:05','',0,'http://www.ontradeprogress.com/?p=1596',0,'post','',0),(1597,1,'2018-06-11 10:34:18','2018-06-11 10:34:18','<strong>UKHospitality has called on the Government to provide equality in the tax system by ensuring that transactions on online platforms are taxed appropriately.</strong>\r\n\r\n<strong>UKHospitality has responded to HMRC’s consultation </strong>on online platforms role in ensuring tax compliance by their users, recommending:\r\n<ul>\r\n 	<li>Greater provision of information for smaller users and, if necessary, the tax collection for, and payment to, Government (as a business service)</li>\r\n 	<li>A requirement for large-scale users to proactively provide HMRC with relevant business activity to ensure tax compliance</li>\r\n</ul>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “</strong>There needs to be a level-playing field between online and property-based businesses and digital companies. The current tax system is completely inadequate to deal with the complexities of the digital age and hospitality businesses find themselves at a disadvantage.\r\n\r\n<strong>“The Government must address this inequality and this includes ensuring that the appropriate tax is collected when online platforms are used. Whether through ignorance or as a result of deliberate avoidance, online transactions are frequently not subjected to tax. As it stands, there is too great an opportunity for online transactions to avoid paying tax. Not only does this deprive the Exchequer of vital tax revenues, it creates a plainly unfair disparity between online and hospitality businesses that must comply with rigorous legislation.</strong>\r\n\r\n<strong>“The Government must ensure a tax environment that is fair and transparent. We need an overhaul of the tax system to reflect the way in which business is carried out in the 21<sup>st</sup> Century and we need it now.”</strong>','UKHospitality calls for level playing field on tax','','inherit','closed','closed','','1596-revision-v1','','','2018-06-11 10:34:18','2018-06-11 10:34:18','',1596,'http://www.ontradeprogress.com/2018/06/11/1596-revision-v1/',0,'revision','',0),(1598,1,'2018-06-11 10:36:05','2018-06-11 10:36:05','<strong>UKHospitality has called on the Government to provide equality in the tax system by ensuring that transactions on online platforms are taxed appropriately.</strong>\r\n\r\nUKHospitality has responded to HMRC’s consultation on online platforms role in ensuring tax compliance by their users, recommending:\r\n<ul>\r\n 	<li>Greater provision of information for smaller users and, if necessary, the tax collection for, and payment to, Government (as a business service)</li>\r\n 	<li>A requirement for large-scale users to proactively provide HMRC with relevant business activity to ensure tax compliance</li>\r\n</ul>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “</strong>There needs to be a level-playing field between online and property-based businesses and digital companies. The current tax system is completely inadequate to deal with the complexities of the digital age and hospitality businesses find themselves at a disadvantage.\r\n\r\n“The Government must address this inequality and this includes ensuring that the appropriate tax is collected when online platforms are used. Whether through ignorance or as a result of deliberate avoidance, online transactions are frequently not subjected to tax. As it stands, there is too great an opportunity for online transactions to avoid paying tax. Not only does this deprive the Exchequer of vital tax revenues, it creates a plainly unfair disparity between online and hospitality businesses that must comply with rigorous legislation.\r\n\r\n“The Government must ensure a tax environment that is fair and transparent. We need an overhaul of the tax system to reflect the way in which business is carried out in the 21<sup>st</sup> Century and we need it now.”','UKHospitality calls for level playing field on tax','','inherit','closed','closed','','1596-revision-v1','','','2018-06-11 10:36:05','2018-06-11 10:36:05','',1596,'http://www.ontradeprogress.com/2018/06/11/1596-revision-v1/',0,'revision','',0),(1599,1,'2018-06-11 10:46:15','2018-06-11 10:46:15','<strong>The shortage of migrant labour facing UK farmers could hit both supplies and prices of seasonal fruit and vegetables this summer, warns buying specialist Lynx Purchasing. </strong>\r\n\r\nWith growers struggling to recruit overseas workers, the newly-published Summer 2018 edition of the Lynx Purchasing Market Forecast urges hospitality and catering businesses to monitor supplier prices carefully as the summer season gets underway.\r\n\r\nManaging director Rachel Dobson says, \"Our usual advice is to make the most of fresh, seasonal produce, but this summer that comes with an additional warning due to the labour issue. With fresh salad crops and summer berries now ready for picking, the industry is struggling to recruit enough seasonal workers.\r\n\r\n\"It\'s not simply concerns about Brexit, although that\'s a factor; EU workers now have a wider range of employment options and many have seen wages increase in their own country or can travel somewhere closer to home for seasonal work.\r\n\r\n\"Without enough migrant workers, there\'s a risk that produce is simply left in the fields. Farmers and growers have asked for a commitment from government that they will have access to sufficient numbers of permanent and seasonal workers, and it\'s an issue which needs a speedy resolution.\"\r\n\r\nThe Market Forecast draws on exclusive data from a range of suppliers working with Lynx Purchasing  to look at hospitality buying trends. Other produce areas highlighted in the Summer 2018 edition include:\r\n<ul>\r\n 	<li class=\"ListParagraph\">Seafood: With 75 per cent of the current UK catch exported, operators who can broaden the range of fish and shellfish species featured on menus and specials boards are at an advantage over those that restrict their offer to the most popular varieties. Using UK-caught species in season such as hake, plaice and lemon solewill help keep menus profitable.</li>\r\n 	<li class=\"ListParagraph\">Meat: Beef will see a seasonal increase in the price of forequarter cuts of around of 15-20% as the summer barbecue season increases demand for burgers. Caterers who can switch menus to cuts such as topside and silverside should get better value. Lamb prices hit a five year high this spring, with the UK exporting more lamb due to the exchange rate, and New Zealand shipping more to far east.</li>\r\n 	<li class=\"ListParagraph\">Dairy: The ‘spring flush\', which normally sees milk output rise, was negligible this year due to the cold conditions. Butter and cream prices are expected to continue to rise across the summer and into the autumn, as lower dairy production in the UK pushes up demand.</li>\r\n 	<li class=\"ListParagraph\">Vanilla: Sharp price increases were initially caused by the loss of much of the crop of vanilla pods in Madagascar due to extreme weather, and the situation has been made worse by domestic unrest over control of the remaining supplies. Wholesale prices for vanilla extract, in high demand for ice cream and dessert production, are up by around 30% this year.</li>\r\n</ul>\r\nDobson adds. \"Although the two bursts of freezing weather at the start of spring caught farmers off guard, the supply chain has plenty of experience of extreme conditions.\r\n\r\n\"Growers have largely caught up, so it would be a shame now if caterers have to reduce the amount of fresh produce featured on summer menus due to higher costs caused by the labour shortage. We\'ll be monitoring the situation and advising customers as the season progresses.\"\r\n\r\nThe Summer 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://app.prmax.co.uk/track/25008164/click/063349d0-6cc4-11e8-bf0a-6cf0490443a9\"><span class=\"Hyperlink\">Lynx-Purchasing-Market-Forecast-Summer-18-pdf</span></a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx\'s buying experts help operators buy better and save time and money, year after year.\r\n\r\nFor more information on Lynx Purchasing, visit <a href=\"https://app.prmax.co.uk/track/25008164/click/063c9e36-6cc4-11e8-bf0a-6cf0490443a9\"><span class=\"Hyperlink\">www.lynxpurchasing.co.uk</span></a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\"><span class=\"Hyperlink\">savings@lynxpurchasing.co.uk</span></a> or call 01325 377 845.','Farm labour shortage may hit hospitality food prices, warns Lynx Purchasing','','publish','closed','open','','farm-labour-shortage-may-hit-hospitality-food-prices-warns-lynx-purchasing','','','2018-06-11 10:49:24','2018-06-11 10:49:24','',0,'http://www.ontradeprogress.com/?p=1599',0,'post','',0),(1600,1,'2018-06-11 10:42:04','2018-06-11 10:42:04','<strong>The shortage of migrant labour facing UK farmers could hit both supplies and prices of seasonal fruit and vegetables this summer, warns buying specialist Lynx Purchasing. </strong>\r\n\r\nWith growers struggling to recruit overseas workers, the newly-published Summer 2018 edition of the Lynx Purchasing Market Forecast urges hospitality and catering businesses to monitor supplier prices carefully as the summer season gets underway.\r\n\r\nManaging director Rachel Dobson says, \"Our usual advice is to make the most of fresh, seasonal produce, but this summer that comes with an additional warning due to the labour issue. With fresh salad crops and summer berries now ready for picking, the industry is struggling to recruit enough seasonal workers.\r\n\r\n\"It\'s not simply concerns about Brexit, although that\'s a factor; EU workers now have a wider range of employment options and many have seen wages increase in their own country or can travel somewhere closer to home for seasonal work.\r\n\r\n\"Without enough migrant workers, there\'s a risk that produce is simply left in the fields. Farmers and growers have asked for a commitment from government that they will have access to sufficient numbers of permanent and seasonal workers, and it\'s an issue which needs a speedy resolution.\"\r\n\r\nThe Market Forecast draws on exclusive data from a range of suppliers working with Lynx Purchasing  to look at hospitality buying trends. Other produce areas highlighted in the Summer 2018 edition include:\r\n<ul>\r\n 	<li class=\"ListParagraph\">Seafood: With 75 per cent of the current UK catch exported, operators who can broaden the range of fish and shellfish species featured on menus and specials boards are at an advantage over those that restrict their offer to the most popular varieties. Using UK-caught species in season such as hake, plaice and lemon solewill help keep menus profitable.</li>\r\n 	<li class=\"ListParagraph\">Meat: Beef will see a seasonal increase in the price of forequarter cuts of around of 15-20% as the summer barbecue season increases demand for burgers. Caterers who can switch menus to cuts such as topside and silverside should get better value. Lamb prices hit a five year high this spring, with the UK exporting more lamb due to the exchange rate, and New Zealand shipping more to far east.</li>\r\n 	<li class=\"ListParagraph\">Dairy: The ‘spring flush\', which normally sees milk output rise, was negligible this year due to the cold conditions. Butter and cream prices are expected to continue to rise across the summer and into the autumn, as lower dairy production in the UK pushes up demand.</li>\r\n 	<li class=\"ListParagraph\">Vanilla: Sharp price increases were initially caused by the loss of much of the crop of vanilla pods in Madagascar due to extreme weather, and the situation has been made worse by domestic unrest over control of the remaining supplies. Wholesale prices for vanilla extract, in high demand for ice cream and dessert production, are up by around 30% this year.</li>\r\n</ul>\r\nDobson adds. \"Although the two bursts of freezing weather at the start of spring caught farmers off guard, the supply chain has plenty of experience of extreme conditions.\r\n\r\n\"Growers have largely caught up, so it would be a shame now if caterers have to reduce the amount of fresh produce featured on summer menus due to higher costs caused by the labour shortage. We\'ll be monitoring the situation and advising customers as the season progresses.\"\r\n\r\nThe Summer 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://app.prmax.co.uk/track/25008164/click/063349d0-6cc4-11e8-bf0a-6cf0490443a9\"><span class=\"Hyperlink\">Lynx-Purchasing-Market-Forecast-Summer-18-pdf</span></a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx\'s buying experts help operators buy better and save time and money, year after year.\r\n\r\nFor more information on Lynx Purchasing, visit <a href=\"https://app.prmax.co.uk/track/25008164/click/063c9e36-6cc4-11e8-bf0a-6cf0490443a9\"><span class=\"Hyperlink\">www.lynxpurchasing.co.uk</span></a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\"><span class=\"Hyperlink\">savings@lynxpurchasing.co.uk</span></a> or call 01325 377 845.','Farm labour shortage may hit hospitality food prices, warns Lynx Purchasing','','inherit','closed','closed','','1599-revision-v1','','','2018-06-11 10:42:04','2018-06-11 10:42:04','',1599,'http://www.ontradeprogress.com/2018/06/11/1599-revision-v1/',0,'revision','',0),(1601,1,'2018-06-11 10:44:21','2018-06-11 10:44:21','','Screen Shot 2018-06-11 at 11.39.52','','inherit','closed','closed','','screen-shot-2018-06-11-at-11-39-52','','','2018-06-11 10:44:21','2018-06-11 10:44:21','',1599,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.39.52.png',0,'attachment','image/png',0),(1602,1,'2018-06-11 12:32:24','2018-06-11 12:32:24','<div class=\"page\" title=\"Page 27\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers.</strong>\r\n\r\n<img class=\"wp-image-1603 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.30.28.png\" alt=\"\" width=\"190\" height=\"191\" />The HMC beef burgers (we are a beef only factory) are made using only fully certified HMC suppliers and our industry respected Superior recipe. HMC beef burgers are made on a dedicated day and monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith.\r\n\r\n<span style=\"font-size: 14px;\">With a turnover, more than £9.8million we primarily supply the Fast Food and Foodservice markets. </span><span style=\"font-size: 14px;\">We are sole manufacturer to our holding company Sparks Catering Butchers Ltd based in Enfield who have the market leading “Sparks brand” of Beef burgers. The Burger Manufacturing Company Ltd also supplies strategically placed wholesalers around the UK and into mainland Europe.</span>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Burger Manufacturing Company announces their new product launch','','publish','closed','open','','the-burger-manufacturing-company-announces-their-new-product-launch','','','2018-06-11 12:32:49','2018-06-11 12:32:49','',0,'http://www.ontradeprogress.com/?p=1602',0,'post','',0),(1603,1,'2018-06-11 12:30:57','2018-06-11 12:30:57','','Screen Shot 2018-06-11 at 13.30.28','','inherit','closed','closed','','screen-shot-2018-06-11-at-13-30-28','','','2018-06-11 12:30:57','2018-06-11 12:30:57','',1602,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.30.28.png',0,'attachment','image/png',0),(1604,1,'2018-06-11 12:31:06','2018-06-11 12:31:06','','Screen Shot 2018-06-11 at 13.30.06','','inherit','closed','closed','','screen-shot-2018-06-11-at-13-30-06','','','2018-06-11 12:31:06','2018-06-11 12:31:06','',1602,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.30.06.png',0,'attachment','image/png',0),(1605,1,'2018-06-11 12:31:53','2018-06-11 12:31:53','<div class=\"page\" title=\"Page 27\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers.</strong>\r\n\r\n<img class=\"wp-image-1603 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.30.28.png\" alt=\"\" width=\"190\" height=\"191\" />The HMC beef burgers (we are a beef only factory) are made using only fully certified HMC suppliers and our industry respected Superior recipe. HMC beef burgers are made on a dedicated day and monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith.\r\n\r\n<span style=\"font-size: 14px;\">With a turnover, more than £9.8million we primarily supply the Fast Food and Foodservice markets. </span><span style=\"font-size: 14px;\">We are sole manufacturer to our holding company Sparks Catering Butchers Ltd based in Enfield who have the market leading “Sparks brand” of Beef burgers. The Burger Manufacturing Company Ltd also supplies strategically placed wholesalers around the UK and into mainland Europe.</span>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Burger Manufacturing Company announces their new product launch','','inherit','closed','closed','','1602-revision-v1','','','2018-06-11 12:31:53','2018-06-11 12:31:53','',1602,'http://www.ontradeprogress.com/2018/06/11/1602-revision-v1/',0,'revision','',0),(1606,1,'2018-06-11 13:24:24','2018-06-11 13:24:24','<strong>The industry’s toughest competition came to a dramatic close on Tuesday the 5<sup>th</sup> of June, with Alex and Tanya Williams beating the five other finalists to the top spot and winning Licensee of the Year 2018 - sponsored by Sky.</strong>\r\n\r\n<img class=\"wp-image-1607 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.48.54.png\" alt=\"\" width=\"242\" height=\"424\" />\r\n\r\nAlex and Tanya, who run the Polgooth Inn in St Austell, fought through the <span style=\"font-size: 14px;\">previous three rounds of the competition to wow the judges at the final judging day on the 4</span><sup>th</sup><span style=\"font-size: 14px;\"> of June, where they displayed excellent knowledge and experience in three different areas; Business Development, People and Training and Financial Awareness.</span>\r\n\r\nThey picked up the trophy in front of a packed audience at the BII Summer event at the HAC in the City of London on the 5<sup>th</sup> of June, attended by the brightest and best from the industry.\r\n\r\nTanya said: “It’s slightly surreal and it feels amazing. The BII Summer Party is such a massive event. I’m bordering on emotional.\r\n\r\nThe competition process was so tough, so you have to believe in what you are doing, that it is the right thing. The other finalists are so amazing – we have all become friends.”\r\n\r\nDavid Rey, Managing Director of Sky Business said: <em>“A huge congratulations to Alex and Tanya in winning the Licensee of the Year Award. Sky is delighted to sponsor this award and play a part in recognising the individuals that have achieved so much in the industry.”</em>\r\n\r\nMike Clist, Chief Executive of the BII commented: <em>“I’d like to offer a massive congratulations to Alex and Tanya and the team at the Polgooth Inn on behalf of myself and everyone here at the BII. This is a tough competition to win, but it was clear to the judges that the Williams’ had the dedication and passion deserving of Licensee of the Year winners. I’d also like to congratulate our other finalists for getting this far and being such fantastic candidates- it really was a tough decision as they all brought something unique to the competition!”</em>\r\n\r\nAs winner of Licensee of the Year competition Alex and Tanya will receive a year’s free Pubs and Clubs subscription to Sky Sports, a Study Trip to Amsterdam courtesy of Heineken and honorary lifetime membership of the BII.\r\n\r\nThe BII would like to thank everyone who entered this year’s competition.','Licensee of the Year 2018: The winner is!','','publish','closed','open','','licensee-of-the-year-2018-and-the-winner-is','','','2018-06-13 10:42:42','2018-06-13 10:42:42','',0,'http://www.ontradeprogress.com/?p=1606',0,'post','',0),(1607,1,'2018-06-11 12:59:10','2018-06-11 12:59:10','','Screen Shot 2018-06-11 at 13.48.54','','inherit','closed','closed','','screen-shot-2018-06-11-at-13-48-54','','','2018-06-11 12:59:10','2018-06-11 12:59:10','',1606,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.48.54.png',0,'attachment','image/png',0),(1608,1,'2018-06-11 12:59:20','2018-06-11 12:59:20','','Screen Shot 2018-06-11 at 13.49.21','','inherit','closed','closed','','screen-shot-2018-06-11-at-13-49-21','','','2018-06-11 12:59:20','2018-06-11 12:59:20','',1606,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.49.21.png',0,'attachment','image/png',0),(1609,1,'2018-06-11 13:23:58','2018-06-11 13:23:58','<strong>The industry’s toughest competition came to a dramatic close on Tuesday the 5<sup>th</sup> of June, with Alex and Tanya Williams beating the five other finalists to the top spot and winning Licensee of the Year 2018 - sponsored by Sky.</strong>\r\n\r\n<img class=\"wp-image-1607 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.48.54.png\" alt=\"\" width=\"242\" height=\"424\" />\r\n\r\nAlex and Tanya, who run the Polgooth Inn in St Austell, fought through the <span style=\"font-size: 14px;\">previous three rounds of the competition to wow the judges at the final judging day on the 4</span><sup>th</sup><span style=\"font-size: 14px;\"> of June, where they displayed excellent knowledge and experience in three different areas; Business Development, People and Training and Financial Awareness.</span>\r\n\r\nThey picked up the trophy in front of a packed audience at the BII Summer event at the HAC in the City of London on the 5<sup>th</sup> of June, attended by the brightest and best from the industry.\r\n\r\nTanya said: “It’s slightly surreal and it feels amazing. The BII Summer Party is such a massive event. I’m bordering on emotional.\r\n\r\nThe competition process was so tough, so you have to believe in what you are doing, that it is the right thing. The other finalists are so amazing – we have all become friends.”\r\n\r\nDavid Rey, Managing Director of Sky Business said: <em>“A huge congratulations to Alex and Tanya in winning the Licensee of the Year Award. Sky is delighted to sponsor this award and play a part in recognising the individuals that have achieved so much in the industry.”</em>\r\n\r\nMike Clist, Chief Executive of the BII commented: <em>“I’d like to offer a massive congratulations to Alex and Tanya and the team at the Polgooth Inn on behalf of myself and everyone here at the BII. This is a tough competition to win, but it was clear to the judges that the Williams’ had the dedication and passion deserving of Licensee of the Year winners. I’d also like to congratulate our other finalists for getting this far and being such fantastic candidates- it really was a tough decision as they all brought something unique to the competition!”</em>\r\n\r\nAs winner of Licensee of the Year competition Alex and Tanya will receive a year’s free Pubs and Clubs subscription to Sky Sports, a Study Trip to Amsterdam courtesy of Heineken and honorary lifetime membership of the BII.\r\n\r\nThe BII would like to thank everyone who entered this year’s competition.','Licensee of the Year 2018 - and the winner is!','','inherit','closed','closed','','1606-revision-v1','','','2018-06-11 13:23:58','2018-06-11 13:23:58','',1606,'http://www.ontradeprogress.com/2018/06/11/1606-revision-v1/',0,'revision','',0),(1610,1,'2018-06-11 14:19:03','2018-06-11 14:19:03','<strong>Langham Brewery has released the first bottles of its classic South Downs Best Bitter to support work in the South Downs National Park, including a campaign to raise funds for critical repairs on the South Downs Way national trail.</strong>\r\n\r\nFive pence from every bottle sold will go to the South Downs National Park Trust\'s ‘Mend our Way\' campaign to fix broken sections of the South Downs Way.\r\n\r\nThe independent craft microbrewery, which produces cask conditioned real ales and keg beers including Halfway to Heaven, Hip Hop and Arapaho, is based within the National Park on the Cowdray Estate, near Petworth, West Sussex. Langham became the first corporate partner of the South Downs National Park Trust, which launched last year.\r\n\r\nLesley Foulkes, the brewery\'s co-founder said: \"We\'re thrilled with our South Downs Best Bitter which features a striking image inspired by the beautiful South Downs on its label. We are aiming to raise a significant amount over the next couple of years towards projects in the National Park, including vital restoration of sections of the South Downs Way.\"\r\n\r\nShe added: \"We have welcomed the opportunity to collaborate with the trust to raise awareness of the fabulous countryside that surrounds us, and to lead the way in raising funds to conserve the much-loved South Downs Way for future generations.\"\r\n\r\n<strong>Walk this way: new South Downs information point</strong>\r\n\r\nThe steam heated brewery is also creating a South Downs National Park Information Point at the brewery and has signed up to the National Park Authority\'s new Cyclists and Walkers Initiative.\r\n\r\nFoulkes said: \"The information point will be a place where weary cyclists, walkers and people just passing by can drop in and enjoy refreshments in convivial surroundings and discover the delights and possibilities of the National Park, the South Downs Way and surrounding countryside.\"\r\n\r\nAndy Gattiker, who manages the South Downs Way, said: \"Langham Brewery are award-winning local producers, based right in the heart of the National Park - it would be hard to find a more a natural partner to the new charity. The new beer looks and tastes great and we are really grateful for their support of the ‘Mend Our Way\' appeal and other future work.\r\n\r\n\"Fifteen thousand pairs of boots, 10,000 bicycle tyres and 800 hooves travel the length of the trail each year, and millions more will enjoy a section of it, causing a lot of wear and tear! Langham Brewery\'s donations will help us with significant projects on more remote sections of the path which, are too expensive to tackle using existing funds.\"\r\n\r\n<strong>Award-winning range extended with new keg beers</strong>\r\n\r\nThe launch of South Downs Best Bitter comes hot on the heels of Langham Brewery\'s Triple XXX beer taking the silver award in the ‘Cask Champion Standard Mild and Brown Ales\' category at the SIBA National Independent Beer Awards 2018, adding another win to its already impressive trophy cabinet.\r\n\r\nNow the brewery is extending beyond cask and bottled ales with the launch of six new craft keg beers including three unfiltered from its cask range, which provides real ale with all the advantages of keg, and three new brews.\r\n\r\nThe three new keg beers available this summer are - Lodsteiner, an authentic German Pils; O\'Reallys an authentic Irish stout and a powerfully hopped fruity New England IPA called Rocket Juice.\r\n\r\nBeer alchemist and co-founder James Berrow said: \"Our passion is to produce innovative, distinctive and flavoursome real ales using the finest quality ingredients and traditional craft skills. As we are completely independent we are not constrained in our recipes. The beer always comes first.\"\r\n\r\nHe adds: \"We pride ourselves on our modern brews with a traditional twist and our new craft keg beers are no exception. We have invested in a state of the art kegging plant and taken our time to ensure we are completely satisfied with our new beers. You can\'t hurry a good brew!\".\r\n\r\nLangham Brewery was <a id=\"_Hlk510037318\"></a>one of the first four breweries in England to gain a <a href=\"https://app.prmax.co.uk/track/25015093/click/2a5fdb5a-6d75-11e8-a862-50e549351d15\" target=\"_blank\" rel=\"noopener\"><span class=\"Hyperlink\">Cask Marque</span></a> and <a href=\"https://app.prmax.co.uk/track/25015093/click/2a65928e-6d75-11e8-a862-50e549351d15\" target=\"_blank\" rel=\"noopener\"><span class=\"Hyperlink\">SALSA</span><span class=\"Hyperlink\"> </span></a>plus Beer accreditation for its quality brewing processes and performance and still secondary cask conditions its ale.','Way To Go - Award-winning microbrewery brews up funding for South Downs National Park Trust','','publish','closed','open','','way-to-go-award-winning-microbrewery-brews-up-funding-for-south-downs-national-park-trust','','','2018-06-11 14:19:22','2018-06-11 14:19:22','',0,'http://www.ontradeprogress.com/?p=1610',0,'post','',0),(1611,1,'2018-06-11 14:16:50','2018-06-11 14:16:50','','Screen Shot 2018-06-11 at 15.12.12','','inherit','closed','closed','','screen-shot-2018-06-11-at-15-12-12','','','2018-06-11 14:16:50','2018-06-11 14:16:50','',1610,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-15.12.12.png',0,'attachment','image/png',0),(1612,1,'2018-06-11 14:17:34','2018-06-11 14:17:34','<strong>Langham Brewery has released the first bottles of its classic South Downs Best Bitter to support work in the South Downs National Park, including a campaign to raise funds for critical repairs on the South Downs Way national trail.</strong>\r\n\r\nFive pence from every bottle sold will go to the South Downs National Park Trust\'s ‘Mend our Way\' campaign to fix broken sections of the South Downs Way.\r\n\r\nThe independent craft microbrewery, which produces cask conditioned real ales and keg beers including Halfway to Heaven, Hip Hop and Arapaho, is based within the National Park on the Cowdray Estate, near Petworth, West Sussex. Langham became the first corporate partner of the South Downs National Park Trust, which launched last year.\r\n\r\nLesley Foulkes, the brewery\'s co-founder said: \"We\'re thrilled with our South Downs Best Bitter which features a striking image inspired by the beautiful South Downs on its label. We are aiming to raise a significant amount over the next couple of years towards projects in the National Park, including vital restoration of sections of the South Downs Way.\"\r\n\r\nShe added: \"We have welcomed the opportunity to collaborate with the trust to raise awareness of the fabulous countryside that surrounds us, and to lead the way in raising funds to conserve the much-loved South Downs Way for future generations.\"\r\n\r\n<strong>Walk this way: new South Downs information point</strong>\r\n\r\nThe steam heated brewery is also creating a South Downs National Park Information Point at the brewery and has signed up to the National Park Authority\'s new Cyclists and Walkers Initiative.\r\n\r\nFoulkes said: \"The information point will be a place where weary cyclists, walkers and people just passing by can drop in and enjoy refreshments in convivial surroundings and discover the delights and possibilities of the National Park, the South Downs Way and surrounding countryside.\"\r\n\r\nAndy Gattiker, who manages the South Downs Way, said: \"Langham Brewery are award-winning local producers, based right in the heart of the National Park - it would be hard to find a more a natural partner to the new charity. The new beer looks and tastes great and we are really grateful for their support of the ‘Mend Our Way\' appeal and other future work.\r\n\r\n\"Fifteen thousand pairs of boots, 10,000 bicycle tyres and 800 hooves travel the length of the trail each year, and millions more will enjoy a section of it, causing a lot of wear and tear! Langham Brewery\'s donations will help us with significant projects on more remote sections of the path which, are too expensive to tackle using existing funds.\"\r\n\r\n<strong>Award-winning range extended with new keg beers</strong>\r\n\r\nThe launch of South Downs Best Bitter comes hot on the heels of Langham Brewery\'s Triple XXX beer taking the silver award in the ‘Cask Champion Standard Mild and Brown Ales\' category at the SIBA National Independent Beer Awards 2018, adding another win to its already impressive trophy cabinet.\r\n\r\nNow the brewery is extending beyond cask and bottled ales with the launch of six new craft keg beers including three unfiltered from its cask range, which provides real ale with all the advantages of keg, and three new brews.\r\n\r\nThe three new keg beers available this summer are - Lodsteiner, an authentic German Pils; O\'Reallys an authentic Irish stout and a powerfully hopped fruity New England IPA called Rocket Juice.\r\n\r\nBeer alchemist and co-founder James Berrow said: \"Our passion is to produce innovative, distinctive and flavoursome real ales using the finest quality ingredients and traditional craft skills. As we are completely independent we are not constrained in our recipes. The beer always comes first.\"\r\n\r\nHe adds: \"We pride ourselves on our modern brews with a traditional twist and our new craft keg beers are no exception. We have invested in a state of the art kegging plant and taken our time to ensure we are completely satisfied with our new beers. You can\'t hurry a good brew!\".\r\n\r\nLangham Brewery was <a id=\"_Hlk510037318\"></a>one of the first four breweries in England to gain a <a href=\"https://app.prmax.co.uk/track/25015093/click/2a5fdb5a-6d75-11e8-a862-50e549351d15\" target=\"_blank\" rel=\"noopener\"><span class=\"Hyperlink\">Cask Marque</span></a> and <a href=\"https://app.prmax.co.uk/track/25015093/click/2a65928e-6d75-11e8-a862-50e549351d15\" target=\"_blank\" rel=\"noopener\"><span class=\"Hyperlink\">SALSA</span><span class=\"Hyperlink\"> </span></a>plus Beer accreditation for its quality brewing processes and performance and still secondary cask conditions its ale.','Way To Go - Award-winning microbrewery brews up funding for South Downs National Park Trust','','inherit','closed','closed','','1610-revision-v1','','','2018-06-11 14:17:34','2018-06-11 14:17:34','',1610,'http://www.ontradeprogress.com/2018/06/11/1610-revision-v1/',0,'revision','',0),(1614,1,'2018-06-11 14:26:30','2018-06-11 14:26:30','','Screen Shot 2018-06-11 at 15.23.27','','inherit','closed','closed','','screen-shot-2018-06-11-at-15-23-27','','','2018-06-11 14:26:30','2018-06-11 14:26:30','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-15.23.27.png',0,'attachment','image/png',0),(1616,1,'2018-06-11 14:27:40','2018-06-11 14:27:40','','Drury','','inherit','closed','closed','','drury','','','2018-06-11 14:27:40','2018-06-11 14:27:40','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Drury.jpg',0,'attachment','image/jpeg',0),(1617,1,'2018-06-11 14:28:58','2018-06-11 14:28:58','','Screen Shot 2018-06-11 at 15.28.02','','inherit','closed','closed','','screen-shot-2018-06-11-at-15-28-02','','','2018-06-11 14:28:58','2018-06-11 14:28:58','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-15.28.02.png',0,'attachment','image/png',0),(1619,1,'2018-06-11 14:42:34','2018-06-11 14:42:34','<strong>Future mandatory wage rate increases should only be introduced after full consideration of economic pressures on businesses and take into account sector job losses, according to UKHospitality.</strong>\r\n\r\nUKHospitality has met with the Low Pay Commission (LPC) this week to discuss wage rates and the impact on the sector. The meeting follows last week’s annual consultation by the LPC, to which UKHospitality responded.\r\n\r\nUKHospitality has advised the LPC on how best to make National Minimum and Living Wage rates work in the current, challenging market and cautioned against proposals that could lead to job losses.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Increases in the rate of National Minimum or Living Wage will put more money into the pockets of our customers, but the Low Pay Commission needs to be cautious about further tightening margins for employers. Increases to wage rates must take into account the economic pressures being faced by employers, or the jobs themselves could be under threat.\r\n\r\n“It is crucial that the LPC recognises this, along with recent closures in the sector when making its recommendations to the Government.\r\n\r\n“The hospitality workforce is in a transitional phase as Brexit approaches and needs stability to adapt. This includes the retention of differential wage rates for younger employees to support youth employment and career progression.\r\n\r\n“The Government can support work, training and the UK’s younger workers by reforming the apprenticeship system and bringing forward early introduction of T-levels urgently to help with workforce supply and development.”','UKHospitality promotes job stability at Low Pay Commission','','publish','closed','open','','ukhospitality-promotes-job-stability-at-low-pay-commission','','','2018-06-11 14:42:34','2018-06-11 14:42:34','',0,'http://www.ontradeprogress.com/?p=1619',0,'post','',0),(1620,1,'2018-06-11 14:42:34','2018-06-11 14:42:34','<strong>Future mandatory wage rate increases should only be introduced after full consideration of economic pressures on businesses and take into account sector job losses, according to UKHospitality.</strong>\r\n\r\nUKHospitality has met with the Low Pay Commission (LPC) this week to discuss wage rates and the impact on the sector. The meeting follows last week’s annual consultation by the LPC, to which UKHospitality responded.\r\n\r\nUKHospitality has advised the LPC on how best to make National Minimum and Living Wage rates work in the current, challenging market and cautioned against proposals that could lead to job losses.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Increases in the rate of National Minimum or Living Wage will put more money into the pockets of our customers, but the Low Pay Commission needs to be cautious about further tightening margins for employers. Increases to wage rates must take into account the economic pressures being faced by employers, or the jobs themselves could be under threat.\r\n\r\n“It is crucial that the LPC recognises this, along with recent closures in the sector when making its recommendations to the Government.\r\n\r\n“The hospitality workforce is in a transitional phase as Brexit approaches and needs stability to adapt. This includes the retention of differential wage rates for younger employees to support youth employment and career progression.\r\n\r\n“The Government can support work, training and the UK’s younger workers by reforming the apprenticeship system and bringing forward early introduction of T-levels urgently to help with workforce supply and development.”','UKHospitality promotes job stability at Low Pay Commission','','inherit','closed','closed','','1619-revision-v1','','','2018-06-11 14:42:34','2018-06-11 14:42:34','',1619,'http://www.ontradeprogress.com/2018/06/11/1619-revision-v1/',0,'revision','',0),(1621,1,'2018-06-11 14:57:46','2018-06-11 14:57:46','<div class=\"page\" title=\"Page 44\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Fat Media are a full-service digital agency with a host of hospitality clients. From bars and restaurants, to national hotel chains, we have a host of experience in working in the sector. Our services include website design and development, digital marketing, branding and graphic design. With a team of 100, all specialists in our chosen fields, we really can deliver this huge range of services at the standard you would expect, all under one roof (well, technically three! We have offices in Lancaster, Bristol and London.)</strong>\r\n\r\nWe’re proud of our track record in the hospitality sector, and this is demonstrated by two prestigious award wins in recent times. Our booking system and website development for YOTEL won Digital Project of the Year at the 2017 UK IT Industry Awards, while our design and digital marketing for the Wildsmith Hotels group won Best Website Design and SEO Marketing at the 2018 Hotel Marketing Awards.\r\n\r\nTo us, the most important thing is to get results for <span style=\"font-size: 14px;\">our clients. We take the time to get to know you and your business, to understand your customers and your competition. We love a challenge, and </span><span style=\"font-size: 14px;\">our close-knit team work together to come up </span><span style=\"font-size: 14px;\">with the best solution possible.</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\nGive us a call on 01524 548948, or email info@fatmedia.co.uk to find out more, or check out www.fatmedia.co.uk. We can’t wait to work with you!\r\n\r\n</div>\r\n</div>\r\n</div>','Fat Media celebrates track record of success','','publish','closed','open','','fat-media-celebrates-track-record-of-success','','','2018-06-11 15:04:04','2018-06-11 15:04:04','',0,'http://www.ontradeprogress.com/?p=1621',0,'post','',0),(1622,1,'2018-06-11 14:55:44','2018-06-11 14:55:44','','Screen Shot 2018-06-11 at 15.55.18','','inherit','closed','closed','','screen-shot-2018-06-11-at-15-55-18','','','2018-06-11 14:55:44','2018-06-11 14:55:44','',1621,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-15.55.18.png',0,'attachment','image/png',0),(1623,1,'2018-06-11 14:55:57','2018-06-11 14:55:57','<div class=\"page\" title=\"Page 44\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Fat Media are a full-service digital agency with a host of hospitality clients. From bars and restaurants, to national hotel chains, we have a host of experience in working in the sector. Our services include website design and development, digital marketing, branding and graphic design. With a team of 100, all specialists in our chosen fields, we really can deliver this huge range of services at the standard you would expect, all under one roof (well, technically three! We have offices in Lancaster, Bristol and London.)</strong>\r\n\r\nWe’re proud of our track record in the hospitality sector, and this is demonstrated by two prestigious award wins in recent times. Our booking system and website development for YOTEL won Digital Project of the Year at the 2017 UK IT Industry Awards, while our design and digital marketing for the Wildsmith Hotels group won Best Website Design and SEO Marketing at the 2018 Hotel Marketing Awards.\r\n\r\nTo us, the most important thing is to get results for <span style=\"font-size: 14px;\">our clients. We take the time to get to know you and your business, to understand your customers and your competition. We love a challenge, and </span><span style=\"font-size: 14px;\">our close-knit team work together to come up </span><span style=\"font-size: 14px;\">with the best solution possible.</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\nGive us a call on 01524 548948, or email info@fatmedia.co.uk to find out more, or check out www.fatmedia.co.uk. We can’t wait to work with you!\r\n\r\n</div>\r\n</div>\r\n</div>','Fat Media celebrates track record of success','','inherit','closed','closed','','1621-revision-v1','','','2018-06-11 14:55:57','2018-06-11 14:55:57','',1621,'http://www.ontradeprogress.com/2018/06/11/1621-revision-v1/',0,'revision','',0),(1624,1,'2018-06-11 15:03:24','2018-06-11 15:03:24','','Screen Shot 2018-06-11 at 16.02.44','','inherit','closed','closed','','screen-shot-2018-06-11-at-16-02-44','','','2018-06-11 15:03:24','2018-06-11 15:03:24','',1621,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-16.02.44.png',0,'attachment','image/png',0),(1627,1,'2018-06-12 09:33:41','2018-06-12 09:33:41','<strong>Foodservice Quality Food Awards Launches Manufacturer-focused Development Chef Award </strong><strong style=\"font-size: 14px;\">to Recognise Unsung Innovators</strong>\r\n\r\n<img class=\" wp-image-1628 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-10.31.48.png\" alt=\"\" width=\"180\" height=\"280\" />\r\n\r\nThe highly prestigious UK Foodservice Quality Food Awards has launched a very special Development Chef gong aimed squarely at manufacturers. With an exclusive deadline of the 6<sup>th</sup> of July, the award is completely free to enter and designed to shine a spotlight on the industry innovators working tirelessly behind the scenes.\r\n\r\nOpen to manufacturers and suppliers across foodservice, candidates can enter themselves into the award or be nominated by a colleague or supplier. Getting involved couldn’t be easier, entrants can follow this link: <a href=\"http://uk.qualityfoodawards.com/qfa2018/en/page/foodservice-development-chef-of-the-year\">http://uk.qualityfoodawards.com/qfa2018/en/page/foodservice-development-chef-of-the-year</a> and leave a 400 word supporting statement, detailing achievements to date, relevant skills, any contract wins and notable pieces of NPD. A favourite recipe of choice should also form part of the 400 word submission\r\n\r\nEntrants are also invited to upload an optional supporting presentation or recipe video to the site. Chef candidates will then be invited to a very special judging day on 16<sup>th</sup> August at the University of West London, in Ealing, where they will be tasked with bringing the recipe to life for the esteemed judging panel to sample. This demonstration, plus the initial submission, will count towards one deserving victor being crowned during a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel.<strong> </strong>\r\n\r\nHelen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: “The award is unique as it seeks to recognise the highly skilled chefs, working in manufacturing, that keep the wheels of this innovative sector turning. Have you or someone in your team produced a fantastic product to help drive your business forward? Don’t let this hard work go unnoticed. The UK Foodservice Quality Food Awards is all about banging the drum for the industry - development chefs are its lifeblood. Now is the time to celebrate the many achievements of these outstanding individuals.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more visit: <a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice Quality Food Awards','','publish','closed','open','','foodservice-quality-food-awards','','','2018-06-12 09:34:28','2018-06-12 09:34:28','',0,'http://www.ontradeprogress.com/?p=1627',0,'post','',0),(1628,1,'2018-06-12 09:32:17','2018-06-12 09:32:17','','Screen Shot 2018-06-12 at 10.31.48','','inherit','closed','closed','','screen-shot-2018-06-12-at-10-31-48','','','2018-06-12 09:32:17','2018-06-12 09:32:17','',1627,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-10.31.48.png',0,'attachment','image/png',0),(1629,1,'2018-06-12 09:32:24','2018-06-12 09:32:24','','Screen Shot 2018-06-12 at 10.32.00','','inherit','closed','closed','','screen-shot-2018-06-12-at-10-32-00','','','2018-06-12 09:32:24','2018-06-12 09:32:24','',1627,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-10.32.00.png',0,'attachment','image/png',0),(1630,1,'2018-06-12 09:33:20','2018-06-12 09:33:20','<strong>Foodservice Quality Food Awards Launches Manufacturer-focused Development Chef Award </strong><strong style=\"font-size: 14px;\">to Recognise Unsung Innovators</strong>\r\n\r\n<img class=\" wp-image-1628 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-10.31.48.png\" alt=\"\" width=\"180\" height=\"280\" />\r\n\r\nThe highly prestigious UK Foodservice Quality Food Awards has launched a very special Development Chef gong aimed squarely at manufacturers. With an exclusive deadline of the 6<sup>th</sup> of July, the award is completely free to enter and designed to shine a spotlight on the industry innovators working tirelessly behind the scenes.\r\n\r\nOpen to manufacturers and suppliers across foodservice, candidates can enter themselves into the award or be nominated by a colleague or supplier. Getting involved couldn’t be easier, entrants can follow this link: <a href=\"http://uk.qualityfoodawards.com/qfa2018/en/page/foodservice-development-chef-of-the-year\">http://uk.qualityfoodawards.com/qfa2018/en/page/foodservice-development-chef-of-the-year</a> and leave a 400 word supporting statement, detailing achievements to date, relevant skills, any contract wins and notable pieces of NPD. A favourite recipe of choice should also form part of the 400 word submission\r\n\r\nEntrants are also invited to upload an optional supporting presentation or recipe video to the site. Chef candidates will then be invited to a very special judging day on 16<sup>th</sup> August at the University of West London, in Ealing, where they will be tasked with bringing the recipe to life for the esteemed judging panel to sample. This demonstration, plus the initial submission, will count towards one deserving victor being crowned during a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel.<strong> </strong>\r\n\r\nHelen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: “The award is unique as it seeks to recognise the highly skilled chefs, working in manufacturing, that keep the wheels of this innovative sector turning. Have you or someone in your team produced a fantastic product to help drive your business forward? Don’t let this hard work go unnoticed. The UK Foodservice Quality Food Awards is all about banging the drum for the industry - development chefs are its lifeblood. Now is the time to celebrate the many achievements of these outstanding individuals.”\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\nTo find out more visit: <a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice Quality Food Awards','','inherit','closed','closed','','1627-revision-v1','','','2018-06-12 09:33:20','2018-06-12 09:33:20','',1627,'http://www.ontradeprogress.com/2018/06/12/1627-revision-v1/',0,'revision','',0),(1631,1,'2018-06-12 10:08:05','2018-06-12 10:08:05','<div class=\"page\" title=\"Page 24\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Hijack Systems welcomes the iTilt to its innovative product range</strong>\r\n\r\nHijack Systems, the specialist manufacturer of cellar storage equipment, has added the iTilt to its list of innovative products. The iTilt is a cask tilter with no springs and is just one of many products aimed at making cellar storage as easy as possible.\r\n\r\nKen Stilton, proprietor of Hijack Systems is a professional design engineer with 30 years experience in cellar equipment, <span style=\"font-size: 14px;\">therefore, as well as Hijack Systems standard range of equipment, it is able to solve problems that arise in difficult cellar areas; a special built in lift being one example.</span>\r\n\r\n<span style=\"font-size: 14px;\">Stilton says: “All of our products are designed and manufactured here in England. Most of our customers are based in the U.K. but we have over the years exported to Japan, Ireland and more recently, to America. </span><span style=\"font-size: 14px;\">“We are a family business, based in North Yorkshire, and are always looking ahead as far as cellar equipment is concerned.” </span>\r\n\r\n</div>\r\n</div>\r\n</div>','Hijack Systems welcomes the iTilt to its innovative product range','','publish','closed','open','','hijack-systems-welcomes-the-itilt-to-its-innovative-product-range','','','2018-06-12 10:08:05','2018-06-12 10:08:05','',0,'http://www.ontradeprogress.com/?p=1631',0,'post','',0),(1632,1,'2018-06-12 10:05:23','2018-06-12 10:05:23','','Screen Shot 2018-06-12 at 11.04.33','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-04-33','','','2018-06-12 10:05:23','2018-06-12 10:05:23','',1631,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.04.33.png',0,'attachment','image/png',0),(1633,1,'2018-06-12 10:05:53','2018-06-12 10:05:53','<div class=\"page\" title=\"Page 24\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Hijack Systems welcomes the iTilt to its innovative product range</strong>\r\n\r\nHijack Systems, the specialist manufacturer of cellar storage equipment, has added the iTilt to its list of innovative products. The iTilt is a cask tilter with no springs and is just one of many products aimed at making cellar storage as easy as possible.\r\n\r\nKen Stilton, proprietor of Hijack Systems is a professional design engineer with 30 years experience in cellar equipment, <span style=\"font-size: 14px;\">therefore, as well as Hijack Systems standard range of equipment, it is able to solve problems that arise in difficult cellar areas; a special built in lift being one example.</span>\r\n\r\n<span style=\"font-size: 14px;\">Stilton says: “All of our products are designed and manufactured here in England. Most of our customers are based in the U.K. but we have over the years exported to Japan, Ireland and more recently, to America. </span><span style=\"font-size: 14px;\">“We are a family business, based in North Yorkshire, and are always looking ahead as far as cellar equipment is concerned.” </span>\r\n\r\n</div>\r\n</div>\r\n</div>','Hijack Systems welcomes the iTilt to its innovative product range','','inherit','closed','closed','','1631-revision-v1','','','2018-06-12 10:05:53','2018-06-12 10:05:53','',1631,'http://www.ontradeprogress.com/2018/06/12/1631-revision-v1/',0,'revision','',0),(1634,1,'2018-06-12 10:29:52','2018-06-12 10:29:52','<strong>ARYZTA Food Solutions UK is set to return to the world’s greatest restaurant festival, Taste of London, this June with Chef Ambassadors James Tanner and Wendy Lo, showcasing two exclusive signature creations.</strong>\r\n\r\n<img class=\" wp-image-1635 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.26.33.png\" alt=\"\" width=\"252\" height=\"371\" />\r\n\r\nYoung chef ambassador Wendy, 23, a former student of City of Glasgow College and winner of 2017’s Chefs at Play challenge, will be presenting her stunning ‘on-the-go’ winning patisserie product – <em>A Taste of Spring</em>, while James’s decadent <em>Signature Chocolate Pav</em><em>é</em> will also be on show for visitors to see and sample.\r\n\r\nOn Friday 15<sup>th</sup> June, the two will unite on ARYZTA Food Solutions’ stand in the artisan producers section of the show. The chefs will be on hand to introduce visitors to their products, talk inspiration and help bring Aryzta’s much sought after afternoon tea service to life for hungry participants.\r\n\r\n<strong>James said: </strong>“I can’t wait to bring my signature dessert to the masses at Taste of London, it’s always such a great event, and when people see what ARYZTA have planned for 2018 they won’t be disappointed. Friday will be a day like no other as Wendy and I saddle up to show off our creations – she’s one of the most promising young chefs I’ve seen in a long time, with a really bright future – I’m looking forward to catching up with her journey from student chef to present day.”\r\n\r\n<strong>Wendy added: </strong>“I’m so looking forward to coming to Taste of London, catching up with James and working with the team at ARYZTA. Seeing my product on display is a real proud moment for me, especially at such a prestigious, well-known event.”\r\n\r\nWendy’s signature<em> A Taste of Spring</em> is a sweet tartelette case, filled with honey blossom mousse, topped with elderflower and strawberry jam and lemon curd, garnished with fresh strawberries, blueberries and pistachio nuts. An eye catching, Instagram-worthy product bound to receive a lot of attention.\r\n\r\nJames’s Chocolate Pavé is a rich chocolate brownie base, topped with a milk chocolate praline feuilletine and decadent Ecuadorian chocolate truffle, decorated with chocolate mirror glaze and cacao nibs. Both products will be on show throughout the event.\r\n\r\nThis year alongside the afternoon tea service during lunch sessions, the company will be offering a Dine with ARYZTA experience for the evening sessions. Each session will offer a selection of products from ARYZTA’s elegant reception and savoury range, delivered with a unique festival twist. Both sessions will take place on the company’s stand with table seating available.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311</strong>\r\n\r\n<strong>email: </strong><a href=\"mailto:marketing.uk@aryzta.com\"><strong>marketing.uk@aryzta.com</strong></a><strong> or visit: </strong><a href=\"http://www.aryztafoodsolutions.co.uk/\"><strong>www.aryztafoodsolutions.co.uk</strong></a>','Chef ambassadors unite for Taste of London','','publish','closed','open','','chef-ambassadors-unite-for-taste-of-london','','','2018-06-12 10:29:52','2018-06-12 10:29:52','',0,'http://www.ontradeprogress.com/?p=1634',0,'post','',0),(1635,1,'2018-06-12 10:26:57','2018-06-12 10:26:57','','Screen Shot 2018-06-12 at 11.26.33','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-26-33','','','2018-06-12 10:26:57','2018-06-12 10:26:57','',1634,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.26.33.png',0,'attachment','image/png',0),(1636,1,'2018-06-12 10:27:54','2018-06-12 10:27:54','','Screen Shot 2018-06-12 at 11.25.39','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-25-39','','','2018-06-12 10:27:54','2018-06-12 10:27:54','',1634,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.25.39.png',0,'attachment','image/png',0),(1637,1,'2018-06-12 10:29:52','2018-06-12 10:29:52','<strong>ARYZTA Food Solutions UK is set to return to the world’s greatest restaurant festival, Taste of London, this June with Chef Ambassadors James Tanner and Wendy Lo, showcasing two exclusive signature creations.</strong>\r\n\r\n<img class=\" wp-image-1635 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.26.33.png\" alt=\"\" width=\"252\" height=\"371\" />\r\n\r\nYoung chef ambassador Wendy, 23, a former student of City of Glasgow College and winner of 2017’s Chefs at Play challenge, will be presenting her stunning ‘on-the-go’ winning patisserie product – <em>A Taste of Spring</em>, while James’s decadent <em>Signature Chocolate Pav</em><em>é</em> will also be on show for visitors to see and sample.\r\n\r\nOn Friday 15<sup>th</sup> June, the two will unite on ARYZTA Food Solutions’ stand in the artisan producers section of the show. The chefs will be on hand to introduce visitors to their products, talk inspiration and help bring Aryzta’s much sought after afternoon tea service to life for hungry participants.\r\n\r\n<strong>James said: </strong>“I can’t wait to bring my signature dessert to the masses at Taste of London, it’s always such a great event, and when people see what ARYZTA have planned for 2018 they won’t be disappointed. Friday will be a day like no other as Wendy and I saddle up to show off our creations – she’s one of the most promising young chefs I’ve seen in a long time, with a really bright future – I’m looking forward to catching up with her journey from student chef to present day.”\r\n\r\n<strong>Wendy added: </strong>“I’m so looking forward to coming to Taste of London, catching up with James and working with the team at ARYZTA. Seeing my product on display is a real proud moment for me, especially at such a prestigious, well-known event.”\r\n\r\nWendy’s signature<em> A Taste of Spring</em> is a sweet tartelette case, filled with honey blossom mousse, topped with elderflower and strawberry jam and lemon curd, garnished with fresh strawberries, blueberries and pistachio nuts. An eye catching, Instagram-worthy product bound to receive a lot of attention.\r\n\r\nJames’s Chocolate Pavé is a rich chocolate brownie base, topped with a milk chocolate praline feuilletine and decadent Ecuadorian chocolate truffle, decorated with chocolate mirror glaze and cacao nibs. Both products will be on show throughout the event.\r\n\r\nThis year alongside the afternoon tea service during lunch sessions, the company will be offering a Dine with ARYZTA experience for the evening sessions. Each session will offer a selection of products from ARYZTA’s elegant reception and savoury range, delivered with a unique festival twist. Both sessions will take place on the company’s stand with table seating available.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311</strong>\r\n\r\n<strong>email: </strong><a href=\"mailto:marketing.uk@aryzta.com\"><strong>marketing.uk@aryzta.com</strong></a><strong> or visit: </strong><a href=\"http://www.aryztafoodsolutions.co.uk/\"><strong>www.aryztafoodsolutions.co.uk</strong></a>','Chef ambassadors unite for Taste of London','','inherit','closed','closed','','1634-revision-v1','','','2018-06-12 10:29:52','2018-06-12 10:29:52','',1634,'http://www.ontradeprogress.com/2018/06/12/1634-revision-v1/',0,'revision','',0),(1638,1,'2018-06-12 10:50:08','2018-06-12 10:50:08','<img class=\"wp-image-1640 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.48.25.png\" alt=\"\" width=\"202\" height=\"42\" />\r\n\r\n<strong>The Hendi Contact Grill “Panini” is just the thing for the counter-top or back bar area in cafes,bars, coffee shops and anywhere wanting to serve up a quick snack in limited space.</strong>\r\n\r\nThe compact unit is available with either flat or ribbed cast iron plates and measures just 430mm(w) x 370mm(d). However, inside the wipe-clean stainless steel casing the grill offers a generous 340mm(w) x230mm(d) cooking area for paninis or other grilled sandwich items, whilst the pull-down lid ensures even top and bottom cooking.\r\n\r\nAn adjustable thermostat can be turned up to 300°C using a simple knob on the front panel, which also houses a handy indicator light. The integral fat collection tray and backsplash, plus a complementary wire brush, make for easy cleaning after use. Both the ribbed and flat units have a list price of £198.69 + VAT.\r\n\r\nFor more information on the Hendi Contact Grill “Panini”, or any other product in the Hendi UK range, please visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 0143200.','A panini grill to thrill from Hendi','','publish','closed','open','','a-panini-grill-to-thrill-from-hendi','','','2018-06-12 10:50:08','2018-06-12 10:50:08','',0,'http://www.ontradeprogress.com/?p=1638',0,'post','',0),(1639,1,'2018-06-12 10:47:42','2018-06-12 10:47:42','','Screen Shot 2018-06-12 at 11.39.46','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-39-46','','','2018-06-12 10:47:42','2018-06-12 10:47:42','',1638,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.39.46.png',0,'attachment','image/png',0),(1640,1,'2018-06-12 10:49:34','2018-06-12 10:49:34','','Screen Shot 2018-06-12 at 11.48.25','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-48-25','','','2018-06-12 10:49:34','2018-06-12 10:49:34','',1638,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.48.25.png',0,'attachment','image/png',0),(1641,1,'2018-06-12 10:50:08','2018-06-12 10:50:08','<img class=\"wp-image-1640 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.48.25.png\" alt=\"\" width=\"202\" height=\"42\" />\r\n\r\n<strong>The Hendi Contact Grill “Panini” is just the thing for the counter-top or back bar area in cafes,bars, coffee shops and anywhere wanting to serve up a quick snack in limited space.</strong>\r\n\r\nThe compact unit is available with either flat or ribbed cast iron plates and measures just 430mm(w) x 370mm(d). However, inside the wipe-clean stainless steel casing the grill offers a generous 340mm(w) x230mm(d) cooking area for paninis or other grilled sandwich items, whilst the pull-down lid ensures even top and bottom cooking.\r\n\r\nAn adjustable thermostat can be turned up to 300°C using a simple knob on the front panel, which also houses a handy indicator light. The integral fat collection tray and backsplash, plus a complementary wire brush, make for easy cleaning after use. Both the ribbed and flat units have a list price of £198.69 + VAT.\r\n\r\nFor more information on the Hendi Contact Grill “Panini”, or any other product in the Hendi UK range, please visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 0143200.','A panini grill to thrill from Hendi','','inherit','closed','closed','','1638-revision-v1','','','2018-06-12 10:50:08','2018-06-12 10:50:08','',1638,'http://www.ontradeprogress.com/2018/06/12/1638-revision-v1/',0,'revision','',0),(1642,1,'2018-06-12 11:00:00','2018-06-12 11:00:00','<img class=\" wp-image-1645 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.53.18.png\" alt=\"\" width=\"150\" height=\"142\" />\r\n\r\n<strong>GO! Organic, London’s new summer festival celebrating the very best in organic, sustainability and healthy lifestyles, has added more big names to its line-up, including celebrity chef Theo Randall.</strong>\r\n\r\nTaking place over the weekend of 8-9 September at Battersea Park, there will be over a dozen live cooking demonstrations in the Organic Kitchen, with top chefs sharing their pro tips and exclusive recipes for creating tasty, naturally-good food every day.\r\n\r\nFor Italian food lovers – Theo Randall’s exclusive demo on Sunday 9 September (1pm) is a must.  A former head chef at the legendary River Café (it was under his direction that the restaurant won its first Michelin Star in 1997), his restaurant ‘Theo Randall at the InterContinental’ in London is consistently voted one of the best Italians in the UK.  He’ll be talking about his passion for all things organic, while preparing a selection of his favourite dishes from his new book <em>My Simple Italian</em>.\r\n\r\nOther new names on the menu include: Asian cookery expert and London Food Board member Angela Malik, who’ll be focusing on the importance of buying and using sustainably-sourced ingredients at home.  And \'plant-forward\' chef Jay Morjaria, founder of central London’s first meat free cooking school Sutra Kitchen.\r\n\r\nThey join Gelf Alderson, executive chef at River Cottage; Emily Watkins, head chef of The Kingham Plough; eco restauranteur Arthur Potts-Dawson; leading food writer and chef Rosie Birkett; and <em>GBBO</em> contestant Chetna Makan.\r\n\r\n“Organic is more relevant than ever, appealing to everyone from foodies to families, and all those who are looking for food, as it should be, and the benefits that organic brings.  I’m really looking forward to cooking at GO! Organic Festival and enjoying this festival with my family,\" says Chetna Makan, who will be showing how to make easy Indian street food that tastes amazing and takes just minutes to prepare at 2pm on Saturday 8 September.\r\n\r\nIf all that talk of food gets you hungry, GO! Organic Festival’s indoor organic marketplace has you covered.\r\n\r\nThe following are just some of the organic food and drink stalls available: Abel &amp; Cole, Alara, Balanced Nature, Bio-tiful Dairy, Calon Wen Organic Dairy, Celtic Bakers, Clearspring, Cocoa Loco, Community Foods (Tarantella and Crazy Jack), Cream O\'Galloway, Divine Chocolate, Fatty’s Organic Gin, Greener Greens, G’s Fresh, Happy Butter, Happy Kombucha, Helen Browning’s Organic, Honest Organic, Infinity Foods, Nutri-Fungi, Peelham Farm, Produce World, Pukka, Pull The Cork, Purearth, Riverford, Sunfresh, The Tomato Stall, Tiny Leaf, Vintage Roots &amp; London and Scottish International (hosting a pop up bar), Wyld Wood Cider (Westons Cider), and Yogi Tea.\r\n\r\nGO! Organic has also teamed up with Stroud Brewery to present the GO! Organic Beer Festival.  Featuring over 40 of the best organic beers from UK organic breweries, it will have something for everyone – from refreshing IPAs to malty rich stouts.  Plus, why not join in the Stroud Brewery tasting sessions, hosted by founder and managing director Greg Pilley.\r\n\r\nBeer’s not your thing?  There’s plenty of activities to keep the whole family busy, including a raft of big-names and up-and-coming bands on the main stage; celebrity talks; children’s entertainers; fantastic feature areas like Meet The Farmer and the Clearspring Japanese Garden; Abel &amp; Cole’s picnic area; circus acts; free fair rides; a children’s farm; hands-on workshops; bug hunts and so much more.\r\n\r\nDiscounted advance tickets can be purchased via the website, with tickets for adults priced at £26, children at £13, and a family of four at £69 (after the early bird discount ends, prices are £32 for adults, £15 for children and £85 for a family ticket).  For full details, please visit <a href=\"http://www.goorganicfestival.co.uk/\">www.goorganicfestival.co.uk</a>.\r\n\r\nFor further information about getting involved, please contact the festival’s sales manager Amanda Thackray at<a href=\"mailto:athackray@divcom.co.uk\">athackray@divcom.co.uk</a>.','GO! Organic Festival: New chefs & foodie features galore','','publish','closed','open','','go-organic-festival-new-chefs-foodie-features-galore','','','2018-06-12 11:00:44','2018-06-12 11:00:44','',0,'http://www.ontradeprogress.com/?p=1642',0,'post','',0),(1643,1,'2018-06-12 10:55:43','2018-06-12 10:55:43','','Screen Shot 2018-06-12 at 11.53.57','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-53-57','','','2018-06-12 10:55:43','2018-06-12 10:55:43','',1642,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.53.57.png',0,'attachment','image/png',0),(1644,1,'2018-06-12 10:55:51','2018-06-12 10:55:51','','Screen Shot 2018-06-12 at 11.53.42','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-53-42','','','2018-06-12 10:55:51','2018-06-12 10:55:51','',1642,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.53.42.png',0,'attachment','image/png',0),(1645,1,'2018-06-12 10:55:58','2018-06-12 10:55:58','','Screen Shot 2018-06-12 at 11.53.18','','inherit','closed','closed','','screen-shot-2018-06-12-at-11-53-18','','','2018-06-12 10:55:58','2018-06-12 10:55:58','',1642,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.53.18.png',0,'attachment','image/png',0),(1646,1,'2018-06-12 11:00:00','2018-06-12 11:00:00','<img class=\" wp-image-1645 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-11.53.18.png\" alt=\"\" width=\"150\" height=\"142\" />\r\n\r\n<strong>GO! Organic, London’s new summer festival celebrating the very best in organic, sustainability and healthy lifestyles, has added more big names to its line-up, including celebrity chef Theo Randall.</strong>\r\n\r\nTaking place over the weekend of 8-9 September at Battersea Park, there will be over a dozen live cooking demonstrations in the Organic Kitchen, with top chefs sharing their pro tips and exclusive recipes for creating tasty, naturally-good food every day.\r\n\r\nFor Italian food lovers – Theo Randall’s exclusive demo on Sunday 9 September (1pm) is a must.  A former head chef at the legendary River Café (it was under his direction that the restaurant won its first Michelin Star in 1997), his restaurant ‘Theo Randall at the InterContinental’ in London is consistently voted one of the best Italians in the UK.  He’ll be talking about his passion for all things organic, while preparing a selection of his favourite dishes from his new book <em>My Simple Italian</em>.\r\n\r\nOther new names on the menu include: Asian cookery expert and London Food Board member Angela Malik, who’ll be focusing on the importance of buying and using sustainably-sourced ingredients at home.  And \'plant-forward\' chef Jay Morjaria, founder of central London’s first meat free cooking school Sutra Kitchen.\r\n\r\nThey join Gelf Alderson, executive chef at River Cottage; Emily Watkins, head chef of The Kingham Plough; eco restauranteur Arthur Potts-Dawson; leading food writer and chef Rosie Birkett; and <em>GBBO</em> contestant Chetna Makan.\r\n\r\n“Organic is more relevant than ever, appealing to everyone from foodies to families, and all those who are looking for food, as it should be, and the benefits that organic brings.  I’m really looking forward to cooking at GO! Organic Festival and enjoying this festival with my family,\" says Chetna Makan, who will be showing how to make easy Indian street food that tastes amazing and takes just minutes to prepare at 2pm on Saturday 8 September.\r\n\r\nIf all that talk of food gets you hungry, GO! Organic Festival’s indoor organic marketplace has you covered.\r\n\r\nThe following are just some of the organic food and drink stalls available: Abel &amp; Cole, Alara, Balanced Nature, Bio-tiful Dairy, Calon Wen Organic Dairy, Celtic Bakers, Clearspring, Cocoa Loco, Community Foods (Tarantella and Crazy Jack), Cream O\'Galloway, Divine Chocolate, Fatty’s Organic Gin, Greener Greens, G’s Fresh, Happy Butter, Happy Kombucha, Helen Browning’s Organic, Honest Organic, Infinity Foods, Nutri-Fungi, Peelham Farm, Produce World, Pukka, Pull The Cork, Purearth, Riverford, Sunfresh, The Tomato Stall, Tiny Leaf, Vintage Roots &amp; London and Scottish International (hosting a pop up bar), Wyld Wood Cider (Westons Cider), and Yogi Tea.\r\n\r\nGO! Organic has also teamed up with Stroud Brewery to present the GO! Organic Beer Festival.  Featuring over 40 of the best organic beers from UK organic breweries, it will have something for everyone – from refreshing IPAs to malty rich stouts.  Plus, why not join in the Stroud Brewery tasting sessions, hosted by founder and managing director Greg Pilley.\r\n\r\nBeer’s not your thing?  There’s plenty of activities to keep the whole family busy, including a raft of big-names and up-and-coming bands on the main stage; celebrity talks; children’s entertainers; fantastic feature areas like Meet The Farmer and the Clearspring Japanese Garden; Abel &amp; Cole’s picnic area; circus acts; free fair rides; a children’s farm; hands-on workshops; bug hunts and so much more.\r\n\r\nDiscounted advance tickets can be purchased via the website, with tickets for adults priced at £26, children at £13, and a family of four at £69 (after the early bird discount ends, prices are £32 for adults, £15 for children and £85 for a family ticket).  For full details, please visit <a href=\"http://www.goorganicfestival.co.uk/\">www.goorganicfestival.co.uk</a>.\r\n\r\nFor further information about getting involved, please contact the festival’s sales manager Amanda Thackray at<a href=\"mailto:athackray@divcom.co.uk\">athackray@divcom.co.uk</a>.','GO! Organic Festival: New chefs & foodie features galore','','inherit','closed','closed','','1642-revision-v1','','','2018-06-12 11:00:00','2018-06-12 11:00:00','',1642,'http://www.ontradeprogress.com/2018/06/12/1642-revision-v1/',0,'revision','',0),(1647,1,'2018-06-12 12:29:51','2018-06-12 12:29:51','<strong>UKHospitality has offered to meet with Labour leader Jeremy Corbyn to discuss employment in the hospitality sector.</strong>\r\n\r\nThe invitation follows an announcement by Labour that it would, if elected, seek to introduce legislation to provide transparency to tipping practices and address sexual harassment. Labour has also reiterated plans to introduce a £10 “Real Living Wage”. The comments were made this weekend at the Bakers\' Union annual conference.\r\n\r\nUKHospitality has contacted the Labour leader highlighting efforts already being carried out by the hospitality sector to provide opportunities and safeguard working conditions.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Labour has unveiled plans to bolster equality for employees, but hospitality employers are already working hard to provide transparency and fairness for their workers.\r\n\r\n“Clarity and transparency for staff and management alike regarding the collection of tips is welcome and UKHospitality has worked with Unite and sector representatives to establish that via a code of practice. Any legislation on tips needs to provide the stability that UKHospitality has pushed for so that all employers and employees understand the agreed tipping and tronc measures in place.\r\n\r\n“Measures to address sexual harassment in the workplace are certainly welcome and there can be no place for it within hospitality or any other sector. UKHospitality has been engaging with employee organisations and the Health and Safety Executive to discuss workable solutions to safeguard hospitality staff, particularly those in potentially vulnerable roles.\r\n\r\n“Plans to introduce a £10 per hour Minimum Wage are laudable in theory, but it is important to recognise that such a move would place extreme pressures on some employers. Any increases to the rate of National Minimum or Living Wage must take into account economic pressures and be affordable for employers. Otherwise, the move could easily have the unintended effect of putting people out of work.\r\n\r\n“The sector values its workforce enormously and one of the rationales for our ongoing Workforce 2030 Commission is to secure the future of a sector that provides opportunities and careers.\r\n\r\n“We would welcome a chance to discuss these measures with the Labour leader to see how we can secure support for the sector’s employees and the companies that employ them.”','UKHospitality invites Labour leader to discuss future of sector workforce','','publish','closed','open','','ukhospitality-invites-labour-leader-to-discuss-future-of-sector-workforce','','','2018-06-12 12:29:51','2018-06-12 12:29:51','',0,'http://www.ontradeprogress.com/?p=1647',0,'post','',0),(1648,1,'2018-06-12 12:29:51','2018-06-12 12:29:51','<strong>UKHospitality has offered to meet with Labour leader Jeremy Corbyn to discuss employment in the hospitality sector.</strong>\r\n\r\nThe invitation follows an announcement by Labour that it would, if elected, seek to introduce legislation to provide transparency to tipping practices and address sexual harassment. Labour has also reiterated plans to introduce a £10 “Real Living Wage”. The comments were made this weekend at the Bakers\' Union annual conference.\r\n\r\nUKHospitality has contacted the Labour leader highlighting efforts already being carried out by the hospitality sector to provide opportunities and safeguard working conditions.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Labour has unveiled plans to bolster equality for employees, but hospitality employers are already working hard to provide transparency and fairness for their workers.\r\n\r\n“Clarity and transparency for staff and management alike regarding the collection of tips is welcome and UKHospitality has worked with Unite and sector representatives to establish that via a code of practice. Any legislation on tips needs to provide the stability that UKHospitality has pushed for so that all employers and employees understand the agreed tipping and tronc measures in place.\r\n\r\n“Measures to address sexual harassment in the workplace are certainly welcome and there can be no place for it within hospitality or any other sector. UKHospitality has been engaging with employee organisations and the Health and Safety Executive to discuss workable solutions to safeguard hospitality staff, particularly those in potentially vulnerable roles.\r\n\r\n“Plans to introduce a £10 per hour Minimum Wage are laudable in theory, but it is important to recognise that such a move would place extreme pressures on some employers. Any increases to the rate of National Minimum or Living Wage must take into account economic pressures and be affordable for employers. Otherwise, the move could easily have the unintended effect of putting people out of work.\r\n\r\n“The sector values its workforce enormously and one of the rationales for our ongoing Workforce 2030 Commission is to secure the future of a sector that provides opportunities and careers.\r\n\r\n“We would welcome a chance to discuss these measures with the Labour leader to see how we can secure support for the sector’s employees and the companies that employ them.”','UKHospitality invites Labour leader to discuss future of sector workforce','','inherit','closed','closed','','1647-revision-v1','','','2018-06-12 12:29:51','2018-06-12 12:29:51','',1647,'http://www.ontradeprogress.com/2018/06/12/1647-revision-v1/',0,'revision','',0),(1651,1,'2018-06-12 13:06:47','2018-06-12 13:06:47','','Screen Shot 2018-06-12 at 14.05.27','','inherit','closed','closed','','screen-shot-2018-06-12-at-14-05-27','','','2018-06-12 13:06:47','2018-06-12 13:06:47','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-14.05.27.png',0,'attachment','image/png',0),(1652,1,'2018-06-12 13:06:52','2018-06-12 13:06:52','','Screen Shot 2018-06-12 at 14.05.44','','inherit','closed','closed','','screen-shot-2018-06-12-at-14-05-44','','','2018-06-12 13:06:52','2018-06-12 13:06:52','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-14.05.44.png',0,'attachment','image/png',0),(1656,1,'2018-06-12 14:10:13','2018-06-12 14:10:13','<div style=\"text-align: left;\" align=\"center\"><span style=\"font-family: Calibri; font-size: large;\"><b>Cointreau and South Place Hotel bring a slice of Acapulco to Londoners with a tropical </b></span><span style=\"font-family: Calibri; font-size: large;\"><b>Margarita Loves Cointreau Pop up this summer.</b></span></div>\r\n<img class=\" wp-image-1658 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.07.png\" alt=\"\" width=\"326\" height=\"199\" />\r\n\r\n<span style=\"font-family: Calibri;\">World famous orange liqueur brand Cointreau and </span><span style=\"font-family: Calibri;\">South Place Hotel have collaborated to bring a slice of Acapulco and its vibrant atmosphere to the Secret Garden at South Place Hotel, from June 29th until the end of August, with a truly tropical Margarita Loves Cointreau pop-up.\r\n</span><span style=\"font-family: Calibri;\">\r\nNestled on the first floor of South Place Hotel in East London, the Secret Garden, a veritable oasis of waterfalls and palm trees sets the scene for Cointreau’s celebrations of the 70th anniversary of the original Margarita cocktail.</span>\r\n\r\nTaking inspiration from Acapulco where “Margarita” Sames, famously said of her instantly iconic concoction, “a Margarita without Cointreau is not worth its salt’. The partnership pays homage to the iconic cocktail and its origins by introducing delicious, innovative, Margarita inspired cocktails, as well as the original. The menu includes, a <i>lavender Margarit</i>a, a <i>fruity twist</i> and a <i>citrus chai Margarita</i> which are all perfectly suited to alfresco drinking in the sunshine. And, with a retractable roof in case of changeable British weather and indoor heaters to hand, the uniquely inviting space will maintain a tropical climate all year round.\r\n\r\nKamil Winnicki, Bar Manager says of the partnership “South Place Hotel is very excited to celebrate the 70th birthday of one of the most iconic cocktails together with the Cointreau family. I am sure that the collaboration between the two brands and the uniqueness of our Secret Garden will create an amazing experience to all guests. Our mixologists are looking forward to present South Place Hotel’s takes on the Margarita and serve it alongside everyone’s favourite classic liqueur.”\r\n\r\n<img class=\"alignleft wp-image-1659\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.05.57.png\" alt=\"\" width=\"182\" height=\"287\" />What’s more there will be a phone at the bar – a direct line for consumers to ring up and order a Margarita any time of day whilst enjoying the calming sounds of waterfalls in this hidden gem right in the heart of London.\r\n\r\nGuests can also expect an array of other exciting happenings, including, delicious Mexican inspired Sunday brunches throughout summer on the 22nd July, 12th August and 19th August. There will also be Margarita masterclasses for those that want to hone their cocktail making skills and DJ sets every Friday that will be sure to bring on the tropical vibes.','Acapulco pop up at South Place Hotel','','publish','closed','open','','acapulco-pop-up-at-south-place-hotel','','','2018-06-13 10:40:35','2018-06-13 10:40:35','',0,'http://www.ontradeprogress.com/?p=1656',0,'post','',0),(1657,1,'2018-06-12 14:07:06','2018-06-12 14:07:06','','Screen Shot 2018-06-12 at 15.06.33','','inherit','closed','closed','','screen-shot-2018-06-12-at-15-06-33','','','2018-06-12 14:07:06','2018-06-12 14:07:06','',1656,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.33.png',0,'attachment','image/png',0),(1658,1,'2018-06-12 14:07:12','2018-06-12 14:07:12','','Screen Shot 2018-06-12 at 15.06.07','','inherit','closed','closed','','screen-shot-2018-06-12-at-15-06-07','','','2018-06-12 14:07:12','2018-06-12 14:07:12','',1656,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.07.png',0,'attachment','image/png',0),(1659,1,'2018-06-12 14:07:19','2018-06-12 14:07:19','','Screen Shot 2018-06-12 at 15.05.57','','inherit','closed','closed','','screen-shot-2018-06-12-at-15-05-57','','','2018-06-12 14:07:19','2018-06-12 14:07:19','',1656,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.05.57.png',0,'attachment','image/png',0),(1660,1,'2018-06-12 14:09:38','2018-06-12 14:09:38','<div style=\"text-align: left;\" align=\"center\"><span style=\"font-family: Calibri; font-size: large;\"><b>Cointreau and South Place Hotel bring a slice of Acapulco to Londoners with a tropical </b></span><span style=\"font-family: Calibri; font-size: large;\"><b>Margarita Loves Cointreau Pop up this summer.</b></span></div>\r\n<img class=\" wp-image-1658 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.07.png\" alt=\"\" width=\"326\" height=\"199\" />\r\n\r\n<span style=\"font-family: Calibri;\">World famous orange liqueur brand Cointreau and </span><span style=\"font-family: Calibri;\">South Place Hotel have collaborated to bring a slice of Acapulco and its vibrant atmosphere to the Secret Garden at South Place Hotel, from June 29th until the end of August, with a truly tropical Margarita Loves Cointreau pop-up.\r\n</span><span style=\"font-family: Calibri;\">\r\nNestled on the first floor of South Place Hotel in East London, the Secret Garden, a veritable oasis of waterfalls and palm trees sets the scene for Cointreau’s celebrations of the 70th anniversary of the original Margarita cocktail.\r\n\r\nTaking inspiration from Acapulco where “Margarita” Sames, famously said of her instantly iconic concoction, “a Margarita without Cointreau is not worth its salt’. The partnership pays homage to the iconic cocktail and its origins by introducing delicious, innovative, Margarita inspired cocktails, as well as the original. The menu includes, a <i>lavender Margarit</i>a, a <i>fruity twist</i> and a <i>citrus chai Margarita</i> which are all perfectly suited to alfresco drinking in the sunshine. And, with a retractable roof in case of changeable British weather and indoor heaters to hand, the uniquely inviting space will maintain a tropical climate all year round.\r\n\r\nKamil Winnicki, Bar Manager says of the partnership “South Place Hotel is very excited to celebrate the 70th birthday of one of the most iconic cocktails together with the Cointreau family. I am sure that the collaboration between the two brands and the uniqueness of our Secret Garden will create an amazing experience to all guests. Our mixologists are looking forward to present South Place Hotel’s takes on the Margarita and serve it alongside everyone’s favourite classic liqueur.”\r\n\r\n<img class=\"alignleft  wp-image-1659\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.05.57.png\" alt=\"\" width=\"182\" height=\"287\" />What’s more there will be a phone at the bar – a direct line for consumers to ring up and order a Margarita any time of day whilst enjoying the calming sounds of waterfalls in this hidden gem right in the heart of London.\r\n\r\nGuests can also expect an array of other exciting happenings, including, delicious Mexican inspired Sunday brunches throughout summer on the 22nd July, 12th August and 19th August. There will also be Margarita masterclasses for those that want to hone their cocktail making skills and DJ sets every Friday that will be sure to bring on the tropical vibes.</span>','Acapulco Pop Up at South Place Hotel','','inherit','closed','closed','','1656-revision-v1','','','2018-06-12 14:09:38','2018-06-12 14:09:38','',1656,'http://www.ontradeprogress.com/2018/06/12/1656-revision-v1/',0,'revision','',0),(1661,1,'2018-06-12 14:11:01','2018-06-12 14:11:01','<div style=\"text-align: left;\" align=\"center\"><span style=\"font-family: Calibri; font-size: large;\"><b>Cointreau and South Place Hotel bring a slice of Acapulco to Londoners with a tropical </b></span><span style=\"font-family: Calibri; font-size: large;\"><b>Margarita Loves Cointreau Pop up this summer.</b></span></div>\r\n<img class=\" wp-image-1658 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.07.png\" alt=\"\" width=\"326\" height=\"199\" />\r\n\r\n<span style=\"font-family: Calibri;\">World famous orange liqueur brand Cointreau and </span><span style=\"font-family: Calibri;\">South Place Hotel have collaborated to bring a slice of Acapulco and its vibrant atmosphere to the Secret Garden at South Place Hotel, from June 29th until the end of August, with a truly tropical Margarita Loves Cointreau pop-up.\r\n</span><span style=\"font-family: Calibri;\">\r\nNestled on the first floor of South Place Hotel in East London, the Secret Garden, a veritable oasis of waterfalls and palm trees sets the scene for Cointreau’s celebrations of the 70th anniversary of the original Margarita cocktail.</span>\r\n\r\nTaking inspiration from Acapulco where “Margarita” Sames, famously said of her instantly iconic concoction, “a Margarita without Cointreau is not worth its salt’. The partnership pays homage to the iconic cocktail and its origins by introducing delicious, innovative, Margarita inspired cocktails, as well as the original. The menu includes, a <i>lavender Margarit</i>a, a <i>fruity twist</i> and a <i>citrus chai Margarita</i> which are all perfectly suited to alfresco drinking in the sunshine. And, with a retractable roof in case of changeable British weather and indoor heaters to hand, the uniquely inviting space will maintain a tropical climate all year round.\r\n\r\nKamil Winnicki, Bar Manager says of the partnership “South Place Hotel is very excited to celebrate the 70th birthday of one of the most iconic cocktails together with the Cointreau family. I am sure that the collaboration between the two brands and the uniqueness of our Secret Garden will create an amazing experience to all guests. Our mixologists are looking forward to present South Place Hotel’s takes on the Margarita and serve it alongside everyone’s favourite classic liqueur.”\r\n\r\n<img class=\"alignleft wp-image-1659\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.05.57.png\" alt=\"\" width=\"182\" height=\"287\" />What’s more there will be a phone at the bar – a direct line for consumers to ring up and order a Margarita any time of day whilst enjoying the calming sounds of waterfalls in this hidden gem right in the heart of London.\r\n\r\nGuests can also expect an array of other exciting happenings, including, delicious Mexican inspired Sunday brunches throughout summer on the 22nd July, 12th August and 19th August. There will also be Margarita masterclasses for those that want to hone their cocktail making skills and DJ sets every Friday that will be sure to bring on the tropical vibes.','Acapulco Pop Up at South Place Hotel','','inherit','closed','closed','','1656-revision-v1','','','2018-06-12 14:11:01','2018-06-12 14:11:01','',1656,'http://www.ontradeprogress.com/2018/06/12/1656-revision-v1/',0,'revision','',0),(1662,1,'2018-06-13 08:06:31','2018-06-13 08:06:31','<img class=\" wp-image-1709 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.20.26.png\" alt=\"\" width=\"120\" height=\"315\" />\r\n\r\n<strong>With demand growing for high quality non and low alcohol beers plus gluten-free options, </strong><strong>Euroboozer has added a trio of high class brews from Austria’s famous Stiegl brewery, wh</strong><strong>ich will all be showcased at Imbibe 2018 from the 2nd-3rd July at London Olympia. </strong>\r\n\r\nEuroboozer will be exhibiting from stand G8 and the new range being presented for the first time includes:\r\n\r\n<b>Stiegl Freibier</b> – appreciated in its homeland for its full-bodied, well balanced taste, Austrian Saphir hops provide aromatics to this unfiltered, ultra-refreshing non-alcoholic lager.\r\n\r\n33cl bottles x 12, List price: £8.13, Calories: 26 kcal / 100ml, Alc: max 0.5%\r\n\r\n<b>Stiegl Grapefruit Radler</b> - this naturally cloudy and zesty, thirst-quencher uses real grapefruit juice alongside Stiegl’s famous Goldbräu beer for the ultimate, refreshing ORIGINAL Radler.\r\n\r\n50cl Cans x 24, List price: £26.51, Calories: 35 kcal/100ml, Alcohol content: 2,00%\r\n\r\n<b>Stiegl Paracelsus Gluten Frei</b> - this bottom-fermented, organic, 100% gluten free beer is made using a special natural process with millet grown on the Stiegl farm and without the use of enzymes to remove gluten. Straw in colour and hazy in appearance, this unfiltered beer is well balanced, gently hopped and full in flavour.\r\n\r\n33cl bottle x 12, List price: £20.07, Alcohol content: 4,9%\r\n\r\nSince their recent arrival, the Freibier and Gluten Frei have already seen strong interest from the ON-trade with listings generated in the Diner venues plus the prestigious venues The Delaunay, Fischer’s and The Wolseley. The brewery’s Stiegl Goldbräu and Columbus Pale, which have also just launched on draught in The Wolseley will also be available for visitors to try at Imbibe.\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“In addition to its famous lagers, Stiegl’s award-winning and market-leading low, no and gluten-free beers are of immense quality so it’s great to introduce them to the UK’s innovative and demanding On-trade.  The category is seeing strong growth and for the first time generating real excitement so we’re looking forward to showcasing this trio at Imbibe.”\r\n\r\n<img class=\"wp-image-1664 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.00.45.png\" alt=\"\" width=\"127\" height=\"229\" />\r\n\r\n<b>About Stiegl</b>\r\n\r\nThe Stiegl brewery grew out of what was a popular beer-making guesthouse called the ‘Bräuhaus an der Gstätten’.  It was first mentioned in written records on the 16th June 1492 and was located in Salzburg, Austria.  Over the past 500 plus years, the brewery has seen everything from immense joy and celebrations to fires, war, and economic turmoil but throughout, it has remained, playing a huge part in the city and country’s culture and history.  Even Wolfgang Amadeus Mozart guzzled a few Stiegl beers in 18th century.\r\n\r\nMost famously known for its multi award-winning Stiegl Goldbräu beer, which launched in the UK in 2007, Stiegl utilises a wealth of brewing experience combined with some of the most high-tech brewing equipment, processes and procedures in Europe whilst benefiting from the finest Austrian raw materials - often cultivated in the brewery’s own fields.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\nFor further information on the Stiegl beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer unveils Stiegl Low/No Trio','','publish','closed','open','','euroboozer-unveils-stiegl-low-no-trio','','','2018-06-13 12:23:40','2018-06-13 12:23:40','',0,'http://www.ontradeprogress.com/?p=1662',0,'post','',0),(1663,1,'2018-06-13 08:03:08','2018-06-13 08:03:08','','Screen Shot 2018-06-13 at 09.01.02','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-01-02','','','2018-06-13 08:03:08','2018-06-13 08:03:08','',1662,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.01.02.png',0,'attachment','image/png',0),(1664,1,'2018-06-13 08:03:16','2018-06-13 08:03:16','','Screen Shot 2018-06-13 at 09.00.45','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-00-45','','','2018-06-13 08:03:16','2018-06-13 08:03:16','',1662,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.00.45.png',0,'attachment','image/png',0),(1665,1,'2018-06-13 08:05:52','2018-06-13 08:05:52','<img class=\"wp-image-1663 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.01.02.png\" alt=\"\" width=\"127\" height=\"276\" />\r\n\r\n<strong>With demand growing for high quality no and low alcohol beers plus gluten-free options, </strong><strong>Euroboozer has added a trio of high class brews from Austria’s famous Stiegl brewery, wh</strong><strong>ich will all be showcased at Imbibe 2018 from the 2nd-3rd July at London Olympia. </strong>\r\n\r\nEuroboozer will be exhibiting from stand G8 and the new range being presented for the first time includes:\r\n\r\n<b>Stiegl Freibier</b> – appreciated in its homeland for its full-bodied, well balanced taste, Austrian Saphir hops provide aromatics to this unfiltered, ultra-refreshing non-alcoholic lager.\r\n\r\n33cl bottles x 12, List price: £8.13, Calories: 26 kcal / 100ml, Alc: max 0.5%\r\n\r\n<b>Stiegl Grapefruit Radler</b> - this naturally cloudy and zesty, thirst-quencher uses real grapefruit juice alongside Stiegl’s famous Goldbräu beer for the ultimate, refreshing ORIGINAL Radler.\r\n\r\n50cl Cans x 24, List price: £26.51, Calories: 35 kcal/100ml, Alcohol content: 2,00%\r\n\r\n<b>Stiegl Paracelsus Gluten Frei</b> - this bottom-fermented, organic, 100% gluten free beer is made using a special natural process with millet grown on the Stiegl farm and without the use of enzymes to remove gluten. Straw in colour and hazy in appearance, this unfiltered beer is well balanced, gently hopped and full in flavour.\r\n\r\n33cl bottle x 12, List price: £20.07, Alcohol content: 4,9%\r\n\r\nSince their recent arrival, the Freibier and Gluten Frei have already seen strong interest from the ON-trade with listings generated in the Diner venues plus the prestigious venues The Delaunay, Fischer’s and The Wolseley. The brewery’s Stiegl Goldbräu and Columbus Pale, which have also just launched on draught in The Wolseley will also be available for visitors to try at Imbibe.\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“In addition to its famous lagers, Stiegl’s award-winning and market-leading low, no and gluten-free beers are of immense quality so it’s great to introduce them to the UK’s innovative and demanding On-trade.  The category is seeing strong growth and for the first time generating real excitement so we’re looking forward to showcasing this trio at Imbibe.”\r\n\r\n<img class=\"wp-image-1664 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.00.45.png\" alt=\"\" width=\"127\" height=\"229\" />\r\n\r\n<b>About Stiegl</b>\r\n\r\nThe Stiegl brewery grew out of what was a popular beer-making guesthouse called the ‘Bräuhaus an der Gstätten’.  It was first mentioned in written records on the 16th June 1492 and was located in Salzburg, Austria.  Over the past 500 plus years, the brewery has seen everything from immense joy and celebrations to fires, war, and economic turmoil but throughout, it has remained, playing a huge part in the city and country’s culture and history.  Even Wolfgang Amadeus Mozart guzzled a few Stiegl beers in 18th century.\r\n\r\nMost famously known for its multi award-winning Stiegl Goldbräu beer, which launched in the UK in 2007, Stiegl utilises a wealth of brewing experience combined with some of the most high-tech brewing equipment, processes and procedures in Europe whilst benefiting from the finest Austrian raw materials - often cultivated in the brewery’s own fields.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\nFor further information on the Stiegl beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Unveils Stiegl Low/No Trio','','inherit','closed','closed','','1662-revision-v1','','','2018-06-13 08:05:52','2018-06-13 08:05:52','',1662,'http://www.ontradeprogress.com/2018/06/13/1662-revision-v1/',0,'revision','',0),(1667,1,'2018-06-13 08:13:04','2018-06-13 08:13:04','','Screen Shot 2018-06-13 at 09.12.39','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-12-39','','','2018-06-13 08:13:04','2018-06-13 08:13:04','',1662,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.12.39.png',0,'attachment','image/png',0),(1668,1,'2018-06-13 08:15:18','2018-06-13 08:15:18','<img class=\"wp-image-1663 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.01.02.png\" alt=\"\" width=\"127\" height=\"276\" />\r\n\r\n<strong>With demand growing for high quality non and low alcohol beers plus gluten-free options, </strong><strong>Euroboozer has added a trio of high class brews from Austria’s famous Stiegl brewery, wh</strong><strong>ich will all be showcased at Imbibe 2018 from the 2nd-3rd July at London Olympia. </strong>\r\n\r\nEuroboozer will be exhibiting from stand G8 and the new range being presented for the first time includes:\r\n\r\n<b>Stiegl Freibier</b> – appreciated in its homeland for its full-bodied, well balanced taste, Austrian Saphir hops provide aromatics to this unfiltered, ultra-refreshing non-alcoholic lager.\r\n\r\n33cl bottles x 12, List price: £8.13, Calories: 26 kcal / 100ml, Alc: max 0.5%\r\n\r\n<b>Stiegl Grapefruit Radler</b> - this naturally cloudy and zesty, thirst-quencher uses real grapefruit juice alongside Stiegl’s famous Goldbräu beer for the ultimate, refreshing ORIGINAL Radler.\r\n\r\n50cl Cans x 24, List price: £26.51, Calories: 35 kcal/100ml, Alcohol content: 2,00%\r\n\r\n<b>Stiegl Paracelsus Gluten Frei</b> - this bottom-fermented, organic, 100% gluten free beer is made using a special natural process with millet grown on the Stiegl farm and without the use of enzymes to remove gluten. Straw in colour and hazy in appearance, this unfiltered beer is well balanced, gently hopped and full in flavour.\r\n\r\n33cl bottle x 12, List price: £20.07, Alcohol content: 4,9%\r\n\r\nSince their recent arrival, the Freibier and Gluten Frei have already seen strong interest from the ON-trade with listings generated in the Diner venues plus the prestigious venues The Delaunay, Fischer’s and The Wolseley. The brewery’s Stiegl Goldbräu and Columbus Pale, which have also just launched on draught in The Wolseley will also be available for visitors to try at Imbibe.\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“In addition to its famous lagers, Stiegl’s award-winning and market-leading low, no and gluten-free beers are of immense quality so it’s great to introduce them to the UK’s innovative and demanding On-trade.  The category is seeing strong growth and for the first time generating real excitement so we’re looking forward to showcasing this trio at Imbibe.”\r\n\r\n<img class=\"wp-image-1664 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.00.45.png\" alt=\"\" width=\"127\" height=\"229\" />\r\n\r\n<b>About Stiegl</b>\r\n\r\nThe Stiegl brewery grew out of what was a popular beer-making guesthouse called the ‘Bräuhaus an der Gstätten’.  It was first mentioned in written records on the 16th June 1492 and was located in Salzburg, Austria.  Over the past 500 plus years, the brewery has seen everything from immense joy and celebrations to fires, war, and economic turmoil but throughout, it has remained, playing a huge part in the city and country’s culture and history.  Even Wolfgang Amadeus Mozart guzzled a few Stiegl beers in 18th century.\r\n\r\nMost famously known for its multi award-winning Stiegl Goldbräu beer, which launched in the UK in 2007, Stiegl utilises a wealth of brewing experience combined with some of the most high-tech brewing equipment, processes and procedures in Europe whilst benefiting from the finest Austrian raw materials - often cultivated in the brewery’s own fields.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\nFor further information on the Stiegl beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Unveils Stiegl Low/No Trio','','inherit','closed','closed','','1662-revision-v1','','','2018-06-13 08:15:18','2018-06-13 08:15:18','',1662,'http://www.ontradeprogress.com/2018/06/13/1662-revision-v1/',0,'revision','',0),(1669,1,'2018-06-13 08:22:35','2018-06-13 08:22:35','<strong>On the back of the successful launch of its range of frozen doughs, Red Tractor-certified baker Speciality Breads has this time further expanded its artisan range of frozen breads with the addition of multi-functional Rustic Baguettes.</strong>\r\n\r\nThe versatile, flavour-packed new arrival is a fantastic option for hotels, bars and restaurants when sliced for bread baskets but are equally as tasty when halved and loaded with sandwich fillings as part of a café or sandwich shop’s bakery offering.\r\n\r\n<em>Rustic Baguette (250g)–</em> gently handled by the company’s master bakers to provide those vital pockets of air for the perfect consistency and texture, this classic baguette has a traditional rustic appearance and is made using the award-winning Red Tractor-certified flour.\r\n\r\nThe Rustic baguettes come in cases of 15 costing approximately 70p a unit.\r\n\r\nSimon Cannell, Managing Director of Speciality Breads, said:\r\n\r\n“Our specialist team is constantly on the look out for the latest trends and tastes appealing to consumers and we felt many operators were missing a trick with their baguette offering. Whether that be in hotels, restaurants, cafés or sandwich shops, the need for a quality baguette to carry flavoursome fillings or mop up soups and sauces is always there and we believe our latest launch fits the bill. Not only are they incredibly flavoursome with a fantastic texture but they look great and work in numerous way across the menu.”\r\n\r\n<b>Speciality Breads</b>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads<span lang=\"EN-US\"> provides an </span>ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor-certified British flour. <span lang=\"EN-US\">The company distributes its products to a UK-wide network of wholesalers</span>, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads’ portfolio expands with new Rustic Baguettes','','publish','closed','open','','speciality-breads-portfolio-expands-with-new-rustic-baguettes','','','2018-06-13 14:53:49','2018-06-13 14:53:49','',0,'http://www.ontradeprogress.com/?p=1669',0,'post','',0),(1670,1,'2018-06-13 08:21:40','2018-06-13 08:21:40','','Screen Shot 2018-06-13 at 09.21.22','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-21-22','','','2018-06-13 08:21:40','2018-06-13 08:21:40','',1669,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.21.22.png',0,'attachment','image/png',0),(1671,1,'2018-06-13 08:22:07','2018-06-13 08:22:07','<strong>On the back of the successful launch of its range of frozen doughs, Red Tractor-certified baker Speciality Breads has this time further expanded its artisan range of frozen breads with the addition of multi-functional Rustic Baguettes.</strong>\r\n\r\nThe versatile, flavour-packed new arrival is a fantastic option for hotels, bars and restaurants when sliced for bread baskets but are equally as tasty when halved and loaded with sandwich fillings as part of a café or sandwich shop’s bakery offering.\r\n\r\n<i>Rustic Baguette (250g)–</i> gently handled by the company’s master bakers to provide those vital pockets of air for the perfect consistency and texture, this classic baguette has a traditional rustic appearance and is made using free-range eggs and the award-winning Red Tractor-certified flour.\r\n\r\nThe Rustic baguettes come in cases of 15 costing approximately 70p a unit.\r\n\r\nSimon Cannell, Managing Director of Speciality Breads, said:\r\n\r\n“Our specialist team is constantly on the look out for the latest trends and tastes appealing to consumers and we felt many operators were missing a trick with their baguette offering. Whether that be in hotels, restaurants, cafés or sandwich shops, the need for a quality baguette to carry flavoursome fillings or mop up soups and sauces is always there and we believe our latest launch fits the bill. Not only are they incredibly flavoursome with a fantastic texture but they look great and work in numerous way across the menu.”\r\n\r\n<b>Speciality Breads</b>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads<span lang=\"EN-US\"> provides an </span>ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor-certified British flour. <span lang=\"EN-US\">The company distributes its products to a UK-wide network of wholesalers</span>, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads’ Portfolio Expands with New Rustic Baguettes','','inherit','closed','closed','','1669-revision-v1','','','2018-06-13 08:22:07','2018-06-13 08:22:07','',1669,'http://www.ontradeprogress.com/2018/06/13/1669-revision-v1/',0,'revision','',0),(1672,1,'2018-06-13 08:34:47','2018-06-13 08:34:47','<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\"><strong>Adam Leyland Simpson has been crowned winner of HIT Training’s Apprentice MasterChef competition (held on 6<sup>th</sup> June) at Central Street Cookery School, St Luke’s, London, after a heated cook-off against nine other apprentices from across the UK.</strong></p>\r\n<img class=\"wp-image-1674 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.30.08.png\" alt=\"\" width=\"219\" height=\"332\" />\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">During the hotly anticipated final, the aspiring chef contestants were put to the test by the Mystery Box Challenge – where they had to create a stand-out dish from a larder of produce in just 60 minutes – and produce four plates of their own signature dish (within a three-hour period). As part of the signature dish challenge, each finalist had to source their own ingredients which incorporated locality and seasonality, and demonstrated balance in composition and flavour. 25-year-old Adam who is currently undertaking the level 2 Commis Chef</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">Apprenticeship at St Bedes College, run by BaxterStorey in Bristol, took home the coveted prize. He impressed the HIT MasterChef judges with his dish of buttered hake with burnt kale, fennel croquette, cauliflower purée with a lemon vinaigrette, and cherry tomatoes. This is no mean feat as the panel of judges was made up of some of the industry’s best, including Mike di Bella, previous HIT MasterChef winner and head chef at the Dean Inn Goodwood; Andrew Green, Craft Guild of Chefs; Michael Bache, Exec Chef at Bath Rugby; and HIT’s very own Jill Whittaker and John Hyde.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\"><b>Commenting on winning, Adam Leyland Simpson said:</b> “It’s been a tough day, which included getting up at 4.30am to go to Billingsgate Market to buy my fresh produce. It was quite nerve wracking competing against such a massive group of people but as soon as I put the chefs’ jacket on and I got into the kitchen after the debrief, I was ready for it.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">“I feel really proud of myself for winning HIT Training’s Apprentice MasterChef competition, there were some really amazing dishes out there to compete with. My employer will be over the moon because it is good to see the team developing and putting themselves forward for events like this which further our skills. I couldn’t be happier!”</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">All 10 HIT MasterChef finalists are current apprentices and have previously competed and won regional heats before making it to the grand final. As national winner of the competition, Adam will receive a full Tsuki knife set – worth £500 – donated by sponsor, Nisbets. The prize also includes a glass trophy, a meal for two at The Dean Inn Goodwood, a stáge at a local Michelin Star restaurant, a subscription to the Craft Guild of Chefs and an invitation their annual food festival.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">The HIT Training Apprentice MasterChef competition aims to showcase the talented individuals who are on its culinary apprenticeship programmes, and to raise awareness about the career opportunities apprenticeships can offer.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\"><b>Principal of the HIT Chef Academy, Paul Mannering, added:</b> “We were blown away by the sheer determination and talent demonstrated by the finalists at the competition; each and every apprentice should be very proud of what they’ve achieved. It was a privilege to award Adam the title of HIT MasterChef 2018 Winner. He created an inspiring dish that myself and the judges all agreed was exceptional – congratulations!</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">“By witnessing such an impressive display of skill and passion at this competition, it shows just how valuable apprenticeships are for those looking to embark on or further their career in hospitality. They are equally important for hospitality businesses looking to future-proof their business by recruiting and retaining talented individuals that will, in turn, help to strengthen the industry as a whole.”</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">The competition was run by HIT Training, the apprenticeship provider of choice in the hospitality sector, and in collaboration with its Chef Academy. The Chef Academy is an innovative training institute that aims to meet the current demand for highly skilled chefs by offering additional training for those already working towards a Professional Cookery qualification.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">For further information, please visit: <a id=\"LPlnk973951\" class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_OWAAutoLink\" href=\"http://www.hittraining.co.uk/\">www.hittraining.co.uk</a><span class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoHyperlink\">.</span></p>','Hospitality apprentices impress at HIT MasterChef Finals','','publish','closed','open','','hospitality-apprentices-impress-at-hit-masterchef-finals','','','2018-06-13 08:34:47','2018-06-13 08:34:47','',0,'http://www.ontradeprogress.com/?p=1672',0,'post','',0),(1673,1,'2018-06-13 08:32:57','2018-06-13 08:32:57','','Screen Shot 2018-06-13 at 09.30.25','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-30-25','','','2018-06-13 08:32:57','2018-06-13 08:32:57','',1672,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.30.25.png',0,'attachment','image/png',0),(1674,1,'2018-06-13 08:33:18','2018-06-13 08:33:18','','Screen Shot 2018-06-13 at 09.30.08','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-30-08','','','2018-06-13 08:33:18','2018-06-13 08:33:18','',1672,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.30.08.png',0,'attachment','image/png',0),(1675,1,'2018-06-13 08:34:21','2018-06-13 08:34:21','<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\"><strong>Adam Leyland Simpson has been crowned winner of HIT Training’s Apprentice MasterChef competition (held on 6<sup>th</sup> June) at Central Street Cookery School, St Luke’s, London, after a heated cook-off against nine other apprentices from across the UK.</strong></p>\r\n<img class=\"wp-image-1674 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.30.08.png\" alt=\"\" width=\"219\" height=\"332\" />\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">During the hotly anticipated final, the aspiring chef contestants were put to the test by the Mystery Box Challenge – where they had to create a stand-out dish from a larder of produce in just 60 minutes – and produce four plates of their own signature dish (within a three-hour period). As part of the signature dish challenge, each finalist had to source their own ingredients which incorporated locality and seasonality, and demonstrated balance in composition and flavour. 25-year-old Adam who is currently undertaking the level 2 Commis Chef</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">Apprenticeship at St Bedes College, run by BaxterStorey in Bristol, took home the coveted prize. He impressed the HIT MasterChef judges with his dish of buttered hake with burnt kale, fennel croquette, cauliflower purée with a lemon vinaigrette, and cherry tomatoes. This is no mean feat as the panel of judges was made up of some of the industry’s best, including Mike di Bella, previous HIT MasterChef winner and head chef at the Dean Inn Goodwood; Andrew Green, Craft Guild of Chefs; Michael Bache, Exec Chef at Bath Rugby; and HIT’s very own Jill Whittaker and John Hyde.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\"><b>Commenting on winning, Adam Leyland Simpson said:</b> “It’s been a tough day, which included getting up at 4.30am to go to Billingsgate Market to buy my fresh produce. It was quite nerve wracking competing against such a massive group of people but as soon as I put the chefs’ jacket on and I got into the kitchen after the debrief, I was ready for it.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">“I feel really proud of myself for winning HIT Training’s Apprentice MasterChef competition, there were some really amazing dishes out there to compete with. My employer will be over the moon because it is good to see the team developing and putting themselves forward for events like this which further our skills. I couldn’t be happier!”</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">All 10 HIT MasterChef finalists are current apprentices and have previously competed and won regional heats before making it to the grand final. As national winner of the competition, Adam will receive a full Tsuki knife set – worth £500 – donated by sponsor, Nisbets. The prize also includes a glass trophy, a meal for two at The Dean Inn Goodwood, a stáge at a local Michelin Star restaurant, a subscription to the Craft Guild of Chefs and an invitation their annual food festival.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">The HIT Training Apprentice MasterChef competition aims to showcase the talented individuals who are on its culinary apprenticeship programmes, and to raise awareness about the career opportunities apprenticeships can offer.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\"><b>Principal of the HIT Chef Academy, Paul Mannering, added:</b> “We were blown away by the sheer determination and talent demonstrated by the finalists at the competition; each and every apprentice should be very proud of what they’ve achieved. It was a privilege to award Adam the title of HIT MasterChef 2018 Winner. He created an inspiring dish that myself and the judges all agreed was exceptional – congratulations!</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">“By witnessing such an impressive display of skill and passion at this competition, it shows just how valuable apprenticeships are for those looking to embark on or further their career in hospitality. They are equally important for hospitality businesses looking to future-proof their business by recruiting and retaining talented individuals that will, in turn, help to strengthen the industry as a whole.”</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">The competition was run by HIT Training, the apprenticeship provider of choice in the hospitality sector, and in collaboration with its Chef Academy. The Chef Academy is an innovative training institute that aims to meet the current demand for highly skilled chefs by offering additional training for those already working towards a Professional Cookery qualification.</p>\r\n<p class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoNormal\">For further information, please visit: <a id=\"LPlnk973951\" class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_OWAAutoLink\" href=\"http://www.hittraining.co.uk/\">www.hittraining.co.uk</a><span class=\"x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_MsoHyperlink\">.</span></p>','Hospitality apprentices impress at HIT MasterChef Finals','','inherit','closed','closed','','1672-revision-v1','','','2018-06-13 08:34:21','2018-06-13 08:34:21','',1672,'http://www.ontradeprogress.com/2018/06/13/1672-revision-v1/',0,'revision','',0),(1676,1,'2018-06-13 09:00:37','2018-06-13 09:00:37','<strong>This spotlight feature examines the classic spirit, Vodka, its history and how we should be serving it up.</strong>\r\n\r\nVodka, the spirit composed of water and ethanol (often added with flavourings), is made through distilling cereal grains or potatoes that are fermented. The word itself, Vodka, comes from the Russian word for water – ‘voda’ or in Polish, ‘woda’.\r\n\r\n<strong><img class=\"wp-image-1677 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.37.png\" alt=\"\" width=\"223\" height=\"147\" />The history</strong>\r\n\r\nVodka has been around since the dawn of time. Alright, well, perhaps not <em>that </em>far back, but it has been around since the 9<sup>th</sup> century, when it was first discovered that the beverage was being distilled. There is some controversy however, as Poland claims to have first produced the drink as early as the 8<sup>th</sup> century.\r\n\r\nCome the Middle Ages, Vodka was being used for medicinal purposes (and as an ingredient in gunpowder). By the end of the 16<sup>th</sup> century, Vodka had established itself as a national drink in Poland, Russia and Finland. Can you see the link already forming between the colder countries?\r\n\r\nSkipping a couple of centuries forward, in the early 19<sup>th</sup> century, the mixing of Russian and other European soldiers for the Napoleonic Wars meant more demand was being seen across Europe to have the beverage. Due to the rise of drunkenness because of cheap and accessible ‘vodka’ brands which were produced across Europe, Russia received the rights to produce vodka solely in 1894. However, following the Russian Revolution, the Bolsheviks overturned the rights for private distilleries to be owned by individuals. A number of vodka-makers fled Russia at this time, bringing vodka back to the shores of Europe.\r\n\r\n<strong>Strong and steady</strong>\r\n\r\nVodka is one of the most famed spirits in the world, let alone Britain, and offers its drinkers a smooth and strong drink. At a minimum of 37.5 per cent, most of the significant producers of Vodka are based in Northern Europe; this include Ukraine, Russia, Belarus, Finland, Poland, Estonia, Lithuania and Latvia.\r\n\r\nThere are many ways to serve vodka, but due to its impurities and flavours, vodka makes the perfect component to a cocktail. It can assume external flavours, mixing perfectly to provide a smooth drinking experience. Some of these popular vodka cocktails include the Cosmopolitan, Bloody Mary, Espresso Martini, Vodka Martini and the Sea Breeze.\r\n\r\nHowever, many bartenders and consumers insist on having their vodka served neat, mixed simply with juice (such as orange or cranberry) or coke, or just on ice. Whatever way you choose to serve vodka though, we recommend serving it in a cooled, low-cut tumbler.\r\n\r\n<strong>Suggested bottles</strong>\r\n\r\nWe’ve picked out a few of our favourite bottles to impress your customers:\r\n<ul>\r\n 	<li>Absolut Vodka – Made from Swedish winter wheat this full-bodied vodka can be served up neat or in a cocktail.</li>\r\n 	<li>JJ Whitley Rhubarb Vodka – If you want something packed with flavour, this classic bottle has hints of basil and other vegetables to its sweet rhubarb scent.</li>\r\n 	<li>Smirnoff Red Label Vodka – This classic is one of the world’s best selling vodkas and can be used in cocktails, on ice or neat.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On… Vodka Feature','','publish','closed','open','','on-vodka-feature','','','2018-06-13 09:00:37','2018-06-13 09:00:37','',0,'http://www.ontradeprogress.com/?p=1676',0,'post','',0),(1677,1,'2018-06-13 08:58:59','2018-06-13 08:58:59','','Screen Shot 2018-06-13 at 09.58.37','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-58-37','','','2018-06-13 08:58:59','2018-06-13 08:58:59','',1676,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.37.png',0,'attachment','image/png',0),(1678,1,'2018-06-13 08:59:05','2018-06-13 08:59:05','','Screen Shot 2018-06-13 at 09.58.25','','inherit','closed','closed','','screen-shot-2018-06-13-at-09-58-25','','','2018-06-13 08:59:05','2018-06-13 08:59:05','',1676,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.25.png',0,'attachment','image/png',0),(1679,1,'2018-06-13 08:59:35','2018-06-13 08:59:35','<strong>This spotlight feature examines the classic spirit, Vodka, its history and how we should be serving it up.</strong>\r\n\r\nVodka, the spirit composed of water and ethanol (often added with flavourings), is made through distilling cereal grains or potatoes that are fermented. The word itself, Vodka, comes from the Russian word for water – ‘voda’ or in Polish, ‘woda’.\r\n\r\n<strong><img class=\"wp-image-1677 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.37.png\" alt=\"\" width=\"332\" height=\"219\" />The history</strong>\r\n\r\nVodka has been around since the dawn of time. Alright, well, perhaps not <em>that </em>far back, but it has been around since the 9<sup>th</sup> century, when it was first discovered that the beverage was being distilled. There is some controversy however, as Poland claims to have first produced the drink as early as the 8<sup>th</sup> century.\r\n\r\nCome the Middle Ages, Vodka was being used for medicinal purposes (and as an ingredient in gunpowder). By the end of the 16<sup>th</sup> century, Vodka had established itself as a national drink in Poland, Russia and Finland. Can you see the link already forming between the colder countries?\r\n\r\nSkipping a couple of centuries forward, in the early 19<sup>th</sup> century, the mixing of Russian and other European soldiers for the Napoleonic Wars meant more demand was being seen across Europe to have the beverage. Due to the rise of drunkenness because of cheap and accessible ‘vodka’ brands which were produced across Europe, Russia received the rights to produce vodka solely in 1894. However, following the Russian Revolution, the Bolsheviks overturned the rights for private distilleries to be owned by individuals. A number of vodka-makers fled Russia at this time, bringing vodka back to the shores of Europe.\r\n\r\n<strong>Strong and steady</strong>\r\n\r\nVodka is one of the most famed spirits in the world, let alone Britain, and offers its drinkers a smooth and strong drink. At a minimum of 37.5 per cent, most of the significant producers of Vodka are based in Northern Europe; this include Ukraine, Russia, Belarus, Finland, Poland, Estonia, Lithuania and Latvia.\r\n\r\nThere are many ways to serve vodka, but due to its impurities and flavours, vodka makes the perfect component to a cocktail. It can assume external flavours, mixing perfectly to provide a smooth drinking experience. Some of these popular vodka cocktails include the Cosmopolitan, Bloody Mary, Espresso Martini, Vodka Martini and the Sea Breeze.\r\n\r\nHowever, many bartenders and consumers insist on having their vodka served neat, mixed simply with juice (such as orange or cranberry) or coke, or just on ice. Whatever way you choose to serve vodka though, we recommend serving it in a cooled, low-cut tumbler.\r\n\r\n<strong>Suggested bottles</strong>\r\n\r\nWe’ve picked out a few of our favourite bottles to impress your customers:\r\n<ul>\r\n 	<li>Absolut Vodka – Made from Swedish winter wheat this full-bodied vodka can be served up neat or in a cocktail.</li>\r\n 	<li>JJ Whitley Rhubarb Vodka – If you want something packed with flavour, this classic bottle has hints of basil and other vegetables to its sweet rhubarb scent.</li>\r\n 	<li>Smirnoff Red Label Vodka – This classic is one of the world’s best selling vodkas and can be used in cocktails, on ice or neat.</li>\r\n</ul>\r\n&nbsp;','On… Vodka Feature','','inherit','closed','closed','','1676-revision-v1','','','2018-06-13 08:59:35','2018-06-13 08:59:35','',1676,'http://www.ontradeprogress.com/2018/06/13/1676-revision-v1/',0,'revision','',0),(1680,1,'2018-06-13 09:00:13','2018-06-13 09:00:13','<strong>This spotlight feature examines the classic spirit, Vodka, its history and how we should be serving it up.</strong>\r\n\r\nVodka, the spirit composed of water and ethanol (often added with flavourings), is made through distilling cereal grains or potatoes that are fermented. The word itself, Vodka, comes from the Russian word for water – ‘voda’ or in Polish, ‘woda’.\r\n\r\n<strong><img class=\"wp-image-1677 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.37.png\" alt=\"\" width=\"269\" height=\"177\" />The history</strong>\r\n\r\nVodka has been around since the dawn of time. Alright, well, perhaps not <em>that </em>far back, but it has been around since the 9<sup>th</sup> century, when it was first discovered that the beverage was being distilled. There is some controversy however, as Poland claims to have first produced the drink as early as the 8<sup>th</sup> century.\r\n\r\nCome the Middle Ages, Vodka was being used for medicinal purposes (and as an ingredient in gunpowder). By the end of the 16<sup>th</sup> century, Vodka had established itself as a national drink in Poland, Russia and Finland. Can you see the link already forming between the colder countries?\r\n\r\nSkipping a couple of centuries forward, in the early 19<sup>th</sup> century, the mixing of Russian and other European soldiers for the Napoleonic Wars meant more demand was being seen across Europe to have the beverage. Due to the rise of drunkenness because of cheap and accessible ‘vodka’ brands which were produced across Europe, Russia received the rights to produce vodka solely in 1894. However, following the Russian Revolution, the Bolsheviks overturned the rights for private distilleries to be owned by individuals. A number of vodka-makers fled Russia at this time, bringing vodka back to the shores of Europe.\r\n\r\n<strong>Strong and steady</strong>\r\n\r\nVodka is one of the most famed spirits in the world, let alone Britain, and offers its drinkers a smooth and strong drink. At a minimum of 37.5 per cent, most of the significant producers of Vodka are based in Northern Europe; this include Ukraine, Russia, Belarus, Finland, Poland, Estonia, Lithuania and Latvia.\r\n\r\nThere are many ways to serve vodka, but due to its impurities and flavours, vodka makes the perfect component to a cocktail. It can assume external flavours, mixing perfectly to provide a smooth drinking experience. Some of these popular vodka cocktails include the Cosmopolitan, Bloody Mary, Espresso Martini, Vodka Martini and the Sea Breeze.\r\n\r\nHowever, many bartenders and consumers insist on having their vodka served neat, mixed simply with juice (such as orange or cranberry) or coke, or just on ice. Whatever way you choose to serve vodka though, we recommend serving it in a cooled, low-cut tumbler.\r\n\r\n<strong>Suggested bottles</strong>\r\n\r\nWe’ve picked out a few of our favourite bottles to impress your customers:\r\n<ul>\r\n 	<li>Absolut Vodka – Made from Swedish winter wheat this full-bodied vodka can be served up neat or in a cocktail.</li>\r\n 	<li>JJ Whitley Rhubarb Vodka – If you want something packed with flavour, this classic bottle has hints of basil and other vegetables to its sweet rhubarb scent.</li>\r\n 	<li>Smirnoff Red Label Vodka – This classic is one of the world’s best selling vodkas and can be used in cocktails, on ice or neat.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On… Vodka Feature','','inherit','closed','closed','','1676-revision-v1','','','2018-06-13 09:00:13','2018-06-13 09:00:13','',1676,'http://www.ontradeprogress.com/2018/06/13/1676-revision-v1/',0,'revision','',0),(1681,1,'2018-06-13 09:00:26','2018-06-13 09:00:26','<strong>This spotlight feature examines the classic spirit, Vodka, its history and how we should be serving it up.</strong>\r\n\r\nVodka, the spirit composed of water and ethanol (often added with flavourings), is made through distilling cereal grains or potatoes that are fermented. The word itself, Vodka, comes from the Russian word for water – ‘voda’ or in Polish, ‘woda’.\r\n\r\n<strong><img class=\"wp-image-1677 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.58.37.png\" alt=\"\" width=\"223\" height=\"147\" />The history</strong>\r\n\r\nVodka has been around since the dawn of time. Alright, well, perhaps not <em>that </em>far back, but it has been around since the 9<sup>th</sup> century, when it was first discovered that the beverage was being distilled. There is some controversy however, as Poland claims to have first produced the drink as early as the 8<sup>th</sup> century.\r\n\r\nCome the Middle Ages, Vodka was being used for medicinal purposes (and as an ingredient in gunpowder). By the end of the 16<sup>th</sup> century, Vodka had established itself as a national drink in Poland, Russia and Finland. Can you see the link already forming between the colder countries?\r\n\r\nSkipping a couple of centuries forward, in the early 19<sup>th</sup> century, the mixing of Russian and other European soldiers for the Napoleonic Wars meant more demand was being seen across Europe to have the beverage. Due to the rise of drunkenness because of cheap and accessible ‘vodka’ brands which were produced across Europe, Russia received the rights to produce vodka solely in 1894. However, following the Russian Revolution, the Bolsheviks overturned the rights for private distilleries to be owned by individuals. A number of vodka-makers fled Russia at this time, bringing vodka back to the shores of Europe.\r\n\r\n<strong>Strong and steady</strong>\r\n\r\nVodka is one of the most famed spirits in the world, let alone Britain, and offers its drinkers a smooth and strong drink. At a minimum of 37.5 per cent, most of the significant producers of Vodka are based in Northern Europe; this include Ukraine, Russia, Belarus, Finland, Poland, Estonia, Lithuania and Latvia.\r\n\r\nThere are many ways to serve vodka, but due to its impurities and flavours, vodka makes the perfect component to a cocktail. It can assume external flavours, mixing perfectly to provide a smooth drinking experience. Some of these popular vodka cocktails include the Cosmopolitan, Bloody Mary, Espresso Martini, Vodka Martini and the Sea Breeze.\r\n\r\nHowever, many bartenders and consumers insist on having their vodka served neat, mixed simply with juice (such as orange or cranberry) or coke, or just on ice. Whatever way you choose to serve vodka though, we recommend serving it in a cooled, low-cut tumbler.\r\n\r\n<strong>Suggested bottles</strong>\r\n\r\nWe’ve picked out a few of our favourite bottles to impress your customers:\r\n<ul>\r\n 	<li>Absolut Vodka – Made from Swedish winter wheat this full-bodied vodka can be served up neat or in a cocktail.</li>\r\n 	<li>JJ Whitley Rhubarb Vodka – If you want something packed with flavour, this classic bottle has hints of basil and other vegetables to its sweet rhubarb scent.</li>\r\n 	<li>Smirnoff Red Label Vodka – This classic is one of the world’s best selling vodkas and can be used in cocktails, on ice or neat.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','On… Vodka Feature','','inherit','closed','closed','','1676-revision-v1','','','2018-06-13 09:00:26','2018-06-13 09:00:26','',1676,'http://www.ontradeprogress.com/2018/06/13/1676-revision-v1/',0,'revision','',0),(1682,1,'2018-06-13 09:18:15','2018-06-13 09:18:15','<img class=\" wp-image-1685 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.17.35.png\" alt=\"\" width=\"246\" height=\"70\" />\r\n\r\n<strong>A cold frosted glass is the prerequisite to serving a perfect cocktail or premium beer. Frosted glasses enhance the taste of the ingredients and keep the drink cool for longer with the added bonus of looking stunning as well.</strong>\r\n\r\nPrecision’s glass froster cabinets match the company’s latest hassle free bottle coolers so, when sited together the back bar, can look as good as the drinks being served. With a stainless steel exterior and mirrored stainless steel interior, the GFS600 glass froster makes a stylish addition to any bar design. Other finishes are available on request.\r\n\r\nUsing the latest energy saving refrigeration technology and a front breathing and venting refrigeration system, the glass froster can be easily fitted into the bar layout since it doesn’t need any side or back ventilation. Internal shelving is adjustable to accommodate different glass sizes. An electronic controller with easy to read LED screen, plus hi/lo temperature alarms, keep operators alerted to the machine’s status.\r\n\r\nTemperature range is from -10 to -18°C to ensure swift frosting. A waste heat recovery condensate vapouriser system and automatic defrost keep the unit operating at maximum efficiency with the minimum of fuss.\r\n\r\nOther features include R290 refrigerant, zero ODP insulation, rifle bored coated evaporators and door locks.\r\n\r\nList price for the GFS600 is £2,095\r\n\r\nFor more information check out the Precision website (<a href=\"http://www.precision-refrigeration.co.uk/\">www.precision-refrigeration.co.uk</a>), or call the company directly on +44 (0)1842 753 994.','A touch of frost: The perfect cocktail cool','','publish','closed','open','','a-touch-of-frost-the-perfect-cocktail-cool','','','2018-06-13 10:38:57','2018-06-13 10:38:57','',0,'http://www.ontradeprogress.com/?p=1682',0,'post','',0),(1683,1,'2018-06-13 09:14:24','2018-06-13 09:14:24','<strong>A cold frosted glass is the prerequisite to serving a perfect cocktail or premium beer. Frosted glasses enhance the taste of the ingredients and keep the drink cool for longer with the added bonus of looking stunning as well.</strong>\r\n\r\nPrecision’s glass froster cabinets match the company’s latest hassle free bottle coolers so, when sited together the back bar, can look as good as the drinks being served. With a stainless steel exterior and mirrored stainless steel interior, the GFS600 glass froster makes a stylish addition to any bar design. Other finishes are available on request.\r\n\r\nUsing the latest energy saving refrigeration technology and a front breathing and venting refrigeration system, the glass froster can be easily fitted into the bar layout since it doesn’t need any side or back ventilation. Internal shelving is adjustable to accommodate different glass sizes. An electronic controller with easy to read LED screen, plus hi/lo temperature alarms, keep operators alerted to the machine’s status.\r\n\r\nTemperature range is from -10 to -18°C to ensure swift frosting. A waste heat recovery condensate vapouriser system and automatic defrost keep the unit operating at maximum efficiency with the minimum of fuss.\r\n\r\nOther features include R290 refrigerant, zero ODP insulation, rifle bored coated evaporators and door locks.\r\n\r\n&nbsp;\r\n\r\nList price for the GFS600 is £2,095\r\n\r\n&nbsp;\r\n\r\nFor more information check out the Precision website (<a href=\"http://www.precision-refrigeration.co.uk/\">www.precision-refrigeration.co.uk</a>), or call the company directly on +44 (0)1842 753 994.','A touch of frost - the perfect cocktail cool','','inherit','closed','closed','','1682-revision-v1','','','2018-06-13 09:14:24','2018-06-13 09:14:24','',1682,'http://www.ontradeprogress.com/2018/06/13/1682-revision-v1/',0,'revision','',0),(1684,1,'2018-06-13 09:16:21','2018-06-13 09:16:21','','Screen Shot 2018-06-13 at 10.15.57','','inherit','closed','closed','','screen-shot-2018-06-13-at-10-15-57','','','2018-06-13 09:16:21','2018-06-13 09:16:21','',1682,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.15.57.png',0,'attachment','image/png',0),(1685,1,'2018-06-13 09:18:03','2018-06-13 09:18:03','','Screen Shot 2018-06-13 at 10.17.35','','inherit','closed','closed','','screen-shot-2018-06-13-at-10-17-35','','','2018-06-13 09:18:03','2018-06-13 09:18:03','',1682,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.17.35.png',0,'attachment','image/png',0),(1686,1,'2018-06-13 09:18:15','2018-06-13 09:18:15','<img class=\" wp-image-1685 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.17.35.png\" alt=\"\" width=\"246\" height=\"70\" />\r\n\r\n<strong>A cold frosted glass is the prerequisite to serving a perfect cocktail or premium beer. Frosted glasses enhance the taste of the ingredients and keep the drink cool for longer with the added bonus of looking stunning as well.</strong>\r\n\r\nPrecision’s glass froster cabinets match the company’s latest hassle free bottle coolers so, when sited together the back bar, can look as good as the drinks being served. With a stainless steel exterior and mirrored stainless steel interior, the GFS600 glass froster makes a stylish addition to any bar design. Other finishes are available on request.\r\n\r\nUsing the latest energy saving refrigeration technology and a front breathing and venting refrigeration system, the glass froster can be easily fitted into the bar layout since it doesn’t need any side or back ventilation. Internal shelving is adjustable to accommodate different glass sizes. An electronic controller with easy to read LED screen, plus hi/lo temperature alarms, keep operators alerted to the machine’s status.\r\n\r\nTemperature range is from -10 to -18°C to ensure swift frosting. A waste heat recovery condensate vapouriser system and automatic defrost keep the unit operating at maximum efficiency with the minimum of fuss.\r\n\r\nOther features include R290 refrigerant, zero ODP insulation, rifle bored coated evaporators and door locks.\r\n\r\nList price for the GFS600 is £2,095\r\n\r\nFor more information check out the Precision website (<a href=\"http://www.precision-refrigeration.co.uk/\">www.precision-refrigeration.co.uk</a>), or call the company directly on +44 (0)1842 753 994.','A touch of frost - the perfect cocktail cool','','inherit','closed','closed','','1682-revision-v1','','','2018-06-13 09:18:15','2018-06-13 09:18:15','',1682,'http://www.ontradeprogress.com/2018/06/13/1682-revision-v1/',0,'revision','',0),(1687,1,'2018-06-13 09:30:15','2018-06-13 09:30:15','<strong>What do chefs want from their combination oven? They want them to be easy to use and they want them to cook more food, provided it doesn’t compromise quality. Lainox has launched an upgraded version of the Naboo combination oven that delivers on both counts.  The Lainox range is distributed in the UK by Falcon Foodservice Equipment. </strong>\r\n\r\nThe ‘reloaded’ Naboo looks much the same on the outside – which is a good thing, since it’s one of the best looking combis around.   What’s different is on the inside. Firstly, the software controls have been upgraded.  One key area is getting to the cooking mode – lots of chefs prefer to use their combination oven in one of its three ‘straight’ modes: convection, steaming and combination. All three can now be found on the control panel’s home page, so chefs can just tap the screen and go.\r\n\r\nWhen it comes to productivity, Naboo’s Multilevel and Just-in-Time cooking features are popular with customers. Both make it easy for chefs to cook different products at the same time, by having the oven’s intelligent recognition identify which recipes can be cooked together. The software monitors each shelf individually, alerting the user when it’s time to put an item into the oven, and when it’s time to take it out.  The new Naboo’s software can monitor two different recipes on each shelf, effectively doubling the different types of foods that can be cooked simultaneously.\r\n\r\nA key advantage with the Naboo is its connectivity, which gives users internet access to the Lainox Cloud to manage their oven’s operation and recipes. Changes can be made on a central computer and then synchronised to an oven, or multiple ovens across multiple sites, simultaneously. When connected to the Cloud, the new Naboo will automatically synchronise at regular intervals, ensuring any changes the user has made to the oven are saved. The connectivity also gives users access to thousands of recipe ideas and tips, direct from the oven’s control panel.\r\n\r\nThe new Naboo is available through Falcon dealers with list prices starting from £9,491 for the standard seven-grid electric model (NAEB071R).\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Reload to the mode: Lainox launches new Naboo','','publish','closed','open','','reload-to-the-mode-lainox-launches-new-naboo','','','2018-06-13 09:40:58','2018-06-13 09:40:58','',0,'http://www.ontradeprogress.com/?p=1687',0,'post','',0),(1688,1,'2018-06-13 09:29:33','2018-06-13 09:29:33','','Screen Shot 2018-06-13 at 10.27.12','','inherit','closed','closed','','screen-shot-2018-06-13-at-10-27-12','','','2018-06-13 09:29:33','2018-06-13 09:29:33','',1687,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.27.12.png',0,'attachment','image/png',0),(1689,1,'2018-06-13 09:30:15','2018-06-13 09:30:15','<strong>What do chefs want from their combination oven? They want them to be easy to use.  And they want them to cook more food, provided it doesn’t compromise quality.  Lainox has launched an upgraded version of the Naboo combination oven that delivers on both counts.  The Lainox range is distributed in the UK by Falcon Foodservice Equipment. </strong>\r\n\r\nThe ‘reloaded’ Naboo looks much the same on the outside – which is a good thing, since it’s one of the best looking combis around.   What’s different is on the inside.  Firstly, the software controls have been upgraded.  One key area is getting to the cooking mode – lots of chefs prefer to use their combination oven in one of its three ‘straight’ modes: convection, steaming and combination.  All three can now be found on the control panel’s home page, so chefs can just tap the screen and go.\r\n\r\nWhen it comes to productivity, Naboo’s Multilevel and Just-in-Time cooking features are popular with customers.  Both make it easy for chefs to cook different products at the same time, by having the oven’s intelligent recognition identify which recipes can be cooked together.  The software monitors each shelf individually, alerting the user when it’s time to put an item into the oven, and when it’s time to take it out.  The new Naboo’s software can monitor two different recipes on each shelf, effectively doubling the different types of foods that can be cooked simultaneously.\r\n\r\nA key advantage with the Naboo is its connectivity, which gives users internet access to the Lainox Cloud to manage their oven’s operation and recipes. Changes can be made on a central computer and then synchronised to an oven, or multiple ovens across multiple sites, simultaneously.  When connected to the Cloud, the new Naboo will automatically synchronise at regular intervals, ensuring any changes the user has made to the oven are saved.  The connectivity also gives users access to thousands of recipe ideas and tips, direct from the oven’s control panel.\r\n\r\nThe new Naboo is available through Falcon dealers with list prices starting from £9,491 for the standard seven-grid electric model (NAEB071R).\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens.  With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe.  Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Reload to the mode: Lainox launches new Naboo','','inherit','closed','closed','','1687-revision-v1','','','2018-06-13 09:30:15','2018-06-13 09:30:15','',1687,'http://www.ontradeprogress.com/2018/06/13/1687-revision-v1/',0,'revision','',0),(1691,1,'2018-06-13 09:40:58','2018-06-13 09:40:58','<strong>What do chefs want from their combination oven? They want them to be easy to use and they want them to cook more food, provided it doesn’t compromise quality. Lainox has launched an upgraded version of the Naboo combination oven that delivers on both counts.  The Lainox range is distributed in the UK by Falcon Foodservice Equipment. </strong>\r\n\r\nThe ‘reloaded’ Naboo looks much the same on the outside – which is a good thing, since it’s one of the best looking combis around.   What’s different is on the inside. Firstly, the software controls have been upgraded.  One key area is getting to the cooking mode – lots of chefs prefer to use their combination oven in one of its three ‘straight’ modes: convection, steaming and combination. All three can now be found on the control panel’s home page, so chefs can just tap the screen and go.\r\n\r\nWhen it comes to productivity, Naboo’s Multilevel and Just-in-Time cooking features are popular with customers. Both make it easy for chefs to cook different products at the same time, by having the oven’s intelligent recognition identify which recipes can be cooked together. The software monitors each shelf individually, alerting the user when it’s time to put an item into the oven, and when it’s time to take it out.  The new Naboo’s software can monitor two different recipes on each shelf, effectively doubling the different types of foods that can be cooked simultaneously.\r\n\r\nA key advantage with the Naboo is its connectivity, which gives users internet access to the Lainox Cloud to manage their oven’s operation and recipes. Changes can be made on a central computer and then synchronised to an oven, or multiple ovens across multiple sites, simultaneously. When connected to the Cloud, the new Naboo will automatically synchronise at regular intervals, ensuring any changes the user has made to the oven are saved. The connectivity also gives users access to thousands of recipe ideas and tips, direct from the oven’s control panel.\r\n\r\nThe new Naboo is available through Falcon dealers with list prices starting from £9,491 for the standard seven-grid electric model (NAEB071R).\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Reload to the mode: Lainox launches new Naboo','','inherit','closed','closed','','1687-revision-v1','','','2018-06-13 09:40:58','2018-06-13 09:40:58','',1687,'http://www.ontradeprogress.com/2018/06/13/1687-revision-v1/',0,'revision','',0),(1692,1,'2018-06-13 09:46:18','2018-06-13 09:46:18','<b>Falcon and Williams appoint Steven Grahamslaw as new area sales manager for Scotland</b><strong>. Steven has worked at Falcon since 2015 based in the buying team, and is looking forward to the challenges of his new role in the sales team.</strong>\r\n\r\nNational Sales Manager, for Falcon Neil Greer said: \"Steven has all the skills and attributes necessary to be a great addition to our team - knowledge of Falcon products and people, excellent communication skills, friendly and outgoing and great with people. I\'m sure he will quickly develop good relationships with our Falcon and Williams distributors across the country.\"\r\n\r\nGarry Allitt, Williams’ new National Sales Manager added: \"I\'ve already spent a bit of time with Steven, and he\'s keen and eager to get out and about meeting customers, visiting sites and promoting both brands across Scotland. I look forward to spending more time with him and our Scottish customers in the weeks and months to come.\"\r\n\r\nSteven is currently brushing up his knowledge of both Falcon and Williams products through an extensive induction programme, and is looking forward to introducing himself to clients both old and new very soon.\r\n\r\nHe lives in Stirling with his wife and son.  Outside of work Steven’s main passion is football, including managing a local club.\r\n\r\nFalcon is the UK\'s leading manufacturer and supplier of high-quality, commercial prime cooking equipment. Its extensive product portfolio includes gas and electric ranges, grills, fryers, chargrills, steamers, convection and combination ovens.\r\n\r\nWilliams Refrigeration supplies a wide selection of gastronorm cabinets and counters, prep stations, blast chillers/freezers, bottle coolers, bakery and modular coldrooms.\r\n\r\nTogether Williams and Falcon are both members of the ALI Group and design, manufacture and install a highly diverse product range, supplying hotels, hospitals, schools, restaurants, bars and kitchens around the world. Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> and <a href=\"http://www.williams-refrigeration.co.uk/\">www.williams-refrigeration.co.uk</a> for more information.','Falcon and Williams appoint Steven Grahamslaw','','publish','closed','open','','falcon-and-williams-appoint-steven-grahamslaw','','','2018-06-13 09:46:18','2018-06-13 09:46:18','',0,'http://www.ontradeprogress.com/?p=1692',0,'post','',0),(1693,1,'2018-06-13 09:44:46','2018-06-13 09:44:46','','Screen Shot 2018-06-13 at 10.44.26','','inherit','closed','closed','','screen-shot-2018-06-13-at-10-44-26','','','2018-06-13 09:44:46','2018-06-13 09:44:46','',1692,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.44.26.png',0,'attachment','image/png',0),(1694,1,'2018-06-13 09:45:19','2018-06-13 09:45:19','<b>Falcon and Williams appoint Steven Grahamslaw as new area sales manager for Scotland</b><strong>. Steven has worked at Falcon since 2015 based in the buying team, and is looking forward to the challenges of his new role in the sales team.</strong>\r\n\r\nNational Sales Manager, for Falcon Neil Greer said: \"Steven has all the skills and attributes necessary to be a great addition to our team - knowledge of Falcon products and people, excellent communication skills, friendly and outgoing and great with people. I\'m sure he will quickly develop good relationships with our Falcon and Williams distributors across the country.\"\r\n\r\nGarry Allitt, Williams’ new National Sales Manager added: \"I\'ve already spent a bit of time with Steven, and he\'s keen and eager to get out and about meeting customers, visiting sites and promoting both brands across Scotland. I look forward to spending more time with him and our Scottish customers in the weeks and months to come.\"\r\n\r\nSteven is currently brushing up his knowledge of both Falcon and Williams products through an extensive induction programme, and is looking forward to introducing himself to clients both old and new very soon.\r\n\r\nHe lives in Stirling with his wife and son.  Outside of work Steven’s main passion is football, including managing a local club.\r\n\r\nFalcon is the UK\'s leading manufacturer and supplier of high-quality, commercial prime cooking equipment. Its extensive product portfolio includes gas and electric ranges, grills, fryers, chargrills, steamers, convection and combination ovens.\r\n\r\nWilliams Refrigeration supplies a wide selection of gastronorm cabinets and counters, prep stations, blast chillers/freezers, bottle coolers, bakery and modular coldrooms.\r\n\r\nTogether Williams and Falcon are both members of the ALI Group and design, manufacture and install a highly diverse product range, supplying hotels, hospitals, schools, restaurants, bars and kitchens around the world. Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> and <a href=\"http://www.williams-refrigeration.co.uk/\">www.williams-refrigeration.co.uk</a> for more information.','Falcon and Williams appoint Steven Grahamslaw','','inherit','closed','closed','','1692-revision-v1','','','2018-06-13 09:45:19','2018-06-13 09:45:19','',1692,'http://www.ontradeprogress.com/2018/06/13/1692-revision-v1/',0,'revision','',0),(1695,1,'2018-06-13 09:46:10','2018-06-13 09:46:10','','Screen Shot 2018-06-13 at 10.45.47','','inherit','closed','closed','','screen-shot-2018-06-13-at-10-45-47','','','2018-06-13 09:46:10','2018-06-13 09:46:10','',1692,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.45.47.png',0,'attachment','image/png',0),(1696,1,'2018-06-13 09:53:24','2018-06-13 09:53:24','<strong>It’s KP Day again! Photograph your champion KPs and help out a good cause, 22<sup>nd</sup> June 2018. 22 June 2018 is National KP Day, when the kitchen crew gets to have a bit of fun and raise cash for Springboard, the charity that helps young and disadvantaged people gain employment in the hospitality industry. </strong>\r\n\r\nHave you got an outstanding kitchen porter in your kitchen?  Or one with a sense of humour?  Then snap a picture of them, and tweet it using the hashtag #kpday.  For every tweet, warewasher specialist Winterhalter will donate £1 to Springboard, up to a maximum of £1,000.\r\n\r\nAs well as that, there’s a special extra prize for the kitchen team that goes the extra mile to celebrate their kitchen porter – we don’t want to spoil the surprise but we’re sure it’ll be very gladly received!\r\n\r\nPlus, all the pics will be uploaded into the KP gallery, celebrating all the great kitchen porters – check it out at<a href=\"http://www.kpoftheyear.com/\">www.kpoftheyear.com</a>.\r\n\r\n“We’ve had some cracking photos on National KP Day over the years,” says Stephen Kinkead, managing director of Winterhalter UK.  “We’ve also raised a lot of cash for this very worthwhile cause – so get snapping!”\r\n\r\nKP Day falls during the quest to find the 2018 KP of the Year – to nominate a KP visit <a href=\"http://www.kpoftheyear.com/\">www.kpoftheyear.com</a>.  The deadline is 3 August 2018.\r\n\r\nFor more information on Springboard visit <a href=\"http://charity.springboard.uk.net/\">http://charity.springboard.uk.net</a>.','Hall of fame: Celebrating the heroes of the kitchen','','publish','closed','open','','hall-of-fame-celebrating-the-heroes-of-the-kitchen','','','2018-06-13 09:57:19','2018-06-13 09:57:19','',0,'http://www.ontradeprogress.com/?p=1696',0,'post','',0),(1697,1,'2018-06-13 09:53:09','2018-06-13 09:53:09','','Screen Shot 2018-06-13 at 10.52.44','','inherit','closed','closed','','screen-shot-2018-06-13-at-10-52-44','','','2018-06-13 09:53:09','2018-06-13 09:53:09','',1696,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.52.44.png',0,'attachment','image/png',0),(1698,1,'2018-06-13 09:53:24','2018-06-13 09:53:24','<strong>It’s KP Day again! Photograph your champion KPs and help out a good cause, 22<sup>nd</sup> June 2018. 22 June 2018 is National KP Day, when the kitchen crew gets to have a bit of fun and raise cash for Springboard, the charity that helps young and disadvantaged people gain employment in the hospitality industry. </strong>\r\n\r\nHave you got an outstanding kitchen porter in your kitchen?  Or one with a sense of humour?  Then snap a picture of them, and tweet it using the hashtag #kpday.  For every tweet, warewasher specialist Winterhalter will donate £1 to Springboard, up to a maximum of £1,000.\r\n\r\nAs well as that, there’s a special extra prize for the kitchen team that goes the extra mile to celebrate their kitchen porter – we don’t want to spoil the surprise but we’re sure it’ll be very gladly received!\r\n\r\nPlus, all the pics will be uploaded into the KP gallery, celebrating all the great kitchen porters – check it out at<a href=\"http://www.kpoftheyear.com/\">www.kpoftheyear.com</a>.\r\n\r\n“We’ve had some cracking photos on National KP Day over the years,” says Stephen Kinkead, managing director of Winterhalter UK.  “We’ve also raised a lot of cash for this very worthwhile cause – so get snapping!”\r\n\r\nKP Day falls during the quest to find the 2018 KP of the Year – to nominate a KP visit <a href=\"http://www.kpoftheyear.com/\">www.kpoftheyear.com</a>.  The deadline is 3 August 2018.\r\n\r\nFor more information on Springboard visit <a href=\"http://charity.springboard.uk.net/\">http://charity.springboard.uk.net</a>.','Hall of fame: Celebrating the heroes of the kitchen','','inherit','closed','closed','','1696-revision-v1','','','2018-06-13 09:53:24','2018-06-13 09:53:24','',1696,'http://www.ontradeprogress.com/2018/06/13/1696-revision-v1/',0,'revision','',0),(1699,1,'2018-06-13 10:51:42','2018-06-13 10:51:42','<strong>UK foodservice specialist ARYZTA Food Solutions is exclusively unveiling three new Danish pastry lines that take authenticity to new levels. The innovative flavours have been lovingly made in Denmark – the world famous home of the indulgent treat, before being frozen at source and made available to the UK market.</strong>\r\n\r\nSupplied pre-proved and unbaked, the three new flavours; a Lemon Danish Plait, Mango &amp; Passionfruit Danish Crown and Wild Canadian Blueberry Danish Crown, can be baked from frozen and ready to serve in a matter of minutes. Crucially, because the range is supplied frozen, costly wastage can be easily controlled. This, alongside the products’ provenance, are, says ARYZTA Food Solutions’ Head of Marketing, Paul Whitely, key factors for operators to consider.\r\n\r\n“The new Danish pastries offer sites the best of both worlds, a truly authentic, innovative and delicious product – which can increase profitability – and a highly convenient solution. We see these products as a great addition to breakfast services – large and small – across a number of sectors and sitting neatly alongside a speciality beverage at any time throughout the day.\r\n\r\nAvailable in cases of 48, The Lemon Danish Plait has a fresh and zingy lemon cheesecake-style filling, while the Mango &amp; Passionfruit Danish Crown is filled with an exotic mix of the two complimentary fruits. The Wild Canadian Blueberry Danish Crown has a sweet, tangy and intense blueberry flavour – unique to wild Canadian blueberries – which is sure to go down a storm when accentuated on menus.\r\n\r\nAll three varieties are suitable for vegetarians and available from mid-June.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.','ARYZTA Food Solutions brings an authentic touch of hygee to UK Foodservice','','publish','closed','open','','aryzta-food-solutions-brings-an-authentic-touch-of-hygee-to-uk-foodservice','','','2018-06-13 13:19:54','2018-06-13 13:19:54','',0,'http://www.ontradeprogress.com/?p=1699',0,'post','',0),(1701,1,'2018-06-13 10:38:57','2018-06-13 10:38:57','<img class=\" wp-image-1685 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-10.17.35.png\" alt=\"\" width=\"246\" height=\"70\" />\r\n\r\n<strong>A cold frosted glass is the prerequisite to serving a perfect cocktail or premium beer. Frosted glasses enhance the taste of the ingredients and keep the drink cool for longer with the added bonus of looking stunning as well.</strong>\r\n\r\nPrecision’s glass froster cabinets match the company’s latest hassle free bottle coolers so, when sited together the back bar, can look as good as the drinks being served. With a stainless steel exterior and mirrored stainless steel interior, the GFS600 glass froster makes a stylish addition to any bar design. Other finishes are available on request.\r\n\r\nUsing the latest energy saving refrigeration technology and a front breathing and venting refrigeration system, the glass froster can be easily fitted into the bar layout since it doesn’t need any side or back ventilation. Internal shelving is adjustable to accommodate different glass sizes. An electronic controller with easy to read LED screen, plus hi/lo temperature alarms, keep operators alerted to the machine’s status.\r\n\r\nTemperature range is from -10 to -18°C to ensure swift frosting. A waste heat recovery condensate vapouriser system and automatic defrost keep the unit operating at maximum efficiency with the minimum of fuss.\r\n\r\nOther features include R290 refrigerant, zero ODP insulation, rifle bored coated evaporators and door locks.\r\n\r\nList price for the GFS600 is £2,095\r\n\r\nFor more information check out the Precision website (<a href=\"http://www.precision-refrigeration.co.uk/\">www.precision-refrigeration.co.uk</a>), or call the company directly on +44 (0)1842 753 994.','A touch of frost: The perfect cocktail cool','','inherit','closed','closed','','1682-revision-v1','','','2018-06-13 10:38:57','2018-06-13 10:38:57','',1682,'http://www.ontradeprogress.com/2018/06/13/1682-revision-v1/',0,'revision','',0),(1702,1,'2018-06-13 10:39:41','2018-06-13 10:39:41','<strong>On the back of the successful launch of its range of frozen doughs, Red Tractor-certified baker Speciality Breads has this time further expanded its artisan range of frozen breads with the addition of multi-functional Rustic Baguettes.</strong>\r\n\r\nThe versatile, flavour-packed new arrival is a fantastic option for hotels, bars and restaurants when sliced for bread baskets but are equally as tasty when halved and loaded with sandwich fillings as part of a café or sandwich shop’s bakery offering.\r\n\r\n<i>Rustic Baguette (250g)–</i> gently handled by the company’s master bakers to provide those vital pockets of air for the perfect consistency and texture, this classic baguette has a traditional rustic appearance and is made using free-range eggs and the award-winning Red Tractor-certified flour.\r\n\r\nThe Rustic baguettes come in cases of 15 costing approximately 70p a unit.\r\n\r\nSimon Cannell, Managing Director of Speciality Breads, said:\r\n\r\n“Our specialist team is constantly on the look out for the latest trends and tastes appealing to consumers and we felt many operators were missing a trick with their baguette offering. Whether that be in hotels, restaurants, cafés or sandwich shops, the need for a quality baguette to carry flavoursome fillings or mop up soups and sauces is always there and we believe our latest launch fits the bill. Not only are they incredibly flavoursome with a fantastic texture but they look great and work in numerous way across the menu.”\r\n\r\n<b>Speciality Breads</b>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads<span lang=\"EN-US\"> provides an </span>ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor-certified British flour. <span lang=\"EN-US\">The company distributes its products to a UK-wide network of wholesalers</span>, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads’ portfolio expands with new Rustic Baguettes','','inherit','closed','closed','','1669-revision-v1','','','2018-06-13 10:39:41','2018-06-13 10:39:41','',1669,'http://www.ontradeprogress.com/2018/06/13/1669-revision-v1/',0,'revision','',0),(1703,1,'2018-06-13 10:40:11','2018-06-13 10:40:11','<img class=\"wp-image-1663 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.01.02.png\" alt=\"\" width=\"127\" height=\"276\" />\r\n\r\n<strong>With demand growing for high quality non and low alcohol beers plus gluten-free options, </strong><strong>Euroboozer has added a trio of high class brews from Austria’s famous Stiegl brewery, wh</strong><strong>ich will all be showcased at Imbibe 2018 from the 2nd-3rd July at London Olympia. </strong>\r\n\r\nEuroboozer will be exhibiting from stand G8 and the new range being presented for the first time includes:\r\n\r\n<b>Stiegl Freibier</b> – appreciated in its homeland for its full-bodied, well balanced taste, Austrian Saphir hops provide aromatics to this unfiltered, ultra-refreshing non-alcoholic lager.\r\n\r\n33cl bottles x 12, List price: £8.13, Calories: 26 kcal / 100ml, Alc: max 0.5%\r\n\r\n<b>Stiegl Grapefruit Radler</b> - this naturally cloudy and zesty, thirst-quencher uses real grapefruit juice alongside Stiegl’s famous Goldbräu beer for the ultimate, refreshing ORIGINAL Radler.\r\n\r\n50cl Cans x 24, List price: £26.51, Calories: 35 kcal/100ml, Alcohol content: 2,00%\r\n\r\n<b>Stiegl Paracelsus Gluten Frei</b> - this bottom-fermented, organic, 100% gluten free beer is made using a special natural process with millet grown on the Stiegl farm and without the use of enzymes to remove gluten. Straw in colour and hazy in appearance, this unfiltered beer is well balanced, gently hopped and full in flavour.\r\n\r\n33cl bottle x 12, List price: £20.07, Alcohol content: 4,9%\r\n\r\nSince their recent arrival, the Freibier and Gluten Frei have already seen strong interest from the ON-trade with listings generated in the Diner venues plus the prestigious venues The Delaunay, Fischer’s and The Wolseley. The brewery’s Stiegl Goldbräu and Columbus Pale, which have also just launched on draught in The Wolseley will also be available for visitors to try at Imbibe.\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“In addition to its famous lagers, Stiegl’s award-winning and market-leading low, no and gluten-free beers are of immense quality so it’s great to introduce them to the UK’s innovative and demanding On-trade.  The category is seeing strong growth and for the first time generating real excitement so we’re looking forward to showcasing this trio at Imbibe.”\r\n\r\n<img class=\"wp-image-1664 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.00.45.png\" alt=\"\" width=\"127\" height=\"229\" />\r\n\r\n<b>About Stiegl</b>\r\n\r\nThe Stiegl brewery grew out of what was a popular beer-making guesthouse called the ‘Bräuhaus an der Gstätten’.  It was first mentioned in written records on the 16th June 1492 and was located in Salzburg, Austria.  Over the past 500 plus years, the brewery has seen everything from immense joy and celebrations to fires, war, and economic turmoil but throughout, it has remained, playing a huge part in the city and country’s culture and history.  Even Wolfgang Amadeus Mozart guzzled a few Stiegl beers in 18th century.\r\n\r\nMost famously known for its multi award-winning Stiegl Goldbräu beer, which launched in the UK in 2007, Stiegl utilises a wealth of brewing experience combined with some of the most high-tech brewing equipment, processes and procedures in Europe whilst benefiting from the finest Austrian raw materials - often cultivated in the brewery’s own fields.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\nFor further information on the Stiegl beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer unveils Stiegl Low/No Trio','','inherit','closed','closed','','1662-revision-v1','','','2018-06-13 10:40:11','2018-06-13 10:40:11','',1662,'http://www.ontradeprogress.com/2018/06/13/1662-revision-v1/',0,'revision','',0),(1704,1,'2018-06-13 10:40:35','2018-06-13 10:40:35','<div style=\"text-align: left;\" align=\"center\"><span style=\"font-family: Calibri; font-size: large;\"><b>Cointreau and South Place Hotel bring a slice of Acapulco to Londoners with a tropical </b></span><span style=\"font-family: Calibri; font-size: large;\"><b>Margarita Loves Cointreau Pop up this summer.</b></span></div>\r\n<img class=\" wp-image-1658 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.06.07.png\" alt=\"\" width=\"326\" height=\"199\" />\r\n\r\n<span style=\"font-family: Calibri;\">World famous orange liqueur brand Cointreau and </span><span style=\"font-family: Calibri;\">South Place Hotel have collaborated to bring a slice of Acapulco and its vibrant atmosphere to the Secret Garden at South Place Hotel, from June 29th until the end of August, with a truly tropical Margarita Loves Cointreau pop-up.\r\n</span><span style=\"font-family: Calibri;\">\r\nNestled on the first floor of South Place Hotel in East London, the Secret Garden, a veritable oasis of waterfalls and palm trees sets the scene for Cointreau’s celebrations of the 70th anniversary of the original Margarita cocktail.</span>\r\n\r\nTaking inspiration from Acapulco where “Margarita” Sames, famously said of her instantly iconic concoction, “a Margarita without Cointreau is not worth its salt’. The partnership pays homage to the iconic cocktail and its origins by introducing delicious, innovative, Margarita inspired cocktails, as well as the original. The menu includes, a <i>lavender Margarit</i>a, a <i>fruity twist</i> and a <i>citrus chai Margarita</i> which are all perfectly suited to alfresco drinking in the sunshine. And, with a retractable roof in case of changeable British weather and indoor heaters to hand, the uniquely inviting space will maintain a tropical climate all year round.\r\n\r\nKamil Winnicki, Bar Manager says of the partnership “South Place Hotel is very excited to celebrate the 70th birthday of one of the most iconic cocktails together with the Cointreau family. I am sure that the collaboration between the two brands and the uniqueness of our Secret Garden will create an amazing experience to all guests. Our mixologists are looking forward to present South Place Hotel’s takes on the Margarita and serve it alongside everyone’s favourite classic liqueur.”\r\n\r\n<img class=\"alignleft wp-image-1659\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-12-at-15.05.57.png\" alt=\"\" width=\"182\" height=\"287\" />What’s more there will be a phone at the bar – a direct line for consumers to ring up and order a Margarita any time of day whilst enjoying the calming sounds of waterfalls in this hidden gem right in the heart of London.\r\n\r\nGuests can also expect an array of other exciting happenings, including, delicious Mexican inspired Sunday brunches throughout summer on the 22nd July, 12th August and 19th August. There will also be Margarita masterclasses for those that want to hone their cocktail making skills and DJ sets every Friday that will be sure to bring on the tropical vibes.','Acapulco pop up at South Place Hotel','','inherit','closed','closed','','1656-revision-v1','','','2018-06-13 10:40:35','2018-06-13 10:40:35','',1656,'http://www.ontradeprogress.com/2018/06/13/1656-revision-v1/',0,'revision','',0),(1705,1,'2018-06-13 10:42:42','2018-06-13 10:42:42','<strong>The industry’s toughest competition came to a dramatic close on Tuesday the 5<sup>th</sup> of June, with Alex and Tanya Williams beating the five other finalists to the top spot and winning Licensee of the Year 2018 - sponsored by Sky.</strong>\r\n\r\n<img class=\"wp-image-1607 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-13.48.54.png\" alt=\"\" width=\"242\" height=\"424\" />\r\n\r\nAlex and Tanya, who run the Polgooth Inn in St Austell, fought through the <span style=\"font-size: 14px;\">previous three rounds of the competition to wow the judges at the final judging day on the 4</span><sup>th</sup><span style=\"font-size: 14px;\"> of June, where they displayed excellent knowledge and experience in three different areas; Business Development, People and Training and Financial Awareness.</span>\r\n\r\nThey picked up the trophy in front of a packed audience at the BII Summer event at the HAC in the City of London on the 5<sup>th</sup> of June, attended by the brightest and best from the industry.\r\n\r\nTanya said: “It’s slightly surreal and it feels amazing. The BII Summer Party is such a massive event. I’m bordering on emotional.\r\n\r\nThe competition process was so tough, so you have to believe in what you are doing, that it is the right thing. The other finalists are so amazing – we have all become friends.”\r\n\r\nDavid Rey, Managing Director of Sky Business said: <em>“A huge congratulations to Alex and Tanya in winning the Licensee of the Year Award. Sky is delighted to sponsor this award and play a part in recognising the individuals that have achieved so much in the industry.”</em>\r\n\r\nMike Clist, Chief Executive of the BII commented: <em>“I’d like to offer a massive congratulations to Alex and Tanya and the team at the Polgooth Inn on behalf of myself and everyone here at the BII. This is a tough competition to win, but it was clear to the judges that the Williams’ had the dedication and passion deserving of Licensee of the Year winners. I’d also like to congratulate our other finalists for getting this far and being such fantastic candidates- it really was a tough decision as they all brought something unique to the competition!”</em>\r\n\r\nAs winner of Licensee of the Year competition Alex and Tanya will receive a year’s free Pubs and Clubs subscription to Sky Sports, a Study Trip to Amsterdam courtesy of Heineken and honorary lifetime membership of the BII.\r\n\r\nThe BII would like to thank everyone who entered this year’s competition.','Licensee of the Year 2018: The winner is!','','inherit','closed','closed','','1606-revision-v1','','','2018-06-13 10:42:42','2018-06-13 10:42:42','',1606,'http://www.ontradeprogress.com/2018/06/13/1606-revision-v1/',0,'revision','',0),(1706,1,'2018-06-13 10:44:01','2018-06-13 10:44:01','<div class=\"page\" title=\"Page 12\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Miguel Leal, of Casa Leal, takes us on an aromatic tour of Portugal’s bursting wine offering.</strong>\r\n\r\nThe stunning country of Portugal has a lot to offer in the way of wine. A small country but offering over 250 native grapes spread over 28 DOC wine regions. Regardless of producing wines since the Roman times and being the world’s 11th largest wine producer there is still much to talk about Portuguese wines. This is a country for adventurous wine lovers looking for different flavours than what is normally available.\r\n\r\nThe country diversity of grapes and regions can be daring for the ones trying to pronounce their names or to understand the wine provenance. Because I like to simplify, I divide Portugal wines in 4 categories, Atlantic, Mountains, Mediterranean and the Islands Wines.\r\n\r\n<strong>Atlantic Wines</strong>\r\n\r\nThe cooler influence of all regions closer to the Atlantic coast, such as the Vinho Verde; Bairrada and Lisbon produce fruity, aromatic and aging potential.\r\n\r\n<strong>ViNHO VERDE</strong>\r\n\r\n<img class=\" wp-image-1588 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-10.59.39.png\" alt=\"\" width=\"215\" height=\"267\" />Vinho Verde Region being the most northerly wine region is best known for its Vinho Verde, or ‘green’ wine (unripe grapes) – which should be consumed young. A crisp fruity, easy drinking and <span style=\"font-size: 14px;\">low alcohol wine style, often with a gentle fizz and ideal for an aperitif on a warmer day or night due to the natural acidity. </span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Avesso, Loureiro, Pederna (Arinto), Trajudura, Alvarelhao, Espadeiro. </span>\r\n\r\n<span style=\"font-size: 14px;\">This region is also the birthplace of the Alvarinho grape, producing a complex and rich wine; ideal to pair with seafood and meaty fish dishes. Quinta de Pacos has a long history of 15 generations producing wines and it’s recorded to produce wines that had very good flavours and aromas for the USA Century Celebration in </span><span style=\"font-size: 14px;\">Philadelphia (1876).</span>\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>BAiRRADA</strong>\r\n\r\nThe total area of vineyards is 12,000 hectares, divided by about 10,000 plots. We’re talking micro growers in this region. The typical Atlantic climate due to the proximity of the sea, together with the clay-limestone and autochthonous soils, has always contributed to making the Bairrada wines unique.\r\n\r\n<span style=\"font-size: 14px;\">It was with the red wines made from Baga with great potential of aging that the Bairrada gained recognition. It is </span><span style=\"font-size: 14px;\">a vigorous variety, with small bunches of late-ripening berries. In clayey soils with good sun exposure, Baga is able to mature well and produce deep-colored aroma-concentrated wines that can a</span><span style=\"font-size: 14px;\">ge in bottles for many years as Vadio producer wines demonstrate.</span>\r\n\r\n<span style=\"font-size: 14px;\">However, white wines produced from the vine varieties Cercial, Bical and Maria Gomes have been highlighted, Campolargo Cercial was awarded Champion IWC 2014, the biggest horror for a Portuguese white wine. </span><span style=\"font-size: 14px;\">Bairrada pioneered the making of sparkling wines and different styles can be tasted with Campolargo and Vadio producers.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">LiSBOA</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The fresh Atlantic breeze and the rich soil of this hilly landscape means Portugal’s Lisboa region is one of the best for grape growing. With more DOCs that any other region in Portugal, with nine, to offer. </span><span style=\"font-size: 14px;\">The Medieval village of Obidos produces one of the oldest wine brands in Portugal, the Quinta das Cerejeiras Reserva, with the label still unchanged.</span>\r\n\r\n<span style=\"font-size: 14px;\">Grapes include: Arinto, Ferna?o Pires, Malvasia, and Vital, and for reds Aragonez, Castela?o, Tinta Miu?da, Touriga Franca, Touriga Nacional and Trincadeira</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Mountains Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">Douro is a magical wine region designated an UNESCO World Heritage Site because of its history and for being one of the first DO wine regions in the world. With stunning man-made stone-walled </span>\r\n\r\n<span style=\"font-size: 14px;\">vine terraces, the region has grown to broader modern terraces following the River Douro from the Spanish border to the Mesa?o Frio.</span><span style=\"font-size: 14px;\">\r\nA mountainous and rocky region, the vineyards grow on poor and schistous soils on steep slopes.</span>\r\n\r\n<span style=\"font-size: 14px;\">Our Producer Quevedo has a long and rich history of growing grapes and making Port wine that goes back to 1889. His philosophy is to produce good grapes and is expanding the culture to organic in some of his five Quintas. Quevedo grapes originate from different locations, at different altitudes and plants cover a large array of grapes to produce Port wines and table wines. Grapes include: Bastardo, Mourisco tinto, Tinta Barroca, Tinta Cao, Tinta Roriz, Touriga Francesa, Touriga Nacional, Donzelinho branco, Gouveio, Malvesa Fina, Rabigato and Viosinho.</span>\r\n\r\n<strong style=\"font-size: 14px;\"><span style=\"font-size: 14px;\"><img class=\"wp-image-1592 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-11-at-11.14.37.png\" alt=\"\" width=\"223\" height=\"125\" />Mediterranean Wines</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">The Setu?bal Peninsula has two DOCs, Setu?bal and Palmela. Setu?bal produces the sweet and fortified Moscatel de Setu?bal while Palmela produces mostly red wine mostly from the Castela?o grape.</span>\r\n\r\n<span style=\"font-size: 14px;\">Herdade do Po</span><span style=\"font-size: 14px;\">rtocarro’s philosophy is to craft wines of indisputable quality. The 18 vineyard benefits from a unique climate, as it is affected by the Atlantic breezes and the heat from the Alentejo plains. </span><span style=\"font-size: 14px;\">Its owner and winemaker, Jose? da Mota Capita?o, inspired by the principles of biodynamic viticulture, is recovering extinct indigenous grapes as well as </span><span style=\"font-size: 14px;\">experimenting with the classic Portuguese varieties, producing wines of outstanding character, balance and grace.</span>\r\n\r\n<span style=\"font-size: 14px;\">Nominated in 2015 and awarded in 2016 “Portuguese Wine Producer of the Year” by the highly respected Portuguese wine magazine “Wine - Essencia do Vinho”, Herdade do Porto carro winery is always rated among the top wine producers in Portugal.</span>\r\n\r\n<span style=\"font-size: 14px;\">The Alentejo region covers one third of Portugal. </span><span style=\"font-size: 14px;\">This Mediterranean climate region is suitable for the grow of the Aragonez (Tempranillo), the most planted grape and Alfrocheiro, Castela?o and Trincadeira grapes. International red grapes have established well in the region such as Alicante Bouschet, Syrah and Cabernet Sauvignon.</span>\r\n\r\n<span style=\"font-size: 14px;\">The white local Anta?o Vaz grape, with thick skin has good acidity and tropical fruit flavours and produces top quality white wines especially the barrel-fermented ones. Hobby Antao Vaz is a good example. </span><span style=\"font-size: 14px;\">Arinto, Roupeiro and Perrum are also used in the blends of the regional white wines.</span>\r\n\r\n<span style=\"font-size: 14px;\">The region produces not only easy drinking wines, but also fine wines, especially in the red category. The classic wines of Alentejo are fruity and rich </span><span style=\"font-size: 14px;\">that are considered very easy drinking and smooth, similar to ‘New World’ style of wines that taste of sun ripened grapes. </span><span style=\"font-size: 14px;\">Islands Wines</span>\r\n\r\n<span style=\"font-size: 14px;\">The most famous wine comes from Madeira and is produced in a variety of styles from dry wines which can be consumed on their own as an aperitif to sweet wines usually consumed with dessert. </span>We see mineral dry whites emerging from the volcanic Pico island in the Acores so this is a region to look at for new wines from Portugal.\r\n\r\n</div>\r\n</div>\r\n</div>','From Grape to Glass: Portugals greatest wines','','inherit','closed','closed','','1586-revision-v1','','','2018-06-13 10:44:01','2018-06-13 10:44:01','',1586,'http://www.ontradeprogress.com/2018/06/13/1586-revision-v1/',0,'revision','',0),(1707,1,'2018-06-13 10:50:17','2018-06-13 10:50:17','','Screen Shot 2018-06-13 at 11.50.06','','inherit','closed','closed','','screen-shot-2018-06-13-at-11-50-06','','','2018-06-13 10:50:17','2018-06-13 10:50:17','',1699,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-11.50.06.png',0,'attachment','image/png',0),(1708,1,'2018-06-13 10:51:42','2018-06-13 10:51:42','<strong>UK foodservice specialist ARYZTA Food Solutions is exclusively unveiling three new Danish pastry lines that take authenticity to new levels. The innovative flavours have been lovingly made in Denmark – the world famous home of the indulgent treat, before being frozen at source and made available to the UK market.</strong>\r\n\r\nSupplied pre-proved and unbaked, the three new flavours; a Lemon Danish Plait, Mango &amp; Passionfruit Danish Crown and Wild Canadian Blueberry Danish Crown, can be baked from frozen and ready to serve in a matter of minutes. Crucially, because the range is supplied frozen, costly wastage can be easily controlled. This, alongside the products’ provenance, are, says ARYZTA Food Solutions’ Head of Marketing, Paul Whitely, key factors for operators to consider.\r\n\r\n“The new Danish pastries offer sites the best of both worlds, a truly authentic, innovative and delicious product – which can increase profitability – and a highly convenient solution. We see these products as a great addition to breakfast services – large and small – across a number of sectors and sitting neatly alongside a speciality beverage at any time throughout the day.\r\n\r\nAvailable in cases of 48, The Lemon Danish Plait has a fresh and zingy lemon cheesecake-style filling, while the Mango &amp; Passionfruit Danish Crown is filled with an exotic mix of the two complimentary fruits. The Wild Canadian Blueberry Danish Crown has a sweet, tangy and intense blueberry flavour – unique to wild Canadian blueberries – which is sure to go down a storm when accentuated on menus.\r\n\r\nAll three varieties are suitable for vegetarians and available from mid-June.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.','ARYZTA Food Solutions brings an authentic touch of hygee to UK Foodservice','','inherit','closed','closed','','1699-revision-v1','','','2018-06-13 10:51:42','2018-06-13 10:51:42','',1699,'http://www.ontradeprogress.com/2018/06/13/1699-revision-v1/',0,'revision','',0),(1709,1,'2018-06-13 12:21:49','2018-06-13 12:21:49','','Screen Shot 2018-06-13 at 13.20.26','','inherit','closed','closed','','screen-shot-2018-06-13-at-13-20-26','','','2018-06-13 12:21:49','2018-06-13 12:21:49','',1662,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.20.26.png',0,'attachment','image/png',0),(1710,1,'2018-06-13 12:22:19','2018-06-13 12:22:19','<img class=\" wp-image-1709 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.20.26.png\" alt=\"\" width=\"120\" height=\"315\" />\r\n\r\n<strong>With demand growing for high quality non and low alcohol beers plus gluten-free options, </strong><strong>Euroboozer has added a trio of high class brews from Austria’s famous Stiegl brewery, wh</strong><strong>ich will all be showcased at Imbibe 2018 from the 2nd-3rd July at London Olympia. </strong>\r\n\r\nEuroboozer will be exhibiting from stand G8 and the new range being presented for the first time includes:\r\n\r\n<b>Stiegl Freibier</b> – appreciated in its homeland for its full-bodied, well balanced taste, Austrian Saphir hops provide aromatics to this unfiltered, ultra-refreshing non-alcoholic lager.\r\n\r\n33cl bottles x 12, List price: £8.13, Calories: 26 kcal / 100ml, Alc: max 0.5%\r\n\r\n<b>Stiegl Grapefruit Radler</b> - this naturally cloudy and zesty, thirst-quencher uses real grapefruit juice alongside Stiegl’s famous Goldbräu beer for the ultimate, refreshing ORIGINAL Radler.\r\n\r\n50cl Cans x 24, List price: £26.51, Calories: 35 kcal/100ml, Alcohol content: 2,00%\r\n\r\n<b>Stiegl Paracelsus Gluten Frei</b> - this bottom-fermented, organic, 100% gluten free beer is made using a special natural process with millet grown on the Stiegl farm and without the use of enzymes to remove gluten. Straw in colour and hazy in appearance, this unfiltered beer is well balanced, gently hopped and full in flavour.\r\n\r\n33cl bottle x 12, List price: £20.07, Alcohol content: 4,9%\r\n\r\nSince their recent arrival, the Freibier and Gluten Frei have already seen strong interest from the ON-trade with listings generated in the Diner venues plus the prestigious venues The Delaunay, Fischer’s and The Wolseley. The brewery’s Stiegl Goldbräu and Columbus Pale, which have also just launched on draught in The Wolseley will also be available for visitors to try at Imbibe.\r\n\r\n<strong>The Founder of Euroboozer, Martyn Railton, comments:</strong>\r\n\r\n“In addition to its famous lagers, Stiegl’s award-winning and market-leading low, no and gluten-free beers are of immense quality so it’s great to introduce them to the UK’s innovative and demanding On-trade.  The category is seeing strong growth and for the first time generating real excitement so we’re looking forward to showcasing this trio at Imbibe.”\r\n\r\n<img class=\"wp-image-1664 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-09.00.45.png\" alt=\"\" width=\"127\" height=\"229\" />\r\n\r\n<b>About Stiegl</b>\r\n\r\nThe Stiegl brewery grew out of what was a popular beer-making guesthouse called the ‘Bräuhaus an der Gstätten’.  It was first mentioned in written records on the 16th June 1492 and was located in Salzburg, Austria.  Over the past 500 plus years, the brewery has seen everything from immense joy and celebrations to fires, war, and economic turmoil but throughout, it has remained, playing a huge part in the city and country’s culture and history.  Even Wolfgang Amadeus Mozart guzzled a few Stiegl beers in 18th century.\r\n\r\nMost famously known for its multi award-winning Stiegl Goldbräu beer, which launched in the UK in 2007, Stiegl utilises a wealth of brewing experience combined with some of the most high-tech brewing equipment, processes and procedures in Europe whilst benefiting from the finest Austrian raw materials - often cultivated in the brewery’s own fields.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Twelve years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\nFor further information on the Stiegl beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer unveils Stiegl Low/No Trio','','inherit','closed','closed','','1662-revision-v1','','','2018-06-13 12:22:19','2018-06-13 12:22:19','',1662,'http://www.ontradeprogress.com/2018/06/13/1662-revision-v1/',0,'revision','',0),(1711,1,'2018-06-13 12:23:33','2018-06-13 12:23:33','','Screen Shot 2018-06-13 at 13.23.05','','inherit','closed','closed','','screen-shot-2018-06-13-at-13-23-05','','','2018-06-13 12:23:33','2018-06-13 12:23:33','',1662,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.23.05.png',0,'attachment','image/png',0),(1712,1,'2018-06-13 12:31:18','2018-06-13 12:31:18','<strong>CESA are inviting all the petrol heads of the catering world to compete at the Foodservice Industry Race Day on Thursday 13th September 2018 at Daytona Milton Keynes. The fundraising event, which is being held in support of Hospitality Action, offers the chance for drivers to bring their A-game to the go-kart track for a good cause.</strong>\r\n\r\nHospitality Action, the hospitality industry benevolent organisation, offers vital assistance to all who work or have worked within hospitality in the UK and who find themselves in crisis.  The event is being run by CESA in association with CEDA and the FCSI.\r\n\r\nEqually suitable for the experienced driver and the newcomer, the Race Day is perfect for team building or as a networking event to invite customers to.\r\n\r\nThe day begins with breakfast, followed by a full briefing from circuit staff and includes all safety equipment. Then the action gets underway with practice laps to set the grid positions. Once the order of the grid has been settled, it’s time for the main event: the team endurance race. Drivers from each team will line up for their stretch of the contest, taking it in turns to last the distance in this two-hour endurance event.\r\n\r\nThere are prizes to be won, with accolades for the fastest lap, best team performance and more.\r\n\r\nThe cost for signing up a team of four is £750 (plus VAT), and there is no limit to the number of teams a company or organisation can enter. This fee includes equipment hire, breakfast and lunch.\r\n\r\nGlenn Roberts, chair of CESA says, “We are looking forward to a fantastic day of competitive fun. It’s a great way to network and raise money for a good cause.\r\n\r\n“Hospitality Action provides much-needed assistance to members of the industry who fall on hard times. We are delighted to be able to help spread awareness of their great work and, hopefully, to contribute to their future efforts.”\r\n\r\nBook up a team by filling out a form at this address: <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSf6kixc3E0OPFc0UpETbw1t5-9lE4xcOw33x5OnbNEEQxcVRw/viewform\">shorturl.at/dmyzC  </a>\r\n\r\nThe Catering Equipment Suppliers Association (CESA) is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','CESA, CEDA and the FCSI host charity race day in aid of Hospitality Action','','publish','closed','open','','cesa-ceda-and-the-fcsi-host-charity-race-day-in-aid-of-hospitality-action','','','2018-06-13 12:36:51','2018-06-13 12:36:51','',0,'http://www.ontradeprogress.com/?p=1712',0,'post','',0),(1713,1,'2018-06-13 12:29:34','2018-06-13 12:29:34','','Screen Shot 2018-06-13 at 13.29.12','','inherit','closed','closed','','screen-shot-2018-06-13-at-13-29-12','','','2018-06-13 12:29:34','2018-06-13 12:29:34','',1712,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-13-at-13.29.12.png',0,'attachment','image/png',0),(1714,1,'2018-06-13 12:31:18','2018-06-13 12:31:18','<strong>CESA is inviting all the petrol heads of the catering world to compete at the Foodservice Industry Race Day on Thursday 13th September 2018 at Daytona Milton Keynes. The fundraising event, which is being held in support of Hospitality Action, offers the chance for drivers to bring their A-game to the go-kart track for a good cause.</strong>\r\n\r\nHospitality Action, the hospitality industry benevolent organisation, offers vital assistance to all who work or have worked within hospitality in the UK and who find themselves in crisis.  The event is being run by CESA in association with CEDA and the FCSI.\r\n\r\nEqually suitable for the experienced driver and the newcomer, the Race Day is perfect for team building or as a networking event to invite customers to.\r\n\r\nThe day begins with breakfast, followed by a full briefing from circuit staff and includes all safety equipment. Then the action gets underway with practice laps to set the grid positions. Once the order of the grid has been settled, it’s time for the main event: the team endurance race. Drivers from each team will line up for their stretch of the contest, taking it in turns to last the distance in this two-hour endurance event.\r\n\r\nThere are prizes to be won, with accolades for the fastest lap, best team performance and more.\r\n\r\nThe cost for signing up a team of four is £750 (plus VAT), and there is no limit to the number of teams a company or organisation can enter. This fee includes equipment hire, breakfast and lunch.\r\n\r\nGlenn Roberts, chair of CESA says, “We are looking forward to a fantastic day of competitive fun. It’s a great way to network and raise money for a good cause.\r\n\r\n“Hospitality Action provides much-needed assistance to members of the industry who fall on hard times. We are delighted to be able to help spread awareness of their great work and, hopefully, to contribute to their future efforts.”\r\n\r\nBook up a team by filling out a form at this address: <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSf6kixc3E0OPFc0UpETbw1t5-9lE4xcOw33x5OnbNEEQxcVRw/viewform\">shorturl.at/dmyzC  </a>\r\n\r\nThe Catering Equipment Suppliers Association (CESA) is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','CESA, CEDA and the FCSI host charity race day in aid of Hospitality Action','','inherit','closed','closed','','1712-revision-v1','','','2018-06-13 12:31:18','2018-06-13 12:31:18','',1712,'http://www.ontradeprogress.com/2018/06/13/1712-revision-v1/',0,'revision','',0),(1715,1,'2018-06-13 12:36:51','2018-06-13 12:36:51','<strong>CESA are inviting all the petrol heads of the catering world to compete at the Foodservice Industry Race Day on Thursday 13th September 2018 at Daytona Milton Keynes. The fundraising event, which is being held in support of Hospitality Action, offers the chance for drivers to bring their A-game to the go-kart track for a good cause.</strong>\r\n\r\nHospitality Action, the hospitality industry benevolent organisation, offers vital assistance to all who work or have worked within hospitality in the UK and who find themselves in crisis.  The event is being run by CESA in association with CEDA and the FCSI.\r\n\r\nEqually suitable for the experienced driver and the newcomer, the Race Day is perfect for team building or as a networking event to invite customers to.\r\n\r\nThe day begins with breakfast, followed by a full briefing from circuit staff and includes all safety equipment. Then the action gets underway with practice laps to set the grid positions. Once the order of the grid has been settled, it’s time for the main event: the team endurance race. Drivers from each team will line up for their stretch of the contest, taking it in turns to last the distance in this two-hour endurance event.\r\n\r\nThere are prizes to be won, with accolades for the fastest lap, best team performance and more.\r\n\r\nThe cost for signing up a team of four is £750 (plus VAT), and there is no limit to the number of teams a company or organisation can enter. This fee includes equipment hire, breakfast and lunch.\r\n\r\nGlenn Roberts, chair of CESA says, “We are looking forward to a fantastic day of competitive fun. It’s a great way to network and raise money for a good cause.\r\n\r\n“Hospitality Action provides much-needed assistance to members of the industry who fall on hard times. We are delighted to be able to help spread awareness of their great work and, hopefully, to contribute to their future efforts.”\r\n\r\nBook up a team by filling out a form at this address: <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSf6kixc3E0OPFc0UpETbw1t5-9lE4xcOw33x5OnbNEEQxcVRw/viewform\">shorturl.at/dmyzC  </a>\r\n\r\nThe Catering Equipment Suppliers Association (CESA) is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','CESA, CEDA and the FCSI host charity race day in aid of Hospitality Action','','inherit','closed','closed','','1712-revision-v1','','','2018-06-13 12:36:51','2018-06-13 12:36:51','',1712,'http://www.ontradeprogress.com/2018/06/13/1712-revision-v1/',0,'revision','',0),(1716,1,'2018-06-13 14:53:49','2018-06-13 14:53:49','<strong>On the back of the successful launch of its range of frozen doughs, Red Tractor-certified baker Speciality Breads has this time further expanded its artisan range of frozen breads with the addition of multi-functional Rustic Baguettes.</strong>\r\n\r\nThe versatile, flavour-packed new arrival is a fantastic option for hotels, bars and restaurants when sliced for bread baskets but are equally as tasty when halved and loaded with sandwich fillings as part of a café or sandwich shop’s bakery offering.\r\n\r\n<em>Rustic Baguette (250g)–</em> gently handled by the company’s master bakers to provide those vital pockets of air for the perfect consistency and texture, this classic baguette has a traditional rustic appearance and is made using the award-winning Red Tractor-certified flour.\r\n\r\nThe Rustic baguettes come in cases of 15 costing approximately 70p a unit.\r\n\r\nSimon Cannell, Managing Director of Speciality Breads, said:\r\n\r\n“Our specialist team is constantly on the look out for the latest trends and tastes appealing to consumers and we felt many operators were missing a trick with their baguette offering. Whether that be in hotels, restaurants, cafés or sandwich shops, the need for a quality baguette to carry flavoursome fillings or mop up soups and sauces is always there and we believe our latest launch fits the bill. Not only are they incredibly flavoursome with a fantastic texture but they look great and work in numerous way across the menu.”\r\n\r\n<b>Speciality Breads</b>\r\n\r\nEstablished in 1996 in Margate, Speciality Breads<span lang=\"EN-US\"> provides an </span>ever-growing, artisan selection of over 100 freshly frozen breads, which are hand-made by the company’s master bakers using Red Tractor-certified British flour. <span lang=\"EN-US\">The company distributes its products to a UK-wide network of wholesalers</span>, who in turn supply leading restaurants, pubs, cafés, caterers and hotels throughout the UK.','Speciality Breads’ portfolio expands with new Rustic Baguettes','','inherit','closed','closed','','1669-revision-v1','','','2018-06-13 14:53:49','2018-06-13 14:53:49','',1669,'http://www.ontradeprogress.com/2018/06/13/1669-revision-v1/',0,'revision','',0),(1717,1,'2018-06-18 08:32:07','2018-06-18 08:32:07','<strong>Offering more</strong> <strong>part time senior positions and showcasing real life examples of progression were among many suggestions of ways to help diversify and promote the UK’s growing hospitality industry, at the second session of the UK Hospitality Commission 2030 which took place on Tuesday (12 June 2018) in the Houses of Parliament.</strong>\r\n\r\nParliamentarians heard from Courtney Avery, a Youth Employment UK Ambassador, Nikki Kelly, Acting CEO and Director of Programmes at Tottenham Hotspur Foundation, Sunder Katwala, Director of British Future and Conor D\'Arcy, Senior Research and Policy Analyst at the Resolution Foundation.\r\n\r\nA number of ideas to help promote the industry were discussed such as offering more part time senior positions, reviving the Saturday job, developing work schemes that complement older workers and showcasing real life examples of progression. Speakers also called for the Government to put hospitality front and centre of the Industrial Strategy.\r\n\r\nChair of the second evidence session, and Chair of the APPG for Youth Employment, Michael Tomlinson MP said: “It was brilliant to hear from a variety of speakers on how we can work together to promote hospitality across the UK.  I was particularly interested to hear Courtney’s comments on why young people don’t view the industry as a long-term career path, and I look forward to working with the Commission to develop tangible recommendations to address this issue.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector is diverse in workforce and reach across the UK. The industry employs more women than men and is the second largest employer of EU workers and the fifth highest as a percentage of the workforce. Now is the time for Government to step up and support our industry in developing the hospitality workforce of the future.”\r\n\r\nThe Commission, led by UKHospitality, aims to promote understanding of the importance and potential of the UK’s hospitality sector and brings together a wide range of hospitality employers and All-Party Parliamentary Groups, along with other stakeholders, industry bodies and authorities, to deliver an employment foundation for the sector.\r\n\r\nThe third session will be held in early July, focusing on education and skills in the industry, and will be co-chaired by Gordon Marsden MP, Shadow Education Minister and Chair of the APPG for Tourism, Leisure and Hospitality Industry and Nic Dakin MP, Chair of the APPG for Education.','Diversity key to future of hospitality sector','','publish','closed','open','','diversity-key-to-future-of-hospitality-sector','','','2018-06-18 08:32:07','2018-06-18 08:32:07','',0,'http://www.ontradeprogress.com/?p=1717',0,'post','',0),(1718,1,'2018-06-18 08:32:07','2018-06-18 08:32:07','<strong>Offering more</strong> <strong>part time senior positions and showcasing real life examples of progression were among many suggestions of ways to help diversify and promote the UK’s growing hospitality industry, at the second session of the UK Hospitality Commission 2030 which took place on Tuesday (12 June 2018) in the Houses of Parliament.</strong>\r\n\r\nParliamentarians heard from Courtney Avery, a Youth Employment UK Ambassador, Nikki Kelly, Acting CEO and Director of Programmes at Tottenham Hotspur Foundation, Sunder Katwala, Director of British Future and Conor D\'Arcy, Senior Research and Policy Analyst at the Resolution Foundation.\r\n\r\nA number of ideas to help promote the industry were discussed such as offering more part time senior positions, reviving the Saturday job, developing work schemes that complement older workers and showcasing real life examples of progression. Speakers also called for the Government to put hospitality front and centre of the Industrial Strategy.\r\n\r\nChair of the second evidence session, and Chair of the APPG for Youth Employment, Michael Tomlinson MP said: “It was brilliant to hear from a variety of speakers on how we can work together to promote hospitality across the UK.  I was particularly interested to hear Courtney’s comments on why young people don’t view the industry as a long-term career path, and I look forward to working with the Commission to develop tangible recommendations to address this issue.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector is diverse in workforce and reach across the UK. The industry employs more women than men and is the second largest employer of EU workers and the fifth highest as a percentage of the workforce. Now is the time for Government to step up and support our industry in developing the hospitality workforce of the future.”\r\n\r\nThe Commission, led by UKHospitality, aims to promote understanding of the importance and potential of the UK’s hospitality sector and brings together a wide range of hospitality employers and All-Party Parliamentary Groups, along with other stakeholders, industry bodies and authorities, to deliver an employment foundation for the sector.\r\n\r\nThe third session will be held in early July, focusing on education and skills in the industry, and will be co-chaired by Gordon Marsden MP, Shadow Education Minister and Chair of the APPG for Tourism, Leisure and Hospitality Industry and Nic Dakin MP, Chair of the APPG for Education.','Diversity key to future of hospitality sector','','inherit','closed','closed','','1717-revision-v1','','','2018-06-18 08:32:07','2018-06-18 08:32:07','',1717,'http://www.ontradeprogress.com/2018/06/18/1717-revision-v1/',0,'revision','',0),(1719,1,'2018-06-18 09:21:33','2018-06-18 09:21:33','<img class=\"wp-image-1125 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"193\" height=\"97\" />\r\n\r\n<strong>In recent years, <a href=\"http://www.tansun.com/\">Tansun</a> has recognised the continued rise in the popularity of stylish outdoor eating areas, with more and more mid to high-end restaurants looking to benefit from the demand for outdoor elegance and luxury.</strong>\r\n\r\nFor the first two weeks of July this year, The Championships Wimbledon, the oldest tennis tournament in the world, will be back on the UK’s TV screens and tennis fans will be looking for places to watch the matches. With millions of people across the country tuning in over the fortnight, many restaurants and bars will be looking for a reliable heating solution to enhance their outdoor areas.\r\n\r\nTansun’s infrared heaters provide optimum comfort and warmth all year round and are ideal even in the summer months when evenings become chilly. Infrared heating is an ideal solution for such scenarios as for customers one of the big attractions during sporting seasons is being able to sit outside under a heater that provides a natural heat similar to that of the sun.\r\n\r\nFor restaurants with outdoor seating areas and rooftop terraces that are planning to show the tennis matches, creating an exclusive outdoor dining experience that is filled with character is as important as having the right menu. One of the attractions of the Tansun infrared heaters is that they come with a range of options that enable them to blend in effortlessly, providing optimum heating without intruding on the character and feel of the space.\r\n\r\nAs well as being naturally compact and low glare, all units are also available in all RAL colours, meaning they will always blend in with their surroundings. Given the flexible mounting options, it is easy to discreetly fit Tansun heaters even in the trickiest of places.\r\n\r\nTansun infrared heaters also allow restaurants and bars to maximise their seating capacity, which is especially important during high profile events. Whilst gas burners are a popular alternative to infrared heaters, one of the biggest disadvantages is the amount of floor space they require. Opting for infrared heaters allows you to make the most of floor space and with the ability to hang and mount the heaters they are suitable for all premises.\r\n\r\nWhen it comes to heating outdoor seating areas, there are some key factors to consider. While conventional electric radiators remain by far the most popular form of heating for internal areas, they are less efficient outdoors. Radiators need to be pre-heated which can dramatically increase energy consumption and as the heat is carried by convection, they are particularly vulnerable to heat loss resulting from free movement of air which also reduces their efficiency. Whilst gas burners are much better suited to the outdoor environment, they can also be prone to the same problem of heat loss.\r\n\r\nRadiant infrared heaters require no pre-heating and experience minimum heat loss. As a result, radiant infrared heaters can offer an exceptional 96% efficiency compared to other heating methods.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\n<img class=\"wp-image-1720 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.18.25.png\" alt=\"\" width=\"318\" height=\"226\" />\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .','Tansun serves up reliable heating ahead of Wimbledon','','publish','closed','open','','tansun-serves-up-reliable-heating-ahead-of-wimbledon','','','2018-06-18 09:21:33','2018-06-18 09:21:33','',0,'http://www.ontradeprogress.com/?p=1719',0,'post','',0),(1720,1,'2018-06-18 09:19:29','2018-06-18 09:19:29','','Screen Shot 2018-06-18 at 10.18.25','','inherit','closed','closed','','screen-shot-2018-06-18-at-10-18-25','','','2018-06-18 09:19:29','2018-06-18 09:19:29','',1719,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.18.25.png',0,'attachment','image/png',0),(1721,1,'2018-06-18 09:19:35','2018-06-18 09:19:35','','Screen Shot 2018-06-18 at 10.19.04','','inherit','closed','closed','','screen-shot-2018-06-18-at-10-19-04','','','2018-06-18 09:19:35','2018-06-18 09:19:35','',1719,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.19.04.png',0,'attachment','image/png',0),(1722,1,'2018-06-18 09:20:13','2018-06-18 09:20:13','&nbsp;\r\n\r\n<strong>In recent years, <a href=\"http://www.tansun.com/\">Tansun</a> has recognised the continued rise in the popularity of stylish outdoor eating areas, with more and more mid to high-end restaurants looking to benefit from the demand for outdoor elegance and luxury.</strong>\r\n\r\nFor the first two weeks of July this year, The Championships Wimbledon, the oldest tennis tournament in the world, will be back on the UK’s TV screens and tennis fans will be looking for places to watch the matches. With millions of people across the country tuning in over the fortnight, many restaurants and bars will be looking for a reliable heating solution to enhance their outdoor areas.\r\n\r\nTansun’s infrared heaters provide optimum comfort and warmth all year round and are ideal even in the summer months when evenings become chilly. Infrared heating is an ideal solution for such scenarios as for customers one of the big attractions during sporting seasons is being able to sit outside under a heater that provides a natural heat similar to that of the sun.\r\n\r\nFor restaurants with outdoor seating areas and rooftop terraces that are planning to show the tennis matches, creating an exclusive outdoor dining experience that is filled with character is as important as having the right menu. One of the attractions of the Tansun infrared heaters is that they come with a range of options that enable them to blend in effortlessly, providing optimum heating without intruding on the character and feel of the space.\r\n\r\nAs well as being naturally compact and low glare, all units are also available in all RAL colours, meaning they will always blend in with their surroundings. Given the flexible mounting options, it is easy to discreetly fit Tansun heaters even in the trickiest of places.\r\n\r\nTansun infrared heaters also allow restaurants and bars to maximise their seating capacity, which is especially important during high profile events. Whilst gas burners are a popular alternative to infrared heaters, one of the biggest disadvantages is the amount of floor space they require. Opting for infrared heaters allows you to make the most of floor space and with the ability to hang and mount the heaters they are suitable for all premises.\r\n\r\nWhen it comes to heating outdoor seating areas, there are some key factors to consider. While conventional electric radiators remain by far the most popular form of heating for internal areas, they are less efficient outdoors. Radiators need to be pre-heated which can dramatically increase energy consumption and as the heat is carried by convection, they are particularly vulnerable to heat loss resulting from free movement of air which also reduces their efficiency. Whilst gas burners are much better suited to the outdoor environment, they can also be prone to the same problem of heat loss.\r\n\r\nRadiant infrared heaters require no pre-heating and experience minimum heat loss. As a result, radiant infrared heaters can offer an exceptional 96% efficiency compared to other heating methods.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\n<img class=\"wp-image-1720 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.18.25.png\" alt=\"\" width=\"318\" height=\"226\" />\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .','Tansun serves up reliable heating ahead of Wimbledon','','inherit','closed','closed','','1719-revision-v1','','','2018-06-18 09:20:13','2018-06-18 09:20:13','',1719,'http://www.ontradeprogress.com/2018/06/18/1719-revision-v1/',0,'revision','',0),(1723,1,'2018-06-18 09:21:24','2018-06-18 09:21:24','<img class=\"wp-image-1125 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"193\" height=\"97\" />\r\n\r\n<strong>In recent years, <a href=\"http://www.tansun.com/\">Tansun</a> has recognised the continued rise in the popularity of stylish outdoor eating areas, with more and more mid to high-end restaurants looking to benefit from the demand for outdoor elegance and luxury.</strong>\r\n\r\nFor the first two weeks of July this year, The Championships Wimbledon, the oldest tennis tournament in the world, will be back on the UK’s TV screens and tennis fans will be looking for places to watch the matches. With millions of people across the country tuning in over the fortnight, many restaurants and bars will be looking for a reliable heating solution to enhance their outdoor areas.\r\n\r\nTansun’s infrared heaters provide optimum comfort and warmth all year round and are ideal even in the summer months when evenings become chilly. Infrared heating is an ideal solution for such scenarios as for customers one of the big attractions during sporting seasons is being able to sit outside under a heater that provides a natural heat similar to that of the sun.\r\n\r\nFor restaurants with outdoor seating areas and rooftop terraces that are planning to show the tennis matches, creating an exclusive outdoor dining experience that is filled with character is as important as having the right menu. One of the attractions of the Tansun infrared heaters is that they come with a range of options that enable them to blend in effortlessly, providing optimum heating without intruding on the character and feel of the space.\r\n\r\nAs well as being naturally compact and low glare, all units are also available in all RAL colours, meaning they will always blend in with their surroundings. Given the flexible mounting options, it is easy to discreetly fit Tansun heaters even in the trickiest of places.\r\n\r\nTansun infrared heaters also allow restaurants and bars to maximise their seating capacity, which is especially important during high profile events. Whilst gas burners are a popular alternative to infrared heaters, one of the biggest disadvantages is the amount of floor space they require. Opting for infrared heaters allows you to make the most of floor space and with the ability to hang and mount the heaters they are suitable for all premises.\r\n\r\nWhen it comes to heating outdoor seating areas, there are some key factors to consider. While conventional electric radiators remain by far the most popular form of heating for internal areas, they are less efficient outdoors. Radiators need to be pre-heated which can dramatically increase energy consumption and as the heat is carried by convection, they are particularly vulnerable to heat loss resulting from free movement of air which also reduces their efficiency. Whilst gas burners are much better suited to the outdoor environment, they can also be prone to the same problem of heat loss.\r\n\r\nRadiant infrared heaters require no pre-heating and experience minimum heat loss. As a result, radiant infrared heaters can offer an exceptional 96% efficiency compared to other heating methods.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\n<img class=\"wp-image-1720 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.18.25.png\" alt=\"\" width=\"318\" height=\"226\" />\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .','Tansun serves up reliable heating ahead of Wimbledon','','inherit','closed','closed','','1719-revision-v1','','','2018-06-18 09:21:24','2018-06-18 09:21:24','',1719,'http://www.ontradeprogress.com/2018/06/18/1719-revision-v1/',0,'revision','',0),(1724,1,'2018-06-18 09:35:27','2018-06-18 09:35:27','<strong>Commercial Kitchen, the dedicated UK trade show for the catering equipment and services industry, was bustling with activity and new innovations last week on 5-6 June at the NEC Birmingham. </strong>\r\n\r\nThanks to its focused approach, fresh content, product launches and innovative exhibitors, like last year, this ‘must-attend’ event welcomed over 1700 attendees. The quality of buyer was labelled ‘outstanding’, with some of the UK’s biggest foodservice and hospitality operators in attendance.\r\n\r\nExhibitors have hailed Commercial Kitchen 2018 as a significant and overwhelming success – praising the quality of the ‘highly specialised’ buyers they did business with over the two days.  Notably, 11% of buyers at the show had a purchasing power of over £5million; while nearly one in four said they are responsible for an annual corporate spend of over £1million. Over 60% of attendees identified as being end user operators, while 30% were project/design houses or distributors.\r\n\r\nOther headline figures include a record number of exhibitors increasing their stands sizes for 2019, with a huge 60% of exhibitors confirming their participation for the next edition before doors had even closed.   This has led to show organisers, Diversified Communications, announcing a bigger show floorplan for the 2019 show.\r\n\r\n“We’re absolutely delighted.  A huge thanks to all our amazing exhibitors, visitors, media supporters and association partners. The wide support the show has received since its launch – is just incredible.  The increased level of support from associations this year was unprecedented,” says event manager Katie Tyler.\r\n\r\n“The show has fast established itself as the two days a year where the industry meets, launches innovations and does business.  It’s all about quality.  And the quality of buyers, whether end user, project house, distributor, or consultant, was exceptional.  No wonder so many of our exhibitors have already signed up for Commercial Kitchen 2019!”\r\n\r\nSumming up their exhibiting experience, Patrick Bray, MD of Regale Microwave Ovens, says: “Commercial Kitchen 2016 was brilliant, 2017 was excellent, and 2018 was outstanding.  Definite leads from the UK but also businesses overseas, including the USA and Korea, all added to our best trade show ever!”\r\n\r\n“With great speakers and innovative new releases, the Commercial Kitchen show is a must and we were only too happy to exhibit.  We left thoroughly satisfied with the number of visitors we engaged with.  See you next year,” says Mark Cooke, commercial sales manager at Liebherr-Great Britain.\r\n\r\n“The Commercial Kitchen show is one of the highlights of the year for Carpigiani UK.  We believe this show is very targeted and you know, before you go, there will be serious visitors who will be interested in learning about your products.  This year seemed to deliver even better than last year and there were an amazing energy and buzz around both exhibitors and visitors,” says Scott Duncan, sales director of Carpigiani UK.\r\n\r\n“The focus of the show is aiming to get decision makers to see our equipment, is one that fits with our strategy and we met some great prospective customers on the stand,” says Steve Hemsil, sales director at Welbilt, UK &amp; Ireland.\r\n\r\n<strong>An Unmissable Show</strong>\r\n\r\nIt wasn’t just the exhibitors that were impressed.  Visiting buyers from across the industry also hailed Commercial Kitchen 2018 as the best yet, praising the quality of the innovative new products launched for key decision makers at the show.\r\n\r\n“The amount and variety of new product launches at the show made the visit really worthwhile,” says Mark Teed, food strategy &amp; implementation manager at Star Pubs &amp; Bars.\r\n\r\n“The amount of new and innovative products on display was the best I have seen for a while,” comments Jack Sharkey MSc, managing director at Vision Commercial Kitchens.\r\n\r\n“This show is very useful.  I found three great contacts in an hour and found the speakers to be informative, relevant and insightful,” says Gavin Smith, operations director at Pizza Pilgrims.\r\n\r\n“It was a breath of fresh air to be able to speak with so many different suppliers face-to-face. The quality of equipment on show was a testament to what is on offer out there for our kitchens,” says Sean Edwards, training &amp; development chef at Yo!\r\n\r\n“It’s great to see so many current and new equipment suppliers in one place,” agrees Antony Bennett, head of food at Loungers.\r\n\r\nOther leading decision makers in attendance included buyers from Amazon, Bartlett Mitchell, Bourne Leisure, Brewhouse and Kitchen, Burger King, Cardiff County Council, Casual Dining Group, Costco Wholesale, Deliveroo, Drake and Morgan, EI Group, Empire Cinemas, Everyman Cinema, Fuller’s, Greene King, H M Prison, Hall &amp; Woodhouse, Jolly Fine Pub Group, Kew Green Hotels, La Tasca,  Las Iguanas, Magdalen College School, Marstons, Mitchells &amp; Butlers, Nottingham University Hospital NHS Trust, PizzaExpress, Pizza Hut International, Punch Taverns, Sainsbury\'s, SSP, Tesco, TGI Fridays, The Bath Pub Company, The Fat Duck, Tortilla, University Hospitals Birmingham, University of Wolverhampton, Virgin Trains East Coast, Whisby Garden Centre and Whitbread plus, a significant number of buyers from independent restaurants and pubs, hotels, contract caterers, attractions, hospitals, care homes, schools and universities from across the UK.\r\n\r\nThe show attracted an equally impressive turnout of all the key project houses, distributors and installers, such as Airedale Group, Brakes Catering Equipment, C&amp;C Catering Equipment, Catering Design Group, Catering Equipment Solutions (Peterborough), CHR Equipment, Court Catering Equipment, Gratte Brothers, Inox Equip, KCM Catering Equipment, Kitchen &amp; Restaurant Projects, Nisbets, Sprint Group, TAG Catering Equipment, YCE Catering Equipment alongside many other leading ceda members.\r\n\r\nAdam Mason, director general at ceda, the show’s Lead Partner says: “This year’s Commercial Kitchen show has been a huge success! We achieved everything we needed to and much more. The event was extremely well attended, not just by ceda members and partners, but by leading end users from across the whole of the foodservice and hospitality industry. This focused show is not to be missed. We’ll be returning as Lead Partner next year and are already discussing some exciting developments!”\r\n\r\n<strong>Expert Keynote Line-up</strong>\r\n\r\nOpening day highlights included an exclusive ‘in conversation’ session with Alasdair Murdoch, CEO of Burger King UK.  Plus, panel-led discussions on solid fuel, pub kitchens, kitchen design, and the important role of kitchen project and design houses (featuring prominent ceda members).\r\n\r\nThe show’s second day saw panels dedicated to efficiency in kitchens, connected kitchens, hospital catering and the role of foodservice consultants; plus, the announcement of this year’s Innovation Challenge Awards winners.\r\n\r\n<strong>Innovation Challenge Awards 2018</strong>\r\n\r\nDesigned to promote and celebrate new ideas in the market place, the prestigious Innovation Challenge Awards, attracted a record 25 entries this year.  The results saw a record five companies receive gold awards, two awarded silver and three took home the bronze.\r\n\r\nTen finalists (chosen by popular visitor vote on opening day) took turns to impress the judges in the live pitching session on 6 June.  The judges included; Antony Bennett, head of food at Loungers; Craig Brookfield, kitchen design &amp; equipment manager at Greene King; Roger Denton, national secretary of NACC; Abby Hughes, group food &amp; beverage director at Kew Green Hotels; Andy Jones, MD of AJAssociates &amp; chairman of PS100; Sarah Fryer, purchasing manager at Greene King; Jack Sharkey, MD of Vision Commercial Kitchens; Tyron Stephens-Smith, project &amp; creative director at TAG; Philip Shelley, immediate past national chair of the Hospital Caterers Association; and Mark Teed, food strategy &amp; implementation manager at Star Pubs &amp; Bars.\r\n\r\n<strong>GOLD Winners</strong>\r\n<ul>\r\n 	<li>Adande Refrigeration: Aircell Sarma Grab &amp; Go Cabinet</li>\r\n 	<li>Carpigiani UK: Freeze&amp;Go</li>\r\n 	<li>Synergy Grill: Synergy Grill Mark 2</li>\r\n 	<li>Trak: Hot and Cold Display Unit</li>\r\n 	<li>Unox UK: EVEREO by Unox</li>\r\n</ul>\r\n<strong>SILVER Winners</strong>\r\n<ul>\r\n 	<li>Environmental Products &amp; Services: FilterShield FS1500</li>\r\n 	<li>General Catering: ROG Grill</li>\r\n</ul>\r\n<strong>BRONZE Winners</strong>\r\n<ul>\r\n 	<li>Retigo: Hold-o-mat</li>\r\n 	<li>Shepherd Filters UK: Shepherd Filters</li>\r\n 	<li>Target Catering Equipment: Target Bespoke Induction Range</li>\r\n</ul>\r\n<strong>Save the date for 2019</strong>\r\n\r\n“Commercial Kitchen is really what our industry needs, it brings together all parts of the supply chain in a focused and convivial environment. One not to be missed,” says Mark Kendall, chairman of ceda and director at Inox Equip.\r\n\r\n“We’re already planning how to make your industry event even bigger and better for 4–5 June 2019.  We look forward to seeing everyone there next year,” says event manager Katie Tyler.\r\n\r\nCommercial Kitchen returns to the NEC Birmingham on 4-5 June 2019.\r\n\r\nFor further information about the show, including its exhibitors, speakers, Innovation Challenge Awards and ceda Awards Gallery, the 2018 Show Guide is still available to view at <a href=\"http://www.commercialkitchenshow.co.uk/show-guide\">www.commercialkitchenshow.co.uk/show-guide</a>.','Commercial Kitchen confirms best show yet ahead of bigger 2019 event','','publish','closed','open','','commercial-kitchen-confirms-best-show-yet-ahead-of-bigger-2019-event','','','2018-06-18 09:35:27','2018-06-18 09:35:27','',0,'http://www.ontradeprogress.com/?p=1724',0,'post','',0),(1725,1,'2018-06-18 09:32:26','2018-06-18 09:32:26','','Screen Shot 2018-06-18 at 10.32.03','','inherit','closed','closed','','screen-shot-2018-06-18-at-10-32-03','','','2018-06-18 09:32:26','2018-06-18 09:32:26','',1724,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-10.32.03.png',0,'attachment','image/png',0),(1726,1,'2018-06-18 09:33:15','2018-06-18 09:33:15','<strong>Commercial Kitchen, the dedicated UK trade show for the catering equipment and services industry, was bustling with activity and new innovations last week on 5-6 June at the NEC Birmingham. </strong>\r\n\r\nThanks to its focused approach, fresh content, product launches and innovative exhibitors, like last year, this ‘must-attend’ event welcomed over 1700 attendees. The quality of buyer was labelled ‘outstanding’, with some of the UK’s biggest foodservice and hospitality operators in attendance.\r\n\r\nExhibitors have hailed Commercial Kitchen 2018 as a significant and overwhelming success – praising the quality of the ‘highly specialised’ buyers they did business with over the two days.  Notably, 11% of buyers at the show had a purchasing power of over £5million; while nearly one in four said they are responsible for an annual corporate spend of over £1million. Over 60% of attendees identified as being end user operators, while 30% were project/design houses or distributors.\r\n\r\nOther headline figures include a record number of exhibitors increasing their stands sizes for 2019, with a huge 60% of exhibitors confirming their participation for the next edition before doors had even closed.   This has led to show organisers, Diversified Communications, announcing a bigger show floorplan for the 2019 show.\r\n\r\n“We’re absolutely delighted.  A huge thanks to all our amazing exhibitors, visitors, media supporters and association partners. The wide support the show has received since its launch – is just incredible.  The increased level of support from associations this year was unprecedented,” says event manager Katie Tyler.\r\n\r\n“The show has fast established itself as the two days a year where the industry meets, launches innovations and does business.  It’s all about quality.  And the quality of buyers, whether end user, project house, distributor, or consultant, was exceptional.  No wonder so many of our exhibitors have already signed up for Commercial Kitchen 2019!”\r\n\r\nSumming up their exhibiting experience, Patrick Bray, MD of Regale Microwave Ovens, says: “Commercial Kitchen 2016 was brilliant, 2017 was excellent, and 2018 was outstanding.  Definite leads from the UK but also businesses overseas, including the USA and Korea, all added to our best trade show ever!”\r\n\r\n“With great speakers and innovative new releases, the Commercial Kitchen show is a must and we were only too happy to exhibit.  We left thoroughly satisfied with the number of visitors we engaged with.  See you next year,” says Mark Cooke, commercial sales manager at Liebherr-Great Britain.\r\n\r\n“The Commercial Kitchen show is one of the highlights of the year for Carpigiani UK.  We believe this show is very targeted and you know, before you go, there will be serious visitors who will be interested in learning about your products.  This year seemed to deliver even better than last year and there was an amazing energy and buzz around both exhibitors and visitors,” says Scott Duncan, sales director of Carpigiani UK.\r\n\r\n“The focus of the show in aiming to get decision makers to see our equipment, is one that fits with our strategy and we met some great prospective customers on the stand,” says Steve Hemsil, sales director at Welbilt, UK &amp; Ireland.\r\n\r\n<strong>An unmissable show</strong>\r\n\r\nIt wasn’t just the exhibitors that were impressed.  Visiting buyers from across the industry also hailed Commercial Kitchen 2018 as the best yet, praising the quality of the innovative new products launched for key decision makers at the show.\r\n\r\n“The amount and variety of new product launches at the show made the visit really worthwhile,” says Mark Teed, food strategy &amp; implementation manager at Star Pubs &amp; Bars.\r\n\r\n“The amount of new and innovative products on display was the best I have seen for a while,” comments Jack Sharkey MSc, managing director at Vision Commercial Kitchens.\r\n\r\n“This show is very useful.  I found three great contacts in an hour and found the speakers to be informative, relevant and insightful,” says Gavin Smith, operations director at Pizza Pilgrims.\r\n\r\n“It was a breath of fresh air to be able to speak with so many different suppliers face-to-face. The quality of equipment on show was a testament to what is on offer out there for our kitchens,” says Sean Edwards, training &amp; development chef at Yo!\r\n\r\n“It’s great to see so many current and new equipment suppliers in one place,” agrees Antony Bennett, head of food at Loungers.\r\n\r\nOther leading decision makers in attendance included buyers from Amazon, Bartlett Mitchell, Bourne Leisure, Brewhouse and Kitchen, Burger King, Cardiff County Council, Casual Dining Group, Costco Wholesale, Deliveroo, Drake and Morgan, EI Group, Empire Cinemas, Everyman Cinema, Fuller’s, Greene King, H M Prison, Hall &amp; Woodhouse, Jolly Fine Pub Group, Kew Green Hotels, La Tasca,  Las Iguanas, Magdalen College School, Marstons, Mitchells &amp; Butlers, Nottingham University Hospital NHS Trust, PizzaExpress, Pizza Hut International, Punch Taverns, Sainsbury\'s, SSP, Tesco, TGI Fridays, The Bath Pub Company, The Fat Duck, Tortilla, University Hospitals Birmingham, University of Wolverhampton, Virgin Trains East Coast, Whisby Garden Centre and Whitbread plus, a significant number of buyers from independent restaurants and pubs, hotels, contract caterers, attractions, hospitals, care homes, schools and universities from across the UK.\r\n\r\nThe show attracted an equally impressive turnout of all the key project houses, distributors and installers, such as Airedale Group, Brakes Catering Equipment, C&amp;C Catering Equipment, Catering Design Group, Catering Equipment Solutions (Peterborough), CHR Equipment, Court Catering Equipment, Gratte Brothers, Inox Equip, KCM Catering Equipment, Kitchen &amp; Restaurant Projects, Nisbets, Sprint Group, TAG Catering Equipment, YCE Catering Equipment alongside many other leading ceda members.\r\n\r\nAdam Mason, director general at ceda, the show’s Lead Partner says: “This year’s Commercial Kitchen show has been a huge success! We achieved everything we needed to and much more. The event was extremely well attended, not just by ceda members and partners, but by leading end users from across the whole of the foodservice and hospitality industry. This focused show is not to be missed. We’ll be returning as Lead Partner next year and are already discussing some exciting developments!”\r\n\r\n<strong>Expert Keynote line-up</strong>\r\n\r\nOpening day highlights included an exclusive ‘in conversation’ session with Alasdair Murdoch, CEO of Burger King UK.  Plus, panel-led discussions on solid fuel, pub kitchens, kitchen design, and the important role of kitchen project and design houses (featuring prominent ceda members).\r\n\r\nThe show’s second day saw panels dedicated to efficiency in kitchens, connected kitchens, hospital catering and the role of foodservice consultants; plus, the announcement of this year’s Innovation Challenge Awards winners.\r\n\r\n<strong>Innovation Challenge Awards 2018</strong>\r\n\r\nDesigned to promote and celebrate new ideas in the market place, the prestigious Innovation Challenge Awards, attracted a record 25 entries this year.  The results saw a record five companies receive gold awards, two awarded silver and three took home the bronze.\r\n\r\nTen finalists (chosen by popular visitor vote on opening day) took turns to impress the judges in the live pitching session on 6 June.  The judges included; Antony Bennett, head of food at Loungers; Craig Brookfield, kitchen design &amp; equipment manager at Greene King; Roger Denton, national secretary of NACC; Abby Hughes, group food &amp; beverage director at Kew Green Hotels; Andy Jones, MD of AJAssociates &amp; chairman of PS100; Sarah Fryer, purchasing manager at Greene King; Jack Sharkey, MD of Vision Commercial Kitchens; Tyron Stephens-Smith, project &amp; creative director at TAG; Philip Shelley, immediate past national chair of the Hospital Caterers Association; and Mark Teed, food strategy &amp; implementation manager at Star Pubs &amp; Bars.\r\n\r\n<strong>GOLD Winners</strong>\r\n<ul>\r\n 	<li>Adande Refrigeration: Aircell Sarma Grab &amp; Go Cabinet</li>\r\n 	<li>Carpigiani UK: Freeze&amp;Go</li>\r\n 	<li>Synergy Grill: Synergy Grill Mark 2</li>\r\n 	<li>Trak: Hot and Cold Display Unit</li>\r\n 	<li>Unox UK: EVEREO by Unox</li>\r\n</ul>\r\n<strong>SILVER Winners</strong>\r\n<ul>\r\n 	<li>Environmental Products &amp; Services: FilterShield FS1500</li>\r\n 	<li>General Catering: ROG Grill</li>\r\n</ul>\r\n<strong>BRONZE winners</strong>\r\n<ul>\r\n 	<li>Retigo: Hold-o-mat</li>\r\n 	<li>Shepherd Filters UK: Shepherd Filters</li>\r\n 	<li>Target Catering Equipment: Target Bespoke Induction Range</li>\r\n</ul>\r\n<strong>Save the date for 2019</strong>\r\n\r\n“Commercial Kitchen is really what our industry needs, it brings together all parts of the supply chain in a focused and convivial environment. One not to be missed,” says Mark Kendall, chairman of ceda and director at Inox Equip.\r\n\r\n“We’re already planning how to make your industry event even bigger and better for 4–5 June 2019.  We look forward to seeing everyone there next year,” says event manager Katie Tyler.\r\n\r\nCommercial Kitchen returns to the NEC Birmingham on 4-5 June 2019.\r\n\r\nFor further information about the show, including its exhibitors, speakers, Innovation Challenge Awards and ceda Awards Gallery, the 2018 Show Guide is still available to view at <a href=\"http://www.commercialkitchenshow.co.uk/show-guide\">www.commercialkitchenshow.co.uk/show-guide</a>.','Commercial Kitchen confirms best show yet ahead of bigger 2019 event','','inherit','closed','closed','','1724-revision-v1','','','2018-06-18 09:33:15','2018-06-18 09:33:15','',1724,'http://www.ontradeprogress.com/2018/06/18/1724-revision-v1/',0,'revision','',0),(1727,1,'2018-06-18 09:35:27','2018-06-18 09:35:27','<strong>Commercial Kitchen, the dedicated UK trade show for the catering equipment and services industry, was bustling with activity and new innovations last week on 5-6 June at the NEC Birmingham. </strong>\r\n\r\nThanks to its focused approach, fresh content, product launches and innovative exhibitors, like last year, this ‘must-attend’ event welcomed over 1700 attendees. The quality of buyer was labelled ‘outstanding’, with some of the UK’s biggest foodservice and hospitality operators in attendance.\r\n\r\nExhibitors have hailed Commercial Kitchen 2018 as a significant and overwhelming success – praising the quality of the ‘highly specialised’ buyers they did business with over the two days.  Notably, 11% of buyers at the show had a purchasing power of over £5million; while nearly one in four said they are responsible for an annual corporate spend of over £1million. Over 60% of attendees identified as being end user operators, while 30% were project/design houses or distributors.\r\n\r\nOther headline figures include a record number of exhibitors increasing their stands sizes for 2019, with a huge 60% of exhibitors confirming their participation for the next edition before doors had even closed.   This has led to show organisers, Diversified Communications, announcing a bigger show floorplan for the 2019 show.\r\n\r\n“We’re absolutely delighted.  A huge thanks to all our amazing exhibitors, visitors, media supporters and association partners. The wide support the show has received since its launch – is just incredible.  The increased level of support from associations this year was unprecedented,” says event manager Katie Tyler.\r\n\r\n“The show has fast established itself as the two days a year where the industry meets, launches innovations and does business.  It’s all about quality.  And the quality of buyers, whether end user, project house, distributor, or consultant, was exceptional.  No wonder so many of our exhibitors have already signed up for Commercial Kitchen 2019!”\r\n\r\nSumming up their exhibiting experience, Patrick Bray, MD of Regale Microwave Ovens, says: “Commercial Kitchen 2016 was brilliant, 2017 was excellent, and 2018 was outstanding.  Definite leads from the UK but also businesses overseas, including the USA and Korea, all added to our best trade show ever!”\r\n\r\n“With great speakers and innovative new releases, the Commercial Kitchen show is a must and we were only too happy to exhibit.  We left thoroughly satisfied with the number of visitors we engaged with.  See you next year,” says Mark Cooke, commercial sales manager at Liebherr-Great Britain.\r\n\r\n“The Commercial Kitchen show is one of the highlights of the year for Carpigiani UK.  We believe this show is very targeted and you know, before you go, there will be serious visitors who will be interested in learning about your products.  This year seemed to deliver even better than last year and there were an amazing energy and buzz around both exhibitors and visitors,” says Scott Duncan, sales director of Carpigiani UK.\r\n\r\n“The focus of the show is aiming to get decision makers to see our equipment, is one that fits with our strategy and we met some great prospective customers on the stand,” says Steve Hemsil, sales director at Welbilt, UK &amp; Ireland.\r\n\r\n<strong>An Unmissable Show</strong>\r\n\r\nIt wasn’t just the exhibitors that were impressed.  Visiting buyers from across the industry also hailed Commercial Kitchen 2018 as the best yet, praising the quality of the innovative new products launched for key decision makers at the show.\r\n\r\n“The amount and variety of new product launches at the show made the visit really worthwhile,” says Mark Teed, food strategy &amp; implementation manager at Star Pubs &amp; Bars.\r\n\r\n“The amount of new and innovative products on display was the best I have seen for a while,” comments Jack Sharkey MSc, managing director at Vision Commercial Kitchens.\r\n\r\n“This show is very useful.  I found three great contacts in an hour and found the speakers to be informative, relevant and insightful,” says Gavin Smith, operations director at Pizza Pilgrims.\r\n\r\n“It was a breath of fresh air to be able to speak with so many different suppliers face-to-face. The quality of equipment on show was a testament to what is on offer out there for our kitchens,” says Sean Edwards, training &amp; development chef at Yo!\r\n\r\n“It’s great to see so many current and new equipment suppliers in one place,” agrees Antony Bennett, head of food at Loungers.\r\n\r\nOther leading decision makers in attendance included buyers from Amazon, Bartlett Mitchell, Bourne Leisure, Brewhouse and Kitchen, Burger King, Cardiff County Council, Casual Dining Group, Costco Wholesale, Deliveroo, Drake and Morgan, EI Group, Empire Cinemas, Everyman Cinema, Fuller’s, Greene King, H M Prison, Hall &amp; Woodhouse, Jolly Fine Pub Group, Kew Green Hotels, La Tasca,  Las Iguanas, Magdalen College School, Marstons, Mitchells &amp; Butlers, Nottingham University Hospital NHS Trust, PizzaExpress, Pizza Hut International, Punch Taverns, Sainsbury\'s, SSP, Tesco, TGI Fridays, The Bath Pub Company, The Fat Duck, Tortilla, University Hospitals Birmingham, University of Wolverhampton, Virgin Trains East Coast, Whisby Garden Centre and Whitbread plus, a significant number of buyers from independent restaurants and pubs, hotels, contract caterers, attractions, hospitals, care homes, schools and universities from across the UK.\r\n\r\nThe show attracted an equally impressive turnout of all the key project houses, distributors and installers, such as Airedale Group, Brakes Catering Equipment, C&amp;C Catering Equipment, Catering Design Group, Catering Equipment Solutions (Peterborough), CHR Equipment, Court Catering Equipment, Gratte Brothers, Inox Equip, KCM Catering Equipment, Kitchen &amp; Restaurant Projects, Nisbets, Sprint Group, TAG Catering Equipment, YCE Catering Equipment alongside many other leading ceda members.\r\n\r\nAdam Mason, director general at ceda, the show’s Lead Partner says: “This year’s Commercial Kitchen show has been a huge success! We achieved everything we needed to and much more. The event was extremely well attended, not just by ceda members and partners, but by leading end users from across the whole of the foodservice and hospitality industry. This focused show is not to be missed. We’ll be returning as Lead Partner next year and are already discussing some exciting developments!”\r\n\r\n<strong>Expert Keynote Line-up</strong>\r\n\r\nOpening day highlights included an exclusive ‘in conversation’ session with Alasdair Murdoch, CEO of Burger King UK.  Plus, panel-led discussions on solid fuel, pub kitchens, kitchen design, and the important role of kitchen project and design houses (featuring prominent ceda members).\r\n\r\nThe show’s second day saw panels dedicated to efficiency in kitchens, connected kitchens, hospital catering and the role of foodservice consultants; plus, the announcement of this year’s Innovation Challenge Awards winners.\r\n\r\n<strong>Innovation Challenge Awards 2018</strong>\r\n\r\nDesigned to promote and celebrate new ideas in the market place, the prestigious Innovation Challenge Awards, attracted a record 25 entries this year.  The results saw a record five companies receive gold awards, two awarded silver and three took home the bronze.\r\n\r\nTen finalists (chosen by popular visitor vote on opening day) took turns to impress the judges in the live pitching session on 6 June.  The judges included; Antony Bennett, head of food at Loungers; Craig Brookfield, kitchen design &amp; equipment manager at Greene King; Roger Denton, national secretary of NACC; Abby Hughes, group food &amp; beverage director at Kew Green Hotels; Andy Jones, MD of AJAssociates &amp; chairman of PS100; Sarah Fryer, purchasing manager at Greene King; Jack Sharkey, MD of Vision Commercial Kitchens; Tyron Stephens-Smith, project &amp; creative director at TAG; Philip Shelley, immediate past national chair of the Hospital Caterers Association; and Mark Teed, food strategy &amp; implementation manager at Star Pubs &amp; Bars.\r\n\r\n<strong>GOLD Winners</strong>\r\n<ul>\r\n 	<li>Adande Refrigeration: Aircell Sarma Grab &amp; Go Cabinet</li>\r\n 	<li>Carpigiani UK: Freeze&amp;Go</li>\r\n 	<li>Synergy Grill: Synergy Grill Mark 2</li>\r\n 	<li>Trak: Hot and Cold Display Unit</li>\r\n 	<li>Unox UK: EVEREO by Unox</li>\r\n</ul>\r\n<strong>SILVER Winners</strong>\r\n<ul>\r\n 	<li>Environmental Products &amp; Services: FilterShield FS1500</li>\r\n 	<li>General Catering: ROG Grill</li>\r\n</ul>\r\n<strong>BRONZE Winners</strong>\r\n<ul>\r\n 	<li>Retigo: Hold-o-mat</li>\r\n 	<li>Shepherd Filters UK: Shepherd Filters</li>\r\n 	<li>Target Catering Equipment: Target Bespoke Induction Range</li>\r\n</ul>\r\n<strong>Save the date for 2019</strong>\r\n\r\n“Commercial Kitchen is really what our industry needs, it brings together all parts of the supply chain in a focused and convivial environment. One not to be missed,” says Mark Kendall, chairman of ceda and director at Inox Equip.\r\n\r\n“We’re already planning how to make your industry event even bigger and better for 4–5 June 2019.  We look forward to seeing everyone there next year,” says event manager Katie Tyler.\r\n\r\nCommercial Kitchen returns to the NEC Birmingham on 4-5 June 2019.\r\n\r\nFor further information about the show, including its exhibitors, speakers, Innovation Challenge Awards and ceda Awards Gallery, the 2018 Show Guide is still available to view at <a href=\"http://www.commercialkitchenshow.co.uk/show-guide\">www.commercialkitchenshow.co.uk/show-guide</a>.','Commercial Kitchen confirms best show yet ahead of bigger 2019 event','','inherit','closed','closed','','1724-revision-v1','','','2018-06-18 09:35:27','2018-06-18 09:35:27','',1724,'http://www.ontradeprogress.com/2018/06/18/1724-revision-v1/',0,'revision','',0),(1729,1,'2018-06-18 10:06:13','2018-06-18 10:06:13','<strong>Shane Cuthbert has joined Parsley in Time as Business Development Manager. Shane is a well-known face in the commercial tableware market, having worked for Utopia for several years, during which he covered London and the South of England. He is tasked with helping Parsley in Time to develop business through both new and existing accounts. </strong>\r\n\r\n“Parsley in Time is a great business,” Shane says. “There’s significant potential for growing sales and my aim is to help the company achieve this by consolidating the list of very loyal existing customers while bringing in new accounts. Given the great reputation of the business, I believe this is achievable with some good old fashioned hard work!”\r\n\r\nShane’s 14-year career in the industry has given him extensive experience of the hospitality sector. Before Utopia, he worked with brands including Rollover Over Hot Dogs and The Fabulous Bakin’ Boys.\r\n\r\n“One of the attractions of working with Parsley in Time is the company’s flexible approach,” says Shane.  “The aim is to satisfy any tableware requirement a customer may have. There are some very experienced guys here and if Parsley in Time doesn’t already stock it, then the team will know where to find it!”\r\n\r\nRob Blunderfield is Parsley in Time’s marketing manager. “We worked with Shane when he was at Utopia and we’re delighted that he’s joined the team,” he says. “His expertise, ability and track record mark him out as a first class tableware professional with great insight of bar and restaurant trends.”\r\n\r\nOutside of work Shane is keen on sport, especially golf, cricket and motorsport.\r\n\r\nFor more information about Parsley in Time visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Parsley in Time expands sales team with top tableware specialist','','publish','closed','open','','parsley-in-time-expands-sales-team-with-top-tableware-specialist','','','2018-06-18 10:06:13','2018-06-18 10:06:13','',0,'http://www.ontradeprogress.com/?p=1729',0,'post','',0),(1730,1,'2018-06-18 10:00:38','2018-06-18 10:00:38','','Screen Shot 2018-06-18 at 11.00.14','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-00-14','','','2018-06-18 10:00:38','2018-06-18 10:00:38','',1729,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.00.14.png',0,'attachment','image/png',0),(1731,1,'2018-06-18 10:00:51','2018-06-18 10:00:51','<strong>Shane Cuthbert has joined Parsley in Time as Business Development Manager. Shane is a well-known face in the commercial tableware market, having worked for Utopia for several years, during which he covered London and the South of England. He is tasked with helping Parsley in Time to develop business through both new and existing accounts. </strong>\r\n\r\n“Parsley in Time is a great business,” Shane says. “There’s significant potential for growing sales and my aim is to help the company achieve this by consolidating the list of very loyal existing customers while bringing in new accounts. Given the great reputation of the business, I believe this is achievable with some good old fashioned hard work!”\r\n\r\nShane’s 14-year career in the industry has given him extensive experience of the hospitality sector. Before Utopia, he worked with brands including Rollover Over Hot Dogs and The Fabulous Bakin’ Boys.\r\n\r\n“One of the attractions of working with Parsley in Time is the company’s flexible approach,” says Shane.  “The aim is to satisfy any tableware requirement a customer may have. There are some very experienced guys here and if Parsley in Time doesn’t already stock it, then the team will know where to find it!”\r\n\r\nRob Blunderfield is Parsley in Time’s marketing manager. “We worked with Shane when he was at Utopia and we’re delighted that he’s joined the team,” he says. “His expertise, ability and track record mark him out as a first class tableware professional with great insight of bar and restaurant trends.”\r\n\r\nOutside of work Shane is keen on sport, especially golf, cricket and motorsport.\r\n\r\nFor more information about Parsley in Time visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Parsley in Time expands sales team with top tableware specialist','','inherit','closed','closed','','1729-revision-v1','','','2018-06-18 10:00:51','2018-06-18 10:00:51','',1729,'http://www.ontradeprogress.com/2018/06/18/1729-revision-v1/',0,'revision','',0),(1732,1,'2018-06-18 10:02:42','2018-06-18 10:02:42','','Screen Shot 2018-06-18 at 11.02.12','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-02-12','','','2018-06-18 10:02:42','2018-06-18 10:02:42','',1729,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.02.12.png',0,'attachment','image/png',0),(1733,1,'2018-06-18 10:04:43','2018-06-18 10:04:43','','Screen Shot 2018-06-18 at 11.04.23','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-04-23','','','2018-06-18 10:04:43','2018-06-18 10:04:43','',1729,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.04.23.png',0,'attachment','image/png',0),(1734,1,'2018-06-18 10:30:27','2018-06-18 10:30:27','<strong>Hot weather in May helped boost trade in Britain’s pubs, but hit restaurant sales. Overall, the country’s managed pub, bar and restaurant groups saw collective like-for-like sales up 1.4% on May last year, according to latest figures from the Coffer Peach Business Tracker.</strong>\r\n<ul>\r\n 	<li><strong>Like-for-like sales up 1.4% nationally against May 2017</strong></li>\r\n 	<li><strong>Pubs trading up 3.5%, while restaurants see 2.1% drop</strong></li>\r\n</ul>\r\nWhile managed pubs saw collective like-for-likes jump 3.5% for the month, with drink-led outlets doing best, casual dining brands saw like-for-like sales drop 2.1% against the same period last year.\r\n\r\n“It’s a familiar story. When the sun shines people head for the pub, or more precisely the pub garden. In contrast, restaurants do better when it’s dull and damp. Weather remains the biggest factor when it comes to sales in the out-of-home market. It’s the way it is,” said Peter Martin, vice president of <strong>CGA</strong>, the business insight consultancy that produces the Tracker, in partnership with <strong>Coffer Group</strong> and <strong>RSM.</strong>\r\n\r\nRegionally London did marginally better than the rest of the country with like-for-like sales up 1.6% against 1.4% for outside the M25, with the difference between pubs and restaurants mirroring the national picture.\r\n“The effect of the Royal Wedding on trade is hard to judge, but if anything, it may have depressed sales with many people staying home to watch on the TV,” said Martin.\r\n\r\n“The good news is that overall the sector saw an uplift in trading in May, which contrasts with the 1.2% fall in April. The public continues to go out to eat and drink, and confidence among operators is also returning, if not yet to pre-Brexit levels,” he added.\r\n\r\n<strong>Mark Sheehan, Managing Director of Coffer Corporate Leisure</strong> added, “It’s always easy to blame the weather. But it was a long wait until May when the pub sector got the benefits of some sunshine. Better weather and a World Cup with a record 32 teams should see very strong trading for many pub businesses over the coming period. Restaurants and food led pubs may have a tougher summer to add to the pressures they are under. In the longer term, we see competition for casual dining chains become little less intense as poorer performing units are closed.”\r\n\r\n“With the World Cup underway and forecasters predicting more scorching weather to come, the pub sector looks set to enjoy a bumper summer – assuming England make it past the group stages,” said <strong>Paul Newman, Head of Leisure and Hospitality at RSM</strong>. “In contrast, it has been a tumultuous 2018 for the eating out market. That said, the recent acquisition of Pret A Manger and Rosa’s underline the enduring attractiveness of growth opportunities for overseas investors in the sector. We expect further deals to follow as well-capitalised businesses look to take advantage of better sites at lower rents.”\r\n\r\nMartin added: “The latest CGA Fourth Business Confidence Survey in May showed that 75% of company leaders are now optimistic about the prospects for their own businesses, with 47% upbeat about the market as a whole — both 11 percentage points higher than at the time of the last confidence survey in February.\r\n\r\n“The shake-out of sites in the casual dining sector seems to be helping by reducing the threat of oversupply, and deals are also being done in the market, showing that investors also want to be involved in pubs, bars and restaurants,” Martin said.\r\n\r\nUnderlying like-for-like growth for the 39 companies in the Tracker cohort, which represents both large and small groups, is still subdued, running at just 0.6% for the 12 months to the end of May, but up from 0.4% at the end of April.\r\n\r\nTotal sales growth across the cohort, which includes the effect of new openings, was 4.5% in May, reflecting continuing if slower brand roll-outs, and running at 3.8% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 39 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\n<strong>Participating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a></strong>','May sun shines on pubs, but casts shadow on restaurants','','publish','closed','open','','may-sun-shines-on-pubs-but-casts-shadow-on-restaurants','','','2018-06-18 10:30:27','2018-06-18 10:30:27','',0,'http://www.ontradeprogress.com/?p=1734',0,'post','',0),(1735,1,'2018-06-18 10:29:23','2018-06-18 10:29:23','','Screen Shot 2018-06-18 at 11.28.42','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-28-42','','','2018-06-18 10:29:23','2018-06-18 10:29:23','',1734,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.28.42.png',0,'attachment','image/png',0),(1736,1,'2018-06-18 10:29:32','2018-06-18 10:29:32','<strong>Hot weather in May helped boost trade in Britain’s pubs, but hit restaurant sales. Overall, the country’s managed pub, bar and restaurant groups saw collective like-for-like sales up 1.4% on May last year, according to latest figures from the Coffer Peach Business Tracker.</strong>\r\n<ul>\r\n 	<li><strong>Like-for-like sales up 1.4% nationally against May 2017</strong></li>\r\n 	<li><strong>Pubs trading up 3.5%, while restaurants see 2.1% drop</strong></li>\r\n</ul>\r\nWhile managed pubs saw collective like-for-likes jump 3.5% for the month, with drink-led outlets doing best, casual dining brands saw like-for-like sales drop 2.1% against the same period last year.\r\n\r\n“It’s a familiar story. When the sun shines people head for the pub, or more precisely the pub garden. In contrast, restaurants do better when it’s dull and damp. Weather remains the biggest factor when it comes to sales in the out-of-home market. It’s the way it is,” said Peter Martin, vice president of <strong>CGA</strong>, the business insight consultancy that produces the Tracker, in partnership with <strong>Coffer Group</strong> and <strong>RSM.</strong>\r\n\r\nRegionally London did marginally better than the rest of the country with like-for-like sales up 1.6% against 1.4% for outside the M25, with the difference between pubs and restaurants mirroring the national picture.\r\n“The effect of the Royal Wedding on trade is hard to judge, but if anything, it may have depressed sales with many people staying home to watch on the TV,” said Martin.\r\n\r\n“The good news is that overall the sector saw an uplift in trading in May, which contrasts with the 1.2% fall in April. The public continues to go out to eat and drink, and confidence among operators is also returning, if not yet to pre-Brexit levels,” he added.\r\n\r\n<strong>Mark Sheehan, Managing Director of Coffer Corporate Leisure</strong> added, “It’s always easy to blame the weather. But it was a long wait until May when the pub sector got the benefits of some sunshine. Better weather and a World Cup with a record 32 teams should see very strong trading for many pub businesses over the coming period. Restaurants and food led pubs may have a tougher summer to add to the pressures they are under. In the longer term, we see competition for casual dining chains become little less intense as poorer performing units are closed.”\r\n\r\n“With the World Cup underway and forecasters predicting more scorching weather to come, the pub sector looks set to enjoy a bumper summer – assuming England make it past the group stages,” said <strong>Paul Newman, Head of Leisure and Hospitality at RSM</strong>. “In contrast, it has been a tumultuous 2018 for the eating out market. That said, the recent acquisition of Pret A Manger and Rosa’s underline the enduring attractiveness of growth opportunities for overseas investors in the sector. We expect further deals to follow as well-capitalised businesses look to take advantage of better sites at lower rents.”\r\n\r\nMartin added: “The latest CGA Fourth Business Confidence Survey in May showed that 75% of company leaders are now optimistic about the prospects for their own businesses, with 47% upbeat about the market as a whole — both 11 percentage points higher than at the time of the last confidence survey in February.\r\n\r\n“The shake-out of sites in the casual dining sector seems to be helping by reducing the threat of oversupply, and deals are also being done in the market, showing that investors also want to be involved in pubs, bars and restaurants,” Martin said.\r\n\r\nUnderlying like-for-like growth for the 39 companies in the Tracker cohort, which represents both large and small groups, is still subdued, running at just 0.6% for the 12 months to the end of May, but up from 0.4% at the end of April.\r\n\r\nTotal sales growth across the cohort, which includes the effect of new openings, was 4.5% in May, reflecting continuing if slower brand roll-outs, and running at 3.8% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 39 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\n<strong>Participating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a></strong>','May sun shines on pubs, but casts shadow on restaurants','','inherit','closed','closed','','1734-revision-v1','','','2018-06-18 10:29:32','2018-06-18 10:29:32','',1734,'http://www.ontradeprogress.com/2018/06/18/1734-revision-v1/',0,'revision','',0),(1737,1,'2018-06-18 10:59:26','2018-06-18 10:59:26','<img class=\" wp-image-1738 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.54.19.png\" alt=\"\" width=\"92\" height=\"72\" /><strong>Latest figures from the Department for Education reveal a 28 per cent drop in new apprenticeship starts between August 2017 and March 2018, compared with the same period last year.</strong><strong> What’s more, the number of apprenticeship starts in March 2018 were 52 per cent down on March 2017. </strong>\r\n\r\nWithin this, level two apprenticeships, which are a solid foundation upon which a fruitful career is built and which have an impact on the efficiency of a business, have significantly diminished. In my opinion, this is largely due to the negative connotations surrounding this qualification and the widespread confusion caused by the Apprenticeship Levy. It’s a situation which is being reflected across all sectors, including the hospitality industry.\r\n\r\n“What we’re seeing is that, for many hospitality employers, the perceived admin involved and apparent effectiveness of the Apprenticeship Levy appear to outweigh the benefits. There is considerable confusion between those employers contributing to the scheme and non-participants.\r\n\r\n“With anything new, there are bound to be teething problems and as such, it’s hardly surprising that according to a report by the Open University, £1.3bn of the cash paid into the fund has yet to be claimed<a href=\"applewebdata://E9ACE308-069E-42B6-AF37-D78E4D4D65CF#_ftn3\" name=\"_ftnref3\">[3]</a>. However, these figures are less dramatic than they first appear as businesses have 24 months to use their Levy payments and understandably, they’re taking their time to get to grips with the scheme and make sure they’re maximising the benefits it provides.\r\n\r\n“The Levy has delivered some interesting and unintended consequences, with degree, masters and management level apprenticeship booming (up by 594 per cent). While this is great news, many employers are spending their entire Levy pot in this area – leaving nothing for entry level apprenticeships.\r\n\r\n“At HIT Training, we’re encouraging hospitality employers to take advantage of the Apprenticeship Levy to upskill their entire workforce. Working with a training provider, employers can map out a scheme which is tailored to their business and the skills required. Setting up a high-quality training programme like this reduces staff turnover, improves efficiency and attracts future recruits.\r\n\r\n“Training schemes, such as apprenticeships, are paramount in addressing the labour shortage in the sector which, according to recent research, is predicted to get even more severe with one in 10 hospitality workers considering leaving the UK because of Brexit<a href=\"applewebdata://E9ACE308-069E-42B6-AF37-D78E4D4D65CF#_ftn4\" name=\"_ftnref4\">[4]</a>. You get a great deal back from your employees if you invest in their future, yet there are many hospitality businesses with excellent training programmes in place that don’t mention them when looking for new staff. Broadcasting high-quality training programmes is a key component of any recruitment drive and demonstrates that an employer cares about their people.\r\n\r\n“As the Levy is now in its second year, hospitality businesses need to utilise and maximise their funds. There is no doubt that apprenticeships are the go-to solution for employers looking to develop, attract and retain talent, from new starters right through to senior level employees.”\r\n\r\nFor more information on the Apprenticeship Levy, download HIT Training’s Apprenticeship Levy Handbook here:<a href=\"https://hittraining.co.uk/apprenticeship-levy\">https://hittraining.co.uk/apprenticeship-levy</a>','The Apprenticeship Levy has its challenges but don’t miss out on the benefits','','publish','closed','open','','the-apprenticeship-levy-has-its-challenges-but-dont-miss-out-on-the-benefits','','','2018-06-18 10:59:49','2018-06-18 10:59:49','',0,'http://www.ontradeprogress.com/?p=1737',0,'post','',0),(1738,1,'2018-06-18 10:54:43','2018-06-18 10:54:43','','Screen Shot 2018-06-18 at 11.54.19','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-54-19','','','2018-06-18 10:54:43','2018-06-18 10:54:43','',1737,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.54.19.png',0,'attachment','image/png',0),(1739,1,'2018-06-18 10:54:49','2018-06-18 10:54:49','','Screen Shot 2018-06-18 at 11.53.24','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-53-24','','','2018-06-18 10:54:49','2018-06-18 10:54:49','',1737,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.53.24.png',0,'attachment','image/png',0),(1740,1,'2018-06-18 10:58:54','2018-06-18 10:58:54','','Screen Shot 2018-06-18 at 11.58.27','','inherit','closed','closed','','screen-shot-2018-06-18-at-11-58-27','','','2018-06-18 10:58:54','2018-06-18 10:58:54','',1737,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.58.27.png',0,'attachment','image/png',0),(1741,1,'2018-06-18 10:59:07','2018-06-18 10:59:07','<img class=\" wp-image-1738 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-11.54.19.png\" alt=\"\" width=\"92\" height=\"72\" /><strong>Latest figures from the Department for Education reveal a 28 per cent drop in new apprenticeship starts between August 2017 and March 2018, compared with the same period last year.</strong><strong> What’s more, the number of apprenticeship starts in March 2018 were 52 per cent down on March 2017. </strong>\r\n\r\nWithin this, level two apprenticeships, which are a solid foundation upon which a fruitful career is built and which have an impact on the efficiency of a business, have significantly diminished. In my opinion, this is largely due to the negative connotations surrounding this qualification and the widespread confusion caused by the Apprenticeship Levy. It’s a situation which is being reflected across all sectors, including the hospitality industry.\r\n\r\n“What we’re seeing is that, for many hospitality employers, the perceived admin involved and apparent effectiveness of the Apprenticeship Levy appear to outweigh the benefits. There is considerable confusion between those employers contributing to the scheme and non-participants.\r\n\r\n“With anything new, there are bound to be teething problems and as such, it’s hardly surprising that according to a report by the Open University, £1.3bn of the cash paid into the fund has yet to be claimed<a href=\"applewebdata://E9ACE308-069E-42B6-AF37-D78E4D4D65CF#_ftn3\" name=\"_ftnref3\">[3]</a>. However, these figures are less dramatic than they first appear as businesses have 24 months to use their Levy payments and understandably, they’re taking their time to get to grips with the scheme and make sure they’re maximising the benefits it provides.\r\n\r\n“The Levy has delivered some interesting and unintended consequences, with degree, masters and management level apprenticeship booming (up by 594 per cent). While this is great news, many employers are spending their entire Levy pot in this area – leaving nothing for entry level apprenticeships.\r\n\r\n“At HIT Training, we’re encouraging hospitality employers to take advantage of the Apprenticeship Levy to upskill their entire workforce. Working with a training provider, employers can map out a scheme which is tailored to their business and the skills required. Setting up a high-quality training programme like this reduces staff turnover, improves efficiency and attracts future recruits.\r\n\r\n“Training schemes, such as apprenticeships, are paramount in addressing the labour shortage in the sector which, according to recent research, is predicted to get even more severe with one in 10 hospitality workers considering leaving the UK because of Brexit<a href=\"applewebdata://E9ACE308-069E-42B6-AF37-D78E4D4D65CF#_ftn4\" name=\"_ftnref4\">[4]</a>. You get a great deal back from your employees if you invest in their future, yet there are many hospitality businesses with excellent training programmes in place that don’t mention them when looking for new staff. Broadcasting high-quality training programmes is a key component of any recruitment drive and demonstrates that an employer cares about their people.\r\n\r\n“As the Levy is now in its second year, hospitality businesses need to utilise and maximise their funds. There is no doubt that apprenticeships are the go-to solution for employers looking to develop, attract and retain talent, from new starters right through to senior level employees.”\r\n\r\nFor more information on the Apprenticeship Levy, download HIT Training’s Apprenticeship Levy Handbook here:<a href=\"https://hittraining.co.uk/apprenticeship-levy\">https://hittraining.co.uk/apprenticeship-levy</a>','The Apprenticeship Levy has its challenges but don’t miss out on the benefits','','inherit','closed','closed','','1737-revision-v1','','','2018-06-18 10:59:07','2018-06-18 10:59:07','',1737,'http://www.ontradeprogress.com/2018/06/18/1737-revision-v1/',0,'revision','',0),(1742,1,'2018-06-18 12:35:25','2018-06-18 12:35:25','<div>\r\n\r\n<strong>The search is on for the best writing about beer and pubs, as the British Guild of Beer Writers opens its annual awards, offering a total prize fund of £11,000 to the winning journalists, broadcasters, bloggers and other communicators.</strong>\r\n\r\nEntries are invited between now and 7 September and will be judged on how well they further the Guild\'s mission \"toextend public knowledge and appreciation of beer and pubs\".\r\n\r\n<a id=\"_Hlk515626902\"></a>Judges this year are: Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Zoe Smith, retail correspondent at <em>The Guardian</em> and Mark Taylor, Bristol-based food and drink writer.  The current Beer Writer of the Year, Adrian Tierney-Jones, chairs the panel.\r\n\r\nGuild of Beer Writers chairman Tim Hampson said, \"We are excited about embarking once again on our annual awards, which not only reward those who excel in their field, but also help to raise the public profile of beer and pubs.\r\n\r\n\"As the UK\'s beer and pubs sector develops, so too do our awards. We are delighted to be introducing a new award this year in conjunction with Britain\'s Beer Alliance, which recognises the vital role that pubs play at the heart of our communities. We look forward to receiving entries to this category that celebrate all that is great about the British pub.\"\r\n\r\nEntries are invited in nine categories, each carrying a prize of £1,000 for the winner and £500 for the runner-up, with the exception of the Best Writer about Pubs and Best Citizen Beer Communicator awards, which give one prize of £1,000 only, and the Corporate Communications category, where entries are submitted by organisations rather than individuals and the winner receives a trophy.\r\n\r\n<strong>The <a id=\"_Hlk515378305\"></a>categories:</strong>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Greene King Award for Best Beer Writer, National Media</li>\r\n 	<li class=\"ListParagraph\">Adnams Award for Best Beer Writer, Regional Media</li>\r\n 	<li class=\"ListParagraph\">Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</li>\r\n 	<li class=\"ListParagraph\">Heineken Award for Best Beer Communicator - Online</li>\r\n 	<li class=\"ListParagraph\">St Austell Brewery Award for Best Young Beer Writer</li>\r\n 	<li class=\"ListParagraph\">Britain\'s Beer Alliance Award for Best Writer about Pubs</li>\r\n</ul>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer and Travel Writer</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Writer - Corporate Communications</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Citizen Communicator</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Guild will publish a shortlist for all nine categories in November, while the winner and runner-up for each will be unveiled at the Guild of Beer Writers annual awards dinner on 22 November at the Chelsea Harbour Hotel. One overall Beer Writer of the Year will receive the Michael Jackson Gold Tankard Award and the Guild also bestows the Brewer of the Year title on one brewer at the same event.\r\n\r\n<a id=\"_Hlk516609685\"></a>Full details of all nine categories in the Awards, and advice on how to submit entries can be found on the <a href=\"https://app.prmax.co.uk/track/25071485/click/d512493c-7100-11e8-96af-6cf0490443a9\"><span class=\"Hyperlink\">Guild\'s website</span></a>. Entries must be received by the closing date of <strong>Friday 7 September</strong> and must have been published between 1 September 2017 and 31 August 2018.\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n\r\n<strong>Britain\'s Beer Alliance</strong>\r\n\r\nBritain\'s Beer Alliance is a cross-industry group of brewers, pub companies and beer organisations working together for the good of beer in Britain.\r\n\r\n</div>\r\n<div>\r\n\r\n<strong>Fuller\'s London Pride</strong>\r\n\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken</strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>St Austell Brewery</strong>\r\n\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016\r\n\r\nCaption to attached image: winners of the Guild of Beer Writers\' Awards 2017 - <a href=\"http://beerguild.co.uk/\">http://beerguild.co.uk/</a>\r\n\r\n</div>','Guild of Beer Writers opens annual awards','','publish','closed','open','','guild-of-beer-writers-opens-annual-awards','','','2018-06-18 12:35:25','2018-06-18 12:35:25','',0,'http://www.ontradeprogress.com/?p=1742',0,'post','',0),(1743,1,'2018-06-18 12:32:28','2018-06-18 12:32:28','','Screen Shot 2018-06-18 at 13.29.57','','inherit','closed','closed','','screen-shot-2018-06-18-at-13-29-57','','','2018-06-18 12:32:28','2018-06-18 12:32:28','',1742,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-18-at-13.29.57.png',0,'attachment','image/png',0),(1744,1,'2018-06-18 12:33:29','2018-06-18 12:33:29','<div>\r\n\r\n<strong>The search is on for the best writing about beer and pubs, as the British Guild of Beer Writers opens its annual awards, offering a total prize fund of £11,000 to the winning journalists, broadcasters, bloggers and other communicators.</strong>\r\n\r\nEntries are invited between now and 7 September and will be judged on how well they further the Guild\'s mission \"toextend public knowledge and appreciation of beer and pubs\".\r\n\r\n<a id=\"_Hlk515626902\"></a>Judges this year are: Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Zoe Smith, retail correspondent at <em>The Guardian</em> and Mark Taylor, Bristol-based food and drink writer.  The current Beer Writer of the Year, Adrian Tierney-Jones, chairs the panel.\r\n\r\nGuild of Beer Writers chairman Tim Hampson said, \"We are excited about embarking once again on our annual awards, which not only reward those who excel in their field, but also help to raise the public profile of beer and pubs.\r\n\r\n\"As the UK\'s beer and pubs sector develops, so too do our awards. We are delighted to be introducing a new award this year in conjunction with Britain\'s Beer Alliance, which recognises the vital role that pubs play at the heart of our communities. We look forward to receiving entries to this category that celebrate all that is great about the British pub.\"\r\n\r\nEntries are invited in nine categories, each carrying a prize of £1,000 for the winner and £500 for the runner-up, with the exception of the Best Writer about Pubs and Best Citizen Beer Communicator awards, which give one prize of £1,000 only, and the Corporate Communications category, where entries are submitted by organisations rather than individuals and the winner receives a trophy.\r\n\r\n<strong>The <a id=\"_Hlk515378305\"></a>categories:</strong>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Greene King Award for Best Beer Writer, National Media</li>\r\n 	<li class=\"ListParagraph\">Adnams Award for Best Beer Writer, Regional Media</li>\r\n 	<li class=\"ListParagraph\">Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</li>\r\n 	<li class=\"ListParagraph\">Heineken Award for Best Beer Communicator - Online</li>\r\n 	<li class=\"ListParagraph\">St Austell Brewery Award for Best Young Beer Writer</li>\r\n 	<li class=\"ListParagraph\">Britain\'s Beer Alliance Award for Best Writer about Pubs</li>\r\n</ul>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer and Travel Writer</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Writer - Corporate Communications</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Citizen Communicator</li>\r\n</ul>\r\nThe Guild will publish a shortlist for all nine categories in November, while the winner and runner up for each will be unveiled at the Guild of Beer Writers annual awards dinner on 22 November at the Chelsea Harbour Hotel. One overall Beer Writer of the Year will receive the Michael Jackson Gold Tankard Award and the Guild also bestows the Brewer of the Year title on one brewer at the same event.\r\n\r\n<a id=\"_Hlk516609685\"></a>Full details of all nine categories in the Awards, and advice on how to submit entries, can be found on the <a href=\"https://app.prmax.co.uk/track/25071485/click/d512493c-7100-11e8-96af-6cf0490443a9\"><span class=\"Hyperlink\">Guild\'s website</span></a>. Entries must be received by the closing date of <strong>Friday 7 September</strong> and must have been published between 1 September 2017 and 31 August 2018.\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n\r\n<strong>Britain\'s Beer Alliance</strong> Britain\'s Beer Alliance is a cross-industry group of brewers, pub companies and beer organisations working together for the good of beer in Britain.\r\n\r\n</div>\r\n<div>\r\n\r\n<strong>Fuller\'s London Pride</strong>\r\n\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken</strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>St Austell Brewery</strong>\r\n\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016\r\n\r\nCaption to attached image: winners of the Guild of Beer Writers\' Awards 2017 - <a href=\"http://beerguild.co.uk/\">http://beerguild.co.uk/</a>\r\n\r\n&nbsp;\r\n\r\n</div>','Guild of Beer Writers opens annual awards','','inherit','closed','closed','','1742-revision-v1','','','2018-06-18 12:33:29','2018-06-18 12:33:29','',1742,'http://www.ontradeprogress.com/2018/06/18/1742-revision-v1/',0,'revision','',0),(1745,1,'2018-06-18 12:34:27','2018-06-18 12:34:27','<div>\r\n\r\n<strong>The search is on for the best writing about beer and pubs, as the British Guild of Beer Writers opens its annual awards, offering a total prize fund of £11,000 to the winning journalists, broadcasters, bloggers and other communicators.</strong>\r\n\r\nEntries are invited between now and 7 September and will be judged on how well they further the Guild\'s mission \"toextend public knowledge and appreciation of beer and pubs\".\r\n\r\n<a id=\"_Hlk515626902\"></a>Judges this year are: Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Zoe Smith, retail correspondent at <em>The Guardian</em> and Mark Taylor, Bristol-based food and drink writer.  The current Beer Writer of the Year, Adrian Tierney-Jones, chairs the panel.\r\n\r\nGuild of Beer Writers chairman Tim Hampson said, \"We are excited about embarking once again on our annual awards, which not only reward those who excel in their field, but also help to raise the public profile of beer and pubs.\r\n\r\n\"As the UK\'s beer and pubs sector develops, so too do our awards. We are delighted to be introducing a new award this year in conjunction with Britain\'s Beer Alliance, which recognises the vital role that pubs play at the heart of our communities. We look forward to receiving entries to this category that celebrate all that is great about the British pub.\"\r\n\r\nEntries are invited in nine categories, each carrying a prize of £1,000 for the winner and £500 for the runner-up, with the exception of the Best Writer about Pubs and Best Citizen Beer Communicator awards, which give one prize of £1,000 only, and the Corporate Communications category, where entries are submitted by organisations rather than individuals and the winner receives a trophy.\r\n\r\n<strong>The <a id=\"_Hlk515378305\"></a>categories:</strong>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Greene King Award for Best Beer Writer, National Media</li>\r\n 	<li class=\"ListParagraph\">Adnams Award for Best Beer Writer, Regional Media</li>\r\n 	<li class=\"ListParagraph\">Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</li>\r\n 	<li class=\"ListParagraph\">Heineken Award for Best Beer Communicator - Online</li>\r\n 	<li class=\"ListParagraph\">St Austell Brewery Award for Best Young Beer Writer</li>\r\n 	<li class=\"ListParagraph\">Britain\'s Beer Alliance Award for Best Writer about Pubs</li>\r\n</ul>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer and Travel Writer</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Writer - Corporate Communications</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Citizen Communicator</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Guild will publish a shortlist for all nine categories in November, while the winner and runner-up for each will be unveiled at the Guild of Beer Writers annual awards dinner on 22 November at the Chelsea Harbour Hotel. One overall Beer Writer of the Year will receive the Michael Jackson Gold Tankard Award and the Guild also bestows the Brewer of the Year title on one brewer at the same event.\r\n\r\n<a id=\"_Hlk516609685\"></a>Full details of all nine categories in the Awards, and advice on how to submit entries can be found on the <a href=\"https://app.prmax.co.uk/track/25071485/click/d512493c-7100-11e8-96af-6cf0490443a9\"><span class=\"Hyperlink\">Guild\'s website</span></a>. Entries must be received by the closing date of <strong>Friday 7 September</strong> and must have been published between 1 September 2017 and 31 August 2018.\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n\r\n<strong>Britain\'s Beer Alliance</strong> Britain\'s Beer Alliance is a cross-industry group of brewers, pub companies and beer organisations working together for the good of beer in Britain.\r\n\r\n</div>\r\n<div>\r\n\r\n<strong>Fuller\'s London Pride</strong>\r\n\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken</strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>St Austell Brewery</strong>\r\n\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016\r\n\r\nCaption to attached image: winners of the Guild of Beer Writers\' Awards 2017 - <a href=\"http://beerguild.co.uk/\">http://beerguild.co.uk/</a>\r\n\r\n&nbsp;\r\n\r\n</div>','Guild of Beer Writers opens annual awards','','inherit','closed','closed','','1742-revision-v1','','','2018-06-18 12:34:27','2018-06-18 12:34:27','',1742,'http://www.ontradeprogress.com/2018/06/18/1742-revision-v1/',0,'revision','',0),(1746,1,'2018-06-18 12:35:25','2018-06-18 12:35:25','<div>\r\n\r\n<strong>The search is on for the best writing about beer and pubs, as the British Guild of Beer Writers opens its annual awards, offering a total prize fund of £11,000 to the winning journalists, broadcasters, bloggers and other communicators.</strong>\r\n\r\nEntries are invited between now and 7 September and will be judged on how well they further the Guild\'s mission \"toextend public knowledge and appreciation of beer and pubs\".\r\n\r\n<a id=\"_Hlk515626902\"></a>Judges this year are: Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Zoe Smith, retail correspondent at <em>The Guardian</em> and Mark Taylor, Bristol-based food and drink writer.  The current Beer Writer of the Year, Adrian Tierney-Jones, chairs the panel.\r\n\r\nGuild of Beer Writers chairman Tim Hampson said, \"We are excited about embarking once again on our annual awards, which not only reward those who excel in their field, but also help to raise the public profile of beer and pubs.\r\n\r\n\"As the UK\'s beer and pubs sector develops, so too do our awards. We are delighted to be introducing a new award this year in conjunction with Britain\'s Beer Alliance, which recognises the vital role that pubs play at the heart of our communities. We look forward to receiving entries to this category that celebrate all that is great about the British pub.\"\r\n\r\nEntries are invited in nine categories, each carrying a prize of £1,000 for the winner and £500 for the runner-up, with the exception of the Best Writer about Pubs and Best Citizen Beer Communicator awards, which give one prize of £1,000 only, and the Corporate Communications category, where entries are submitted by organisations rather than individuals and the winner receives a trophy.\r\n\r\n<strong>The <a id=\"_Hlk515378305\"></a>categories:</strong>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Greene King Award for Best Beer Writer, National Media</li>\r\n 	<li class=\"ListParagraph\">Adnams Award for Best Beer Writer, Regional Media</li>\r\n 	<li class=\"ListParagraph\">Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</li>\r\n 	<li class=\"ListParagraph\">Heineken Award for Best Beer Communicator - Online</li>\r\n 	<li class=\"ListParagraph\">St Austell Brewery Award for Best Young Beer Writer</li>\r\n 	<li class=\"ListParagraph\">Britain\'s Beer Alliance Award for Best Writer about Pubs</li>\r\n</ul>\r\n<ul>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer and Travel Writer</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Writer - Corporate Communications</li>\r\n 	<li class=\"ListParagraph\">Guild Award for Best Beer Citizen Communicator</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Guild will publish a shortlist for all nine categories in November, while the winner and runner-up for each will be unveiled at the Guild of Beer Writers annual awards dinner on 22 November at the Chelsea Harbour Hotel. One overall Beer Writer of the Year will receive the Michael Jackson Gold Tankard Award and the Guild also bestows the Brewer of the Year title on one brewer at the same event.\r\n\r\n<a id=\"_Hlk516609685\"></a>Full details of all nine categories in the Awards, and advice on how to submit entries can be found on the <a href=\"https://app.prmax.co.uk/track/25071485/click/d512493c-7100-11e8-96af-6cf0490443a9\"><span class=\"Hyperlink\">Guild\'s website</span></a>. Entries must be received by the closing date of <strong>Friday 7 September</strong> and must have been published between 1 September 2017 and 31 August 2018.\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n\r\n<strong>Britain\'s Beer Alliance</strong>\r\n\r\nBritain\'s Beer Alliance is a cross-industry group of brewers, pub companies and beer organisations working together for the good of beer in Britain.\r\n\r\n</div>\r\n<div>\r\n\r\n<strong>Fuller\'s London Pride</strong>\r\n\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken</strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>St Austell Brewery</strong>\r\n\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016\r\n\r\nCaption to attached image: winners of the Guild of Beer Writers\' Awards 2017 - <a href=\"http://beerguild.co.uk/\">http://beerguild.co.uk/</a>\r\n\r\n</div>','Guild of Beer Writers opens annual awards','','inherit','closed','closed','','1742-revision-v1','','','2018-06-18 12:35:25','2018-06-18 12:35:25','',1742,'http://www.ontradeprogress.com/2018/06/18/1742-revision-v1/',0,'revision','',0),(1747,1,'2018-06-19 07:41:35','2018-06-19 07:41:35','<strong>UKHospitality has called on the Mayor of London to ensure fairness and transparency regarding the short-term letting of homes and welcomed the Mayor’s recognition that </strong><strong>legislation may be required </strong><strong>to provide security to customers.</strong>\r\n\r\nThe Mayor of London has published the London Housing Strategy highlighting potential abuse of short-term lets and a failure to enforce the 90-day rule.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The home-sharing sector has been lauded by politicians recently as an example of ingenuity. We are, however, concerned that it is being exploited contrary to the spirit in which it was established; and in a way which puts it at an unfair competitive advantage against other accommodation providers.\r\n\r\n“The Mayor’s report highlights that abuse of short-term lets may have a negative impact on communities and that currently there is no effective way to enforce the 90-day rule. With housing at a premium, particularly in the capital, the use of multiple lets by unscrupulous landlords acting as businesses can surely not be tolerated.\r\n\r\n“Flagrant breaking of the rules by landlords to act as a business means that they can avoid the legislative and tax pressures that other accommodation providers must adhere to. Not only does this give them an unfair competitive edge, it puts the safety and security of customers at risk.\r\n\r\n“The Mayor’s own report acknowledges there are flaws in the current set-up, so action must be taken to provide transparency and fairness for businesses. We are not calling for the prohibition of the sharing economy, only that it be subject to the same rules and regulations as the hospitality sector.”','UKHospitality calls for sharing economy equality','','publish','closed','open','','ukhospitality-calls-for-sharing-economy-equality','','','2018-06-19 07:42:37','2018-06-19 07:42:37','',0,'http://www.ontradeprogress.com/?p=1747',0,'post','',0),(1748,1,'2018-06-19 07:38:21','2018-06-19 07:38:21','<strong>UKHospitality has called on the Mayor of London to ensure fairness and transparency regarding the short-term letting of homes and welcomed the Mayor’s recognition that </strong><strong>legislation may be required </strong><strong>to provide security to customers.</strong>\r\n\r\nThe Mayor of London has published the London Housing Strategy highlighting potential abuse of short-term lets and a failure to enforce the 90-day rule.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The home-sharing sector has been lauded by politicians recently as an example of ingenuity. We are, however, concerned that it is being exploited contrary to the spirit in which it was established; and in a way which puts it at an unfair competitive advantage against other accommodation providers.\r\n\r\n“The Mayor’s report highlights that abuse of short-term lets may have a negative impact on communities and that currently there is no effective way to enforce the 90-day rule. With housing at a premium, particularly in the capital, the use of multiple lets by unscrupulous landlords acting as businesses can surely not be tolerated.\r\n\r\n“Flagrant breaking of the rules by landlords to act as a business means that they can avoid the legislative and tax pressures that other accommodation providers must adhere to. Not only does this give them an unfair competitive edge, it puts the safety and security of customers at risk.\r\n\r\n“The Mayor’s own report acknowledges there are flaws in the current set-up, so action must be taken to provide transparency and fairness for businesses. We are not calling for the prohibition of the sharing economy, only that it be subject to the same rules and regulations as the hospitality sector.”','UKHospitality calls for sharing economy equality','','inherit','closed','closed','','1747-revision-v1','','','2018-06-19 07:38:21','2018-06-19 07:38:21','',1747,'http://www.ontradeprogress.com/2018/06/19/1747-revision-v1/',0,'revision','',0),(1749,1,'2018-06-19 09:59:38','2018-06-19 09:59:38','<strong>FEM (Foodservice Equipment Marketing) has added the new Sirman Lipari to its range of electric pizza ovens. The machine is constructed from stainless steel and has both an aluminium-plated cooking chamber and a stone baking deck to gives the pizza the authentic texture and taste. </strong>\r\n\r\nAuthenticity is vital when it comes to pizza, with consumers aware of everything from ingredients to presentation and taste. Traditionally pizzas were stone baked, but with developments in technology, market-leading electric pizza ovens are now able to reproduce the true pizza taste in any kitchen set-up.\r\n\r\nThe Lipari shares its name with the largest Sicilian island, and has the cooking capacity to match. It measures 930mm (W) x 770mm (D) x 672 (H), making it the most spacious of Sirman’s range, and is capable of cooking up to eight 12” pizzas simultaneously.\r\n\r\nWith separate thermostats for the baking deck and the cooking chamber, plus steam vents and a safety thermostat, chefs can be sure the cooking climate remains at the optimum temperature for their pizzas. Meanwhile, a panoramic glass door means that pizzas can be monitored without letting valuable heat out.\r\n\r\nThe Lipari pizza oven is manufactured by Sirman in Italy.  It is available at a list price of £2,390.00 + VAT.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Pizza: a slice of big Sicilian style supplied','','publish','closed','open','','pizza-a-slice-of-big-sicilian-style-supplied','','','2018-06-19 09:59:38','2018-06-19 09:59:38','',0,'http://www.ontradeprogress.com/?p=1749',0,'post','',0),(1750,1,'2018-06-19 09:58:45','2018-06-19 09:58:45','','Screen Shot 2018-06-19 at 10.58.11','','inherit','closed','closed','','screen-shot-2018-06-19-at-10-58-11','','','2018-06-19 09:58:45','2018-06-19 09:58:45','',1749,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-19-at-10.58.11.png',0,'attachment','image/png',0),(1751,1,'2018-06-19 09:59:12','2018-06-19 09:59:12','<strong>FEM (Foodservice Equipment Marketing) has added the new Sirman Lipari to its range of electric pizza ovens. The machine is constructed from stainless steel and has both an aluminium-plated cooking chamber and a stone baking deck to gives the pizza the authentic texture and taste. </strong>\r\n\r\nAuthenticity is vital when it comes to pizza, with consumers aware of everything from ingredients to presentation and taste. Traditionally pizzas were stone baked, but with developments in technology, market-leading electric pizza ovens are now able to reproduce the true pizza taste in any kitchen set-up.\r\n\r\nThe Lipari shares its name with the largest Sicilian island, and has the cooking capacity to match. It measures 930mm (W) x 770mm (D) x 672 (H), making it the most spacious of Sirman’s range, and is capable of cooking up to eight 12” pizzas simultaneously.\r\n\r\nWith separate thermostats for the baking deck and the cooking chamber, plus steam vents and a safety thermostat, chefs can be sure the cooking climate remains at the optimum temperature for their pizzas. Meanwhile, a panoramic glass door means that pizzas can be monitored without letting valuable heat out.\r\n\r\nThe Lipari pizza oven is manufactured by Sirman in Italy.  It is available at a list price of £2,390.00 + VAT.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Pizza: a slice of big Sicilian style supplied','','inherit','closed','closed','','1749-revision-v1','','','2018-06-19 09:59:12','2018-06-19 09:59:12','',1749,'http://www.ontradeprogress.com/2018/06/19/1749-revision-v1/',0,'revision','',0),(1752,1,'2018-06-19 12:21:19','2018-06-19 12:21:19','<strong>Aster restaurant  situated in Victoria’s food hub Nova Food, is introducing a vegan brunch in partnership with Ketel One and vegan Nordic skincare brand Lumene this summer. Chef Patron Helena Puolakka, originally from the south-west coast of Finland, has created a plant based menu which offers guests a two or three course brunch with vegan Bloody Mary’s, with a DIY station, and free skincare goodies to take home. Launching on Sunday 10th June in honour of Meat Free Week, it’s the perfect way to start the summer season.</strong>\r\n\r\n<span style=\"font-weight: 400;\">Inspired with Finnish nature at its heart, Helena has designed a unique experience which combines both pure ingredients with the radiance of seasonal summer ingredients. Filled with warm, refreshing and unique flavour combinations, the menu offers dishes such as </span><i><span style=\"font-weight: 400;\">heritage tomatoes with baby basil and sherry dressing</span></i><span style=\"font-weight: 400;\">; </span><i><span style=\"font-weight: 400;\">teff (gluten-free flour) pancakes topped with an invigorating golden drizzle</span></i><span style=\"font-weight: 400;\">; perfectly </span><i><span style=\"font-weight: 400;\">smoked courgettes with super seeds</span></i><span style=\"font-weight: 400;\"> and restoring </span><i><span style=\"font-weight: 400;\">mushrooms on toast with herb salad</span></i><span style=\"font-weight: 400;\">. For those who have a sweet tooth, Helena Puolakka has created desserts which reflect the purity and youthful glow of Scandinavia including fresh </span><i><span style=\"font-weight: 400;\">pineapple with chilli and vanilla</span></i><span style=\"font-weight: 400;\">, alongside rejuvenating </span><i><span style=\"font-weight: 400;\">mango with rich coconut cream</span></i><span style=\"font-weight: 400;\">.</span>\r\n\r\n<span style=\"font-weight: 400;\">Taking place every Sunday, no brunch is complete without bubbles and cocktails, and Aster is offering Bloody Mary’s and Prosecco to complement the delicious vegan brunch dishes. Aster has partnered with Ketel One, an exceptionally smooth family-made vodka, to bring you the DIY Bloody Mary station where you can create a personalised vegan Bloody Mary with a selection of garnishes and flavours including  rosemary, paprika, cherry tomatoes and cooked asparagus. Revive your Sundays with their new vegan brunch offering, and take home a selection of complimentary goodies from Nordic skincare brand Lumene. With a loyal following in its native Finland, Lumene has begun to share its Nordic vision of beauty around the world, demonstrating that an exceptional glow is possible whatever your age, skin tone and type.</span>','Aster’s new vegan brunch in collaboration with Ketel One and Lumene skincare','','publish','closed','open','','asters-new-vegan-brunch-in-collaboration-with-ketel-one-and-lumene-skincare','','','2018-06-19 12:21:54','2018-06-19 12:21:54','',0,'http://www.ontradeprogress.com/?p=1752',0,'post','',0),(1753,1,'2018-06-19 12:20:54','2018-06-19 12:20:54','','Screen Shot 2018-06-19 at 13.17.07','','inherit','closed','closed','','screen-shot-2018-06-19-at-13-17-07','','','2018-06-19 12:20:54','2018-06-19 12:20:54','',1752,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-19-at-13.17.07.png',0,'attachment','image/png',0),(1754,1,'2018-06-19 12:21:07','2018-06-19 12:21:07','<strong>Aster restaurant  situated in Victoria’s food hub Nova Food, is introducing a vegan brunch in partnership with Ketel One and vegan Nordic skincare brand Lumene this summer. Chef Patron Helena Puolakka, originally from the south-west coast of Finland, has created a plant based menu which offers guests a two or three course brunch with vegan Bloody Mary’s, with a DIY station, and free skincare goodies to take home. Launching on Sunday 10th June in honour of Meat Free Week, it’s the perfect way to start the summer season.</strong>\r\n\r\n<span style=\"font-weight: 400;\">Inspired with Finnish nature at its heart, Helena has designed a unique experience which combines both pure ingredients with the radiance of seasonal summer ingredients. Filled with warm, refreshing and unique flavour combinations, the menu offers dishes such as </span><i><span style=\"font-weight: 400;\">heritage tomatoes with baby basil and sherry dressing</span></i><span style=\"font-weight: 400;\">; </span><i><span style=\"font-weight: 400;\">teff (gluten-free flour) pancakes topped with an invigorating golden drizzle</span></i><span style=\"font-weight: 400;\">; perfectly </span><i><span style=\"font-weight: 400;\">smoked courgettes with super seeds</span></i><span style=\"font-weight: 400;\"> and restoring </span><i><span style=\"font-weight: 400;\">mushrooms on toast with herb salad</span></i><span style=\"font-weight: 400;\">. For those who have a sweet tooth, Helena Puolakka has created desserts which reflect the purity and youthful glow of Scandinavia including fresh </span><i><span style=\"font-weight: 400;\">pineapple with chilli and vanilla</span></i><span style=\"font-weight: 400;\">, alongside rejuvenating </span><i><span style=\"font-weight: 400;\">mango with rich coconut cream</span></i><span style=\"font-weight: 400;\">.</span>\r\n\r\n<span style=\"font-weight: 400;\">Taking place every Sunday, no brunch is complete without bubbles and cocktails, and Aster is offering Bloody Mary’s and Prosecco to complement the delicious vegan brunch dishes. Aster has partnered with Ketel One, an exceptionally smooth family-made vodka, to bring you the DIY Bloody Mary station where you can create a personalised vegan Bloody Mary with a selection of garnishes and flavours including  rosemary, paprika, cherry tomatoes and cooked asparagus. Revive your Sundays with their new vegan brunch offering, and take home a selection of complimentary goodies from Nordic skincare brand Lumene. With a loyal following in its native Finland, Lumene has begun to share its Nordic vision of beauty around the world, demonstrating that an exceptional glow is possible whatever your age, skin tone and type.</span>','Aster’s new vegan brunch in collaboration with Ketel One and Lumene skincare','','inherit','closed','closed','','1752-revision-v1','','','2018-06-19 12:21:07','2018-06-19 12:21:07','',1752,'http://www.ontradeprogress.com/2018/06/19/1752-revision-v1/',0,'revision','',0),(1755,1,'2018-06-19 12:53:29','2018-06-19 12:53:29','<strong>The UK Foodservice Quality Food Awards have announced an exclusive two-week extension, giving entrants extra time to put their most innovative food and drink solutions into consideration for one of the industry’s most prestigious gongs.</strong>\r\n\r\nExtended to 6<sup>th</sup> July 2018, the awards are open to manufacturers and suppliers across foodservice, with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond.\r\n\r\nWith the clock ticking, entrants should follow this link to view the full category breakdown and enter today:<a href=\"http://foodservice.qualityfoodawards.com/\">http://foodservice.qualityfoodawards.com</a>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“Every year the quality of entries seems to get stronger and stronger – I’m delighted to say that 2018 is no exception. As is traditional, we are giving the fast paced foodservice world extra time to hone and perfect their entries – I look forward to seeing, and sampling, some of these incredible sounding products for real at our dedicated judging days in July. With just days to go, I urge those considering furthering their brand and NPD credentials to enter a product or products into the awards. The Quality mark is an industry renowned badge of innovation excellence – don’t miss out!”\r\n\r\nThe UK Foodservice Quality Food Awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\n&nbsp;\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Deadline extended in hunt for UK’s finest foodservice products','','publish','closed','open','','deadline-extended-in-hunt-for-uks-finest-foodservice-products','','','2018-06-19 12:55:50','2018-06-19 12:55:50','',0,'http://www.ontradeprogress.com/?p=1755',0,'post','',0),(1756,1,'2018-06-19 12:52:50','2018-06-19 12:52:50','','Screen Shot 2018-06-19 at 13.45.13','','inherit','closed','closed','','screen-shot-2018-06-19-at-13-45-13','','','2018-06-19 12:52:50','2018-06-19 12:52:50','',1755,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-19-at-13.45.13.png',0,'attachment','image/png',0),(1757,1,'2018-06-19 12:53:06','2018-06-19 12:53:06','<strong>The UK Foodservice Quality Food Awards have announced an exclusive two-week extension, giving entrants extra time to put their most innovative food and drink solutions into consideration for one of the industry’s most prestigious gongs.</strong>\r\n\r\nExtended to 6<sup>th</sup> July 2018, the awards are open to manufacturers and suppliers across foodservice, with a variety of categories available, from grab and go to soups, pizza, pasta, party food, bakery items and beyond.\r\n\r\nWith the clock ticking, entrants should follow this link to view the full category breakdown and enter today:<a href=\"http://foodservice.qualityfoodawards.com/\">http://foodservice.qualityfoodawards.com</a>\r\n\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“Every year the quality of entries seems to get stronger and stronger – I’m delighted to say that 2018 is no exception. As is traditional, we are giving the fast paced foodservice world extra time to hone and perfect their entries – I look forward to seeing, and sampling, some of these incredible sounding products for real at our dedicated judging days in July. With just days to go, I urge those considering furthering their brand and NPD credentials to enter a product or products into the awards. The Quality mark is an industry renowned badge of innovation excellence – don’t miss out!”\r\n\r\nThe UK Foodservice Quality Food Awards culminate in a glittering ceremony on the 27<sup>th</sup> September at London’s Grosvenor House Hotel, but not before each entry is put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. Key judging criteria include: taste, flavour, texture, aroma, ingredients, innovation, packaging, presentation and price point.\r\n\r\nCrucially, each entry receives constructive, actionable feedback even if an entered product does not end up winning. There is a lower small producer entry free, which is applicable for companies with fewer than 10 staff and annual sales under £2 million, meaning burgeoning start-ups can also feel the benefits of a big win.\r\n\r\nThe UK foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\n&nbsp;\r\n\r\nTo find out more and enter multiple products today, visit: <a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Deadline extended in hunt for UK’s finest foodservice products','','inherit','closed','closed','','1755-revision-v1','','','2018-06-19 12:53:06','2018-06-19 12:53:06','',1755,'http://www.ontradeprogress.com/2018/06/19/1755-revision-v1/',0,'revision','',0),(1758,1,'2018-06-20 08:08:36','2018-06-20 08:08:36','<strong>Meldrum House Country Hotel &amp; Golf Course has won the title of Britain’s ‘Best Boutique Hotel’ by premium publication Luxurious Lifestyle Magazine.</strong>\r\n\r\nStriving to be the best in the business, the hotel has won numerous accolades over the years including AA Hotel of the Year for Scotland.  For this new award, the hotel was up against stiff competition. Over twenty, 4 and 5-star hotels, were shortlisted for the award within their category.\r\n\r\nNick Gilmartin, Editor of Luxury Lifestyle Magazine, said; “Our readers’ travel awards celebrate the very finest in luxury travel. I was particularly pleased to see a number of family-run hotels secure award wins.  With somewhere the likes of Meldrum House Country Hotel in Aberdeenshire, it shows you don’t have to be a billion-dollar hotel to offer your customers a luxury and personalised service.”\r\n\r\nThe Luxurious Lifestyle Magazine’s 2018 reader’s travel awards showcase some of the most luxurious and opulent hotels on the planet. An expert judging panel shortlisted up to 30 nominees across 26 different categories in February of this year. Luxury Lifestyle Magazine then asked its readers to vote for their favourites over a four-month period. In total, 64,971 individual votes were cast in this year’s awards alone.\r\n\r\nPeter Walker, General Manager of Meldrum House commented; “This is the first time we have been shortlisted for these awards and we’re delighted to win Britain’s Best Boutique Hotel. It’s an accolade for the entire team at Meldrum House and a great recognition for all our efforts. We work hard to ensure that from the moment you step through our door, guests know they are somewhere special and this award is testimony to that.”\r\n\r\nMeldrum House has undergone a significant transformation in the recent years, creating additional luxury bedrooms and a speciality whisky bar and club. There is also a strong focus on food at Meldrum House, with the talented team focused on delivering exceptional cuisine. The award cements Meldrum House as one of the top luxury hotels in Britain.\r\n\r\n<a href=\"http://www.meldrumhouse.com/\">www.meldrumhouse.com</a>','Meldrum House awarded best boutique hotel in Britain','','publish','closed','open','','meldrum-house-awarded-best-boutique-hotel-in-britain','','','2018-06-20 08:10:22','2018-06-20 08:10:22','',0,'http://www.ontradeprogress.com/?p=1758',0,'post','',0),(1759,1,'2018-06-20 08:07:54','2018-06-20 08:07:54','<strong>Meldrum House Country Hotel &amp; Golf Course has won the title of Britain’s ‘Best Boutique Hotel’ by premium publication Luxurious Lifestyle Magazine.</strong>\r\n\r\nStriving to be the best in the business, the hotel has won numerous accolades over the years including AA Hotel of the Year for Scotland.  For this new award, the hotel was up against stiff competition. Over twenty, 4 and 5-star hotels, were shortlisted for the award within their category.\r\n\r\nNick Gilmartin, Editor of Luxury Lifestyle Magazine, said; “Our readers’ travel awards celebrate the very finest in luxury travel. I was particularly pleased to see a number of family-run hotels secure award wins.  With somewhere the likes of Meldrum House Country Hotel in Aberdeenshire, it shows you don’t have to be a billion-dollar hotel to offer your customers a luxury and personalised service.”\r\n\r\nThe Luxurious Lifestyle Magazine’s 2018 reader’s travel awards showcase some of the most luxurious and opulent hotels on the planet. An expert judging panel shortlisted up to 30 nominees across 26 different categories in February of this year. Luxury Lifestyle Magazine then asked its readers to vote for their favourites over a four-month period. In total, 64,971 individual votes were cast in this year’s awards alone.\r\n\r\nPeter Walker, General Manager of Meldrum House commented; “This is the first time we have been shortlisted for these awards and we’re delighted to win Britain’s Best Boutique Hotel. It’s an accolade for the entire team at Meldrum House and a great recognition for all our efforts. We work hard to ensure that from the moment you step through our door, guests know they are somewhere special and this award is testimony to that.”\r\n\r\nMeldrum House has undergone a significant transformation in the recent years, creating additional luxury bedrooms and a speciality whisky bar and club. There is also a strong focus on food at Meldrum House, with the talented team focused on delivering exceptional cuisine. The award cements Meldrum House as one of the top luxury hotels in Britain.\r\n\r\n<a href=\"http://www.meldrumhouse.com/\">www.meldrumhouse.com</a>','Meldrum House awarded best boutique hotel in Britain','','inherit','closed','closed','','1758-revision-v1','','','2018-06-20 08:07:54','2018-06-20 08:07:54','',1758,'http://www.ontradeprogress.com/2018/06/20/1758-revision-v1/',0,'revision','',0),(1760,1,'2018-06-20 08:08:26','2018-06-20 08:08:26','','Screen Shot 2018-06-20 at 09.00.54','','inherit','closed','closed','','screen-shot-2018-06-20-at-09-00-54','','','2018-06-20 08:08:26','2018-06-20 08:08:26','',1758,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-20-at-09.00.54.png',0,'attachment','image/png',0),(1761,1,'2018-06-20 14:57:30','2018-06-20 14:57:30','<strong>What’s next in glasses?  The answer is shots.  What’s next in cutlery?  Matte.  Next up for kitchens?  Purees.  How about bars?  Outlandish glassware justifying premium prices for drinks.  And left field, how about a humane way to dispatch crustaceans?  Just some of the ideas that had delegates buzzing at the 2018 CESA LET Forum, held at the Whittlebury Hall Hotel, May 22-23. </strong>\r\n\r\nCESA’s Light Equipment and Tableware Forum saw representatives from 19 distributors, both national and regional, getting hands-on experience of new products from 20 exhibitors.\r\n\r\nWhile many agreed that business had been tough recently, the positive atmosphere reflected a market on the rise.  Amongst the visitors was ENSE’s Robin McKnight who commented, “This year’s Forum is another roaring success.”\r\n\r\nStephen Goodliff, chair of the CESA LET Group, said, “The number of exhibitors and distributors reflects the fact that the Forum goes from strength to strength.  It’s the best place to get the inside skinny on what’s happening now in the catering industry – and what’s going to be happening next year.\r\n\r\n<span style=\"color: #000000;\"><strong><em>Awards runners and riders</em></strong></span>\r\n\r\nThe annual Forum Awards dinner saw Alliance Disposables Limited pick up the Distributor Cup, for the second year in a row.  Mike Deakin of KCCJ was named Sales Professional of the Year.  The CESA Donald Bird Award, which recognises outstanding contribution to the industry, went to Patrick Gardner, managing director of T&amp;G.  He was presented with the award by Donald’s son, Mike.  The after dinner night-at-the-races show raised over £1,000 for St John Ambulance.\r\n\r\n<strong>On trend at the LET Forum 2018….</strong>\r\n\r\n<strong><em>Front of house:</em></strong>\r\n\r\n<strong>Colours: </strong>the big trend, in all their variety.  While matte is having a huge impact, from crockery to metalware to buffet displays, the Forum was awash with eye-popping hues, whether solid primaries or vivid patterns, in just about every area, including wooden chopping boards and stoppered bottles for serving water.\r\n\r\n<strong>Sustainability:</strong> even more in evidence than in previous years.  Recycled glass, wood and paper, straws made of paper or stainless steel and even a natural, long lasting and washable alternative to clingfilm.\r\n\r\n<strong>Shots: </strong>great designs for shot and tasting glasses were everywhere, along with some unusual ideas on presentation.\r\n\r\n<strong>Gin and it:</strong> has gin had its day?  Judging by the number of new gin globes, the answer is a solid no.  But look out for others making a bid for fame, especially dark spirits like spiced rum.\r\n\r\n<strong>Copper: </strong>still so, so popular, with products including cookware, pepper mills and cafetières.  But is it subtly morphing into rose gold?\r\n\r\n<strong>Alt. metal: </strong>alongside the ubiquitous copper, there were plenty of gold, silver and titanium ideas.  Plus lots of hammered metal.  It’s practical as well as attractive: drop a hammered bowl and you won’t notice the dent!\r\n\r\n<strong>Ice cream: </strong>loads of ideas for making, serving and presenting premium and signature gelatos and other iced desserts.\r\n\r\n<strong>Barware:</strong> bartenders are chefs in the bar and, like chefs, mixologists need the tools of their trade.  The Forum saw lots of fresh ideas for creating and serving stylish drinks – including using induction to create a better cocktail.\r\n\r\n<strong>Vintage:</strong> call it vintage, call it retro, call it rustic – it’s in.  Distressed patterns matching the matte colour trend are typical of the way manufacturers are feeding our love of retro.\r\n\r\n<strong>Bowls:</strong> so many bowls in so many shapes, sizes and colours.  Will sales outstrip the traditional dinner plate?\r\n\r\n<strong><em>In the kitchen</em></strong>\r\n\r\n<strong>Cute:</strong> back of house is the new front of house.  With so many open and theatre style kitchens, prep equipment needs to look good.  From chopping boards to copper cookware (induction ready, of course) suppliers have a host of ideas to add ‘cute’ to the kitchen.\r\n\r\n<strong>Temperature control: </strong>technologies to help make chef’s life easier include internet-enabled fridge monitors and infrared systems to automatically monitor and adjust cooking temperatures.\r\n\r\n<strong>Food:</strong> small plates, Fusion, Asian, vegan, Street – and pate en croute.  Whatever the food trend, there’s equipment to help chefs make it happen in their kitchens.\r\n\r\n<strong>Potato peelers: </strong>operators want fresh ingredients and, rather than buying expensive ready-prepped vegetables, are buying equipment that will prepare it for them.\r\n\r\n<strong><em>Supplier product news</em></strong>\r\n\r\n<strong>Clifton</strong>\r\n\r\nBritish manufacturer Clifton Food Range was pushing the sous vide message with its range of water baths and immersion circulators.\r\n\r\n<em>Product:</em> The latest Sauce Bottlewarmer holds ten 1 litre bottles in a 28 litre tank.  It’s ideal for holding sauces, gels and purees at the perfect temperature.\r\n\r\n<em>Trend:</em> watch out for sous vide in the bar as mixologists use the technology to infuse alcohol and aromatics.\r\n\r\n<strong>Contacto</strong>\r\n\r\nLoads of new products ranging from champagne buckets to baking mats.  New presentation glassware ideas from Weck will add style to buffet and table.\r\n\r\n<em>Product:</em> Another copper creative, this time with extensions to the copper range of cookware.\r\n\r\n<em>Trend:</em> open kitchens are helping to fuel the copper cookware craze, as they look so good.\r\n\r\n<strong>Dalebrook</strong>\r\n\r\nA million ways with melamine including buffet displays, matte hues, organic shapes and interesting textures.\r\n\r\n<em>Product:</em> possibly the brightest display of the Forum was the Casablanca range of melamine bowls and plates in vivid reds, blues, oranges, including a new six litre bowl.\r\n\r\n<em>Trend:</em> organic shapes and neutral colours.\r\n\r\n<strong>Denby</strong>\r\n\r\nA first time exhibitor, Denby is investing heavily in moving back into the foodservice market.\r\n\r\n<em>Product:</em> the Halo range is Denby’s most popular.  However, all the brand’s colours and designs can be mixed and matched to great effect.\r\n\r\n<em>Trend:</em> Bowls.  It used to be that we all ate off dinner plates.  Now bowls are almost as popular.\r\n\r\n<strong>Dualit</strong>\r\n\r\nThe classic toaster took centre stage – the 4-slot and 6-slot versions are the best sellers in hospitality.\r\n\r\n<em>Product:</em> The Café Pro – a capsule coffee maker that looks like a conventional two-head espresso barista machine, with hot water and steam maker.  It’s smart, easy to use and competitively priced.\r\n\r\n<em>Trend:</em> quality.  Operators don’t want to replace every few months, so they’re buying equipment to last.\r\n\r\n<strong>Eddingtons</strong>\r\n\r\nThe company focused on sustainable products – a highlight being Beeswrap, a natural and reusable alternative to clingfilm.\r\n\r\n<em>Product:</em> the new Barware range has double-walled wine coolers, including one for up to six bottles, and a clever iced shot bucket, which holds and chills a bottle of spirit and six shot glasses.\r\n\r\n<em>Trend:</em> A mix of rustic, going back to basics and colours – operators are looking to lighten the mood with colour.\r\n\r\n<strong>Elia</strong>\r\n\r\nShowing upmarket tableware, glassware and flatware including the Viola design, one of several new ideas that have a curve on the handle of some pieces, allowing them to be stacked.\r\n\r\n<em>Product:</em> the Elia Fine Crystal glassware is handmade from one piece, with no joins, and is light, elegant and beautiful.\r\n\r\n<em>Trend:</em> operators with serious wine lists are increasingly using different glasses for different grapes, to enhance the taste and the customer experience.\r\n\r\n<strong>FEM</strong>\r\n\r\nFoodservice Equipment Marketing showed several new products, including the latest additions to its award-winning Cubic buffet display range.\r\n\r\n<em>Product:</em> Hamilton Beach’s latest model is the Quantum, a blender that operates very quietly thanks to its brushless motor, which has a seven year warranty.\r\n\r\n<em>Trend:</em> the number of operators making freshly blended drinks such as juices and smoothies is still growing, with many looking to offer signature recipes.\r\n\r\n<strong>I Grunwerg</strong>\r\n\r\nModern cutlery and flatware tends to be simpler and less fancy – the nickel content in stainless steel, such as 18/10, adds to the quality, sheen and stain resistance.\r\n\r\n<em>Product:</em> Yin and Yang cutlery combines quality stainless steel with strong, scratch-resistant PBT plastic handles in black or white for a stylish look.\r\n\r\n<em>Trend:</em> natural materials are in fashion – the company is working on a range of kitchen knives with wooden handles.\r\n\r\n<strong>ICTC</strong>\r\n\r\nAn eclectic range, including wood, ceramics and glass, having a focus on versatility, with single pieces offering multiple uses in the kitchen, table of bar.\r\n\r\n<em>Product:</em> Spirit is a new ice cream and dessert dish from La Rochere glassware, made of recycled glass and shaped like a tornado.\r\n\r\n<em>Trend:</em> presenting food and drink in stylish tableware commands a premium price.  If you’re selling ice cream in an ordinary bowl at £4.50, present it in a fancy design and your customers will be happy to pay £5.50 or more.\r\n\r\n<strong>Metcalfe</strong>\r\n\r\n2018 sees the launch of several new equipment lines from Metcalfe, including Simple Line Slicers and Ceado Blenders.\r\n\r\n<em>Product:</em> Also new for the company is the Hallde range of food processing equipment, including Combi Cutters that have attachments for both veg prep and processing.\r\n\r\n<em>Trend:</em> a big demand from care homes for processors for pureed food, plus a general rise in sales of products like potato peelers – possibly reflecting an increasing number of central production kitchens.\r\n\r\n<strong>Mitchell &amp; Cooper</strong>\r\n\r\nMixologists, chefs and animal lovers were all catered for on the M&amp;C stand.  Popular new lines ranged from a multifunctional protective kitchen glove to clever barware ideas, including stylish roll bags for mixologists’ tools.\r\n\r\n<em>Product: </em>the brand new Crustastun allows chefs to humanely kill crustaceans before cooking.  It’s not only kinder, creating less stress, but also makes the meat taste better.\r\n\r\n<em>Trend: </em>signature gelatos, ice cream, sorbets and frozen yoghurts.  Customers are using equipment like M&amp;C’s Nemox line to create their own recipes.\r\n\r\n<strong>Nevilles</strong>\r\n\r\nFocusing on front of house, Nevilles’ latest ideas from the Gemware brand extend from washable, reusable paper bags/bowls for display to bright yellow enamel pieces.\r\n\r\n<em>Product: </em>Antigo ceramic stoneware has an on-trend matte finish that looks great on the table and can be used in the oven, microwave and freezer.  It’s the company’s biggest ever launch.\r\n\r\n<em>Trend: </em>consumers want more experience for their money.  Point of difference tableware can help supply it.\r\n\r\n<strong>PFR</strong>\r\n\r\nPro Foodservice Reps showed new products from the company’s manufacturers, including barware and chefs’ knives from the USA and ultra-stylish porcelain tableware from France.\r\n\r\n<em>Product:</em> Mealplak is an innovative range of designer table and buffet ware created using Nacryl, a translucent, silky resin-based material.\r\n\r\n<em>Trend: </em>operators are increasingly looking for front of house products that are hard wearing as well as unusual.\r\n\r\n<strong>Rexmartins</strong>\r\n\r\nNot strictly light equipment, the first time exhibitor showed a selection from its range of table top induction equipment.\r\n\r\n<em>Product:</em> for critical temperature control, the company has an induction hob with an infrared system that monitors the temperature of the food in the pan, automatically adjusting it for any fluctuations.\r\n\r\n<em>Trend:</em> more and more kitchens are using stand-alone self-extraction systems.\r\n\r\n<strong>Row &amp; Sons</strong>\r\n\r\nThe British manufacturer of food cutting, chopping and serving boards has seen a big rise in demand for personalised and bespoke designs.\r\n\r\n<em>Product:</em> the Apex range uses synthetic rubberised plastic to create high-end chopping boards and work surfaces.  A key USP is that the surface is self-healing, resealing any cuts.\r\n\r\n<em>Trend:</em> colours – including a big demand for coloured wooden chopping boards.\r\n\r\n<strong>Signature FSE</strong>\r\n\r\nA wide range of cooking, preparation, display and service equipment from European manufacturers.  The latest addition is Chasseur cast iron oven to tableware.\r\n\r\n<em>Product:</em> New from Pinti Inox is the Caleido range of buffet display units featuring powder-coated stainless steel in four colours.  Ten base options can be combined to create customised displays.\r\n\r\n<em>Trend: </em>a rise in matte finishes on cutlery, to match matte finishes and glazes on tableware.  Meanwhile, watch out of pate en croute!\r\n\r\n<strong>T&amp;G</strong>\r\n\r\nThe explosion in demand for wooden presentation products shows no sign of diminishing.  T&amp;G showed its new personalisation service, which can add logos and images to one, ten or a thousand pieces.\r\n\r\n<em>Product: </em>Drift is a new range of stylish wooden buffet display equipment that features matte colours.\r\n\r\n<em>Trend:</em> buffet display is very, very strong, with lots of operators mixing materials such as wood, slate and ceramics.  Distressed wood in displays is in demand.\r\n\r\n<strong>Testo</strong>\r\n\r\nMeeting HACCP requirements is no easy task – Testo’s advanced measuring equipment helps operators store, prepare and cook food safely.\r\n\r\n<em>Product:</em> The Saveris 2 automatically monitors fridges and freezers, uploading data to the cloud, sending instant alerts if there’s an issue, and making HACCP reporting easy.\r\n\r\n<em>Trend:</em> more operators are going paperless for HACCP.  Automated systems keep all the data in one place and there’s no risk of someone not taking measurements or manipulating results.\r\n\r\n<strong>The DRH Collection</strong>\r\n\r\nAnother colourful display of ceramic and glass tableware including Mirage, which combines plain glass and multi-coloured patterns on one piece.\r\n\r\n<em>Product:</em> Gastronoirme is a brand new, stylish range of black oven to tableware made of vitrified porcelain.\r\n\r\n<em>Trends: </em>imaginative glassware that make people say ‘wow’.  In tableware, there’s lots of demand for blue stripes and reactive glazes.\r\n\r\n<strong>From the Forum floor:</strong>\r\n\r\n“It’s really good, really informative.  This is our first time and we’re meeting with some suppliers we’ve not dealt with in the past.  The Forum is time well spent.”\r\n\r\n<strong><em>Anil Gandhi, General Catering Supplies</em></strong>\r\n\r\n“It’s good to meet so many suppliers at once, and to rejuvenate relationships.  Unlike big exhibitions, the Forum is personal. You’re not going to get interrupted.  I hope more suppliers do it.”\r\n\r\n<strong><em>Andrea Shearn-Wood, Parsley in Time</em><em> </em></strong>\r\n\r\n“I love coming to the Forum.  It’s great for new ideas.  It’s also a good networking event, to catch up with what suppliers are doing and what’s coming up.  I’ve been four times and it gets better year on year.”\r\n\r\n<strong><em>Tina Carter, Brakes Catering Equipment</em></strong>\r\n\r\n“The feedback from both suppliers and distributors is extremely positive – once again the Forum is a roaring success.”\r\n\r\n<strong><em>Robin McKnight, ENSE</em></strong>\r\n\r\n“It’s great to talk to so many distributors in one day, in one place.  And it’s good to get to let your hair down with them in the evening!”\r\n\r\n<strong><em>Gabriella O’Sullivan, Dalebrook</em></strong>\r\n\r\n“This is our first Forum.  We’ve found it very positive, very friendly, very commercial and very good.  We’ll be back!”\r\n\r\n<strong><em>Jason Maughan, Denby Pottery Company</em></strong>\r\n\r\n“Very positive.  The Forum’s a great place to show new products.”\r\n\r\n<strong><em>Richard Gilbert, Eddingtons</em></strong>\r\n\r\n“This is my first time.  Being able to pick the product up really brings it to life for our distributors.”\r\n\r\n<strong><em>Matt Daws, Rowe &amp; Sons</em></strong>\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry,representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','Matte is back','','publish','closed','open','','matte-is-back','','','2018-06-20 14:57:30','2018-06-20 14:57:30','',0,'http://www.ontradeprogress.com/?p=1761',0,'post','',0),(1762,1,'2018-06-20 14:55:14','2018-06-20 14:55:14','','Screen Shot 2018-06-20 at 15.54.52','','inherit','closed','closed','','screen-shot-2018-06-20-at-15-54-52','','','2018-06-20 14:55:14','2018-06-20 14:55:14','',1761,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-20-at-15.54.52.png',0,'attachment','image/png',0),(1763,1,'2018-06-20 14:55:49','2018-06-20 14:55:49','<strong>What’s next in glasses?  The answer is shots.  What’s next in cutlery?  Matte.  Next up for kitchens?  Purees.  How about bars?  Outlandish glassware justifying premium prices for drinks.  And left field, how about a humane way to dispatch crustaceans?  Just some of the ideas that had delegates buzzing at the 2018 CESA LET Forum, held at the Whittlebury Hall Hotel, May 22-23. </strong>\r\n\r\nCESA’s Light Equipment and Tableware Forum saw representatives from 19 distributors, both national and regional, getting hands-on experience of new products from 20 exhibitors.\r\n\r\nWhile many agreed that business had been tough recently, the positive atmosphere reflected a market on the rise.  Amongst the visitors was ENSE’s Robin McKnight who commented, “This year’s Forum is another roaring success.”\r\n\r\nStephen Goodliff, chair of the CESA LET Group, said, “The number of exhibitors and distributors reflects the fact that the Forum goes from strength to strength.  It’s the best place to get the inside skinny on what’s happening now in the catering industry – and what’s going to be happening next year.\r\n\r\n<strong><em>Awards runners and riders</em></strong>\r\n\r\nThe annual Forum Awards dinner saw Alliance Disposables Limited pick up the Distributor Cup, for the second year in a row.  Mike Deakin of KCCJ was named Sales Professional of the Year.  The CESA Donald Bird Award, which recognises outstanding contribution to the industry, went to Patrick Gardner, managing director of T&amp;G.  He was presented with the award by Donald’s son, Mike.  The after dinner night-at-the-races show raised over £1,000 for St John Ambulance.\r\n\r\n<strong>On trend at the LET Forum 2018….</strong>\r\n\r\n<strong><em>Front of house:</em></strong>\r\n\r\n<strong>Colours: </strong>the big trend, in all their variety.  While matte is having a huge impact, from crockery to metalware to buffet displays, the Forum was awash with eye-popping hues, whether solid primaries or vivid patterns, in just about every area, including wooden chopping boards and stoppered bottles for serving water.\r\n\r\n<strong>Sustainability:</strong> even more in evidence than in previous years.  Recycled glass, wood and paper, straws made of paper or stainless steel and even a natural, long lasting and washable alternative to clingfilm.\r\n\r\n<strong>Shots: </strong>great designs for shot and tasting glasses were everywhere, along with some unusual ideas on presentation.\r\n\r\n<strong>Gin and it:</strong> has gin had its day?  Judging by the number of new gin globes, the answer is a solid no.  But look out for others making a bid for fame, especially dark spirits like spiced rum.\r\n\r\n<strong>Copper: </strong>still so, so popular, with products including cookware, pepper mills and cafetières.  But is it subtly morphing into rose gold?\r\n\r\n<strong>Alt. metal: </strong>alongside the ubiquitous copper, there were plenty of gold, silver and titanium ideas.  Plus lots of hammered metal.  It’s practical as well as attractive: drop a hammered bowl and you won’t notice the dent!\r\n\r\n<strong>Ice cream: </strong>loads of ideas for making, serving and presenting premium and signature gelatos and other iced desserts.\r\n\r\n<strong>Barware:</strong> bartenders are chefs in the bar and, like chefs, mixologists need the tools of their trade.  The Forum saw lots of fresh ideas for creating and serving stylish drinks – including using induction to create a better cocktail.\r\n\r\n<strong>Vintage:</strong> call it vintage, call it retro, call it rustic – it’s in.  Distressed patterns matching the matte colour trend are typical of the way manufacturers are feeding our love of retro.\r\n\r\n<strong>Bowls:</strong> so many bowls in so many shapes, sizes and colours.  Will sales outstrip the traditional dinner plate?\r\n\r\n<strong><em>In the kitchen</em></strong>\r\n\r\n<strong>Cute:</strong> back of house is the new front of house.  With so many open and theatre style kitchens, prep equipment needs to look good.  From chopping boards to copper cookware (induction ready, of course) suppliers have a host of ideas to add ‘cute’ to the kitchen.\r\n\r\n<strong>Temperature control: </strong>technologies to help make chef’s life easier include internet-enabled fridge monitors and infrared systems to automatically monitor and adjust cooking temperatures.\r\n\r\n<strong>Food:</strong> small plates, Fusion, Asian, vegan, Street – and pate en croute.  Whatever the food trend, there’s equipment to help chefs make it happen in their kitchens.\r\n\r\n<strong>Potato peelers: </strong>operators want fresh ingredients and, rather than buying expensive ready-prepped vegetables, are buying equipment that will prepare it for them.\r\n\r\n<strong><em>Supplier product news</em></strong>\r\n\r\n<strong>Clifton</strong>\r\n\r\nBritish manufacturer Clifton Food Range was pushing the sous vide message with its range of water baths and immersion circulators.\r\n\r\n<em>Product:</em> The latest Sauce Bottlewarmer holds ten 1 litre bottles in a 28 litre tank.  It’s ideal for holding sauces, gels and purees at the perfect temperature.\r\n\r\n<em>Trend:</em> watch out for sous vide in the bar as mixologists use the technology to infuse alcohol and aromatics.\r\n\r\n<strong>Contacto</strong>\r\n\r\nLoads of new products ranging from champagne buckets to baking mats.  New presentation glassware ideas from Weck will add style to buffet and table.\r\n\r\n<em>Product:</em> Another copper creative, this time with extensions to the copper range of cookware.\r\n\r\n<em>Trend:</em> open kitchens are helping to fuel the copper cookware craze, as they look so good.\r\n\r\n<strong>Dalebrook</strong>\r\n\r\nA million ways with melamine including buffet displays, matte hues, organic shapes and interesting textures.\r\n\r\n<em>Product:</em> possibly the brightest display of the Forum was the Casablanca range of melamine bowls and plates in vivid reds, blues, oranges, including a new six litre bowl.\r\n\r\n<em>Trend:</em> organic shapes and neutral colours.\r\n\r\n<strong>Denby</strong>\r\n\r\nA first time exhibitor, Denby is investing heavily in moving back into the foodservice market.\r\n\r\n<em>Product:</em> the Halo range is Denby’s most popular.  However, all the brand’s colours and designs can be mixed and matched to great effect.\r\n\r\n<em>Trend:</em> Bowls.  It used to be that we all ate off dinner plates.  Now bowls are almost as popular.\r\n\r\n<strong>Dualit</strong>\r\n\r\nThe classic toaster took centre stage – the 4-slot and 6-slot versions are the best sellers in hospitality.\r\n\r\n<em>Product:</em> The Café Pro – a capsule coffee maker that looks like a conventional two-head espresso barista machine, with hot water and steam maker.  It’s smart, easy to use and competitively priced.\r\n\r\n<em>Trend:</em> quality.  Operators don’t want to replace every few months, so they’re buying equipment to last.\r\n\r\n<strong>Eddingtons</strong>\r\n\r\nThe company focused on sustainable products – a highlight being Beeswrap, a natural and reusable alternative to clingfilm.\r\n\r\n<em>Product:</em> the new Barware range has double-walled wine coolers, including one for up to six bottles, and a clever iced shot bucket, which holds and chills a bottle of spirit and six shot glasses.\r\n\r\n<em>Trend:</em> A mix of rustic, going back to basics and colours – operators are looking to lighten the mood with colour.\r\n\r\n<strong>Elia</strong>\r\n\r\nShowing upmarket tableware, glassware and flatware including the Viola design, one of several new ideas that have a curve on the handle of some pieces, allowing them to be stacked.\r\n\r\n<em>Product:</em> the Elia Fine Crystal glassware is handmade from one piece, with no joins, and is light, elegant and beautiful.\r\n\r\n<em>Trend:</em> operators with serious wine lists are increasingly using different glasses for different grapes, to enhance the taste and the customer experience.\r\n\r\n<strong>FEM</strong>\r\n\r\nFoodservice Equipment Marketing showed several new products, including the latest additions to its award-winning Cubic buffet display range.\r\n\r\n<em>Product:</em> Hamilton Beach’s latest model is the Quantum, a blender that operates very quietly thanks to its brushless motor, which has a seven year warranty.\r\n\r\n<em>Trend:</em> the number of operators making freshly blended drinks such as juices and smoothies is still growing, with many looking to offer signature recipes.\r\n\r\n<strong>I Grunwerg</strong>\r\n\r\nModern cutlery and flatware tends to be simpler and less fancy – the nickel content in stainless steel, such as 18/10, adds to the quality, sheen and stain resistance.\r\n\r\n<em>Product:</em> Yin and Yang cutlery combines quality stainless steel with strong, scratch-resistant PBT plastic handles in black or white for a stylish look.\r\n\r\n<em>Trend:</em> natural materials are in fashion – the company is working on a range of kitchen knives with wooden handles.\r\n\r\n<strong>ICTC</strong>\r\n\r\nAn eclectic range, including wood, ceramics and glass, having a focus on versatility, with single pieces offering multiple uses in the kitchen, table of bar.\r\n\r\n<em>Product:</em> Spirit is a new ice cream and dessert dish from La Rochere glassware, made of recycled glass and shaped like a tornado.\r\n\r\n<em>Trend:</em> presenting food and drink in stylish tableware commands a premium price.  If you’re selling ice cream in an ordinary bowl at £4.50, present it in a fancy design and your customers will be happy to pay £5.50 or more.\r\n\r\n<strong>Metcalfe</strong>\r\n\r\n2018 sees the launch of several new equipment lines from Metcalfe, including Simple Line Slicers and Ceado Blenders.\r\n\r\n<em>Product:</em> Also new for the company is the Hallde range of food processing equipment, including Combi Cutters that have attachments for both veg prep and processing.\r\n\r\n<em>Trend:</em> a big demand from care homes for processors for pureed food, plus a general rise in sales of products like potato peelers – possibly reflecting an increasing number of central production kitchens.\r\n\r\n<strong>Mitchell &amp; Cooper</strong>\r\n\r\nMixologists, chefs and animal lovers were all catered for on the M&amp;C stand.  Popular new lines ranged from a multifunctional protective kitchen glove to clever barware ideas, including stylish roll bags for mixologists’ tools.\r\n\r\n<em>Product: </em>the brand new Crustastun allows chefs to humanely kill crustaceans before cooking.  It’s not only kinder, creating less stress, but also makes the meat taste better.\r\n\r\n<em>Trend: </em>signature gelatos, ice cream, sorbets and frozen yoghurts.  Customers are using equipment like M&amp;C’s Nemox line to create their own recipes.\r\n\r\n<strong>Nevilles</strong>\r\n\r\nFocusing on front of house, Nevilles’ latest ideas from the Gemware brand extend from washable, reusable paper bags/bowls for display to bright yellow enamel pieces.\r\n\r\n<em>Product: </em>Antigo ceramic stoneware has an on-trend matte finish that looks great on the table and can be used in the oven, microwave and freezer.  It’s the company’s biggest ever launch.\r\n\r\n<em>Trend: </em>consumers want more experience for their money.  Point of difference tableware can help supply it.\r\n\r\n<strong>PFR</strong>\r\n\r\nPro Foodservice Reps showed new products from the company’s manufacturers, including barware and chefs’ knives from the USA and ultra-stylish porcelain tableware from France.\r\n\r\n<em>Product:</em> Mealplak is an innovative range of designer table and buffet ware created using Nacryl, a translucent, silky resin-based material.\r\n\r\n<em>Trend: </em>operators are increasingly looking for front of house products that are hard wearing as well as unusual.\r\n\r\n<strong>Rexmartins</strong>\r\n\r\nNot strictly light equipment, the first time exhibitor showed a selection from its range of table top induction equipment.\r\n\r\n<em>Product:</em> for critical temperature control, the company has an induction hob with an infrared system that monitors the temperature of the food in the pan, automatically adjusting it for any fluctuations.\r\n\r\n<em>Trend:</em> more and more kitchens are using stand-alone self-extraction systems.\r\n\r\n<strong>Row &amp; Sons</strong>\r\n\r\nThe British manufacturer of food cutting, chopping and serving boards has seen a big rise in demand for personalised and bespoke designs.\r\n\r\n<em>Product:</em> the Apex range uses synthetic rubberised plastic to create high-end chopping boards and work surfaces.  A key USP is that the surface is self-healing, resealing any cuts.\r\n\r\n<em>Trend:</em> colours – including a big demand for coloured wooden chopping boards.\r\n\r\n<strong>Signature FSE</strong>\r\n\r\nA wide range of cooking, preparation, display and service equipment from European manufacturers.  The latest addition is Chasseur cast iron oven to tableware.\r\n\r\n<em>Product:</em> New from Pinti Inox is the Caleido range of buffet display units featuring powder-coated stainless steel in four colours.  Ten base options can be combined to create customised displays.\r\n\r\n<em>Trend: </em>a rise in matte finishes on cutlery, to match matte finishes and glazes on tableware.  Meanwhile, watch out of pate en croute!\r\n\r\n<strong>T&amp;G</strong>\r\n\r\nThe explosion in demand for wooden presentation products shows no sign of diminishing.  T&amp;G showed its new personalisation service, which can add logos and images to one, ten or a thousand pieces.\r\n\r\n<em>Product: </em>Drift is a new range of stylish wooden buffet display equipment that features matte colours.\r\n\r\n<em>Trend:</em> buffet display is very, very strong, with lots of operators mixing materials such as wood, slate and ceramics.  Distressed wood in displays is in demand.\r\n\r\n<strong>Testo</strong>\r\n\r\nMeeting HACCP requirements is no easy task – Testo’s advanced measuring equipment helps operators store, prepare and cook food safely.\r\n\r\n<em>Product:</em> The Saveris 2 automatically monitors fridges and freezers, uploading data to the cloud, sending instant alerts if there’s an issue, and making HACCP reporting easy.\r\n\r\n<em>Trend:</em> more operators are going paperless for HACCP.  Automated systems keep all the data in one place and there’s no risk of someone not taking measurements or manipulating results.\r\n\r\n<strong>The DRH Collection</strong>\r\n\r\nAnother colourful display of ceramic and glass tableware including Mirage, which combines plain glass and multi-coloured patterns on one piece.\r\n\r\n<em>Product:</em> Gastronoirme is a brand new, stylish range of black oven to tableware made of vitrified porcelain.\r\n\r\n<em>Trends: </em>imaginative glassware that make people say ‘wow’.  In tableware, there’s lots of demand for blue stripes and reactive glazes.\r\n\r\n<strong>From the Forum floor:</strong>\r\n\r\n“It’s really good, really informative.  This is our first time and we’re meeting with some suppliers we’ve not dealt with in the past.  The Forum is time well spent.”\r\n\r\n<strong><em>Anil Gandhi, General Catering Supplies</em></strong>\r\n\r\n“It’s good to meet so many suppliers at once, and to rejuvenate relationships.  Unlike big exhibitions, the Forum is personal. You’re not going to get interrupted.  I hope more suppliers do it.”\r\n\r\n<strong><em>Andrea Shearn-Wood, Parsley in Time</em><em> </em></strong>\r\n\r\n“I love coming to the Forum.  It’s great for new ideas.  It’s also a good networking event, to catch up with what suppliers are doing and what’s coming up.  I’ve been four times and it gets better year on year.”\r\n\r\n<strong><em>Tina Carter, Brakes Catering Equipment</em></strong>\r\n\r\n“The feedback from both suppliers and distributors is extremely positive – once again the Forum is a roaring success.”\r\n\r\n<strong><em>Robin McKnight, ENSE</em></strong>\r\n\r\n“It’s great to talk to so many distributors in one day, in one place.  And it’s good to get to let your hair down with them in the evening!”\r\n\r\n<strong><em>Gabriella O’Sullivan, Dalebrook</em></strong>\r\n\r\n“This is our first Forum.  We’ve found it very positive, very friendly, very commercial and very good.  We’ll be back!”\r\n\r\n<strong><em>Jason Maughan, Denby Pottery Company</em></strong>\r\n\r\n“Very positive.  The Forum’s a great place to show new products.”\r\n\r\n<strong><em>Richard Gilbert, Eddingtons</em></strong>\r\n\r\n“This is my first time.  Being able to pick the product up really brings it to life for our distributors.”\r\n\r\n<strong><em>Matt Daws, Rowe &amp; Sons</em></strong>\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry,representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','Matte is back','','inherit','closed','closed','','1761-revision-v1','','','2018-06-20 14:55:49','2018-06-20 14:55:49','',1761,'http://www.ontradeprogress.com/2018/06/20/1761-revision-v1/',0,'revision','',0),(1764,1,'2018-06-20 14:56:46','2018-06-20 14:56:46','<strong>What’s next in glasses?  The answer is shots.  What’s next in cutlery?  Matte.  Next up for kitchens?  Purees.  How about bars?  Outlandish glassware justifying premium prices for drinks.  And left field, how about a humane way to dispatch crustaceans?  Just some of the ideas that had delegates buzzing at the 2018 CESA LET Forum, held at the Whittlebury Hall Hotel, May 22-23. </strong>\r\n\r\nCESA’s Light Equipment and Tableware Forum saw representatives from 19 distributors, both national and regional, getting hands-on experience of new products from 20 exhibitors.\r\n\r\nWhile many agreed that business had been tough recently, the positive atmosphere reflected a market on the rise.  Amongst the visitors was ENSE’s Robin McKnight who commented, “This year’s Forum is another roaring success.”\r\n\r\nStephen Goodliff, chair of the CESA LET Group, said, “The number of exhibitors and distributors reflects the fact that the Forum goes from strength to strength.  It’s the best place to get the inside skinny on what’s happening now in the catering industry – and what’s going to be happening next year.\r\n\r\n<span style=\"color: #000000;\"><strong><em>Awards runners and riders</em></strong></span>\r\n\r\nThe annual Forum Awards dinner saw Alliance Disposables Limited pick up the Distributor Cup, for the second year in a row.  Mike Deakin of KCCJ was named Sales Professional of the Year.  The CESA Donald Bird Award, which recognises outstanding contribution to the industry, went to Patrick Gardner, managing director of T&amp;G.  He was presented with the award by Donald’s son, Mike.  The after dinner night-at-the-races show raised over £1,000 for St John Ambulance.\r\n\r\n<strong>On trend at the LET Forum 2018….</strong>\r\n\r\n<strong><em>Front of house:</em></strong>\r\n\r\n<strong>Colours: </strong>the big trend, in all their variety.  While matte is having a huge impact, from crockery to metalware to buffet displays, the Forum was awash with eye-popping hues, whether solid primaries or vivid patterns, in just about every area, including wooden chopping boards and stoppered bottles for serving water.\r\n\r\n<strong>Sustainability:</strong> even more in evidence than in previous years.  Recycled glass, wood and paper, straws made of paper or stainless steel and even a natural, long lasting and washable alternative to clingfilm.\r\n\r\n<strong>Shots: </strong>great designs for shot and tasting glasses were everywhere, along with some unusual ideas on presentation.\r\n\r\n<strong>Gin and it:</strong> has gin had its day?  Judging by the number of new gin globes, the answer is a solid no.  But look out for others making a bid for fame, especially dark spirits like spiced rum.\r\n\r\n<strong>Copper: </strong>still so, so popular, with products including cookware, pepper mills and cafetières.  But is it subtly morphing into rose gold?\r\n\r\n<strong>Alt. metal: </strong>alongside the ubiquitous copper, there were plenty of gold, silver and titanium ideas.  Plus lots of hammered metal.  It’s practical as well as attractive: drop a hammered bowl and you won’t notice the dent!\r\n\r\n<strong>Ice cream: </strong>loads of ideas for making, serving and presenting premium and signature gelatos and other iced desserts.\r\n\r\n<strong>Barware:</strong> bartenders are chefs in the bar and, like chefs, mixologists need the tools of their trade.  The Forum saw lots of fresh ideas for creating and serving stylish drinks – including using induction to create a better cocktail.\r\n\r\n<strong>Vintage:</strong> call it vintage, call it retro, call it rustic – it’s in.  Distressed patterns matching the matte colour trend are typical of the way manufacturers are feeding our love of retro.\r\n\r\n<strong>Bowls:</strong> so many bowls in so many shapes, sizes and colours.  Will sales outstrip the traditional dinner plate?\r\n\r\n<strong><em>In the kitchen</em></strong>\r\n\r\n<strong>Cute:</strong> back of house is the new front of house.  With so many open and theatre style kitchens, prep equipment needs to look good.  From chopping boards to copper cookware (induction ready, of course) suppliers have a host of ideas to add ‘cute’ to the kitchen.\r\n\r\n<strong>Temperature control: </strong>technologies to help make chef’s life easier include internet-enabled fridge monitors and infrared systems to automatically monitor and adjust cooking temperatures.\r\n\r\n<strong>Food:</strong> small plates, Fusion, Asian, vegan, Street – and pate en croute.  Whatever the food trend, there’s equipment to help chefs make it happen in their kitchens.\r\n\r\n<strong>Potato peelers: </strong>operators want fresh ingredients and, rather than buying expensive ready-prepped vegetables, are buying equipment that will prepare it for them.\r\n\r\n<strong><em>Supplier product news</em></strong>\r\n\r\n<strong>Clifton</strong>\r\n\r\nBritish manufacturer Clifton Food Range was pushing the sous vide message with its range of water baths and immersion circulators.\r\n\r\n<em>Product:</em> The latest Sauce Bottlewarmer holds ten 1 litre bottles in a 28 litre tank.  It’s ideal for holding sauces, gels and purees at the perfect temperature.\r\n\r\n<em>Trend:</em> watch out for sous vide in the bar as mixologists use the technology to infuse alcohol and aromatics.\r\n\r\n<strong>Contacto</strong>\r\n\r\nLoads of new products ranging from champagne buckets to baking mats.  New presentation glassware ideas from Weck will add style to buffet and table.\r\n\r\n<em>Product:</em> Another copper creative, this time with extensions to the copper range of cookware.\r\n\r\n<em>Trend:</em> open kitchens are helping to fuel the copper cookware craze, as they look so good.\r\n\r\n<strong>Dalebrook</strong>\r\n\r\nA million ways with melamine including buffet displays, matte hues, organic shapes and interesting textures.\r\n\r\n<em>Product:</em> possibly the brightest display of the Forum was the Casablanca range of melamine bowls and plates in vivid reds, blues, oranges, including a new six litre bowl.\r\n\r\n<em>Trend:</em> organic shapes and neutral colours.\r\n\r\n<strong>Denby</strong>\r\n\r\nA first time exhibitor, Denby is investing heavily in moving back into the foodservice market.\r\n\r\n<em>Product:</em> the Halo range is Denby’s most popular.  However, all the brand’s colours and designs can be mixed and matched to great effect.\r\n\r\n<em>Trend:</em> Bowls.  It used to be that we all ate off dinner plates.  Now bowls are almost as popular.\r\n\r\n<strong>Dualit</strong>\r\n\r\nThe classic toaster took centre stage – the 4-slot and 6-slot versions are the best sellers in hospitality.\r\n\r\n<em>Product:</em> The Café Pro – a capsule coffee maker that looks like a conventional two-head espresso barista machine, with hot water and steam maker.  It’s smart, easy to use and competitively priced.\r\n\r\n<em>Trend:</em> quality.  Operators don’t want to replace every few months, so they’re buying equipment to last.\r\n\r\n<strong>Eddingtons</strong>\r\n\r\nThe company focused on sustainable products – a highlight being Beeswrap, a natural and reusable alternative to clingfilm.\r\n\r\n<em>Product:</em> the new Barware range has double-walled wine coolers, including one for up to six bottles, and a clever iced shot bucket, which holds and chills a bottle of spirit and six shot glasses.\r\n\r\n<em>Trend:</em> A mix of rustic, going back to basics and colours – operators are looking to lighten the mood with colour.\r\n\r\n<strong>Elia</strong>\r\n\r\nShowing upmarket tableware, glassware and flatware including the Viola design, one of several new ideas that have a curve on the handle of some pieces, allowing them to be stacked.\r\n\r\n<em>Product:</em> the Elia Fine Crystal glassware is handmade from one piece, with no joins, and is light, elegant and beautiful.\r\n\r\n<em>Trend:</em> operators with serious wine lists are increasingly using different glasses for different grapes, to enhance the taste and the customer experience.\r\n\r\n<strong>FEM</strong>\r\n\r\nFoodservice Equipment Marketing showed several new products, including the latest additions to its award-winning Cubic buffet display range.\r\n\r\n<em>Product:</em> Hamilton Beach’s latest model is the Quantum, a blender that operates very quietly thanks to its brushless motor, which has a seven year warranty.\r\n\r\n<em>Trend:</em> the number of operators making freshly blended drinks such as juices and smoothies is still growing, with many looking to offer signature recipes.\r\n\r\n<strong>I Grunwerg</strong>\r\n\r\nModern cutlery and flatware tends to be simpler and less fancy – the nickel content in stainless steel, such as 18/10, adds to the quality, sheen and stain resistance.\r\n\r\n<em>Product:</em> Yin and Yang cutlery combines quality stainless steel with strong, scratch-resistant PBT plastic handles in black or white for a stylish look.\r\n\r\n<em>Trend:</em> natural materials are in fashion – the company is working on a range of kitchen knives with wooden handles.\r\n\r\n<strong>ICTC</strong>\r\n\r\nAn eclectic range, including wood, ceramics and glass, having a focus on versatility, with single pieces offering multiple uses in the kitchen, table of bar.\r\n\r\n<em>Product:</em> Spirit is a new ice cream and dessert dish from La Rochere glassware, made of recycled glass and shaped like a tornado.\r\n\r\n<em>Trend:</em> presenting food and drink in stylish tableware commands a premium price.  If you’re selling ice cream in an ordinary bowl at £4.50, present it in a fancy design and your customers will be happy to pay £5.50 or more.\r\n\r\n<strong>Metcalfe</strong>\r\n\r\n2018 sees the launch of several new equipment lines from Metcalfe, including Simple Line Slicers and Ceado Blenders.\r\n\r\n<em>Product:</em> Also new for the company is the Hallde range of food processing equipment, including Combi Cutters that have attachments for both veg prep and processing.\r\n\r\n<em>Trend:</em> a big demand from care homes for processors for pureed food, plus a general rise in sales of products like potato peelers – possibly reflecting an increasing number of central production kitchens.\r\n\r\n<strong>Mitchell &amp; Cooper</strong>\r\n\r\nMixologists, chefs and animal lovers were all catered for on the M&amp;C stand.  Popular new lines ranged from a multifunctional protective kitchen glove to clever barware ideas, including stylish roll bags for mixologists’ tools.\r\n\r\n<em>Product: </em>the brand new Crustastun allows chefs to humanely kill crustaceans before cooking.  It’s not only kinder, creating less stress, but also makes the meat taste better.\r\n\r\n<em>Trend: </em>signature gelatos, ice cream, sorbets and frozen yoghurts.  Customers are using equipment like M&amp;C’s Nemox line to create their own recipes.\r\n\r\n<strong>Nevilles</strong>\r\n\r\nFocusing on front of house, Nevilles’ latest ideas from the Gemware brand extend from washable, reusable paper bags/bowls for display to bright yellow enamel pieces.\r\n\r\n<em>Product: </em>Antigo ceramic stoneware has an on-trend matte finish that looks great on the table and can be used in the oven, microwave and freezer.  It’s the company’s biggest ever launch.\r\n\r\n<em>Trend: </em>consumers want more experience for their money.  Point of difference tableware can help supply it.\r\n\r\n<strong>PFR</strong>\r\n\r\nPro Foodservice Reps showed new products from the company’s manufacturers, including barware and chefs’ knives from the USA and ultra-stylish porcelain tableware from France.\r\n\r\n<em>Product:</em> Mealplak is an innovative range of designer table and buffet ware created using Nacryl, a translucent, silky resin-based material.\r\n\r\n<em>Trend: </em>operators are increasingly looking for front of house products that are hard wearing as well as unusual.\r\n\r\n<strong>Rexmartins</strong>\r\n\r\nNot strictly light equipment, the first time exhibitor showed a selection from its range of table top induction equipment.\r\n\r\n<em>Product:</em> for critical temperature control, the company has an induction hob with an infrared system that monitors the temperature of the food in the pan, automatically adjusting it for any fluctuations.\r\n\r\n<em>Trend:</em> more and more kitchens are using stand-alone self-extraction systems.\r\n\r\n<strong>Row &amp; Sons</strong>\r\n\r\nThe British manufacturer of food cutting, chopping and serving boards has seen a big rise in demand for personalised and bespoke designs.\r\n\r\n<em>Product:</em> the Apex range uses synthetic rubberised plastic to create high-end chopping boards and work surfaces.  A key USP is that the surface is self-healing, resealing any cuts.\r\n\r\n<em>Trend:</em> colours – including a big demand for coloured wooden chopping boards.\r\n\r\n<strong>Signature FSE</strong>\r\n\r\nA wide range of cooking, preparation, display and service equipment from European manufacturers.  The latest addition is Chasseur cast iron oven to tableware.\r\n\r\n<em>Product:</em> New from Pinti Inox is the Caleido range of buffet display units featuring powder-coated stainless steel in four colours.  Ten base options can be combined to create customised displays.\r\n\r\n<em>Trend: </em>a rise in matte finishes on cutlery, to match matte finishes and glazes on tableware.  Meanwhile, watch out of pate en croute!\r\n\r\n<strong>T&amp;G</strong>\r\n\r\nThe explosion in demand for wooden presentation products shows no sign of diminishing.  T&amp;G showed its new personalisation service, which can add logos and images to one, ten or a thousand pieces.\r\n\r\n<em>Product: </em>Drift is a new range of stylish wooden buffet display equipment that features matte colours.\r\n\r\n<em>Trend:</em> buffet display is very, very strong, with lots of operators mixing materials such as wood, slate and ceramics.  Distressed wood in displays is in demand.\r\n\r\n<strong>Testo</strong>\r\n\r\nMeeting HACCP requirements is no easy task – Testo’s advanced measuring equipment helps operators store, prepare and cook food safely.\r\n\r\n<em>Product:</em> The Saveris 2 automatically monitors fridges and freezers, uploading data to the cloud, sending instant alerts if there’s an issue, and making HACCP reporting easy.\r\n\r\n<em>Trend:</em> more operators are going paperless for HACCP.  Automated systems keep all the data in one place and there’s no risk of someone not taking measurements or manipulating results.\r\n\r\n<strong>The DRH Collection</strong>\r\n\r\nAnother colourful display of ceramic and glass tableware including Mirage, which combines plain glass and multi-coloured patterns on one piece.\r\n\r\n<em>Product:</em> Gastronoirme is a brand new, stylish range of black oven to tableware made of vitrified porcelain.\r\n\r\n<em>Trends: </em>imaginative glassware that make people say ‘wow’.  In tableware, there’s lots of demand for blue stripes and reactive glazes.\r\n\r\n<strong>From the Forum floor:</strong>\r\n\r\n“It’s really good, really informative.  This is our first time and we’re meeting with some suppliers we’ve not dealt with in the past.  The Forum is time well spent.”\r\n\r\n<strong><em>Anil Gandhi, General Catering Supplies</em></strong>\r\n\r\n“It’s good to meet so many suppliers at once, and to rejuvenate relationships.  Unlike big exhibitions, the Forum is personal. You’re not going to get interrupted.  I hope more suppliers do it.”\r\n\r\n<strong><em>Andrea Shearn-Wood, Parsley in Time</em><em> </em></strong>\r\n\r\n“I love coming to the Forum.  It’s great for new ideas.  It’s also a good networking event, to catch up with what suppliers are doing and what’s coming up.  I’ve been four times and it gets better year on year.”\r\n\r\n<strong><em>Tina Carter, Brakes Catering Equipment</em></strong>\r\n\r\n“The feedback from both suppliers and distributors is extremely positive – once again the Forum is a roaring success.”\r\n\r\n<strong><em>Robin McKnight, ENSE</em></strong>\r\n\r\n“It’s great to talk to so many distributors in one day, in one place.  And it’s good to get to let your hair down with them in the evening!”\r\n\r\n<strong><em>Gabriella O’Sullivan, Dalebrook</em></strong>\r\n\r\n“This is our first Forum.  We’ve found it very positive, very friendly, very commercial and very good.  We’ll be back!”\r\n\r\n<strong><em>Jason Maughan, Denby Pottery Company</em></strong>\r\n\r\n“Very positive.  The Forum’s a great place to show new products.”\r\n\r\n<strong><em>Richard Gilbert, Eddingtons</em></strong>\r\n\r\n“This is my first time.  Being able to pick the product up really brings it to life for our distributors.”\r\n\r\n<strong><em>Matt Daws, Rowe &amp; Sons</em></strong>\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry,representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','Matte is back','','inherit','closed','closed','','1761-revision-v1','','','2018-06-20 14:56:46','2018-06-20 14:56:46','',1761,'http://www.ontradeprogress.com/2018/06/20/1761-revision-v1/',0,'revision','',0),(1765,1,'2018-06-25 07:28:14','2018-06-25 07:28:14','<strong>Responding to the launch of Chapter Two of Government’s childhood obesity plan, UKHospitality’s CEO, Kate Nichols, said:</strong>\r\n\r\n“The out-of-home sector supports workable efforts to promote healthier eating habits, as demonstrated by the proactive actions already in reformulating menus to reduce calories and increase transparency and choice for customers. However, the introduction of mandatory menu calorie labelling would represent a significant burden for businesses, particularly smaller operators.\r\n\r\n“Many venues already choose to show calorie content on their menus, with many high street brands giving customers an unprecedented level of information but the reality is that smaller businesses will struggle to do so. It would impose a serious additional cost for many businesses facing tightening margins, increased operating costs and wider economic instability.\r\n\r\n“Furthermore, it would hamper venues endeavours to incorporate seasonal ingredients and ‘specials’ to attract custom, as well as restricting smaller restaurants’ ability to innovate, particularly when tackling food waste. Furthermore, calorie labelling would largely fall outside of the Government’s targeting of obesity among lower income children, as obesity in that demographic is less likely to be caused by dining in restaurants.”','UKHospitality wary of menu calorie labelling impacts on under pressure sector','','publish','closed','open','','ukhospitality-wary-of-menu-calorie-labelling-impacts-on-under-pressure-sector','','','2018-06-25 07:28:14','2018-06-25 07:28:14','',0,'http://www.ontradeprogress.com/?p=1765',0,'post','',0),(1766,1,'2018-06-25 07:27:38','2018-06-25 07:27:38','<strong>Responding to the launch of Chapter Two of Government’s childhood obesity plan, UKHospitality’s CEO, Kate Nichols, said:</strong>\r\n\r\n“The out-of-home sector supports workable efforts to promote healthier eating habits, as demonstrated by the proactive actions already in reformulating menus to reduce calories and increase transparency and choice for customers. However, the introduction of mandatory menu calorie labelling would represent a significant burden for businesses, particularly smaller operators.\r\n\r\n“Many venues already choose to show calorie content on their menus, with many high street brands giving customers an unprecedented level of information but the reality is that smaller businesses will struggle to do so. It would impose a serious additional cost for many businesses facing tightening margins, increased operating costs and wider economic instability.\r\n\r\n“Furthermore, it would hamper venues endeavours to incorporate seasonal ingredients and ‘specials’ to attract custom, as well as restricting smaller restaurants’ ability to innovate, particularly when tackling food waste. Furthermore, calorie labelling would largely fall outside of the Government’s targeting of obesity among lower income children, as obesity in that demographic is less likely to be caused by dining in restaurants.”','UKHospitality wary of menu calorie labelling impacts on under pressure sector','','inherit','closed','closed','','1765-revision-v1','','','2018-06-25 07:27:38','2018-06-25 07:27:38','',1765,'http://www.ontradeprogress.com/2018/06/25/1765-revision-v1/',0,'revision','',0),(1767,1,'2018-06-25 09:03:50','2018-06-25 09:03:50','<strong>According to the Building Cost Information Service, more than three-quarters of commercial properties are currently underinsured. Underinsurance is a major problem in the business world and the scale of the issue means that many businesses have unintentionally left themselves financially exposed and potentially unable to survive a loss.</strong>\r\n\r\n<strong>Underinsurance in the commercial world</strong>\r\n\r\nIf you don’t have the right level of insurance cover for your needs then you too could be underinsured. This is a very easy trap to fall into because values change and businesses are a fluid ongoing concern with lots of different factors to consider. If you are underinsured then this means any insurance you have simply won’t provide enough cover, even though you have regularly been paying out on premiums for years.\r\n\r\n<strong>Understanding the consequences of under insurance</strong>\r\n\r\nHere’s an example for illustrative purposes: if your current insurance policy provides coverage to rebuild or replace property or contents up to a limit of £200,000 then that is the maximum payout you would receive under the policy. If the actual cost to you is more likely to be £400,000 then you are underinsured by 50%, and the final settlement of your claim will likely be reduced in line with this.\r\n\r\n<strong>Get a grip on changing values</strong>\r\n\r\nFor a lot of businesses handling ongoing changing values is a big issue when it comes to avoiding underinsurance. Rebuilding costs can change year on year, for example, and different definitions of gross profit may be problematic for something like business interruption insurance. However, regularly defining and reassessing the values that you’re using in order to purchase insurance will be a key part of ensuring that you don’t end up underinsured.\r\n\r\n<strong>Reassess insurance in the context of any business change</strong>\r\n\r\nEven the smallest business change – such as the purchase of new equipment – could mean that you are underinsured once that equipment arrives on the premises. For example, if you’re using specialist equipment that will have a fairly long lead-in time in terms of obtaining a replacement then you might need to buy a higher level of business interruption cover as a result.\r\n\r\n<strong>Work with the professionals to understand risk assessment</strong>\r\n\r\nRisk assessment for your business will play a key role in your own understanding of what kind of cover is required, as well as getting to grips with the numbers. Some industries have a much more specific set of risks than others and these may require additional insurance or extra cover to ensure that you are able to cope with them should the situation arise.\r\n\r\n<strong>Be proactive</strong>\r\n\r\nUnderinsurance is becoming such a problem that the British Insurance Brokers’ Association is even producing special information about it for British businesses. If you want to ensure that you don’t fall into the category of underinsured then you need to be proactive in terms of regularly assessing whether the insurance you have is the right type – and the right level – for your business.\r\n\r\nFor support choosing the right insurance for you, we suggest that you contact a specialist business insurer. Morgan Richardson are a specialist business insurance broker that provide great service and advice.\r\n\r\nYou can contact a member of their team on 0800 731 2940.\r\n\r\nwww.morganrichardson.co.uk','Are you underinsured?','','publish','closed','open','','are-you-underinsured','','','2018-06-25 09:47:58','2018-06-25 09:47:58','',0,'http://www.ontradeprogress.com/?p=1767',0,'post','',0),(1768,1,'2018-06-25 09:01:04','2018-06-25 09:01:04','','Screen Shot 2018-06-25 at 09.54.37','','inherit','closed','closed','','screen-shot-2018-06-25-at-09-54-37','','','2018-06-25 09:01:04','2018-06-25 09:01:04','',1767,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-09.54.37.png',0,'attachment','image/png',0),(1769,1,'2018-06-25 09:03:23','2018-06-25 09:03:23','<strong>According to the Building Cost Information Service, more than three-quarters of commercial properties are currently underinsured. Underinsurance is a major problem in the business world and the scale of the issue means that many businesses have unintentionally left themselves financially exposed and potentially unable to survive a loss.</strong>\r\n\r\n<strong>Underinsurance in the commercial world</strong>\r\n\r\nIf you don’t have the right level of insurance cover for your needs then you too could be underinsured. This is a very easy trap to fall into because values change and businesses are a fluid ongoing concern with lots of different factors to consider. If you are underinsured then this means any insurance you have simply won’t provide enough cover, even though you have regularly been paying out on premiums for years.\r\n\r\n<strong>Understanding the consequences of under insurance</strong>\r\n\r\nHere’s an example for illustrative purposes: if your current insurance policy provides coverage to rebuild or replace property or contents up to a limit of £200,000 then that is the maximum payout you would receive under the policy. If the actual cost to you is more likely to be £400,000 then you are underinsured by 50%, and the final settlement of your claim will likely be reduced in line with this.\r\n\r\n<strong>Get a grip on changing values</strong>\r\n\r\nFor a lot of businesses handling ongoing changing values is a big issue when it comes to avoiding underinsurance. Rebuilding costs can change year on year, for example, and different definitions of gross profit may be problematic for something like business interruption insurance. However, regularly defining and reassessing the values that you’re using in order to purchase insurance will be a key part of ensuring that you don’t end up underinsured.\r\n\r\n<strong>Reassess insurance in the context of any business change</strong>\r\n\r\nEven the smallest business change – such as the purchase of new equipment – could mean that you are underinsured once that equipment arrives on the premises. For example, if you’re using specialist equipment that will have a fairly long lead-in time in terms of obtaining a replacement then you might need to buy a higher level of business interruption cover as a result.\r\n\r\n<strong>Work with the professionals to understand risk assessment</strong>\r\n\r\nRisk assessment for your business will play a key role in your own understanding of what kind of cover is required, as well as getting to grips with the numbers. Some industries have a much more specific set of risks than others and these may require additional insurance or extra cover to ensure that you are able to cope with them should the situation arise.\r\n\r\n<strong>Be proactive</strong>\r\n\r\nUnderinsurance is becoming such a problem that the British Insurance Brokers’ Association is even producing special information about it for British businesses. If you want to ensure that you don’t fall into the category of underinsured then you need to be proactive in terms of regularly assessing whether the insurance you have is the right type – and the right level – for your business.\r\n\r\nFor support choosing the right insurance for you, we suggest that you contact a specialist business insurer. Morgan Richardson are a specialist business insurance broker that provide great service and advice.\r\n\r\nYou can contact a member of their team on 0800 731 2940.','Are you underinsured','','inherit','closed','closed','','1767-revision-v1','','','2018-06-25 09:03:23','2018-06-25 09:03:23','',1767,'http://www.ontradeprogress.com/2018/06/25/1767-revision-v1/',0,'revision','',0),(1770,1,'2018-06-25 09:28:02','2018-06-25 09:28:02','<strong>The production of beer, fizzy drinks and some meat products, is at fear of being disrupted due to a Europe-wide shortage of the gas, C02.</strong>\r\n\r\nShortages have arisen from a delay in the production of ammonia – key to the production of food and drink approved C02. This is used to carbonate drinks and preserved foods such as meats and occasionally, fruit and vegetables.\r\n\r\nHeineken has already warned some of its trade customers that they may not receive completed orders, and other brewers are taking similar precautions.\r\n\r\nA statement released by the BBPA, stated: “The BBPA has been made aware of a shortage in the supply of CO2, which may already have impacted beer producers nationally and which now threatens to impact pubs.\r\n\r\n“The situation is different from that which the industry experienced in 2015 in that this more recent shortage affects mainland Europe in addition to the UK. Supply issues here in the UK are being further complicated by a combination of planned plant shutdowns and unexpected equipment failure, in particular in connection with one of the two major national producers of bulk CO2.\r\n\r\n“Whilst some members may still be receiving supplies of CO2, this shortage will undoubtedly impact on those many smaller suppliers who distribute locally but who will be supplied in turn by the National producers.\r\n\r\n“To ensure that we can inform our members of the latest developments, the BBPA has contacted the two companies involved. We have also been in contact with the British Soft Drinks Association as well as DEFRA and BEIS.”','CO2 shortages disrupt carbonated drinks production','','publish','closed','open','','co2-shortages-disrupt-carbonated-drinks-production','','','2018-06-25 09:32:21','2018-06-25 09:32:21','',0,'http://www.ontradeprogress.com/?p=1770',0,'post','',0),(1771,1,'2018-06-25 09:27:13','2018-06-25 09:27:13','','Screen Shot 2018-06-25 at 10.26.38','','inherit','closed','closed','','screen-shot-2018-06-25-at-10-26-38','','','2018-06-25 09:27:13','2018-06-25 09:27:13','',1770,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-10.26.38.png',0,'attachment','image/png',0),(1772,1,'2018-06-25 09:27:37','2018-06-25 09:27:37','<strong>The production of beer, fizzy drinks and some meat products, is at fear of being disrupted due to a Europe-wide shortage of the gas, C02.</strong>\r\n\r\nShortages have arisen from a delay in the production of ammonia – key to the production of food and drink approved C02. This is used to carbonate drinks and preserved foods such as meats and occasionally, fruit and vegetables.\r\n\r\nHeineken has already warned some of its trade customers that they may not receive completed orders, and other brewers are taking similar precautions.\r\n\r\nA statement released by the BBPA, stated: “The BBPA has been made aware of a shortage in the supply of CO2, which may already have impacted beer producers nationally and which now threatens to impact pubs.\r\n\r\n“The situation is different from that which the industry experienced in 2015 in that this more recent shortage affects mainland Europe in addition to the UK. Supply issues here in the UK are being further complicated by a combination of planned plant shutdowns and unexpected equipment failure, in particular in connection with one of the two major national producers of bulk CO2.\r\n\r\n“Whilst some members may still be receiving supplies of CO2, this shortage will undoubtedly impact on those many smaller suppliers who distribute locally but who will be supplied in turn by the National producers.\r\n\r\n“To ensure that we can inform our members of the latest developments, the BBPA has contacted the two companies involved. We have also been in contact with the British Soft Drinks Association as well as DEFRA and BEIS.”','CO2 shortages disrupt carbonated drinks production','','inherit','closed','closed','','1770-revision-v1','','','2018-06-25 09:27:37','2018-06-25 09:27:37','',1770,'http://www.ontradeprogress.com/2018/06/25/1770-revision-v1/',0,'revision','',0),(1773,1,'2018-06-25 09:47:44','2018-06-25 09:47:44','<strong>According to the Building Cost Information Service, more than three-quarters of commercial properties are currently underinsured. Underinsurance is a major problem in the business world and the scale of the issue means that many businesses have unintentionally left themselves financially exposed and potentially unable to survive a loss.</strong>\n\n<strong>Underinsurance in the commercial world</strong>\n\nIf you don’t have the right level of insurance cover for your needs then you too could be underinsured. This is a very easy trap to fall into because values change and businesses are a fluid ongoing concern with lots of different factors to consider. If you are underinsured then this means any insurance you have simply won’t provide enough cover, even though you have regularly been paying out on premiums for years.\n\n<strong>Understanding the consequences of under insurance</strong>\n\nHere’s an example for illustrative purposes: if your current insurance policy provides coverage to rebuild or replace property or contents up to a limit of £200,000 then that is the maximum payout you would receive under the policy. If the actual cost to you is more likely to be £400,000 then you are underinsured by 50%, and the final settlement of your claim will likely be reduced in line with this.\n\n<strong>Get a grip on changing values</strong>\n\nFor a lot of businesses handling ongoing changing values is a big issue when it comes to avoiding underinsurance. Rebuilding costs can change year on year, for example, and different definitions of gross profit may be problematic for something like business interruption insurance. However, regularly defining and reassessing the values that you’re using in order to purchase insurance will be a key part of ensuring that you don’t end up underinsured.\n\n<strong>Reassess insurance in the context of any business change</strong>\n\nEven the smallest business change – such as the purchase of new equipment – could mean that you are underinsured once that equipment arrives on the premises. For example, if you’re using specialist equipment that will have a fairly long lead-in time in terms of obtaining a replacement then you might need to buy a higher level of business interruption cover as a result.\n\n<strong>Work with the professionals to understand risk assessment</strong>\n\nRisk assessment for your business will play a key role in your own understanding of what kind of cover is required, as well as getting to grips with the numbers. Some industries have a much more specific set of risks than others and these may require additional insurance or extra cover to ensure that you are able to cope with them should the situation arise.\n\n<strong>Be proactive</strong>\n\nUnderinsurance is becoming such a problem that the British Insurance Brokers’ Association is even producing special information about it for British businesses. If you want to ensure that you don’t fall into the category of underinsured then you need to be proactive in terms of regularly assessing whether the insurance you have is the right type – and the right level – for your business.\n\nFor support choosing the right insurance for you, we suggest that you contact a specialist business insurer. Morgan Richardson are a specialist business insurance broker that provide great service and advice.\n\nYou can contact a member of their team on 0800 731 2940.\n\nwww.morganrichardson.co.uk','Are you underinsured?','','inherit','closed','closed','','1767-autosave-v1','','','2018-06-25 09:47:44','2018-06-25 09:47:44','',1767,'http://www.ontradeprogress.com/2018/06/25/1767-autosave-v1/',0,'revision','',0),(1774,1,'2018-06-25 09:47:58','2018-06-25 09:47:58','<strong>According to the Building Cost Information Service, more than three-quarters of commercial properties are currently underinsured. Underinsurance is a major problem in the business world and the scale of the issue means that many businesses have unintentionally left themselves financially exposed and potentially unable to survive a loss.</strong>\r\n\r\n<strong>Underinsurance in the commercial world</strong>\r\n\r\nIf you don’t have the right level of insurance cover for your needs then you too could be underinsured. This is a very easy trap to fall into because values change and businesses are a fluid ongoing concern with lots of different factors to consider. If you are underinsured then this means any insurance you have simply won’t provide enough cover, even though you have regularly been paying out on premiums for years.\r\n\r\n<strong>Understanding the consequences of under insurance</strong>\r\n\r\nHere’s an example for illustrative purposes: if your current insurance policy provides coverage to rebuild or replace property or contents up to a limit of £200,000 then that is the maximum payout you would receive under the policy. If the actual cost to you is more likely to be £400,000 then you are underinsured by 50%, and the final settlement of your claim will likely be reduced in line with this.\r\n\r\n<strong>Get a grip on changing values</strong>\r\n\r\nFor a lot of businesses handling ongoing changing values is a big issue when it comes to avoiding underinsurance. Rebuilding costs can change year on year, for example, and different definitions of gross profit may be problematic for something like business interruption insurance. However, regularly defining and reassessing the values that you’re using in order to purchase insurance will be a key part of ensuring that you don’t end up underinsured.\r\n\r\n<strong>Reassess insurance in the context of any business change</strong>\r\n\r\nEven the smallest business change – such as the purchase of new equipment – could mean that you are underinsured once that equipment arrives on the premises. For example, if you’re using specialist equipment that will have a fairly long lead-in time in terms of obtaining a replacement then you might need to buy a higher level of business interruption cover as a result.\r\n\r\n<strong>Work with the professionals to understand risk assessment</strong>\r\n\r\nRisk assessment for your business will play a key role in your own understanding of what kind of cover is required, as well as getting to grips with the numbers. Some industries have a much more specific set of risks than others and these may require additional insurance or extra cover to ensure that you are able to cope with them should the situation arise.\r\n\r\n<strong>Be proactive</strong>\r\n\r\nUnderinsurance is becoming such a problem that the British Insurance Brokers’ Association is even producing special information about it for British businesses. If you want to ensure that you don’t fall into the category of underinsured then you need to be proactive in terms of regularly assessing whether the insurance you have is the right type – and the right level – for your business.\r\n\r\nFor support choosing the right insurance for you, we suggest that you contact a specialist business insurer. Morgan Richardson are a specialist business insurance broker that provide great service and advice.\r\n\r\nYou can contact a member of their team on 0800 731 2940.\r\n\r\nwww.morganrichardson.co.uk','Are you underinsured?','','inherit','closed','closed','','1767-revision-v1','','','2018-06-25 09:47:58','2018-06-25 09:47:58','',1767,'http://www.ontradeprogress.com/2018/06/25/1767-revision-v1/',0,'revision','',0),(1776,1,'2018-06-25 10:48:11','2018-06-25 10:48:11','<img class=\"wp-image-1777 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-11.42.30.png\" alt=\"\" width=\"123\" height=\"124\" />\r\n\r\n<strong>Katy Hamblin, marketing manager at Pipers, just voted Britain’s Best Brand of savoury snack for the sixth consecutive year, emphasises the increasing importance of premium crisps and the unique opportunity they offer operators to increase sales and margin.</strong>\r\n\r\n<strong>What are the best performing bar snacks?</strong>\r\n\r\nPremium crisps are one of the best-performing types of snack in the on-trade at present, having almost doubled their penetration in less than five years. They also represent a significant advantage over ‘standard’ and ‘value’ crisps in terms of their rate of sale and price/margin. Premium crisps command around a 30% price premium over quality mainstream products (CGA Trading Index figures).\r\n\r\nEver-more sophisticated consumer tastes have led licensed outlets to premiumise their food menus, enhance flavours and improve provenance. This trend has also driven the ‘premiumisation’ of snacks and is the reason behind the huge sales growth in this category. The growth is happening right across the UK, in all kinds of bars.\r\n\r\n<strong>What’s the message for licenced operators?</strong>\r\n\r\nThe figures send a clear message to operators; premium crisps offer a great opportunity to grow sales and increase margin by meeting the consumer demand for greater menu sophistication and food provenance.  Premium crisps are the perfect snack for more discerning customers who don’t mind paying for high quality, great-tasting products.\r\n\r\n<strong>What target consumers, are these aimed at?</strong>\r\n\r\nBy selecting the right premium crisp brand operators can further enhance the benefits they achieve. Look for a range of flavours that are on-trend and accompany a wide variety of drink choices. For example, our recently launched Jalapeno &amp; Dill meets the current trend for heat and exciting flavour combinations that satisfy consumers’ desire for innovation. This is particularly relevant for 18-34-year-olds, the most significant snack-buying segment and a key target for licensed operators. Like all Pipers Crisps, Jalapeno &amp; Dill is a strong, ‘grown-up’ flavour, so it will be popular in pubs, clubs and bars where it’s the perfect accompaniment for an ice-cold bottled lager served with fresh lime.\r\n\r\nThese days crisps aren’t just for beer drinkers; Britain’s growing number of spirit drinkers - particularly gin - are realising that premium crisps are also the perfect partner for their favourite tipple. The gin-drinking revolution is currently riding the crest of a wave based on exciting new premium blends. Gin distillers are travelling the world discovering the best flavour combinations - juniper and other botanicals - to make their gin unique.\r\n\r\nGin drinkers are looking for high-quality snacks with innovative herbal flavours that go really well with these gins. Flavours such as thyme and rosemary work really well in premium crisps, and are a perfect match for great gins.\r\n\r\n<strong>What about the trend for healthier eating?</strong>\r\n\r\nIt’s also a good idea to recognise the increasing importance of healthier eating and the fact that growing numbers of people are choosing to follow a gluten-free diet, either because they are gluten intolerant or suffer from coeliac disease. Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector. Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 95 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack. Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.\r\n<h3>Pipers Contact Details: Tel 01652 686960, <a href=\"http://www.piperscrisps.com\">www.piperscrisps.com</a></h3>','Pipers - the perfect premium bar snack','','publish','closed','open','','pipers-the-perfect-premium-bar-snack','','','2018-06-25 10:48:11','2018-06-25 10:48:11','',0,'http://www.ontradeprogress.com/?p=1776',0,'post','',0),(1777,1,'2018-06-25 10:43:05','2018-06-25 10:43:05','','Screen Shot 2018-06-25 at 11.42.30','','inherit','closed','closed','','screen-shot-2018-06-25-at-11-42-30','','','2018-06-25 10:43:05','2018-06-25 10:43:05','',1776,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-11.42.30.png',0,'attachment','image/png',0),(1778,1,'2018-06-25 10:45:05','2018-06-25 10:45:05','<img class=\"wp-image-1777 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-11.42.30.png\" alt=\"\" width=\"123\" height=\"124\" />\r\n\r\n<strong>Katy Hamblin, marketing manager at Pipers, just voted Britain’s Best Brand of savoury snack for the sixth consecutive year, emphasises the increasing importance of premium crisps and the unique opportunity they offer operators to increase sales and margin.</strong>\r\n\r\n<strong>What are the best performing bar snacks?</strong>\r\n\r\nPremium crisps are one of the best-performing types of snack in the on-trade at present, having almost doubled their penetration in less than five years.  They also represent a significant advantage over ‘standard’ and ‘value’ crisps in terms of their rate of sale and price/margin.  Premium crisps command around a 30% price premium over quality mainstream products (CGA Trading Index figures).\r\n\r\nEver-more sophisticated consumer tastes have led licensed outlets to premiumise their food menus, enhance flavours and improve provenance.  This trend has also driven the ‘premiumisation’ of snacks and is the reason behind the huge sales growth in this category. The growth is happening right across the UK, in all kinds of bars.\r\n\r\n<strong>What’s the message for licenced operators?</strong>\r\n\r\nThe figures send a clear message to operators; premium crisps offer a great opportunity to grow sales and increase margin by meeting the consumer demand for greater menu sophistication and food provenance.  Premium crisps are the perfect snack for more discerning customers who don’t mind paying for high quality, great-tasting products.\r\n\r\n<strong>What target consumers, are these aimed at?</strong>\r\n\r\nBy selecting the right premium crisp brand operators can further enhance the benefits they achieve. Look for a range of flavours that are on-trend and accompany a wide variety of drink choices.  For example, our recently launched Jalapeno &amp; Dill meets the current trend for heat and exciting flavour combinations that satisfy consumers’ desire for innovation.  This is particularly relevant for 18-34-year-olds, the most significant snack-buying segment and a key target for licensed operators.  Like all Pipers Crisps, Jalapeno &amp; Dill is a strong, ‘grown-up’ flavour, so it will be popular in pubs, clubs and bars where it’s the perfect accompaniment for an ice-cold bottled lager served with fresh lime.\r\n\r\nThese days crisps aren’t just for beer drinkers; Britain’s growing number of spirit drinkers - particularly gin - are realising that premium crisps are also the perfect partner for their favourite tipple.  The gin-drinking revolution is currently riding the crest of a wave based on exciting new premium blends.  Gin distillers are travelling the world discovering the best flavour combinations - juniper and other botanicals - to make their gin unique.\r\n\r\nGin drinkers are looking for high-quality snacks with innovative herbal flavours that go really well with these gins. Flavours such as thyme and rosemary work really well in premium crisps, and are a perfect match for great gins.\r\n\r\n<strong>What about the trend for healthier eating?</strong>\r\n\r\nIt’s also a good idea to recognise the increasing importance of healthier eating and the fact that growing numbers of people are choosing to follow a gluten-free diet, either because they are gluten intolerant or suffer from coeliac disease. Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector.  Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 95 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack.  Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.\r\n<h3>Pipers Contact Details: Tel 01652 686960, <a href=\"http://www.piperscrisps.com\">www.piperscrisps.com</a></h3>','Pipers - the perfect premium bar snack','','inherit','closed','closed','','1776-revision-v1','','','2018-06-25 10:45:05','2018-06-25 10:45:05','',1776,'http://www.ontradeprogress.com/2018/06/25/1776-revision-v1/',0,'revision','',0),(1779,1,'2018-06-25 10:48:11','2018-06-25 10:48:11','<img class=\"wp-image-1777 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-11.42.30.png\" alt=\"\" width=\"123\" height=\"124\" />\r\n\r\n<strong>Katy Hamblin, marketing manager at Pipers, just voted Britain’s Best Brand of savoury snack for the sixth consecutive year, emphasises the increasing importance of premium crisps and the unique opportunity they offer operators to increase sales and margin.</strong>\r\n\r\n<strong>What are the best performing bar snacks?</strong>\r\n\r\nPremium crisps are one of the best-performing types of snack in the on-trade at present, having almost doubled their penetration in less than five years. They also represent a significant advantage over ‘standard’ and ‘value’ crisps in terms of their rate of sale and price/margin. Premium crisps command around a 30% price premium over quality mainstream products (CGA Trading Index figures).\r\n\r\nEver-more sophisticated consumer tastes have led licensed outlets to premiumise their food menus, enhance flavours and improve provenance. This trend has also driven the ‘premiumisation’ of snacks and is the reason behind the huge sales growth in this category. The growth is happening right across the UK, in all kinds of bars.\r\n\r\n<strong>What’s the message for licenced operators?</strong>\r\n\r\nThe figures send a clear message to operators; premium crisps offer a great opportunity to grow sales and increase margin by meeting the consumer demand for greater menu sophistication and food provenance.  Premium crisps are the perfect snack for more discerning customers who don’t mind paying for high quality, great-tasting products.\r\n\r\n<strong>What target consumers, are these aimed at?</strong>\r\n\r\nBy selecting the right premium crisp brand operators can further enhance the benefits they achieve. Look for a range of flavours that are on-trend and accompany a wide variety of drink choices. For example, our recently launched Jalapeno &amp; Dill meets the current trend for heat and exciting flavour combinations that satisfy consumers’ desire for innovation. This is particularly relevant for 18-34-year-olds, the most significant snack-buying segment and a key target for licensed operators. Like all Pipers Crisps, Jalapeno &amp; Dill is a strong, ‘grown-up’ flavour, so it will be popular in pubs, clubs and bars where it’s the perfect accompaniment for an ice-cold bottled lager served with fresh lime.\r\n\r\nThese days crisps aren’t just for beer drinkers; Britain’s growing number of spirit drinkers - particularly gin - are realising that premium crisps are also the perfect partner for their favourite tipple. The gin-drinking revolution is currently riding the crest of a wave based on exciting new premium blends. Gin distillers are travelling the world discovering the best flavour combinations - juniper and other botanicals - to make their gin unique.\r\n\r\nGin drinkers are looking for high-quality snacks with innovative herbal flavours that go really well with these gins. Flavours such as thyme and rosemary work really well in premium crisps, and are a perfect match for great gins.\r\n\r\n<strong>What about the trend for healthier eating?</strong>\r\n\r\nIt’s also a good idea to recognise the increasing importance of healthier eating and the fact that growing numbers of people are choosing to follow a gluten-free diet, either because they are gluten intolerant or suffer from coeliac disease. Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector. Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 95 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack. Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.\r\n<h3>Pipers Contact Details: Tel 01652 686960, <a href=\"http://www.piperscrisps.com\">www.piperscrisps.com</a></h3>','Pipers - the perfect premium bar snack','','inherit','closed','closed','','1776-revision-v1','','','2018-06-25 10:48:11','2018-06-25 10:48:11','',1776,'http://www.ontradeprogress.com/2018/06/25/1776-revision-v1/',0,'revision','',0),(1780,1,'2018-06-25 10:54:23','2018-06-25 10:54:23','<img class=\"wp-image-1777 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-11.42.30.png\" alt=\"\" width=\"123\" height=\"124\" />\n\n<strong>Katy Hamblin, marketing manager at Pipers, just voted Britain’s Best Brand of savoury snack for the sixth consecutive year, emphasises the increasing importance of premium crisps and the unique opportunity they offer operators to increase sales and margin. </strong>\n\n<strong>What are the best performing bar snacks?</strong>\n\nPremium crisps are one of the best-performing types of snack in the on-trade at present, having almost doubled their penetration in less than five years. They also represent a significant advantage over ‘standard’ and ‘value’ crisps in terms of their rate of sale and price/margin. Premium crisps command around a 30% price premium over quality mainstream products (CGA Trading Index figures).\n\nEver-more sophisticated consumer tastes have led licensed outlets to premiumise their food menus, enhance flavours and improve provenance. This trend has also driven the ‘premiumisation’ of snacks and is the reason behind the huge sales growth in this category. The growth is happening right across the UK, in all kinds of bars.\n\n<strong>What’s the message for licenced operators?</strong>\n\nThe figures send a clear message to operators; premium crisps offer a great opportunity to grow sales and increase margin by meeting the consumer demand for greater menu sophistication and food provenance.  Premium crisps are the perfect snack for more discerning customers who don’t mind paying for high quality, great-tasting products.\n\n<strong>What target consumers, are these aimed at?</strong>\n\nBy selecting the right premium crisp brand operators can further enhance the benefits they achieve. Look for a range of flavours that are on-trend and accompany a wide variety of drink choices. For example, our recently launched Jalapeno &amp; Dill meets the current trend for heat and exciting flavour combinations that satisfy consumers’ desire for innovation. This is particularly relevant for 18-34-year-olds, the most significant snack-buying segment and a key target for licensed operators. Like all Pipers Crisps, Jalapeno &amp; Dill is a strong, ‘grown-up’ flavour, so it will be popular in pubs, clubs and bars where it’s the perfect accompaniment for an ice-cold bottled lager served with fresh lime.\n\nThese days crisps aren’t just for beer drinkers; Britain’s growing number of spirit drinkers - particularly gin - are realising that premium crisps are also the perfect partner for their favourite tipple. The gin-drinking revolution is currently riding the crest of a wave based on exciting new premium blends. Gin distillers are travelling the world discovering the best flavour combinations - juniper and other botanicals - to make their gin unique.\n\nGin drinkers are looking for high-quality snacks with innovative herbal flavours that go really well with these gins. Flavours such as thyme and rosemary work really well in premium crisps, and are a perfect match for great gins.\n\n<strong>What about the trend for healthier eating?</strong>\n\nIt’s also a good idea to recognise the increasing importance of healthier eating and the fact that growing numbers of people are choosing to follow a gluten-free diet, either because they are gluten intolerant or suffer from coeliac disease. Pipers Crisps is proud to announce the launch of a new range of highly innovative snacks designed to tap into the fast growing ‘better for you’ (BFY) sector. Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 95 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack. Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.\n<h3>Pipers Contact Details: Tel 01652 686960, <a href=\"http://www.piperscrisps.com\">www.piperscrisps.com</a></h3>','Pipers - the perfect premium bar snack','','inherit','closed','closed','','1776-autosave-v1','','','2018-06-25 10:54:23','2018-06-25 10:54:23','',1776,'http://www.ontradeprogress.com/2018/06/25/1776-autosave-v1/',0,'revision','',0),(1781,1,'2018-06-25 12:46:02','2018-06-25 12:46:02','<strong>FCO &amp; Drinkaware alcohol warnings For travelling World Cup fan, f</strong><strong>ake spirits and large measures among the dangers of Russian drinking</strong>\r\n\r\nCounterfeit vodka and generous spirit measures served in Russian bars and restaurants, are among the issues facing British people travelling to the World Cup, warns the Foreign and Commonwealth Office (FCO) and alcohol education charity Drinkaware.\r\n\r\nAs supporters make the journey to the tournament following England’s victory in their opening game against Tunisia, Drinkaware and the Foreign &amp; Commonwealth Office (FCO) are offering support and advice on sensible drinking during the tournament.\r\n\r\nAn infographic featuring the advice is available on the Drinkaware website at <u><a href=\"https://www.drinkaware.co.uk/advice/staying-safe-while-drinking/staying-safe-at-the-russia-2018-world-cup/\">https://www.drinkaware.co.uk/advice/staying-safe-while-drinking/staying-safe-at-the-russia-2018-world-cup/</a></u>. Key messages about potential problems facing fans are also being widely circulated on social media using the FCO’s #BeOnTheBall hashtag. Warnings include:\r\n<ul>\r\n 	<li>Vodka is Russia’s most commonly counterfeited spirit, and fakes may contain cleaning fluid, nail polish remover and antifreeze. Fans are advised to be wary of unusual brand names and never drink alcohol that tastes or smells bad.</li>\r\n 	<li>The spirits measures served in Russian bars and restaurants may be larger than those served in the UK. Fans should be wary of drinking too much when toasting their team.</li>\r\n 	<li>Fans who overindulge are in danger of missing the match; all venues and fan zones can refuse entry to anyone who appears intoxicated or disorderly.</li>\r\n</ul>\r\nThe social media campaign supported by Drinkaware also includes positive advice on sensible drinking for travelling fans, including the need to stay hydrated in the heat of the Russian summer by having water or soft drinks between alcoholic drinks, as well as downloading Drinkaware’s free mobile app to keep track of their drinking.\r\n\r\nJulia Longbottom, Director of Consular Services at the Foreign and Commonwealth Office said, “Through our Be on the Ball campaign, the FCO has been helping fans travelling to the World Cup to prepare for a safe trip. We are pleased to work with Drinkaware to provide this advice on sensible drinking.\r\n\r\n“We want everyone to enjoy themselves in Russia and get to see the football. This advice should help fans avoid pitfalls with alcohol getting in the way of that.”\r\n\r\nDrinkaware Chief Executive Elaine Hindal said, “We’ve worked closely with the FCO to ensure that travelling fans can access guidance on sensible drinking quickly and easily.\r\n\r\n“We all hope that England will progress in the tournament, and more supporters are likely to head out to Russia if they do. We hope that all England supporters in Russia enjoy the football without putting themselves at risk.”\r\n\r\nThe FCO’s official advice for fans travelling to Russia is available at <a href=\"http://www.gov.uk/russia2018\">www.gov.uk/russia2018</a>\r\n\r\n<img class=\"wp-image-1783 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.31.11.png\" alt=\"\" width=\"200\" height=\"199\" />\r\n\r\n<img class=\"wp-image-1784 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.31.23.png\" alt=\"\" width=\"200\" height=\"200\" />\r\n\r\n<img class=\"wp-image-1782 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.30.44.png\" alt=\"\" width=\"200\" height=\"202\" />','Drinkaware Alcohol Warnings For Travelling World Cup Fans','','publish','closed','open','','drinkaware-alcohol-warnings-for-travelling-world-cup-fans','','','2018-06-25 12:49:08','2018-06-25 12:49:08','',0,'http://www.ontradeprogress.com/?p=1781',0,'post','',0),(1782,1,'2018-06-25 12:34:04','2018-06-25 12:34:04','','Screen Shot 2018-06-25 at 13.30.44','','inherit','closed','closed','','screen-shot-2018-06-25-at-13-30-44','','','2018-06-25 12:34:04','2018-06-25 12:34:04','',1781,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.30.44.png',0,'attachment','image/png',0),(1783,1,'2018-06-25 12:34:08','2018-06-25 12:34:08','','Screen Shot 2018-06-25 at 13.31.11','','inherit','closed','closed','','screen-shot-2018-06-25-at-13-31-11','','','2018-06-25 12:34:08','2018-06-25 12:34:08','',1781,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.31.11.png',0,'attachment','image/png',0),(1784,1,'2018-06-25 12:34:13','2018-06-25 12:34:13','','Screen Shot 2018-06-25 at 13.31.23','','inherit','closed','closed','','screen-shot-2018-06-25-at-13-31-23','','','2018-06-25 12:34:13','2018-06-25 12:34:13','',1781,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.31.23.png',0,'attachment','image/png',0),(1785,1,'2018-06-25 12:34:18','2018-06-25 12:34:18','','Screen Shot 2018-06-25 at 13.33.39','','inherit','closed','closed','','screen-shot-2018-06-25-at-13-33-39','','','2018-06-25 12:34:18','2018-06-25 12:34:18','',1781,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.33.39.png',0,'attachment','image/png',0),(1786,1,'2018-06-25 12:43:09','2018-06-25 12:43:09','<strong>FCO &amp; Drinkaware alcohol warnings For travelling World Cup fan, f</strong><strong>ake spirits and large measures among the dangers of Russian drinking</strong>\r\n\r\nCounterfeit vodka and generous spirit measures served in Russian bars and restaurants, are among the issues facing British people travelling to the World Cup, warns the Foreign and Commonwealth Office (FCO) and alcohol education charity Drinkaware.\r\n\r\nAs supporters make the journey to the tournament following England’s victory in their opening game against Tunisia, Drinkaware and the Foreign &amp; Commonwealth Office (FCO) are offering support and advice on sensible drinking during the tournament.\r\n\r\nAn infographic featuring the advice is available on the Drinkaware website at <u><a href=\"https://www.drinkaware.co.uk/advice/staying-safe-while-drinking/staying-safe-at-the-russia-2018-world-cup/\">https://www.drinkaware.co.uk/advice/staying-safe-while-drinking/staying-safe-at-the-russia-2018-world-cup/</a></u>. Key messages about potential problems facing fans are also being widely circulated on social media using the FCO’s #BeOnTheBall hashtag. Warnings include:\r\n<ul>\r\n 	<li>Vodka is Russia’s most commonly counterfeited spirit, and fakes may contain cleaning fluid, nail polish remover and antifreeze. Fans are advised to be wary of unusual brand names and never drink alcohol that tastes or smells bad.</li>\r\n 	<li>The spirits measures served in Russian bars and restaurants may be larger than those served in the UK. Fans should be wary of drinking too much when toasting their team.</li>\r\n 	<li>Fans who overindulge are in danger of missing the match; all venues and fan zones can refuse entry to anyone who appears intoxicated or disorderly.</li>\r\n</ul>\r\nThe social media campaign supported by Drinkaware also includes positive advice on sensible drinking for travelling fans, including the need to stay hydrated in the heat of the Russian summer by having water or soft drinks between alcoholic drinks, as well as downloading Drinkaware’s free mobile app to keep track of their drinking.\r\n\r\nJulia Longbottom, Director of Consular Services at the Foreign and Commonwealth Office said, “Through our Be on the Ball campaign, the FCO has been helping fans travelling to the World Cup to prepare for a safe trip. We are pleased to work with Drinkaware to provide this advice on sensible drinking.\r\n\r\n“We want everyone to enjoy themselves in Russia and get to see the football. This advice should help fans avoid pitfalls with alcohol getting in the way of that.”\r\n\r\nDrinkaware Chief Executive Elaine Hindal said, “We’ve worked closely with the FCO to ensure that travelling fans can access guidance on sensible drinking quickly and easily.\r\n\r\n“We all hope that England will progress in the tournament, and more supporters are likely to head out to Russia if they do. We hope that all England supporters in Russia enjoy the football without putting themselves at risk.”\r\n\r\nThe FCO’s official advice for fans travelling to Russia is available at <a href=\"http://www.gov.uk/russia2018\">www.gov.uk/russia2018</a>\r\n\r\n<img class=\"wp-image-1783 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.31.11.png\" alt=\"\" width=\"200\" height=\"199\" />\r\n\r\n<img class=\"wp-image-1784 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.31.23.png\" alt=\"\" width=\"200\" height=\"200\" />\r\n\r\n<img class=\"wp-image-1782 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-25-at-13.30.44.png\" alt=\"\" width=\"200\" height=\"202\" />','Drinkaware Alcohol Warnings For Travelling World Cup Fans','','inherit','closed','closed','','1781-revision-v1','','','2018-06-25 12:43:09','2018-06-25 12:43:09','',1781,'http://www.ontradeprogress.com/2018/06/25/1781-revision-v1/',0,'revision','',0),(1787,1,'2018-06-26 07:27:27','2018-06-26 07:27:27','<strong>Hubbard Systems shows how to utilise leftover ice cubes in a hygienic and environmentally friendly way</strong>\r\n\r\nThere’s often ice leftover in an ice maker’s storage bin when staff come to clean it. So what should be done with it after the machine’s been cleaned? Usually, it’s chucked out which is an absolute waste, but it’s not hygienic to serve it in drinks. The ice experts at Hubbard Systems, the company that markets Scotsman ice machines in the UK, suggest an environmentally friendly solution – use excess ice cubes to water plants.\r\n\r\nBest practice for ice machine hygiene means that appliances need to be regularly cleaned, with storage bins needing to be emptied, washed and sanitised on a weekly basis. A maintenance schedule should be put in place for the components that require regular cleaning, such as an anti-bacterial system, where the bag will need to be changed every month. Before cleaning the storage bin, any leftover ice needs to be taken out.\r\n\r\nPoor hygiene standards amongst staff is one of the main reasons for compromised safety, says Hubbard’s technical and aftercare manager, Mark Stebbings. “Clean yourself, clean the machine and don’t pick up ice with your hands – use a scoop.  Ice is a food so staff should always wash their hands before and during service.  As for the machine, follow the manufacturer’s cleaning instructions.  They shouldn’t be complicated.”\r\n\r\nOnce the machine has been cleaned, any leftover ice cubes can be used to great effect for watering plants. Using ice cubes is an ideal method for watering hard-to-reach plants, such as those in hanging baskets, because it eliminates the need to clamber up a step ladder with a heavy watering can and reduces the chance of flooding.\r\n\r\nSurplus ice cubes are also the perfect solution for more fragile plants, which are from arid environments and will perish when overwatered. Ice cubes are the perfect choice for a slow-melting source of hydration. Meanwhile, because of the way machines make ice, it’s actually a purer source of water than direct from the mains. This purity of ice comes in handy when watering plants that are naturally mountain stream dwellers, and is a more sustainable alternative than buying bottled water for the job.\r\n\r\n“Using ice cubes to water plants is a common practice in many warmer climates” says Mark.\r\n\r\n“In the UK, warmer weather is encouraging green fingered caterers to do the same.”\r\n\r\nAnyone looking for guidance on cleaning ice machines should find Hubbard’s ‘how to’ videos useful.  They can be found in the video area at scotsman-ice.co.uk.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range, which is available via dealers nationwide.  For more information on the full range of Scotsman ice machines, and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045 email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit <a href=\"http://www.scotsman-ice.co.uk/\">www.scotsman-ice.co.uk</a>','Greening the planet with leftover ice cubes','','publish','closed','open','','greening-the-planet-with-leftover-ice-cubes','','','2018-06-26 07:27:27','2018-06-26 07:27:27','',0,'http://www.ontradeprogress.com/?p=1787',0,'post','',0),(1788,1,'2018-06-26 07:26:55','2018-06-26 07:26:55','','Screen Shot 2018-06-26 at 08.24.39','','inherit','closed','closed','','screen-shot-2018-06-26-at-08-24-39','','','2018-06-26 07:26:55','2018-06-26 07:26:55','',1787,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-08.24.39.png',0,'attachment','image/png',0),(1789,1,'2018-06-26 07:27:27','2018-06-26 07:27:27','<strong>Hubbard Systems shows how to utilise leftover ice cubes in a hygienic and environmentally friendly way</strong>\r\n\r\nThere’s often ice leftover in an ice maker’s storage bin when staff come to clean it. So what should be done with it after the machine’s been cleaned? Usually, it’s chucked out which is an absolute waste, but it’s not hygienic to serve it in drinks. The ice experts at Hubbard Systems, the company that markets Scotsman ice machines in the UK, suggest an environmentally friendly solution – use excess ice cubes to water plants.\r\n\r\nBest practice for ice machine hygiene means that appliances need to be regularly cleaned, with storage bins needing to be emptied, washed and sanitised on a weekly basis. A maintenance schedule should be put in place for the components that require regular cleaning, such as an anti-bacterial system, where the bag will need to be changed every month. Before cleaning the storage bin, any leftover ice needs to be taken out.\r\n\r\nPoor hygiene standards amongst staff is one of the main reasons for compromised safety, says Hubbard’s technical and aftercare manager, Mark Stebbings. “Clean yourself, clean the machine and don’t pick up ice with your hands – use a scoop.  Ice is a food so staff should always wash their hands before and during service.  As for the machine, follow the manufacturer’s cleaning instructions.  They shouldn’t be complicated.”\r\n\r\nOnce the machine has been cleaned, any leftover ice cubes can be used to great effect for watering plants. Using ice cubes is an ideal method for watering hard-to-reach plants, such as those in hanging baskets, because it eliminates the need to clamber up a step ladder with a heavy watering can and reduces the chance of flooding.\r\n\r\nSurplus ice cubes are also the perfect solution for more fragile plants, which are from arid environments and will perish when overwatered. Ice cubes are the perfect choice for a slow-melting source of hydration. Meanwhile, because of the way machines make ice, it’s actually a purer source of water than direct from the mains. This purity of ice comes in handy when watering plants that are naturally mountain stream dwellers, and is a more sustainable alternative than buying bottled water for the job.\r\n\r\n“Using ice cubes to water plants is a common practice in many warmer climates” says Mark.\r\n\r\n“In the UK, warmer weather is encouraging green fingered caterers to do the same.”\r\n\r\nAnyone looking for guidance on cleaning ice machines should find Hubbard’s ‘how to’ videos useful.  They can be found in the video area at scotsman-ice.co.uk.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range, which is available via dealers nationwide.  For more information on the full range of Scotsman ice machines, and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045 email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit <a href=\"http://www.scotsman-ice.co.uk/\">www.scotsman-ice.co.uk</a>','Greening the planet with leftover ice cubes','','inherit','closed','closed','','1787-revision-v1','','','2018-06-26 07:27:27','2018-06-26 07:27:27','',1787,'http://www.ontradeprogress.com/2018/06/26/1787-revision-v1/',0,'revision','',0),(1790,1,'2018-06-26 10:03:20','2018-06-26 10:03:20','<img class=\"wp-image-1792 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-11.00.57.png\" alt=\"\" width=\"190\" height=\"29\" />\r\n\r\n<strong>Having recently taken on the exclusive distribution of MARENO cooking equipment in the UK, Grande Cuisine has announced that it is to boost its UK based stock holding significantly in order to meet the growing demand for MARENO products in the UK.</strong>\r\n\r\n“As we approach the busy summer period equipment lead times can become stretched and we are keen to make sure that we are able to keep up with demand during this time,” says Grande Cuisine Director, Steve Hobbs. “Working with MARENO we have identified a list of top 20 fast-moving lines from both the Star 70 (700 modular series) and Star 90 (900 modular series) and taken steps to ensure that these are available to our dealer network from stock managed here in the UK.”\r\n\r\nIn order to fully support the company’s network of distribution partners, as well as end user clients looking for urgent replacement items, Grande Cuisine has stocked up on everything from prime cooking equipment such as gas ranges with four burners on a gas oven base, solid tops on a gas oven, a selection of electric and gas fryers, gas and electric pasta cookers, along with free-standing bain-marie units and charcoal grills, as well as ancillary items such as optional wheel kits.\r\n\r\nThe extensive stock holding, and the logistics of the parts operation, will be managed by Keith Elkington Transport, on behalf of Grande Cuisine. “We already work closely with Grande Cuisine to manage certain aspects of their UK logistics,” comments Oli Elkington, Managing Director of KET. “This additional commitment will be integrated and managed by our specialist team at our facility in Milton Keynes.”\r\n\r\nFor further information on MARENO products or any other equipment in the extensive Grande Cuisine range, call 01908 745540 or visit <a href=\"http://www.grandecuisine.co.uk.\">www.grandecuisine.co.uk.</a>','Grande Cuisine takes stock of Mareno','','publish','closed','open','','grande-cuisine-takes-stock-of-mareno','','','2018-06-26 10:03:20','2018-06-26 10:03:20','',0,'http://www.ontradeprogress.com/?p=1790',0,'post','',0),(1791,1,'2018-06-26 09:57:46','2018-06-26 09:57:46','','Screen Shot 2018-06-26 at 10.57.01','','inherit','closed','closed','','screen-shot-2018-06-26-at-10-57-01','','','2018-06-26 09:57:46','2018-06-26 09:57:46','',1790,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-10.57.01.png',0,'attachment','image/png',0),(1792,1,'2018-06-26 10:01:25','2018-06-26 10:01:25','','Screen Shot 2018-06-26 at 11.00.57','','inherit','closed','closed','','screen-shot-2018-06-26-at-11-00-57','','','2018-06-26 10:01:25','2018-06-26 10:01:25','',1790,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-11.00.57.png',0,'attachment','image/png',0),(1793,1,'2018-06-26 10:02:55','2018-06-26 10:02:55','<img class=\"wp-image-1792 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-11.00.57.png\" alt=\"\" width=\"190\" height=\"29\" />\r\n\r\n<strong>Having recently taken on the exclusive distribution of MARENO cooking equipment in the UK, Grande Cuisine has announced that it is to boost its UK based stock holding significantly in order to meet the growing demand for MARENO products in the UK.</strong>\r\n\r\n“As we approach the busy summer period equipment lead times can become stretched and we are keen to make sure that we are able to keep up with demand during this time,” says Grande Cuisine Director, Steve Hobbs. “Working with MARENO we have identified a list of top 20 fast-moving lines from both the Star 70 (700 modular series) and Star 90 (900 modular series) and taken steps to ensure that these are available to our dealer network from stock managed here in the UK.”\r\n\r\nIn order to fully support the company’s network of distribution partners, as well as end user clients looking for urgent replacement items, Grande Cuisine has stocked up on everything from prime cooking equipment such as gas ranges with four burners on a gas oven base, solid tops on a gas oven, a selection of electric and gas fryers, gas and electric pasta cookers, along with free-standing bain-marie units and charcoal grills, as well as ancillary items such as optional wheel kits.\r\n\r\nThe extensive stock holding, and the logistics of the parts operation, will be managed by Keith Elkington Transport, on behalf of Grande Cuisine. “We already work closely with Grande Cuisine to manage certain aspects of their UK logistics,” comments Oli Elkington, Managing Director of KET. “This additional commitment will be integrated and managed by our specialist team at our facility in Milton Keynes.”\r\n\r\nFor further information on MARENO products or any other equipment in the extensive Grande Cuisine range, call 01908 745540 or visit <a href=\"http://www.grandecuisine.co.uk.\">www.grandecuisine.co.uk.</a>','Grande Cuisine takes stock of Mareno','','inherit','closed','closed','','1790-revision-v1','','','2018-06-26 10:02:55','2018-06-26 10:02:55','',1790,'http://www.ontradeprogress.com/2018/06/26/1790-revision-v1/',0,'revision','',0),(1794,1,'2018-06-27 08:02:45','2018-06-27 08:02:45','<strong>Commenting on yesterday\'s Government announcement that large employers will be able to transfer up to 10% of their apprenticeship levy funds to multiple businesses, a move aimed at increasing the number of apprenticeships nationwide, UKHospitality CEO, Kate Nicholls, said “This is a step in the right direction by providing more flexibility in the levy. As a sector, we are the third largest private sector employer but we face huge challenges in labour and skills shortages in an industry with so much to offer in terms of reward and career progression.</strong>\r\n\r\n“We welcome yesterday\'s news but will continue to call for further changes to ensure that the levy can achieve optimal effectiveness. More flexibility in how the levy can be spent would help to improve the return for employer and employee alike. A good starting point would be enabling larger employers to use the levy for apprenticeship-related costs and for unspent levy funds to be spent helping SMEs to employ and develop apprentices.”','UKHospitality responds to Apprenticeship Levy announcement','','publish','closed','open','','ukhospitality-responds-to-apprenticeship-levy-announcement','','','2018-06-27 08:04:30','2018-06-27 08:04:30','',0,'http://www.ontradeprogress.com/?p=1794',0,'post','',0),(1795,1,'2018-06-27 08:02:45','2018-06-27 08:02:45','<strong>Commenting on yesterday\'s Government announcement that large employers will be able to transfer up to 10% of their apprenticeship levy funds to multiple businesses, a move aimed at increasing the number of apprenticeships nationwide, UKHospitality CEO, Kate Nicholls, said “This is a step in the right direction by providing more flexibility in the levy. As a sector, we are the third largest private sector employer but we face huge challenges in labour and skills shortages in an industry with so much to offer in terms of reward and career progression.</strong>\r\n\r\n“We welcome yesterday\'s news but will continue to call for further changes to ensure that the levy can achieve optimal effectiveness. More flexibility in how the levy can be spent would help to improve the return for employer and employee alike. A good starting point would be enabling larger employers to use the levy for apprenticeship-related costs and for unspent levy funds to be spent helping SMEs to employ and develop apprentices.”','UKHospitality responds to Apprenticeship Levy announcement','','inherit','closed','closed','','1794-revision-v1','','','2018-06-27 08:02:45','2018-06-27 08:02:45','',1794,'http://www.ontradeprogress.com/2018/06/27/1794-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (1797,1,'2018-06-27 08:39:23','2018-06-27 08:39:23','<b>Compassion’s Awards Celebrate Continual Drive in Farm Animal Welfare Across the Globe.</b>\r\n\r\n<img class=\"alignleft wp-image-1799\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.03.png\" alt=\"\" width=\"153\" height=\"309\" />The winds of change continue to blow across the world’s most influential food companies as more and more recognise the need to take farm animal welfare seriously. Over the last couple of years, driven by consumer demand, investor considerations and market forces, commitments on cage-free eggs have spread from the US, to Europe and the UK, crossing all sectors and laying the foundations for the end of the cage age, while progress has also been made on the living conditions of broiler chickens.\r\n\r\nCompassion in World Farming celebrated those companies committed to change at their annual Good Farm Animal Welfare Awards, which took place on Thursday 21 June at Les Salons Hoche, Paris hosted by European journalist and broadcaster, Alex Taylor.\r\n\r\n&nbsp;\r\n\r\n<strong>Alex Taylor said: </strong><em>\"As a former vegetarian (now flexitarian!) - and having hosted many conferences on the subject, I\'m convinced we are at a turning point in the general public’s attitude towards animal welfare. I\'m delighted to be hosting this year\'s ceremony and to have the opportunity to celebrate those companies that are doing so much, in very practical ways, to advance a cause which is, above all - simply humane. I truly believe their work is invaluable.\"</em>\r\n\r\nThis year there was a total of 59 awards celebrating market-leading food businesses for their higher welfare policies and practices which are estimated to positively impact the lives of over 209 million animals each year.\r\n\r\nCompassion’s main awards (which comprise the Good Egg Awards, Good Chicken Awards, Good Dairy Awards, Good Pig Awards and Good Rabbit Awards), were accompanied this year by the prestigious Special Recognition Award and the 2018 Best Innovation Award and Best Marketing Award for the food service and manufacturing sectors.\r\n\r\nOverall there were 14 Good Egg Awards, three Good Chicken Awards, two Good Dairy Commendations, one Good Calf Commendation, four Good Rabbit Commendations and three Good Pig Awards. Six companies from the Food Service sector were presented with awards at the ceremony and ranged from contract caterers, to coffee shop chains and a restaurant chain to name a few.\r\n\r\nThe restaurant chain, TGI Fridays was presented with a Good Egg Award for their commitment to only source cage-free eggs for their UK restaurants by 2023. This includes all shell eggs and egg products directly sourced as ingredients by TGI Fridays UK.\r\n\r\n<strong>Samir Osman, Technical Manager at TGI Fridays said:</strong> “<em>Wework continuously with our suppliers to ensure we have complete transparency across our global supply base to meet the high expectations of our guests in relation to food quality, safety and procuring from sustainable sources with animal welfare in mind.  TGI Friday’s is proud to be awarded the Good Egg Award as recognition of the high standards and quality of our products.  This year we aim to invest even more in our supply chain by setting up a new internal technical department and procuring bespoke supplier assurance systems to ensure supply.”</em>\r\n\r\nWell-known coffeehouse chain, Starbucks, received a Good Egg Award for their commitment to source exclusively cage-free eggs and egg products across Europe by 2020. The leading child nutrition company, Ella’s Kitchen, which focuses on developing healthy, sustainable food for infants has previously received a Good Egg Award and a Good Chicken Award from Compassion. This year, they picked up a<strong> Good Pig Award </strong>in recognition of their policy to only source pork from organic systems.\r\n\r\n<strong>Chris Jenkins from Ella’s Kitchen said:</strong> <strong>“</strong><em>At Ella’s Kitchen we are committed to working with our suppliers to continually improve and achieve consistent high animal welfare standards. We are delighted to be working with Compassion in World Farming and to have received the Good Chicken, the Good Egg and now the Good Pig awards as recognition for our work in this field.”</em>\r\n\r\nTwo food service companies were presented with Good Rabbit Commendations this year: Sodexo Belgium sources all its rabbit meat exclusively from higher welfare, cage free systems and Elior Group, which serves 1.4 million meals every day, for its commitment to only source only higher welfare rabbit meat, working in collaboration with its supplier Terrena Nouvelle Agriculture.\r\n\r\nPoulehouse is the first French company which is revolutionising egg production by offering ‘eggs that don\'t kill laying hens’. The company sells only organic eggs and do not slaughter their end of lay hens but allows them to live out their lives in fully funded ‘retirement homes’. In recognition of this unique commitment to laying hen welfare, Poulehouse received a Good Egg Award.\r\n\r\nThe prestigious Special Recognition Award, Best Innovation Award and Best Marketing Award were all presented to manufacturers this year, although they were open to food service businesses.\r\n\r\nThe UK’s leading supplier of continental meats to the retail, food manufacturing and food service markets, Winterbotham Darby was awarded this year’s prestigious Special Recognition Award, which is kindly supported by the Sir Peter O’Sullevan Charitable Trust.\r\n\r\nWinterbotham Darby has been working with Compassion for a number of years to promote higher welfare practices in the pig sector across Europe. They have developed a unique tiered animal welfare certification scheme for their continental meat suppliers (which recently received UKAS accreditation - ISO: 17065) which is driving welfare improvements and helping to secure cage-free commitments across their European supply chain. Their huge investment and commitment has been fundamental in continuing to raise the bar for pig welfare and has already shown promising results, particularly in countries like Italy and Spain - not known for their higher welfare credentials –where their suppliers are leading the way on free-farrowing systems in their countries.\r\n\r\nDutch manufacturer Kipster deserves a special mention for winning not only a Good Egg Award but the Best Marketing Award too.  Both accolades were awarded for having developed the ‘world’s first carbon neutral egg’. Their innovative farm has been designed to address animal welfare as well as sustainability concerns, all whilst delivering an affordable product to consumers. Through their various marketing activities and their strong partnership with Lidl, their products have been selling out in-store as consumers support the notion of buying not only animal-friendly but sustainable products too.\r\n\r\nThe Best Innovation Award went to Germany’s SELEGGT for their work in helping to address the issue of killing male chicks in the egg industry – a practice which affects over 5 billion chicks each year. SELEGGT has developed an endocrinological method for identifying the sex of hatching eggs before the embryo develops the capacity to feel pain. The male (and unfertilised) eggs can be humanely rejected early on and turned into high-quality feed.\r\n\r\nIn recent years, Compassion has been working in partnership with the International Cooperation Committee of Animal Welfare (ICCAW) in China, developing an awards programme to recognise the higher welfare achievements of Chinese pig and poultry producers. The awards are based on criteria that equate to stars with five being the highest accolade.  This year there were 17 Good Pig Production Award winners (with one five star winner), five Good Egg Production Award winners (of which three achieved five stars) and seven Good Chicken Production Winners, again with three achieving 5 stars.  In total, this year’s Chinese Award winners are set to benefit more than 180 million farm animals every year.\r\n\r\n<strong>Dr Tracey Jones, Director of Food Business at Compassion in World Farming concludes:</strong> <em>“There has undoubtedly been a sea-change in attitudes to farm animal welfare within the last decade. Driven by consumer demand, investor considerations and market forces, more and more companies are making the move towards to cage-free production and taking steps to tangibly improve the lives of millions of farm animals across the globe.</em>\r\n\r\n<em>We encourage companies to invest in the best and develop systems that are not only fit for purpose to deliver a good quality of life, but are fit for the future too, </em>by meeting the growing demand for more ethical and sustainable food.<em> I’d like to congratulate all this year’s winners and look forward to continuing to help them fulfil their higher welfare commitments and pledges. It’s great to see industry leaders across the globe pushing the boundaries and really driving change.”</em>\r\n\r\n<strong>Full list of winners: (full details of winners’ policies available on request)</strong>\r\n\r\n<img class=\" wp-image-1798 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.27.png\" alt=\"\" width=\"318\" height=\"418\" />\r\n\r\n<strong>Good Egg Award Winners\r\n</strong>\r\n\r\nCAVAC (Manufacturer - France)\r\n\r\nDanone (Manufacturer - Global)\r\n\r\nKipster (Manufacturer - Netherlands)\r\n\r\nLa Boulangère (Manufacturer - France)\r\n\r\nLIDL (Retailer - Benelux)\r\n\r\nLIDL (Retailer - France)\r\n\r\nLIDL (Retailer - Italy)\r\n\r\nMorrisons (Retailer - UK)\r\n\r\nNestlè SA (Manufacturer – Europe/USA)\r\n\r\nPoulehouse (Food Service - France)\r\n\r\nSabbatani (Manufacturer - Italy)\r\n\r\nSodebo (Manufacturer - France)\r\n\r\nStarbucks (Food Service - UK)\r\n\r\nTGI Friday’s (Food Service - UK)\r\n\r\n<strong>Good Chicken Award Winners</strong>\r\n\r\nBlue Apron (Retailer – USA)\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nDiana Food (Manufacturer – USA)<strong> </strong>\r\n\r\n<strong>Good Dairy Commendation Winners</strong>\r\n\r\nC’est qui le patron (LSDH) (Manufacturer – France)\r\n\r\nLaiterie Saint Père (Manufacturer – France)\r\n\r\n<strong>Good Calf Commendation Winner</strong>\r\n\r\nVeau Brin d’Or (Sobeval) (Manufacturer – France)\r\n\r\n<strong>Good Pig Award winners</strong>\r\n\r\nCo-op (Retailer – UK)\r\n\r\nElla’s Kitchen (Food Service – UK)\r\n\r\nSpoiltPig (Manufacturer – UK)\r\n\r\n<strong>Good Rabbit Commendation Winners</strong>\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nEleveurs Responsables (ALPM) (Manufacturer – France)\r\n\r\nElior (Food Service – France)\r\n\r\nSodexo (Food Service – Belgium)\r\n\r\n<strong>Best Innovation Award 2018       </strong>\r\n\r\nSELEGGT (Manufacturer – Germany)\r\n\r\n<strong>Best Marketing Award 2018</strong>\r\n\r\nKipster (Manufacturer – Netherlands)\r\n\r\n<strong>Special Recognition Award 2018 - supported by the Sir Peter O’Sullevan Charitable Trust</strong>\r\n\r\nWinterbotham Darby (Manufacturer – UK)\r\n\r\n<strong>Chinese Awards – these are awarded according to criteria that equate to stars, five stars being the highest achievement</strong>\r\n\r\n<strong>Good Pig Production Award Winners (17 winners in total)</strong>\r\n<ol>\r\n 	<li>Heilongjiang Ama Ranch Agricultural Group Co., Ltd. (*5)</li>\r\n 	<li>Henan Liqun Farming Co., Ltd. Cooperative University: Shangqiu Normal University (*4)</li>\r\n 	<li>Guizhou Guidu Modern Agriculture Development Co., Ltd. (*4)</li>\r\n 	<li>Chuying Agro. Pastoral Group(Tibet) Co., Ltd. (*4)</li>\r\n 	<li>Liaoning Zhenxing Ecology Group Development Co., Ltd. (*4)</li>\r\n 	<li>No. 3 Factory of Shandong Tuhe Food Co., Ltd. (*4)</li>\r\n 	<li>Beijing Heiliu Stockbreeding Technology Co., Ltd. (*3)</li>\r\n 	<li>Henan Huayang Danxi Pig Genetics Limited Company (*3)</li>\r\n 	<li>Anhui Lotus Zhongzhi Xumu Technical Co., Ltd. of Qinglian Food (*3)</li>\r\n 	<li>Jining Anxin Farming Co., Ltd.   (*3)</li>\r\n 	<li>Zaozhuang Black Pig Breeding Farm of Shandong Chunteng Food (*3)</li>\r\n 	<li>Shandong Unice Food Technology Co., Ltd. (*3)</li>\r\n 	<li>Inner Mongolia Dahaoheshan Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*2)</li>\r\n 	<li>Inner Mongolia Pengcheng Animal Husbandry Development Co. Ltd. (*2)</li>\r\n 	<li>Shanxi Changrong Agriculture Technology Co., Ltd. (*2)</li>\r\n 	<li>Chuzhou Wodeli Farming Co., Ltd. of Yurun Group (*2)</li>\r\n 	<li>Shanghai Hengjian Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*1)<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ol>\r\n<strong>Good Egg Production Award Winners (5 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Wangqing Qianwang Under Forest Breeding Co.,Ltd. (*5)</li>\r\n 	<li>Animal Welfare Poultry Farm of Jiangsu Hongxuan Ecological Agriculture Co., Ltd. (*4)</li>\r\n 	<li>Qingtongxia No.3 Breeding Base of Ningxia Xiaoming Agriculture and Animal Husbandry Co., Ltd. (*3)</li>\r\n</ol>\r\n<strong>Good Chicken Production Award Winners (7 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Xueshan Chicken Farms of Changzhou Tianmu Poultry Co., Ltd. of Jiangsu Lihua Animal Husbandry Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Modern Broiler Farms of Shandong Fengxiang Co., Ltd. (*3)</li>\r\n 	<li>Cargill Animal Protein (Anhui) Co., Ltd. Growout Farms (*3)</li>\r\n 	<li>No.1 Broiler Farm of Dadi Yihe chicken breeding specialized cooperation of Yantai Dadi Animal Husbandry Co., Ltd. (*3)</li>\r\n 	<li>Nantong Chai Tai Livestock &amp; Poultry Co., Ltd. Farms (*3)</li>\r\n</ol>','Good Farm animal welfare awards 2018','','publish','closed','open','','good-farm-animal-welfare-awards-2018','','','2018-06-27 13:09:28','2018-06-27 13:09:28','',0,'http://www.ontradeprogress.com/?p=1797',0,'post','',0),(1798,1,'2018-06-27 08:34:29','2018-06-27 08:34:29','','Screen Shot 2018-06-27 at 09.33.27','','inherit','closed','closed','','screen-shot-2018-06-27-at-09-33-27','','','2018-06-27 08:34:29','2018-06-27 08:34:29','',1797,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.27.png',0,'attachment','image/png',0),(1799,1,'2018-06-27 08:34:38','2018-06-27 08:34:38','','Screen Shot 2018-06-27 at 09.33.03','','inherit','closed','closed','','screen-shot-2018-06-27-at-09-33-03','','','2018-06-27 08:34:38','2018-06-27 08:34:38','',1797,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.03.png',0,'attachment','image/png',0),(1800,1,'2018-06-27 08:34:47','2018-06-27 08:34:47','','Screen Shot 2018-06-27 at 09.33.39','','inherit','closed','closed','','screen-shot-2018-06-27-at-09-33-39','','','2018-06-27 08:34:47','2018-06-27 08:34:47','',1797,'http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.39.png',0,'attachment','image/png',0),(1801,1,'2018-06-27 08:36:54','2018-06-27 08:36:54','<b>Compassion’s Awards Celebrate Continual Drive in Farm Animal Welfare Across the Globe.</b>\r\n\r\n<img class=\"alignleft  wp-image-1799\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.03.png\" alt=\"\" width=\"153\" height=\"309\" />The winds of change continue to blow across the world’s most influential food companies as more and more recognise the need to take farm animal welfare seriously. Over the last couple of years, driven by consumer demand, investor considerations and market forces, commitments on cage-free eggs have spread from the US, to Europe and the UK, crossing all sectors and laying the foundations for the end of the cage age, while progress has also been made on the living conditions of broiler chickens.\r\n\r\nCompassion in World Farming celebrated those companies committed to change at their annual Good Farm Animal Welfare Awards, which took place on Thursday 21 June at Les Salons Hoche, Paris hosted by European journalist and broadcaster, Alex Taylor\r\n\r\n<strong>Alex Taylor said: </strong><em>\"As a former vegetarian (now flexitarian!) - and having hosted many conferences on the subject, I\'m convinced we are at a turning point in the general public’s attitude towards animal welfare. I\'m delighted to be hosting this year\'s ceremony and to have the opportunity to celebrate those companies that are doing so much, in very practical ways, to advance a cause which is, above all - simply humane. I truly believe their work is invaluable.\"</em>\r\n\r\nThis year there was a total of <strong>59 awards</strong> celebrating market-leading food businesses for their higher welfare policies and practices which are estimated to positively impact the lives of over 209 million animals each year.\r\n\r\nCompassion’s main awards (which comprise the <strong>Good Egg Awards, Good Chicken Awards, Good Dairy Awards, Good Pig Awards and Good Rabbit Awards)</strong>, were accompanied this year by the prestigious <strong>Special Recognition Award </strong>and the <strong>2018</strong> <strong>Best Innovation Award</strong> and <strong>Best Marketing Award</strong> for the food service and manufacturing sectors.\r\n\r\nOverall there were 14 Good Egg Awards, three Good Chicken Awards, two Good Dairy Commendations, one Good Calf Commendation, four Good Rabbit Commendations and three Good Pig Awards. Six companies from the Food Service sector were presented with awards at the ceremony and ranged from contract caterers, to coffee shop chains and a restaurant chain to name a few.\r\n\r\nThe restaurant chain, TGI Fridays was presented with a <strong>Good Egg Award</strong> for their commitment to only source cage-free eggs for their UK restaurants by 2023. This includes all shell eggs and egg products directly sourced as ingredients by TGI Fridays UK.\r\n\r\nSamir Osman, Technical Manager at TGI Fridays said: “<em>Wework continuously with our suppliers to ensure we have complete transparency across our global supply base to meet the high expectations of our guests in relation to food quality, safety and procuring from sustainable sources with animal welfare in mind.  TGI Friday’s is proud to be awarded the Good Egg Award as recognition of the high standards and quality of our products.  This year we aim to invest even more in our supply chain by setting up a new internal technical department and procuring bespoke supplier assurance systems to ensure supply.”</em>\r\n\r\nWell-known coffeehouse chain, Starbucks, received a Good Egg Award for their commitment to source exclusively cage-free eggs and egg products across Europe by 2020. The leading child nutrition company, Ella’s Kitchen, which focuses on developing healthy, sustainable food for infants has previously received a Good Egg Award and a Good Chicken Award from Compassion. This year, they picked up a <strong>Good Pig Award</strong> in recognition of their policy to only source pork from organic systems.\r\n\r\n<strong>Chris Jenkins from Ella’s Kitchen said:</strong> <strong>“</strong><em>At Ella’s Kitchen we are committed to working with our suppliers to continually improve and achieve consistent high animal welfare standards. We are delighted to be working with Compassion in World Farming and to have received the Good Chicken, the Good Egg and now the Good Pig awards as recognition for our work in this field.”</em>\r\n\r\nTwo food service companies were presented with <strong>Good Rabbit Commendations </strong>this year: Sodexo Belgium sources all its rabbit meat exclusively from higher welfare, cage free systems and Elior Group, which serves 1.4 million meals every day, for its commitment to only source only higher welfare rabbit meat, working in collaboration with its supplier Terrena Nouvelle Agriculture.\r\n\r\nPoulehouse is the first French company which is revolutionising egg production by offering ‘eggs that don\'t kill laying hens’. The company sells only organic eggs and do not slaughter their end of lay hens but allows them to live out their lives in fully funded ‘retirement homes’. In recognition of this unique commitment to laying hen welfare, Poulehouse received a <strong>Good Egg Award</strong>.\r\n\r\nThe prestigious <strong>Special Recognition Award, Best Innovation Award</strong> and <strong>Best Marketing Award</strong> were all presented to manufacturers this year, although they were open to food service businesses.\r\n\r\nThe UK’s leading supplier of continental meats to the retail, food manufacturing and food service markets, Winterbotham Darby was awarded this year’s prestigious <strong>Special Recognition Award, </strong>which is kindly supported by the Sir Peter O’Sullevan Charitable Trust<strong>.  </strong><strong> </strong>\r\n\r\nWinterbotham Darby has been working with Compassion for a number of years to promote higher welfare practices in the pig sector across Europe. They have developed a unique tiered animal welfare certification scheme for their continental meat suppliers (which recently received UKAS accreditation - ISO: 17065) which is driving welfare improvements and helping to secure cage-free commitments across their European supply chain. Their huge investment and commitment has been fundamental in continuing to raise the bar for pig welfare and has already shown promising results, particularly in countries like Italy and Spain - not known for their higher welfare credentials –where their suppliers are leading the way on free-farrowing systems in their countries.\r\n\r\nDutch manufacturer Kipster deserves a special mention for winning not only a <strong>Good Egg Award</strong> but the <strong>Best Marketing Award</strong> too.  Both accolades were awarded for having developed the ‘world’s first carbon neutral egg’. Their innovative farm has been designed to address animal welfare as well as sustainability concerns, all whilst delivering an affordable product to consumers. Through their various marketing activities and their strong partnership with Lidl, their products have been selling out in-store as consumers support the notion of buying not only animal-friendly but sustainable products too.\r\n\r\n<strong>The Best Innovation Award</strong> went to Germany’s SELEGGT for their work in helping to address the issue of killing male chicks in the egg industry – a practice which affects over 5 billion chicks each year.  SELEGGT has developed an endocrinological method for identifying the sex of hatching eggs before the embryo develops the capacity to feel pain. The male (and unfertilised) eggs can be humanely rejected early on and turned into high-quality feed.\r\n\r\nIn recent years, Compassion has been working in partnership with the International Cooperation Committee of Animal Welfare (ICCAW) in China, developing an awards programme to recognise the higher welfare achievements of Chinese pig and poultry producers. The awards are based on criteria that equate to stars with five being the highest accolade.  This year there were 17 Good Pig Production Award winners (with one five star winner), five Good Egg Production Award winners (of which three achieved five stars) and seven Good Chicken Production Winners, again with three achieving 5 stars.  In total, this year’s Chinese Award winners are set to benefit more than 180 million farm animals every year.\r\n\r\n<strong>Dr Tracey Jones, Director of Food Business at Compassion in World Farming concludes:</strong> <em>“There has undoubtedly been a sea-change in attitudes to farm animal welfare within the last decade. Driven by consumer demand, investor considerations and market forces, more and more companies are making the move towards to cage-free production and taking steps to tangibly improve the lives of millions of farm animals across the globe.</em>\r\n\r\n<em>We encourage companies to invest in the best and develop systems that are not only fit for purpose to deliver a good quality of life, but are fit for the future too, </em>by meeting the growing demand for more ethical and sustainable food.<em> I’d like to congratulate all this year’s winners and look forward to continuing to help them fulfil their higher welfare commitments and pledges. It’s great to see industry leaders across the globe pushing the boundaries and really driving change.”</em>\r\n\r\n<strong>Full list of winners: (full details of winners’ policies available on request)</strong>\r\n\r\n<img class=\" wp-image-1798 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.27.png\" alt=\"\" width=\"318\" height=\"418\" />\r\n\r\n<strong>Good Egg Award Winners\r\n</strong>\r\n\r\nCAVAC (Manufacturer - France)\r\n\r\nDanone (Manufacturer - Global)\r\n\r\nKipster (Manufacturer - Netherlands)\r\n\r\nLa Boulangère (Manufacturer - France)\r\n\r\nLIDL (Retailer - Benelux)\r\n\r\nLIDL (Retailer - France)\r\n\r\nLIDL (Retailer - Italy)\r\n\r\nMorrisons (Retailer - UK)\r\n\r\nNestlè SA (Manufacturer – Europe/USA)\r\n\r\nPoulehouse (Food Service - France)\r\n\r\nSabbatani (Manufacturer - Italy)\r\n\r\nSodebo (Manufacturer - France)\r\n\r\nStarbucks (Food Service - UK)\r\n\r\nTGI Friday’s (Food Service - UK)\r\n\r\n<strong>Good Chicken Award Winners</strong>\r\n\r\nBlue Apron (Retailer – USA)\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nDiana Food (Manufacturer – USA)<strong> </strong>\r\n\r\n<strong>Good Dairy Commendation Winners</strong>\r\n\r\nC’est qui le patron (LSDH) (Manufacturer – France)\r\n\r\nLaiterie Saint Père (Manufacturer – France)\r\n\r\n<strong>Good Calf Commendation Winner</strong>\r\n\r\nVeau Brin d’Or (Sobeval) (Manufacturer – France)\r\n\r\n<strong>Good Pig Award winners</strong>\r\n\r\nCo-op (Retailer – UK)\r\n\r\nElla’s Kitchen (Food Service – UK)\r\n\r\nSpoiltPig (Manufacturer – UK)\r\n\r\n<strong>Good Rabbit Commendation Winners</strong>\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nEleveurs Responsables (ALPM) (Manufacturer – France)\r\n\r\nElior (Food Service – France)\r\n\r\nSodexo (Food Service – Belgium)\r\n\r\n<strong>Best Innovation Award 2018       </strong>\r\n\r\nSELEGGT (Manufacturer – Germany)\r\n\r\n<strong>Best Marketing Award 2018</strong>\r\n\r\nKipster (Manufacturer – Netherlands)\r\n\r\n<strong>Special Recognition Award 2018 - supported by the Sir Peter O’Sullevan Charitable Trust</strong>\r\n\r\nWinterbotham Darby (Manufacturer – UK)\r\n\r\n<strong>Chinese Awards – these are awarded according to criteria that equate to stars, five stars being the highest achievement</strong>\r\n\r\n<strong>Good Pig Production Award Winners (17 winners in total)</strong>\r\n<ol>\r\n 	<li>Heilongjiang Ama Ranch Agricultural Group Co., Ltd. (*5)</li>\r\n 	<li>Henan Liqun Farming Co., Ltd. Cooperative University: Shangqiu Normal University (*4)</li>\r\n 	<li>Guizhou Guidu Modern Agriculture Development Co., Ltd. (*4)</li>\r\n 	<li>Chuying Agro. Pastoral Group(Tibet) Co., Ltd. (*4)</li>\r\n 	<li>Liaoning Zhenxing Ecology Group Development Co., Ltd. (*4)</li>\r\n 	<li>No. 3 Factory of Shandong Tuhe Food Co., Ltd. (*4)</li>\r\n 	<li>Beijing Heiliu Stockbreeding Technology Co., Ltd. (*3)</li>\r\n 	<li>Henan Huayang Danxi Pig Genetics Limited Company (*3)</li>\r\n 	<li>Anhui Lotus Zhongzhi Xumu Technical Co., Ltd. of Qinglian Food (*3)</li>\r\n 	<li>Jining Anxin Farming Co., Ltd.   (*3)</li>\r\n 	<li>Zaozhuang Black Pig Breeding Farm of Shandong Chunteng Food (*3)</li>\r\n 	<li>Shandong Unice Food Technology Co., Ltd. (*3)</li>\r\n 	<li>Inner Mongolia Dahaoheshan Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*2)</li>\r\n 	<li>Inner Mongolia Pengcheng Animal Husbandry Development Co. Ltd. (*2)</li>\r\n 	<li>Shanxi Changrong Agriculture Technology Co., Ltd. (*2)</li>\r\n 	<li>Chuzhou Wodeli Farming Co., Ltd. of Yurun Group (*2)</li>\r\n 	<li>Shanghai Hengjian Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*1)<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ol>\r\n<strong>Good Egg Production Award Winners (5 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Wangqing Qianwang Under Forest Breeding Co.,Ltd. (*5)</li>\r\n 	<li>Animal Welfare Poultry Farm of Jiangsu Hongxuan Ecological Agriculture Co., Ltd. (*4)</li>\r\n 	<li>Qingtongxia No.3 Breeding Base of Ningxia Xiaoming Agriculture and Animal Husbandry Co., Ltd. (*3)</li>\r\n</ol>\r\n<strong>Good Chicken Production Award Winners (7 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Xueshan Chicken Farms of Changzhou Tianmu Poultry Co., Ltd. of Jiangsu Lihua Animal Husbandry Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Modern Broiler Farms of Shandong Fengxiang Co., Ltd. (*3)</li>\r\n 	<li>Cargill Animal Protein (Anhui) Co., Ltd. Growout Farms (*3)</li>\r\n 	<li>No.1 Broiler Farm of Dadi Yihe chicken breeding specialized cooperation of Yantai Dadi Animal Husbandry Co., Ltd. (*3)</li>\r\n 	<li>Nantong Chai Tai Livestock &amp; Poultry Co., Ltd. Farms (*3)</li>\r\n</ol>','Good Farm animal welfare awards 2018','','inherit','closed','closed','','1797-revision-v1','','','2018-06-27 08:36:54','2018-06-27 08:36:54','',1797,'http://www.ontradeprogress.com/2018/06/27/1797-revision-v1/',0,'revision','',0),(1802,1,'2018-06-27 08:37:20','2018-06-27 08:37:20','<b>Compassion’s Awards Celebrate Continual Drive in Farm Animal Welfare Across the Globe.</b>\r\n\r\n<img class=\"alignleft  wp-image-1799\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.03.png\" alt=\"\" width=\"153\" height=\"309\" />The winds of change continue to blow across the world’s most influential food companies as more and more recognise the need to take farm animal welfare seriously. Over the last couple of years, driven by consumer demand, investor considerations and market forces, commitments on cage-free eggs have spread from the US, to Europe and the UK, crossing all sectors and laying the foundations for the end of the cage age, while progress has also been made on the living conditions of broiler chickens.\r\n\r\nCompassion in World Farming celebrated those companies committed to change at their annual Good Farm Animal Welfare Awards, which took place on Thursday 21 June at Les Salons Hoche, Paris hosted by European journalist and broadcaster, Alex Taylor\r\n\r\n&nbsp;\r\n\r\n<strong>Alex Taylor said: </strong><em>\"As a former vegetarian (now flexitarian!) - and having hosted many conferences on the subject, I\'m convinced we are at a turning point in the general public’s attitude towards animal welfare. I\'m delighted to be hosting this year\'s ceremony and to have the opportunity to celebrate those companies that are doing so much, in very practical ways, to advance a cause which is, above all - simply humane. I truly believe their work is invaluable.\"</em>\r\n\r\nThis year there was a total of <strong>59 awards</strong> celebrating market-leading food businesses for their higher welfare policies and practices which are estimated to positively impact the lives of over 209 million animals each year.\r\n\r\nCompassion’s main awards (which comprise the <strong>Good Egg Awards, Good Chicken Awards, Good Dairy Awards, Good Pig Awards and Good Rabbit Awards)</strong>, were accompanied this year by the prestigious <strong>Special Recognition Award </strong>and the <strong>2018</strong> <strong>Best Innovation Award</strong> and <strong>Best Marketing Award</strong> for the food service and manufacturing sectors.\r\n\r\nOverall there were 14 Good Egg Awards, three Good Chicken Awards, two Good Dairy Commendations, one Good Calf Commendation, four Good Rabbit Commendations and three Good Pig Awards. Six companies from the Food Service sector were presented with awards at the ceremony and ranged from contract caterers, to coffee shop chains and a restaurant chain to name a few.\r\n\r\nThe restaurant chain, TGI Fridays was presented with a <strong>Good Egg Award</strong> for their commitment to only source cage-free eggs for their UK restaurants by 2023. This includes all shell eggs and egg products directly sourced as ingredients by TGI Fridays UK.\r\n\r\nSamir Osman, Technical Manager at TGI Fridays said: “<em>Wework continuously with our suppliers to ensure we have complete transparency across our global supply base to meet the high expectations of our guests in relation to food quality, safety and procuring from sustainable sources with animal welfare in mind.  TGI Friday’s is proud to be awarded the Good Egg Award as recognition of the high standards and quality of our products.  This year we aim to invest even more in our supply chain by setting up a new internal technical department and procuring bespoke supplier assurance systems to ensure supply.”</em>\r\n\r\nWell-known coffeehouse chain, Starbucks, received a Good Egg Award for their commitment to source exclusively cage-free eggs and egg products across Europe by 2020. The leading child nutrition company, Ella’s Kitchen, which focuses on developing healthy, sustainable food for infants has previously received a Good Egg Award and a Good Chicken Award from Compassion. This year, they picked up a <strong>Good Pig Award</strong> in recognition of their policy to only source pork from organic systems.\r\n\r\n<strong>Chris Jenkins from Ella’s Kitchen said:</strong> <strong>“</strong><em>At Ella’s Kitchen we are committed to working with our suppliers to continually improve and achieve consistent high animal welfare standards. We are delighted to be working with Compassion in World Farming and to have received the Good Chicken, the Good Egg and now the Good Pig awards as recognition for our work in this field.”</em>\r\n\r\nTwo food service companies were presented with <strong>Good Rabbit Commendations </strong>this year: Sodexo Belgium sources all its rabbit meat exclusively from higher welfare, cage free systems and Elior Group, which serves 1.4 million meals every day, for its commitment to only source only higher welfare rabbit meat, working in collaboration with its supplier Terrena Nouvelle Agriculture.\r\n\r\nPoulehouse is the first French company which is revolutionising egg production by offering ‘eggs that don\'t kill laying hens’. The company sells only organic eggs and do not slaughter their end of lay hens but allows them to live out their lives in fully funded ‘retirement homes’. In recognition of this unique commitment to laying hen welfare, Poulehouse received a <strong>Good Egg Award</strong>.\r\n\r\nThe prestigious <strong>Special Recognition Award, Best Innovation Award</strong> and <strong>Best Marketing Award</strong> were all presented to manufacturers this year, although they were open to food service businesses.\r\n\r\nThe UK’s leading supplier of continental meats to the retail, food manufacturing and food service markets, Winterbotham Darby was awarded this year’s prestigious <strong>Special Recognition Award, </strong>which is kindly supported by the Sir Peter O’Sullevan Charitable Trust<strong>.  </strong><strong> </strong>\r\n\r\nWinterbotham Darby has been working with Compassion for a number of years to promote higher welfare practices in the pig sector across Europe. They have developed a unique tiered animal welfare certification scheme for their continental meat suppliers (which recently received UKAS accreditation - ISO: 17065) which is driving welfare improvements and helping to secure cage-free commitments across their European supply chain. Their huge investment and commitment has been fundamental in continuing to raise the bar for pig welfare and has already shown promising results, particularly in countries like Italy and Spain - not known for their higher welfare credentials –where their suppliers are leading the way on free-farrowing systems in their countries.\r\n\r\nDutch manufacturer Kipster deserves a special mention for winning not only a <strong>Good Egg Award</strong> but the <strong>Best Marketing Award</strong> too.  Both accolades were awarded for having developed the ‘world’s first carbon neutral egg’. Their innovative farm has been designed to address animal welfare as well as sustainability concerns, all whilst delivering an affordable product to consumers. Through their various marketing activities and their strong partnership with Lidl, their products have been selling out in-store as consumers support the notion of buying not only animal-friendly but sustainable products too.\r\n\r\n<strong>The Best Innovation Award</strong> went to Germany’s SELEGGT for their work in helping to address the issue of killing male chicks in the egg industry – a practice which affects over 5 billion chicks each year.  SELEGGT has developed an endocrinological method for identifying the sex of hatching eggs before the embryo develops the capacity to feel pain. The male (and unfertilised) eggs can be humanely rejected early on and turned into high-quality feed.\r\n\r\nIn recent years, Compassion has been working in partnership with the International Cooperation Committee of Animal Welfare (ICCAW) in China, developing an awards programme to recognise the higher welfare achievements of Chinese pig and poultry producers. The awards are based on criteria that equate to stars with five being the highest accolade.  This year there were 17 Good Pig Production Award winners (with one five star winner), five Good Egg Production Award winners (of which three achieved five stars) and seven Good Chicken Production Winners, again with three achieving 5 stars.  In total, this year’s Chinese Award winners are set to benefit more than 180 million farm animals every year.\r\n\r\n<strong>Dr Tracey Jones, Director of Food Business at Compassion in World Farming concludes:</strong> <em>“There has undoubtedly been a sea-change in attitudes to farm animal welfare within the last decade. Driven by consumer demand, investor considerations and market forces, more and more companies are making the move towards to cage-free production and taking steps to tangibly improve the lives of millions of farm animals across the globe.</em>\r\n\r\n<em>We encourage companies to invest in the best and develop systems that are not only fit for purpose to deliver a good quality of life, but are fit for the future too, </em>by meeting the growing demand for more ethical and sustainable food.<em> I’d like to congratulate all this year’s winners and look forward to continuing to help them fulfil their higher welfare commitments and pledges. It’s great to see industry leaders across the globe pushing the boundaries and really driving change.”</em>\r\n\r\n<strong>Full list of winners: (full details of winners’ policies available on request)</strong>\r\n\r\n<img class=\" wp-image-1798 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.27.png\" alt=\"\" width=\"318\" height=\"418\" />\r\n\r\n<strong>Good Egg Award Winners\r\n</strong>\r\n\r\nCAVAC (Manufacturer - France)\r\n\r\nDanone (Manufacturer - Global)\r\n\r\nKipster (Manufacturer - Netherlands)\r\n\r\nLa Boulangère (Manufacturer - France)\r\n\r\nLIDL (Retailer - Benelux)\r\n\r\nLIDL (Retailer - France)\r\n\r\nLIDL (Retailer - Italy)\r\n\r\nMorrisons (Retailer - UK)\r\n\r\nNestlè SA (Manufacturer – Europe/USA)\r\n\r\nPoulehouse (Food Service - France)\r\n\r\nSabbatani (Manufacturer - Italy)\r\n\r\nSodebo (Manufacturer - France)\r\n\r\nStarbucks (Food Service - UK)\r\n\r\nTGI Friday’s (Food Service - UK)\r\n\r\n<strong>Good Chicken Award Winners</strong>\r\n\r\nBlue Apron (Retailer – USA)\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nDiana Food (Manufacturer – USA)<strong> </strong>\r\n\r\n<strong>Good Dairy Commendation Winners</strong>\r\n\r\nC’est qui le patron (LSDH) (Manufacturer – France)\r\n\r\nLaiterie Saint Père (Manufacturer – France)\r\n\r\n<strong>Good Calf Commendation Winner</strong>\r\n\r\nVeau Brin d’Or (Sobeval) (Manufacturer – France)\r\n\r\n<strong>Good Pig Award winners</strong>\r\n\r\nCo-op (Retailer – UK)\r\n\r\nElla’s Kitchen (Food Service – UK)\r\n\r\nSpoiltPig (Manufacturer – UK)\r\n\r\n<strong>Good Rabbit Commendation Winners</strong>\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nEleveurs Responsables (ALPM) (Manufacturer – France)\r\n\r\nElior (Food Service – France)\r\n\r\nSodexo (Food Service – Belgium)\r\n\r\n<strong>Best Innovation Award 2018       </strong>\r\n\r\nSELEGGT (Manufacturer – Germany)\r\n\r\n<strong>Best Marketing Award 2018</strong>\r\n\r\nKipster (Manufacturer – Netherlands)\r\n\r\n<strong>Special Recognition Award 2018 - supported by the Sir Peter O’Sullevan Charitable Trust</strong>\r\n\r\nWinterbotham Darby (Manufacturer – UK)\r\n\r\n<strong>Chinese Awards – these are awarded according to criteria that equate to stars, five stars being the highest achievement</strong>\r\n\r\n<strong>Good Pig Production Award Winners (17 winners in total)</strong>\r\n<ol>\r\n 	<li>Heilongjiang Ama Ranch Agricultural Group Co., Ltd. (*5)</li>\r\n 	<li>Henan Liqun Farming Co., Ltd. Cooperative University: Shangqiu Normal University (*4)</li>\r\n 	<li>Guizhou Guidu Modern Agriculture Development Co., Ltd. (*4)</li>\r\n 	<li>Chuying Agro. Pastoral Group(Tibet) Co., Ltd. (*4)</li>\r\n 	<li>Liaoning Zhenxing Ecology Group Development Co., Ltd. (*4)</li>\r\n 	<li>No. 3 Factory of Shandong Tuhe Food Co., Ltd. (*4)</li>\r\n 	<li>Beijing Heiliu Stockbreeding Technology Co., Ltd. (*3)</li>\r\n 	<li>Henan Huayang Danxi Pig Genetics Limited Company (*3)</li>\r\n 	<li>Anhui Lotus Zhongzhi Xumu Technical Co., Ltd. of Qinglian Food (*3)</li>\r\n 	<li>Jining Anxin Farming Co., Ltd.   (*3)</li>\r\n 	<li>Zaozhuang Black Pig Breeding Farm of Shandong Chunteng Food (*3)</li>\r\n 	<li>Shandong Unice Food Technology Co., Ltd. (*3)</li>\r\n 	<li>Inner Mongolia Dahaoheshan Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*2)</li>\r\n 	<li>Inner Mongolia Pengcheng Animal Husbandry Development Co. Ltd. (*2)</li>\r\n 	<li>Shanxi Changrong Agriculture Technology Co., Ltd. (*2)</li>\r\n 	<li>Chuzhou Wodeli Farming Co., Ltd. of Yurun Group (*2)</li>\r\n 	<li>Shanghai Hengjian Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*1)<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ol>\r\n<strong>Good Egg Production Award Winners (5 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Wangqing Qianwang Under Forest Breeding Co.,Ltd. (*5)</li>\r\n 	<li>Animal Welfare Poultry Farm of Jiangsu Hongxuan Ecological Agriculture Co., Ltd. (*4)</li>\r\n 	<li>Qingtongxia No.3 Breeding Base of Ningxia Xiaoming Agriculture and Animal Husbandry Co., Ltd. (*3)</li>\r\n</ol>\r\n<strong>Good Chicken Production Award Winners (7 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Xueshan Chicken Farms of Changzhou Tianmu Poultry Co., Ltd. of Jiangsu Lihua Animal Husbandry Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Modern Broiler Farms of Shandong Fengxiang Co., Ltd. (*3)</li>\r\n 	<li>Cargill Animal Protein (Anhui) Co., Ltd. Growout Farms (*3)</li>\r\n 	<li>No.1 Broiler Farm of Dadi Yihe chicken breeding specialized cooperation of Yantai Dadi Animal Husbandry Co., Ltd. (*3)</li>\r\n 	<li>Nantong Chai Tai Livestock &amp; Poultry Co., Ltd. Farms (*3)</li>\r\n</ol>','Good Farm animal welfare awards 2018','','inherit','closed','closed','','1797-revision-v1','','','2018-06-27 08:37:20','2018-06-27 08:37:20','',1797,'http://www.ontradeprogress.com/2018/06/27/1797-revision-v1/',0,'revision','',0),(1803,1,'2018-06-27 08:39:23','2018-06-27 08:39:23','<b>Compassion’s Awards Celebrate Continual Drive in Farm Animal Welfare Across the Globe.</b>\r\n\r\n<img class=\"alignleft  wp-image-1799\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.03.png\" alt=\"\" width=\"153\" height=\"309\" />The winds of change continue to blow across the world’s most influential food companies as more and more recognise the need to take farm animal welfare seriously. Over the last couple of years, driven by consumer demand, investor considerations and market forces, commitments on cage-free eggs have spread from the US, to Europe and the UK, crossing all sectors and laying the foundations for the end of the cage age, while progress has also been made on the living conditions of broiler chickens.\r\n\r\nCompassion in World Farming celebrated those companies committed to change at their annual Good Farm Animal Welfare Awards, which took place on Thursday 21 June at Les Salons Hoche, Paris hosted by European journalist and broadcaster, Alex Taylor\r\n\r\n&nbsp;\r\n\r\n<strong>Alex Taylor said: </strong><em>\"As a former vegetarian (now flexitarian!) - and having hosted many conferences on the subject, I\'m convinced we are at a turning point in the general public’s attitude towards animal welfare. I\'m delighted to be hosting this year\'s ceremony and to have the opportunity to celebrate those companies that are doing so much, in very practical ways, to advance a cause which is, above all - simply humane. I truly believe their work is invaluable.\"</em>\r\n\r\nThis year there was a total of 59 awards celebrating market-leading food businesses for their higher welfare policies and practices which are estimated to positively impact the lives of over 209 million animals each year.\r\n\r\nCompassion’s main awards (which comprise the Good Egg Awards, Good Chicken Awards, Good Dairy Awards, Good Pig Awards and Good Rabbit Awards), were accompanied this year by the prestigious Special Recognition Award and the 2018 Best Innovation Award and Best Marketing Award for the food service and manufacturing sectors.\r\n\r\nOverall there were 14 Good Egg Awards, three Good Chicken Awards, two Good Dairy Commendations, one Good Calf Commendation, four Good Rabbit Commendations and three Good Pig Awards. Six companies from the Food Service sector were presented with awards at the ceremony and ranged from contract caterers, to coffee shop chains and a restaurant chain to name a few.\r\n\r\nThe restaurant chain, TGI Fridays was presented with a Good Egg Award for their commitment to only source cage-free eggs for their UK restaurants by 2023. This includes all shell eggs and egg products directly sourced as ingredients by TGI Fridays UK.\r\n\r\n<strong>Samir Osman, Technical Manager at TGI Fridays said:</strong> “<em>Wework continuously with our suppliers to ensure we have complete transparency across our global supply base to meet the high expectations of our guests in relation to food quality, safety and procuring from sustainable sources with animal welfare in mind.  TGI Friday’s is proud to be awarded the Good Egg Award as recognition of the high standards and quality of our products.  This year we aim to invest even more in our supply chain by setting up a new internal technical department and procuring bespoke supplier assurance systems to ensure supply.”</em>\r\n\r\nWell-known coffeehouse chain, Starbucks, received a Good Egg Award for their commitment to source exclusively cage-free eggs and egg products across Europe by 2020. The leading child nutrition company, Ella’s Kitchen, which focuses on developing healthy, sustainable food for infants has previously received a Good Egg Award and a Good Chicken Award from Compassion. This year, they picked up a<strong> Good Pig Award </strong>in recognition of their policy to only source pork from organic systems.\r\n\r\n<strong>Chris Jenkins from Ella’s Kitchen said:</strong> <strong>“</strong><em>At Ella’s Kitchen we are committed to working with our suppliers to continually improve and achieve consistent high animal welfare standards. We are delighted to be working with Compassion in World Farming and to have received the Good Chicken, the Good Egg and now the Good Pig awards as recognition for our work in this field.”</em>\r\n\r\nTwo food service companies were presented with Good Rabbit Commendations this year: Sodexo Belgium sources all its rabbit meat exclusively from higher welfare, cage free systems and Elior Group, which serves 1.4 million meals every day, for its commitment to only source only higher welfare rabbit meat, working in collaboration with its supplier Terrena Nouvelle Agriculture.\r\n\r\nPoulehouse is the first French company which is revolutionising egg production by offering ‘eggs that don\'t kill laying hens’. The company sells only organic eggs and do not slaughter their end of lay hens but allows them to live out their lives in fully funded ‘retirement homes’. In recognition of this unique commitment to laying hen welfare, Poulehouse received a Good Egg Award.\r\n\r\nThe prestigious Special Recognition Award, Best Innovation Award and Best Marketing Award were all presented to manufacturers this year, although they were open to food service businesses.\r\n\r\nThe UK’s leading supplier of continental meats to the retail, food manufacturing and food service markets, Winterbotham Darby was awarded this year’s prestigious Special Recognition Award, which is kindly supported by the Sir Peter O’Sullevan Charitable Trust.\r\n\r\nWinterbotham Darby has been working with Compassion for a number of years to promote higher welfare practices in the pig sector across Europe. They have developed a unique tiered animal welfare certification scheme for their continental meat suppliers (which recently received UKAS accreditation - ISO: 17065) which is driving welfare improvements and helping to secure cage-free commitments across their European supply chain. Their huge investment and commitment has been fundamental in continuing to raise the bar for pig welfare and has already shown promising results, particularly in countries like Italy and Spain - not known for their higher welfare credentials –where their suppliers are leading the way on free-farrowing systems in their countries.\r\n\r\nDutch manufacturer Kipster deserves a special mention for winning not only a Good Egg Award but the Best Marketing Award too.  Both accolades were awarded for having developed the ‘world’s first carbon neutral egg’. Their innovative farm has been designed to address animal welfare as well as sustainability concerns, all whilst delivering an affordable product to consumers. Through their various marketing activities and their strong partnership with Lidl, their products have been selling out in-store as consumers support the notion of buying not only animal-friendly but sustainable products too.\r\n\r\nThe Best Innovation Award went to Germany’s SELEGGT for their work in helping to address the issue of killing male chicks in the egg industry – a practice which affects over 5 billion chicks each year. SELEGGT has developed an endocrinological method for identifying the sex of hatching eggs before the embryo develops the capacity to feel pain. The male (and unfertilised) eggs can be humanely rejected early on and turned into high-quality feed.\r\n\r\nIn recent years, Compassion has been working in partnership with the International Cooperation Committee of Animal Welfare (ICCAW) in China, developing an awards programme to recognise the higher welfare achievements of Chinese pig and poultry producers. The awards are based on criteria that equate to stars with five being the highest accolade.  This year there were 17 Good Pig Production Award winners (with one five star winner), five Good Egg Production Award winners (of which three achieved five stars) and seven Good Chicken Production Winners, again with three achieving 5 stars.  In total, this year’s Chinese Award winners are set to benefit more than 180 million farm animals every year.\r\n\r\n<strong>Dr Tracey Jones, Director of Food Business at Compassion in World Farming concludes:</strong> <em>“There has undoubtedly been a sea-change in attitudes to farm animal welfare within the last decade. Driven by consumer demand, investor considerations and market forces, more and more companies are making the move towards to cage-free production and taking steps to tangibly improve the lives of millions of farm animals across the globe.</em>\r\n\r\n<em>We encourage companies to invest in the best and develop systems that are not only fit for purpose to deliver a good quality of life, but are fit for the future too, </em>by meeting the growing demand for more ethical and sustainable food.<em> I’d like to congratulate all this year’s winners and look forward to continuing to help them fulfil their higher welfare commitments and pledges. It’s great to see industry leaders across the globe pushing the boundaries and really driving change.”</em>\r\n\r\n<strong>Full list of winners: (full details of winners’ policies available on request)</strong>\r\n\r\n<img class=\" wp-image-1798 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.27.png\" alt=\"\" width=\"318\" height=\"418\" />\r\n\r\n<strong>Good Egg Award Winners\r\n</strong>\r\n\r\nCAVAC (Manufacturer - France)\r\n\r\nDanone (Manufacturer - Global)\r\n\r\nKipster (Manufacturer - Netherlands)\r\n\r\nLa Boulangère (Manufacturer - France)\r\n\r\nLIDL (Retailer - Benelux)\r\n\r\nLIDL (Retailer - France)\r\n\r\nLIDL (Retailer - Italy)\r\n\r\nMorrisons (Retailer - UK)\r\n\r\nNestlè SA (Manufacturer – Europe/USA)\r\n\r\nPoulehouse (Food Service - France)\r\n\r\nSabbatani (Manufacturer - Italy)\r\n\r\nSodebo (Manufacturer - France)\r\n\r\nStarbucks (Food Service - UK)\r\n\r\nTGI Friday’s (Food Service - UK)\r\n\r\n<strong>Good Chicken Award Winners</strong>\r\n\r\nBlue Apron (Retailer – USA)\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nDiana Food (Manufacturer – USA)<strong> </strong>\r\n\r\n<strong>Good Dairy Commendation Winners</strong>\r\n\r\nC’est qui le patron (LSDH) (Manufacturer – France)\r\n\r\nLaiterie Saint Père (Manufacturer – France)\r\n\r\n<strong>Good Calf Commendation Winner</strong>\r\n\r\nVeau Brin d’Or (Sobeval) (Manufacturer – France)\r\n\r\n<strong>Good Pig Award winners</strong>\r\n\r\nCo-op (Retailer – UK)\r\n\r\nElla’s Kitchen (Food Service – UK)\r\n\r\nSpoiltPig (Manufacturer – UK)\r\n\r\n<strong>Good Rabbit Commendation Winners</strong>\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nEleveurs Responsables (ALPM) (Manufacturer – France)\r\n\r\nElior (Food Service – France)\r\n\r\nSodexo (Food Service – Belgium)\r\n\r\n<strong>Best Innovation Award 2018       </strong>\r\n\r\nSELEGGT (Manufacturer – Germany)\r\n\r\n<strong>Best Marketing Award 2018</strong>\r\n\r\nKipster (Manufacturer – Netherlands)\r\n\r\n<strong>Special Recognition Award 2018 - supported by the Sir Peter O’Sullevan Charitable Trust</strong>\r\n\r\nWinterbotham Darby (Manufacturer – UK)\r\n\r\n<strong>Chinese Awards – these are awarded according to criteria that equate to stars, five stars being the highest achievement</strong>\r\n\r\n<strong>Good Pig Production Award Winners (17 winners in total)</strong>\r\n<ol>\r\n 	<li>Heilongjiang Ama Ranch Agricultural Group Co., Ltd. (*5)</li>\r\n 	<li>Henan Liqun Farming Co., Ltd. Cooperative University: Shangqiu Normal University (*4)</li>\r\n 	<li>Guizhou Guidu Modern Agriculture Development Co., Ltd. (*4)</li>\r\n 	<li>Chuying Agro. Pastoral Group(Tibet) Co., Ltd. (*4)</li>\r\n 	<li>Liaoning Zhenxing Ecology Group Development Co., Ltd. (*4)</li>\r\n 	<li>No. 3 Factory of Shandong Tuhe Food Co., Ltd. (*4)</li>\r\n 	<li>Beijing Heiliu Stockbreeding Technology Co., Ltd. (*3)</li>\r\n 	<li>Henan Huayang Danxi Pig Genetics Limited Company (*3)</li>\r\n 	<li>Anhui Lotus Zhongzhi Xumu Technical Co., Ltd. of Qinglian Food (*3)</li>\r\n 	<li>Jining Anxin Farming Co., Ltd.   (*3)</li>\r\n 	<li>Zaozhuang Black Pig Breeding Farm of Shandong Chunteng Food (*3)</li>\r\n 	<li>Shandong Unice Food Technology Co., Ltd. (*3)</li>\r\n 	<li>Inner Mongolia Dahaoheshan Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*2)</li>\r\n 	<li>Inner Mongolia Pengcheng Animal Husbandry Development Co. Ltd. (*2)</li>\r\n 	<li>Shanxi Changrong Agriculture Technology Co., Ltd. (*2)</li>\r\n 	<li>Chuzhou Wodeli Farming Co., Ltd. of Yurun Group (*2)</li>\r\n 	<li>Shanghai Hengjian Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*1)<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ol>\r\n<strong>Good Egg Production Award Winners (5 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Wangqing Qianwang Under Forest Breeding Co.,Ltd. (*5)</li>\r\n 	<li>Animal Welfare Poultry Farm of Jiangsu Hongxuan Ecological Agriculture Co., Ltd. (*4)</li>\r\n 	<li>Qingtongxia No.3 Breeding Base of Ningxia Xiaoming Agriculture and Animal Husbandry Co., Ltd. (*3)</li>\r\n</ol>\r\n<strong>Good Chicken Production Award Winners (7 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Xueshan Chicken Farms of Changzhou Tianmu Poultry Co., Ltd. of Jiangsu Lihua Animal Husbandry Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Modern Broiler Farms of Shandong Fengxiang Co., Ltd. (*3)</li>\r\n 	<li>Cargill Animal Protein (Anhui) Co., Ltd. Growout Farms (*3)</li>\r\n 	<li>No.1 Broiler Farm of Dadi Yihe chicken breeding specialized cooperation of Yantai Dadi Animal Husbandry Co., Ltd. (*3)</li>\r\n 	<li>Nantong Chai Tai Livestock &amp; Poultry Co., Ltd. Farms (*3)</li>\r\n</ol>','Good Farm animal welfare awards 2018','','inherit','closed','closed','','1797-revision-v1','','','2018-06-27 08:39:23','2018-06-27 08:39:23','',1797,'http://www.ontradeprogress.com/2018/06/27/1797-revision-v1/',0,'revision','',0),(1804,1,'2018-06-27 13:09:28','2018-06-27 13:09:28','<b>Compassion’s Awards Celebrate Continual Drive in Farm Animal Welfare Across the Globe.</b>\r\n\r\n<img class=\"alignleft wp-image-1799\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.03.png\" alt=\"\" width=\"153\" height=\"309\" />The winds of change continue to blow across the world’s most influential food companies as more and more recognise the need to take farm animal welfare seriously. Over the last couple of years, driven by consumer demand, investor considerations and market forces, commitments on cage-free eggs have spread from the US, to Europe and the UK, crossing all sectors and laying the foundations for the end of the cage age, while progress has also been made on the living conditions of broiler chickens.\r\n\r\nCompassion in World Farming celebrated those companies committed to change at their annual Good Farm Animal Welfare Awards, which took place on Thursday 21 June at Les Salons Hoche, Paris hosted by European journalist and broadcaster, Alex Taylor.\r\n\r\n&nbsp;\r\n\r\n<strong>Alex Taylor said: </strong><em>\"As a former vegetarian (now flexitarian!) - and having hosted many conferences on the subject, I\'m convinced we are at a turning point in the general public’s attitude towards animal welfare. I\'m delighted to be hosting this year\'s ceremony and to have the opportunity to celebrate those companies that are doing so much, in very practical ways, to advance a cause which is, above all - simply humane. I truly believe their work is invaluable.\"</em>\r\n\r\nThis year there was a total of 59 awards celebrating market-leading food businesses for their higher welfare policies and practices which are estimated to positively impact the lives of over 209 million animals each year.\r\n\r\nCompassion’s main awards (which comprise the Good Egg Awards, Good Chicken Awards, Good Dairy Awards, Good Pig Awards and Good Rabbit Awards), were accompanied this year by the prestigious Special Recognition Award and the 2018 Best Innovation Award and Best Marketing Award for the food service and manufacturing sectors.\r\n\r\nOverall there were 14 Good Egg Awards, three Good Chicken Awards, two Good Dairy Commendations, one Good Calf Commendation, four Good Rabbit Commendations and three Good Pig Awards. Six companies from the Food Service sector were presented with awards at the ceremony and ranged from contract caterers, to coffee shop chains and a restaurant chain to name a few.\r\n\r\nThe restaurant chain, TGI Fridays was presented with a Good Egg Award for their commitment to only source cage-free eggs for their UK restaurants by 2023. This includes all shell eggs and egg products directly sourced as ingredients by TGI Fridays UK.\r\n\r\n<strong>Samir Osman, Technical Manager at TGI Fridays said:</strong> “<em>Wework continuously with our suppliers to ensure we have complete transparency across our global supply base to meet the high expectations of our guests in relation to food quality, safety and procuring from sustainable sources with animal welfare in mind.  TGI Friday’s is proud to be awarded the Good Egg Award as recognition of the high standards and quality of our products.  This year we aim to invest even more in our supply chain by setting up a new internal technical department and procuring bespoke supplier assurance systems to ensure supply.”</em>\r\n\r\nWell-known coffeehouse chain, Starbucks, received a Good Egg Award for their commitment to source exclusively cage-free eggs and egg products across Europe by 2020. The leading child nutrition company, Ella’s Kitchen, which focuses on developing healthy, sustainable food for infants has previously received a Good Egg Award and a Good Chicken Award from Compassion. This year, they picked up a<strong> Good Pig Award </strong>in recognition of their policy to only source pork from organic systems.\r\n\r\n<strong>Chris Jenkins from Ella’s Kitchen said:</strong> <strong>“</strong><em>At Ella’s Kitchen we are committed to working with our suppliers to continually improve and achieve consistent high animal welfare standards. We are delighted to be working with Compassion in World Farming and to have received the Good Chicken, the Good Egg and now the Good Pig awards as recognition for our work in this field.”</em>\r\n\r\nTwo food service companies were presented with Good Rabbit Commendations this year: Sodexo Belgium sources all its rabbit meat exclusively from higher welfare, cage free systems and Elior Group, which serves 1.4 million meals every day, for its commitment to only source only higher welfare rabbit meat, working in collaboration with its supplier Terrena Nouvelle Agriculture.\r\n\r\nPoulehouse is the first French company which is revolutionising egg production by offering ‘eggs that don\'t kill laying hens’. The company sells only organic eggs and do not slaughter their end of lay hens but allows them to live out their lives in fully funded ‘retirement homes’. In recognition of this unique commitment to laying hen welfare, Poulehouse received a Good Egg Award.\r\n\r\nThe prestigious Special Recognition Award, Best Innovation Award and Best Marketing Award were all presented to manufacturers this year, although they were open to food service businesses.\r\n\r\nThe UK’s leading supplier of continental meats to the retail, food manufacturing and food service markets, Winterbotham Darby was awarded this year’s prestigious Special Recognition Award, which is kindly supported by the Sir Peter O’Sullevan Charitable Trust.\r\n\r\nWinterbotham Darby has been working with Compassion for a number of years to promote higher welfare practices in the pig sector across Europe. They have developed a unique tiered animal welfare certification scheme for their continental meat suppliers (which recently received UKAS accreditation - ISO: 17065) which is driving welfare improvements and helping to secure cage-free commitments across their European supply chain. Their huge investment and commitment has been fundamental in continuing to raise the bar for pig welfare and has already shown promising results, particularly in countries like Italy and Spain - not known for their higher welfare credentials –where their suppliers are leading the way on free-farrowing systems in their countries.\r\n\r\nDutch manufacturer Kipster deserves a special mention for winning not only a Good Egg Award but the Best Marketing Award too.  Both accolades were awarded for having developed the ‘world’s first carbon neutral egg’. Their innovative farm has been designed to address animal welfare as well as sustainability concerns, all whilst delivering an affordable product to consumers. Through their various marketing activities and their strong partnership with Lidl, their products have been selling out in-store as consumers support the notion of buying not only animal-friendly but sustainable products too.\r\n\r\nThe Best Innovation Award went to Germany’s SELEGGT for their work in helping to address the issue of killing male chicks in the egg industry – a practice which affects over 5 billion chicks each year. SELEGGT has developed an endocrinological method for identifying the sex of hatching eggs before the embryo develops the capacity to feel pain. The male (and unfertilised) eggs can be humanely rejected early on and turned into high-quality feed.\r\n\r\nIn recent years, Compassion has been working in partnership with the International Cooperation Committee of Animal Welfare (ICCAW) in China, developing an awards programme to recognise the higher welfare achievements of Chinese pig and poultry producers. The awards are based on criteria that equate to stars with five being the highest accolade.  This year there were 17 Good Pig Production Award winners (with one five star winner), five Good Egg Production Award winners (of which three achieved five stars) and seven Good Chicken Production Winners, again with three achieving 5 stars.  In total, this year’s Chinese Award winners are set to benefit more than 180 million farm animals every year.\r\n\r\n<strong>Dr Tracey Jones, Director of Food Business at Compassion in World Farming concludes:</strong> <em>“There has undoubtedly been a sea-change in attitudes to farm animal welfare within the last decade. Driven by consumer demand, investor considerations and market forces, more and more companies are making the move towards to cage-free production and taking steps to tangibly improve the lives of millions of farm animals across the globe.</em>\r\n\r\n<em>We encourage companies to invest in the best and develop systems that are not only fit for purpose to deliver a good quality of life, but are fit for the future too, </em>by meeting the growing demand for more ethical and sustainable food.<em> I’d like to congratulate all this year’s winners and look forward to continuing to help them fulfil their higher welfare commitments and pledges. It’s great to see industry leaders across the globe pushing the boundaries and really driving change.”</em>\r\n\r\n<strong>Full list of winners: (full details of winners’ policies available on request)</strong>\r\n\r\n<img class=\" wp-image-1798 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-27-at-09.33.27.png\" alt=\"\" width=\"318\" height=\"418\" />\r\n\r\n<strong>Good Egg Award Winners\r\n</strong>\r\n\r\nCAVAC (Manufacturer - France)\r\n\r\nDanone (Manufacturer - Global)\r\n\r\nKipster (Manufacturer - Netherlands)\r\n\r\nLa Boulangère (Manufacturer - France)\r\n\r\nLIDL (Retailer - Benelux)\r\n\r\nLIDL (Retailer - France)\r\n\r\nLIDL (Retailer - Italy)\r\n\r\nMorrisons (Retailer - UK)\r\n\r\nNestlè SA (Manufacturer – Europe/USA)\r\n\r\nPoulehouse (Food Service - France)\r\n\r\nSabbatani (Manufacturer - Italy)\r\n\r\nSodebo (Manufacturer - France)\r\n\r\nStarbucks (Food Service - UK)\r\n\r\nTGI Friday’s (Food Service - UK)\r\n\r\n<strong>Good Chicken Award Winners</strong>\r\n\r\nBlue Apron (Retailer – USA)\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nDiana Food (Manufacturer – USA)<strong> </strong>\r\n\r\n<strong>Good Dairy Commendation Winners</strong>\r\n\r\nC’est qui le patron (LSDH) (Manufacturer – France)\r\n\r\nLaiterie Saint Père (Manufacturer – France)\r\n\r\n<strong>Good Calf Commendation Winner</strong>\r\n\r\nVeau Brin d’Or (Sobeval) (Manufacturer – France)\r\n\r\n<strong>Good Pig Award winners</strong>\r\n\r\nCo-op (Retailer – UK)\r\n\r\nElla’s Kitchen (Food Service – UK)\r\n\r\nSpoiltPig (Manufacturer – UK)\r\n\r\n<strong>Good Rabbit Commendation Winners</strong>\r\n\r\nDanone ELN (Manufacturer – Europe)\r\n\r\nEleveurs Responsables (ALPM) (Manufacturer – France)\r\n\r\nElior (Food Service – France)\r\n\r\nSodexo (Food Service – Belgium)\r\n\r\n<strong>Best Innovation Award 2018       </strong>\r\n\r\nSELEGGT (Manufacturer – Germany)\r\n\r\n<strong>Best Marketing Award 2018</strong>\r\n\r\nKipster (Manufacturer – Netherlands)\r\n\r\n<strong>Special Recognition Award 2018 - supported by the Sir Peter O’Sullevan Charitable Trust</strong>\r\n\r\nWinterbotham Darby (Manufacturer – UK)\r\n\r\n<strong>Chinese Awards – these are awarded according to criteria that equate to stars, five stars being the highest achievement</strong>\r\n\r\n<strong>Good Pig Production Award Winners (17 winners in total)</strong>\r\n<ol>\r\n 	<li>Heilongjiang Ama Ranch Agricultural Group Co., Ltd. (*5)</li>\r\n 	<li>Henan Liqun Farming Co., Ltd. Cooperative University: Shangqiu Normal University (*4)</li>\r\n 	<li>Guizhou Guidu Modern Agriculture Development Co., Ltd. (*4)</li>\r\n 	<li>Chuying Agro. Pastoral Group(Tibet) Co., Ltd. (*4)</li>\r\n 	<li>Liaoning Zhenxing Ecology Group Development Co., Ltd. (*4)</li>\r\n 	<li>No. 3 Factory of Shandong Tuhe Food Co., Ltd. (*4)</li>\r\n 	<li>Beijing Heiliu Stockbreeding Technology Co., Ltd. (*3)</li>\r\n 	<li>Henan Huayang Danxi Pig Genetics Limited Company (*3)</li>\r\n 	<li>Anhui Lotus Zhongzhi Xumu Technical Co., Ltd. of Qinglian Food (*3)</li>\r\n 	<li>Jining Anxin Farming Co., Ltd.   (*3)</li>\r\n 	<li>Zaozhuang Black Pig Breeding Farm of Shandong Chunteng Food (*3)</li>\r\n 	<li>Shandong Unice Food Technology Co., Ltd. (*3)</li>\r\n 	<li>Inner Mongolia Dahaoheshan Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*2)</li>\r\n 	<li>Inner Mongolia Pengcheng Animal Husbandry Development Co. Ltd. (*2)</li>\r\n 	<li>Shanxi Changrong Agriculture Technology Co., Ltd. (*2)</li>\r\n 	<li>Chuzhou Wodeli Farming Co., Ltd. of Yurun Group (*2)</li>\r\n 	<li>Shanghai Hengjian Agriculture &amp; Animal Husbandry Science and Technology Co., Ltd. (*1)<strong style=\"font-size: 14px;\"> </strong></li>\r\n</ol>\r\n<strong>Good Egg Production Award Winners (5 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Wangqing Qianwang Under Forest Breeding Co.,Ltd. (*5)</li>\r\n 	<li>Animal Welfare Poultry Farm of Jiangsu Hongxuan Ecological Agriculture Co., Ltd. (*4)</li>\r\n 	<li>Qingtongxia No.3 Breeding Base of Ningxia Xiaoming Agriculture and Animal Husbandry Co., Ltd. (*3)</li>\r\n</ol>\r\n<strong>Good Chicken Production Award Winners (7 winners in total)</strong>\r\n<ol>\r\n 	<li>Luhua Chicken Ecological Free-range Base of Shandong Jinqiu Agro-Pastrol Technology Co., Ltd. (*5)</li>\r\n 	<li>Xueshan Chicken Farms of Changzhou Tianmu Poultry Co., Ltd. of Jiangsu Lihua Animal Husbandry Co., Ltd. (*5)</li>\r\n 	<li>Chengdu Xiangnong Ecological Agriculture Development Co., Ltd. Farm (*5)</li>\r\n 	<li>Modern Broiler Farms of Shandong Fengxiang Co., Ltd. (*3)</li>\r\n 	<li>Cargill Animal Protein (Anhui) Co., Ltd. Growout Farms (*3)</li>\r\n 	<li>No.1 Broiler Farm of Dadi Yihe chicken breeding specialized cooperation of Yantai Dadi Animal Husbandry Co., Ltd. (*3)</li>\r\n 	<li>Nantong Chai Tai Livestock &amp; Poultry Co., Ltd. Farms (*3)</li>\r\n</ol>','Good Farm animal welfare awards 2018','','inherit','closed','closed','','1797-revision-v1','','','2018-06-27 13:09:28','2018-06-27 13:09:28','',1797,'http://www.ontradeprogress.com/2018/06/27/1797-revision-v1/',0,'revision','',0),(1805,1,'2018-06-29 13:27:37','2018-06-29 13:27:37','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_june_2018_?e=32393893/62807491[/embed]','On-Trade Progress Issue 15','','inherit','closed','closed','','276-revision-v1','','','2018-06-29 13:27:37','2018-06-29 13:27:37','',276,'http://www.ontradeprogress.com/2018/06/29/276-revision-v1/',0,'revision','',0),(1807,1,'2018-07-02 07:42:21','2018-07-02 07:42:21','<strong>The British Institute of Innkeeping (BII) and UKHospitality have responded to the announcement that pub companies subject to the Pubs Code have offered to waive anonymity in arbitration decisions.</strong>\r\n\r\nMike Clist, BII Chief Executive said: “We welcome the decision of the six pub companies that have jointly written to Richard Harrington MP, BEIS Minister to waive their right to confidentiality in respect of arbitration decisions made by the PCA.\r\n\r\n“Transparency of awards made by the PCA is, we believe, one of the ways that will speed up decisions which can only benefit those tenants applying for MRO.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls added: “ We echo the comments of the BII and feel confident the decision to waive anonymity and bring these decisions out into the open should bring a welcome sense of transparency and clarity to the process. However, the chief issue and biggest barrier to progress remains the time being taken to work through disputes. The PCA is still taking far too long and the process is in desperate need of speeding up, as businesses are at risk of going bust while cases are being heard.\r\n\r\n“UKHospitality is ready and willing to continue to work with all parties to facilitate the process and bring about speedy resolutions.”','BII & UKHospitality respond to PCA anonymity waiver','','publish','closed','open','','bii-ukhospitality-respond-to-pca-anonymity-waiver','','','2018-07-02 08:06:28','2018-07-02 08:06:28','',0,'http://www.ontradeprogress.com/?p=1807',0,'post','',0),(1808,1,'2018-07-02 07:42:21','2018-07-02 07:42:21','The British Institute of Innkeeping (BII) and UKHospitality have responded to the announcement that pub companies subject to the Pubs Code have offered to waive anonymity in arbitration decisions.\r\n\r\nMike Clist, BII Chief Executive said: “We welcome the decision of the six pub companies that have jointly written to Richard Harrington MP, BEIS Minister to waive their right to confidentiality in respect of arbitration decisions made by the PCA.\r\n\r\n“Transparency of awards made by the PCA is, we believe, one of the ways that will speed up decisions which can only benefit those tenants applying for MRO.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls added: “ We echo the comments of the BII and feel confident the decision to waive anonymity and bring these decisions out into the open should bring a welcome sense of transparency and clarity to the process. However, the chief issue and biggest barrier to progress remains the time being taken to work through disputes. The PCA is still taking far too long and the process is in desperate need of speeding up, as businesses are at risk of going bust while cases are being heard.\r\n\r\n“UKHospitality is ready and willing to continue to work with all parties to facilitate the process and bring about speedy resolutions.”','BII & UKHospitality respond to PCA anonymity waiver','','inherit','closed','closed','','1807-revision-v1','','','2018-07-02 07:42:21','2018-07-02 07:42:21','',1807,'http://www.ontradeprogress.com/2018/07/02/1807-revision-v1/',0,'revision','',0),(1809,1,'2018-07-02 08:05:50','2018-07-02 08:05:50','<strong>Foodservice Equipment Marketing (FEM) has launched Manitowoc’s latest ice bins, the D Series. The five model range of bins is the perfect accompaniment to the Manitowoc Ice energy efficient, modular Indigo icemaker.</strong>\r\n\r\nThe D Series ice bins’ exterior has a stainless steel DuraTech finish that is durable and attractive. It is also resistant to fingerprints, dirt and corrosion. A soft durometer trim around the bin opening helps to reduce noise when closing. A stay-open design keeps the bin door out of the way while ice is being scooped. The scoop holder is sited above the ice line for easy access and best hygiene practice.\r\n\r\nThe smallest model of the range is the D320, which can store 95kg of ice cubes. The D320 measures 559 x 864 x 965 mm and is compatible with both the ID0322A and ID0522A Indigo modular ice makers. It is available from distributors for a list price of £1,330 + VAT, with a three-year parts and labour warranty.\r\n\r\nAt the other end of the spectrum is the largest storage bin, the D970, which has the capacity to hold up to 322kg, and can be combined with the ID0906A, ID1106A, ID1406A or the ID1802A. It measures 1219 x 864 x 1270 mm, and has a list price of £2,260 + VAT.\r\n\r\nThe Indigo Series icemakers are modular machines, air-cooled as standard, that produce Manitowoc Ice’s dice cubes – a hard, clear, slow-melting ice cube that provides maximum cooling and quick production. Half dice models are also available.\r\n\r\nThe Indigo models meet or exceed the stringent Energy Star and CEE performance criteria. The machines enable operators to cut energy costs further by scheduling ice production levels by time of day, either taking advantage of off-peak energy rates or to keep pace with varying demand.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Nice ice storage with new bins!','','publish','closed','open','','nice-ice-storage-with-new-bins','','','2018-07-02 08:06:11','2018-07-02 08:06:11','',0,'http://www.ontradeprogress.com/?p=1809',0,'post','',0),(1810,1,'2018-07-02 08:04:34','2018-07-02 08:04:34','','Screen Shot 2018-07-02 at 08.53.54','','inherit','closed','closed','','screen-shot-2018-07-02-at-08-53-54','','','2018-07-02 08:04:34','2018-07-02 08:04:34','',1809,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-08.53.54.png',0,'attachment','image/png',0),(1811,1,'2018-07-02 08:05:38','2018-07-02 08:05:38','<strong>Foodservice Equipment Marketing (FEM) has launched Manitowoc’s latest ice bins, the D Series. The five model range of bins is the perfect accompaniment to the Manitowoc Ice energy efficient, modular Indigo icemaker.</strong>\r\n\r\nThe D Series ice bins’ exterior has a stainless steel DuraTech finish that is durable and attractive. It is also resistant to fingerprints, dirt and corrosion. A soft durometer trim around the bin opening helps to reduce noise when closing. A stay-open design keeps the bin door out of the way while ice is being scooped. The scoop holder is sited above the ice line for easy access and best hygiene practice.\r\n\r\nThe smallest model of the range is the D320, which can store 95kg of ice cubes. The D320 measures 559 x 864 x 965 mm and is compatible with both the ID0322A and ID0522A Indigo modular ice makers. It is available from distributors for a list price of £1,330 + VAT, with a three-year parts and labour warranty.\r\n\r\nAt the other end of the spectrum is the largest storage bin, the D970, which has the capacity to hold up to 322kg, and can be combined with the ID0906A, ID1106A, ID1406A or the ID1802A. It measures 1219 x 864 x 1270 mm, and has a list price of £2,260 + VAT.\r\n\r\nThe Indigo Series icemakers are modular machines, air-cooled as standard, that produce Manitowoc Ice’s dice cubes – a hard, clear, slow-melting ice cube that provides maximum cooling and quick production. Half dice models are also available.\r\n\r\nThe Indigo models meet or exceed the stringent Energy Star and CEE performance criteria. The machines enable operators to cut energy costs further by scheduling ice production levels by time of day, either taking advantage of off-peak energy rates or to keep pace with varying demand.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Nice ice storage with new bins!','','inherit','closed','closed','','1809-revision-v1','','','2018-07-02 08:05:38','2018-07-02 08:05:38','',1809,'http://www.ontradeprogress.com/2018/07/02/1809-revision-v1/',0,'revision','',0),(1812,1,'2018-07-02 08:06:28','2018-07-02 08:06:28','<strong>The British Institute of Innkeeping (BII) and UKHospitality have responded to the announcement that pub companies subject to the Pubs Code have offered to waive anonymity in arbitration decisions.</strong>\r\n\r\nMike Clist, BII Chief Executive said: “We welcome the decision of the six pub companies that have jointly written to Richard Harrington MP, BEIS Minister to waive their right to confidentiality in respect of arbitration decisions made by the PCA.\r\n\r\n“Transparency of awards made by the PCA is, we believe, one of the ways that will speed up decisions which can only benefit those tenants applying for MRO.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls added: “ We echo the comments of the BII and feel confident the decision to waive anonymity and bring these decisions out into the open should bring a welcome sense of transparency and clarity to the process. However, the chief issue and biggest barrier to progress remains the time being taken to work through disputes. The PCA is still taking far too long and the process is in desperate need of speeding up, as businesses are at risk of going bust while cases are being heard.\r\n\r\n“UKHospitality is ready and willing to continue to work with all parties to facilitate the process and bring about speedy resolutions.”','BII & UKHospitality respond to PCA anonymity waiver','','inherit','closed','closed','','1807-revision-v1','','','2018-07-02 08:06:28','2018-07-02 08:06:28','',1807,'http://www.ontradeprogress.com/2018/07/02/1807-revision-v1/',0,'revision','',0),(1813,1,'2018-07-02 09:01:58','2018-07-02 09:01:58','<strong><img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"84\" height=\"81\" />Artis, the leading distributor to the foodservice industry of glass- and tableware, has announced the addition to its 2018 catalogue of Tentazioni, by renowned Italian manufacturer, Luigi Bormioli. Tentazioni is a collection of stemware that is aimed at top end restaurants serving fine wines. The unique proposition of this elegant new range is that it is designed to preserve the aromatic structure of the wine.</strong>\r\n\r\n<strong>TENTAZIONI<img class=\" wp-image-1815 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-09.56.13.png\" alt=\"\" width=\"242\" height=\"333\" /></strong>\r\n\r\nThe collection is available in six different styles – 67cl Bordeaux Wine; 57cl Red Wine; 47cl White Wine; 42cl Sparkling Wine; 30cl Coupe and a 23cl Tasting Glass. Each features a ‘double chimney’ which holds the aromatic molecules in the headspace for a particularly long period, thus enhancing the fruity taste of the wine, whilst mitigating the volatile alcoholic components. This allows the aromas to be released as the wine leaves the bowl, enhancing the tasting pleasure.\r\n\r\nThe wine can still be swirled horizontally in the bowl without splashing up or leaving alcohol on the sides of the glass which would disturb the aromatic structure.\r\n\r\nList prices range from £3.00 for the Tasting Glass to £6.35 for the Bordeaux Wine glass. For your own personal copy of the 2018 Artis catalogue call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','‘TENTAZIONI’ A range of wine glasses for connoisseurs','','publish','closed','open','','tentazioni-a-range-of-wine-glasses-for-connoisseurs','','','2018-07-02 09:48:02','2018-07-02 09:48:02','',0,'http://www.ontradeprogress.com/?p=1813',0,'post','',0),(1814,1,'2018-07-02 08:55:59','2018-07-02 08:55:59','','Screen Shot 2018-07-02 at 09.50.06','','inherit','closed','closed','','screen-shot-2018-07-02-at-09-50-06','','','2018-07-02 08:55:59','2018-07-02 08:55:59','',1813,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-09.50.06.png',0,'attachment','image/png',0),(1815,1,'2018-07-02 08:56:41','2018-07-02 08:56:41','','Screen Shot 2018-07-02 at 09.56.13','','inherit','closed','closed','','screen-shot-2018-07-02-at-09-56-13','','','2018-07-02 08:56:41','2018-07-02 08:56:41','',1813,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-09.56.13.png',0,'attachment','image/png',0),(1816,1,'2018-07-02 08:59:28','2018-07-02 08:59:28','<strong>Artis, the leading distributor to the foodservice industry of glass- and tableware, has announced the addition to its 2018 catalogue of Tentazioni, by renowned Italian manufacturer, Luigi Bormioli. Tentazioni is a collection of stemware that is aimed at top end restaurants serving fine wines. The unique proposition of this elegant new range is that it is designed to preserve the aromatic structure of the wine.</strong>\r\n\r\n<strong>TENTAZIONI<img class=\" wp-image-1815 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-09.56.13.png\" alt=\"\" width=\"242\" height=\"333\" /></strong>\r\n\r\nThe collection is available in six different styles – 67cl Bordeaux Wine; 57cl Red Wine; 47cl White Wine; 42cl Sparkling Wine; 30cl Coupe and a 23cl Tasting Glass. Each features a ‘double chimney’ which holds the aromatic molecules in the headspace for a particularly long period, thus enhancing the fruity taste of the wine, whilst mitigating the volatile alcoholic components. This allows the aromas to be released as the wine leaves the bowl, enhancing the tasting pleasure.\r\n\r\nThe wine can still be swirled horizontally in the bowl without splashing up or leaving alcohol on the sides of the glass which would disturb the aromatic structure.\r\n\r\nList prices range from £3.00 for the Tasting Glass to £6.35 for the Bordeaux Wine glass. For your own personal copy of the 2018 Artis catalogue call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','‘TENTAZIONI’ A range of wine glasses for connoisseurs','','inherit','closed','closed','','1813-revision-v1','','','2018-07-02 08:59:28','2018-07-02 08:59:28','',1813,'http://www.ontradeprogress.com/2018/07/02/1813-revision-v1/',0,'revision','',0),(1817,1,'2018-07-02 09:34:13','2018-07-02 09:34:13','<strong>As part of Rational UK’s DEAL programme, participating dealers and consultants are invited to Germany to visit the company’s factory and get the inside track on the company’s market-leading combi steamer technology. Seventeen visitors representing ten companies went on the most recent trip. </strong>\r\n\r\n“What stood out was the quality of the production and the numerous tests the ovens go through before despatch,” says Matthew Mayvers of Caterkwik. “I was impressed by the commitment of all the team, who are so determined to ensure Rational is the best there is. In fact, the passion everyone has for Rational, from the shop floor to sales, makes it easy to see why the company is the market leader.”\r\n\r\nThe visitors also got to explore the Rational museum – the company invented the combi steamer in 1976 and the museum houses some of the earliest models. “It was really interesting to see the evolution of the combi oven in the museum,” says Mayvers.\r\n\r\nGraham Kille, Rational’s technical sales director, led the trip. He says, “Factory visits with our partners are a great way for them to experience the Rational philosophy and gain more knowledge about the company. We are delighted that so many partners were available to join us on this visit.”\r\n\r\nAny dealers already participating in the DEAL programme who would like to be part of the next trip to Rational in Germany should contact their Regional Sales Manager. Further visits will be arranged later in the year.\r\n\r\nThe visitors on this trip included representatives from Chillerbox, Bartlett, Langford Chamberlayne, Countywide Catering Equipment, Galgorm Group, Catering Equipment Express, Caterkwik, Instock, CDIS-KARM, and SE Commercial Kitchens Ltd.\r\n\r\nRATIONAL is the leading provider in hot food preparation equipment and, with the SelfCookingCenter and VarioCookingCenter, the company delivers all a commercial kitchen’s thermal cooking requirements.  Together, the two appliances offer the best cooking solutions.\r\n\r\nFor information and brochures, or to come to a free SelfCookingCenter Live or VarioCookingCenter Live demonstration, call +44 (0)1582 480388, freephone 0800 389 2944 or visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>','Trip to Rational factory impresses dealers and consultants','','publish','closed','open','','trip-to-rational-factory-impresses-dealers-and-consultants','','','2018-07-02 09:34:50','2018-07-02 09:34:50','',0,'http://www.ontradeprogress.com/?p=1817',0,'post','',0),(1818,1,'2018-07-02 09:33:08','2018-07-02 09:33:08','','Screen Shot 2018-07-02 at 10.06.26','','inherit','closed','closed','','screen-shot-2018-07-02-at-10-06-26','','','2018-07-02 09:33:08','2018-07-02 09:33:08','',1817,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-10.06.26.png',0,'attachment','image/png',0),(1819,1,'2018-07-02 09:33:40','2018-07-02 09:33:40','<strong>As part of Rational UK’s DEAL programme, participating dealers and consultants are invited to Germany to visit the company’s factory and get the inside track on the company’s market-leading combi steamer technology. Seventeen visitors representing ten companies went on the most recent trip. </strong>\r\n\r\n“What stood out was the quality of the production and the numerous tests the ovens go through before despatch,” says Matthew Mayvers of Caterkwik. “I was impressed by the commitment of all the team, who are so determined to ensure Rational is the best there is. In fact, the passion everyone has for Rational, from the shop floor to sales, makes it easy to see why the company is the market leader.”\r\n\r\nThe visitors also got to explore the Rational museum – the company invented the combi steamer in 1976 and the museum houses some of the earliest models. “It was really interesting to see the evolution of the combi oven in the museum,” says Mayvers.\r\n\r\nGraham Kille, Rational’s technical sales director, led the trip. He says, “Factory visits with our partners are a great way for them to experience the Rational philosophy and gain more knowledge about the company. We are delighted that so many partners were available to join us on this visit.”\r\n\r\nAny dealers already participating in the DEAL programme who would like to be part of the next trip to Rational in Germany should contact their Regional Sales Manager. Further visits will be arranged later in the year.\r\n\r\nThe visitors on this trip included representatives from Chillerbox, Bartlett, Langford Chamberlayne, Countywide Catering Equipment, Galgorm Group, Catering Equipment Express, Caterkwik, Instock, CDIS-KARM, and SE Commercial Kitchens Ltd.\r\n\r\nRATIONAL is the leading provider in hot food preparation equipment and, with the SelfCookingCenter and VarioCookingCenter, the company delivers all a commercial kitchen’s thermal cooking requirements.  Together, the two appliances offer the best cooking solutions.\r\n\r\nFor information and brochures, or to come to a free SelfCookingCenter Live or VarioCookingCenter Live demonstration, call +44 (0)1582 480388, freephone 0800 389 2944 or visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>','Trip to Rational factory impresses dealers and consultants','','inherit','closed','closed','','1817-revision-v1','','','2018-07-02 09:33:40','2018-07-02 09:33:40','',1817,'http://www.ontradeprogress.com/2018/07/02/1817-revision-v1/',0,'revision','',0),(1820,1,'2018-07-02 09:48:02','2018-07-02 09:48:02','<strong><img class=\"alignleft  wp-image-885\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/artis-logo-1.jpg\" alt=\"\" width=\"84\" height=\"81\" />Artis, the leading distributor to the foodservice industry of glass- and tableware, has announced the addition to its 2018 catalogue of Tentazioni, by renowned Italian manufacturer, Luigi Bormioli. Tentazioni is a collection of stemware that is aimed at top end restaurants serving fine wines. The unique proposition of this elegant new range is that it is designed to preserve the aromatic structure of the wine.</strong>\r\n\r\n<strong>TENTAZIONI<img class=\" wp-image-1815 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-09.56.13.png\" alt=\"\" width=\"242\" height=\"333\" /></strong>\r\n\r\nThe collection is available in six different styles – 67cl Bordeaux Wine; 57cl Red Wine; 47cl White Wine; 42cl Sparkling Wine; 30cl Coupe and a 23cl Tasting Glass. Each features a ‘double chimney’ which holds the aromatic molecules in the headspace for a particularly long period, thus enhancing the fruity taste of the wine, whilst mitigating the volatile alcoholic components. This allows the aromas to be released as the wine leaves the bowl, enhancing the tasting pleasure.\r\n\r\nThe wine can still be swirled horizontally in the bowl without splashing up or leaving alcohol on the sides of the glass which would disturb the aromatic structure.\r\n\r\nList prices range from £3.00 for the Tasting Glass to £6.35 for the Bordeaux Wine glass. For your own personal copy of the 2018 Artis catalogue call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','‘TENTAZIONI’ A range of wine glasses for connoisseurs','','inherit','closed','closed','','1813-revision-v1','','','2018-07-02 09:48:02','2018-07-02 09:48:02','',1813,'http://www.ontradeprogress.com/2018/07/02/1813-revision-v1/',0,'revision','',0),(1821,1,'2018-07-02 10:04:17','2018-07-02 10:04:17','<strong><img class=\"wp-image-1829 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/bgobw-logo.png\" alt=\"\" width=\"187\" height=\"99\" />The British Guild of Beer Writers has appointed acclaimed beer writer Pete Brown as its Chair. Brown takes up the post immediately, succeeding Tim Hampson, who stepped down last month after 12 years in the role.</strong>\r\n\r\nBrown has written about beer, and food and drink more broadly, for 15 years, with eight books published including <em>Man Walks into a Pub</em>, <em>Hops &amp; Glory</em> and <em>Miracle Brew</em>. His work appears regularly in print and broadcast media and he has been a judge for many awards including the BBC Food &amp; Farming Awards.  He has won the Guild’s Beer Writer of the Year Award three times, three Fortnum &amp; Mason Food and Drink Awards, and has been shortlisted two years running for the André Simon Awards for food and drink books.\r\n\r\nBrown said, “I’m delighted to be appointed as Chair and honoured to follow Tim, who has done an astonishing job. Over my fourteen years in the Guild I’ve seen it modernise and flourish in an exciting and rapidly changing beer world.\r\n\r\n“Now, with a Board that has a majority of female members, I hope to help promote a positive, inclusive and ethical approach to communicating about beer. Most of all, I want to learn from our record number of members – and people who write about beer who for whatever reason aren’t currently members – how they feel the Guild can best help them.”\r\n\r\nHampson said, “I can’t think of a finer successor than Pete. He is one of the best food and drink writers in the country and an outstanding ambassador for beer.  I am confident that under Pete’s guidance and with the support of a fresh board of directors, the Guild will continue to thrive.”\r\n\r\nBrown was elected to the Guild’s board at its recent AGM, when three other new directors were voted in. They are: Joanna Dring, PR manager at Heineken UK; Annabel Smith, founder of beer consultancy BeerBelle and Natalya Watson, a blogger, beer sommelier and marketing manager for Duvel Moortgat. Five of the Guild’s nine directors are now women.\r\n\r\nRos Shiel - <a href=\"mailto:secretary@beerguild.co.uk\">secretary@beerguild.co.uk</a> / 07841 694137','Guild of Beer writers appoints Pete Brown as chair','','publish','closed','open','','guild-of-beer-writers-appoints-pete-brown-as-chair','','','2018-07-02 10:26:57','2018-07-02 10:26:57','',0,'http://www.ontradeprogress.com/?p=1821',0,'post','',0),(1822,1,'2018-07-02 09:53:25','2018-07-02 09:53:25','','Screen Shot 2018-07-02 at 10.46.33','','inherit','closed','closed','','screen-shot-2018-07-02-at-10-46-33','','','2018-07-02 09:53:25','2018-07-02 09:53:25','',1821,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-10.46.33.png',0,'attachment','image/png',0),(1823,1,'2018-07-02 09:53:44','2018-07-02 09:53:44','<strong>The British Guild of Beer Writers has appointed acclaimed beer writer Pete Brown as its Chair. Brown takes up the post immediately, succeeding Tim Hampson, who stepped down last month after 12 years in the role.</strong>\r\n\r\nBrown has written about beer, and food and drink more broadly, for 15 years, with eight books published including <em>Man Walks into a Pub</em>, <em>Hops &amp; Glory</em> and <em>Miracle Brew</em>. His work appears regularly in print and broadcast media and he has been a judge for many awards including the BBC Food &amp; Farming Awards.  He has won the Guild’s Beer Writer of the Year Award three times, three Fortnum &amp; Mason Food and Drink Awards, and has been shortlisted two years running for the André Simon Awards for food and drink books.\r\n\r\nBrown said, “I’m delighted to be appointed as Chair and honoured to follow Tim, who has done an astonishing job. Over my fourteen years in the Guild I’ve seen it modernise and flourish in an exciting and rapidly changing beer world.\r\n\r\n“Now, with a Board that has a majority of female members, I hope to help promote a positive, inclusive and ethical approach to communicating about beer. Most of all, I want to learn from our record number of members – and people who write about beer who for whatever reason aren’t currently members – how they feel the Guild can best help them.”\r\n\r\nHampson said, “I can’t think of a finer successor than Pete. He is one of the best food and drink writers in the country and an outstanding ambassador for beer.  I am confident that under Pete’s guidance and with the support of a fresh board of directors, the Guild will continue to thrive.”\r\n\r\nBrown was elected to the Guild’s board at its recent AGM, when three other new directors were voted in. They are: Joanna Dring, PR manager at Heineken UK; Annabel Smith, founder of beer consultancy BeerBelle and Natalya Watson, a blogger, beer sommelier and marketing manager for Duvel Moortgat. Five of the Guild’s nine directors are now women.\r\n\r\nRos Shiel - <a href=\"mailto:secretary@beerguild.co.uk\">secretary@beerguild.co.uk</a> / 07841 694137','Guild of Beer writers appoints Pete Brown as chair','','inherit','closed','closed','','1821-revision-v1','','','2018-07-02 09:53:44','2018-07-02 09:53:44','',1821,'http://www.ontradeprogress.com/2018/07/02/1821-revision-v1/',0,'revision','',0),(1825,1,'2018-07-02 10:12:56','2018-07-02 10:12:56','<img class=\"wp-image-1827 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.11.32.png\" alt=\"\" width=\"206\" height=\"77\" />\r\n\r\n<strong>“Being drunk is no excuse”: Drinkaware gives evidence on sexual harassment and calls for bystanders to challenge the status quo in all public places.</strong>\r\n\r\nIn her evidence to the Women and Equalities Select Committee last Wednesday (Wednesday 27th June 2018), Drinkaware Chief Executive Elaine Hindal spoke of the damaging effect of unwanted and drunken sexual harassment and called for a greater challenge of its normalisation in public places.\r\n\r\nDrinkaware/YouGov research (2017) reveals the shocking extent of drunken sexual harassment in a range of public places with nearly two thirds (63%) of women and a quarter of men (26%) who drink in bars, clubs and pubs saying that they had been on the receiving end of some form of sexual harassment.\r\n\r\nBetween 23<sup>rd</sup> June and 3<sup>rd</sup> July 2017, YouGov conducted a quota survey of 2,013 UK adults aged 18-24 through their online panel. Quotas were set based on the known population profile of adults aged 18-24, and the final data were weighted to reflect this profile.  Sexual harassment is the net figure of the responses to ‘someone being on the end of inappropriate sexual comments or abuse’, ‘someone being on the receiving end of inappropriate sexual touching’ or ‘someone receiving other inappropriate or unwanted physical attention or touching’.\r\n\r\nIn response to these findings, the charity has been running ‘It’s OK to Ask’, a behaviour change programme encouraging bystanders to safely intervene when spotting individuals in need on a night out. The advice, developed in collaboration with the <a href=\"http://www.goodnightoutcampaign.org/\">Good Night Out</a> campaign and academic Rachel Fenton, project lead for \'<a href=\"http://www1.uwe.ac.uk/bl/research/interventioninitiative/abouttheprogramme.aspx\">The Intervention Initiative</a>\' at the University of Exeter, is designed to help people feel safer and more secure when intervening.\r\n\r\nThe three elements of the advice for bystanders to challenge inappropriate behaviour and give support to vulnerable people are:\r\n<ol>\r\n 	<li>Spot it - Is something dodgy happening?</li>\r\n 	<li>Check it - Is it safe to step in?</li>\r\n 	<li>Speak out - If it\'s safe to do so, check in with the person being targeted: Are they OK? If not, try staff or security.</li>\r\n</ol>\r\nDrinkaware is now expanding the campaign into festivals as there is a marked difference in behaviour at music festivals compared to a pub, bar or club. Drinkaware found that whilst 52% of females and 42% of males who attend festivals reported witnessing inappropriate or sexual comments or touching at a festival, only 31% of those witnessing it asked the victim if they were OK compared to 47% who did so when in a pub, club or bar.\r\n\r\nBetween 23<sup>rd</sup> June and 3<sup>rd</sup> July 2017, YouGov conducted a quota survey of 2,013 UK adults aged 18-24 through their online panel. Quotas were set based on the known population profile of adults aged 18-24, and the final data were weighted to reflect this profile.\r\n\r\n<strong>Commenting, Drinkaware Chief Executive Elaine Hindal said: </strong>“For far too many people, drunken sexual harassment is now part and parcel of a night out or being at a festival. Being drunk is no excuse to grab, grope or make inappropriate comments to strangers in public places after a few drinks.\r\n\r\n“Bystanders have an important role to play in helping to challenge unwanted and drunken sexual harassment but it can be difficult to know exactly what to do.\r\n\r\n“That’s why Drinkaware has been giving people this information and advice in the hope that next time they see something happening, they will feel more confident to offer support. A simple thing like asking someone if they are ok can make a big difference – whether they’re a friend or a stranger.\r\n\r\n“We all have a responsibility to challenge unwanted drunken sexual harassment wherever we see it. Asking someone if they are OK and giving them support sends a clear signal that this behaviour is no longer going to be tolerated.”\r\n\r\nVenues and operators can help by supporting bystanders and by making it clear that drunken sexual harassment will not be tolerated on site. Drinkaware can support venues with Drinkaware Crew – specially trained members of the venue’s staff team – and its Alcohol Vulnerability Awareness e-learning course, which equips staff to recognise and deal with harassment and other situations where people are vulnerable on a night out.\r\n\r\nE learning vulnerability course: <a href=\"https://www.drinkaware.co.uk/work-with-us/alcohol-vulnerability-awareness-e-learning\">https://www.drinkaware.co.uk/work-with-us/alcohol-vulnerability-awareness-e-learning</a>\r\n\r\nDrinkaware Crew: contact <a href=\"mailto:drinkawarecrew@drinkaware.co.uk\">drinkawarecrew@drinkaware.co.uk</a><a href=\"#_ftnref1\" name=\"_ftn1\"></a>','Drinkaware bystander campaign June 2018','','publish','closed','open','','drinkaware-bystander-campaign-june-2018','','','2018-07-02 10:12:56','2018-07-02 10:12:56','',0,'http://www.ontradeprogress.com/?p=1825',0,'post','',0),(1826,1,'2018-07-02 10:09:52','2018-07-02 10:09:52','','Screen Shot 2018-07-02 at 11.09.35','','inherit','closed','closed','','screen-shot-2018-07-02-at-11-09-35','','','2018-07-02 10:09:52','2018-07-02 10:09:52','',1825,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.09.35.png',0,'attachment','image/png',0),(1827,1,'2018-07-02 10:12:05','2018-07-02 10:12:05','','Screen Shot 2018-07-02 at 11.11.32','','inherit','closed','closed','','screen-shot-2018-07-02-at-11-11-32','','','2018-07-02 10:12:05','2018-07-02 10:12:05','',1825,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.11.32.png',0,'attachment','image/png',0),(1828,1,'2018-07-02 10:12:56','2018-07-02 10:12:56','<img class=\"wp-image-1827 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.11.32.png\" alt=\"\" width=\"206\" height=\"77\" />\r\n\r\n<strong>“Being drunk is no excuse”: Drinkaware gives evidence on sexual harassment and calls for bystanders to challenge the status quo in all public places.</strong>\r\n\r\nIn her evidence to the Women and Equalities Select Committee last Wednesday (Wednesday 27th June 2018), Drinkaware Chief Executive Elaine Hindal spoke of the damaging effect of unwanted and drunken sexual harassment and called for a greater challenge of its normalisation in public places.\r\n\r\nDrinkaware/YouGov research (2017) reveals the shocking extent of drunken sexual harassment in a range of public places with nearly two thirds (63%) of women and a quarter of men (26%) who drink in bars, clubs and pubs saying that they had been on the receiving end of some form of sexual harassment.\r\n\r\nBetween 23<sup>rd</sup> June and 3<sup>rd</sup> July 2017, YouGov conducted a quota survey of 2,013 UK adults aged 18-24 through their online panel. Quotas were set based on the known population profile of adults aged 18-24, and the final data were weighted to reflect this profile.  Sexual harassment is the net figure of the responses to ‘someone being on the end of inappropriate sexual comments or abuse’, ‘someone being on the receiving end of inappropriate sexual touching’ or ‘someone receiving other inappropriate or unwanted physical attention or touching’.\r\n\r\nIn response to these findings, the charity has been running ‘It’s OK to Ask’, a behaviour change programme encouraging bystanders to safely intervene when spotting individuals in need on a night out. The advice, developed in collaboration with the <a href=\"http://www.goodnightoutcampaign.org/\">Good Night Out</a> campaign and academic Rachel Fenton, project lead for \'<a href=\"http://www1.uwe.ac.uk/bl/research/interventioninitiative/abouttheprogramme.aspx\">The Intervention Initiative</a>\' at the University of Exeter, is designed to help people feel safer and more secure when intervening.\r\n\r\nThe three elements of the advice for bystanders to challenge inappropriate behaviour and give support to vulnerable people are:\r\n<ol>\r\n 	<li>Spot it - Is something dodgy happening?</li>\r\n 	<li>Check it - Is it safe to step in?</li>\r\n 	<li>Speak out - If it\'s safe to do so, check in with the person being targeted: Are they OK? If not, try staff or security.</li>\r\n</ol>\r\nDrinkaware is now expanding the campaign into festivals as there is a marked difference in behaviour at music festivals compared to a pub, bar or club. Drinkaware found that whilst 52% of females and 42% of males who attend festivals reported witnessing inappropriate or sexual comments or touching at a festival, only 31% of those witnessing it asked the victim if they were OK compared to 47% who did so when in a pub, club or bar.\r\n\r\nBetween 23<sup>rd</sup> June and 3<sup>rd</sup> July 2017, YouGov conducted a quota survey of 2,013 UK adults aged 18-24 through their online panel. Quotas were set based on the known population profile of adults aged 18-24, and the final data were weighted to reflect this profile.\r\n\r\n<strong>Commenting, Drinkaware Chief Executive Elaine Hindal said: </strong>“For far too many people, drunken sexual harassment is now part and parcel of a night out or being at a festival. Being drunk is no excuse to grab, grope or make inappropriate comments to strangers in public places after a few drinks.\r\n\r\n“Bystanders have an important role to play in helping to challenge unwanted and drunken sexual harassment but it can be difficult to know exactly what to do.\r\n\r\n“That’s why Drinkaware has been giving people this information and advice in the hope that next time they see something happening, they will feel more confident to offer support. A simple thing like asking someone if they are ok can make a big difference – whether they’re a friend or a stranger.\r\n\r\n“We all have a responsibility to challenge unwanted drunken sexual harassment wherever we see it. Asking someone if they are OK and giving them support sends a clear signal that this behaviour is no longer going to be tolerated.”\r\n\r\nVenues and operators can help by supporting bystanders and by making it clear that drunken sexual harassment will not be tolerated on site. Drinkaware can support venues with Drinkaware Crew – specially trained members of the venue’s staff team – and its Alcohol Vulnerability Awareness e-learning course, which equips staff to recognise and deal with harassment and other situations where people are vulnerable on a night out.\r\n\r\nE learning vulnerability course: <a href=\"https://www.drinkaware.co.uk/work-with-us/alcohol-vulnerability-awareness-e-learning\">https://www.drinkaware.co.uk/work-with-us/alcohol-vulnerability-awareness-e-learning</a>\r\n\r\nDrinkaware Crew: contact <a href=\"mailto:drinkawarecrew@drinkaware.co.uk\">drinkawarecrew@drinkaware.co.uk</a><a href=\"#_ftnref1\" name=\"_ftn1\"></a>','Drinkaware bystander campaign June 2018','','inherit','closed','closed','','1825-revision-v1','','','2018-07-02 10:12:56','2018-07-02 10:12:56','',1825,'http://www.ontradeprogress.com/2018/07/02/1825-revision-v1/',0,'revision','',0),(1829,1,'2018-07-02 10:15:39','2018-07-02 10:15:39','','bgobw-logo','','inherit','closed','closed','','bgobw-logo','','','2018-07-02 10:15:39','2018-07-02 10:15:39','',1821,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/bgobw-logo.png',0,'attachment','image/png',0),(1830,1,'2018-07-02 10:16:04','2018-07-02 10:16:04','<strong><img class=\"wp-image-1829 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/bgobw-logo.png\" alt=\"\" width=\"187\" height=\"99\" />The British Guild of Beer Writers has appointed acclaimed beer writer Pete Brown as its Chair. Brown takes up the post immediately, succeeding Tim Hampson, who stepped down last month after 12 years in the role.</strong>\r\n\r\nBrown has written about beer, and food and drink more broadly, for 15 years, with eight books published including <em>Man Walks into a Pub</em>, <em>Hops &amp; Glory</em> and <em>Miracle Brew</em>. His work appears regularly in print and broadcast media and he has been a judge for many awards including the BBC Food &amp; Farming Awards.  He has won the Guild’s Beer Writer of the Year Award three times, three Fortnum &amp; Mason Food and Drink Awards, and has been shortlisted two years running for the André Simon Awards for food and drink books.\r\n\r\nBrown said, “I’m delighted to be appointed as Chair and honoured to follow Tim, who has done an astonishing job. Over my fourteen years in the Guild I’ve seen it modernise and flourish in an exciting and rapidly changing beer world.\r\n\r\n“Now, with a Board that has a majority of female members, I hope to help promote a positive, inclusive and ethical approach to communicating about beer. Most of all, I want to learn from our record number of members – and people who write about beer who for whatever reason aren’t currently members – how they feel the Guild can best help them.”\r\n\r\nHampson said, “I can’t think of a finer successor than Pete. He is one of the best food and drink writers in the country and an outstanding ambassador for beer.  I am confident that under Pete’s guidance and with the support of a fresh board of directors, the Guild will continue to thrive.”\r\n\r\nBrown was elected to the Guild’s board at its recent AGM, when three other new directors were voted in. They are: Joanna Dring, PR manager at Heineken UK; Annabel Smith, founder of beer consultancy BeerBelle and Natalya Watson, a blogger, beer sommelier and marketing manager for Duvel Moortgat. Five of the Guild’s nine directors are now women.\r\n\r\nRos Shiel - <a href=\"mailto:secretary@beerguild.co.uk\">secretary@beerguild.co.uk</a> / 07841 694137','Guild of Beer writers appoints Pete Brown as chair','','inherit','closed','closed','','1821-revision-v1','','','2018-07-02 10:16:04','2018-07-02 10:16:04','',1821,'http://www.ontradeprogress.com/2018/07/02/1821-revision-v1/',0,'revision','',0),(1831,1,'2018-07-02 10:53:40','2018-07-02 10:53:40','<img class=\"wp-image-816 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"102\" height=\"102\" />\r\n\r\n<strong>A.C. Entertainment Technologies Ltd. (AC-ET) will be hosting a free NEXO UK open day at the Victoria Theatre in Halifax, to provide a fully immersive demonstration of multiple NEXO product ranges from the small ID series through to their point-source PS series, and their latest GEO M10 system. It will also include the venue’s GEO M6 house PA system, which AC-ET supplied.</strong>\r\n\r\nTo be held as two half-day events on Wednesday 25th July, experts from AC-ET’s Specialist Audio division and representatives from NEXO will provide a full product demonstration and interactive, hands-on listening sessions with each speaker series.\r\n\r\nTopics covered during the sessions will include NEXO Power and Processing; a general overview of Line Array theory; and an overview of the NEXO NS1 system design software.\r\n\r\nThe event is also an excellent opportunity to receive a full demonstration of the Allen &amp; Heath dLive digital consoles, with product experts on hand. There will be a selection of dLive consoles, including the venue’s S5000 with DM48 MixRack, which was also supplied by AC-ET.\r\n\r\nThe NEXO and dLive product ranges are designed to meet the requirements of a wide range of applications and are applicable for the theatre, touring, events and install markets. It is a fantastic opportunity for anyone involved in these industries to see how the NEXO range of products could improve a venue, business or work capabilities.\r\n\r\nBuilt in 1901, the 1,512-seater venue\'s surroundings and acoustics provide a sensational theatre demo experience for the NEXO product range - with the venue\'s GEO M6 PA system catering for shows including rock \'n\' roll, pop, ballet and opera, comedy, musicals and pantomime.\r\n\r\nSince the theatre invested in its GEO M6 house PA system, it has been utilised for shows by popular artists including Gary Barlow, Florence &amp; the Machine and James, to name just a few.\r\n\r\nAs an added bonus for the day, Shure will also be attending the event with their new Axient Digital wireless system. With the industry soon losing the 700Mhz band, and the available spectrum for wireless systems becoming more and more congested, Axient Digital is the perfect solution to overcome these issues. Shure experts will be on hand to discuss this and any other wireless queries for theatre, events, touring and install.\r\n\r\nThe open day sessions are completely free. Complimentary refreshments including a buffet lunch will be provided.\r\n\r\nRegister now to guarantee your place at this event, by visiting the Eventbrite page: <a href=\"https://goo.gl/xmiq6g\">https://goo.gl/xmiq6g</a>. Alternatively, visit <a href=\"https://www.ac-et.com/audio/index.asp\">www.ac-et.com/audio</a> or contact AC-ET\'s Audio sales division on +44 (0)113 255 7666 / audio@ac-et.com to discuss the open day or book a personal demonstration.\r\n\r\nKeep up to date with the latest AC-ET news via their social network pages:\r\n\r\n<a href=\"https://www.instagram.com/ac_ent_technologies/\">www.instagram.com/ac_ent_technologies/</a>\r\n\r\n<a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a>','A.C. Entertainment Technologies to host July NEXO UK open day','','publish','closed','open','','a-c-entertainment-technologies-to-host-july-nexo-uk-open-day','','','2018-07-02 10:57:35','2018-07-02 10:57:35','',0,'http://www.ontradeprogress.com/?p=1831',0,'post','',0),(1832,1,'2018-07-02 10:53:24','2018-07-02 10:53:24','','Screen Shot 2018-07-02 at 11.49.21','','inherit','closed','closed','','screen-shot-2018-07-02-at-11-49-21','','','2018-07-02 10:53:24','2018-07-02 10:53:24','',1831,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-11.49.21.png',0,'attachment','image/png',0),(1833,1,'2018-07-02 10:53:40','2018-07-02 10:53:40','<img class=\"wp-image-816 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"102\" height=\"102\" />\r\n\r\n<strong>A.C. Entertainment Technologies Ltd. (AC-ET) will be hosting a free NEXO UK open day at the Victoria Theatre in Halifax, to provide a fully immersive demonstration of multiple NEXO product ranges from the small ID series through to their point-source PS series, and their latest GEO M10 system. It will also include the venue’s GEO M6 house PA system, which AC-ET supplied.</strong>\r\n\r\nTo be held as two half-day events on Wednesday 25th July, experts from AC-ET’s Specialist Audio division and representatives from NEXO will provide a full product demonstration and interactive, hands-on listening sessions with each speaker series.\r\n\r\nTopics covered during the sessions will include NEXO Power and Processing; a general overview of Line Array theory; and an overview of the NEXO NS1 system design software.\r\n\r\nThe event is also an excellent opportunity to receive a full demonstration of the Allen &amp; Heath dLive digital consoles, with product experts on hand. There will be a selection of dLive consoles, including the venue’s S5000 with DM48 MixRack, which was also supplied by AC-ET.\r\n\r\nThe NEXO and dLive product ranges are designed to meet the requirements of a wide range of applications and are applicable for the theatre, touring, events and install markets. It is a fantastic opportunity for anyone involved in these industries to see how the NEXO range of products could improve a venue, business or work capabilities.\r\n\r\nBuilt in 1901, the 1,512-seater venue\'s surroundings and acoustics provide a sensational theatre demo experience for the NEXO product range - with the venue\'s GEO M6 PA system catering for shows including rock \'n\' roll, pop, ballet and opera, comedy, musicals and pantomime.\r\n\r\nSince the theatre invested in its GEO M6 house PA system, it has been utilised for shows by popular artists including Gary Barlow, Florence &amp; the Machine and James, to name just a few.\r\n\r\nAs an added bonus for the day, Shure will also be attending the event with their new Axient Digital wireless system. With the industry soon losing the 700Mhz band, and the available spectrum for wireless systems becoming more and more congested, Axient Digital is the perfect solution to overcome these issues. Shure experts will be on hand to discuss this and any other wireless queries for theatre, events, touring and install.\r\n\r\nThe open day sessions are completely free. Complimentary refreshments including a buffet lunch will be provided.\r\n\r\nRegister now to guarantee your place at this event, by visiting the Eventbrite page: <a href=\"https://goo.gl/xmiq6g\">https://goo.gl/xmiq6g</a>. Alternatively, visit <a href=\"https://www.ac-et.com/audio/index.asp\">www.ac-et.com/audio</a> or contact AC-ET\'s Audio sales division on +44 (0)113 255 7666 / audio@ac-et.com to discuss the open day or book a personal demonstration.\r\n\r\nKeep up to date with the latest AC-ET news via their social network pages:\r\n\r\n<a href=\"https://www.instagram.com/ac_ent_technologies/\">www.instagram.com/ac_ent_technologies/</a>\r\n\r\n<a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a>','A.C. Entertainment Technologies to host July NEXO UK open day','','inherit','closed','closed','','1831-revision-v1','','','2018-07-02 10:53:40','2018-07-02 10:53:40','',1831,'http://www.ontradeprogress.com/2018/07/02/1831-revision-v1/',0,'revision','',0),(1836,1,'2018-07-02 12:44:37','2018-07-02 12:44:37','<strong>Keeping warm sauces at the right temperature throughout service is a tricky business – especially if you offer a wide selection of them. Now available from Parsley in Time is a new Sauce Bottlewarmer capable of holding ten 1litre sauce bottles. It is made by Clifton Food Range, the British manufacturer specialising in temperature controlled sous vide water baths.</strong>\r\n\r\nThe new Clifton Sauce Bottlewarmer, model FLWE28, is manufactured from stainless steel and holds the sauce bottles in a 28-litre tank. The unit measures 332mm wide by 537mm deep and 290mm high.  It has an adjustable thermostat dial to set the desired temperature, up to 70°C.\r\n\r\nThe bottles supplied with the FLWE28 are held upright by the rack which sits in the tank. Their design makes it easy to portion and pour and they can be used for a variety of purposes, for example, as well as holding sauces they are ideal for gels and purees. The unit’s compact size, together with the fact that it is powered by a standard 13 amp supply, meaning it can be sited wherever it’s needed, at the pass, in the kitchen, on the counter or in the bar.\r\n\r\n“Clifton is renowned for its range of sous vide equipment, and for the accuracy of its temperature control,” says Rob Blunderfield, marketing manager of Parsley in Time. “The new Sauce Bottlewarmer delivers that same control, ensuring that sauces, purees and gels are absolutely consistent, from the beginning till the end of service.”\r\n\r\nAll Clifton Sauce Bottlewarmers, as well as the rest of the Clifton range, are available from Parsley in Time. The FLWE28 has a list price of £650.\r\n\r\nFor more information, and to shop online, visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>.  For expert advice on tableware and light equipment, or to enquire about exclusive products, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Sauce! New Bottlewarmer delivers perfect quality','','publish','closed','open','','sauce-new-bottlewarmer-delivers-perfect-quality','','','2018-07-02 12:47:08','2018-07-02 12:47:08','',0,'http://www.ontradeprogress.com/?p=1836',0,'post','',0),(1837,1,'2018-07-02 12:43:13','2018-07-02 12:43:13','','Screen Shot 2018-07-02 at 13.40.30','','inherit','closed','closed','','screen-shot-2018-07-02-at-13-40-30','','','2018-07-02 12:43:13','2018-07-02 12:43:13','',1836,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-13.40.30.png',0,'attachment','image/png',0),(1838,1,'2018-07-02 12:44:37','2018-07-02 12:44:37','<strong>Keeping warm sauces at the right temperature throughout service is a tricky business – especially if you offer a wide selection of them. Now available from Parsley in Time is a new Sauce Bottlewarmer capable of holding ten 1litre sauce bottles.  It is made by Clifton Food Range, the British manufacturer specialising in temperature controlled sous vide water baths.</strong>\r\n\r\nThe new Clifton Sauce Bottlewarmer, model FLWE28, is manufactured from stainless steel and holds the sauce bottles in a 28-litre tank. The unit measures 332mm wide by 537mm deep and 290mm high.  It has an adjustable thermostat dial to set the desired temperature, up to 70°C.\r\n\r\nThe bottles supplied with the FLWE28 are held upright by the rack which sits in the tank. Their design makes it easy to portion and pour and they can be used for a variety of purposes, for example, as well as holding sauces they are ideal for gels and purees. The unit’s compact size, together with the fact that it is powered by a standard 13 amp supply, meaning it can be sited wherever it’s needed, at the pass, in the kitchen, on the counter or in the bar.\r\n\r\n“Clifton is renowned for its range of sous vide equipment, and for the accuracy of its temperature control,” says Rob Blunderfield, marketing manager of Parsley in Time. “The new Sauce Bottlewarmer delivers that same control, ensuring that sauces, purees and gels are absolutely consistent, from the beginning till the end of service.”\r\n\r\nAll Clifton Sauce Bottlewarmers, as well as the rest of the Clifton range, are available from Parsley in Time. The FLWE28 has a list price of £650.\r\n\r\nFor more information, and to shop online, visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>.  For expert advice on tableware and light equipment, or to enquire about exclusive products, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Sauce! New Bottlewarmer delivers perfect quality','','inherit','closed','closed','','1836-revision-v1','','','2018-07-02 12:44:37','2018-07-02 12:44:37','',1836,'http://www.ontradeprogress.com/2018/07/02/1836-revision-v1/',0,'revision','',0),(1839,1,'2018-07-02 12:47:08','2018-07-02 12:47:08','<strong>Keeping warm sauces at the right temperature throughout service is a tricky business – especially if you offer a wide selection of them. Now available from Parsley in Time is a new Sauce Bottlewarmer capable of holding ten 1litre sauce bottles. It is made by Clifton Food Range, the British manufacturer specialising in temperature controlled sous vide water baths.</strong>\r\n\r\nThe new Clifton Sauce Bottlewarmer, model FLWE28, is manufactured from stainless steel and holds the sauce bottles in a 28-litre tank. The unit measures 332mm wide by 537mm deep and 290mm high.  It has an adjustable thermostat dial to set the desired temperature, up to 70°C.\r\n\r\nThe bottles supplied with the FLWE28 are held upright by the rack which sits in the tank. Their design makes it easy to portion and pour and they can be used for a variety of purposes, for example, as well as holding sauces they are ideal for gels and purees. The unit’s compact size, together with the fact that it is powered by a standard 13 amp supply, meaning it can be sited wherever it’s needed, at the pass, in the kitchen, on the counter or in the bar.\r\n\r\n“Clifton is renowned for its range of sous vide equipment, and for the accuracy of its temperature control,” says Rob Blunderfield, marketing manager of Parsley in Time. “The new Sauce Bottlewarmer delivers that same control, ensuring that sauces, purees and gels are absolutely consistent, from the beginning till the end of service.”\r\n\r\nAll Clifton Sauce Bottlewarmers, as well as the rest of the Clifton range, are available from Parsley in Time. The FLWE28 has a list price of £650.\r\n\r\nFor more information, and to shop online, visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>.  For expert advice on tableware and light equipment, or to enquire about exclusive products, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Sauce! New Bottlewarmer delivers perfect quality','','inherit','closed','closed','','1836-revision-v1','','','2018-07-02 12:47:08','2018-07-02 12:47:08','',1836,'http://www.ontradeprogress.com/2018/07/02/1836-revision-v1/',0,'revision','',0),(1840,1,'2018-07-02 13:28:46','2018-07-02 13:28:46','<img class=\"wp-image-1843 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Logo_MWILD_transparent_2-1024x397.png\" alt=\"\" width=\"151\" height=\"58\" />\r\n\r\n<strong>London\'s favourite Scottish restaurant Mac &amp; Wild opened their third restaurant at the Falls of Shin in Scotland on Thursday 28th June 2018. </strong><strong>Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to open the site at the Falls of Shin visitor centre, once known as the \'Harrods of the North\'. The latest opening sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers. </strong>\r\n\r\nEach supplier to the new restaurant has been handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin predominantly serves meat sourced and butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\r\n\r\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland\'s wonders and most popular tourist attractions, where in the summer months\' visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, now offers visitors and locals true Scottish fayre.\r\n\r\nMac &amp; Wild at Falls of Shin features a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild\'s producers and suppliers, while learning about the provenance of the produce. Later in 2018, Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\r\n\r\nThe menus in the restaurant feature a selection of Mac &amp; Wild\'s signature dishes such as; their award winning Veni-Moo Burger (voted London\'s and UK\'s Best Burger 2016), Haggis Pops, Venison Weekend Roasts with all the trimmings and Deep-Fried Mars Bar Sundae served from the Kitchen menu. The new menu focuses on seasonal Scottish produce available throughout the year from local farmers and fishermen. Dishes from the Counter, available to eat in or takeaway include; Venison topside Open Sandwich, topped with Homemade Salsa Verde, Roasted Veg, Kohlrabi and Chili Slaw; Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups served everyday until 5pm. Diners can tuck into breakfast dishes such as; Eggs and Avocado, Porridge (served to your preference) and a traditional Full Scottish Breakfast featuring Portmahomack Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans, offering both Scots and visitors alike a true taste of the Highlands.\r\n\r\nOpen for dinner every Friday and Saturday evening, diners can delve into signature dishes from the Kitchen menu, as well as Mac &amp; Wild\'s meaty Butcher cuts including; MacDuff\'s Ribeye Steak, Venison Chateaubriand and the ultimate showstopper, a Tomahawk Steak, all of which can be perfectly accompanied by sides of chips or Haggis Mac &amp; Cheese.\r\n\r\nThe latest venture is truly a homecoming for Mac &amp; Wild and provides a real hub for the local community, having created 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild serves hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin stocks and supports local brands and producers selling an array of edible treats and artisan products.\r\n\r\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: \'Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.\'\r\n\r\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said \'We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This is an exciting time for the local community and visitors alike and we wish them every success in their new venture.\'\r\n\r\n<u>OPENING HOURS</u>\r\nTHE PAVILION 7 days a week, 10am - 5pm\r\nRESTAURANT\r\nSunday - Thursday, 10am - 5pm | Walk ins only\r\nFriday - Saturday: 10am - 5pm | Walk ins only\r\nFriday - Saturday Dinner: 6pm - 9pm | Reservations and walk ins\r\n\r\nMONTHLY POP UPS AND EVENTS: Coming soon. Dates and Timings TBC\r\nFor exclusive hires for parties and events please contact <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\nMAC &amp; WILD at FALLS OF SHIN: Achany, by Lairg, Sutherland, IV27 4EE Tel 01549 402888\r\nMAC &amp; WILD FITZROVIA: 65 Great Titchfield Street, London W1W 7PS\r\nMAC &amp; WILD DEVONSHIRE SQUARE: 9A Devonshire Square, London EC2M 4YN\r\nWEBSITE www.macandwild.com/fallsofshin\r\nFACEBOOK <a href=\"https://www.facebook.com/macandwildfallsofshin\">https://www.facebook.com/macandwildfallsofshin</a>\r\nTWITTER &amp; INSTAGRAM @macandwild / @macandwild_falls_of_shin\r\nTEL: 020 7637 0510 (London) Tel 01549 402888 (Falls of Shin)\r\nEMAIL: <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\n<strong>ABOUT MAC &amp; WILD</strong>\r\nMAC &amp; WILD - an off-road adventure celebrating Highland hospitality and the best of Scotland\'s produce.\r\nScottish Champions Mac &amp; Wild take diners on a journey to the Scottish Highlands, enjoying the finest wild venison, game, seafood, whisky and beer in a rustic setting. Founded by Andy Waugh, who hails from just north of Inverness, and Calum Mackinnon, who made his name north of the border on the bar scene in Aberdeen and Edinburgh, Mac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to London\'s everyday people. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015.\r\n\r\nSince launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality, and has become renowned for their welcoming, friendly, relaxed and modern approach to Scottish dining. The majority of Mac &amp; Wild\'s meat is sourced and then butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\n<strong>About Falls Of Shin</strong>\r\nThe former Falls of Shin visitor centre, previously owned by Al Fayed, was destroyed by fire in May 2013. Following this, the Kyle of Sutherland Development Trust was invited by Big Lottery Fund Scotland to submit a Stage 2 Growing Community Assets Application for project funding to rebuild the popular attraction. Valerie Houston was employed as Project Officer and worked with the community, stakeholders (Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland, VisitScotland and Kyle of Sutherland Fisheries Trust) and Design Team (CH Architecture and WSD Scotland Ltd) to lead the Project to submission of the Stage 2 Application for funding in November 2015.\r\n\r\nDuring this first phase, funding applications were also submitted to Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland and SSE Achany Community Fund. By March 2016, the majority of Project funding was in place with the final piece being confirmed in May. In June 2016, the next phase of the Falls of Shin Project began with Valerie Houston being welcomed back as Implementation Manager and Sasha Hudekova employed part time as Project Officer. William Gray Construction Ltd were appointed as the main contractor.\r\n\r\nA programme of events and interactive activities for all the family was devised by the Kyle of Sutherland Development Trust to celebrate the opening in May 2017. A market village was set up on site with stalls from local businesses. A range of food was also available representing the best produce from around the Highlands. The new grassy plaza was turned into a performance platform, showcasing the talents of local musicians, dancers and gymnasts throughout the day and into the evening. The restaurant and gift shop have been opened since 1st May 2017 serving a range of delicious meals, snacks, refreshments and cakes from 10am, 7 days a week.\r\n\r\nAbout<strong> The Kyle of Sutherland Development Trust</strong>\r\nThe Kyle of Sutherland Development Trust launched in 2011 covering the districts of Ardgay and Creich.The aim of the Trust is to ensure that long-term, sustainable benefits are achieved throughout the community and the Kyle of Sutherland area. The Trust focuses on how best to utilise funding from local wind farms and renewable energy projects, while ensuring all match funding opportunities are identified and secured.\r\n\r\nA priority of the Kyle of Sutherland Development Trust is to oversee the implementation of the local development plan. Focusing on strengthening and uniting the local community through a range of projects. These include: increasing leisure and outdoor activities available to residents and visitors; creating employment opportunities; developing projects which make difference to the lives of local people and supporting other local organisations to realise their projects. The Trust manages the community development service, ensuring that it meets the needs of the local communities and delivers the plan in an effective and timely manner, whilst also managing a long-term approach to improving the local area.','\'Harrods of the North\' Mac & Wild open their third restaurant','','publish','closed','open','','harrods-of-the-north-mac-wild-open-their-third-restaurant','','','2018-07-02 13:40:06','2018-07-02 13:40:06','',0,'http://www.ontradeprogress.com/?p=1840',0,'post','',0),(1841,1,'2018-07-02 13:23:43','2018-07-02 13:23:43','','Screen Shot 2018-07-02 at 14.23.07','','inherit','closed','closed','','screen-shot-2018-07-02-at-14-23-07','','','2018-07-02 13:23:43','2018-07-02 13:23:43','',1840,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-14.23.07.png',0,'attachment','image/png',0),(1842,1,'2018-07-02 13:24:02','2018-07-02 13:24:02','','Screen Shot 2018-07-02 at 14.23.07','','inherit','closed','closed','','screen-shot-2018-07-02-at-14-23-07-2','','','2018-07-02 13:24:02','2018-07-02 13:24:02','',1840,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-02-at-14.23.07-1.png',0,'attachment','image/png',0),(1843,1,'2018-07-02 13:27:04','2018-07-02 13:27:04','','Logo_MWILD_transparent_2','','inherit','closed','closed','','logo_mwild_transparent_2','','','2018-07-02 13:27:04','2018-07-02 13:27:04','',1840,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Logo_MWILD_transparent_2.png',0,'attachment','image/png',0),(1844,1,'2018-07-02 13:28:22','2018-07-02 13:28:22','<img class=\"wp-image-1843 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Logo_MWILD_transparent_2-1024x397.png\" alt=\"\" width=\"151\" height=\"58\" />\r\n\r\n<strong>London\'s favourite Scottish restaurant Mac &amp; Wild have today [28th June 2018] opened their third restaurant at the Falls of Shin in Scotland. </strong><strong>Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to open the site at the Falls of Shin visitor centre, once known as the \'Harrods of the North\'. The latest opening sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers. </strong>\r\n\r\nEach supplier to the new restaurant has been handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin predominantly serves meat sourced and butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\r\n\r\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland\'s wonders and most popular tourist attractions, where in the summer months\' visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, now offers visitors and locals true Scottish fayre.\r\n\r\nMac &amp; Wild at Falls of Shin features a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild\'s producers and suppliers, while learning about the provenance of the produce. Later in 2018, Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\r\n\r\nThe menus in the restaurant feature a selection of Mac &amp; Wild\'s signature dishes such as; their award winning Veni-Moo Burger (voted London\'s and UK\'s Best Burger 2016), Haggis Pops, Venison Weekend Roasts with all the trimmings and Deep-Fried Mars Bar Sundae served from the Kitchen menu. The new menu focuses on seasonal Scottish produce available throughout the year from local farmers and fishermen. Dishes from the Counter, available to eat in or takeaway include; Venison topside Open Sandwich, topped with Homemade Salsa Verde, Roasted Veg, Kohlrabi and Chili Slaw; Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups served everyday until 5pm. Diners can tuck into breakfast dishes such as; Eggs and Avocado, Porridge (served to your preference) and a traditional Full Scottish Breakfast featuring Portmahomack Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans, offering both Scots and visitors alike a true taste of the Highlands.\r\n\r\nOpen for dinner every Friday and Saturday evening, diners can delve into signature dishes from the Kitchen menu, as well as Mac &amp; Wild\'s meaty Butcher cuts including; MacDuff\'s Ribeye Steak, Venison Chateaubriand and the ultimate showstopper, a Tomahawk Steak, all of which can be perfectly accompanied by sides of chips or Haggis Mac &amp; Cheese.\r\n\r\nThe latest venture is truly a homecoming for Mac &amp; Wild and provides a real hub for the local community, having created 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild serves hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin stocks and supports local brands and producers selling an array of edible treats and artisan products.\r\n\r\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: \'Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.\'\r\n\r\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said \'We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This is an exciting time for the local community and visitors alike and we wish them every success in their new venture.\'\r\n\r\n<u>OPENING HOURS</u>\r\nTHE PAVILION 7 days a week, 10am - 5pm\r\nRESTAURANT\r\nSunday - Thursday, 10am - 5pm | Walk ins only\r\nFriday - Saturday: 10am - 5pm | Walk ins only\r\nFriday - Saturday Dinner: 6pm - 9pm | Reservations and walk ins\r\n\r\nMONTHLY POP UPS AND EVENTS: Coming soon. Dates and Timings TBC\r\nFor exclusive hires for parties and events please contact <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\n\r\nMAC &amp; WILD at FALLS OF SHIN: Achany, by Lairg, Sutherland, IV27 4EE Tel 01549 402888\r\nMAC &amp; WILD FITZROVIA: 65 Great Titchfield Street, London W1W 7PS\r\nMAC &amp; WILD DEVONSHIRE SQUARE: 9A Devonshire Square, London EC2M 4YN\r\nWEBSITE www.macandwild.com/fallsofshin\r\nFACEBOOK <a href=\"https://www.facebook.com/macandwildfallsofshin\">https://www.facebook.com/macandwildfallsofshin</a>\r\nTWITTER &amp; INSTAGRAM @macandwild / @macandwild_falls_of_shin\r\nTEL: 020 7637 0510 (London) Tel 01549 402888 (Falls of Shin)\r\nEMAIL: <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\n<strong>ABOUT MAC &amp; WILD</strong>\r\nMAC &amp; WILD - an off-road adventure celebrating Highland hospitality and the best of Scotland\'s produce.\r\nScottish Champions Mac &amp; Wild take diners on a journey to the Scottish Highlands, enjoying the finest wild venison, game, seafood, whisky and beer in a rustic setting. Founded by Andy Waugh, who hails from just north of Inverness, and Calum Mackinnon, who made his name north of the border on the bar scene in Aberdeen and Edinburgh, Mac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to London\'s everyday people. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015.\r\n\r\nSince launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality, and has become renowned for their welcoming, friendly, relaxed and modern approach to Scottish dining. The majority of Mac &amp; Wild\'s meat is sourced and then butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\n<strong>About Falls Of Shin</strong>\r\nThe former Falls of Shin visitor centre, previously owned by Al Fayed, was destroyed by fire in May 2013. Following this, the Kyle of Sutherland Development Trust was invited by Big Lottery Fund Scotland to submit a Stage 2 Growing Community Assets Application for project funding to rebuild the popular attraction. Valerie Houston was employed as Project Officer and worked with the community, stakeholders (Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland, VisitScotland and Kyle of Sutherland Fisheries Trust) and Design Team (CH Architecture and WSD Scotland Ltd) to lead the Project to submission of the Stage 2 Application for funding in November 2015.\r\n\r\nDuring this first phase, funding applications were also submitted to Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland and SSE Achany Community Fund. By March 2016, the majority of Project funding was in place with the final piece being confirmed in May. In June 2016, the next phase of the Falls of Shin Project began with Valerie Houston being welcomed back as Implementation Manager and Sasha Hudekova employed part time as Project Officer. William Gray Construction Ltd were appointed as the main contractor.\r\n\r\nA programme of events and interactive activities for all the family was devised by the Kyle of Sutherland Development Trust to celebrate the opening in May 2017. A market village was set up on site with stalls from local businesses. A range of food was also available representing the best produce from around the Highlands. The new grassy plaza was turned into a performance platform, showcasing the talents of local musicians, dancers and gymnasts throughout the day and into the evening. The restaurant and gift shop have been opened since 1st May 2017 serving a range of delicious meals, snacks, refreshments and cakes from 10am, 7 days a week.\r\n\r\nAbout<strong> The Kyle of Sutherland Development Trust</strong>\r\nThe Kyle of Sutherland Development Trust launched in 2011 covering the districts of Ardgay and Creich.The aim of the Trust is to ensure that long-term, sustainable benefits are achieved throughout the community and the Kyle of Sutherland area. The Trust focuses on how best to utilise funding from local wind farms and renewable energy projects, while ensuring all match funding opportunities are identified and secured.\r\n\r\nA priority of the Kyle of Sutherland Development Trust is to oversee the implementation of the local development plan. Focusing on strengthening and uniting the local community through a range of projects. These include: increasing leisure and outdoor activities available to residents and visitors; creating employment opportunities; developing projects which make difference to the lives of local people and supporting other local organisations to realise their projects. The Trust manages the community development service, ensuring that it meets the needs of the local communities and delivers the plan in an effective and timely manner, whilst also managing a long-term approach to improving the local area.','\'Harrods of the North\' Mac & Wild open their third restaurant','','inherit','closed','closed','','1840-revision-v1','','','2018-07-02 13:28:22','2018-07-02 13:28:22','',1840,'http://www.ontradeprogress.com/2018/07/02/1840-revision-v1/',0,'revision','',0),(1845,1,'2018-07-02 13:39:49','2018-07-02 13:39:49','<img class=\"wp-image-1843 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Logo_MWILD_transparent_2-1024x397.png\" alt=\"\" width=\"151\" height=\"58\" />\n\n<strong>London\'s favourite Scottish restaurant Mac &amp; Wild opened their third restaurant at the Falls of Shin in Scotland on Thursday 28th june 2018. </strong><strong>Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to open the site at the Falls of Shin visitor centre, once known as the \'Harrods of the North\'. The latest opening sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers. </strong>\n\nEach supplier to the new restaurant has been handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin predominantly serves meat sourced and butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\n\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland\'s wonders and most popular tourist attractions, where in the summer months\' visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, now offers visitors and locals true Scottish fayre.\n\nMac &amp; Wild at Falls of Shin features a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild\'s producers and suppliers, while learning about the provenance of the produce. Later in 2018, Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\n\nThe menus in the restaurant feature a selection of Mac &amp; Wild\'s signature dishes such as; their award winning Veni-Moo Burger (voted London\'s and UK\'s Best Burger 2016), Haggis Pops, Venison Weekend Roasts with all the trimmings and Deep-Fried Mars Bar Sundae served from the Kitchen menu. The new menu focuses on seasonal Scottish produce available throughout the year from local farmers and fishermen. Dishes from the Counter, available to eat in or takeaway include; Venison topside Open Sandwich, topped with Homemade Salsa Verde, Roasted Veg, Kohlrabi and Chili Slaw; Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups served everyday until 5pm. Diners can tuck into breakfast dishes such as; Eggs and Avocado, Porridge (served to your preference) and a traditional Full Scottish Breakfast featuring Portmahomack Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans, offering both Scots and visitors alike a true taste of the Highlands.\n\nOpen for dinner every Friday and Saturday evening, diners can delve into signature dishes from the Kitchen menu, as well as Mac &amp; Wild\'s meaty Butcher cuts including; MacDuff\'s Ribeye Steak, Venison Chateaubriand and the ultimate showstopper, a Tomahawk Steak, all of which can be perfectly accompanied by sides of chips or Haggis Mac &amp; Cheese.\n\nThe latest venture is truly a homecoming for Mac &amp; Wild and provides a real hub for the local community, having created 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild serves hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin stocks and supports local brands and producers selling an array of edible treats and artisan products.\n\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\n\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: \'Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.\'\n\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said \'We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This is an exciting time for the local community and visitors alike and we wish them every success in their new venture.\'\n\n<u>OPENING HOURS</u>\nTHE PAVILION 7 days a week, 10am - 5pm\nRESTAURANT\nSunday - Thursday, 10am - 5pm | Walk ins only\nFriday - Saturday: 10am - 5pm | Walk ins only\nFriday - Saturday Dinner: 6pm - 9pm | Reservations and walk ins\n\nMONTHLY POP UPS AND EVENTS: Coming soon. Dates and Timings TBC\nFor exclusive hires for parties and events please contact <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\n\nMAC &amp; WILD at FALLS OF SHIN: Achany, by Lairg, Sutherland, IV27 4EE Tel 01549 402888\nMAC &amp; WILD FITZROVIA: 65 Great Titchfield Street, London W1W 7PS\nMAC &amp; WILD DEVONSHIRE SQUARE: 9A Devonshire Square, London EC2M 4YN\nWEBSITE www.macandwild.com/fallsofshin\nFACEBOOK <a href=\"https://www.facebook.com/macandwildfallsofshin\">https://www.facebook.com/macandwildfallsofshin</a>\nTWITTER &amp; INSTAGRAM @macandwild / @macandwild_falls_of_shin\nTEL: 020 7637 0510 (London) Tel 01549 402888 (Falls of Shin)\nEMAIL: <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\n\n<strong>ABOUT MAC &amp; WILD</strong>\nMAC &amp; WILD - an off-road adventure celebrating Highland hospitality and the best of Scotland\'s produce.\nScottish Champions Mac &amp; Wild take diners on a journey to the Scottish Highlands, enjoying the finest wild venison, game, seafood, whisky and beer in a rustic setting. Founded by Andy Waugh, who hails from just north of Inverness, and Calum Mackinnon, who made his name north of the border on the bar scene in Aberdeen and Edinburgh, Mac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to London\'s everyday people. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015.\n\nSince launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality, and has become renowned for their welcoming, friendly, relaxed and modern approach to Scottish dining. The majority of Mac &amp; Wild\'s meat is sourced and then butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\n\n<strong>About Falls Of Shin</strong>\nThe former Falls of Shin visitor centre, previously owned by Al Fayed, was destroyed by fire in May 2013. Following this, the Kyle of Sutherland Development Trust was invited by Big Lottery Fund Scotland to submit a Stage 2 Growing Community Assets Application for project funding to rebuild the popular attraction. Valerie Houston was employed as Project Officer and worked with the community, stakeholders (Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland, VisitScotland and Kyle of Sutherland Fisheries Trust) and Design Team (CH Architecture and WSD Scotland Ltd) to lead the Project to submission of the Stage 2 Application for funding in November 2015.\n\nDuring this first phase, funding applications were also submitted to Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland and SSE Achany Community Fund. By March 2016, the majority of Project funding was in place with the final piece being confirmed in May. In June 2016, the next phase of the Falls of Shin Project began with Valerie Houston being welcomed back as Implementation Manager and Sasha Hudekova employed part time as Project Officer. William Gray Construction Ltd were appointed as the main contractor.\n\nA programme of events and interactive activities for all the family was devised by the Kyle of Sutherland Development Trust to celebrate the opening in May 2017. A market village was set up on site with stalls from local businesses. A range of food was also available representing the best produce from around the Highlands. The new grassy plaza was turned into a performance platform, showcasing the talents of local musicians, dancers and gymnasts throughout the day and into the evening. The restaurant and gift shop have been opened since 1st May 2017 serving a range of delicious meals, snacks, refreshments and cakes from 10am, 7 days a week.\n\nAbout<strong> The Kyle of Sutherland Development Trust</strong>\nThe Kyle of Sutherland Development Trust launched in 2011 covering the districts of Ardgay and Creich.The aim of the Trust is to ensure that long-term, sustainable benefits are achieved throughout the community and the Kyle of Sutherland area. The Trust focuses on how best to utilise funding from local wind farms and renewable energy projects, while ensuring all match funding opportunities are identified and secured.\n\nA priority of the Kyle of Sutherland Development Trust is to oversee the implementation of the local development plan. Focusing on strengthening and uniting the local community through a range of projects. These include: increasing leisure and outdoor activities available to residents and visitors; creating employment opportunities; developing projects which make difference to the lives of local people and supporting other local organisations to realise their projects. The Trust manages the community development service, ensuring that it meets the needs of the local communities and delivers the plan in an effective and timely manner, whilst also managing a long-term approach to improving the local area.','\'Harrods of the North\' Mac & Wild open their third restaurant','','inherit','closed','closed','','1840-autosave-v1','','','2018-07-02 13:39:49','2018-07-02 13:39:49','',1840,'http://www.ontradeprogress.com/2018/07/02/1840-autosave-v1/',0,'revision','',0),(1846,1,'2018-07-02 13:39:51','2018-07-02 13:39:51','<img class=\"wp-image-1843 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Logo_MWILD_transparent_2-1024x397.png\" alt=\"\" width=\"151\" height=\"58\" />\r\n\r\n<strong>London\'s favourite Scottish restaurant Mac &amp; Wild opened their third restaurant at the Falls of Shin in Scotland on Thursday 28th june 2018. </strong><strong>Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to open the site at the Falls of Shin visitor centre, once known as the \'Harrods of the North\'. The latest opening sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers. </strong>\r\n\r\nEach supplier to the new restaurant has been handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin predominantly serves meat sourced and butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\r\n\r\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland\'s wonders and most popular tourist attractions, where in the summer months\' visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, now offers visitors and locals true Scottish fayre.\r\n\r\nMac &amp; Wild at Falls of Shin features a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild\'s producers and suppliers, while learning about the provenance of the produce. Later in 2018, Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\r\n\r\nThe menus in the restaurant feature a selection of Mac &amp; Wild\'s signature dishes such as; their award winning Veni-Moo Burger (voted London\'s and UK\'s Best Burger 2016), Haggis Pops, Venison Weekend Roasts with all the trimmings and Deep-Fried Mars Bar Sundae served from the Kitchen menu. The new menu focuses on seasonal Scottish produce available throughout the year from local farmers and fishermen. Dishes from the Counter, available to eat in or takeaway include; Venison topside Open Sandwich, topped with Homemade Salsa Verde, Roasted Veg, Kohlrabi and Chili Slaw; Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups served everyday until 5pm. Diners can tuck into breakfast dishes such as; Eggs and Avocado, Porridge (served to your preference) and a traditional Full Scottish Breakfast featuring Portmahomack Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans, offering both Scots and visitors alike a true taste of the Highlands.\r\n\r\nOpen for dinner every Friday and Saturday evening, diners can delve into signature dishes from the Kitchen menu, as well as Mac &amp; Wild\'s meaty Butcher cuts including; MacDuff\'s Ribeye Steak, Venison Chateaubriand and the ultimate showstopper, a Tomahawk Steak, all of which can be perfectly accompanied by sides of chips or Haggis Mac &amp; Cheese.\r\n\r\nThe latest venture is truly a homecoming for Mac &amp; Wild and provides a real hub for the local community, having created 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild serves hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin stocks and supports local brands and producers selling an array of edible treats and artisan products.\r\n\r\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: \'Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.\'\r\n\r\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said \'We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This is an exciting time for the local community and visitors alike and we wish them every success in their new venture.\'\r\n\r\n<u>OPENING HOURS</u>\r\nTHE PAVILION 7 days a week, 10am - 5pm\r\nRESTAURANT\r\nSunday - Thursday, 10am - 5pm | Walk ins only\r\nFriday - Saturday: 10am - 5pm | Walk ins only\r\nFriday - Saturday Dinner: 6pm - 9pm | Reservations and walk ins\r\n\r\nMONTHLY POP UPS AND EVENTS: Coming soon. Dates and Timings TBC\r\nFor exclusive hires for parties and events please contact <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\nMAC &amp; WILD at FALLS OF SHIN: Achany, by Lairg, Sutherland, IV27 4EE Tel 01549 402888\r\nMAC &amp; WILD FITZROVIA: 65 Great Titchfield Street, London W1W 7PS\r\nMAC &amp; WILD DEVONSHIRE SQUARE: 9A Devonshire Square, London EC2M 4YN\r\nWEBSITE www.macandwild.com/fallsofshin\r\nFACEBOOK <a href=\"https://www.facebook.com/macandwildfallsofshin\">https://www.facebook.com/macandwildfallsofshin</a>\r\nTWITTER &amp; INSTAGRAM @macandwild / @macandwild_falls_of_shin\r\nTEL: 020 7637 0510 (London) Tel 01549 402888 (Falls of Shin)\r\nEMAIL: <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\n<strong>ABOUT MAC &amp; WILD</strong>\r\nMAC &amp; WILD - an off-road adventure celebrating Highland hospitality and the best of Scotland\'s produce.\r\nScottish Champions Mac &amp; Wild take diners on a journey to the Scottish Highlands, enjoying the finest wild venison, game, seafood, whisky and beer in a rustic setting. Founded by Andy Waugh, who hails from just north of Inverness, and Calum Mackinnon, who made his name north of the border on the bar scene in Aberdeen and Edinburgh, Mac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to London\'s everyday people. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015.\r\n\r\nSince launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality, and has become renowned for their welcoming, friendly, relaxed and modern approach to Scottish dining. The majority of Mac &amp; Wild\'s meat is sourced and then butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\n<strong>About Falls Of Shin</strong>\r\nThe former Falls of Shin visitor centre, previously owned by Al Fayed, was destroyed by fire in May 2013. Following this, the Kyle of Sutherland Development Trust was invited by Big Lottery Fund Scotland to submit a Stage 2 Growing Community Assets Application for project funding to rebuild the popular attraction. Valerie Houston was employed as Project Officer and worked with the community, stakeholders (Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland, VisitScotland and Kyle of Sutherland Fisheries Trust) and Design Team (CH Architecture and WSD Scotland Ltd) to lead the Project to submission of the Stage 2 Application for funding in November 2015.\r\n\r\nDuring this first phase, funding applications were also submitted to Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland and SSE Achany Community Fund. By March 2016, the majority of Project funding was in place with the final piece being confirmed in May. In June 2016, the next phase of the Falls of Shin Project began with Valerie Houston being welcomed back as Implementation Manager and Sasha Hudekova employed part time as Project Officer. William Gray Construction Ltd were appointed as the main contractor.\r\n\r\nA programme of events and interactive activities for all the family was devised by the Kyle of Sutherland Development Trust to celebrate the opening in May 2017. A market village was set up on site with stalls from local businesses. A range of food was also available representing the best produce from around the Highlands. The new grassy plaza was turned into a performance platform, showcasing the talents of local musicians, dancers and gymnasts throughout the day and into the evening. The restaurant and gift shop have been opened since 1st May 2017 serving a range of delicious meals, snacks, refreshments and cakes from 10am, 7 days a week.\r\n\r\nAbout<strong> The Kyle of Sutherland Development Trust</strong>\r\nThe Kyle of Sutherland Development Trust launched in 2011 covering the districts of Ardgay and Creich.The aim of the Trust is to ensure that long-term, sustainable benefits are achieved throughout the community and the Kyle of Sutherland area. The Trust focuses on how best to utilise funding from local wind farms and renewable energy projects, while ensuring all match funding opportunities are identified and secured.\r\n\r\nA priority of the Kyle of Sutherland Development Trust is to oversee the implementation of the local development plan. Focusing on strengthening and uniting the local community through a range of projects. These include: increasing leisure and outdoor activities available to residents and visitors; creating employment opportunities; developing projects which make difference to the lives of local people and supporting other local organisations to realise their projects. The Trust manages the community development service, ensuring that it meets the needs of the local communities and delivers the plan in an effective and timely manner, whilst also managing a long-term approach to improving the local area.','\'Harrods of the North\' Mac & Wild open their third restaurant','','inherit','closed','closed','','1840-revision-v1','','','2018-07-02 13:39:51','2018-07-02 13:39:51','',1840,'http://www.ontradeprogress.com/2018/07/02/1840-revision-v1/',0,'revision','',0),(1847,1,'2018-07-02 13:40:06','2018-07-02 13:40:06','<img class=\"wp-image-1843 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Logo_MWILD_transparent_2-1024x397.png\" alt=\"\" width=\"151\" height=\"58\" />\r\n\r\n<strong>London\'s favourite Scottish restaurant Mac &amp; Wild opened their third restaurant at the Falls of Shin in Scotland on Thursday 28th June 2018. </strong><strong>Taking Mac &amp; Wild back to its Highland roots, founders Andy Waugh and Calum Mackinnon are delighted to open the site at the Falls of Shin visitor centre, once known as the \'Harrods of the North\'. The latest opening sees Mac &amp; Wild venture back to the heart and soul of the Highlands, where their story first began, continuing to showcase the best of Scottish produce and suppliers. </strong>\r\n\r\nEach supplier to the new restaurant has been handpicked to support the local community, while guaranteeing extreme traceability and provenance of all the meat, fish and vegetables on offer. As in their London restaurants, Mac &amp; Wild at Falls of Shin predominantly serves meat sourced and butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years and is located just six miles away from the new site.\r\n\r\nLocated on the River Shin, The Falls of Shin is one of Northern Scotland\'s wonders and most popular tourist attractions, where in the summer months\' visitors can witness salmon leaping from the falls and roam the rocky banks of the River Shin. The visitor centre, previously owned by former Harrods owner Mohamed Al-Fayed, now offers visitors and locals true Scottish fayre.\r\n\r\nMac &amp; Wild at Falls of Shin features a 50-cover restaurant, a pavilion with outside seating (x 60 outside covers), a gift shop, and an exciting schedule of Mac &amp; Wild experiences. Throughout the year, Mac &amp; Wild will host foraging walks and talks, haggis-making masterclasses, whisky masterclasses and meet the maker masterclasses, where guests can meet Mac &amp; Wild\'s producers and suppliers, while learning about the provenance of the produce. Later in 2018, Mac &amp; Wild plan to introduce additional workshops and immersive experiences; with the likes of sheep shearing sessions and curing classes on the agenda.\r\n\r\nThe menus in the restaurant feature a selection of Mac &amp; Wild\'s signature dishes such as; their award winning Veni-Moo Burger (voted London\'s and UK\'s Best Burger 2016), Haggis Pops, Venison Weekend Roasts with all the trimmings and Deep-Fried Mars Bar Sundae served from the Kitchen menu. The new menu focuses on seasonal Scottish produce available throughout the year from local farmers and fishermen. Dishes from the Counter, available to eat in or takeaway include; Venison topside Open Sandwich, topped with Homemade Salsa Verde, Roasted Veg, Kohlrabi and Chili Slaw; Venison and Pork Sausage Rolls, as well as a selection of homemade salads and soups served everyday until 5pm. Diners can tuck into breakfast dishes such as; Eggs and Avocado, Porridge (served to your preference) and a traditional Full Scottish Breakfast featuring Portmahomack Bacon, Tattie Scone, Venison Sausage, Black Pudding, Mushrooms, Lorne Sausage, Eggs and Bone Marrow Beans, offering both Scots and visitors alike a true taste of the Highlands.\r\n\r\nOpen for dinner every Friday and Saturday evening, diners can delve into signature dishes from the Kitchen menu, as well as Mac &amp; Wild\'s meaty Butcher cuts including; MacDuff\'s Ribeye Steak, Venison Chateaubriand and the ultimate showstopper, a Tomahawk Steak, all of which can be perfectly accompanied by sides of chips or Haggis Mac &amp; Cheese.\r\n\r\nThe latest venture is truly a homecoming for Mac &amp; Wild and provides a real hub for the local community, having created 20 new jobs and, bringing a large amount of footfall to the area. Alongside the restaurant, Mac &amp; Wild serves hot and cold drinks, ice creams and a selection of street food dishes within the pavilion; while the shop at Falls of Shin stocks and supports local brands and producers selling an array of edible treats and artisan products.\r\n\r\nMac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to Londoners. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015. Since launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\nWhat Andy Waugh (Co-Founder of Mac &amp; Wild) says of the latest project: \'Falls of Shin is an incredibly exciting project for us at Mac &amp; Wild and offers us the opportunity to work even more closely with our producers and the ingredients growing on the doorstep. At Falls of Shin the seasons will dictate what is available to us at the restaurant and we will continually pickle, ferment, dehydrate and cure ingredients to make the most of the best produce while it is in season.\'\r\n\r\nPete Campbell, Chairperson Kyle of Sutherland Development Trust said \'We are delighted to welcome local lad Andy Waugh along with Calum Mackinnon and their award-winning Mac &amp; Wild team to Falls of Shin. We were very impressed with the brand they have established and the traceability they showcase around their food and drink offering. This is an exciting time for the local community and visitors alike and we wish them every success in their new venture.\'\r\n\r\n<u>OPENING HOURS</u>\r\nTHE PAVILION 7 days a week, 10am - 5pm\r\nRESTAURANT\r\nSunday - Thursday, 10am - 5pm | Walk ins only\r\nFriday - Saturday: 10am - 5pm | Walk ins only\r\nFriday - Saturday Dinner: 6pm - 9pm | Reservations and walk ins\r\n\r\nMONTHLY POP UPS AND EVENTS: Coming soon. Dates and Timings TBC\r\nFor exclusive hires for parties and events please contact <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\nMAC &amp; WILD at FALLS OF SHIN: Achany, by Lairg, Sutherland, IV27 4EE Tel 01549 402888\r\nMAC &amp; WILD FITZROVIA: 65 Great Titchfield Street, London W1W 7PS\r\nMAC &amp; WILD DEVONSHIRE SQUARE: 9A Devonshire Square, London EC2M 4YN\r\nWEBSITE www.macandwild.com/fallsofshin\r\nFACEBOOK <a href=\"https://www.facebook.com/macandwildfallsofshin\">https://www.facebook.com/macandwildfallsofshin</a>\r\nTWITTER &amp; INSTAGRAM @macandwild / @macandwild_falls_of_shin\r\nTEL: 020 7637 0510 (London) Tel 01549 402888 (Falls of Shin)\r\nEMAIL: <a href=\"mailto:info@macandwild.com\">info@macandwild.com</a>\r\n\r\n<strong>ABOUT MAC &amp; WILD</strong>\r\nMAC &amp; WILD - an off-road adventure celebrating Highland hospitality and the best of Scotland\'s produce.\r\nScottish Champions Mac &amp; Wild take diners on a journey to the Scottish Highlands, enjoying the finest wild venison, game, seafood, whisky and beer in a rustic setting. Founded by Andy Waugh, who hails from just north of Inverness, and Calum Mackinnon, who made his name north of the border on the bar scene in Aberdeen and Edinburgh, Mac &amp; Wild began its journey as a Scottish street food sensation, serving up one of Scotland\'s finest exports to London\'s everyday people. From a market stall on Whitecross Street, to a pop-up on Charlotte Street, Mac &amp; Wild opened their first permanent restaurant in London\'s Fitzrovia on Great Titchfield Street in September 2015.\r\n\r\nSince launching, Mac &amp; Wild has continued to champion and celebrate Scottish produce and personality, and has become renowned for their welcoming, friendly, relaxed and modern approach to Scottish dining. The majority of Mac &amp; Wild\'s meat is sourced and then butchered with care by Andy\'s family\'s game-butchering business, Ardgay Game, which has been in existence for over 30 years. Mac &amp; Wild have won \'Street Food of the Year\' at The Young British Foodies Awards, Best Signature Burger at the National Burger Awards 2016, were named by The Evening Standard as one of the top five places to eat game in London and the Veni-Moo burger was awarded UK\'s Best Burger 2016. Mac &amp; Wild now have two permanent restaurants in Central London - Mac &amp; Wild Fitzrovia, located in the heart of London\'s West End, and Mac &amp; Wild Devonshire Square, just a stone\'s throw from London Liverpool Street station.\r\n\r\n<strong>About Falls Of Shin</strong>\r\nThe former Falls of Shin visitor centre, previously owned by Al Fayed, was destroyed by fire in May 2013. Following this, the Kyle of Sutherland Development Trust was invited by Big Lottery Fund Scotland to submit a Stage 2 Growing Community Assets Application for project funding to rebuild the popular attraction. Valerie Houston was employed as Project Officer and worked with the community, stakeholders (Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland, VisitScotland and Kyle of Sutherland Fisheries Trust) and Design Team (CH Architecture and WSD Scotland Ltd) to lead the Project to submission of the Stage 2 Application for funding in November 2015.\r\n\r\nDuring this first phase, funding applications were also submitted to Highlands and Islands Enterprise, The Highland Council, Forestry Commission Scotland and SSE Achany Community Fund. By March 2016, the majority of Project funding was in place with the final piece being confirmed in May. In June 2016, the next phase of the Falls of Shin Project began with Valerie Houston being welcomed back as Implementation Manager and Sasha Hudekova employed part time as Project Officer. William Gray Construction Ltd were appointed as the main contractor.\r\n\r\nA programme of events and interactive activities for all the family was devised by the Kyle of Sutherland Development Trust to celebrate the opening in May 2017. A market village was set up on site with stalls from local businesses. A range of food was also available representing the best produce from around the Highlands. The new grassy plaza was turned into a performance platform, showcasing the talents of local musicians, dancers and gymnasts throughout the day and into the evening. The restaurant and gift shop have been opened since 1st May 2017 serving a range of delicious meals, snacks, refreshments and cakes from 10am, 7 days a week.\r\n\r\nAbout<strong> The Kyle of Sutherland Development Trust</strong>\r\nThe Kyle of Sutherland Development Trust launched in 2011 covering the districts of Ardgay and Creich.The aim of the Trust is to ensure that long-term, sustainable benefits are achieved throughout the community and the Kyle of Sutherland area. The Trust focuses on how best to utilise funding from local wind farms and renewable energy projects, while ensuring all match funding opportunities are identified and secured.\r\n\r\nA priority of the Kyle of Sutherland Development Trust is to oversee the implementation of the local development plan. Focusing on strengthening and uniting the local community through a range of projects. These include: increasing leisure and outdoor activities available to residents and visitors; creating employment opportunities; developing projects which make difference to the lives of local people and supporting other local organisations to realise their projects. The Trust manages the community development service, ensuring that it meets the needs of the local communities and delivers the plan in an effective and timely manner, whilst also managing a long-term approach to improving the local area.','\'Harrods of the North\' Mac & Wild open their third restaurant','','inherit','closed','closed','','1840-revision-v1','','','2018-07-02 13:40:06','2018-07-02 13:40:06','',1840,'http://www.ontradeprogress.com/2018/07/02/1840-revision-v1/',0,'revision','',0),(1848,1,'2018-07-03 07:23:15','2018-07-03 07:23:15','<strong>Williams has enhanced its Chameleon service with the launch of a host of new graphics ideas. Chameleon allows customers to turn their refrigeration cabinet into a statement piece, by encasing it in a bespoke design, using ultra-hardwearing and food-safe vinyl wrap. </strong>\r\n\r\n“A lot of customers really love the idea of Chameleon, but they’re not sure what they actually want, or how far to push it,” says Martin Laws, marketing manager of Williams. “By offering a library of ideas we’ve been able to help them make their front of house fridge a fashion item rather than a stainless steel box.”\r\n\r\nChameleon is bang on trend, delivering the perfect refrigeration solution for theatre style kitchens and front of house cooking.  “It allows the foodservice operators to match their fridge cabinets to the style and décor of the venue,” says Laws.\r\n\r\nAs part of the Chameleon service, Williams will create graphics in-house. Alternatively, customers can provide their own designs. Ideas range from brick walls to great works of art, reimagined for the catering kitchen. In fact, there’s no limit to the colours, designs and patterns that Chameleon can create. “A fur fridge? A flower fridge?  A fridge in jeans? We’re excited to see how far the market will push the boundaries,” says Laws.\r\n\r\nThe Chameleon vinyl meets all food hygiene requirements, is heat resistant from -40°C up to 140°C and has been awarded a BI fire rating. With an eight-year shelf life, it is tough enough to cope with the most hectic working environments. It can be applied to a wide range of products, including counters, prep stations and cabinets.\r\n\r\nThe cost of Chameleon will depend on the selected model and the complexity of the graphic. The price is available on application.\r\n\r\nWilliams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.\r\n\r\nTo learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\">www.williams-refrigeration.co.uk</a>.','Refrigerator art: Williams enhances Chameleon service','','publish','closed','open','','refrigerator-art-williams-enhances-chameleon-service','','','2018-07-03 07:23:15','2018-07-03 07:23:15','',0,'http://www.ontradeprogress.com/?p=1848',0,'post','',0),(1849,1,'2018-07-03 07:21:34','2018-07-03 07:21:34','','Screen Shot 2018-07-03 at 08.20.51','','inherit','closed','closed','','screen-shot-2018-07-03-at-08-20-51','','','2018-07-03 07:21:34','2018-07-03 07:21:34','',1848,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-08.20.51.png',0,'attachment','image/png',0),(1850,1,'2018-07-03 07:22:00','2018-07-03 07:22:00','<strong>Williams has enhanced its Chameleon service with the launch of a host of new graphics ideas. Chameleon allows customers to turn their refrigeration cabinet into a statement piece, by encasing it in a bespoke design, using ultra-hardwearing and food-safe vinyl wrap. </strong>\r\n\r\n“A lot of customers really love the idea of Chameleon, but they’re not sure what they actually want, or how far to push it,” says Martin Laws, marketing manager of Williams. “By offering a library of ideas we’ve been able to help them make their front of house fridge a fashion item rather than a stainless steel box.”\r\n\r\nChameleon is bang on trend, delivering the perfect refrigeration solution for theatre style kitchens and front of house cooking.  “It allows the foodservice operators to match their fridge cabinets to the style and décor of the venue,” says Laws.\r\n\r\nAs part of the Chameleon service, Williams will create graphics in-house. Alternatively, customers can provide their own designs. Ideas range from brick walls to great works of art, reimagined for the catering kitchen. In fact, there’s no limit to the colours, designs and patterns that Chameleon can create. “A fur fridge? A flower fridge?  A fridge in jeans? We’re excited to see how far the market will push the boundaries,” says Laws.\r\n\r\nThe Chameleon vinyl meets all food hygiene requirements, is heat resistant from -40°C up to 140°C and has been awarded a BI fire rating. With an eight-year shelf life, it is tough enough to cope with the most hectic working environments. It can be applied to a wide range of products, including counters, prep stations and cabinets.\r\n\r\nThe cost of Chameleon will depend on the selected model and the complexity of the graphic. The price is available on application.\r\n\r\nWilliams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.\r\n\r\nTo learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\">www.williams-refrigeration.co.uk</a>.','Refrigerator art: Williams enhances Chameleon service','','inherit','closed','closed','','1848-revision-v1','','','2018-07-03 07:22:00','2018-07-03 07:22:00','',1848,'http://www.ontradeprogress.com/2018/07/03/1848-revision-v1/',0,'revision','',0),(1851,1,'2018-07-03 08:23:50','2018-07-03 08:23:50','<span style=\"font-size: 14px;\">Adding class to the marina and city, the five-star rated Southampton Harbour Hotel &amp; Spa has transformed Ocean Village with its striking super-yacht inspired design. To encourage guests to enjoy the marina views all year round, the hotel has installed </span><a style=\"font-size: 14px;\" href=\"http://www.tansun.com/\">Tansun</a> <span style=\"font-size: 14px;\">infrared heaters in its Jetty Restaurant.</span>\r\n\r\nAt the award-winning Jetty Restaurant six of Tansun’s Sorrento infrared heaters were chosen as they are the ideal solution for the hotel’s large outdoor space. The open plan <span style=\"font-size: 14px;\">design required a powerful heating solution with wide coverage and the restaurant is very pleased with the end result. The extensive outdoor terrace features luxury relaxation pods that take in the marina and is the perfect setting for informal drinks and dining.</span>\r\n\r\n<img class=\"wp-image-1125 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"154\" height=\"77\" />\r\n\r\nMaking the terrace area warm and inviting has been a priority for the restaurant, and Tansun’s Sorrento Double infrared heaters, with a range of up to 36 square metres, are the ideal product for ensuring that their guests are always comfortable. The infrared heaters are hung from the ceiling at the Harbour Hotel, but can also be wall mounted and are suitable for awnings.\r\n\r\nThe Sorrento infrared heater’s versatility, which has received an excellent response from the hotel’s guests, makes it the perfect choice for heating large areas as it features a superior long-lasting infrared lamp and a polished parabolic reflector that enhances the heat distribution. The Sorrento Double is durable in all weather conditions, making it the ideal heating solution for restaurants, bars and other establishments looking to maximise the potential of their outdoor areas all year round.\r\n\r\nTansun offers a selection of switches and heater controls designed to suit almost any situation or need. Tansun\'s wide range of infrared heaters can easily be adjusted in heat output and energy consumption, maximising user comfort and energy savings. The Tansun six-channel remote allows six individual heaters/zones to be variably controlled. The remote can be configured to the receivers at the touch of a button; making it the most user-friendly controlled heating system on the market.\r\n\r\nTansun’s products are made in the UK and designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters to customers up and down the country.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .','Tansun Heaters installed at luxury hotel','','publish','closed','open','','tansun-heaters-installed-at-luxury-hotel','','','2018-07-03 08:35:33','2018-07-03 08:35:33','',0,'http://www.ontradeprogress.com/?p=1851',0,'post','',0),(1852,1,'2018-07-03 08:21:35','2018-07-03 08:21:35','','Screen Shot 2018-07-03 at 09.10.57','','inherit','closed','closed','','screen-shot-2018-07-03-at-09-10-57','','','2018-07-03 08:21:35','2018-07-03 08:21:35','',1851,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-09.10.57.png',0,'attachment','image/png',0),(1853,1,'2018-07-03 08:23:29','2018-07-03 08:23:29','<span style=\"font-size: 14px;\">Adding class to the marina and city, the five-star rated Southampton Harbour Hotel &amp; Spa has transformed Ocean Village with its striking super-yacht inspired design. To encourage guests to enjoy the marina views all year round, the hotel has installed </span><a style=\"font-size: 14px;\" href=\"http://www.tansun.com/\">Tansun</a> <span style=\"font-size: 14px;\">infrared heaters in its Jetty Restaurant.</span>\r\n\r\nAt the award-winning Jetty Restaurant six of Tansun’s Sorrento infrared heaters were chosen as they are the ideal solution for the hotel’s large outdoor space. The open plan <span style=\"font-size: 14px;\">design required a powerful heating solution with wide coverage and the restaurant is very pleased with the end result. The extensive outdoor terrace features luxury relaxation pods that take in the marina and is the perfect setting for informal drinks and dining.</span>\r\n\r\n<img class=\"wp-image-1125 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"154\" height=\"77\" />\r\n\r\nMaking the terrace area warm and inviting has been a priority for the restaurant, and Tansun’s Sorrento Double infrared heaters, with a range of up to 36 square metres, are the ideal product for ensuring that their guests are always comfortable. The infrared heaters are hung from the ceiling at the Harbour Hotel, but can also be wall mounted and are suitable for awnings.\r\n\r\nThe Sorrento infrared heater’s versatility, which has received an excellent response from the hotel’s guests, makes it the perfect choice for heating large areas as it features a superior long-lasting infrared lamp and a polished parabolic reflector that enhances the heat distribution. The Sorrento Double is durable in all weather conditions, making it the ideal heating solution for restaurants, bars and other establishments looking to maximise the potential of their outdoor areas all year round.\r\n\r\nTansun offers a selection of switches and heater controls designed to suit almost any situation or need. Tansun\'s wide range of infrared heaters can easily be adjusted in heat output and energy consumption, maximising user comfort and energy savings. The Tansun six-channel remote allows six individual heaters/zones to be variably controlled. The remote can be configured to the receivers at the touch of a button; making it the most user-friendly controlled heating system on the market.\r\n\r\nTansun’s products are made in the UK and designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters to customers up and down the country.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .','Tansun Heaters installed at luxury hotel','','inherit','closed','closed','','1851-revision-v1','','','2018-07-03 08:23:29','2018-07-03 08:23:29','',1851,'http://www.ontradeprogress.com/2018/07/03/1851-revision-v1/',0,'revision','',0),(1854,1,'2018-07-03 09:11:06','2018-07-03 09:11:06','<strong>It’s garden season</strong>\r\n\r\nSince 1990, consumers in the UK have shown a shifting preference from beer to wine, though consumption of beer still makes up the biggest share of sales (beer 35.8% vs wine 32.5%). Over the summer months, drinkers are naturally drawn to cooler, refreshing drinks such as beer, G&amp;T or white and rose wines, but this doesn’t mean a wine list needs to be confined to the summer staples – Pinot Grigio, Chardonnay, White Zinfandel, for example (although these will always be great sellers on sunny days).\r\n\r\n<strong>We spoke to Mark Roberts at Lanchester Wines who shared their top tips for refreshing wines this summer:</strong> With the summer of sport already in full swing and the sun finally breaking through, beer garden season is truly upon us. However, ‘beer garden’ by name doesn’t need to mean ‘beer only’. Certain red wines are great when served a few degrees cooler. Precious few red wines are traditionally served colder than room temperature, but lighter reds work perfectly when served a little chilled. This goes back to the old adage – serve at room temperature – which dates back to the times of cold wine cellars. So, if you think about it, serving a red wine a little below modern, central heated room temperature makes sense.\r\n\r\nPinot Noir is perfect for chilling and we’d highly recommend McPherson Wines’ MWC Pinot Noir from Victoria in Australia or Vintrigue Pinot Noir from Marlborough, New Zealand. Both are easy drinking with soft tannins and plenty of fruit, perfect when paired with light summer. foods.\r\n\r\nAny visitors to Australia or USA over the last few years are likely to have seen our next summer wine prediction first hand – the Frozé (frozen rosé cocktail). Ridiculously refreshing and cooling, this offers the customer something a little different to the standard wine offering while also offering the venue good margins.\r\n\r\nYou’ll need a full-flavored, full-bodied, darker-coloured rosé for freezing as the end drink will lose some of its colour and will be a bit diluted after freezing and blending. Therefore, you want something that can hold its own, such as the Viña Oria Tempranillo Garnacha or the Vega Badenes Rosado Syrah.\r\n\r\nThe wine is then frozen (for around six hours) then sugar syrup, fruit (usually strawberries or raspberries) and lemon juice are added, but of course each outlet will have its own special twist to the recipe.\r\n\r\nAn ice bucket with chilled sparkling wine is great for toasting with friends in the summer and in terms of fizz, Prosecco still reigns supreme. But, for those wanting something a little different, or with less alcohol, Moscato is the ideal alternative.\r\n\r\nMoscato wine is characterized by its sweet, fruity and sometimes floral aroma and taste. Many Moscato wines have a bit of effervescence to them, with the most well-known being Moscato d\'Asti. Our top tip for this summer is The Princess Butterfly sparkling Moscato from Australia. Served chilled, this is strawberries and cream in a glass, and at only 7% ABV, it’s a lower alcohol alternative for drinkers trying to reduce their intake. Its presented in a stunning crown cap bottle and ideal when sold by the bottle for drinking on a sunny day.\r\n\r\nIf you would like to learn more about Lanchester Wines or any of the wines mentioned in this article, please visit <a href=\"http://www.Lanchesterwines.co.uk\">www.Lanchesterwines.co.uk</a> or call 0127 52 1234.','Lanchester Wines: Summer Drinks','','publish','closed','open','','lanchester-wines-summer-drinks','','','2018-07-03 09:11:57','2018-07-03 09:11:57','',0,'http://www.ontradeprogress.com/?p=1854',0,'post','',0),(1855,1,'2018-07-03 08:58:10','2018-07-03 08:58:10','','Screen Shot 2018-07-03 at 09.52.49','','inherit','closed','closed','','screen-shot-2018-07-03-at-09-52-49','','','2018-07-03 08:58:10','2018-07-03 08:58:10','',1854,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-09.52.49.png',0,'attachment','image/png',0),(1856,1,'2018-07-03 09:08:26','2018-07-03 09:08:26','<strong>It’s garden season</strong>\r\n\r\nSince 1990, consumers in the UK have shown a shifting preference from beer to wine, though consumption of beer still makes up the biggest share of sales (beer 35.8% vs wine 32.5%). Over the summer months, drinkers are naturally drawn to cooler, refreshing drinks such as beer, G&amp;T or white and rose wines, but this doesn’t mean a wine list needs to be confined to the summer staples – Pinot Grigio, Chardonnay, White Zinfandel, for example (although these will always be great sellers on sunny days).\r\n\r\n<strong>We spoke to Mark Roberts at Lanchester Wines who shared their top tips for refreshing wines this summer:</strong> With the summer of sport already in full swing and the sun finally breaking through, beer garden season is truly upon us. However, ‘beer garden’ by name doesn’t need to mean ‘beer only’. Certain red wines are great when served a few degrees cooler. Precious few red wines are traditionally served colder than room temperature, but lighter reds work perfectly when served a little chilled. This goes back to the old adage – serve at room temperature – which dates back to the times of cold wine cellars. So, if you think about it, serving a red wine a little below modern, central heated room temperature makes sense.\r\n\r\nPinot Noir is perfect for chilling and we’d highly recommend McPherson Wines’ MWC Pinot Noir from Victoria in Australia or Vintrigue Pinot Noir from Marlborough, New Zealand. Both are easy drinking with soft tannins and plenty of fruit, perfect when paired with light summer. foods.\r\n\r\nAny visitors to Australia or USA over the last few years are likely to have seen our next summer wine prediction first hand – the Frozé (frozen rosé cocktail). Ridiculously refreshing and cooling, this offers the customer something a little different to the standard wine offering while also offering the venue good margins.\r\n\r\nYou’ll need a full-flavored, full-bodied, darker-coloured rosé for freezing as the end drink will lose some of its colour and will be a bit diluted after freezing and blending. Therefore, you want something that can hold its own, such as the Viña Oria Tempranillo Garnacha or the Vega Badenes Rosado Syrah.\r\n\r\nThe wine is then frozen (for around six hours) then sugar syrup, fruit (usually strawberries or raspberries) and lemon juice are added, but of course each outlet will have its own special twist to the recipe.\r\n\r\nAn ice bucket with chilled sparkling wine is great for toasting with friends in the summer and in terms of fizz, Prosecco still reigns supreme. But, for those wanting something a little different, or with less alcohol, Moscato is the ideal alternative.\r\n\r\nMoscato wine is characterized by its sweet, fruity and sometimes floral aroma and taste. Many Moscato wines have a bit of effervescence to them, with the most well-known being Moscato d\'Asti. Our top tip for this summer is The Princess Butterfly sparkling Moscato from Australia. Served chilled, this is strawberries and cream in a glass, and at only 7% ABV, it’s a lower alcohol alternative for drinkers trying to reduce their intake. Its presented in a stunning crown cap bottle and ideal when sold by the bottle for drinking on a sunny day.\r\n\r\nIf you would like to learn more about Lanchester Wines or any of the wines mentioned in this article, please visit <a href=\"http://www.Lanchesterwines.co.uk\">www.Lanchesterwines.co.uk</a> or call 0127 52 1234.','Lanchester Wines: Summer Drinks','','inherit','closed','closed','','1854-revision-v1','','','2018-07-03 09:08:26','2018-07-03 09:08:26','',1854,'http://www.ontradeprogress.com/2018/07/03/1854-revision-v1/',0,'revision','',0),(1857,1,'2018-07-03 09:46:09','2018-07-03 09:46:09','<strong>Falcon’s new managing director is Peter McAllister, a man with extensive industry experience who has held senior roles in several other market-leading companies. He joins as Falcon gears up to celebrate its bicentennial – the company first started operating in 1819. </strong>\r\n\r\n“I’m looking forward to building on the Falcon success story,” says Peter. “It’s a first class company with a great history and a great future. These are exciting times: we have a very strong team, our markets are expanding, both at home and overseas, and we have new products in development that will underline our brand strengths.”\r\n\r\nPeter joins Falcon from Havelock Europa, the UK’s largest interiors manufacturing and fit-out company, where he was chief operating officer. Previously he worked with top companies such as Oracle &amp; Sun Microsystems, Oki, Alexander Dennis and Clyde Union.\r\n\r\n“We’re delighted to appoint someone of Peter’s calibre,” says Tim Smith, CEO of the AFE Group, of which Falcon is part. “He has a record of building profits, an engaging leadership style, and the experience and expertise to help us realise Falcon’s full potential and maximise business in a highly competitive market.”\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Falcon appoints Peter McAllister as managing director','','publish','closed','open','','falcon-appoints-peter-mcallister-as-managing-director','','','2018-07-03 09:46:09','2018-07-03 09:46:09','',0,'http://www.ontradeprogress.com/?p=1857',0,'post','',0),(1858,1,'2018-07-03 09:45:06','2018-07-03 09:45:06','','Screen Shot 2018-07-03 at 10.44.42','','inherit','closed','closed','','screen-shot-2018-07-03-at-10-44-42','','','2018-07-03 09:45:06','2018-07-03 09:45:06','',1857,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-10.44.42.png',0,'attachment','image/png',0),(1859,1,'2018-07-03 09:45:47','2018-07-03 09:45:47','<strong>Falcon’s new managing director is Peter McAllister, a man with extensive industry experience who has held senior roles in several other market-leading companies. He joins as Falcon gears up to celebrate its bicentennial – the company first started operating in 1819. </strong>\r\n\r\n“I’m looking forward to building on the Falcon success story,” says Peter. “It’s a first class company with a great history and a great future. These are exciting times: we have a very strong team, our markets are expanding, both at home and overseas, and we have new products in development that will underline our brand strengths.”\r\n\r\nPeter joins Falcon from Havelock Europa, the UK’s largest interiors manufacturing and fit-out company, where he was chief operating officer. Previously he worked with top companies such as Oracle &amp; Sun Microsystems, Oki, Alexander Dennis and Clyde Union.\r\n\r\n“We’re delighted to appoint someone of Peter’s calibre,” says Tim Smith, CEO of the AFE Group, of which Falcon is part. “He has a record of building profits, an engaging leadership style, and the experience and expertise to help us realise Falcon’s full potential and maximise business in a highly competitive market.”\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Falcon appoints Peter McAllister as managing director','','inherit','closed','closed','','1857-revision-v1','','','2018-07-03 09:45:47','2018-07-03 09:45:47','',1857,'http://www.ontradeprogress.com/2018/07/03/1857-revision-v1/',0,'revision','',0),(1861,1,'2018-07-03 12:29:31','2018-07-03 12:29:31','<strong>Having the best line up</strong>\r\n\r\nAround 5000 pubs, bars and clubs are using the FlowMaster system from BeerTech as it saves them time and money and improves beer quality. They all lines clean on a three-weekly cycle, and for 35 weeks each year they sell the beer that would normally be wasted. Line cleaning can also be easier as the action of the system delays the “furring- up” process, thereby breaking down any old stubborn deposits, improving the internal beerline surface, giving a better opportunity to deliver the beer in the condition it leaves the keg.\r\n\r\nThe system requires one unit per operational keg or cask and is available for a no contract rent at £49.75 per month per site, with the equipment and the installation provided Free of charge. This also includes full maintenance. If purchased the cost is £69.00 per beerline in the cellar, with an install fee of £150.00 and a fee of £35.00 for the power supply, which includes a year’s maintenance contract. After this the whole system can be maintained for £70 per site per annum.\r\n\r\nThis needs course to be balanced against the savings being made. An average site may lose in the region of 25 pints per week, which equates to 1,300 pints per year. Saving two-thirds of that amount will allow a publican to sell around 870 “free pints” per year, or to put it another way, will give them 10 free kegs annually! In addition, there are of course large savings in time to be had, as well as savings in cleaning fluid water and gas.\r\n\r\nThe company has been operating for 20 years and includes Greene King in their portfolio. They have installed all 3000 of Greene Kings managed sites, including 10,000 beerlines installed for them this year.\r\n\r\nThe FlowMaster units operate simply as beer is pulled through at the tap, and so do not require any special training or instruction. There is simply a small LED light on each FlowMaster unit that signals the unit is operating correctly. Other current customers include Grosvenor Casinos, Heron and Brealey from the Isle of Man, Mitchell’s and Butlers, Marston’s and over a dozen independent groups throughout the UK, as well as thousands of individual independent operators. The company also supplies the FlowMaster system to both the USA and Australia\r\n\r\nVisit <a href=\"http://www.beertechuk.com\">www.beertechuk.com</a>. Or e-mail <a href=\"mailto:sales@beerterchuk.com\">sales@beerterchuk.com</a> for a full information pack or call freephone 0800 328 9533','In… the cellar','','publish','closed','open','','in-the-cellar','','','2018-07-03 12:29:31','2018-07-03 12:29:31','',0,'http://www.ontradeprogress.com/?p=1861',0,'post','',0),(1862,1,'2018-07-03 12:24:33','2018-07-03 12:24:33','','Screen Shot 2018-07-03 at 13.17.18','','inherit','closed','closed','','screen-shot-2018-07-03-at-13-17-18','','','2018-07-03 12:24:33','2018-07-03 12:24:33','',1861,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-13.17.18.png',0,'attachment','image/png',0),(1863,1,'2018-07-03 12:29:31','2018-07-03 12:29:31','<strong>Having the best line up</strong>\r\n\r\nAround 5000 pubs, bars and clubs are using the FlowMaster system from BeerTech as it saves them time and money and improves beer quality. They all lines clean on a three-weekly cycle, and for 35 weeks each year they sell the beer that would normally be wasted. Line cleaning can also be easier as the action of the system delays the “furring- up” process, thereby breaking down any old stubborn deposits, improving the internal beerline surface, giving a better opportunity to deliver the beer in the condition it leaves the keg.\r\n\r\nThe system requires one unit per operational keg or cask and is available for a no contract rent at £49.75 per month per site, with the equipment and the installation provided Free of charge. This also includes full maintenance. If purchased the cost is £69.00 per beerline in the cellar, with an install fee of £150.00 and a fee of £35.00 for the power supply, which includes a year’s maintenance contract. After this the whole system can be maintained for £70 per site per annum.\r\n\r\nThis needs course to be balanced against the savings being made. An average site may lose in the region of 25 pints per week, which equates to 1,300 pints per year. Saving two-thirds of that amount will allow a publican to sell around 870 “free pints” per year, or to put it another way, will give them 10 free kegs annually! In addition, there are of course large savings in time to be had, as well as savings in cleaning fluid water and gas.\r\n\r\nThe company has been operating for 20 years and includes Greene King in their portfolio. They have installed all 3000 of Greene Kings managed sites, including 10,000 beerlines installed for them this year.\r\n\r\nThe FlowMaster units operate simply as beer is pulled through at the tap, and so do not require any special training or instruction. There is simply a small LED light on each FlowMaster unit that signals the unit is operating correctly. Other current customers include Grosvenor Casinos, Heron and Brealey from the Isle of Man, Mitchell’s and Butlers, Marston’s and over a dozen independent groups throughout the UK, as well as thousands of individual independent operators. The company also supplies the FlowMaster system to both the USA and Australia\r\n\r\nVisit <a href=\"http://www.beertechuk.com\">www.beertechuk.com</a>. Or e-mail <a href=\"mailto:sales@beerterchuk.com\">sales@beerterchuk.com</a> for a full information pack or call freephone 0800 328 9533','In… the cellar','','inherit','closed','closed','','1861-revision-v1','','','2018-07-03 12:29:31','2018-07-03 12:29:31','',1861,'http://www.ontradeprogress.com/2018/07/03/1861-revision-v1/',0,'revision','',0),(1864,1,'2018-07-05 09:54:45','2018-07-05 09:54:45','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_june_2018__fbe6ba9d9ef458?e=32393893/62956585[/embed]','On-Trade Progress Issue 15','','inherit','closed','closed','','276-revision-v1','','','2018-07-05 09:54:45','2018-07-05 09:54:45','',276,'http://www.ontradeprogress.com/2018/07/05/276-revision-v1/',0,'revision','',0),(1865,1,'2018-07-06 07:10:02','2018-07-06 07:10:02','<strong>UKHospitality has warned that any increases to PPL’s SFE tariff will place considerable burdens on venues and limit their ability to offer recorded music.</strong>\r\n\r\nPPL has begun formally consulting on a revised Specially Featured Entertainment (SFE) tariff which would apply to a range of businesses in the hospitality sector such as nightclubs, pubs, restaurants, hotels and bars.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “We see no reason why there should be a need to fundamentally change the SFE tariff and increase costs for businesses already struggling against a swathe of taxes.\r\n\r\n“It is clear that if PPL’s current thinking were to be implemented it would result in massive increases in licence fees, inevitably leading to higher prices for customers and significantly reducing the ability of establishments across the UK to play recorded music, when mixed by DJs or for dancing.\r\n\r\n“UKHospitality will be liaising with our members and other stakeholders to robustly respond to these proposals, to avoid additional costs that would drive music out of venues and ultimately close some hospitality businesses.”','UKHospitality warns against PPL tariff increase','','publish','closed','open','','ukhospitality-warns-against-ppl-tariff-increase','','','2018-07-06 07:10:02','2018-07-06 07:10:02','',0,'http://www.ontradeprogress.com/?p=1865',0,'post','',0),(1866,1,'2018-07-06 07:10:02','2018-07-06 07:10:02','<strong>UKHospitality has warned that any increases to PPL’s SFE tariff will place considerable burdens on venues and limit their ability to offer recorded music.</strong>\r\n\r\nPPL has begun formally consulting on a revised Specially Featured Entertainment (SFE) tariff which would apply to a range of businesses in the hospitality sector such as nightclubs, pubs, restaurants, hotels and bars.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “We see no reason why there should be a need to fundamentally change the SFE tariff and increase costs for businesses already struggling against a swathe of taxes.\r\n\r\n“It is clear that if PPL’s current thinking were to be implemented it would result in massive increases in licence fees, inevitably leading to higher prices for customers and significantly reducing the ability of establishments across the UK to play recorded music, when mixed by DJs or for dancing.\r\n\r\n“UKHospitality will be liaising with our members and other stakeholders to robustly respond to these proposals, to avoid additional costs that would drive music out of venues and ultimately close some hospitality businesses.”','UKHospitality warns against PPL tariff increase','','inherit','closed','closed','','1865-revision-v1','','','2018-07-06 07:10:02','2018-07-06 07:10:02','',1865,'http://www.ontradeprogress.com/2018/07/06/1865-revision-v1/',0,'revision','',0),(1868,1,'2018-07-06 07:33:39','2018-07-06 07:33:39','','Screen Shot 2018-07-06 at 08.25.21','','inherit','closed','closed','','screen-shot-2018-07-06-at-08-25-21','','','2018-07-06 07:33:39','2018-07-06 07:33:39','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.25.21.png',0,'attachment','image/png',0),(1869,1,'2018-07-06 07:35:43','2018-07-06 07:35:43','','Screen Shot 2018-07-06 at 08.33.59','','inherit','closed','closed','','screen-shot-2018-07-06-at-08-33-59','','','2018-07-06 07:35:43','2018-07-06 07:35:43','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.33.59.png',0,'attachment','image/png',0),(1871,1,'2018-07-06 07:40:26','2018-07-06 07:40:26','','Screen Shot 2018-07-06 at 08.40.07','','inherit','closed','closed','','screen-shot-2018-07-06-at-08-40-07','','','2018-07-06 07:40:26','2018-07-06 07:40:26','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.40.07.png',0,'attachment','image/png',0),(1873,1,'2018-07-06 08:20:00','2018-07-06 08:20:00','<img class=\"wp-image-1875 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.49.14.png\" alt=\"\" width=\"278\" height=\"185\" /><strong>Budding homebrewers will now be able to put their creativity to the test by creating their very own recipes, thanks to the new “<a href=\"https://homebrewtique.com/build-your-recipe-kit/\" target=\"_blank\" rel=\"noopener noreferrer\">recipe builder</a>” launched by <a href=\"https://homebrewtique.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Home Brewtique</a>.</strong>\r\n\r\nPremium craft beer brewing company Home Brewtique allows beer lovers to brew ales from scratch using the raw, all-grain ingredients that a brewery does - but in much smaller batch sizes and from the comfort of their own home.\r\n\r\nTheir new recipe builder gives homebrewers a step between tried and tested recipe packs and going on their own sourcing individual ingredients. Co-founder Posy Parson explains, “we wanted our more experienced brewers to feel confident taking the step to design their own recipes by providing a bit more support, yet allowing a lot of room for their own choice and experimentation.”\r\n\r\nBrewers with Home Brewtique can now use the recipe builder to influence every element of their beer recipe. This includes choosing from:\r\n<ul>\r\n 	<li>Five different base malt styles, ranging from a light ale to a dark porter.</li>\r\n 	<li>Hop additions, which can either be regular or super-hopped in many different hop varieties for different influences such as bittering, flavour, and aromatics.</li>\r\n 	<li>Three different types of yeast, including an American west coast ale and a Belgian Wit.</li>\r\n 	<li>The option of special flavour additions such as a “winter warmer” or an “Asian inspiration.”</li>\r\n 	<li>Control over carbonation levels with varying amounts of carbonating sugar.</li>\r\n</ul>\r\nEvery kit includes instructions with guidelines and advice on timings and how to influence the beer results. Co-founder Posy Parsons says: “Our homebrew kits are specifically designed to give homebrewers at any level the chance to brew a quality beer from scratch - using only the freshest ingredients and the ‘all grain’ approach, rather than diluting a pre-mixed wort concentrate.\r\n\r\n“We wanted to give our experienced homebrewers more creative control over their recipes, which is why we have now made our kits fully customisable. By putting homebrewers in the driver’s seat we hope to empower more people to take up brewing as a hobby and feel comfortable and confident in experimenting and getting really creative with their brewing.”\r\n\r\nHome Brewtique was founded just three years ago by Posy Parsons and Claire Russell, who are determined to smash the stereotype of homebrewing. Their kits are designed to be small enough to fit in any size kitchen, while still using an authentic process “from scratch” and fresh ingredients, similarly to a larger scale brewery. They are also the first to adopt the Brew-In-A-Bag method for small-batch brewing thus simplifying the whole brewing process.\r\n\r\nPosy adds: “Our kits make it as easy as possible to brew up a quality beer that you can be proud of. Homebrewing is something that anyone can enjoy, and a good brew kit should be a staple in every kitchen.”','Homebrewers can now create their own beer recipes','','publish','closed','open','','homebrewers-can-now-create-their-own-beer-recipes','','','2018-07-06 08:55:02','2018-07-06 08:55:02','',0,'http://www.ontradeprogress.com/?p=1873',0,'post','',0),(1874,1,'2018-07-06 08:17:52','2018-07-06 08:17:52','','Screen Shot 2018-07-06 at 08.48.41','','inherit','closed','closed','','screen-shot-2018-07-06-at-08-48-41','','','2018-07-06 08:17:52','2018-07-06 08:17:52','',1873,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.48.41.png',0,'attachment','image/png',0),(1875,1,'2018-07-06 08:19:06','2018-07-06 08:19:06','','Screen Shot 2018-07-06 at 08.49.14','','inherit','closed','closed','','screen-shot-2018-07-06-at-08-49-14','','','2018-07-06 08:19:06','2018-07-06 08:19:06','',1873,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.49.14.png',0,'attachment','image/png',0),(1876,1,'2018-07-06 08:20:00','2018-07-06 08:20:00','<img class=\"wp-image-1875 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-08.49.14.png\" alt=\"\" width=\"278\" height=\"185\" /><strong>Budding homebrewers will now be able to put their creativity to the test by creating their very own recipes, thanks to the new “<a href=\"https://homebrewtique.com/build-your-recipe-kit/\" target=\"_blank\" rel=\"noopener noreferrer\">recipe builder</a>” launched by <a href=\"https://homebrewtique.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Home Brewtique</a>.</strong>\r\n\r\nPremium craft beer brewing company Home Brewtique allows beer lovers to brew ales from scratch using the raw, all-grain ingredients that a brewery does - but in much smaller batch sizes and from the comfort of their own home.\r\n\r\nTheir new recipe builder gives homebrewers a step between tried and tested recipe packs and going on their own sourcing individual ingredients. Co-founder Posy Parson explains, “we wanted our more experienced brewers to feel confident taking the step to design their own recipes by providing a bit more support, yet allowing a lot of room for their own choice and experimentation.”\r\n\r\nBrewers with Home Brewtique can now use the recipe builder to influence every element of their beer recipe. This includes choosing from:\r\n<ul>\r\n 	<li>Five different base malt styles, ranging from a light ale to a dark porter.</li>\r\n 	<li>Hop additions, which can either be regular or super-hopped in many different hop varieties for different influences such as bittering, flavour, and aromatics.</li>\r\n 	<li>Three different types of yeast, including an American west coast ale and a Belgian Wit.</li>\r\n 	<li>The option of special flavour additions such as a “winter warmer” or an “Asian inspiration.”</li>\r\n 	<li>Control over carbonation levels with varying amounts of carbonating sugar.</li>\r\n</ul>\r\nEvery kit includes instructions with guidelines and advice on timings and how to influence the beer results. Co-founder Posy Parsons says: “Our homebrew kits are specifically designed to give homebrewers at any level the chance to brew a quality beer from scratch - using only the freshest ingredients and the ‘all grain’ approach, rather than diluting a pre-mixed wort concentrate.\r\n\r\n“We wanted to give our experienced homebrewers more creative control over their recipes, which is why we have now made our kits fully customisable. By putting homebrewers in the driver’s seat we hope to empower more people to take up brewing as a hobby and feel comfortable and confident in experimenting and getting really creative with their brewing.”\r\n\r\nHome Brewtique was founded just three years ago by Posy Parsons and Claire Russell, who are determined to smash the stereotype of homebrewing. Their kits are designed to be small enough to fit in any size kitchen, while still using an authentic process “from scratch” and fresh ingredients, similarly to a larger scale brewery. They are also the first to adopt the Brew-In-A-Bag method for small-batch brewing thus simplifying the whole brewing process.\r\n\r\nPosy adds: “Our kits make it as easy as possible to brew up a quality beer that you can be proud of. Homebrewing is something that anyone can enjoy, and a good brew kit should be a staple in every kitchen.”','Homebrewers can now create their own beer recipes','','inherit','closed','closed','','1873-revision-v1','','','2018-07-06 08:20:00','2018-07-06 08:20:00','',1873,'http://www.ontradeprogress.com/2018/07/06/1873-revision-v1/',0,'revision','',0),(1877,1,'2018-07-06 08:36:42','2018-07-06 08:36:42','<strong>DCMS Minister Michael Ellis MP will discuss the future of the UK’s hospitality sector at next month’s UKHospitality conference, Shaping the Future.</strong>\r\n\r\nThe Minister has been unveiled by UKHospitality as a headline speaker at the trade association’s first premier event under the new branding. Mr Ellis will join a range of industry leaders to discuss the challenges and opportunities facing the sector, including: Peter Martin, CGA Strategy; Steve Richards, Casual Dining Group; Peter Gowers, Travelodge and Peter Marks, Deltic.\r\n\r\nMichael Ellis MP said: “Hospitality is a key part of our thriving tourism industry. It generates billions of pounds for the UK economy and supports thousands of jobs.\r\n\r\n“I’m delighted that this innovative sector now has a stronger, more focused and unified voice to engage with Government. I look forward to joining industry leaders and key partners to discuss their future plans.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Our first conference is shaping up to be a great one and we are very excited to be able to hear from a Minister working to promote the sector at the heart of Government.\r\n\r\n“The conference will be a fantastic opportunity to hear from some of the most influential and knowledgeable men and women in the sector and a chance to ensure that UKHospitality, in its first year, gets off to the best possible start.”','Tourism Minister to speak at UKHospitality conference','','publish','closed','open','','tourism-minister-to-speak-at-ukhospitality-conference','','','2018-07-06 08:55:46','2018-07-06 08:55:46','',0,'http://www.ontradeprogress.com/?p=1877',0,'post','',0),(1878,1,'2018-07-06 08:36:42','2018-07-06 08:36:42','<strong>DCMS Minister Michael Ellis MP will discuss the future of the UK’s hospitality sector at next month’s UKHospitality conference, Shaping the Future.</strong>\r\n\r\nThe Minister has been unveiled by UKHospitality as a headline speaker at the trade association’s first premier event under the new branding. Mr Ellis will join a range of industry leaders to discuss the challenges and opportunities facing the sector, including: Peter Martin, CGA Strategy; Steve Richards, Casual Dining Group; Peter Gowers, Travelodge and Peter Marks, Deltic.\r\n\r\nMichael Ellis MP said: “Hospitality is a key part of our thriving tourism industry. It generates billions of pounds for the UK economy and supports thousands of jobs.\r\n\r\n“I’m delighted that this innovative sector now has a stronger, more focused and unified voice to engage with Government. I look forward to joining industry leaders and key partners to discuss their future plans.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Our first conference is shaping up to be a great one and we are very excited to be able to hear from a Minister working to promote the sector at the heart of Government.\r\n\r\n“The conference will be a fantastic opportunity to hear from some of the most influential and knowledgeable men and women in the sector and a chance to ensure that UKHospitality, in its first year, gets off to the best possible start.”','Tourism Minister to speak at UKHospitality conference','','inherit','closed','closed','','1877-revision-v1','','','2018-07-06 08:36:42','2018-07-06 08:36:42','',1877,'http://www.ontradeprogress.com/2018/07/06/1877-revision-v1/',0,'revision','',0),(1879,1,'2018-07-06 09:03:01','2018-07-06 09:03:01','<img class=\"wp-image-1881 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-09.52.06.png\" alt=\"\" width=\"277\" height=\"182\" /><strong><span style=\"font-family: Arial; font-size: small;\">Britain\'s bravest and boldest bar workers will be put through their paces when the Fernet-Branca Barback Games come to London this September, with a trip to San Francisco up for grabs for the winner.</span></strong>\r\n\r\nThe games will test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Originally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. With the games being held in the UK for the first time this year, Fernet-Branca and UK distributor Hi-Spirits are offering the winner a trip to San Francisco as their prize.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Bars can enter a team made up of one competitor and one coach, with anyone who works in a pub, bar, restaurant or club whose role has included barback duties eligible to compete. The final will see four knockout rounds put competitors through their paces, with the final battle between two teams deciding the winner of the San Francisco trip.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>The teams won\'t find out what\'s involved until the day of the Games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Dan Bolton, managing director of Hi-Spirits, said: \"We\'re delighted to be bringing the Fernet-Branca Barback Games to the UK this year. Barbacks are all too often the unsung heroes of great bars and the Games are an opportunity for them to step into the spotlight - if they\'re up for the challenge!\"\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>The Fernet-Branca Barback Games will be held at Village Underground, London on Sunday 9  September, with an invited audience from the bar trade cheering on the teams and a global judging panel of bar professionals overseeing the proceedings.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Entries are now open at <a href=\"file:///C:/Users/Al/AppData/Local/Microsoft/Windows/INetCache/Content.Outlook/LLYLHW48/fernet-branca.co.uk/barbackgames\"><span class=\"Hyperlink\">fernet-branca.co.uk/barbackgames</span></a> and close on 10 August. Entrants need to explain why they should be selected, with the finalists announced on 17 August, 2018. Full terms and conditions are also online.','Fernet-Branca challenges the bar trade\'s bravest at the Barback Games','','publish','closed','open','','fernet-branca-challenges-the-bar-trades-bravest-at-the-barback-games','','','2018-07-06 09:03:51','2018-07-06 09:03:51','',0,'http://www.ontradeprogress.com/?p=1879',0,'post','',0),(1880,1,'2018-07-06 09:01:44','2018-07-06 09:01:44','','HS','','inherit','closed','closed','','hs','','','2018-07-06 09:01:44','2018-07-06 09:01:44','',1879,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/HS.jpg',0,'attachment','image/jpeg',0),(1881,1,'2018-07-06 09:02:05','2018-07-06 09:02:05','','Screen Shot 2018-07-06 at 09.52.06','','inherit','closed','closed','','screen-shot-2018-07-06-at-09-52-06','','','2018-07-06 09:02:05','2018-07-06 09:02:05','',1879,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-09.52.06.png',0,'attachment','image/png',0),(1882,1,'2018-07-06 09:03:01','2018-07-06 09:03:01','<img class=\"wp-image-1881 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-09.52.06.png\" alt=\"\" width=\"277\" height=\"182\" />\r\n\r\n<strong><span style=\"font-family: Arial; font-size: small;\">Britain\'s bravest and boldest bar workers will be put through their paces when the Fernet-Branca Barback Games come to London this September, with a trip to San Francisco up for grabs for the winner.</span></strong>\r\n\r\nThe games will test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Originally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. With the games being held in the UK for the first time this year, Fernet-Branca and UK distributor Hi-Spirits are offering the winner a trip to San Francisco as their prize.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Bars can enter a team made up of one competitor and one coach, with anyone who works in a pub, bar, restaurant or club whose role has included barback duties eligible to compete. The final will see four knockout rounds put competitors through their paces, with the final battle between two teams deciding the winner of the San Francisco trip.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>The teams won\'t find out what\'s involved until the day of the Games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Dan Bolton, managing director of Hi-Spirits, said: \"We\'re delighted to be bringing the Fernet-Branca Barback Games to the UK this year. Barbacks are all too often the unsung heroes of great bars and the Games are an opportunity for them to step into the spotlight - if they\'re up for the challenge!\"\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>The Fernet-Branca Barback Games will be held at Village Underground, London on Sunday 9  September, with an invited audience from the bar trade cheering on the teams and a global judging panel of bar professionals overseeing the proceedings.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Entries are now open at <a href=\"file:///C:/Users/Al/AppData/Local/Microsoft/Windows/INetCache/Content.Outlook/LLYLHW48/fernet-branca.co.uk/barbackgames\"><span class=\"Hyperlink\">fernet-branca.co.uk/barbackgames</span></a> and close on 10 August. Entrants need to explain why they should be selected, with the finalists announced on 17 August, 2018. Full terms and conditions are also online.','Fernet-Branca challenges the bar trade\'s bravest at the Barback Games','','inherit','closed','closed','','1879-revision-v1','','','2018-07-06 09:03:01','2018-07-06 09:03:01','',1879,'http://www.ontradeprogress.com/2018/07/06/1879-revision-v1/',0,'revision','',0),(1883,1,'2018-07-06 09:03:31','2018-07-06 09:03:31','<img class=\"wp-image-1881 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-09.52.06.png\" alt=\"\" width=\"277\" height=\"182\" /><strong><span style=\"font-family: Arial; font-size: small;\">Britain\'s bravest and boldest bar workers will be put through their paces when the Fernet-Branca Barback Games come to London this September, with a trip to San Francisco up for grabs for the winner.</span></strong>\r\n\r\nThe games will test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Originally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. With the games being held in the UK for the first time this year, Fernet-Branca and UK distributor Hi-Spirits are offering the winner a trip to San Francisco as their prize.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Bars can enter a team made up of one competitor and one coach, with anyone who works in a pub, bar, restaurant or club whose role has included barback duties eligible to compete. The final will see four knockout rounds put competitors through their paces, with the final battle between two teams deciding the winner of the San Francisco trip.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>The teams won\'t find out what\'s involved until the day of the Games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Dan Bolton, managing director of Hi-Spirits, said: \"We\'re delighted to be bringing the Fernet-Branca Barback Games to the UK this year. Barbacks are all too often the unsung heroes of great bars and the Games are an opportunity for them to step into the spotlight - if they\'re up for the challenge!\"\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>The Fernet-Branca Barback Games will be held at Village Underground, London on Sunday 9  September, with an invited audience from the bar trade cheering on the teams and a global judging panel of bar professionals overseeing the proceedings.\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> </span>Entries are now open at <a href=\"file:///C:/Users/Al/AppData/Local/Microsoft/Windows/INetCache/Content.Outlook/LLYLHW48/fernet-branca.co.uk/barbackgames\"><span class=\"Hyperlink\">fernet-branca.co.uk/barbackgames</span></a> and close on 10 August. Entrants need to explain why they should be selected, with the finalists announced on 17 August, 2018. Full terms and conditions are also online.','Fernet-Branca challenges the bar trade\'s bravest at the Barback Games','','inherit','closed','closed','','1879-revision-v1','','','2018-07-06 09:03:31','2018-07-06 09:03:31','',1879,'http://www.ontradeprogress.com/2018/07/06/1879-revision-v1/',0,'revision','',0),(1884,1,'2018-07-06 09:23:09','2018-07-06 09:23:09','<strong>Certa Cooking Equipment has added to its portfolio by agreeing </strong><strong>on a deal to become the exclusive UK partner for the Adventys range of Induction cooking equipment.</strong>\r\n\r\nThe agreement, which came into force on 1<sup>st</sup> July, will see Certa supplying the FULL range of Adventys equipment, with more than 60 items in total, including table-top &amp; heavy duty cooking, buffet solutions, bespoke suites &amp; drop-in induction units.\r\n\r\n‘We were really impressed by the knowledge of the UK equipment sector demonstrated by the team at Certa Cooking Equipment,’ said Adventys Export Manager, Mathilde Perot. ‘We feel that the Adventys brand will be in safe hands and that they are ideally positioned to build on the success of the brand in the UK.’\r\n\r\n‘Adventys is synonymous with induction innovation thanks to products such as “Induc-Stone” ® and “Induc-NoLimit” ® and we are delighted to have been offered the opportunity to represent such a well-respected brand here in the UK,’ said Certa Cooking Equipment Director, Dan Loria. ‘We look forward to growing the business in partnership with the dealer network and feel that the Adventys brand will sit very nicely alongside the other companies that we represent, Eloma, OEM and Aurea. We have a number of exciting plans for the brand: as well as extending the range of Adventys equipment available in the UK, stockholding will be increased thanks to the on-site warehouse facilities of Certa Logistics and we will also be offering to manufacture “own label” products at the Adventys factory. Furthermore, thanks to the capability of our in-house service division, Certa Service, the levels of support will be improved and we will be able to provide either “on-site” or “collect and replace” repairs so that end users are never without a vital piece of equipment.’\r\n\r\nFull details of the Adventys range can be obtained by calling Certa Cooking Equipment on 01442 915785.','Certa Cooking Equipment becomes exclusive UK partners for Adventys','','publish','closed','open','','certa-cooking-equipment-becomes-exclusive-uk-partners-for-adventys','','','2018-07-06 09:25:54','2018-07-06 09:25:54','',0,'http://www.ontradeprogress.com/?p=1884',0,'post','',0),(1885,1,'2018-07-06 09:16:20','2018-07-06 09:16:20','','Screen Shot 2018-07-06 at 10.14.10','','inherit','closed','closed','','screen-shot-2018-07-06-at-10-14-10','','','2018-07-06 09:16:20','2018-07-06 09:16:20','',1884,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.14.10.png',0,'attachment','image/png',0),(1886,1,'2018-07-06 09:23:09','2018-07-06 09:23:09','<strong>Certa Cooking Equipment has added to its portfolio by agreeing </strong><strong>on a deal to become the exclusive UK partner for the Adventys range of Induction cooking equipment.</strong>\r\n\r\nThe agreement, which came into force on 1<sup>st</sup> July, will see Certa supplying the FULL range of Adventys equipment, with more than 60 items in total, including table-top &amp; heavy duty cooking, buffet solutions, bespoke suites &amp; drop-in induction units.\r\n\r\n‘We were really impressed by the knowledge of the UK equipment sector demonstrated by the team at Certa Cooking Equipment,’ said Adventys Export Manager, Mathilde Perot. ‘We feel that the Adventys brand will be in safe hands and that they are ideally positioned to build on the success of the brand in the UK.’\r\n\r\n‘Adventys is synonymous with induction innovation thanks to products such as “Induc-Stone” ® and “Induc-NoLimit” ® and we are delighted to have been offered the opportunity to represent such a well-respected brand here in the UK,’ said Certa Cooking Equipment Director, Dan Loria. ‘We look forward to growing the business in partnership with the dealer network and feel that the Adventys brand will sit very nicely alongside the other companies that we represent, Eloma, OEM and Aurea. We have a number of exciting plans for the brand: as well as extending the range of Adventys equipment available in the UK, stockholding will be increased thanks to the on-site warehouse facilities of Certa Logistics and we will also be offering to manufacture “own label” products at the Adventys factory. Furthermore, thanks to the capability of our in-house service division, Certa Service, the levels of support will be improved and we will be able to provide either “on-site” or “collect and replace” repairs so that end users are never without a vital piece of equipment.’\r\n\r\nFull details of the Adventys range can be obtained by calling Certa Cooking Equipment on 01442 915785.','Certa Cooking Equipment becomes exclusive UK partners for Adventys','','inherit','closed','closed','','1884-revision-v1','','','2018-07-06 09:23:09','2018-07-06 09:23:09','',1884,'http://www.ontradeprogress.com/2018/07/06/1884-revision-v1/',0,'revision','',0),(1887,1,'2018-07-06 09:25:29','2018-07-06 09:25:29','','Screen Shot 2018-07-06 at 10.25.04','','inherit','closed','closed','','screen-shot-2018-07-06-at-10-25-04','','','2018-07-06 09:25:29','2018-07-06 09:25:29','',1884,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.25.04.png',0,'attachment','image/png',0),(1888,1,'2018-07-06 09:57:25','2018-07-06 09:57:25','<img class=\" wp-image-1892 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.55.44.png\" alt=\"\" width=\"89\" height=\"88\" /><strong>HGEM launches new guest experience platform that combines guest insight with team performance.</strong>\r\n\r\nGuest Experience Management experts HGEM have launched ‘The Hub’. A new Guest Experience Management (GEM) platform aimed at rapidly equipping managers with all the insights necessary to monitor not just the guest experience but also its relationship with the team’s performance on core standards.\r\n\r\nRecognising the important part teams play in the delivery of an exceptional guest experience, for the first time, The Hub by HGEM combines detailed operational assessments with modern guest surveys and social reviews from Google, TripAdvisor and Facebook.\r\n\r\nThe fast and easy-to-use platform offers a wide range of interactive reports, including KPIs, NPS analysis, guest journey tracking, survey and audit results, social reviews, menu performance and leaderboards.\r\n\r\nBy combining information from multiple sources, managers can quickly identify strengths and weaknesses, align service standards with guest perceptions, and make informed business decisions to drive continuous improvement.\r\n\r\nFor busy managers with multiple sites, the GEM App’ is designed to provide access to key results quickly and to facilitate instant discussions.\r\n\r\n<strong>HGEM Managing Director, Steven Pike</strong>, said: “We have been measuring and assessing experiences in various ways for many years. But really effective Guest Experience Management always starts with your team. Engaging team members at an early stage, helping them to buy into the unique culture of the brand and to understand what is expected from them is vital to ensure you deliver an exceptional guest experience.\r\n\r\nOur new offering will help managers to monitor their social reputation, listen to their guests and review team performance in detail, all in the same place. The net result is better managed guest experiences and a greater likelihood of returns and recommendations.”\r\n\r\nThe Hub which previewed at The Propel Summer Conference is available now, so for more information about The Hub’s initial key features or to book a demo visit <a href=\"https://www.hgem.com/the-hub\">hgem.com/the-hub</a> or contact HGEM on 01225 470 999.','HGEM launches new guest experience platform','','publish','closed','open','','hgem-launches-new-guest-experience-platform','','','2018-07-06 09:58:01','2018-07-06 09:58:01','',0,'http://www.ontradeprogress.com/?p=1888',0,'post','',0),(1889,1,'2018-07-06 09:52:11','2018-07-06 09:52:11','','new_large_hgemLogo','','inherit','closed','closed','','new_large_hgemlogo','','','2018-07-06 09:52:11','2018-07-06 09:52:11','',1888,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/new_large_hgemLogo.png',0,'attachment','image/png',0),(1890,1,'2018-07-06 09:54:06','2018-07-06 09:54:06','<strong>HGEM launches new guest experience platform that combines guest insight with team performance.</strong>\r\n\r\nGuest Experience Management experts HGEM have launched ‘The Hub’. A new Guest Experience Management (GEM) platform aimed at rapidly equipping managers with all the insights necessary to monitor not just the guest experience but also its relationship with the team’s performance on core standards.\r\n\r\nRecognising the important part teams play in the delivery of an exceptional guest experience, for the first time, The Hub by HGEM combines detailed operational assessments with modern guest surveys and social reviews from Google, TripAdvisor and Facebook.\r\n\r\nThe fast and easy-to-use platform offers a wide range of interactive reports, including KPIs, NPS analysis, guest journey tracking, survey and audit results, social reviews, menu performance and leaderboards.\r\n\r\nBy combining information from multiple sources, managers can quickly identify strengths and weaknesses, align service standards with guest perceptions, and make informed business decisions to drive continuous improvement.\r\n\r\nFor busy managers with multiple sites, the GEM App’ is designed to provide access to key results quickly and to facilitate instant discussions.\r\n\r\n<strong>HGEM Managing Director, Steven Pike</strong>, said: “We have been measuring and assessing experiences in various ways for many years. But really effective Guest Experience Management always starts with your team. Engaging team members at an early stage, helping them to buy into the unique culture of the brand and to understand what is expected from them is vital to ensure you deliver an exceptional guest experience.\r\n\r\nOur new offering will help managers to monitor their social reputation, listen to their guests and review team performance in detail, all in the same place. The net result is better managed guest experiences and a greater likelihood of returns and recommendations.”\r\n\r\nThe Hub which previewed at The Propel Summer Conference is available now, so for more information about The Hub’s initial key features or to book a demo visit <a href=\"https://www.hgem.com/the-hub\">hgem.com/the-hub</a> or contact HGEM on 01225 470 999.','HGEM launches new guest experience platform','','inherit','closed','closed','','1888-revision-v1','','','2018-07-06 09:54:06','2018-07-06 09:54:06','',1888,'http://www.ontradeprogress.com/2018/07/06/1888-revision-v1/',0,'revision','',0),(1891,1,'2018-07-06 09:56:43','2018-07-06 09:56:43','','Screen Shot 2018-07-06 at 10.55.35','','inherit','closed','closed','','screen-shot-2018-07-06-at-10-55-35','','','2018-07-06 09:56:43','2018-07-06 09:56:43','',1888,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.55.35.png',0,'attachment','image/png',0),(1892,1,'2018-07-06 09:57:01','2018-07-06 09:57:01','','Screen Shot 2018-07-06 at 10.55.44','','inherit','closed','closed','','screen-shot-2018-07-06-at-10-55-44','','','2018-07-06 09:57:01','2018-07-06 09:57:01','',1888,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.55.44.png',0,'attachment','image/png',0),(1893,1,'2018-07-06 09:57:25','2018-07-06 09:57:25','<img class=\" wp-image-1892 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-10.55.44.png\" alt=\"\" width=\"89\" height=\"88\" /><strong>HGEM launches new guest experience platform that combines guest insight with team performance.</strong>\r\n\r\nGuest Experience Management experts HGEM have launched ‘The Hub’. A new Guest Experience Management (GEM) platform aimed at rapidly equipping managers with all the insights necessary to monitor not just the guest experience but also its relationship with the team’s performance on core standards.\r\n\r\nRecognising the important part teams play in the delivery of an exceptional guest experience, for the first time, The Hub by HGEM combines detailed operational assessments with modern guest surveys and social reviews from Google, TripAdvisor and Facebook.\r\n\r\nThe fast and easy-to-use platform offers a wide range of interactive reports, including KPIs, NPS analysis, guest journey tracking, survey and audit results, social reviews, menu performance and leaderboards.\r\n\r\nBy combining information from multiple sources, managers can quickly identify strengths and weaknesses, align service standards with guest perceptions, and make informed business decisions to drive continuous improvement.\r\n\r\nFor busy managers with multiple sites, the GEM App’ is designed to provide access to key results quickly and to facilitate instant discussions.\r\n\r\n<strong>HGEM Managing Director, Steven Pike</strong>, said: “We have been measuring and assessing experiences in various ways for many years. But really effective Guest Experience Management always starts with your team. Engaging team members at an early stage, helping them to buy into the unique culture of the brand and to understand what is expected from them is vital to ensure you deliver an exceptional guest experience.\r\n\r\nOur new offering will help managers to monitor their social reputation, listen to their guests and review team performance in detail, all in the same place. The net result is better managed guest experiences and a greater likelihood of returns and recommendations.”\r\n\r\nThe Hub which previewed at The Propel Summer Conference is available now, so for more information about The Hub’s initial key features or to book a demo visit <a href=\"https://www.hgem.com/the-hub\">hgem.com/the-hub</a> or contact HGEM on 01225 470 999.','HGEM launches new guest experience platform','','inherit','closed','closed','','1888-revision-v1','','','2018-07-06 09:57:25','2018-07-06 09:57:25','',1888,'http://www.ontradeprogress.com/2018/07/06/1888-revision-v1/',0,'revision','',0),(1894,1,'2018-07-06 10:38:21','2018-07-06 10:38:21','<strong>UKHospitality has reiterated its message that a tourist tax in Edinburgh, or any part of the UK, could be disastrous for hotels and the hospitality sector, the UK’s 3<sup>rd</sup> largest private sector employer.</strong>\r\n\r\nThe assertion follows comments by City of Edinburgh Council leader Adam McVey’s announcement on Twitter that a tax would be introduced in the city “in the next 12 months”.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The introduction of another tax aimed at hardworking, innovative and economically and socially important hotels in Edinburgh could be potentially disastrous knock-on impact on businesses.\r\n\r\n“Adam McVey has rather blithely announced on social media that a tourist tax would be introduced in the city within 12 months; yet there has been no meaningful consultation with the businesses at risk and no wider discussion with the national organisations representing the hospitality and tourism sector.\r\n\r\n“Hotels and hospitality businesses are already facing a mountain of costs and any additional tax, no matter the cost, would present vital employers with a significant barrier to growth an investment. The UK is one of only three EU countries which does not have a reduced rate of VAT on hotel and tourism services - by comparison, the rate of VAT on hotel rooms in EU countries is about half of the 20% rate applied in the UK.  In the majority of EU countries which have some form of tourist tax, there is a reduced rate of tourism VAT.\r\n\r\n“The Scottish Government is rightly of the opinion that any such tax would be harmful to businesses in the country and we welcome Tourism Minister Fiona Hyslop’s assertion that no measure should or could be introduced without agreement from the Government and discussions with the hotel sector.\r\n\r\n“UKHospitality and its predecessors the ALMR and BHA have consistently opposed the introduction of any tourist taxes in the UK and today the UKHospitality Board met in London to confirm its ongoing opposition to such a costly and potentially destructive measure.\r\n\r\n“No tourist tax, in any part of Scotland or the rest of the UK, should even be considered without the full involvement of the hospitality sector. A full and wide-ranging consultation must first be carried out, in order to gauge the appetite of the sector and for policy-makers to identify the pros and cons of such a measure.”','UKHospitality warns against tourist tax','','publish','closed','open','','ukhospitality-warns-against-tourist-tax','','','2018-07-06 10:38:21','2018-07-06 10:38:21','',0,'http://www.ontradeprogress.com/?p=1894',0,'post','',0),(1895,1,'2018-07-06 10:38:21','2018-07-06 10:38:21','<strong>UKHospitality has reiterated its message that a tourist tax in Edinburgh, or any part of the UK, could be disastrous for hotels and the hospitality sector, the UK’s 3<sup>rd</sup> largest private sector employer.</strong>\r\n\r\nThe assertion follows comments by City of Edinburgh Council leader Adam McVey’s announcement on Twitter that a tax would be introduced in the city “in the next 12 months”.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The introduction of another tax aimed at hardworking, innovative and economically and socially important hotels in Edinburgh could be potentially disastrous knock-on impact on businesses.\r\n\r\n“Adam McVey has rather blithely announced on social media that a tourist tax would be introduced in the city within 12 months; yet there has been no meaningful consultation with the businesses at risk and no wider discussion with the national organisations representing the hospitality and tourism sector.\r\n\r\n“Hotels and hospitality businesses are already facing a mountain of costs and any additional tax, no matter the cost, would present vital employers with a significant barrier to growth an investment. The UK is one of only three EU countries which does not have a reduced rate of VAT on hotel and tourism services - by comparison, the rate of VAT on hotel rooms in EU countries is about half of the 20% rate applied in the UK.  In the majority of EU countries which have some form of tourist tax, there is a reduced rate of tourism VAT.\r\n\r\n“The Scottish Government is rightly of the opinion that any such tax would be harmful to businesses in the country and we welcome Tourism Minister Fiona Hyslop’s assertion that no measure should or could be introduced without agreement from the Government and discussions with the hotel sector.\r\n\r\n“UKHospitality and its predecessors the ALMR and BHA have consistently opposed the introduction of any tourist taxes in the UK and today the UKHospitality Board met in London to confirm its ongoing opposition to such a costly and potentially destructive measure.\r\n\r\n“No tourist tax, in any part of Scotland or the rest of the UK, should even be considered without the full involvement of the hospitality sector. A full and wide-ranging consultation must first be carried out, in order to gauge the appetite of the sector and for policy-makers to identify the pros and cons of such a measure.”','UKHospitality warns against tourist tax','','inherit','closed','closed','','1894-revision-v1','','','2018-07-06 10:38:21','2018-07-06 10:38:21','',1894,'http://www.ontradeprogress.com/2018/07/06/1894-revision-v1/',0,'revision','',0),(1896,1,'2018-07-06 10:50:11','2018-07-06 10:50:11','<strong><span style=\"font-family: Arial; font-size: small;\">The King of Soho is adding a new addition to its colourful line-up with the introduction of the King of Soho Variorum Gin, a berry edition of the original London Dry.</span></strong>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">The King of Soho Variorum Gin adds a hint of pink and notes of strawberry to complement the essential juniper and citrus flavours of the classic recipe, making it ideal to be enjoyed over ice, in cocktails and mixed drinks; served with a strawberry garnish. The creativity and literary works of Soho are the inspiration behind the name - in literature, a variorum edition is an original work with notes.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">With the original King of Soho London Dry celebrating its fifth anniversary in October 2018, the King of Soho Variorum is a new twist on the classic, with a lower ABV of 37.5%. It has been created to appeal to a broader audience and reflects the brand\'s modernity. In its vivid red bottle, Variorum Gin is a vivacious and fun companion to the King of Soho London Dry; the perfect pair to stand out on the shelf or bar - day and night</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">Like the original, <span class=\"Emphasis\">Variorum</span> is distributed in the UK &amp; Ireland on-trade and off-trade by Hi-Spirits. The King of Soho brand is the creation of West End Drinks, owned by entrepreneurs Alex Robson and Howard Raymond, and styled after Howard\'s father, the legendary Soho theatre impresario and businessman Paul Raymond.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">Alex Robson, managing director of West End Drinks, said: \"The King of Soho Variorum Gin is a celebration of the colour and style of Soho; a pink berry spirit inspired by the creativity and literature of London\'s iconic district, to join our smooth and premium drinks line-up.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">\"We launched the original King of Soho classic London Dry almost five years ago, and the King of Soho Variorum Gin builds on that success with an appeal to a gin consumer who is looking for a slightly lower ABV and berry notes in their drinks and cocktails. Crafted in London , it reflects the modernity and innovation of our brand and the ever-changing spirit that is Soho.\"</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">The signature serve for The King of Soho Variorum is the <strong>Variorum Cooler</strong>:</span>\r\n<ul>\r\n 	<li class=\"ListParagraph\"><span style=\"font-family: Arial; font-size: small;\">50ml King of Soho Variorum Gin</span></li>\r\n 	<li class=\"ListParagraph\"><span style=\"font-family: Arial; font-size: small;\">120ml Cranberry Juice</span></li>\r\n 	<li class=\"ListParagraph\"><span style=\"font-family: Arial; font-size: small;\">120ml Pink Grapefruit Juice</span></li>\r\n</ul>\r\n<span style=\"font-family: Arial; font-size: small;\"> Build in a tall glass filled with cubed ice, and garnish with a grapefruit twist and a strawberry.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> The King of Soho Variorum launches in late July, with a RSP of £33.50. </span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">For more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\"><u>info@hi-spirits.com</u></a> or visit <a href=\"file:///C:/Users/abranca/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/ZO00NTQ0/www.hi-spirits.com\"><u>www.hi-spirits.com.</u></a></span>','The King of Soho is in the pink with new gin launch','','publish','closed','open','','the-king-of-soho-is-in-the-pink-with-new-gin-launch','','','2018-07-06 10:50:11','2018-07-06 10:50:11','',0,'http://www.ontradeprogress.com/?p=1896',0,'post','',0),(1897,1,'2018-07-06 10:49:49','2018-07-06 10:49:49','','Screen Shot 2018-07-06 at 11.49.20','','inherit','closed','closed','','screen-shot-2018-07-06-at-11-49-20','','','2018-07-06 10:49:49','2018-07-06 10:49:49','',1896,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-11.49.20.png',0,'attachment','image/png',0),(1898,1,'2018-07-06 10:50:11','2018-07-06 10:50:11','<strong><span style=\"font-family: Arial; font-size: small;\">The King of Soho is adding a new addition to its colourful line-up with the introduction of the King of Soho Variorum Gin, a berry edition of the original London Dry.</span></strong>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">The King of Soho Variorum Gin adds a hint of pink and notes of strawberry to complement the essential juniper and citrus flavours of the classic recipe, making it ideal to be enjoyed over ice, in cocktails and mixed drinks; served with a strawberry garnish. The creativity and literary works of Soho are the inspiration behind the name - in literature, a variorum edition is an original work with notes.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">With the original King of Soho London Dry celebrating its fifth anniversary in October 2018, the King of Soho Variorum is a new twist on the classic, with a lower ABV of 37.5%. It has been created to appeal to a broader audience and reflects the brand\'s modernity. In its vivid red bottle, Variorum Gin is a vivacious and fun companion to the King of Soho London Dry; the perfect pair to stand out on the shelf or bar - day and night</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">Like the original, <span class=\"Emphasis\">Variorum</span> is distributed in the UK &amp; Ireland on-trade and off-trade by Hi-Spirits. The King of Soho brand is the creation of West End Drinks, owned by entrepreneurs Alex Robson and Howard Raymond, and styled after Howard\'s father, the legendary Soho theatre impresario and businessman Paul Raymond.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">Alex Robson, managing director of West End Drinks, said: \"The King of Soho Variorum Gin is a celebration of the colour and style of Soho; a pink berry spirit inspired by the creativity and literature of London\'s iconic district, to join our smooth and premium drinks line-up.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">\"We launched the original King of Soho classic London Dry almost five years ago, and the King of Soho Variorum Gin builds on that success with an appeal to a gin consumer who is looking for a slightly lower ABV and berry notes in their drinks and cocktails. Crafted in London , it reflects the modernity and innovation of our brand and the ever-changing spirit that is Soho.\"</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">The signature serve for The King of Soho Variorum is the <strong>Variorum Cooler</strong>:</span>\r\n<ul>\r\n 	<li class=\"ListParagraph\"><span style=\"font-family: Arial; font-size: small;\">50ml King of Soho Variorum Gin</span></li>\r\n 	<li class=\"ListParagraph\"><span style=\"font-family: Arial; font-size: small;\">120ml Cranberry Juice</span></li>\r\n 	<li class=\"ListParagraph\"><span style=\"font-family: Arial; font-size: small;\">120ml Pink Grapefruit Juice</span></li>\r\n</ul>\r\n<span style=\"font-family: Arial; font-size: small;\"> Build in a tall glass filled with cubed ice, and garnish with a grapefruit twist and a strawberry.</span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"> The King of Soho Variorum launches in late July, with a RSP of £33.50. </span>\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">For more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\"><u>info@hi-spirits.com</u></a> or visit <a href=\"file:///C:/Users/abranca/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/ZO00NTQ0/www.hi-spirits.com\"><u>www.hi-spirits.com.</u></a></span>','The King of Soho is in the pink with new gin launch','','inherit','closed','closed','','1896-revision-v1','','','2018-07-06 10:50:11','2018-07-06 10:50:11','',1896,'http://www.ontradeprogress.com/2018/07/06/1896-revision-v1/',0,'revision','',0),(1899,1,'2018-07-06 12:09:04','2018-07-06 12:09:04','<strong>UKHospitality has warned the Treasury that it must undertake a full and wide-ranging review of business rates and ringfence future revenue when it investigates the digital taxation system.</strong>\r\n\r\nThe warning follows a statement from the Chancellor, in response to a letter from Chair of the Treasury Committee Rt Hon Nicky Morgan MP, expressing concern about the burden placed on high street businesses.\r\n\r\nThe Treasury’s response states that the Government intends to scrutinise business rates in the near future.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The Government’s acknowledgement that business rates are placing an unfair burden on high streets and the signalling of the intention to reform digital taxation are certainly welcome.\r\n\r\n“However, the Government’s apparent stance that the wider system is not in need of reform, or has already been suitably reformed, is completely wrong. The Government has provided some much-needed relief for pubs, and may have made some cursory inquiries with the VOA; but we are still a long way short of the fundamental review and reform of the system that was promised in successive Conservative manifestos.\r\n\r\n“The Government needs to push ahead with this review or hospitality businesses in the heart of communities will continue to face a disproportionate burden and we will see further closures. At the minimum, the Government must ensure it ringfences funds generated by a revamped digital tax system to offset the gross burdens being faced by hospitality businesses.”','UKHospitality calls for ringfencing of digital tax revenue','','publish','closed','open','','ukhospitality-calls-for-ringfencing-of-digital-tax-revenue','','','2018-07-06 12:09:04','2018-07-06 12:09:04','',0,'http://www.ontradeprogress.com/?p=1899',0,'post','',0),(1900,1,'2018-07-06 12:09:04','2018-07-06 12:09:04','<strong>UKHospitality has warned the Treasury that it must undertake a full and wide-ranging review of business rates and ringfence future revenue when it investigates the digital taxation system.</strong>\r\n\r\nThe warning follows a statement from the Chancellor, in response to a letter from Chair of the Treasury Committee Rt Hon Nicky Morgan MP, expressing concern about the burden placed on high street businesses.\r\n\r\nThe Treasury’s response states that the Government intends to scrutinise business rates in the near future.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The Government’s acknowledgement that business rates are placing an unfair burden on high streets and the signalling of the intention to reform digital taxation are certainly welcome.\r\n\r\n“However, the Government’s apparent stance that the wider system is not in need of reform, or has already been suitably reformed, is completely wrong. The Government has provided some much-needed relief for pubs, and may have made some cursory inquiries with the VOA; but we are still a long way short of the fundamental review and reform of the system that was promised in successive Conservative manifestos.\r\n\r\n“The Government needs to push ahead with this review or hospitality businesses in the heart of communities will continue to face a disproportionate burden and we will see further closures. At the minimum, the Government must ensure it ringfences funds generated by a revamped digital tax system to offset the gross burdens being faced by hospitality businesses.”','UKHospitality calls for ringfencing of digital tax revenue','','inherit','closed','closed','','1899-revision-v1','','','2018-07-06 12:09:04','2018-07-06 12:09:04','',1899,'http://www.ontradeprogress.com/2018/07/06/1899-revision-v1/',0,'revision','',0),(1901,1,'2018-07-06 12:28:07','2018-07-06 12:28:07','<img class=\"wp-image-1125 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"158\" height=\"79\" /><strong>This busy sporting season, <a href=\"http://www.tansun.com/\">Tansun</a> is helping bars and restaurants to make the most of their outdoor areas when the sun goes in with its range of high powered infrared heaters. </strong>\r\n\r\nThe summer months and current heatwave are the prime time for alfresco dining, and Tansun’s no glare and non-intrusive designs allow the heaters to blend in with their surroundings while providing a comfortable temperature for diners. They can also be operated by a selection of switches and heater controls designed to suit almost any situation or need.\r\n\r\nMany restaurants and bars are not utilising their outdoor areas during the cooler spells on hot days and are not installing effective heating solutions to maximise their true potential. This has resulted in many outdoor spaces not being used because their ineffective heating systems are not keeping the areas warm. Tansun’s larger Double and Triple infrared heaters are designed to cover bigger outdoor spaces and are extremely durable, weatherproof and energy efficient. Their ability to effectively heat these spaces is unrivalled by other types of heater.\r\n\r\nTansun’s infrared heating solution is designed to bring the inside temperature outside long into the night. Temperatures dip even on the hottest of days and with many visitors dressed in clothing suited to the heat earlier in the day, they are looking to the restaurants and bars to keep them comfortable as the night draws in.\r\n\r\nWith the World Cup in full swing and Wimbledon now gracing the screens of millions of tennis fans across the country, the\r\n\r\n<img class=\"wp-image-1903 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-13.14.10.png\" alt=\"\" width=\"282\" height=\"188\" />\r\n\r\nUK is also enjoying a heatwave that is set to stretch into the next few weeks. With more and more people venturing out and alfresco dining becoming more popular as the summer weather continues, the added pressure of the high profile sporting events is pushing bars and restaurants to make the most of their outdoor areas. If done right, they can maximise their revenue significantly by installing an efficient heating solution alongside their streaming of the football and tennis matches.\r\n\r\nDue to Tansun’s high quality heaters using advanced infrared shortwave technology, the infrared heat emitted by the heaters is not affected by air or wind movement and is designed to directly target those who require the warmth. The infrared heaters are fully IP rated, meaning they are weatherproof and with the range of bracketry can easily be mounted and installed into any outdoor area.\r\n\r\nThe elegant heaters are available in any RAL colour and can be custom branded, allowing them to discreetly fit into a restaurant or bar’s outdoor area. The time lag switches and controllers that Tansun offers allow full controllability of the heaters, making them some of the most energy efficient heaters on the market. Tansun also provides a free heating scheme design service to fit each individual business’s requirements.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .\r\n\r\nTansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a>','Stay out in the evenings for longer with Tansun Heaters','','publish','closed','open','','stay-out-in-the-evenings-for-longer-with-tansun-heaters','','','2018-07-06 12:28:07','2018-07-06 12:28:07','',0,'http://www.ontradeprogress.com/?p=1901',0,'post','',0),(1902,1,'2018-07-06 12:15:01','2018-07-06 12:15:01','','Screen Shot 2018-07-06 at 13.13.44','','inherit','closed','closed','','screen-shot-2018-07-06-at-13-13-44','','','2018-07-06 12:15:01','2018-07-06 12:15:01','',1901,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-13.13.44.png',0,'attachment','image/png',0),(1903,1,'2018-07-06 12:27:39','2018-07-06 12:27:39','','Screen Shot 2018-07-06 at 13.14.10','','inherit','closed','closed','','screen-shot-2018-07-06-at-13-14-10','','','2018-07-06 12:27:39','2018-07-06 12:27:39','',1901,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-13.14.10.png',0,'attachment','image/png',0),(1904,1,'2018-07-06 12:28:07','2018-07-06 12:28:07','<img class=\"wp-image-1125 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/Tansun-Logo-Final-Ammendment1459339708-1024x514.png\" alt=\"\" width=\"158\" height=\"79\" /><strong>This busy sporting season, <a href=\"http://www.tansun.com/\">Tansun</a> is helping bars and restaurants to make the most of their outdoor areas when the sun goes in with its range of high powered infrared heaters. </strong>\r\n\r\nThe summer months and current heatwave are the prime time for alfresco dining, and Tansun’s no glare and non-intrusive designs allow the heaters to blend in with their surroundings while providing a comfortable temperature for diners. They can also be operated by a selection of switches and heater controls designed to suit almost any situation or need.\r\n\r\nMany restaurants and bars are not utilising their outdoor areas during the cooler spells on hot days and are not installing effective heating solutions to maximise their true potential. This has resulted in many outdoor spaces not being used because their ineffective heating systems are not keeping the areas warm. Tansun’s larger Double and Triple infrared heaters are designed to cover bigger outdoor spaces and are extremely durable, weatherproof and energy efficient. Their ability to effectively heat these spaces is unrivalled by other types of heater.\r\n\r\nTansun’s infrared heating solution is designed to bring the inside temperature outside long into the night. Temperatures dip even on the hottest of days and with many visitors dressed in clothing suited to the heat earlier in the day, they are looking to the restaurants and bars to keep them comfortable as the night draws in.\r\n\r\nWith the World Cup in full swing and Wimbledon now gracing the screens of millions of tennis fans across the country, the\r\n\r\n<img class=\"wp-image-1903 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-06-at-13.14.10.png\" alt=\"\" width=\"282\" height=\"188\" />\r\n\r\nUK is also enjoying a heatwave that is set to stretch into the next few weeks. With more and more people venturing out and alfresco dining becoming more popular as the summer weather continues, the added pressure of the high profile sporting events is pushing bars and restaurants to make the most of their outdoor areas. If done right, they can maximise their revenue significantly by installing an efficient heating solution alongside their streaming of the football and tennis matches.\r\n\r\nDue to Tansun’s high quality heaters using advanced infrared shortwave technology, the infrared heat emitted by the heaters is not affected by air or wind movement and is designed to directly target those who require the warmth. The infrared heaters are fully IP rated, meaning they are weatherproof and with the range of bracketry can easily be mounted and installed into any outdoor area.\r\n\r\nThe elegant heaters are available in any RAL colour and can be custom branded, allowing them to discreetly fit into a restaurant or bar’s outdoor area. The time lag switches and controllers that Tansun offers allow full controllability of the heaters, making them some of the most energy efficient heaters on the market. Tansun also provides a free heating scheme design service to fit each individual business’s requirements.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com/\">www.tansun.com</a> .\r\n\r\nTansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a>','Stay out in the evenings for longer with Tansun Heaters','','inherit','closed','closed','','1901-revision-v1','','','2018-07-06 12:28:07','2018-07-06 12:28:07','',1901,'http://www.ontradeprogress.com/2018/07/06/1901-revision-v1/',0,'revision','',0),(1905,1,'2018-07-09 08:12:32','2018-07-09 08:12:32','<strong>UKHospitality has responded to the London Mayor’s draft London Food Strategy, welcoming a chance to engage and promote the hospitality sector.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “We are happy to respond to the Mayor’s consultation on a Food Strategy, and encouraged to see the Mayor’s Office is engaging with employers and seeking input from the sector.\r\n\r\n“Businesses in the sector are already working hard to achieve some of the Mayor’s aims, by reducing the calorie content of their menus through reformulation and by providing even greater choice.\r\n\r\n“UKHospitality’s members represent a broad brush of food businesses from restaurants and pubs, to quick service restaurants, fast food and contract catering. The food sector is a large and economically important one and it is vital that we have a supportive legislative system in place, particularly at this time of political uncertainty.\r\n\r\n“Food is also becoming increasingly important to the late-night sector, which is itself incredibly important to the continued health of our high streets. I will be making this point in my position as Chair of the Night-time Commission to ensure that the capital’s ground-breaking nightclubs are recognised.\r\n\r\n“Engagement with the sector is going to be crucial, particularly if we are going to secure a favourable tourism sector deal and prioritise training and employment in hospitality. The food sector, and the wider hospitality industry, is not only a vital part of London’s economy, but also critical socially. The capital boasts some world-renowned restaurants and food concepts and a supportive Mayor’s Office can ensure that this remains.”','UKHospitality calls for support for London’s food businesses','','publish','closed','open','','ukhospitality-calls-for-support-for-londons-food-businesses','','','2018-07-09 08:12:32','2018-07-09 08:12:32','',0,'http://www.ontradeprogress.com/?p=1905',0,'post','',0),(1906,1,'2018-07-09 08:12:32','2018-07-09 08:12:32','<strong>UKHospitality has responded to the London Mayor’s draft London Food Strategy, welcoming a chance to engage and promote the hospitality sector.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “We are happy to respond to the Mayor’s consultation on a Food Strategy, and encouraged to see the Mayor’s Office is engaging with employers and seeking input from the sector.\r\n\r\n“Businesses in the sector are already working hard to achieve some of the Mayor’s aims, by reducing the calorie content of their menus through reformulation and by providing even greater choice.\r\n\r\n“UKHospitality’s members represent a broad brush of food businesses from restaurants and pubs, to quick service restaurants, fast food and contract catering. The food sector is a large and economically important one and it is vital that we have a supportive legislative system in place, particularly at this time of political uncertainty.\r\n\r\n“Food is also becoming increasingly important to the late-night sector, which is itself incredibly important to the continued health of our high streets. I will be making this point in my position as Chair of the Night-time Commission to ensure that the capital’s ground-breaking nightclubs are recognised.\r\n\r\n“Engagement with the sector is going to be crucial, particularly if we are going to secure a favourable tourism sector deal and prioritise training and employment in hospitality. The food sector, and the wider hospitality industry, is not only a vital part of London’s economy, but also critical socially. The capital boasts some world-renowned restaurants and food concepts and a supportive Mayor’s Office can ensure that this remains.”','UKHospitality calls for support for London’s food businesses','','inherit','closed','closed','','1905-revision-v1','','','2018-07-09 08:12:32','2018-07-09 08:12:32','',1905,'http://www.ontradeprogress.com/2018/07/09/1905-revision-v1/',0,'revision','',0),(1907,1,'2018-07-09 08:55:44','2018-07-09 08:55:44','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>In July 2017 fipronil had been detected in Dutch and Belgian table eggs. A Dutch company, Chickfriend, had used fipronil at poultry farms to combat red mite. Fipronil is not allowed for the purpose of controlling pests. The NVWA (Netherlands Food and Consumer Safety Authority) blocks farms and requires them to withdraw their eggs after the determination has been made for these eggs to contain residues of fipronil above the standards permitted. As fipronil is also found in concentrations possibly being harmful </strong>for<strong> the health of children if ingested daily, supervisory authority NVWA decides to take the precautionary measure of blocking nearly 200 farms. Not just the eggs, also chickens and manure are not allowed to leave the yard. The sales of table eggs are declining dramatically, also in Germany where a large part of the eggs produced in the Netherlands is sold. The contamination with fipronil has major financial consequences for poultry farms and other companies within the egg chain.</strong>\r\n\r\nIn August 2017 is announced that the NVWA already received hints in November 2016 regarding the illegal use of fipronil in the combatting of red mite.\r\n\r\nThe comprehensive contamination of table eggs with fipronil and the response of the NVWA caused agitation in the food industry and uncertainty among consumers. In response, the then minister of VWS (Ministry for Public Health, Wellbeing and Sports) and the then state secretary of EZ (Ministry of Economic Affairs) asked Mrs. Winnie Sorgdrager to investigate the events and to provide recommendations.\r\n\r\nThe assignment of the investigation by the commission fipronil in eggs, focused on the question of what could be drawn from the fipronil-incident. The commission included questions of the House of Representatives and social organisations in its investigation. The events regarding the fipronil-incident were reconstructed as accurately as possible and an inventory was made on how food safety should be safeguarded in accordance with laws and regulations. Based on the events in the fipronil-incident, the commission investigated how the system of guaranteeing food safety functions in practice and which improvements need to be implemented.\r\n\r\nThe commission concludes that the system supposed to guarantee food safety in the egg sector, is complex and unclear.\r\n\r\n<strong>The role of private guarantees for food safety</strong>\r\n\r\nThe primary responsibility for food safety lies, according to the European legislation, with the companies producing, distributing, processing and marketing food. These companies have the obligation to actively ensure not to introduce products onto the markets not complying with statutory regulations and therefore not suitable for consumption (self-monitoring obligation). The safeguards implemented by those companies in the egg chain are insufficient in the opinion of <span style=\"font-size: 14px;\">the commission. The commission concludes that the knowledge of statutory regulations is too limited. The latter shows, among other things, from the reactions of poultry farmers and representatives of the sector during the incident. The commission furthermore concludes that many farms assess the risks for food safety insufficiently. The red mite issues and the associated risk when using unauthorised means to combat these issues were known in the sector. However, the risks were assessed inadequately or even ignored. The factual control of table eggs for residues and critical substances currently is too limited. The chain quality system IKB Ei (Integrated Chain Management Egg) fails to offer sufficient guarantees on the points mentioned. That system, in which nearly 90 </span>percent<span style=\"font-size: 14px;\"> of all laying-hen farms participates voluntarily, is intended to monitor the quality of eggs and egg-containing products. The scope of this scheme is too limited in terms of food safety. Moreover, it is insufficiently compatible with the food safety systems of the food industry and the retail sector. The quality system for poultry service companies IKB PSB, related to IKB </span>Ei<span style=\"font-size: 14px;\">, does not impose any requirements on the participating farms with regard to food safety.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe board of the quality system responsible for both quality systems have shown a lack of ambition in the past to make the schemes contribute as much as possible to ensure food safety. Following a critical assessment of IKB Ei by ketenborging.nl, a Dutch quality label for chain quality systems, no improvements were implemented. The commission reaches the conclusion that the management boards of both IKB Ei and IKB PSB were inadequate in taking their responsibility to improve the quality of both certificates.\r\n\r\nThe compliance of chain quality systems, such as IKB Ei, is monitored by private companies, so- called certification bodies. The certifying authorities for IKB Ei are ISACert and Kiwa VERIN. The inspections performed by certifying authorities mainly have an administrative nature. Company visits are announced in advance which impairs the effectiveness and credibility of the inspections. It also makes the chance of detecting fraud or misrepresentation small.\r\n\r\nWith regard to the sector, the commission concludes that companies do not pay the level of attention needed to ensure food safety.\r\n\r\nAfter the outbreak of the incident, it becomes clear that most farms are not prepared for a food safety incident. The sector appeared to be unable to act in a chain-context and to take the measures necessary to ban or withdraw contaminated eggs from the market. Companies and branch representatives mainly focus on limiting the economic damage caused by the contamination when handling the incident. They repeatedly call into question the statutory standards, publicly query the enforcement policy of the NVWA and, with that, damage the credibility of the actions of the NVWA. Up to 2018, laying-hen farms, packing stations and supermarkets have been unsuccessful in banning eggs from the trade that are, according to the law, unsuitable for consumption. Fipronil-eggs repeatedly penetrating the shelves of the supermarkets shows that food safety is insufficiently ensured by private parties.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 3\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The public supervision of food safety and the role of the NVWA in the fipronil-incident</strong>\r\n\r\nThe public monitoring of food safety is a duty assigned to the Netherlands Food and Consumer Products Safety Authority, NVWA. The NVWA is an agency of the Ministry of Agriculture, Nature and Food Quality (LNV) with a comprehensive package of duties and numerous working areas. The NVWA monitors the food safety commissioned by the departments of Public Health, Wellbeing and Sports (VWS) and Agriculture, Nature and Food Quality (LNV). The supervisory authority has its own Intelligence and Investigation Service (IOD) conducting criminal investigations under the auspices of the Public Prosecution Services. An independent scientific advisor of the ministers of VWS and LNV, the Bureau for Risk Analysis and Research (BuRO), is also part of the NVWA. BuRO has to assess the hazards for food safety, product safety, animal welfare, animal and plant health and nature.\r\n\r\nIt is peculiar when it comes to monitoring the egg sector that the public supervision for a large part – and especially the aspect of food safety – is appointed to a private organisation: the Dutch Control Authority for Eggs (NCAE). The NCAE is part of the Central Body for Quality Issues in Dairy (COKZ), a privately managed, independent administrative body. A third supervisory authority is added where organic eggs are produced, distributed and traded. The Foundation Skal Biocontrole is commissioned by the Ministry of LNV to supervise the compliance with, among other things, European Regulations for organic production.\r\n\r\nThe NVWA has played a central role during the occurrence and handling of the fipronil-incident. In November 2016, the supervisory authority was provided three hints containing concrete indications about the combatting of red mite at poultry farms using a prohibited substance. One of these hints came up during IOD investigations. The two other hints eventually ended up with this service. The commission concludes that the indications were forwarded to the IOD without recognisable further assessment of the hazards potentially involved with the violation reported. With this course of events, the NVWA did not follow its internal procedures which resulted in the follow-up on these hints ending up in the criminal process.\r\n\r\nThe commission is of the opinion that at the end of 2016, based on the information available at that time, enforcing actions would have been possible pursuant to the Plant Protection Products and Biocides Act (Wgb).\r\n\r\nDuring an assessment of the indications by the IOD and the Public Prosecution Services in December, the question was raised whether the violation reported identified an acute risk for the public health. BuRo was consulted in order to answer this question. BuRo rendered its oral judgment at the end of January concluding there was no acute risk for the public health but that a proper assessment of the question would only be possible as soon as more information was available about the extent of exposure. The commission concludes that no investigation to the latter aspect was conducted and all parties involved were satisfied with a risk assessment not recorded in writing by BuRO in January 2017 which, according to BuRO itself, was based on incomplete information. The same applies to the end of April 2017 when the IOD and the Public<span style=\"font-size: 14px;\">Prosecution Services finally decide to start a criminal investigation; </span>still<span style=\"font-size: 14px;\"> there is no clarity regarding the question whether the use of fipronil also involves a risk for the public health. The commission has sufficient indications to establish that parts of the organisation knew in January 2017 of the possible occurrence of fipronil in eggs.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDue to a lack of capacity, the criminal investigation was not started in April, May and June. This course of affairs at the NVWA in this phase shows that the IOD and the supervisory divisions collaborate insufficiently and that parts of the organisation have no clarity on the factual restrictions the criminal law imposes on sharing information included in investigation proceedings. Decisions were inadequately documented and responsibilities not clearly assigned.\r\n\r\nThe commission concludes that the NVWA has inadequately realised its duty as inspector in the field of food safety in the phase leading up to a report submitted by the Belgian supervisory authority FAVV.\r\n\r\nAfter fipronil was detected in eggs in Belgium, the Belgian supervisory authority FAVV requests the NVWA on 28 June to conduct an investigation on the company Chickfriend. Following a first visit of inspectors of the NVWA on 7 July, during which two tonnes of non-permitted biocides were found, the company was sealed on 22 July. When the extent of the fipronil contamination was unfolded based on the seized administration of Chickfriend, the NVWA formally declared the case on 18 July to be an “incident” and an incident organisation was established. The NVWA blocked 258 farms in the following weeks from transporting and placing on the market eggs, chickens and manure. The commission concludes that the NVWA was not well prepared for a food safety incident or crisis. The communication with the NVWA was not unambiguous which has contributed to insecurity for the persons directly involved and for consumers. Partly because of that communication, the application of its own standard to warn the public and the choice for application of a correction on the measurement uncertainty, rise was given to doubt the credibility of the enforcing actions.\r\n\r\nThe NVWA based its intervention policy partially on the precautionary principle. This was justified in the opinion of the commission given the uncertainties one had to deal with. The commission concludes that the intervention policy of the NVWA was in line with applicable regulations and has been suitable, appropriate and proportionate.\r\n\r\n<strong>The role of the ministries of VWS and EZ/LNV</strong>\r\n\r\nThe central government bears the responsibility for the proper functioning of the system of guarantees for food safety. Both the Ministry of VWS and the Ministry of LNV (until recently EZ) are responsible for food safety.\r\n\r\nThe ministries have underestimated the impact of the incident and acknowledged too late the numerous policy-related questions that had to be answered in order to handle the incident. Earlier directions hereon as well as on the communication to the outside world would have been <span style=\"font-size: 14px;\">necessary. The ministries had much trouble recapitulating the correct information. Letters sent to the House of Representatives in August 2017 were incomplete and provided a distorted picture of the situation.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe division of the political and policy-related responsibility for food safety between two ministries leads to confusion, a division of the knowledge of chains and sectors between two departments, additional moments of alignment, double commissioning towards the supervisory authority and double control of the broad outlines.\r\n\r\nThe commission is of opinion that both ministries apply a too restricted view of their own role in safeguarding food safety. This results in policy-related issues and executional duties ending up at the NVWA. Not only does this lead to a too heavy burden for the NVWA, it also impedes an incisive interpretation of its role as final element of guarantees for food safety.\r\n\r\n<strong>Private and public supervision</strong>\r\n\r\nThe supervision by private and public bodies together does not form a conclusive system of guarantees. It lacks cohesion and the activities do not supplement each other. The certification in the egg sector currently does not meet the conditions for an adjusted, clarified system of public supervision. According to the Inspector-General of three government inspectorates, the preceding also applies to other certificates besides those in the egg sector. Statements made by politicians that public supervisory authorities are able to step down once companies are certified, are therefore unfounded.\r\n\r\nThe division of the public supervision on the egg chain between two organisations, NVWA and NCAE, is unnecessary complex and leads to less effective and less efficient supervision.\r\n\r\n<strong>Recommendations</strong>\r\n\r\nCompanies, their trade organisations and representatives, policymakers and directors as well as the supervisory authorities have to acknowledge and take on their responsibility and role better in ensuring food safety. Food safety must be given the highest priority when establishing their work activities and processes.\r\n\r\nThe commission recommends companies and directors in the egg sector to take care of a credible system of self-regulation in which food safety is the key priority. To that end, the recommendations of the Workgroup reinforcement self-regulation egg chain should be implemented promptly, the risk assessment designed independently and competently and more attention has to be paid to food fraud by improving the controls.\r\n\r\nThe commission is of opinion that the NVWA has to ensure that food safety is considered the highest priority in all departments. Food safety has to be integrated visibly and unambiguously within the organisation. Indications must be assessed integrally and in a timely manner so <span style=\"font-size: 14px;\">maximum clarity on the risks and the social impact of the violations is obtained prior to making a decision on an administrative or criminal approach. A criminal approach should not interfere with actual enforcement to increase food safety. Notifications and hints must be handled in cohesion and be easy to trace for supervision, enforcement and detection. The commission furthermore appeals to the NVWA to devote more effort to proper management and adequate distribution of knowledge at all levels. Besides knowledge, also the courage to take responsibility is an important point of attention in </span>further<span style=\"font-size: 14px;\"> professionalisation of the employees.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe commission orders politics and administration to actively support the supervisory authority with its own policy, among other things by promoting self-regulation in the sectors. The political and policy-related responsibility for food safety, as well as the management of the NVWA, has to be integrated clearly and conclusively. Adequate equipment is necessary for the NVWA to properly execute its role as final element of food safety.\r\n\r\nIt is furthermore recommended to have an investigation conducted on the quality and functioning of certificates and certifying authorities. The legislator is urged to take care of an orderly arrangement regarding the sharing of enforcement information within supervisory organisations.\r\n\r\n</div>\r\n</div>\r\n</div>','New Dutch egg safety report shows need for higher standards','','publish','closed','open','','new-dutch-egg-safety-report-shows-need-for-higher-standards','','','2018-07-09 08:55:44','2018-07-09 08:55:44','',0,'http://www.ontradeprogress.com/?p=1907',0,'post','',0),(1908,1,'2018-07-09 08:51:16','2018-07-09 08:51:16','','Code-of-Practice-summary-fr','','inherit','closed','closed','','code-of-practice-summary-fr','','','2018-07-09 08:51:16','2018-07-09 08:51:16','',1907,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Code-of-Practice-summary-fr.jpg',0,'attachment','image/jpeg',0),(1909,1,'2018-07-09 08:51:30','2018-07-09 08:51:30','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>In July 2017 fipronil had been detected in Dutch and Belgian table eggs. A Dutch company, Chickfriend, had used fipronil at poultry farms to combat red mite. Fipronil is not allowed for the purpose of controlling pests. The NVWA (Netherlands Food and Consumer Safety Authority) blocks farms and requires them to withdraw their eggs after the determination has been made for these eggs to contain residues of fipronil above the standards permitted. As fipronil is also found in concentrations possibly being harmful </strong>for<strong> the health of children if ingested daily, supervisory authority NVWA decides to take the precautionary measure of blocking nearly 200 farms. Not just the eggs, also chickens and manure are not allowed to leave the yard. The sales of table eggs are declining dramatically, also in Germany where a large part of the eggs produced in the Netherlands is sold. The contamination with fipronil has major financial consequences for poultry farms and other companies within the egg chain.</strong>\r\n\r\nIn August 2017 is announced that the NVWA already received hints in November 2016 regarding the illegal use of fipronil in the combatting of red mite.\r\n\r\nThe comprehensive contamination of table eggs with fipronil and the response of the NVWA caused agitation in the food industry and uncertainty among consumers. In response, the then minister of VWS (Ministry for Public Health, Wellbeing and Sports) and the then state secretary of EZ (Ministry of Economic Affairs) asked Mrs. Winnie Sorgdrager to investigate the events and to provide recommendations.\r\n\r\nThe assignment of the investigation by the commission fipronil in eggs, focused on the question of what could be drawn from the fipronil-incident. The commission included questions of the House of Representatives and social organisations in its investigation. The events regarding the fipronil-incident were reconstructed as accurately as possible and an inventory was made on how food safety should be safeguarded in accordance with laws and regulations. Based on the events in the fipronil-incident, the commission investigated how the system of guaranteeing food safety functions in practice and which improvements need to be implemented.\r\n\r\nThe commission concludes that the system supposed to guarantee food safety in the egg sector, is complex and unclear.\r\n\r\n<strong>The role of private guarantees for food safety</strong>\r\n\r\nThe primary responsibility for food safety lies, according to the European legislation, with the companies producing, distributing, processing and marketing food. These companies have the obligation to actively ensure not to introduce products onto the markets not complying with statutory regulations and therefore not suitable for consumption (self-monitoring obligation). The safeguards implemented by those companies in the egg chain are insufficient in the opinion of <span style=\"font-size: 14px;\">the commission. The commission concludes that the knowledge of statutory regulations is too limited. The latter shows, among other things, from the reactions of poultry farmers and representatives of the sector during the incident. The commission furthermore concludes that many farms assess the risks for food safety insufficiently. The red mite issues and the associated risk when using unauthorised means to combat these issues were known in the sector. However, the risks were assessed inadequately or even ignored. The factual control of table eggs for residues and critical substances currently is too limited. The chain quality system IKB Ei (Integrated Chain Management Egg) fails to offer sufficient guarantees on the points mentioned. That system, in which nearly 90 </span>percent<span style=\"font-size: 14px;\"> of all laying-hen farms participates voluntarily, is intended to monitor the quality of eggs and egg-containing products. The scope of this scheme is too limited in terms of food safety. Moreover, it is insufficiently compatible with the food safety systems of the food industry and the retail sector. The quality system for poultry service companies IKB PSB, related to IKB </span>Ei<span style=\"font-size: 14px;\">, does not impose any requirements on the participating farms with regard to food safety.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe board of the quality system responsible for both quality systems have shown a lack of ambition in the past to make the schemes contribute as much as possible to ensure food safety. Following a critical assessment of IKB Ei by ketenborging.nl, a Dutch quality label for chain quality systems, no improvements were implemented. The commission reaches the conclusion that the management boards of both IKB Ei and IKB PSB were inadequate in taking their responsibility to improve the quality of both certificates.\r\n\r\nThe compliance of chain quality systems, such as IKB Ei, is monitored by private companies, so- called certification bodies. The certifying authorities for IKB Ei are ISACert and Kiwa VERIN. The inspections performed by certifying authorities mainly have an administrative nature. Company visits are announced in advance which impairs the effectiveness and credibility of the inspections. It also makes the chance of detecting fraud or misrepresentation small.\r\n\r\nWith regard to the sector, the commission concludes that companies do not pay the level of attention needed to ensure food safety.\r\n\r\nAfter the outbreak of the incident, it becomes clear that most farms are not prepared for a food safety incident. The sector appeared to be unable to act in a chain-context and to take the measures necessary to ban or withdraw contaminated eggs from the market. Companies and branch representatives mainly focus on limiting the economic damage caused by the contamination when handling the incident. They repeatedly call into question the statutory standards, publicly query the enforcement policy of the NVWA and, with that, damage the credibility of the actions of the NVWA. Up to 2018, laying-hen farms, packing stations and supermarkets have been unsuccessful in banning eggs from the trade that are, according to the law, unsuitable for consumption. Fipronil-eggs repeatedly penetrating the shelves of the supermarkets shows that food safety is insufficiently ensured by private parties.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 3\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The public supervision of food safety and the role of the NVWA in the fipronil-incident</strong>\r\n\r\nThe public monitoring of food safety is a duty assigned to the Netherlands Food and Consumer Products Safety Authority, NVWA. The NVWA is an agency of the Ministry of Agriculture, Nature and Food Quality (LNV) with a comprehensive package of duties and numerous working areas. The NVWA monitors the food safety commissioned by the departments of Public Health, Wellbeing and Sports (VWS) and Agriculture, Nature and Food Quality (LNV). The supervisory authority has its own Intelligence and Investigation Service (IOD) conducting criminal investigations under the auspices of the Public Prosecution Services. An independent scientific advisor of the ministers of VWS and LNV, the Bureau for Risk Analysis and Research (BuRO), is also part of the NVWA. BuRO has to assess the hazards for food safety, product safety, animal welfare, animal and plant health and nature.\r\n\r\nIt is peculiar when it comes to monitoring the egg sector that the public supervision for a large part – and especially the aspect of food safety – is appointed to a private organisation: the Dutch Control Authority for Eggs (NCAE). The NCAE is part of the Central Body for Quality Issues in Dairy (COKZ), a privately managed, independent administrative body. A third supervisory authority is added where organic eggs are produced, distributed and traded. The Foundation Skal Biocontrole is commissioned by the Ministry of LNV to supervise the compliance with, among other things, European Regulations for organic production.\r\n\r\nThe NVWA has played a central role during the occurrence and handling of the fipronil-incident. In November 2016, the supervisory authority was provided three hints containing concrete indications about the combatting of red mite at poultry farms using a prohibited substance. One of these hints came up during IOD investigations. The two other hints eventually ended up with this service. The commission concludes that the indications were forwarded to the IOD without recognisable further assessment of the hazards potentially involved with the violation reported. With this course of events, the NVWA did not follow its internal procedures which resulted in the follow-up on these hints ending up in the criminal process.\r\n\r\nThe commission is of the opinion that at the end of 2016, based on the information available at that time, enforcing actions would have been possible pursuant to the Plant Protection Products and Biocides Act (Wgb).\r\n\r\nDuring an assessment of the indications by the IOD and the Public Prosecution Services in December, the question was raised whether the violation reported identified an acute risk for the public health. BuRo was consulted in order to answer this question. BuRo rendered its oral judgment at the end of January concluding there was no acute risk for the public health but that a proper assessment of the question would only be possible as soon as more information was available about the extent of exposure. The commission concludes that no investigation to the latter aspect was conducted and all parties involved were satisfied with a risk assessment not recorded in writing by BuRO in January 2017 which, according to BuRO itself, was based on incomplete information. The same applies to the end of April 2017 when the IOD and the Public<span style=\"font-size: 14px;\">Prosecution Services finally decide to start a criminal investigation; </span>still<span style=\"font-size: 14px;\"> there is no clarity regarding the question whether the use of fipronil also involves a risk for the public health. The commission has sufficient indications to establish that parts of the organisation knew in January 2017 of the possible occurrence of fipronil in eggs.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDue to a lack of capacity, the criminal investigation was not started in April, May and June. This course of affairs at the NVWA in this phase shows that the IOD and the supervisory divisions collaborate insufficiently and that parts of the organisation have no clarity on the factual restrictions the criminal law imposes on sharing information included in investigation proceedings. Decisions were inadequately documented and responsibilities not clearly assigned.\r\n\r\nThe commission concludes that the NVWA has inadequately realised its duty as inspector in the field of food safety in the phase leading up to a report submitted by the Belgian supervisory authority FAVV.\r\n\r\nAfter fipronil was detected in eggs in Belgium, the Belgian supervisory authority FAVV requests the NVWA on 28 June to conduct an investigation on the company Chickfriend. Following a first visit of inspectors of the NVWA on 7 July, during which two tonnes of non-permitted biocides were found, the company was sealed on 22 July. When the extent of the fipronil contamination was unfolded based on the seized administration of Chickfriend, the NVWA formally declared the case on 18 July to be an “incident” and an incident organisation was established. The NVWA blocked 258 farms in the following weeks from transporting and placing on the market eggs, chickens and manure. The commission concludes that the NVWA was not well prepared for a food safety incident or crisis. The communication with the NVWA was not unambiguous which has contributed to insecurity for the persons directly involved and for consumers. Partly because of that communication, the application of its own standard to warn the public and the choice for application of a correction on the measurement uncertainty, rise was given to doubt the credibility of the enforcing actions.\r\n\r\nThe NVWA based its intervention policy partially on the precautionary principle. This was justified in the opinion of the commission given the uncertainties one had to deal with. The commission concludes that the intervention policy of the NVWA was in line with applicable regulations and has been suitable, appropriate and proportionate.\r\n\r\n<strong>The role of the ministries of VWS and EZ/LNV</strong>\r\n\r\nThe central government bears the responsibility for the proper functioning of the system of guarantees for food safety. Both the Ministry of VWS and the Ministry of LNV (until recently EZ) are responsible for food safety.\r\n\r\nThe ministries have underestimated the impact of the incident and acknowledged too late the numerous policy-related questions that had to be answered in order to handle the incident. Earlier directions hereon as well as on the communication to the outside world would have been <span style=\"font-size: 14px;\">necessary. The ministries had much trouble recapitulating the correct information. Letters sent to the House of Representatives in August 2017 were incomplete and provided a distorted picture of the situation.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe division of the political and policy-related responsibility for food safety between two ministries leads to confusion, a division of the knowledge of chains and sectors between two departments, additional moments of alignment, double commissioning towards the supervisory authority and double control of the broad outlines.\r\n\r\nThe commission is of opinion that both ministries apply a too restricted view of their own role in safeguarding food safety. This results in policy-related issues and executional duties ending up at the NVWA. Not only does this lead to a too heavy burden for the NVWA, it also impedes an incisive interpretation of its role as final element of guarantees for food safety.\r\n\r\n<strong>Private and public supervision</strong>\r\n\r\nThe supervision by private and public bodies together does not form a conclusive system of guarantees. It lacks cohesion and the activities do not supplement each other. The certification in the egg sector currently does not meet the conditions for an adjusted, clarified system of public supervision. According to the Inspector-General of three government inspectorates, the preceding also applies to other certificates besides those in the egg sector. Statements made by politicians that public supervisory authorities are able to step down once companies are certified, are therefore unfounded.\r\n\r\nThe division of the public supervision on the egg chain between two organisations, NVWA and NCAE, is unnecessary complex and leads to less effective and less efficient supervision.\r\n\r\n<strong>Recommendations</strong>\r\n\r\nCompanies, their trade organisations and representatives, policymakers and directors as well as the supervisory authorities have to acknowledge and take on their responsibility and role better in ensuring food safety. Food safety must be given the highest priority when establishing their work activities and processes.\r\n\r\nThe commission recommends companies and directors in the egg sector to take care of a credible system of self-regulation in which food safety is the key priority. To that end, the recommendations of the Workgroup reinforcement self-regulation egg chain should be implemented promptly, the risk assessment designed independently and competently and more attention has to be paid to food fraud by improving the controls.\r\n\r\nThe commission is of opinion that the NVWA has to ensure that food safety is considered the highest priority in all departments. Food safety has to be integrated visibly and unambiguously within the organisation. Indications must be assessed integrally and in a timely manner so <span style=\"font-size: 14px;\">maximum clarity on the risks and the social impact of the violations is obtained prior to making a decision on an administrative or criminal approach. A criminal approach should not interfere with actual enforcement to increase food safety. Notifications and hints must be handled in cohesion and be easy to trace for supervision, enforcement and detection. The commission furthermore appeals to the NVWA to devote more effort to proper management and adequate distribution of knowledge at all levels. Besides knowledge, also the courage to take responsibility is an important point of attention in </span>further<span style=\"font-size: 14px;\"> professionalisation of the employees.</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe commission orders politics and administration to actively support the supervisory authority with its own policy, among other things by promoting self-regulation in the sectors. The political and policy-related responsibility for food safety, as well as the management of the NVWA, has to be integrated clearly and conclusively. Adequate equipment is necessary for the NVWA to properly execute its role as final element of food safety.\r\n\r\nIt is furthermore recommended to have an investigation conducted on the quality and functioning of certificates and certifying authorities. The legislator is urged to take care of an orderly arrangement regarding the sharing of enforcement information within supervisory organisations.\r\n\r\n</div>\r\n</div>\r\n</div>','New Dutch egg safety report shows need for higher standards','','inherit','closed','closed','','1907-revision-v1','','','2018-07-09 08:51:30','2018-07-09 08:51:30','',1907,'http://www.ontradeprogress.com/2018/07/09/1907-revision-v1/',0,'revision','',0),(1910,1,'2018-07-09 08:52:30','2018-07-09 08:52:30','','Lion-eggs-in-foodservice01_0','','inherit','closed','closed','','lion-eggs-in-foodservice01_0','','','2018-07-09 08:52:30','2018-07-09 08:52:30','',1907,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Lion-eggs-in-foodservice01_0.jpg',0,'attachment','image/jpeg',0),(1911,1,'2018-07-09 08:55:19','2018-07-09 08:55:19','','Why Lion eggs box','','inherit','closed','closed','','why-lion-eggs-box','','','2018-07-09 08:55:19','2018-07-09 08:55:19','',1907,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Why-Lion-eggs-box.jpg',0,'attachment','image/jpeg',0),(1912,1,'2018-07-09 09:38:26','2018-07-09 09:38:26','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The BII are delighted to announce that the National Innovation in Training Awards competition for 2018 is now live, with finalists once again hosted at the glamourous Cafe? de Paris, London on 20th November 2018.</strong>\r\n\r\nThe BII is collaborating with leading online industry news service Propel to highlight and celebrate individuals and businesses in the sector who put their people first. The BII recognises the importance of raising standards and professionalism across the industry, as well as sharing best practice in training and people development.\r\n\r\nSuccessful NITAs entrants will be those who provide really great training in the licensed on trade in the U.K. - whether individuals, training organisations or pub companies. Our judges will be looking for examples of those who truly put people at the heart of what they do; investing in their teams, innovating, motivating and striving for training excellence.\r\n\r\n<strong>The award categories for the 2018 competition are as follows:</strong>\r\n<ul>\r\n 	<li>Best Training Programme - Leased &amp; Tenanted Companies under 200 outlets Best Training Programme - Leased &amp; Tenanted Companies over 200 outlets</li>\r\n 	<li>Best Managed Training Programme Companies under 50 outlets Best Managed Training Programme Companies over 50 outlets</li>\r\n 	<li>Licensee Trainer of the Year Award Professional Trainer of the Year Award</li>\r\n 	<li>Best Apprenticeship Training Programme Best Casual Dining Training Programme Franca Knowles Lifetime Achievement Award</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Franca Knowles Lifetime Achievement Award is an industry recognition award; the winner will be chosen by a panel led by Keith Knowles, CEO and founder of Beds &amp; Bars. The award will identify and recognise an individual who leads by example and can demonstrate that people are at the core of what they do.\r\n\r\nThe award is in memory of the late Franca Knowles, who herself was a multiple winner of NITA awards and was passionate about people and training.\r\n\r\nBII CEO Mike Clist commented: “The NITAs are a key platform which not only help us highlight how vital the training and development of staff is to our industry, but crucially demonstrate that hospitality can offer individuals a rewarding and varied career- it’s so much more than just a job.”\r\n\r\nThe NITAs is the ultimate benchmark for training ingenuity in the industry – rewarding individuals and businesses who deliver outstanding mentorship and development for their people.”\r\n\r\nEntrants have until the Friday 31st August to complete their entries and can enter more than one category for consideration; criteria for each award and entry forms can be found at www.bii.org.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nEach category will have a judging panel consisting of industry experts who will decide who has best showcased their knowledge, understanding and enthusiasm for their respective category. Finalists will be announced before the end of September and will need to attend the NITA finals judging day in mid-October.\r\n\r\n</div>\r\n</div>\r\n</div>','National Innovation in Training Awards – NITAs 2018','','publish','closed','open','','national-innovation-in-training-awards-nitas-2018','','','2018-07-09 09:44:22','2018-07-09 09:44:22','',0,'http://www.ontradeprogress.com/?p=1912',0,'post','',0),(1913,1,'2018-07-09 09:37:55','2018-07-09 09:37:55','','Untitled_design__51_','','inherit','closed','closed','','untitled_design__51_','','','2018-07-09 09:37:55','2018-07-09 09:37:55','',1912,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Untitled_design__51_.png',0,'attachment','image/png',0),(1914,1,'2018-07-09 09:38:04','2018-07-09 09:38:04','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The BII are delighted to announce that the National Innovation in Training Awards competition for 2018 is now live, with finalists once again hosted at the glamourous Cafe? de Paris, London on 20th November 2018.</strong>\r\n\r\nThe BII is collaborating with leading online industry news service Propel to highlight and celebrate individuals and businesses in the sector who put their people first. The BII recognises the importance of raising standards and professionalism across the industry, as well as sharing best practice in training and people development.\r\n\r\nSuccessful NITAs entrants will be those who provide really great training in the licensed on trade in the U.K. - whether individuals, training organisations or pub companies. Our judges will be looking for examples of those who truly put people at the heart of what they do; investing in their teams, innovating, motivating and striving for training excellence.\r\n\r\n<strong>The award categories for the 2018 competition are as follows:</strong>\r\n<ul>\r\n 	<li>Best Training Programme - Leased &amp; Tenanted Companies under 200 outlets Best Training Programme - Leased &amp; Tenanted Companies over 200 outlets</li>\r\n 	<li>Best Managed Training Programme Companies under 50 outlets Best Managed Training Programme Companies over 50 outlets</li>\r\n 	<li>Licensee Trainer of the Year Award Professional Trainer of the Year Award</li>\r\n 	<li>Best Apprenticeship Training Programme Best Casual Dining Training Programme Franca Knowles Lifetime Achievement Award</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Franca Knowles Lifetime Achievement Award is an industry recognition award; the winner will be chosen by a panel led by Keith Knowles, CEO and founder of Beds &amp; Bars. The award will identify and recognise an individual who leads by example and can demonstrate that people are at the core of what they do.\r\n\r\nThe award is in memory of the late Franca Knowles, who herself was a multiple winner of NITA awards and was passionate about people and training.\r\n\r\nBII CEO Mike Clist commented: “The NITAs are a key platform which not only help us highlight how vital the training and development of staff is to our industry, but crucially demonstrate that hospitality can offer individuals a rewarding and varied career- it’s so much more than just a job.”\r\n\r\nThe NITAs is the ultimate benchmark for training ingenuity in the industry – rewarding individuals and businesses who deliver outstanding mentorship and development for their people.”\r\n\r\nEntrants have until the Friday 31st August to complete their entries and can enter more than one category for consideration; criteria for each award and entry forms can be found at www.bii.org.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nEach category will have a judging panel consisting of industry experts who will decide who has best showcased their knowledge, understanding and enthusiasm for their respective category. Finalists will be announced before the end of September and will need to attend the NITA finals judging day in mid-October.\r\n\r\n</div>\r\n</div>\r\n</div>','National Innovation in Training Awards – NITAs 2018','','inherit','closed','closed','','1912-revision-v1','','','2018-07-09 09:38:04','2018-07-09 09:38:04','',1912,'http://www.ontradeprogress.com/2018/07/09/1912-revision-v1/',0,'revision','',0),(1915,1,'2018-07-09 09:39:22','2018-07-09 09:39:22','','Screen Shot 2018-07-09 at 10.38.50','','inherit','closed','closed','','screen-shot-2018-07-09-at-10-38-50','','','2018-07-09 09:39:22','2018-07-09 09:39:22','',1912,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-09-at-10.38.50.png',0,'attachment','image/png',0),(1916,1,'2018-07-09 14:27:11','2018-07-09 14:27:11','<strong>We look at how hospitality venues can transform their outdoor spaces.</strong>\r\n\r\nFrom patios to paving, there are so many ways hospitality professionals can utilise the outdoor spaces in their venues. With summer upon us and consumers wanting to balance sunshine with a great food and drink offering, the need to transform outdoor spaces for customers is greater than ever.\r\n\r\nNo matter what setting or space you have; be it a bar on the beach or a more urban space, every venue has a chance to transform their outdoor spaces to make it more attractive to customers. At <em>On-Trade Progress, </em>we’ve compiled different examples of how you can use those spaces and transform them for maximum footfall.\r\n<ul>\r\n 	<li>Rooftop bars</li>\r\n</ul>\r\nIt used to be the case that to have a rooftop bar, you needed a stunning city view. Rooftop bars are, of course, primarily an urban fascination and for consumers, provide a refuge from the busy streets below. However, we are now inundated with rooftop bars across the capital and other major UK cities. Rightly so, these outdoor spaces used to be dead and now, due to their fashionable uptake, every applicable venue has the chance to build on this offering.\r\n\r\nSo, what makes a great rooftop bar? While views certainly help, there’s a lot to be said for creating an intimate space too. If you don’t have the views to support your rooftop bar, then put together an intimate and attractive space. For this, we recommend spotlighting and low backed chairs, anything that conveys getting away from the ‘hussle and bussle’ of the streets below.\r\n<ul>\r\n 	<li>Private dining areas</li>\r\n</ul>\r\nOne of the most magical experiences about private outdoor dining areas in restaurants is that often consumers don’t know they exist until the waiting staff walks you through the venue and to your table.\r\n\r\nYou can create wonderfully intimate spaces using simple cover-ups. For example, if the space is surrounded by a high wall, or perhaps the view above isn’t so inviting, you can use a marquee style cover to hide it. Or, one Turkish restaurant in Kent used wonderful draping fabrics to create an indoor/outdoor sense that totally immersed the party in a true cultural experience.\r\n<ul>\r\n 	<li>Outdoor drinking spaces</li>\r\n</ul>\r\nIf your venue isn’t big enough and you are popular, inevitably, in the summer months you will likely have customers spill over onto the streets. While this can cause some problems for people looking to walk by, you can encourage your customers to stay close to the venue by implementing a soft barrier system, having overhead sheltering in case it rains or for shade and having warming lights so when it gets cold they want to stay near.\r\n\r\nIt’s important to remember that every venue is different, and how you choose to transform your venue could be totally different from a competitor. Always think about what the customer would be happiest with though, and you can’t go wrong.','Spaced Out - Space for everyone','','publish','closed','open','','spaced-out-space-for-everyone','','','2018-07-09 14:30:12','2018-07-09 14:30:12','',0,'http://www.ontradeprogress.com/?p=1916',0,'post','',0),(1917,1,'2018-07-09 14:21:05','2018-07-09 14:21:05','','Screen Shot 2018-07-09 at 15.11.55','','inherit','closed','closed','','screen-shot-2018-07-09-at-15-11-55','','','2018-07-09 14:21:05','2018-07-09 14:21:05','',1916,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-09-at-15.11.55.png',0,'attachment','image/png',0),(1918,1,'2018-07-09 14:24:32','2018-07-09 14:24:32','<strong>We look at how hospitality venues can transform their outdoor spaces.</strong>\r\n\r\nFrom patios to paving, there are so many ways hospitality professionals can utilise the outdoor spaces in their venues. With summer upon us and consumers wanting to balance sunshine with a great food and drink offering, the need to transform outdoor spaces for customers is greater than ever.\r\n\r\nNo matter what setting or space you have; be it a bar on the beach or a more urban space, every venue has a chance to transform their outdoor spaces to make it more attractive to customers. At <em>On-Trade Progress, </em>we’ve compiled different examples of how you can use those spaces and transform them for maximum footfall.\r\n<ul>\r\n 	<li>Rooftop bars</li>\r\n</ul>\r\nIt used to be the case that to have a rooftop bar, you needed a stunning city view. Rooftop bars are, of course, primarily an urban fascination and for consumers, provide a refuge from the busy streets below. However, we are now inundated with rooftop bars across the capital and other major UK cities. Rightly so, these outdoor spaces used to be dead and now, due to their fashionable uptake, every applicable venue has the chance to build on this offering.\r\n\r\nSo, what makes a great rooftop bar? While views certainly help, there’s a lot to be said for creating an intimate space too. If you don’t have the views to support your rooftop bar, then put together an intimate and attractive space. For this, we recommend spot lighting and low backed chairs, anything that conveys getting away from the ‘hussle and bussle’ of the streets below.\r\n<ul>\r\n 	<li>Private dining areas</li>\r\n</ul>\r\nOne of the most magical experiences about private outdoor dining areas in restaurants is that often consumers don’t know they exist until the waiting staff walks you through the venue and to your table.\r\n\r\nYou can create wonderfully intimate spaces using simple cover ups. For example, if the space is surrounded by a high wall, or perhaps the view above isn’t so inviting, you can use a marquee style cover to hide it. Or, one Turkish restaurant in Kent used wonderful draping fabrics to create an indoor/outdoor sense that totally immersed the party in a true cultural experience.\r\n<ul>\r\n 	<li>Outdoor drinking spaces</li>\r\n</ul>\r\nIf your venue isn’t big enough and you are popular, inevitably, in the summer months you will likely have customers spill over onto the streets. While this can cause some problems for people looking to walk by, you can encourage your customers to stay close to the venue by implementing a soft barrier system, having overhead sheltering in case it rains or for shade and having warming lights so when it gets cold they want to stay near.\r\n\r\nIt’s important to remember that every venue is different, and how you choose to transform your venue could be totally different from a competitor. Always think about what the customer would be happiest with though, and you can’t go wrong.','Out in the open - Space for everyone','','inherit','closed','closed','','1916-revision-v1','','','2018-07-09 14:24:32','2018-07-09 14:24:32','',1916,'http://www.ontradeprogress.com/2018/07/09/1916-revision-v1/',0,'revision','',0),(1919,1,'2018-07-09 14:25:06','2018-07-09 14:25:06','<strong>We look at how hospitality venues can transform their outdoor spaces.</strong>\r\n\r\nFrom patios to paving, there are so many ways hospitality professionals can utilise the outdoor spaces in their venues. With summer upon us and consumers wanting to balance sunshine with a great food and drink offering, the need to transform outdoor spaces for customers is greater than ever.\r\n\r\nNo matter what setting or space you have; be it a bar on the beach or a more urban space, every venue has a chance to transform their outdoor spaces to make it more attractive to customers. At <em>On-Trade Progress, </em>we’ve compiled different examples of how you can use those spaces and transform them for maximum footfall.\r\n<ul>\r\n 	<li>Rooftop bars</li>\r\n</ul>\r\nIt used to be the case that to have a rooftop bar, you needed a stunning city view. Rooftop bars are, of course, primarily an urban fascination and for consumers, provide a refuge from the busy streets below. However, we are now inundated with rooftop bars across the capital and other major UK cities. Rightly so, these outdoor spaces used to be dead and now, due to their fashionable uptake, every applicable venue has the chance to build on this offering.\r\n\r\nSo, what makes a great rooftop bar? While views certainly help, there’s a lot to be said for creating an intimate space too. If you don’t have the views to support your rooftop bar, then put together an intimate and attractive space. For this, we recommend spot lighting and low backed chairs, anything that conveys getting away from the ‘hussle and bussle’ of the streets below.\r\n<ul>\r\n 	<li>Private dining areas</li>\r\n</ul>\r\nOne of the most magical experiences about private outdoor dining areas in restaurants is that often consumers don’t know they exist until the waiting staff walks you through the venue and to your table.\r\n\r\nYou can create wonderfully intimate spaces using simple cover ups. For example, if the space is surrounded by a high wall, or perhaps the view above isn’t so inviting, you can use a marquee style cover to hide it. Or, one Turkish restaurant in Kent used wonderful draping fabrics to create an indoor/outdoor sense that totally immersed the party in a true cultural experience.\r\n<ul>\r\n 	<li>Outdoor drinking spaces</li>\r\n</ul>\r\nIf your venue isn’t big enough and you are popular, inevitably, in the summer months you will likely have customers spill over onto the streets. While this can cause some problems for people looking to walk by, you can encourage your customers to stay close to the venue by implementing a soft barrier system, having overhead sheltering in case it rains or for shade and having warming lights so when it gets cold they want to stay near.\r\n\r\nIt’s important to remember that every venue is different, and how you choose to transform your venue could be totally different from a competitor. Always think about what the customer would be happiest with though, and you can’t go wrong.','Spaced Out - Space for everyone','','inherit','closed','closed','','1916-revision-v1','','','2018-07-09 14:25:06','2018-07-09 14:25:06','',1916,'http://www.ontradeprogress.com/2018/07/09/1916-revision-v1/',0,'revision','',0),(1920,1,'2018-07-09 14:27:11','2018-07-09 14:27:11','<strong>We look at how hospitality venues can transform their outdoor spaces.</strong>\r\n\r\nFrom patios to paving, there are so many ways hospitality professionals can utilise the outdoor spaces in their venues. With summer upon us and consumers wanting to balance sunshine with a great food and drink offering, the need to transform outdoor spaces for customers is greater than ever.\r\n\r\nNo matter what setting or space you have; be it a bar on the beach or a more urban space, every venue has a chance to transform their outdoor spaces to make it more attractive to customers. At <em>On-Trade Progress, </em>we’ve compiled different examples of how you can use those spaces and transform them for maximum footfall.\r\n<ul>\r\n 	<li>Rooftop bars</li>\r\n</ul>\r\nIt used to be the case that to have a rooftop bar, you needed a stunning city view. Rooftop bars are, of course, primarily an urban fascination and for consumers, provide a refuge from the busy streets below. However, we are now inundated with rooftop bars across the capital and other major UK cities. Rightly so, these outdoor spaces used to be dead and now, due to their fashionable uptake, every applicable venue has the chance to build on this offering.\r\n\r\nSo, what makes a great rooftop bar? While views certainly help, there’s a lot to be said for creating an intimate space too. If you don’t have the views to support your rooftop bar, then put together an intimate and attractive space. For this, we recommend spotlighting and low backed chairs, anything that conveys getting away from the ‘hussle and bussle’ of the streets below.\r\n<ul>\r\n 	<li>Private dining areas</li>\r\n</ul>\r\nOne of the most magical experiences about private outdoor dining areas in restaurants is that often consumers don’t know they exist until the waiting staff walks you through the venue and to your table.\r\n\r\nYou can create wonderfully intimate spaces using simple cover-ups. For example, if the space is surrounded by a high wall, or perhaps the view above isn’t so inviting, you can use a marquee style cover to hide it. Or, one Turkish restaurant in Kent used wonderful draping fabrics to create an indoor/outdoor sense that totally immersed the party in a true cultural experience.\r\n<ul>\r\n 	<li>Outdoor drinking spaces</li>\r\n</ul>\r\nIf your venue isn’t big enough and you are popular, inevitably, in the summer months you will likely have customers spill over onto the streets. While this can cause some problems for people looking to walk by, you can encourage your customers to stay close to the venue by implementing a soft barrier system, having overhead sheltering in case it rains or for shade and having warming lights so when it gets cold they want to stay near.\r\n\r\nIt’s important to remember that every venue is different, and how you choose to transform your venue could be totally different from a competitor. Always think about what the customer would be happiest with though, and you can’t go wrong.','Spaced Out - Space for everyone','','inherit','closed','closed','','1916-revision-v1','','','2018-07-09 14:27:11','2018-07-09 14:27:11','',1916,'http://www.ontradeprogress.com/2018/07/09/1916-revision-v1/',0,'revision','',0),(1921,1,'2018-07-10 07:12:08','2018-07-10 07:12:08','<strong>M&amp;J Seafood has netted another top award, this one recognising the company’s commitment to sustainable seafood. A long-time champion of sustainable alternatives in fish and seafood, M&amp;J Seafood was named Fresh Fish Foodservice Wholesaler of the Year at the 2018 Marine Stewardship Council UK Awards.</strong>\r\n\r\nThe annual MSC awards celebrate the work of those who are safeguarding seafood supplies for current and future generations. MSC award winners play a crucial role in supporting healthy and sustainable oceans by offering an ever-growing choice of sustainable seafood to UK customers.\r\n\r\nM&amp;J Seafood was rewarded for both the wide range and volume of MSC certified species that it sells to restaurants and hospitality businesses across the UK. For example, it has been hugely proactive in listing newly certified sustainable British species such as clams from Poole harbour and North Sea cod from Scotland.\r\n\r\nGeorge Clark, Senior Commercial Manager, Marine Stewardship Council, said of the win: “It’s fantastic to see M&amp;J Seafood utilise the MSC programme and provide such a great range of certified sustainable fish and seafood to the foodservice sector. For many years, the company has been advocating seafood sustainability to the foodservice industry, and it’s because of this approach that restaurants, hotels, and catering companies can ensure traceable, sustainable seafood for current and future generations.”\r\n\r\nM&amp;J Seafood’s Senior Category Manager, Sarah Phillips, added: “Making the more sustainable choices is not just a matter of doing the right thing for the future of our seas, it’s about doing the right thing for our customers. We are totally committed to keeping a close eye on the world’s fish stocks and sustainable practices, and to supplying the best of the world’s catch from well-managed fisheries. We have made it easy to bring sustainable choices to the foodservice menu so that we can all play our part.”\r\n\r\nFor further information on M&amp;J Seafood, visit <a href=\"http://www.mjseafood.com/\">www.mjseafood.com</a>, call 01296 333807 or follow them on Twitter @mjseafood.','Sustainable success for M&J Seafood','','publish','closed','open','','sustainable-success-for-mj-seafood','','','2018-07-10 07:13:01','2018-07-10 07:13:01','',0,'http://www.ontradeprogress.com/?p=1921',0,'post','',0),(1922,1,'2018-07-10 07:07:47','2018-07-10 07:07:47','','Screen Shot 2018-07-10 at 08.07.14','','inherit','closed','closed','','screen-shot-2018-07-10-at-08-07-14','','','2018-07-10 07:07:47','2018-07-10 07:07:47','',1921,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-08.07.14.png',0,'attachment','image/png',0),(1923,1,'2018-07-10 07:10:21','2018-07-10 07:10:21','<strong>M&amp;J Seafood has netted another top award, this one recognising the company’s commitment to sustainable seafood. A long-time champion of sustainable alternatives in fish and seafood, M&amp;J Seafood was named Fresh Fish Foodservice Wholesaler of the Year at the 2018 Marine Stewardship Council UK Awards.</strong>\r\n\r\nThe annual MSC awards celebrate the work of those who are safeguarding seafood supplies for current and future generations. MSC award winners play a crucial role in supporting healthy and sustainable oceans by offering an ever-growing choice of sustainable seafood to UK customers.\r\n\r\nM&amp;J Seafood was rewarded for both the wide range and volume of MSC certified species that it sells to restaurants and hospitality businesses across the UK. For example, it has been hugely proactive in listing newly certified sustainable British species such as clams from Poole harbour and North Sea cod from Scotland.\r\n\r\nGeorge Clark, Senior Commercial Manager, Marine Stewardship Council, said of the win: “It’s fantastic to see M&amp;J Seafood utilise the MSC programme and provide such a great range of certified sustainable fish and seafood to the foodservice sector. For many years, the company has been advocating seafood sustainability to the foodservice industry, and it’s because of this approach that restaurants, hotels, and catering companies can ensure traceable, sustainable seafood for current and future generations.”\r\n\r\nM&amp;J Seafood’s Senior Category Manager, Sarah Phillips, added: “Making the more sustainable choices is not just a matter of doing the right thing for the future of our seas, it’s about doing the right thing for our customers. We are totally committed to keeping a close eye on the world’s fish stocks and sustainable practices, and to supplying the best of the world’s catch from well-managed fisheries. We have made it easy to bring sustainable choices to the foodservice menu so that we can all play our part.”\r\n\r\nFor further information on M&amp;J Seafood, visit <a href=\"http://www.mjseafood.com/\">www.mjseafood.com</a>, call 01296 333807 or follow them on Twitter @mjseafood.','Sustainable success for M&J Seafood','','inherit','closed','closed','','1921-revision-v1','','','2018-07-10 07:10:21','2018-07-10 07:10:21','',1921,'http://www.ontradeprogress.com/2018/07/10/1921-revision-v1/',0,'revision','',0),(1924,1,'2018-07-10 07:49:13','2018-07-10 07:49:13','<strong>This summer, bars and restaurants all over the world are filling up every day, as the FIFA World Cup captures the attention of thousands of football fans hoping their nation will progress to the next level to win the coveted trophy. </strong>\r\n\r\nIn the meantime, our partners at Restaurant &amp; Bar Tech Live have done some progression of their own to take their show to the next level by completely reviving the show’s brand ahead of the 2018 edition. The team behind the event have worked extra time to provide their visitors with an incomparable experience. If you want to share this experience, make sure to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">check out the website</a> and <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">register for your free ticket</a>!\r\n\r\nIt all starts with their brand new website. The new layout of Restaurant &amp; Bar Tech Live’s web page gives you an exclusive first look at the show’s latest logo, which captures hints of technological advances all while retaining flashes of vintage bar styles. New technology in the restaurant and bar sectors are a key aspect in the rebranding of the show and, as such, the new website boasts various features displaying some of the most forward-thinking products available on the market. With its bright arrangement of colours, the website highlights the exciting futuristic designs that are making their way into the industry. The new Restaurant &amp; Bar Tech Live website offers a much more interactive platform where it is easier to access all of the information about the show. This innovative web page offers a unique experience from the moment it appears on your screen, foreshadowing what to expect from Restaurant &amp; Bar Tech Live itself. Have a look now and check for yourself. Go to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">www.restauranttechlive.co.uk</a> now!\r\n\r\nThere’s more! The rebranding crosses over every aspect of the show including a completely revamped Restaurateur’s Guide To Growth e-magazine; however, the most significant facet of the new brand is the green and environmentally friendly approach that Restaurant &amp; Bar Tech Live has adopted. The show is looking to give back to the environment through partnerships with eco-friendly organisations such as Green Earth Appeal, who have promised to plant one tree for each exhibitor at the event, counterbalancing their footprint on the environment. In their quest to reduce food wastage, the show has joined forces with Too Good To Go, a revolutionary app that has helped restaurants, bars and food stores “save” over 2.5 million meals already. Their partnership with the Soil Association encourages the setup of organic and ecological principles in the way people farm and eat. These are just some of several initiatives that Restaurant &amp; Bar Tech Live have taken in order to promote sustainability, which will be a key theme at the show this year.\r\n\r\nWith a new look and a brand new way of doing things, Restaurant &amp; Bar Tech Live 2018 is set to be the most exciting edition yet; with over 300 exhibitors revolutionising restaurants and bars across the UK, 170 game-changing seminars held by the sharpest minds of the industry, unique networking opportunities with top-decision makers, industry-altering panel debates and plenty more features. This year marks the beginning of a new eco-friendly wave for Restaurant &amp; Bar Tech Live. Join us, on the 25th &amp; 26th of September at the London ExCeL, at the future of the restaurant and bar industries, go <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">see the brand new website</a> and <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">register for your FREE ticket now</a>!','New Website Launches for Restaurant & Bar Tech Live','','publish','closed','open','','new-website-launches-for-restaurant-bar-tech-live','','','2018-07-10 07:49:13','2018-07-10 07:49:13','',0,'http://www.ontradeprogress.com/?p=1924',0,'post','',0),(1925,1,'2018-07-10 07:48:58','2018-07-10 07:48:58','','Screen Shot 2018-07-10 at 08.40.58','','inherit','closed','closed','','screen-shot-2018-07-10-at-08-40-58','','','2018-07-10 07:48:58','2018-07-10 07:48:58','',1924,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-08.40.58.png',0,'attachment','image/png',0),(1926,1,'2018-07-10 07:49:13','2018-07-10 07:49:13','<strong>This summer, bars and restaurants all over the world are filling up every day, as the FIFA World Cup captures the attention of thousands of football fans hoping their nation will progress to the next level to win the coveted trophy. </strong>\r\n\r\nIn the meantime, our partners at Restaurant &amp; Bar Tech Live have done some progression of their own to take their show to the next level by completely reviving the show’s brand ahead of the 2018 edition. The team behind the event have worked extra time to provide their visitors with an incomparable experience. If you want to share this experience, make sure to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">check out the website</a> and <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">register for your free ticket</a>!\r\n\r\nIt all starts with their brand new website. The new layout of Restaurant &amp; Bar Tech Live’s web page gives you an exclusive first look at the show’s latest logo, which captures hints of technological advances all while retaining flashes of vintage bar styles. New technology in the restaurant and bar sectors are a key aspect in the rebranding of the show and, as such, the new website boasts various features displaying some of the most forward-thinking products available on the market. With its bright arrangement of colours, the website highlights the exciting futuristic designs that are making their way into the industry. The new Restaurant &amp; Bar Tech Live website offers a much more interactive platform where it is easier to access all of the information about the show. This innovative web page offers a unique experience from the moment it appears on your screen, foreshadowing what to expect from Restaurant &amp; Bar Tech Live itself. Have a look now and check for yourself. Go to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">www.restauranttechlive.co.uk</a> now!\r\n\r\nThere’s more! The rebranding crosses over every aspect of the show including a completely revamped Restaurateur’s Guide To Growth e-magazine; however, the most significant facet of the new brand is the green and environmentally friendly approach that Restaurant &amp; Bar Tech Live has adopted. The show is looking to give back to the environment through partnerships with eco-friendly organisations such as Green Earth Appeal, who have promised to plant one tree for each exhibitor at the event, counterbalancing their footprint on the environment. In their quest to reduce food wastage, the show has joined forces with Too Good To Go, a revolutionary app that has helped restaurants, bars and food stores “save” over 2.5 million meals already. Their partnership with the Soil Association encourages the setup of organic and ecological principles in the way people farm and eat. These are just some of several initiatives that Restaurant &amp; Bar Tech Live have taken in order to promote sustainability, which will be a key theme at the show this year.\r\n\r\nWith a new look and a brand new way of doing things, Restaurant &amp; Bar Tech Live 2018 is set to be the most exciting edition yet; with over 300 exhibitors revolutionising restaurants and bars across the UK, 170 game-changing seminars held by the sharpest minds of the industry, unique networking opportunities with top-decision makers, industry-altering panel debates and plenty more features. This year marks the beginning of a new eco-friendly wave for Restaurant &amp; Bar Tech Live. Join us, on the 25th &amp; 26th of September at the London ExCeL, at the future of the restaurant and bar industries, go <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">see the brand new website</a> and <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress\">register for your FREE ticket now</a>!','New Website Launches for Restaurant & Bar Tech Live','','inherit','closed','closed','','1924-revision-v1','','','2018-07-10 07:49:13','2018-07-10 07:49:13','',1924,'http://www.ontradeprogress.com/2018/07/10/1924-revision-v1/',0,'revision','',0),(1927,1,'2018-07-10 08:26:12','2018-07-10 08:26:12','<strong>With World Cup fever all around and the new football season just around the corner, you are sure to score a profit by adding Cheese Burger Dough Balls to the menu, the latest addition to the Creative Foods Europe portfolio.</strong>\r\n\r\nField a winner with the mixture of cooked minced beef, cheese and gherkin encased in a light doughball. The bite-sized, moreish snacks make a tasty starter or side, and also promise to be the perfect team player on a combo plate.\r\n\r\nThe 25g Cheese Burger Dough Balls come fully baked and frozen, in 2 x 1kg packs, ready for re-generating as required. For more information, or for details of other products in the company’s extensive range, visit, <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.','Score with cheese burger dough balls','','publish','closed','open','','score-with-cheese-burger-dough-balls','','','2018-07-10 08:41:34','2018-07-10 08:41:34','',0,'http://www.ontradeprogress.com/?p=1927',0,'post','',0),(1928,1,'2018-07-10 08:20:18','2018-07-10 08:20:18','','Screen Shot 2018-07-10 at 09.14.31','','inherit','closed','closed','','screen-shot-2018-07-10-at-09-14-31','','','2018-07-10 08:20:18','2018-07-10 08:20:18','',1927,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.14.31.png',0,'attachment','image/png',0),(1929,1,'2018-07-10 08:21:20','2018-07-10 08:21:20','<strong>With World Cup fever all around, and the new football season just around the corner, you are sure to score a profit by adding Cheese Burger Dough Balls to the menu, the latest addition to the Creative Foods Europe portfolio.</strong>\r\n\r\nField a winner with the mixture of cooked minced beef, cheese and gherkin encased in a light doughball. The bite-sized, moreish snacks make a tasty starter or side, and also promise to be the perfect team player on a combo plate.\r\n\r\nThe 25g Cheese Burger Dough Balls come fully baked and frozen, in 2 x 1kg packs, ready for re-generating as required. For more information, or for details of other products in the company’s extensive range, visit, <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.','Score with cheese burger dough balls','','inherit','closed','closed','','1927-revision-v1','','','2018-07-10 08:21:20','2018-07-10 08:21:20','',1927,'http://www.ontradeprogress.com/2018/07/10/1927-revision-v1/',0,'revision','',0),(1930,1,'2018-07-10 08:41:34','2018-07-10 08:41:34','<strong>With World Cup fever all around and the new football season just around the corner, you are sure to score a profit by adding Cheese Burger Dough Balls to the menu, the latest addition to the Creative Foods Europe portfolio.</strong>\r\n\r\nField a winner with the mixture of cooked minced beef, cheese and gherkin encased in a light doughball. The bite-sized, moreish snacks make a tasty starter or side, and also promise to be the perfect team player on a combo plate.\r\n\r\nThe 25g Cheese Burger Dough Balls come fully baked and frozen, in 2 x 1kg packs, ready for re-generating as required. For more information, or for details of other products in the company’s extensive range, visit, <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.','Score with cheese burger dough balls','','inherit','closed','closed','','1927-revision-v1','','','2018-07-10 08:41:34','2018-07-10 08:41:34','',1927,'http://www.ontradeprogress.com/2018/07/10/1927-revision-v1/',0,'revision','',0),(1931,1,'2018-07-10 08:57:46','2018-07-10 08:57:46','<strong>Heineken who has extended its partnership with The SSE Hydro Arena, by rewarding new HUK on-trade customers with VIP tickets to Scotland’s best shows.</strong>\r\n<ul>\r\n 	<li><strong>HEINEKEN has extended its partnership with The SSE Hydro Arena to reward licensees and their customers with the chance to win tickets to Scotland’s best shows</strong></li>\r\n 	<li><strong>Outlets that newly stock or install Heineken®, Heineken® Served Extra Cold or Heineken® 0.0 can win tickets to popular shows and watch from the comfort of The Heineken Green Room. Customers of these outlets will also have the chance to win with every first pint of Heineken ordered</strong></li>\r\n 	<li><strong>Heineken® is the sixth best-selling lager in Scotland, contributing over 20,000 HL draught and 5,000 HL packaged a year<a href=\"applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn1\" name=\"_ftnref1\">[1]</a></strong></li>\r\n</ul>\r\nHEINEKEN has extended its partnership with The SSE Hydro Arena, Scotland’s largest purpose built live music and events venue, to offer licensees the opportunity to experience the best in live entertainment, from the best seats in the house.<img class=\"wp-image-1933 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.53.25.png\" alt=\"\" width=\"270\" height=\"177\" />\r\n\r\nNew for 2018, The Heineken Green Room is set to open later this month and HEINEKEN is offering on-trade outlets the chance to win VIP tickets to shows throughout the year when they newly install or stock Heineken®, Heineken® Served Extra Cold and Heineken® 0.0.\r\n\r\nIntroduced to UK in 1969, Heineken® is the world’s most international premium lager, recognised in 192 countries worldwide and now worth more than £300M in value with over 700Khls of volume sales<a href=\"applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn2\" name=\"_ftnref2\">[2]</a>. By selling more Heineken® more often to more people throughout 2018, licensees could win tickets to see global superstars such as Katy Perry and Justin Timberlake, from the comfort of The Heineken Green Room.\r\n\r\nBy listing Heineken® for a minimum of six months, on-trade customers are invited to enter a prize draw to win tickets to a show of their choice, with four draws due to take place from now until November 2018.\r\n\r\nWith every first order at select on-trade partners in Scotland, customers can also win by receiving a Heineken scratch card at the bar and are invited to visit the online competition page (<a href=\"http://www.thessehydro.com/partners/heineken)\">www.thessehydro.com/partners/heineken)</a> to enter and be in with the chance of winning VIP hospitality tickets. Winners will receive complimentary access to The Heineken Green Room hospitality suite and can enjoy shows such as ‘Michael McIntyre Big World Tour’, ‘Pete Tong &amp; The Heritage Orchestra Ibiza Classics’ and more.\r\n\r\nThe total Scotland lager market delivers 1.1Mhl (+1.4%), of this volume draught is king with 92% of serves coming from tap. Although three in every four pints of lager poured in Scotland are from the classic lager category, growth is coming from the premium segment<a href=\"applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn3\" name=\"_ftnref3\">[3]</a>. Of the premium lager sector Heineken is sixth best-selling lager in Scotland, contributing 20,000 HL per year.\r\n\r\n&nbsp;','Heineken has extended its partnership with The SSE Hydro Arena','','publish','closed','open','','heineken-has-extended-its-partnership-with-the-sse-hydro-arena','','','2018-07-10 08:58:26','2018-07-10 08:58:26','',0,'http://www.ontradeprogress.com/?p=1931',0,'post','',0),(1932,1,'2018-07-10 08:54:48','2018-07-10 08:54:48','','Screen Shot 2018-07-10 at 09.53.34','','inherit','closed','closed','','screen-shot-2018-07-10-at-09-53-34','','','2018-07-10 08:54:48','2018-07-10 08:54:48','',1931,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.53.34.png',0,'attachment','image/png',0),(1933,1,'2018-07-10 08:55:22','2018-07-10 08:55:22','','Screen Shot 2018-07-10 at 09.53.25','','inherit','closed','closed','','screen-shot-2018-07-10-at-09-53-25','','','2018-07-10 08:55:22','2018-07-10 08:55:22','',1931,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.53.25.png',0,'attachment','image/png',0),(1934,1,'2018-07-10 08:57:17','2018-07-10 08:57:17','<strong>Heineken who has extended its partnership with The SSE Hydro Arena, by rewarding new HUK on-trade customers with VIP tickets to Scotland’s best shows.</strong>\r\n<ul>\r\n 	<li><strong>HEINEKEN has extended its partnership with The SSE Hydro Arena to reward licensees and their customers with the chance to win tickets to Scotland’s best shows</strong></li>\r\n 	<li><strong>Outlets that newly stock or install Heineken®, Heineken® Served Extra Cold or Heineken® 0.0 can win tickets to popular shows and watch from the comfort of The Heineken Green Room. Customers of these outlets will also have the chance to win with every first pint of Heineken ordered</strong></li>\r\n 	<li><strong>Heineken® is the sixth best-selling lager in Scotland, contributing over 20,000 HL draught and 5,000 HL packaged a year<a href=\"applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn1\" name=\"_ftnref1\">[1]</a></strong></li>\r\n</ul>\r\nHEINEKEN has extended its partnership with The SSE Hydro Arena, Scotland’s largest purpose built live music and events venue, to offer licensees the opportunity to experience the best in live entertainment, from the best seats in the house.<img class=\"wp-image-1933 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-09.53.25.png\" alt=\"\" width=\"270\" height=\"177\" />\r\n\r\nNew for 2018, The Heineken Green Room is set to open later this month and HEINEKEN is offering on-trade outlets the chance to win VIP tickets to shows throughout the year when they newly install or stock Heineken®, Heineken® Served Extra Cold and Heineken® 0.0.\r\n\r\nIntroduced to UK in 1969, Heineken® is the world’s most international premium lager, recognised in 192 countries worldwide and now worth more than £300M in value with over 700Khls of volume sales<a href=\"applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn2\" name=\"_ftnref2\">[2]</a>. By selling more Heineken® more often to more people throughout 2018, licensees could win tickets to see global superstars such as Katy Perry and Justin Timberlake, from the comfort of The Heineken Green Room.\r\n\r\nBy listing Heineken® for a minimum of six months, on-trade customers are invited to enter a prize draw to win tickets to a show of their choice, with four draws due to take place from now until November 2018.\r\n\r\nWith every first order at select on-trade partners in Scotland, customers can also win by receiving a Heineken scratch card at the bar and are invited to visit the online competition page (<a href=\"http://www.thessehydro.com/partners/heineken)\">www.thessehydro.com/partners/heineken)</a> to enter and be in with the chance of winning VIP hospitality tickets. Winners will receive complimentary access to The Heineken Green Room hospitality suite and can enjoy shows such as ‘Michael McIntyre Big World Tour’, ‘Pete Tong &amp; The Heritage Orchestra Ibiza Classics’ and more.\r\n\r\nThe total Scotland lager market delivers 1.1Mhl (+1.4%), of this volume draught is king with 92% of serves coming from tap. Although three in every four pints of lager poured in Scotland are from the classic lager category, growth is coming from the premium segment<a href=\"applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn3\" name=\"_ftnref3\">[3]</a>. Of the premium lager sector Heineken is sixth best-selling lager in Scotland, contributing 20,000 HL per year.\r\n\r\n&nbsp;','Heineken has extended its partnership with The SSE Hydro Arena','','inherit','closed','closed','','1931-revision-v1','','','2018-07-10 08:57:17','2018-07-10 08:57:17','',1931,'http://www.ontradeprogress.com/2018/07/10/1931-revision-v1/',0,'revision','',0),(1936,1,'2018-07-10 09:24:52','2018-07-10 09:24:52','<img class=\"wp-image-1938 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.20.02.png\" alt=\"\" width=\"126\" height=\"128\" /><strong>With Canada Day celebrations and the annual City BeerFest recently taking place, specialist beer importer Morgenrot has extended its selection of Sleeman brews with the addition of Silver Creek Lager.</strong>\r\n\r\nTo coincide with the launch, the iconic Canadian beer was available at the reopening of the Maple Leaf pub in Covent Garden, which was attended by John W Sleeman, as well as being on offer to visitors to the City Music Foundation’s annual City BeerFest event on July 5<sup>th</sup>.\r\n\r\nAvailable in 30lt kegs, the new arrival joins the brewer’s other beers - Honey Brown and Railside – in the Morgenrot stable.\r\n\r\nSleeman Silver Creek Lager (5% ABV) - <i>a golden colour with an ample white foam collar. A noble hop character is prominent, along with balanced malt sweetness. The perfect refreshment, this pilsner style has a very clean finish. </i>\r\n\r\n<strong>Morgenrot’s Sales Director Graham Archibald said: </strong>“As well as having a fantastic backstory to the brand and fanatical following in Canada, the Sleeman beers always hit the mark in the flavour department so the decision to extend our range with the Silver Creek Lager was a no-brainer really. Combined with Canada Day celebrations and the City BeerFest, we’re in the cusp on summer and lager-drinking weat<span style=\"font-size: 14px;\">her so it’s the ideal time to launch this tasty tipple.”</span>\r\n\r\n<b>Sleeman Brewery<img class=\"wp-image-1937 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.19.38.png\" alt=\"\" width=\"124\" height=\"168\" /></b>\r\n\r\n<span style=\"font-size: 14px;\">Despite being Canada’s third largest brewing company, Sleeman retains a </span>craft minded<span style=\"font-size: 14px;\"> vision. The company dates back to 1834 when John H Sleeman arrived in Ontario from Cornwall where his family were previously pirates. </span>\r\n\r\nBy 1851 he was supplying small 100 barrel batches from his third brewery in Guelph, Ontario, the location chosen for its pristine water supply. In 1933 the brewery closed, having been sold by the family whose liquor licence was revoked and who had to pay fines incurred for bootlegging beer for Al Capone across the US border during the prohibition.\r\n\r\nJohn W Sleeman - the great, great grandson of John H - who had run an English pub in Canada and started a company importing world beers reopened the brewery in Guelph in 1985. Original brewing recipes have stayed within the family and these form the basis of Sleeman’s portfolio of beers.\r\n\r\n<strong>Morgenrot</strong>\r\n\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Quilmes, Windhoek, Tucumen, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. With a core specialism in Spain, Morgenrot now has the finest range of Catalan, Basque and Spanish craft beers alongside the country’s on-trend wines, sherries, sidra and water.\r\n\r\nFor more information or to stock any of the Sleeman Brewery beers, contact Morgenrot on (0845) 070 4310, email <u><a href=\"mailto:enquiries@morgenrot.co.uk\">enquiries@morgenrot.co.uk</a></u> or follow on Twitter @Morgenrot_Group.\r\n\r\n&nbsp;','Morgenrot up silver creek with a lager','','publish','closed','open','','morgenrot-up-silver-creek-with-a-lager','','','2018-07-10 09:25:41','2018-07-10 09:25:41','',0,'http://www.ontradeprogress.com/?p=1936',0,'post','',0),(1937,1,'2018-07-10 09:20:50','2018-07-10 09:20:50','','Screen Shot 2018-07-10 at 10.19.38','','inherit','closed','closed','','screen-shot-2018-07-10-at-10-19-38','','','2018-07-10 09:20:50','2018-07-10 09:20:50','',1936,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.19.38.png',0,'attachment','image/png',0),(1938,1,'2018-07-10 09:20:55','2018-07-10 09:20:55','','Screen Shot 2018-07-10 at 10.20.02','','inherit','closed','closed','','screen-shot-2018-07-10-at-10-20-02','','','2018-07-10 09:20:55','2018-07-10 09:20:55','',1936,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.20.02.png',0,'attachment','image/png',0),(1939,1,'2018-07-10 09:20:59','2018-07-10 09:20:59','','Screen Shot 2018-07-10 at 10.20.28','','inherit','closed','closed','','screen-shot-2018-07-10-at-10-20-28','','','2018-07-10 09:20:59','2018-07-10 09:20:59','',1936,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.20.28.png',0,'attachment','image/png',0),(1940,1,'2018-07-10 09:24:27','2018-07-10 09:24:27','<img class=\"wp-image-1938 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.20.02.png\" alt=\"\" width=\"126\" height=\"128\" /><strong>With Canada Day celebrations and the annual City BeerFest recently taking place, specialist beer importer Morgenrot has extended its selection of Sleeman brews with the addition of Silver Creek Lager.</strong>\r\n\r\nTo coincide with the launch, the iconic Canadian beer was available at the reopening of the Maple Leaf pub in Covent Garden, which was attended by John W Sleeman, as well as being on offer to visitors to the City Music Foundation’s annual City BeerFest event on July 5<sup>th</sup>.\r\n\r\nAvailable in 30lt kegs, the new arrival joins the brewer’s other beers - Honey Brown and Railside – in the Morgenrot stable.\r\n\r\nSleeman Silver Creek Lager (5% ABV) - <i>a golden colour with an ample white foam collar. A noble hop character is prominent, along with balanced malt sweetness. The perfect refreshment, this pilsner style has a very clean finish. </i>\r\n\r\n<strong>Morgenrot’s Sales Director Graham Archibald said: </strong>“As well as having a fantastic backstory to the brand and fanatical following in Canada, the Sleeman beers always hit the mark in the flavour department so the decision to extend our range with the Silver Creek Lager was a no-brainer really. Combined with Canada Day celebrations and the City BeerFest, we’re in the cusp on summer and lager-drinking weat<span style=\"font-size: 14px;\">her so it’s the ideal time to launch this tasty tipple.”</span>\r\n\r\n<b>Sleeman Brewery<img class=\"wp-image-1937 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-10.19.38.png\" alt=\"\" width=\"124\" height=\"168\" /></b>\r\n\r\n<span style=\"font-size: 14px;\">Despite being Canada’s third largest brewing company, Sleeman retains a </span>craft minded<span style=\"font-size: 14px;\"> vision. The company dates back to 1834 when John H Sleeman arrived in Ontario from Cornwall where his family were previously pirates. </span>\r\n\r\nBy 1851 he was supplying small 100 barrel batches from his third brewery in Guelph, Ontario, the location chosen for its pristine water supply. In 1933 the brewery closed, having been sold by the family whose liquor licence was revoked and who had to pay fines incurred for bootlegging beer for Al Capone across the US border during the prohibition.\r\n\r\nJohn W Sleeman - the great, great grandson of John H - who had run an English pub in Canada and started a company importing world beers reopened the brewery in Guelph in 1985. Original brewing recipes have stayed within the family and these form the basis of Sleeman’s portfolio of beers.\r\n\r\n<strong>Morgenrot</strong>\r\n\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Quilmes, Windhoek, Tucumen, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. With a core specialism in Spain, Morgenrot now has the finest range of Catalan, Basque and Spanish craft beers alongside the country’s on-trend wines, sherries, sidra and water.\r\n\r\nFor more information or to stock any of the Sleeman Brewery beers, contact Morgenrot on (0845) 070 4310, email <u><a href=\"mailto:enquiries@morgenrot.co.uk\">enquiries@morgenrot.co.uk</a></u> or follow on Twitter @Morgenrot_Group.\r\n\r\n&nbsp;','Morgenrot up silver creek with a lager','','inherit','closed','closed','','1936-revision-v1','','','2018-07-10 09:24:27','2018-07-10 09:24:27','',1936,'http://www.ontradeprogress.com/2018/07/10/1936-revision-v1/',0,'revision','',0),(1941,1,'2018-07-10 10:16:53','2018-07-10 10:16:53','<strong>England fans to buy TEN MILLION extra pints during semi-final match against Croatia. </strong>\r\n\r\nThe British Beer and Pub Association (BBPA) is predicting that home fans will buy TEN MILLION extra pints during the semi-final World Cup match against Croatia, as they cheer on the England team.\r\n\r\nThe extra number of pints bought during the knockout stage match could provide a boost to the economy of up to £30 million. The Great British pub will be one of the main beneficiaries of a surge in demand for beer as fans cheer on the England team against Croatia at their local, which will take place on Wednesday 11<sup>th</sup> July at 7pm.\r\n\r\nThe taxman will be cheering the loudest when England play Croatia. Counting receipts from beer sales, the Chancellor could get an additional windfall as high as £4.5 million from beer drinkers and pub-goers watching the match.\r\n\r\nIn total, the BBPA has predicted that 30 million extra pints have been sold from all of England’s World Cup matches so far.\r\n\r\n<strong>BBPA Chief Executive Brigid Simmonds comments:</strong> “When it comes to watching the World Cup, only being at the game itself can compare with being in the pub. With the England team doing us proud and reaching their first semi-final in 28 years, fans will continue to pack out their local to cheer on Gareth Southgate and the boys. It’s fantastic news for both English football and the Great British pub!”.\r\n<p class=\"PressReleaseBodyText\"><u><span lang=\"EN-US\">Predicted extra pints sold, additional tax revenue and boost to the economy from England’s World Cup group stage games, last 16 match, quarter-final match and semi-final match: </span></u><b><u></u></b></p>\r\n<img class=\"alignleft size-full wp-image-1947\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.14.59.png\" alt=\"\" width=\"644\" height=\"285\" />','England fans to buy TEN MILLION extra pints during semi-final match','','publish','closed','open','','england-fans-to-buy-ten-million-extra-pints-during-semi-final-match','','','2018-07-10 10:16:53','2018-07-10 10:16:53','',0,'http://www.ontradeprogress.com/?p=1941',0,'post','',0),(1942,1,'2018-07-10 10:00:56','2018-07-10 10:00:56','<strong>England fans to buy TEN MILLION extra pints during semi-final match against Croatia. </strong>\r\n\r\nThe British Beer and Pub Association (BBPA) is predicting that home fans will buy TEN MILLION extra pints during the semi-final World Cup match against Croatia, as they cheer on the England team.\r\n\r\nThe extra number of pints bought during the knockout stage match could provide a boost to the economy of up to £30 million. The Great British pub will be one of the main beneficiaries of a surge in demand for beer as fans cheer on the England team against Croatia at their local, which will take place on Wednesday 11<sup>th</sup> July at 7pm.\r\n\r\nThe taxman will be cheering the loudest when England play Croatia. Counting receipts from beer sales, the Chancellor could get an additional windfall as high as £4.5 million from beer drinkers and pub-goers watching the match.\r\n\r\nIn total, the BBPA has predicted that 30 million extra pints have been sold from all of England’s World Cup matches so far.\r\n\r\n<strong>BBPA Chief Executive Brigid Simmonds comments:</strong> “When it comes to watching the World Cup, only being at the game itself can compare with being in the pub. With the England team doing us proud and reaching their first semi-final in 28 years, fans will continue to pack out their local to cheer on Gareth Southgate and the boys. It’s fantastic news for both English football and the Great British pub!”','England fans to buy TEN MILLION extra pints during semi-final match','','inherit','closed','closed','','1941-revision-v1','','','2018-07-10 10:00:56','2018-07-10 10:00:56','',1941,'http://www.ontradeprogress.com/2018/07/10/1941-revision-v1/',0,'revision','',0),(1944,1,'2018-07-10 10:08:42','2018-07-10 10:08:42','<strong>Rational UK has appointed Adam Knights as marketing director. He was previously internal sales director with the company and a key aspect of the new role will be to develop ‘customer lifecycle management’ – in other words, support for the customer throughout the life of their Rational appliance. </strong>\r\n\r\n“The demands that caterers put on their prime cooking appliances are changing all the time as new food ideas, cuisines and trends are developed,” says Knights. “This is where multifunctional equipment, such as our SelfCookingCenter and VarioCookingCenter, scores so highly – because it can adapt. At the same time, Rational products are built to last for many years, and we want to ensure that customers have the opportunity to maximise their investment’s potential for all that time. Hence the move to develop lifecycle support.”\r\n\r\nKey to the development of the lifecycle support will be working with Rational dealers and business partners, with whom Knights already has excellent relations. “I know I can count on the support of colleagues from both inside and outside the company,” he says. “I’m looking forward to getting my teeth into this challenging role.”\r\n\r\nSimon Lohse, managing director of Rational UK, is delighted that Knights has taken on the new role. “Adam is a leader and an innovator who has the ability not only to initiate concepts, but also effectively manage their introduction and development in the company,” he says. “Rational is developing the lifecycle support idea globally – it’s a core strategy for the company.”\r\n\r\nKnights will also be responsible for all aspects of marketing communication, from social media to exhibition and event management, as well as overseeing campaigns and product launches. He is currently completing a Chartered Institute of Marketing diploma.\r\n\r\nRATIONAL is the leading provider in hot food preparation equipment and, with the SelfCookingCenter and VarioCookingCenter, the company delivers all a commercial kitchen’s thermal cooking requirements.  Together, the two appliances offer the best cooking solutions. For information and brochures, or to come to a free SelfCookingCenter Live or VarioCookingCenter Live demonstration, call +44 (0)1582 480388, freephone 0800 389 2944 or visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>','Rational’s new marketing director to develop enhanced customer support','','publish','closed','open','','rationals-new-marketing-director-to-develop-enhanced-customer-support','','','2018-07-10 10:11:02','2018-07-10 10:11:02','',0,'http://www.ontradeprogress.com/?p=1944',0,'post','',0),(1945,1,'2018-07-10 10:05:30','2018-07-10 10:05:30','','Screen Shot 2018-07-10 at 11.05.10','','inherit','closed','closed','','screen-shot-2018-07-10-at-11-05-10','','','2018-07-10 10:05:30','2018-07-10 10:05:30','',1944,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.05.10.png',0,'attachment','image/png',0),(1946,1,'2018-07-10 10:08:42','2018-07-10 10:08:42','<strong>Rational UK has appointed Adam Knights as marketing director. He was previously internal sales director with the company and a key aspect of the new role will be to develop ‘customer lifecycle management’ – in other words, support for the customer throughout the life of their Rational appliance. </strong>\r\n\r\n“The demands that caterers put on their prime cooking appliances are changing all the time as new food ideas, cuisines and trends are developed,” says Knights. “This is where multifunctional equipment, such as our SelfCookingCenter and VarioCookingCenter, scores so highly – because it can adapt. At the same time, Rational products are built to last for many years, and we want to ensure that customers have the opportunity to maximise their investment’s potential for all that time. Hence the move to develop lifecycle support.”\r\n\r\nKey to the development of the lifecycle support will be working with Rational dealers and business partners, with whom Knights already has excellent relations. “I know I can count on the support of colleagues from both inside and outside the company,” he says. “I’m looking forward to getting my teeth into this challenging role.”\r\n\r\nSimon Lohse, managing director of Rational UK, is delighted that Knights has taken on the new role. “Adam is a leader and an innovator who has the ability not only to initiate concepts, but also effectively manage their introduction and development in the company,” he says. “Rational is developing the lifecycle support idea globally – it’s a core strategy for the company.”\r\n\r\nKnights will also be responsible for all aspects of marketing communication, from social media to exhibition and event management, as well as overseeing campaigns and product launches. He is currently completing a Chartered Institute of Marketing diploma.\r\n\r\nRATIONAL is the leading provider in hot food preparation equipment and, with the SelfCookingCenter and VarioCookingCenter, the company delivers all a commercial kitchen’s thermal cooking requirements.  Together, the two appliances offer the best cooking solutions. For information and brochures, or to come to a free SelfCookingCenter Live or VarioCookingCenter Live demonstration, call +44 (0)1582 480388, freephone 0800 389 2944 or visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>','Rational’s new marketing director to develop enhanced customer support','','inherit','closed','closed','','1944-revision-v1','','','2018-07-10 10:08:42','2018-07-10 10:08:42','',1944,'http://www.ontradeprogress.com/2018/07/10/1944-revision-v1/',0,'revision','',0),(1947,1,'2018-07-10 10:15:25','2018-07-10 10:15:25','','Screen Shot 2018-07-10 at 11.14.59','','inherit','closed','closed','','screen-shot-2018-07-10-at-11-14-59','','','2018-07-10 10:15:25','2018-07-10 10:15:25','',1941,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.14.59.png',0,'attachment','image/png',0),(1948,1,'2018-07-10 10:16:07','2018-07-10 10:16:07','','Screen Shot 2018-07-10 at 11.13.36','','inherit','closed','closed','','screen-shot-2018-07-10-at-11-13-36','','','2018-07-10 10:16:07','2018-07-10 10:16:07','',1941,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.13.36.png',0,'attachment','image/png',0),(1949,1,'2018-07-10 10:16:19','2018-07-10 10:16:19','<strong>England fans to buy TEN MILLION extra pints during semi-final match against Croatia. </strong>\r\n\r\nThe British Beer and Pub Association (BBPA) is predicting that home fans will buy TEN MILLION extra pints during the semi-final World Cup match against Croatia, as they cheer on the England team.\r\n\r\nThe extra number of pints bought during the knockout stage match could provide a boost to the economy of up to £30 million. The Great British pub will be one of the main beneficiaries of a surge in demand for beer as fans cheer on the England team against Croatia at their local, which will take place on Wednesday 11<sup>th</sup> July at 7pm.\r\n\r\nThe taxman will be cheering the loudest when England play Croatia. Counting receipts from beer sales, the Chancellor could get an additional windfall as high as £4.5 million from beer drinkers and pub-goers watching the match.\r\n\r\nIn total, the BBPA has predicted that 30 million extra pints have been sold from all of England’s World Cup matches so far.\r\n\r\n<strong>BBPA Chief Executive Brigid Simmonds comments:</strong> “When it comes to watching the World Cup, only being at the game itself can compare with being in the pub. With the England team doing us proud and reaching their first semi-final in 28 years, fans will continue to pack out their local to cheer on Gareth Southgate and the boys. It’s fantastic news for both English football and the Great British pub!”.\r\n<p class=\"PressReleaseBodyText\"><u><span lang=\"EN-US\">Predicted extra pints sold, additional tax revenue and boost to the economy from England’s World Cup group stage games, last 16 match, quarter-final match and semi-final match: </span></u><b><u></u></b></p>\r\n<img class=\"alignleft size-full wp-image-1947\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.14.59.png\" alt=\"\" width=\"644\" height=\"285\" />','England fans to buy TEN MILLION extra pints during semi-final match','','inherit','closed','closed','','1941-revision-v1','','','2018-07-10 10:16:19','2018-07-10 10:16:19','',1941,'http://www.ontradeprogress.com/2018/07/10/1941-revision-v1/',0,'revision','',0),(1950,1,'2018-07-10 10:23:51','2018-07-10 10:23:51','<img class=\"wp-image-1951 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.19.16.png\" alt=\"\" width=\"240\" height=\"159\" /><strong>Keeping cool...With the warm summer months approaching, <em>On-Trade Progress </em>discuss why it’s important to keep your cellar cool.</strong>\r\n\r\nHave you ever read the back of a tin can and in bold it says, “keep in a cool and dry place”? Well the ideal cool and dry place is a cellar. Out of the way of direct sunlight, the cellar provides refuge for potentially perishable goods and space for fine wines to mature.\r\n\r\nWhen you invest in certain food and drink for your hospitality business, the worst waste of money can be if these goods ruin by being kept in an insufficiently cool cellar. If you’re lucky enough to have a venue with a cellar, many of you will – especially the pub owners among you – there will be ways to keep the cellar space crisp and cool.\r\n\r\nAt <em>On-Trade Progress, </em>we’ve done some research on helpful methods that your cellar can stay cool and keep your goods from perishing.\r\n\r\nTop tips:\r\n<ul>\r\n 	<li>Temperature, temperature, temperature!</li>\r\n</ul>\r\nBeers and wine really dislike heat and while you don’t want to turn your cellar into a fridge, you should keep a consistent temperature. The general natural benefits of having a cellar mean you shouldn’t be letting too much sunshine in. However, we would recommend installing a cellar cooling system and maintaining the temperature of an average 11-14 degrees.\r\n<ul>\r\n 	<li>Keep out the sunshine</li>\r\n</ul>\r\nThe less UV light, the better. Now while you may already have a cellar with no windows, some of our hospitality readers may be improvising their cellar space with an above ground storage cupboard or similar. One thing that will speed up the ruining of food and drink (especially wine) is an influx of UV light. While artificial light isn’t too harmful, UV light can have a very negative effect on the contents of your cellar. If you do have windows, we suggest blacking them out.\r\n<ul>\r\n 	<li>Keep bottles horizontal</li>\r\n</ul>\r\nSo this one is certainly more applicable to wines. However, wine is best stored laying down as it keeps the contents pressed up against the cork. This means that the cork does not dry out. A dry cork can shrivel and contaminate the contents. This means you may need a few degrees of humidity in your cellar, to also help prevent the cork from drying. It’s a good idea to invest in good quality wine racks that ensure the bottles are kept horizontal and secure.','In the… cellar','','publish','closed','open','','in-the-cellar-2','','','2018-07-10 10:30:38','2018-07-10 10:30:38','',0,'http://www.ontradeprogress.com/?p=1950',0,'post','',0),(1951,1,'2018-07-10 10:22:45','2018-07-10 10:22:45','','Screen Shot 2018-07-10 at 11.19.16','','inherit','closed','closed','','screen-shot-2018-07-10-at-11-19-16','','','2018-07-10 10:22:45','2018-07-10 10:22:45','',1950,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.19.16.png',0,'attachment','image/png',0),(1952,1,'2018-07-10 10:23:29','2018-07-10 10:23:29','','Screen Shot 2018-07-10 at 11.19.27','','inherit','closed','closed','','screen-shot-2018-07-10-at-11-19-27','','','2018-07-10 10:23:29','2018-07-10 10:23:29','',1950,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.19.27.png',0,'attachment','image/png',0),(1953,1,'2018-07-10 10:23:51','2018-07-10 10:23:51','<img class=\"wp-image-1951 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.19.16.png\" alt=\"\" width=\"240\" height=\"159\" /><strong>Keeping cool...With the warm summer months approaching, <em>On-Trade Progress </em>discuss why it’s important to keep your cellar cool.</strong>\r\n\r\nHave you ever read the back of a tin can and in bold it says, “keep in a cool and dry place”? Well the ideal cool and dry place is a cellar. Out of the way of direct sunlight, the cellar provides refuge for potentially perishable goods and space for fine wines to mature.\r\n\r\nWhen you invest in certain food and drink for your hospitality business, the worst waste of money can be if these goods ruin by being kept in an insufficiently cool cellar. If you’re lucky enough to have a venue with a cellar, many of you will – especially the pub owners among you – there will be ways to keep the cellar space crisp and cool.\r\n\r\nAt <em>On-Trade Progress, </em>we’ve done some research on helpful methods that your cellar can stay cool and keep your goods from perishing.\r\n\r\nTop tips:\r\n<ul>\r\n 	<li>Temperature, temperature, temperature!</li>\r\n</ul>\r\nBeers and wine really dislike heat and while you don’t want to turn your cellar into a fridge, you should keep a consistent temperature. The general natural benefits of having a cellar mean you shouldn’t be letting too much sunshine in. However, we would recommend installing a cellar cooling system and maintaining the temperature of an average 11-14 degrees.\r\n<ul>\r\n 	<li>Keep out the sunshine</li>\r\n</ul>\r\nThe less UV light, the better. Now while you may already have a cellar with no windows, some of our hospitality readers may be improvising their cellar space with an above ground storage cupboard or similar. One thing that will speed up the ruining of food and drink (especially wine) is an influx of UV light. While artificial light isn’t too harmful, UV light can have a very negative effect on the contents of your cellar. If you do have windows, we suggest blacking them out.\r\n<ul>\r\n 	<li>Keep bottles horizontal</li>\r\n</ul>\r\nSo this one is certainly more applicable to wines. However, wine is best stored laying down as it keeps the contents pressed up against the cork. This means that the cork does not dry out. A dry cork can shrivel and contaminate the contents. This means you may need a few degrees of humidity in your cellar, to also help prevent the cork from drying. It’s a good idea to invest in good quality wine racks that ensure the bottles are kept horizontal and secure.','In the… cellar','','inherit','closed','closed','','1950-revision-v1','','','2018-07-10 10:23:51','2018-07-10 10:23:51','',1950,'http://www.ontradeprogress.com/2018/07/10/1950-revision-v1/',0,'revision','',0),(1954,1,'2018-07-10 10:35:41','2018-07-10 10:35:41','<strong>A Surrey brewery boss may be the only Englishman crying into his beer if England beat Croatia in the World Cup semi-final on Wednesday, following an earlier promise of a free pint to customers in the brewery\'s shop ahead of the final next weekend.</strong>\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery in Tongham, pledged back in May that if Southgate\'s squad made it to the final, the brewery would give a free pint of ale to anyone stocking up on beers from the brewery shop on Saturday 14 July.\r\n\r\nThompson said, \"Like many people my age, I\'ve watched the England football team crash out of tournaments for the best part of three decades. The chances of them getting to the World Cup final seemed negligible and, therefore, so was the likelihood of having to honour our free pint promise.\r\n\r\n\"Looking back, we were somewhat dismissive of the England squad\'s chances; we even suggested that any pubs stocking Three Hogs, our World Cup beer, should make sure they sold it all during the group stage.\"\r\n\r\nAs Kane and his unstoppable young team st<span style=\"font-family: Arial;\">orm on towards the final, Thompson is rueing his rash generosity and calculating the likely cost if England is one of the teams running onto the Luzhniki Stadium on Sunday. An estimated 30 million-plus people are expected to watch at home or in the pub, many of them beer in hand.</span>\r\n\r\nHe said, \"The lesson, that I should perhaps have learned earlier in life, is never to underestimate football\'s capacity to surprise, as we approach a semi-final line up that nobody would have predicted with most of the favourites knocked out.\r\n\r\n\"England playing in the World Cup Final will certainly cost us in beer we never dreamed we\'d have to give away. However, if there were ever an occasion where we felt happy about taking a bit of a financial hit, then this is it!\"\r\n\r\nThe Hogs Back Brewery shop will be offering a free pint of Hogs Back ale to visitors purchasing beers on Saturday 14 July, if England are in the final the next day. The brewery will also be screening England games in a newly-constructed outside area, allowing fans to watch the match with their favourite Hogs Back beer. Capacity is limited so places should be booked in advance at <a href=\"https://app.prmax.co.uk/track/25256299/click/f71d3318-8422-11e8-be5e-6cf0490443a9\"><span class=\"Hyperlink\">www.hogsback.co.uk/world-cup-screening.</span></a>','Counting cost as football comes home  Hogs Back boss rues free pint offer','','publish','closed','open','','counting-cost-as-football-comes-home-hogs-back-boss-rues-free-pint-offer','','','2018-07-10 18:05:58','2018-07-10 18:05:58','',0,'http://www.ontradeprogress.com/?p=1954',0,'post','',0),(1955,1,'2018-07-10 10:35:16','2018-07-10 10:35:16','','Screen Shot 2018-07-10 at 11.18.50','','inherit','closed','closed','','screen-shot-2018-07-10-at-11-18-50','','','2018-07-10 10:35:16','2018-07-10 10:35:16','',1954,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-11.18.50.png',0,'attachment','image/png',0),(1956,1,'2018-07-10 10:35:41','2018-07-10 10:35:41','<strong>A Surrey brewery boss may be the only Englishman crying into his beer if England beat Croatia in the World Cup semi-final on Wednesday, following an earlier promise of a free pint to customers in the brewery\'s shop ahead of the final next weekend.</strong>\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery in Tongham, pledged back in May that if Southgate\'s squad made it to the final, the brewery would give a free pint of ale to anyone stocking up on beers from the brewery shop on Saturday 15 July.\r\n\r\nThompson said, \"Like many people my age, I\'ve watched the England football team crash out of tournaments for the best part of three decades. The chances of them getting to the World Cup final seemed negligible and, therefore, so was the likelihood of having to honour our free pint promise.\r\n\r\n\"Looking back, we were somewhat dismissive of the England squad\'s chances; we even suggested that any pubs stocking Three Hogs, our World Cup beer, should make sure they sold it all during the group stage.\"\r\n\r\nAs Kane and his unstoppable young team st<span style=\"font-family: Arial;\">orm on towards the final, Thompson is rueing his rash generosity and calculating the likely cost if England is one of the teams running onto the Luzhniki Stadium on Sunday. An estimated 30 million-plus people are expected to watch at home or in the pub, many of them beer in hand.</span>\r\n\r\nHe said, \"The lesson, that I should perhaps have learned earlier in life, is never to underestimate football\'s capacity to surprise, as we approach a semi-final line up that nobody would have predicted with most of the favourites knocked out.\r\n\r\n\"England playing in the World Cup Final will certainly cost us in beer we never dreamed we\'d have to give away. However, if there were ever an occasion where we felt happy about taking a bit of a financial hit, then this is it!\"\r\n\r\nThe Hogs Back Brewery shop will be offering a free pint of Hogs Back ale to visitors purchasing beers on Saturday 15 July, if England are in the final the next day. The brewery will also be screening England games in a newly-constructed outside area, allowing fans to watch the match with their favourite Hogs Back beer. Capacity is limited so places should be booked in advance at <a href=\"https://app.prmax.co.uk/track/25256299/click/f71d3318-8422-11e8-be5e-6cf0490443a9\"><span class=\"Hyperlink\">www.hogsback.co.uk/world-cup-screening.</span></a>','Counting cost as football comes home  Hogs Back boss rues free pint offer','','inherit','closed','closed','','1954-revision-v1','','','2018-07-10 10:35:41','2018-07-10 10:35:41','',1954,'http://www.ontradeprogress.com/2018/07/10/1954-revision-v1/',0,'revision','',0),(1957,1,'2018-07-10 10:37:05','2018-07-10 10:37:05','<strong>A Surrey brewery boss may be the only Englishman crying into his beer if England beat Croatia in the World Cup semi-final on Wednesday, following an earlier promise of a free pint to customers in the brewery\'s shop ahead of the final next weekend.</strong>\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery in Tongham, pledged back in May that if Southgate\'s squad made it to the final, the brewery would give a free pint of ale to anyone stocking up on beers from the brewery shop on Saturday 15 July.\r\n\r\nThompson said, \"Like many people my age, I\'ve watched the England football team crash out of tournaments for the best part of three decades. The chances of them getting to the World Cup final seemed negligible and, therefore, so was the likelihood of having to honour our free pint promise.\r\n\r\n\"Looking back, we were somewhat dismissive of the England squad\'s chances; we even suggested that any pubs stocking Three Hogs, our World Cup beer, should make sure they sold it all during the group stage.\"\r\n\r\nAs Kane and his unstoppable young team st<span style=\"font-family: Arial;\">orm on towards the final, Thompson is rueing his rash generosity and calculating the likely cost if England is one of the teams running onto the Luzhniki Stadium on Sunday. An estimated 30 million-plus people are expected to watch at home or in the pub, many of them beer in hand.</span>\r\n\r\nHe said, \"The lesson, that I should perhaps have learned earlier in life, is never to underestimate football\'s capacity to surprise, as we approach a semi-final line up that nobody would have predicted with most of the favourites knocked out.\r\n\r\n\"England playing in the World Cup Final will certainly cost us in beer we never dreamed we\'d have to give away. However, if there were ever an occasion where we felt happy about taking a bit of a financial hit, then this is it!\"\r\n\r\nThe Hogs Back Brewery shop will be offering a free pint of Hogs Back ale to visitors purchasing beers on Saturday 15 July, if England are in the final the next day. The brewery will also be screening England games in a newly-constructed outside area, allowing fans to watch the match with their favourite Hogs Back beer. Capacity is limited so places should be booked in advance at <a href=\"https://app.prmax.co.uk/track/25256299/click/f71d3318-8422-11e8-be5e-6cf0490443a9\"><span class=\"Hyperlink\">www.hogsback.co.uk/world-cup-screening.</span></a>','Counting cost as football comes home  Hogs Back boss rues free pint offer','','inherit','closed','closed','','1954-autosave-v1','','','2018-07-10 10:37:05','2018-07-10 10:37:05','',1954,'http://www.ontradeprogress.com/2018/07/10/1954-autosave-v1/',0,'revision','',0),(1958,1,'2018-07-10 10:40:47','2018-07-10 10:40:47','<strong>The UK’s hospitality sector is worth £130 billion, according to UKHospitality, the new national trade body for the sector. </strong>\r\n\r\nThe figure was announced yesterday at UKHospitality’s inaugural conference: Shaping the Future, at the Grand Connaught Rooms, London. UKHospitality announced the publication of a forthcoming report that will highlight the economic contribution made by the UK’s hospitality businesses, including news that the sector:\r\n\r\n· employs 3.2 million people\r\n\r\n· added £72 billion to the UK economy - the fastest growing sector – since the economic downturn\r\n\r\n· generates £38 billion in taxation to fund vital national and local services.\r\n\r\nTourism Minister Michael Ellis also addressed the conference, paying tribute to both the economic and social impact of hospitality.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The inaugural UKHospitality conference was a fantastic recognition of the vital work being carried out by a dynamic and exciting sector. The figures announced today confirm what everyone associated with the sector already knows: that we are crucial to health of the UK economy, providing much-needed growth, investment and jobs in every single region of the UK.\r\n\r\n“The sector is at the heart of communities across the country but is too often overlooked. Hospitality is the third largest private sector employer in the UK, double the size of financial services and bigger than automotive, pharmaceuticals and aerospace combined. It has played a key part in helping the economy through tough times.\r\n\r\n“Our ambition is to see that hospitality is recognised by the Government as the major economic and social force that it is; recognised as an attractive and exciting career pathway for young workers and given the support it needs grow even more. Yesterday’s conference has been a fantastic celebration of the sector and a launchpad for UKHospitality’s future work.”\r\n\r\nTourism Minister Michael Ellis MP also addressed the conference, paying tribute to the UK’s hospitality sector: “This is a sector that has supported record-breaking 2017 growth and a £24 billion spend by foreign travellers. Perhaps equally impressively, it is not just a preeminent export earner, there is also a huge domestic market too - with UK tourists spending over £23 billion on domestic visits in 2017.\r\n\r\n“The hospitality sector is not, however, just about phenomenal economic success… It is also about enriching people’s lives.\r\n\r\n“Without brilliant hospitality - travellers and visitors to, and around, our astonishingly diverse land would not have the experiences that keep the UK consistently ranked as one of the best global tourist destinations.','£130 billion hospitality sector celebrated at inaugural conference','','publish','closed','open','','130-billion-hospitality-sector-celebrated-at-inaugural-conference','','','2018-07-10 10:40:47','2018-07-10 10:40:47','',0,'http://www.ontradeprogress.com/?p=1958',0,'post','',0),(1959,1,'2018-07-10 10:40:47','2018-07-10 10:40:47','<strong>The UK’s hospitality sector is worth £130 billion, according to UKHospitality, the new national trade body for the sector. </strong>\r\n\r\nThe figure was announced yesterday at UKHospitality’s inaugural conference: Shaping the Future, at the Grand Connaught Rooms, London. UKHospitality announced the publication of a forthcoming report that will highlight the economic contribution made by the UK’s hospitality businesses, including news that the sector:\r\n\r\n· employs 3.2 million people\r\n\r\n· added £72 billion to the UK economy - the fastest growing sector – since the economic downturn\r\n\r\n· generates £38 billion in taxation to fund vital national and local services.\r\n\r\nTourism Minister Michael Ellis also addressed the conference, paying tribute to both the economic and social impact of hospitality.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The inaugural UKHospitality conference was a fantastic recognition of the vital work being carried out by a dynamic and exciting sector. The figures announced today confirm what everyone associated with the sector already knows: that we are crucial to health of the UK economy, providing much-needed growth, investment and jobs in every single region of the UK.\r\n\r\n“The sector is at the heart of communities across the country but is too often overlooked. Hospitality is the third largest private sector employer in the UK, double the size of financial services and bigger than automotive, pharmaceuticals and aerospace combined. It has played a key part in helping the economy through tough times.\r\n\r\n“Our ambition is to see that hospitality is recognised by the Government as the major economic and social force that it is; recognised as an attractive and exciting career pathway for young workers and given the support it needs grow even more. Yesterday’s conference has been a fantastic celebration of the sector and a launchpad for UKHospitality’s future work.”\r\n\r\nTourism Minister Michael Ellis MP also addressed the conference, paying tribute to the UK’s hospitality sector: “This is a sector that has supported record-breaking 2017 growth and a £24 billion spend by foreign travellers. Perhaps equally impressively, it is not just a preeminent export earner, there is also a huge domestic market too - with UK tourists spending over £23 billion on domestic visits in 2017.\r\n\r\n“The hospitality sector is not, however, just about phenomenal economic success… It is also about enriching people’s lives.\r\n\r\n“Without brilliant hospitality - travellers and visitors to, and around, our astonishingly diverse land would not have the experiences that keep the UK consistently ranked as one of the best global tourist destinations.','£130 billion hospitality sector celebrated at inaugural conference','','inherit','closed','closed','','1958-revision-v1','','','2018-07-10 10:40:47','2018-07-10 10:40:47','',1958,'http://www.ontradeprogress.com/2018/07/10/1958-revision-v1/',0,'revision','',0),(1960,1,'2018-07-10 12:46:21','2018-07-10 12:46:21','What is the sugar tax? How will it affect the hospitality industry? <em>On-Trade Progress </em>digs deep.\r\n\r\nIn early April 2018, the Sugar Tax came into effect. After long campaigns from famous names such as Jamie Oliver, manufacturers must now pay a levy on the high-level sugar drinks that they sell.\r\n\r\nThe UK joins several other countries who have a similar sugar tax, which includes Norway, France and Mexico.\r\n\r\nIn principal, the tax can be viewed as a good thing; while the maximum sugar daily intake for children over 11 is the equivalent to seven sugar cubes, the average juice box has five cubes worth, similarly many energy drinks have more than 13 cubes of sugar! So why now? And what can we expect the impact for hospitality to be?\r\n\r\n<strong>Taxing times</strong>\r\n\r\nWhat manufacturers choose to do in light of this levy is up to them. Some brands, including Lucozade and Ribena have decided to cut down the sugar in their drinks, but not all, for example, Coca-Cola hasn’t.\r\n\r\nHowever, the most prominent issue for the hospitality industry is whether the manufacturers of these products choose to pass on the levy costs to the purchaser. It does appear to be overall quite a costly policy. For example, there is now an 18p per litre tax on drinks with more than five grams of sugar per 100ml and there is a 24p per litre tax on drinks with more than eight grams of sugar per 100ml.\r\n\r\nThe Treasury estimated it will raise approximately £240 million pounds a year through this levy. The original estimation was higher – but as several manufacturers cut the sugar in their drinks, this number fell. The industry is asking whether some, or all, of this cost will be passed on to them. Especially when several outlets are likely to buy their sugary drinks in bulk.\r\n\r\n<img class=\" wp-image-1962 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-13.36.43.png\" alt=\"\" width=\"181\" height=\"314\" />\r\n\r\nThe public response to the tax has been telling too; a number of which insist that the sugar tax revokes their autonomous right to choose. They say that education is key to the public making informed decisions about soft drink purchases and more money should be funnelled into teaching people about nutrition.\r\n\r\n<strong>The industry impact</strong>\r\n\r\nAs an industry, it’s up to hospitality professionals whether they wish to absorb any costs passed over by manufacturers or pass this on to consumers. HMRC advised the levy isn’t necessarily a tax for consumers and that businesses can decide whether these costs are passed on.\r\n\r\nSome firms have already decided to pass on these rates to customers, however, several of whom claiming they simply cannot absorb the costs themselves.\r\n\r\n<strong>Industry response</strong>\r\n\r\nA statement released by the British Soft Drinks Association in response to the levy, argued: “Whilst we recognise health issues associated with obesity are a serious matter, it’s important to note that obesity is a complex issue with a number of factors and there is no evidence to suggest a tax will reduce obesity.\r\n\r\n“As an industry, we recognise we have a role to play in tackling obesity. Soft drink companies have been engaged in a range of calorie reduction initiatives for many years – resulting in a 19% reduction in sugar intake (from soft drinks) since 2013. [Kantar]\r\n\r\n“Current data illustrates that a tax of this sort on a single category will not have a meaningful impact on obesity levels.\r\n\r\n“Sugar intake from soft drinks has been declining year-on-year since 2013 yet figures from the NHS state that obesity prevalence increased from 15% in 1993 to 27% in 2015.\r\n\r\n“Recent reports from Food Standards Scotland outline that levels of obesity are not reducing and that the decline in sugar from soft drinks has been offset by increases in sugar from other foods. This is underpinned by data from Kantar, which states whilst sugar intake from soft drinks has decreased by 18.7%, it has increased in frozen confectionery (+8.7%), take home confectionary (+2.3%), and biscuits (+1.4%) since 2013.\r\n\r\n“We all have a role to play in helping to tackle obesity and we hope our actions on sugar reduction, portion size and promotion of low and no calorie products set an example for the wider food sector.”\r\n\r\nIn January 2016, Peter Ducker, chief executive of the Institute of Hospitality, released a similar statement. His belief is that, in a world dictated by free market capitalism, the sugar tax seems very regressive.\r\n\r\nHe wrote: “On first reading, this proposal seems to pull in opposite directions by seeking to reduce sugar consumption (as part of the fight against obesity) but also raise revenue.\r\n\r\n“If the declared goal is to discourage the public (and NHS workers) from consuming sugary drinks and snacks, why not ban them completely from hospitals, as they are similarly outlawed from state schools? Alternatively, why impose a tax just in hospital cafes and shops and not across the entire country?\r\n\r\n“As hospital catering expert Mike Duckett MBE points out, the proposal also ignores the fact that in many cases hospital caterers make extra income from vending sales which subsidises the patient meal service. If prices are only hiked on site, what\'s to stop staff and visitors crossing the road to the nearest convenience store? Hospital caterers are already under great financial pressures and the last thing they need is to lose further income.”\r\n\r\nOverall, the industry won’t be able to assess the full impact of the sugar tax for several months, if not years. Moreover, whether the Government’s objective, to reduce childhood obesity, through the introduction of the sugar tax is even further away. However, industry will likely feel the effects more immediately, with several restaurant and bar chains already estimating that their drinks budget has skyrocketed as a result.','Sugar Tax... Not so sweet','','publish','closed','open','','sugar-tax-not-so-sweet','','','2018-07-10 12:47:30','2018-07-10 12:47:30','',0,'http://www.ontradeprogress.com/?p=1960',0,'post','',0),(1961,1,'2018-07-10 12:42:51','2018-07-10 12:42:51','','Screen Shot 2018-07-10 at 13.36.11','','inherit','closed','closed','','screen-shot-2018-07-10-at-13-36-11','','','2018-07-10 12:42:51','2018-07-10 12:42:51','',1960,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-13.36.11.png',0,'attachment','image/png',0),(1962,1,'2018-07-10 12:43:17','2018-07-10 12:43:17','','Screen Shot 2018-07-10 at 13.36.43','','inherit','closed','closed','','screen-shot-2018-07-10-at-13-36-43','','','2018-07-10 12:43:17','2018-07-10 12:43:17','',1960,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-13.36.43.png',0,'attachment','image/png',0),(1963,1,'2018-07-10 12:45:37','2018-07-10 12:45:37','What is the sugar tax? How will it affect the hospitality industry? <em>On-Trade Progress </em>digs deep.\r\n\r\nIn early April 2018, the Sugar Tax came into effect. After long campaigns from famous names such as Jamie Oliver, manufacturers must now pay a levy on the high-level sugar drinks that they sell.\r\n\r\nThe UK joins several other countries who have a similar sugar tax, which includes Norway, France and Mexico.\r\n\r\nIn principal, the tax can be viewed as a good thing; while the maximum sugar daily intake for children over 11 is the equivalent to seven sugar cubes, the average juice box has five cubes worth, similarly many energy drinks have more than 13 cubes of sugar! So why now? And what can we expect the impact for hospitality to be?\r\n\r\n<strong>Taxing times</strong>\r\n\r\nWhat manufacturers choose to do in light of this levy is up to them. Some brands, including Lucozade and Ribena have decided to cut down the sugar in their drinks, but not all, for example, Coca-Cola hasn’t.\r\n\r\nHowever, the most prominent issue for the hospitality industry is whether the manufacturers of these products choose to pass on the levy costs to the purchaser. It does appear to be overall quite a costly policy. For example, there is now an 18p per litre tax on drinks with more than five grams of sugar per 100ml and there is a 24p per litre tax on drinks with more than eight grams of sugar per 100ml.\r\n\r\nThe Treasury estimated it will raise approximately £240 million pounds a year through this levy. The original estimation was higher – but as several manufacturers cut the sugar in their drinks, this number fell. The industry is asking whether some, or all, of this cost will be passed on to them. Especially when several outlets are likely to buy their sugary drinks in bulk.\r\n\r\n<img class=\" wp-image-1962 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-13.36.43.png\" alt=\"\" width=\"181\" height=\"314\" />\r\n\r\nThe public response to the tax has been telling too; a number of which insist that the sugar tax revokes their autonomous right to choose. They say that education is key to the public making informed decisions about soft drink purchases and more money should be funnelled into teaching people about nutrition.\r\n\r\n<strong>The industry impact</strong>\r\n\r\nAs an industry, it’s up to hospitality professionals whether they wish to absorb any costs passed over by manufacturers or pass this on to consumers. HMRC advised the levy isn’t necessarily a tax for consumers and that businesses can decide whether these costs are passed on.\r\n\r\nSome firms have already decided to pass on these rates to customers, however, several of whom claiming they simply cannot absorb the costs themselves.\r\n\r\n<strong>Industry response</strong>\r\n\r\nA statement released by the British Soft Drinks Association in response to the levy, argued: “Whilst we recognise health issues associated with obesity are a serious matter, it’s important to note that obesity is a complex issue with a number of factors and there is no evidence to suggest a tax will reduce obesity.\r\n\r\n“As an industry, we recognise we have a role to play in tackling obesity. Soft drink companies have been engaged in a range of calorie reduction initiatives for many years – resulting in a 19% reduction in sugar intake (from soft drinks) since 2013. [Kantar]\r\n\r\n“Current data illustrates that a tax of this sort on a single category will not have a meaningful impact on obesity levels.\r\n\r\n“Sugar intake from soft drinks has been declining year-on-year since 2013 yet figures from the NHS state that obesity prevalence increased from 15% in 1993 to 27% in 2015.\r\n\r\n“Recent reports from Food Standards Scotland outline that levels of obesity are not reducing and that the decline in sugar from soft drinks has been offset by increases in sugar from other foods. This is underpinned by data from Kantar, which states whilst sugar intake from soft drinks has decreased by 18.7%, it has increased in frozen confectionery (+8.7%), take home confectionary (+2.3%), and biscuits (+1.4%) since 2013.\r\n\r\n“We all have a role to play in helping to tackle obesity and we hope our actions on sugar reduction, portion size and promotion of low and no calorie products set an example for the wider food sector.”\r\n\r\nIn January 2016, Peter Ducker, chief executive of the Institute of Hospitality, released a similar statement. His belief is that, in a world dictated by free market capitalism, the sugar tax seems very regressive.\r\n\r\nHe wrote: “On first reading, this proposal seems to pull in opposite directions by seeking to reduce sugar consumption (as part of the fight against obesity) but also raise revenue.\r\n\r\n“If the declared goal is to discourage the public (and NHS workers) from consuming sugary drinks and snacks, why not ban them completely from hospitals, as they are similarly outlawed from state schools? Alternatively, why impose a tax just in hospital cafes and shops and not across the entire country?\r\n\r\n“As hospital catering expert Mike Duckett MBE points out, the proposal also ignores the fact that in many cases hospital caterers make extra income from vending sales which subsidises the patient meal service. If prices are only hiked on site, what\'s to stop staff and visitors crossing the road to the nearest convenience store? Hospital caterers are already under great financial pressures and the last thing they need is to lose further income.”\r\n\r\nOverall, the industry won’t be able to assess the full impact of the sugar tax for several months, if not years. Moreover, whether the Government’s objective, to reduce childhood obesity, through the introduction of the sugar tax is even further away. However, industry will likely feel the effects more immediately, with several restaurant and bar chains already estimating that their drinks budget has skyrocketed as a result.','Sugar Tax... Not so sweet','','inherit','closed','closed','','1960-revision-v1','','','2018-07-10 12:45:37','2018-07-10 12:45:37','',1960,'http://www.ontradeprogress.com/2018/07/10/1960-revision-v1/',0,'revision','',0),(1964,1,'2018-07-10 14:40:52','2018-07-10 14:40:52','<strong>The life of a catering equipment service engineer is busy and fulfilling with every day presenting a new challenge – that’s according to the men and women currently doing the job. The Catering Equipment Suppliers Association (CESA) has launched a video series designed to encourage individuals to take up apprenticeships as catering equipment service engineers. </strong>\r\n\r\nPerks of the Job, the first video in the Catering Service Providers Series, features an assortment of apprentices, engineers and senior staff talking about the rewards of their chosen career path.\r\n\r\nOne of the most attractive parts of the job is its variety – on any day an engineer may visit a Michelin star restaurant one minute, a school the next or a huge high-street chain after that.  Kenny Grace, a service engineer for warewasher specialist Winterhalter, says, “The career really stands out if you like the freedom of working in different places.”  “It’s not like a nine-to-five job, every day is different,” says Ruben Rahunathan, improver refrigeration engineer with McFT, which maintains commercial kitchens.  “The job is always fast paced,” says Kane Needs, technical manager at service company Marren.\r\n\r\nJob satisfaction is another perk.  Rob Chapman is a regional operations manager.  He says, “You go into a hospital kitchen and the oven’s down, you walk out and it’s fixed so everyone can eat their lunch – in terms of job satisfaction, that’s huge.”  “You fix something, there on the job, and you get a really good buzz,” says Laura Smiles, catering engineer with McFT.\r\n\r\nThere are a number of catering equipment service engineer apprenticeships available for anyone looking for an interesting and challenging career.  CESA is happy to offer advice on next steps, and you can find more information at cesa.org.uk/Careers. Perks of the Job, and the forthcoming videos in the Service Provider Series, can be found on the <a href=\"https://www.youtube.com/watch?v=O7FQSzpUmiY&amp;list=PLvZpoi4NWhHe5V1OaNM0BdgWWdDrI__Tk\">CESA UK Youtube channel</a>.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">cesa.org.uk</a>','Have you considered a career as a catering equipment service engineer?','','publish','closed','open','','have-you-considered-a-career-as-a-catering-equipment-service-engineer','','','2018-07-10 14:40:52','2018-07-10 14:40:52','',0,'http://www.ontradeprogress.com/?p=1964',0,'post','',0),(1965,1,'2018-07-10 14:06:15','2018-07-10 14:06:15','<strong>The life of a catering equipment service engineer is busy and fulfilling with every day presenting a new challenge – that’s according to the men and women currently doing the job. The Catering Equipment Suppliers Association (CESA) has launched a video series designed to encourage individuals to take up apprenticeships as catering equipment service engineers. </strong>\r\n\r\nPerks of the Job, the first video in the Catering Service Providers Series, features an assortment of apprentices, engineers and senior staff talking about the rewards of their chosen career path.\r\n\r\nOne of the most attractive parts of the job is its variety – on any day an engineer may visit a Michelin star restaurant one minute, a school the next or a huge high-street chain after that.  Kenny Grace, a service engineer for warewasher specialist Winterhalter, says, “The career really stands out if you like the freedom of working in different places.”  “It’s not like a nine-to-five job, every day is different,” says Ruben Rahunathan, improver refrigeration engineer with McFT, which maintains commercial kitchens.  “The job is always fast paced,” says Kane Needs, technical manager at service company Marren.\r\n\r\nJob satisfaction is another perk.  Rob Chapman is a regional operations manager.  He says, “You go into a hospital kitchen and the oven’s down, you walk out and it’s fixed so everyone can eat their lunch – in terms of job satisfaction, that’s huge.”  “You fix something, there on the job, and you get a really good buzz,” says Laura Smiles, catering engineer with McFT.\r\n\r\nThere are a number of catering equipment service engineer apprenticeships available for anyone looking for an interesting and challenging career.  CESA is happy to offer advice on next steps, and you can find more information at cesa.org.uk/Careers. Perks of the Job, and the forthcoming videos in the Service Provider Series, can be found on the <a href=\"https://www.youtube.com/watch?v=O7FQSzpUmiY&amp;list=PLvZpoi4NWhHe5V1OaNM0BdgWWdDrI__Tk\">CESA UK Youtube channel</a>.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">cesa.org.uk</a>','Have you considered a career as a catering equipment service engineer?','','inherit','closed','closed','','1964-revision-v1','','','2018-07-10 14:06:15','2018-07-10 14:06:15','',1964,'http://www.ontradeprogress.com/2018/07/10/1964-revision-v1/',0,'revision','',0),(1966,1,'2018-07-10 14:18:38','2018-07-10 14:18:38','The UK’s largest gathering of independent craft breweries is taking place next month courtesy of the London Craft Beer Festival. From Friday 3rd – Sunday 5th August, over 70 of the best breweries hand-picked from around the globe unite under one roof to create one of the most outstanding collections of craft beer ever seen at a festival.\r\n\r\nShowcasing both new and established craft beers to an audience of over 10,000 consumers, the London Craft Beer Festival, now in its sixth year, is holding a trade focused day and inviting buyers, licensees and suppliers to visit and experience this uniquely curated selection of beers.\r\n\r\nOn Friday 3<sup>rd</sup> August, Tobacco Dock in London will open its doors to those in the drinks industry seeking to discover the latest trends, tastes and experiences the craft beer world has to offer.\r\n\r\nEntry also allows trade visitors to attend the Raise the Bar Sessions, a series of talks from inspirational voices including Pete Brown and Adrian Tierney Jones and market leaders from all sectors of brewing. Over 20 companies including Aroxa, Mini Brew, Simply Hops and Keg Stars and Moorgate Finance will attend the Raise the Bar Sessions, offering invaluable advice to young breweries on how to navigate the industry.\r\n\r\n“Craft beer is one of the fastest growing sectors of the drinks industry and our festival offers the trade the opportunity to taste, network and share ideas and practical advice,” explains Daniel Sylvester, co-founder of the festival. “Brewery owners and head brewers will be there in person, guaranteeing that buyers can meet the decision makers on the day.”\r\n\r\n<img class=\"wp-image-1968 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.06.01.png\" alt=\"\" width=\"327\" height=\"210\" />\r\n\r\nAll visitors will be able to sample special brews from <span style=\"font-size: 14px;\">exhibitors, including UK favourite, Cloudwater, Danish mavericks, Mikkeller, innovative stateside brewer, Stillwater Artisanal and Polish newcomers, </span>Browar<span style=\"font-size: 14px;\"> Artezan and Pracownia Piwa.</span>\r\n\r\nOther brewers are creating immersive experiences for festival-goers in the Vaults space within the venue; Wild Beer Co, Fuller’s &amp; Friends, Thornbridge, Harbour Brewing Co, Beer Merchants Store, Honest Brew Beer, BrewDog, Lervig, Wylam, Collective Arts and Sierra Nevada.\r\n\r\nAs well as bringing together the best in craft beer, The London Craft Beer Festival experience includes the best in music, food and drink; cider, whisky and gin are available. Wine is provided by festival partner, Treasury Wine Estates’ 13 Crimes.\r\n\r\nAn exclusive VIP pass for Friday 3<sup>rd</sup> August allows the trade free entry, pre-planned tours, introductions to key brewers and access to the inspirational Raise the Bar Sessions. Simply email <a href=\"mailto:LCBF@lime-pr.co.uk\">LCBF@lime-pr.co.uk</a> to request your free pass and plan your day.\r\n\r\nFriday 3<sup>rd</sup> August Trade Day: 11.30 – 16.30\r\n\r\nFor the full line up of breweries, music and food and drink please visit: <a href=\"https://londoncraftbeerfestival.co.uk/\">https://londoncraftbeerfestival.co.uk/</a>','London Craft Beer Festival 3-5 August 2018 Tobacco Dock','','publish','closed','open','','london-craft-beer-festival-3-5-august-2018-tobacco-dock','','','2018-07-10 14:19:08','2018-07-10 14:19:08','',0,'http://www.ontradeprogress.com/?p=1966',0,'post','',0),(1967,1,'2018-07-10 14:14:53','2018-07-10 14:14:53','','Screen Shot 2018-07-10 at 15.05.04','','inherit','closed','closed','','screen-shot-2018-07-10-at-15-05-04','','','2018-07-10 14:14:53','2018-07-10 14:14:53','',1966,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.05.04.png',0,'attachment','image/png',0),(1968,1,'2018-07-10 14:15:26','2018-07-10 14:15:26','','Screen Shot 2018-07-10 at 15.06.01','','inherit','closed','closed','','screen-shot-2018-07-10-at-15-06-01','','','2018-07-10 14:15:26','2018-07-10 14:15:26','',1966,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.06.01.png',0,'attachment','image/png',0),(1969,1,'2018-07-10 14:16:27','2018-07-10 14:16:27','The UK’s largest gathering of independent craft breweries is taking place next month courtesy of the London Craft Beer Festival. From Friday 3rd – Sunday 5th August, over 70 of the best breweries hand-picked from around the globe unite under one roof to create one of the most outstanding collections of craft beer ever seen at a festival.\r\n\r\nShowcasing both new and established craft beers to an audience of over 10,000 consumers, the London Craft Beer Festival, now in its sixth year, is holding a trade focused day and inviting buyers, licensees and suppliers to visit and experience this uniquely curated selection of beers.\r\n\r\nOn Friday 3<sup>rd</sup> August, Tobacco Dock in London will open its doors to those in the drinks industry seeking to discover the latest trends, tastes and experiences the craft beer world has to offer.\r\n\r\nEntry also allows trade visitors to attend the Raise the Bar Sessions, a series of talks from inspirational voices including Pete Brown and Adrian Tierney Jones and market leaders from all sectors of brewing. Over 20 companies including Aroxa, Mini Brew, Simply Hops and Keg Stars and Moorgate Finance will attend the Raise the Bar Sessions, offering invaluable advice to young breweries on how to navigate the industry.\r\n\r\n“Craft beer is one of the fastest growing sectors of the drinks industry and our festival offers the trade the opportunity to taste, network and share ideas and practical advice,” explains Daniel Sylvester, co-founder of the festival. “Brewery owners and head brewers will be there in person, guaranteeing that buyers can meet the decision makers on the day.”\r\n\r\n<img class=\"wp-image-1968 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.06.01.png\" alt=\"\" width=\"327\" height=\"210\" />\r\n\r\nAll visitors will be able to sample special brews from <span style=\"font-size: 14px;\">exhibitors, including UK favourite, Cloudwater, Danish mavericks, Mikkeller, innovative stateside brewer, Stillwater Artisanal and Polish newcomers, </span>Browar<span style=\"font-size: 14px;\"> Artezan and Pracownia Piwa.</span>\r\n\r\nOther brewers are creating immersive experiences for festival-goers in the Vaults space within the venue; Wild Beer Co, Fuller’s &amp; Friends, Thornbridge, Harbour Brewing Co, Beer Merchants Store, Honest Brew Beer, BrewDog, Lervig, Wylam, Collective Arts and Sierra Nevada.\r\n\r\nAs well as bringing together the best in craft beer, The London Craft Beer Festival experience includes the best in music, food and drink; cider, whisky and gin are available. Wine is provided by festival partner, Treasury Wine Estates’ 13 Crimes.\r\n\r\nAn exclusive VIP pass for Friday 3<sup>rd</sup> August allows the trade free entry, pre-planned tours, introductions to key brewers and access to the inspirational Raise the Bar Sessions. Simply email <a href=\"mailto:LCBF@lime-pr.co.uk\">LCBF@lime-pr.co.uk</a> to request your free pass and plan your day.\r\n\r\nFriday 3<sup>rd</sup> August Trade Day: 11.30 – 16.30\r\n\r\nFor the full line up of breweries, music and food and drink please visit: <a href=\"https://londoncraftbeerfestival.co.uk/\">https://londoncraftbeerfestival.co.uk/</a>','London Craft Beer Festival 3-5 August 2018 Tobacco Dock','','inherit','closed','closed','','1966-revision-v1','','','2018-07-10 14:16:27','2018-07-10 14:16:27','',1966,'http://www.ontradeprogress.com/2018/07/10/1966-revision-v1/',0,'revision','',0),(1971,1,'2018-07-10 14:37:39','2018-07-10 14:37:39','','Screen Shot 2018-07-10 at 15.37.01','','inherit','closed','closed','','screen-shot-2018-07-10-at-15-37-01','','','2018-07-10 14:37:39','2018-07-10 14:37:39','',1964,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-10-at-15.37.01.png',0,'attachment','image/png',0),(1972,1,'2018-07-10 17:11:42','2018-07-10 17:11:42','<strong>A Surrey brewery boss may be the only Englishman crying into his beer if England beat Croatia in the World Cup semi-final on Wednesday, following an earlier promise of a free pint to customers in the brewery\'s shop ahead of the final next weekend.</strong>\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery in Tongham, pledged back in May that if Southgate\'s squad made it to the final, the brewery would give a free pint of ale to anyone stocking up on beers from the brewery shop on Sunday 15 July.\r\n\r\nThompson said, \"Like many people my age, I\'ve watched the England football team crash out of tournaments for the best part of three decades. The chances of them getting to the World Cup final seemed negligible and, therefore, so was the likelihood of having to honour our free pint promise.\r\n\r\n\"Looking back, we were somewhat dismissive of the England squad\'s chances; we even suggested that any pubs stocking Three Hogs, our World Cup beer, should make sure they sold it all during the group stage.\"\r\n\r\nAs Kane and his unstoppable young team st<span style=\"font-family: Arial;\">orm on towards the final, Thompson is rueing his rash generosity and calculating the likely cost if England is one of the teams running onto the Luzhniki Stadium on Sunday. An estimated 30 million-plus people are expected to watch at home or in the pub, many of them beer in hand.</span>\r\n\r\nHe said, \"The lesson, that I should perhaps have learned earlier in life, is never to underestimate football\'s capacity to surprise, as we approach a semi-final line up that nobody would have predicted with most of the favourites knocked out.\r\n\r\n\"England playing in the World Cup Final will certainly cost us in beer we never dreamed we\'d have to give away. However, if there were ever an occasion where we felt happy about taking a bit of a financial hit, then this is it!\"\r\n\r\nThe Hogs Back Brewery shop will be offering a free pint of Hogs Back ale to visitors purchasing beers on Sunday 15 July, if England are in the final the next day. The brewery will also be screening England games in a newly-constructed outside area, allowing fans to watch the match with their favourite Hogs Back beer. Capacity is limited so places should be booked in advance at <a href=\"https://app.prmax.co.uk/track/25256299/click/f71d3318-8422-11e8-be5e-6cf0490443a9\"><span class=\"Hyperlink\">www.hogsback.co.uk/world-cup-screening.</span></a>','Counting cost as football comes home  Hogs Back boss rues free pint offer','','inherit','closed','closed','','1954-revision-v1','','','2018-07-10 17:11:42','2018-07-10 17:11:42','',1954,'http://www.ontradeprogress.com/2018/07/10/1954-revision-v1/',0,'revision','',0),(1973,1,'2018-07-10 18:05:58','2018-07-10 18:05:58','<strong>A Surrey brewery boss may be the only Englishman crying into his beer if England beat Croatia in the World Cup semi-final on Wednesday, following an earlier promise of a free pint to customers in the brewery\'s shop ahead of the final next weekend.</strong>\r\n\r\nRupert Thompson, managing director of Hogs Back Brewery in Tongham, pledged back in May that if Southgate\'s squad made it to the final, the brewery would give a free pint of ale to anyone stocking up on beers from the brewery shop on Saturday 14 July.\r\n\r\nThompson said, \"Like many people my age, I\'ve watched the England football team crash out of tournaments for the best part of three decades. The chances of them getting to the World Cup final seemed negligible and, therefore, so was the likelihood of having to honour our free pint promise.\r\n\r\n\"Looking back, we were somewhat dismissive of the England squad\'s chances; we even suggested that any pubs stocking Three Hogs, our World Cup beer, should make sure they sold it all during the group stage.\"\r\n\r\nAs Kane and his unstoppable young team st<span style=\"font-family: Arial;\">orm on towards the final, Thompson is rueing his rash generosity and calculating the likely cost if England is one of the teams running onto the Luzhniki Stadium on Sunday. An estimated 30 million-plus people are expected to watch at home or in the pub, many of them beer in hand.</span>\r\n\r\nHe said, \"The lesson, that I should perhaps have learned earlier in life, is never to underestimate football\'s capacity to surprise, as we approach a semi-final line up that nobody would have predicted with most of the favourites knocked out.\r\n\r\n\"England playing in the World Cup Final will certainly cost us in beer we never dreamed we\'d have to give away. However, if there were ever an occasion where we felt happy about taking a bit of a financial hit, then this is it!\"\r\n\r\nThe Hogs Back Brewery shop will be offering a free pint of Hogs Back ale to visitors purchasing beers on Saturday 14 July, if England are in the final the next day. The brewery will also be screening England games in a newly-constructed outside area, allowing fans to watch the match with their favourite Hogs Back beer. Capacity is limited so places should be booked in advance at <a href=\"https://app.prmax.co.uk/track/25256299/click/f71d3318-8422-11e8-be5e-6cf0490443a9\"><span class=\"Hyperlink\">www.hogsback.co.uk/world-cup-screening.</span></a>','Counting cost as football comes home  Hogs Back boss rues free pint offer','','inherit','closed','closed','','1954-revision-v1','','','2018-07-10 18:05:58','2018-07-10 18:05:58','',1954,'http://www.ontradeprogress.com/2018/07/10/1954-revision-v1/',0,'revision','',0),(1974,1,'2018-07-11 07:23:40','0000-00-00 00:00:00','Harbouring greatness - <em>On-Trade Progress </em>interviews the triumvirate of directors of Charlestown’s latest hit, The Longstore.\r\n\r\nNestled in Charlestown harbour, which became a UNESCO World Heritage Site in 2006, sits The Longstore. The Longstore, run by husband and wife, Mel and John Marquis, and Tom Gaze, is one of the most attractive restaurant offerings in the whole of the area. Serving up locally sourced Cornish steaks and seafood, The Longstore opened in October 2016 after a nine-month build.\r\n\r\nThe Longstore is housed in a former tall ships mast store on the harbour and openly celebrates Charlestown’s maritime heritage. It had fallen into disrepair when The Longstore’s owners took it on, and it’s undergone extensive refurbishment, maintaining its industrial feel (tin roof, steel beams etc) but introducing warm earthy textures and materials for balance. The team worked closely with local artisans during the refurb: table tops were locally made and hand-stained, leather seat pads were made to measure and stitched by a local upholsterer, and the wood used for the bar top came from a redwood tree sourced via a local timber company and kiln dried for four months before being shaped and stained.\r\n\r\n<strong>Getting going</strong>\r\n\r\n“We’re still a relatively new restaurant, having opened to the public in October 2016 after a nine-month build which saw us repurpose an old tin-roofed mast shed into a 110-seat steak and seafood restaurant with a rustic industrial feel,” says John Marquis, the husband in the couple’s super pairing.\r\n\r\nAt only 18-months in, the team are about to open phase two: the Winestore, a retail and tasting room located underneath The Longstore. As well as being able to buy bottles of wine and craft beers to take home, it’ll double as a relaxed wine lounge. The directors envisage this space being used by their diners to enjoy pre or post-dinner drinks, as well as by wine enthusiasts looking for a wine-focused experience, with wine flights showcasing some fine and unusual varietals, including many Cornish wines.\r\n\r\n<strong>Integrating</strong>\r\n\r\nCharlestown’s rich maritime history and picturesque surroundings have seen it used in popular TV and films, such as BBC1’s Poldark, Dr Who, Hornblower and Taboo. The Longstore team are keen to keep the restaurant and the local area’s tradition entwined.\r\n\r\nJohn continues: “Having the opportunity to take a historically significant but dilapidated shed and transform it into something both modern and sympathetic to its heritage was a challenge which we didn’t take lightly. The original building had been used as an old mast store for Charlestown’s tall ships - and known locally as “the longstores”  - for generations, so it was important to us when planning out the restaurant interior, along with our ground floor café Short &amp; Strong, that we retained authenticity with the elements we introduced.\r\n\r\n“We wanted to embrace and enhance the industrial elements of the physical building structure (its tin roof and steel beams, etc) but also introduce warm, earthy textures and indigenous materials to balance the rawness of the industrial. It’s still a great feeling to witness the reaction of first-time customers when they reach the top of our stairs and see the space in the full swing of service.”\r\n\r\nThe Marquis relied on a great team around them; including architect, Mike Barlow, who designed the building’s structure; Ian Carter Construction, which carried out the build, showing considerable patience and flexibility to meet their evolving vision; Restormel Joinery created The Longstore’s bespoke banquette seating, café countertops, stair treads and wooden doors; UK Catering and Refrigeration helped fit the kitchen; Restormel Upholstery put together unique leather seat pads and backings; Sarah Hunkin Ceramics painstakingly hand cast every ceramic oyster shell that makes up the restaurant’s three jaw-dropping central chandeliers, and Aspen &amp; Ash supplied its Cornish Tregothnan Oak flooring.\r\n\r\n<strong>Keep it simple</strong>\r\n\r\nThe executive chef at The Longstore is a former Fifteen Cornwall graduate, called Ben Ambridge. For him, connecting with the food he offers is key.\r\n\r\n“I’m one of those chefs that if I try too hard to think up new dishes or ideas, I always fail miserably,” confesses Ambridge. “For me, it has to come naturally - and I think that the menu at The Longstore has been a natural progression. I like to take different influences, styles and techniques and put a little Longstore spin on things.”\r\n\r\nAmbridge believes that in a restaurant, the team should pride itself on keeping things simple, seasoning well and letting the ingredients speak for themselves. As a result, the key is great quality products which provide much of the flavour.\r\n\r\nAmbridge continues: “I also have a great team around me, and the directors are very involved, which is terrific as we all love food… a lot!. We’re blessed in Cornwall with a plentiful supply of fresh fish, and farmers rearing wonderful animals and growing beautiful fruit and vegetables. So, in a way, our menu came to fruition based on great local produce, uncomplicated and unfussy cooking techniques, and a major emphasis on bringing out as much flavour as we can.\r\n\r\n“I’d like to think that we’ve brought an idea to Charlestown - and Cornwall - which hadn’t yet been brought to life: a steak and seafood restaurant which focuses on each cooking discipline equally!”\r\n\r\nThe Longstore has given Ambridge a platform to showcase the experiences that he has gained during his cooking career. He says: “I feel I’ve created a style of food which suits the restaurant and me as a chef. We’ve come came up with a menu which works and have created a following. I’m proud of what we’ve achieved; there’s nothing like stepping into the kitchen and getting creative. We are well known now for providing an unforgettable dining experience within a stunning setting, creating and serving dishes that are packed with flavour, contrast, and a lot of love. My motto in the kitchen is ‘keep it simple guys’. As long as we stick to this mantra, the dishes work.”\r\n\r\n<strong>Team effort</strong>\r\n\r\nReflecting on all the great work the team has achieved and the hard work put in to turn a shed into a fabulous restaurant. John says: “I think that we took a risk by launching a steakhouse in a location which caters for tourism alongside a local residential base. The Cornish steaks factor was a big part of our original concept as it was something different which wasn’t available locally, but that we all craved.\r\n\r\n“We feel this risk paid off, and we now have a core client base which appreciates and supports what we have to offer Charlestown - a sophisticated yet relaxed feel and service style, along with beautifully cooked local meat and seafood dishes. Proper quality and unpretentious.”','Inside… The Longstore','','draft','closed','open','','','','','2018-07-11 07:23:40','2018-07-11 07:23:40','',0,'http://www.ontradeprogress.com/?p=1974',0,'post','',0),(1975,1,'2018-07-11 07:23:40','2018-07-11 07:23:40','Harbouring greatness - <em>On-Trade Progress </em>interviews the triumvirate of directors of Charlestown’s latest hit, The Longstore.\r\n\r\nNestled in Charlestown harbour, which became a UNESCO World Heritage Site in 2006, sits The Longstore. The Longstore, run by husband and wife, Mel and John Marquis, and Tom Gaze, is one of the most attractive restaurant offerings in the whole of the area. Serving up locally sourced Cornish steaks and seafood, The Longstore opened in October 2016 after a nine-month build.\r\n\r\nThe Longstore is housed in a former tall ships mast store on the harbour and openly celebrates Charlestown’s maritime heritage. It had fallen into disrepair when The Longstore’s owners took it on, and it’s undergone extensive refurbishment, maintaining its industrial feel (tin roof, steel beams etc) but introducing warm earthy textures and materials for balance. The team worked closely with local artisans during the refurb: table tops were locally made and hand-stained, leather seat pads were made to measure and stitched by a local upholsterer, and the wood used for the bar top came from a redwood tree sourced via a local timber company and kiln dried for four months before being shaped and stained.\r\n\r\n<strong>Getting going</strong>\r\n\r\n“We’re still a relatively new restaurant, having opened to the public in October 2016 after a nine-month build which saw us repurpose an old tin-roofed mast shed into a 110-seat steak and seafood restaurant with a rustic industrial feel,” says John Marquis, the husband in the couple’s super pairing.\r\n\r\nAt only 18-months in, the team are about to open phase two: the Winestore, a retail and tasting room located underneath The Longstore. As well as being able to buy bottles of wine and craft beers to take home, it’ll double as a relaxed wine lounge. The directors envisage this space being used by their diners to enjoy pre or post-dinner drinks, as well as by wine enthusiasts looking for a wine-focused experience, with wine flights showcasing some fine and unusual varietals, including many Cornish wines.\r\n\r\n<strong>Integrating</strong>\r\n\r\nCharlestown’s rich maritime history and picturesque surroundings have seen it used in popular TV and films, such as BBC1’s Poldark, Dr Who, Hornblower and Taboo. The Longstore team are keen to keep the restaurant and the local area’s tradition entwined.\r\n\r\nJohn continues: “Having the opportunity to take a historically significant but dilapidated shed and transform it into something both modern and sympathetic to its heritage was a challenge which we didn’t take lightly. The original building had been used as an old mast store for Charlestown’s tall ships - and known locally as “the longstores”  - for generations, so it was important to us when planning out the restaurant interior, along with our ground floor café Short &amp; Strong, that we retained authenticity with the elements we introduced.\r\n\r\n“We wanted to embrace and enhance the industrial elements of the physical building structure (its tin roof and steel beams, etc) but also introduce warm, earthy textures and indigenous materials to balance the rawness of the industrial. It’s still a great feeling to witness the reaction of first-time customers when they reach the top of our stairs and see the space in the full swing of service.”\r\n\r\nThe Marquis relied on a great team around them; including architect, Mike Barlow, who designed the building’s structure; Ian Carter Construction, which carried out the build, showing considerable patience and flexibility to meet their evolving vision; Restormel Joinery created The Longstore’s bespoke banquette seating, café countertops, stair treads and wooden doors; UK Catering and Refrigeration helped fit the kitchen; Restormel Upholstery put together unique leather seat pads and backings; Sarah Hunkin Ceramics painstakingly hand cast every ceramic oyster shell that makes up the restaurant’s three jaw-dropping central chandeliers, and Aspen &amp; Ash supplied its Cornish Tregothnan Oak flooring.\r\n\r\n<strong>Keep it simple</strong>\r\n\r\nThe executive chef at The Longstore is a former Fifteen Cornwall graduate, called Ben Ambridge. For him, connecting with the food he offers is key.\r\n\r\n“I’m one of those chefs that if I try too hard to think up new dishes or ideas, I always fail miserably,” confesses Ambridge. “For me, it has to come naturally - and I think that the menu at The Longstore has been a natural progression. I like to take different influences, styles and techniques and put a little Longstore spin on things.”\r\n\r\nAmbridge believes that in a restaurant, the team should pride itself on keeping things simple, seasoning well and letting the ingredients speak for themselves. As a result, the key is great quality products which provide much of the flavour.\r\n\r\nAmbridge continues: “I also have a great team around me, and the directors are very involved, which is terrific as we all love food… a lot!. We’re blessed in Cornwall with a plentiful supply of fresh fish, and farmers rearing wonderful animals and growing beautiful fruit and vegetables. So, in a way, our menu came to fruition based on great local produce, uncomplicated and unfussy cooking techniques, and a major emphasis on bringing out as much flavour as we can.\r\n\r\n“I’d like to think that we’ve brought an idea to Charlestown - and Cornwall - which hadn’t yet been brought to life: a steak and seafood restaurant which focuses on each cooking discipline equally!”\r\n\r\nThe Longstore has given Ambridge a platform to showcase the experiences that he has gained during his cooking career. He says: “I feel I’ve created a style of food which suits the restaurant and me as a chef. We’ve come came up with a menu which works and have created a following. I’m proud of what we’ve achieved; there’s nothing like stepping into the kitchen and getting creative. We are well known now for providing an unforgettable dining experience within a stunning setting, creating and serving dishes that are packed with flavour, contrast, and a lot of love. My motto in the kitchen is ‘keep it simple guys’. As long as we stick to this mantra, the dishes work.”\r\n\r\n<strong>Team effort</strong>\r\n\r\nReflecting on all the great work the team has achieved and the hard work put in to turn a shed into a fabulous restaurant. John says: “I think that we took a risk by launching a steakhouse in a location which caters for tourism alongside a local residential base. The Cornish steaks factor was a big part of our original concept as it was something different which wasn’t available locally, but that we all craved.\r\n\r\n“We feel this risk paid off, and we now have a core client base which appreciates and supports what we have to offer Charlestown - a sophisticated yet relaxed feel and service style, along with beautifully cooked local meat and seafood dishes. Proper quality and unpretentious.”','Inside… The Longstore','','inherit','closed','closed','','1974-revision-v1','','','2018-07-11 07:23:40','2018-07-11 07:23:40','',1974,'http://www.ontradeprogress.com/2018/07/11/1974-revision-v1/',0,'revision','',0),(1976,1,'2018-07-11 07:28:13','2018-07-11 07:28:13','<strong>Stonegate Pub Company has been named the <a id=\"_Hlk517643039\"></a>Corporate Charity Fundraiser of the Year by PubAid and the All-Party Parliamentary Beer Group (APPBG).</strong>\r\n\r\nThe Award was presented to Stonegate CEO, Simon Longbottom, at the annual APPBG Dinner in Westminster, in recognition of the company\'s impressive commitment to charity support across its pubs and head office. Stonegate raises around £1.5 million for charity every year, supporting a wide range of worthy national and local causes.\r\n\r\nCo-founder of PubAid, Des O\'Flanagan said, \"Everyone on the PubAid Steering Group was impressed by Stonegate\'s support for charity.  Fundraising is seen not as a ‘nice to do\' add-on, but a fundamental part of running a Stonegate pub.\r\n\r\n\"Managers and their teams demonstrate huge creativity and dedication in their fundraising, which embraces a variety of activities, from Fun Days to fancy dress events, sporting challenges and larger, region-wide initiatives, such as the ‘Spartan Walk\', where 300 southern pubs raised £73,500 for Noah\'s Ark Children\'s Hospice. Head office are also active within their community in Luton, with ongoing support for the local children\'s hospital.\"\r\n\r\nPubAid also highlighted Stonegate\'s northern division\'s mission to raise £60,000 for MIND and the Scottish Association for Mental Health. A whopping £45,000 has already been raised by the pubs and bars with a further £9,000 raised by the management and support team who trekked the gruelling Three Peaks. Fundraising continues until September so they are on track to hit the target.\r\n\r\nOn receiving the award Longbottom said, \"It is an honour to receive this award in recognition of the tremendous amount of community fundraising and the phenomenal amount of money raised each year for charities large and small by our pubs and support team.\"\r\n\r\nMike Wood, MP for Dudley South and Chairman of the All-Party Parliamentary Beer Group, said \"Stonegate has shown what can be achieved when charity support is embedded within a company\'s culture, with all employees empowered and enthused to do their bit to help.  Raising £1.5 million a year is a fantastic result and we are delighted to name them as the winner of our Corporate Charity Fundraiser award.\"\r\n\r\nAs well as the Corporate Charity Fundraiser of the Year award, PubAid also recognises outstanding charity support by individual pubs with the Charity Fundraising Pub of the Year award. This award, supported by Magners, was presented for the first time earlier this year, with the Logan Rock in Treen, Cornwall, taking the winner\'s title ahead of seven other pubs on a very strong shortlist.\r\n\r\nThe Corporate Charity Fundraiser award is in its fourth year. Previous winners are JD Wetherspoon, Greene King and Joseph Holt.\r\n\r\n<em>Caption to attached image (l-r): Mike Wood, Chairman of the APPBG and Simon Longbottom, CEO, Stonegate Pub Company</em>','Stonegate scoops Corporate Charity Fundraiser award','','publish','closed','open','','stonegate-scoops-corporate-charity-fundraiser-award','','','2018-07-11 07:28:13','2018-07-11 07:28:13','',0,'http://www.ontradeprogress.com/?p=1976',0,'post','',0),(1977,1,'2018-07-11 07:27:17','2018-07-11 07:27:17','','Screen Shot 2018-07-11 at 08.26.53','','inherit','closed','closed','','screen-shot-2018-07-11-at-08-26-53','','','2018-07-11 07:27:17','2018-07-11 07:27:17','',1976,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-11-at-08.26.53.png',0,'attachment','image/png',0),(1978,1,'2018-07-11 07:27:50','2018-07-11 07:27:50','<strong>Stonegate Pub Company has been named the <a id=\"_Hlk517643039\"></a>Corporate Charity Fundraiser of the Year by PubAid and the All-Party Parliamentary Beer Group (APPBG).</strong>\r\n\r\nThe Award was presented to Stonegate CEO, Simon Longbottom, at the annual APPBG Dinner in Westminster, in recognition of the company\'s impressive commitment to charity support across its pubs and head office. Stonegate raises around £1.5 million for charity every year, supporting a wide range of worthy national and local causes.\r\n\r\nCo-founder of PubAid, Des O\'Flanagan said, \"Everyone on the PubAid Steering Group was impressed by Stonegate\'s support for charity.  Fundraising is seen not as a ‘nice to do\' add-on, but a fundamental part of running a Stonegate pub.\r\n\r\n\"Managers and their teams demonstrate huge creativity and dedication in their fundraising, which embraces a variety of activities, from Fun Days to fancy dress events, sporting challenges and larger, region-wide initiatives, such as the ‘Spartan Walk\', where 300 southern pubs raised £73,500 for Noah\'s Ark Children\'s Hospice. Head office are also active within their community in Luton, with ongoing support for the local children\'s hospital.\"\r\n\r\nPubAid also highlighted Stonegate\'s northern division\'s mission to raise £60,000 for MIND and the Scottish Association for Mental Health. A whopping £45,000 has already been raised by the pubs and bars with a further £9,000 raised by the management and support team who trekked the gruelling Three Peaks. Fundraising continues until September so they are on track to hit the target.\r\n\r\nOn receiving the award Longbottom said, \"It is an honour to receive this award in recognition of the tremendous amount of community fundraising and the phenomenal amount of money raised each year for charities large and small by our pubs and support team.\"\r\n\r\nMike Wood, MP for Dudley South and Chairman of the All-Party Parliamentary Beer Group, said \"Stonegate has shown what can be achieved when charity support is embedded within a company\'s culture, with all employees empowered and enthused to do their bit to help.  Raising £1.5 million a year is a fantastic result and we are delighted to name them as the winner of our Corporate Charity Fundraiser award.\"\r\n\r\nAs well as the Corporate Charity Fundraiser of the Year award, PubAid also recognises outstanding charity support by individual pubs with the Charity Fundraising Pub of the Year award. This award, supported by Magners, was presented for the first time earlier this year, with the Logan Rock in Treen, Cornwall, taking the winner\'s title ahead of seven other pubs on a very strong shortlist.\r\n\r\nThe Corporate Charity Fundraiser award is in its fourth year. Previous winners are JD Wetherspoon, Greene King and Joseph Holt.\r\n\r\n<em>Caption to attached image (l-r): Mike Wood, Chairman of the APPBG and Simon Longbottom, CEO, Stonegate Pub Company</em>','Stonegate scoops Corporate Charity Fundraiser award','','inherit','closed','closed','','1976-revision-v1','','','2018-07-11 07:27:50','2018-07-11 07:27:50','',1976,'http://www.ontradeprogress.com/2018/07/11/1976-revision-v1/',0,'revision','',0),(1979,1,'2018-07-11 10:35:27','2018-07-11 10:35:27','<strong><em>On-Trade Progress </em>examines how much food the industry wastes and what we can do to stop it. </strong>\r\n\r\nThe hospitality industry is one of the most prominent in the world for food waste. Many of us have enjoyed the rise in the popularity of the industry; for example, with individuals choosing to eat out rather than take away. Moreover, with the UK’s expandable income having risen 2.3% since 2017, more and more families are choosing to dine out, treat themselves to a hotel away or pub lunch more than ever before.\r\n\r\nThis presents a very real challenge to the hospitality and food service industry as a collective, especially when the group conscious of the nation is explicitly demanding that all industries cut down on waste.\r\n\r\nWRAP, the sustainability awareness group, reported that hospitality and food service outlets are responsible for 2.87 million tonnes of waste (composed of food, packaging and other ‘non-food’ waste). While 46% of this is recycled or composted, the vast majority isn’t.\r\n\r\nMoreover, out of the 920,000 tonnes of food that is wasted in outlets each year, 75 per cent of the food waste could have been avoided and eaten instead. This one is a real industry opportunity, one that is overlooked.\r\n\r\n<strong>Giving back</strong>\r\n\r\nThere are more than 300,000 homeless people in Britain (according to figures from leading homeless charity, Shelter), that is the equivalent of 1 in 200. In built up metropolis areas, such as London, Manchester, Bristol and Leeds – homelessness is at a high. As restaurants and food service outlets, we have a collective responsibility to help rather than waste. This is the case already with several restaurants.\r\n\r\nBased in Manchester, Bosu Body Bar began leaving brown paper bags of food for local homeless people. At the end of each day, the team would package the leftover food and hand it out. This act of social consciousness and waste management go hand in hand. Rather than contributing more waste to a serious problem, the team at Bosu Body Bar took it upon themselves to give back to the community.\r\n\r\nWhile the work of smaller restaurants does so much good, larger outlet chains can look also towards providing assistance for the homeless, rather than to the UK’s imminent waste problems. Many large chains have lots of food leftover and are doing something about it. Pret, the UK café chain, runs The Pre Charity Run, which sees the company’s leftover food given to the homeless.\r\n\r\nIn a statement on Pret’s website, the company wrote: “Ever since Pret opened the doors of its very first shop in Victoria, London, we’ve been giving away our unsold food to the homeless. What started out as just a handful of sandwiches has now grown to over three million meals across the UK every year.\r\n\r\n“In London, the Pret Foundation Trust (PFT) has their very own fleet of vans while across the rest of the UK, they partner charities with a local Pret shop. Every night as our shops close, this team – made up of hundreds of volunteers – arrives to collect the day’s unsold food and then delivers it to hostels and charities supporting the homeless. This huge effort ensures as much of our unsold food as possible is given to people who really need it instead of ending up in the bin.”\r\n\r\nPret’s method of teaming up with local charities is particularly promising. From speaking to some hospitality professionals about the matter, they are hesitant for homeless people to loiter outside their establishment before closing. This doesn’t need to be the case, with homeless charities always looking to partner up with restaurants to get food.\r\n\r\n<strong>Sorting it out</strong>\r\n\r\nWhile we expect most households to divvy up their food waste to identify the separate component suitable for recycling or compost, the same can be difficult to press upon the hospitality industry. With such a high football during busy days, the industry struggles to sort out what foods don’t need to be wasted.\r\n\r\nStatistics by wrap indicate the key findings on the composition of food being wasted, which include; “40 per cent of all food waste is associated with ‘carbohydrate food’ including the following avoidable categories; potato and potato products (21 per cent); bread and bakery (12 per cent); and pasta/rice (seven per cent). The higher value food types account for a lower proportion of avoidable food waste, for example: fruit and vegetable food waste (15 per cent); and meat/fish (six per cent). The quarter of all food waste that is unavoidable mainly consists of fruit and vegetable peelings.”\r\n\r\nThis means that just for avoidable potato/potato products, 193,000 tonnes per year are wasted. Which is a truly astounding amount.\r\n\r\nOverall, the hospitality and food service sector spends £2.5 billion pounds per year on food that is wasted. Even the most conservative scaling back and waste management will improve profit margins significantly and contribute towards the saving of the environment.\r\n\r\n<strong>Staying away</strong>\r\n\r\nWrap adds: “The management of food waste varies significantly by subsector, but all subsectors can do more to divert waste from landfill.\r\n\r\n“Where food waste cannot be prevented, increased diversion into AD or composting and away from disposal (including SDUs) is the priority across the whole sector. The proportion of food diverted to composting or AD is highest in QSR and services at 33 per cent to 36 per cent respectively. Education, pubs and restaurant subsectors dispose of more than 80 per cent of their waste in residual waste bins, which mostly end s up in landfill or at energy from waste facilities.”\r\n\r\nOverall, the industry must re-evaluate what it is doing for its waste management scheme. If each and every establishment makes even the smallest of changes, collectively, it will make a huge difference.','Waste management - Waste not, want not','','publish','closed','open','','waste-management-waste-not-want-not','','','2018-07-11 10:35:27','2018-07-11 10:35:27','',0,'http://www.ontradeprogress.com/?p=1979',0,'post','',0),(1980,1,'2018-07-11 10:33:26','2018-07-11 10:33:26','','Screen Shot 2018-07-11 at 10.59.14','','inherit','closed','closed','','screen-shot-2018-07-11-at-10-59-14','','','2018-07-11 10:33:26','2018-07-11 10:33:26','',1979,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-11-at-10.59.14.png',0,'attachment','image/png',0),(1981,1,'2018-07-11 10:35:27','2018-07-11 10:35:27','<strong><em>On-Trade Progress </em>examines how much food the industry wastes and what we can do to stop it. </strong>\r\n\r\nThe hospitality industry is one of the most prominent in the world for food waste. Many of us have enjoyed the rise in the popularity of the industry; for example, with individuals choosing to eat out rather than take away. Moreover, with the UK’s expandable income having risen 2.3% since 2017, more and more families are choosing to dine out, treat themselves to a hotel away or pub lunch more than ever before.\r\n\r\nThis presents a very real challenge to the hospitality and food service industry as a collective, especially when the group conscious of the nation is explicitly demanding that all industries cut down on waste.\r\n\r\nWRAP, the sustainability awareness group, reported that hospitality and food service outlets are responsible for 2.87 million tonnes of waste (composed of food, packaging and other ‘non-food’ waste). While 46% of this is recycled or composted, the vast majority isn’t.\r\n\r\nMoreover, out of the 920,000 tonnes of food that is wasted in outlets each year, 75 per cent of the food waste could have been avoided and eaten instead. This one is a real industry opportunity, one that is overlooked.\r\n\r\n<strong>Giving back</strong>\r\n\r\nThere are more than 300,000 homeless people in Britain (according to figures from leading homeless charity, Shelter), that is the equivalent of 1 in 200. In built up metropolis areas, such as London, Manchester, Bristol and Leeds – homelessness is at a high. As restaurants and food service outlets, we have a collective responsibility to help rather than waste. This is the case already with several restaurants.\r\n\r\nBased in Manchester, Bosu Body Bar began leaving brown paper bags of food for local homeless people. At the end of each day, the team would package the leftover food and hand it out. This act of social consciousness and waste management go hand in hand. Rather than contributing more waste to a serious problem, the team at Bosu Body Bar took it upon themselves to give back to the community.\r\n\r\nWhile the work of smaller restaurants does so much good, larger outlet chains can look also towards providing assistance for the homeless, rather than to the UK’s imminent waste problems. Many large chains have lots of food leftover and are doing something about it. Pret, the UK café chain, runs The Pre Charity Run, which sees the company’s leftover food given to the homeless.\r\n\r\nIn a statement on Pret’s website, the company wrote: “Ever since Pret opened the doors of its very first shop in Victoria, London, we’ve been giving away our unsold food to the homeless. What started out as just a handful of sandwiches has now grown to over three million meals across the UK every year.\r\n\r\n“In London, the Pret Foundation Trust (PFT) has their very own fleet of vans while across the rest of the UK, they partner charities with a local Pret shop. Every night as our shops close, this team – made up of hundreds of volunteers – arrives to collect the day’s unsold food and then delivers it to hostels and charities supporting the homeless. This huge effort ensures as much of our unsold food as possible is given to people who really need it instead of ending up in the bin.”\r\n\r\nPret’s method of teaming up with local charities is particularly promising. From speaking to some hospitality professionals about the matter, they are hesitant for homeless people to loiter outside their establishment before closing. This doesn’t need to be the case, with homeless charities always looking to partner up with restaurants to get food.\r\n\r\n<strong>Sorting it out</strong>\r\n\r\nWhile we expect most households to divvy up their food waste to identify the separate component suitable for recycling or compost, the same can be difficult to press upon the hospitality industry. With such a high football during busy days, the industry struggles to sort out what foods don’t need to be wasted.\r\n\r\nStatistics by wrap indicate the key findings on the composition of food being wasted, which include; “40 per cent of all food waste is associated with ‘carbohydrate food’ including the following avoidable categories; potato and potato products (21 per cent); bread and bakery (12 per cent); and pasta/rice (seven per cent). The higher value food types account for a lower proportion of avoidable food waste, for example: fruit and vegetable food waste (15 per cent); and meat/fish (six per cent). The quarter of all food waste that is unavoidable mainly consists of fruit and vegetable peelings.”\r\n\r\nThis means that just for avoidable potato/potato products, 193,000 tonnes per year are wasted. Which is a truly astounding amount.\r\n\r\nOverall, the hospitality and food service sector spends £2.5 billion pounds per year on food that is wasted. Even the most conservative scaling back and waste management will improve profit margins significantly and contribute towards the saving of the environment.\r\n\r\n<strong>Staying away</strong>\r\n\r\nWrap adds: “The management of food waste varies significantly by subsector, but all subsectors can do more to divert waste from landfill.\r\n\r\n“Where food waste cannot be prevented, increased diversion into AD or composting and away from disposal (including SDUs) is the priority across the whole sector. The proportion of food diverted to composting or AD is highest in QSR and services at 33 per cent to 36 per cent respectively. Education, pubs and restaurant subsectors dispose of more than 80 per cent of their waste in residual waste bins, which mostly end s up in landfill or at energy from waste facilities.”\r\n\r\nOverall, the industry must re-evaluate what it is doing for its waste management scheme. If each and every establishment makes even the smallest of changes, collectively, it will make a huge difference.','Waste management - Waste not, want not','','inherit','closed','closed','','1979-revision-v1','','','2018-07-11 10:35:27','2018-07-11 10:35:27','',1979,'http://www.ontradeprogress.com/2018/07/11/1979-revision-v1/',0,'revision','',0),(1982,1,'2018-07-11 12:53:17','2018-07-11 12:53:17','<strong>The life of a catering equipment service engineer is busy and fulfilling with every day presenting a new challenge – that’s according to the men and women currently doing the job. The Catering Equipment Suppliers Association (CESA) has launched a video series designed to encourage individuals to take up apprenticeships as catering equipment service engineers. </strong>\n\nPerks of the Job, the first video in the Catering Service Providers Series, features an assortment of apprentices, engineers and senior staff talking about the rewards of their chosen career path.\n\nOne of the most attractive parts of the job is its variety – on any day an engineer may visit a Michelin star restaurant one minute, a school the next or a huge high-street chain after that.  Kenny Grace, a service engineer for warewasher specialist Winterhalter, says, “The career really stands out if you like the freedom of working in different places.”  “It’s not like a nine-to-five job, every day is different,” says Ruben Rahunathan, improver refrigeration engineer with McFT, which maintains commercial kitchens.  “The job is always fast paced,” says Kane Needs, technical manager at service company Marren.\n\nJob satisfaction is another perk.  Rob Chapman is a regional operations manager.  He says, “You go into a hospital kitchen and the oven’s down, you walk out and it’s fixed so everyone can eat their lunch – in terms of job satisfaction, that’s huge.”  “You fix something, there on the job, and you get a really good buzz,” says Laura Smiles, catering engineer with McFT.\n\nThere are a number of catering equipment service engineer apprenticeships available for anyone looking for an interesting and challenging career. CESA is happy to offer advice on next steps, and you can find more information at cesa.org.uk/Careers. Perks of the Job, and the forthcoming videos in the Service Provider Series, can be found on the <a href=\"https://www.youtube.com/watch?v=O7FQSzpUmiY&amp;list=PLvZpoi4NWhHe5V1OaNM0BdgWWdDrI__Tk\">CESA UK Youtube channel</a>.\n\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">cesa.org.uk</a>','Have you considered a career as a catering equipment service engineer?','','inherit','closed','closed','','1964-autosave-v1','','','2018-07-11 12:53:17','2018-07-11 12:53:17','',1964,'http://www.ontradeprogress.com/2018/07/11/1964-autosave-v1/',0,'revision','',0),(1983,1,'2018-07-11 13:08:47','2018-07-11 13:08:47','<strong>Alcohol education charity Drinkaware is extending its Drinkaware Crew scheme to the Splendour Festival in Nottingham on 21 July.</strong>\r\n\r\nDrinkaware Crew was launched in 2014 in pubs, bars and clubs as a way of keeping young people safe on a night out and has been introduced to 18 areas around the country. The Drinkaware Crew teams will operate at Splendour in much the same way as they do in bars and clubs; after receiving special training, developed by Drinkaware, they will interact with festival goers and support people who might be vulnerable after drinking too much.\r\n\r\nWorking in pairs, Drinkaware Crew will mingle with festival visitors, wearing branded Splendour/Drinkaware Crew clothing, and help vulnerable people where needed. As well as reactive support, teams will proactively promote a positive atmosphere, by talking to customers queuing to enter the festival, and engaging with them during the event.\r\n\r\n<strong><a id=\"_30j0zll\"></a>Drinkaware Chief Executive Elaine Hindal said: </strong>\"Drinkaware are delighted that the Splendour Festival has taken the decision to introduce our highly successful Drinkaware Crew scheme.\r\n\r\n\"Four years ago, Nottingham was the first city to have the scheme in bars, pubs and clubs, so it\'s a natural progression to now introduce it to a festival in Nottingham, to help keep people safe.\r\n\r\n\"We are confident that Drinkaware Crew will prove to be an effective tool at Splendour and look forward to seeing it in action.\"\r\n\r\nJulie Tippins, Head of Compliance at venue operator DHP Family, which runs the Splendour Festival, said: \"Over the 10 years we have been staging Splendour, we\'ve seen it more than double in size and it now attracts around 25,000 people. It has a wonderful family friendly atmosphere where everyone comes together to enjoy the music, comedy and fringe entertainment.\r\n\r\n\"As a responsible and experienced venue operator and concert promoter, we take a progressive approach to ensuring we provide an environment that is safe and welcoming to all and we are proud to be the first festival outside of London to be welcoming Drinkaware Crew.\"\r\n\r\nDrinkaware Crew is designed for venues with a 500+ capacity and training has been delivered in: Bolton, Cheltenham, Glasgow, Plymouth, Shoreditch, Cardiff, Swansea, Nottingham, Bristol, Derby, Coventry, Leicester, Birmingham, Loughborough, Stalybridge, Pontypridd, Exeter and Wakefield. Venues interested in operating Drinkaware Crew should contact <a href=\"mailto:drinkawarecrew@drinkaware.co.uk\"><span class=\"Hyperlink\">drinkawarecrew@drinkaware.co.uk</span></a><span class=\"Hyperlink\">.</span>\r\n\r\nSmaller venues can benefit from the Drinkaware Alcohol Vulnerability Awareness e-learning course, based on the Drinkaware Crew training programme. This gives customer-facing staff the skills and knowledge to identify alcohol-related vulnerability and support customers at risk from harm.  For more information: <a href=\"mailto:elearning@drinkaware.co.uk\"><span class=\"Hyperlink\">elearning@drinkaware.co.uk</span></a>','Drinkaware Crew to operate at Splendour Festival','','publish','closed','open','','drinkaware-crew-to-operate-at-splendour-festival','','','2018-07-11 13:08:47','2018-07-11 13:08:47','',0,'http://www.ontradeprogress.com/?p=1983',0,'post','',0),(1984,1,'2018-07-11 13:07:28','2018-07-11 13:07:28','','Screen Shot 2018-07-11 at 14.04.05','','inherit','closed','closed','','screen-shot-2018-07-11-at-14-04-05','','','2018-07-11 13:07:28','2018-07-11 13:07:28','',1983,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-11-at-14.04.05.png',0,'attachment','image/png',0),(1985,1,'2018-07-11 13:08:23','2018-07-11 13:08:23','<strong>Alcohol education charity Drinkaware is extending its Drinkaware Crew scheme to the Splendour Festival in Nottingham on 21 July.</strong>\r\n\r\nDrinkaware Crew was launched in 2014 in pubs, bars and clubs as a way of keeping young people safe on a night out and has been introduced to 18 areas around the country. The Drinkaware Crew teams will operate at Splendour in much the same way as they do in bars and clubs; after receiving special training, developed by Drinkaware, they will interact with festival goers and support people who might be vulnerable after drinking too much.\r\n\r\nWorking in pairs, Drinkaware Crew will mingle with festival visitors, wearing branded Splendour/Drinkaware Crew clothing, and help vulnerable people where needed. As well as reactive support, teams will proactively promote a positive atmosphere, by talking to customers queuing to enter the festival, and engaging with them during the event.\r\n\r\n<strong><a id=\"_30j0zll\"></a>Drinkaware Chief Executive Elaine Hindal said: </strong>\"Drinkaware are delighted that the Splendour Festival has taken the decision to introduce our highly successful Drinkaware Crew scheme.\r\n\r\n\"Four years ago, Nottingham was the first city to have the scheme in bars, pubs and clubs, so it\'s a natural progression to now introduce it to a festival in Nottingham, to help keep people safe.\r\n\r\n\"We are confident that Drinkaware Crew will prove to be an effective tool at Splendour and look forward to seeing it in action.\"\r\n\r\nJulie Tippins, Head of Compliance at venue operator DHP Family, which runs the Splendour Festival, said: \"Over the 10 years we have been staging Splendour, we\'ve seen it more than double in size and it now attracts around 25,000 people. It has a wonderful family friendly atmosphere where everyone comes together to enjoy the music, comedy and fringe entertainment.\r\n\r\n\"As a responsible and experienced venue operator and concert promoter, we take a progressive approach to ensuring we provide an environment that is safe and welcoming to all and we are proud to be the first festival outside of London to be welcoming Drinkaware Crew.\"\r\n\r\nDrinkaware Crew is designed for venues with a 500+ capacity and training has been delivered in: Bolton, Cheltenham, Glasgow, Plymouth, Shoreditch, Cardiff, Swansea, Nottingham, Bristol, Derby, Coventry, Leicester, Birmingham, Loughborough, Stalybridge, Pontypridd, Exeter and Wakefield. Venues interested in operating Drinkaware Crew should contact <a href=\"mailto:drinkawarecrew@drinkaware.co.uk\"><span class=\"Hyperlink\">drinkawarecrew@drinkaware.co.uk</span></a><span class=\"Hyperlink\">.</span>\r\n\r\nSmaller venues can benefit from the Drinkaware Alcohol Vulnerability Awareness e-learning course, based on the Drinkaware Crew training programme. This gives customer-facing staff the skills and knowledge to identify alcohol-related vulnerability and support customers at risk from harm.  For more information: <a href=\"mailto:elearning@drinkaware.co.uk\"><span class=\"Hyperlink\">elearning@drinkaware.co.uk</span></a>','Drinkaware Crew to operate at Splendour Festival','','inherit','closed','closed','','1983-revision-v1','','','2018-07-11 13:08:23','2018-07-11 13:08:23','',1983,'http://www.ontradeprogress.com/2018/07/11/1983-revision-v1/',0,'revision','',0),(1986,1,'2018-07-12 13:48:57','2018-07-12 13:48:57','<h3>Singa, the world’s most modern and digital karaoke system, is getting the party started and keeping it going for customers this summer.</h3>\r\nWith the 2018 World Cup final upon us, hospitality professionals are looking for ways to get customers in their venue and keep the football fever going. There’s no better way to get an infectious atmosphere than with Singa, the Spotify of the karaoke world, which can be employed by any venue to bring people together. You can sing along to football chants, enjoy pre and post-game karaoke, and make your venue memorable by employing the latest entertainment technology.\r\n\r\nSinga’s potential for hospitality professionals to grow footfall to their venue this World Cup season is simply huge. With karaoke’s popularity growing across the UK, venues are rushing to offer the entertainment experience as part of their appeal. With Singa, you can get the karaoke without the huge expenditure; all a venue needs is the Singa system, which is controlled by customers, and sometimes a DJ/host leading to greater participation. The technology does the hard work so the host can focus on the overall experience.\r\n\r\nIf you’re worried about complicated technology, you shouldn’t be. Singa provides you an iPad 5<sup>th</sup> Gen 128gb (worth £550) – it being easy-to-use, sleek and modern. Through this iPad, everything is controlled, including queue management, song selection and advertising. Moreover, the Singa app encourages customers to control which song they sing directly from their own mobile device, so everyone can be involved in the action.\r\n\r\n“As Singa continues to grow in popularity, with over 50,000 people already having the app installed on their mobile devices, they can search for their nearest Singa Pro venue,” explains Risto Makelainen, CCO of Singa. “Consumers looking for a night out can search for their nearest Singa venue and queue their song choice remotely <em>and </em>those in the venue no longer need to make a request, they can simply download the app and request a song without even having to leave their seat.”\r\n\r\nSinga already has 25,000 tracks in its library, with everything from 60s classics, rock and roll to hip hop and pop. The company adds tracks all the time and its comprehensive list continues to grow.\r\n\r\n<img class=\"wp-image-1989 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_1-1024x683.jpg\" alt=\"\" width=\"342\" height=\"229\" /> <img class=\"wp-image-1990 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_2-1024x687.jpg\" alt=\"\" width=\"342\" height=\"230\" /> <img class=\"wp-image-1991 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_3-1024x683.jpg\" alt=\"\" width=\"342\" height=\"228\" />\r\n<h5>Chanting and cheering</h5>\r\nOn the benefits Singa offers, especially in the approach to the 2018 World Cup, Makelainen is clear. He says: “Karaoke is a fun and enjoyable activity that plays perfectly into the tribal effect ‘chant’ football has in the UK. The venue could set the songs and take control of the type of songs played, for example, ‘We are the Champions’, either at half-time, prior or post game.\r\n\r\n“Karaoke can encourage those who watch football to stay longer after the game, maintaining an atmosphere long after the final whistle. Moreover, dedicated World Cup playlists and song choices are set-up and ready to go, all in Singa.”\r\n\r\nWith more than 300 venues across Europe, Singa is widely accepted by the hospitality market. Since its introduction to the UK in early 2018, there have been several successful installations and the company’s outreach continues to grow.\r\n\r\nFor more information on how you can introduce Singa to your venue, visit <a href=\"https://singa.pro\">https://singa.pro</a> or email <a href=\"mailto:sales@singa.pro\">sales@singa.pro</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','World Cup 2018 - Keeping the party going','','publish','closed','open','','world-cup-2018-keeping-the-party-going','','','2018-07-12 15:00:00','2018-07-12 15:00:00','',0,'http://www.ontradeprogress.com/?p=1986',0,'post','',0),(1987,1,'2018-07-12 13:38:59','2018-07-12 13:38:59','','','','inherit','closed','closed','','singa_product_7a','','','2018-07-12 13:39:11','2018-07-12 13:39:11','',1986,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_7a.jpg',0,'attachment','image/jpeg',0),(1988,1,'2018-07-12 13:39:23','2018-07-12 13:39:23','Singa, the world’s most modern and digital karaoke system, is getting the party started and keeping it going for customers this summer.\r\n\r\nWith the 2018 World Cup final upon us, hospitality professionals are looking for ways to get customers in their venue and keep the football fever going. There’s no better way to get an infectious atmosphere than with Singa, the Spotify of the karaoke world, which can be employed by any venue to bring people together. You can sing along to football chants, enjoy pre and post-game karaoke, and make your venue memorable by employing the latest entertainment technology.\r\n\r\nSinga’s potential for hospitality professionals to grow footfall to their venue this World Cup season is simply huge. With karaoke’s popularity growing across the UK, venues are rushing to offer the entertainment experience as part of their appeal. With Singa, you can get the karaoke without the huge expenditure; all a venue needs is the Singa system, which is controlled by customers, and a karaoke host, which ultimately amounts to lower staff overheads.\r\n\r\nIf you’re worried about complicated technology, you shouldn’t be. Signa provides you an iPad 5<sup>th</sup> Gen 128gb (worth £550) – it being easy-to-use, sleek and modern. Through this iPad, everything is controlled, including queue management, song selection and advertising. Moreover, the Singa app encourages customers to control which song they sing directly from their own mobile device, so everyone can be involved in the action.\r\n\r\n“As Singa continues to grow in popularity, with over 33,000 people already having the app installed on their mobile devices, they can search for their nearest Singa Pro venue,” explains Risto Makelainen, CCO of Singa. “Consumers looking for a night out can search for their nearest Singa venue and queue their song choice remotely <em>and </em>those in the venue no longer need to make a request, they can simply download the app and request a song without even having to leave their seat.”\r\n\r\nSinga already has 25,000 tracks in its library, with everything from 60s classics, rock and roll to hip hop and pop. The company adds tracks all the time and its comprehensive list continues to grow.\r\n<h5>Chanting and cheering</h5>\r\nOn the benefits Singa offers, especially in the approach to the 2018 World Cup, Makelainen is clear. He says: “Karaoke is a fun and enjoyable activity that plays perfectly into the tribal effect ‘chant’ football has in the UK. The venue could set the songs and take control of the type of songs played, for example, ‘World in Motion’, either at half-time, prior or post game.\r\n\r\n“Karaoke can encourage those who watch football to stay longer after the game, maintaining an atmosphere long after the final whistle. Moreover, dedicated World Cup playlists and song choices are set-up and ready to go, all in Singa.”\r\n\r\nWith more than 300 venues across Europe, Singa is widely accepted by the hospitality market. Since its introduction to the UK in early 2018, there have been several successful installations and the company’s outreach continues to grow.\r\n\r\nFor more information on how you can introduce Signa to your venue, visit <a href=\"http://www.singa.com\">www.singa.com</a> or email <a href=\"mailto:info@singa.com\">info@singa.com</a>\r\n\r\n&nbsp;','World Cup 2018 - Keeping the party going','','inherit','closed','closed','','1986-revision-v1','','','2018-07-12 13:39:23','2018-07-12 13:39:23','',1986,'http://www.ontradeprogress.com/2018/07/12/1986-revision-v1/',0,'revision','',0),(1989,1,'2018-07-12 13:40:18','2018-07-12 13:40:18','','Singa_product_1','','inherit','closed','closed','','singa_product_1','','','2018-07-12 13:40:18','2018-07-12 13:40:18','',1986,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_1.jpg',0,'attachment','image/jpeg',0),(1990,1,'2018-07-12 13:40:23','2018-07-12 13:40:23','','Singa_product_2','','inherit','closed','closed','','singa_product_2','','','2018-07-12 13:40:23','2018-07-12 13:40:23','',1986,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_2.jpg',0,'attachment','image/jpeg',0),(1991,1,'2018-07-12 13:40:27','2018-07-12 13:40:27','','Singa_product_3','','inherit','closed','closed','','singa_product_3','','','2018-07-12 13:40:27','2018-07-12 13:40:27','',1986,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_3.jpg',0,'attachment','image/jpeg',0),(1992,1,'2018-07-12 13:46:40','2018-07-12 13:46:40','<h3>Singa, the world’s most modern and digital karaoke system, is getting the party started and keeping it going for customers this summer.</h3>\r\nWith the 2018 World Cup final upon us, hospitality professionals are looking for ways to get customers in their venue and keep the football fever going. There’s no better way to get an infectious atmosphere than with Singa, the Spotify of the karaoke world, which can be employed by any venue to bring people together. You can sing along to football chants, enjoy pre and post-game karaoke, and make your venue memorable by employing the latest entertainment technology.\r\n\r\nSinga’s potential for hospitality professionals to grow footfall to their venue this World Cup season is simply huge. With karaoke’s popularity growing across the UK, venues are rushing to offer the entertainment experience as part of their appeal. With Singa, you can get the karaoke without the huge expenditure; all a venue needs is the Singa system, which is controlled by customers, and sometimes a DJ/host leading to greater participation. The technology does the hard work so the host can focus on the overall experience.\r\n\r\nIf you’re worried about complicated technology, you shouldn’t be. Singa provides you an iPad 5<sup>th</sup> Gen 128gb (worth £550) – it being easy-to-use, sleek and modern. Through this iPad, everything is controlled, including queue management, song selection and advertising. Moreover, the Singa app encourages customers to control which song they sing directly from their own mobile device, so everyone can be involved in the action.\r\n\r\n“As Singa continues to grow in popularity, with over 50,000 people already having the app installed on their mobile devices, they can search for their nearest Singa Pro venue,” explains Risto Makelainen, CCO of Singa. “Consumers looking for a night out can search for their nearest Singa venue and queue their song choice remotely <em>and </em>those in the venue no longer need to make a request, they can simply download the app and request a song without even having to leave their seat.”\r\n\r\nSinga already has 25,000 tracks in its library, with everything from 60s classics, rock and roll to hip hop and pop. The company adds tracks all the time and its comprehensive list continues to grow.\r\n\r\n<img class=\"alignleft  wp-image-1989\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_1-1024x683.jpg\" alt=\"\" width=\"342\" height=\"229\" /> <img class=\"alignleft  wp-image-1990\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_2-1024x687.jpg\" alt=\"\" width=\"342\" height=\"230\" /> <img class=\"alignleft  wp-image-1991\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_3-1024x683.jpg\" alt=\"\" width=\"342\" height=\"228\" />\r\n<h5>Chanting and cheering</h5>\r\nOn the benefits Singa offers, especially in the approach to the 2018 World Cup, Makelainen is clear. He says: “Karaoke is a fun and enjoyable activity that plays perfectly into the tribal effect ‘chant’ football has in the UK. The venue could set the songs and take control of the type of songs played, for example, ‘We are the Champions’, either at half-time, prior or post game.\r\n\r\n“Karaoke can encourage those who watch football to stay longer after the game, maintaining an atmosphere long after the final whistle. Moreover, dedicated World Cup playlists and song choices are set-up and ready to go, all in Singa.”\r\n\r\nWith more than 300 venues across Europe, Singa is widely accepted by the hospitality market. Since its introduction to the UK in early 2018, there have been several successful installations and the company’s outreach continues to grow.\r\n\r\nFor more information on how you can introduce Singa to your venue, visit <a href=\"http://www.singa.com\">www.singa.com</a> or email <a href=\"mailto:info@singa.com\">info@singa.com</a>\r\n\r\n&nbsp;','World Cup 2018 - Keeping the party going','','inherit','closed','closed','','1986-revision-v1','','','2018-07-12 13:46:40','2018-07-12 13:46:40','',1986,'http://www.ontradeprogress.com/2018/07/12/1986-revision-v1/',0,'revision','',0),(1993,1,'2018-07-12 13:47:11','2018-07-12 13:47:11','<h3>Singa, the world’s most modern and digital karaoke system, is getting the party started and keeping it going for customers this summer.</h3>\r\nWith the 2018 World Cup final upon us, hospitality professionals are looking for ways to get customers in their venue and keep the football fever going. There’s no better way to get an infectious atmosphere than with Singa, the Spotify of the karaoke world, which can be employed by any venue to bring people together. You can sing along to football chants, enjoy pre and post-game karaoke, and make your venue memorable by employing the latest entertainment technology.\r\n\r\nSinga’s potential for hospitality professionals to grow footfall to their venue this World Cup season is simply huge. With karaoke’s popularity growing across the UK, venues are rushing to offer the entertainment experience as part of their appeal. With Singa, you can get the karaoke without the huge expenditure; all a venue needs is the Singa system, which is controlled by customers, and sometimes a DJ/host leading to greater participation. The technology does the hard work so the host can focus on the overall experience.\r\n\r\nIf you’re worried about complicated technology, you shouldn’t be. Singa provides you an iPad 5<sup>th</sup> Gen 128gb (worth £550) – it being easy-to-use, sleek and modern. Through this iPad, everything is controlled, including queue management, song selection and advertising. Moreover, the Singa app encourages customers to control which song they sing directly from their own mobile device, so everyone can be involved in the action.\r\n\r\n“As Singa continues to grow in popularity, with over 50,000 people already having the app installed on their mobile devices, they can search for their nearest Singa Pro venue,” explains Risto Makelainen, CCO of Singa. “Consumers looking for a night out can search for their nearest Singa venue and queue their song choice remotely <em>and </em>those in the venue no longer need to make a request, they can simply download the app and request a song without even having to leave their seat.”\r\n\r\nSinga already has 25,000 tracks in its library, with everything from 60s classics, rock and roll to hip hop and pop. The company adds tracks all the time and its comprehensive list continues to grow.\r\n\r\n<img class=\"wp-image-1989 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_1-1024x683.jpg\" alt=\"\" width=\"342\" height=\"229\" /> <img class=\"wp-image-1990 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_2-1024x687.jpg\" alt=\"\" width=\"342\" height=\"230\" /> <img class=\"wp-image-1991 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_3-1024x683.jpg\" alt=\"\" width=\"342\" height=\"228\" />\r\n<h5>Chanting and cheering</h5>\r\nOn the benefits Singa offers, especially in the approach to the 2018 World Cup, Makelainen is clear. He says: “Karaoke is a fun and enjoyable activity that plays perfectly into the tribal effect ‘chant’ football has in the UK. The venue could set the songs and take control of the type of songs played, for example, ‘We are the Champions’, either at half-time, prior or post game.\r\n\r\n“Karaoke can encourage those who watch football to stay longer after the game, maintaining an atmosphere long after the final whistle. Moreover, dedicated World Cup playlists and song choices are set-up and ready to go, all in Singa.”\r\n\r\nWith more than 300 venues across Europe, Singa is widely accepted by the hospitality market. Since its introduction to the UK in early 2018, there have been several successful installations and the company’s outreach continues to grow.\r\n\r\nFor more information on how you can introduce Singa to your venue, visit <a href=\"http://www.singa.com\">www.singa.com</a> or email <a href=\"mailto:info@singa.com\">info@singa.com</a>\r\n\r\n&nbsp;','World Cup 2018 - Keeping the party going','','inherit','closed','closed','','1986-revision-v1','','','2018-07-12 13:47:11','2018-07-12 13:47:11','',1986,'http://www.ontradeprogress.com/2018/07/12/1986-revision-v1/',0,'revision','',0),(1994,1,'2018-07-12 14:59:37','2018-07-12 14:59:37','<h3>Singa, the world’s most modern and digital karaoke system, is getting the party started and keeping it going for customers this summer.</h3>\nWith the 2018 World Cup final upon us, hospitality professionals are looking for ways to get customers in their venue and keep the football fever going. There’s no better way to get an infectious atmosphere than with Singa, the Spotify of the karaoke world, which can be employed by any venue to bring people together. You can sing along to football chants, enjoy pre and post-game karaoke, and make your venue memorable by employing the latest entertainment technology.\n\nSinga’s potential for hospitality professionals to grow footfall to their venue this World Cup season is simply huge. With karaoke’s popularity growing across the UK, venues are rushing to offer the entertainment experience as part of their appeal. With Singa, you can get the karaoke without the huge expenditure; all a venue needs is the Singa system, which is controlled by customers, and sometimes a DJ/host leading to greater participation. The technology does the hard work so the host can focus on the overall experience.\n\nIf you’re worried about complicated technology, you shouldn’t be. Singa provides you an iPad 5<sup>th</sup> Gen 128gb (worth £550) – it being easy-to-use, sleek and modern. Through this iPad, everything is controlled, including queue management, song selection and advertising. Moreover, the Singa app encourages customers to control which song they sing directly from their own mobile device, so everyone can be involved in the action.\n\n“As Singa continues to grow in popularity, with over 50,000 people already having the app installed on their mobile devices, they can search for their nearest Singa Pro venue,” explains Risto Makelainen, CCO of Singa. “Consumers looking for a night out can search for their nearest Singa venue and queue their song choice remotely <em>and </em>those in the venue no longer need to make a request, they can simply download the app and request a song without even having to leave their seat.”\n\nSinga already has 25,000 tracks in its library, with everything from 60s classics, rock and roll to hip hop and pop. The company adds tracks all the time and its comprehensive list continues to grow.\n\n<img class=\"wp-image-1989 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_1-1024x683.jpg\" alt=\"\" width=\"342\" height=\"229\" /> <img class=\"wp-image-1990 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_2-1024x687.jpg\" alt=\"\" width=\"342\" height=\"230\" /> <img class=\"wp-image-1991 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_3-1024x683.jpg\" alt=\"\" width=\"342\" height=\"228\" />\n<h5>Chanting and cheering</h5>\nOn the benefits Singa offers, especially in the approach to the 2018 World Cup, Makelainen is clear. He says: “Karaoke is a fun and enjoyable activity that plays perfectly into the tribal effect ‘chant’ football has in the UK. The venue could set the songs and take control of the type of songs played, for example, ‘We are the Champions’, either at half-time, prior or post game.\n\n“Karaoke can encourage those who watch football to stay longer after the game, maintaining an atmosphere long after the final whistle. Moreover, dedicated World Cup playlists and song choices are set-up and ready to go, all in Singa.”\n\nWith more than 300 venues across Europe, Singa is widely accepted by the hospitality market. Since its introduction to the UK in early 2018, there have been several successful installations and the company’s outreach continues to grow.\n\nFor more information on how you can introduce Singa to your venue, visit https://singa.pro or email <a href=\"mailto:info@singa.com\">info@singa.com </a>\n\n<a href=\"https://singa.pro\">https://singa.pro</a> and <a href=\"mailto:sales@singa.pro\">sales@singa.pro</a>\n\n&nbsp;\n\n&nbsp;','World Cup 2018 - Keeping the party going','','inherit','closed','closed','','1986-autosave-v1','','','2018-07-12 14:59:37','2018-07-12 14:59:37','',1986,'http://www.ontradeprogress.com/2018/07/12/1986-autosave-v1/',0,'revision','',0),(1995,1,'2018-07-12 15:00:00','2018-07-12 15:00:00','<h3>Singa, the world’s most modern and digital karaoke system, is getting the party started and keeping it going for customers this summer.</h3>\r\nWith the 2018 World Cup final upon us, hospitality professionals are looking for ways to get customers in their venue and keep the football fever going. There’s no better way to get an infectious atmosphere than with Singa, the Spotify of the karaoke world, which can be employed by any venue to bring people together. You can sing along to football chants, enjoy pre and post-game karaoke, and make your venue memorable by employing the latest entertainment technology.\r\n\r\nSinga’s potential for hospitality professionals to grow footfall to their venue this World Cup season is simply huge. With karaoke’s popularity growing across the UK, venues are rushing to offer the entertainment experience as part of their appeal. With Singa, you can get the karaoke without the huge expenditure; all a venue needs is the Singa system, which is controlled by customers, and sometimes a DJ/host leading to greater participation. The technology does the hard work so the host can focus on the overall experience.\r\n\r\nIf you’re worried about complicated technology, you shouldn’t be. Singa provides you an iPad 5<sup>th</sup> Gen 128gb (worth £550) – it being easy-to-use, sleek and modern. Through this iPad, everything is controlled, including queue management, song selection and advertising. Moreover, the Singa app encourages customers to control which song they sing directly from their own mobile device, so everyone can be involved in the action.\r\n\r\n“As Singa continues to grow in popularity, with over 50,000 people already having the app installed on their mobile devices, they can search for their nearest Singa Pro venue,” explains Risto Makelainen, CCO of Singa. “Consumers looking for a night out can search for their nearest Singa venue and queue their song choice remotely <em>and </em>those in the venue no longer need to make a request, they can simply download the app and request a song without even having to leave their seat.”\r\n\r\nSinga already has 25,000 tracks in its library, with everything from 60s classics, rock and roll to hip hop and pop. The company adds tracks all the time and its comprehensive list continues to grow.\r\n\r\n<img class=\"wp-image-1989 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_1-1024x683.jpg\" alt=\"\" width=\"342\" height=\"229\" /> <img class=\"wp-image-1990 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_2-1024x687.jpg\" alt=\"\" width=\"342\" height=\"230\" /> <img class=\"wp-image-1991 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Singa_product_3-1024x683.jpg\" alt=\"\" width=\"342\" height=\"228\" />\r\n<h5>Chanting and cheering</h5>\r\nOn the benefits Singa offers, especially in the approach to the 2018 World Cup, Makelainen is clear. He says: “Karaoke is a fun and enjoyable activity that plays perfectly into the tribal effect ‘chant’ football has in the UK. The venue could set the songs and take control of the type of songs played, for example, ‘We are the Champions’, either at half-time, prior or post game.\r\n\r\n“Karaoke can encourage those who watch football to stay longer after the game, maintaining an atmosphere long after the final whistle. Moreover, dedicated World Cup playlists and song choices are set-up and ready to go, all in Singa.”\r\n\r\nWith more than 300 venues across Europe, Singa is widely accepted by the hospitality market. Since its introduction to the UK in early 2018, there have been several successful installations and the company’s outreach continues to grow.\r\n\r\nFor more information on how you can introduce Singa to your venue, visit <a href=\"https://singa.pro\">https://singa.pro</a> or email <a href=\"mailto:sales@singa.pro\">sales@singa.pro</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','World Cup 2018 - Keeping the party going','','inherit','closed','closed','','1986-revision-v1','','','2018-07-12 15:00:00','2018-07-12 15:00:00','',1986,'http://www.ontradeprogress.com/2018/07/12/1986-revision-v1/',0,'revision','',0),(1996,1,'2018-07-16 08:13:34','2018-07-16 08:13:34','<strong>UKHospitality has warned that additional costs for personal licence holders will only undermine investment in the sector.</strong>\r\n\r\nIn response to the announcement that the Scottish Government is consulting on the introduction of a fee to renew personal licences, UKHospitality has urged against the introduction of yet more costs for vital businesses and their staff.\r\n\r\nUKHospitality Executive Director in Scotland Willie Macleod said: “At a time when venues are being squeezed by increasing costs, there can be absolutely no justification for imposing an additional cost burden.\r\n\r\n“Pubs, nightclubs, hotels, restaurants and the wider sector already contribute enormously through taxes and generate income for their communities. A personal licence holder should not need to pay an additional fee just for keeping his or her licence.\r\n\r\n“As we have repeatedly said, there is too frequently a tendency for local authorities to view pubs and hotels as cash cows, rather than community assets. The introduction of a fee to renew personal licences will do nothing more than add another layer of unnecessary cost and potentially stifle investment. We are urging the Scottish Government not to pile-on more fees for businesses that already contribute a huge amount to Scotland’s economy.”','UKHospitality warns against additional cost burden for Scottish licensees','','publish','closed','open','','ukhospitality-warns-against-additional-cost-burden-for-scottish-licensees','','','2018-07-16 08:13:34','2018-07-16 08:13:34','',0,'http://www.ontradeprogress.com/?p=1996',0,'post','',0),(1997,1,'2018-07-16 08:13:34','2018-07-16 08:13:34','<strong>UKHospitality has warned that additional costs for personal licence holders will only undermine investment in the sector.</strong>\r\n\r\nIn response to the announcement that the Scottish Government is consulting on the introduction of a fee to renew personal licences, UKHospitality has urged against the introduction of yet more costs for vital businesses and their staff.\r\n\r\nUKHospitality Executive Director in Scotland Willie Macleod said: “At a time when venues are being squeezed by increasing costs, there can be absolutely no justification for imposing an additional cost burden.\r\n\r\n“Pubs, nightclubs, hotels, restaurants and the wider sector already contribute enormously through taxes and generate income for their communities. A personal licence holder should not need to pay an additional fee just for keeping his or her licence.\r\n\r\n“As we have repeatedly said, there is too frequently a tendency for local authorities to view pubs and hotels as cash cows, rather than community assets. The introduction of a fee to renew personal licences will do nothing more than add another layer of unnecessary cost and potentially stifle investment. We are urging the Scottish Government not to pile-on more fees for businesses that already contribute a huge amount to Scotland’s economy.”','UKHospitality warns against additional cost burden for Scottish licensees','','inherit','closed','closed','','1996-revision-v1','','','2018-07-16 08:13:34','2018-07-16 08:13:34','',1996,'http://www.ontradeprogress.com/2018/07/16/1996-revision-v1/',0,'revision','',0),(1998,1,'2018-07-16 09:01:23','2018-07-16 09:01:23','<strong>Britain’s pubs enjoyed a mini sales boom in June thanks to the hot weather and the start of the World Cup, latest figures from the Coffer Peach Business Tracker confirm. But while the country’s managed pub and bar groups saw collective like-for-like sales rise 2.8% against last June, restaurant groups were suffering in the heat with a 1.8% fall in like-for-like trading.</strong>\r\n\r\nOverall, and despite the differing fortunes of pub and restaurant businesses, the combined managed pub, bar and restaurant sector saw like-for-likes up 1.1% in June.\r\n\r\n“Sun and football are usually good news for the pub trade – and with England’s World Cup run and the hot weather continuing into July, we should expect more positive trading,“ said Peter Martin, vice president of CGA, the business insight consultancy that produces the Tracker, in partnership with Coffer Group and RSM.\r\n\r\n“Better news is that the usual drop off in restaurant sales during good weather and big sporting events is not cancelling out the boost for pubs and bars. Overall the market is up, and that follows a 1.4% increase for the sector as a whole in May,” Martin added.\r\n\r\nRegionally London did better than the rest of the country in June, with pub sales up 3.7%, and restaurants down just 0.4%, compared to a 2.3% like-for-like decline outside the M25.\r\n\r\n“Not surprisingly, drink-led pubs have performed particularly well, and across the managed pub market drink sales were ahead 5.1%, with food up only 0.3%, for the month,” Martin added.\r\n\r\n“A month of sunshine and the World Cup may be good news for drinks led businesses but was always going to be tougher for food led operators,” added <a href=\"https://tilburstowmedia.us16.list-manage.com/track/click?u=f4f1936a508a52ecb996568e0&amp;id=bccd6fd2bc&amp;e=4dfec7f057\"><strong>Paul Newman</strong></a>, head of leisure and hospitality at RSM: “However, there will be a sense of optimism for many restaurants with the year on year fall at less than 2%. With the sunset to shine for the rest of July, it could turn out to be a bumper Summer for pubs and bars as they look to take the lion’s share of consumer spending.”<a name=\"_GoBack\"></a>\r\n\r\nUnderlying like-for-like growth for the 45 companies in the Tracker cohort, which represents both large and small groups, is slowly improving after a tough period, running at 0.7% for the 12 months to the end of June, and up from 0.6% at the end of May.\r\n\r\n“The consumer appears to be in a more confident mood, buoyed up by a remarkable summer and football success for England. We expect the July data will see a continuation of this trend,” said Trevor Watson, Executive Director at Davis Coffer Lyons. “Adverse publicity around the casual dining market certainly is not leading to reduced eating out. Similarly, the effect of discounting in restaurants appears to be marginal.”\r\n\r\nTotal sales growth across the pub and restaurant cohort, which includes the effect of new openings, was 4.2% in June, reflecting continuing if slower brand roll-outs, and running at 3.8% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 45 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\nParticipating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a>','June heatwave and football boosts Britain\'s pub takings ','','publish','closed','open','','june-heatwave-and-football-boosts-britains-pub-takings','','','2018-07-16 09:03:16','2018-07-16 09:03:16','',0,'http://www.ontradeprogress.com/?p=1998',0,'post','',0),(1999,1,'2018-07-16 08:51:47','2018-07-16 08:51:47','','Screen Shot 2018-07-16 at 09.27.25','','inherit','closed','closed','','screen-shot-2018-07-16-at-09-27-25','','','2018-07-16 08:51:47','2018-07-16 08:51:47','',1998,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-09.27.25.png',0,'attachment','image/png',0),(2000,1,'2018-07-16 09:00:02','2018-07-16 09:00:02','','Screen Shot 2018-07-16 at 09.59.28','','inherit','closed','closed','','screen-shot-2018-07-16-at-09-59-28','','','2018-07-16 09:00:02','2018-07-16 09:00:02','',1998,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-09.59.28.png',0,'attachment','image/png',0),(2001,1,'2018-07-16 09:00:56','2018-07-16 09:00:56','<strong>Britain’s pubs enjoyed a mini sales boom in June thanks to the hot weather and the start of the World Cup, latest figures from the Coffer Peach Business Tracker confirm. But while the country’s managed pub and bar groups saw collective like-for-like sales rise 2.8% against last June, restaurant groups were suffering in the heat with a 1.8% fall in like-for-like trading.</strong>\r\n\r\nOverall, and despite the differing fortunes of pub and restaurant businesses, the combined managed pub, bar and restaurant sector saw like-for-likes up 1.1% in June.\r\n\r\n“Sun and football are usually good news for the pub trade – and with England’s World Cup run and the hot weather continuing into July, we should expect more positive trading,“ said Peter Martin, vice president of CGA, the business insight consultancy that produces the Tracker, in partnership with Coffer Group and RSM.\r\n\r\n“Better news is that the usual drop off in restaurant sales during good weather and big sporting events is not cancelling out the boost for pubs and bars. Overall the market is up, and that follows a 1.4% increase for the sector as a whole in May,” Martin added.\r\n\r\nRegionally London did better than the rest of the country in June, with pub sales up 3.7%, and restaurants down just 0.4%, compared to a 2.3% like-for-like decline outside the M25.\r\n\r\n“Not surprisingly, drink-led pubs have performed particularly well, and across the managed pub market drink sales were ahead 5.1%, with food up only 0.3%, for the month,” Martin added.\r\n\r\n“A month of sunshine and the World Cup may be good news for drinks led businesses but was always going to be tougher for food led operators,” added <a href=\"https://tilburstowmedia.us16.list-manage.com/track/click?u=f4f1936a508a52ecb996568e0&amp;id=bccd6fd2bc&amp;e=4dfec7f057\"><strong>Paul Newman</strong></a>, head of leisure and hospitality at RSM: “However, there will be a sense of optimism for many restaurants with the year on year fall at less than 2%. With the sunset to shine for the rest of July, it could turn out to be a bumper Summer for pubs and bars as they look to take the lion’s share of consumer spending.”<a name=\"_GoBack\"></a>\r\n\r\nUnderlying like-for-like growth for the 45 companies in the Tracker cohort, which represents both large and small groups, is slowly improving after a tough period, running at 0.7% for the 12 months to the end of June, and up from 0.6% at the end of May.\r\n\r\n“The consumer appears to be in a more confident mood, buoyed up by a remarkable summer and football success for England. We expect the July data will see a continuation of this trend,” said Trevor Watson, Executive Director at Davis Coffer Lyons. “Adverse publicity around the casual dining market certainly is not leading to reduced eating out. Similarly, the effect of discounting in restaurants appears to be marginal.”\r\n\r\nTotal sales growth across the pub and restaurant cohort, which includes the effect of new openings, was 4.2% in June, reflecting continuing if slower brand roll-outs, and running at 3.8% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 45 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\nParticipating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a>','June heatwave and football boosts Britain\'s pub takings ','','inherit','closed','closed','','1998-revision-v1','','','2018-07-16 09:00:56','2018-07-16 09:00:56','',1998,'http://www.ontradeprogress.com/2018/07/16/1998-revision-v1/',0,'revision','',0),(2002,1,'2018-07-16 09:02:40','2018-07-16 09:02:40','','Screen Shot 2018-07-16 at 10.02.20','','inherit','closed','closed','','screen-shot-2018-07-16-at-10-02-20','','','2018-07-16 09:02:40','2018-07-16 09:02:40','',1998,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-10.02.20.png',0,'attachment','image/png',0),(2003,1,'2018-07-16 09:59:26','2018-07-16 09:59:26','<img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"181\" height=\"70\" /><strong>The leading British manufacturer of stocks and sauces, Essential Cuisine, is updating its chef-favourite Signature Range with a sleek new look and new Shellfish Stock Reduction made with all natural ingredients.  </strong><strong>Joining an established line-up featuring natural Chicken Stock, Beef Jus, Red Wine Jus and Hollandaise sauce, the brand is confident its new look, five-strong range of stocks, sauces and jus will inspire chefs across the nation.</strong>\r\n\r\nMade from the finest natural ingredients, the new Shellfish Stock tastes and perform like kitchen-made with no quality compromise. Ready-to-use and primed for versatility, the premium flavour offers freeze-thaw stability whilst withstanding re-heating, further increasing the convenience for chefs.\r\n\r\nDelivering a truly authentic taste thanks to the first-class natural ingredients chosen by Essential Cuisine’s brigade of development chefs, Signature Shellfish is gluten-free and can be used directly from the pack. For those that want to take things further, the base can carry any number of additional ingredients, enhancing its sheer versatility.\r\n\r\n<strong>Jonathan Harvey-Barnes, Senior Business Development Chef, Essential Cuisine, comments:</strong> “Our Signature Range has established itself amongst chefs as the go-to premium, ready-to-use stock, sauces and jus range and so we’re excited to introduce this all-natural stock to the family, extending the wealth of options we afford chefs. Versatility is always top of mind when we’re developing new products, which is why we have included a dedicated recipe book to help inspire outlets into creating flavour-packed menus that work that much harder. The inclusion of only natural ingredients is a no-brainer when appealing to the sensibilities of chefs.”\r\n\r\n<strong><u>Signature Shellfish Stock Reduction</u></strong>\r\n\r\nA 1.5x reduced natural stock, ideal for seafood risottos and paellas whilst also being a great base for chef’s own shellfish sauce. The stock reduction can be combined with Essential’s Lobster Glace for a stronger flavour or mixed with the Asian Aromatic Base for a tasty alternative Asian seafood ramen.\r\n\r\nTo celebrate the launch, the Essential Cuisine chefs have created an inspirational recipe book – The Signature Collection – packed with recommendations for use. Download it now at: <a href=\"http://www.essentialcuisine.com\">www.essentialcuisine.com</a>.\r\n\r\n<strong>For more information on the Essential Cuisine range call 01606 541490, email: <a href=\"mailto:advice@essentialcuisine.com\">advice@essentialcuisine.com</a> visit: <a href=\"http://www.essentialcuisine.com\">www.essentialcuisine.com</a> or find them on Twitter: <a href=\"http://www.twitter.com/@essentialcuisin\">www.twitter.com/@essentialcuisin</a></strong>','Quality comes naturally as Essential Cuisine extends signature range','','publish','closed','open','','quality-comes-naturally-as-essential-cuisine-extends-signature-range','','','2018-07-16 10:39:12','2018-07-16 10:39:12','',0,'http://www.ontradeprogress.com/?p=2003',0,'post','',0),(2004,1,'2018-07-16 09:57:01','2018-07-16 09:57:01','','Screen Shot 2018-07-16 at 10.34.43','','inherit','closed','closed','','screen-shot-2018-07-16-at-10-34-43','','','2018-07-16 09:57:01','2018-07-16 09:57:01','',2003,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-10.34.43.png',0,'attachment','image/png',0),(2005,1,'2018-07-16 09:59:26','2018-07-16 09:59:26','<strong>The leading British manufacturer of stocks and sauces, Essential Cuisine, is updating its chef-favourite Signature Range with a sleek new look and new Shellfish Stock Reduction made with all natural ingredients. Joining an established line-up featuring natural Chicken Stock, Beef Jus, Red Wine Jus and Hollandaise sauce, the brand is confident its new look, five-strong range of stocks, sauces and jus will inspire chefs across the nation.</strong>\r\n\r\nMade from the finest natural ingredients, the new Shellfish Stock tastes and perform like kitchen-made with no quality compromise. Ready-to-use and primed for versatility, the premium flavour offers freeze-thaw stability whilst withstanding re-heating, further increasing the convenience for chefs.\r\n\r\nDelivering a truly authentic taste thanks to the first-class natural ingredients chosen by Essential Cuisine’s brigade of development chefs, Signature Shellfish is gluten-free and can be used directly from the pack. For those that want to take things further, the base can carry any number of additional ingredients, enhancing its sheer versatility.\r\n\r\n<strong>Jonathan Harvey-Barnes, Senior Business Development Chef, Essential Cuisine, comments:</strong> “Our Signature Range has established itself amongst chefs as the go-to premium, ready-to-use stock, sauces and jus range and so we’re excited to introduce this all-natural stock to the family, extending the wealth of options we afford chefs. Versatility is always top of mind when we’re developing new products, which is why we have included a dedicated recipe book to help inspire outlets into creating flavour-packed menus that work that much harder. The inclusion of only natural ingredients is a no-brainer when appealing to the sensibilities of chefs.”\r\n\r\n<strong><u>Signature Shellfish Stock Reduction</u></strong>\r\n\r\nA 1.5x reduced natural stock, ideal for seafood risottos and paellas whilst also being a great base for chef’s own shellfish sauce. The stock reduction can be combined with Essential’s Lobster Glace for a stronger flavour or mixed with the Asian Aromatic Base for a tasty alternative Asian seafood ramen.\r\n\r\nTo celebrate the launch, the Essential Cuisine chefs have created an inspirational recipe book – The Signature Collection – packed with recommendations for use. Download it now at: <a href=\"http://www.essentialcuisine.com\">www.essentialcuisine.com</a>.\r\n\r\n<strong>For more information on the Essential Cuisine range call 01606 541490, email: <a href=\"mailto:advice@essentialcuisine.com\">advice@essentialcuisine.com</a> visit: <a href=\"http://www.essentialcuisine.com\">www.essentialcuisine.com</a> or find them on Twitter: <a href=\"http://www.twitter.com/@essentialcuisin\">www.twitter.com/@essentialcuisin</a></strong>','Quality comes naturally as Essential Cuisine extends signature range','','inherit','closed','closed','','2003-revision-v1','','','2018-07-16 09:59:26','2018-07-16 09:59:26','',2003,'http://www.ontradeprogress.com/2018/07/16/2003-revision-v1/',0,'revision','',0),(2007,1,'2018-07-16 10:39:12','2018-07-16 10:39:12','<img class=\"wp-image-1376 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/05/Essential-Cuisine-logo-nostrap-1024x397.jpg\" alt=\"\" width=\"181\" height=\"70\" /><strong>The leading British manufacturer of stocks and sauces, Essential Cuisine, is updating its chef-favourite Signature Range with a sleek new look and new Shellfish Stock Reduction made with all natural ingredients.  </strong><strong>Joining an established line-up featuring natural Chicken Stock, Beef Jus, Red Wine Jus and Hollandaise sauce, the brand is confident its new look, five-strong range of stocks, sauces and jus will inspire chefs across the nation.</strong>\r\n\r\nMade from the finest natural ingredients, the new Shellfish Stock tastes and perform like kitchen-made with no quality compromise. Ready-to-use and primed for versatility, the premium flavour offers freeze-thaw stability whilst withstanding re-heating, further increasing the convenience for chefs.\r\n\r\nDelivering a truly authentic taste thanks to the first-class natural ingredients chosen by Essential Cuisine’s brigade of development chefs, Signature Shellfish is gluten-free and can be used directly from the pack. For those that want to take things further, the base can carry any number of additional ingredients, enhancing its sheer versatility.\r\n\r\n<strong>Jonathan Harvey-Barnes, Senior Business Development Chef, Essential Cuisine, comments:</strong> “Our Signature Range has established itself amongst chefs as the go-to premium, ready-to-use stock, sauces and jus range and so we’re excited to introduce this all-natural stock to the family, extending the wealth of options we afford chefs. Versatility is always top of mind when we’re developing new products, which is why we have included a dedicated recipe book to help inspire outlets into creating flavour-packed menus that work that much harder. The inclusion of only natural ingredients is a no-brainer when appealing to the sensibilities of chefs.”\r\n\r\n<strong><u>Signature Shellfish Stock Reduction</u></strong>\r\n\r\nA 1.5x reduced natural stock, ideal for seafood risottos and paellas whilst also being a great base for chef’s own shellfish sauce. The stock reduction can be combined with Essential’s Lobster Glace for a stronger flavour or mixed with the Asian Aromatic Base for a tasty alternative Asian seafood ramen.\r\n\r\nTo celebrate the launch, the Essential Cuisine chefs have created an inspirational recipe book – The Signature Collection – packed with recommendations for use. Download it now at: <a href=\"http://www.essentialcuisine.com\">www.essentialcuisine.com</a>.\r\n\r\n<strong>For more information on the Essential Cuisine range call 01606 541490, email: <a href=\"mailto:advice@essentialcuisine.com\">advice@essentialcuisine.com</a> visit: <a href=\"http://www.essentialcuisine.com\">www.essentialcuisine.com</a> or find them on Twitter: <a href=\"http://www.twitter.com/@essentialcuisin\">www.twitter.com/@essentialcuisin</a></strong>','Quality comes naturally as Essential Cuisine extends signature range','','inherit','closed','closed','','2003-revision-v1','','','2018-07-16 10:39:12','2018-07-16 10:39:12','',2003,'http://www.ontradeprogress.com/2018/07/16/2003-revision-v1/',0,'revision','',0),(2008,1,'2018-07-16 12:05:24','2018-07-16 12:05:24','<strong>With the world going gin crazy, Morgenrot has strengthened its indomitable Spanish drinks selection with a five-strong range of high-class gins from Granada, the Canary Islands and Catalonia.</strong>\r\n\r\nWith the Spanish one of the top gin consuming countries in the world (per person) and very passionate in their belief that they make the best version of the drink, the new Spanish gin range is available immediately to the On and Off-trade.\r\n\r\n<strong>Morgenrot’s Sales Director Graham Archibald said:</strong> “You can’t go to a pub, restaurant, bar or event without seeing creative gin menus and cocktails – the trend has become colossal and is showing no signs of slowing down.  Spain has a long heritage with gin and it’s always been a go-to drink so we’re looking forward to showcasing exactly how the different region’s and islands of Spain bring this drink to life. If the Spanish serve was good enough for Orwell and Hemingway when they spent time over there, then we think the UK consumers will more than appreciate it.”\r\n\r\nThe new gin offering is made up of the following:\r\n\r\n<b>Gin Volcànic</b>\r\n\r\nAn original and unique gin paying homage to the region of Garrotxa in the Catalan province of Girona in Spain, known for the huge natural park that is home to many extinct volcanos. The gin is triple distilled using volcanic stones to eliminate the build-up of steam and foam in the distillation process and utilises the region’s pure water.  The botanicals are provided by Ratafia Russet, who were founded in 1903.  These elements provide the gin with its identity and have helped it win silver in the World Spirits Competition recently held in San Francisco. ABV: 42%\r\n\r\n<b>Carnation Gin, Granada</b>\r\n\r\nThe El Clavel brand was founded in 1896 in Cazalla de la Sierra, a whitewashed village nestled among holm and cork oaks in the heart of Sierra Norte in Seville. In 2016 after a laborious search and selection, the brand launched the CARNATION gin – a premium London dry type-gin, produced using traditional distillation methods.   Clear, medium-bodied, soft and silky on the palate, with good harmonisation between alcohol and botanicals, which are predominantly citrus fruits in Andalusia.\r\n\r\nThe brand uses whole wheat, natural and without genetic manipulation and is distilled in the food mecca of Granada, near Sierra Nevada, using a double distillation process with juniper berries, coriander, angelica root, infusion of tea, orange and lemon peel, and water from the Cazalla region. ABV: 42%\r\n\r\n<b>Sorel Barcelona</b>\r\n\r\nBorn in 1875, this gin pays homage to these early years with the original recipe for our first ever dry gin recovered and brought back to life.  The Sorel Gin is based on a high-quality grain alcohol with notes of juniper taking on a leading role, giving it a dry and aromatic flavour. ABV: 37.5%\r\n\r\n<b>Level Gin</b>\r\n\r\nLevel Gin is produced by Teichenne, S.A., a family company based near Barcelona, dedicated to the production of liqueurs, spirits and derivatives. It was founded in 1956 by the grandfather of the present Manager Marc Teichenné. Level Gin is a triple distilled, multi-award winning gin made from wheat alcohol in which juniper is macerated and distilled in combination with different botanicals, principally cardamom, orange blossom and grapefruit. Highly aromatic with the plentiful floral aromas, combining perfectly with juniper, the name ‘Level’ was chosen to reflect the perfect balance and neutrality of the Gin making it great with a combination of garnishes from orange and lemon to strawberry. ABV: 44%\r\n\r\n<b>Macaronesian White Gin Canary Islands</b>\r\n\r\nProduced in the Canary Island using naturally occurring Macaronesian botanicals and water filtered through local volcanic rocks, this unique Genever styled-gin is fresh, delicate and perfectly at home when served simply over ice with tonic and lots of lemons.  Packaged in a classic ceramic bottle, composed of organic materials, botanicals used in the gin include juniper, cardamom, angelica, liquorice, lemon peel and orange peel. ABV: 40%\r\n\r\n<strong> </strong><strong>About Morgenrot</strong>\r\n\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Quilmes, Windhoek Tucumen, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. With a core specialism in Spain, Morgenrot now has the finest range of Catalan, Basque and Spanish craft beers alongside the country’s on-trend wines, sherries, sidra and water.\r\n\r\nFor more information or to stock any of the new gins, contact Morgenrot on (0845) 070 4310, email <u><a href=\"mailto:enquiries@morgenrot.co.uk\">enquiries@morgenrot.co.uk</a></u> or follow on Twitter @Morgenrot_Group.','Five Strong Range of Spanish Gins Just the Tonic For Morgenrot','','publish','closed','open','','five-strong-range-of-spanish-gins-just-the-tonic-for-morgenrot','','','2018-07-16 12:05:24','2018-07-16 12:05:24','',0,'http://www.ontradeprogress.com/?p=2008',0,'post','',0),(2009,1,'2018-07-16 11:57:46','2018-07-16 11:57:46','','Screen Shot 2018-07-16 at 11.40.10','','inherit','closed','closed','','screen-shot-2018-07-16-at-11-40-10','','','2018-07-16 11:57:46','2018-07-16 11:57:46','',2008,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-11.40.10.png',0,'attachment','image/png',0),(2010,1,'2018-07-16 12:05:24','2018-07-16 12:05:24','<strong>With the world going gin crazy, Morgenrot has strengthened its indomitable Spanish drinks selection with a five-strong range of high-class gins from Granada, the Canary Islands and Catalonia.</strong>\r\n\r\nWith the Spanish one of the top gin consuming countries in the world (per person) and very passionate in their belief that they make the best version of the drink, the new Spanish gin range is available immediately to the On and Off-trade.\r\n\r\n<strong>Morgenrot’s Sales Director Graham Archibald said:</strong> “You can’t go to a pub, restaurant, bar or event without seeing creative gin menus and cocktails – the trend has become colossal and is showing no signs of slowing down.  Spain has a long heritage with gin and it’s always been a go-to drink so we’re looking forward to showcasing exactly how the different region’s and islands of Spain bring this drink to life. If the Spanish serve was good enough for Orwell and Hemingway when they spent time over there, then we think the UK consumers will more than appreciate it.”\r\n\r\nThe new gin offering is made up of the following:\r\n\r\n<b>Gin Volcànic</b>\r\n\r\nAn original and unique gin paying homage to the region of Garrotxa in the Catalan province of Girona in Spain, known for the huge natural park that is home to many extinct volcanos. The gin is triple distilled using volcanic stones to eliminate the build-up of steam and foam in the distillation process and utilises the region’s pure water.  The botanicals are provided by Ratafia Russet, who were founded in 1903.  These elements provide the gin with its identity and have helped it win silver in the World Spirits Competition recently held in San Francisco. ABV: 42%\r\n\r\n<b>Carnation Gin, Granada</b>\r\n\r\nThe El Clavel brand was founded in 1896 in Cazalla de la Sierra, a whitewashed village nestled among holm and cork oaks in the heart of Sierra Norte in Seville. In 2016 after a laborious search and selection, the brand launched the CARNATION gin – a premium London dry type-gin, produced using traditional distillation methods.   Clear, medium-bodied, soft and silky on the palate, with good harmonisation between alcohol and botanicals, which are predominantly citrus fruits in Andalusia.\r\n\r\nThe brand uses whole wheat, natural and without genetic manipulation and is distilled in the food mecca of Granada, near Sierra Nevada, using a double distillation process with juniper berries, coriander, angelica root, infusion of tea, orange and lemon peel, and water from the Cazalla region. ABV: 42%\r\n\r\n<b>Sorel Barcelona</b>\r\n\r\nBorn in 1875, this gin pays homage to these early years with the original recipe for our first ever dry gin recovered and brought back to life.  The Sorel Gin is based on a high-quality grain alcohol with notes of juniper taking on a leading role, giving it a dry and aromatic flavour. ABV: 37.5%\r\n\r\n<b>Level Gin</b>\r\n\r\nLevel Gin is produced by Teichenne, S.A., a family company based near Barcelona, dedicated to the production of liqueurs, spirits and derivatives. It was founded in 1956 by the grandfather of the present Manager Marc Teichenné. Level Gin is a triple distilled, multi-award winning gin made from wheat alcohol in which juniper is macerated and distilled in combination with different botanicals, principally cardamom, orange blossom and grapefruit. Highly aromatic with the plentiful floral aromas, combining perfectly with juniper, the name ‘Level’ was chosen to reflect the perfect balance and neutrality of the Gin making it great with a combination of garnishes from orange and lemon to strawberry. ABV: 44%\r\n\r\n<b>Macaronesian White Gin Canary Islands</b>\r\n\r\nProduced in the Canary Island using naturally occurring Macaronesian botanicals and water filtered through local volcanic rocks, this unique Genever styled-gin is fresh, delicate and perfectly at home when served simply over ice with tonic and lots of lemons.  Packaged in a classic ceramic bottle, composed of organic materials, botanicals used in the gin include juniper, cardamom, angelica, liquorice, lemon peel and orange peel. ABV: 40%\r\n\r\n<strong> </strong><strong>About Morgenrot</strong>\r\n\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Quilmes, Windhoek Tucumen, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. With a core specialism in Spain, Morgenrot now has the finest range of Catalan, Basque and Spanish craft beers alongside the country’s on-trend wines, sherries, sidra and water.\r\n\r\nFor more information or to stock any of the new gins, contact Morgenrot on (0845) 070 4310, email <u><a href=\"mailto:enquiries@morgenrot.co.uk\">enquiries@morgenrot.co.uk</a></u> or follow on Twitter @Morgenrot_Group.','Five Strong Range of Spanish Gins Just the Tonic For Morgenrot','','inherit','closed','closed','','2008-revision-v1','','','2018-07-16 12:05:24','2018-07-16 12:05:24','',2008,'http://www.ontradeprogress.com/2018/07/16/2008-revision-v1/',0,'revision','',0),(2011,1,'2018-07-16 12:27:33','2018-07-16 12:27:33','<strong>At the third and final UK Hospitality Commission evidence session politicians heard from apprentices from The Ritz and Park Plaza, training providers and operators about the importance of skills-based learning.</strong>\r\n\r\nWitnesses highlighted the great strides British hospitality has taken over the past 25 years and called on MPs to champion the industry to help recruit new talent and tackle the negative perception the industry faces. Apprentices emphasised the importance of skills-based training in the industry with Michael Chambers, a Commis Chef Apprentice from Park Plaza Hotels commenting that “a CV doesn’t help you cut an onion”.\r\n\r\nPoliticians heard from Sandra Kelly, Head of Education at Whitbread, Jill Whittaker Managing Director of HIT Training, Antony Pender Founder and Director of Yummy Pub Co, Sam Coulstock Business Relations Director at Umbrella Training and apprentices <a href=\"applewebdata://39BBD859-3ED1-46D5-977E-75FE922CE155\" name=\"_Hlk519153950\"></a>Henry Layton from The Ritz and Oliver Hawkins and Michael Chambers, Commis Chief Apprentice from the Park Plaza Hotels.\r\n\r\nWitnesses discussed how the Apprenticeship Levy has effected hospitality businesses with SMEs, such as Yummy Pub Co, being negatively impacted. Witnesses called for the Apprenticeship Levy transfer fund cap to be expanded from 10% to 50% to help support SMEs, which make up of 90% of the hospitality industry.  Other topics discussed including the importance of careers advice and the need to communicate the new T-Level, and its three month industry placement, to SMEs.   <strong> </strong>\r\n\r\nChair of the third and final evidence session, and Co-Chair of the APPG for Education and Skills Nic Dakin MP said: “It was brilliant to hear from people across the hospitality industry and to learn about the challenges and opportunities the sector faces. With brilliant ambassadors such as the apprentices we heard from yesterday I’m confident that the industry will continue to thrive and grow with a new generation of British talent.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The Commission has heard from a number of speakers from across the industry and I’m looking forward to publishing the report in September.\r\n\r\n“Yesterday’s session highlights that hospitality businesses are facing a potentially very costly skills shortage and employers need support in order ensure that vacancies are filled. Recent industry reports showed that the sector would need an additional 11,000 chefs before 2020 and that almost 1 million new staff members would be needed by 2022. Clearly, businesses are going to need significant support in filling these gaps so it is important that the catering T-Level comes in as soon as possible.”\r\n\r\nThe Commission, led by UKHospitality, aims to promote understanding of the importance and potential of the UK’s hospitality sector and brings together a wide range of hospitality employers and All-Party Parliamentary Groups, along with other stakeholders, industry bodies and authorities, to deliver an employment foundation for the sector.\r\n\r\nThis was the final session of the Commission. UK Hospitality will review the written and oral evidence and aim to publish a report with recommendations to the government, industry and education providers in September 2018.','Apprentices speak up for hospitality industry','','publish','closed','open','','apprentices-speak-up-for-hospitality-industry','','','2018-07-16 12:27:33','2018-07-16 12:27:33','',0,'http://www.ontradeprogress.com/?p=2011',0,'post','',0),(2012,1,'2018-07-16 12:27:33','2018-07-16 12:27:33','<strong>At the third and final UK Hospitality Commission evidence session politicians heard from apprentices from The Ritz and Park Plaza, training providers and operators about the importance of skills-based learning.</strong>\r\n\r\nWitnesses highlighted the great strides British hospitality has taken over the past 25 years and called on MPs to champion the industry to help recruit new talent and tackle the negative perception the industry faces. Apprentices emphasised the importance of skills-based training in the industry with Michael Chambers, a Commis Chef Apprentice from Park Plaza Hotels commenting that “a CV doesn’t help you cut an onion”.\r\n\r\nPoliticians heard from Sandra Kelly, Head of Education at Whitbread, Jill Whittaker Managing Director of HIT Training, Antony Pender Founder and Director of Yummy Pub Co, Sam Coulstock Business Relations Director at Umbrella Training and apprentices <a href=\"applewebdata://39BBD859-3ED1-46D5-977E-75FE922CE155\" name=\"_Hlk519153950\"></a>Henry Layton from The Ritz and Oliver Hawkins and Michael Chambers, Commis Chief Apprentice from the Park Plaza Hotels.\r\n\r\nWitnesses discussed how the Apprenticeship Levy has effected hospitality businesses with SMEs, such as Yummy Pub Co, being negatively impacted. Witnesses called for the Apprenticeship Levy transfer fund cap to be expanded from 10% to 50% to help support SMEs, which make up of 90% of the hospitality industry.  Other topics discussed including the importance of careers advice and the need to communicate the new T-Level, and its three month industry placement, to SMEs.   <strong> </strong>\r\n\r\nChair of the third and final evidence session, and Co-Chair of the APPG for Education and Skills Nic Dakin MP said: “It was brilliant to hear from people across the hospitality industry and to learn about the challenges and opportunities the sector faces. With brilliant ambassadors such as the apprentices we heard from yesterday I’m confident that the industry will continue to thrive and grow with a new generation of British talent.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The Commission has heard from a number of speakers from across the industry and I’m looking forward to publishing the report in September.\r\n\r\n“Yesterday’s session highlights that hospitality businesses are facing a potentially very costly skills shortage and employers need support in order ensure that vacancies are filled. Recent industry reports showed that the sector would need an additional 11,000 chefs before 2020 and that almost 1 million new staff members would be needed by 2022. Clearly, businesses are going to need significant support in filling these gaps so it is important that the catering T-Level comes in as soon as possible.”\r\n\r\nThe Commission, led by UKHospitality, aims to promote understanding of the importance and potential of the UK’s hospitality sector and brings together a wide range of hospitality employers and All-Party Parliamentary Groups, along with other stakeholders, industry bodies and authorities, to deliver an employment foundation for the sector.\r\n\r\nThis was the final session of the Commission. UK Hospitality will review the written and oral evidence and aim to publish a report with recommendations to the government, industry and education providers in September 2018.','Apprentices speak up for hospitality industry','','inherit','closed','closed','','2011-revision-v1','','','2018-07-16 12:27:33','2018-07-16 12:27:33','',2011,'http://www.ontradeprogress.com/2018/07/16/2011-revision-v1/',0,'revision','',0),(2013,1,'2018-07-16 13:20:45','2018-07-16 13:20:45','<img class=\" wp-image-2014 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.09.33.png\" alt=\"\" width=\"176\" height=\"125\" /><strong>Pub operator and brewer Brakspear is today reopening the doors of the Frogmill near Cheltenham – the biggest project in its 240-year history.</strong>\r\n\r\nThe 16t<sup>th</sup> century inn in Shipton Oliffe, near Andoversfold, Gloucestershire, is now Brakspear’s biggest managed site and comprises a 100-cover restaurant, bar, 28 boutique bedrooms and wedding and conference facilities for up to 150 guests, all housed within extensive grounds.\r\n\r\nBrakspear purchased the Grade II listed Frogmill in December 2015 and the inn has been given an extensive eight-month redevelopment, including creating a bar at the heart of the site in a former cellar space and transforming the inn’s former bar area into a cosy snug with open fire.\r\n\r\nThe redesign has retained many of the building’s original features including fireplaces, flagstone floors, exposed beams and a wisteria-covered stone pergola and watermill in the grounds.\r\n\r\nThe Frogmill’s new-look restaurant area has been extended with a spacious open plan layout. The inn will offer all-day dining with seasonally changing breakfast, lunch, dinner and Sunday menus, as well as daily specials and a speedy ‘working lunch’ midweek menu. A Josper oven and American smoker are at the core of the state-of-the-art kitchen.\r\n\r\nThe kitchen team is being led by head chef Jonathon Pons, formerly of the award-winning Feathered Nest in Nether Westcote, Oxfordshire and Cheltenham’s Ellenborough Park. He will work with Brakspear’s executive chef Arthur Knights to develop menus which showcase the best in fresh, seasonal produce.\r\n\r\nThe Frogmill’s boutique bedrooms have been designed to offer style and comfort, with Feather &amp; Black beds and statement wallpapers from William Morris and Zoffany.\r\n\r\nThe refurbished wedding and events space features a minstrel gallery complete with traditional imported French balustrading; ideal for wedding photographs. Outside, the extensive dog-friendly grounds include a dining terrace and boules court and a large lawned area where younger guests can play.\r\n\r\nBrakspear chief executive Tom Davies said: “The redevelopment of the Frogmill has been an extensive project, which has seen our biggest investment in a site to date. We are really excited about the potential of this fantastic inn.”\r\n\r\nHe adds: “I’m really proud of what we have achieved in terms of the look and feel of the Frogmill and its food, drink and accommodation. We have a great track record of running successful, award-winning pubs and have a strong infrastructure and great team in place to enable us to replicate our success at this larger, more complex site.”\r\n\r\nThe Frogmill takes Brakspear’s managed estate to 12 sites. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east. Eight sites – including the Frogmill – currently offer accommodation, with a total of just over 100 rooms.\r\n\r\nFor more information on The Frogmill visit <strong>www.thefrogmillshipton.co.uk</strong>. For more information on Brakspear visit <strong><a href=\"http://www.brakspear.co.uk\">www.brakspear.co.uk</a></strong><strong>.</strong>','Brakspear opens doors to new flagship managed site in Cotswolds','','publish','closed','open','','brakspear-opens-doors-to-new-flagship-managed-site-in-cotswolds','','','2018-07-16 13:20:45','2018-07-16 13:20:45','',0,'http://www.ontradeprogress.com/?p=2013',0,'post','',0),(2014,1,'2018-07-16 13:10:01','2018-07-16 13:10:01','','Screen Shot 2018-07-16 at 14.09.33','','inherit','closed','closed','','screen-shot-2018-07-16-at-14-09-33','','','2018-07-16 13:10:01','2018-07-16 13:10:01','',2013,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.09.33.png',0,'attachment','image/png',0),(2015,1,'2018-07-16 13:15:57','2018-07-16 13:15:57','','Screen Shot 2018-07-16 at 14.02.28','','inherit','closed','closed','','screen-shot-2018-07-16-at-14-02-28','','','2018-07-16 13:15:57','2018-07-16 13:15:57','',2013,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.02.28.png',0,'attachment','image/png',0),(2016,1,'2018-07-16 13:20:02','2018-07-16 13:20:02','<img class=\" wp-image-2014 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.09.33.png\" alt=\"\" width=\"176\" height=\"125\" /><strong>Pub operator and brewer Brakspear is today reopening the doors of the Frogmill near Cheltenham – the biggest project in its 240-year history.</strong>\r\n\r\nThe 16t<sup>th</sup> century inn in Shipton Oliffe, near Andoversfold, Gloucestershire, is now Brakspear’s biggest managed site and comprises a 100-cover restaurant, bar, 28 boutique bedrooms and wedding and conference facilities for up to 150 guests, all housed within extensive grounds.\r\n\r\nBrakspear purchased the Grade II listed Frogmill in December 2015 and the inn has been given an extensive eight-month redevelopment, including creating a bar at the heart of the site in a former cellar space and transforming the inn’s former bar area into a cosy snug with open fire.\r\n\r\nThe redesign has retained many of the building’s original features including fireplaces, flagstone floors, exposed beams and a wisteria-covered stone pergola and watermill in the grounds.\r\n\r\nThe Frogmill’s new-look restaurant area has been extended with a spacious open plan layout. The inn will offer all-day dining with seasonally changing breakfast, lunch, dinner and Sunday menus, as well as daily specials and a speedy ‘working lunch’ midweek menu. A Josper oven and American smoker are at the core of the state-of-the-art kitchen.\r\n\r\nThe kitchen team is being led by head chef Jonathon Pons, formerly of the award-winning Feathered Nest in Nether Westcote, Oxfordshire and Cheltenham’s Ellenborough Park. He will work with Brakspear’s executive chef Arthur Knights to develop menus which showcase the best in fresh, seasonal produce.\r\n\r\nThe Frogmill’s boutique bedrooms have been designed to offer style and comfort, with Feather &amp; Black beds and statement wallpapers from William Morris and Zoffany.\r\n\r\nThe refurbished wedding and events space features a minstrel gallery complete with traditional imported French balustrading; ideal for wedding photographs. Outside, the extensive dog-friendly grounds include a dining terrace and boules court and a large lawned area where younger guests can play.\r\n\r\nBrakspear chief executive Tom Davies said: “The redevelopment of the Frogmill has been an extensive project, which has seen our biggest investment in a site to date. We are really excited about the potential of this fantastic inn.”\r\n\r\nHe adds: “I’m really proud of what we have achieved in terms of the look and feel of the Frogmill and its food, drink and accommodation. We have a great track record of running successful, award-winning pubs and have a strong infrastructure and great team in place to enable us to replicate our success at this larger, more complex site.”\r\n\r\nThe Frogmill takes Brakspear’s managed estate to 12 sites. The division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east. Eight sites – including the Frogmill – currently offer accommodation, with a total of just over 100 rooms.\r\n\r\nFor more information on The Frogmill visit <strong>www.thefrogmillshipton.co.uk</strong>. For more information on Brakspear visit <strong><a href=\"http://www.brakspear.co.uk\">www.brakspear.co.uk</a></strong><strong>.</strong>','Brakspear opens doors to new flagship managed site in Cotswolds','','inherit','closed','closed','','2013-revision-v1','','','2018-07-16 13:20:02','2018-07-16 13:20:02','',2013,'http://www.ontradeprogress.com/2018/07/16/2013-revision-v1/',0,'revision','',0),(2017,1,'2018-07-16 14:14:44','2018-07-16 14:14:44','<strong>Pantheon has reported a significant rise in sales on its VPM vegetable preparation machine in the first few months of 2018. With continued growth in the demand for vegetarian and vegan food and with an increasing focus on healthy eating, vegetables are becoming ever more prominent on British menus.</strong>\r\n\r\nFresh is, undoubtedly, best so investing in a good vegetable preparation machine can reap many benefits in terms of cost effectiveness and time saving, allowing chefs time to create innovative dishes.\r\n\r\nPantheon’s VPM veg prep machine is built to withstand heavy use. Its all metal hopper and base will effortlessly chip, julienne, dice, slice, shred and grate a wide variety of fruits and vegetables and will also turn its hand to softer items like bread, cheese and chocolate. It has a powerful, 500W motor which cuts out instantly when the machine is opened and, to provide additional stability, the unit comes with sturdy rubber feet that grip the countertop.\r\n\r\nThe plug in unit comes complete with 5 easy to change discs (a 2mm &amp; 4mm slicer &amp; 3 graters) and a wide selection of additional julienning, dicing, chipping, grating and slicing discs are also available.\r\n\r\nThe VPM is exceptionally simple to operate and also very easy to clean as every part of the body is readily accessible whilst the discs are dishwasher proof.\r\n\r\nList price is just £1295.00.','Pantheon reports sales increase on veg prep machines','','publish','closed','open','','pantheon-reports-sales-increase-on-veg-prep-machines','','','2018-07-16 14:18:54','2018-07-16 14:18:54','',0,'http://www.ontradeprogress.com/?p=2017',0,'post','',0),(2018,1,'2018-07-16 14:14:21','2018-07-16 14:14:21','','Screen Shot 2018-07-16 at 14.43.55','','inherit','closed','closed','','screen-shot-2018-07-16-at-14-43-55','','','2018-07-16 14:14:21','2018-07-16 14:14:21','',2017,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-14.43.55.png',0,'attachment','image/png',0),(2019,1,'2018-07-16 14:14:44','2018-07-16 14:14:44','<strong>Pantheon has reported a significant rise in sales on its VPM vegetable preparation machine in the first few months of 2018. With continued growth in the demand for vegetarian and vegan food and with an increasing focus on healthy eating, vegetables are becoming ever more prominent on British menus.</strong>\r\n\r\nFresh is, undoubtedly, best so investing in a good vegetable preparation machine can reap many benefits in terms of cost effectiveness and time saving, allowing chefs time to create innovative dishes.\r\n\r\nPantheon’s VPM veg prep machine is built to withstand heavy use. Its all metal hopper and base will effortlessly chip, julienne, dice, slice, shred and grate a wide variety of fruits and vegetables and will also turn its hand to softer items like bread, cheese and chocolate. It has a powerful, 500W motor which cuts out instantly when the machine is opened and, to provide additional stability, the unit comes with sturdy rubber feet that grip the countertop.\r\n\r\nThe plug in unit comes complete with 5 easy to change discs (a 2mm &amp; 4mm slicer &amp; 3 graters) and a wide selection of additional julienning, dicing, chipping, grating and slicing discs are also available.\r\n\r\nThe VPM is exceptionally simple to operate and also very easy to clean as every part of the body is readily accessible whilst the discs are dishwasher proof.\r\n\r\nList price is just £1295.00.','Pantheon reports sales increase on veg prep machines','','inherit','closed','closed','','2017-revision-v1','','','2018-07-16 14:14:44','2018-07-16 14:14:44','',2017,'http://www.ontradeprogress.com/2018/07/16/2017-revision-v1/',0,'revision','',0),(2020,1,'2018-07-16 14:38:49','2018-07-16 14:38:49','<strong>Falcon has expanded its popular F900 cookline series with the launch of a new electric fryer that offers fast heat up times and is available in four different variations. As with other F900 models, the fryer not only delivers in terms of function and performance, it is also very well presented. Clean lines and an eye-catching design make it equally suited for traditional kitchens, open plan kitchens or servery areas. It also features Falcon’s patented Dynamic Link System (DLS), allowing it to be suited with other F900 appliances.</strong>\r\n\r\nThe fryer, model number E9342, has two 7.5 litre pans, each with their own controls. The two 7.5kW elements give rapid heat up times of just four minutes, from cold to frying.\r\n\r\nShaune Hall, Falcon’s Product Development Chef commented “The E9342 is designed as a complimentary fryer, ideal for producing individual portions or small batches of fried foods. The two independently-controlled pans give extra flexibility, allowing chefs to fry different products simultaneously, at different temperatures – each fryer having a range of 130-185°C. The individual pans also help chefs cater for customers’ specific dietary requirements, which is a key requirement these days.”\r\n\r\nEnergy saving and sustainability are integral to the F900 design. The new fryers feature an Eco setting that reduces power consumption during pre-heating and can additionally be used as a fat-melt mode. The powerful elements save energy by quickly recovering temperature when fresh food is loaded – this also ensures excellent food quality. Having two independent pans in quiet times means one can be turned off, reducing running costs. Pans can be drained individually, therefore if the oil in one pan is still in good condition, it needn’t be wasted. Each pan has a fast-acting safety thermostat to switch the fryer off if oil gets too hot, again protecting oil quality and lengthening its life, while contributing to safety in the workplace.\r\n\r\nThe E9342 is designed to lighten the workload.  For example, the elements rotate to provide access for cleaning. The four different models give a choice of drainage and filtration options – in all cases draining is simple and the supplied drainage bucket comes with a mesh and basket to filter out cooking debris. The top of the range E9342F2 has a dedicated, integral oil filtration systems for each pan – this makes oil filtering quick and simple, improves food quality and cuts running costs by maximising oil life. It also minimises the risk of oil cross contamination, a must when catering for specific dietary requirements.\r\n\r\nAll the F900 E9432 models are supplied with fryplates, baskets and lids as standard. The fryers can be used as standalone models or as part of a suited cookline, thanks to the DLS linking system. The DLS uses a patented bracket that links appliances quickly, easily and so closely that the join is virtually seamless, giving the appearance and hygiene benefits of a single top.\r\n\r\nThe four variations are:\r\n\r\nE9342 – no filtration, single drain bucket\r\n\r\nE9342B2 – no filtration, two drain buckets\r\n\r\nE9342F – built in filtration, single drain bucket\r\n\r\nE9342F2 – built in filtration for each pan, two drain buckets\r\n\r\nThe E9432 fryers have list prices starting from £5,500 and are backed by a 12 month warranty. They are available from Falcon distributors.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Falcon’s new electric fryer is fast, energy efficiency and good looking','','publish','closed','open','','falcons-new-electric-fryer-is-fast-energy-efficiency-and-good-looking','','','2018-07-16 14:38:49','2018-07-16 14:38:49','',0,'http://www.ontradeprogress.com/?p=2020',0,'post','',0),(2021,1,'2018-07-16 14:36:07','2018-07-16 14:36:07','','Screen Shot 2018-07-16 at 15.28.48','','inherit','closed','closed','','screen-shot-2018-07-16-at-15-28-48','','','2018-07-16 14:36:07','2018-07-16 14:36:07','',2020,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-16-at-15.28.48.png',0,'attachment','image/png',0),(2022,1,'2018-07-16 14:38:49','2018-07-16 14:38:49','<strong>Falcon has expanded its popular F900 cookline series with the launch of a new electric fryer that offers fast heat up times and is available in four different variations. As with other F900 models, the fryer not only delivers in terms of function and performance, it is also very well presented. Clean lines and an eye-catching design make it equally suited for traditional kitchens, open plan kitchens or servery areas. It also features Falcon’s patented Dynamic Link System (DLS), allowing it to be suited with other F900 appliances.</strong>\r\n\r\nThe fryer, model number E9342, has two 7.5 litre pans, each with their own controls. The two 7.5kW elements give rapid heat up times of just four minutes, from cold to frying.\r\n\r\nShaune Hall, Falcon’s Product Development Chef commented “The E9342 is designed as a complimentary fryer, ideal for producing individual portions or small batches of fried foods. The two independently-controlled pans give extra flexibility, allowing chefs to fry different products simultaneously, at different temperatures – each fryer having a range of 130-185°C. The individual pans also help chefs cater for customers’ specific dietary requirements, which is a key requirement these days.”\r\n\r\nEnergy saving and sustainability are integral to the F900 design. The new fryers feature an Eco setting that reduces power consumption during pre-heating and can additionally be used as a fat-melt mode. The powerful elements save energy by quickly recovering temperature when fresh food is loaded – this also ensures excellent food quality. Having two independent pans in quiet times means one can be turned off, reducing running costs. Pans can be drained individually, therefore if the oil in one pan is still in good condition, it needn’t be wasted. Each pan has a fast-acting safety thermostat to switch the fryer off if oil gets too hot, again protecting oil quality and lengthening its life, while contributing to safety in the workplace.\r\n\r\nThe E9342 is designed to lighten the workload.  For example, the elements rotate to provide access for cleaning. The four different models give a choice of drainage and filtration options – in all cases draining is simple and the supplied drainage bucket comes with a mesh and basket to filter out cooking debris. The top of the range E9342F2 has a dedicated, integral oil filtration systems for each pan – this makes oil filtering quick and simple, improves food quality and cuts running costs by maximising oil life. It also minimises the risk of oil cross contamination, a must when catering for specific dietary requirements.\r\n\r\nAll the F900 E9432 models are supplied with fryplates, baskets and lids as standard. The fryers can be used as standalone models or as part of a suited cookline, thanks to the DLS linking system. The DLS uses a patented bracket that links appliances quickly, easily and so closely that the join is virtually seamless, giving the appearance and hygiene benefits of a single top.\r\n\r\nThe four variations are:\r\n\r\nE9342 – no filtration, single drain bucket\r\n\r\nE9342B2 – no filtration, two drain buckets\r\n\r\nE9342F – built in filtration, single drain bucket\r\n\r\nE9342F2 – built in filtration for each pan, two drain buckets\r\n\r\nThe E9432 fryers have list prices starting from £5,500 and are backed by a 12 month warranty. They are available from Falcon distributors.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','Falcon’s new electric fryer is fast, energy efficiency and good looking','','inherit','closed','closed','','2020-revision-v1','','','2018-07-16 14:38:49','2018-07-16 14:38:49','',2020,'http://www.ontradeprogress.com/2018/07/16/2020-revision-v1/',0,'revision','',0),(2023,1,'2018-07-16 14:50:06','2018-07-16 14:50:06','<strong>UKHospitality has welcomed the </strong><strong>Government’s acknowledgement of the importance and prioritisation of the food and drinks industry in its Brexit White Paper, published today. </strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “We are pleased that the Government has recognised the value of the food and drink sector. We are also pleased that there appears to be no major deviation from previously stated positions, particularly the ability EU citizens to be able to work in the UK.\r\n\r\n“It is vitally important that there is no friction in trade with the EU, and that goods - food specifically - is able to be traded to suit the Just In Time method that many hospitality businesses will need. It’s reassuring to see the Government acknowledging the need for such smooth UK-EU trade.\r\n\r\n“UKHospitality will continue to be in near-constant dialogue with the Government, to promote the interests of the hospitality sector and ensure that businesses are not disadvantaged by Brexit. We also await the forthcoming report by the Migration Advisory Committee and will be liaising with the MAC to ensure that the sector has access to the talent it needs.”','UKHospitality welcomes acknowledgement of sector value in White Paper','','publish','closed','open','','ukhospitality-welcomes-acknowledgement-of-sector-value-in-white-paper','','','2018-07-16 14:50:06','2018-07-16 14:50:06','',0,'http://www.ontradeprogress.com/?p=2023',0,'post','',0),(2024,1,'2018-07-16 14:50:06','2018-07-16 14:50:06','<strong>UKHospitality has welcomed the </strong><strong>Government’s acknowledgement of the importance and prioritisation of the food and drinks industry in its Brexit White Paper, published today. </strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “We are pleased that the Government has recognised the value of the food and drink sector. We are also pleased that there appears to be no major deviation from previously stated positions, particularly the ability EU citizens to be able to work in the UK.\r\n\r\n“It is vitally important that there is no friction in trade with the EU, and that goods - food specifically - is able to be traded to suit the Just In Time method that many hospitality businesses will need. It’s reassuring to see the Government acknowledging the need for such smooth UK-EU trade.\r\n\r\n“UKHospitality will continue to be in near-constant dialogue with the Government, to promote the interests of the hospitality sector and ensure that businesses are not disadvantaged by Brexit. We also await the forthcoming report by the Migration Advisory Committee and will be liaising with the MAC to ensure that the sector has access to the talent it needs.”','UKHospitality welcomes acknowledgement of sector value in White Paper','','inherit','closed','closed','','2023-revision-v1','','','2018-07-16 14:50:06','2018-07-16 14:50:06','',2023,'http://www.ontradeprogress.com/2018/07/16/2023-revision-v1/',0,'revision','',0),(2025,1,'2018-07-17 08:14:49','2018-07-17 08:14:49','<strong>A long-standing and successful partnership between pioneering waste management company, ACM Environmental plc and Brakes, leading grocery and fresh food supplier to the foodservice industry has been rewarded with a superb victory at this year’s National Recycling Awards.</strong>\r\n\r\nBeating off some extremely strong competition, ACM and Brakes were victorious in the Waste Reduction Initiative – Commercial category and were highly praised by the judging panel, which said “Our judges said the winners have done something different, thought outside the box, put clear processes in place and taken the business to the next level.”\r\n\r\nTravis Way, Operations Director at ACM Environmental said: “We are delighted that the hard work we have undertaken with Brakes has paid off and been recognised by such a prestigious Awards.\r\n\r\nWe have worked in partnership with Brakes to help implement an environmentally-sound waste management strategy and to see them achieve such impressive results is extremely gratifying.”\r\n\r\nBarrie Nash, UK Environmental Manager, Brakes said: “Ensuring that we minimise our impact on the environment is one of Brakes’ key sustainability pillars. We want to play our part in protecting the planet and our partnership with ACM is about looking for innovative solutions that help us achieve that. We’re delighted that the judges have recognised the procedures we’ve put in place.”\r\n\r\nWith 19 targeted categories, the awards cover every aspect of the recycling and waste management industry, from Food Waste Initiative to Recycling Excellence.\r\n\r\nThe MRW National Recycling Awards 2018 aims to recognise and celebrate best practice and innovation in recycling and waste management. The awards provide industry recognition and unrivalled networking opportunities.\r\n\r\nAndrea Lockerbie, Associate Editor of MRW said: “This year’s winners showcase the innovation and creative thinking being applied by those who are leading the way in the field of resource and waste management. There is a lot that others can learn from them.”','ACM Environmental and Brakes win National Recycling Award 2018','','publish','closed','open','','acm-environmental-and-brakes-win-national-recycling-award-2018','','','2018-07-17 08:16:01','2018-07-17 08:16:01','',0,'http://www.ontradeprogress.com/?p=2025',0,'post','',0),(2026,1,'2018-07-17 07:15:26','2018-07-17 07:15:26','','Screen Shot 2018-07-17 at 08.14.57','','inherit','closed','closed','','screen-shot-2018-07-17-at-08-14-57','','','2018-07-17 07:15:26','2018-07-17 07:15:26','',2025,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-08.14.57.png',0,'attachment','image/png',0),(2027,1,'2018-07-17 07:16:06','2018-07-17 07:16:06','<strong>A long-standing and successful partnership between pioneering waste management company, ACM Environmental plc and Brakes, leading grocery and fresh food supplier to the foodservice industry has been rewarded with a superb victory at this year’s National Recycling Awards.</strong>\r\n\r\nBeating off some extremely strong competition, ACM and Brakes were victorious in the Waste Reduction Initiative – Commercial category and were highly praised by the judging panel, which said “Our judges said the winners have done something different, thought outside the box, put clear processes in place and taken the business to the next level.”\r\n\r\nTravis Way, Operations Director at ACM Environmental said: “We are delighted that the hard work we have undertaken with Brakes has paid off and been recognised by such a prestigious Awards.\r\n\r\nWe have worked in partnership with Brakes to help implement an environmentally-sound waste management strategy and to see them achieve such impressive results is extremely gratifying.”\r\n\r\nBarrie Nash, UK Environmental Manager, Brakes said: “Ensuring that we minimise our impact on the environment is one of Brakes’ key sustainability pillars. We want to play our part in protecting the planet and our partnership with ACM is about looking for innovative solutions that help us achieve that. We’re delighted that the judges have recognised the procedures we’ve put in place.”\r\n\r\nWith 19 targeted categories, the awards cover every aspect of the recycling and waste management industry, from Food Waste Initiative to Recycling Excellence.\r\n\r\nThe MRW National Recycling Awards 2018 aims to recognise and celebrate best practice and innovation in recycling and waste management. The awards provide industry recognition and unrivalled networking opportunities.\r\n\r\nAndrea Lockerbie, Associate Editor of MRW said: “This year’s winners showcase the innovation and creative thinking being applied by those who are leading the way in the field of resource and waste management. There is a lot that others can learn from them.”','ACM Environmental and Brakes win National Recycling Award 2018','','inherit','closed','closed','','2025-revision-v1','','','2018-07-17 07:16:06','2018-07-17 07:16:06','',2025,'http://www.ontradeprogress.com/2018/07/17/2025-revision-v1/',0,'revision','',0),(2030,1,'2018-07-17 08:36:50','2018-07-17 08:36:50','<strong>Meals &amp; More, the initiative created to put an end to holiday hunger, has been awarded charitable status.</strong>\r\n\r\nInitially set up three years ago by Brakes, a leading foodservice company, and a number of its suppliers, Meals &amp; More was created to alleviate the risk of children going hungry during the holidays when the school support network is not accessible. Partnering with suppliers and local charities/community organisations, Meals &amp; More allows local groups to run holiday clubs – providing grants, tasty, nutritious food and enrichment activities within a safe, stimulating environment.\r\n\r\nBecoming a charity in its own right is an important step in Meals &amp; More’s development, enabling it to build on the ongoing support of Brakes, and raise funds and apply for funding from other sources as well as being recognised for the work it does.\r\n\r\nPem Hulusi, Meals &amp; More Programme Manager, said: “The sad news is that rather than becoming a thing of the past, child poverty is predicted to grow, with the number of children living in poverty set to rise to more than five million over the next five years. That is a million more children living in poverty.\r\n\r\n“We believe that charities like Meals &amp; More are becoming increasingly important, as well as providing for children’s nutritional needs, we are also providing the stimulating environment which supports their emotional needs, which are needed now more than ever.\r\n\r\n“We are grateful for the ongoing support of Brakes and its suppliers who remain an important part of the Meals &amp; More story.  We hope that we can continue to work together to put an end to holiday hunger.”\r\n\r\nMeals &amp; More is supported by Trustees from a range of professional backgrounds and with a wealth of experience within their respective sectors; Kate Woodhouse, HR Director at Brakes, Ken McMeikan, former Brakes’ CEO, James Mannering, Brakes’ Operational Finance Director, Peter McGrath former LACA Chair (Lead Association for Catering in Education) and Kevin Coles, a Director at Nexus Communications.','‘Meals & More’ Becomes a Charity to end Holiday Hunger','','publish','closed','open','','meals-more-becomes-a-charity-to-end-holiday-hunger','','','2018-07-17 08:36:50','2018-07-17 08:36:50','',0,'http://www.ontradeprogress.com/?p=2030',0,'post','',0),(2031,1,'2018-07-17 08:34:50','2018-07-17 08:34:50','','Screen Shot 2018-07-17 at 09.34.07','','inherit','closed','closed','','screen-shot-2018-07-17-at-09-34-07','','','2018-07-17 08:34:50','2018-07-17 08:34:50','',2030,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-09.34.07.png',0,'attachment','image/png',0),(2032,1,'2018-07-17 08:36:50','2018-07-17 08:36:50','<strong>Meals &amp; More, the initiative created to put an end to holiday hunger, has been awarded charitable status.</strong>\r\n\r\nInitially set up three years ago by Brakes, a leading foodservice company, and a number of its suppliers, Meals &amp; More was created to alleviate the risk of children going hungry during the holidays when the school support network is not accessible. Partnering with suppliers and local charities/community organisations, Meals &amp; More allows local groups to run holiday clubs – providing grants, tasty, nutritious food and enrichment activities within a safe, stimulating environment.\r\n\r\nBecoming a charity in its own right is an important step in Meals &amp; More’s development, enabling it to build on the ongoing support of Brakes, and raise funds and apply for funding from other sources as well as being recognised for the work it does.\r\n\r\nPem Hulusi, Meals &amp; More Programme Manager, said: “The sad news is that rather than becoming a thing of the past, child poverty is predicted to grow, with the number of children living in poverty set to rise to more than five million over the next five years. That is a million more children living in poverty.\r\n\r\n“We believe that charities like Meals &amp; More are becoming increasingly important, as well as providing for children’s nutritional needs, we are also providing the stimulating environment which supports their emotional needs, which are needed now more than ever.\r\n\r\n“We are grateful for the ongoing support of Brakes and its suppliers who remain an important part of the Meals &amp; More story.  We hope that we can continue to work together to put an end to holiday hunger.”\r\n\r\nMeals &amp; More is supported by Trustees from a range of professional backgrounds and with a wealth of experience within their respective sectors; Kate Woodhouse, HR Director at Brakes, Ken McMeikan, former Brakes’ CEO, James Mannering, Brakes’ Operational Finance Director, Peter McGrath former LACA Chair (Lead Association for Catering in Education) and Kevin Coles, a Director at Nexus Communications.','‘Meals & More’ Becomes a Charity to end Holiday Hunger','','inherit','closed','closed','','2030-revision-v1','','','2018-07-17 08:36:50','2018-07-17 08:36:50','',2030,'http://www.ontradeprogress.com/2018/07/17/2030-revision-v1/',0,'revision','',0),(2033,1,'2018-07-17 12:15:19','2018-07-17 12:15:19','<strong>UKHospitality has reacted with considerable alarm at the news that net EU migration has fallen to 100,000.</strong>\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “Yesterday’s figures are an alarming portent of possible disaster for the hospitality sector. Although net migration from the EU still stands at 100,000, this represents a significant fall on the previous year. Particularly distressful is news that this squeeze is being felt most acutely in lower-skilled labour which makes up the bulk of the workforce. </strong>\r\n\r\n<strong>“The hospitality labour pool is shrinking and around a quarter of employers in the sector already say they are struggling to fill vacancies. The hospitality sector relies heavily on EU migrants to fill many of its vacancies and should this trend continue, businesses are likely to struggle to keep up with projected growth.”</strong>','UKHospitality concerned about dwindling immigrant numbers','','publish','closed','open','','ukhospitality-concerned-about-dwindling-immigrant-numbers','','','2018-07-17 12:15:19','2018-07-17 12:15:19','',0,'http://www.ontradeprogress.com/?p=2033',0,'post','',0),(2034,1,'2018-07-17 12:15:19','2018-07-17 12:15:19','<strong>UKHospitality has reacted with considerable alarm at the news that net EU migration has fallen to 100,000.</strong>\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “Yesterday’s figures are an alarming portent of possible disaster for the hospitality sector. Although net migration from the EU still stands at 100,000, this represents a significant fall on the previous year. Particularly distressful is news that this squeeze is being felt most acutely in lower-skilled labour which makes up the bulk of the workforce. </strong>\r\n\r\n<strong>“The hospitality labour pool is shrinking and around a quarter of employers in the sector already say they are struggling to fill vacancies. The hospitality sector relies heavily on EU migrants to fill many of its vacancies and should this trend continue, businesses are likely to struggle to keep up with projected growth.”</strong>','UKHospitality concerned about dwindling immigrant numbers','','inherit','closed','closed','','2033-revision-v1','','','2018-07-17 12:15:19','2018-07-17 12:15:19','',2033,'http://www.ontradeprogress.com/2018/07/17/2033-revision-v1/',0,'revision','',0),(2035,1,'2018-07-17 13:38:40','2018-07-17 13:38:40','<strong>Sky Sports Box Office will bring licensed premises another huge night for British boxing as Anthony Joshua OBE goes toe-to-toe with Alexander Povetkin on Saturday 22<sup>nd</sup> September at Wembley Stadium Connected by EE. </strong>\r\n\r\nThe Heavyweight king will defend his IBF, WBA Super, WBO and IBO Heavyweight World titles against WBA mandatory challenger Alexander Povetkin as Joshua returns to the scene of his historical triumph over legendary Champion Wladimir Klitschko in April 2017. That evening, he produced the performance of a lifetime to claim the WBA crown in an unforgettable battle in front of a post war record crowd on 90,000 at England’s national stadium.\r\n\r\nThe 28-year-old sensation went on to sell out the Principality Stadium in Cardiff twice, defending his belts against Carlos Takam in October before unifying the division by taking Joseph Parker’s WBO belt in March and is now thrilled to be back under the iconic Wembley arch for what promises to be another blockbuster night.\r\n\r\nTracy Harrison, marketing director of Sky Business, commented; “Our aim is to bring more of the content that matters to our customers so that Sky continues to make them money both now and in the future.  Events such as these really help venues create great sporting moments that will attract even more sports fans into their premises and boost trade. The announcement of this fight is great news for venues and will help to extend the bumper summer of sport into Autumn.”\r\n\r\nSpeaking about the fight, Joshua said: \"I can’t wait to get back in the ring, the end of March feels a long time ago now.  Povetkin is a serious challenge that I will prepare meticulously for. He has serious pedigree and only a fool would underestimate what he brings to the table.\r\n\r\n“Training hasn’t stopped for me, but the next 10 weeks ahead will be intense both mentally and physically. I will push myself to breaking point to make sure I am in peak condition for another huge night for British boxing at Wembley Stadium on September 22nd.”\r\n\r\nFormer WBA ruler Povetkin earned his shot at Joshua when he spectacularly defended his WBA Inter-Continental and WBO International titles with a brutal fifth round KO of Liverpool’s David Price last time out on the Joshua v Parker undercard.\r\n\r\nNow the Russian powerhouse is aiming to overthrow the biggest name in boxing when he fights in England for the first time in his career.\r\n\r\nVenues can also look forward to showing more boxing as the fight between Dillian Whyte and Joseph Parker takes place on Saturday 28<sup>th</sup> July at The O2, live on Sky Sports Box Office.','Joshua and Povetkin Collide on Saturday 22nd September','','publish','closed','open','','joshua-and-povetkin-collide-on-saturday-22nd-september','','','2018-07-17 14:11:55','2018-07-17 14:11:55','',0,'http://www.ontradeprogress.com/?p=2035',0,'post','',0),(2036,1,'2018-07-17 13:37:12','2018-07-17 13:37:12','','Screen Shot 2018-07-17 at 14.34.42','','inherit','closed','closed','','screen-shot-2018-07-17-at-14-34-42','','','2018-07-17 13:37:12','2018-07-17 13:37:12','',2035,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-14.34.42.png',0,'attachment','image/png',0),(2037,1,'2018-07-17 13:38:40','2018-07-17 13:38:40','<strong>Sky Sports Box Office will bring licensed premises another huge night for British boxing as Anthony Joshua OBE goes toe-to-toe with Alexander Povetkin on Saturday 22<sup>nd</sup> September at Wembley Stadium Connected by EE. </strong>\r\n\r\nThe Heavyweight king will defend his IBF, WBA Super, WBO and IBO Heavyweight World titles against WBA mandatory challenger Alexander Povetkin as Joshua returns to the scene of his historical triumph over legendary Champion Wladimir Klitschko in April 2017. That evening, he produced the performance of a lifetime to claim the WBA crown in an unforgettable battle in front of a post war record crowd on 90,000 at England’s national stadium.\r\n\r\nThe 28-year-old sensation went on to sell out the Principality Stadium in Cardiff twice, defending his belts against Carlos Takam in October before unifying the division by taking Joseph Parker’s WBO belt in March and is now thrilled to be back under the iconic Wembley arch for what promises to be another blockbuster night.\r\n\r\nTracy Harrison, marketing director of Sky Business, commented; “Our aim is to bring more of the content that matters to our customers so that Sky continues to make them money both now and in the future.  Events such as these really help venues create great sporting moments that will attract even more sports fans into their premises and boost trade. The announcement of this fight is great news for venues and will help to extend the bumper summer of sport into Autumn.”\r\n\r\nSpeaking about the fight, Joshua said: \"I can’t wait to get back in the ring, the end of March feels a long time ago now.  Povetkin is a serious challenge that I will prepare meticulously for. He has serious pedigree and only a fool would underestimate what he brings to the table.\r\n\r\n“Training hasn’t stopped for me, but the next 10 weeks ahead will be intense both mentally and physically. I will push myself to breaking point to make sure I am in peak condition for another huge night for British boxing at Wembley Stadium on September 22nd.”\r\n\r\nFormer WBA ruler Povetkin earned his shot at Joshua when he spectacularly defended his WBA Inter-Continental and WBO International titles with a brutal fifth round KO of Liverpool’s David Price last time out on the Joshua v Parker undercard.\r\n\r\nNow the Russian powerhouse is aiming to overthrow the biggest name in boxing when he fights in England for the first time in his career.\r\n\r\nVenues can also look forward to showing more boxing as the fight between Dillian Whyte and Joseph Parker takes place on Saturday 28<sup>th</sup> July at The O2, live on Sky Sports Box Office.','Joshua and Povetkin Collide on Saturday 22nd September','','inherit','closed','closed','','2035-revision-v1','','','2018-07-17 13:38:40','2018-07-17 13:38:40','',2035,'http://www.ontradeprogress.com/2018/07/17/2035-revision-v1/',0,'revision','',0),(2039,1,'2018-07-17 14:33:34','2018-07-17 14:33:34','<img class=\"wp-image-2040 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/image001.png\" alt=\"\" width=\"190\" height=\"133\" /><strong>London, 17<sup>th</sup> July 2018: Heineken® 0.0 has launched the biggest ever campaign for an alcohol-free beer in the UK. The integrated ‘Now You Can’ campaign includes a £6 million-pound investment in TV commercials, cinema, digital and social activations, as well as on trade promotions, leading the alcohol-free category.</strong>\r\n\r\nThe campaign premise is based around the inclusiveness of Heineken® 0.0 to all moments and social occasions, which might call for a great tasting beer but not for the alcohol. The first in a series of three adverts, titled <a href=\"https://youtu.be/s50R_jKVaAM\">‘Now You Can: Parking’,</a> sees a man enjoying a Heineken® 0.0 in a traditionally non-beer scenario. The advert was launched during the World Cup semi-final between England and Croatia, which drew a record TV audience of 26.5 million people<a href=\"applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn1\" name=\"_ftnref1\">[1]</a> plus the millions more watching in pubs and big screens around the UK and will run on TV until September 2018. <a href=\"https://youtu.be/34y5-bWN6OE\">Now You Can: Gym Locker</a> and <a href=\"https://youtu.be/huFT-yYqCrI\">Now You Can: Work Presentation</a> are the other two adverts in the series.\r\n\r\nHeineken® 0.0 was first launched in March 2017 and has quickly become the fastest growing brand in the alcohol-free segment, growing 187% in the last year<a href=\"applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn2\" name=\"_ftnref2\">[2]</a>. With the growing trend of healthy living, consumers are looking for natural products like beer but with low or no alcohol. Heineken® 0.0 has been leading the charge thanks to its great taste, natural ingredients and the fact that it only has 69 calories. Over half of the top 10 bottled beers in the UK gaining the most distribution in the last year have also been alcohol free<a href=\"applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nNic Casby, Heineken® UK Brand Director, said: “As pioneering brewers, we are committed to promoting our innovative products and campaigns to meet consumer needs. We’ve seen phenomenal growth in the Low &amp; No Alcohol category and the ‘Now You Can’ campaign allows us to communicate all the different drinking occasions where Heineken® 0.0 can be enjoyed. We have a bold ambition and a great commitment to lead the premium non-alcoholic beer segment and build positive associations around drinking choices – in other words, we want to make alcohol free beer cool.”','Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer','','publish','closed','open','','heineken-0-0-launches-biggest-ever-campaign-for-an-alcohol-free-beer','','','2018-07-17 14:34:02','2018-07-17 14:34:02','',0,'http://www.ontradeprogress.com/?p=2039',0,'post','',0),(2040,1,'2018-07-17 14:24:01','2018-07-17 14:24:01','','image001','','inherit','closed','closed','','image001','','','2018-07-17 14:24:01','2018-07-17 14:24:01','',2039,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/image001.png',0,'attachment','image/png',0),(2041,1,'2018-07-17 14:31:58','2018-07-17 14:31:58','','Screen Shot 2018-07-17 at 15.31.36','','inherit','closed','closed','','screen-shot-2018-07-17-at-15-31-36','','','2018-07-17 14:31:58','2018-07-17 14:31:58','',2039,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-17-at-15.31.36.png',0,'attachment','image/png',0),(2042,1,'2018-07-17 14:33:34','2018-07-17 14:33:34','<img class=\"wp-image-2040 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/image001.png\" alt=\"\" width=\"190\" height=\"133\" /><strong>London, 17<sup>th</sup> July 2018: Heineken® 0.0 has launched the biggest ever campaign for an alcohol-free beer in the UK. The integrated ‘Now You Can’ campaign includes a £6 million-pound investment in TV commercials, cinema, digital and social activations, as well as on trade promotions, leading the alcohol-free category.</strong>\r\n\r\nThe campaign premise is based around the inclusiveness of Heineken® 0.0 to all moments and social occasions, which might call for a great tasting beer but not for the alcohol. The first in a series of three adverts, titled <a href=\"https://youtu.be/s50R_jKVaAM\">‘Now You Can: Parking’,</a> sees a man enjoying a Heineken® 0.0 in a traditionally non-beer scenario. The advert was launched during the World Cup semi-final between England and Croatia, which drew a record TV audience of 26.5 million people<a href=\"applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn1\" name=\"_ftnref1\">[1]</a> plus the millions more watching in pubs and big screens around the UK and will run on TV until September 2018. <a href=\"https://youtu.be/34y5-bWN6OE\">Now You Can: Gym Locker</a> and <a href=\"https://youtu.be/huFT-yYqCrI\">Now You Can: Work Presentation</a> are the other two adverts in the series.\r\n\r\nHeineken® 0.0 was first launched in March 2017 and has quickly become the fastest growing brand in the alcohol-free segment, growing 187% in the last year<a href=\"applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn2\" name=\"_ftnref2\">[2]</a>. With the growing trend of healthy living, consumers are looking for natural products like beer but with low or no alcohol. Heineken® 0.0 has been leading the charge thanks to its great taste, natural ingredients and the fact that it only has 69 calories. Over half of the top 10 bottled beers in the UK gaining the most distribution in the last year have also been alcohol free<a href=\"applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nNic Casby, Heineken® UK Brand Director, said: “As pioneering brewers, we are committed to promoting our innovative products and campaigns to meet consumer needs. We’ve seen phenomenal growth in the Low &amp; No Alcohol category and the ‘Now You Can’ campaign allows us to communicate all the different drinking occasions where Heineken® 0.0 can be enjoyed. We have a bold ambition and a great commitment to lead the premium non-alcoholic beer segment and build positive associations around drinking choices – in other words, we want to make alcohol free beer cool.”','Heineken® 0.0 launches biggest ever campaign for an alcohol-free beer','','inherit','closed','closed','','2039-revision-v1','','','2018-07-17 14:33:34','2018-07-17 14:33:34','',2039,'http://www.ontradeprogress.com/2018/07/17/2039-revision-v1/',0,'revision','',0),(2043,1,'2018-07-17 15:16:44','2018-07-17 15:16:44','<div class=\"\"><strong><span class=\"\">Today, VII Hills Italian Dry Gin, an innovative, premium juniper spirit, has announced their ‘Gold’ Medal in the Super Premium category at the 10th annual Gin Masters 2018 Awards, hosted by </span><a class=\"\" href=\"https://www.thespiritsbusiness.com/\"><span class=\"\">The Spirits Business</span></a></strong><span class=\"\"><strong>. VII Hills combines seven botanicals taken from the seven hills on which, according to legend, ancient Rome was built. Created by Italian mixologists Filippo Previero and Danilo Tersigni, this significant award solidifies VII Hills’ unparalleled innovation, luxury and modernity.</strong> </span></div>\r\n<div class=\"\"><span class=\"\">The Gin Masters 2018 Awards demonstrates year-on-year the quality and excellence that exists within the sector, through a blind-tasting competition. From cask-aged and ultra-premium to flavoured gin, the Gin Masters judge each entrant’s excellence and is scored according to appearance, nose, taste, and overall balance, as well as recognised according to category, age, and price point. </span></div>\r\n<div class=\"\"><span class=\"\">VII Hills are honoured to be included in this exciting award, and to be recognised within the gin industry for premium quality and innovation. </span></div>\r\n<div class=\"\"><span class=\"\">About VII Hills: </span></div>\r\n<div class=\"\"><span class=\"\">VII Hills Italian</span> <span class=\"\">Dry Gin is an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, ancient Rome was built. The Italian crafted spirit, which is distilled at low temperatures using a vacuum technique maintaining the delicate botanical taste, was co-founded by Filippo Previero and Danilo Tersigni in 2014. Born in Italy, Danilo and Filippo both worked in cocktail bars around Italy and the world until finally meeting in London in 2011 while working for famous Battersea haunt Bunga Bunga, then both moving across to the award-winning Mr Fogg’s brands. Tapping into their heritage and home country, VII Hills is 100% Italian and flavoured with the finest natural Italian ingredients that once grew on the seven hills surrounding Rome. Distilled near Turin, the modern Italian gin combines juniper, pomegranate, celery, artichoke, blood orange, rosehip and Roman chamomile to create an aromatic spirit with citrus and herbal notes. </span></div>\r\n<div class=\"\"><span class=\"\">VII Hills Italian Dry Gin </span></div>\r\n<div class=\"\"><span class=\"\">Available across the UK | RRP £26+VAT | 43% ABV</span></div>\r\n<div class=\"\"><span class=\"\"><a class=\"\" href=\"http://viihills.co.uk/\">viihills.co.uk</a></span></div>','VII Hills Italian Dry gin wins gold at the Gin Masters 2018 awards','','publish','closed','open','','vii-hills-italian-dry-gin-wins-gold-at-the-gin-masters-2018-awards','','','2018-07-17 15:16:44','2018-07-17 15:16:44','',0,'http://www.ontradeprogress.com/?p=2043',0,'post','',0),(2044,1,'2018-07-17 15:15:55','2018-07-17 15:15:55','<div class=\"\"><strong><span class=\"\">Today, VII Hills Italian Dry Gin, an innovative, premium juniper spirit, has announced their ‘Gold’ Medal in the Super Premium category at the 10th annual Gin Masters 2018 Awards, hosted by </span><a class=\"\" href=\"https://www.thespiritsbusiness.com/\"><span class=\"\">The Spirits Business</span></a></strong><span class=\"\"><strong>. VII Hills combines seven botanicals taken from the seven hills on which, according to legend, ancient Rome was built. Created by Italian mixologists Filippo Previero and Danilo Tersigni, this significant award solidifies VII Hills’ unparalleled innovation, luxury and modernity.</strong> </span></div>\r\n<div class=\"\"><span class=\"\">The Gin Masters 2018 Awards demonstrates year-on-year the quality and excellence that exists within the sector, through a blind-tasting competition. From cask-aged and ultra-premium to flavoured gin, the Gin Masters judge each entrant’s excellence and is scored according to appearance, nose, taste, and overall balance, as well as recognised according to category, age, and price point. </span></div>\r\n<div class=\"\"><span class=\"\">VII Hills are honoured to be included in this exciting award, and to be recognised within the gin industry for premium quality and innovation. </span></div>\r\n<div class=\"\"><span class=\"\">About VII Hills: </span></div>\r\n<div class=\"\"><span class=\"\">VII Hills Italian</span> <span class=\"\">Dry Gin is an innovative, premium juniper spirit which combines seven botanicals taken from the seven hills on which, according to legend, ancient Rome was built. The Italian crafted spirit, which is distilled at low temperatures using a vacuum technique maintaining the delicate botanical taste, was co-founded by Filippo Previero and Danilo Tersigni in 2014. Born in Italy, Danilo and Filippo both worked in cocktail bars around Italy and the world until finally meeting in London in 2011 while working for famous Battersea haunt Bunga Bunga, then both moving across to the award-winning Mr Fogg’s brands. Tapping into their heritage and home country, VII Hills is 100% Italian and flavoured with the finest natural Italian ingredients that once grew on the seven hills surrounding Rome. Distilled near Turin, the modern Italian gin combines juniper, pomegranate, celery, artichoke, blood orange, rosehip and Roman chamomile to create an aromatic spirit with citrus and herbal notes. </span></div>\r\n<div class=\"\"><span class=\"\">VII Hills Italian Dry Gin </span></div>\r\n<div class=\"\"><span class=\"\">Available across the UK | RRP £26+VAT | 43% ABV</span></div>\r\n<div class=\"\"><span class=\"\"><a class=\"\" href=\"http://viihills.co.uk/\">viihills.co.uk</a></span></div>','VII Hills Italian Dry gin wins gold at the Gin Masters 2018 awards','','inherit','closed','closed','','2043-revision-v1','','','2018-07-17 15:15:55','2018-07-17 15:15:55','',2043,'http://www.ontradeprogress.com/2018/07/17/2043-revision-v1/',0,'revision','',0),(2046,1,'2018-07-26 13:40:28','2018-07-26 13:40:28','Acclaimed and award-winning Wandsworth pub – The Pig &amp; Whistle is gearing up for a night of fundraising as its annual and much-loved charity Piggy Race Night has been announced to run on Friday, 3<sup>rd</sup> August.\r\n\r\nPart of the Ram Pub Company and based at 481 Merton Rd, London SW18 5LD, the Pig &amp; Whistle’s unique Piggy Race Night begins at 7.30pm with the first race at 8pm.\r\n\r\nThe night is being supported by Namibian beer brand Windhoek Lager with all proceeds raised from the pre-race charity pig auction being donated in aid of the African brewery’s campaign to raise £5000 for Save The Rhino International (UK Registered Charity Number 1035072).\r\n<h5><strong>Piggy Racing</strong></h5>\r\nRest assured, no real pigs will be racing. Instead six toy battery operated pigs, which are purchased and named by punters pre-race will battle it out over a series of rounds.  Owners of the pigs win a £15 bar tab and other guests can then bet on pigs via the tote during the night.\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><img class=\"wp-image-2048 aligncenter\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/thumbnail_image3-1-1024x1024.png\" alt=\"\" width=\"416\" height=\"416\" /></p>\r\nFollowing the initial 5 races, the special fundraising part of the evening will begin. First a charity pig auction is held with customers bidding for the right to own one of the 6 pigs for the final race.  These final 6 porkers will then race off with the owner of the winning pig receiving the night’s star prize made up of:\r\n<ul>\r\n 	<li>Your height in Windhoek Lager</li>\r\n 	<li>Helicopter tour worth £400 courtesy of Ram Pubs</li>\r\n 	<li>A selection of wine</li>\r\n 	<li>2 cases Sambrooks beer</li>\r\n 	<li>Biltong sponsored by Coan</li>\r\n 	<li>Pig and Whistle &amp; Old Sergeant T-shirt</li>\r\n 	<li>£50 Bar Tab from the Old Sergeant</li>\r\n 	<li>Dinner for 2 at The Pig and Whistle</li>\r\n 	<li>Case of beer from Camden Brewery</li>\r\n 	<li>A SA Wild Dog Rugby cap and t-shirt</li>\r\n 	<li>A bottle of Gin</li>\r\n 	<li>A case of Fever Tree Tonic</li>\r\n 	<li>A case of Thatchers</li>\r\n 	<li>A giant Gummi Bear</li>\r\n 	<li>Stylish lanterns from Jacksons</li>\r\n</ul>\r\nKeris DeVilliers, Landlord of the Pig &amp; Whistle said:\r\n\r\n“Our pig racing evening is a huge night of fun for our customers so it’s great to be linking up with Windhoek Lager to make it a night to remember and raise money in aid of Save The Rhino International.  We’ve had an amazing year after being selected as finalists for the prestigious BII Licensee of the Year award so it’s great to be able to put something back to an area of conservation we’re both very passionate about.”\r\n\r\nAntonio Simoes, Windhoek Export Manager who is travelling over to attend the event said:\r\n\r\n“We can’t thank Keris and Lee enough for choosing to help us with our campaign to raise £5000 in aid of Save the Rhino international.  The night is definitely not something I have seen before in Namibia so myself and head brewer Christian <em>Müller </em>can’t wait to arrive in the UK and get involved in what I’m sure will be a lot of fun.”\r\n\r\nThe Pig Whistle joins Brighton Rocks in becoming the first two On-trade outlets to join Windhoek Lager’s campaign.  The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.  It kicked off the UK campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar is running a regular Windhoek Wednesday live music night until October with 50p from each bottle of Windhoek Lager purchased being donated to the cause.\r\n\r\nFor further information on the Pig &amp; Whistle fundraising event or to support visit:\r\n\r\n<u><a href=\"https://uk.virginmoneygiving.com/KerisandLeeDeVilliers\">https://uk.virginmoneygiving.com/KerisandLeeDeVilliers</a></u>','Windhoek links up with Pig & Whistle for charity Piggy Race Night','','publish','closed','open','','windhoek-links-up-with-pig-whistle-for-charity-piggy-race-night','','','2018-07-26 13:55:05','2018-07-26 13:55:05','',0,'http://www.ontradeprogress.com/?p=2046',0,'post','',0),(2047,1,'2018-07-26 13:33:33','2018-07-26 13:33:33','','pig & whistle','','inherit','closed','closed','','pig-whistle','','','2018-07-26 13:33:33','2018-07-26 13:33:33','',2046,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/pig-whistle.jpg',0,'attachment','image/jpeg',0),(2048,1,'2018-07-26 13:33:37','2018-07-26 13:33:37','','thumbnail_image3 (1)','','inherit','closed','closed','','thumbnail_image3-1','','','2018-07-26 13:33:37','2018-07-26 13:33:37','',2046,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/thumbnail_image3-1.png',0,'attachment','image/png',0),(2049,1,'2018-07-26 13:33:47','2018-07-26 13:33:47','','thumbnail_image2','','inherit','closed','closed','','thumbnail_image2','','','2018-07-26 13:33:47','2018-07-26 13:33:47','',2046,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/thumbnail_image2.jpg',0,'attachment','image/jpeg',0),(2050,1,'2018-07-26 13:38:31','2018-07-26 13:38:31','Acclaimed and award-winning Wandsworth pub – The Pig &amp; Whistle is gearing up for a night of fundraising as its annual and much-loved charity Piggy Race Night has been announced to run on Friday, 3<sup>rd</sup> August.\r\n\r\nPart of the Ram Pub Company and based at 481 Merton Rd, London SW18 5LD, the Pig &amp; Whistle’s unique Piggy Race Night begins at 7.30pm with the first race at 8pm.\r\n\r\nThe night is being supported by Namibian beer brand Windhoek Lager with all proceeds raised from the pre-race charity pig auction being donated in aid of the African brewery’s campaign to raise £5000 for Save The Rhino International (UK Registered Charity Number 1035072).\r\n<h5><strong>Piggy Racing</strong></h5>\r\nRest assured, no real pigs will be racing. Instead six toy battery operated pigs, which are purchased and named by punters pre-race will battle it out over a series of rounds.  Owners of the pigs win a £15 bar tab and other guests can then bet on pigs via the tote during the night.\r\n\r\nFollowing the initial 5 races, the special fundraising part of the evening will begin. First a charity pig auction is held with customers bidding for the right to own one of the 6 pigs for the final race.  These final 6 porkers will then race off with the owner of the winning pig receiving the night’s star prize made up of:\r\n<ul>\r\n 	<li>Your height in Windhoek Lager</li>\r\n 	<li>Helicopter tour worth £400 courtesy of Ram Pubs</li>\r\n 	<li>A selection of wine</li>\r\n 	<li>2 cases Sambrooks beer</li>\r\n 	<li>Biltong sponsored by Coan</li>\r\n 	<li>Pig and Whistle &amp; Old Sergeant T-shirt</li>\r\n 	<li>£50 Bar Tab from the Old Sergeant</li>\r\n 	<li>Dinner for 2 at The Pig and Whistle</li>\r\n 	<li>Case of beer from Camden Brewery</li>\r\n 	<li>A SA Wild Dog Rugby cap and t-shirt</li>\r\n 	<li>A bottle of Gin</li>\r\n 	<li>A case of Fever Tree Tonic</li>\r\n 	<li>A case of Thatchers</li>\r\n 	<li>A giant Gummi Bear</li>\r\n 	<li>Stylish lanterns from Jacksons</li>\r\n</ul>\r\nKeris DeVilliers, Landlord of the Pig &amp; Whistle said:\r\n\r\n“Our pig racing evening is a huge night of fun for our customers so it’s great to be linking up with Windhoek Lager to make it a night to remember and raise money in aid of Save The Rhino International.  We’ve had an amazing year after being selected as finalists for the prestigious BII Licensee of the Year award so it’s great to be able to put something back to an area of conservation we’re both very passionate about.”\r\n\r\nAntonio Simoes, Windhoek Export Manager who is travelling over to attend the event said:\r\n\r\n“We can’t thank Keris and Lee enough for choosing to help us with our campaign to raise £5000 in aid of Save the Rhino international.  The night is definitely not something I have seen before in Namibia so myself and head brewer Christian <em>Müller </em>can’t wait to arrive in the UK and get involved in what I’m sure will be a lot of fun.”\r\n\r\nThe Pig Whistle joins Brighton Rocks in becoming the first two On-trade outlets to join Windhoek Lager’s campaign.  The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.  It kicked off the UK campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar is running a regular Windhoek Wednesday live music night until October with 50p from each bottle of Windhoek Lager purchased being donated to the cause.\r\n\r\nFor further information on the Pig &amp; Whistle fundraising event or to support visit:\r\n\r\n<u><a href=\"https://uk.virginmoneygiving.com/KerisandLeeDeVilliers\">https://uk.virginmoneygiving.com/KerisandLeeDeVilliers</a></u>','Windhoek links up with Pig & Whistle for charity Piggy Race Night','','inherit','closed','closed','','2046-revision-v1','','','2018-07-26 13:38:31','2018-07-26 13:38:31','',2046,'http://www.ontradeprogress.com/2018/07/26/2046-revision-v1/',0,'revision','',0),(2051,1,'2018-07-26 13:40:16','2018-07-26 13:40:16','Acclaimed and award-winning Wandsworth pub – The Pig &amp; Whistle is gearing up for a night of fundraising as its annual and much-loved charity Piggy Race Night has been announced to run on Friday, 3<sup>rd</sup> August.\r\n\r\nPart of the Ram Pub Company and based at 481 Merton Rd, London SW18 5LD, the Pig &amp; Whistle’s unique Piggy Race Night begins at 7.30pm with the first race at 8pm.\r\n\r\nThe night is being supported by Namibian beer brand Windhoek Lager with all proceeds raised from the pre-race charity pig auction being donated in aid of the African brewery’s campaign to raise £5000 for Save The Rhino International (UK Registered Charity Number 1035072).\r\n<h5><strong>Piggy Racing</strong></h5>\r\nRest assured, no real pigs will be racing. Instead six toy battery operated pigs, which are purchased and named by punters pre-race will battle it out over a series of rounds.  Owners of the pigs win a £15 bar tab and other guests can then bet on pigs via the tote during the night.\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><img class=\"wp-image-2048 aligncenter\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/thumbnail_image3-1-1024x1024.png\" alt=\"\" width=\"416\" height=\"416\" /></p>\r\n&nbsp;\r\n\r\nFollowing the initial 5 races, the special fundraising part of the evening will begin. First a charity pig auction is held with customers bidding for the right to own one of the 6 pigs for the final race.  These final 6 porkers will then race off with the owner of the winning pig receiving the night’s star prize made up of:\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Your height in Windhoek Lager</li>\r\n 	<li>Helicopter tour worth £400 courtesy of Ram Pubs</li>\r\n 	<li>A selection of wine</li>\r\n 	<li>2 cases Sambrooks beer</li>\r\n 	<li>Biltong sponsored by Coan</li>\r\n 	<li>Pig and Whistle &amp; Old Sergeant T-shirt</li>\r\n 	<li>£50 Bar Tab from the Old Sergeant</li>\r\n 	<li>Dinner for 2 at The Pig and Whistle</li>\r\n 	<li>Case of beer from Camden Brewery</li>\r\n 	<li>A SA Wild Dog Rugby cap and t-shirt</li>\r\n 	<li>A bottle of Gin</li>\r\n 	<li>A case of Fever Tree Tonic</li>\r\n 	<li>A case of Thatchers</li>\r\n 	<li>A giant Gummi Bear</li>\r\n 	<li>Stylish lanterns from Jacksons</li>\r\n</ul>\r\nKeris DeVilliers, Landlord of the Pig &amp; Whistle said:\r\n\r\n“Our pig racing evening is a huge night of fun for our customers so it’s great to be linking up with Windhoek Lager to make it a night to remember and raise money in aid of Save The Rhino International.  We’ve had an amazing year after being selected as finalists for the prestigious BII Licensee of the Year award so it’s great to be able to put something back to an area of conservation we’re both very passionate about.”\r\n\r\nAntonio Simoes, Windhoek Export Manager who is travelling over to attend the event said:\r\n\r\n“We can’t thank Keris and Lee enough for choosing to help us with our campaign to raise £5000 in aid of Save the Rhino international.  The night is definitely not something I have seen before in Namibia so myself and head brewer Christian <em>Müller </em>can’t wait to arrive in the UK and get involved in what I’m sure will be a lot of fun.”\r\n\r\nThe Pig Whistle joins Brighton Rocks in becoming the first two On-trade outlets to join Windhoek Lager’s campaign.  The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.  It kicked off the UK campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar is running a regular Windhoek Wednesday live music night until October with 50p from each bottle of Windhoek Lager purchased being donated to the cause.\r\n\r\nFor further information on the Pig &amp; Whistle fundraising event or to support visit:\r\n\r\n<u><a href=\"https://uk.virginmoneygiving.com/KerisandLeeDeVilliers\">https://uk.virginmoneygiving.com/KerisandLeeDeVilliers</a></u>','Windhoek links up with Pig & Whistle for charity Piggy Race Night','','inherit','closed','closed','','2046-revision-v1','','','2018-07-26 13:40:16','2018-07-26 13:40:16','',2046,'http://www.ontradeprogress.com/2018/07/26/2046-revision-v1/',0,'revision','',0),(2052,1,'2018-07-26 13:53:42','2018-07-26 13:53:42','Acclaimed and award-winning Wandsworth pub – The Pig &amp; Whistle is gearing up for a night of fundraising as its annual and much-loved charity Piggy Race Night has been announced to run on Friday, 3<sup>rd</sup> August.\n\nPart of the Ram Pub Company and based at 481 Merton Rd, London SW18 5LD, the Pig &amp; Whistle’s unique Piggy Race Night begins at 7.30pm with the first race at 8pm.\n\nThe night is being supported by Namibian beer brand Windhoek Lager with all proceeds raised from the pre-race charity pig auction being donated in aid of the African brewery’s campaign to raise £5000 for Save The Rhino International (UK Registered Charity Number 1035072).\n<h5><strong>Piggy Racing</strong></h5>\nRest assured, no real pigs will be racing. Instead six toy battery operated pigs, which are purchased and named by punters pre-race will battle it out over a series of rounds.  Owners of the pigs win a £15 bar tab and other guests can then bet on pigs via the tote during the night.\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><img class=\"wp-image-2048 aligncenter\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/thumbnail_image3-1-1024x1024.png\" alt=\"\" width=\"416\" height=\"416\" /></p>\n&nbsp;\n\nFollowing the initial 5 races, the special fundraising part of the evening will begin. First a charity pig auction is held with customers bidding for the right to own one of the 6 pigs for the final race.  These final 6 porkers will then race off with the owner of the winning pig receiving the night’s star prize made up of:\n<ul>\n 	<li>Your height in Windhoek Lager</li>\n 	<li>Helicopter tour worth £400 courtesy of Ram Pubs</li>\n 	<li>A selection of wine</li>\n 	<li>2 cases Sambrooks beer</li>\n 	<li>Biltong sponsored by Coan</li>\n 	<li>Pig and Whistle &amp; Old Sergeant T-shirt</li>\n 	<li>£50 Bar Tab from the Old Sergeant</li>\n 	<li>Dinner for 2 at The Pig and Whistle</li>\n 	<li>Case of beer from Camden Brewery</li>\n 	<li>A SA Wild Dog Rugby cap and t-shirt</li>\n 	<li>A bottle of Gin</li>\n 	<li>A case of Fever Tree Tonic</li>\n 	<li>A case of Thatchers</li>\n 	<li>A giant Gummi Bear</li>\n 	<li>Stylish lanterns from Jacksons</li>\n</ul>\nKeris DeVilliers, Landlord of the Pig &amp; Whistle said:\n\n“Our pig racing evening is a huge night of fun for our customers so it’s great to be linking up with Windhoek Lager to make it a night to remember and raise money in aid of Save The Rhino International.  We’ve had an amazing year after being selected as finalists for the prestigious BII Licensee of the Year award so it’s great to be able to put something back to an area of conservation we’re both very passionate about.”\n\nAntonio Simoes, Windhoek Export Manager who is travelling over to attend the event said:\n\n“We can’t thank Keris and Lee enough for choosing to help us with our campaign to raise £5000 in aid of Save the Rhino international.  The night is definitely not something I have seen before in Namibia so myself and head brewer Christian <em>Müller </em>can’t wait to arrive in the UK and get involved in what I’m sure will be a lot of fun.”\n\nThe Pig Whistle joins Brighton Rocks in becoming the first two On-trade outlets to join Windhoek Lager’s campaign.  The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.  It kicked off the UK campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar is running a regular Windhoek Wednesday live music night until October with 50p from each bottle of Windhoek Lager purchased being donated to the cause.\n\nFor further information on the Pig &amp; Whistle fundraising event or to support visit:\n\n<u><a href=\"https://uk.virginmoneygiving.com/KerisandLeeDeVilliers\">https://uk.virginmoneygiving.com/KerisandLeeDeVilliers</a></u>','Windhoek links up with Pig & Whistle for charity Piggy Race Night','','inherit','closed','closed','','2046-autosave-v1','','','2018-07-26 13:53:42','2018-07-26 13:53:42','',2046,'http://www.ontradeprogress.com/2018/07/26/2046-autosave-v1/',0,'revision','',0),(2053,1,'2018-07-26 13:55:05','2018-07-26 13:55:05','Acclaimed and award-winning Wandsworth pub – The Pig &amp; Whistle is gearing up for a night of fundraising as its annual and much-loved charity Piggy Race Night has been announced to run on Friday, 3<sup>rd</sup> August.\r\n\r\nPart of the Ram Pub Company and based at 481 Merton Rd, London SW18 5LD, the Pig &amp; Whistle’s unique Piggy Race Night begins at 7.30pm with the first race at 8pm.\r\n\r\nThe night is being supported by Namibian beer brand Windhoek Lager with all proceeds raised from the pre-race charity pig auction being donated in aid of the African brewery’s campaign to raise £5000 for Save The Rhino International (UK Registered Charity Number 1035072).\r\n<h5><strong>Piggy Racing</strong></h5>\r\nRest assured, no real pigs will be racing. Instead six toy battery operated pigs, which are purchased and named by punters pre-race will battle it out over a series of rounds.  Owners of the pigs win a £15 bar tab and other guests can then bet on pigs via the tote during the night.\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><img class=\"wp-image-2048 aligncenter\" style=\"font-size: 14px;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/thumbnail_image3-1-1024x1024.png\" alt=\"\" width=\"416\" height=\"416\" /></p>\r\nFollowing the initial 5 races, the special fundraising part of the evening will begin. First a charity pig auction is held with customers bidding for the right to own one of the 6 pigs for the final race.  These final 6 porkers will then race off with the owner of the winning pig receiving the night’s star prize made up of:\r\n<ul>\r\n 	<li>Your height in Windhoek Lager</li>\r\n 	<li>Helicopter tour worth £400 courtesy of Ram Pubs</li>\r\n 	<li>A selection of wine</li>\r\n 	<li>2 cases Sambrooks beer</li>\r\n 	<li>Biltong sponsored by Coan</li>\r\n 	<li>Pig and Whistle &amp; Old Sergeant T-shirt</li>\r\n 	<li>£50 Bar Tab from the Old Sergeant</li>\r\n 	<li>Dinner for 2 at The Pig and Whistle</li>\r\n 	<li>Case of beer from Camden Brewery</li>\r\n 	<li>A SA Wild Dog Rugby cap and t-shirt</li>\r\n 	<li>A bottle of Gin</li>\r\n 	<li>A case of Fever Tree Tonic</li>\r\n 	<li>A case of Thatchers</li>\r\n 	<li>A giant Gummi Bear</li>\r\n 	<li>Stylish lanterns from Jacksons</li>\r\n</ul>\r\nKeris DeVilliers, Landlord of the Pig &amp; Whistle said:\r\n\r\n“Our pig racing evening is a huge night of fun for our customers so it’s great to be linking up with Windhoek Lager to make it a night to remember and raise money in aid of Save The Rhino International.  We’ve had an amazing year after being selected as finalists for the prestigious BII Licensee of the Year award so it’s great to be able to put something back to an area of conservation we’re both very passionate about.”\r\n\r\nAntonio Simoes, Windhoek Export Manager who is travelling over to attend the event said:\r\n\r\n“We can’t thank Keris and Lee enough for choosing to help us with our campaign to raise £5000 in aid of Save the Rhino international.  The night is definitely not something I have seen before in Namibia so myself and head brewer Christian <em>Müller </em>can’t wait to arrive in the UK and get involved in what I’m sure will be a lot of fun.”\r\n\r\nThe Pig Whistle joins Brighton Rocks in becoming the first two On-trade outlets to join Windhoek Lager’s campaign.  The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.  It kicked off the UK campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar is running a regular Windhoek Wednesday live music night until October with 50p from each bottle of Windhoek Lager purchased being donated to the cause.\r\n\r\nFor further information on the Pig &amp; Whistle fundraising event or to support visit:\r\n\r\n<u><a href=\"https://uk.virginmoneygiving.com/KerisandLeeDeVilliers\">https://uk.virginmoneygiving.com/KerisandLeeDeVilliers</a></u>','Windhoek links up with Pig & Whistle for charity Piggy Race Night','','inherit','closed','closed','','2046-revision-v1','','','2018-07-26 13:55:05','2018-07-26 13:55:05','',2046,'http://www.ontradeprogress.com/2018/07/26/2046-revision-v1/',0,'revision','',0),(2057,1,'2018-07-30 07:59:04','2018-07-30 07:59:04','<strong>UKHospitality has welcomed a report by MPs on the UK’s sharing economy and has called on the Government to provide a level regulatory playing field to support hospitality businesses and increase customer safety.</strong>\r\n\r\nThe All-Party Parliamentary Group for Tourism today published its report on the impact of the sharing economy on the UK tourism industry in Parliament.\r\n\r\nIt acknowledges the need to provide a level legislative playing field, including the need for sharing economy businesses to pay the appropriate level of tax, as well as the need to ensure customer safety and recognise the concerns of local communities.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The sharing economy has helped revitalise and energise tourism around the world and has provided customers with greater choice than ever. This growth is most welcome but, as the report highlights, there are serious flaws with the current system and hospitality businesses are at an unfair disadvantage. UKHospitality gave evidence to the Group’s report enquiry to raise this issue, so it is encouraging to see the concerns of the sector acknowledged.\r\n\r\n“The report includes compelling evidence that individuals abuse the system, acting in a commercial manner, profiting while putting customers at risk and undermining other hospitality businesses. Hotels, bed &amp; breakfasts and other accommodation providers comply with rigorous checks to ensure safety and they operate within a very strict tax environment. Potentially unsafe accommodation and rogue landlords - effectively operating as businesses and often not paying tax - should not be tolerated, particularly when affordable housing is at such a premium in the UK.\r\n\r\n“We don’t want innovation in the sharing economy to be stifled or customers given fewer choices, only that those businesses be subject to the same checks, balances and taxes as the hospitality sector. Otherwise, unscrupulous businesses will continue to put customers at risk and hospitality businesses will remain at a disadvantage.”','UKHospitality calls for transparency and equality in sharing economy','','publish','closed','open','','ukhospitality-calls-for-transparency-and-equality-in-sharing-economy','','','2018-07-30 08:33:46','2018-07-30 08:33:46','',0,'http://www.ontradeprogress.com/?p=2057',0,'post','',0),(2058,1,'2018-07-30 07:59:04','2018-07-30 07:59:04','<strong>UKHospitality has welcomed a report by MPs on the UK’s sharing economy, and has called on the Government to provide a level regulatory playing field to support hospitality businesses and increase customer safety.</strong>\r\n\r\nThe All-Party Parliamentary Group for Tourism today published its report on the impact of the sharing economy on the UK tourism industry in Parliament.\r\n\r\nIt acknowledges the need to provide a level legislative playing field, including the need for sharing economy businesses to pay the appropriate level of tax, as well as the need to ensure customer safety and recognise the concerns of local communities.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The sharing economy has helped revitalise and energise tourism around the world and has provided customers with greater choice than ever. This growth is most welcome but, as the report highlights, there are serious flaws with the current system and hospitality businesses are at an unfair disadvantage. UKHospitality gave evidence to the Group’s report enquiry to raise this issue, so it is encouraging to see the concerns of the sector acknowledged.\r\n\r\n“The report includes compelling evidence that individuals abuse the system, acting in a commercial manner, profiting while putting customers at risk and undermining other hospitality businesses. Hotels, bed &amp; breakfasts and other accommodation providers comply with rigorous checks to ensure safety and they operate within a very strict tax environment. Potentially unsafe accommodation and rogue landlords - effectively operating as businesses and often not paying tax - should not be tolerated, particularly when affordable housing is at such a premium in the UK.\r\n\r\n“We don’t want innovation in the sharing economy to be stifled or customers given fewer choices, only that those businesses be subject to the same checks, balances and taxes as the hospitality sector. Otherwise, unscrupulous businesses will continue to put customers at risk and hospitality businesses will remain at a disadvantage.”','UKHospitality calls for transparency and equality in sharing economy','','inherit','closed','closed','','2057-revision-v1','','','2018-07-30 07:59:04','2018-07-30 07:59:04','',2057,'http://www.ontradeprogress.com/2018/07/30/2057-revision-v1/',0,'revision','',0),(2059,1,'2018-07-30 08:01:07','2018-07-30 08:01:07','<strong>UKHospitality has welcomed the publication of a report by the All-Party Parliamentary Group for Entrepreneurship calling for reform of the UK’s tax system – which specifically highlights business rates as a cause for concern for entrepreneurs.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The report identifies considerable flaws in the current tax system and calls for a complete overhaul; something that we have consistently called for. The current system of business tax is completely out-of-date and totally unsuitable for the realities of doing business in the 21<sup>st</sup> Century.\r\n\r\n“Arguably the principal challenge facing employers in the hospitality sector remains business rates, which have not been reformed despite promises in successive manifestos. The report suggests the transformation of business rates into a tax on commercial landowners and on land rather than property, which would begin to address some of the imbalances in the current system and help reduce the unfair burden that hospitality businesses face, particularly affecting investment. Crucially, the Government needs to accept there is a problem, acknowledge the creative solutions being presented and facilitate a formal review with businesses to find a workable solution.”','UKHospitality welcomes call for business rates and wider tax reform','','publish','closed','open','','ukhospitality-welcomes-call-for-business-rates-and-wider-tax-reform','','','2018-07-30 08:01:07','2018-07-30 08:01:07','',0,'http://www.ontradeprogress.com/?p=2059',0,'post','',0),(2060,1,'2018-07-30 08:01:07','2018-07-30 08:01:07','<strong>UKHospitality has welcomed the publication of a report by the All-Party Parliamentary Group for Entrepreneurship calling for reform of the UK’s tax system – which specifically highlights business rates as a cause for concern for entrepreneurs.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The report identifies considerable flaws in the current tax system and calls for a complete overhaul; something that we have consistently called for. The current system of business tax is completely out-of-date and totally unsuitable for the realities of doing business in the 21<sup>st</sup> Century.\r\n\r\n“Arguably the principal challenge facing employers in the hospitality sector remains business rates, which have not been reformed despite promises in successive manifestos. The report suggests the transformation of business rates into a tax on commercial landowners and on land rather than property, which would begin to address some of the imbalances in the current system and help reduce the unfair burden that hospitality businesses face, particularly affecting investment. Crucially, the Government needs to accept there is a problem, acknowledge the creative solutions being presented and facilitate a formal review with businesses to find a workable solution.”','UKHospitality welcomes call for business rates and wider tax reform','','inherit','closed','closed','','2059-revision-v1','','','2018-07-30 08:01:07','2018-07-30 08:01:07','',2059,'http://www.ontradeprogress.com/2018/07/30/2059-revision-v1/',0,'revision','',0),(2061,1,'2018-07-30 08:08:52','2018-07-30 08:08:52','<strong>Aroma Academy has launched an online E-Learning version of its Foundation Sensory Training – bringing training to hospitality professionals across the UK.</strong>\r\n\r\nAroma Academy, the sensory specialist, has launched an online E-Learning version of its Foundation Sensory Training – aimed at food and drink professionals. Anyone from distillers, wine producers, brewers, sensory panel members, sales and marketing staff, sommeliers, bar tenders and retail distributors can benefit from the intensive programme.\r\n\r\nThe original programme is delivered via classroom training only, where industry professionals and enthusiasts test and develop their senses face-to-face. With the launch of Aroma Academy’s E-Learning programme, hospitality professionals can learn at their own pace; any place, any time!\r\n\r\n<strong>Staying connected</strong>\r\n\r\nAroma Academy provides an accompanying Sensory Standards Kit and accompanying online content, which participators of the programme are encouraged to follow along throughout their course.\r\n\r\nThe company recently released a series of fun Aroma Games last year too, aimed at the consumer market; the perfect gift for sensory enthusiasts – which complements the already established Sensory Training Kits.\r\n\r\n<strong>For all</strong>\r\n\r\nIndustry professionals across the nation benefit from the training programme, which seeks to further staff knowledge. This knowledge ultimately develops them as hospitality professionals and helps them engage more deeply with customers.\r\n\r\n“The company offers the opportunity for the development of sensory skills, a key skill for hospitality professionals,” explains Alan Gordon, CEO of Aroma Academy. “This allows them to engage knowledgeably regarding flavour profiles (and potential flavour problems) with customers, fellow staff, peers and suppliers.\r\n\r\n“There is a lot of very good general wine, beer and spirits education and training available from different sources but too often the training, education and development of the key practical sensory skills has been a major missing link. The Aroma Academy has addressed this crucial missing link via a series of self-learn Sensory Kits, Training Programmes and Competency Systems allowing professionals to progress to whatever level they require – in a way and at a pace that suits them best.\r\n\r\n“The Sensory Training is therefore complementary to other wine, beer and spirits education and training that is available.”\r\n\r\n<strong>Market leader</strong>\r\n\r\nAroma Academy specialises in cutting edge education in comparison to any other marketing offerings. It offers a greater depth and breadth for those wishing to boost their skills, and delves deeper into the science behind the senses.\r\n\r\nGordon elaborates: “The Aroma Academy has sets of Aroma Standards for various drinks categories including wine, whisky, bourbon, gin and rum, and has created bespoke kits and training for many of the leading international drinks companies.\r\n\r\n“The Aroma Academy is also recognised as the company which is training key staff in the leading international companies as well as enthusiasts and connoisseurs worldwide.”\r\n\r\nFor more information on Aroma Academy, visit <a href=\"http://www.aroma-academy.co.uk\">www.aroma-academy.co.uk</a>, call 01224 961620 or email enquiries@aroma-academy.co.uk','Aroma Academy - Making sense of things','','publish','closed','open','','making-sense-of-things','','','2018-07-30 08:09:30','2018-07-30 08:09:30','',0,'http://www.ontradeprogress.com/?p=2061',0,'post','',0),(2062,1,'2018-07-30 08:07:12','2018-07-30 08:07:12','','Screen Shot 2018-07-30 at 09.03.14','','inherit','closed','closed','','screen-shot-2018-07-30-at-09-03-14','','','2018-07-30 08:07:12','2018-07-30 08:07:12','',2061,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-09.03.14.png',0,'attachment','image/png',0),(2063,1,'2018-07-30 08:08:52','2018-07-30 08:08:52','<strong>Aroma Academy has launched an online E-Learning version of its Foundation Sensory Training – bringing training to hospitality professionals across the UK.</strong>\r\n\r\nAroma Academy, the sensory specialist, has launched an online E-Learning version of its Foundation Sensory Training – aimed at food and drink professionals. Anyone from distillers, wine producers, brewers, sensory panel members, sales and marketing staff, sommeliers, bar tenders and retail distributors can benefit from the intensive programme.\r\n\r\nThe original programme is delivered via classroom training only, where industry professionals and enthusiasts test and develop their senses face-to-face. With the launch of Aroma Academy’s E-Learning programme, hospitality professionals can learn at their own pace; any place, any time!\r\n\r\n<strong>Staying connected</strong>\r\n\r\nAroma Academy provides an accompanying Sensory Standards Kit and accompanying online content, which participators of the programme are encouraged to follow along throughout their course.\r\n\r\nThe company recently released a series of fun Aroma Games last year too, aimed at the consumer market; the perfect gift for sensory enthusiasts – which complements the already established Sensory Training Kits.\r\n\r\n<strong>For all</strong>\r\n\r\nIndustry professionals across the nation benefit from the training programme, which seeks to further staff knowledge. This knowledge ultimately develops them as hospitality professionals and helps them engage more deeply with customers.\r\n\r\n“The company offers the opportunity for the development of sensory skills, a key skill for hospitality professionals,” explains Alan Gordon, CEO of Aroma Academy. “This allows them to engage knowledgeably regarding flavour profiles (and potential flavour problems) with customers, fellow staff, peers and suppliers.\r\n\r\n“There is a lot of very good general wine, beer and spirits education and training available from different sources but too often the training, education and development of the key practical sensory skills has been a major missing link. The Aroma Academy has addressed this crucial missing link via a series of self-learn Sensory Kits, Training Programmes and Competency Systems allowing professionals to progress to whatever level they require – in a way and at a pace that suits them best.\r\n\r\n“The Sensory Training is therefore complementary to other wine, beer and spirits education and training that is available.”\r\n\r\n<strong>Market leader</strong>\r\n\r\nAroma Academy specialises in cutting edge education in comparison to any other marketing offerings. It offers a greater depth and breadth for those wishing to boost their skills, and delves deeper into the science behind the senses.\r\n\r\nGordon elaborates: “The Aroma Academy has sets of Aroma Standards for various drinks categories including wine, whisky, bourbon, gin and rum, and has created bespoke kits and training for many of the leading international drinks companies.\r\n\r\n“The Aroma Academy is also recognised as the company which is training key staff in the leading international companies as well as enthusiasts and connoisseurs worldwide.”\r\n\r\nFor more information on Aroma Academy, visit <a href=\"http://www.aroma-academy.co.uk\">www.aroma-academy.co.uk</a>, call 01224 961620 or email enquiries@aroma-academy.co.uk','Making sense of things','','inherit','closed','closed','','2061-revision-v1','','','2018-07-30 08:08:52','2018-07-30 08:08:52','',2061,'http://www.ontradeprogress.com/2018/07/30/2061-revision-v1/',0,'revision','',0),(2064,1,'2018-07-30 08:09:30','2018-07-30 08:09:30','<strong>Aroma Academy has launched an online E-Learning version of its Foundation Sensory Training – bringing training to hospitality professionals across the UK.</strong>\r\n\r\nAroma Academy, the sensory specialist, has launched an online E-Learning version of its Foundation Sensory Training – aimed at food and drink professionals. Anyone from distillers, wine producers, brewers, sensory panel members, sales and marketing staff, sommeliers, bar tenders and retail distributors can benefit from the intensive programme.\r\n\r\nThe original programme is delivered via classroom training only, where industry professionals and enthusiasts test and develop their senses face-to-face. With the launch of Aroma Academy’s E-Learning programme, hospitality professionals can learn at their own pace; any place, any time!\r\n\r\n<strong>Staying connected</strong>\r\n\r\nAroma Academy provides an accompanying Sensory Standards Kit and accompanying online content, which participators of the programme are encouraged to follow along throughout their course.\r\n\r\nThe company recently released a series of fun Aroma Games last year too, aimed at the consumer market; the perfect gift for sensory enthusiasts – which complements the already established Sensory Training Kits.\r\n\r\n<strong>For all</strong>\r\n\r\nIndustry professionals across the nation benefit from the training programme, which seeks to further staff knowledge. This knowledge ultimately develops them as hospitality professionals and helps them engage more deeply with customers.\r\n\r\n“The company offers the opportunity for the development of sensory skills, a key skill for hospitality professionals,” explains Alan Gordon, CEO of Aroma Academy. “This allows them to engage knowledgeably regarding flavour profiles (and potential flavour problems) with customers, fellow staff, peers and suppliers.\r\n\r\n“There is a lot of very good general wine, beer and spirits education and training available from different sources but too often the training, education and development of the key practical sensory skills has been a major missing link. The Aroma Academy has addressed this crucial missing link via a series of self-learn Sensory Kits, Training Programmes and Competency Systems allowing professionals to progress to whatever level they require – in a way and at a pace that suits them best.\r\n\r\n“The Sensory Training is therefore complementary to other wine, beer and spirits education and training that is available.”\r\n\r\n<strong>Market leader</strong>\r\n\r\nAroma Academy specialises in cutting edge education in comparison to any other marketing offerings. It offers a greater depth and breadth for those wishing to boost their skills, and delves deeper into the science behind the senses.\r\n\r\nGordon elaborates: “The Aroma Academy has sets of Aroma Standards for various drinks categories including wine, whisky, bourbon, gin and rum, and has created bespoke kits and training for many of the leading international drinks companies.\r\n\r\n“The Aroma Academy is also recognised as the company which is training key staff in the leading international companies as well as enthusiasts and connoisseurs worldwide.”\r\n\r\nFor more information on Aroma Academy, visit <a href=\"http://www.aroma-academy.co.uk\">www.aroma-academy.co.uk</a>, call 01224 961620 or email enquiries@aroma-academy.co.uk','Aroma Academy - Making sense of things','','inherit','closed','closed','','2061-revision-v1','','','2018-07-30 08:09:30','2018-07-30 08:09:30','',2061,'http://www.ontradeprogress.com/2018/07/30/2061-revision-v1/',0,'revision','',0),(2065,1,'2018-07-30 08:27:25','2018-07-30 08:27:25','<strong>On-Trade Progress examines how The Deck Tile Co transformed Ramsgate Wetherspoons and what hospitality professionals can do to transform their venue.</strong>\r\n\r\nWith summer firmly here and the World Cup upon us, venues have been scrambling to ensure their outdoor offering is out to scratch. With pub garden culture being so prevalent in the UK, there is no where customers want to be more than enjoying a cold beverage in the, admittedly fleeting, English sunshine.\r\n\r\nThere are several ways a venue can transform their outdoor space to improve their offering, whether it’s redesigning their patio area, balcony or roof. The Deck Tile Co offer stand out solutions for all hospitality professionals. The company specialise in exterior flooring solutions, and their products are designed for fast, cost-effective installation over most surfaces, including single ply waterproof membranes, roofing felt and other waterproofing systems.\r\n\r\n<strong>Working well</strong>\r\n\r\nWe catch up with Barry Sheen, the managing director of The Deck Tile Co and Surface 360, who elaborates on a particularly special venue he worked on earlier in the year; Ramsgate Wetherspoons.\r\n\r\nWorking around the unique venue’s history and surroundings, The Deck Tile Co provided expert external flooring.\r\n\r\n“Our brief was to supply external flooring that offers low on-going maintenance, is practical yet smart and in keeping with the surroundings, for example, the beach,” says Sheen. “We used Levato Mono porcelain raised access paving system, timber effect planks Timeless range 400x1200x20mm and the Levato Height adjustable/slope correcting support system.”\r\n\r\nSheen and his team are used to managing and implementing large installations and working to a tight schedule. With only a three-week completion slot, the team worked hard to ensure the job was done.\r\n\r\nHe says: “This was a large installation, approximately 750m2 so hoisting the material onto the terrace was essential and saved so much time and labour. The works had to be completed in three weeks ready for the launch date so late nights working were a must – and we did it!”\r\n\r\nThe Deck Tile Co team had to work around a few setbacks, including working around existing trade and being aware of deliveries coming and going too. Sheen continues: “As with many sites, there are other trades we need to work around and with – nothing we couldn’t manage though – all part of the process.”\r\n\r\n<strong>Great fit</strong>\r\n\r\nWhen the work was completed, both Ramsgate Wetherspoons and The Deck Tile Co were happy with the results. Chris Whitbourn, manager of the venue, he remarked on how the surface was very even and done to a very high standard, despite their being chances it could have been slightly bumpy.\r\n\r\nHe also remarked that the enormity and professionalism of the job implies a very high standard and that “they can take on any job and complete it to an exceptional standard”.\r\n\r\nSheen agrees, he said: “The finished terrace has been admired over and over. The Timeless range has a ‘decking’ feel about it so is perfect for beside the seaside and will remain so for a very long time – no splinters, algae, stains, no weathering etc. The Levato Mono raised access paving system has meant a really attractive external floor has been laid without compromising the waterproofing below.”\r\n\r\nRamsgate Wetherspoons is already seeing the positive effects from the new decking, with Whitbourn exclaiming that “any sunshine sees the space filled with customers and sometimes without!” Moreover, the space which now holds 150 tables can accommodate more than 500 customers, who can all enjoy the space at the same time. Even if, perhaps typical of our wonderful country, it does rain over the summer, the surface has been designed to be sturdy and non-slip, even when soaked.\r\n\r\n<strong>Decking for all</strong>\r\n\r\nOutdoor spaces, especially during the warmer months, are one of the main attractions of any venue. They offer a space for customers to enjoy the sunshine, as well as the fantastic food and drink you have to serve. We’ve asked Sheen what advice he would give to hospitality professionals looking to improve their outdoor space.\r\n\r\n“Outdoor spaces can be quite quickly and easily transformed using the Levato Mono porcelain system,” concludes Sheen. “Sometimes without too much preparation in terms of costly building works. We can often install straight over the existing membrane or old tired slabs. Porcelain paving has so many benefits and offers flexibility, instant transformation and very low on-going maintenance, therefore, massive over-life savings.”\r\n\r\nWith venues continuing looking to make their venue more attractive to consumers, companies such as The Deck Tile Co, provide quick, efficient and stunning installations. Every outdoor space has great potential and with summer upon us, there’s no better time to do up your outdoor space for maximum effect.','Out in the open with Wetherspoons','','publish','closed','open','','out-in-the-open-with-wetherspoons','','','2018-07-30 08:42:48','2018-07-30 08:42:48','',0,'http://www.ontradeprogress.com/?p=2065',0,'post','',0),(2066,1,'2018-07-30 08:24:55','2018-07-30 08:24:55','','Screen Shot 2018-07-30 at 09.24.19','','inherit','closed','closed','','screen-shot-2018-07-30-at-09-24-19','','','2018-07-30 08:24:55','2018-07-30 08:24:55','',2065,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-09.24.19.png',0,'attachment','image/png',0),(2067,1,'2018-07-30 08:27:25','2018-07-30 08:27:25','<strong><em>On-Trade Progress </em>examines how The Deck Tile Co transformed Ramsgate Whetherspoons and what hospitality professionals can do to transform their venue.</strong>\r\n\r\nWith summer firmly here and the World Cup upon us, venues have been scrambling to ensure their outdoor offering is out to scratch. With pub garden culture being so prevalent in the UK, there is no where customers want to be more than enjoying a cold beverage in the, admittedly fleeting, English sunshine.\r\n\r\nThere are several ways a venue can transform their outdoor space to improve their offering, whether it’s redesigning their patio area, balcony or roof. The Deck Tile Co offer stand out solutions for all hospitality professionals. The company specialise in exterior flooring solutions, and their products are designed for fast, cost-effective installation over most surfaces, including single ply waterproof membranes, roofing felt and other waterproofing systems.\r\n\r\n<strong>Working well</strong>\r\n\r\nWe catch up with Barry Sheen, the managing director of The Deck Tile Co and Surface 360, who elaborates on a particularly special venue he worked on earlier in the year; Ramsgate Whetherspoons.\r\n\r\nWorking around the unique venue’s history and surroundings, The Deck Tile Co provided expert external flooring.\r\n\r\n“Our brief was to supply external flooring that offers low on-going maintenance, is practical yet smart and in keeping with the surroundings, for example, the beach,” says Sheen. “We used Levato Mono porcelain raised access paving system, timber effect planks Timeless range 400x1200x20mm and the Levato Height adjustable/slope correcting support system.”\r\n\r\nSheen and his team are used to managing and implementing large installations and working to a tight schedule. With only a three-week completion slot, the team worked hard to ensure the job was done.\r\n\r\nHe says: “This was a large installation, approximately 750m2 so hoisting the material onto the terrace was essential and saved so much time and labour. The works had to be completed in three weeks ready for the launch date so late nights working were a must – and we did it!”\r\n\r\nThe Deck Tile Co team had to work around a few setbacks, including working around existing trade and being aware of deliveries coming and going too. Sheen continues: “As with many sites, there are other trades we need to work around and with – nothing we couldn’t manage though – all part of the process.”\r\n\r\n<strong>Great fit</strong>\r\n\r\nWhen the work was completed, both Ramsgate Whetherspoons and The Deck Tile Co were happy with the results. Chris Whitbourn, manager of the venue, he remarked on how the surface was very even and done to a very high standard, despite their being chances it could have been slightly bumpy.\r\n\r\nHe also remarked that the enormity and professionalism of the job implies a very high standard and that “they can take on any job and complete it to an exceptional standard”.\r\n\r\nSheen agrees, he said: “The finished terrace has been admired over and over. The Timeless range has a ‘decking’ feel about it so is perfect for beside the seaside and will remain so for a very long time – no splinters, algae, stains, no weathering etc. The Levato Mono raised access paving system has meant a really attractive external floor has been laid without compromising the waterproofing below.”\r\n\r\nRamsgate Whetherspoons is already seeing the positive effects from the new decking, with Whitbourn exclaiming that “any sunshine sees the space filled with customers and sometimes without!” Moreover, the space which now holds 150 tables can accommodate more than 500 customers, who can all enjoy the space at the same time. Even if, perhaps typical of our wonderful country, it does rain over the summer, the surface has been designed to be sturdy and non-slip, even when soaked.\r\n\r\n<strong>Decking for all</strong>\r\n\r\nOutdoor spaces, especially during the warmer months, are one of the main attractions of any venue. They offer a space for customers to enjoy the sunshine, as well as the fantastic food and drink you have to serve. We’ve asked Sheen what advice he would give to hospitality professionals looking to improve their outdoor space.\r\n\r\n“Outdoor spaces can be quite quickly and easily transformed using the Levato Mono porcelain system,” concludes Sheen. “Sometimes without too much preparation in terms of costly building works. We can often install straight over the existing membrane or old tired slabs. Porcelain paving has so many benefits and offers flexibility, instant transformation and very low on-going maintenance, therefore, massive over-life savings.”\r\n\r\nWith venues continuing looking to make their venue more attractive to consumers, companies such as The Deck Tile Co, provide quick, efficient and stunning installations. Every outdoor space has great potential and with summer upon us, there’s no better time to do up your outdoor space for maximum effect.','Out in the open','','inherit','closed','closed','','2065-revision-v1','','','2018-07-30 08:27:25','2018-07-30 08:27:25','',2065,'http://www.ontradeprogress.com/2018/07/30/2065-revision-v1/',0,'revision','',0),(2068,1,'2018-07-30 08:33:46','2018-07-30 08:33:46','<strong>UKHospitality has welcomed a report by MPs on the UK’s sharing economy and has called on the Government to provide a level regulatory playing field to support hospitality businesses and increase customer safety.</strong>\r\n\r\nThe All-Party Parliamentary Group for Tourism today published its report on the impact of the sharing economy on the UK tourism industry in Parliament.\r\n\r\nIt acknowledges the need to provide a level legislative playing field, including the need for sharing economy businesses to pay the appropriate level of tax, as well as the need to ensure customer safety and recognise the concerns of local communities.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The sharing economy has helped revitalise and energise tourism around the world and has provided customers with greater choice than ever. This growth is most welcome but, as the report highlights, there are serious flaws with the current system and hospitality businesses are at an unfair disadvantage. UKHospitality gave evidence to the Group’s report enquiry to raise this issue, so it is encouraging to see the concerns of the sector acknowledged.\r\n\r\n“The report includes compelling evidence that individuals abuse the system, acting in a commercial manner, profiting while putting customers at risk and undermining other hospitality businesses. Hotels, bed &amp; breakfasts and other accommodation providers comply with rigorous checks to ensure safety and they operate within a very strict tax environment. Potentially unsafe accommodation and rogue landlords - effectively operating as businesses and often not paying tax - should not be tolerated, particularly when affordable housing is at such a premium in the UK.\r\n\r\n“We don’t want innovation in the sharing economy to be stifled or customers given fewer choices, only that those businesses be subject to the same checks, balances and taxes as the hospitality sector. Otherwise, unscrupulous businesses will continue to put customers at risk and hospitality businesses will remain at a disadvantage.”','UKHospitality calls for transparency and equality in sharing economy','','inherit','closed','closed','','2057-revision-v1','','','2018-07-30 08:33:46','2018-07-30 08:33:46','',2057,'http://www.ontradeprogress.com/2018/07/30/2057-revision-v1/',0,'revision','',0),(2069,1,'2018-07-30 08:36:06','2018-07-30 08:36:06','<strong><em>On-Trade Progress </em>examines how The Deck Tile Co transformed Ramsgate Whetherspoons and what hospitality professionals can do to transform their venue.</strong>\r\n\r\nWith summer firmly here and the World Cup upon us, venues have been scrambling to ensure their outdoor offering is out to scratch. With pub garden culture being so prevalent in the UK, there is no where customers want to be more than enjoying a cold beverage in the, admittedly fleeting, English sunshine.\r\n\r\nThere are several ways a venue can transform their outdoor space to improve their offering, whether it’s redesigning their patio area, balcony or roof. The Deck Tile Co offer stand out solutions for all hospitality professionals. The company specialise in exterior flooring solutions, and their products are designed for fast, cost-effective installation over most surfaces, including single ply waterproof membranes, roofing felt and other waterproofing systems.\r\n\r\n<strong>Working well</strong>\r\n\r\nWe catch up with Barry Sheen, the managing director of The Deck Tile Co and Surface 360, who elaborates on a particularly special venue he worked on earlier in the year; Ramsgate Whetherspoons.\r\n\r\nWorking around the unique venue’s history and surroundings, The Deck Tile Co provided expert external flooring.\r\n\r\n“Our brief was to supply external flooring that offers low on-going maintenance, is practical yet smart and in keeping with the surroundings, for example, the beach,” says Sheen. “We used Levato Mono porcelain raised access paving system, timber effect planks Timeless range 400x1200x20mm and the Levato Height adjustable/slope correcting support system.”\r\n\r\nSheen and his team are used to managing and implementing large installations and working to a tight schedule. With only a three-week completion slot, the team worked hard to ensure the job was done.\r\n\r\nHe says: “This was a large installation, approximately 750m2 so hoisting the material onto the terrace was essential and saved so much time and labour. The works had to be completed in three weeks ready for the launch date so late nights working were a must – and we did it!”\r\n\r\nThe Deck Tile Co team had to work around a few setbacks, including working around existing trade and being aware of deliveries coming and going too. Sheen continues: “As with many sites, there are other trades we need to work around and with – nothing we couldn’t manage though – all part of the process.”\r\n\r\n<strong>Great fit</strong>\r\n\r\nWhen the work was completed, both Ramsgate Whetherspoons and The Deck Tile Co were happy with the results. Chris Whitbourn, manager of the venue, he remarked on how the surface was very even and done to a very high standard, despite their being chances it could have been slightly bumpy.\r\n\r\nHe also remarked that the enormity and professionalism of the job implies a very high standard and that “they can take on any job and complete it to an exceptional standard”.\r\n\r\nSheen agrees, he said: “The finished terrace has been admired over and over. The Timeless range has a ‘decking’ feel about it so is perfect for beside the seaside and will remain so for a very long time – no splinters, algae, stains, no weathering etc. The Levato Mono raised access paving system has meant a really attractive external floor has been laid without compromising the waterproofing below.”\r\n\r\nRamsgate Whetherspoons is already seeing the positive effects from the new decking, with Whitbourn exclaiming that “any sunshine sees the space filled with customers and sometimes without!” Moreover, the space which now holds 150 tables can accommodate more than 500 customers, who can all enjoy the space at the same time. Even if, perhaps typical of our wonderful country, it does rain over the summer, the surface has been designed to be sturdy and non-slip, even when soaked.\r\n\r\n<strong>Decking for all</strong>\r\n\r\nOutdoor spaces, especially during the warmer months, are one of the main attractions of any venue. They offer a space for customers to enjoy the sunshine, as well as the fantastic food and drink you have to serve. We’ve asked Sheen what advice he would give to hospitality professionals looking to improve their outdoor space.\r\n\r\n“Outdoor spaces can be quite quickly and easily transformed using the Levato Mono porcelain system,” concludes Sheen. “Sometimes without too much preparation in terms of costly building works. We can often install straight over the existing membrane or old tired slabs. Porcelain paving has so many benefits and offers flexibility, instant transformation and very low on-going maintenance, therefore, massive over-life savings.”\r\n\r\nWith venues continuing looking to make their venue more attractive to consumers, companies such as The Deck Tile Co, provide quick, efficient and stunning installations. Every outdoor space has great potential and with summer upon us, there’s no better time to do up your outdoor space for maximum effect.','Out in the open with Wetherspoons','','inherit','closed','closed','','2065-revision-v1','','','2018-07-30 08:36:06','2018-07-30 08:36:06','',2065,'http://www.ontradeprogress.com/2018/07/30/2065-revision-v1/',0,'revision','',0),(2070,1,'2018-07-30 08:36:39','2018-07-30 08:36:39','<strong>On-Trade Progress examines how The Deck Tile Co transformed Ramsgate Whetherspoons and what hospitality professionals can do to transform their venue.</strong>\r\n\r\nWith summer firmly here and the World Cup upon us, venues have been scrambling to ensure their outdoor offering is out to scratch. With pub garden culture being so prevalent in the UK, there is no where customers want to be more than enjoying a cold beverage in the, admittedly fleeting, English sunshine.\r\n\r\nThere are several ways a venue can transform their outdoor space to improve their offering, whether it’s redesigning their patio area, balcony or roof. The Deck Tile Co offer stand out solutions for all hospitality professionals. The company specialise in exterior flooring solutions, and their products are designed for fast, cost-effective installation over most surfaces, including single ply waterproof membranes, roofing felt and other waterproofing systems.\r\n\r\n<strong>Working well</strong>\r\n\r\nWe catch up with Barry Sheen, the managing director of The Deck Tile Co and Surface 360, who elaborates on a particularly special venue he worked on earlier in the year; Ramsgate Whetherspoons.\r\n\r\nWorking around the unique venue’s history and surroundings, The Deck Tile Co provided expert external flooring.\r\n\r\n“Our brief was to supply external flooring that offers low on-going maintenance, is practical yet smart and in keeping with the surroundings, for example, the beach,” says Sheen. “We used Levato Mono porcelain raised access paving system, timber effect planks Timeless range 400x1200x20mm and the Levato Height adjustable/slope correcting support system.”\r\n\r\nSheen and his team are used to managing and implementing large installations and working to a tight schedule. With only a three-week completion slot, the team worked hard to ensure the job was done.\r\n\r\nHe says: “This was a large installation, approximately 750m2 so hoisting the material onto the terrace was essential and saved so much time and labour. The works had to be completed in three weeks ready for the launch date so late nights working were a must – and we did it!”\r\n\r\nThe Deck Tile Co team had to work around a few setbacks, including working around existing trade and being aware of deliveries coming and going too. Sheen continues: “As with many sites, there are other trades we need to work around and with – nothing we couldn’t manage though – all part of the process.”\r\n\r\n<strong>Great fit</strong>\r\n\r\nWhen the work was completed, both Ramsgate Whetherspoons and The Deck Tile Co were happy with the results. Chris Whitbourn, manager of the venue, he remarked on how the surface was very even and done to a very high standard, despite their being chances it could have been slightly bumpy.\r\n\r\nHe also remarked that the enormity and professionalism of the job implies a very high standard and that “they can take on any job and complete it to an exceptional standard”.\r\n\r\nSheen agrees, he said: “The finished terrace has been admired over and over. The Timeless range has a ‘decking’ feel about it so is perfect for beside the seaside and will remain so for a very long time – no splinters, algae, stains, no weathering etc. The Levato Mono raised access paving system has meant a really attractive external floor has been laid without compromising the waterproofing below.”\r\n\r\nRamsgate Whetherspoons is already seeing the positive effects from the new decking, with Whitbourn exclaiming that “any sunshine sees the space filled with customers and sometimes without!” Moreover, the space which now holds 150 tables can accommodate more than 500 customers, who can all enjoy the space at the same time. Even if, perhaps typical of our wonderful country, it does rain over the summer, the surface has been designed to be sturdy and non-slip, even when soaked.\r\n\r\n<strong>Decking for all</strong>\r\n\r\nOutdoor spaces, especially during the warmer months, are one of the main attractions of any venue. They offer a space for customers to enjoy the sunshine, as well as the fantastic food and drink you have to serve. We’ve asked Sheen what advice he would give to hospitality professionals looking to improve their outdoor space.\r\n\r\n“Outdoor spaces can be quite quickly and easily transformed using the Levato Mono porcelain system,” concludes Sheen. “Sometimes without too much preparation in terms of costly building works. We can often install straight over the existing membrane or old tired slabs. Porcelain paving has so many benefits and offers flexibility, instant transformation and very low on-going maintenance, therefore, massive over-life savings.”\r\n\r\nWith venues continuing looking to make their venue more attractive to consumers, companies such as The Deck Tile Co, provide quick, efficient and stunning installations. Every outdoor space has great potential and with summer upon us, there’s no better time to do up your outdoor space for maximum effect.','Out in the open with Wetherspoons','','inherit','closed','closed','','2065-revision-v1','','','2018-07-30 08:36:39','2018-07-30 08:36:39','',2065,'http://www.ontradeprogress.com/2018/07/30/2065-revision-v1/',0,'revision','',0),(2071,1,'2018-07-30 08:42:21','2018-07-30 08:42:21','<strong>On-Trade Progress examines how The Deck Tile Co transformed Ramsgate Wetherspoons and what hospitality professionals can do to transform their venue.</strong>\n\nWith summer firmly here and the World Cup upon us, venues have been scrambling to ensure their outdoor offering is out to scratch. With pub garden culture being so prevalent in the UK, there is no where customers want to be more than enjoying a cold beverage in the, admittedly fleeting, English sunshine.\n\nThere are several ways a venue can transform their outdoor space to improve their offering, whether it’s redesigning their patio area, balcony or roof. The Deck Tile Co offer stand out solutions for all hospitality professionals. The company specialise in exterior flooring solutions, and their products are designed for fast, cost-effective installation over most surfaces, including single ply waterproof membranes, roofing felt and other waterproofing systems.\n\n<strong>Working well</strong>\n\nWe catch up with Barry Sheen, the managing director of The Deck Tile Co and Surface 360, who elaborates on a particularly special venue he worked on earlier in the year; Ramsgate Wetherspoons.\n\nWorking around the unique venue’s history and surroundings, The Deck Tile Co provided expert external flooring.\n\n“Our brief was to supply external flooring that offers low on-going maintenance, is practical yet smart and in keeping with the surroundings, for example, the beach,” says Sheen. “We used Levato Mono porcelain raised access paving system, timber effect planks Timeless range 400x1200x20mm and the Levato Height adjustable/slope correcting support system.”\n\nSheen and his team are used to managing and implementing large installations and working to a tight schedule. With only a three-week completion slot, the team worked hard to ensure the job was done.\n\nHe says: “This was a large installation, approximately 750m2 so hoisting the material onto the terrace was essential and saved so much time and labour. The works had to be completed in three weeks ready for the launch date so late nights working were a must – and we did it!”\n\nThe Deck Tile Co team had to work around a few setbacks, including working around existing trade and being aware of deliveries coming and going too. Sheen continues: “As with many sites, there are other trades we need to work around and with – nothing we couldn’t manage though – all part of the process.”\n\n<strong>Great fit</strong>\n\nWhen the work was completed, both Ramsgate Whetherspoons and The Deck Tile Co were happy with the results. Chris Whitbourn, manager of the venue, he remarked on how the surface was very even and done to a very high standard, despite their being chances it could have been slightly bumpy.\n\nHe also remarked that the enormity and professionalism of the job implies a very high standard and that “they can take on any job and complete it to an exceptional standard”.\n\nSheen agrees, he said: “The finished terrace has been admired over and over. The Timeless range has a ‘decking’ feel about it so is perfect for beside the seaside and will remain so for a very long time – no splinters, algae, stains, no weathering etc. The Levato Mono raised access paving system has meant a really attractive external floor has been laid without compromising the waterproofing below.”\n\nRamsgate Whetherspoons is already seeing the positive effects from the new decking, with Whitbourn exclaiming that “any sunshine sees the space filled with customers and sometimes without!” Moreover, the space which now holds 150 tables can accommodate more than 500 customers, who can all enjoy the space at the same time. Even if, perhaps typical of our wonderful country, it does rain over the summer, the surface has been designed to be sturdy and non-slip, even when soaked.\n\n<strong>Decking for all</strong>\n\nOutdoor spaces, especially during the warmer months, are one of the main attractions of any venue. They offer a space for customers to enjoy the sunshine, as well as the fantastic food and drink you have to serve. We’ve asked Sheen what advice he would give to hospitality professionals looking to improve their outdoor space.\n\n“Outdoor spaces can be quite quickly and easily transformed using the Levato Mono porcelain system,” concludes Sheen. “Sometimes without too much preparation in terms of costly building works. We can often install straight over the existing membrane or old tired slabs. Porcelain paving has so many benefits and offers flexibility, instant transformation and very low on-going maintenance, therefore, massive over-life savings.”\n\nWith venues continuing looking to make their venue more attractive to consumers, companies such as The Deck Tile Co, provide quick, efficient and stunning installations. Every outdoor space has great potential and with summer upon us, there’s no better time to do up your outdoor space for maximum effect.','Out in the open with Wetherspoons','','inherit','closed','closed','','2065-autosave-v1','','','2018-07-30 08:42:21','2018-07-30 08:42:21','',2065,'http://www.ontradeprogress.com/2018/07/30/2065-autosave-v1/',0,'revision','',0),(2072,1,'2018-07-30 08:42:48','2018-07-30 08:42:48','<strong>On-Trade Progress examines how The Deck Tile Co transformed Ramsgate Wetherspoons and what hospitality professionals can do to transform their venue.</strong>\r\n\r\nWith summer firmly here and the World Cup upon us, venues have been scrambling to ensure their outdoor offering is out to scratch. With pub garden culture being so prevalent in the UK, there is no where customers want to be more than enjoying a cold beverage in the, admittedly fleeting, English sunshine.\r\n\r\nThere are several ways a venue can transform their outdoor space to improve their offering, whether it’s redesigning their patio area, balcony or roof. The Deck Tile Co offer stand out solutions for all hospitality professionals. The company specialise in exterior flooring solutions, and their products are designed for fast, cost-effective installation over most surfaces, including single ply waterproof membranes, roofing felt and other waterproofing systems.\r\n\r\n<strong>Working well</strong>\r\n\r\nWe catch up with Barry Sheen, the managing director of The Deck Tile Co and Surface 360, who elaborates on a particularly special venue he worked on earlier in the year; Ramsgate Wetherspoons.\r\n\r\nWorking around the unique venue’s history and surroundings, The Deck Tile Co provided expert external flooring.\r\n\r\n“Our brief was to supply external flooring that offers low on-going maintenance, is practical yet smart and in keeping with the surroundings, for example, the beach,” says Sheen. “We used Levato Mono porcelain raised access paving system, timber effect planks Timeless range 400x1200x20mm and the Levato Height adjustable/slope correcting support system.”\r\n\r\nSheen and his team are used to managing and implementing large installations and working to a tight schedule. With only a three-week completion slot, the team worked hard to ensure the job was done.\r\n\r\nHe says: “This was a large installation, approximately 750m2 so hoisting the material onto the terrace was essential and saved so much time and labour. The works had to be completed in three weeks ready for the launch date so late nights working were a must – and we did it!”\r\n\r\nThe Deck Tile Co team had to work around a few setbacks, including working around existing trade and being aware of deliveries coming and going too. Sheen continues: “As with many sites, there are other trades we need to work around and with – nothing we couldn’t manage though – all part of the process.”\r\n\r\n<strong>Great fit</strong>\r\n\r\nWhen the work was completed, both Ramsgate Wetherspoons and The Deck Tile Co were happy with the results. Chris Whitbourn, manager of the venue, he remarked on how the surface was very even and done to a very high standard, despite their being chances it could have been slightly bumpy.\r\n\r\nHe also remarked that the enormity and professionalism of the job implies a very high standard and that “they can take on any job and complete it to an exceptional standard”.\r\n\r\nSheen agrees, he said: “The finished terrace has been admired over and over. The Timeless range has a ‘decking’ feel about it so is perfect for beside the seaside and will remain so for a very long time – no splinters, algae, stains, no weathering etc. The Levato Mono raised access paving system has meant a really attractive external floor has been laid without compromising the waterproofing below.”\r\n\r\nRamsgate Wetherspoons is already seeing the positive effects from the new decking, with Whitbourn exclaiming that “any sunshine sees the space filled with customers and sometimes without!” Moreover, the space which now holds 150 tables can accommodate more than 500 customers, who can all enjoy the space at the same time. Even if, perhaps typical of our wonderful country, it does rain over the summer, the surface has been designed to be sturdy and non-slip, even when soaked.\r\n\r\n<strong>Decking for all</strong>\r\n\r\nOutdoor spaces, especially during the warmer months, are one of the main attractions of any venue. They offer a space for customers to enjoy the sunshine, as well as the fantastic food and drink you have to serve. We’ve asked Sheen what advice he would give to hospitality professionals looking to improve their outdoor space.\r\n\r\n“Outdoor spaces can be quite quickly and easily transformed using the Levato Mono porcelain system,” concludes Sheen. “Sometimes without too much preparation in terms of costly building works. We can often install straight over the existing membrane or old tired slabs. Porcelain paving has so many benefits and offers flexibility, instant transformation and very low on-going maintenance, therefore, massive over-life savings.”\r\n\r\nWith venues continuing looking to make their venue more attractive to consumers, companies such as The Deck Tile Co, provide quick, efficient and stunning installations. Every outdoor space has great potential and with summer upon us, there’s no better time to do up your outdoor space for maximum effect.','Out in the open with Wetherspoons','','inherit','closed','closed','','2065-revision-v1','','','2018-07-30 08:42:48','2018-07-30 08:42:48','',2065,'http://www.ontradeprogress.com/2018/07/30/2065-revision-v1/',0,'revision','',0),(2073,1,'2018-07-30 08:50:36','2018-07-30 08:50:36','<strong>eCatering, one of the UK’s Lowest Price Online Catering Equipment Suppliers, have expanded their back bar cabinets options for customers. They already boast a wide range of these versatile units; but realise that customers want more choice.</strong>\r\n\r\nThey now offer a range from single, double and triple door including hinged and sliding doors with some available in Stainless Steel or Silver/Grey. Starting from a ridiculously low £249, these are set to be big sellers in 2018 and are already outstripping demand. So, if you want one, act fast!\r\n\r\neCatering’s Marketing Manager, Mike Morris, stated “The variety of options means we can appeal to a wider audience and offer great discounts and savings. Bars can now choose from the right sizes and combinations to ensure they fill their back-bar cabinet areas efficiently and cost-effectively.”\r\n\r\nWe took a look at the Gastroline Black Hinged Double Door Bottle Cooler (order code: RRG013). At only £269, this stunning unit comes with lockable hinged doors, a 210ltr volume capacity, energy efficient cooling and fully adjustable digital temperature controller.\r\n\r\nTo find out more and see their incredible product ranges and savings, visit their website at <a href=\"http://www.ecatering.co.uk\">www.ecatering.co.uk</a>','eCatering expands back bar cabinet range','','publish','closed','open','','ecatering-expands-back-bar-cabinet-range','','','2018-07-30 08:50:36','2018-07-30 08:50:36','',0,'http://www.ontradeprogress.com/?p=2073',0,'post','',0),(2074,1,'2018-07-30 08:45:38','2018-07-30 08:45:38','','Screen Shot 2018-07-30 at 09.45.09','','inherit','closed','closed','','screen-shot-2018-07-30-at-09-45-09','','','2018-07-30 08:45:38','2018-07-30 08:45:38','',2073,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-09.45.09.png',0,'attachment','image/png',0),(2075,1,'2018-07-30 08:50:36','2018-07-30 08:50:36','<strong>eCatering, one of the UK’s Lowest Price Online Catering Equipment Suppliers, have expanded their back bar cabinets options for customers. They already boast a wide range of these versatile units; but realise that customers want more choice.</strong>\r\n\r\nThey now offer a range from single, double and triple door including hinged and sliding doors with some available in Stainless Steel or Silver/Grey. Starting from a ridiculously low £249, these are set to be big sellers in 2018 and are already outstripping demand. So, if you want one, act fast!\r\n\r\neCatering’s Marketing Manager, Mike Morris, stated “The variety of options means we can appeal to a wider audience and offer great discounts and savings. Bars can now choose from the right sizes and combinations to ensure they fill their back-bar cabinet areas efficiently and cost-effectively.”\r\n\r\nWe took a look at the Gastroline Black Hinged Double Door Bottle Cooler (order code: RRG013). At only £269, this stunning unit comes with lockable hinged doors, a 210ltr volume capacity, energy efficient cooling and fully adjustable digital temperature controller.\r\n\r\nTo find out more and see their incredible product ranges and savings, visit their website at <a href=\"http://www.ecatering.co.uk\">www.ecatering.co.uk</a>','eCatering expands back bar cabinet range','','inherit','closed','closed','','2073-revision-v1','','','2018-07-30 08:50:36','2018-07-30 08:50:36','',2073,'http://www.ontradeprogress.com/2018/07/30/2073-revision-v1/',0,'revision','',0),(2076,1,'2018-07-30 09:10:43','2018-07-30 09:10:43','<img class=\" wp-image-2077 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/HS-1.jpg\" alt=\"\" width=\"145\" height=\"145\" /><strong>Building on its reputation as the rogue of the spirits shelf, Scapegrace Gin is launching a cocktail competition with a difference. Bartenders entering the Anonymous contest will have to create a Scapegrace cocktail recipe that will be made for the judges by another bartender.</strong>\r\n\r\nWith the entrants remaining anonymous until after the judging, the competition has been launched by Hi-Spirits, distributor of premium New Zealand gin Scapegrace, to put the focus firmly on the quality of the cocktail rather than the personality of the bartender.\r\n\r\nAny bar stocking Scapegrace Classic Gin or Scapegrace Gold Gin can enter a cocktail recipe with a maximum of ten steps online. Entrants will be shortlisted on the basis of the originality of the drink, the appearance of the cocktail, and creativity based on their answers to two online questions about who they’d serve their drink to.\r\n\r\nRegional winners will be invited to a Grand Final in London on 3 October, during London Cocktail Week – where they will see their drink being made for the judges. The identity of the winning drink’s creator will only be revealed once the judging is complete.\r\n\r\nThe prize for each regional winner also includes a one night, all expenses paid trip to London, with a plus one. This will include a tour of some of the capital’s best venues, along with dinner and drinks, hosted by Scapegrace Ambassador Josh Linfitt. The overall winner will get a Scapegrace goodie bag and tickets to see Fat Freddy’s Drop at the Brixton O2 Academy on 9 November as part of another VIP night out.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “It’s just over a year since we launched Scapegrace in the UK, and it’s definitely lived up to its reputation as a Rogue in terms of its premium quality and mixability. There are plenty of cocktail competitions that put the focus on the personality and presentation skills of the bartender, so we’ve created the Anonymous competition to put the quality and originality of the cocktail itself at the heart of the contest.”\r\n\r\nComing from the Rogue Society Distilling Co, Scapegrace bills itself as the gin ‘from the bottom of the world’. Distilled in New Zealand using spring water sourced from the country’s Southern Alps, and botanicals sourced from around the world, the spirit is batch-distilled using a restored 19<sup>th</sup> century copper whisky still, with each batch individually numbered.\r\n\r\nScapegrace is a traditional word for a rogue or rascal, and the brand celebrates gin’s sometimes murky history with a black-tinted bottle, which has a shape based on an antique genever bottle. Alongside Scapegrace Classic, a 42.2% ABV complex, artisan dry gin which combines classic juniper and citrus notes with subtler floral and spice undertones, sits Scapegrace Gold, a 57% ABV Navy-strength gin with added tangerine flavour notes.\r\n\r\nFull entry details for the Anonymous Cocktail Competition, including terms and conditions, can be found at <a href=\"http://www.hi-spirits.com/scapegracecompetition\">www.hi-spirits.com/scapegracecompetition</a>.','Scapegrace Gin goes rogue with Anonymous Cocktail Competition','','publish','closed','open','','scapegrace-gin-goes-rogue-with-anonymous-cocktail-competition','','','2018-07-30 09:11:22','2018-07-30 09:11:22','',0,'http://www.ontradeprogress.com/?p=2076',0,'post','',0),(2077,1,'2018-07-30 09:07:55','2018-07-30 09:07:55','','HS','','inherit','closed','closed','','hs-2','','','2018-07-30 09:07:55','2018-07-30 09:07:55','',2076,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/HS-1.jpg',0,'attachment','image/jpeg',0),(2078,1,'2018-07-30 09:10:02','2018-07-30 09:10:02','','Screen Shot 2018-07-30 at 10.09.32','','inherit','closed','closed','','screen-shot-2018-07-30-at-10-09-32','','','2018-07-30 09:10:02','2018-07-30 09:10:02','',2076,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-10.09.32.png',0,'attachment','image/png',0),(2079,1,'2018-07-30 09:10:43','2018-07-30 09:10:43','<img class=\" wp-image-2077 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/HS-1.jpg\" alt=\"\" width=\"145\" height=\"145\" /><strong>Building on its reputation as the rogue of the spirits shelf, Scapegrace Gin is launching a cocktail competition with a difference. Bartenders entering the Anonymous contest will have to create a Scapegrace cocktail recipe that will be made for the judges by another bartender.</strong>\r\n\r\nWith the entrants remaining anonymous until after the judging, the competition has been launched by Hi-Spirits, distributor of premium New Zealand gin Scapegrace, to put the focus firmly on the quality of the cocktail rather than the personality of the bartender.\r\n\r\nAny bar stocking Scapegrace Classic Gin or Scapegrace Gold Gin can enter a cocktail recipe with a maximum of ten steps online. Entrants will be shortlisted on the basis of the originality of the drink, the appearance of the cocktail, and creativity based on their answers to two online questions about who they’d serve their drink to.\r\n\r\nRegional winners will be invited to a Grand Final in London on 3 October, during London Cocktail Week – where they will see their drink being made for the judges. The identity of the winning drink’s creator will only be revealed once the judging is complete.\r\n\r\nThe prize for each regional winner also includes a one night, all expenses paid trip to London, with a plus one. This will include a tour of some of the capital’s best venues, along with dinner and drinks, hosted by Scapegrace Ambassador Josh Linfitt. The overall winner will get a Scapegrace goodie bag and tickets to see Fat Freddy’s Drop at the Brixton O2 Academy on 9 November as part of another VIP night out.\r\n\r\nDan Bolton, managing director of Hi-Spirits, said: “It’s just over a year since we launched Scapegrace in the UK, and it’s definitely lived up to its reputation as a Rogue in terms of its premium quality and mixability. There are plenty of cocktail competitions that put the focus on the personality and presentation skills of the bartender, so we’ve created the Anonymous competition to put the quality and originality of the cocktail itself at the heart of the contest.”\r\n\r\nComing from the Rogue Society Distilling Co, Scapegrace bills itself as the gin ‘from the bottom of the world’. Distilled in New Zealand using spring water sourced from the country’s Southern Alps, and botanicals sourced from around the world, the spirit is batch-distilled using a restored 19<sup>th</sup> century copper whisky still, with each batch individually numbered.\r\n\r\nScapegrace is a traditional word for a rogue or rascal, and the brand celebrates gin’s sometimes murky history with a black-tinted bottle, which has a shape based on an antique genever bottle. Alongside Scapegrace Classic, a 42.2% ABV complex, artisan dry gin which combines classic juniper and citrus notes with subtler floral and spice undertones, sits Scapegrace Gold, a 57% ABV Navy-strength gin with added tangerine flavour notes.\r\n\r\nFull entry details for the Anonymous Cocktail Competition, including terms and conditions, can be found at <a href=\"http://www.hi-spirits.com/scapegracecompetition\">www.hi-spirits.com/scapegracecompetition</a>.','Scapegrace Gin goes rogue with Anonymous Cocktail Competition','','inherit','closed','closed','','2076-revision-v1','','','2018-07-30 09:10:43','2018-07-30 09:10:43','',2076,'http://www.ontradeprogress.com/2018/07/30/2076-revision-v1/',0,'revision','',0),(2080,1,'2018-07-30 09:17:58','2018-07-30 09:17:58','<img class=\" wp-image-2077 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/HS-1.jpg\" alt=\"\" width=\"145\" height=\"145\" /><strong><strong style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 15.0766px;\">Building on its reputation as the rogue of the spirits shelf, Scapegrace Gin is launching a cocktail competition with a difference. </strong>Bartenders entering the Anonymous contest will have to create a Scapegrace cocktail recipe that will be made for the judges by another bartender.</strong>\n\nWith the entrants remaining anonymous until after the judging, the competition has been launched by Hi-Spirits, distributor of premium New Zealand gin Scapegrace, to put the focus firmly on the quality of the cocktail rather than the personality of the bartender.\n\nAny bar stocking Scapegrace Classic Gin or Scapegrace Gold Gin can enter a cocktail recipe with a maximum of ten steps online. Entrants will be shortlisted on the basis of the originality of the drink, the appearance of the cocktail, and creativity based on their answers to two online questions about who they’d serve their drink to.\n\nRegional winners will be invited to a Grand Final in London on 3 October, during London Cocktail Week – where they will see their drink being made for the judges. The identity of the winning drink’s creator will only be revealed once the judging is complete.\n\nThe prize for each regional winner also includes a one night, all expenses paid trip to London, with a plus one. This will include a tour of some of the capital’s best venues, along with dinner and drinks, hosted by Scapegrace Ambassador Josh Linfitt. The overall winner will get a Scapegrace goodie bag and tickets to see Fat Freddy’s Drop at the Brixton O2 Academy on 9 November as part of another VIP night out.\n\nDan Bolton, managing director of Hi-Spirits, said: “It’s just over a year since we launched Scapegrace in the UK, and it’s definitely lived up to its reputation as a Rogue in terms of its premium quality and mixability. There are plenty of cocktail competitions that put the focus on the personality and presentation skills of the bartender, so we’ve created the Anonymous competition to put the quality and originality of the cocktail itself at the heart of the contest.”\n\nComing from the Rogue Society Distilling Co, Scapegrace bills itself as the gin ‘from the bottom of the world’. Distilled in New Zealand using spring water sourced from the country’s Southern Alps, and botanicals sourced from around the world, the spirit is batch-distilled using a restored 19<sup>th</sup> century copper whisky still, with each batch individually numbered.\n\nScapegrace is a traditional word for a rogue or rascal, and the brand celebrates gin’s sometimes murky history with a black-tinted bottle, which has a shape based on an antique genever bottle. Alongside Scapegrace Classic, a 42.2% ABV complex, artisan dry gin which combines classic juniper and citrus notes with subtler floral and spice undertones, sits Scapegrace Gold, a 57% ABV Navy-strength gin with added tangerine flavour notes.\n\nFull entry details for the Anonymous Cocktail Competition, including terms and conditions, can be found at <a href=\"http://www.hi-spirits.com/scapegracecompetition\">www.hi-spirits.com/scapegracecompetition</a>.','Scapegrace Gin goes rogue with Anonymous Cocktail Competition','','inherit','closed','closed','','2076-autosave-v1','','','2018-07-30 09:17:58','2018-07-30 09:17:58','',2076,'http://www.ontradeprogress.com/2018/07/30/2076-autosave-v1/',0,'revision','',0),(2081,1,'2018-07-30 09:32:40','2018-07-30 09:32:40','<strong>With vermouth enjoying a renaissance in Spain, not just as a cocktail mixer but as a popular aperitif to ‘wake up’ the appetite, importer Morgenrot has bolstered its selection of speciality Spanish tipples with the launch of two exciting vermouth brands – Padro &amp; Co from Catalonia and Forzudo from León. </strong>\r\n\r\nJoining Morgenrot’s formidable Spanish line up featuring an incredibly eclectic array of wines, beers, sidras, sherries and liqueurs, the new drinks are available immediately to the On and Off-trade.\r\n\r\n<b>The trend for Vermouth</b>\r\n\r\nVermouth is so much more than just a cocktail mixer in Spain and although still used by mixologists in countless Manhattan’s, Negroni’s and Martini’s around the world, it’s seeing a resurgence in the gastronomic paradise and now the UK for its ‘aperitif’ appeal.\r\n\r\nItalian and French vermouths have received greater attention in the past but the Spanish have been enthusiastic makers of the drink they call vermut (ver-moot) since the mid-19<sup>th</sup> century so know a thing about the fashionable drink too. In fact, ‘La Hora del Vermut’ or ‘Vermouth Hour’ has once again become increasingly popular in Spain’s foodie destinations.\r\n\r\nTraditionally served neat over ice with a twist of orange peel or long with ice and soda, vermouth is seen as a drink to inspire one’s appetite and was normally drunk before lunch.\r\n\r\n<b>The New Arrivals from Spain</b>\r\n\r\nTipped by many as the drink for the summer in the UK due to its refreshing nature, deep flavours and willingness to work alongside a host of small plates, here are details on the new arrivals:\r\n\r\n<b>Padro &amp; Co</b>\r\n\r\nThe wine-making origins of the Padro family date back to 1886 and to the village of Brafim (Tarragona), which at the time was a busy agricultural hub. Padro’s vermouth is produced using a unique infusion of mountain herbs noted for their small roots and very aromatic flowers. The wine then absorbs these aromas while ageing in wooden barrels for the next two years. A second formula of plant bark and roots found in the local area is then added following the ageing process to increase the intensity of the flavours and give the vermouth its bitter essence.\r\n\r\n<strong>The three Padro vermouths being launched include:</strong>\r\n\r\n<b><i>Rojo Clasico: 75cl bottle</i></b>\r\n\r\nA classic red vermouth that evokes the herbaceous and medicinal aromas of the vermut pre-lunch drink which Spanish people enjoyed religiously every Sunday at noon at neighbourhood bars or cafés. <a href=\"http://www.morgenrot.co.uk/product/other-products/padro-rojo-clasico/\">http://www.morgenrot.co.uk/product/other-products/padro-rojo-clasico/</a>\r\n\r\n<b><i>Dorado Amargo Suave: 75cl bottle</i></b>\r\n\r\nA mildly bitter, golden vermouth made with Macabeo – a grape that gives a good structure, allows the wine to be aged and which is also characterised by the fact that it is organoeleptically very neutral – perfect for the bittering herbs chosen for this wine. Artemisia is the main herb which was originally used to make vermouth, however, there is another herb which is also often used: Gentian, which contains what is probably the bitterest substance to be found in the world: Amarogentin. Padro have experimented a little with this herb, discovering the pleasures of the bitter taste by making a bold and seductive vermouth.<a href=\"http://www.morgenrot.co.uk/product/other-products/padro-suave/\">http://www.morgenrot.co.uk/product/other-products/padro-suave/</a>\r\n\r\n<b><i>Blanco Reserva: 75cl bottle </i></b>\r\n\r\nA vermouth enhanced with the zesty aromas of the Mediterranean citrus fruits that are so intrinsic to the surroundings of the winery. Made from Macabeo and Xarello harvested in Padro’s own vineyards; after vinifying the grapes, in the winter following the harvest, sugar and herbs are added to create a base vermouth. This is then kept in 50-year-old chestnut barrels, used originally for transporting wine but now adapted for storing vermouth. <a href=\"http://www.morgenrot.co.uk/product/other-products/padro-blanco/\">http://www.morgenrot.co.uk/product/other-products/padro-blanco/</a>\r\n\r\n<b>Forzudo </b>\r\n\r\nA more modern approach to this traditional drink, Forzudo explore and study the latest food trends to create classic products using indigenous ingredients with a modern twist. Based in León, Vermouth Forzudo is the first product to be released by the innovative company and features wormwood, coriander, brown orange, boldo, mint, cinnamon, cardamom, thyme, vanilla, gentian, rhubarb and one other very secret ingredient. Doña Blanca wine is used due to its taste, complexity and aroma, and becomes the best ally of those seeking surprise and novelty in the classics.  To serve – simply fill a tumbler with ice and pour over the vermouth with a slice of dried grapefruit.\r\n\r\n<b><i>Vermouth Forzudo: 1 litre bottle </i></b>\r\n\r\nDark red with copper glints; ripe fruit aromas with herbs, vanilla, toffee, notes of a spicy chai. The palate is a perfect blend of crispness and sweetness; bitter but refreshing, delicate flavours that are complex and elegant.\r\n\r\n<strong>Morgenrot’s Sales Director Graham Archibald said:</strong>\r\n\r\n“Vermouth has often been an overlooked drink disregarded to the back of the drinks cabinet or just used for cocktails but things are definitely changing with the trend for aperitifs growing in the UK. Although a key ingredient for mixologists in classic cocktails too, it has been traditionally drunk neat over ice in Spain and I believe this is when you get the true taste of vermouth. The new launches are sure to intrigue as they not only taste fantastic but also look stunning in the bottle due to their eye-catching designs.”\r\n\r\n<strong>About Morgenrot</strong>\r\n\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Quilmes, Windhoek Tucumen, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. With a core specialism in Spain, Morgenrot now has the finest range of Catalan, Basque and Spanish craft beers alongside the country’s on-trend wines, sherries, sidra and water.\r\n\r\nFor more information or to stock any of the new vermouths, contact Morgenrot on (0845) 070 4310, email <u><a href=\"mailto:enquiries@morgenrot.co.uk\">enquiries@morgenrot.co.uk</a></u> or follow on Twitter @Morgenrot_Group.','Resurgence in Spanish Vermouths Sees Morgenrot Strengthen its Selection','','publish','closed','open','','resurgence-in-spanish-vermouths-sees-morgenrot-strengthen-its-selection','','','2018-07-30 09:32:40','2018-07-30 09:32:40','',0,'http://www.ontradeprogress.com/?p=2081',0,'post','',0),(2082,1,'2018-07-30 09:31:36','2018-07-30 09:31:36','','Screen Shot 2018-07-30 at 10.29.45','','inherit','closed','closed','','screen-shot-2018-07-30-at-10-29-45','','','2018-07-30 09:31:36','2018-07-30 09:31:36','',2081,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-10.29.45.png',0,'attachment','image/png',0),(2083,1,'2018-07-30 09:32:40','2018-07-30 09:32:40','<strong>With vermouth enjoying a renaissance in Spain, not just as a cocktail mixer but as a popular aperitif to ‘wake up’ the appetite, importer Morgenrot has bolstered its selection of speciality Spanish tipples with the launch of two exciting vermouth brands – Padro &amp; Co from Catalonia and Forzudo from León. </strong>\r\n\r\nJoining Morgenrot’s formidable Spanish line up featuring an incredibly eclectic array of wines, beers, sidras, sherries and liqueurs, the new drinks are available immediately to the On and Off-trade.\r\n\r\n<b>The trend for Vermouth</b>\r\n\r\nVermouth is so much more than just a cocktail mixer in Spain and although still used by mixologists in countless Manhattan’s, Negroni’s and Martini’s around the world, it’s seeing a resurgence in the gastronomic paradise and now the UK for its ‘aperitif’ appeal.\r\n\r\nItalian and French vermouths have received greater attention in the past but the Spanish have been enthusiastic makers of the drink they call vermut (ver-moot) since the mid-19<sup>th</sup> century so know a thing about the fashionable drink too. In fact, ‘La Hora del Vermut’ or ‘Vermouth Hour’ has once again become increasingly popular in Spain’s foodie destinations.\r\n\r\nTraditionally served neat over ice with a twist of orange peel or long with ice and soda, vermouth is seen as a drink to inspire one’s appetite and was normally drunk before lunch.\r\n\r\n<b>The New Arrivals from Spain</b>\r\n\r\nTipped by many as the drink for the summer in the UK due to its refreshing nature, deep flavours and willingness to work alongside a host of small plates, here are details on the new arrivals:\r\n\r\n<b>Padro &amp; Co</b>\r\n\r\nThe wine-making origins of the Padro family date back to 1886 and to the village of Brafim (Tarragona), which at the time was a busy agricultural hub. Padro’s vermouth is produced using a unique infusion of mountain herbs noted for their small roots and very aromatic flowers. The wine then absorbs these aromas while ageing in wooden barrels for the next two years. A second formula of plant bark and roots found in the local area is then added following the ageing process to increase the intensity of the flavours and give the vermouth its bitter essence.\r\n\r\n<strong>The three Padro vermouths being launched include:</strong>\r\n\r\n<b><i>Rojo Clasico: 75cl bottle</i></b>\r\n\r\nA classic red vermouth that evokes the herbaceous and medicinal aromas of the vermut pre-lunch drink which Spanish people enjoyed religiously every Sunday at noon at neighbourhood bars or cafés. <a href=\"http://www.morgenrot.co.uk/product/other-products/padro-rojo-clasico/\">http://www.morgenrot.co.uk/product/other-products/padro-rojo-clasico/</a>\r\n\r\n<b><i>Dorado Amargo Suave: 75cl bottle</i></b>\r\n\r\nA mildly bitter, golden vermouth made with Macabeo – a grape that gives a good structure, allows the wine to be aged and which is also characterised by the fact that it is organoeleptically very neutral – perfect for the bittering herbs chosen for this wine. Artemisia is the main herb which was originally used to make vermouth, however, there is another herb which is also often used: Gentian, which contains what is probably the bitterest substance to be found in the world: Amarogentin. Padro have experimented a little with this herb, discovering the pleasures of the bitter taste by making a bold and seductive vermouth.<a href=\"http://www.morgenrot.co.uk/product/other-products/padro-suave/\">http://www.morgenrot.co.uk/product/other-products/padro-suave/</a>\r\n\r\n<b><i>Blanco Reserva: 75cl bottle </i></b>\r\n\r\nA vermouth enhanced with the zesty aromas of the Mediterranean citrus fruits that are so intrinsic to the surroundings of the winery. Made from Macabeo and Xarello harvested in Padro’s own vineyards; after vinifying the grapes, in the winter following the harvest, sugar and herbs are added to create a base vermouth. This is then kept in 50-year-old chestnut barrels, used originally for transporting wine but now adapted for storing vermouth. <a href=\"http://www.morgenrot.co.uk/product/other-products/padro-blanco/\">http://www.morgenrot.co.uk/product/other-products/padro-blanco/</a>\r\n\r\n<b>Forzudo </b>\r\n\r\nA more modern approach to this traditional drink, Forzudo explore and study the latest food trends to create classic products using indigenous ingredients with a modern twist. Based in León, Vermouth Forzudo is the first product to be released by the innovative company and features wormwood, coriander, brown orange, boldo, mint, cinnamon, cardamom, thyme, vanilla, gentian, rhubarb and one other very secret ingredient. Doña Blanca wine is used due to its taste, complexity and aroma, and becomes the best ally of those seeking surprise and novelty in the classics.  To serve – simply fill a tumbler with ice and pour over the vermouth with a slice of dried grapefruit.\r\n\r\n<b><i>Vermouth Forzudo: 1 litre bottle </i></b>\r\n\r\nDark red with copper glints; ripe fruit aromas with herbs, vanilla, toffee, notes of a spicy chai. The palate is a perfect blend of crispness and sweetness; bitter but refreshing, delicate flavours that are complex and elegant.\r\n\r\n<strong>Morgenrot’s Sales Director Graham Archibald said:</strong>\r\n\r\n“Vermouth has often been an overlooked drink disregarded to the back of the drinks cabinet or just used for cocktails but things are definitely changing with the trend for aperitifs growing in the UK. Although a key ingredient for mixologists in classic cocktails too, it has been traditionally drunk neat over ice in Spain and I believe this is when you get the true taste of vermouth. The new launches are sure to intrigue as they not only taste fantastic but also look stunning in the bottle due to their eye-catching designs.”\r\n\r\n<strong>About Morgenrot</strong>\r\n\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Quilmes, Windhoek Tucumen, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. With a core specialism in Spain, Morgenrot now has the finest range of Catalan, Basque and Spanish craft beers alongside the country’s on-trend wines, sherries, sidra and water.\r\n\r\nFor more information or to stock any of the new vermouths, contact Morgenrot on (0845) 070 4310, email <u><a href=\"mailto:enquiries@morgenrot.co.uk\">enquiries@morgenrot.co.uk</a></u> or follow on Twitter @Morgenrot_Group.','Resurgence in Spanish Vermouths Sees Morgenrot Strengthen its Selection','','inherit','closed','closed','','2081-revision-v1','','','2018-07-30 09:32:40','2018-07-30 09:32:40','',2081,'http://www.ontradeprogress.com/2018/07/30/2081-revision-v1/',0,'revision','',0),(2084,1,'2018-07-30 09:57:05','2018-07-30 09:57:05','<strong>The World\'s Biggest Pub Quiz, organised by PubAid in March this year, has raised an estimated £190,000* for around 500 charities, including over £80,000 for Prostate Cancer UK, the event\'s official charity partner.</strong>\r\n\r\nThe final amount is almost a 40% increase on the £140,000 raised by the quiz in 2017 and demonstrates the steady growth in support for the event, with more than 2,200 pubs registering this year. The quiz ran for the fourth time this year.\r\n\r\nThe 2019 Pub Quiz is set to take place from 3-7 March and 150 pubs have already registered. Participating pubs receive a free pack giving them everything they need to run a successful Pub Quiz and can choose to raise funds for Prostate Cancer UK or another charity.\r\n\r\nCo-founder of PubAid, Des O\'Flanagan, commented: \"We\'re delighted with this impressive sum raised by this year\'s Pub Quiz, which is certainly the best collective fundraising effort from the industry that I can recall.\r\n\r\n\"More pub companies and brewers got behind the event this year and we\'re grateful for their support, and that of individual pubs.\r\n\r\n\"The quiz not only raises money, but also shines a spotlight on the great work that pubs do for charity. More than £100 million is raised every year, an incredible amount which is now recognised by a growing number of consumers, MPs and others, and helping to shape a more positive image of the great British pub.\"\r\n\r\nHe added, \"We are grateful to our partner Prostate Cancer UK, who have recognised that great British pubs are places to get their message heard and have been enthusiastic supporters of the role the pub plays in the fabric of our communities.\"\r\n\r\nJames Beeby, Director of Fundraising at Prostate Cancer UK, said: \"Yet again we are thrilled that so many pubs registered to take part in the World\'s Biggest Pub Quiz, and chose to support Prostate Cancer UK. As well as raising an incredible amount of money to help fund vital research into the disease, it is with the support of landlords and their customers that we can reach men and raise awareness of a disease which kills one man every 45 minutes in the UK. We thank PubAid for their ongoing support and dedication in helping us in the fight against prostate cancer.\"','World\'s Biggest Pub Quiz raises record amount for charity','','publish','closed','open','','worlds-biggest-pub-quiz-raises-record-amount-for-charity','','','2018-07-30 09:57:50','2018-07-30 09:57:50','',0,'http://www.ontradeprogress.com/?p=2084',0,'post','',0),(2085,1,'2018-07-30 09:56:39','2018-07-30 09:56:39','','Screen Shot 2018-07-30 at 10.56.17','','inherit','closed','closed','','screen-shot-2018-07-30-at-10-56-17','','','2018-07-30 09:56:39','2018-07-30 09:56:39','',2084,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-10.56.17.png',0,'attachment','image/png',0),(2086,1,'2018-07-30 09:57:05','2018-07-30 09:57:05','<strong>The World\'s Biggest Pub Quiz, organised by PubAid in March this year, has raised an estimated £190,000* for around 500 charities, including over £80,000 for Prostate Cancer UK, the event\'s official charity partner.</strong>\r\n\r\nThe final amount is almost a 40% increase on the £140,000 raised by the quiz in 2017 and demonstrates the steady growth in support for the event, with more than 2,200 pubs registering this year. The quiz ran for the fourth time this year.\r\n\r\nThe 2019 Pub Quiz is set to take place from 3-7 March and 150 pubs have already registered. Participating pubs receive a free pack giving them everything they need to run a successful Pub Quiz and can choose to raise funds for Prostate Cancer UK or another charity.\r\n\r\nCo-founder of PubAid, Des O\'Flanagan, commented: \"We\'re delighted with this impressive sum raised by this year\'s Pub Quiz, which is certainly the best collective fundraising effort from the industry that I can recall.\r\n\r\n\"More pub companies and brewers got behind the event this year and we\'re grateful for their support, and that of individual pubs.\r\n\r\n\"The quiz not only raises money, but also shines a spotlight on the great work that pubs do for charity. More than £100 million is raised every year, an incredible amount which is now recognised by a growing number of consumers, MPs and others, and helping to shape a more positive image of the great British pub.\"\r\n\r\nHe added, \"We are grateful to our partner Prostate Cancer UK, who have recognised that great British pubs are places to get their message heard and have been enthusiastic supporters of the role the pub plays in the fabric of our communities.\"\r\n\r\nJames Beeby, Director of Fundraising at Prostate Cancer UK, said: \"Yet again we are thrilled that so many pubs registered to take part in the World\'s Biggest Pub Quiz, and chose to support Prostate Cancer UK. As well as raising an incredible amount of money to help fund vital research into the disease, it is with the support of landlords and their customers that we can reach men and raise awareness of a disease which kills one man every 45 minutes in the UK. We thank PubAid for their ongoing support and dedication in helping us in the fight against prostate cancer.\"','World\'s Biggest Pub Quiz raises record amount for charity','','inherit','closed','closed','','2084-revision-v1','','','2018-07-30 09:57:05','2018-07-30 09:57:05','',2084,'http://www.ontradeprogress.com/2018/07/30/2084-revision-v1/',0,'revision','',0),(2087,1,'2018-07-30 10:06:28','2018-07-30 10:06:28','<strong>Secure a winner in the bbq stakes with the latest “Harvest Farms” branded chicken breast skewers from Creative Foods Europe.</strong>\r\n\r\nThe juicy chunks of raw chicken breast are coated in a smoky paprika marinade flavoured with a spicy mix of chorizo and red pepper. Ideal for the bbq but equally suited to the indoor grill or frying pan, the 90g skewers, packed in 2 x 3.5kg cases, make a quick and easy starter, but can be turned into a tasty main course alongside a salad or a selection of sides.\r\n\r\nFor more information, or for details of other products in the extensive Creative Foods Europe range, visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.','Spicy chicken will skewer sales','','publish','closed','open','','spicy-chicken-will-skewer-sales','','','2018-07-30 10:08:53','2018-07-30 10:08:53','',0,'http://www.ontradeprogress.com/?p=2087',0,'post','',0),(2088,1,'2018-07-30 10:04:07','2018-07-30 10:04:07','','Screen Shot 2018-07-30 at 11.01.15','','inherit','closed','closed','','screen-shot-2018-07-30-at-11-01-15','','','2018-07-30 10:04:07','2018-07-30 10:04:07','',2087,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.01.15.png',0,'attachment','image/png',0),(2089,1,'2018-07-30 10:06:28','2018-07-30 10:06:28','<strong>Secure a winner in the bbq stakes with the latest “Harvest Farms” branded chicken breast skewers from Creative Foods Europe.</strong>\r\n\r\nThe juicy chunks of raw chicken breast are coated in a smoky paprika marinade flavoured with a spicy mix of chorizo and red pepper. Ideal for the bbq but equally suited to the indoor grill or frying pan, the 90g skewers, packed in 2 x 3.5kg cases, make a quick and easy starter, but can be turned into a tasty main course alongside a salad or a selection of sides.\r\n\r\nFor more information, or for details of other products in the extensive Creative Foods Europe range, visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.','Spicy chicken will skewer sales','','inherit','closed','closed','','2087-revision-v1','','','2018-07-30 10:06:28','2018-07-30 10:06:28','',2087,'http://www.ontradeprogress.com/2018/07/30/2087-revision-v1/',0,'revision','',0),(2090,1,'2018-07-30 10:31:28','2018-07-30 10:31:28','<img class=\"wp-image-2092 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.29.55.png\" alt=\"\" width=\"155\" height=\"253\" /><strong>This August, Salcombe Gin, the luxury spirit which embodies an adventurous lifestyle on and around the water, is to release the inaugural Salcombe Gin Voyager Series, developed in collaboration with Michael Caines MBE, one of Britain\'s most celebrated and accomplished chefs. Named ‘Arabella’ after one of the famous Salcombe Fruit Schooners, this Salcombe Gin Voyager Series release is the first of a collection of limited-edition gins developed in collaboration with a world-renowned chef or iconic winemaker, each of which reflect their individual personality and style.</strong>\r\n\r\nHolder of two Michelin stars for 18 years, Michael Caines and the distilling team at Salcombe Gin have brought together their combined expertise in balancing and perfecting flavours and aromas to create an exceptional gin designed to take the senses on a voyage of discovery. Both Michael and Salcombe Gin champion provenance, quality and character and share a passion for authenticity and attention to detail, bringing the spirit to life for all to enjoy.\r\n\r\nMichael commented “I chose to work with Salcombe Gin because, out of all the gins on the UK market, I believe thatSalcombe Gin produce gins of exceptional quality. They share an understanding of how to layer complex flavours and aromas, creating the perfect gin to be enjoyed with a premium mixer, in classic cocktails or simply served on its own as a sipping gin. Salcombe Gin also shares my focus on utilising the finest local and regional produce”.\r\n\r\nMichael’s own signature culinary style is to layer flavours, pulling out different profiles to find unique combinations and dimensions. With a strong backbone of traditional juniper, English coriander seed, fresh citrus peels and warming spices, further layers of complex flavour have been added through the use of almonds and green cardamom with fresh notes of lemon thyme, verbena and hibiscus on the nose and a lingering dry finish. Thus, creating a truly exceptional and extraordinarily well-balanced gin.\r\n\r\n“The stand out flavours of citrus complimented with the fresh savoury notes of lemon thyme makes my Salcombe VoyagerSeries gin ideal to drink before dinner, as well as paired with modern European cuisine which I favour. It’s best-served over ice with a premium tonic water and garnished with a sprig of lemon thyme and a slice of green apple or in our summer cocktail‘Appabella’ mixed with my Blanc de Blancs Champagne”, explains Caines.\r\n\r\n“We have been privileged to work with Michael and his team at Lympstone Manor on our first Voyager Series release. Michael shares our passion and desire to take people’s senses on a journey and this exceptional gin does just that”, commented Angus Lugsdin, Salcombe Gin co-founder.\r\n\r\nLimited to 1,200 bottles, ‘Arabella’ is presented in a stunning white ceramic bottle featuring an embossed outline of the iconic gin pennant and a bespoke debossed copper stopper commissioned for this series.\r\n\r\nSalcombe Gin Voyager Series ‘Arabella’: a collaboration with Michael Caines MBE is priced at £65 each. Available online at<a href=\"http://salcombegin.com/\">salcombegin.com</a>, from the Salcombe Gin Distillery and Victuallers, Lympstone Manor and at selected independent retailers from early August 2018.\r\n\r\n<strong>SALCOMBE</strong><strong> GIN AP</strong><strong>PABELLA COCKTAIL RECIPE</strong>\r\n\r\nCreated by renowned chef Michael Caines MBE and his team to showcase this exceptional gin, the Appabella marries flavours of fresh lemon thyme and green apples combined with a touch of marasca cherries to create a cocktail inspired by an English summer garden.\r\n\r\n<strong><em> </em>INGREDIENTS</strong>\r\n\r\n35ml Salcombe Gin Voyager Series ‘Arabella’ developed with chef Michael Caines\r\n\r\n35ml Frobishers Apple Juice\r\n\r\n12.5ml Luxardo Maraschino Liqueur\r\n\r\n10ml Willy’s Apple Cider Vinegar\r\n\r\n3 dashes of Dr Adam Elmegirab’s Teapot Bitters\r\n\r\nMichael Caines Blanc de Blancs Champagne\r\n\r\n<strong>GARNISHES</strong>\r\n\r\nGreen apple fan\r\n\r\nCucumber ribbons\r\n\r\nLemon Thyme\r\n\r\nPansy Flower\r\n\r\n<strong>METHOD</strong>\r\n\r\nPeel the cucumber to create ribbons, adding two ribbons to the inside of a large wine glass. Quarter fill the glass with ice to pin the cucumber ribbons to the inside of the glass. Fill a Boston shaker with ice, add the Arabella gin, apple juice, maraschino liqueur, apple cider vinegar and bitters and shake vigorously for 10 seconds. Long pour the mixture through a strainer until the glass is ¾ full. Top up with Michael Caines Blanc de Blancs Champagne. Garnish with 3 sprigs of lemon thyme, a green apple fan and a pansy flower.\r\n\r\n&nbsp;','Salcombe Gin Voyager Series - \'Arabella\'','','publish','closed','open','','salcombe-gin-voyager-series-arabella','','','2018-07-30 10:31:28','2018-07-30 10:31:28','',0,'http://www.ontradeprogress.com/?p=2090',0,'post','',0),(2091,1,'2018-07-30 10:30:41','2018-07-30 10:30:41','','Screen Shot 2018-07-30 at 11.29.27','','inherit','closed','closed','','screen-shot-2018-07-30-at-11-29-27','','','2018-07-30 10:30:41','2018-07-30 10:30:41','',2090,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.29.27.png',0,'attachment','image/png',0),(2092,1,'2018-07-30 10:30:46','2018-07-30 10:30:46','','Screen Shot 2018-07-30 at 11.29.55','','inherit','closed','closed','','screen-shot-2018-07-30-at-11-29-55','','','2018-07-30 10:30:46','2018-07-30 10:30:46','',2090,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.29.55.png',0,'attachment','image/png',0),(2093,1,'2018-07-30 10:31:28','2018-07-30 10:31:28','<img class=\"wp-image-2092 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.29.55.png\" alt=\"\" width=\"155\" height=\"253\" /><strong>This August, Salcombe Gin, the luxury spirit which embodies an adventurous lifestyle on and around the water, is to release the inaugural Salcombe Gin Voyager Series, developed in collaboration with Michael Caines MBE, one of Britain\'s most celebrated and accomplished chefs. Named ‘Arabella’ after one of the famous Salcombe Fruit Schooners, this Salcombe Gin Voyager Series release is the first of a collection of limited-edition gins developed in collaboration with a world-renowned chef or iconic winemaker, each of which reflect their individual personality and style.</strong>\r\n\r\nHolder of two Michelin stars for 18 years, Michael Caines and the distilling team at Salcombe Gin have brought together their combined expertise in balancing and perfecting flavours and aromas to create an exceptional gin designed to take the senses on a voyage of discovery. Both Michael and Salcombe Gin champion provenance, quality and character and share a passion for authenticity and attention to detail, bringing the spirit to life for all to enjoy.\r\n\r\nMichael commented “I chose to work with Salcombe Gin because, out of all the gins on the UK market, I believe thatSalcombe Gin produce gins of exceptional quality. They share an understanding of how to layer complex flavours and aromas, creating the perfect gin to be enjoyed with a premium mixer, in classic cocktails or simply served on its own as a sipping gin. Salcombe Gin also shares my focus on utilising the finest local and regional produce”.\r\n\r\nMichael’s own signature culinary style is to layer flavours, pulling out different profiles to find unique combinations and dimensions. With a strong backbone of traditional juniper, English coriander seed, fresh citrus peels and warming spices, further layers of complex flavour have been added through the use of almonds and green cardamom with fresh notes of lemon thyme, verbena and hibiscus on the nose and a lingering dry finish. Thus, creating a truly exceptional and extraordinarily well-balanced gin.\r\n\r\n“The stand out flavours of citrus complimented with the fresh savoury notes of lemon thyme makes my Salcombe VoyagerSeries gin ideal to drink before dinner, as well as paired with modern European cuisine which I favour. It’s best-served over ice with a premium tonic water and garnished with a sprig of lemon thyme and a slice of green apple or in our summer cocktail‘Appabella’ mixed with my Blanc de Blancs Champagne”, explains Caines.\r\n\r\n“We have been privileged to work with Michael and his team at Lympstone Manor on our first Voyager Series release. Michael shares our passion and desire to take people’s senses on a journey and this exceptional gin does just that”, commented Angus Lugsdin, Salcombe Gin co-founder.\r\n\r\nLimited to 1,200 bottles, ‘Arabella’ is presented in a stunning white ceramic bottle featuring an embossed outline of the iconic gin pennant and a bespoke debossed copper stopper commissioned for this series.\r\n\r\nSalcombe Gin Voyager Series ‘Arabella’: a collaboration with Michael Caines MBE is priced at £65 each. Available online at<a href=\"http://salcombegin.com/\">salcombegin.com</a>, from the Salcombe Gin Distillery and Victuallers, Lympstone Manor and at selected independent retailers from early August 2018.\r\n\r\n<strong>SALCOMBE</strong><strong> GIN AP</strong><strong>PABELLA COCKTAIL RECIPE</strong>\r\n\r\nCreated by renowned chef Michael Caines MBE and his team to showcase this exceptional gin, the Appabella marries flavours of fresh lemon thyme and green apples combined with a touch of marasca cherries to create a cocktail inspired by an English summer garden.\r\n\r\n<strong><em> </em>INGREDIENTS</strong>\r\n\r\n35ml Salcombe Gin Voyager Series ‘Arabella’ developed with chef Michael Caines\r\n\r\n35ml Frobishers Apple Juice\r\n\r\n12.5ml Luxardo Maraschino Liqueur\r\n\r\n10ml Willy’s Apple Cider Vinegar\r\n\r\n3 dashes of Dr Adam Elmegirab’s Teapot Bitters\r\n\r\nMichael Caines Blanc de Blancs Champagne\r\n\r\n<strong>GARNISHES</strong>\r\n\r\nGreen apple fan\r\n\r\nCucumber ribbons\r\n\r\nLemon Thyme\r\n\r\nPansy Flower\r\n\r\n<strong>METHOD</strong>\r\n\r\nPeel the cucumber to create ribbons, adding two ribbons to the inside of a large wine glass. Quarter fill the glass with ice to pin the cucumber ribbons to the inside of the glass. Fill a Boston shaker with ice, add the Arabella gin, apple juice, maraschino liqueur, apple cider vinegar and bitters and shake vigorously for 10 seconds. Long pour the mixture through a strainer until the glass is ¾ full. Top up with Michael Caines Blanc de Blancs Champagne. Garnish with 3 sprigs of lemon thyme, a green apple fan and a pansy flower.\r\n\r\n&nbsp;','Salcombe Gin Voyager Series - \'Arabella\'','','inherit','closed','closed','','2090-revision-v1','','','2018-07-30 10:31:28','2018-07-30 10:31:28','',2090,'http://www.ontradeprogress.com/2018/07/30/2090-revision-v1/',0,'revision','',0),(2094,1,'2018-07-30 10:49:28','2018-07-30 10:49:28','<img class=\"wp-image-2096 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.38.43.png\" alt=\"\" width=\"221\" height=\"189\" /><strong>Artis, the leading distributor to the foodservice industry of glass- and tableware, has added a new carafe to its Picardie glassware range. Additionally, all Picardie glasses have been reduced by 20% until 30<sup>th</sup> September 2018.</strong>\r\n\r\n<strong>PICARDIE</strong>\r\n\r\nThe Picardie range of glassware is a popular choice for caterers and bar owners. Now Artis has added to the range with an all-new carafe with the ability to stack three different sizes of the Picardie glasses ( 9cl, 13cl and 16cl ) in the neck. This makes it a space-saving choice in casual dining restaurants and perfect for conference venues and boardrooms. The carafe has a capacity of one litre with a list price of £5.50.\r\n\r\nThe full range of Picardie glassware comprises 14 different styles and sizes, three of which are compatible with the new carafe and may be stored in its neck. Picardie glassware is versatile and, being manufactured in Duralex tempered glass, it is highly practical and suitable for both hot and cold beverages. The latest glassware styles include a ‘Smooth Frost’ finish and ‘Soft Touch’ black.\r\n\r\n<strong>20% OFF UNTIL 30<sup>TH</sup> SEPTEMBER</strong>\r\n\r\nArtis has reduced the price on all Picardie glassware (excluding the new carafe) with a discount of 20% off list prices until 30<sup>th</sup> September. Including the new discount, list prices now range from £0.44 for the 9cl tumbler to £2.12 for the Picardie 36cl Smooth Frost beverage glass.\r\n\r\nPicardie is just one in a comprehensive collection of glassware contained in the 2018 Artis catalogue, now available. For your own personal copy, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','New Picardie Carafe from Artis','','publish','closed','open','','new-picardie-carafe-from-artis','','','2018-07-30 10:50:01','2018-07-30 10:50:01','',0,'http://www.ontradeprogress.com/?p=2094',0,'post','',0),(2095,1,'2018-07-30 10:40:40','2018-07-30 10:40:40','','Screen Shot 2018-07-30 at 11.38.24','','inherit','closed','closed','','screen-shot-2018-07-30-at-11-38-24','','','2018-07-30 10:40:40','2018-07-30 10:40:40','',2094,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.38.24.png',0,'attachment','image/png',0),(2096,1,'2018-07-30 10:40:46','2018-07-30 10:40:46','','Screen Shot 2018-07-30 at 11.38.43','','inherit','closed','closed','','screen-shot-2018-07-30-at-11-38-43','','','2018-07-30 10:40:46','2018-07-30 10:40:46','',2094,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.38.43.png',0,'attachment','image/png',0),(2097,1,'2018-07-30 10:49:28','2018-07-30 10:49:28','<img class=\"wp-image-2096 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-11.38.43.png\" alt=\"\" width=\"221\" height=\"189\" /><strong>Artis, the leading distributor to the foodservice industry of glass- and tableware, has added a new carafe to its Picardie glassware range. Additionally, all Picardie glasses have been reduced by 20% until 30<sup>th</sup> September 2018.</strong>\r\n\r\n<strong>PICARDIE</strong>\r\n\r\nThe Picardie range of glassware is a popular choice for caterers and bar owners. Now Artis has added to the range with an all-new carafe with the ability to stack three different sizes of the Picardie glasses ( 9cl, 13cl and 16cl ) in the neck. This makes it a space-saving choice in casual dining restaurants and perfect for conference venues and boardrooms. The carafe has a capacity of one litre with a list price of £5.50.\r\n\r\nThe full range of Picardie glassware comprises 14 different styles and sizes, three of which are compatible with the new carafe and may be stored in its neck. Picardie glassware is versatile and, being manufactured in Duralex tempered glass, it is highly practical and suitable for both hot and cold beverages. The latest glassware styles include a ‘Smooth Frost’ finish and ‘Soft Touch’ black.\r\n\r\n<strong>20% OFF UNTIL 30<sup>TH</sup> SEPTEMBER</strong>\r\n\r\nArtis has reduced the price on all Picardie glassware (excluding the new carafe) with a discount of 20% off list prices until 30<sup>th</sup> September. Including the new discount, list prices now range from £0.44 for the 9cl tumbler to £2.12 for the Picardie 36cl Smooth Frost beverage glass.\r\n\r\nPicardie is just one in a comprehensive collection of glassware contained in the 2018 Artis catalogue, now available. For your own personal copy, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','New Picardie Carafe from Artis','','inherit','closed','closed','','2094-revision-v1','','','2018-07-30 10:49:28','2018-07-30 10:49:28','',2094,'http://www.ontradeprogress.com/2018/07/30/2094-revision-v1/',0,'revision','',0),(2098,1,'2018-07-30 13:00:28','2018-07-30 13:00:28','<img class=\"wp-image-2100 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.47-1024x174.png\" alt=\"\" width=\"690\" height=\"117\" /><strong>WKD, the UK’s No.1 traditional RTD<sup>1</sup>, is promising consumers an ‘epic summer’ with a multi-faceted campaign comprising: in-outlet gift with purchase promotions; on-trade sampling; interactive festival fun; a DJ competition offering the opportunity to perform at a major UK festival; £12,000 of Ticketmaster voucher prizes; and chances to win a holiday to Ibiza.</strong>\r\n\r\nWKD invites consumers to ‘bring the party’ this summer and will reward those who do. Under the campaign theme of <strong>‘Be The Face’</strong>, a £3m programme of activities will engage consumers and drive incremental sales in all trade channels. The multi-strand approach is linked together by WKD’s emoji faces, which feature on bottle caps, POS materials and fun consumer giveaways such as masks; these unique emojis act as branding, an entry mechanic, and as conversation starters.\r\n\r\nThe comprehensive summer 2018 WKD support will both generate fun for consumers and build sales for stockists through four key approaches:\r\n<ol>\r\n 	<li><strong>#BETHEFACE and the significant associated social media campaign will be a portal to epic prizes.</strong> Consumers find a WKD emoji face on bottle caps, coasters or free gift-with-purchase masks and ‘pop sockets’ (expanding phone grips and phone stands). Consumers take fun selfies featuring the brightly coloured WKD emojis and share them on Instagram and Twitter. Lucky winners selected at random will bag themselves £150 Ticketmaster vouchers to buy tickets for gigs and festivals.  Five Ticketmaster prizes are up for grabs every week until October.</li>\r\n 	<li><strong>A major sampling campaign for new WKD Mango Crush.</strong> Sampling teams will encourage on-trade consumers across the UK to taste WKD’s new tropical flavour. A free WKD Mango Crush emoji mask will accompany every bottle subsequently bought on sampling nights. Uploaded images of consumers having fun wearing their masks will be entered into a draw for a holiday to Ibiza. One lucky mask-wearing Mango Crush purchaser will win a trip for four to the sunspot known as the island of a thousand faces.</li>\r\n 	<li><strong>The chance to DJ at a major summer festival.</strong> A fully branded WKD competition hub on Mixcloud (the free online music-streaming service) will allow budding DJs to upload their sets for others to enjoy and vote for. The activity will be promoted by both Mixcloud and on-trade venue partner Stonegate. Entries earning significant amounts of ‘likes’, ‘shares’ and numbers of listeners will be invited by judges to compete at live WKD regional finals. Two overall champions (one north, one south) will each win the opportunity to DJ at the WKD Spot Bar at one of the UK’s most prestigious summer festivals</li>\r\n 	<li><strong>Immersive brand experiences at 11 festivals.</strong> Following success at live music events in 2017, WKD is back with outdoor activities that are bigger, better and more fun than ever before. This year’s fully branded festival space will include the striking WKD Spot Bar, music, giant LED screens, interactive games, competitions, podium-style performance spots with dancers and entertainers, and a VIP Cocktail Lounge serving new WKD MIXED cocktails in cans. By day the giant screens will feature WKD’s bespoke air hockey-style ‘puck-challenge’ game, where contestants compete for VIP passes and branded emoji giveaways; by night the screens will show a WKD ‘equaliser’ which incorporates daytime crowd photography blended with a custom animation played in sync with music. All these elements will engage and entertain visitors to the vibrant WKD zone, but the main draw will be the amazing line-up of surprise DJ talent (which at two leading festivals will also include the winner of the #BETHEFACE Mixcloud competition).</li>\r\n</ol>\r\nThe range of specific activities will vary at individual locations this summer, but WKD aims to surprise and excite consumers at of each of the 11 festivals, both by day and by night.\r\n\r\nThe all-encompassing UK-wide summer campaign will be complemented by a series of WKD Silent Disco events taking place in holiday resorts in Spain and Cyprus frequented by the brand’s 18–24 year-old target audience.\r\n\r\n“This summer’s activity is all about being where our consumers are,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks. “It’s a money-can’t-buy competition prize for up-and-coming DJs; it’s a range of brand experiences; and it’s a point-of-purchase activation.\r\n\r\nThe campaign has been designed to: drive rate-of-sale through giveaways and prizes; further enhance brand credibility through the DJ competition and Mixcloud partnership; and engage our audience in immersive experiences - be that at festivals, in on-trade outlets or via engaging activities at events. There are many strands to the campaign, but it’s very simple to describe in two words what we’re trying to deliver here for consumers: summer fun.\r\n\r\n“We’re the UK’s No.1 traditional RTD<sup>1</sup> and the responsibility falls on us to invest in activities that grow the category, engage consumers, and build sales for stockists. With WKD’s amusing emojis at the very centre of things and our #BETHEFACE campaign calling on consumers to don masks and upload selfies, WKD will, quite literally, be on everyone’s lips this summer,” Grabham concludes.','Face Facts: WKD summer campaign set to create smiles','','publish','closed','open','','face-facts-wkd-summer-campaign-set-to-create-smiles','','','2018-07-30 13:06:58','2018-07-30 13:06:58','',0,'http://www.ontradeprogress.com/?p=2098',0,'post','',0),(2099,1,'2018-07-30 12:51:43','2018-07-30 12:51:43','','Screen Shot 2018-07-30 at 13.43.31','','inherit','closed','closed','','screen-shot-2018-07-30-at-13-43-31','','','2018-07-30 12:51:43','2018-07-30 12:51:43','',2098,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.31.png',0,'attachment','image/png',0),(2100,1,'2018-07-30 12:51:49','2018-07-30 12:51:49','','Screen Shot 2018-07-30 at 13.43.47','','inherit','closed','closed','','screen-shot-2018-07-30-at-13-43-47','','','2018-07-30 12:51:49','2018-07-30 12:51:49','',2098,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.47.png',0,'attachment','image/png',0),(2101,1,'2018-07-30 12:57:44','2018-07-30 12:57:44','<img class=\"wp-image-2100 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.47-1024x174.png\" alt=\"\" width=\"690\" height=\"117\" /><strong>WKD, the UK’s No.1 traditional RTD<sup>1</sup>, is promising consumers an ‘epic summer’ with a multi-faceted campaign comprising: in-outlet gift with purchase promotions; on-trade sampling; interactive festival fun; a DJ competition offering the opportunity to perform at a major UK festival; £12,000 of Ticketmaster voucher prizes; and chances to win a holiday to Ibiza.</strong>\r\n\r\nWKD invites consumers to ‘bring the party’ this summer and will reward those who do.  Under the campaign theme of <strong>‘Be The Face’</strong>, a £3m programme of activities will engage consumers and drive incremental sales in all trade channels. The multi-strand approach is linked together by WKD’s emoji faces, which feature on bottle caps, POS materials and fun consumer giveaways such as masks; these unique emojis act as branding, an entry mechanic, and as conversation starters.\r\n\r\nThe comprehensive summer 2018 WKD support will both generate fun for consumers and build sales for stockists through four key approaches:\r\n<ol>\r\n 	<li><strong>#BETHEFACE and the significant associated social media campaign will be a portal to epic prizes.</strong> Consumers find a WKD emoji face on bottle caps, coasters or free gift-with-purchase masks and ‘pop sockets’ (expanding phone grips and phone stands). Consumers take fun selfies featuring the brightly coloured WKD emojis and share them on Instagram and Twitter. Lucky winners selected at random will bag themselves £150 Ticketmaster vouchers to buy tickets for gigs and festivals.  Five Ticketmaster prizes are up for grabs every week until October.</li>\r\n 	<li><strong>A major sampling campaign for new WKD Mango Crush.</strong> Sampling teams will encourage on-trade consumers across the UK to taste WKD’s new tropical flavour. A free WKD Mango Crush emoji mask will accompany every bottle subsequently bought on sampling nights. Uploaded images of consumers having fun wearing their masks will be entered into a draw for a holiday to Ibiza. One lucky mask-wearing Mango Crush purchaser will win a trip for four to the sunspot known as the island of a thousand faces.</li>\r\n 	<li><strong>The chance to DJ at a major summer festival.</strong> A fully branded WKD competition hub on Mixcloud (the free online music-streaming service) will allow budding DJs to upload their sets for others to enjoy and vote for. The activity will be promoted by both Mixcloud and on-trade venue partner Stonegate.  Entries earning significant amounts of ‘likes’, ‘shares’ and numbers of listeners will be invited by judges to compete at live WKD regional finals. Two overall champions (one north, one south) will each win the opportunity to DJ at the WKD Spot Bar at one of the UK’s most prestigious summer festivals</li>\r\n 	<li><strong>Immersive brand experiences at 11 festivals.</strong> Following success at live music events in 2017, WKD is back with outdoor activities that are bigger, better and more fun than ever before. This year’s fully branded festival space will include the striking WKD Spot Bar, music, giant LED screens, interactive games, competitions, podium-style performance spots with dancers and entertainers, and a VIP Cocktail Lounge serving new WKD MIXED cocktails in cans. By day the giant screens will feature WKD’s bespoke air hockey-style ‘puck-challenge’ game, where contestants compete for VIP passes and branded emoji giveaways; by night the screens will show a WKD ‘equaliser’ which incorporates daytime crowd photography blended with a custom animation played in sync with music. All these elements will engage and entertain visitors to the vibrant WKD zone, but the main draw will be the amazing line-up of surprise DJ talent (which at two leading festivals will also include the winner of the #BETHEFACE Mixcloud competition).</li>\r\n</ol>\r\nThe range of specific activities will vary at individual locations this summer, but WKD aims to surprise and excite consumers at of each of the 11 festivals, both by day and by night.\r\n\r\nThe all-encompassing UK-wide summer campaign will be complemented by a series of WKD Silent Disco events taking place in holiday resorts in Spain and Cyprus frequented by the brand’s 18–24 year-old target audience.\r\n\r\n“This summer’s activity is all about being where our consumers are,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks. “It’s a money-can’t-buy competition prize for up-and-coming DJs; it’s a range of brand experiences; and it’s a point-of-purchase activation.\r\n\r\nThe campaign has been designed to: drive rate-of-sale through giveaways and prizes; further enhance brand credibility through the DJ competition and Mixcloud partnership; and engage our audience in immersive experiences - be that at festivals, in on-trade outlets or via engaging activities at events. There are many strands to the campaign, but it’s very simple to describe in two words what we’re trying to deliver here for consumers: summer fun.\r\n\r\n“We’re the UK’s No.1 traditional RTD<sup>1</sup> and the responsibility falls on us to invest in activities that grow the category, engage consumers, and build sales for stockists. With WKD’s amusing emojis at the very centre of things and our #BETHEFACE campaign calling on consumers to don masks and upload selfies, WKD will, quite literally, be on everyone’s lips this summer,” Grabham concludes.','Face Facts: WKD summer campaign set create smiles','','inherit','closed','closed','','2098-revision-v1','','','2018-07-30 12:57:44','2018-07-30 12:57:44','',2098,'http://www.ontradeprogress.com/2018/07/30/2098-revision-v1/',0,'revision','',0),(2102,1,'2018-07-30 13:00:50','2018-07-30 13:00:50','<img class=\"wp-image-2100 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.47-1024x174.png\" alt=\"\" width=\"690\" height=\"117\" /><strong>WKD, the UK’s No.1 traditional RTD<sup>1</sup>, is promising consumers an ‘epic summer’ with a multi-faceted campaign comprising: in-outlet gift with purchase promotions; on-trade sampling; interactive festival fun; a DJ competition offering the opportunity to perform at a major UK festival; £12,000 of Ticketmaster voucher prizes; and chances to win a holiday to Ibiza.</strong>\r\n\r\nWKD invites consumers to ‘bring the party’ this summer and will reward those who do.  Under the campaign theme of <strong>‘Be The Face’</strong>, a £3m programme of activities will engage consumers and drive incremental sales in all trade channels. The multi-strand approach is linked together by WKD’s emoji faces, which feature on bottle caps, POS materials and fun consumer giveaways such as masks; these unique emojis act as branding, an entry mechanic, and as conversation starters.\r\n\r\nThe comprehensive summer 2018 WKD support will both generate fun for consumers and build sales for stockists through four key approaches:\r\n<ol>\r\n 	<li><strong>#BETHEFACE and the significant associated social media campaign will be a portal to epic prizes.</strong> Consumers find a WKD emoji face on bottle caps, coasters or free gift-with-purchase masks and ‘pop sockets’ (expanding phone grips and phone stands). Consumers take fun selfies featuring the brightly coloured WKD emojis and share them on Instagram and Twitter. Lucky winners selected at random will bag themselves £150 Ticketmaster vouchers to buy tickets for gigs and festivals.  Five Ticketmaster prizes are up for grabs every week until October.</li>\r\n 	<li><strong>A major sampling campaign for new WKD Mango Crush.</strong> Sampling teams will encourage on-trade consumers across the UK to taste WKD’s new tropical flavour. A free WKD Mango Crush emoji mask will accompany every bottle subsequently bought on sampling nights. Uploaded images of consumers having fun wearing their masks will be entered into a draw for a holiday to Ibiza. One lucky mask-wearing Mango Crush purchaser will win a trip for four to the sunspot known as the island of a thousand faces.</li>\r\n 	<li><strong>The chance to DJ at a major summer festival.</strong> A fully branded WKD competition hub on Mixcloud (the free online music-streaming service) will allow budding DJs to upload their sets for others to enjoy and vote for. The activity will be promoted by both Mixcloud and on-trade venue partner Stonegate.  Entries earning significant amounts of ‘likes’, ‘shares’ and numbers of listeners will be invited by judges to compete at live WKD regional finals. Two overall champions (one north, one south) will each win the opportunity to DJ at the WKD Spot Bar at one of the UK’s most prestigious summer festivals</li>\r\n 	<li><strong>Immersive brand experiences at 11 festivals.</strong> Following success at live music events in 2017, WKD is back with outdoor activities that are bigger, better and more fun than ever before. This year’s fully branded festival space will include the striking WKD Spot Bar, music, giant LED screens, interactive games, competitions, podium-style performance spots with dancers and entertainers, and a VIP Cocktail Lounge serving new WKD MIXED cocktails in cans. By day the giant screens will feature WKD’s bespoke air hockey-style ‘puck-challenge’ game, where contestants compete for VIP passes and branded emoji giveaways; by night the screens will show a WKD ‘equaliser’ which incorporates daytime crowd photography blended with a custom animation played in sync with music. All these elements will engage and entertain visitors to the vibrant WKD zone, but the main draw will be the amazing line-up of surprise DJ talent (which at two leading festivals will also include the winner of the #BETHEFACE Mixcloud competition).</li>\r\n</ol>\r\nThe range of specific activities will vary at individual locations this summer, but WKD aims to surprise and excite consumers at of each of the 11 festivals, both by day and by night.\r\n\r\nThe all-encompassing UK-wide summer campaign will be complemented by a series of WKD Silent Disco events taking place in holiday resorts in Spain and Cyprus frequented by the brand’s 18–24 year-old target audience.\r\n\r\n“This summer’s activity is all about being where our consumers are,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks. “It’s a money-can’t-buy competition prize for up-and-coming DJs; it’s a range of brand experiences; and it’s a point-of-purchase activation.\r\n\r\nThe campaign has been designed to: drive rate-of-sale through giveaways and prizes; further enhance brand credibility through the DJ competition and Mixcloud partnership; and engage our audience in immersive experiences - be that at festivals, in on-trade outlets or via engaging activities at events. There are many strands to the campaign, but it’s very simple to describe in two words what we’re trying to deliver here for consumers: summer fun.\r\n\r\n“We’re the UK’s No.1 traditional RTD<sup>1</sup> and the responsibility falls on us to invest in activities that grow the category, engage consumers, and build sales for stockists. With WKD’s amusing emojis at the very centre of things and our #BETHEFACE campaign calling on consumers to don masks and upload selfies, WKD will, quite literally, be on everyone’s lips this summer,” Grabham concludes.','Face Facts: WKD summer campaign set to create smiles','','inherit','closed','closed','','2098-revision-v1','','','2018-07-30 13:00:50','2018-07-30 13:00:50','',2098,'http://www.ontradeprogress.com/2018/07/30/2098-revision-v1/',0,'revision','',0),(2103,1,'2018-07-30 13:04:34','2018-07-30 13:04:34','<img class=\"wp-image-2100 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.47-1024x174.png\" alt=\"\" width=\"690\" height=\"117\" /><strong>WKD, the UK’s No.1 traditional RTD<sup>1</sup>, is promising consumers an ‘epic summer’ with a multi-faceted campaign comprising: in-outlet gift with purchase promotions; on-trade sampling; interactive festival fun; a DJ competition offering the opportunity to perform at a major UK festival; £12,000 of Ticketmaster voucher prizes; and chances to win a holiday to Ibiza.</strong>\r\n\r\nWKD invites consumers to ‘bring the party’ this summer and will reward those who do.  Under the campaign theme of <strong>‘Be The Face’</strong>, a £3m programme of activities will engage consumers and drive incremental sales in all trade channels. The multi-strand approach is linked together by WKD’s emoji faces, which feature on bottle caps, POS materials and fun consumer giveaways such as masks; these unique emojis act as branding, an entry mechanic, and as conversation starters.\r\n\r\nThe comprehensive summer 2018 WKD support will both generate fun for consumers and build sales for stockists through four key approaches:\r\n<ol>\r\n 	<li><strong>#BETHEFACE and the significant associated social media campaign will be a portal to epic prizes.</strong> Consumers find a WKD emoji face on bottle caps, coasters or free gift-with-purchase masks and ‘pop sockets’ (expanding phone grips and phone stands). Consumers take fun selfies featuring the brightly coloured WKD emojis and share them on Instagram and Twitter. Lucky winners selected at random will bag themselves £150 Ticketmaster vouchers to buy tickets for gigs and festivals.  Five Ticketmaster prizes are up for grabs every week until October.</li>\r\n 	<li><strong>A major sampling campaign for new WKD Mango Crush.</strong> Sampling teams will encourage on-trade consumers across the UK to taste WKD’s new tropical flavour. A free WKD Mango Crush emoji mask will accompany every bottle subsequently bought on sampling nights. Uploaded images of consumers having fun wearing their masks will be entered into a draw for a holiday to Ibiza. One lucky mask-wearing Mango Crush purchaser will win a trip for four to the sunspot known as the island of a thousand faces.</li>\r\n 	<li><strong>The chance to DJ at a major summer festival.</strong> A fully branded WKD competition hub on Mixcloud (the free online music-streaming service) will allow budding DJs to upload their sets for others to enjoy and vote for. The activity will be promoted by both Mixcloud and on-trade venue partner Stonegate. Entries earning significant amounts of ‘likes’, ‘shares’ and numbers of listeners will be invited by judges to compete at live WKD regional finals. Two overall champions (one north, one south) will each win the opportunity to DJ at the WKD Spot Bar at one of the UK’s most prestigious summer festivals</li>\r\n 	<li><strong>Immersive brand experiences at 11 festivals.</strong> Following success at live music events in 2017, WKD is back with outdoor activities that are bigger, better and more fun than ever before. This year’s fully branded festival space will include the striking WKD Spot Bar, music, giant LED screens, interactive games, competitions, podium-style performance spots with dancers and entertainers, and a VIP Cocktail Lounge serving new WKD MIXED cocktails in cans. By day the giant screens will feature WKD’s bespoke air hockey-style ‘puck-challenge’ game, where contestants compete for VIP passes and branded emoji giveaways; by night the screens will show a WKD ‘equaliser’ which incorporates daytime crowd photography blended with a custom animation played in sync with music. All these elements will engage and entertain visitors to the vibrant WKD zone, but the main draw will be the amazing line-up of surprise DJ talent (which at two leading festivals will also include the winner of the #BETHEFACE Mixcloud competition).</li>\r\n</ol>\r\nThe range of specific activities will vary at individual locations this summer, but WKD aims to surprise and excite consumers at of each of the 11 festivals, both by day and by night.\r\n\r\nThe all-encompassing UK-wide summer campaign will be complemented by a series of WKD Silent Disco events taking place in holiday resorts in Spain and Cyprus frequented by the brand’s 18–24 year-old target audience.\r\n\r\n“This summer’s activity is all about being where our consumers are,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks. “It’s a money-can’t-buy competition prize for up-and-coming DJs; it’s a range of brand experiences; and it’s a point-of-purchase activation.\r\n\r\nThe campaign has been designed to: drive rate-of-sale through giveaways and prizes; further enhance brand credibility through the DJ competition and Mixcloud partnership; and engage our audience in immersive experiences - be that at festivals, in on-trade outlets or via engaging activities at events. There are many strands to the campaign, but it’s very simple to describe in two words what we’re trying to deliver here for consumers: summer fun.\r\n\r\n“We’re the UK’s No.1 traditional RTD<sup>1</sup> and the responsibility falls on us to invest in activities that grow the category, engage consumers, and build sales for stockists. With WKD’s amusing emojis at the very centre of things and our #BETHEFACE campaign calling on consumers to don masks and upload selfies, WKD will, quite literally, be on everyone’s lips this summer,” Grabham concludes.','Face Facts: WKD summer campaign set to create smiles','','inherit','closed','closed','','2098-revision-v1','','','2018-07-30 13:04:34','2018-07-30 13:04:34','',2098,'http://www.ontradeprogress.com/2018/07/30/2098-revision-v1/',0,'revision','',0),(2104,1,'2018-07-30 13:06:58','2018-07-30 13:06:58','<img class=\"wp-image-2100 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-13.43.47-1024x174.png\" alt=\"\" width=\"690\" height=\"117\" /><strong>WKD, the UK’s No.1 traditional RTD<sup>1</sup>, is promising consumers an ‘epic summer’ with a multi-faceted campaign comprising: in-outlet gift with purchase promotions; on-trade sampling; interactive festival fun; a DJ competition offering the opportunity to perform at a major UK festival; £12,000 of Ticketmaster voucher prizes; and chances to win a holiday to Ibiza.</strong>\r\n\r\nWKD invites consumers to ‘bring the party’ this summer and will reward those who do. Under the campaign theme of <strong>‘Be The Face’</strong>, a £3m programme of activities will engage consumers and drive incremental sales in all trade channels. The multi-strand approach is linked together by WKD’s emoji faces, which feature on bottle caps, POS materials and fun consumer giveaways such as masks; these unique emojis act as branding, an entry mechanic, and as conversation starters.\r\n\r\nThe comprehensive summer 2018 WKD support will both generate fun for consumers and build sales for stockists through four key approaches:\r\n<ol>\r\n 	<li><strong>#BETHEFACE and the significant associated social media campaign will be a portal to epic prizes.</strong> Consumers find a WKD emoji face on bottle caps, coasters or free gift-with-purchase masks and ‘pop sockets’ (expanding phone grips and phone stands). Consumers take fun selfies featuring the brightly coloured WKD emojis and share them on Instagram and Twitter. Lucky winners selected at random will bag themselves £150 Ticketmaster vouchers to buy tickets for gigs and festivals.  Five Ticketmaster prizes are up for grabs every week until October.</li>\r\n 	<li><strong>A major sampling campaign for new WKD Mango Crush.</strong> Sampling teams will encourage on-trade consumers across the UK to taste WKD’s new tropical flavour. A free WKD Mango Crush emoji mask will accompany every bottle subsequently bought on sampling nights. Uploaded images of consumers having fun wearing their masks will be entered into a draw for a holiday to Ibiza. One lucky mask-wearing Mango Crush purchaser will win a trip for four to the sunspot known as the island of a thousand faces.</li>\r\n 	<li><strong>The chance to DJ at a major summer festival.</strong> A fully branded WKD competition hub on Mixcloud (the free online music-streaming service) will allow budding DJs to upload their sets for others to enjoy and vote for. The activity will be promoted by both Mixcloud and on-trade venue partner Stonegate. Entries earning significant amounts of ‘likes’, ‘shares’ and numbers of listeners will be invited by judges to compete at live WKD regional finals. Two overall champions (one north, one south) will each win the opportunity to DJ at the WKD Spot Bar at one of the UK’s most prestigious summer festivals</li>\r\n 	<li><strong>Immersive brand experiences at 11 festivals.</strong> Following success at live music events in 2017, WKD is back with outdoor activities that are bigger, better and more fun than ever before. This year’s fully branded festival space will include the striking WKD Spot Bar, music, giant LED screens, interactive games, competitions, podium-style performance spots with dancers and entertainers, and a VIP Cocktail Lounge serving new WKD MIXED cocktails in cans. By day the giant screens will feature WKD’s bespoke air hockey-style ‘puck-challenge’ game, where contestants compete for VIP passes and branded emoji giveaways; by night the screens will show a WKD ‘equaliser’ which incorporates daytime crowd photography blended with a custom animation played in sync with music. All these elements will engage and entertain visitors to the vibrant WKD zone, but the main draw will be the amazing line-up of surprise DJ talent (which at two leading festivals will also include the winner of the #BETHEFACE Mixcloud competition).</li>\r\n</ol>\r\nThe range of specific activities will vary at individual locations this summer, but WKD aims to surprise and excite consumers at of each of the 11 festivals, both by day and by night.\r\n\r\nThe all-encompassing UK-wide summer campaign will be complemented by a series of WKD Silent Disco events taking place in holiday resorts in Spain and Cyprus frequented by the brand’s 18–24 year-old target audience.\r\n\r\n“This summer’s activity is all about being where our consumers are,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks. “It’s a money-can’t-buy competition prize for up-and-coming DJs; it’s a range of brand experiences; and it’s a point-of-purchase activation.\r\n\r\nThe campaign has been designed to: drive rate-of-sale through giveaways and prizes; further enhance brand credibility through the DJ competition and Mixcloud partnership; and engage our audience in immersive experiences - be that at festivals, in on-trade outlets or via engaging activities at events. There are many strands to the campaign, but it’s very simple to describe in two words what we’re trying to deliver here for consumers: summer fun.\r\n\r\n“We’re the UK’s No.1 traditional RTD<sup>1</sup> and the responsibility falls on us to invest in activities that grow the category, engage consumers, and build sales for stockists. With WKD’s amusing emojis at the very centre of things and our #BETHEFACE campaign calling on consumers to don masks and upload selfies, WKD will, quite literally, be on everyone’s lips this summer,” Grabham concludes.','Face Facts: WKD summer campaign set to create smiles','','inherit','closed','closed','','2098-revision-v1','','','2018-07-30 13:06:58','2018-07-30 13:06:58','',2098,'http://www.ontradeprogress.com/2018/07/30/2098-revision-v1/',0,'revision','',0),(2105,1,'2018-07-30 13:38:24','2018-07-30 13:38:24','<strong>A new range of Zero-Proof Spirits hits UK market with all the spirit, none of the alcohol. STRYYK™, a new range of zero-proof distilled spirits launched on the 26/07/2018 into the UK trade, in a bid to grow this emerging category and offer consumers a modern flavour-driven and stylish alternative to alcohol.</strong>\r\n\r\nCreated by drinks industry entrepreneur and founder of Funkin Cocktails, Alex Carlton in recognition of the growing demand from Gen X’rs, Stryyk is predominantly targeted at 18-35 year old and positioned as an inclusive brand for those who choose not to drink alcohol, are having a night off or mixing up their night, but still want to be part of the party.\r\n\r\nDistilled and bottled in the UK, the Stryyk portfolio initially features one clear spirit, Stryyk Not Gin and one dark spirit, Stryyk Not Rum and is packaged in a distinctive bottle with a premium cork closure, designed to complement the back-bar. Stryyk Not Gin combines juniper, rosemary and basil and Stryyk Not Rum features clove, oakwood and grapefruit. Both variants are 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\nElegantly Spirited CEO, Alex Carlton says: “Stryyk is making sobriety acceptable, simple and not anti-social. With the new generation of party-goers choosing to drink less alcohol and sometimes none at all, Stryyk offers a zero-proof spirit which enables them to enjoy the drinks they love and stay in the moment, without compromising on taste, experience or calories. As we like to say, Stryyk has all of the spirit, none of the alcohol.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply Stryyk an old favourite like a G&amp;T to create a Stryyk Not Gin &amp; Tonic or use the new zero-proof spirit as the base for a new serve. To bring Stryyk to market, Carlton has collaborated with the best in the business, Tom Soden, owner of Nine Lives, The Gunmakers and The Lion &amp; Lamb who has developed signature serves and is brand ambassador.\r\n\r\nCommenting on the new product, Soden says: “Previously dry and tannic flavour profiles have been neglected within the non-alcohol sector and this is where Stryyk shines. The ability to provide intense flavours in shorter serve styles opens up exciting options for non-alcoholic drinks. Personally, I also enjoy Stryyk neat over ice with a lemon twist.”\r\n\r\nListings have already been secured in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group and The Ministry Creative Workspace, demonstrating the broad appeal and opportunity for this disruptive innovation. Stryyk will also be available in the British Airways Club lounge at JFK International Airport.\r\n\r\n“I am delighted with the positive reception so far from the trade and look forward to introducing Stryyk more widely in the coming months. Its unique flavour profile makes it the first truly satisfying and credible non-alcoholic alternative to spirits and offers the trade not only non-alcoholic options on serves, both classic and new, but also higher margins than on traditional soft drinks,” says Alex Carlton.','New range of Zero-Proof Spirits hits UK market','','publish','closed','open','','new-range-of-zero-proof-spirits-hits-uk-market','','','2018-07-30 13:51:57','2018-07-30 13:51:57','',0,'http://www.ontradeprogress.com/?p=2105',0,'post','',0),(2106,1,'2018-07-30 13:35:08','2018-07-30 13:35:08','','Screen Shot 2018-07-30 at 14.21.47','','inherit','closed','closed','','screen-shot-2018-07-30-at-14-21-47','','','2018-07-30 13:35:08','2018-07-30 13:35:08','',2105,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-14.21.47.png',0,'attachment','image/png',0),(2107,1,'2018-07-30 13:37:49','2018-07-30 13:37:49','<strong>A new range of Zero-Proof Spirits hits UK market with all the spirit, none of the alcohol. STRYYK™, a new range of zero-proof distilled spirits launched on the 28/07/2018 into the UK trade, in a bid to grow this emerging category and offer consumers a modern flavour-driven and stylish alternative to alcohol.</strong>\r\n\r\nCreated by drinks industry entrepreneur and founder of Funkin Cocktails, Alex Carlton in recognition of the growing demand from Gen X’rs, Stryyk is predominantly targeted at 18-35 year old and positioned as an inclusive brand for those who choose not to drink alcohol, are having a night off or mixing up their night, but still want to be part of the party.\r\n\r\nDistilled and bottled in the UK, the Stryyk portfolio initially features one clear spirit, Stryyk Not Gin and one dark spirit, Stryyk Not Rum and is packaged in a distinctive bottle with a premium cork closure, designed to complement the back-bar. Stryyk Not Gin combines juniper, rosemary and basil and Stryyk Not Rum features clove, oakwood and grapefruit. Both variants are 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\nElegantly Spirited CEO, Alex Carlton says: “Stryyk is making sobriety acceptable, simple and not anti-social. With the new generation of party-goers choosing to drink less alcohol and sometimes none at all, Stryyk offers a zero-proof spirit which enables them to enjoy the drinks they love and stay in the moment, without compromising on taste, experience or calories. As we like to say, Stryyk has all of the spirit, none of the alcohol.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply Stryyk an old favourite like a G&amp;T to create a Stryyk Not Gin &amp; Tonic or use the new zero-proof spirit as the base for a new serve. To bring Stryyk to market, Carlton has collaborated with the best in the business, Tom Soden, owner of Nine Lives, The Gunmakers and The Lion &amp; Lamb who has developed signature serves and is brand ambassador.\r\n\r\nCommenting on the new product, Soden says: “Previously dry and tannic flavour profiles have been neglected within the non-alcohol sector and this is where Stryyk shines. The ability to provide intense flavours in shorter serve styles opens up exciting options for non-alcoholic drinks. Personally, I also enjoy Stryyk neat over ice with a lemon twist.”\r\n\r\nListings have already been secured in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group and The Ministry Creative Workspace, demonstrating the broad appeal and opportunity for this disruptive innovation. Stryyk will also be available in the British Airways Club lounge at JFK International Airport.\r\n\r\n“I am delighted with the positive reception so far from the trade and look forward to introducing Stryyk more widely in the coming months. Its unique flavour profile makes it the first truly satisfying and credible non-alcoholic alternative to spirits and offers the trade not only non-alcoholic options on serves, both classic and new, but also higher margins than on traditional soft drinks,” says Alex Carlton.','New range of Zero-Proof Spirits hits UK market','','inherit','closed','closed','','2105-revision-v1','','','2018-07-30 13:37:49','2018-07-30 13:37:49','',2105,'http://www.ontradeprogress.com/2018/07/30/2105-revision-v1/',0,'revision','',0),(2108,1,'2018-07-30 13:51:57','2018-07-30 13:51:57','<strong>A new range of Zero-Proof Spirits hits UK market with all the spirit, none of the alcohol. STRYYK™, a new range of zero-proof distilled spirits launched on the 26/07/2018 into the UK trade, in a bid to grow this emerging category and offer consumers a modern flavour-driven and stylish alternative to alcohol.</strong>\r\n\r\nCreated by drinks industry entrepreneur and founder of Funkin Cocktails, Alex Carlton in recognition of the growing demand from Gen X’rs, Stryyk is predominantly targeted at 18-35 year old and positioned as an inclusive brand for those who choose not to drink alcohol, are having a night off or mixing up their night, but still want to be part of the party.\r\n\r\nDistilled and bottled in the UK, the Stryyk portfolio initially features one clear spirit, Stryyk Not Gin and one dark spirit, Stryyk Not Rum and is packaged in a distinctive bottle with a premium cork closure, designed to complement the back-bar. Stryyk Not Gin combines juniper, rosemary and basil and Stryyk Not Rum features clove, oakwood and grapefruit. Both variants are 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\nElegantly Spirited CEO, Alex Carlton says: “Stryyk is making sobriety acceptable, simple and not anti-social. With the new generation of party-goers choosing to drink less alcohol and sometimes none at all, Stryyk offers a zero-proof spirit which enables them to enjoy the drinks they love and stay in the moment, without compromising on taste, experience or calories. As we like to say, Stryyk has all of the spirit, none of the alcohol.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply Stryyk an old favourite like a G&amp;T to create a Stryyk Not Gin &amp; Tonic or use the new zero-proof spirit as the base for a new serve. To bring Stryyk to market, Carlton has collaborated with the best in the business, Tom Soden, owner of Nine Lives, The Gunmakers and The Lion &amp; Lamb who has developed signature serves and is brand ambassador.\r\n\r\nCommenting on the new product, Soden says: “Previously dry and tannic flavour profiles have been neglected within the non-alcohol sector and this is where Stryyk shines. The ability to provide intense flavours in shorter serve styles opens up exciting options for non-alcoholic drinks. Personally, I also enjoy Stryyk neat over ice with a lemon twist.”\r\n\r\nListings have already been secured in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group and The Ministry Creative Workspace, demonstrating the broad appeal and opportunity for this disruptive innovation. Stryyk will also be available in the British Airways Club lounge at JFK International Airport.\r\n\r\n“I am delighted with the positive reception so far from the trade and look forward to introducing Stryyk more widely in the coming months. Its unique flavour profile makes it the first truly satisfying and credible non-alcoholic alternative to spirits and offers the trade not only non-alcoholic options on serves, both classic and new, but also higher margins than on traditional soft drinks,” says Alex Carlton.','New range of Zero-Proof Spirits hits UK market','','inherit','closed','closed','','2105-revision-v1','','','2018-07-30 13:51:57','2018-07-30 13:51:57','',2105,'http://www.ontradeprogress.com/2018/07/30/2105-revision-v1/',0,'revision','',0),(2109,1,'2018-07-30 14:04:44','2018-07-30 14:04:44','<strong>UKHospitality has welcomed the launch of a Home Office toolkit providing practical advice on how EU citizens can apply for settled status. Government has stated that EU citizens, who are already resident in the UK or move here before 1st January 2021 have the right to remain and work in the UK.</strong>\r\n\r\nUKHospitality worked closely with the Government to help develop the package of advice and the trade association will be supporting its members to communicate the message to employees.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Dissemination of information to employees is going to be absolutely crucial as we move towards Brexit. Members have consistently told us they need information from Government to reassure their EU staff they are welcome in the UK and so this is a big step forward. Clear communication with EU citizens on how to register themselves and their dependents for settled status is essential.\r\n\r\n“Employers are going to play a crucial role in communicating the scheme to their employees and UKHospitality will be supporting its members to ensure the message gets across to the sector.\r\n\r\n“UKHospitality has liaised with the Government exhaustively to inform and support the scheme and Home Office officials attended our recent conference to provide our members with information.\r\n\r\n“Hospitality businesses need clarity and transparency in order to prepare for life beyond the transition period and outside of the EU. UKHospitality will be working with the Home Office in the near future to ensure that hospitality businesses are armed with all the tools to prosper in the coming years.”','Home Office toolkit for EU nationals a welcome step forward, says UKH','','publish','closed','open','','home-office-toolkit-for-eu-nationals-a-welcome-step-forward-says-ukh','','','2018-07-30 14:06:02','2018-07-30 14:06:02','',0,'http://www.ontradeprogress.com/?p=2109',0,'post','',0),(2110,1,'2018-07-30 14:04:44','2018-07-30 14:04:44','<strong>UKHospitality has welcomed the launch of a Home Office toolkit providing practical advice on how EU citizens can apply for settled status. Government has stated that EU citizens, who are already resident in the UK or move here before 1st January 2021 have the right to remain and work in the UK.</strong>\r\n\r\nUKHospitality worked closely with the Government to help develop the package of advice and the trade association will be supporting its members to communicate the message to employees.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Dissemination of information to employees is going to be absolutely crucial as we move towards Brexit. Members have consistently told us they need information from Government to reassure their EU staff they are welcome in the UK and so this is a big step forward. Clear communication with EU citizens on how to register themselves and their dependents for settled status is essential.\r\n\r\n“Employers are going to play a crucial role in communicating the scheme to their employees and UKHospitality will be supporting its members to ensure the message gets across to the sector.\r\n\r\n“UKHospitality has liaised with the Government exhaustively to inform and support the scheme and Home Office officials attended our recent conference to provide our members with information.\r\n\r\n“Hospitality businesses need clarity and transparency in order to prepare for life beyond the transition period and outside of the EU. UKHospitality will be working with the Home Office in the near future to ensure that hospitality businesses are armed with all the tools to prosper in the coming years.”','Home Office toolkit for EU nationals a welcome step forward, says UKH','','inherit','closed','closed','','2109-revision-v1','','','2018-07-30 14:04:44','2018-07-30 14:04:44','',2109,'http://www.ontradeprogress.com/2018/07/30/2109-revision-v1/',0,'revision','',0),(2111,1,'2018-07-30 15:19:38','2018-07-30 15:19:38','<img class=\" wp-image-2115 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.18.32.png\" alt=\"\" width=\"161\" height=\"162\" />\r\n\r\n<strong>The new Vista 3 by Chroma-Q<sup>® </sup>lighting &amp; media control range made an impressive UK debut on the British Racing Drivers\' Club\'s (BRDC) legendary British Grand Prix Party at the Silverstone Circuit.</strong>\r\n\r\nAttracting high-profile BRDC members and personalities, the Party is staged within the BRDC Farm grounds during the Formula 1® Rolex British Grand Prix weekend.\r\n\r\nThe Vista 3 software and Vista EX hardware controlled over 160 fixtures lighting a double hospitality marquee, historic car displays, and the grounds of the Farm.\r\n\r\nJack Moorhouse utilised Vista 3\'s powerful feature set to unleash his full creativity for the marquee lighting scheme, delivering a relaxed environment during the day, and then transforming it into a lively and vibrant atmosphere at night.\r\n\r\nHe commented: \"I have used Vista 2 on this event in the past and Vista 3 has really improved the looks I am able to create in this type of live show, busking environment. New features like FX masters and window workspaces ensured I had everything I needed right at my fingertips.\"\r\n\r\nHe continued: \"Being able to use the Vista EX was great. Space is always tight in these sorts of events, so being able to have lots of physical controls within an ultra-compact footprint was a real bonus.\"\r\n\r\nFreelance Vista Programmer, Steve Heywood also used Vista 3 to programme the lighting scheme for the Farm grounds and garden, which continued the marquee\'s vibrant atmosphere outdoors for guests.\r\n\r\nHe commented: \"I really enjoyed using the new Vista 3 software. With over 100 fixtures to control over the site, the visual layout and easy workflow allowed for quick programming of different looks for every night, even when I couldn’t see all the lights. The new colour engine allowed for accurate colour mixing over the different fixture types, and the FX engine allowed for dynamic looks to be built, bringing the site to life.\r\n\r\nFixtures at the event also included Chroma-Q<sup>®</sup> Space Force™ LED soft lights providing general ambient illumination inside the marquee and enclosed car displays, plus Color Force II™ LED wash lights and Inspire Mini™ LED house lights delivering immersive colour-changing effects lighting. In addition, Color One 100X™ IP65 LED PARs were used to uplight outdoor car displays.','Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone','','publish','closed','open','','vista-3-by-chroma-q-lighting-control-makes-impressive-uk-debut-at-silverstone','','','2018-07-30 15:22:47','2018-07-30 15:22:47','',0,'http://www.ontradeprogress.com/?p=2111',0,'post','',0),(2112,1,'2018-07-30 15:13:40','2018-07-30 15:13:40','','Screen Shot 2018-07-30 at 16.08.01','','inherit','closed','closed','','screen-shot-2018-07-30-at-16-08-01','','','2018-07-30 15:13:40','2018-07-30 15:13:40','',2111,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.08.01.png',0,'attachment','image/png',0),(2113,1,'2018-07-30 15:14:17','2018-07-30 15:14:17','<strong>The new Vista 3 by Chroma-Q<sup>® </sup>lighting &amp; media control range made an impressive UK debut on the British Racing Drivers\' Club\'s (BRDC) legendary British Grand Prix Party at the Silverstone Circuit.</strong>\r\n\r\nAttracting high-profile BRDC members and personalities, the Party is staged within the BRDC Farm grounds during the Formula 1® Rolex British Grand Prix weekend.\r\n\r\nThe Vista 3 software and Vista EX hardware controlled over 160 fixtures lighting a double hospitality marquee, historic car displays, and the grounds of the Farm.\r\n\r\nJack Moorhouse utilised Vista 3\'s powerful feature set to unleash his full creativity for the marquee lighting scheme, delivering a relaxed environment during the day, and then transforming it into a lively and vibrant atmosphere at night.\r\n\r\nHe commented: \"I have used Vista 2 on this event in the past and Vista 3 has really improved the looks I am able to create in this type of live show, busking environment. New features like FX masters and window workspaces ensured I had everything I needed right at my fingertips.\"\r\n\r\nHe continued: \"Being able to use the Vista EX was great. Space is always tight in these sorts of events, so being able to have lots of physical controls within an ultra-compact footprint was a real bonus.\"\r\n\r\nFreelance Vista Programmer, Steve Heywood also used Vista 3 to programme the lighting scheme for the Farm grounds and garden, which continued the marquee\'s vibrant atmosphere outdoors for guests.\r\n\r\nHe commented: \"I really enjoyed using the new Vista 3 software. With over 100 fixtures to control over the site, the visual layout and easy workflow allowed for quick programming of different looks for every night, even when I couldn’t see all the lights. The new colour engine allowed for accurate colour mixing over the different fixture types, and the FX engine allowed for dynamic looks to be built, bringing the site to life.\r\n\r\nFixtures at the event also included Chroma-Q<sup>®</sup> Space Force™ LED soft lights providing general ambient illumination inside the marquee and enclosed car displays, plus Color Force II™ LED wash lights and Inspire Mini™ LED house lights delivering immersive colour-changing effects lighting. In addition, Color One 100X™ IP65 LED PARs were used to uplight outdoor car displays.','Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone','','inherit','closed','closed','','2111-revision-v1','','','2018-07-30 15:14:17','2018-07-30 15:14:17','',2111,'http://www.ontradeprogress.com/2018/07/30/2111-revision-v1/',0,'revision','',0),(2114,1,'2018-07-30 15:17:08','2018-07-30 15:17:08','','Screen Shot 2018-07-30 at 16.16.45','','inherit','closed','closed','','screen-shot-2018-07-30-at-16-16-45','','','2018-07-30 15:17:08','2018-07-30 15:17:08','',2111,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.16.45.png',0,'attachment','image/png',0),(2115,1,'2018-07-30 15:18:54','2018-07-30 15:18:54','','Screen Shot 2018-07-30 at 16.18.32','','inherit','closed','closed','','screen-shot-2018-07-30-at-16-18-32','','','2018-07-30 15:18:54','2018-07-30 15:18:54','',2111,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.18.32.png',0,'attachment','image/png',0),(2116,1,'2018-07-30 15:19:38','2018-07-30 15:19:38','<img class=\"size-full wp-image-2115 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.18.32.png\" alt=\"\" width=\"204\" height=\"205\" />\r\n\r\n<strong>The new Vista 3 by Chroma-Q<sup>® </sup>lighting &amp; media control range made an impressive UK debut on the British Racing Drivers\' Club\'s (BRDC) legendary British Grand Prix Party at the Silverstone Circuit.</strong>\r\n\r\nAttracting high-profile BRDC members and personalities, the Party is staged within the BRDC Farm grounds during the Formula 1® Rolex British Grand Prix weekend.\r\n\r\nThe Vista 3 software and Vista EX hardware controlled over 160 fixtures lighting a double hospitality marquee, historic car displays, and the grounds of the Farm.\r\n\r\nJack Moorhouse utilised Vista 3\'s powerful feature set to unleash his full creativity for the marquee lighting scheme, delivering a relaxed environment during the day, and then transforming it into a lively and vibrant atmosphere at night.\r\n\r\nHe commented: \"I have used Vista 2 on this event in the past and Vista 3 has really improved the looks I am able to create in this type of live show, busking environment. New features like FX masters and window workspaces ensured I had everything I needed right at my fingertips.\"\r\n\r\nHe continued: \"Being able to use the Vista EX was great. Space is always tight in these sorts of events, so being able to have lots of physical controls within an ultra-compact footprint was a real bonus.\"\r\n\r\nFreelance Vista Programmer, Steve Heywood also used Vista 3 to programme the lighting scheme for the Farm grounds and garden, which continued the marquee\'s vibrant atmosphere outdoors for guests.\r\n\r\nHe commented: \"I really enjoyed using the new Vista 3 software. With over 100 fixtures to control over the site, the visual layout and easy workflow allowed for quick programming of different looks for every night, even when I couldn’t see all the lights. The new colour engine allowed for accurate colour mixing over the different fixture types, and the FX engine allowed for dynamic looks to be built, bringing the site to life.\r\n\r\nFixtures at the event also included Chroma-Q<sup>®</sup> Space Force™ LED soft lights providing general ambient illumination inside the marquee and enclosed car displays, plus Color Force II™ LED wash lights and Inspire Mini™ LED house lights delivering immersive colour-changing effects lighting. In addition, Color One 100X™ IP65 LED PARs were used to uplight outdoor car displays.','Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone','','inherit','closed','closed','','2111-revision-v1','','','2018-07-30 15:19:38','2018-07-30 15:19:38','',2111,'http://www.ontradeprogress.com/2018/07/30/2111-revision-v1/',0,'revision','',0),(2117,1,'2018-07-30 15:22:47','2018-07-30 15:22:47','<img class=\" wp-image-2115 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-30-at-16.18.32.png\" alt=\"\" width=\"161\" height=\"162\" />\r\n\r\n<strong>The new Vista 3 by Chroma-Q<sup>® </sup>lighting &amp; media control range made an impressive UK debut on the British Racing Drivers\' Club\'s (BRDC) legendary British Grand Prix Party at the Silverstone Circuit.</strong>\r\n\r\nAttracting high-profile BRDC members and personalities, the Party is staged within the BRDC Farm grounds during the Formula 1® Rolex British Grand Prix weekend.\r\n\r\nThe Vista 3 software and Vista EX hardware controlled over 160 fixtures lighting a double hospitality marquee, historic car displays, and the grounds of the Farm.\r\n\r\nJack Moorhouse utilised Vista 3\'s powerful feature set to unleash his full creativity for the marquee lighting scheme, delivering a relaxed environment during the day, and then transforming it into a lively and vibrant atmosphere at night.\r\n\r\nHe commented: \"I have used Vista 2 on this event in the past and Vista 3 has really improved the looks I am able to create in this type of live show, busking environment. New features like FX masters and window workspaces ensured I had everything I needed right at my fingertips.\"\r\n\r\nHe continued: \"Being able to use the Vista EX was great. Space is always tight in these sorts of events, so being able to have lots of physical controls within an ultra-compact footprint was a real bonus.\"\r\n\r\nFreelance Vista Programmer, Steve Heywood also used Vista 3 to programme the lighting scheme for the Farm grounds and garden, which continued the marquee\'s vibrant atmosphere outdoors for guests.\r\n\r\nHe commented: \"I really enjoyed using the new Vista 3 software. With over 100 fixtures to control over the site, the visual layout and easy workflow allowed for quick programming of different looks for every night, even when I couldn’t see all the lights. The new colour engine allowed for accurate colour mixing over the different fixture types, and the FX engine allowed for dynamic looks to be built, bringing the site to life.\r\n\r\nFixtures at the event also included Chroma-Q<sup>®</sup> Space Force™ LED soft lights providing general ambient illumination inside the marquee and enclosed car displays, plus Color Force II™ LED wash lights and Inspire Mini™ LED house lights delivering immersive colour-changing effects lighting. In addition, Color One 100X™ IP65 LED PARs were used to uplight outdoor car displays.','Vista 3 by Chroma-Q Lighting Control makes impressive UK debut at Silverstone','','inherit','closed','closed','','2111-revision-v1','','','2018-07-30 15:22:47','2018-07-30 15:22:47','',2111,'http://www.ontradeprogress.com/2018/07/30/2111-revision-v1/',0,'revision','',0),(2118,1,'2018-07-31 07:09:35','2018-07-31 07:09:35','<strong>UKHospitality has welcomed the publication of the Home Affairs Committee’s report on future migration and has reiterated its call for decisive Government action on a future immigration policy. </strong>\r\n\r\nThe trade association has also emphasised that the UK’s future immigration policy should operate in the interests of the UK economy, rather than as a politically-driven target.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The report has rightly identified the need for an open debate on immigration and the need to take into account a range of views, not least of all UK businesses.\r\n\r\n“The country’s future immigration policy should not be determined by a narrow ideological viewpoint, it should support the needs of the country and benefit the UK economy. We are hopeful that the Migration Advisory Committee’s report will highlight role migrant workers play and their importance, particularly to hospitality.\r\n\r\n“Businesses will not have long to adjust to the new policy, whatever form it takes, so the Government must act quickly to ensure employers are not left behind. The Government also needs to ensure that the management of immigration goes beyond just the numbers so that it is managed in a way that benefits communities.\r\n\r\nUKHospitality has made the case for the sector and will continue to do so as we approach the Brexit date and beyond\".','Migration should not be political football, says UKHospitality','','publish','closed','open','','migration-should-not-be-political-football-says-ukhospitality','','','2018-07-31 07:09:35','2018-07-31 07:09:35','',0,'http://www.ontradeprogress.com/?p=2118',0,'post','',0),(2119,1,'2018-07-31 07:08:59','2018-07-31 07:08:59','<strong>UKHospitality has welcomed the publication of the Home Affairs Committee’s report on future migration and has reiterated its call for decisive Government action on a future immigration policy. </strong>\r\n\r\nThe trade association has also emphasised that the UK’s future immigration policy should operate in the interests of the UK economy, rather than as a politically-driven target.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The report has rightly identified the need for an open debate on immigration and the need to take into account a range of views, not least of all UK businesses.\r\n\r\n“The country’s future immigration policy should not be determined by a narrow ideological viewpoint, it should support the needs of the country and benefit the UK economy. We are hopeful that the Migration Advisory Committee’s report will highlight role migrant workers play and their importance, particularly to hospitality.\r\n\r\n“Businesses will not have long to adjust to the new policy, whatever form it takes, so the Government must act quickly to ensure employers are not left behind. The Government also needs to ensure that the management of immigration goes beyond just the numbers so that it is managed in a way that benefits communities.\r\n\r\nUKHospitality has made the case for the sector and will continue to do so as we approach the Brexit date and beyond\".','Migration should not be political football, says UKHospitality','','inherit','closed','closed','','2118-revision-v1','','','2018-07-31 07:08:59','2018-07-31 07:08:59','',2118,'http://www.ontradeprogress.com/2018/07/31/2118-revision-v1/',0,'revision','',0),(2120,1,'2018-07-31 07:25:50','2018-07-31 07:25:50','<img class=\"wp-image-816 alignright\" style=\"font-size: 15.0766px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"107\" height=\"107\" /><strong>ProLights LED and discharge fixtures were central to the event lighting schemes at this year\'s glamorous British Racing Drivers\' Club\'s (BRDC) British Grand Prix Party at Silverstone racing circuit.</strong>\r\n\r\nStaged within the grounds of the BRDC Farm as part of the Formula 1® Rolex British Grand Prix weekend, the legendary occasion attracts high-profile members and motorsport personalities.\r\n\r\nA regular at the BRDC Party over the past few years, ProLights fixtures were utilised throughout the BRDC Farm grounds, as well as lighting areas inside the marquee.\r\n\r\nVarious models from ProLights\' complete IP65 family were selected to extend the ambience of the event into the outdoor spaces. Solar LED wash lights illuminated the exterior of the marquee and the Farmhouse within the grounds, as well as the surrounding trees and garden, complemented by Panorama AirBeam IP \'searchlight\' and StudioCOB Plus Full Colour PAR effects lighting.\r\n\r\n<img class=\"wp-image-815 alignright\" style=\"font-size: 15.0766px; font-family: \'Open Sans\', Arial, sans-serif; color: #3a4149;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"180\" height=\"34\" />\r\n\r\nProLights\' Eclipse Fresnel and Profile, Luma700, Razor 440, plus Stark and Diamond ranges of LED fixtures were used to create a lively and vibrant atmosphere at night inside the marquee, as well as adding to the ambience during the day. The Luma 700s projected custom \'BRDC\' gobo branding during the day, with the Razor 440s and Stark 1000s coming to life with the floor package for the live band and a DJ.\r\n\r\nA.C. Entertainment Technologies (AC-ET), a leading distributor of professional equipment and a Patron of the BRDC, supplied the ProLights fixtures and overall event lighting to showcase its latest portfolio.\r\n\r\nAndy Walne Smith, production manager for the event, commented: \"With it being very dusty outside and historically there\'s always a possibility of inclement weather at the event, ProLights\' full range of IP65 fixtures allowed for the creation of a dynamic, uncompromised lighting scheme outdoors as well as inside. The Panorama AirBeam IPs were absolutely hassle-free to set up, with no need for domes or accessories, and the mostly LED-based rig really helped with the limited power available onsite.\"\r\n\r\nSee highlights from the ProLights range on the AC-ET stand at PLASA 2018. Alternatively, for more details or to arrange your personal ProLights demonstration, please contact AC-ET on +44 (0)1494 446000 / <a href=\"mailto:sales@ac-et.com\">sales@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/prolights\">www.ac-et.com/prolights</a>.\r\n\r\nKeep up to date with the latest AC-ET news via their social network pages:\r\n<a href=\"http://www.twitter.com/acenttech\">www.twitter.com/acenttech</a>\r\n<a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a>\r\n\r\n&nbsp;','ProLights LEDs are a Key Fixture at the British Grand Prix Party at Silverstone','','publish','closed','open','','prolights-leds-are-a-key-fixture-at-the-british-grand-prix-party-at-silverstone','','','2018-07-31 07:25:50','2018-07-31 07:25:50','',0,'http://www.ontradeprogress.com/?p=2120',0,'post','',0),(2121,1,'2018-07-31 07:19:03','2018-07-31 07:19:03','','Screen Shot 2018-07-31 at 08.11.17','','inherit','closed','closed','','screen-shot-2018-07-31-at-08-11-17','','','2018-07-31 07:19:03','2018-07-31 07:19:03','',2120,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-08.11.17.png',0,'attachment','image/png',0),(2122,1,'2018-07-31 07:25:50','2018-07-31 07:25:50','<img class=\"wp-image-816 alignright\" style=\"font-size: 15.0766px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights-two-1024x1024.jpg\" alt=\"\" width=\"107\" height=\"107\" /><strong>ProLights LED and discharge fixtures were central to the event lighting schemes at this year\'s glamorous British Racing Drivers\' Club\'s (BRDC) British Grand Prix Party at Silverstone racing circuit.</strong>\r\n\r\nStaged within the grounds of the BRDC Farm as part of the Formula 1® Rolex British Grand Prix weekend, the legendary occasion attracts high-profile members and motorsport personalities.\r\n\r\nA regular at the BRDC Party over the past few years, ProLights fixtures were utilised throughout the BRDC Farm grounds, as well as lighting areas inside the marquee.\r\n\r\nVarious models from ProLights\' complete IP65 family were selected to extend the ambience of the event into the outdoor spaces. Solar LED wash lights illuminated the exterior of the marquee and the Farmhouse within the grounds, as well as the surrounding trees and garden, complemented by Panorama AirBeam IP \'searchlight\' and StudioCOB Plus Full Colour PAR effects lighting.\r\n\r\n<img class=\"wp-image-815 alignright\" style=\"font-size: 15.0766px; font-family: \'Open Sans\', Arial, sans-serif; color: #3a4149;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/04/pro-lights.jpg\" alt=\"\" width=\"180\" height=\"34\" />\r\n\r\nProLights\' Eclipse Fresnel and Profile, Luma700, Razor 440, plus Stark and Diamond ranges of LED fixtures were used to create a lively and vibrant atmosphere at night inside the marquee, as well as adding to the ambience during the day. The Luma 700s projected custom \'BRDC\' gobo branding during the day, with the Razor 440s and Stark 1000s coming to life with the floor package for the live band and a DJ.\r\n\r\nA.C. Entertainment Technologies (AC-ET), a leading distributor of professional equipment and a Patron of the BRDC, supplied the ProLights fixtures and overall event lighting to showcase its latest portfolio.\r\n\r\nAndy Walne Smith, production manager for the event, commented: \"With it being very dusty outside and historically there\'s always a possibility of inclement weather at the event, ProLights\' full range of IP65 fixtures allowed for the creation of a dynamic, uncompromised lighting scheme outdoors as well as inside. The Panorama AirBeam IPs were absolutely hassle-free to set up, with no need for domes or accessories, and the mostly LED-based rig really helped with the limited power available onsite.\"\r\n\r\nSee highlights from the ProLights range on the AC-ET stand at PLASA 2018. Alternatively, for more details or to arrange your personal ProLights demonstration, please contact AC-ET on +44 (0)1494 446000 / <a href=\"mailto:sales@ac-et.com\">sales@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com/prolights\">www.ac-et.com/prolights</a>.\r\n\r\nKeep up to date with the latest AC-ET news via their social network pages:\r\n<a href=\"http://www.twitter.com/acenttech\">www.twitter.com/acenttech</a>\r\n<a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a>\r\n\r\n&nbsp;','ProLights LEDs are a Key Fixture at the British Grand Prix Party at Silverstone','','inherit','closed','closed','','2120-revision-v1','','','2018-07-31 07:25:50','2018-07-31 07:25:50','',2120,'http://www.ontradeprogress.com/2018/07/31/2120-revision-v1/',0,'revision','',0),(2123,1,'2018-07-31 07:53:00','2018-07-31 07:53:00','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe St James Bar at Sofitel London St James are launching their new musically- themed cocktail menu – a series of drinks designed by each member of the expert bar team, drawing on their love of music and inspired by their favourite songs. Whether Beyonce?’s your favourite singer, you’re a fan of Daft Punk, or love Bob Marley’s music, this unique and daring menu is sure to become your new favourite playlist.\r\n\r\nThe stunning menu has been designed as a CD case – with the lyric book showcasing the different recipes and the teams’ take on the album cover. To make the experience even more immersive, the case contains an actual CD as a coaster – a little something to make you feel like you are in the studio with the artists. The team have also worked with designers to create a stunning array of glassware to showcase the cocktails – from a rock ‘n’ roll themed box which pours out smoke to a jazzy feather strewn martini glass, you’ll find something completely unique at the St James Bar.\r\n\r\n<span style=\"font-size: 14px;\"> Head bartender, Re?mi Garcia, comments, “We have engaged not only your senses of taste and smell but of hearing and sight too. The musical themed menu combined with the ambience of the St James Bar ensures that enjoying a cocktail is a full sensory experience.”</span>\r\n\r\n<span style=\"font-size: 14px;\">Creativity, melody and tempo </span>provides<span style=\"font-size: 14px;\"> the rhythm of this cocktail playlist. Step into the St James Bar and pick the cocktail that suits your palate from the different musical dynamics showcased in the menu; intense, soft and light. Let every sip take you into the rhythm of the artists, through the skills of the very talented bartenders. Bitter, sweet, smoky or dry – our mixologists will help you find your own beat!</span>\r\n\r\n<span style=\"font-size: 14px;\">For those feeling daring and looking for something intense to start the evening with a bang, look no further than the ‘Spice of Californication’. A spicy, smoky and intensely vibrant cocktail inspired by the classic song from the Red Hot Chilli Peppers – you’ll be instantly transported to the sunny skies of California. With Vida Mezcal, Cointreau, Green Chartreuse, lime juice, chilli syrup and agave syrup this cocktail packs a tasty punch.</span>\r\n\r\n<span style=\"font-size: 14px;\"> If you’re feeling a bit more mellow, maybe try their twist on a French Martini – updated with fresh floral and herbal flavours. Containing Fair Vodka, Fair Pomegranate liqueur, cherry tomato shrub, lime juice, tangerine oil, plum bitters and a homemade floral foam this short drink is dubbed ‘One More Time’ after the iconic song by French electronic music duo Daft Punk. Decorated with flashing lights in a distinctive metallic martini glass, this drink mimics the eccentric visual stylisation of the duo.</span>\r\n\r\n<span style=\"font-size: 14px;\"> Finally, for a lighter touch – take your inspiration from the ‘King of Pop’ with a refreshing wine-based cocktail inspired by the legend Michael Jackson. His favourite tipple was a glass of white wine which the team have mixed here with Galliano, dry Noilly Prat, sugar syrup and lime oil – combining to give an unsuspecting jelly cola bottle candy flavour.</span>\r\n\r\n<span style=\"font-size: 14px;\"> With 14 new cocktails on the </span>menu<span style=\"font-size: 14px;\">, there’s something to suit all palates – pop by to the St James Bar to find your favourite now.</span>\r\n\r\n</div>\r\n</div>\r\n</div>','Musical Moments','','publish','closed','open','','musical-moments','','','2018-07-31 07:59:20','2018-07-31 07:59:20','',0,'http://www.ontradeprogress.com/?p=2123',0,'post','',0),(2124,1,'2018-07-31 07:50:33','2018-07-31 07:50:33','','Screen Shot 2018-07-31 at 08.49.45','','inherit','closed','closed','','screen-shot-2018-07-31-at-08-49-45','','','2018-07-31 07:50:33','2018-07-31 07:50:33','',2123,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-08.49.45.png',0,'attachment','image/png',0),(2125,1,'2018-07-31 07:51:21','2018-07-31 07:51:21','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe St James Bar at Sofitel London St James are launching their new musically- themed cocktail menu – a series of drinks designed by each member of the expert bar team, drawing on their love of music and inspired by their favourite songs. Whether Beyonce?’s your favourite singer, you’re a fan of Daft Punk, or love Bob Marley’s music, this unique and daring menu is sure to become your new favourite playlist.\r\n\r\nThe stunning menu has been designed as a CD case – with the lyric book showcasing the different recipes and the teams’ take on the album cover. To make the experience even more immersive, the case contains an actual CD as a coaster – a little something to make you feel like you are in the studio with the artists. The team have also worked with designers to create a stunning array of glassware to showcase the cocktails – from a rock ‘n’ roll themed box which pours out smoke to a jazzy feather strewn martini glass, you’ll find something completely unique at the St James Bar.\r\n\r\n<span style=\"font-size: 14px;\"> Head bartender, Re?mi Garcia, comments, “We have engaged not only your senses of taste and smell but of hearing and sight too. The musical themed menu combined with the ambience of the St James Bar ensures that enjoying a cocktail is a full sensory experience.”</span>\r\n\r\n<span style=\"font-size: 14px;\">Creativity, melody and tempo </span>provides<span style=\"font-size: 14px;\"> the rhythm of this cocktail playlist. Step into the St James Bar and pick the cocktail that suits your palate from the different musical dynamics showcased in the menu; intense, soft and light. Let every sip take you into the rhythm of the artists, through the skills of the very talented bartenders. Bitter, sweet, smoky or dry – our mixologists will help you find your own beat!</span>\r\n\r\n<span style=\"font-size: 14px;\">For those feeling daring and looking for something intense to start the evening with a bang, look no further than the ‘Spice of Californication’. A spicy, smoky and intensely vibrant cocktail inspired by the classic song from the Red Hot Chilli Peppers – you’ll be instantly transported to the sunny skies of California. With Vida Mezcal, Cointreau, Green Chartreuse, lime juice, chilli syrup and agave syrup this cocktail packs a tasty punch.</span>\r\n\r\n<span style=\"font-size: 14px;\"> If you’re feeling a bit more mellow, maybe try their twist on a French Martini – updated with fresh floral and herbal flavours. Containing Fair Vodka, Fair Pomegranate liqueur, cherry tomato shrub, lime juice, tangerine oil, plum bitters and a homemade floral foam this short drink is dubbed ‘One More Time’ after the iconic song by French electronic music duo Daft Punk. Decorated with flashing lights in a distinctive metallic martini glass, this drink mimics the eccentric visual stylisation of the duo.</span>\r\n\r\n<span style=\"font-size: 14px;\"> Finally, for a lighter touch – take your inspiration from the ‘King of Pop’ with a refreshing wine-based cocktail inspired by the legend Michael Jackson. His favourite tipple was a glass of white wine which the team have mixed here with Galliano, dry Noilly Prat, sugar syrup and lime oil – combining to give an unsuspecting jelly cola bottle candy flavour.</span>\r\n\r\n<span style=\"font-size: 14px;\"> With 14 new cocktails on the </span>menu<span style=\"font-size: 14px;\">, there’s something to suit all palates – pop by to the St James Bar to find your favourite now.</span>\r\n\r\n</div>\r\n</div>\r\n</div>','Musical Moments','','inherit','closed','closed','','2123-revision-v1','','','2018-07-31 07:51:21','2018-07-31 07:51:21','',2123,'http://www.ontradeprogress.com/2018/07/31/2123-revision-v1/',0,'revision','',0),(2126,1,'2018-07-31 07:58:00','2018-07-31 07:58:00','','Screen Shot 2018-07-31 at 08.57.34','','inherit','closed','closed','','screen-shot-2018-07-31-at-08-57-34','','','2018-07-31 07:58:00','2018-07-31 07:58:00','',2123,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-08.57.34.png',0,'attachment','image/png',0),(2127,1,'2018-07-31 08:37:05','0000-00-00 00:00:00','<strong>Sky Sports, in conjunction with the EFL, has today announced the matches selected for live broadcast up until Wednesday 24 October.</strong>\r\n\r\nIn total 17 games from the Sky Bet Championship and Sky Bet League One will take place in front of the cameras with Aston Villa, Leeds United and Derby County all featuring alongside newcomers to the EFL in 2018/19 Swansea City, West Bromwich Albion and Stoke City.\r\n\r\nHighlights throughout September include the Midlands Derby between Birmingham City and the Baggies on Friday 14 September before Graham Potter takes his Swans side to the Potteries four days later on Tuesday 18 September.\r\n\r\nLater in the month <em>Marcelo</em> Alberto <em>Bielsa will take his new Leeds side for the short trip to South Yorkshire to meet up with rivals Sheffield Wednesday whilst on the last weekend of the month Coventry City will welcome Sunderland to the Ricoh Arena.</em>\r\n\r\n<em>The following month, Bolton Wanderers v Blackburn Rovers take centre stage on Saturday 6 October with Norwich City v Aston Villa and West Bromwich Albion v Derby County also being exclusively screened live on Sky Sports. </em>\r\n\r\n<strong>The full list of games selected for live coverage are as follows:</strong>\r\n\r\nFriday 31 August              Leeds United v Middlesbrough  Kick off 19.45pm\r\n\r\nSaturday 1 September                  Millwall v Swansea City                                               Kick off 17.30pm\r\n\r\nSunday 9 September                    Oxford United v Coventry City                                   Kick off 12.00pm\r\n\r\nFriday 14 September                      Birmingham City v West Bromwich Albion            Kick off 19.45pm\r\n\r\nSaturday 15 September                Blackburn Rovers v Aston Villa                                 Kick off 17.30pm\r\n\r\nTuesday 18 September                 Stoke City v Swansea City                                          Kick off 20.00pm\r\n\r\nWednesday 19 September          Queens Park Rangers v Millwall                                Kick off 19.45pm\r\n\r\nFriday 21 September                      Wigan Athletic v Bristol City                                     Kick off 19.45pm\r\n\r\nSaturday 22 September               Queens Park Rangers v Norwich City                       Kick off 17.30pm\r\n\r\nFriday 28 September                     Sheffield Wednesday v Leeds United                      Kick off 19.45pm\r\n\r\nSaturday 29 September              Coventry City v Sunderland                                        Kick off 12.30pm\r\n\r\nSaturday 29 September              Rotherham United v Stoke City                                  Kick off 17.30pm\r\n\r\nTuesday 2 October                        Ipswich Town v Middlesbrough                                Kick off 19.45pm\r\n\r\nWednesday 3 October                 Sheffield Wednesday v West Bromwich Albion      Kick off 19.45pm\r\n\r\nSaturday 6 October                      Bolton Wanderers v Blackburn Rovers                    Kick off 17.30pm\r\n\r\n<em>Note – Further selections are expected for 6 October</em>\r\n\r\nTuesday 23 October                      Norwich City v Aston Villa                                         Kick off 19.45pm\r\n\r\nWednesday 24 October                West Bromwich Albion v Derby County                 Kick off 20.00pm\r\n\r\n&nbsp;\r\n\r\nThroughout the course of the 2018/19 season, Sky Sports will exclusively show 127 live matches from the Sky Bet EFL season - including the Play-Offs - as well as 15 games from the Carabao Cup and at least three fixtures from the Checkatrade Trophy.','Sky Sports to Show More Live EFL Action in September and October.','','draft','closed','open','','','','','2018-07-31 08:37:05','2018-07-31 08:37:05','',0,'http://www.ontradeprogress.com/?p=2127',0,'post','',0),(2128,1,'2018-07-31 08:34:28','2018-07-31 08:34:28','<strong>Sky Sports, in conjunction with the EFL, has today announced the matches selected for live broadcast up until Wednesday 24 October.</strong>\r\n\r\nIn total 17 games from the Sky Bet Championship and Sky Bet League One will take place in front of the cameras with Aston Villa, Leeds United and Derby County all featuring alongside newcomers to the EFL in 2018/19 Swansea City, West Bromwich Albion and Stoke City.\r\n\r\nHighlights throughout September include the Midlands Derby between Birmingham City and the Baggies on Friday 14 September before Graham Potter takes his Swans side to the Potteries four days later on Tuesday 18 September.\r\n\r\nLater in the month <em>Marcelo</em> Alberto <em>Bielsa will take his new Leeds side for the short trip to South Yorkshire to meet up with rivals Sheffield Wednesday whilst on the last weekend of the month Coventry City will welcome Sunderland to the Ricoh Arena.</em>\r\n\r\n<em>The following month, Bolton Wanderers v Blackburn Rovers take centre stage on Saturday 6 October with Norwich City v Aston Villa and West Bromwich Albion v Derby County also being exclusively screened live on Sky Sports. </em>\r\n\r\n<strong>The full list of games selected for live coverage are as follows:</strong>\r\n\r\nFriday 31 August              Leeds United v Middlesbrough  Kick off 19.45pm\r\n\r\nSaturday 1 September                  Millwall v Swansea City                                               Kick off 17.30pm\r\n\r\nSunday 9 September                    Oxford United v Coventry City                                   Kick off 12.00pm\r\n\r\nFriday 14 September                      Birmingham City v West Bromwich Albion            Kick off 19.45pm\r\n\r\nSaturday 15 September                Blackburn Rovers v Aston Villa                                 Kick off 17.30pm\r\n\r\nTuesday 18 September                 Stoke City v Swansea City                                          Kick off 20.00pm\r\n\r\nWednesday 19 September          Queens Park Rangers v Millwall                                Kick off 19.45pm\r\n\r\nFriday 21 September                      Wigan Athletic v Bristol City                                     Kick off 19.45pm\r\n\r\nSaturday 22 September               Queens Park Rangers v Norwich City                       Kick off 17.30pm\r\n\r\nFriday 28 September                     Sheffield Wednesday v Leeds United                      Kick off 19.45pm\r\n\r\nSaturday 29 September              Coventry City v Sunderland                                        Kick off 12.30pm\r\n\r\nSaturday 29 September              Rotherham United v Stoke City                                  Kick off 17.30pm\r\n\r\nTuesday 2 October                        Ipswich Town v Middlesbrough                                Kick off 19.45pm\r\n\r\nWednesday 3 October                 Sheffield Wednesday v West Bromwich Albion      Kick off 19.45pm\r\n\r\nSaturday 6 October                      Bolton Wanderers v Blackburn Rovers                    Kick off 17.30pm\r\n\r\n<em>Note – Further selections are expected for 6 October</em>\r\n\r\nTuesday 23 October                      Norwich City v Aston Villa                                         Kick off 19.45pm\r\n\r\nWednesday 24 October                West Bromwich Albion v Derby County                 Kick off 20.00pm\r\n\r\n&nbsp;\r\n\r\nThroughout the course of the 2018/19 season, Sky Sports will exclusively show 127 live matches from the Sky Bet EFL season - including the Play-Offs - as well as 15 games from the Carabao Cup and at least three fixtures from the Checkatrade Trophy.','Sky Sports to Show More Live EFL Action in September and October.','','inherit','closed','closed','','2127-revision-v1','','','2018-07-31 08:34:28','2018-07-31 08:34:28','',2127,'http://www.ontradeprogress.com/2018/07/31/2127-revision-v1/',0,'revision','',0),(2129,1,'2018-07-31 08:56:16','2018-07-31 08:56:16','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\n\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong>\r\n\r\n<span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n<span style=\"font-size: 14px;\">The virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress </span>upin<span style=\"font-size: 14px;\"> the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, </span>12pm<span style=\"font-size: 14px;\"> – </span>11pm<span style=\"font-size: 14px;\">.</span>\r\n\r\n<strong style=\"font-size: 14px;\">\'Drams In The Dark\'</strong>\r\n\r\n<span style=\"font-size: 14px;\">A highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.</span>\r\n\r\n<span style=\"font-size: 14px;\">Beginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.</span>\r\n\r\n<span style=\"font-size: 14px;\">The ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this </span>point<span style=\"font-size: 14px;\"> your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!</span>\r\n\r\n<span style=\"font-size: 14px;\">Your host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.</span>\r\n\r\n<span style=\"font-size: 14px;\">Blair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of </span>palette<span style=\"font-size: 14px;\"> and sensory euphoria!”</span>\r\n\r\n<span style=\"font-size: 14px;\">Tickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510</span>','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','publish','closed','open','','mac-wild-launch-londons-first-virtual-shooting-range-whisky-bar','','','2018-07-31 09:00:25','2018-07-31 09:00:25','',0,'http://www.ontradeprogress.com/?p=2129',0,'post','',0),(2130,1,'2018-07-31 08:47:22','2018-07-31 08:47:22','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\nWhisky Bar\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\nThe Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.\r\n\r\nShooting Range\r\nSet to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.\r\nThe virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress upin the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, 12pm – 11pm.\r\n\'Drams In The Dark\'\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:47:22','2018-07-31 08:47:22','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2133,1,'2018-07-31 08:50:30','2018-07-31 08:50:30','','Screen Shot 2018-07-31 at 09.48.39','','inherit','closed','closed','','screen-shot-2018-07-31-at-09-48-39','','','2018-07-31 08:50:30','2018-07-31 08:50:30','',2129,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.48.39.png',0,'attachment','image/png',0),(2134,1,'2018-07-31 08:50:39','2018-07-31 08:50:39','','Screen Shot 2018-07-31 at 09.49.06','','inherit','closed','closed','','screen-shot-2018-07-31-at-09-49-06','','','2018-07-31 08:50:39','2018-07-31 08:50:39','',2129,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png',0,'attachment','image/png',0),(2135,1,'2018-07-31 08:51:51','2018-07-31 08:51:51','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>Shooting Range</strong>\r\nSet to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.\r\n\r\nThe virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress upin the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, 12pm – 11pm.\r\n\r\n<strong>\'Drams In The Dark\'</strong>\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510\r\n\r\n&nbsp;','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:51:51','2018-07-31 08:51:51','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2136,1,'2018-07-31 08:52:59','2018-07-31 08:52:59','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong>\r\n\r\n<span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n&nbsp;\r\n\r\nThe virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress upin the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, 12pm – 11pm.\r\n\r\n<strong>\'Drams In The Dark\'</strong>\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510\r\n\r\n&nbsp;','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:52:59','2018-07-31 08:52:59','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2137,1,'2018-07-31 08:53:18','2018-07-31 08:53:18','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong><span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n&nbsp;\r\n\r\nThe virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress upin the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, 12pm – 11pm.\r\n\r\n<strong>\'Drams In The Dark\'</strong>\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510\r\n\r\n&nbsp;','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:53:18','2018-07-31 08:53:18','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2138,1,'2018-07-31 08:53:51','2018-07-31 08:53:51','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\n\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong>\r\n\r\n<span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n&nbsp;\r\n\r\nThe virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress upin the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, 12pm – 11pm.\r\n\r\n<strong>\'Drams In The Dark\'</strong>\r\n\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510\r\n\r\n&nbsp;','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:53:51','2018-07-31 08:53:51','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2139,1,'2018-07-31 08:55:10','2018-07-31 08:55:10','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\n\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong>\r\n\r\n<span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n<span style=\"font-size: 14px;\">The virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress </span>upin<span style=\"font-size: 14px;\"> the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, </span>12pm<span style=\"font-size: 14px;\"> – </span>11pm<span style=\"font-size: 14px;\">.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>\'Drams In The Dark\'</strong>\r\n\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510\r\n\r\n&nbsp;','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:55:10','2018-07-31 08:55:10','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2140,1,'2018-07-31 08:55:30','2018-07-31 08:55:30','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\n\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong>\r\n\r\n<span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n<span style=\"font-size: 14px;\">The virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress </span>upin<span style=\"font-size: 14px;\"> the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, </span>12pm<span style=\"font-size: 14px;\"> – </span>11pm<span style=\"font-size: 14px;\">.</span>\r\n\r\n<strong style=\"font-size: 14px;\">\'Drams In The Dark\'</strong>\r\n\r\n&nbsp;\r\n\r\nA highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.\r\n\r\nBeginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.\r\n\r\nThe ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this point your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!\r\n\r\nYour host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.\r\n\r\nBlair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of palette and sensory euphoria!”\r\n\r\nTickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510\r\n\r\n&nbsp;','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:55:30','2018-07-31 08:55:30','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2141,1,'2018-07-31 08:55:58','2018-07-31 08:55:58','<strong>This year, escape to a Highland hideaway in the heart of the city, as London’s favourite Scottish restaurant, Mac &amp; Wild, announce the launch of their Shooting Range and Whisky Bar, located on the lower ground floor of their city restaurant, Mac &amp; Wild Devonshire Square, just a 2-minute walk from Liverpool Street Station.</strong>\r\n\r\nDesigned to bring two of Scotland’s favourite past-times to the heart of the city (...that’s whisky and shooting), and designed to satisfy beginners and professionals alike, Mac &amp; Wild’s Shooting Range and Whisky Bar transports you to the Scottish Highlands, and offers something totally unique in the heart of the City.\r\n\r\n<strong>Whisky Bar</strong>\r\n\r\nDesigned to make whisky more approachable, accessible, and fun, Mac &amp; Wild have teamed up with whisky aficionado Blair Bowman to curate the whisky menu and events schedule whilst the team are also working closely with Monkey Shoulder and Glenfiddich to bring some unique and interesting serves to the bar. Whisky serves will include whisky slushies, a selection of whisky highballs and a daily ‘Whisky Happy Hour’ between 5pm – 7pm.\r\n\r\nServing up a winning combination of whisky (over 200 varieties) craft beer, Mac &amp; Wild’s very own pre-bottled cocktails and a variety of Scottish snacks, the bar is the ideal location for evening drinks or an all-day Highland shindig. The bar open to all every Tuesday - Saturday from 5pm till late will serve up Mac &amp; Wild foodie favourites including their Venison Scotch Eggs, Haggis Pops, Mac &amp; Cheese and their award-winning Veni-Moo Burger alongside a wide selection of drinks.\r\n\r\n<img class=\"wp-image-2134 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif; font-weight: bold;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-09.49.06.png\" alt=\"\" width=\"287\" height=\"190\" /><span style=\"font-size: 14px;\">The Whisky Bar will also host an array of experiential whisky experiences ‘Drams in the Dark’, as well as a series of monthly ‘Meat the Maker’ butchery events – showcasing the very best of Scotland’s producers and suppliers.</span>\r\n\r\n<strong style=\"font-size: 14px;\">Shooting Range</strong>\r\n\r\n<span style=\"font-size: 14px;\">Set to transport guests to the heart of the Highlands, and following on from the success of their pop-up virtual ‘Gun Room’ earlier this year, the Shooting Range (located in the Whisky Bar) is kitted out with two virtual shooting lanes, each equipped with state-of-the-art virtual shooting systems and replica shotguns, and is perfect for those looking for a little something different to do in London.</span>\r\n\r\n<span style=\"font-size: 14px;\">The virtual Shooting Range lanes accommodate groups from 2 – 40 people (or more for exclusive hires) making it perfect for group gatherings, corporate outings, stags, hens, and for those looking to let off some steam from the hectic city life. Groups can dress </span>upin<span style=\"font-size: 14px;\"> the provided tweeds and hats, set up shooting competitions, and choose to shoot from a selection of targets including everything from clays and rabbits, pheasants, grouse, to deer, boars and bears. The Shooting Range lanes are available to book by the hour, Monday – Saturday, </span>12pm<span style=\"font-size: 14px;\"> – </span>11pm<span style=\"font-size: 14px;\">.</span>\r\n\r\n<strong style=\"font-size: 14px;\">\'Drams In The Dark\'</strong>\r\n\r\n<span style=\"font-size: 14px;\">A highlight of the launch is the ‘Drams in the Dark’ whisky experiences - curated in partnership with Mac &amp; Wild and renowned Scottish whisky connoisseur, author and consultant, Blair Bowman.</span>\r\n\r\n<span style=\"font-size: 14px;\">Beginning on 27th July 2018, and taking place every Friday and Saturday night, each masterclass will take guests on a multi-sensory experience in complete darkness, heightening the senses and flavours of each whisky.</span>\r\n\r\n<span style=\"font-size: 14px;\">The ‘Drams in the Dark’ experience commence with candlelit welcome drinks and a warm introduction from your tasting host. Guests take this time to relax and familiarise themselves with their surroundings. A gradual dimming of lights signals the beginning of the tasting experience itself before being plunged into total darkness. At this </span>point<span style=\"font-size: 14px;\"> your host takes over - inviting you to deepen your tasting experience by becoming submissive to your instantly heightened and deepened senses. Challenge yourself to the most intimate of whisky adventures!</span>\r\n\r\n<span style=\"font-size: 14px;\">Your host will guide guests through 4/5 delicious drams, with pairing canapes, encouraging the participant to delve deeper into the unique flavours, aromas and sensory experience each delicacy offers. Each dram is accompanied by some complementing canapés. The overall experience lasts approximately 1.5 hours with interaction welcome as the guests feel comfortable.</span>\r\n\r\n<span style=\"font-size: 14px;\">Blair Bowman says: “I’m really excited to be partnering with Mac &amp; Wild with this series of events. Darkness and our senses have always been a potent concoction. Throw in a dram or two of whisky and you are instantly transported to new depths of </span>palette<span style=\"font-size: 14px;\"> and sensory euphoria!”</span>\r\n\r\n<span style=\"font-size: 14px;\">Tickets cost £40 and include pairing canapes. To book tickets to one of Mac &amp; Wild’s ‘Drams in the Dark’ experiences please visit www.macandwild.com/drams-in-the-dark. For further detail or to book please visit www.macandwild.com or call 020 7367 0510</span>','Mac & Wild launch London’s first virtual Shooting Range & Whisky Bar','','inherit','closed','closed','','2129-revision-v1','','','2018-07-31 08:55:58','2018-07-31 08:55:58','',2129,'http://www.ontradeprogress.com/2018/07/31/2129-revision-v1/',0,'revision','',0),(2142,1,'2018-07-31 09:20:07','2018-07-31 09:20:07','<strong>UKHospitality has welcomed the inclusion of the Agent of Change principle in the Government’s revised National Planning Policy </strong><strong>Framework, after years of campaigning for such a move.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “UKHospitality, along with its predecessors the ALMR and BHA have consistently pushed for the adoption of the principal at a UK-level, so it is good to see our concerns, and the concerns of the sector, being acknowledged and acted upon. We lobbied hard for this, so it is a very welcome, sensible and positive step for which the Government must be applauded, as it will help protect and support venues across England.\r\n\r\n“The UK is home to some of the best musical talent and most famous live music venues and nightclubs in the world. We are rightly very proud of the UK’s musical legacy and a nationwide rollout of Agent of Change will help secure the future of venues that are crucial to the sector.\r\n\r\n“Nightclubs and gig venues are some of our most important assets in communities in every region of the country. It is absolutely vital that their status and ability to act as important economic and social assets be recognised and safeguarded. The Mayor of London understands the importance of this and it is good to see the Government following suit.”','UKHospitality welcomes protection for music venues','','publish','closed','open','','ukhospitality-welcomes-protection-for-music-venues','','','2018-07-31 09:21:41','2018-07-31 09:21:41','',0,'http://www.ontradeprogress.com/?p=2142',0,'post','',0),(2143,1,'2018-07-31 09:20:07','2018-07-31 09:20:07','<strong>UKHospitality has welcomed the inclusion of the Agent of Change principle in the Government’s revised National Planning Policy </strong><strong>Framework, after years of campaigning for such a move.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “UKHospitality, along with its predecessors the ALMR and BHA have consistently pushed for the adoption of the principal at a UK-level, so it is good to see our concerns, and the concerns of the sector, being acknowledged and acted upon. We lobbied hard for this, so it is a very welcome, sensible and positive step for which the Government must be applauded, as it will help protect and support venues across England.\r\n\r\n“The UK is home to some of the best musical talent and most famous live music venues and nightclubs in the world. We are rightly very proud of the UK’s musical legacy and a nationwide rollout of Agent of Change will help secure the future of venues that are crucial to the sector.\r\n\r\n“Nightclubs and gig venues are some of our most important assets in communities in every region of the country. It is absolutely vital that their status and ability to act as important economic and social assets be recognised and safeguarded. The Mayor of London understands the importance of this and it is good to see the Government following suit.”','UKHospitality welcomes protection for music venues','','inherit','closed','closed','','2142-revision-v1','','','2018-07-31 09:20:07','2018-07-31 09:20:07','',2142,'http://www.ontradeprogress.com/2018/07/31/2142-revision-v1/',0,'revision','',0),(2144,1,'2018-07-31 09:40:28','2018-07-31 09:40:28','<strong>As wine drinkers become more discerning about the wines they drink, they are also becoming more demanding about how the wine is served. They expect to drink from elegant, fine wine glasses so they can appreciate the wine at its best. However, this presents a problem for bars and restaurants – breakages. Up till now delicate glassware has been difficult for both staff and customers to avoid breaking.</strong>\r\n\r\nWhat\'s needed is the finest possible glass that\'s also tough enough to withstand a busy commercial environment, including running through the glasswasher. Utopia has launched the solution in the Stem Zero collection of wine glasses with Ion Shielding technology.\r\n\r\nThe Stem Zero glasses are manufactured by Nude. The quality of the glass is so fine that the wine appears to be floating above the tall and elegant stem of the Stem Zero glass. Yet the Ion Shielding makes the glasses twice as strong as other handmade glasses of similar thinness.\r\n\r\nBy experimenting with strengthening techniques and suppressing the micro-fissures that cause glass to crack, Nude has developed a special surface modification technology, based on an ion-exchange process. Larger ions are incorporated into the glass’s surface structure replacing smaller ions which cause the strains and stresses. This process makes the Stem Zero with Ion Shield technology the world\'s toughest, yet finest lead-free crystal glass.\r\n\r\nThe Stem Zero range consists of eleven glasses; each designed to enhance the experience of different wines. Champagne flutes are perfectly suited to all sparkling wines with a softly tapered brim to retain aroma and fizz. Graceful aromatic white wine glasses intensify the crispness and elegance of delicate whites. Full-bodied white wine glasses offer a larger bowl, which allow the complex wines to shine. There are elegant red wine glasses for lighter reds, designed to amplify high-tone perfumes. The glasses for powerful red wines have a generous bowl, tapering to a crystal cut edge to capture both the aromas and the bouquet.\r\n\r\nPrices start at £30 for the Stem Zero Tulip Flute.\r\n\r\nUtopia is a market leader in tableware and glassware for the hospitality industry.  The company’s products are available through distributors.  Alongside a dynamic and innovative range of tableware, cutlery, glassware, plastic drinkware, barware and foodservice equipment, Utopia also offers a specialist branded glassware service.  For more information and details of local stockists visit www.utopia-tableware.com, email <a href=\"mailto:info@utopia-tableware.com\">info@utopia-tableware.com</a> or call +44 (0) 1246 858800.','Utopia launches beautiful strong glassware','','publish','closed','open','','utopia-launches-beautiful-strong-glassware','','','2018-07-31 09:40:28','2018-07-31 09:40:28','',0,'http://www.ontradeprogress.com/?p=2144',0,'post','',0),(2145,1,'2018-07-31 09:39:16','2018-07-31 09:39:16','','Screen Shot 2018-07-31 at 10.36.54','','inherit','closed','closed','','screen-shot-2018-07-31-at-10-36-54','','','2018-07-31 09:39:16','2018-07-31 09:39:16','',2144,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-10.36.54.png',0,'attachment','image/png',0),(2146,1,'2018-07-31 09:40:28','2018-07-31 09:40:28','<strong>As wine drinkers become more discerning about the wines they drink, they are also becoming more demanding about how the wine is served. They expect to drink from elegant, fine wine glasses so they can appreciate the wine at its best. However, this presents a problem for bars and restaurants – breakages. Up till now delicate glassware has been difficult for both staff and customers to avoid breaking.</strong>\r\n\r\nWhat\'s needed is the finest possible glass that\'s also tough enough to withstand a busy commercial environment, including running through the glasswasher. Utopia has launched the solution in the Stem Zero collection of wine glasses with Ion Shielding technology.\r\n\r\nThe Stem Zero glasses are manufactured by Nude. The quality of the glass is so fine that the wine appears to be floating above the tall and elegant stem of the Stem Zero glass. Yet the Ion Shielding makes the glasses twice as strong as other handmade glasses of similar thinness.\r\n\r\nBy experimenting with strengthening techniques and suppressing the micro-fissures that cause glass to crack, Nude has developed a special surface modification technology, based on an ion-exchange process. Larger ions are incorporated into the glass’s surface structure replacing smaller ions which cause the strains and stresses. This process makes the Stem Zero with Ion Shield technology the world\'s toughest, yet finest lead-free crystal glass.\r\n\r\nThe Stem Zero range consists of eleven glasses; each designed to enhance the experience of different wines. Champagne flutes are perfectly suited to all sparkling wines with a softly tapered brim to retain aroma and fizz. Graceful aromatic white wine glasses intensify the crispness and elegance of delicate whites. Full-bodied white wine glasses offer a larger bowl, which allow the complex wines to shine. There are elegant red wine glasses for lighter reds, designed to amplify high-tone perfumes. The glasses for powerful red wines have a generous bowl, tapering to a crystal cut edge to capture both the aromas and the bouquet.\r\n\r\nPrices start at £30 for the Stem Zero Tulip Flute.\r\n\r\nUtopia is a market leader in tableware and glassware for the hospitality industry.  The company’s products are available through distributors.  Alongside a dynamic and innovative range of tableware, cutlery, glassware, plastic drinkware, barware and foodservice equipment, Utopia also offers a specialist branded glassware service.  For more information and details of local stockists visit www.utopia-tableware.com, email <a href=\"mailto:info@utopia-tableware.com\">info@utopia-tableware.com</a> or call +44 (0) 1246 858800.','Utopia launches beautiful strong glassware','','inherit','closed','closed','','2144-revision-v1','','','2018-07-31 09:40:28','2018-07-31 09:40:28','',2144,'http://www.ontradeprogress.com/2018/07/31/2144-revision-v1/',0,'revision','',0),(2147,1,'2018-07-31 09:48:41','2018-07-31 09:48:41','<strong>Expect to be taken on a journey to the shores of Mexico, as London’s newest summer destination pop-up bar, The Paloma Parlour launches in the heart of Covent Garden. Opening this week The Paloma Parlour will pop up at modern Mexican restaurant, Cantina Laredo until September 2018. Offering guests an escape to the tropics with a true taste of Mexico, The Paloma Parlour will feature a dedicated Paloma infusion menu filled with fruity cocktails and grapefruit guacamoles.</strong>\r\n\r\nOpening on St Martin’s lane, Cantina Laredo will transform their Guacamole and Tequila Bar into an enchanting summer escape, adorned with cascading tropical flora and fauna, where guests can while away the afternoon sipping on Mexico’s most popular cocktail, The Paloma.\r\n\r\nThe bespoke cocktail menu, featuring five variations on the drink celebrates Mexico\'s lesser known yet most popular tequila-based cocktail. Traditionally served on the rocks using tequila, lime and grapefruit soda, The Paloma Parlour will add an inventive twist on the traditional cocktail. Guests can sip their way through the menu including Pedro to my Paloma, a herbal mix of <i>Ambar Blanco Tequila, Blood Orange Grapefruit, Agave Nectar and Rosemary</i>; Paloma’s Raspberry Beret using <i>Ambar Blanco Tequila, fresh Grapefruit, Cucumber and Raspberries</i>; Paloma and The Poms infused with <i>Pomegranate, Vanilla and Mint</i> and Have a Little Frozen Faith, a frozen Paloma cocktail made with <i>AquaRiva Reposado, Grapefruit, Passionfruit and Agave Nectar</i>.\r\n\r\nAdding to Cantina Laredo’s impressive Great Eight Guacamole menu, a one-off Pomelo Paloma Guacamole will be added to the menu. Using a traditional avocado base this perfect paired guacamole will be topped with Pink and White Grapefruit, Sweet Onions, Serrano Chiles, Cucumber, Thyme and popping Candy bites set to add a little fizz into the mix.','The Paloma Parlour Pops Up in Covent Garden','','publish','closed','open','','the-paloma-parlour-pops-up-in-covent-garden','','','2018-07-31 09:48:41','2018-07-31 09:48:41','',0,'http://www.ontradeprogress.com/?p=2147',0,'post','',0),(2148,1,'2018-07-31 09:47:57','2018-07-31 09:47:57','','Screen Shot 2018-07-31 at 10.45.01','','inherit','closed','closed','','screen-shot-2018-07-31-at-10-45-01','','','2018-07-31 09:47:57','2018-07-31 09:47:57','',2147,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-10.45.01.png',0,'attachment','image/png',0),(2149,1,'2018-07-31 09:48:12','2018-07-31 09:48:12','<strong>Expect to be taken on a journey to the shores of Mexico, as London’s newest summer destination pop-up bar, The Paloma Parlour launches in the heart of Covent Garden. Opening this week The Paloma Parlour will pop up at modern Mexican restaurant, Cantina Laredo until September 2018. Offering guests an escape to the tropics with a true taste of Mexico, The Paloma Parlour will feature a dedicated Paloma infusion menu filled with fruity cocktails and grapefruit guacamoles.</strong>\r\n\r\nOpening on St Martin’s lane, Cantina Laredo will transform their Guacamole and Tequila Bar into an enchanting summer escape, adorned with cascading tropical flora and fauna, where guests can while away the afternoon sipping on Mexico’s most popular cocktail, The Paloma.\r\n\r\nThe bespoke cocktail menu, featuring five variations on the drink celebrates Mexico\'s lesser known yet most popular tequila-based cocktail. Traditionally served on the rocks using tequila, lime and grapefruit soda, The Paloma Parlour will add an inventive twist on the traditional cocktail. Guests can sip their way through the menu including Pedro to my Paloma, a herbal mix of <i>Ambar Blanco Tequila, Blood Orange Grapefruit, Agave Nectar and Rosemary</i>; Paloma’s Raspberry Beret using <i>Ambar Blanco Tequila, fresh Grapefruit, Cucumber and Raspberries</i>; Paloma and The Poms infused with <i>Pomegranate, Vanilla and Mint</i> and Have a Little Frozen Faith, a frozen Paloma cocktail made with <i>AquaRiva Reposado, Grapefruit, Passionfruit and Agave Nectar</i>.\r\n\r\nAdding to Cantina Laredo’s impressive Great Eight Guacamole menu, a one-off Pomelo Paloma Guacamole will be added to the menu. Using a traditional avocado base this perfect paired guacamole will be topped with Pink and White Grapefruit, Sweet Onions, Serrano Chiles, Cucumber, Thyme and popping Candy bites set to add a little fizz into the mix.','The Paloma Parlour Pops Up in Covent Garden','','inherit','closed','closed','','2147-revision-v1','','','2018-07-31 09:48:12','2018-07-31 09:48:12','',2147,'http://www.ontradeprogress.com/2018/07/31/2147-revision-v1/',0,'revision','',0),(2150,1,'2018-07-31 10:54:32','2018-07-31 10:54:32','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Corkers is proud to announce that Ocado is now the stockist of their new Olive Oil Crisp range.</strong>\r\n\r\nA first for the UK hand-cooked crisp market, Corkers have sourced the finest olive oil to craft a lighter tasting crisp, while still maintaining the classic Corkers crunch. These crisps will attract discerning customers who really love their food and health and who always seek the new and exciting – the perfect snack for the Ocado customer!\r\n\r\n<span style=\"font-size: 14px;\">Always looking for exciting innovations in snacking, the Corkers team spotted a gap in the market for a new premium offering. Partnering with the most decorated olive oil producer in Southern Spain, Muleolivia – who were crowned the World’s Best Olive Oil four years in a row.</span>\r\n\r\n<span style=\"font-size: 14px;\">Like Corkers, Muleolivia </span>takes<span style=\"font-size: 14px;\"> their ingredients seriously, using only the best green olives from their 3,000 groves in Andalucia. Cold pressed within fifteen hours of harvesting, the genuine aroma of the olives is preserved. </span><span style=\"font-size: 14px;\">With such attention to detail, Muleolivia’s olive oil is the perfect pairing for Corkers’ distinctive </span>Natural<span style=\"font-size: 14px;\"> potatoes, devised specifically for the </span>peat-rich<span style=\"font-size: 14px;\"> fenland soil of the Corkers’ Cambridgeshire family business. Crafted from potato to packet on Corkers’ Willow Farm, the family also grow all the root </span>vegetables<span style=\"font-size: 14px;\"> for their vegetable crisps there – ensuring all their ingredients receive the same loving Corkers care.</span>\r\n\r\n<span style=\"font-size: 14px;\"> These light, crunchy crisps come in a selection of seven distinctive flavours - inspired by the Spanish countryside surrounding Muleolivia’s olive groves.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Bringing a taste of the Mediterranean to this quintessentially British brand, flavours include:</span></strong>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nBlack Truffle\r\nRosemary &amp; Garlic\r\nMediterranean Cheese &amp; Roasted Onion Lightly Sea Salted\r\nSea Salt and Balsamic Vinegar\r\nSweet Potato with Sea Salt\r\nParsnip, Sweet Potato &amp; Beetroot with Sea Salt\r\n\r\nAvailable on Ocado (www.ocado.com) with an RRP of £1.99.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','NEW Ocado Stocks Corkers Olive Oil Crisp Range','','publish','closed','open','','new-ocado-stocks-corkers-olive-oil-crisp-range','','','2018-07-31 10:54:56','2018-07-31 10:54:56','',0,'http://www.ontradeprogress.com/?p=2150',0,'post','',0),(2151,1,'2018-07-31 10:51:02','2018-07-31 10:51:02','','Screen Shot 2018-07-31 at 11.49.48','','inherit','closed','closed','','screen-shot-2018-07-31-at-11-49-48','','','2018-07-31 10:51:02','2018-07-31 10:51:02','',2150,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-11.49.48.png',0,'attachment','image/png',0),(2152,1,'2018-07-31 10:51:50','2018-07-31 10:51:50','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Corkers is proud to announce that Ocado is now the stockist of their new Olive Oil Crisp range.</strong>\r\n\r\nA first for the UK hand-cooked crisp market, Corkers have sourced the finest olive oil to craft a lighter tasting crisp, while still maintaining the classic Corkers crunch. These crisps will attract discerning customers who really love their food and health and who always seek the new and exciting – the perfect snack for the Ocado customer!\r\n\r\n<span style=\"font-size: 14px;\">Always looking for exciting innovations in snacking, the Corkers team spotted a gap in the market for a new premium offering. Partnering with the most decorated olive oil producer in Southern Spain, Muleolivia – who were crowned the World’s Best Olive Oil four years in a row.</span>\r\n\r\n<span style=\"font-size: 14px;\">Like Corkers, Muleolivia </span>takes<span style=\"font-size: 14px;\"> their ingredients seriously, using only the best green olives from their 3,000 groves in Andalucia. Cold pressed within fifteen hours of harvesting, the genuine aroma of the olives is preserved. </span><span style=\"font-size: 14px;\">With such attention to detail, Muleolivia’s olive oil is the perfect pairing for Corkers’ distinctive </span>Natural<span style=\"font-size: 14px;\"> potatoes, devised specifically for the </span>peat-rich<span style=\"font-size: 14px;\"> fenland soil of the Corkers’ Cambridgeshire family business. Crafted from potato to packet on Corkers’ Willow Farm, the family also grow all the root </span>vegetables<span style=\"font-size: 14px;\"> for their vegetable crisps there – ensuring all their ingredients receive the same loving Corkers care.</span>\r\n\r\n<span style=\"font-size: 14px;\"> These light, crunchy crisps come in a selection of seven distinctive flavours - inspired by the Spanish countryside surrounding Muleolivia’s olive groves.</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">Bringing a taste of the Mediterranean to this quintessentially British brand, flavours include:</span></strong>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nBlack Truffle\r\nRosemary &amp; Garlic\r\nMediterranean Cheese &amp; Roasted Onion Lightly Sea Salted\r\nSea Salt and Balsamic Vinegar\r\nSweet Potato with Sea Salt\r\nParsnip, Sweet Potato &amp; Beetroot with Sea Salt\r\n\r\nAvailable on Ocado (www.ocado.com) with an RRP of £1.99.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','NEW Ocado Stocks Corkers Olive Oil Crisp Range','','inherit','closed','closed','','2150-revision-v1','','','2018-07-31 10:51:50','2018-07-31 10:51:50','',2150,'http://www.ontradeprogress.com/2018/07/31/2150-revision-v1/',0,'revision','',0),(2153,1,'2018-07-31 12:30:13','2018-07-31 12:30:13','<strong>The UK’s number one fruit purée brand, Funkin is extending its Innovation Lab programme to include Glasgow at the beginning of August, following the huge success of its past two training sessions earlier this year.</strong>\r\n\r\nThe exclusive workshops that give bartenders hands-on training are being led by the best in the business, Crucible.  Focusing on acids and sugars, Stuart Bale and Alistair Kelsey will focus on the art of balancing cocktail flavours and the role Funkin’s range of products play in creating innovative serves.\r\n\r\n“Training is of vital importance when it comes to recommending, creating and serving cocktails,” explains Andrew King, Funkin Managing Director. “Latest CGA data shows that 72%* of people believe that well-trained and knowledgeable bar-staff are important in the decision to drink cocktails and those who are able to advise and guide consumers through a cocktail menu and selection are seen as adding value to the overall drinking experience.”\r\n\r\nThe free-to-attend Funkin Innovation Labs hit Bristol and Manchester in May and will be arriving in Glasgow on 1<sup>st</sup> August at Five March, Elderslie Street. Two sessions are available; 11am – 1pm and 2pm – 4pm.\r\n\r\nThe bespoke training content has been developed to challenge and stimulate attendees and act as a prequel to the Funkin Innovation Champion 2018 competition taking place in September.\r\n\r\nFunkin Innovation Champion 2017 and Funkin innovator, Aiste Valiukaite, will also participate and demonstrate her unique and exciting cocktail style.\r\n\r\n“The Funkin Innovation Labs are educational, inspirational and also a great place to meet other very talented and knowledgeable bartenders,” says Valiukaite. “Continuous and consistent improvement is at the core of every great bartender.”','Funkin extends innovation lab training programme to Scotland','','publish','closed','open','','funkin-extends-innovation-lab-training-programme-to-scotland','','','2018-07-31 12:30:13','2018-07-31 12:30:13','',0,'http://www.ontradeprogress.com/?p=2153',0,'post','',0),(2154,1,'2018-07-31 12:28:51','2018-07-31 12:28:51','','Screen Shot 2018-07-31 at 13.28.19','','inherit','closed','closed','','screen-shot-2018-07-31-at-13-28-19','','','2018-07-31 12:28:51','2018-07-31 12:28:51','',2153,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-13.28.19.png',0,'attachment','image/png',0),(2155,1,'2018-07-31 12:29:22','2018-07-31 12:29:22','<strong>The UK’s number one fruit purée brand, Funkin is extending its Innovation Lab programme to include Glasgow at the beginning of August, following the huge success of its past two training sessions earlier this year.</strong>\r\n\r\nThe exclusive workshops that give bartenders hands-on training are being led by the best in the business, Crucible.  Focusing on acids and sugars, Stuart Bale and Alistair Kelsey will focus on the art of balancing cocktail flavours and the role Funkin’s range of products play in creating innovative serves.\r\n\r\n“Training is of vital importance when it comes to recommending, creating and serving cocktails,” explains Andrew King, Funkin Managing Director. “Latest CGA data shows that 72%* of people believe that well-trained and knowledgeable bar-staff are important in the decision to drink cocktails and those who are able to advise and guide consumers through a cocktail menu and selection are seen as adding value to the overall drinking experience.”\r\n\r\nThe free-to-attend Funkin Innovation Labs hit Bristol and Manchester in May and will be arriving in Glasgow on 1<sup>st</sup> August at Five March, Elderslie Street. Two sessions are available; 11am – 1pm and 2pm – 4pm.\r\n\r\nThe bespoke training content has been developed to challenge and stimulate attendees and act as a prequel to the Funkin Innovation Champion 2018 competition taking place in September.\r\n\r\nFunkin Innovation Champion 2017 and Funkin innovator, Aiste Valiukaite, will also participate and demonstrate her unique and exciting cocktail style.\r\n\r\n“The Funkin Innovation Labs are educational, inspirational and also a great place to meet other very talented and knowledgeable bartenders,” says Valiukaite. “Continuous and consistent improvement is at the core of every great bartender.”','Funkin extends innovation lab training programme to Scotland','','inherit','closed','closed','','2153-revision-v1','','','2018-07-31 12:29:22','2018-07-31 12:29:22','',2153,'http://www.ontradeprogress.com/2018/07/31/2153-revision-v1/',0,'revision','',0),(2156,1,'2018-07-31 12:46:13','2018-07-31 12:46:13','<strong>Beer Barometer – Beer sales rise, but a cut in beer tax is still needed to help pubs, says BBPA. </strong><strong>Beer sales in the second quarter of 2018 were up 3.6% on the same period in 2017, according to the latest Beer Barometer sales data from the British Beer &amp; Pub Association.</strong>\r\n\r\nThe increase in sales of beer in Q2 2018 was driven by the off-trade (e.g. supermarkets), which saw beer sales go up by 7.7% on the same period in 2017.\r\n\r\nIn comparison, the on-trade (e.g. pubs) did not see growth in beer sales in Q2 2018 – with sales of beer decreasing by 1.0% year-on-year instead. Despite this, the fall in on-trade sales in Q2 2018 was a significant improvement on Q2 beer sales from the last ten years, where the average fall in on-trade beer sales has been 3.7%. The improvement is due to the boost to pubs from good weather during Q2 2018, as well as the beginning of the FIFA World Cup and the continued positive effects of the beer duty freeze implemented by the Chancellor in November 2017.\r\n\r\nAlthough the FIFA World Cup is a welcome boost to pubs, it only comes around once every four years and so measures taken by the Chancellor to cut or freeze beer duty year-round are far more influential for the long-term sales of beer in pubs and pub viability.\r\n\r\nWith the very real threat of a beer duty increase on the cards in the next Budget, the campaign “<a href=\"https://www.longlivethelocal.pub\">Long Live The Local</a>” – from Britain’s Beer Alliance – has been launched, calling for a cut in beer tax to decrease the significant cost pressures pubs face and help give them a boost.\r\n\r\n<strong>Speaking on the Q2 Beer Barometer, Brigid Simmonds OBE, BBPA Chief Executive, said:</strong>\r\n\r\n“It’s certainly good to see that beer sales are doing better overall. There is a very real threat however that the Chancellor will increase beer tax again in the Budget later this year, which would be a huge backward step after so much progress has been made since he froze beer duty last year. We need further cuts in beer tax to help pubs and the great British brewing manufacturing industry.”\r\n\r\n<strong>David Cunningham, Programme Director of Britain’s Beer Alliance, which is behind the “Long Live The Local” campaign, said: </strong>\r\n\r\n“The ‘Long Live The Local’ campaign celebrates the vital role pubs play in people’s lives and their communities. It also highlights the range of tax pressures that pubs face and encourages pub goers to go to their local and call on politicians to cut beer tax.\r\n\r\n“Pubs face an unprecedented range of tax pressures including beer duty, which means that £1 in every £3 spent in a pub goes to the taxman. This clearly is a factor behind declining beer sales in pubs, pub closures and job losses.”','Beer Barometer','','publish','closed','open','','beer-barometer','','','2018-07-31 13:03:39','2018-07-31 13:03:39','',0,'http://www.ontradeprogress.com/?p=2156',0,'post','',0),(2157,1,'2018-07-31 12:46:13','2018-07-31 12:46:13','<strong>Beer Barometer – Beer sales rise, but a cut in beer tax is still needed to help pubs, says BBPA. </strong><strong>Beer sales in the second quarter of 2018 were up 3.6% on the same period in 2017, according to the latest Beer Barometer sales data from the British Beer &amp; Pub Association.</strong>\r\n\r\nThe increase in sales of beer in Q2 2018 was driven by the off-trade (e.g. supermarkets), which saw beer sales go up by 7.7% on the same period in 2017.\r\n\r\nIn comparison, the on-trade (e.g. pubs) did not see growth in beer sales in Q2 2018 – with sales of beer decreasing by 1.0% year-on-year instead. Despite this, the fall in on-trade sales in Q2 2018 was a significant improvement on Q2 beer sales from the last ten years, where the average fall in on-trade beer sales has been 3.7%. The improvement is due to the boost to pubs from good weather during Q2 2018, as well as the beginning of the FIFA World Cup and the continued positive effects of the beer duty freeze implemented by the Chancellor in November 2017.\r\n\r\nAlthough the FIFA World Cup is a welcome boost to pubs, it only comes around once every four years and so measures taken by the Chancellor to cut or freeze beer duty year-round are far more influential for the long-term sales of beer in pubs and pub viability.\r\n\r\nWith the very real threat of a beer duty increase on the cards in the next Budget, the campaign “<a href=\"https://www.longlivethelocal.pub\">Long Live The Local</a>” – from Britain’s Beer Alliance – has been launched, calling for a cut in beer tax to decrease the significant cost pressures pubs face and help give them a boost.\r\n\r\n<strong>Speaking on the Q2 Beer Barometer, Brigid Simmonds OBE, BBPA Chief Executive, said:</strong>\r\n\r\n“It’s certainly good to see that beer sales are doing better overall. There is a very real threat however that the Chancellor will increase beer tax again in the Budget later this year, which would be a huge backward step after so much progress has been made since he froze beer duty last year. We need further cuts in beer tax to help pubs and the great British brewing manufacturing industry.”\r\n\r\n<strong>David Cunningham, Programme Director of Britain’s Beer Alliance, which is behind the “Long Live The Local” campaign, said: </strong>\r\n\r\n“The ‘Long Live The Local’ campaign celebrates the vital role pubs play in people’s lives and their communities. It also highlights the range of tax pressures that pubs face and encourages pub goers to go to their local and call on politicians to cut beer tax.\r\n\r\n“Pubs face an unprecedented range of tax pressures including beer duty, which means that £1 in every £3 spent in a pub goes to the taxman. This clearly is a factor behind declining beer sales in pubs, pub closures and job losses.”','Beer Barometer','','inherit','closed','closed','','2156-revision-v1','','','2018-07-31 12:46:13','2018-07-31 12:46:13','',2156,'http://www.ontradeprogress.com/2018/07/31/2156-revision-v1/',0,'revision','',0),(2158,1,'2018-07-31 13:48:48','2018-07-31 13:48:48','<strong>Birra Moretti has launched its biggest brand awareness campaign in three years, championing the sociable nature of life between friends and family in Italy. ‘Time for What Matters’ will launch with the brand’s first ever TV advert as part of a £2.5 million push, including experiential activity.</strong>\r\n\r\nThe TV advert brings to life Birra Moretti’s mission to remind consumers about the things that matter the most in life - good times with loved ones, great food and great drink. The 60-second advert and 30-second advert, both titled ‘Pull Together’ centre around an Italian family exasperated that their son is always rushing and always late, and encouraging him to take time out of his busy life and enjoy moments of togetherness over good food and drink.\r\n\r\nThe new campaign comes as the quality Italian beer, made in the traditional way since 1859, has experienced a period of excellent growth in the on-trade. Recent CGA Data has shown Birra Moretti is the fastest growing brand in the category, delivering significant volume and value growth at 69% and 71% respectively, leading the premium beer category<a name=\"_ftnref1\"></a>[1].\r\n\r\nThe growth of Birra Moretti in the on-trade is a testament to consumers’ growing expectation of a strong food and drink offering that complement one another. As the fastest growing premium lager in the on-trade, much of the success of Birra Moretti can be attributed to this increase in consumers looking for better experiences, visiting quality bars and pubs with a great food and drink menu.\r\n\r\nGran Tour, Birra Moretti’s experiential activity for 2018 takes consumers on a regional taste experience of Italy, where they can learn how to create a selection of delicious Italian dishes, designed to perfectly complement the finest Birra Moretti range. Gran Tour, which is the biggest activation to date, appeared at Hyde Park British Summer Time festival, giving customers the chance to celebrate music, traditional Italian games and authentic Italian food, perfectly paired with a pint of Birra Moretti whose light crisp finish perfectly complements a range of dishes.\r\n\r\nBirra Moretti will also appear at Jamie Oliver’s Big Feastival, Goodwood Revival and Summer Nights in Glasgow later this season, bringing family and friends together to live life in true Italian style.','Birra Moretti launches \'Time For what Matters\' campaign','','publish','closed','open','','birra-moretti-launches-time-for-what-matters-campaign','','','2018-07-31 13:48:48','2018-07-31 13:48:48','',0,'http://www.ontradeprogress.com/?p=2158',0,'post','',0),(2159,1,'2018-07-31 13:42:55','2018-07-31 13:42:55','','Screen Shot 2018-07-31 at 14.36.04','','inherit','closed','closed','','screen-shot-2018-07-31-at-14-36-04','','','2018-07-31 13:42:55','2018-07-31 13:42:55','',2158,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-14.36.04.png',0,'attachment','image/png',0),(2160,1,'2018-07-31 13:48:23','2018-07-31 13:48:23','<strong>Birra Moretti has launched its biggest brand awareness campaign in three years, championing the sociable nature of life between friends and family in Italy. ‘Time for What Matters’ will launch with the brand’s first ever TV advert as part of a £2.5 million push, including experiential activity.</strong>\r\n\r\nThe TV advert brings to life Birra Moretti’s mission to remind consumers about the things that matter the most in life - good times with loved ones, great food and great drink. The 60-second advert and 30-second advert, both titled ‘Pull Together’ centre around an Italian family exasperated that their son is always rushing and always late, and encouraging him to take time out of his busy life and enjoy moments of togetherness over good food and drink.\r\n\r\nThe new campaign comes as the quality Italian beer, made in the traditional way since 1859, has experienced a period of excellent growth in the on-trade. Recent CGA Data has shown Birra Moretti is the fastest growing brand in the category, delivering significant volume and value growth at 69% and 71% respectively, leading the premium beer category<a name=\"_ftnref1\"></a>[1].\r\n\r\nThe growth of Birra Moretti in the on-trade is a testament to consumers’ growing expectation of a strong food and drink offering that complement one another. As the fastest growing premium lager in the on-trade, much of the success of Birra Moretti can be attributed to this increase in consumers looking for better experiences, visiting quality bars and pubs with a great food and drink menu.\r\n\r\nGran Tour, Birra Moretti’s experiential activity for 2018 takes consumers on a regional taste experience of Italy, where they can learn how to create a selection of delicious Italian dishes, designed to perfectly complement the finest Birra Moretti range. Gran Tour, which is the biggest activation to date, appeared at Hyde Park British Summer Time festival, giving customers the chance to celebrate music, traditional Italian games and authentic Italian food, perfectly paired with a pint of Birra Moretti whose light crisp finish perfectly complements a range of dishes.\r\n\r\nBirra Moretti will also appear at Jamie Oliver’s Big Feastival, Goodwood Revival and Summer Nights in Glasgow later this season, bringing family and friends together to live life in true Italian style.','Birra Moretti launches \'Time For what Matters\' campaign','','inherit','closed','closed','','2158-revision-v1','','','2018-07-31 13:48:23','2018-07-31 13:48:23','',2158,'http://www.ontradeprogress.com/2018/07/31/2158-revision-v1/',0,'revision','',0),(2161,1,'2018-07-31 15:05:53','2018-07-31 15:05:53','<strong>Mr Jan Dammis of hospitality furniture supplier <a href=\"https://www.go-in.co.uk/\">GO IN</a> looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors. The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours. These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect. So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them. When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count. For this reason, it’s important to stand out from your competitors with your furniture. So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit. It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs. With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés. The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions. The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now. There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 01527 519580, <a href=\"http://www.go-in.co.uk\">www.go-in.co.uk</a></strong>','GO IN furniture design','','publish','closed','open','','go-in-furniture-design','','','2018-07-31 15:05:53','2018-07-31 15:05:53','',0,'http://www.ontradeprogress.com/?p=2161',0,'post','',0),(2162,1,'2018-07-31 14:15:52','2018-07-31 14:15:52','<strong>Mr Jan Dammis of hospitality furniture supplier GO IN looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors.  The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours.  These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect.  So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them.  When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count.  For this reason, it’s important to stand out from your competitors with your furniture.  So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit.  It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs.  With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions.  The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now.  There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 01527 519580, www.go-in.co.uk</strong>','','','inherit','closed','closed','','2161-revision-v1','','','2018-07-31 14:15:52','2018-07-31 14:15:52','',2161,'http://www.ontradeprogress.com/2018/07/31/2161-revision-v1/',0,'revision','',0),(2163,1,'2018-07-31 14:57:13','2018-07-31 14:57:13','','Screen Shot 2018-07-31 at 15.11.55','','inherit','closed','closed','','screen-shot-2018-07-31-at-15-11-55','','','2018-07-31 14:57:13','2018-07-31 14:57:13','',2161,'http://www.ontradeprogress.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-31-at-15.11.55.png',0,'attachment','image/png',0),(2164,1,'2018-07-31 14:59:56','2018-07-31 14:59:56','<strong>Mr Jan Dammis of hospitality furniture supplier <a href=\"https://www.go-in.co.uk/\">GO IN</a> looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors. The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours. These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect. So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them. When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count. For this reason, it’s important to stand out from your competitors with your furniture. So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit. It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs. With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés.  The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions.  The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now. There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 01527 519580, <a href=\"http://www.go-in.co.uk\">www.go-in.co.uk</a></strong>','GO IN furniture design','','inherit','closed','closed','','2161-revision-v1','','','2018-07-31 14:59:56','2018-07-31 14:59:56','',2161,'http://www.ontradeprogress.com/2018/07/31/2161-revision-v1/',0,'revision','',0),(2165,1,'2018-07-31 15:05:53','2018-07-31 15:05:53','<strong>Mr Jan Dammis of hospitality furniture supplier <a href=\"https://www.go-in.co.uk/\">GO IN</a> looks at the latest trends in furniture design for bars and restaurants.</strong>\r\n\r\nThe current trend in furniture design is all about new combinations of novel and traditional materials in order to create innovative and individual styles to suit the needs of different hospitality interiors. The choice of materials used in furniture design has never been greater; elegant woods, trendy weaves and futuristic stainless steel are all available in an unrivalled variety of forms and colours. These define not only the form of the important pieces of hospitality furniture such as tables, chairs and stools, but are also important in characterising the ‘feel’ of the pieces too; the robustness, the build quality and the luxuriousness.\r\n\r\nThe choice of furniture for any hotel restaurant is critical in setting the atmosphere and tone that your customers expect. So before the furniture can be chosen, it’s important to understand your target market and the type of experience you’re trying to create for them. When your interior - including the all-important furniture - perfectly matches your guests’ expectations, then they’ll feel more at home, more likely to stay longer and more likely to revisit.\r\n\r\nFirst impressions count. For this reason, it’s important to stand out from your competitors with your furniture. So have the courage to go for impact and diversity, with a mix of styles, colours and the ‘retro’ theme which is still bang up-to-date.\r\n\r\nWhen you’re choosing furniture, customers are significantly influenced by the style and quality of finish because they are in intimate contact with it throughout their visit. It’s all about look and feel, and getting it right will help create a positive impression of your overall offering.\r\n\r\n<strong>Scandi-style from GO IN</strong>\r\n\r\nGO IN has combined organic shapes, natural materials and friendly colours in its new range of Scandinavian-style chairs. With their fine lines and elegant appearance, the chairs conceal a surprising robustness and stability, making them perfect for use in busy hospitality areas such as restaurants and cafés. The chairs are available in two colours – light and Merano brown ash – and intended to be equipped with seat cushions. The extensive range of cover materials offered by GO IN makes a wide variety of combinations possible.\r\n\r\nGO IN is proud to announce a number of new products and a new fabric collection, all of which are highlighted in their 2018/19 which is available now. There’s plenty of inspiration and new ideas, helping hospitality venues provide an unforgettable experience for guests.\r\n\r\n<strong>GO IN UK contact details: Tel 01527 519580, <a href=\"http://www.go-in.co.uk\">www.go-in.co.uk</a></strong>','GO IN furniture design','','inherit','closed','closed','','2161-revision-v1','','','2018-07-31 15:05:53','2018-07-31 15:05:53','',2161,'http://www.ontradeprogress.com/2018/07/31/2161-revision-v1/',0,'revision','',0),(2166,1,'2018-08-03 15:15:51','2018-08-03 15:15:51','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_issue16?e=32393893/63583670[/embed]','On-Trade Progress Issue 16','','inherit','closed','closed','','276-revision-v1','','','2018-08-03 15:15:51','2018-08-03 15:15:51','',276,'http://www.ontradeprogress.com/2018/08/03/276-revision-v1/',0,'revision','',0),(2170,1,'2018-08-07 08:05:03','2018-08-07 08:05:03','<strong>Restaurant &amp; Bar Tech Live is Europe’s leading event dedicated to the emerging technologies and services that are forming the future of the restaurants and bars. </strong>\r\n\r\nThe event takes place on the 25th &amp; 26th of September 2018 at ExCeL, London. Get these dates in your diary and order your free tickets now at www.restauranttechlive.co.uk to make sure you don’t miss out!\r\nDiscover the most innovative products, systems and services at this unprecedented event where you can benefit from over 300 of the most cutting-edge suppliers, hundreds of panel debates, countless networking opportunities, tech innovation awards, 1-2-1 expert advice from the most relevant people in the industry, and 170 seminars featuring the world’s best industry experts - all for free!\r\n<strong>\r\nWhat’s more, the 2018 event boasts the strongest keynote line-up yet, including the likes of:</strong>\r\n\r\n<strong>• Chris Fletcher, Retail Operations Director at Pieminister\r\n• Sophie Evans, Head of Marketing at Be At One\r\n• David Broom, IT Director at Prezzo\r\n• Tom Sycamore, Operations Director at Pizza Express\r\n• Ryan Jacovides, Former MD at Jamie Oliver Restaurant Group\r\n• Plus many more industry leading experts!</strong>\r\n\r\nDon’t forget, your complimentary ticket gives you access to the 6 other industry-leading events running alongside Restaurant &amp; Bar Tech Live, including Hotel &amp; Spa Tech Live.\r\nHaven’t registered for your free ticket yet? Do so now at www.restauranttechlive.co.uk to secure your place at the ultimate event for innovation in the restaurant and bar sectors!','Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London','','publish','closed','open','','restaurant-bar-tech-live-25th-26th-september-2018-excel-london','','','2018-08-07 08:05:03','2018-08-07 08:05:03','',0,'http://www.ontradeprogress.com/?p=2170',0,'post','',0),(2171,1,'2018-08-07 07:58:44','2018-08-07 07:58:44','','Screen Shot 2018-08-07 at 08.55.37','','inherit','closed','closed','','screen-shot-2018-08-07-at-08-55-37','','','2018-08-07 07:58:44','2018-08-07 07:58:44','',2170,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-08.55.37.png',0,'attachment','image/png',0),(2172,1,'2018-08-07 07:59:49','2018-08-07 07:59:49','Restaurant & Bar Tech Live is Europe’s leading event dedicated to the emerging technologies and services that are forming the future of the restaurants and bars. The event takes place on the 25th & 26th of September 2018 at ExCeL, London. Get these dates in your diary and order your free tickets now at www.restauranttechlive.co.uk to make sure you don’t miss out! \r\nDiscover the most innovative products, systems and services at this unprecedented event where you can benefit from over 300 of the most cutting-edge suppliers, hundreds of panel debates, countless networking opportunities, tech innovation awards, 1-2-1 expert advice from the most relevant people in the industry, and 170 seminars featuring the world’s best industry experts - all for free!\r\n\r\nWhat’s more, the 2018 event boasts the strongest keynote line-up yet, including the likes of: \r\n•	Chris Fletcher, Retail Operations Director at Pieminister\r\n•	Sophie Evans, Head of Marketing at Be At One\r\n•	David Broom, IT Director at Prezzo\r\n•	Tom Sycamore, Operations Director at Pizza Express\r\n•	Ryan Jacovides, Former MD at Jamie Oliver Restaurant Group\r\n•	Plus many more industry leading experts! \r\n\r\nDon’t forget, your complimentary ticket gives you access to the 6 other industry-leading events running alongside Restaurant & Bar Tech Live, including Hotel & Spa Tech Live. \r\nHaven’t registered for your free ticket yet? Do so now at www.restauranttechlive.co.uk to secure your place at the ultimate event for innovation in the restaurant and bar sectors! \r\n','Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London','','inherit','closed','closed','','2170-revision-v1','','','2018-08-07 07:59:49','2018-08-07 07:59:49','',2170,'http://www.ontradeprogress.com/2018/08/07/2170-revision-v1/',0,'revision','',0),(2173,1,'2018-08-07 08:04:14','2018-08-07 08:04:14','<strong>Restaurant &amp; Bar Tech Live is Europe’s leading event dedicated to the emerging technologies and services that are forming the future of the restaurants and bars. </strong>\r\n\r\nThe event takes place on the 25th &amp; 26th of September 2018 at ExCeL, London. Get these dates in your diary and order your free tickets now at www.restauranttechlive.co.uk to make sure you don’t miss out!\r\nDiscover the most innovative products, systems and services at this unprecedented event where you can benefit from over 300 of the most cutting-edge suppliers, hundreds of panel debates, countless networking opportunities, tech innovation awards, 1-2-1 expert advice from the most relevant people in the industry, and 170 seminars featuring the world’s best industry experts - all for free!\r\n<strong>\r\nWhat’s more, the 2018 event boasts the strongest keynote line-up yet, including the likes of:</strong>\r\n\r\n<strong>\r\n• Chris Fletcher, Retail Operations Director at Pieminister\r\n• Sophie Evans, Head of Marketing at Be At One\r\n• David Broom, IT Director at Prezzo\r\n• Tom Sycamore, Operations Director at Pizza Express\r\n• Ryan Jacovides, Former MD at Jamie Oliver Restaurant Group\r\n• Plus many more industry leading experts!</strong>\r\n\r\nDon’t forget, your complimentary ticket gives you access to the 6 other industry-leading events running alongside Restaurant &amp; Bar Tech Live, including Hotel &amp; Spa Tech Live.\r\nHaven’t registered for your free ticket yet? Do so now at www.restauranttechlive.co.uk to secure your place at the ultimate event for innovation in the restaurant and bar sectors!','Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London','','inherit','closed','closed','','2170-revision-v1','','','2018-08-07 08:04:14','2018-08-07 08:04:14','',2170,'http://www.ontradeprogress.com/2018/08/07/2170-revision-v1/',0,'revision','',0),(2174,1,'2018-08-07 08:04:48','2018-08-07 08:04:48','<strong>Restaurant &amp; Bar Tech Live is Europe’s leading event dedicated to the emerging technologies and services that are forming the future of the restaurants and bars. </strong>\r\n\r\nThe event takes place on the 25th &amp; 26th of September 2018 at ExCeL, London. Get these dates in your diary and order your free tickets now at www.restauranttechlive.co.uk to make sure you don’t miss out!\r\nDiscover the most innovative products, systems and services at this unprecedented event where you can benefit from over 300 of the most cutting-edge suppliers, hundreds of panel debates, countless networking opportunities, tech innovation awards, 1-2-1 expert advice from the most relevant people in the industry, and 170 seminars featuring the world’s best industry experts - all for free!\r\n<strong>\r\nWhat’s more, the 2018 event boasts the strongest keynote line-up yet, including the likes of:</strong>\r\n\r\n<strong>• Chris Fletcher, Retail Operations Director at Pieminister\r\n• Sophie Evans, Head of Marketing at Be At One\r\n• David Broom, IT Director at Prezzo\r\n• Tom Sycamore, Operations Director at Pizza Express\r\n• Ryan Jacovides, Former MD at Jamie Oliver Restaurant Group\r\n• Plus many more industry leading experts!</strong>\r\n\r\nDon’t forget, your complimentary ticket gives you access to the 6 other industry-leading events running alongside Restaurant &amp; Bar Tech Live, including Hotel &amp; Spa Tech Live.\r\nHaven’t registered for your free ticket yet? Do so now at www.restauranttechlive.co.uk to secure your place at the ultimate event for innovation in the restaurant and bar sectors!','Restaurant & Bar Tech Live – 25th & 26th September 2018, ExCeL, London','','inherit','closed','closed','','2170-revision-v1','','','2018-08-07 08:04:48','2018-08-07 08:04:48','',2170,'http://www.ontradeprogress.com/2018/08/07/2170-revision-v1/',0,'revision','',0),(2175,1,'2018-08-07 08:30:11','2018-08-07 08:30:11','<strong><a href=\"https://www.heineken.co.uk/site-choices\">HEINEKEN UK,</a> together with its leading portfolio of packaged cider brands; <em>Bulmers, Old Mout, </em>has launched <a href=\"http://www.ciderdirect.co.uk/\">Cider Direct</a>– a community for leading pub operators to help grow their cider revenues. With 28% of UK adults drinking cider in the on-trade, Cider Direct is perfectly placed to provide actionable advice to support licensees increase their sales.</strong>\r\n\r\nThe new platform is a hub of seasonal and year-round cider activations, designed to drive consumers to spend more money, more often, and more time, in outlets through tailored support. This will be achieved via a range of creative ideas, bespoke toolkits and social content, to help licensees extend their cider season and make cider relevant for consumers.\r\n\r\nWith eight seasonal guides and a years’ worth of activation plans available, licensees can choose from one of 45 templates to use for posters, menus, tent cards and much more to promote their activation.\r\n\r\nWith every activation outlets can download a plan that will allow them to understand; what the opportunity is, how to maximise this opportunity, what tools are available, how to activate the plan and finally a recommendation on how to go from good, to great.\r\n\r\nWhat’s more, Cider Direct has even teamed up with a number of experts within the trade to offer additional cider-related content, that customers can delve into and gain inspiration from.\r\n\r\nLicensees should simply visit <a href=\"http://www.ciderdirect.co.uk/\">www.ciderdirect.co.uk</a> and register to find out more. Once an account has been set up the benefits are immediate, with customers able to access a whole range of ready-to-use-assets, including seasonal activation calendars with key dates highlighted. Those who are already customers of HEINEKEN can enjoy a first-year special discount of 25% on all purchases at Cider Direct online.\r\n\r\n<strong><em>For information and terms of sale, and to find out how you can join Cider Direct visit </em></strong><a href=\"http://www.ciderdirect.co.uk/\"><strong><em>ciderdirect.co.uk</em></strong></a><strong><em> or call 01225 898 384 where staff will be happy to assist with your enquiry.</em></strong>','Heineken launches Cider Direct','','publish','closed','open','','heineken-launches-cider-direct','','','2018-08-07 08:30:11','2018-08-07 08:30:11','',0,'http://www.ontradeprogress.com/?p=2175',0,'post','',0),(2176,1,'2018-08-07 08:27:11','2018-08-07 08:27:11','','Screen Shot 2018-08-07 at 09.26.44','','inherit','closed','closed','','screen-shot-2018-08-07-at-09-26-44','','','2018-08-07 08:27:11','2018-08-07 08:27:11','',2175,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-09.26.44.png',0,'attachment','image/png',0),(2177,1,'2018-08-07 08:28:58','2018-08-07 08:28:58','<strong><a href=\"https://www.heineken.co.uk/site-choices\">HEINEKEN UK,</a> together with its leading portfolio of packaged cider brands; <em>Bulmers, Old Mout, </em>has launched <a href=\"http://www.ciderdirect.co.uk/\">Cider Direct</a>– a community for leading pub operators to help grow their cider revenues. With 28% of UK adults drinking cider in the on-trade, Cider Direct is perfectly placed to provide actionable advice to support licensees increase their sales.</strong>\r\n\r\nThe new platform is a hub of seasonal and year-round cider activations, designed to drive consumers to spend more money, more often, and more time, in outlets through tailored support. This will be achieved via a range of creative ideas, bespoke toolkits and social content, to help licensees extend their cider season and make cider relevant for consumers.\r\n\r\nWith eight seasonal guides and a years’ worth of activation plans available, licensees can choose from one of 45 templates to use for posters, menus, tent cards and much more to promote their activation.\r\n\r\nWith every activation outlets can download a plan that will allow them to understand; what the opportunity is, how to maximise this opportunity, what tools are available, how to activate the plan and finally a recommendation on how to go from good, to great.\r\n\r\nWhat’s more, Cider Direct has even teamed up with a number of experts within the trade to offer additional cider-related content, that customers can delve into and gain inspiration from.\r\n\r\nLicensees should simply visit <a href=\"http://www.ciderdirect.co.uk/\">www.ciderdirect.co.uk</a> and register to find out more. Once an account has been set up the benefits are immediate, with customers able to access a whole range of ready-to-use-assets, including seasonal activation calendars with key dates highlighted. Those who are already customers of HEINEKEN can enjoy a first-year special discount of 25% on all purchases at Cider Direct online.\r\n\r\n<strong><em>For information and terms of sale, and to find out how you can join Cider Direct visit </em></strong><a href=\"http://www.ciderdirect.co.uk/\"><strong><em>ciderdirect.co.uk</em></strong></a><strong><em> or call 01225 898 384 where staff will be happy to assist with your enquiry.</em></strong>','Heineken launches Cider Direct','','inherit','closed','closed','','2175-revision-v1','','','2018-08-07 08:28:58','2018-08-07 08:28:58','',2175,'http://www.ontradeprogress.com/2018/08/07/2175-revision-v1/',0,'revision','',0),(2178,1,'2018-08-07 08:58:08','2018-08-07 08:58:08','<strong>Bartender Lee Jones, of the Smokestack bar in Leeds, has won the International Final of the Southern Comfort Southern Showdown 2018 cocktail contest, held in the cocktail capital of the world, New Orleans.</strong>\r\n\r\nLee’s winning drink, the Whitesmith Cobbler, won through against strong competition from Irish and Australian Southern Showdown winners. All three international finalists had already triumphed in their national contests, where they were challenged to recreate the spirit of their home town in a cocktail, just as Southern Comfort captures the spirit of New Orleans.\r\n\r\nCocktails had to include the classic 35% ABV Southern Comfort Original, the 40% ABV New Southern Comfort Black, or the 50% ABV Southern Comfort 100 Proof.\r\n\r\nWith the New Orleans final taking place in the birthplace of the American cocktail, a panel of international judges including Christian Tirel, UK &amp; Ireland Southern Comfort Brand Ambassador, James Johnstone, Senior Brand Manager of SouthTrade International, Australia, and Norton Christopher, Beverage Director, Sac A Lait, New Orleans put the three finalists through their paces.\r\n\r\nUp against Lee were runner-up Daniel Gregory of the IXL Bar in Hobart, Tasmania, with his Where the Wild Things Are cocktail, and third place Shane Groarke of Cask bar in Cork, with his creation called Non-Genuine But Mine.\r\n\r\nMaking their winning cocktails for the judges, the finalists earned points for the flavour of their drink, their technique and presentation skills, and their knowledge of the history and heritage of Southern Comfort, created in New Orleans in 1874 by bartender M.W. Heron\r\n\r\nLee said: “To be in New Orleans representing the UK for the Southern Showdown Final is about as close to the essence of hospitality as you can get. I met passionate individuals from all over the world, who want nothing more than to celebrate the career we’ve all chosen.\r\n\r\n“I’m incredibly proud to have won, and in particular to be bringing a bit of attention to northern bartenders in the UK – there is so much talent out there waiting to be found, and I can’t wait for the rest of the world discover it too.”\r\n\r\nChristian Tirel, UK brand ambassador for Southern Comfort, and winner of the first Southern Showdown in 2016, said: “The quality of entries gets stronger every year, and Lee had to be on top form to win the International final against great competition from Daniel and Shane, in the home of Southern Comfort.”\r\n\r\n<strong>Lee’s winning recipe for the Whitesmith Cobbler is:</strong>\r\n<ul>\r\n 	<li>40ml Southern Comfort 100 Proof</li>\r\n 	<li>20ml Absentroux herbal wine</li>\r\n 	<li>20ml gooseberry cordial</li>\r\n 	<li>1 dash champagne acid</li>\r\n</ul>\r\nServed in a Nick &amp; Nora Coupette glass. Garnished with a pickled gooseberry, mint hydrosol and absinthe bon bon.\r\n\r\nSouthern Comfort is distributed in the UK by Hi-Spirits. For more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a> </u> or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','British bartender wins the International Southern Showdown 2018','','publish','closed','open','','british-bartender-wins-the-international-southern-showdown-2018','','','2018-08-07 08:58:08','2018-08-07 08:58:08','',0,'http://www.ontradeprogress.com/?p=2178',0,'post','',0),(2179,1,'2018-08-07 08:56:15','2018-08-07 08:56:15','','Screen Shot 2018-08-07 at 09.52.22','','inherit','closed','closed','','screen-shot-2018-08-07-at-09-52-22','','','2018-08-07 08:56:15','2018-08-07 08:56:15','',2178,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-09.52.22.png',0,'attachment','image/png',0),(2180,1,'2018-08-07 08:57:27','2018-08-07 08:57:27','<strong>Bartender Lee Jones, of the Smokestack bar in Leeds, has won the International Final of the Southern Comfort Southern Showdown 2018 cocktail contest, held in the cocktail capital of the world, New Orleans.</strong>\r\n\r\nLee’s winning drink, the Whitesmith Cobbler, won through against strong competition from Irish and Australian Southern Showdown winners. All three international finalists had already triumphed in their national contests, where they were challenged to recreate the spirit of their home town in a cocktail, just as Southern Comfort captures the spirit of New Orleans.\r\n\r\nCocktails had to include the classic 35% ABV Southern Comfort Original, the 40% ABV New Southern Comfort Black, or the 50% ABV Southern Comfort 100 Proof.\r\n\r\nWith the New Orleans final taking place in the birthplace of the American cocktail, a panel of international judges including Christian Tirel, UK &amp; Ireland Southern Comfort Brand Ambassador, James Johnstone, Senior Brand Manager of SouthTrade International, Australia, and Norton Christopher, Beverage Director, Sac A Lait, New Orleans put the three finalists through their paces.\r\n\r\nUp against Lee were runner-up Daniel Gregory of the IXL Bar in Hobart, Tasmania, with his Where the Wild Things Are cocktail, and third place Shane Groarke of Cask bar in Cork, with his creation called Non-Genuine But Mine.\r\n\r\nMaking their winning cocktails for the judges, the finalists earned points for the flavour of their drink, their technique and presentation skills, and their knowledge of the history and heritage of Southern Comfort, created in New Orleans in 1874 by bartender M.W. Heron\r\n\r\nLee said: “To be in New Orleans representing the UK for the Southern Showdown Final is about as close to the essence of hospitality as you can get. I met passionate individuals from all over the world, who want nothing more than to celebrate the career we’ve all chosen.\r\n\r\n“I’m incredibly proud to have won, and in particular to be bringing a bit of attention to northern bartenders in the UK – there is so much talent out there waiting to be found, and I can’t wait for the rest of the world discover it too.”\r\n\r\nChristian Tirel, UK brand ambassador for Southern Comfort, and winner of the first Southern Showdown in 2016, said: “The quality of entries gets stronger every year, and Lee had to be on top form to win the International final against great competition from Daniel and Shane, in the home of Southern Comfort.”\r\n\r\n<strong>Lee’s winning recipe for the Whitesmith Cobbler is:</strong>\r\n<ul>\r\n 	<li>40ml Southern Comfort 100 Proof</li>\r\n 	<li>20ml Absentroux herbal wine</li>\r\n 	<li>20ml gooseberry cordial</li>\r\n 	<li>1 dash champagne acid</li>\r\n</ul>\r\nServed in a Nick &amp; Nora Coupette glass. Garnished with a pickled gooseberry, mint hydrosol and absinthe bon bon.\r\n\r\nSouthern Comfort is distributed in the UK by Hi-Spirits. For more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a> </u> or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','British bartender wins the International Southern Showdown 2018','','inherit','closed','closed','','2178-revision-v1','','','2018-08-07 08:57:27','2018-08-07 08:57:27','',2178,'http://www.ontradeprogress.com/2018/08/07/2178-revision-v1/',0,'revision','',0),(2181,1,'2018-08-07 09:04:20','2018-08-07 09:04:20','<strong>Bartender Lee Jones, of the Smokestack bar in Leeds, has won the International Final of the <a href=\"https://www.southerncomfort.com/\">Southern Comfort</a> Southern Showdown 2018 cocktail contest, held in the cocktail capital of the world, New Orleans.</strong>\n\nLee’s winning drink, the Whitesmith Cobbler, won through against strong competition from Irish and Australian Southern Showdown winners. All three international finalists had already triumphed in their national contests, where they were challenged to recreate the spirit of their home town in a cocktail, just as Southern Comfort captures the spirit of New Orleans.\n\nCocktails had to include the classic 35% ABV Southern Comfort Original, the 40% ABV New Southern Comfort Black, or the 50% ABV Southern Comfort 100 Proof.\n\nWith the New Orleans final taking place in the birthplace of the American cocktail, a panel of international judges including Christian Tirel, UK &amp; Ireland Southern Comfort Brand Ambassador, James Johnstone, Senior Brand Manager of SouthTrade International, Australia, and Norton Christopher, Beverage Director, Sac A Lait, New Orleans put the three finalists through their paces.\n\nUp against Lee were runner-up Daniel Gregory of the IXL Bar in Hobart, Tasmania, with his Where the Wild Things Are cocktail, and third place Shane Groarke of Cask bar in Cork, with his creation called Non-Genuine But Mine.\n\nMaking their winning cocktails for the judges, the finalists earned points for the flavour of their drink, their technique and presentation skills, and their knowledge of the history and heritage of Southern Comfort, created in New Orleans in 1874 by bartender M.W. Heron\n\nLee said: “To be in New Orleans representing the UK for the Southern Showdown Final is about as close to the essence of hospitality as you can get. I met passionate individuals from all over the world, who want nothing more than to celebrate the career we’ve all chosen.\n\n“I’m incredibly proud to have won, and in particular to be bringing a bit of attention to northern bartenders in the UK – there is so much talent out there waiting to be found, and I can’t wait for the rest of the world discover it too.”\n\nChristian Tirel, UK brand ambassador for Southern Comfort, and winner of the first Southern Showdown in 2016, said: “The quality of entries gets stronger every year, and Lee had to be on top form to win the International final against great competition from Daniel and Shane, in the home of Southern Comfort.”\n\n<strong>Lee’s winning recipe for the Whitesmith Cobbler is:</strong>\n<ul>\n 	<li>40ml Southern Comfort 100 Proof</li>\n 	<li>20ml Absentroux herbal wine</li>\n 	<li>20ml gooseberry cordial</li>\n 	<li>1 dash champagne acid</li>\n</ul>\nServed in a Nick &amp; Nora Coupette glass. Garnished with a pickled gooseberry, mint hydrosol and absinthe bon bon.\n\nSouthern Comfort is distributed in the UK by Hi-Spirits. For more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a> </u> or visit <a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a>.','British bartender wins the International Southern Showdown 2018','','inherit','closed','closed','','2178-autosave-v1','','','2018-08-07 09:04:20','2018-08-07 09:04:20','',2178,'http://www.ontradeprogress.com/2018/08/07/2178-autosave-v1/',0,'revision','',0),(2182,1,'2018-08-09 10:16:31','2018-08-09 10:16:31','<div><strong>This autumn, Maître Choux, the world’s first choux pastry specialist patisserie, will be bringing Chelsea the taste of authentic French pastries with the opening of its sixth location at 59 King’s Road. Launching this autumn, the newest addition to the Maître Choux group further establishes the continued success of the brand, following the opening of the Westfield London (Shepherd’s Bush) location earlier this summer.</strong></div>\r\n<div>Located down the road from the Saatchi Gallery, the new location will bring Maître Choux’s modern version of a French patisserie to Chelsea, with seating for fifteen to enjoy. With renowned partnerships under their belts such as with Fortnum &amp; Mason, Chiltern Firehouse and Blakes Hotel, this new opening will bring these delicious and much-loved eclairs, choux and chouquettes to those looking for a little taste of France on the King’s Road.</div>\r\n<div>Opening in 2015, Maître Choux is the creation of Three Michelin star chef Joakim Prat, and his business partner Jeremie Vaislic. While traditionally the finest pastries were only available in the most exclusive restaurants, Joakim and Jeremie are on a mission to bring the patisserie experience, and the highest quality pastries made with the freshest ingredients, to everyone. With this at the heart of Maître Choux, they have quickly become the go-to and best patisserie in London, with locations in South Kensington, Soho, and Westfield London (Shepherd\'s Bush), and products being sold at Fortnum &amp; Mason and Caviar House.</div>\r\n<div>What Jeremie says of the latest venture: “Maître Choux Chelsea is our largest store to date. It is set to become an Instagram sensation with its flower tunnel and a stunning croquembouche choux tower created by Joakim in the window. Moreover, we are partnering with Monmouth Coffee, to bring London’s best espresso to the West side of town. For all these reasons, we could not be more excited for the opening!”</div>\r\n<div>As with all other locations, Maître Choux King’s Road will be taking customised orders along with corporate and private orders.</div>\r\n<div>\r\n<div><b>About Maître Choux:</b></div>\r\n<div>Founded in 2015, Maître Choux is the brainchild of pastry chef Joakim Prat and investor Jeremie Vaislic. Three Michelin star-experienced pastry chef Joakim Prat came to London from Barcelona’s Can Fabes to take on the role of Joël Robuchon\'s Head Pastry Chef at L\'Atelier. While dining there, Jeremie and Marina (co-founder) were so impressed by the quality of the desserts that they asked to meet the pastry chef. After lengthy conversations about their shared love of food, pastries and perfection, the focus shifted towards choux pastry, Joakim\'s specialty. From this, Maître Choux was born in 2015 with their first shop in South Kensington, re-imagining eclairs and choux into delicious and colourful masterpieces that would take the London food scene by storm. Maître Choux now has six locations across London, with the South Kensington shop opening and products being sold at Fortnum &amp; Mason beginning in 2015, products being featured on Caviar House’s dessert menu from 2016, the Soho shop opening in 2017, the Westfield London kiosk opening in summer 2018, and King’s Road opening in autumn 2018.</div>\r\n</div>','The king of Choux arrives on the King\'s Road','','publish','closed','open','','the-king-of-choux-arrives-on-the-kings-road','','','2018-08-09 10:16:59','2018-08-09 10:16:59','',0,'http://www.ontradeprogress.com/?p=2182',0,'post','',0),(2183,1,'2018-08-07 09:12:58','2018-08-07 09:12:58','<div><strong>This autumn, Maître Choux, the world’s first choux pastry specialist patisserie, will be bringing Chelsea the taste of authentic French pastries with the opening of its sixth location at 59 King’s Road. Launching this autumn, the newest addition to the Maître Choux group further establishes the continued success of the brand, following the opening of the Westfield London (Shepherd’s Bush) location earlier this summer.</strong></div>\r\n<div>Located down the road from the Saatchi Gallery, the new location will bring Maître Choux’s modern version of a French patisserie to Chelsea, with seating for fifteen to enjoy. With renowned partnerships under their belts such as with Fortnum &amp; Mason, Chiltern Firehouse and Blakes Hotel, this new opening will bring these delicious and much-loved eclairs, choux and chouquettes to those looking for a little taste of France on the King’s Road.</div>\r\n<div>Opening in 2015, Maître Choux is the creation of Three Michelin star chef Joakim Prat, and his business partner Jeremie Vaislic. While traditionally the finest pastries were only available in the most exclusive restaurants, Joakim and Jeremie are on a mission to bring the patisserie experience, and the highest quality pastries made with the freshest ingredients, to everyone. With this at the heart of Maître Choux, they have quickly become the go-to and best patisserie in London, with locations in South Kensington, Soho, and Westfield London (Shepherd\'s Bush), and products being sold at Fortnum &amp; Mason and Caviar House.</div>\r\n<div>What Jeremie says of the latest venture: “Maître Choux Chelsea is our largest store to date. It is set to become an Instagram sensation with its flower tunnel and a stunning croquembouche choux tower created by Joakim in the window. Moreover, we are partnering with Monmouth Coffee, to bring London’s best espresso to the West side of town. For all these reasons, we could not be more excited for the opening!”</div>\r\n<div>As with all other locations, Maître Choux King’s Road will be taking customised orders along with corporate and private orders.</div>\r\n<div>\r\n<div><b>About Maître Choux:</b></div>\r\n<div>Founded in 2015, Maître Choux is the brainchild of pastry chef Joakim Prat and investor Jeremie Vaislic. Three Michelin star-experienced pastry chef Joakim Prat came to London from Barcelona’s Can Fabes to take on the role of Joël Robuchon\'s Head Pastry Chef at L\'Atelier. While dining there, Jeremie and Marina (co-founder) were so impressed by the quality of the desserts that they asked to meet the pastry chef. After lengthy conversations about their shared love of food, pastries and perfection, the focus shifted towards choux pastry, Joakim\'s specialty. From this, Maître Choux was born in 2015 with their first shop in South Kensington, re-imagining eclairs and choux into delicious and colourful masterpieces that would take the London food scene by storm. Maître Choux now has six locations across London, with the South Kensington shop opening and products being sold at Fortnum &amp; Mason beginning in 2015, products being featured on Caviar House’s dessert menu from 2016, the Soho shop opening in 2017, the Westfield London kiosk opening in summer 2018, and King’s Road opening in autumn 2018.</div>\r\n</div>','The king of Choux arrives on the King\'s Road','','inherit','closed','closed','','2182-revision-v1','','','2018-08-07 09:12:58','2018-08-07 09:12:58','',2182,'http://www.ontradeprogress.com/2018/08/07/2182-revision-v1/',0,'revision','',0),(2184,1,'2018-08-07 09:23:09','2018-08-07 09:23:09','The annual <a href=\"http://henleyswim.com/\">Henley Club</a> to Pub Swim took place in July with a record field of 625 swimmers who completed the 1.5km course on one of the hottest days of the year. Now in its fifth year, the Club to Pub Swim is firmly established on the calendar of summer events in Henley.\r\n\r\nThe swim has been supported by <a href=\"https://brakspear.co.uk/\">Brakspear</a> since its start in 2014 and this year all swimmers were once again given a bottle of the specially-brewed Two Bells beer as they crossed the finish line, as well as a medal with a built-in bottle opener to ensure instant post-race refreshment. Swimmers and supporters again enjoyed a barbecue at the <a href=\"http://www.theangelhenley.com/\">Angel on the Bridge</a>, Brakspear\'s riverside pub which is the finishing point for the race.\r\n\r\nAll finishers were greeted at the pub by Mayor of Henley Glen Lambert as they emerged from the Thames. Top place in this year\'s swim went to Antonio Almaraz Serrano, of Reading Swimming Club, who finished in a time of 18 minutes and 35 seconds, while the fastest woman home was Melanie Gibson, of north London, in 19 minutes and 47 seconds.\r\n\r\n<strong>Brakspear marketing manager Emma Sweet said:</strong>\r\n\r\n\"What better way to cool off at the end of a hot summer\'s day than a swim in the Thames followed by a cold beer or two!  It was great to see so many people enjoying Henley at its best, and our congratulations to everyone who completed the swim.\r\n\r\n\"We\'ve been proud to support the swim and delighted to see it grow from 160 competitors in its first year to today\'s field of more than 600.  It\'s popular because it\'s an inclusive swim, encouraging people of all ages and swimming ability to take part, many of them completing their first open water event.\"\r\n\r\nTwo Bells was also sold on draught in the Angel on the Bridge, with 10p per pint sold donated to Sue Ryder, the charity partner to Henley Swim.\r\n\r\nFor full results on the Club to Pub Swim, visit <span class=\"Hyperlink\"><a href=\"https://henleyswim.niftyentries.com/Results/Club-to-Pub\">https://henleyswim.niftyentries.com/Results/Club-to-Pub</a></span><strong> </strong>','Cooling off on club to pub swim','','publish','closed','open','','cooling-off-on-club-to-pub-swim','','','2018-08-07 09:26:54','2018-08-07 09:26:54','',0,'http://www.ontradeprogress.com/?p=2184',0,'post','',0),(2185,1,'2018-08-07 09:22:14','2018-08-07 09:22:14','','Screen Shot 2018-08-07 at 09.52.22','','inherit','closed','closed','','screen-shot-2018-08-07-at-09-52-22-2','','','2018-08-07 09:22:14','2018-08-07 09:22:14','',2184,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-09.52.22-1.png',0,'attachment','image/png',0),(2186,1,'2018-08-07 09:22:21','2018-08-07 09:22:21','','Screen Shot 2018-08-07 at 10.12.14','','inherit','closed','closed','','screen-shot-2018-08-07-at-10-12-14','','','2018-08-07 09:22:21','2018-08-07 09:22:21','',2184,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-10.12.14.png',0,'attachment','image/png',0),(2187,1,'2018-08-07 09:22:48','2018-08-07 09:22:48','The annual <a href=\"http://henleyswim.com/\">Henley Club</a> to Pub Swim took place in July with a record field of 625 swimmers who completed the 1.5km course on one of the hottest days of the year. Now in its fifth year, the Club to Pub Swim is firmly established on the calendar of summer events in Henley.\r\n\r\nThe swim has been supported by <a href=\"https://brakspear.co.uk/\">Brakspear</a> since its start in 2014 and this year all swimmers were once again given a bottle of the specially-brewed Two Bells beer as they crossed the finish line, as well as a medal with a built-in bottle opener to ensure instant post-race refreshment. Swimmers and supporters again enjoyed a barbecue at the Angel on the Bridge, Brakspear\'s riverside pub which is the finishing point for the race.\r\n\r\nAll finishers were greeted at the pub by Mayor of Henley Glen Lambert as they emerged from the Thames. Top place in this year\'s swim went to Antonio Almaraz Serrano, of Reading Swimming Club, who finished in a time of 18 minutes and 35 seconds, while the fastest woman home was Melanie Gibson, of north London, in 19 minutes and 47 seconds.\r\n\r\n<strong>Brakspear marketing manager Emma Sweet said:</strong>\r\n\r\n\"What better way to cool off at the end of a hot summer\'s day than a swim in the Thames followed by a cold beer or two!  It was great to see so many people enjoying Henley at its best, and our congratulations to everyone who completed the swim.\r\n\r\n\"We\'ve been proud to support the swim and delighted to see it grow from 160 competitors in its first year to today\'s field of more than 600.  It\'s popular because it\'s an inclusive swim, encouraging people of all ages and swimming ability to take part, many of them completing their first open water event.\"\r\n\r\nTwo Bells was also sold on draught in the Angel on the Bridge, with 10p per pint sold donated to Sue Ryder, the charity partner to Henley Swim.\r\n\r\nFor full results on the Club to Pub Swim, visit <span class=\"Hyperlink\"><a href=\"https://henleyswim.niftyentries.com/Results/Club-to-Pub\">https://henleyswim.niftyentries.com/Results/Club-to-Pub</a></span><strong> </strong>','Cooling off on club to pub swim','','inherit','closed','closed','','2184-revision-v1','','','2018-08-07 09:22:48','2018-08-07 09:22:48','',2184,'http://www.ontradeprogress.com/2018/08/07/2184-revision-v1/',0,'revision','',0),(2188,1,'2018-08-07 09:26:54','2018-08-07 09:26:54','The annual <a href=\"http://henleyswim.com/\">Henley Club</a> to Pub Swim took place in July with a record field of 625 swimmers who completed the 1.5km course on one of the hottest days of the year. Now in its fifth year, the Club to Pub Swim is firmly established on the calendar of summer events in Henley.\r\n\r\nThe swim has been supported by <a href=\"https://brakspear.co.uk/\">Brakspear</a> since its start in 2014 and this year all swimmers were once again given a bottle of the specially-brewed Two Bells beer as they crossed the finish line, as well as a medal with a built-in bottle opener to ensure instant post-race refreshment. Swimmers and supporters again enjoyed a barbecue at the <a href=\"http://www.theangelhenley.com/\">Angel on the Bridge</a>, Brakspear\'s riverside pub which is the finishing point for the race.\r\n\r\nAll finishers were greeted at the pub by Mayor of Henley Glen Lambert as they emerged from the Thames. Top place in this year\'s swim went to Antonio Almaraz Serrano, of Reading Swimming Club, who finished in a time of 18 minutes and 35 seconds, while the fastest woman home was Melanie Gibson, of north London, in 19 minutes and 47 seconds.\r\n\r\n<strong>Brakspear marketing manager Emma Sweet said:</strong>\r\n\r\n\"What better way to cool off at the end of a hot summer\'s day than a swim in the Thames followed by a cold beer or two!  It was great to see so many people enjoying Henley at its best, and our congratulations to everyone who completed the swim.\r\n\r\n\"We\'ve been proud to support the swim and delighted to see it grow from 160 competitors in its first year to today\'s field of more than 600.  It\'s popular because it\'s an inclusive swim, encouraging people of all ages and swimming ability to take part, many of them completing their first open water event.\"\r\n\r\nTwo Bells was also sold on draught in the Angel on the Bridge, with 10p per pint sold donated to Sue Ryder, the charity partner to Henley Swim.\r\n\r\nFor full results on the Club to Pub Swim, visit <span class=\"Hyperlink\"><a href=\"https://henleyswim.niftyentries.com/Results/Club-to-Pub\">https://henleyswim.niftyentries.com/Results/Club-to-Pub</a></span><strong> </strong>','Cooling off on club to pub swim','','inherit','closed','closed','','2184-revision-v1','','','2018-08-07 09:26:54','2018-08-07 09:26:54','',2184,'http://www.ontradeprogress.com/2018/08/07/2184-revision-v1/',0,'revision','',0),(2189,1,'2018-08-07 10:02:26','2018-08-07 10:02:26','<strong>Nominations for the 2018 <a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> Dusk ‘til Dawn Late Night Awards, the annual celebration of the UK’s late-night hospitality sector, are now open.</strong>\r\n\r\n<strong>The eight categories in which the awards will recognise the best in the dynamic late night sector are:</strong>\r\n\r\n<strong>Best Late Night Food\r\nBest Late Night Drink\r\nBest Late Night Entertainment\r\nBest Service and Team Development\r\nBest Marketing and Promotions\r\nBest Late Night Bar\r\nBest Late Night Club\r\nBest Late Night Company</strong>\r\n\r\nThe Awards will be handed out at the annual Dusk ‘til Dawn event on Monday 8 October and will follow the Bar and Nightclub Conference held at BAFTA, Piccadilly Circus in association with Propel.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The Dusk ‘til Dawn awards are a fantastic celebration of a vibrant and exciting sector, and we are pleased to bring them to Café de Paris for the fourth consecutive year.\r\n\r\n“The quality of nominations over recent years has been extremely high and I am looking forward to this year’s competition immensely. Late-night venues are some of the most important assets of town and city centres across the UK and the evening is a celebration of the vital work they do.\r\n\r\n“The nominations are open to both UKHospitality members and non-members and we are encouraging businesses to get involved and celebrate the venues that contribute so much both culturally and economically.”\r\n\r\nNominations can be made online now before the closing date on 12 September.\r\n\r\n<a href=\"http://icm-tracking.meltwater.com/link.php?DynEngagement=true&amp;H=3ZUQjNycMu7D%2Fe%2Bm%2FOmi3Qi1eTNrfRb0HcFplK3KYerw%2B6SfjwwI9kJsNwW%2F209YXQyAquvCUwBQRqSQDKnpt2iq1r3SGGUQxl%2F5qE2BkAZuEua34s%2F5cH0VtHWBlVFE&amp;G=0&amp;R=https%3A%2F%2Fwww.ukhospitality.org.uk%2Fsurveys%2F%3Fid%3DDusk_til_dawn_nomintations_2018&amp;I=20180803060012.0000004956e4%40mail6-53-ussnn1&amp;X=MHwxMDQ2NzU4OjViNjMyYjdmOGUxMWVhMDk1NWYwZGFmYzs%3D&amp;S=4Q7-z46iTs2d3w3umMZrV42MMT4R0P1QsC0QPQSKYnw\">https://www.ukhospitality.org.uk/surveys/?id=Dusk_til_dawn_nomintations_2018</a>','Nominations for 2018 Dusk ‘til Dawn now open','','publish','closed','open','','nominations-for-2018-dusk-til-dawn-now-open','','','2018-08-07 10:14:11','2018-08-07 10:14:11','',0,'http://www.ontradeprogress.com/?p=2189',0,'post','',0),(2190,1,'2018-08-07 10:01:56','2018-08-07 10:01:56','<strong>Nominations for the 2018 <a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> Dusk ‘til Dawn Late Night Awards, the annual celebration of the UK’s late-night hospitality sector, are now open.</strong>\r\n\r\n<strong>The eight categories in which the awards will recognise the best in the dynamic late night sector are:</strong>\r\n\r\n<strong>Best Late Night Food\r\nBest Late Night Drink\r\nBest Late Night Entertainment\r\nBest Service and Team Development\r\nBest Marketing and Promotions\r\nBest Late Night Bar\r\nBest Late Night Club\r\nBest Late Night Company</strong>\r\n\r\nThe Awards will be handed out at the annual Dusk ‘til Dawn event on Monday 8 October and will follow the Bar and Nightclub Conference held at BAFTA, Piccadilly Circus in association with Propel.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The Dusk ‘til Dawn awards are a fantastic celebration of a vibrant and exciting sector, and we are pleased to bring them to Café de Paris for the fourth consecutive year.\r\n\r\n“The quality of nominations over recent years has been extremely high and I am looking forward to this year’s competition immensely. Late-night venues are some of the most important assets of town and city centres across the UK and the evening is a celebration of the vital work they do.\r\n\r\n“The nominations are open to both UKHospitality members and non-members and we are encouraging businesses to get involved and celebrate the venues that contribute so much both culturally and economically.”\r\n\r\nNominations can be made online now before the closing date on 12 September.\r\n\r\n<a href=\"http://icm-tracking.meltwater.com/link.php?DynEngagement=true&amp;H=3ZUQjNycMu7D%2Fe%2Bm%2FOmi3Qi1eTNrfRb0HcFplK3KYerw%2B6SfjwwI9kJsNwW%2F209YXQyAquvCUwBQRqSQDKnpt2iq1r3SGGUQxl%2F5qE2BkAZuEua34s%2F5cH0VtHWBlVFE&amp;G=0&amp;R=https%3A%2F%2Fwww.ukhospitality.org.uk%2Fsurveys%2F%3Fid%3DDusk_til_dawn_nomintations_2018&amp;I=20180803060012.0000004956e4%40mail6-53-ussnn1&amp;X=MHwxMDQ2NzU4OjViNjMyYjdmOGUxMWVhMDk1NWYwZGFmYzs%3D&amp;S=4Q7-z46iTs2d3w3umMZrV42MMT4R0P1QsC0QPQSKYnw\">https://www.ukhospitality.org.uk/surveys/?id=Dusk_til_dawn_nomintations_2018</a>','Nominations for 2018 Dusk ‘til Dawn now open','','inherit','closed','closed','','2189-revision-v1','','','2018-08-07 10:01:56','2018-08-07 10:01:56','',2189,'http://www.ontradeprogress.com/2018/08/07/2189-revision-v1/',0,'revision','',0),(2191,1,'2018-08-07 10:33:38','2018-08-07 10:33:38','<strong><a href=\"https://www.brake.co.uk/\">Brakes</a> have boosted its meat-free and vegetarian selection with two tasty hamburger alternatives, a Beetroot, Red Pepper &amp; Quinoa burger and a Spiced Butternut Squash &amp; Quinoa variety.</strong>\r\n\r\nThe first meat-free burger combines beetroot, red pepper, red onion and quinoa, flavoured with garlic, lemon, mint and paprika, coated in batter and a crunchy panko-style seeded crumb. The 130g patties can be deep fried from frozen in six minutes, and come packed in 24s for £29.99, £1.25 each.\r\n\r\nThe second is a spicy blend of butternut squash, onion, red pepper, spinach and quinoa seasoned with black pepper and chilli powder, coated in a brown rice and wheat breadcrumb. The 113g burgers are packed in 18s for £16.09, or just 90p each. For best results, oven cook from frozen in 20 minutes.\r\n\r\nBoth burgers provide a tasty and substantial meal served in a bun with fries, or alongside a salad, and can be enjoyed by vegetarians and vegans as well as by meat-eaters looking for a change.\r\n\r\nFor further information on the two meat-free burgers, or other meat-free and vegetarian options in the extensive Brakes range visit <a href=\"http://www.brake.co.uk\">www.brake.co.uk</a> or call 0345 606 9090.','Brakes extends meat-free range','','publish','closed','open','','brakes-extends-meat-free-range','','','2018-08-07 10:33:38','2018-08-07 10:33:38','',0,'http://www.ontradeprogress.com/?p=2191',0,'post','',0),(2192,1,'2018-08-07 10:32:39','2018-08-07 10:32:39','','Screen Shot 2018-08-07 at 11.28.12','','inherit','closed','closed','','screen-shot-2018-08-07-at-11-28-12','','','2018-08-07 10:32:39','2018-08-07 10:32:39','',2191,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-07-at-11.28.12.png',0,'attachment','image/png',0),(2193,1,'2018-08-07 10:33:38','2018-08-07 10:33:38','<strong><a href=\"https://www.brake.co.uk/\">Brakes</a> have boosted its meat-free and vegetarian selection with two tasty hamburger alternatives, a Beetroot, Red Pepper &amp; Quinoa burger and a Spiced Butternut Squash &amp; Quinoa variety.</strong>\r\n\r\nThe first meat-free burger combines beetroot, red pepper, red onion and quinoa, flavoured with garlic, lemon, mint and paprika, coated in batter and a crunchy panko-style seeded crumb. The 130g patties can be deep fried from frozen in six minutes, and come packed in 24s for £29.99, £1.25 each.\r\n\r\nThe second is a spicy blend of butternut squash, onion, red pepper, spinach and quinoa seasoned with black pepper and chilli powder, coated in a brown rice and wheat breadcrumb. The 113g burgers are packed in 18s for £16.09, or just 90p each. For best results, oven cook from frozen in 20 minutes.\r\n\r\nBoth burgers provide a tasty and substantial meal served in a bun with fries, or alongside a salad, and can be enjoyed by vegetarians and vegans as well as by meat-eaters looking for a change.\r\n\r\nFor further information on the two meat-free burgers, or other meat-free and vegetarian options in the extensive Brakes range visit <a href=\"http://www.brake.co.uk\">www.brake.co.uk</a> or call 0345 606 9090.','Brakes extends meat-free range','','inherit','closed','closed','','2191-revision-v1','','','2018-08-07 10:33:38','2018-08-07 10:33:38','',2191,'http://www.ontradeprogress.com/2018/08/07/2191-revision-v1/',0,'revision','',0),(2194,1,'2018-08-09 09:49:47','2018-08-09 09:49:47','<strong>UKHospitality, the new trade association representing the whole of the UK’s hospitality sector, has augmented its position as the authoritative voice for the sector by welcoming a host of new members.</strong>\r\n\r\nNew members representing almost every aspect of the UK’s diverse and exciting hospitality sector, incorporating casual dining, leisure parks, QSR and bars have joined the authoritative voice representing over 700 companies.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The variety of this newest group of members highlights the vibrancy of this fantastic sector. Hospitality in the UK is a broad and lively brush and our membership reflects that. We are very pleased to welcome our newest members and look forward to working with them to promote the great work they do.”\r\n\r\nPhilip Turner, Managing Director of Chestnut Group, said: “We are excited to be joining UKHospitality and supporting the collective voice of the sector. UKHospitality is a vocal champion of hospitality businesses and I look forward to contributing our experience and expertise to promote hospitality and highlight the important work we do.”\r\n\r\nBoparan Restaurant Group CEO Tom Crowley said: “The hospitality sector is as dynamic and exciting as it has ever been, but we are facing significant challenges. These are challenges best faced if we stand as a united sector and I am very happy to be joining UKHospitality to do exactly that.”\r\n\r\nOllie Vaulkhard, Vaulkhard Group <a href=\"applewebdata://6BBA02EF-5EE7-4898-BD4E-284F41D15958\" name=\"_Hlk519595475\"></a>“UKHospitality is a fantastic advocate for the sector and we are delighted to be joining at this exciting time. Our voices are louder and our impact on Government greater when we are aligned. I am looking forward to working alongside hospitality leaders to learn from them and support hospitality.”\r\n\r\n<strong>UKHospitality is very pleased to welcome into membership:</strong>\r\nBoparan Restaurant Group\r\nCentre Parcs\r\nChestnut Group\r\nChopstix\r\nDishoom\r\nGreen Tourism\r\nLoungers\r\nNandos\r\nPret a Manger\r\nSmith &amp; Wollensky\r\nVaulkhard Leisure\r\nWolf Leisure.','UKHospitality expands dynamic membership','','publish','closed','open','','ukhospitality-expands-dynamic-membership','','','2018-08-09 09:49:47','2018-08-09 09:49:47','',0,'http://www.ontradeprogress.com/?p=2194',0,'post','',0),(2195,1,'2018-08-09 09:49:47','2018-08-09 09:49:47','<strong>UKHospitality, the new trade association representing the whole of the UK’s hospitality sector, has augmented its position as the authoritative voice for the sector by welcoming a host of new members.</strong>\r\n\r\nNew members representing almost every aspect of the UK’s diverse and exciting hospitality sector, incorporating casual dining, leisure parks, QSR and bars have joined the authoritative voice representing over 700 companies.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The variety of this newest group of members highlights the vibrancy of this fantastic sector. Hospitality in the UK is a broad and lively brush and our membership reflects that. We are very pleased to welcome our newest members and look forward to working with them to promote the great work they do.”\r\n\r\nPhilip Turner, Managing Director of Chestnut Group, said: “We are excited to be joining UKHospitality and supporting the collective voice of the sector. UKHospitality is a vocal champion of hospitality businesses and I look forward to contributing our experience and expertise to promote hospitality and highlight the important work we do.”\r\n\r\nBoparan Restaurant Group CEO Tom Crowley said: “The hospitality sector is as dynamic and exciting as it has ever been, but we are facing significant challenges. These are challenges best faced if we stand as a united sector and I am very happy to be joining UKHospitality to do exactly that.”\r\n\r\nOllie Vaulkhard, Vaulkhard Group <a href=\"applewebdata://6BBA02EF-5EE7-4898-BD4E-284F41D15958\" name=\"_Hlk519595475\"></a>“UKHospitality is a fantastic advocate for the sector and we are delighted to be joining at this exciting time. Our voices are louder and our impact on Government greater when we are aligned. I am looking forward to working alongside hospitality leaders to learn from them and support hospitality.”\r\n\r\n<strong>UKHospitality is very pleased to welcome into membership:</strong>\r\nBoparan Restaurant Group\r\nCentre Parcs\r\nChestnut Group\r\nChopstix\r\nDishoom\r\nGreen Tourism\r\nLoungers\r\nNandos\r\nPret a Manger\r\nSmith &amp; Wollensky\r\nVaulkhard Leisure\r\nWolf Leisure.','UKHospitality expands dynamic membership','','inherit','closed','closed','','2194-revision-v1','','','2018-08-09 09:49:47','2018-08-09 09:49:47','',2194,'http://www.ontradeprogress.com/2018/08/09/2194-revision-v1/',0,'revision','',0),(2196,1,'2018-08-09 10:01:09','2018-08-09 10:01:09','<strong>Food businesses across the UK are being encouraged to ‘trust the Lion’ and rely on British Lion eggs and egg products – for both surety of supply and food safety - ahead of the UK’s departure from the European Union in March 2019.</strong>\r\n\r\nWith Brexit supply uncertainty and recent food safety scares on the continent, as well as new research showing strong consumer demand for the use of British eggs in prepared food, there are serious question marks over the future of imported eggs and egg products.\r\n\r\nThe independent research<a href=\"applewebdata://CE0ACBCE-247C-46B5-8670-331CD5E754BF#_ftn1\" name=\"_ftnref1\">[1]</a>, commissioned by British Lion Egg Processors, showed that more than two-thirds of shoppers are concerned that the egg in prepared food products they purchase is produced to different standards depending on which country it comes from.\r\n\r\n<strong>The report also found that:</strong>\r\n<ul>\r\n 	<li>57% of shoppers would like to know where the eggs in prepared food they purchase come from</li>\r\n 	<li>More than half of shoppers were disappointed to learn that the egg products in certain prepared foods are not British</li>\r\n 	<li>64% of UK shoppers would feel more confident buying egg products if they saw a Lion mark on the packaging</li>\r\n 	<li>54% of shoppers expected the eggs in processed food products to be produced to the same standards as those required in the UK</li>\r\n 	<li>Three-quarters of shoppers feel it’s a supermarket’s responsibility to be completely transparent about where the ingredients in their food products come from</li>\r\n 	<li>Almost 50% would think less of a supermarket that sold food products which contained imported eggs</li>\r\n 	<li>44% of shoppers would change the products they buy or where they shop if they found that the eggs used were not British Lion</li>\r\n</ul>\r\nIan Jones, Chairman of British Lion Egg Processors, said: “There is a ‘Breggsit’ storm brewing. In these uncertain times, with the potential knock-on effects of Brexit on the supply of food imports still not clear, and recurring issues with the safety of eggs and egg products produced abroad, food businesses can put their trust in the Lion to guide them through safely.\r\n\r\n“With research also clearly showing that consumers want British eggs to be used in prepared foods containing egg, now is the time for food businesses to give them what they want, relying on the Lion for surety of supply and the highest standards of food safety.”','‘Breggsit’ storm brewing as businesses encouraged to prepare','','publish','closed','open','','breggsit-storm-brewing-as-businesses-encouraged-to-prepare','','','2018-08-09 10:01:09','2018-08-09 10:01:09','',0,'http://www.ontradeprogress.com/?p=2196',0,'post','',0),(2197,1,'2018-08-09 09:59:17','2018-08-09 09:59:17','','Screen Shot 2018-08-09 at 10.54.04','','inherit','closed','closed','','screen-shot-2018-08-09-at-10-54-04','','','2018-08-09 09:59:17','2018-08-09 09:59:17','',2196,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-10.54.04.png',0,'attachment','image/png',0),(2198,1,'2018-08-09 09:59:49','2018-08-09 09:59:49','<strong>Food businesses across the UK are being encouraged to ‘trust the Lion’ and rely on British Lion eggs and egg products – for both surety of supply and food safety - ahead of the UK’s departure from the European Union in March 2019.</strong>\r\n\r\nWith Brexit supply uncertainty and recent food safety scares on the continent, as well as new research showing strong consumer demand for the use of British eggs in prepared food, there are serious question marks over the future of imported eggs and egg products.\r\n\r\nThe independent research<a href=\"applewebdata://CE0ACBCE-247C-46B5-8670-331CD5E754BF#_ftn1\" name=\"_ftnref1\">[1]</a>, commissioned by British Lion Egg Processors, showed that more than two-thirds of shoppers are concerned that the egg in prepared food products they purchase is produced to different standards depending on which country it comes from.\r\n\r\n<strong>The report also found that:</strong>\r\n<ul>\r\n 	<li>57% of shoppers would like to know where the eggs in prepared food they purchase come from</li>\r\n 	<li>More than half of shoppers were disappointed to learn that the egg products in certain prepared foods are not British</li>\r\n 	<li>64% of UK shoppers would feel more confident buying egg products if they saw a Lion mark on the packaging</li>\r\n 	<li>54% of shoppers expected the eggs in processed food products to be produced to the same standards as those required in the UK</li>\r\n 	<li>Three-quarters of shoppers feel it’s a supermarket’s responsibility to be completely transparent about where the ingredients in their food products come from</li>\r\n 	<li>Almost 50% would think less of a supermarket that sold food products which contained imported eggs</li>\r\n 	<li>44% of shoppers would change the products they buy or where they shop if they found that the eggs used were not British Lion</li>\r\n</ul>\r\nIan Jones, Chairman of British Lion Egg Processors, said: “There is a ‘Breggsit’ storm brewing. In these uncertain times, with the potential knock-on effects of Brexit on the supply of food imports still not clear, and recurring issues with the safety of eggs and egg products produced abroad, food businesses can put their trust in the Lion to guide them through safely.\r\n\r\n“With research also clearly showing that consumers want British eggs to be used in prepared foods containing egg, now is the time for food businesses to give them what they want, relying on the Lion for surety of supply and the highest standards of food safety.”','‘Breggsit’ storm brewing as businesses encouraged to prepare','','inherit','closed','closed','','2196-revision-v1','','','2018-08-09 09:59:49','2018-08-09 09:59:49','',2196,'http://www.ontradeprogress.com/2018/08/09/2196-revision-v1/',0,'revision','',0),(2199,1,'2018-08-09 10:11:39','2018-08-09 10:11:39','','Screen Shot 2018-08-09 at 11.11.11','','inherit','closed','closed','','screen-shot-2018-08-09-at-11-11-11','','','2018-08-09 10:11:39','2018-08-09 10:11:39','',2182,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.11.11.png',0,'attachment','image/png',0),(2200,1,'2018-08-09 10:15:50','2018-08-09 10:15:50','','Screen Shot 2018-08-09 at 11.15.16','','inherit','closed','closed','','screen-shot-2018-08-09-at-11-15-16','','','2018-08-09 10:15:50','2018-08-09 10:15:50','',2182,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.15.16.png',0,'attachment','image/png',0),(2201,1,'2018-08-09 10:40:43','2018-08-09 10:40:43','<div><strong>D&amp;D London have appointed Ben Manchester, formerly of Jason Atherton’s The Social Company, as Bar Manager at Bluebird Chelsea. Ben will oversee operations and menu development in the elegant bar at the iconic King’s Road venue.</strong></div>\r\n<div>Joining Bluebird from Jason Atherton’s empire where he was responsible for bar operations at two of his bars, Sosharu and Hai Cenato; Ben has built his reputation working at some of London’s most renowned bars and restaurants including Riding House Cafe, and K Bar at The Kensington Hotel. Whilst working at the K Bar from 2015 to 2017, Ben won Boutique Hotelier Bar Manager of the Year 2016 and the bar was ranked in the top 50 bars in London in Time Out and The Evening Standard in 2016.</div>\r\n<div>Previously to this, Ben was Bar Manager at Hotel du Vin in Brighton where he spent three years until moving to The K Bar in 2015. Ben has worked in bars across the globe including the Goldfish Bar in Sydney where he has enhanced and honed his product knowledge and design and creation of original and classic cocktails.</div>\r\n<div>Ben notes <i>‘I look forward to using my experience within the industry to continue elevating the drinks offering at Bluebird Chelsea. My menus are innovative yet accessible, with a nod towards the classics. I’m always looking to showcase great spirits and liqueurs and leave guests looking forward to their next visit.’</i></div>','Ben Manchester leaves Jason Atherton to join D&D London','','publish','closed','open','','ben-manchester-leaves-jason-atherton-to-join-dd-london','','','2018-08-09 10:41:07','2018-08-09 10:41:07','',0,'http://www.ontradeprogress.com/?p=2201',0,'post','',0),(2202,1,'2018-08-09 10:38:57','2018-08-09 10:38:57','','Screen Shot 2018-08-09 at 11.31.38','','inherit','closed','closed','','screen-shot-2018-08-09-at-11-31-38','','','2018-08-09 10:38:57','2018-08-09 10:38:57','',2201,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.31.38.png',0,'attachment','image/png',0),(2203,1,'2018-08-09 10:39:21','2018-08-09 10:39:21','','Screen Shot 2018-08-09 at 11.31.38','','inherit','closed','closed','','screen-shot-2018-08-09-at-11-31-38-2','','','2018-08-09 10:39:21','2018-08-09 10:39:21','',2201,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.31.38-1.png',0,'attachment','image/png',0),(2204,1,'2018-08-09 10:39:51','2018-08-09 10:39:51','<div><strong>D&amp;D London have appointed Ben Manchester, formerly of Jason Atherton’s The Social Company, as Bar Manager at Bluebird Chelsea. Ben will oversee operations and menu development in the elegant bar at the iconic King’s Road venue.</strong></div>\r\n<div>Joining Bluebird from Jason Atherton’s empire where he was responsible for bar operations at two of his bars, Sosharu and Hai Cenato; Ben has built his reputation working at some of London’s most renowned bars and restaurants including Riding House Cafe, and K Bar at The Kensington Hotel. Whilst working at the K Bar from 2015 to 2017, Ben won Boutique Hotelier Bar Manager of the Year 2016 and the bar was ranked in the top 50 bars in London in Time Out and The Evening Standard in 2016.</div>\r\n<div>Previously to this, Ben was Bar Manager at Hotel du Vin in Brighton where he spent three years until moving to The K Bar in 2015. Ben has worked in bars across the globe including the Goldfish Bar in Sydney where he has enhanced and honed his product knowledge and design and creation of original and classic cocktails.</div>\r\n<div>Ben notes <i>‘I look forward to using my experience within the industry to continue elevating the drinks offering at Bluebird Chelsea. My menus are innovative yet accessible, with a nod towards the classics. I’m always looking to showcase great spirits and liqueurs and leave guests looking forward to their next visit.’</i></div>','Ben Manchester leaves Jason Atherton to join D&D London','','inherit','closed','closed','','2201-revision-v1','','','2018-08-09 10:39:51','2018-08-09 10:39:51','',2201,'http://www.ontradeprogress.com/2018/08/09/2201-revision-v1/',0,'revision','',0),(2205,1,'2018-08-09 10:54:21','2018-08-09 10:54:21','<strong>Sky Sports has announced its latest live Premier League fixtures for October and November, with the Manchester derby part of a packed schedule, bringing more games that matter most to pub and club going sports fans.</strong>\r\n\r\nJose Mourinho will take his Manchester United side to face Pep Guardiola\'s defending champions on Sunday, November 11 in a 4.30pm kick-off at the Etihad.\r\n\r\nAnother highlight from the latest selection of games sees Manchester City travel to Liverpool - the place they lost their unbeaten top-flight record in a seven-goal thriller last season - on Sunday, October 7.\r\n\r\n<strong>Premier League Fixtures</strong>\r\n\r\n<strong>October </strong>\r\n\r\nFriday 5 October                              Brighton vs. West Ham                               Kick off 8pm\r\n\r\nSunday 7 October                           Southampton vs. Chelsea                           Kick off 2.15pm\r\n\r\nSunday 7 October                           Liverpool vs. Manchester City                    Kick off 4.30pm\r\n\r\nSaturday 20 October                    Chelsea vs. Manchester Utd                         Kick off 12.30pm\r\n\r\nSunday 21 October                         Everton vs. Crystal Palace                           Kick off 4pm\r\n\r\nMonday 22 October                       Arsenal vs. Leicester                                     Kick off 8pm\r\n\r\nSaturday 27 October                     Manchester Utd vs. Everton                         Kick off 12.30pm\r\n\r\nSunday 28 October                        Crystal Palace vs. Arsenal                             Kick off 1.30pm\r\n\r\nSunday 28 October                        Tottenham vs. Manchester City                  Kick off 4pm\r\n\r\n<strong>November</strong>\r\n\r\nSunday 4 November                      Wolves vs. Tottenham                                  Kick off 1.30pm (subject to UCL – moves to Sat 19.45)\r\n\r\nSunday 4 November                      Chelsea vs. Crystal Palace                            Kick off 4pm\r\n\r\nMonday 5 November                     Huddersfield vs. Fulham                              Kick off 8pm\r\n\r\nSaturday 10 November                 Cardiff vs. Brighton                                        Kick off 12.30pm\r\n\r\nSunday 11 November                     Chelsea vs. Everton                                      Kick off 2.15pm\r\n\r\nSunday 11 November                     Manchester City vs. Manchester Utd        Kick off 4.30pm\r\n\r\nSunday 25 November                    Bournemouth vs. Arsenal                            Kick off 1.30pm\r\n\r\nSunday 25 November                    Wolves vs. Huddersfield                               Kick off 4pm\r\n\r\nMonday 26 November                  Burnley vs. Newcastle                                    Kick off 8pm','Sky Sports announces its latest live Premier League fixtures','','publish','closed','open','','sky-sports-announces-its-latest-live-premier-league-fixtures','','','2018-08-09 11:00:53','2018-08-09 11:00:53','',0,'http://www.ontradeprogress.com/?p=2205',0,'post','',0),(2206,1,'2018-08-09 10:46:21','2018-08-09 10:46:21','','Sky Sports announces its latest live Premier League fixtures','','inherit','closed','closed','','2205-revision-v1','','','2018-08-09 10:46:21','2018-08-09 10:46:21','',2205,'http://www.ontradeprogress.com/2018/08/09/2205-revision-v1/',0,'revision','',0),(2207,1,'2018-08-09 10:53:57','2018-08-09 10:53:57','','Screen Shot 2018-08-09 at 11.53.39','','inherit','closed','closed','','screen-shot-2018-08-09-at-11-53-39','','','2018-08-09 10:53:57','2018-08-09 10:53:57','',2205,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-11.53.39.png',0,'attachment','image/png',0),(2208,1,'2018-08-09 10:54:13','2018-08-09 10:54:13','<strong>Sky Sports has announced its latest live Premier League fixtures for October and November, with the Manchester derby part of a packed schedule, bringing more games that matter most to pub and club going sports fans.</strong>\r\n\r\nJose Mourinho will take his Manchester United side to face Pep Guardiola\'s defending champions on Sunday, November 11 in a 4.30pm kick-off at the Etihad.\r\n\r\nAnother highlight from the latest selection of games sees Manchester City travel to Liverpool - the place they lost their unbeaten top-flight record in a seven-goal thriller last season - on Sunday, October 7.\r\n\r\n<strong>Premier League Fixtures</strong>\r\n\r\n<strong>October </strong>\r\n\r\nFriday 5 October                              Brighton vs. West Ham                               Kick off 8pm\r\n\r\nSunday 7 October                           Southampton vs. Chelsea                           Kick off 2.15pm\r\n\r\nSunday 7 October                           Liverpool vs. Manchester City                    Kick off 4.30pm\r\n\r\nSaturday 20 October                    Chelsea vs. Manchester Utd                         Kick off 12.30pm\r\n\r\nSunday 21 October                         Everton vs. Crystal Palace                           Kick off 4pm\r\n\r\nMonday 22 October                       Arsenal vs. Leicester                                     Kick off 8pm\r\n\r\nSaturday 27 October                     Manchester Utd vs. Everton                         Kick off 12.30pm\r\n\r\nSunday 28 October                        Crystal Palace vs. Arsenal                             Kick off 1.30pm\r\n\r\nSunday 28 October                        Tottenham vs. Manchester City                  Kick off 4pm\r\n\r\n<strong>November</strong>\r\n\r\nSunday 4 November                      Wolves vs. Tottenham                                  Kick off 1.30pm (subject to UCL – moves to Sat 19.45)\r\n\r\nSunday 4 November                      Chelsea vs. Crystal Palace                            Kick off 4pm\r\n\r\nMonday 5 November                     Huddersfield vs. Fulham                              Kick off 8pm\r\n\r\nSaturday 10 November                 Cardiff vs. Brighton                                        Kick off 12.30pm\r\n\r\nSunday 11 November                     Chelsea vs. Everton                                      Kick off 2.15pm\r\n\r\nSunday 11 November                     Manchester City vs. Manchester Utd        Kick off 4.30pm\r\n\r\nSunday 25 November                    Bournemouth vs. Arsenal                            Kick off 1.30pm\r\n\r\nSunday 25 November                    Wolves vs. Huddersfield                               Kick off 4pm\r\n\r\nMonday 26 November                  Burnley vs. Newcastle                                   Kick off 8pm','Sky Sports announces its latest live Premier League fixtures','','inherit','closed','closed','','2205-revision-v1','','','2018-08-09 10:54:13','2018-08-09 10:54:13','',2205,'http://www.ontradeprogress.com/2018/08/09/2205-revision-v1/',0,'revision','',0),(2209,1,'2018-08-09 11:00:53','2018-08-09 11:00:53','<strong>Sky Sports has announced its latest live Premier League fixtures for October and November, with the Manchester derby part of a packed schedule, bringing more games that matter most to pub and club going sports fans.</strong>\r\n\r\nJose Mourinho will take his Manchester United side to face Pep Guardiola\'s defending champions on Sunday, November 11 in a 4.30pm kick-off at the Etihad.\r\n\r\nAnother highlight from the latest selection of games sees Manchester City travel to Liverpool - the place they lost their unbeaten top-flight record in a seven-goal thriller last season - on Sunday, October 7.\r\n\r\n<strong>Premier League Fixtures</strong>\r\n\r\n<strong>October </strong>\r\n\r\nFriday 5 October                              Brighton vs. West Ham                               Kick off 8pm\r\n\r\nSunday 7 October                           Southampton vs. Chelsea                           Kick off 2.15pm\r\n\r\nSunday 7 October                           Liverpool vs. Manchester City                    Kick off 4.30pm\r\n\r\nSaturday 20 October                    Chelsea vs. Manchester Utd                         Kick off 12.30pm\r\n\r\nSunday 21 October                         Everton vs. Crystal Palace                           Kick off 4pm\r\n\r\nMonday 22 October                       Arsenal vs. Leicester                                     Kick off 8pm\r\n\r\nSaturday 27 October                     Manchester Utd vs. Everton                         Kick off 12.30pm\r\n\r\nSunday 28 October                        Crystal Palace vs. Arsenal                             Kick off 1.30pm\r\n\r\nSunday 28 October                        Tottenham vs. Manchester City                  Kick off 4pm\r\n\r\n<strong>November</strong>\r\n\r\nSunday 4 November                      Wolves vs. Tottenham                                  Kick off 1.30pm (subject to UCL – moves to Sat 19.45)\r\n\r\nSunday 4 November                      Chelsea vs. Crystal Palace                            Kick off 4pm\r\n\r\nMonday 5 November                     Huddersfield vs. Fulham                              Kick off 8pm\r\n\r\nSaturday 10 November                 Cardiff vs. Brighton                                        Kick off 12.30pm\r\n\r\nSunday 11 November                     Chelsea vs. Everton                                      Kick off 2.15pm\r\n\r\nSunday 11 November                     Manchester City vs. Manchester Utd        Kick off 4.30pm\r\n\r\nSunday 25 November                    Bournemouth vs. Arsenal                            Kick off 1.30pm\r\n\r\nSunday 25 November                    Wolves vs. Huddersfield                               Kick off 4pm\r\n\r\nMonday 26 November                  Burnley vs. Newcastle                                    Kick off 8pm','Sky Sports announces its latest live Premier League fixtures','','inherit','closed','closed','','2205-revision-v1','','','2018-08-09 11:00:53','2018-08-09 11:00:53','',2205,'http://www.ontradeprogress.com/2018/08/09/2205-revision-v1/',0,'revision','',0),(2210,1,'2018-08-09 12:34:18','2018-08-09 12:34:18','<a href=\"https://www.brewersassociation.org/\">The Brewers Association</a>, the not-for-profit trade body representing small and independent American craft brewers, is building on its strong American craft beer export performance in the UK with a demonstration of how pairing American craft beer and food helps grow the category further.\r\n\r\nThis one-off dining experience at London’s exciting new restaurant BRAT showcases the natural affinity between the full flavours of American craft beer and seasonal British produce, cooked on an open firewood grill. The creative, new flavour combinations will demonstrate the versatility of beer with food in a bid to encourage the industry to place more emphasis on beer and food pairings.<img class=\" wp-image-2213 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-13.31.59.png\" alt=\"\" width=\"182\" height=\"280\" />\r\n\r\nBrewers Association Executive Chef, Adam Dulye, in collaboration with BRAT Head Chef  Tomos Parry, have devised an exploration of flavour matches (see attached menu) that show what beer and food can do together.\r\n\r\nDulye comments:  “One of the goals with beer and food pairing is to broaden the conversation about quality, about a sense of community and a sense of place, ie. the ethos of small and independent American brewers.  Collaborating with a restaurant like BRAT that has the same independence and ethos, strengthens the relationship between the brewery and the culinary side and it helps the consumer understand about what goes into the glass and what goes onto the plate.\r\n\r\n“The beer and food landscape are shifting and we’re seeing more and more consumers seeking out an experience when they go out.   They’re looking at where they want to go and what they’re going to eat, drink and do when they get there. In a lot of cases, this involves American craft beer and consumers are seeking out places that stock these types of beers.”\r\n\r\n<strong>The following American craft brewery representatives have travelled over from the States to support the event:</strong>\r\n\r\nBarr, Andy – co-founder/CEO Fifty Fifty Brewing Co. | Truckee  |  CA\r\n\r\nBrasher, Jesse  - employee-owner, West Sixth Brewing Co. Lexington  |  KN\r\n\r\nGlanville, Jennifer – brewer/director, Samuel Adams Boston Brewery  |  Boston  | MA\r\n\r\nMarrero, Garrett – founder/CEO, Maui Brewing Co.  |  Hawaii\r\n\r\nMiller, Richard – vice president, sales and marketing, Hardywood Park Craft Brewery  |   Richmond  |  VA\r\n\r\nPumphrey, Lisa – co-founder/CEO, Lickinghole Creek Craft Brewery |   Goochland    |  VA\r\n\r\nWeaver, Lynne – founder, Three Weavers Brewing Co.  |  Inglewood  |  CA\r\n\r\nLotte Peplow, Brewers Association representative for UK/Europe adds: “The UK is the second largest export market after Canada with 10.5% of all exports, up 7.1% in 2017.   At a time when the UK beer industry is more buoyant and dynamic than ever, why is growth happening and what’s driving demand for American craft beer in the UK.\r\n\r\n<strong>There are three reasons:</strong>\r\n<ol>\r\n 	<li>Innovation and creativity of the American craft brewer – pushing boundaries on new and classic styles, tearing up the rule book and crafting unique, unusual and intriguing beers that beer lovers want to drink</li>\r\n 	<li>Experimentation and curiosity of consumers - the craft beer drinker is constantly looking for what’s new, what’s rare, what’s next.  They are more discerning, more adventurous and more promiscuous than ever before.</li>\r\n 	<li>Variety and choice - American and UK craft beer are not mutually exclusive, they complement each other.  A beer drinker who enjoys domestic beers will also seek out quality, imported craft beer too.  One lifts sales of the other and vice versa.   Variety drives sales.”</li>\r\n</ol>\r\nThe Brewers Association Export Development Programme (EDP) aims to generate exposure for American craft beer overseas through trade shows, festivals, seminars, media outreach and beer competitions, amongst other activities.   There are approximately 100 small and independent breweries within our EDP  by our estimates and 27-30 EDP members active in the UK.<strong> </strong>\r\n\r\nLast year the Brewers Association launched the new Independent Craft Brewer Seal to differentiate small and independent craft brewers from ‘big’ multinational brewers. It features an iconic beer bottle flipped upside down to capture the spirit with which craft brewers have upended beer while informing beer lovers they are choosing a beer from a brewery that is independently owned.   Based on recent data, more than 90% of consumers surveyed showed interest in the seal and what it stands for.  (Source: SRG AAU 2017)\r\n\r\nAdditionally, beer drinkers who have been exposed to the seal demonstrated a 24-point lift and 77% increase in being more likely to prioritise beer from independent breweries. (Nielsen).  Since launch last year the Brewers Association Independent Craft Brewer Seal has been adopted by nearly 3,500 breweries representing more than 75% of craft beer volume!\r\n\r\nThe CraftBeer.com Beer &amp; Food Course, the definitive course for elevating beer and food pairings is available to download, free of charge, here: <a href=\"https://www.craftbeer.com/food/beer-and-food-course/craftbeer-com-beer-food-professional-course-resources\">https://www.craftbeer.com/food/beer-and-food-course/craftbeer-com-beer-food-professional-course-resources</a>','Brewers Association underpins strong export growth','','publish','closed','open','','brewers-association-underpins-strong-export-growth','','','2018-08-09 12:44:46','2018-08-09 12:44:46','',0,'http://www.ontradeprogress.com/?p=2210',0,'post','',0),(2211,1,'2018-08-09 12:31:06','2018-08-09 12:31:06','','Screen Shot 2018-08-09 at 13.30.45','','inherit','closed','closed','','screen-shot-2018-08-09-at-13-30-45','','','2018-08-09 12:31:06','2018-08-09 12:31:06','',2210,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-13.30.45.png',0,'attachment','image/png',0),(2212,1,'2018-08-09 12:31:24','2018-08-09 12:31:24','','Screen Shot 2018-08-09 at 13.30.03','','inherit','closed','closed','','screen-shot-2018-08-09-at-13-30-03','','','2018-08-09 12:31:24','2018-08-09 12:31:24','',2210,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-13.30.03.png',0,'attachment','image/png',0),(2213,1,'2018-08-09 12:32:22','2018-08-09 12:32:22','','Screen Shot 2018-08-09 at 13.31.59','','inherit','closed','closed','','screen-shot-2018-08-09-at-13-31-59','','','2018-08-09 12:32:22','2018-08-09 12:32:22','',2210,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-13.31.59.png',0,'attachment','image/png',0),(2214,1,'2018-08-09 12:34:18','2018-08-09 12:34:18','<a href=\"https://www.brewersassociation.org/\">The Brewers Association</a>, the not-for-profit trade body representing small and independent American craft brewers, is building on its strong American craft beer export performance in the UK with a demonstration of how pairing American craft beer and food helps grow the category further.\r\n\r\nThis one-off dining experience at London’s exciting new restaurant BRAT showcases the natural affinity between the full flavours of American craft beer and seasonal British produce, cooked on an open firewood grill. The creative, new flavour combinations will demonstrate the versatility of beer with food in a bid to encourage the industry to place more emphasis on beer and food pairings.<img class=\" wp-image-2213 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-13.31.59.png\" alt=\"\" width=\"182\" height=\"280\" />\r\n\r\nBrewers Association Executive Chef, Adam Dulye, in collaboration with BRAT Head Chef  Tomos Parry, have devised an exploration of flavour matches (see attached menu) that show what beer and food can do together.\r\n\r\nDulye comments:  “One of the goals with beer and food pairing is to broaden the conversation about quality, about a sense of community and a sense of place, ie. the ethos of small and independent American brewers.  Collaborating with a restaurant like BRAT that has the same independence and ethos, strengthens the relationship between the brewery and the culinary side and it helps the consumer understand about what goes into the glass and what goes onto the plate.\r\n\r\n“The beer and food landscape are shifting and we’re seeing more and more consumers seeking out an experience when they go out.   They’re looking at where they want to go and what they’re going to eat, drink and do when they get there. In a lot of cases, this involves American craft beer and consumers are seeking out places that stock these types of beers.”\r\n\r\n<strong>The following American craft brewery representatives have travelled over from the States to support the event:</strong>\r\n\r\nBarr, Andy – co-founder/CEO Fifty Fifty Brewing Co. | Truckee  |  CA\r\n\r\nBrasher, Jesse  - employee-owner, West Sixth Brewing Co. Lexington  |  KN\r\n\r\nGlanville, Jennifer – brewer/director, Samuel Adams Boston Brewery  |  Boston  | MA\r\n\r\nMarrero, Garrett – founder/CEO, Maui Brewing Co.  |  Hawaii\r\n\r\nMiller, Richard – vice president, sales and marketing, Hardywood Park Craft Brewery  |   Richmond  |  VA\r\n\r\nPumphrey, Lisa – co-founder/CEO, Lickinghole Creek Craft Brewery |   Goochland    |  VA\r\n\r\nWeaver, Lynne – founder, Three Weavers Brewing Co.  |  Inglewood  |  CA\r\n\r\nLotte Peplow, Brewers Association representative for UK/Europe adds: “The UK is the second largest export market after Canada with 10.5% of all exports, up 7.1% in 2017.   At a time when the UK beer industry is more buoyant and dynamic than ever, why is growth happening and what’s driving demand for American craft beer in the UK.\r\n\r\n<strong>There are three reasons:</strong>\r\n<ol>\r\n 	<li>Innovation and creativity of the American craft brewer – pushing boundaries on new and classic styles, tearing up the rule book and crafting unique, unusual and intriguing beers that beer lovers want to drink</li>\r\n 	<li>Experimentation and curiosity of consumers - the craft beer drinker is constantly looking for what’s new, what’s rare, what’s next.  They are more discerning, more adventurous and more promiscuous than ever before.</li>\r\n 	<li>Variety and choice - American and UK craft beer are not mutually exclusive, they complement each other.  A beer drinker who enjoys domestic beers will also seek out quality, imported craft beer too.  One lifts sales of the other and vice versa.   Variety drives sales.”</li>\r\n</ol>\r\nThe Brewers Association Export Development Programme (EDP) aims to generate exposure for American craft beer overseas through trade shows, festivals, seminars, media outreach and beer competitions, amongst other activities.   There are approximately 100 small and independent breweries within our EDP  by our estimates and 27-30 EDP members active in the UK.<strong> </strong>\r\n\r\nLast year the Brewers Association launched the new Independent Craft Brewer Seal to differentiate small and independent craft brewers from ‘big’ multinational brewers. It features an iconic beer bottle flipped upside down to capture the spirit with which craft brewers have upended beer while informing beer lovers they are choosing a beer from a brewery that is independently owned.   Based on recent data, more than 90% of consumers surveyed showed interest in the seal and what it stands for.  (Source: SRG AAU 2017)\r\n\r\nAdditionally, beer drinkers who have been exposed to the seal demonstrated a 24-point lift and 77% increase in being more likely to prioritise beer from independent breweries. (Nielsen).  Since launch last year the Brewers Association Independent Craft Brewer Seal has been adopted by nearly 3,500 breweries representing more than 75% of craft beer volume!\r\n\r\nThe CraftBeer.com Beer &amp; Food Course, the definitive course for elevating beer and food pairings is available to download, free of charge, here: <a href=\"https://www.craftbeer.com/food/beer-and-food-course/craftbeer-com-beer-food-professional-course-resources\">https://www.craftbeer.com/food/beer-and-food-course/craftbeer-com-beer-food-professional-course-resources</a>','Brewers Association underpins strong export growth','','inherit','closed','closed','','2210-revision-v1','','','2018-08-09 12:34:18','2018-08-09 12:34:18','',2210,'http://www.ontradeprogress.com/2018/08/09/2210-revision-v1/',0,'revision','',0),(2215,1,'2018-08-09 13:13:47','2018-08-09 13:13:47','<strong>This year, London\'s favourite Scottish restaurant <a href=\"https://www.macandwild.com/\">Mac &amp; Wild</a> will be celebrating the start of the glorious grouse season by serving up a variety of special grouse dishes, including their Glorious Grouse Scotch Egg on the menu throughout the season at both restaurants, as well as launching their \'Glorious Grouse Shoot Off\' in the Virtual shooting range, set to get wings flapping. </strong>\r\n\r\nTo honour the start of the grouse shooting season, Mac &amp; Wild Devonshire Square will be launching a \'Glorious Grouse Shoot Off\', kicking off on Monday 13th August, where guests are invited to take their shot in the new Shooting Range and Whisky Bar, to win the ultimate Highland adventure worth £2,000. The winner will be announced at the end of the grouse season on the 10th December 2018, ensuring everyone can have a shot at getting on the leaderboard. Those who win the prize will explore all the best Scottish sites on offer and be treated to a shoot in the Highlands, dinner at Mac &amp; Wild Falls of Shin and a distillery tour.\r\n\r\nWhether your taste is traditional or modern Mac &amp; Wild will be serving up glorious grouse seasonal specials at their Great Titchfield Street and Devonshire Square restaurants throughout the season, with weekly changing dishes including; Mac &amp; Wild\'s Glorious Grouse Scotch Egg made with <i>Ardgay Grouse, Munro\'s Black Pudding, Minced Wild Venison and a Soft Boiled Hen\'s Egg</i>, served with Black Fruit mustard and Watercress Sauce and Roast Ardgay Grouse served with Burnt Heather, Black Fruit Jus, Turned Roots, Pickled Neeps, Watercress Sauce and Gaufrettes.\r\n\r\nIn honour of the Glorious Twelfth this August, modern Mexican restaurant, Cantina Laredo will be celebrating the start of the game season with the launch of their one-off Glorious Game Tacos, offering guests a Mexican twist on Britain\'s favourite game, Grouse and Venison, available in the restaurant as of Sunday 12th August 2018, the perfect way to see in the start of the game season this year.\r\n\r\nOffering all diners a Mexican twist on traditional Glorious Twelfth dishes, Cantina Laredo will serve up Grouse topped Tacos, served on a tortilla with pearled spelt, creamed corn and an epazote gel. Alongside Glorious Grouse tacos, Venison Tacos will also be on the menu made with Venison barbacoa, habanero guacamole served on a coriander and poblano tortilla, topped with radishes, guaranteed to spice up the grouse season.\r\n\r\nTo celebrate the start of the game season, 12th August, Chef Patron at Aster, Helena Puolak<span style=\"font-size: 14px;\">ka has created a menu of gamey delights featuring grouse, partridge, pheasant and venison. The seasonally changing menu will feature different game each month, starting with grouse on the 12th August and go through until December. Aster, the Nordic-French inspired restaurant in Victoria will be getting </span>it’s<span style=\"font-size: 14px;\"> game on serving all things meaty.</span>\r\n\r\nOn Sunday August 12th, Aster will bring Londoners the very first grouse of the season and will be serving roast grouse with girolles, celeriac and rowan berry jelly. Throughout the next few months as more birds start to become available, diners will then be able to try roast partridge with red cabbage salad, caraway and celeriac; roast pheasant breast with apple slaw and tarragon cream sauce; homemade linguini with confit pheasant, chestnuts and lingonberry; saddle of venison with tender swede and juniper-blackberry sauce; game pithivier with rowan berry jelly and sauce diable and a dish that marries Scandinavian tradition with English ingredients, venison meatballs with pomme mousseline and lingonberry.\r\n\r\n<img class=\" wp-image-2218 alignright\" style=\"font-size: 15.0766px; font-family: \'Open Sans\', Arial, sans-serif; color: #3a4149;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-14.09.05.png\" alt=\"\" width=\"379\" height=\"182\" />\r\nChef Patron, Helena Puolakka, originally from the south-west coast of Finland, creates Nordic cuisine taken from her Finnish heritage complemented by classic French techniques refined over her career.\r\n\r\n&nbsp;','London gets game for glorious twelfth','','publish','closed','open','','london-gets-game-for-glorious-twelfth','','','2018-08-09 13:38:35','2018-08-09 13:38:35','',0,'http://www.ontradeprogress.com/?p=2215',0,'post','',0),(2216,1,'2018-08-09 13:09:30','2018-08-09 13:09:30','','Screen Shot 2018-08-09 at 14.08.57','','inherit','closed','closed','','screen-shot-2018-08-09-at-14-08-57','','','2018-08-09 13:09:30','2018-08-09 13:09:30','',2215,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-14.08.57.png',0,'attachment','image/png',0),(2217,1,'2018-08-09 13:09:42','2018-08-09 13:09:42','','Screen Shot 2018-08-09 at 14.08.57','','inherit','closed','closed','','screen-shot-2018-08-09-at-14-08-57-2','','','2018-08-09 13:09:42','2018-08-09 13:09:42','',2215,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-14.08.57-1.png',0,'attachment','image/png',0),(2218,1,'2018-08-09 13:09:46','2018-08-09 13:09:46','','Screen Shot 2018-08-09 at 14.09.05','','inherit','closed','closed','','screen-shot-2018-08-09-at-14-09-05','','','2018-08-09 13:09:46','2018-08-09 13:09:46','',2215,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-14.09.05.png',0,'attachment','image/png',0),(2219,1,'2018-08-09 13:12:53','2018-08-09 13:12:53','<strong>This year, London\'s favourite Scottish restaurant <a href=\"https://www.macandwild.com/\">Mac &amp; Wild</a> will be celebrating the start of the glorious grouse season by serving up a variety of special grouse dishes, including their Glorious Grouse Scotch Egg on the menu throughout the season at both restaurants, as well as launching their \'Glorious Grouse Shoot Off\' in the Virtual shooting range, set to get wings flapping. </strong>\r\n\r\nTo honour the start of the grouse shooting season, Mac &amp; Wild Devonshire Square will be launching a \'Glorious Grouse Shoot Off\', kicking off on Monday 13th August, where guests are invited to take their shot in the new Shooting Range and Whisky Bar, to win the ultimate Highland adventure worth £2,000. The winner will be announced at the end of the grouse season on the 10th December 2018, ensuring everyone can have a shot at getting on the leaderboard. Those who win the prize will explore all the best Scottish sites on offer and be treated to a shoot in the Highlands, dinner at Mac &amp; Wild Falls of Shin and a distillery tour.\r\n\r\nWhether your taste is traditional or modern Mac &amp; Wild will be serving up glorious grouse seasonal specials at their Great Titchfield Street and Devonshire Square restaurants throughout the season, with weekly changing dishes including; Mac &amp; Wild\'s Glorious Grouse Scotch Egg made with <i>Ardgay Grouse, Munro\'s Black Pudding, Minced Wild Venison and a Soft Boiled Hen\'s Egg</i>, served with Black Fruit mustard and Watercress Sauce and Roast Ardgay Grouse served with Burnt Heather, Black Fruit Jus, Turned Roots, Pickled Neeps, Watercress Sauce and Gaufrettes.\r\n\r\nIn honour of the Glorious Twelfth this August, modern Mexican restaurant, Cantina Laredo will be celebrating the start of the game season with the launch of their one-off Glorious Game Tacos, offering guests a Mexican twist on Britain\'s favourite game, Grouse and Venison, available in the restaurant as of Sunday 12th August 2018, the perfect way to see in the start of the game season this year.\r\n\r\nOffering all diners a Mexican twist on traditional Glorious Twelfth dishes, Cantina Laredo will serve up Grouse topped Tacos, served on a tortilla with pearled spelt, creamed corn and an epazote gel. Alongside Glorious Grouse tacos, Venison Tacos will also be on the menu made with Venison barbacoa, habanero guacamole served on a coriander and poblano tortilla, topped with radishes, guaranteed to spice up the grouse season.\r\n\r\nTo celebrate the start of the game season, 12th August, Chef Patron at Aster, Helena Puolak<span style=\"font-size: 14px;\">ka has created a menu of gamey delights featuring grouse, partridge, pheasant and venison. The seasonally changing menu will feature different game each month, starting with grouse on the 12th August and go through until December. Aster, the Nordic-French inspired restaurant in Victoria will be getting </span>it’s<span style=\"font-size: 14px;\"> game on serving all things meaty.</span>\r\n\r\nOn Sunday August 12th, Aster will bring Londoners the very first grouse of the season and will be serving roast grouse with girolles, celeriac and rowan berry jelly. Throughout the next few months as more birds start to become available, diners will then be able to try roast partridge with red cabbage salad, caraway and celeriac; roast pheasant breast with apple slaw and tarragon cream sauce; homemade linguini with confit pheasant, chestnuts and lingonberry; saddle of venison with tender swede and juniper-blackberry sauce; game pithivier with rowan berry jelly and sauce diable and a dish that marries Scandinavian tradition with English ingredients, venison meatballs with pomme mousseline and lingonberry.\r\n\r\n<img class=\" wp-image-2218 alignright\" style=\"font-size: 15.0766px; font-family: \'Open Sans\', Arial, sans-serif; color: #3a4149;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-14.09.05.png\" alt=\"\" width=\"379\" height=\"182\" />\r\nChef Patron, Helena Puolakka, originally from the south-west coast of Finland, creates Nordic cuisine taken from her Finnish heritage complemented by classic French techniques refined over her career.\r\n\r\n&nbsp;','London gets game for glorious twelfth','','inherit','closed','closed','','2215-revision-v1','','','2018-08-09 13:12:53','2018-08-09 13:12:53','',2215,'http://www.ontradeprogress.com/2018/08/09/2215-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (2221,1,'2018-08-09 14:27:35','2018-08-09 14:27:35','<strong><a href=\"https://www.aryzta.com/\">ARYZTA</a> Food Solutions has added two new Middle Eastern-inspired savouries to its growing range of innovative frozen bakery. Inspired by the street food markets of Istanbul, the new Pides (pronounced Pea-days) have been developed to help caterers satisfy the growing consumer clamour for cuisine from the Middle East, while adding a touch of adventure to on-the-go menus.</strong>\r\n\r\nAccording to data house MCA, the desire for Middle Eastern cuisine has grown significantly and is predicted to be one of the fastest growing cuisines in the eating out sector over the next 3-5 years*.\r\n\r\nA traditional savoury of Turkish origin, the Pides are a type of stonebaked pizza characterised by a unique boat shape and open filling. The ARYZTA chefs have developed two highly authentic takes – a meat and meat-free option – helping caterers appeal to a wide audience.\r\n\r\nFor the meat eaters, there’s a stone baked Gyros Chicken Pide filled with spinach, topped with succulent Gyros chicken, red tomatoes, onions, sour cream, herbs and a light touch of cayenne pepper. ARYZTA’s meat-free Mozzarella, Tomato and Basil Pide are generously filled with spinach, mozzarella, basil &amp; tomato, and topped with a delicious basil pesto. Both pides are supplied in cases of 18 and can be heated in just 5-6 minutes with a long holding time of three hours.\r\n\r\nPaul Whitely, Head of Marketing, ARYZTA Food Solutions, comments: “As with any new product that we develop, we always ensure that the end result chimes with the most current market insight. I’m glad to say that the data is unequivocal – interest in Middle Eastern cuisine is accelerating at pace. We’re confident that, in introducing these authentic savouries to the UK foodservice market, caterers can use them to further pique that interest and capture the all-important food-to-go market into the bargain.”\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311 or email: <a href=\"mailto:marketing.uk@aryzta.com\">marketing.uk@aryzta.com  </a></strong>\r\n\r\nwww.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter @AryztaFoodUK','ARYZTA Offers a True Taste of the Middle East with New Savouries','','publish','closed','open','','aryzta-offers-a-true-taste-of-the-middle-east-with-new-savouries','','','2018-08-09 14:27:35','2018-08-09 14:27:35','',0,'http://www.ontradeprogress.com/?p=2221',0,'post','',0),(2222,1,'2018-08-09 14:24:59','2018-08-09 14:24:59','','Screen Shot 2018-08-09 at 15.21.47','','inherit','closed','closed','','screen-shot-2018-08-09-at-15-21-47','','','2018-08-09 14:24:59','2018-08-09 14:24:59','',2221,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-15.21.47.png',0,'attachment','image/png',0),(2223,1,'2018-08-09 14:25:19','2018-08-09 14:25:19','','Screen Shot 2018-08-09 at 15.21.47','','inherit','closed','closed','','screen-shot-2018-08-09-at-15-21-47-2','','','2018-08-09 14:25:19','2018-08-09 14:25:19','',2221,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-09-at-15.21.47-1.png',0,'attachment','image/png',0),(2224,1,'2018-08-09 14:26:28','2018-08-09 14:26:28','<strong><a href=\"https://www.aryzta.com/\">ARYZTA</a> Food Solutions has added two new Middle Eastern-inspired savouries to its growing range of innovative frozen bakery. Inspired by the street food markets of Istanbul, the new Pides (pronounced Pea-days) have been developed to help caterers satisfy the growing consumer clamour for cuisine from the Middle East, while adding a touch of adventure to on-the-go menus.</strong>\r\n\r\nAccording to data house MCA, the desire for Middle Eastern cuisine has grown significantly and is predicted to be one of the fastest growing cuisines in the eating out sector over the next 3-5 years*.\r\n\r\nA traditional savoury of Turkish origin, the Pides are a type of stonebaked pizza characterised by a unique boat shape and open filling. The ARYZTA chefs have developed two highly authentic takes – a meat and meat-free option – helping caterers appeal to a wide audience.\r\n\r\nFor the meat eaters, there’s a stone baked Gyros Chicken Pide filled with spinach, topped with succulent Gyros chicken, red tomatoes, onions, sour cream, herbs and a light touch of cayenne pepper. ARYZTA’s meat-free Mozzarella, Tomato and Basil Pide are generously filled with spinach, mozzarella, basil &amp; tomato, and topped with a delicious basil pesto. Both pides are supplied in cases of 18 and can be heated in just 5-6 minutes with a long holding time of three hours.\r\n\r\nPaul Whitely, Head of Marketing, ARYZTA Food Solutions, comments: “As with any new product that we develop, we always ensure that the end result chimes with the most current market insight. I’m glad to say that the data is unequivocal – interest in Middle Eastern cuisine is accelerating at pace. We’re confident that, in introducing these authentic savouries to the UK foodservice market, caterers can use them to further pique that interest and capture the all-important food-to-go market into the bargain.”\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311 or email: <a href=\"mailto:marketing.uk@aryzta.com\">marketing.uk@aryzta.com  </a></strong>\r\n\r\nwww.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter @AryztaFoodUK','ARYZTA Offers a True Taste of the Middle East with New Savouries','','inherit','closed','closed','','2221-revision-v1','','','2018-08-09 14:26:28','2018-08-09 14:26:28','',2221,'http://www.ontradeprogress.com/2018/08/09/2221-revision-v1/',0,'revision','',0),(2226,1,'2018-08-13 07:23:53','2018-08-13 07:23:53','<strong>UKHospitality has welcomed the Chancellor’s reference to the introduction of a tax for digital businesses and called on the Exchequer to ensure that online businesses pay their fair share. </strong>\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> <a href=\"applewebdata://B4B42B7E-CB43-47BE-BD36-9955DDE42B31\" name=\"_Hlk521670022\"></a>“The taxation system must evolve to keep pace with the impacts of the rapid rise in digital business so the Chancellor’s proposals are certainly welcome.\r\n\r\n“High street businesses, particularly hospitality businesses, are facing an enormous tax inequality and the Government desperately needs to take proactive steps to address this to help support vital businesses in the heart of communities.\r\n\r\n“Hospitality businesses are at a particular disadvantage, paying 10% of all business rates despite only generating 3% of turnover. As it stands, the hospitality sector is overpaying business rates by £1.8 billion per year.\r\n\r\n“Revenues from taxing digital companies can be used to slash the burden on high street properties hardest hit by business rates, while the Government reviews the tax system and implements one that is fit for the 21<sup>st</sup> Century.\r\n\r\n“UKHospitality has been pushing the Exchequer for tax reform and we will continue our dialogue to make the point that digital businesses need to pay their fair share.”','UKHospitality calls on Government to push ahead with tax on digital businesses','','publish','closed','open','','ukhospitality-calls-on-government-to-push-ahead-with-tax-on-digital-businesses','','','2018-08-13 07:23:53','2018-08-13 07:23:53','',0,'http://www.ontradeprogress.com/?p=2226',0,'post','',0),(2227,1,'2018-08-13 07:21:19','2018-08-13 07:21:19','<strong>UKHospitality has welcomed the Chancellor’s reference to the introduction of a tax for digital businesses and called on the Exchequer to ensure that online businesses pay their fair share. </strong>\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> <a href=\"applewebdata://B4B42B7E-CB43-47BE-BD36-9955DDE42B31\" name=\"_Hlk521670022\"></a>“The taxation system must evolve to keep pace with the impacts of the rapid rise in digital business so the Chancellor’s proposals are certainly welcome.\r\n\r\n“High street businesses, particularly hospitality businesses, are facing an enormous tax inequality and the Government desperately needs to take proactive steps to address this to help support vital businesses in the heart of communities.\r\n\r\n“Hospitality businesses are at a particular disadvantage, paying 10% of all business rates despite only generating 3% of turnover. As it stands, the hospitality sector is overpaying business rates by £1.8 billion per year.\r\n\r\n“Revenues from taxing digital companies can be used to slash the burden on high street properties hardest hit by business rates, while the Government reviews the tax system and implements one that is fit for the 21<sup>st</sup> Century.\r\n\r\n“UKHospitality has been pushing the Exchequer for tax reform and we will continue our dialogue to make the point that digital businesses need to pay their fair share.”','UKHospitality calls on Government to push ahead with tax on digital businesses','','inherit','closed','closed','','2226-revision-v1','','','2018-08-13 07:21:19','2018-08-13 07:21:19','',2226,'http://www.ontradeprogress.com/2018/08/13/2226-revision-v1/',0,'revision','',0),(2228,1,'2018-08-13 07:38:02','2018-08-13 07:38:02','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<a href=\"https://www.piperscrisps.com/\">Pipers</a> are delighted to announce that five of their crisp flavours been honoured at the recent Great Taste awards for 2018. Pipers Crisps have now won 42 Great Taste awards since 2007.\r\n\r\nThis year, one of Pipers’ most popular flavours, Burrow Hill Cider Vinegar &amp; Sea Salt, won two Gold Stars, awarded to; ‘outstanding products, above and beyond delicious’. Less than\r\n15% of entries achieve this rating. There were single Gold Stars for; Lye Cross Cheddar &amp; Onion; Kirkby Malham Chorizo; Karnataka Black Pepper &amp; Sea Salt; and Biggleswade Sweet Chilli. This award is for products described as; ‘simply delicious - a food that delivers fantastic flavour’.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, comments: “The 2018 Great Taste awards represent another great year of achievement for Pipers Crisps. We work really hard to make sure our flavours are full-bodied, distinctive and balanced, so we were particularly pleased that the judges’ comments reflected this. For the two Gold Star winning Burrow Hill Cider Vinegar &amp; Sea Salt flavour they said ‘it’s great to find a crisp where the salt does not overpower the vinegar.’ They thought our Kirkby Malham Chorizo ‘delivered the promised flavour together with a good hit of chilli’ and our Lye Cross Cheddar &amp; Onion has a ‘well-balanced cheese flavour and a slight sweetness from the onion’. Overall, the judges thought our crisps were ‘attractively presented, light, crisp and not oily’,” Katy adds.\r\n\r\nGreat Taste, organised by the Guild of Fine Food, is the largest and most trusted accreditation scheme for fine food and drink. It has been described as the ‘Oscars’ of the food world and the ‘epicurean equivalent of the Booker prize’. It supports and promotes food producers large and small, who want to supply the UK independent retail sector and overseas stores selling fine food.\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nGreat Taste offers a unique benchmarking and product evaluation service leading to an independent accreditation that encourages confidence and commercial success for business, generating greater awareness for products locally, regionally, nationally and internationally.\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nPipers Contact Details: Tel 01652 686960, www.piperscrisps.com\r\n\r\n</div>\r\n</div>\r\n</div>','Pipers wins again','','publish','closed','open','','pipers-wins-again','','','2018-08-13 07:43:38','2018-08-13 07:43:38','',0,'http://www.ontradeprogress.com/?p=2228',0,'post','',0),(2229,1,'2018-08-13 07:35:32','2018-08-13 07:35:32','','Screen Shot 2018-08-13 at 08.30.49','','inherit','closed','closed','','screen-shot-2018-08-13-at-08-30-49','','','2018-08-13 07:35:32','2018-08-13 07:35:32','',2228,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-08.30.49.png',0,'attachment','image/png',0),(2230,1,'2018-08-13 07:37:13','2018-08-13 07:37:13','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<a href=\"https://www.piperscrisps.com/\">Pipers</a> are delighted to announce that five of their crisp flavours been honoured at the recent Great Taste awards for 2018. Pipers Crisps have now won 42 Great Taste awards since 2007.\r\n\r\nThis year, one of Pipers’ most popular flavours, Burrow Hill Cider Vinegar &amp; Sea Salt, won two Gold Stars, awarded to; ‘outstanding products, above and beyond delicious’. Less than\r\n15% of entries achieve this rating. There were single Gold Stars for; Lye Cross Cheddar &amp; Onion; Kirkby Malham Chorizo; Karnataka Black Pepper &amp; Sea Salt; and Biggleswade Sweet Chilli. This award is for products described as; ‘simply delicious - a food that delivers fantastic flavour’.\r\n\r\nKaty Hamblin, Marketing Manager at Pipers, comments: “The 2018 Great Taste awards represent another great year of achievement for Pipers Crisps. We work really hard to make sure our flavours are full-bodied, distinctive and balanced, so we were particularly pleased that the judges’ comments reflected this. For the two Gold Star winning Burrow Hill Cider Vinegar &amp; Sea Salt flavour they said ‘it’s great to find a crisp where the salt does not overpower the vinegar.’ They thought our Kirkby Malham Chorizo ‘delivered the promised flavour together with a good hit of chilli’ and our Lye Cross Cheddar &amp; Onion has a ‘well-balanced cheese flavour and a slight sweetness from the onion’. Overall, the judges thought our crisps were ‘attractively presented, light, crisp and not oily’,” Katy adds.\r\n\r\nGreat Taste, organised by the Guild of Fine Food, is the largest and most trusted accreditation scheme for fine food and drink. It has been described as the ‘Oscars’ of the food world and the ‘epicurean equivalent of the Booker prize’. It supports and promotes food producers large and small, who want to supply the UK independent retail sector and overseas stores selling fine food.\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nGreat Taste offers a unique benchmarking and product evaluation service leading to an independent accreditation that encourages confidence and commercial success for business, generating greater awareness for products locally, regionally, nationally and internationally.\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nPipers Contact Details: Tel 01652 686960, www.piperscrisps.com\r\n\r\n</div>\r\n</div>\r\n</div>','Pipers wins again','','inherit','closed','closed','','2228-revision-v1','','','2018-08-13 07:37:13','2018-08-13 07:37:13','',2228,'http://www.ontradeprogress.com/2018/08/13/2228-revision-v1/',0,'revision','',0),(2231,1,'2018-08-13 08:07:08','2018-08-13 08:07:08','<strong>The demand for funky tiki drinkware is hotting up and leading distributor to the foodservice industry of glass, table and barware, Artis, has announced the addition to its Tiki selection of three exciting new pieces.</strong>\r\n\r\n<strong>NEW TIKI DRINKING VESSELS</strong>\r\n\r\nThere is a Tiki Mai Tai and a Tiki Coupe glasses, each featuring gold tiki moulded stems to add a touch of class to your drinks service. The other addition to the collection is the ‘Happy – Sad’  2-face tumbler, perfect for soft drinks or long summer cocktails.\r\n\r\nThe new lines join an extensive range of funky drinkware in the Artis 2018 catalogue numbering well over 50 different lines in all that include glass skulls, squashed mugs, copper pineapples, steel tin cans, milk bottles, copper mugs, ceramic coconuts, chiki monkey heads and much more!\r\n\r\nList prices for the three new Tiki glassware pieces are as follows; Tiki coupe and Tiki Mai Tai £6.45 each with the two-sided tumbler priced at just £3.99.\r\n\r\nThe full range of Tiki collection can be seen in the 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','New Tiki drinking vessels','','publish','closed','open','','new-tiki-drinking-vessels','','','2018-08-13 08:07:43','2018-08-13 08:07:43','',0,'http://www.ontradeprogress.com/?p=2231',0,'post','',0),(2232,1,'2018-08-13 08:04:55','2018-08-13 08:04:55','','Screen Shot 2018-08-13 at 08.59.30','','inherit','closed','closed','','screen-shot-2018-08-13-at-08-59-30','','','2018-08-13 08:04:55','2018-08-13 08:04:55','',2231,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-08.59.30.png',0,'attachment','image/png',0),(2233,1,'2018-08-13 08:05:12','2018-08-13 08:05:12','','Screen Shot 2018-08-13 at 08.59.30','','inherit','closed','closed','','screen-shot-2018-08-13-at-08-59-30-2','','','2018-08-13 08:05:12','2018-08-13 08:05:12','',2231,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-08.59.30-1.png',0,'attachment','image/png',0),(2234,1,'2018-08-13 08:06:37','2018-08-13 08:06:37','<strong>The demand for funky tiki drinkware is hotting up and leading distributor to the foodservice industry of glass, table and barware, Artis, has announced the addition to its Tiki selection of three exciting new pieces.</strong>\r\n\r\n<strong>NEW TIKI DRINKING VESSELS</strong>\r\n\r\nThere is a Tiki Mai Tai and a Tiki Coupe glasses, each featuring gold tiki moulded stems to add a touch of class to your drinks service. The other addition to the collection is the ‘Happy – Sad’  2-face tumbler, perfect for soft drinks or long summer cocktails.\r\n\r\nThe new lines join an extensive range of funky drinkware in the Artis 2018 catalogue numbering well over 50 different lines in all that include glass skulls, squashed mugs, copper pineapples, steel tin cans, milk bottles, copper mugs, ceramic coconuts, chiki monkey heads and much more!\r\n\r\nList prices for the three new Tiki glassware pieces are as follows; Tiki coupe and Tiki Mai Tai £6.45 each with the two-sided tumbler priced at just £3.99.\r\n\r\nThe full range of Tiki collection can be seen in the 2018 Artis catalogue. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','New Tiki drinking vessels','','inherit','closed','closed','','2231-revision-v1','','','2018-08-13 08:06:37','2018-08-13 08:06:37','',2231,'http://www.ontradeprogress.com/2018/08/13/2231-revision-v1/',0,'revision','',0),(2237,1,'2018-08-13 08:42:18','2018-08-13 08:42:18','<strong>Brakes, the UK’s leading foodservice wholesaler, has become the first foodservice wholesaler to sign up to WRAP’s UK Plastics Pact, furthering its commitment to lead the foodservice industry in reducing its environmental impact.</strong>\r\n\r\nThe decision to join WRAP is a natural extension of Brakes recently launched 2ZERO20 campaign, which announced an intention to eliminate all problematic non-recyclable hard black plastics from its own brand products by the end of 2020, and will see Brakes continue to lead the foodservice industry in identifying solutions that have a sector as well as business benefit.\r\n\r\nJanice Rockwell, Category Merchandising Director &amp; Corporate Social Responsibility Lead at Brakes, said: “While we’ve worked with WRAP <span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">previously on various initiatives, we felt that now was the time to </span><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">increase our long-standing commitment to being a responsible and conscientious company and take greater responsibility on behalf of the foodservice sector. “We are pleased with the support we’ve received for the 2ZERO20 campaign, reinforcing our belief that acting today to protect tomorrow is the right thing to do, for our customers, our suppliers and our communities.”</span>\r\n\r\n<img class=\" wp-image-2240 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.33.14-1.png\" alt=\"\" width=\"203\" height=\"259\" />\r\n\r\nPeter Maddox, Director of WRAP UK, said:  \"We welcome Brakes taking positive action to reduce plastic waste. Through The UK Plastics Pact we will work together with governments, citizens and business to transform the way we make, use and dispose of plastic so that we retain its value, particularly in reducing food waste, but prevent it from polluting the environment. We are delighted that Brakes is taking action through their \'2Zero20\' Plastics and Packaging Pledge and have joined us in our ground-breaking work.\"','Brakes becomes first foodservice wholesaler to join Wrap\'s Plastic Pact','','publish','closed','open','','brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact','','','2018-08-13 08:42:41','2018-08-13 08:42:41','',0,'http://www.ontradeprogress.com/?p=2237',0,'post','',0),(2238,1,'2018-08-13 08:38:01','2018-08-13 08:38:01','','Screen Shot 2018-08-13 at 09.33.14','','inherit','closed','closed','','screen-shot-2018-08-13-at-09-33-14','','','2018-08-13 08:38:01','2018-08-13 08:38:01','',2237,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.33.14.png',0,'attachment','image/png',0),(2239,1,'2018-08-13 08:38:03','2018-08-13 08:38:03','','Screen Shot 2018-08-13 at 09.33.30','','inherit','closed','closed','','screen-shot-2018-08-13-at-09-33-30','','','2018-08-13 08:38:03','2018-08-13 08:38:03','',2237,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.33.30.png',0,'attachment','image/png',0),(2240,1,'2018-08-13 08:38:22','2018-08-13 08:38:22','','Screen Shot 2018-08-13 at 09.33.14','','inherit','closed','closed','','screen-shot-2018-08-13-at-09-33-14-2','','','2018-08-13 08:38:22','2018-08-13 08:38:22','',2237,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.33.14-1.png',0,'attachment','image/png',0),(2241,1,'2018-08-13 08:41:33','2018-08-13 08:41:33','<strong>Brakes, the UK’s leading foodservice wholesaler, has become the first foodservice wholesaler to sign up to WRAP’s UK Plastics Pact, furthering its commitment to lead the foodservice industry in reducing its environmental impact.</strong>\r\n\r\nThe decision to join WRAP is a natural extension of Brakes recently launched 2ZERO20 campaign, which announced an intention to eliminate all problematic non-recyclable hard black plastics from its own brand products by the end of 2020, and will see Brakes continue to lead the foodservice industry in identifying solutions that have a sector as well as business benefit.\r\n\r\nJanice Rockwell, Category Merchandising Director &amp; Corporate Social Responsibility Lead at Brakes, said: “While we’ve worked with WRAP <span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">previously on various initiatives, we felt that now was the time to </span><span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">increase our long-standing commitment to being a responsible and conscientious company and take greater responsibility on behalf of the foodservice sector. “We are pleased with the support we’ve received for the 2ZERO20 campaign, reinforcing our belief that acting today to protect tomorrow is the right thing to do, for our customers, our suppliers and our communities.”</span>\r\n\r\n<img class=\" wp-image-2240 alignright\" style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.33.14-1.png\" alt=\"\" width=\"203\" height=\"259\" />\r\n\r\nPeter Maddox, Director of WRAP UK, said:  \"We welcome Brakes taking positive action to reduce plastic waste. Through The UK Plastics Pact we will work together with governments, citizens and business to transform the way we make, use and dispose of plastic so that we retain its value, particularly in reducing food waste, but prevent it from polluting the environment. We are delighted that Brakes is taking action through their \'2Zero20\' Plastics and Packaging Pledge and have joined us in our ground-breaking work.\"','Brakes becomes first foodservice wholesaler to join Wrap\'s Plastic Pact','','inherit','closed','closed','','2237-revision-v1','','','2018-08-13 08:41:33','2018-08-13 08:41:33','',2237,'http://www.ontradeprogress.com/2018/08/13/2237-revision-v1/',0,'revision','',0),(2242,1,'2018-08-13 08:52:06','2018-08-13 08:52:06','<strong>The three current tableware trends: big, beautiful and eco-friendly. Big is all about tableware designers adding larger plates to their ranges, either as sharing platters or to give more scope for showcase presentation by the chef. Beautiful glassware – a key component in drinks presentation and taste. No plastics - eco products surge to the fore as plastic disposables come in for a panning. Utopia has all three bases covered in its latest launches. </strong>\r\n\r\nBig plates look stunning and the choice of designs is increasing. Utopia has just added a 30cm plate to its popular Fuji range. Made from superior terracotta for increased strength and durability this plate adds a raw natural appearance to the table. There’s also a new 31cm plate for the vitrified porcelain Lagoon range. Lagoon, inspired by the ocean and shore creates a relaxed atmosphere at the table. The Lichen range is also benefitting from the introduction of a 31cm plate. This range with organic shapes and a reactive glaze is great for a rustic feel. For dramatic effect, there’s the Etna new 31cm plate with an element of copper added to its dark glaze.\r\n\r\nOn the glassware front Utopia is launching the Big Top from Nude – an eye-catching collection featuring tight vertical ribs and a tapering foot. This collection contains an old-fashioned, double old fashioned and three sizes of hiballs.\r\n\r\nThe beautiful Hepburn glassware collection by Nude combines clean lines and soft curves worthy of its namesake. This new range includes a shaker, mixing glass, hiball, double old fashioned and a coupe. Also in the Hollywood theme is the Wayne collection of two sizes of hiballs, a whisky and old-fashioned sizes features the radiance of crystal glass scored vertically to produce a variety of reflections from the drinks within. For more Hollywood charm Utopia is launching the Hudson cocktail range perfect for a G &amp; T or classic Martini.\r\n\r\nGlitz has been added to the popular Timeless Vintage collection, which receives a stunning gold halo, for a further dash of glamour. The gold rim is available on selected pieces. To finish off the new additions there’s the Elysia collection of tumblers with striking vertical cuts reminiscent of brilliant cut diamonds. This range includes a hiball, old-fashioned and double old-fashioned sizes.\r\n\r\nUtopia has joined the drive to bring more environmentally friendly products to market but with a focus on style. Enter the new re-usable stainless steel stirrers along with sustainably sourced wooden options, each in two popular lengths. New black paper sip straws, made from three-ply paper, which is 100% biodegradable, and food safe, look great in drinks, while new metal straws allow for a unique way to be environmentally friendly by having a reusable option which adds a distinct look to the serve.\r\n\r\nPrices: The prices for the new collections start from £6 for the eco range, £12 for the big plates and £3 for the glassware ranges. Full details on the Utopia website <a href=\"http://www.utopia-tableware.com/\">www.utopia-tableware.com</a> .','Utopia tableware trends: big, beautiful and eco','','publish','closed','open','','utopia-tableware-trends-big-beautiful-and-eco','','','2018-08-13 08:52:45','2018-08-13 08:52:45','',0,'http://www.ontradeprogress.com/?p=2242',0,'post','',0),(2243,1,'2018-08-13 08:50:46','2018-08-13 08:50:46','','Screen Shot 2018-08-13 at 09.46.44','','inherit','closed','closed','','screen-shot-2018-08-13-at-09-46-44','','','2018-08-13 08:50:46','2018-08-13 08:50:46','',2242,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-09.46.44.png',0,'attachment','image/png',0),(2244,1,'2018-08-13 08:51:43','2018-08-13 08:51:43','<strong>The three current tableware trends: big, beautiful and eco-friendly. Big is all about tableware designers adding larger plates to their ranges, either as sharing platters or to give more scope for showcase presentation by the chef. Beautiful glassware – a key component in drinks presentation and taste. No plastics - eco products surge to the fore as plastic disposables come in for a panning. Utopia has all three bases covered in its latest launches. </strong>\r\n\r\nBig plates look stunning and the choice of designs is increasing. Utopia has just added a 30cm plate to its popular Fuji range. Made from superior terracotta for increased strength and durability this plate adds a raw natural appearance to the table. There’s also a new 31cm plate for the vitrified porcelain Lagoon range. Lagoon, inspired by the ocean and shore creates a relaxed atmosphere at the table. The Lichen range is also benefitting from the introduction of a 31cm plate. This range with organic shapes and a reactive glaze is great for a rustic feel. For dramatic effect, there’s the Etna new 31cm plate with an element of copper added to its dark glaze.\r\n\r\nOn the glassware front Utopia is launching the Big Top from Nude – an eye-catching collection featuring tight vertical ribs and a tapering foot. This collection contains an old-fashioned, double old fashioned and three sizes of hiballs.\r\n\r\nThe beautiful Hepburn glassware collection by Nude combines clean lines and soft curves worthy of its namesake. This new range includes a shaker, mixing glass, hiball, double old fashioned and a coupe. Also in the Hollywood theme is the Wayne collection of two sizes of hiballs, a whisky and old-fashioned sizes features the radiance of crystal glass scored vertically to produce a variety of reflections from the drinks within. For more Hollywood charm Utopia is launching the Hudson cocktail range perfect for a G &amp; T or classic Martini.\r\n\r\nGlitz has been added to the popular Timeless Vintage collection, which receives a stunning gold halo, for a further dash of glamour. The gold rim is available on selected pieces. To finish off the new additions there’s the Elysia collection of tumblers with striking vertical cuts reminiscent of brilliant cut diamonds. This range includes a hiball, old-fashioned and double old-fashioned sizes.\r\n\r\nUtopia has joined the drive to bring more environmentally friendly products to market but with a focus on style. Enter the new re-usable stainless steel stirrers along with sustainably sourced wooden options, each in two popular lengths. New black paper sip straws, made from three-ply paper, which is 100% biodegradable, and food safe, look great in drinks, while new metal straws allow for a unique way to be environmentally friendly by having a reusable option which adds a distinct look to the serve.\r\n\r\nPrices: The prices for the new collections start from £6 for the eco range, £12 for the big plates and £3 for the glassware ranges. Full details on the Utopia website <a href=\"http://www.utopia-tableware.com/\">www.utopia-tableware.com</a> .','Utopia tableware trends: big, beautiful and eco','','inherit','closed','closed','','2242-revision-v1','','','2018-08-13 08:51:43','2018-08-13 08:51:43','',2242,'http://www.ontradeprogress.com/2018/08/13/2242-revision-v1/',0,'revision','',0),(2245,1,'2018-08-13 09:35:19','2018-08-13 09:35:19','<strong>UKHospitality has endorsed the CBI’s report into the UK’s future immigration policy. The report, to which UKHospitality contributed, makes a number of recommendations to the Government.</strong>\r\n\r\nCommenting on the report, UKHospitality Chief Executive Kate Nicholls said: “This report highlights the pressing need for a future immigration policy that exists to support the UK economy. The CBI’s report also underlines the need for a discussion about the realities and practicalities of migration to the UK and its effect on business.\r\n\r\n“The hospitality sector is particularly in need of a future policy that provides employers with access to talent to support continued investment and growth, alongside our work to develop domestic talent. This means acknowledging the need for a variety of workers across the sector at many levels, not just those who are deemed highly-skilled. We particularly welcome the recommendation to secure the rights of current EU citizens in the UK, regardless of an exit deal.”','UKHospitality welcomes CBI immigration report','','publish','closed','open','','ukhospitality-welcomes-cbi-immigration-report','','','2018-08-13 10:17:08','2018-08-13 10:17:08','',0,'http://www.ontradeprogress.com/?p=2245',0,'post','',0),(2246,1,'2018-08-13 09:35:19','2018-08-13 09:35:19','<strong>UKHospitality has endorsed the CBI’s report into the UK’s future immigration policy. The report, to which UKHospitality contributed, makes a number of recommendations to the Government.</strong>\r\n\r\nCommenting on the report, UKHospitality Chief Executive Kate Nicholls said: “This report highlights the pressing need for a future immigration policy that exists to support the UK economy. The CBI’s report also underlines the need for a discussion about the realities and practicalities of migration to the UK and its effect on business.\r\n\r\n“The hospitality sector is particularly in need of a future policy that provides employers with access to talent to support continued investment and growth, alongside our work to develop domestic talent. This means acknowledging the need for a variety of workers across the sector at many levels, not just those who are deemed highly-skilled. We particularly welcome the recommendation to secure the rights of current EU citizens in the UK, regardless of an exit deal.”','UKHospitality welcomes CBI immigration report','','inherit','closed','closed','','2245-revision-v1','','','2018-08-13 09:35:19','2018-08-13 09:35:19','',2245,'http://www.ontradeprogress.com/2018/08/13/2245-revision-v1/',0,'revision','',0),(2247,1,'2018-08-13 09:35:30','2018-08-13 09:35:30','<strong>UKHospitality has endorsed the CBI’s report into the UK’s future immigration policy. The report, to which UKHospitality contributed, makes a number of recommendations to the Government.</strong>\n\nCommenting on the report, UKHospitality Chief Executive Kate Nicholls said: “This report highlights the pressing need for a future immigration policy that exists to support the UK economy. The CBI’s report also underlines the need for a discussion about the realities and practicalities of migration to the UK and its effect on business.\n\n“The hospitality sector is particularly in need of a future policy that provides employers with access to talent to support continued investment and growth, alongside our work to develop domestic talent. This means acknowledging the need for a variety of workers across the sector at many levels, not just those who are deemed highly-skilled. We particularly welcome the recommendation to secure the rights of current EU citizens in the UK, regardless of an exit deal.”','UKHospitality welcomes CBI immigration report','','inherit','closed','closed','','2245-autosave-v1','','','2018-08-13 09:35:30','2018-08-13 09:35:30','',2245,'http://www.ontradeprogress.com/2018/08/13/2245-autosave-v1/',0,'revision','',0),(2251,1,'2018-08-13 10:25:50','2018-08-13 10:25:50','<strong>BIM (Building Information Modelling) has become a critical issue for foodservice equipment suppliers, specifiers, designers and consultants. It’s not only a matter of understanding it, it’s also about keeping up to date with the rapidly developing software and protocols.  </strong>\r\n\r\nThe Foodservice Industry BIM Information Day is a free event open to anyone that works within the foodservice industry.  It is organised by CESA in collaboration with CEDA and the FCSI and will take place on 5<sup>th</sup> September 2018, from 10.30am to 3.00pm, in the training facilities at First Choice Group in Cannock.\r\n\r\n“The day will be an objective, fact-based, knowledge exchange forum highlighting specific developments in BIM which affect the foodservice equipment industry,” says Glenn Roberts, chair of CESA.\r\n\r\nTopics covered on the day will include the latest developments in BIM parameters for foodservice equipment, along with issues that manufacturers face in addressing the needs of the design and installation channel.  The day will also look at what designers and consultants need to meet BIM protocols and the latest software developments.\r\n\r\nThere will be reports on the use of BIM resource libraries – CESABIM and EFCEMBIM – by both manufacturers and designers, as well as the findings of a survey into issues affecting BIM implementation.\r\n\r\n“This event is a must for any foodservice equipment professional working with BIM, or wanting to find out about the latest issues,” says Roberts.  “BIM has huge implications for our industry and it is developing fast.  This event will bring people the very latest advances, issues and ideas.”\r\n\r\nThe event is free to attend but spaces are limited, so anyone planning to go should book as quickly as possible.\r\n\r\nTo register click <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeVHqySgvDc-sB0YyJfkclCAPE54IphtIBEUmU78zfTn-Hq4w/viewform\">here</a>, or contact the CESA secretariat by phone, 020 7793 3029, or email <a href=\"mailto:Jocelyn.carr@cesa.org.uk\">Jocelyn.carr@cesa.org.uk</a>.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','Foodservice Industry BIM Information Day','','publish','closed','open','','foodservice-industry-bim-information-day','','','2018-08-13 10:26:15','2018-08-13 10:26:15','',0,'http://www.ontradeprogress.com/?p=2251',0,'post','',0),(2252,1,'2018-08-13 10:24:16','2018-08-13 10:24:16','','Screen Shot 2018-08-13 at 11.19.27','','inherit','closed','closed','','screen-shot-2018-08-13-at-11-19-27','','','2018-08-13 10:24:16','2018-08-13 10:24:16','',2251,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-11.19.27.png',0,'attachment','image/png',0),(2253,1,'2018-08-13 10:24:55','2018-08-13 10:24:55','<strong>BIM (Building Information Modelling) has become a critical issue for foodservice equipment suppliers, specifiers, designers and consultants. It’s not only a matter of understanding it, it’s also about keeping up to date with the rapidly developing software and protocols.  </strong>\r\n\r\nThe Foodservice Industry BIM Information Day is a free event open to anyone that works within the foodservice industry.  It is organised by CESA in collaboration with CEDA and the FCSI and will take place on 5<sup>th</sup> September 2018, from 10.30am to 3.00pm, in the training facilities at First Choice Group in Cannock.\r\n\r\n“The day will be an objective, fact-based, knowledge exchange forum highlighting specific developments in BIM which affect the foodservice equipment industry,” says Glenn Roberts, chair of CESA.\r\n\r\nTopics covered on the day will include the latest developments in BIM parameters for foodservice equipment, along with issues that manufacturers face in addressing the needs of the design and installation channel.  The day will also look at what designers and consultants need to meet BIM protocols and the latest software developments.\r\n\r\nThere will be reports on the use of BIM resource libraries – CESABIM and EFCEMBIM – by both manufacturers and designers, as well as the findings of a survey into issues affecting BIM implementation.\r\n\r\n“This event is a must for any foodservice equipment professional working with BIM, or wanting to find out about the latest issues,” says Roberts.  “BIM has huge implications for our industry and it is developing fast.  This event will bring people the very latest advances, issues and ideas.”\r\n\r\nThe event is free to attend but spaces are limited, so anyone planning to go should book as quickly as possible.\r\n\r\nTo register click <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSeVHqySgvDc-sB0YyJfkclCAPE54IphtIBEUmU78zfTn-Hq4w/viewform\">here</a>, or contact the CESA secretariat by phone, 020 7793 3029, or email <a href=\"mailto:Jocelyn.carr@cesa.org.uk\">Jocelyn.carr@cesa.org.uk</a>.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','Foodservice Industry BIM Information Day','','inherit','closed','closed','','2251-revision-v1','','','2018-08-13 10:24:55','2018-08-13 10:24:55','',2251,'http://www.ontradeprogress.com/2018/08/13/2251-revision-v1/',0,'revision','',0),(2254,1,'2018-08-13 10:45:22','2018-08-13 10:45:22','<strong>The British Egg Industry Council has welcomed the news that the victims of a salmonella outbreak in the UK linked to German eggs will be awarded £275,000.</strong>\r\n\r\nA total of 28 people fell ill with sickness and diarrhoea after eating at The Real China restaurant in Eastleigh, Hampshire, in July 2014. The outbreak originated from an egg producer in Germany.\r\n\r\nAndrew Joret, British Egg Industry Council Chairman, said: “Food safety scares linked to non-UK eggs is a recurring issue, and while it’s good news that the victims of this outbreak have been awarded compensation, we hope it will encourage more caterers and consumers to look for the additional safety values of the Lion so it doesn’t happen again.\r\n\r\n“The independently audited British Lion scheme ensures the highest standards of food safety and has effectively eliminated Salmonella from British Lion eggs. In 2017 the Food Standards Agency confirmed that Lion eggs are the only ones that are safe to be consumed runny, or even raw, by everyone including vulnerable groups.”','British Lion eggs welcome compensation news','','publish','closed','open','','british-lion-eggs-welcome-compensation-news','','','2018-08-13 10:45:22','2018-08-13 10:45:22','',0,'http://www.ontradeprogress.com/?p=2254',0,'post','',0),(2255,1,'2018-08-13 10:43:40','2018-08-13 10:43:40','','Screen Shot 2018-08-13 at 11.41.20','','inherit','closed','closed','','screen-shot-2018-08-13-at-11-41-20','','','2018-08-13 10:43:40','2018-08-13 10:43:40','',2254,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-13-at-11.41.20.png',0,'attachment','image/png',0),(2256,1,'2018-08-13 10:45:02','2018-08-13 10:45:02','<strong>The British Egg Industry Council has welcomed the news that the victims of a salmonella outbreak in the UK linked to German eggs will be awarded £275,000.</strong>\r\n\r\nA total of 28 people fell ill with sickness and diarrhoea after eating at The Real China restaurant in Eastleigh, Hampshire, in July 2014. The outbreak originated from an egg producer in Germany.\r\n\r\nAndrew Joret, British Egg Industry Council Chairman, said: “Food safety scares linked to non-UK eggs is a recurring issue, and while it’s good news that the victims of this outbreak have been awarded compensation, we hope it will encourage more caterers and consumers to look for the additional safety values of the Lion so it doesn’t happen again.\r\n\r\n“The independently audited British Lion scheme ensures the highest standards of food safety and has effectively eliminated Salmonella from British Lion eggs. In 2017 the Food Standards Agency confirmed that Lion eggs are the only ones that are safe to be consumed runny, or even raw, by everyone including vulnerable groups.”','British Lion eggs welcome compensation news','','inherit','closed','closed','','2254-revision-v1','','','2018-08-13 10:45:02','2018-08-13 10:45:02','',2254,'http://www.ontradeprogress.com/2018/08/13/2254-revision-v1/',0,'revision','',0),(2258,1,'2018-08-15 07:30:59','2018-08-15 07:30:59','<strong>Smell the Coffee, <em>On-Trade Progress</em> <span style=\"font-size: 14px; color: #606569;\">explores WMF’s latest offering, the 1500 S+ </span><span style=\"font-size: 14px; color: #606569;\">and some of its classics.</span></strong>\r\n\r\nWMF, <span style=\"font-size: 14px; color: #606569;\">the coffee machine </span>provider,<span style=\"font-size: 14px; color: #606569;\"> has launched its latest innovative offer; the 1500 S+. With the nation becoming more coffee conscious, and the hospitality industry seeking to provide a quality coffee offering, the 1500 S+ guarantees top quality espresso-based coffee every time.</span>\r\n\r\n<span style=\"font-size: 14px; color: #606569;\">WMF has been producing coffee machines for more than 90 years and prioritises the needs of hospitality professionals. Reliability, consistency and ease of use are considered during the creation of each of its machines.</span>\r\n\r\n<span style=\"font-size: 14px;\">We catch up with Richard Wylie, </span><span style=\"font-size: 14px;\">National Sales Manager at WMF. He </span><span style=\"font-size: 14px;\">says: “Hospitality professionals should </span><span style=\"font-size: 14px;\">be aware of their needs and how much training they are able to offer to their staff. Environments with a high staff turnaround are often facing the challenge of having new employees while the quality </span>of the beverage needs to be kept the same.\r\n\r\n<span style=\"font-size: 14px;\">“Our machines are manufactured in Germany and made to order to meet the specific requirements of every single customer. Our wide range of different sized coffee machines makes it simple to find the perfect solution for every business.”</span>\r\n\r\nRichard <span style=\"font-size: 14px;\">Wylie says: “The 1500 S+ is our latest machine which has been released in May 2018. It comes with a larger touchscreen than the 1500 S and also uses new technology like the Milk Excellence Sensor or the Dynamic Coffee Assist to ensure best quality at all times.”</span>\r\n\r\n<span style=\"font-size: 14px;\">WMF’s latest machine comprises convenience with quality, making coffee orders easy for </span>industry<span style=\"font-size: 14px;\"> with an automatic height adjustable spout and a Choc mixer. The future is here; with the machine’s 10-inch display, waiting staff have access to information on promotional offers, handling videos and nutritional information.</span>\r\n\r\n<span style=\"font-size: 14px;\">All of the above can be accessed through WMF’s CoffeeConnect, which is linked to the 1500 S+ machine. With this integrated database, hospitality professionals have access to all product and process data, necessary for any sustainable business model.</span>\r\n\r\n<span style=\"font-size: 14px;\">“The machine makes it easy for </span><span style=\"font-size: 14px;\">everybody to use it and does not require any extensive training,” continues Wylie. “The cleaning process is explained via </span><span style=\"font-size: 14px;\">a video on the screen which enables everybody to perform this task.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">WMF Espresso</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">With automatic portafilter detection </span><span style=\"font-size: 14px;\">(for both single and double measure espressos), WMF espresso is a machine that brings great quality coffee to any restaurant, hotel, bar or venue. The machine’s automatic portafilter monitors the flow of the brew, alerts the user if the grinding degree needs to adjusted, grinds the coffee and taps it with </span><span style=\"font-size: 14px;\">100 per cent consistency. </span>\r\n\r\n<span style=\"font-size: 14px;\">Wylie adds: “The WMF Espresso is </span><span style=\"font-size: 14px;\">a hybrid espresso machine which enables all staff, no matter what level, to dispense espresso in the same high quality every time. It eliminates common mistakes that can lead to failure.” </span><span style=\"font-size: 14px;\">With the machine doing so much of the work for the hospitality staff, great </span><span style=\"font-size: 14px;\">espressos are guaranteed time and time again. The WMF Espresso has two air-cooled coffee bean hoppers for different varieties of coffee bean (espresso and cafe creme), </span><span style=\"font-size: 14px;\">as well as touch display with a wide range of software setting options. Lastly, it has </span>steam jet to warm up to two cups at the same time.\r\n\r\n<strong><span style=\"font-size: 14px;\">WMF 1100 S</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">WMF’s 1100 S fully automated coffee machine is perfect for any small to mid- sized establishment. The stylish machine combines elegance and reliability. With the ability to output up to 80 coffee cups per hour, the machine has a seven-inch touch display that bar staff can use to provide coffee or chocolate-based drinks.</span>\r\n\r\n<span style=\"font-size: 14px;\">The 1100 S’s daily cleaning process is quick and easy thanks to the Click&amp;Clean function, this also means fresh milk can be used and cleaned thoroughly. </span><span style=\"font-size: 14px;\">With more than five colours to choose from, the 1100 S is a stylish option for any hospitality professional.</span>','On... Coffee','','publish','closed','open','','on-coffee','','','2018-08-15 08:09:10','2018-08-15 08:09:10','',0,'http://www.ontradeprogress.com/?p=2258',0,'post','',0),(2259,1,'2018-08-15 07:30:19','2018-08-15 07:30:19','','Screen Shot 2018-08-15 at 08.18.22','','inherit','closed','closed','','screen-shot-2018-08-15-at-08-18-22','','','2018-08-15 07:30:19','2018-08-15 07:30:19','',2258,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-08.18.22.png',0,'attachment','image/png',0),(2260,1,'2018-08-15 07:30:59','2018-08-15 07:30:59','<strong>Smell the Coffee, <em>On-Trade Progress</em> <span style=\"font-size: 14px; color: #606569;\">explores WMF’s latest offering, the 1500 S+ </span><span style=\"font-size: 14px; color: #606569;\">and some of its classics.</span></strong>\r\n\r\nWMF, <span style=\"font-size: 14px; color: #606569;\">the coffee machine </span>provider,<span style=\"font-size: 14px; color: #606569;\"> has launched its latest innovative offer; the 1500 S+. With the nation becoming more coffee conscious, and the hospitality industry seeking to provide a quality coffee offering, the 1500 S+ guarantees top quality espresso-based coffee every time.</span>\r\n\r\n<span style=\"font-size: 14px; color: #606569;\">WMF has been producing coffee machines for more than 90 years and prioritises the needs of hospitality professionals. Reliability, consistency and ease of use are considered during the creation of each of its machines.</span>\r\n\r\n<span style=\"font-size: 14px;\">We catch up with Richard Wylie, </span><span style=\"font-size: 14px;\">National Sales Manager at WMF. He </span><span style=\"font-size: 14px;\">says: “Hospitality professionals should </span><span style=\"font-size: 14px;\">be aware of their needs and how much training they are able to offer to their staff. Environments with a high staff turnaround are often facing the challenge of having new employees while the quality </span>of the beverage needs to be kept the same.\r\n\r\n<span style=\"font-size: 14px;\">“Our machines are manufactured in Germany and made to order to meet the specific requirements of every single customer. Our wide range of different sized coffee machines makes it simple to find the perfect solution for every business.”</span>','On... Coffee','','inherit','closed','closed','','2258-revision-v1','','','2018-08-15 07:30:59','2018-08-15 07:30:59','',2258,'http://www.ontradeprogress.com/2018/08/15/2258-revision-v1/',0,'revision','',0),(2261,1,'2018-08-15 07:32:02','2018-08-15 07:32:02','','Screen Shot 2018-08-15 at 08.31.35','','inherit','closed','closed','','screen-shot-2018-08-15-at-08-31-35','','','2018-08-15 07:32:02','2018-08-15 07:32:02','',2258,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-08.31.35.png',0,'attachment','image/png',0),(2262,1,'2018-08-15 08:07:50','2018-08-15 08:07:50','<strong>Smell the Coffee, <em>On-Trade Progress</em> <span style=\"font-size: 14px; color: #606569;\">explores WMF’s latest offering, the 1500 S+ </span><span style=\"font-size: 14px; color: #606569;\">and some of its classics.</span></strong>\n\nWMF, <span style=\"font-size: 14px; color: #606569;\">the coffee machine </span>provider,<span style=\"font-size: 14px; color: #606569;\"> has launched its latest innovative offer; the 1500 S+. With the nation becoming more coffee conscious, and the hospitality industry seeking to provide a quality coffee offering, the 1500 S+ guarantees top quality espresso-based coffee every time.</span>\n\n<span style=\"font-size: 14px; color: #606569;\">WMF has been producing coffee machines for more than 90 years and prioritises the needs of hospitality professionals. Reliability, consistency and ease of use are considered during the creation of each of its machines.</span>\n\n<span style=\"font-size: 14px;\">We catch up with Richard Wylie, </span><span style=\"font-size: 14px;\">National Sales Manager at WMF. He </span><span style=\"font-size: 14px;\">says: “Hospitality professionals should </span><span style=\"font-size: 14px;\">be aware of their needs and how much training they are able to offer to their staff. Environments with a high staff turnaround are often facing the challenge of having new employees while the quality </span>of the beverage needs to be kept the same.\n\n<span style=\"font-size: 14px;\">“Our machines are manufactured in Germany and made to order to meet the specific requirements of every single customer. Our wide range of different sized coffee machines makes it simple to find the perfect solution for every business.”</span>\n\nRichard <span style=\"font-size: 14px;\">Wylie says: “The 1500 S+ is our latest machine which has been released in May 2018. It comes with a larger touchscreen than the 1500 S and also uses new technology like the Milk Excellence Sensor or the Dynamic Coffee Assist to ensure best quality at all times.”</span>\n\n<span style=\"font-size: 14px;\">WMF’s latest machine comprises convenience with quality, making coffee orders easy for </span>industry<span style=\"font-size: 14px;\"> with an automatic height adjustable spout and a Choc mixer. The future is here; with the machine’s 10-inch display, waiting staff have access to information on promotional offers, handling videos and nutritional information.</span>\n\n<span style=\"font-size: 14px;\">All of the above can be accessed through WMF’s CoffeeConnect, which is linked to the 1500 S+ machine. With this integrated database, hospitality professionals have access to all product and process data, necessary for any sustainable business model.</span>\n\n<span style=\"font-size: 14px;\">“The machine makes it easy for </span><span style=\"font-size: 14px;\">everybody to use it and does not require any extensive training,” continues Wylie. “The cleaning process is explained via </span><span style=\"font-size: 14px;\">a video on the screen which enables everybody to perform this task.”</span>\n\n<strong><span style=\"font-size: 14px;\">WMF Espresso</span></strong>\n\n<span style=\"font-size: 14px;\">With automatic portafilter detection </span><span style=\"font-size: 14px;\">(for both single and double measure espressos), WMF espresso is a machine that brings great quality coffee to any restaurant, hotel, bar or venue. The machine’s automatic portafilter monitors the flow of the brew, alerts the user if the grinding degree needs to adjusted, grinds the coffee and taps it with </span><span style=\"font-size: 14px;\">100 per cent consistency. </span>\n\n<span style=\"font-size: 14px;\">Wylie adds: “The WMF Espresso is </span><span style=\"font-size: 14px;\">a hybrid espresso machine which enables all staff, no matter what level, to dispense espresso in the same high quality every time. It eliminates common mistakes that can lead to failure.” </span><span style=\"font-size: 14px;\">With the machine doing so much of the work for the hospitality staff, great </span><span style=\"font-size: 14px;\">espressos are guaranteed time and time again. The WMF Espresso has two air-cooled coffee bean hoppers for different varieties of coffee bean (espresso and cafe creme), </span><span style=\"font-size: 14px;\">as well as touch display with a wide range of software setting options. Lastly, it has </span>steam jet to warm up to two cups at the same time.\n\n<strong><span style=\"font-size: 14px;\">WMF 1100 S</span></strong>\n\n<span style=\"font-size: 14px;\">WMF’s 1100 S fully automated coffee machine is perfect for any small to mid- sized establishment. The stylish machine combines elegance and reliability. With the ability to output up to 80 coffee cups per hour, the machine has a seven-inch touch display that bar staff can use to provide coffee or chocolate-based drinks.</span>\n\n<span style=\"font-size: 14px;\">The 1100 S’s daily cleaning process is quick and easy thanks to the Click&amp;Clean function, this also means fresh milk can be used and cleaned thoroughly. </span><span style=\"font-size: 14px;\">With more than five colours to choose from, the 1100 S is a stylish option for any hospitality professional.</span>','On... Coffee','','inherit','closed','closed','','2258-autosave-v1','','','2018-08-15 08:07:50','2018-08-15 08:07:50','',2258,'http://www.ontradeprogress.com/2018/08/15/2258-autosave-v1/',0,'revision','',0),(2263,1,'2018-08-15 07:48:59','2018-08-15 07:48:59','','Screen Shot 2018-08-15 at 08.18.08','','inherit','closed','closed','','screen-shot-2018-08-15-at-08-18-08','','','2018-08-15 07:48:59','2018-08-15 07:48:59','',2258,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-08.18.08.png',0,'attachment','image/png',0),(2264,1,'2018-08-15 07:49:10','2018-08-15 07:49:10','<strong>Smell the Coffee, <em>On-Trade Progress</em> <span style=\"font-size: 14px; color: #606569;\">explores WMF’s latest offering, the 1500 S+ </span><span style=\"font-size: 14px; color: #606569;\">and some of its classics.</span></strong>\r\n\r\nWMF, <span style=\"font-size: 14px; color: #606569;\">the coffee machine </span>provider,<span style=\"font-size: 14px; color: #606569;\"> has launched its latest innovative offer; the 1500 S+. With the nation becoming more coffee conscious, and the hospitality industry seeking to provide a quality coffee offering, the 1500 S+ guarantees top quality espresso-based coffee every time.</span>\r\n\r\n<span style=\"font-size: 14px; color: #606569;\">WMF has been producing coffee machines for more than 90 years and prioritises the needs of hospitality professionals. Reliability, consistency and ease of use are considered during the creation of each of its machines.</span>\r\n\r\n<span style=\"font-size: 14px;\">We catch up with Richard Wylie, </span><span style=\"font-size: 14px;\">National Sales Manager at WMF. He </span><span style=\"font-size: 14px;\">says: “Hospitality professionals should </span><span style=\"font-size: 14px;\">be aware of their needs and how much training they are able to offer to their staff. Environments with a high staff turnaround are often facing the challenge of having new employees while the quality </span>of the beverage needs to be kept the same.\r\n\r\n<span style=\"font-size: 14px;\">“Our machines are manufactured in Germany and made to order to meet the specific requirements of every single customer. Our wide range of different sized coffee machines makes it simple to find the perfect solution for every business.”</span>\r\n\r\nRichard <span style=\"font-size: 14px;\">Wylie says: “The 1500 S+ is our latest machine which has been released in May 2018. It comes with a larger touchscreen than the 1500 S and also uses new technology like the Milk Excellence Sensor or the Dynamic Coffee Assist to ensure best quality at all times.”</span>\r\n\r\n<span style=\"font-size: 14px;\">WMF’s latest machine comprises convenience with quality, making coffee orders easy for </span>industry<span style=\"font-size: 14px;\"> with an automatic height adjustable spout and a Choc mixer. The future is here; with the machine’s 10-inch display, waiting staff have access to information on promotional offers, handling videos and nutritional information.</span>\r\n\r\n<span style=\"font-size: 14px;\">All of the above can be accessed through WMF’s CoffeeConnect, which is linked to the 1500 S+ machine. With this integrated database, hospitality professionals have access to all product and process data, necessary for any sustainable business model.</span>\r\n\r\n<span style=\"font-size: 14px;\">“The machine makes it easy for </span><span style=\"font-size: 14px;\">everybody to use it and does not require any extensive training,” continues Wylie. “The cleaning process is explained via </span><span style=\"font-size: 14px;\">a video on the screen which enables everybody to perform this task.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">WMF ESprESSo</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">With automatic portafilter detection </span><span style=\"font-size: 14px;\">(for both single and double measure espressos), WMF espresso is a machine that brings great quality coffee to any restaurant, hotel, bar or venue. The machine’s automatic portafilter monitors the flow of the brew, alerts the user if the grinding degree needs to adjusted, grinds the coffee and taps it with </span><span style=\"font-size: 14px;\">100 per cent consistency. </span>\r\n\r\n<span style=\"font-size: 14px;\">Wylie adds: “The WMF Espresso is </span><span style=\"font-size: 14px;\">a hybrid espresso machine which enables all staff, no matter what level, to dispense espresso in the same high quality every time. It eliminates common mistakes that can lead to failure.” </span><span style=\"font-size: 14px;\">With the machine doing so much of the work for the hospitality staff, great </span><span style=\"font-size: 14px;\">espressos are guaranteed time and time again. The WMF Espresso has two air-cooled coffee bean hoppers for different varieties of coffee bean (espresso and cafe creme), </span><span style=\"font-size: 14px;\">as well as touch display with a wide range of software setting options. Lastly, it has </span>steam jet to warm up to two cups at the same time.\r\n\r\n<strong><span style=\"font-size: 14px;\">WMF 1100 S</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">WMF’s 1100 S fully automated coffee machine is perfect for any small to mid- sized establishment. The stylish machine combines elegance and reliability. With the ability to output up to 80 coffee cups per hour, the machine has a seven-inch touch display that bar staff can use to provide coffee or chocolate-based drinks.</span>\r\n\r\n<span style=\"font-size: 14px;\">The 1100 S’s daily cleaning process is quick and easy thanks to the Click&amp;Clean function, this also means fresh milk can be used and cleaned thoroughly. </span><span style=\"font-size: 14px;\">With more than five colours to choose from, the 1100 S is a stylish option for any hospitality professional.</span>','On... Coffee','','inherit','closed','closed','','2258-revision-v1','','','2018-08-15 07:49:10','2018-08-15 07:49:10','',2258,'http://www.ontradeprogress.com/2018/08/15/2258-revision-v1/',0,'revision','',0),(2265,1,'2018-08-15 08:00:43','2018-08-15 08:00:43','<strong><em>On-Trade Progress </em>examines Luscombe Drinks’ mixers and chats perfect pairings.</strong>\r\n\r\nWith the ‘Ginaisannce’ in full swing, craft, boutique and botanical based spirits are now common place and in high demand across all establishments far and wide.\r\n\r\nWith this high demand ever rising and showing no signs of slowing, a need for a worthy partner to these pieces of liquid art arises. The tonic from the tap no longer quenches their thirst, as more and more customers name a crafted creation as their favoured tipple of choice.\r\n\r\n<em>On-Trade Progress</em> assembled our parched tasting panel on a sunny, summer afternoon to solve this conundrum. We hand-picked a range of the nation’s finest spirits and paired them with a range of Luscombe Drinks’ elegant mixers.\r\n\r\n<strong>Devon Tonic Water – Paired with Whitley Neill’s Rhubarb Vodka </strong>\r\n\r\nFrom the first sip, bubbles dance across the palate spreading a beautifully crafted Asian infusion. With Devonshire spring water laying the foundations on a drink that marks where it all began. This tonic water bursts to life with a dynamic duo of bitter Indian Quinine and citrus notes that arise from the rare Japanese Yuzu fruit. As we all know, the key to all good things is balance. There must be a Yin to pair with the Yang and this tonic water is no exception, as these distinct flavours are countered by a touch of raw cane sugar; the perfect bitter-sweet combination, with an added twist to the timeless classic. We recommend this little treasure alongside any white spirit or on its own!\r\n\r\n<strong>Here’s what the panel had to say about this one:</strong>\r\n\r\n“The light and more bitter flavours of the tonic really help the overall balance of this drink. With another mixer I think this drink would be too sweet.”\r\n\r\n“I’m not really a massive fan of tonic water, but I think I’m going to have to go back on my word… This is fantastic. I’d even enjoy this drink on its own over some ice. Delicious!”\r\n\r\n“I don’t think I’ve ever tasted a tonic water quite like this before. It must be down to the Japanese Yuzu. I admit I did have to do a quick Google to find out what it was, but now the citrusy flavours make sense.”\r\n\r\n“To be honest, this tonic would take pride of place in my glass. A worthy partner to any great gin.”\r\n\r\n“Not just a great taste, but a simply elegant bottle.”\r\n\r\n“Distinctive and recognisable packaging.”\r\n\r\n<strong>Light Devon Tonic Water – Paired with Whitley Neill’s Quince Gin </strong>\r\n\r\nCrafted with the calorie conscious in mind, this light tonic water boasts the same flavoursome credentials as its sweeter sibling. However, with the clever replacement of the cane sugar with fruit sugar, both calories and sugar content are reduced by over half! Due to this clever innovation, all the fantastic flavours still tantalise the taste buds the same way. The Indian Quinine, Japanese Yuzu and the high carbonation all still form a fantastic tonic. Just lighter! Recommend this to be enjoyed by any customer looking for a guilt-free indulgence with a white spirit or as an equally tasty treat, on its own and over ice.\r\n\r\n<strong>Here’s what the panel had to say about this one:</strong>\r\n\r\n“I can instinctively tell this is a light tonic based from the packaging.”\r\n\r\n“I think this tonic, being lighter in taste, really allows the flavours of the drink to shine through.”\r\n\r\n“The lighter tonic takes away some of the sweetness in comparison to the regular tonic, so I think this drink works better for me as I’m a big fan of dry tasting drinks.”\r\n\r\n“A very easy drink, pop me in a nice beer garden with some sun and a big glass of this on ice please!”\r\n\r\n<strong>Elderflower Tonic Water – Paired with Hendrick’s Gin</strong><strong> </strong>\r\n\r\nLuscombe’s range takes a wonderfully floral direction with this next instalment as the tonic water sees an infusion with hand-picked wild elderflower. Delicate elderflower aromas and flavours bring extra depth to the base tonic and provide the perfect accent to the spirit it’s partnered with. Interestingly enough, against less superior counterparts, Luscombe’s Elderflower flavours really follow through to the palate to bring a well-rounded and tasty infusion. Sweet, soft and summery. Recommend this to customers looking for the perfect pairing with their choice of floral gin.\r\n\r\n<strong>Here’s what the panel had to say about this one:</strong>\r\n\r\n“Bitter or dry drinks aren’t really for me, so the sweetness from the Elderflower means I can really enjoy this drink.”\r\n\r\n“I’ve said this with every drink so far and I’ll say it again, alcohol or no alcohol this is delicious!”\r\n\r\n“A truly British summer flavour, they’ve really captured it so well. It tastes so natural.”\r\n\r\n“Even though it’s such a distinctive flavour, it doesn’t overpower the gin, it just complements it.”\r\n\r\n“When you place the bottle amongst the rest of the range, it’s really easy to tell that it’s elderflower.”\r\n\r\n<strong>Grapefruit Tonic Water – Paired with Edinburgh Gin’s Raspberry Liqueur</strong>\r\n\r\nLuscombe trades the rare Japanese Yuzu for juicy Grapefruit in this next instalment of its tonic range. The fruit, native to the Caribbean island of Barbados, brings a vibrant and zesty citrus touch to the tonic. The tartness of the fruit will really help to balance out drinks on the sweeter side without overpowering the intended flavours. A really unique flavour will help sculpt a really unique drink. Recommend this to customers ordering a sweeter or flavoured gin to counterbalance and allow them to enjoy a couple more!\r\n\r\n“I’ve never heard of a Grapefruit tonic before, but I’m definitely glad I have! It puts such an interesting twist on the spirit.”\r\n\r\n“All of these flavours are fantastic. It just tastes so natural and authentic.”\r\n\r\n“The grapefruit flavour is easy to recognise and stands out, but doesn’t overpower the drink, it compliments it.”\r\n\r\n“A pink label is synonymous with Grapefruit and makes it easy and simple to recognise, even from across the bar.”\r\n\r\n“On paper, this sort of mix wouldn’t work… Raspberry and Grapefruit? But my goodness it does. All of us are going crazy for this one and because the sharpness cuts through the sweet, it means I could drink quite a few of these!”\r\n\r\n<strong>Sicilian Bitter Lemon – Paired with Brockmans Gin  </strong><strong> </strong>\r\n\r\nLuscombe brings its organic still Sicilian Lemonade into the mixer world with a few key additions. The Indian Quinine makes another appearance to add a distinct sharpness and carbonation brings the drink physically to life. A mixer where citrus is king, zesty from head to toe, this mixer is authentic and natural in both appearance and taste. Once again, the optimal balance has been achieved. Put this forward to customers looking for an interesting spin on a hedgerow gin.\r\n\r\n“When the description of this gin was given, I wouldn’t think it’d work with so many fruits going on. But you know what? It does work, it really works!”\r\n\r\n“I love how this bitter lemon is really cloudy, makes it look so authentic and natural, none of this ‘lemon flavoured’ business.”\r\n\r\n“Easy to recognise this flavour from a mile off with the colour choice.”\r\n\r\n“The bitter lemon is really fresh tasting, reminds me of how traditional lemonade looks and tastes.”\r\n\r\n“This really helps to reduce the gin’s kick for me, not being a massive gin fan, this makes it really enjoyable.”\r\n\r\n<strong>Lime Crush – Paired with Ketel One Vodka</strong>\r\n\r\nThe second instalment of the cloudy citrus range, the Lime Crush does not disappoint in the slightest, in actuality, it’s the complete opposite. The panel went absolutely mad for this one and couldn’t get enough of it! This modern-day masterpiece is birthed through an amalgamation of organic ingredients. Tangy Sri Lankan lime leads the way, infused by a dose of the vibrant Sicilian lemon juice and finalised by a touch of raw cane sugar which brings the sweet balance against any tartness. An exotic drink which tantalises the taste buds, this beauty can easily be enjoyed on its own, as part of a delicious cocktail/mocktail or with a premium vodka.\r\n\r\n“Being a vodka drinker, usually I find my mixer choices limited on a night out, coca cola or lemonade for example. This really transforms a drink, I’ll be keeping me eye out for this next time I’m out.”\r\n\r\n“Really refreshing, quite citrussy and not sweet which I like, great for current hot days!\r\n\r\n“Apart from lime cordial, I’ve never really found a proper lime mixer and I <em>love</em> lime! An absolute lime lover’s dream!”\r\n\r\n“It’s like someone’s just crushed the limes five minutes ago and bottled them straight away, it’s so fresh tasting.”\r\n\r\n“Because this is tangier and not overly sweet, it really does increase the drinkability of these!”\r\n\r\n<strong>Cucumber Tonic Water – Paired with Bath Tub Navy Strength Gin</strong><strong> </strong>\r\n\r\nBeing one of the favourite garnishes to a G&amp;T, one clever soul thought it’d made sense to infuse the cucumber into the tonic itself, and here we are, presented with another wonderfully crafted mixer to add to your bar. With the tonic still built upon the much-adored base ingredients, the addition of the cucumber really adds a lot of potential to this mixer such as room for other creative garnishes to really help the drink to come alive both in terms of flavour and appearance.\r\n\r\n“The flavour is so authentic and natural tasting, considering cucumber doesn’t have a particularly strong flavour, it really shines through.”\r\n\r\n“This tonic water is perfect for calming the strong alcohol flavours from this gin.”\r\n\r\n“A G&amp;T with a cucumber garnish doesn’t actually taste as good or as flavoursome as this G&amp;T.”\r\n\r\n“This drink really refreshes the palate.”\r\n\r\n“Crisp, clear and distinctive flavour.”\r\n\r\n<strong>Hot Ginger Beer – Paired with Sailor Jerry Rum</strong><strong> </strong>\r\n\r\nFeeling hot, hot, hot! This amazingly spicy drink is packed with wonderful root ginger that really heats things up. Slightly hotter than its usual counterpart, this award-winning beverage is a ginger beer to remember for enthusiasts and customers looking to try something new. Lemon juice and oil give crucial citrus notes, with the raw cane sugar helping the sweetness along. This is for those looking to really spice things up. Recommend this with a spiced rum or a rhubarb gin.\r\n\r\n“Wow this is a real warmer! Would be a lovely drink for a cold winters night.”\r\n\r\n“I love the mixture of spices in these drinks, the spice from the rum and ginger beer complement each other perfectly.”\r\n\r\n“Fantastic flavour; very distinctive.”\r\n\r\n“I’d say that on its own, this ginger beer is up there, if not better than many big-name brands I’ve tried previously.”\r\n\r\n“This would go amazingly with a summer BBQ.”\r\n\r\n<strong>Devon Soda Water – Paired with Jim Beam</strong>\r\n\r\nOur last drink that the panel got to try is Luscombe’s Devon Soda Water. A wonderfully simple drink made with the finest ingredients selected to provide a crisp, clear mixer where the Devonshire spring water plays such an important part. Due to the purity of the spring water, the Soda Water has no aroma as it should do and has a silky-smooth texture. Perfect for mixing with a fine whisky or vodka.\r\n\r\n“Tastes very pure, no artificial flavours coming through at all.”\r\n\r\n“Being a whisky enthusiast, I was sure to taste the whisky alone beforehand and I can definitively say that it really brings out the best qualities of the spirit.”\r\n\r\n“The Soda Water really helps the whiskies aromas and flavours to come alive.”\r\n\r\n“I’ll definitely be ordering one of these to accompany my next whisky on the rocks.”','Taste Test: Truly tonic','','publish','closed','open','','taste-test-truly-tonic','','','2018-08-15 08:00:43','2018-08-15 08:00:43','',0,'http://www.ontradeprogress.com/?p=2265',0,'post','',0),(2266,1,'2018-08-15 07:58:54','2018-08-15 07:58:54','','Screen Shot 2018-08-15 at 08.57.51','','inherit','closed','closed','','screen-shot-2018-08-15-at-08-57-51','','','2018-08-15 07:58:54','2018-08-15 07:58:54','',2265,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-08.57.51.png',0,'attachment','image/png',0),(2267,1,'2018-08-15 07:59:31','2018-08-15 07:59:31','<strong><em>On-Trade Progress </em>examines Luscombe Drinks’ mixers and chats perfect pairings.</strong>\r\n\r\nWith the ‘Ginaisannce’ in full swing, craft, boutique and botanical based spirits are now common place and in high demand across all establishments far and wide.\r\n\r\nWith this high demand ever rising and showing no signs of slowing, a need for a worthy partner to these pieces of liquid art arises. The tonic from the tap no longer quenches their thirst, as more and more customers name a crafted creation as their favoured tipple of choice.\r\n\r\n<em>On-Trade Progress</em> assembled our parched tasting panel on a sunny, summer afternoon to solve this conundrum. We hand-picked a range of the nation’s finest spirits and paired them with a range of Luscombe Drinks’ elegant mixers.\r\n\r\n<strong>Devon Tonic Water – Paired with Whitley Neill’s Rhubarb Vodka </strong>\r\n\r\nFrom the first sip, bubbles dance across the palate spreading a beautifully crafted Asian infusion. With Devonshire spring water laying the foundations on a drink that marks where it all began. This tonic water bursts to life with a dynamic duo of bitter Indian Quinine and citrus notes that arise from the rare Japanese Yuzu fruit. As we all know, the key to all good things is balance. There must be a Yin to pair with the Yang and this tonic water is no exception, as these distinct flavours are countered by a touch of raw cane sugar; the perfect bitter-sweet combination, with an added twist to the timeless classic. We recommend this little treasure alongside any white spirit or on its own!\r\n\r\n<strong>Here’s what the panel had to say about this one:</strong>\r\n\r\n“The light and more bitter flavours of the tonic really help the overall balance of this drink. With another mixer I think this drink would be too sweet.”\r\n\r\n“I’m not really a massive fan of tonic water, but I think I’m going to have to go back on my word… This is fantastic. I’d even enjoy this drink on its own over some ice. Delicious!”\r\n\r\n“I don’t think I’ve ever tasted a tonic water quite like this before. It must be down to the Japanese Yuzu. I admit I did have to do a quick Google to find out what it was, but now the citrusy flavours make sense.”\r\n\r\n“To be honest, this tonic would take pride of place in my glass. A worthy partner to any great gin.”\r\n\r\n“Not just a great taste, but a simply elegant bottle.”\r\n\r\n“Distinctive and recognisable packaging.”\r\n\r\n<strong>Light Devon Tonic Water – Paired with Whitley Neill’s Quince Gin </strong>\r\n\r\nCrafted with the calorie conscious in mind, this light tonic water boasts the same flavoursome credentials as its sweeter sibling. However, with the clever replacement of the cane sugar with fruit sugar, both calories and sugar content are reduced by over half! Due to this clever innovation, all the fantastic flavours still tantalise the taste buds the same way. The Indian Quinine, Japanese Yuzu and the high carbonation all still form a fantastic tonic. Just lighter! Recommend this to be enjoyed by any customer looking for a guilt-free indulgence with a white spirit or as an equally tasty treat, on its own and over ice.\r\n\r\n<strong>Here’s what the panel had to say about this one:</strong>\r\n\r\n“I can instinctively tell this is a light tonic based from the packaging.”\r\n\r\n“I think this tonic, being lighter in taste, really allows the flavours of the drink to shine through.”\r\n\r\n“The lighter tonic takes away some of the sweetness in comparison to the regular tonic, so I think this drink works better for me as I’m a big fan of dry tasting drinks.”\r\n\r\n“A very easy drink, pop me in a nice beer garden with some sun and a big glass of this on ice please!”\r\n\r\n<strong>Elderflower Tonic Water – Paired with Hendrick’s Gin</strong><strong> </strong>\r\n\r\nLuscombe’s range takes a wonderfully floral direction with this next instalment as the tonic water sees an infusion with hand-picked wild elderflower. Delicate elderflower aromas and flavours bring extra depth to the base tonic and provide the perfect accent to the spirit it’s partnered with. Interestingly enough, against less superior counterparts, Luscombe’s Elderflower flavours really follow through to the palate to bring a well-rounded and tasty infusion. Sweet, soft and summery. Recommend this to customers looking for the perfect pairing with their choice of floral gin.\r\n\r\n<strong>Here’s what the panel had to say about this one:</strong>\r\n\r\n“Bitter or dry drinks aren’t really for me, so the sweetness from the Elderflower means I can really enjoy this drink.”\r\n\r\n“I’ve said this with every drink so far and I’ll say it again, alcohol or no alcohol this is delicious!”\r\n\r\n“A truly British summer flavour, they’ve really captured it so well. It tastes so natural.”\r\n\r\n“Even though it’s such a distinctive flavour, it doesn’t overpower the gin, it just complements it.”\r\n\r\n“When you place the bottle amongst the rest of the range, it’s really easy to tell that it’s elderflower.”\r\n\r\n<strong>Grapefruit Tonic Water – Paired with Edinburgh Gin’s Raspberry Liqueur</strong>\r\n\r\nLuscombe trades the rare Japanese Yuzu for juicy Grapefruit in this next instalment of its tonic range. The fruit, native to the Caribbean island of Barbados, brings a vibrant and zesty citrus touch to the tonic. The tartness of the fruit will really help to balance out drinks on the sweeter side without overpowering the intended flavours. A really unique flavour will help sculpt a really unique drink. Recommend this to customers ordering a sweeter or flavoured gin to counterbalance and allow them to enjoy a couple more!\r\n\r\n“I’ve never heard of a Grapefruit tonic before, but I’m definitely glad I have! It puts such an interesting twist on the spirit.”\r\n\r\n“All of these flavours are fantastic. It just tastes so natural and authentic.”\r\n\r\n“The grapefruit flavour is easy to recognise and stands out, but doesn’t overpower the drink, it compliments it.”\r\n\r\n“A pink label is synonymous with Grapefruit and makes it easy and simple to recognise, even from across the bar.”\r\n\r\n“On paper, this sort of mix wouldn’t work… Raspberry and Grapefruit? But my goodness it does. All of us are going crazy for this one and because the sharpness cuts through the sweet, it means I could drink quite a few of these!”\r\n\r\n<strong>Sicilian Bitter Lemon – Paired with Brockmans Gin  </strong><strong> </strong>\r\n\r\nLuscombe brings its organic still Sicilian Lemonade into the mixer world with a few key additions. The Indian Quinine makes another appearance to add a distinct sharpness and carbonation brings the drink physically to life. A mixer where citrus is king, zesty from head to toe, this mixer is authentic and natural in both appearance and taste. Once again, the optimal balance has been achieved. Put this forward to customers looking for an interesting spin on a hedgerow gin.\r\n\r\n“When the description of this gin was given, I wouldn’t think it’d work with so many fruits going on. But you know what? It does work, it really works!”\r\n\r\n“I love how this bitter lemon is really cloudy, makes it look so authentic and natural, none of this ‘lemon flavoured’ business.”\r\n\r\n“Easy to recognise this flavour from a mile off with the colour choice.”\r\n\r\n“The bitter lemon is really fresh tasting, reminds me of how traditional lemonade looks and tastes.”\r\n\r\n“This really helps to reduce the gin’s kick for me, not being a massive gin fan, this makes it really enjoyable.”\r\n\r\n<strong>Lime Crush – Paired with Ketel One Vodka</strong>\r\n\r\nThe second instalment of the cloudy citrus range, the Lime Crush does not disappoint in the slightest, in actuality, it’s the complete opposite. The panel went absolutely mad for this one and couldn’t get enough of it! This modern-day masterpiece is birthed through an amalgamation of organic ingredients. Tangy Sri Lankan lime leads the way, infused by a dose of the vibrant Sicilian lemon juice and finalised by a touch of raw cane sugar which brings the sweet balance against any tartness. An exotic drink which tantalises the taste buds, this beauty can easily be enjoyed on its own, as part of a delicious cocktail/mocktail or with a premium vodka.\r\n\r\n“Being a vodka drinker, usually I find my mixer choices limited on a night out, coca cola or lemonade for example. This really transforms a drink, I’ll be keeping me eye out for this next time I’m out.”\r\n\r\n“Really refreshing, quite citrussy and not sweet which I like, great for current hot days!\r\n\r\n“Apart from lime cordial, I’ve never really found a proper lime mixer and I <em>love</em> lime! An absolute lime lover’s dream!”\r\n\r\n“It’s like someone’s just crushed the limes five minutes ago and bottled them straight away, it’s so fresh tasting.”\r\n\r\n“Because this is tangier and not overly sweet, it really does increase the drinkability of these!”\r\n\r\n<strong>Cucumber Tonic Water – Paired with Bath Tub Navy Strength Gin</strong><strong> </strong>\r\n\r\nBeing one of the favourite garnishes to a G&amp;T, one clever soul thought it’d made sense to infuse the cucumber into the tonic itself, and here we are, presented with another wonderfully crafted mixer to add to your bar. With the tonic still built upon the much-adored base ingredients, the addition of the cucumber really adds a lot of potential to this mixer such as room for other creative garnishes to really help the drink to come alive both in terms of flavour and appearance.\r\n\r\n“The flavour is so authentic and natural tasting, considering cucumber doesn’t have a particularly strong flavour, it really shines through.”\r\n\r\n“This tonic water is perfect for calming the strong alcohol flavours from this gin.”\r\n\r\n“A G&amp;T with a cucumber garnish doesn’t actually taste as good or as flavoursome as this G&amp;T.”\r\n\r\n“This drink really refreshes the palate.”\r\n\r\n“Crisp, clear and distinctive flavour.”\r\n\r\n<strong>Hot Ginger Beer – Paired with Sailor Jerry Rum</strong><strong> </strong>\r\n\r\nFeeling hot, hot, hot! This amazingly spicy drink is packed with wonderful root ginger that really heats things up. Slightly hotter than its usual counterpart, this award-winning beverage is a ginger beer to remember for enthusiasts and customers looking to try something new. Lemon juice and oil give crucial citrus notes, with the raw cane sugar helping the sweetness along. This is for those looking to really spice things up. Recommend this with a spiced rum or a rhubarb gin.\r\n\r\n“Wow this is a real warmer! Would be a lovely drink for a cold winters night.”\r\n\r\n“I love the mixture of spices in these drinks, the spice from the rum and ginger beer complement each other perfectly.”\r\n\r\n“Fantastic flavour; very distinctive.”\r\n\r\n“I’d say that on its own, this ginger beer is up there, if not better than many big-name brands I’ve tried previously.”\r\n\r\n“This would go amazingly with a summer BBQ.”\r\n\r\n<strong>Devon Soda Water – Paired with Jim Beam</strong>\r\n\r\nOur last drink that the panel got to try is Luscombe’s Devon Soda Water. A wonderfully simple drink made with the finest ingredients selected to provide a crisp, clear mixer where the Devonshire spring water plays such an important part. Due to the purity of the spring water, the Soda Water has no aroma as it should do and has a silky-smooth texture. Perfect for mixing with a fine whisky or vodka.\r\n\r\n“Tastes very pure, no artificial flavours coming through at all.”\r\n\r\n“Being a whisky enthusiast, I was sure to taste the whisky alone beforehand and I can definitively say that it really brings out the best qualities of the spirit.”\r\n\r\n“The Soda Water really helps the whiskies aromas and flavours to come alive.”\r\n\r\n“I’ll definitely be ordering one of these to accompany my next whisky on the rocks.”','Taste Test: Truly tonic','','inherit','closed','closed','','2265-revision-v1','','','2018-08-15 07:59:31','2018-08-15 07:59:31','',2265,'http://www.ontradeprogress.com/2018/08/15/2265-revision-v1/',0,'revision','',0),(2268,1,'2018-08-15 08:16:13','2018-08-15 08:16:13','<strong>About Giffard Caribbean Pineapple</strong>\r\n\r\nNoticing a gap in the market for a high-quality pineapple liqueur, Giffard released Giffard Caribbean Pineapple in June 2017 to much praise from bartenders around the world. The infusion is made using both fresh and candied pineapple. When macerated with 7-year-old Caribbean rum, the resulting liqueur has a strong fruity flavour and nose, with noticeable hints of caramel. Neither treacly nor overpowering, its sweet, slightly smoky taste makes it ideal for both professional and amateur cocktail aficionados looking to complete their bar collection.\r\n\r\n<strong>Doubling Down on the Daiquiri</strong>\r\n\r\nThe Daiquiri occupies an established, if uncertain place in the bartending canon. All are expected to master it before venturing into more experimental, craft territory. And yet in more discerning cocktail lounges, daiquiris tend to get snubbed in favour of their more respectable brethren (the Sidecar, the Manhattan, the Old Fashioned). But to dismiss the Daiquiri as frivolous, fruity slush is to misunderstand its true nature—and in honour of recent National Daiquiri Day, it’s time to restore this iconic summer sour to its former glory.\r\n\r\nThe Daiquiri\'s origins go back not to backyard barbecues and blender-bartended hen-dos, but to the iron mines of Daiquirì, Cuba, where an American engineer named Jennings Stockton Cox invented it in 1898. How Cox came up with the recipe is unclear (historical rumour says he mixed it up in a mine with the only ingredients he happened to have on hand; his granddaughter claims he was only trying to blunt the effects of Cuban rum on his hapless American dinner guests). In any case, the cocktail stuck and was subsequently christened ‘Daiquirì’ in honour of its birthplace. Eventually, it made its way to the United States by way of the Army and Navy Club in Washington, D.C., where supposedly, a young naval officer named John F. Kennedy first tried it in the 1940s. Years later, he’d name it his favourite drink.\r\n\r\nIn later decades—perhaps owing to too many slush-machine knockoffs—the Daiquiri’s prestige dipped. A shame to those familiar with its pure form, like Simon Difford, founder of the drink-lovers bible <em>Difford’s Guide,</em> who in 1997 set out on a quest to find a recipe that would help redeem the Daiquiri’s good name. Twenty years and more than a thousand daiquiris later, Difford finally laid down his own iterations of the drink: one classic (10 parts rum, 3 parts lime juice, 1 part sugar), and one variation using tiki bitters and Giffard’s Pineapple Liqueur. The recipe for the latter is below, along with a slightly more minimalist version from drinks writer Matt Pietrek, author of the Cocktail Wonk blog (<u><a href=\"http://www.cocktailwonk.com\">www.cocktailwonk.com</a></u>). In his words, “Today, many people love fruit-forward Daiquiris. However, they’re usually done with purees or juices. That can be hard to do with fresh ingredients in all situations. With Giffard’s great fruit flavours, I can replicate a fruit-forward Daiquiri anytime, anywhere.”\r\n\r\n<strong>Matt Pietrek’s Pineapple Daiquiri</strong>\r\n<ul>\r\n 	<li>60ml Plantation Three Stars White Rum</li>\r\n 	<li>20ml Giffard Caribbean Pineapple liqueur</li>\r\n 	<li>15ml lime juice</li>\r\n 	<li>7ml simple syrup</li>\r\n</ul>\r\n<strong>Simon Difford’s Pineapple Daiquiri</strong>\r\n<ul>\r\n 	<li>30ml pineapple rum</li>\r\n 	<li>30ml Bacardi Ocho Anos Gran Reserva Rum</li>\r\n 	<li>30ml fresh-pressed pineapple juice</li>\r\n 	<li>15ml fresh-squeezed lime juice</li>\r\n 	<li>10ml Giffard Caribbean Pineapple Liqueur</li>\r\n 	<li>10ml sugar syrup</li>\r\n 	<li>3 dashes Tiki bitters</li>\r\n</ul>\r\n<strong> </strong><strong>How to make both: </strong>\r\n<ul>\r\n 	<li>Shake all ingredients with ice and strain into a chilled coupe glass.</li>\r\n</ul>','Doubling Down on the Daiquiri','','publish','closed','open','','doubling-down-on-the-daiquiri','','','2018-08-15 08:16:31','2018-08-15 08:16:31','',0,'http://www.ontradeprogress.com/?p=2268',0,'post','',0),(2269,1,'2018-08-15 08:06:37','2018-08-15 08:06:37','<strong>About Giffard Caribbean Pineapple</strong>\r\n\r\nNoticing a gap in the market for a high-quality pineapple liqueur, Giffard released Giffard Caribbean Pineapple in June 2017 to much praise from bartenders around the world. The infusion is made using both fresh and candied pineapple. When macerated with 7-year-old Caribbean rum, the resulting liqueur has a strong fruity flavour and nose, with noticeable hints of caramel. Neither treacly nor overpowering, its sweet, slightly smoky taste makes it ideal for both professional and amateur cocktail aficionados looking to complete their bar collection.\r\n\r\n<strong>Doubling Down on the Daiquiri</strong>\r\n\r\nThe Daiquiri occupies an established, if uncertain place in the bartending canon. All are expected to master it before venturing into more experimental, craft territory. And yet in more discerning cocktail lounges, daiquiris tend to get snubbed in favour of their more respectable brethren (the Sidecar, the Manhattan, the Old Fashioned). But to dismiss the Daiquiri as frivolous, fruity slush is to misunderstand its true nature—and in honor of recent National Daiquiri Day, it’s time to restore this iconic summer sour to its former glory.\r\n\r\nThe Daiquiri\'s origins go back not to backyard barbecues and blender-bartended hen-dos, but to the iron mines of Daiquirì, Cuba, where an American engineer named Jennings Stockton Cox invented it in 1898. How Cox came up with the recipe is unclear (historical rumour says he mixed it up in a mine with the only ingredients he happened to have on hand; his granddaughter claims he was only trying to blunt the effects of Cuban rum on his hapless American dinner guests). In any case, the cocktail stuck, and was subsequently christened ‘Daiquirì’ in honour of its birthplace. Eventually, it made its way to the United States by way of the Army and Navy Club in Washington, D.C., where supposedly, a young naval officer named John F. Kennedy first tried it in the 1940s. Years later, he’d name it his favourite drink.\r\n\r\nIn later decades—perhaps owing to too many slush-machine knockoffs—the Daiquiri’s prestige dipped. A shame to those familiar with its pure form, like Simon Difford, founder of the drink-lover’s bible <em>Difford’s Guide,</em> who in 1997 set out on a quest to find a recipe that would help redeem the Daiquiri’s good name. Twenty years and more than a thousand daiquiris later, Difford finally laid down his own iterations of the drink: one classic (10 parts rum, 3 parts lime juice, 1 part sugar), and one variation using tiki bitters and Giffard’s Pineapple Liqueur. The recipe for the latter is below, along with a slightly more minimalist version from drinks writer Matt Pietrek, author of the Cocktail Wonk blog (<u><a href=\"http://www.cocktailwonk.com\">www.cocktailwonk.com</a></u>). In his words, “Today, many people love fruit-forward Daiquiris. However, they’re usually done with purees or juices. That can be hard to do with fresh ingredients in all situations. With Giffard’s great fruit flavors, I can replicate a fruit-forward Daiquiri anytime, anywhere.”\r\n\r\n<strong>Matt Pietrek’s Pineapple Daiquiri</strong>\r\n<ul>\r\n 	<li>60ml Plantation Three Stars White Rum</li>\r\n 	<li>20ml Giffard Caribbean Pineapple liqueur</li>\r\n 	<li>15ml lime juice</li>\r\n 	<li>7ml simple syrup</li>\r\n</ul>\r\n<strong>Simon Difford’s Pineapple Daiquiri</strong>\r\n<ul>\r\n 	<li>30ml pineapple rum</li>\r\n 	<li>30ml Bacardi Ocho Anos Gran Reserva Rum</li>\r\n 	<li>30ml fresh-pressed pineapple juice</li>\r\n 	<li>15ml fresh-squeezed lime juice</li>\r\n 	<li>10ml Giffard Caribbean Pineapple Liqueur</li>\r\n 	<li>10ml sugar syrup</li>\r\n 	<li>3 dashes Tiki bitters</li>\r\n</ul>\r\n<strong> </strong><strong>How to make both: </strong>\r\n<ul>\r\n 	<li>Shake all ingredients with ice and strain into a chilled coupe glass.</li>\r\n</ul>','','','inherit','closed','closed','','2268-revision-v1','','','2018-08-15 08:06:37','2018-08-15 08:06:37','',2268,'http://www.ontradeprogress.com/2018/08/15/2268-revision-v1/',0,'revision','',0),(2270,1,'2018-08-15 08:09:10','2018-08-15 08:09:10','<strong>Smell the Coffee, <em>On-Trade Progress</em> <span style=\"font-size: 14px; color: #606569;\">explores WMF’s latest offering, the 1500 S+ </span><span style=\"font-size: 14px; color: #606569;\">and some of its classics.</span></strong>\r\n\r\nWMF, <span style=\"font-size: 14px; color: #606569;\">the coffee machine </span>provider,<span style=\"font-size: 14px; color: #606569;\"> has launched its latest innovative offer; the 1500 S+. With the nation becoming more coffee conscious, and the hospitality industry seeking to provide a quality coffee offering, the 1500 S+ guarantees top quality espresso-based coffee every time.</span>\r\n\r\n<span style=\"font-size: 14px; color: #606569;\">WMF has been producing coffee machines for more than 90 years and prioritises the needs of hospitality professionals. Reliability, consistency and ease of use are considered during the creation of each of its machines.</span>\r\n\r\n<span style=\"font-size: 14px;\">We catch up with Richard Wylie, </span><span style=\"font-size: 14px;\">National Sales Manager at WMF. He </span><span style=\"font-size: 14px;\">says: “Hospitality professionals should </span><span style=\"font-size: 14px;\">be aware of their needs and how much training they are able to offer to their staff. Environments with a high staff turnaround are often facing the challenge of having new employees while the quality </span>of the beverage needs to be kept the same.\r\n\r\n<span style=\"font-size: 14px;\">“Our machines are manufactured in Germany and made to order to meet the specific requirements of every single customer. Our wide range of different sized coffee machines makes it simple to find the perfect solution for every business.”</span>\r\n\r\nRichard <span style=\"font-size: 14px;\">Wylie says: “The 1500 S+ is our latest machine which has been released in May 2018. It comes with a larger touchscreen than the 1500 S and also uses new technology like the Milk Excellence Sensor or the Dynamic Coffee Assist to ensure best quality at all times.”</span>\r\n\r\n<span style=\"font-size: 14px;\">WMF’s latest machine comprises convenience with quality, making coffee orders easy for </span>industry<span style=\"font-size: 14px;\"> with an automatic height adjustable spout and a Choc mixer. The future is here; with the machine’s 10-inch display, waiting staff have access to information on promotional offers, handling videos and nutritional information.</span>\r\n\r\n<span style=\"font-size: 14px;\">All of the above can be accessed through WMF’s CoffeeConnect, which is linked to the 1500 S+ machine. With this integrated database, hospitality professionals have access to all product and process data, necessary for any sustainable business model.</span>\r\n\r\n<span style=\"font-size: 14px;\">“The machine makes it easy for </span><span style=\"font-size: 14px;\">everybody to use it and does not require any extensive training,” continues Wylie. “The cleaning process is explained via </span><span style=\"font-size: 14px;\">a video on the screen which enables everybody to perform this task.”</span>\r\n\r\n<strong><span style=\"font-size: 14px;\">WMF Espresso</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">With automatic portafilter detection </span><span style=\"font-size: 14px;\">(for both single and double measure espressos), WMF espresso is a machine that brings great quality coffee to any restaurant, hotel, bar or venue. The machine’s automatic portafilter monitors the flow of the brew, alerts the user if the grinding degree needs to adjusted, grinds the coffee and taps it with </span><span style=\"font-size: 14px;\">100 per cent consistency. </span>\r\n\r\n<span style=\"font-size: 14px;\">Wylie adds: “The WMF Espresso is </span><span style=\"font-size: 14px;\">a hybrid espresso machine which enables all staff, no matter what level, to dispense espresso in the same high quality every time. It eliminates common mistakes that can lead to failure.” </span><span style=\"font-size: 14px;\">With the machine doing so much of the work for the hospitality staff, great </span><span style=\"font-size: 14px;\">espressos are guaranteed time and time again. The WMF Espresso has two air-cooled coffee bean hoppers for different varieties of coffee bean (espresso and cafe creme), </span><span style=\"font-size: 14px;\">as well as touch display with a wide range of software setting options. Lastly, it has </span>steam jet to warm up to two cups at the same time.\r\n\r\n<strong><span style=\"font-size: 14px;\">WMF 1100 S</span></strong>\r\n\r\n<span style=\"font-size: 14px;\">WMF’s 1100 S fully automated coffee machine is perfect for any small to mid- sized establishment. The stylish machine combines elegance and reliability. With the ability to output up to 80 coffee cups per hour, the machine has a seven-inch touch display that bar staff can use to provide coffee or chocolate-based drinks.</span>\r\n\r\n<span style=\"font-size: 14px;\">The 1100 S’s daily cleaning process is quick and easy thanks to the Click&amp;Clean function, this also means fresh milk can be used and cleaned thoroughly. </span><span style=\"font-size: 14px;\">With more than five colours to choose from, the 1100 S is a stylish option for any hospitality professional.</span>','On... Coffee','','inherit','closed','closed','','2258-revision-v1','','','2018-08-15 08:09:10','2018-08-15 08:09:10','',2258,'http://www.ontradeprogress.com/2018/08/15/2258-revision-v1/',0,'revision','',0),(2271,1,'2018-08-15 08:13:31','2018-08-15 08:13:31','','Screen Shot 2018-08-15 at 09.02.09','','inherit','closed','closed','','screen-shot-2018-08-15-at-09-02-09','','','2018-08-15 08:13:31','2018-08-15 08:13:31','',2268,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-09.02.09.png',0,'attachment','image/png',0),(2272,1,'2018-08-15 08:15:47','2018-08-15 08:15:47','<strong>About Giffard Caribbean Pineapple</strong>\r\n\r\nNoticing a gap in the market for a high-quality pineapple liqueur, Giffard released Giffard Caribbean Pineapple in June 2017 to much praise from bartenders around the world. The infusion is made using both fresh and candied pineapple. When macerated with 7-year-old Caribbean rum, the resulting liqueur has a strong fruity flavour and nose, with noticeable hints of caramel. Neither treacly nor overpowering, its sweet, slightly smoky taste makes it ideal for both professional and amateur cocktail aficionados looking to complete their bar collection.\r\n\r\n<strong>Doubling Down on the Daiquiri</strong>\r\n\r\nThe Daiquiri occupies an established, if uncertain place in the bartending canon. All are expected to master it before venturing into more experimental, craft territory. And yet in more discerning cocktail lounges, daiquiris tend to get snubbed in favour of their more respectable brethren (the Sidecar, the Manhattan, the Old Fashioned). But to dismiss the Daiquiri as frivolous, fruity slush is to misunderstand its true nature—and in honour of recent National Daiquiri Day, it’s time to restore this iconic summer sour to its former glory.\r\n\r\nThe Daiquiri\'s origins go back not to backyard barbecues and blender-bartended hen-dos, but to the iron mines of Daiquirì, Cuba, where an American engineer named Jennings Stockton Cox invented it in 1898. How Cox came up with the recipe is unclear (historical rumour says he mixed it up in a mine with the only ingredients he happened to have on hand; his granddaughter claims he was only trying to blunt the effects of Cuban rum on his hapless American dinner guests). In any case, the cocktail stuck and was subsequently christened ‘Daiquirì’ in honour of its birthplace. Eventually, it made its way to the United States by way of the Army and Navy Club in Washington, D.C., where supposedly, a young naval officer named John F. Kennedy first tried it in the 1940s. Years later, he’d name it his favourite drink.\r\n\r\nIn later decades—perhaps owing to too many slush-machine knockoffs—the Daiquiri’s prestige dipped. A shame to those familiar with its pure form, like Simon Difford, founder of the drink-lovers bible <em>Difford’s Guide,</em> who in 1997 set out on a quest to find a recipe that would help redeem the Daiquiri’s good name. Twenty years and more than a thousand daiquiris later, Difford finally laid down his own iterations of the drink: one classic (10 parts rum, 3 parts lime juice, 1 part sugar), and one variation using tiki bitters and Giffard’s Pineapple Liqueur. The recipe for the latter is below, along with a slightly more minimalist version from drinks writer Matt Pietrek, author of the Cocktail Wonk blog (<u><a href=\"http://www.cocktailwonk.com\">www.cocktailwonk.com</a></u>). In his words, “Today, many people love fruit-forward Daiquiris. However, they’re usually done with purees or juices. That can be hard to do with fresh ingredients in all situations. With Giffard’s great fruit flavours, I can replicate a fruit-forward Daiquiri anytime, anywhere.”\r\n\r\n<strong>Matt Pietrek’s Pineapple Daiquiri</strong>\r\n<ul>\r\n 	<li>60ml Plantation Three Stars White Rum</li>\r\n 	<li>20ml Giffard Caribbean Pineapple liqueur</li>\r\n 	<li>15ml lime juice</li>\r\n 	<li>7ml simple syrup</li>\r\n</ul>\r\n<strong>Simon Difford’s Pineapple Daiquiri</strong>\r\n<ul>\r\n 	<li>30ml pineapple rum</li>\r\n 	<li>30ml Bacardi Ocho Anos Gran Reserva Rum</li>\r\n 	<li>30ml fresh-pressed pineapple juice</li>\r\n 	<li>15ml fresh-squeezed lime juice</li>\r\n 	<li>10ml Giffard Caribbean Pineapple Liqueur</li>\r\n 	<li>10ml sugar syrup</li>\r\n 	<li>3 dashes Tiki bitters</li>\r\n</ul>\r\n<strong> </strong><strong>How to make both: </strong>\r\n<ul>\r\n 	<li>Shake all ingredients with ice and strain into a chilled coupe glass.</li>\r\n</ul>','Doubling Down on the Daiquiri','','inherit','closed','closed','','2268-revision-v1','','','2018-08-15 08:15:47','2018-08-15 08:15:47','',2268,'http://www.ontradeprogress.com/2018/08/15/2268-revision-v1/',0,'revision','',0),(2273,1,'2018-08-15 08:33:24','2018-08-15 08:33:24','<strong>UKHospitality has called on the Scottish Government to scrap the requirement for renewing personal licences, bringing the process in line with England and Wales. </strong>\r\n\r\nThe trade association has responded to the Scottish Government’s consultation, highlighting successful deregulation in England and Wales and calling for the removal of a considerable administrative burden for both businesses and local authorities.\r\n\r\nUKHospitality’s Executive Director in Scotland Willie Macleod said: “Removing the requirement for a renewal process in England and Wales has eliminated a significant administrative burden that wastes valuable time for both licence holders and councils. The deregulation has been effective in England and Wales without any adverse consequences.\r\n\r\n“We are urging the Scottish Government to do the same. The current requirement for personal licence holders to renew is a cost burden that businesses can do without and an administrative hassle for licensing boards.”','UKHospitality calls for scrapping of personal licence renewal in Scotland','','publish','closed','open','','ukhospitality-calls-for-scrapping-of-personal-licence-renewal-in-scotland','','','2018-08-15 08:33:47','2018-08-15 08:33:47','',0,'http://www.ontradeprogress.com/?p=2273',0,'post','',0),(2274,1,'2018-08-15 08:33:24','2018-08-15 08:33:24','<strong>UKHospitality has called on the Scottish Government to scrap the requirement for renewing personal licences, bringing the process in line with England and Wales. </strong>\r\n\r\nThe trade association has responded to the Scottish Government’s consultation, highlighting successful deregulation in England and Wales and calling for the removal of a considerable administrative burden for both businesses and local authorities.\r\n\r\nUKHospitality’s Executive Director in Scotland Willie Macleod said: “Removing the requirement for a renewal process in England and Wales has eliminated a significant administrative burden that wastes valuable time for both licence holders and councils. The deregulation has been effective in England and Wales without any adverse consequences.\r\n\r\n“We are urging the Scottish Government to do the same. The current requirement for personal licence holders to renew is a cost burden that businesses can do without and an administrative hassle for licensing boards.”','UKHospitality calls for scrapping of personal licence renewal in Scotland','','inherit','closed','closed','','2273-revision-v1','','','2018-08-15 08:33:24','2018-08-15 08:33:24','',2273,'http://www.ontradeprogress.com/2018/08/15/2273-revision-v1/',0,'revision','',0),(2275,1,'2018-08-15 08:44:30','0000-00-00 00:00:00','<strong>Arc Tableware’s stunning glassware range offers something for any hospitality table.</strong>\r\n\r\nWe all know how fast paced the industry moves when it comes to drinks; trends are constantly evolving and tastes are always changing. The range of drinks you offer to your consumers and, of course, the appearance of your offerings is hugely important; consumers deserve to experience the art of the perfect serve and truly appreciate the real value and consideration that goes into every drink. But how do you keep your customers engaged?\r\n\r\n<strong>Looking good</strong>\r\n\r\nYou could have the best offering in the world when it comes to a drinks menu, equally you could have a refined and simple selection, but the bottom line is that the first thing your customers see is how the drink is presented. The right glassware goes a long way and sets the tone perfectly about the sort of establishment you are – not everyone has enough space (or time) to have a specialist glass for each and every drink – this is why brands like Chef&amp;Sommelier, as well as Cristal D’Arques, offer up ground-breaking and high-end design solutions to meet these intricate needs.\r\n\r\nChef&amp;Sommelier has developed a ‘super material’ known as Krysta™. This material offers some unbeatable benefits and qualities that simply can’t be found anywhere else on the market, especially at the same price point. Products featuring the Krysta™ logo are glasses that are made from high-quality lead-free crystal glass. A glassware that resists shocks without tarnishing or losing its lustre and sound. The world of hotels, restaurants and wine professionals can now enjoy the many benefits of Krysta™ glasses.\r\n\r\nOne of the latest glassware ranges developed by Chef&amp;Sommelier using its innovative new material is the ‘Aska’ range. The Krysta™ material benefits are included, but perhaps more interestingly, some of the glasses in the range have a unique textured base; this base adds boundless intrigue and style to the glasses making them enhance all manner of drinks. Venues can serve water, cocktails, soft drinks or even beer in these glasses whilst maintaining a really meaningful and interesting appearance, a feat that plainer glassware simply can’t achieve.\r\n\r\n<strong>Meeting expectations</strong>\r\n\r\nUsing glassware to enhance your drinks is no new idea; if there weren’t genuine technical and aesthetic benefits then all glasses would just look the same. Ever increasingly people want to see well-presented drinks that meet their expectations and invoke a feeling of personalisation, Chef&amp;Sommelier believe that this is exactly what Aska offers.\r\n\r\nAnother great brand that recognises the importance of style and personality when serving up drinks is Cristal D’Arques – this luxury Parisian glassware brand has reinvented itself with a variety of stunning designs that mimic an Art Deco style with a touch of minimalist geometry – perfect for those looking to make a statement with their glassware.\r\n\r\nThe Macassar range from Cristal D’Arques is the perfect combination of form and function. The superior clarity of the lead-free crystal gleams in comparison to the stunning angular curves making this range an ideal choice for those who really want to show off and bring attention to their drinks.\r\n\r\nMacassar glasses don’t just look stunning but the selection of capacities and styles available make them ideal for those looking for a variable and flexible glassware solution that still offers a unique and engaging appearance. The versatility and sheer elegance of the Macassar range are clearly demonstrated in the photo (below). The bold angles of the glassware interact harmoniously with the bright colours of drinks making an unforgettable serve, no matter what sort of drinks you choose.\r\n\r\nAs what we drink (and the way we drink it) gradually changes this allows for a whole new way of thinking when it comes to presentation. Textured glasses such as the Macassar range work brilliantly with new colour pallets such as the dark colours found in cold brew coffees or espresso martinis. These exceptional drinks deserve to be served in a way that represents and enhances its unique qualities. One thing is crystal clear, bringing texture to the table is a sure-fire way to keep your customers happy and make the most of a variety of drinks.','Crystal clear glassware','','draft','closed','open','','','','','2018-08-15 08:44:30','2018-08-15 08:44:30','',0,'http://www.ontradeprogress.com/?p=2275',0,'post','',0),(2276,1,'2018-08-15 08:44:30','2018-08-15 08:44:30','<strong>Arc Tableware’s stunning glassware range offers something for any hospitality table.</strong>\r\n\r\nWe all know how fast paced the industry moves when it comes to drinks; trends are constantly evolving and tastes are always changing. The range of drinks you offer to your consumers and, of course, the appearance of your offerings is hugely important; consumers deserve to experience the art of the perfect serve and truly appreciate the real value and consideration that goes into every drink. But how do you keep your customers engaged?\r\n\r\n<strong>Looking good</strong>\r\n\r\nYou could have the best offering in the world when it comes to a drinks menu, equally you could have a refined and simple selection, but the bottom line is that the first thing your customers see is how the drink is presented. The right glassware goes a long way and sets the tone perfectly about the sort of establishment you are – not everyone has enough space (or time) to have a specialist glass for each and every drink – this is why brands like Chef&amp;Sommelier, as well as Cristal D’Arques, offer up ground-breaking and high-end design solutions to meet these intricate needs.\r\n\r\nChef&amp;Sommelier has developed a ‘super material’ known as Krysta™. This material offers some unbeatable benefits and qualities that simply can’t be found anywhere else on the market, especially at the same price point. Products featuring the Krysta™ logo are glasses that are made from high-quality lead-free crystal glass. A glassware that resists shocks without tarnishing or losing its lustre and sound. The world of hotels, restaurants and wine professionals can now enjoy the many benefits of Krysta™ glasses.\r\n\r\nOne of the latest glassware ranges developed by Chef&amp;Sommelier using its innovative new material is the ‘Aska’ range. The Krysta™ material benefits are included, but perhaps more interestingly, some of the glasses in the range have a unique textured base; this base adds boundless intrigue and style to the glasses making them enhance all manner of drinks. Venues can serve water, cocktails, soft drinks or even beer in these glasses whilst maintaining a really meaningful and interesting appearance, a feat that plainer glassware simply can’t achieve.\r\n\r\n<strong>Meeting expectations</strong>\r\n\r\nUsing glassware to enhance your drinks is no new idea; if there weren’t genuine technical and aesthetic benefits then all glasses would just look the same. Ever increasingly people want to see well-presented drinks that meet their expectations and invoke a feeling of personalisation, Chef&amp;Sommelier believe that this is exactly what Aska offers.\r\n\r\nAnother great brand that recognises the importance of style and personality when serving up drinks is Cristal D’Arques – this luxury Parisian glassware brand has reinvented itself with a variety of stunning designs that mimic an Art Deco style with a touch of minimalist geometry – perfect for those looking to make a statement with their glassware.\r\n\r\nThe Macassar range from Cristal D’Arques is the perfect combination of form and function. The superior clarity of the lead-free crystal gleams in comparison to the stunning angular curves making this range an ideal choice for those who really want to show off and bring attention to their drinks.\r\n\r\nMacassar glasses don’t just look stunning but the selection of capacities and styles available make them ideal for those looking for a variable and flexible glassware solution that still offers a unique and engaging appearance. The versatility and sheer elegance of the Macassar range are clearly demonstrated in the photo (below). The bold angles of the glassware interact harmoniously with the bright colours of drinks making an unforgettable serve, no matter what sort of drinks you choose.\r\n\r\nAs what we drink (and the way we drink it) gradually changes this allows for a whole new way of thinking when it comes to presentation. Textured glasses such as the Macassar range work brilliantly with new colour pallets such as the dark colours found in cold brew coffees or espresso martinis. These exceptional drinks deserve to be served in a way that represents and enhances its unique qualities. One thing is crystal clear, bringing texture to the table is a sure-fire way to keep your customers happy and make the most of a variety of drinks.','Crystal clear glassware','','inherit','closed','closed','','2275-revision-v1','','','2018-08-15 08:44:30','2018-08-15 08:44:30','',2275,'http://www.ontradeprogress.com/2018/08/15/2275-revision-v1/',0,'revision','',0),(2277,1,'2018-08-15 08:53:12','2018-08-15 08:53:12','<strong>Foodservice Equipment Marketing Ltd (FEM) has strengthened its marketing team with the promotion of Stacey Archibald to product marketing manager and appointment of Megan Nesbitt as marketing executive.</strong>\r\n\r\nStacey has worked for FEM as marketing assistant for a number of years and has a wealth of experience and knowledge. In her new role she will be focussing primarily on analysing products and supporting the customer experience.\r\n\r\nStacey’s promotion has been underpinned by her successful completion of the Certified Food Service Professional qualification. The CFSP is the industry-specific professional qualification for the UK Foodservice industry. It is designed to improve the levels of professionalism in the sector by creating a universally recognised and respected industry ‘standard’ for knowledge and experience.\r\n\r\nMark Hogan, commercial director, comments: “Stacey’s new role will allow us to take a more proactive analysis of products and our customers.”\r\n\r\nAlongside Stacey, FEM welcomes Megan Nesbitt as their new marketing executive. Megan will be supporting Stacey and Mark. Previously she has worked in similar roles at Alea Casino and Belhaven.\r\n\r\nThese changes follow Mark’s promotion to a commercial director at the beginning of 2018. “Our marketing department plays an increasingly important role in supporting our dealers to help them meet the needs of their customers,” he says. “Stacey’s dedication and experience have really pushed us on in recent years. In Megan we have an enthusiastic professional who will play a pivotal role in helping us build the business.”\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','FEM strengthens marketing team','','publish','closed','open','','fem-strengthens-marketing-team','','','2018-08-15 08:53:12','2018-08-15 08:53:12','',0,'http://www.ontradeprogress.com/?p=2277',0,'post','',0),(2278,1,'2018-08-15 08:51:29','2018-08-15 08:51:29','','Screen Shot 2018-08-15 at 09.50.42','','inherit','closed','closed','','screen-shot-2018-08-15-at-09-50-42','','','2018-08-15 08:51:29','2018-08-15 08:51:29','',2277,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-09.50.42.png',0,'attachment','image/png',0),(2279,1,'2018-08-15 08:53:12','2018-08-15 08:53:12','<strong>Foodservice Equipment Marketing Ltd (FEM) has strengthened its marketing team with the promotion of Stacey Archibald to product marketing manager and appointment of Megan Nesbitt as marketing executive.</strong>\r\n\r\nStacey has worked for FEM as marketing assistant for a number of years and has a wealth of experience and knowledge. In her new role she will be focussing primarily on analysing products and supporting the customer experience.\r\n\r\nStacey’s promotion has been underpinned by her successful completion of the Certified Food Service Professional qualification. The CFSP is the industry-specific professional qualification for the UK Foodservice industry. It is designed to improve the levels of professionalism in the sector by creating a universally recognised and respected industry ‘standard’ for knowledge and experience.\r\n\r\nMark Hogan, commercial director, comments: “Stacey’s new role will allow us to take a more proactive analysis of products and our customers.”\r\n\r\nAlongside Stacey, FEM welcomes Megan Nesbitt as their new marketing executive. Megan will be supporting Stacey and Mark. Previously she has worked in similar roles at Alea Casino and Belhaven.\r\n\r\nThese changes follow Mark’s promotion to a commercial director at the beginning of 2018. “Our marketing department plays an increasingly important role in supporting our dealers to help them meet the needs of their customers,” he says. “Stacey’s dedication and experience have really pushed us on in recent years. In Megan we have an enthusiastic professional who will play a pivotal role in helping us build the business.”\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','FEM strengthens marketing team','','inherit','closed','closed','','2277-revision-v1','','','2018-08-15 08:53:12','2018-08-15 08:53:12','',2277,'http://www.ontradeprogress.com/2018/08/15/2277-revision-v1/',0,'revision','',0),(2280,1,'2018-08-15 09:06:40','2018-08-15 09:06:40','<strong>Maltsmiths has launched its first TV advert following the brand’s Out-of-home and social campaign earlier this year. Highlighting the love the Maltsmiths have for what they do, the 30 second spot ‘When You Love What You Do’ aims to invite people into the craft beer category for the first time. With an upbeat musical track, the film positions Maltsmiths Lager as a crisp and flavourful beer for everyone to enjoy.</strong>\r\n\r\nThe film follows a joyful male and female Maltsmith dancing around a brewery to the tune <em>of Hall and Oates ‘You Make My Dreams’</em>. The large brewery doors open to reveal a green open space full of family and friends enjoying Maltsmiths Lager. The ad finishes with the Maltsmiths pulling pints and sharing their passion with others, highlighting the positive, upbeat nature of the brand.\r\n\r\nBridging the gap between premium lager and craft, Maltsmiths’ Pilsner style Lager and IPA address a key barrier to trial – nervousness around taste - with a crisp, flavourful and refreshing style.\r\n\r\nEarlier this year Maltsmiths undertook an eye-catching redesign across its fonts, lens badges, glassware and packaged range, to create stand-out on the bar and in the fridges, encouraging consumers to trade-up and try craft. The ad campaign has been launched to further improve its already strong performance since launch. With a total media spend of £4.5million in 2018, Maltsmiths has raised its profile as an inclusive beer, making it more attractive to first-timers to the craft beer category.\r\n\r\nIzabela Glodek, Brand Director at HEINEKEN said:  <em>We’re thrilled to launch our brand new Maltsmiths ad that really shows the passion behind the beer. Maltsmiths is the perfect gateway beer for those who want to try craft but aren’t sure where to start and it plays a crucial part in attracting the huge percentage of beer drinkers who are yet to try craft.  We are really proud of our crisp and flavourful beers, and hope our new ad will encourage more consumers to try craft.”</em>\r\n<ul>\r\n 	<li><em>Maltsmiths has launched its first TV campaign following its Out-of-home and social campaign earlier this year. The new TV commercial</em> <em>introduces viewers to the world of the Maltsmiths and their passion for brewing crisp and flavourful beers for everyone to enjoy</em></li>\r\n 	<li><em>‘When You Love What You Do’ aims to invite people into the craft beer segment for the first time by throwing open the doors to the brewery and welcoming consumers in</em></li>\r\n 	<li><em>With 78%<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn1\" name=\"_ftnref1\"><strong>[1]</strong></a> of beer drinkers yet to try craft, stocking an accessible style on the bar is a great way for licensees to attract more customers to trade up<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn2\" name=\"_ftnref2\"><strong>[2]</strong></a>, resulting in more money through the tills</em></li>\r\n</ul>\r\nMaltsmiths is currently available in over 3,500 outlets across the UK with a national footprint<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn3\" name=\"_ftnref3\">[3]</a> and looks to continue its distribution momentum alongside the new campaign. With 78%<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn4\" name=\"_ftnref4\">[4]</a> of beer drinkers in the UK still yet to try craft, having an accessible style on the bar is a great way of attracting more customers into the category and encourage trade-up occasions<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn5\" name=\"_ftnref5\">[5]</a>, meaning more money through the tills.\r\n\r\n<strong><em>Maltsmiths’ ‘When You Love What You Do’ ad will run on TV in August and September and on video on demand from August to October 2018. The ad was devised by St Luke’s and directed by Jake Scott from RSA.</em></strong>\r\n\r\n<strong>Credits:</strong>\r\n\r\n<strong>Creative agency:</strong>  St Luke’s\r\n\r\n<strong>Chief Creative Officer:</strong> Al Young\r\n\r\n<strong>Executive Creative Director: </strong>Richard Denney\r\n\r\n<strong>Art director/copywriter:</strong> Laura Stevens / Claire Wombwell\r\n\r\n<strong>Planning Lead: </strong>Dan Hulse\r\n\r\n<strong>Business Lead:</strong> Lara Poole\r\n\r\n<strong>Agency Producer: </strong>Jenny Busby\r\n\r\n<strong>Media agency:</strong> Starcom\r\n\r\n<strong>Production Company</strong>: RSA Films\r\n\r\n<strong>Director:</strong> Jake Scott\r\n\r\n<strong>Producer: </strong>Garfield Kempton\r\n\r\n<strong>Editor:</strong> Struan Clay – Final Cut\r\n\r\n<strong>Post-production: </strong>Big Buoy<strong> </strong>\r\n\r\n<strong>VFX Producer:</strong> Andy Salem\r\n\r\n<strong>VFX Supervisor:</strong> Tim Davies\r\n\r\n<strong>Colourist:</strong> Mark Horrobin\r\n\r\n<strong>Music consultant: </strong>Ollie White – Theodore\r\n\r\n<strong>Audio post-production: </strong>Jungle','Maltsmiths launches \'When you love what you do\' tv ad','','publish','closed','open','','maltsmiths-launches-when-you-love-what-you-do-tv-ad','','','2018-08-15 09:14:31','2018-08-15 09:14:31','',0,'http://www.ontradeprogress.com/?p=2280',0,'post','',0),(2281,1,'2018-08-15 09:06:07','2018-08-15 09:06:07','','Screen Shot 2018-08-15 at 09.57.42','','inherit','closed','closed','','screen-shot-2018-08-15-at-09-57-42','','','2018-08-15 09:06:07','2018-08-15 09:06:07','',2280,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-09.57.42.png',0,'attachment','image/png',0),(2282,1,'2018-08-15 09:06:40','2018-08-15 09:06:40','<strong>Maltsmiths has launched its first TV advert following the brand’s Out-of-home and social campaign earlier this year. Highlighting the love the Maltsmiths have for what they do, the 30 second spot ‘When You Love What You Do’ aims to invite people into the craft beer category for the first time. With an upbeat musical track, the film positions Maltsmiths Lager as a crisp and flavourful beer for everyone to enjoy.</strong>\r\n\r\nThe film follows a joyful male and female Maltsmith dancing around a brewery to the tune <em>of Hall and Oates ‘You Make My Dreams’</em>. The large brewery doors open to reveal a green open space full of family and friends enjoying Maltsmiths Lager. The ad finishes with the Maltsmiths pulling pints and sharing their passion with others, highlighting the positive, upbeat nature of the brand.\r\n\r\nBridging the gap between premium lager and craft, Maltsmiths’ Pilsner style Lager and IPA address a key barrier to trial – nervousness around taste - with a crisp, flavourful and refreshing style.\r\n\r\nEarlier this year Maltsmiths undertook an eye-catching redesign across its fonts, lens badges, glassware and packaged range, to create stand-out on the bar and in the fridges, encouraging consumers to trade-up and try craft. The ad campaign has been launched to further improve its already strong performance since launch. With a total media spend of £4.5million in 2018, Maltsmiths has raised its profile as an inclusive beer, making it more attractive to first-timers to the craft beer category.\r\n\r\nIzabela Glodek, Brand Director at HEINEKEN said:  <em>We’re thrilled to launch our brand new Maltsmiths ad that really shows the passion behind the beer. Maltsmiths is the perfect gateway beer for those who want to try craft but aren’t sure where to start and it plays a crucial part in attracting the huge percentage of beer drinkers who are yet to try craft.  We are really proud of our crisp and flavourful beers, and hope our new ad will encourage more consumers to try craft.”</em>\r\n<ul>\r\n 	<li><em>Maltsmiths has launched its first TV campaign following its Out-of-home and social campaign earlier this year. The new TV commercial</em> <em>introduces viewers to the world of the Maltsmiths and their passion for brewing crisp and flavourful beers for everyone to enjoy</em></li>\r\n 	<li><em>‘When You Love What You Do’ aims to invite people into the craft beer segment for the first time by throwing open the doors to the brewery and welcoming consumers in</em></li>\r\n 	<li><em>With 78%<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn1\" name=\"_ftnref1\"><strong>[1]</strong></a> of beer drinkers yet to try craft, stocking an accessible style on the bar is a great way for licensees to attract more customers to trade up<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn2\" name=\"_ftnref2\"><strong>[2]</strong></a>, resulting in more money through the tills</em></li>\r\n</ul>\r\nMaltsmiths is currently available in over 3,500 outlets across the UK with a national footprint<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn3\" name=\"_ftnref3\">[3]</a> and looks to continue its distribution momentum alongside the new campaign. With 78%<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn4\" name=\"_ftnref4\">[4]</a> of beer drinkers in the UK still yet to try craft, having an accessible style on the bar is a great way of attracting more customers into the category and encourage trade-up occasions<a href=\"applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn5\" name=\"_ftnref5\">[5]</a>, meaning more money through the tills.\r\n\r\n<strong><em>Maltsmiths’ ‘When You Love What You Do’ ad will run on TV in August and September and on video on demand from August to October 2018. The ad was devised by St Luke’s and directed by Jake Scott from RSA.</em></strong>\r\n\r\n<strong>Credits:</strong>\r\n\r\n<strong>Creative agency:</strong>  St Luke’s\r\n\r\n<strong>Chief Creative Officer:</strong> Al Young\r\n\r\n<strong>Executive Creative Director: </strong>Richard Denney\r\n\r\n<strong>Art director/copywriter:</strong> Laura Stevens / Claire Wombwell\r\n\r\n<strong>Planning Lead: </strong>Dan Hulse\r\n\r\n<strong>Business Lead:</strong> Lara Poole\r\n\r\n<strong>Agency Producer: </strong>Jenny Busby\r\n\r\n<strong>Media agency:</strong> Starcom\r\n\r\n<strong>Production Company</strong>: RSA Films\r\n\r\n<strong>Director:</strong> Jake Scott\r\n\r\n<strong>Producer: </strong>Garfield Kempton\r\n\r\n<strong>Editor:</strong> Struan Clay – Final Cut\r\n\r\n<strong>Post-production: </strong>Big Buoy<strong> </strong>\r\n\r\n<strong>VFX Producer:</strong> Andy Salem\r\n\r\n<strong>VFX Supervisor:</strong> Tim Davies\r\n\r\n<strong>Colourist:</strong> Mark Horrobin\r\n\r\n<strong>Music consultant: </strong>Ollie White – Theodore\r\n\r\n<strong>Audio post-production: </strong>Jungle','Maltsmiths launches \'When you love what you do\' tv ad','','inherit','closed','closed','','2280-revision-v1','','','2018-08-15 09:06:40','2018-08-15 09:06:40','',2280,'http://www.ontradeprogress.com/2018/08/15/2280-revision-v1/',0,'revision','',0),(2284,1,'2018-08-15 09:44:25','2018-08-15 09:44:25','<strong>Sky Sports kicked off the Premier League season with Manchester United on Friday Night Football last week. </strong>\r\n\r\nAfter an incredible summer of football, the much-anticipated Premier League season returned on Friday 10<sup>th</sup> August meaning licensees can continue to show more of the games that matter to their customers at key trading times with Sky Sports.\r\n\r\nAn unmissable opening weekend of Premier League action kicked off with a fiery Friday Night Football match as Manchester United began their title push against Leicester City at Old Trafford.\r\n\r\nManchester United’s city rivals were in action on the first Super Sunday of the season in what was a huge opening weekend live on Sky Sports. Pep Guardiola’s City faced Arsenal in what was new manager Unai Emery’s first Premier League match in charge of the Gunners – and debuts don’t get any tougher as the scoreline proved.\r\n\r\nBetween the 10th August and 1st October, Sky Sports will televise 24 live games featuring all 20 Premier League clubs, bringing pubs and clubs coverage from 17 different grounds and showing the three newly promoted teams – Cardiff, Fulham and Wolves – five times in total.\r\n\r\nIn the 2017-18 season, Sky Sports televised 9 of the top 10 most watched Premier League games out of home<sup>1</sup>, and the headline clashes will continue this term.\r\n\r\n“Throughout the season Sky Sports will continue to show the biggest games on our dedicated Premier League channel, with another season of 126 matches live only on Sky Sports,” said David Rey, the managing director of Sky Business.\r\n\r\nIt’s all part of another thrilling season of football on Sky Sports which features 127 matches from the EFL, the brand n<a href=\"#_edn1\" name=\"_ednref1\">[i]</a>ew UEFA Nations League featuring every England game exclusively live, and Wales, Scotland, Northern Ireland and Republic of Ireland live, 30 matches from the SPFL Premiership including every Old Firm derby, MLS, the Chinese Super League and more.\r\n\r\nPlus, a new deal announced last season means that Sky Sports will remain the home of the Premier League until 2022, providing customers with even more opportunities to drive footfall into their venues.\r\n\r\nFrom 2019/20, Sky Sports will continue to offer more games than any other broadcaster, the biggest head-to-heads with the first-pick match choice every weekend, and match slots at key pub trading times throughout the week - including a new Saturday 7.45pm kick-off.\r\n\r\n<strong>Sky Sports live Premier League fixtures:</strong>\r\n\r\n<strong>August</strong>\r\n\r\nSaturday 18, Cardiff v Newcastle, 12.30pm\r\n\r\nSunday 19, Manchester City v Huddersfield, 1.30pm\r\n\r\nSunday 19, Brighton v Man Utd, 4pm\r\n\r\nMonday 20, Crystal Palace v Liverpool, 8pm\r\n\r\nSaturday 25, Wolves v Man City, 12.30pm\r\n\r\nSunday 26, Watford v Crystal Palace, 1.30pm\r\n\r\nSunday  26, Newcastle v Chelsea, 4pm\r\n\r\nMonday 27, Man Utd v Spurs, 8pm\r\n\r\n<strong>September</strong>\r\n\r\nSaturday 1, Leicester v Liverpool, 12.30pm\r\n\r\nSunday 2, Cardiff v Arsenal, 1.30pm\r\n\r\nSunday 2, Watford v Spurs, 4pm\r\n\r\nSaturday 15, Spurs v Liverpool, 12.30pm\r\n\r\nSunday 16, Wolves v Burnley, 1.30pm\r\n\r\nSunday 16, Everton v West Ham, 4pm\r\n\r\nMonday 17,  Southampton v Brighton, 8pm\r\n\r\nSaturday 22, Fulham v Watford, 12.30pm\r\n\r\nSunday 23, West Ham v Chelsea, 1.30pm\r\n\r\nSunday 23, Arsenal v Everton, 4pm\r\n\r\nSunday 30, Cardiff v Burnley, 4pm\r\n\r\n<strong>October</strong>\r\n\r\nMonday 1, Bournemouth v Crystal Palace, 8pm 2\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\"></a><sup>1</sup> Source: Ipsos Mori Out of Home Viewing Panel August 17-May 18','Sky Sport Season Preview','','publish','closed','open','','sky-sport-season-preview','','','2018-08-15 09:48:32','2018-08-15 09:48:32','',0,'http://www.ontradeprogress.com/?p=2284',0,'post','',0),(2285,1,'2018-08-15 09:43:06','2018-08-15 09:43:06','','Screen Shot 2018-08-15 at 10.10.57','','inherit','closed','closed','','screen-shot-2018-08-15-at-10-10-57','','','2018-08-15 09:43:06','2018-08-15 09:43:06','',2284,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-15-at-10.10.57.png',0,'attachment','image/png',0),(2286,1,'2018-08-15 09:43:59','2018-08-15 09:43:59','<strong>Sky Sports kicked off the Premier League season with Manchester United on Friday Night Football last week. </strong>\r\n\r\nAfter an incredible summer of football, the much-anticipated Premier League season returned on Friday 10<sup>th</sup> August meaning licensees can continue to show more of the games that matter. After an incredible summer of football, the much-anticipated Premier League season returned on Friday 10<sup>th</sup> August meaning licensees can continue to show more of the games that matter to their customers at key trading times with Sky Sports.\r\n\r\nAn unmissable opening weekend of Premier League action kicked off with a fiery Friday Night Football match as Manchester United began their title push against Leicester City at Old Trafford.\r\n\r\nManchester United’s city rivals were in action on the first Super Sunday of the season in what was a huge opening weekend live on Sky Sports. Pep Guardiola’s City faced Arsenal in what was new manager Unai Emery’s first Premier League match in charge of the Gunners – and debuts don’t get any tougher as the scoreline proved.\r\n\r\nBetween the 10th August and 1st October, Sky Sports will televise 24 live games featuring all 20 Premier League clubs, bringing pubs and clubs coverage from 17 different grounds and showing the three newly promoted teams – Cardiff, Fulham and Wolves – five times in total.\r\n\r\nIn the 2017-18 season, Sky Sports televised 9 of the top 10 most watched Premier League games out of home<sup>1</sup>, and the headline clashes will continue this term.\r\n\r\n“Throughout the season Sky Sports will continue to show the biggest games on our dedicated Premier League channel, with another season of 126 matches live only on Sky Sports,” said David Rey, the managing director of Sky Business.\r\n\r\nIt’s all part of another thrilling season of football on Sky Sports which features 127 matches from the EFL, the brand n<a href=\"#_edn1\" name=\"_ednref1\">[i]</a>ew UEFA Nations League featuring every England game exclusively live, and Wales, Scotland, Northern Ireland and Republic of Ireland live, 30 matches from the SPFL Premiership including every Old Firm derby, MLS, the Chinese Super League and more.\r\n\r\nPlus, a new deal announced last season means that Sky Sports will remain the home of the Premier League until 2022, providing customers with even more opportunities to drive footfall into their venues.\r\n\r\nFrom 2019/20, Sky Sports will continue to offer more games than any other broadcaster, the biggest head-to-heads with the first-pick match choice every weekend, and match slots at key pub trading times throughout the week - including a new Saturday 7.45pm kick-off.\r\n\r\n<strong>Sky Sports live Premier League fixtures:</strong>\r\n\r\n<strong>August</strong>\r\n\r\nSaturday 18, Cardiff v Newcastle, 12.30pm\r\n\r\nSunday 19, Manchester City v Huddersfield, 1.30pm\r\n\r\nSunday 19, Brighton v Man Utd, 4pm\r\n\r\nMonday 20, Crystal Palace v Liverpool, 8pm\r\n\r\nSaturday 25, Wolves v Man City, 12.30pm\r\n\r\nSunday 26, Watford v Crystal Palace, 1.30pm\r\n\r\nSunday  26, Newcastle v Chelsea, 4pm\r\n\r\nMonday 27, Man Utd v Spurs, 8pm\r\n\r\n<strong>September</strong>\r\n\r\nSaturday 1, Leicester v Liverpool, 12.30pm\r\n\r\nSunday 2, Cardiff v Arsenal, 1.30pm\r\n\r\nSunday 2, Watford v Spurs, 4pm\r\n\r\nSaturday 15, Spurs v Liverpool, 12.30pm\r\n\r\nSunday 16, Wolves v Burnley, 1.30pm\r\n\r\nSunday 16, Everton v West Ham, 4pm\r\n\r\nMonday 17,  Southampton v Brighton, 8pm\r\n\r\nSaturday 22, Fulham v Watford, 12.30pm\r\n\r\nSunday 23, West Ham v Chelsea, 1.30pm\r\n\r\nSunday 23, Arsenal v Everton, 4pm\r\n\r\nSunday 30, Cardiff v Burnley, 4pm\r\n\r\n<strong>October</strong>\r\n\r\nMonday 1, Bournemouth v Crystal Palace, 8pm 2\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\"></a><sup>1</sup> Source: Ipsos Mori Out of Home Viewing Panel August 17-May 18','Sport Season Preview','','inherit','closed','closed','','2284-revision-v1','','','2018-08-15 09:43:59','2018-08-15 09:43:59','',2284,'http://www.ontradeprogress.com/2018/08/15/2284-revision-v1/',0,'revision','',0),(2287,1,'2018-08-15 09:46:45','2018-08-15 09:46:45','<strong>Sky Sports kicked off the Premier League season with Manchester United on Friday Night Football last week. </strong>\r\n\r\nAfter an incredible summer of football, the much-anticipated Premier League season returned on Friday 10<sup>th</sup> August meaning licensees can continue to show more of the games that matter. After an incredible summer of football, the much-anticipated Premier League season returned on Friday 10<sup>th</sup> August meaning licensees can continue to show more of the games that matter to their customers at key trading times with Sky Sports.\r\n\r\nAn unmissable opening weekend of Premier League action kicked off with a fiery Friday Night Football match as Manchester United began their title push against Leicester City at Old Trafford.\r\n\r\nManchester United’s city rivals were in action on the first Super Sunday of the season in what was a huge opening weekend live on Sky Sports. Pep Guardiola’s City faced Arsenal in what was new manager Unai Emery’s first Premier League match in charge of the Gunners – and debuts don’t get any tougher as the scoreline proved.\r\n\r\nBetween the 10th August and 1st October, Sky Sports will televise 24 live games featuring all 20 Premier League clubs, bringing pubs and clubs coverage from 17 different grounds and showing the three newly promoted teams – Cardiff, Fulham and Wolves – five times in total.\r\n\r\nIn the 2017-18 season, Sky Sports televised 9 of the top 10 most watched Premier League games out of home<sup>1</sup>, and the headline clashes will continue this term.\r\n\r\n“Throughout the season Sky Sports will continue to show the biggest games on our dedicated Premier League channel, with another season of 126 matches live only on Sky Sports,” said David Rey, the managing director of Sky Business.\r\n\r\nIt’s all part of another thrilling season of football on Sky Sports which features 127 matches from the EFL, the brand n<a href=\"#_edn1\" name=\"_ednref1\">[i]</a>ew UEFA Nations League featuring every England game exclusively live, and Wales, Scotland, Northern Ireland and Republic of Ireland live, 30 matches from the SPFL Premiership including every Old Firm derby, MLS, the Chinese Super League and more.\r\n\r\nPlus, a new deal announced last season means that Sky Sports will remain the home of the Premier League until 2022, providing customers with even more opportunities to drive footfall into their venues.\r\n\r\nFrom 2019/20, Sky Sports will continue to offer more games than any other broadcaster, the biggest head-to-heads with the first-pick match choice every weekend, and match slots at key pub trading times throughout the week - including a new Saturday 7.45pm kick-off.\r\n\r\n<strong>Sky Sports live Premier League fixtures:</strong>\r\n\r\n<strong>August</strong>\r\n\r\nSaturday 18, Cardiff v Newcastle, 12.30pm\r\n\r\nSunday 19, Manchester City v Huddersfield, 1.30pm\r\n\r\nSunday 19, Brighton v Man Utd, 4pm\r\n\r\nMonday 20, Crystal Palace v Liverpool, 8pm\r\n\r\nSaturday 25, Wolves v Man City, 12.30pm\r\n\r\nSunday 26, Watford v Crystal Palace, 1.30pm\r\n\r\nSunday  26, Newcastle v Chelsea, 4pm\r\n\r\nMonday 27, Man Utd v Spurs, 8pm\r\n\r\n<strong>September</strong>\r\n\r\nSaturday 1, Leicester v Liverpool, 12.30pm\r\n\r\nSunday 2, Cardiff v Arsenal, 1.30pm\r\n\r\nSunday 2, Watford v Spurs, 4pm\r\n\r\nSaturday 15, Spurs v Liverpool, 12.30pm\r\n\r\nSunday 16, Wolves v Burnley, 1.30pm\r\n\r\nSunday 16, Everton v West Ham, 4pm\r\n\r\nMonday 17,  Southampton v Brighton, 8pm\r\n\r\nSaturday 22, Fulham v Watford, 12.30pm\r\n\r\nSunday 23, West Ham v Chelsea, 1.30pm\r\n\r\nSunday 23, Arsenal v Everton, 4pm\r\n\r\nSunday 30, Cardiff v Burnley, 4pm\r\n\r\n<strong>October</strong>\r\n\r\nMonday 1, Bournemouth v Crystal Palace, 8pm 2\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\"></a><sup>1</sup> Source: Ipsos Mori Out of Home Viewing Panel August 17-May 18','Sky Sport Season Preview','','inherit','closed','closed','','2284-revision-v1','','','2018-08-15 09:46:45','2018-08-15 09:46:45','',2284,'http://www.ontradeprogress.com/2018/08/15/2284-revision-v1/',0,'revision','',0),(2288,1,'2018-08-15 09:48:32','2018-08-15 09:48:32','<strong>Sky Sports kicked off the Premier League season with Manchester United on Friday Night Football last week. </strong>\r\n\r\nAfter an incredible summer of football, the much-anticipated Premier League season returned on Friday 10<sup>th</sup> August meaning licensees can continue to show more of the games that matter to their customers at key trading times with Sky Sports.\r\n\r\nAn unmissable opening weekend of Premier League action kicked off with a fiery Friday Night Football match as Manchester United began their title push against Leicester City at Old Trafford.\r\n\r\nManchester United’s city rivals were in action on the first Super Sunday of the season in what was a huge opening weekend live on Sky Sports. Pep Guardiola’s City faced Arsenal in what was new manager Unai Emery’s first Premier League match in charge of the Gunners – and debuts don’t get any tougher as the scoreline proved.\r\n\r\nBetween the 10th August and 1st October, Sky Sports will televise 24 live games featuring all 20 Premier League clubs, bringing pubs and clubs coverage from 17 different grounds and showing the three newly promoted teams – Cardiff, Fulham and Wolves – five times in total.\r\n\r\nIn the 2017-18 season, Sky Sports televised 9 of the top 10 most watched Premier League games out of home<sup>1</sup>, and the headline clashes will continue this term.\r\n\r\n“Throughout the season Sky Sports will continue to show the biggest games on our dedicated Premier League channel, with another season of 126 matches live only on Sky Sports,” said David Rey, the managing director of Sky Business.\r\n\r\nIt’s all part of another thrilling season of football on Sky Sports which features 127 matches from the EFL, the brand n<a href=\"#_edn1\" name=\"_ednref1\">[i]</a>ew UEFA Nations League featuring every England game exclusively live, and Wales, Scotland, Northern Ireland and Republic of Ireland live, 30 matches from the SPFL Premiership including every Old Firm derby, MLS, the Chinese Super League and more.\r\n\r\nPlus, a new deal announced last season means that Sky Sports will remain the home of the Premier League until 2022, providing customers with even more opportunities to drive footfall into their venues.\r\n\r\nFrom 2019/20, Sky Sports will continue to offer more games than any other broadcaster, the biggest head-to-heads with the first-pick match choice every weekend, and match slots at key pub trading times throughout the week - including a new Saturday 7.45pm kick-off.\r\n\r\n<strong>Sky Sports live Premier League fixtures:</strong>\r\n\r\n<strong>August</strong>\r\n\r\nSaturday 18, Cardiff v Newcastle, 12.30pm\r\n\r\nSunday 19, Manchester City v Huddersfield, 1.30pm\r\n\r\nSunday 19, Brighton v Man Utd, 4pm\r\n\r\nMonday 20, Crystal Palace v Liverpool, 8pm\r\n\r\nSaturday 25, Wolves v Man City, 12.30pm\r\n\r\nSunday 26, Watford v Crystal Palace, 1.30pm\r\n\r\nSunday  26, Newcastle v Chelsea, 4pm\r\n\r\nMonday 27, Man Utd v Spurs, 8pm\r\n\r\n<strong>September</strong>\r\n\r\nSaturday 1, Leicester v Liverpool, 12.30pm\r\n\r\nSunday 2, Cardiff v Arsenal, 1.30pm\r\n\r\nSunday 2, Watford v Spurs, 4pm\r\n\r\nSaturday 15, Spurs v Liverpool, 12.30pm\r\n\r\nSunday 16, Wolves v Burnley, 1.30pm\r\n\r\nSunday 16, Everton v West Ham, 4pm\r\n\r\nMonday 17,  Southampton v Brighton, 8pm\r\n\r\nSaturday 22, Fulham v Watford, 12.30pm\r\n\r\nSunday 23, West Ham v Chelsea, 1.30pm\r\n\r\nSunday 23, Arsenal v Everton, 4pm\r\n\r\nSunday 30, Cardiff v Burnley, 4pm\r\n\r\n<strong>October</strong>\r\n\r\nMonday 1, Bournemouth v Crystal Palace, 8pm 2\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\"></a><sup>1</sup> Source: Ipsos Mori Out of Home Viewing Panel August 17-May 18','Sky Sport Season Preview','','inherit','closed','closed','','2284-revision-v1','','','2018-08-15 09:48:32','2018-08-15 09:48:32','',2284,'http://www.ontradeprogress.com/2018/08/15/2284-revision-v1/',0,'revision','',0),(2290,1,'2018-08-17 07:12:46','2018-08-17 07:12:46','<span style=\"font-family: Calibri;\"><strong>Ever dreamed of travelling around the globe, having adventures along the way and being paid to do it? Well these dreams could now become a reality thanks to conceptual hospitality company, Inception Group, who announced the job of a lifetime today. In celebration of the launch of their new bar, Mr Fogg\'s Society of Exploration, they will send one successful candidate and their travelling companion of choice Around the World in 80 Days, following a route inspired by Jules Verne\'s fictional explorer, Phileas Fogg in his sensational Victorian novel.</strong></span>\r\n\r\nAnnounced 146 years after Mr Fogg\'s departure from Charing Cross Station on his epic journey with his trusty valet Passepartout, Mr Fogg\'s have teamed up with Bombay Sapphire to offer an experience and position that most people can only dream of. From Mumbai to Hong Kong, Tokyo to San Francisco, New York to Lisbon, one lucky pair will be hired as Global Ambassadors as they race against the clock and around the world, ensuring they make it back in 80 days.\r\n\r\nOur explorers will be kept busy along the way, charged with documenting this modern take on Mr Fogg\'s original journey by writing in their bespoke Aspinal of London journal, posting on social media channels and writing a blog about their travels. Each explorer will be gifted an atlas, journal, luggage tags and a hip flask, all bespoke pieces made by Aspinal of London for the occasion. They will also be responsible for collecting botanicals and inspiration along the way to bring back to London to create their very own \'Around the World Cocktail\' made with ingredients from every corner of the globe. Their path will lead them to the newly opened Mr Fogg\'s Society of Exploration, a stone\'s throw from Charing Cross Station, where the returning adventurers will be the first to try their own cocktail creation, which they will be able to enjoy on the house on every visit they make to the Society of Exploration.\r\n\r\nBut beware, the path to becoming one of the greatest storytellers of our age and retracing the steps of Phileas\'s legendary expedition is no walk in the park. Explorers will undergo a rigorous application process culminating in finalists being selected by a real modern day explorer who would give Mr Fogg a run for his money.\r\n\r\nAssisting in choosing that one lucky person, will be famed explorer, Levison Wood. Levison is also a best-selling author and photographer who has covered stories and events around the world for over ten years. His work has featured in international publications around the world including his celebrated \'Walking The Nile\', \'Walking The Americas\' and \'Walking The Himalayas\' on Channel 4. He will use his extensive knowledge and expertise to find the bravest and most talented adventurers to embark on this expedition.\r\n\r\nInception Group founders Charlie Gilkes and Duncan Stirling say of the project,\r\n\"We\'ve loved welcoming people into Mr Fogg\'s world without setting foot outside of London for over five years. We are now delighted to announce the expansion of the Mr Fogg\'s collection and have the chance to send two people around the world in 80 days. We can\'t wait to follow all of their global adventures - Phileas would be proud!\"<b></b>\r\n\r\nApplication form:<span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://www.mr-foggs.com/around-the-world/\">https://www.mr-foggs.com/around-the-world/</a> </u></span><span style=\"font-family: Calibri;\"><b>\r\nLink to video here:</b></span><span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://vimeo.com/234810012\">https://vimeo.com/234810012</a> </u></span><span style=\"font-family: Calibri;\"><b>\r\nLink so Social Media video here:</b></span><span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://vimeo.com/283948141\">https://vimeo.com/283948141</a> </u></span><b></b>\r\n\r\nTo apply for the ultimate dream job, you will need:\r\n· Good photography skills\r\n· Strong brand awareness of Mr Fogg\'s and Bombay Sapphire\r\n· Excellent written communication skills\r\n· Active social media skills\r\n· Valid Passport\r\n· A gin loving friend<b></b>\r\n\r\nThe successful candidate will be expected to:\r\n· Allow everyone to follow their journey with social media posts, digital videos, written posts and photographs on the Mr Fogg\'s Around the World blog and social media accounts\r\n· Collection of botanicals, herbs and spices from each destination to create the limited edition Around the World Cocktail which will feature exclusively at Mr Fogg\'s new bar\r\n· Represent both brands throughout their travels <b></b>\r\n\r\nTo apply for the role:\r\n· Visit:<span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://www.mr-foggs.com/around-the-world/\">https://www.mr-foggs.com/around-the-world/</a> </u></span><span style=\"font-family: Calibri;\">\r\n· View (YouTube video created by Mr Fogg\'s and Bombay Sapphire) for more information and pop up with \"enter to explore the world\"\r\n· Submit your video via the portal www.mr-foggs.com/society-of-exploration\r\n· Inception Group and Bombay Sapphire will select a shortlist of finalists before the successful candidate is selected from the shortlist by explorer Levison Wood\r\n<b>\r\nAbout Mr Fogg\'s Society of Exploration</b>\r\nIn late 2018, a new bar will pull into The Strand at full steam ahead. Sticking to Jules Verne\'s legendary explorer\'s tight schedule, Mr Fogg\'s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to The Strand by Charlie Gilkes and Duncan Stirling\'s Inception Group, and sister venue to acclaimed adventure collection brand, Mr Fogg\'s, the bar will take guests on a thrilling journey inspired b<i>y Around The World in 80 Da</i>ys. <b></b></span>\r\n\r\nAbout Inception Group\r\nThe Inception Group are well loved for their unique conceptual hospitality concepts and also own and operate Chelsea speakeasy Barts, 80s themed nightspot Maggie\'s, Mr Fogg\'s Residence, a Mayfair based bar that is modelled on the actual home of Jules Verne\'s most famous adventurer, Phileas Fogg and its sister venues, Mr Fogg\'s Tavern, a Victorian-inspired Pub and Mr Fogg\'s Gin Parlour, which serves over 300 gins, and Mr Fogg\'s House of Botanicals, a Fitzrovia-based floral oasis serving up cocktails inspired by the botanicals found along Phileas\'s journey. 2018 will see the arrival of two additional Mr Fogg\'s concepts; Mrs Fogg\'s and of course Mr Fogg\'s Society of Exploration, with further Mr Fogg\'s planned to follow in 2019.\r\n\r\nOther Inception Group concepts include Cahoots, a 1940s-inspired bar set in a hidden underground tube station, as well as Bunga Bunga Covent Garden and BungaTINI. BungaTINI is an authentic all-day family friendly Italian pizzeria and bar while situated downstairs, is Bunga Bunga, an all-singing, all-dancing immersive supperclub brimming with old school Italian glamour.<b></b>\r\n\r\nMr Fogg\'s Society of Exploration\r\n1A Bedford Street\r\nLondon, WC2E 9HH\r\nW:<span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://www.mr-foggs.com/society-of-exploration/\">https://www.mr-foggs.com/society-of-exploration/</a> </u></span><span style=\"font-family: Calibri;\">\r\nSocial: @mrfoggsgb</span>','Apply for the chance to go around the world in 80 days with Mr Fogg\'s','','publish','closed','open','','apply-for-the-chance-to-go-around-the-world-in-80-days-with-mr-foggs','','\nhttps://vimeo.com/283948141','2018-08-17 07:12:46','2018-08-17 07:12:46','',0,'http://www.ontradeprogress.com/?p=2290',0,'post','',0),(2291,1,'2018-08-17 07:09:11','2018-08-17 07:09:11','<strong>Tickets are now on sale for this year’s UKHospitality Christmas Lunch to all members, with the early-bird special for operator members closing next week. </strong>\r\n\r\nThe first UKHospitality Christmas Lunch will continue the 23-year tradition of the ALMR Christmas Lunch and will take place at Old Billingsgate in London on Thursday 20<sup>th</sup> December.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “It’s no secret that the Christmas Lunch, in its previous guise under the ALMR, was a celebration that the entire sector could cherish. As we approach the holiday season, we are pleased to announce the lunch is back in business providing a ray of light for a hardworking sector looking to get into the groove and take a bow at the end of the year.\r\n\r\n“Even if the weather is frozen, this will be a great chance to get together, turn up the radio and express yourself at arguably the most in vogue event on the calendar. We’re looking forward to causing a commotion with everybody to acknowledge the fighting spirit of a dynamic sector that echoes, like a prayer, across the landscape of UK business.”\r\n\r\nUKHospitality members can book online now: <a href=\"http://icm-tracking.meltwater.com/link.php?DynEngagement=true&amp;H=BjvWWE9aunwKSQefc4%2FvgWAV5NFmXNIiibdwfSYpapwCAhA%2BfD8oHbPDCeqW5BwBhFYacW1YORAWHbpfihXX2%2BQyHSAw27xPG1eRptcM4%2F08TrXxXGA8pIFGrehOmz5S&amp;G=0&amp;R=https%3A%2F%2Fwww.ukhospitality.org.uk%2Fevent%2Fchristmaslunch2018&amp;I=20180816113431.0000002fbdb0%40mail6-88-usnbn1&amp;X=MHwxMDQ2NzU4OjViNzU2MTNhNzEyZmVmOGQ4MzA2ZWU5MTs%3D&amp;S=ruXF7RPlxghViUTS41aC9StmuV6Yx4ksh35pA03HBCA\">https://www.ukhospitality.org.uk/event/christmaslunch2018</a>','Hold tight, tickets for the UKHospitality Christmas Lunch are on sale','','publish','closed','open','','hold-tight-tickets-for-the-ukhospitality-christmas-lunch-are-on-sale','','','2018-08-17 07:09:11','2018-08-17 07:09:11','',0,'http://www.ontradeprogress.com/?p=2291',0,'post','',0),(2292,1,'2018-08-17 07:09:11','2018-08-17 07:09:11','<strong>Tickets are now on sale for this year’s UKHospitality Christmas Lunch to all members, with the early-bird special for operator members closing next week. </strong>\r\n\r\nThe first UKHospitality Christmas Lunch will continue the 23-year tradition of the ALMR Christmas Lunch and will take place at Old Billingsgate in London on Thursday 20<sup>th</sup> December.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “It’s no secret that the Christmas Lunch, in its previous guise under the ALMR, was a celebration that the entire sector could cherish. As we approach the holiday season, we are pleased to announce the lunch is back in business providing a ray of light for a hardworking sector looking to get into the groove and take a bow at the end of the year.\r\n\r\n“Even if the weather is frozen, this will be a great chance to get together, turn up the radio and express yourself at arguably the most in vogue event on the calendar. We’re looking forward to causing a commotion with everybody to acknowledge the fighting spirit of a dynamic sector that echoes, like a prayer, across the landscape of UK business.”\r\n\r\nUKHospitality members can book online now: <a href=\"http://icm-tracking.meltwater.com/link.php?DynEngagement=true&amp;H=BjvWWE9aunwKSQefc4%2FvgWAV5NFmXNIiibdwfSYpapwCAhA%2BfD8oHbPDCeqW5BwBhFYacW1YORAWHbpfihXX2%2BQyHSAw27xPG1eRptcM4%2F08TrXxXGA8pIFGrehOmz5S&amp;G=0&amp;R=https%3A%2F%2Fwww.ukhospitality.org.uk%2Fevent%2Fchristmaslunch2018&amp;I=20180816113431.0000002fbdb0%40mail6-88-usnbn1&amp;X=MHwxMDQ2NzU4OjViNzU2MTNhNzEyZmVmOGQ4MzA2ZWU5MTs%3D&amp;S=ruXF7RPlxghViUTS41aC9StmuV6Yx4ksh35pA03HBCA\">https://www.ukhospitality.org.uk/event/christmaslunch2018</a>','Hold tight, tickets for the UKHospitality Christmas Lunch are on sale','','inherit','closed','closed','','2291-revision-v1','','','2018-08-17 07:09:11','2018-08-17 07:09:11','',2291,'http://www.ontradeprogress.com/2018/08/17/2291-revision-v1/',0,'revision','',0),(2293,1,'2018-08-17 07:11:13','2018-08-17 07:11:13','','Screen Shot 2018-08-17 at 08.10.33','','inherit','closed','closed','','screen-shot-2018-08-17-at-08-10-33','','','2018-08-17 07:11:13','2018-08-17 07:11:13','',2290,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-08.10.33.png',0,'attachment','image/png',0),(2294,1,'2018-08-17 07:12:46','2018-08-17 07:12:46','<span style=\"font-family: Calibri;\"><strong>Ever dreamed of travelling around the globe, having adventures along the way and being paid to do it? Well these dreams could now become a reality thanks to conceptual hospitality company, Inception Group, who announced the job of a lifetime today. In celebration of the launch of their new bar, Mr Fogg\'s Society of Exploration, they will send one successful candidate and their travelling companion of choice Around the World in 80 Days, following a route inspired by Jules Verne\'s fictional explorer, Phileas Fogg in his sensational Victorian novel.</strong></span>\r\n\r\nAnnounced 146 years after Mr Fogg\'s departure from Charing Cross Station on his epic journey with his trusty valet Passepartout, Mr Fogg\'s have teamed up with Bombay Sapphire to offer an experience and position that most people can only dream of. From Mumbai to Hong Kong, Tokyo to San Francisco, New York to Lisbon, one lucky pair will be hired as Global Ambassadors as they race against the clock and around the world, ensuring they make it back in 80 days.\r\n\r\nOur explorers will be kept busy along the way, charged with documenting this modern take on Mr Fogg\'s original journey by writing in their bespoke Aspinal of London journal, posting on social media channels and writing a blog about their travels. Each explorer will be gifted an atlas, journal, luggage tags and a hip flask, all bespoke pieces made by Aspinal of London for the occasion. They will also be responsible for collecting botanicals and inspiration along the way to bring back to London to create their very own \'Around the World Cocktail\' made with ingredients from every corner of the globe. Their path will lead them to the newly opened Mr Fogg\'s Society of Exploration, a stone\'s throw from Charing Cross Station, where the returning adventurers will be the first to try their own cocktail creation, which they will be able to enjoy on the house on every visit they make to the Society of Exploration.\r\n\r\nBut beware, the path to becoming one of the greatest storytellers of our age and retracing the steps of Phileas\'s legendary expedition is no walk in the park. Explorers will undergo a rigorous application process culminating in finalists being selected by a real modern day explorer who would give Mr Fogg a run for his money.\r\n\r\nAssisting in choosing that one lucky person, will be famed explorer, Levison Wood. Levison is also a best-selling author and photographer who has covered stories and events around the world for over ten years. His work has featured in international publications around the world including his celebrated \'Walking The Nile\', \'Walking The Americas\' and \'Walking The Himalayas\' on Channel 4. He will use his extensive knowledge and expertise to find the bravest and most talented adventurers to embark on this expedition.\r\n\r\nInception Group founders Charlie Gilkes and Duncan Stirling say of the project,\r\n\"We\'ve loved welcoming people into Mr Fogg\'s world without setting foot outside of London for over five years. We are now delighted to announce the expansion of the Mr Fogg\'s collection and have the chance to send two people around the world in 80 days. We can\'t wait to follow all of their global adventures - Phileas would be proud!\"<b></b>\r\n\r\nApplication form:<span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://www.mr-foggs.com/around-the-world/\">https://www.mr-foggs.com/around-the-world/</a> </u></span><span style=\"font-family: Calibri;\"><b>\r\nLink to video here:</b></span><span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://vimeo.com/234810012\">https://vimeo.com/234810012</a> </u></span><span style=\"font-family: Calibri;\"><b>\r\nLink so Social Media video here:</b></span><span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://vimeo.com/283948141\">https://vimeo.com/283948141</a> </u></span><b></b>\r\n\r\nTo apply for the ultimate dream job, you will need:\r\n· Good photography skills\r\n· Strong brand awareness of Mr Fogg\'s and Bombay Sapphire\r\n· Excellent written communication skills\r\n· Active social media skills\r\n· Valid Passport\r\n· A gin loving friend<b></b>\r\n\r\nThe successful candidate will be expected to:\r\n· Allow everyone to follow their journey with social media posts, digital videos, written posts and photographs on the Mr Fogg\'s Around the World blog and social media accounts\r\n· Collection of botanicals, herbs and spices from each destination to create the limited edition Around the World Cocktail which will feature exclusively at Mr Fogg\'s new bar\r\n· Represent both brands throughout their travels <b></b>\r\n\r\nTo apply for the role:\r\n· Visit:<span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://www.mr-foggs.com/around-the-world/\">https://www.mr-foggs.com/around-the-world/</a> </u></span><span style=\"font-family: Calibri;\">\r\n· View (YouTube video created by Mr Fogg\'s and Bombay Sapphire) for more information and pop up with \"enter to explore the world\"\r\n· Submit your video via the portal www.mr-foggs.com/society-of-exploration\r\n· Inception Group and Bombay Sapphire will select a shortlist of finalists before the successful candidate is selected from the shortlist by explorer Levison Wood\r\n<b>\r\nAbout Mr Fogg\'s Society of Exploration</b>\r\nIn late 2018, a new bar will pull into The Strand at full steam ahead. Sticking to Jules Verne\'s legendary explorer\'s tight schedule, Mr Fogg\'s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to The Strand by Charlie Gilkes and Duncan Stirling\'s Inception Group, and sister venue to acclaimed adventure collection brand, Mr Fogg\'s, the bar will take guests on a thrilling journey inspired b<i>y Around The World in 80 Da</i>ys. <b></b></span>\r\n\r\nAbout Inception Group\r\nThe Inception Group are well loved for their unique conceptual hospitality concepts and also own and operate Chelsea speakeasy Barts, 80s themed nightspot Maggie\'s, Mr Fogg\'s Residence, a Mayfair based bar that is modelled on the actual home of Jules Verne\'s most famous adventurer, Phileas Fogg and its sister venues, Mr Fogg\'s Tavern, a Victorian-inspired Pub and Mr Fogg\'s Gin Parlour, which serves over 300 gins, and Mr Fogg\'s House of Botanicals, a Fitzrovia-based floral oasis serving up cocktails inspired by the botanicals found along Phileas\'s journey. 2018 will see the arrival of two additional Mr Fogg\'s concepts; Mrs Fogg\'s and of course Mr Fogg\'s Society of Exploration, with further Mr Fogg\'s planned to follow in 2019.\r\n\r\nOther Inception Group concepts include Cahoots, a 1940s-inspired bar set in a hidden underground tube station, as well as Bunga Bunga Covent Garden and BungaTINI. BungaTINI is an authentic all-day family friendly Italian pizzeria and bar while situated downstairs, is Bunga Bunga, an all-singing, all-dancing immersive supperclub brimming with old school Italian glamour.<b></b>\r\n\r\nMr Fogg\'s Society of Exploration\r\n1A Bedford Street\r\nLondon, WC2E 9HH\r\nW:<span style=\"color: #0068d8; font-family: Calibri;\"><u><a href=\"https://www.mr-foggs.com/society-of-exploration/\">https://www.mr-foggs.com/society-of-exploration/</a> </u></span><span style=\"font-family: Calibri;\">\r\nSocial: @mrfoggsgb</span>','Apply for the chance to go around the world in 80 days with Mr Fogg\'s','','inherit','closed','closed','','2290-revision-v1','','','2018-08-17 07:12:46','2018-08-17 07:12:46','',2290,'http://www.ontradeprogress.com/2018/08/17/2290-revision-v1/',0,'revision','',0),(2295,1,'2018-08-17 08:11:49','2018-08-17 08:11:49','<strong>Writers, journalists, bloggers, broadcasters, photographers and others who communicate about beer and pubs are urged to enter the Guild of Beer Writers\' Annual Awards, which close in three weeks, on 7 September.</strong>\r\n\r\nThis year\'s awards come with a total prize fund of £11,000 to be shared between the winners and runners up in the competition, which aims to reward the best communication about beer and pubs in national, regional, trade and online media as well as books. A new category has been added this year for writing specifically about pubs.\r\n\r\nJudges this year are: Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Zoe Smith, retail correspondent at <em>The Guardian</em> and Mark Taylor, Bristol-based food and drink writer.  The current Beer Writer of the Year, Adrian Tierney-Jones, chairs the panel.\r\n\r\nWork must have been published between 1 September 2017 and 31 August 2018 to be eligible.\r\n\r\nThe Guild publishes a shortlist for all nine categories in November, while the winner and runner up for each will be unveiled at the Guild of Beer Writers annual awards dinner, held at the Chelsea Harbour Hotel on 22 November. One overall Beer Writer of the Year will receive the Michael Jackson Gold Tankard Award.\r\n\r\nFull details of all nine categories in the Awards, and advice on how to submit entries, can be found here: <a href=\"https://app.prmax.co.uk/track/25581111/click/29b1ea56-a09f-11e8-aac7-50e549351d15\">https://www.beerguild.co.uk/awards/</a>\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world – all of which contribute to their beers’ individual characters.\r\n\r\n<strong>Fuller’s London Pride</strong>\r\n\r\nFor Fuller’s, brewing beer is not just our business – it’s our passion. We bring everything to it, committing all our energy and creativity to make Fuller’s beers more special than the rest. It’s that dedication that keeps London Pride as fresh and popular as ever – exhibiting the characteristic longevity of the flower it is named after.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken </strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>Love Your Local\r\n</strong>A campaign, launched in 2018 by Britain\'s Beer Alliance, to celebrate the important role local pubs play in Britain’s community, culture and national identity. It also calls for a cut in the devastatingly high beer duty, which the Government has plans to increase further through RPI linked rises for at least the next three years.\r\n\r\n<strong>St Austell Brewery </strong>\r\n\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region’s most popular beers for sale in pubs, bars and supermarkets in the south west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016.','Beer writing awards - three weeks left to enter','','publish','closed','open','','beer-writing-awards-three-weeks-left-to-enter','','','2018-08-17 08:20:18','2018-08-17 08:20:18','',0,'http://www.ontradeprogress.com/?p=2295',0,'post','',0),(2296,1,'2018-08-17 07:40:24','2018-08-17 07:40:24','','bgobw-logo','','inherit','closed','closed','','bgobw-logo-2','','','2018-08-17 07:40:24','2018-08-17 07:40:24','',2295,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/bgobw-logo.png',0,'attachment','image/png',0),(2297,1,'2018-08-17 07:48:14','2018-08-17 07:48:14','','Screen Shot 2018-08-17 at 08.46.52','','inherit','closed','closed','','screen-shot-2018-08-17-at-08-46-52','','','2018-08-17 07:48:14','2018-08-17 07:48:14','',2295,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-08.46.52.png',0,'attachment','image/png',0),(2298,1,'2018-08-17 08:11:49','2018-08-17 08:11:49','<strong>Writers, journalists, bloggers, broadcasters, photographers and others who communicate about beer and pubs are urged to enter the Guild of Beer Writers\' Annual Awards, which close in three weeks, on 7 September.</strong>\r\n\r\nThis year\'s awards come with a total prize fund of £11,000 to be shared between the winners and runners up in the competition, which aims to reward the best communication about beer and pubs in national, regional, trade and online media as well as books. A new category has been added this year for writing specifically about pubs.\r\n\r\nJudges this year are: Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Zoe Smith, retail correspondent at <em>The Guardian</em> and Mark Taylor, Bristol-based food and drink writer.  The current Beer Writer of the Year, Adrian Tierney-Jones, chairs the panel.\r\n\r\nWork must have been published between 1 September 2017 and 31 August 2018 to be eligible.\r\n\r\nThe Guild publishes a shortlist for all nine categories in November, while the winner and runner up for each will be unveiled at the Guild of Beer Writers annual awards dinner, held at the Chelsea Harbour Hotel on 22 November. One overall Beer Writer of the Year will receive the Michael Jackson Gold Tankard Award.\r\n\r\nFull details of all nine categories in the Awards, and advice on how to submit entries, can be found here: <a href=\"https://app.prmax.co.uk/track/25581111/click/29b1ea56-a09f-11e8-aac7-50e549351d15\">https://www.beerguild.co.uk/awards/</a>\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world – all of which contribute to their beers’ individual characters.\r\n\r\n<strong>Fuller’s London Pride</strong>\r\n\r\nFor Fuller’s, brewing beer is not just our business – it’s our passion. We bring everything to it, committing all our energy and creativity to make Fuller’s beers more special than the rest. It’s that dedication that keeps London Pride as fresh and popular as ever – exhibiting the characteristic longevity of the flower it is named after.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken </strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>Love Your Local\r\n</strong>A campaign, launched in 2018 by Britain\'s Beer Alliance, to celebrate the important role local pubs play in Britain’s community, culture and national identity. It also calls for a cut in the devastatingly high beer duty, which the Government has plans to increase further through RPI linked rises for at least the next three years.\r\n\r\n<strong>St Austell Brewery </strong>\r\n\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region’s most popular beers for sale in pubs, bars and supermarkets in the south west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016.','Beer writing awards - three weeks left to enter','','inherit','closed','closed','','2295-revision-v1','','','2018-08-17 08:11:49','2018-08-17 08:11:49','',2295,'http://www.ontradeprogress.com/2018/08/17/2295-revision-v1/',0,'revision','',0),(2299,1,'2018-08-17 08:20:11','2018-08-17 08:20:11','','Screen Shot 2018-08-17 at 09.19.07','','inherit','closed','closed','','screen-shot-2018-08-17-at-09-19-07','','','2018-08-17 08:20:11','2018-08-17 08:20:11','',2295,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-09.19.07.png',0,'attachment','image/png',0),(2300,1,'2018-08-17 08:31:47','2018-08-17 08:31:47','<strong>New from Artis is this range of everyday glass tumblers that are just perfect for bars and casual dining establishments. Manufactured, Libbey, it is distributed to the UK foodservice industry on an exclusive basis by Artis, the leading supplier of tabletop, glassware and bar products.</strong>\r\n\r\n<strong>KRISTALIANO</strong>\r\n\r\nKristaliano is a contemporary cut glass design effect that exudes vintage-inspired style and modern flair. The collection has been created to prove practical for bar staff in a busy restaurant environment, whilst at the same time, enhancing the drink experience.  The range comprises three styles of glasses – Old Fashioned; Hi-Ball and Beverage Glass - together with a matching pitcher.\r\n\r\nList prices are £1.75 per piece for each of the glass styles and £7.95 for the pitcher.\r\n\r\nThe Kristaliano collection appears in the Artis new products brochure and joins a plethora of glassware lines in the Company’s 2018 portfolio. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','‘Kristaliano\' practical glassware that exudes vintage flair','','publish','closed','open','','kristaliano-practical-glassware-that-exudes-vintage-flair','','','2018-08-17 08:32:27','2018-08-17 08:32:27','',0,'http://www.ontradeprogress.com/?p=2300',0,'post','',0),(2301,1,'2018-08-17 08:30:22','2018-08-17 08:30:22','','Screen Shot 2018-08-17 at 09.24.25','','inherit','closed','closed','','screen-shot-2018-08-17-at-09-24-25','','','2018-08-17 08:30:22','2018-08-17 08:30:22','',2300,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-09.24.25.png',0,'attachment','image/png',0),(2302,1,'2018-08-17 08:30:49','2018-08-17 08:30:49','<strong>New from Artis is this range of everyday glass tumblers that are just perfect for bars and casual dining establishments. Manufactured, Libbey, it is distributed to the UK foodservice industry on an exclusive basis by Artis, the leading supplier of tabletop, glassware and bar products.</strong>\r\n\r\n<strong>KRISTALIANO</strong>\r\n\r\nKristaliano is a contemporary cut glass design effect that exudes vintage-inspired style and modern flair. The collection has been created to prove practical for bar staff in a busy restaurant environment, whilst at the same time, enhancing the drink experience.  The range comprises three styles of glasses – Old Fashioned; Hi-Ball and Beverage Glass - together with a matching pitcher.\r\n\r\nList prices are £1.75 per piece for each of the glass styles and £7.95 for the pitcher.\r\n\r\nThe Kristaliano collection appears in the Artis new products brochure and joins a plethora of glassware lines in the Company’s 2018 portfolio. For your own personal copy call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','‘Kristaliano\' practical glassware that exudes vintage flair','','inherit','closed','closed','','2300-revision-v1','','','2018-08-17 08:30:49','2018-08-17 08:30:49','',2300,'http://www.ontradeprogress.com/2018/08/17/2300-revision-v1/',0,'revision','',0),(2303,1,'2018-08-17 08:50:15','2018-08-17 08:50:15','Manchester-based importer Morgenrot has reinforced its world beer portfolio after the launch of Windhoek Draught from Namibia Breweries Ltd.\r\n\r\nJoining Windhoek Lager, which is now well established in the UK, Windhoek Draught is an easy-drinking, deliciously smooth and ultra-refreshing beer from a country that understands the need for quality liquid refreshment, as Namibia is one of the driest in the world.\r\n\r\nProudly brewed in accordance with the German Purity Law (Reinheitsgebot) of 1516, the Windhoek beers are made using only the finest hops, malted barley and water plus their own specially cultivated yeast which is filtered out before bottling.\r\n\r\n<strong>Windhoek Draught</strong>\r\n\r\nDescription/Tasting: A session-able lager offering the full draught experience straight from the bottle. This beer is extraordinarily fresh, full flavoured and has a slightly sweeter finish than the Windhoek Lager. The #PureBeer has no additives, no preservatives and is suitable for vegans.\r\n\r\nABV: 4%\r\n\r\nIBU: 17\r\n\r\nFormat/price: 24 x 33cl bottles with a list price of £24.50.\r\n\r\nThe launch is part of a summer of brand activation and events for the African beer brand, which has partnered with Save the Rhino International (UK Registered Charity Number 1035072) with the aim of raising £5,000 for their conservation efforts. The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.\r\n\r\nIt kicked off the UK fundraising campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar in Brighton have now also launched a ‘Windhoek Wednesday’ live music night and the Pig &amp; Whistle pub in Wandsworth helped raise £1250.\r\n\r\nGraham Archibald, Morgenrot Sales Director, said:\r\n\r\n“The Windhoek Lager brand continues to see interest due to its quality and strong southern African following.  Windhoek Draught is a beer made in the same vein and one regularly requested from consumers so it’s great to add it to our portfolio.  The two beers will be central to our sales push and with a creative marketing campaign plus the partnership with Save The Rhino International, we’re very excited about where the brand can go.”\r\n\r\n<strong>About Namibia Breweries Ltd</strong>\r\n\r\nThe story of Windhoek beer began with two German bankers arriving in the erstwhile German Colony of South West Africa in 1906. Hermann Ohlthaver and Carl List were completely unprepared for the searing sun and desolate landscape and wondered what madness had brought them there and how soon they could return to civilisation. Yet they never did. Instead, in 1920 they scraped together their life’s savings and bought four small local breweries, one more run-down than the next.\r\n\r\nThe Windhoek founders were passionate about beer; beer made the German way, made according to the Reinheitsgebot of 1516 and so Namibia’s 100% pure beer was born.  Today the production capacity of the Windhoek Brewery is upwards of 2.2 million hectolitres per annum. Beer from this site travels to the furthest corners of Africa and around the world.\r\n\r\nThe brewery’s flagship brand, Windhoek Lager is a supreme quality, naturally brewed lager with no additives or preservatives.  Full in flavour, the beer has an abv of 4% and offers a long, rich and slightly bitter crisp, clean finish.\r\n\r\nFor further information visit <u><a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.windhoekbeer.com%2F&amp;data=02%7C01%7C%7C9e8fecae2b1e4e8380b808d5e1b4e865%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636663089461911787&amp;sdata=S3bwwBLZ11OSjuNe5D%2BFaZGIDvFnMItH4XFunK%2FdPno%3D&amp;reserved=0\">www.windhoekbeer.com</a></u> or follow on Twitter @Windhoekbeer_UK','Windhoek Draught descends on the UK','','publish','closed','open','','windhoek-draught-descends-on-the-uk','','','2018-08-17 08:50:15','2018-08-17 08:50:15','',0,'http://www.ontradeprogress.com/?p=2303',0,'post','',0),(2304,1,'2018-08-17 08:49:14','2018-08-17 08:49:14','','Screen Shot 2018-08-17 at 09.46.27','','inherit','closed','closed','','screen-shot-2018-08-17-at-09-46-27','','','2018-08-17 08:49:14','2018-08-17 08:49:14','',2303,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-09.46.27.png',0,'attachment','image/png',0),(2305,1,'2018-08-17 08:49:44','2018-08-17 08:49:44','Manchester-based importer Morgenrot has reinforced its world beer portfolio after the launch of Windhoek Draught from Namibia Breweries Ltd.\r\n\r\nJoining Windhoek Lager, which is now well established in the UK, Windhoek Draught is an easy-drinking, deliciously smooth and ultra-refreshing beer from a country that understands the need for quality liquid refreshment, as Namibia is one of the driest in the world.\r\n\r\nProudly brewed in accordance with the German Purity Law (Reinheitsgebot) of 1516, the Windhoek beers are made using only the finest hops, malted barley and water plus their own specially cultivated yeast which is filtered out before bottling.\r\n\r\n<strong>Windhoek Draught</strong>\r\n\r\nDescription/Tasting: A session-able lager offering the full draught experience straight from the bottle. This beer is extraordinarily fresh, full flavoured and has a slightly sweeter finish than the Windhoek Lager. The #PureBeer has no additives, no preservatives and is suitable for vegans.\r\n\r\nABV: 4%\r\n\r\nIBU: 17\r\n\r\nFormat/price: 24 x 33cl bottles with a list price of £24.50.\r\n\r\nThe launch is part of a summer of brand activation and events for the African beer brand, which has partnered with Save the Rhino International (UK Registered Charity Number 1035072) with the aim of raising £5,000 for their conservation efforts. The #PureBeer brand has always supported rhino conservation in Namibia, previously funding a Piper Cub plane to aid the fight against rhino poaching.\r\n\r\nIt kicked off the UK fundraising campaign in May with a Windhoek Lager team member running the Hackney Half Marathon in a rhino outfit and raising £750. Brighton Rocks Bar in Brighton have now also launched a ‘Windhoek Wednesday’ live music night and the Pig &amp; Whistle pub in Wandsworth helped raise £1250.\r\n\r\nGraham Archibald, Morgenrot Sales Director, said:\r\n\r\n“The Windhoek Lager brand continues to see interest due to its quality and strong southern African following.  Windhoek Draught is a beer made in the same vein and one regularly requested from consumers so it’s great to add it to our portfolio.  The two beers will be central to our sales push and with a creative marketing campaign plus the partnership with Save The Rhino International, we’re very excited about where the brand can go.”\r\n\r\n<strong>About Namibia Breweries Ltd</strong>\r\n\r\nThe story of Windhoek beer began with two German bankers arriving in the erstwhile German Colony of South West Africa in 1906. Hermann Ohlthaver and Carl List were completely unprepared for the searing sun and desolate landscape and wondered what madness had brought them there and how soon they could return to civilisation. Yet they never did. Instead, in 1920 they scraped together their life’s savings and bought four small local breweries, one more run-down than the next.\r\n\r\nThe Windhoek founders were passionate about beer; beer made the German way, made according to the Reinheitsgebot of 1516 and so Namibia’s 100% pure beer was born.  Today the production capacity of the Windhoek Brewery is upwards of 2.2 million hectolitres per annum. Beer from this site travels to the furthest corners of Africa and around the world.\r\n\r\nThe brewery’s flagship brand, Windhoek Lager is a supreme quality, naturally brewed lager with no additives or preservatives.  Full in flavour, the beer has an abv of 4% and offers a long, rich and slightly bitter crisp, clean finish.\r\n\r\nFor further information visit <u><a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.windhoekbeer.com%2F&amp;data=02%7C01%7C%7C9e8fecae2b1e4e8380b808d5e1b4e865%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636663089461911787&amp;sdata=S3bwwBLZ11OSjuNe5D%2BFaZGIDvFnMItH4XFunK%2FdPno%3D&amp;reserved=0\">www.windhoekbeer.com</a></u> or follow on Twitter @Windhoekbeer_UK','Windhoek Draught descends on the UK','','inherit','closed','closed','','2303-revision-v1','','','2018-08-17 08:49:44','2018-08-17 08:49:44','',2303,'http://www.ontradeprogress.com/2018/08/17/2303-revision-v1/',0,'revision','',0),(2306,1,'2018-08-17 09:12:05','2018-08-17 09:12:05','<strong>Squaring off against 40 chefs and hardcore sandwich aficionados from across the globe held no fear for Las Iguanas’ head of food development Glenn Evans as he travelled to Florida to vie for the seventh annual title of <em>The World’s Best Cuban Sandwich</em>. </strong>\r\n\r\nThe multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish – which saw him return triumphant, winning first place for Best Non-Traditional and second overall in the World’s Best category.\r\n\r\n<strong>He said:</strong> “Even though the event is in its seventh year, it’s growing all the time – there’s a real Cuban culture in Florida and these guys have created this festival and invited loads of people from around the world to bring their takes on the world famous ‘Cubano’.  We were like; ‘that sounds like an adventure – let’s do it.’”\r\n\r\nThe traditional Cubano is a Latin variation on a grilled ham-and-cheese sandwich, made with ham, roasted pork, Swiss cheese, pickles, mustard, and Cuban bread. The highly popular version on Las Iguanas’ menus is a more traditional homage, created using French’s finest – “You need to be able to taste the layers of flavour – the French’s mustard marries so well with the pulled pork, caramelised pork belly, ham and Emmental – while the Pickle Relish is less polarizing than gherkins and adds just the right sweetness.”\r\n\r\nGlenn’s award-winning creation at the festival was something a bit different, however.\r\n\r\n“We created what we called a ‘smoking Cuban cigar’, so basically all the same ingredients wrapped up in a tortilla, nice and tight, browned off with butter on a Plancha until it was evenly brown to look like a cigar, and placed in a cigar box with an edible cigar label. To add theatre to the serve, we pumped it full of smoke and the judges absolutely loved it.\r\n\r\nGlenn has confirmed that the sandwich will be making its UK-wide debut on Las Iguanas Spring/Summer menus in 2019, with French’s Classic Yellow Mustard and New York Pickle Relish at its heart. “We’re working with a company who make unique wooden products for our brand – so they’re going to make the cigar box with a little hole in the side to pump in the smoke. It’s really exciting.”\r\n\r\nWill he be travelling to Florida in 2019 to compete again and see if he can go one better?\r\n\r\n“Absolutely, we’ll approach it with the same ethos – using the same ingredients – but enhance it, maybe make it a bit more traditional, and look to go and win the competition outright!”\r\n\r\nMcCormick Flavour Solutions is giving sites across the UK the opportunity to sample full size bottles of French’s Yellow Mustard to use front of house and in recipes helping them bask in the brand power of one of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today.\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','Cuban Sandwich Festival with a little help from French’s®','','publish','closed','open','','cuban-sandwich-festival-with-a-little-help-from-frenchs','','','2018-08-17 09:22:24','2018-08-17 09:22:24','',0,'http://www.ontradeprogress.com/?p=2306',0,'post','',0),(2307,1,'2018-08-17 09:10:08','2018-08-17 09:10:08','','Screen Shot 2018-08-17 at 10.04.28','','inherit','closed','closed','','screen-shot-2018-08-17-at-10-04-28','','','2018-08-17 09:10:08','2018-08-17 09:10:08','',2306,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-17-at-10.04.28.png',0,'attachment','image/png',0),(2308,1,'2018-08-17 09:11:46','2018-08-17 09:11:46','<strong>Squaring off against 40 chefs and hardcore sandwich aficionados from across the globe held no fear for Las Iguanas’ head of food development Glenn Evans as he travelled to Florida to vie for the seventh annual title of <em>The World’s Best Cuban Sandwich</em>. </strong>\r\n\r\nThe multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish – which saw him return triumphant, winning first place for Best Non-Traditional and second overall in the World’s Best category.\r\n\r\n<strong>He said:</strong> “Even though the event is in its seventh year, it’s growing all the time – there’s a real Cuban culture in Florida and these guys have created this festival and invited loads of people from around the world to bring their takes on the world famous ‘Cubano’.  We were like; ‘that sounds like an adventure – let’s do it.’”\r\n\r\nThe traditional Cubano is a Latin variation on a grilled ham-and-cheese sandwich, made with ham, roasted pork, Swiss cheese, pickles, mustard, and Cuban bread. The highly popular version on Las Iguanas’ menus is a more traditional homage, created using French’s finest – “You need to be able to taste the layers of flavour – the French’s mustard marries so well with the pulled pork, caramelised pork belly, ham and Emmental – while the Pickle Relish is less polarizing than gherkins and adds just the right sweetness.”\r\n\r\nGlenn’s award-winning creation at the festival was something a bit different, however.\r\n\r\n“We created what we called a ‘smoking Cuban cigar’, so basically all the same ingredients wrapped up in a tortilla, nice and tight, browned off with butter on a Plancha until it was evenly brown to look like a cigar, and placed in a cigar box with an edible cigar label. To add theatre to the serve, we pumped it full of smoke and the judges absolutely loved it.\r\n\r\nGlenn has confirmed that the sandwich will be making its UK-wide debut on Las Iguanas Spring/Summer menus in 2019, with French’s Classic Yellow Mustard and New York Pickle Relish at its heart. “We’re working with a company who make unique wooden products for our brand – so they’re going to make the cigar box with a little hole in the side to pump in the smoke. It’s really exciting.”\r\n\r\nWill he be travelling to Florida in 2019 to compete again and see if he can go one better?\r\n\r\n“Absolutely, we’ll approach it with the same ethos – using the same ingredients – but enhance it, maybe make it a bit more traditional, and look to go and win the competition outright!”\r\n\r\nMcCormick Flavour Solutions is giving sites across the UK the opportunity to sample full size bottles of French’s Yellow Mustard to use front of house and in recipes helping them bask in the brand power of one of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today.\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','Cuban Sandwich Festival with a little help from French’s®','','inherit','closed','closed','','2306-revision-v1','','','2018-08-17 09:11:46','2018-08-17 09:11:46','',2306,'http://www.ontradeprogress.com/2018/08/17/2306-revision-v1/',0,'revision','',0),(2309,1,'2018-08-17 09:21:43','2018-08-17 09:21:43','<strong>Squaring off against 40 chefs and hardcore sandwich aficionados from across the globe held no fear for Las Iguanas’ head of food development Glenn Evans as he travelled to Florida to vie for the seventh annual title of <em>The World’s Best Cuban Sandwich</em>. </strong>\n\nThe multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish – which saw him return triumphant, winning first place for Best Non-Traditional and second overall in the World’s Best category.\n\n<strong>He said:</strong> “Even though the event is in its seventh year, it’s growing all the time – there’s a real Cuban culture in Florida and these guys have created this festival and invited loads of people from around the world to bring their takes on the world famous ‘Cubano’.  We were like; ‘that sounds like an adventure – let’s do it.’”\n\nThe traditional Cubano is a Latin variation on a grilled ham-and-cheese sandwich, made with ham, roasted pork, Swiss cheese, pickles, mustard, and Cuban bread. The highly popular version on Las Iguanas’ menus is a more traditional homage, created using French’s finest – “You need to be able to taste the layers of flavour – the French’s mustard marries so well with the pulled pork, caramelised pork belly, ham and Emmental – while the Pickle Relish is less polarizing than gherkins and adds just the right sweetness.”\n\nGlenn’s award-winning creation at the festival was something a bit different, however.\n\n“We created what we called a ‘smoking Cuban cigar’, so basically all the same ingredients wrapped up in a tortilla, nice and tight, browned off with butter on a Plancha until it was evenly brown to look like a cigar, and placed in a cigar box with an edible cigar label. To add theatre to the serve, we pumped it full of smoke and the judges absolutely loved it.\n\nGlenn has confirmed that the sandwich will be making its UK-wide debut on Las Iguanas Spring/Summer menus in 2019, with French’s Classic Yellow Mustard and New York Pickle Relish at its heart. “We’re working with a company who make unique wooden products for our brand – so they’re going to make the cigar box with a little hole in the side to pump in the smoke. It’s really exciting.”\n\nWill he be travelling to Florida in 2019 to compete again and see if he can go one better?\n\n“Absolutely, we’ll approach it with the same ethos – using the same ingredients – but enhance it, maybe make it a bit more traditional, and look to go and win the competition outright!”\n\nMcCormick Flavour Solutions is giving sites across the UK the opportunity to sample full size bottles of French’s Yellow Mustard to use front of house and in recipes helping them bask in the brand power of one of America’s biggest and most flavoursome exports.\n\nSites looking to sample French’s should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today.\n\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','Cuban Sandwich Festival with a little help from French’s®','','inherit','closed','closed','','2306-autosave-v1','','','2018-08-17 09:21:43','2018-08-17 09:21:43','',2306,'http://www.ontradeprogress.com/2018/08/17/2306-autosave-v1/',0,'revision','',0),(2310,1,'2018-08-17 09:22:05','2018-08-17 09:22:05','<strong>Squaring off against 40 chefs and hardcore sandwich aficionados from across the globe held no fear for Las Iguanas’ head of food development Glenn Evans as he travelled to Florida to vie for the seventh annual title of <em>The World’s Best Cuban Sandwich</em>. </strong>\r\n\r\nThe multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish – which saw him return triumphant, winning first place for Best Non-Traditional and second overall in the World’s Best category.\r\n\r\n<strong>He said:</strong> “Even though the event is in its seventh year, it’s growing all the time – there’s a real Cuban culture in Florida and these guys have created this festival and invited loads of people from around the world to bring their takes on the world famous ‘Cubano’.  We were like; ‘that sounds like an adventure – let’s do it.’”\r\n\r\nThe traditional Cubano is a Latin variation on a grilled ham-and-cheese sandwich, made with ham, roasted pork, Swiss cheese, pickles, mustard, and Cuban bread. The highly popular version on Las Iguanas’ menus is a more traditional homage, created using French’s finest – “You need to be able to taste the layers of flavour – the French’s mustard marries so well with the pulled pork, caramelised pork belly, ham and Emmental – while the Pickle Relish is less polarizing than gherkins and adds just the right sweetness.”\r\n\r\nGlenn’s award-winning creation at the festival was something a bit different, however.\r\n\r\n“We created what we called a ‘smoking Cuban cigar’, so basically all the same ingredients wrapped up in a tortilla, nice and tight, browned off with butter on a Plancha until it was evenly brown to look like a cigar, and placed in a cigar box with an edible cigar label. To add theatre to the serve, we pumped it full of smoke and the judges absolutely loved it.\r\n\r\nGlenn has confirmed that the sandwich will be making its UK-wide debut on Las Iguanas Spring/Summer menus in 2019, with French’s Classic Yellow Mustard and New York Pickle Relish at its heart. “We’re working with a company who make unique wooden products for our brand – so they’re going to make the cigar box with a little hole in the side to pump in the smoke. It’s really exciting.”\r\n\r\nWill he be travelling to Florida in 2019 to compete again and see if he can go one better?\r\n\r\n“Absolutely, we’ll approach it with the same ethos – using the same ingredients – but enhance it, maybe make it a bit more traditional, and look to go and win the competition outright!”\r\n\r\nMcCormick Flavour Solutions is giving sites across the UK the opportunity to sample full size bottles of French’s Yellow Mustard to use front of house and in recipes helping them bask in the brand power of one of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today.\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','Cuban Sandwich Festival with a little help from French’s®','','inherit','closed','closed','','2306-revision-v1','','','2018-08-17 09:22:05','2018-08-17 09:22:05','',2306,'http://www.ontradeprogress.com/2018/08/17/2306-revision-v1/',0,'revision','',0),(2312,1,'2018-08-20 08:07:22','2018-08-20 08:07:22','<strong>Hubbard Systems has launched the HF45 undercounter dishwasher. Manufactured by Comenda, the new unit is part of the upscale Hi-Line range, which combines a mid-budget price with advanced features, such as a rinse control device (RCD) to ensure the best possible results.</strong>\r\n\r\nThe HF45 is a compact unit, measuring just 600mm x 600mm x 820mm high, and its door gives clearance of up to 400mm, so it can handle larger ware. It accommodates 500mm x 500mm racks and on the fast programme takes just 90 seconds per wash cycle.  At the other end of the scale is the Eco2 programme, which takes 240 seconds but minimises energy consumption.\r\n\r\nStandard features include a stainless steel, double-skinned body, a single piece deep drawn tank, a multiple filtering system which minimises water consumption by keeping washwater clear for longer, and a self-cleaning cycle that functions automatically when the machine is shut down.\r\n\r\nThe RCD system works by using a pressurised boiler and a rinse booster pump to maintain consistent water pressure and temperature throughout the wash cycle. This, in turn, ensures that all the dishes are cleaned thoroughly.\r\n\r\nOptional extras include an energy-saving heat recovery and steam condensing unit and a built-in water softener.\r\n\r\nThe Comenda HF45 is available through Hubbard Systems’ network of dealers. List prices start from £3758 +VAT.\r\n\r\nHubbard Systems is the UK distributor for Comenda warewashers, which are available via dealers nationwide.  Hubbard Systems is part of HTG Trading Ltd. For more information on the full range of Comenda machines, and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045 email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit<a href=\"http://www.comenda.co.uk/\">www.comenda.co.uk</a>','Hubbard Systems’ latest undercounter dishwasher is fast and compact','','publish','closed','open','','hubbard-systems-latest-undercounter-dishwasher-is-fast-and-compact','','','2018-08-20 08:07:22','2018-08-20 08:07:22','',0,'http://www.ontradeprogress.com/?p=2312',0,'post','',0),(2313,1,'2018-08-20 08:04:06','2018-08-20 08:04:06','Hubbard Systems has launched the HF45 undercounter dishwasher.  Manufactured by Comenda, the new unit is part of the upscale Hi-Line range, which combines a mid-budget price with advanced features, such as a rinse control device (RCD) to ensure the best possible results.\r\n\r\nThe HF45 is a compact unit, measuring just 600mm x 600mm x 820mm high, and its door gives clearance of up to 400mm, so it can handle larger ware.  It accommodates 500mm x 500mm racks and on the fast programme takes just 90 seconds per wash cycle.   At the other end of the scale is the Eco2 programme, which takes 240 seconds but minimises energy consumption.\r\n\r\nStandard features include a stainless steel, double-skinned body, a single piece deep drawn tank, a multiple filtering system which minimises water consumption by keeping washwater clear for longer, and a self-cleaning cycle that functions automatically when the machine is shut down.\r\n\r\nThe RCD system works by using a pressurised boiler and a rinse booster pump to maintain consistent water pressure and temperature throughout the wash cycle.  This, in turn, ensures that all the dishes are cleaned thoroughly.\r\n\r\nOptional extras include an energy-saving heat recovery and steam condensing unit and a built-in water softener.\r\n\r\nThe Comenda HF45 is available through Hubbard Systems’ network of dealers.  List prices start from £3758 +VAT.\r\n\r\nHubbard Systems is the UK distributor for Comenda warewashers, which are available via dealers nationwide.  Hubbard Systems is part of HTG Trading Ltd.  For more information on the full range of Comenda machines, and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045 email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit<a href=\"http://www.comenda.co.uk/\">www.comenda.co.uk</a>','Hubbard Systems’ latest undercounter dishwasher is fast and compact','','inherit','closed','closed','','2312-revision-v1','','','2018-08-20 08:04:06','2018-08-20 08:04:06','',2312,'http://www.ontradeprogress.com/2018/08/20/2312-revision-v1/',0,'revision','',0),(2314,1,'2018-08-20 08:06:03','2018-08-20 08:06:03','','Screen Shot 2018-08-20 at 09.00.31','','inherit','closed','closed','','screen-shot-2018-08-20-at-09-00-31','','','2018-08-20 08:06:03','2018-08-20 08:06:03','',2312,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.00.31.png',0,'attachment','image/png',0),(2315,1,'2018-08-20 08:07:22','2018-08-20 08:07:22','<strong>Hubbard Systems has launched the HF45 undercounter dishwasher. Manufactured by Comenda, the new unit is part of the upscale Hi-Line range, which combines a mid-budget price with advanced features, such as a rinse control device (RCD) to ensure the best possible results.</strong>\r\n\r\nThe HF45 is a compact unit, measuring just 600mm x 600mm x 820mm high, and its door gives clearance of up to 400mm, so it can handle larger ware. It accommodates 500mm x 500mm racks and on the fast programme takes just 90 seconds per wash cycle.  At the other end of the scale is the Eco2 programme, which takes 240 seconds but minimises energy consumption.\r\n\r\nStandard features include a stainless steel, double-skinned body, a single piece deep drawn tank, a multiple filtering system which minimises water consumption by keeping washwater clear for longer, and a self-cleaning cycle that functions automatically when the machine is shut down.\r\n\r\nThe RCD system works by using a pressurised boiler and a rinse booster pump to maintain consistent water pressure and temperature throughout the wash cycle. This, in turn, ensures that all the dishes are cleaned thoroughly.\r\n\r\nOptional extras include an energy-saving heat recovery and steam condensing unit and a built-in water softener.\r\n\r\nThe Comenda HF45 is available through Hubbard Systems’ network of dealers. List prices start from £3758 +VAT.\r\n\r\nHubbard Systems is the UK distributor for Comenda warewashers, which are available via dealers nationwide.  Hubbard Systems is part of HTG Trading Ltd. For more information on the full range of Comenda machines, and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045 email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit<a href=\"http://www.comenda.co.uk/\">www.comenda.co.uk</a>','Hubbard Systems’ latest undercounter dishwasher is fast and compact','','inherit','closed','closed','','2312-revision-v1','','','2018-08-20 08:07:22','2018-08-20 08:07:22','',2312,'http://www.ontradeprogress.com/2018/08/20/2312-revision-v1/',0,'revision','',0),(2316,1,'2018-08-20 08:13:21','2018-08-20 08:13:21','<strong>Falcon Foodservice has appointed Ruby Hennessey as its new Customer Service Manager, leading the company’s customer service team.</strong>\r\n\r\nRuby began her career as a telesales operative at Youngs Seafood, before becoming account manager and national account manager. Following that, she moved to Mortara, a medical device manufacturer which specialises in patient monitoring and cardiology diagnostic equipment. Over her seventeen years there she started in the human resources department before becoming the personal assistant to the managing director. Five years ago she became customer service manager.\r\n\r\nAt Falcon she’ll be tasked with overhauling the customer experience at every stage of the order process, from initial enquiry to product delivery and aftersales care.\r\n\r\n“Good customer service is a minimum requirement for any company these days,” she says. “Customers expect products to perform.  What makes the difference in terms of loyalty and repeat purchasing is the quality of service throughout the entire buying process and beyond. A big part of my role will be looking at how we communicate with our customers, including our distributor network, and looking at ways in which we can improve. I like helping people and solving problems. I’m really looking forward to interacting with Falcon customers old and new!”\r\n\r\n“It’s clear that Ruby has a real passion for sales and customer service,” says Karen Wallace, Falcon’s Finance Director. “She’s got bags of enthusiasm and plenty of ideas about how to enhance the experience, not just of buying Falcon equipment, but of owning and operating it throughout its lifetime, too. This, combined with her experience and knowledge in her previous roles, convinced me that she’s the ideal person to lead, develop and enhance our customer service delivery.”\r\n\r\nLawrence Hughes, Sales &amp; Marketing Director added: “I’m delighted to have Ruby join our team, she’s got great experience and her people skills really do make her a good fit for the role. I look forward to working closely with her as we look at ways in which we can continue to improve our customer service.”\r\n\r\nAnyone looking to contact Ruby can reach her on 01786 455216 or <a href=\"mailto:rhennessey@falconfoodservice.com\">rhennessey@falconfoodservice.com</a>','Falcon Foodservice appoints Ruby Hennessey as Customer Service Manager','','publish','closed','open','','falcon-foodservice-appoints-ruby-hennessey-as-customer-service-manager','','','2018-08-20 08:13:21','2018-08-20 08:13:21','',0,'http://www.ontradeprogress.com/?p=2316',0,'post','',0),(2317,1,'2018-08-20 08:12:02','2018-08-20 08:12:02','','Screen Shot 2018-08-20 at 09.09.27','','inherit','closed','closed','','screen-shot-2018-08-20-at-09-09-27','','','2018-08-20 08:12:02','2018-08-20 08:12:02','',2316,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.09.27.png',0,'attachment','image/png',0),(2318,1,'2018-08-20 08:13:21','2018-08-20 08:13:21','<strong>Falcon Foodservice has appointed Ruby Hennessey as its new Customer Service Manager, leading the company’s customer service team.</strong>\r\n\r\nRuby began her career as a telesales operative at Youngs Seafood, before becoming account manager and national account manager. Following that, she moved to Mortara, a medical device manufacturer which specialises in patient monitoring and cardiology diagnostic equipment. Over her seventeen years there she started in the human resources department before becoming the personal assistant to the managing director. Five years ago she became customer service manager.\r\n\r\nAt Falcon she’ll be tasked with overhauling the customer experience at every stage of the order process, from initial enquiry to product delivery and aftersales care.\r\n\r\n“Good customer service is a minimum requirement for any company these days,” she says. “Customers expect products to perform.  What makes the difference in terms of loyalty and repeat purchasing is the quality of service throughout the entire buying process and beyond. A big part of my role will be looking at how we communicate with our customers, including our distributor network, and looking at ways in which we can improve. I like helping people and solving problems. I’m really looking forward to interacting with Falcon customers old and new!”\r\n\r\n“It’s clear that Ruby has a real passion for sales and customer service,” says Karen Wallace, Falcon’s Finance Director. “She’s got bags of enthusiasm and plenty of ideas about how to enhance the experience, not just of buying Falcon equipment, but of owning and operating it throughout its lifetime, too. This, combined with her experience and knowledge in her previous roles, convinced me that she’s the ideal person to lead, develop and enhance our customer service delivery.”\r\n\r\nLawrence Hughes, Sales &amp; Marketing Director added: “I’m delighted to have Ruby join our team, she’s got great experience and her people skills really do make her a good fit for the role. I look forward to working closely with her as we look at ways in which we can continue to improve our customer service.”\r\n\r\nAnyone looking to contact Ruby can reach her on 01786 455216 or <a href=\"mailto:rhennessey@falconfoodservice.com\">rhennessey@falconfoodservice.com</a>','Falcon Foodservice appoints Ruby Hennessey as Customer Service Manager','','inherit','closed','closed','','2316-revision-v1','','','2018-08-20 08:13:21','2018-08-20 08:13:21','',2316,'http://www.ontradeprogress.com/2018/08/20/2316-revision-v1/',0,'revision','',0),(2319,1,'2018-08-20 08:16:38','2018-08-20 08:16:38','<strong>Falcon Foodservice has appointed Ruby Hennessey as its new Customer Service Manager, leading the company’s customer service team. </strong>\n\nRuby began her career as a telesales operative at Youngs Seafood, before becoming account manager and national account manager. Following that, she moved to Mortara, a medical device manufacturer which specialises in patient monitoring and cardiology diagnostic equipment. Over her seventeen years there she started in the human resources department before becoming the personal assistant to the managing director. Five years ago she became customer service manager.\n\nAt Falcon she’ll be tasked with overhauling the customer experience at every stage of the order process, from initial enquiry to product delivery and aftersales care.\n\n“Good customer service is a minimum requirement for any company these days,” she says. “Customers expect products to perform.  What makes the difference in terms of loyalty and repeat purchasing is the quality of service throughout the entire buying process and beyond. A big part of my role will be looking at how we communicate with our customers, including our distributor network, and looking at ways in which we can improve. I like helping people and solving problems. I’m really looking forward to interacting with Falcon customers old and new!”\n\n“It’s clear that Ruby has a real passion for sales and customer service,” says Karen Wallace, Falcon’s Finance Director. “She’s got bags of enthusiasm and plenty of ideas about how to enhance the experience, not just of buying Falcon equipment, but of owning and operating it throughout its lifetime, too. This, combined with her experience and knowledge in her previous roles, convinced me that she’s the ideal person to lead, develop and enhance our customer service delivery.”\n\nLawrence Hughes, Sales &amp; Marketing Director added: “I’m delighted to have Ruby join our team, she’s got great experience and her people skills really do make her a good fit for the role. I look forward to working closely with her as we look at ways in which we can continue to improve our customer service.”\n\nAnyone looking to contact Ruby can reach her on 01786 455216 or <a href=\"mailto:rhennessey@falconfoodservice.com\">rhennessey@falconfoodservice.com</a>','Falcon Foodservice appoints Ruby Hennessey as Customer Service Manager','','inherit','closed','closed','','2316-autosave-v1','','','2018-08-20 08:16:38','2018-08-20 08:16:38','',2316,'http://www.ontradeprogress.com/2018/08/20/2316-autosave-v1/',0,'revision','',0),(2320,1,'2018-08-20 08:38:40','2018-08-20 08:38:40','<strong>July’s heatwave was good news for Britain’s pubs – but heaped more pressure on the country’s restaurant chains, latest figures from the Coffer Peach Business Tracker show. Managed pub and bar groups saw collective like-for-like sales rise 2.7% against last July, while sales across restaurant groups plummeted, down a substantial 4.8% in like-for-like trading, </strong>\r\n\r\nOverall, the differing fortunes of pub and restaurant businesses cancelled each other out, with the combined managed pub, bar and restaurant sector seeing like-for-likes flat in July, recording exactly 0% growth.\r\n\r\n“Continued sunshine and England’s longer than expected participation in the World Cup meant July followed a similar pattern to the previous month of June, when pubs were up 2.8%, except that restaurants were hit even harder. The fall of 1.8% in trading in June just got worse in July,” said Peter Martin, vice president of <strong>CGA</strong>, the business insight consultancy that produces the Tracker, in partnership with <strong>Coffer Group</strong> and <strong>RSM.</strong>\r\n\r\n“Drink-led pubs and bars performed by far the strongest with like-for-likes up more than restaurants were down. Food-led pubs also suffered in the sun with negative like-for-likes, although not as dramatically as the restaurant operators,” said Martin. “It seems people just wanted to go out for a drink. Across managed pubs and bars drink sales were up 6.6% for the month, with food down -3.0%.”\r\n\r\n<strong>Paul Newman</strong>, head of leisure and hospitality at RSM said: “These results continue the trend we’ve seen since the end of April. Weather and the impact of major social or sporting events remain the biggest factors when it comes to sales in the out-of-home market. It comes as no surprise that restaurant groups continue to struggle, albeit a sales drop of 4.8% year-on-year will be particularly painful on top of ongoing cost pressures. The long hot summer could not have come at a worse time for food-led operators and time will tell whether the more moderate temperatures we’ve experienced in August will provide some much-needed respite.”\r\n\r\nUnderlying like-for-like growth for the 47 companies in the Tracker cohort, which represents both large and small groups, was running at 0.5% for the 12 months to the end of June, down slightly from the 0.7% at the end of June.\r\n\r\n<img class=\"wp-image-2332 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-11.09.40.png\" alt=\"\" width=\"312\" height=\"329\" />\r\n\r\n<strong>Trevor Watson</strong>, executive director at Davis Coffer Lyons said: “London had a particularly strong month with overall like-for-like sales up 2.6%. This was driven predominantly by the capital’s pubs market – buoyed by England’s unexpected progression at the World Cup – which were trading 6.1% ahead. The rest of the country had a more difficult period with like-for-like sales down 0.9%. Restaurant trading fell a painful 5.6% - compared with 2.8% down in the capital - with pub like-for-likes up just 1.7% despite the football.”\r\n\r\nTotal sales growth across the pub and restaurant cohort, which includes the effect of new openings, was 2.7% in July, reflecting the slow down in brand roll-outs, and running at 3.6% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 47 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\n<strong>Participating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a>.</strong>\r\n\r\n&nbsp;','July\'s heatwave prompts sales rise in Britain\'s pubs','','publish','closed','open','','julys-heatwave-prompts-sales-rise-in-britains-pubs','','','2018-08-20 10:10:56','2018-08-20 10:10:56','',0,'http://www.ontradeprogress.com/?p=2320',0,'post','',0),(2321,1,'2018-08-20 08:38:07','2018-08-20 08:38:07','<strong>July’s heatwave was good news for Britain’s pubs – but heaped more pressure on the country’s restaurant chains, latest figures from the Coffer Peach Business Tracker show. Managed pub and bar groups saw collective like-for-like sales rise 2.7% against last July, while sales across restaurant groups plummeted, down a substantial 4.8% in like-for-like trading, </strong>\r\n\r\nOverall, the differing fortunes of pub and restaurant businesses cancelled each other out, with the combined managed pub, bar and restaurant sector seeing like-for-likes flat in July, recording exactly 0% growth.\r\n\r\n“Continued sunshine and England’s longer than expected participation in the World Cup meant July followed a similar pattern to the previous month of June, when pubs were up 2.8%, except that restaurants were hit even harder. The fall of 1.8% in trading in June just got worse in July,” said Peter Martin, vice president of <strong>CGA</strong>, the business insight consultancy that produces the Tracker, in partnership with <strong>Coffer Group</strong> and <strong>RSM.</strong>\r\n\r\n“Drink-led pubs and bars performed by far the strongest with like-for-likes up more than restaurants were down. Food-led pubs also suffered in the sun with negative like-for-likes, although not as dramatically as the restaurant operators,” said Martin. “It seems people just wanted to go out for a drink. Across managed pubs and bars drink sales were up 6.6% for the month, with food down -3.0%.”\r\n\r\n<strong>Paul Newman</strong>, head of leisure and hospitality at RSM said: “These results continue the trend we’ve seen since the end of April. Weather and the impact of major social or sporting events remain the biggest factors when it comes to sales in the out-of-home market. It comes as no surprise that restaurant groups continue to struggle, albeit a sales drop of 4.8% year-on-year will be particularly painful on top of ongoing cost pressures. The long hot summer could not have come at a worse time for food-led operators and time will tell whether the more moderate temperatures we’ve experienced in August will provide some much-needed respite.”\r\n\r\nUnderlying like-for-like growth for the 47 companies in the Tracker cohort, which represents both large and small groups, was running at 0.5% for the 12 months to the end of June, down slightly from the 0.7% at the end of June.\r\n\r\n<strong>Trevor Watson</strong>, executive director at Davis Coffer Lyons said: “London had a particularly strong month with overall like-for-like sales up 2.6%. This was driven predominantly by the capital’s pubs market – buoyed by England’s unexpected progression at the World Cup – which were trading 6.1% ahead. The rest of the country had a more difficult period with like-for-like sales down 0.9%. Restaurant trading fell a painful 5.6% - compared with 2.8% down in the capital - with pub like-for-likes up just 1.7% despite the football.”\r\n\r\nTotal sales growth across the pub and restaurant cohort, which includes the effect of new openings, was 2.7% in July, reflecting the slow down in brand roll-outs, and running at 3.6% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 47 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\n<strong>Participating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a>.</strong>','July\'s heatwave prompts sales rise in Britain\'s pubs','','inherit','closed','closed','','2320-revision-v1','','','2018-08-20 08:38:07','2018-08-20 08:38:07','',2320,'http://www.ontradeprogress.com/2018/08/20/2320-revision-v1/',0,'revision','',0),(2322,1,'2018-08-20 09:19:31','2018-08-20 09:19:31','<strong>Hogs Back Brewery is predicting a top-quality hop harvest this year, with the impact of the long, hot summer raising expectations of quality over quantity. With plans in hand to relocate the hop garden to a much larger site for 2019, the fourth, and final, harvest on the existing hop garden will take place mid-September, after which the process of transferring hops, and planting new ones, will begin. </strong>\r\n\r\nThe brewer, based near Farnham in Surrey, has been closely monitoring hop growth during the heatwave.  Estate manager Matthew King said, “This is the first extended period of dry and hot weather we’ve experienced since planting the hop garden in 2014. Hops thrive on heat and sunshine, but the lack of rainfall has affected their development. They are drawing water up to the top of the plant which is looking very healthy, but we’re not seeing as much lateral growth lower down.\r\n\r\n“For this reason, we’re expecting this year’s harvest to be more about quality than quantity. We’ve learned a lot this summer about how hops respond to hot and dry weather, which will stand us in good stead when we move to our new hop garden.”\r\n\r\nThe new hop garden is more than double the size of the existing one  – a total of eight acres, compared to the current 3.5 acres – and is located within Manor Farm, where the brewery itself is sited.   The garden will sit in a prime location on the best land on the farm and will also include a test area for different varieties.\r\n\r\nWork is due to start this month on the new garden – formerly a wheat field – and is expected to be complete by early 2019. The site will be prepared for the arrival of hop poles which, thanks to an absence of overhead power cables, will be taller – and therefore higher-yielding - than those at the existing garden. After several miles of hop wire have been added, 2,500 hop plants from the current site will be moved by hand, and new ones planted.\r\n\r\nHogs Back Brewery managing director Rupert Thompson said, “This is a huge investment in the future of Hogs Back Brewery and we’re proud to be continuing the journey that started with the planting of our hop garden in 2014.\r\n\r\n“The new hop garden embodies everything Hogs Back stands for as a ‘farmer brewer’ and will make us an even more sustainable, environmentally-conscious business: we can measure the distance from hop garden to brewery in ‘food feet’ rather than ‘food miles’!\r\n\r\n“Expanding to the new garden will make us more self-sufficient in hops, ultimately providing around half our hop requirement, compared to less than 25% currently. Just as importantly, growing our own hops has made us better brewers, as with each harvest we’ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer.\r\n\r\n“Getting closer to this key ingredient has given us a level of control over our beers that few, if any, other British brewers can claim.”\r\n\r\nHogs Back will harvest four hop varieties in September: Farnham White Bine, a traditional local hop which Hogs Back revived from near-extinction; Fuggles, used in the brewer’s flagship TEA (Traditional English Ale); Cascade, used in Hogstar Craft English lager, and Pioneer, added alongside the other varieties to the seasonal Home Harvest Ale.','New hop garden to double hop yield','','publish','closed','open','','new-hop-garden-to-double-hop-yield','','','2018-08-20 09:19:45','2018-08-20 09:19:45','',0,'http://www.ontradeprogress.com/?p=2322',0,'post','',0),(2323,1,'2018-08-20 08:44:22','2018-08-20 08:44:22','','Screen Shot 2018-08-20 at 09.43.55','','inherit','closed','closed','','screen-shot-2018-08-20-at-09-43-55','','','2018-08-20 08:44:22','2018-08-20 08:44:22','',2320,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.43.55.png',0,'attachment','image/png',0),(2324,1,'2018-08-20 08:45:45','2018-08-20 08:45:45','','Screen Shot 2018-08-20 at 09.43.18','','inherit','closed','closed','','screen-shot-2018-08-20-at-09-43-18','','','2018-08-20 08:45:45','2018-08-20 08:45:45','',2320,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.43.18.png',0,'attachment','image/png',0),(2326,1,'2018-08-20 09:18:10','2018-08-20 09:18:10','','Screen Shot 2018-08-20 at 09.57.01','','inherit','closed','closed','','screen-shot-2018-08-20-at-09-57-01','','','2018-08-20 09:18:10','2018-08-20 09:18:10','',2322,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-09.57.01.png',0,'attachment','image/png',0),(2327,1,'2018-08-20 09:19:31','2018-08-20 09:19:31','<strong>Hogs Back Brewery is predicting a top-quality hop harvest this year, with the impact of the long, hot summer raising expectations of quality over quantity. With plans in hand to relocate the hop garden to a much larger site for 2019, the fourth, and final, harvest on the existing hop garden will take place mid-September, after which the process of transferring hops, and planting new ones, will begin. </strong>\r\n\r\nThe brewer, based near Farnham in Surrey, has been closely monitoring hop growth during the heatwave.  Estate manager Matthew King said, “This is the first extended period of dry and hot weather we’ve experienced since planting the hop garden in 2014. Hops thrive on heat and sunshine, but the lack of rainfall has affected their development. They are drawing water up to the top of the plant which is looking very healthy, but we’re not seeing as much lateral growth lower down.\r\n\r\n“For this reason, we’re expecting this year’s harvest to be more about quality than quantity. We’ve learned a lot this summer about how hops respond to hot and dry weather, which will stand us in good stead when we move to our new hop garden.”\r\n\r\nThe new hop garden is more than double the size of the existing one  – a total of eight acres, compared to the current 3.5 acres – and is located within Manor Farm, where the brewery itself is sited.   The garden will sit in a prime location on the best land on the farm and will also include a test area for different varieties.\r\n\r\nWork is due to start this month on the new garden – formerly a wheat field – and is expected to be complete by early 2019. The site will be prepared for the arrival of hop poles which, thanks to an absence of overhead power cables, will be taller – and therefore higher-yielding - than those at the existing garden. After several miles of hop wire have been added, 2,500 hop plants from the current site will be moved by hand, and new ones planted.\r\n\r\nHogs Back Brewery managing director Rupert Thompson said, “This is a huge investment in the future of Hogs Back Brewery and we’re proud to be continuing the journey that started with the planting of our hop garden in 2014.\r\n\r\n“The new hop garden embodies everything Hogs Back stands for as a ‘farmer brewer’ and will make us an even more sustainable, environmentally-conscious business: we can measure the distance from hop garden to brewery in ‘food feet’ rather than ‘food miles’!\r\n\r\n“Expanding to the new garden will make us more self-sufficient in hops, ultimately providing around half our hop requirement, compared to less than 25% currently. Just as importantly, growing our own hops has made us better brewers, as with each harvest we’ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer.\r\n\r\n“Getting closer to this key ingredient has given us a level of control over our beers that few, if any, other British brewers can claim.”\r\n\r\nHogs Back will harvest four hop varieties in September: Farnham White Bine, a traditional local hop which Hogs Back revived from near-extinction; Fuggles, used in the brewer’s flagship TEA (Traditional English Ale); Cascade, used in Hogstar Craft English lager, and Pioneer, added alongside the other varieties to the seasonal Home Harvest Ale.','New hop garden to double hop yield','','inherit','closed','closed','','2322-revision-v1','','','2018-08-20 09:19:31','2018-08-20 09:19:31','',2322,'http://www.ontradeprogress.com/2018/08/20/2322-revision-v1/',0,'revision','',0),(2328,1,'2018-08-20 09:58:53','2018-08-20 09:58:53','<strong>Country Range’s Christmas catalogue of desserts has been enhanced further with the addition of a showstopping Premium Mint Chocolate Shard Cake and three stunning Roulades – Black Cherry &amp; Cream, Pecan Toffee and Raspberry, Prosecco &amp; Milk Chocolate.</strong>\r\n\r\nThe four new divine desserts come frozen so are perfect for caterers under time, waste and money constraints and are available through the 12 independent wholesalers which make up the Country Range Group.\r\n\r\n<b>The Quality Quartet</b>\r\n\r\nCountry Range Premium Mint Chocolate Shard Cake - <i>White and dark chocolate peppermint mousses on chocolate sponge decorated with a mirror glaze and chocolate shards. Pack size: 1 x 14 Pre-portioned</i>\r\n\r\nCountry Range Black Cherry and Cream Roulade - <i>Chocolate sponge spread with fruit jam and stabilised whipped cream sprinkled with dark cherries, rolled then covered with chocolate icing dusted with snow and decorated with white chocolate shavings. Pack size: 1 x whole</i>\r\n\r\nCountry Range Pecan Toffee Roulade - <i>Meringue sheet spread with toffee filling and fresh cream, sprinkled with pecan pieces then rolled. Pack size: 2 x whole</i>\r\n\r\nCountry Range Raspberry, Prosecco and Milk Chocolate Roulade - <i>Meringue rolled with prosecco raspberry jam filling, fresh cream and raspberries then drizzled with milk chocolate. Pack size: 2 x whole</i>\r\n\r\nMartin Ward, Trading Director at Country Range Group, commented:\r\n\r\n“Using frozen desserts means caterers have a constant supply of stock and are vital in helping them reduce waste and cut costs. At Christmas time this is even more important but that doesn’t mean the quality has to be compromised. Our four new desserts look stunning when served and as they are freshly frozen all the flavour is locked in until they are served meaning they taste out of this world too. We believe they will be very popular with our customers looking for premium quality retro desserts this Christmas.”\r\n\r\n<b>About Country Range</b>\r\n\r\n<a name=\"_Hlk519768172\"></a>With 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price.  In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range\'s festive offering boosted with a quartet of quality desserts','','publish','closed','open','','country-ranges-festive-offering-boosted-with-a-quartet-of-quality-desserts','','','2018-08-20 09:59:21','2018-08-20 09:59:21','',0,'http://www.ontradeprogress.com/?p=2328',0,'post','',0),(2329,1,'2018-08-20 09:56:46','2018-08-20 09:56:46','','Screen Shot 2018-08-20 at 10.51.31','','inherit','closed','closed','','screen-shot-2018-08-20-at-10-51-31','','','2018-08-20 09:56:46','2018-08-20 09:56:46','',2328,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-10.51.31.png',0,'attachment','image/png',0),(2330,1,'2018-08-20 09:58:53','2018-08-20 09:58:53','<strong>Country Range’s Christmas catalogue of desserts has been enhanced further with the addition of a showstopping Premium Mint Chocolate Shard Cake and three stunning Roulades – Black Cherry &amp; Cream, Pecan Toffee and Raspberry, Prosecco &amp; Milk Chocolate.</strong>\r\n\r\nThe four new divine desserts come frozen so are perfect for caterers under time, waste and money constraints and are available through the 12 independent wholesalers which make up the Country Range Group.\r\n\r\n<b>The Quality Quartet</b>\r\n\r\nCountry Range Premium Mint Chocolate Shard Cake - <i>White and dark chocolate peppermint mousses on chocolate sponge decorated with a mirror glaze and chocolate shards. Pack size: 1 x 14 Pre-portioned</i>\r\n\r\nCountry Range Black Cherry and Cream Roulade - <i>Chocolate sponge spread with fruit jam and stabilised whipped cream sprinkled with dark cherries, rolled then covered with chocolate icing dusted with snow and decorated with white chocolate shavings. Pack size: 1 x whole</i>\r\n\r\nCountry Range Pecan Toffee Roulade - <i>Meringue sheet spread with toffee filling and fresh cream, sprinkled with pecan pieces then rolled. Pack size: 2 x whole</i>\r\n\r\nCountry Range Raspberry, Prosecco and Milk Chocolate Roulade - <i>Meringue rolled with prosecco raspberry jam filling, fresh cream and raspberries then drizzled with milk chocolate. Pack size: 2 x whole</i>\r\n\r\nMartin Ward, Trading Director at Country Range Group, commented:\r\n\r\n“Using frozen desserts means caterers have a constant supply of stock and are vital in helping them reduce waste and cut costs. At Christmas time this is even more important but that doesn’t mean the quality has to be compromised. Our four new desserts look stunning when served and as they are freshly frozen all the flavour is locked in until they are served meaning they taste out of this world too. We believe they will be very popular with our customers looking for premium quality retro desserts this Christmas.”\r\n\r\n<b>About Country Range</b>\r\n\r\n<a name=\"_Hlk519768172\"></a>With 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price.  In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link\r\nhttps://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range\'s festive offering boosted with a quartet of quality desserts','','inherit','closed','closed','','2328-revision-v1','','','2018-08-20 09:58:53','2018-08-20 09:58:53','',2328,'http://www.ontradeprogress.com/2018/08/20/2328-revision-v1/',0,'revision','',0),(2331,1,'2018-08-20 09:59:21','2018-08-20 09:59:21','<strong>Country Range’s Christmas catalogue of desserts has been enhanced further with the addition of a showstopping Premium Mint Chocolate Shard Cake and three stunning Roulades – Black Cherry &amp; Cream, Pecan Toffee and Raspberry, Prosecco &amp; Milk Chocolate.</strong>\r\n\r\nThe four new divine desserts come frozen so are perfect for caterers under time, waste and money constraints and are available through the 12 independent wholesalers which make up the Country Range Group.\r\n\r\n<b>The Quality Quartet</b>\r\n\r\nCountry Range Premium Mint Chocolate Shard Cake - <i>White and dark chocolate peppermint mousses on chocolate sponge decorated with a mirror glaze and chocolate shards. Pack size: 1 x 14 Pre-portioned</i>\r\n\r\nCountry Range Black Cherry and Cream Roulade - <i>Chocolate sponge spread with fruit jam and stabilised whipped cream sprinkled with dark cherries, rolled then covered with chocolate icing dusted with snow and decorated with white chocolate shavings. Pack size: 1 x whole</i>\r\n\r\nCountry Range Pecan Toffee Roulade - <i>Meringue sheet spread with toffee filling and fresh cream, sprinkled with pecan pieces then rolled. Pack size: 2 x whole</i>\r\n\r\nCountry Range Raspberry, Prosecco and Milk Chocolate Roulade - <i>Meringue rolled with prosecco raspberry jam filling, fresh cream and raspberries then drizzled with milk chocolate. Pack size: 2 x whole</i>\r\n\r\nMartin Ward, Trading Director at Country Range Group, commented:\r\n\r\n“Using frozen desserts means caterers have a constant supply of stock and are vital in helping them reduce waste and cut costs. At Christmas time this is even more important but that doesn’t mean the quality has to be compromised. Our four new desserts look stunning when served and as they are freshly frozen all the flavour is locked in until they are served meaning they taste out of this world too. We believe they will be very popular with our customers looking for premium quality retro desserts this Christmas.”\r\n\r\n<b>About Country Range</b>\r\n\r\n<a name=\"_Hlk519768172\"></a>With 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price.  In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range\'s festive offering boosted with a quartet of quality desserts','','inherit','closed','closed','','2328-revision-v1','','','2018-08-20 09:59:21','2018-08-20 09:59:21','',2328,'http://www.ontradeprogress.com/2018/08/20/2328-revision-v1/',0,'revision','',0),(2332,1,'2018-08-20 10:10:21','2018-08-20 10:10:21','','Screen Shot 2018-08-20 at 11.09.40','','inherit','closed','closed','','screen-shot-2018-08-20-at-11-09-40','','','2018-08-20 10:10:21','2018-08-20 10:10:21','',2320,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-11.09.40.png',0,'attachment','image/png',0),(2333,1,'2018-08-20 10:10:56','2018-08-20 10:10:56','<strong>July’s heatwave was good news for Britain’s pubs – but heaped more pressure on the country’s restaurant chains, latest figures from the Coffer Peach Business Tracker show. Managed pub and bar groups saw collective like-for-like sales rise 2.7% against last July, while sales across restaurant groups plummeted, down a substantial 4.8% in like-for-like trading, </strong>\r\n\r\nOverall, the differing fortunes of pub and restaurant businesses cancelled each other out, with the combined managed pub, bar and restaurant sector seeing like-for-likes flat in July, recording exactly 0% growth.\r\n\r\n“Continued sunshine and England’s longer than expected participation in the World Cup meant July followed a similar pattern to the previous month of June, when pubs were up 2.8%, except that restaurants were hit even harder. The fall of 1.8% in trading in June just got worse in July,” said Peter Martin, vice president of <strong>CGA</strong>, the business insight consultancy that produces the Tracker, in partnership with <strong>Coffer Group</strong> and <strong>RSM.</strong>\r\n\r\n“Drink-led pubs and bars performed by far the strongest with like-for-likes up more than restaurants were down. Food-led pubs also suffered in the sun with negative like-for-likes, although not as dramatically as the restaurant operators,” said Martin. “It seems people just wanted to go out for a drink. Across managed pubs and bars drink sales were up 6.6% for the month, with food down -3.0%.”\r\n\r\n<strong>Paul Newman</strong>, head of leisure and hospitality at RSM said: “These results continue the trend we’ve seen since the end of April. Weather and the impact of major social or sporting events remain the biggest factors when it comes to sales in the out-of-home market. It comes as no surprise that restaurant groups continue to struggle, albeit a sales drop of 4.8% year-on-year will be particularly painful on top of ongoing cost pressures. The long hot summer could not have come at a worse time for food-led operators and time will tell whether the more moderate temperatures we’ve experienced in August will provide some much-needed respite.”\r\n\r\nUnderlying like-for-like growth for the 47 companies in the Tracker cohort, which represents both large and small groups, was running at 0.5% for the 12 months to the end of June, down slightly from the 0.7% at the end of June.\r\n\r\n<img class=\"wp-image-2332 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-20-at-11.09.40.png\" alt=\"\" width=\"312\" height=\"329\" />\r\n\r\n<strong>Trevor Watson</strong>, executive director at Davis Coffer Lyons said: “London had a particularly strong month with overall like-for-like sales up 2.6%. This was driven predominantly by the capital’s pubs market – buoyed by England’s unexpected progression at the World Cup – which were trading 6.1% ahead. The rest of the country had a more difficult period with like-for-like sales down 0.9%. Restaurant trading fell a painful 5.6% - compared with 2.8% down in the capital - with pub like-for-likes up just 1.7% despite the football.”\r\n\r\nTotal sales growth across the pub and restaurant cohort, which includes the effect of new openings, was 2.7% in July, reflecting the slow down in brand roll-outs, and running at 3.6% for the 12 months to the end of the month.\r\n\r\n<em>The Coffer Peach Tracker industry sales monitor for the UK pub, bar and restaurant sector collects and analyses performance data from 47 operating groups, with a combined turnover of over £9bn, and is the established industry benchmark. </em>\r\n\r\n<strong>Participating companies receive a fuller detailed breakdown of monthly trading. To join the cohort contact Jake Dolby, <a href=\"mailto:jake.dolby@cga.co.uk\">jake.dolby@cga.co.uk</a>.</strong>\r\n\r\n&nbsp;','July\'s heatwave prompts sales rise in Britain\'s pubs','','inherit','closed','closed','','2320-revision-v1','','','2018-08-20 10:10:56','2018-08-20 10:10:56','',2320,'http://www.ontradeprogress.com/2018/08/20/2320-revision-v1/',0,'revision','',0),(2334,1,'2018-08-21 07:22:03','2018-08-21 07:22:03','<strong>Glenn Roberts, chair of CESA, will be joining Winterhalter UK as Sales Director. Previously Global Head of Polar Refrigeration at Nisbets, Glenn has experience of working for some of the industry’s largest companies, including Nisbets, Bunzl and Gram UK/Hoshizaki.</strong>\r\n\r\nHe is joining Winterhalter as current Sales Director, Andy Salter, has been promoted to a new role, as Managing Director of Classeq.\r\n\r\n“Andy has proved himself an invaluable member of the Board of Directors in his nineteen years at Winterhalter,” says Stephen Kinkead, Managing Director of Winterhalter UK. “He’s been hugely influential in increasing the profitability of some of our biggest accounts\r\n\r\n“Glenn’s reputation in the industry is second to none, under his watch Gram UK grew significantly, and he helped direct them through several buyouts. We’re very pleased to welcome him to Winterhalter, and wish both him and Andy the best of success in their new roles.”\r\n\r\nWinterhalter provides a total solution for warewashing, from pre-sales advice to after-sales service, training and maintenance.  Alongside its market-leading dish and glasswashers, the company’s range includes utensil washers, advanced water treatment machines, cleaning chemicals and detergents.  For further details, call Winterhalter on 01908 359000, see <a href=\"http://www.winterhalter.co.uk/\">www.winterhalter.co.uk</a>, or <a href=\"http://www.winterhalter-scout.biz/\">www.winterhalter-scout.biz</a> or email <a href=\"mailto:info@winterhalter.co.uk\">info@winterhalter.co.uk</a>.','Glenn Roberts joins Winterhalter UK, Andy Salter joins Classeq','','publish','closed','open','','glenn-roberts-joins-winterhalter-uk-andy-salter-joins-classeq','','','2018-08-21 07:22:24','2018-08-21 07:22:24','',0,'http://www.ontradeprogress.com/?p=2334',0,'post','',0),(2335,1,'2018-08-21 07:21:48','2018-08-21 07:21:48','','Screen Shot 2018-08-21 at 08.20.50','','inherit','closed','closed','','screen-shot-2018-08-21-at-08-20-50','','','2018-08-21 07:21:48','2018-08-21 07:21:48','',2334,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-08.20.50.png',0,'attachment','image/png',0),(2336,1,'2018-08-21 07:22:03','2018-08-21 07:22:03','<strong>Glenn Roberts, chair of CESA, will be joining Winterhalter UK as Sales Director. Previously Global Head of Polar Refrigeration at Nisbets, Glenn has experience of working for some of the industry’s largest companies, including Nisbets, Bunzl and Gram UK/Hoshizaki.</strong>\r\n\r\nHe is joining Winterhalter as current Sales Director, Andy Salter, has been promoted to a new role, as Managing Director of Classeq.\r\n\r\n“Andy has proved himself an invaluable member of the Board of Directors in his nineteen years at Winterhalter,” says Stephen Kinkead, Managing Director of Winterhalter UK. “He’s been hugely influential in increasing the profitability of some of our biggest accounts\r\n\r\n“Glenn’s reputation in the industry is second to none, under his watch Gram UK grew significantly, and he helped direct them through several buyouts. We’re very pleased to welcome him to Winterhalter, and wish both him and Andy the best of success in their new roles.”\r\n\r\nWinterhalter provides a total solution for warewashing, from pre-sales advice to after-sales service, training and maintenance.  Alongside its market-leading dish and glasswashers, the company’s range includes utensil washers, advanced water treatment machines, cleaning chemicals and detergents.  For further details, call Winterhalter on 01908 359000, see <a href=\"http://www.winterhalter.co.uk/\">www.winterhalter.co.uk</a>, or <a href=\"http://www.winterhalter-scout.biz/\">www.winterhalter-scout.biz</a> or email <a href=\"mailto:info@winterhalter.co.uk\">info@winterhalter.co.uk</a>.','Glenn Roberts joins Winterhalter UK, Andy Salter joins Classeq','','inherit','closed','closed','','2334-revision-v1','','','2018-08-21 07:22:03','2018-08-21 07:22:03','',2334,'http://www.ontradeprogress.com/2018/08/21/2334-revision-v1/',0,'revision','',0),(2337,1,'2018-08-21 07:45:31','2018-08-21 07:45:31','<strong>The Wintergarden Restaurant at the Landmark London hotel has overcome a raft of warewashing issues by using highly advanced warewashing technology, supplied by Winterhalter. The issues related to the new warewash area for the restaurant. “We’re incredibly busy most of the day, so we needed a high volume machine – but we didn’t have the room to accommodate it,” says Executive Chef Gary Klaner. “At the same time, we need to be able to wash some very specialist and delicate pieces of tableware – including gold rim plates – but the machines also needed to be able to clean the standard ware, and clean it fast.” </strong>\r\n\r\nAnother consideration in the wash area was ventilation, which is limited, and in a small room, which was already hot, steam from a conventional warewasher would have caused serious condensation problems.\r\n\r\nTo cope with the volume of washing in the restaurant The Landmark London installed Winterhalter’s TwinSet – an innovative package that links two PT passthrough dishwashers together, doubling capacity in a relatively small footprint. It has the added advantage that, in quiet times, only one of the machines need to be used, halving energy, water and chemical consumption.\r\n\r\nTo avoid the potential condensation problems, the PT TwinSet selected by the hotel is a ClimatePlus model.  It uses heat exchangers to extract heat from the steam generated during washing, using it to heat up the incoming cold water supply. As a result, there’s virtually no steam left to escape when the PT is opened at the end of the wash cycle. The ClimatePlus also sucks in warm air from its surrounds to further heat the incoming water, and then pumps back cool, dry air. While the lack of steam and the cool air enhance the environment around the machine, the ClimatePlus technology also dramatically reduces energy consumption – by over 50%, compared to standard models.\r\n\r\n“The TwinSet is doing a great job,” says Gary. “It’s fast, efficient and its ‘air conditioner effect’ is a huge bonus for the team working in such a confined space”\r\n\r\nFor glasses, the Wintergarden’s wash area has a compact UC undercounter machine. To ensure the best possible results it’s an Excellence iPlus model, which means it incorporates Winterhalter’s innovative hybrid water treatment, which combines reverse osmosis (RO) and a water softener. Users can choose whether to use one or both water treatments systems – RO for the very best results, or just the water softener, which uses less water than RO and is fine for less critical items. The UC’s RO system is so good that glasses washed in the machine need minimal hand polishing when they come out.\r\n\r\nThe Landmark London already uses Winterhalter machines in its main kitchens, so Gary knew the results would be good. However, he wanted proof that the company’s technologies would resolve the problems the new wash area faced. Consequently, he visited a couple of customer sites that were already using Winterhalter’s ClimatePlus and RO machines. “We were impressed by both technologies,” he says.  “The way the ClimatePlus cools the wash area is brilliant.  And the RO?  The results speak for themselves.\r\n\r\n“In a location like the Wintergarden in The Landmark London, the tableware has to be sparkling – and all the Winterhalters deliver on that.”\r\n\r\nI-line Counters installed the Winterhalter machines. The company supplies bespoke fabrications, quality equipment from leading manufacturers and front of house food server counters. For more information visit <a href=\"http://www.i-linecounters.co.uk/\">www.i-linecounters.co.uk</a>.\r\n\r\nFor more information on The Landmark London hotel visit <a href=\"http://www.landmarklondon.co.uk/\">www.landmarklondon.co.uk</a>.\r\n\r\nWinterhalter provides a total solution for warewashing, from pre-sales advice to after-sales service, training and maintenance. Alongside its market-leading dish and glasswashers, the company’s range includes utensil washers, advanced water treatment machines, cleaning chemicals and detergents. For further details, call Winterhalter on 01908 359000, see <a href=\"http://www.winterhalter.co.uk/\">www.winterhalter.co.uk</a>, or <a href=\"http://www.winterhalter-scout.biz/\">www.winterhalter-scout.biz</a> or email <a href=\"mailto:info@winterhalter.co.uk\">info@winterhalter.co.uk</a>.','Steamless warewasher creates cool climate for Wintergarden restaurant','','publish','closed','open','','steamless-warewasher-creates-cool-climate-for-wintergarden-restaurant','','','2018-08-21 07:46:27','2018-08-21 07:46:27','',0,'http://www.ontradeprogress.com/?p=2337',0,'post','',0),(2338,1,'2018-08-21 07:41:24','2018-08-21 07:41:24','','Screen Shot 2018-08-21 at 08.37.22','','inherit','closed','closed','','screen-shot-2018-08-21-at-08-37-22','','','2018-08-21 07:41:24','2018-08-21 07:41:24','',2337,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-08.37.22.png',0,'attachment','image/png',0),(2339,1,'2018-08-21 07:45:31','2018-08-21 07:45:31','<strong>The Wintergarden Restaurant at the Landmark London hotel has overcome a raft of warewashing issues by using highly advanced warewashing technology, supplied by Winterhalter. The issues related to the new warewash area for the restaurant. “We’re incredibly busy most of the day, so we needed a high volume machine – but we didn’t have the room to accommodate it,” says Executive Chef Gary Klaner. “At the same time, we need to be able to wash some very specialist and delicate pieces of tableware – including gold rim plates – but the machines also needed to be able to clean the standard ware, and clean it fast.” </strong>\r\n\r\nAnother consideration in the wash area was ventilation, which is limited, and in a small room, which was already hot, steam from a conventional warewasher would have caused serious condensation problems.\r\n\r\nTo cope with the volume of washing in the restaurant The Landmark London installed Winterhalter’s TwinSet – an innovative package that links two PT passthrough dishwashers together, doubling capacity in a relatively small footprint. It has the added advantage that, in quiet times, only one of the machines need to be used, halving energy, water and chemical consumption.\r\n\r\nTo avoid the potential condensation problems, the PT TwinSet selected by the hotel is a ClimatePlus model.  It uses heat exchangers to extract heat from the steam generated during washing, using it to heat up the incoming cold water supply. As a result, there’s virtually no steam left to escape when the PT is opened at the end of the wash cycle. The ClimatePlus also sucks in warm air from its surrounds to further heat the incoming water, and then pumps back cool, dry air. While the lack of steam and the cool air enhance the environment around the machine, the ClimatePlus technology also dramatically reduces energy consumption – by over 50%, compared to standard models.\r\n\r\n“The TwinSet is doing a great job,” says Gary. “It’s fast, efficient and its ‘air conditioner effect’ is a huge bonus for the team working in such a confined space”\r\n\r\nFor glasses, the Wintergarden’s wash area has a compact UC undercounter machine. To ensure the best possible results it’s an Excellence iPlus model, which means it incorporates Winterhalter’s innovative hybrid water treatment, which combines reverse osmosis (RO) and a water softener. Users can choose whether to use one or both water treatments systems – RO for the very best results, or just the water softener, which uses less water than RO and is fine for less critical items. The UC’s RO system is so good that glasses washed in the machine need minimal hand polishing when they come out.\r\n\r\nThe Landmark London already uses Winterhalter machines in its main kitchens, so Gary knew the results would be good. However, he wanted proof that the company’s technologies would resolve the problems the new wash area faced. Consequently, he visited a couple of customer sites that were already using Winterhalter’s ClimatePlus and RO machines. “We were impressed by both technologies,” he says.  “The way the ClimatePlus cools the wash area is brilliant.  And the RO?  The results speak for themselves.\r\n\r\n“In a location like the Wintergarden in The Landmark London, the tableware has to be sparkling – and all the Winterhalters deliver on that.”\r\n\r\nI-line Counters installed the Winterhalter machines. The company supplies bespoke fabrications, quality equipment from leading manufacturers and front of house food server counters. For more information visit <a href=\"http://www.i-linecounters.co.uk/\">www.i-linecounters.co.uk</a>.\r\n\r\nFor more information on The Landmark London hotel visit <a href=\"http://www.landmarklondon.co.uk/\">www.landmarklondon.co.uk</a>.\r\n\r\nWinterhalter provides a total solution for warewashing, from pre-sales advice to after-sales service, training and maintenance. Alongside its market-leading dish and glasswashers, the company’s range includes utensil washers, advanced water treatment machines, cleaning chemicals and detergents. For further details, call Winterhalter on 01908 359000, see <a href=\"http://www.winterhalter.co.uk/\">www.winterhalter.co.uk</a>, or <a href=\"http://www.winterhalter-scout.biz/\">www.winterhalter-scout.biz</a> or email <a href=\"mailto:info@winterhalter.co.uk\">info@winterhalter.co.uk</a>.','Steamless warewasher creates cool climate for Wintergarden restaurant','','inherit','closed','closed','','2337-revision-v1','','','2018-08-21 07:45:31','2018-08-21 07:45:31','',2337,'http://www.ontradeprogress.com/2018/08/21/2337-revision-v1/',0,'revision','',0),(2340,1,'2018-08-21 08:27:38','2018-08-21 08:27:38','<strong>UKHospitality Chief Executive Kate Nicholls comments on the Prime Minister’s affirmation that European citizens will be granted the right to stay in the UK if there is a no-deal Brexit. It is estimated that around one in eight of all staff working in hospitality are from other EU nations.</strong>\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls, said:</strong>\r\n\r\n“The Prime Minister’s statement gives businesses much-needed clarity on the future of its workforce as we leave the EU, with or without a deal. It rightly acknowledges the contribution made by EU nationals to UK businesses. In hospitality, EU workers help to ease acute skills and labour gaps, while the industry works to encourage more British people to choose careers in our sector.\r\n\r\n“Allowing existing EU citizens the right to stay goes some way to support the needs of our business and will allow the sector to continue to grow, invest and benefit the UK economy.”','Prime Minister’s statement on European citizens','','publish','closed','open','','prime-ministers-statement-on-european-citizens','','','2018-08-21 08:27:38','2018-08-21 08:27:38','',0,'http://www.ontradeprogress.com/?p=2340',0,'post','',0),(2343,1,'2018-08-21 08:27:38','2018-08-21 08:27:38','<strong>UKHospitality Chief Executive Kate Nicholls comments on the Prime Minister’s affirmation that European citizens will be granted the right to stay in the UK if there is a no-deal Brexit. It is estimated that around one in eight of all staff working in hospitality are from other EU nations.</strong>\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls, said:</strong>\r\n\r\n“The Prime Minister’s statement gives businesses much-needed clarity on the future of its workforce as we leave the EU, with or without a deal. It rightly acknowledges the contribution made by EU nationals to UK businesses. In hospitality, EU workers help to ease acute skills and labour gaps, while the industry works to encourage more British people to choose careers in our sector.\r\n\r\n“Allowing existing EU citizens the right to stay goes some way to support the needs of our business and will allow the sector to continue to grow, invest and benefit the UK economy.”','Prime Minister’s statement on European citizens','','inherit','closed','closed','','2340-revision-v1','','','2018-08-21 08:27:38','2018-08-21 08:27:38','',2340,'http://www.ontradeprogress.com/2018/08/21/2340-revision-v1/',0,'revision','',0),(2344,1,'2018-08-21 08:37:24','2018-08-21 08:37:24','<strong>Alcohol education charity Drinkaware sponsored its first Walking Football Tournament, the Drinkaware Cup, held last month in conjunction with Derby County Community Trust, at the same time as renewing its partnership with the Sky Bet Championship club for the 2018-19 season.</strong>\r\n\r\nNottingham Forest lifted the trophy after six teams from across the country competed in a one-day contest at Racecourse Playing Fields in Derby.\r\n\r\nDrinkaware became a preferred partner of Derby County Football Club last year and its messages about responsible drinking were displayed every matchday on hoardings and screens around the ground, reaching more than 13 million people over the season, including televised matches.\r\n\r\nAs the partnership extends into the new season, Drinkaware will continue its work with the Derby County Community Trust, which includes the Walking Football scheme. This slower version of the beautiful game is aimed at the over 50s, as a way of improving both physical and mental health.  Last season, the scheme delivered more than 4,500 sessions to players across Derbyshire.\r\n\r\nRommel Moseley, Drinkaware Director of Business Development &amp; Partnerships, said, \"We\'re delighted to be renewing our partnership with Derby County Football Club for the coming season - especially as the arrival of Frank Lampard as manager should raise the club\'s profile and create opportunities for us to reach more mid-life men with our messages.\r\n\r\n\"It has been wonderful to watch the growing popularity of Walking Football across Derbyshire and we\'ve been able to engage with many of the men on the scheme about cutting back on their drinking as part of a healthier lifestyle. We\'re looking forward to working with them again.\"\r\n\r\nSharon Dale, Health Manager at Derby County Community Trust, said \"Working with Drinkaware has helped Derby County Community Trust offer more tailored support to participants on our Walking Football programme.\r\n\r\n\"For many of these men, taking part in the sport is genuinely transformational, helping them improve both physical fitness and mental health, by giving them a new group of friends to prevent social isolation. As one of our players said, ‘Walking Football gives me something to look forward to - you can get forgotten once you retire.\'\"\r\n\r\nMartyn Shore, Health Improvement Practitioner - Substance Misuse for Derbyshire County Council, said, \"The Drinkaware Cup was a superb event and we were proud to support it, especially as the participants can be quite a hard-to-reach group when looking at healthy lifestyle messages.\r\n\r\n\"As a football event, it was a great platform for promoting healthy messages about the benefits of regular physical activity. From a public health point of view, it really did tick quite a few boxes. We will be looking forward to working in partnership with Drinkaware, Derby County and Derby County Community Trust again in the future.\"','Drinkaware sponsors first Walking Football Tournament','','publish','closed','open','','drinkaware-sponsors-first-walking-football-tournament','','','2018-08-21 08:37:24','2018-08-21 08:37:24','',0,'http://www.ontradeprogress.com/?p=2344',0,'post','',0),(2345,1,'2018-08-21 08:37:02','2018-08-21 08:37:02','','Screen Shot 2018-08-21 at 09.34.16','','inherit','closed','closed','','screen-shot-2018-08-21-at-09-34-16','','','2018-08-21 08:37:02','2018-08-21 08:37:02','',2344,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-09.34.16.png',0,'attachment','image/png',0),(2346,1,'2018-08-21 08:37:24','2018-08-21 08:37:24','<strong>Alcohol education charity Drinkaware sponsored its first Walking Football Tournament, the Drinkaware Cup, held last month in conjunction with Derby County Community Trust, at the same time as renewing its partnership with the Sky Bet Championship club for the 2018-19 season.</strong>\r\n\r\nNottingham Forest lifted the trophy after six teams from across the country competed in a one-day contest at Racecourse Playing Fields in Derby.\r\n\r\nDrinkaware became a preferred partner of Derby County Football Club last year and its messages about responsible drinking were displayed every matchday on hoardings and screens around the ground, reaching more than 13 million people over the season, including televised matches.\r\n\r\nAs the partnership extends into the new season, Drinkaware will continue its work with the Derby County Community Trust, which includes the Walking Football scheme. This slower version of the beautiful game is aimed at the over 50s, as a way of improving both physical and mental health.  Last season, the scheme delivered more than 4,500 sessions to players across Derbyshire.\r\n\r\nRommel Moseley, Drinkaware Director of Business Development &amp; Partnerships, said, \"We\'re delighted to be renewing our partnership with Derby County Football Club for the coming season - especially as the arrival of Frank Lampard as manager should raise the club\'s profile and create opportunities for us to reach more mid-life men with our messages.\r\n\r\n\"It has been wonderful to watch the growing popularity of Walking Football across Derbyshire and we\'ve been able to engage with many of the men on the scheme about cutting back on their drinking as part of a healthier lifestyle. We\'re looking forward to working with them again.\"\r\n\r\nSharon Dale, Health Manager at Derby County Community Trust, said \"Working with Drinkaware has helped Derby County Community Trust offer more tailored support to participants on our Walking Football programme.\r\n\r\n\"For many of these men, taking part in the sport is genuinely transformational, helping them improve both physical fitness and mental health, by giving them a new group of friends to prevent social isolation. As one of our players said, ‘Walking Football gives me something to look forward to - you can get forgotten once you retire.\'\"\r\n\r\nMartyn Shore, Health Improvement Practitioner - Substance Misuse for Derbyshire County Council, said, \"The Drinkaware Cup was a superb event and we were proud to support it, especially as the participants can be quite a hard-to-reach group when looking at healthy lifestyle messages.\r\n\r\n\"As a football event, it was a great platform for promoting healthy messages about the benefits of regular physical activity. From a public health point of view, it really did tick quite a few boxes. We will be looking forward to working in partnership with Drinkaware, Derby County and Derby County Community Trust again in the future.\"','Drinkaware sponsors first Walking Football Tournament','','inherit','closed','closed','','2344-revision-v1','','','2018-08-21 08:37:24','2018-08-21 08:37:24','',2344,'http://www.ontradeprogress.com/2018/08/21/2344-revision-v1/',0,'revision','',0),(2347,1,'2018-08-21 08:42:36','2018-08-21 08:42:36','<strong>FEM is bringing the Hamilton Beach Commercial Quantum 950 high performance blender to the UK. Combining durability, high capacity and market leading technology, it adds a new dimension to the blender market, alongside a seven year motor warranty. </strong>\r\n\r\nCentral to the Quantum 950’s longevity is its Endura Motor Technology, which uses a brushless motor system. By eliminating brushes and hence the need to replace worn down brushes, this technology means that the Quantum lasts two and a half times longer and operates 50% more efficiently than its peers. Meanwhile, its stainless steel blades and all-metal drive coupling feature a lifetime warranty.\r\n\r\nAlongside its endurance, the Quantum 950 is a breeze to operate. It is controlled by an easy-to-navigate touchpad on a scrolling LED display, which has access to over 30 pre-programmed blending cycles in ten languages. There are five programmable buttons so that the most popular blends can be prioritised. Meanwhile, a USB port makes it possible to upload custom programs.\r\n\r\nQuality, smooth results are guaranteed by the Wave-Action System, which uses a specially designed container to continually force mixture down to the blades for the perfect end product. With a pulse option that can be set anywhere between 5% and 100% power, the Quantum copes easily even with whole ice cubes so blending frozen drinks, smoothies, ice cream and iced coffee is no problem.\r\n\r\nHamilton Beach Commercial’s Quiet Shield sound enclosure reduces volume, making the Quantum 950 one of the world’s quietest blenders, so it’s ideal for front of house. The Quiet Shield is easy to detach and clean, while as soon as the shield is lifted the motor stops.\r\n\r\nThe Quantum 950 measures 216 (W) x 286 (D) x 445mm (H). Its list price is £1,790 plus VAT.\r\n\r\nThe Hamilton Beach Commercial Quantum 950 blender is available from FEM distributors with a three years parts and labour warranty, alongside a seven year parts and labour guarantee for the Endura Motor. The rest of the blender, the drive coupling and stainless steel blades have a lifetime guarantee.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Blends like a dream for real lifetime endurance','','publish','closed','open','','blends-like-a-dream-for-real-lifetime-endurance','','','2018-08-21 08:42:36','2018-08-21 08:42:36','',0,'http://www.ontradeprogress.com/?p=2347',0,'post','',0),(2348,1,'2018-08-21 08:41:46','2018-08-21 08:41:46','','Screen Shot 2018-08-21 at 09.37.41','','inherit','closed','closed','','screen-shot-2018-08-21-at-09-37-41','','','2018-08-21 08:41:46','2018-08-21 08:41:46','',2347,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-09.37.41.png',0,'attachment','image/png',0),(2349,1,'2018-08-21 08:42:36','2018-08-21 08:42:36','<strong>FEM is bringing the Hamilton Beach Commercial Quantum 950 high performance blender to the UK. Combining durability, high capacity and market leading technology, it adds a new dimension to the blender market, alongside a seven year motor warranty. </strong>\r\n\r\nCentral to the Quantum 950’s longevity is its Endura Motor Technology, which uses a brushless motor system. By eliminating brushes and hence the need to replace worn down brushes, this technology means that the Quantum lasts two and a half times longer and operates 50% more efficiently than its peers. Meanwhile, its stainless steel blades and all-metal drive coupling feature a lifetime warranty.\r\n\r\nAlongside its endurance, the Quantum 950 is a breeze to operate. It is controlled by an easy-to-navigate touchpad on a scrolling LED display, which has access to over 30 pre-programmed blending cycles in ten languages. There are five programmable buttons so that the most popular blends can be prioritised. Meanwhile, a USB port makes it possible to upload custom programs.\r\n\r\nQuality, smooth results are guaranteed by the Wave-Action System, which uses a specially designed container to continually force mixture down to the blades for the perfect end product. With a pulse option that can be set anywhere between 5% and 100% power, the Quantum copes easily even with whole ice cubes so blending frozen drinks, smoothies, ice cream and iced coffee is no problem.\r\n\r\nHamilton Beach Commercial’s Quiet Shield sound enclosure reduces volume, making the Quantum 950 one of the world’s quietest blenders, so it’s ideal for front of house. The Quiet Shield is easy to detach and clean, while as soon as the shield is lifted the motor stops.\r\n\r\nThe Quantum 950 measures 216 (W) x 286 (D) x 445mm (H). Its list price is £1,790 plus VAT.\r\n\r\nThe Hamilton Beach Commercial Quantum 950 blender is available from FEM distributors with a three years parts and labour warranty, alongside a seven year parts and labour guarantee for the Endura Motor. The rest of the blender, the drive coupling and stainless steel blades have a lifetime guarantee.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Blends like a dream for real lifetime endurance','','inherit','closed','closed','','2347-revision-v1','','','2018-08-21 08:42:36','2018-08-21 08:42:36','',2347,'http://www.ontradeprogress.com/2018/08/21/2347-revision-v1/',0,'revision','',0),(2350,1,'2018-08-21 09:51:29','2018-08-21 09:51:29','<strong>With a theme of ‘Evolving in a disruptive environment’, CESA’s 2018 Conference will pull no punches in reflecting troubled times – but it will also be looking at ways that the foodservice industry can survive and thrive. </strong>\r\n\r\nThe Conference takes place on November 14 and 15 and is run in association with Cedabond, ENSE and the FCSI. CESA will soon release full details of the programme and speaker platform, which will be directed by Conference chair and facilitator Simon Jack.\r\n\r\n“We’re delighted to have such a business authority as Simon Jack to run the Conference,” says Glenn Close, chair of CESA. “He’s a very well-known voice and face, of course, and his knowhow, expertise and ability to manage a live debate will be invaluable.” Jack is best known as a business presenter on BBC TV, radio and is now the corporation’s business editor.\r\n\r\nBrexit will no doubt loom large over proceedings and amongst the key presentations will be economic updates and analysis of key industry trends.\r\n\r\nIn 2018 the venue moves to the luxurious and picturesque De Vere Cotswold Water Park. As usual, there will be plenty of networking opportunities, including the chance to play the historic course at Cirencester Golf Club. The informal dinner takes place on Wednesday 14<sup>th</sup> November, with the black tie gala awards dinner on Thursday.\r\n\r\nA variety of booking options are available to delegates, from simple attendance at the Conference itself to two-day packages including both dinners and golf or another activity. The event is open to all foodservice industry professionals, including equipment manufacturers, suppliers and dealers, consultants and operators. CESA members receive a discount. To find out more and book tickets visit <a href=\"http://cesaconference.co.uk/\">cesaconference.co.uk</a>\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes. For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','CESA Conference set to tackle difficult issues','','publish','closed','open','','cesa-conference-set-to-tackle-difficult-issues','','','2018-08-21 09:51:29','2018-08-21 09:51:29','',0,'http://www.ontradeprogress.com/?p=2350',0,'post','',0),(2351,1,'2018-08-21 09:50:38','2018-08-21 09:50:38','','Screen Shot 2018-08-21 at 10.47.43','','inherit','closed','closed','','screen-shot-2018-08-21-at-10-47-43','','','2018-08-21 09:50:38','2018-08-21 09:50:38','',2350,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-10.47.43.png',0,'attachment','image/png',0),(2352,1,'2018-08-21 09:51:29','2018-08-21 09:51:29','<strong>With a theme of ‘Evolving in a disruptive environment’, CESA’s 2018 Conference will pull no punches in reflecting troubled times – but it will also be looking at ways that the foodservice industry can survive and thrive. </strong>\r\n\r\nThe Conference takes place on November 14 and 15 and is run in association with Cedabond, ENSE and the FCSI. CESA will soon release full details of the programme and speaker platform, which will be directed by Conference chair and facilitator Simon Jack.\r\n\r\n“We’re delighted to have such a business authority as Simon Jack to run the Conference,” says Glenn Close, chair of CESA. “He’s a very well-known voice and face, of course, and his knowhow, expertise and ability to manage a live debate will be invaluable.” Jack is best known as a business presenter on BBC TV, radio and is now the corporation’s business editor.\r\n\r\nBrexit will no doubt loom large over proceedings and amongst the key presentations will be economic updates and analysis of key industry trends.\r\n\r\nIn 2018 the venue moves to the luxurious and picturesque De Vere Cotswold Water Park. As usual, there will be plenty of networking opportunities, including the chance to play the historic course at Cirencester Golf Club. The informal dinner takes place on Wednesday 14<sup>th</sup> November, with the black tie gala awards dinner on Thursday.\r\n\r\nA variety of booking options are available to delegates, from simple attendance at the Conference itself to two-day packages including both dinners and golf or another activity. The event is open to all foodservice industry professionals, including equipment manufacturers, suppliers and dealers, consultants and operators. CESA members receive a discount. To find out more and book tickets visit <a href=\"http://cesaconference.co.uk/\">cesaconference.co.uk</a>\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes. For more information on CESA visit <a href=\"http://www.cesa.org.uk/\">www.cesa.org.uk</a>','CESA Conference set to tackle difficult issues','','inherit','closed','closed','','2350-revision-v1','','','2018-08-21 09:51:29','2018-08-21 09:51:29','',2350,'http://www.ontradeprogress.com/2018/08/21/2350-revision-v1/',0,'revision','',0),(2353,1,'2018-08-21 09:55:47','2018-08-21 09:55:47','<strong>The Three Peaks Challenge, climbing Ben Nevis, Scafell Pike and Snowdon in 24 hours, sounds tough enough, but add in the navigating between the peaks, tiredness, cramp and sleeping and eating on-the-go then it becomes a massive challenge!</strong>\r\n\r\nHowever, the guys from Rational were not daunted and on 28<sup>th</sup> July, nine intrepid team members took part in the challenge, seven climbers and two drivers. Amongst them were four top performers who achieved their goal within the time limit, Graham Kille (technical sales director), Tom Bentham (corporate chef), Will Matthews (customer service technician) and Lee Harding (key accounts director).\r\n\r\nDespite the glorious weather conditions of the past few weeks, the team experienced terrible weather, with rain (and lots of it) hail and high winds. They ploughed on and after climbing for their lives, completed the challenge with time to spare.\r\n\r\nRational’s team were walking for the charity Hospitality Action and their endeavours have so far raised £1,282.00. Hospitality Action is the hospitality industry\'s charity, helping past and present workers of all ages who are in crisis. It offers financial aid and information and also supports a youth guidance scheme educating on alcohol and drugs misuse.\r\n\r\n“Despite the appalling weather conditions that the team faced, this was a great experience for us all, says Adam Knights (Marketing Director).” “We would like to thank our dealer partners, customers and staff who have donated money to our team and in turn to this great industry cause.”\r\n\r\nIf you are inspired by Rational’s achievement, it is not too late to donate to their charity via their just giving page.<a href=\"https://www.justgiving.com/fundraising/rationaluk\">https://www.justgiving.com/fundraising/rationaluk</a>','Rational team peak not once but three times!','','publish','closed','open','','rational-team-peak-not-once-but-three-times','','','2018-08-21 09:55:47','2018-08-21 09:55:47','',0,'http://www.ontradeprogress.com/?p=2353',0,'post','',0),(2354,1,'2018-08-21 09:55:17','2018-08-21 09:55:17','','Screen Shot 2018-08-21 at 10.52.12','','inherit','closed','closed','','screen-shot-2018-08-21-at-10-52-12','','','2018-08-21 09:55:17','2018-08-21 09:55:17','',2353,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-10.52.12.png',0,'attachment','image/png',0),(2355,1,'2018-08-21 09:55:47','2018-08-21 09:55:47','<strong>The Three Peaks Challenge, climbing Ben Nevis, Scafell Pike and Snowdon in 24 hours, sounds tough enough, but add in the navigating between the peaks, tiredness, cramp and sleeping and eating on-the-go then it becomes a massive challenge!</strong>\r\n\r\nHowever, the guys from Rational were not daunted and on 28<sup>th</sup> July, nine intrepid team members took part in the challenge, seven climbers and two drivers. Amongst them were four top performers who achieved their goal within the time limit, Graham Kille (technical sales director), Tom Bentham (corporate chef), Will Matthews (customer service technician) and Lee Harding (key accounts director).\r\n\r\nDespite the glorious weather conditions of the past few weeks, the team experienced terrible weather, with rain (and lots of it) hail and high winds. They ploughed on and after climbing for their lives, completed the challenge with time to spare.\r\n\r\nRational’s team were walking for the charity Hospitality Action and their endeavours have so far raised £1,282.00. Hospitality Action is the hospitality industry\'s charity, helping past and present workers of all ages who are in crisis. It offers financial aid and information and also supports a youth guidance scheme educating on alcohol and drugs misuse.\r\n\r\n“Despite the appalling weather conditions that the team faced, this was a great experience for us all, says Adam Knights (Marketing Director).” “We would like to thank our dealer partners, customers and staff who have donated money to our team and in turn to this great industry cause.”\r\n\r\nIf you are inspired by Rational’s achievement, it is not too late to donate to their charity via their just giving page.<a href=\"https://www.justgiving.com/fundraising/rationaluk\">https://www.justgiving.com/fundraising/rationaluk</a>','Rational team peak not once but three times!','','inherit','closed','closed','','2353-revision-v1','','','2018-08-21 09:55:47','2018-08-21 09:55:47','',2353,'http://www.ontradeprogress.com/2018/08/21/2353-revision-v1/',0,'revision','',0),(2357,1,'2018-08-21 10:31:41','2018-08-21 10:31:41','<strong>UK foodservice specialist ARYZTA Food Solutions is celebrating three Great Taste Award stars, shared amongst two of its very latest bakery innovations. The company’s Fruit and Nut Loaf was awarded a star, while its collaboration with chef James Tanner – the ‘Inspired by’ Chocolate Pavé – was the recipient of two stars. </strong>\r\n\r\nOrganised by the Guild of Fine Food, the Great Taste Awards are one of the industry’s acknowledged benchmarks for fine food excellence. Its unique grading system of awarding products 1-3 stars (3: Exquisite, 2: Outstanding, 1: Simply Delicious) has been employed since 1994 to help set great products apart from the good.\r\n\r\nJudges, including chefs, food writers, critics, fine food retailers and buyers were unanimous in their praise for both products. The two star ‘Inspired by’ Chocolate Pavé is a rich chocolate brownie base, topped with a milk chocolate praline feuilletine and decadent Ecuadorian chocolate truffle, decorated with chocolate mirror glaze and cacao nibs. Judges hailed it as “visibly striking” with “great definition between the layers” and “well-crafted with a wonderful, smooth, silky mousse balanced really well against the biscuit and feuilletine.”\r\n\r\nPaul Whitely, Head of Marketing at ARYZTA Food Solutions UK, comments: “These stars – awarded as they have been by those with expert palates and a serious knowledge of good food – are testament to the quality that Aryzta Food Solutions UK is capable of. Our product development team work hard with our suppliers to produce sublime bakery items. It’s worth repeating that if the methods are pure and the expertise is sound, choosing frozen doesn’t mean quality compromise and should hold no fear for outlets. These stars go a long way to reinforcing that. It’s a proud moment for us.”\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\nFor more information on the range call 0844 499 3311, email <a href=\"mailto:marketing.uk@aryzta.com\">marketing.uk@aryzta.com</a>, visit www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions at the 2018 Great Taste Awards','','publish','closed','open','','aryzta-food-solutions-at-the-2018-great-taste-awards','','','2018-08-21 10:32:40','2018-08-21 10:32:40','',0,'http://www.ontradeprogress.com/?p=2357',0,'post','',0),(2358,1,'2018-08-21 10:31:26','2018-08-21 10:31:26','','Screen Shot 2018-08-21 at 11.30.52','','inherit','closed','closed','','screen-shot-2018-08-21-at-11-30-52','','','2018-08-21 10:31:26','2018-08-21 10:31:26','',2357,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-21-at-11.30.52.png',0,'attachment','image/png',0),(2359,1,'2018-08-21 10:31:41','2018-08-21 10:31:41','<strong>UK foodservice specialist ARYZTA Food Solutions is celebrating three Great Taste Award stars, shared amongst two of its very latest bakery innovations. The company’s Fruit and Nut Loaf was awarded a star, while its collaboration with chef James Tanner – the ‘Inspired by’ Chocolate Pavé – was the recipient of two stars. </strong>\r\n\r\nOrganised by the Guild of Fine Food, the Great Taste Awards are one of the industry’s acknowledged benchmarks for fine food excellence. Its unique grading system of awarding products 1-3 stars (3: Exquisite, 2: Outstanding, 1: Simply Delicious) has been employed since 1994 to help set great products apart from the good.\r\n\r\nJudges, including chefs, food writers, critics, fine food retailers and buyers were unanimous in their praise for both products. The two star ‘Inspired by’ Chocolate Pavé is a rich chocolate brownie base, topped with a milk chocolate praline feuilletine and decadent Ecuadorian chocolate truffle, decorated with chocolate mirror glaze and cacao nibs. Judges hailed it as “visibly striking” with “great definition between the layers” and “well-crafted with a wonderful, smooth, silky mousse balanced really well against the biscuit and feuilletine.”\r\n\r\nPaul Whitely, Head of Marketing at ARYZTA Food Solutions UK, comments: “These stars – awarded as they have been by those with expert palates and a serious knowledge of good food – are testament to the quality that Aryzta Food Solutions UK is capable of. Our product development team work hard with our suppliers to produce sublime bakery items. It’s worth repeating that if the methods are pure and the expertise is sound, choosing frozen doesn’t mean quality compromise and should hold no fear for outlets. These stars go a long way to reinforcing that. It’s a proud moment for us.”\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\nFor more information on the range call 0844 499 3311, email <a href=\"mailto:marketing.uk@aryzta.com\">marketing.uk@aryzta.com</a>, visit www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions at the 2018 Great Taste Awards','','inherit','closed','closed','','2357-revision-v1','','','2018-08-21 10:31:41','2018-08-21 10:31:41','',2357,'http://www.ontradeprogress.com/2018/08/21/2357-revision-v1/',0,'revision','',0),(2361,1,'2018-08-23 07:16:41','2018-08-23 07:16:41','<strong>To coincide with Oktoberfest, leading distributor of glassware, Artis has brought together a collection of beer mugs. The collection comprises five different beer mugs with handles in a variety of different sizes.</strong>\r\n\r\n<strong>THE OKTOBERFEST COLLECTION</strong>\r\n\r\nThere are five different styles to select from – Beer Stein; the Icon beer mug; the Paneled beer mug, Maxim beer jug and the Trigger beer mug.\r\n\r\n<strong>Beer Stein</strong> – a traditional German style beer mug in half and one litre capacities, each with the option of a CE line.\r\n\r\n<strong>Icon Beer mug</strong> – a plain sided mug with traditional curved handle. Available in two sizes, half pint and pint. The pint is offered with the option of CE lining and nucleation to maximise the head.\r\n\r\n<strong>Paneled mug</strong> – this is already one of Artis’ big sellers. It is available in pint and half pint with the option of CE lining together with 12fl oz and 22fl oz capacities.\r\n\r\n<strong>Trigger beer mug</strong> – this is a straight-sided mug with classic handle. It is available in 12fl oz size with the option of CE lining.\r\n\r\n<strong>Maxim beer jug</strong> – a broad-base style with contemporary handle, available in 23 oz size.\r\n\r\nList prices vary from £2.99 for the half pint Icon to £7.90 for the Paneled lined pint.\r\n\r\nThe Oktoberfest is one of many glassware options in the Artis portfolio. For your own personal copy of the 2018 Artis catalogue call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Oktoberfest and Artis go hand in hand','','publish','closed','open','','oktoberfest-and-artis-go-hand-in-hand','','','2018-08-23 07:16:41','2018-08-23 07:16:41','',0,'http://www.ontradeprogress.com/?p=2361',0,'post','',0),(2362,1,'2018-08-23 07:15:35','2018-08-23 07:15:35','','Screen Shot 2018-08-23 at 08.10.15','','inherit','closed','closed','','screen-shot-2018-08-23-at-08-10-15','','','2018-08-23 07:15:35','2018-08-23 07:15:35','',2361,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.10.15.png',0,'attachment','image/png',0),(2363,1,'2018-08-23 07:16:41','2018-08-23 07:16:41','<strong>To coincide with Oktoberfest, leading distributor of glassware, Artis has brought together a collection of beer mugs. The collection comprises five different beer mugs with handles in a variety of different sizes.</strong>\r\n\r\n<strong>THE OKTOBERFEST COLLECTION</strong>\r\n\r\nThere are five different styles to select from – Beer Stein; the Icon beer mug; the Paneled beer mug, Maxim beer jug and the Trigger beer mug.\r\n\r\n<strong>Beer Stein</strong> – a traditional German style beer mug in half and one litre capacities, each with the option of a CE line.\r\n\r\n<strong>Icon Beer mug</strong> – a plain sided mug with traditional curved handle. Available in two sizes, half pint and pint. The pint is offered with the option of CE lining and nucleation to maximise the head.\r\n\r\n<strong>Paneled mug</strong> – this is already one of Artis’ big sellers. It is available in pint and half pint with the option of CE lining together with 12fl oz and 22fl oz capacities.\r\n\r\n<strong>Trigger beer mug</strong> – this is a straight-sided mug with classic handle. It is available in 12fl oz size with the option of CE lining.\r\n\r\n<strong>Maxim beer jug</strong> – a broad-base style with contemporary handle, available in 23 oz size.\r\n\r\nList prices vary from £2.99 for the half pint Icon to £7.90 for the Paneled lined pint.\r\n\r\nThe Oktoberfest is one of many glassware options in the Artis portfolio. For your own personal copy of the 2018 Artis catalogue call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a> to download.','Oktoberfest and Artis go hand in hand','','inherit','closed','closed','','2361-revision-v1','','','2018-08-23 07:16:41','2018-08-23 07:16:41','',2361,'http://www.ontradeprogress.com/2018/08/23/2361-revision-v1/',0,'revision','',0),(2364,1,'2018-08-23 07:36:05','2018-08-23 07:36:05','<strong>In retail it’s officially the UK’s favourite dip with sales exceeding £100m, now The Real Deli Co. is helping foodservice operators claim a profitable piece of the out-of-home houmous market, with an inspirational guide to premiumising this cult favourite.    </strong><strong> </strong>\r\n\r\nThe new guide, <em>‘Dip into the Potential of Houmous’</em> is available to download now at: <a href=\"http://www.therealdelicompany.com\">www.therealdelicompany.com</a> and showcases a number of recipes that use the company’s classic or reduced fat houmous as a base. Operators simply need to add a few ingredients to add a healthy mark-up.\r\n\r\nThe recipe for The Real Deli Co.’s Sriracha Korean Houmous with pickled vegetables, for instance, advises operators to blend Sriracha sauce with Real Deli houmous and top with pickled red cabbage, carrot and mouli, for a flavoursome dip with a point of difference. While a chorizo and sunblush tomato houmous recipe encourages operators to blend plain houmous with chopped sunblush tomatoes and smoked paprika, before topping with finely diced chorizo, roasted red peppers and freshly chopped basil.\r\n\r\n<strong>David Colwell, Foodservice Manager, Real Soup Co, says: “</strong>We know just what a devoted following houmous has gained in the UK in the past decade or so, so much so that retail sales now outstrip all other dips combined! Currently a real in-home favourite, it’s time foodservice operators got their hands on a piece of the action and got wise to the money that can be made. With a few simple embellishments, our classic houmous can be transformed into something even more special and upsold with incremental breads, crudités or put ‘centre of plate’ as part of a profitable grazing board.”\r\n\r\nThe company has also created a number of inspirational recipe cards that demonstrate the versatility of houmous as an ingredient. These are available, alongside the <em>‘Dip into the Potential of Houmous’ recipe guide,</em> for free at <a href=\"http://www.therealdelicompany.com\">www.therealdelicompany.com</a>.\r\n\r\n<strong>David adds:</strong> “Serving Houmous in the traditional way can be a fantastic money spinner but what about adding it to stuffed, roasted peppers or creating a dish of salmon with houmous, coriander and pomegranate seeds? It’s all about inspiring kitchens into profitability and that’s what the Real Deli Co. stands for. Visit the site today!”\r\n\r\nSupplied in 1kg catering packs, The Real Deli Co. has a five strong range of dips including Classic Houmous, Reduced Fat Houmous, Cool Tzatziki, Mexican-Style Guacamole and Tomato Salsa.','Real Deli Co. and the profit power of houmous','','publish','closed','open','','real-deli-co-and-the-profit-power-of-houmous','','','2018-08-23 07:36:05','2018-08-23 07:36:05','',0,'http://www.ontradeprogress.com/?p=2364',0,'post','',0),(2365,1,'2018-08-23 07:35:36','2018-08-23 07:35:36','','Screen Shot 2018-08-23 at 08.32.29','','inherit','closed','closed','','screen-shot-2018-08-23-at-08-32-29','','','2018-08-23 07:35:36','2018-08-23 07:35:36','',2364,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.32.29.png',0,'attachment','image/png',0),(2366,1,'2018-08-23 07:36:05','2018-08-23 07:36:05','<strong>In retail it’s officially the UK’s favourite dip with sales exceeding £100m, now The Real Deli Co. is helping foodservice operators claim a profitable piece of the out-of-home houmous market, with an inspirational guide to premiumising this cult favourite.    </strong><strong> </strong>\r\n\r\nThe new guide, <em>‘Dip into the Potential of Houmous’</em> is available to download now at: <a href=\"http://www.therealdelicompany.com\">www.therealdelicompany.com</a> and showcases a number of recipes that use the company’s classic or reduced fat houmous as a base. Operators simply need to add a few ingredients to add a healthy mark-up.\r\n\r\nThe recipe for The Real Deli Co.’s Sriracha Korean Houmous with pickled vegetables, for instance, advises operators to blend Sriracha sauce with Real Deli houmous and top with pickled red cabbage, carrot and mouli, for a flavoursome dip with a point of difference. While a chorizo and sunblush tomato houmous recipe encourages operators to blend plain houmous with chopped sunblush tomatoes and smoked paprika, before topping with finely diced chorizo, roasted red peppers and freshly chopped basil.\r\n\r\n<strong>David Colwell, Foodservice Manager, Real Soup Co, says: “</strong>We know just what a devoted following houmous has gained in the UK in the past decade or so, so much so that retail sales now outstrip all other dips combined! Currently a real in-home favourite, it’s time foodservice operators got their hands on a piece of the action and got wise to the money that can be made. With a few simple embellishments, our classic houmous can be transformed into something even more special and upsold with incremental breads, crudités or put ‘centre of plate’ as part of a profitable grazing board.”\r\n\r\nThe company has also created a number of inspirational recipe cards that demonstrate the versatility of houmous as an ingredient. These are available, alongside the <em>‘Dip into the Potential of Houmous’ recipe guide,</em> for free at <a href=\"http://www.therealdelicompany.com\">www.therealdelicompany.com</a>.\r\n\r\n<strong>David adds:</strong> “Serving Houmous in the traditional way can be a fantastic money spinner but what about adding it to stuffed, roasted peppers or creating a dish of salmon with houmous, coriander and pomegranate seeds? It’s all about inspiring kitchens into profitability and that’s what the Real Deli Co. stands for. Visit the site today!”\r\n\r\nSupplied in 1kg catering packs, The Real Deli Co. has a five strong range of dips including Classic Houmous, Reduced Fat Houmous, Cool Tzatziki, Mexican-Style Guacamole and Tomato Salsa.','Real Deli Co. and the profit power of houmous','','inherit','closed','closed','','2364-revision-v1','','','2018-08-23 07:36:05','2018-08-23 07:36:05','',2364,'http://www.ontradeprogress.com/2018/08/23/2364-revision-v1/',0,'revision','',0),(2367,1,'2018-08-23 07:48:43','2018-08-23 07:48:43','The Watercress Company are always keen to find new and ingenious ways to work with watercress so when the Cerne Abbas Brewery approached them back in early 2017 to help develop a limited-edition watercress inspired ale, they jumped at the chance. Watercress Warrior was duly born - a brand new limited-edition craft bottled beer to celebrate the start of the UK watercress season.  Little did they realise what a hard-core pour had been created and how a year on it would beat stiff competition winning acclaim amongst CAMRA and beer aficionados.\r\n\r\n<img class=\"wp-image-2368 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.38.51.png\" alt=\"\" width=\"120\" height=\"314\" />\r\n\r\nThe beer itself is a 4.5% ABV light and floral Pilsner style craft ale which features watercress seed as its key ingredient to provide the unique peppery flavour. In addition, the beer is made using 1000 litres of spring water taken from the natural mineral rich springs used to grow watercress at the company’s farm in Waddock, Dorset. Special Flyer hops selected from the British Hop Institute’s experimental variety programme and not yet commercially available were used to complete the ingredients. The result is a delightfully hoppy brew with a refreshing citrus bite which contrasts deliciously with the peppery hit of the watercress.  But there’s a rumoured additional benefit to the inclusion of watercress…..that of boosting your sex drive….which simply stiffened The Watercress Company’s resolve to be involved.\r\n\r\nCerne Abbas Brewery is named after the huge naked chalk figure carved into the nearby Dorset hills which many reckon to be an Iron Age fertility symbol. The ancient festival of Beltane, better known now as May Day has fertility as its central theme; it’s the time when the earth is reborn. Every year local revellers including Morris Men and employees of Cerne Abbas Brewery take part in the celebrations at the ancient carved figure to welcome the dawn. In 2017, however, they discovered they’d been beaten to the site and that magically the giant was clutching a handful of watercress in his left hand – just like on the Watercress Warrior label.\r\n\r\nAt the end of the 2017 May Day celebrations the Giant was rewarded with a glug of Watercress Warrior to pep him up and promote good luck and fortune. It seems to have paid off - Watercress Warrior has gone from strength to strength; initially made as a limited edition bottled beer for sale at the 2017 Watercress Festival, the Brewery and the beer featured on the BBC’s Saturday Kitchen, and Radio 2’s Simon Mayo Show, made headline news internationally for its rumoured Viagra-like effects - and continues to do so today with renewed vigour as fresh publications and websites are pronouncing on its virtues.\r\n\r\n<img class=\"alignleft  wp-image-2370\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.41.14.png\" alt=\"\" width=\"156\" height=\"322\" />\r\n\r\nThe success continues in perhaps more serious circles too with Watercress Warrior having been highly commended at this year’s Taste of the West Awards before appearing in draught form for the first time at CAMRA’s Great British Beer Festival in London where it was enjoyed by the crème de la crème of beer aficionados.\r\n\r\nTom Amery, MD of The Watercress Company says: “What a performance! Keep it up, we say! We’re delighted that what was created as a one-off experiment to see how watercress seed might work in a beer has really taken off. The success of the beer for the Cerne Abbas Brewery is great to see and the prospect of Watercress Warrior being available on tap is mouth-watering! We always knew that watercress was versatile but to find an alternative application for the watercress seeds just shows what a little imagination can achieve.”\r\n\r\n<img class=\" wp-image-2371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.41.27.png\" alt=\"\" width=\"219\" height=\"145\" />\r\n\r\nBut it’s not just beer to which watercress adds its peppery piquancy. The Watercress Company also works in collaboration with The Winchester Distillery, providing fresh watercress straight off the farm as a crucial botanical ingredient in Twisted Nose gin. The name nods recognition to the Latin word for watercress – nasturtium – but also the legend that ‘twisted nose’ was the nickname given to watercress in ancient times because it described the face people pulled when they ate it thanks to the punchy, peppery hit. It made the perfect name for a gin in which watercress is a key component.\r\n\r\nIn another sector, The Watercress Company has worked with leading cosmetics giant LUSH providing watercress in line with their commitment to fresh, natural ingredients in their products. This is a market in which The Watercress Company hopes to be adding many more collaborations, following some ongoing research into the benefits of watercress on skin due to be announced in the Autumn.\r\n\r\nTom again: “The applications for watercress seem endless. Either by virtue of its distinctive and unique peppery taste or its known health benefits, watercress is extremely versatile and I find it really exciting to explore interesting and unexpected ways for us to reach different markets.”\r\n\r\nTo find out more about watercress and The Watercress Company visit: www.thewatercresscompany.com\r\n\r\n&nbsp;','Watercress creates a stir by adding to almost anything!','','publish','closed','open','','watercress-creates-a-stir-by-adding-to-almost-anything','','','2018-08-23 07:48:43','2018-08-23 07:48:43','',0,'http://www.ontradeprogress.com/?p=2367',0,'post','',0),(2368,1,'2018-08-23 07:42:01','2018-08-23 07:42:01','','Screen Shot 2018-08-23 at 08.38.51','','inherit','closed','closed','','screen-shot-2018-08-23-at-08-38-51','','','2018-08-23 07:42:01','2018-08-23 07:42:01','',2367,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.38.51.png',0,'attachment','image/png',0),(2369,1,'2018-08-23 07:42:06','2018-08-23 07:42:06','','Screen Shot 2018-08-23 at 08.39.13','','inherit','closed','closed','','screen-shot-2018-08-23-at-08-39-13','','','2018-08-23 07:42:06','2018-08-23 07:42:06','',2367,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.39.13.png',0,'attachment','image/png',0),(2370,1,'2018-08-23 07:42:12','2018-08-23 07:42:12','','Screen Shot 2018-08-23 at 08.41.14','','inherit','closed','closed','','screen-shot-2018-08-23-at-08-41-14','','','2018-08-23 07:42:12','2018-08-23 07:42:12','',2367,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.41.14.png',0,'attachment','image/png',0),(2371,1,'2018-08-23 07:42:16','2018-08-23 07:42:16','','Screen Shot 2018-08-23 at 08.41.27','','inherit','closed','closed','','screen-shot-2018-08-23-at-08-41-27','','','2018-08-23 07:42:16','2018-08-23 07:42:16','',2367,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.41.27.png',0,'attachment','image/png',0),(2372,1,'2018-08-23 07:48:43','2018-08-23 07:48:43','The Watercress Company are always keen to find new and ingenious ways to work with watercress so when the Cerne Abbas Brewery approached them back in early 2017 to help develop a limited-edition watercress inspired ale, they jumped at the chance. Watercress Warrior was duly born - a brand new limited-edition craft bottled beer to celebrate the start of the UK watercress season.  Little did they realise what a hard-core pour had been created and how a year on it would beat stiff competition winning acclaim amongst CAMRA and beer aficionados.\r\n\r\n<img class=\"wp-image-2368 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.38.51.png\" alt=\"\" width=\"120\" height=\"314\" />\r\n\r\nThe beer itself is a 4.5% ABV light and floral Pilsner style craft ale which features watercress seed as its key ingredient to provide the unique peppery flavour. In addition, the beer is made using 1000 litres of spring water taken from the natural mineral rich springs used to grow watercress at the company’s farm in Waddock, Dorset. Special Flyer hops selected from the British Hop Institute’s experimental variety programme and not yet commercially available were used to complete the ingredients. The result is a delightfully hoppy brew with a refreshing citrus bite which contrasts deliciously with the peppery hit of the watercress.  But there’s a rumoured additional benefit to the inclusion of watercress…..that of boosting your sex drive….which simply stiffened The Watercress Company’s resolve to be involved.\r\n\r\nCerne Abbas Brewery is named after the huge naked chalk figure carved into the nearby Dorset hills which many reckon to be an Iron Age fertility symbol. The ancient festival of Beltane, better known now as May Day has fertility as its central theme; it’s the time when the earth is reborn. Every year local revellers including Morris Men and employees of Cerne Abbas Brewery take part in the celebrations at the ancient carved figure to welcome the dawn. In 2017, however, they discovered they’d been beaten to the site and that magically the giant was clutching a handful of watercress in his left hand – just like on the Watercress Warrior label.\r\n\r\nAt the end of the 2017 May Day celebrations the Giant was rewarded with a glug of Watercress Warrior to pep him up and promote good luck and fortune. It seems to have paid off - Watercress Warrior has gone from strength to strength; initially made as a limited edition bottled beer for sale at the 2017 Watercress Festival, the Brewery and the beer featured on the BBC’s Saturday Kitchen, and Radio 2’s Simon Mayo Show, made headline news internationally for its rumoured Viagra-like effects - and continues to do so today with renewed vigour as fresh publications and websites are pronouncing on its virtues.\r\n\r\n<img class=\"alignleft  wp-image-2370\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.41.14.png\" alt=\"\" width=\"156\" height=\"322\" />\r\n\r\nThe success continues in perhaps more serious circles too with Watercress Warrior having been highly commended at this year’s Taste of the West Awards before appearing in draught form for the first time at CAMRA’s Great British Beer Festival in London where it was enjoyed by the crème de la crème of beer aficionados.\r\n\r\nTom Amery, MD of The Watercress Company says: “What a performance! Keep it up, we say! We’re delighted that what was created as a one-off experiment to see how watercress seed might work in a beer has really taken off. The success of the beer for the Cerne Abbas Brewery is great to see and the prospect of Watercress Warrior being available on tap is mouth-watering! We always knew that watercress was versatile but to find an alternative application for the watercress seeds just shows what a little imagination can achieve.”\r\n\r\n<img class=\" wp-image-2371 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-08.41.27.png\" alt=\"\" width=\"219\" height=\"145\" />\r\n\r\nBut it’s not just beer to which watercress adds its peppery piquancy. The Watercress Company also works in collaboration with The Winchester Distillery, providing fresh watercress straight off the farm as a crucial botanical ingredient in Twisted Nose gin. The name nods recognition to the Latin word for watercress – nasturtium – but also the legend that ‘twisted nose’ was the nickname given to watercress in ancient times because it described the face people pulled when they ate it thanks to the punchy, peppery hit. It made the perfect name for a gin in which watercress is a key component.\r\n\r\nIn another sector, The Watercress Company has worked with leading cosmetics giant LUSH providing watercress in line with their commitment to fresh, natural ingredients in their products. This is a market in which The Watercress Company hopes to be adding many more collaborations, following some ongoing research into the benefits of watercress on skin due to be announced in the Autumn.\r\n\r\nTom again: “The applications for watercress seem endless. Either by virtue of its distinctive and unique peppery taste or its known health benefits, watercress is extremely versatile and I find it really exciting to explore interesting and unexpected ways for us to reach different markets.”\r\n\r\nTo find out more about watercress and The Watercress Company visit: www.thewatercresscompany.com\r\n\r\n&nbsp;','Watercress creates a stir by adding to almost anything!','','inherit','closed','closed','','2367-revision-v1','','','2018-08-23 07:48:43','2018-08-23 07:48:43','',2367,'http://www.ontradeprogress.com/2018/08/23/2367-revision-v1/',0,'revision','',0),(2374,1,'2018-08-23 09:01:49','2018-08-23 09:01:49','<strong>Make sure you have sous vide cooking in the bag with the range of top quality BPA free vacuum sealer bags from Sous Vide Tools. </strong>\r\n\r\nThe company’s boilable 80mu bags can be used with all makes of commercial chamber vacuum packing machines. They can be steam cooked, microwaved or boiled in a pan and can withstand cooking temperatures of up to 110°C, without risk of swelling or delamination, enduring cooking times of over one hundred hours. Sizes range from handy 110mm x 150mm to the extra-large 400m x 400mm pouches.\r\n\r\nBoth ranges are guaranteed free from Bisphenol-A (BPA), lead and phthalates, and are compliant with EU directive 2002/72/EC, meaning that they are food-safe, heat safe, and suitable for cooking, microwave, refrigerator or freezer.\r\n\r\nSous Vide Tools also supplies embossed vacuum sealer bags and rolls designed to work with all brands of suction vacuum sealers. The bags and rolls can also be used for storing food, creating an airless environment that prevents food from spoiling, extending its life by up to five times. The embossed bags range from 150mm x 250mm up to 400mm x 500mm for larger items, while two widths of embossed roll are also available for added flexibility.\r\n\r\nFor further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 01524 770060.','Bags of choice from Sous Vide Tools','','publish','closed','open','','bags-of-choice-from-sous-vide-tools','','','2018-08-23 09:01:49','2018-08-23 09:01:49','',0,'http://www.ontradeprogress.com/?p=2374',0,'post','',0),(2375,1,'2018-08-23 09:00:30','2018-08-23 09:00:30','','Screen Shot 2018-08-23 at 09.57.43','','inherit','closed','closed','','screen-shot-2018-08-23-at-09-57-43','','','2018-08-23 09:00:30','2018-08-23 09:00:30','',2374,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-09.57.43.png',0,'attachment','image/png',0),(2376,1,'2018-08-23 09:01:49','2018-08-23 09:01:49','<strong>Make sure you have sous vide cooking in the bag with the range of top quality BPA free vacuum sealer bags from Sous Vide Tools. </strong>\r\n\r\nThe company’s boilable 80mu bags can be used with all makes of commercial chamber vacuum packing machines. They can be steam cooked, microwaved or boiled in a pan and can withstand cooking temperatures of up to 110°C, without risk of swelling or delamination, enduring cooking times of over one hundred hours. Sizes range from handy 110mm x 150mm to the extra-large 400m x 400mm pouches.\r\n\r\nBoth ranges are guaranteed free from Bisphenol-A (BPA), lead and phthalates, and are compliant with EU directive 2002/72/EC, meaning that they are food-safe, heat safe, and suitable for cooking, microwave, refrigerator or freezer.\r\n\r\nSous Vide Tools also supplies embossed vacuum sealer bags and rolls designed to work with all brands of suction vacuum sealers. The bags and rolls can also be used for storing food, creating an airless environment that prevents food from spoiling, extending its life by up to five times. The embossed bags range from 150mm x 250mm up to 400mm x 500mm for larger items, while two widths of embossed roll are also available for added flexibility.\r\n\r\nFor further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 01524 770060.','Bags of choice from Sous Vide Tools','','inherit','closed','closed','','2374-revision-v1','','','2018-08-23 09:01:49','2018-08-23 09:01:49','',2374,'http://www.ontradeprogress.com/2018/08/23/2374-revision-v1/',0,'revision','',0),(2378,1,'2018-08-23 09:25:05','2018-08-23 09:25:05','<strong>Squaring off against 40 chefs and hardcore sandwich aficionados from across the globe held no fear for Las Iguanas’ head of food development Glenn Evans as he travelled to Florida to vie for the seventh annual title of <em>The World’s Best Cuban Sandwich</em>. </strong>\r\n\r\nThe multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish – which saw him return triumphant, winning first place for Best Non-Traditional and second overall in the World’s Best category.\r\n\r\n<strong>He said:</strong> “Even though the event is in its seventh year, it’s growing all the time – there’s a real Cuban culture in Florida and these guys have created this festival and invited loads of people from around the world to bring their takes on the world famous ‘Cubano’.  We were like; ‘that sounds like an adventure – let’s do it.’”\r\n\r\nThe traditional Cubano is a Latin variation on a grilled ham-and-cheese sandwich, made with ham, roasted pork, Swiss cheese, pickles, mustard, and Cuban bread. The highly popular version on Las Iguanas’ menus is a more traditional homage, created using French’s finest – “You need to be able to taste the layers of flavour – the French’s mustard marries so well with the pulled pork, caramelised pork belly, ham and Emmental – while the Pickle Relish is less polarizing than gherkins and adds just the right sweetness.”\r\n\r\nGlenn’s award-winning creation at the festival was something a bit different, however.\r\n\r\n“We created what we called a ‘smoking Cuban cigar’, so basically all the same ingredients wrapped up in a tortilla, nice and tight, browned off with butter on a Plancha until it was evenly brown to look like a cigar, and placed in a cigar box with an edible cigar label. To add theatre to the serve, we pumped it full of smoke and the judges absolutely loved it.\r\n\r\nGlenn has confirmed that the sandwich will be making its UK-wide debut on Las Iguanas Spring/Summer menus in 2019, with French’s Classic Yellow Mustard and New York Pickle Relish at its heart. “We’re working with a company who make unique wooden products for our brand – so they’re going to make the cigar box with a little hole in the side to pump in the smoke. It’s really exciting.”\r\n\r\nWill he be travelling to Florida in 2019 to compete again and see if he can go one better?\r\n\r\n“Absolutely, we’ll approach it with the same ethos – using the same ingredients – but enhance it, maybe make it a bit more traditional, and look to go and win the competition outright!”\r\n\r\nMcCormick Flavour Solutions is giving sites across the UK the opportunity to sample full size bottles of French’s Yellow Mustard to use front of house and in recipes helping them bask in the brand power of one of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today.\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including: Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','International Cuban Sandwich Festival with a little help from French’s®','','publish','closed','open','','international-cuban-sandwich-festival-with-a-little-help-from-frenchs','','','2018-08-23 09:27:00','2018-08-23 09:27:00','',0,'http://www.ontradeprogress.com/?p=2378',0,'post','',0),(2379,1,'2018-08-23 09:24:51','2018-08-23 09:24:51','','Screen Shot 2018-08-23 at 10.10.16','','inherit','closed','closed','','screen-shot-2018-08-23-at-10-10-16','','','2018-08-23 09:24:51','2018-08-23 09:24:51','',2378,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.10.16.png',0,'attachment','image/png',0),(2380,1,'2018-08-23 09:25:05','2018-08-23 09:25:05','<strong>Squaring off against 40 chefs and hardcore sandwich aficionados from across the globe held no fear for Las Iguanas’ head of food development Glenn Evans as he travelled to Florida to vie for the seventh annual title of <em>The World’s Best Cuban Sandwich</em>. </strong>\r\n\r\nThe multi-award-winning chef knew he had a world beater on his hands – an innovative take on an established Las Iguanas menu favourite, made using French’s Classic Yellow Mustard and New York Deli Pickle Relish – which saw him return triumphant, winning first place for Best Non-Traditional and second overall in the World’s Best category.\r\n\r\n<strong>He said:</strong> “Even though the event is in its seventh year, it’s growing all the time – there’s a real Cuban culture in Florida and these guys have created this festival and invited loads of people from around the world to bring their takes on the world famous ‘Cubano’.  We were like; ‘that sounds like an adventure – let’s do it.’”\r\n\r\nThe traditional Cubano is a Latin variation on a grilled ham-and-cheese sandwich, made with ham, roasted pork, Swiss cheese, pickles, mustard, and Cuban bread. The highly popular version on Las Iguanas’ menus is a more traditional homage, created using French’s finest – “You need to be able to taste the layers of flavour – the French’s mustard marries so well with the pulled pork, caramelised pork belly, ham and Emmental – while the Pickle Relish is less polarizing than gherkins and adds just the right sweetness.”\r\n\r\nGlenn’s award-winning creation at the festival was something a bit different, however.\r\n\r\n“We created what we called a ‘smoking Cuban cigar’, so basically all the same ingredients wrapped up in a tortilla, nice and tight, browned off with butter on a Plancha until it was evenly brown to look like a cigar, and placed in a cigar box with an edible cigar label. To add theatre to the serve, we pumped it full of smoke and the judges absolutely loved it.\r\n\r\nGlenn has confirmed that the sandwich will be making its UK-wide debut on Las Iguanas Spring/Summer menus in 2019, with French’s Classic Yellow Mustard and New York Pickle Relish at its heart. “We’re working with a company who make unique wooden products for our brand – so they’re going to make the cigar box with a little hole in the side to pump in the smoke. It’s really exciting.”\r\n\r\nWill he be travelling to Florida in 2019 to compete again and see if he can go one better?\r\n\r\n“Absolutely, we’ll approach it with the same ethos – using the same ingredients – but enhance it, maybe make it a bit more traditional, and look to go and win the competition outright!”\r\n\r\nMcCormick Flavour Solutions is giving sites across the UK the opportunity to sample full size bottles of French’s Yellow Mustard to use front of house and in recipes helping them bask in the brand power of one of America’s biggest and most flavoursome exports.\r\n\r\nSites looking to sample French’s should visit: <a href=\"http://www.franksandfrenchs.co.uk/\">www.franksandfrenchs.co.uk</a> to claim their free bottle (while stocks last) and view inspirational recipe ideas, today.\r\n\r\n<em>McCormick Flavour Solutions</em> provides ingredients and inspiration for chefs and caterers across foodservice, supplying a number of trusted brands including: Schwartz, Hammonds, Noels, Bicks Camp Coffee and Old Bay.','International Cuban Sandwich Festival with a little help from French’s®','','inherit','closed','closed','','2378-revision-v1','','','2018-08-23 09:25:05','2018-08-23 09:25:05','',2378,'http://www.ontradeprogress.com/2018/08/23/2378-revision-v1/',0,'revision','',0),(2381,1,'2018-08-23 09:35:39','2018-08-23 09:35:39','<strong>Rational has launched a series of live events called ‘Tomorrow’s Kitchen.’ They are designed to show how the latest multifunctional equipment can benefit specific sectors of the industry – so one event will cover healthcare, another hotel banqueting and so on. </strong>\r\n\r\nAt each event, a chef will cook using a combi oven, the SelfCookingCenter, alongside Rational’s VarioCookingCenter. The chef will show how, in tandem, the two appliances provide flexibility and consistently high quality results, from a compact footprint – and deliver all the cooking processes that a modern kitchen requires. Tomorrow’s Kitchen will also show how one chef, working alone with the two appliances, can prepare high volumes of food.\r\n\r\nAdam Knights is marketing director at Rational. “The idea is to highlight how the latest cooking technology brings benefits to every part of the catering industry,” he says. “So each Tomorrow’s Kitchen will focus on a sector: healthcare, hotel banqueting, staff catering and education. We’ll show how, whatever the type of foodservice operation, the flexibility of multifunctional appliances means caterers can future-proof their kitchen, making it easy to adapt to changing menus.\r\n\r\n“The wide range of model sizes available in our SelfCookingCenter and VarioCookingCenter ranges means there’s a Tomorrow’s Kitchen solution for every caterer, whatever their business.”\r\n\r\nEach Tomorrow’s Kitchen event will showcase menus that are typical for the sector they are covering. They will also demonstrate how modern multifunctional appliances deliver a truly sustainable, environmentally aware kitchen solution that protects the future, saving energy, reducing food wastage and increasing productivity.\r\n\r\nThere are five Tomorrow’s Kitchen events, running from September to November. They are free to attend but places are limited, so it’s wise to book early.  They are:\r\n\r\nHotel / banqueting         Gleneagles Hotel                       September 26\r\n\r\nHealthcare                     Rational, Luton                          October 9\r\n\r\nStaff catering                Rational, Luton                          October 10\r\n\r\nHotel / banqueting         Rational, Luton                          November 7\r\n\r\nEducation                     Christ Church College, Oxford    November 22\r\n\r\nTo book tickets visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>\r\n\r\nRATIONAL is the leading provider in hot food preparation equipment and, with the SelfCookingCenter and VarioCookingCenter, the company delivers all a commercial kitchen’s thermal cooking requirements.  Together, the two appliances offer the best cooking solutions.  For information and brochures, or to come to a free SelfCookingCenter Live or VarioCookingCenter Live demonstration, call +44 (0)1582 480388, freephone 0800 389 2944 or visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>','Tomorrow’s Kitchen: Rational shows the future of foodservice','','publish','closed','open','','tomorrows-kitchen-rational-shows-the-future-of-foodservice','','','2018-08-23 09:35:39','2018-08-23 09:35:39','',0,'http://www.ontradeprogress.com/?p=2381',0,'post','',0),(2382,1,'2018-08-23 09:35:24','2018-08-23 09:35:24','','Screen Shot 2018-08-23 at 10.35.08','','inherit','closed','closed','','screen-shot-2018-08-23-at-10-35-08','','','2018-08-23 09:35:24','2018-08-23 09:35:24','',2381,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.35.08.png',0,'attachment','image/png',0),(2383,1,'2018-08-23 09:35:39','2018-08-23 09:35:39','<strong>Rational has launched a series of live events called ‘Tomorrow’s Kitchen.’ They are designed to show how the latest multifunctional equipment can benefit specific sectors of the industry – so one event will cover healthcare, another hotel banqueting and so on. </strong>\r\n\r\nAt each event, a chef will cook using a combi oven, the SelfCookingCenter, alongside Rational’s VarioCookingCenter. The chef will show how, in tandem, the two appliances provide flexibility and consistently high quality results, from a compact footprint – and deliver all the cooking processes that a modern kitchen requires. Tomorrow’s Kitchen will also show how one chef, working alone with the two appliances, can prepare high volumes of food.\r\n\r\nAdam Knights is marketing director at Rational. “The idea is to highlight how the latest cooking technology brings benefits to every part of the catering industry,” he says. “So each Tomorrow’s Kitchen will focus on a sector: healthcare, hotel banqueting, staff catering and education. We’ll show how, whatever the type of foodservice operation, the flexibility of multifunctional appliances means caterers can future-proof their kitchen, making it easy to adapt to changing menus.\r\n\r\n“The wide range of model sizes available in our SelfCookingCenter and VarioCookingCenter ranges means there’s a Tomorrow’s Kitchen solution for every caterer, whatever their business.”\r\n\r\nEach Tomorrow’s Kitchen event will showcase menus that are typical for the sector they are covering. They will also demonstrate how modern multifunctional appliances deliver a truly sustainable, environmentally aware kitchen solution that protects the future, saving energy, reducing food wastage and increasing productivity.\r\n\r\nThere are five Tomorrow’s Kitchen events, running from September to November. They are free to attend but places are limited, so it’s wise to book early.  They are:\r\n\r\nHotel / banqueting         Gleneagles Hotel                       September 26\r\n\r\nHealthcare                     Rational, Luton                          October 9\r\n\r\nStaff catering                Rational, Luton                          October 10\r\n\r\nHotel / banqueting         Rational, Luton                          November 7\r\n\r\nEducation                     Christ Church College, Oxford    November 22\r\n\r\nTo book tickets visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>\r\n\r\nRATIONAL is the leading provider in hot food preparation equipment and, with the SelfCookingCenter and VarioCookingCenter, the company delivers all a commercial kitchen’s thermal cooking requirements.  Together, the two appliances offer the best cooking solutions.  For information and brochures, or to come to a free SelfCookingCenter Live or VarioCookingCenter Live demonstration, call +44 (0)1582 480388, freephone 0800 389 2944 or visit <a href=\"http://www.rational-online.com/\">www.rational-online.com</a>','Tomorrow’s Kitchen: Rational shows the future of foodservice','','inherit','closed','closed','','2381-revision-v1','','','2018-08-23 09:35:39','2018-08-23 09:35:39','',2381,'http://www.ontradeprogress.com/2018/08/23/2381-revision-v1/',0,'revision','',0),(2384,1,'2018-08-23 09:58:32','2018-08-23 09:58:32','<strong>This autumn a new bar celebrating exploration and adventure will pull into The Strand at full steam ahead. Sticking to Jules Verne’s legendary explorer’s tight schedule, Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to the West End by Charlie Gilkes and Duncan Stirling’s Inception Group, the bar will take guests on a thrilling journey inspired by <em>Around The World in 80 Days</em>. </strong>\r\n\r\nLocated just a stone\'s throw from Charing Cross station, where Phileas Fogg and his trusty valet, Passepartout set off on their voyage, Mr Fogg’s Society of Exploration will be a true travel hub, where death-defying exploits and adventures are plotted and planned. The walls will be adorned with portraits of Mr Fogg’s fellow fearless pioneers and their intrepid tales will be depicted and narrated at regular Society meetings. The downstairs Map Room will house a collection of both antique and modern-day maps, host regular evening events with a resident explorer, and will also offer global drinking adventures, from cocktail masterclasses to spirit safaris.\r\nGuests will enter via an elegant lobby with an oversized rotating globe marking the places visited and modes of transport that the intrepid pair took. Moving downstairs, they will encounter cabinets of curiosities, souvenirs and artefacts handpicked by fellows of the explorer society. There will be a life-sized model of a Victorian Orient Express, complete with banquette seating and gleaming brass lamps where passengers can let off steam over a libation or two. The main bar area will feature wooden panelling, shelves laden with travel books and encyclopedias, and warm leather armchairs to welcome weary travellers.\r\n\r\nA place for experiments and innovation, Mr Fogg’s Society of Exploration will even give drinkers the chance to participate in the making of their drinks by pressing a button to trigger a chain reaction in a marvellous mechanical machine inspired by famous inventor Rube Goldberg.\r\n\r\nThe groundbreaking, multi-sensory menu will take the form of an explorer’s journal charting the feats of fellows across nine extraordinary areas of Earth. Each chapter will focus on one location, ranging from ancient man-made creations to wonders of the natural world. Drinkers will soar above the palms of the Sahara Desert, shiver at the sub-zero temperatures of The North Pole and plummet to the depths of The Great Barrier Reef while show-stopping sharers will include The Sheep Wheel, a reproduction of a ship’s helm and The Bombay Sapphire Rube Goldberg Machine.\r\n\r\nMr Fogg’s preferred prandial refreshment of toasted crumpets will be served alongside his favourite nibbles such as croquettes, meat and cheese boards, and for the more daring culinary adventurer, crickets, mealworms and grasshoppers.\r\n\r\nMr Fogg’s Society of Exploration will be the fifth bar in the immersive Mr Fogg’s Collection which includes: Mr Fogg’s Residence, Tavern, Gin Parlour and House of Botanicals.\r\n\r\nSociety co-founder and keen traveller, Charlie Gilkes says of the project: “It’s been five years since we opened our first Mr Fogg’s, we’re thrilled to add a fifth venue to the collection and look forward to welcoming anyone with a love of travel, cocktails, or both to The Society of Exploration!”','Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express\"','','publish','closed','open','','mr-foggs-society-of-exploration-all-aboard-the-around-the-world-express','','','2018-08-29 08:42:50','2018-08-29 08:42:50','',0,'http://www.ontradeprogress.com/?p=2384',0,'post','',0),(2385,1,'2018-08-23 09:58:13','2018-08-23 09:58:13','','Screen Shot 2018-08-23 at 10.57.55','','inherit','closed','closed','','screen-shot-2018-08-23-at-10-57-55','','','2018-08-23 09:58:13','2018-08-23 09:58:13','',2384,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-23-at-10.57.55.png',0,'attachment','image/png',0),(2386,1,'2018-08-23 09:58:32','2018-08-23 09:58:32','<strong>This autumn a new bar celebrating exploration and adventure will pull into The Strand at full steam ahead. Sticking to Jules Verne’s legendary explorer’s tight schedule, Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to the West End by Charlie Gilkes and Duncan Stirling’s Inception Group, the bar will take guests on a thrilling journey inspired by <em>Around The World in 80 Days</em>. </strong>\r\n\r\nLocated just a stone\'s throw from Charing Cross station, where Phileas Fogg and his trusty valet, Passepartout set off on their voyage, Mr Fogg’s Society of Exploration will be a true travel hub, where death-defying exploits and adventures are plotted and planned. The walls will be adorned with portraits of Mr Fogg’s fellow fearless pioneers and their intrepid tales will be depicted and narrated at regular Society meetings. The downstairs Map Room will house a collection of both antique and modern-day maps, host regular evening events with a resident explorer, and will also offer global drinking adventures, from cocktail masterclasses to spirit safaris.\r\nGuests will enter via an elegant lobby with an oversized rotating globe marking the places visited and modes of transport that the intrepid pair took. Moving downstairs, they will encounter cabinets of curiosities, souvenirs and artefacts handpicked by fellows of the explorer society. There will be a life-sized model of a Victorian Orient Express, complete with banquette seating and gleaming brass lamps where passengers can let off steam over a libation or two. The main bar area will feature wooden panelling, shelves laden with travel books and encyclopedias, and warm leather armchairs to welcome weary travellers.\r\n\r\nA place for experiments and innovation, Mr Fogg’s Society of Exploration will even give drinkers the chance to participate in the making of their drinks by pressing a button to trigger a chain reaction in a marvellous mechanical machine inspired by famous inventor Rube Goldberg.\r\n\r\nThe groundbreaking, multi-sensory menu will take the form of an explorer’s journal charting the feats of fellows across nine extraordinary areas of Earth. Each chapter will focus on one location, ranging from ancient man-made creations to wonders of the natural world. Drinkers will soar above the palms of the Sahara Desert, shiver at the sub-zero temperatures of The North Pole and plummet to the depths of The Great Barrier Reef while show-stopping sharers will include The Sheep Wheel, a reproduction of a ship’s helm and The Bombay Sapphire Rube Goldberg Machine.\r\n\r\nMr Fogg’s preferred prandial refreshment of toasted crumpets will be served alongside his favourite nibbles such as croquettes, meat and cheese boards, and for the more daring culinary adventurer, crickets, mealworms and grasshoppers.\r\n\r\nMr Fogg’s Society of Exploration will be the fifth bar in the immersive Mr Fogg’s Collection which includes: Mr Fogg’s Residence, Tavern, Gin Parlour and House of Botanicals.\r\n\r\nSociety co-founder and keen traveller, Charlie Gilkes says of the project: “It’s been five years since we opened our first Mr Fogg’s, we’re thrilled to add a fifth venue to the collection and look forward to welcoming anyone with a love of travel, cocktails, or both to The Society of Exploration!”','Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express','','inherit','closed','closed','','2384-revision-v1','','','2018-08-23 09:58:32','2018-08-23 09:58:32','',2384,'http://www.ontradeprogress.com/2018/08/23/2384-revision-v1/',0,'revision','',0),(2387,1,'2018-08-29 07:06:20','2018-08-29 07:06:20','<div>\r\n<p xml:lang=\"EN-GB\"><strong><span xml:lang=\"EN-GB\">Responding to the publication by the Government of the first set of no-deal Brexit technical notices, </span><span xml:lang=\"EN-GB\">UKHospitality</span><span xml:lang=\"EN-GB\"> Chief Executive Kate Nicholls said: </span> </strong></p>\r\n\r\n</div>\r\n<div>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“A no-deal Brexit would cause serious problems for many UK businesses, not least of all the hospitality sector. </span><span xml:lang=\"EN-GB\">These initial announcements will provide some small measure of reassurance, but we need to see the rest of the proposals and a great deal more detail on how the Government proposes to mitigate the impacts of a no-deal exit.</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n</div>\r\n<div>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“There are still major concerns about food and drink imports upon which hospitality businesses </span><span xml:lang=\"EN-GB\">rely</span><span xml:lang=\"EN-GB\"> to a large degree and we still need </span><span xml:lang=\"EN-GB\">substantially</span><span xml:lang=\"EN-GB\"> more clarity on the exact terms for current EU citizens as well as an idea of what the future immigration system will look like.</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n</div>\r\n<div>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“We </span><span xml:lang=\"EN-GB\">will</span><span xml:lang=\"EN-GB\"> be looking forward to the future publications for more certainty and detail and, hopefully, proactive plans for the support of the hospitality sector in any Brexit scenario.”</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n</div>','UKHospitality press notice - response to Govt no-deal technical notices','','publish','closed','open','','ukhospitality-press-notice-response-to-govt-no-deal-technical-notices','','','2018-08-29 07:06:20','2018-08-29 07:06:20','',0,'http://www.ontradeprogress.com/?p=2387',0,'post','',0),(2388,1,'2018-08-29 07:06:20','2018-08-29 07:06:20','<div>\r\n<p xml:lang=\"EN-GB\"><strong><span xml:lang=\"EN-GB\">Responding to the publication by the Government of the first set of no-deal Brexit technical notices, </span><span xml:lang=\"EN-GB\">UKHospitality</span><span xml:lang=\"EN-GB\"> Chief Executive Kate Nicholls said: </span> </strong></p>\r\n\r\n</div>\r\n<div>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“A no-deal Brexit would cause serious problems for many UK businesses, not least of all the hospitality sector. </span><span xml:lang=\"EN-GB\">These initial announcements will provide some small measure of reassurance, but we need to see the rest of the proposals and a great deal more detail on how the Government proposes to mitigate the impacts of a no-deal exit.</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n</div>\r\n<div>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“There are still major concerns about food and drink imports upon which hospitality businesses </span><span xml:lang=\"EN-GB\">rely</span><span xml:lang=\"EN-GB\"> to a large degree and we still need </span><span xml:lang=\"EN-GB\">substantially</span><span xml:lang=\"EN-GB\"> more clarity on the exact terms for current EU citizens as well as an idea of what the future immigration system will look like.</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n</div>\r\n<div>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“We </span><span xml:lang=\"EN-GB\">will</span><span xml:lang=\"EN-GB\"> be looking forward to the future publications for more certainty and detail and, hopefully, proactive plans for the support of the hospitality sector in any Brexit scenario.”</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n</div>','UKHospitality press notice - response to Govt no-deal technical notices','','inherit','closed','closed','','2387-revision-v1','','','2018-08-29 07:06:20','2018-08-29 07:06:20','',2387,'http://www.ontradeprogress.com/2018/08/29/2387-revision-v1/',0,'revision','',0),(2389,1,'2018-08-29 07:12:53','2018-08-29 07:12:53','<strong>Brakes’ latest food event, held in conjunction with Love British Food, was a celebration of British Food Fortnight 2018 (22<sup>nd</sup> September – 7<sup>th</sup> October).</strong>\r\n\r\nA breakfast of bacon baps made with Red Tractor British rindless back bacon was followed by a short introduction from Oli Blanc, an ambassador for Love British Food, the organisation behind British Food Fortnight. Love British Food has proved to be an important influencer in the retail, catering, education and volunteer sectors, playing a pivotal role in establishing a more robust market for Britain\'s food.\r\n\r\nGuests, including customers and the media, were then treated to a range of British classics freshly prepared by former Masterchef: The Professionals champion, and Brakes Scotland ambassador, Gary Maclean, using a selection of British ingredients available from Brakes.\r\n\r\nSo why is British provenance so important to today’s consumers? “Increasingly, we don’t know where our products are coming from,” says Brakes Brand Manager, Laura Stockley. “This is creating a culture of distrust and as a consequence we’re seeing consumers opting for locally sourced produce more than ever before.\r\n\r\n“According to data from Love British Food 56% of Brits are looking for locally sourced ingredients on a menu and 74% claim they would like more foods made in their local region or close by. And, although Brits are dining out less frequently, we know that when they do they’re willing to spend more. This, coupled with the fact that they’re looking for provenance, represents a good opportunity for premiumisation. Furthermore, the most important categories to focus on in order to add this provenance, regardless of the sector or customer, are dairy, meat and fish,” concludes Stockley.\r\n\r\nSo, what about the chef’s perspective?\r\n\r\n“As a chef and lecturer I know first-hand how important locally sourced food, with strong provenance, is to chefs and consumers,” says Gary. “The team at Brakes Scotland and Brakes have so much passion and enthusiasm for Scottish and British produce. It’s fantastic to see the work the company is doing to support Scottish suppliers, including collaborating with smaller suppliers, and I’m genuinely proud to have worked with the company for almost two years and to see the local lines flourish. I have always been a huge advocate of Scottish produce across the seasons, from shellfish to fresh berries, and I believe Scotland is the envy of Europe in terms of the quality of produce we have on our doorstep.”\r\n\r\nThe event also showcased a whole host of new products from a selection of Brakes’ suppliers of British food, drink and equipment including: Woodalls, Rowcliffe, Great British Ice Cream, Whitby Seafood\r\n\r\nLittle &amp; Cull, Nicholas &amp; Harris, Honeybuns, ABP, Boe gins, Nairns, Loch Lomond Brewery and Steelite.','Brakes celebrates British food fortnight','','publish','closed','open','','brakes-celebrates-british-food-fortnight','','','2018-08-29 07:12:53','2018-08-29 07:12:53','',0,'http://www.ontradeprogress.com/?p=2389',0,'post','',0),(2390,1,'2018-08-29 07:11:27','2018-08-29 07:11:27','','Screen Shot 2018-08-29 at 08.07.50','','inherit','closed','closed','','screen-shot-2018-08-29-at-08-07-50','','','2018-08-29 07:11:27','2018-08-29 07:11:27','',2389,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.07.50.png',0,'attachment','image/png',0),(2391,1,'2018-08-29 07:12:53','2018-08-29 07:12:53','<strong>Brakes’ latest food event, held in conjunction with Love British Food, was a celebration of British Food Fortnight 2018 (22<sup>nd</sup> September – 7<sup>th</sup> October).</strong>\r\n\r\nA breakfast of bacon baps made with Red Tractor British rindless back bacon was followed by a short introduction from Oli Blanc, an ambassador for Love British Food, the organisation behind British Food Fortnight. Love British Food has proved to be an important influencer in the retail, catering, education and volunteer sectors, playing a pivotal role in establishing a more robust market for Britain\'s food.\r\n\r\nGuests, including customers and the media, were then treated to a range of British classics freshly prepared by former Masterchef: The Professionals champion, and Brakes Scotland ambassador, Gary Maclean, using a selection of British ingredients available from Brakes.\r\n\r\nSo why is British provenance so important to today’s consumers? “Increasingly, we don’t know where our products are coming from,” says Brakes Brand Manager, Laura Stockley. “This is creating a culture of distrust and as a consequence we’re seeing consumers opting for locally sourced produce more than ever before.\r\n\r\n“According to data from Love British Food 56% of Brits are looking for locally sourced ingredients on a menu and 74% claim they would like more foods made in their local region or close by. And, although Brits are dining out less frequently, we know that when they do they’re willing to spend more. This, coupled with the fact that they’re looking for provenance, represents a good opportunity for premiumisation. Furthermore, the most important categories to focus on in order to add this provenance, regardless of the sector or customer, are dairy, meat and fish,” concludes Stockley.\r\n\r\nSo, what about the chef’s perspective?\r\n\r\n“As a chef and lecturer I know first-hand how important locally sourced food, with strong provenance, is to chefs and consumers,” says Gary. “The team at Brakes Scotland and Brakes have so much passion and enthusiasm for Scottish and British produce. It’s fantastic to see the work the company is doing to support Scottish suppliers, including collaborating with smaller suppliers, and I’m genuinely proud to have worked with the company for almost two years and to see the local lines flourish. I have always been a huge advocate of Scottish produce across the seasons, from shellfish to fresh berries, and I believe Scotland is the envy of Europe in terms of the quality of produce we have on our doorstep.”\r\n\r\nThe event also showcased a whole host of new products from a selection of Brakes’ suppliers of British food, drink and equipment including: Woodalls, Rowcliffe, Great British Ice Cream, Whitby Seafood\r\n\r\nLittle &amp; Cull, Nicholas &amp; Harris, Honeybuns, ABP, Boe gins, Nairns, Loch Lomond Brewery and Steelite.','Brakes celebrates British food fortnight','','inherit','closed','closed','','2389-revision-v1','','','2018-08-29 07:12:53','2018-08-29 07:12:53','',2389,'http://www.ontradeprogress.com/2018/08/29/2389-revision-v1/',0,'revision','',0),(2392,1,'2018-08-29 07:38:57','2018-08-29 07:38:57','<strong>Specialist beer importer Euroboozer has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – Mikkeller. </strong>\r\n\r\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\r\n\r\n<b>Mikkeller – Stick a finger in the soil </b>\r\n\r\nStyle: Pale Ale\r\n\r\nABV: 4.6%\r\n\r\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<b>Mikkeller - Hair in the mailbox</b>\r\n\r\nStyle: India Pale Ale\r\n\r\nABV: 6.3%\r\n\r\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<b>Mikkeller -Wood will fall down</b>\r\n\r\n<img class=\" wp-image-2395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.32.09.png\" alt=\"\" width=\"171\" height=\"303\" />\r\n\r\nStyle: Passionfruit Berliner Weisse\r\n\r\nABV: 4.2%\r\n\r\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<b>Mikkeller - I don\'t have red shrimp</b>\r\n\r\nStyle: Pilsner\r\n\r\nABV: 4.6%\r\n\r\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<strong>Euroboozer MD Martyn Railton comments:</strong>\r\n\r\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\r\n\r\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\r\n\r\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully we can offer a point of difference to an already competitive landscape. ‘’\r\n\r\n<b>About Mikkeller</b><b> </b>\r\n\r\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\r\n\r\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the craft beer industry for its quality, creativity, consistency and distinctive style.\r\n\r\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\r\n\r\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UK\'s top craft beer bars and bottle shops.\r\n\r\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer seizes exclusive UK distribution of Denmark’s Mikkeller','','publish','closed','open','','euroboozer-seizes-exclusive-uk-distribution-of-denmarks-mikkeller','','','2018-08-29 07:39:24','2018-08-29 07:39:24','',0,'http://www.ontradeprogress.com/?p=2392',0,'post','',0),(2393,1,'2018-08-29 07:37:14','2018-08-29 07:37:14','','Screen Shot 2018-08-29 at 08.07.50','','inherit','closed','closed','','screen-shot-2018-08-29-at-08-07-50-2','','','2018-08-29 07:37:14','2018-08-29 07:37:14','',2392,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.07.50-1.png',0,'attachment','image/png',0),(2394,1,'2018-08-29 07:37:23','2018-08-29 07:37:23','','Screen Shot 2018-08-29 at 08.31.37','','inherit','closed','closed','','screen-shot-2018-08-29-at-08-31-37','','','2018-08-29 07:37:23','2018-08-29 07:37:23','',2392,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.31.37.png',0,'attachment','image/png',0),(2395,1,'2018-08-29 07:37:36','2018-08-29 07:37:36','','Screen Shot 2018-08-29 at 08.32.09','','inherit','closed','closed','','screen-shot-2018-08-29-at-08-32-09','','','2018-08-29 07:37:36','2018-08-29 07:37:36','',2392,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.32.09.png',0,'attachment','image/png',0),(2396,1,'2018-08-29 07:38:57','2018-08-29 07:38:57','<strong>Specialist beer importer Euroboozer has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – Mikkeller. </strong>\r\n\r\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\r\n\r\n<b>Mikkeller – Stick a finger in the soil </b>\r\n\r\nStyle: Pale Ale\r\n\r\nABV: 4.6%\r\n\r\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<b>Mikkeller - Hair in the mailbox</b>\r\n\r\nStyle: India Pale Ale\r\n\r\nABV: 6.3%\r\n\r\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<b>Mikkeller -Wood will fall down</b>\r\n\r\n<img class=\" wp-image-2395 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.32.09.png\" alt=\"\" width=\"171\" height=\"303\" />\r\n\r\nStyle: Passionfruit Berliner Weisse\r\n\r\nABV: 4.2%\r\n\r\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<b>Mikkeller - I don\'t have red shrimp</b>\r\n\r\nStyle: Pilsner\r\n\r\nABV: 4.6%\r\n\r\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\r\n\r\nFormats: 33cl bottles, 33cl cans, 30 litre key keg\r\n\r\n<strong>Euroboozer MD Martyn Railton comments:</strong>\r\n\r\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\r\n\r\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\r\n\r\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully we can offer a point of difference to an already competitive landscape. ‘’\r\n\r\n<b>About Mikkeller</b><b> </b>\r\n\r\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\r\n\r\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the craft beer industry for its quality, creativity, consistency and distinctive style.\r\n\r\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\r\n\r\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\r\n\r\n<b>About Euroboozer</b>\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UK\'s top craft beer bars and bottle shops.\r\n\r\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer seizes exclusive UK distribution of Denmark’s Mikkeller','','inherit','closed','closed','','2392-revision-v1','','','2018-08-29 07:38:57','2018-08-29 07:38:57','',2392,'http://www.ontradeprogress.com/2018/08/29/2392-revision-v1/',0,'revision','',0),(2399,1,'2018-08-29 08:00:15','2018-08-29 08:00:15','<strong>The lead up to 25th December is one of the busiest periods of the year for bar staff, with countless Christmas parties taking prominence alongside an increase in general merriment and the number of revellers. Then there’s the New Year celebration. With this in mind, it’s crucial that ice machines are fully functional and up for the heavy workload. Don’t worry, Hubbard Systems, </strong>UK<strong> distributor for Scotsman icemakers, is here with essential advice for keeping everything running smoothly this Christmas.</strong>\r\n\r\nFor example, a constant airflow is paramount to keeping an icemaker running at full capacity, so keep all vents clear and unblocked, and clean the air filter to prevent it from getting clogged up with dust. If a warning light shows, act on it quickly. If the machine has self-diagnostics, it should be straightforward to sort. If necessary, get in the service engineer quickly before the Christmas panic sets in.\r\n\r\nAnd last, but certainly not least, remember hygiene. Don’t forget that ice is a food, and thus the same rules apply to ice as to food. It is vital that staff always wash their hands, and that they never handle the ice directly, instead use a scoop. Alongside personnel hygiene, the ice machine should be kept clean according to the manufacturer’s guidelines. Its ice bin should be emptied, sanitised and cleaned on a weekly basis.\r\n\r\nFurther online advice on cleaning ice machines is available at scotsman-ice.co.uk, where there is a series of ‘how to’ videos on the site’s video area. An ice machine maintenance guide is also available to download, at www.scotsman-ice.co.uk/service-and-support.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range of icemakers, which is available via dealers nationwide.  Hubbard Systems is part of HTG Trading Ltd.  For more information and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045, email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit <a href=\"http://www.scotsman-ice.co.uk/\">www.scotsman-ice.co.uk </a>','Keep the ice flowing during the run up to Christmas and into the New Year','','publish','closed','open','','keep-the-ice-flowing-during-the-run-up-to-christmas-and-into-the-new-year','','','2018-08-29 08:15:56','2018-08-29 08:15:56','',0,'http://www.ontradeprogress.com/?p=2399',0,'post','',0),(2400,1,'2018-08-29 07:57:32','2018-08-29 07:57:32','','Screen Shot 2018-08-29 at 08.56.53','','inherit','closed','closed','','screen-shot-2018-08-29-at-08-56-53','','','2018-08-29 07:57:32','2018-08-29 07:57:32','',2399,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-08.56.53.png',0,'attachment','image/png',0),(2401,1,'2018-08-29 08:00:15','2018-08-29 08:00:15','<strong>The lead up to 25th December is one of the busiest periods of the year for bar staff, with countless Christmas parties taking prominence alongside an increase in general merriment and the number of revellers. Then there’s the New Year celebration. With this in mind, it’s crucial that ice machines are fully functional and up for the heavy workload. Don’t worry, Hubbard Systems, </strong>UK<strong> distributor for Scotsman icemakers, is here with essential advice for keeping everything running smoothly this Christmas.</strong>\r\n\r\nFor example, a constant airflow is paramount to keeping an icemaker running at full capacity, so keep all vents clear and unblocked, and clean the air filter to prevent it from getting clogged up with dust. If a warning light shows, act on it quickly. If the machine has self-diagnostics, it should be straightforward to sort. If necessary, get in the service engineer quickly before the Christmas panic sets in.\r\n\r\nAnd last, but certainly not least, remember hygiene. Don’t forget that ice is a food, and thus the same rules apply to ice as to food. It is vital that staff always wash their hands, and that they never handle the ice directly, instead use a scoop. Alongside personnel hygiene, the ice machine should be kept clean according to the manufacturer’s guidelines. Its ice bin should be emptied, sanitised and cleaned on a weekly basis.\r\n\r\nFurther online advice on cleaning ice machines is available at scotsman-ice.co.uk, where there is a series of ‘how to’ videos on the site’s video area. An ice machine maintenance guide is also available to download, at www.scotsman-ice.co.uk/service-and-support.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range of icemakers, which is available via dealers nationwide.  Hubbard Systems is part of HTG Trading Ltd.  For more information and details of local stockists, freephone Hubbard Systems on 0800 616559, call 01473 350045, email <a href=\"mailto:sales@hubbardsystems.co.uk\">sales@hubbardsystems.co.uk</a> or visit <a href=\"http://www.scotsman-ice.co.uk/\">www.scotsman-ice.co.uk </a>','Keep the ice flowing during the run up to Christmas and into the New Year','','inherit','closed','closed','','2399-revision-v1','','','2018-08-29 08:00:15','2018-08-29 08:00:15','',2399,'http://www.ontradeprogress.com/2018/08/29/2399-revision-v1/',0,'revision','',0),(2402,1,'2018-08-29 08:11:47','2018-08-29 08:11:47','<strong>Futura Foods, the UK’s leading supplier of Mediterranean-inspired dairy products, is toasting a big win at the highly prestigious International Cheese Awards, held last month in the north west of England.  </strong><strong>                    </strong>\r\n\r\nFive of Futura’s cheeses were awarded highly sought after distinctions, with judges, including leading chefs, food writers and dairy experts, handing out no less than three silver and two bronze medals. The company’s Goats Cheese with Honey; Sheep’s Milk Cheese with Pedro Ximenez and Barrel Aged Feta all scored silver, while its Goat’s Cheese with Black Pepper and recently launched Halloumi Fries, picked up bronze; the latter doing so in a specialist foodservice and catering class.\r\n\r\nThis fresh haul is yet another big win for Futura at the International Cheese Awards following 2017’s record haul of 11 medals. <strong>National Account Controller, Jo Carter,</strong> comments: “We’re delighted to yet again be honoured at the International Cheese Awards. The calibre of judges and class of competition are so high, which make medals extremely hard to come by. The haul is a testament to the hard work carried out by our team and partner dairies to source and produce the very finest cheeses from across Europe – yet another proud achievement for the Futura family.”  <strong> </strong>\r\n\r\nFutura Foods is one of the largest suppliers of continental cheese to the UK and Ireland. The range includes Greek, Cypriot, Italian, Spanish and Northern European cheeses from carefully selected partner dairies across Europe. The company’s flexible distribution network enables it to supply an extensive range to retailers, wholesalers, food manufacturers and foodservice.\r\n\r\n<strong>For more information on the range visit </strong><strong><a href=\"http://www.futura-foods.com/\">www.futura-foods.com</a></strong><strong>\r\nor follow us on Twitter @FuturaFoods</strong>','Futura celebrating a medal haul at the 2018 International cheese awards','','publish','closed','open','','futura-celebrating-a-medal-haul-at-the-2018-international-cheese-awards','','','2018-08-29 08:15:34','2018-08-29 08:15:34','',0,'http://www.ontradeprogress.com/?p=2402',0,'post','',0),(2403,1,'2018-08-29 08:10:39','2018-08-29 08:10:39','','Screen Shot 2018-08-29 at 09.03.48','','inherit','closed','closed','','screen-shot-2018-08-29-at-09-03-48','','','2018-08-29 08:10:39','2018-08-29 08:10:39','',2402,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-09.03.48.png',0,'attachment','image/png',0),(2404,1,'2018-08-29 08:11:47','2018-08-29 08:11:47','<strong>Futura Foods, the UK’s leading supplier of Mediterranean-inspired dairy products, is toasting a big win at the highly prestigious International Cheese Awards, held last month in the north west of England.  </strong><strong>                    </strong>\r\n\r\nFive of Futura’s cheeses were awarded highly sought after distinctions, with judges, including leading chefs, food writers and dairy experts, handing out no less than three silver and two bronze medals. The company’s Goats Cheese with Honey; Sheep’s Milk Cheese with Pedro Ximenez and Barrel Aged Feta all scored silver, while its Goat’s Cheese with Black Pepper and recently launched Halloumi Fries, picked up bronze; the latter doing so in a specialist foodservice and catering class.\r\n\r\nThis fresh haul is yet another big win for Futura at the International Cheese Awards following 2017’s record haul of 11 medals. <strong>National Account Controller, Jo Carter,</strong> comments: “We’re delighted to yet again be honoured at the International Cheese Awards. The calibre of judges and class of competition are so high, which make medals extremely hard to come by. The haul is a testament to the hard work carried out by our team and partner dairies to source and produce the very finest cheeses from across Europe – yet another proud achievement for the Futura family.”  <strong> </strong>\r\n\r\nFutura Foods is one of the largest suppliers of continental cheese to the UK and Ireland. The range includes Greek, Cypriot, Italian, Spanish and Northern European cheeses from carefully selected partner dairies across Europe. The company’s flexible distribution network enables it to supply an extensive range to retailers, wholesalers, food manufacturers and foodservice.\r\n\r\n<strong>For more information on the range visit </strong><strong><a href=\"http://www.futura-foods.com/\">www.futura-foods.com</a></strong><strong>\r\nor follow us on Twitter @FuturaFoods</strong>','Futura celebrating a medal haul at the 2018 International cheese awards','','inherit','closed','closed','','2402-revision-v1','','','2018-08-29 08:11:47','2018-08-29 08:11:47','',2402,'http://www.ontradeprogress.com/2018/08/29/2402-revision-v1/',0,'revision','',0),(2405,1,'2018-08-29 08:39:29','2018-08-29 08:39:29','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The BII is delighted to announce that the deadline for entries for the National Innovation in Training Awards competition for 2018 has now been extended to Friday 14th September.</strong>\r\n\r\nThe finalists will be announced at the end of September and the Awards themselves will once again be hosted at the glamourous Cafe? de Paris, London on Tuesday 20th November 2018.\r\n\r\nEach category will have a judging panel consisting of industry experts who will decide who has best showcased their knowledge, understanding and enthusiasm for their respective category. Finalists will be announced before the end of September and will need to be available on Thursday 18th October 2018 to attend the NITA finals judging day.\r\n\r\nSuccessful NITAs entrants will be those who provide really great training in the licensed on trade in the U.K. - whether individuals, training organisations or pub companies. Our judges will be looking for examples of those who truly put people at the heart of what they do; investing in their teams, innovating, motivating and striving for training excellence.\r\n\r\n<strong>The award categories for the 2018 competition are as follows:</strong>\r\n\r\nBest Training Programme - Leased &amp; Tenanted Companies\r\n\r\nBest Training Programme - Managed Companies under 50 outlets Best Training Programme - Managed Companies over 50 outlets\r\n\r\nLicensee Trainer of the Year Award Professional Trainer of the Year Award\r\n\r\nBest Apprenticeship Training Programme Best Casual Dining Training Programme Franca Knowles Lifetime Achievement Award\r\n\r\nThe Franca Knowles Lifetime Achievement Award is an industry recognition award; the winner will be chosen by a panel led by Keith Knowles, CEO and founder of Beds &amp; Bars. The award will identify and recognise an individual who leads by example and can demonstrate that people are at the core of what they do.\r\n\r\nThe award is in memory of the late Franca Knowles, who herself was a multiple winner of NITA awards and was passionate about people and training.\r\n\r\nBII CEO Mike Clist commented: “The NITAs are a key platform which not only help us highlight how vital the training and development of staff is to our industry, but crucially demonstrate that hospitality can offer individuals a rewarding and varied career- it’s so much more than just a job.”\r\n\r\nThe NITAs is the ultimate benchmark for training ingenuity in the industry – rewarding individuals and businesses who deliver outstanding mentorship and development for their people.”\r\n\r\nEntrants now have until Friday 14th September to complete their entries and can enter more than one <span style=\"font-size: 14px;\">category for consideration; criteria for each award and entry forms can be found at:</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nhttps://www.bii.org/events-awards/national-innovation-in-training-awards-2018/\r\n\r\nIf you have any queries, please contact the NITAs team on 01276 417836.\r\n\r\n</div>\r\n</div>\r\n</div>','The National Innovation in Training Awards Competition for 2018','','publish','closed','open','','the-national-innovation-in-training-awards-competition-for-2018','','','2018-08-29 08:43:19','2018-08-29 08:43:19','',0,'http://www.ontradeprogress.com/?p=2405',0,'post','',0),(2406,1,'2018-08-29 08:22:14','2018-08-29 08:22:14','{{unknown}}','','','publish','closed','closed','','7123b97968648c41113c5bdfc5b5cd3e','','','2018-08-29 08:22:14','2018-08-29 08:22:14','',0,'http://www.ontradeprogress.com/2018/08/29/7123b97968648c41113c5bdfc5b5cd3e/',0,'oembed_cache','',0),(2407,1,'2018-08-29 08:39:08','2018-08-29 08:39:08','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>The BII is delighted to announce that the deadline for entries for the National Innovation in Training Awards competition for 2018 has now been extended to Friday 14th September.</strong>\r\n\r\nThe finalists will be announced at the end of September and the Awards themselves will once again be hosted at the glamourous Cafe? de Paris, London on Tuesday 20th November 2018.\r\n\r\nEach category will have a judging panel consisting of industry experts who will decide who has best showcased their knowledge, understanding and enthusiasm for their respective category. Finalists will be announced before the end of September and will need to be available on Thursday 18th October 2018 to attend the NITA finals judging day.\r\n\r\nSuccessful NITAs entrants will be those who provide really great training in the licensed on trade in the U.K. - whether individuals, training organisations or pub companies. Our judges will be looking for examples of those who truly put people at the heart of what they do; investing in their teams, innovating, motivating and striving for training excellence.\r\n\r\n<strong>The award categories for the 2018 competition are as follows:</strong>\r\n\r\nBest Training Programme - Leased &amp; Tenanted Companies\r\n\r\nBest Training Programme - Managed Companies under 50 outlets Best Training Programme - Managed Companies over 50 outlets\r\n\r\nLicensee Trainer of the Year Award Professional Trainer of the Year Award\r\n\r\nBest Apprenticeship Training Programme Best Casual Dining Training Programme Franca Knowles Lifetime Achievement Award\r\n\r\nThe Franca Knowles Lifetime Achievement Award is an industry recognition award; the winner will be chosen by a panel led by Keith Knowles, CEO and founder of Beds &amp; Bars. The award will identify and recognise an individual who leads by example and can demonstrate that people are at the core of what they do.\r\n\r\nThe award is in memory of the late Franca Knowles, who herself was a multiple winner of NITA awards and was passionate about people and training.\r\n\r\nBII CEO Mike Clist commented: “The NITAs are a key platform which not only help us highlight how vital the training and development of staff is to our industry, but crucially demonstrate that hospitality can offer individuals a rewarding and varied career- it’s so much more than just a job.”\r\n\r\nThe NITAs is the ultimate benchmark for training ingenuity in the industry – rewarding individuals and businesses who deliver outstanding mentorship and development for their people.”\r\n\r\nEntrants now have until Friday 14th September to complete their entries and can enter more than one <span style=\"font-size: 14px;\">category for consideration; criteria for each award and entry forms can be found at:</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nhttps://www.bii.org/events-awards/national-innovation-in-training-awards-2018/\r\n\r\nIf you have any queries, please contact the NITAs team on 01276 417836.\r\n\r\n</div>\r\n</div>\r\n</div>','The National Innovation in Training Awards Competition for 2018','','inherit','closed','closed','','2405-revision-v1','','','2018-08-29 08:39:08','2018-08-29 08:39:08','',2405,'http://www.ontradeprogress.com/2018/08/29/2405-revision-v1/',0,'revision','',0),(2408,1,'2018-08-29 08:41:36','2018-08-29 08:41:36','<strong>This autumn a new bar celebrating exploration and adventure will pull into The Strand at full steam ahead. Sticking to Jules Verne’s legendary explorer’s tight schedule, Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to the West End by Charlie Gilkes and Duncan Stirling’s Inception Group, the bar will take guests on a thrilling journey inspired by <em>Around The World in 80 Days</em>. </strong>\r\n\r\nLocated just a stone\'s throw from Charing Cross station, where Phileas Fogg and his trusty valet, Passepartout set off on their voyage, Mr Fogg’s Society of Exploration will be a true travel hub, where death-defying exploits and adventures are plotted and planned. The walls will be adorned with portraits of Mr Fogg’s fellow fearless pioneers and their intrepid tales will be depicted and narrated at regular Society meetings. The downstairs Map Room will house a collection of both antique and modern-day maps, host regular evening events with a resident explorer, and will also offer global drinking adventures, from cocktail masterclasses to spirit safaris.\r\nGuests will enter via an elegant lobby with an oversized rotating globe marking the places visited and modes of transport that the intrepid pair took. Moving downstairs, they will encounter cabinets of curiosities, souvenirs and artefacts handpicked by fellows of the explorer society. There will be a life-sized model of a Victorian Orient Express, complete with banquette seating and gleaming brass lamps where passengers can let off steam over a libation or two. The main bar area will feature wooden panelling, shelves laden with travel books and encyclopedias, and warm leather armchairs to welcome weary travellers.\r\n\r\nA place for experiments and innovation, Mr Fogg’s Society of Exploration will even give drinkers the chance to participate in the making of their drinks by pressing a button to trigger a chain reaction in a marvellous mechanical machine inspired by famous inventor Rube Goldberg.\r\n\r\nThe groundbreaking, multi-sensory menu will take the form of an explorer’s journal charting the feats of fellows across nine extraordinary areas of Earth. Each chapter will focus on one location, ranging from ancient man-made creations to wonders of the natural world. Drinkers will soar above the palms of the Sahara Desert, shiver at the sub-zero temperatures of The North Pole and plummet to the depths of The Great Barrier Reef while show-stopping sharers will include The Sheep Wheel, a reproduction of a ship’s helm and The Bombay Sapphire Rube Goldberg Machine.\r\n\r\nMr Fogg’s preferred prandial refreshment of toasted crumpets will be served alongside his favourite nibbles such as croquettes, meat and cheese boards, and for the more daring culinary adventurer, crickets, mealworms and grasshoppers.\r\n\r\nMr Fogg’s Society of Exploration will be the fifth bar in the immersive Mr Fogg’s Collection which includes: Mr Fogg’s Residence, Tavern, Gin Parlour and House of Botanicals.\r\n\r\nSociety co-founder and keen traveller, Charlie Gilkes says of the project: “It’s been five years since we opened our first Mr Fogg’s, we’re thrilled to add a fifth venue to the collection and look forward to welcoming anyone with a love of travel, cocktails, or both to The Society of Exploration!”','Mr Fogg’s Society of Exploration: \"All Aboard The Around The World Express\"','','inherit','closed','closed','','2384-revision-v1','','','2018-08-29 08:41:36','2018-08-29 08:41:36','',2384,'http://www.ontradeprogress.com/2018/08/29/2384-revision-v1/',0,'revision','',0),(2409,1,'2018-08-30 07:05:02','2018-08-30 07:05:02','<strong>Following England’s most successful World Cup campaign in 28 years, Saturday 8<sup>th</sup> September sees England play their first competitive match since their incredible run in Russia, as they take on former World Champions Spain.</strong>\r\n\r\nShown exclusively live on Sky Sports, the match is part of the brand new international tournament, the UEFA Nations League. Sky Sports will feature every England, Republic of Ireland, Scotland and Northern Ireland game exclusively live with Wales matches also broadcast live.\r\n\r\nThe match against Spain will be one of four England games throughout September, October and November including a rematch of the World Cup semi-final against Croatia.\r\n\r\nThe tournament begins on Thursday 6<sup>th</sup> September with nine games being played, including current World Cup Champions France against Germany and Wales against the Republic of Ireland.\r\n\r\nSpeaking about the tournament, David Rey, managing director, Sky Business said: “We were treated to a remarkable summer of football which sets the scene perfectly for the UEFA Nations League and we hope that the tournament will recreate those heady days of the World Cup. All seven of England’s World Cup games attracted over 1.5million people per game to pubs and bars, so we know the value these games bring in terms of footfall and custom.\r\n\r\n“At Sky, our purpose is to invest in more of the content that matters most to our customers, so they can rely on us to continue to make more money for their businesses. Over the course of the season, through our dedicated football channels, Sky Sports will be showing over 500 live matches including action from 126 Premier League games, the Sky Bet EFL, SPFL and much more. ”\r\n\r\n<strong>England’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – England vs Spain – Kick off 19.45</li>\r\n 	<li>Friday 12<sup>th</sup> October – Croatia vs England – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Spain vs England – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November England vs Croatia – Kick off 14.00</li>\r\n</ul>\r\n<strong>Northern Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – Northern Ireland v Bosnia and Herzegovina – Kick off 14.00</li>\r\n 	<li>Friday 12<sup>th</sup> October – Austria vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Bosnia and Herzegovina vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November Northern Ireland vs Austria – Kick off 17.00</li>\r\n</ul>\r\n<strong>Republic of Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Thursday 6<sup>th</sup> September - Wales vs Republic of Ireland – Kick off 19.45</li>\r\n 	<li>Saturday 13<sup>th</sup> October - Republic of Ireland v Denmark – Kick off 19.45</li>\r\n 	<li>Tuesday 16<sup>th</sup> October - Republic of Ireland v Wales – Kick off 19.45</li>\r\n 	<li>Monday 19<sup>th</sup> November - Denmark v Republic of Ireland – Kick off 19.45</li>\r\n</ul>\r\n<strong>Scotland’s matches are:</strong>\r\n<ul>\r\n 	<li>Monday 10<sup>th</sup> September – Scotland vs Albania – Kick off 19.45</li>\r\n 	<li>Thursday 11<sup>th</sup> October – Israel vs Scotland – Kick off 19.45</li>\r\n 	<li>Saturday 17<sup>th</sup> November – Albania vs Scotland – Kick off 19.45</li>\r\n 	<li>Tuesday 20<sup>th</sup> November – Scotland vs Israel – Kick off 19.45</li>\r\n</ul>\r\nTo help promote the UEFA Nations League, Sky has made available 500 point of sales kits which include fixture posters, a calendar highlighting the autumn sporting action, table talkers and beer mats.  These are available to Sky Sports customers and can be ordered by visiting <a href=\"http://www.myskysports.com/\">www.myskysports.com</a>.\r\n\r\nImage credited to Getty.','UEFA Nations League, the brand new international football tournament','','publish','closed','open','','uefa-nations-league-the-brand-new-international-football-tournament','','','2018-08-30 07:18:26','2018-08-30 07:18:26','',0,'http://www.ontradeprogress.com/?p=2409',0,'post','',0),(2410,1,'2018-08-29 08:57:22','2018-08-29 08:57:22','<strong>Following England’s most successful World Cup campaign in 28 years, Saturday 8<sup>th</sup> September sees England play their first competitive match since their incredible run in Russia, as they take on former World Champions Spain.</strong>\r\n\r\nShown exclusively live on Sky Sports, the match is part of the brand new international tournament, the UEFA Nations League.  Sky Sports will feature every England, Republic of Ireland, Scotland and Northern Ireland game exclusively live with Wales matches also broadcast live.\r\n\r\nThe match against Spain will be one of four England games throughout September, October and November including a rematch of the World Cup semi-final against Croatia.\r\n\r\nThe tournament begins on Thursday 6<sup>th</sup> September with nine games being played, including current World Cup Champions France against Germany and Wales against the Republic of Ireland.\r\n\r\nSpeaking about the tournament, David Rey, managing director, Sky Business said: “We were treated to a remarkable summer of football which sets the scene perfectly for the UEFA Nations League and we hope that the tournament will recreate those heady days of the World Cup.  All seven of England’s World Cup games attracted over 1.5million people per game to pubs and bars, so we know the value these games bring in terms of footfall and custom<a href=\"applewebdata://42145AB8-82F0-4A41-AAF9-92F6F3FC948F#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\n“At Sky, our purpose is to invest in more of the content that matters most to our customers, so they can rely on us to continue to make more money for their businesses.  Over the course of the season, through our dedicated football channels, Sky Sports will be showing over 500 live matches including action from 126 Premier League games, the Sky Bet EFL, SPFL and much more. ”\r\n\r\n<strong>England’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – England vs Spain – Kick off 19.45</li>\r\n 	<li>Friday 12<sup>th</sup> October – Croatia vs England – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Spain vs England – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November England vs Croatia – Kick off 14.00</li>\r\n</ul>\r\n<strong>Northern Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – Northern Ireland v Bosnia and Herzegovina – Kick off 14.00</li>\r\n 	<li>Friday 12<sup>th</sup> October – Austria vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Bosnia and Herzegovina vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November Northern Ireland vs Austria – Kick off 17.00</li>\r\n</ul>\r\n<strong>Republic of Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Thursday 6<sup>th</sup> September - Wales vs Republic of Ireland – Kick off 19.45</li>\r\n 	<li>Saturday 13<sup>th</sup> October - Republic of Ireland v Denmark – Kick off 19.45</li>\r\n 	<li>Tuesday 16<sup>th</sup> October - Republic of Ireland v Wales – Kick off 19.45</li>\r\n 	<li>Monday 19<sup>th</sup> November - Denmark v Republic of Ireland – Kick off 19.45</li>\r\n</ul>\r\n<strong>Scotland’s matches are:</strong>\r\n<ul>\r\n 	<li>Monday 10<sup>th</sup> September – Scotland vs Albania – Kick off 19.45</li>\r\n 	<li>Thursday 11<sup>th</sup> October – Israel vs Scotland – Kick off 19.45</li>\r\n 	<li>Saturday 17<sup>th</sup> November – Albania vs Scotland – Kick off 19.45</li>\r\n 	<li>Tuesday 20<sup>th</sup> November – Scotland vs Israel – Kick off 19.45</li>\r\n</ul>\r\nTo help promote the UEFA Nations League, Sky has made available 500 point of sales kits which include fixture posters, a calendar highlighting the autumn sporting action, table talkers and beer mats.  These are available to Sky Sports customers and can be ordered by visiting <a href=\"http://www.myskysports.com/\">www.myskysports.com</a>.','UEFA Nations League, the brand new international football tournament','','inherit','closed','closed','','2409-revision-v1','','','2018-08-29 08:57:22','2018-08-29 08:57:22','',2409,'http://www.ontradeprogress.com/2018/08/29/2409-revision-v1/',0,'revision','',0),(2411,1,'2018-08-29 09:07:46','2018-08-29 09:07:46','<div><strong>Former National Chef of the Year, Frederick Forster returns to D&amp;D London taking on the role of Head Chef of Plateau restaurant in Canary Wharf. With experience working with the likes of Raymond Blanc, Gordon Ramsay, Thomas Keller and Pierre Gagnaire, Frederick will marry his style and training of both classic and modern French cuisine at Plateau.</strong></div>\r\n<div>Frederick has built his reputation working in restaurants around the globe including Raymond Blanc’s Le Manoir aux Quat’Saisons, Michel Roux Jnr’s Le Gavroche, Gordon Ramsay’s L’Aubergine and three Michelin starred La Côte d’Or at the Sandy Lane Hotel, Barbados. His cooking draws inspiration from traditional French cuisine whilst highlighting fresh and seasonal British produce cooked simply and elegantly.  Having trained under the eyes of Pierre Gagnaire as a Roux Scholar before receiving numerous awards including Chef of the Year 2011 and Master of Culinary Arts 2013, Frederick’s experience has shaped his style of cooking to focus on seasonal and distinctive ingredients.</div>\r\n<div>As Head Chef of Plateau, both the grill and restaurant menus have been transformed to reflect Frederick’s background and experience. A selection of steaks aged between 21-30 days sit alongside hearty dishes such as <i>cushion of lamb with couscous, yoghurt and olive</i>s and <i>baby chicken spatchcock with harissa, lemon, chilli and mixed salad </i>on the Grill menu. Frederick’s new Restaurant menu showcases more refined plates including <i>confit duck and new potato salad with slow cooked egg, truffle and haricot velouté</i>; <i>roast monkfish with mussels vierge, potato and spring onion galette and Bouillabaisse sauce</i> and <i>braised halibut with baby leeks, dill gnocchi and lemon pesto</i>.</div>\r\n<div>Plateau provides a welcomed return to D&amp;D London for Frederick who previously held the position of Head Chef at La Pont de la Tour in 2015, another D&amp;D London venue. Most recently, Frederick was the Head Chef at the Bleeding Heart groups Don restaurant.</div>\r\n<div>Frederick notes <i>‘I am thrilled to return to the D&amp;D London group at Plateau. I’m excited to really showcase the importance of seasonal and quality ingredients to create delicious food in Canary Wharf. With my experience in kitchens around the world, I want to continue elevating Plateau’s offering for the local community while being the perfect destination for special occasions.’</i></div>\r\n<div><b>Plateau Restaurant, Bar &amp; Grill</b></div>\r\n<div>4th Floor | Canada Place | London | E14 5ER</div>\r\n<div>Website: <u>www.plateau-restaurant.co.uk</u> | Telephone: 020 7715 7100 |</div>\r\n<div>Email: <u><a href=\"mailto:plateaureservations@danddlondon.com\">plateaureservations@danddlondon.com</a></u> | Social: @plateaucanarywharf</div>','Frederick Forster returns to D&D London as head chef of Plateau','','publish','closed','open','','frederick-forster-returns-to-dd-london-as-head-chef-of-plateau','','','2018-08-29 09:07:46','2018-08-29 09:07:46','',0,'http://www.ontradeprogress.com/?p=2411',0,'post','',0),(2412,1,'2018-08-29 09:03:35','2018-08-29 09:03:35','','download','','inherit','closed','closed','','download','','','2018-08-29 09:03:35','2018-08-29 09:03:35','',2411,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/download.jpeg',0,'attachment','image/jpeg',0),(2413,1,'2018-08-29 09:05:46','2018-08-29 09:05:46','','Screen Shot 2018-08-29 at 10.05.11','','inherit','closed','closed','','screen-shot-2018-08-29-at-10-05-11','','','2018-08-29 09:05:46','2018-08-29 09:05:46','',2411,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-10.05.11.png',0,'attachment','image/png',0),(2414,1,'2018-08-29 09:07:46','2018-08-29 09:07:46','<div><strong>Former National Chef of the Year, Frederick Forster returns to D&amp;D London taking on the role of Head Chef of Plateau restaurant in Canary Wharf. With experience working with the likes of Raymond Blanc, Gordon Ramsay, Thomas Keller and Pierre Gagnaire, Frederick will marry his style and training of both classic and modern French cuisine at Plateau.</strong></div>\r\n<div>Frederick has built his reputation working in restaurants around the globe including Raymond Blanc’s Le Manoir aux Quat’Saisons, Michel Roux Jnr’s Le Gavroche, Gordon Ramsay’s L’Aubergine and three Michelin starred La Côte d’Or at the Sandy Lane Hotel, Barbados. His cooking draws inspiration from traditional French cuisine whilst highlighting fresh and seasonal British produce cooked simply and elegantly.  Having trained under the eyes of Pierre Gagnaire as a Roux Scholar before receiving numerous awards including Chef of the Year 2011 and Master of Culinary Arts 2013, Frederick’s experience has shaped his style of cooking to focus on seasonal and distinctive ingredients.</div>\r\n<div>As Head Chef of Plateau, both the grill and restaurant menus have been transformed to reflect Frederick’s background and experience. A selection of steaks aged between 21-30 days sit alongside hearty dishes such as <i>cushion of lamb with couscous, yoghurt and olive</i>s and <i>baby chicken spatchcock with harissa, lemon, chilli and mixed salad </i>on the Grill menu. Frederick’s new Restaurant menu showcases more refined plates including <i>confit duck and new potato salad with slow cooked egg, truffle and haricot velouté</i>; <i>roast monkfish with mussels vierge, potato and spring onion galette and Bouillabaisse sauce</i> and <i>braised halibut with baby leeks, dill gnocchi and lemon pesto</i>.</div>\r\n<div>Plateau provides a welcomed return to D&amp;D London for Frederick who previously held the position of Head Chef at La Pont de la Tour in 2015, another D&amp;D London venue. Most recently, Frederick was the Head Chef at the Bleeding Heart groups Don restaurant.</div>\r\n<div>Frederick notes <i>‘I am thrilled to return to the D&amp;D London group at Plateau. I’m excited to really showcase the importance of seasonal and quality ingredients to create delicious food in Canary Wharf. With my experience in kitchens around the world, I want to continue elevating Plateau’s offering for the local community while being the perfect destination for special occasions.’</i></div>\r\n<div><b>Plateau Restaurant, Bar &amp; Grill</b></div>\r\n<div>4th Floor | Canada Place | London | E14 5ER</div>\r\n<div>Website: <u>www.plateau-restaurant.co.uk</u> | Telephone: 020 7715 7100 |</div>\r\n<div>Email: <u><a href=\"mailto:plateaureservations@danddlondon.com\">plateaureservations@danddlondon.com</a></u> | Social: @plateaucanarywharf</div>','Frederick Forster returns to D&D London as head chef of Plateau','','inherit','closed','closed','','2411-revision-v1','','','2018-08-29 09:07:46','2018-08-29 09:07:46','',2411,'http://www.ontradeprogress.com/2018/08/29/2411-revision-v1/',0,'revision','',0),(2415,1,'2018-08-29 09:27:38','2018-08-29 09:27:38','<span style=\"font-weight: 400;\"><strong>Nine Lives, the neighbourhood bar in London Bridge, founded by three leading industry experts; Allan Gage, Emma Hutchison and Tom Soden, unveil their new cocktail menu with an even greater focus on sustainability and dedication to a reduced carbon footprint. In addition to the new menu, LGBTQ+ artists Trinity Tristan and Tim Whiting will showcase their new public artwork installation as an ODE to liberty, located on the cobbles of Holyrood street, directly in front of Nine Lives.</strong> </span>\r\n\r\n<b>About the menu: </b>\r\n\r\n<span style=\"font-weight: 400;\">The Nine Lives garden has been maturing over the past year, a testament to the St Mungo’s homeless charity; an organisation who support people as they move off the streets and back into society. The use of the garden has built on Nine Lives’ resourcefulness with ingredients, resulting in a thoughtfully sourced menu with love and care behind it. Many of the fresh herbs used in the bar are grown right here, in their own garden.</span>\r\n\r\n<span style=\"font-weight: 400;\">The menu is made up of a collection of signature cocktails, sharers and remixed classics. Signatures are Nine Lives’ favourites, both old and new, which are served alongside two spectacular sharing cocktails that bring a little bit of theatre to the table. Finally, true to their ethos of salvation, they have taken the quintessential classic cocktails from each major spirit category and served them three ways: In their original form; a Nine Lives’ variation; and a third version, created by legendary bartenders from around the world who have worked with Allan, Tom &amp; Emma over the years.</span>\r\n\r\n<b>Three of the best: </b>\r\n\r\n<b>KELROSS DAIQUIRI </b><span style=\"font-weight: 400;\">- </span><b>Ron Zacapa, Bramley Apple Juice, Hackney Honey</b>\r\n\r\n<span style=\"font-weight: 400;\">Rich, fruity and tart</span>\r\n\r\n<i><span style=\"font-weight: 400;\">Great for those moments when you want something a little familiar, the Kelross Daiquiri is our low-carbon-footprint twist on a Daiquiri. One of the difficulties with modern cocktails is their reliance upon citrus fruit to provide their acidity. We’ve removed the need for imported limes by using Bramley apples, grown in the back garden of one of the owners (Allan lives in Kelross Road – hence the name). This sour cooking apple contains a high amount of malic acid which replaces the citric acid found within the typical lime juice. </span></i>\r\n\r\n<b>KAFÉ KERNAL – Kuka Cold Brew Coffee, Tonic water, Popcorn</b>\r\n\r\n<span style=\"font-weight: 400;\">Bold, Rich &amp; zesty </span>\r\n\r\n<i><span style=\"font-weight: 400;\">The Kafé Kernal is a great non-alcoholic drink invented by our bartender Ziggy. It’s rather deceptive cocktail as it has the mouth feel of an alcoholic drink. A weird and wonderful concoction of cold brew coffee and tonic water with a little touch of popcorn essence. This drink is a great alternative to alcohol with a light caffeine kick.</span></i>\r\n\r\n<b>EPHEMERAL – Somerset Cider Brandy, Cherry, Hazelnut, Lemon, Parsley</b>\r\n\r\n<span style=\"font-weight: 400;\">Rich, herbaceous &amp; complex </span>\r\n\r\n<i><span style=\"font-weight: 400;\">The parsley that we use within the drink is grown within our herb garden out the back of the bar. We’ve been going on quite the journey with our garden at Nine Lives and now work alongside St Mungo’s to maintain the space. This drink was created by Cosmin our Head Bartender.</span></i>\r\n\r\n<b>About the Artwork:</b>\r\n\r\n<span style=\"font-weight: 400;\">In addition to the new menu, Nine Lives collaborated with Team London Bridge to bring LGBTQ+ artists Trinity Tristan and Tim Whiting to the cobbles of Holyrood Street, who will unveil ODE, a major new public artwork installation right outside the bar. </span><span style=\"font-weight: 400;\">They take their inspiration from a little know heroine of the Industrial Revolution, Margaret Clap, who opened her home in the 18th Century as a safe haven for London\'s persecuted and outlawed gay society. The artwork serves as an ODE to liberty.</span><span style=\"font-weight: 400;\">  </span>','Nine Lives launches new cocktail menu','','publish','closed','open','','nine-lives-launches-new-cocktail-menu','','','2018-08-29 10:19:22','2018-08-29 10:19:22','',0,'http://www.ontradeprogress.com/?p=2415',0,'post','',0),(2416,1,'2018-08-29 09:26:31','2018-08-29 09:26:31','','Screen Shot 2018-08-29 at 10.23.38','','inherit','closed','closed','','screen-shot-2018-08-29-at-10-23-38','','','2018-08-29 09:26:31','2018-08-29 09:26:31','',2415,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-29-at-10.23.38.png',0,'attachment','image/png',0),(2417,1,'2018-08-29 09:27:38','2018-08-29 09:27:38','<span style=\"font-weight: 400;\"><strong>Nine Lives, the neighbourhood bar in London Bridge, founded by three leading industry experts; Allan Gage, Emma Hutchison and Tom Soden, unveil their new cocktail menu with an even greater focus on sustainability and dedication to a reduced carbon footprint. In addition to the new menu, LGBTQ+ artists Trinity Tristan and Tim Whiting will showcase their new public artwork installation as an ODE to liberty, located on the cobbles of Holyrood street, directly in front of Nine Lives.</strong> </span>\r\n\r\n<b>About the menu: </b>\r\n\r\n<span style=\"font-weight: 400;\">The Nine Lives garden has been maturing over the past year, a testament to the St Mungo’s homeless charity; an organisation who support people as they move off the streets and back into society. The use of the garden has built on Nine Lives’ resourcefulness with ingredients, resulting in a thoughtfully sourced menu with love and care behind it. Many of the fresh herbs used in the bar are grown right here, in their own garden.</span>\r\n\r\n<span style=\"font-weight: 400;\">The menu is made up of a collection of signature cocktails, sharers and remixed classics. Signatures are Nine Lives’ favourites, both old and new, which are served alongside two spectacular sharing cocktails that bring a little bit of theatre to the table. Finally, true to their ethos of salvation, they have taken the quintessential classic cocktails from each major spirit category and served them three ways: In their original form; a Nine Lives’ variation; and a third version, created by legendary bartenders from around the world who have worked with Allan, Tom &amp; Emma over the years.</span>\r\n\r\n<b>Three of the best: </b>\r\n\r\n<b>KELROSS DAIQUIRI </b><span style=\"font-weight: 400;\">- </span><b>Ron Zacapa, Bramley Apple Juice, Hackney Honey</b>\r\n\r\n<span style=\"font-weight: 400;\">Rich, fruity and tart</span>\r\n\r\n<i><span style=\"font-weight: 400;\">Great for those moments when you want something a little familiar, the Kelross Daiquiri is our low-carbon-footprint twist on a Daiquiri. One of the difficulties with modern cocktails is their reliance upon citrus fruit to provide their acidity. We’ve removed the need for imported limes by using Bramley apples, grown in the back garden of one of the owners (Allan lives in Kelross Road – hence the name). This sour cooking apple contains a high amount of malic acid which replaces the citric acid found within the typical lime juice. </span></i>\r\n\r\n<b>KAFÉ KERNAL – Kuka Cold Brew Coffee, Tonic water, Popcorn</b>\r\n\r\n<span style=\"font-weight: 400;\">Bold, Rich &amp; zesty </span>\r\n\r\n<i><span style=\"font-weight: 400;\">The Kafé Kernal is a great non-alcoholic drink invented by our bartender Ziggy. It’s rather deceptive cocktail as it has the mouth feel of an alcoholic drink. A weird and wonderful concoction of cold brew coffee and tonic water with a little touch of popcorn essence. This drink is a great alternative to alcohol with a light caffeine kick.</span></i>\r\n\r\n<b>EPHEMERAL – Somerset Cider Brandy, Cherry, Hazelnut, Lemon, Parsley</b>\r\n\r\n<span style=\"font-weight: 400;\">Rich, herbaceous &amp; complex </span>\r\n\r\n<i><span style=\"font-weight: 400;\">The parsley that we use within the drink is grown within our herb garden out the back of the bar. We’ve been going on quite the journey with our garden at Nine Lives and now work alongside St Mungo’s to maintain the space. This drink was created by Cosmin our Head Bartender.</span></i>\r\n\r\n<b>About the Artwork:</b>\r\n\r\n<span style=\"font-weight: 400;\">In addition to the new menu, Nine Lives collaborated with Team London Bridge to bring LGBTQ+ artists Trinity Tristan and Tim Whiting to the cobbles of Holyrood Street, who will unveil ODE, a major new public artwork installation right outside the bar. </span><span style=\"font-weight: 400;\">They take their inspiration from a little know heroine of the Industrial Revolution, Margaret Clap, who opened her home in the 18th Century as a safe haven for London\'s persecuted and outlawed gay society. The artwork serves as an ODE to liberty.</span>\r\n\r\n<b>Notes to editor </b>\r\n\r\n<span style=\"font-weight: 400;\">Last summer 2017, a neighbourhood bar located in a Victorian basement full of sublime cocktails, warm welcomes &amp; a killer soundtrack opened its doors. The owners of Nine Lives bar; Allan Gage, Emma Hutchison and Tom Soden are inspired by their frequent work with the world’s best bartenders and living by a sustainable ethos. Everything from the magnificent repurposed sound system to the interiors and uniforms are reclaimed.  </span>','Nine Lives launches new cocktail menu','','inherit','closed','closed','','2415-revision-v1','','','2018-08-29 09:27:38','2018-08-29 09:27:38','',2415,'http://www.ontradeprogress.com/2018/08/29/2415-revision-v1/',0,'revision','',0),(2418,1,'2018-08-29 10:18:55','2018-08-29 10:18:55','<span style=\"font-weight: 400;\"><strong>Nine Lives, the neighbourhood bar in London Bridge, founded by three leading industry experts; Allan Gage, Emma Hutchison and Tom Soden, unveil their new cocktail menu with an even greater focus on sustainability and dedication to a reduced carbon footprint. In addition to the new menu, LGBTQ+ artists Trinity Tristan and Tim Whiting will showcase their new public artwork installation as an ODE to liberty, located on the cobbles of Holyrood street, directly in front of Nine Lives.</strong> </span>\r\n\r\n<b>About the menu: </b>\r\n\r\n<span style=\"font-weight: 400;\">The Nine Lives garden has been maturing over the past year, a testament to the St Mungo’s homeless charity; an organisation who support people as they move off the streets and back into society. The use of the garden has built on Nine Lives’ resourcefulness with ingredients, resulting in a thoughtfully sourced menu with love and care behind it. Many of the fresh herbs used in the bar are grown right here, in their own garden.</span>\r\n\r\n<span style=\"font-weight: 400;\">The menu is made up of a collection of signature cocktails, sharers and remixed classics. Signatures are Nine Lives’ favourites, both old and new, which are served alongside two spectacular sharing cocktails that bring a little bit of theatre to the table. Finally, true to their ethos of salvation, they have taken the quintessential classic cocktails from each major spirit category and served them three ways: In their original form; a Nine Lives’ variation; and a third version, created by legendary bartenders from around the world who have worked with Allan, Tom &amp; Emma over the years.</span>\r\n\r\n<b>Three of the best: </b>\r\n\r\n<b>KELROSS DAIQUIRI </b><span style=\"font-weight: 400;\">- </span><b>Ron Zacapa, Bramley Apple Juice, Hackney Honey</b>\r\n\r\n<span style=\"font-weight: 400;\">Rich, fruity and tart</span>\r\n\r\n<i><span style=\"font-weight: 400;\">Great for those moments when you want something a little familiar, the Kelross Daiquiri is our low-carbon-footprint twist on a Daiquiri. One of the difficulties with modern cocktails is their reliance upon citrus fruit to provide their acidity. We’ve removed the need for imported limes by using Bramley apples, grown in the back garden of one of the owners (Allan lives in Kelross Road – hence the name). This sour cooking apple contains a high amount of malic acid which replaces the citric acid found within the typical lime juice. </span></i>\r\n\r\n<b>KAFÉ KERNAL – Kuka Cold Brew Coffee, Tonic water, Popcorn</b>\r\n\r\n<span style=\"font-weight: 400;\">Bold, Rich &amp; zesty </span>\r\n\r\n<i><span style=\"font-weight: 400;\">The Kafé Kernal is a great non-alcoholic drink invented by our bartender Ziggy. It’s rather deceptive cocktail as it has the mouth feel of an alcoholic drink. A weird and wonderful concoction of cold brew coffee and tonic water with a little touch of popcorn essence. This drink is a great alternative to alcohol with a light caffeine kick.</span></i>\r\n\r\n<b>EPHEMERAL – Somerset Cider Brandy, Cherry, Hazelnut, Lemon, Parsley</b>\r\n\r\n<span style=\"font-weight: 400;\">Rich, herbaceous &amp; complex </span>\r\n\r\n<i><span style=\"font-weight: 400;\">The parsley that we use within the drink is grown within our herb garden out the back of the bar. We’ve been going on quite the journey with our garden at Nine Lives and now work alongside St Mungo’s to maintain the space. This drink was created by Cosmin our Head Bartender.</span></i>\r\n\r\n<b>About the Artwork:</b>\r\n\r\n<span style=\"font-weight: 400;\">In addition to the new menu, Nine Lives collaborated with Team London Bridge to bring LGBTQ+ artists Trinity Tristan and Tim Whiting to the cobbles of Holyrood Street, who will unveil ODE, a major new public artwork installation right outside the bar. </span><span style=\"font-weight: 400;\">They take their inspiration from a little know heroine of the Industrial Revolution, Margaret Clap, who opened her home in the 18th Century as a safe haven for London\'s persecuted and outlawed gay society. The artwork serves as an ODE to liberty.</span><span style=\"font-weight: 400;\">  </span>','Nine Lives launches new cocktail menu','','inherit','closed','closed','','2415-revision-v1','','','2018-08-29 10:18:55','2018-08-29 10:18:55','',2415,'http://www.ontradeprogress.com/2018/08/29/2415-revision-v1/',0,'revision','',0),(2419,1,'2018-08-29 13:31:52','2018-08-29 13:31:52','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_august_201?e=32393893/64137907[/embed]','On-Trade Progress Issue 17','','inherit','closed','closed','','276-revision-v1','','','2018-08-29 13:31:52','2018-08-29 13:31:52','',276,'http://www.ontradeprogress.com/2018/08/29/276-revision-v1/',0,'revision','',0),(2420,1,'2018-08-30 07:04:47','2018-08-30 07:04:47','','Screen Shot 2018-08-30 at 08.02.02','','inherit','closed','closed','','screen-shot-2018-08-30-at-08-02-02','','','2018-08-30 07:04:47','2018-08-30 07:04:47','',2409,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.02.02.png',0,'attachment','image/png',0),(2421,1,'2018-08-30 07:05:02','2018-08-30 07:05:02','<strong>Following England’s most successful World Cup campaign in 28 years, Saturday 8<sup>th</sup> September sees England play their first competitive match since their incredible run in Russia, as they take on former World Champions Spain.</strong>\r\n\r\nShown exclusively live on Sky Sports, the match is part of the brand new international tournament, the UEFA Nations League.  Sky Sports will feature every England, Republic of Ireland, Scotland and Northern Ireland game exclusively live with Wales matches also broadcast live.\r\n\r\nThe match against Spain will be one of four England games throughout September, October and November including a rematch of the World Cup semi-final against Croatia.\r\n\r\nThe tournament begins on Thursday 6<sup>th</sup> September with nine games being played, including current World Cup Champions France against Germany and Wales against the Republic of Ireland.\r\n\r\nSpeaking about the tournament, David Rey, managing director, Sky Business said: “We were treated to a remarkable summer of football which sets the scene perfectly for the UEFA Nations League and we hope that the tournament will recreate those heady days of the World Cup.  All seven of England’s World Cup games attracted over 1.5million people per game to pubs and bars, so we know the value these games bring in terms of footfall and custom<a href=\"applewebdata://42145AB8-82F0-4A41-AAF9-92F6F3FC948F#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\n“At Sky, our purpose is to invest in more of the content that matters most to our customers, so they can rely on us to continue to make more money for their businesses.  Over the course of the season, through our dedicated football channels, Sky Sports will be showing over 500 live matches including action from 126 Premier League games, the Sky Bet EFL, SPFL and much more. ”\r\n\r\n<strong>England’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – England vs Spain – Kick off 19.45</li>\r\n 	<li>Friday 12<sup>th</sup> October – Croatia vs England – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Spain vs England – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November England vs Croatia – Kick off 14.00</li>\r\n</ul>\r\n<strong>Northern Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – Northern Ireland v Bosnia and Herzegovina – Kick off 14.00</li>\r\n 	<li>Friday 12<sup>th</sup> October – Austria vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Bosnia and Herzegovina vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November Northern Ireland vs Austria – Kick off 17.00</li>\r\n</ul>\r\n<strong>Republic of Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Thursday 6<sup>th</sup> September - Wales vs Republic of Ireland – Kick off 19.45</li>\r\n 	<li>Saturday 13<sup>th</sup> October - Republic of Ireland v Denmark – Kick off 19.45</li>\r\n 	<li>Tuesday 16<sup>th</sup> October - Republic of Ireland v Wales – Kick off 19.45</li>\r\n 	<li>Monday 19<sup>th</sup> November - Denmark v Republic of Ireland – Kick off 19.45</li>\r\n</ul>\r\n<strong>Scotland’s matches are:</strong>\r\n<ul>\r\n 	<li>Monday 10<sup>th</sup> September – Scotland vs Albania – Kick off 19.45</li>\r\n 	<li>Thursday 11<sup>th</sup> October – Israel vs Scotland – Kick off 19.45</li>\r\n 	<li>Saturday 17<sup>th</sup> November – Albania vs Scotland – Kick off 19.45</li>\r\n 	<li>Tuesday 20<sup>th</sup> November – Scotland vs Israel – Kick off 19.45</li>\r\n</ul>\r\nTo help promote the UEFA Nations League, Sky has made available 500 point of sales kits which include fixture posters, a calendar highlighting the autumn sporting action, table talkers and beer mats.  These are available to Sky Sports customers and can be ordered by visiting <a href=\"http://www.myskysports.com/\">www.myskysports.com</a>.\r\n\r\nImage credited to Getty.','UEFA Nations League, the brand new international football tournament','','inherit','closed','closed','','2409-revision-v1','','','2018-08-30 07:05:02','2018-08-30 07:05:02','',2409,'http://www.ontradeprogress.com/2018/08/30/2409-revision-v1/',0,'revision','',0),(2422,1,'2018-08-30 07:11:19','2018-08-30 07:11:19','<strong>Any restaurateur looking for the latest in tableware trends will discover lots of refreshing ideas on the Parsley in Time stand at the 2018 Restaurant Show – and since the stand faces the main entrance, it’s hard to miss! </strong>\r\n\r\nThe company specialises in out of the ordinary designs, a case in point being the new Impressions Collection from DPS Tableware. Impressions are part of the Rustico Stoneware range and combine shape, colour and embossment to create a stunning look. Available in four contemporary colours, Flint, Fern, Aegean and Oyster, and a wide range of plates and bowls, this collection features reactive glazes which, with the irregular shapes, delivers a singular and attractive presentation. Impressions offer a new point of difference for the restaurant table.\r\n\r\nAlso from DPS comes the Porcelite Rustic Tapas range. Tapas or small plates are trending well and the Rustic’s earthy colours and textures add character to the table while setting off the food beautifully. It’s shown alongside the complementary Rustic oven-to-table cookware range. Together they offer a wide choice of sizes and shapes, including round, oval and rectangular dishes, as well as ramekins and conic bowls.\r\n\r\nParsley in Time will also show the latest glassware designs, including Nude Stem Zero from Utopia Tableware. The new Stem Zero glasses have a special ion shielding, so although they are beautifully light and thin, they are also strong and long-lasting. Stem Zero features eleven designs, including champagne flutes and red and white wine glasses.\r\n\r\nCertain to be a talking point on the stand is Parsley in Time’s Monochrome range of paper straws. Strong, stylish and available in a range of sizes, Monochrome is the ideal alternative to plastic straws, being strong, long-lasting and environmentally friendly.\r\n\r\nParsley in Time will also showcase a variety of other new products from its portfolio of leading tableware and barware brands.\r\n\r\nExperts will be on hand throughout the Restaurant Show to offer advice on the latest tableware trends. For more information, and to shop online, visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>. For expert advice on tableware and light equipment, or to inquire about exclusive products, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Tableware to impress at the Restaurant Show 2018','','publish','closed','open','','tableware-to-impress-at-the-restaurant-show-2018','','','2018-08-30 07:19:14','2018-08-30 07:19:14','',0,'http://www.ontradeprogress.com/?p=2422',0,'post','',0),(2423,1,'2018-08-30 07:10:10','2018-08-30 07:10:10','','Screen Shot 2018-08-30 at 08.09.48','','inherit','closed','closed','','screen-shot-2018-08-30-at-08-09-48','','','2018-08-30 07:10:10','2018-08-30 07:10:10','',2422,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.09.48.png',0,'attachment','image/png',0),(2424,1,'2018-08-30 07:11:19','2018-08-30 07:11:19','<strong>Any restaurateur looking for the latest in tableware trends will discover lots of refreshing ideas on the Parsley in Time stand at the 2018 Restaurant Show – and since the stand faces the main entrance, it’s hard to miss! </strong>\r\n\r\nThe company specialises in out of the ordinary designs, a case in point being the new Impressions Collection from DPS Tableware. Impressions are part of the Rustico Stoneware range and combine shape, colour and embossment to create a stunning look. Available in four contemporary colours, Flint, Fern, Aegean and Oyster, and a wide range of plates and bowls, this collection features reactive glazes which, with the irregular shapes, delivers a singular and attractive presentation. Impressions offer a new point of difference for the restaurant table.\r\n\r\nAlso from DPS comes the Porcelite Rustic Tapas range.  Tapas or small plates are trending well and the Rustic’s earthy colours and textures add character to the table while setting off the food beautifully.  It’s shown alongside the complementary Rustic oven-to-table cookware range.  Together they offer a wide choice of sizes and shapes, including round, oval and rectangular dishes, as well as ramekins and conic bowls.\r\n\r\nParsley in Time will also show the latest glassware designs, including Nude Stem Zero from Utopia Tableware. The new Stem Zero glasses have a special ion shielding, so although they are beautifully light and thin, they are also strong and long-lasting. Stem Zero features eleven designs, including champagne flutes and red and white wine glasses.\r\n\r\nCertain to be a talking point on the stand is Parsley in Time’s Monochrome range of paper straws. Strong, stylish and available in a range of sizes, Monochrome is the ideal alternative to plastic straws, being strong, long-lasting and environmentally friendly.\r\n\r\nParsley in Time will also showcase a variety of other new products from its portfolio of leading tableware and barware brands.\r\n\r\nExperts will be on hand throughout the Restaurant Show to offer advice on the latest tableware trends. For more information, and to shop online, visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>. For expert advice on tableware and light equipment, or to inquire about exclusive products, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Tableware to impress at the Restaurant Show 2018','','inherit','closed','closed','','2422-revision-v1','','','2018-08-30 07:11:19','2018-08-30 07:11:19','',2422,'http://www.ontradeprogress.com/2018/08/30/2422-revision-v1/',0,'revision','',0),(2425,1,'2018-08-30 07:16:43','2018-08-30 07:16:43','<strong>UKHospitality has reacted to the Scottish Government’s decision to introduce a fee for personal licence renewal with swift condemnation. The trade association had previously called for renewals to be scrapped, in line with legislation in England and Wales. </strong>\r\n\r\nUKHospitality’s Executive Director in Scotland Willie Macleod said: “We responded to the consultation and highlighted the successful elimination of the renewal process in England and Wales. Removing the requirement to renew has reduced administrative burdens for both businesses and local authorities without any consequences.\r\n\r\n“The Scottish Government’s decision to introduce fees for renewal will mean an additional headache for councils and an extra financial burden that employers in Scotland could do without. This sort of approach to business, treating them as cash-cows or burdens to be managed, rather than assets to be supported and encouraged, does little to boost vital businesses.”','UKHospitality condemns introduction of personal licence renewal','','publish','closed','open','','ukhospitality-condemns-introduction-of-personal-licence-renewal','','','2018-08-30 07:20:56','2018-08-30 07:20:56','',0,'http://www.ontradeprogress.com/?p=2425',0,'post','',0),(2426,1,'2018-08-30 07:16:14','2018-08-30 07:16:14','','UKH','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.','inherit','closed','closed','','ukh-2','','','2019-01-28 12:08:40','2019-01-28 12:08:40','',2425,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/UKH.jpg',0,'attachment','image/jpeg',0),(2427,1,'2018-08-30 07:16:43','2018-08-30 07:16:43','<strong>UKHospitality has reacted to the Scottish Government’s decision to introduce a fee for personal licence renewal with swift condemnation. The trade association had previously called for renewals to be scrapped, in line with legislation in England and Wales. </strong>\r\n\r\nUKHospitality’s Executive Director in Scotland Willie Macleod said: “We responded to the consultation and highlighted the successful elimination of the renewal process in England and Wales. Removing the requirement to renew has reduced administrative burdens for both businesses and local authorities without any consequences.\r\n\r\n“The Scottish Government’s decision to introduce fees for renewal will mean an additional headache for councils and an extra financial burden that employers in Scotland could do without. This sort of approach to business, treating them as cash-cows or burdens to be managed, rather than assets to be supported and encouraged, does little to boost vital businesses.”','UKHospitality condemns introduction of personal licence renewal','','inherit','closed','closed','','2425-revision-v1','','','2018-08-30 07:16:43','2018-08-30 07:16:43','',2425,'http://www.ontradeprogress.com/2018/08/30/2425-revision-v1/',0,'revision','',0),(2428,1,'2018-08-30 07:18:09','2018-08-30 07:18:09','<strong>Following England’s most successful World Cup campaign in 28 years, Saturday 8<sup>th</sup> September sees England play their first competitive match since their incredible run in Russia, as they take on former World Champions Spain.</strong>\r\n\r\nShown exclusively live on Sky Sports, the match is part of the brand new international tournament, the UEFA Nations League. Sky Sports will feature every England, Republic of Ireland, Scotland and Northern Ireland game exclusively live with Wales matches also broadcast live.\r\n\r\nThe match against Spain will be one of four England games throughout September, October and November including a rematch of the World Cup semi-final against Croatia.\r\n\r\nThe tournament begins on Thursday 6<sup>th</sup> September with nine games being played, including current World Cup Champions France against Germany and Wales against the Republic of Ireland.\r\n\r\nSpeaking about the tournament, David Rey, managing director, Sky Business said: “We were treated to a remarkable summer of football which sets the scene perfectly for the UEFA Nations League and we hope that the tournament will recreate those heady days of the World Cup. All seven of England’s World Cup games attracted over 1.5million people per game to pubs and bars, so we know the value these games bring in terms of footfall and custom<a href=\"applewebdata://42145AB8-82F0-4A41-AAF9-92F6F3FC948F#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\n“At Sky, our purpose is to invest in more of the content that matters most to our customers, so they can rely on us to continue to make more money for their businesses. Over the course of the season, through our dedicated football channels, Sky Sports will be showing over 500 live matches including action from 126 Premier League games, the Sky Bet EFL, SPFL and much more. ”\r\n\r\n<strong>England’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – England vs Spain – Kick off 19.45</li>\r\n 	<li>Friday 12<sup>th</sup> October – Croatia vs England – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Spain vs England – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November England vs Croatia – Kick off 14.00</li>\r\n</ul>\r\n<strong>Northern Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – Northern Ireland v Bosnia and Herzegovina – Kick off 14.00</li>\r\n 	<li>Friday 12<sup>th</sup> October – Austria vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Bosnia and Herzegovina vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November Northern Ireland vs Austria – Kick off 17.00</li>\r\n</ul>\r\n<strong>Republic of Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Thursday 6<sup>th</sup> September - Wales vs Republic of Ireland – Kick off 19.45</li>\r\n 	<li>Saturday 13<sup>th</sup> October - Republic of Ireland v Denmark – Kick off 19.45</li>\r\n 	<li>Tuesday 16<sup>th</sup> October - Republic of Ireland v Wales – Kick off 19.45</li>\r\n 	<li>Monday 19<sup>th</sup> November - Denmark v Republic of Ireland – Kick off 19.45</li>\r\n</ul>\r\n<strong>Scotland’s matches are:</strong>\r\n<ul>\r\n 	<li>Monday 10<sup>th</sup> September – Scotland vs Albania – Kick off 19.45</li>\r\n 	<li>Thursday 11<sup>th</sup> October – Israel vs Scotland – Kick off 19.45</li>\r\n 	<li>Saturday 17<sup>th</sup> November – Albania vs Scotland – Kick off 19.45</li>\r\n 	<li>Tuesday 20<sup>th</sup> November – Scotland vs Israel – Kick off 19.45</li>\r\n</ul>\r\nTo help promote the UEFA Nations League, Sky has made available 500 point of sales kits which include fixture posters, a calendar highlighting the autumn sporting action, table talkers and beer mats.  These are available to Sky Sports customers and can be ordered by visiting <a href=\"http://www.myskysports.com/\">www.myskysports.com</a>.\r\n\r\nImage credited to Getty.','UEFA Nations League, the brand new international football tournament','','inherit','closed','closed','','2409-revision-v1','','','2018-08-30 07:18:09','2018-08-30 07:18:09','',2409,'http://www.ontradeprogress.com/2018/08/30/2409-revision-v1/',0,'revision','',0),(2429,1,'2018-08-30 07:18:26','2018-08-30 07:18:26','<strong>Following England’s most successful World Cup campaign in 28 years, Saturday 8<sup>th</sup> September sees England play their first competitive match since their incredible run in Russia, as they take on former World Champions Spain.</strong>\r\n\r\nShown exclusively live on Sky Sports, the match is part of the brand new international tournament, the UEFA Nations League. Sky Sports will feature every England, Republic of Ireland, Scotland and Northern Ireland game exclusively live with Wales matches also broadcast live.\r\n\r\nThe match against Spain will be one of four England games throughout September, October and November including a rematch of the World Cup semi-final against Croatia.\r\n\r\nThe tournament begins on Thursday 6<sup>th</sup> September with nine games being played, including current World Cup Champions France against Germany and Wales against the Republic of Ireland.\r\n\r\nSpeaking about the tournament, David Rey, managing director, Sky Business said: “We were treated to a remarkable summer of football which sets the scene perfectly for the UEFA Nations League and we hope that the tournament will recreate those heady days of the World Cup. All seven of England’s World Cup games attracted over 1.5million people per game to pubs and bars, so we know the value these games bring in terms of footfall and custom.\r\n\r\n“At Sky, our purpose is to invest in more of the content that matters most to our customers, so they can rely on us to continue to make more money for their businesses. Over the course of the season, through our dedicated football channels, Sky Sports will be showing over 500 live matches including action from 126 Premier League games, the Sky Bet EFL, SPFL and much more. ”\r\n\r\n<strong>England’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – England vs Spain – Kick off 19.45</li>\r\n 	<li>Friday 12<sup>th</sup> October – Croatia vs England – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Spain vs England – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November England vs Croatia – Kick off 14.00</li>\r\n</ul>\r\n<strong>Northern Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Saturday 8<sup>th</sup> September – Northern Ireland v Bosnia and Herzegovina – Kick off 14.00</li>\r\n 	<li>Friday 12<sup>th</sup> October – Austria vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Monday 15<sup>th</sup> October – Bosnia and Herzegovina vs Northern Ireland – Kick off 19.45</li>\r\n 	<li>Sunday 18<sup>th</sup> November Northern Ireland vs Austria – Kick off 17.00</li>\r\n</ul>\r\n<strong>Republic of Ireland’s matches are:</strong>\r\n<ul>\r\n 	<li>Thursday 6<sup>th</sup> September - Wales vs Republic of Ireland – Kick off 19.45</li>\r\n 	<li>Saturday 13<sup>th</sup> October - Republic of Ireland v Denmark – Kick off 19.45</li>\r\n 	<li>Tuesday 16<sup>th</sup> October - Republic of Ireland v Wales – Kick off 19.45</li>\r\n 	<li>Monday 19<sup>th</sup> November - Denmark v Republic of Ireland – Kick off 19.45</li>\r\n</ul>\r\n<strong>Scotland’s matches are:</strong>\r\n<ul>\r\n 	<li>Monday 10<sup>th</sup> September – Scotland vs Albania – Kick off 19.45</li>\r\n 	<li>Thursday 11<sup>th</sup> October – Israel vs Scotland – Kick off 19.45</li>\r\n 	<li>Saturday 17<sup>th</sup> November – Albania vs Scotland – Kick off 19.45</li>\r\n 	<li>Tuesday 20<sup>th</sup> November – Scotland vs Israel – Kick off 19.45</li>\r\n</ul>\r\nTo help promote the UEFA Nations League, Sky has made available 500 point of sales kits which include fixture posters, a calendar highlighting the autumn sporting action, table talkers and beer mats.  These are available to Sky Sports customers and can be ordered by visiting <a href=\"http://www.myskysports.com/\">www.myskysports.com</a>.\r\n\r\nImage credited to Getty.','UEFA Nations League, the brand new international football tournament','','inherit','closed','closed','','2409-revision-v1','','','2018-08-30 07:18:26','2018-08-30 07:18:26','',2409,'http://www.ontradeprogress.com/2018/08/30/2409-revision-v1/',0,'revision','',0),(2430,1,'2018-08-30 07:19:14','2018-08-30 07:19:14','<strong>Any restaurateur looking for the latest in tableware trends will discover lots of refreshing ideas on the Parsley in Time stand at the 2018 Restaurant Show – and since the stand faces the main entrance, it’s hard to miss! </strong>\r\n\r\nThe company specialises in out of the ordinary designs, a case in point being the new Impressions Collection from DPS Tableware. Impressions are part of the Rustico Stoneware range and combine shape, colour and embossment to create a stunning look. Available in four contemporary colours, Flint, Fern, Aegean and Oyster, and a wide range of plates and bowls, this collection features reactive glazes which, with the irregular shapes, delivers a singular and attractive presentation. Impressions offer a new point of difference for the restaurant table.\r\n\r\nAlso from DPS comes the Porcelite Rustic Tapas range. Tapas or small plates are trending well and the Rustic’s earthy colours and textures add character to the table while setting off the food beautifully. It’s shown alongside the complementary Rustic oven-to-table cookware range. Together they offer a wide choice of sizes and shapes, including round, oval and rectangular dishes, as well as ramekins and conic bowls.\r\n\r\nParsley in Time will also show the latest glassware designs, including Nude Stem Zero from Utopia Tableware. The new Stem Zero glasses have a special ion shielding, so although they are beautifully light and thin, they are also strong and long-lasting. Stem Zero features eleven designs, including champagne flutes and red and white wine glasses.\r\n\r\nCertain to be a talking point on the stand is Parsley in Time’s Monochrome range of paper straws. Strong, stylish and available in a range of sizes, Monochrome is the ideal alternative to plastic straws, being strong, long-lasting and environmentally friendly.\r\n\r\nParsley in Time will also showcase a variety of other new products from its portfolio of leading tableware and barware brands.\r\n\r\nExperts will be on hand throughout the Restaurant Show to offer advice on the latest tableware trends. For more information, and to shop online, visit <a href=\"http://www.parsleyintime.co.uk/\">www.parsleyintime.co.uk</a>. For expert advice on tableware and light equipment, or to inquire about exclusive products, call 020 8317 5080 or email <a href=\"mailto:info@parsleyintime.co.uk\">info@parsleyintime.co.uk</a>.','Tableware to impress at the Restaurant Show 2018','','inherit','closed','closed','','2422-revision-v1','','','2018-08-30 07:19:14','2018-08-30 07:19:14','',2422,'http://www.ontradeprogress.com/2018/08/30/2422-revision-v1/',0,'revision','',0),(2431,1,'2018-08-30 07:20:24','2018-08-30 07:20:24','','UKH','','inherit','closed','closed','','ukh-3','','','2018-08-30 07:20:24','2018-08-30 07:20:24','',2425,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/UKH-1.jpg',0,'attachment','image/jpeg',0),(2432,1,'2018-08-30 07:57:01','2018-08-30 07:57:01','<strong>With Freshers’ fast approaching, Hi-Spirits are urging student-focused venues to become trendsetters to reflect the student appetite for new and exciting products.</strong>\r\n\r\nOver the last few years, Fireball has experienced double digit growth in the UK and become a firm favourite chilled shot with many 18-30s all over the country. The brand has enjoyed unparalleled success in the US, with Bloomberg Business Week describing the phenomenon as “the most successful spirit story in decades,” firmly cementing itself as the most recommended spirit brand among US bartenders and a Top 10 World Class Spirit Brand.\r\n\r\nThe brand has a wealth of POS and event solutions to help the UK On-Trade in increasing their student offerings in an increasingly competitive landscape and encourage venue operators to get in touch with the Hi-Spirits team to see how they can help. With Fireball heavily over-indexing in the 18-24 category specifically, the brands’ growth is key to operators embracing the changing preferences of the Gen-Z consumer.\r\n\r\nElsewhere, the brand enjoys a jam-packed run of events running up to Christmas, culminating in the annual Fuelling The Fire Tour in association with Academy Music Group. Hitting the road throughout December 2018, the Tour will feature a star-studded line-up of the best in punk music, with The Bronx recently joining previously announced headliners in Celtic-punk legends Flogging Molly, So Cal punk veterans Face to Face, and the Glasgow pop-punks from Fireball’s Hottest Band 2018 Lost in Stereo.\r\n\r\nSo much of Fireball’s appeal comes from the young, vibrant image of the brand; be it the Fuelling The Fire Tour, or Brand Ambassadors – this brand appeals taps into the zeitgeist of the young. The Canadian roots of the drink and its signature dragon logo appeals to a student audience looking for something out of the ordinary. Moreover, with September and Freshers’ Week welcoming in the winter months, this fiery addition to any venue offering aims to keep customers warm, whilst having fun.\r\n\r\nFireball UK will also be on the lookout for more Brand Ambassadors in September to increase the team and help continue to deliver fantastic brand experiences all over the country. For more information head over to Fireball UK on Facebook, Twitter and Instagram, and keep your eyes peeled on how to apply.\r\n\r\nTo find out who your local Hi-Spirits representative is, or for any queries on Fireball or any of Hi-Spirits’ other brands, please head over to <a href=\"https://www.hi-spirits.com/contact/\">https://www.hi-spirits.com/contact/</a>\r\n\r\n<strong>About Fireball</strong>\r\n\r\nFireball is a Canadian whisky-based cinnamon-flavoured liqueur produced by the Sazerac Company. The product was developed in Canada in the mid-1980s, forged during one of the coldest Canadian winters on record by blending smooth Canadian whisky with sweet, spicy cinnamon. It’s best enjoyed ice cold from the freezer as a shot.\r\n\r\nFireball is loud, uncompromising and relentless. And it’s coming for you.','Fresher’s Week - This is one to watch out for','','publish','closed','open','','freshers-week-this-is-one-to-watch-out-for','','','2018-08-30 07:57:01','2018-08-30 07:57:01','',0,'http://www.ontradeprogress.com/?p=2432',0,'post','',0),(2433,1,'2018-08-30 07:55:44','2018-08-30 07:55:44','','Screen Shot 2018-08-30 at 08.51.51','','inherit','closed','closed','','screen-shot-2018-08-30-at-08-51-51','','','2018-08-30 07:55:44','2018-08-30 07:55:44','',2432,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.51.51.png',0,'attachment','image/png',0),(2434,1,'2018-08-30 07:57:01','2018-08-30 07:57:01','<strong>With Freshers’ fast approaching, Hi-Spirits are urging student-focused venues to become trendsetters to reflect the student appetite for new and exciting products.</strong>\r\n\r\nOver the last few years, Fireball has experienced double digit growth in the UK and become a firm favourite chilled shot with many 18-30s all over the country. The brand has enjoyed unparalleled success in the US, with Bloomberg Business Week describing the phenomenon as “the most successful spirit story in decades,” firmly cementing itself as the most recommended spirit brand among US bartenders and a Top 10 World Class Spirit Brand.\r\n\r\nThe brand has a wealth of POS and event solutions to help the UK On-Trade in increasing their student offerings in an increasingly competitive landscape and encourage venue operators to get in touch with the Hi-Spirits team to see how they can help. With Fireball heavily over-indexing in the 18-24 category specifically, the brands’ growth is key to operators embracing the changing preferences of the Gen-Z consumer.\r\n\r\nElsewhere, the brand enjoys a jam-packed run of events running up to Christmas, culminating in the annual Fuelling The Fire Tour in association with Academy Music Group. Hitting the road throughout December 2018, the Tour will feature a star-studded line-up of the best in punk music, with The Bronx recently joining previously announced headliners in Celtic-punk legends Flogging Molly, So Cal punk veterans Face to Face, and the Glasgow pop-punks from Fireball’s Hottest Band 2018 Lost in Stereo.\r\n\r\nSo much of Fireball’s appeal comes from the young, vibrant image of the brand; be it the Fuelling The Fire Tour, or Brand Ambassadors – this brand appeals taps into the zeitgeist of the young. The Canadian roots of the drink and its signature dragon logo appeals to a student audience looking for something out of the ordinary. Moreover, with September and Freshers’ Week welcoming in the winter months, this fiery addition to any venue offering aims to keep customers warm, whilst having fun.\r\n\r\nFireball UK will also be on the lookout for more Brand Ambassadors in September to increase the team and help continue to deliver fantastic brand experiences all over the country. For more information head over to Fireball UK on Facebook, Twitter and Instagram, and keep your eyes peeled on how to apply.\r\n\r\nTo find out who your local Hi-Spirits representative is, or for any queries on Fireball or any of Hi-Spirits’ other brands, please head over to <a href=\"https://www.hi-spirits.com/contact/\">https://www.hi-spirits.com/contact/</a>\r\n\r\n<strong>About Fireball</strong>\r\n\r\nFireball is a Canadian whisky-based cinnamon-flavoured liqueur produced by the Sazerac Company. The product was developed in Canada in the mid-1980s, forged during one of the coldest Canadian winters on record by blending smooth Canadian whisky with sweet, spicy cinnamon. It’s best enjoyed ice cold from the freezer as a shot.\r\n\r\nFireball is loud, uncompromising and relentless. And it’s coming for you.','Fresher’s Week - This is one to watch out for','','inherit','closed','closed','','2432-revision-v1','','','2018-08-30 07:57:01','2018-08-30 07:57:01','',2432,'http://www.ontradeprogress.com/2018/08/30/2432-revision-v1/',0,'revision','',0),(2435,1,'2018-08-30 08:14:30','2018-08-30 08:14:30','<strong>WKD gives hospitality professionals its guide to Freshers’ Week.</strong>\r\n\r\n“As the No.1 RTD for students, Freshers is a key period for WKD,” says Amanda Grabham, Head of Brand Marketing – Alcohol at owner SHS Drinks. “Students are shrewd enough to work out which brands and venues are the most deserving of their cash, and WKD is a real favourite. WKD is all about sharing good times with friends, and a natural fit with the student market.\r\n\r\n“WKD is the UK’s No.1 traditional RTD and the key brand in the category. WKD is loved by students as it’s a great-tasting, fun brand: it’s the No.1 RTD on brand loyalty and is also the No.1 RTD on taste, satisfaction and cool branding. Whichever way you cut it, WKD is key for outlets looking to appeal to students.\r\n\r\n“Our focus is around insights gained from our WKD student team, which comprises 48 students in 12 cities,” states Grabham. “The team is about building WKD awareness, driving trial of our NPD launches, and engaging with students. The team also drives footfall to events; if licensees have a student night planned, they can message WKD’s social channels or email <a href=\"mailto:info@wkd.co.uk\">info@wkd.co.uk</a> and our student team will support, wherever possible, by helping raise event awareness.\r\n\r\n“Freshers is a chance for operators to impress the new in-take in the quest for repeat trade.  The venues that deliver the best experiences usually win in the long-run as they become the regular haunts that students return to frequently.\r\n\r\n<strong>Making the most of it</strong>\r\n\r\n“We’re supplying two different kits to support outlets in making the most of the Freshers opportunity,” says Grabham:\r\n\r\nThe WKD Bar Team Kit contains functional POS items to help events run smoothly.\r\n\r\nWKD’s Ice Bucket Kits make multi-serve deals easy to run and add fun for students. “Ice bucket deals are for groups of friends to share, and also alleviate pressure on the bar during busy events.”\r\n\r\nWith over 4,000 kits available, plus further support through a range of case deals to incentivise stocking, SHS Drinks is helping outlets make the most of the new term.\r\n\r\n“Promoting themed nights is one good way to get on students’ radar. When it comes to what drinks to focus on, the RTD category is one to single-out,” explains Grabham. “RTDs are about high-energy occasions, about socialising and having fun with friends, and their core audience is 18-24 year-olds, so there’s a huge overlap with the student market.\r\n\r\n“In the same way that students are important to WKD, WKD is important to students: students love WKD and WKD loves students.”\r\n\r\n“Aside from stocking the right brands, the other key angle for outlets is to deliver experiences that students want to share with their friends. The student market is about immediacy and interaction: students want to have fun and they want everyone they know to know they’re having fun!\r\n\r\n“Outlets should try to facilitate ‘instagrammable moments’ – be that with props or through the ‘theatre’ of drinks like WKD’s ever-popular sharing cocktail pitchers, or just via a fun event - as students love to share images of great nights out.\r\n\r\n“2018 has been an impressive year for WKD with the launches of a new flavour - WKD Mango Crush – and a range of cocktails in cans - WKD MIXED.  As term starts, our 48-strong student team will drive awareness, trial and engagement with the new student intake,” Grabham concludes.','Freshers... More to give','','publish','closed','open','','freshers-more-to-give','','','2018-08-30 08:15:05','2018-08-30 08:15:05','',0,'http://www.ontradeprogress.com/?p=2435',0,'post','',0),(2436,1,'2018-08-30 08:13:33','2018-08-30 08:13:33','','Screen Shot 2018-08-30 at 08.57.56','','inherit','closed','closed','','screen-shot-2018-08-30-at-08-57-56','','','2018-08-30 08:13:33','2018-08-30 08:13:33','',2435,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-08.57.56.png',0,'attachment','image/png',0),(2437,1,'2018-08-30 08:14:30','2018-08-30 08:14:30','<strong>WKD gives hospitality professionals its guide to Freshers’ Week.</strong>\r\n\r\n“As the No.1 RTD for students, Freshers is a key period for WKD,” says Amanda Grabham, Head of Brand Marketing – Alcohol at owner SHS Drinks. “Students are shrewd enough to work out which brands and venues are the most deserving of their cash, and WKD is a real favourite. WKD is all about sharing good times with friends, and a natural fit with the student market.\r\n\r\n“WKD is the UK’s No.1 traditional RTD and the key brand in the category. WKD is loved by students as it’s a great-tasting, fun brand: it’s the No.1 RTD on brand loyalty and is also the No.1 RTD on taste, satisfaction and cool branding. Whichever way you cut it, WKD is key for outlets looking to appeal to students.\r\n\r\n“Our focus is around insights gained from our WKD student team, which comprises 48 students in 12 cities,” states Grabham. “The team is about building WKD awareness, driving trial of our NPD launches, and engaging with students. The team also drives footfall to events; if licensees have a student night planned, they can message WKD’s social channels or email <a href=\"mailto:info@wkd.co.uk\">info@wkd.co.uk</a> and our student team will support, wherever possible, by helping raise event awareness.\r\n\r\n“Freshers is a chance for operators to impress the new in-take in the quest for repeat trade.  The venues that deliver the best experiences usually win in the long-run as they become the regular haunts that students return to frequently.\r\n\r\n<strong>Making the most of it</strong>\r\n\r\n“We’re supplying two different kits to support outlets in making the most of the Freshers opportunity,” says Grabham:\r\n\r\nThe WKD Bar Team Kit contains functional POS items to help events run smoothly.\r\n\r\nWKD’s Ice Bucket Kits make multi-serve deals easy to run and add fun for students. “Ice bucket deals are for groups of friends to share, and also alleviate pressure on the bar during busy events.”\r\n\r\nWith over 4,000 kits available, plus further support through a range of case deals to incentivise stocking, SHS Drinks is helping outlets make the most of the new term.\r\n\r\n“Promoting themed nights is one good way to get on students’ radar. When it comes to what drinks to focus on, the RTD category is one to single-out,” explains Grabham. “RTDs are about high-energy occasions, about socialising and having fun with friends, and their core audience is 18-24 year-olds, so there’s a huge overlap with the student market.\r\n\r\n“In the same way that students are important to WKD, WKD is important to students: students love WKD and WKD loves students.”\r\n\r\n“Aside from stocking the right brands, the other key angle for outlets is to deliver experiences that students want to share with their friends. The student market is about immediacy and interaction: students want to have fun and they want everyone they know to know they’re having fun!\r\n\r\n“Outlets should try to facilitate ‘instagrammable moments’ – be that with props or through the ‘theatre’ of drinks like WKD’s ever-popular sharing cocktail pitchers, or just via a fun event - as students love to share images of great nights out.\r\n\r\n“2018 has been an impressive year for WKD with the launches of a new flavour - WKD Mango Crush – and a range of cocktails in cans - WKD MIXED.  As term starts, our 48-strong student team will drive awareness, trial and engagement with the new student intake,” Grabham concludes.','Freshers... More to give','','inherit','closed','closed','','2435-revision-v1','','','2018-08-30 08:14:30','2018-08-30 08:14:30','',2435,'http://www.ontradeprogress.com/2018/08/30/2435-revision-v1/',0,'revision','',0),(2438,1,'2018-08-30 08:18:25','2018-08-30 08:18:25','<strong>Make Mead Modern! Mike Wagstaff, the owner of Chalice Mead, is re-inventing mead in a way that he hopes will increase its demand to make a delicious comeback. His Meadery is based in Hampshire near Petersfield, located in the beautifully picturesque countryside.</strong>\r\n\r\nMead is known as the oldest alcoholic beverage referred to by the ancient Greeks as “nectar of the gods”. The drink has influenced cultures and religions but, as the popularity of beer increased through the centuries, the interest in mead declined.\r\n\r\nChalice Mead was founded on a dream, a desire to reconnect with nature by bringing mead fully into the modern age. Mike aims to raise awareness and use the balance of traditional and modern techniques to create a product that is enriched with beautiful flavours that people will love and admire whilst at the same time supporting bee population in the UK and beyond.\r\n\r\n<strong>And so, the story begins…</strong>\r\n\r\nMike hosted a summer solstice party. A member of the party introduced him to a bottle of mead. He states, “I couldn’t believe how fantastic it was, I usually find mead rather too sweet, but this mead was just right”. Mike then felt inspired to create his own mead, eventually, with practice, his expertise allowed him to develop a variety of flavoursome drinks to sell.\r\n\r\nAfter creating the mead, he understood that branding was also vital to the success of his business. With help from his family, he focused on selecting the right bottle, the correct coloured labelling whilst also designing an artistic logo to create the perfect brand image. After making it ethically suitable, he then felt ready to introduce his drink to beverage specialists. He continues:\r\n\r\n“I called a local independent wine shop and went to see them. It was a nerve-racking experience. I lacked confidence in my product at this point; questioning whether it was good enough for them. I am very thankful to say that after the tasting there were empty spittoons and smiling faces!” They loved the Mead purchased 48 bottles. This was enough to give him the confidence that his product was up to standard. Five days later they placed the second order for twice as much.\r\n\r\nHe continues: “I set myself a task to phone farm shops and independent companies who he hoped would stock his product!” Two and a half years later he now has 86 stockists in the UK! His business is currently booming.\r\n\r\nChalice Mead infuses each bottle with different flavourings to create a distinctive taste that delights your palate: Hawthorn, Blackberry, Ginger, Rhubarb, Elderflower, Caramel, Chocolate and of course, Traditional.\r\n\r\nAll in all, it has more than 10 varieties. The different flavours it produces, complement different months of the season. As Chalice Mead are heading into our Autumn months the Hedgerow varieties such as Hawthorn, Blackberry, Elderflower, Nettle become more popular; it has recently added Rhubarb to its range.\r\n\r\nYou can also create wonderful cocktails with his mead. For instance, you can combine elderflower mead with prosecco, ice and elderflower sprig to create a mead cocktail. You can also cook with mead. ‘Drunken Pig’ is a recipe that Chalice Mead has created. They advise that you marinate mead with pork to create a delicious sweet sensation.\r\n\r\nAlthough you can buy individual bottles of mead, you can also purchase your very own hamper filled with three bottles of your choice. Perfect for gifts, or even if you are indecisive as to what mead you want to purchase! To discover more about his flavours, visit his website on <a href=\"http://www.chalicemead.co.uk\">www.chalicemead.co.uk</a>.\r\n\r\nYou will be pleased to know, Chalice Mead now have over 80 stockists throughout the UK, with more being added almost every week.','From grape to glass','','publish','closed','open','','from-grape-to-glass','','','2018-08-30 08:19:06','2018-08-30 08:19:06','',0,'http://www.ontradeprogress.com/?p=2438',0,'post','',0),(2439,1,'2018-08-30 08:18:04','2018-08-30 08:18:04','','Screen Shot 2018-08-30 at 09.15.36','','inherit','closed','closed','','screen-shot-2018-08-30-at-09-15-36','','','2018-08-30 08:18:04','2018-08-30 08:18:04','',2438,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.15.36.png',0,'attachment','image/png',0),(2440,1,'2018-08-30 08:18:25','2018-08-30 08:18:25','<strong>Make Mead Modern! Mike Wagstaff, the owner of Chalice Mead, is re-inventing mead in a way that he hopes will increase its demand to make a delicious comeback. His Meadery is based in Hampshire near Petersfield, located in the beautifully picturesque countryside.</strong>\r\n\r\nMead is known as the oldest alcoholic beverage referred to by the ancient Greeks as “nectar of the gods”. The drink has influenced cultures and religions but, as the popularity of beer increased through the centuries, the interest in mead declined.\r\n\r\nChalice Mead was founded on a dream, a desire to reconnect with nature by bringing mead fully into the modern age. Mike aims to raise awareness and use the balance of traditional and modern techniques to create a product that is enriched with beautiful flavours that people will love and admire whilst at the same time supporting bee population in the UK and beyond.\r\n\r\n<strong>And so, the story begins…</strong>\r\n\r\nMike hosted a summer solstice party. A member of the party introduced him to a bottle of mead. He states, “I couldn’t believe how fantastic it was, I usually find mead rather too sweet, but this mead was just right”. Mike then felt inspired to create his own mead, eventually, with practice, his expertise allowed him to develop a variety of flavoursome drinks to sell.\r\n\r\nAfter creating the mead, he understood that branding was also vital to the success of his business. With help from his family, he focused on selecting the right bottle, the correct coloured labelling whilst also designing an artistic logo to create the perfect brand image. After making it ethically suitable, he then felt ready to introduce his drink to beverage specialists. He continues:\r\n\r\n“I called a local independent wine shop and went to see them. It was a nerve-racking experience. I lacked confidence in my product at this point; questioning whether it was good enough for them. I am very thankful to say that after the tasting there were empty spittoons and smiling faces!” They loved the Mead purchased 48 bottles. This was enough to give him the confidence that his product was up to standard. Five days later they placed the second order for twice as much.\r\n\r\nHe continues: “I set myself a task to phone farm shops and independent companies who he hoped would stock his product!” Two and a half years later he now has 86 stockists in the UK! His business is currently booming.\r\n\r\nChalice Mead infuses each bottle with different flavourings to create a distinctive taste that delights your palate: Hawthorn, Blackberry, Ginger, Rhubarb, Elderflower, Caramel, Chocolate and of course, Traditional.\r\n\r\nAll in all, it has more than 10 varieties. The different flavours it produces, complement different months of the season. As Chalice Mead are heading into our Autumn months the Hedgerow varieties such as Hawthorn, Blackberry, Elderflower, Nettle become more popular; it has recently added Rhubarb to its range.\r\n\r\nYou can also create wonderful cocktails with his mead. For instance, you can combine elderflower mead with prosecco, ice and elderflower sprig to create a mead cocktail. You can also cook with mead. ‘Drunken Pig’ is a recipe that Chalice Mead has created. They advise that you marinate mead with pork to create a delicious sweet sensation.\r\n\r\nAlthough you can buy individual bottles of mead, you can also purchase your very own hamper filled with three bottles of your choice. Perfect for gifts, or even if you are indecisive as to what mead you want to purchase! To discover more about his flavours, visit his website on <a href=\"http://www.chalicemead.co.uk\">www.chalicemead.co.uk</a>.\r\n\r\nYou will be pleased to know, Chalice Mead now have over 80 stockists throughout the UK, with more being added almost every week.','From grape to glass','','inherit','closed','closed','','2438-revision-v1','','','2018-08-30 08:18:25','2018-08-30 08:18:25','',2438,'http://www.ontradeprogress.com/2018/08/30/2438-revision-v1/',0,'revision','',0),(2441,1,'2018-08-30 08:22:45','2018-08-30 08:22:45','<strong>Venue owners are constantly seeking </strong><strong>new ways to grow their revenue, gain new customers and retain existing customers for longer.</strong>\r\n\r\nIn conjunction with Aalto University, Singa, the karaoke and entertainment provider, conducted research with bar owners to evaluate the real value of karaoke entertainment in the restaurant and hospitality environment.\r\n\r\nThe research named “Value of Karaoke and New Ways to Benefit from Karaoke” indicated a clear outcome that karaoke has positive influence to further sales, bringing people to venues and also encouraging people to stay longer.\r\n\r\n<strong>Encouraging figures</strong>\r\n\r\nSinga asked the venue owners: “how would karaoke impact customer numbers?” Only 5% of responders stated that karaoke has a negative impact to customer numbers, but at the same time, slightly over 5% of venue owners responded that during karaoke nights the number of customers almost doubled. In truth, the results found, the number of customers grew by 31% during karaoke nights.\r\n\r\nMoreover, the average purchase of customers grew by 35% when there was karaoke. The significant remark is that when there is karaoke – people stay longer and hence spend more.\r\n\r\nIn venues where there is karaoke only 2-3 times per month the average purchase of customers grew even more – by 42%. This proves that during specific karaoke nights customers spend almost double the amount of money they would have previously.\r\n\r\n<strong>Praise and more</strong>\r\n\r\nThis fascinating research has been backed up by fantastic venue testimonials; all of whom have acknowledged the transformative power of karaoke.\r\n\r\nThe Mad Hatter in Oxford, a speakeasy inspired cocktail bar, adopted Singa technology after using two different technology sets that simply weren’t working. These two different systems weren’t designed to be used in conjunction and meant bar staff would have to spend copious time making sure they were up to date with one another.\r\n\r\nAfter adopting Singa, Jessica Tomkinson, manager of The Mad Hatter, has only praise to give. She says: “Singa is really effective and has simplified yet upgraded the karaoke experience overall at Mad Hatter’s. It does everything the previous systems delivered in a much simpler interface and so much more.\r\n\r\n“The support we’ve received from the Singa team as well, big shout out to them, they’ve been fantastic. Always willing to lend a hand, always prompt with any troubleshooting and even when the question may appear silly at the time.”\r\n\r\nMoreover, Singa worked its magic at Bloomsbury Bowling too. The venue manager, Erald Pellumbi, commented: “Singa Pro has been working very well for us. The amount of songs and ease of use has made it easy for us to show customers how to use the system and the support team have been great with taking any song requests and getting them into a development stage. Our customers have been happy with the overall experience when attending the venue for karaoke.”\r\n\r\nTo see the fantastic impact karaoke can have on your venue, or to simply find out more information, visit www.singa.pro, or email <a href=\"mailto:sales@singa.pro\">sales@singa.pro</a> or call 07828 605 600.','Singa’s latest research hails the transformative power of karaoke','','publish','closed','open','','singas-latest-research-hails-the-transformative-power-of-karaoke','','','2018-08-30 08:22:45','2018-08-30 08:22:45','',0,'http://www.ontradeprogress.com/?p=2441',0,'post','',0),(2442,1,'2018-08-30 08:21:52','2018-08-30 08:21:52','','Screen Shot 2018-08-30 at 09.19.21','','inherit','closed','closed','','screen-shot-2018-08-30-at-09-19-21','','','2018-08-30 08:21:52','2018-08-30 08:21:52','',2441,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.19.21.png',0,'attachment','image/png',0),(2443,1,'2018-08-30 08:22:45','2018-08-30 08:22:45','<strong>Venue owners are constantly seeking </strong><strong>new ways to grow their revenue, gain new customers and retain existing customers for longer.</strong>\r\n\r\nIn conjunction with Aalto University, Singa, the karaoke and entertainment provider, conducted research with bar owners to evaluate the real value of karaoke entertainment in the restaurant and hospitality environment.\r\n\r\nThe research named “Value of Karaoke and New Ways to Benefit from Karaoke” indicated a clear outcome that karaoke has positive influence to further sales, bringing people to venues and also encouraging people to stay longer.\r\n\r\n<strong>Encouraging figures</strong>\r\n\r\nSinga asked the venue owners: “how would karaoke impact customer numbers?” Only 5% of responders stated that karaoke has a negative impact to customer numbers, but at the same time, slightly over 5% of venue owners responded that during karaoke nights the number of customers almost doubled. In truth, the results found, the number of customers grew by 31% during karaoke nights.\r\n\r\nMoreover, the average purchase of customers grew by 35% when there was karaoke. The significant remark is that when there is karaoke – people stay longer and hence spend more.\r\n\r\nIn venues where there is karaoke only 2-3 times per month the average purchase of customers grew even more – by 42%. This proves that during specific karaoke nights customers spend almost double the amount of money they would have previously.\r\n\r\n<strong>Praise and more</strong>\r\n\r\nThis fascinating research has been backed up by fantastic venue testimonials; all of whom have acknowledged the transformative power of karaoke.\r\n\r\nThe Mad Hatter in Oxford, a speakeasy inspired cocktail bar, adopted Singa technology after using two different technology sets that simply weren’t working. These two different systems weren’t designed to be used in conjunction and meant bar staff would have to spend copious time making sure they were up to date with one another.\r\n\r\nAfter adopting Singa, Jessica Tomkinson, manager of The Mad Hatter, has only praise to give. She says: “Singa is really effective and has simplified yet upgraded the karaoke experience overall at Mad Hatter’s. It does everything the previous systems delivered in a much simpler interface and so much more.\r\n\r\n“The support we’ve received from the Singa team as well, big shout out to them, they’ve been fantastic. Always willing to lend a hand, always prompt with any troubleshooting and even when the question may appear silly at the time.”\r\n\r\nMoreover, Singa worked its magic at Bloomsbury Bowling too. The venue manager, Erald Pellumbi, commented: “Singa Pro has been working very well for us. The amount of songs and ease of use has made it easy for us to show customers how to use the system and the support team have been great with taking any song requests and getting them into a development stage. Our customers have been happy with the overall experience when attending the venue for karaoke.”\r\n\r\nTo see the fantastic impact karaoke can have on your venue, or to simply find out more information, visit www.singa.pro, or email <a href=\"mailto:sales@singa.pro\">sales@singa.pro</a> or call 07828 605 600.','Singa’s latest research hails the transformative power of karaoke','','inherit','closed','closed','','2441-revision-v1','','','2018-08-30 08:22:45','2018-08-30 08:22:45','',2441,'http://www.ontradeprogress.com/2018/08/30/2441-revision-v1/',0,'revision','',0),(2444,1,'2018-08-30 08:40:15','2018-08-30 08:40:15','<strong>Open the Red Door to discover a world of flavour, inspired by the elemental beauty of Scotland’s mountains, forests and coastline.</strong>\r\n\r\nComplex and dramatic, yet perfectly balanced, Red Door is a deliciously distinctive, bittersweet London Dry with the lingering palate that works beautifully in a G&amp;T or silky-smooth martini.\r\n\r\nWe’ve been creating spirits here in the Scottish Highlands for over 120 years, with meticulous attention to detail and quality.\r\n\r\nNow the red sliding door to our old malt barn has opened up a new chapter in our long and proud history.\r\n\r\nOur idea was simple: to capture the spirit of Scotland’s majestic mountains, forests and windswept coastline in a deliciously distinctive, small-batch Highland Gin.\r\n\r\n<a href=\"https://reddoorgin.com/our-still/\">Handmade in a copper pot still</a>, affectionately named, ‘Peggy’, the vapour-infused distilling method steams the neutral base spirit through eight botanicals and is then bottled at 45% ABV.\r\n\r\n<strong>Perfect serve</strong>\r\n\r\nIt’s said that the ideal strength for a G&amp;T is 14% alcohol, which is why Red Door works beautifully every time using the magic ratio of one part gin to two parts tonic water. Simple to build, get the basics right and your G&amp;T will taste all the more refreshing.\r\n\r\nWorking to our exacting recipe, we source the finest botanicals to create Red Door’s exquisitely distinctive flavour, inspired by Scotland’s mountains, forests and coastal fringes.\r\n\r\nElegantly simple, beautifully balanced, Red Door Gin delivers signature notes of juniper and defining citrus bite of bitter orange, with aromatic sea buckthorn, grassy, floral pearls of heather and chocolatey, smoky rowanberries.\r\n\r\nWe’ve been working hard behind the red door to create a gin with a distinctive palate, using the finest botanicals. We’re really excited for people to try Red Door Gin as we embark on this new chapter for Benromach Distillery.\r\n\r\nFrom the classic Red Door G&amp;T to a delicious Negroni or smooth Martini, we are confident that we have created a gin that will prove popular with gin lovers everywhere.\r\n\r\nOpen, serve and share good times.\r\n\r\n<em>If you are interested in bringing Red Door Handcrafted Highland Gin into your on-trade portfolio please get in touch by emailing <a href=\"mailto:orders@gordonandmacphail.com\">orders@gordonandmacphail.com</a> or calling us on 01343 554801.</em>','Red Door, the latest gin offering from Benromach Distillery, has landed','','publish','closed','open','','red-door-the-latest-gin-offering-from-benromach-distillery-has-landed','','','2018-08-30 08:41:15','2018-08-30 08:41:15','',0,'http://www.ontradeprogress.com/?p=2444',0,'post','',0),(2445,1,'2018-08-30 08:39:42','2018-08-30 08:39:42','','Screen Shot 2018-08-30 at 09.36.12','','inherit','closed','closed','','screen-shot-2018-08-30-at-09-36-12','','','2018-08-30 08:39:42','2018-08-30 08:39:42','',2444,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.36.12.png',0,'attachment','image/png',0),(2446,1,'2018-08-30 08:40:15','2018-08-30 08:40:15','<strong>Open the Red Door to discover a world of flavour, inspired by the elemental beauty of Scotland’s mountains, forests and coastline.</strong>\r\n\r\nComplex and dramatic, yet perfectly balanced, Red Door is a deliciously distinctive, bittersweet London Dry with the lingering palate that works beautifully in a G&amp;T or silky-smooth martini.\r\n\r\nWe’ve been creating spirits here in the Scottish Highlands for over 120 years, with meticulous attention to detail and quality.\r\n\r\nNow the red sliding door to our old malt barn has opened up a new chapter in our long and proud history.\r\n\r\nOur idea was simple: to capture the spirit of Scotland’s majestic mountains, forests and windswept coastline in a deliciously distinctive, small-batch Highland Gin.\r\n\r\n<a href=\"https://reddoorgin.com/our-still/\">Handmade in a copper pot still</a>, affectionately named, ‘Peggy’, the vapour-infused distilling method steams the neutral base spirit through eight botanicals and is then bottled at 45% ABV.\r\n\r\n<strong>Perfect serve</strong>\r\n\r\nIt’s said that the ideal strength for a G&amp;T is 14% alcohol, which is why Red Door works beautifully every time using the magic ratio of one part gin to two parts tonic water. Simple to build, get the basics right and your G&amp;T will taste all the more refreshing.\r\n\r\nWorking to our exacting recipe, we source the finest botanicals to create Red Door’s exquisitely distinctive flavour, inspired by Scotland’s mountains, forests and coastal fringes.\r\n\r\nElegantly simple, beautifully balanced, Red Door Gin delivers signature notes of juniper and defining citrus bite of bitter orange, with aromatic sea buckthorn, grassy, floral pearls of heather and chocolatey, smoky rowanberries.\r\n\r\nWe’ve been working hard behind the red door to create a gin with a distinctive palate, using the finest botanicals. We’re really excited for people to try Red Door Gin as we embark on this new chapter for Benromach Distillery.\r\n\r\nFrom the classic Red Door G&amp;T to a delicious Negroni or smooth Martini, we are confident that we have created a gin that will prove popular with gin lovers everywhere.\r\n\r\nOpen, serve and share good times.\r\n\r\n<em>If you are interested in bringing Red Door Handcrafted Highland Gin into your on-trade portfolio please get in touch by emailing <a href=\"mailto:orders@gordonandmacphail.com\">orders@gordonandmacphail.com</a> or calling us on 01343 554801.</em>','Red Door, the latest gin offering from Benromach Distillery, has landed','','inherit','closed','closed','','2444-revision-v1','','','2018-08-30 08:40:15','2018-08-30 08:40:15','',2444,'http://www.ontradeprogress.com/2018/08/30/2444-revision-v1/',0,'revision','',0),(2447,1,'2018-08-30 08:49:27','2018-08-30 08:49:27','<strong>WRS systems provide a complete solution for the hospitality trade, where the ability to provide a fast-intuitive system is vital to match the needs of the modern retailer. Be it the need for a simple touch screen solution, with simple sales reporting, in real time. To a full inventory system with full recipe costing, time and attendance, table management, integrated Kitchen Video Systems (WRS supplies both Log Wood and QSR) to remote ordering via a fully customised App within built loyalty. WRS systems can supply and maintain such throughout the UK, at prices that are competitive and realistic.</strong>\r\n\r\nWRS systems offers a cloud based back office Management application, Stockade, allows for reporting to be undertaken in real time via any Web enabled device, allowing owners, managers, supervisors to access their specific report in a manner that gives them the immediate control over their business.\r\n\r\nWRS Systems, understand the pressures on the retailer in this competitive environment, we therefore offer as standard to all our supported client a full seven-day support package through our own fully trained support desk in the UK.\r\n\r\nWRS Systems, integrates with a number of high profile business partners, Worldpay where we are a category one partner, Ezora full business management, Preoday App provider to name just a small number. If you have a specific requirement in the needs to integrate, we have the ability within our applications to meet those needs.\r\n\r\n<strong>WRS systems, supplies and recommends the Oxhoo range of POS hardware.</strong>\r\n\r\nOXHOO, is the culmination of over 20 years of experience in the point-of-sale industry. Created by Gilles Bouvart, OXHOO is a business that is on the cutting edge of innovation within its sector. Their philosophy is to take a different approach: reducing the total cost of ownership with high-tech, reliable equipment coupled with a dedicated team of professionals who are passionate in providing only the highest levels of service. Which WRS Systems fully endorse.\r\n\r\nWRS Systems portfolio in the UK now includes Warrens Bakery, The Cornish Bakery, Chaiiwala, Makro Coffee Shops, Dunkin Donuts. Kingham Plough, Chichester Festival Theatre, Dundee Theatre, Pita Pit, The Waterside at Bray. Which we hope shows that we as a company can meet the needs of a diverse retail clientele in all aspects.\r\n\r\nWRS systems, will gladly meet any prospective customer to discuss their needs in a friendly and informative atmosphere, understanding that every business is different and that the purchase of a POS system is a significant investment for any business, be it a sole trader or multi national .','WRS systems provide a complete solution for the hospitality trade','','publish','closed','open','','wrs-systems-provide-a-complete-solution-for-the-hospitality-trade','','','2018-08-30 08:49:27','2018-08-30 08:49:27','',0,'http://www.ontradeprogress.com/?p=2447',0,'post','',0),(2448,1,'2018-08-30 08:48:51','2018-08-30 08:48:51','','Screen Shot 2018-08-30 at 09.42.48','','inherit','closed','closed','','screen-shot-2018-08-30-at-09-42-48','','','2018-08-30 08:48:51','2018-08-30 08:48:51','',2447,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.42.48.png',0,'attachment','image/png',0),(2449,1,'2018-08-30 08:49:27','2018-08-30 08:49:27','<strong>WRS systems provide a complete solution for the hospitality trade, where the ability to provide a fast-intuitive system is vital to match the needs of the modern retailer. Be it the need for a simple touch screen solution, with simple sales reporting, in real time. To a full inventory system with full recipe costing, time and attendance, table management, integrated Kitchen Video Systems (WRS supplies both Log Wood and QSR) to remote ordering via a fully customised App within built loyalty. WRS systems can supply and maintain such throughout the UK, at prices that are competitive and realistic.</strong>\r\n\r\nWRS systems offers a cloud based back office Management application, Stockade, allows for reporting to be undertaken in real time via any Web enabled device, allowing owners, managers, supervisors to access their specific report in a manner that gives them the immediate control over their business.\r\n\r\nWRS Systems, understand the pressures on the retailer in this competitive environment, we therefore offer as standard to all our supported client a full seven-day support package through our own fully trained support desk in the UK.\r\n\r\nWRS Systems, integrates with a number of high profile business partners, Worldpay where we are a category one partner, Ezora full business management, Preoday App provider to name just a small number. If you have a specific requirement in the needs to integrate, we have the ability within our applications to meet those needs.\r\n\r\n<strong>WRS systems, supplies and recommends the Oxhoo range of POS hardware.</strong>\r\n\r\nOXHOO, is the culmination of over 20 years of experience in the point-of-sale industry. Created by Gilles Bouvart, OXHOO is a business that is on the cutting edge of innovation within its sector. Their philosophy is to take a different approach: reducing the total cost of ownership with high-tech, reliable equipment coupled with a dedicated team of professionals who are passionate in providing only the highest levels of service. Which WRS Systems fully endorse.\r\n\r\nWRS Systems portfolio in the UK now includes Warrens Bakery, The Cornish Bakery, Chaiiwala, Makro Coffee Shops, Dunkin Donuts. Kingham Plough, Chichester Festival Theatre, Dundee Theatre, Pita Pit, The Waterside at Bray. Which we hope shows that we as a company can meet the needs of a diverse retail clientele in all aspects.\r\n\r\nWRS systems, will gladly meet any prospective customer to discuss their needs in a friendly and informative atmosphere, understanding that every business is different and that the purchase of a POS system is a significant investment for any business, be it a sole trader or multi national .','WRS systems provide a complete solution for the hospitality trade','','inherit','closed','closed','','2447-revision-v1','','','2018-08-30 08:49:27','2018-08-30 08:49:27','',2447,'http://www.ontradeprogress.com/2018/08/30/2447-revision-v1/',0,'revision','',0),(2450,1,'2018-08-30 08:54:37','2018-08-30 08:54:37','<strong>Fat Media, the digital marketing solutions company, offer five great tips on how to further your social media outreach.</strong>\r\n\r\nIt’s no secret that a strong presence on social media is a great way to attract customers back to your venue. Be sure you’re making the most of the opportunity with these quick wins…\r\n\r\n<strong>Timing is everything</strong>\r\n\r\nWork out the best time to post – if your venue doesn’t open until 7, you’re unlikely to get much traction on a post about cocktails at 9am! Scheduling tools such as Hootsuite or Buffr are an easy way to plan your schedule, plus they can even recommend the best time to post based on the engagement generated by your previous activity.\r\n\r\n<strong>Share user-generated content</strong>\r\n\r\nHas a customer shared a photo of a delicious dessert or refreshing drink? Sharing it with your followers is the ultimate authentic review, and a nice way to thank that guest for their engagement with your brand.\r\n\r\n<strong>Respond and engage</strong>\r\n\r\nThe clue is in the name; your profile is a place to be sociable. Asking questions of your audience and replying to theirs is a must. Facebook even publishes how quickly you respond to direct messages, so while it can be difficult to reply instantly, the sooner you can the better – even if just to say that you’ll look into their request and get back to them.\r\n\r\n<strong>Reward your followers</strong>\r\n\r\nGive something back to your audience with exclusive deals or competitions which are only publicised on your social profiles. We have seen particular success in this area by using online games. Short, addictive games such as memory puzzles or spin-the-wheel luck games not only grab the attention of your audience but can reward a lucky few with a treat of your choice. It has never been harder to stand out on social media, and this is a great way to do so.\r\n\r\n<strong>Show off your staff</strong>\r\n\r\nBehind-the-scenes shots of your team at work is a great way to celebrate their contribution to every guest’s experience. Many customers won’t ever consider the many details that go into their visit and seeing it will naturally increase their appreciation of your brand.\r\n\r\nFat Media are a leading digital agency and are currently working with a range of hospitality brands including Hallmark Hotels, Hipping Hall and Gordon St Coffee. If you’re looking for someone to help you design and execute a great social media strategy, give us a call on 01524 548 948, or email <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a> to find out more.','Fat Media on social media outreach','','publish','closed','open','','fat-media-on-social-media-outreach','','','2018-08-30 08:54:37','2018-08-30 08:54:37','',0,'http://www.ontradeprogress.com/?p=2450',0,'post','',0),(2451,1,'2018-08-30 08:53:49','2018-08-30 08:53:49','','Screen Shot 2018-08-30 at 09.50.24','','inherit','closed','closed','','screen-shot-2018-08-30-at-09-50-24','','','2018-08-30 08:53:49','2018-08-30 08:53:49','',2450,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-09.50.24.png',0,'attachment','image/png',0),(2452,1,'2018-08-30 08:54:37','2018-08-30 08:54:37','<strong>Fat Media, the digital marketing solutions company, offer five great tips on how to further your social media outreach.</strong>\r\n\r\nIt’s no secret that a strong presence on social media is a great way to attract customers back to your venue. Be sure you’re making the most of the opportunity with these quick wins…\r\n\r\n<strong>Timing is everything</strong>\r\n\r\nWork out the best time to post – if your venue doesn’t open until 7, you’re unlikely to get much traction on a post about cocktails at 9am! Scheduling tools such as Hootsuite or Buffr are an easy way to plan your schedule, plus they can even recommend the best time to post based on the engagement generated by your previous activity.\r\n\r\n<strong>Share user-generated content</strong>\r\n\r\nHas a customer shared a photo of a delicious dessert or refreshing drink? Sharing it with your followers is the ultimate authentic review, and a nice way to thank that guest for their engagement with your brand.\r\n\r\n<strong>Respond and engage</strong>\r\n\r\nThe clue is in the name; your profile is a place to be sociable. Asking questions of your audience and replying to theirs is a must. Facebook even publishes how quickly you respond to direct messages, so while it can be difficult to reply instantly, the sooner you can the better – even if just to say that you’ll look into their request and get back to them.\r\n\r\n<strong>Reward your followers</strong>\r\n\r\nGive something back to your audience with exclusive deals or competitions which are only publicised on your social profiles. We have seen particular success in this area by using online games. Short, addictive games such as memory puzzles or spin-the-wheel luck games not only grab the attention of your audience but can reward a lucky few with a treat of your choice. It has never been harder to stand out on social media, and this is a great way to do so.\r\n\r\n<strong>Show off your staff</strong>\r\n\r\nBehind-the-scenes shots of your team at work is a great way to celebrate their contribution to every guest’s experience. Many customers won’t ever consider the many details that go into their visit and seeing it will naturally increase their appreciation of your brand.\r\n\r\nFat Media are a leading digital agency and are currently working with a range of hospitality brands including Hallmark Hotels, Hipping Hall and Gordon St Coffee. If you’re looking for someone to help you design and execute a great social media strategy, give us a call on 01524 548 948, or email <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a> to find out more.','Fat Media on social media outreach','','inherit','closed','closed','','2450-revision-v1','','','2018-08-30 08:54:37','2018-08-30 08:54:37','',2450,'http://www.ontradeprogress.com/2018/08/30/2450-revision-v1/',0,'revision','',0),(2453,1,'2018-08-30 09:16:29','2018-08-30 09:16:29','<strong>Looking for a stylish POS printing solution with a range of connectivity options? Star is on hand to help.</strong>\r\n\r\nStar’s solid reputation for innovative product design and multi-platform support has been built on over 40 years’ experience providing venues with the very latest POS technology and excellent technical support.\r\n\r\nWorking with a range of POS software partners, Star provides a wide portfolio that effectively meets the needs of venues looking for traditional or tablet POS solutions.  Whether you require an Ethernet printer in the kitchen or a Bluetooth printer in the bar, Star can provide a tailored solution to meet your POS printing needs. Or, maybe you prefer one printer with multiple interfaces reducing the need for different models across the venue.  Offering IPX2 splashproof certification, ideal for demanding hospitality environments, Star is unique in providing exceptional functionality alongside practical and stylish design.\r\n\r\nIn fact, Star is the only POS printer manufacturer to offer:\r\n<ul>\r\n 	<li>POS printer with 5 traditional and unique interfaces and IPX2 rating</li>\r\n 	<li>USB Lightning POS printer providing direct communication and charging with an iPad, iPod or iPhone via the Apple-supplied lightning cable to ensure connection is maintained at all times</li>\r\n 	<li>Apple AirPrint POS printer</li>\r\n</ul>\r\n<strong>Forward thinking</strong>\r\n\r\nThe hospitality landscape is constantly evolving with a distinct shift in recent years towards Cloud-based software for both traditional terminals and tablet POS solutions with all the benefits the latter provides in terms of flexibility and reduced costs. Recognising this, Star is at the forefront of POS innovation with cost-effective, high-performance solutions including the first POS printer with 5 traditional and unique interfaces and multiple peripheral Hub operation.\r\n\r\nmC-Print2™ and mC-Print3™ seamlessly combine sophistication with functionality and aesthetically match the sleek, modern design of tomorrow’s hospitality venues to provide feature-rich, front-feed compact printers. With a print speed up to 250mm/second, the printers can uniquely feature all of the following interfaces in one model: Ethernet LAN; Bluetooth (MFi); traditional USB; lightning USB (data and charge USB for iOS) and CloudPRNT™ as well as Hub functionality for more than one peripheral; scanner, customer display, etc. Ever mindful that venues are looking for sustainable solutions, Star has ensured the 58mm model is as intelligent as the 80mm model.\r\n\r\nStar’s aesthetic design is not only stylish but also offers practical functionality for a variety of environments. In particular, the soft operating switches and ‘protected’ control boards as well as IPX2 rating allow these printers to operate efficiently in difficult or harsh environments. And, with easy Ethernet setup / static IP address setup using the Star Utility (Native) via USB, installation costs are kept to a minimum. Incorporating Star’s Cloud Services with digital receipting and Internet device management, mC-Print offers the next generation of POS printer that boasts a wealth of onboard marketing and receipt tools.\r\n\r\nThis series accompanies Star innovation in both traditional and tablet POS with the first AirPrint POS printer, TSP654II AirPrint, as well as the first USB Lightning POS printer to provide direct communication and charging via the Apple-supplied lightning cable ensuring connectivity is maintained at all times.\r\n\r\nFor direct cable communication and charging with iOS tablets, the latest addition to the renowned TSP100 <em>futurePRNT</em>™ series is the unique TSP143IIIU. This is the only USB receipt printer today to communicate and charge simultaneously and directly via the Apple-supplied lightning cable with an iPad, iPod or iPhone for reliable USB communication. The printer removes the insecurity of wireless connection and seamlessly combines the flexibility and cost savings of tablet POS with the reliability of traditional POS.\r\n\r\nTablet POS offers the advantages of versatile Cloud-based software alongside compact, low cost hardware. However, it has one disadvantage which is no connected peripheral control.  Recognising this, Star has developed the TSP654II CloudPRNT-POS™ that allows Cloud-based software to run on any tablet or smartphone (Windows, Android, Linux or iOS) with peripherals controlled through the printer to provide a complete POS transactional solution with all the advantages of tablet POS.\r\n\r\nVisit Star and a range of software partners on Stand 2760 at Restaurant &amp; Bar Tech Live 2018, 25-26 September, ExCel, London to find out more.','POS Technology','','publish','closed','open','','pos-technology','','','2018-08-30 09:16:29','2018-08-30 09:16:29','',0,'http://www.ontradeprogress.com/?p=2453',0,'post','',0),(2454,1,'2018-08-30 08:59:44','2018-08-30 08:59:44','<strong>Looking for a stylish POS printing solution with a range of connectivity options? Star is on hand to help.</strong>\r\n\r\nStar’s solid reputation for innovative product design and multi-platform support has been built on over 40 years’ experience providing venues with the very latest POS technology and excellent technical support.\r\n\r\nWorking with a range of POS software partners, Star provides a wide portfolio that effectively meets the needs of venues looking for traditional or tablet POS solutions.  Whether you require an Ethernet printer in the kitchen or a Bluetooth printer in the bar, Star can provide a tailored solution to meet your POS printing needs. Or, maybe you prefer one printer with multiple interfaces reducing the need for different models across the venue.  Offering IPX2 splashproof certification, ideal for demanding hospitality environments, Star is unique in providing exceptional functionality alongside practical and stylish design.\r\n\r\nIn fact, Star is the only POS printer manufacturer to offer:\r\n<ul>\r\n 	<li>POS printer with 5 traditional and unique interfaces and IPX2 rating</li>\r\n 	<li>USB Lightning POS printer providing direct communication and charging with an iPad, iPod or iPhone via the Apple-supplied lightning cable to ensure connection is maintained at all times</li>\r\n 	<li>Apple AirPrint POS printer</li>\r\n</ul>\r\n<strong>Forward thinking</strong>\r\n\r\nThe hospitality landscape is constantly evolving with a distinct shift in recent years towards Cloud-based software for both traditional terminals and tablet POS solutions with all the benefits the latter provides in terms of flexibility and reduced costs. Recognising this, Star is at the forefront of POS innovation with cost-effective, high-performance solutions including the first POS printer with 5 traditional and unique interfaces and multiple peripheral Hub operation.\r\n\r\nmC-Print2™ and mC-Print3™ seamlessly combine sophistication with functionality and aesthetically match the sleek, modern design of tomorrow’s hospitality venues to provide feature-rich, front-feed compact printers. With a print speed up to 250mm/second, the printers can uniquely feature all of the following interfaces in one model: Ethernet LAN; Bluetooth (MFi); traditional USB; lightning USB (data and charge USB for iOS) and CloudPRNT™ as well as Hub functionality for more than one peripheral; scanner, customer display, etc. Ever mindful that venues are looking for sustainable solutions, Star has ensured the 58mm model is as intelligent as the 80mm model.\r\n\r\nStar’s aesthetic design is not only stylish but also offers practical functionality for a variety of environments. In particular, the soft operating switches and ‘protected’ control boards as well as IPX2 rating allow these printers to operate efficiently in difficult or harsh environments. And, with easy Ethernet setup / static IP address setup using the Star Utility (Native) via USB, installation costs are kept to a minimum. Incorporating Star’s Cloud Services with digital receipting and Internet device management, mC-Print offers the next generation of POS printer that boasts a wealth of onboard marketing and receipt tools.\r\n\r\nThis series accompanies Star innovation in both traditional and tablet POS with the first AirPrint POS printer, TSP654II AirPrint, as well as the first USB Lightning POS printer to provide direct communication and charging via the Apple-supplied lightning cable ensuring connectivity is maintained at all times.\r\n\r\nFor direct cable communication and charging with iOS tablets, the latest addition to the renowned TSP100 <em>futurePRNT</em>™ series is the unique TSP143IIIU. This is the only USB receipt printer today to communicate and charge simultaneously and directly via the Apple-supplied lightning cable with an iPad, iPod or iPhone for reliable USB communication. The printer removes the insecurity of wireless connection and seamlessly combines the flexibility and cost savings of tablet POS with the reliability of traditional POS.\r\n\r\nTablet POS offers the advantages of versatile Cloud-based software alongside compact, low cost hardware. However, it has one disadvantage which is no connected peripheral control.  Recognising this, Star has developed the TSP654II CloudPRNT-POS™ that allows Cloud-based software to run on any tablet or smartphone (Windows, Android, Linux or iOS) with peripherals controlled through the printer to provide a complete POS transactional solution with all the advantages of tablet POS.\r\n\r\nVisit Star and a range of software partners on Stand 2760 at Restaurant &amp; Bar Tech Live 2018, 25-26 September, ExCel, London to find out more.','POS Technology','','inherit','closed','closed','','2453-revision-v1','','','2018-08-30 08:59:44','2018-08-30 08:59:44','',2453,'http://www.ontradeprogress.com/2018/08/30/2453-revision-v1/',0,'revision','',0),(2455,1,'2018-08-30 09:16:07','2018-08-30 09:16:07','','Screen Shot 2018-08-30 at 10.15.34','','inherit','closed','closed','','screen-shot-2018-08-30-at-10-15-34','','','2018-08-30 09:16:07','2018-08-30 09:16:07','',2453,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.15.34.png',0,'attachment','image/png',0),(2456,1,'2018-08-30 09:22:27','2018-08-30 09:22:27','<strong>UKHospitality has commended the Liberal Democrats’ plans to abolish business rates but stressed that action must be taken immediately to support hospitality businesses crippled by the system.</strong>\r\n\r\nThe Liberal Democrats have today published a blueprint for a replacement of the business rates system with a Commercial Landowner Levy taxing land, rather than property.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Despite Government commitments to a fundamental review of business rates, we are still stuck with an out-of-date system that unfairly hits hospitality businesses.\r\n\r\n“The Lib Dems’ recognition that we need radical reform on rates and a complete overhaul of the system is positive for hospitality businesses. A move away from a property tax is positive, although any future system must also incorporate a tax on digital businesses to ensure they pay their fair share.\r\n\r\n“We need action immediately, however, or hospitality businesses will continue to struggle against unfair taxes and there will only be further closures. In the short-term, we need to see a freeze of the multiplier, expansion of the pub relief to incorporate the wider sector and positive plans to use digital tax revenue to slash rates for community businesses.”','UKHospitality welcomes Lib Dem rates plans, but calls for immediate relief','','publish','closed','open','','ukhospitality-welcomes-lib-dem-rates-plans-but-calls-for-immediate-relief','','','2018-08-30 09:22:27','2018-08-30 09:22:27','',0,'http://www.ontradeprogress.com/?p=2456',0,'post','',0),(2457,1,'2018-08-30 09:22:27','2018-08-30 09:22:27','<strong>UKHospitality has commended the Liberal Democrats’ plans to abolish business rates but stressed that action must be taken immediately to support hospitality businesses crippled by the system.</strong>\r\n\r\nThe Liberal Democrats have today published a blueprint for a replacement of the business rates system with a Commercial Landowner Levy taxing land, rather than property.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Despite Government commitments to a fundamental review of business rates, we are still stuck with an out-of-date system that unfairly hits hospitality businesses.\r\n\r\n“The Lib Dems’ recognition that we need radical reform on rates and a complete overhaul of the system is positive for hospitality businesses. A move away from a property tax is positive, although any future system must also incorporate a tax on digital businesses to ensure they pay their fair share.\r\n\r\n“We need action immediately, however, or hospitality businesses will continue to struggle against unfair taxes and there will only be further closures. In the short-term, we need to see a freeze of the multiplier, expansion of the pub relief to incorporate the wider sector and positive plans to use digital tax revenue to slash rates for community businesses.”','UKHospitality welcomes Lib Dem rates plans, but calls for immediate relief','','inherit','closed','closed','','2456-revision-v1','','','2018-08-30 09:22:27','2018-08-30 09:22:27','',2456,'http://www.ontradeprogress.com/2018/08/30/2456-revision-v1/',0,'revision','',0),(2458,1,'2018-08-30 09:40:08','2018-08-30 09:40:08','<strong>Filter coffee is making headway across the country, <em>On-Trade Progress </em>explores why this is.</strong>\r\n\r\nFilter coffee isn’t just for diner scenes in American sitcoms; filter coffee has become the sensation that is sweeping across the nation.Filter coffee isn’t just for diner scenes in American sitcoms; filter coffee has become the sensation that is sweeping across the nation.\r\n\r\nThe public is pushing for fresher coffee now. Especially with the revelation that drinking at least six cups of coffee every day could decrease your risk of early death, a study from UK Biobank revealed earlier this year. This is far more than the often recommended two or three cups per day.\r\n\r\nNonetheless, <em>good </em>coffee is becoming the focus of all venues; from bars to hotel lobbies, industry’s coffee offering needs to be stepped up a notch. One way industry can do this, is through the adoption of filter coffee.\r\n\r\nFilter coffee is becoming a preferred alternatively to instant coffee, which can tend to have very dull flavours.\r\n\r\n<strong>Bigger benefits</strong>\r\n\r\nThe UK has always aligned its coffee culture with that of Europe, and while everyone enjoys sipping on a sumptuous espresso after dinner, there seems to be a demand for the more Americanised filter coffee.\r\n\r\nThere are a number of benefits that a venue can find by adopting a filter coffee approach. For one thing, filter coffee means you can offer a more varied coffee experience; whether you’re using beans from Columbia or Kenya, each and every region has a different flavour to offer your customers.\r\n\r\nIt’s also cheaper to use filter machines; not only do you not need to worry about purchasing pods, but the many filter machines are lower tech that classic pod-based offerings. Moreover, coffee pods are one of the worst single-use plastic products for the environment.\r\n\r\n<strong>No to oil</strong>\r\n\r\nOne of the key benefits to filter coffee is that the filter traps an oily substance known as diterpenes. There are two core diterpenes found in coffee (cafestol and kahweol). These arise in your coffee through coffee granules and will float around in the cup. The consumption of these oils blocks a cholesterol-regulating receptor in your intestines. Ultimately, this causes your blood cholesterol levels to rocket. The filter in the coffee seeks to reduce coffee-related cholesterol.\r\n\r\nWhen it comes to deciding the best filters you can be using for your coffee; the overwhelming consensus is that paper filters are better. This is due to a couple of reasons; the major one being convenience; once a paper filter is used, it can be thrown away easily. Moreover, paper filters are more effective at stopping diterpenes than cloth filters and the latter requires more maintenance and need to be cleaned regularly.\r\n\r\nThe only downside of the use of paper filters is that they aren’t as great for the environment than more permanent counterparts.\r\n\r\n<strong>Complex coffee</strong>\r\n\r\nNearly every hospitality venue will have a different approach to its coffee offering. Small to mid-size cafes will often pride themselves on a quality-led approach; developing a menu that prioritises flavour. Mainly because they know that most of their clientele will be visiting their venue specifically for that beverage.\r\n\r\nWhile this is standard; the millennial generation is veering towards a general coffee preference over alcohol; with many young people preferring to socialise over a cup of joe than a beer. As a result, all venues, from bars to restaurants to hotels need to begin re-evaluating their coffee offering. A part of this latest offering can be filter coffee; which is no longer simply an American favourite.\r\n\r\n<strong>Cost benefit</strong>\r\n\r\nHospitality venues also need to consider the costs when it comes to choosing which coffee machine suits them best. For more quality-focused venues, perhaps the classic pod machine works best; this way, staff are able to craft and make quick espresso-based beverages without much work.\r\n\r\nHowever, quantity-led establishments, such as large franchise restaurants, may prefer to use filter coffee machines. With these machines, the venue can ensure they are working quickly to deliver coffee and also that they can offer promotions around their coffees effectively. For example, certain venues in the USA will offer unlimited refills on filter coffee. This is particularly easy for filter coffee machines that can be made quickly and kept warm throughout a long period of time\r\n\r\nNo matter what coffee you choose to serve in your establishment, make sure it’s the right one for your customers. By prioritising their needs and preferences; you can’t go wrong.','Filter coffee is making headway across the country','','publish','closed','open','','filter-coffee-is-making-headway-across-the-country','','','2018-08-30 09:40:08','2018-08-30 09:40:08','',0,'http://www.ontradeprogress.com/?p=2458',0,'post','',0),(2459,1,'2018-08-30 09:38:32','2018-08-30 09:38:32','','Screen Shot 2018-08-30 at 10.35.14','','inherit','closed','closed','','screen-shot-2018-08-30-at-10-35-14','','','2018-08-30 09:38:32','2018-08-30 09:38:32','',2458,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.35.14.png',0,'attachment','image/png',0),(2460,1,'2018-08-30 09:40:08','2018-08-30 09:40:08','<strong>Filter coffee is making headway across the country, <em>On-Trade Progress </em>explores why this is.</strong>\r\n\r\nFilter coffee isn’t just for diner scenes in American sitcoms; filter coffee has become the sensation that is sweeping across the nation.Filter coffee isn’t just for diner scenes in American sitcoms; filter coffee has become the sensation that is sweeping across the nation.\r\n\r\nThe public is pushing for fresher coffee now. Especially with the revelation that drinking at least six cups of coffee every day could decrease your risk of early death, a study from UK Biobank revealed earlier this year. This is far more than the often recommended two or three cups per day.\r\n\r\nNonetheless, <em>good </em>coffee is becoming the focus of all venues; from bars to hotel lobbies, industry’s coffee offering needs to be stepped up a notch. One way industry can do this, is through the adoption of filter coffee.\r\n\r\nFilter coffee is becoming a preferred alternatively to instant coffee, which can tend to have very dull flavours.\r\n\r\n<strong>Bigger benefits</strong>\r\n\r\nThe UK has always aligned its coffee culture with that of Europe, and while everyone enjoys sipping on a sumptuous espresso after dinner, there seems to be a demand for the more Americanised filter coffee.\r\n\r\nThere are a number of benefits that a venue can find by adopting a filter coffee approach. For one thing, filter coffee means you can offer a more varied coffee experience; whether you’re using beans from Columbia or Kenya, each and every region has a different flavour to offer your customers.\r\n\r\nIt’s also cheaper to use filter machines; not only do you not need to worry about purchasing pods, but the many filter machines are lower tech that classic pod-based offerings. Moreover, coffee pods are one of the worst single-use plastic products for the environment.\r\n\r\n<strong>No to oil</strong>\r\n\r\nOne of the key benefits to filter coffee is that the filter traps an oily substance known as diterpenes. There are two core diterpenes found in coffee (cafestol and kahweol). These arise in your coffee through coffee granules and will float around in the cup. The consumption of these oils blocks a cholesterol-regulating receptor in your intestines. Ultimately, this causes your blood cholesterol levels to rocket. The filter in the coffee seeks to reduce coffee-related cholesterol.\r\n\r\nWhen it comes to deciding the best filters you can be using for your coffee; the overwhelming consensus is that paper filters are better. This is due to a couple of reasons; the major one being convenience; once a paper filter is used, it can be thrown away easily. Moreover, paper filters are more effective at stopping diterpenes than cloth filters and the latter requires more maintenance and need to be cleaned regularly.\r\n\r\nThe only downside of the use of paper filters is that they aren’t as great for the environment than more permanent counterparts.\r\n\r\n<strong>Complex coffee</strong>\r\n\r\nNearly every hospitality venue will have a different approach to its coffee offering. Small to mid-size cafes will often pride themselves on a quality-led approach; developing a menu that prioritises flavour. Mainly because they know that most of their clientele will be visiting their venue specifically for that beverage.\r\n\r\nWhile this is standard; the millennial generation is veering towards a general coffee preference over alcohol; with many young people preferring to socialise over a cup of joe than a beer. As a result, all venues, from bars to restaurants to hotels need to begin re-evaluating their coffee offering. A part of this latest offering can be filter coffee; which is no longer simply an American favourite.\r\n\r\n<strong>Cost benefit</strong>\r\n\r\nHospitality venues also need to consider the costs when it comes to choosing which coffee machine suits them best. For more quality-focused venues, perhaps the classic pod machine works best; this way, staff are able to craft and make quick espresso-based beverages without much work.\r\n\r\nHowever, quantity-led establishments, such as large franchise restaurants, may prefer to use filter coffee machines. With these machines, the venue can ensure they are working quickly to deliver coffee and also that they can offer promotions around their coffees effectively. For example, certain venues in the USA will offer unlimited refills on filter coffee. This is particularly easy for filter coffee machines that can be made quickly and kept warm throughout a long period of time\r\n\r\nNo matter what coffee you choose to serve in your establishment, make sure it’s the right one for your customers. By prioritising their needs and preferences; you can’t go wrong.','Filter coffee is making headway across the country','','inherit','closed','closed','','2458-revision-v1','','','2018-08-30 09:40:08','2018-08-30 09:40:08','',2458,'http://www.ontradeprogress.com/2018/08/30/2458-revision-v1/',0,'revision','',0),(2461,1,'2018-08-30 09:46:34','2018-08-30 09:46:34','<strong>Siren Brewery based in Berkshire has won the Campaign for Real Ale\'s prestigious Champion Beer of Britain award, one of the highest accolades in the beer industry.</strong>\r\n\r\nAwarded on the opening day of the Great British Beer Festival at Olympia London, Broken Dream Breakfast Stout (6.5% ABV) scooped gold thanks to its deep and complex blend of chocolate, coffee and a touch of smoke. The judges commented that it stood out for its aroma, taste and finish, all of which were superb.\r\n\r\nNamed after the Sirens of Greek mythology, Siren Brewery captivated judges for the second time this year, having taken home silver in this year\'s Champion Winter Beer of Britain competition at the Great British Beer Festival Winter back in February.\r\n\r\nThe final decision was made after a year of local tasting panels and regional heats in which the very best beers across the UK were invited to compete at the Great British Beer Festival. Final judging for the competition was held as the festival opened its doors to the public on 7 August.\r\n\r\nThe silver winner this year went to Suffolk-based Green Jack\'s Ripper (8.5% ABV), a strong barley wine that is both dangerously smooth and yet well-hopped, and winner of CAMRA\'s Champion Winter Beer of Britain competition earlier this year.\r\n\r\nBronze was taken by Tyne &amp; Wear-based Mordue for their Workie Ticket (4.5% ABV). A complex and tasty bitter, this brew boasts plenty of malt and hops and a long, satisfying, bitter finish.\r\n\r\nAll finalists across each category will be available to sample at the Great British Beer Festival taking place this week, at which more than 50,000 people will have the chance to sample over a thousand different beers, ciders, perries, wines and gins under one roof.\r\n\r\nNick Boley, CAMRA\'s National Director responsible for the competition says: \"Congratulations to Siren Brewery for taking home the Champion Beer of Britain award with their Broken Dream Breakfast Stout - the highest beer accolade in the country. This is a distinctive, strong, well-balanced stout from an outstanding craft brewery. If there is any beer in the world that is dangerously drinkable, it\'s this one!\"\r\n\r\nSiren Brewery founder, Darron Anley, said: \"What a huge achievement that the Champion Beer of Britain is a heavy stout with coffee and lactose flavours in the midst of such warm summer weather! Broken Dream Breakfast Stout is one of our core beers and one of the first beers we ever brewed - we\'re absolutely delighted.\"','Siren’s Broken Dream Breakfast Stout is named the best in Britain','','publish','closed','open','','sirens-broken-dream-breakfast-stout-is-named-the-best-in-britain','','','2018-08-30 09:49:09','2018-08-30 09:49:09','',0,'http://www.ontradeprogress.com/?p=2461',0,'post','',0),(2462,1,'2018-08-30 09:46:06','2018-08-30 09:46:06','','Screen Shot 2018-08-30 at 10.43.31','','inherit','closed','closed','','screen-shot-2018-08-30-at-10-43-31','','','2018-08-30 09:46:06','2018-08-30 09:46:06','',2461,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.43.31.png',0,'attachment','image/png',0),(2463,1,'2018-08-30 09:46:34','2018-08-30 09:46:34','<strong>Siren Brewery based in Berkshire has won the Campaign for Real Ale\'s prestigious Champion Beer of Britain award, one of the highest accolades in the beer industry.</strong>\r\n\r\nAwarded on the opening day of the Great British Beer Festival at Olympia London, Broken Dream Breakfast Stout (6.5% ABV) scooped gold thanks to its deep and complex blend of chocolate, coffee and a touch of smoke. The judges commented that it stood out for its aroma, taste and finish, all of which were superb.\r\n\r\nNamed after the Sirens of Greek mythology, Siren Brewery captivated judges for the second time this year, having taken home silver in this year\'s Champion Winter Beer of Britain competition at the Great British Beer Festival Winter back in February.\r\n\r\nThe final decision was made after a year of local tasting panels and regional heats in which the very best beers across the UK were invited to compete at the Great British Beer Festival. Final judging for the competition was held as the festival opened its doors to the public on 7 August.\r\n\r\nThe silver winner this year went to Suffolk-based Green Jack\'s Ripper (8.5% ABV), a strong barley wine that is both dangerously smooth and yet well-hopped, and winner of CAMRA\'s Champion Winter Beer of Britain competition earlier this year.\r\n\r\nBronze was taken by Tyne &amp; Wear-based Mordue for their Workie Ticket (4.5% ABV). A complex and tasty bitter, this brew boasts plenty of malt and hops and a long, satisfying, bitter finish.\r\n\r\nAll finalists across each category will be available to sample at the Great British Beer Festival taking place this week, at which more than 50,000 people will have the chance to sample over a thousand different beers, ciders, perries, wines and gins under one roof.\r\n\r\nNick Boley, CAMRA\'s National Director responsible for the competition says: \"Congratulations to Siren Brewery for taking home the Champion Beer of Britain award with their Broken Dream Breakfast Stout - the highest beer accolade in the country. This is a distinctive, strong, well-balanced stout from an outstanding craft brewery. If there is any beer in the world that is dangerously drinkable, it\'s this one!\"\r\n\r\nSiren Brewery founder, Darron Anley, said: \"What a huge achievement that the Champion Beer of Britain is a heavy stout with coffee and lactose flavours in the midst of such warm summer weather! Broken Dream Breakfast Stout is one of our core beers and one of the first beers we ever brewed - we\'re absolutely delighted.\"','Siren’s Broken Dream Breakfast Stout is named the best in Britain','','inherit','closed','closed','','2461-revision-v1','','','2018-08-30 09:46:34','2018-08-30 09:46:34','',2461,'http://www.ontradeprogress.com/2018/08/30/2461-revision-v1/',0,'revision','',0),(2464,1,'2018-08-30 09:53:25','2018-08-30 09:53:25','<strong><em>On-Trade Progress </em>explores avenues hospitality entrepreneurs can take to use social media to drive footfall.</strong>\r\n\r\nIn many ways, society is now lived through a screen. Whether that is a phone, laptop or tablet, the only certainty is that to totally ignore social media marketing is to fall into the trap of irrelevance.\r\n\r\nIn 2017, a Pulse Study, conducted by Nisbets, found that social media benefited their marketing the most (by 28 per cent), shortly behind word of mouth (which came in at 34 per cent). Moreover, it found that the most effective social media channel to use for digital marketing was Facebook (52 per cent), followed by Twitter (20 per cent) and then Instagram (18 per cent).\r\n\r\nCommanding and understanding how you can further your presence on these social media channels are key. <em>On-Trade Progress </em>reached out to venues across the country who were able to use social media channels to further footfall to their establishments.\r\n\r\n<strong>Integrated strategies</strong>\r\n\r\nWe catch up with Mark Ayre, general manager at Manor House Lindley. With the hotel having only opened in May 2018, Ayre used a mix of social media strategies to further footfall to the venue. Most importantly, the online presence started <em>before</em> the establishment opened its doors.\r\n\r\nHe says: “We heavily utilised social media to build a following before we opened, using both organic and paid. We quickly built up a large following on Facebook, Twitter and Instagram and were able to promote the opening of the hotel to the audience, creating a buzz and demand before our doors opened.\r\n\r\n“We have been using a marketing agency, KC Communications, who manage our social media and deliver our day-to-day content. However, I think it’s extremely important to include ‘as it happens’ posts in and amongst this content so that our channels don’t become lifeless and to sales heavy. We find that this type of content receives the most engagement from our audience – for example, it could be around a wedding that is taking place at the hotel or someone that has got engaged in our restaurant.”\r\n\r\nFor Ayre and his marketing team, the Manor House Lindley attempts to focus on user generated content; which he believes is absolutely vital in the travel and tourism industry.\r\n\r\n“It’s not a secret that potential guests are more likely to visit after receiving a recommendation from a friend than receiving the latest copy of your fancy brochure,” continues Ayre. “Social media users are sharing their travel photos and tagging themselves at their location, which in turn creates interest from their friends. This should absolutely be taken advantage of – make sure you share your guests’ pictures and engage with them to encourage future content.\r\n\r\n“Very often social media can just be seen as a platform to post deals and offers or run competitions. It’s a great way to raise your profile through those kinds of activities but I definitely think you should be aware not to devalue your brand by posting too many discounts. Our social media activity is extremely image rich and we use it to showcase the hotel as a destination and create an aspirational audience, which in turn will drive footfall.”\r\n\r\n<strong>Getting ahead</strong>\r\n\r\nA great advantage of employing an external digital marketing agency to help drive footfall to your venue, is that they are able to plan and execute campaigns, even when you don’t have the time.\r\n\r\nWe catch up with Stephanie Whitworth, marketing manager at Fat Media, the digital marketing solutions agency, she says: “With the holiday season fast approaching, venues will no doubt be hosting events to make the most of the festivities. Social media is the perfect platform to get the message out about these events, and encourage word-of-mouth, both before and at the events. Facebook is of course a great option for this, with their events feature enabling you to give all the information your guests would need on one page. Where people have expressed an interest, they will even receive notifications reminding them of the upcoming date.\r\n\r\n“You may have heard that Facebook’s algorithm change has made it harder to get a good organic reach on posts from businesses. However, a strategic approach to Facebook’s advertising platform can earn you a great return on investment. Their targeting options are extensive, meaning you can really hone in on your target market. For example, if you have a wedding fair coming up, you can advertise to anyone with a relationship status as ‘engaged’.\r\n\r\n“By using a combination of location, age, and demographic data, you can be sure your adverts are showing to the most relevant individuals. Facebook will also give you a realistic estimate of your total audience size, and the number of them you can reach with your given budget. Even a few pounds a day could result in hundreds of impressions! Plus, with the option to pause your adverts at any time, you have complete flexibility.”\r\n\r\nFat Media’s knowledge and expertise revolving social platforms means that rather than using your time to figure out how to master social media – they are able to effectively execute these tasks for your venue, ultimately to successfully drive footfall.','Digital marketing and staying social','','publish','closed','open','','digital-marketing-and-staying-social','','','2018-08-30 09:53:25','2018-08-30 09:53:25','',0,'http://www.ontradeprogress.com/?p=2464',0,'post','',0),(2465,1,'2018-08-30 09:52:07','2018-08-30 09:52:07','<strong><em>On-Trade Progress </em>explores avenues hospitality entrepreneurs can take to use social media to drive footfall.</strong>\r\n\r\nIn many ways, society is now lived through a screen. Whether that is a phone, laptop or tablet, the only certainty is that to totally ignore social media marketing is to fall into the trap of irrelevance.\r\n\r\nIn 2017, a Pulse Study, conducted by Nisbets, found that social media benefited their marketing the most (by 28 per cent), shortly behind word of mouth (which came in at 34 per cent). Moreover, it found that the most effective social media channel to use for digital marketing was Facebook (52 per cent), followed by Twitter (20 per cent) and then Instagram (18 per cent).\r\n\r\nCommanding and understanding how you can further your presence on these social media channels are key. <em>On-Trade Progress </em>reached out to venues across the country who were able to use social media channels to further footfall to their establishments.\r\n\r\n<strong>Integrated strategies</strong>\r\n\r\nWe catch up with Mark Ayre, general manager at Manor House Lindley. With the hotel having only opened in May 2018, Ayre used a mix of social media strategies to further footfall to the venue. Most importantly, the online presence started <em>before</em> the establishment opened its doors.\r\n\r\nHe says: “We heavily utilised social media to build a following before we opened, using both organic and paid. We quickly built up a large following on Facebook, Twitter and Instagram and were able to promote the opening of the hotel to the audience, creating a buzz and demand before our doors opened.\r\n\r\n“We have been using a marketing agency, KC Communications, who manage our social media and deliver our day-to-day content. However, I think it’s extremely important to include ‘as it happens’ posts in and amongst this content so that our channels don’t become lifeless and to sales heavy. We find that this type of content receives the most engagement from our audience – for example, it could be around a wedding that is taking place at the hotel or someone that has got engaged in our restaurant.”\r\n\r\nFor Ayre and his marketing team, the Manor House Lindley attempts to focus on user generated content; which he believes is absolutely vital in the travel and tourism industry.\r\n\r\n“It’s not a secret that potential guests are more likely to visit after receiving a recommendation from a friend than receiving the latest copy of your fancy brochure,” continues Ayre. “Social media users are sharing their travel photos and tagging themselves at their location, which in turn creates interest from their friends. This should absolutely be taken advantage of – make sure you share your guests’ pictures and engage with them to encourage future content.\r\n\r\n“Very often social media can just be seen as a platform to post deals and offers or run competitions. It’s a great way to raise your profile through those kinds of activities but I definitely think you should be aware not to devalue your brand by posting too many discounts. Our social media activity is extremely image rich and we use it to showcase the hotel as a destination and create an aspirational audience, which in turn will drive footfall.”\r\n\r\n<strong>Getting ahead</strong>\r\n\r\nA great advantage of employing an external digital marketing agency to help drive footfall to your venue, is that they are able to plan and execute campaigns, even when you don’t have the time.\r\n\r\nWe catch up with Stephanie Whitworth, marketing manager at Fat Media, the digital marketing solutions agency, she says: “With the holiday season fast approaching, venues will no doubt be hosting events to make the most of the festivities. Social media is the perfect platform to get the message out about these events, and encourage word-of-mouth, both before and at the events. Facebook is of course a great option for this, with their events feature enabling you to give all the information your guests would need on one page. Where people have expressed an interest, they will even receive notifications reminding them of the upcoming date.\r\n\r\n“You may have heard that Facebook’s algorithm change has made it harder to get a good organic reach on posts from businesses. However, a strategic approach to Facebook’s advertising platform can earn you a great return on investment. Their targeting options are extensive, meaning you can really hone in on your target market. For example, if you have a wedding fair coming up, you can advertise to anyone with a relationship status as ‘engaged’.\r\n\r\n“By using a combination of location, age, and demographic data, you can be sure your adverts are showing to the most relevant individuals. Facebook will also give you a realistic estimate of your total audience size, and the number of them you can reach with your given budget. Even a few pounds a day could result in hundreds of impressions! Plus, with the option to pause your adverts at any time, you have complete flexibility.”\r\n\r\nFat Media’s knowledge and expertise revolving social platforms means that rather than using your time to figure out how to master social media – they are able to effectively execute these tasks for your venue, ultimately to successfully drive footfall.','Digital marketing and staying social','','inherit','closed','closed','','2464-revision-v1','','','2018-08-30 09:52:07','2018-08-30 09:52:07','',2464,'http://www.ontradeprogress.com/2018/08/30/2464-revision-v1/',0,'revision','',0),(2466,1,'2018-08-30 09:53:05','2018-08-30 09:53:05','','Screen Shot 2018-08-30 at 10.49.50','','inherit','closed','closed','','screen-shot-2018-08-30-at-10-49-50','','','2018-08-30 09:53:05','2018-08-30 09:53:05','',2464,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.49.50.png',0,'attachment','image/png',0),(2467,1,'2018-08-30 10:02:20','2018-08-30 10:02:20','<strong>Industry experts respond to latest Government report on future migration.</strong>\r\n\r\nWith Brexit not far away, the Home Affairs Committee has released a report titled ‘Policy options for future migration from the European Economic Area: Interim report’. The purpose of the report is to provide an account of proposals made so far on migration in the lead up to Brexit; however, the report is very clear that this is simply an <em>interim </em>report and that the report is simply to inform the public about the “limited statements so far on future migration policy”.\r\n\r\nA couple of points emerged from the report which are pivotal to the development of the hospitality industry; the first is the confirmation that the Government are making efforts to secure the status of existing EU citizens currently living in the UK. The second, and slightly more vague proposal, is that Government is trying to develop a ‘labour mobility’ framework that seeks to replace free movement with work visas. However, the exact nature of what these visas could entail is unclear.\r\n\r\n<strong>Key insight</strong>\r\n\r\nIndustry is responding; with both UKHospitality and The British Beer &amp; Pub Association (BBPA) having released statements in response to the report.\r\n\r\nUKHospitality are keen to stress that the UK’s future immigration policy should operate in the interests of the UK economy, rather than as a politically-driven target. UK Hospitality’s chief executive, Kate Nicolls, comments: “The report has rightly identified the need for an open debate on immigration and the need to take into account a range of views, not least of all UK businesses.\r\n\r\n“The country’s future immigration policy should not be determined by a narrow ideological viewpoint, it should support the needs of the country and benefit the UK economy. We are hopeful that the Migration Advisory Committee’s report will highlight role migrant workers play and their importance, particularly to hospitality.\r\n\r\n<img class=\"wp-image-2469 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.58.01.png\" alt=\"\" width=\"371\" height=\"259\" />\r\n\r\n“Businesses will not have long to adjust to the new policy, whatever form it takes, so the Government must act quickly to ensure employers are not left behind. The Government also needs to ensure that the management of immigration goes beyond just the numbers so that it is managed in a way that benefits communities.\r\n\r\n“UKHospitality has made the case for the sector and will continue to do so as we approach the Brexit date and beyond.”\r\n\r\nBrigid Simmonds, chief executive of the British Beer and Pub Association, said: “The Migration Advisory Committee’s interim report highlights the importance of migrant workers in the hospitality sector. A survey of BBPA members showed that brewing and pubs employ 17% of their workforce from overseas, but this rises to 40% in metropolitan areas and in some specialist areas such as kitchen staff, up to 80%. The interim report acknowledges that low unemployment does make it harder for businesses to recruit and retain workers and without doubt that is true for pubs in particular.\r\n\r\n“We acknowledge that many in entry-level positions in our sector are paid the National Living Wage, but we do not see ourselves purely as a low pay sector. We employ huge numbers of young people – 46% of employees in pubs are under the age of 25. We are working hard as a sector to ensure that working in hospitality is seen as a career and continue to work with the Government to support proposals for a Tourism Sector Industrial Strategy which has a clear focus on skills.\r\n\r\n“We are clear that any future immigration system must support the necessary levels of staffing in our sector. It has been good to see the Republic of Ireland changing their migration rules around the employment of chefs. There is a shortage of chefs here too and the experience required, rather than specific qualifications requirements does not fit well under Tier 2 of the current migration system. As the leading voice for brewing and pubs we will continue to work closely with the Home Office on a post-Brexit migration system that best serves our sector and have made clear that the tier system needs reform. Additionally, we would like to see the Youth Mobility Scheme, which gives the freedom for young people to live and work in the UK for up to two years, extended to EU nationals.”\r\n\r\n<strong>Lacking detail</strong>\r\n\r\nInterestingly, the report seeks to elaborate the lack of clear detail in its conclusive paragraph; where it states: “We have done this in the absence of any detailed policy proposals coming from the Government. We do not put forward a preferred option, but we call on the Government to note the high level of dissatisfaction with the existing arrangements for non-EEA nationals. Extending the non-EEA structure to include EEA citizens is simply untenable and unworkable.\r\n\r\nWhatever happens, <em>On-Trade Progress</em>’ opinion is that prioritising the clarity of workers’ rights, both already based in the EU and those that want to come to work in the UK is key. This means Government developing a clear plan that can be communicated effectively to workers and industry.\r\n\r\n&nbsp;','Experts’ opinion on the migration policy','','publish','closed','open','','experts-opinion-on-the-migration-policy','','','2018-08-30 10:02:47','2018-08-30 10:02:47','',0,'http://www.ontradeprogress.com/?p=2467',0,'post','',0),(2468,1,'2018-08-30 10:00:17','2018-08-30 10:00:17','','Screen Shot 2018-08-30 at 10.57.51','','inherit','closed','closed','','screen-shot-2018-08-30-at-10-57-51','','','2018-08-30 10:00:17','2018-08-30 10:00:17','',2467,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.57.51.png',0,'attachment','image/png',0),(2469,1,'2018-08-30 10:00:25','2018-08-30 10:00:25','','Screen Shot 2018-08-30 at 10.58.01','','inherit','closed','closed','','screen-shot-2018-08-30-at-10-58-01','','','2018-08-30 10:00:25','2018-08-30 10:00:25','',2467,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.58.01.png',0,'attachment','image/png',0),(2470,1,'2018-08-30 10:02:20','2018-08-30 10:02:20','<strong>Industry experts respond to latest Government report on future migration.</strong>\r\n\r\nWith Brexit not far away, the Home Affairs Committee has released a report titled ‘Policy options for future migration from the European Economic Area: Interim report’. The purpose of the report is to provide an account of proposals made so far on migration in the lead up to Brexit; however, the report is very clear that this is simply an <em>interim </em>report and that the report is simply to inform the public about the “limited statements so far on future migration policy”.\r\n\r\nA couple of points emerged from the report which are pivotal to the development of the hospitality industry; the first is the confirmation that the Government are making efforts to secure the status of existing EU citizens currently living in the UK. The second, and slightly more vague proposal, is that Government is trying to develop a ‘labour mobility’ framework that seeks to replace free movement with work visas. However, the exact nature of what these visas could entail is unclear.\r\n\r\n<strong>Key insight</strong>\r\n\r\nIndustry is responding; with both UKHospitality and The British Beer &amp; Pub Association (BBPA) having released statements in response to the report.\r\n\r\nUKHospitality are keen to stress that the UK’s future immigration policy should operate in the interests of the UK economy, rather than as a politically-driven target. UK Hospitality’s chief executive, Kate Nicolls, comments: “The report has rightly identified the need for an open debate on immigration and the need to take into account a range of views, not least of all UK businesses.\r\n\r\n“The country’s future immigration policy should not be determined by a narrow ideological viewpoint, it should support the needs of the country and benefit the UK economy. We are hopeful that the Migration Advisory Committee’s report will highlight role migrant workers play and their importance, particularly to hospitality.\r\n\r\n<img class=\"wp-image-2469 alignright\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-10.58.01.png\" alt=\"\" width=\"371\" height=\"259\" />\r\n\r\n“Businesses will not have long to adjust to the new policy, whatever form it takes, so the Government must act quickly to ensure employers are not left behind. The Government also needs to ensure that the management of immigration goes beyond just the numbers so that it is managed in a way that benefits communities.\r\n\r\n“UKHospitality has made the case for the sector and will continue to do so as we approach the Brexit date and beyond.”\r\n\r\nBrigid Simmonds, chief executive of the British Beer and Pub Association, said: “The Migration Advisory Committee’s interim report highlights the importance of migrant workers in the hospitality sector. A survey of BBPA members showed that brewing and pubs employ 17% of their workforce from overseas, but this rises to 40% in metropolitan areas and in some specialist areas such as kitchen staff, up to 80%. The interim report acknowledges that low unemployment does make it harder for businesses to recruit and retain workers and without doubt that is true for pubs in particular.\r\n\r\n“We acknowledge that many in entry-level positions in our sector are paid the National Living Wage, but we do not see ourselves purely as a low pay sector. We employ huge numbers of young people – 46% of employees in pubs are under the age of 25. We are working hard as a sector to ensure that working in hospitality is seen as a career and continue to work with the Government to support proposals for a Tourism Sector Industrial Strategy which has a clear focus on skills.\r\n\r\n“We are clear that any future immigration system must support the necessary levels of staffing in our sector. It has been good to see the Republic of Ireland changing their migration rules around the employment of chefs. There is a shortage of chefs here too and the experience required, rather than specific qualifications requirements does not fit well under Tier 2 of the current migration system. As the leading voice for brewing and pubs we will continue to work closely with the Home Office on a post-Brexit migration system that best serves our sector and have made clear that the tier system needs reform. Additionally, we would like to see the Youth Mobility Scheme, which gives the freedom for young people to live and work in the UK for up to two years, extended to EU nationals.”\r\n\r\n<strong>Lacking detail</strong>\r\n\r\nInterestingly, the report seeks to elaborate the lack of clear detail in its conclusive paragraph; where it states: “We have done this in the absence of any detailed policy proposals coming from the Government. We do not put forward a preferred option, but we call on the Government to note the high level of dissatisfaction with the existing arrangements for non-EEA nationals. Extending the non-EEA structure to include EEA citizens is simply untenable and unworkable.\r\n\r\nWhatever happens, <em>On-Trade Progress</em>’ opinion is that prioritising the clarity of workers’ rights, both already based in the EU and those that want to come to work in the UK is key. This means Government developing a clear plan that can be communicated effectively to workers and industry.\r\n\r\n&nbsp;','Experts’ opinion on the migration policy','','inherit','closed','closed','','2467-revision-v1','','','2018-08-30 10:02:20','2018-08-30 10:02:20','',2467,'http://www.ontradeprogress.com/2018/08/30/2467-revision-v1/',0,'revision','',0),(2471,1,'2018-08-30 10:19:54','2018-08-30 10:19:54','<strong><em>On-Trade Progress</em> delves into how you can incorporate classic touches of Irish hospitality in your venue.</strong>\r\n\r\nThe hospitality industry is booming across the world, and one country where this is no different is Ireland. Famous for its striking coastline and quaint cities; Ireland has its own association with being friendly and hospitable and this is reflected in its booming industry.\r\n\r\nA 2017 interim report, conducted by IHF, uncovered that there are over 16,000 enterprises in hospitality-related accommodation and the food services sector in Ireland. Which is comprised of hotels and other accommodation (14 per cent), restaurants and bars (41 per cent), catering and other food service providers (45 per cent).\r\n\r\nMoreover, since 2013, job vacancies across the nation are up 200 per cent, making it one of Ireland’s most resilient sectors. The Irish hospitality sector is already worth 7.2 billion euros to the economy and supports more than 235,000 jobs.\r\n\r\nA lot of this money comes from tourists who are keen to get a taste of Ireland’s famed hospitality sector; whether it’s dancing the night away in Dublin or keeping cool in Cork. Either way, hospitality venues have a lot to learn from the Irish about how to keep guests feeling welcomed and entertained. So in this ‘Taste of’ feature, we explore how you can give your venue an Irish makeover.\r\n\r\n<strong>Keeping authentic</strong>\r\n\r\nOne of my favourite past times when I go on holiday (and this might seem pretty odd), is to spot the town’s Irish pub. Last month, when I was in Toulouse, we visited a great establishment called The Danu, its environment was great. And this is the taste of Ireland that you can instantly access around the globe.\r\n\r\nIf you’re looking to bring a feel of the Irish straight to your venue; then consider adding an eclectic mix of interesting wall decorations. Often Irish pubs are jam-packed with different prints, images and pictures all over their walls that reflect on who they are as a venue. It’s a real change from more sterile establishments, and with walls becoming part of the statement of the venue, you create a homely and welcoming atmosphere.\r\n\r\nAnother typical aesthetic of the Irish if the mahogany or other dark coloured woods that often make up the bar, as well as the walls, of the venue. The warmth created by the dark woods creates an inviting and instantly familiar atmosphere. Venues have a lot to learn from the Irish in terms of how they create aesthetic to feel homely.\r\n\r\n<strong>Flavours</strong>\r\n\r\nIreland has so many wonderful foods to offer. Walking through the streets of Dublin, for example, many restaurants offer a variant of stew – my absolute favourite being a beef and Guinness stew, which is actually a bit of a classic.\r\n\r\nIf you’re a restaurant looking to incorporate an Ireland-related food week, or something similar, then the first thing I would add to your menu is a rich stew. Make sure your meat is tender and slow cooked and add some winter vegetables such as carrots or parsnips. I would also recommend adding an Irish classic, the potato.\r\n\r\nThe humble potato is what Ireland is associated with. Fortunately, the potato, being so versatile, has a lot to offer; whether it’s an addition to a classic roast dinner meal, or used for bar snack crisps, make sure you research the best authentic Irish potatoes to serve.\r\n\r\nLastly, Ireland has a lot to offer in the way of cheese; whether you design a specific Irish cheeseboard, or simply keep it as one of your many cheese offerings, it’s a wonderful addition to any dessert menu.\r\n\r\n<strong>Drink</strong>\r\n\r\nIreland produces some of the most wonderful beverages across the whole world. For example, Irish whiskey is a classic, often meticulously produced and filled with flavour. Take Dingle Distillery, an artisan whiskey distiller, which recently released a single malt whiskey – the brand offers an authentic taste of Ireland. By researching these key Irish whiskey producers and adding them to your drinks menu, you will be providing your customer the best the country has to offer.\r\n\r\nMoreover, Ireland is famed for producing some truly stand out beers and ale. The country has a rich history with both; in the 19<sup>th</sup> century, there were more than 200 breweries in the country, with 55 of these based in Dublin. Later in the century, this number fell by three-quarters to 50 and by the mid 2000s, there was only 12.\r\n\r\nHowever, despite this, Ireland is still famed for producing some of the best products across the globe; whether it’s Guinness Draught or Murphy’s Irish Stout – they offer a rich and indulgent flavour, that gives the consumer a proper taste of Ireland.\r\n\r\nWhichever way you choose to add a taste of Ireland to your venue; ensure that you are doing your research and speaking to food and drink producers in the country who can answer any questions you may have.','The luck of the Irish','','publish','closed','open','','the-luck-of-the-irish','','','2018-08-30 10:19:54','2018-08-30 10:19:54','',0,'http://www.ontradeprogress.com/?p=2471',0,'post','',0),(2472,1,'2018-08-30 10:18:01','2018-08-30 10:18:01','','Screen Shot 2018-08-30 at 11.14.48','','inherit','closed','closed','','screen-shot-2018-08-30-at-11-14-48','','','2018-08-30 10:18:01','2018-08-30 10:18:01','',2471,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-11.14.48.png',0,'attachment','image/png',0),(2473,1,'2018-08-30 10:19:54','2018-08-30 10:19:54','<strong><em>On-Trade Progress</em> delves into how you can incorporate classic touches of Irish hospitality in your venue.</strong>\r\n\r\nThe hospitality industry is booming across the world, and one country where this is no different is Ireland. Famous for its striking coastline and quaint cities; Ireland has its own association with being friendly and hospitable and this is reflected in its booming industry.\r\n\r\nA 2017 interim report, conducted by IHF, uncovered that there are over 16,000 enterprises in hospitality-related accommodation and the food services sector in Ireland. Which is comprised of hotels and other accommodation (14 per cent), restaurants and bars (41 per cent), catering and other food service providers (45 per cent).\r\n\r\nMoreover, since 2013, job vacancies across the nation are up 200 per cent, making it one of Ireland’s most resilient sectors. The Irish hospitality sector is already worth 7.2 billion euros to the economy and supports more than 235,000 jobs.\r\n\r\nA lot of this money comes from tourists who are keen to get a taste of Ireland’s famed hospitality sector; whether it’s dancing the night away in Dublin or keeping cool in Cork. Either way, hospitality venues have a lot to learn from the Irish about how to keep guests feeling welcomed and entertained. So in this ‘Taste of’ feature, we explore how you can give your venue an Irish makeover.\r\n\r\n<strong>Keeping authentic</strong>\r\n\r\nOne of my favourite past times when I go on holiday (and this might seem pretty odd), is to spot the town’s Irish pub. Last month, when I was in Toulouse, we visited a great establishment called The Danu, its environment was great. And this is the taste of Ireland that you can instantly access around the globe.\r\n\r\nIf you’re looking to bring a feel of the Irish straight to your venue; then consider adding an eclectic mix of interesting wall decorations. Often Irish pubs are jam-packed with different prints, images and pictures all over their walls that reflect on who they are as a venue. It’s a real change from more sterile establishments, and with walls becoming part of the statement of the venue, you create a homely and welcoming atmosphere.\r\n\r\nAnother typical aesthetic of the Irish if the mahogany or other dark coloured woods that often make up the bar, as well as the walls, of the venue. The warmth created by the dark woods creates an inviting and instantly familiar atmosphere. Venues have a lot to learn from the Irish in terms of how they create aesthetic to feel homely.\r\n\r\n<strong>Flavours</strong>\r\n\r\nIreland has so many wonderful foods to offer. Walking through the streets of Dublin, for example, many restaurants offer a variant of stew – my absolute favourite being a beef and Guinness stew, which is actually a bit of a classic.\r\n\r\nIf you’re a restaurant looking to incorporate an Ireland-related food week, or something similar, then the first thing I would add to your menu is a rich stew. Make sure your meat is tender and slow cooked and add some winter vegetables such as carrots or parsnips. I would also recommend adding an Irish classic, the potato.\r\n\r\nThe humble potato is what Ireland is associated with. Fortunately, the potato, being so versatile, has a lot to offer; whether it’s an addition to a classic roast dinner meal, or used for bar snack crisps, make sure you research the best authentic Irish potatoes to serve.\r\n\r\nLastly, Ireland has a lot to offer in the way of cheese; whether you design a specific Irish cheeseboard, or simply keep it as one of your many cheese offerings, it’s a wonderful addition to any dessert menu.\r\n\r\n<strong>Drink</strong>\r\n\r\nIreland produces some of the most wonderful beverages across the whole world. For example, Irish whiskey is a classic, often meticulously produced and filled with flavour. Take Dingle Distillery, an artisan whiskey distiller, which recently released a single malt whiskey – the brand offers an authentic taste of Ireland. By researching these key Irish whiskey producers and adding them to your drinks menu, you will be providing your customer the best the country has to offer.\r\n\r\nMoreover, Ireland is famed for producing some truly stand out beers and ale. The country has a rich history with both; in the 19<sup>th</sup> century, there were more than 200 breweries in the country, with 55 of these based in Dublin. Later in the century, this number fell by three-quarters to 50 and by the mid 2000s, there was only 12.\r\n\r\nHowever, despite this, Ireland is still famed for producing some of the best products across the globe; whether it’s Guinness Draught or Murphy’s Irish Stout – they offer a rich and indulgent flavour, that gives the consumer a proper taste of Ireland.\r\n\r\nWhichever way you choose to add a taste of Ireland to your venue; ensure that you are doing your research and speaking to food and drink producers in the country who can answer any questions you may have.','The luck of the Irish','','inherit','closed','closed','','2471-revision-v1','','','2018-08-30 10:19:54','2018-08-30 10:19:54','',2471,'http://www.ontradeprogress.com/2018/08/30/2471-revision-v1/',0,'revision','',0),(2475,1,'2018-08-30 10:28:35','2018-08-30 10:28:35','<strong><em>On-Trade Progress</em> explores the need for EPOS systems to operate in a contactless capacity.</strong>\r\n\r\nSince the introduction of contactless card payments in September 2007 – which seems like a very long time ago, considering very few people used contactless then – retail and hospitality have been yearning to catch up its technology for contactless payments.\r\n\r\nA recent study conducted by Visa found that ten years on from the birth of contactless payments (September 2017) almost 66% of Brits have made a purchase via contactless card payment. With the evolution of technology and younger millennials taking advantage of contactless, we can now assume this percentage is far higher.\r\n\r\nIn fact, it’s these millennial shoppers (aged 18-35) that are furthering the support of contactless card payments exponentially; with more than three quarters of them (76 per cent), making card payments with contactless. As perhaps expected, the slowest group to uptake on contactless payments is the over 65 market.\r\n\r\nIn terms of industries which benefit most from contactless payments; the supermarket sector is triumphant, followed closely however by the food and hospitality sector. With this is mind, providing the best EPOS system for your venue, be it a bar, pub, club or hotel which can support contactless payments is key.\r\n\r\n<strong>Changing times</strong>\r\n\r\nContactless card payments have evolved substantially in recent year; and now with the introduction of Apple Pay, customers don’t even need to pull out their wallet to pay. They simply use their phone to tap and pay – the fastest method yet.\r\n\r\nThis need for immediacy helps consumers, as well as hospitality professionals. In busy bar situations, being supported by an EPOS system which is able to utilise this fast-paced paying method means staff are able to work quicker and more efficiently.\r\n\r\nThis idea is supported by Kevin Jenkins, managing director for Visa UK &amp; Ireland, when he says: “The introduction of contactless cards in the UK ten years ago was a watershed moment for consumers. Whether buying lunch, commuting without having to top-up, queuing at bars and festivals, or donating to charity, Brits have come to expect a painless payment experience.\r\n\r\n“Yet there’s still room for the uptake of contactless to grow, particularly outside London and the South East. Our study shows the appetite for adopting new payment methods is greater than ever and with mobile devices opening up myriad new ways to pay, the next ten years looks set to see contactless payments become an ever-greater part of our day to day lives.”\r\n\r\n<strong>Keeping up</strong>\r\n\r\nTo ensure that your business is keeping up with the demands of consumers, and the immediacy of the younger generation – make sure you’re EPOS system is able to offer contactless today.','Contactless capacity','','publish','closed','open','','contactless-capacity','','','2018-08-30 10:28:35','2018-08-30 10:28:35','',0,'http://www.ontradeprogress.com/?p=2475',0,'post','',0),(2476,1,'2018-08-30 10:27:59','2018-08-30 10:27:59','','Screen Shot 2018-08-30 at 11.23.59','','inherit','closed','closed','','screen-shot-2018-08-30-at-11-23-59','','','2018-08-30 10:27:59','2018-08-30 10:27:59','',2475,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-11.23.59.png',0,'attachment','image/png',0),(2477,1,'2018-08-30 10:28:35','2018-08-30 10:28:35','<strong><em>On-Trade Progress</em> explores the need for EPOS systems to operate in a contactless capacity.</strong>\r\n\r\nSince the introduction of contactless card payments in September 2007 – which seems like a very long time ago, considering very few people used contactless then – retail and hospitality have been yearning to catch up its technology for contactless payments.\r\n\r\nA recent study conducted by Visa found that ten years on from the birth of contactless payments (September 2017) almost 66% of Brits have made a purchase via contactless card payment. With the evolution of technology and younger millennials taking advantage of contactless, we can now assume this percentage is far higher.\r\n\r\nIn fact, it’s these millennial shoppers (aged 18-35) that are furthering the support of contactless card payments exponentially; with more than three quarters of them (76 per cent), making card payments with contactless. As perhaps expected, the slowest group to uptake on contactless payments is the over 65 market.\r\n\r\nIn terms of industries which benefit most from contactless payments; the supermarket sector is triumphant, followed closely however by the food and hospitality sector. With this is mind, providing the best EPOS system for your venue, be it a bar, pub, club or hotel which can support contactless payments is key.\r\n\r\n<strong>Changing times</strong>\r\n\r\nContactless card payments have evolved substantially in recent year; and now with the introduction of Apple Pay, customers don’t even need to pull out their wallet to pay. They simply use their phone to tap and pay – the fastest method yet.\r\n\r\nThis need for immediacy helps consumers, as well as hospitality professionals. In busy bar situations, being supported by an EPOS system which is able to utilise this fast-paced paying method means staff are able to work quicker and more efficiently.\r\n\r\nThis idea is supported by Kevin Jenkins, managing director for Visa UK &amp; Ireland, when he says: “The introduction of contactless cards in the UK ten years ago was a watershed moment for consumers. Whether buying lunch, commuting without having to top-up, queuing at bars and festivals, or donating to charity, Brits have come to expect a painless payment experience.\r\n\r\n“Yet there’s still room for the uptake of contactless to grow, particularly outside London and the South East. Our study shows the appetite for adopting new payment methods is greater than ever and with mobile devices opening up myriad new ways to pay, the next ten years looks set to see contactless payments become an ever-greater part of our day to day lives.”\r\n\r\n<strong>Keeping up</strong>\r\n\r\nTo ensure that your business is keeping up with the demands of consumers, and the immediacy of the younger generation – make sure you’re EPOS system is able to offer contactless today.','Contactless capacity','','inherit','closed','closed','','2475-revision-v1','','','2018-08-30 10:28:35','2018-08-30 10:28:35','',2475,'http://www.ontradeprogress.com/2018/08/30/2475-revision-v1/',0,'revision','',0),(2478,1,'2018-08-30 10:36:40','2018-08-30 10:36:40','<strong>If you want to see how to turn a fridge into a show stopper, check out Williams at the Restaurant Show 2018. The stand highlight is a Jade J300 cabinet decked out as a bright red telephone box – a classic British icon and a fridge in one. Also on show is the latest version of Williams Chef’s Drawer, a versatile and compact unit that helps maximise refrigerated storage in the kitchen. </strong>\r\n\r\nWilliams’ recently launched Chameleon finishing service has already rung bells with the foodservice market – so the decision to showcase it with a Jade J300 telephone box was an obvious one. Chameleon allows operators to personalise their refrigeration, using food safe vinyl wrapping that meets all food hygiene requirements, is heat resistant from -40°C up to 140°C, and has been awarded a BI fire rating. Tough enough to cope with busy catering environments, Chameleon has an eight-year shelf life.\r\n\r\nIn fairness, the new Jade J300 is an interesting product even without its Restaurant Show telephone makeover. It’s Williams’ most compact upright cabinet ever, with a footprint of just 595mm by 684mm and a storage capacity of just over 335 litres.\r\n\r\nMeanwhile the Chef’s Drawer is a truly versatile refrigeration solution. It’s designed to fit perfectly with the latest prime cooking suites, such as the Falcon F900, so that the refrigerated ingredients are right where they are needed, at ‘the cook face’. Two drawers can be stacked on top of each other, to double storage in the same footprint and allow a refrigerator / freezer combination. The Chef’s Drawer accepts 2/1GN pans, up to 150mm deep, and offers a capacity of up to 94litres.\r\n\r\nWilliams personnel will be on hand throughout the Restaurant Show to give expert advice on all aspects of foodservice refrigeration.\r\n\r\nWilliams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.\r\n\r\nTo learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\">www.williams-refrigeration.co.uk</a>.','The Fridge as a Phone Box','','publish','closed','open','','the-fridge-as-a-phone-box','','','2018-08-30 10:37:05','2018-08-30 10:37:05','',0,'http://www.ontradeprogress.com/?p=2478',0,'post','',0),(2479,1,'2018-08-30 10:35:00','2018-08-30 10:35:00','','Screen Shot 2018-08-30 at 11.33.27','','inherit','closed','closed','','screen-shot-2018-08-30-at-11-33-27','','','2018-08-30 10:35:00','2018-08-30 10:35:00','',2478,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-30-at-11.33.27.png',0,'attachment','image/png',0),(2480,1,'2018-08-30 10:36:40','2018-08-30 10:36:40','<strong>If you want to see how to turn a fridge into a show stopper, check out Williams at the Restaurant Show 2018. The stand highlight is a Jade J300 cabinet decked out as a bright red telephone box – a classic British icon and a fridge in one. Also on show is the latest version of Williams Chef’s Drawer, a versatile and compact unit that helps maximise refrigerated storage in the kitchen. </strong>\r\n\r\nWilliams’ recently launched Chameleon finishing service has already rung bells with the foodservice market – so the decision to showcase it with a Jade J300 telephone box was an obvious one. Chameleon allows operators to personalise their refrigeration, using food safe vinyl wrapping that meets all food hygiene requirements, is heat resistant from -40°C up to 140°C, and has been awarded a BI fire rating. Tough enough to cope with busy catering environments, Chameleon has an eight-year shelf life.\r\n\r\nIn fairness, the new Jade J300 is an interesting product even without its Restaurant Show telephone makeover. It’s Williams’ most compact upright cabinet ever, with a footprint of just 595mm by 684mm and a storage capacity of just over 335 litres.\r\n\r\nMeanwhile the Chef’s Drawer is a truly versatile refrigeration solution. It’s designed to fit perfectly with the latest prime cooking suites, such as the Falcon F900, so that the refrigerated ingredients are right where they are needed, at ‘the cook face’. Two drawers can be stacked on top of each other, to double storage in the same footprint and allow a refrigerator / freezer combination. The Chef’s Drawer accepts 2/1GN pans, up to 150mm deep, and offers a capacity of up to 94litres.\r\n\r\nWilliams personnel will be on hand throughout the Restaurant Show to give expert advice on all aspects of foodservice refrigeration.\r\n\r\nWilliams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.\r\n\r\nTo learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\">www.williams-refrigeration.co.uk</a>.','The Fridge as a Phone Box','','inherit','closed','closed','','2478-revision-v1','','','2018-08-30 10:36:40','2018-08-30 10:36:40','',2478,'http://www.ontradeprogress.com/2018/08/30/2478-revision-v1/',0,'revision','',0),(2483,1,'2018-08-31 07:12:20','2018-08-31 07:12:20','<strong>The Smart Oil Management system, developed in the USA by Frontline International, has now been launched in the UK through FEM. The complete system eliminates the need for staff to handle oil, allowing operators to fill and empty fryers at the push of a button. It’s not only safer but also increases oil yield by 10% and helps the business turn waste oil into a profit-earner.  Plus, it can be connected to the internet for remote management. </strong>\r\n\r\nFrontline’s EZ Oil is the part of Smart Oil Management that makes filling fryers easy. It features a space-saving rack where boxed oil is stored. The boxes are connected to a pump system which fills the fryers when required.  EZ Oil is compatible with many brands of boxed oil, so there’s no need for the operator to change supplier.\r\n\r\nFor waste oil handling, Frontline offers a choice of indoor or outdoor tanks. When oil needs changing, staff simply push the button and the waste oil is pumped into the tank. Unlike some waste systems, these tanks don’t need to be hidden: their modern, good looking design and stainless steel exterior means they can be sited anywhere.\r\n\r\nAn optional web-based software package connects the system to the internet, giving managers a remote dashboard where they can monitor oil usage, standardise filtration, schedule waste oil pickups, measure diagnostics and so on.\r\n\r\nThe Smart Oil Management system allows operators to carefully control and account for every drop of oil – this level of scrutiny typically saves 10% of oil usage. Meanwhile, the tanks make it easy for operators to hold waste oil and sell it to third parties as biofuel – adding directly to the bottom line.\r\n\r\n“The Frontline system is a smarter way to manage oil,” says Mark Hogan, Commercial Director of FEM. “It eliminates the slip and burn hazards associated with oil handling while reducing costs and increasing profits.\r\n\r\n“Although Frontline is new in the UK, it’s well established in the USA. There are 26,000 installations around the world, with users ranging from independents to major chains.”\r\n\r\nFrontline’s Smart Oil Management system is available through FEM dealers. The cost for a complete system starts at around £9,980. The estimated ROI is around 12-18 months.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Smart Oil Management – at the touch of a button','','publish','closed','open','','smart-oil-management-at-the-touch-of-a-button','','','2018-08-31 07:12:20','2018-08-31 07:12:20','',0,'http://www.ontradeprogress.com/?p=2483',0,'post','',0),(2484,1,'2018-08-31 07:11:39','2018-08-31 07:11:39','','Screen Shot 2018-08-31 at 08.11.19','','inherit','closed','closed','','screen-shot-2018-08-31-at-08-11-19','','','2018-08-31 07:11:39','2018-08-31 07:11:39','',2483,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-31-at-08.11.19.png',0,'attachment','image/png',0),(2485,1,'2018-08-31 07:12:20','2018-08-31 07:12:20','<strong>The Smart Oil Management system, developed in the USA by Frontline International, has now been launched in the UK through FEM. The complete system eliminates the need for staff to handle oil, allowing operators to fill and empty fryers at the push of a button. It’s not only safer but also increases oil yield by 10% and helps the business turn waste oil into a profit-earner.  Plus, it can be connected to the internet for remote management. </strong>\r\n\r\nFrontline’s EZ Oil is the part of Smart Oil Management that makes filling fryers easy. It features a space-saving rack where boxed oil is stored. The boxes are connected to a pump system which fills the fryers when required.  EZ Oil is compatible with many brands of boxed oil, so there’s no need for the operator to change supplier.\r\n\r\nFor waste oil handling, Frontline offers a choice of indoor or outdoor tanks. When oil needs changing, staff simply push the button and the waste oil is pumped into the tank. Unlike some waste systems, these tanks don’t need to be hidden: their modern, good looking design and stainless steel exterior means they can be sited anywhere.\r\n\r\nAn optional web-based software package connects the system to the internet, giving managers a remote dashboard where they can monitor oil usage, standardise filtration, schedule waste oil pickups, measure diagnostics and so on.\r\n\r\nThe Smart Oil Management system allows operators to carefully control and account for every drop of oil – this level of scrutiny typically saves 10% of oil usage. Meanwhile, the tanks make it easy for operators to hold waste oil and sell it to third parties as biofuel – adding directly to the bottom line.\r\n\r\n“The Frontline system is a smarter way to manage oil,” says Mark Hogan, Commercial Director of FEM. “It eliminates the slip and burn hazards associated with oil handling while reducing costs and increasing profits.\r\n\r\n“Although Frontline is new in the UK, it’s well established in the USA. There are 26,000 installations around the world, with users ranging from independents to major chains.”\r\n\r\nFrontline’s Smart Oil Management system is available through FEM dealers. The cost for a complete system starts at around £9,980. The estimated ROI is around 12-18 months.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit<a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Smart Oil Management – at the touch of a button','','inherit','closed','closed','','2483-revision-v1','','','2018-08-31 07:12:20','2018-08-31 07:12:20','',2483,'http://www.ontradeprogress.com/2018/08/31/2483-revision-v1/',0,'revision','',0),(2486,1,'2018-09-03 07:21:58','2018-09-03 07:21:58','<strong>London Craft Beer Festival (LCBF) arrived in the UK this month, <em>On-Trade Progress </em>visited the show.</strong>\r\n\r\nAlready before the gates to London’s Tobacco Dock, the queues were already forming. In the lead up to the 11.30am kick off on day one of the show; when the visitors would be a rich mix of industry and the public, the excitement was pulpable.\r\n\r\nIt was another one of the capital’s infamous heatwaves in the lead up to the show and one could sense visitors were keen to have their thirst quench with some of the best and newest craft beer brands the nation (and indeed, further afield) had to offer.\r\n\r\nThis was the London Craft Beer Festival (LCBF), when more than 70 of the best breweries hand-picked from across the globe unite under one roof to create an outstanding collection of craft beer. With more than 10,000 consumers attending the event of the weekend; which took place from August 3<sup>rd</sup>-5<sup>th</sup>, LCBF’s sixth year was a great success.\r\n\r\n<strong>Industry experts</strong>\r\n\r\nWith so many industry experts flocking to LCBF, it’s only natural that the event organiser would put on a stellar line up of speakers to share their expertise. In a series of Raise The Bar sessions, industry experts were welcomed to talk about topics passionate to them.\r\n\r\nOne of the stand out talks of the series was from Jenn Merrick, founder of Earth Station and the keynote speaker in fact, who lead a discussion on quality. This was followed by Bruce Gray, owner of Left Handed Giant and Small Bar, who focus his attention on the philosophy of the local.\r\n\r\nPrior to the event, the co-founder of LCBF, Daniel Sylvester, said: “The Raise The Bar sessions provides a forum for everyone connected to the industry to come together, hear from the best in the business and learn new things in this fast evolving space.\r\n\r\n“Also, having spoken to both suppliers and brewers, we found there was an emerging disconnect between them. So by providing an area for them to meet informally, a place in keeping with the relaxed atmosphere at the festival, we hope to help the craft beer category to continue to grow and prosper.”\r\n\r\n<strong>A great experience</strong>\r\n\r\nOne of the stand out elements of LCBF, was the ability for visitors to actually try the product. Upon arrival, each visitor was given a glass and encouraged to get talking to the brewers and trying the beer.\r\n\r\nThis opened up the lines of communication between the exhibitors and visitors massively, as they were able to explain how they made the product to create flavour and answer any direct questions about the product at their stand.\r\n\r\nSimilarly, some stands created heavily immersive experiences for the festivalgoers in the venue’s Vaults space. These include Wild Beer Co, Fuller’s &amp; Friends, Thombridge, Harbour Brewing Co and BrewDog – to name a few.\r\n\r\nIt wasn’t just beer on the menu either; with LCBF offering the opportunity to try a variety of gin, whiskey, wine, cider, food and music too.\r\n\r\nSylvester adds: “Craft beer is one of the fastest growing sectors of the drinks industry and our festival offers the trade the opportunity to taste, network and share ideas and practical advice. Brewery owners and head brewers will be there in person, guaranteeing that buyers can meet the decision makers on the day.”\r\n\r\n<strong>Younger demographic</strong>\r\n\r\nOne thing to note is the younger demographic that are getting in to craft beer; whether they are attempting to brew it themselves, or just enjoying the drink, young people are pioneering the beverage.\r\n\r\nThis could be because the beer industry is more inclusive of young people. A report by SIBA found that nearly half of the people working in the sector are aged 24-45, with 37 per cent aged below 34. Moreover, there is a huge investment in young people – more than one in ten employees are aged 16-24; getting into industry so young fuels their love of the product.\r\n\r\nBrewers have been noticing this trend too. Jimmy Hatherley, founder and head brewer at Unity Brewing Co, said: “Interestingly, when CAMRA first started, all those guys were really young, late teens, early 20s. It\'s only as they\'ve got older and the beer and marketing failed to move with the times is where this attitude of beer being an old guys drink has come from. The influence of modern, exciting, colourful and most importantly flavourful craft beer from the states reignited an interest in beer for young people looking for exciting flavours and drinking experiences.\r\n\r\n“With the Instagram generation, it\'s been impossible for this to slow down too. Breweries know they have to (and really want to) keep evolving, moving forward and staying relevant so they are appealing to a much more diverse audience. From the popularity of modern beer, breweries are becoming more and more like bands as well and this is really appealing to a younger audience. People follow breweries now, look out for their new releases, idolise their brewers and go to all their events. It all comes down to the fact that the flavours and marketing of modern breweries has become really exciting and it all feeds from that.”\r\n\r\nWith all this in mind, and brewers pushing the boundaries of their creations – offering a more vibrant and exciting outlook for a younger demographic, Freshers’ Week offers the perfect event for craft beer to flourish. With September only around the corner, brewers can consider how they market their products to a younger demographic, already excited to further their craft beer, and university, journey.','Freshers are getting crafty','','publish','closed','open','','freshers-are-getting-crafty','','','2018-09-03 07:21:58','2018-09-03 07:21:58','',0,'http://www.ontradeprogress.com/?p=2486',0,'post','',0),(2487,1,'2018-08-31 07:31:29','2018-08-31 07:31:29','<strong>London Craft Beer Festival (LCBF) arrived in the UK this month, <em>On-Trade Progress </em>visited the show.</strong>\r\n\r\nAlready before the gates to London’s Tobacco Dock, the queues were already forming. In the lead up to the 11.30am kick off on day one of the show; when the visitors would be a rich mix of industry and the public, the excitement was pulpable.\r\n\r\nIt was another one of the capital’s infamous heatwaves in the lead up to the show and one could sense visitors were keen to have their thirst quench with some of the best and newest craft beer brands the nation (and indeed, further afield) had to offer.\r\n\r\nThis was the London Craft Beer Festival (LCBF), when more than 70 of the best breweries hand-picked from across the globe unite under one roof to create an outstanding collection of craft beer. With more than 10,000 consumers attending the event of the weekend; which took place from August 3<sup>rd</sup>-5<sup>th</sup>, LCBF’s sixth year was a great success.\r\n\r\n<strong>Industry experts</strong>\r\n\r\nWith so many industry experts flocking to LCBF, it’s only natural that the event organiser would put on a stellar line up of speakers to share their expertise. In a series of Raise The Bar sessions, industry experts were welcomed to talk about topics passionate to them.\r\n\r\nOne of the stand out talks of the series was from Jenn Merrick, founder of Earth Station and the keynote speaker in fact, who lead a discussion on quality. This was followed by Bruce Gray, owner of Left Handed Giant and Small Bar, who focus his attention on the philosophy of the local.\r\n\r\nPrior to the event, the co-founder of LCBF, Daniel Sylvester, said: “The Raise The Bar sessions provides a forum for everyone connected to the industry to come together, hear from the best in the business and learn new things in this fast evolving space.\r\n\r\n“Also, having spoken to both suppliers and brewers, we found there was an emerging disconnect between them. So by providing an area for them to meet informally, a place in keeping with the relaxed atmosphere at the festival, we hope to help the craft beer category to continue to grow and prosper.”\r\n\r\n<strong>A great experience</strong>\r\n\r\nOne of the stand out elements of LCBF, was the ability for visitors to actually try the product. Upon arrival, each visitor was given a glass and encouraged to get talking to the brewers and trying the beer.\r\n\r\nThis opened up the lines of communication between the exhibitors and visitors massively, as they were able to explain how they made the product to create flavour and answer any direct questions about the product at their stand.\r\n\r\nSimilarly, some stands created heavily immersive experiences for the festivalgoers in the venue’s Vaults space. These include Wild Beer Co, Fuller’s &amp; Friends, Thombridge, Harbour Brewing Co and BrewDog – to name a few.\r\n\r\nIt wasn’t just beer on the menu either; with LCBF offering the opportunity to try a variety of gin, whiskey, wine, cider, food and music too.\r\n\r\nSylvester adds: “Craft beer is one of the fastest growing sectors of the drinks industry and our festival offers the trade the opportunity to taste, network and share ideas and practical advice. Brewery owners and head brewers will be there in person, guaranteeing that buyers can meet the decision makers on the day.”\r\n\r\n<strong>Younger demographic</strong>\r\n\r\nOne thing to note is the younger demographic that are getting in to craft beer; whether they are attempting to brew it themselves, or just enjoying the drink, young people are pioneering the beverage.\r\n\r\nThis could be because the beer industry is more inclusive of young people. A report by SIBA found that nearly half of the people working in the sector are aged 24-45, with 37 per cent aged below 34. Moreover, there is a huge investment in young people – more than one in ten employees are aged 16-24; getting into industry so young fuels their love of the product.\r\n\r\nBrewers have been noticing this trend too. Jimmy Hatherley, founder and head brewer at Unity Brewing Co, said: “Interestingly, when CAMRA first started, all those guys were really young, late teens, early 20s. It\'s only as they\'ve got older and the beer and marketing failed to move with the times is where this attitude of beer being an old guys drink has come from. The influence of modern, exciting, colourful and most importantly flavourful craft beer from the states reignited an interest in beer for young people looking for exciting flavours and drinking experiences.\r\n\r\n“With the Instagram generation, it\'s been impossible for this to slow down too. Breweries know they have to (and really want to) keep evolving, moving forward and staying relevant so they are appealing to a much more diverse audience. From the popularity of modern beer, breweries are becoming more and more like bands as well and this is really appealing to a younger audience. People follow breweries now, look out for their new releases, idolise their brewers and go to all their events. It all comes down to the fact that the flavours and marketing of modern breweries has become really exciting and it all feeds from that.”\r\n\r\nWith all this in mind, and brewers pushing the boundaries of their creations – offering a more vibrant and exciting outlook for a younger demographic, Freshers’ Week offers the perfect event for craft beer to flourish. With September only around the corner, brewers can consider how they market their products to a younger demographic, already excited to further their craft beer, and university, journey.','Freshers are getting crafty','','inherit','closed','closed','','2486-revision-v1','','','2018-08-31 07:31:29','2018-08-31 07:31:29','',2486,'http://www.ontradeprogress.com/2018/08/31/2486-revision-v1/',0,'revision','',0),(2488,1,'2018-09-03 07:20:55','2018-09-03 07:20:55','<strong>We visit the St James Bar on one of London’s many heatwave afternoons; being welcomed into the hotel bar and given a premium spot at the bar. Immediately, you sense the laid-back luxury of the venue; with a sleek, dark interior that provided much refuge from the heat. The walls are adorned with intricate detail, one of which is covered in what appears to be a Japanese floral partition; which is particularly striking against the deep brown walls. We’re not here to admire the design. However, and as the bar manager slips a CD-shaped menu into our hands, we become excited to try the St James Bar’s latest sensation, its musical-themed cocktail menu.</strong>\r\n\r\nWe sit and talk to head bartender, Remi Garcia, who talks us through some of his favourites and the key concept behind the menu. The drinks menu, which features cocktails inspired by music legends such as Ray Charles, Bob Marley and Beyoncé, was designed by the expert team and inspired by their favourite songs.\r\n\r\nGarcia elaborates: “We have engaged not only your senses of taste and smell but of hearing and sight too. The musical themed menu combined with the ambience of the St James Bar ensures that enjoying a cocktail is a full sensory experience.”\r\n\r\nA stand out facet of this cocktail concept is the menu; which is designed as a CD case – with a lyric book showcasing all the different recipes and the teams’ take on the album cover. To further the immersive experience, the case contains a CD that can be used as a coaster – and this can actually be purchased as a souvenir of the experience. The team also worked with designers to create an intricate array of glassware to showcase the cocktails – from a rock ‘n’ roll themed box which pours out smoke to a jazzy feather strewn martini glass.\r\n\r\nEach of the ingredients used to craft the cocktails pairs excellently with the musician they promote. For example, the ‘Spice of Californication’, based on the Red Hot Chilli Peppers, mixes Vida Mezcal, Cointreau, Green Chartreuse, lime juice, chilli syrup and agave syrup. Not only do these reflect the chilli in the band’s name, but also aim to give the drinker a taste of classic California.\r\n\r\nSimilarly, the ‘One More Time’, based on music duo, Daft Punk, combines Fair Vodka, Fair Pomegranate liqueur, cherry tomato shrub, lime juice, tangerine oil, plum bitters and a homemade floral foam. Decorated with flashing lights in a distinctive metallic martini glass, this drink mimics the eccentric visual stylisation of the duo.\r\n\r\nWith 14 cocktails on this elaborate menu, the St James Bar is pioneering this elaborate and delicious music-themed cocktail concept.','St James has launched a new musical cocktail menu','','publish','closed','open','','st-james-has-launched-a-new-musical-cocktail-menu','','','2018-09-03 07:20:55','2018-09-03 07:20:55','',0,'http://www.ontradeprogress.com/?p=2488',0,'post','',0),(2489,1,'2018-08-31 07:35:10','2018-08-31 07:35:10','<strong>We visit the St James Bar on one of London’s many heatwave afternoons; being welcomed into the hotel bar and given a premium spot at the bar. Immediately, you sense the laid-back luxury of the venue; with a sleek, dark interior that provided much refuge from the heat. The walls are adorned with intricate detail, one of which is covered in what appears to be a Japanese floral partition; which is particularly striking against the deep brown walls. We’re not here to admire the design. However, and as the bar manager slips a CD-shaped menu into our hands, we become excited to try the St James Bar’s latest sensation, its musical-themed cocktail menu.</strong>\r\n\r\nWe sit and talk to head bartender, Remi Garcia, who talks us through some of his favourites and the key concept behind the menu. The drinks menu, which features cocktails inspired by music legends such as Ray Charles, Bob Marley and Beyoncé, was designed by the expert team and inspired by their favourite songs.\r\n\r\nGarcia elaborates: “We have engaged not only your senses of taste and smell but of hearing and sight too. The musical themed menu combined with the ambience of the St James Bar ensures that enjoying a cocktail is a full sensory experience.”\r\n\r\nA stand out facet of this cocktail concept is the menu; which is designed as a CD case – with a lyric book showcasing all the different recipes and the teams’ take on the album cover. To further the immersive experience, the case contains a CD that can be used as a coaster – and this can actually be purchased as a souvenir of the experience. The team also worked with designers to create an intricate array of glassware to showcase the cocktails – from a rock ‘n’ roll themed box which pours out smoke to a jazzy feather strewn martini glass.\r\n\r\nEach of the ingredients used to craft the cocktails pairs excellently with the musician they promote. For example, the ‘Spice of Californication’, based on the Red Hot Chilli Peppers, mixes Vida Mezcal, Cointreau, Green Chartreuse, lime juice, chilli syrup and agave syrup. Not only do these reflect the chilli in the band’s name, but also aim to give the drinker a taste of classic California.\r\n\r\nSimilarly, the ‘One More Time’, based on music duo, Daft Punk, combines Fair Vodka, Fair Pomegranate liqueur, cherry tomato shrub, lime juice, tangerine oil, plum bitters and a homemade floral foam. Decorated with flashing lights in a distinctive metallic martini glass, this drink mimics the eccentric visual stylisation of the duo.\r\n\r\nWith 14 cocktails on this elaborate menu, the St James Bar is pioneering this elaborate and delicious music-themed cocktail concept.','St James has launched a new musical cocktail menu','','inherit','closed','closed','','2488-revision-v1','','','2018-08-31 07:35:10','2018-08-31 07:35:10','',2488,'http://www.ontradeprogress.com/2018/08/31/2488-revision-v1/',0,'revision','',0),(2490,1,'2018-09-03 07:19:04','2018-09-03 07:19:04','<strong>Lady of the Grapes launches in London this month; On-Trade Progress interviews owner and director, Carole Byron.</strong>\r\n\r\nThis month, Lady of the Grapes opens its door in London’s social heart, Covent Garden. Its pull? Serving wines made predominately from female winemakers.\r\n\r\n“Lady of the Grapes is a small wine bar but full of wine made by amazing ‘ladies’!” begins Byron, owner and director of Lady of the Grapes, who elaborates on how she feels the venue will bolster the representation of female winemakers. “I want to represent them as much as I can and ensure they are visible to the public and let people know they exist and they can make wine as good as anyone else.\r\n\r\n“We see more and more women taking the lead and being in charge of wine estates and we are really pleased to see that. But like in many other industries, the parity still does not exist and women are often less considered.”\r\n\r\nUnfortunately, female winemakers make up a minority of the winemaker community. A study conducted in California, found that regionally, only 10 per cent of the winemakers were women. Similar figures are exhibited across the globe when it comes to women in the industry.\r\n\r\nEven still, it’s not only female representation Byron is concerned about. She continues: “But it is not only about winemakers, it’s more generally about women in wine. I also have amazing women working with me at Lady of the Grapes who have a great knowledge of wine.”\r\n\r\n<strong>Realising ambitions</strong>\r\n\r\nByron herself is a huge part of what makes Lady of the Grapes so special. In 2015, Byron left her position as an art director in advertising to become the manager of The Grocery Wine Vault in Shoreditch. During this time, Byron acquired wine industry knowledge and further understood how to fulfil her own dreams of opening a wine bar.\r\n\r\nThe journey to opening Lady of the Grapes is a rich one; interestingly, the venture has been funded via a Crowdfunding campaign.\r\n\r\nByron elaborates: “It was based on rewards, so people were able to pre-buy wine or food or services (like wine tastings or a seat at the Lady of the Grapes). It was more to have visibility and pique the interest of future customers, so they can come as soon as we open the door, as opposed to just raising money. And it was fun to create pledges. Otherwise we also have partnerships with private investors.”\r\n\r\nThe location of the venue is important too; with wine being a part of London’s social scene, making sure the restaurant was central was key. Byron adds: “I looked for a long time for the ideal location. And after months of disappointment, Victor Garvey (who is a close friend, restauranteur and chef) was closing his restaurant ‘Encant’ and offered us the opportunity to take over the place. Obviously, we didn’t have to think about it too much and just took it. The location is amazing, in easy reach for everything in London and the period building is super cute.”\r\n\r\nPutting the venue together required some DIY; Lady of the Grapes’ logo was designed by Byron herself, who drew inspiration from Dionysus – the female god of the grape harvest, winemaking and wine, of ritual and madness.\r\n\r\nByron elaborates: “My husband cut the wine bottles to make the lamp pendants that hang near the front windows, and we bought our amazing chandelier from a light supplier called Chantelle.”\r\n\r\n<strong>Choosing wisely</strong>\r\n\r\nAfter the venue was secured, Byron and her team worked on developing the best food and wine pairings possible.\r\n\r\nFor the latter, they already had a concept; wines largely produced by female winemakers. Beyond this, Byron wanted Lady of the Grapes to offer biodynamic, organic and natural-certified wines – lots of boxes to tick. Currently, the venue offers wines from various importers (approximately 20), so many suppliers means there’s more wine options, and more of a chance for Lady of the Grapes to stick to its vision.\r\n\r\nTo support Byron’s love of French food and culture, she has developed Lady of the Grapes’ food offering in tandem with these ideals. She worked closely to develop her food offering with Victor Garvey; the chef and owner of the Catalan restaurant, Rambla, in Soho, and cheese and wine restaurant, Sibarita, in Covent Garden. Lady of the Grapes is now located on the former site of his first London restaurant, Encant.\r\n\r\nWhen asked how she developed this menu, she says: “In collaboration with Victor. I really wanted to have food with French influences to pair with our wines. I explained the concept to Victor, he was super excited about it. He is an amazing chef, so I was extremely happy to have him design the food menu.”\r\n\r\nAs well as a wine bar, the venue’s deli products are all available to eat in the restaurant and all the wines and cheeses on offer are available to eat in or takeaway.\r\n\r\nReflecting on how far Lady of the Grapes has come from just a dream, to its launch this month, Byron concludes: “I would dare say it’s a unique offering. I don’t know any other place mixing retail and hospitality as we do and showcasing organic wine and women.”','Lady of the Grapes launches in London this month','','publish','closed','open','','lady-of-the-grapes-launches-in-london-this-month','','','2018-09-03 07:19:25','2018-09-03 07:19:25','',0,'http://www.ontradeprogress.com/?p=2490',0,'post','',0),(2491,1,'2018-08-31 07:37:26','2018-08-31 07:37:26','<strong>Lady of the Grapes launches in London this month; On-Trade Progress interviews owner and director, Carole Byron.</strong>\r\n\r\nThis month, Lady of the Grapes opens its door in London’s social heart, Covent Garden. Its pull? Serving wines made predominately from female winemakers.\r\n\r\n“Lady of the Grapes is a small wine bar but full of wine made by amazing ‘ladies’!” begins Byron, owner and director of Lady of the Grapes, who elaborates on how she feels the venue will bolster the representation of female winemakers. “I want to represent them as much as I can and ensure they are visible to the public and let people know they exist and they can make wine as good as anyone else.\r\n\r\n“We see more and more women taking the lead and being in charge of wine estates and we are really pleased to see that. But like in many other industries, the parity still does not exist and women are often less considered.”\r\n\r\nUnfortunately, female winemakers make up a minority of the winemaker community. A study conducted in California, found that regionally, only 10 per cent of the winemakers were women. Similar figures are exhibited across the globe when it comes to women in the industry.\r\n\r\nEven still, it’s not only female representation Byron is concerned about. She continues: “But it is not only about winemakers, it’s more generally about women in wine. I also have amazing women working with me at Lady of the Grapes who have a great knowledge of wine.”\r\n\r\n<strong>Realising ambitions</strong>\r\n\r\nByron herself is a huge part of what makes Lady of the Grapes so special. In 2015, Byron left her position as an art director in advertising to become the manager of The Grocery Wine Vault in Shoreditch. During this time, Byron acquired wine industry knowledge and further understood how to fulfil her own dreams of opening a wine bar.\r\n\r\nThe journey to opening Lady of the Grapes is a rich one; interestingly, the venture has been funded via a Crowdfunding campaign.\r\n\r\nByron elaborates: “It was based on rewards, so people were able to pre-buy wine or food or services (like wine tastings or a seat at the Lady of the Grapes). It was more to have visibility and pique the interest of future customers, so they can come as soon as we open the door, as opposed to just raising money. And it was fun to create pledges. Otherwise we also have partnerships with private investors.”\r\n\r\nThe location of the venue is important too; with wine being a part of London’s social scene, making sure the restaurant was central was key. Byron adds: “I looked for a long time for the ideal location. And after months of disappointment, Victor Garvey (who is a close friend, restauranteur and chef) was closing his restaurant ‘Encant’ and offered us the opportunity to take over the place. Obviously, we didn’t have to think about it too much and just took it. The location is amazing, in easy reach for everything in London and the period building is super cute.”\r\n\r\nPutting the venue together required some DIY; Lady of the Grapes’ logo was designed by Byron herself, who drew inspiration from Dionysus – the female god of the grape harvest, winemaking and wine, of ritual and madness.\r\n\r\nByron elaborates: “My husband cut the wine bottles to make the lamp pendants that hang near the front windows, and we bought our amazing chandelier from a light supplier called Chantelle.”\r\n\r\n<strong>Choosing wisely</strong>\r\n\r\nAfter the venue was secured, Byron and her team worked on developing the best food and wine pairings possible.\r\n\r\nFor the latter, they already had a concept; wines largely produced by female winemakers. Beyond this, Byron wanted Lady of the Grapes to offer biodynamic, organic and natural-certified wines – lots of boxes to tick. Currently, the venue offers wines from various importers (approximately 20), so many suppliers means there’s more wine options, and more of a chance for Lady of the Grapes to stick to its vision.\r\n\r\nTo support Byron’s love of French food and culture, she has developed Lady of the Grapes’ food offering in tandem with these ideals. She worked closely to develop her food offering with Victor Garvey; the chef and owner of the Catalan restaurant, Rambla, in Soho, and cheese and wine restaurant, Sibarita, in Covent Garden. Lady of the Grapes is now located on the former site of his first London restaurant, Encant.\r\n\r\nWhen asked how she developed this menu, she says: “In collaboration with Victor. I really wanted to have food with French influences to pair with our wines. I explained the concept to Victor, he was super excited about it. He is an amazing chef, so I was extremely happy to have him design the food menu.”\r\n\r\nAs well as a wine bar, the venue’s deli products are all available to eat in the restaurant and all the wines and cheeses on offer are available to eat in or takeaway.\r\n\r\nReflecting on how far Lady of the Grapes has come from just a dream, to its launch this month, Byron concludes: “I would dare say it’s a unique offering. I don’t know any other place mixing retail and hospitality as we do and showcasing organic wine and women.”','Lady of the Grapes launches in London this month','','inherit','closed','closed','','2490-revision-v1','','','2018-08-31 07:37:26','2018-08-31 07:37:26','',2490,'http://www.ontradeprogress.com/2018/08/31/2490-revision-v1/',0,'revision','',0),(2492,1,'2018-08-31 09:00:56','2018-08-31 09:00:56','<strong>An apprentice supported by HIT Training has become the first in the country to complete the new Hospitality Supervisor Apprenticeship and has passed with flying colours, achieving a Distinction.</strong>\r\n\r\nCaitlin Wooldridge, a trainee bar manager at Stanton Lakes near Leicester, completed the Level 3 standard, specialising in food and beverage. Through the programme, she has gained the skills required to independently supervise hospitality services, run shifts and motivate a team, providing vital support to management. Having experienced a variety of areas of business operations as part of her apprenticeship, Caitlin is now considering broadening her hospitality horizons to learn more about events planning and management at Stanton Lakes.\r\n\r\n<strong>Jill Whittaker, Managing Director at HIT Training, said:</strong> “We are so pleased for Caitlin. The new apprenticeship standards are very much designed to encourage apprentices to take a more forward-thinking, business-like and creative approach to learning which will ultimately not only support them into a long and fruitful career but also support the business needs of their employer. It’s wonderful to see Caitlin’s hard work recognised with a Distinction and to hear that her apprenticeship is opening doors for her into other areas of the business – it is exactly what apprenticeships are all about.”\r\n\r\n<strong>Helen Lambert, Caitlin’s Line Manager at Stanton Lakes, said:</strong> “Caitlin has worked for us since she was 16 years old, starting out as a kitchen porter before beginning to work her way up through the ranks towards the role of bar manager. It has been amazing to watch her confidence grow as her career has progressed and to now see her training more junior staff. With the help of HIT Training’s tailored support, this apprenticeship has given Caitlin the perfect foundation to build her skills through on-the-job training and I feel so proud that she is the first person in the country to complete the apprenticeship and receive a distinction.”\r\n\r\n<strong>Caitlin Wooldridge added:</strong> “I’m so glad I chose to go down the apprenticeship route. I did initially apply to go to university, but after working throughout the summer I realised that doing a course alongside my job would be a better choice for me. It’s vocational so it helps to practice your skill as well as adding value to your education at the same time. Doing this apprenticeship with HIT Training has really opened my eyes to the possibilities a career in hospitality offers and I’d like to look at taking on a more managerial role in the future.”\r\n\r\nHIT Training was the first national hospitality training provider to deliver the new apprenticeship standards, which are part of the Government-led overhaul to the apprenticeship system. The standards are designed to raise the bar and ensure training is in line with the requirements of the fast-paced hospitality industry and individual job roles.\r\n\r\nUnlike the old apprenticeship frameworks, the new standards focus on one end-point assessment, which was carried out by Training Qualifications UK (TQUK) for Caitlin. The new process is designed to be even more rigorous, with the final assessment being tailored to each individual apprenticeship. Across all standards, this includes a two-hour observation, multiple choice exam and interview to discuss the apprentices’ learning journey and past experiences.\r\n\r\nFor more information on HIT Training, please visit <u><a href=\"http://www.hittraining.co.uk\">www.hittraining.co.uk</a></u> or call 0800 093 5892','HIT apprentice becomes first to complete Hospitality Supervisor Apprenticeship','','publish','closed','open','','hit-apprentice-becomes-first-to-complete-hospitality-supervisor-apprenticeship','','','2018-08-31 09:00:56','2018-08-31 09:00:56','',0,'http://www.ontradeprogress.com/?p=2492',0,'post','',0),(2493,1,'2018-08-31 09:00:43','2018-08-31 09:00:43','','Screen Shot 2018-08-31 at 09.57.56','','inherit','closed','closed','','screen-shot-2018-08-31-at-09-57-56','','','2018-08-31 09:00:43','2018-08-31 09:00:43','',2492,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-31-at-09.57.56.png',0,'attachment','image/png',0),(2494,1,'2018-08-31 09:00:56','2018-08-31 09:00:56','<strong>An apprentice supported by HIT Training has become the first in the country to complete the new Hospitality Supervisor Apprenticeship and has passed with flying colours, achieving a Distinction.</strong>\r\n\r\nCaitlin Wooldridge, a trainee bar manager at Stanton Lakes near Leicester, completed the Level 3 standard, specialising in food and beverage. Through the programme, she has gained the skills required to independently supervise hospitality services, run shifts and motivate a team, providing vital support to management. Having experienced a variety of areas of business operations as part of her apprenticeship, Caitlin is now considering broadening her hospitality horizons to learn more about events planning and management at Stanton Lakes.\r\n\r\n<strong>Jill Whittaker, Managing Director at HIT Training, said:</strong> “We are so pleased for Caitlin. The new apprenticeship standards are very much designed to encourage apprentices to take a more forward-thinking, business-like and creative approach to learning which will ultimately not only support them into a long and fruitful career but also support the business needs of their employer. It’s wonderful to see Caitlin’s hard work recognised with a Distinction and to hear that her apprenticeship is opening doors for her into other areas of the business – it is exactly what apprenticeships are all about.”\r\n\r\n<strong>Helen Lambert, Caitlin’s Line Manager at Stanton Lakes, said:</strong> “Caitlin has worked for us since she was 16 years old, starting out as a kitchen porter before beginning to work her way up through the ranks towards the role of bar manager. It has been amazing to watch her confidence grow as her career has progressed and to now see her training more junior staff. With the help of HIT Training’s tailored support, this apprenticeship has given Caitlin the perfect foundation to build her skills through on-the-job training and I feel so proud that she is the first person in the country to complete the apprenticeship and receive a distinction.”\r\n\r\n<strong>Caitlin Wooldridge added:</strong> “I’m so glad I chose to go down the apprenticeship route. I did initially apply to go to university, but after working throughout the summer I realised that doing a course alongside my job would be a better choice for me. It’s vocational so it helps to practice your skill as well as adding value to your education at the same time. Doing this apprenticeship with HIT Training has really opened my eyes to the possibilities a career in hospitality offers and I’d like to look at taking on a more managerial role in the future.”\r\n\r\nHIT Training was the first national hospitality training provider to deliver the new apprenticeship standards, which are part of the Government-led overhaul to the apprenticeship system. The standards are designed to raise the bar and ensure training is in line with the requirements of the fast-paced hospitality industry and individual job roles.\r\n\r\nUnlike the old apprenticeship frameworks, the new standards focus on one end-point assessment, which was carried out by Training Qualifications UK (TQUK) for Caitlin. The new process is designed to be even more rigorous, with the final assessment being tailored to each individual apprenticeship. Across all standards, this includes a two-hour observation, multiple choice exam and interview to discuss the apprentices’ learning journey and past experiences.\r\n\r\nFor more information on HIT Training, please visit <u><a href=\"http://www.hittraining.co.uk\">www.hittraining.co.uk</a></u> or call 0800 093 5892','HIT apprentice becomes first to complete Hospitality Supervisor Apprenticeship','','inherit','closed','closed','','2492-revision-v1','','','2018-08-31 09:00:56','2018-08-31 09:00:56','',2492,'http://www.ontradeprogress.com/2018/08/31/2492-revision-v1/',0,'revision','',0),(2496,1,'2018-08-31 10:16:27','2018-08-31 10:16:27','','RBTL BAN 728 x 90','','inherit','closed','closed','','rbtl-ban-728-x-90','','','2018-08-31 10:16:27','2018-08-31 10:16:27','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/RBTL-BAN-728-x-90.jpg',0,'attachment','image/jpeg',0),(2499,1,'2018-09-03 07:17:54','2018-09-03 07:17:54','','Screen Shot 2018-09-03 at 08.17.14','','inherit','closed','closed','','screen-shot-2018-09-03-at-08-17-14','','','2018-09-03 07:17:54','2018-09-03 07:17:54','',2490,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-09-03-at-08.17.14.png',0,'attachment','image/png',0),(2500,1,'2018-09-03 07:18:17','2018-09-03 07:18:17','','shutterstock_84789952','','inherit','closed','closed','','shutterstock_84789952','','','2018-09-03 07:18:17','2018-09-03 07:18:17','',2490,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/shutterstock_84789952.jpg',0,'attachment','image/jpeg',0),(2501,1,'2018-09-03 07:18:29','2018-09-03 07:18:29','','Screen Shot 2018-09-03 at 08.16.48 1','','inherit','closed','closed','','screen-shot-2018-09-03-at-08-16-48-1','','','2018-09-03 07:18:29','2018-09-03 07:18:29','',2490,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-09-03-at-08.16.48-1.png',0,'attachment','image/png',0),(2502,1,'2018-09-03 07:20:03','2018-09-03 07:20:03','','Screen Shot 2018-09-03 at 08.17.33','','inherit','closed','closed','','screen-shot-2018-09-03-at-08-17-33','','','2018-09-03 07:20:03','2018-09-03 07:20:03','',2488,'http://www.ontradeprogress.com/wp-content/uploads/2018/08/Screen-Shot-2018-09-03-at-08.17.33.png',0,'attachment','image/png',0),(2503,1,'2018-09-03 07:29:26','2018-09-03 07:29:26','<strong>Legislation to address the potential misuse of the home-sharing sector is a welcome step in the right direction but will only be effective with robust enforcement of the law, according to the UKHospitality.</strong>\r\n\r\nThe Government has proposed legislation to tackle misuse of the home-sharing economy, including the introduction of a new shared-occupancy test.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Steps to begin to enforce tax rules on the home-sharing economy and tackle rogue landlords and companies exploiting the system are welcome. A new clause that specifies that the homeowner must be present for at least part of the time that the property is being let to benefit from relief, can go some way to tackling misuse of the sector.\r\n\r\n“We are, however, concerned that the Government will be effectively powerless to enforce any new rules that it tries to apply without registration of properties being let and transparency regarding the data. The problem at present is not so much the lack of any rules, it is more the ability to enforce them with any degree of success.\r\n\r\n“There is no mechanism to determine which individuals are taking advantage of the relief unless they are making a tax declaration and no authority to check whether they would have been present at the time of the letting.\r\n\r\n“If the Government is determined, as we hope it is, to tackle misuse of the home-sharing sector, then it needs to reassess how it enforces the legislation it puts into place. This should be the first step in an overhaul of how Government taxes and regulates this emerging sector.”','Government legislation must be more enforceable to tackle home-sharing misuse','','publish','closed','open','','government-legislation-must-be-more-enforceable-to-tackle-home-sharing-misuse','','','2018-09-03 07:29:26','2018-09-03 07:29:26','',0,'http://www.ontradeprogress.com/?p=2503',0,'post','',0),(2504,1,'2018-09-03 07:29:26','2018-09-03 07:29:26','<strong>Legislation to address the potential misuse of the home-sharing sector is a welcome step in the right direction but will only be effective with robust enforcement of the law, according to the UKHospitality.</strong>\r\n\r\nThe Government has proposed legislation to tackle misuse of the home-sharing economy, including the introduction of a new shared-occupancy test.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Steps to begin to enforce tax rules on the home-sharing economy and tackle rogue landlords and companies exploiting the system are welcome. A new clause that specifies that the homeowner must be present for at least part of the time that the property is being let to benefit from relief, can go some way to tackling misuse of the sector.\r\n\r\n“We are, however, concerned that the Government will be effectively powerless to enforce any new rules that it tries to apply without registration of properties being let and transparency regarding the data. The problem at present is not so much the lack of any rules, it is more the ability to enforce them with any degree of success.\r\n\r\n“There is no mechanism to determine which individuals are taking advantage of the relief unless they are making a tax declaration and no authority to check whether they would have been present at the time of the letting.\r\n\r\n“If the Government is determined, as we hope it is, to tackle misuse of the home-sharing sector, then it needs to reassess how it enforces the legislation it puts into place. This should be the first step in an overhaul of how Government taxes and regulates this emerging sector.”','Government legislation must be more enforceable to tackle home-sharing misuse','','inherit','closed','closed','','2503-revision-v1','','','2018-09-03 07:29:26','2018-09-03 07:29:26','',2503,'http://www.ontradeprogress.com/2018/09/03/2503-revision-v1/',0,'revision','',0),(2505,1,'2018-09-03 07:54:22','2018-09-03 07:54:22','<strong>Sashimi and other popular raw fish dishes have never been easier than with Joii’s ready to eat, raw fish range, now available to caterers exclusively from M&amp;J Seafood.</strong>\r\n\r\nYellowfin tuna carpaccio, and two types of sliced seared tataki - yellowfin tuna and farmed salmon – make up the range, all of which can be served straight from the pack once defrosted. Alternatively, plate up first and defrost in the fridge overnight before dressing, if required, and serving. The size and weight of the fish pieces are consistent for easy portion control.\r\n\r\nJoii is Europe’s number one fresh and frozen tuna expert. Its wild tuna is line-caught in the regulated waters of the Pacific Ocean. Only the best sashimi grade fish are chosen and then super frozen to -60°C within an hour of being caught to retain the rich red colour. The salmon, meanwhile, is sourced from just a handful of farms in Norway and Scotland, where every aspect of the salmon’s life is monitored and controlled to produce quality, raw, ready to eat fish.\r\n\r\nCaterers can put raw fish that’s safe and worry-free on the menu thanks to the company’s food safety regime that starts way back in the food chain and continues through all its processing, finishing up in dedicated BRC A* accredited premises for processing raw, ready to eat fish in the UK.\r\n\r\nM&amp;J Seafood supplies Joii yellowfin tuna carpaccio in 720g trays, and the two tataki products in 500g trays. The salmon has a four-week shelf life in a conventional freezer and the tuna two weeks. Once defrosted, use within 48 hours.\r\n\r\nFor further information visit www.mjseafood.com or call 01296 610600.','M&J Seafood\'s new fish dishes have raw appeal','','publish','closed','open','','mj-seafoods-new-fish-dishes-have-raw-appeal','','','2018-09-03 07:54:22','2018-09-03 07:54:22','',0,'http://www.ontradeprogress.com/?p=2505',0,'post','',0),(2506,1,'2018-09-03 07:54:07','2018-09-03 07:54:07','','Screen Shot 2018-09-03 at 08.51.17','','inherit','closed','closed','','screen-shot-2018-09-03-at-08-51-17','','','2018-09-03 07:54:07','2018-09-03 07:54:07','',2505,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-03-at-08.51.17.png',0,'attachment','image/png',0),(2507,1,'2018-09-03 07:54:22','2018-09-03 07:54:22','<strong>Sashimi and other popular raw fish dishes have never been easier than with Joii’s ready to eat, raw fish range, now available to caterers exclusively from M&amp;J Seafood.</strong>\r\n\r\nYellowfin tuna carpaccio, and two types of sliced seared tataki - yellowfin tuna and farmed salmon – make up the range, all of which can be served straight from the pack once defrosted. Alternatively, plate up first and defrost in the fridge overnight before dressing, if required, and serving. The size and weight of the fish pieces are consistent for easy portion control.\r\n\r\nJoii is Europe’s number one fresh and frozen tuna expert. Its wild tuna is line-caught in the regulated waters of the Pacific Ocean. Only the best sashimi grade fish are chosen and then super frozen to -60°C within an hour of being caught to retain the rich red colour. The salmon, meanwhile, is sourced from just a handful of farms in Norway and Scotland, where every aspect of the salmon’s life is monitored and controlled to produce quality, raw, ready to eat fish.\r\n\r\nCaterers can put raw fish that’s safe and worry-free on the menu thanks to the company’s food safety regime that starts way back in the food chain and continues through all its processing, finishing up in dedicated BRC A* accredited premises for processing raw, ready to eat fish in the UK.\r\n\r\nM&amp;J Seafood supplies Joii yellowfin tuna carpaccio in 720g trays, and the two tataki products in 500g trays. The salmon has a four-week shelf life in a conventional freezer and the tuna two weeks. Once defrosted, use within 48 hours.\r\n\r\nFor further information visit www.mjseafood.com or call 01296 610600.','M&J Seafood\'s new fish dishes have raw appeal','','inherit','closed','closed','','2505-revision-v1','','','2018-09-03 07:54:22','2018-09-03 07:54:22','',2505,'http://www.ontradeprogress.com/2018/09/03/2505-revision-v1/',0,'revision','',0),(2508,1,'2018-09-03 08:07:15','2018-09-03 08:07:15','<strong>A Norfolk-based British manufacturer is doing rather well both over here and over there as it celebrates its tenth anniversary. With business up 30% in the past year, exports accounting for 40% of production, and sales to the Middle East up 500% compared to 2017, Brexit doesn’t seem to be a problem for Precision Refrigeration – in fact, it’s looking to double production capacity in the next two years. The company makes commercial refrigeration for the foodservice industry and counts many illustrious chefs amongst its customers, including Michel Roux Junior. </strong>\r\n\r\n2008 was the year the company became Precision Refrigeration and focused its output on the foodservice industry. It was also the year that managing director Nick Williams joined the firm. “These last ten years have been an amazing success story – it just shows what a team working together can achieve,” he says.  “From R&amp;D through production to the sales force and our dealer network, we have a fabulous pool of expertise made up of dedicated, hardworking and creative people.”\r\n\r\nThat creativity has led to Precision developing some radical products that have captured the imagination of the foodservice market – none more so than its award-winning Retro Refrigeration range. Mixing 50s styling with the very latest technology, Retro has turned a restaurant’s refrigeration from kitchen workhorse to a talking point and a style feature.\r\n\r\n“Our R&amp;D department is working on new models to extend the range,” says Nick. “Retro was originally conceived as a one-off, but it’s generated a huge buzz of interest and, while it’s still a relatively small part of our overall business, we’re obviously looking to make the most of its success.”\r\n\r\nSince 2008 Precision’s sales have gone up on average 25% per year – hence the plans to expand production, which will also mean the company will need to recruit more factory operatives, engineers and support staff.\r\n\r\nMeanwhile, this year the company will celebrate its anniversary with two birthday parties – one at a venue near its factory and offices in Thetford, and one in London at the Orrery in Marylebone High Street. “The parties will be a ‘thank you’ to our staff, our dealers and our customers for all their support and input into Precision’s success,” says Nick.\r\n\r\nFor more information <strong>check out the Precision website (</strong><strong><a href=\"http://www.precision-refrigeration.co.uk/\">www.precision-refrigeration.co.uk</a></strong><strong>), or call the company directly on +44 (0)1842 753 994.</strong><strong> </strong>','Norfolk refrigeration manufacturer celebrates tenth anniversary','','publish','closed','open','','norfolk-refrigeration-manufacturer-celebrates-tenth-anniversary','','','2018-09-03 08:07:15','2018-09-03 08:07:15','',0,'http://www.ontradeprogress.com/?p=2508',0,'post','',0),(2509,1,'2018-09-03 08:06:30','2018-09-03 08:06:30','','Screen Shot 2018-09-03 at 09.05.58','','inherit','closed','closed','','screen-shot-2018-09-03-at-09-05-58','','','2018-09-03 08:06:30','2018-09-03 08:06:30','',2508,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-03-at-09.05.58.png',0,'attachment','image/png',0),(2510,1,'2018-09-03 08:07:15','2018-09-03 08:07:15','<strong>A Norfolk-based British manufacturer is doing rather well both over here and over there as it celebrates its tenth anniversary. With business up 30% in the past year, exports accounting for 40% of production, and sales to the Middle East up 500% compared to 2017, Brexit doesn’t seem to be a problem for Precision Refrigeration – in fact, it’s looking to double production capacity in the next two years. The company makes commercial refrigeration for the foodservice industry and counts many illustrious chefs amongst its customers, including Michel Roux Junior. </strong>\r\n\r\n2008 was the year the company became Precision Refrigeration and focused its output on the foodservice industry. It was also the year that managing director Nick Williams joined the firm. “These last ten years have been an amazing success story – it just shows what a team working together can achieve,” he says.  “From R&amp;D through production to the sales force and our dealer network, we have a fabulous pool of expertise made up of dedicated, hardworking and creative people.”\r\n\r\nThat creativity has led to Precision developing some radical products that have captured the imagination of the foodservice market – none more so than its award-winning Retro Refrigeration range. Mixing 50s styling with the very latest technology, Retro has turned a restaurant’s refrigeration from kitchen workhorse to a talking point and a style feature.\r\n\r\n“Our R&amp;D department is working on new models to extend the range,” says Nick. “Retro was originally conceived as a one-off, but it’s generated a huge buzz of interest and, while it’s still a relatively small part of our overall business, we’re obviously looking to make the most of its success.”\r\n\r\nSince 2008 Precision’s sales have gone up on average 25% per year – hence the plans to expand production, which will also mean the company will need to recruit more factory operatives, engineers and support staff.\r\n\r\nMeanwhile, this year the company will celebrate its anniversary with two birthday parties – one at a venue near its factory and offices in Thetford, and one in London at the Orrery in Marylebone High Street. “The parties will be a ‘thank you’ to our staff, our dealers and our customers for all their support and input into Precision’s success,” says Nick.\r\n\r\nFor more information <strong>check out the Precision website (</strong><strong><a href=\"http://www.precision-refrigeration.co.uk/\">www.precision-refrigeration.co.uk</a></strong><strong>), or call the company directly on +44 (0)1842 753 994.</strong><strong> </strong>','Norfolk refrigeration manufacturer celebrates tenth anniversary','','inherit','closed','closed','','2508-revision-v1','','','2018-09-03 08:07:15','2018-09-03 08:07:15','',2508,'http://www.ontradeprogress.com/2018/09/03/2508-revision-v1/',0,'revision','',0),(2511,1,'2018-09-03 09:08:11','0000-00-00 00:00:00','Leeds, Aston Villa and Steel City derby to be shown live on Sky Sports.\r\n\r\nSky Sports has announced 12 more live EFL fixtures in October and November, including many of the biggest clubs in the Sky Bet Championship.\r\n\r\nThe Sky Bet Championship and Sky Bet League One both feature in an exciting period of EFL fixtures, with newcomers to the division, potential early-season promotion battles and local derbies set to take centre stage.\r\n\r\nHighlights include the Steel City Derby between rivals Sheffield United and Sheffield Wednesday, as the Blades play host at Bramall Lane in the Friday Night Football offering on 9 November.\r\n\r\n<strong>The full list of games selected for live coverage are as follows:</strong><strong> </strong>\r\n\r\n<strong>October</strong>\r\n\r\nSaturday 06 October                    Leeds United v Brentford                            Kick off 12.30pm\r\n\r\nSaturday 13 October                      Barnsley v Luton Town                                  Kick off 12.00pm\r\n\r\nFriday 19 October                            Sheffield Wednesday v Middlesbrough Kick off 19.45pm\r\n\r\nSaturday 20 October                    Derby County v Sheffield United              Kick off 17.30pm\r\n\r\nFriday 26 October                           Queens Park Rangers v Aston Villa          Kick off 19.45pm\r\n\r\nSaturday 27 October                     TBA\r\n\r\nSaturday 27 October                     Leeds United v Nottingham Forest         Kick off17.30pm\r\n\r\n<strong>November</strong>\r\n\r\nFriday 02 November                      Aston Villa v Bolton Wanderers                Kick off 19.45pm\r\n\r\nSaturday 03 November                Stoke City v Middlesbrough                         Kick off 17.30pm\r\n\r\nSunday 04 November                   Wigan Athletic v Leeds United                  Kick off 13.30pm\r\n\r\nFriday 09 November                      Sheffield United v Sheffield Wednesday Kick off 19.45pm\r\n\r\nSaturday 10 November                 West Bromwich Albion v Leeds United  Kick off 17.30pm','Twelve more matches added in October and November','','draft','closed','open','','','','','2018-09-03 09:08:11','2018-09-03 09:08:11','',0,'http://www.ontradeprogress.com/?p=2511',0,'post','',0),(2512,1,'2018-09-03 09:08:11','2018-09-03 09:08:11','Leeds, Aston Villa and Steel City derby to be shown live on Sky Sports.\r\n\r\nSky Sports has announced 12 more live EFL fixtures in October and November, including many of the biggest clubs in the Sky Bet Championship.\r\n\r\nThe Sky Bet Championship and Sky Bet League One both feature in an exciting period of EFL fixtures, with newcomers to the division, potential early-season promotion battles and local derbies set to take centre stage.\r\n\r\nHighlights include the Steel City Derby between rivals Sheffield United and Sheffield Wednesday, as the Blades play host at Bramall Lane in the Friday Night Football offering on 9 November.\r\n\r\n<strong>The full list of games selected for live coverage are as follows:</strong><strong> </strong>\r\n\r\n<strong>October</strong>\r\n\r\nSaturday 06 October                    Leeds United v Brentford                            Kick off 12.30pm\r\n\r\nSaturday 13 October                      Barnsley v Luton Town                                  Kick off 12.00pm\r\n\r\nFriday 19 October                            Sheffield Wednesday v Middlesbrough Kick off 19.45pm\r\n\r\nSaturday 20 October                    Derby County v Sheffield United              Kick off 17.30pm\r\n\r\nFriday 26 October                           Queens Park Rangers v Aston Villa          Kick off 19.45pm\r\n\r\nSaturday 27 October                     TBA\r\n\r\nSaturday 27 October                     Leeds United v Nottingham Forest         Kick off17.30pm\r\n\r\n<strong>November</strong>\r\n\r\nFriday 02 November                      Aston Villa v Bolton Wanderers                Kick off 19.45pm\r\n\r\nSaturday 03 November                Stoke City v Middlesbrough                         Kick off 17.30pm\r\n\r\nSunday 04 November                   Wigan Athletic v Leeds United                  Kick off 13.30pm\r\n\r\nFriday 09 November                      Sheffield United v Sheffield Wednesday Kick off 19.45pm\r\n\r\nSaturday 10 November                 West Bromwich Albion v Leeds United  Kick off 17.30pm','Twelve more matches added in October and November','','inherit','closed','closed','','2511-revision-v1','','','2018-09-03 09:08:11','2018-09-03 09:08:11','',2511,'http://www.ontradeprogress.com/2018/09/03/2511-revision-v1/',0,'revision','',0),(2513,1,'2018-09-03 09:11:21','2018-09-03 09:11:21','<strong>Mark Finney has joined FEM as Sales Manager for Scotland and North England. An exceptionally experienced foodservice professional, Mark has worked both as a chef and in equipment sales, most recently as sales director for Rational. </strong>\r\n\r\nHe will have a diverse role at FEM that will exploit all his skills: as well as developing business with the distributor network and key national accounts, he will be using his culinary background to help dealers and end-user customers get the best product for their needs.\r\n\r\nMark is 51 and has worked all his life in the foodservice industry. “Joining FEM is a great opportunity for me,” he says. “It’s a company that manages to be both dynamic and friendly, and the diversity of the product range, with so many well-known brands, is very exciting.”\r\n\r\nHaving been a consultant, a catering manager and an executive chef – for, amongst other organisations, Everton and Wigan Athletic FC – Mark is looking forward to putting his kitchen knowhow at the service of customers. “It’s energising to be working with innovative manufacturers such as Alto Shaam, Prince Castle and Vollrath,” he says.\r\n\r\nSales director Jim Doherty is delighted to welcome Mark to the FEM team. “He brings so much in terms of expertise and ability, he’s got a great attitude and is going to be a real asset for us,” he says.\r\n\r\nOutside of work Mark is a massive Sheffield Wednesday fan. “My new job with FEM is another step up the ladder for me,” he says. “I’m really looking forward to meeting lots of different customers and distributors – as well as getting back in touch with some old friends in the industry!”\r\n\r\nFor more information call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','FEM adds exceptionally experienced foodservice professional to team','','publish','closed','open','','fem-adds-exceptionally-experienced-foodservice-professional-to-team','','','2018-09-03 09:11:21','2018-09-03 09:11:21','',0,'http://www.ontradeprogress.com/?p=2513',0,'post','',0),(2514,1,'2018-09-03 09:11:07','2018-09-03 09:11:07','','Screen Shot 2018-09-03 at 10.10.47','','inherit','closed','closed','','screen-shot-2018-09-03-at-10-10-47','','','2018-09-03 09:11:07','2018-09-03 09:11:07','',2513,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-03-at-10.10.47.png',0,'attachment','image/png',0),(2515,1,'2018-09-03 09:11:21','2018-09-03 09:11:21','<strong>Mark Finney has joined FEM as Sales Manager for Scotland and North England. An exceptionally experienced foodservice professional, Mark has worked both as a chef and in equipment sales, most recently as sales director for Rational. </strong>\r\n\r\nHe will have a diverse role at FEM that will exploit all his skills: as well as developing business with the distributor network and key national accounts, he will be using his culinary background to help dealers and end-user customers get the best product for their needs.\r\n\r\nMark is 51 and has worked all his life in the foodservice industry. “Joining FEM is a great opportunity for me,” he says. “It’s a company that manages to be both dynamic and friendly, and the diversity of the product range, with so many well-known brands, is very exciting.”\r\n\r\nHaving been a consultant, a catering manager and an executive chef – for, amongst other organisations, Everton and Wigan Athletic FC – Mark is looking forward to putting his kitchen knowhow at the service of customers. “It’s energising to be working with innovative manufacturers such as Alto Shaam, Prince Castle and Vollrath,” he says.\r\n\r\nSales director Jim Doherty is delighted to welcome Mark to the FEM team. “He brings so much in terms of expertise and ability, he’s got a great attitude and is going to be a real asset for us,” he says.\r\n\r\nOutside of work Mark is a massive Sheffield Wednesday fan. “My new job with FEM is another step up the ladder for me,” he says. “I’m really looking forward to meeting lots of different customers and distributors – as well as getting back in touch with some old friends in the industry!”\r\n\r\nFor more information call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','FEM adds exceptionally experienced foodservice professional to team','','inherit','closed','closed','','2513-revision-v1','','','2018-09-03 09:11:21','2018-09-03 09:11:21','',2513,'http://www.ontradeprogress.com/2018/09/03/2513-revision-v1/',0,'revision','',0),(2517,1,'2018-09-05 07:07:12','2018-09-05 07:07:12','<strong>The World’s Biggest Pub Quiz is back for 2019 and set to be bigger and better than ever. Organisers PubAid are encouraging even more pubs and their customers to take part and raise money for charities, including official charity partner Prostate Cancer UK.</strong>\r\n\r\nNext year’s event will be the fourth quiz and will follow the successful format of previous events. Pubs wanting to run the quiz will receive a free fundraising pack containing all they need to run a successful event and to encourage customers to take part.  Pubs can join the 150 pubs who have already registered their interest by signing up on the World’s Biggest Pub Quiz <a href=\"http://worldsbiggestquiz.pubaid.com/\">website</a>.\r\n\r\nCo-founder of PubAid, Des O’Flanagan, said: “The World’s Biggest Pub Quiz has become a popular fixture for many pubs and their customers and we’re delighted to see many licensees signing up to run it again, as well as new pubs coming on board for 2019.\r\n\r\n“We’re delighted with how the quiz has grown over the years, with 1,500 pubs taking part earlier this year,  raising £190,000 for charities. We’re grateful to our charity partner Prostate Cancer UK who have made the event both easy to run for licensees and great fun for participants.\r\n\r\n“We’re also grateful to all the pubs, brewers and pub groups who supported this year’s quiz and we are confident even more will take part in 2019. It would be great to see more than 2,000 pubs run the quiz and raise more than £250,000 for charity.”\r\n\r\nHe added, “The quiz has become a tremendous showcase event for pub fundraising overall. Pubs raise an amazing £100 million for charity every year, and we’re pleased to see that message now getting through to consumers, MPs and others, helping to shape positive perceptions of the great British pub.”\r\n\r\nJames Beeby, Director of Fundraising at Prostate Cancer UK said: “It’s been really great to see the World’s Biggest Pub Quiz grow since 2016 and we are excited to be PubAid’s charity partner once again for 2019. We are extremely grateful to all the pubs who have taken part so far and raised an incredible amount of money for Prostate Cancer UK.\r\n\r\n\"By continuing our partnership with PubAid, we can reach even more publicans and their customers, to not only help raise funds for vital research, but to also help us raise awareness of a disease which kills one man every 45 minutes.”\r\n\r\nJon Dale, head of corporate communications at Ei Group, said: “Pub quizzes play an important part in bringing the community together and enjoying the Great British pub. We always encourage as many of our publicans as possible to sign up to take part in the World’s Biggest Pub Quiz and will continue to support this worthy cause in 2019.”\r\n\r\nThe World’s Biggest Pub Quiz is scheduled for 3-7 March 2019, but the organisers stress that this window is a guideline, not a requirement. Pubs who want to take part but can’t run the quiz during that week are welcome to run it at any other time in 2019. Pubs are encouraged to support PubAid’s charity partner Prostate Cancer UK, but can choose to raise funds for another charity should they wish to.\r\n\r\n<strong>LICENSEE COMMENTS</strong>\r\n\r\n<strong>Tom Richardson &amp; Ollie Boulton, </strong><strong>Three Moles, Selham, West Sussex</strong>\r\n\r\n“The World’s Biggest Pub Quiz was a real hit with our customers. We’re a small, traditional pub, and were absolutely packed on quiz night, it was standing room only – so it shows how an event can really draw customers into your pub.\r\n\r\n“Customers were incredibly generous and, by combining the quiz with an auction of items donated by local businesses and residents, we raised an incredible £1,060 for Prostate Cancer UK.  The charity has helped some of our local customers through difficult times and it’s a subject that isn’t talked about enough, so anything that can raise awareness is great.”\r\n\r\n<strong>Penny Warren, </strong><strong>The Trout Inn, Lechlade, Gloucestershire</strong>\r\n\r\n“The day we’d scheduled for the World’s Biggest Pub Quiz coincided with the heavy snowfall, but despite that, three teams made it to us through the blizzard to pit their wits.  That’s a sizeable group of people who might not have made the effort just for a drink, so it shows how popular the quiz is.\r\n\r\n“We ran the quiz again once the weather had improved, so it was great that we had another set of questions to choose from, and we added our own current affairs round.  All our customers enjoyed the quiz and the atmosphere on both evenings was great, we’ll definitely be running it again in 2019.”\r\n\r\n<em>Caption to attached image: winners of the World’s Biggest Pub Quiz 2018 at the Three Moles, Selham, West Sussex </em>','Registration now open for World’s Biggest Pub Quiz 2019','','publish','closed','open','','registration-now-open-for-worlds-biggest-pub-quiz-2019','','','2018-09-05 07:07:12','2018-09-05 07:07:12','',0,'http://www.ontradeprogress.com/?p=2517',0,'post','',0),(2518,1,'2018-09-05 07:05:48','2018-09-05 07:05:48','','Screen Shot 2018-09-05 at 08.02.59','','inherit','closed','closed','','screen-shot-2018-09-05-at-08-02-59','','','2018-09-05 07:05:48','2018-09-05 07:05:48','',2517,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.02.59.png',0,'attachment','image/png',0),(2519,1,'2018-09-05 07:07:12','2018-09-05 07:07:12','<strong>The World’s Biggest Pub Quiz is back for 2019 and set to be bigger and better than ever. Organisers PubAid are encouraging even more pubs and their customers to take part and raise money for charities, including official charity partner Prostate Cancer UK.</strong>\r\n\r\nNext year’s event will be the fourth quiz and will follow the successful format of previous events. Pubs wanting to run the quiz will receive a free fundraising pack containing all they need to run a successful event and to encourage customers to take part.  Pubs can join the 150 pubs who have already registered their interest by signing up on the World’s Biggest Pub Quiz <a href=\"http://worldsbiggestquiz.pubaid.com/\">website</a>.\r\n\r\nCo-founder of PubAid, Des O’Flanagan, said: “The World’s Biggest Pub Quiz has become a popular fixture for many pubs and their customers and we’re delighted to see many licensees signing up to run it again, as well as new pubs coming on board for 2019.\r\n\r\n“We’re delighted with how the quiz has grown over the years, with 1,500 pubs taking part earlier this year,  raising £190,000 for charities. We’re grateful to our charity partner Prostate Cancer UK who have made the event both easy to run for licensees and great fun for participants.\r\n\r\n“We’re also grateful to all the pubs, brewers and pub groups who supported this year’s quiz and we are confident even more will take part in 2019. It would be great to see more than 2,000 pubs run the quiz and raise more than £250,000 for charity.”\r\n\r\nHe added, “The quiz has become a tremendous showcase event for pub fundraising overall. Pubs raise an amazing £100 million for charity every year, and we’re pleased to see that message now getting through to consumers, MPs and others, helping to shape positive perceptions of the great British pub.”\r\n\r\nJames Beeby, Director of Fundraising at Prostate Cancer UK said: “It’s been really great to see the World’s Biggest Pub Quiz grow since 2016 and we are excited to be PubAid’s charity partner once again for 2019. We are extremely grateful to all the pubs who have taken part so far and raised an incredible amount of money for Prostate Cancer UK.\r\n\r\n\"By continuing our partnership with PubAid, we can reach even more publicans and their customers, to not only help raise funds for vital research, but to also help us raise awareness of a disease which kills one man every 45 minutes.”\r\n\r\nJon Dale, head of corporate communications at Ei Group, said: “Pub quizzes play an important part in bringing the community together and enjoying the Great British pub. We always encourage as many of our publicans as possible to sign up to take part in the World’s Biggest Pub Quiz and will continue to support this worthy cause in 2019.”\r\n\r\nThe World’s Biggest Pub Quiz is scheduled for 3-7 March 2019, but the organisers stress that this window is a guideline, not a requirement. Pubs who want to take part but can’t run the quiz during that week are welcome to run it at any other time in 2019. Pubs are encouraged to support PubAid’s charity partner Prostate Cancer UK, but can choose to raise funds for another charity should they wish to.\r\n\r\n<strong>LICENSEE COMMENTS</strong>\r\n\r\n<strong>Tom Richardson &amp; Ollie Boulton, </strong><strong>Three Moles, Selham, West Sussex</strong>\r\n\r\n“The World’s Biggest Pub Quiz was a real hit with our customers. We’re a small, traditional pub, and were absolutely packed on quiz night, it was standing room only – so it shows how an event can really draw customers into your pub.\r\n\r\n“Customers were incredibly generous and, by combining the quiz with an auction of items donated by local businesses and residents, we raised an incredible £1,060 for Prostate Cancer UK.  The charity has helped some of our local customers through difficult times and it’s a subject that isn’t talked about enough, so anything that can raise awareness is great.”\r\n\r\n<strong>Penny Warren, </strong><strong>The Trout Inn, Lechlade, Gloucestershire</strong>\r\n\r\n“The day we’d scheduled for the World’s Biggest Pub Quiz coincided with the heavy snowfall, but despite that, three teams made it to us through the blizzard to pit their wits.  That’s a sizeable group of people who might not have made the effort just for a drink, so it shows how popular the quiz is.\r\n\r\n“We ran the quiz again once the weather had improved, so it was great that we had another set of questions to choose from, and we added our own current affairs round.  All our customers enjoyed the quiz and the atmosphere on both evenings was great, we’ll definitely be running it again in 2019.”\r\n\r\n<em>Caption to attached image: winners of the World’s Biggest Pub Quiz 2018 at the Three Moles, Selham, West Sussex </em>','Registration now open for World’s Biggest Pub Quiz 2019','','inherit','closed','closed','','2517-revision-v1','','','2018-09-05 07:07:12','2018-09-05 07:07:12','',2517,'http://www.ontradeprogress.com/2018/09/05/2517-revision-v1/',0,'revision','',0),(2520,1,'2018-09-05 07:07:26','2018-09-05 07:07:26','<strong>The World’s Biggest Pub Quiz is back for 2019 and set to be bigger and better than ever. Organisers PubAid are encouraging even more pubs and their customers to take part and raise money for charities, including official charity partner Prostate Cancer UK.</strong>\n\nNext year’s event will be the fourth quiz and will follow the successful format of previous events. Pubs wanting to run the quiz will receive a free fundraising pack containing all they need to run a successful event and to encourage customers to take part.  Pubs can join the 150 pubs who have already registered their interest by signing up on the World’s Biggest Pub Quiz <a href=\"http://worldsbiggestquiz.pubaid.com/\">website</a>.\n\nCo-founder of PubAid, Des O’Flanagan, said: “The World’s Biggest Pub Quiz has become a popular fixture for many pubs and their customers and we’re delighted to see many licensees signing up to run it again, as well as new pubs coming on board for 2019.\n\n“We’re delighted with how the quiz has grown over the years, with 1,500 pubs taking part earlier this year,  raising £190,000 for charities. We’re grateful to our charity partner Prostate Cancer UK who have made the event both easy to run for licensees and great fun for participants.\n\n“We’re also grateful to all the pubs, brewers and pub groups who supported this year’s quiz and we are confident even more will take part in 2019. It would be great to see more than 2,000 pubs run the quiz and raise more than £250,000 for charity.”\n\nHe added, “The quiz has become a tremendous showcase event for pub fundraising overall. Pubs raise an amazing £100 million for charity every year, and we’re pleased to see that message now getting through to consumers, MPs and others, helping to shape positive perceptions of the great British pub.”\n\nJames Beeby, Director of Fundraising at Prostate Cancer UK said: “It’s been really great to see the World’s Biggest Pub Quiz grow since 2016 and we are excited to be PubAid’s charity partner once again for 2019. We are extremely grateful to all the pubs who have taken part so far and raised an incredible amount of money for Prostate Cancer UK.\n\n\"By continuing our partnership with PubAid, we can reach even more publicans and their customers, to not only help raise funds for vital research, but to also help us raise awareness of a disease which kills one man every 45 minutes.”\n\nJon Dale, head of corporate communications at Ei Group, said: “Pub quizzes play an important part in bringing the community together and enjoying the Great British pub. We always encourage as many of our publicans as possible to sign up to take part in the World’s Biggest Pub Quiz and will continue to support this worthy cause in 2019.”\n\nThe World’s Biggest Pub Quiz is scheduled for 3-7 March 2019, but the organisers stress that this window is a guideline, not a requirement. Pubs who want to take part but can’t run the quiz during that week are welcome to run it at any other time in 2019. Pubs are encouraged to support PubAid’s charity partner Prostate Cancer UK, but can choose to raise funds for another charity should they wish to.\n\n<strong>LICENSEE COMMENTS</strong>\n\n<strong>Tom Richardson &amp; Ollie Boulton, </strong><strong>Three Moles, Selham, West Sussex</strong>\n\n“The World’s Biggest Pub Quiz was a real hit with our customers. We’re a small, traditional pub, and were absolutely packed on quiz night, it was standing room only – so it shows how an event can really draw customers into your pub.\n\n“Customers were incredibly generous and, by combining the quiz with an auction of items donated by local businesses and residents, we raised an incredible £1,060 for Prostate Cancer UK.  The charity has helped some of our local customers through difficult times and it’s a subject that isn’t talked about enough, so anything that can raise awareness is great.”\n\n<strong>Penny Warren, </strong><strong>The Trout Inn, Lechlade, Gloucestershire</strong>\n\n“The day we’d scheduled for the World’s Biggest Pub Quiz coincided with the heavy snowfall, but despite that, three teams made it to us through the blizzard to pit their wits.  That’s a sizeable group of people who might not have made the effort just for a drink, so it shows how popular the quiz is.\n\n“We ran the quiz again once the weather had improved, so it was great that we had another set of questions to choose from, and we added our own current affairs round.  All our customers enjoyed the quiz and the atmosphere on both evenings was great, we’ll definitely be running it again in 2019.”\n\n<em>Caption to attached image: winners of the World’s Biggest Pub Quiz 2018 at the Three Moles, Selham, West Sussex </em>','Registration now open for World’s Biggest Pub Quiz 2019','','inherit','closed','closed','','2517-autosave-v1','','','2018-09-05 07:07:26','2018-09-05 07:07:26','',2517,'http://www.ontradeprogress.com/2018/09/05/2517-autosave-v1/',0,'revision','',0),(2521,1,'2018-09-05 07:11:02','2018-09-05 07:11:02','<strong>Falcon will be showing a number of new products on their stand at Restaurant 2018, for both their Dominator Plus and F900 ranges. The company will also show the latest Lainox combi ovens, which have been upgraded for 2018. </strong>\r\n\r\nCertain to create a sizzle with visitors is the new F900 twin pan fryer. It combines the high performance restaurateurs expect from Falcon with an eye-catching, attractive design that makes it equally suitable for the kitchen or front-of-house cooking. It’s an ideal finishing fryer – rapid heat up and recovery times and with the option of individual filtration for each pan.\r\n\r\nFalcon will show examples from Lainox’s range Reloaded combi ovens – the Naboo features advanced automated controls, while the Sapiens is a more manually-controlled unit. The Naboo model NAEB171R, is a Lainox-special, which has a seven grid combi mounted on top of a ten grid, contained in a single body. It delivers the flexibility of two separate units but, because it’s housed in one body, it’s shorter, and so easier to access the higher shelves, while both combis’ control panels are mounted at user-friendly heights. Users can also monitor their energy, water and chemical consumption via the control panel.\r\n\r\nAlongside these, Falcon are finalising other innovative products that they are looking forward to giving visitors a chance to see, that will extend and complement their existing range with the same balance of innovation and reliability they have become known for.\r\n\r\nIf you’re planning to visit the exhibition, make sure you stop by the Falcon stand, number UD49, to see the new products for yourself.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support. Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','A whole new kitchen for Restaurant 2018','','publish','closed','open','','a-whole-new-kitchen-for-restaurant-2018','','','2018-09-05 07:11:28','2018-09-05 07:11:28','',0,'http://www.ontradeprogress.com/?p=2521',0,'post','',0),(2522,1,'2018-09-05 07:10:00','2018-09-05 07:10:00','','Screen Shot 2018-09-05 at 08.09.43','','inherit','closed','closed','','screen-shot-2018-09-05-at-08-09-43','','','2018-09-05 07:10:00','2018-09-05 07:10:00','',2521,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.09.43.png',0,'attachment','image/png',0),(2523,1,'2018-09-05 07:11:02','2018-09-05 07:11:02','<strong>Falcon will be showing a number of new products on their stand at Restaurant 2018, for both their Dominator Plus and F900 ranges. The company will also show the latest Lainox combi ovens, which have been upgraded for 2018. </strong>\r\n\r\nCertain to create a sizzle with visitors is the new F900 twin pan fryer. It combines the high performance restaurateurs expect from Falcon with an eye-catching, attractive design that makes it equally suitable for the kitchen or front-of-house cooking. It’s an ideal finishing fryer – rapid heat up and recovery times and with the option of individual filtration for each pan.\r\n\r\nFalcon will show examples from Lainox’s range Reloaded combi ovens – the Naboo features advanced automated controls, while the Sapiens is a more manually-controlled unit. The Naboo model NAEB171R, is a Lainox-special, which has a seven grid combi mounted on top of a ten grid, contained in a single body. It delivers the flexibility of two separate units but, because it’s housed in one body, it’s shorter, and so easier to access the higher shelves, while both combis’ control panels are mounted at user-friendly heights. Users can also monitor their energy, water and chemical consumption via the control panel.\r\n\r\nAlongside these, Falcon are finalising other innovative products that they are looking forward to giving visitors a chance to see, that will extend and complement their existing range with the same balance of innovation and reliability they have become known for.\r\n\r\nIf you’re planning to visit the exhibition, make sure you stop by the Falcon stand, number UD49, to see the new products for yourself.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support.  Visit<a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','A whole new kitchen for Restaurant 2018','','inherit','closed','closed','','2521-revision-v1','','','2018-09-05 07:11:02','2018-09-05 07:11:02','',2521,'http://www.ontradeprogress.com/2018/09/05/2521-revision-v1/',0,'revision','',0),(2524,1,'2018-09-05 07:11:28','2018-09-05 07:11:28','<strong>Falcon will be showing a number of new products on their stand at Restaurant 2018, for both their Dominator Plus and F900 ranges. The company will also show the latest Lainox combi ovens, which have been upgraded for 2018. </strong>\r\n\r\nCertain to create a sizzle with visitors is the new F900 twin pan fryer. It combines the high performance restaurateurs expect from Falcon with an eye-catching, attractive design that makes it equally suitable for the kitchen or front-of-house cooking. It’s an ideal finishing fryer – rapid heat up and recovery times and with the option of individual filtration for each pan.\r\n\r\nFalcon will show examples from Lainox’s range Reloaded combi ovens – the Naboo features advanced automated controls, while the Sapiens is a more manually-controlled unit. The Naboo model NAEB171R, is a Lainox-special, which has a seven grid combi mounted on top of a ten grid, contained in a single body. It delivers the flexibility of two separate units but, because it’s housed in one body, it’s shorter, and so easier to access the higher shelves, while both combis’ control panels are mounted at user-friendly heights. Users can also monitor their energy, water and chemical consumption via the control panel.\r\n\r\nAlongside these, Falcon are finalising other innovative products that they are looking forward to giving visitors a chance to see, that will extend and complement their existing range with the same balance of innovation and reliability they have become known for.\r\n\r\nIf you’re planning to visit the exhibition, make sure you stop by the Falcon stand, number UD49, to see the new products for yourself.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens. With a company history going back nearly 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe. Its comprehensive product portfolio is backed by award-winning customer support. Visit <a href=\"http://www.falconfoodservice.com/\">www.falconfoodservice.com</a> for more information.','A whole new kitchen for Restaurant 2018','','inherit','closed','closed','','2521-revision-v1','','','2018-09-05 07:11:28','2018-09-05 07:11:28','',2521,'http://www.ontradeprogress.com/2018/09/05/2521-revision-v1/',0,'revision','',0),(2525,1,'2018-09-05 07:25:10','2018-09-05 07:25:10','<strong>Country Range, the leading independent foodservice brand and main sponsor of the Student Chef Challenge 2018/19, is helping caterers get that perfect crunch after boosting its range with the addition of Panko Breadcrumbs.</strong>\r\n\r\nOriginating from and regularly used in Japanese cuisine, Panko is a light, flaky breadcrumb that delivers an amazing golden crunch which stays crispier for longer.\r\n\r\nAvailable in 1kg bags in cases of 10, the new product is available immediately to operators via the Group’s network of 12 independent wholesalers.\r\n\r\nCountry Range Panko Breadcrumbs – <i>A light and crispy breadcrumb which can be used as a crunchy topping to add texture to grilled vegetables or macaroni cheese, as a breaded coating for fried foods or as a binder for meatballs or burgers. </i>\r\n\r\n<strong>Country Range Group’s Trading Director Martin Ward said:</strong>\r\n\r\n“The trend for Asian food and in particular Korean and Japanese cuisine has made people more aware of panko breadcrumbs and shown why they are a fantastic alternative to your traditional options. They offer a fantastic crunch and are versatile too as they’re delicious whether used to create a crispy topping or as binder in gourmet burgers and meatballs. This is one product you will definitely see on more and more menus up and down the country over the next year.”\r\n\r\n<b>About Country Range</b>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price. In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link\r\nhttps://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>','Panko Breadcrumbs Crisp up country range’s growing global pantry','','publish','closed','open','','panko-breadcrumbs-crisp-up-country-ranges-growing-global-pantry','','','2018-09-05 07:25:10','2018-09-05 07:25:10','',0,'http://www.ontradeprogress.com/?p=2525',0,'post','',0),(2526,1,'2018-09-05 07:23:08','2018-09-05 07:23:08','','Screen Shot 2018-09-05 at 08.16.34','','inherit','closed','closed','','screen-shot-2018-09-05-at-08-16-34','','','2018-09-05 07:23:08','2018-09-05 07:23:08','',2525,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.16.34.png',0,'attachment','image/png',0),(2527,1,'2018-09-05 07:25:10','2018-09-05 07:25:10','<strong>Country Range, the leading independent foodservice brand and main sponsor of the Student Chef Challenge 2018/19, is helping caterers get that perfect crunch after boosting its range with the addition of Panko Breadcrumbs.</strong>\r\n\r\nOriginating from and regularly used in Japanese cuisine, Panko is a light, flaky breadcrumb that delivers an amazing golden crunch which stays crispier for longer.\r\n\r\nAvailable in 1kg bags in cases of 10, the new product is available immediately to operators via the Group’s network of 12 independent wholesalers.\r\n\r\nCountry Range Panko Breadcrumbs – <i>A light and crispy breadcrumb which can be used as a crunchy topping to add texture to grilled vegetables or macaroni cheese, as a breaded coating for fried foods or as a binder for meatballs or burgers. </i>\r\n\r\n<strong>Country Range Group’s Trading Director Martin Ward said:</strong>\r\n\r\n“The trend for Asian food and in particular Korean and Japanese cuisine has made people more aware of panko breadcrumbs and shown why they are a fantastic alternative to your traditional options. They offer a fantastic crunch and are versatile too as they’re delicious whether used to create a crispy topping or as binder in gourmet burgers and meatballs. This is one product you will definitely see on more and more menus up and down the country over the next year.”\r\n\r\n<b>About Country Range</b>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price. In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link\r\nhttps://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>','Panko Breadcrumbs Crisp up country range’s growing global pantry','','inherit','closed','closed','','2525-revision-v1','','','2018-09-05 07:25:10','2018-09-05 07:25:10','',2525,'http://www.ontradeprogress.com/2018/09/05/2525-revision-v1/',0,'revision','',0),(2528,1,'2018-09-05 07:28:51','2018-09-05 07:28:51','<strong>Moffat showcases two of its latest foodservice concepts at the Restaurant Show, the MHC1 grab and go, merchandiser, which can hold both hot and chilled foods and a prototype of its innovative V-gen foodservice trolley.</strong>\r\n\r\nThe V-gen is a complete multi-functional foodservice solution compatible with cook-serve, cook-chill and cook-freeze systems. Stand-out features include a multi-zone oven that can cook different foods at different temperatures in one cabinet, and a refrigerated model that combines the latest high-performance insulation with eco-friendly R290 refrigerant to deliver superior energy efficiency. Its attractive design and intuitive touchscreen controller make it the ideal mobile solution for serving food.\r\n\r\nVisitors to stand UN20 will also be able to appreciate the capacity of the MHC1, which is a freestanding grab and go unit that maximises every millimetre of its compact footprint. It offers well-lit, easy access for customers and can house both heated and chilled food.  The MHC1 is easy to operate, with digital controls ensuring an even flow of both hot and cold air, keeping food safe and maintaining its quality.\r\n\r\nE &amp; R Moffat is one of the UK’s leading manufacturers of quality foodservice equipment, designing and manufacturing in-house.  Based in Bonnybridge, Scotland, the company manufactures standard and bespoke servery, regeneration and storage equipment and runs a full nationwide after-sales service team.  E &amp; R Moffat is accredited to ISO 9001:2008.  For more information on E &amp; R Moffat visit the website on <a href=\"http://www.ermoffat.co.uk/\">www.ermoffat.co.uk</a>','Moffat presents eye-catching duo at The Restaurant Show 2018','','publish','closed','open','','moffat-presents-eye-catching-duo-at-the-restaurant-show-2018','','','2018-09-05 07:28:51','2018-09-05 07:28:51','',0,'http://www.ontradeprogress.com/?p=2528',0,'post','',0),(2529,1,'2018-09-05 07:28:38','2018-09-05 07:28:38','','Screen Shot 2018-09-05 at 08.28.21','','inherit','closed','closed','','screen-shot-2018-09-05-at-08-28-21','','','2018-09-05 07:28:38','2018-09-05 07:28:38','',2528,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.28.21.png',0,'attachment','image/png',0),(2530,1,'2018-09-05 07:28:51','2018-09-05 07:28:51','<strong>Moffat showcases two of its latest foodservice concepts at the Restaurant Show, the MHC1 grab and go, merchandiser, which can hold both hot and chilled foods and a prototype of its innovative V-gen foodservice trolley.</strong>\r\n\r\nThe V-gen is a complete multi-functional foodservice solution compatible with cook-serve, cook-chill and cook-freeze systems. Stand-out features include a multi-zone oven that can cook different foods at different temperatures in one cabinet, and a refrigerated model that combines the latest high-performance insulation with eco-friendly R290 refrigerant to deliver superior energy efficiency. Its attractive design and intuitive touchscreen controller make it the ideal mobile solution for serving food.\r\n\r\nVisitors to stand UN20 will also be able to appreciate the capacity of the MHC1, which is a freestanding grab and go unit that maximises every millimetre of its compact footprint. It offers well-lit, easy access for customers and can house both heated and chilled food.  The MHC1 is easy to operate, with digital controls ensuring an even flow of both hot and cold air, keeping food safe and maintaining its quality.\r\n\r\nE &amp; R Moffat is one of the UK’s leading manufacturers of quality foodservice equipment, designing and manufacturing in-house.  Based in Bonnybridge, Scotland, the company manufactures standard and bespoke servery, regeneration and storage equipment and runs a full nationwide after-sales service team.  E &amp; R Moffat is accredited to ISO 9001:2008.  For more information on E &amp; R Moffat visit the website on <a href=\"http://www.ermoffat.co.uk/\">www.ermoffat.co.uk</a>','Moffat presents eye-catching duo at The Restaurant Show 2018','','inherit','closed','closed','','2528-revision-v1','','','2018-09-05 07:28:51','2018-09-05 07:28:51','',2528,'http://www.ontradeprogress.com/2018/09/05/2528-revision-v1/',0,'revision','',0),(2531,1,'2018-09-05 07:37:29','2018-09-05 07:37:29','<strong>Iconic American sweet bakery brand, Otis Spunkmeyer, has unleashed a spook-tacular limited edition Halloween Chocolate Chip Muffin, ensuring caterers are well prepared for the inevitable onset of marauding hordes of undead bakery fans, hell-bent on a sugary fix.</strong>\r\n\r\nInsight witches suggest that capturing the imagination of young consumers with these types of products is key to driving the growth of Halloween. In fact, while three in five (61%) Halloween purchasers said they enjoyed taking part in Halloween, the figure rises to a blood curdling 71%, when Millennials are factored in*. Sites can use the rich, moist chocolate chip muffin, with a deep-fill vanilla frosting, decorated with a spooky jack-o-lantern, to drive profits in the lead up to the 31st and on the day itself.\r\n\r\nWith a net price of just 65p per unit (£19.50 per case) caterers would, says Paul Whitely, Head-less Horseman of Marketing at ARYZTA Food Solutions UK, the brand owner of Otis Spunkmeyer, be making a grave error by not stocking the terrifying treat.\r\n\r\n<strong>He said: </strong>“With Halloween season seemingly extending with every passing year, the opportunity to profit becomes ever greater. Our despicable band of bakers has been hard at work, creating this limited edition muffin, which is alive…alive with flavour! Sites can use it and the brand power of Otis Spunkmeyer to make some serious cash. I urge caterers to grab a case before they disappear like a restless spirit crossing the ethereal plain!”\r\n\r\n<strong>Supplied frozen, in cases of 30, sites simply need to thaw and serve.</strong>\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.','Spooky Muffin set to raise the spirits this halloween','','publish','closed','open','','spooky-muffin-set-to-raise-the-spirits-this-halloween','','','2018-09-05 07:37:29','2018-09-05 07:37:29','',0,'http://www.ontradeprogress.com/?p=2531',0,'post','',0),(2532,1,'2018-09-05 07:37:02','2018-09-05 07:37:02','','Screen Shot 2018-09-05 at 08.35.02','','inherit','closed','closed','','screen-shot-2018-09-05-at-08-35-02','','','2018-09-05 07:37:02','2018-09-05 07:37:02','',2531,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.35.02.png',0,'attachment','image/png',0),(2533,1,'2018-09-05 07:37:29','2018-09-05 07:37:29','<strong>Iconic American sweet bakery brand, Otis Spunkmeyer, has unleashed a spook-tacular limited edition Halloween Chocolate Chip Muffin, ensuring caterers are well prepared for the inevitable onset of marauding hordes of undead bakery fans, hell-bent on a sugary fix.</strong>\r\n\r\nInsight witches suggest that capturing the imagination of young consumers with these types of products is key to driving the growth of Halloween. In fact, while three in five (61%) Halloween purchasers said they enjoyed taking part in Halloween, the figure rises to a blood curdling 71%, when Millennials are factored in*. Sites can use the rich, moist chocolate chip muffin, with a deep-fill vanilla frosting, decorated with a spooky jack-o-lantern, to drive profits in the lead up to the 31st and on the day itself.\r\n\r\nWith a net price of just 65p per unit (£19.50 per case) caterers would, says Paul Whitely, Head-less Horseman of Marketing at ARYZTA Food Solutions UK, the brand owner of Otis Spunkmeyer, be making a grave error by not stocking the terrifying treat.\r\n\r\n<strong>He said: </strong>“With Halloween season seemingly extending with every passing year, the opportunity to profit becomes ever greater. Our despicable band of bakers has been hard at work, creating this limited edition muffin, which is alive…alive with flavour! Sites can use it and the brand power of Otis Spunkmeyer to make some serious cash. I urge caterers to grab a case before they disappear like a restless spirit crossing the ethereal plain!”\r\n\r\n<strong>Supplied frozen, in cases of 30, sites simply need to thaw and serve.</strong>\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions also supplies beverage concepts from ProJuice.','Spooky Muffin set to raise the spirits this halloween','','inherit','closed','closed','','2531-revision-v1','','','2018-09-05 07:37:29','2018-09-05 07:37:29','',2531,'http://www.ontradeprogress.com/2018/09/05/2531-revision-v1/',0,'revision','',0),(2534,1,'2018-09-05 07:40:48','2018-09-05 07:40:48','<strong>This year British Egg Week takes place between 8 and 14 October and British Lion eggs has created a toolkit to help retailers, wholesalers, food manufacturers and caterers make the most of the week.</strong>\r\n\r\nThe toolkit shows some of the activity that is taking place during the week, which is themed ‘Don’t get hangry, get cracking’, including a new emoji and animated gifs. With research showing being hangry (anger due to hunger) affects 79% of Brits, protein-packed eggs can help provide a solution by helping people to feel fuller for longer.\r\n\r\nThe hangry emoji has been submitted to Google, Android and iOS and, along with the animated gifs, will be available to download from <a href=\"http://www.eggrecipes.co.uk/\">www.eggrecipes.co.uk</a> and the Egg Recipes app.\r\n\r\nThe toolkit also includes ideas for how to get involved, including key messages and hangry-busting egg recipes that can be shared with customers to encourage them to celebrate British Egg Week and purchase more eggs. It also includes information on how to exploit British Week via social media channels. News stories, social media activity and influencers sharing their hangry content will also form part of the campaign.\r\n\r\nAndrew Joret, British Egg Industry Council Chairman, explains: “British Egg Week is the perfect excuse to celebrate and sell more eggs by encouraging customers to get cracking to avoid being hangry.  Whether you’re a retailer, wholesaler, food manufacturer, caterer or all round egg fan, the toolkit makes it easier for you to get involved, engage with customers in a fun way, and make the most of the opportunity. And what’s more, now the Food Standards Agency has confirmed that eggs can be consumed runny, or even raw, by vulnerable groups as long as they are Lion, everyone is free to celebrate British Egg Week in style for the first time in 30 years.”','Get cracking for British Egg Week 2018','','publish','closed','open','','get-cracking-for-british-egg-week-2018','','','2018-09-05 07:40:48','2018-09-05 07:40:48','',0,'http://www.ontradeprogress.com/?p=2534',0,'post','',0),(2535,1,'2018-09-05 07:40:29','2018-09-05 07:40:29','','Screen Shot 2018-09-05 at 08.40.01','','inherit','closed','closed','','screen-shot-2018-09-05-at-08-40-01','','','2018-09-05 07:40:29','2018-09-05 07:40:29','',2534,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-05-at-08.40.01.png',0,'attachment','image/png',0),(2536,1,'2018-09-05 07:40:48','2018-09-05 07:40:48','<strong>This year British Egg Week takes place between 8 and 14 October and British Lion eggs has created a toolkit to help retailers, wholesalers, food manufacturers and caterers make the most of the week.</strong>\r\n\r\nThe toolkit shows some of the activity that is taking place during the week, which is themed ‘Don’t get hangry, get cracking’, including a new emoji and animated gifs. With research showing being hangry (anger due to hunger) affects 79% of Brits, protein-packed eggs can help provide a solution by helping people to feel fuller for longer.\r\n\r\nThe hangry emoji has been submitted to Google, Android and iOS and, along with the animated gifs, will be available to download from <a href=\"http://www.eggrecipes.co.uk/\">www.eggrecipes.co.uk</a> and the Egg Recipes app.\r\n\r\nThe toolkit also includes ideas for how to get involved, including key messages and hangry-busting egg recipes that can be shared with customers to encourage them to celebrate British Egg Week and purchase more eggs. It also includes information on how to exploit British Week via social media channels. News stories, social media activity and influencers sharing their hangry content will also form part of the campaign.\r\n\r\nAndrew Joret, British Egg Industry Council Chairman, explains: “British Egg Week is the perfect excuse to celebrate and sell more eggs by encouraging customers to get cracking to avoid being hangry.  Whether you’re a retailer, wholesaler, food manufacturer, caterer or all round egg fan, the toolkit makes it easier for you to get involved, engage with customers in a fun way, and make the most of the opportunity. And what’s more, now the Food Standards Agency has confirmed that eggs can be consumed runny, or even raw, by vulnerable groups as long as they are Lion, everyone is free to celebrate British Egg Week in style for the first time in 30 years.”','Get cracking for British Egg Week 2018','','inherit','closed','closed','','2534-revision-v1','','','2018-09-05 07:40:48','2018-09-05 07:40:48','',2534,'http://www.ontradeprogress.com/2018/09/05/2534-revision-v1/',0,'revision','',0),(2537,1,'2018-09-05 10:18:42','2018-09-05 10:18:42','<strong>UKHospitality has warned that the introduction of inflexible mandatory calorie labelling could present a serious burden for hospitality businesses.</strong>\r\n\r\nThe warning follows reports that the Government is preparing the launch of a consultation on a requirement for businesses to provide calorie labelling on menus.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Mandatory calorie labelling could have a significant impact on the hospitality sector, particularly smaller businesses that would struggle to cope with the huge burden of a one-size-fits-all approach. The knock-on effect would almost certainly mean prices go up and investment in businesses goes down. There is also a serious potential that mandatory calorie labelling would undermine businesses’ efforts to tackle food waste which is a growing concern for consumers and an area of innovation for businesses.\r\n\r\n“A blanket introduction of inflexible calorie labelling would represent a serious additional cost for businesses already facing tightening margins and economic instability. It would also represent a considerable burden for those venues that change their menus regularly, some on a daily basis, to incorporate locally sourced produce, seasonal ingredients and specials. Small and medium-sized businesses might also find their ability to innovate, particularly when tackling food waste, severely restricted.\r\n\r\n“We are supportive of efforts to promote healthier eating habits and sector is already taking decisive, proactive action to reformulate menus to reduce calories and increase transparency and choice for customers. Many larger venues already include calorie content on their menus voluntarily, with many high street brands providing customers with unprecedented level of information. But even larger businesses, operating numerous distinct brands, rely on the flexibility provided by voluntary labelling.”','UKHospitality cautions against mandatory calorie labelling','','publish','closed','open','','ukhospitality-cautions-against-mandatory-calorie-labelling','','','2018-09-05 10:18:42','2018-09-05 10:18:42','',0,'http://www.ontradeprogress.com/?p=2537',0,'post','',0),(2538,1,'2018-09-05 10:18:42','2018-09-05 10:18:42','<strong>UKHospitality has warned that the introduction of inflexible mandatory calorie labelling could present a serious burden for hospitality businesses.</strong>\r\n\r\nThe warning follows reports that the Government is preparing the launch of a consultation on a requirement for businesses to provide calorie labelling on menus.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Mandatory calorie labelling could have a significant impact on the hospitality sector, particularly smaller businesses that would struggle to cope with the huge burden of a one-size-fits-all approach. The knock-on effect would almost certainly mean prices go up and investment in businesses goes down. There is also a serious potential that mandatory calorie labelling would undermine businesses’ efforts to tackle food waste which is a growing concern for consumers and an area of innovation for businesses.\r\n\r\n“A blanket introduction of inflexible calorie labelling would represent a serious additional cost for businesses already facing tightening margins and economic instability. It would also represent a considerable burden for those venues that change their menus regularly, some on a daily basis, to incorporate locally sourced produce, seasonal ingredients and specials. Small and medium-sized businesses might also find their ability to innovate, particularly when tackling food waste, severely restricted.\r\n\r\n“We are supportive of efforts to promote healthier eating habits and sector is already taking decisive, proactive action to reformulate menus to reduce calories and increase transparency and choice for customers. Many larger venues already include calorie content on their menus voluntarily, with many high street brands providing customers with unprecedented level of information. But even larger businesses, operating numerous distinct brands, rely on the flexibility provided by voluntary labelling.”','UKHospitality cautions against mandatory calorie labelling','','inherit','closed','closed','','2537-revision-v1','','','2018-09-05 10:18:42','2018-09-05 10:18:42','',2537,'http://www.ontradeprogress.com/2018/09/05/2537-revision-v1/',0,'revision','',0),(2539,1,'2018-09-05 10:23:37','2018-09-05 10:23:37','<strong>This autumn a new bar celebrating exploration and adventure will pull into The Strand at full steam ahead. Sticking to Jules Verne’s legendary explorer’s tight schedule, Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to the West End by Charlie Gilkes and Duncan Stirling’s Inception Group, the bar will take guests on a thrilling journey inspired by Around The World in 80 Days. </strong>\r\n\r\nLocated just a stone\'s throw from Charing Cross station, where Phileas Fogg and his trusty valet, Passepartout set off on their voyage, Mr Fogg’s Society of Exploration will be a true travel hub, where death-defying exploits and adventures are plotted and planned. The walls will be adorned with portraits of Mr Fogg’s fellow fearless pioneers and their intrepid tales will be depicted and narrated at regular Society meetings. The downstairs Map Room will house a collection of both antique and modern-day maps, host regular evening events with a resident explorer, and will also offer global drinking adventures, from cocktail masterclasses to spirit safaris.\r\n\r\nGuests will enter via an elegant lobby with an oversized rotating globe marking the places visited and modes of transport that the intrepid pair took. Moving downstairs, they will encounter cabinets of curiosities, souvenirs and artefacts handpicked by fellows of the explorer society. There will be a life-sized model of a Victorian Orient Express, complete with banquette seating and gleaming brass lamps where passengers can let off steam over a libation or two. The main bar area will feature wooden panelling, shelves laden with travel books and encyclopedias, and warm leather armchairs to welcome weary travellers.\r\n\r\nA place for experiments and innovation, Mr Fogg’s Society of Exploration will even give drinkers the chance to participate in the making of their drinks by pressing a button to trigger a chain reaction in a marvellous mechanical machine inspired by famous inventor Rube Goldberg.\r\n\r\nThe multi-sensory menu will take the form of an explorer’s journal charting the feats of fellows across nine extraordinary areas of Earth. Each chapter will focus on one location, ranging from ancient man-made creations to wonders of the natural world. Drinkers will soar above the palms of the Sahara Desert, shiver at the sub-zero temperatures of The North Pole and plummet to the depths of The Great Barrier Reef while show-stopping sharers will include The Sheep Wheel, a reproduction of a ship’s helm and The Bombay Sapphire Rube Goldberg Machine.\r\n\r\nMr Fogg’s preferred prandial refreshment of toasted crumpets will be served alongside his favourite nibbles such as croquettes, meat and cheese boards, and for the more daring culinary adventurer, crickets, mealworms and grasshoppers. Mr Fogg’s Society of Exploration will be the fifth bar in the immersive Mr Fogg’s Collection which includes: Mr Fogg’s Residence, Tavern, Gin Parlour and House of Botanicals.\r\n\r\nSociety co-founder and keen traveller, Charlie Gilkes says of the project: “It’s been five years since we opened our first Mr Fogg’s, we’re thrilled to add a fifth venue to the collection and look forward to welcoming anyone with a love of travel, cocktails, or both to The Society of Exploration!”','Mr Fogg’s Society of Exploration','','publish','closed','open','','mr-foggs-society-of-exploration','','','2018-09-05 10:23:37','2018-09-05 10:23:37','',0,'http://www.ontradeprogress.com/?p=2539',0,'post','',0),(2540,1,'2018-09-05 10:23:37','2018-09-05 10:23:37','<strong>This autumn a new bar celebrating exploration and adventure will pull into The Strand at full steam ahead. Sticking to Jules Verne’s legendary explorer’s tight schedule, Mr Fogg’s Society of Exploration will throw open a window on to the world, complete with train carriage, map room and hidden wonders. Brought to the West End by Charlie Gilkes and Duncan Stirling’s Inception Group, the bar will take guests on a thrilling journey inspired by Around The World in 80 Days. </strong>\r\n\r\nLocated just a stone\'s throw from Charing Cross station, where Phileas Fogg and his trusty valet, Passepartout set off on their voyage, Mr Fogg’s Society of Exploration will be a true travel hub, where death-defying exploits and adventures are plotted and planned. The walls will be adorned with portraits of Mr Fogg’s fellow fearless pioneers and their intrepid tales will be depicted and narrated at regular Society meetings. The downstairs Map Room will house a collection of both antique and modern-day maps, host regular evening events with a resident explorer, and will also offer global drinking adventures, from cocktail masterclasses to spirit safaris.\r\n\r\nGuests will enter via an elegant lobby with an oversized rotating globe marking the places visited and modes of transport that the intrepid pair took. Moving downstairs, they will encounter cabinets of curiosities, souvenirs and artefacts handpicked by fellows of the explorer society. There will be a life-sized model of a Victorian Orient Express, complete with banquette seating and gleaming brass lamps where passengers can let off steam over a libation or two. The main bar area will feature wooden panelling, shelves laden with travel books and encyclopedias, and warm leather armchairs to welcome weary travellers.\r\n\r\nA place for experiments and innovation, Mr Fogg’s Society of Exploration will even give drinkers the chance to participate in the making of their drinks by pressing a button to trigger a chain reaction in a marvellous mechanical machine inspired by famous inventor Rube Goldberg.\r\n\r\nThe multi-sensory menu will take the form of an explorer’s journal charting the feats of fellows across nine extraordinary areas of Earth. Each chapter will focus on one location, ranging from ancient man-made creations to wonders of the natural world. Drinkers will soar above the palms of the Sahara Desert, shiver at the sub-zero temperatures of The North Pole and plummet to the depths of The Great Barrier Reef while show-stopping sharers will include The Sheep Wheel, a reproduction of a ship’s helm and The Bombay Sapphire Rube Goldberg Machine.\r\n\r\nMr Fogg’s preferred prandial refreshment of toasted crumpets will be served alongside his favourite nibbles such as croquettes, meat and cheese boards, and for the more daring culinary adventurer, crickets, mealworms and grasshoppers. Mr Fogg’s Society of Exploration will be the fifth bar in the immersive Mr Fogg’s Collection which includes: Mr Fogg’s Residence, Tavern, Gin Parlour and House of Botanicals.\r\n\r\nSociety co-founder and keen traveller, Charlie Gilkes says of the project: “It’s been five years since we opened our first Mr Fogg’s, we’re thrilled to add a fifth venue to the collection and look forward to welcoming anyone with a love of travel, cocktails, or both to The Society of Exploration!”','Mr Fogg’s Society of Exploration','','inherit','closed','closed','','2539-revision-v1','','','2018-09-05 10:23:37','2018-09-05 10:23:37','',2539,'http://www.ontradeprogress.com/2018/09/05/2539-revision-v1/',0,'revision','',0),(2541,1,'2018-09-10 08:54:11','2018-09-10 08:54:11','<strong>UKHospitality is delighted to announce the appointment of Jackie Marlow as its new Chief Operating Officer.</strong>\r\n\r\nJackie joins UKHospitality from ISBA, the voice of British advertisers, where she has thirty years of experience and will formally take up the position on Monday 10 September.\r\n\r\nCommenting on her appointment, Jackie said: “In under a year, UKHospitality has established itself as the definitive voice for the hospitality sector. This is a great time to be joining this new organisation and I am looking forward to the challenge of leading its commercial arm to ensure it is in an even stronger position to achieve more.\r\n\r\n“I am proud to have worked at ISBA and to have lead its growth in membership and commercial revenue. I am now looking forward to meeting with UKHospitality’s diverse and exciting membership and supporting our efforts to promote this brilliant sector.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “I am very pleased to welcome Jackie to the team and look forward immensely to working with her. This is a hugely exciting time for UKHospitality and we are in a very strong position commercially. With Jackie as our new COO I know we will achieve even greater things.”','Jackie Marlow unveiled as new UKHospitality Chief Operating Officer','','publish','closed','open','','jackie-marlow-unveiled-as-new-ukhospitality-chief-operating-officer','','','2018-09-10 08:54:11','2018-09-10 08:54:11','',0,'http://www.ontradeprogress.com/?p=2541',0,'post','',0),(2542,1,'2018-09-10 08:54:11','2018-09-10 08:54:11','<strong>UKHospitality is delighted to announce the appointment of Jackie Marlow as its new Chief Operating Officer.</strong>\r\n\r\nJackie joins UKHospitality from ISBA, the voice of British advertisers, where she has thirty years of experience and will formally take up the position on Monday 10 September.\r\n\r\nCommenting on her appointment, Jackie said: “In under a year, UKHospitality has established itself as the definitive voice for the hospitality sector. This is a great time to be joining this new organisation and I am looking forward to the challenge of leading its commercial arm to ensure it is in an even stronger position to achieve more.\r\n\r\n“I am proud to have worked at ISBA and to have lead its growth in membership and commercial revenue. I am now looking forward to meeting with UKHospitality’s diverse and exciting membership and supporting our efforts to promote this brilliant sector.”\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “I am very pleased to welcome Jackie to the team and look forward immensely to working with her. This is a hugely exciting time for UKHospitality and we are in a very strong position commercially. With Jackie as our new COO I know we will achieve even greater things.”','Jackie Marlow unveiled as new UKHospitality Chief Operating Officer','','inherit','closed','closed','','2541-revision-v1','','','2018-09-10 08:54:11','2018-09-10 08:54:11','',2541,'http://www.ontradeprogress.com/2018/09/10/2541-revision-v1/',0,'revision','',0),(2544,1,'2018-09-10 09:08:09','2018-09-10 09:08:09','','Screen Shot 2018-09-10 at 09.58.27','','inherit','closed','closed','','screen-shot-2018-09-10-at-09-58-27','','','2018-09-10 09:08:09','2018-09-10 09:08:09','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-09.58.27.png',0,'attachment','image/png',0),(2545,1,'2018-09-10 09:08:35','2018-09-10 09:08:35','','Screen Shot 2018-09-10 at 09.58.16','','inherit','closed','closed','','screen-shot-2018-09-10-at-09-58-16','','','2018-09-10 09:08:35','2018-09-10 09:08:35','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-09.58.16.png',0,'attachment','image/png',0),(2548,1,'2018-09-10 09:20:13','2018-09-10 09:20:13','<strong>Watneys has launched a new range of beers in celebration of the lighter side of life, balancing the serious craft credentials of the beers with the importance of sharing a pint and a joke with friends while enjoying the many different things that make us laugh.</strong>\r\n\r\nNamed Sarcasm, Slapstick, and Irony, the three-strong Headliners range launches in September and features a Citrus Pale Ale, Double IPA and Craft Lager in keg and can. The launch will be supported this autumn with a Pop-up Stand-up campaign, which will see surprise gigs in pubs and bars by some of the UK’s best up-and-coming comedy talent.\r\n\r\nNick Whitehurst, managing director of Brands Reunited, which returned the Watneys brand to the bar in 2016, says, “We love a good time down the pub with our mates, and we love craft beer - but beard oil and Birkenstocks is really not us. So we’ve created three premium beers for laid-back laughter lovers who want to enjoy the flavours of craft beer but don’t necessarily buy into the full-on hipster experience.\r\n\r\n“There’s a real opportunity to bring a broader range of beer drinkers into the craft category by making it more accessible, so with our Headliners beers we’re celebrating all the funny things that make us laugh, and different styles of humour. We all know a sarcastic mate, an ironic uncle, or someone who is always playing the joker, who we enjoy spending time with.\r\n\r\n“Don’t get us wrong - these beers are great, but we know there’s much more to life. Drinkers appreciate a great beer as part of the experience of having a laugh and spending time with mates.”\r\n\r\nThe three Headliners beers are:\r\n<ul>\r\n 	<li>Sarcasm Citrus Pale Ale 4.5% ABV</li>\r\n 	<li>Slapstick Double IPA 7.5% ABV</li>\r\n 	<li>Irony Craft Lager 4.6% ABV</li>\r\n</ul>\r\nThe range will be available to pubs and bars in kegs and cans, with the cans also available to order online at <a href=\"http://www.watneys-beer.com\">www.watneys-beer.com</a>. The cans will feature tasting notes which take a more tongue-in-cheek approach than many craft brewers. Watneys beers are brewed at Sambrook’s Brewery in Wandsworth, continuing the Watneys tradition of brewing in London dating back to 1837.','Watneys Raises A Laugh With Headliners Craft Range','','publish','closed','open','','watneys-raises-a-laugh-with-headliners-craft-range','','','2018-09-10 09:20:13','2018-09-10 09:20:13','',0,'http://www.ontradeprogress.com/?p=2548',0,'post','',0),(2549,1,'2018-09-10 09:19:53','2018-09-10 09:19:53','','Screen Shot 2018-09-10 at 10.17.30','','inherit','closed','closed','','screen-shot-2018-09-10-at-10-17-30','','','2018-09-10 09:19:53','2018-09-10 09:19:53','',2548,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-10.17.30.png',0,'attachment','image/png',0),(2550,1,'2018-09-10 09:20:13','2018-09-10 09:20:13','<strong>Watneys has launched a new range of beers in celebration of the lighter side of life, balancing the serious craft credentials of the beers with the importance of sharing a pint and a joke with friends while enjoying the many different things that make us laugh.</strong>\r\n\r\nNamed Sarcasm, Slapstick, and Irony, the three-strong Headliners range launches in September and features a Citrus Pale Ale, Double IPA and Craft Lager in keg and can. The launch will be supported this autumn with a Pop-up Stand-up campaign, which will see surprise gigs in pubs and bars by some of the UK’s best up-and-coming comedy talent.\r\n\r\nNick Whitehurst, managing director of Brands Reunited, which returned the Watneys brand to the bar in 2016, says, “We love a good time down the pub with our mates, and we love craft beer - but beard oil and Birkenstocks is really not us. So we’ve created three premium beers for laid-back laughter lovers who want to enjoy the flavours of craft beer but don’t necessarily buy into the full-on hipster experience.\r\n\r\n“There’s a real opportunity to bring a broader range of beer drinkers into the craft category by making it more accessible, so with our Headliners beers we’re celebrating all the funny things that make us laugh, and different styles of humour. We all know a sarcastic mate, an ironic uncle, or someone who is always playing the joker, who we enjoy spending time with.\r\n\r\n“Don’t get us wrong - these beers are great, but we know there’s much more to life. Drinkers appreciate a great beer as part of the experience of having a laugh and spending time with mates.”\r\n\r\nThe three Headliners beers are:\r\n<ul>\r\n 	<li>Sarcasm Citrus Pale Ale 4.5% ABV</li>\r\n 	<li>Slapstick Double IPA 7.5% ABV</li>\r\n 	<li>Irony Craft Lager 4.6% ABV</li>\r\n</ul>\r\nThe range will be available to pubs and bars in kegs and cans, with the cans also available to order online at <a href=\"http://www.watneys-beer.com\">www.watneys-beer.com</a>. The cans will feature tasting notes which take a more tongue-in-cheek approach than many craft brewers. Watneys beers are brewed at Sambrook’s Brewery in Wandsworth, continuing the Watneys tradition of brewing in London dating back to 1837.','Watneys Raises A Laugh With Headliners Craft Range','','inherit','closed','closed','','2548-revision-v1','','','2018-09-10 09:20:13','2018-09-10 09:20:13','',2548,'http://www.ontradeprogress.com/2018/09/10/2548-revision-v1/',0,'revision','',0),(2551,1,'2018-09-10 09:55:32','2018-09-10 09:55:32','<strong>A YouGov poll has found that one in five of UK adults are drinking above the Chief Medical Officers’ low risk drinking guidelines. 20% of all UK adults reported to be drinking over 14 units per week, with significant differences between men and women: 28% men and 12% women and more than two thirds of these say they would find cutting down on their drinking harder to do than one or more other lifestyle changes - improving their diet, exercising more, or reducing their smoking, if they were smokers.</strong>\r\n\r\nWorking together for the first time, Public Health England and alcohol education charity Drinkaware are today (10<sup>th</sup>) jointly launching a new campaign, <strong><em>Drink Free Days </em></strong>to help people cut down on the amount of alcohol they are regularly drinking.\r\n\r\nThe campaign will be encouraging middle-aged drinkers to use the tactic of taking more days off from drinking as a way of reducing their health risks from alcohol.\r\n\r\nThe more alcohol people drink , the greater their risk of developing a number of serious potentially life limiting health conditions, such as high blood pressure and heart disease, as well as seven types of cancer.\r\n\r\nRegular drinking also increases the amount of calories consumed and can contribute to weight gain and obesity.\r\n\r\nEvidence from behavioural science suggests that simple and easy ways of helping people to change their behaviour are the most effective, which is why Drinkaware and PHE have chosen to focus on <strong><em>Drink Free Days.</em></strong>  Pre-campaign research also found that the concept resonated strongly with people and was seen as clear to follow, positive and achievable.\r\n\r\n<strong>Duncan Selbie, Chief Executive at Public Health England, said:</strong>\r\n\r\n“Many of us enjoy a drink - but whether it’s a few in the pub after work a couple of times a week, some beers on the sofa watching the football or regular wine with our dinner - it’s all too easy to let our drinking creep up on us.\r\n\r\n“While the link with liver disease is well known, many people are not aware that alcohol can cause numerous other serious health problems, such as high blood pressure, heart disease as well as several cancers. It’s also an easy way to pile on the pounds.\r\n\r\n“About 10 million people in England are drinking in ways that increases the risks and many are struggling to cut down. Setting yourself a target of having more drink free days every week is an easy way to drink less and reduce the risks to your health.”\r\n\r\n<strong>Commenting, Drinkaware Chief Executive Elaine Hindal said:</strong>\r\n\r\n“The more you drink, the greater the risk to your health. It’s really that simple.\r\n\r\n“But an increasing number of people, particularly middle aged drinkers, are drinking in ways that are putting them at risk of serious and potentially life limiting conditions such as heart disease, liver disease and some types of cancer.\r\n\r\n“That’s where this campaign comes in and we’re delighted to be joining forces with Public Health England for the first time to help give people that knowledge.\r\n\r\n“Having a few drink free days each week, will help reduce the risks to your health and improve your wellbeing.”\r\n\r\nThis new partnership between Public Health England and Drinkaware is a fresh and bold step in our work to reduce alcohol harm. PHE’s <em>One You</em> digital platform has a strong track record on encouraging behaviour change; Drinkaware is an independent educational charity with an extensive reach to the key audiences. Working together to help communicate the message that having drink free days will reduce the risks to your health is the first move in what we hope will be a long term partnership.\r\n\r\n<strong>Former England and Liverpool footballer John Barnes</strong> is supporting the campaign which will be providing people with a range of tools and resources to help them cut back and make better choices about their drinking.  John said:\r\n\r\n“This is an important campaign highlighting how many of us don’t realise that we are drinking in ways that could be harming our health and how we are struggling to moderate.\r\n\r\n“A beer here and a glass of wine there might not seem like much but the units can add up and so too can the health risks.\r\n\r\n“Having a few more days a week that are drink free is a great way of taking control of our drinking and making healthier choices for the future which is why I am supporting this fantastic campaign.”\r\n\r\nA dedicated website provides all the information, resources and apps to help support people, including the <em>One You</em> Drink Free Days app and Drinkaware’s Drink Compare Calculator: <a href=\"http://www.drinkfreedays.co.uk\">www.drinkfreedays.co.uk</a>','Public Health England and Drinkaware launch Drink Free Days','','publish','closed','open','','public-health-england-and-drinkaware-launch-drink-free-days','','','2018-09-10 09:55:32','2018-09-10 09:55:32','',0,'http://www.ontradeprogress.com/?p=2551',0,'post','',0),(2552,1,'2018-09-10 09:55:21','2018-09-10 09:55:21','','Screen Shot 2018-09-10 at 10.47.20','','inherit','closed','closed','','screen-shot-2018-09-10-at-10-47-20','','','2018-09-10 09:55:21','2018-09-10 09:55:21','',2551,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-10.47.20.png',0,'attachment','image/png',0),(2553,1,'2018-09-10 09:55:32','2018-09-10 09:55:32','<strong>A YouGov poll has found that one in five of UK adults are drinking above the Chief Medical Officers’ low risk drinking guidelines. 20% of all UK adults reported to be drinking over 14 units per week, with significant differences between men and women: 28% men and 12% women and more than two thirds of these say they would find cutting down on their drinking harder to do than one or more other lifestyle changes - improving their diet, exercising more, or reducing their smoking, if they were smokers.</strong>\r\n\r\nWorking together for the first time, Public Health England and alcohol education charity Drinkaware are today (10<sup>th</sup>) jointly launching a new campaign, <strong><em>Drink Free Days </em></strong>to help people cut down on the amount of alcohol they are regularly drinking.\r\n\r\nThe campaign will be encouraging middle-aged drinkers to use the tactic of taking more days off from drinking as a way of reducing their health risks from alcohol.\r\n\r\nThe more alcohol people drink , the greater their risk of developing a number of serious potentially life limiting health conditions, such as high blood pressure and heart disease, as well as seven types of cancer.\r\n\r\nRegular drinking also increases the amount of calories consumed and can contribute to weight gain and obesity.\r\n\r\nEvidence from behavioural science suggests that simple and easy ways of helping people to change their behaviour are the most effective, which is why Drinkaware and PHE have chosen to focus on <strong><em>Drink Free Days.</em></strong>  Pre-campaign research also found that the concept resonated strongly with people and was seen as clear to follow, positive and achievable.\r\n\r\n<strong>Duncan Selbie, Chief Executive at Public Health England, said:</strong>\r\n\r\n“Many of us enjoy a drink - but whether it’s a few in the pub after work a couple of times a week, some beers on the sofa watching the football or regular wine with our dinner - it’s all too easy to let our drinking creep up on us.\r\n\r\n“While the link with liver disease is well known, many people are not aware that alcohol can cause numerous other serious health problems, such as high blood pressure, heart disease as well as several cancers. It’s also an easy way to pile on the pounds.\r\n\r\n“About 10 million people in England are drinking in ways that increases the risks and many are struggling to cut down. Setting yourself a target of having more drink free days every week is an easy way to drink less and reduce the risks to your health.”\r\n\r\n<strong>Commenting, Drinkaware Chief Executive Elaine Hindal said:</strong>\r\n\r\n“The more you drink, the greater the risk to your health. It’s really that simple.\r\n\r\n“But an increasing number of people, particularly middle aged drinkers, are drinking in ways that are putting them at risk of serious and potentially life limiting conditions such as heart disease, liver disease and some types of cancer.\r\n\r\n“That’s where this campaign comes in and we’re delighted to be joining forces with Public Health England for the first time to help give people that knowledge.\r\n\r\n“Having a few drink free days each week, will help reduce the risks to your health and improve your wellbeing.”\r\n\r\nThis new partnership between Public Health England and Drinkaware is a fresh and bold step in our work to reduce alcohol harm. PHE’s <em>One You</em> digital platform has a strong track record on encouraging behaviour change; Drinkaware is an independent educational charity with an extensive reach to the key audiences. Working together to help communicate the message that having drink free days will reduce the risks to your health is the first move in what we hope will be a long term partnership.\r\n\r\n<strong>Former England and Liverpool footballer John Barnes</strong> is supporting the campaign which will be providing people with a range of tools and resources to help them cut back and make better choices about their drinking.  John said:\r\n\r\n“This is an important campaign highlighting how many of us don’t realise that we are drinking in ways that could be harming our health and how we are struggling to moderate.\r\n\r\n“A beer here and a glass of wine there might not seem like much but the units can add up and so too can the health risks.\r\n\r\n“Having a few more days a week that are drink free is a great way of taking control of our drinking and making healthier choices for the future which is why I am supporting this fantastic campaign.”\r\n\r\nA dedicated website provides all the information, resources and apps to help support people, including the <em>One You</em> Drink Free Days app and Drinkaware’s Drink Compare Calculator: <a href=\"http://www.drinkfreedays.co.uk\">www.drinkfreedays.co.uk</a>','Public Health England and Drinkaware launch Drink Free Days','','inherit','closed','closed','','2551-revision-v1','','','2018-09-10 09:55:32','2018-09-10 09:55:32','',2551,'http://www.ontradeprogress.com/2018/09/10/2551-revision-v1/',0,'revision','',0),(2555,1,'2018-09-10 10:25:15','2018-09-10 10:25:15','','Screen Shot 2018-09-10 at 11.21.53','','inherit','closed','closed','','screen-shot-2018-09-10-at-11-21-53','','','2018-09-10 10:25:15','2018-09-10 10:25:15','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screen-Shot-2018-09-10-at-11.21.53.png',0,'attachment','image/png',0),(2559,1,'2018-09-13 10:40:07','2018-09-13 10:40:07','<strong>The number of restaurants in Scotland closing down has skyrocketed over the last decade, according to a new analysis by business advisors and accountants, <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a>.</strong>\r\n<p class=\"p1\"><span class=\"s1\">The company analysed official Insolvency Service statistics and found that yearly restaurant failures have risen from 19 in 2007 to 73 in 2017. In the first 6 months of 2018, 76 restaurants have shut their doors for the final time, 3 more than the whole of 2017. </span></p>\r\n\r\n\r\n[caption id=\"attachment_2563\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2563 size-medium\" title=\"Restaurant Closures Skyrocketing\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497-300x199.jpg\" alt=\"Restaurant Closures Skyrocketing\" width=\"300\" height=\"199\" /> Is your favourite restaurant in danger of closing?[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://twitter.com/eileenfddebt?lang=en-gb\" target=\"_blank\" rel=\"noopener\">Eileen Blackburn</a>, head of restructuring and debt advisory at <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a> LLP, said: “These figures highlight the difficulties that the restaurant sector in general, and specifically in Scotland, is experiencing. That the number of failures has almost quadrupled over the last decade is alarming but that the rate of failure is increasing is extremely worrying. The High Street is in trouble and the dining sector is encountering unprecedented issues which are resulting in failure for a growing number of operators.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Of more concern is that these figures are likely to be the tip of the iceberg as far as restaurant closures are concerned. Far more restaurants close without entering into a formal insolvency process so the numbers struggling on a day to day basis must be huge. The numbers closing voluntarily at a financial loss must be enormous and show just how competitive this market is. Opening a restaurant has always been difficult but there are greater complications with high rents, high rates, increased staff costs, and, for those importing ingredients, higher supply costs.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn continued: “There is an issue with over-capacity in the sector, and with rising costs resulting in many restaurants simply being unable to continue to operate. Some Scottish operators may also be operating on a model that is now outmoded. To compensate many restaurants have become slaves to the discount voucher market which can be a useful tool in the short term but can lead to a permanent lowering in revenue as savvy consumers shop around for the next deal rather than build long-term consumer loyalty. Vouchers can lead to a vicious circle of voucher dependence, lower income, and reduced profitability and, ultimately, closure.”</span></p>\r\n\r\n\r\n[caption id=\"attachment_2560\" align=\"alignleft\" width=\"498\"]<a href=\"https://twitter.com/French_Duncan/status/1040169540888526849?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1040169540888526849&amp;ref_url=https%3A%2F%2Fwww.dailymail.co.uk%2Fwires%2Fpa%2Farticle-6163299%2FRestaurant-failures-quadruple-decade-study-finds.html\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2560 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png\" alt=\"\" width=\"498\" height=\"339\" /></a> French Duncan on Twitter[/caption]\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn said: “Most restaurants used to be able to rely on weekend trade to lift their revenue into a profit but now require many more tables booked throughout the week just to keep afloat. The growth of delivery services has opened an enormous new market from food outlets that never delivered before giving consumers the option of saving some money by eating takeaways at home. Equally the pub food market continues to grow both in the form of successful chains and individual outlets allowing for an evening out at less cost than most restaurants can manage.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">She added: “I believe that this increase in the number of restaurant failures over the last decade indicates how precarious this market can be for many operators. It is an unforgiving business where a brief downturn can result in closure as operating costs are so high. Restaurant owners need to be acutely aware of the issues involved in running a financially tight ship in this sector. It is all too easy to let costs over-run, over staff your business, and not account for inevitable downturns in the market in the short and long term. Cash flow is king for this sector and understanding where your business is at any one time is essential to survival. Realising there is an issue is the first step in responding to it.”</span></p>\r\n&nbsp;\r\n\r\nLet us know your thoughts on <a href=\"http://twitter.com/ontradeprogress\" target=\"_blank\" rel=\"noopener\">Twitter</a>','Restaurant closures almost quadruple in a single decade','','publish','closed','open','','restaurant-closures-quadruple-decade','','','2018-09-16 10:47:05','2018-09-16 10:47:05','',0,'http://www.ontradeprogress.com/?p=2559',0,'post','',0),(2560,1,'2018-09-13 10:17:19','2018-09-13 10:17:19','','French Duncan on Twitter','French Duncan on Twitter','inherit','closed','closed','','screenshot-2018-09-13-11-11-07','','','2018-09-13 10:18:17','2018-09-13 10:18:17','',2559,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png',0,'attachment','image/png',0),(2561,1,'2018-09-13 10:38:41','2018-09-13 10:38:41','<strong>The number of restaurants in Scotland closing down has skyrocketed over the last decade, according to a new analysis by business advisors and accountants, <a href=\"http://www.frenchduncan.co.uk/\">French Duncan</a>.</strong>\r\n<p class=\"p1\"><span class=\"s1\">The company analysed official Insolvency Service statistics and found that yearly restaurant failures have risen from 19 in 2007 to 73 in 2017. In the first 6 months of 2018, 76 restaurants have shut their doors for the final time, 3 more than the whole of 2017. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://twitter.com/eileenfddebt?lang=en-gb\">Eileen Blackburn</a>, head of restructuring and debt advisory at <a href=\"http://www.frenchduncan.co.uk/\">French Duncan</a> LLP, said: “These figures highlight the difficulties that the restaurant sector in general, and specifically in Scotland, is experiencing. That the number of failures has almost quadrupled over the last decade is alarming but that the rate of failure is increasing is extremely worrying. The High Street is in trouble and the dining sector is encountering unprecedented issues which are resulting in failure for a growing number of operators.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Of more concern is that these figures are likely to be the tip of the iceberg as far as restaurant closures are concerned. Far more restaurants close without entering into a formal insolvency process so the numbers struggling on a day to day basis must be huge. The numbers closing voluntarily at a financial loss must be enormous and show just how competitive this market is. Opening a restaurant has always been difficult but there are greater complications with high rents, high rates, increased staff costs, and, for those importing ingredients, higher supply costs.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn continued: “There is an issue with over-capacity in the sector, and with rising costs resulting in many restaurants simply being unable to continue to operate. Some Scottish operators may also be operating on a model that is now outmoded. To compensate many restaurants have become slaves to the discount voucher market which can be a useful tool in the short term but can lead to a permanent lowering in revenue as savvy consumers shop around for the next deal rather than build long-term consumer loyalty. Vouchers can lead to a vicious circle of voucher dependence, lower income, and reduced profitability and, ultimately, closure.”</span></p>\r\n\r\n\r\n[caption id=\"attachment_2560\" align=\"alignleft\" width=\"498\"]<a href=\"https://twitter.com/French_Duncan/status/1040169540888526849?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1040169540888526849&amp;ref_url=https%3A%2F%2Fwww.dailymail.co.uk%2Fwires%2Fpa%2Farticle-6163299%2FRestaurant-failures-quadruple-decade-study-finds.html\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2560 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png\" alt=\"\" width=\"498\" height=\"339\" /></a> French Duncan on Twitter[/caption]\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn said: “Most restaurants used to be able to rely on weekend trade to lift their revenue into a profit but now require many more tables booked throughout the week just to keep afloat. The growth of delivery services has opened an enormous new market from food outlets that never delivered before giving consumers the option of saving some money by eating takeaways at home. Equally the pub food market continues to grow both in the form of successful chains and individual outlets allowing for an evening out at less cost than most restaurants can manage.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">She added: “I believe that this increase in the number of restaurant failures over the last decade indicates how precarious this market can be for many operators. It is an unforgiving business where a brief downturn can result in closure as operating costs are so high. Restaurant owners need to be acutely aware of the issues involved in running a financially tight ship in this sector. It is all too easy to let costs over-run, over staff your business, and not account for inevitable downturns in the market in the short and long term. Cash flow is king for this sector and understanding where your business is at any one time is essential to survival. Realising there is an issue is the first step in responding to it.”</span></p>\r\n&nbsp;\r\n\r\nLet us know your thoughts on <a href=\"http://twitter.com/ontradeprogress\">Twitter</a>','Restaurant Closures Almost Quadruple In A Single Decade','','inherit','closed','closed','','2559-revision-v1','','','2018-09-13 10:38:41','2018-09-13 10:38:41','',2559,'http://www.ontradeprogress.com/2018/09/13/2559-revision-v1/',0,'revision','',0),(2562,1,'2018-09-13 11:01:28','2018-09-13 11:01:28','<strong>The number of restaurants in Scotland closing down has skyrocketed over the last decade, according to a new analysis by business advisors and accountants, <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a>.</strong>\n<p class=\"p1\"><span class=\"s1\">The company analysed official Insolvency Service statistics and found that yearly restaurant failures have risen from 19 in 2007 to 73 in 2017. In the first 6 months of 2018, 76 restaurants have shut their doors for the final time, 3 more than the whole of 2017. </span></p>\n\n\n[caption id=\"attachment_2563\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2563 size-medium\" title=\"Restaurant Closures Skyrocketing\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497-300x199.jpg\" alt=\"Restaurant Closures Skyrocketing\" width=\"300\" height=\"199\" /> Is your favourite restaurant in danger of closing?[/caption]\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://twitter.com/eileenfddebt?lang=en-gb\" target=\"_blank\" rel=\"noopener\">Eileen Blackburn</a>, head of restructuring and debt advisory at <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a> LLP, said: “These figures highlight the difficulties that the restaurant sector in general, and specifically in Scotland, is experiencing. That the number of failures has almost quadrupled over the last decade is alarming but that the rate of failure is increasing is extremely worrying. The High Street is in trouble and the dining sector is encountering unprecedented issues which are resulting in failure for a growing number of operators.”</span></p>\n<p class=\"p1\"><span class=\"s1\">“Of more concern is that these figures are likely to be the tip of the iceberg as far as restaurant closures are concerned. Far more restaurants close without entering into a formal insolvency process so the numbers struggling on a day to day basis must be huge. The numbers closing voluntarily at a financial loss must be enormous and show just how competitive this market is. Opening a restaurant has always been difficult but there are greater complications with high rents, high rates, increased staff costs, and, for those importing ingredients, higher supply costs.”</span></p>\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn continued: “There is an issue with over-capacity in the sector, and with rising costs resulting in many restaurants simply being unable to continue to operate. Some Scottish operators may also be operating on a model that is now outmoded. To compensate many restaurants have become slaves to the discount voucher market which can be a useful tool in the short term but can lead to a permanent lowering in revenue as savvy consumers shop around for the next deal rather than build long-term consumer loyalty. Vouchers can lead to a vicious circle of voucher dependence, lower income, and reduced profitability and, ultimately, closure.”</span></p>\n\n\n[caption id=\"attachment_2560\" align=\"alignleft\" width=\"498\"]<a href=\"https://twitter.com/French_Duncan/status/1040169540888526849?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1040169540888526849&amp;ref_url=https%3A%2F%2Fwww.dailymail.co.uk%2Fwires%2Fpa%2Farticle-6163299%2FRestaurant-failures-quadruple-decade-study-finds.html\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2560 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png\" alt=\"\" width=\"498\" height=\"339\" /></a> French Duncan on Twitter[/caption]\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn said: “Most restaurants used to be able to rely on weekend trade to lift their revenue into a profit but now require many more tables booked throughout the week just to keep afloat. The growth of delivery services has opened an enormous new market from food outlets that never delivered before giving consumers the option of saving some money by eating takeaways at home. Equally the pub food market continues to grow both in the form of successful chains and individual outlets allowing for an evening out at less cost than most restaurants can manage.”</span></p>\n<p class=\"p1\"><span class=\"s1\">She added: “I believe that this increase in the number of restaurant failures over the last decade indicates how precarious this market can be for many operators. It is an unforgiving business where a brief downturn can result in closure as operating costs are so high. Restaurant owners need to be acutely aware of the issues involved in running a financially tight ship in this sector. It is all too easy to let costs over-run, over staff your business, and not account for inevitable downturns in the market in the short and long term. Cash flow is king for this sector and understanding where your business is at any one time is essential to survival. Realising there is an issue is the first step in responding to it.”</span></p>\n&nbsp;\n\nLet us know your thoughts on <a href=\"http://twitter.com/ontradeprogress\">Twitter</a>','Restaurant closures almost quadruple in a single decade','','inherit','closed','closed','','2559-autosave-v1','','','2018-09-13 11:01:28','2018-09-13 11:01:28','',2559,'http://www.ontradeprogress.com/2018/09/13/2559-autosave-v1/',0,'revision','',0),(2563,1,'2018-09-13 10:44:21','2018-09-13 10:44:21','','chips-dinner-fast-food-70497','','inherit','closed','closed','','chips-dinner-fast-food-70497','','','2018-09-13 10:44:21','2018-09-13 10:44:21','',2559,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497.jpg',0,'attachment','image/jpeg',0),(2564,1,'2018-09-13 10:46:17','2018-09-13 10:46:17','<strong>The number of restaurants in Scotland closing down has skyrocketed over the last decade, according to a new analysis by business advisors and accountants, <a href=\"http://www.frenchduncan.co.uk/\">French Duncan</a>.</strong>\r\n<p class=\"p1\"><span class=\"s1\">The company analysed official Insolvency Service statistics and found that yearly restaurant failures have risen from 19 in 2007 to 73 in 2017. In the first 6 months of 2018, 76 restaurants have shut their doors for the final time, 3 more than the whole of 2017. </span></p>\r\n<img class=\"alignleft size-medium wp-image-2563\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://twitter.com/eileenfddebt?lang=en-gb\">Eileen Blackburn</a>, head of restructuring and debt advisory at <a href=\"http://www.frenchduncan.co.uk/\">French Duncan</a> LLP, said: “These figures highlight the difficulties that the restaurant sector in general, and specifically in Scotland, is experiencing. That the number of failures has almost quadrupled over the last decade is alarming but that the rate of failure is increasing is extremely worrying. The High Street is in trouble and the dining sector is encountering unprecedented issues which are resulting in failure for a growing number of operators.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Of more concern is that these figures are likely to be the tip of the iceberg as far as restaurant closures are concerned. Far more restaurants close without entering into a formal insolvency process so the numbers struggling on a day to day basis must be huge. The numbers closing voluntarily at a financial loss must be enormous and show just how competitive this market is. Opening a restaurant has always been difficult but there are greater complications with high rents, high rates, increased staff costs, and, for those importing ingredients, higher supply costs.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn continued: “There is an issue with over-capacity in the sector, and with rising costs resulting in many restaurants simply being unable to continue to operate. Some Scottish operators may also be operating on a model that is now outmoded. To compensate many restaurants have become slaves to the discount voucher market which can be a useful tool in the short term but can lead to a permanent lowering in revenue as savvy consumers shop around for the next deal rather than build long-term consumer loyalty. Vouchers can lead to a vicious circle of voucher dependence, lower income, and reduced profitability and, ultimately, closure.”</span></p>\r\n\r\n\r\n[caption id=\"attachment_2560\" align=\"alignleft\" width=\"498\"]<a href=\"https://twitter.com/French_Duncan/status/1040169540888526849?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1040169540888526849&amp;ref_url=https%3A%2F%2Fwww.dailymail.co.uk%2Fwires%2Fpa%2Farticle-6163299%2FRestaurant-failures-quadruple-decade-study-finds.html\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2560 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png\" alt=\"\" width=\"498\" height=\"339\" /></a> French Duncan on Twitter[/caption]\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn said: “Most restaurants used to be able to rely on weekend trade to lift their revenue into a profit but now require many more tables booked throughout the week just to keep afloat. The growth of delivery services has opened an enormous new market from food outlets that never delivered before giving consumers the option of saving some money by eating takeaways at home. Equally the pub food market continues to grow both in the form of successful chains and individual outlets allowing for an evening out at less cost than most restaurants can manage.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">She added: “I believe that this increase in the number of restaurant failures over the last decade indicates how precarious this market can be for many operators. It is an unforgiving business where a brief downturn can result in closure as operating costs are so high. Restaurant owners need to be acutely aware of the issues involved in running a financially tight ship in this sector. It is all too easy to let costs over-run, over staff your business, and not account for inevitable downturns in the market in the short and long term. Cash flow is king for this sector and understanding where your business is at any one time is essential to survival. Realising there is an issue is the first step in responding to it.”</span></p>\r\n&nbsp;\r\n\r\nLet us know your thoughts on <a href=\"http://twitter.com/ontradeprogress\">Twitter</a>','Restaurant closures almost quadruple in a single decade','','inherit','closed','closed','','2559-revision-v1','','','2018-09-13 10:46:17','2018-09-13 10:46:17','',2559,'http://www.ontradeprogress.com/2018/09/13/2559-revision-v1/',0,'revision','',0),(2565,1,'2018-09-13 11:03:52','2018-09-13 11:03:52','<strong>The number of restaurants in Scotland closing down has skyrocketed over the last decade, according to a new analysis by business advisors and accountants, <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a>.</strong>\r\n<p class=\"p1\"><span class=\"s1\">The company analysed official Insolvency Service statistics and found that yearly restaurant failures have risen from 19 in 2007 to 73 in 2017. In the first 6 months of 2018, 76 restaurants have shut their doors for the final time, 3 more than the whole of 2017. </span></p>\r\n\r\n\r\n[caption id=\"attachment_2563\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2563 size-medium\" title=\"Restaurant Closures Skyrocketing\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497-300x199.jpg\" alt=\"Restaurant Closures Skyrocketing\" width=\"300\" height=\"199\" /> Is your favourite restaurant in danger of closing?[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://twitter.com/eileenfddebt?lang=en-gb\" target=\"_blank\" rel=\"noopener\">Eileen Blackburn</a>, head of restructuring and debt advisory at <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a> LLP, said: “These figures highlight the difficulties that the restaurant sector in general, and specifically in Scotland, is experiencing. That the number of failures has almost quadrupled over the last decade is alarming but that the rate of failure is increasing is extremely worrying. The High Street is in trouble and the dining sector is encountering unprecedented issues which are resulting in failure for a growing number of operators.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Of more concern is that these figures are likely to be the tip of the iceberg as far as restaurant closures are concerned. Far more restaurants close without entering into a formal insolvency process so the numbers struggling on a day to day basis must be huge. The numbers closing voluntarily at a financial loss must be enormous and show just how competitive this market is. Opening a restaurant has always been difficult but there are greater complications with high rents, high rates, increased staff costs, and, for those importing ingredients, higher supply costs.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn continued: “There is an issue with over-capacity in the sector, and with rising costs resulting in many restaurants simply being unable to continue to operate. Some Scottish operators may also be operating on a model that is now outmoded. To compensate many restaurants have become slaves to the discount voucher market which can be a useful tool in the short term but can lead to a permanent lowering in revenue as savvy consumers shop around for the next deal rather than build long-term consumer loyalty. Vouchers can lead to a vicious circle of voucher dependence, lower income, and reduced profitability and, ultimately, closure.”</span></p>\r\n\r\n\r\n[caption id=\"attachment_2560\" align=\"alignleft\" width=\"498\"]<a href=\"https://twitter.com/French_Duncan/status/1040169540888526849?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1040169540888526849&amp;ref_url=https%3A%2F%2Fwww.dailymail.co.uk%2Fwires%2Fpa%2Farticle-6163299%2FRestaurant-failures-quadruple-decade-study-finds.html\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2560 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png\" alt=\"\" width=\"498\" height=\"339\" /></a> French Duncan on Twitter[/caption]\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn said: “Most restaurants used to be able to rely on weekend trade to lift their revenue into a profit but now require many more tables booked throughout the week just to keep afloat. The growth of delivery services has opened an enormous new market from food outlets that never delivered before giving consumers the option of saving some money by eating takeaways at home. Equally the pub food market continues to grow both in the form of successful chains and individual outlets allowing for an evening out at less cost than most restaurants can manage.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">She added: “I believe that this increase in the number of restaurant failures over the last decade indicates how precarious this market can be for many operators. It is an unforgiving business where a brief downturn can result in closure as operating costs are so high. Restaurant owners need to be acutely aware of the issues involved in running a financially tight ship in this sector. It is all too easy to let costs over-run, over staff your business, and not account for inevitable downturns in the market in the short and long term. Cash flow is king for this sector and understanding where your business is at any one time is essential to survival. Realising there is an issue is the first step in responding to it.”</span></p>\r\n&nbsp;\r\n\r\nLet us know your thoughts on <a href=\"http://twitter.com/ontradeprogress\">Twitter</a>','Restaurant closures almost quadruple in a single decade','','inherit','closed','closed','','2559-revision-v1','','','2018-09-13 11:03:52','2018-09-13 11:03:52','',2559,'http://www.ontradeprogress.com/2018/09/13/2559-revision-v1/',0,'revision','',0),(2566,1,'2018-09-13 12:19:39','2018-09-13 12:19:39','<strong>The number of restaurants in Scotland closing down has skyrocketed over the last decade, according to a new analysis by business advisors and accountants, <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a>.</strong>\r\n<p class=\"p1\"><span class=\"s1\">The company analysed official Insolvency Service statistics and found that yearly restaurant failures have risen from 19 in 2007 to 73 in 2017. In the first 6 months of 2018, 76 restaurants have shut their doors for the final time, 3 more than the whole of 2017. </span></p>\r\n\r\n\r\n[caption id=\"attachment_2563\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2563 size-medium\" title=\"Restaurant Closures Skyrocketing\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/chips-dinner-fast-food-70497-300x199.jpg\" alt=\"Restaurant Closures Skyrocketing\" width=\"300\" height=\"199\" /> Is your favourite restaurant in danger of closing?[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://twitter.com/eileenfddebt?lang=en-gb\" target=\"_blank\" rel=\"noopener\">Eileen Blackburn</a>, head of restructuring and debt advisory at <a href=\"http://www.frenchduncan.co.uk/\" target=\"_blank\" rel=\"noopener\">French Duncan</a> LLP, said: “These figures highlight the difficulties that the restaurant sector in general, and specifically in Scotland, is experiencing. That the number of failures has almost quadrupled over the last decade is alarming but that the rate of failure is increasing is extremely worrying. The High Street is in trouble and the dining sector is encountering unprecedented issues which are resulting in failure for a growing number of operators.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Of more concern is that these figures are likely to be the tip of the iceberg as far as restaurant closures are concerned. Far more restaurants close without entering into a formal insolvency process so the numbers struggling on a day to day basis must be huge. The numbers closing voluntarily at a financial loss must be enormous and show just how competitive this market is. Opening a restaurant has always been difficult but there are greater complications with high rents, high rates, increased staff costs, and, for those importing ingredients, higher supply costs.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn continued: “There is an issue with over-capacity in the sector, and with rising costs resulting in many restaurants simply being unable to continue to operate. Some Scottish operators may also be operating on a model that is now outmoded. To compensate many restaurants have become slaves to the discount voucher market which can be a useful tool in the short term but can lead to a permanent lowering in revenue as savvy consumers shop around for the next deal rather than build long-term consumer loyalty. Vouchers can lead to a vicious circle of voucher dependence, lower income, and reduced profitability and, ultimately, closure.”</span></p>\r\n\r\n\r\n[caption id=\"attachment_2560\" align=\"alignleft\" width=\"498\"]<a href=\"https://twitter.com/French_Duncan/status/1040169540888526849?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1040169540888526849&amp;ref_url=https%3A%2F%2Fwww.dailymail.co.uk%2Fwires%2Fpa%2Farticle-6163299%2FRestaurant-failures-quadruple-decade-study-finds.html\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2560 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Screenshot-2018-09-13-11.11.07.png\" alt=\"\" width=\"498\" height=\"339\" /></a> French Duncan on Twitter[/caption]\r\n<p class=\"p1\"><span class=\"s1\">Ms Blackburn said: “Most restaurants used to be able to rely on weekend trade to lift their revenue into a profit but now require many more tables booked throughout the week just to keep afloat. The growth of delivery services has opened an enormous new market from food outlets that never delivered before giving consumers the option of saving some money by eating takeaways at home. Equally the pub food market continues to grow both in the form of successful chains and individual outlets allowing for an evening out at less cost than most restaurants can manage.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\">She added: “I believe that this increase in the number of restaurant failures over the last decade indicates how precarious this market can be for many operators. It is an unforgiving business where a brief downturn can result in closure as operating costs are so high. Restaurant owners need to be acutely aware of the issues involved in running a financially tight ship in this sector. It is all too easy to let costs over-run, over staff your business, and not account for inevitable downturns in the market in the short and long term. Cash flow is king for this sector and understanding where your business is at any one time is essential to survival. Realising there is an issue is the first step in responding to it.”</span></p>\r\n&nbsp;\r\n\r\nLet us know your thoughts on <a href=\"http://twitter.com/ontradeprogress\" target=\"_blank\" rel=\"noopener\">Twitter</a>','Restaurant closures almost quadruple in a single decade','','inherit','closed','closed','','2559-revision-v1','','','2018-09-13 12:19:39','2018-09-13 12:19:39','',2559,'http://www.ontradeprogress.com/2018/09/13/2559-revision-v1/',0,'revision','',0),(2567,1,'2018-09-13 13:07:13','2018-09-13 13:07:13','<strong>Cocktail Culture in the spotlight as <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> celebrates <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a></strong>\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> will be celebrating the capital’s booming cocktail culture by bringing some of its biggest brands together during <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week (LCW)</a> 2018.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Bourbon</a> and <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace Gin</a> will be headlining a specially created area in the in the Brick Lane Courtyard area of the Old Truman Brewery, branded as the Cocktail Culture Experience presented by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>.\r\n\r\n[caption id=\"attachment_2569\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2569 size-medium\" title=\"Spirits\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018-300x238.jpg\" alt=\"Hi-Spirits celebrates London\" width=\"300\" height=\"238\" /></a> Southern Comfort, Scapegrace &amp; Buffalo Trace at LCW 2018[/caption]\r\n\r\nWith a ‘secret garden’ feel, the area will feature several bars under a canopy tent, along with snug seating areas where visitors to the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village can enjoy a wide selection of great cocktails served by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>’ expert bar teams. Alongside the three sponsor brands, the bars will also serve a wide selection of drinks made with br<span style=\"font-size: 14px;\">ands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio, including Tito’s Handmade Vodka, Italian classic Fernet-Branca and the recently launched <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a> with its robust whiskey-forward profile.</span>\r\n\r\n&nbsp;\r\n\r\nWith this year’s event running from October 2 – 8, a highlight of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> area will be the Signature Classic Cocktail bar, a modular mixology experience allowing visitors to personalise their drink. By selecting from classics such as an Old Fashioned, Sour, Negroni or Mule, visitors will be able to choose a base spirit from brands including<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\"> Southern Comfort</a>, <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace bourbon</a> and others. By then choosing from a range of sweeteners, bitters and garnishes, every drink served will be personalised to each <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> visitor’s taste.\r\n\r\n&nbsp;\r\n\r\nMasterclasses focusing on the heritage, provenance and quality of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio will also be at the heart of <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> activity. These will include <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace</a> masterclasses exploring some of the range of bourbons from the world’s most awarded distillery, the <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Distillery</a>. The distinctive Scapegrace Van will host masterclasses including a Negroni workshop, a focus on gins from around the world and sessions on premium New Zealand gin Scapegrace itself.  To sign up to masterclasses, please visit <a href=\"http://www.buffalotrace.co.uk\">www.buffalotrace.co.uk</a>.\r\n\r\n&nbsp;\r\n\r\nOther activity within the Cocktail Culture Experience includes:\r\n<ul>\r\n 	<li>The Main Bar serving spirits and mixers, classic cocktails with a twist and straight up drinks featuring brands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio;</li>\r\n 	<li>The Southern Quarter, serving up the Spirit of New Orleans with <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> cocktails paired with delicious fried chicken from Mother Clucker, and a chance to try each of the <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> expressions - Original, Black and 100 Proof.</li>\r\n 	<li>The specialist Gin Bar serving a selection of G&amp;Ts and cocktails made from a variety of gins from around the world including <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace</a>, Langley’s Old Tom, The King of Soho and Brooklyn.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nDan Bolton, managing director of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, said: “<a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a> is now renowned as a showcase for one of the world’s great cocktail cities, and we’re delighted that our high-profile area in the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village courtyard puts some of the iconic brands from our portfolio at the heart of the celebrations.”\r\n\r\n&nbsp;\r\n\r\nFor more information, contact <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u>, or visit <u><a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a></u>.','Cocktail culture - Hi-Spirits celebrates London Cocktail Week','','publish','closed','open','','cocktail-culture-hi-spirits-celebrates-london-cocktail-week','','','2018-09-16 10:32:40','2018-09-16 10:32:40','',0,'http://www.ontradeprogress.com/?p=2567',0,'post','',0),(2568,1,'2018-09-13 12:28:39','2018-09-13 12:28:39','Hi-Spirits celebrates London cocktail culture','Hi-Spirits LCW 2018','','inherit','closed','closed','','hispirits-lcw-2018-with-text','','','2018-09-16 10:32:26','2018-09-16 10:32:26','',2567,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018-with-text.jpg',0,'attachment','image/jpeg',0),(2569,1,'2018-09-13 12:28:45','2018-09-13 12:28:45','','HiSpirits LCW 2018','','inherit','closed','closed','','hispirits-lcw-2018','','','2018-09-13 12:28:45','2018-09-13 12:28:45','',2567,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018.jpg',0,'attachment','image/jpeg',0),(2570,1,'2018-09-13 12:56:59','2018-09-13 12:56:59','<strong>Cocktail Culture in the spotlight as <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> celebrates <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a></strong>\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> will be celebrating the capital’s booming cocktail culture by bringing some of its biggest brands together during <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week (LCW)</a> 2018.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Bourbon</a> and <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace Gin</a> will be headlining a specially created area in the in the Brick Lane Courtyard area of the Old Truman Brewery, branded as the Cocktail Culture Experience presented by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>.\r\n\r\n[caption id=\"attachment_2569\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2569 size-medium\" title=\"Spirits\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018-300x238.jpg\" alt=\"\" width=\"300\" height=\"238\" /></a> Southern Comfort, Scapegrace &amp; Buffalo Trace at LCW 2018[/caption]\r\n\r\nWith a ‘secret garden’ feel, the area will feature several bars under a canopy tent, along with snug seating areas where visitors to the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village can enjoy a wide selection of great cocktails served by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>’ expert bar teams. Alongside the three sponsor brands, the bars will also serve a wide selection of drinks made with br<span style=\"font-size: 14px;\">ands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio, including Tito’s Handmade Vodka, Italian classic Fernet-Branca and the recently launched <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a> with its robust whiskey-forward profile.</span>\r\n\r\n&nbsp;\r\n\r\nWith this year’s event running from October 2 – 8, a highlight of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> area will be the Signature Classic Cocktail bar, a modular mixology experience allowing visitors to personalise their drink. By selecting from classics such as an Old Fashioned, Sour, Negroni or Mule, visitors will be able to choose a base spirit from brands including<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\"> Southern Comfort</a>, <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace bourbon</a> and others. By then choosing from a range of sweeteners, bitters and garnishes, every drink served will be personalised to each <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> visitor’s taste.\r\n\r\n&nbsp;\r\n\r\nMasterclasses focusing on the heritage, provenance and quality of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio will also be at the heart of <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> activity. These will include <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace</a> masterclasses exploring some of the range of bourbons from the world’s most awarded distillery, the <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Distillery</a>. The distinctive Scapegrace Van will host masterclasses including a Negroni workshop, a focus on gins from around the world and sessions on premium New Zealand gin Scapegrace itself.  To sign up to masterclasses, please visit <a href=\"http://www.buffalotrace.co.uk\">www.buffalotrace.co.uk</a>.\r\n\r\n&nbsp;\r\n\r\nOther activity within the Cocktail Culture Experience includes:\r\n<ul>\r\n 	<li>The Main Bar serving spirits and mixers, classic cocktails with a twist and straight up drinks featuring brands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio;</li>\r\n 	<li>The Southern Quarter, serving up the Spirit of New Orleans with <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> cocktails paired with delicious fried chicken from Mother Clucker, and a chance to try each of the <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> expressions - Original, Black and 100 Proof.</li>\r\n 	<li>The specialist Gin Bar serving a selection of G&amp;Ts and cocktails made from a variety of gins from around the world including <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace</a>, Langley’s Old Tom, The King of Soho and Brooklyn.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nDan Bolton, managing director of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, said: “<a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a> is now renowned as a showcase for one of the world’s great cocktail cities, and we’re delighted that our high-profile area in the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village courtyard puts some of the iconic brands from our portfolio at the heart of the celebrations.”\r\n\r\n&nbsp;\r\n\r\nFor more information, contact <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u>, or visit <u><a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a></u>.','Cocktail culture - Hi-Spirits celebrates London Cocktail Week','','inherit','closed','closed','','2567-revision-v1','','','2018-09-13 12:56:59','2018-09-13 12:56:59','',2567,'http://www.ontradeprogress.com/2018/09/13/2567-revision-v1/',0,'revision','',0),(2571,1,'2018-09-13 14:18:36','2018-09-13 14:18:36','[caption id=\"attachment_2573\" align=\"alignright\" width=\"150\"]<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2573 size-thumbnail\" title=\"Campaign For Real Ale\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/blobid1_1536760195826-150x150.png\" alt=\"CAMRA\" width=\"150\" height=\"150\" /></a> CAMRA[/caption]\r\n<p class=\"p1\"><strong><span class=\"s1\">As it releases the 46th edition of its <i>Good Beer Guide,</i> the Campaign for Real Ale (<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a>) has named the top 16 pubs in the country as part of its nationwide search for the National Pub of the Year.</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">The top 16 contenders include a diverse range of pubs from micropubs to street-corner locals and community-run pubs. Apart from serving beer, many on the list brew their own, host beer festivals, music and community events and boast fantastic interior design.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Each of the pubs were judged against numerous other local branch winners and deemed to be the best in the region overall, with a perfect mix of the essential characteristics of a great pub: atmosphere, decor, welcome, service, value for money, customer mix, and most importantly — quality real ale. They are selected by <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> volunteers and can all be found in the latest <i>Good Beer Guide</i>, which lists thousands of the top pubs across the country and a full list of the breweries in each county.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Each of the regional finalists will now compete in the next round of the competition, hoping to be named one of the four super-regional finalists — and stay in with a chance of becoming the overall winner. The final announcement of the National Pub of the Year winner will take place in early 2019.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">National Pub of the Year Co-ordinator Andrea Briers says: “It is a huge honour to be selected as one of the top 16 pubs in the country, as well as being featured in the <i>Good Beer Guide</i>. A great deal of time and effort goes into deciding which pub from each region should go forward into the next round.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“The competition really gets difficult now as these pubs will compete against one another to be named one of the top four in the country. Last year’s national winner, the <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a> in St Helens, enjoyed a huge boost in its popularity from visitors near and far, and all of the competing pubs will hope to secure national recognition from the competition.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Regional Winners List</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Central Southern - Nag’s Head, Reading</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Dedication to quality has made the Nag’s Head a multiple winner of local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year and Cider Pub of the Year awards, and this is the second consecutive year it has been named a regional finalist. With a wide range of real ales, ciders and perries, visitors can be sure to find something to their taste, and the selection of board games available makes it a welcoming place to while away a few sociable hours.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>East Anglia - Chequers, Little Gransden</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The multi-award winning village pub has been owned and run by the same family for over 60 years and in the <i>Good Beer Guide</i> for 24 of them. The unspoilt middle bar, with its wooden benches, roaring fire and a collection of decoy birds that seem to be gathering on the beam over the bar, is a favourite spot to catch up on local gossip. The pub’s Son of Sid brewhouse supplies the pub and local beer festival. Fish and chips are a highlight on a Friday night!  </span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>East Midlands - White Hart, Bargate</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year 2017 and 2018, the White Hart is a cosy two-roomed pub in the heart of Bargate. With a reputation for friendly staff, good beer and a welcoming atmosphere, it is popular with locals and has an excellent selection of changing cask ales. A large beer garden is situated to the rear and walkers are always welcome.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Greater London - Little Green Dragon, Enfield</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Formally a hairdressers’, the Little Green Dragon was the area’s first micropub and voted the local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year 2018. Beers are dispensed by gravity from the cool room and availability is posted regularly online. Takeaway containers and a varied selection of bottled beers are also on offer, along with up to seven ciders. Sofas, a church pew and bus seats create a cosy, friendly, atmosphere.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Greater Manchester - Flying Horse, Rochdale</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Flying Horse is an impressive Edwardian stone free house situated in the town hall square. Built in 1691 and rebuilt in 1926, the building retains many original features including log fires. Up to 10 cask ales are sold alongside four real ciders. Live music plays on a Thursday, Friday and Saturday, and the homemade food menu features meat from the local butcher and pies made on the premises.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Kent - Lanes, Dover</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This friendly, award-winning micropub near the pedestrian precinct is comfortably furnished and carpeted. Five real ales, mostly from Kentish microbreweries, and over 10 ciders are served on gravity from the temperature-controlled cellar room. Wine, mead and soft drinks are also from Kent producers. Snacks can be bought in from the local deli and a feasting board is available with 48 hours’ notice.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Merseyside - <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a>, St Helens</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA’s</a> current national Pub of the Year, the <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a> has established itself as an excellent cask ale pub, with 13 handpumps on the bar. Beers come from newer regional brewers and local microbreweries, and there is also an excellent selection of real ciders. This is a friendly local community pub on the edge of the town centre, hosting darts and pool teams, and entertainment at the weekend. Beer festivals are staged several times a year.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>North East - Golden Smog, Stockton-on-Tees</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This town’s first micropub is named after the environmental conditions that recently prevailed on Teesside. Four real ales and two real ciders are served alongside an impressive range of Belgian beers, all in matching glasses. Third-pint glasses and bespoke tasting tables are also available.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Scotland and Northern Ireland - Volunteer Arms (Staggs), Musselburgh</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Run by the same family since 1858, the bar and snug are traditional with wooden floors, wood panelling and mirrors from defunct local breweries. The more modern lounge opens at the weekend. The real ales, mostly hoppy and pale but often with one darker, change regularly.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>South West</b> <b>- Fleece Inn, Hillesley</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Fleece Inn is an attractive 17th century village pub set in the heart of Hillesley. It has a single bar with a wood-burning stove, a separate lounge/dining room and a snug area. The pubs serves up to six real ales and also features guest craft keg and draught cider. Food is served at lunchtime and in the evening up to 9pm. There is a large, attractive lawned garden with a safe play area for children.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Surrey and Sussex - Surrey Oaks, Newdigate</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This attractive 16th century inn is renowned for its commitment to good quality real ale from microbreweries. Six handpumps, one of which offers a dark ale, and a dozen ciders and perries provide great choice. The main bar features low beams, flagstones and an inglenook fireplace with log-burning stove. Excellent food served from an open kitchen includes homemade pizzas and daily specials. Outside is a large garden where the extremely popular late spring and August bank holiday beer festivals are held.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Wales - Bridge End Inn, Ruabon</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A welcoming local close to the railway station with three low-ceilinged rooms and a covered outdoor drinking area. This traditional pub has won numerous awards since it was revitalised by the McGivern family in 2009, including <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA’s</a> National Pub of the Year award in 2011. The changing range of eight ales will usually include a brew from the on-site McGivern brewery when it is operational. Families and well-behaved dogs are welcome in the lounge.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Wessex and the Channel Islands - Wonston Arms, Wonston</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A true community pub in the heart of the village, the Wonston Arms serves four real ales from local breweries plus 160 gins. It opens on Mondays for darts matches, a fish and chip van visits Tuesdays, curries are delivered Fridays and a fishmonger visits on Thursdays. Folk music takes place on the second and fourth Wednesdays of the month and it is also home to regular jazz sessions, quizzes, and a photography club.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>West Midlands - Fountain Inn, Leek</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Home to a magnificent bank of 10 handpulls with eight serving real ales and two serving ciders, the pub prides itself on having an ever-changing choice often from less well known and local breweries. Real fires, a suntrap beer garden and an almost complete collection of past Guides make this a must-visit. Live music is an attraction on Sunday evenings and accommodation is available.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>West Pennines - Little Bare, Morecambe</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A former off-licence, this micropub opened in 2017, retaining the original shop window. It features grey paint, bare floorboards and candles after dark and follows the micropub formula: no food, no music and no machines. There is a second room down a corridor with extra seating and board games, and a microgarden is planned.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Yorkshire -  George &amp; Dragon, Hudswell</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> named this homely, two-roomed village inn its National Pub of the Year in 2016.  Rescued and refurbished in 2010 after a successful community buyout, it now features its own library, shop, allotments and other local facilities as well as great food and Yorkshire-brewed beers and a selection of nearly 90 whiskies. A large beer terrace at the rear offers stunning panoramic views over the Swale Valley. Open all day bank holidays.                                </span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Media Contact:</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">CAMRA Press Office</span></p>\r\n<p class=\"p4\"><span class=\"s2\"><a href=\"mailto:press@camra.org.uk\">press@camra.org.uk</a></span></p>\r\n<p class=\"p1\"><span class=\"s1\">01727 337863</span></p>','CAMRA names the best pubs in the UK','','publish','closed','open','','camra-names-the-best-pubs-in-the-uk','','','2018-09-18 14:15:02','2018-09-18 14:15:02','',0,'http://www.ontradeprogress.com/?p=2571',0,'post','',0),(2572,1,'2018-09-13 13:51:59','2018-09-13 13:51:59','Are one of these your local?','Cheers','','inherit','closed','closed','','beers-cheers','','','2018-09-13 13:53:21','2018-09-13 13:53:21','',2571,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Beers-Cheers.jpeg',0,'attachment','image/jpeg',0),(2573,1,'2018-09-13 13:56:58','2018-09-13 13:56:58','CAMRA','CAMRA','','inherit','closed','closed','','blobid1_1536760195826','','','2018-09-13 13:57:23','2018-09-13 13:57:23','',2571,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/blobid1_1536760195826.png',0,'attachment','image/png',0),(2574,1,'2018-09-13 14:11:37','2018-09-13 14:11:37','[caption id=\"attachment_2573\" align=\"alignright\" width=\"150\"]<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2573 size-thumbnail\" title=\"Campaign For Real Ale\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/blobid1_1536760195826-150x150.png\" alt=\"CAMRA\" width=\"150\" height=\"150\" /></a> CAMRA[/caption]\r\n<p class=\"p1\"><strong><span class=\"s1\">As it releases the 46th edition of its <i>Good Beer Guide,</i> the Campaign for Real Ale (<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a>) has named the top 16 pubs in the country as part of its nationwide search for the National Pub of the Year.</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">The top 16 contenders include a diverse range of pubs from micropubs to street-corner locals and community-run pubs. Apart from serving beer, many on the list brew their own, host beer festivals, music and community events and boast fantastic interior design.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Each of the pubs were judged against numerous other local branch winners and deemed to be the best in the region overall, with a perfect mix of the essential characteristics of a great pub: atmosphere, decor, welcome, service, value for money, customer mix, and most importantly — quality real ale. They are selected by <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> volunteers and can all be found in the latest <i>Good Beer Guide</i>, which lists thousands of the top pubs across the country and a full list of the breweries in each county.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Each of the regional finalists will now compete in the next round of the competition, hoping to be named one of the four super-regional finalists — and stay in with a chance of becoming the overall winner. The final announcement of the National Pub of the Year winner will take place in early 2019.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">National Pub of the Year Co-ordinator Andrea Briers says: “It is a huge honour to be selected as one of the top 16 pubs in the country, as well as being featured in the <i>Good Beer Guide</i>. A great deal of time and effort goes into deciding which pub from each region should go forward into the next round.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“The competition really gets difficult now as these pubs will compete against one another to be named one of the top four in the country. Last year’s national winner, the <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a> in St Helens, enjoyed a huge boost in its popularity from visitors near and far, and all of the competing pubs will hope to secure national recognition from the competition.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Regional Winners List</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Central Southern - Nag’s Head, Reading</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Dedication to quality has made the Nag’s Head a multiple winner of local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year and Cider Pub of the Year awards, and this is the second consecutive year it has been named a regional finalist. With a wide range of real ales, ciders and perries, visitors can be sure to find something to their taste, and the selection of board games available makes it a welcoming place to while away a few sociable hours.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>East Anglia - Chequers, Little Gransden</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The multi-award winning village pub has been owned and run by the same family for over 60 years and in the <i>Good Beer Guide</i> for 24 of them. The unspoilt middle bar, with its wooden benches, roaring fire and a collection of decoy birds that seem to be gathering on the beam over the bar, is a favourite spot to catch up on local gossip. The pub’s Son of Sid brewhouse supplies the pub and local beer festival. Fish and chips are a highlight on a Friday night!  </span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>East Midlands - White Hart, Bargate</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year 2017 and 2018, the White Hart is a cosy two-roomed pub in the heart of Bargate. With a reputation for friendly staff, good beer and a welcoming atmosphere, it is popular with locals and has an excellent selection of changing cask ales. A large beer garden is situated to the rear and walkers are always welcome.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Greater London - Little Green Dragon, Enfield</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Formally a hairdressers’, the Little Green Dragon was the area’s first micropub and voted the local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year 2018. Beers are dispensed by gravity from the cool room and availability is posted regularly online. Takeaway containers and a varied selection of bottled beers are also on offer, along with up to seven ciders. Sofas, a church pew and bus seats create a cosy, friendly, atmosphere.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Greater Manchester - Flying Horse, Rochdale</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Flying Horse is an impressive Edwardian stone free house situated in the town hall square. Built in 1691 and rebuilt in 1926, the building retains many original features including log fires. Up to 10 cask ales are sold alongside four real ciders. Live music plays on a Thursday, Friday and Saturday, and the homemade food menu features meat from the local butcher and pies made on the premises.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Kent - Lanes, Dover</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This friendly, award-winning micropub near the pedestrian precinct is comfortably furnished and carpeted. Five real ales, mostly from Kentish microbreweries, and over 10 ciders are served on gravity from the temperature-controlled cellar room. Wine, mead and soft drinks are also from Kent producers. Snacks can be bought in from the local deli and a feasting board is available with 48 hours’ notice.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Merseyside - Cricketers Arms, St Helens</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA’s</a> current national Pub of the Year, the Cricketers Arms has established itself as an excellent cask ale pub, with 13 handpumps on the bar. Beers come from newer regional brewers and local microbreweries, and there is also an excellent selection of real ciders. This is a friendly local community pub on the edge of the town centre, hosting darts and pool teams, and entertainment at the weekend. Beer festivals are staged several times a year.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>North East - Golden Smog, Stockton-on-Tees</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This town’s first micropub is named after the environmental conditions that recently prevailed on Teesside. Four real ales and two real ciders are served alongside an impressive range of Belgian beers, all in matching glasses. Third-pint glasses and bespoke tasting tables are also available.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Scotland and Northern Ireland - Volunteer Arms (Staggs), Musselburgh</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Run by the same family since 1858, the bar and snug are traditional with wooden floors, wood panelling and mirrors from defunct local breweries. The more modern lounge opens at the weekend. The real ales, mostly hoppy and pale but often with one darker, change regularly.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>South West</b> <b>- Fleece Inn, Hillesley</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Fleece Inn is an attractive 17th century village pub set in the heart of Hillesley. It has a single bar with a wood-burning stove, a separate lounge/dining room and a snug area. The pubs serves up to six real ales and also features guest craft keg and draught cider. Food is served at lunchtime and in the evening up to 9pm. There is a large, attractive lawned garden with a safe play area for children.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Surrey and Sussex - Surrey Oaks, Newdigate</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This attractive 16th century inn is renowned for its commitment to good quality real ale from microbreweries. Six handpumps, one of which offers a dark ale, and a dozen ciders and perries provide great choice. The main bar features low beams, flagstones and an inglenook fireplace with log-burning stove. Excellent food served from an open kitchen includes homemade pizzas and daily specials. Outside is a large garden where the extremely popular late spring and August bank holiday beer festivals are held.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Wales - Bridge End Inn, Ruabon</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A welcoming local close to the railway station with three low-ceilinged rooms and a covered outdoor drinking area. This traditional pub has won numerous awards since it was revitalised by the McGivern family in 2009, including <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA’s</a> National Pub of the Year award in 2011. The changing range of eight ales will usually include a brew from the on-site McGivern brewery when it is operational. Families and well-behaved dogs are welcome in the lounge.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Wessex and the Channel Islands - Wonston Arms, Wonston</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A true community pub in the heart of the village, the Wonston Arms serves four real ales from local breweries plus 160 gins. It opens on Mondays for darts matches, a fish and chip van visits Tuesdays, curries are delivered Fridays and a fishmonger visits on Thursdays. Folk music takes place on the second and fourth Wednesdays of the month and it is also home to regular jazz sessions, quizzes, and a photography club.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>West Midlands - Fountain Inn, Leek</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Home to a magnificent bank of 10 handpulls with eight serving real ales and two serving ciders, the pub prides itself on having an ever-changing choice often from less well known and local breweries. Real fires, a suntrap beer garden and an almost complete collection of past Guides make this a must-visit. Live music is an attraction on Sunday evenings and accommodation is available.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>West Pennines - Little Bare, Morecambe</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A former off-licence, this micropub opened in 2017, retaining the original shop window. It features grey paint, bare floorboards and candles after dark and follows the micropub formula: no food, no music and no machines. There is a second room down a corridor with extra seating and board games, and a microgarden is planned.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Yorkshire -  George &amp; Dragon, Hudswell</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> named this homely, two-roomed village inn its National Pub of the Year in 2016.  Rescued and refurbished in 2010 after a successful community buyout, it now features its own library, shop, allotments and other local facilities as well as great food and Yorkshire-brewed beers and a selection of nearly 90 whiskies. A large beer terrace at the rear offers stunning panoramic views over the Swale Valley. Open all day bank holidays.                                </span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Media Contact:</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">CAMRA Press Office</span></p>\r\n<p class=\"p4\"><span class=\"s2\"><a href=\"mailto:press@camra.org.uk\">press@camra.org.uk</a></span></p>\r\n<p class=\"p1\"><span class=\"s1\">01727 337863</span></p>','CAMRA names the best pubs in the UK','','inherit','closed','closed','','2571-revision-v1','','','2018-09-13 14:11:37','2018-09-13 14:11:37','',2571,'http://www.ontradeprogress.com/2018/09/13/2571-revision-v1/',0,'revision','',0),(2575,1,'2018-09-13 14:18:36','2018-09-13 14:18:36','[caption id=\"attachment_2573\" align=\"alignright\" width=\"150\"]<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2573 size-thumbnail\" title=\"Campaign For Real Ale\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/blobid1_1536760195826-150x150.png\" alt=\"CAMRA\" width=\"150\" height=\"150\" /></a> CAMRA[/caption]\r\n<p class=\"p1\"><strong><span class=\"s1\">As it releases the 46th edition of its <i>Good Beer Guide,</i> the Campaign for Real Ale (<a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a>) has named the top 16 pubs in the country as part of its nationwide search for the National Pub of the Year.</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">The top 16 contenders include a diverse range of pubs from micropubs to street-corner locals and community-run pubs. Apart from serving beer, many on the list brew their own, host beer festivals, music and community events and boast fantastic interior design.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Each of the pubs were judged against numerous other local branch winners and deemed to be the best in the region overall, with a perfect mix of the essential characteristics of a great pub: atmosphere, decor, welcome, service, value for money, customer mix, and most importantly — quality real ale. They are selected by <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> volunteers and can all be found in the latest <i>Good Beer Guide</i>, which lists thousands of the top pubs across the country and a full list of the breweries in each county.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Each of the regional finalists will now compete in the next round of the competition, hoping to be named one of the four super-regional finalists — and stay in with a chance of becoming the overall winner. The final announcement of the National Pub of the Year winner will take place in early 2019.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">National Pub of the Year Co-ordinator Andrea Briers says: “It is a huge honour to be selected as one of the top 16 pubs in the country, as well as being featured in the <i>Good Beer Guide</i>. A great deal of time and effort goes into deciding which pub from each region should go forward into the next round.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“The competition really gets difficult now as these pubs will compete against one another to be named one of the top four in the country. Last year’s national winner, the <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a> in St Helens, enjoyed a huge boost in its popularity from visitors near and far, and all of the competing pubs will hope to secure national recognition from the competition.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Regional Winners List</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Central Southern - Nag’s Head, Reading</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Dedication to quality has made the Nag’s Head a multiple winner of local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year and Cider Pub of the Year awards, and this is the second consecutive year it has been named a regional finalist. With a wide range of real ales, ciders and perries, visitors can be sure to find something to their taste, and the selection of board games available makes it a welcoming place to while away a few sociable hours.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>East Anglia - Chequers, Little Gransden</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The multi-award winning village pub has been owned and run by the same family for over 60 years and in the <i>Good Beer Guide</i> for 24 of them. The unspoilt middle bar, with its wooden benches, roaring fire and a collection of decoy birds that seem to be gathering on the beam over the bar, is a favourite spot to catch up on local gossip. The pub’s Son of Sid brewhouse supplies the pub and local beer festival. Fish and chips are a highlight on a Friday night!  </span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>East Midlands - White Hart, Bargate</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year 2017 and 2018, the White Hart is a cosy two-roomed pub in the heart of Bargate. With a reputation for friendly staff, good beer and a welcoming atmosphere, it is popular with locals and has an excellent selection of changing cask ales. A large beer garden is situated to the rear and walkers are always welcome.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Greater London - Little Green Dragon, Enfield</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Formally a hairdressers’, the Little Green Dragon was the area’s first micropub and voted the local <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> Pub of the Year 2018. Beers are dispensed by gravity from the cool room and availability is posted regularly online. Takeaway containers and a varied selection of bottled beers are also on offer, along with up to seven ciders. Sofas, a church pew and bus seats create a cosy, friendly, atmosphere.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Greater Manchester - Flying Horse, Rochdale</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Flying Horse is an impressive Edwardian stone free house situated in the town hall square. Built in 1691 and rebuilt in 1926, the building retains many original features including log fires. Up to 10 cask ales are sold alongside four real ciders. Live music plays on a Thursday, Friday and Saturday, and the homemade food menu features meat from the local butcher and pies made on the premises.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Kent - Lanes, Dover</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This friendly, award-winning micropub near the pedestrian precinct is comfortably furnished and carpeted. Five real ales, mostly from Kentish microbreweries, and over 10 ciders are served on gravity from the temperature-controlled cellar room. Wine, mead and soft drinks are also from Kent producers. Snacks can be bought in from the local deli and a feasting board is available with 48 hours’ notice.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Merseyside - <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a>, St Helens</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA’s</a> current national Pub of the Year, the <a href=\"http://the-cricketers-arms.co.uk/\" target=\"_blank\" rel=\"noopener\">Cricketers Arms</a> has established itself as an excellent cask ale pub, with 13 handpumps on the bar. Beers come from newer regional brewers and local microbreweries, and there is also an excellent selection of real ciders. This is a friendly local community pub on the edge of the town centre, hosting darts and pool teams, and entertainment at the weekend. Beer festivals are staged several times a year.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>North East - Golden Smog, Stockton-on-Tees</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This town’s first micropub is named after the environmental conditions that recently prevailed on Teesside. Four real ales and two real ciders are served alongside an impressive range of Belgian beers, all in matching glasses. Third-pint glasses and bespoke tasting tables are also available.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Scotland and Northern Ireland - Volunteer Arms (Staggs), Musselburgh</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Run by the same family since 1858, the bar and snug are traditional with wooden floors, wood panelling and mirrors from defunct local breweries. The more modern lounge opens at the weekend. The real ales, mostly hoppy and pale but often with one darker, change regularly.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>South West</b> <b>- Fleece Inn, Hillesley</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Fleece Inn is an attractive 17th century village pub set in the heart of Hillesley. It has a single bar with a wood-burning stove, a separate lounge/dining room and a snug area. The pubs serves up to six real ales and also features guest craft keg and draught cider. Food is served at lunchtime and in the evening up to 9pm. There is a large, attractive lawned garden with a safe play area for children.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Surrey and Sussex - Surrey Oaks, Newdigate</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">This attractive 16th century inn is renowned for its commitment to good quality real ale from microbreweries. Six handpumps, one of which offers a dark ale, and a dozen ciders and perries provide great choice. The main bar features low beams, flagstones and an inglenook fireplace with log-burning stove. Excellent food served from an open kitchen includes homemade pizzas and daily specials. Outside is a large garden where the extremely popular late spring and August bank holiday beer festivals are held.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Wales - Bridge End Inn, Ruabon</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A welcoming local close to the railway station with three low-ceilinged rooms and a covered outdoor drinking area. This traditional pub has won numerous awards since it was revitalised by the McGivern family in 2009, including <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA’s</a> National Pub of the Year award in 2011. The changing range of eight ales will usually include a brew from the on-site McGivern brewery when it is operational. Families and well-behaved dogs are welcome in the lounge.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Wessex and the Channel Islands - Wonston Arms, Wonston</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A true community pub in the heart of the village, the Wonston Arms serves four real ales from local breweries plus 160 gins. It opens on Mondays for darts matches, a fish and chip van visits Tuesdays, curries are delivered Fridays and a fishmonger visits on Thursdays. Folk music takes place on the second and fourth Wednesdays of the month and it is also home to regular jazz sessions, quizzes, and a photography club.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>West Midlands - Fountain Inn, Leek</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Home to a magnificent bank of 10 handpulls with eight serving real ales and two serving ciders, the pub prides itself on having an ever-changing choice often from less well known and local breweries. Real fires, a suntrap beer garden and an almost complete collection of past Guides make this a must-visit. Live music is an attraction on Sunday evenings and accommodation is available.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>West Pennines - Little Bare, Morecambe</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A former off-licence, this micropub opened in 2017, retaining the original shop window. It features grey paint, bare floorboards and candles after dark and follows the micropub formula: no food, no music and no machines. There is a second room down a corridor with extra seating and board games, and a microgarden is planned.</span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Yorkshire -  George &amp; Dragon, Hudswell</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> named this homely, two-roomed village inn its National Pub of the Year in 2016.  Rescued and refurbished in 2010 after a successful community buyout, it now features its own library, shop, allotments and other local facilities as well as great food and Yorkshire-brewed beers and a selection of nearly 90 whiskies. A large beer terrace at the rear offers stunning panoramic views over the Swale Valley. Open all day bank holidays.                                </span></p>\r\n<p class=\"p3\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Media Contact:</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">CAMRA Press Office</span></p>\r\n<p class=\"p4\"><span class=\"s2\"><a href=\"mailto:press@camra.org.uk\">press@camra.org.uk</a></span></p>\r\n<p class=\"p1\"><span class=\"s1\">01727 337863</span></p>','CAMRA names the best pubs in the UK','','inherit','closed','closed','','2571-revision-v1','','','2018-09-13 14:18:36','2018-09-13 14:18:36','',2571,'http://www.ontradeprogress.com/2018/09/13/2571-revision-v1/',0,'revision','',0),(2576,1,'2018-09-13 14:23:33','2018-09-13 14:23:33','','Beers Cheers','','inherit','closed','closed','','beers-cheers-2','','','2018-09-13 14:23:33','2018-09-13 14:23:33','',2571,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Beers-Cheers-1.jpeg',0,'attachment','image/jpeg',0),(2577,1,'2018-09-13 14:24:14','2018-09-13 14:24:14','Micropub','Pub Beer','','inherit','closed','closed','','beer-2','','','2018-09-13 14:24:37','2018-09-13 14:24:37','',2571,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Beer-2.jpeg',0,'attachment','image/jpeg',0),(2578,1,'2018-09-16 10:31:15','2018-09-16 10:31:15','<strong>Cocktail Culture in the spotlight as <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> celebrates <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a></strong>\n\n&nbsp;\n\n<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> will be celebrating the capital’s booming cocktail culture by bringing some of its biggest brands together during <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week (LCW)</a> 2018.\n\n&nbsp;\n\n<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Bourbon</a> and <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace Gin</a> will be headlining a specially created area in the in the Brick Lane Courtyard area of the Old Truman Brewery, branded as the Cocktail Culture Experience presented by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>.\n\n[caption id=\"attachment_2569\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2569 size-medium\" title=\"Spirits\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018-300x238.jpg\" alt=\"Hi-Spirits\" width=\"300\" height=\"238\" /></a> Southern Comfort, Scapegrace &amp; Buffalo Trace at LCW 2018[/caption]\n\nWith a ‘secret garden’ feel, the area will feature several bars under a canopy tent, along with snug seating areas where visitors to the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village can enjoy a wide selection of great cocktails served by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>’ expert bar teams. Alongside the three sponsor brands, the bars will also serve a wide selection of drinks made with br<span style=\"font-size: 14px;\">ands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio, including Tito’s Handmade Vodka, Italian classic Fernet-Branca and the recently launched <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a> with its robust whiskey-forward profile.</span>\n\n&nbsp;\n\nWith this year’s event running from October 2 – 8, a highlight of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> area will be the Signature Classic Cocktail bar, a modular mixology experience allowing visitors to personalise their drink. By selecting from classics such as an Old Fashioned, Sour, Negroni or Mule, visitors will be able to choose a base spirit from brands including<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\"> Southern Comfort</a>, <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace bourbon</a> and others. By then choosing from a range of sweeteners, bitters and garnishes, every drink served will be personalised to each <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> visitor’s taste.\n\n&nbsp;\n\nMasterclasses focusing on the heritage, provenance and quality of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio will also be at the heart of <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> activity. These will include <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace</a> masterclasses exploring some of the range of bourbons from the world’s most awarded distillery, the <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Distillery</a>. The distinctive Scapegrace Van will host masterclasses including a Negroni workshop, a focus on gins from around the world and sessions on premium New Zealand gin Scapegrace itself.  To sign up to masterclasses, please visit <a href=\"http://www.buffalotrace.co.uk\">www.buffalotrace.co.uk</a>.\n\n&nbsp;\n\nOther activity within the Cocktail Culture Experience includes:\n<ul>\n 	<li>The Main Bar serving spirits and mixers, classic cocktails with a twist and straight up drinks featuring brands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio;</li>\n 	<li>The Southern Quarter, serving up the Spirit of New Orleans with <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> cocktails paired with delicious fried chicken from Mother Clucker, and a chance to try each of the <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> expressions - Original, Black and 100 Proof.</li>\n 	<li>The specialist Gin Bar serving a selection of G&amp;Ts and cocktails made from a variety of gins from around the world including <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace</a>, Langley’s Old Tom, The King of Soho and Brooklyn.</li>\n</ul>\n&nbsp;\n\nDan Bolton, managing director of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, said: “<a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a> is now renowned as a showcase for one of the world’s great cocktail cities, and we’re delighted that our high-profile area in the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village courtyard puts some of the iconic brands from our portfolio at the heart of the celebrations.”\n\n&nbsp;\n\nFor more information, contact <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u>, or visit <u><a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a></u>.','Cocktail culture - Hi-Spirits celebrates London Cocktail Week','','inherit','closed','closed','','2567-autosave-v1','','','2018-09-16 10:31:15','2018-09-16 10:31:15','',2567,'http://www.ontradeprogress.com/2018/09/16/2567-autosave-v1/',0,'revision','',0),(2579,1,'2018-09-16 10:32:40','2018-09-16 10:32:40','<strong>Cocktail Culture in the spotlight as <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> celebrates <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a></strong>\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> will be celebrating the capital’s booming cocktail culture by bringing some of its biggest brands together during <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week (LCW)</a> 2018.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Bourbon</a> and <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace Gin</a> will be headlining a specially created area in the in the Brick Lane Courtyard area of the Old Truman Brewery, branded as the Cocktail Culture Experience presented by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>.\r\n\r\n[caption id=\"attachment_2569\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2569 size-medium\" title=\"Spirits\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/HiSpirits-LCW-2018-300x238.jpg\" alt=\"Hi-Spirits celebrates London\" width=\"300\" height=\"238\" /></a> Southern Comfort, Scapegrace &amp; Buffalo Trace at LCW 2018[/caption]\r\n\r\nWith a ‘secret garden’ feel, the area will feature several bars under a canopy tent, along with snug seating areas where visitors to the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village can enjoy a wide selection of great cocktails served by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>’ expert bar teams. Alongside the three sponsor brands, the bars will also serve a wide selection of drinks made with br<span style=\"font-size: 14px;\">ands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio, including Tito’s Handmade Vodka, Italian classic Fernet-Branca and the recently launched <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a> with its robust whiskey-forward profile.</span>\r\n\r\n&nbsp;\r\n\r\nWith this year’s event running from October 2 – 8, a highlight of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> area will be the Signature Classic Cocktail bar, a modular mixology experience allowing visitors to personalise their drink. By selecting from classics such as an Old Fashioned, Sour, Negroni or Mule, visitors will be able to choose a base spirit from brands including<a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\"> Southern Comfort</a>, <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort Black</a>, <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace bourbon</a> and others. By then choosing from a range of sweeteners, bitters and garnishes, every drink served will be personalised to each <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> visitor’s taste.\r\n\r\n&nbsp;\r\n\r\nMasterclasses focusing on the heritage, provenance and quality of the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio will also be at the heart of <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> activity. These will include <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace</a> masterclasses exploring some of the range of bourbons from the world’s most awarded distillery, the <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace Distillery</a>. The distinctive Scapegrace Van will host masterclasses including a Negroni workshop, a focus on gins from around the world and sessions on premium New Zealand gin Scapegrace itself.  To sign up to masterclasses, please visit <a href=\"http://www.buffalotrace.co.uk\">www.buffalotrace.co.uk</a>.\r\n\r\n&nbsp;\r\n\r\nOther activity within the Cocktail Culture Experience includes:\r\n<ul>\r\n 	<li>The Main Bar serving spirits and mixers, classic cocktails with a twist and straight up drinks featuring brands from across the <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> portfolio;</li>\r\n 	<li>The Southern Quarter, serving up the Spirit of New Orleans with <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> cocktails paired with delicious fried chicken from Mother Clucker, and a chance to try each of the <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> expressions - Original, Black and 100 Proof.</li>\r\n 	<li>The specialist Gin Bar serving a selection of G&amp;Ts and cocktails made from a variety of gins from around the world including <a href=\"http://www.scapegracegin.com/\" target=\"_blank\" rel=\"noopener\">Scapegrace</a>, Langley’s Old Tom, The King of Soho and Brooklyn.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nDan Bolton, managing director of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, said: “<a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">London Cocktail Week</a> is now renowned as a showcase for one of the world’s great cocktail cities, and we’re delighted that our high-profile area in the <a href=\"https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/\" target=\"_blank\" rel=\"noopener\">LCW</a> Village courtyard puts some of the iconic brands from our portfolio at the heart of the celebrations.”\r\n\r\n&nbsp;\r\n\r\nFor more information, contact <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a> on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u>, or visit <u><a href=\"http://www.hi-spirits.com\">www.hi-spirits.com</a></u>.','Cocktail culture - Hi-Spirits celebrates London Cocktail Week','','inherit','closed','closed','','2567-revision-v1','','','2018-09-16 10:32:40','2018-09-16 10:32:40','',2567,'http://www.ontradeprogress.com/2018/09/16/2567-revision-v1/',0,'revision','',0),(2580,1,'2018-09-18 08:12:52','2018-09-18 08:12:52','<h2><strong><em>Corazón Tequila launches in the UK, the Premium Single Estate Tequilas is being introduced by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits </a></em></strong></h2>\r\nWith premium tequila in strong growth in the UK, <a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\">Corazón</a> Tequila is being launched by distributor Hi-Spirits. A four-strong range will be available to the on-trade and off-trade from September.\r\n\r\nFigures from Nielsen show that tequila sales grew by 3.9% in value in the UK in the year to June 2018, with premium brands performing even more strongly as consumers continue to seek out spirits with craft and artisan credentials.\r\n\r\nThe Corazón brand is owned by <a href=\"http://www.sazerac.com/\" target=\"_blank\" rel=\"noopener\">Sazerac</a>, whose portfolio also spans brands including <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, Buffalo Trace, Fireball and Paddy Whiskey.\r\n\r\nCorazón is produced for Sazerac by the award-winning Casa San Matias Distillery, one of the few family-owned agave estates &amp; distilleries in Los Altos de Jalisco, Mexico. Corazón Tequila is single estate-cultivated, distilled and hand-bottled. The entire Corazón Tequila process comes straight from the heart of its producers.  It is made from 100% blue Weber agave sourced from the Highlands of Jalisco with only the highest quality plants selected and used in the traditional production process including cooking in stone ovens. During its unique distillation process, oxygen is infused into the tequila after the second distillation to produce a spirit that is softer and more approachable with enhanced aromas and distinct flavours.\r\n\r\nFor more than 130 years, Casa San Matias has been committed to producing the best quality tequila in Mexico, making it one of the oldest tequila distilleries in the country. Casa San Matias is an environmentally and socially responsible company. It is one of only four tequila distilleries equipped with a biodigester and has one of the smallest carbon footprints in the tequila industry. It was the first tequila company to be certified as a “Great Place to Work,” was recognised as part of “TOP Companies” in Mexico, and has been certified and recognised for gender equality in the workplace.\r\n\r\nThe four-strong line-up of Corazón Single Estate Tequilas coming to the UK, all at 40% ABV in a bespoke bottle with a distinctive cork cap,  includes Corazón Blanco RSP £32, Corazón Reposado RSP £35, Corazón Añejo RSP £40, and Corazón Extra Añejo RSP £50.\r\n\r\nThe Casa San Matias Distillery and the Corazon line are both very highly decorated.  At the 2018 Los Angeles International Spirits Competition, the Añejo and Extra Añejo were awarded Gold, with Blanco and Reposado winning Silver. The competition saw Casa San Matias win 11 medals in total, including nine for Corazón Tequilas. Corazón de Agave Extra Añejo also won a Double Gold Medal at the 2018 San Francisco World Spirits Competition.\r\n\r\nAt the 2017 International Sprits Challenge, Casa San Matias was named Producer of the Year.  At the 2016 World Tequila Awards, Corazón was awarded World’s Best Tequila.  Corazón Reposado was also awarded 95 points and Extraordinary, Double Recommendation status at the Ultimate Spirits Challenge 2017.\r\n\r\nHi-Spirits is targeting a core demographic of 25-35-year-old cocktail drinkers and spirits explorers with the Corazón range. Dan Bolton, managing director of Hi-Spirits, said: “Quite simply, Casa San Matias is currently distilling the finest tequilas in the world, and we’re delighted to be adding Corazón to our portfolio of brands.\r\n\r\n“Tequila is a huge opportunity for the UK spirits market, and with serves generally weighted towards shots in the on-trade in particular, we see a strong opportunity with the launch of the Corazón range to shift that perception.\r\n\r\n“We want to engage the growing number of knowledgeable consumers who enjoy cocktails both when they’re out to eat and drink, and at home, and who appreciate spirits with authenticity and provenance, as we’ve seen with the craft gin boom.\r\n\r\n“Along with premium cocktail serve ideas, we’re offering information about the heritage of premium tequila and the terroir of agave, tapping into that artisan spirits trend. While consumers appreciate classic cocktails such as the Paloma and Margarita, there is so much more to enjoy. We’re making the Verdita our signature serve for Corazón, positioning it as the ‘unknown classic’ cocktail that consumers will come to love!”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2581\" align=\"alignright\" width=\"300\"]<a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2581 size-medium\" title=\"Corazón Tequila launches in the UK\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas-300x230.jpg\" alt=\"Corazón Tequila launches in the UK\" width=\"300\" height=\"230\" /></a> Corazon is the new tequila in the UK[/caption]\r\n<h3><strong>The Verdita (to accompany a 50ml measure of </strong><strong>Corazón) </strong></h3>\r\n<u>Ingredients:</u>\r\n\r\nHalf bunch of mint\r\n\r\n1 bunch of fresh coriander\r\n\r\n3 green Jalapenos (can be scaled back if too spicy)\r\n\r\n1.3 litres of pure pasteurised pineapple juice\r\n\r\nQuarter cucumber with skin\r\n\r\n8-10 inch cubes of fresh watermelon\r\n\r\nPinch black pepper\r\n\r\n<u>Method:</u> Blend the mix, strain it and chill before serving\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u> or visit <u>www.hi-spirits.com.</u>','Corazón Tequila launching in the UK','','publish','closed','open','','corazon-tequila-launches-uk','','','2018-09-18 14:07:35','2018-09-18 14:07:35','',0,'http://www.ontradeprogress.com/?p=2580',0,'post','',0),(2581,1,'2018-09-18 07:28:36','2018-09-18 07:28:36','','Corazon tequilas','','inherit','closed','closed','','corazon-tequilas','','','2018-09-18 07:28:36','2018-09-18 07:28:36','',2580,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas.jpg',0,'attachment','image/jpeg',0),(2582,1,'2018-09-18 08:11:07','2018-09-18 08:11:07','<h2><strong><em>Corazón Tequila launches in the UK, the Premium Single Estate Tequilas is being introduced by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits </a></em></strong></h2>\r\nWith premium tequila in strong growth in the UK, <a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\">Corazón</a> Tequila is being launched by distributor Hi-Spirits. A four-strong range will be available to the on-trade and off-trade from September.\r\n\r\nFigures from Nielsen show that tequila sales grew by 3.9% in value in the UK in the year to June 2018, with premium brands performing even more strongly as consumers continue to seek out spirits with craft and artisan credentials.\r\n\r\nThe Corazón brand is owned by <a href=\"http://www.sazerac.com/\" target=\"_blank\" rel=\"noopener\">Sazerac</a>, whose portfolio also spans brands including Southern Comfort, Buffalo Trace, Fireball and Paddy Whiskey.\r\n\r\nCorazón is produced for Sazerac by the award-winning Casa San Matias Distillery, one of the few family-owned agave estates &amp; distilleries in Los Altos de Jalisco, Mexico. Corazón Tequila is single estate-cultivated, distilled and hand-bottled. The entire Corazón Tequila process comes straight from the heart of its producers.  It is made from 100% blue Weber agave sourced from the Highlands of Jalisco with only the highest quality plants selected and used in the traditional production process including cooking in stone ovens. During its unique distillation process, oxygen is infused into the tequila after the second distillation to produce a spirit that is softer and more approachable with enhanced aromas and distinct flavours.\r\n\r\nFor more than 130 years, Casa San Matias has been committed to producing the best quality tequila in Mexico, making it one of the oldest tequila distilleries in the country. Casa San Matias is an environmentally and socially responsible company. It is one of only four tequila distilleries equipped with a biodigester and has one of the smallest carbon footprints in the tequila industry. It was the first tequila company to be certified as a “Great Place to Work,” was recognised as part of “TOP Companies” in Mexico, and has been certified and recognised for gender equality in the workplace.\r\n\r\nThe four-strong line-up of Corazón Single Estate Tequilas coming to the UK, all at 40% ABV in a bespoke bottle with a distinctive cork cap,  includes Corazón Blanco RSP £32, Corazón Reposado RSP £35, Corazón Añejo RSP £40, and Corazón Extra Añejo RSP £50.\r\n\r\nThe Casa San Matias Distillery and the Corazon line are both very highly decorated.  At the 2018 Los Angeles International Spirits Competition, the Añejo and Extra Añejo were awarded Gold, with Blanco and Reposado winning Silver. The competition saw Casa San Matias win 11 medals in total, including nine for Corazón Tequilas. Corazón de Agave Extra Añejo also won a Double Gold Medal at the 2018 San Francisco World Spirits Competition.\r\n\r\nAt the 2017 International Sprits Challenge, Casa San Matias was named Producer of the Year.  At the 2016 World Tequila Awards, Corazón was awarded World’s Best Tequila.  Corazón Reposado was also awarded 95 points and Extraordinary, Double Recommendation status at the Ultimate Spirits Challenge 2017.\r\n\r\nHi-Spirits is targeting a core demographic of 25-35-year-old cocktail drinkers and spirits explorers with the Corazón range. Dan Bolton, managing director of Hi-Spirits, said: “Quite simply, Casa San Matias is currently distilling the finest tequilas in the world, and we’re delighted to be adding Corazón to our portfolio of brands.\r\n\r\n“Tequila is a huge opportunity for the UK spirits market, and with serves generally weighted towards shots in the on-trade in particular, we see a strong opportunity with the launch of the Corazón range to shift that perception.\r\n\r\n“We want to engage the growing number of knowledgeable consumers who enjoy cocktails both when they’re out to eat and drink, and at home, and who appreciate spirits with authenticity and provenance, as we’ve seen with the craft gin boom.\r\n\r\n“Along with premium cocktail serve ideas, we’re offering information about the heritage of premium tequila and the terroir of agave, tapping into that artisan spirits trend. While consumers appreciate classic cocktails such as the Paloma and Margarita, there is so much more to enjoy. We’re making the Verdita our signature serve for Corazón, positioning it as the ‘unknown classic’ cocktail that consumers will come to love!”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2581\" align=\"alignright\" width=\"300\"]<a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2581 size-medium\" title=\"Corazón Tequila launches in the UK\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas-300x230.jpg\" alt=\"Corazón Tequila launches in the UK\" width=\"300\" height=\"230\" /></a> Corazon is the new tequila in the UK[/caption]\r\n<h3><strong>The Verdita (to accompany a 50ml measure of </strong><strong>Corazón) </strong></h3>\r\n<u>Ingredients:</u>\r\n\r\nHalf bunch of mint\r\n\r\n1 bunch of fresh coriander\r\n\r\n3 green Jalapenos (can be scaled back if too spicy)\r\n\r\n1.3 litres of pure pasteurised pineapple juice\r\n\r\nQuarter cucumber with skin\r\n\r\n8-10 inch cubes of fresh watermelon\r\n\r\nPinch black pepper\r\n\r\n<u>Method:</u> Blend the mix, strain it and chill before serving\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u> or visit <u>www.hi-spirits.com.</u>','Corazón Tequila launching in the UK','','inherit','closed','closed','','2580-revision-v1','','','2018-09-18 08:11:07','2018-09-18 08:11:07','',2580,'http://www.ontradeprogress.com/2018/09/18/2580-revision-v1/',0,'revision','',0),(2586,1,'2018-09-18 08:14:46','2018-09-18 08:14:46','','Corazon tequilas','','inherit','closed','closed','','corazon-tequilas-2','','','2018-09-18 08:14:46','2018-09-18 08:14:46','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas-1.jpg',0,'attachment','image/jpeg',0),(2589,1,'2018-09-18 08:32:32','2018-09-18 08:32:32','<h2><strong><em>Corazón Tequila launches in the UK, the Premium Single Estate Tequilas is being introduced by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits </a></em></strong></h2>\r\nWith premium tequila in strong growth in the UK, <a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\">Corazón</a> Tequila is being launched by distributor Hi-Spirits. A four-strong range will be available to the on-trade and off-trade from September.\r\n\r\nFigures from Nielsen show that tequila sales grew by 3.9% in value in the UK in the year to June 2018, with premium brands performing even more strongly as consumers continue to seek out spirits with craft and artisan credentials.\r\n\r\nThe Corazón brand is owned by <a href=\"http://www.sazerac.com/\" target=\"_blank\" rel=\"noopener\">Sazerac</a>, whose portfolio also spans brands including <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, Buffalo Trace, Fireball and Paddy Whiskey.\r\n\r\nCorazón is produced for Sazerac by the award-winning Casa San Matias Distillery, one of the few family-owned agave estates &amp; distilleries in Los Altos de Jalisco, Mexico. Corazón Tequila is single estate-cultivated, distilled and hand-bottled. The entire Corazón Tequila process comes straight from the heart of its producers.  It is made from 100% blue Weber agave sourced from the Highlands of Jalisco with only the highest quality plants selected and used in the traditional production process including cooking in stone ovens. During its unique distillation process, oxygen is infused into the tequila after the second distillation to produce a spirit that is softer and more approachable with enhanced aromas and distinct flavours.\r\n\r\nFor more than 130 years, Casa San Matias has been committed to producing the best quality tequila in Mexico, making it one of the oldest tequila distilleries in the country. Casa San Matias is an environmentally and socially responsible company. It is one of only four tequila distilleries equipped with a biodigester and has one of the smallest carbon footprints in the tequila industry. It was the first tequila company to be certified as a “Great Place to Work,” was recognised as part of “TOP Companies” in Mexico, and has been certified and recognised for gender equality in the workplace.\r\n\r\nThe four-strong line-up of Corazón Single Estate Tequilas coming to the UK, all at 40% ABV in a bespoke bottle with a distinctive cork cap,  includes Corazón Blanco RSP £32, Corazón Reposado RSP £35, Corazón Añejo RSP £40, and Corazón Extra Añejo RSP £50.\r\n\r\nThe Casa San Matias Distillery and the Corazon line are both very highly decorated.  At the 2018 Los Angeles International Spirits Competition, the Añejo and Extra Añejo were awarded Gold, with Blanco and Reposado winning Silver. The competition saw Casa San Matias win 11 medals in total, including nine for Corazón Tequilas. Corazón de Agave Extra Añejo also won a Double Gold Medal at the 2018 San Francisco World Spirits Competition.\r\n\r\nAt the 2017 International Sprits Challenge, Casa San Matias was named Producer of the Year.  At the 2016 World Tequila Awards, Corazón was awarded World’s Best Tequila.  Corazón Reposado was also awarded 95 points and Extraordinary, Double Recommendation status at the Ultimate Spirits Challenge 2017.\r\n\r\nHi-Spirits is targeting a core demographic of 25-35-year-old cocktail drinkers and spirits explorers with the Corazón range. Dan Bolton, managing director of Hi-Spirits, said: “Quite simply, Casa San Matias is currently distilling the finest tequilas in the world, and we’re delighted to be adding Corazón to our portfolio of brands.\r\n\r\n“Tequila is a huge opportunity for the UK spirits market, and with serves generally weighted towards shots in the on-trade in particular, we see a strong opportunity with the launch of the Corazón range to shift that perception.\r\n\r\n“We want to engage the growing number of knowledgeable consumers who enjoy cocktails both when they’re out to eat and drink, and at home, and who appreciate spirits with authenticity and provenance, as we’ve seen with the craft gin boom.\r\n\r\n“Along with premium cocktail serve ideas, we’re offering information about the heritage of premium tequila and the terroir of agave, tapping into that artisan spirits trend. While consumers appreciate classic cocktails such as the Paloma and Margarita, there is so much more to enjoy. We’re making the Verdita our signature serve for Corazón, positioning it as the ‘unknown classic’ cocktail that consumers will come to love!”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2581\" align=\"alignright\" width=\"300\"]<a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2581 size-medium\" title=\"Corazón Tequila launches in the UK\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas-300x230.jpg\" alt=\"Corazón Tequila launches in the UK\" width=\"300\" height=\"230\" /></a> Corazon is the new tequila in the UK[/caption]\r\n<h3><strong>The Verdita (to accompany a 50ml measure of </strong><strong>Corazón) </strong></h3>\r\n<u>Ingredients:</u>\r\n\r\nHalf bunch of mint\r\n\r\n1 bunch of fresh coriander\r\n\r\n3 green Jalapenos (can be scaled back if too spicy)\r\n\r\n1.3 litres of pure pasteurised pineapple juice\r\n\r\nQuarter cucumber with skin\r\n\r\n8-10 inch cubes of fresh watermelon\r\n\r\nPinch black pepper\r\n\r\n<u>Method:</u> Blend the mix, strain it and chill before serving\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u> or visit <u>www.hi-spirits.com.</u>','Corazón Tequila launching in the UK','','inherit','closed','closed','','2580-revision-v1','','','2018-09-18 08:32:32','2018-09-18 08:32:32','',2580,'http://www.ontradeprogress.com/2018/09/18/2580-revision-v1/',0,'revision','',0),(2590,1,'2018-09-18 08:52:58','2018-09-18 08:52:58','<h2><strong><em>Corazón Tequila launches in the UK, the Premium Single Estate Tequilas is being introduced by <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits </a></em></strong></h2>\r\nWith premium tequila in strong growth in the UK, <a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\">Corazón</a> Tequila is being launched by distributor Hi-Spirits. A four-strong range will be available to the on-trade and off-trade from September.\r\n\r\nFigures from Nielsen show that tequila sales grew by 3.9% in value in the UK in the year to June 2018, with premium brands performing even more strongly as consumers continue to seek out spirits with craft and artisan credentials.\r\n\r\nThe Corazón brand is owned by <a href=\"http://www.sazerac.com/\" target=\"_blank\" rel=\"noopener\">Sazerac</a>, whose portfolio also spans brands including <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a>, Buffalo Trace, Fireball and Paddy Whiskey.\r\n\r\nCorazón is produced for Sazerac by the award-winning Casa San Matias Distillery, one of the few family-owned agave estates &amp; distilleries in Los Altos de Jalisco, Mexico. Corazón Tequila is single estate-cultivated, distilled and hand-bottled. The entire Corazón Tequila process comes straight from the heart of its producers.  It is made from 100% blue Weber agave sourced from the Highlands of Jalisco with only the highest quality plants selected and used in the traditional production process including cooking in stone ovens. During its unique distillation process, oxygen is infused into the tequila after the second distillation to produce a spirit that is softer and more approachable with enhanced aromas and distinct flavours.\r\n\r\nFor more than 130 years, Casa San Matias has been committed to producing the best quality tequila in Mexico, making it one of the oldest tequila distilleries in the country. Casa San Matias is an environmentally and socially responsible company. It is one of only four tequila distilleries equipped with a biodigester and has one of the smallest carbon footprints in the tequila industry. It was the first tequila company to be certified as a “Great Place to Work,” was recognised as part of “TOP Companies” in Mexico, and has been certified and recognised for gender equality in the workplace.\r\n\r\nThe four-strong line-up of Corazón Single Estate Tequilas coming to the UK, all at 40% ABV in a bespoke bottle with a distinctive cork cap,  includes Corazón Blanco RSP £32, Corazón Reposado RSP £35, Corazón Añejo RSP £40, and Corazón Extra Añejo RSP £50.\r\n\r\nThe Casa San Matias Distillery and the Corazon line are both very highly decorated.  At the 2018 Los Angeles International Spirits Competition, the Añejo and Extra Añejo were awarded Gold, with Blanco and Reposado winning Silver. The competition saw Casa San Matias win 11 medals in total, including nine for Corazón Tequilas. Corazón de Agave Extra Añejo also won a Double Gold Medal at the 2018 San Francisco World Spirits Competition.\r\n\r\nAt the 2017 International Sprits Challenge, Casa San Matias was named Producer of the Year.  At the 2016 World Tequila Awards, Corazón was awarded World’s Best Tequila.  Corazón Reposado was also awarded 95 points and Extraordinary, Double Recommendation status at the Ultimate Spirits Challenge 2017.\r\n\r\nHi-Spirits is targeting a core demographic of 25-35-year-old cocktail drinkers and spirits explorers with the Corazón range. Dan Bolton, managing director of Hi-Spirits, said: “Quite simply, Casa San Matias is currently distilling the finest tequilas in the world, and we’re delighted to be adding Corazón to our portfolio of brands.\r\n\r\n“Tequila is a huge opportunity for the UK spirits market, and with serves generally weighted towards shots in the on-trade in particular, we see a strong opportunity with the launch of the Corazón range to shift that perception.\r\n\r\n“We want to engage the growing number of knowledgeable consumers who enjoy cocktails both when they’re out to eat and drink, and at home, and who appreciate spirits with authenticity and provenance, as we’ve seen with the craft gin boom.\r\n\r\n“Along with premium cocktail serve ideas, we’re offering information about the heritage of premium tequila and the terroir of agave, tapping into that artisan spirits trend. While consumers appreciate classic cocktails such as the Paloma and Margarita, there is so much more to enjoy. We’re making the Verdita our signature serve for Corazón, positioning it as the ‘unknown classic’ cocktail that consumers will come to love!”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2581\" align=\"alignright\" width=\"300\"]<a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2581 size-medium\" title=\"Corazón Tequila launches in the UK\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Corazon-tequilas-300x230.jpg\" alt=\"Corazón Tequila launches in the UK\" width=\"300\" height=\"230\" /></a> Corazon is the new tequila in the UK[/caption]\r\n<h3><strong>The Verdita (to accompany a 50ml measure of </strong><strong>Corazón) </strong></h3>\r\n<u>Ingredients:</u>\r\n\r\nHalf bunch of mint\r\n\r\n1 bunch of fresh coriander\r\n\r\n3 green Jalapenos (can be scaled back if too spicy)\r\n\r\n1.3 litres of pure pasteurised pineapple juice\r\n\r\nQuarter cucumber with skin\r\n\r\n8-10 inch cubes of fresh watermelon\r\n\r\nPinch black pepper\r\n\r\n<u>Method:</u> Blend the mix, strain it and chill before serving\r\n\r\nFor more information, please contact Hi-Spirits on 01932 252 100, email <u><a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a></u> or visit <u>www.hi-spirits.com.</u>','Corazón Tequila launching in the UK','','inherit','closed','closed','','2580-autosave-v1','','','2018-09-18 08:52:58','2018-09-18 08:52:58','',2580,'http://www.ontradeprogress.com/2018/09/18/2580-autosave-v1/',0,'revision','',0),(2591,1,'2018-09-18 14:12:49','2018-09-18 14:12:49','','alcohol-alcoholic-ale-681847','','inherit','closed','closed','','alcohol-alcoholic-ale-681847','','','2018-09-18 14:12:49','2018-09-18 14:12:49','',2571,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/alcohol-alcoholic-ale-681847.jpg',0,'attachment','image/jpeg',0),(2592,1,'2018-09-18 15:07:04','2018-09-18 15:07:04','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n&nbsp;\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><strong><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','publish','closed','open','','morgenrot-launches-somewhere-else','','\nhttp://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/','2019-07-24 09:00:47','2019-07-24 09:00:47','',0,'http://www.ontradeprogress.com/?p=2592',0,'post','',0),(2593,1,'2018-09-18 14:23:24','2018-09-18 14:23:24','','Somewhere Else CF','','inherit','closed','closed','','somewhere-else-cf','','','2018-09-18 14:23:24','2018-09-18 14:23:24','',2592,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF.jpg',0,'attachment','image/jpeg',0),(2594,1,'2018-09-18 14:25:59','2018-09-18 14:25:59','','Somewhere Else PV','','inherit','closed','closed','','somewhere-else-pv','','','2018-09-18 14:47:32','2018-09-18 14:47:32','',2592,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV.jpg',0,'attachment','image/jpeg',0),(2595,1,'2018-09-18 14:43:59','2018-09-18 14:43:59','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter @Morgenrot_Group. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2018-09-18 14:43:59','2018-09-18 14:43:59','',2592,'http://www.ontradeprogress.com/2018/09/18/2592-revision-v1/',0,'revision','',0),(2596,1,'2018-09-18 14:45:05','2018-09-18 14:45:05','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter @Morgenrot_Group. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2018-09-18 14:45:05','2018-09-18 14:45:05','',2592,'http://www.ontradeprogress.com/2018/09/18/2592-revision-v1/',0,'revision','',0),(2597,1,'2018-09-18 14:45:59','2018-09-18 14:45:59','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter @Morgenrot_Group. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2018-09-18 14:45:59','2018-09-18 14:45:59','',2592,'http://www.ontradeprogress.com/2018/09/18/2592-revision-v1/',0,'revision','',0),(2598,1,'2018-09-18 14:47:39','2018-09-18 14:47:39','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n&nbsp;\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter @Morgenrot_Group. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2018-09-18 14:47:39','2018-09-18 14:47:39','',2592,'http://www.ontradeprogress.com/2018/09/18/2592-revision-v1/',0,'revision','',0),(2599,1,'2018-09-18 14:52:13','2018-09-18 14:52:13','','ProjectHOME_2018_SQUARE','','inherit','closed','closed','','projecthome_2018_square','','','2018-09-18 14:52:13','2018-09-18 14:52:13','',2592,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/ProjectHOME_2018_SQUARE.jpg',0,'attachment','image/jpeg',0),(2600,1,'2018-09-18 14:52:45','2018-09-18 14:52:45','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n&nbsp;\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><strong><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter @Morgenrot_Group. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2018-09-18 14:52:45','2018-09-18 14:52:45','',2592,'http://www.ontradeprogress.com/2018/09/18/2592-revision-v1/',0,'revision','',0),(2601,1,'2018-09-18 15:18:20','2018-09-18 15:18:20','','ProjectHOME_2018_SQUARE_EDIT','','inherit','closed','closed','','projecthome_2018_square_edit','','','2018-09-18 15:18:20','2018-09-18 15:18:20','',2592,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/ProjectHOME_2018_SQUARE_EDIT.jpg',0,'attachment','image/jpeg',0),(2602,1,'2018-09-18 15:48:39','2018-09-18 15:48:39','[embed]http://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_september_?e=32393893/64579218[/embed]','On-Trade Progress Issue 18','','inherit','closed','closed','','276-revision-v1','','','2018-09-18 15:48:39','2018-09-18 15:48:39','',276,'http://www.ontradeprogress.com/2018/09/18/276-revision-v1/',0,'revision','',0),(2603,1,'2018-09-19 12:25:33','2018-09-19 12:25:33','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\n&nbsp;\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\n&nbsp;\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\n\n\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\n<p class=\"p1\"><span class=\"s1\">              </span></p>\n\n\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\n<p class=\"p1\"><strong><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></strong></p>\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\n\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\n<p class=\"p1\"><span class=\"s1\"> </span></p>\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter <a href=\"https://twitter.com/Morgenrot_Group?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@Morgenrot_Group</a>. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-autosave-v1','','','2018-09-19 12:25:33','2018-09-19 12:25:33','',2592,'http://www.ontradeprogress.com/2018/09/19/2592-autosave-v1/',0,'revision','',0),(2604,1,'2018-09-19 12:38:33','2018-09-19 12:38:33','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n&nbsp;\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><strong><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">For more information on the Somewhere Else <a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">wines</a> or to visit the Project HOME tasting, contact Morgenrot on (0845) 070 4310, email <a href=\"mailto:enquiries@morgenrot.co.uk\"><span class=\"s3\">enquiries@morgenrot.co.uk</span></a> or follow on Twitter <a href=\"https://twitter.com/Morgenrot_Group?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@Morgenrot_Group</a>. </span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2018-09-19 12:38:33','2018-09-19 12:38:33','',2592,'http://www.ontradeprogress.com/2018/09/19/2592-revision-v1/',0,'revision','',0),(2607,1,'2018-09-20 11:57:28','2018-09-20 11:57:28','<iframe style=\"width:900px; height:636px;\" src=\"//e.issuu.com/embed.html#32393893/64579218\" frameborder=\"0\" allowfullscreen></iframe>','On-Trade Progress Issue 18','','inherit','closed','closed','','276-revision-v1','','','2018-09-20 11:57:28','2018-09-20 11:57:28','',276,'http://www.ontradeprogress.com/2018/09/20/276-revision-v1/',0,'revision','',0),(2608,1,'2018-09-24 07:31:50','2018-09-24 07:31:50','<iframe style=\"width: 900px; height: 636px;\" src=\"//e.issuu.com/embed.html#32393893/64579218\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','On-Trade Progress Issue 18','','inherit','closed','closed','','276-revision-v1','','','2018-09-24 07:31:50','2018-09-24 07:31:50','',276,'http://www.ontradeprogress.com/2018/09/24/276-revision-v1/',0,'revision','',0),(2609,1,'2018-09-24 07:46:07','2018-09-24 07:46:07','','Issue 18','','inherit','closed','closed','','issue-18','','','2018-09-24 07:46:07','2018-09-24 07:46:07','',276,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18.png',0,'attachment','image/png',0),(2610,1,'2018-09-24 07:47:59','2018-09-24 07:47:59','<a href=\"https://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_september_?e=32393893/64579218\"><img class=\" wp-image-2609 aligncenter\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18-211x300.png\" alt=\"\" width=\"247\" height=\"351\" /></a>','On-Trade Progress Issue 18','','inherit','closed','closed','','276-revision-v1','','','2018-09-24 07:47:59','2018-09-24 07:47:59','',276,'http://www.ontradeprogress.com/2018/09/24/276-revision-v1/',0,'revision','',0),(2611,1,'2018-09-25 07:56:23','2018-09-25 07:56:23','<h2>A new cookbook raising funds for the Alzheimer’s Society includes a chocolate recipe ideal for Christmas menus in pubs and bars -  <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace</a> Bourbon Truffles.</h2>\r\n[caption id=\"attachment_2612\" align=\"alignright\" width=\"300\"]<a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2612 size-medium\" title=\"Buffalo Trace Bourbon Truffles recipe hoping to raise £25,000 for alzheimers\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Buffalo-Trace-Bourbon-Truffles-300x300.jpg\" alt=\"Buffalo Trace Bourbon Truffles recipe hoping to raise £25,000 for alzheimers\" width=\"300\" height=\"300\" /></a> Buffalo Trace Bourbon Truffles appear in a Christmas cookbook hoping to raise £25,000 for alzheimer\'s[/caption]\r\n\r\nAuthor Jenny Arnot has produced the charity cookbook, called ‘Unforgettable Recipes’, with contributions from leading food and drink industry businesses including Buffalo Trace distributor <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits, </a>\r\n\r\nBuffalo Trace Bourbon Truffles are ideal for festive buffets or as a treat at the end of a meal, served with coffee or a measure of award-winning Buffalo Trace Kentucky Straight Bourbon.\r\n\r\nThe cookbook features 46 recipes, including cocktails such as <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> with Lemonade &amp; Fresh Lime, Southern Comfort Black &amp; Cola, and Buffalo Trace and Ginger.\r\n\r\nJenny hopes to raise more than £25,000 by asking for donations for a copy of the cookbook.  She said, “Having lost my mum to dementia back in January 2017, I felt I wanted to do something to help others like my mum get support for such a cruel and life-changing illness.”\r\n\r\n<strong>The recipe for Buffalo Trace Bourbon Chocolate Truffles is:</strong>\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>125 g finely chopped pecans</li>\r\n 	<li>200ml Buffalo Trace</li>\r\n 	<li>75g butter, softened</li>\r\n 	<li>450g icing sugar</li>\r\n 	<li>450g Dark chocolate, melted</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Soak the chopped pecans in Buffalo Trace for 4-8 hours.</li>\r\n 	<li>Cream the butter and icing sugar until light and fluffy, stir in pecan mixture, and refrigerate.</li>\r\n 	<li>Once firm, shape into balls and refrigerate again for an hour.</li>\r\n 	<li>Dip into melted chocolate and cool.</li>\r\n</ul>\r\nTo order a copy of ‘Unforgettable Recipes’, email <a href=\"mailto:jenny@avansa.co.uk\">jenny@avansa.co.uk</a>','Buffalo Trace Bourbon Truffles feature in ‘Unforgettable Recipes’ Charity cookbook raining funds for Alzheimer\'s Society','','publish','closed','open','','buffalo-trace-bourbon-truffles-alzheimers','','','2018-09-25 09:05:43','2018-09-25 09:05:43','',0,'http://www.ontradeprogress.com/?p=2611',0,'post','',0),(2612,1,'2018-09-25 07:33:04','2018-09-25 07:33:04','','Buffalo Trace Bourbon Truffles','Buffalo Trace include their recipe in a Christmas cookbook to help raise money for an alzheimer\'s charity','inherit','closed','closed','','buffalo-trace-bourbon-truffles','','','2018-09-25 07:47:55','2018-09-25 07:47:55','',2611,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Buffalo-Trace-Bourbon-Truffles.jpg',0,'attachment','image/jpeg',0),(2613,1,'2018-09-25 07:53:52','2018-09-25 07:53:52','<h2>A new cookbook raising funds for the Alzheimer’s Society includes a chocolate recipe ideal for Christmas menus in pubs and bars -  <a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\">Buffalo Trace</a> Bourbon Truffles.</h2>\r\n[caption id=\"attachment_2612\" align=\"alignright\" width=\"300\"]<a href=\"http://www.buffalotrace.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2612 size-medium\" title=\"Buffalo Trace Bourbon Truffles recipe hoping to raise £25,000 for alzheimers\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Buffalo-Trace-Bourbon-Truffles-300x300.jpg\" alt=\"Buffalo Trace Bourbon Truffles recipe hoping to raise £25,000 for alzheimers\" width=\"300\" height=\"300\" /></a> Buffalo Trace Bourbon Truffles appear in a Christmas cookbook hoping to raise £25,000 for alzheimer\'s[/caption]\r\n\r\nAuthor Jenny Arnot has produced the charity cookbook, called ‘Unforgettable Recipes’, with contributions from leading food and drink industry businesses including Buffalo Trace distributor <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits, </a>\r\n\r\nBuffalo Trace Bourbon Truffles are ideal for festive buffets or as a treat at the end of a meal, served with coffee or a measure of award-winning Buffalo Trace Kentucky Straight Bourbon.\r\n\r\nThe cookbook features 46 recipes, including cocktails such as <a href=\"https://www.southerncomfort.com/\" target=\"_blank\" rel=\"noopener\">Southern Comfort</a> with Lemonade &amp; Fresh Lime, Southern Comfort Black &amp; Cola, and Buffalo Trace and Ginger.\r\n\r\nJenny hopes to raise more than £25,000 by asking for donations for a copy of the cookbook.  She said, “Having lost my mum to dementia back in January 2017, I felt I wanted to do something to help others like my mum get support for such a cruel and life-changing illness.”\r\n\r\n<strong>The recipe for Buffalo Trace Bourbon Chocolate Truffles is:</strong>\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>125 g finely chopped pecans</li>\r\n 	<li>200ml Buffalo Trace</li>\r\n 	<li>75g butter, softened</li>\r\n 	<li>450g icing sugar</li>\r\n 	<li>450g Dark chocolate, melted</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Soak the chopped pecans in Buffalo Trace for 4-8 hours.</li>\r\n 	<li>Cream the butter and icing sugar until light and fluffy, stir in pecan mixture, and refrigerate.</li>\r\n 	<li>Once firm, shape into balls and refrigerate again for an hour.</li>\r\n 	<li>Dip into melted chocolate and cool.</li>\r\n</ul>\r\nTo order a copy of ‘Unforgettable Recipes’, email <a href=\"mailto:jenny@avansa.co.uk\">jenny@avansa.co.uk</a>','Buffalo Trace Bourbon Truffles feature in ‘Unforgettable Recipes’ Charity cookbook raining funds for Alzheimer\'s Society','','inherit','closed','closed','','2611-revision-v1','','','2018-09-25 07:53:52','2018-09-25 07:53:52','',2611,'http://www.ontradeprogress.com/2018/09/25/2611-revision-v1/',0,'revision','',0),(2614,1,'2018-09-25 09:34:42','2018-09-25 09:34:42','[caption id=\"attachment_2615\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2615 size-medium\" title=\"London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Jager-LCW-Small-300x200.jpg\" alt=\"Jägermeister London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" width=\"300\" height=\"200\" /> Jägermeister London Cocktail Week, Brick Lane, 3-7 October[/caption]\r\n<h4><strong>DATE:</strong> 3<sup>rd</sup> – 7<sup>th</sup> October</h4>\r\n<h4><strong>LOCATION:</strong> Big Chill, Brick Lane, Dray Walk, London E1 6QL</h4>\r\n<h4><strong>PRICE:</strong> Free with London Cocktail Week wristband</h4>\r\n<h4><strong>LINK:<u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\"> </a></u></strong><u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\">drinkup.london/events/collection/21072/jagermeister-workshops/</a></u></h4>\r\n&nbsp;\r\n\r\nJägermeister, official sponsor of London Cocktail Week, will showcase the complexity of the spirits’ 56 herbs and spices with a collection of carefully crafted and enticing cocktails, ice cold shots, events and workshops at their pop-up in Big Chill, Brick Lane, 3<sup>rd</sup> – 7<sup>th</sup> October.\r\n\r\n&nbsp;\r\n\r\nA short 3-minute walk from the LCW cocktail village , Jägermeister’s Der Wald Bar, will be located on the Big Chill terrace. A delectable selection of £6 cocktails will be available from Jägermeister’s Hubertus Circle bartenders, including: Black Magic, Manifest Hunter’s Tea, <a href=\"https://www.jagermeister.com/en-GB/\" target=\"_blank\" rel=\"noopener\">Jägermeister Sour</a>, Jungle Hunt and Manifest on the Rocks, plus Jägermeister’s signature cocktail - Jägermeister Mule. Jägermeister Ice Cold Shots, perfectly served at -18°, will be discounted daily during Ice Cold Hour from 7-8pm.\r\n\r\n&nbsp;\r\n\r\nLCW attendees are invited to attend free interactive workshops at Jägermeister’s new Meister Akademy in Big Chill. From ice sculpturing and urban foraging,  hosted by Author Andy Hamilton, to cocktail “meisterclasses” and top-tips for DIY @ home cocktail making, the Meister Akademy will inspire you to reimagine the iconic herbal liqueur. For trade attendees, Marian Beke, owner of The Gibson bar will present a talk on bar-trade sustainability.\r\n\r\n&nbsp;\r\n\r\nTo book, visit the DrinkUp website, or email <u><a href=\"mailto:marketing@jaegermeister.co.uk\">marketing@jaegermeister.co.uk</a></u>\r\n\r\n&nbsp;\r\n\r\n<strong>Meister Akademy Schedule</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Noon, 3<sup>rd</sup> October </strong>Sustainability, how can your bar be more sustainable?\r\n\r\nLed by Marian Beke, Owner of The Gibson Bar. In 2018 everyone is talking about sustainability, in this trade seminar, Marian shares insights into ways that bars can become more eco-friendly.\r\n\r\n&nbsp;\r\n\r\n<strong>2.30pm and 4pm, 4<sup>th</sup> October </strong>Ice Sculpturing Workshops\r\n\r\nThis workshop for beginners will teach the basic skills of fresh ice carving for cocktail serves. Attendees will learn how to carve cubes, diamonds and spheres, before having a go themselves and adding their creation to to a delicious Jägermeister cocktail.\r\n\r\n&nbsp;\r\n\r\n<strong>4pm, 5<sup>th</sup> October </strong>Urban Foraging\r\n\r\nUrban foraging refers to gathering wild food growing in the suburbs &amp; cityscape. Learn the skills from Author Andy Hamilton on how to forage in your backyard and get an understanding of which and how these plants can be used in cocktail making in this three hour masterclass.\r\n\r\n&nbsp;\r\n\r\n<strong>2pm and 3.30pm, 6<sup>th</sup> October </strong>DIY cocktail making @ home\r\n\r\nDon’t have the equipment nor the skills? Then this class is for you! Learn how to make classic cocktails using everyday kitchen items. This class is a fun and interactive class that will give you all the skills to impress your family and friends.\r\n\r\n&nbsp;\r\n\r\n<strong>2pm and 3.30pm, 7<sup>th</sup> October </strong>Meisterclass\r\n\r\nJägermeister is one of the most complex spirits in the world, learn about the herbal liquors history and ingredients in this one hour class. Mix your own delicious cocktails and unlock the true potential of Jägermeister under the careful guidance of Jägermeister’s UK brand ambassador, Florian Beuren.','London Cocktail Week | Jägermeister at Big Chill, Brick Lane','','publish','closed','open','','jagermeister-london-cocktail-october','','','2018-09-25 09:45:02','2018-09-25 09:45:02','',0,'http://www.ontradeprogress.com/?p=2614',0,'post','',0),(2615,1,'2018-09-25 09:21:29','2018-09-25 09:21:29','','Jager LCW Small','London Cocktail Week Brick Lane October','inherit','closed','closed','','jager-lcw-small','','','2018-09-25 09:22:03','2018-09-25 09:22:03','',2614,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Jager-LCW-Small.jpg',0,'attachment','image/jpeg',0),(2616,1,'2018-09-25 09:34:42','2018-09-25 09:34:42','[caption id=\"attachment_2615\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2615 size-medium\" title=\"London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Jager-LCW-Small-300x200.jpg\" alt=\"Jägermeister London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" width=\"300\" height=\"200\" /> Jägermeister London Cocktail Week, Brick Lane, 3-7 October[/caption]\r\n<h4><strong>DATE:</strong> 3<sup>rd</sup> – 7<sup>th</sup> October</h4>\r\n<h4><strong>LOCATION:</strong> Big Chill, Brick Lane, Dray Walk, London E1 6QL</h4>\r\n<h4><strong>PRICE:</strong> Free with London Cocktail Week wristband</h4>\r\n<h4><strong>LINK:<u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\"> </a></u></strong><u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\">drinkup.london/events/collection/21072/jagermeister-workshops/</a></u></h4>\r\n&nbsp;\r\n\r\nJägermeister, official sponsor of London Cocktail Week, will showcase the complexity of the spirits’ 56 herbs and spices with a collection of carefully crafted and enticing cocktails, ice cold shots, events and workshops at their pop-up in Big Chill, Brick Lane, 3<sup>rd</sup> – 7<sup>th</sup> October.\r\n\r\n&nbsp;\r\n\r\nA short 3-minute walk from the LCW cocktail village , Jägermeister’s Der Wald Bar, will be located on the Big Chill terrace. A delectable selection of £6 cocktails will be available from Jägermeister’s Hubertus Circle bartenders, including: Black Magic, Manifest Hunter’s Tea, <a href=\"https://www.jagermeister.com/en-GB/\" target=\"_blank\" rel=\"noopener\">Jägermeister Sour</a>, Jungle Hunt and Manifest on the Rocks, plus Jägermeister’s signature cocktail - Jägermeister Mule. Jägermeister Ice Cold Shots, perfectly served at -18°, will be discounted daily during Ice Cold Hour from 7-8pm.\r\n\r\n&nbsp;\r\n\r\nLCW attendees are invited to attend free interactive workshops at Jägermeister’s new Meister Akademy in Big Chill. From ice sculpturing and urban foraging,  hosted by Author Andy Hamilton, to cocktail “meisterclasses” and top-tips for DIY @ home cocktail making, the Meister Akademy will inspire you to reimagine the iconic herbal liqueur. For trade attendees, Marian Beke, owner of The Gibson bar will present a talk on bar-trade sustainability.\r\n\r\n§\r\n\r\nTo book, visit the DrinkUp website, or email <u><a href=\"mailto:marketing@jaegermeister.co.uk\">marketing@jaegermeister.co.uk</a></u>\r\n\r\n&nbsp;\r\n\r\n<strong>Meister Akademy Schedule</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Noon, 3<sup>rd</sup> October </strong>Sustainability, how can your bar be more sustainable?\r\n\r\nLed by Marian Beke, Owner of The Gibson Bar. In 2018 everyone is talking about sustainability, in this trade seminar, Marian shares insights into ways that bars can become more eco-friendly.\r\n\r\n&nbsp;\r\n\r\n<strong>2.30pm and 4pm, 4<sup>th</sup> October </strong>Ice Sculpturing Workshops\r\n\r\nThis workshop for beginners will teach the basic skills of fresh ice carving for cocktail serves. Attendees will learn how to carve cubes, diamonds and spheres, before having a go themselves and adding their creation to to a delicious Jägermeister cocktail.\r\n\r\n&nbsp;\r\n\r\n<strong>4pm, 5<sup>th</sup> October </strong>Urban Foraging\r\n\r\nUrban foraging refers to gathering wild food growing in the suburbs &amp; cityscape. Learn the skills from Author Andy Hamilton on how to forage in your backyard and get an understanding of which and how these plants can be used in cocktail making in this three hour masterclass.\r\n\r\n&nbsp;\r\n\r\n<strong>2pm and 3.30pm, 6<sup>th</sup> October </strong>DIY cocktail making @ home\r\n\r\nDon’t have the equipment nor the skills? Then this class is for you! Learn how to make classic cocktails using everyday kitchen items. This class is a fun and interactive class that will give you all the skills to impress your family and friends.\r\n\r\n&nbsp;\r\n\r\n<strong>2pm and 3.30pm, 7<sup>th</sup> October </strong>Meisterclass\r\n\r\nJägermeister is one of the most complex spirits in the world, learn about the herbal liquors history and ingredients in this one hour class. Mix your own delicious cocktails and unlock the true potential of Jägermeister under the careful guidance of Jägermeister’s UK brand ambassador, Florian Beuren.','London Cocktail Week | Jägermeister at Big Chill, Brick Lane','','inherit','closed','closed','','2614-revision-v1','','','2018-09-25 09:34:42','2018-09-25 09:34:42','',2614,'http://www.ontradeprogress.com/2018/09/25/2614-revision-v1/',0,'revision','',0),(2617,1,'2018-09-25 09:41:59','2018-09-25 09:41:59','[caption id=\"attachment_2615\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2615 size-medium\" title=\"London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Jager-LCW-Small-300x200.jpg\" alt=\"Jägermeister London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" width=\"300\" height=\"200\" /> Jägermeister London Cocktail Week, Brick Lane, 3-7 October[/caption]\n<h4><strong>DATE:</strong> 3<sup>rd</sup> – 7<sup>th</sup> October</h4>\n<h4><strong>LOCATION:</strong> Big Chill, Brick Lane, Dray Walk, London E1 6QL</h4>\n<h4><strong>PRICE:</strong> Free with London Cocktail Week wristband</h4>\n<h4><strong>LINK:<u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\"> </a></u></strong><u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\">drinkup.london/events/collection/21072/jagermeister-workshops/</a></u></h4>\n&nbsp;\n\nJägermeister, official sponsor of London Cocktail Week, will showcase the complexity of the spirits’ 56 herbs and spices with a collection of carefully crafted and enticing cocktails, ice cold shots, events and workshops at their pop-up in Big Chill, Brick Lane, 3<sup>rd</sup> – 7<sup>th</sup> October.\n\n&nbsp;\n\nA short 3-minute walk from the LCW cocktail village , Jägermeister’s Der Wald Bar, will be located on the Big Chill terrace. A delectable selection of £6 cocktails will be available from Jägermeister’s Hubertus Circle bartenders, including: Black Magic, Manifest Hunter’s Tea, <a href=\"https://www.jagermeister.com/en-GB/\" target=\"_blank\" rel=\"noopener\">Jägermeister Sour</a>, Jungle Hunt and Manifest on the Rocks, plus Jägermeister’s signature cocktail - Jägermeister Mule. Jägermeister Ice Cold Shots, perfectly served at -18°, will be discounted daily during Ice Cold Hour from 7-8pm.\n\n&nbsp;\n\nLCW attendees are invited to attend free interactive workshops at Jägermeister’s new Meister Akademy in Big Chill. From ice sculpturing and urban foraging,  hosted by Author Andy Hamilton, to cocktail “meisterclasses” and top-tips for DIY @ home cocktail making, the Meister Akademy will inspire you to reimagine the iconic herbal liqueur. For trade attendees, Marian Beke, owner of The Gibson bar will present a talk on bar-trade sustainability.\n\n&nbsp;\n\nTo book, visit the DrinkUp website, or email <u><a href=\"mailto:marketing@jaegermeister.co.uk\">marketing@jaegermeister.co.uk</a></u>\n\n&nbsp;\n\n<strong>Meister Akademy Schedule</strong>\n\n&nbsp;\n\n<strong>Noon, 3<sup>rd</sup> October </strong>Sustainability, how can your bar be more sustainable?\n\nLed by Marian Beke, Owner of The Gibson Bar. In 2018 everyone is talking about sustainability, in this trade seminar, Marian shares insights into ways that bars can become more eco-friendly.\n\n&nbsp;\n\n<strong>2.30pm and 4pm, 4<sup>th</sup> October </strong>Ice Sculpturing Workshops\n\nThis workshop for beginners will teach the basic skills of fresh ice carving for cocktail serves. Attendees will learn how to carve cubes, diamonds and spheres, before having a go themselves and adding their creation to to a delicious Jägermeister cocktail.\n\n&nbsp;\n\n<strong>4pm, 5<sup>th</sup> October </strong>Urban Foraging\n\nUrban foraging refers to gathering wild food growing in the suburbs &amp; cityscape. Learn the skills from Author Andy Hamilton on how to forage in your backyard and get an understanding of which and how these plants can be used in cocktail making in this three hour masterclass.\n\n&nbsp;\n\n<strong>2pm and 3.30pm, 6<sup>th</sup> October </strong>DIY cocktail making @ home\n\nDon’t have the equipment nor the skills? Then this class is for you! Learn how to make classic cocktails using everyday kitchen items. This class is a fun and interactive class that will give you all the skills to impress your family and friends.\n\n&nbsp;\n\n<strong>2pm and 3.30pm, 7<sup>th</sup> October </strong>Meisterclass\n\nJägermeister is one of the most complex spirits in the world, learn about the herbal liquors history and ingredients in this one hour class. Mix your own delicious cocktails and unlock the true potential of Jägermeister under the careful guidance of Jägermeister’s UK brand ambassador, Florian Beuren.','London Cocktail Week | Jägermeister at Big Chill, Brick Lane','','inherit','closed','closed','','2614-autosave-v1','','','2018-09-25 09:41:59','2018-09-25 09:41:59','',2614,'http://www.ontradeprogress.com/2018/09/25/2614-autosave-v1/',0,'revision','',0),(2618,1,'2018-09-25 09:45:02','2018-09-25 09:45:02','[caption id=\"attachment_2615\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2615 size-medium\" title=\"London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Jager-LCW-Small-300x200.jpg\" alt=\"Jägermeister London Cocktail Week, Big Chill, Brick Lane, 3-7 October\" width=\"300\" height=\"200\" /> Jägermeister London Cocktail Week, Brick Lane, 3-7 October[/caption]\r\n<h4><strong>DATE:</strong> 3<sup>rd</sup> – 7<sup>th</sup> October</h4>\r\n<h4><strong>LOCATION:</strong> Big Chill, Brick Lane, Dray Walk, London E1 6QL</h4>\r\n<h4><strong>PRICE:</strong> Free with London Cocktail Week wristband</h4>\r\n<h4><strong>LINK:<u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\"> </a></u></strong><u><a href=\"https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/\">drinkup.london/events/collection/21072/jagermeister-workshops/</a></u></h4>\r\n&nbsp;\r\n\r\nJägermeister, official sponsor of London Cocktail Week, will showcase the complexity of the spirits’ 56 herbs and spices with a collection of carefully crafted and enticing cocktails, ice cold shots, events and workshops at their pop-up in Big Chill, Brick Lane, 3<sup>rd</sup> – 7<sup>th</sup> October.\r\n\r\n&nbsp;\r\n\r\nA short 3-minute walk from the LCW cocktail village , Jägermeister’s Der Wald Bar, will be located on the Big Chill terrace. A delectable selection of £6 cocktails will be available from Jägermeister’s Hubertus Circle bartenders, including: Black Magic, Manifest Hunter’s Tea, <a href=\"https://www.jagermeister.com/en-GB/\" target=\"_blank\" rel=\"noopener\">Jägermeister Sour</a>, Jungle Hunt and Manifest on the Rocks, plus Jägermeister’s signature cocktail - Jägermeister Mule. Jägermeister Ice Cold Shots, perfectly served at -18°, will be discounted daily during Ice Cold Hour from 7-8pm.\r\n\r\n&nbsp;\r\n\r\nLCW attendees are invited to attend free interactive workshops at Jägermeister’s new Meister Akademy in Big Chill. From ice sculpturing and urban foraging,  hosted by Author Andy Hamilton, to cocktail “meisterclasses” and top-tips for DIY @ home cocktail making, the Meister Akademy will inspire you to reimagine the iconic herbal liqueur. For trade attendees, Marian Beke, owner of The Gibson bar will present a talk on bar-trade sustainability.\r\n\r\n&nbsp;\r\n\r\nTo book, visit the DrinkUp website, or email <u><a href=\"mailto:marketing@jaegermeister.co.uk\">marketing@jaegermeister.co.uk</a></u>\r\n\r\n&nbsp;\r\n\r\n<strong>Meister Akademy Schedule</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Noon, 3<sup>rd</sup> October </strong>Sustainability, how can your bar be more sustainable?\r\n\r\nLed by Marian Beke, Owner of The Gibson Bar. In 2018 everyone is talking about sustainability, in this trade seminar, Marian shares insights into ways that bars can become more eco-friendly.\r\n\r\n&nbsp;\r\n\r\n<strong>2.30pm and 4pm, 4<sup>th</sup> October </strong>Ice Sculpturing Workshops\r\n\r\nThis workshop for beginners will teach the basic skills of fresh ice carving for cocktail serves. Attendees will learn how to carve cubes, diamonds and spheres, before having a go themselves and adding their creation to to a delicious Jägermeister cocktail.\r\n\r\n&nbsp;\r\n\r\n<strong>4pm, 5<sup>th</sup> October </strong>Urban Foraging\r\n\r\nUrban foraging refers to gathering wild food growing in the suburbs &amp; cityscape. Learn the skills from Author Andy Hamilton on how to forage in your backyard and get an understanding of which and how these plants can be used in cocktail making in this three hour masterclass.\r\n\r\n&nbsp;\r\n\r\n<strong>2pm and 3.30pm, 6<sup>th</sup> October </strong>DIY cocktail making @ home\r\n\r\nDon’t have the equipment nor the skills? Then this class is for you! Learn how to make classic cocktails using everyday kitchen items. This class is a fun and interactive class that will give you all the skills to impress your family and friends.\r\n\r\n&nbsp;\r\n\r\n<strong>2pm and 3.30pm, 7<sup>th</sup> October </strong>Meisterclass\r\n\r\nJägermeister is one of the most complex spirits in the world, learn about the herbal liquors history and ingredients in this one hour class. Mix your own delicious cocktails and unlock the true potential of Jägermeister under the careful guidance of Jägermeister’s UK brand ambassador, Florian Beuren.','London Cocktail Week | Jägermeister at Big Chill, Brick Lane','','inherit','closed','closed','','2614-revision-v1','','','2018-09-25 09:45:02','2018-09-25 09:45:02','',2614,'http://www.ontradeprogress.com/2018/09/25/2614-revision-v1/',0,'revision','',0),(2619,1,'2018-09-25 15:25:33','2018-09-25 15:25:33','Henley-based pub operator and brewer <a href=\"https://brakspear.co.uk/\" target=\"_blank\" rel=\"noopener\">Brakspear</a> has raised more than £42,000 for the terminal illness charity <a href=\"https://www.mariecurie.org.uk/\" target=\"_blank\" rel=\"noopener\">Marie Curie</a> over the last 18 months, thanks to enthusiastic and determined fundraising by teams in their 130 pubs and at head office.\r\n\r\nMarking the end of the charity partnership, which started in March 2017, Brakspear presented a final cheque to Marie Curie at the Chequers in Berrick Salome near Wallingford, Oxfordshire. Licensees Mark and Sandra Duggan and their team raised £3,290 for the charity, placing them at the top of the fundraising leader board.\r\n\r\nBrakspear’s pub and head office teams raised money for Marie Curie in a variety of ways, ranging from the simple but effective collection tin on the bar to events lasting a weekend. In their support for the charity, Brakspear pubs hosted pub quizzes, beer festivals, golf days, live music nights, raffles and auctions, Easter Egg hunts, barbecues, family fun days and more!\r\n\r\nAs well as events, many pubs raised money regularly by suggesting customers donate money for a carafe of tap water, or adding an optional 50p to a popular menu item. There were also feats of endeavour as team members completed challenges including the London Marathon and RideLondon100 bike ride in aid of Marie Curie.\r\n\r\nBrakspear chief executive Tom Davies said, “This was our second estate-wide charity partnership and we’re delighted that our pub and head office teams have again risen to the challenge and thrown themselves into fundraising for Marie Curie.\r\n\r\n[caption id=\"attachment_2620\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2620 size-medium\" title=\"Brakspear &amp; Marie Curie members of staff presenting the cheque\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/BrakspearMarieCurieFinalCheque-300x200.jpg\" alt=\"Brakspear &amp; Marie Curie members of staff presenting the cheque\" width=\"300\" height=\"200\" /> (l-r): Tom Davies, Brakspear chief executive; Sandra Duggan, licensee at the Chequers in Berrick Salome; Hazel Bendon, Marie Curie local fundraiser, Mark Duggan and Emma Sweet, Brakspear marketing manager[/caption]\r\n\r\n“Many of our licensees, staff and their customers have been touched by Marie Curie at times of need and were keen to help this charity that, like our pubs, is at the heart of local communities. We’re very proud to have collected this sum, which will enable Marie Curie to do more of their great work helping people living with terminal illnesses, and their families.”\r\n\r\nMarie Curie Senior Partnership Manager Helen Stock said, “We’re grateful for Brakspear for their fundraising.  Many of their pub teams put huge time and effort into organising events, on top of the demands of running their pub.\r\n\r\n“The money they have raised will help us to care for more people affected by any terminal illness, providing emotional support and expert care to people when they need it most.”\r\n\r\nMark Duggan, licensee at the Chequers in Berrick Salome said, “Most of our fundraising was from a huge Garden Party which we put on last September in the pub grounds.  We had live music, a hog roast, garden games and children’s entertainment including horse rides, as well as a Silent Auction and raffle with some very generously donated prizes.\r\n\r\n“Customers were happy to buy tickets to the event, knowing that all proceeds were going to Marie Curie; it’s a charity with wide support and everyone knows the wonderful work they do locally.”','Brakspear raises £42,000 for Marie Curie','','publish','closed','open','','brakspear-raises-marie-curie','','','2018-09-25 15:25:33','2018-09-25 15:25:33','',0,'http://www.ontradeprogress.com/?p=2619',0,'post','',0),(2620,1,'2018-09-25 15:21:48','2018-09-25 15:21:48','','BrakspearMarieCurieFinalCheque','(l-r): Tom Davies, Brakspear chief executive; Sandra Duggan, licensee at the Chequers in Berrick Salome; Hazel Bendon, Marie Curie local fundraiser, Mark Duggan and Emma Sweet, Brakspear marketing manager','inherit','closed','closed','','brakspearmariecuriefinalcheque','','','2018-09-25 15:22:03','2018-09-25 15:22:03','',2619,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/BrakspearMarieCurieFinalCheque.jpg',0,'attachment','image/jpeg',0),(2621,1,'2018-09-25 15:25:33','2018-09-25 15:25:33','Henley-based pub operator and brewer <a href=\"https://brakspear.co.uk/\" target=\"_blank\" rel=\"noopener\">Brakspear</a> has raised more than £42,000 for the terminal illness charity <a href=\"https://www.mariecurie.org.uk/\" target=\"_blank\" rel=\"noopener\">Marie Curie</a> over the last 18 months, thanks to enthusiastic and determined fundraising by teams in their 130 pubs and at head office.\r\n\r\nMarking the end of the charity partnership, which started in March 2017, Brakspear presented a final cheque to Marie Curie at the Chequers in Berrick Salome near Wallingford, Oxfordshire. Licensees Mark and Sandra Duggan and their team raised £3,290 for the charity, placing them at the top of the fundraising leader board.\r\n\r\nBrakspear’s pub and head office teams raised money for Marie Curie in a variety of ways, ranging from the simple but effective collection tin on the bar to events lasting a weekend. In their support for the charity, Brakspear pubs hosted pub quizzes, beer festivals, golf days, live music nights, raffles and auctions, Easter Egg hunts, barbecues, family fun days and more!\r\n\r\nAs well as events, many pubs raised money regularly by suggesting customers donate money for a carafe of tap water, or adding an optional 50p to a popular menu item. There were also feats of endeavour as team members completed challenges including the London Marathon and RideLondon100 bike ride in aid of Marie Curie.\r\n\r\nBrakspear chief executive Tom Davies said, “This was our second estate-wide charity partnership and we’re delighted that our pub and head office teams have again risen to the challenge and thrown themselves into fundraising for Marie Curie.\r\n\r\n[caption id=\"attachment_2620\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2620 size-medium\" title=\"Brakspear &amp; Marie Curie members of staff presenting the cheque\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/BrakspearMarieCurieFinalCheque-300x200.jpg\" alt=\"Brakspear &amp; Marie Curie members of staff presenting the cheque\" width=\"300\" height=\"200\" /> (l-r): Tom Davies, Brakspear chief executive; Sandra Duggan, licensee at the Chequers in Berrick Salome; Hazel Bendon, Marie Curie local fundraiser, Mark Duggan and Emma Sweet, Brakspear marketing manager[/caption]\r\n\r\n“Many of our licensees, staff and their customers have been touched by Marie Curie at times of need and were keen to help this charity that, like our pubs, is at the heart of local communities. We’re very proud to have collected this sum, which will enable Marie Curie to do more of their great work helping people living with terminal illnesses, and their families.”\r\n\r\nMarie Curie Senior Partnership Manager Helen Stock said, “We’re grateful for Brakspear for their fundraising.  Many of their pub teams put huge time and effort into organising events, on top of the demands of running their pub.\r\n\r\n“The money they have raised will help us to care for more people affected by any terminal illness, providing emotional support and expert care to people when they need it most.”\r\n\r\nMark Duggan, licensee at the Chequers in Berrick Salome said, “Most of our fundraising was from a huge Garden Party which we put on last September in the pub grounds.  We had live music, a hog roast, garden games and children’s entertainment including horse rides, as well as a Silent Auction and raffle with some very generously donated prizes.\r\n\r\n“Customers were happy to buy tickets to the event, knowing that all proceeds were going to Marie Curie; it’s a charity with wide support and everyone knows the wonderful work they do locally.”','Brakspear raises £42,000 for Marie Curie','','inherit','closed','closed','','2619-revision-v1','','','2018-09-25 15:25:33','2018-09-25 15:25:33','',2619,'http://www.ontradeprogress.com/2018/09/25/2619-revision-v1/',0,'revision','',0),(2623,1,'2018-09-26 07:46:50','2018-09-26 07:46:50','','Novus Tea Cold Brew shutterstock_435468841 med','','inherit','closed','closed','','novus-tea-cold-brew-shutterstock_435468841-med','','','2018-09-26 07:46:50','2018-09-26 07:46:50','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_435468841-med.jpg',0,'attachment','image/jpeg',0),(2624,1,'2018-09-26 07:48:35','2018-09-26 07:48:35','','Novus Tea Cold Brew','Novus Tea introduce their new non-alcoholic cold brew tea','inherit','closed','closed','','novus-tea-cold-brew-shutterstock_105390326-med','','','2018-09-26 07:55:19','2018-09-26 07:55:19','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_105390326-med.jpg',0,'attachment','image/jpeg',0),(2625,1,'2018-09-26 08:05:24','2018-09-26 08:05:24','<h3><strong><em>Allan Pirret, Sales Director of <a href=\"https://www.novustea.co.uk/\" target=\"_blank\" rel=\"noopener\">Novus Tea</a>, explains that premium cold brew tea looks set to become this summer’s favourite ‘grown-up’ refreshment.</em></strong></h3>\r\nHaving an innovative and healthy range of non-alcoholic cold drinks is really important; cold brew tea meets these criteria and is proving incredibly popular at the moment.  It has the potential to meet the needs of customers on warmer days who would normally order tea but may want something longer and cooler.  These customers may shy away from traditional soft drinks that may not be perceived to be aimed at adults.\r\n\r\n&nbsp;\r\n\r\nCold brew tea is sugar-free but has a gentle, natural sweetness; it has no calories and contains all the well-known health benefits of tea; it is excellent for quenching thirst and hydrating the body; and it’s perceived as an ideal drink for ‘grown-ups’.\r\n\r\n[caption id=\"attachment_2623\" align=\"alignright\" width=\"300\"]<a href=\"http://https://www.novustea.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2623 size-medium\" title=\"Cold Brew Tea\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_435468841-med-300x200.jpg\" alt=\"Cold Brew Tea\" width=\"300\" height=\"200\" /></a> Novus Tea introduce their new non-alcoholic cold brew tea[/caption]\r\n\r\n<strong><em>It’s simple to introduce ‘cold brew tea’ into your soft drinks menu, using teas that you already have in your hot beverage menu; it’s easy to prepare using existing equipment, and doesn’t need any specialist skills.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\nAs the name suggests, ‘cold brew tea’ uses cold, rather than hot, water for the infusion of the tea.   Any type of tea can be used with the cold brew method, including black, green and white teas, as well as herbal and fruit infusions. Cold brew tea is not to be confused with chilled, iced or ‘on the rocks’ tea that has been brewed using hot water and then chilled before serving.\r\n\r\n<strong> </strong>\r\n\r\nBecause cold brew tea uses cold water, the tea infuses more slowly over a longer time.  This slower, longer process extracts more flavour and antioxidants from the tea, and produces a milder, richer, smoother taste, which is also often sweeter, with no hint of the bitterness associated with over-brewed hot infusions.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2624\" align=\"alignleft\" width=\"300\"]<a href=\"http://https://www.novustea.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2624 size-medium\" title=\"Cold Brew Tea\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_105390326-med-300x209.jpg\" alt=\"Cold Brew Tea\" width=\"300\" height=\"209\" /></a> Novus Tea introduce their new non-alcoholic tea in various flavours[/caption]\r\n\r\nA cold brew tea offer ticks many boxes for your customers.  Firstly, innovation in cold beverages; because the idea is relatively new and they can consider themselves ‘early adopters’.  Secondly, the serving of the drink offers some ‘theatre’, especially if interesting serving equipment is used.  Thirdly, cold brew tea can build on your hot tea and coffee offer, helping to demonstrate your expertise, which your customers are happy to buy into.\r\n\r\n<strong>The secrets to making good cold brew tea</strong>\r\n<ul>\r\n 	<li>Use only high quality, premium teas and infusions - they’ll give the best, most subtle flavours</li>\r\n 	<li>Allow enough time to prepare batches in advance - the flavours need time to develop</li>\r\n 	<li>Offer a range of straight teas, as well as some ‘value-added’ mocktails</li>\r\n 	<li>Offer customers a chance to sample different examples before they buy</li>\r\n 	<li>Explain the background and origin of your teas - they all have a story - and be enthusiastic about the flavour experience they offer</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Novus Tea: Telephone: 01621 776179 Website: www.novustea.co.uk</strong>','Cold brew tea – non-alcoholic drinks for grown-ups','','publish','closed','open','','cold-brew-tea-non-alcoholic-grown-ups','','','2018-09-26 08:05:24','2018-09-26 08:05:24','',0,'http://www.ontradeprogress.com/?p=2625',0,'post','',0),(2626,1,'2018-09-26 08:05:24','2018-09-26 08:05:24','<h3><strong><em>Allan Pirret, Sales Director of <a href=\"https://www.novustea.co.uk/\" target=\"_blank\" rel=\"noopener\">Novus Tea</a>, explains that premium cold brew tea looks set to become this summer’s favourite ‘grown-up’ refreshment.</em></strong></h3>\r\nHaving an innovative and healthy range of non-alcoholic cold drinks is really important; cold brew tea meets these criteria and is proving incredibly popular at the moment.  It has the potential to meet the needs of customers on warmer days who would normally order tea but may want something longer and cooler.  These customers may shy away from traditional soft drinks that may not be perceived to be aimed at adults.\r\n\r\n&nbsp;\r\n\r\nCold brew tea is sugar-free but has a gentle, natural sweetness; it has no calories and contains all the well-known health benefits of tea; it is excellent for quenching thirst and hydrating the body; and it’s perceived as an ideal drink for ‘grown-ups’.\r\n\r\n[caption id=\"attachment_2623\" align=\"alignright\" width=\"300\"]<a href=\"http://https://www.novustea.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2623 size-medium\" title=\"Cold Brew Tea\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_435468841-med-300x200.jpg\" alt=\"Cold Brew Tea\" width=\"300\" height=\"200\" /></a> Novus Tea introduce their new non-alcoholic cold brew tea[/caption]\r\n\r\n<strong><em>It’s simple to introduce ‘cold brew tea’ into your soft drinks menu, using teas that you already have in your hot beverage menu; it’s easy to prepare using existing equipment, and doesn’t need any specialist skills.</em></strong>\r\n\r\n<strong> </strong>\r\n\r\nAs the name suggests, ‘cold brew tea’ uses cold, rather than hot, water for the infusion of the tea.   Any type of tea can be used with the cold brew method, including black, green and white teas, as well as herbal and fruit infusions. Cold brew tea is not to be confused with chilled, iced or ‘on the rocks’ tea that has been brewed using hot water and then chilled before serving.\r\n\r\n<strong> </strong>\r\n\r\nBecause cold brew tea uses cold water, the tea infuses more slowly over a longer time.  This slower, longer process extracts more flavour and antioxidants from the tea, and produces a milder, richer, smoother taste, which is also often sweeter, with no hint of the bitterness associated with over-brewed hot infusions.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2624\" align=\"alignleft\" width=\"300\"]<a href=\"http://https://www.novustea.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2624 size-medium\" title=\"Cold Brew Tea\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Novus-Tea-Cold-Brew-shutterstock_105390326-med-300x209.jpg\" alt=\"Cold Brew Tea\" width=\"300\" height=\"209\" /></a> Novus Tea introduce their new non-alcoholic tea in various flavours[/caption]\r\n\r\nA cold brew tea offer ticks many boxes for your customers.  Firstly, innovation in cold beverages; because the idea is relatively new and they can consider themselves ‘early adopters’.  Secondly, the serving of the drink offers some ‘theatre’, especially if interesting serving equipment is used.  Thirdly, cold brew tea can build on your hot tea and coffee offer, helping to demonstrate your expertise, which your customers are happy to buy into.\r\n\r\n<strong>The secrets to making good cold brew tea</strong>\r\n<ul>\r\n 	<li>Use only high quality, premium teas and infusions - they’ll give the best, most subtle flavours</li>\r\n 	<li>Allow enough time to prepare batches in advance - the flavours need time to develop</li>\r\n 	<li>Offer a range of straight teas, as well as some ‘value-added’ mocktails</li>\r\n 	<li>Offer customers a chance to sample different examples before they buy</li>\r\n 	<li>Explain the background and origin of your teas - they all have a story - and be enthusiastic about the flavour experience they offer</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Novus Tea: Telephone: 01621 776179 Website: www.novustea.co.uk</strong>','Cold brew tea – non-alcoholic drinks for grown-ups','','inherit','closed','closed','','2625-revision-v1','','','2018-09-26 08:05:24','2018-09-26 08:05:24','',2625,'http://www.ontradeprogress.com/2018/09/26/2625-revision-v1/',0,'revision','',0),(2630,1,'2018-09-26 08:28:29','2018-09-26 08:28:29','<strong><a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions has added two new products to its growing range of premium desserts; unique and indulgent Band layer desserts in zesty <em>Lemon Brulee</em> and <em>Trio of Chocolate Mousse</em> varieties.</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2632\" align=\"alignright\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2632 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Trio-Choc-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique chocolate mousse desert[/caption]\r\n\r\nThe versatile new desserts are supplied un-portioned, giving caterers the option to adapt serving size in accordance with occasion or daypart, and premiumise with all manner of accompaniments from fresh fruit to edible flowers.\r\n\r\n&nbsp;\r\n\r\nThe Lemon Brulee Band is a smooth set lemon flavour cream filling on a biscuit crumb base, finished with a brulee style topping, while the Trio of Chocolate Mousse Band is made up of decadent layers of creamy dark, milk and white chocolate mousse, dusted with cocoa powder and sitting on top of a soft chocolate sponge.\r\n\r\n&nbsp;\r\n\r\nSupplied frozen with caterers simply needing to thaw and serve; both desserts are currently available on a special autumn promotion until the end of November. The Lemon Brulee band comes in a case of three for just £29.97 (£9.99 per band) while the Trio of Chocolate Mousse band is supplied in a case of six for £45.00 (£7.50 per band).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2631\" align=\"alignleft\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2631 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Lemon-Brulee-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique lemon zest desert[/caption]\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions, comments:</strong> “These versatile new desserts put caterers firmly in the creative driving seat when it comes to perfect portion sizing and add-ons. Furthermore, because they’re supplied frozen, they cut costly wastage at a stroke meaning profits go back into the business and not in the bin. With flavour profiles at both ends of the scale – indulgent richness and light, zesty zing – and a number of serving options, we have caterers covered for all manner of occasions and consumer tastes.”\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n&nbsp;\r\n\r\nFor more information on the range call 0844 499 3311, email marketing.uk@aryzta.com, visit www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions Brings New Desserts to Market','','publish','closed','open','','aryzta-lemon-brulee-chocolate-mousse','','','2018-09-26 09:43:45','2018-09-26 09:43:45','',0,'http://www.ontradeprogress.com/?p=2630',0,'post','',0),(2631,1,'2018-09-26 08:19:58','2018-09-26 08:19:58','','Lemon Brulee Band','','inherit','closed','closed','','lemon-brulee-band','','','2018-09-26 08:19:58','2018-09-26 08:19:58','',2630,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Lemon-Brulee-Band.jpg',0,'attachment','image/jpeg',0),(2632,1,'2018-09-26 08:20:36','2018-09-26 08:20:36','','Trio Choc Band','','inherit','closed','closed','','trio-choc-band','','','2018-09-26 08:20:36','2018-09-26 08:20:36','',2630,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Trio-Choc-Band.jpg',0,'attachment','image/jpeg',0),(2633,1,'2018-09-26 08:28:29','2018-09-26 08:28:29','<strong>ARYZTA Food Solutions has added two new products to its growing range of premium desserts; unique and indulgent Band layer desserts in zesty <em>Lemon Brulee</em> and <em>Trio of Chocolate Mousse</em> varieties.</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2632\" align=\"alignright\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2632 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Trio-Choc-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique chocolate mousse desert[/caption]\r\n\r\nThe versatile new desserts are supplied un-portioned, giving caterers the option to adapt serving size in accordance with occasion or daypart, and premiumise with all manner of accompaniments from fresh fruit to edible flowers.\r\n\r\n&nbsp;\r\n\r\nThe Lemon Brulee Band is a smooth set lemon flavour cream filling on a biscuit crumb base, finished with a brulee style topping, while the Trio of Chocolate Mousse Band is made up of decadent layers of creamy dark, milk and white chocolate mousse, dusted with cocoa powder and sitting on top of a soft chocolate sponge.\r\n\r\n&nbsp;\r\n\r\nSupplied frozen with caterers simply needing to thaw and serve; both desserts are currently available on a special autumn promotion until the end of November. The Lemon Brulee band comes in a case of three for just £29.97 (£9.99 per band) while the Trio of Chocolate Mousse band is supplied in a case of six for £45.00 (£7.50 per band).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2631\" align=\"alignleft\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2631 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Lemon-Brulee-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique lemon zest desert[/caption]\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions, comments:</strong> “These versatile new desserts put caterers firmly in the creative driving seat when it comes to perfect portion sizing and add-ons. Furthermore, because they’re supplied frozen, they cut costly wastage at a stroke meaning profits go back into the business and not in the bin. With flavour profiles at both ends of the scale – indulgent richness and light, zesty zing – and a number of serving options, we have caterers covered for all manner of occasions and consumer tastes.”\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n&nbsp;\r\n\r\nFor more information on the range call 0844 499 3311, email marketing.uk@aryzta.com, visit www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions Brings New Desserts to Market','','inherit','closed','closed','','2630-revision-v1','','','2018-09-26 08:28:29','2018-09-26 08:28:29','',2630,'http://www.ontradeprogress.com/2018/09/26/2630-revision-v1/',0,'revision','',0),(2634,1,'2018-09-26 08:30:11','2018-09-26 08:30:11','<strong>ARYZTA Food Solutions has added two new products to its growing range of premium desserts; unique and indulgent Band layer desserts in zesty <em>Lemon Brulee</em> and <em>Trio of Chocolate Mousse</em> varieties.</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2632\" align=\"alignright\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2632 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Trio-Choc-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique chocolate mousse desert[/caption]\r\n\r\nThe versatile new desserts are supplied un-portioned, giving caterers the option to adapt serving size in accordance with occasion or daypart, and premiumise with all manner of accompaniments from fresh fruit to edible flowers.\r\n\r\n&nbsp;\r\n\r\nThe Lemon Brulee Band is a smooth set lemon flavour cream filling on a biscuit crumb base, finished with a brulee style topping, while the Trio of Chocolate Mousse Band is made up of decadent layers of creamy dark, milk and white chocolate mousse, dusted with cocoa powder and sitting on top of a soft chocolate sponge.\r\n\r\n&nbsp;\r\n\r\nSupplied frozen with caterers simply needing to thaw and serve; both desserts are currently available on a special autumn promotion until the end of November. The Lemon Brulee band comes in a case of three for just £29.97 (£9.99 per band) while the Trio of Chocolate Mousse band is supplied in a case of six for £45.00 (£7.50 per band).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2631\" align=\"alignleft\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2631 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Lemon-Brulee-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique lemon zest desert[/caption]\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions, comments:</strong> “These versatile new desserts put caterers firmly in the creative driving seat when it comes to perfect portion sizing and add-ons. Furthermore, because they’re supplied frozen, they cut costly wastage at a stroke meaning profits go back into the business and not in the bin. With flavour profiles at both ends of the scale – indulgent richness and light, zesty zing – and a number of serving options, we have caterers covered for all manner of occasions and consumer tastes.”\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n&nbsp;\r\n\r\nFor more information on the range call 0844 499 3311, email marketing.uk@aryzta.com, visit www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions Brings New Desserts to Market','','inherit','closed','closed','','2630-autosave-v1','','','2018-09-26 08:30:11','2018-09-26 08:30:11','',2630,'http://www.ontradeprogress.com/2018/09/26/2630-autosave-v1/',0,'revision','',0),(2635,1,'2018-09-26 08:30:37','2018-09-26 08:30:37','<strong><a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions has added two new products to its growing range of premium desserts; unique and indulgent Band layer desserts in zesty <em>Lemon Brulee</em> and <em>Trio of Chocolate Mousse</em> varieties.</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2632\" align=\"alignright\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2632 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Trio-Choc-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique chocolate mousse desert[/caption]\r\n\r\nThe versatile new desserts are supplied un-portioned, giving caterers the option to adapt serving size in accordance with occasion or daypart, and premiumise with all manner of accompaniments from fresh fruit to edible flowers.\r\n\r\n&nbsp;\r\n\r\nThe Lemon Brulee Band is a smooth set lemon flavour cream filling on a biscuit crumb base, finished with a brulee style topping, while the Trio of Chocolate Mousse Band is made up of decadent layers of creamy dark, milk and white chocolate mousse, dusted with cocoa powder and sitting on top of a soft chocolate sponge.\r\n\r\n&nbsp;\r\n\r\nSupplied frozen with caterers simply needing to thaw and serve; both desserts are currently available on a special autumn promotion until the end of November. The Lemon Brulee band comes in a case of three for just £29.97 (£9.99 per band) while the Trio of Chocolate Mousse band is supplied in a case of six for £45.00 (£7.50 per band).\r\n\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2631\" align=\"alignleft\" width=\"300\"]<a href=\"http://https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2631 size-medium\" title=\"aryzta Brulee Mousse\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Lemon-Brulee-Band-300x200.jpg\" alt=\"aryzta Brulee Mousse\" width=\"300\" height=\"200\" /></a> ARYZTA unique lemon zest desert[/caption]\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions, comments:</strong> “These versatile new desserts put caterers firmly in the creative driving seat when it comes to perfect portion sizing and add-ons. Furthermore, because they’re supplied frozen, they cut costly wastage at a stroke meaning profits go back into the business and not in the bin. With flavour profiles at both ends of the scale – indulgent richness and light, zesty zing – and a number of serving options, we have caterers covered for all manner of occasions and consumer tastes.”\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n&nbsp;\r\n\r\nFor more information on the range call 0844 499 3311, email marketing.uk@aryzta.com, visit www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter: @AryztaFoodUK','ARYZTA Food Solutions Brings New Desserts to Market','','inherit','closed','closed','','2630-revision-v1','','','2018-09-26 08:30:37','2018-09-26 08:30:37','',2630,'http://www.ontradeprogress.com/2018/09/26/2630-revision-v1/',0,'revision','',0),(2636,1,'2018-09-26 08:57:24','2018-09-26 08:57:24','<a href=\"https://www.nestle.co.uk/\" target=\"_blank\" rel=\"noopener\">Nestlé</a> UK and 86 other early adopters have embarked on an epic journey – taking a ‘farm to fork’ approach to commit to a ground-breaking <a href=\"http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/\" target=\"_blank\" rel=\"noopener\">Food Waste</a> Reduction Roadmap which will halve food waste by 2030.\r\n\r\nNestlé UK, part of the world’s largest food and drink company, has committed to ambitious milestones laid out in a new ground-breaking industry Food Waste Reduction Roadmap; developed with IGD, the global food and grocery experts, and WRAP to further reduce the UK’s food waste problem. The Roadmap encompasses the entire supply chain from field to fork, and clearly shows the actions large businesses will take to address food waste both in their own operations, and by working to support suppliers. It also sets out how business can engage with consumers to help reduce their food waste.\r\n\r\n[caption id=\"attachment_2637\" align=\"alignright\" width=\"300\"]<a href=\"http://nestle.co.uk\"><img class=\"wp-image-2637 size-medium\" title=\"food waste reduction\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/shutterstock_234855667-300x231.jpg\" alt=\"food waste reduction\" width=\"300\" height=\"231\" /></a> Nestle &amp; others commit to halving food waste[/caption]\r\n\r\nThe Roadmap has the support of the UK’s largest food trade bodies, businesses across the supply chain and Defra, Welsh and Scottish Governments. Widespread adoption of Target, Measure, Act is vital to achieve national policy objectives and targets on food waste reduction, including Courtauld 2025 and the Sustainable Development Goal (SDG) 12.3.\r\n\r\nNestlé Head of Value Chain Sustainability, Andy Griffiths said: “Managing our <a href=\"http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/\" target=\"_blank\" rel=\"noopener\">food waste</a> effectively can not only help reduce its environmental impact, but help address some of the food inequality issues experienced in our communities. We are proud to commit to the Food Waste Reduction Roadmap, only by working together can we address this issue at the pace and scale required.”\r\n\r\nCEO of Wrap Marcus Gover said: “Together, WRAP and IGD have mobilised industry leaders to create a bold sector-wide Roadmap, showing clearly what UK businesses must do. This Roadmap is hugely ambitious, and I’m delighted that the UK is the first country anywhere to set a nation-wide plan towards delivering its part in SDG12.3. There are many businesses working hard already, but many more need to focus on food waste. If the food sector follows this Roadmap it will significantly accelerate work to achieving both Courtauld 2025, and SDG12.3 targets. And I urge other companies to adopt the principles laid out in the Roadmap and join the rest of the sector on this historic journey.”','UK food industry commits to halving food waste by 2030','','publish','closed','open','','food-industry-food-waste-reduction-2030','','\nhttp://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/','2018-09-26 10:16:19','2018-09-26 10:16:19','',0,'http://www.ontradeprogress.com/?p=2636',0,'post','',0),(2637,1,'2018-09-26 08:55:23','2018-09-26 08:55:23','','Food Waste Reduction','Nestle commit to halving food waste','inherit','closed','closed','','shutterstock_234855667','','','2018-09-26 08:56:19','2018-09-26 08:56:19','',2636,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/shutterstock_234855667.jpg',0,'attachment','image/jpeg',0),(2638,1,'2018-09-26 08:57:24','2018-09-26 08:57:24','<a href=\"https://www.nestle.co.uk/\" target=\"_blank\" rel=\"noopener\">Nestlé</a> UK and 86 other early adopters have embarked on an epic journey – taking a ‘farm to fork’ approach to commit to a ground-breaking <a href=\"http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/\" target=\"_blank\" rel=\"noopener\">Food Waste</a> Reduction Roadmap which will halve food waste by 2030.\r\n\r\nNestlé UK, part of the world’s largest food and drink company, has committed to ambitious milestones laid out in a new ground-breaking industry Food Waste Reduction Roadmap; developed with IGD, the global food and grocery experts, and WRAP to further reduce the UK’s food waste problem. The Roadmap encompasses the entire supply chain from field to fork, and clearly shows the actions large businesses will take to address food waste both in their own operations, and by working to support suppliers. It also sets out how business can engage with consumers to help reduce their food waste.\r\n\r\n[caption id=\"attachment_2637\" align=\"alignright\" width=\"300\"]<a href=\"http://nestle.co.uk\"><img class=\"wp-image-2637 size-medium\" title=\"food waste reduction\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/shutterstock_234855667-300x231.jpg\" alt=\"food waste reduction\" width=\"300\" height=\"231\" /></a> Nestle &amp; others commit to halving food waste[/caption]\r\n\r\nThe Roadmap has the support of the UK’s largest food trade bodies, businesses across the supply chain and Defra, Welsh and Scottish Governments. Widespread adoption of Target, Measure, Act is vital to achieve national policy objectives and targets on food waste reduction, including Courtauld 2025 and the Sustainable Development Goal (SDG) 12.3.\r\n\r\nNestlé Head of Value Chain Sustainability, Andy Griffiths said: “Managing our <a href=\"http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/\" target=\"_blank\" rel=\"noopener\">food waste</a> effectively can not only help reduce its environmental impact, but help address some of the food inequality issues experienced in our communities. We are proud to commit to the Food Waste Reduction Roadmap, only by working together can we address this issue at the pace and scale required.”\r\n\r\nCEO of Wrap Marcus Gover said: “Together, WRAP and IGD have mobilised industry leaders to create a bold sector-wide Roadmap, showing clearly what UK businesses must do. This Roadmap is hugely ambitious, and I’m delighted that the UK is the first country anywhere to set a nation-wide plan towards delivering its part in SDG12.3. There are many businesses working hard already, but many more need to focus on food waste. If the food sector follows this Roadmap it will significantly accelerate work to achieving both Courtauld 2025, and SDG12.3 targets. And I urge other companies to adopt the principles laid out in the Roadmap and join the rest of the sector on this historic journey.”','UK food industry commits to halving food waste by 2030','','inherit','closed','closed','','2636-revision-v1','','','2018-09-26 08:57:24','2018-09-26 08:57:24','',2636,'http://www.ontradeprogress.com/2018/09/26/2636-revision-v1/',0,'revision','',0),(2639,1,'2018-09-26 10:01:19','2018-09-26 10:01:19','<h2>Terry Osborne discusses the ins and outs of hospitality insurance and lets you know why it is the best choice.</h2>\r\n<h3></h3>\r\nWe all know that in order to run a successful pub, restaurant, hotel or nightclub you must be welcoming, friendly, a good listener, a calming voice in a crisis and most of all be able to get the job done in a safe, professional manner. Do it well and everyone will be happy and your business will prosper. The hospitality industry is a tough one. You must be all smiles on the surface and running yourself ragged when no-one is looking.\r\n\r\n[caption id=\"attachment_2640\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2640 size-medium\" title=\"Hospitality insurance specialists Terry Osborne\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-2209813_1920-300x200.jpg\" alt=\"Hospitality insurance specialists Terry Osborne\" width=\"300\" height=\"200\" /> Hospitality insurance with Terry Osborne[/caption]\r\n\r\nWe at Terry Osborne Insurance Services are specialist in the hospitality industry. We have been a commercial broker for many years and understand the pressures that publicans and restaurateurs are under. As leisure specialists we have access to a whole bank of insurers offering a range of products to suit any need at competitive premiums specifically to suit your business.\r\n<h4>Be prepared</h4>\r\nNo-one likes paying insurance because the money spent is for nothing tangible unlike a new EPOS till or a modern TV system which will hopefully make you happier. Paying an insurance premium is a safeguard in case something untoward happens like a customer slipping on a wet floor, a fire or flood or indeed anything else that is covered under your policy.  As a specialist in public house, hotel and restaurant insurance we do our very best to ensure that you are fully covered in all aspects of the business. Sadly, it is not until you truly need your insurance that you realise the security that a good policy can bring. In the difficult, litigious climate that we are currently in with, it seems, solicitors chasing every bruised leg for a claim, it is imperative that all relevant cover is in place. A view of ‘it will never happen to me’ is sadly an outdated one as, even with the best intentions, it does.\r\n<h4>Working together</h4>\r\nAs insurance brokers, we can assist you with the smooth running of your business, taking the pressure off and giving you peace of mind. One of the main obstacles we are finding at the moment is that loss adjusters are reporting a rise in under-insurance and as such, we have teamed up with a specialist rebuild cost assessor who can value your property to ensure that you are fully covered in this aspect. We can offer advice on what certificates and procedures you need in place in order to keep you legal and ensure both you, your staff and your customers remain as safe as you are able.\r\n\r\nWe are seeing an increase in the micropub market.  Small venues with no entertainment and no food – bringing things back to basics with conversation and a good beer.  We have also seen plenty of speciality pubs, drag queens and karaoke bars.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget.  We do not offer a ‘one size fits all’ product, we listen to what you need, we are welcoming, friendly and a calming voice in the event of a crisis and do our very best to get the job done  – very much like the publican or restaurateur!','Do you know the best choice when it comes to hospitality insurance?','','publish','closed','open','','specialists-hospitality-insurance-terry-osborne','','','2018-09-26 10:26:55','2018-09-26 10:26:55','',0,'http://www.ontradeprogress.com/?p=2639',0,'post','',0),(2640,1,'2018-09-26 09:50:56','2018-09-26 09:50:56','','Hospitality insurance with Terry Osborne','Hospitality insurance with Terry Osborne','inherit','closed','closed','','bar-2209813_1920','','','2018-09-26 09:51:22','2018-09-26 09:51:22','',2639,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-2209813_1920.jpg',0,'attachment','image/jpeg',0),(2641,1,'2018-09-26 10:00:18','2018-09-26 10:00:18','<h2>Terry Osborne discusses the ins and outs of hospitality insurance and lets you know why it is the best choice.</h2>\r\n<h3></h3>\r\nWe all know that in order to run a successful pub, restaurant, hotel or nightclub you must be welcoming, friendly, a good listener, a calming voice in a crisis and most of all be able to get the job done in a safe, professional manner. Do it well and everyone will be happy and your business will prosper. The hospitality industry is a tough one. You must be all smiles on the surface and running yourself ragged when no-one is looking.\r\n\r\n[caption id=\"attachment_2640\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2640 size-medium\" title=\"Hospitality insurance specialists Terry Osborne\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-2209813_1920-300x200.jpg\" alt=\"Hospitality insurance specialists Terry Osborne\" width=\"300\" height=\"200\" /> Hospitality insurance with Terry Osborne[/caption]\r\n\r\nWe at Terry Osborne Insurance Services are specialist in the hospitality industry. We have been a commercial broker for many years and understand the pressures that publicans and restaurateurs are under. As leisure specialists we have access to a whole bank of insurers offering a range of products to suit any need at competitive premiums specifically to suit your business.\r\n<h4>Be prepared</h4>\r\nNo-one likes paying insurance because the money spent is for nothing tangible unlike a new EPOS till or a modern TV system which will hopefully make you happier. Paying an insurance premium is a safeguard in case something untoward happens like a customer slipping on a wet floor, a fire or flood or indeed anything else that is covered under your policy.  As a specialist in public house, hotel and restaurant insurance we do our very best to ensure that you are fully covered in all aspects of the business. Sadly, it is not until you truly need your insurance that you realise the security that a good policy can bring. In the difficult, litigious climate that we are currently in with, it seems, solicitors chasing every bruised leg for a claim, it is imperative that all relevant cover is in place. A view of ‘it will never happen to me’ is sadly an outdated one as, even with the best intentions, it does.\r\n<h4>Working together</h4>\r\nAs insurance brokers, we can assist you with the smooth running of your business, taking the pressure off and giving you peace of mind. One of the main obstacles we are finding at the moment is that loss adjusters are reporting a rise in under-insurance and as such, we have teamed up with a specialist rebuild cost assessor who can value your property to ensure that you are fully covered in this aspect. We can offer advice on what certificates and procedures you need in place in order to keep you legal and ensure both you, your staff and your customers remain as safe as you are able.\r\n\r\nWe are seeing an increase in the micropub market.  Small venues with no entertainment and no food – bringing things back to basics with conversation and a good beer.  We have also seen plenty of speciality pubs, drag queens and karaoke bars.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget.  We do not offer a ‘one size fits all’ product, we listen to what you need, we are welcoming, friendly and a calming voice in the event of a crisis and do our very best to get the job done  – very much like the publican or restaurateur!','Insurance - Covering all bases with Terry Osborne','','inherit','closed','closed','','2639-revision-v1','','','2018-09-26 10:00:18','2018-09-26 10:00:18','',2639,'http://www.ontradeprogress.com/2018/09/26/2639-revision-v1/',0,'revision','',0),(2642,1,'2018-09-26 10:07:29','2018-09-26 10:07:29','<h2>Terry Osborne discusses the ins and outs of hospitality insurance and lets you know why it is the best choice.</h2>\n<h3></h3>\nWe all know that in order to run a successful pub, restaurant, hotel or nightclub you must be welcoming, friendly, a good listener, a calming voice in a crisis and most of all be able to get the job done in a safe, professional manner. Do it well and everyone will be happy and your business will prosper. The hospitality industry is a tough one. You must be all smiles on the surface and running yourself ragged when no-one is looking.\n\n[caption id=\"attachment_2640\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2640 size-medium\" title=\"Hospitality insurance specialists Terry Osborne\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-2209813_1920-300x200.jpg\" alt=\"Hospitality insurance specialists Terry Osborne\" width=\"300\" height=\"200\" /> Hospitality insurance with Terry Osborne[/caption]\n\nWe at Terry Osborne Insurance Services are specialist in the hospitality industry. We have been a commercial broker for many years and understand the pressures that publicans and restaurateurs are under. As leisure specialists we have access to a whole bank of insurers offering a range of products to suit any need at competitive premiums specifically to suit your business.\n<h4>Be prepared</h4>\nNo-one likes paying insurance because the money spent is for nothing tangible unlike a new EPOS till or a modern TV system which will hopefully make you happier. Paying an insurance premium is a safeguard in case something untoward happens like a customer slipping on a wet floor, a fire or flood or indeed anything else that is covered under your policy.  As a specialist in public house, hotel and restaurant insurance we do our very best to ensure that you are fully covered in all aspects of the business. Sadly, it is not until you truly need your insurance that you realise the security that a good policy can bring. In the difficult, litigious climate that we are currently in with, it seems, solicitors chasing every bruised leg for a claim, it is imperative that all relevant cover is in place. A view of ‘it will never happen to me’ is sadly an outdated one as, even with the best intentions, it does.\n<h4>Working together</h4>\nAs insurance brokers, we can assist you with the smooth running of your business, taking the pressure off and giving you peace of mind. One of the main obstacles we are finding at the moment is that loss adjusters are reporting a rise in under-insurance and as such, we have teamed up with a specialist rebuild cost assessor who can value your property to ensure that you are fully covered in this aspect. We can offer advice on what certificates and procedures you need in place in order to keep you legal and ensure both you, your staff and your customers remain as safe as you are able.\n\nWe are seeing an increase in the micropub market.  Small venues with no entertainment and no food – bringing things back to basics with conversation and a good beer.  We have also seen plenty of speciality pubs, drag queens and karaoke bars.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget.  We do not offer a ‘one size fits all’ product, we listen to what you need, we are welcoming, friendly and a calming voice in the event of a crisis and do our very best to get the job done  – very much like the publican or restaurateur!','Do you know the best choice when it comes to insurance?','','inherit','closed','closed','','2639-autosave-v1','','','2018-09-26 10:07:29','2018-09-26 10:07:29','',2639,'http://www.ontradeprogress.com/2018/09/26/2639-autosave-v1/',0,'revision','',0),(2643,1,'2018-09-26 10:08:08','2018-09-26 10:08:08','<h2>Terry Osborne discusses the ins and outs of hospitality insurance and lets you know why it is the best choice.</h2>\r\n<h3></h3>\r\nWe all know that in order to run a successful pub, restaurant, hotel or nightclub you must be welcoming, friendly, a good listener, a calming voice in a crisis and most of all be able to get the job done in a safe, professional manner. Do it well and everyone will be happy and your business will prosper. The hospitality industry is a tough one. You must be all smiles on the surface and running yourself ragged when no-one is looking.\r\n\r\n[caption id=\"attachment_2640\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2640 size-medium\" title=\"Hospitality insurance specialists Terry Osborne\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-2209813_1920-300x200.jpg\" alt=\"Hospitality insurance specialists Terry Osborne\" width=\"300\" height=\"200\" /> Hospitality insurance with Terry Osborne[/caption]\r\n\r\nWe at Terry Osborne Insurance Services are specialist in the hospitality industry. We have been a commercial broker for many years and understand the pressures that publicans and restaurateurs are under. As leisure specialists we have access to a whole bank of insurers offering a range of products to suit any need at competitive premiums specifically to suit your business.\r\n<h4>Be prepared</h4>\r\nNo-one likes paying insurance because the money spent is for nothing tangible unlike a new EPOS till or a modern TV system which will hopefully make you happier. Paying an insurance premium is a safeguard in case something untoward happens like a customer slipping on a wet floor, a fire or flood or indeed anything else that is covered under your policy.  As a specialist in public house, hotel and restaurant insurance we do our very best to ensure that you are fully covered in all aspects of the business. Sadly, it is not until you truly need your insurance that you realise the security that a good policy can bring. In the difficult, litigious climate that we are currently in with, it seems, solicitors chasing every bruised leg for a claim, it is imperative that all relevant cover is in place. A view of ‘it will never happen to me’ is sadly an outdated one as, even with the best intentions, it does.\r\n<h4>Working together</h4>\r\nAs insurance brokers, we can assist you with the smooth running of your business, taking the pressure off and giving you peace of mind. One of the main obstacles we are finding at the moment is that loss adjusters are reporting a rise in under-insurance and as such, we have teamed up with a specialist rebuild cost assessor who can value your property to ensure that you are fully covered in this aspect. We can offer advice on what certificates and procedures you need in place in order to keep you legal and ensure both you, your staff and your customers remain as safe as you are able.\r\n\r\nWe are seeing an increase in the micropub market.  Small venues with no entertainment and no food – bringing things back to basics with conversation and a good beer.  We have also seen plenty of speciality pubs, drag queens and karaoke bars.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget.  We do not offer a ‘one size fits all’ product, we listen to what you need, we are welcoming, friendly and a calming voice in the event of a crisis and do our very best to get the job done  – very much like the publican or restaurateur!','Do you know the best choice when it comes to hospitality insurance?','','inherit','closed','closed','','2639-revision-v1','','','2018-09-26 10:08:08','2018-09-26 10:08:08','',2639,'http://www.ontradeprogress.com/2018/09/26/2639-revision-v1/',0,'revision','',0),(2644,1,'2018-09-26 10:50:32','2018-09-26 10:50:32','<strong>Specialist beer importer <a href=\"http://www.euroboozer.co.uk\" target=\"_blank\" rel=\"noopener\">Euroboozer</a> has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – <a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\">Mikkeller</a>.</strong>\r\n\r\n&nbsp;\r\n\r\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller – Stick a finger in the soil </b>\r\n\r\nStyle: Pale Ale\r\n\r\nABV: 4.6%\r\n\r\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - Hair in the mailbox</b>\r\n\r\nStyle: India Pale Ale\r\n\r\nABV: 6.3%\r\n\r\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2645\" align=\"alignright\" width=\"170\"]<a href=\"http://mikkeller.dk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2645 size-medium\" title=\"Specialist beer importer secures distribution of Denmark\'s Mikkeller craft brewer\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Wood-Will-Fall-Down-Can-Shot-170x300.png\" alt=\"Specialist beer importer secures distribution of Denmark\'s Mikkeller craft brewer\" width=\"170\" height=\"300\" /></a> Mikkeller craft beers are rolling out across the UK[/caption]\r\n\r\n<b>Mikkeller -Wood will fall down </b>\r\n\r\nStyle: Passionfruit Berliner Weisse\r\n\r\nABV: 4.2%\r\n\r\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - I don\'t have red shrimp</b>\r\n\r\nStyle: Pilsner\r\n\r\nABV: 4.6%\r\n\r\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\nSpecialist beer importer, Euroboozer MD Martyn Railton comments:\r\n\r\n&nbsp;\r\n\r\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2646\" align=\"alignleft\" width=\"300\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2646 size-medium\" title=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3-300x262.png\" alt=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" width=\"300\" height=\"262\" /></a> Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK[/caption]\r\n\r\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\r\n\r\n&nbsp;\r\n\r\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully, we can offer a point of difference to an already competitive landscape. ‘’\r\n\r\n&nbsp;\r\n\r\n<b>About Mikkeller</b>\r\n\r\n<b> </b>\r\n\r\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\r\n\r\n&nbsp;\r\n\r\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the <a href=\"http://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/\" target=\"_blank\" rel=\"noopener\">craft beer</a> industry for its quality, creativity, consistency and distinctive style.\r\n\r\n&nbsp;\r\n\r\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\r\n\r\n&nbsp;\r\n\r\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\r\n\r\n&nbsp;\r\n\r\n<b>About Euroboozer</b>\r\n\r\n&nbsp;\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\n&nbsp;\r\n\r\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Seizes Exclusive UK Distribution of Denmark’s Much-Revered Mikkeller','','publish','closed','open','','specialist-beer-importer-euroboozer-distribution-mikkeller','','\nhttp://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/','2018-09-26 14:47:32','2018-09-26 14:47:32','',0,'http://www.ontradeprogress.com/?p=2644',0,'post','',0),(2645,1,'2018-09-26 10:33:18','2018-09-26 10:33:18','','Wood Will Fall Down Can Shot','','inherit','closed','closed','','wood-will-fall-down-can-shot','','','2018-09-26 10:33:18','2018-09-26 10:33:18','',2644,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Wood-Will-Fall-Down-Can-Shot.png',0,'attachment','image/png',0),(2646,1,'2018-09-26 10:41:00','2018-09-26 10:41:00','','Euroboozer announces Mikkeller distribution','','inherit','closed','closed','','pic3','','','2018-09-26 10:41:48','2018-09-26 10:41:48','',2644,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3.png',0,'attachment','image/png',0),(2647,1,'2018-09-26 10:43:30','2018-09-26 10:43:30','[caption id=\"attachment_2609\" align=\"aligncenter\" width=\"247\"]<a href=\"https://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_september_?e=32393893/64579218\"><img class=\"wp-image-2609\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18-211x300.png\" alt=\"\" width=\"247\" height=\"351\" /></a> Click the image to view the latest issue[/caption]','On-Trade Progress Issue 18','','inherit','closed','closed','','276-revision-v1','','','2018-09-26 10:43:30','2018-09-26 10:43:30','',276,'http://www.ontradeprogress.com/2018/09/26/276-revision-v1/',0,'revision','',0),(2648,1,'2018-09-26 10:45:37','2018-09-26 10:45:37','Specialist beer importer <a href=\"http://www.euroboozer.co.uk\" target=\"_blank\" rel=\"noopener\">Euroboozer</a> has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – <a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\">Mikkeller</a>.\r\n\r\n&nbsp;\r\n\r\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2645\" align=\"alignright\" width=\"170\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2645 size-medium\" title=\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Wood-Will-Fall-Down-Can-Shot-170x300.png\" alt=\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\" width=\"170\" height=\"300\" /></a> Mikkeller craft beers will be rolling out in the UK[/caption]\r\n\r\n<b>Mikkeller – Stick a finger in the soil </b>\r\n\r\nStyle: Pale Ale\r\n\r\nABV: 4.6%\r\n\r\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - Hair in the mailbox</b>\r\n\r\nStyle: India Pale Ale\r\n\r\nABV: 6.3%\r\n\r\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller -Wood will fall down </b>\r\n\r\nStyle: Passionfruit Berliner Weisse\r\n\r\nABV: 4.2%\r\n\r\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - I don\'t have red shrimp</b>\r\n\r\nStyle: Pilsner\r\n\r\nABV: 4.6%\r\n\r\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\nSpecialist beer importer, Euroboozer MD Martyn Railton comments:\r\n\r\n&nbsp;\r\n\r\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2646\" align=\"alignleft\" width=\"300\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2646 size-medium\" title=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3-300x262.png\" alt=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" width=\"300\" height=\"262\" /></a> Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK[/caption]\r\n\r\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\r\n\r\n&nbsp;\r\n\r\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully, we can offer a point of difference to an already competitive landscape. ‘’\r\n\r\n&nbsp;\r\n\r\n<b>About Mikkeller</b>\r\n\r\n<b> </b>\r\n\r\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\r\n\r\n&nbsp;\r\n\r\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the <a href=\"http://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/\" target=\"_blank\" rel=\"noopener\">craft beer</a> industry for its quality, creativity, consistency and distinctive style.\r\n\r\n&nbsp;\r\n\r\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\r\n\r\n&nbsp;\r\n\r\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\r\n\r\n&nbsp;\r\n\r\n<b>About Euroboozer</b>\r\n\r\n&nbsp;\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\n&nbsp;\r\n\r\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Seizes Exclusive UK Distribution of Denmark’s Much-Revered Mikkeller','','inherit','closed','closed','','2644-revision-v1','','','2018-09-26 10:45:37','2018-09-26 10:45:37','',2644,'http://www.ontradeprogress.com/2018/09/26/2644-revision-v1/',0,'revision','',0),(2649,1,'2018-09-26 10:48:17','2018-09-26 10:48:17','Specialist beer importer <a href=\"http://www.euroboozer.co.uk\" target=\"_blank\" rel=\"noopener\">Euroboozer</a> has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – <a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\">Mikkeller</a>.\r\n\r\n&nbsp;\r\n\r\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2645\" align=\"alignright\" width=\"170\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2645 size-medium\" title=\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Wood-Will-Fall-Down-Can-Shot-170x300.png\" alt=\"Specialist Beer Importer secures distribution of Denmark\'s Mikkeller\" width=\"170\" height=\"300\" /></a> Mikkeller craft beers will be rolling out across the UK[/caption]\r\n\r\n<b>Mikkeller – Stick a finger in the soil </b>\r\n\r\nStyle: Pale Ale\r\n\r\nABV: 4.6%\r\n\r\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - Hair in the mailbox</b>\r\n\r\nStyle: India Pale Ale\r\n\r\nABV: 6.3%\r\n\r\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller -Wood will fall down </b>\r\n\r\nStyle: Passionfruit Berliner Weisse\r\n\r\nABV: 4.2%\r\n\r\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - I don\'t have red shrimp</b>\r\n\r\nStyle: Pilsner\r\n\r\nABV: 4.6%\r\n\r\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\nSpecialist beer importer, Euroboozer MD Martyn Railton comments:\r\n\r\n&nbsp;\r\n\r\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2646\" align=\"alignleft\" width=\"300\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2646 size-medium\" title=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3-300x262.png\" alt=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" width=\"300\" height=\"262\" /></a> Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK[/caption]\r\n\r\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\r\n\r\n&nbsp;\r\n\r\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully, we can offer a point of difference to an already competitive landscape. ‘’\r\n\r\n&nbsp;\r\n\r\n<b>About Mikkeller</b>\r\n\r\n<b> </b>\r\n\r\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\r\n\r\n&nbsp;\r\n\r\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the <a href=\"http://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/\" target=\"_blank\" rel=\"noopener\">craft beer</a> industry for its quality, creativity, consistency and distinctive style.\r\n\r\n&nbsp;\r\n\r\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\r\n\r\n&nbsp;\r\n\r\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\r\n\r\n&nbsp;\r\n\r\n<b>About Euroboozer</b>\r\n\r\n&nbsp;\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\n&nbsp;\r\n\r\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Seizes Exclusive UK Distribution of Denmark’s Much-Revered Mikkeller','','inherit','closed','closed','','2644-revision-v1','','','2018-09-26 10:48:17','2018-09-26 10:48:17','',2644,'http://www.ontradeprogress.com/2018/09/26/2644-revision-v1/',0,'revision','',0),(2650,1,'2018-09-26 14:47:30','2018-09-26 14:47:30','<strong>Specialist beer importer <a href=\"http://www.euroboozer.co.uk\" target=\"_blank\" rel=\"noopener\">Euroboozer</a> has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – <a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\">Mikkeller</a>.</strong>\n\n&nbsp;\n\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\n\n&nbsp;\n\n<b>Mikkeller – Stick a finger in the soil </b>\n\nStyle: Pale Ale\n\nABV: 4.6%\n\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\n\nFormats: 33cl cans, 30 litre key keg\n\n&nbsp;\n\n<b>Mikkeller - Hair in the mailbox</b>\n\nStyle: India Pale Ale\n\nABV: 6.3%\n\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\n\nFormats: 33cl cans, 30 litre key keg\n\n&nbsp;\n\n[caption id=\"attachment_2645\" align=\"alignright\" width=\"170\"]<a href=\"http://mikkeller.dk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2645 size-medium\" title=\"Specialist beer importer secures distribution of Denmark\'s Mikkeller craft brewer\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Wood-Will-Fall-Down-Can-Shot-170x300.png\" alt=\"Specialist beer importer secures distribution of Denmark\'s Mikkeller craft brewer\" width=\"170\" height=\"300\" /></a> Mikkeller craft beers are rolling out across the UK[/caption]\n\n<b>Mikkeller -Wood will fall down </b>\n\nStyle: Passionfruit Berliner Weisse\n\nABV: 4.2%\n\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\n\nFormats: 33cl cans, 30 litre key keg\n\n&nbsp;\n\n<b>Mikkeller - I don\'t have red shrimp</b>\n\nStyle: Pilsner\n\nABV: 4.6%\n\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\n\nFormats: 33cl cans, 30 litre key keg\n\n&nbsp;\n\nSpecialist beer importer, Euroboozer MD Martyn Railton comments:\n\n&nbsp;\n\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\n\n&nbsp;\n\n[caption id=\"attachment_2646\" align=\"alignleft\" width=\"300\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2646 size-medium\" title=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3-300x262.png\" alt=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" width=\"300\" height=\"262\" /></a> Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK[/caption]\n\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\n\n&nbsp;\n\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully, we can offer a point of difference to an already competitive landscape. ‘’\n\n&nbsp;\n\n<b>About Mikkeller</b>\n\n<b> </b>\n\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\n\n&nbsp;\n\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the <a href=\"http://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/\" target=\"_blank\" rel=\"noopener\">craft beer</a> industry for its quality, creativity, consistency and distinctive style.\n\n&nbsp;\n\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\n\n&nbsp;\n\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\n\n&nbsp;\n\n<b>About Euroboozer</b>\n\n&nbsp;\n\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\n\n&nbsp;\n\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Seizes Exclusive UK Distribution of Denmark’s Much-Revered Mikkeller','','inherit','closed','closed','','2644-autosave-v1','','','2018-09-26 14:47:30','2018-09-26 14:47:30','',2644,'http://www.ontradeprogress.com/2018/09/26/2644-autosave-v1/',0,'revision','',0),(2651,1,'2018-09-26 14:47:32','2018-09-26 14:47:32','<strong>Specialist beer importer <a href=\"http://www.euroboozer.co.uk\" target=\"_blank\" rel=\"noopener\">Euroboozer</a> has pulled off its biggest coup yet after securing the exclusive UK distribution for Denmark’s most famous, highly-acclaimed and iconic nomadic craft brewer – <a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\">Mikkeller</a>.</strong>\r\n\r\n&nbsp;\r\n\r\nIn addition to Mikkeller’s celebrated, ever-evolving selection of seasonal and one-off specials, Euroboozer will be the first and only importer in the UK to offer the new four-strong, year-round Mikkeller range including:\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller – Stick a finger in the soil </b>\r\n\r\nStyle: Pale Ale\r\n\r\nABV: 4.6%\r\n\r\nDescription: Hazy golden in colour, this Pale Ale offers a beautiful fruity aroma with citrus fruits and tropical coming to the fore and following right through to the dry, bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - Hair in the mailbox</b>\r\n\r\nStyle: India Pale Ale\r\n\r\nABV: 6.3%\r\n\r\nDescription: Bright and hoppy IPA with tropical citrus fruit aromas on the nose and a plate bursting with tangy orange and pineapple plus warm pine notes.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2645\" align=\"alignright\" width=\"170\"]<a href=\"http://mikkeller.dk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2645 size-medium\" title=\"Specialist beer importer secures distribution of Denmark\'s Mikkeller craft brewer\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Wood-Will-Fall-Down-Can-Shot-170x300.png\" alt=\"Specialist beer importer secures distribution of Denmark\'s Mikkeller craft brewer\" width=\"170\" height=\"300\" /></a> Mikkeller craft beers are rolling out across the UK[/caption]\r\n\r\n<b>Mikkeller -Wood will fall down </b>\r\n\r\nStyle: Passionfruit Berliner Weisse\r\n\r\nABV: 4.2%\r\n\r\nDescription: A crisp passion fruit Berliner Weisse with passionfruit, lemon and light bready notes on the nose and palate packed once again with passionfruit but with an acidic backbone and a bright and funky finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\n<b>Mikkeller - I don\'t have red shrimp</b>\r\n\r\nStyle: Pilsner\r\n\r\nABV: 4.6%\r\n\r\nDescription: A crisp and easy drinking Pilsner with an aroma of fruit and zesty hops. The palate is a blend of orange peel and hay with a floral, slightly bitter finish.\r\n\r\nFormats: 33cl cans, 30 litre key keg\r\n\r\n&nbsp;\r\n\r\nSpecialist beer importer, Euroboozer MD Martyn Railton comments:\r\n\r\n&nbsp;\r\n\r\n“For me as an Arsenal fan, this deal is the equivalent of us signing Bergkamp back in the day.  My superlatives just can’t do the brand, beer and people behind them justice - they’re that good.  Our phone has been ringing constantly with interest just from word of mouth so we have an incredibly exciting few months ahead of us.”\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2646\" align=\"alignleft\" width=\"300\"]<a href=\"http://mikkeller.dk\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2646 size-medium\" title=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/pic3-300x262.png\" alt=\"Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK \" width=\"300\" height=\"262\" /></a> Specialist beer importer Euroboozer are bringing Mikkeller craft beers to the UK[/caption]\r\n\r\n<strong>Jonathan Winters, Mikkeller Market Manager for Europe &amp; Asia said:</strong>\r\n\r\n&nbsp;\r\n\r\n‘’We are very happy to be working with Euroboozer, they have a solid track history of building and establishing brands in some great UK outlets. The extensive Mikkeller portfolio can appeal to all customer types who seek a premium offering to their selection. The UK market is very well developed with a lot of interest in our product, hopefully, we can offer a point of difference to an already competitive landscape. ‘’\r\n\r\n&nbsp;\r\n\r\n<b>About Mikkeller</b>\r\n\r\n<b> </b>\r\n\r\nMikkeller was set up in Copenhagen in 2006 by maths and physics teacher Mikkel Borg Bjergsø who began by experimenting with hops, malt and yeast at home.\r\n\r\n&nbsp;\r\n\r\nJust over ten years later, the brewer and his cutting-edge brand is now much-revered within the <a href=\"http://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/\" target=\"_blank\" rel=\"noopener\">craft beer</a> industry for its quality, creativity, consistency and distinctive style.\r\n\r\n&nbsp;\r\n\r\nMikkel Borg Bjergsø is the world’s most famous and successful nomadic brewer who has built the brand without a brewery but by travelling the world and renting space at other breweries in order to release his unique beers.\r\n\r\n&nbsp;\r\n\r\nWith specialist Mikkeller beer bottle shops and bars around the world, the award-winning brand has released over 800 beers since its inception with the brews now available in 40 countries.\r\n\r\n&nbsp;\r\n\r\n<b>About Euroboozer</b>\r\n\r\n&nbsp;\r\n\r\nStarted from the back of an old VW Vento in 2003, Euroboozer was set up by beer lover Martyn Railton, initially importing Austrian brands Stiegl, Schremser and Hirter. The company soon branched out across the Atlantic to bring some of the finest US craft brewers to these shores. Fifteen years on the VW Vento has gone to be replaced with offices and a warehouse in Hertfordshire. Euroboozer now supplies some of the finest food and beverage establishments in the country and their brands are mainstays in almost all of the UKs top craft beer bars and bottle shops.\r\n\r\n&nbsp;\r\n\r\nFor further information on the Mikkeller beers or to stock, please contact the Euroboozer on 01923 263335 or visit <a href=\"http://www.euroboozer.co.uk/\">www.euroboozer.co.uk</a>','Euroboozer Seizes Exclusive UK Distribution of Denmark’s Much-Revered Mikkeller','','inherit','closed','closed','','2644-revision-v1','','','2018-09-26 14:47:32','2018-09-26 14:47:32','',2644,'http://www.ontradeprogress.com/2018/09/26/2644-revision-v1/',0,'revision','',0),(2652,1,'2018-09-27 08:46:39','2018-09-27 08:46:39','<strong>COMBINE STUNNING GOOD LOOKS WITH A PRACTICAL STRENGTH </strong>\r\n\r\n<strong> </strong>\r\n\r\nIncreasingly, statement plates are adding a focal point to a ubiquitous white porcelain tabletop. Now, leading distributor, <a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\">Artis</a>, has introduced ‘Purity Pearls’, a new range of statement pieces, that are stunning in their colours and texture but, at the same time, offer a durability not usually found in such fine porcelain. Part of the acclaimed Purity collection, they have been designed to contrast with it and with other white porcelain ranges in the 2018 Artis catalogue.\r\n\r\n[caption id=\"attachment_2656\" align=\"alignright\" width=\"300\"]<a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2656 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Purity-Pearls-lifestyle2-300x107.jpg\" alt=\"Purity pearls\" width=\"300\" height=\"107\" /></a> Artis release their lifestyle range[/caption]\r\n\r\n<strong>PURITY PEARLS</strong>\r\n\r\nManufactured by a world leader in the professional tableware industry, Bauscher, and distributed exclusively in the UK by Artis, Purity Pearls add to the already extensive collection of Artis statement plates in its ‘Gallery’ range. A premium range of exquisitely decorated plates and large coupe bowls, the Purity Pearls design combines subtle textures and metallic effects.\r\n\r\nAvailable in a choice of Light, Dark, Copper and Metallic Gold colourways, the finish is timeless with a distinctively tactile raised relief pattern. Although it has a modern feel, Purity Pearls is dignified, yet stylish and offers a perfect contrast when used in conjunction with white porcelain tableware.\r\n\r\n[caption id=\"attachment_2655\" align=\"alignleft\" width=\"300\"]<a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2655 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/purity-gold-plate-300x247.jpg\" alt=\"\" width=\"300\" height=\"247\" /></a> Artis Purity Gold Plate[/caption]\r\n\r\nBoth Purity and Purity Pearls are made from an innovative new material, ‘Noble China’. This revolutionary new porcelain gives the collection a remarkable delicacy that belies its strength. That is achieved by the high firing temperature of 1400ºC, giving an extreme glaze hardness and durability. This collection - at the same time delicate but robust, is the perfect choice for daily use in hotels and restaurants.\r\n\r\nPurity Pearls comprises 31cm, 27cm and 16cm coupe plates; 29cm and 24cm coupe bowls; large and small rectangular plates and a coupe saucer to match the plain white cups and small bowls of the Purity range.\r\n\r\n<strong>20% OFF PROMOTION</strong>\r\n\r\nList prices for the new Purity Pearls collection range from £8.80 for the 16cm coupe plate to £34.95 for the 31cm coupe plate. However, until 28<sup>th</sup> February 2019, the 31cm Coupe plates and 29cm coupe Bowls are on sale, discounted by 20% to £27.96 and £25.60 respectively.\r\n\r\nPurity Pearls can be seen in the Artis Autumn 2018 catalogue supplement. For your own personal copy of this and/or the complete 2018 Artis catalogue, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a>/downloads.','New \'Purity Pearls\' range by Artis','','publish','closed','open','','distributer-artis-introduces-new-range-purity-pearls','','','2018-09-27 10:49:32','2018-09-27 10:49:32','',0,'http://www.ontradeprogress.com/?p=2652',0,'post','',0),(2653,1,'2018-09-27 08:36:12','2018-09-27 08:36:12','','Concept purity Copper','','inherit','closed','closed','','concept-purity-copper','','','2018-09-27 08:36:12','2018-09-27 08:36:12','',2652,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Concept-purity-Copper.jpg',0,'attachment','image/jpeg',0),(2654,1,'2018-09-27 08:36:33','2018-09-27 08:36:33','','Concept purity Gold','','inherit','closed','closed','','concept-purity-gold','','','2018-09-27 08:36:33','2018-09-27 08:36:33','',2652,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Concept-purity-Gold.jpg',0,'attachment','image/jpeg',0),(2655,1,'2018-09-27 08:36:42','2018-09-27 08:36:42','','purity gold plate','','inherit','closed','closed','','purity-gold-plate','','','2018-09-27 08:36:42','2018-09-27 08:36:42','',2652,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/purity-gold-plate.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wpfr_posts` VALUES (2656,1,'2018-09-27 08:37:00','2018-09-27 08:37:00','','Purity Pearls lifestyle2','','inherit','closed','closed','','purity-pearls-lifestyle2','','','2018-09-27 08:37:00','2018-09-27 08:37:00','',2652,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Purity-Pearls-lifestyle2.jpg',0,'attachment','image/jpeg',0),(2657,1,'2018-09-27 08:45:33','2018-09-27 08:45:33','<strong>COMBINE STUNNING GOOD LOOKS WITH A PRACTICAL STRENGTH </strong>\r\n\r\n<strong> </strong>\r\n\r\nIncreasingly, statement plates are adding a focal point to a ubiquitous white porcelain tabletop. Now, leading distributor, <a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\">Artis</a>, has introduced ‘Purity Pearls’, a new range of statement pieces, that are stunning in their colours and texture but, at the same time, offer a durability not usually found in such fine porcelain. Part of the acclaimed Purity collection, they have been designed to contrast with it and with other white porcelain ranges in the 2018 Artis catalogue.\r\n\r\n[caption id=\"attachment_2656\" align=\"alignright\" width=\"300\"]<a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2656 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Purity-Pearls-lifestyle2-300x107.jpg\" alt=\"Purity pearls\" width=\"300\" height=\"107\" /></a> Artis release their lifestyle range[/caption]\r\n\r\n<strong>PURITY PEARLS</strong>\r\n\r\nManufactured by a world leader in the professional tableware industry, Bauscher, and distributed exclusively in the UK by Artis, Purity Pearls add to the already extensive collection of Artis statement plates in its ‘Gallery’ range. A premium range of exquisitely decorated plates and large coupe bowls, the Purity Pearls design combines subtle textures and metallic effects.\r\n\r\nAvailable in a choice of Light, Dark, Copper and Metallic Gold colourways, the finish is timeless with a distinctively tactile raised relief pattern. Although it has a modern feel, Purity Pearls is dignified, yet stylish and offers a perfect contrast when used in conjunction with white porcelain tableware.\r\n\r\n[caption id=\"attachment_2655\" align=\"alignleft\" width=\"300\"]<a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2655 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/purity-gold-plate-300x247.jpg\" alt=\"\" width=\"300\" height=\"247\" /></a> Artis Purity Gold Plate[/caption]\r\n\r\nBoth Purity and Purity Pearls are made from an innovative new material, ‘Noble China’. This revolutionary new porcelain gives the collection a remarkable delicacy that belies its strength. That is achieved by the high firing temperature of 1400ºC, giving an extreme glaze hardness and durability. This collection - at the same time delicate but robust, is the perfect choice for daily use in hotels and restaurants.\r\n\r\nPurity Pearls comprises 31cm, 27cm and 16cm coupe plates; 29cm and 24cm coupe bowls; large and small rectangular plates and a coupe saucer to match the plain white cups and small bowls of the Purity range.\r\n\r\n<strong>20% OFF PROMOTION</strong>\r\n\r\nList prices for the new Purity Pearls collection range from £8.80 for the 16cm coupe plate to £34.95 for the 31cm coupe plate. However, until 28<sup>th</sup> February 2019, the 31cm Coupe plates and 29cm coupe Bowls are on sale, discounted by 20% to £27.96 and £25.60 respectively.\r\n\r\nPurity Pearls can be seen in the Artis Autumn 2018 catalogue supplement. For your own personal copy of this and/or the complete 2018 Artis catalogue, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com\">www.artis-uk.com</a>/downloads.','New \'Purity Pearls\' range by Artis','','inherit','closed','closed','','2652-revision-v1','','','2018-09-27 08:45:33','2018-09-27 08:45:33','',2652,'http://www.ontradeprogress.com/2018/09/27/2652-revision-v1/',0,'revision','',0),(2658,1,'2018-09-27 09:21:50','2018-09-27 09:21:50','<h1><em>On-Trade Progress </em>interviews <a href=\"https://www.acask.com/\" target=\"_blank\" rel=\"noopener\">A-Cask’s</a> Philip Smith on how to provide the perfect pint.</h1>\r\n&nbsp;\r\n<h4>How important are the cellars to a pub or bar?</h4>\r\n&nbsp;\r\n\r\nVital! The cellar is the engine room of any pub or bar.\r\n\r\n&nbsp;\r\n<h4>What are the key things that operators need to be doing on a daily/weekly basis to ensure that their cellar is in top condition?</h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Clean beer pipes at least once a week</li>\r\n 	<li>Maintain correct temperature 11c/13c all the time</li>\r\n 	<li>Keep the cellar floor clean and clear of spillages</li>\r\n 	<li>Keep the whole cellar tidy and rotate stock efficiently</li>\r\n 	<li>Make sure cask beer containers are sold through in three days</li>\r\n 	<li>Make sure keg beer containers are sold through in five days</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2659\" align=\"alignright\" width=\"300\"]<a href=\"https://www.acask.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2659 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/beer-barrel-956322_1920-300x200.jpg\" alt=\"Cellar management is the key to a good pint\" width=\"300\" height=\"200\" /></a> Cellar management is the key to a good pint[/caption]\r\n<h4>What should operators look to avoid happening in their cellars? How can they best do so?</h4>\r\n&nbsp;\r\n\r\nMake sure you store any fresh food in the beer cellar and do not allow spilt beer to fester. This could make it go mouldy on the cellar floor – which in turn can infect cask beer and turn it bad. Make sure the cellar is not too hot, as this will mean cask beer will be served warm too and all the beer will keep less well. Also, it should be noted that beer that is too cold will produce a chill haze on beer, especially cask.\r\n\r\n&nbsp;\r\n<h4>How important is good cellar management when it comes to keeping cask ale? What are the key steps to take when it comes to managing ale?</h4>\r\nGood cellar management is extremely important, if cask ale is not properly looked after then it can decimate beer sales and affect the whole of the pub\'s business. The key steps are:\r\n<ul>\r\n 	<li>Training, effort and common sense</li>\r\n 	<li>Keep the cellar clean and at the correct temperature</li>\r\n 	<li>Make sure beer lines are clean</li>\r\n 	<li>Rotate stock</li>\r\n 	<li>Ensure beer is clear and sound before putting on sale</li>\r\n 	<li>Put cellar to bed after each session, so turn off gas and for cask replace hard spiles in open barrels.</li>\r\n 	<li>Or better still - use a Filt-a-Cask available from A-Cask</li>\r\n</ul>\r\n<h4>How should products be stored in a cellar to ensure there are presented to customers in top quality? What steps can be taken to avoid contamination?</h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Cask beer should ideally be stillaged on auto tilts to ensure the best results and minimum wastage</li>\r\n 	<li>Good stock rotation</li>\r\n 	<li>Correct temperature</li>\r\n 	<li>Clean around keystone and shive before tapping and spiling</li>\r\n 	<li>Keep cellar clean and avoid spilt beer going mouldy</li>\r\n 	<li>Make sure cask taps and keg connectors are thoroughly cleaned to avoid contamination</li>\r\n 	<li>Never filter ANY beer back into barrels</li>\r\n</ul>\r\n&nbsp;\r\n<h4>How can operators get staff involved in cellar management, or is it better to have one or two dedicated people to run it?</h4>\r\n&nbsp;\r\n\r\nGood idea to have one or two cellar specialists who can take responsibility and pride in the job. But make sure all staff understand what is required so there is always cover for when specialists are not available. Therefore, training is essential. Consider Cask Marque/Cask Matters courses for specialists and online training for the rest of the staff.\r\n\r\nWant to read more on cellar management? <a href=\"http://www.ontradeprogress.com/2018/07/10/in-the-cellar-2/\">Click here</a>','In the cellar with A-Cask - An On-Trade Progress exclusive interview','','publish','closed','open','','cellar-management-exclusive','','\nhttp://www.ontradeprogress.com/2018/07/10/in-the-cellar-2/','2018-09-27 09:22:15','2018-09-27 09:22:15','',0,'http://www.ontradeprogress.com/?p=2658',0,'post','',0),(2659,1,'2018-09-27 09:14:13','2018-09-27 09:14:13','','beer-barrel-956322_1920','cellar management is the key to a good pint','inherit','closed','closed','','beer-barrel-956322_1920','','','2018-09-27 09:14:40','2018-09-27 09:14:40','',2658,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/beer-barrel-956322_1920.jpg',0,'attachment','image/jpeg',0),(2660,1,'2018-09-27 09:14:56','2018-09-27 09:14:56','','bar-209148_1920','cellar management is the key to a good pint','inherit','closed','closed','','bar-209148_1920','','','2018-09-27 09:15:11','2018-09-27 09:15:11','',2658,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/bar-209148_1920.jpg',0,'attachment','image/jpeg',0),(2661,1,'2018-09-27 09:20:32','2018-09-27 09:20:32','<h1><em>On-Trade Progress </em>interviews <a href=\"https://www.acask.com/\" target=\"_blank\" rel=\"noopener\">A-Cask’s</a> Philip Smith on how to provide the perfect pint.</h1>\r\n&nbsp;\r\n<h4>How important are the cellars to a pub or bar?</h4>\r\n&nbsp;\r\n\r\nVital! The cellar is the engine room of any pub or bar.\r\n\r\n&nbsp;\r\n<h4>What are the key things that operators need to be doing on a daily/weekly basis to ensure that their cellar is in top condition?</h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Clean beer pipes at least once a week</li>\r\n 	<li>Maintain correct temperature 11c/13c all the time</li>\r\n 	<li>Keep the cellar floor clean and clear of spillages</li>\r\n 	<li>Keep the whole cellar tidy and rotate stock efficiently</li>\r\n 	<li>Make sure cask beer containers are sold through in three days</li>\r\n 	<li>Make sure keg beer containers are sold through in five days</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2659\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2659\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/beer-barrel-956322_1920-300x200.jpg\" alt=\"cellar management is the key to a good pint\" width=\"300\" height=\"200\" /> cellar management is the key to a good pint[/caption]\r\n<h4>What should operators look to avoid happening in their cellars? How can they best do so?</h4>\r\n&nbsp;\r\n\r\nMake sure you store any fresh food in the beer cellar and do not allow spilt beer to fester. This could make it go mouldy on the cellar floor – which in turn can infect cask beer and turn it bad. Make sure the cellar is not too hot, as this will mean cask beer will be served warm too and all the beer will keep less well. Also, it should be noted that beer that is too cold will produce a chill haze on beer, especially cask.\r\n\r\n&nbsp;\r\n<h4>How important is good cellar management when it comes to keeping cask ale? What are the key steps to take when it comes to managing ale?</h4>\r\nGood cellar management is extremely important, if cask ale is not properly looked after then it can decimate beer sales and affect the whole of the pub\'s business. The key steps are:\r\n<ul>\r\n 	<li>Training, effort and common sense</li>\r\n 	<li>Keep the cellar clean and at the correct temperature</li>\r\n 	<li>Make sure beer lines are clean</li>\r\n 	<li>Rotate stock</li>\r\n 	<li>Ensure beer is clear and sound before putting on sale</li>\r\n 	<li>Put cellar to bed after each session, so turn off gas and for cask replace hard spiles in open barrels.</li>\r\n 	<li>Or better still - use a Filt-a-Cask available from A-Cask</li>\r\n</ul>\r\n<h4>How should products be stored in a cellar to ensure there are presented to customers in top quality? What steps can be taken to avoid contamination?</h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Cask beer should ideally be stillaged on auto tilts to ensure the best results and minimum wastage</li>\r\n 	<li>Good stock rotation</li>\r\n 	<li>Correct temperature</li>\r\n 	<li>Clean around keystone and shive before tapping and spiling</li>\r\n 	<li>Keep cellar clean and avoid spilt beer going mouldy</li>\r\n 	<li>Make sure cask taps and keg connectors are thoroughly cleaned to avoid contamination</li>\r\n 	<li>Never filter ANY beer back into barrels</li>\r\n</ul>\r\n&nbsp;\r\n<h4>How can operators get staff involved in cellar management, or is it better to have one or two dedicated people to run it?</h4>\r\n&nbsp;\r\n\r\nGood idea to have one or two cellar specialists who can take responsibility and pride in the job. But make sure all staff understand what is required so there is always cover for when specialists are not available. Therefore, training is essential. Consider Cask Marque/Cask Matters courses for specialists and online training for the rest of the staff.\r\n\r\nWant to read more on cellar management? <a href=\"http://www.ontradeprogress.com/2018/07/10/in-the-cellar-2/\">Click here</a>','In the cellar with A-Cask - An On-Trade Progress exclusive interview','','inherit','closed','closed','','2658-revision-v1','','','2018-09-27 09:20:32','2018-09-27 09:20:32','',2658,'http://www.ontradeprogress.com/2018/09/27/2658-revision-v1/',0,'revision','',0),(2662,1,'2018-09-27 09:21:50','2018-09-27 09:21:50','<h1><em>On-Trade Progress </em>interviews <a href=\"https://www.acask.com/\" target=\"_blank\" rel=\"noopener\">A-Cask’s</a> Philip Smith on how to provide the perfect pint.</h1>\r\n&nbsp;\r\n<h4>How important are the cellars to a pub or bar?</h4>\r\n&nbsp;\r\n\r\nVital! The cellar is the engine room of any pub or bar.\r\n\r\n&nbsp;\r\n<h4>What are the key things that operators need to be doing on a daily/weekly basis to ensure that their cellar is in top condition?</h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Clean beer pipes at least once a week</li>\r\n 	<li>Maintain correct temperature 11c/13c all the time</li>\r\n 	<li>Keep the cellar floor clean and clear of spillages</li>\r\n 	<li>Keep the whole cellar tidy and rotate stock efficiently</li>\r\n 	<li>Make sure cask beer containers are sold through in three days</li>\r\n 	<li>Make sure keg beer containers are sold through in five days</li>\r\n</ul>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2659\" align=\"alignright\" width=\"300\"]<a href=\"https://www.acask.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2659 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/beer-barrel-956322_1920-300x200.jpg\" alt=\"Cellar management is the key to a good pint\" width=\"300\" height=\"200\" /></a> Cellar management is the key to a good pint[/caption]\r\n<h4>What should operators look to avoid happening in their cellars? How can they best do so?</h4>\r\n&nbsp;\r\n\r\nMake sure you store any fresh food in the beer cellar and do not allow spilt beer to fester. This could make it go mouldy on the cellar floor – which in turn can infect cask beer and turn it bad. Make sure the cellar is not too hot, as this will mean cask beer will be served warm too and all the beer will keep less well. Also, it should be noted that beer that is too cold will produce a chill haze on beer, especially cask.\r\n\r\n&nbsp;\r\n<h4>How important is good cellar management when it comes to keeping cask ale? What are the key steps to take when it comes to managing ale?</h4>\r\nGood cellar management is extremely important, if cask ale is not properly looked after then it can decimate beer sales and affect the whole of the pub\'s business. The key steps are:\r\n<ul>\r\n 	<li>Training, effort and common sense</li>\r\n 	<li>Keep the cellar clean and at the correct temperature</li>\r\n 	<li>Make sure beer lines are clean</li>\r\n 	<li>Rotate stock</li>\r\n 	<li>Ensure beer is clear and sound before putting on sale</li>\r\n 	<li>Put cellar to bed after each session, so turn off gas and for cask replace hard spiles in open barrels.</li>\r\n 	<li>Or better still - use a Filt-a-Cask available from A-Cask</li>\r\n</ul>\r\n<h4>How should products be stored in a cellar to ensure there are presented to customers in top quality? What steps can be taken to avoid contamination?</h4>\r\n&nbsp;\r\n<ul>\r\n 	<li>Cask beer should ideally be stillaged on auto tilts to ensure the best results and minimum wastage</li>\r\n 	<li>Good stock rotation</li>\r\n 	<li>Correct temperature</li>\r\n 	<li>Clean around keystone and shive before tapping and spiling</li>\r\n 	<li>Keep cellar clean and avoid spilt beer going mouldy</li>\r\n 	<li>Make sure cask taps and keg connectors are thoroughly cleaned to avoid contamination</li>\r\n 	<li>Never filter ANY beer back into barrels</li>\r\n</ul>\r\n&nbsp;\r\n<h4>How can operators get staff involved in cellar management, or is it better to have one or two dedicated people to run it?</h4>\r\n&nbsp;\r\n\r\nGood idea to have one or two cellar specialists who can take responsibility and pride in the job. But make sure all staff understand what is required so there is always cover for when specialists are not available. Therefore, training is essential. Consider Cask Marque/Cask Matters courses for specialists and online training for the rest of the staff.\r\n\r\nWant to read more on cellar management? <a href=\"http://www.ontradeprogress.com/2018/07/10/in-the-cellar-2/\">Click here</a>','In the cellar with A-Cask - An On-Trade Progress exclusive interview','','inherit','closed','closed','','2658-revision-v1','','','2018-09-27 09:21:50','2018-09-27 09:21:50','',2658,'http://www.ontradeprogress.com/2018/09/27/2658-revision-v1/',0,'revision','',0),(2663,1,'2018-09-27 10:01:48','2018-09-27 10:01:48','<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\">Canopies UK</a> discuss how to guarantee al fresco stays on the menu this winter\r\n\r\n<strong> </strong>\r\n\r\nThe nights are slowly starting to draw in and the clocks will change at the end of next month.\r\n\r\n&nbsp;\r\n\r\nThe change in the seasons, particularly the transition from autumn to winter, instantly impacts capacity and profits. Being able to open your gardens and terraces to more drinkers and diners can significantly boost your takings because of the additional space that’s available to you.\r\n\r\nWhen the sun’s shining, most customers want to flock outside and dine al fresco, but as soon as the weather takes a dip or the seasons start to change, outdoor dining becomes a no-go zone.\r\n\r\n&nbsp;\r\n\r\nOr does it?\r\n\r\n&nbsp;\r\n\r\nThere’s no denying the fact that hospitality professionals see the value in using every single square inch of the space that’s available to them. But how do they get around the issue of not being beaten by the weather?\r\n\r\n&nbsp;\r\n\r\nThey install an outdoor canopy.\r\n\r\n&nbsp;\r\n\r\nInstalling an outdoor canopy can help you overcome the age-old quandary of how to maximise your sales, irrespective of what the weather’s doing.\r\n\r\n&nbsp;\r\n\r\nTake our hugely popular Cantabria canopy, for instance. Designed specifically for the hospitality sector, it features a retractable roof that’s operated at the touch of a button. And with an extensive range of glass sides to choose from - from fixed, folding and sliding, to balustrade and internal – the system isn’t just highly functional, but highly attractive.\r\n\r\n&nbsp;\r\n\r\nThe Cantabria doesn’t just add up in the space stakes. It works from a financial perspective too. Install a Cantabria, and you could create up to 184 additional covers and an additional weekly revenue of more than £7,000.\r\n\r\n&nbsp;\r\n\r\nBut don’t just take our word for it. Here are just three of our hospitality customers, who are currently capitalising on their outdoor space all-year round:\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2665\" align=\"alignright\" width=\"300\"]<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2665 size-medium\" title=\"Cantabria\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Yellow-Broom-restaurant-300x225.jpg\" alt=\"Cantabria\" width=\"300\" height=\"225\" /></a> The Yellow Broom Restaurant, Cheshire[/caption]\r\n<h4>The Yellow Broom Restaurant, Cheshire</h4>\r\n&nbsp;\r\n\r\nThe restaurant wanted to make more of its front terrace, so it installed a Cantabria. The venue now has a dedicated reception area that’s used for special events and to provide additional seating when the restaurant gets really packed in the summer.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2666\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2666 size-medium\" title=\"Cantabria\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Garrack-Hotel-Restaurant-300x200.jpg\" alt=\"Cantabria\" width=\"300\" height=\"200\" /></a> The Garrack Hotel &amp; Restaurant, St Ives[/caption]\r\n<h4>The Garrack Hotel &amp; Restaurant, St Ives</h4>\r\n&nbsp;\r\n\r\nThe owner contacted us because the terrace area wasn’t being used enough by guests, which was a real shame as it offers spectacular views over the Atlantic Ocean.\r\n\r\n<strong> </strong>\r\n\r\nAfter installing a Cantabria, The Garrack has turned the terrace into a venue in its own right that’s used to host receptions and wedding parties. It’s also hugely popular within the local community.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2667\" align=\"alignright\" width=\"300\"]<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2667 size-medium\" title=\"Cantabria\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Alecs-Bar-Grill-300x169.jpg\" alt=\"Cantabria\" width=\"300\" height=\"169\" /></a> Alec’s Bar &amp; Grill, Essex[/caption]\r\n<h4>Alec’s Bar &amp; Grill, Essex</h4>\r\n&nbsp;\r\n\r\nThe venue’s always busy, so the owner wanted to create some more space so that he could seat more customers.\r\n\r\n&nbsp;\r\n\r\nThe restaurant had an outdoor balcony, which was used as a smoking area and by guests to get some fresh air. It’s now been transformed into a trendy al fresco dining hot spot with a little help from one of our Cantabria systems.\r\n\r\n&nbsp;\r\n\r\n<strong>Want to follow in the footsteps of The Yellow Broom, The Garrack and Alec’s and capitalise on your outdoor space and increase your profits all-year round? Contact </strong><strong>Canopies UK on</strong> <strong>01254 777 002 or visit </strong><strong><a href=\"http://www.canopiesuk.co.uk\">www.canopiesuk.co.uk</a></strong><strong>.</strong>','Canopies UK discuss how to guarantee al fresco stays on the menu this winter','','publish','closed','open','','cantabria-canopies-uk-al-fresco-winter','','','2018-09-27 10:01:48','2018-09-27 10:01:48','',0,'http://www.ontradeprogress.com/?p=2663',0,'post','',0),(2664,1,'2018-09-27 09:43:02','2018-09-27 09:43:02','','The Cantabria outdoor canopy from Canopies UK','','inherit','closed','closed','','the-cantabria-outdoor-canopy-from-canopies-uk','','','2018-09-27 09:43:02','2018-09-27 09:43:02','',2663,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Cantabria-outdoor-canopy-from-Canopies-UK.jpg',0,'attachment','image/jpeg',0),(2665,1,'2018-09-27 09:44:07','2018-09-27 09:44:07','','The Yellow Broom restaurant','','inherit','closed','closed','','the-yellow-broom-restaurant','','','2018-09-27 09:44:07','2018-09-27 09:44:07','',2663,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Yellow-Broom-restaurant.jpg',0,'attachment','image/jpeg',0),(2666,1,'2018-09-27 09:50:47','2018-09-27 09:50:47','','The Garrack Hotel & Restaurant','','inherit','closed','closed','','the-garrack-hotel-restaurant','','','2018-09-27 09:50:47','2018-09-27 09:50:47','',2663,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Garrack-Hotel-Restaurant.jpg',0,'attachment','image/jpeg',0),(2667,1,'2018-09-27 09:51:47','2018-09-27 09:51:47','','Alec\'s Bar & Grill','','inherit','closed','closed','','alecs-bar-grill','','','2018-09-27 09:51:47','2018-09-27 09:51:47','',2663,'http://www.ontradeprogress.com/wp-content/uploads/2018/09/Alecs-Bar-Grill.jpg',0,'attachment','image/jpeg',0),(2668,1,'2018-09-27 10:00:13','2018-09-27 10:00:13','<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\">Canopies UK</a> discuss how to guarantee al fresco stays on the menu this winter\r\n\r\n<strong> </strong>\r\n\r\nThe nights are slowly starting to draw in and the clocks will change at the end of next month.\r\n\r\n&nbsp;\r\n\r\nThe change in the seasons, particularly the transition from autumn to winter, instantly impacts capacity and profits. Being able to open your gardens and terraces to more drinkers and diners can significantly boost your takings because of the additional space that’s available to you.\r\n\r\nWhen the sun’s shining, most customers want to flock outside and dine al fresco, but as soon as the weather takes a dip or the seasons start to change, outdoor dining becomes a no-go zone.\r\n\r\n&nbsp;\r\n\r\nOr does it?\r\n\r\n&nbsp;\r\n\r\nThere’s no denying the fact that hospitality professionals see the value in using every single square inch of the space that’s available to them. But how do they get around the issue of not being beaten by the weather?\r\n\r\n&nbsp;\r\n\r\nThey install an outdoor canopy.\r\n\r\n&nbsp;\r\n\r\nInstalling an outdoor canopy can help you overcome the age-old quandary of how to maximise your sales, irrespective of what the weather’s doing.\r\n\r\n&nbsp;\r\n\r\nTake our hugely popular Cantabria canopy, for instance. Designed specifically for the hospitality sector, it features a retractable roof that’s operated at the touch of a button. And with an extensive range of glass sides to choose from - from fixed, folding and sliding, to balustrade and internal – the system isn’t just highly functional, but highly attractive.\r\n\r\n&nbsp;\r\n\r\nThe Cantabria doesn’t just add up in the space stakes. It works from a financial perspective too. Install a Cantabria, and you could create up to 184 additional covers and an additional weekly revenue of more than £7,000.\r\n\r\n&nbsp;\r\n\r\nBut don’t just take our word for it. Here are just three of our hospitality customers, who are currently capitalising on their outdoor space all-year round:\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2665\" align=\"alignright\" width=\"300\"]<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2665 size-medium\" title=\"Cantabria\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Yellow-Broom-restaurant-300x225.jpg\" alt=\"Cantabria\" width=\"300\" height=\"225\" /></a> The Yellow Broom Restaurant, Cheshire[/caption]\r\n<h4>The Yellow Broom Restaurant, Cheshire</h4>\r\n&nbsp;\r\n\r\nThe restaurant wanted to make more of its front terrace, so it installed a Cantabria. The venue now has a dedicated reception area that’s used for special events and to provide additional seating when the restaurant gets really packed in the summer.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2666\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2666 size-medium\" title=\"Cantabria\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/The-Garrack-Hotel-Restaurant-300x200.jpg\" alt=\"Cantabria\" width=\"300\" height=\"200\" /></a> The Garrack Hotel &amp; Restaurant, St Ives[/caption]\r\n<h4>The Garrack Hotel &amp; Restaurant, St Ives</h4>\r\n&nbsp;\r\n\r\nThe owner contacted us because the terrace area wasn’t being used enough by guests, which was a real shame as it offers spectacular views over the Atlantic Ocean.\r\n\r\n<strong> </strong>\r\n\r\nAfter installing a Cantabria, The Garrack has turned the terrace into a venue in its own right that’s used to host receptions and wedding parties. It’s also hugely popular within the local community.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2667\" align=\"alignright\" width=\"300\"]<a href=\"https://www.canopiesuk.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2667 size-medium\" title=\"Cantabria\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Alecs-Bar-Grill-300x169.jpg\" alt=\"Cantabria\" width=\"300\" height=\"169\" /></a> Alec’s Bar &amp; Grill, Essex[/caption]\r\n<h4>Alec’s Bar &amp; Grill, Essex</h4>\r\n&nbsp;\r\n\r\nThe venue’s always busy, so the owner wanted to create some more space so that he could seat more customers.\r\n\r\n&nbsp;\r\n\r\nThe restaurant had an outdoor balcony, which was used as a smoking area and by guests to get some fresh air. It’s now been transformed into a trendy al fresco dining hot spot with a little help from one of our Cantabria systems.\r\n\r\n&nbsp;\r\n\r\n<strong>Want to follow in the footsteps of The Yellow Broom, The Garrack and Alec’s and capitalise on your outdoor space and increase your profits all-year round? Contact </strong><strong>Canopies UK on</strong> <strong>01254 777 002 or visit </strong><strong><a href=\"http://www.canopiesuk.co.uk\">www.canopiesuk.co.uk</a></strong><strong>.</strong>','Canopies UK discuss how to guarantee al fresco stays on the menu this winter','','inherit','closed','closed','','2663-revision-v1','','','2018-09-27 10:00:13','2018-09-27 10:00:13','',2663,'http://www.ontradeprogress.com/2018/09/27/2663-revision-v1/',0,'revision','',0),(2671,1,'2018-10-01 08:09:04','2018-10-01 08:09:04','<div>\r\n\r\nInnovative foodservice brand <a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\">Country Range</a> has strengthened its pastry selection with the launch of a Three Cheese and Onion Roll.\r\n\r\nThe latest launch by the brand, which as lead sponsor recently launched the 2018/19 Student Chef Challenge, is available immediately to operators via the Group’s network of independent wholesalers in packs of 60 x 162g approx.\r\n\r\n[caption id=\"attachment_2673\" align=\"alignright\" width=\"200\"]<a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2673 size-medium\" title=\"three cheese\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-200x300.jpg\" alt=\"three cheese\" width=\"200\" height=\"300\" /></a> COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)[/caption]\r\n\r\nBaked from frozen in just 30 minutes for a flaky pastry and gooey cheesy centre, the new launch is suitable for vegetarians and perfect for caterers looking to offer their customers a tasty handheld snack for breakfast, brunch or lunch.\r\n\r\nCountry Range 6” Three Cheese and Onion Roll - <i>Frozen puff pastry filled with a Cheddar cheese, red Leicester cheese and onion mix, topped with an Italian hard cheese and rusk topping.</i>\r\n\r\nMartin Ward, Country Range Group’s Trading Director, commented:\r\n\r\n“We’re always looking to add to our range with quality products which benefit caterers and please their customers. Our latest launch definitely ticks both boxes as well as tasting delicious too. It’s ideal for caterers looking to offer tasty on the go snacks to their customers quickly and as they come frozen they allow them to cut down on waste as well – not that they’ll be any once they have tried them!”\r\n\r\n[caption id=\"attachment_2672\" align=\"alignleft\" width=\"300\"]<a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2672 size-medium\" title=\"three cheese\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-horizontal-300x200.jpg\" alt=\"three cheese\" width=\"300\" height=\"200\" /></a> COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)[/caption]\r\n\r\n<b>About Country Range</b>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price.  In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link\r\nhttps://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk\r\n\r\n</div>\r\n<div></div>','Three Cheese for Country Range’s Latest Roll Out','','publish','closed','open','','three-cheese-country-ranges-latest-roll','','','2018-10-01 08:09:04','2018-10-01 08:09:04','',0,'http://www.ontradeprogress.com/?p=2671',0,'post','',0),(2672,1,'2018-10-01 07:52:35','2018-10-01 07:52:35','','COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)','COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)','inherit','closed','closed','','country-range-group-food-shoot-with-paul-dickson-0708-08-2018','','','2018-10-01 07:52:35','2018-10-01 07:52:35','',2671,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-horizontal.jpg',0,'attachment','image/jpeg',0),(2673,1,'2018-10-01 07:52:47','2018-10-01 07:52:47','','COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)','COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)','inherit','closed','closed','','country-range-group-food-shoot-with-paul-dickson-0708-08-2018-2','','','2018-10-01 07:52:47','2018-10-01 07:52:47','',2671,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS.jpg',0,'attachment','image/jpeg',0),(2674,1,'2018-10-01 08:09:04','2018-10-01 08:09:04','<div>\r\n\r\nInnovative foodservice brand <a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\">Country Range</a> has strengthened its pastry selection with the launch of a Three Cheese and Onion Roll.\r\n\r\nThe latest launch by the brand, which as lead sponsor recently launched the 2018/19 Student Chef Challenge, is available immediately to operators via the Group’s network of independent wholesalers in packs of 60 x 162g approx.\r\n\r\n[caption id=\"attachment_2673\" align=\"alignright\" width=\"200\"]<a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2673 size-medium\" title=\"three cheese\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-200x300.jpg\" alt=\"three cheese\" width=\"200\" height=\"300\" /></a> COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)[/caption]\r\n\r\nBaked from frozen in just 30 minutes for a flaky pastry and gooey cheesy centre, the new launch is suitable for vegetarians and perfect for caterers looking to offer their customers a tasty handheld snack for breakfast, brunch or lunch.\r\n\r\nCountry Range 6” Three Cheese and Onion Roll - <i>Frozen puff pastry filled with a Cheddar cheese, red Leicester cheese and onion mix, topped with an Italian hard cheese and rusk topping.</i>\r\n\r\nMartin Ward, Country Range Group’s Trading Director, commented:\r\n\r\n“We’re always looking to add to our range with quality products which benefit caterers and please their customers. Our latest launch definitely ticks both boxes as well as tasting delicious too. It’s ideal for caterers looking to offer tasty on the go snacks to their customers quickly and as they come frozen they allow them to cut down on waste as well – not that they’ll be any once they have tried them!”\r\n\r\n[caption id=\"attachment_2672\" align=\"alignleft\" width=\"300\"]<a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2672 size-medium\" title=\"three cheese\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-horizontal-300x200.jpg\" alt=\"three cheese\" width=\"300\" height=\"200\" /></a> COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)[/caption]\r\n\r\n<b>About Country Range</b>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price.  In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link\r\nhttps://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk\r\n\r\n</div>\r\n<div></div>','Three Cheese for Country Range’s Latest Roll Out','','inherit','closed','closed','','2671-revision-v1','','','2018-10-01 08:09:04','2018-10-01 08:09:04','',2671,'http://www.ontradeprogress.com/2018/10/01/2671-revision-v1/',0,'revision','',0),(2675,1,'2018-10-01 08:10:03','2018-10-01 08:10:03','<div>\r\n\r\nInnovative foodservice brand <a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\">Country Range</a> has strengthened its pastry selection with the launch of a Three Cheese and Onion Roll.\r\n\r\nThe latest launch by the brand, which as lead sponsor recently launched the 2018/19 Student Chef Challenge, is available immediately to operators via the Group’s network of independent wholesalers in packs of 60 x 162g approx.\r\n\r\n[caption id=\"attachment_2673\" align=\"alignright\" width=\"200\"]<a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2673 size-medium\" title=\"three cheese\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-200x300.jpg\" alt=\"three cheese\" width=\"200\" height=\"300\" /></a> COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)[/caption]\r\n\r\nBaked from frozen in just 30 minutes for a flaky pastry and gooey cheesy centre, the new launch is suitable for vegetarians and perfect for caterers looking to offer their customers a tasty handheld snack for breakfast, brunch or lunch.\r\n\r\nCountry Range 6” Three Cheese and Onion Roll - <i>Frozen puff pastry filled with a Cheddar cheese, red Leicester cheese and onion mix, topped with an Italian hard cheese and rusk topping.</i>\r\n\r\nMartin Ward, Country Range Group’s Trading Director, commented:\r\n\r\n“We’re always looking to add to our range with quality products which benefit caterers and please their customers. Our latest launch definitely ticks both boxes as well as tasting delicious too. It’s ideal for caterers looking to offer tasty on the go snacks to their customers quickly and as they come frozen they allow them to cut down on waste as well – not that they’ll be any once they have tried them!”\r\n\r\n[caption id=\"attachment_2672\" align=\"alignleft\" width=\"300\"]<a href=\"http://www.countryrange.co.uk/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2672 size-medium\" title=\"three cheese\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/THREE-CHEESE-ONION-ROLLS-horizontal-300x200.jpg\" alt=\"three cheese\" width=\"300\" height=\"200\" /></a> COUNTRY RANGE GROUP (FOOD SHOOT WITH PAUL DICKSON 07,08.08.2018)[/caption]\r\n\r\n<b>About Country Range</b>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent wholesalers - Birchall Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona South West, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner &amp; Price.  In addition to offering the leading brands from around the globe, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a title=\"Ctrl+Click to follow link https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkej\" href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk\r\n\r\n</div>\r\n<div></div>','Three Cheese for Country Range’s Latest Roll Out','','inherit','closed','closed','','2671-autosave-v1','','','2018-10-01 08:10:03','2018-10-01 08:10:03','',2671,'http://www.ontradeprogress.com/2018/10/01/2671-autosave-v1/',0,'revision','',0),(2676,1,'2018-10-01 08:34:24','2018-10-01 08:34:24','Award-winning <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> pub the Express Tavern has teamed up with Germany’s number one premium beer <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> to throw its own Oktoberfest celebration.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2678\" align=\"alignright\" width=\"200\"]<a href=\"https://www.oktoberfest.de/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2678 size-medium\" title=\"oktoberfest\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/oktoberfest-200x300.jpg\" alt=\"oktoberfest\" width=\"200\" height=\"300\" /></a> People having fun and dancing on tables at the largest beer festival, Oktoberfest-Germany[/caption]\r\n\r\nThe German-themed event will take place on October 6th from 12-12 at the pub, which is situated on the northern bank of Kew Bridge (56 Kew Bridge Rd, Brentford TW8 0EW).\r\n\r\n&nbsp;\r\n\r\nDuring the course of the day,5 different Krombacher beers will be available for guests to try. A special Krombacher beer tasting will also take place from 1pm-2pm in the beer garden.\r\n\r\n&nbsp;\r\n\r\nA delicious Krombacher Beer-Wurst has been specially created for the day, which will be served alongside the Tavern’s other fabulous fayre.\r\n\r\n&nbsp;\r\n\r\nProduced using Krombacher’s Dark Lager, which gives the bangers a unique taste, the beer-wursts are made by top quality sausage maker Franconian Premium Meats using only Red Tractor-certified British pork.\r\n\r\n&nbsp;\r\n\r\nA pint of Krombacher Pils and a Beer-Wurst will cost £8, with a burger and a pint of Pils costing £10. Guests can upgrade to make it an authentic German 2-pint stein of beer for an extra £4.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2677\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.oktoberfest.de/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2677 size-medium\" title=\"oktoberfest\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-wurst-image-300x225.jpg\" alt=\"oktoberfest\" width=\"300\" height=\"225\" /></a> Freshly grilled bratwurst sausages on a wooden board with fresh German mustard and a pint glass of beer in the foreground[/caption]\r\n\r\nA Krombacher tent will also be pitched in the beer garden where customers will be able to learn more about the Krombacher beers and be in with a chance of winning a host of prices.\r\n\r\n&nbsp;\r\n\r\nThe best Oktoberfest selfie taken on the day will also win a case of Krombacher Lager.\r\n\r\n&nbsp;\r\n\r\nDick Morgan, the landlord at the Express Tavern, said:\r\n\r\n&nbsp;\r\n\r\n“We’ve stocked Krombacher for a few years now and it’s really become a popular choice for our punters so this Oktoberfest we thought it was a no-brainer to throw a party and celebrate ourselves. Our kitchen’s going to be cooking up some fantastic German bangers and complimented alongside a pint or stein of Krombacher Pils it should be a day to remember.”\r\n\r\n&nbsp;\r\n\r\nKrombacher’s Sales &amp; Marketing Director Stephan Kofler said:\r\n\r\n&nbsp;\r\n\r\n“We’re always looking to support our stockists wherever possible and with Oktoberfest celebrations now in full swing, we felt it was the perfect opportunity to work with the fantastic team at the Express Tavern. With Krombacher Pils and beerwursts to be served - giveaways it’s sure to be a fantastic day.”\r\n\r\n&nbsp;\r\n\r\n<b>About The Express Tavern</b>\r\n\r\nSituated on the northern bank of Kew Bridge, the Express Tavern is a <a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> award winning pub which offers an excellent array of draught and bottled beer, fine wine, spirits and freshly prepared food.\r\n\r\n&nbsp;\r\n\r\nFor further information:\r\n\r\n<u><a title=\"Protected by Outlook: http://www.expresstavern.co.uk/. Click or tap to follow the link.\" href=\"https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.expresstavern.co.uk%2F&amp;data=02%7C01%7C%7Cf2455725291c4e46f34d08d622f626ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636734837946096932&amp;sdata=IcTPW3sKp8iTJ5FTBfHVFy0xL2O%2FOp03IsSVKjtYLu4%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.expresstavern.co.uk</a></u>\r\n\r\n<u><a href=\"mailto:info@expresstavern.co.uk\" target=\"_blank\" rel=\"noopener\">info@expresstavern.co.uk</a></u>\r\n\r\nTwitter - @expresstavern\r\n\r\nFacebook - /expresstavern\r\n\r\n&nbsp;\r\n\r\nFor further information on Krombacher:\r\n\r\n<u><a href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a></u>\r\n<u><a title=\"Protected by Outlook: https://www.krombacher.co.uk/. Click or tap to follow the link.\" href=\"https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.krombacher.co.uk%2F&amp;data=02%7C01%7C%7Cf2455725291c4e46f34d08d622f626ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636734837946096932&amp;sdata=xTqEzHDjXfPLAs8PZoTQwYLcoklhB4tfwyHS0Pvb0t0%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a></u>\r\n\r\nTwitter - @krombacherUK\r\nFacebook, Instagram - /KrombacherUK','Oktoberfest Coming to Kew Bridge’s Express Tavern','','publish','closed','open','','oktoberfest-coming-kew-bridge','','\nhttp://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/','2018-10-01 10:55:45','2018-10-01 10:55:45','',0,'http://www.ontradeprogress.com/?p=2676',0,'post','',0),(2677,1,'2018-10-01 08:29:38','2018-10-01 08:29:38','','Grilled bratwurst sausages with fresh mustard and beer','Freshly grilled bratwurst sausages on a wooden board with fresh german mustard and a pint glass of beer in the foreground','inherit','closed','closed','','grilled-bratwurst-sausages-with-fresh-mustard-and-beer','','','2018-10-01 08:29:38','2018-10-01 08:29:38','',2676,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-wurst-image.jpg',0,'attachment','image/jpeg',0),(2678,1,'2018-10-01 08:29:46','2018-10-01 08:29:46','','Oktoberfest party-Germany','People having fun and dancing on tables at the largest beer festival , Oktoberfest-Germany','inherit','closed','closed','','oktoberfest-party-germany','','','2018-10-01 08:29:46','2018-10-01 08:29:46','',2676,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/oktoberfest.jpg',0,'attachment','image/jpeg',0),(2679,1,'2018-10-01 08:33:58','2018-10-01 08:33:58','Award-winning <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> pub the Express Tavern has teamed up with Germany’s number one premium beer <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> to throw its own Oktoberfest celebration.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2678\" align=\"alignright\" width=\"200\"]<a href=\"https://www.oktoberfest.de/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2678 size-medium\" title=\"oktoberfest\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/oktoberfest-200x300.jpg\" alt=\"oktoberfest\" width=\"200\" height=\"300\" /></a> People having fun and dancing on tables at the largest beer festival, Oktoberfest-Germany[/caption]\r\n\r\nThe German-themed event will take place on October 6th from 12-12 at the pub, which is situated on the northern bank of Kew Bridge (56 Kew Bridge Rd, Brentford TW8 0EW).\r\n\r\n&nbsp;\r\n\r\nDuring the course of the day,5 different Krombacher beers will be available for guests to try. A special Krombacher beer tasting will also take place from 1pm-2pm in the beer garden.\r\n\r\n&nbsp;\r\n\r\nA delicious Krombacher Beer-Wurst has been specially created for the day, which will be served alongside the Tavern’s other fabulous fayre.\r\n\r\n&nbsp;\r\n\r\nProduced using Krombacher’s Dark Lager, which gives the bangers a unique taste, the beer-wursts are made by top quality sausage maker Franconian Premium Meats using only Red Tractor-certified British pork.\r\n\r\n&nbsp;\r\n\r\nA pint of Krombacher Pils and a Beer-Wurst will cost £8, with a burger and a pint of Pils costing £10. Guests can upgrade to make it an authentic German 2-pint stein of beer for an extra £4.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2677\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.oktoberfest.de/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2677 size-medium\" title=\"oktoberfest\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-wurst-image-300x225.jpg\" alt=\"oktoberfest\" width=\"300\" height=\"225\" /></a> Freshly grilled bratwurst sausages on a wooden board with fresh German mustard and a pint glass of beer in the foreground[/caption]\r\n\r\nA Krombacher tent will also be pitched in the beer garden where customers will be able to learn more about the Krombacher beers and be in with a chance of winning a host of prices.\r\n\r\n&nbsp;\r\n\r\nThe best Oktoberfest selfie taken on the day will also win a case of Krombacher Lager.\r\n\r\n&nbsp;\r\n\r\nDick Morgan, the landlord at the Express Tavern, said:\r\n\r\n&nbsp;\r\n\r\n“We’ve stocked Krombacher for a few years now and it’s really become a popular choice for our punters so this Oktoberfest we thought it was a no-brainer to throw a party and celebrate ourselves. Our kitchen’s going to be cooking up some fantastic German bangers and complimented alongside a pint or stein of Krombacher Pils it should be a day to remember.”\r\n\r\n&nbsp;\r\n\r\nKrombacher’s Sales &amp; Marketing Director Stephan Kofler said:\r\n\r\n&nbsp;\r\n\r\n“We’re always looking to support our stockists wherever possible and with Oktoberfest celebrations now in full swing, we felt it was the perfect opportunity to work with the fantastic team at the Express Tavern. With Krombacher Pils and beerwursts to be served - giveaways it’s sure to be a fantastic day.”\r\n\r\n&nbsp;\r\n\r\n<b>About The Express Tavern</b>\r\n\r\nSituated on the northern bank of Kew Bridge, the Express Tavern is a <a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> award winning pub which offers an excellent array of draught and bottled beer, fine wine, spirits and freshly prepared food.\r\n\r\n&nbsp;\r\n\r\nFor further information:\r\n\r\n<u><a title=\"Protected by Outlook: http://www.expresstavern.co.uk/. Click or tap to follow the link.\" href=\"https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.expresstavern.co.uk%2F&amp;data=02%7C01%7C%7Cf2455725291c4e46f34d08d622f626ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636734837946096932&amp;sdata=IcTPW3sKp8iTJ5FTBfHVFy0xL2O%2FOp03IsSVKjtYLu4%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.expresstavern.co.uk</a></u>\r\n\r\n<u><a href=\"mailto:info@expresstavern.co.uk\" target=\"_blank\" rel=\"noopener\">info@expresstavern.co.uk</a></u>\r\n\r\nTwitter - @expresstavern\r\n\r\nFacebook - /expresstavern\r\n\r\n&nbsp;\r\n\r\nFor further information on Krombacher:\r\n\r\n<u><a href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a></u>\r\n<u><a title=\"Protected by Outlook: https://www.krombacher.co.uk/. Click or tap to follow the link.\" href=\"https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.krombacher.co.uk%2F&amp;data=02%7C01%7C%7Cf2455725291c4e46f34d08d622f626ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636734837946096932&amp;sdata=xTqEzHDjXfPLAs8PZoTQwYLcoklhB4tfwyHS0Pvb0t0%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a></u>\r\n\r\nTwitter - @krombacherUK\r\nFacebook, Instagram - /KrombacherUK','Oktoberfest Coming to Kew Bridge’s Express Tavern','','inherit','closed','closed','','2676-revision-v1','','','2018-10-01 08:33:58','2018-10-01 08:33:58','',2676,'http://www.ontradeprogress.com/2018/10/01/2676-revision-v1/',0,'revision','',0),(2680,1,'2018-10-01 09:41:02','2018-10-01 09:41:02','<h2>Dyson discusses how its airblade technology can be of service to the hospitality industry.</h2>\r\n&nbsp;\r\n\r\n<a href=\"https://www.dyson.co.uk/hand-dryers.html\" target=\"_blank\" rel=\"noopener\">Dyson</a> engineers work tirelessly to invent new and better technology and solve the problems that other people ignore. They transform every category they enter with radical and iconic reinventions that work, perform and look very different.\r\n\r\n&nbsp;\r\n\r\nWhether it’s a high-end resort or a boutique restaurant, technology can help or hinder the experiences of customers and employees. When it doesn’t work properly, it can have a negative effect on performance, happiness and wellbeing. Our technology is engineered to enhance every space, helping to create comfortable, personalised, and hygienic environments for everyone.\r\n\r\n<strong> </strong>\r\n<h4>Hand dryers that enhance the washroom experience</h4>\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2681\" align=\"alignright\" width=\"225\"]<a href=\"https://www.dyson.co.uk/hand-dryers.html\"><img class=\"wp-image-2681 size-medium\" title=\"dyson airblade\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dyson_Airblade_Transparent_BG-225x300.png\" alt=\"dyson airblade\" width=\"225\" height=\"300\" /></a> Dyson discusses how its airblade technology can be of service to the hospitality industry[/caption]\r\n\r\nIn 1907, paper towels were introduced to washrooms. The electric hand dryer made its first appearance in 1948. But both can be expensive, unhygienic and harmful to the environment. In 2006 Dyson engineers put a century of poor performing hand drying methods to rest, with the invention of Airblade™ technology.\r\n\r\n&nbsp;\r\n\r\nBut even with an efficient hand dryer, water dripping on the washroom floor can be a concern – as users transition from the sink to the hand drying area.\r\n\r\n&nbsp;\r\n\r\nThe solution is the new <a href=\"https://www.dyson.co.uk/for-business/dyson-business/hand-dryers-for-business.html\">Dyson Airblade Wash+Dry hand dryer</a>. It combines in a single touchless unit a tap, and a hand dryer that dries hands in 14 seconds with HEPA-filtered air. The multi-function design helps to save space in the washroom and reduces the problem of water dripping on the floor as users move from a handwashing area to a separate hand drying station.\r\n\r\n&nbsp;\r\n\r\nThe Dyson Airblade Wash+Dry hand dryer costs £34 a year to run. Dyson Airblade™ hand dryers cost up to 78% less to run than other hand dryers, and up to 98% less than paper towels <a href=\"#_edn1\" name=\"_ednref1\">[i</a>i]. And just 3.6g of CO2 is emitted per dry, with Dyson Airblade™ hand dryers producing up to 79% less CO2 than paper towels and some other hand dryers. <a href=\"#_edn2\" name=\"_ednref2\">[iii]</a>\r\n\r\n&nbsp;\r\n\r\nFind out more by contacting 0800 345 77 88 or visit our website <a href=\"http://www.dyson.co.uk/for-business\">www.dyson.co.uk/for-business</a>.\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\">[ii]</a> Pricing based on 2017 global cost averages. For calculations visit <a href=\"http://www.dyson.co.uk/calcs\" target=\"_blank\" rel=\"noopener\">www.dyson.co.uk/calcs</a>\r\n\r\n<a href=\"#_ednref2\" name=\"_edn2\">[iii]</a> The <a href=\"http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/\" target=\"_blank\" rel=\"noopener\">environmental impact</a> of electrical appliances and paper towels was measured by Carbon Trust. The calculations were produced using the software Footprint Expert Pro, based on product use over 5 years and using weighted averages of individual countries of use. Dry times for product were evaluated using DTM 769.','Dyson technology for Business','','publish','closed','open','','dyson-airblade-technology-business','','\nhttp://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/','2018-10-01 10:54:28','2018-10-01 10:54:28','',0,'http://www.ontradeprogress.com/?p=2680',0,'post','',0),(2681,1,'2018-10-01 09:26:56','2018-10-01 09:26:56','','Dyson_Airblade_Transparent_BG','','inherit','closed','closed','','dyson_airblade_transparent_bg','','','2018-10-01 09:26:56','2018-10-01 09:26:56','',2680,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dyson_Airblade_Transparent_BG.png',0,'attachment','image/png',0),(2682,1,'2018-10-01 09:30:59','2018-10-01 09:30:59','<h2>Dyson discusses how its airblade technology can be of service to the hospitality industry.</h2>\r\n&nbsp;\r\n\r\nDyson engineers work tirelessly to invent new and better technology and solve the problems that other people ignore. They transform every category they enter with radical and iconic reinventions that work, perform and look very different.\r\n\r\n&nbsp;\r\n\r\nWhether it’s a high-end resort or a boutique restaurant, technology can help or hinder the experiences of customers and employees. When it doesn’t work properly, it can have a negative effect on performance, happiness and wellbeing. Our technology is engineered to enhance every space, helping to create comfortable, personalised, and hygienic environments for everyone.\r\n\r\n<strong> </strong>\r\n<h4>Hand dryers that enhance the washroom experience</h4>\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2681\" align=\"alignright\" width=\"225\"]<a href=\"https://www.dyson.co.uk/hand-dryers.html\"><img class=\"wp-image-2681 size-medium\" title=\"dyson airblade\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dyson_Airblade_Transparent_BG-225x300.png\" alt=\"dyson airblade\" width=\"225\" height=\"300\" /></a> Dyson discusses how its airblade technology can be of service to the hospitality industry[/caption]\r\n\r\nIn 1907, paper towels were introduced to washrooms. The electric hand dryer made its first appearance in 1948. But both can be expensive, unhygienic and harmful to the environment. In 2006 Dyson engineers put a century of poor performing hand drying methods to rest, with the invention of Airblade™ technology.\r\n\r\n&nbsp;\r\n\r\nBut even with an efficient hand dryer, water dripping on the washroom floor can be a concern – as users transition from the sink to the hand drying area.\r\n\r\n&nbsp;\r\n\r\nThe solution is the new <a href=\"https://www.dyson.co.uk/for-business/dyson-business/hand-dryers-for-business.html\">Dyson Airblade Wash+Dry hand dryer</a>. It combines in a single touchless unit a tap, and a hand dryer that dries hands in 14 seconds with HEPA-filtered air. The multi-function design helps to save space in the washroom and reduces the problem of water dripping on the floor as users move from a handwashing area to a separate hand drying station.\r\n\r\n&nbsp;\r\n\r\nThe Dyson Airblade Wash+Dry hand dryer costs £34 a year to run. Dyson Airblade™ hand dryers cost up to 78% less to run than other hand dryers, and up to 98% less than paper towels <a href=\"#_edn1\" name=\"_ednref1\">[i</a>i]. And just 3.6g of CO2 is emitted per dry, with Dyson Airblade™ hand dryers producing up to 79% less CO2 than paper towels and some other hand dryers. <a href=\"#_edn2\" name=\"_ednref2\">[iii]</a>\r\n\r\n&nbsp;\r\n\r\nFind out more by contacting 0800 345 77 88 or visit our website <a href=\"http://www.dyson.co.uk/for-business\">www.dyson.co.uk/for-business</a>.\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\">[ii]</a> Pricing based on 2017 global cost averages. For calculations visit <a href=\"http://www.dyson.co.uk/calcs\" target=\"_blank\" rel=\"noopener\">www.dyson.co.uk/calcs</a>\r\n\r\n<a href=\"#_ednref2\" name=\"_edn2\">[iii]</a> The <a href=\"http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/\" target=\"_blank\" rel=\"noopener\">environmental impact</a> of electrical appliances and paper towels was measured by Carbon Trust. The calculations were produced using the software Footprint Expert Pro, based on product use over 5 years and using weighted averages of individual countries of use. Dry times for product were evaluated using DTM 769.','Dyson technology for Business','','inherit','closed','closed','','2680-revision-v1','','','2018-10-01 09:30:59','2018-10-01 09:30:59','',2680,'http://www.ontradeprogress.com/2018/10/01/2680-revision-v1/',0,'revision','',0),(2683,1,'2018-10-01 09:35:11','2018-10-01 09:35:11','','220px-Dyson_logo.svg','','inherit','closed','closed','','220px-dyson_logo-svg','','','2018-10-01 09:36:50','2018-10-01 09:36:50','',2680,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-Dyson_logo.svg_.png',0,'attachment','image/png',0),(2684,1,'2018-10-01 09:37:02','2018-10-01 09:37:02','','220px-Dyson_logo.svg','','inherit','closed','closed','','220px-dyson_logo-svg-2','','','2018-10-01 09:37:02','2018-10-01 09:37:02','',2680,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-Dyson_logo.svg_-1.png',0,'attachment','image/png',0),(2685,1,'2018-10-01 09:40:15','2018-10-01 09:40:15','','220px-Dyson_logo.svg','','inherit','closed','closed','','220px-dyson_logo-svg-3','','','2018-10-01 09:40:15','2018-10-01 09:40:15','',2680,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-Dyson_logo.svg_-2.png',0,'attachment','image/png',0),(2686,1,'2018-10-01 09:57:14','2018-10-01 09:57:14','<h2>Dyson discusses how its airblade technology can be of service to the hospitality industry.</h2>\r\n&nbsp;\r\n\r\n<a href=\"https://www.dyson.co.uk/hand-dryers.html\" target=\"_blank\" rel=\"noopener\">Dyson</a> engineers work tirelessly to invent new and better technology and solve the problems that other people ignore. They transform every category they enter with radical and iconic reinventions that work, perform and look very different.\r\n\r\n&nbsp;\r\n\r\nWhether it’s a high-end resort or a boutique restaurant, technology can help or hinder the experiences of customers and employees. When it doesn’t work properly, it can have a negative effect on performance, happiness and wellbeing. Our technology is engineered to enhance every space, helping to create comfortable, personalised, and hygienic environments for everyone.\r\n\r\n<strong> </strong>\r\n<h4>Hand dryers that enhance the washroom experience</h4>\r\n<strong> </strong>\r\n\r\n[caption id=\"attachment_2681\" align=\"alignright\" width=\"225\"]<a href=\"https://www.dyson.co.uk/hand-dryers.html\"><img class=\"wp-image-2681 size-medium\" title=\"dyson airblade\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dyson_Airblade_Transparent_BG-225x300.png\" alt=\"dyson airblade\" width=\"225\" height=\"300\" /></a> Dyson discusses how its airblade technology can be of service to the hospitality industry[/caption]\r\n\r\nIn 1907, paper towels were introduced to washrooms. The electric hand dryer made its first appearance in 1948. But both can be expensive, unhygienic and harmful to the environment. In 2006 Dyson engineers put a century of poor performing hand drying methods to rest, with the invention of Airblade™ technology.\r\n\r\n&nbsp;\r\n\r\nBut even with an efficient hand dryer, water dripping on the washroom floor can be a concern – as users transition from the sink to the hand drying area.\r\n\r\n&nbsp;\r\n\r\nThe solution is the new <a href=\"https://www.dyson.co.uk/for-business/dyson-business/hand-dryers-for-business.html\">Dyson Airblade Wash+Dry hand dryer</a>. It combines in a single touchless unit a tap, and a hand dryer that dries hands in 14 seconds with HEPA-filtered air. The multi-function design helps to save space in the washroom and reduces the problem of water dripping on the floor as users move from a handwashing area to a separate hand drying station.\r\n\r\n&nbsp;\r\n\r\nThe Dyson Airblade Wash+Dry hand dryer costs £34 a year to run. Dyson Airblade™ hand dryers cost up to 78% less to run than other hand dryers, and up to 98% less than paper towels <a href=\"#_edn1\" name=\"_ednref1\">[i</a>i]. And just 3.6g of CO2 is emitted per dry, with Dyson Airblade™ hand dryers producing up to 79% less CO2 than paper towels and some other hand dryers. <a href=\"#_edn2\" name=\"_ednref2\">[iii]</a>\r\n\r\n&nbsp;\r\n\r\nFind out more by contacting 0800 345 77 88 or visit our website <a href=\"http://www.dyson.co.uk/for-business\">www.dyson.co.uk/for-business</a>.\r\n\r\n<a href=\"#_ednref1\" name=\"_edn1\">[ii]</a> Pricing based on 2017 global cost averages. For calculations visit <a href=\"http://www.dyson.co.uk/calcs\" target=\"_blank\" rel=\"noopener\">www.dyson.co.uk/calcs</a>\r\n\r\n<a href=\"#_ednref2\" name=\"_edn2\">[iii]</a> The <a href=\"http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/\" target=\"_blank\" rel=\"noopener\">environmental impact</a> of electrical appliances and paper towels was measured by Carbon Trust. The calculations were produced using the software Footprint Expert Pro, based on product use over 5 years and using weighted averages of individual countries of use. Dry times for product were evaluated using DTM 769.','Dyson technology for Business','','inherit','closed','closed','','2680-revision-v1','','','2018-10-01 09:57:14','2018-10-01 09:57:14','',2680,'http://www.ontradeprogress.com/2018/10/01/2680-revision-v1/',0,'revision','',0),(2687,1,'2018-10-02 08:02:08','2018-10-02 08:02:08','<a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that any new statutory legislation regarding tipping is an unnecessary burden. The trade body has also highlighted voluntary measures already undertaken by <a href=\"http://www.ontradeprogress.com/2018/09/13/restaurant-closures-quadruple-decade/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> and the wider sector to ensure fair practice.\r\n\r\nUKHospitality has provided its members with a code of practice, approved by Unite, which promotes the fair distribution of tips among staff.\r\n\r\n[caption id=\"attachment_2689\" align=\"alignright\" width=\"220\"]<img class=\"wp-image-2689 size-full\" title=\"UKhospitality tipping legislation\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg\" alt=\"UKhospitality tipping legislation\" width=\"220\" height=\"144\" /> UKhospitality warns about the new tipping legislation[/caption]\r\n\r\nUKHospitality Chief Executive <a href=\"https://twitter.com/ukhospkate?lang=en\" target=\"_blank\" rel=\"noopener\">Kate Nicholls</a> said: “The hospitality sector took immediate voluntary action to improve transparency and address concerns around the treatment of tips when the issue was first raised. UKHospitality and Unite have developed an industry Code of Practice which deals with the fair distribution of tips among all staff, not just waiters. As a result, best practice has been widely promoted across the sector.\r\n\r\n“Some smaller businesses may retain a small proportion of tips to cover the costs of credit card charges and processing payments - but this is a small amount and the practice has been approved by Unite. At a time when costs are mounting for operators in the sector, the Government must be careful about introducing additional legislation. There is no evidence that further legislation, which may have unforeseen consequences for staff, is necessary at this time.”\r\n\r\nClick <a href=\"http://www.ontradeprogress.com/2018/09/10/jackie-marlow-unveiled-as-new-ukhospitality-chief-operating-officer/\" target=\"_blank\" rel=\"noopener\">here</a> to read more from UKHospitality.\r\n\r\n&nbsp;','New tipping legislation an unnecessary burden, warns UKHospitality','','publish','closed','open','','new-tipping-legislation-unnecessary-ukhospitality','','\nhttp://www.ontradeprogress.com/2018/09/13/restaurant-closures-quadruple-decade/','2018-10-16 14:44:25','2018-10-16 14:44:25','',0,'http://www.ontradeprogress.com/?p=2687',0,'post','',0),(2688,1,'2018-10-01 10:08:38','2018-10-01 10:08:38','','Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1','Nenne den Autor!','inherit','closed','closed','','karrenseilbahn_bergstation-restaurant_dornbirn_1','','','2018-10-01 10:08:38','2018-10-01 10:08:38','',2687,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Karrenseilbahn_Bergstation-Restaurant_Dornbirn_1.jpeg',0,'attachment','image/jpeg',0),(2689,1,'2018-10-01 10:11:23','2018-10-01 10:11:23','UKhospitality warns about the new tipping legislation','220px-The_Cutty_Restaurant_-_geograph.org.uk_-_448472','UKhospitality warns about the new tipping legislation','inherit','closed','closed','','220px-the_cutty_restaurant_-_geograph-org-uk_-_448472','','','2018-10-01 10:16:49','2018-10-01 10:16:49','',2687,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg',0,'attachment','image/jpeg',0),(2690,1,'2018-10-01 10:22:40','2018-10-01 10:22:40','<a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that any new statutory legislation regarding tipping is an unnecessary burden. The trade body has also highlighted voluntary measures already undertaken by <a href=\"http://www.ontradeprogress.com/2018/09/13/restaurant-closures-quadruple-decade/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> and the wider sector to ensure fair practice.\r\n\r\nUKHospitality has provided its members with a code of practice, approved by Unite, which promotes the fair distribution of tips among staff.\r\n\r\n[caption id=\"attachment_2689\" align=\"alignright\" width=\"220\"]<img class=\"wp-image-2689 size-full\" title=\"UKhospitality tipping legislation\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg\" alt=\"UKhospitality tipping legislation\" width=\"220\" height=\"144\" /> UKhospitality warns about the new tipping legislation[/caption]\r\n\r\nUKHospitality Chief Executive <a href=\"https://twitter.com/ukhospkate?lang=en\" target=\"_blank\" rel=\"noopener\">Kate Nicholls</a> said: “The hospitality sector took immediate voluntary action to improve transparency and address concerns around the treatment of tips when the issue was first raised. UKHospitality and Unite have developed an industry Code of Practice which deals with the fair distribution of tips among all staff, not just waiters. As a result, best practice has been widely promoted across the sector.\r\n\r\n“Some smaller businesses may retain a small proportion of tips to cover the costs of credit card charges and processing payments - but this is a small amount and the practice has been approved by Unite. At a time when costs are mounting for operators in the sector, the Government must be careful about introducing additional legislation. There is no evidence that further legislation, which may have unforeseen consequences for staff, is necessary at this time.”','New tipping legislation an unnecessary burden, warns UKHospitality','','inherit','closed','closed','','2687-revision-v1','','','2018-10-01 10:22:40','2018-10-01 10:22:40','',2687,'http://www.ontradeprogress.com/2018/10/01/2687-revision-v1/',0,'revision','',0),(2691,1,'2018-10-01 10:46:53','2018-10-01 10:46:53','Award-winning <a href=\"http://www.camra.org.uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> pub the Express Tavern has teamed up with Germany’s number one premium beer <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> to throw its own Oktoberfest celebration.\n\n&nbsp;\n\n[caption id=\"attachment_2678\" align=\"alignright\" width=\"200\"]<a href=\"https://www.oktoberfest.de/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2678 size-medium\" title=\"oktoberfest\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/oktoberfest-200x300.jpg\" alt=\"oktoberfest\" width=\"200\" height=\"300\" /></a> People having fun and dancing on tables at the largest beer festival, Oktoberfest-Germany[/caption]\n\nThe German-themed event will take place on October 6th from 12-12 at the pub, which is situated on the northern bank of Kew Bridge (56 Kew Bridge Rd, Brentford TW8 0EW).\n\n&nbsp;\n\nDuring the course of the day, 5 different Krombacher beers will be available for guests to try. A special Krombacher beer tasting will also take place from 1pm-2pm in the beer garden.\n\n&nbsp;\n\nA delicious Krombacher Beer-Wurst has been specially created for the day, which will be served alongside the Tavern’s other fabulous fayre.\n\n&nbsp;\n\nProduced using Krombacher’s Dark Lager, which gives the bangers a unique taste, the beer-wursts are made by top quality sausage maker Franconian Premium Meats using only Red Tractor-certified British pork.\n\n&nbsp;\n\nA pint of Krombacher Pils and a Beer-Wurst will cost £8, with a burger and a pint of Pils costing £10. Guests can upgrade to make it an authentic German 2-pint stein of beer for an extra £4.\n\n&nbsp;\n\n[caption id=\"attachment_2677\" align=\"alignleft\" width=\"300\"]<a href=\"https://www.oktoberfest.de/en/\" target=\"_blank\" rel=\"noopener\"><img class=\"wp-image-2677 size-medium\" title=\"oktoberfest\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-wurst-image-300x225.jpg\" alt=\"oktoberfest\" width=\"300\" height=\"225\" /></a> Freshly grilled bratwurst sausages on a wooden board with fresh German mustard and a pint glass of beer in the foreground[/caption]\n\nA Krombacher tent will also be pitched in the beer garden where customers will be able to learn more about the Krombacher beers and be in with a chance of winning a host of prices.\n\n&nbsp;\n\nThe best Oktoberfest selfie taken on the day will also win a case of Krombacher Lager.\n\n&nbsp;\n\nDick Morgan, the landlord at the Express Tavern, said:\n\n&nbsp;\n\n“We’ve stocked Krombacher for a few years now and it’s really become a popular choice for our punters so this Oktoberfest we thought it was a no-brainer to throw a party and celebrate ourselves. Our kitchen’s going to be cooking up some fantastic German bangers and complimented alongside a pint or stein of Krombacher Pils it should be a day to remember.”\n\n&nbsp;\n\nKrombacher’s Sales &amp; Marketing Director Stephan Kofler said:\n\n&nbsp;\n\n“We’re always looking to support our stockists wherever possible and with Oktoberfest celebrations now in full swing, we felt it was the perfect opportunity to work with the fantastic team at the Express Tavern. With Krombacher Pils and beerwursts to be served - giveaways it’s sure to be a fantastic day.”\n\n&nbsp;\n\n<b>About The Express Tavern</b>\n\nSituated on the northern bank of Kew Bridge, the Express Tavern is a <a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\" target=\"_blank\" rel=\"noopener\">CAMRA</a> award winning pub which offers an excellent array of draught and bottled beer, fine wine, spirits and freshly prepared food.\n\n&nbsp;\n\nFor further information:\n\n<u><a title=\"Protected by Outlook: http://www.expresstavern.co.uk/. Click or tap to follow the link.\" href=\"https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.expresstavern.co.uk%2F&amp;data=02%7C01%7C%7Cf2455725291c4e46f34d08d622f626ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636734837946096932&amp;sdata=IcTPW3sKp8iTJ5FTBfHVFy0xL2O%2FOp03IsSVKjtYLu4%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.expresstavern.co.uk</a></u>\n\n<u><a href=\"mailto:info@expresstavern.co.uk\" target=\"_blank\" rel=\"noopener\">info@expresstavern.co.uk</a></u>\n\nTwitter - @expresstavern\n\nFacebook - /expresstavern\n\n&nbsp;\n\nFor further information on Krombacher:\n\n<u><a href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a></u>\n<u><a title=\"Protected by Outlook: https://www.krombacher.co.uk/. Click or tap to follow the link.\" href=\"https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.krombacher.co.uk%2F&amp;data=02%7C01%7C%7Cf2455725291c4e46f34d08d622f626ee%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636734837946096932&amp;sdata=xTqEzHDjXfPLAs8PZoTQwYLcoklhB4tfwyHS0Pvb0t0%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a></u>\n\nTwitter - @krombacherUK\nFacebook, Instagram - /KrombacherUK','Oktoberfest Coming to Kew Bridge’s Express Tavern','','inherit','closed','closed','','2676-autosave-v1','','','2018-10-01 10:46:53','2018-10-01 10:46:53','',2676,'http://www.ontradeprogress.com/2018/10/01/2676-autosave-v1/',0,'revision','',0),(2693,1,'2018-10-01 10:54:00','2018-10-01 10:54:00','','OTP_Dyson-banner 600x460','','inherit','closed','closed','','otp_dyson-banner-600x460','','','2018-10-01 10:54:18','2018-10-01 10:54:18','',2680,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/OTP_Dyson-banner-600x460.jpg',0,'attachment','image/jpeg',0),(2695,1,'2018-10-01 14:52:36','2018-10-01 14:52:36','<strong>The 2018 search for foodservice’s most innovative food and drink products culminated in a glittering ceremony last week, as the highly prestigious UK Foodservice Quality Food Awards celebrated the very best of the industry. </strong>\r\n\r\nHeld at London’s Grosvenor House Hotel, the event welcomed hundreds of the foodservice industry’s key players – from nationwide wholesalers to ground-breaking independents – all keen to see whose products had been judged good enough to receive a highly coveted Quality mark.\r\n\r\nFrom vegan alternatives and punchy new flavour combinations to simple but effective meal solutions and innovative on-the-go options, 2018’s stable of winners had it all.  To make it through to the final shortlist, each product was put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. In all, 32 gongs were awarded on the night. Four further Gold Awards – given for best outright Free-From product, best Meat product, Small Producer of the Year and Foodservice Operator of the Year – were also handed out to rapturous applause from the room.\r\n\r\n[caption id=\"attachment_2698\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2698\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/The-2018-QFA-Winners-300x200.jpg\" alt=\"foodservice\" width=\"300\" height=\"200\" /> The 2018 QFA Winners[/caption]\r\n\r\n<u>The winners in full:</u>\r\n<ul>\r\n 	<li><strong>La Boulangerie 20</strong> – Bakery – Bread</li>\r\n 	<li><strong>La Boulangerie Big Lemon &amp; Elderflower Cake</strong> – Bakery – Cakes &amp; Pastries</li>\r\n 	<li><strong>Savse - Super Green Smoothie</strong> – Cold Beverages</li>\r\n 	<li><strong>Country Range Jamaican Jerk Seasoning</strong> – Cooking Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Tuxford &amp; Tebbutt Blue Stilton </strong>– Dairy Products</li>\r\n 	<li><strong>Brakes Smoked Houmous with Harissa</strong> – Delicatessen</li>\r\n 	<li><strong>Brakes Hazelnut Tart</strong> – Desserts &amp; Puddings</li>\r\n 	<li><strong>Chef\'s Larder Premium Luxury Seafood Cocktail</strong> – Fish &amp; Shellfish</li>\r\n 	<li><strong>Chef\'s Larder Premium Beer Battered Onion Rings</strong> – Frozen Food – Savoury</li>\r\n 	<li><strong>The Great British Ice Cream Company Blood Orange Sorbet</strong> – Frozen Food – Sweet</li>\r\n 	<li><strong>Simply Lunch, Asian Slaw Salad</strong> – Grab &amp; Go</li>\r\n 	<li><strong>threesixty° Elevation Coffee Blend</strong> – Hot Beverages</li>\r\n 	<li><strong>Essentially Catering Tuna in Sunflower Oil </strong>– Meal Components</li>\r\n 	<li><strong>Brakes Cauliflower, Kale &amp; Ford Farm Oak Smoked Cheddar Burger</strong>– Meat-Free Alternatives</li>\r\n 	<li><strong>Brakes Mexican Style Quinoa and Turtle Bean Salad</strong> – Pulses, Rice &amp; Grains</li>\r\n 	<li><strong>Chef\'s Larder Cooked Smoked Streaky Sandwich Bacon</strong> – Meat</li>\r\n 	<li><strong>Chef\'s Larder Lightly Salted Tortilla Chips</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Chef\'s Larder Premium Gourmet Crackers</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Asda Raspberry Viennese Finger</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Turkey and Stuffing Pie</strong> – Christmas Q</li>\r\n 	<li><strong>Costa, Shimmering Yule</strong> <strong>Log</strong> – Christmas Q</li>\r\n 	<li><strong>Vegan Mayonnaise Alternative</strong> – Free From – Savoury</li>\r\n 	<li><strong>Ooh-la-la Double Chocolate Hazelnut Tea Biscuit</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Premium Super Crisp Sweet Potato Gourmet Fries</strong> – Free From – Savoury</li>\r\n 	<li><strong>BlackGate Signature 6 Ultimate British Beef Burgers</strong> – Free From – Savoury</li>\r\n 	<li><strong>Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Extra Virgin Olive Oil </strong>– Added Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Beef Lasagne</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>BlackGate Signature Premium Traditional Pork Sausages </strong>– Meat</li>\r\n 	<li><strong>The Real Soup Co., Butternut Squash &amp; Sweet Potato Soup</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>Manilife - Maniminis portion packs </strong>– Added Ingredients</li>\r\n 	<li><strong>Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n</ul>\r\n<u>Gold Winners:</u>\r\n<ul>\r\n 	<li><strong>Bidfood Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From</li>\r\n 	<li><strong>Brakes Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n 	<li><strong>Manilife - Maniminis Portion Packs</strong> – Small Producer</li>\r\n 	<li><strong>Booker</strong> – Foodservice Operator of the Year</li>\r\n</ul>\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“What a night! Innovation in the foodservice industry is something that should be roundly celebrated, and celebrate we did! Congratulations to all the winners and to every company that took the time to enter. Having been part of the judging process I can attest to just how stringent our judges are and how seriously they take the job in hand. Their commitment to excellence mirrors that of our entrants. Separating the good from the great was no mean feat but we’re confident that we are now left with <em>the</em> standout products of 2018.”\r\n\r\nThe UK Foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\n&nbsp;\r\n\r\nTo find out more about the 2019 scheme visit:<a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice ‘Best of the Best’ Crowned as Quality Food Awards Returns to Toast Industry Innovators','','publish','closed','open','','foodservice-best-crowned-quality-food-awards-returns','','','2018-10-16 14:44:00','2018-10-16 14:44:00','',0,'http://www.ontradeprogress.com/?p=2695',0,'post','',0),(2696,1,'2018-10-01 14:36:59','2018-10-01 14:36:59','<strong>The 2018 search for foodservice’s most innovative food and drink products culminated in a glittering ceremony last week, as the highly prestigious UK Foodservice Quality Food Awards celebrated the very best of the industry. </strong>\r\n\r\nHeld at London’s Grosvenor House Hotel, the event welcomed hundreds of the foodservice industry’s key players – from nationwide wholesalers to ground-breaking independents – all keen to see whose products had been judged good enough to receive a highly coveted Quality mark.\r\n\r\nFrom vegan alternatives and punchy new flavour combinations to simple but effective meal solutions and innovative on-the-go options, 2018’s stable of winners had it all.  To make it through to the final shortlist, each product was put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. In all, 32 gongs were awarded on the night. Four further Gold Awards – given for best outright Free-From product, best Meat product, Small Producer of the Year and Foodservice Operator of the Year – were also handed out to rapturous applause from the room.\r\n\r\n<u> </u>\r\n\r\n<u>The winners in full:</u>\r\n<ul>\r\n 	<li><strong>La Boulangerie 20</strong> – Bakery – Bread</li>\r\n 	<li><strong>La Boulangerie Big Lemon &amp; Elderflower Cake</strong> – Bakery – Cakes &amp; Pastries</li>\r\n 	<li><strong>Savse - Super Green Smoothie</strong> – Cold Beverages</li>\r\n 	<li><strong>Country Range Jamaican Jerk Seasoning</strong> – Cooking Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Tuxford &amp; Tebbutt Blue Stilton </strong>– Dairy Products</li>\r\n 	<li><strong>Brakes Smoked Houmous with Harissa</strong> – Delicatessen</li>\r\n 	<li><strong>Brakes Hazelnut Tart</strong> – Desserts &amp; Puddings</li>\r\n 	<li><strong>Chef\'s Larder Premium Luxury Seafood Cocktail</strong> – Fish &amp; Shellfish</li>\r\n 	<li><strong>Chef\'s Larder Premium Beer Battered Onion Rings</strong> – Frozen Food – Savoury</li>\r\n 	<li><strong>The Great British Ice Cream Company Blood Orange Sorbet</strong> – Frozen Food – Sweet</li>\r\n 	<li><strong>Simply Lunch, Asian Slaw Salad</strong> – Grab &amp; Go</li>\r\n 	<li><strong>threesixty° Elevation Coffee Blend</strong> – Hot Beverages</li>\r\n 	<li><strong>Essentially Catering Tuna in Sunflower Oil </strong>– Meal Components</li>\r\n 	<li><strong>Brakes Cauliflower, Kale &amp; Ford Farm Oak Smoked Cheddar Burger</strong>– Meat-Free Alternatives</li>\r\n 	<li><strong>Brakes Mexican Style Quinoa and Turtle Bean Salad</strong> – Pulses, Rice &amp; Grains</li>\r\n 	<li><strong>Chef\'s Larder Cooked Smoked Streaky Sandwich Bacon</strong> – Meat</li>\r\n 	<li><strong>Chef\'s Larder Lightly Salted Tortilla Chips</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Chef\'s Larder Premium Gourmet Crackers</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Asda Raspberry Viennese Finger</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Turkey and Stuffing Pie</strong> – Christmas Q</li>\r\n 	<li><strong>Costa, Shimmering Yule</strong> <strong>Log</strong> – Christmas Q</li>\r\n 	<li><strong>Vegan Mayonnaise Alternative</strong> – Free From – Savoury</li>\r\n 	<li><strong>Ooh-la-la Double Chocolate Hazelnut Tea Biscuit</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Premium Super Crisp Sweet Potato Gourmet Fries</strong> – Free From – Savoury</li>\r\n 	<li><strong>BlackGate Signature 6 Ultimate British Beef Burgers</strong> – Free From – Savoury</li>\r\n 	<li><strong>Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Extra Virgin Olive Oil </strong>– Added Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Beef Lasagne</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>BlackGate Signature Premium Traditional Pork Sausages </strong>– Meat</li>\r\n 	<li><strong>The Real Soup Co., Butternut Squash &amp; Sweet Potato Soup</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>Manilife - Maniminis portion packs </strong>– Added Ingredients</li>\r\n 	<li><strong>Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n</ul>\r\n<u>Gold Winners:</u>\r\n<ul>\r\n 	<li><strong>Bidfood Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From</li>\r\n 	<li><strong>Brakes Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n 	<li><strong>Manilife - Maniminis Portion Packs</strong> – Small Producer</li>\r\n 	<li><strong>Booker</strong> – Foodservice Operator of the Year</li>\r\n</ul>\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“What a night! Innovation in the foodservice industry is something that should be roundly celebrated, and celebrate we did! Congratulations to the all the winners and to every company that took the time to enter. Having been part of the judging process I can attest to just how stringent our judges are and how seriously they take the job in hand. Their commitment to excellence mirrors that of our entrants. Separating the good from the great was no mean feat but we’re confident that we are now left with <em>the</em> standout products of 2018.”\r\n\r\nThe UK Foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\n&nbsp;\r\n\r\nTo find out more about the 2019 scheme visit:<a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice ‘Best of the Best’ Crowned as Quality Food Awards Returns to Toast Industry Innovators','','inherit','closed','closed','','2695-revision-v1','','','2018-10-01 14:36:59','2018-10-01 14:36:59','',2695,'http://www.ontradeprogress.com/2018/10/01/2695-revision-v1/',0,'revision','',0),(2698,1,'2018-10-01 14:45:03','2018-10-01 14:45:03','','The 2018 QFA Winners','The 2018 QFA Winners','inherit','closed','closed','','the-2018-qfa-winners','','','2018-10-01 14:45:26','2018-10-01 14:45:26','',2695,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/The-2018-QFA-Winners.jpg',0,'attachment','image/jpeg',0),(2699,1,'2018-10-01 14:52:36','2018-10-01 14:52:36','<strong>The 2018 search for foodservice’s most innovative food and drink products culminated in a glittering ceremony last week, as the highly prestigious UK Foodservice Quality Food Awards celebrated the very best of the industry. </strong>\r\n\r\nHeld at London’s Grosvenor House Hotel, the event welcomed hundreds of the foodservice industry’s key players – from nationwide wholesalers to ground-breaking independents – all keen to see whose products had been judged good enough to receive a highly coveted Quality mark.\r\n\r\nFrom vegan alternatives and punchy new flavour combinations to simple but effective meal solutions and innovative on-the-go options, 2018’s stable of winners had it all.  To make it through to the final shortlist, each product was put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. In all, 32 gongs were awarded on the night. Four further Gold Awards – given for best outright Free-From product, best Meat product, Small Producer of the Year and Foodservice Operator of the Year – were also handed out to rapturous applause from the room.\r\n\r\n[caption id=\"attachment_2698\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2698\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/The-2018-QFA-Winners-300x200.jpg\" alt=\"foodservice\" width=\"300\" height=\"200\" /> The 2018 QFA Winners[/caption]\r\n\r\n<u>The winners in full:</u>\r\n<ul>\r\n 	<li><strong>La Boulangerie 20</strong> – Bakery – Bread</li>\r\n 	<li><strong>La Boulangerie Big Lemon &amp; Elderflower Cake</strong> – Bakery – Cakes &amp; Pastries</li>\r\n 	<li><strong>Savse - Super Green Smoothie</strong> – Cold Beverages</li>\r\n 	<li><strong>Country Range Jamaican Jerk Seasoning</strong> – Cooking Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Tuxford &amp; Tebbutt Blue Stilton </strong>– Dairy Products</li>\r\n 	<li><strong>Brakes Smoked Houmous with Harissa</strong> – Delicatessen</li>\r\n 	<li><strong>Brakes Hazelnut Tart</strong> – Desserts &amp; Puddings</li>\r\n 	<li><strong>Chef\'s Larder Premium Luxury Seafood Cocktail</strong> – Fish &amp; Shellfish</li>\r\n 	<li><strong>Chef\'s Larder Premium Beer Battered Onion Rings</strong> – Frozen Food – Savoury</li>\r\n 	<li><strong>The Great British Ice Cream Company Blood Orange Sorbet</strong> – Frozen Food – Sweet</li>\r\n 	<li><strong>Simply Lunch, Asian Slaw Salad</strong> – Grab &amp; Go</li>\r\n 	<li><strong>threesixty° Elevation Coffee Blend</strong> – Hot Beverages</li>\r\n 	<li><strong>Essentially Catering Tuna in Sunflower Oil </strong>– Meal Components</li>\r\n 	<li><strong>Brakes Cauliflower, Kale &amp; Ford Farm Oak Smoked Cheddar Burger</strong>– Meat-Free Alternatives</li>\r\n 	<li><strong>Brakes Mexican Style Quinoa and Turtle Bean Salad</strong> – Pulses, Rice &amp; Grains</li>\r\n 	<li><strong>Chef\'s Larder Cooked Smoked Streaky Sandwich Bacon</strong> – Meat</li>\r\n 	<li><strong>Chef\'s Larder Lightly Salted Tortilla Chips</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Chef\'s Larder Premium Gourmet Crackers</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Asda Raspberry Viennese Finger</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Turkey and Stuffing Pie</strong> – Christmas Q</li>\r\n 	<li><strong>Costa, Shimmering Yule</strong> <strong>Log</strong> – Christmas Q</li>\r\n 	<li><strong>Vegan Mayonnaise Alternative</strong> – Free From – Savoury</li>\r\n 	<li><strong>Ooh-la-la Double Chocolate Hazelnut Tea Biscuit</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Premium Super Crisp Sweet Potato Gourmet Fries</strong> – Free From – Savoury</li>\r\n 	<li><strong>BlackGate Signature 6 Ultimate British Beef Burgers</strong> – Free From – Savoury</li>\r\n 	<li><strong>Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Extra Virgin Olive Oil </strong>– Added Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Beef Lasagne</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>BlackGate Signature Premium Traditional Pork Sausages </strong>– Meat</li>\r\n 	<li><strong>The Real Soup Co., Butternut Squash &amp; Sweet Potato Soup</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>Manilife - Maniminis portion packs </strong>– Added Ingredients</li>\r\n 	<li><strong>Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n</ul>\r\n<u>Gold Winners:</u>\r\n<ul>\r\n 	<li><strong>Bidfood Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From</li>\r\n 	<li><strong>Brakes Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n 	<li><strong>Manilife - Maniminis Portion Packs</strong> – Small Producer</li>\r\n 	<li><strong>Booker</strong> – Foodservice Operator of the Year</li>\r\n</ul>\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“What a night! Innovation in the foodservice industry is something that should be roundly celebrated, and celebrate we did! Congratulations to the all the winners and to every company that took the time to enter. Having been part of the judging process I can attest to just how stringent our judges are and how seriously they take the job in hand. Their commitment to excellence mirrors that of our entrants. Separating the good from the great was no mean feat but we’re confident that we are now left with <em>the</em> standout products of 2018.”\r\n\r\nThe UK Foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\n&nbsp;\r\n\r\nTo find out more about the 2019 scheme visit:<a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice ‘Best of the Best’ Crowned as Quality Food Awards Returns to Toast Industry Innovators','','inherit','closed','closed','','2695-revision-v1','','','2018-10-01 14:52:36','2018-10-01 14:52:36','',2695,'http://www.ontradeprogress.com/2018/10/01/2695-revision-v1/',0,'revision','',0),(2700,1,'2018-10-01 16:55:19','2018-10-01 16:55:19','<strong>The 2018 search for foodservice’s most innovative food and drink products culminated in a glittering ceremony last week, as the highly prestigious UK Foodservice Quality Food Awards celebrated the very best of the industry. </strong>\n\nHeld at London’s Grosvenor House Hotel, the event welcomed hundreds of the foodservice industry’s key players – from nationwide wholesalers to ground-breaking independents – all keen to see whose products had been judged good enough to receive a highly coveted Quality mark.\n\nFrom vegan alternatives and punchy new flavour combinations to simple but effective meal solutions and innovative on-the-go options, 2018’s stable of winners had it all.  To make it through to the final shortlist, each product was put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. In all, 32 gongs were awarded on the night. Four further Gold Awards – given for best outright Free-From product, best Meat product, Small Producer of the Year and Foodservice Operator of the Year – were also handed out to rapturous applause from the room.\n\n[caption id=\"attachment_2698\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2698\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/The-2018-QFA-Winners-300x200.jpg\" alt=\"foodservice\" width=\"300\" height=\"200\" /> The 2018 QFA Winners[/caption]\n\n<u>clThe winners in full:</u>\n<ul>\n 	<li><strong>La Boulangerie 20</strong> – Bakery – Bread</li>\n 	<li><strong>La Boulangerie Big Lemon &amp; Elderflower Cake</strong> – Bakery – Cakes &amp; Pastries</li>\n 	<li><strong>Savse - Super Green Smoothie</strong> – Cold Beverages</li>\n 	<li><strong>Country Range Jamaican Jerk Seasoning</strong> – Cooking Ingredients</li>\n 	<li><strong>Chef\'s Larder Tuxford &amp; Tebbutt Blue Stilton </strong>– Dairy Products</li>\n 	<li><strong>Brakes Smoked Houmous with Harissa</strong> – Delicatessen</li>\n 	<li><strong>Brakes Hazelnut Tart</strong> – Desserts &amp; Puddings</li>\n 	<li><strong>Chef\'s Larder Premium Luxury Seafood Cocktail</strong> – Fish &amp; Shellfish</li>\n 	<li><strong>Chef\'s Larder Premium Beer Battered Onion Rings</strong> – Frozen Food – Savoury</li>\n 	<li><strong>The Great British Ice Cream Company Blood Orange Sorbet</strong> – Frozen Food – Sweet</li>\n 	<li><strong>Simply Lunch, Asian Slaw Salad</strong> – Grab &amp; Go</li>\n 	<li><strong>threesixty° Elevation Coffee Blend</strong> – Hot Beverages</li>\n 	<li><strong>Essentially Catering Tuna in Sunflower Oil </strong>– Meal Components</li>\n 	<li><strong>Brakes Cauliflower, Kale &amp; Ford Farm Oak Smoked Cheddar Burger</strong>– Meat-Free Alternatives</li>\n 	<li><strong>Brakes Mexican Style Quinoa and Turtle Bean Salad</strong> – Pulses, Rice &amp; Grains</li>\n 	<li><strong>Chef\'s Larder Cooked Smoked Streaky Sandwich Bacon</strong> – Meat</li>\n 	<li><strong>Chef\'s Larder Lightly Salted Tortilla Chips</strong> – Bagged Snacks &amp; Biscuits</li>\n 	<li><strong>Chef\'s Larder Premium Gourmet Crackers</strong> – Bagged Snacks &amp; Biscuits</li>\n 	<li><strong>Asda Raspberry Viennese Finger</strong> – Bagged Snacks &amp; Biscuits</li>\n 	<li><strong>Turkey and Stuffing Pie</strong> – Christmas Q</li>\n 	<li><strong>Costa, Shimmering Yule</strong> <strong>Log</strong> – Christmas Q</li>\n 	<li><strong>Vegan Mayonnaise Alternative</strong> – Free From – Savoury</li>\n 	<li><strong>Ooh-la-la Double Chocolate Hazelnut Tea Biscuit</strong> – Free From – Sweet</li>\n 	<li><strong>Chef\'s Larder Premium Super Crisp Sweet Potato Gourmet Fries</strong> – Free From – Savoury</li>\n 	<li><strong>BlackGate Signature 6 Ultimate British Beef Burgers</strong> – Free From – Savoury</li>\n 	<li><strong>Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From – Sweet</li>\n 	<li><strong>Chef\'s Larder Extra Virgin Olive Oil </strong>– Added Ingredients</li>\n 	<li><strong>Chef\'s Larder Beef Lasagne</strong> – Pre-prepared Meal Solutions</li>\n 	<li><strong>BlackGate Signature Premium Traditional Pork Sausages </strong>– Meat</li>\n 	<li><strong>The Real Soup Co., Butternut Squash &amp; Sweet Potato Soup</strong> – Pre-prepared Meal Solutions</li>\n 	<li><strong>Manilife - Maniminis portion packs </strong>– Added Ingredients</li>\n 	<li><strong>Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\n</ul>\n<u>Gold Winners:</u>\n<ul>\n 	<li><strong>Bidfood Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From</li>\n 	<li><strong>Brakes Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\n 	<li><strong>Manilife - Maniminis Portion Packs</strong> – Small Producer</li>\n 	<li><strong>Booker</strong> – Foodservice Operator of the Year</li>\n</ul>\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“What a night! Innovation in the foodservice industry is something that should be roundly celebrated, and celebrate we did! Congratulations to the all the winners and to every company that took the time to enter. Having been part of the judging process I can attest to just how stringent our judges are and how seriously they take the job in hand. Their commitment to excellence mirrors that of our entrants. Separating the good from the great was no mean feat but we’re confident that we are now left with <em>the</em> standout products of 2018.”\n\nThe UK Foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\n\n&nbsp;\n\nTo find out more about the 2019 scheme visit:<a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice ‘Best of the Best’ Crowned as Quality Food Awards Returns to Toast Industry Innovators','','inherit','closed','closed','','2695-autosave-v1','','','2018-10-01 16:55:19','2018-10-01 16:55:19','',2695,'http://www.ontradeprogress.com/2018/10/01/2695-autosave-v1/',0,'revision','',0),(2701,1,'2018-10-02 08:03:53','2018-10-02 08:03:53','<p class=\"p1\"><span class=\"s1\">Responding to the Chancellor’s speech at the Conservative Party Conference <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has welcomed the Government’s announcement that it will provide support for apprenticeships, management skills and retraining.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Chancellor of the Exchequer Phillip Hammond has announced that the Government will reform apprenticeships and increase Apprenticeship Levy funding by £95 million. The Government will also invest £20 million in networks to enable businesses to improve their management skills, with a further £11 million for training. The Government has also pledged £100 million for the first phase of the National Retraining Scheme which will be rolled out next year.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">UKHospitality Chief Executive Kate Nicholls said: “With Brexit still providing a degree of uncertainty, it is good to see the Government acting to provide some support for businesses.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">“One of the key challenges facing the hospitality sector, as well as other sectors, is securing the future of the workforce and driving skills and improvement. A package of support to help employers train, retain and improve their team members will be a welcome boost and should help hospitality businesses continue to provide great careers.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Chancellor also indicated that the Government would introduce a Digital Services Tax.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Nicholls concluded: “A revamp of the business tax system is certainly long overdue and the Government needs to act urgently. We need to see reform to ensure that digital businesses pay their fair share and so the system acknowledges the realities of doing businesses in the 21</span><span class=\"s2\"><sup>st</sup></span><span class=\"s1\"> Century – this must include a reduction in business rates paid by hospitality operators.”</span></p>\r\nClick <a href=\"http://www.ontradeprogress.com/2018/10/02/new-tipping-legislation-unnecessary-ukhospitality/\" target=\"_blank\" rel=\"noopener\">here</a> for UKHospitality warning on new tipping legislation.','UKHospitality welcomes Chancellor’s business support','','publish','closed','open','','ukhospitality-welcomes-chancellor','','\nhttp://www.ontradeprogress.com/2018/10/02/new-tipping-legislation-unnecessary-ukhospitality/','2018-10-16 14:43:36','2018-10-16 14:43:36','',0,'http://www.ontradeprogress.com/?p=2701',0,'post','',0),(2702,1,'2018-10-02 07:48:09','2018-10-02 07:48:09','<p class=\"p1\"><span class=\"s1\">Responding to the Chancellor’s speech at the Conservative Party Conference UKHospitality has welcomed the Government’s announcement that it will provide support for apprenticeships, management skills and retraining.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Chancellor of the Exchequer Phillip Hammond has announced that the Government will reform apprenticeships and increase Apprenticeship Levy funding by £95 million. The Government will also invest £20 million in networks to enable businesses to improve their management skills, with a further £11 million for training. The Government has also pledged £100 million for the first phase of the National Retraining Scheme which will be rolled out next year.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">UKHospitality Chief Executive Kate Nicholls said: “With Brexit still providing a degree of uncertainty, it is good to see the Government acting to provide some support for businesses.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">“One of the key challenges facing the hospitality sector, as well as other sectors, is securing the future of the workforce and driving skills and improvement. A package of support to help employers train, retain and improve their team members will be a welcome boost and should help hospitality businesses continue to provide great careers.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Chancellor also indicated that the Government would introduce a Digital Services Tax.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Nicholls concluded: “A revamp of the business tax system is certainly long overdue and the Government needs to act urgently. We need to see reform to ensure that digital businesses pay their fair share and so the system acknowledges the realities of doing businesses in the 21</span><span class=\"s2\"><sup>st</sup></span><span class=\"s1\"> Century – this must include a reduction in business rates paid by hospitality operators.”</span></p>','UKHospitality welcomes Chancellor’s business support','','inherit','closed','closed','','2701-revision-v1','','','2018-10-02 07:48:09','2018-10-02 07:48:09','',2701,'http://www.ontradeprogress.com/2018/10/02/2701-revision-v1/',0,'revision','',0),(2703,1,'2018-10-02 07:57:00','2018-10-02 07:57:00','','UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large','The UK Hospitality sector meets with MP\'s','inherit','closed','closed','','ukhospitality-unveils-new-logo-and-summer-conference_wrbm_large','','','2018-10-10 09:09:34','2018-10-10 09:09:34','',2701,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/UKhospitality-unveils-new-logo-and-summer-conference_wrbm_large.png',0,'attachment','image/png',0),(2704,1,'2018-10-02 08:02:08','2018-10-02 08:02:08','<a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that any new statutory legislation regarding tipping is an unnecessary burden. The trade body has also highlighted voluntary measures already undertaken by <a href=\"http://www.ontradeprogress.com/2018/09/13/restaurant-closures-quadruple-decade/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> and the wider sector to ensure fair practice.\r\n\r\nUKHospitality has provided its members with a code of practice, approved by Unite, which promotes the fair distribution of tips among staff.\r\n\r\n[caption id=\"attachment_2689\" align=\"alignright\" width=\"220\"]<img class=\"wp-image-2689 size-full\" title=\"UKhospitality tipping legislation\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/220px-The_Cutty_Restaurant_-_geograph.org_.uk_-_448472.jpg\" alt=\"UKhospitality tipping legislation\" width=\"220\" height=\"144\" /> UKhospitality warns about the new tipping legislation[/caption]\r\n\r\nUKHospitality Chief Executive <a href=\"https://twitter.com/ukhospkate?lang=en\" target=\"_blank\" rel=\"noopener\">Kate Nicholls</a> said: “The hospitality sector took immediate voluntary action to improve transparency and address concerns around the treatment of tips when the issue was first raised. UKHospitality and Unite have developed an industry Code of Practice which deals with the fair distribution of tips among all staff, not just waiters. As a result, best practice has been widely promoted across the sector.\r\n\r\n“Some smaller businesses may retain a small proportion of tips to cover the costs of credit card charges and processing payments - but this is a small amount and the practice has been approved by Unite. At a time when costs are mounting for operators in the sector, the Government must be careful about introducing additional legislation. There is no evidence that further legislation, which may have unforeseen consequences for staff, is necessary at this time.”\r\n\r\nClick <a href=\"http://www.ontradeprogress.com/2018/09/10/jackie-marlow-unveiled-as-new-ukhospitality-chief-operating-officer/\" target=\"_blank\" rel=\"noopener\">here</a> to read more from UKHospitality.\r\n\r\n&nbsp;','New tipping legislation an unnecessary burden, warns UKHospitality','','inherit','closed','closed','','2687-revision-v1','','','2018-10-02 08:02:08','2018-10-02 08:02:08','',2687,'http://www.ontradeprogress.com/2018/10/02/2687-revision-v1/',0,'revision','',0),(2705,1,'2018-10-02 08:03:53','2018-10-02 08:03:53','<p class=\"p1\"><span class=\"s1\">Responding to the Chancellor’s speech at the Conservative Party Conference <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has welcomed the Government’s announcement that it will provide support for apprenticeships, management skills and retraining.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Chancellor of the Exchequer Phillip Hammond has announced that the Government will reform apprenticeships and increase Apprenticeship Levy funding by £95 million. The Government will also invest £20 million in networks to enable businesses to improve their management skills, with a further £11 million for training. The Government has also pledged £100 million for the first phase of the National Retraining Scheme which will be rolled out next year.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">UKHospitality Chief Executive Kate Nicholls said: “With Brexit still providing a degree of uncertainty, it is good to see the Government acting to provide some support for businesses.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">“One of the key challenges facing the hospitality sector, as well as other sectors, is securing the future of the workforce and driving skills and improvement. A package of support to help employers train, retain and improve their team members will be a welcome boost and should help hospitality businesses continue to provide great careers.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The Chancellor also indicated that the Government would introduce a Digital Services Tax.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Nicholls concluded: “A revamp of the business tax system is certainly long overdue and the Government needs to act urgently. We need to see reform to ensure that digital businesses pay their fair share and so the system acknowledges the realities of doing businesses in the 21</span><span class=\"s2\"><sup>st</sup></span><span class=\"s1\"> Century – this must include a reduction in business rates paid by hospitality operators.”</span></p>\r\nClick <a href=\"http://www.ontradeprogress.com/2018/10/02/new-tipping-legislation-unnecessary-ukhospitality/\" target=\"_blank\" rel=\"noopener\">here</a> for UKHospitality warning on new tipping legislation.','UKHospitality welcomes Chancellor’s business support','','inherit','closed','closed','','2701-revision-v1','','','2018-10-02 08:03:53','2018-10-02 08:03:53','',2701,'http://www.ontradeprogress.com/2018/10/02/2701-revision-v1/',0,'revision','',0),(2706,1,'2018-10-02 08:43:10','2018-10-02 08:43:10','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia <a href=\"https://strazzanti.co/\" target=\"_blank\" rel=\"noopener\">Strazzanti</a>, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry <img class=\"alignright wp-image-2707 size-medium\" title=\"Strazzanti\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"Strazzanti\" width=\"300\" height=\"200\" />tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','publish','closed','open','','strazzanti-launches-sicilian-supper-club','','','2018-10-02 09:10:17','2018-10-02 09:10:17','',0,'http://www.ontradeprogress.com/?p=2706',0,'post','',0),(2707,1,'2018-10-02 08:33:31','2018-10-02 08:33:31','','_DSC0350','','inherit','closed','closed','','_dsc0350','','','2018-10-02 08:33:31','2018-10-02 08:33:31','',2706,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350.jpg',0,'attachment','image/jpeg',0),(2708,1,'2018-10-02 08:36:11','2018-10-02 08:36:11','','2013-08-11 22.30.40','','inherit','closed','closed','','2013-08-11-22-30-40','','','2018-10-02 08:36:11','2018-10-02 08:36:11','',2706,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/2013-08-11-22.30.40.jpg',0,'attachment','image/jpeg',0),(2709,1,'2018-10-02 08:36:17','2018-10-02 08:36:17','','IMG_20180816_185346','Strazzanti','inherit','closed','closed','','img_20180816_185346','','','2018-10-02 08:41:22','2018-10-02 08:41:22','',2706,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/IMG_20180816_185346.jpg',0,'attachment','image/jpeg',0),(2710,1,'2018-10-02 08:36:27','2018-10-02 08:36:27','','_DSC0332-2','','inherit','closed','closed','','_dsc0332-2','','','2018-10-02 08:37:12','2018-10-02 08:37:12','',2706,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2.jpg',0,'attachment','image/jpeg',0),(2711,1,'2018-10-02 08:38:25','2018-10-02 08:38:25','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia Strazzanti, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<img class=\"wp-image-2707 size-medium\" title=\"Strazzanti\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"Strazzanti\" width=\"300\" height=\"200\" />\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n\r\n<table style=\"height: 363px;\" width=\"701\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\"><b>Hackney Coffee Company</b></span> <span class=\"s1\">| </span><span class=\"s3\">503 Hackney Rd, London E2 9ED</span><span class=\"s1\"> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: @hackneycoffeeco</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Strazzanti</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@strazzanti.co\"><span class=\"s5\">info@strazzanti.co</span></a> | Instagram: </span><span class=\"s4\">@strazzanti_co</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>E5 Bakehouse</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@e5bakehouse.com\"><span class=\"s5\">info@e5bakehouse.com</span></a></span> <span class=\"s1\">| Instagram: </span><span class=\"s4\">@e5bakehouse</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Burro e Salvia</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@burroesalvialdn</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>Hackney Gelato</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@hackneygelato</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>McQueen’s</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@mcqueensflowers</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','inherit','closed','closed','','2706-revision-v1','','','2018-10-02 08:38:25','2018-10-02 08:38:25','',2706,'http://www.ontradeprogress.com/2018/10/02/2706-revision-v1/',0,'revision','',0),(2712,1,'2018-10-02 08:40:39','2018-10-02 08:40:39','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia <a href=\"https://strazzanti.co/\" target=\"_blank\" rel=\"noopener\">Strazzanti</a>, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<img class=\"wp-image-2707 size-medium\" title=\"Strazzanti\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"Strazzanti\" width=\"300\" height=\"200\" />\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n\r\n<table style=\"height: 363px;\" width=\"701\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\"><b>Hackney Coffee Company</b></span> <span class=\"s1\">| </span><span class=\"s3\">503 Hackney Rd, London E2 9ED</span><span class=\"s1\"> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: @hackneycoffeeco</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Strazzanti</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@strazzanti.co\"><span class=\"s5\">info@strazzanti.co</span></a> | Instagram: </span><span class=\"s4\">@strazzanti_co</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>E5 Bakehouse</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@e5bakehouse.com\"><span class=\"s5\">info@e5bakehouse.com</span></a></span> <span class=\"s1\">| Instagram: </span><span class=\"s4\">@e5bakehouse</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Burro e Salvia</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@burroesalvialdn</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>Hackney Gelato</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@hackneygelato</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>McQueen’s</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@mcqueensflowers</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','inherit','closed','closed','','2706-revision-v1','','','2018-10-02 08:40:39','2018-10-02 08:40:39','',2706,'http://www.ontradeprogress.com/2018/10/02/2706-revision-v1/',0,'revision','',0),(2713,1,'2018-10-02 08:41:56','2018-10-02 08:41:56','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia <a href=\"https://strazzanti.co/\" target=\"_blank\" rel=\"noopener\">Strazzanti</a>, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with <img class=\"alignright size-medium wp-image-2707\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n\r\n<table style=\"height: 363px;\" width=\"701\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\"><b>Hackney Coffee Company</b></span> <span class=\"s1\">| </span><span class=\"s3\">503 Hackney Rd, London E2 9ED</span><span class=\"s1\"> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: @hackneycoffeeco</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Strazzanti</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@strazzanti.co\"><span class=\"s5\">info@strazzanti.co</span></a> | Instagram: </span><span class=\"s4\">@strazzanti_co</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>E5 Bakehouse</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@e5bakehouse.com\"><span class=\"s5\">info@e5bakehouse.com</span></a></span> <span class=\"s1\">| Instagram: </span><span class=\"s4\">@e5bakehouse</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Burro e Salvia</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@burroesalvialdn</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>Hackney Gelato</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@hackneygelato</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>McQueen’s</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@mcqueensflowers</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','inherit','closed','closed','','2706-revision-v1','','','2018-10-02 08:41:56','2018-10-02 08:41:56','',2706,'http://www.ontradeprogress.com/2018/10/02/2706-revision-v1/',0,'revision','',0),(2714,1,'2018-10-02 08:42:50','2018-10-02 08:42:50','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia <a href=\"https://strazzanti.co/\" target=\"_blank\" rel=\"noopener\">Strazzanti</a>, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry <img class=\"alignright wp-image-2707 size-medium\" title=\"Strazzanti\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"Strazzanti\" width=\"300\" height=\"200\" />tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n\r\n<table style=\"height: 363px;\" width=\"701\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\"><b>Hackney Coffee Company</b></span> <span class=\"s1\">| </span><span class=\"s3\">503 Hackney Rd, London E2 9ED</span><span class=\"s1\"> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: @hackneycoffeeco</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Strazzanti</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@strazzanti.co\"><span class=\"s5\">info@strazzanti.co</span></a> | Instagram: </span><span class=\"s4\">@strazzanti_co</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>E5 Bakehouse</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Email: <a href=\"mailto:info@e5bakehouse.com\"><span class=\"s5\">info@e5bakehouse.com</span></a></span> <span class=\"s1\">| Instagram: </span><span class=\"s4\">@e5bakehouse</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Burro e Salvia</b> | </span><span class=\"s4\">Website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@burroesalvialdn</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>Hackney Gelato</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@hackneygelato</span></p>\r\n<p class=\"p3\"><span class=\"s1\"><b>McQueen’s</b> | </span><span class=\"s4\">website</span><span class=\"s1\"> | Instagram: </span><span class=\"s4\">@mcqueensflowers</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','inherit','closed','closed','','2706-revision-v1','','','2018-10-02 08:42:50','2018-10-02 08:42:50','',2706,'http://www.ontradeprogress.com/2018/10/02/2706-revision-v1/',0,'revision','',0),(2715,1,'2018-10-02 08:44:19','2018-10-02 08:44:19','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia <a href=\"https://strazzanti.co/\" target=\"_blank\" rel=\"noopener\">Strazzanti</a>, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry <img class=\"alignright wp-image-2707 size-medium\" title=\"Strazzanti\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"Strazzanti\" width=\"300\" height=\"200\" />tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','inherit','closed','closed','','2706-autosave-v1','','','2018-10-02 08:44:19','2018-10-02 08:44:19','',2706,'http://www.ontradeprogress.com/2018/10/02/2706-autosave-v1/',0,'revision','',0),(2716,1,'2018-10-02 08:44:33','2018-10-02 08:44:33','<table cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p1\"><span class=\"s1\">The Sicilian Supper Club is a new series by Emilia <a href=\"https://strazzanti.co/\" target=\"_blank\" rel=\"noopener\">Strazzanti</a>, showcasing fresh and seasonal produce from Sicily. Hot on the tail of Strazzanti’s sellout supper club in the summer at Hackney City Farm, Emilia is working with east London suppliers, to serve the five-course traditional Italian feast, inspired by both British and Sicilian ingredients. Emilia’s supper club will be taking residency at Hackney Coffee Company on 18th and 19th October and 29th and 30th November.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">Guests will be welcomed with a selection of aperitivo and stuzzichini such as <i>deep-fried</i> <i>primo sale cheese</i> with honey and Sicilian oregano; <i>capuliato sundried tomatoes</i> with fresh Ricotta and basil served alongside a welcome cocktail by <i>Hackney Coffee Company</i>. Next up is the antipasti course of <i>caponata Siciliana </i>and cherry <img class=\"alignright wp-image-2707 size-medium\" title=\"Strazzanti\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0350-300x200.jpg\" alt=\"Strazzanti\" width=\"300\" height=\"200\" />tomatoes with Strazzanti’s pesto Trapanese served with <i>E5</i> Hackney Wilde Bread. In true Italian style, Strazzanti has collaborated with Shoreditch based homemade pasta specialist, <i>Burro e Salvia</i> where Emilia was previously the pasta chef. Together they have created a traditional fresh pasta of <i>slow-cooked pork rib sug</i>o served with ricotta and pecorino encased in a fresh marjoram infused cappellacci pasta. The dish is inspired by Emilia’s time working in Modica, south-east Sicily where she met up with Gaia and Luca, the founder and chef of <i>Burro e Salvia</i> when they visited the Michelin-starred restaurant she was working in at the time.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><img class=\"size-medium wp-image-2710 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/DSC0332-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />For the sweet courses, first up is La Passeggiata inspired by the leisurely strolls taken after dinner where Italians bump into friends and go in search of an ice cream. Strazzanti has partnered with <i>Hackney Gelato</i> to serve the perfect palate cleanser of true Sicilian flavours, <i>Zabaione Hackney Gelato</i> served with a Strazzanti almond brittle. For Dolci, Emilia will be serving her <i>signature cakes</i> in Sicilian pistachio; Sicilian almond and Sicilian hazelnut.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">The supper club is a true collaboration of east London suppliers bringing together a community and supporting local businesses. Strazzanti will be working with <i>E5 Bakehouse</i>, <i>Burro e Salvia</i>, <i>Hackney Gelato</i>, <i>Hackney Coffee Company</i> and <i>McQueen’s</i> florists for her latest supper club. <i>Hackney Coffee Company</i> will be decked out with olive trees and floral foliage by <i>McQueen</i>’s who will also be providing foliage to decorate the tables alongside bespoke illustrated menus by Carlotta Crepax and an abundance of candles.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Strazzanti launches a new Sicilian Supper Club at Hackney Coffee Company','','inherit','closed','closed','','2706-revision-v1','','','2018-10-02 08:44:33','2018-10-02 08:44:33','',2706,'http://www.ontradeprogress.com/2018/10/02/2706-revision-v1/',0,'revision','',0),(2717,1,'2018-10-02 10:01:20','2018-10-02 10:01:20','<h2>Introducing AccentPOS ® Hub: A comprehensive back-office dashboard for restaurant managers</h2>\r\n&nbsp;\r\n\r\nAccentPOS ® <a href=\"http://www.AccentPOS.com\" target=\"_blank\" rel=\"noopener\">Hub</a>, is an online companion application to AccentPOS ® by Accent IT Services; an Apple iPad point-of-sale (POS) application for hospitality venues.\r\n\r\n[caption id=\"attachment_2720\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2720 size-medium\" title=\"AccentPOS\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/analytics-section-Advert-218-300x189.jpg\" alt=\"AccentPOS\" width=\"300\" height=\"189\" /> AccentPOS Hub[/caption]\r\n\r\nThe Hub enables restaurant managers to keep track of individual venues.  Connected to the AccentPOS ® iPad application, the Hub tracks usage in real-time allowing managers to make more informed decisions about multiple outlets in seconds. The Hub is ideal for both small independent establishments and large multi-outlet brands.\r\n<h3></h3>\r\n<h3><strong>Key features of the Hub include:</strong></h3>\r\n&nbsp;\r\n\r\n<strong>Menu configuration </strong>\r\n\r\nCreate multiple menus and allocate them to in-house and takeaway, allowing for differentiation in price, range and description.  Edits to any of the menus can be completed in real-time and are applied to the in-house iPads upon sign-in.  AccentPOS® offers flexible menu configuration with custom primary and sub categories.  Menus can be arranged in a format that suits the current brand language, ensuring it is recognisable to existing staff members.\r\n\r\n<strong>Variants </strong>\r\n\r\nAccentPOS® variants are a universal addition which can be added to menu items. For example: a variant for a steak would be the addition of peppercorn sauce at the added cost of £1.00. Multiple variants can be added to a single menu item, all of which will be displayed when the waiting staff select the item within the AccentPOS® iPad application.\r\n\r\n<strong>Bookings</strong>\r\n\r\nAn integrated AccentPOS® bookings widget can be added to your existing website. Once installed, all bookings are collated in the ‘Bookings’ area of the Hub where they can be accepted or declined by the manager and allocated to a specific table at the requested time prior to customer arrival, maximising capacity.\r\n\r\n<strong>Easy expansion </strong>\r\n\r\nAdditional outlets along with their capacity can be added to the Hub to ensure AccentPOS® is ready to go as soon as the Wi-Fi is up and running inside the new outlet. All administrative work such as menu creation and allocation can be done before the restaurant opens or simply reallocated if a menu already exists within another of the outlets registered to AccentPOS®.\r\n\r\n<strong>Users </strong>\r\n\r\nA new user can be added and the manager can select what role they are performing within the restaurant which then informs their user privileges. Once a username and password has been assigned they are ready to pick up one of the in-house iPads and get started. Existing users can also have quickly updated passwords and can be removed from the system when required.\r\n\r\n<strong>Accounting </strong>\r\n\r\nEvery transaction put through AccentPOS® will appear in the Hub, allowing for a quick and easy cash-out at the end of the evening.  All transactions can be opened and viewed in more detail with the ability to re-print receipts if required. Discounts and refunds are also taken into account and can be reflected in the analytics dashboard if the user chooses to apply this information. All of the transaction history can be exported with one click and sent to an accountant in one neat file.\r\n\r\n<strong>Star hardware</strong>\r\n\r\nTo complete the package, the TSP143IIIU USB printer and TSP654IIBI Bluetooth printer from Star Micronics have been integrated by AccentPOS® as the supported POS receipt and kitchen order printers.\r\n\r\nThe TSP143IIIU offers a unique communication and charge feature via the Apple device’s Lightning cable for a no-fuss setup, reliable connection while the ultra-white casing aesthetically matches Apple tablets.  AccentPOS® is also planning to integrate the new mC-Print3™, Star’s latest printer with up to 5 interfaces alongside multiple peripheral hub functionality.\r\n<h4><strong><img class=\"alignleft wp-image-2719 size-medium\" title=\"AccentPOS\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/AccentPOS_Star-printers-300x192.jpg\" alt=\"AccentPOS\" width=\"300\" height=\"192\" />Case study - India Quay Restaurant, Portsmouth </strong></h4>\r\nOne satisfied customer is India Quay, an Indian restaurant in Portsmouth using AccentPOS® and the TSP654IIBI from Star.\r\n\r\nRuman Karim, the owner of India Quay, comments: “Other EPOS solutions are just an electronic ordering system.  AccentPOS® provides a scalable solution with greater insight that allows me to see live statistics and report on how each of my restaurants is performing, regardless of my location”.\r\n\r\nRuman also explained that restaurant managers who need the flexibility to change the menu to remove a particular dish that has sold out or to add specials have the power to do so with AccentPOS®.  “The manager dashboard puts the control in the hands of the manager so menu changes can be performed quickly and easily”.\r\n\r\nAs seasonality is a factor that affects hospitality venues, the need to scale up or down staff numbers and supplies to deal with an increase in the number of customers can result in a rise in costs for the business, but AccentPOS® customers benefit from features that offer scalability whilst limiting cost.\r\n\r\n“AccentPOS® is fluid. The outside terrace opens in the summer months so the staff can now take orders on the iPad, removing the need for them to physically walk handwritten orders to the bar and kitchen. This increased efficiency allows us to take more orders and welcome more people to experience our food without the need for additional waiting staff. That in itself more than covers the costs of putting the AccentPOS® solution in place.”\r\n\r\nAccentPOS® is enhancing its solution further by including a new customer facing app that will be available early 2019 to help customers search, discover, book and collect rewards from hospitality venues signed up to AccentPOS®.\r\n\r\n<strong>For more information about AccentPOS® and Star visit:</strong>\r\n\r\n<a href=\"http://www.AccentPOS.com\">www.AccentPOS.com</a>\r\n\r\n<a href=\"http://www.Star-EMEA.com\">www.Star-EMEA.com</a>','Introducing AccentPOS ® Hub: A comprehensive back-office dashboard for restaurant managers','','publish','closed','open','','introducing-dashboard-restaurants','','','2018-10-02 14:30:04','2018-10-02 14:30:04','',0,'http://www.ontradeprogress.com/?p=2717',0,'post','',0),(2718,1,'2018-10-02 09:56:17','2018-10-02 09:56:17','','AccentPOS_LOGO','','inherit','closed','closed','','accentpos_logo','','','2018-10-02 09:56:17','2018-10-02 09:56:17','',2717,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/AccentPOS_LOGO.jpg',0,'attachment','image/jpeg',0),(2719,1,'2018-10-02 09:56:21','2018-10-02 09:56:21','','AccentPOS_Star printers','','inherit','closed','closed','','accentpos_star-printers','','','2018-10-02 09:56:21','2018-10-02 09:56:21','',2717,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/AccentPOS_Star-printers.jpg',0,'attachment','image/jpeg',0),(2720,1,'2018-10-02 09:56:28','2018-10-02 09:56:28','','analytics-section (Advert 2)18','','inherit','closed','closed','','analytics-section-advert-218','','','2018-10-02 09:56:28','2018-10-02 09:56:28','',2717,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/analytics-section-Advert-218.jpg',0,'attachment','image/jpeg',0),(2721,1,'2018-10-02 09:56:47','2018-10-02 09:56:47','','Star logo','','inherit','closed','closed','','star-logo','','','2018-10-02 10:00:09','2018-10-02 10:00:09','',2717,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Star-logo.jpg',0,'attachment','image/jpeg',0),(2722,1,'2018-10-02 10:00:50','2018-10-02 10:00:50','<h2>Introducing AccentPOS ® Hub: A comprehensive back-office dashboard for restaurant managers</h2>\r\n&nbsp;\r\n\r\nAccentPOS ® <a href=\"http://www.AccentPOS.com\" target=\"_blank\" rel=\"noopener\">Hub</a>, is an online companion application to AccentPOS ® by Accent IT Services; an Apple iPad point-of-sale (POS) application for hospitality venues.\r\n\r\n[caption id=\"attachment_2720\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2720 size-medium\" title=\"AccentPOS\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/analytics-section-Advert-218-300x189.jpg\" alt=\"AccentPOS\" width=\"300\" height=\"189\" /> AccentPOS Hub[/caption]\r\n\r\nThe Hub enables restaurant managers to keep track of individual venues.  Connected to the AccentPOS ® iPad application, the Hub tracks usage in real-time allowing managers to make more informed decisions about multiple outlets in seconds. The Hub is ideal for both small independent establishments and large multi-outlet brands.\r\n<h3></h3>\r\n<h3><strong>Key features of the Hub include:</strong></h3>\r\n&nbsp;\r\n\r\n<strong>Menu configuration </strong>\r\n\r\nCreate multiple menus and allocate them to in-house and takeaway, allowing for differentiation in price, range and description.  Edits to any of the menus can be completed in real-time and are applied to the in-house iPads upon sign-in.  AccentPOS® offers flexible menu configuration with custom primary and sub categories.  Menus can be arranged in a format that suits the current brand language, ensuring it is recognisable to existing staff members.\r\n\r\n<strong>Variants </strong>\r\n\r\nAccentPOS® variants are a universal addition which can be added to menu items. For example: a variant for a steak would be the addition of peppercorn sauce at the added cost of £1.00. Multiple variants can be added to a single menu item, all of which will be displayed when the waiting staff select the item within the AccentPOS® iPad application.\r\n\r\n<strong>Bookings</strong>\r\n\r\nAn integrated AccentPOS® bookings widget can be added to your existing website. Once installed, all bookings are collated in the ‘Bookings’ area of the Hub where they can be accepted or declined by the manager and allocated to a specific table at the requested time prior to customer arrival, maximising capacity.\r\n\r\n<strong>Easy expansion </strong>\r\n\r\nAdditional outlets along with their capacity can be added to the Hub to ensure AccentPOS® is ready to go as soon as the Wi-Fi is up and running inside the new outlet. All administrative work such as menu creation and allocation can be done before the restaurant opens or simply reallocated if a menu already exists within another of the outlets registered to AccentPOS®.\r\n\r\n<strong>Users </strong>\r\n\r\nA new user can be added and the manager can select what role they are performing within the restaurant which then informs their user privileges. Once a username and password has been assigned they are ready to pick up one of the in-house iPads and get started. Existing users can also have quickly updated passwords and can be removed from the system when required.\r\n\r\n<strong>Accounting </strong>\r\n\r\nEvery transaction put through AccentPOS® will appear in the Hub, allowing for a quick and easy cash-out at the end of the evening.  All transactions can be opened and viewed in more detail with the ability to re-print receipts if required. Discounts and refunds are also taken into account and can be reflected in the analytics dashboard if the user chooses to apply this information. All of the transaction history can be exported with one click and sent to an accountant in one neat file.\r\n\r\n<strong>Star hardware</strong>\r\n\r\nTo complete the package, the TSP143IIIU USB printer and TSP654IIBI Bluetooth printer from Star Micronics have been integrated by AccentPOS® as the supported POS receipt and kitchen order printers.\r\n\r\nThe TSP143IIIU offers a unique communication and charge feature via the Apple device’s Lightning cable for a no-fuss setup, reliable connection while the ultra-white casing aesthetically matches Apple tablets.  AccentPOS® is also planning to integrate the new mC-Print3™, Star’s latest printer with up to 5 interfaces alongside multiple peripheral hub functionality.\r\n<h4><strong><img class=\"alignleft wp-image-2719 size-medium\" title=\"AccentPOS\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/AccentPOS_Star-printers-300x192.jpg\" alt=\"AccentPOS\" width=\"300\" height=\"192\" />Case study - India Quay Restaurant, Portsmouth </strong></h4>\r\nOne satisfied customer is India Quay, an Indian restaurant in Portsmouth using AccentPOS® and the TSP654IIBI from Star.\r\n\r\nRuman Karim, the owner of India Quay, comments: “Other EPOS solutions are just an electronic ordering system.  AccentPOS® provides a scalable solution with greater insight that allows me to see live statistics and report on how each of my restaurants is performing, regardless of my location”.\r\n\r\nRuman also explained that restaurant managers who need the flexibility to change the menu to remove a particular dish that has sold out or to add specials have the power to do so with AccentPOS®.  “The manager dashboard puts the control in the hands of the manager so menu changes can be performed quickly and easily”.\r\n\r\nAs seasonality is a factor that affects hospitality venues, the need to scale up or down staff numbers and supplies to deal with an increase in the number of customers can result in a rise in costs for the business, but AccentPOS® customers benefit from features that offer scalability whilst limiting cost.\r\n\r\n“AccentPOS® is fluid. The outside terrace opens in the summer months so the staff can now take orders on the iPad, removing the need for them to physically walk handwritten orders to the bar and kitchen. This increased efficiency allows us to take more orders and welcome more people to experience our food without the need for additional waiting staff. That in itself more than covers the costs of putting the AccentPOS® solution in place.”\r\n\r\nAccentPOS® is enhancing its solution further by including a new customer facing app that will be available early 2019 to help customers search, discover, book and collect rewards from hospitality venues signed up to AccentPOS®.\r\n\r\n<strong>For more information about AccentPOS® and Star visit:</strong>\r\n\r\n<a href=\"http://www.AccentPOS.com\">www.AccentPOS.com</a>\r\n\r\n<a href=\"http://www.Star-EMEA.com\">www.Star-EMEA.com</a>','','','inherit','closed','closed','','2717-revision-v1','','','2018-10-02 10:00:50','2018-10-02 10:00:50','',2717,'http://www.ontradeprogress.com/2018/10/02/2717-revision-v1/',0,'revision','',0),(2723,1,'2018-10-02 10:02:06','2018-10-02 10:02:06','<h2>Introducing AccentPOS ® Hub: A comprehensive back-office dashboard for restaurant managers</h2>\r\n&nbsp;\r\n\r\nAccentPOS ® <a href=\"http://www.AccentPOS.com\" target=\"_blank\" rel=\"noopener\">Hub</a>, is an online companion application to AccentPOS ® by Accent IT Services; an Apple iPad point-of-sale (POS) application for hospitality venues.\r\n\r\n[caption id=\"attachment_2720\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2720 size-medium\" title=\"AccentPOS\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/analytics-section-Advert-218-300x189.jpg\" alt=\"AccentPOS\" width=\"300\" height=\"189\" /> AccentPOS Hub[/caption]\r\n\r\nThe Hub enables restaurant managers to keep track of individual venues.  Connected to the AccentPOS ® iPad application, the Hub tracks usage in real-time allowing managers to make more informed decisions about multiple outlets in seconds. The Hub is ideal for both small independent establishments and large multi-outlet brands.\r\n<h3></h3>\r\n<h3><strong>Key features of the Hub include:</strong></h3>\r\n&nbsp;\r\n\r\n<strong>Menu configuration </strong>\r\n\r\nCreate multiple menus and allocate them to in-house and takeaway, allowing for differentiation in price, range and description.  Edits to any of the menus can be completed in real-time and are applied to the in-house iPads upon sign-in.  AccentPOS® offers flexible menu configuration with custom primary and sub categories.  Menus can be arranged in a format that suits the current brand language, ensuring it is recognisable to existing staff members.\r\n\r\n<strong>Variants </strong>\r\n\r\nAccentPOS® variants are a universal addition which can be added to menu items. For example: a variant for a steak would be the addition of peppercorn sauce at the added cost of £1.00. Multiple variants can be added to a single menu item, all of which will be displayed when the waiting staff select the item within the AccentPOS® iPad application.\r\n\r\n<strong>Bookings</strong>\r\n\r\nAn integrated AccentPOS® bookings widget can be added to your existing website. Once installed, all bookings are collated in the ‘Bookings’ area of the Hub where they can be accepted or declined by the manager and allocated to a specific table at the requested time prior to customer arrival, maximising capacity.\r\n\r\n<strong>Easy expansion </strong>\r\n\r\nAdditional outlets along with their capacity can be added to the Hub to ensure AccentPOS® is ready to go as soon as the Wi-Fi is up and running inside the new outlet. All administrative work such as menu creation and allocation can be done before the restaurant opens or simply reallocated if a menu already exists within another of the outlets registered to AccentPOS®.\r\n\r\n<strong>Users </strong>\r\n\r\nA new user can be added and the manager can select what role they are performing within the restaurant which then informs their user privileges. Once a username and password has been assigned they are ready to pick up one of the in-house iPads and get started. Existing users can also have quickly updated passwords and can be removed from the system when required.\r\n\r\n<strong>Accounting </strong>\r\n\r\nEvery transaction put through AccentPOS® will appear in the Hub, allowing for a quick and easy cash-out at the end of the evening.  All transactions can be opened and viewed in more detail with the ability to re-print receipts if required. Discounts and refunds are also taken into account and can be reflected in the analytics dashboard if the user chooses to apply this information. All of the transaction history can be exported with one click and sent to an accountant in one neat file.\r\n\r\n<strong>Star hardware</strong>\r\n\r\nTo complete the package, the TSP143IIIU USB printer and TSP654IIBI Bluetooth printer from Star Micronics have been integrated by AccentPOS® as the supported POS receipt and kitchen order printers.\r\n\r\nThe TSP143IIIU offers a unique communication and charge feature via the Apple device’s Lightning cable for a no-fuss setup, reliable connection while the ultra-white casing aesthetically matches Apple tablets.  AccentPOS® is also planning to integrate the new mC-Print3™, Star’s latest printer with up to 5 interfaces alongside multiple peripheral hub functionality.\r\n<h4><strong><img class=\"alignleft wp-image-2719 size-medium\" title=\"AccentPOS\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/AccentPOS_Star-printers-300x192.jpg\" alt=\"AccentPOS\" width=\"300\" height=\"192\" />Case study - India Quay Restaurant, Portsmouth </strong></h4>\r\nOne satisfied customer is India Quay, an Indian restaurant in Portsmouth using AccentPOS® and the TSP654IIBI from Star.\r\n\r\nRuman Karim, the owner of India Quay, comments: “Other EPOS solutions are just an electronic ordering system.  AccentPOS® provides a scalable solution with greater insight that allows me to see live statistics and report on how each of my restaurants is performing, regardless of my location”.\r\n\r\nRuman also explained that restaurant managers who need the flexibility to change the menu to remove a particular dish that has sold out or to add specials have the power to do so with AccentPOS®.  “The manager dashboard puts the control in the hands of the manager so menu changes can be performed quickly and easily”.\r\n\r\nAs seasonality is a factor that affects hospitality venues, the need to scale up or down staff numbers and supplies to deal with an increase in the number of customers can result in a rise in costs for the business, but AccentPOS® customers benefit from features that offer scalability whilst limiting cost.\r\n\r\n“AccentPOS® is fluid. The outside terrace opens in the summer months so the staff can now take orders on the iPad, removing the need for them to physically walk handwritten orders to the bar and kitchen. This increased efficiency allows us to take more orders and welcome more people to experience our food without the need for additional waiting staff. That in itself more than covers the costs of putting the AccentPOS® solution in place.”\r\n\r\nAccentPOS® is enhancing its solution further by including a new customer facing app that will be available early 2019 to help customers search, discover, book and collect rewards from hospitality venues signed up to AccentPOS®.\r\n\r\n<strong>For more information about AccentPOS® and Star visit:</strong>\r\n\r\n<a href=\"http://www.AccentPOS.com\">www.AccentPOS.com</a>\r\n\r\n<a href=\"http://www.Star-EMEA.com\">www.Star-EMEA.com</a>','Introducing AccentPOS ® Hub: A comprehensive back-office dashboard for restaurant managers','','inherit','closed','closed','','2717-revision-v1','','','2018-10-02 10:02:06','2018-10-02 10:02:06','',2717,'http://www.ontradeprogress.com/2018/10/02/2717-revision-v1/',0,'revision','',0),(2724,1,'2018-10-02 10:31:31','2018-10-02 10:31:31','<p class=\"p1\"><strong><span class=\"s1\">Following this morning’s announcement that the UK’s future immigration system will prioritise high-skilled migrants, UKHospitality has warned that any such system will have a significant impact on hospitality employment.</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">UKHospitality Chief Executive Kate Nicholls said: “In the wake of today’s immigration policy announcement, we face mounting concerns over the future of the hospitality workforce. A system based solely on high skills and high wages will not work for hospitality where we have labour shortages. The sector employs over 3 million people, many of whom are migrant workers, but under the new policy 90% of these roles could not be filled under planned changes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Many hospitality businesses have struggled to find willing British workers and, with changing demographics and low unemployment, we are facing the very real danger of chronic skills shortages. Operators will rightly be concerned about the potential for increased red tape and bureaucracy for job applicants and there needs to be a transition period to give time for businesses to adapt.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“UKHospitality has repeatedly flagged that is it illogical to place so much emphasis on the economic worth of individuals, rather than the wider benefits they bring to the UK. We will be pressing the Government for a sensible and pragmatic lower-skilled migrant worker route for the hospitality sector.”</span></p>\r\nClick <a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">here</a> to read about the Chancellors plans to inject funds into apprenticeships.','UKHospitality warns over potential employee shortage','','publish','closed','open','','ukhospitality-immigration-brexit','','\nhttp://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/','2018-10-02 10:44:41','2018-10-02 10:44:41','',0,'http://www.ontradeprogress.com/?p=2724',0,'post','',0),(2725,1,'2018-10-02 10:30:57','2018-10-02 10:30:57','<p class=\"p1\"><strong><span class=\"s1\">Following this morning’s announcement that the UK’s future immigration system will prioritise high-skilled migrants, UKHospitality has warned that any such system will have a significant impact on hospitality employment.</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">UKHospitality Chief Executive Kate Nicholls said: “In the wake of today’s immigration policy announcement, we face mounting concerns over the future of the hospitality workforce. A system based solely on high skills and high wages will not work for hospitality where we have labour shortages. The sector employs over 3 million people, many of whom are migrant workers, but under the new policy 90% of these roles could not be filled under planned changes.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Many hospitality businesses have struggled to find willing British workers and, with changing demographics and low unemployment, we are facing the very real danger of chronic skills shortages. Operators will rightly be concerned about the potential for increased red tape and bureaucracy for job applicants and there needs to be a transition period to give time for businesses to adapt.</span></p>\r\n<p class=\"p1\"><span class=\"s1\">“UKHospitality has repeatedly flagged that is it illogical to place so much emphasis on the economic worth of individuals, rather than the wider benefits they bring to the UK. We will be pressing the Government for a sensible and pragmatic lower-skilled migrant worker route for the hospitality sector.”</span></p>\r\nClick <a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">here</a> to read about the Chancellors plans to inject funds into apprenticeships.','UKHospitality warns over potential employee shortage','','inherit','closed','closed','','2724-revision-v1','','','2018-10-02 10:30:57','2018-10-02 10:30:57','',2724,'http://www.ontradeprogress.com/2018/10/02/2724-revision-v1/',0,'revision','',0),(2727,1,'2018-10-04 08:25:21','2018-10-04 08:25:21','<h2 class=\"p1\"><span class=\"s1\"><i>Class-leading wash results, lower running costs: new undercounter dishwashers and glasswashers</i></span></h2>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://www.winterhalter.co.uk/\" target=\"_blank\" rel=\"noopener\">Winterhalter</a> has launched new versions of its popular UC undercounter glasswashers and dishwashers with extensive upgrades designed to make them even more energy and water efficient, while delivering the best ever wash results.  A new smartphone-style touchpad control panel makes them even easier to use, and offers more functions, while the body has been re-engineered to give it the longest possible service life.  Meanwhile, the company has also upgraded its Connected Wash technology, making the new UC’s connectivity simpler and more robust. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Saving running costs and getting the best possible wash results, reliably, are the two key criteria for most foodservice and bar operators,” says Paul Crowley, Winterhalter UK’s marketing manager.  “In terms of meeting those needs, with the UC we think we’ve created something of a masterpiece.”  The UC’s performance is based around a total redesign of the wash arm, including changes to the water channels and jets to optimize the water flow and create an improved washfield.  It results in a more effective performance: in tests, the new washfield outperformed two main competitor models with a removal rate of 88%, compared to 38% and 14%. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n\r\n\r\n[caption id=\"attachment_2728\" align=\"alignright\" width=\"225\"]<img class=\"wp-image-2728 size-medium\" title=\"Winterhalter launch their new undercounter range\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Winterhalter-launches-new-versions-of-the-ever-popular-UC-225x300.jpg\" alt=\"Winterhalter launch their new undercounter range\" width=\"225\" height=\"300\" /> Winterhalter launch their new undercounter range[/caption]\r\n<p class=\"p1\"><span class=\"s1\">In terms of running costs, the new washfield makes a significant impact.  It reduces rinse water consumption by up to 25%, which in turn reduces energy consumption and chemical consumption.  Overall, the result is a reduction in operating costs of up to 22%. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new touch control panel is intuitive and operation will be familiar to anyone with a smartphone or tablet.  The 11.68cm screen offers a high resolution, full-colour display and is engineered to be kitchen-proof: fully waterproof and break-resistant, the tempered glass protects the electronics but also responds to light touches – and it can be operated with gloves on.  </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The screen also offers several extra functions compared to previous models: for example, along with error and alert messages, it will tell operators when it’s time to change the water. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Winterhalter has more experience than most with Connectivity – its Connected Wash technology was amongst the first to hit the market.  The new UC has the latest version of Connected Wash built in, which makes it easier to connect to the internet and overcomes the issues that some earlier connected appliances had with maintaining the connection.  It not only allows users to remotely monitor the operation of their UC machines but also to send software updates. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new UC is available in four sizes, small to extra-large.  Glasswashers can process up to 77 racks per hour, dishwashers up to 66.  The range is available from dealers with list prices starting from £5,440. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p2\"><span class=\"s1\">Winterhalter provides a total solution for warewashing, from pre-sales advice to after-sales service, training and maintenance.  Alongside its market-leading dish and glasswashers, the company’s range includes utensil washers, advanced water treatment machines, cleaning chemicals and detergents.  For further details, call Winterhalter on 01908 359000, see <a href=\"http://www.winterhalter.co.uk/\"><span class=\"s2\">www.winterhalter.co.uk</span></a>, or <a href=\"http://www.winterhalter-scout.biz/\"><span class=\"s2\">www.winterhalter-scout.biz</span></a> or email <a href=\"mailto:info@winterhalter.co.uk\"><span class=\"s2\">info@winterhalter.co.uk</span></a>.</span></p>','Winterhalter’s new under the counter ‘masterpiece’','','publish','closed','open','','winterhalters-new-under-counter-masterpiece','','','2018-10-16 14:41:50','2018-10-16 14:41:50','',0,'http://www.ontradeprogress.com/?p=2727',0,'post','',0),(2728,1,'2018-10-04 08:21:55','2018-10-04 08:21:55','','Winterhalter launches new versions of the ever popular UC','','inherit','closed','closed','','winterhalter-launches-new-versions-of-the-ever-popular-uc','','','2018-10-04 08:22:49','2018-10-04 08:22:49','',2727,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Winterhalter-launches-new-versions-of-the-ever-popular-UC.jpg',0,'attachment','image/jpeg',0),(2729,1,'2018-10-04 08:24:37','2018-10-04 08:24:37','<h2 class=\"p1\"><span class=\"s1\"><i>Class-leading wash results, lower running costs: new undercounter dishwashers and glasswashers</i></span></h2>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><a href=\"https://www.winterhalter.co.uk/\" target=\"_blank\" rel=\"noopener\">Winterhalter</a> has launched new versions of its popular UC undercounter glasswashers and dishwashers with extensive upgrades designed to make them even more energy and water efficient, while delivering the best ever wash results.  A new smartphone-style touchpad control panel makes them even easier to use, and offers more functions, while the body has been re-engineered to give it the longest possible service life.  Meanwhile, the company has also upgraded its Connected Wash technology, making the new UC’s connectivity simpler and more robust. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">“Saving running costs and getting the best possible wash results, reliably, are the two key criteria for most foodservice and bar operators,” says Paul Crowley, Winterhalter UK’s marketing manager.  “In terms of meeting those needs, with the UC we think we’ve created something of a masterpiece.”  The UC’s performance is based around a total redesign of the wash arm, including changes to the water channels and jets to optimize the water flow and create an improved washfield.  It results in a more effective performance: in tests, the new washfield outperformed two main competitor models with a removal rate of 88%, compared to 38% and 14%. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n\r\n\r\n[caption id=\"attachment_2728\" align=\"alignright\" width=\"225\"]<img class=\"wp-image-2728 size-medium\" title=\"Winterhalter launch their new undercounter range\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Winterhalter-launches-new-versions-of-the-ever-popular-UC-225x300.jpg\" alt=\"Winterhalter launch their new undercounter range\" width=\"225\" height=\"300\" /> Winterhalter launch their new undercounter range[/caption]\r\n<p class=\"p1\"><span class=\"s1\">In terms of running costs, the new washfield makes a significant impact.  It reduces rinse water consumption by up to 25%, which in turn reduces energy consumption and chemical consumption.  Overall, the result is a reduction in operating costs of up to 22%. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new touch control panel is intuitive and operation will be familiar to anyone with a smartphone or tablet.  The 11.68cm screen offers a high resolution, full-colour display and is engineered to be kitchen-proof: fully waterproof and break-resistant, the tempered glass protects the electronics but also responds to light touches – and it can be operated with gloves on.  </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The screen also offers several extra functions compared to previous models: for example, along with error and alert messages, it will tell operators when it’s time to change the water. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Winterhalter has more experience than most with Connectivity – its Connected Wash technology was amongst the first to hit the market.  The new UC has the latest version of Connected Wash built in, which makes it easier to connect to the internet and overcomes the issues that some earlier connected appliances had with maintaining the connection.  It not only allows users to remotely monitor the operation of their UC machines but also to send software updates. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new UC is available in four sizes, small to extra-large.  Glasswashers can process up to 77 racks per hour, dishwashers up to 66.  The range is available from dealers with list prices starting from £5,440. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p2\"><span class=\"s1\">Winterhalter provides a total solution for warewashing, from pre-sales advice to after-sales service, training and maintenance.  Alongside its market-leading dish and glasswashers, the company’s range includes utensil washers, advanced water treatment machines, cleaning chemicals and detergents.  For further details, call Winterhalter on 01908 359000, see <a href=\"http://www.winterhalter.co.uk/\"><span class=\"s2\">www.winterhalter.co.uk</span></a>, or <a href=\"http://www.winterhalter-scout.biz/\"><span class=\"s2\">www.winterhalter-scout.biz</span></a> or email <a href=\"mailto:info@winterhalter.co.uk\"><span class=\"s2\">info@winterhalter.co.uk</span></a>.</span></p>','Winterhalter’s new under the counter ‘masterpiece’','','inherit','closed','closed','','2727-revision-v1','','','2018-10-04 08:24:37','2018-10-04 08:24:37','',2727,'http://www.ontradeprogress.com/2018/10/04/2727-revision-v1/',0,'revision','',0),(2730,1,'2018-10-04 09:02:56','2018-10-04 09:02:56','<p class=\"p3\"><strong><span class=\"s1\"><a href=\"https://unitetheunion.org/\" target=\"_blank\" rel=\"noopener\">Unite</a> members from TGI Fridays in Milton Keynes, Covent Garden and Stratford City will mark their eighth 24-hour walkout tomorrow (Thursday 4 October) by joining with striking workers from McDonald’s and Wetherspoons for a historic rally in London’s Leicester Square to demand a better deal for hospitality workers.</span></strong></p>\r\n<p class=\"p4\"><span class=\"s1\">The strikers, who have come together to call for £10 an hour and union rights, will be joined by fast food and gig economy workers from across the UK and abroad in taking action tomorrow in a mass show of solidarity.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">The TGI Fridays strike is over a change in tip’s policy which has left waiting staff £250 a month worse off and the company’s continued refusal to hear their grievances.</span></p>\r\n\r\n\r\n[caption id=\"attachment_2731\" align=\"alignright\" width=\"256\"]<img class=\"size-full wp-image-2731\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/RESTAURANT.jpeg\" alt=\"Hospitality workers strike over pay and rights\" width=\"256\" height=\"197\" /> Hospitality workers strike over pay and rights[/caption]\r\n<p class=\"p4\"><span class=\"s1\">Speaking ahead of the rally Unite national officer Rhys McCarthy said: “This is an incredibly exciting time to be part of the trade union movement. Hospitality workers are finding their voice and their power in the union.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“These workers have had enough of low pay and insecure work. They will not stand by and let their bosses pocket their tips nor cheat them out of money they’re rightfully owed.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“They are demanding not only respect but better pay and union rights because they know that by standing together they can win.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“These young workers are leading a growing movement against low pay and insecure work in the hospitality sector and across the gig economy. Unite stands right by their side.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“Only this week, Unite’s ‘fair tips’ campaign won an important promise from this government to stop employers taking a cut of workers’ tips. We will hold the government to that pledge.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“We are calling on TGI Fridays to get around the table to find a sensible solution to this dispute. These workers deserve so much better from TGI Fridays’ bosses.”</span></p>\r\nWith a strike planned and UKHospitality warning over future employee shortage, click <a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">here</a> to read about the future of our sector.','Hospitality workers rally for better pay and union rights','','publish','closed','open','','hospitality-workers-rally-pay-rights','','\nhttp://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/','2018-10-04 09:04:22','2018-10-04 09:04:22','',0,'http://www.ontradeprogress.com/?p=2730',0,'post','',0),(2731,1,'2018-10-04 08:51:19','2018-10-04 08:51:19','Hospitality workers strike over pay and rights','RESTAURANT','Hospitality workers strike over pay and rights','inherit','closed','closed','','restaurant','','','2018-10-04 08:52:26','2018-10-04 08:52:26','',2730,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/RESTAURANT.jpeg',0,'attachment','image/jpeg',0),(2732,1,'2018-10-04 08:57:19','2018-10-04 08:57:19','','Hospitality workers strike over pay and rights','Hospitality workers strike over pay and rights','inherit','closed','closed','','glasses-919071_640','','','2018-10-04 08:58:07','2018-10-04 08:58:07','',2730,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/glasses-919071_640.jpg',0,'attachment','image/jpeg',0),(2733,1,'2018-10-04 09:02:56','2018-10-04 09:02:56','<p class=\"p3\"><strong><span class=\"s1\"><a href=\"https://unitetheunion.org/\" target=\"_blank\" rel=\"noopener\">Unite</a> members from TGI Fridays in Milton Keynes, Covent Garden and Stratford City will mark their eighth 24-hour walkout tomorrow (Thursday 4 October) by joining with striking workers from McDonald’s and Wetherspoons for a historic rally in London’s Leicester Square to demand a better deal for hospitality workers.</span></strong></p>\r\n<p class=\"p4\"><span class=\"s1\">The strikers, who have come together to call for £10 an hour and union rights, will be joined by fast food and gig economy workers from across the UK and abroad in taking action tomorrow in a mass show of solidarity.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">The TGI Fridays strike is over a change in tip’s policy which has left waiting staff £250 a month worse off and the company’s continued refusal to hear their grievances.</span></p>\r\n\r\n\r\n[caption id=\"attachment_2731\" align=\"alignright\" width=\"256\"]<img class=\"size-full wp-image-2731\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/RESTAURANT.jpeg\" alt=\"Hospitality workers strike over pay and rights\" width=\"256\" height=\"197\" /> Hospitality workers strike over pay and rights[/caption]\r\n<p class=\"p4\"><span class=\"s1\">Speaking ahead of the rally Unite national officer Rhys McCarthy said: “This is an incredibly exciting time to be part of the trade union movement. Hospitality workers are finding their voice and their power in the union.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“These workers have had enough of low pay and insecure work. They will not stand by and let their bosses pocket their tips nor cheat them out of money they’re rightfully owed.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“They are demanding not only respect but better pay and union rights because they know that by standing together they can win.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“These young workers are leading a growing movement against low pay and insecure work in the hospitality sector and across the gig economy. Unite stands right by their side.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“Only this week, Unite’s ‘fair tips’ campaign won an important promise from this government to stop employers taking a cut of workers’ tips. We will hold the government to that pledge.</span></p>\r\n<p class=\"p4\"><span class=\"s1\">“We are calling on TGI Fridays to get around the table to find a sensible solution to this dispute. These workers deserve so much better from TGI Fridays’ bosses.”</span></p>\r\nWith a strike planned and UKHospitality warning over future employee shortage, click <a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">here</a> to read about the future of our sector.','Hospitality workers rally for better pay and union rights','','inherit','closed','closed','','2730-revision-v1','','','2018-10-04 09:02:56','2018-10-04 09:02:56','',2730,'http://www.ontradeprogress.com/2018/10/04/2730-revision-v1/',0,'revision','',0),(2735,1,'2018-10-04 11:07:40','2018-10-04 11:07:40','<strong>Autumn is here and students are out and about celebrating the festive season with the hospitality sector. </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2736\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2736 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640-300x200.jpg\" alt=\"Students love cocktails\" width=\"300\" height=\"200\" /> Prepare your venue for the influx of students[/caption]\r\n\r\nWith autumn upon us, there are so many exciting events hospitality professionals can be exploiting to draw student footfall to their venue. Whether it’s Halloween, Guy Fawkes’ Night or the general merriment that comes alongside students’ first full month at university – now is the time to be preparing your venue to attract this key customer base. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Halloween<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nA statistic from Conlumino conducted between 2014-2015 indicated that Brits spend nearly £460 million on Halloween celebrations, of which £75 million is spent on entertainment. With so much cash being injected into the economy during this key period, a lot of this is being contributed by students looking to go out and have a good night out. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe On-Trade sector is in a key position to ensure this money comes there way; and to start, venues need to be prepared. On average, students start confirming their Halloween plans anywhere between 3-5 weeks before October 31<span data-fontsize=\"12\">st</span>. As a result, venues need to be planning exactly what they intend to do to attract these students; whether its host a themed club night, offer a Halloween games night, or a special seasonal cocktail promotion. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe marketing for this is key. Getting the word out to the student sector specifically is slightly different to conventional marketing; we recommend utilising your social media. You can be posting visuals of the venue, special Halloween-themed drinks and offers too. Moreover, flyering has proved to work well with this demographic, especially in closed campus environments. Feel free to talk to the local student union, who may be able to post some of the flyers up in different buildings across campus. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGet to work making your venue look attractive. A lot of the time, in the digital age, making your venue more ‘instagrammable’ will attract students to your venue. While this doesn’t necessarily mean you need to be spending a fortune on Halloween decorations, you should be considering some form of decorations. Even if you purchase cheaper ones from a wholesaler, be creative in your approach to transforming your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nWe heavily recommend making a themed cocktail list – even if you only offer between 2-3 Halloween-style cocktails, it will give students a chance to enjoy the festivities, you to show off your cocktail making skills and others to snap pictures of them to post and share through social media. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<strong>Here are some spooky suggestions: </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">The poisoned pomegranate<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>3 tbsp of vodka, 3oz. of pomegranate juice and 6oz. of Seltzer.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">A white widow<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>50ml of vodka, 100ml of milk, dash of cream and any black liquor to garnish.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Witch’s potion<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>2oz. Viniq Original, 2oz. dry champagne and dry ice. </i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nLastly, make sure all of your staff are also in the Halloween spirit. Whether it’s wearing matching costumes or donning a silly pair of festive-themed ears, showing that everyone is enjoying the evening will really create a fun atmosphere in your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Guy Fawkes’ Night<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2737\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2737 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcohol-1853327_640-300x200.jpg\" alt=\"students love cocktails\" width=\"300\" height=\"200\" /> Making sure you stock what students want could benefit your venue[/caption]\r\n\r\n‘Remember, remember the fifth of November, gunpowder, treason and plot, I see no reason, why gunpowder treason… can’t be utilised to draw students to your venue.’<span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGuy Fawkes’ Night is often celebrated through epic firework displays. There is a clear advantage if you’re a venue with a roof garden or great city views; this alone is enough to attract droves of students (and other customers) to your venue. This should certainly be advertised, as often is saves students the cost of a ticket to see the display up close. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nHowever, if you don’t have this to offer, you can still welcome people for ‘pre-firework’ drinks, or a list of themed cocktails. You can even play on the treasonous plot itself, by offering an immersive ‘Guy Fawkes’ Experience’ where students can come along to foil the plot. Immersive experiences have proved really popular with this demographic (for example, escape rooms, etc) – however, these often need to be meticulously planned. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIf you’re close to the location of the firework display, then the natural footfall to the area may be in your favour. Again, focus on flyering prior to, and on the night of, the display – this way people who don’t have any plans may decide to enter your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Other festivities<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIn general, October proves to be one of the busiest months in the hospitality calendar for student footfall. Whether, like we already discussed, you have students drawn to your venue for Halloween or Fireworks’ Night, there are also more students out and about this time of year. This is due to the fact that they are enjoying their first full month at university, and it’s the furthest month from their exam season whilst being at university – as a result, students are out, bonding with one another, and enjoying pubs, bars and restaurants across the country.\r\n\r\nTo read about <a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\">Corazon</a> Tequila coming to the UK click <a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">here</a>','Autumn Freshers’ Focus ','','publish','closed','open','','students-celebrating-festive-season','','','2018-10-04 11:22:30','2018-10-04 11:22:30','',0,'http://www.ontradeprogress.com/?p=2735',0,'post','',0),(2736,1,'2018-10-04 11:01:06','2018-10-04 11:01:06','','cocktail-3327242_640','','inherit','closed','closed','','cocktail-3327242_640','','','2018-10-04 11:01:21','2018-10-04 11:01:21','',2735,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640.jpg',0,'attachment','image/jpeg',0),(2737,1,'2018-10-04 11:02:46','2018-10-04 11:02:46','','alcohol-1853327_640','Prepare your venue for the influx of students','inherit','closed','closed','','alcohol-1853327_640','','','2018-10-04 11:03:10','2018-10-04 11:03:10','',2735,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcohol-1853327_640.jpg',0,'attachment','image/jpeg',0),(2738,1,'2018-10-04 11:05:07','2018-10-04 11:05:07','<strong>Autumn is here and students are out and about celebrating the festive season with the hospitality sector. </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2736\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2736 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640-300x200.jpg\" alt=\"Students love cocktails\" width=\"300\" height=\"200\" /> Prepare your venue for the influx of students[/caption]\r\n\r\nWith autumn upon us, there are so many exciting events hospitality professionals can be exploiting to draw student footfall to their venue. Whether it’s Halloween, Guy Fawkes’ Night or the general merriment that comes alongside students’ first full month at university – now is the time to be preparing your venue to attract this key customer base. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Halloween<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nA statistic from Conlumino conducted between 2014-2015 indicated that Brits spend nearly £460 million on Halloween celebrations, of which £75 million is spent on entertainment. With so much cash being injected into the economy during this key period, a lot of this is being contributed by students looking to go out and have a good night out. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe On-Trade sector is in a key position to ensure this money comes there way; and to start, venues need to be prepared. On average, students start confirming their Halloween plans anywhere between 3-5 weeks before October 31<span data-fontsize=\"12\">st</span>. As a result, venues need to be planning exactly what they intend to do to attract these students; whether its host a themed club night, offer a Halloween games night, or a special seasonal cocktail promotion. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe marketing for this is key. Getting the word out to the student sector specifically is slightly different to conventional marketing; we recommend utilising your social media. You can be posting visuals of the venue, special Halloween-themed drinks and offers too. Moreover, flyering has proved to work well with this demographic, especially in closed campus environments. Feel free to talk to the local student union, who may be able to post some of the flyers up in different buildings across campus. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGet to work making your venue look attractive. A lot of the time, in the digital age, making your venue more ‘instagrammable’ will attract students to your venue. While this doesn’t necessarily mean you need to be spending a fortune on Halloween decorations, you should be considering some form of decorations. Even if you purchase cheaper ones from a wholesaler, be creative in your approach to transforming your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nWe heavily recommend making a themed cocktail list – even if you only offer between 2-3 Halloween-style cocktails, it will give students a chance to enjoy the festivities, you to show off your cocktail making skills and others to snap pictures of them to post and share through social media. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<strong>Here are some spooky suggestions: </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">The poisoned pomegranate<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>3 tbsp of vodka, 3oz. of pomegranate juice and 6oz. of Seltzer.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">A white widow<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>50ml of vodka, 100ml of milk, dash of cream and any black liquor to garnish.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Witch’s potion<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>2oz. Viniq Original, 2oz. dry champagne and dry ice. </i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nLastly, make sure all of your staff are also in the Halloween spirit. Whether it’s wearing matching costumes or donning a silly pair of festive-themed ears, showing that everyone is enjoying the evening will really create a fun atmosphere in your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Guy Fawkes’ Night<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2737\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2737\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcohol-1853327_640-300x200.jpg\" alt=\"students love cocktails\" width=\"300\" height=\"200\" /> Prepare your venue for the influx of students[/caption]\r\n\r\n‘Remember, remember the fifth of November, gunpowder, treason and plot, I see no reason, why gunpowder treason… can’t be utilised to draw students to your venue.’<span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGuy Fawkes’ Night is often celebrated through epic firework displays. There is a clear advantage if you’re a venue with a roof garden or great city views; this alone is enough to attract droves of students (and other customers) to your venue. This should certainly be advertised, as often is saves students the cost of a ticket to see the display up close. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nHowever, if you don’t have this to offer, you can still welcome people for ‘pre-firework’ drinks, or a list of themed cocktails. You can even play on the treasonous plot itself, by offering an immersive ‘Guy Fawkes’ Experience’ where students can come along to foil the plot. Immersive experiences have proved really popular with this demographic (for example, escape rooms, etc) – however, these often need to be meticulously planned. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIf you’re close to the location of the firework display, then the natural footfall to the area may be in your favour. Again, focus on flyering prior to, and on the night of, the display – this way people who don’t have any plans may decide to enter your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Other festivities<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIn general, October proves to be one of the busiest months in the hospitality calendar for student footfall. Whether, like we already discussed, you have students drawn to your venue for Halloween or Fireworks’ Night, there are also more students out and about this time of year. This is due to the fact that they are enjoying their first full month at university, and it’s the furthest month from their exam season whilst being at university – as a result, students are out, bonding with one another, and enjoying pubs, bars and restaurants across the country.\r\n\r\nTo see','Autumn Freshers’ Focus ','','inherit','closed','closed','','2735-revision-v1','','','2018-10-04 11:05:07','2018-10-04 11:05:07','',2735,'http://www.ontradeprogress.com/2018/10/04/2735-revision-v1/',0,'revision','',0),(2739,1,'2018-10-04 11:06:57','2018-10-04 11:06:57','<strong>Autumn is here and students are out and about celebrating the festive season with the hospitality sector. </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2736\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2736 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640-300x200.jpg\" alt=\"Students love cocktails\" width=\"300\" height=\"200\" /> Prepare your venue for the influx of students[/caption]\r\n\r\nWith autumn upon us, there are so many exciting events hospitality professionals can be exploiting to draw student footfall to their venue. Whether it’s Halloween, Guy Fawkes’ Night or the general merriment that comes alongside students’ first full month at university – now is the time to be preparing your venue to attract this key customer base. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Halloween<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nA statistic from Conlumino conducted between 2014-2015 indicated that Brits spend nearly £460 million on Halloween celebrations, of which £75 million is spent on entertainment. With so much cash being injected into the economy during this key period, a lot of this is being contributed by students looking to go out and have a good night out. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe On-Trade sector is in a key position to ensure this money comes there way; and to start, venues need to be prepared. On average, students start confirming their Halloween plans anywhere between 3-5 weeks before October 31<span data-fontsize=\"12\">st</span>. As a result, venues need to be planning exactly what they intend to do to attract these students; whether its host a themed club night, offer a Halloween games night, or a special seasonal cocktail promotion. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe marketing for this is key. Getting the word out to the student sector specifically is slightly different to conventional marketing; we recommend utilising your social media. You can be posting visuals of the venue, special Halloween-themed drinks and offers too. Moreover, flyering has proved to work well with this demographic, especially in closed campus environments. Feel free to talk to the local student union, who may be able to post some of the flyers up in different buildings across campus. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGet to work making your venue look attractive. A lot of the time, in the digital age, making your venue more ‘instagrammable’ will attract students to your venue. While this doesn’t necessarily mean you need to be spending a fortune on Halloween decorations, you should be considering some form of decorations. Even if you purchase cheaper ones from a wholesaler, be creative in your approach to transforming your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nWe heavily recommend making a themed cocktail list – even if you only offer between 2-3 Halloween-style cocktails, it will give students a chance to enjoy the festivities, you to show off your cocktail making skills and others to snap pictures of them to post and share through social media. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<strong>Here are some spooky suggestions: </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">The poisoned pomegranate<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>3 tbsp of vodka, 3oz. of pomegranate juice and 6oz. of Seltzer.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">A white widow<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>50ml of vodka, 100ml of milk, dash of cream and any black liquor to garnish.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Witch’s potion<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>2oz. Viniq Original, 2oz. dry champagne and dry ice. </i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nLastly, make sure all of your staff are also in the Halloween spirit. Whether it’s wearing matching costumes or donning a silly pair of festive-themed ears, showing that everyone is enjoying the evening will really create a fun atmosphere in your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Guy Fawkes’ Night<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2737\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2737 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcohol-1853327_640-300x200.jpg\" alt=\"students love cocktails\" width=\"300\" height=\"200\" /> Making sure you stock what students want could benefit your venue[/caption]\r\n\r\n‘Remember, remember the fifth of November, gunpowder, treason and plot, I see no reason, why gunpowder treason… can’t be utilised to draw students to your venue.’<span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGuy Fawkes’ Night is often celebrated through epic firework displays. There is a clear advantage if you’re a venue with a roof garden or great city views; this alone is enough to attract droves of students (and other customers) to your venue. This should certainly be advertised, as often is saves students the cost of a ticket to see the display up close. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nHowever, if you don’t have this to offer, you can still welcome people for ‘pre-firework’ drinks, or a list of themed cocktails. You can even play on the treasonous plot itself, by offering an immersive ‘Guy Fawkes’ Experience’ where students can come along to foil the plot. Immersive experiences have proved really popular with this demographic (for example, escape rooms, etc) – however, these often need to be meticulously planned. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIf you’re close to the location of the firework display, then the natural footfall to the area may be in your favour. Again, focus on flyering prior to, and on the night of, the display – this way people who don’t have any plans may decide to enter your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Other festivities<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIn general, October proves to be one of the busiest months in the hospitality calendar for student footfall. Whether, like we already discussed, you have students drawn to your venue for Halloween or Fireworks’ Night, there are also more students out and about this time of year. This is due to the fact that they are enjoying their first full month at university, and it’s the furthest month from their exam season whilst being at university – as a result, students are out, bonding with one another, and enjoying pubs, bars and restaurants across the country.\r\n\r\nTo see','Autumn Freshers’ Focus ','','inherit','closed','closed','','2735-revision-v1','','','2018-10-04 11:06:57','2018-10-04 11:06:57','',2735,'http://www.ontradeprogress.com/2018/10/04/2735-revision-v1/',0,'revision','',0),(2740,1,'2018-10-04 11:21:12','2018-10-04 11:21:12','<strong>Autumn is here and students are out and about celebrating the festive season with the hospitality sector. </strong>\n\n<span data-ccp-props=\"{}\"> </span>\n\n[caption id=\"attachment_2736\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2736 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640-300x200.jpg\" alt=\"Students love cocktails\" width=\"300\" height=\"200\" /> Prepare your venue for the influx of students[/caption]\n\nWith autumn upon us, there are so many exciting events hospitality professionals can be exploiting to draw student footfall to their venue. Whether it’s Halloween, Guy Fawkes’ Night or the general merriment that comes alongside students’ first full month at university – now is the time to be preparing your venue to attract this key customer base. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n<h4>Halloween<span data-ccp-props=\"{}\"> </span></h4>\n<span data-ccp-props=\"{}\"> </span>\n\nA statistic from Conlumino conducted between 2014-2015 indicated that Brits spend nearly £460 million on Halloween celebrations, of which £75 million is spent on entertainment. With so much cash being injected into the economy during this key period, a lot of this is being contributed by students looking to go out and have a good night out. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nThe On-Trade sector is in a key position to ensure this money comes there way; and to start, venues need to be prepared. On average, students start confirming their Halloween plans anywhere between 3-5 weeks before October 31<span data-fontsize=\"12\">st</span>. As a result, venues need to be planning exactly what they intend to do to attract these students; whether its host a themed club night, offer a Halloween games night, or a special seasonal cocktail promotion. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nThe marketing for this is key. Getting the word out to the student sector specifically is slightly different to conventional marketing; we recommend utilising your social media. You can be posting visuals of the venue, special Halloween-themed drinks and offers too. Moreover, flyering has proved to work well with this demographic, especially in closed campus environments. Feel free to talk to the local student union, who may be able to post some of the flyers up in different buildings across campus. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nGet to work making your venue look attractive. A lot of the time, in the digital age, making your venue more ‘instagrammable’ will attract students to your venue. While this doesn’t necessarily mean you need to be spending a fortune on Halloween decorations, you should be considering some form of decorations. Even if you purchase cheaper ones from a wholesaler, be creative in your approach to transforming your venue. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nWe heavily recommend making a themed cocktail list – even if you only offer between 2-3 Halloween-style cocktails, it will give students a chance to enjoy the festivities, you to show off your cocktail making skills and others to snap pictures of them to post and share through social media. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\n<strong>Here are some spooky suggestions: </strong>\n\n<span data-ccp-props=\"{}\"> </span>\n<ul>\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">The poisoned pomegranate<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\n</ul>\n<span data-ccp-props=\"{}\"> </span>\n\n<i>3 tbsp of vodka, 3oz. of pomegranate juice and 6oz. of Seltzer.</i><span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n<ul>\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">A white widow<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\n</ul>\n<span data-ccp-props=\"{}\"> </span>\n\n<i>50ml of vodka, 100ml of milk, dash of cream and any black liquor to garnish.</i><span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n<ul>\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Witch’s potion<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\n</ul>\n<span data-ccp-props=\"{}\"> </span>\n\n<i>2oz. Viniq Original, 2oz. dry champagne and dry ice. </i><span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nLastly, make sure all of your staff are also in the Halloween spirit. Whether it’s wearing matching costumes or donning a silly pair of festive-themed ears, showing that everyone is enjoying the evening will really create a fun atmosphere in your venue. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n<h4>Guy Fawkes’ Night<span data-ccp-props=\"{}\"> </span></h4>\n<span data-ccp-props=\"{}\"> </span>\n\n[caption id=\"attachment_2737\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2737 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcohol-1853327_640-300x200.jpg\" alt=\"students love cocktails\" width=\"300\" height=\"200\" /> Making sure you stock what students want could benefit your venue[/caption]\n\n‘Remember, remember the fifth of November, gunpowder, treason and plot, I see no reason, why gunpowder treason… can’t be utilised to draw students to your venue.’<span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nGuy Fawkes’ Night is often celebrated through epic firework displays. There is a clear advantage if you’re a venue with a roof garden or great city views; this alone is enough to attract droves of students (and other customers) to your venue. This should certainly be advertised, as often is saves students the cost of a ticket to see the display up close. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nHowever, if you don’t have this to offer, you can still welcome people for ‘pre-firework’ drinks, or a list of themed cocktails. You can even play on the treasonous plot itself, by offering an immersive ‘Guy Fawkes’ Experience’ where students can come along to foil the plot. Immersive experiences have proved really popular with this demographic (for example, escape rooms, etc) – however, these often need to be meticulously planned. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n\nIf you’re close to the location of the firework display, then the natural footfall to the area may be in your favour. Again, focus on flyering prior to, and on the night of, the display – this way people who don’t have any plans may decide to enter your venue. <span data-ccp-props=\"{}\"> </span>\n\n<span data-ccp-props=\"{}\"> </span>\n<h4>Other festivities<span data-ccp-props=\"{}\"> </span></h4>\n<span data-ccp-props=\"{}\"> </span>\n\nIn general, October proves to be one of the busiest months in the hospitality calendar for student footfall. Whether, like we already discussed, you have students drawn to your venue for Halloween or Fireworks’ Night, there are also more students out and about this time of year. This is due to the fact that they are enjoying their first full month at university, and it’s the furthest month from their exam season whilst being at university – as a result, students are out, bonding with one another, and enjoying pubs, bars and restaurants across the country.\n\nTo read about Corazon coming to the UK click <a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">here</a>','Autumn Freshers’ Focus ','','inherit','closed','closed','','2735-autosave-v1','','','2018-10-04 11:21:12','2018-10-04 11:21:12','',2735,'http://www.ontradeprogress.com/2018/10/04/2735-autosave-v1/',0,'revision','',0),(2741,1,'2018-10-04 11:22:30','2018-10-04 11:22:30','<strong>Autumn is here and students are out and about celebrating the festive season with the hospitality sector. </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2736\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2736 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cocktail-3327242_640-300x200.jpg\" alt=\"Students love cocktails\" width=\"300\" height=\"200\" /> Prepare your venue for the influx of students[/caption]\r\n\r\nWith autumn upon us, there are so many exciting events hospitality professionals can be exploiting to draw student footfall to their venue. Whether it’s Halloween, Guy Fawkes’ Night or the general merriment that comes alongside students’ first full month at university – now is the time to be preparing your venue to attract this key customer base. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Halloween<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nA statistic from Conlumino conducted between 2014-2015 indicated that Brits spend nearly £460 million on Halloween celebrations, of which £75 million is spent on entertainment. With so much cash being injected into the economy during this key period, a lot of this is being contributed by students looking to go out and have a good night out. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe On-Trade sector is in a key position to ensure this money comes there way; and to start, venues need to be prepared. On average, students start confirming their Halloween plans anywhere between 3-5 weeks before October 31<span data-fontsize=\"12\">st</span>. As a result, venues need to be planning exactly what they intend to do to attract these students; whether its host a themed club night, offer a Halloween games night, or a special seasonal cocktail promotion. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nThe marketing for this is key. Getting the word out to the student sector specifically is slightly different to conventional marketing; we recommend utilising your social media. You can be posting visuals of the venue, special Halloween-themed drinks and offers too. Moreover, flyering has proved to work well with this demographic, especially in closed campus environments. Feel free to talk to the local student union, who may be able to post some of the flyers up in different buildings across campus. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGet to work making your venue look attractive. A lot of the time, in the digital age, making your venue more ‘instagrammable’ will attract students to your venue. While this doesn’t necessarily mean you need to be spending a fortune on Halloween decorations, you should be considering some form of decorations. Even if you purchase cheaper ones from a wholesaler, be creative in your approach to transforming your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nWe heavily recommend making a themed cocktail list – even if you only offer between 2-3 Halloween-style cocktails, it will give students a chance to enjoy the festivities, you to show off your cocktail making skills and others to snap pictures of them to post and share through social media. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<strong>Here are some spooky suggestions: </strong>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">The poisoned pomegranate<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>3 tbsp of vodka, 3oz. of pomegranate juice and 6oz. of Seltzer.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">A white widow<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>50ml of vodka, 100ml of milk, dash of cream and any black liquor to garnish.</i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<ul>\r\n 	<li data-leveltext=\"?\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\">Witch’s potion<span data-ccp-props=\"{&quot;134233279&quot;:true}\"> </span></li>\r\n</ul>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n<i>2oz. Viniq Original, 2oz. dry champagne and dry ice. </i><span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nLastly, make sure all of your staff are also in the Halloween spirit. Whether it’s wearing matching costumes or donning a silly pair of festive-themed ears, showing that everyone is enjoying the evening will really create a fun atmosphere in your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Guy Fawkes’ Night<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\n[caption id=\"attachment_2737\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2737 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcohol-1853327_640-300x200.jpg\" alt=\"students love cocktails\" width=\"300\" height=\"200\" /> Making sure you stock what students want could benefit your venue[/caption]\r\n\r\n‘Remember, remember the fifth of November, gunpowder, treason and plot, I see no reason, why gunpowder treason… can’t be utilised to draw students to your venue.’<span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nGuy Fawkes’ Night is often celebrated through epic firework displays. There is a clear advantage if you’re a venue with a roof garden or great city views; this alone is enough to attract droves of students (and other customers) to your venue. This should certainly be advertised, as often is saves students the cost of a ticket to see the display up close. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nHowever, if you don’t have this to offer, you can still welcome people for ‘pre-firework’ drinks, or a list of themed cocktails. You can even play on the treasonous plot itself, by offering an immersive ‘Guy Fawkes’ Experience’ where students can come along to foil the plot. Immersive experiences have proved really popular with this demographic (for example, escape rooms, etc) – however, these often need to be meticulously planned. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIf you’re close to the location of the firework display, then the natural footfall to the area may be in your favour. Again, focus on flyering prior to, and on the night of, the display – this way people who don’t have any plans may decide to enter your venue. <span data-ccp-props=\"{}\"> </span>\r\n\r\n<span data-ccp-props=\"{}\"> </span>\r\n<h4>Other festivities<span data-ccp-props=\"{}\"> </span></h4>\r\n<span data-ccp-props=\"{}\"> </span>\r\n\r\nIn general, October proves to be one of the busiest months in the hospitality calendar for student footfall. Whether, like we already discussed, you have students drawn to your venue for Halloween or Fireworks’ Night, there are also more students out and about this time of year. This is due to the fact that they are enjoying their first full month at university, and it’s the furthest month from their exam season whilst being at university – as a result, students are out, bonding with one another, and enjoying pubs, bars and restaurants across the country.\r\n\r\nTo read about <a href=\"https://www.tequilacorazon.com/\" target=\"_blank\" rel=\"noopener\">Corazon</a> Tequila coming to the UK click <a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">here</a>','Autumn Freshers’ Focus ','','inherit','closed','closed','','2735-revision-v1','','','2018-10-04 11:22:30','2018-10-04 11:22:30','',2735,'http://www.ontradeprogress.com/2018/10/04/2735-revision-v1/',0,'revision','',0),(2742,1,'2018-10-08 15:44:41','2018-10-08 15:44:41','<strong>The 2018 search for foodservice’s most innovative food and drink products culminated in a glittering ceremony last week, as the highly prestigious UK Foodservice Quality Food Awards celebrated the very best of the industry. </strong>\r\n\r\nHeld at London’s Grosvenor House Hotel, the event welcomed hundreds of the foodservice industry’s key players – from nationwide wholesalers to ground-breaking independents – all keen to see whose products had been judged good enough to receive a highly coveted Quality mark.\r\n\r\nFrom vegan alternatives and punchy new flavour combinations to simple but effective meal solutions and innovative on-the-go options, 2018’s stable of winners had it all.  To make it through to the final shortlist, each product was put through its paces by an independent judging panel of development chefs, consultants, nutritionists and industry experts. In all, 32 gongs were awarded on the night. Four further Gold Awards – given for best outright Free-From product, best Meat product, Small Producer of the Year and Foodservice Operator of the Year – were also handed out to rapturous applause from the room.\r\n\r\n[caption id=\"attachment_2698\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2698\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/The-2018-QFA-Winners-300x200.jpg\" alt=\"foodservice\" width=\"300\" height=\"200\" /> The 2018 QFA Winners[/caption]\r\n\r\n<u>The winners in full:</u>\r\n<ul>\r\n 	<li><strong>La Boulangerie 20</strong> – Bakery – Bread</li>\r\n 	<li><strong>La Boulangerie Big Lemon &amp; Elderflower Cake</strong> – Bakery – Cakes &amp; Pastries</li>\r\n 	<li><strong>Savse - Super Green Smoothie</strong> – Cold Beverages</li>\r\n 	<li><strong>Country Range Jamaican Jerk Seasoning</strong> – Cooking Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Tuxford &amp; Tebbutt Blue Stilton </strong>– Dairy Products</li>\r\n 	<li><strong>Brakes Smoked Houmous with Harissa</strong> – Delicatessen</li>\r\n 	<li><strong>Brakes Hazelnut Tart</strong> – Desserts &amp; Puddings</li>\r\n 	<li><strong>Chef\'s Larder Premium Luxury Seafood Cocktail</strong> – Fish &amp; Shellfish</li>\r\n 	<li><strong>Chef\'s Larder Premium Beer Battered Onion Rings</strong> – Frozen Food – Savoury</li>\r\n 	<li><strong>The Great British Ice Cream Company Blood Orange Sorbet</strong> – Frozen Food – Sweet</li>\r\n 	<li><strong>Simply Lunch, Asian Slaw Salad</strong> – Grab &amp; Go</li>\r\n 	<li><strong>threesixty° Elevation Coffee Blend</strong> – Hot Beverages</li>\r\n 	<li><strong>Essentially Catering Tuna in Sunflower Oil </strong>– Meal Components</li>\r\n 	<li><strong>Brakes Cauliflower, Kale &amp; Ford Farm Oak Smoked Cheddar Burger</strong>– Meat-Free Alternatives</li>\r\n 	<li><strong>Brakes Mexican Style Quinoa and Turtle Bean Salad</strong> – Pulses, Rice &amp; Grains</li>\r\n 	<li><strong>Chef\'s Larder Cooked Smoked Streaky Sandwich Bacon</strong> – Meat</li>\r\n 	<li><strong>Chef\'s Larder Lightly Salted Tortilla Chips</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Chef\'s Larder Premium Gourmet Crackers</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Asda Raspberry Viennese Finger</strong> – Bagged Snacks &amp; Biscuits</li>\r\n 	<li><strong>Turkey and Stuffing Pie</strong> – Christmas Q</li>\r\n 	<li><strong>Costa, Shimmering Yule</strong> <strong>Log</strong> – Christmas Q</li>\r\n 	<li><strong>Vegan Mayonnaise Alternative</strong> – Free From – Savoury</li>\r\n 	<li><strong>Ooh-la-la Double Chocolate Hazelnut Tea Biscuit</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Premium Super Crisp Sweet Potato Gourmet Fries</strong> – Free From – Savoury</li>\r\n 	<li><strong>BlackGate Signature 6 Ultimate British Beef Burgers</strong> – Free From – Savoury</li>\r\n 	<li><strong>Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From – Sweet</li>\r\n 	<li><strong>Chef\'s Larder Extra Virgin Olive Oil </strong>– Added Ingredients</li>\r\n 	<li><strong>Chef\'s Larder Beef Lasagne</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>BlackGate Signature Premium Traditional Pork Sausages </strong>– Meat</li>\r\n 	<li><strong>The Real Soup Co., Butternut Squash &amp; Sweet Potato Soup</strong> – Pre-prepared Meal Solutions</li>\r\n 	<li><strong>Manilife - Maniminis portion packs </strong>– Added Ingredients</li>\r\n 	<li><strong>Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n</ul>\r\n<u>Gold Winners:</u>\r\n<ul>\r\n 	<li><strong>Bidfood Premium Selection Vegan Chocolate and Raspberry Torte</strong> – Free From</li>\r\n 	<li><strong>Brakes Birchstead 21 Day Aged Sirloin</strong> – Meat</li>\r\n 	<li><strong>Manilife - Maniminis Portion Packs</strong> – Small Producer</li>\r\n 	<li><strong>Booker</strong> – Foodservice Operator of the Year</li>\r\n</ul>\r\n<strong>Helen Lyons, Publishing Director at the Foodservice Quality Food Awards, commented: </strong>“What a night! Innovation in the foodservice industry is something that should be roundly celebrated, and celebrate we did! Congratulations to all the winners and to every company that took the time to enter. Having been part of the judging process I can attest to just how stringent our judges are and how seriously they take the job in hand. Their commitment to excellence mirrors that of our entrants. Separating the good from the great was no mean feat but we’re confident that we are now left with <em>the</em> standout products of 2018.”\r\n\r\nThe UK Foodservice Quality Food Awards are supported by headline sponsor Graphic Packaging International.\r\n\r\n&nbsp;\r\n\r\nTo find out more about the 2019 scheme visit:<a href=\"http://uk.qualityfoodawards.com/\">http://uk.qualityfoodawards.com</a>','Foodservice ‘Best of the Best’ Crowned as Quality Food Awards Returns to Toast Industry Innovators','','inherit','closed','closed','','2695-revision-v1','','','2018-10-08 15:44:41','2018-10-08 15:44:41','',2695,'http://www.ontradeprogress.com/2018/10/08/2695-revision-v1/',0,'revision','',0),(2749,1,'2018-10-10 08:55:17','2018-10-10 08:55:17','<strong>Lager Manifesto emphasises quality and authenticity</strong>\r\n\r\nLondon-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> is launching four of its acclaimed authentic Czech-style lagers in cans, along with a new distribution partnership with the UK\'s leading beer wholesaler The BottleShop.\r\n\r\nAt the same time, the craft brewery is announcing its Lager Manifesto, making a 10-point pledge of authenticity to beer drinkers to maintain the high standards of quality that differentiate Bohem\'s lagers.\r\n\r\n[caption id=\"attachment_2750\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2750\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bohem-Brewery-440ml-Can-Range-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Bohem Brewery\'s new canned beer\'s[/caption]\r\n\r\nThe four-strong range of lagers in 440ml cans, with RRPs ranging from £3.75 to £5.55, will be available in The BottleShop\'s own outlets, as well as to independent bars and retailers through The BottleShop\'s wholesale operation. A four pack of all the beers will also be available with an RRP of £16. The beers are:\r\n<ul>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Amos Czech Pilsner, 4.9% ABV, IBU 20: The brewery\'s best-selling, classic Czech Pilsner. With plenty of body at 4.9%. Floral, citrus notes in the aroma, are followed up with subtle lemon and honey in the flavour, balanced by a growing dry bitterness, that lingers in a long spicy aftertaste. <a id=\"ox-d870b523fa-_Hlk526242001\"></a>RRP £3.75.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Sparta Amber Lager, 5.4% ABV, IBU 41: The premium amber lager of the family, at 5.4%, with a great amount of complexity. Bitterness, and some spicy hops, complement the honey and orange marmalade notes. The aftertaste has orange peel, toffee and a building dry spiciness. RRP £3.90.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Druid Black Lager, 5.7% ABV, IBU 24: A Czech take on the German Schwarzbier, this is a multi-faceted, smooth drinking black lager, with a roast and earthy hoppy nose. Flavour has dark chocolate, sweet treacle and dark plum notes. Soft lingering dry finish of roast and sweetness. At 5.7%, it is a perfect blend of full-bodied taste, and smooth creaminess in the mouth. RRP £4.05.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Vasco Double India Pale Lager, 7.4% ABV, IBU 55: This full flavoured 7.4% DIPL delivers a taste adventure through its use of British, Czech and US hops. The combination of Admiral, Kazbek, Jarrylo, Simcoe, and Mosaic delivers a full aromatic front-end with a balanced resinous hoppy finish, through a full eight weeks of lagering in the Bohem fermenters. RRP £5.55.</li>\r\n</ul>\r\nAndrew Morgan, founder and MD of The BottleShop said: \"It was an easy choice to support Bohem, given their clear desire for quality in the lager marketplace. As a huge fan of Czech lagers, it\'s great to have something so accurately brewed in London to ensure it\'s as fresh as can be. The cans are a great step forward and we\'re delighted to be partnering with Bohem as our house-lager brewery and to offer their beers nationwide through our wholesale business.\"\r\n\r\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, \"We\'re delighted that four of our authentic lagers are making the leap from keg into cans, bringing them to an even wider range of craft beer aficionados.\r\n\r\n\"At the same time, we\'re launching the Lager Manifesto to ensure that consumers appreciate the point of difference that authentic lager brewing delivers across our full range of beers in keg and can. There are now more beers than ever on the market that call themselves \"lagers\", but our commitment to brewing in the authentic Czech style delivers the genuine article.\"\r\n\r\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\r\n\r\nKudr adds, \"We\'ve invested more than £325,000 to date in specialist brewing and storage equipment that allows us to produce beers that are far higher quality than most lagers, whether they come from multi-nationals or craft brewers. The standard industry approach is to try and engineer lagering out of lager because of the cost of holding beer in storage, but we celebrate the time it takes to craft an authentic lager - some things are worth waiting for.\"\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/09/26/specialist-beer-importer-euroboozer-distribution-mikkeller/\" target=\"_blank\" rel=\"noopener\">Mikkeller beer comes to the UK</a>','Bohem Brewery launches canned lager range','','publish','closed','open','','bohem-brewery-new-canned-lager','','\nhttp://www.ontradeprogress.com/2018/09/26/specialist-beer-importer-euroboozer-distribution-mikkeller/','2018-10-10 10:10:58','2018-10-10 10:10:58','',0,'http://www.ontradeprogress.com/?p=2749',0,'post','',0),(2750,1,'2018-10-10 08:52:12','2018-10-10 08:52:12','','Bohem Brewery 440ml Can Range','Bohem Brewery\'s new canned beer\'s','inherit','closed','closed','','bohem-brewery-440ml-can-range','','','2018-10-10 08:52:56','2018-10-10 08:52:56','',2749,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bohem-Brewery-440ml-Can-Range.jpg',0,'attachment','image/jpeg',0),(2751,1,'2018-10-10 08:55:17','2018-10-10 08:55:17','<strong>Lager Manifesto emphasises quality and authenticity</strong>\r\n\r\nLondon-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> is launching four of its acclaimed authentic Czech-style lagers in cans, along with a new distribution partnership with the UK\'s leading beer wholesaler The BottleShop.\r\n\r\nAt the same time, the craft brewery is announcing its Lager Manifesto, making a 10-point pledge of authenticity to beer drinkers to maintain the high standards of quality that differentiate Bohem\'s lagers.\r\n\r\n[caption id=\"attachment_2750\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2750\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bohem-Brewery-440ml-Can-Range-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Bohem Brewery\'s new canned beer\'s[/caption]\r\n\r\nThe four-strong range of lagers in 440ml cans, with RRPs ranging from £3.75 to £5.55, will be available in The BottleShop\'s own outlets, as well as to independent bars and retailers through The BottleShop\'s wholesale operation. A four pack of all the beers will also be available with an RRP of £16. The beers are:\r\n<ul>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Amos Czech Pilsner, 4.9% ABV, IBU 20: The brewery\'s best-selling, classic Czech Pilsner. With plenty of body at 4.9%. Floral, citrus notes in the aroma, are followed up with subtle lemon and honey in the flavour, balanced by a growing dry bitterness, that lingers in a long spicy aftertaste. <a id=\"ox-d870b523fa-_Hlk526242001\"></a>RRP £3.75.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Sparta Amber Lager, 5.4% ABV, IBU 41: The premium amber lager of the family, at 5.4%, with a great amount of complexity. Bitterness, and some spicy hops, complement the honey and orange marmalade notes. The aftertaste has orange peel, toffee and a building dry spiciness. RRP £3.90.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Druid Black Lager, 5.7% ABV, IBU 24: A Czech take on the German Schwarzbier, this is a multi-faceted, smooth drinking black lager, with a roast and earthy hoppy nose. Flavour has dark chocolate, sweet treacle and dark plum notes. Soft lingering dry finish of roast and sweetness. At 5.7%, it is a perfect blend of full-bodied taste, and smooth creaminess in the mouth. RRP £4.05.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Vasco Double India Pale Lager, 7.4% ABV, IBU 55: This full flavoured 7.4% DIPL delivers a taste adventure through its use of British, Czech and US hops. The combination of Admiral, Kazbek, Jarrylo, Simcoe, and Mosaic delivers a full aromatic front-end with a balanced resinous hoppy finish, through a full eight weeks of lagering in the Bohem fermenters. RRP £5.55.</li>\r\n</ul>\r\nAndrew Morgan, founder and MD of The BottleShop said: \"It was an easy choice to support Bohem, given their clear desire for quality in the lager marketplace. As a huge fan of Czech lagers, it\'s great to have something so accurately brewed in London to ensure it\'s as fresh as can be. The cans are a great step forward and we\'re delighted to be partnering with Bohem as our house-lager brewery and to offer their beers nationwide through our wholesale business.\"\r\n\r\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, \"We\'re delighted that four of our authentic lagers are making the leap from keg into cans, bringing them to an even wider range of craft beer aficionados.\r\n\r\n\"At the same time, we\'re launching the Lager Manifesto to ensure that consumers appreciate the point of difference that authentic lager brewing delivers across our full range of beers in keg and can. There are now more beers than ever on the market that call themselves \"lagers\", but our commitment to brewing in the authentic Czech style delivers the genuine article.\"\r\n\r\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\r\n\r\nKudr adds, \"We\'ve invested more than £325,000 to date in specialist brewing and storage equipment that allows us to produce beers that are far higher quality than most lagers, whether they come from multi-nationals or craft brewers. The standard industry approach is to try and engineer lagering out of lager because of the cost of holding beer in storage, but we celebrate the time it takes to craft an authentic lager - some things are worth waiting for.\"','Bohem Brewery launches canned lager range','','inherit','closed','closed','','2749-revision-v1','','','2018-10-10 08:55:17','2018-10-10 08:55:17','',2749,'http://www.ontradeprogress.com/2018/10/10/2749-revision-v1/',0,'revision','',0),(2752,1,'2018-10-10 08:57:38','2018-10-10 08:57:38','<strong>Lager Manifesto emphasises quality and authenticity</strong>\n\nLondon-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> is launching four of its acclaimed authentic Czech-style lagers in cans, along with a new distribution partnership with the UK\'s leading beer wholesaler The BottleShop.\n\nAt the same time, the craft brewery is announcing its Lager Manifesto, making a 10-point pledge of authenticity to beer drinkers to maintain the high standards of quality that differentiate Bohem\'s lagers.\n\n[caption id=\"attachment_2750\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2750\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bohem-Brewery-440ml-Can-Range-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Bohem Brewery\'s new canned beer\'s[/caption]\n\nThe four-strong range of lagers in 440ml cans, with RRPs ranging from £3.75 to £5.55, will be available in The BottleShop\'s own outlets, as well as to independent bars and retailers through The BottleShop\'s wholesale operation. A four pack of all the beers will also be available with an RRP of £16. The beers are:\n<ul>\n 	<li class=\"ox-d870b523fa-ListParagraph\">Amos Czech Pilsner, 4.9% ABV, IBU 20: The brewery\'s best-selling, classic Czech Pilsner. With plenty of body at 4.9%. Floral, citrus notes in the aroma, are followed up with subtle lemon and honey in the flavour, balanced by a growing dry bitterness, that lingers in a long spicy aftertaste. <a id=\"ox-d870b523fa-_Hlk526242001\"></a>RRP £3.75.</li>\n 	<li class=\"ox-d870b523fa-ListParagraph\">Sparta Amber Lager, 5.4% ABV, IBU 41: The premium amber lager of the family, at 5.4%, with a great amount of complexity. Bitterness, and some spicy hops, complement the honey and orange marmalade notes. The aftertaste has orange peel, toffee and a building dry spiciness. RRP £3.90.</li>\n 	<li class=\"ox-d870b523fa-ListParagraph\">Druid Black Lager, 5.7% ABV, IBU 24: A Czech take on the German Schwarzbier, this is a multi-faceted, smooth drinking black lager, with a roast and earthy hoppy nose. Flavour has dark chocolate, sweet treacle and dark plum notes. Soft lingering dry finish of roast and sweetness. At 5.7%, it is a perfect blend of full-bodied taste, and smooth creaminess in the mouth. RRP £4.05.</li>\n 	<li class=\"ox-d870b523fa-ListParagraph\">Vasco Double India Pale Lager, 7.4% ABV, IBU 55: This full flavoured 7.4% DIPL delivers a taste adventure through its use of British, Czech and US hops. The combination of Admiral, Kazbek, Jarrylo, Simcoe, and Mosaic delivers a full aromatic front-end with a balanced resinous hoppy finish, through a full eight weeks of lagering in the Bohem fermenters. RRP £5.55.</li>\n</ul>\nAndrew Morgan, founder and MD of The BottleShop said: \"It was an easy choice to support Bohem, given their clear desire for quality in the lager marketplace. As a huge fan of Czech lagers, it\'s great to have something so accurately brewed in London to ensure it\'s as fresh as can be. The cans are a great step forward and we\'re delighted to be partnering with Bohem as our house-lager brewery and to offer their beers nationwide through our wholesale business.\"\n\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, \"We\'re delighted that four of our authentic lagers are making the leap from keg into cans, bringing them to an even wider range of craft beer aficionados.\n\n\"At the same time, we\'re launching the Lager Manifesto to ensure that consumers appreciate the point of difference that authentic lager brewing delivers across our full range of beers in keg and can. There are now more beers than ever on the market that call themselves \"lagers\", but our commitment to brewing in the authentic Czech style delivers the genuine article.\"\n\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\n\nKudr adds, \"We\'ve invested more than £325,000 to date in specialist brewing and storage equipment that allows us to produce beers that are far higher quality than most lagers, whether they come from multi-nationals or craft brewers. The standard industry approach is to try and engineer lagering out of lager because of the cost of holding beer in storage, but we celebrate the time it takes to craft an authentic lager - some things are worth waiting for.\"\n\nMikkeller beer comes to the UK','Bohem Brewery launches canned lager range','','inherit','closed','closed','','2749-autosave-v1','','','2018-10-10 08:57:38','2018-10-10 08:57:38','',2749,'http://www.ontradeprogress.com/2018/10/10/2749-autosave-v1/',0,'revision','',0),(2753,1,'2018-10-10 08:57:50','2018-10-10 08:57:50','<strong>Lager Manifesto emphasises quality and authenticity</strong>\r\n\r\nLondon-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> is launching four of its acclaimed authentic Czech-style lagers in cans, along with a new distribution partnership with the UK\'s leading beer wholesaler The BottleShop.\r\n\r\nAt the same time, the craft brewery is announcing its Lager Manifesto, making a 10-point pledge of authenticity to beer drinkers to maintain the high standards of quality that differentiate Bohem\'s lagers.\r\n\r\n[caption id=\"attachment_2750\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2750\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bohem-Brewery-440ml-Can-Range-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Bohem Brewery\'s new canned beer\'s[/caption]\r\n\r\nThe four-strong range of lagers in 440ml cans, with RRPs ranging from £3.75 to £5.55, will be available in The BottleShop\'s own outlets, as well as to independent bars and retailers through The BottleShop\'s wholesale operation. A four pack of all the beers will also be available with an RRP of £16. The beers are:\r\n<ul>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Amos Czech Pilsner, 4.9% ABV, IBU 20: The brewery\'s best-selling, classic Czech Pilsner. With plenty of body at 4.9%. Floral, citrus notes in the aroma, are followed up with subtle lemon and honey in the flavour, balanced by a growing dry bitterness, that lingers in a long spicy aftertaste. <a id=\"ox-d870b523fa-_Hlk526242001\"></a>RRP £3.75.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Sparta Amber Lager, 5.4% ABV, IBU 41: The premium amber lager of the family, at 5.4%, with a great amount of complexity. Bitterness, and some spicy hops, complement the honey and orange marmalade notes. The aftertaste has orange peel, toffee and a building dry spiciness. RRP £3.90.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Druid Black Lager, 5.7% ABV, IBU 24: A Czech take on the German Schwarzbier, this is a multi-faceted, smooth drinking black lager, with a roast and earthy hoppy nose. Flavour has dark chocolate, sweet treacle and dark plum notes. Soft lingering dry finish of roast and sweetness. At 5.7%, it is a perfect blend of full-bodied taste, and smooth creaminess in the mouth. RRP £4.05.</li>\r\n 	<li class=\"ox-d870b523fa-ListParagraph\">Vasco Double India Pale Lager, 7.4% ABV, IBU 55: This full flavoured 7.4% DIPL delivers a taste adventure through its use of British, Czech and US hops. The combination of Admiral, Kazbek, Jarrylo, Simcoe, and Mosaic delivers a full aromatic front-end with a balanced resinous hoppy finish, through a full eight weeks of lagering in the Bohem fermenters. RRP £5.55.</li>\r\n</ul>\r\nAndrew Morgan, founder and MD of The BottleShop said: \"It was an easy choice to support Bohem, given their clear desire for quality in the lager marketplace. As a huge fan of Czech lagers, it\'s great to have something so accurately brewed in London to ensure it\'s as fresh as can be. The cans are a great step forward and we\'re delighted to be partnering with Bohem as our house-lager brewery and to offer their beers nationwide through our wholesale business.\"\r\n\r\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, \"We\'re delighted that four of our authentic lagers are making the leap from keg into cans, bringing them to an even wider range of craft beer aficionados.\r\n\r\n\"At the same time, we\'re launching the Lager Manifesto to ensure that consumers appreciate the point of difference that authentic lager brewing delivers across our full range of beers in keg and can. There are now more beers than ever on the market that call themselves \"lagers\", but our commitment to brewing in the authentic Czech style delivers the genuine article.\"\r\n\r\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\r\n\r\nKudr adds, \"We\'ve invested more than £325,000 to date in specialist brewing and storage equipment that allows us to produce beers that are far higher quality than most lagers, whether they come from multi-nationals or craft brewers. The standard industry approach is to try and engineer lagering out of lager because of the cost of holding beer in storage, but we celebrate the time it takes to craft an authentic lager - some things are worth waiting for.\"\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/09/26/specialist-beer-importer-euroboozer-distribution-mikkeller/\" target=\"_blank\" rel=\"noopener\">Mikkeller beer comes to the UK</a>','Bohem Brewery launches canned lager range','','inherit','closed','closed','','2749-revision-v1','','','2018-10-10 08:57:50','2018-10-10 08:57:50','',2749,'http://www.ontradeprogress.com/2018/10/10/2749-revision-v1/',0,'revision','',0),(2754,1,'2018-10-10 09:21:56','2018-10-10 09:21:56','150 hospitality business from across the UK will today assemble at Westminster to meet with over 60 MPs to champion their sector’s contribution to the high street.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2756\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2756 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/london-2393098_640-300x206.jpg\" alt=\"150 Hospitality companies met at Westminster\" width=\"300\" height=\"206\" /> 150 Hospitality companies met at Westminster[/caption]\r\n\r\nThey are backed by <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>, the UK’s leading hospitality trade association, and the launch of its AIM HIGH campaign today. The campaign is calling for a digital sales tax  to help ease the impacts of business rates increases, doubling the National Insurance Contribution threshold for employers, a level-playing field for property and online businesses regulation and delivering a Brexit that allows the industry to meet its workforce needs without extra costs.\r\n\r\n&nbsp;\r\n\r\nThe hospitality industry employs 3.2 million people across the UK and contributes £130 billion to the UK economy – more than automotive, pharma and aeronautics combined.  It ranks as a top 7 employer in every region of the UK, ranking the third highest in some regions and accounts for up to 11% of the regional workforce.\r\n\r\n&nbsp;\r\n\r\nNew research by Ignite Economics, also launched today, has predicted that the sector’s workforce and contribution to the economy could begin to drop by 2022.  The report notes that recent cost pressures such as minimum wage increases, business rates, and a reduction in the supply of labour has started to take its toll on the industry.\r\n\r\n&nbsp;\r\n\r\nIn the least optimistic ‘bear case’ scenario the report suggests that there could be 312,000 less people directly employed in the sector compared to 3.2 million in 2017, with the economic contribution the sector makes also starting to fall from its current level of £79 billion.  The report also notes that with the right government support employment could grow by 66,000 to reach an employment workforce for 3.5 million and an economic contribution of £89 billion in the next four years.\r\n\r\n&nbsp;\r\n\r\n<strong>Kate Nicholls, CEO of UKHospitality said</strong>: “With more news of high street closures across the country coupled with the new findings that that the industry could see a fall in the number of people employed, our industry is feeling the strain of the unprecedented pressures it currently faces.\r\n\r\n&nbsp;\r\n\r\n“It is time to stop talking and start taking action. Today we want to hear meaningful change from parliamentarians and the Government to ensure that we can all play out part to adopt and prosper from Britain’s changing high street.”\r\n\r\n&nbsp;\r\n\r\n<strong>Ian Payne MBE, Chairman of Stonegate Pub Company said:</strong> “Pubs are the heart and soul of our high streets and play an important role in our social fabric and local economies.  Rising businesses rates combined with the one of the highest rates of beer duty across Europe is leading to intolerable pressures on the sector.”\r\n\r\nFor further information please contact Sara Williams at <a href=\"mailto:sara.williams@fhflondon.co.uk\">sara.williams@fhflondon.co.uk</a> or on 07909111018.','Hospitality industry champions the High Street','','publish','closed','open','','hospitality-westminster-high-street','','','2018-10-16 14:41:23','2018-10-16 14:41:23','',0,'http://www.ontradeprogress.com/?p=2754',0,'post','',0),(2755,1,'2018-10-10 08:59:07','2018-10-10 08:59:07','<blockquote><strong>Hospitality industry champions the High Street</strong>\r\n\r\n<strong> </strong>\r\n\r\n150 hospitality business from across the UK will today assemble at Westminster to meet with over 60 MPs to champion their sector’s contribution to the high street.\r\n\r\n&nbsp;\r\n\r\nThey are backed by UKHospitality, the UK’s leading hospitality trade association, and the launch of its AIM HIGH campaign today. The campaign is calling for a digital sales tax  to help ease the impacts of business rates increases, doubling the National Insurance Contribution threshold for employers, a level-playing field for property and online businesses regulation and delivering a Brexit that allows the industry to meet its workforce needs without extra costs.\r\n\r\n&nbsp;\r\n\r\nThe hospitality industry employs 3.2 million people across the UK and contributes £130 billion to the UK economy – more than automotive, pharma and aeronautics combined.  It ranks as a top 7 employer in every region of the UK, ranking the third highest in some regions and accounts for up to 11% of the regional workforce.\r\n\r\n&nbsp;\r\n\r\nNew research by Ignite Economics, also launched today, has predicted that the sector’s workforce and contribution to the economy could begin to drop by 2022.  The report notes that recent cost pressures such as minimum wage increases, business rates, and a reduction in the supply of labour has started to take its toll on the industry.\r\n\r\n&nbsp;\r\n\r\nIn the least optimistic ‘bear case’ scenario the report suggests that there could be 312,000 less people directly employed in the sector compared to 3.2 million in 2017, with the economic contribution the sector makes also starting to fall from its current level of £79 billion.  The report also notes that with the right government support employment could grow by 66,000 to reach an employment workforce for 3.5 million and an economic contribution of £89 billion in the next four years.\r\n\r\n&nbsp;\r\n\r\n<strong>Kate Nicholls, CEO of UKHospitality said</strong>: “With more news of high street closures across the country coupled with the new findings that that the industry could see a fall in the number of people employed, our industry is feeling the strain of the unprecedented pressures it currently faces.\r\n\r\n&nbsp;\r\n\r\n“It is time to stop talking and start taking action. Today we want to hear meaningful change from parliamentarians and the Government to ensure that we can all play out part to adopt and prosper from Britain’s changing high street.”\r\n\r\n&nbsp;\r\n\r\n<strong>Ian Payne MBE, Chairman of Stonegate Pub Company said:</strong> “Pubs are the heart and soul of our high streets and play an important role in our social fabric and local economies.  Rising businesses rates combined with the one of the highest rates of beer duty across Europe is leading to intolerable pressures on the sector.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFor further information please contact Sara Williams at <a href=\"mailto:sara.williams@fhflondon.co.uk\" target=\"_blank\" rel=\"noopener\">sara.williams@fhflondon.co.uk</a> or on 07909111018.</blockquote>','','','inherit','closed','closed','','2754-revision-v1','','','2018-10-10 08:59:07','2018-10-10 08:59:07','',2754,'http://www.ontradeprogress.com/2018/10/10/2754-revision-v1/',0,'revision','',0),(2756,1,'2018-10-10 09:16:36','2018-10-10 09:16:36','','150 Hospitality companies met at Westminster','150 Hospitality companies met at Westminster','inherit','closed','closed','','london-2393098_640','','','2018-10-10 09:18:10','2018-10-10 09:18:10','',2754,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/london-2393098_640.jpg',0,'attachment','image/jpeg',0),(2757,1,'2018-10-10 09:21:56','2018-10-10 09:21:56','150 hospitality business from across the UK will today assemble at Westminster to meet with over 60 MPs to champion their sector’s contribution to the high street.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2756\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2756 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/london-2393098_640-300x206.jpg\" alt=\"150 Hospitality companies met at Westminster\" width=\"300\" height=\"206\" /> 150 Hospitality companies met at Westminster[/caption]\r\n\r\nThey are backed by <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>, the UK’s leading hospitality trade association, and the launch of its AIM HIGH campaign today. The campaign is calling for a digital sales tax  to help ease the impacts of business rates increases, doubling the National Insurance Contribution threshold for employers, a level-playing field for property and online businesses regulation and delivering a Brexit that allows the industry to meet its workforce needs without extra costs.\r\n\r\n&nbsp;\r\n\r\nThe hospitality industry employs 3.2 million people across the UK and contributes £130 billion to the UK economy – more than automotive, pharma and aeronautics combined.  It ranks as a top 7 employer in every region of the UK, ranking the third highest in some regions and accounts for up to 11% of the regional workforce.\r\n\r\n&nbsp;\r\n\r\nNew research by Ignite Economics, also launched today, has predicted that the sector’s workforce and contribution to the economy could begin to drop by 2022.  The report notes that recent cost pressures such as minimum wage increases, business rates, and a reduction in the supply of labour has started to take its toll on the industry.\r\n\r\n&nbsp;\r\n\r\nIn the least optimistic ‘bear case’ scenario the report suggests that there could be 312,000 less people directly employed in the sector compared to 3.2 million in 2017, with the economic contribution the sector makes also starting to fall from its current level of £79 billion.  The report also notes that with the right government support employment could grow by 66,000 to reach an employment workforce for 3.5 million and an economic contribution of £89 billion in the next four years.\r\n\r\n&nbsp;\r\n\r\n<strong>Kate Nicholls, CEO of UKHospitality said</strong>: “With more news of high street closures across the country coupled with the new findings that that the industry could see a fall in the number of people employed, our industry is feeling the strain of the unprecedented pressures it currently faces.\r\n\r\n&nbsp;\r\n\r\n“It is time to stop talking and start taking action. Today we want to hear meaningful change from parliamentarians and the Government to ensure that we can all play out part to adopt and prosper from Britain’s changing high street.”\r\n\r\n&nbsp;\r\n\r\n<strong>Ian Payne MBE, Chairman of Stonegate Pub Company said:</strong> “Pubs are the heart and soul of our high streets and play an important role in our social fabric and local economies.  Rising businesses rates combined with the one of the highest rates of beer duty across Europe is leading to intolerable pressures on the sector.”\r\n\r\nFor further information please contact Sara Williams at <a href=\"mailto:sara.williams@fhflondon.co.uk\">sara.williams@fhflondon.co.uk</a> or on 07909111018.','Hospitality industry champions the High Street','','inherit','closed','closed','','2754-revision-v1','','','2018-10-10 09:21:56','2018-10-10 09:21:56','',2754,'http://www.ontradeprogress.com/2018/10/10/2754-revision-v1/',0,'revision','',0),(2760,1,'2018-10-10 10:40:13','2018-10-10 10:40:13','As pubs and bars prepare for the festive season, alcohol education charity <a href=\"https://www.drinkaware.co.uk/\" target=\"_blank\" rel=\"noopener\">Drinkaware</a> is urging operators to create an environment where customers can have a great time, while minimising the risk of alcohol related harms.\r\n\r\nDrinkaware Director of Business Development &amp; Partnerships Rommel Moseley said, \"Raising a glass of seasonal ale or festive fizz is part of the Christmas and New Year celebrations for many people and most of them will enjoy alcohol responsibly.\r\n\r\n\"However, the sheer number of people coming into pubs, clubs and bars over the festive season inevitably means a heightened risk of alcohol harms.  Responsible operators will tackle this by both helping their customers to drink in moderation, and being alert and ready to support those who may be vulnerable after drinking too much.\r\n\r\n\"It\'s also important to look after designated drivers and make sure they enjoy their visit as much as the rest of their group.  With the huge choice of interesting soft drinks and great tasting no-alcohol beers now available, catering for drivers, and others who choose not to drink, has never been easier.\"\r\n\r\nHe added, \"Drinkaware is able to support operators with a range of tools, including our Drinkaware Crew training, an e-learning programme for staff, and downloadable posters.\r\n\r\n\"Our e-learning programme helps staff to recognise and support customers who may be vulnerable after drinking too much, and it supports other schemes around customer safety, such as Ask Angela. Operators should ensure staff are trained on any new initiatives ahead of the busy festive season.\"\r\n\r\n<strong>Drinkaware tips for reducing festive alcohol harms</strong>\r\n<ul>\r\n 	<li>Stock a good selection of soft drinks for customers who choose not to drink alcohol, including designated drivers. If customers have a choice of soft drinks, they are more likely to substitute them for an alcoholic drink at intervals during the evening, which will help to limit their overall alcohol consumption.</li>\r\n 	<li>Include no or low alcohol options on your drinks list. Drinks that are low in alcohol don\'t have to be low on taste and many brewers, for example, have focused on the lower alcohol sector lately, producing flavourful beers with lower ABVs.</li>\r\n 	<li>Review your wine offer. Choosing house wines that sit at the lower end of the ABV scale will help many customers to reduce their alcohol intake. Similarly, offer wine in a 125ml serve and make customers aware this size is available.</li>\r\n 	<li>Serve food for the same hours as you serve drink, or as close as possible. Food slows the absorption of alcohol, so customers are less likely to become vulnerable as a result of drinking too much, too quickly.</li>\r\n 	<li>Make it very clear that you will not serve alcohol to customers who are drunk, or who are attempting to buy for a drunken friend, both of which are against the law. Drinkaware and the British Beer &amp; Pub Association have produced a ‘Can\'t Get Served\' poster to communicate this to customers, downloadable free from the Drinkaware website<a href=\"https://app.prmax.co.uk/track/26024445/click/9139fe88-cb93-11e8-abeb-50e549351d15\" data-saferedirecturl=\"https://www.google.com/url?q=https://app.prmax.co.uk/track/26024445/click/9139fe88-cb93-11e8-abeb-50e549351d15&amp;source=gmail&amp;ust=1539253375257000&amp;usg=AFQjCNFMU2llP-JJB1PsDaFcQh3QIQTKHQ\">here</a></li>\r\n</ul>\r\n<strong>Training for staff</strong>\r\n\r\nDrinkaware\'s Alcohol Vulnerability Awareness e-learning course gives customer-facing staff the skills and knowledge to identify alcohol-related vulnerability and support customers at risk from harm.\r\n\r\nThe course helps staff to understand what vulnerability means, how to spot customers who are vulnerable to harm after drinking, and gives practical advice on how to support them. It includes scenarios with different types of vulnerable customers, including victims of drunken sexual harassment, to illustrate the appropriate responses to each, and asks questions after each of the three modules. Staff have to score 70% to pass the course.\r\n\r\nThe Alcohol Vulnerability Awareness course was created following the success of Drinkaware Crew training which has now been delivered in 21 areas across the country. While Drinkaware Crew is ideal for larger, 500+ capacity venues, the e-learning programme can be used to train staff in smaller pubs and bars.\r\n\r\nMoseley added, \"We are grateful to the many licensees who already support our goals, whether they\'re displaying posters, training staff, or taking part in responsible drinks retailing schemes such as Best Bar None. The best pubs and bars are helping us all to change drinking habits for the better.\"','Minimise alcohol harms over festive period, urges Drinkaware','','publish','closed','open','','drinkaware-urges-minimise-alcohol-harms','','','2018-10-10 11:09:30','2018-10-10 11:09:30','',0,'http://www.ontradeprogress.com/?p=2760',0,'post','',0),(2761,1,'2018-10-10 10:33:25','2018-10-10 10:33:25','','Drinkaware warns of alcohol harm','Drinkaware warns of alcohol harm ','inherit','closed','closed','','beer-1955174_640','','','2018-10-10 10:34:06','2018-10-10 10:34:06','',2760,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-1955174_640.jpg',0,'attachment','image/jpeg',0),(2762,1,'2018-10-10 10:40:13','2018-10-10 10:40:13','As pubs and bars prepare for the festive season, alcohol education charity <a href=\"https://www.drinkaware.co.uk/\" target=\"_blank\" rel=\"noopener\">Drinkaware</a> is urging operators to create an environment where customers can have a great time, while minimising the risk of alcohol related harms.\r\n\r\nDrinkaware Director of Business Development &amp; Partnerships Rommel Moseley said, \"Raising a glass of seasonal ale or festive fizz is part of the Christmas and New Year celebrations for many people and most of them will enjoy alcohol responsibly.\r\n\r\n\"However, the sheer number of people coming into pubs, clubs and bars over the festive season inevitably means a heightened risk of alcohol harms.  Responsible operators will tackle this by both helping their customers to drink in moderation, and being alert and ready to support those who may be vulnerable after drinking too much.\r\n\r\n\"It\'s also important to look after designated drivers and make sure they enjoy their visit as much as the rest of their group.  With the huge choice of interesting soft drinks and great tasting no-alcohol beers now available, catering for drivers, and others who choose not to drink, has never been easier.\"\r\n\r\nHe added, \"Drinkaware is able to support operators with a range of tools, including our Drinkaware Crew training, an e-learning programme for staff, and downloadable posters.\r\n\r\n\"Our e-learning programme helps staff to recognise and support customers who may be vulnerable after drinking too much, and it supports other schemes around customer safety, such as Ask Angela. Operators should ensure staff are trained on any new initiatives ahead of the busy festive season.\"\r\n\r\n<strong>Drinkaware tips for reducing festive alcohol harms</strong>\r\n<ul>\r\n 	<li>Stock a good selection of soft drinks for customers who choose not to drink alcohol, including designated drivers. If customers have a choice of soft drinks, they are more likely to substitute them for an alcoholic drink at intervals during the evening, which will help to limit their overall alcohol consumption.</li>\r\n 	<li>Include no or low alcohol options on your drinks list. Drinks that are low in alcohol don\'t have to be low on taste and many brewers, for example, have focused on the lower alcohol sector lately, producing flavourful beers with lower ABVs.</li>\r\n 	<li>Review your wine offer. Choosing house wines that sit at the lower end of the ABV scale will help many customers to reduce their alcohol intake. Similarly, offer wine in a 125ml serve and make customers aware this size is available.</li>\r\n 	<li>Serve food for the same hours as you serve drink, or as close as possible. Food slows the absorption of alcohol, so customers are less likely to become vulnerable as a result of drinking too much, too quickly.</li>\r\n 	<li>Make it very clear that you will not serve alcohol to customers who are drunk, or who are attempting to buy for a drunken friend, both of which are against the law. Drinkaware and the British Beer &amp; Pub Association have produced a ‘Can\'t Get Served\' poster to communicate this to customers, downloadable free from the Drinkaware website<a href=\"https://app.prmax.co.uk/track/26024445/click/9139fe88-cb93-11e8-abeb-50e549351d15\" data-saferedirecturl=\"https://www.google.com/url?q=https://app.prmax.co.uk/track/26024445/click/9139fe88-cb93-11e8-abeb-50e549351d15&amp;source=gmail&amp;ust=1539253375257000&amp;usg=AFQjCNFMU2llP-JJB1PsDaFcQh3QIQTKHQ\">here</a></li>\r\n</ul>\r\n<strong>Training for staff</strong>\r\n\r\nDrinkaware\'s Alcohol Vulnerability Awareness e-learning course gives customer-facing staff the skills and knowledge to identify alcohol-related vulnerability and support customers at risk from harm.\r\n\r\nThe course helps staff to understand what vulnerability means, how to spot customers who are vulnerable to harm after drinking, and gives practical advice on how to support them. It includes scenarios with different types of vulnerable customers, including victims of drunken sexual harassment, to illustrate the appropriate responses to each, and asks questions after each of the three modules. Staff have to score 70% to pass the course.\r\n\r\nThe Alcohol Vulnerability Awareness course was created following the success of Drinkaware Crew training which has now been delivered in 21 areas across the country. While Drinkaware Crew is ideal for larger, 500+ capacity venues, the e-learning programme can be used to train staff in smaller pubs and bars.\r\n\r\nMoseley added, \"We are grateful to the many licensees who already support our goals, whether they\'re displaying posters, training staff, or taking part in responsible drinks retailing schemes such as Best Bar None. The best pubs and bars are helping us all to change drinking habits for the better.\"','Minimise alcohol harms over festive period, urges Drinkaware','','inherit','closed','closed','','2760-revision-v1','','','2018-10-10 10:40:13','2018-10-10 10:40:13','',2760,'http://www.ontradeprogress.com/2018/10/10/2760-revision-v1/',0,'revision','',0),(2763,1,'2018-10-10 12:42:10','2018-10-10 12:42:10','<a href=\"https://www.oldmoutcider.co.uk/\" target=\"_blank\" rel=\"noopener\">Old Mout</a> and <a href=\"https://www.mbplc.com/\" target=\"_blank\" rel=\"noopener\">Mitchells &amp; Butlers</a> race to success with Kiwi-Cycle mobile game raising money for <em>Kiwis for kiwi</em> charity.\r\n<ul>\r\n 	<li><strong>New Zealand-born cider Old Mout, in collaboration with Mitchells &amp; Butlers, raised money to help save the kiwi by developing a fun, engaging and informative mobile game <em>Kiwi-Cycle, </em>rooted in strong sustainability messaging<em>.</em></strong></li>\r\n 	<li><strong>The ‘do good’ game, hosted on M&amp;B app platforms, aims to encourage trial of Old Mout cider, increase dwell time and frequency on the app, while also raising money to help save the kiwi from extinction, by recycling!</strong></li>\r\n 	<li><strong>Since launching in May, the game has raised £20,000 for charity <em>Kiwis for kiwi</em>, been downloaded by over 34k players and been played over 500k times</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\nNew Zealand-born cider Old Mout partnered with Mitchells &amp; Butlers to leverage their existing platforms and launch a ‘do-good, sustainable’ mobile game, aiming to raise money to help save the kiwi. In the three months since launch, the app has raised £20,000 for charity <em>Kiwis for kiwi</em> and also received over 40,000 visits to the app store and 500,000 plays.\r\n\r\n&nbsp;\r\n\r\nLaunched in May to help raise awareness of the endangered kiwi bird, encourage trial and drive engagement of Old Mout cider, the game has proved hugely successful – not only for the brand, but for the customer and kiwi bird too. In the spirit of popular non-stop running<em> games</em>, <em>Kiwi-Cycle</em> encourages players to collect fruit in order to unlock in-outlet prizes (such as free Old Mout ciders, starters and desserts) redeemable across a total of 673 participating outlets including All Bar One, Nicholson’s and Sizzling. The game also encourages players to recycle bottles across the course which generates donations to the charity <em>Kiwis for kiwi</em>.\r\n\r\n&nbsp;\r\n\r\nThe campaign arrives as Old Mout celebrates two years of national listings across the M&amp;B estate, representing as the cider brands largest on trade customer in the UK. The brand needed an activity that would create top of mind awareness, encourage trial and drive engagement. With sustainability at the heart of the brand’s ethos, paired with Old Mout’s fun and quirky personality, <em>Kiwi Cycle</em> was born!\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2765\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2765\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/old-mout-300x188.png\" alt=\"kiwis for kiwi\" width=\"300\" height=\"188\" /> kiwis for kiwi[/caption]\r\n\r\nMitchells &amp; Butlers procurement manager Ben Lockwood explains the reasoning behind the launch of <em>Kiwi-Cycle; “HEINEKEN UK continue to display forward-thinking and innovative digital activations, so using this expertise to help with the launch of Old Mout was an obvious step for M&amp;B. Gamification continues to capture the imagination of our guests so this was an interactive way to make them more familiar with the Old Mout brand. The Kiwi Cycle game enjoyed close to half a million plays, leading to extremely positive redemption numbers on the prizes available. This has increased trial of all our listed Old Mout flavours, including Berries and Cherries Alcohol-Free and ultimately ensured sales have been significant this Summer. Feedback from our operators and our guests has been extremely positive and we expect that to continue with further brand activations planned, whilst being able to follow up other sustainability projects, such as removing straws from All Bar One, saving the Kiwi has definitely been something that has resonated with our guests”.</em>\r\n\r\n&nbsp;\r\n\r\nOld Mout’s Emma Sherwood-Smith adds; <em>“Mobile gaming is massively popular and provides a major opportunity for HEINEKEN to engage consumers, activate brands and help meet our customers’ objectives. We’re delighted with the results of Kiwi-Cycle to date and plan to incorporate these learnings into plans for our other major customers, while also taking this approach into other channels of the business. Following the success of our investment in the campaign we’re enjoying ‘the fruits of our labour’ with M&amp;B as we move into our second year of the Old Mout national listing.”</em>\r\n\r\n<em> </em>\r\n\r\n<em>Kiwi-Cycle</em> delivered 500,000 plays, almost double that of other top performing game <em>Sol Catcher</em> (also hosted on M&amp;B app platforms back in July), and drove 40,000 unique customers to the Google and Apple app stores - a key aim for Mitchells &amp; Butlers. The exotic-fruit cider company also amplified the game with paid media on Facebook, further encouraging consumers to download M&amp;B apps across the board. The activity also delivered a great reaction across social media with over 14m impressions, 3,000 reactions and 296 shares since its launch in May.\r\n\r\n&nbsp;\r\n\r\n<strong>Win prizes and help save the kiwi, play <em>Kiwi-Cycle</em> today: </strong><a href=\"http://heineken.kiwi-cycle.client-testing.co.uk/\">http://heineken.kiwi-cycle.client-testing.co.uk/</a> <strong>(mobile only).</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Old Mout Cider is also urging on-trade customers to sign up to a sustainability partnership (<a href=\"http://www.oldmoutcider.co.uk/partners\">www.oldmoutcider.co.uk/partners</a>) and to recycle where they can. For every sign-up, Old Mout will donate £50 to <em>Kiwis for kiwi</em> and will hero each customer’s sustainability work in the media</strong>','Old Mout and Mitchells & Butlers race to success with Kiwi-Cycle mobile game','','publish','closed','open','','old-mout-mitchells-butlers-race-success','','','2018-10-16 14:05:18','2018-10-16 14:05:18','',0,'http://www.ontradeprogress.com/?p=2763',0,'post','',0),(2764,1,'2018-10-10 12:33:52','2018-10-10 12:33:52','','Old Mout - kiwi cycle','Old Mout teams up raising money for charity Kiwis for Kiwi','inherit','closed','closed','','old-mout-kiwi-cycle','','','2018-10-10 12:41:52','2018-10-10 12:41:52','',2763,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Old-Mout-kiwi-cycle.png',0,'attachment','image/png',0),(2765,1,'2018-10-10 12:34:02','2018-10-10 12:34:02','Old Mout team up with charity Kiwis for Kiwis','old mout','kiwis for kiwi','inherit','closed','closed','','old-mout','','','2018-10-10 12:35:38','2018-10-10 12:35:38','',2763,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/old-mout.png',0,'attachment','image/png',0),(2766,1,'2018-10-10 12:42:10','2018-10-10 12:42:10','<a href=\"https://www.oldmoutcider.co.uk/\" target=\"_blank\" rel=\"noopener\">Old Mout</a> and <a href=\"https://www.mbplc.com/\" target=\"_blank\" rel=\"noopener\">Mitchells &amp; Butlers</a> race to success with Kiwi-Cycle mobile game raising money for <em>Kiwis for kiwi.</em>\r\n<ul>\r\n 	<li><b>New Zealand-born cider Old Mout, in collaboration with Mitchell\'s &amp; Butlers, raised money to help save the kiwi by developing a fun, engaging and informative mobile game </b><em><strong>Kiwi-Cycle, </strong></em><strong>rooted in sustainability</strong></li>\r\n 	<li><strong>The ‘do good’ game, hosted on M&amp;B app platforms, aims to encourage trial of Old Mout cider, increase dwell time and frequency on the app, while also raising money to help save the kiwi from extinction, by recycling!</strong></li>\r\n 	<li><strong>Since launching in May, the game has raised £20,000 for charity </strong><em><strong>Kiwis for kiwi</strong></em><strong>, been downloaded by over 34k players and been played over 500k times</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\nNew Zealand-born cider Old Mout partnered with Mitchells &amp; Butlers to leverage their existing platforms and launch a ‘do-good, sustainable’ mobile game, aiming to raise money to help save the kiwi. In the three months since launch, the app has raised £20,000 for charity <em>Kiwis for kiwi</em> and also received over 40,000 visits to the app store and 500,000 plays.\r\n\r\n&nbsp;\r\n\r\nLaunched in May to help raise awareness of the endangered kiwi bird, encourage trial and drive engagement of Old Mout cider, the game has proved hugely successful – not only for the brand, but for the customer and kiwi bird too. In the spirit of popular non-stop running<em> games</em>, <em>Kiwi-Cycle</em> encourages players to collect fruit in order to unlock in-outlet prizes (such as free Old Mout ciders, starters and desserts) redeemable across a total of 673 participating outlets including All Bar One, Nicholson’s and Sizzling. The game also encourages players to recycle bottles across the course which generates donations to the charity <em>Kiwis for kiwi</em>.\r\n\r\n&nbsp;\r\n\r\nThe campaign arrives as Old Mout celebrates two years of national listings across the M&amp;B estate. The ambition was to create awareness, encourage trial and drive engagement. With sustainability at the heart of the brand’s ethos, paired with Old Mout’s fun and quirky personality, <em>Kiwi Cycle</em> was born!\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2764\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2764\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Old-Mout-kiwi-cycle-300x300.png\" alt=\"Kiwis for Kiwi\" width=\"300\" height=\"300\" /> Old Mout teams up raising money for charity Kiwis for Kiwi[/caption]\r\n\r\nMitchells &amp; Butlers procurement manager Ben Lockwood explains the reasoning behind the launch of <em>Kiwi-Cycle; “HEINEKEN UK continue to display forward-thinking and innovative digital activations, so using this expertise to help with the launch of Old Mout was an obvious step for M&amp;B. Gamification continues to capture the imagination of our guests so this was an interactive way to make them more familiar with the Old Mout brand. The Kiwi Cycle game enjoyed close to half a million plays, leading to extremely positive redemption numbers on the prizes available. This has increased trial of all our listed Old Mout flavours, including Berries and Cherries Alcohol Free and ultimately ensured sales have been significant this Summer. Feedback from our operators and our guests has been extremely positive and we expect that to continue with further brand activations planned, whilst being able to follow up other sustainability projects, such as removing straws from All Bar One, saving the Kiwi has definitely been something that has resonated with our guests”.</em>\r\n\r\n&nbsp;\r\n\r\nOld Mout’s Emma Sherwood-Smith adds; <em>“</em><em>Mobile gaming is massively popular and provides a major opportunity for HEINEKEN to engage consumers, activate brands and help meet our customers’ objectives. We’re delighted with the results of Kiwi-Cycle to date and plan to incorporate these learnings into plans for our other major customers, while also taking this approach into other channels of the business. Following the success of our investment in the campaign we’re enjoying ‘the fruits of our labour’ with M&amp;B as we move into our second year of the Old Mout national listing.”</em>\r\n\r\n<em> </em>\r\n\r\n<em>Kiwi-Cycle</em> delivered 500,000 plays, almost double that of other top performing games and drove 40,000 unique customers to the Google and Apple app stores - a key aim for Mitchells &amp; Butlers. The exotic-fruit cider company also amplified the game with paid media on Facebook, further encouraging consumers to download M&amp;B apps across the board. The activity also delivered a great reaction across social media with over 14m impressions, 3,000 reactions and 296 shares since its launch in May.\r\n\r\n&nbsp;\r\n\r\n<strong>Win prizes and help save the kiwi, play </strong><em><strong>Kiwi-Cycle</strong></em><strong> today: </strong><a href=\"http://heineken.kiwi-cycle.client-testing.co.uk/\" data-saferedirecturl=\"https://www.google.com/url?q=http://heineken.kiwi-cycle.client-testing.co.uk/&amp;source=gmail&amp;ust=1539256323496000&amp;usg=AFQjCNEB5XHobP92n51wRWQb8opmS07G-Q\">http://heineken.kiwi-cycle.client-testing.co.uk/</a> <strong>(mobile only).</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Old Mout Cider is also urging on-trade customers to sign up to a sustainability partnership (</strong><strong><a href=\"http://www.oldmoutcider.co.uk/partners\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.oldmoutcider.co.uk/partners&amp;source=gmail&amp;ust=1539256323496000&amp;usg=AFQjCNEeVE8d6DxDzafJkCDMhduHx26Hcg\">www.oldmoutcider.co.uk/partners</a></strong><strong>) and to recycle where they can. For every sign-up, Old Mout will donate £50 to </strong><em><strong>Kiwis for kiwi</strong></em><strong> and will hero each customer’s sustainability work in the media</strong>','Old Mout and Mitchells & Butlers race to success with Kiwi-Cycle mobile game','','inherit','closed','closed','','2763-revision-v1','','','2018-10-10 12:42:10','2018-10-10 12:42:10','',2763,'http://www.ontradeprogress.com/2018/10/10/2763-revision-v1/',0,'revision','',0),(2767,1,'2018-10-16 10:52:43','2018-10-16 10:52:43','<a href=\"https://www.oldmoutcider.co.uk/\" target=\"_blank\" rel=\"noopener\">Old Mout</a> and <a href=\"https://www.mbplc.com/\" target=\"_blank\" rel=\"noopener\">Mitchells &amp; Butlers</a> race to success with Kiwi-Cycle mobile game raising money for <em>Kiwis for kiwi</em> charity.\n<ul>\n 	<li><strong>New Zealand-born cider Old Mout, in collaboration with Mitchells &amp; Butlers, raised money to help save the kiwi by developing a fun, engaging and informative mobile game <em>Kiwi-Cycle, </em>rooted in strong sustainability messaging<em>.</em></strong></li>\n 	<li><strong>The ‘do good’ game, hosted on M&amp;B app platforms, aims to encourage trial of Old Mout cider, increase dwell time and frequency on the app, while also raising money to help save the kiwi from extinction, by recycling!</strong></li>\n 	<li><strong>Since launching in May, the game has raised £20,000 for charity <em>Kiwis for kiwi</em>, been downloaded by over 34k players and been played over 500k times</strong></li>\n</ul>\n<strong> </strong>\n\nNew Zealand-born cider Old Mout partnered with Mitchells &amp; Butlers to leverage their existing platforms and launch a ‘do-good, sustainable’ mobile game, aiming to raise money to help save the kiwi. In the three months since launch, the app has raised £20,000 for charity <em>Kiwis for kiwi</em> and also received over 40,000 visits to the app store and 500,000 plays.\n\n&nbsp;\n\nLaunched in May to help raise awareness of the endangered kiwi bird, encourage trial and drive engagement of Old Mout cider, the game has proved hugely successful – not only for the brand, but for the customer and kiwi bird too. In the spirit of popular non-stop running<em> games</em>, <em>Kiwi-Cycle</em> encourages players to collect fruit in order to unlock in-outlet prizes (such as free Old Mout ciders, starters and desserts) redeemable across a total of 673 participating outlets including All Bar One, Nicholson’s and Sizzling. The game also encourages players to recycle bottles across the course which generates donations to the charity <em>Kiwis for kiwi</em>.\n\n&nbsp;\n\nThe campaign arrives as Old Mout celebrates two years of national listings across the M&amp;B estate, representing as the cider brands largest on trade customer in the UK. The brand needed an activity that would create top of mind awareness, encourage trial and drive engagement. With sustainability at the heart of the brand’s ethos, paired with Old Mout’s fun and quirky personality, <em>Kiwi Cycle</em> was born!\n\n&nbsp;\n\n[caption id=\"attachment_2765\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2765\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/old-mout-300x188.png\" alt=\"kiwis for kiwi\" width=\"300\" height=\"188\" /> kiwis for kiwi[/caption]\n\nMitchells &amp; Butlers procurement manager Ben Lockwood explains the reasoning behind the launch of <em>Kiwi-Cycle; “HEINEKEN UK continue to display forward-thinking and innovative digital activations, so using this expertise to help with the launch of Old Mout was an obvious step for M&amp;B. Gamification continues to capture the imagination of our guests so this was an interactive way to make them more familiar with the Old Mout brand. The Kiwi Cycle game enjoyed close to half a million plays, leading to extremely positive redemption numbers on the prizes available. This has increased trial of all our listed Old Mout flavours, including Berries and Cherries Alcohol-Free and ultimately ensured sales have been significant this Summer. Feedback from our operators and our guests has been extremely positive and we expect that to continue with further brand activations planned, whilst being able to follow up other sustainability projects, such as removing straws from All Bar One, saving the Kiwi has definitely been something that has resonated with our guests”.</em>\n\n&nbsp;\n\nOld Mout’s Emma Sherwood-Smith adds; <em>“Mobile gaming is massively popular and provides a major opportunity for HEINEKEN to engage consumers, activate brands and help meet our customers’ objectives. We’re delighted with the results of Kiwi-Cycle to date and plan to incorporate these learnings into plans for our other major customers, while also taking this approach into other channels of the business. Following the success of our investment in the campaign we’re enjoying ‘the fruits of our labour’ with M&amp;B as we move into our second year of the Old Mout national listing.”</em>\n\n<em> </em>\n\n<em>Kiwi-Cycle</em> delivered 500,000 plays, almost double that of other top performing game <em>Sol Catcher</em> (also hosted on M&amp;B app platforms back in July), and drove 40,000 unique customers to the Google and Apple app stores - a key aim for Mitchells &amp; Butlers. The exotic-fruit cider company also amplified the game with paid media on Facebook, further encouraging consumers to download M&amp;B apps across the board. The activity also delivered a great reaction across social media with over 14m impressions, 3,000 reactions and 296 shares since its launch in May.\n\n&nbsp;\n\n<strong>Win prizes and help save the kiwi, play <em>Kiwi-Cycle</em> today: </strong><a href=\"http://heineken.kiwi-cycle.client-testing.co.uk/\">http://heineken.kiwi-cycle.client-testing.co.uk/</a> <strong>(mobile only).</strong>\n\n<strong> </strong>\n\n<strong>Old Mout Cider is also urging on-trade customers to sign up to a sustainability partnership (<a href=\"http://www.oldmoutcider.co.uk/partners\">www.oldmoutcider.co.uk/partners</a>) and to recycle where they can. For every sign-up, Old Mout will donate £50 to <em>Kiwis for kiwi</em> and will hero each customer’s sustainability work in the media</strong>','Old Mout and Mitchells & Butlers race to success with Kiwi-Cycle mobile game','','inherit','closed','closed','','2763-autosave-v1','','','2018-10-16 10:52:43','2018-10-16 10:52:43','',2763,'http://www.ontradeprogress.com/2018/10/10/2763-autosave-v1/',0,'revision','',0),(2769,1,'2018-10-10 13:13:41','2018-10-10 13:13:41','<a href=\"https://www.oldmoutcider.co.uk/\" target=\"_blank\" rel=\"noopener\">Old Mout</a> and <a href=\"https://www.mbplc.com/\" target=\"_blank\" rel=\"noopener\">Mitchells &amp; Butlers</a> race to success with Kiwi-Cycle mobile game raising money for <em>Kiwis for kiwi</em> charity.\r\n<ul>\r\n 	<li><b>New Zealand-born cider Old Mout, in collaboration with Mitchell\'s &amp; Butlers, raised money to help save the kiwi by developing a fun, engaging and informative mobile game </b><em><strong>Kiwi-Cycle, </strong></em><strong>rooted in sustainability</strong></li>\r\n 	<li><strong>The ‘do good’ game, hosted on M&amp;B app platforms, aims to encourage trial of Old Mout cider, increase dwell time and frequency on the app, while also raising money to help save the kiwi from extinction, by recycling!</strong></li>\r\n 	<li><strong>Since launching in May, the game has raised £20,000 for charity </strong><em><strong>Kiwis for kiwi</strong></em><strong>, been downloaded by over 34k players and been played over 500k times</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\nNew Zealand-born cider Old Mout partnered with Mitchells &amp; Butlers to leverage their existing platforms and launch a ‘do-good, sustainable’ mobile game, aiming to raise money to help save the kiwi. In the three months since launch, the app has raised £20,000 for charity <em>Kiwis for kiwi</em> and also received over 40,000 visits to the app store and 500,000 plays.\r\n\r\n&nbsp;\r\n\r\nLaunched in May to help raise awareness of the endangered kiwi bird, encourage trial and drive engagement of Old Mout cider, the game has proved hugely successful – not only for the brand, but for the customer and kiwi bird too. In the spirit of popular non-stop running<em> games</em>, <em>Kiwi-Cycle</em> encourages players to collect fruit in order to unlock in-outlet prizes (such as free Old Mout ciders, starters and desserts) redeemable across a total of 673 participating outlets including All Bar One, Nicholson’s and Sizzling. The game also encourages players to recycle bottles across the course which generates donations to the charity <em>Kiwis for kiwi</em>.\r\n\r\n&nbsp;\r\n\r\nThe campaign arrives as Old Mout celebrates two years of national listings across the M&amp;B estate. The ambition was to create awareness, encourage trial and drive engagement. With sustainability at the heart of the brand’s ethos, paired with Old Mout’s fun and quirky personality, <em>Kiwi Cycle</em> was born!\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2764\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2764\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Old-Mout-kiwi-cycle-300x300.png\" alt=\"Kiwis for Kiwi\" width=\"300\" height=\"300\" /> Old Mout teams up raising money for charity Kiwis for Kiwi[/caption]\r\n\r\nMitchells &amp; Butlers procurement manager Ben Lockwood explains the reasoning behind the launch of <em>Kiwi-Cycle; “HEINEKEN UK continue to display forward-thinking and innovative digital activations, so using this expertise to help with the launch of Old Mout was an obvious step for M&amp;B. Gamification continues to capture the imagination of our guests so this was an interactive way to make them more familiar with the Old Mout brand. The Kiwi Cycle game enjoyed close to half a million plays, leading to extremely positive redemption numbers on the prizes available. This has increased trial of all our listed Old Mout flavours, including Berries and Cherries Alcohol Free and ultimately ensured sales have been significant this Summer. Feedback from our operators and our guests has been extremely positive and we expect that to continue with further brand activations planned, whilst being able to follow up other sustainability projects, such as removing straws from All Bar One, saving the Kiwi has definitely been something that has resonated with our guests”.</em>\r\n\r\n&nbsp;\r\n\r\nOld Mout’s Emma Sherwood-Smith adds; <em>“</em><em>Mobile gaming is massively popular and provides a major opportunity for HEINEKEN to engage consumers, activate brands and help meet our customers’ objectives. We’re delighted with the results of Kiwi-Cycle to date and plan to incorporate these learnings into plans for our other major customers, while also taking this approach into other channels of the business. Following the success of our investment in the campaign we’re enjoying ‘the fruits of our labour’ with M&amp;B as we move into our second year of the Old Mout national listing.”</em>\r\n\r\n<em> </em>\r\n\r\n<em>Kiwi-Cycle</em> delivered 500,000 plays, almost double that of other top performing games and drove 40,000 unique customers to the Google and Apple app stores - a key aim for Mitchells &amp; Butlers. The exotic-fruit cider company also amplified the game with paid media on Facebook, further encouraging consumers to download M&amp;B apps across the board. The activity also delivered a great reaction across social media with over 14m impressions, 3,000 reactions and 296 shares since its launch in May.\r\n\r\n&nbsp;\r\n\r\n<strong>Win prizes and help save the kiwi, play </strong><em><strong>Kiwi-Cycle</strong></em><strong> today: </strong><a href=\"http://heineken.kiwi-cycle.client-testing.co.uk/\" data-saferedirecturl=\"https://www.google.com/url?q=http://heineken.kiwi-cycle.client-testing.co.uk/&amp;source=gmail&amp;ust=1539256323496000&amp;usg=AFQjCNEB5XHobP92n51wRWQb8opmS07G-Q\">http://heineken.kiwi-cycle.client-testing.co.uk/</a> <strong>(mobile only).</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Old Mout Cider is also urging on-trade customers to sign up to a sustainability partnership (</strong><strong><a href=\"http://www.oldmoutcider.co.uk/partners\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.oldmoutcider.co.uk/partners&amp;source=gmail&amp;ust=1539256323496000&amp;usg=AFQjCNEeVE8d6DxDzafJkCDMhduHx26Hcg\">www.oldmoutcider.co.uk/partners</a></strong><strong>) and to recycle where they can. For every sign-up, Old Mout will donate £50 to </strong><em><strong>Kiwis for kiwi</strong></em><strong> and will hero each customer’s sustainability work in the media</strong>','Old Mout and Mitchells & Butlers race to success with Kiwi-Cycle mobile game','','inherit','closed','closed','','2763-revision-v1','','','2018-10-10 13:13:41','2018-10-10 13:13:41','',2763,'http://www.ontradeprogress.com/2018/10/10/2763-revision-v1/',0,'revision','',0),(2770,1,'2018-10-11 08:13:59','2018-10-11 08:13:59','<p class=\"ox-3e073e722f-xmsonormal\"><a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener noreferrer\">British Beer &amp; Pub Association</a> (BBPA) Chief Executive Brigid Simmonds yesterday appeared before the Commons Housing, Communities and Local Government Select Committee session to give evidence on High Streets and Town Centers in 2030.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">Speaking on the challenges the hospitality sector faces on the high street, she noted how Brexit was creating uncertainty for businesses such as pubs. This is in addition to consumers who are tightening their purse strings as a result of food inflation from Brexit. She also talked about how business rates cumulatively affect pubs who are paying around 4% of their turnover in business rates alone, more than any other sector according to a recent report by Oxford Economics. Pubs pay 2.8% of the total business rates bill while accounting for just 0.5% of rateable turnover – an overpayment of £500m.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">It was not all negative, Brigid Simmonds also spoke about the decreasing value of the pound, explaining how this has led to an increase in tourists visiting the UK, which has boosted pubs on the high street, with as many as seven in ten overseas tourists visiting a pub whilst in the UK.</p>\r\n\r\n\r\n[caption id=\"attachment_2772\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2772\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/newcastle-upon-tyne-1675880_640-300x200.jpg\" alt=\"BBPA\" width=\"300\" height=\"200\" /> Town centers, like Newcastle, could be affected with the new proposal[/caption]\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">Discussing the overall problems, the beer and pub sectors faces with taxes, Brigid Simmonds flagged the <a href=\"https://www.longlivethelocal.pub/\" target=\"_blank\" rel=\"noopener noreferrer\">Long Live the Local</a> campaign by Britain’s Beer Alliance, which is backed by microbreweries, regional and national pub chains, the British Beer &amp; Pub Association and global breweries. The campaign is calling for a cut in beer duty in the upcoming Budget and so far over 97,000 people have signed its petition to cut beer tax, with a further 40,000 people also writing to their MP. A number of MPs on the Committee had already seen the campaign at Westminster</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"><strong>Commenting on the committee session, Brigid Simmonds, Chief Executive of British Beer &amp; Pub Association said:</strong></p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">“The high street is an important part of any town or city in the UK, but it is struggling. The answers are not only about tax, there are some great examples of best practice from the Great British High Street’s competition, which all point to local leadership, partnerships, understanding your local market and events.  There is a pub on every high street, but as an industry they face considerable cost pressures from a range of sources; particularly high beer duty, unfair business rates and VAT.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">“In response to this, Britain’s Beer Alliance, backed by microbreweries, regional and national pub chains, global breweries and the British Beer &amp; Pub Association, (BBPA) ourselves, have launched the <a href=\"https://www.longlivethelocal.pub/\" target=\"_blank\" rel=\"noopener noreferrer\">Long Live the Local</a> campaign to call for a cut in beer duty in the upcoming Budget.”</p>\r\nRead more from BBPA:\r\n\r\nBBPA <a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener noreferrer\">comments on Government/ DUP</a>','BBPA Chief Executive Brigid Simmonds tells Select Committee that high taxes threaten pubs ','','publish','closed','open','','bbpa-committee-taxes-pubs','','\nhttp://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/','2019-07-24 09:01:46','2019-07-24 09:01:46','',0,'http://www.ontradeprogress.com/?p=2770',0,'post','',0),(2771,1,'2018-10-11 08:00:22','2018-10-11 08:00:22','BBPA','bbpa','British Beer & Pub Association (BBPA)','inherit','closed','closed','','bbpa','','','2018-10-11 08:01:01','2018-10-11 08:01:01','',2770,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/bbpa.png',0,'attachment','image/png',0),(2772,1,'2018-10-11 08:12:00','2018-10-11 08:12:00','','High street','High streets, like Newcastle, could be affected with the new proposal','inherit','closed','closed','','newcastle-upon-tyne-1675880_640','','','2018-10-11 08:22:13','2018-10-11 08:22:13','',2770,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/newcastle-upon-tyne-1675880_640.jpg',0,'attachment','image/jpeg',0),(2773,1,'2018-10-11 08:13:59','2018-10-11 08:13:59','<p class=\"ox-3e073e722f-xmsonormal\"><a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">British Beer &amp; Pub Association</a> (BBPA) Chief Executive Brigid Simmonds yesterday appeared before the Commons Housing, Communities and Local Government Select Committee session to give evidence on High Streets and Town Centers in 2030.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"></p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">Speaking on the challenges the hospitality sector faces on the high street, she noted how Brexit was creating uncertainty for businesses such as pubs. This is in addition to consumers who are tightening their purse strings as a result of food inflation from Brexit. She also talked about how business rates cumulatively affect pubs who are paying around 4% of their turnover in business rates alone, more than any other sector according to a recent report by Oxford Economics. Pubs pay 2.8% of the total business rates bill while accounting for just 0.5% of rateable turnover – an overpayment of £500m.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"></p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">It was not all negative, Brigid Simmonds also spoke about the decreasing value of the pound, explaining how this has led to an increase in tourists visiting the UK, which has boosted pubs on the high street, with as many as seven in ten overseas tourists visiting a pub whilst in the UK.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"></p>\r\n\r\n\r\n[caption id=\"attachment_2772\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2772\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/newcastle-upon-tyne-1675880_640-300x200.jpg\" alt=\"BBPA\" width=\"300\" height=\"200\" /> Town centers, like Newcastle, could be affected with the new proposal[/caption]\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">Discussing the overall problems, the beer and pub sectors faces with taxes, Brigid Simmonds flagged the <a href=\"https://www.longlivethelocal.pub/\" target=\"_blank\" rel=\"noopener\">Long Live the Local</a> campaign by Britain’s Beer Alliance, which is backed by microbreweries, regional and national pub chains, the British Beer &amp; Pub Association and global breweries. The campaign is calling for a cut in beer duty in the upcoming Budget and so far over 97,000 people have signed its petition to cut beer tax, with a further 40,000 people also writing to their MP. A number of MPs on the Committee had already seen the campaign at Westminster</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"><strong>Commenting on the committee session, Brigid Simmonds, Chief Executive of British Beer &amp; Pub Association said:</strong></p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">“The high street is an important part of any town or city in the UK, but it is struggling. The answers are not only about tax, there are some great examples of best practice from the Great British High Street’s competition, which all point to local leadership, partnerships, understanding your local market and events.  There is a pub on every high street, but as an industry they face considerable cost pressures from a range of sources; particularly high beer duty, unfair business rates and VAT.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"></p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">“In response to this, Britain’s Beer Alliance, backed by microbreweries, regional and national pub chains, global breweries and the British Beer &amp; Pub Association, (BBPA) ourselves, have launched the <a href=\"https://www.longlivethelocal.pub/\" target=\"_blank\" rel=\"noopener\">Long Live the Local</a> campaign to call for a cut in beer duty in the upcoming Budget.”</p>\r\nRead more from BBPA:\r\n\r\nBBPA <a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener\">comments on Government/ DUP</a>\r\n\r\n<a href=\"http://www.ontradeprogress.com/2017/03/25/gloucester-late-night-levy-bbpa-comments-on-decision-deferral/\" target=\"_blank\" rel=\"noopener\">Gloucester late night levy</a>','BBPA Chief Executive Brigid Simmonds tells Select Committee that high taxes threaten pubs ','','inherit','closed','closed','','2770-revision-v1','','','2018-10-11 08:13:59','2018-10-11 08:13:59','',2770,'http://www.ontradeprogress.com/2018/10/11/2770-revision-v1/',0,'revision','',0),(2775,1,'2018-10-11 08:35:43','2018-10-11 08:35:43','<strong>The hospitality sector can be the future of the UK high street with the correct support from Government, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls has highlighted the vibrancy and value of the hospitality sector, and underlined its ability to achieve even greater levels of growth and investment with the right support from the Government,  in evidence to the Housing, Communities and Local Government Select enquiry on High Streets and Town Centres.\r\n\r\nKate emphasised the value of hospitality to the UK economy, as a hotbed of entrepreneurship, with many start-ups and young businesses driving growth across the UK. She further warned that hospitality employers were suffering from cost pressures and that, in some cases, 30% had been wiped off margins. A call for a root and branch reform of the business rates system was reiterated as well as UKHospitality’s ambition for a digital business tax to ensure that online businesses pay their fair share - with funds used to ease the burden on hospitality businesses at the heart of communities.\r\n\r\n[caption id=\"attachment_2776\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2776\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/city-1807881_640-300x200.jpg\" alt=\"High Street\" width=\"300\" height=\"200\" /> High Streets up &amp; down the country could be saved by the hospitality sector[/caption]\r\n\r\nDiscussing working with local authorities, Kate said that local councils were key to facilitating partnerships with businesses to provide greater coordination on licensing issues and efforts to improve planning which had not kept pace with change in the sector.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “This was a great opportunity to put the case for hospitality to Ministers and ensure that they know the challenges and opportunities facing this vibrant sector.\r\n\r\n“Hospitality businesses are vibrant and resilient and have helped drive growth in every region of the UK, but there is more that they can provide if they are given the support they need in their communities. Lessening of financial burdens and easing of regulatory issues will help hospitality deliver even more jobs and investment in communities. Conversely, if businesses continue to be squeezed, much of the good work they have already done may be lost.”\r\n\r\nRead more about how hospitality can save the high street:\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tells government that high taxes threaten our pubs</a> &amp; the high street\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality warns over employee shortage</a>\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a>','Hospitality the future of the high street','','publish','closed','open','','hospitality-future-high-street','','\nhttp://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/','2018-10-11 08:37:59','2018-10-11 08:37:59','',0,'http://www.ontradeprogress.com/?p=2775',0,'post','',0),(2776,1,'2018-10-11 08:32:22','2018-10-11 08:32:22','High Streets up & down the country could be saved by the hospitality sector','York High Street','High Streets up & down the country could be saved by the hospitality sector','inherit','closed','closed','','city-1807881_640','','','2018-10-11 08:33:05','2018-10-11 08:33:05','',2775,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/city-1807881_640.jpg',0,'attachment','image/jpeg',0),(2777,1,'2018-10-11 08:35:18','2018-10-11 08:35:18','<strong>The hospitality sector can be the future of the UK high street with the correct support from Government, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls has highlighted the vibrancy and value of the hospitality sector, and underlined its ability to achieve even greater levels of growth and investment with the right support from the Government,  in evidence to the Housing, Communities and Local Government Select enquiry on High Streets and Town Centres.\r\n\r\nKate emphasised the value of hospitality to the UK economy, as a hotbed of entrepreneurship, with many start-ups and young businesses driving growth across the UK. She further warned that hospitality employers were suffering from cost pressures and that, in some cases, 30% had been wiped off margins. A call for a root and branch reform of the business rates system was reiterated as well as UKHospitality’s ambition for a digital business tax to ensure that online businesses pay their fair share - with funds used to ease the burden on hospitality businesses at the heart of communities.\r\n\r\n[caption id=\"attachment_2776\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2776\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/city-1807881_640-300x200.jpg\" alt=\"High Street\" width=\"300\" height=\"200\" /> High Streets up &amp; down the country could be saved by the hospitality sector[/caption]\r\n\r\nDiscussing working with local authorities, Kate said that local councils were key to facilitating partnerships with businesses to provide greater coordination on licensing issues and efforts to improve planning which had not kept pace with change in the sector.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “This was a great opportunity to put the case for hospitality to Ministers and ensure that they know the challenges and opportunities facing this vibrant sector.\r\n\r\n“Hospitality businesses are vibrant and resilient and have helped drive growth in every region of the UK, but there is more that they can provide if they are given the support they need in their communities. Lessening of financial burdens and easing of regulatory issues will help hospitality deliver even more jobs and investment in communities. Conversely, if businesses continue to be squeezed, much of the good work they have already done may be lost.”\r\n\r\nRead more about how hospitality can save the high street:\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tells government that high taxes threaten our pubs</a> &amp; the high street\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality warns over employee shortage</a>\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a>','Hospitality the future of the high street','','inherit','closed','closed','','2775-revision-v1','','','2018-10-11 08:35:18','2018-10-11 08:35:18','',2775,'http://www.ontradeprogress.com/2018/10/11/2775-revision-v1/',0,'revision','',0),(2778,1,'2018-10-11 08:44:22','2018-10-11 08:44:22','<strong>The hospitality sector can be the future of the UK high street with the correct support from Government, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls has highlighted the vibrancy and value of the hospitality sector, and underlined its ability to achieve even greater levels of growth and investment with the right support from the Government,  in evidence to the Housing, Communities and Local Government Select enquiry on High Streets and Town Centres.\r\n\r\nKate emphasised the value of hospitality to the UK economy, as a hotbed of entrepreneurship, with many start-ups and young businesses driving growth across the UK. She further warned that hospitality employers were suffering from cost pressures and that, in some cases, 30% had been wiped off margins. A call for a root and branch reform of the business rates system was reiterated as well as UKHospitality’s ambition for a digital business tax to ensure that online businesses pay their fair share - with funds used to ease the burden on hospitality businesses at the heart of communities.\r\n\r\n[caption id=\"attachment_2776\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2776\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/city-1807881_640-300x200.jpg\" alt=\"High Street\" width=\"300\" height=\"200\" /> High Streets up &amp; down the country could be saved by the hospitality sector[/caption]\r\n\r\nDiscussing working with local authorities, Kate said that local councils were key to facilitating partnerships with businesses to provide greater coordination on licensing issues and efforts to improve planning which had not kept pace with change in the sector.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “This was a great opportunity to put the case for hospitality to Ministers and ensure that they know the challenges and opportunities facing this vibrant sector.\r\n\r\n“Hospitality businesses are vibrant and resilient and have helped drive growth in every region of the UK, but there is more that they can provide if they are given the support they need in their communities. Lessening of financial burdens and easing of regulatory issues will help hospitality deliver even more jobs and investment in communities. Conversely, if businesses continue to be squeezed, much of the good work they have already done may be lost.”\r\n\r\nRead more about how hospitality can save the high street:\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tells government that high taxes threaten our pubs</a> &amp; the high street\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality warns over employee shortage</a>\r\n\r\n<a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a>','Hospitality the future of the high street','','inherit','closed','closed','','2775-autosave-v1','','','2018-10-11 08:44:22','2018-10-11 08:44:22','',2775,'http://www.ontradeprogress.com/2018/10/11/2775-autosave-v1/',0,'revision','',0),(2779,1,'2018-10-11 10:45:29','2018-10-11 10:45:29','<h2>London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine</h2>\r\nThis autumn, London restaurateurs and vineyard owners, The Gladwin Brothers, will become the first to serve up the UK\'s youngest and freshest wine in their London restaurants, The Shed, Rabbit and Nutbourne, celebrating the best harvest to date from their West Sussex vineyard, Nutbourne.\r\n\r\nTreating guests to a taste of their 2018 Bacchus grape vintage, guests can taste the fruits of the harvest season, as they enjoy a complimentary glass of the UK?s youngest wine ever served in London restaurants.\r\n\r\n[caption id=\"attachment_2781\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2781 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553464_640-300x200.jpg\" alt=\"Low ABV Wine\" width=\"300\" height=\"200\" /> Best harvest to date from their West Sussex vineyard, Nutbourne.[/caption]\r\n\r\nMade using Bacchus grapes, the wine is served straight from the cask, just days after the grapes are picked, resulting in a cloudy high-sugar, yet low ABV wine. This wine, similar to the German ?Federweisser?, is made by adding yeast to the grapes, allowing it to ferment rapidly. The process, taking no more than 10 days from when the grapes are picked and pressed, results in a refreshing grassy sparkling wine, with notes of apple, pear and elderflower. This one of a kind wine to the UK takes guests on a walk to the wild side of the vineyard, offering a rare chance to try Nutbourne Vineyard?s 2018 vintage, ahead of 2022, for the Nutty Brut or next year?s Sussex Reserve white wine.\r\n\r\nFollowing data from a 2017 Nielsen report, revealing the value of non-alcoholic wine in the UK rising by 66% last year, Nutbourne Vineyards are taking advantage of this latest movement, becoming a leader in the field to create low ABV wine around the harvest season, offering drinkers an alternative.\r\n\r\n<strong>Read more from us on Wines:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/from-grape-to-glass-portugals-greatest-wines/\" target=\"_blank\" rel=\"noopener\">Discover Portugal\'s greatest wines</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\" target=\"_blank\" rel=\"noopener\">Lanchester Wins: Summer Drinks</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">The Winter wine pairings you didn\'t know you needed</a></li>\r\n</ul>\r\nThis summer\'s heat wave has provided excellent conditions for English wine, resulting in one of the earliest and most successful harvests since 2014. In celebration, guests are given the opportunity to preview the 2018 vintage, without having to wait four years to taste Nutbourne?s award winning Nutty Brut sparkling wine and one year for Nutbourne?s Sussex Reserve still white wine. All wines are made from grapes grown on the estate and every part of the winemaking process takes place on site in the state of the art winery. Vines were first planted at Nutbourne in 1980 by one of the early pioneers of wine grape growing in this country. Since 1991 it has been owned and managed by the Gladwin family.\r\n\r\nRichard says of the new wine - ?<i>We love a big welcome at The Shed, Rabbit and Nutbourne and this year we are going all out in celebration of the record-breaking harvest giving everyone a chance to try wine in its freshest and youngest form, served within days of being picked from the vine. This is why we?re offering everyone a glass of fermented wine on the house and hope you can join us for our first Harvest Festival of Wine</i>.?\r\n\r\nUK?s youngest wine will be available for all guests to try at the below London restaurants:\r\n\r\n<b>The Shed</b> | 122 Palace Gardens Terrace | London | W8 4RT\r\nWebsite: <a href=\"https://www.theshed-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.theshed-restaurant.com/</a>\r\nTel: 020 7229 4024\r\n\r\n<b>Rabbit </b>| 172 Kings Road | London | SW3 4UP\r\nWebsite: <a href=\"https://www.rabbit-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.rabbit-restaurant.com/</a>\r\nTel: 020 3750 0172\r\n\r\n<b>Nutbourne </b>| 29 Ransomes Dock | 35-37 Parkgate Rd | London | SW11 4NP\r\nWebsite: <a href=\"https://www.nutbourne-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.nutbourne-restaurant.com/</a>\r\nTel: 020 7350 0555','London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine','','publish','closed','open','','britains-youngest-ever-low-abv-wine','','http://www.ontradeprogress.com/2018/06/11/from-grape-to-glass-portugals-greatest-wines/\nhttp://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\nhttp://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/','2018-10-11 11:18:26','2018-10-11 11:18:26','',0,'http://www.ontradeprogress.com/?p=2779',0,'post','',0),(2780,1,'2018-10-11 10:35:21','2018-10-11 10:35:21','','Vineyard','harvest to date from their West Sussex vineyard, Nutbourne. ','inherit','closed','closed','','purple-grapes-553463_640','','','2018-10-11 10:36:01','2018-10-11 10:36:01','',2779,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553463_640.jpg',0,'attachment','image/jpeg',0),(2781,1,'2018-10-11 10:37:01','2018-10-11 10:37:01','','Low AVB Wine','harvest to date from their West Sussex vineyard, Nutbourne. ','inherit','closed','closed','','purple-grapes-553464_640','','','2018-10-11 10:37:27','2018-10-11 10:37:27','',2779,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553464_640.jpg',0,'attachment','image/jpeg',0),(2782,1,'2018-10-11 10:43:41','2018-10-11 10:43:41','<h2>London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine</h2>\r\nThis autumn, London restaurateurs and vineyard owners, The Gladwin Brothers, will become the first to serve up the UK\'s youngest and freshest wine in their London restaurants, The Shed, Rabbit and Nutbourne, celebrating the best harvest to date from their West Sussex vineyard, Nutbourne.\r\n\r\nTreating guests to a taste of their 2018 Bacchus grape vintage, guests can taste the fruits of the harvest season, as they enjoy a complimentary glass of the UK?s youngest wine ever served in London restaurants.\r\n\r\n[caption id=\"attachment_2781\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2781 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553464_640-300x200.jpg\" alt=\"Low ABV Wine\" width=\"300\" height=\"200\" /> Best harvest to date from their West Sussex vineyard, Nutbourne.[/caption]\r\n\r\nMade using Bacchus grapes, the wine is served straight from the cask, just days after the grapes are picked, resulting in a cloudy high-sugar, yet low ABV wine. This wine, similar to the German ?Federweisser?, is made by adding yeast to the grapes, allowing it to ferment rapidly. The process, taking no more than 10 days from when the grapes are picked and pressed, results in a refreshing grassy sparkling wine, with notes of apple, pear and elderflower. This one of a kind wine to the UK takes guests on a walk to the wild side of the vineyard, offering a rare chance to try Nutbourne Vineyard?s 2018 vintage, ahead of 2022, for the Nutty Brut or next year?s Sussex Reserve white wine.\r\n\r\nFollowing data from a 2017 Nielsen report, revealing the value of non-alcoholic wine in the UK rising by 66% last year, Nutbourne Vineyards are taking advantage of this latest movement, becoming a leader in the field to create low ABV wine around the harvest season, offering drinkers an alternative.\r\n\r\n<strong>Read more from us on Wines:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/from-grape-to-glass-portugals-greatest-wines/\" target=\"_blank\" rel=\"noopener\">From Grape to Glass: Portugal\'s Greatest Wines</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\" target=\"_blank\" rel=\"noopener\">Lanchester Wins: Summer Drinks</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">Winter Wine Pairings</a></li>\r\n</ul>\r\nThis summer\'s heat wave has provided excellent conditions for English wine, resulting in one of the earliest and most successful harvests since 2014. In celebration, guests are given the opportunity to preview the 2018 vintage, without having to wait four years to taste Nutbourne?s award winning Nutty Brut sparkling wine and one year for Nutbourne?s Sussex Reserve still white wine. All wines are made from grapes grown on the estate and every part of the winemaking process takes place on site in the state of the art winery. Vines were first planted at Nutbourne in 1980 by one of the early pioneers of wine grape growing in this country. Since 1991 it has been owned and managed by the Gladwin family.\r\n\r\nRichard says of the new wine - ?<i>We love a big welcome at The Shed, Rabbit and Nutbourne and this year we are going all out in celebration of the record-breaking harvest giving everyone a chance to try wine in its freshest and youngest form, served within days of being picked from the vine. This is why we?re offering everyone a glass of fermented wine on the house and hope you can join us for our first Harvest Festival of Wine</i>.?\r\n\r\nUK?s youngest wine will be available for all guests to try at the below London restaurants:\r\n\r\n<b>The Shed</b> | 122 Palace Gardens Terrace | London | W8 4RT\r\nWebsite: <a href=\"https://www.theshed-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.theshed-restaurant.com/</a>\r\nTel: 020 7229 4024\r\n\r\n<b>Rabbit </b>| 172 Kings Road | London | SW3 4UP\r\nWebsite: <a href=\"https://www.rabbit-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.rabbit-restaurant.com/</a>\r\nTel: 020 3750 0172\r\n\r\n<b>Nutbourne </b>| 29 Ransomes Dock | 35-37 Parkgate Rd | London | SW11 4NP\r\nWebsite: <a href=\"https://www.nutbourne-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.nutbourne-restaurant.com/</a>\r\nTel: 020 7350 0555','London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine','','inherit','closed','closed','','2779-revision-v1','','','2018-10-11 10:43:41','2018-10-11 10:43:41','',2779,'http://www.ontradeprogress.com/2018/10/11/2779-revision-v1/',0,'revision','',0),(2783,1,'2018-10-11 10:50:44','2018-10-11 10:50:44','<h2>London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine</h2>\nThis autumn, London restaurateurs and vineyard owners, The Gladwin Brothers, will become the first to serve up the UK\'s youngest and freshest wine in their London restaurants, The Shed, Rabbit and Nutbourne, celebrating the best harvest to date from their West Sussex vineyard, Nutbourne.\n\nTreating guests to a taste of their 2018 Bacchus grape vintage, guests can taste the fruits of the harvest season, as they enjoy a complimentary glass of the UK?s youngest wine ever served in London restaurants.\n\n[caption id=\"attachment_2781\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2781 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553464_640-300x200.jpg\" alt=\"Low ABV Wine\" width=\"300\" height=\"200\" /> Best harvest to date from their West Sussex vineyard, Nutbourne.[/caption]\n\nMade using Bacchus grapes, the wine is served straight from the cask, just days after the grapes are picked, resulting in a cloudy high-sugar, yet low ABV wine. This wine, similar to the German ?Federweisser?, is made by adding yeast to the grapes, allowing it to ferment rapidly. The process, taking no more than 10 days from when the grapes are picked and pressed, results in a refreshing grassy sparkling wine, with notes of apple, pear and elderflower. This one of a kind wine to the UK takes guests on a walk to the wild side of the vineyard, offering a rare chance to try Nutbourne Vineyard?s 2018 vintage, ahead of 2022, for the Nutty Brut or next year?s Sussex Reserve white wine.\n\nFollowing data from a 2017 Nielsen report, revealing the value of non-alcoholic wine in the UK rising by 66% last year, Nutbourne Vineyards are taking advantage of this latest movement, becoming a leader in the field to create low ABV wine around the harvest season, offering drinkers an alternative.\n\n<strong>Read more from us on Wines:</strong>\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/from-grape-to-glass-portugals-greatest-wines/\" target=\"_blank\" rel=\"noopener\">Discover Portugal\'s greatest wines</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\" target=\"_blank\" rel=\"noopener\">Lanchester Wins: Summer Drinks</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">The Winter wine pairings you didn\'t know you needed</a></li>\n</ul>\nThis summer\'s heat wave has provided excellent conditions for English wine, resulting in one of the earliest and most successful harvests since 2014. In celebration, guests are given the opportunity to preview the 2018 vintage, without having to wait four years to taste Nutbourne?s award winning Nutty Brut sparkling wine and one year for Nutbourne?s Sussex Reserve still white wine. All wines are made from grapes grown on the estate and every part of the winemaking process takes place on site in the state of the art winery. Vines were first planted at Nutbourne in 1980 by one of the early pioneers of wine grape growing in this country. Since 1991 it has been owned and managed by the Gladwin family.\n\nRichard says of the new wine - ?<i>We love a big welcome at The Shed, Rabbit and Nutbourne and this year we are going all out in celebration of the record-breaking harvest giving everyone a chance to try wine in its freshest and youngest form, served within days of being picked from the vine. This is why we?re offering everyone a glass of fermented wine on the house and hope you can join us for our first Harvest Festival of Wine</i>.?\n\nUK?s youngest wine will be available for all guests to try at the below London restaurants:\n\n<b>The Shed</b> | 122 Palace Gardens Terrace | London | W8 4RT\nWebsite: <a href=\"https://www.theshed-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.theshed-restaurant.com/</a>\nTel: 020 7229 4024\n\n<b>Rabbit </b>| 172 Kings Road | London | SW3 4UP\nWebsite: <a href=\"https://www.rabbit-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.rabbit-restaurant.com/</a>\nTel: 020 3750 0172\n\n<b>Nutbourne </b>| 29 Ransomes Dock | 35-37 Parkgate Rd | London | SW11 4NP\nWebsite: <a href=\"https://www.nutbourne-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.nutbourne-restaurant.com/</a>\nTel: 020 7350 0555','London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine','','inherit','closed','closed','','2779-autosave-v1','','','2018-10-11 10:50:44','2018-10-11 10:50:44','',2779,'http://www.ontradeprogress.com/2018/10/11/2779-autosave-v1/',0,'revision','',0),(2784,1,'2018-10-11 10:51:23','2018-10-11 10:51:23','<h2>London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine</h2>\r\nThis autumn, London restaurateurs and vineyard owners, The Gladwin Brothers, will become the first to serve up the UK\'s youngest and freshest wine in their London restaurants, The Shed, Rabbit and Nutbourne, celebrating the best harvest to date from their West Sussex vineyard, Nutbourne.\r\n\r\nTreating guests to a taste of their 2018 Bacchus grape vintage, guests can taste the fruits of the harvest season, as they enjoy a complimentary glass of the UK?s youngest wine ever served in London restaurants.\r\n\r\n[caption id=\"attachment_2781\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2781 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/purple-grapes-553464_640-300x200.jpg\" alt=\"Low ABV Wine\" width=\"300\" height=\"200\" /> Best harvest to date from their West Sussex vineyard, Nutbourne.[/caption]\r\n\r\nMade using Bacchus grapes, the wine is served straight from the cask, just days after the grapes are picked, resulting in a cloudy high-sugar, yet low ABV wine. This wine, similar to the German ?Federweisser?, is made by adding yeast to the grapes, allowing it to ferment rapidly. The process, taking no more than 10 days from when the grapes are picked and pressed, results in a refreshing grassy sparkling wine, with notes of apple, pear and elderflower. This one of a kind wine to the UK takes guests on a walk to the wild side of the vineyard, offering a rare chance to try Nutbourne Vineyard?s 2018 vintage, ahead of 2022, for the Nutty Brut or next year?s Sussex Reserve white wine.\r\n\r\nFollowing data from a 2017 Nielsen report, revealing the value of non-alcoholic wine in the UK rising by 66% last year, Nutbourne Vineyards are taking advantage of this latest movement, becoming a leader in the field to create low ABV wine around the harvest season, offering drinkers an alternative.\r\n\r\n<strong>Read more from us on Wines:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/from-grape-to-glass-portugals-greatest-wines/\" target=\"_blank\" rel=\"noopener\">Discover Portugal\'s greatest wines</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\" target=\"_blank\" rel=\"noopener\">Lanchester Wins: Summer Drinks</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/\" target=\"_blank\" rel=\"noopener\">The Winter wine pairings you didn\'t know you needed</a></li>\r\n</ul>\r\nThis summer\'s heat wave has provided excellent conditions for English wine, resulting in one of the earliest and most successful harvests since 2014. In celebration, guests are given the opportunity to preview the 2018 vintage, without having to wait four years to taste Nutbourne?s award winning Nutty Brut sparkling wine and one year for Nutbourne?s Sussex Reserve still white wine. All wines are made from grapes grown on the estate and every part of the winemaking process takes place on site in the state of the art winery. Vines were first planted at Nutbourne in 1980 by one of the early pioneers of wine grape growing in this country. Since 1991 it has been owned and managed by the Gladwin family.\r\n\r\nRichard says of the new wine - ?<i>We love a big welcome at The Shed, Rabbit and Nutbourne and this year we are going all out in celebration of the record-breaking harvest giving everyone a chance to try wine in its freshest and youngest form, served within days of being picked from the vine. This is why we?re offering everyone a glass of fermented wine on the house and hope you can join us for our first Harvest Festival of Wine</i>.?\r\n\r\nUK?s youngest wine will be available for all guests to try at the below London restaurants:\r\n\r\n<b>The Shed</b> | 122 Palace Gardens Terrace | London | W8 4RT\r\nWebsite: <a href=\"https://www.theshed-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.theshed-restaurant.com/</a>\r\nTel: 020 7229 4024\r\n\r\n<b>Rabbit </b>| 172 Kings Road | London | SW3 4UP\r\nWebsite: <a href=\"https://www.rabbit-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.rabbit-restaurant.com/</a>\r\nTel: 020 3750 0172\r\n\r\n<b>Nutbourne </b>| 29 Ransomes Dock | 35-37 Parkgate Rd | London | SW11 4NP\r\nWebsite: <a href=\"https://www.nutbourne-restaurant.com/\" target=\"_blank\" rel=\"noopener\">https://www.nutbourne-restaurant.com/</a>\r\nTel: 020 7350 0555','London Restaurateurs and Vineyard Owners Serve Britain\'s Youngest Ever Low ABV Wine','','inherit','closed','closed','','2779-revision-v1','','','2018-10-11 10:51:23','2018-10-11 10:51:23','',2779,'http://www.ontradeprogress.com/2018/10/11/2779-revision-v1/',0,'revision','',0),(2787,1,'2018-10-11 14:14:21','2018-10-11 14:14:21','On-Trade Progress is a news site and magazine. On-Trade Progress covers everything that is needed to run a pub, club or bar successfully. Covering design, seasonal food and drink trends, technology, training and recruitment. We bring this together with the latest industry news, big name interviews and round-table events with senior industry professionals.\r\n\r\nThe monthly On-Trade Progress Magazine and website is a great resource for owners, operators and licencees. On-Trade Progress is the essential hospitality magazine for the On-Trade sector.','Home','','inherit','closed','closed','','8-revision-v1','','','2018-10-11 14:14:21','2018-10-11 14:14:21','',8,'http://www.ontradeprogress.com/2018/10/11/8-revision-v1/',0,'revision','',0),(2788,1,'2018-10-11 14:22:08','2018-10-11 14:22:08','On-Trade Progress is a hospitality magazine. On-Trade Progress covers everything that is needed to run a pub, bar, club or restaurant.\r\n\r\nThe monthly On-Trade Progress Magazine and website is a great resource for owners, operators and licencees. On-Trade Progress is the essential hospitality magazine for the On-Trade sector.','Home','','inherit','closed','closed','','8-revision-v1','','','2018-10-11 14:22:08','2018-10-11 14:22:08','',8,'http://www.ontradeprogress.com/2018/10/11/8-revision-v1/',0,'revision','',0),(2789,1,'2018-10-11 14:30:21','2018-10-11 14:30:21','On-Trade Progress is a hospitality magazine. On-Trade Progress covers everything that is needed to run a pub, bar, club or restaurant.\r\n\r\nThe monthly On-Trade Progress Magazine and website is a great resource for owners, operators and licencees within the pub and bar sector. On-Trade Progress is the essential hospitality magazine for the On-Trade sector.','Home','','inherit','closed','closed','','8-revision-v1','','','2018-10-11 14:30:21','2018-10-11 14:30:21','',8,'http://www.ontradeprogress.com/2018/10/11/8-revision-v1/',0,'revision','',0),(2790,1,'2018-10-11 14:31:21','2018-10-11 14:31:21','On-Trade Progress is a hospitality magazine. On-Trade Progress covers everything that is needed to run a pub, bar, club or restaurant.\r\n\r\nThe On-Trade Progress Magazine is a great resource for owners, operators and licencees of pubs, bars, clubs and restaurants.','Home','','inherit','closed','closed','','8-revision-v1','','','2018-10-11 14:31:21','2018-10-11 14:31:21','',8,'http://www.ontradeprogress.com/2018/10/11/8-revision-v1/',0,'revision','',0),(2791,1,'2018-10-11 14:32:09','2018-10-11 14:32:09','The On-Trade Progress Magazine is an excellent resource for owners, operators and licencees of pubs, bars, clubs and restaurants.','Home','','inherit','closed','closed','','8-revision-v1','','','2018-10-11 14:32:09','2018-10-11 14:32:09','',8,'http://www.ontradeprogress.com/2018/10/11/8-revision-v1/',0,'revision','',0),(2792,1,'2018-10-11 14:33:05','2018-10-11 14:33:05','The On-Trade Progress Hospitality Magazine is an excellent resource for owners, operators and licencees of pubs, bars, clubs and restaurants.','Home','','inherit','closed','closed','','8-revision-v1','','','2018-10-11 14:33:05','2018-10-11 14:33:05','',8,'http://www.ontradeprogress.com/2018/10/11/8-revision-v1/',0,'revision','',0),(2795,1,'2018-10-11 14:44:02','2018-10-11 14:44:02','[caption id=\"attachment_2609\" align=\"aligncenter\" width=\"247\"]<a href=\"https://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_september_?e=32393893/64579218\"><img class=\"wp-image-2609\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18-211x300.png\" alt=\"\" width=\"247\" height=\"351\" /></a> Click the image to view the latest issue[/caption]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2018-10-11 14:44:02','2018-10-11 14:44:02','',23,'http://www.ontradeprogress.com/2018/10/11/23-revision-v1/',0,'revision','',0),(2796,1,'2018-10-11 14:46:53','2018-10-11 14:46:53','[caption id=\"attachment_2609\" align=\"aligncenter\" width=\"247\"]<a href=\"https://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_september_?e=32393893/64579218\"><img class=\"wp-image-2609\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18-211x300.png\" alt=\"\" width=\"247\" height=\"351\" /></a> Click the image to view the latest issue[/caption]','Latest Issue','','inherit','closed','closed','','23-revision-v1','','','2018-10-11 14:46:53','2018-10-11 14:46:53','',23,'http://www.ontradeprogress.com/2018/10/11/23-revision-v1/',0,'revision','',0),(2797,1,'2018-10-11 14:47:07','2018-10-11 14:47:07','[caption id=\"attachment_2609\" align=\"aligncenter\" width=\"247\"]<a href=\"https://issuu.com/bwmediagroup/docs/ontradeprogress_magazine_september_?e=32393893/64579218\"><img class=\"wp-image-2609\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Issue-18-211x300.png\" alt=\"\" width=\"247\" height=\"351\" /></a> Click the image to view the latest issue[/caption]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2018-10-11 14:47:07','2018-10-11 14:47:07','',23,'http://www.ontradeprogress.com/2018/10/11/23-revision-v1/',0,'revision','',0),(2801,1,'2018-10-12 08:13:34','2018-10-12 08:13:34','<strong>BBPA Annual Award Winners Revealed</strong>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery, Joseph Holt, S.A. Brain, Molson Coors and Ian Payne MBE scooped up the honours at this year’s British Beer &amp; Pub Association BBPA Annual Awards, presented at the BBPA Annual Awards Dinner in London; a celebration of Britain’s beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The awards, which have been run by the BBPA for the last seven years, celebrate and showcase the very best achievements and innovations of the beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The winners triumphed in four categories; Pub Champion, sponsored by Diageo, Heart of the Community, sponsored by C&amp;C Group, Beer Champion, sponsored by Heineken and the Chairman’s award. They were presented with their awards by BBPA Chairman and Chief Executive of Fuller, Smith &amp; Turner, Simon Emeny.</p>\r\n\r\n\r\n[caption id=\"attachment_2805\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2805\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/St-Austell-pick-up-the-Pub-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> St Austell pick up the Pub Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Pub Champion Award Winner: St Austell Brewery</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery received the Pub Champion Award from Charles Ireland, General Manager - GB, Ireland and France, Diageo, for its ongoing investment in its award-winning estate of 178 pubs and hotels, many of which provide the last meeting space in their local communities due to the closure of other public facilities such as village shops and post offices.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell’s entry also highlighted its investment in the local community, particularly its strong links to local schools and colleges – including a Chefs Academy at Truro College – to inspire young talent to look at careers in the pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><u> </u></p>\r\n\r\n\r\n[caption id=\"attachment_2803\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2803\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Joseph Holt and SA Brain both pick up the Heart of the Community Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Heart of the Community Award Winners: Joseph Holt and S.A. Brain</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The entries were so strong for this year’s BBPA Annual Awards that the judges had to pick two winners for the Heart of the Community Award!</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Joseph Holt received the award from Clara Shand, Third Party Brand Director at C&amp;C Group, for their unquestionable long-term commitment to charity. The brewer’s Edward Holt Trust has concentrated recently on providing local funds for the homeless, investing £1.9m to help six charity partners working with the homeless from 2014 to 2020. The brewer’s Peter Kershaw Trust has over the last two years provided nearly £400,000 of support for community projects – funding youth leaders working in the community and providing substantial support for Mood Swings, a local mental health charity.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">S.A. Brain also received the award for its partnership with Welsh charity Tenovus Cancer Care over a three-year period. The partnership saw S.A. Brain’s 2700 staff and customers in their managed pubs raise £150,000 for Tenovus Cancer Care, becoming the single biggest fundraiser of the charity. This has contributed to further research, treatment and support for those with cancer.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2804\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2804\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Molson Coors pick up the Beer Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Beer Champion Award Winner: Molson Coors</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Molson Coors took the Beer Champion Award, presented by Guy Mason, Head of Public Affairs, Heineken, for their aptly named Beer Champion training scheme. The scheme provides employees with three levels of in-depth beer tasting training. It also sees every new recruit who joins the organisation receive an immersive two-day induction on the basics of beer styles, brewing, tasting, and food matching.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The Beer Champion training scheme is driven by Molson Coors’ Qualified Beer Sommeliers, who undergo an intensive programme of coursework and exams over three years. Molson Coors’ UK and Ireland business now has eight fully qualified Beer Sommeliers, and two more employees recently took their sommelier exams in September.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2802\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2802\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Ian Payne MBE picks up the Chairmans Award from Simon Emeny[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Chairman’s Award Winner: Ian Payne MBE</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Ian Payne MBE won the Chairman’s Award. Ian was made a Member of the Order of the British Empire (MBE) after working in the hospitality sector for 46 years, starting behind the bar aged 19. He founded Stonegate in 2010, which now owns and manages 693 pubs, bars and clubs, making it one of the largest operators in the UK.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said:</b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b> </b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“Many congratulations to all of our winners and thank you to all those who entered as well. The BBPA Annual Awards serve to highlight the continued achievements of our industry and rewards the commitment to our sector and local communities and we look forward to more award-winning efforts in the future.”</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“I have known Ian Payne for the past 25 years, through Rank, Stakis and back to his much-loved pub trade. He thoroughly deserves the Chairman’s Award for the huge contribution he has made to the leisure sector. Visiting every one of his 333 pubs in 2011 is just one example of his dedication and he has always supported so many of the BBPA’s campaigns.”</p>\r\nRead more from BBPA:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tell the government higher taxes threaten pubs</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener\">BBPA comments on Government/DUP</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/experts-opinion-on-the-migration-policy/\" target=\"_blank\" rel=\"noopener\">Experts opinion on the migration policy</a></li>\r\n</ul>','BBPA 2018 Annual Award Winners Revealed','','publish','closed','open','','bbpa-annual-awards-dinner','','http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\nhttp://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/','2018-10-17 10:26:42','2018-10-17 10:26:42','',0,'http://www.ontradeprogress.com/?p=2801',0,'post','',0),(2802,1,'2018-10-12 08:06:52','2018-10-12 08:06:52','','BBPA Annual Awards','Ian Payne MBE picks up the Chairmans Award from Simon Emeny','inherit','closed','closed','','ian-payne-mbe-picks-up-the-chairmans-award-from-simon-emeny','','','2018-10-12 08:09:38','2018-10-12 08:09:38','',2801,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny.jpg',0,'attachment','image/jpeg',0),(2803,1,'2018-10-12 08:07:07','2018-10-12 08:07:07','','BBPA Annual Awards','Joseph Holt and SA Brain both pick up the Heart of the Community Award','inherit','closed','closed','','joseph-holt-and-sa-brain-both-pick-up-the-heart-of-the-community-award','','','2018-10-12 08:08:18','2018-10-12 08:08:18','',2801,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award.jpg',0,'attachment','image/jpeg',0),(2804,1,'2018-10-12 08:07:21','2018-10-12 08:07:21','','BBPA Annual Awards','Molson Coors pick up the Beer Champion Award','inherit','closed','closed','','molson-coors-pick-up-the-beer-champion-award','','','2018-10-12 08:09:14','2018-10-12 08:09:14','',2801,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award.jpg',0,'attachment','image/jpeg',0),(2805,1,'2018-10-12 08:07:36','2018-10-12 08:07:36','','BBPA Annual Awards','St Austell pick up the Pub Champion Award','inherit','closed','closed','','st-austell-pick-up-the-pub-champion-award','','','2018-10-12 08:10:01','2018-10-12 08:10:01','',2801,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/St-Austell-pick-up-the-Pub-Champion-Award.jpg',0,'attachment','image/jpeg',0),(2806,1,'2018-10-12 08:07:51','2018-10-12 08:07:51','','850_9160','','inherit','closed','closed','','850_9160','','','2018-10-12 08:07:51','2018-10-12 08:07:51','',2801,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/850_9160.jpg',0,'attachment','image/jpeg',0),(2807,1,'2018-10-12 08:13:34','2018-10-12 08:13:34','<strong>BBPA Annual Award Winners Revealed</strong>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery, Joseph Holt, S.A. Brain, Molson Coors and Ian Payne MBE scooped up the honours at this year’s British Beer &amp; Pub Association BBPA Annual Awards, presented at the BBPA Annual Awards Dinner in London; a celebration of Britain’s beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The awards, which have been run by the BBPA for the last seven years, celebrate and showcase the very best achievements and innovations of the beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The winners triumphed in four categories; Pub Champion, sponsored by Diageo, Heart of the Community, sponsored by C&amp;C Group, Beer Champion, sponsored by Heineken and the Chairman’s award. They were presented with their awards by BBPA Chairman and Chief Executive of Fuller, Smith &amp; Turner, Simon Emeny.</p>\r\n\r\n\r\n[caption id=\"attachment_2805\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2805\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/St-Austell-pick-up-the-Pub-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> St Austell pick up the Pub Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Pub Champion Award Winner: St Austell Brewery</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery received the Pub Champion Award from Charles Ireland, General Manager - GB, Ireland and France, Diageo, for its ongoing investment in its award-winning estate of 178 pubs and hotels, many of which provide the last meeting space in their local communities due to the closure of other public facilities such as village shops and post offices.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell’s entry also highlighted its investment in the local community, particularly its strong links to local schools and colleges – including a Chefs Academy at Truro College – to inspire young talent to look at careers in the pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><u> </u></p>\r\n\r\n\r\n[caption id=\"attachment_2803\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2803\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Joseph Holt and SA Brain both pick up the Heart of the Community Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Heart of the Community Award Winners: Joseph Holt and S.A. Brain</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The entries were so strong for this year’s BBPA Annual Awards that the judges had to pick two winners for the Heart of the Community Award!</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Joseph Holt received the award from Clara Shand, Third Party Brand Director at C&amp;C Group, for their unquestionable long-term commitment to charity. The brewer’s Edward Holt Trust has concentrated recently on providing local funds for the homeless, investing £1.9m to help six charity partners working with the homeless from 2014 to 2020. The brewer’s Peter Kershaw Trust has over the last two years provided nearly £400,000 of support for community projects – funding youth leaders working in the community and providing substantial support for Mood Swings, a local mental health charity.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">S.A. Brain also received the award for its partnership with Welsh charity Tenovus Cancer Care over a three-year period. The partnership saw S.A. Brain’s 2700 staff and customers in their managed pubs raise £150,000 for Tenovus Cancer Care, becoming the single biggest fundraiser of the charity. This has contributed to further research, treatment and support for those with cancer.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2804\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2804\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Molson Coors pick up the Beer Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Beer Champion Award Winner: Molson Coors</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Molson Coors took the Beer Champion Award, presented by Guy Mason, Head of Public Affairs, Heineken, for their aptly named Beer Champion training scheme. The scheme provides employees with three levels of in-depth beer tasting training. It also sees every new recruit who joins the organisation receive an immersive two-day induction on the basics of beer styles, brewing, tasting, and food matching.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The Beer Champion training scheme is driven by Molson Coors’ Qualified Beer Sommeliers, who undergo an intensive programme of coursework and exams over three years. Molson Coors’ UK and Ireland business now has eight fully qualified Beer Sommeliers, and two more employees recently took their sommelier exams in September.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2802\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2802\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Ian Payne MBE picks up the Chairmans Award from Simon Emeny[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Chairman’s Award Winner: Ian Payne MBE</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Ian Payne MBE won the Chairman’s Award. Ian was made a Member of the Order of the British Empire (MBE) after working in the hospitality sector for 46 years, starting behind the bar aged 19. He founded Stonegate in 2010, which now owns and manages 693 pubs, bars and clubs, making it one of the largest operators in the UK.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said:</b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b> </b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“Many congratulations to all of our winners and thank you to all those who entered as well. The BBPA Annual Awards serve to highlight the continued achievements of our industry and rewards the commitment to our sector and local communities and we look forward to more award-winning efforts in the future.”</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“I have known Ian Payne for the past 25 years, through Rank, Stakis and back to his much-loved pub trade. He thoroughly deserves the Chairman’s Award for the huge contribution he has made to the leisure sector. Visiting every one of his 333 pubs in 2011 is just one example of his dedication and he has always supported so many of the BBPA’s campaigns.”</p>\r\nRead more from BBPA:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tell the government higher taxes threaten pubs</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener\">BBPA comments on Government/DUP</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/experts-opinion-on-the-migration-policy/\" target=\"_blank\" rel=\"noopener\">Experts opinion on the migration policy</a></li>\r\n</ul>','','','inherit','closed','closed','','2801-revision-v1','','','2018-10-12 08:13:34','2018-10-12 08:13:34','',2801,'http://www.ontradeprogress.com/2018/10/12/2801-revision-v1/',0,'revision','',0),(2809,1,'2018-10-12 08:26:55','2018-10-12 08:26:55','<span style=\"font-size: large;\"><b>LUSCOMBE DRINKS CELEBRATES 21</b><b><sup>ST</sup></b><b> ANNIVERSARY WITH EXCITING NEW CREATIVE CAMPAIGN</b></span>\r\n\r\n<span style=\"font-size: large;\"> </span>\r\n\r\nThis month sees Luscombe Drinks celebrate its 21<sup>st</sup> anniversary since Gabriel David successfully transformed the family business into the much-loved and nationally renowned soft drinks producer it is today.  In September 1997, Gabriel took the helm to produce drinks using the orchards on their farm in South Devon.   Bottling by hand while taking calls on a cordless phone, the early wins of Great Taste Awards and clients in London put this business on the map.\r\n\r\n[caption id=\"attachment_2810\" align=\"alignleft\" width=\"201\"]<img class=\"size-medium wp-image-2810\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Days-of-Luscombe-201x300.jpg\" alt=\"Days of Luscombe Drinks\" width=\"201\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\n21 years on still very much a family business, Luscombe now crafts an award-winning range of 33 juices, crushes, bubblies, ginger beers, sparkling fruit waters, tonics and mixers; almost all of which have won Great Tastes Awards.   Each bottle is produced with the same meticulous attention to detail and handmade from the tastiest ingredients using artisan techniques, as they were 21 years ago.  It’s this dedication from Gabriel and the team to keep to the original artisan methods which has seen Luscombe create long standing partnerships with some of the most prestigious and well-known names in the business including Hix, Duke of Cambridge, and Harrods, while Truc Vert, Ottolenghi, Riverford and John Lewis &amp; Partners have been clients for well over 15 years.\r\n\r\n&nbsp;\r\n\r\nTo mark its 21<sup>st</sup> Anniversary Luscombe has unveiled an exceptionally stylish new creative campaign titled ‘Days of Luscombe’ - a fresh new look which reflects the situational occasions where Luscombe is enjoyed. Evoking thoughts of days at the beach, family picnics and drinks out with friends are just some of the occasions signified in Luscombe’s striking and innovative creative. The visuals are black and white with a shaft of light running through the image which echoes Luscombe’s iconic stripe on the labels. It also adds colour and highlights the bottle in full colour.\r\n\r\n“We are incredibly proud of the new campaign ‘Days of Luscombe’, says Emma Cotton, Communications and Marketing Director at Luscombe.  “The imagery has an elegant and stylish feel, which reflects the super-premium quality of Luscombe’s drinks.  We source exceptional fruit from around the world and produce our innovative drinks in Devon. Working on this project with the London agency Alpha Century, we just love how the visuals demonstrate that sense of Luscombe quality, attention to detail and identity.” To view the new look Luscombe, visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>.\r\n\r\n<strong>Read more from Luscombe Drinks:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress done a taste test with Luscombe Drinks</a></li>\r\n</ul>\r\n[caption id=\"attachment_2811\" align=\"alignright\" width=\"197\"]<img class=\"size-medium wp-image-2811\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-guidelines2-197x300.jpg\" alt=\"Luscomb drinks\" width=\"197\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\nCommenting on Luscombe’s 21<sup>st</sup> birthday and the fresh creative, Gabriel David, chairman and founder of Luscombe Drinks says: “The family and I are overjoyed to be celebrating 21 years of suc\r\n\r\ncess as Luscombe Drinks. It has been bumpy at times but at the heart of the business lies the same ethos as when we started all those years ago, the team is committed to creating great tasting drinks from the best varieties of fruit which are minimally processed.  Over the years many things have changed in life but this unwavering passion of ours has not, something that makes me very proud.”\r\n\r\nGabriel continues: “Earlier this year we unveiled a selection of new drinks to our portfolio including a range of mixers to add to our Tonics range and Sparkling fruit waters, where we simply press great varieties of fruit and add sparkling water – not sugars. The result is a very clean tasting drink.”\r\n\r\nFor further information on Luscombe Drinks and to view ‘Days of Luscombe’, please visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>, follow Luscombe on Twitter: @luscombedrinks, Instagram: luscombedrinks or ‘Like’ on Facebook.','Luscombe Drinks celebrates 21st anniversary with exciting new creative campaign','','publish','closed','open','','luscombe-drinks-21st-anniversary','','\nhttp://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/','2018-10-16 10:39:02','2018-10-16 10:39:02','',0,'http://www.ontradeprogress.com/?p=2809',0,'post','',0),(2810,1,'2018-10-12 08:20:01','2018-10-12 08:20:01','','Days of Luscombe Drinks','Luscombe drinks celebrate 21 years this month','inherit','closed','closed','','days-of-luscombe','','','2018-10-12 08:20:56','2018-10-12 08:20:56','',2809,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Days-of-Luscombe.jpg',0,'attachment','image/jpeg',0),(2811,1,'2018-10-12 08:20:11','2018-10-12 08:20:11','','Luscombe drinks','Luscombe drinks celebrate 21 years this month','inherit','closed','closed','','luscombe-guidelines2','','','2018-10-12 08:22:08','2018-10-12 08:22:08','',2809,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-guidelines2.jpg',0,'attachment','image/jpeg',0),(2812,1,'2018-10-12 08:20:22','2018-10-12 08:20:22','','Luscombe drinks Sicilian Lemonade','Luscombe drinks celebrate 21 years this month','inherit','closed','closed','','luscombe-sicilian-lemonade','','','2018-10-12 08:22:35','2018-10-12 08:22:35','',2809,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-Sicilian-Lemonade.jpg',0,'attachment','image/jpeg',0),(2813,1,'2018-10-12 08:26:55','2018-10-12 08:26:55','<span style=\"font-size: large;\"><b>LUSCOMBE DRINKS CELEBRATES 21</b><b><sup>ST</sup></b><b> ANNIVERSARY WITH EXCITING NEW CREATIVE </b></span>\r\n\r\n<span style=\"font-size: large;\"> </span>\r\n\r\nThis month sees Luscombe Drinks celebrate its 21<sup>st</sup> anniversary since Gabriel David successfully transformed the family business into the much-loved and nationally renowned soft drinks producer it is today.  In September 1997, Gabriel took the helm to produce drinks using the orchards on their farm in South Devon.   Bottling by hand while taking calls on a cordless phone, the early wins of Great Taste Awards and clients in London put this business on the map.\r\n\r\n[caption id=\"attachment_2810\" align=\"alignleft\" width=\"201\"]<img class=\"size-medium wp-image-2810\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Days-of-Luscombe-201x300.jpg\" alt=\"Days of Luscombe Drinks\" width=\"201\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\n21 years on still very much a family business, Luscombe now crafts an award-winning range of 33 juices, crushes, bubblies, ginger beers, sparkling fruit waters, tonics and mixers; almost all of which have won Great Tastes Awards.   Each bottle is produced with the same meticulous attention to detail and handmade from the tastiest ingredients using artisan techniques, as they were 21 years ago.  It’s this dedication from Gabriel and the team to keep to the original artisan methods which has seen Luscombe create long standing partnerships with some of the most prestigious and well-known names in the business including Hix, Duke of Cambridge, and Harrods, while Truc Vert, Ottolenghi, Riverford and John Lewis &amp; Partners have been clients for well over 15 years.\r\n\r\n&nbsp;\r\n\r\nTo mark its 21<sup>st</sup> Anniversary Luscombe has unveiled an exceptionally stylish new creative campaign titled ‘Days of Luscombe’ - a fresh new look which reflects the situational occasions where Luscombe is enjoyed. Evoking thoughts of days at the beach, family picnics and drinks out with friends are just some of the occasions signified in Luscombe’s striking and innovative creative. The visuals are black and white with a shaft of light running through the image which echoes Luscombe’s iconic stripe on the labels. It also adds colour and highlights the bottle in full colour.\r\n\r\n“We are incredibly proud of the new campaign ‘Days of Luscombe’, says Emma Cotton, Communications and Marketing Director at Luscombe.  “The imagery has an elegant and stylish feel, which reflects the super-premium quality of Luscombe’s drinks.  We source exceptional fruit from around the world and produce our innovative drinks in Devon. Working on this project with the London agency Alpha Century, we just love how the visuals demonstrate that sense of Luscombe quality, attention to detail and identity.” To view the new look Luscombe, visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>.\r\n\r\n<strong>Read more from Luscombe Drinks:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress done a taste test with Luscombe Drinks</a></li>\r\n</ul>\r\n[caption id=\"attachment_2811\" align=\"alignright\" width=\"197\"]<img class=\"size-medium wp-image-2811\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-guidelines2-197x300.jpg\" alt=\"Luscomb drinks\" width=\"197\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\nCommenting on Luscombe’s 21<sup>st</sup> birthday and the fresh creative, Gabriel David, chairman and founder of Luscombe Drinks says: “The family and I are overjoyed to be celebrating 21 years of suc\r\n\r\ncess as Luscombe Drinks. It has been bumpy at times but at the heart of the business lies the same ethos as when we started all those years ago, the team is committed to creating great tasting drinks from the best varieties of fruit which are minimally processed.  Over the years many things have changed in life but this unwavering passion of ours has not, something that makes me very proud.”\r\n\r\nGabriel continues: “Earlier this year we unveiled a selection of new drinks to our portfolio including a range of mixers to add to our Tonics range and Sparkling fruit waters, where we simply press great varieties of fruit and add sparkling water – not sugars. The result is a very clean tasting drink.”\r\n\r\nFor further information on Luscombe Drinks and to view ‘Days of Luscombe’, please visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>, follow Luscombe on Twitter: @luscombedrinks, Instagram: luscombedrinks or ‘Like’ on Facebook.','LUSCOMBE DRINKS CELEBRATES 21ST ANNIVERSARY WITH EXCITING NEW CREATIVE ','','inherit','closed','closed','','2809-revision-v1','','','2018-10-12 08:26:55','2018-10-12 08:26:55','',2809,'http://www.ontradeprogress.com/2018/10/12/2809-revision-v1/',0,'revision','',0),(2814,1,'2018-10-12 08:37:51','2018-10-12 08:37:51','<strong>BBPA Annual Award Winners Revealed</strong>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery, Joseph Holt, S.A. Brain, Molson Coors and Ian Payne MBE scooped up the honours at this year’s British Beer &amp; Pub Association BBPA Annual Awards, presented at the BBPA Annual Awards Dinner in London; a celebration of Britain’s beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The awards, which have been run by the BBPA for the last seven years, celebrate and showcase the very best achievements and innovations of the beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The winners triumphed in four categories; Pub Champion, sponsored by Diageo, Heart of the Community, sponsored by C&amp;C Group, Beer Champion, sponsored by Heineken and the Chairman’s award. They were presented with their awards by BBPA Chairman and Chief Executive of Fuller, Smith &amp; Turner, Simon Emeny.</p>\r\n\r\n\r\n[caption id=\"attachment_2805\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2805\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/St-Austell-pick-up-the-Pub-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> St Austell pick up the Pub Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Pub Champion Award Winner: St Austell Brewery</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery received the Pub Champion Award from Charles Ireland, General Manager - GB, Ireland and France, Diageo, for its ongoing investment in its award-winning estate of 178 pubs and hotels, many of which provide the last meeting space in their local communities due to the closure of other public facilities such as village shops and post offices.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell’s entry also highlighted its investment in the local community, particularly its strong links to local schools and colleges – including a Chefs Academy at Truro College – to inspire young talent to look at careers in the pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><u> </u></p>\r\n\r\n\r\n[caption id=\"attachment_2803\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2803\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Joseph Holt and SA Brain both pick up the Heart of the Community Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Heart of the Community Award Winners: Joseph Holt and S.A. Brain</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The entries were so strong for this year’s BBPA Annual Awards that the judges had to pick two winners for the Heart of the Community Award!</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Joseph Holt received the award from Clara Shand, Third Party Brand Director at C&amp;C Group, for their unquestionable long-term commitment to charity. The brewer’s Edward Holt Trust has concentrated recently on providing local funds for the homeless, investing £1.9m to help six charity partners working with the homeless from 2014 to 2020. The brewer’s Peter Kershaw Trust has over the last two years provided nearly £400,000 of support for community projects – funding youth leaders working in the community and providing substantial support for Mood Swings, a local mental health charity.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">S.A. Brain also received the award for its partnership with Welsh charity Tenovus Cancer Care over a three-year period. The partnership saw S.A. Brain’s 2700 staff and customers in their managed pubs raise £150,000 for Tenovus Cancer Care, becoming the single biggest fundraiser of the charity. This has contributed to further research, treatment and support for those with cancer.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2804\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2804\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Molson Coors pick up the Beer Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Beer Champion Award Winner: Molson Coors</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Molson Coors took the Beer Champion Award, presented by Guy Mason, Head of Public Affairs, Heineken, for their aptly named Beer Champion training scheme. The scheme provides employees with three levels of in-depth beer tasting training. It also sees every new recruit who joins the organisation receive an immersive two-day induction on the basics of beer styles, brewing, tasting, and food matching.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The Beer Champion training scheme is driven by Molson Coors’ Qualified Beer Sommeliers, who undergo an intensive programme of coursework and exams over three years. Molson Coors’ UK and Ireland business now has eight fully qualified Beer Sommeliers, and two more employees recently took their sommelier exams in September.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2802\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2802\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Ian Payne MBE picks up the Chairmans Award from Simon Emeny[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Chairman’s Award Winner: Ian Payne MBE</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Ian Payne MBE won the Chairman’s Award. Ian was made a Member of the Order of the British Empire (MBE) after working in the hospitality sector for 46 years, starting behind the bar aged 19. He founded Stonegate in 2010, which now owns and manages 693 pubs, bars and clubs, making it one of the largest operators in the UK.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said:</b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b> </b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“Many congratulations to all of our winners and thank you to all those who entered as well. The BBPA Annual Awards serve to highlight the continued achievements of our industry and rewards the commitment to our sector and local communities and we look forward to more award-winning efforts in the future.”</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“I have known Ian Payne for the past 25 years, through Rank, Stakis and back to his much-loved pub trade. He thoroughly deserves the Chairman’s Award for the huge contribution he has made to the leisure sector. Visiting every one of his 333 pubs in 2011 is just one example of his dedication and he has always supported so many of the BBPA’s campaigns.”</p>\r\nRead more from BBPA:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tell the government higher taxes threaten pubs</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener\">BBPA comments on Government/DUP</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/experts-opinion-on-the-migration-policy/\" target=\"_blank\" rel=\"noopener\">Experts opinion on the migration policy</a></li>\r\n</ul>','BBPA 2018 Annual Award Winners Revealed','','inherit','closed','closed','','2801-revision-v1','','','2018-10-12 08:37:51','2018-10-12 08:37:51','',2801,'http://www.ontradeprogress.com/2018/10/12/2801-revision-v1/',0,'revision','',0),(2815,1,'2018-10-12 11:39:29','2018-10-12 11:39:29','SHS Drinks, owner of <a href=\"http://www.wkd.co.uk/\" target=\"_blank\" rel=\"noopener\">WKD</a>, the UK’s No .1 traditional RTD, will be generating a visual impact in on-trade outlets this Halloween by providing thousands of WKD Cocktail Cauldrons from which to serve themed cocktails.  The moulded cauldrons are complete with authentic-looking feet to keep them stable, and a pouring lip to aid sharing.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2819\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-2819 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_skull-e-200x300.jpg\" alt=\"WKD cauldrons\" width=\"200\" height=\"300\" /> Will you be stocking WKD this Hallowen?[/caption]\r\n\r\nSHS Drinks has worked hard over the years to help licensees make the most of the growing Halloween sales opportunity and this year’s branded cauldrons will build on the continued popularity of WKD-based sharing cocktails and are set to be a hit with consumers.\r\n\r\n&nbsp;\r\n\r\nThe biggest dilemma for pub-goers will be in choosing an appropriate cocktail.  To help resolve this, WKD is offering a range of special Halloween recipes, each giving groups of friends the chance to enjoy the UK’s leading RTD<sup>1 </sup>mixed with complementing spirits and soft drinks:\r\n\r\n<strong>Cheeky Vamp</strong> – (with WKD Blue)\r\n\r\n<strong>Manghoul</strong> – (with new WKD Mango Crush)\r\n\r\n<strong>Bloody Berry</strong> – (with WKD Berry)\r\n\r\n<strong>Venom</strong> – (with WKD Blue)\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2816\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2816 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Cauldron-300x260.jpg\" alt=\"WKD Cauldron\" width=\"300\" height=\"260\" /> Revamp your menu with these cocktails from WKD[/caption]\r\n\r\nTo help staff prepare the cocktails quickly and efficiently, a mixing guide is being provided.  The guide instructs that each cauldron is designed for sharing and should be served with glasses.  As well as the cauldron-related activity, SHS Drinks will also be providing outlets with a range of fun Halloween POS items created in a suitably spooky WKD style.\r\n\r\n&nbsp;\r\n\r\nA huge social media competition will raise awareness of the on-trade activity and give a few lucky consumers the chance to win their very own 1.4L WKD cauldron, along with all the ingredients required to mix the WKD Halloween cocktails at home.\r\n\r\n&nbsp;\r\n\r\n“Halloween is becoming a bigger and bigger event in the on-trade calendar each year,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “We’re reflecting this growing importance by providing licensees with in-outlet support that not only generates footfall and drives sales, but also helps create a great atmosphere and sense of occasion for consumers.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2817\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-2817 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_cauldron-e-200x300.jpg\" alt=\"WKD cauldrons\" width=\"200\" height=\"300\" /> Make sure you stock a variety of cocktails this Halloween[/caption]\r\n\r\n“Our Halloween activity is all about facilitating a fun evening for consumers and helping licensees maximise the seasonal opportunity.  This October, with the scariest night of the year falling on a Wednesday, outlets can choose whether to hold celebrations the weekend before, the weekend after, or on the night itself.  Our WKD cocktails are perfect for groups of friends to share and, served in our eye-catching WKD Cocktail Cauldrons, they’ll make a real impression this Halloween,” concludes Grabham.\r\n\r\n<strong>Read more from us:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">What you must have to make the most of freshers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-more-to-give/\" target=\"_blank\" rel=\"noopener\">How to give more to freshers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\" target=\"_blank\" rel=\"noopener\">Freshers are getting more crafty</a></li>\r\n</ul>','Spice up your Halloween menu with WKD Cauldron\'s','','publish','closed','open','','wkd-cauldrons-work-treat-halloween','','http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\nhttp://www.ontradeprogress.com/2018/08/30/freshers-more-to-give/','2018-10-12 13:01:45','2018-10-12 13:01:45','',0,'http://www.ontradeprogress.com/?p=2815',0,'post','',0),(2816,1,'2018-10-12 09:32:40','2018-10-12 09:32:40','','WKD Cauldron','','inherit','closed','closed','','wkd-cauldron','','','2018-10-12 09:33:11','2018-10-12 09:33:11','',2815,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Cauldron.jpg',0,'attachment','image/jpeg',0),(2817,1,'2018-10-12 09:32:46','2018-10-12 09:32:46','','WKD couldrons','Make sure you stock a variety of cocktails this Halloween','inherit','closed','closed','','5120-wkd-halloween-cauldron-4x6in','','','2018-10-12 11:11:56','2018-10-12 11:11:56','',2815,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_cauldron-e.jpg',0,'attachment','image/jpeg',0),(2818,1,'2018-10-12 09:32:51','2018-10-12 09:32:51','','WKD couldrons','Spice your menu this Halloween','inherit','closed','closed','','5120-wkd-halloween-pumpkin-4x6in','','','2018-10-12 11:05:40','2018-10-12 11:05:40','',2815,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_pumpkin-e.jpg',0,'attachment','image/jpeg',0),(2819,1,'2018-10-12 09:32:56','2018-10-12 09:32:56','','WKD couldrons','Will you be stocking WKD this Hallowen?','inherit','closed','closed','','5120-wkd-halloween-skull-4x6in','','','2018-10-12 11:09:26','2018-10-12 11:09:26','',2815,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_skull-e.jpg',0,'attachment','image/jpeg',0),(2820,1,'2018-10-12 11:39:29','2018-10-12 11:39:29','SHS Drinks, owner of <a href=\"http://www.wkd.co.uk/\" target=\"_blank\" rel=\"noopener\">WKD</a>, the UK’s No .1 traditional RTD, will be generating a visual impact in on-trade outlets this Halloween by providing thousands of WKD Cocktail Cauldrons from which to serve themed cocktails.  The moulded cauldrons are complete with authentic-looking feet to keep them stable, and a pouring lip to aid sharing.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2819\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-2819 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_skull-e-200x300.jpg\" alt=\"WKD cauldrons\" width=\"200\" height=\"300\" /> Will you be stocking WKD this Hallowen?[/caption]\r\n\r\nSHS Drinks has worked hard over the years to help licensees make the most of the growing Halloween sales opportunity and this year’s branded cauldrons will build on the continued popularity of WKD-based sharing cocktails and are set to be a hit with consumers.\r\n\r\n&nbsp;\r\n\r\nThe biggest dilemma for pub-goers will be in choosing an appropriate cocktail.  To help resolve this, WKD is offering a range of special Halloween recipes, each giving groups of friends the chance to enjoy the UK’s leading RTD<sup>1 </sup>mixed with complementing spirits and soft drinks:\r\n\r\n<strong>Cheeky Vamp</strong> – (with WKD Blue)\r\n\r\n<strong>Manghoul</strong> – (with new WKD Mango Crush)\r\n\r\n<strong>Bloody Berry</strong> – (with WKD Berry)\r\n\r\n<strong>Venom</strong> – (with WKD Blue)\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2816\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2816 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Cauldron-300x260.jpg\" alt=\"WKD Cauldron\" width=\"300\" height=\"260\" /> Revamp your menu with these cocktails from WKD[/caption]\r\n\r\nTo help staff prepare the cocktails quickly and efficiently, a mixing guide is being provided.  The guide instructs that each cauldron is designed for sharing and should be served with glasses.  As well as the cauldron-related activity, SHS Drinks will also be providing outlets with a range of fun Halloween POS items created in a suitably spooky WKD style.\r\n\r\n&nbsp;\r\n\r\nA huge social media competition will raise awareness of the on-trade activity and give a few lucky consumers the chance to win their very own 1.4L WKD cauldron, along with all the ingredients required to mix the WKD Halloween cocktails at home.\r\n\r\n&nbsp;\r\n\r\n“Halloween is becoming a bigger and bigger event in the on-trade calendar each year,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “We’re reflecting this growing importance by providing licensees with in-outlet support that not only generates footfall and drives sales, but also helps create a great atmosphere and sense of occasion for consumers.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2817\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-2817 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_cauldron-e-200x300.jpg\" alt=\"WKD cauldrons\" width=\"200\" height=\"300\" /> Make sure you stock a variety of cocktails this Halloween[/caption]\r\n\r\n“Our Halloween activity is all about facilitating a fun evening for consumers and helping licensees maximise the seasonal opportunity.  This October, with the scariest night of the year falling on a Wednesday, outlets can choose whether to hold celebrations the weekend before, the weekend after, or on the night itself.  Our WKD cocktails are perfect for groups of friends to share and, served in our eye-catching WKD Cocktail Cauldrons, they’ll make a real impression this Halloween,” concludes Grabham.\r\n\r\n<strong>Read more from us:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">What you must have to make the most of freshers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-more-to-give/\" target=\"_blank\" rel=\"noopener\">How to give more to freshers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\" target=\"_blank\" rel=\"noopener\">Freshers are getting more crafty</a></li>\r\n</ul>','Spice up your Halloween menu with WKD Couldron\'s','','inherit','closed','closed','','2815-revision-v1','','','2018-10-12 11:39:29','2018-10-12 11:39:29','',2815,'http://www.ontradeprogress.com/2018/10/12/2815-revision-v1/',0,'revision','',0),(2821,1,'2018-10-12 13:01:06','2018-10-12 13:01:06','SHS Drinks, owner of <a href=\"http://www.wkd.co.uk/\" target=\"_blank\" rel=\"noopener\">WKD</a>, the UK’s No .1 traditional RTD, will be generating a visual impact in on-trade outlets this Halloween by providing thousands of WKD Cocktail Cauldrons from which to serve themed cocktails.  The moulded cauldrons are complete with authentic-looking feet to keep them stable, and a pouring lip to aid sharing.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2819\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-2819 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_skull-e-200x300.jpg\" alt=\"WKD cauldrons\" width=\"200\" height=\"300\" /> Will you be stocking WKD this Hallowen?[/caption]\r\n\r\nSHS Drinks has worked hard over the years to help licensees make the most of the growing Halloween sales opportunity and this year’s branded cauldrons will build on the continued popularity of WKD-based sharing cocktails and are set to be a hit with consumers.\r\n\r\n&nbsp;\r\n\r\nThe biggest dilemma for pub-goers will be in choosing an appropriate cocktail.  To help resolve this, WKD is offering a range of special Halloween recipes, each giving groups of friends the chance to enjoy the UK’s leading RTD<sup>1 </sup>mixed with complementing spirits and soft drinks:\r\n\r\n<strong>Cheeky Vamp</strong> – (with WKD Blue)\r\n\r\n<strong>Manghoul</strong> – (with new WKD Mango Crush)\r\n\r\n<strong>Bloody Berry</strong> – (with WKD Berry)\r\n\r\n<strong>Venom</strong> – (with WKD Blue)\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2816\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2816 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Cauldron-300x260.jpg\" alt=\"WKD Cauldron\" width=\"300\" height=\"260\" /> Revamp your menu with these cocktails from WKD[/caption]\r\n\r\nTo help staff prepare the cocktails quickly and efficiently, a mixing guide is being provided.  The guide instructs that each cauldron is designed for sharing and should be served with glasses.  As well as the cauldron-related activity, SHS Drinks will also be providing outlets with a range of fun Halloween POS items created in a suitably spooky WKD style.\r\n\r\n&nbsp;\r\n\r\nA huge social media competition will raise awareness of the on-trade activity and give a few lucky consumers the chance to win their very own 1.4L WKD cauldron, along with all the ingredients required to mix the WKD Halloween cocktails at home.\r\n\r\n&nbsp;\r\n\r\n“Halloween is becoming a bigger and bigger event in the on-trade calendar each year,” says Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks.  “We’re reflecting this growing importance by providing licensees with in-outlet support that not only generates footfall and drives sales, but also helps create a great atmosphere and sense of occasion for consumers.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2817\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-2817 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/WKD-Halloween-poster_cauldron-e-200x300.jpg\" alt=\"WKD cauldrons\" width=\"200\" height=\"300\" /> Make sure you stock a variety of cocktails this Halloween[/caption]\r\n\r\n“Our Halloween activity is all about facilitating a fun evening for consumers and helping licensees maximise the seasonal opportunity.  This October, with the scariest night of the year falling on a Wednesday, outlets can choose whether to hold celebrations the weekend before, the weekend after, or on the night itself.  Our WKD cocktails are perfect for groups of friends to share and, served in our eye-catching WKD Cocktail Cauldrons, they’ll make a real impression this Halloween,” concludes Grabham.\r\n\r\n<strong>Read more from us:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">What you must have to make the most of freshers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-more-to-give/\" target=\"_blank\" rel=\"noopener\">How to give more to freshers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\" target=\"_blank\" rel=\"noopener\">Freshers are getting more crafty</a></li>\r\n</ul>','Spice up your Halloween menu with WKD Cauldron\'s','','inherit','closed','closed','','2815-revision-v1','','','2018-10-12 13:01:06','2018-10-12 13:01:06','',2815,'http://www.ontradeprogress.com/2018/10/12/2815-revision-v1/',0,'revision','',0),(2822,1,'2018-10-12 13:17:21','2018-10-12 13:17:21','<span style=\"font-size: large;\"><b>LUSCOMBE DRINKS CELEBRATES 21</b><b><sup>ST</sup></b><b> ANNIVERSARY WITH EXCITING NEW CREATIVE CAMPAIGN</b></span>\n\n<span style=\"font-size: large;\"> </span>\n\nThis month sees Luscombe Drinks celebrate its 21<sup>st</sup> anniversary since Gabriel David successfully transformed the family business into the much-loved and nationally renowned soft drinks producer it is today.  In September 1997, Gabriel took the helm to produce drinks using the orchards on their farm in South Devon.   Bottling by hand while taking calls on a cordless phone, the early wins of Great Taste Awards and clients in London put this business on the map.\n\n[caption id=\"attachment_2810\" align=\"alignleft\" width=\"201\"]<img class=\"size-medium wp-image-2810\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Days-of-Luscombe-201x300.jpg\" alt=\"Days of Luscombe Drinks\" width=\"201\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\n\n21 years on still very much a family business, Luscombe now crafts an award-winning range of 33 juices, crushes, bubblies, ginger beers, sparkling fruit waters, tonics and mixers; almost all of which have won Great Tastes Awards.   Each bottle is produced with the same meticulous attention to detail and handmade from the tastiest ingredients using artisan techniques, as they were 21 years ago.  It’s this dedication from Gabriel and the team to keep to the original artisan methods which has seen Luscombe create long standing partnerships with some of the most prestigious and well-known names in the business including Hix, Duke of Cambridge, and Harrods, while Truc Vert, Ottolenghi, Riverford and John Lewis &amp; Partners have been clients for well over 15 years.\n\n&nbsp;\n\nTo mark its 21<sup>st</sup> Anniversary Luscombe has unveiled an exceptionally stylish new creative campaign titled ‘Days of Luscombe’ - a fresh new look which reflects the situational occasions where Luscombe is enjoyed. Evoking thoughts of days at the beach, family picnics and drinks out with friends are just some of the occasions signified in Luscombe’s striking and innovative creative. The visuals are black and white with a shaft of light running through the image which echoes Luscombe’s iconic stripe on the labels. It also adds colour and highlights the bottle in full colour.\n\n“We are incredibly proud of the new campaign ‘Days of Luscombe’, says Emma Cotton, Communications and Marketing Director at Luscombe.  “The imagery has an elegant and stylish feel, which reflects the super-premium quality of Luscombe’s drinks.  We source exceptional fruit from around the world and produce our innovative drinks in Devon. Working on this project with the London agency Alpha Century, we just love how the visuals demonstrate that sense of Luscombe quality, attention to detail and identity.” To view the new look Luscombe, visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>.\n\n<strong>Read more from Luscombe Drinks:</strong>\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress done a taste test with Luscombe Drinks</a></li>\n</ul>\n[caption id=\"attachment_2811\" align=\"alignright\" width=\"197\"]<img class=\"size-medium wp-image-2811\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-guidelines2-197x300.jpg\" alt=\"Luscomb drinks\" width=\"197\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\n\nCommenting on Luscombe’s 21<sup>st</sup> birthday and the fresh creative, Gabriel David, chairman and founder of Luscombe Drinks says: “The family and I are overjoyed to be celebrating 21 years of suc\n\ncess as Luscombe Drinks. It has been bumpy at times but at the heart of the business lies the same ethos as when we started all those years ago, the team is committed to creating great tasting drinks from the best varieties of fruit which are minimally processed.  Over the years many things have changed in life but this unwavering passion of ours has not, something that makes me very proud.”\n\nGabriel continues: “Earlier this year we unveiled a selection of new drinks to our portfolio including a range of mixers to add to our Tonics range and Sparkling fruit waters, where we simply press great varieties of fruit and add sparkling water – not sugars. The result is a very clean tasting drink.”\n\nFor further information on Luscombe Drinks and to view ‘Days of Luscombe’, please visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>, follow Luscombe on Twitter: @luscombedrinks, Instagram: luscombedrinks or ‘Like’ on Facebook.','LUSCOMBE DRINKS CELEBRATES 21ST ANNIVERSARY WITH EXCITING NEW CREATIVE CAMPAIGN','','inherit','closed','closed','','2809-autosave-v1','','','2018-10-12 13:17:21','2018-10-12 13:17:21','',2809,'http://www.ontradeprogress.com/2018/10/12/2809-autosave-v1/',0,'revision','',0),(2823,1,'2018-10-12 13:25:02','2018-10-12 13:25:02','<span style=\"font-size: large;\"><b>LUSCOMBE DRINKS CELEBRATES 21</b><b><sup>ST</sup></b><b> ANNIVERSARY WITH EXCITING NEW CREATIVE CAMPAIGN</b></span>\r\n\r\n<span style=\"font-size: large;\"> </span>\r\n\r\nThis month sees Luscombe Drinks celebrate its 21<sup>st</sup> anniversary since Gabriel David successfully transformed the family business into the much-loved and nationally renowned soft drinks producer it is today.  In September 1997, Gabriel took the helm to produce drinks using the orchards on their farm in South Devon.   Bottling by hand while taking calls on a cordless phone, the early wins of Great Taste Awards and clients in London put this business on the map.\r\n\r\n[caption id=\"attachment_2810\" align=\"alignleft\" width=\"201\"]<img class=\"size-medium wp-image-2810\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Days-of-Luscombe-201x300.jpg\" alt=\"Days of Luscombe Drinks\" width=\"201\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\n21 years on still very much a family business, Luscombe now crafts an award-winning range of 33 juices, crushes, bubblies, ginger beers, sparkling fruit waters, tonics and mixers; almost all of which have won Great Tastes Awards.   Each bottle is produced with the same meticulous attention to detail and handmade from the tastiest ingredients using artisan techniques, as they were 21 years ago.  It’s this dedication from Gabriel and the team to keep to the original artisan methods which has seen Luscombe create long standing partnerships with some of the most prestigious and well-known names in the business including Hix, Duke of Cambridge, and Harrods, while Truc Vert, Ottolenghi, Riverford and John Lewis &amp; Partners have been clients for well over 15 years.\r\n\r\n&nbsp;\r\n\r\nTo mark its 21<sup>st</sup> Anniversary Luscombe has unveiled an exceptionally stylish new creative campaign titled ‘Days of Luscombe’ - a fresh new look which reflects the situational occasions where Luscombe is enjoyed. Evoking thoughts of days at the beach, family picnics and drinks out with friends are just some of the occasions signified in Luscombe’s striking and innovative creative. The visuals are black and white with a shaft of light running through the image which echoes Luscombe’s iconic stripe on the labels. It also adds colour and highlights the bottle in full colour.\r\n\r\n“We are incredibly proud of the new campaign ‘Days of Luscombe’, says Emma Cotton, Communications and Marketing Director at Luscombe.  “The imagery has an elegant and stylish feel, which reflects the super-premium quality of Luscombe’s drinks.  We source exceptional fruit from around the world and produce our innovative drinks in Devon. Working on this project with the London agency Alpha Century, we just love how the visuals demonstrate that sense of Luscombe quality, attention to detail and identity.” To view the new look Luscombe, visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>.\r\n\r\n<strong>Read more from Luscombe Drinks:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress done a taste test with Luscombe Drinks</a></li>\r\n</ul>\r\n[caption id=\"attachment_2811\" align=\"alignright\" width=\"197\"]<img class=\"size-medium wp-image-2811\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-guidelines2-197x300.jpg\" alt=\"Luscomb drinks\" width=\"197\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\nCommenting on Luscombe’s 21<sup>st</sup> birthday and the fresh creative, Gabriel David, chairman and founder of Luscombe Drinks says: “The family and I are overjoyed to be celebrating 21 years of suc\r\n\r\ncess as Luscombe Drinks. It has been bumpy at times but at the heart of the business lies the same ethos as when we started all those years ago, the team is committed to creating great tasting drinks from the best varieties of fruit which are minimally processed.  Over the years many things have changed in life but this unwavering passion of ours has not, something that makes me very proud.”\r\n\r\nGabriel continues: “Earlier this year we unveiled a selection of new drinks to our portfolio including a range of mixers to add to our Tonics range and Sparkling fruit waters, where we simply press great varieties of fruit and add sparkling water – not sugars. The result is a very clean tasting drink.”\r\n\r\nFor further information on Luscombe Drinks and to view ‘Days of Luscombe’, please visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>, follow Luscombe on Twitter: @luscombedrinks, Instagram: luscombedrinks or ‘Like’ on Facebook.','LUSCOMBE DRINKS CELEBRATES 21ST ANNIVERSARY WITH EXCITING NEW CREATIVE CAMPAIGN','','inherit','closed','closed','','2809-revision-v1','','','2018-10-12 13:25:02','2018-10-12 13:25:02','',2809,'http://www.ontradeprogress.com/2018/10/12/2809-revision-v1/',0,'revision','',0),(2824,1,'2018-10-16 08:13:45','2018-10-16 08:13:45','<strong><a href=\"http://www.makersmark.com\" target=\"_blank\" rel=\"noopener\">Maker’s Mark®</a>, the definitive premium handcrafted American whisky, has announced a single barrel programme offering distributors a change to work in partnership with the brand.</strong>\r\n\r\nPartnering with Harvey Nicols and officially launching to consumers on the 22 October, the limited run of 252 Private Select bottles will be available for £75 each across all eight Harvey Nichols stores in the UK and Dublin and online from <a href=\"http://harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNFCmmpwzo3mmgLzEY5PD6G7NSXveQ\">harveynichols.com</a>.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2825\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2825 size-medium\" title=\"Maker\'s Mark\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/drink-428319_640-300x199.jpg\" alt=\"Maker\'s Mark\" width=\"300\" height=\"199\" /> Maker\'s Mark release a new whisky[/caption]\r\n\r\nThe launch of this unique single barrel programme is a watershed moment for the brand in the UK, offering distributors, bars and retail customers the chance to work in partnership with Maker’s Mark to create a bespoke handcrafted cask strength barrel aged liquid – specifically for their own consumer base. Private Select launches in light of overwhelming demand for new styles of Maker’s Mark both globally and in the UK, where there is still growing demand for American Whisky among UK consumers with the total American whisky category now worth in excess of £623 million - growing at 7% value and 4% volume year on year.\r\n\r\n&nbsp;\r\n\r\nPrivate Select draws inspiration from the success of the same process used to make the now-iconic Maker’s 46 by the son of the distillery founder Bill Samuels Jr. Following a period of consultation on how the wood specifically imparts flavour to the liquid, a single fully matured barrel of Maker’s Mark is then infused with a combination of ten specially treated oak staves directly into the liquid with five unique styles to choose from, giving 1,001 different recipe combinations in a way that enhances the complex profile to create a subtly nuanced and entirely new liquid style.\r\n\r\n&nbsp;\r\n\r\nThe specially designed staves include Baked American Pure, Seared French Cuvee, Roasted French Mocha, Toasted French Spice and Maker\'s 46 - which across a nine-week period of maturation, that is carefully monitored by the Master Distiller, imparts differing levels of spice, sweetness and vanilla notes to the finished product.\r\n\r\n&nbsp;\r\n\r\nHaving worked closely with the Kentucky based team of distillers, the Harvey Nichols Maker’s Mark Private Select has been designed to create a medium bodied whisky with a smooth complex finish. Featuring a pink peppercorn, toffee apple and pecan nose, the taste is a subtle blend of green apple, oak smoke spice, stoned fruit, butterscotch, vanilla, burnt toast and orange oil. As the first of its kind in the UK, the launch of this premium product builds on fantastic success for Private Select in the US, but still retains the trademark Maker’s hand-rolled our barrels, hand-cut labels and hand-dipped iconic red wax.\r\n\r\nRead more whisky related news:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/\" target=\"_blank\" rel=\"noopener\">Is your venue prepared for Freshers?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/black-bull-scotch-unveils-british-gt-sponsorship/\" target=\"_blank\" rel=\"noopener\">Black Bull Scotch Whisky reveals British GT sponsorship</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nNick Ganich, Head of Brands at Edrington-Beam Suntory, says: <i>“The desire for a specific Maker’s Mark single barrel programme is something we have been working on for a number of years as a result of overwhelming demand from consumers and key luxury partners both in the UK and around the globe – and we are delighted to be able to bring it to the UK in partnership with an icon of premium luxury such as Harvey Nichols.”</i>\r\n\r\n&nbsp;\r\n\r\nRob Graves, Head Buying for Food &amp; Beverage at Harvey Nichols says: <i>“We are very excited to partner with Marker’s Mark and release this uniquely crafted expression, which we believe will appeal to our customers and whisky aficionado’s alike. With Maker’s Mark Private Select, we have turned what was a beautiful handcrafted liquid into something truly unique.”</i>\r\n\r\n&nbsp;\r\n\r\nThe launch of Private Select with Harvey Nichols will be closely followed with the launch of two Single Barrels with The Whisky Shop from November – a further unique flavour profile available for consumers to buy nationwide.\r\n\r\n&nbsp;\r\n\r\nFor more information on the launch of Harvey Nichols Maker’s Mark Private Select, which will be available to buy both in-store and online from the 22 October while stocks last, go to at <a href=\"http://www.harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNHo4fb-ojfFPNS_jUzZ16BjNN9PAQ\">www.harveynichols.com</a> or visit <a href=\"http://www.makersmark.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.makersmark.com&amp;source=gmail&amp;ust=1539762260225000&amp;usg=AFQjCNGfpoWAXpv6hmJm-T9Apt7VL8F7vQ\">www.makersmark.com</a>.','Maker’s Mark®, the definitive premium American whisky, announces the launch of Private Select available for distributors','','publish','closed','open','','makers-mark-whisky-harvey-nichols','','http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\nhttp://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/','2018-10-16 10:27:35','2018-10-16 10:27:35','',0,'http://www.ontradeprogress.com/?p=2824',0,'post','',0),(2825,1,'2018-10-16 07:57:50','2018-10-16 07:57:50','','Maker\'s Mark Whisky','Maker\'s Mark release a new whisky','inherit','closed','closed','','drink-428319_640','','','2018-10-16 07:59:22','2018-10-16 07:59:22','',2824,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/drink-428319_640.jpg',0,'attachment','image/jpeg',0),(2826,1,'2018-10-16 08:05:01','2018-10-16 08:05:01','<strong><a href=\"http://www.makersmark.com\" target=\"_blank\" rel=\"noopener\">Maker’s Mark®</a>, the definitive premium handcrafted American whisky, has today announced the launch of Private Select in collaboration with the luxury department store, Harvey Nichols.</strong>\r\n\r\n&nbsp;\r\n\r\nOfficially launching to consumers on the 22 October, the limited run of 252 Private Select bottles will be available for £75 each across all eight Harvey Nichols stores in the UK and Dublin and online from <a href=\"http://harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNFCmmpwzo3mmgLzEY5PD6G7NSXveQ\">harveynichols.com</a>.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2825\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2825 size-medium\" title=\"Maker\'s Mark\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/drink-428319_640-300x199.jpg\" alt=\"Maker\'s Mark\" width=\"300\" height=\"199\" /> Maker\'s Mark release a new whisky[/caption]\r\n\r\nThe launch of this unique single barrel programme is a watershed moment for the brand in the UK, offering distributors, bars and retail customers the chance to work in partnership with Maker’s Mark to create a bespoke handcrafted cask strength barrel aged liquid – specifically for their own consumer base. Private Select launches in light of overwhelming demand for new styles of Maker’s Mark both globally and in the UK, where there is still growing demand for American Whisky among UK consumers with the total American whisky category now worth in excess of £623 million - growing at 7% value and 4% volume year on year.\r\n\r\n&nbsp;\r\n\r\nPrivate Select draws inspiration from the success of the same process used to make the now-iconic Maker’s 46 by the son of the distillery founder Bill Samuels Jr. Following a period of consultation on how the wood specifically imparts flavour to the liquid, a single fully matured barrel of Maker’s Mark is then infused with a combination of ten specially treated oak staves directly into the liquid with five unique styles to choose from, giving 1,001 different recipe combinations in a way that enhances the complex profile to create a subtly nuanced and entirely new liquid style.\r\n\r\n&nbsp;\r\n\r\nThe specially designed staves include Baked American Pure, Seared French Cuvee, Roasted French Mocha, Toasted French Spice and Maker\'s 46 - which across a nine-week period of maturation, that is carefully monitored by the Master Distiller, imparts differing levels of spice, sweetness and vanilla notes to the finished product.\r\n\r\n&nbsp;\r\n\r\nHaving worked closely with the Kentucky based team of distillers, the Harvey Nichols Maker’s Mark Private Select has been designed to create a medium bodied whisky with a smooth complex finish. Featuring a pink peppercorn, toffee apple and pecan nose, the taste is a subtle blend of green apple, oak smoke spice, stoned fruit, butterscotch, vanilla, burnt toast and orange oil. As the first of its kind in the UK, the launch of this premium product builds on fantastic success for Private Select in the US, but still retains the trademark Maker’s hand-rolled our barrels, hand-cut labels and hand-dipped iconic red wax.\r\n\r\nRead more whisky related news:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/\" target=\"_blank\" rel=\"noopener\">Is your venue prepared for Freshers?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/black-bull-scotch-unveils-british-gt-sponsorship/\" target=\"_blank\" rel=\"noopener\">Black Bull Scotch Whisky reveals British GT sponsorship</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nNick Ganich, Head of Brands at Edrington-Beam Suntory, says: <i>“The desire for a specific Maker’s Mark single barrel programme is something we have been working on for a number of years as a result of overwhelming demand from consumers and key luxury partners both in the UK and around the globe – and we are delighted to be able to bring it to the UK in partnership with an icon of premium luxury such as Harvey Nichols.”</i>\r\n\r\n&nbsp;\r\n\r\nRob Graves, Head Buying for Food &amp; Beverage at Harvey Nichols says: <i>“We are very excited to partner with Marker’s Mark and release this uniquely crafted expression, which we believe will appeal to our customers and whisky aficionado’s alike. With Maker’s Mark Private Select, we have turned what was a beautiful handcrafted liquid into something truly unique.”</i>\r\n\r\n&nbsp;\r\n\r\nThe launch of Private Select with Harvey Nichols will be closely followed with the launch of two Single Barrels with The Whisky Shop from November – a further unique flavour profile available for consumers to buy nationwide.\r\n\r\n&nbsp;\r\n\r\nFor more information on the launch of Harvey Nichols Maker’s Mark Private Select, which will be available to buy both in-store and online from the 22 October while stocks last, go to at <a href=\"http://www.harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNHo4fb-ojfFPNS_jUzZ16BjNN9PAQ\">www.harveynichols.com</a> or visit <a href=\"http://www.makersmark.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.makersmark.com&amp;source=gmail&amp;ust=1539762260225000&amp;usg=AFQjCNGfpoWAXpv6hmJm-T9Apt7VL8F7vQ\">www.makersmark.com</a>.','Maker’s Mark®, the definitive premium American whisky, announces the launch of Private Select in collaboration with Harvey Nichols','','inherit','closed','closed','','2824-revision-v1','','','2018-10-16 08:05:01','2018-10-16 08:05:01','',2824,'http://www.ontradeprogress.com/2018/10/16/2824-revision-v1/',0,'revision','',0),(2827,1,'2018-10-16 08:06:02','2018-10-16 08:06:02','','Maker\'s Mark Whisky','Maker\'s Mark announce collaboration with Harvey Nichols','inherit','closed','closed','','distillery-barrels-591602_640','','','2018-10-16 08:13:28','2018-10-16 08:13:28','',2824,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/distillery-barrels-591602_640.jpg',0,'attachment','image/jpeg',0),(2828,1,'2018-10-16 08:13:45','2018-10-16 08:13:45','<strong><a href=\"http://www.makersmark.com\" target=\"_blank\" rel=\"noopener\">Maker’s Mark®</a>, the definitive premium handcrafted American whisky, has announced the launch of Private Select in collaboration with the luxury department store, Harvey Nichols.</strong>\r\n\r\n&nbsp;\r\n\r\nOfficially launching to consumers on the 22 October, the limited run of 252 Private Select bottles will be available for £75 each across all eight Harvey Nichols stores in the UK and Dublin and online from <a href=\"http://harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNFCmmpwzo3mmgLzEY5PD6G7NSXveQ\">harveynichols.com</a>.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2825\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2825 size-medium\" title=\"Maker\'s Mark\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/drink-428319_640-300x199.jpg\" alt=\"Maker\'s Mark\" width=\"300\" height=\"199\" /> Maker\'s Mark release a new whisky[/caption]\r\n\r\nThe launch of this unique single barrel programme is a watershed moment for the brand in the UK, offering distributors, bars and retail customers the chance to work in partnership with Maker’s Mark to create a bespoke handcrafted cask strength barrel aged liquid – specifically for their own consumer base. Private Select launches in light of overwhelming demand for new styles of Maker’s Mark both globally and in the UK, where there is still growing demand for American Whisky among UK consumers with the total American whisky category now worth in excess of £623 million - growing at 7% value and 4% volume year on year.\r\n\r\n&nbsp;\r\n\r\nPrivate Select draws inspiration from the success of the same process used to make the now-iconic Maker’s 46 by the son of the distillery founder Bill Samuels Jr. Following a period of consultation on how the wood specifically imparts flavour to the liquid, a single fully matured barrel of Maker’s Mark is then infused with a combination of ten specially treated oak staves directly into the liquid with five unique styles to choose from, giving 1,001 different recipe combinations in a way that enhances the complex profile to create a subtly nuanced and entirely new liquid style.\r\n\r\n&nbsp;\r\n\r\nThe specially designed staves include Baked American Pure, Seared French Cuvee, Roasted French Mocha, Toasted French Spice and Maker\'s 46 - which across a nine-week period of maturation, that is carefully monitored by the Master Distiller, imparts differing levels of spice, sweetness and vanilla notes to the finished product.\r\n\r\n&nbsp;\r\n\r\nHaving worked closely with the Kentucky based team of distillers, the Harvey Nichols Maker’s Mark Private Select has been designed to create a medium bodied whisky with a smooth complex finish. Featuring a pink peppercorn, toffee apple and pecan nose, the taste is a subtle blend of green apple, oak smoke spice, stoned fruit, butterscotch, vanilla, burnt toast and orange oil. As the first of its kind in the UK, the launch of this premium product builds on fantastic success for Private Select in the US, but still retains the trademark Maker’s hand-rolled our barrels, hand-cut labels and hand-dipped iconic red wax.\r\n\r\nRead more whisky related news:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/\" target=\"_blank\" rel=\"noopener\">Is your venue prepared for Freshers?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/black-bull-scotch-unveils-british-gt-sponsorship/\" target=\"_blank\" rel=\"noopener\">Black Bull Scotch Whisky reveals British GT sponsorship</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nNick Ganich, Head of Brands at Edrington-Beam Suntory, says: <i>“The desire for a specific Maker’s Mark single barrel programme is something we have been working on for a number of years as a result of overwhelming demand from consumers and key luxury partners both in the UK and around the globe – and we are delighted to be able to bring it to the UK in partnership with an icon of premium luxury such as Harvey Nichols.”</i>\r\n\r\n&nbsp;\r\n\r\nRob Graves, Head Buying for Food &amp; Beverage at Harvey Nichols says: <i>“We are very excited to partner with Marker’s Mark and release this uniquely crafted expression, which we believe will appeal to our customers and whisky aficionado’s alike. With Maker’s Mark Private Select, we have turned what was a beautiful handcrafted liquid into something truly unique.”</i>\r\n\r\n&nbsp;\r\n\r\nThe launch of Private Select with Harvey Nichols will be closely followed with the launch of two Single Barrels with The Whisky Shop from November – a further unique flavour profile available for consumers to buy nationwide.\r\n\r\n&nbsp;\r\n\r\nFor more information on the launch of Harvey Nichols Maker’s Mark Private Select, which will be available to buy both in-store and online from the 22 October while stocks last, go to at <a href=\"http://www.harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNHo4fb-ojfFPNS_jUzZ16BjNN9PAQ\">www.harveynichols.com</a> or visit <a href=\"http://www.makersmark.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.makersmark.com&amp;source=gmail&amp;ust=1539762260225000&amp;usg=AFQjCNGfpoWAXpv6hmJm-T9Apt7VL8F7vQ\">www.makersmark.com</a>.','Maker’s Mark®, the definitive premium American whisky, announces the launch of Private Select in collaboration with Harvey Nichols','','inherit','closed','closed','','2824-revision-v1','','','2018-10-16 08:13:45','2018-10-16 08:13:45','',2824,'http://www.ontradeprogress.com/2018/10/16/2824-revision-v1/',0,'revision','',0),(2829,1,'2018-10-16 09:06:37','2018-10-16 09:06:37','<a href=\"http://www.skysports.com\" target=\"_blank\" rel=\"noopener\"><em>Sky Sports</em></a> has announced its latest live Premier League fixtures for December and January, giving licensees the opportunity to show more of the games that matter most to their customers.  The festive fixtures include Derby Day, Liverpool versus Manchester United and Manchester City against Liverpool.\r\n\r\n&nbsp;\r\n\r\nDerby Day serves up a hat-trick of crunch clashes on Sunday, December 2 as Chelsea play Fulham at Stamford Bridge at midday, before Arsenal host Tottenham Hotspur in a 2.05pm kick-off at the Emirates and Liverpool face Everton at 4.15pm.\r\n\r\n&nbsp;\r\n\r\nAnother highlight from the latest selection of games sees Manchester United face arch rivals Liverpool at Anfield on Sunday, December 16.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2831\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2831 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/football-3568898_640-300x225.jpg\" alt=\"Prmier league fixtures\" width=\"300\" height=\"225\" /> Boxing Day on Sky Sports see\'s Brighton take on Arsenal (17.15)[/caption]\r\n\r\nThere is a Boxing Day treat with three games to take in, starting with Wolves\' match at Fulham (12.30pm), followed by Brighton\'s home clash with Arsenal (5.15pm), before Watford face Chelsea at Vicarage Road (7.30pm).\r\n\r\n&nbsp;\r\n\r\nAnother triple-header on Sunday, December 30 begins with Chelsea\'s trip to Crystal Palace at noon and takes in Manchester City\'s trip to Southampton at 2.15pm, before the day\'s action ends with United hosting Bournemouth at 4.30pm.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, 2019 kicks off with a New Year\'s Day double featuring Everton against Leicester at Goodison Park at 12.30pm, before Cardiff host Spurs at 5.30pm.\r\n\r\n&nbsp;\r\n\r\nJanuary also sees Premier League champions City play Liverpool at the Etihad - the two teams played out a goalless draw at Anfield last Sunday - with that titanic encounter taking place on Thursday, January 3 at 8pm.\r\n\r\n&nbsp;\r\n\r\nAs well as that eye-catching fixture, West Ham\'s meeting with Arsenal at the London Stadium on Saturday, January 12 and Manchester United\'s visit to Tottenham on Sunday, January 13 are also in store.\r\n\r\n<strong>Read more from Sky:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/\" target=\"_blank\" rel=\"noopener\">Sky Sports season preview</a></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\n<strong>Sky Sports live Premier League Fixtures November</strong>\r\n\r\n<strong> </strong>\r\n\r\nFriday 30<sup>th</sup> November, Cardiff v Wolves, 8pm\r\n\r\n&nbsp;\r\n\r\n<strong>Sky Sports live Premier League Fixtures December</strong>\r\n\r\n<strong> </strong>\r\n\r\nSunday 2<sup>nd</sup> December, Chelsea V Fulham, 12pm\r\n\r\nSunday 2<sup>nd</sup> December, Arsenal v Spurs, 2.05pm\r\n\r\nSunday 2<sup>nd</sup> December, Liverpool v Everton, 4.15pm\r\n\r\nSaturday 8<sup>th</sup> December, Bournemouth v Liverpool, 12.30pm\r\n\r\nSunday 9<sup>th</sup> December, Newcastle Utd v Wolves, 4pm\r\n\r\nMonday 10<sup>th</sup> December, Everton v Watford, 8pm\r\n\r\nSaturday 15<sup>th</sup> December, Manchester City v Everton, 12.30pm\r\n\r\nSunday 16<sup>th</sup> December, Southampton v Arsenal, 1.30pm\r\n\r\nSunday 16<sup>th</sup> December, Liverpool v Man Utd, 4pm\r\n\r\nFriday 21<sup>st</sup> December, Wolves v Liverpool, 8pm\r\n\r\nSaturday 22<sup>nd</sup> December, Arsenal v Burnley, 12.30pm\r\n\r\nSunday 23<sup>rd</sup> December, Everton v Spurs, 4pm\r\n\r\nWednesday 26<sup>th</sup> December, Fulham v Wolves, 12.30pm\r\n\r\nWednesday 26<sup>th</sup> December, Brighton v Arsenal, 5.15pm\r\n\r\nWednesday 26<sup>th</sup> December, Watford v Chelsea, 7.30pm\r\n\r\nThursday 27<sup>th</sup> December, Southampton v West Ham Utd, 7.45pm\r\n\r\nSunday 30<sup>th</sup> December, Crystal Palace v Chelsea, 12pm\r\n\r\nSunday 30<sup>th</sup> December, Southampton v Manchester City, 12.15pm\r\n\r\nSunday 30<sup>th</sup> December, Man Utd v Bournemouth, 4.30pm\r\n\r\n&nbsp;\r\n\r\n<strong>Sky Sports live Premier League Fixtures January</strong>\r\n\r\n<strong> </strong>\r\n\r\nTuesday 1<sup>st</sup> January, Everton v Leicester City, 12.30pm\r\n\r\nTuesday 1<sup>st</sup> January, Cardiff v Spurs, 5.30pm\r\n\r\nWednesday 2<sup>nd</sup> January, Newcastle Utd v Man Utd, 8pm\r\n\r\nThursday 3<sup>rd</sup> January, Manchester City v Liverpool, 8pm\r\n\r\nSaturday 12<sup>th</sup> January, West Ham V Arsenal, 12.30pm\r\n\r\nSunday 13<sup>th</sup> January, Spurs v Man Utd, 4.30pm\r\n\r\nMonday 14<sup>th</sup> January, Man City v Wolves, 8pm **\r\n\r\nSaturday 19<sup>th</sup> January, Wolves v Leicester City, 12.30pm\r\n\r\nSunday 20<sup>th</sup> January, Huddersfield v Man City, 1.30pm\r\n\r\nSunday 20<sup>th</sup> January, Fulham v Spurs, 4pm\r\n\r\n&nbsp;\r\n\r\n** Subject to FA Cup replays – will move back to Sunday 13<sup>th</sup> January at 12pm if requested.','Sky Sports has announced its latest live Premier League fixtures for December and January','','publish','closed','open','','sky-sports-premier-league-fixtures','','\nhttp://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/','2018-10-16 09:51:59','2018-10-16 09:51:59','',0,'http://www.ontradeprogress.com/?p=2829',0,'post','',0),(2830,1,'2018-10-16 08:47:23','2018-10-16 08:47:23','','Premier League Fixtures','Sky Sports announces some mouth-watering fixtures for November, December & January','inherit','closed','closed','','england-premier-league','','','2018-10-16 08:49:12','2018-10-16 08:49:12','',2829,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/england-premier-league.png',0,'attachment','image/png',0),(2831,1,'2018-10-16 08:58:48','2018-10-16 08:58:48','','Prmier league fixtures','Boxing Day on Sky Sports','inherit','closed','closed','','football-3568898_640','','','2018-10-16 08:59:22','2018-10-16 08:59:22','',2829,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/football-3568898_640.jpg',0,'attachment','image/jpeg',0),(2832,1,'2018-10-16 09:06:37','2018-10-16 09:06:37','<a href=\"http://www.skysports.com\" target=\"_blank\" rel=\"noopener\"><em>Sky Sports</em></a> has announced its latest live Premier League fixtures for December and January, giving licensees the opportunity to show more of the games that matter most to their customers.  The festive fixtures include Derby Day, Liverpool versus Manchester United and Manchester City against Liverpool.\r\n\r\n&nbsp;\r\n\r\nDerby Day serves up a hat-trick of crunch clashes on Sunday, December 2 as Chelsea play Fulham at Stamford Bridge at midday, before Arsenal host Tottenham Hotspur in a 2.05pm kick-off at the Emirates and Liverpool face Everton at 4.15pm.\r\n\r\n&nbsp;\r\n\r\nAnother highlight from the latest selection of games sees Manchester United face arch rivals Liverpool at Anfield on Sunday, December 16.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2831\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2831 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/football-3568898_640-300x225.jpg\" alt=\"Prmier league fixtures\" width=\"300\" height=\"225\" /> Boxing Day on Sky Sports see\'s Brighton take on Arsenal (17.15)[/caption]\r\n\r\nThere is a Boxing Day treat with three games to take in, starting with Wolves\' match at Fulham (12.30pm), followed by Brighton\'s home clash with Arsenal (5.15pm), before Watford face Chelsea at Vicarage Road (7.30pm).\r\n\r\n&nbsp;\r\n\r\nAnother triple-header on Sunday, December 30 begins with Chelsea\'s trip to Crystal Palace at noon and takes in Manchester City\'s trip to Southampton at 2.15pm, before the day\'s action ends with United hosting Bournemouth at 4.30pm.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, 2019 kicks off with a New Year\'s Day double featuring Everton against Leicester at Goodison Park at 12.30pm, before Cardiff host Spurs at 5.30pm.\r\n\r\n&nbsp;\r\n\r\nJanuary also sees Premier League champions City play Liverpool at the Etihad - the two teams played out a goalless draw at Anfield last Sunday - with that titanic encounter taking place on Thursday, January 3 at 8pm.\r\n\r\n&nbsp;\r\n\r\nAs well as that eye-catching fixture, West Ham\'s meeting with Arsenal at the London Stadium on Saturday, January 12 and Manchester United\'s visit to Tottenham on Sunday, January 13 are also in store.\r\n\r\n<strong>Read more from Sky:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/\" target=\"_blank\" rel=\"noopener\">Sky Sports season preview</a></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\n<strong>Sky Sports live Premier League Fixtures November</strong>\r\n\r\n<strong> </strong>\r\n\r\nFriday 30<sup>th</sup> November, Cardiff v Wolves, 8pm\r\n\r\n&nbsp;\r\n\r\n<strong>Sky Sports live Premier League Fixtures December</strong>\r\n\r\n<strong> </strong>\r\n\r\nSunday 2<sup>nd</sup> December, Chelsea V Fulham, 12pm\r\n\r\nSunday 2<sup>nd</sup> December, Arsenal v Spurs, 2.05pm\r\n\r\nSunday 2<sup>nd</sup> December, Liverpool v Everton, 4.15pm\r\n\r\nSaturday 8<sup>th</sup> December, Bournemouth v Liverpool, 12.30pm\r\n\r\nSunday 9<sup>th</sup> December, Newcastle Utd v Wolves, 4pm\r\n\r\nMonday 10<sup>th</sup> December, Everton v Watford, 8pm\r\n\r\nSaturday 15<sup>th</sup> December, Manchester City v Everton, 12.30pm\r\n\r\nSunday 16<sup>th</sup> December, Southampton v Arsenal, 1.30pm\r\n\r\nSunday 16<sup>th</sup> December, Liverpool v Man Utd, 4pm\r\n\r\nFriday 21<sup>st</sup> December, Wolves v Liverpool, 8pm\r\n\r\nSaturday 22<sup>nd</sup> December, Arsenal v Burnley, 12.30pm\r\n\r\nSunday 23<sup>rd</sup> December, Everton v Spurs, 4pm\r\n\r\nWednesday 26<sup>th</sup> December, Fulham v Wolves, 12.30pm\r\n\r\nWednesday 26<sup>th</sup> December, Brighton v Arsenal, 5.15pm\r\n\r\nWednesday 26<sup>th</sup> December, Watford v Chelsea, 7.30pm\r\n\r\nThursday 27<sup>th</sup> December, Southampton v West Ham Utd, 7.45pm\r\n\r\nSunday 30<sup>th</sup> December, Crystal Palace v Chelsea, 12pm\r\n\r\nSunday 30<sup>th</sup> December, Southampton v Manchester City, 12.15pm\r\n\r\nSunday 30<sup>th</sup> December, Man Utd v Bournemouth, 4.30pm\r\n\r\n&nbsp;\r\n\r\n<strong>Sky Sports live Premier League Fixtures January</strong>\r\n\r\n<strong> </strong>\r\n\r\nTuesday 1<sup>st</sup> January, Everton v Leicester City, 12.30pm\r\n\r\nTuesday 1<sup>st</sup> January, Cardiff v Spurs, 5.30pm\r\n\r\nWednesday 2<sup>nd</sup> January, Newcastle Utd v Man Utd, 8pm\r\n\r\nThursday 3<sup>rd</sup> January, Manchester City v Liverpool, 8pm\r\n\r\nSaturday 12<sup>th</sup> January, West Ham V Arsenal, 12.30pm\r\n\r\nSunday 13<sup>th</sup> January, Spurs v Man Utd, 4.30pm\r\n\r\nMonday 14<sup>th</sup> January, Man City v Wolves, 8pm **\r\n\r\nSaturday 19<sup>th</sup> January, Wolves v Leicester City, 12.30pm\r\n\r\nSunday 20<sup>th</sup> January, Huddersfield v Man City, 1.30pm\r\n\r\nSunday 20<sup>th</sup> January, Fulham v Spurs, 4pm\r\n\r\n&nbsp;\r\n\r\n** Subject to FA Cup replays – will move back to Sunday 13<sup>th</sup> January at 12pm if requested.','Sky Sports has announced its latest live Premier League fixtures for December and January','','inherit','closed','closed','','2829-revision-v1','','','2018-10-16 09:06:37','2018-10-16 09:06:37','',2829,'http://www.ontradeprogress.com/2018/10/16/2829-revision-v1/',0,'revision','',0),(2834,1,'2018-10-16 09:27:14','2018-10-16 09:27:14','<a href=\"http://www.skysports.com\" target=\"_blank\" rel=\"noopener\"><em>Sky Sports</em></a> has announced its latest live Premier League fixtures for December and January, giving licensees the opportunity to show more of the games that matter most to their customers.  The festive fixtures include Derby Day, Liverpool versus Manchester United and Manchester City against Liverpool.\r\n\r\n&nbsp;\r\n\r\nDerby Day serves up a hat-trick of crunch clashes on Sunday, December 2 as Chelsea play Fulham at Stamford Bridge at midday, before Arsenal host Tottenham Hotspur in a 2.05pm kick-off at the Emirates and Liverpool face Everton at 4.15pm.\r\n\r\n&nbsp;\r\n\r\nAnother highlight from the latest selection of games sees Manchester United face arch rivals Liverpool at Anfield on Sunday, December 16.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2831\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2831 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/football-3568898_640-300x225.jpg\" alt=\"Prmier league fixtures\" width=\"300\" height=\"225\" /> Boxing Day on Sky Sports see\'s Brighton take on Arsenal (17.15)[/caption]\r\n\r\nThere is a Boxing Day treat with three games to take in, starting with Wolves\' match at Fulham (12.30pm), followed by Brighton\'s home clash with Arsenal (5.15pm), before Watford face Chelsea at Vicarage Road (7.30pm).\r\n\r\n&nbsp;\r\n\r\nAnother triple-header on Sunday, December 30 begins with Chelsea\'s trip to Crystal Palace at noon and takes in Manchester City\'s trip to Southampton at 2.15pm, before the day\'s action ends with United hosting Bournemouth at 4.30pm.\r\n\r\n&nbsp;\r\n\r\nMeanwhile, 2019 kicks off with a New Year\'s Day double featuring Everton against Leicester at Goodison Park at 12.30pm, before Cardiff host Spurs at 5.30pm.\r\n\r\n&nbsp;\r\n\r\nJanuary also sees Premier League champions City play Liverpool at the Etihad - the two teams played out a goalless draw at Anfield last Sunday - with that titanic encounter taking place on Thursday, January 3 at 8pm.\r\n\r\n&nbsp;\r\n\r\nAs well as that eye-catching fixture, West Ham\'s meeting with Arsenal at the London Stadium on Saturday, January 12 and Manchester United\'s visit to Tottenham on Sunday, January 13 are also in store.\r\n\r\n<strong>Read more from Sky:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/\" target=\"_blank\" rel=\"noopener\">Sky Sports season preview</a></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\n<strong>Sky Sports live Premier League Fixtures November</strong>\r\n\r\n<strong> </strong>\r\n\r\nFriday 30<sup>th</sup> November, Cardiff v Wolves, 8pm\r\n\r\n&nbsp;\r\n\r\n<strong>Sky Sports live Premier League Fixtures December</strong>\r\n\r\n<strong> </strong>\r\n\r\nSunday 2<sup>nd</sup> December, Chelsea V Fulham, 12pm\r\n\r\nSunday 2<sup>nd</sup> December, Arsenal v Spurs, 2.05pm\r\n\r\nSunday 2<sup>nd</sup> December, Liverpool v Everton, 4.15pm\r\n\r\nSaturday 8<sup>th</sup> December, Bournemouth v Liverpool, 12.30pm\r\n\r\nSunday 9<sup>th</sup> December, Newcastle Utd v Wolves, 4pm\r\n\r\nMonday 10<sup>th</sup> December, Everton v Watford, 8pm\r\n\r\nSaturday 15<sup>th</sup> December, Manchester City v Everton, 12.30pm\r\n\r\nSunday 16<sup>th</sup> December, Southampton v Arsenal, 1.30pm\r\n\r\nSunday 16<sup>th</sup> December, Liverpool v Man Utd, 4pm\r\n\r\nFriday 21<sup>st</sup> December, Wolves v Liverpool, 8pm\r\n\r\nSaturday 22<sup>nd</sup> December, Arsenal v Burnley, 12.30pm\r\n\r\nSunday 23<sup>rd</sup> December, Everton v Spurs, 4pm\r\n\r\nWednesday 26<sup>th</sup> December, Fulham v Wolves, 12.30pm\r\n\r\nWednesday 26<sup>th</sup> December, Brighton v Arsenal, 5.15pm\r\n\r\nWednesday 26<sup>th</sup> December, Watford v Chelsea, 7.30pm\r\n\r\nThursday 27<sup>th</sup> December, Southampton v West Ham Utd, 7.45pm\r\n\r\nSunday 30<sup>th</sup> December, Crystal Palace v Chelsea, 12pm\r\n\r\nSunday 30<sup>th</sup> December, Southampton v Manchester City, 12.15pm\r\n\r\nSunday 30<sup>th</sup> December, Man Utd v Bournemouth, 4.30pm\r\n\r\n&nbsp;\r\n\r\n<strong>Sky Sports live Premier League Fixtures January</strong>\r\n\r\n<strong> </strong>\r\n\r\nTuesday 1<sup>st</sup> January, Everton v Leicester City, 12.30pm\r\n\r\nTuesday 1<sup>st</sup> January, Cardiff v Spurs, 5.30pm\r\n\r\nWednesday 2<sup>nd</sup> January, Newcastle Utd v Man Utd, 8pm\r\n\r\nThursday 3<sup>rd</sup> January, Manchester City v Liverpool, 8pm\r\n\r\nSaturday 12<sup>th</sup> January, West Ham V Arsenal, 12.30pm\r\n\r\nSunday 13<sup>th</sup> January, Spurs v Man Utd, 4.30pm\r\n\r\nMonday 14<sup>th</sup> January, Man City v Wolves, 8pm **\r\n\r\nSaturday 19<sup>th</sup> January, Wolves v Leicester City, 12.30pm\r\n\r\nSunday 20<sup>th</sup> January, Huddersfield v Man City, 1.30pm\r\n\r\nSunday 20<sup>th</sup> January, Fulham v Spurs, 4pm\r\n\r\n&nbsp;\r\n\r\n** Subject to FA Cup replays – will move back to Sunday 13<sup>th</sup> January at 12pm if requested.','Sky Sports has announced its latest live Premier League fixtures for December and January','','inherit','closed','closed','','2829-autosave-v1','','','2018-10-16 09:27:14','2018-10-16 09:27:14','',2829,'http://www.ontradeprogress.com/2018/10/16/2829-autosave-v1/',0,'revision','',0),(2835,1,'2018-10-16 09:26:34','2018-10-16 09:26:34','','Premier League Fixtures','','inherit','closed','closed','','skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093','','','2018-10-16 09:26:58','2018-10-16 09:26:58','',2829,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/skysports-clinical-graphic-medley-pl-lukaku-kane-salah-jesus-morata_4126093.jpg',0,'attachment','image/jpeg',0),(2837,1,'2018-10-16 10:26:38','2018-10-16 10:26:38','<strong><a href=\"http://www.makersmark.com\" target=\"_blank\" rel=\"noopener\">Maker’s Mark®</a>, the definitive premium handcrafted American whisky, has announced a single barrel programme offering distributors a change to work in partnership with the </strong>\n\n<strong>the launch of Private Select in collaboration with the luxury department store, Harvey Nichols.</strong>\n\n&nbsp;\n\nOfficially launching to consumers on the 22 October, the limited run of 252 Private Select bottles will be available for £75 each across all eight Harvey Nichols stores in the UK and Dublin and online from <a href=\"http://harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNFCmmpwzo3mmgLzEY5PD6G7NSXveQ\">harveynichols.com</a>.\n\n&nbsp;\n\n[caption id=\"attachment_2825\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2825 size-medium\" title=\"Maker\'s Mark\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/drink-428319_640-300x199.jpg\" alt=\"Maker\'s Mark\" width=\"300\" height=\"199\" /> Maker\'s Mark release a new whisky[/caption]\n\nThe launch of this unique single barrel programme is a watershed moment for the brand in the UK, offering distributors, bars and retail customers the chance to work in partnership with Maker’s Mark to create a bespoke handcrafted cask strength barrel aged liquid – specifically for their own consumer base. Private Select launches in light of overwhelming demand for new styles of Maker’s Mark both globally and in the UK, where there is still growing demand for American Whisky among UK consumers with the total American whisky category now worth in excess of £623 million - growing at 7% value and 4% volume year on year.\n\n&nbsp;\n\nPrivate Select draws inspiration from the success of the same process used to make the now-iconic Maker’s 46 by the son of the distillery founder Bill Samuels Jr. Following a period of consultation on how the wood specifically imparts flavour to the liquid, a single fully matured barrel of Maker’s Mark is then infused with a combination of ten specially treated oak staves directly into the liquid with five unique styles to choose from, giving 1,001 different recipe combinations in a way that enhances the complex profile to create a subtly nuanced and entirely new liquid style.\n\n&nbsp;\n\nThe specially designed staves include Baked American Pure, Seared French Cuvee, Roasted French Mocha, Toasted French Spice and Maker\'s 46 - which across a nine-week period of maturation, that is carefully monitored by the Master Distiller, imparts differing levels of spice, sweetness and vanilla notes to the finished product.\n\n&nbsp;\n\nHaving worked closely with the Kentucky based team of distillers, the Harvey Nichols Maker’s Mark Private Select has been designed to create a medium bodied whisky with a smooth complex finish. Featuring a pink peppercorn, toffee apple and pecan nose, the taste is a subtle blend of green apple, oak smoke spice, stoned fruit, butterscotch, vanilla, burnt toast and orange oil. As the first of its kind in the UK, the launch of this premium product builds on fantastic success for Private Select in the US, but still retains the trademark Maker’s hand-rolled our barrels, hand-cut labels and hand-dipped iconic red wax.\n\nRead more whisky related news:\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/\" target=\"_blank\" rel=\"noopener\">Is your venue prepared for Freshers?</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/black-bull-scotch-unveils-british-gt-sponsorship/\" target=\"_blank\" rel=\"noopener\">Black Bull Scotch Whisky reveals British GT sponsorship</a></li>\n</ul>\n&nbsp;\n\nNick Ganich, Head of Brands at Edrington-Beam Suntory, says: <i>“The desire for a specific Maker’s Mark single barrel programme is something we have been working on for a number of years as a result of overwhelming demand from consumers and key luxury partners both in the UK and around the globe – and we are delighted to be able to bring it to the UK in partnership with an icon of premium luxury such as Harvey Nichols.”</i>\n\n&nbsp;\n\nRob Graves, Head Buying for Food &amp; Beverage at Harvey Nichols says: <i>“We are very excited to partner with Marker’s Mark and release this uniquely crafted expression, which we believe will appeal to our customers and whisky aficionado’s alike. With Maker’s Mark Private Select, we have turned what was a beautiful handcrafted liquid into something truly unique.”</i>\n\n&nbsp;\n\nThe launch of Private Select with Harvey Nichols will be closely followed with the launch of two Single Barrels with The Whisky Shop from November – a further unique flavour profile available for consumers to buy nationwide.\n\n&nbsp;\n\nFor more information on the launch of Harvey Nichols Maker’s Mark Private Select, which will be available to buy both in-store and online from the 22 October while stocks last, go to at <a href=\"http://www.harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNHo4fb-ojfFPNS_jUzZ16BjNN9PAQ\">www.harveynichols.com</a> or visit <a href=\"http://www.makersmark.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.makersmark.com&amp;source=gmail&amp;ust=1539762260225000&amp;usg=AFQjCNGfpoWAXpv6hmJm-T9Apt7VL8F7vQ\">www.makersmark.com</a>.','Maker’s Mark®, the definitive premium American whisky, announces the launch of Private Select in collaboration with Harvey Nichols','','inherit','closed','closed','','2824-autosave-v1','','','2018-10-16 10:26:38','2018-10-16 10:26:38','',2824,'http://www.ontradeprogress.com/2018/10/16/2824-autosave-v1/',0,'revision','',0),(2838,1,'2018-10-16 10:46:36','2018-10-16 10:46:36','The name of the latest <strong>Drury</strong> espresso coffee, <a href=\"https://www.shopdrury.com/gourmet-coffees/gunnery-blend-250g/\" target=\"_blank\" rel=\"noopener\"><strong>Gunnery Blend</strong></a>, celebrates the Company’s newly adopted home on the Royal Arsenal complex at Woolwich. First launched earlier in the year as an experimental seasonal blend, Gunnery Blend has proved so popular that Drury has now given it a permanent place on the price list.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2840\" align=\"alignright\" width=\"201\"]<img class=\"wp-image-2840 size-medium\" title=\"Drury Gunnery Blend\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Gunnery-Blend-1-201x300.jpg\" alt=\"Drury Gunnery Blend\" width=\"201\" height=\"300\" /> Drury announces Gunnery Blend will have a permanent place on their menu\'s[/caption]\r\n\r\n<strong>GUNNERY BLEND</strong>\r\n\r\nDrury moved its coffee roasting operation to the Royal Arsenal development in Woolwich in 2015. This historic area has been linked with the development of munitions for the army since 1546, so to celebrate the association with the area, Drury has named its latest coffee Gunnery Blend. It is one in a series of ‘signature’ coffees that also includes ‘Meridian’, inspired by Drury’s location in the Royal Borough of Greenwich.\r\n\r\n&nbsp;\r\n\r\nGunnery is a balanced and well-structured blend of washed and ‘honey processed’ coffee from El Salvador and Colombia. This espresso is sweet and complex representing notes of caramel and pecan with a cherry acidity, liquorice sugary sweetness and a lingering dark chocolate aftertaste.\r\n\r\n&nbsp;\r\n\r\nGunnery blend is packed in one kilo bags, 10 per case with a list price of £16 per kilo.\r\n\r\n<strong>Read more from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/on-coffee/\">OTP On... Coffee</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/filter-coffee-is-making-headway-across-the-country/\">Filter coffee is making waves across the UK</a></li>\r\n</ul>','Drury espresso coffee, Gunnery Blend, celebrates the Company’s new home on the Royal Arsenal complex at Woolwich','','publish','closed','open','','drury-gunnery-celebrates-home-arsenal','','\nhttp://www.ontradeprogress.com/2018/08/15/on-coffee/','2018-10-16 10:48:21','2018-10-16 10:48:21','',0,'http://www.ontradeprogress.com/?p=2838',0,'post','',0),(2839,1,'2018-10-16 10:27:35','2018-10-16 10:27:35','<strong><a href=\"http://www.makersmark.com\" target=\"_blank\" rel=\"noopener\">Maker’s Mark®</a>, the definitive premium handcrafted American whisky, has announced a single barrel programme offering distributors a change to work in partnership with the brand.</strong>\r\n\r\nPartnering with Harvey Nicols and officially launching to consumers on the 22 October, the limited run of 252 Private Select bottles will be available for £75 each across all eight Harvey Nichols stores in the UK and Dublin and online from <a href=\"http://harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNFCmmpwzo3mmgLzEY5PD6G7NSXveQ\">harveynichols.com</a>.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2825\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2825 size-medium\" title=\"Maker\'s Mark\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/drink-428319_640-300x199.jpg\" alt=\"Maker\'s Mark\" width=\"300\" height=\"199\" /> Maker\'s Mark release a new whisky[/caption]\r\n\r\nThe launch of this unique single barrel programme is a watershed moment for the brand in the UK, offering distributors, bars and retail customers the chance to work in partnership with Maker’s Mark to create a bespoke handcrafted cask strength barrel aged liquid – specifically for their own consumer base. Private Select launches in light of overwhelming demand for new styles of Maker’s Mark both globally and in the UK, where there is still growing demand for American Whisky among UK consumers with the total American whisky category now worth in excess of £623 million - growing at 7% value and 4% volume year on year.\r\n\r\n&nbsp;\r\n\r\nPrivate Select draws inspiration from the success of the same process used to make the now-iconic Maker’s 46 by the son of the distillery founder Bill Samuels Jr. Following a period of consultation on how the wood specifically imparts flavour to the liquid, a single fully matured barrel of Maker’s Mark is then infused with a combination of ten specially treated oak staves directly into the liquid with five unique styles to choose from, giving 1,001 different recipe combinations in a way that enhances the complex profile to create a subtly nuanced and entirely new liquid style.\r\n\r\n&nbsp;\r\n\r\nThe specially designed staves include Baked American Pure, Seared French Cuvee, Roasted French Mocha, Toasted French Spice and Maker\'s 46 - which across a nine-week period of maturation, that is carefully monitored by the Master Distiller, imparts differing levels of spice, sweetness and vanilla notes to the finished product.\r\n\r\n&nbsp;\r\n\r\nHaving worked closely with the Kentucky based team of distillers, the Harvey Nichols Maker’s Mark Private Select has been designed to create a medium bodied whisky with a smooth complex finish. Featuring a pink peppercorn, toffee apple and pecan nose, the taste is a subtle blend of green apple, oak smoke spice, stoned fruit, butterscotch, vanilla, burnt toast and orange oil. As the first of its kind in the UK, the launch of this premium product builds on fantastic success for Private Select in the US, but still retains the trademark Maker’s hand-rolled our barrels, hand-cut labels and hand-dipped iconic red wax.\r\n\r\nRead more whisky related news:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/\" target=\"_blank\" rel=\"noopener\">Is your venue prepared for Freshers?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/black-bull-scotch-unveils-british-gt-sponsorship/\" target=\"_blank\" rel=\"noopener\">Black Bull Scotch Whisky reveals British GT sponsorship</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nNick Ganich, Head of Brands at Edrington-Beam Suntory, says: <i>“The desire for a specific Maker’s Mark single barrel programme is something we have been working on for a number of years as a result of overwhelming demand from consumers and key luxury partners both in the UK and around the globe – and we are delighted to be able to bring it to the UK in partnership with an icon of premium luxury such as Harvey Nichols.”</i>\r\n\r\n&nbsp;\r\n\r\nRob Graves, Head Buying for Food &amp; Beverage at Harvey Nichols says: <i>“We are very excited to partner with Marker’s Mark and release this uniquely crafted expression, which we believe will appeal to our customers and whisky aficionado’s alike. With Maker’s Mark Private Select, we have turned what was a beautiful handcrafted liquid into something truly unique.”</i>\r\n\r\n&nbsp;\r\n\r\nThe launch of Private Select with Harvey Nichols will be closely followed with the launch of two Single Barrels with The Whisky Shop from November – a further unique flavour profile available for consumers to buy nationwide.\r\n\r\n&nbsp;\r\n\r\nFor more information on the launch of Harvey Nichols Maker’s Mark Private Select, which will be available to buy both in-store and online from the 22 October while stocks last, go to at <a href=\"http://www.harveynichols.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.harveynichols.com&amp;source=gmail&amp;ust=1539762260224000&amp;usg=AFQjCNHo4fb-ojfFPNS_jUzZ16BjNN9PAQ\">www.harveynichols.com</a> or visit <a href=\"http://www.makersmark.com/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=http://www.makersmark.com&amp;source=gmail&amp;ust=1539762260225000&amp;usg=AFQjCNGfpoWAXpv6hmJm-T9Apt7VL8F7vQ\">www.makersmark.com</a>.','Maker’s Mark®, the definitive premium American whisky, announces the launch of Private Select available for distributors','','inherit','closed','closed','','2824-revision-v1','','','2018-10-16 10:27:35','2018-10-16 10:27:35','',2824,'http://www.ontradeprogress.com/2018/10/16/2824-revision-v1/',0,'revision','',0),(2840,1,'2018-10-16 10:36:23','2018-10-16 10:36:23','','Gunnery Blend','Drury announces Gunnery Blend will have a permanent place on their menu\'s','inherit','closed','closed','','gunnery-blend-1','','','2018-10-16 10:40:32','2018-10-16 10:40:32','',2838,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Gunnery-Blend-1.jpg',0,'attachment','image/jpeg',0),(2841,1,'2018-10-16 10:36:29','2018-10-16 10:36:29','','Drury Gunnery Blend','Drury announces Gunnery Blend will have a permanent place on their menu\'s','inherit','closed','closed','','gunnery-blend-2','','','2018-10-16 10:42:39','2018-10-16 10:42:39','',2838,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Gunnery-Blend-2.jpg',0,'attachment','image/jpeg',0),(2842,1,'2018-10-16 10:39:02','2018-10-16 10:39:02','<span style=\"font-size: large;\"><b>LUSCOMBE DRINKS CELEBRATES 21</b><b><sup>ST</sup></b><b> ANNIVERSARY WITH EXCITING NEW CREATIVE CAMPAIGN</b></span>\r\n\r\n<span style=\"font-size: large;\"> </span>\r\n\r\nThis month sees Luscombe Drinks celebrate its 21<sup>st</sup> anniversary since Gabriel David successfully transformed the family business into the much-loved and nationally renowned soft drinks producer it is today.  In September 1997, Gabriel took the helm to produce drinks using the orchards on their farm in South Devon.   Bottling by hand while taking calls on a cordless phone, the early wins of Great Taste Awards and clients in London put this business on the map.\r\n\r\n[caption id=\"attachment_2810\" align=\"alignleft\" width=\"201\"]<img class=\"size-medium wp-image-2810\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Days-of-Luscombe-201x300.jpg\" alt=\"Days of Luscombe Drinks\" width=\"201\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\n21 years on still very much a family business, Luscombe now crafts an award-winning range of 33 juices, crushes, bubblies, ginger beers, sparkling fruit waters, tonics and mixers; almost all of which have won Great Tastes Awards.   Each bottle is produced with the same meticulous attention to detail and handmade from the tastiest ingredients using artisan techniques, as they were 21 years ago.  It’s this dedication from Gabriel and the team to keep to the original artisan methods which has seen Luscombe create long standing partnerships with some of the most prestigious and well-known names in the business including Hix, Duke of Cambridge, and Harrods, while Truc Vert, Ottolenghi, Riverford and John Lewis &amp; Partners have been clients for well over 15 years.\r\n\r\n&nbsp;\r\n\r\nTo mark its 21<sup>st</sup> Anniversary Luscombe has unveiled an exceptionally stylish new creative campaign titled ‘Days of Luscombe’ - a fresh new look which reflects the situational occasions where Luscombe is enjoyed. Evoking thoughts of days at the beach, family picnics and drinks out with friends are just some of the occasions signified in Luscombe’s striking and innovative creative. The visuals are black and white with a shaft of light running through the image which echoes Luscombe’s iconic stripe on the labels. It also adds colour and highlights the bottle in full colour.\r\n\r\n“We are incredibly proud of the new campaign ‘Days of Luscombe’, says Emma Cotton, Communications and Marketing Director at Luscombe.  “The imagery has an elegant and stylish feel, which reflects the super-premium quality of Luscombe’s drinks.  We source exceptional fruit from around the world and produce our innovative drinks in Devon. Working on this project with the London agency Alpha Century, we just love how the visuals demonstrate that sense of Luscombe quality, attention to detail and identity.” To view the new look Luscombe, visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>.\r\n\r\n<strong>Read more from Luscombe Drinks:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress done a taste test with Luscombe Drinks</a></li>\r\n</ul>\r\n[caption id=\"attachment_2811\" align=\"alignright\" width=\"197\"]<img class=\"size-medium wp-image-2811\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Luscombe-guidelines2-197x300.jpg\" alt=\"Luscomb drinks\" width=\"197\" height=\"300\" /> Luscombe drinks celebrate 21 years this month[/caption]\r\n\r\nCommenting on Luscombe’s 21<sup>st</sup> birthday and the fresh creative, Gabriel David, chairman and founder of Luscombe Drinks says: “The family and I are overjoyed to be celebrating 21 years of suc\r\n\r\ncess as Luscombe Drinks. It has been bumpy at times but at the heart of the business lies the same ethos as when we started all those years ago, the team is committed to creating great tasting drinks from the best varieties of fruit which are minimally processed.  Over the years many things have changed in life but this unwavering passion of ours has not, something that makes me very proud.”\r\n\r\nGabriel continues: “Earlier this year we unveiled a selection of new drinks to our portfolio including a range of mixers to add to our Tonics range and Sparkling fruit waters, where we simply press great varieties of fruit and add sparkling water – not sugars. The result is a very clean tasting drink.”\r\n\r\nFor further information on Luscombe Drinks and to view ‘Days of Luscombe’, please visit <a href=\"http://www.luscombe.co.uk/\" target=\"_blank\" rel=\"noopener\">www.luscombe.co.uk</a>, follow Luscombe on Twitter: @luscombedrinks, Instagram: luscombedrinks or ‘Like’ on Facebook.','Luscombe Drinks celebrates 21st anniversary with exciting new creative campaign','','inherit','closed','closed','','2809-revision-v1','','','2018-10-16 10:39:02','2018-10-16 10:39:02','',2809,'http://www.ontradeprogress.com/2018/10/16/2809-revision-v1/',0,'revision','',0),(2843,1,'2018-10-16 10:43:33','2018-10-16 10:43:33','The name of the latest <strong>Drury</strong> espresso coffee, <a href=\"https://www.shopdrury.com/gourmet-coffees/gunnery-blend-250g/\" target=\"_blank\" rel=\"noopener\"><strong>Gunnery Blend</strong></a>, celebrates the Company’s newly adopted home on the Royal Arsenal complex at Woolwich. First launched earlier in the year as an experimental seasonal blend, Gunnery Blend has proved so popular that Drury has now given it a permanent place on the price list.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2840\" align=\"alignright\" width=\"201\"]<img class=\"wp-image-2840 size-medium\" title=\"Drury Gunnery Blend\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Gunnery-Blend-1-201x300.jpg\" alt=\"Drury Gunnery Blend\" width=\"201\" height=\"300\" /> Drury announces Gunnery Blend will have a permanent place on their menu\'s[/caption]\r\n\r\n<strong>GUNNERY BLEND</strong>\r\n\r\nDrury moved its coffee roasting operation to the Royal Arsenal development in Woolwich in 2015. This historic area has been linked with the development of munitions for the army since 1546, so to celebrate the association with the area, Drury has named its latest coffee Gunnery Blend. It is one in a series of ‘signature’ coffees that also includes ‘Meridian’, inspired by Drury’s location in the Royal Borough of Greenwich.\r\n\r\n&nbsp;\r\n\r\nGunnery is a balanced and well-structured blend of washed and ‘honey processed’ coffee from El Salvador and Colombia. This espresso is sweet and complex representing notes of caramel and pecan with a cherry acidity, liquorice sugary sweetness and a lingering dark chocolate aftertaste.\r\n\r\n&nbsp;\r\n\r\nGunnery blend is packed in one kilo bags, 10 per case with a list price of £16 per kilo.\r\n\r\n<strong>Read more from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/on-coffee/\">OTP On... Coffee</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/filter-coffee-is-making-headway-across-the-country/\">Filter coffee is making waves across the UK</a></li>\r\n</ul>','Drury espresso coffee, Gunnery Blend, celebrates the Company’s new home on the Royal Arsenal complex at Woolwich','','inherit','closed','closed','','2838-revision-v1','','','2018-10-16 10:43:33','2018-10-16 10:43:33','',2838,'http://www.ontradeprogress.com/2018/10/16/2838-revision-v1/',0,'revision','',0),(2844,1,'2018-10-16 10:45:01','2018-10-16 10:45:01','','Drury Gunnery Blend','','inherit','closed','closed','','coffee-983955_640','','','2018-10-16 10:45:30','2018-10-16 10:45:30','',2838,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/coffee-983955_640.jpg',0,'attachment','image/jpeg',0),(2845,1,'2018-10-16 10:53:27','2018-10-16 10:53:27','<a href=\"https://www.oldmoutcider.co.uk/\" target=\"_blank\" rel=\"noopener\">Old Mout</a> and <a href=\"https://www.mbplc.com/\" target=\"_blank\" rel=\"noopener\">Mitchells &amp; Butlers</a> race to success with Kiwi-Cycle mobile game raising money for <em>Kiwis for kiwi</em> charity.\r\n<ul>\r\n 	<li><strong>New Zealand-born cider Old Mout, in collaboration with Mitchells &amp; Butlers, raised money to help save the kiwi by developing a fun, engaging and informative mobile game <em>Kiwi-Cycle, </em>rooted in strong sustainability messaging<em>.</em></strong></li>\r\n 	<li><strong>The ‘do good’ game, hosted on M&amp;B app platforms, aims to encourage trial of Old Mout cider, increase dwell time and frequency on the app, while also raising money to help save the kiwi from extinction, by recycling!</strong></li>\r\n 	<li><strong>Since launching in May, the game has raised £20,000 for charity <em>Kiwis for kiwi</em>, been downloaded by over 34k players and been played over 500k times</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\nNew Zealand-born cider Old Mout partnered with Mitchells &amp; Butlers to leverage their existing platforms and launch a ‘do-good, sustainable’ mobile game, aiming to raise money to help save the kiwi. In the three months since launch, the app has raised £20,000 for charity <em>Kiwis for kiwi</em> and also received over 40,000 visits to the app store and 500,000 plays.\r\n\r\n&nbsp;\r\n\r\nLaunched in May to help raise awareness of the endangered kiwi bird, encourage trial and drive engagement of Old Mout cider, the game has proved hugely successful – not only for the brand, but for the customer and kiwi bird too. In the spirit of popular non-stop running<em> games</em>, <em>Kiwi-Cycle</em> encourages players to collect fruit in order to unlock in-outlet prizes (such as free Old Mout ciders, starters and desserts) redeemable across a total of 673 participating outlets including All Bar One, Nicholson’s and Sizzling. The game also encourages players to recycle bottles across the course which generates donations to the charity <em>Kiwis for kiwi</em>.\r\n\r\n&nbsp;\r\n\r\nThe campaign arrives as Old Mout celebrates two years of national listings across the M&amp;B estate, representing as the cider brands largest on trade customer in the UK. The brand needed an activity that would create top of mind awareness, encourage trial and drive engagement. With sustainability at the heart of the brand’s ethos, paired with Old Mout’s fun and quirky personality, <em>Kiwi Cycle</em> was born!\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2765\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2765\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/old-mout-300x188.png\" alt=\"kiwis for kiwi\" width=\"300\" height=\"188\" /> kiwis for kiwi[/caption]\r\n\r\nMitchells &amp; Butlers procurement manager Ben Lockwood explains the reasoning behind the launch of <em>Kiwi-Cycle; “HEINEKEN UK continue to display forward-thinking and innovative digital activations, so using this expertise to help with the launch of Old Mout was an obvious step for M&amp;B. Gamification continues to capture the imagination of our guests so this was an interactive way to make them more familiar with the Old Mout brand. The Kiwi Cycle game enjoyed close to half a million plays, leading to extremely positive redemption numbers on the prizes available. This has increased trial of all our listed Old Mout flavours, including Berries and Cherries Alcohol-Free and ultimately ensured sales have been significant this Summer. Feedback from our operators and our guests has been extremely positive and we expect that to continue with further brand activations planned, whilst being able to follow up other sustainability projects, such as removing straws from All Bar One, saving the Kiwi has definitely been something that has resonated with our guests”.</em>\r\n\r\n&nbsp;\r\n\r\nOld Mout’s Emma Sherwood-Smith adds; <em>“Mobile gaming is massively popular and provides a major opportunity for HEINEKEN to engage consumers, activate brands and help meet our customers’ objectives. We’re delighted with the results of Kiwi-Cycle to date and plan to incorporate these learnings into plans for our other major customers, while also taking this approach into other channels of the business. Following the success of our investment in the campaign we’re enjoying ‘the fruits of our labour’ with M&amp;B as we move into our second year of the Old Mout national listing.”</em>\r\n\r\n<em> </em>\r\n\r\n<em>Kiwi-Cycle</em> delivered 500,000 plays, almost double that of other top performing game <em>Sol Catcher</em> (also hosted on M&amp;B app platforms back in July), and drove 40,000 unique customers to the Google and Apple app stores - a key aim for Mitchells &amp; Butlers. The exotic-fruit cider company also amplified the game with paid media on Facebook, further encouraging consumers to download M&amp;B apps across the board. The activity also delivered a great reaction across social media with over 14m impressions, 3,000 reactions and 296 shares since its launch in May.\r\n\r\n&nbsp;\r\n\r\n<strong>Win prizes and help save the kiwi, play <em>Kiwi-Cycle</em> today: </strong><a href=\"http://heineken.kiwi-cycle.client-testing.co.uk/\">http://heineken.kiwi-cycle.client-testing.co.uk/</a> <strong>(mobile only).</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Old Mout Cider is also urging on-trade customers to sign up to a sustainability partnership (<a href=\"http://www.oldmoutcider.co.uk/partners\">www.oldmoutcider.co.uk/partners</a>) and to recycle where they can. For every sign-up, Old Mout will donate £50 to <em>Kiwis for kiwi</em> and will hero each customer’s sustainability work in the media</strong>','Old Mout and Mitchells & Butlers race to success with Kiwi-Cycle mobile game','','inherit','closed','closed','','2763-revision-v1','','','2018-10-16 10:53:27','2018-10-16 10:53:27','',2763,'http://www.ontradeprogress.com/2018/10/16/2763-revision-v1/',0,'revision','',0),(2848,1,'2018-10-16 13:18:07','2018-10-16 13:18:07','<h2>Pub operator <a href=\"https://www.jdwetherspoon.com\" target=\"_blank\" rel=\"noopener\">JD Wetherspoon</a> has launched a poster campaign in its pubs (Monday October 15)  calling on the Prime Minister to get rid of tariffs post-Brexit.</h2>\r\nThe poster is headlined \'What don\'t you like about free trade, Mrs May?\' and states that free trade means getting rid of tariffs. <a href=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/files/pdf-documents/events-2018/what-dont-you-like-about-free-trade-mrs-may.pdf?la=en&amp;vs=1&amp;d=20181014T190908Z\">Click here to download a copy.</a>\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"424\"]<img title=\"post-Brexit\" src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/what-dont-you-like-about-free-trade-mrs-may.jpg?h=600&amp;&amp;w=424&amp;la=en&amp;vs=1&amp;d=20181014T190819Z&amp;hash=C02F7A9909CE8BF2A33EB9164DFBA52962E6947A\" alt=\"post-Brexit\" width=\"424\" height=\"600\" /> JD Wetherspoon has put posters up in its 880 pubs across the UK[/caption]\r\n<h3>It is being displayed in 880 Wetherspoon pubs across England, Scotland, Wales and Northern Ireland.</h3>\r\nWetherspoon founder and chairman Tim Martin said: \" There will be a huge gain for business and consumers if the UK copies the free trade approach of countries like Singapore, Switzerland, New Zealand, Australia, Canada and Israel, by slashing protectionist EU import taxes (\'tariffs\') on leaving the EU in March next year.\r\n\r\n\"It is not often that the government can enrich the electorate without losing tax income, however, this is a rare example.\r\n\r\n\"These invisible tariffs are charged on over 12,000 non-EU products, including rice, oranges, coffee, wine and children\'s clothes. The proceeds are collected by the UK taxman and sent to Brussels.\r\n\r\n\"Ending tariffs will reduce shop and pub prices, improve living standards and will help non-EU suppliers, currently discouraged by tariffs, quotas and the extensive paraphernalia of EU protectionism.\r\n\r\n\"If parliament votes to end tariffs and rejects the \'Chequers Deal\', consumers and business will benefit additionally by avoiding a cost of £39 billion, or £60 million per UK constituency, in respect of the EU \'divorce payment\' - for which there is no legal obligation.\r\n\r\n\"Parliament can also regain control of UK fishing waters, where 60 per cent of the catch is currently taken by EU boats.\r\n\r\n\"Unfortunately, some individuals, businesses and business organisations have mistakenly, or misleadingly, repeated the myth that food prices will rise without a \'deal\' with the EU.\r\n\r\n\"In fact, the only way prices can rise post-Brexit is if parliament votes to impose tariffs.\r\n\r\n\"The EU will have no say in the matter, provided that the government does not sign away the UK\'s rights in a \'deal\' in the meantime.\"\r\n\r\n<strong>Read more in relation to the UK\'s biggest pub chain:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/hospitality-workers-rally-pay-rights/\" target=\"_blank\" rel=\"noopener\">Hospitality workers rally for better pay</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/out-in-the-open-with-wetherspoons/\" target=\"_blank\" rel=\"noopener\">Out in the open with Wetherspoon</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/17/can-the-can-make-a-comeback/\" target=\"_blank\" rel=\"noopener\">Can it make a comeback?</a></li>\r\n</ul>','Pub operator JD Wetherspoon has launched a campaign in its pubs (15/10/18) calling on Mrs May to get rid of tariffs post-Brexit. ','','publish','closed','open','','wetherspoon-campaign-tariffs-post-brexit','','http://www.ontradeprogress.com/2018/10/04/hospitality-workers-rally-pay-rights/\nhttp://www.ontradeprogress.com/2018/07/30/out-in-the-open-with-wetherspoons/\nhttp://www.ontradeprogress.com/2018/04/17/can-the-can-make-a-comeback/','2018-10-16 14:28:44','2018-10-16 14:28:44','',0,'http://www.ontradeprogress.com/?p=2848',0,'post','',0),(2849,1,'2018-10-16 13:11:03','2018-10-16 13:11:03','','post-Brexit','The poster is titled \'What don\'t you like about free trade, Mrs May?\'','inherit','closed','closed','','what-dont-you-like-about-free-trade-mrs-may','','','2018-10-16 13:12:07','2018-10-16 13:12:07','',2848,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/What-dont-you-like-about-free-trade-Mrs-May.jpg',0,'attachment','image/jpeg',0),(2850,1,'2018-10-16 13:13:30','2018-10-16 13:13:30','<h2>Pub operator <a href=\"https://www.jdwetherspoon.com\" target=\"_blank\" rel=\"noopener\">JD Wetherspoon</a> has launched a poster campaign in its pubs (Monday October 15)  calling on the Prime Minister to get rid of tariffs post-Brexit.</h2>\r\nThe poster is headlined \'What don\'t you like about free trade, Mrs May?\' and states that free trade means getting rid of tariffs. <a href=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/files/pdf-documents/events-2018/what-dont-you-like-about-free-trade-mrs-may.pdf?la=en&amp;vs=1&amp;d=20181014T190908Z\">Click here to download a copy.</a>\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"424\"]<img title=\"post-Brexit\" src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/what-dont-you-like-about-free-trade-mrs-may.jpg?h=600&amp;&amp;w=424&amp;la=en&amp;vs=1&amp;d=20181014T190819Z&amp;hash=C02F7A9909CE8BF2A33EB9164DFBA52962E6947A\" alt=\"post-Brexit\" width=\"424\" height=\"600\" /> JD Wetherspoon has put posters up in its 880 pubs across the UK[/caption]\r\n<h3>It is being displayed in 880 Wetherspoon pubs across England, Scotland, Wales and Northern Ireland.</h3>\r\nWetherspoon founder and chairman Tim Martin said: \" There will be a huge gain for business and consumers if the UK copies the free trade approach of countries like Singapore, Switzerland, New Zealand, Australia, Canada and Israel, by slashing protectionist EU import taxes (\'tariffs\') on leaving the EU in March next year.\r\n\r\n\"It is not often that the government can enrich the electorate without losing tax income, however, this is a rare example.\r\n\r\n\"These invisible tariffs are charged on over 12,000 non-EU products, including rice, oranges, coffee, wine and children\'s clothes. The proceeds are collected by the UK taxman and sent to Brussels.\r\n\r\n\"Ending tariffs will reduce shop and pub prices, improve living standards and will help non-EU suppliers, currently discouraged by tariffs, quotas and the extensive paraphernalia of EU protectionism.\r\n\r\n\"If parliament votes to end tariffs and rejects the \'Chequers Deal\', consumers and business will benefit additionally by avoiding a cost of £39 billion, or £60 million per UK constituency, in respect of the EU \'divorce payment\' - for which there is no legal obligation.\r\n\r\n\"Parliament can also regain control of UK fishing waters, where 60 per cent of the catch is currently taken by EU boats.\r\n\r\n\"Unfortunately, some individuals, businesses and business organisations have mistakenly, or misleadingly, repeated the myth that food prices will rise without a \'deal\' with the EU.\r\n\r\n\"In fact, the only way prices can rise post-Brexit is if parliament votes to impose tariffs.\r\n\r\n\"The EU will have no say in the matter, provided that the government does not sign away the UK\'s rights in a \'deal\' in the meantime.\"\r\n\r\n<strong>Read more in relation to the UK\'s biggest pub chain:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/hospitality-workers-rally-pay-rights/\" target=\"_blank\" rel=\"noopener\">Hospitality workers rally for better pay</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/out-in-the-open-with-wetherspoons/\" target=\"_blank\" rel=\"noopener\">Out in the open with Wetherspoon</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/17/can-the-can-make-a-comeback/\" target=\"_blank\" rel=\"noopener\">Can it make a comeback?</a></li>\r\n</ul>','Pub operator JD Wetherspoon has launched a campaign in its pubs (15/10) calling on Mrs May to get rid of tariffs post-Brexit. ','','inherit','closed','closed','','2848-revision-v1','','','2018-10-16 13:13:30','2018-10-16 13:13:30','',2848,'http://www.ontradeprogress.com/2018/10/16/2848-revision-v1/',0,'revision','',0),(2851,1,'2018-10-16 13:15:50','2018-10-16 13:15:50','','post-Brexit','The poster\'s are titled \'What don\'t you like about free trade, Mrs May?\'','inherit','closed','closed','','0738_new_front01','','','2018-10-16 13:17:01','2018-10-16 13:17:01','',2848,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/0738_New_Front01.jpg',0,'attachment','image/jpeg',0),(2852,1,'2018-10-16 13:18:26','2018-10-16 13:18:26','<h2>Pub operator <a href=\"https://www.jdwetherspoon.com\" target=\"_blank\" rel=\"noopener\">JD Wetherspoon</a> has launched a poster campaign in its pubs (Monday October 15)  calling on the Prime Minister to get rid of tariffs post-Brexit.</h2>\r\nThe poster is headlined \'What don\'t you like about free trade, Mrs May?\' and states that free trade means getting rid of tariffs. <a href=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/files/pdf-documents/events-2018/what-dont-you-like-about-free-trade-mrs-may.pdf?la=en&amp;vs=1&amp;d=20181014T190908Z\">Click here to download a copy.</a>\r\n\r\n[caption id=\"\" align=\"aligncenter\" width=\"424\"]<img title=\"post-Brexit\" src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/what-dont-you-like-about-free-trade-mrs-may.jpg?h=600&amp;&amp;w=424&amp;la=en&amp;vs=1&amp;d=20181014T190819Z&amp;hash=C02F7A9909CE8BF2A33EB9164DFBA52962E6947A\" alt=\"post-Brexit\" width=\"424\" height=\"600\" /> JD Wetherspoon has put posters up in its 880 pubs across the UK[/caption]\r\n<h3>It is being displayed in 880 Wetherspoon pubs across England, Scotland, Wales and Northern Ireland.</h3>\r\nWetherspoon founder and chairman Tim Martin said: \" There will be a huge gain for business and consumers if the UK copies the free trade approach of countries like Singapore, Switzerland, New Zealand, Australia, Canada and Israel, by slashing protectionist EU import taxes (\'tariffs\') on leaving the EU in March next year.\r\n\r\n\"It is not often that the government can enrich the electorate without losing tax income, however, this is a rare example.\r\n\r\n\"These invisible tariffs are charged on over 12,000 non-EU products, including rice, oranges, coffee, wine and children\'s clothes. The proceeds are collected by the UK taxman and sent to Brussels.\r\n\r\n\"Ending tariffs will reduce shop and pub prices, improve living standards and will help non-EU suppliers, currently discouraged by tariffs, quotas and the extensive paraphernalia of EU protectionism.\r\n\r\n\"If parliament votes to end tariffs and rejects the \'Chequers Deal\', consumers and business will benefit additionally by avoiding a cost of £39 billion, or £60 million per UK constituency, in respect of the EU \'divorce payment\' - for which there is no legal obligation.\r\n\r\n\"Parliament can also regain control of UK fishing waters, where 60 per cent of the catch is currently taken by EU boats.\r\n\r\n\"Unfortunately, some individuals, businesses and business organisations have mistakenly, or misleadingly, repeated the myth that food prices will rise without a \'deal\' with the EU.\r\n\r\n\"In fact, the only way prices can rise post-Brexit is if parliament votes to impose tariffs.\r\n\r\n\"The EU will have no say in the matter, provided that the government does not sign away the UK\'s rights in a \'deal\' in the meantime.\"\r\n\r\n<strong>Read more in relation to the UK\'s biggest pub chain:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/hospitality-workers-rally-pay-rights/\" target=\"_blank\" rel=\"noopener\">Hospitality workers rally for better pay</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/out-in-the-open-with-wetherspoons/\" target=\"_blank\" rel=\"noopener\">Out in the open with Wetherspoon</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/17/can-the-can-make-a-comeback/\" target=\"_blank\" rel=\"noopener\">Can it make a comeback?</a></li>\r\n</ul>','Pub operator JD Wetherspoon has launched a campaign in its pubs (15/10/18) calling on Mrs May to get rid of tariffs post-Brexit. ','','inherit','closed','closed','','2848-revision-v1','','','2018-10-16 13:18:26','2018-10-16 13:18:26','',2848,'http://www.ontradeprogress.com/2018/10/16/2848-revision-v1/',0,'revision','',0),(2853,1,'2018-10-16 14:27:13','2018-10-16 14:27:13','<h1 class=\"ox-274696371c-MsoNormal\"><b><a href=\"http://www.skysports.com\">Sky Sports</a> and NBA Announce Four Year Partnership</b></h1>\r\n<p class=\"ox-274696371c-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-274696371c-MsoNormal\">Sky Sports has announced a four-year deal with the NBA that will see Sky Sports become the <a href=\"http://www.nba.com/\">NBA’s</a> exclusive broadcast partner and official website operator in the UK and Ireland.</p>\r\n\r\n\r\n[caption id=\"attachment_2855\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2855\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/NBA-300x213.jpg\" alt=\"NBA is coming live to Sky Sports\" width=\"300\" height=\"213\" /> NBA will be broadcast like on Sky Sports for customers in the UK[/caption]\r\n<p class=\"ox-274696371c-MsoNormal\">The deal, which is the most extensive UK and ROI partnership ever, will see Sky Sports broadcast games and programming throughout the season.  Coverage will include more than 170 live games and a record number of live weekend games starting from 8.30pm UK time.</p>\r\n\r\n<h3 class=\"ox-274696371c-MsoHeader\">The partnership will also see live games and highlights of the WNBA (Women’s National Basketball Association) starting with the 2019 season that tips off in May.</h3>\r\n<p class=\"ox-274696371c-MsoHeader\">The NBA’s 73<sup>rd</sup> regular season tips off in the early hours of Wednesday morning (1am) with Sky Sports Main Event airing the opening-night doubleheader featuring the Philadelphia 76ers visiting the Boston Celtics and the defending NBA Champion Golden State Warriors hosting the Oklahoma City Thunder.</p>\r\n<p class=\"ox-274696371c-MsoHeader\">David Rey, Managing Director of Sky Business said; “This is great news for our customers and for basketball fans in the UK and Ireland.  We’re partnering with a really exciting sport that has a fascinating history and an even more compelling future. With some of the biggest stars in world sport we know the NBA will bring drama and entertainment to our customers week after week.</p>\r\n<p class=\"ox-274696371c-MsoHeader\">“Our focus is to ensure that our customers can make their venues the home of sport and enjoy the best live sports experience, as we continue to invest in the content that matters most to their business, both now and the future.  The NBA partnership is a great way to attract a new and broader range of customers to their premises.”</p>\r\n<strong>Read more sports news:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/sky-sports-premier-league-fixtures/\">Sky Sports announces a new batch of live Premier League fixtures</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/\">Sky Sports season preview</a></li>\r\n</ul>','Sky Sports and NBA Announce Four Year Partnership','','publish','closed','open','','sky-sports-nba-announce-partnership','','http://www.ontradeprogress.com/2018/10/16/sky-sports-premier-league-fixtures/\nhttp://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/','2018-10-16 14:39:16','2018-10-16 14:39:16','',0,'http://www.ontradeprogress.com/?p=2853',0,'post','',0),(2854,1,'2018-10-16 14:19:02','2018-10-16 14:19:02','','NBA is coming to Sky Sports','Great news for basketball fans in the UK','inherit','closed','closed','','skysports-nba-sky-sports-promotional-only_4453878','','','2018-10-16 14:19:33','2018-10-16 14:19:33','',2853,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/skysports-nba-sky-sports-promotional-only_4453878.jpg',0,'attachment','image/jpeg',0),(2855,1,'2018-10-16 14:23:08','2018-10-16 14:23:08','','NBA is coming live to Sky Sports','NBA will be broadcast like on Sky Sports for customers in the UK','inherit','closed','closed','','nba','','','2018-10-16 14:23:49','2018-10-16 14:23:49','',2853,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/NBA.jpg',0,'attachment','image/jpeg',0),(2856,1,'2018-10-16 14:27:13','2018-10-16 14:27:13','<h1 class=\"ox-274696371c-MsoNormal\"><b><a href=\"http://www.skysports.com\">Sky Sports</a> and NBA Announce Four Year Partnership</b></h1>\r\n<p class=\"ox-274696371c-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-274696371c-MsoNormal\">Sky Sports has announced a four-year deal with the NBA that will see Sky Sports become the <a href=\"http://www.nba.com/\">NBA’s</a> exclusive broadcast partner and official website operator in the UK and Ireland.</p>\r\n<p class=\"ox-274696371c-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_2855\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2855\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/NBA-300x213.jpg\" alt=\"NBA is coming live to Sky Sports\" width=\"300\" height=\"213\" /> NBA will be broadcast like on Sky Sports for customers in the UK[/caption]\r\n<p class=\"ox-274696371c-MsoNormal\">The deal, which is the most extensive UK and ROI partnership ever, will see Sky Sports broadcast games and programming throughout the season.  Coverage will include more than 170 live games and a record number of live weekend games starting from 8.30pm UK time.</p>\r\n<p class=\"ox-274696371c-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-274696371c-MsoHeader\">The partnership will also see live games and highlights of the WNBA (Women’s National Basketball Association) starting with the 2019 season that tips off in May.</h3>\r\n<p class=\"ox-274696371c-MsoHeader\"></p>\r\n<p class=\"ox-274696371c-MsoHeader\">The NBA’s 73<sup>rd</sup> regular season tips off in the early hours of Wednesday morning (1am) with Sky Sports Main Event airing the opening-night doubleheader featuring the Philadelphia 76ers visiting the Boston Celtics and the defending NBA Champion Golden State Warriors hosting the Oklahoma City Thunder.</p>\r\n<p class=\"ox-274696371c-MsoHeader\"></p>\r\n<p class=\"ox-274696371c-MsoHeader\">David Rey, Managing Director of Sky Business said; “This is great news for our customers and for basketball fans in the UK and Ireland.  We’re partnering with a really exciting sport that has a fascinating history and an even more compelling future. With some of the biggest stars in world sport we know the NBA will bring drama and entertainment to our customers week after week.</p>\r\n<p class=\"ox-274696371c-MsoHeader\"></p>\r\n<p class=\"ox-274696371c-MsoHeader\">“Our focus is to ensure that our customers can make their venues the home of sport and enjoy the best live sports experience, as we continue to invest in the content that matters most to their business, both now and the future.  The NBA partnership is a great way to attract a new and broader range of customers to their premises.”</p>\r\n<strong>Read more sports news:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/sky-sports-premier-league-fixtures/\">Sky Sports announces a new batch of live Premier League fixtures</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/\">Sky Sports season preview</a></li>\r\n</ul>','Sky Sports and NBA Announce Four Year Partnership','','inherit','closed','closed','','2853-revision-v1','','','2018-10-16 14:27:13','2018-10-16 14:27:13','',2853,'http://www.ontradeprogress.com/2018/10/16/2853-revision-v1/',0,'revision','',0),(2857,1,'2018-10-16 14:28:00','2018-10-16 14:28:00','<h1 class=\"ox-274696371c-MsoNormal\"><b><a href=\"http://www.skysports.com\">Sky Sports</a> and NBA Announce Four Year Partnership</b></h1>\r\n<p class=\"ox-274696371c-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-274696371c-MsoNormal\">Sky Sports has announced a four-year deal with the NBA that will see Sky Sports become the <a href=\"http://www.nba.com/\">NBA’s</a> exclusive broadcast partner and official website operator in the UK and Ireland.</p>\r\n\r\n\r\n[caption id=\"attachment_2855\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2855\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/NBA-300x213.jpg\" alt=\"NBA is coming live to Sky Sports\" width=\"300\" height=\"213\" /> NBA will be broadcast like on Sky Sports for customers in the UK[/caption]\r\n<p class=\"ox-274696371c-MsoNormal\">The deal, which is the most extensive UK and ROI partnership ever, will see Sky Sports broadcast games and programming throughout the season.  Coverage will include more than 170 live games and a record number of live weekend games starting from 8.30pm UK time.</p>\r\n\r\n<h3 class=\"ox-274696371c-MsoHeader\">The partnership will also see live games and highlights of the WNBA (Women’s National Basketball Association) starting with the 2019 season that tips off in May.</h3>\r\n<p class=\"ox-274696371c-MsoHeader\">The NBA’s 73<sup>rd</sup> regular season tips off in the early hours of Wednesday morning (1am) with Sky Sports Main Event airing the opening-night doubleheader featuring the Philadelphia 76ers visiting the Boston Celtics and the defending NBA Champion Golden State Warriors hosting the Oklahoma City Thunder.</p>\r\n<p class=\"ox-274696371c-MsoHeader\">David Rey, Managing Director of Sky Business said; “This is great news for our customers and for basketball fans in the UK and Ireland.  We’re partnering with a really exciting sport that has a fascinating history and an even more compelling future. With some of the biggest stars in world sport we know the NBA will bring drama and entertainment to our customers week after week.</p>\r\n<p class=\"ox-274696371c-MsoHeader\">“Our focus is to ensure that our customers can make their venues the home of sport and enjoy the best live sports experience, as we continue to invest in the content that matters most to their business, both now and the future.  The NBA partnership is a great way to attract a new and broader range of customers to their premises.”</p>\r\n<strong>Read more sports news:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/sky-sports-premier-league-fixtures/\">Sky Sports announces a new batch of live Premier League fixtures</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/\">Sky Sports season preview</a></li>\r\n</ul>','Sky Sports and NBA Announce Four Year Partnership','','inherit','closed','closed','','2853-revision-v1','','','2018-10-16 14:28:00','2018-10-16 14:28:00','',2853,'http://www.ontradeprogress.com/2018/10/16/2853-revision-v1/',0,'revision','',0),(2860,1,'2018-10-17 07:56:51','2018-10-17 07:56:51','<h2>RAW Bottles, produced by <a href=\"https://raw-bottles.org/mission/raw-partners/\" target=\"_blank\" rel=\"noopener\">The RAW Foundation</a>, which jointly produced the AIF’s Drastic on Plastic campaign in which 60 festivals pledged to eliminate single-use plastic, has released the full program for their <strong>RAW Talks: Inspiration for ‘pointless plastic’-free event industry </strong>which it will deliver on Thursday 18<sup>th</sup> October between 11am and 2pm at this year’s Showman’s Show held at Newbury Showground.</h2>\r\n&nbsp;\r\n\r\nThe event, which takes place in the Hub Talks tent, located opposite the exit from the Exhibition Hall to the main Showground, offers a unique opportunity to find out the facts about why plastic is a problem, and what steps events can take to become ‘pointless plastic’ free.\r\n\r\n&nbsp;\r\n\r\nIn the <em>Steps toward pointless plastic’ free events</em> session, festival organisers who have taken steps to eliminate plastic share their experience, alongside experts with an overview of what has and hasn’t worked in the industry this season.\r\n\r\n&nbsp;\r\n\r\nThe programme also includes a masterclass on values-based marketing with global brand pioneer Ed Gillespie of Futerra agency.\r\n\r\n&nbsp;\r\n\r\nAt least five suppliers will present their plastic-free or plastic smart solutions and services to participants, including Envirocup, Green Goblet, FRANK Water, and Ohoo, an innovative packaging solution for drinks.\r\n\r\n&nbsp;\r\n\r\nThe final session goes ‘Behind the scenes in the waste industry’ with Jonathan Taylor from Grist Environmental, to look at what actually happens to event waste and bust some myths.\r\n\r\n&nbsp;\r\n\r\nThe organiser of the Showman’s Show, Lance Show &amp; Publications Limited, has lent its support and provided a venue for the sessions to delivered at the event. The organiser has demonstrated a commitment to tackling the issue of single-use plastic having implemented several initiatives to reduce its own usage.\r\n\r\n&nbsp;\r\n\r\nThis includes encouraging all contractors, exhibitors and visitors to bring along their own re-usable water bottles and cups. Indeed, every exhibiting company will be provided with a stainless-steel bottle, at Lance Show &amp; Publications Limited’s expense, these are being supplied by sister company to RAW Foundation, RAW Bottles. They are also working closely with vendors in their own catering outlets to ensure they use recyclable or compostable packaging where possible and have requested that one off plastic water bottles and drinks are kept to a minimum. In addition, in partnership with their registration company, attendees will be encouraged to recycle the plastic wallets from their ID badges when leaving the show on Wednesday, these will be recycled for the following day and future events.\r\n\r\n[caption id=\"attachment_2864\" align=\"aligncenter\" width=\"781\"]<img class=\"wp-image-2864 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bottle-comparison-graphic.png\" alt=\"RAW Bottles\" width=\"781\" height=\"552\" /> RAW Bottles give an overview of the different materials used for current bottles &amp; why stainless steel ticks all the boxes[/caption]\r\n\r\n<strong>Showman’s Show, event director, Johnny Lance says:</strong>\r\n\r\n&nbsp;\r\n\r\n“<em>Our aim is to eliminate single-use wherever we practically can and encourage our exhibitors to do the same. We’re thrilled to be supporting the RAW Foundation and hosting a dedicated session of RAW Talks for the event industry. It’s something that more and more organisers are looking at and we’re hoping that many of them will be able to attend the session and take home some practical tips for moving forward.”</em>\r\n\r\n<em> </em>\r\n\r\nMelinda Watson adds:\r\n\r\n<em> </em>\r\n\r\n<em>“The Showman’s Show team have demonstrated real leadership in their approach to plastics this year and we are delighted to be presenting the RAW Talks sessions at this event. There are easy steps that can be taken to tackle single-use at events, many of which result in better audience experiences.”</em>\r\n\r\n&nbsp;\r\n\r\nRAW Bottles, sister company of the RAW Foundation will also be exhibiting at the Show. RAW Bottles provides high quality stainless steel drinking bottles. Clients have included Glastonbury, Shambala, the AIF, Port Elliot, Boomtown and Cropedy Festival to name a few. Profits from RAW Bottles help to support the foundations campaign work on plastic pollution and fund free-to-use resources for events such as the Making Waves Guides.\r\n\r\n&nbsp;\r\n\r\nTo view the full program for the RAW Talks at this year’s Showman’s Show please click here. <a href=\"https://raw-bottles.org/raw-presents-plastic-conference-the-showmans-show-2018/\">https://raw-bottles.org/raw-presents-plastic-conference-the-showmans-show-2018/</a>\r\n\r\n<strong>To read more from On-Trade Progress and our partners:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/\" target=\"_blank\" rel=\"noopener\">UK food industry commits to halving food waste by 2030</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/\" target=\"_blank\" rel=\"noopener\">Brakes becomes the first wholesaler to join Wrap\'s Plastic Pact</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/\" target=\"_blank\" rel=\"noopener\">Waste management - Waste not, want not</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/04/green-eco-friendly-straws-made-of-plastic/\" target=\"_blank\" rel=\"noopener\">Green eco-friendly straws</a></li>\r\n</ul>','Full program released for RAW Talks Inspiration Sessions on plastics at the Showman’s Show 2018','','publish','closed','open','','raw-bottles-talk-showmans-show','','\nhttp://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/','2018-10-17 08:03:54','2018-10-17 08:03:54','',0,'http://www.ontradeprogress.com/?p=2860',0,'post','',0),(2863,1,'2018-10-17 07:41:47','2018-10-17 07:41:47','','RAW Bottles','RAW Bottles will be at the Showman\'s Show 18th October','inherit','closed','closed','','shambala-bottle-1-1024x576','','','2018-10-17 07:42:46','2018-10-17 07:42:46','',2860,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Shambala-Bottle-1-1024x576.jpg',0,'attachment','image/jpeg',0),(2864,1,'2018-10-17 07:50:10','2018-10-17 07:50:10','','Bottle-comparison-graphic','RAW Bottles give an overview of the different materials used for current bottles','inherit','closed','closed','','bottle-comparison-graphic','','','2018-10-17 07:51:17','2018-10-17 07:51:17','',2860,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bottle-comparison-graphic.png',0,'attachment','image/png',0),(2865,1,'2018-10-17 07:56:06','2018-10-17 07:56:06','<h2>RAW Bottles, produced by <a href=\"https://raw-bottles.org/mission/raw-partners/\" target=\"_blank\" rel=\"noopener\">The RAW Foundation</a>, which jointly produced the AIF’s Drastic on Plastic campaign in which 60 festivals pledged to eliminate single-use plastic, has released the full program for their <strong>RAW Talks: Inspiration for ‘pointless plastic’-free event industry </strong>which it will deliver on Thursday 18<sup>th</sup> October between 11am and 2pm at this year’s Showman’s Show held at Newbury Showground.</h2>\r\n&nbsp;\r\n\r\nThe event, which takes place in the Hub Talks tent, located opposite the exit from the Exhibition Hall to the main Showground, offers a unique opportunity to find out the facts about why plastic is a problem, and what steps events can take to become ‘pointless plastic’ free.\r\n\r\n&nbsp;\r\n\r\nIn the <em>Steps toward pointless plastic’ free events</em> session, festival organisers who have taken steps to eliminate plastic share their experience, alongside experts with an overview of what has and hasn’t worked in the industry this season.\r\n\r\n&nbsp;\r\n\r\nThe programme also includes a masterclass on values-based marketing with global brand pioneer Ed Gillespie of Futerra agency.\r\n\r\n&nbsp;\r\n\r\nAt least five suppliers will present their plastic-free or plastic smart solutions and services to participants, including Envirocup, Green Goblet, FRANK Water, and Ohoo, an innovative packaging solution for drinks.\r\n\r\n&nbsp;\r\n\r\nThe final session goes ‘Behind the scenes in the waste industry’ with Jonathan Taylor from Grist Environmental, to look at what actually happens to event waste and bust some myths.\r\n\r\n&nbsp;\r\n\r\nThe organiser of the Showman’s Show, Lance Show &amp; Publications Limited, has lent its support and provided a venue for the sessions to delivered at the event. The organiser has demonstrated a commitment to tackling the issue of single-use plastic having implemented several initiatives to reduce its own usage.\r\n\r\n&nbsp;\r\n\r\nThis includes encouraging all contractors, exhibitors and visitors to bring along their own re-usable water bottles and cups. Indeed, every exhibiting company will be provided with a stainless-steel bottle, at Lance Show &amp; Publications Limited’s expense, these are being supplied by sister company to RAW Foundation, RAW Bottles. They are also working closely with vendors in their own catering outlets to ensure they use recyclable or compostable packaging where possible and have requested that one off plastic water bottles and drinks are kept to a minimum. In addition, in partnership with their registration company, attendees will be encouraged to recycle the plastic wallets from their ID badges when leaving the show on Wednesday, these will be recycled for the following day and future events.\r\n\r\n[caption id=\"attachment_2864\" align=\"aligncenter\" width=\"781\"]<img class=\"wp-image-2864 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Bottle-comparison-graphic.png\" alt=\"RAW Bottles\" width=\"781\" height=\"552\" /> RAW Bottles give an overview of the different materials used for current bottles &amp; why stainless steel ticks all the boxes[/caption]\r\n\r\n<strong>Showman’s Show, event director, Johnny Lance says:</strong>\r\n\r\n&nbsp;\r\n\r\n“<em>Our aim is to eliminate single-use wherever we practically can and encourage our exhibitors to do the same. We’re thrilled to be supporting the RAW Foundation and hosting a dedicated session of RAW Talks for the event industry. It’s something that more and more organisers are looking at and we’re hoping that many of them will be able to attend the session and take home some practical tips for moving forward.”</em>\r\n\r\n<em> </em>\r\n\r\nMelinda Watson adds:\r\n\r\n<em> </em>\r\n\r\n<em>“The Showman’s Show team have demonstrated real leadership in their approach to plastics this year and we are delighted to be presenting the RAW Talks sessions at this event. There are easy steps that can be taken to tackle single-use at events, many of which result in better audience experiences.”</em>\r\n\r\n&nbsp;\r\n\r\nRAW Bottles, sister company of the RAW Foundation will also be exhibiting at the Show. RAW Bottles provides high quality stainless steel drinking bottles. Clients have included Glastonbury, Shambala, the AIF, Port Elliot, Boomtown and Cropedy Festival to name a few. Profits from RAW Bottles help to support the foundations campaign work on plastic pollution and fund free-to-use resources for events such as the Making Waves Guides.\r\n\r\n&nbsp;\r\n\r\nTo view the full program for the RAW Talks at this year’s Showman’s Show please click here. <a href=\"https://raw-bottles.org/raw-presents-plastic-conference-the-showmans-show-2018/\">https://raw-bottles.org/raw-presents-plastic-conference-the-showmans-show-2018/</a>\r\n\r\n<strong>To read more from On-Trade Progress and our partners:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/\" target=\"_blank\" rel=\"noopener\">UK food industry commits to halving food waste by 2030</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/\" target=\"_blank\" rel=\"noopener\">Brakes becomes the first wholesaler to join Wrap\'s Plastic Pact</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/\" target=\"_blank\" rel=\"noopener\">Waste management - Waste not, want not</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/04/green-eco-friendly-straws-made-of-plastic/\" target=\"_blank\" rel=\"noopener\">Green eco-friendly straws</a></li>\r\n</ul>','Full program released for RAW Talks Inspiration Sessions on plastics at the Showman’s Show 2018','','inherit','closed','closed','','2860-revision-v1','','','2018-10-17 07:56:06','2018-10-17 07:56:06','',2860,'http://www.ontradeprogress.com/2018/10/17/2860-revision-v1/',0,'revision','',0),(2866,1,'2018-10-17 08:29:43','2018-10-17 08:29:43','<h1></h1>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-intro\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n<ul>\r\n 	<li>\r\n<h3>£1.4 million competition to support creative business ideas to stop plastic being thrown away.</h3>\r\n</li>\r\n 	<li>\r\n<h3>New WRAP reports show stakeholders opportunities to improve plastic use and recycling.</h3>\r\n</li>\r\n 	<li>\r\n<h3>First UK Plastics Pact Summit highlights six-month achievements and showcases Roadmap towards 2025.</h3>\r\n</li>\r\n 	<li>\r\n<h3>Summit comes ahead of first Green GB Week* to stimulate action and awareness of green growth.</h3>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n<strong>A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics <a href=\"http://www.wrap.org.uk/content/the-uk-plastics-pact\" target=\"_blank\" rel=\"noopener\">Pact</a>, held in London (Thursday, 11 October).</strong>\r\n\r\nThe competition, which is managed by WRAP working in partnership with UK Research and Innovation (UKRI), was one of several special announcements made at the Summit. This competition forms part of the £20 million Plastic Research and Innovation fund (PRIF) which was announced by the Chancellor during the Autumn Statement in 2017. It will engage Britain\'s best scientists and innovators to help move the country towards more circular economic and sustainable approaches to plastics.\r\n\r\nGrants will be awarded under the <strong><a href=\"http://www.wrap.org.uk/node/158907\" target=\"_blank\" rel=\"noopener\">UK Circular Plastics Flagship Projects Competition</a></strong> to applicants who demonstrate creative business ideas to reduce the environmental impacts of plastic, and which bring greater circularity in the use of plastic.\r\n\r\n<strong>Professor Duncan Wingham, Executive Chair, Natural Environment Research Council and PRIF lead for UKRI</strong>, explained; <em>“The Plastics Research Innovation Fund brings the strength of UK Research and Innovation’s entire portfolio, from environment to technology to business to behaviour and regulation, to bear on the pressing and very widely recognised problem of plastic waste. We are partnering with WRAP as experts in this sector, to join up our approach and support for the UK plastics and packing sector. The UK Circular Plastics Flagship Projects Competition launching today complements our recent funding calls by working with businesses to implement new ideas to achieve the targets set out in the UK Plastics Pact.”</em>\r\n\r\n<strong>Sam Gyimah, Science, Research and Innovation Minister</strong>, said: <em>“We’ve all seen heart-breaking images of sea creatures struggling to breathe due to plastic pollution and the Blue Planet effect has made it impossible to forget that plastics are a growing threat to our planet.</em>\r\n\r\n<em>“Our ambition to clean up our environment has never been more clear on the eve of our first ever Green GB Week, and we are committed to exploring all methods to move from a use and dispose economy to use, reuse and recycle. Programmes like the Plastics and Research Innovation Fund give innovators the chance to develop creative fixes for one of our biggest global challenges.”</em>\r\n\r\nThe UK Circular Plastics Flagship Projects Competition is open to <strong>ANY</strong> UK business with fresh ideas to tackle the issue of plastic waste. Grants will be awarded for between £100,000 and £500,000 subject to match-funding, to support the piloting and evaluation with a view to wider implementation. Businesses wishing to apply must consider projects in relation to the four central criteria:\r\n<ul>\r\n 	<li>to reduce the total volume of plastic waste arising from the UK;</li>\r\n 	<li>to significantly improve the rate of UK plastic recycling;</li>\r\n 	<li>to reduce levels of confusion amongst citizens; and,</li>\r\n 	<li>to reduce the amount of plastic ending up in the world’s oceans.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n[caption id=\"attachment_2867\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2867\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_1-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Our oceans are getting more and more polluted[/caption]\r\n\r\nThe 2018 <strong>UK Plastics Pact Summit</strong> was the first meeting of Pact members since the programme launched in April 2018, with more than 150 delegates from across the supply chain attending. New WRAP research and guidance were introduced which address key issues around plastic packaging and with the collecting and processing of post-consumer plastics. They include ;\r\n<ol>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable\" target=\"_blank\" rel=\"noopener\">Design tips for making rigid plastic packaging more recyclable</a></strong>: Produced in association with RECOUP this provides and highlights priority issues reported by those sorting and reprocessing rigid plastic packaging, together with solutions. The guide will help to ensure that packaging design choices minimise environmental impacts, limit the resources needed to produce packaging and ensure that packaging is recyclable.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines\">National Recycling Guidelines - updated</a></strong>: WRAP’s definitive national guidance on what can and cannot be collected for recycling from UK householders has been expanded to include a new section dedicated to the collection of plastic films.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside\">Composition of plastic waste collected via kerbside</a></strong>: This report details compositional analysis of plastics received and produced by UK Material Recovery Facilities and Plastic Recovery Facilities. It provides an up-to-date estimate on the volume and type of post-consumer plastic packaging collected for recycling. The report underpins The UK Plastics Pact work to drive forward changes in polymer choice, plastic collections and sorting, and reprocessing.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report\">PlasticFlow 2025 - Plastic Packaging Flow Data Report</a></strong>: WRAP’s PlasticFlow 2025 details the current levels of UK plastic packaging placed on the market (POM) and recycled, and the potential future levels up to 2025. The report also assesses the probability of compliance with national and European recycling targets and demonstrates confidence in meeting these.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled\">Minimum thickness of plastic bottles to be recycled</a></strong>: this research assessed the impact of light-weighting plastic bottles on the sorting and recycling stages. It concluded that overall thin packaging was no more difficult to sort and recycle than thick packaging. However, it did identify that for rigid PET bottles there was a minimum thickness of 0.05mm, but this thickness was only present in less than 2% of the sample. The most important thing for effective sorting and recycling was how the bottles were presented; reaffirming that a bottle should be presented as empty and flattened with the lid on.</li>\r\n</ol>\r\n[caption id=\"attachment_2868\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2868\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_2-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Landfills all over the globe can\'t keep up with the volume of plastic[/caption]\r\n\r\n<strong>WRAP Chief Executive Marcus Gover</strong> highlighted key activities WRAP has coordinated over the <strong><a href=\"http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20\">first six months of the UK Plastics Pact </a></strong>, with industry speakers from across the plastic chain sharing innovations made to address common issues in plastic use. Said Marcus, <em>\"I am delighted at the speed and level of commitment from The UK Plastics Pact in turning our ambition into action. We are on our journey to totally transforming the plastic system in the UK and tackling the urgent problem of plastic pollution. This starts with innovation, and I am delighted that we were able to announce the crucial support from partners like UKRI in funding new research opportunities.</em>\r\n\r\n<em>“The world is watching, and we cannot fail. We know it is a complex challenge and we need to get the balance right – retaining the value of plastic whilst reducing the harmful effects of plastic waste on our environment. Today’s Summit has reinforced my confidence that we can achieve this. There is still a lot to do in a short space of time and we need to maintain the momentum, but I believe we have made significant strides forward on our journey to 2025.</em>\r\n\r\n<em>“We have the collective will, from government, from business, and from all of us as citizens to lead the global fight against plastic pollution and change our relationship with plastic for good, forever. Together we are.”</em>\r\n\r\nThe Summit was also a chance for delegates to focus on future work under The UK Plastics Pact, with a draft of the forthcoming <strong>UK Plastics Pact Roadmap</strong> shared ahead of publication. This sets out the key actions and intermediate milestones businesses, and other members, will need to achieve to deliver each target by 2025**, as well as highlighting the challenges ahead. Once finalised, Pact members and supporters should embed the Roadmap milestones into their corporate and organisational targets.\r\n\r\nThe Roadmap is due to be published later this year, and will also inform action by Governments, funders, investors, NGOs and businesses who are not members of The UK Plastics Pact.\r\n\r\n</div>\r\n<strong>Read more from On-Trade Progress:</strong>\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\" target=\"_blank\" rel=\"noopener\">Salcombe Distilling helps turn the tide on plastic</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/raw-bottles-talk-showmans-show/\" target=\"_blank\" rel=\"noopener\">RAW Bottles give us an environmentally friendly alternative</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/brakes-launches-2-zero-20-plastic-reduction-campaign/\" target=\"_blank\" rel=\"noopener\">Brakes launches \'2 Zero 20\' plastic reduction campaign</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','£1.4 million UK Circular Plastics Flagship Projects Competition launched at inaugural UK Plastics Pact Summit','','publish','closed','open','','projects-launched-uk-plastics-pact','','http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\nhttp://www.ontradeprogress.com/2018/10/17/raw-bottles-talk-showmans-show/\nhttp://www.ontradeprogress.com/2018/06/05/brakes-launches-2-zero-20-plastic-reduction-campaign/','2018-10-17 09:19:51','2018-10-17 09:19:51','',0,'http://www.ontradeprogress.com/?p=2866',0,'post','',0),(2867,1,'2018-10-17 08:14:59','2018-10-17 08:14:59','','UK plastics pact','Our oceans are getting more and more polluted','inherit','closed','closed','','image_1-plastic','','','2018-10-17 08:21:43','2018-10-17 08:21:43','',2866,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_1-plastic.png',0,'attachment','image/png',0),(2868,1,'2018-10-17 08:15:03','2018-10-17 08:15:03','','UK plastics pact','Landfills all over the globe can\'t keep up with the volume of plastic','inherit','closed','closed','','image_2-plastic','','','2018-10-17 08:22:30','2018-10-17 08:22:30','',2866,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_2-plastic.png',0,'attachment','image/png',0),(2869,1,'2018-10-17 08:15:06','2018-10-17 08:15:06','','UK plastics pack','','inherit','closed','closed','','ukpp_30_percent_stat_with_messaging','','','2018-10-17 08:15:47','2018-10-17 08:15:47','',2866,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/UKPP_30_percent_stat_with_messaging.jpg',0,'attachment','image/jpeg',0),(2870,1,'2018-10-17 08:17:00','2018-10-17 08:17:00','<h1></h1>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-intro\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n<ul>\r\n 	<li>\r\n<h3>£1.4 million competition to support creative business ideas to stop plastic being thrown away.</h3>\r\n</li>\r\n 	<li>\r\n<h3>New WRAP reports show stakeholders opportunities to improve plastic use and recycling.</h3>\r\n</li>\r\n 	<li>\r\n<h3>First UK Plastics Pact Summit highlights six-month achievements and showcases Roadmap towards 2025.</h3>\r\n</li>\r\n 	<li>\r\n<h3>Summit comes ahead of first Green GB Week* to stimulate action and awareness of green growth.</h3>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n<strong>A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics <a href=\"http://www.wrap.org.uk/content/the-uk-plastics-pact\" target=\"_blank\" rel=\"noopener\">Pact</a>, held in London yesterday (Thursday, 11 October).</strong>\r\n\r\nThe competition, which is managed by WRAP working in partnership with UK Research and Innovation (UKRI), was one of several special announcements made at the Summit. This competition forms part of the £20 million Plastic Research and Innovation fund (PRIF) which was announced by the Chancellor during the Autumn Statement in 2017. It will engage Britain\'s best scientists and innovators to help move the country towards more circular economic and sustainable approaches to plastics.\r\n\r\nGrants will be awarded under the <strong><a href=\"http://www.wrap.org.uk/node/158907\" target=\"_blank\" rel=\"noopener\">UK Circular Plastics Flagship Projects Competition</a></strong> to applicants who demonstrate creative business ideas to reduce the environmental impacts of plastic, and which bring greater circularity in the use of plastic.\r\n\r\n<strong>Professor Duncan Wingham, Executive Chair, Natural Environment Research Council and PRIF lead for UKRI</strong>, explained; <em>“The Plastics Research Innovation Fund brings the strength of UK Research and Innovation’s entire portfolio, from environment to technology to business to behaviour and regulation, to bear on the pressing and very widely recognised problem of plastic waste. We are partnering with WRAP as experts in this sector, to join up our approach and support for the UK plastics and packing sector. The UK Circular Plastics Flagship Projects Competition launching today complements our recent funding calls by working with businesses to implement new ideas to achieve the targets set out in the UK Plastics Pact.”</em>\r\n\r\n<strong>Sam Gyimah, Science, Research and Innovation Minister</strong>, said: <em>“We’ve all seen heart-breaking images of sea creatures struggling to breathe due to plastic pollution and the Blue Planet effect has made it impossible to forget that plastics are a growing threat to our planet.</em>\r\n\r\n<em>“Our ambition to clean up our environment has never been more clear on the eve of our first ever Green GB Week, and we are committed to exploring all methods to move from a use and dispose economy to use, reuse and recycle. Programmes like the Plastics and Research Innovation Fund give innovators the chance to develop creative fixes for one of our biggest global challenges.”</em>\r\n\r\nThe UK Circular Plastics Flagship Projects Competition is open to <strong>ANY</strong> UK business with fresh ideas to tackle the issue of plastic waste. Grants will be awarded for between £100,000 and £500,000 subject to match-funding, to support the piloting and evaluation with a view to wider implementation. Businesses wishing to apply must consider projects in relation to the four central criteria:\r\n<ul>\r\n 	<li>to reduce the total volume of plastic waste arising from the UK;</li>\r\n 	<li>to significantly improve the rate of UK plastic recycling;</li>\r\n 	<li>to reduce levels of confusion amongst citizens; and,</li>\r\n 	<li>to reduce the amount of plastic ending up in the world’s oceans.</li>\r\n</ul>\r\nThe 2018 <strong>UK Plastics Pact Summit</strong> was the first meeting of Pact members since the programme launched in April 2018, with more than 150 delegates from across the supply chain attending. New WRAP research and guidance were introduced which address key issues around plastic packaging and with the collecting and processing of post-consumer plastics. They include ;\r\n<ol>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable\" target=\"_blank\" rel=\"noopener\">Design tips for making rigid plastic packaging more recyclable</a></strong>: Produced in association with RECOUP this provides and highlights priority issues reported by those sorting and reprocessing rigid plastic packaging, together with solutions. The guide will help to ensure that packaging design choices minimise environmental impacts, limit the resources needed to produce packaging and ensure that packaging is recyclable.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines\">National Recycling Guidelines - updated</a></strong>: WRAP’s definitive national guidance on what can and cannot be collected for recycling from UK householders has been expanded to include a new section dedicated to the collection of plastic films.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside\">Composition of plastic waste collected via kerbside</a></strong>: This report details compositional analysis of plastics received and produced by UK Material Recovery Facilities and Plastic Recovery Facilities. It provides an up-to-date estimate on the volume and type of post-consumer plastic packaging collected for recycling. The report underpins The UK Plastics Pact work to drive forward changes in polymer choice, plastic collections and sorting, and reprocessing.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report\">PlasticFlow 2025 - Plastic Packaging Flow Data Report</a></strong>: WRAP’s PlasticFlow 2025 details the current levels of UK plastic packaging placed on the market (POM) and recycled, and the potential future levels up to 2025. The report also assesses the probability of compliance with national and European recycling targets and demonstrates confidence in meeting these.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled\">Minimum thickness of plastic bottles to be recycled</a></strong>: this research assessed the impact of light-weighting plastic bottles on the sorting and recycling stages. It concluded that overall thin packaging was no more difficult to sort and recycle than thick packaging. However, it did identify that for rigid PET bottles there was a minimum thickness of 0.05mm, but this thickness was only present in less than 2% of the sample. The most important thing for effective sorting and recycling was how the bottles were presented; reaffirming that a bottle should be presented as empty and flattened with the lid on.</li>\r\n</ol>\r\n<strong>WRAP Chief Executive Marcus Gover</strong> highlighted key activities WRAP has coordinated over the <strong><a href=\"http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20\">first six months of the UK Plastics Pact </a></strong>, with industry speakers from across the plastic chain sharing innovations made to address common issues in plastic use. Said Marcus, <em>\"I am delighted at the speed and level of commitment from The UK Plastics Pact in turning our ambition into action. We are on our journey to totally transforming the plastic system in the UK and tackling the urgent problem of plastic pollution. This starts with innovation, and I am delighted that we were able to announce the crucial support from partners like UKRI in funding new research opportunities.</em>\r\n\r\n<em>“The world is watching, and we cannot fail. We know it is a complex challenge and we need to get the balance right – retaining the value of plastic whilst reducing the harmful effects of plastic waste on our environment. Today’s Summit has reinforced my confidence that we can achieve this. There is still a lot to do in a short space of time and we need to maintain the momentum, but I believe we have made significant strides forward on our journey to 2025.</em>\r\n\r\n<em>“We have the collective will, from government, from business, and from all of us as citizens to lead the global fight against plastic pollution and change our relationship with plastic for good, forever. Together we are.”</em>\r\n\r\nThe Summit was also a chance for delegates to focus on future work under The UK Plastics Pact, with a draft of the forthcoming <strong>UK Plastics Pact Roadmap</strong> shared ahead of publication. This sets out the key actions and intermediate milestones businesses, and other members, will need to achieve to deliver each target by 2025**, as well as highlighting the challenges ahead. Once finalised, Pact members and supporters should embed the Roadmap milestones into their corporate and organisational targets.\r\n\r\nThe Roadmap is due to be published later this year, and will also inform action by Governments, funders, investors, NGOs and businesses who are not members of The UK Plastics Pact.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','£1.4 million UK Circular Plastics Flagship Projects Competition launched at inaugural UK Plastics Pact Summit','','inherit','closed','closed','','2866-revision-v1','','','2018-10-17 08:17:00','2018-10-17 08:17:00','',2866,'http://www.ontradeprogress.com/2018/10/17/2866-revision-v1/',0,'revision','',0),(2871,1,'2018-10-17 08:19:43','2018-10-17 08:19:43','','UKPP_70_percent_stat_with_messaging','','inherit','closed','closed','','ukpp_70_percent_stat_with_messaging','','','2018-10-17 08:19:43','2018-10-17 08:19:43','',2866,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/UKPP_70_percent_stat_with_messaging.jpg',0,'attachment','image/jpeg',0),(2872,1,'2018-10-17 08:19:51','2018-10-17 08:19:51','','UK plastics pact','By 2025 100% of plastic to be reusable, recyclable or compostable','inherit','closed','closed','','ukpp_100_percent_stat_with_messaging','','','2018-10-17 08:20:48','2018-10-17 08:20:48','',2866,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/UKPP_100_percent_stat_with_messaging.jpg',0,'attachment','image/jpeg',0),(2873,1,'2018-10-17 08:19:59','2018-10-17 08:19:59','','UKPP_Eliminate_packaging_with_message','','inherit','closed','closed','','ukpp_eliminate_packaging_with_message','','','2018-10-17 08:19:59','2018-10-17 08:19:59','',2866,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/UKPP_Eliminate_packaging_with_message.jpg',0,'attachment','image/jpeg',0),(2874,1,'2018-10-17 08:24:45','2018-10-17 08:24:45','<h1></h1>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-intro\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n<ul>\r\n 	<li>\r\n<h3>£1.4 million competition to support creative business ideas to stop plastic being thrown away.</h3>\r\n</li>\r\n 	<li>\r\n<h3>New WRAP reports show stakeholders opportunities to improve plastic use and recycling.</h3>\r\n</li>\r\n 	<li>\r\n<h3>First UK Plastics Pact Summit highlights six-month achievements and showcases Roadmap towards 2025.</h3>\r\n</li>\r\n 	<li>\r\n<h3>Summit comes ahead of first Green GB Week* to stimulate action and awareness of green growth.</h3>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n<strong>A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics <a href=\"http://www.wrap.org.uk/content/the-uk-plastics-pact\" target=\"_blank\" rel=\"noopener\">Pact</a>, held in London yesterday (Thursday, 11 October).</strong>\r\n\r\nThe competition, which is managed by WRAP working in partnership with UK Research and Innovation (UKRI), was one of several special announcements made at the Summit. This competition forms part of the £20 million Plastic Research and Innovation fund (PRIF) which was announced by the Chancellor during the Autumn Statement in 2017. It will engage Britain\'s best scientists and innovators to help move the country towards more circular economic and sustainable approaches to plastics.\r\n\r\nGrants will be awarded under the <strong><a href=\"http://www.wrap.org.uk/node/158907\" target=\"_blank\" rel=\"noopener\">UK Circular Plastics Flagship Projects Competition</a></strong> to applicants who demonstrate creative business ideas to reduce the environmental impacts of plastic, and which bring greater circularity in the use of plastic.\r\n\r\n<strong>Professor Duncan Wingham, Executive Chair, Natural Environment Research Council and PRIF lead for UKRI</strong>, explained; <em>“The Plastics Research Innovation Fund brings the strength of UK Research and Innovation’s entire portfolio, from environment to technology to business to behaviour and regulation, to bear on the pressing and very widely recognised problem of plastic waste. We are partnering with WRAP as experts in this sector, to join up our approach and support for the UK plastics and packing sector. The UK Circular Plastics Flagship Projects Competition launching today complements our recent funding calls by working with businesses to implement new ideas to achieve the targets set out in the UK Plastics Pact.”</em>\r\n\r\n<strong>Sam Gyimah, Science, Research and Innovation Minister</strong>, said: <em>“We’ve all seen heart-breaking images of sea creatures struggling to breathe due to plastic pollution and the Blue Planet effect has made it impossible to forget that plastics are a growing threat to our planet.</em>\r\n\r\n<em>“Our ambition to clean up our environment has never been more clear on the eve of our first ever Green GB Week, and we are committed to exploring all methods to move from a use and dispose economy to use, reuse and recycle. Programmes like the Plastics and Research Innovation Fund give innovators the chance to develop creative fixes for one of our biggest global challenges.”</em>\r\n\r\nThe UK Circular Plastics Flagship Projects Competition is open to <strong>ANY</strong> UK business with fresh ideas to tackle the issue of plastic waste. Grants will be awarded for between £100,000 and £500,000 subject to match-funding, to support the piloting and evaluation with a view to wider implementation. Businesses wishing to apply must consider projects in relation to the four central criteria:\r\n<ul>\r\n 	<li>to reduce the total volume of plastic waste arising from the UK;</li>\r\n 	<li>to significantly improve the rate of UK plastic recycling;</li>\r\n 	<li>to reduce levels of confusion amongst citizens; and,</li>\r\n 	<li>to reduce the amount of plastic ending up in the world’s oceans.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n[caption id=\"attachment_2867\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2867\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_1-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Our oceans are getting more and more polluted[/caption]\r\n\r\nThe 2018 <strong>UK Plastics Pact Summit</strong> was the first meeting of Pact members since the programme launched in April 2018, with more than 150 delegates from across the supply chain attending. New WRAP research and guidance were introduced which address key issues around plastic packaging and with the collecting and processing of post-consumer plastics. They include ;\r\n<ol>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable\" target=\"_blank\" rel=\"noopener\">Design tips for making rigid plastic packaging more recyclable</a></strong>: Produced in association with RECOUP this provides and highlights priority issues reported by those sorting and reprocessing rigid plastic packaging, together with solutions. The guide will help to ensure that packaging design choices minimise environmental impacts, limit the resources needed to produce packaging and ensure that packaging is recyclable.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines\">National Recycling Guidelines - updated</a></strong>: WRAP’s definitive national guidance on what can and cannot be collected for recycling from UK householders has been expanded to include a new section dedicated to the collection of plastic films.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside\">Composition of plastic waste collected via kerbside</a></strong>: This report details compositional analysis of plastics received and produced by UK Material Recovery Facilities and Plastic Recovery Facilities. It provides an up-to-date estimate on the volume and type of post-consumer plastic packaging collected for recycling. The report underpins The UK Plastics Pact work to drive forward changes in polymer choice, plastic collections and sorting, and reprocessing.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report\">PlasticFlow 2025 - Plastic Packaging Flow Data Report</a></strong>: WRAP’s PlasticFlow 2025 details the current levels of UK plastic packaging placed on the market (POM) and recycled, and the potential future levels up to 2025. The report also assesses the probability of compliance with national and European recycling targets and demonstrates confidence in meeting these.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled\">Minimum thickness of plastic bottles to be recycled</a></strong>: this research assessed the impact of light-weighting plastic bottles on the sorting and recycling stages. It concluded that overall thin packaging was no more difficult to sort and recycle than thick packaging. However, it did identify that for rigid PET bottles there was a minimum thickness of 0.05mm, but this thickness was only present in less than 2% of the sample. The most important thing for effective sorting and recycling was how the bottles were presented; reaffirming that a bottle should be presented as empty and flattened with the lid on.</li>\r\n</ol>\r\n[caption id=\"attachment_2868\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2868\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_2-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Landfills all over the globe can\'t keep up with the volume of plastic[/caption]\r\n\r\n<strong>WRAP Chief Executive Marcus Gover</strong> highlighted key activities WRAP has coordinated over the <strong><a href=\"http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20\">first six months of the UK Plastics Pact </a></strong>, with industry speakers from across the plastic chain sharing innovations made to address common issues in plastic use. Said Marcus, <em>\"I am delighted at the speed and level of commitment from The UK Plastics Pact in turning our ambition into action. We are on our journey to totally transforming the plastic system in the UK and tackling the urgent problem of plastic pollution. This starts with innovation, and I am delighted that we were able to announce the crucial support from partners like UKRI in funding new research opportunities.</em>\r\n\r\n<em>“The world is watching, and we cannot fail. We know it is a complex challenge and we need to get the balance right – retaining the value of plastic whilst reducing the harmful effects of plastic waste on our environment. Today’s Summit has reinforced my confidence that we can achieve this. There is still a lot to do in a short space of time and we need to maintain the momentum, but I believe we have made significant strides forward on our journey to 2025.</em>\r\n\r\n<em>“We have the collective will, from government, from business, and from all of us as citizens to lead the global fight against plastic pollution and change our relationship with plastic for good, forever. Together we are.”</em>\r\n\r\nThe Summit was also a chance for delegates to focus on future work under The UK Plastics Pact, with a draft of the forthcoming <strong>UK Plastics Pact Roadmap</strong> shared ahead of publication. This sets out the key actions and intermediate milestones businesses, and other members, will need to achieve to deliver each target by 2025**, as well as highlighting the challenges ahead. Once finalised, Pact members and supporters should embed the Roadmap milestones into their corporate and organisational targets.\r\n\r\nThe Roadmap is due to be published later this year, and will also inform action by Governments, funders, investors, NGOs and businesses who are not members of The UK Plastics Pact.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','£1.4 million UK Circular Plastics Flagship Projects Competition launched at inaugural UK Plastics Pact Summit','','inherit','closed','closed','','2866-revision-v1','','','2018-10-17 08:24:45','2018-10-17 08:24:45','',2866,'http://www.ontradeprogress.com/2018/10/17/2866-revision-v1/',0,'revision','',0),(2875,1,'2018-10-17 08:29:16','2018-10-17 08:29:16','<h1></h1>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-intro\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n<ul>\r\n 	<li>\r\n<h3>£1.4 million competition to support creative business ideas to stop plastic being thrown away.</h3>\r\n</li>\r\n 	<li>\r\n<h3>New WRAP reports show stakeholders opportunities to improve plastic use and recycling.</h3>\r\n</li>\r\n 	<li>\r\n<h3>First UK Plastics Pact Summit highlights six-month achievements and showcases Roadmap towards 2025.</h3>\r\n</li>\r\n 	<li>\r\n<h3>Summit comes ahead of first Green GB Week* to stimulate action and awareness of green growth.</h3>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n<strong>A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics <a href=\"http://www.wrap.org.uk/content/the-uk-plastics-pact\" target=\"_blank\" rel=\"noopener\">Pact</a>, held in London yesterday (Thursday, 11 October).</strong>\r\n\r\nThe competition, which is managed by WRAP working in partnership with UK Research and Innovation (UKRI), was one of several special announcements made at the Summit. This competition forms part of the £20 million Plastic Research and Innovation fund (PRIF) which was announced by the Chancellor during the Autumn Statement in 2017. It will engage Britain\'s best scientists and innovators to help move the country towards more circular economic and sustainable approaches to plastics.\r\n\r\nGrants will be awarded under the <strong><a href=\"http://www.wrap.org.uk/node/158907\" target=\"_blank\" rel=\"noopener\">UK Circular Plastics Flagship Projects Competition</a></strong> to applicants who demonstrate creative business ideas to reduce the environmental impacts of plastic, and which bring greater circularity in the use of plastic.\r\n\r\n<strong>Professor Duncan Wingham, Executive Chair, Natural Environment Research Council and PRIF lead for UKRI</strong>, explained; <em>“The Plastics Research Innovation Fund brings the strength of UK Research and Innovation’s entire portfolio, from environment to technology to business to behaviour and regulation, to bear on the pressing and very widely recognised problem of plastic waste. We are partnering with WRAP as experts in this sector, to join up our approach and support for the UK plastics and packing sector. The UK Circular Plastics Flagship Projects Competition launching today complements our recent funding calls by working with businesses to implement new ideas to achieve the targets set out in the UK Plastics Pact.”</em>\r\n\r\n<strong>Sam Gyimah, Science, Research and Innovation Minister</strong>, said: <em>“We’ve all seen heart-breaking images of sea creatures struggling to breathe due to plastic pollution and the Blue Planet effect has made it impossible to forget that plastics are a growing threat to our planet.</em>\r\n\r\n<em>“Our ambition to clean up our environment has never been more clear on the eve of our first ever Green GB Week, and we are committed to exploring all methods to move from a use and dispose economy to use, reuse and recycle. Programmes like the Plastics and Research Innovation Fund give innovators the chance to develop creative fixes for one of our biggest global challenges.”</em>\r\n\r\nThe UK Circular Plastics Flagship Projects Competition is open to <strong>ANY</strong> UK business with fresh ideas to tackle the issue of plastic waste. Grants will be awarded for between £100,000 and £500,000 subject to match-funding, to support the piloting and evaluation with a view to wider implementation. Businesses wishing to apply must consider projects in relation to the four central criteria:\r\n<ul>\r\n 	<li>to reduce the total volume of plastic waste arising from the UK;</li>\r\n 	<li>to significantly improve the rate of UK plastic recycling;</li>\r\n 	<li>to reduce levels of confusion amongst citizens; and,</li>\r\n 	<li>to reduce the amount of plastic ending up in the world’s oceans.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n[caption id=\"attachment_2867\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2867\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_1-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Our oceans are getting more and more polluted[/caption]\r\n\r\nThe 2018 <strong>UK Plastics Pact Summit</strong> was the first meeting of Pact members since the programme launched in April 2018, with more than 150 delegates from across the supply chain attending. New WRAP research and guidance were introduced which address key issues around plastic packaging and with the collecting and processing of post-consumer plastics. They include ;\r\n<ol>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable\" target=\"_blank\" rel=\"noopener\">Design tips for making rigid plastic packaging more recyclable</a></strong>: Produced in association with RECOUP this provides and highlights priority issues reported by those sorting and reprocessing rigid plastic packaging, together with solutions. The guide will help to ensure that packaging design choices minimise environmental impacts, limit the resources needed to produce packaging and ensure that packaging is recyclable.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines\">National Recycling Guidelines - updated</a></strong>: WRAP’s definitive national guidance on what can and cannot be collected for recycling from UK householders has been expanded to include a new section dedicated to the collection of plastic films.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside\">Composition of plastic waste collected via kerbside</a></strong>: This report details compositional analysis of plastics received and produced by UK Material Recovery Facilities and Plastic Recovery Facilities. It provides an up-to-date estimate on the volume and type of post-consumer plastic packaging collected for recycling. The report underpins The UK Plastics Pact work to drive forward changes in polymer choice, plastic collections and sorting, and reprocessing.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report\">PlasticFlow 2025 - Plastic Packaging Flow Data Report</a></strong>: WRAP’s PlasticFlow 2025 details the current levels of UK plastic packaging placed on the market (POM) and recycled, and the potential future levels up to 2025. The report also assesses the probability of compliance with national and European recycling targets and demonstrates confidence in meeting these.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled\">Minimum thickness of plastic bottles to be recycled</a></strong>: this research assessed the impact of light-weighting plastic bottles on the sorting and recycling stages. It concluded that overall thin packaging was no more difficult to sort and recycle than thick packaging. However, it did identify that for rigid PET bottles there was a minimum thickness of 0.05mm, but this thickness was only present in less than 2% of the sample. The most important thing for effective sorting and recycling was how the bottles were presented; reaffirming that a bottle should be presented as empty and flattened with the lid on.</li>\r\n</ol>\r\n[caption id=\"attachment_2868\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2868\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_2-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Landfills all over the globe can\'t keep up with the volume of plastic[/caption]\r\n\r\n<strong>WRAP Chief Executive Marcus Gover</strong> highlighted key activities WRAP has coordinated over the <strong><a href=\"http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20\">first six months of the UK Plastics Pact </a></strong>, with industry speakers from across the plastic chain sharing innovations made to address common issues in plastic use. Said Marcus, <em>\"I am delighted at the speed and level of commitment from The UK Plastics Pact in turning our ambition into action. We are on our journey to totally transforming the plastic system in the UK and tackling the urgent problem of plastic pollution. This starts with innovation, and I am delighted that we were able to announce the crucial support from partners like UKRI in funding new research opportunities.</em>\r\n\r\n<em>“The world is watching, and we cannot fail. We know it is a complex challenge and we need to get the balance right – retaining the value of plastic whilst reducing the harmful effects of plastic waste on our environment. Today’s Summit has reinforced my confidence that we can achieve this. There is still a lot to do in a short space of time and we need to maintain the momentum, but I believe we have made significant strides forward on our journey to 2025.</em>\r\n\r\n<em>“We have the collective will, from government, from business, and from all of us as citizens to lead the global fight against plastic pollution and change our relationship with plastic for good, forever. Together we are.”</em>\r\n\r\nThe Summit was also a chance for delegates to focus on future work under The UK Plastics Pact, with a draft of the forthcoming <strong>UK Plastics Pact Roadmap</strong> shared ahead of publication. This sets out the key actions and intermediate milestones businesses, and other members, will need to achieve to deliver each target by 2025**, as well as highlighting the challenges ahead. Once finalised, Pact members and supporters should embed the Roadmap milestones into their corporate and organisational targets.\r\n\r\nThe Roadmap is due to be published later this year, and will also inform action by Governments, funders, investors, NGOs and businesses who are not members of The UK Plastics Pact.\r\n\r\n</div>\r\n<strong>Read more from On-Trade Progress:</strong>\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\" target=\"_blank\" rel=\"noopener\">Salcombe Distilling helps turn the tide on plastic</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/raw-bottles-talk-showmans-show/\" target=\"_blank\" rel=\"noopener\">RAW Bottles give us an environmentally friendly alternative</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/brakes-launches-2-zero-20-plastic-reduction-campaign/\" target=\"_blank\" rel=\"noopener\">Brakes launches \'2 Zero 20\' plastic reduction campaign</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','£1.4 million UK Circular Plastics Flagship Projects Competition launched at inaugural UK Plastics Pact Summit','','inherit','closed','closed','','2866-revision-v1','','','2018-10-17 08:29:16','2018-10-17 08:29:16','',2866,'http://www.ontradeprogress.com/2018/10/17/2866-revision-v1/',0,'revision','',0),(2876,1,'2018-10-17 09:01:50','2018-10-17 09:01:50','<h1></h1>\n<div id=\"main-primary\" class=\"main-column\">\n<div class=\"buildmode-full\">\n<div class=\"node node-type-press_release clear-block\">\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\n<div class=\"field field-intro\">\n<div class=\"field-items field-items-single-item\">\n<div class=\"field-item field-item-single-item\">\n<ul>\n 	<li>\n<h3>£1.4 million competition to support creative business ideas to stop plastic being thrown away.</h3>\n</li>\n 	<li>\n<h3>New WRAP reports show stakeholders opportunities to improve plastic use and recycling.</h3>\n</li>\n 	<li>\n<h3>First UK Plastics Pact Summit highlights six-month achievements and showcases Roadmap towards 2025.</h3>\n</li>\n 	<li>\n<h3>Summit comes ahead of first Green GB Week* to stimulate action and awareness of green growth.</h3>\n</li>\n</ul>\n</div>\n</div>\n</div>\n<div class=\"field field-body\">\n<div class=\"field-items field-items-single-item\">\n<div class=\"field-item field-item-single-item\">\n\n<strong>A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics <a href=\"http://www.wrap.org.uk/content/the-uk-plastics-pact\" target=\"_blank\" rel=\"noopener\">Pact</a>, held in London (Thursday, 11 October).</strong>\n\nThe competition, which is managed by WRAP working in partnership with UK Research and Innovation (UKRI), was one of several special announcements made at the Summit. This competition forms part of the £20 million Plastic Research and Innovation fund (PRIF) which was announced by the Chancellor during the Autumn Statement in 2017. It will engage Britain\'s best scientists and innovators to help move the country towards more circular economic and sustainable approaches to plastics.\n\nGrants will be awarded under the <strong><a href=\"http://www.wrap.org.uk/node/158907\" target=\"_blank\" rel=\"noopener\">UK Circular Plastics Flagship Projects Competition</a></strong> to applicants who demonstrate creative business ideas to reduce the environmental impacts of plastic, and which bring greater circularity in the use of plastic.\n\n<strong>Professor Duncan Wingham, Executive Chair, Natural Environment Research Council and PRIF lead for UKRI</strong>, explained; <em>“The Plastics Research Innovation Fund brings the strength of UK Research and Innovation’s entire portfolio, from environment to technology to business to behaviour and regulation, to bear on the pressing and very widely recognised problem of plastic waste. We are partnering with WRAP as experts in this sector, to join up our approach and support for the UK plastics and packing sector. The UK Circular Plastics Flagship Projects Competition launching today complements our recent funding calls by working with businesses to implement new ideas to achieve the targets set out in the UK Plastics Pact.”</em>\n\n<strong>Sam Gyimah, Science, Research and Innovation Minister</strong>, said: <em>“We’ve all seen heart-breaking images of sea creatures struggling to breathe due to plastic pollution and the Blue Planet effect has made it impossible to forget that plastics are a growing threat to our planet.</em>\n\n<em>“Our ambition to clean up our environment has never been more clear on the eve of our first ever Green GB Week, and we are committed to exploring all methods to move from a use and dispose economy to use, reuse and recycle. Programmes like the Plastics and Research Innovation Fund give innovators the chance to develop creative fixes for one of our biggest global challenges.”</em>\n\nThe UK Circular Plastics Flagship Projects Competition is open to <strong>ANY</strong> UK business with fresh ideas to tackle the issue of plastic waste. Grants will be awarded for between £100,000 and £500,000 subject to match-funding, to support the piloting and evaluation with a view to wider implementation. Businesses wishing to apply must consider projects in relation to the four central criteria:\n<ul>\n 	<li>to reduce the total volume of plastic waste arising from the UK;</li>\n 	<li>to significantly improve the rate of UK plastic recycling;</li>\n 	<li>to reduce levels of confusion amongst citizens; and,</li>\n 	<li>to reduce the amount of plastic ending up in the world’s oceans.</li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"main-primary\" class=\"main-column\">\n<div class=\"buildmode-full\">\n<div class=\"node node-type-press_release clear-block\">\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\n<div class=\"field field-body\">\n<div class=\"field-items field-items-single-item\">\n<div class=\"field-item field-item-single-item\">\n\n[caption id=\"attachment_2867\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2867\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_1-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Our oceans are getting more and more polluted[/caption]\n\nThe 2018 <strong>UK Plastics Pact Summit</strong> was the first meeting of Pact members since the programme launched in April 2018, with more than 150 delegates from across the supply chain attending. New WRAP research and guidance were introduced which address key issues around plastic packaging and with the collecting and processing of post-consumer plastics. They include ;\n<ol>\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable\" target=\"_blank\" rel=\"noopener\">Design tips for making rigid plastic packaging more recyclable</a></strong>: Produced in association with RECOUP this provides and highlights priority issues reported by those sorting and reprocessing rigid plastic packaging, together with solutions. The guide will help to ensure that packaging design choices minimise environmental impacts, limit the resources needed to produce packaging and ensure that packaging is recyclable.</li>\n 	<li><strong><a href=\"http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines\">National Recycling Guidelines - updated</a></strong>: WRAP’s definitive national guidance on what can and cannot be collected for recycling from UK householders has been expanded to include a new section dedicated to the collection of plastic films.</li>\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside\">Composition of plastic waste collected via kerbside</a></strong>: This report details compositional analysis of plastics received and produced by UK Material Recovery Facilities and Plastic Recovery Facilities. It provides an up-to-date estimate on the volume and type of post-consumer plastic packaging collected for recycling. The report underpins The UK Plastics Pact work to drive forward changes in polymer choice, plastic collections and sorting, and reprocessing.</li>\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report\">PlasticFlow 2025 - Plastic Packaging Flow Data Report</a></strong>: WRAP’s PlasticFlow 2025 details the current levels of UK plastic packaging placed on the market (POM) and recycled, and the potential future levels up to 2025. The report also assesses the probability of compliance with national and European recycling targets and demonstrates confidence in meeting these.</li>\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled\">Minimum thickness of plastic bottles to be recycled</a></strong>: this research assessed the impact of light-weighting plastic bottles on the sorting and recycling stages. It concluded that overall thin packaging was no more difficult to sort and recycle than thick packaging. However, it did identify that for rigid PET bottles there was a minimum thickness of 0.05mm, but this thickness was only present in less than 2% of the sample. The most important thing for effective sorting and recycling was how the bottles were presented; reaffirming that a bottle should be presented as empty and flattened with the lid on.</li>\n</ol>\n[caption id=\"attachment_2868\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2868\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_2-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Landfills all over the globe can\'t keep up with the volume of plastic[/caption]\n\n<strong>WRAP Chief Executive Marcus Gover</strong> highlighted key activities WRAP has coordinated over the <strong><a href=\"http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20\">first six months of the UK Plastics Pact </a></strong>, with industry speakers from across the plastic chain sharing innovations made to address common issues in plastic use. Said Marcus, <em>\"I am delighted at the speed and level of commitment from The UK Plastics Pact in turning our ambition into action. We are on our journey to totally transforming the plastic system in the UK and tackling the urgent problem of plastic pollution. This starts with innovation, and I am delighted that we were able to announce the crucial support from partners like UKRI in funding new research opportunities.</em>\n\n<em>“The world is watching, and we cannot fail. We know it is a complex challenge and we need to get the balance right – retaining the value of plastic whilst reducing the harmful effects of plastic waste on our environment. Today’s Summit has reinforced my confidence that we can achieve this. There is still a lot to do in a short space of time and we need to maintain the momentum, but I believe we have made significant strides forward on our journey to 2025.</em>\n\n<em>“We have the collective will, from government, from business, and from all of us as citizens to lead the global fight against plastic pollution and change our relationship with plastic for good, forever. Together we are.”</em>\n\nThe Summit was also a chance for delegates to focus on future work under The UK Plastics Pact, with a draft of the forthcoming <strong>UK Plastics Pact Roadmap</strong> shared ahead of publication. This sets out the key actions and intermediate milestones businesses, and other members, will need to achieve to deliver each target by 2025**, as well as highlighting the challenges ahead. Once finalised, Pact members and supporters should embed the Roadmap milestones into their corporate and organisational targets.\n\nThe Roadmap is due to be published later this year, and will also inform action by Governments, funders, investors, NGOs and businesses who are not members of The UK Plastics Pact.\n\n</div>\n<strong>Read more from On-Trade Progress:</strong>\n\n</div>\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\" target=\"_blank\" rel=\"noopener\">Salcombe Distilling helps turn the tide on plastic</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/raw-bottles-talk-showmans-show/\" target=\"_blank\" rel=\"noopener\">RAW Bottles give us an environmentally friendly alternative</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/brakes-launches-2-zero-20-plastic-reduction-campaign/\" target=\"_blank\" rel=\"noopener\">Brakes launches \'2 Zero 20\' plastic reduction campaign</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>','£1.4 million UK Circular Plastics Flagship Projects Competition launched at inaugural UK Plastics Pact Summit','','inherit','closed','closed','','2866-autosave-v1','','','2018-10-17 09:01:50','2018-10-17 09:01:50','',2866,'http://www.ontradeprogress.com/2018/10/17/2866-autosave-v1/',0,'revision','',0),(2877,1,'2018-10-17 09:19:51','2018-10-17 09:19:51','<h1></h1>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-intro\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n<ul>\r\n 	<li>\r\n<h3>£1.4 million competition to support creative business ideas to stop plastic being thrown away.</h3>\r\n</li>\r\n 	<li>\r\n<h3>New WRAP reports show stakeholders opportunities to improve plastic use and recycling.</h3>\r\n</li>\r\n 	<li>\r\n<h3>First UK Plastics Pact Summit highlights six-month achievements and showcases Roadmap towards 2025.</h3>\r\n</li>\r\n 	<li>\r\n<h3>Summit comes ahead of first Green GB Week* to stimulate action and awareness of green growth.</h3>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n<strong>A new £1.4 million flagship projects competition was launched at the inaugural annual meeting for members of The UK Plastics <a href=\"http://www.wrap.org.uk/content/the-uk-plastics-pact\" target=\"_blank\" rel=\"noopener\">Pact</a>, held in London (Thursday, 11 October).</strong>\r\n\r\nThe competition, which is managed by WRAP working in partnership with UK Research and Innovation (UKRI), was one of several special announcements made at the Summit. This competition forms part of the £20 million Plastic Research and Innovation fund (PRIF) which was announced by the Chancellor during the Autumn Statement in 2017. It will engage Britain\'s best scientists and innovators to help move the country towards more circular economic and sustainable approaches to plastics.\r\n\r\nGrants will be awarded under the <strong><a href=\"http://www.wrap.org.uk/node/158907\" target=\"_blank\" rel=\"noopener\">UK Circular Plastics Flagship Projects Competition</a></strong> to applicants who demonstrate creative business ideas to reduce the environmental impacts of plastic, and which bring greater circularity in the use of plastic.\r\n\r\n<strong>Professor Duncan Wingham, Executive Chair, Natural Environment Research Council and PRIF lead for UKRI</strong>, explained; <em>“The Plastics Research Innovation Fund brings the strength of UK Research and Innovation’s entire portfolio, from environment to technology to business to behaviour and regulation, to bear on the pressing and very widely recognised problem of plastic waste. We are partnering with WRAP as experts in this sector, to join up our approach and support for the UK plastics and packing sector. The UK Circular Plastics Flagship Projects Competition launching today complements our recent funding calls by working with businesses to implement new ideas to achieve the targets set out in the UK Plastics Pact.”</em>\r\n\r\n<strong>Sam Gyimah, Science, Research and Innovation Minister</strong>, said: <em>“We’ve all seen heart-breaking images of sea creatures struggling to breathe due to plastic pollution and the Blue Planet effect has made it impossible to forget that plastics are a growing threat to our planet.</em>\r\n\r\n<em>“Our ambition to clean up our environment has never been more clear on the eve of our first ever Green GB Week, and we are committed to exploring all methods to move from a use and dispose economy to use, reuse and recycle. Programmes like the Plastics and Research Innovation Fund give innovators the chance to develop creative fixes for one of our biggest global challenges.”</em>\r\n\r\nThe UK Circular Plastics Flagship Projects Competition is open to <strong>ANY</strong> UK business with fresh ideas to tackle the issue of plastic waste. Grants will be awarded for between £100,000 and £500,000 subject to match-funding, to support the piloting and evaluation with a view to wider implementation. Businesses wishing to apply must consider projects in relation to the four central criteria:\r\n<ul>\r\n 	<li>to reduce the total volume of plastic waste arising from the UK;</li>\r\n 	<li>to significantly improve the rate of UK plastic recycling;</li>\r\n 	<li>to reduce levels of confusion amongst citizens; and,</li>\r\n 	<li>to reduce the amount of plastic ending up in the world’s oceans.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"main-primary\" class=\"main-column\">\r\n<div class=\"buildmode-full\">\r\n<div class=\"node node-type-press_release clear-block\">\r\n<div class=\"nd-region nd-region-middle nd-one-sidebar nd-sidebar-left\">\r\n<div class=\"field field-body\">\r\n<div class=\"field-items field-items-single-item\">\r\n<div class=\"field-item field-item-single-item\">\r\n\r\n[caption id=\"attachment_2867\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2867\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_1-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Our oceans are getting more and more polluted[/caption]\r\n\r\nThe 2018 <strong>UK Plastics Pact Summit</strong> was the first meeting of Pact members since the programme launched in April 2018, with more than 150 delegates from across the supply chain attending. New WRAP research and guidance were introduced which address key issues around plastic packaging and with the collecting and processing of post-consumer plastics. They include ;\r\n<ol>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable\" target=\"_blank\" rel=\"noopener\">Design tips for making rigid plastic packaging more recyclable</a></strong>: Produced in association with RECOUP this provides and highlights priority issues reported by those sorting and reprocessing rigid plastic packaging, together with solutions. The guide will help to ensure that packaging design choices minimise environmental impacts, limit the resources needed to produce packaging and ensure that packaging is recyclable.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines\">National Recycling Guidelines - updated</a></strong>: WRAP’s definitive national guidance on what can and cannot be collected for recycling from UK householders has been expanded to include a new section dedicated to the collection of plastic films.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside\">Composition of plastic waste collected via kerbside</a></strong>: This report details compositional analysis of plastics received and produced by UK Material Recovery Facilities and Plastic Recovery Facilities. It provides an up-to-date estimate on the volume and type of post-consumer plastic packaging collected for recycling. The report underpins The UK Plastics Pact work to drive forward changes in polymer choice, plastic collections and sorting, and reprocessing.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report\">PlasticFlow 2025 - Plastic Packaging Flow Data Report</a></strong>: WRAP’s PlasticFlow 2025 details the current levels of UK plastic packaging placed on the market (POM) and recycled, and the potential future levels up to 2025. The report also assesses the probability of compliance with national and European recycling targets and demonstrates confidence in meeting these.</li>\r\n 	<li><strong><a href=\"http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled\">Minimum thickness of plastic bottles to be recycled</a></strong>: this research assessed the impact of light-weighting plastic bottles on the sorting and recycling stages. It concluded that overall thin packaging was no more difficult to sort and recycle than thick packaging. However, it did identify that for rigid PET bottles there was a minimum thickness of 0.05mm, but this thickness was only present in less than 2% of the sample. The most important thing for effective sorting and recycling was how the bottles were presented; reaffirming that a bottle should be presented as empty and flattened with the lid on.</li>\r\n</ol>\r\n[caption id=\"attachment_2868\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2868\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image_2-plastic-300x287.png\" alt=\"UK plastics pact\" width=\"300\" height=\"287\" /> Landfills all over the globe can\'t keep up with the volume of plastic[/caption]\r\n\r\n<strong>WRAP Chief Executive Marcus Gover</strong> highlighted key activities WRAP has coordinated over the <strong><a href=\"http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20\">first six months of the UK Plastics Pact </a></strong>, with industry speakers from across the plastic chain sharing innovations made to address common issues in plastic use. Said Marcus, <em>\"I am delighted at the speed and level of commitment from The UK Plastics Pact in turning our ambition into action. We are on our journey to totally transforming the plastic system in the UK and tackling the urgent problem of plastic pollution. This starts with innovation, and I am delighted that we were able to announce the crucial support from partners like UKRI in funding new research opportunities.</em>\r\n\r\n<em>“The world is watching, and we cannot fail. We know it is a complex challenge and we need to get the balance right – retaining the value of plastic whilst reducing the harmful effects of plastic waste on our environment. Today’s Summit has reinforced my confidence that we can achieve this. There is still a lot to do in a short space of time and we need to maintain the momentum, but I believe we have made significant strides forward on our journey to 2025.</em>\r\n\r\n<em>“We have the collective will, from government, from business, and from all of us as citizens to lead the global fight against plastic pollution and change our relationship with plastic for good, forever. Together we are.”</em>\r\n\r\nThe Summit was also a chance for delegates to focus on future work under The UK Plastics Pact, with a draft of the forthcoming <strong>UK Plastics Pact Roadmap</strong> shared ahead of publication. This sets out the key actions and intermediate milestones businesses, and other members, will need to achieve to deliver each target by 2025**, as well as highlighting the challenges ahead. Once finalised, Pact members and supporters should embed the Roadmap milestones into their corporate and organisational targets.\r\n\r\nThe Roadmap is due to be published later this year, and will also inform action by Governments, funders, investors, NGOs and businesses who are not members of The UK Plastics Pact.\r\n\r\n</div>\r\n<strong>Read more from On-Trade Progress:</strong>\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\" target=\"_blank\" rel=\"noopener\">Salcombe Distilling helps turn the tide on plastic</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/raw-bottles-talk-showmans-show/\" target=\"_blank\" rel=\"noopener\">RAW Bottles give us an environmentally friendly alternative</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/brakes-launches-2-zero-20-plastic-reduction-campaign/\" target=\"_blank\" rel=\"noopener\">Brakes launches \'2 Zero 20\' plastic reduction campaign</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','£1.4 million UK Circular Plastics Flagship Projects Competition launched at inaugural UK Plastics Pact Summit','','inherit','closed','closed','','2866-revision-v1','','','2018-10-17 09:19:51','2018-10-17 09:19:51','',2866,'http://www.ontradeprogress.com/2018/10/17/2866-revision-v1/',0,'revision','',0),(2879,1,'2018-10-17 10:23:32','2018-10-17 10:23:32','<h2 class=\"ox-cc832089bf-MsoNormal\">Consumers’ use of mobile devices to improve their restaurant experiences has risen sharply in the last quarter and this trend is set to continue, according to the latest GO Technology report from Zonal and CGA.</h2>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Ordering takeaways and food deliveries has shown the biggest leap from 12% to 17%, followed by online reservations which have increased by 3% from April to July.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\"><span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">GO</a> Technology</span>, which tracks the technology habits of 5,000 UK adult consumers, also shows another significant area of growth has been the use of tech at the table, with one in three (31%) of those surveyed agreeing that more outlets should use apps and tablets to improve service.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">And it makes sense for operators to sit up and take notice as the monthly spend on eating and drinking out among those using apps is much higher at £99.35, against an all-consumer average of £76.47.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Many people don’t just want to use technology at the tables in restaurants, pubs and bars, they expect it,” said Zonal’s sales and marketing director, Clive Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Driving the app revolution is consumer hunger for speed.  Two in five (41%) of GO Technology respondents cite the ability to pay quicker and avoid waiting to settle bills as the main advantage of apps.  Almost as many respondents mention the ability to skip queues (34%).</p>\r\n<strong>Read more technology articles from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/pos-technology/\" target=\"_blank\" rel=\"noopener\">Point Of Sale tech</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/03/07/space-age-technology-now-oven-tableware/\" target=\"_blank\" rel=\"noopener\">Space-age tech now in oven tableware</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\" target=\"_blank\" rel=\"noopener\">Dyson\'s new tech for businesses</a></li>\r\n</ul>\r\n<p class=\"ox-cc832089bf-MsoNormal\">This also translates to orders being taken at the table by servers using tablets or electronic handheld devices, with two in five (41%) of respondents saying it enhances their overall experience.  Over half (54%) believe it makes the ordering process quicker and a third (33%) think their orders arrive faster.  A further 35% also believe it improves accuracy and they see less room for error on technology than the traditional handwritten order pad.</p>\r\n\r\n\r\n[caption id=\"attachment_2882\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2882 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/tablet-791051_640-300x200.jpg\" alt=\"The trend is set to continue within the hospitality\" width=\"300\" height=\"200\" /> The trend is set to continue within the hospitality[/caption]\r\n<p class=\"ox-cc832089bf-MsoNormal\">However, there is a caveat to adopting technology as it shouldn’t replace human interaction.  Of those who didn’t believe it enhanced their experience, two in five (41%) thought it impersonal, or that servers with tablets don’t interact as much as they would like.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Hospitality operators can no longer ignore the role technology plays in the eating and drinking out experience.  GO Technology supports the fact that it will never be a replacement for human interaction, but consumers do expect the benefits that mobile technology can deliver in terms of convenience, speed, accuracy and reward.  By getting the perfect balance of customer service, interaction and technology in your venue, you can provide a fantastic experience every time,” added Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">General confidence in apps is increasing, but trust issues remain.  Nearly one in five (18%) GO Technology respondents say apps have not improved their out of home experience because they don’t trust them.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Karl Chessell, CGA Business Unit Director, Retail and Food concluded: “Educating in the security and accuracy of apps can help to combat this scepticism.  Use of apps is on the rise, especially among millennials and parents, who like the way that technology can speed up their experiences, simplify the jobs of researching and booking venues and reward their loyalty.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Chessell added: “There is similar upward trajectory in restaurants using tablets to take orders, which can create a positive impression among tech-savvy diners and drinkers.  Technology can never replace human engagement at the table, but brands that can use it in ways that please consumers are going to have a vital edge in this ultra-competitive market in the months and years ahead.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">To access a copy of the full report visit <span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">https://www.zonal.co.uk/news/zonal/tech-at-the-table/</a></span></p>','Technology at the table feeds profits','','publish','closed','open','','technology-table-trend-continue','','\nhttp://www.ontradeprogress.com/2018/08/30/pos-technology/','2018-10-17 10:24:34','2018-10-17 10:24:34','',0,'http://www.ontradeprogress.com/?p=2879',0,'post','',0),(2880,1,'2018-10-17 10:05:37','2018-10-17 10:05:37','','Tech trends set to continue','Using technology trends set to continue within the hospitality sector','inherit','closed','closed','','man-791049_640','','','2018-10-17 10:17:51','2018-10-17 10:17:51','',2879,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/man-791049_640.jpg',0,'attachment','image/jpeg',0),(2881,1,'2018-10-17 10:12:26','2018-10-17 10:12:26','<h2 class=\"ox-cc832089bf-MsoNormal\">Consumers’ use of mobile devices to improve their restaurant experiences has risen sharply in the last quarter and this trend is set to continue, according to the latest GO Technology report from Zonal and CGA.</h2>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Ordering takeaways and food deliveries has shown the biggest leap from 12% to 17%, followed by online reservations which have increased by 3% from April to July.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\"><span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">GO</a> Technology</span>, which tracks the technology habits of 5,000 UK adult consumers, also shows another significant area of growth has been the use of tech at the table, with one in three (31%) of those surveyed agreeing that more outlets should use apps and tablets to improve service.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">And it makes sense for operators to sit up and take notice as the monthly spend on eating and drinking out among those using apps is much higher at £99.35, against an all-consumer average of £76.47.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Many people don’t just want to use technology at the tables in restaurants, pubs and bars, they expect it,” said Zonal’s sales and marketing director, Clive Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Driving the app revolution is consumer hunger for speed.  Two in five (41%) of GO Technology respondents cite the ability to pay quicker and avoid waiting to settle bills as the main advantage of apps.  Almost as many respondents mention the ability to skip queues (34%).</p>\r\n<strong>Read more technology articles from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/pos-technology/\" target=\"_blank\" rel=\"noopener\">Point Of Sale technology</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/03/07/space-age-technology-now-oven-tableware/\" target=\"_blank\" rel=\"noopener\">Space-age technology now in oven tableware</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\" target=\"_blank\" rel=\"noopener\">Dyson\'s new technology for businesses</a></li>\r\n</ul>\r\n<p class=\"ox-cc832089bf-MsoNormal\">This also translates to orders being taken at the table by servers using tablets or electronic handheld devices, with two in five (41%) of respondents saying it enhances their overall experience.  Over half (54%) believe it makes the ordering process quicker and a third (33%) think their orders arrive faster.  A further 35% also believe it improves accuracy and they see less room for error on technology than the traditional handwritten order pad.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">However, there is a caveat to adopting technology as it shouldn’t replace human interaction.  Of those who didn’t believe it enhanced their experience, two in five (41%) thought it impersonal, or that servers with tablets don’t interact as much as they would like.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Hospitality operators can no longer ignore the role technology plays in the eating and drinking out experience.  GO Technology supports the fact that it will never be a replacement for human interaction, but consumers do expect the benefits that mobile technology can deliver in terms of convenience, speed, accuracy and reward.  By getting the perfect balance of customer service, interaction and technology in your venue, you can provide a fantastic experience every time,” added Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">General confidence in apps is increasing, but trust issues remain.  Nearly one in five (18%) GO Technology respondents say apps have not improved their out of home experience because they don’t trust them.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\"></p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Karl Chessell, CGA Business Unit Director, Retail and Food concluded: “Educating in the security and accuracy of apps can help to combat this scepticism.  Use of apps is on the rise, especially among millennials and parents, who like the way that technology can speed up their experiences, simplify the jobs of researching and booking venues and reward their loyalty.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Chessell added: “There is similar upward trajectory in restaurants using tablets to take orders, which can create a positive impression among tech-savvy diners and drinkers.  Technology can never replace human engagement at the table, but brands that can use it in ways that please consumers are going to have a vital edge in this ultra-competitive market in the months and years ahead.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">To access a copy of the full report visit <span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">https://www.zonal.co.uk/news/zonal/tech-at-the-table/</a></span></p>','Technology at the table feeds profits','','inherit','closed','closed','','2879-revision-v1','','','2018-10-17 10:12:26','2018-10-17 10:12:26','',2879,'http://www.ontradeprogress.com/2018/10/17/2879-revision-v1/',0,'revision','',0),(2882,1,'2018-10-17 10:15:42','2018-10-17 10:15:42','','tablet-791051_640','','inherit','closed','closed','','tablet-791051_640','','','2018-10-17 10:15:42','2018-10-17 10:15:42','',2879,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/tablet-791051_640.jpg',0,'attachment','image/jpeg',0),(2883,1,'2018-10-17 10:22:12','2018-10-17 10:22:12','<h2 class=\"ox-cc832089bf-MsoNormal\">Consumers’ use of mobile devices to improve their restaurant experiences has risen sharply in the last quarter and this trend is set to continue, according to the latest GO Technology report from Zonal and CGA.</h2>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Ordering takeaways and food deliveries has shown the biggest leap from 12% to 17%, followed by online reservations which have increased by 3% from April to July.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\"><span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">GO</a> Technology</span>, which tracks the technology habits of 5,000 UK adult consumers, also shows another significant area of growth has been the use of tech at the table, with one in three (31%) of those surveyed agreeing that more outlets should use apps and tablets to improve service.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">And it makes sense for operators to sit up and take notice as the monthly spend on eating and drinking out among those using apps is much higher at £99.35, against an all-consumer average of £76.47.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Many people don’t just want to use technology at the tables in restaurants, pubs and bars, they expect it,” said Zonal’s sales and marketing director, Clive Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Driving the app revolution is consumer hunger for speed.  Two in five (41%) of GO Technology respondents cite the ability to pay quicker and avoid waiting to settle bills as the main advantage of apps.  Almost as many respondents mention the ability to skip queues (34%).</p>\r\n<strong>Read more technology articles from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/pos-technology/\" target=\"_blank\" rel=\"noopener\">Point Of Sale tech</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/03/07/space-age-technology-now-oven-tableware/\" target=\"_blank\" rel=\"noopener\">Space-age tech now in oven tableware</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\" target=\"_blank\" rel=\"noopener\">Dyson\'s new tech for businesses</a></li>\r\n</ul>\r\n<p class=\"ox-cc832089bf-MsoNormal\">This also translates to orders being taken at the table by servers using tablets or electronic handheld devices, with two in five (41%) of respondents saying it enhances their overall experience.  Over half (54%) believe it makes the ordering process quicker and a third (33%) think their orders arrive faster.  A further 35% also believe it improves accuracy and they see less room for error on technology than the traditional handwritten order pad.</p>\r\n\r\n\r\n[caption id=\"attachment_2882\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2882 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/tablet-791051_640-300x200.jpg\" alt=\"The trend is set to continue within the hospitality\" width=\"300\" height=\"200\" /> The trend is set to continue within the hospitality[/caption]\r\n<p class=\"ox-cc832089bf-MsoNormal\">However, there is a caveat to adopting technology as it shouldn’t replace human interaction.  Of those who didn’t believe it enhanced their experience, two in five (41%) thought it impersonal, or that servers with tablets don’t interact as much as they would like.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Hospitality operators can no longer ignore the role technology plays in the eating and drinking out experience.  GO Technology supports the fact that it will never be a replacement for human interaction, but consumers do expect the benefits that mobile technology can deliver in terms of convenience, speed, accuracy and reward.  By getting the perfect balance of customer service, interaction and technology in your venue, you can provide a fantastic experience every time,” added Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">General confidence in apps is increasing, but trust issues remain.  Nearly one in five (18%) GO Technology respondents say apps have not improved their out of home experience because they don’t trust them.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\"></p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Karl Chessell, CGA Business Unit Director, Retail and Food concluded: “Educating in the security and accuracy of apps can help to combat this scepticism.  Use of apps is on the rise, especially among millennials and parents, who like the way that technology can speed up their experiences, simplify the jobs of researching and booking venues and reward their loyalty.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Chessell added: “There is similar upward trajectory in restaurants using tablets to take orders, which can create a positive impression among tech-savvy diners and drinkers.  Technology can never replace human engagement at the table, but brands that can use it in ways that please consumers are going to have a vital edge in this ultra-competitive market in the months and years ahead.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">To access a copy of the full report visit <span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">https://www.zonal.co.uk/news/zonal/tech-at-the-table/</a></span></p>','Technology at the table feeds profits','','inherit','closed','closed','','2879-revision-v1','','','2018-10-17 10:22:12','2018-10-17 10:22:12','',2879,'http://www.ontradeprogress.com/2018/10/17/2879-revision-v1/',0,'revision','',0),(2884,1,'2018-10-17 10:24:34','2018-10-17 10:24:34','<h2 class=\"ox-cc832089bf-MsoNormal\">Consumers’ use of mobile devices to improve their restaurant experiences has risen sharply in the last quarter and this trend is set to continue, according to the latest GO Technology report from Zonal and CGA.</h2>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Ordering takeaways and food deliveries has shown the biggest leap from 12% to 17%, followed by online reservations which have increased by 3% from April to July.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\"><span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">GO</a> Technology</span>, which tracks the technology habits of 5,000 UK adult consumers, also shows another significant area of growth has been the use of tech at the table, with one in three (31%) of those surveyed agreeing that more outlets should use apps and tablets to improve service.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">And it makes sense for operators to sit up and take notice as the monthly spend on eating and drinking out among those using apps is much higher at £99.35, against an all-consumer average of £76.47.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Many people don’t just want to use technology at the tables in restaurants, pubs and bars, they expect it,” said Zonal’s sales and marketing director, Clive Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Driving the app revolution is consumer hunger for speed.  Two in five (41%) of GO Technology respondents cite the ability to pay quicker and avoid waiting to settle bills as the main advantage of apps.  Almost as many respondents mention the ability to skip queues (34%).</p>\r\n<strong>Read more technology articles from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/pos-technology/\" target=\"_blank\" rel=\"noopener\">Point Of Sale tech</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/03/07/space-age-technology-now-oven-tableware/\" target=\"_blank\" rel=\"noopener\">Space-age tech now in oven tableware</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\" target=\"_blank\" rel=\"noopener\">Dyson\'s new tech for businesses</a></li>\r\n</ul>\r\n<p class=\"ox-cc832089bf-MsoNormal\">This also translates to orders being taken at the table by servers using tablets or electronic handheld devices, with two in five (41%) of respondents saying it enhances their overall experience.  Over half (54%) believe it makes the ordering process quicker and a third (33%) think their orders arrive faster.  A further 35% also believe it improves accuracy and they see less room for error on technology than the traditional handwritten order pad.</p>\r\n\r\n\r\n[caption id=\"attachment_2882\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-2882 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/tablet-791051_640-300x200.jpg\" alt=\"The trend is set to continue within the hospitality\" width=\"300\" height=\"200\" /> The trend is set to continue within the hospitality[/caption]\r\n<p class=\"ox-cc832089bf-MsoNormal\">However, there is a caveat to adopting technology as it shouldn’t replace human interaction.  Of those who didn’t believe it enhanced their experience, two in five (41%) thought it impersonal, or that servers with tablets don’t interact as much as they would like.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">“Hospitality operators can no longer ignore the role technology plays in the eating and drinking out experience.  GO Technology supports the fact that it will never be a replacement for human interaction, but consumers do expect the benefits that mobile technology can deliver in terms of convenience, speed, accuracy and reward.  By getting the perfect balance of customer service, interaction and technology in your venue, you can provide a fantastic experience every time,” added Consterdine.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">General confidence in apps is increasing, but trust issues remain.  Nearly one in five (18%) GO Technology respondents say apps have not improved their out of home experience because they don’t trust them.</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Karl Chessell, CGA Business Unit Director, Retail and Food concluded: “Educating in the security and accuracy of apps can help to combat this scepticism.  Use of apps is on the rise, especially among millennials and parents, who like the way that technology can speed up their experiences, simplify the jobs of researching and booking venues and reward their loyalty.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">Chessell added: “There is similar upward trajectory in restaurants using tablets to take orders, which can create a positive impression among tech-savvy diners and drinkers.  Technology can never replace human engagement at the table, but brands that can use it in ways that please consumers are going to have a vital edge in this ultra-competitive market in the months and years ahead.”</p>\r\n<p class=\"ox-cc832089bf-MsoNormal\">To access a copy of the full report visit <span class=\"ox-cc832089bf-MsoHyperlink\"><a href=\"https://www.zonal.co.uk/news/zonal/tech-at-the-table/\" target=\"_blank\" rel=\"noopener\">https://www.zonal.co.uk/news/zonal/tech-at-the-table/</a></span></p>','Technology at the table feeds profits','','inherit','closed','closed','','2879-revision-v1','','','2018-10-17 10:24:34','2018-10-17 10:24:34','',2879,'http://www.ontradeprogress.com/2018/10/17/2879-revision-v1/',0,'revision','',0),(2885,1,'2018-10-17 10:26:50','2018-10-17 10:26:50','<strong>BBPA Annual Award Winners Revealed</strong>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery, Joseph Holt, S.A. Brain, Molson Coors and Ian Payne MBE scooped up the honours at this year’s British Beer &amp; Pub Association BBPA Annual Awards, presented at the BBPA Annual Awards Dinner in London; a celebration of Britain’s beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The awards, which have been run by the BBPA for the last seven years, celebrate and showcase the very best achievements and innovations of the beer and pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The winners triumphed in four categories; Pub Champion, sponsored by Diageo, Heart of the Community, sponsored by C&amp;C Group, Beer Champion, sponsored by Heineken and the Chairman’s award. They were presented with their awards by BBPA Chairman and Chief Executive of Fuller, Smith &amp; Turner, Simon Emeny.</p>\r\n\r\n\r\n[caption id=\"attachment_2805\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2805\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/St-Austell-pick-up-the-Pub-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> St Austell pick up the Pub Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Pub Champion Award Winner: St Austell Brewery</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell Brewery received the Pub Champion Award from Charles Ireland, General Manager - GB, Ireland and France, Diageo, for its ongoing investment in its award-winning estate of 178 pubs and hotels, many of which provide the last meeting space in their local communities due to the closure of other public facilities such as village shops and post offices.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">St Austell’s entry also highlighted its investment in the local community, particularly its strong links to local schools and colleges – including a Chefs Academy at Truro College – to inspire young talent to look at careers in the pub industry.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><u> </u></p>\r\n\r\n\r\n[caption id=\"attachment_2803\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2803\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Joseph-Holt-and-SA-Brain-both-pick-up-the-Heart-of-the-Community-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Joseph Holt and SA Brain both pick up the Heart of the Community Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Heart of the Community Award Winners: Joseph Holt and S.A. Brain</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The entries were so strong for this year’s BBPA Annual Awards that the judges had to pick two winners for the Heart of the Community Award!</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Joseph Holt received the award from Clara Shand, Third Party Brand Director at C&amp;C Group, for their unquestionable long-term commitment to charity. The brewer’s Edward Holt Trust has concentrated recently on providing local funds for the homeless, investing £1.9m to help six charity partners working with the homeless from 2014 to 2020. The brewer’s Peter Kershaw Trust has over the last two years provided nearly £400,000 of support for community projects – funding youth leaders working in the community and providing substantial support for Mood Swings, a local mental health charity.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">S.A. Brain also received the award for its partnership with Welsh charity Tenovus Cancer Care over a three-year period. The partnership saw S.A. Brain’s 2700 staff and customers in their managed pubs raise £150,000 for Tenovus Cancer Care, becoming the single biggest fundraiser of the charity. This has contributed to further research, treatment and support for those with cancer.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2804\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-2804\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Molson-Coors-pick-up-the-Beer-Champion-Award-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Molson Coors pick up the Beer Champion Award[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Beer Champion Award Winner: Molson Coors</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Molson Coors took the Beer Champion Award, presented by Guy Mason, Head of Public Affairs, Heineken, for their aptly named Beer Champion training scheme. The scheme provides employees with three levels of in-depth beer tasting training. It also sees every new recruit who joins the organisation receive an immersive two-day induction on the basics of beer styles, brewing, tasting, and food matching.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">The Beer Champion training scheme is driven by Molson Coors’ Qualified Beer Sommeliers, who undergo an intensive programme of coursework and exams over three years. Molson Coors’ UK and Ireland business now has eight fully qualified Beer Sommeliers, and two more employees recently took their sommelier exams in September.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n\r\n\r\n[caption id=\"attachment_2802\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2802\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Ian-Payne-MBE-picks-up-the-Chairmans-Award-from-Simon-Emeny-300x200.jpg\" alt=\"BBPA Annual Awards\" width=\"300\" height=\"200\" /> Ian Payne MBE picks up the Chairmans Award from Simon Emeny[/caption]\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u>Chairman’s Award Winner: Ian Payne MBE</u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b><u> </u></b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">Ian Payne MBE won the Chairman’s Award. Ian was made a Member of the Order of the British Empire (MBE) after working in the hospitality sector for 46 years, starting behind the bar aged 19. He founded Stonegate in 2010, which now owns and manages 693 pubs, bars and clubs, making it one of the largest operators in the UK.</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said:</b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\"><b> </b></p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“Many congratulations to all of our winners and thank you to all those who entered as well. The BBPA Annual Awards serve to highlight the continued achievements of our industry and rewards the commitment to our sector and local communities and we look forward to more award-winning efforts in the future.”</p>\r\n<p class=\"ox-0d40b451c5-PressReleaseBodyText\">“I have known Ian Payne for the past 25 years, through Rank, Stakis and back to his much-loved pub trade. He thoroughly deserves the Chairman’s Award for the huge contribution he has made to the leisure sector. Visiting every one of his 333 pubs in 2011 is just one example of his dedication and he has always supported so many of the BBPA’s campaigns.”</p>\r\nRead more from BBPA:\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tell the government higher taxes threaten pubs</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener\">BBPA comments on Government/DUP</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/experts-opinion-on-the-migration-policy/\" target=\"_blank\" rel=\"noopener\">Experts opinion on the migration policy</a></li>\r\n</ul>','BBPA 2018 Annual Award Winners Revealed','','inherit','closed','closed','','2801-autosave-v1','','','2018-10-17 10:26:50','2018-10-17 10:26:50','',2801,'http://www.ontradeprogress.com/2018/10/17/2801-autosave-v1/',0,'revision','',0),(2886,1,'2018-10-17 13:55:01','2018-10-17 13:55:01','<h2><em><a href=\"https://umfworldwide.com/\" target=\"_blank\" rel=\"noopener\">Ultra Enterprises</a> has spent its second consecutive summer in Ibiza, delivering nine-weeks of Resistance at the world’s largest nightclub. In keeping with the group’s consummate production values, a special Funktion-One <a href=\"https://www.funktion-one.com/\" target=\"_blank\" rel=\"noopener\">Vero</a> sound system was drafted in for each event.</em></h2>\r\n&nbsp;\r\n\r\nStarting on 17 July, Resistance took up residence at <a href=\"http://privilegeibiza.com/en-gb/\" target=\"_blank\" rel=\"noopener\">Privilege</a> for nine successive Tuesdays, running throughout the summer until 11 September. The underground electronic music event landed with the promise of ‘the biggest production on the island’ and backed that up with video, lighting and audio standards that have set a new precedent for Ibiza.\r\n\r\n&nbsp;\r\n\r\nLaunched several years ago as an offshoot of the Ultra Music Festival brand, Resistance has grown a global reputation as a champion of the best techno. In addition to stages at 10 international festivals, parent group Ultra Worldwide produces over 30 standalone Resistance shows around the world each year – including this summer’s return to Ibiza’s biggest clubbing space.\r\n\r\n&nbsp;\r\n\r\nKey to the success of this Ibiza run – indeed of all Resistance shows - is the stunning visual and acoustic canvas it provides for the top name artists who come to perform. The Ultra team pride itself on enabling the best possible audience experience by using the best technology available.\r\n\r\n&nbsp;\r\n\r\nAccording to Richard Milstein, Creative Director and Director of Design for Ultra Worldwide and Resistance, working with Tony Andrews and his Funktion-One team has long been a key part of achieving those high aspirations: “Sound is one of the most important components of this. Funktion-One – especially for our Resistance brand – has been our number one system for many years,” he said. “It’s our main choice of sound system. Tony always recommends the best configurations for whatever environment we’re in.”\r\n\r\n&nbsp;\r\n\r\nThe Resistance team were adamant that each show should stand head and shoulders above everything else that the island had to offer. To achieve this, they once again brought in a full Vero vertical array system to be used exclusively for the weekly shows.\r\n\r\n&nbsp;\r\n\r\nThe two Vero hangs - placed near the walls to prevent secondary reflections and to heighten the immersive stereophonic sound – are designed to fill the entire room. Each is topped with two V60s - hitting the VIP area right at the back of the room - and completed with three V315s, three V90s and a further V60 to penetrate deep into the cavity beneath the balcony.\r\n\r\nDuring the nine-week period, Vero stayed in the club but was only used on Tuesdays for the Resistance residency as a means of setting the audio standard in Ibiza. Funktion-One Founder Tony Andrews said: “Russell (Faibisch – Founder of Ultra Enterprises) considers the quality of the sound to be part of the brand and Funktion-One delivers that quality.”\r\n\r\nIn turn, this huge vote of confidence has been repaid with an incredible level of hands-on support from the Funktion-One team.\r\n\r\nCharlie Canavan<strong>, </strong>Resistance’s Production Manager, commented: “When guest engineers come over or tour managers are worried about the sound of their DJ, I really take pride in telling them we’ve got Tony Andrews. He’ll be here mixing and he’s tuned the system himself.”\r\n\r\n<strong>Read more from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/showsec-the-security-and-crowd-management-specialist/\">Showsec - Security &amp; crowd management</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/on-trade_progress_get_social/\">On-Trade Progress gets Social!</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nIndeed, throughout the summer, Andrews could be found roaming around the venue and making adjustments that ensured optimal audio quality reached every part of Privilege’s vast footprint. As Canavan noted, Andrews’ years of expertise and commitment to achieving the best possible sound quality make him an invaluable presence on site: “Tony’s never afraid to tell you if something’s wrong or if he’s not happy, and he’ll gladly spend an entire day tuning the system. In my opinion, he is one of the very few geniuses left working in this industry.”\r\n\r\n&nbsp;\r\n\r\nThe Resistance team gives Andrews the freedom to explore and experiment, which led to the ground-breaking asymmetric bass setup in Miami and now Privilege. Positioning the V221s (bass) on one side and V132s (sub-bass) on the other ensures singularity of delivery and avoids cancellations - resulting in punchy, well-defined bass. The V132s utilise cutting-edge linear motor technology from Powersoft.\r\n\r\nFor Andrews, Resistance is a humbling endorsement of the Funktion-One philosophy. He said: “The fact that Funktion-One is the only system Carl Cox is willing to work on at Resistance - the biggest production of any club this summer - is fantastic. That kind of genuine product support is really rather amazing and unusual. It’s also pretty significant that Russell Faibisch - the owner of the Ultra brand - has brought Vero in especially.”\r\n\r\n<strong>Read more from Funktion-One:</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.funktion-one.com/news/made-in-leeds-festival/\" target=\"_blank\" rel=\"noopener\">Made in Leeds festival</a></li>\r\n</ul>','Resistance, Privilege and Funktion-One set new standards in Ibiza','','publish','closed','open','','resistance-privilege-funktion-one-ibiza','','https://www.funktion-one.com/news/made-in-leeds-festival/\nhttp://www.ontradeprogress.com/2018/06/11/showsec-the-security-and-crowd-management-specialist/','2018-10-17 15:05:31','2018-10-17 15:05:31','',0,'http://www.ontradeprogress.com/?p=2886',0,'post','',0),(2887,1,'2018-10-17 13:27:02','2018-10-17 13:27:02','','funktion-one','Resistance, Privilege, Ibiza. Photo by Gerardo Arteaga','inherit','closed','closed','','photo-by-gerardo-arteaga-1','','','2018-10-17 13:28:37','2018-10-17 13:28:37','',2886,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Photo-by-Gerardo-Arteaga-1.jpg',0,'attachment','image/jpeg',0),(2888,1,'2018-10-17 13:55:01','2018-10-17 13:55:01','<h2><em><a href=\"https://umfworldwide.com/\" target=\"_blank\" rel=\"noopener\">Ultra Enterprises</a> has spent its second consecutive summer in Ibiza, delivering nine-weeks of Resistance at the world’s largest nightclub. In keeping with the group’s consummate production values, a special Funktion-One <a href=\"https://www.funktion-one.com/\" target=\"_blank\" rel=\"noopener\">Vero</a> sound system was drafted in for each event.</em></h2>\r\n&nbsp;\r\n\r\nStarting on 17 July, Resistance took up residence at <a href=\"http://privilegeibiza.com/en-gb/\" target=\"_blank\" rel=\"noopener\">Privilege</a> for nine successive Tuesdays, running throughout the summer until 11 September. The underground electronic music event landed with the promise of ‘the biggest production on the island’ and backed that up with video, lighting and audio standards that have set a new precedent for Ibiza.\r\n\r\n&nbsp;\r\n\r\nLaunched several years ago as an offshoot of the Ultra Music Festival brand, Resistance has grown a global reputation as a champion of the best techno. In addition to stages at 10 international festivals, parent group Ultra Worldwide produces over 30 standalone Resistance shows around the world each year – including this summer’s return to Ibiza’s biggest clubbing space.\r\n\r\n&nbsp;\r\n\r\nKey to the success of this Ibiza run – indeed of all Resistance shows - is the stunning visual and acoustic canvas it provides for the top name artists who come to perform. The Ultra team pride itself on enabling the best possible audience experience by using the best technology available.\r\n\r\n&nbsp;\r\n\r\nAccording to Richard Milstein, Creative Director and Director of Design for Ultra Worldwide and Resistance, working with Tony Andrews and his Funktion-One team has long been a key part of achieving those high aspirations: “Sound is one of the most important components of this. Funktion-One – especially for our Resistance brand – has been our number one system for many years,” he said. “It’s our main choice of sound system. Tony always recommends the best configurations for whatever environment we’re in.”\r\n\r\n&nbsp;\r\n\r\nThe Resistance team were adamant that each show should stand head and shoulders above everything else that the island had to offer. To achieve this, they once again brought in a full Vero vertical array system to be used exclusively for the weekly shows.\r\n\r\n&nbsp;\r\n\r\nThe two Vero hangs - placed near the walls to prevent secondary reflections and to heighten the immersive stereophonic sound – are designed to fill the entire room. Each is topped with two V60s - hitting the VIP area right at the back of the room - and completed with three V315s, three V90s and a further V60 to penetrate deep into the cavity beneath the balcony.\r\n\r\nDuring the nine-week period, Vero stayed in the club but was only used on Tuesdays for the Resistance residency as a means of setting the audio standard in Ibiza. Funktion-One Founder Tony Andrews said: “Russell (Faibisch – Founder of Ultra Enterprises) considers the quality of the sound to be part of the brand and Funktion-One delivers that quality.”\r\n\r\nIn turn, this huge vote of confidence has been repaid with an incredible level of hands-on support from the Funktion-One team.\r\n\r\nCharlie Canavan<strong>, </strong>Resistance’s Production Manager, commented: “When guest engineers come over or tour managers are worried about the sound of their DJ, I really take pride in telling them we’ve got Tony Andrews. He’ll be here mixing and he’s tuned the system himself.”\r\n\r\n<strong>Read more from On-Trade Progress:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/showsec-the-security-and-crowd-management-specialist/\">Showsec - Security &amp; crowd management</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/03/29/on-trade_progress_get_social/\">On-Trade Progress gets Social!</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nIndeed, throughout the summer, Andrews could be found roaming around the venue and making adjustments that ensured optimal audio quality reached every part of Privilege’s vast footprint. As Canavan noted, Andrews’ years of expertise and commitment to achieving the best possible sound quality make him an invaluable presence on site: “Tony’s never afraid to tell you if something’s wrong or if he’s not happy, and he’ll gladly spend an entire day tuning the system. In my opinion, he is one of the very few geniuses left working in this industry.”\r\n\r\n&nbsp;\r\n\r\nThe Resistance team gives Andrews the freedom to explore and experiment, which led to the ground-breaking asymmetric bass setup in Miami and now Privilege. Positioning the V221s (bass) on one side and V132s (sub-bass) on the other ensures singularity of delivery and avoids cancellations - resulting in punchy, well-defined bass. The V132s utilise cutting-edge linear motor technology from Powersoft.\r\n\r\nFor Andrews, Resistance is a humbling endorsement of the Funktion-One philosophy. He said: “The fact that Funktion-One is the only system Carl Cox is willing to work on at Resistance - the biggest production of any club this summer - is fantastic. That kind of genuine product support is really rather amazing and unusual. It’s also pretty significant that Russell Faibisch - the owner of the Ultra brand - has brought Vero in especially.”\r\n\r\n<strong>Read more from Funktion-One:</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.funktion-one.com/news/made-in-leeds-festival/\" target=\"_blank\" rel=\"noopener\">Made in Leeds festival</a></li>\r\n</ul>','Resistance, Privilege and Funktion-One set new standards in Ibiza','','inherit','closed','closed','','2886-revision-v1','','','2018-10-17 13:55:01','2018-10-17 13:55:01','',2886,'http://www.ontradeprogress.com/2018/10/17/2886-revision-v1/',0,'revision','',0),(2889,1,'2018-10-18 07:56:43','2018-10-18 07:56:43','<h1>Hospitality and catering operators should take steps now to ‘Brexit-proof’ their businesses in advance of the UK’s exit from the EU, advises buying specialist <a href=\"http://www.lynxpurchasing.co.uk\" target=\"_blank\" rel=\"noopener\">Lynx Purchasing</a>.</h1>\r\nWith uncertainty still surrounding the details of Brexit, including both the supply chain implications and the availability of labour, the newly-published Autumn 2018 edition of the Lynx Purchasing Market Forecast urges businesses to implement measures to protect their profits as best they can.\r\n\r\n“The big picture may seem daunting, but there are still steps that every operator can take to ‘Brexit-proof’ their business, to an extent at least,” says Rachel Dobson, managing director of Lynx Purchasing. “While we can’t change the big picture on Brexit, there are plenty of small measures operators can implement that can add up to a big difference on the bottom line.\r\n\r\n“We’re already working with many of our customers to help put the measures in place needed to help them to trade through what will clearly be a challenging market for some time to come.”\r\n<h2>Advice to operators included on the new Market Forecast includes:</h2>\r\n<ul>\r\n 	<li>Protect the supply chain and product availability, by wherever possible using suppliers who source from either within the UK, or from outside the EU. Where it’s not possible to source British products, explore non-European substitutes;</li>\r\n 	<li>Develop recipes that don\'t rely on specific products from a named supplier or a particular destination or country, and design menus that can be changed quickly and cost-effectively;</li>\r\n 	<li>Build flexibility into the system, so that chefs and managers can quickly respond to changes in supply, availability and prices;</li>\r\n 	<li>Stay informed about what’s happening. Look behind the ‘doom and gloom’ headlines to the updates from supply chain specialists and trade associations, and ask suppliers to provide up-to-date regular market information. Good intelligence will help to maintain margins in the face of all the uncertainty, and to keep the business competitive and profitable.</li>\r\n</ul>\r\nThe Market Forecast draws on exclusive data from a range of suppliers working with Lynx Purchasing to look at hospitality buying trends. As caterers plan Christmas menus, there are a number of product areas spotlighted in the Autumn Market Forecast. These include:\r\n<ul>\r\n 	<li><strong>Poultry: </strong>Turkey prices are expected to be volatile this year, reflecting the wider poultry market. Problems in Brazil, a major supplier to the global poultry trade, expected increases in feed costs and trade arrangements, and high demand in Europe, will all have an impact on poultry prices in the run-up to the festive period.</li>\r\n 	<li><strong>Beef: </strong>Also popular on festive menus, beef prices have moved steadily upwards this year after the cold winter followed by the hot, dry summer hit feed prices. Lower demand for forequarter cuts should make them better value than topsides and silversides, while steak prices will remain firm.</li>\r\n 	<li><strong>Potatoes: </strong>Potato planting was delayed by the spring freeze, and hopes that the crop would recover were given another knock as the long, hot dry summer continued. Both potatoes and potato products are expected to see higher prices this autumn and winter.</li>\r\n 	<li><strong>Fish: </strong>Salmon is another festive staple, and while North Sea salmon prices are down from their highest point this year, they are still well above 2017 levels. Forecasts for Norwegian salmon this year are relatively low due to very cold water temperatures limiting growth.</li>\r\n 	<li><strong>Dairy: </strong>Dairy inflation saw UK butter prices increase by 50% in the first half of the year, and while prices have stabilised to an extent, they are still higher than many operators will have budgeted for. Cream and full fat milk have also seen prices increase due to the higher fat content. Eggs are also expected to continue to increase in price as producers pass on higher feed costs.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\" target=\"_blank\" rel=\"noopener\">JD Wetherspoon has launched a campaign about tariffs after Brexit</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/04/27/ukhospitality-comments-milestone-one-year-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality comments on the milestone of one year until Brexit</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2017/10/23/brexit-free-movement/\" target=\"_blank\" rel=\"noopener\">Brexit free movement</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2017/11/16/brexit-guaranteed-unlock-success-kids/\" target=\"_blank\" rel=\"noopener\">How Brexit is can unlock success for your kids</a></strong></li>\r\n</ul>\r\nDobson adds, “The Market Forecast includes plenty of ideas for operators to overcome pricing challenges; for example by substituting alternatives to butter in recipes, using menu descriptions such as ‘served with seasonal veg’ to maintain flexibility, and being ready to switch supplier contracts to get the best prices on commodities such as cooking oil.”\r\n\r\nThe Autumn 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://www.lynxpurchasing.co.uk/wp-content/uploads/2018/10/Lynx-Purchasing-Market-Forecast-Autumn-2018.pdf\">Lynx-Purchasing-Market-Forecast-Autumn-2018.</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\nFor more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01274 852 171.','Time to ‘Brexit-proof’ your business, warns Lynx Purchasing ','','publish','closed','open','','brexit-proof-business-lynx-purchasing','','http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\nhttp://www.ontradeprogress.com/2018/04/27/ukhospitality-comments-milestone-one-year-brexit/','2018-10-18 12:47:24','2018-10-18 12:47:24','',0,'http://www.ontradeprogress.com/?p=2889',0,'post','',0),(2890,1,'2018-10-18 07:45:44','2018-10-18 07:45:44','','Lynx Purchasing says businesses need to be Brexit-proof','Well Done Grilled New York Steak With Roasted Potato Wedges','inherit','closed','closed','','well-done-grilled-new-york-steak-with-roasted-potato-wedges-on-c','','','2018-10-18 07:47:57','2018-10-18 07:47:57','',2889,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Lynx-Purchasing-steak-and-chips-face-seasonal-price-increases.jpg',0,'attachment','image/jpeg',0),(2891,1,'2018-10-18 07:56:18','2018-10-18 07:56:18','<h1>Hospitality and catering operators should take steps now to ‘Brexit-proof’ their businesses in advance of the UK’s exit from the EU, advises buying specialist <a href=\"http://www.lynxpurchasing.co.uk\" target=\"_blank\" rel=\"noopener\">Lynx Purchasing</a>.</h1>\r\nWith uncertainty still surrounding the details of Brexit, including both the supply chain implications and the availability of labour, the newly-published Autumn 2018 edition of the Lynx Purchasing Market Forecast urges businesses to implement measures to protect their profits as best they can.\r\n\r\n“The big picture may seem daunting, but there are still steps that every operator can take to ‘Brexit-proof’ their business, to an extent at least,” says Rachel Dobson, managing director of Lynx Purchasing. “While we can’t change the big picture on Brexit, there are plenty of small measures operators can implement that can add up to a big difference on the bottom line.\r\n\r\n“We’re already working with many of our customers to help put the measures in place needed to help them to trade through what will clearly be a challenging market for some time to come.”\r\n<h2>Advice to operators included on the new Market Forecast includes:</h2>\r\n<ul>\r\n 	<li>Protect the supply chain and product availability, by wherever possible using suppliers who source from either within the UK, or from outside the EU. Where it’s not possible to source British products, explore non-European substitutes;</li>\r\n 	<li>Develop recipes that don\'t rely on specific products from a named supplier or a particular destination or country, and design menus that can be changed quickly and cost-effectively;</li>\r\n 	<li>Build flexibility into the system, so that chefs and managers can quickly respond to changes in supply, availability and prices;</li>\r\n 	<li>Stay informed about what’s happening. Look behind the ‘doom and gloom’ headlines to the updates from supply chain specialists and trade associations, and ask suppliers to provide up-to-date regular market information. Good intelligence will help to maintain margins in the face of all the uncertainty, and to keep the business competitive and profitable.</li>\r\n</ul>\r\nThe Market Forecast draws on exclusive data from a range of suppliers working with Lynx Purchasing to look at hospitality buying trends. As caterers plan Christmas menus, there are a number of product areas spotlighted in the Autumn Market Forecast. These include:\r\n<ul>\r\n 	<li><strong>Poultry: </strong>Turkey prices are expected to be volatile this year, reflecting the wider poultry market. Problems in Brazil, a major supplier to the global poultry trade, expected increases in feed costs and trade arrangements, and high demand in Europe, will all have an impact on poultry prices in the run-up to the festive period.</li>\r\n 	<li><strong>Beef: </strong>Also popular on festive menus, beef prices have moved steadily upwards this year after the cold winter followed by the hot, dry summer hit feed prices. Lower demand for forequarter cuts should make them better value than topsides and silversides, while steak prices will remain firm.</li>\r\n 	<li><strong>Potatoes: </strong>Potato planting was delayed by the spring freeze, and hopes that the crop would recover were given another knock as the long, hot dry summer continued. Both potatoes and potato products are expected to see higher prices this autumn and winter.</li>\r\n 	<li><strong>Fish: </strong>Salmon is another festive staple, and while North Sea salmon prices are down from their highest point this year, they are still well above 2017 levels. Forecasts for Norwegian salmon this year are relatively low due to very cold water temperatures limiting growth.</li>\r\n 	<li><strong>Dairy: </strong>Dairy inflation saw UK butter prices increase by 50% in the first half of the year, and while prices have stabilised to an extent, they are still higher than many operators will have budgeted for. Cream and full fat milk have also seen prices increase due to the higher fat content. Eggs are also expected to continue to increase in price as producers pass on higher feed costs.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\" target=\"_blank\" rel=\"noopener\">JD Wetherspoon has launched a campaign about tariffs after Brexit</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/04/27/ukhospitality-comments-milestone-one-year-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality comments on the milestone of one year until Brexit</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2017/10/23/brexit-free-movement/\" target=\"_blank\" rel=\"noopener\">Brexit free movement</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2017/11/16/brexit-guaranteed-unlock-success-kids/\" target=\"_blank\" rel=\"noopener\">How Brexit is can unlock success for your kids</a></strong></li>\r\n</ul>\r\nDobson adds, “The Market Forecast includes plenty of ideas for operators to overcome pricing challenges; for example by substituting alternatives to butter in recipes, using menu descriptions such as ‘served with seasonal veg’ to maintain flexibility, and being ready to switch supplier contracts to get the best prices on commodities such as cooking oil.”\r\n\r\nThe Autumn 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://www.lynxpurchasing.co.uk/wp-content/uploads/2018/10/Lynx-Purchasing-Market-Forecast-Autumn-2018.pdf\">Lynx-Purchasing-Market-Forecast-Autumn-2018.</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\nFor more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01274 852 171.','Time to ‘Brexit-proof’ your business, warns Lynx Purchasing ','','inherit','closed','closed','','2889-revision-v1','','','2018-10-18 07:56:18','2018-10-18 07:56:18','',2889,'http://www.ontradeprogress.com/2018/10/18/2889-revision-v1/',0,'revision','',0),(2892,1,'2018-10-18 08:51:36','2018-10-18 08:51:36','<h1 class=\"ox-805df34827-MsoNoSpacing\"><b>Williams Refrigeration restructures sales team to work more closely with distributor partners</b></h1>\r\n<p class=\"ox-805df34827-MsoNoSpacing\"><i>New product developments offer big opportunity in the challenging market from Williams Refrigeration.</i></p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Williams Refrigeration has restructured its sales team following the promotion of some key personnel and the recruitment of new people.  One of the key changes will be the refocusing of <a href=\"http://www.williams-refrigeration.co.uk/\">Williams’</a> relationship with its distributor network.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">The new team includes Garry Allitt, who has been promoted to National Sales Manager, and Kaj Sandom, who joins Williams as National Account Manager including responsibility for foodservice consultants.  Another new recruit, Tony Prince, is Williams’ new Business Development Manager.  Steven Grahamslaw has been appointed as Area Sales Manager for Scotland and Haydon Hendry, who joined Williams from sister company Falcon, is Area Sales Manager for the Midlands and North East.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">“The current economic climate makes these unpredictable times for foodservice equipment manufacturers and distributors,” says Malcolm Harling, Sales and Marketing Director of Williams.  “At the same time, we’ve made extensive changes to our product portfolio over the past couple of years, with several new developments and solutions.  We believe these new products give us a real opportunity, especially in a challenging market. Our new sales structure is designed to help our team work even more closely with our business partner distributors, to help them (and us) maximise the business potential.”</p>\r\n\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/08/23/tomorrows-kitchen-rational-shows-the-future-of-foodservice/\">Rational shows the future of foodservice</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/06/18/commercial-kitchen-confirms-best-show-yet-ahead-of-bigger-2019-event/\">Commercial Kitchen confirms its best show ahead</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands a back bar cabinet range</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/07/03/refrigerator-art-williams-enhances-chameleon-service/\">Refrigerator art: Williams enhances Chameleon service</a></strong></li>\r\n</ul>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Amongst those latest products is the new G Series Multideck merchandiser, which uses eco-friendly refrigerant and is designed to be the most energy efficient on the market.  “Effective collaboration with our distributors is the best way to ensure that the market is fully aware of the capabilities of products like the G Series,” says Harling.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Williams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">To learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\" target=\"_blank\" rel=\"noopener\">www.williams-refrigeration.co.uk</a>.</p>','Williams restructures sales team to work more closely with distributor partners','','publish','closed','open','','williams-refrigeration-team-distributor','','\nhttp://www.ontradeprogress.com/2018/08/23/tomorrows-kitchen-rational-shows-the-future-of-foodservice/','2018-10-18 12:45:39','2018-10-18 12:45:39','',0,'http://www.ontradeprogress.com/?p=2892',0,'post','',0),(2893,1,'2018-10-18 08:33:53','2018-10-18 08:33:53','','williams refrigeration','Williams restructures sales team to work more closely with distributor partners','inherit','closed','closed','','kitchen-731351_640','','','2018-10-18 08:35:47','2018-10-18 08:35:47','',2892,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/kitchen-731351_640.jpg',0,'attachment','image/jpeg',0),(2894,1,'2018-10-18 08:47:02','2018-10-18 08:47:02','<h1 class=\"ox-805df34827-MsoNoSpacing\"><b>Williams restructures sales team to work more closely with distributor partners</b></h1>\r\n<p class=\"ox-805df34827-MsoNoSpacing\"><i>New product developments offer big opportunity in the challenging market.</i></p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Williams Refrigeration has restructured its sales team following the promotion of some key personnel and the recruitment of new people.  One of the key changes will be the refocusing of <a href=\"http://www.williams-refrigeration.co.uk/\">Williams’</a> relationship with its distributor network.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">The new team includes Garry Allitt, who has been promoted to National Sales Manager, and Kaj Sandom, who joins Williams as National Account Manager including responsibility for foodservice consultants.  Another new recruit, Tony Prince, is Williams’ new Business Development Manager.  Steven Grahamslaw has been appointed as Area Sales Manager for Scotland and Haydon Hendry, who joined Williams from sister company Falcon, is Area Sales Manager for the Midlands and North East.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">“The current economic climate makes these unpredictable times for foodservice equipment manufacturers and distributors,” says Malcolm Harling, Sales and Marketing Director of Williams.  “At the same time, we’ve made extensive changes to our product portfolio over the past couple of years, with several new developments and solutions.  We believe these new products give us a real opportunity, especially in a challenging market. Our new sales structure is designed to help our team work even more closely with our business partner distributors, to help them (and us) maximise the business potential.”</p>\r\n\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/08/23/tomorrows-kitchen-rational-shows-the-future-of-foodservice/\">Rational shows the future of foodservice</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/06/18/commercial-kitchen-confirms-best-show-yet-ahead-of-bigger-2019-event/\">Commercial Kitchen confirms its best show ahead</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands a back bar cabinet range</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/07/03/refrigerator-art-williams-enhances-chameleon-service/\">Refrigerator art: Williams enhances Chameleon service</a></strong></li>\r\n</ul>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Amongst those latest products is the new G Series Multideck merchandiser, which uses eco-friendly refrigerant and is designed to be the most energy efficient on the market.  “Effective collaboration with our distributors is the best way to ensure that the market is fully aware of the capabilities of products like the G Series,” says Harling.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Williams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">To learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\" target=\"_blank\" rel=\"noopener\">www.williams-refrigeration.co.uk</a>.</p>','Williams restructures sales team to work more closely with distributor partners','','inherit','closed','closed','','2892-revision-v1','','','2018-10-18 08:47:02','2018-10-18 08:47:02','',2892,'http://www.ontradeprogress.com/2018/10/18/2892-revision-v1/',0,'revision','',0),(2895,1,'2018-10-18 08:51:36','2018-10-18 08:51:36','<h1 class=\"ox-805df34827-MsoNoSpacing\"><b>Williams Refrigeration restructures sales team to work more closely with distributor partners</b></h1>\r\n<p class=\"ox-805df34827-MsoNoSpacing\"><i>New product developments offer big opportunity in the challenging market from Williams Refrigeration.</i></p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Williams Refrigeration has restructured its sales team following the promotion of some key personnel and the recruitment of new people.  One of the key changes will be the refocusing of <a href=\"http://www.williams-refrigeration.co.uk/\">Williams’</a> relationship with its distributor network.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">The new team includes Garry Allitt, who has been promoted to National Sales Manager, and Kaj Sandom, who joins Williams as National Account Manager including responsibility for foodservice consultants.  Another new recruit, Tony Prince, is Williams’ new Business Development Manager.  Steven Grahamslaw has been appointed as Area Sales Manager for Scotland and Haydon Hendry, who joined Williams from sister company Falcon, is Area Sales Manager for the Midlands and North East.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">“The current economic climate makes these unpredictable times for foodservice equipment manufacturers and distributors,” says Malcolm Harling, Sales and Marketing Director of Williams.  “At the same time, we’ve made extensive changes to our product portfolio over the past couple of years, with several new developments and solutions.  We believe these new products give us a real opportunity, especially in a challenging market. Our new sales structure is designed to help our team work even more closely with our business partner distributors, to help them (and us) maximise the business potential.”</p>\r\n\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/08/23/tomorrows-kitchen-rational-shows-the-future-of-foodservice/\">Rational shows the future of foodservice</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/06/18/commercial-kitchen-confirms-best-show-yet-ahead-of-bigger-2019-event/\">Commercial Kitchen confirms its best show ahead</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands a back bar cabinet range</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/07/03/refrigerator-art-williams-enhances-chameleon-service/\">Refrigerator art: Williams enhances Chameleon service</a></strong></li>\r\n</ul>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Amongst those latest products is the new G Series Multideck merchandiser, which uses eco-friendly refrigerant and is designed to be the most energy efficient on the market.  “Effective collaboration with our distributors is the best way to ensure that the market is fully aware of the capabilities of products like the G Series,” says Harling.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">Williams Refrigeration offers a comprehensive range of commercial refrigeration including gastronorm cabinets and counters, specialist bakery equipment, coldrooms, merchandisers and blast chillers.</p>\r\n<p class=\"ox-805df34827-MsoNoSpacing\">To learn more about Williams extensive product range visit <a href=\"http://www.williams-refrigeration.co.uk/\" target=\"_blank\" rel=\"noopener\">www.williams-refrigeration.co.uk</a>.</p>','Williams restructures sales team to work more closely with distributor partners','','inherit','closed','closed','','2892-revision-v1','','','2018-10-18 08:51:36','2018-10-18 08:51:36','',2892,'http://www.ontradeprogress.com/2018/10/18/2892-revision-v1/',0,'revision','',0),(2898,1,'2018-10-19 11:10:04','2018-10-19 11:10:04','','Issue 19','','inherit','closed','closed','','issue-19','','','2018-10-19 11:10:19','2018-10-19 11:10:19','',276,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Issue-19.png',0,'attachment','image/png',0),(2899,1,'2018-10-19 11:14:23','2018-10-19 11:14:23','[caption id=\"attachment_2898\" align=\"aligncenter\" width=\"212\"]<a href=\"https://issuu.com/bwmediagroup/docs/for_web_19_on-trade-progress_full-m?e=0\"><img class=\"wp-image-2898 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Issue-19-212x300.png\" alt=\"On-Trade Progress\" width=\"212\" height=\"300\" /></a> Please click to view issue #19 of On-Trade Progress[/caption]','On-Trade Progress Issue 19','','inherit','closed','closed','','276-revision-v1','','','2018-10-19 11:14:23','2018-10-19 11:14:23','',276,'http://www.ontradeprogress.com/2018/10/19/276-revision-v1/',0,'revision','',0),(2900,1,'2018-10-19 11:20:22','2018-10-19 11:20:22','[caption id=\"attachment_2898\" align=\"aligncenter\" width=\"212\"]<a href=\"https://issuu.com/bwmediagroup/docs/for_web_19_on-trade-progress_full-m?e=0\"><img class=\"wp-image-2898 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Issue-19-212x300.png\" alt=\"On-Trade Progress\" width=\"212\" height=\"300\" /></a> Please click to view issue #19 of On-Trade Progress[/caption]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2018-10-19 11:20:22','2018-10-19 11:20:22','',23,'http://www.ontradeprogress.com/2018/10/19/23-revision-v1/',0,'revision','',0),(2902,1,'2018-10-23 08:35:07','2018-10-23 08:35:07','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1>This is the annual audit of companies operating tied public houses covered by the above code(s) of practice which was carried out between August and September 2018.</h1>\r\nThis is the second audit to take place since the new codes of practice came into effect for those companies operating 1-499 tied leased or tenanted pub, and/or tied pubs in Scotland. The audit covers the period 1st August 2017 – 31st July 2018. A full list of those companies covered by each code can be found in Annex A.\r\n\r\nThose companies not covered by the Pubs Code (i.e. those operating under 500 tied pubs) and the Pub Governing Body agreed that the good practice enshrined in the Industry Framework Code that preceded them should continue, and therefore developed the three new Codes based on the Industry Framework Code, with additional improvements and elements being brought up to date. In Scotland, which is not covered by the Statutory Code, the majority of companies operating tied pubs have signed up to the bespoke Scottish Code which was created specifically for the Scottish tied pub sector.\r\n\r\nIn Scotland, we have now fully established a Scottish PICA Service and panel as well as adding additional Pub Independent Rent Review Scheme Surveyors that have or do operate in Scotland.\r\n\r\nThis report has been prepared by the Pub Governing Body, and summarises the data received from the annual audit.\r\n<h2>COMMENTS FROM THE BOARD</h2>\r\n<strong>The Board is pleased to see that the second annual report once again shows there is a high level of compliance, as evidenced by the data below.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n\r\n<strong>Of note once again was the full compliance regarding business plans, and the number of rent reviews settled within the audit period. On BDM training, it was noted that there has been an improvement on the number trained to the required standard. However, at the request of the PGB, trade bodies, individual tenants and trainers have formed a working group to look into training going forward which is due to report back to the PGB imminently.</strong>\r\n\r\n<strong>Comments from Sir Peter Luff, Chairman of the Pub Governing Body:</strong>\r\n\r\n<strong>“Once again, the results of this annual report underline the crucial role the Pub Governing Body continues to play following the implementation of the statutory Pubs Code two years ago.</strong>\r\n\r\n[caption id=\"attachment_2904\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2904 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcoholic-beverages-1845295_640-300x225.jpg\" alt=\"Pub\" width=\"300\" height=\"225\" /> The annual audit of public houses covered by the above code(s) of practice[/caption]\r\n\r\n<strong>“We are pleased to see strong levels of compliance from the companies governed by these Codes and we will continue to monitor and review the codes themselves to ensure they remain relevant to both companies and tenants. Last year the Board announced they had reached an agreement with stakeholders to ensure PIRRS was available for those tenants covered by the Statutory Code, in addition to those governed by self-regulation. The Board is pleased to announce that 12 tenants from Admiral, EI, Punch, Star Pubs and Bars, Marstons and Greene King have taken advantage of this scheme in the year ending 31st July 2018”.</strong>\r\n<h3>HEADLINE STATISTICS – ENGLAND &amp; WALES</h3>\r\nThe full list of companies covered by the respective codes can be found in Annex (Figures in brackets are 2016-17)\r\nPubs surveyed\r\n<ul>\r\n 	<li>2,952 (2928) tied pubs are covered by the codes of practice for under 500 companies (England &amp; Wales) which is slightly up on last year.</li>\r\n 	<li>Of these, 2,526 (2513) are classified as tenancies and 426 (415) as leases. Code compliance</li>\r\n</ul>\r\n<ul>\r\n 	<li>431 (447) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>431 (446) business plans were completed being 100% with none outstanding.</li>\r\n</ul>\r\nPEAT was completed in 313 (285) cases 72.62% (64%). The remaining 27.38% (36%) were waived as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\">CAMRA names the best pubs in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\">JD Weatherspoon launches a campaign about Brexit</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\">BBPA tell government high taxes threaten pubs</a></li>\r\n</ul>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Rent reviews</h3>\r\n<ul>\r\n 	<li>In the survey period, there were 315 (499) rent reviews triggered.</li>\r\n 	<li>Of these 311 (488) or 99% (98%) were negotiated and settled within the same period.</li>\r\n 	<li>4 (11) or 1% (2%) were still under negotiation.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\"></div>\r\n</div>\r\n<div class=\"page\" title=\"Page 3\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Business Development Managers</strong>\r\n<ul>\r\n 	<li>97 (93) BDMs were employed by companies over the survey period.</li>\r\n 	<li>71 (58) of these 73% (62%) were BIIAB Level 4 trained.</li>\r\n 	<li>The remaining 26 (35) were either in training, only just joined the company (the Code allows for training within 24 months of being appointed) or waiting for courses to become available.</li>\r\n</ul>\r\n<strong>PIRRS and PICA-Service</strong>\r\n<ul>\r\n 	<li>There were no referrals to PICA-Service in the survey period.</li>\r\n 	<li>There was one referral to PIRRS in the survey period.</li>\r\n</ul>\r\n<strong>‘Protected’ agreements</strong>\r\n\r\nOf the total pubs audited, 2416 (2477) or 82% (85%) are Landlord &amp; Tenant Act ‘protected’. The remaining 536 (447) or 18% (15%) are ‘unprotected’ agreements.\r\n\r\n<strong>HEADLINE STATISTICS – SCOTLAND</strong>\r\n\r\nThe full list of companies covered by the respective codes can be found in Annex A.\r\n\r\nPubs surveyed\r\n<ul>\r\n 	<li>448 (486) tied pubs are covered by the codes of practice in Scotland</li>\r\n 	<li>Of these, 246 (310) are classified as tenancies and 202 (176) as leases.<strong>Code compliance</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>55 (89) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>55 (89) business plans were completed (100%).</li>\r\n 	<li>PEAT was completed in 43 (78) cases 78% (88%) of the total. The remaining 22% (12%) were waived, as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.<strong>Rent reviews</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>In the survey period, there were 19 (39) rent reviews triggered.</li>\r\n 	<li>Of these, 16 (38) or 84% (98%) were negotiated and settled in the same period.</li>\r\n 	<li>3 (1) or 16% (3%) were still under negotiation.<strong>Business Development Managers</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>16 (18) BDMs were employed by companies over the survey period.</li>\r\n 	<li>16 (13) of these 100% (72%) were BIIAB Level 4 trained.</li>\r\n 	<li>The remaining 0 (5) were either in training, only just joined the company (the Code allows for training within 24 months of being appointed) or waiting for courses to become available.<strong>PIRRS and PICA-Service</strong></li>\r\n</ul>\r\nThere were no referrals to PICA-Service in the survey period. 3\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThere were no referrals to PIRRS in the survey period. ‘Protected’ agreements\r\n\r\nNot applicable, no Landlord &amp; Tenant Act in Scotland.\r\n\r\n<strong>ANNEX A – SIGNATORIES TO THE CODES</strong>\r\n\r\n<strong>England &amp; Wales</strong>\r\n\r\nAdnams plc\r\n\r\nArkell’s Brewery Limited\r\n\r\nCamerons Brewery Limited\r\n\r\nCharles Wells Limited\r\n\r\nDaniel Batham &amp; Son Limited\r\n\r\nDaniel Thwaites plc\r\n\r\nEverards Brewery Limited\r\n\r\nFrederic Robinson Limited\r\n\r\nFuller Smith &amp; Turner plc\r\n\r\nGeorge Bateman &amp; Son Limited\r\n\r\nGray &amp; Sons Limited\r\n\r\nHall &amp; Woodhouse Limited\r\n\r\nHarvey &amp; Son (Lewes) Limited\r\n\r\nHawthorn Leisure Limited\r\n\r\nHeavitree Brewery plc\r\n\r\nHook Norton Brewery Company, Limited\r\n\r\nHyde’s Brewery Limited\r\n\r\nJ.C. &amp; R.H. Palmer Limited\r\n\r\nJ.W. Lees &amp; Co. (Brewers) Limited\r\n\r\nJoseph Holt Limited\r\n\r\nLiberation Group Ltd/Butcombe Brewery McMullen &amp; Sons Limited\r\n\r\nMitchells &amp; Butlers plc\r\n\r\nNewRiver Retail Limited\r\n\r\nSt Austell Brewery Company Limited\r\n\r\nS.A. Brain &amp; Company, Limited\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>ANNEX A – SIGNATORIES TO THE CODES Cont’d...</strong>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShepherd Neame Limited\r\n\r\nTimothy Taylor &amp; Co. Limited\r\n\r\nTrust Inns Limited\r\nWH Brakspear &amp; Sons Limited\r\n\r\nWadworth and Company Limited\r\n\r\nYoung and Co’s Brewery plc\r\n\r\n<strong>Scotland</strong>\r\n\r\nAdmiral Taverns Limited Belhaven/Greene King plc\r\n\r\nHawthorn Leisure Limited\r\n\r\nPunch plc\r\n\r\nStar Pubs &amp; Bars/HEINEKEN UK Limited Trust Inns Limited\r\n\r\n<strong>PGB</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;','2nd ANNUAL AUDIT REPORT','','publish','closed','open','','pub-annual-public-houses','','\nhttp://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/','2018-10-23 08:43:28','2018-10-23 08:43:28','',0,'http://www.ontradeprogress.com/?p=2902',0,'post','',0),(2903,1,'2018-10-23 08:09:42','2018-10-23 08:09:42','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1>This is the annual audit of companies operating tied public houses covered by the above code(s) of practice which was carried out between August and September 2018.</h1>\r\nThis is the second audit to take place since the new codes of practice came into effect for those companies operating 1-499 tied leased or tenanted pubs, and/or tied pubs in Scotland. The audit covers the period 1st August 2017 – 31st July 2018. A full list of those companies covered by each code can be found in Annex A.\r\n\r\nThose companies not covered by the Pubs Code (i.e. those operating under 500 tied pubs) and the Pub Governing Body agreed that the good practice enshrined in the Industry Framework Code that preceded them should continue, and therefore developed the three new Codes based on the Industry Framework Code, with additional improvements and elements being brought up to date. In Scotland, which is not covered by the Statutory Code, the majority of companies operating tied pubs have signed up to the bespoke Scottish Code which was created specifically for the Scottish tied pub sector.\r\n\r\nIn Scotland we have now fully established a Scottish PICA Service and panel as well as adding additional Pub Independent Rent Review Scheme Surveyors that have or do operate in Scotland.\r\n\r\nThis report has been prepared by the Pub Governing Body, and summarises the data received from the annual audit.\r\n\r\nCOMMENTS FROM THE BOARD\r\n\r\nThe Board is pleased to see that the second annual report once again shows there is a high level of compliance, as evidenced by the data below.\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n1\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nOf note once again was the full compliance regarding business plans, and the number of rent reviews settled within the audit period. On BDM training, it was noted that there has been an improvement on the number trained to the required standard. However, at the request of the PGB, trade bodies, individual tenants and trainers have formed a working group to look in to training going forward which is due to report back to the PGB imminently.\r\n\r\nComments from Sir Peter Luff, Chairman of the Pub Governing Body:\r\n\r\n“Once again, the results of this annual report underline the crucial role the Pub Governing Body continues to play following the implementation of the statutory Pubs Code two years ago.\r\n\r\n“We are pleased to see strong levels of compliance from the companies governed by these Codes and we will continue to monitor and review the codes themselves to ensure they remain relevant to both companies and tenants. Last year the Board announced they had reached agreement with stakeholders to ensure PIRRS was available for those tenants covered by the Statutory Code, in addition to those governed by self-regulation. The Board is pleased to announce that 12 tenants from Admiral, EI, Punch, Star Pubs and Bars, Marstons and Greene King have taken advantage of this scheme in the year ending 31st July 2018”.\r\n\r\nHEADLINE STATISTICS – ENGLAND &amp; WALES\r\n\r\nThe full list of companies covered by the respective codes can be found in Annex A. (Figures in brackets are 2016-17)\r\nPubs surveyed\r\n<ul>\r\n 	<li>?  2,952 (2928) tied pubs are covered by the codes of practice for under 500 companies (England &amp; Wales) which is slightly up on last year.</li>\r\n 	<li>?  Of these, 2,526 (2513) are classified as tenancies and 426 (415) as leases. Code compliance</li>\r\n</ul>\r\n<ul>\r\n 	<li>?  431 (447) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>?  431 (446) business plans were completed being 100% with none outstanding.</li>\r\n 	<li>?  PEAT was completed in 313 (285) cases 72.62% (64%). The remaining 27.38% (36%)\r\n\r\nwere waived as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.\r\n\r\nRent reviews</li>\r\n</ul>\r\n<ul>\r\n 	<li>?  In the survey period, there were 315 (499) rent reviews triggered.</li>\r\n 	<li>?  Of these 311 (488) or 99% (98%) were negotiated and settled within the same\r\n\r\nperiod.</li>\r\n 	<li>?  4 (11) or 1% (2%) were still under negotiation.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n2\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 3\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nBusiness Development Managers\r\n<ul>\r\n 	<li>?  97 (93) BDMs were employed by companies over the survey period.</li>\r\n 	<li>?  71 (58) of these 73% (62%) were BIIAB Level 4 trained.</li>\r\n 	<li>?  The remaining 26 (35) were either in training, only just joined the company (the\r\n\r\nCode allows for training within 24 months of being appointed) or waiting for courses to become available.\r\n\r\nPIRRS and PICA-Service</li>\r\n</ul>\r\n<ul>\r\n 	<li>?  There were no referrals to PICA-Service in the survey period.</li>\r\n 	<li>?  There was one referral to PIRRS in the survey period.\r\n\r\n‘Protected’ agreements</li>\r\n</ul>\r\n? Of the total pubs audited, 2416 (2477) or 82% (85%) are Landlord &amp; Tenant Act ‘protected’. The remaining 536 (447) or 18% (15%) are ‘unprotected’ agreements.\r\n\r\nHEADLINE STATISTICS – SCOTLAND\r\n\r\nThe full list of companies covered by the respective codes can be found in Annex A.\r\n\r\nPubs surveyed\r\n<ul>\r\n 	<li>?  448 (486) tied pubs are covered by the codes of practice in Scotland</li>\r\n 	<li>?  Of these, 246 (310) are classified as tenancies and 202 (176) as leases.\r\n\r\nCode compliance</li>\r\n</ul>\r\n<ul>\r\n 	<li>?  55 (89) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>?  55 (89) business plans were completed (100%).</li>\r\n 	<li>?  PEAT was completed in 43 (78) cases 78% (88%) of the total. The remaining 22%\r\n\r\n(12%) were waived, as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.\r\n\r\nRent reviews</li>\r\n</ul>\r\n<ul>\r\n 	<li>?  In the survey period, there were 19 (39) rent reviews triggered.</li>\r\n 	<li>?  Of these, 16 (38) or 84% (98%) were negotiated and settled in the same period.</li>\r\n 	<li>?  3 (1) or 16% (3%) were still under negotiation.\r\n\r\nBusiness Development Managers</li>\r\n</ul>\r\n<ul>\r\n 	<li>?  16 (18) BDMs were employed by companies over the survey period.</li>\r\n 	<li>?  16 (13) of these 100% (72%) were BIIAB Level 4 trained.</li>\r\n 	<li>?  The remaining 0 (5) were either in training, only just joined the company (the Code\r\n\r\nallows for training within 24 months of being appointed) or waiting for courses to become available.\r\n\r\nPIRRS and PICA-Service</li>\r\n</ul>\r\n? There were no referrals to PICA-Service in the survey period. 3\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n? There were no referrals to PIRRS in the survey period. ‘Protected’ agreements\r\n\r\n? Not applicable, no Landlord &amp; Tenant Act in Scotland.\r\n\r\nANNEX A – SIGNATORIES TO THE CODES\r\n\r\nEngland &amp; Wales\r\nAdnams plc\r\nArkell’s Brewery Limited Camerons Brewery Limited Charles Wells Limited\r\nDaniel Batham &amp; Son Limited Daniel Thwaites plc\r\n\r\nEverards Brewery Limited Frederic Robinson Limited Fuller Smith &amp; Turner plc George Bateman &amp; Son Limited Gray &amp; Sons Limited\r\n\r\nHall &amp; Woodhouse Limited Harvey &amp; Son (Lewes) Limited Hawthorn Leisure Limited Heavitree Brewery plc\r\n\r\nHook Norton Brewery Company, Limited Hyde’s Brewery Limited\r\nJ.C. &amp; R.H. Palmer Limited\r\nJ.W. Lees &amp; Co. (Brewers) Limited Joseph Holt Limited\r\n\r\nLiberation Group Ltd/Butcombe Brewery McMullen &amp; Sons Limited\r\nMitchells &amp; Butlers plc\r\nNewRiver Retail Limited\r\n\r\nSt Austell Brewery Company Limited S.A. Brain &amp; Company, Limited\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n4\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nANNEX A – SIGNATORIES TO THE CODES Cont’d...\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShepherd Neame Limited Timothy Taylor &amp; Co. Limited Trust Inns Limited\r\nWH Brakspear &amp; Sons Limited Wadworth and Company Limited Young and Co’s Brewery plc\r\n\r\nScotland\r\nAdmiral Taverns Limited Belhaven/Greene King plc\r\nHawthorn Leisure Limited\r\nPunch plc\r\nStar Pubs &amp; Bars/HEINEKEN UK Limited Trust Inns Limited\r\n\r\nPGB\r\nOctober 2018\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;','2nd ANNUAL AUDIT REPORT','','inherit','closed','closed','','2902-revision-v1','','','2018-10-23 08:09:42','2018-10-23 08:09:42','',2902,'http://www.ontradeprogress.com/2018/10/23/2902-revision-v1/',0,'revision','',0),(2904,1,'2018-10-23 08:22:50','2018-10-23 08:22:50','','Pub annual code','The annual audit of public houses covered by the above code(s) of practice','inherit','closed','closed','','alcoholic-beverages-1845295_640','','','2018-10-23 08:26:35','2018-10-23 08:26:35','',2902,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcoholic-beverages-1845295_640.jpg',0,'attachment','image/jpeg',0),(2905,1,'2018-10-23 08:26:05','2018-10-23 08:26:05','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1>This is the annual audit of companies operating tied public houses covered by the above code(s) of practice which was carried out between August and September 2018.</h1>\r\nThis is the second audit to take place since the new codes of practice came into effect for those companies operating 1-499 tied leased or tenanted pub, and/or tied pubs in Scotland. The audit covers the period 1st August 2017 – 31st July 2018. A full list of those companies covered by each code can be found in Annex A.\r\n\r\nThose companies not covered by the Pubs Code (i.e. those operating under 500 tied pubs) and the Pub Governing Body agreed that the good practice enshrined in the Industry Framework Code that preceded them should continue, and therefore developed the three new Codes based on the Industry Framework Code, with additional improvements and elements being brought up to date. In Scotland, which is not covered by the Statutory Code, the majority of companies operating tied pubs have signed up to the bespoke Scottish Code which was created specifically for the Scottish tied pub sector.\r\n\r\nIn Scotland, we have now fully established a Scottish PICA Service and panel as well as adding additional Pub Independent Rent Review Scheme Surveyors that have or do operate in Scotland.\r\n\r\nThis report has been prepared by the Pub Governing Body, and summarises the data received from the annual audit.\r\n<h2>COMMENTS FROM THE BOARD</h2>\r\n<strong>The Board is pleased to see that the second annual report once again shows there is a high level of compliance, as evidenced by the data below.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Of note once again was the full compliance regarding business plans, and the number of rent reviews settled within the audit period. On BDM training, it was noted that there has been an improvement on the number trained to the required standard. However, at the request of the PGB, trade bodies, individual tenants and trainers have formed a working group to look into training going forward which is due to report back to the PGB imminently.</strong>\r\n\r\n<strong>Comments from Sir Peter Luff, Chairman of the Pub Governing Body:</strong>\r\n\r\n<strong>“Once again, the results of this annual report underline the crucial role the Pub Governing Body continues to play following the implementation of the statutory Pubs Code two years ago.</strong>\r\n\r\n[caption id=\"attachment_2904\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2904 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcoholic-beverages-1845295_640-300x225.jpg\" alt=\"Pub\" width=\"300\" height=\"225\" /> The annual audit of public houses covered by the above code(s) of practice[/caption]\r\n\r\n<strong>“We are pleased to see strong levels of compliance from the companies governed by these Codes and we will continue to monitor and review the codes themselves to ensure they remain relevant to both companies and tenants. Last year the Board announced they had reached an agreement with stakeholders to ensure PIRRS was available for those tenants covered by the Statutory Code, in addition to those governed by self-regulation. The Board is pleased to announce that 12 tenants from Admiral, EI, Punch, Star Pubs and Bars, Marstons and Greene King have taken advantage of this scheme in the year ending 31st July 2018”.</strong>\r\n<h3>HEADLINE STATISTICS – ENGLAND &amp; WALES</h3>\r\nThe full list of companies covered by the respective codes can be found in Annex A. (Figures in brackets are 2016-17)\r\nPubs surveyed\r\n<ul>\r\n 	<li>2,952 (2928) tied pubs are covered by the codes of practice for under 500 companies (England &amp; Wales) which is slightly up on last year.</li>\r\n 	<li>Of these, 2,526 (2513) are classified as tenancies and 426 (415) as leases. Code compliance</li>\r\n</ul>\r\n<ul>\r\n 	<li>431 (447) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>431 (446) business plans were completed being 100% with none outstanding.</li>\r\n</ul>\r\nPEAT was completed in 313 (285) cases 72.62% (64%). The remaining 27.38% (36%) were waived as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.\r\n<h3>Rent reviews</h3>\r\n<ul>\r\n 	<li>In the survey period, there were 315 (499) rent reviews triggered.</li>\r\n 	<li>Of these 311 (488) or 99% (98%) were negotiated and settled within the same period.</li>\r\n 	<li>4 (11) or 1% (2%) were still under negotiation.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\"></div>\r\n</div>\r\n<div class=\"page\" title=\"Page 3\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Business Development Managers</strong>\r\n<ul>\r\n 	<li>97 (93) BDMs were employed by companies over the survey period.</li>\r\n 	<li>71 (58) of these 73% (62%) were BIIAB Level 4 trained.</li>\r\n 	<li>The remaining 26 (35) were either in training, only just joined the company (the Code allows for training within 24 months of being appointed) or waiting for courses to become available.</li>\r\n</ul>\r\n<strong>PIRRS and PICA-Service</strong>\r\n<ul>\r\n 	<li>There were no referrals to PICA-Service in the survey period.</li>\r\n 	<li>There was one referral to PIRRS in the survey period.</li>\r\n</ul>\r\n<strong>‘Protected’ agreements</strong>\r\n\r\nOf the total pubs audited, 2416 (2477) or 82% (85%) are Landlord &amp; Tenant Act ‘protected’. The remaining 536 (447) or 18% (15%) are ‘unprotected’ agreements.\r\n\r\n<strong>HEADLINE STATISTICS – SCOTLAND</strong>\r\n\r\nThe full list of companies covered by the respective codes can be found in Annex A.\r\n\r\nPubs surveyed\r\n<ul>\r\n 	<li>448 (486) tied pubs are covered by the codes of practice in Scotland</li>\r\n 	<li>Of these, 246 (310) are classified as tenancies and 202 (176) as leases.\r\n\r\n<strong>Code compliance</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>55 (89) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>55 (89) business plans were completed (100%).</li>\r\n 	<li>PEAT was completed in 43 (78) cases 78% (88%) of the total. The remaining 22% (12%) were waived, as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.\r\n\r\n<strong>Rent reviews</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>In the survey period, there were 19 (39) rent reviews triggered.</li>\r\n 	<li>Of these, 16 (38) or 84% (98%) were negotiated and settled in the same period.</li>\r\n 	<li>3 (1) or 16% (3%) were still under negotiation.\r\n\r\n<strong>Business Development Managers</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>16 (18) BDMs were employed by companies over the survey period.</li>\r\n 	<li>16 (13) of these 100% (72%) were BIIAB Level 4 trained.</li>\r\n 	<li>The remaining 0 (5) were either in training, only just joined the company (the Code allows for training within 24 months of being appointed) or waiting for courses to become available.\r\n\r\n<strong>PIRRS and PICA-Service</strong></li>\r\n</ul>\r\nThere were no referrals to PICA-Service in the survey period. 3\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThere were no referrals to PIRRS in the survey period. ‘Protected’ agreements\r\n\r\nNot applicable, no Landlord &amp; Tenant Act in Scotland.\r\n\r\n<strong>ANNEX A – SIGNATORIES TO THE CODES</strong>\r\n\r\n<strong>England &amp; Wales</strong>\r\n\r\nAdnams plc\r\n\r\nArkell’s Brewery Limited\r\n\r\nCamerons Brewery Limited\r\n\r\nCharles Wells Limited\r\n\r\nDaniel Batham &amp; Son Limited\r\n\r\nDaniel Thwaites plc\r\n\r\nEverards Brewery Limited\r\n\r\nFrederic Robinson Limited\r\n\r\nFuller Smith &amp; Turner plc\r\n\r\nGeorge Bateman &amp; Son Limited\r\n\r\nGray &amp; Sons Limited\r\n\r\nHall &amp; Woodhouse Limited\r\n\r\nHarvey &amp; Son (Lewes) Limited\r\n\r\nHawthorn Leisure Limited\r\n\r\nHeavitree Brewery plc\r\n\r\nHook Norton Brewery Company, Limited\r\n\r\nHyde’s Brewery Limited\r\n\r\nJ.C. &amp; R.H. Palmer Limited\r\n\r\nJ.W. Lees &amp; Co. (Brewers) Limited\r\n\r\nJoseph Holt Limited\r\n\r\nLiberation Group Ltd/Butcombe Brewery McMullen &amp; Sons Limited\r\n\r\nMitchells &amp; Butlers plc\r\n\r\nNewRiver Retail Limited\r\n\r\nSt Austell Brewery Company Limited\r\n\r\nS.A. Brain &amp; Company, Limited\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>ANNEX A – SIGNATORIES TO THE CODES Cont’d...</strong>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShepherd Neame Limited\r\n\r\nTimothy Taylor &amp; Co. Limited\r\n\r\nTrust Inns Limited\r\nWH Brakspear &amp; Sons Limited\r\n\r\nWadworth and Company Limited\r\n\r\nYoung and Co’s Brewery plc\r\n\r\n<strong>Scotland</strong>\r\n\r\nAdmiral Taverns Limited Belhaven/Greene King plc\r\n\r\nHawthorn Leisure Limited\r\n\r\nPunch plc\r\n\r\nStar Pubs &amp; Bars/HEINEKEN UK Limited Trust Inns Limited\r\n\r\n<strong>PGB</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;','2nd ANNUAL AUDIT REPORT','','inherit','closed','closed','','2902-revision-v1','','','2018-10-23 08:26:05','2018-10-23 08:26:05','',2902,'http://www.ontradeprogress.com/2018/10/23/2902-revision-v1/',0,'revision','',0),(2906,1,'2018-10-23 08:34:29','2018-10-23 08:34:29','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1>This is the annual audit of companies operating tied public houses covered by the above code(s) of practice which was carried out between August and September 2018.</h1>\r\nThis is the second audit to take place since the new codes of practice came into effect for those companies operating 1-499 tied leased or tenanted pub, and/or tied pubs in Scotland. The audit covers the period 1st August 2017 – 31st July 2018. A full list of those companies covered by each code can be found in Annex A.\r\n\r\nThose companies not covered by the Pubs Code (i.e. those operating under 500 tied pubs) and the Pub Governing Body agreed that the good practice enshrined in the Industry Framework Code that preceded them should continue, and therefore developed the three new Codes based on the Industry Framework Code, with additional improvements and elements being brought up to date. In Scotland, which is not covered by the Statutory Code, the majority of companies operating tied pubs have signed up to the bespoke Scottish Code which was created specifically for the Scottish tied pub sector.\r\n\r\nIn Scotland, we have now fully established a Scottish PICA Service and panel as well as adding additional Pub Independent Rent Review Scheme Surveyors that have or do operate in Scotland.\r\n\r\nThis report has been prepared by the Pub Governing Body, and summarises the data received from the annual audit.\r\n<h2>COMMENTS FROM THE BOARD</h2>\r\n<strong>The Board is pleased to see that the second annual report once again shows there is a high level of compliance, as evidenced by the data below.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n\r\n<strong>Of note once again was the full compliance regarding business plans, and the number of rent reviews settled within the audit period. On BDM training, it was noted that there has been an improvement on the number trained to the required standard. However, at the request of the PGB, trade bodies, individual tenants and trainers have formed a working group to look into training going forward which is due to report back to the PGB imminently.</strong>\r\n\r\n<strong>Comments from Sir Peter Luff, Chairman of the Pub Governing Body:</strong>\r\n\r\n<strong>“Once again, the results of this annual report underline the crucial role the Pub Governing Body continues to play following the implementation of the statutory Pubs Code two years ago.</strong>\r\n\r\n[caption id=\"attachment_2904\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2904 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/alcoholic-beverages-1845295_640-300x225.jpg\" alt=\"Pub\" width=\"300\" height=\"225\" /> The annual audit of public houses covered by the above code(s) of practice[/caption]\r\n\r\n<strong>“We are pleased to see strong levels of compliance from the companies governed by these Codes and we will continue to monitor and review the codes themselves to ensure they remain relevant to both companies and tenants. Last year the Board announced they had reached an agreement with stakeholders to ensure PIRRS was available for those tenants covered by the Statutory Code, in addition to those governed by self-regulation. The Board is pleased to announce that 12 tenants from Admiral, EI, Punch, Star Pubs and Bars, Marstons and Greene King have taken advantage of this scheme in the year ending 31st July 2018”.</strong>\r\n<h3>HEADLINE STATISTICS – ENGLAND &amp; WALES</h3>\r\nThe full list of companies covered by the respective codes can be found in Annex (Figures in brackets are 2016-17)\r\nPubs surveyed\r\n<ul>\r\n 	<li>2,952 (2928) tied pubs are covered by the codes of practice for under 500 companies (England &amp; Wales) which is slightly up on last year.</li>\r\n 	<li>Of these, 2,526 (2513) are classified as tenancies and 426 (415) as leases. Code compliance</li>\r\n</ul>\r\n<ul>\r\n 	<li>431 (447) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>431 (446) business plans were completed being 100% with none outstanding.</li>\r\n</ul>\r\nPEAT was completed in 313 (285) cases 72.62% (64%). The remaining 27.38% (36%) were waived as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\">CAMRA names the best pubs in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\">JD Weatherspoon launches a campaign about Brexit</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\">BBPA tell government high taxes threaten pubs</a></li>\r\n</ul>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3>Rent reviews</h3>\r\n<ul>\r\n 	<li>In the survey period, there were 315 (499) rent reviews triggered.</li>\r\n 	<li>Of these 311 (488) or 99% (98%) were negotiated and settled within the same period.</li>\r\n 	<li>4 (11) or 1% (2%) were still under negotiation.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\"></div>\r\n</div>\r\n<div class=\"page\" title=\"Page 3\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Business Development Managers</strong>\r\n<ul>\r\n 	<li>97 (93) BDMs were employed by companies over the survey period.</li>\r\n 	<li>71 (58) of these 73% (62%) were BIIAB Level 4 trained.</li>\r\n 	<li>The remaining 26 (35) were either in training, only just joined the company (the Code allows for training within 24 months of being appointed) or waiting for courses to become available.</li>\r\n</ul>\r\n<strong>PIRRS and PICA-Service</strong>\r\n<ul>\r\n 	<li>There were no referrals to PICA-Service in the survey period.</li>\r\n 	<li>There was one referral to PIRRS in the survey period.</li>\r\n</ul>\r\n<strong>‘Protected’ agreements</strong>\r\n\r\nOf the total pubs audited, 2416 (2477) or 82% (85%) are Landlord &amp; Tenant Act ‘protected’. The remaining 536 (447) or 18% (15%) are ‘unprotected’ agreements.\r\n\r\n<strong>HEADLINE STATISTICS – SCOTLAND</strong>\r\n\r\nThe full list of companies covered by the respective codes can be found in Annex A.\r\n\r\nPubs surveyed\r\n<ul>\r\n 	<li>448 (486) tied pubs are covered by the codes of practice in Scotland</li>\r\n 	<li>Of these, 246 (310) are classified as tenancies and 202 (176) as leases.<strong>Code compliance</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>55 (89) final interviews took place for leases and tenancies in the survey period.</li>\r\n 	<li>55 (89) business plans were completed (100%).</li>\r\n 	<li>PEAT was completed in 43 (78) cases 78% (88%) of the total. The remaining 22% (12%) were waived, as applicants were multiple retailers with a number of other pubs, had three years previous tenanted/leased experience or already had an existing successful tied pub with the company concerned.<strong>Rent reviews</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>In the survey period, there were 19 (39) rent reviews triggered.</li>\r\n 	<li>Of these, 16 (38) or 84% (98%) were negotiated and settled in the same period.</li>\r\n 	<li>3 (1) or 16% (3%) were still under negotiation.<strong>Business Development Managers</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li>16 (18) BDMs were employed by companies over the survey period.</li>\r\n 	<li>16 (13) of these 100% (72%) were BIIAB Level 4 trained.</li>\r\n 	<li>The remaining 0 (5) were either in training, only just joined the company (the Code allows for training within 24 months of being appointed) or waiting for courses to become available.<strong>PIRRS and PICA-Service</strong></li>\r\n</ul>\r\nThere were no referrals to PICA-Service in the survey period. 3\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThere were no referrals to PIRRS in the survey period. ‘Protected’ agreements\r\n\r\nNot applicable, no Landlord &amp; Tenant Act in Scotland.\r\n\r\n<strong>ANNEX A – SIGNATORIES TO THE CODES</strong>\r\n\r\n<strong>England &amp; Wales</strong>\r\n\r\nAdnams plc\r\n\r\nArkell’s Brewery Limited\r\n\r\nCamerons Brewery Limited\r\n\r\nCharles Wells Limited\r\n\r\nDaniel Batham &amp; Son Limited\r\n\r\nDaniel Thwaites plc\r\n\r\nEverards Brewery Limited\r\n\r\nFrederic Robinson Limited\r\n\r\nFuller Smith &amp; Turner plc\r\n\r\nGeorge Bateman &amp; Son Limited\r\n\r\nGray &amp; Sons Limited\r\n\r\nHall &amp; Woodhouse Limited\r\n\r\nHarvey &amp; Son (Lewes) Limited\r\n\r\nHawthorn Leisure Limited\r\n\r\nHeavitree Brewery plc\r\n\r\nHook Norton Brewery Company, Limited\r\n\r\nHyde’s Brewery Limited\r\n\r\nJ.C. &amp; R.H. Palmer Limited\r\n\r\nJ.W. Lees &amp; Co. (Brewers) Limited\r\n\r\nJoseph Holt Limited\r\n\r\nLiberation Group Ltd/Butcombe Brewery McMullen &amp; Sons Limited\r\n\r\nMitchells &amp; Butlers plc\r\n\r\nNewRiver Retail Limited\r\n\r\nSt Austell Brewery Company Limited\r\n\r\nS.A. Brain &amp; Company, Limited\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>ANNEX A – SIGNATORIES TO THE CODES Cont’d...</strong>\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShepherd Neame Limited\r\n\r\nTimothy Taylor &amp; Co. Limited\r\n\r\nTrust Inns Limited\r\nWH Brakspear &amp; Sons Limited\r\n\r\nWadworth and Company Limited\r\n\r\nYoung and Co’s Brewery plc\r\n\r\n<strong>Scotland</strong>\r\n\r\nAdmiral Taverns Limited Belhaven/Greene King plc\r\n\r\nHawthorn Leisure Limited\r\n\r\nPunch plc\r\n\r\nStar Pubs &amp; Bars/HEINEKEN UK Limited Trust Inns Limited\r\n\r\n<strong>PGB</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;','2nd ANNUAL AUDIT REPORT','','inherit','closed','closed','','2902-revision-v1','','','2018-10-23 08:34:29','2018-10-23 08:34:29','',2902,'http://www.ontradeprogress.com/2018/10/23/2902-revision-v1/',0,'revision','',0),(2907,1,'2018-10-23 09:21:23','2018-10-23 09:21:23','<h1>To celebrate the start of the festive season, leading glassware distributor, <a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\"><strong>Artis</strong></a>, has asked its resident mixologist to come up with a suitably more-ish seasonal tipple, the <strong>Christmas Spritz</strong>.</h1>\r\n[caption id=\"attachment_2908\" align=\"alignright\" width=\"217\"]<img class=\"wp-image-2908 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Spritz-217x300.jpg\" alt=\"Christmas Spritz this festive season\" width=\"217\" height=\"300\" /> Have a Christmas Spritz this festive season[/caption]\r\n<h2><strong>CHRISTMAS SPRITZ RECIPE</strong></h2>\r\n<strong>The Drink: </strong>Christmas Spritz\r\n\r\n<strong>The Glass: </strong>Mixology Spritz 57cl 20oz by Luigi Bormioli\r\n\r\n<strong>Ingredients: </strong>\r\n\r\n30ml cranberry juice\r\n60ml Solerno - blood orange liqueur\r\n120ml Prosecco\r\norange, cranberry, rosemary garnish\r\n\r\n<strong>Method: </strong>Build in the glass over ice and top with prosecco and garnish.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/13/cocktail-culture-hi-spirits-celebrates-london-cocktail-week/\">Cocktail culture - Hi-Spirits celebrate London Cocktail Week</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/st-james-has-launched-a-new-musical-cocktail-menu/\" target=\"_blank\" rel=\"noopener\">St. James has launched a new musical cocktail menu</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/29/keep-the-ice-flowing-during-the-run-up-to-christmas-and-into-the-new-year/\" target=\"_blank\" rel=\"noopener\">Keep the ice flowing for the festive season</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>A CHRISTMAS GIFT FROM ARTIS</strong>\r\n\r\nThe featured glass, Mixology Spritz, is part of the Luigi Bormioli mixology stemware collection. Artis is offering a 15% discount until the end of the year on all Mixology stemware, which includes the Coupe, Martini, Gin Goblet and this Spritz.\r\n\r\nThe 2018 Artis catalogue has tons more glassware, tabletop and barware ideas. For your own personal copy, call 020 8391 5544 or go download online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>','TRY THIS FESTIVE CHRISTMAS SPRITZ','','publish','closed','open','','festive-christmas-spritz-artis','','','2018-10-23 09:21:23','2018-10-23 09:21:23','',0,'http://www.ontradeprogress.com/?p=2907',0,'post','',0),(2908,1,'2018-10-23 09:07:06','2018-10-23 09:07:06','','Christmas Spritz this festive season','Christmas Spritz this festive season','inherit','closed','closed','','christmas-spritz','','','2018-10-23 09:08:07','2018-10-23 09:08:07','',2907,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Spritz.jpg',0,'attachment','image/jpeg',0),(2909,1,'2018-10-23 09:20:48','2018-10-23 09:20:48','<h1>To celebrate the start of the festive season, leading glassware distributor, <a href=\"http://www.artis-uk.com/\" target=\"_blank\" rel=\"noopener\"><strong>Artis</strong></a>, has asked its resident mixologist to come up with a suitably more-ish seasonal tipple, the <strong>Christmas Spritz</strong>.</h1>\r\n[caption id=\"attachment_2908\" align=\"alignright\" width=\"217\"]<img class=\"wp-image-2908 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Spritz-217x300.jpg\" alt=\"Christmas Spritz this festive season\" width=\"217\" height=\"300\" /> Have a Christmas Spritz this festive season[/caption]\r\n<h2><strong>CHRISTMAS SPRITZ RECIPE</strong></h2>\r\n<strong>The Drink: </strong>Christmas Spritz\r\n\r\n<strong>The Glass: </strong>Mixology Spritz 57cl 20oz by Luigi Bormioli\r\n\r\n<strong>Ingredients: </strong>\r\n\r\n30ml cranberry juice\r\n60ml Solerno - blood orange liqueur\r\n120ml Prosecco\r\norange, cranberry, rosemary garnish\r\n\r\n<strong>Method: </strong>Build in the glass over ice and top with prosecco and garnish.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/13/cocktail-culture-hi-spirits-celebrates-london-cocktail-week/\">Cocktail culture - Hi-Spirits celebrate London Cocktail Week</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/st-james-has-launched-a-new-musical-cocktail-menu/\" target=\"_blank\" rel=\"noopener\">St. James has launched a new musical cocktail menu</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/29/keep-the-ice-flowing-during-the-run-up-to-christmas-and-into-the-new-year/\" target=\"_blank\" rel=\"noopener\">Keep the ice flowing for the festive season</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>A CHRISTMAS GIFT FROM ARTIS</strong>\r\n\r\nThe featured glass, Mixology Spritz, is part of the Luigi Bormioli mixology stemware collection. Artis is offering a 15% discount until the end of the year on all Mixology stemware, which includes the Coupe, Martini, Gin Goblet and this Spritz.\r\n\r\nThe 2018 Artis catalogue has tons more glassware, tabletop and barware ideas. For your own personal copy, call 020 8391 5544 or go download online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>','TRY THIS FESTIVE CHRISTMAS SPRITZ','','inherit','closed','closed','','2907-revision-v1','','','2018-10-23 09:20:48','2018-10-23 09:20:48','',2907,'http://www.ontradeprogress.com/2018/10/23/2907-revision-v1/',0,'revision','',0),(2910,1,'2018-10-23 10:14:14','2018-10-23 10:14:14','[caption id=\"attachment_2912\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2912 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Aiste_Funkin-Brand-Ambassador-300x200.jpg\" alt=\"Funkin innovation champion\" width=\"300\" height=\"200\" /> Funking innovation champion, Aiste Valiukaite, lands the role of brand ambassador[/caption]\r\n<h1 class=\"ox-2963c833ad-MsoNormal\"><a href=\"https://www.funkincocktails.co.uk/\" target=\"_blank\" rel=\"noopener\">Funkin</a>, Focusing on London, Valiukaite will leverage her industry knowledge and relationships to continue to build the Funkin brand and its portfolio of premium products with bars across the city.</h1>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite scooped the acclaimed title of Funkin Innovation Champion in 2017 when she was representing Original Sin in Stoke Newington and landed herself a part-time contract with Funkin. In her year as Innovation Champion, Valiukaite helped on product development, training and promoting the Funkin brand across the UK.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">She moved from Original Sin to the cocktail bar at the Merchant Hotel in Belfast and also undertook an internship at Empirical Spirits in Copenhagen.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“Being the Funkin Innovation Champion offered me so many opportunities to grow and develop my knowledge and insight,” says Valiukaite.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“I am delighted to be able to continue my career with Funkin, a dynamic and innovative business, and look forward to taking on my new role and building new relationships with the London on-trade.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite will take up her new position as Brand Ambassador from Monday 22<sup>nd</sup> October.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“We are delighted that Aiste is able to join the Funkin team on a permanent basis,” says Ben Anderson, Funkin Head of Marketing. “She truly understands the Funkin brand and most importantly the bartending community and trends and it is fantastic to see that one of our past Innovation Champions has been able to progress within our business in such a critical role.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Previous Funkin Innovation Champions have gone on to open consultancy firms, become brand ambassadors for leading spirits brands and also open their own bars.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/funkin-extends-innovation-lab-training-programme-to-scotland/\">Funkin extends innovation lab training programme to Scotland</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/04/leading-rtd-vk-searching-for-new-flavour/\">VK - searching for a new flavour</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Drinkaware urges to minimise alcohol harm over the festive period</a></li>\r\n</ul>','Innovation Champion lands Funkin Brand Ambassador role','','publish','closed','open','','funkin-innovation-champion-brand-ambassador','','\nhttp://www.ontradeprogress.com/2018/07/31/funkin-extends-innovation-lab-training-programme-to-scotland/','2018-10-23 10:20:20','2018-10-23 10:20:20','',0,'http://www.ontradeprogress.com/?p=2910',0,'post','',0),(2911,1,'2018-10-23 09:34:43','2018-10-23 09:34:43','<p class=\"ox-2963c833ad-MsoNormal\">22 October 2018: Funkin, the UK’s number one fruit purée brand, has announced that Aiste Valiukaite, Innovation Champion 2017/2018 will take on a permanent role within the business as Brand Ambassador.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Focusing on London, Valiukaite will leverage her industry knowledge and relationships to continue to build the Funkin brand and its portfolio of premium products with bars across the city.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite scooped the acclaimed title of Funkin Innovation Champion in 2017 when she was representing Original Sin in Stoke Newington and landed herself a part-time contract with Funkin. In her year as Innovation Champion, Valiukaite helped on product development, training and promoting the Funkin brand across the UK.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">She moved from Original Sin to the cocktail bar at the Merchant Hotel in Belfast and also undertook an internship at Empirical Spirits in Copenhagen.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“Being the Funkin Innovation Champion offered me so many opportunities to grow and develop my knowledge and insight,” says Valiukaite.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“I am delighted to be able to continue my career with Funkin, a dynamic and innovative business, and look forward to taking on my new role and building new relationships with the London on-trade.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite will take up her new position as Brand Ambassador from Monday 22<sup>nd</sup> October.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“We are delighted that Aiste is able to join the Funkin team on a permanent basis,” says Ben Anderson, Funkin Head of Marketing. “She truly understands the Funkin brand and most importantly the bartending community and trends and it is fantastic to see that one of our past Innovation Champions has been able to progress within our business in such a critical role.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\"></p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Previous Funkin Innovation Champions have gone on to open consultancy firms, become brand ambassadors for leading spirits brands and also open their own bars.</p>','Innovation Champion lands Funkin Brand Ambassador role','','inherit','closed','closed','','2910-revision-v1','','','2018-10-23 09:34:43','2018-10-23 09:34:43','',2910,'http://www.ontradeprogress.com/2018/10/23/2910-revision-v1/',0,'revision','',0),(2912,1,'2018-10-23 10:03:08','2018-10-23 10:03:08','','Funkin innovation champion','','inherit','closed','closed','','aiste_funkin-brand-ambassador','','','2018-10-23 10:11:58','2018-10-23 10:11:58','',2910,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Aiste_Funkin-Brand-Ambassador.jpg',0,'attachment','image/jpeg',0),(2913,1,'2018-10-23 10:11:34','2018-10-23 10:11:34','[caption id=\"attachment_2912\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2912 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Aiste_Funkin-Brand-Ambassador-300x200.jpg\" alt=\"Funkin innovation champion\" width=\"300\" height=\"200\" /> Funkin innovation champion, Aiste Valiukaite, will take the role of brand ambassador<a style=\"font-size: 14px;\" href=\"https://www.funkincocktails.co.uk/\" target=\"_blank\" rel=\"noopener\">Funkin</a><span style=\"font-size: 14px;\">, the UK’s number one fruit purée brand, has announced that Aiste Valiukaite, Innovation Champion 2017/2018 will take on a permanent role within the business as Brand Ambassador.</span>[/caption]\r\n<h1 class=\"ox-2963c833ad-MsoNormal\"><a href=\"https://www.funkincocktails.co.uk/\" target=\"_blank\" rel=\"noopener\">Funkin</a>, Focusing on London, Valiukaite will leverage her industry knowledge and relationships to continue to build the Funkin brand and its portfolio of premium products with bars across the city.</h1>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite scooped the acclaimed title of Funkin Innovation Champion in 2017 when she was representing Original Sin in Stoke Newington and landed herself a part-time contract with Funkin. In her year as Innovation Champion, Valiukaite helped on product development, training and promoting the Funkin brand across the UK.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">She moved from Original Sin to the cocktail bar at the Merchant Hotel in Belfast and also undertook an internship at Empirical Spirits in Copenhagen.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“Being the Funkin Innovation Champion offered me so many opportunities to grow and develop my knowledge and insight,” says Valiukaite.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“I am delighted to be able to continue my career with Funkin, a dynamic and innovative business, and look forward to taking on my new role and building new relationships with the London on-trade.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite will take up her new position as Brand Ambassador from Monday 22<sup>nd</sup> October.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“We are delighted that Aiste is able to join the Funkin team on a permanent basis,” says Ben Anderson, Funkin Head of Marketing. “She truly understands the Funkin brand and most importantly the bartending community and trends and it is fantastic to see that one of our past Innovation Champions has been able to progress within our business in such a critical role.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Previous Funkin Innovation Champions have gone on to open consultancy firms, become brand ambassadors for leading spirits brands and also open their own bars.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/funkin-extends-innovation-lab-training-programme-to-scotland/\">Funkin extends innovation lab training programme to Scotland</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/04/leading-rtd-vk-searching-for-new-flavour/\">VK - searching for a new flavour</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Drinkaware urges to minimise alcohol harm over the festive period</a></li>\r\n</ul>','Innovation Champion lands Funkin Brand Ambassador role','','inherit','closed','closed','','2910-revision-v1','','','2018-10-23 10:11:34','2018-10-23 10:11:34','',2910,'http://www.ontradeprogress.com/2018/10/23/2910-revision-v1/',0,'revision','',0),(2914,1,'2018-10-23 10:13:10','2018-10-23 10:13:10','[caption id=\"attachment_2912\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2912 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Aiste_Funkin-Brand-Ambassador-300x200.jpg\" alt=\"Funkin innovation champion\" width=\"300\" height=\"200\" /> Funking innovation champion lands the role of brand ambassador[/caption]\r\n<h1 class=\"ox-2963c833ad-MsoNormal\"><a href=\"https://www.funkincocktails.co.uk/\" target=\"_blank\" rel=\"noopener\">Funkin</a>, Focusing on London, Valiukaite will leverage her industry knowledge and relationships to continue to build the Funkin brand and its portfolio of premium products with bars across the city.</h1>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite scooped the acclaimed title of Funkin Innovation Champion in 2017 when she was representing Original Sin in Stoke Newington and landed herself a part-time contract with Funkin. In her year as Innovation Champion, Valiukaite helped on product development, training and promoting the Funkin brand across the UK.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">She moved from Original Sin to the cocktail bar at the Merchant Hotel in Belfast and also undertook an internship at Empirical Spirits in Copenhagen.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“Being the Funkin Innovation Champion offered me so many opportunities to grow and develop my knowledge and insight,” says Valiukaite.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“I am delighted to be able to continue my career with Funkin, a dynamic and innovative business, and look forward to taking on my new role and building new relationships with the London on-trade.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite will take up her new position as Brand Ambassador from Monday 22<sup>nd</sup> October.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“We are delighted that Aiste is able to join the Funkin team on a permanent basis,” says Ben Anderson, Funkin Head of Marketing. “She truly understands the Funkin brand and most importantly the bartending community and trends and it is fantastic to see that one of our past Innovation Champions has been able to progress within our business in such a critical role.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Previous Funkin Innovation Champions have gone on to open consultancy firms, become brand ambassadors for leading spirits brands and also open their own bars.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/funkin-extends-innovation-lab-training-programme-to-scotland/\">Funkin extends innovation lab training programme to Scotland</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/04/leading-rtd-vk-searching-for-new-flavour/\">VK - searching for a new flavour</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Drinkaware urges to minimise alcohol harm over the festive period</a></li>\r\n</ul>','Innovation Champion lands Funkin Brand Ambassador role','','inherit','closed','closed','','2910-revision-v1','','','2018-10-23 10:13:10','2018-10-23 10:13:10','',2910,'http://www.ontradeprogress.com/2018/10/23/2910-revision-v1/',0,'revision','',0),(2915,1,'2018-10-23 10:14:14','2018-10-23 10:14:14','[caption id=\"attachment_2912\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-2912 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Aiste_Funkin-Brand-Ambassador-300x200.jpg\" alt=\"Funkin innovation champion\" width=\"300\" height=\"200\" /> Funking innovation champion, Aiste Valiukaite, lands the role of brand ambassador[/caption]\r\n<h1 class=\"ox-2963c833ad-MsoNormal\"><a href=\"https://www.funkincocktails.co.uk/\" target=\"_blank\" rel=\"noopener\">Funkin</a>, Focusing on London, Valiukaite will leverage her industry knowledge and relationships to continue to build the Funkin brand and its portfolio of premium products with bars across the city.</h1>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite scooped the acclaimed title of Funkin Innovation Champion in 2017 when she was representing Original Sin in Stoke Newington and landed herself a part-time contract with Funkin. In her year as Innovation Champion, Valiukaite helped on product development, training and promoting the Funkin brand across the UK.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">She moved from Original Sin to the cocktail bar at the Merchant Hotel in Belfast and also undertook an internship at Empirical Spirits in Copenhagen.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“Being the Funkin Innovation Champion offered me so many opportunities to grow and develop my knowledge and insight,” says Valiukaite.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“I am delighted to be able to continue my career with Funkin, a dynamic and innovative business, and look forward to taking on my new role and building new relationships with the London on-trade.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Valiukaite will take up her new position as Brand Ambassador from Monday 22<sup>nd</sup> October.</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">“We are delighted that Aiste is able to join the Funkin team on a permanent basis,” says Ben Anderson, Funkin Head of Marketing. “She truly understands the Funkin brand and most importantly the bartending community and trends and it is fantastic to see that one of our past Innovation Champions has been able to progress within our business in such a critical role.”</p>\r\n<p class=\"ox-2963c833ad-MsoNormal\">Previous Funkin Innovation Champions have gone on to open consultancy firms, become brand ambassadors for leading spirits brands and also open their own bars.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/funkin-extends-innovation-lab-training-programme-to-scotland/\">Funkin extends innovation lab training programme to Scotland</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/04/leading-rtd-vk-searching-for-new-flavour/\">VK - searching for a new flavour</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Drinkaware urges to minimise alcohol harm over the festive period</a></li>\r\n</ul>','Innovation Champion lands Funkin Brand Ambassador role','','inherit','closed','closed','','2910-revision-v1','','','2018-10-23 10:14:14','2018-10-23 10:14:14','',2910,'http://www.ontradeprogress.com/2018/10/23/2910-revision-v1/',0,'revision','',0),(2916,1,'2018-10-23 10:49:35','2018-10-23 10:49:35','<h1>Independent Scottish brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, is expanding its network of UK bars with the launch of its first bar in the financial district of Canary Wharf. Nestled in the beating heart of the capital’s commercial epicentre at Unit 17, 2 Churchill Place, Canary Wharf, E14 5RB, BrewDog Canary Wharf is the brewer’s tenth venue in London and 70th bar worldwide.</h1>\r\n<ul>\r\n 	<li>In a nod to Canary Wharf’s position as London’s financial hub, tomorrow, BrewDog will launch ‘Hop Exchange’ a draft beer for which the price correlates with the movement of the FTSE 100.</li>\r\n 	<li>An electronic dot matrix affixed above the bar will relay the latest day’s trading results and the correlating price fluctuation.</li>\r\n 	<li>The Canary Wharf site will be the first to proudly accept Bitcoin (BTC) and Bitcoin Cash (BCH), as well as join BrewDog Clerkenwell in becoming a cashless bar.</li>\r\n 	<li>BrewDog expects to expand cashless and cryptocurrency payments across its fleet of global bars in the near future.</li>\r\n 	<li>To celebrate the introduction of new, future-proofed currency acceptance, BrewDog will gift the first 100 people through the bar’s doors with a BitCoin Cash wallet pre-loaded with a cryptocurrency valuation of anything from £12 to £100 on its public opening at 12pm on Friday 19th October.</li>\r\n 	<li>In addition to this, any purchase of beer between Friday and Sunday 21st October will be entered into a raffle with a chance of winning a wallet containing Bitcoin Cash to the value of £500.</li>\r\n 	<li>Craft beer fans can claim their cryptocurrency by downloading the Centbee wallet app at <a href=\"https://www.centbee.com/\">https://www.centbee.com/</a>.</li>\r\n 	<li>Boasting 20 draft lines, the Canary Wharf site will offer BrewDog favourites such as Punk IPA, Dead Pony Club and Elvis Juice alongside a comprehensive range of the world’s best craft beer</li>\r\n 	<li>A deli fridge stocked with a wide range of bottled beers and a LIVE beer tap will be available for craft beer fans to enjoy in the spacious 300 capacity bar.</li>\r\n 	<li>Alongside its renowned burger &amp; wings menu, BrewDog Canary Wharf will be serving up delicious weekday breakfast &amp; weekend brunch.</li>\r\n</ul>\r\n[caption id=\"attachment_2917\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2917\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Brewdog_Canary_Wharf_1608-300x200.jpg\" alt=\"BrewDog Canary Wharf\" width=\"300\" height=\"200\" /> BrewDog has opened a bar in Canary Wharf which accepts Bitcoin[/caption]\r\n\r\n<strong>James Watt, co-founder of BrewDog, said:</strong>\r\n\r\n“Our Canary Wharf bar further strengthens London’s claim to be the new craft beer capital of the world. The demand for better beer keeps growing every month and it reaches every community in the city. As more Londoners join the craft beer revolution, we’re more than happy to keep opening more bars and quenching their thirst with flavour-packed brews.\r\n\r\n&nbsp;\r\n\r\nWe’ve always prided ourselves on our desire to keep innovating. We’ve done it with beer, we’ve done it with our business model, and now we are championing a new way of paying for a pint. Our BrewDog Canary Wharf bar is the bellwether of a payment revolution.“\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\">Freshers are getting crafty</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\">Watneys raises a laugh with headliners craft range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/11/american-craft-beer-exports-surpass-125-million-grow-7-1-uk/\">American craft exports surpass $125 million</a></li>\r\n</ul>','BrewDog expands it\'s network of UK bars with it\'s first bar in Canary Wharf','','publish','closed','open','','brewdog-canary-wharf-venue','','http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\nhttp://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\nhttp://www.ontradeprogress.com/2018/04/11/american-craft-beer-exports-surpass-125-million-grow-7-1-uk/','2018-10-23 12:36:39','2018-10-23 12:36:39','',0,'http://www.ontradeprogress.com/?p=2916',0,'post','',0),(2917,1,'2018-10-23 10:33:25','2018-10-23 10:33:25','','BrewDog Canary Wharf','BrewDog has opened a bar in Canary Wharf which accepts Bitcoin','inherit','closed','closed','','brewdog_canary_wharf_1608','','','2018-10-23 10:41:45','2018-10-23 10:41:45','',2916,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Brewdog_Canary_Wharf_1608.jpg',0,'attachment','image/jpeg',0),(2918,1,'2018-10-23 10:49:14','2018-10-23 10:49:14','<h1>Independent Scottish brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, is expanding its network of UK bars with the launch of its first bar in the financial district of Canary Wharf. Nestled in the beating heart of the capital’s commercial epicentre at Unit 17, 2 Churchill Place, Canary Wharf, E14 5RB, BrewDog Canary Wharf is the brewer’s tenth venue in London and 70th bar worldwide.</h1>\r\n<ul>\r\n 	<li>In a nod to Canary Wharf’s position as London’s financial hub, tomorrow, BrewDog will launch ‘Hop Exchange’ a draft beer for which the price correlates with the movement of the FTSE 100.</li>\r\n 	<li>An electronic dot matrix affixed above the bar will relay the latest day’s trading results and the correlating price fluctuation.</li>\r\n 	<li>The Canary Wharf site will be the first to proudly accept Bitcoin (BTC) and Bitcoin Cash (BCH), as well as join BrewDog Clerkenwell in becoming a cashless bar.</li>\r\n 	<li>BrewDog expects to expand cashless and cryptocurrency payments across its fleet of global bars in the near future.</li>\r\n 	<li>To celebrate the introduction of new, future-proofed currency acceptance, BrewDog will gift the first 100 people through the bar’s doors with a BitCoin Cash wallet pre-loaded with a cryptocurrency valuation of anything from £12 to £100 on its public opening at 12pm on Friday 19th October.</li>\r\n 	<li>In addition to this, any purchase of beer between Friday and Sunday 21st October will be entered into a raffle with a chance of winning a wallet containing Bitcoin Cash to the value of £500.</li>\r\n 	<li>Craft beer fans can claim their cryptocurrency by downloading the Centbee wallet app at <a href=\"https://www.centbee.com/\">https://www.centbee.com/</a>.</li>\r\n 	<li>Boasting 20 draft lines, the Canary Wharf site will offer BrewDog favourites such as Punk IPA, Dead Pony Club and Elvis Juice alongside a comprehensive range of the world’s best craft beer</li>\r\n 	<li>A deli fridge stocked with a wide range of bottled beers and a LIVE beer tap will be available for craft beer fans to enjoy in the spacious 300 capacity bar.</li>\r\n 	<li>Alongside its renowned burger &amp; wings menu, BrewDog Canary Wharf will be serving up delicious weekday breakfast &amp; weekend brunch.</li>\r\n</ul>\r\n[caption id=\"attachment_2917\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2917\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Brewdog_Canary_Wharf_1608-300x200.jpg\" alt=\"BrewDog Canary Wharf\" width=\"300\" height=\"200\" /> BrewDog has opened a bar in Canary Wharf which accepts Bitcoin[/caption]\r\n\r\n<strong>James Watt, co-founder of BrewDog, said:</strong>\r\n\r\n“Our Canary Wharf bar further strengthens London’s claim to be the new craft beer capital of the world. The demand for better beer keeps growing every month and it reaches every community in the city. As more Londoners join the craft beer revolution, we’re more than happy to keep opening more bars and quenching their thirst with flavour-packed brews.\r\n\r\n&nbsp;\r\n\r\nWe’ve always prided ourselves on our desire to keep innovating. We’ve done it with beer, we’ve done it with our business model, and now we are championing a new way of paying for a pint. Our BrewDog Canary Wharf bar is the bellwether of a payment revolution.“\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\">Freshers are getting crafty</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\">Watneys raises a laugh with headliners craft range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/11/american-craft-beer-exports-surpass-125-million-grow-7-1-uk/\">American craft exports surpass $125 million</a></li>\r\n</ul>','','','inherit','closed','closed','','2916-revision-v1','','','2018-10-23 10:49:14','2018-10-23 10:49:14','',2916,'http://www.ontradeprogress.com/2018/10/23/2916-revision-v1/',0,'revision','',0),(2919,1,'2018-10-23 10:52:33','2018-10-23 10:52:33','<h1>Independent Scottish brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, is expanding its network of UK bars with the launch of its first bar in the financial district of Canary Wharf. Nestled in the beating heart of the capital’s commercial epicentre at Unit 17, 2 Churchill Place, Canary Wharf, E14 5RB, BrewDog Canary Wharf is the brewer’s tenth venue in London and 70th bar worldwide.</h1>\r\n<ul>\r\n 	<li>In a nod to Canary Wharf’s position as London’s financial hub, tomorrow, BrewDog will launch ‘Hop Exchange’ a draft beer for which the price correlates with the movement of the FTSE 100.</li>\r\n 	<li>An electronic dot matrix affixed above the bar will relay the latest day’s trading results and the correlating price fluctuation.</li>\r\n 	<li>The Canary Wharf site will be the first to proudly accept Bitcoin (BTC) and Bitcoin Cash (BCH), as well as join BrewDog Clerkenwell in becoming a cashless bar.</li>\r\n 	<li>BrewDog expects to expand cashless and cryptocurrency payments across its fleet of global bars in the near future.</li>\r\n 	<li>To celebrate the introduction of new, future-proofed currency acceptance, BrewDog will gift the first 100 people through the bar’s doors with a BitCoin Cash wallet pre-loaded with a cryptocurrency valuation of anything from £12 to £100 on its public opening at 12pm on Friday 19th October.</li>\r\n 	<li>In addition to this, any purchase of beer between Friday and Sunday 21st October will be entered into a raffle with a chance of winning a wallet containing Bitcoin Cash to the value of £500.</li>\r\n 	<li>Craft beer fans can claim their cryptocurrency by downloading the Centbee wallet app at <a href=\"https://www.centbee.com/\">https://www.centbee.com/</a>.</li>\r\n 	<li>Boasting 20 draft lines, the Canary Wharf site will offer BrewDog favourites such as Punk IPA, Dead Pony Club and Elvis Juice alongside a comprehensive range of the world’s best craft beer</li>\r\n 	<li>A deli fridge stocked with a wide range of bottled beers and a LIVE beer tap will be available for craft beer fans to enjoy in the spacious 300 capacity bar.</li>\r\n 	<li>Alongside its renowned burger &amp; wings menu, BrewDog Canary Wharf will be serving up delicious weekday breakfast &amp; weekend brunch.</li>\r\n</ul>\r\n[caption id=\"attachment_2917\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2917\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Brewdog_Canary_Wharf_1608-300x200.jpg\" alt=\"BrewDog Canary Wharf\" width=\"300\" height=\"200\" /> BrewDog has opened a bar in Canary Wharf which accepts Bitcoin[/caption]\r\n\r\n<strong>James Watt, co-founder of BrewDog, said:</strong>\r\n\r\n“Our Canary Wharf bar further strengthens London’s claim to be the new craft beer capital of the world. The demand for better beer keeps growing every month and it reaches every community in the city. As more Londoners join the craft beer revolution, we’re more than happy to keep opening more bars and quenching their thirst with flavour-packed brews.\r\n\r\n&nbsp;\r\n\r\nWe’ve always prided ourselves on our desire to keep innovating. We’ve done it with beer, we’ve done it with our business model, and now we are championing a new way of paying for a pint. Our BrewDog Canary Wharf bar is the bellwether of a payment revolution.“\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\">Freshers are getting crafty</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\">Watneys raises a laugh with headliners craft range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/11/american-craft-beer-exports-surpass-125-million-grow-7-1-uk/\">American craft exports surpass $125 million</a></li>\r\n</ul>','BrewDog expands it\'s network of UK bars with it\'s first bar in Canary Wharf','','inherit','closed','closed','','2916-autosave-v1','','','2018-10-23 10:52:33','2018-10-23 10:52:33','',2916,'http://www.ontradeprogress.com/2018/10/23/2916-autosave-v1/',0,'revision','',0),(2920,1,'2018-10-23 10:52:21','2018-10-23 10:52:21','<h1>Independent Scottish brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, is expanding its network of UK bars with the launch of its first bar in the financial district of Canary Wharf. Nestled in the beating heart of the capital’s commercial epicentre at Unit 17, 2 Churchill Place, Canary Wharf, E14 5RB, BrewDog Canary Wharf is the brewer’s tenth venue in London and 70th bar worldwide.</h1>\r\n<ul>\r\n 	<li>In a nod to Canary Wharf’s position as London’s financial hub, tomorrow, BrewDog will launch ‘Hop Exchange’ a draft beer for which the price correlates with the movement of the FTSE 100.</li>\r\n 	<li>An electronic dot matrix affixed above the bar will relay the latest day’s trading results and the correlating price fluctuation.</li>\r\n 	<li>The Canary Wharf site will be the first to proudly accept Bitcoin (BTC) and Bitcoin Cash (BCH), as well as join BrewDog Clerkenwell in becoming a cashless bar.</li>\r\n 	<li>BrewDog expects to expand cashless and cryptocurrency payments across its fleet of global bars in the near future.</li>\r\n 	<li>To celebrate the introduction of new, future-proofed currency acceptance, BrewDog will gift the first 100 people through the bar’s doors with a BitCoin Cash wallet pre-loaded with a cryptocurrency valuation of anything from £12 to £100 on its public opening at 12pm on Friday 19th October.</li>\r\n 	<li>In addition to this, any purchase of beer between Friday and Sunday 21st October will be entered into a raffle with a chance of winning a wallet containing Bitcoin Cash to the value of £500.</li>\r\n 	<li>Craft beer fans can claim their cryptocurrency by downloading the Centbee wallet app at <a href=\"https://www.centbee.com/\">https://www.centbee.com/</a>.</li>\r\n 	<li>Boasting 20 draft lines, the Canary Wharf site will offer BrewDog favourites such as Punk IPA, Dead Pony Club and Elvis Juice alongside a comprehensive range of the world’s best craft beer</li>\r\n 	<li>A deli fridge stocked with a wide range of bottled beers and a LIVE beer tap will be available for craft beer fans to enjoy in the spacious 300 capacity bar.</li>\r\n 	<li>Alongside its renowned burger &amp; wings menu, BrewDog Canary Wharf will be serving up delicious weekday breakfast &amp; weekend brunch.</li>\r\n</ul>\r\n[caption id=\"attachment_2917\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2917\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Brewdog_Canary_Wharf_1608-300x200.jpg\" alt=\"BrewDog Canary Wharf\" width=\"300\" height=\"200\" /> BrewDog has opened a bar in Canary Wharf which accepts Bitcoin[/caption]\r\n\r\n<strong>James Watt, co-founder of BrewDog, said:</strong>\r\n\r\n“Our Canary Wharf bar further strengthens London’s claim to be the new craft beer capital of the world. The demand for better beer keeps growing every month and it reaches every community in the city. As more Londoners join the craft beer revolution, we’re more than happy to keep opening more bars and quenching their thirst with flavour-packed brews.\r\n\r\n&nbsp;\r\n\r\nWe’ve always prided ourselves on our desire to keep innovating. We’ve done it with beer, we’ve done it with our business model, and now we are championing a new way of paying for a pint. Our BrewDog Canary Wharf bar is the bellwether of a payment revolution.“\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/\">Freshers are getting crafty</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\">Watneys raises a laugh with headliners craft range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/04/11/american-craft-beer-exports-surpass-125-million-grow-7-1-uk/\">American craft exports surpass $125 million</a></li>\r\n</ul>','BrewDog expands it\'s network of UK bars with it\'s first bar in Canary Wharf','','inherit','closed','closed','','2916-revision-v1','','','2018-10-23 10:52:21','2018-10-23 10:52:21','',2916,'http://www.ontradeprogress.com/2018/10/23/2916-revision-v1/',0,'revision','',0),(2921,1,'2018-10-23 12:51:24','2018-10-23 12:51:24','<h1 class=\"intro\">The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%, to a record high of 2,372 in 2017, up from 1,983 the previous year*, shows research from RPC, the City-headquartered law firm.</h1>\r\n<a href=\"https://www.rpc.co.uk/\" target=\"_blank\" rel=\"noopener\">RPC</a> says that the number of trademarks registered for craft beer has more than doubled since 2010, when only 1,072 trademarks for beer were registered.\r\n\r\nConsumer demand for ‘limited edition’ and ‘small batch’ beers means that breweries are launching far more products lines, with their own trademarks. This is a radical change from the pre-craft beer model which saw brewers consolidate their products lines and promote just a few “global brands”.\r\n\r\n<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, for example, now lists 20 different beers on its website. <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">Heineken</a>, on the other hand, only advertises two beers in the UK under the Heineken brand.\r\n\r\nSome of the major breweries are following the craft beer model of having a larger range of trademark-protected products, not just by buying craft brands through M&amp;A deals but launching more products under their own marque. For example, Diageo owned Guinness now produces a range of lagers and pale ales.\r\n\r\nSupermarkets are also encouraging the trend by allowing more beer companies onto their shelves and selling their own craft beer products. For example, Marks &amp; Spencer now stocks craft beer from UK microbrewers which it labels as its own products, such as Battersea Rye and British Clipper IPA.\r\n\r\nAsda announced last year that it was to add 100 craft beers to its range, which now includes BrewDog and BAD Co.\r\n<h2>The craft beer industry in the UK has followed the explosive growth of the sector in the US.</h2>\r\nThe market for beer trademarks is so active in the US that there are now boutique law firms focused on beer trademarks.\r\n\r\nBen Mark, Legal Director at RPC, says: “The craft beer market has grown to a scale where some of the IP behind the brands is extremely valuable. Protecting the value of those brands is becoming increasingly important.”\r\n\r\nRPC says that the rise in the number of beer trademarks has inevitably led to a host of trademark disputes in the sector. This has emphasised the need for businesses to protect their brands from the outset.\r\n\r\nCiara Cullen, Partner at RPC, comments: “The enormous range of products now available means that beer brands are likely to overlap.”\r\n\r\n“By ensuring that the business\' IP is protected and actively monitored and enforced from the outset this gives the business an edge on the competition in an increasingly saturated market. It can also alleviate the risk of lengthy legal battles down the road that inevitably distract from the more exciting business of innovation and growth.”\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog expands its network of UK bars with it\'s first in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/bohem-brewery-new-canned-lager/\" target=\"_blank\" rel=\"noopener\">Bohem Brewery launches canned lager range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\" target=\"_blank\" rel=\"noopener\">Watneys raises a laugh with headliners craft range</a></li>\r\n</ul>\r\n<strong>Recent disputes involving beer trademarks include:</strong>\r\n<ul>\r\n 	<li>Irish Distillers, which is part of the Pernod Ricard Group, successfully opposed a UK brewery’s trademark application on the ground that it could be confused with one of its own</li>\r\n 	<li>A brewing company’s application to register a logo as a trademark was successfully opposed by Paramount Pictures, who argued the brewer’s label bore too similar resemblance to its ‘Godfather’ title</li>\r\n 	<li>Scottish craft beer company Brewdog issued a legal warning against a Birmingham pub to prevent it sharing its name with BrewDog’s gin brand, ‘Lone Wolf’ - this has since been withdrawn</li>\r\n</ul>\r\n<h3><strong>\r\n</strong><strong>The number of trademarks registered in the UK for beer jumped by 20% last year</strong></h3>\r\n<strong><img src=\"https://www.rpc.co.uk/-/media/rpc/images/press-releases/craft-beer-boom-sees-trade-marks-jump-20-percent-to-record-high.png?la=en&amp;hash=AE10BFD5DF3C7B20DD916E34174444C704987958\" alt=\"Craft beer boom sees trade marks jump 20% to record high\" width=\"822\" height=\"478\" /></strong>\r\n\r\n<strong><em>* Class 32 - Beer, ale, porter, mineral and aerated waters etc.</em></strong>','The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%','','publish','closed','open','','craft-beer-boom-uk','','http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\nhttp://www.ontradeprogress.com/2018/10/10/bohem-brewery-new-canned-lager/','2018-10-23 13:02:54','2018-10-23 13:02:54','',0,'http://www.ontradeprogress.com/?p=2921',0,'post','',0),(2922,1,'2018-10-23 12:40:56','2018-10-23 12:40:56','','craft beer sales are up','Craft beer sales are up\nThe craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%','inherit','closed','closed','','beer-2449887_640','','','2018-10-23 12:49:28','2018-10-23 12:49:28','',2921,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/beer-2449887_640.jpg',0,'attachment','image/jpeg',0),(2923,1,'2018-10-23 12:48:24','2018-10-23 12:48:24','<h1 class=\"intro\">The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%, to a record high of 2,372 in 2017, up from 1,983 the previous year*, shows research from RPC, the City-headquartered law firm.</h1>\r\n<a href=\"https://www.rpc.co.uk/\" target=\"_blank\" rel=\"noopener\">RPC</a> says that the number of trademarks registered for craft beer has more than doubled since 2010, when only 1,072 trademarks for beer were registered.\r\n\r\nConsumer demand for ‘limited edition’ and ‘small batch’ beers means that breweries are launching far more products lines, with their own trademarks. This is a radical change from the pre-craft beer model which saw brewers consolidate their products lines and promote just a few “global brands”.\r\n\r\nBrewDog, for example, now lists 20 different beers on its website. Heineken, on the other hand, only advertises two beers in the UK under the Heineken brand.\r\n\r\nSome of the major breweries are following the craft beer model of having a larger range of trademark-protected products, not just by buying craft brands through M&amp;A deals but launching more products under their own marque. For example, Diageo owned Guinness now produces a range of lagers and pale ales.\r\n\r\nSupermarkets are also encouraging the trend by allowing more beer companies onto their shelves and selling their own craft beer products. For example, Marks &amp; Spencer now stocks craft beer from UK microbrewers which it labels as its own products, such as Battersea Rye and British Clipper IPA.\r\n\r\nAsda announced last year that it was to add 100 craft beers to its range, which now includes BrewDog and BAD Co.\r\n<h2>The craft beer industry in the UK has followed the explosive growth of the sector in the US.</h2>\r\nThe market for beer trademarks is so active in the US that there are now boutique law firms focused on beer trademarks.\r\n\r\nBen Mark, Legal Director at RPC, says: “The craft beer market has grown to a scale where some of the IP behind the brands is extremely valuable. Protecting the value of those brands is becoming increasingly important.”\r\n\r\nRPC says that the rise in the number of beer trademarks has inevitably led to a host of trademark disputes in the sector. This has emphasised the need for businesses to protect their brands from the outset.\r\n\r\nCiara Cullen, Partner at RPC, comments: “The enormous range of products now available means that beer brands are likely to overlap.”\r\n\r\n“By ensuring that the business\' IP is protected and actively monitored and enforced from the outset this gives the business an edge on the competition in an increasingly saturated market. It can also alleviate the risk of lengthy legal battles down the road that inevitably distract from the more exciting business of innovation and growth.”\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog expands its network of UK bars with it\'s first in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/bohem-brewery-new-canned-lager/\" target=\"_blank\" rel=\"noopener\">Bohem Brewery launches canned lager range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\" target=\"_blank\" rel=\"noopener\">Watneys raises a laugh with headliners craft range</a></li>\r\n</ul>\r\n<strong>Recent disputes involving beer trademarks include:</strong>\r\n<ul>\r\n 	<li>Irish Distillers, which is part of the Pernod Ricard Group, successfully opposed a UK brewery’s trademark application on the ground that it could be confused with one of its own</li>\r\n 	<li>A brewing company’s application to register a logo as a trademark was successfully opposed by Paramount Pictures, who argued the brewer’s label bore too similar resemblance to its ‘Godfather’ title</li>\r\n 	<li>Scottish craft beer company Brewdog issued a legal warning against a Birmingham pub to prevent it sharing its name with BrewDog’s gin brand, ‘Lone Wolf’ - this has since been withdrawn</li>\r\n</ul>\r\n<h3><strong>\r\n</strong><strong>The number of trademarks registered in the UK for beer jumped by 20% last year</strong></h3>\r\n<strong><img src=\"https://www.rpc.co.uk/-/media/rpc/images/press-releases/craft-beer-boom-sees-trade-marks-jump-20-percent-to-record-high.png?la=en&amp;hash=AE10BFD5DF3C7B20DD916E34174444C704987958\" alt=\"Craft beer boom sees trade marks jump 20% to record high\" width=\"822\" height=\"478\" /></strong>\r\n\r\n<strong><em>* Class 32 - Beer, ale, porter, mineral and aerated waters etc.</em></strong>','The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%','','inherit','closed','closed','','2921-revision-v1','','','2018-10-23 12:48:24','2018-10-23 12:48:24','',2921,'http://www.ontradeprogress.com/2018/10/23/2921-revision-v1/',0,'revision','',0),(2924,1,'2018-10-23 12:51:24','2018-10-23 12:51:24','<h1 class=\"intro\">The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%, to a record high of 2,372 in 2017, up from 1,983 the previous year*, shows research from RPC, the City-headquartered law firm.</h1>\r\n<a href=\"https://www.rpc.co.uk/\" target=\"_blank\" rel=\"noopener\">RPC</a> says that the number of trademarks registered for craft beer has more than doubled since 2010, when only 1,072 trademarks for beer were registered.\r\n\r\nConsumer demand for ‘limited edition’ and ‘small batch’ beers means that breweries are launching far more products lines, with their own trademarks. This is a radical change from the pre-craft beer model which saw brewers consolidate their products lines and promote just a few “global brands”.\r\n\r\n<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, for example, now lists 20 different beers on its website. <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">Heineken</a>, on the other hand, only advertises two beers in the UK under the Heineken brand.\r\n\r\nSome of the major breweries are following the craft beer model of having a larger range of trademark-protected products, not just by buying craft brands through M&amp;A deals but launching more products under their own marque. For example, Diageo owned Guinness now produces a range of lagers and pale ales.\r\n\r\nSupermarkets are also encouraging the trend by allowing more beer companies onto their shelves and selling their own craft beer products. For example, Marks &amp; Spencer now stocks craft beer from UK microbrewers which it labels as its own products, such as Battersea Rye and British Clipper IPA.\r\n\r\nAsda announced last year that it was to add 100 craft beers to its range, which now includes BrewDog and BAD Co.\r\n<h2>The craft beer industry in the UK has followed the explosive growth of the sector in the US.</h2>\r\nThe market for beer trademarks is so active in the US that there are now boutique law firms focused on beer trademarks.\r\n\r\nBen Mark, Legal Director at RPC, says: “The craft beer market has grown to a scale where some of the IP behind the brands is extremely valuable. Protecting the value of those brands is becoming increasingly important.”\r\n\r\nRPC says that the rise in the number of beer trademarks has inevitably led to a host of trademark disputes in the sector. This has emphasised the need for businesses to protect their brands from the outset.\r\n\r\nCiara Cullen, Partner at RPC, comments: “The enormous range of products now available means that beer brands are likely to overlap.”\r\n\r\n“By ensuring that the business\' IP is protected and actively monitored and enforced from the outset this gives the business an edge on the competition in an increasingly saturated market. It can also alleviate the risk of lengthy legal battles down the road that inevitably distract from the more exciting business of innovation and growth.”\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog expands its network of UK bars with it\'s first in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/bohem-brewery-new-canned-lager/\" target=\"_blank\" rel=\"noopener\">Bohem Brewery launches canned lager range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\" target=\"_blank\" rel=\"noopener\">Watneys raises a laugh with headliners craft range</a></li>\r\n</ul>\r\n<strong>Recent disputes involving beer trademarks include:</strong>\r\n<ul>\r\n 	<li>Irish Distillers, which is part of the Pernod Ricard Group, successfully opposed a UK brewery’s trademark application on the ground that it could be confused with one of its own</li>\r\n 	<li>A brewing company’s application to register a logo as a trademark was successfully opposed by Paramount Pictures, who argued the brewer’s label bore too similar resemblance to its ‘Godfather’ title</li>\r\n 	<li>Scottish craft beer company Brewdog issued a legal warning against a Birmingham pub to prevent it sharing its name with BrewDog’s gin brand, ‘Lone Wolf’ - this has since been withdrawn</li>\r\n</ul>\r\n<h3><strong>\r\n</strong><strong>The number of trademarks registered in the UK for beer jumped by 20% last year</strong></h3>\r\n<strong><img src=\"https://www.rpc.co.uk/-/media/rpc/images/press-releases/craft-beer-boom-sees-trade-marks-jump-20-percent-to-record-high.png?la=en&amp;hash=AE10BFD5DF3C7B20DD916E34174444C704987958\" alt=\"Craft beer boom sees trade marks jump 20% to record high\" width=\"822\" height=\"478\" /></strong>\r\n\r\n<strong><em>* Class 32 - Beer, ale, porter, mineral and aerated waters etc.</em></strong>','The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%','','inherit','closed','closed','','2921-revision-v1','','','2018-10-23 12:51:24','2018-10-23 12:51:24','',2921,'http://www.ontradeprogress.com/2018/10/23/2921-revision-v1/',0,'revision','',0),(2925,1,'2018-10-23 13:00:32','2018-10-23 13:00:32','<h1 class=\"intro\">The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%, to a record high of 2,372 in 2017, up from 1,983 the previous year*, shows research from RPC, the City-headquartered law firm.</h1>\r\n<a href=\"https://www.rpc.co.uk/\" target=\"_blank\" rel=\"noopener\">RPC</a> says that the number of trademarks registered for craft beer has more than doubled since 2010, when only 1,072 trademarks for beer were registered.\r\n\r\nConsumer demand for ‘limited edition’ and ‘small batch’ beers means that breweries are launching far more products lines, with their own trademarks. This is a radical change from the pre-craft beer model which saw brewers consolidate their products lines and promote just a few “global brands”.\r\n\r\n<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a>, for example, now lists 20 different beers on its website. <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">Heineken</a>, on the other hand, only advertises two beers in the UK under the Heineken brand.\r\n\r\nSome of the major breweries are following the craft beer model of having a larger range of trademark-protected products, not just by buying craft brands through M&amp;A deals but launching more products under their own marque. For example, Diageo owned Guinness now produces a range of lagers and pale ales.\r\n\r\nSupermarkets are also encouraging the trend by allowing more beer companies onto their shelves and selling their own craft beer products. For example, Marks &amp; Spencer now stocks craft beer from UK microbrewers which it labels as its own products, such as Battersea Rye and British Clipper IPA.\r\n\r\nAsda announced last year that it was to add 100 craft beers to its range, which now includes BrewDog and BAD Co.\r\n<h2>The craft beer industry in the UK has followed the explosive growth of the sector in the US.</h2>\r\nThe market for beer trademarks is so active in the US that there are now boutique law firms focused on beer trademarks.\r\n\r\nBen Mark, Legal Director at RPC, says: “The craft beer market has grown to a scale where some of the IP behind the brands is extremely valuable. Protecting the value of those brands is becoming increasingly important.”\r\n\r\nRPC says that the rise in the number of beer trademarks has inevitably led to a host of trademark disputes in the sector. This has emphasised the need for businesses to protect their brands from the outset.\r\n\r\nCiara Cullen, Partner at RPC, comments: “The enormous range of products now available means that beer brands are likely to overlap.”\r\n\r\n“By ensuring that the business\' IP is protected and actively monitored and enforced from the outset this gives the business an edge on the competition in an increasingly saturated market. It can also alleviate the risk of lengthy legal battles down the road that inevitably distract from the more exciting business of innovation and growth.”\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog expands its network of UK bars with it\'s first in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/bohem-brewery-new-canned-lager/\" target=\"_blank\" rel=\"noopener\">Bohem Brewery launches canned lager range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/\" target=\"_blank\" rel=\"noopener\">Watneys raises a laugh with headliners craft range</a></li>\r\n</ul>\r\n<strong>Recent disputes involving beer trademarks include:</strong>\r\n<ul>\r\n 	<li>Irish Distillers, which is part of the Pernod Ricard Group, successfully opposed a UK brewery’s trademark application on the ground that it could be confused with one of its own</li>\r\n 	<li>A brewing company’s application to register a logo as a trademark was successfully opposed by Paramount Pictures, who argued the brewer’s label bore too similar resemblance to its ‘Godfather’ title</li>\r\n 	<li>Scottish craft beer company Brewdog issued a legal warning against a Birmingham pub to prevent it sharing its name with BrewDog’s gin brand, ‘Lone Wolf’ - this has since been withdrawn</li>\r\n</ul>\r\n<h3><strong>\r\n</strong><strong>The number of trademarks registered in the UK for beer jumped by 20% last year</strong></h3>\r\n<strong><img src=\"https://www.rpc.co.uk/-/media/rpc/images/press-releases/craft-beer-boom-sees-trade-marks-jump-20-percent-to-record-high.png?la=en&amp;hash=AE10BFD5DF3C7B20DD916E34174444C704987958\" alt=\"Craft beer boom sees trade marks jump 20% to record high\" width=\"822\" height=\"478\" /></strong>\r\n\r\n<strong><em>* Class 32 - Beer, ale, porter, mineral and aerated waters etc.</em></strong>','The craft beer boom has seen the number of new trademarks registered in the UK for beer brands rise by 20%','','inherit','closed','closed','','2921-autosave-v1','','','2018-10-23 13:00:32','2018-10-23 13:00:32','',2921,'http://www.ontradeprogress.com/2018/10/23/2921-autosave-v1/',0,'revision','',0),(2926,1,'2018-10-23 13:22:44','2018-10-23 13:22:44','<h1 class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\"><a href=\"https://jobtoday.com/\" target=\"_blank\" rel=\"noopener\">Job Today</a> has launched a pilot Bar Academy initiative offering paid work experience to job seekers in the restaurant industry.</span></h1>\r\n<span class=\"ox-c455d5e14b-gmail-s1\">The experimental Bar Academy will take place inside London’s Michelin-starred <a href=\"http://www.pied-a-terre.co.uk/\" target=\"_blank\" rel=\"noopener\">Pied a Terre</a>, a gastronomic French restaurant in Fitzrovia. Restaurateur and owner David Moore will tutor 10 job seekers, teaching each how to create three unique cocktail masterpieces. One applicant will then be awarded a week of paid work experience at Pied a Terre.</span>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is the UK’s number 1 hiring app, with over 5 million users, helping young job seekers get hired in 24 hours. As well as connecting them with thousands of job opportunities they are now offering vital training to help reach their job goals – in this case, paid work experience.</span></p>\r\n\r\n\r\n[caption id=\"attachment_2928\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2928\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/waitress-2376728_640-300x213.jpg\" alt=\"Job seekers\" width=\"300\" height=\"213\" /> Job seekers are able to get experience at a Michelin-star restaurant[/caption]\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Employment trailblazer Polina Montano, co-founder of JOB TODAY, is spearheading the Bar Academy initiative offering work experience to job seekers. Polina explains: “Through JOB TODAY Bar Academy event we are giving employers a platform to offer paid work experience and job seekers the opportunity to understand more about the industry they want to work in. This initiative is the perfect chance for job seekers to become hands-on and learn new skills, therefore helping them become more employable. It’s a fantastic opportunity to make contacts and learn tricks of the trade from talented peers.”</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY understands it’s becoming increasingly harder to get on the job ladder and know learning vital skills through unpaid work experience is becoming more commonplace.  As a result, Bar Academy is the first event of a wider Job Academy project they’ve created for the casual job market. JOB TODAY’s learning academy will soon be extended into roles for kitchen porters, waiters, baristas and other entry-level positions across the service industry to help young people make their first steps on the labour market.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/ukhospitality-promotes-job-stability-at-low-pay-commission/\">UKHospitality promotes job stability at low pay commission</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/05/16/cost-pressures-risk-sector-job-creation-warns-ukhospitality/\">Cost pressures risk sector job creations - UKHospitality</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\r\n</ul>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">For further information on Job Today’s Academy programme, visit <a href=\"http://jobtoday.com/job-today-academy\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">jobtoday.com/job-today-academy</span></a>  </span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is a unique hiring solution that connects millions of young job seekers to open vacancies at local businesses around them, bringing hiring online for the first time even for casual jobs.</span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Visit <a href=\"https://jobtoday.com.en/\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">https://jobtoday.com.en/</span></a> to search thousands of new jobs every week.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>','The UK’s No 1 job hiring app offers paid work in a Michelin-starred restaurant.','','publish','closed','open','','job-seekers-app-michelin-restaurant','','\nhttp://www.ontradeprogress.com/2018/06/11/ukhospitality-promotes-job-stability-at-low-pay-commission/','2018-10-23 14:48:37','2018-10-23 14:48:37','',0,'http://www.ontradeprogress.com/?p=2926',0,'post','',0),(2927,1,'2018-10-23 13:07:47','2018-10-23 13:07:47','','Job seekers','Job seekers are able to get experience at a Michelin-star restaurant','inherit','closed','closed','','waiter-492872_640','','','2018-10-23 13:22:17','2018-10-23 13:22:17','',2926,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/waiter-492872_640.jpg',0,'attachment','image/jpeg',0),(2928,1,'2018-10-23 13:16:57','2018-10-23 13:16:57','','Job seekers','Job seekers are able to get experience at a Michellin-star restaurant','inherit','closed','closed','','waitress-2376728_640','','','2018-10-23 13:17:25','2018-10-23 13:17:25','',2926,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/waitress-2376728_640.jpg',0,'attachment','image/jpeg',0),(2929,1,'2018-10-23 13:22:26','2018-10-23 13:22:26','<h1 class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\"><a href=\"https://jobtoday.com/\" target=\"_blank\" rel=\"noopener\">Job Today</a> has launched a pilot Bar Academy initiative offering paid work experience to job seekers in the restaurant industry.</span></h1>\r\n<p class=\"ox-c455d5e14b-gmail-p6\"></p>\r\n<span class=\"ox-c455d5e14b-gmail-s1\">The experimental Bar Academy will take place inside London’s Michelin-starred <a href=\"http://www.pied-a-terre.co.uk/\" target=\"_blank\" rel=\"noopener\">Pied a Terre</a>, a gastronomic French restaurant in Fitzrovia. Restaurateur and owner David Moore will tutor 10 job seekers, teaching each how to create three unique cocktail masterpieces. One applicant will then be awarded a week of paid work experience at Pied a Terre.</span>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is the UK’s number 1 hiring app, with over 5 million users, helping young job seekers get hired in 24 hours. As well as connecting them with thousands of job opportunities they are now offering vital training to help reach their job goals – in this case, paid work experience.</span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p6\"></p>\r\n\r\n\r\n[caption id=\"attachment_2928\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2928\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/waitress-2376728_640-300x213.jpg\" alt=\"Job seekers\" width=\"300\" height=\"213\" /> Job seekers are able to get experience at a Michelin-star restaurant[/caption]\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Employment trailblazer Polina Montano, co-founder of JOB TODAY, is spearheading the Bar Academy initiative offering work experience to job seekers. Polina explains: “Through JOB TODAY Bar Academy event we are giving employers a platform to offer paid work experience and job seekers the opportunity to understand more about the industry they want to work in. This initiative is the perfect chance for job seekers to become hands-on and learn new skills, therefore helping them become more employable. It’s a fantastic opportunity to make contacts and learn tricks of the trade from talented peers.”</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p6\"></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY understands it’s becoming increasingly harder to get on the job ladder and know learning vital skills through unpaid work experience is becoming more commonplace.  As a result, Bar Academy is the first event of a wider Job Academy project they’ve created for the casual job market. JOB TODAY’s learning academy will soon be extended into roles for kitchen porters, waiters, baristas and other entry-level positions across the service industry to help young people make their first steps on the labour market.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/ukhospitality-promotes-job-stability-at-low-pay-commission/\">UKHospitality promotes job stability at low pay commission</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/05/16/cost-pressures-risk-sector-job-creation-warns-ukhospitality/\">Cost pressures risk risk sector job creations - UKHospitality</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\r\n</ul>\r\n<p class=\"ox-c455d5e14b-gmail-p6\"></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">For further information on Job Today’s Academy programme, visit <a href=\"http://jobtoday.com/job-today-academy\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">jobtoday.com/job-today-academy</span></a>  </span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p6\"></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is a unique hiring solution that connects millions of young job seekers to open vacancies at local businesses around them, bringing hiring online for the first time even for casual jobs.</span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p6\"></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Visit <a href=\"https://jobtoday.com.en/\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">https://jobtoday.com.en/</span></a> to search thousands of new jobs every week.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>','The UK’s No 1 job hiring app offers paid work in a Michelin-starred restaurant.','','inherit','closed','closed','','2926-revision-v1','','','2018-10-23 13:22:26','2018-10-23 13:22:26','',2926,'http://www.ontradeprogress.com/2018/10/23/2926-revision-v1/',0,'revision','',0),(2930,1,'2018-10-23 13:32:08','2018-10-23 13:32:08','<h1 class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\"><a href=\"https://jobtoday.com/\" target=\"_blank\" rel=\"noopener\">Job Today</a> has launched a pilot Bar Academy initiative offering paid work experience to job seekers in the restaurant industry.</span></h1>\n<span class=\"ox-c455d5e14b-gmail-s1\">The experimental Bar Academy will take place inside London’s Michelin-starred <a href=\"http://www.pied-a-terre.co.uk/\" target=\"_blank\" rel=\"noopener\">Pied a Terre</a>, a gastronomic French restaurant in Fitzrovia. Restaurateur and owner David Moore will tutor 10 job seekers, teaching each how to create three unique cocktail masterpieces. One applicant will then be awarded a week of paid work experience at Pied a Terre.</span>\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is the UK’s number 1 hiring app, with over 5 million users, helping young job seekers get hired in 24 hours. As well as connecting them with thousands of job opportunities they are now offering vital training to help reach their job goals – in this case, paid work experience.</span></p>\n\n\n[caption id=\"attachment_2928\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2928\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/waitress-2376728_640-300x213.jpg\" alt=\"Job seekers\" width=\"300\" height=\"213\" /> Job seekers are able to get experience at a Michelin-star restaurant[/caption]\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Employment trailblazer Polina Montano, co-founder of JOB TODAY, is spearheading the Bar Academy initiative offering work experience to job seekers. Polina explains: “Through JOB TODAY Bar Academy event we are giving employers a platform to offer paid work experience and job seekers the opportunity to understand more about the industry they want to work in. This initiative is the perfect chance for job seekers to become hands-on and learn new skills, therefore helping them become more employable. It’s a fantastic opportunity to make contacts and learn tricks of the trade from talented peers.”</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY understands it’s becoming increasingly harder to get on the job ladder and know learning vital skills through unpaid work experience is becoming more commonplace.  As a result, Bar Academy is the first event of a wider Job Academy project they’ve created for the casual job market. JOB TODAY’s learning academy will soon be extended into roles for kitchen porters, waiters, baristas and other entry-level positions across the service industry to help young people make their first steps on the labour market.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\n\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/ukhospitality-promotes-job-stability-at-low-pay-commission/\">UKHospitality promotes job stability at low pay commission</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/05/16/cost-pressures-risk-sector-job-creation-warns-ukhospitality/\">Cost pressures risk sector job creations - UKHospitality</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\n</ul>\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">For further information on Job Today’s Academy programme, visit <a href=\"http://jobtoday.com/job-today-academy\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">jobtoday.com/job-today-academy</span></a>  </span></p>\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is a unique hiring solution that connects millions of young job seekers to open vacancies at local businesses around them, bringing hiring online for the first time even for casual jobs.</span></p>\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Visit <a href=\"https://jobtoday.com.en/\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">https://jobtoday.com.en/</span></a> to search thousands of new jobs every week.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>','The UK’s No 1 job hiring app offers paid work in a Michelin-starred restaurant.','','inherit','closed','closed','','2926-autosave-v1','','','2018-10-23 13:32:08','2018-10-23 13:32:08','',2926,'http://www.ontradeprogress.com/2018/10/23/2926-autosave-v1/',0,'revision','',0),(2931,1,'2018-10-23 14:48:37','2018-10-23 14:48:37','<h1 class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\"><a href=\"https://jobtoday.com/\" target=\"_blank\" rel=\"noopener\">Job Today</a> has launched a pilot Bar Academy initiative offering paid work experience to job seekers in the restaurant industry.</span></h1>\r\n<span class=\"ox-c455d5e14b-gmail-s1\">The experimental Bar Academy will take place inside London’s Michelin-starred <a href=\"http://www.pied-a-terre.co.uk/\" target=\"_blank\" rel=\"noopener\">Pied a Terre</a>, a gastronomic French restaurant in Fitzrovia. Restaurateur and owner David Moore will tutor 10 job seekers, teaching each how to create three unique cocktail masterpieces. One applicant will then be awarded a week of paid work experience at Pied a Terre.</span>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is the UK’s number 1 hiring app, with over 5 million users, helping young job seekers get hired in 24 hours. As well as connecting them with thousands of job opportunities they are now offering vital training to help reach their job goals – in this case, paid work experience.</span></p>\r\n\r\n\r\n[caption id=\"attachment_2928\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2928\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/waitress-2376728_640-300x213.jpg\" alt=\"Job seekers\" width=\"300\" height=\"213\" /> Job seekers are able to get experience at a Michelin-star restaurant[/caption]\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Employment trailblazer Polina Montano, co-founder of JOB TODAY, is spearheading the Bar Academy initiative offering work experience to job seekers. Polina explains: “Through JOB TODAY Bar Academy event we are giving employers a platform to offer paid work experience and job seekers the opportunity to understand more about the industry they want to work in. This initiative is the perfect chance for job seekers to become hands-on and learn new skills, therefore helping them become more employable. It’s a fantastic opportunity to make contacts and learn tricks of the trade from talented peers.”</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY understands it’s becoming increasingly harder to get on the job ladder and know learning vital skills through unpaid work experience is becoming more commonplace.  As a result, Bar Academy is the first event of a wider Job Academy project they’ve created for the casual job market. JOB TODAY’s learning academy will soon be extended into roles for kitchen porters, waiters, baristas and other entry-level positions across the service industry to help young people make their first steps on the labour market.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/ukhospitality-promotes-job-stability-at-low-pay-commission/\">UKHospitality promotes job stability at low pay commission</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/05/16/cost-pressures-risk-sector-job-creation-warns-ukhospitality/\">Cost pressures risk sector job creations - UKHospitality</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\r\n</ul>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">For further information on Job Today’s Academy programme, visit <a href=\"http://jobtoday.com/job-today-academy\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">jobtoday.com/job-today-academy</span></a>  </span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">JOB TODAY is a unique hiring solution that connects millions of young job seekers to open vacancies at local businesses around them, bringing hiring online for the first time even for casual jobs.</span></p>\r\n<p class=\"ox-c455d5e14b-gmail-p5\"><span class=\"ox-c455d5e14b-gmail-s1\">Visit <a href=\"https://jobtoday.com.en/\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-c455d5e14b-gmail-s2\">https://jobtoday.com.en/</span></a> to search thousands of new jobs every week.</span><span class=\"ox-c455d5e14b-gmail-apple-converted-space\"> </span></p>','The UK’s No 1 job hiring app offers paid work in a Michelin-starred restaurant.','','inherit','closed','closed','','2926-revision-v1','','','2018-10-23 14:48:37','2018-10-23 14:48:37','',2926,'http://www.ontradeprogress.com/2018/10/23/2926-revision-v1/',0,'revision','',0),(2933,1,'2018-10-24 08:30:16','2018-10-24 08:30:16','<h1 class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul style=\"text-align: left;\">\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>For any sales enquiries please contact:</strong></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>Mangrove Global Limited – 020 3409 6565</strong></p>','el Jimador launches new limited-edition \'day of the dead\' bottles','','publish','closed','open','','el-jimador-limited-edition-dead-bottles','','http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\nhttp://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\nhttp://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\nhttp://www.ontradeprogress.com/2018/06/13/on-vodka-feature/','2018-10-24 10:48:41','2018-10-24 10:48:41','',0,'http://www.ontradeprogress.com/?p=2933',0,'post','',0),(2934,1,'2018-10-24 07:54:58','2018-10-24 07:54:58','','el jimador','el jimador for the on-trade goes on sale 2nd November','inherit','closed','closed','','image001-2','','','2018-10-24 07:57:01','2018-10-24 07:57:01','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image001.png',0,'attachment','image/png',0),(2935,1,'2018-10-24 07:55:01','2018-10-24 07:55:01','','image002','','inherit','closed','closed','','image002','','','2018-10-24 07:55:01','2018-10-24 07:55:01','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.jpg',0,'attachment','image/jpeg',0),(2936,1,'2018-10-24 07:55:12','2018-10-24 07:55:12','','image003','','inherit','closed','closed','','image003','','','2018-10-24 07:55:12','2018-10-24 07:55:12','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003.jpg',0,'attachment','image/jpeg',0),(2937,1,'2018-10-24 07:55:14','2018-10-24 07:55:14','','image004','','inherit','closed','closed','','image004','','','2018-10-24 07:55:14','2018-10-24 07:55:14','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image004.png',0,'attachment','image/png',0),(2938,1,'2018-10-24 07:59:13','2018-10-24 07:59:13','<h1 class=\"ox-82cc5feeac-MsoNormal\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"><img class=\"alignright wp-image-2934 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image001.png\" alt=\"el jimador\" width=\"211\" height=\"184\" /> Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how.On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">For any sales enquiries please contact:</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">Mangrove Global Limited – 020 3409 6565</p>','EL JIMADOR LAUNCHES NEW LIMITED-EDITION DAY OF THE DEAD BOTTLES','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 07:59:13','2018-10-24 07:59:13','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2939,1,'2018-10-24 08:16:20','2018-10-24 08:16:20','','el Jimador','el Jimador\'s Lifestyle Blanco','inherit','closed','closed','','lifestyle-blanco','','','2018-10-24 08:18:43','2018-10-24 08:18:43','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Lifestyle-Blanco.jpg',0,'attachment','image/jpeg',0),(2940,1,'2018-10-24 08:18:48','2018-10-24 08:18:48','<h1 class=\"ox-82cc5feeac-MsoNormal\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"><img class=\"alignright wp-image-2934 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image001.png\" alt=\"el jimador\" width=\"211\" height=\"184\" /> Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">For any sales enquiries please contact:</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">Mangrove Global Limited – 020 3409 6565</p>','EL JIMADOR LAUNCHES NEW LIMITED-EDITION DAY OF THE DEAD BOTTLES','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 08:18:48','2018-10-24 08:18:48','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2941,1,'2018-10-24 08:20:44','2018-10-24 08:20:44','','blanco- black','','inherit','closed','closed','','blanco-black','','','2018-10-24 08:20:44','2018-10-24 08:20:44','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/blanco-black.jpg',0,'attachment','image/jpeg',0),(2942,1,'2018-10-24 08:21:04','2018-10-24 08:21:04','','Blanco- White','','inherit','closed','closed','','blanco-white','','','2018-10-24 08:21:04','2018-10-24 08:21:04','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Blanco-White.jpg',0,'attachment','image/jpeg',0),(2943,1,'2018-10-24 08:21:42','2018-10-24 08:21:42','','Both- Black','','inherit','closed','closed','','both-black','','','2018-10-24 08:21:42','2018-10-24 08:21:42','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Both-Black.jpg',0,'attachment','image/jpeg',0),(2944,1,'2018-10-24 08:22:31','2018-10-24 08:22:31','','el Jimador','el Jimador\'s new tequila will be available for the on-trade sector in November','inherit','closed','closed','','both-white','','','2018-10-24 08:25:35','2018-10-24 08:25:35','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white.jpg',0,'attachment','image/jpeg',0),(2945,1,'2018-10-24 08:22:53','2018-10-24 08:22:53','','lifestyle- rep','','inherit','closed','closed','','lifestyle-rep','','','2018-10-24 08:22:53','2018-10-24 08:22:53','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/lifestyle-rep.jpg',0,'attachment','image/jpeg',0),(2946,1,'2018-10-24 08:23:22','2018-10-24 08:23:22','','Rep- Black','','inherit','closed','closed','','rep-black','','','2018-10-24 08:23:22','2018-10-24 08:23:22','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Rep-Black.jpg',0,'attachment','image/jpeg',0),(2947,1,'2018-10-24 08:23:40','2018-10-24 08:23:40','','Rep- White','','inherit','closed','closed','','rep-white','','','2018-10-24 08:23:40','2018-10-24 08:23:40','',2933,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Rep-White.jpg',0,'attachment','image/jpeg',0),(2948,1,'2018-10-24 08:30:16','2018-10-24 08:30:16','<h1 class=\"ox-82cc5feeac-MsoNormal\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\"></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">For any sales enquiries please contact:</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">Mangrove Global Limited – 020 3409 6565</p>','EL JIMADOR LAUNCHES NEW LIMITED-EDITION DAY OF THE DEAD BOTTLES','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 08:30:16','2018-10-24 08:30:16','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2949,1,'2018-10-24 08:33:10','2018-10-24 08:33:10','<h1 class=\"ox-82cc5feeac-MsoNormal\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">For any sales enquiries please contact:</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">Mangrove Global Limited – 020 3409 6565</p>','EL JIMADOR LAUNCHES NEW LIMITED-EDITION DAY OF THE DEAD BOTTLES','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 08:33:10','2018-10-24 08:33:10','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2950,1,'2018-10-24 08:34:04','2018-10-24 08:34:04','<h1 class=\"ox-82cc5feeac-MsoNormal\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">For any sales enquiries please contact:</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\">Mangrove Global Limited – 020 3409 6565</p>','el Jimador launches new limited-edition day of the dead bottles','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 08:34:04','2018-10-24 08:34:04','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2951,1,'2018-10-24 09:15:27','2018-10-24 09:15:27','<h1><strong>With World Vegan Day (November 1st) fast approaching and outreach events like Veganuary gathering pace with every year, <a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions is unveiling two indulgent vegan bakes, helping caterers take the hard work out of harnessing a market in serious growth.  </strong></h1>\r\n&nbsp;\r\n\r\nThe new Lemon, Chia Seed &amp; Pistachio and Chocolate Cookie Loaf Cakes, respectively, have been created by the ARYZTA Food Solutions development chefs to help outlets cater for the growing number of vegan consumers – veganism in the UK has increased by 350% in the last decade* – alongside so-called flexitarians; those actively looking to drastically reduce their intake of animal products.\r\n\r\n&nbsp;\r\n<h2>With the movement now going mainstream, caterers can use these innovative and indulgent bakes to take their rightful slice.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2952\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-2952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-200x300.jpg\" alt=\"ARYZTA\'s New Lemon, Chia Seed &amp; Pistachio Loaf Cake for vegans\" width=\"200\" height=\"300\" /> ARYZTA\'s New Lemon, Chia Seed &amp; Pistachio Loaf Cake for vegans[/caption]\r\n\r\nThe Lemon, Chia Seed &amp; Pistachio Loaf Cake has a moist lemon sponge with added chia seeds, which are a good source of omega-3 fatty acids, fibre, antioxidants, iron, and calcium. This is sandwiched with mixed fruit jam and lemon filling, decorated with a tangy lemon icing and finished with chopped pistachio nuts. For a more indulgent option, ARYZTA’s Chocolate Cookie Loaf Cake has a rich cocoa sponge sandwiched together with thick vanilla frosting and topped with frosting and cookie crumbs.\r\n\r\n&nbsp;\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions </strong>says that with the advent of these innovative cakes, those who fear vegan baking might suffer from a lack of flavour impact need to reconsider everything they thought they knew.\r\n\r\n&nbsp;\r\n\r\n“These vegan loaf cakes represent absolute zero compromise on taste, texture and enjoyment. From the rise in prominence of ‘meat-free Monday’ to the unbridled success of Veganuary – 168,000 people took part, with 62% remaining vegan after the month’s end** – 2018 has been the year of veganism. In 2019 we predict that plant-based diets will play an ever bigger role; there are now an estimated 3.5 million vegans in the UK^ and rising, many of whom will be looking for viable bakery options when eating out. We’re working to ensure caterers can take a share.”\r\n\r\n&nbsp;\r\n\r\nBoth cakes are supplied frozen in units of two per case. Crucially, they are provided unsliced helping caterers serve up bespoke portion sizes, depending on the day part and occasion.\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/09/26/aryzta-lemon-brulee-chocolate-mousse/\" target=\"_blank\" rel=\"noopener\">ARYZTA brings new desserts to the market</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/06/19/asters-new-vegan-brunch-in-collaboration-with-ketel-one-and-lumene-skincare/\">Aster\'s new brunch in collaboration with Ketel One and Lumene skincare</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/\">UK food industry commits to halving food waste by 2030</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Foodservice \'Best of the Best\' crowned as Quality Food Awards returns</a></strong></li>\r\n</ul>\r\nARYZTA Food Solutions is set to further grow its range of vegan bakery with the launch of four unique savouries set to land soon. These join ARYZTA Food Solutions’ existing vegan range including croissants and cakes.\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong> </strong>\r\n\r\n<strong>*The Vegan Society 2016 </strong>\r\n\r\n<strong>**Veganuary 2018</strong>\r\n\r\n<strong>^Comparethemarket.com 2018 </strong>','ARYZTA Food Solutions launches indulgent new vegan loaf cakes','','publish','closed','open','','aryzta-launches-vegan-loaf-cakes','','http://www.ontradeprogress.com/2018/09/26/aryzta-lemon-brulee-chocolate-mousse/\nhttp://www.ontradeprogress.com/2018/06/19/asters-new-vegan-brunch-in-collaboration-with-ketel-one-and-lumene-skincare/\nhttp://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/','2018-10-24 11:32:15','2018-10-24 11:32:15','',0,'http://www.ontradeprogress.com/?p=2951',0,'post','',0),(2952,1,'2018-10-24 08:57:04','2018-10-24 08:57:04','','ARYZTA\'s New Lemon, Chia Seed & Pistachio Loaf Cake for vegans','ARYZTA\'s New Lemon, Chia Seed & Pistachio Loaf Cake for vegans','inherit','closed','closed','','aryztas-new-lemon-chia-seed-pistachio-loaf-cake-lr','','','2018-10-24 09:02:30','2018-10-24 09:02:30','',2951,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR.jpg',0,'attachment','image/jpeg',0),(2953,1,'2018-10-24 08:57:08','2018-10-24 08:57:08','','Chocolate cookie vegan loaf cake','Chocolate cookie vegan loaf cake','inherit','closed','closed','','chocolate-cookie-loaf-cake-lr','','','2018-10-24 08:58:09','2018-10-24 08:58:09','',2951,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Chocolate-Cookie-Loaf-Cake-LR.jpg',0,'attachment','image/jpeg',0),(2954,1,'2018-10-24 09:14:26','2018-10-24 09:14:26','<h1><strong>With World Vegan Day (November 1st) fast approaching and outreach events like Veganuary gathering pace with every year, <a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions is unveiling two indulgent vegan bakes, helping caterers take the hard work out of harnessing a market in serious growth.  </strong></h1>\r\n&nbsp;\r\n\r\nThe new Lemon, Chia Seed &amp; Pistachio and Chocolate Cookie Loaf Cakes, respectively, have been created by the ARYZTA Food Solutions development chefs to help outlets cater for the growing number of vegan consumers – veganism in the UK has increased by 350% in the last decade* – alongside so-called flexitarians; those actively looking to drastically reduce their intake of animal products.\r\n\r\n&nbsp;\r\n<h2>With the movement now going mainstream, caterers can use these innovative and indulgent bakes to take their rightful slice.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2952\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-2952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-200x300.jpg\" alt=\"ARYZTA\'s New Lemon, Chia Seed &amp; Pistachio Loaf Cake for vegans\" width=\"200\" height=\"300\" /> ARYZTA\'s New Lemon, Chia Seed &amp; Pistachio Loaf Cake for vegans[/caption]\r\n\r\nThe Lemon, Chia Seed &amp; Pistachio Loaf Cake has a moist lemon sponge with added chia seeds, which are a good source of omega-3 fatty acids, fibre, antioxidants, iron, and calcium. This is sandwiched with mixed fruit jam and lemon filling, decorated with a tangy lemon icing and finished with chopped pistachio nuts. For a more indulgent option, ARYZTA’s Chocolate Cookie Loaf Cake has a rich cocoa sponge sandwiched together with thick vanilla frosting and topped with frosting and cookie crumbs.\r\n\r\n&nbsp;\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions </strong>says that with the advent of these innovative cakes, those who fear vegan baking might suffer from a lack of flavour impact need to reconsider everything they thought they knew.\r\n\r\n&nbsp;\r\n\r\n“These vegan loaf cakes represent absolute zero compromise on taste, texture and enjoyment. From the rise in prominence of ‘meat-free Monday’ to the unbridled success of Veganuary – 168,000 people took part, with 62% remaining vegan after the month’s end** – 2018 has been the year of veganism. In 2019 we predict that plant-based diets will play an ever bigger role; there are now an estimated 3.5 million vegans in the UK^ and rising, many of whom will be looking for viable bakery options when eating out. We’re working to ensure caterers can take a share.”\r\n\r\n&nbsp;\r\n\r\nBoth cakes are supplied frozen in units of two per case. Crucially, they are provided unsliced helping caterers serve up bespoke portion sizes, depending on the day part and occasion.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/aryzta-lemon-brulee-chocolate-mousse/\" target=\"_blank\" rel=\"noopener\">ARYZTA brings new desserts to the market</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/19/asters-new-vegan-brunch-in-collaboration-with-ketel-one-and-lumene-skincare/\">Aster\'s new brunch in collaboration with Ketel One and Lumene skincare</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/\">UK food industry commits to halving food waste by 2030</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Foodservice \'Best of the Best\' crowned as Quality Food Awards returns</a></li>\r\n</ul>\r\nARYZTA Food Solutions is set to further grow its range of vegan bakery with the launch of four unique savouries set to land soon. These join ARYZTA Food Solutions’ existing vegan range including croissants and cakes.\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong> </strong>\r\n\r\n<strong>*The Vegan Society 2016 </strong>\r\n\r\n<strong>**Veganuary 2018</strong>\r\n\r\n<strong>^Comparethemarket.com 2018 </strong>','ARYZTA Food Solutions launches indulgent new vegan loaf cakes','','inherit','closed','closed','','2951-revision-v1','','','2018-10-24 09:14:26','2018-10-24 09:14:26','',2951,'http://www.ontradeprogress.com/2018/10/24/2951-revision-v1/',0,'revision','',0),(2955,1,'2018-10-24 09:15:03','2018-10-24 09:15:03','<h1><strong>With World Vegan Day (November 1st) fast approaching and outreach events like Veganuary gathering pace with every year, <a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions is unveiling two indulgent vegan bakes, helping caterers take the hard work out of harnessing a market in serious growth.  </strong></h1>\r\n&nbsp;\r\n\r\nThe new Lemon, Chia Seed &amp; Pistachio and Chocolate Cookie Loaf Cakes, respectively, have been created by the ARYZTA Food Solutions development chefs to help outlets cater for the growing number of vegan consumers – veganism in the UK has increased by 350% in the last decade* – alongside so-called flexitarians; those actively looking to drastically reduce their intake of animal products.\r\n\r\n&nbsp;\r\n<h2>With the movement now going mainstream, caterers can use these innovative and indulgent bakes to take their rightful slice.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2952\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-2952\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/ARYZTAs-New-Lemon-Chia-Seed-Pistachio-Loaf-Cake-LR-200x300.jpg\" alt=\"ARYZTA\'s New Lemon, Chia Seed &amp; Pistachio Loaf Cake for vegans\" width=\"200\" height=\"300\" /> ARYZTA\'s New Lemon, Chia Seed &amp; Pistachio Loaf Cake for vegans[/caption]\r\n\r\nThe Lemon, Chia Seed &amp; Pistachio Loaf Cake has a moist lemon sponge with added chia seeds, which are a good source of omega-3 fatty acids, fibre, antioxidants, iron, and calcium. This is sandwiched with mixed fruit jam and lemon filling, decorated with a tangy lemon icing and finished with chopped pistachio nuts. For a more indulgent option, ARYZTA’s Chocolate Cookie Loaf Cake has a rich cocoa sponge sandwiched together with thick vanilla frosting and topped with frosting and cookie crumbs.\r\n\r\n&nbsp;\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions </strong>says that with the advent of these innovative cakes, those who fear vegan baking might suffer from a lack of flavour impact need to reconsider everything they thought they knew.\r\n\r\n&nbsp;\r\n\r\n“These vegan loaf cakes represent absolute zero compromise on taste, texture and enjoyment. From the rise in prominence of ‘meat-free Monday’ to the unbridled success of Veganuary – 168,000 people took part, with 62% remaining vegan after the month’s end** – 2018 has been the year of veganism. In 2019 we predict that plant-based diets will play an ever bigger role; there are now an estimated 3.5 million vegans in the UK^ and rising, many of whom will be looking for viable bakery options when eating out. We’re working to ensure caterers can take a share.”\r\n\r\n&nbsp;\r\n\r\nBoth cakes are supplied frozen in units of two per case. Crucially, they are provided unsliced helping caterers serve up bespoke portion sizes, depending on the day part and occasion.\r\n<ul>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/09/26/aryzta-lemon-brulee-chocolate-mousse/\" target=\"_blank\" rel=\"noopener\">ARYZTA brings new desserts to the market</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/06/19/asters-new-vegan-brunch-in-collaboration-with-ketel-one-and-lumene-skincare/\">Aster\'s new brunch in collaboration with Ketel One and Lumene skincare</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/\">UK food industry commits to halving food waste by 2030</a></strong></li>\r\n 	<li><strong><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Foodservice \'Best of the Best\' crowned as Quality Food Awards returns</a></strong></li>\r\n</ul>\r\nARYZTA Food Solutions is set to further grow its range of vegan bakery with the launch of four unique savouries set to land soon. These join ARYZTA Food Solutions’ existing vegan range including croissants and cakes.\r\n\r\n&nbsp;\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong> </strong>\r\n\r\n<strong>*The Vegan Society 2016 </strong>\r\n\r\n<strong>**Veganuary 2018</strong>\r\n\r\n<strong>^Comparethemarket.com 2018 </strong>','ARYZTA Food Solutions launches indulgent new vegan loaf cakes','','inherit','closed','closed','','2951-revision-v1','','','2018-10-24 09:15:03','2018-10-24 09:15:03','',2951,'http://www.ontradeprogress.com/2018/10/24/2951-revision-v1/',0,'revision','',0),(2956,1,'2018-10-24 10:22:34','2018-10-24 10:22:34','<h1><a href=\"https://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\"><strong>Salcombe Gin</strong></a>, the luxury spirit which embodies an adventurous lifestyle on and around the water, is to release its first sloe &amp; damson gin as part of the Salcombe Gin Voyager Series on the 1<sup>st</sup> November. Developed in collaboration with iconic Portuguese wine-maker Dirk Niepoort, this Salcombe Gin Voyager Series release is named <strong>‘Guiding Star’</strong> after one of the famous Salcombe Fruit Schooners built in 1874.</h1>\r\n&nbsp;\r\n\r\nThe distilling team at Salcombe Gin and Dirk Niepoort have brought together their combined expertise in balancing and perfecting flavours and aromas to create an exceptional tawny port cask-finished sloe &amp; damson gin, that elevates this festive tipple. Salcombe Gin created a new gin recipe as a base for the sloes and damsons, taking into account the residual sugar content of the fruit and handpicked botanicals which would complement the natural aromas and flavours whilst drawing out the fruit’s natural sweetness.\r\n\r\n&nbsp;\r\n\r\nThe sloes and damsons were macerated in the gin to draw out the natural aromas, flavours, sugars and colour of the fruit before the liquid was filtered and finished for three months in an 80-year-old tawny port cask that previously held Niepoort’s famous Colheita 1997 20-year-old tawny port.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2957\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2957\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dirk-Niepoort-BW-300x200.jpg\" alt=\" release its first sloe &amp; damson gin\" width=\"300\" height=\"200\" /> Salcombe Gin partners up with Dirk Niepoort[/caption]\r\n\r\nUnlike most sloe gins, no sugar has been added to ‘Guiding Star’, with the natural sweetness coming from the lees in the port cask, creating an exceptionally well-balanced gin that has depth and body with a complex bittersweet finish. The brick-red liquid has a strong backbone of juniper combined with classic combinations of rose petals, fresh orange peel and bitter almonds to enhance the handpicked fruit.\r\n\r\n&nbsp;\r\n\r\nDirk commented, <em>“It was a pleasure to work with the team at Salcombe Distilling Company to create this truly exceptional gin. Angus and I worked together at our winery in Portugal to refine the recipe, choosing botanicals that would complement the complex aromas and flavours in our tawny port and to hand-pick the perfect cask for ageing the liquid to ensure a perfectly balanced flavour that the Niepoort family are proud of.”</em>\r\n\r\n&nbsp;\r\n\r\nThis Salcombe Gin Voyager Series release is the third of a collection of limited-edition gins developed in collaboration with iconic winemakers or world-renowned chefs.\r\n\r\n&nbsp;\r\n\r\n<em>“We are extremely excited to be working with Dirk Niepoort and his team at the world famous Niepoort Winery to create this very special addition to the Salcombe Gin Voyager Series. With a shared love for distinctive flavours and combining tradition with innovation, we have worked together to create this exceptional premium sloe &amp; damson gin” </em>commented Angus Lugsdin, Salcombe Gin co-founder.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/salcombe-gin-voyager-series-arabella/\">Salcombe Gin - \'Arabella\'</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\">Salcombe Distilling helps turn the tide on plastic</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/red-door-the-latest-gin-offering-from-benromach-distillery-has-landed/\">The latest gin offering from Benromach has landed</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/el-jimador-limited-edition-dead-bottles/\">el Jimador launches new limited-edition day of the dead bottles</a></li>\r\n</ul>\r\n<h2>Best enjoyed neat, over ice with a premium tonic water or in a sloe gin cocktail such as the Colheita Royale, ‘Guiding Star’ provides the perfect gift for gin enthusiasts this Christmas.</h2>\r\n&nbsp;\r\n\r\nLimited to 1,500 bottles, ‘Guiding Star’ is presented in a stunning white ceramic bottle featuring an embossed outline of the iconic gin pennant and a bespoke, debossed, copper stopper commissioned for the series.\r\n\r\n&nbsp;\r\n\r\n<strong>Salcombe Gin Voyager Series ‘Guiding Star’: a collaboration with Niepoort</strong> is priced at £65 per 50cl bottle. Available online at salcombegin.com, from the Salcombe Gin Distillery and Victuallers, and at selected independent retailers from 1st November 2018.','Salcombe Gin launches its first sloe & damson gin \'Guiding Star\' in collaboration with Dirk Niepoort','','publish','closed','open','','salcombe-gin-voyager-series','','\nhttp://www.ontradeprogress.com/2018/07/30/salcombe-gin-voyager-series-arabella/','2018-10-24 14:55:25','2018-10-24 14:55:25','',0,'http://www.ontradeprogress.com/?p=2956',0,'post','',0),(2957,1,'2018-10-24 09:50:20','2018-10-24 09:50:20','','release its first sloe & damson gin','Salcombe Gin partners up with Dirk Niepoort','inherit','closed','closed','','dirk-niepoort-bw','','','2018-10-24 10:11:28','2018-10-24 10:11:28','',2956,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dirk-Niepoort-BW.jpg',0,'attachment','image/jpeg',0),(2958,1,'2018-10-24 09:50:32','2018-10-24 09:50:32','','Dirk Niepoort - high res','','inherit','closed','closed','','dirk-niepoort-high-res','','','2018-10-24 09:50:32','2018-10-24 09:50:32','',2956,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dirk-Niepoort-high-res.jpg',0,'attachment','image/jpeg',0),(2959,1,'2018-10-24 09:50:44','2018-10-24 09:50:44','','Salcombe gin voyager series','Salcombe Gin Voyager Series set to release its first sloe & damson gin','inherit','closed','closed','','salcombe_gin_voyager-series-1','','','2018-10-24 10:21:51','2018-10-24 10:21:51','',2956,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/SALCOMBE_GIN_Voyager-series-1.jpg',0,'attachment','image/jpeg',0),(2960,1,'2018-10-24 10:20:21','2018-10-24 10:20:21','<h1><a href=\"https://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\"><strong>Salcombe Gin</strong></a>, the luxury spirit which embodies an adventurous lifestyle on and around the water, is to release its first sloe &amp; damson gin as part of the Salcombe Gin Voyager Series on the 1<sup>st</sup> November. Developed in collaboration with iconic Portuguese wine-maker Dirk Niepoort, this Salcombe Gin Voyager Series release is named <strong>‘Guiding Star’</strong> after one of the famous Salcombe Fruit Schooners built in 1874.</h1>\r\n&nbsp;\r\n\r\nThe distilling team at Salcombe Gin and Dirk Niepoort have brought together their combined expertise in balancing and perfecting flavours and aromas to create an exceptional tawny port cask-finished sloe &amp; damson gin, that elevates this festive tipple. Salcombe Gin created a new gin recipe as a base for the sloes and damsons, taking into account the residual sugar content of the fruit and handpicked botanicals which would complement the natural aromas and flavours whilst drawing out the fruit’s natural sweetness.\r\n\r\n&nbsp;\r\n\r\nThe sloes and damsons were macerated in the gin to draw out the natural aromas, flavours, sugars and colour of the fruit before the liquid was filtered and finished for three months in an 80-year-old tawny port cask that previously held Niepoort’s famous Colheita 1997 20-year-old tawny port.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2957\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2957\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Dirk-Niepoort-BW-300x200.jpg\" alt=\" release its first sloe &amp; damson gin\" width=\"300\" height=\"200\" /> Salcombe Gin partners up with Dirk Niepoort[/caption]\r\n\r\nUnlike most sloe gins, no sugar has been added to ‘Guiding Star’, with the natural sweetness coming from the lees in the port cask, creating an exceptionally well-balanced gin that has depth and body with a complex bittersweet finish. The brick-red liquid has a strong backbone of juniper combined with classic combinations of rose petals, fresh orange peel and bitter almonds to enhance the handpicked fruit.\r\n\r\n&nbsp;\r\n\r\nDirk commented, <em>“It was a pleasure to work with the team at Salcombe Distilling Company to create this truly exceptional gin. Angus and I worked together at our winery in Portugal to refine the recipe, choosing botanicals that would complement the complex aromas and flavours in our tawny port and to hand-pick the perfect cask for ageing the liquid to ensure a perfectly balanced flavour that the Niepoort family are proud of.”</em>\r\n\r\n&nbsp;\r\n\r\nThis Salcombe Gin Voyager Series release is the third of a collection of limited-edition gins developed in collaboration with iconic winemakers or world-renowned chefs.\r\n\r\n&nbsp;\r\n\r\n<em>“We are extremely excited to be working with Dirk Niepoort and his team at the world famous Niepoort Winery to create this very special addition to the Salcombe Gin Voyager Series. With a shared love for distinctive flavours and combining tradition with innovation, we have worked together to create this exceptional premium sloe &amp; damson gin” </em>commented Angus Lugsdin, Salcombe Gin co-founder.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/salcombe-gin-voyager-series-arabella/\">Salcombe Gin - \'Arabella\'</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/\">Salcombe Distilling helps turn the tide on plastic</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/30/red-door-the-latest-gin-offering-from-benromach-distillery-has-landed/\">The latest gin offering from Benromach has landed</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/el-jimador-limited-edition-dead-bottles/\">el Jimador launches new limited-edition day of the dead bottles</a></li>\r\n</ul>\r\n<h2>Best enjoyed neat, over ice with a premium tonic water or in a sloe gin cocktail such as the Colheita Royale, ‘Guiding Star’ provides the perfect gift for gin enthusiasts this Christmas.</h2>\r\n&nbsp;\r\n\r\nLimited to 1,500 bottles, ‘Guiding Star’ is presented in a stunning white ceramic bottle featuring an embossed outline of the iconic gin pennant and a bespoke, debossed, copper stopper commissioned for the series.\r\n\r\n&nbsp;\r\n\r\n<strong>Salcombe Gin Voyager Series ‘Guiding Star’: a collaboration with Niepoort</strong> is priced at £65 per 50cl bottle. Available online at salcombegin.com, from the Salcombe Gin Distillery and Victuallers, and at selected independent retailers from 1st November 2018.','Salcombe Gin launches its first sloe & damson gin \'Guiding Star\' in collaboration with Dirk Niepoort','','inherit','closed','closed','','2956-revision-v1','','','2018-10-24 10:20:21','2018-10-24 10:20:21','',2956,'http://www.ontradeprogress.com/2018/10/24/2956-revision-v1/',0,'revision','',0),(2961,1,'2018-10-24 10:35:28','2018-10-24 10:35:28','<h1 class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul style=\"text-align: left;\">\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>For any sales enquiries please contact:</strong></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>Mangrove Global Limited – 020 3409 6565</strong></p>','el Jimador launches new limited-edition day of the dead bottles','','inherit','closed','closed','','2933-autosave-v1','','','2018-10-24 10:35:28','2018-10-24 10:35:28','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-autosave-v1/',0,'revision','',0),(2962,1,'2018-10-24 10:30:20','2018-10-24 10:30:20','<h1 class=\"ox-82cc5feeac-MsoNormal\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\"><strong>For any sales enquiries please contact:</strong></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" align=\"center\"><strong>Mangrove Global Limited – 020 3409 6565</strong></p>','el Jimador launches new limited-edition day of the dead bottles','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 10:30:20','2018-10-24 10:30:20','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2963,1,'2018-10-24 10:34:26','2018-10-24 10:34:26','<h1 class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul style=\"text-align: left;\">\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>For any sales enquiries please contact:</strong></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>Mangrove Global Limited – 020 3409 6565</strong></p>','el Jimador launches new limited-edition day of the dead bottles','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 10:34:26','2018-10-24 10:34:26','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2964,1,'2018-10-24 10:48:41','2018-10-24 10:48:41','<h1 class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">This October el Jimador tequila will release two new limited-edition <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>bottles to the UK on-trade across both its Blanco and Reposado expressions. The launch follows the success of the 2017 limited edition bottles in the Grocery channel as el Jimador continues to support the growing interest from consumers in going out and celebrating<span class=\"ox-82cc5feeac-apple-converted-space\"> </span><i>Day of the Dead (Día de los Muertos)<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></i>on 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November 2018.</h1>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Both bottles look to transport consumers to the heart of Mexico, encouraging all to embrace <a href=\"https://www.eljimador.com/gb/\" target=\"_blank\" rel=\"noopener\">el Jimador’s</a> philosophy of encouraging consumers to live life in its most vibrant form. On 2<sup>nd</sup><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>November, people around the world will be joining Mexico in its annual festivities, toasting to the future and celebrating life with family and friends.</p>\r\n\r\n\r\n[caption id=\"attachment_2944\" align=\"alignright\" width=\"215\"]<img class=\"size-medium wp-image-2944\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/both-white-215x300.jpg\" alt=\"el Jimador\" width=\"215\" height=\"300\" /> el Jimador\'s new tequila will be available for the on-trade sector in November[/caption]\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The limited-edition packaging has once again been designed with renowned American artist David Lozeau and showcases the prominent colours synonymous with the day-long celebration. Lozeau is highly regarded for his unique, expressive skeleton characters and puts a modern twist on traditional <i>Day of the Dead</i><span class=\"ox-82cc5feeac-apple-converted-space\"> </span>iconography.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">The new design will be rolling out across on-trade outlets from October in both the Blanco and Reposado 70cl expressions.<span class=\"ox-82cc5feeac-apple-converted-space\"> </span></p>\r\n\r\n<ul style=\"text-align: left;\">\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/\" target=\"_blank\" rel=\"noopener\">Autumn freshers focus</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/\" target=\"_blank\" rel=\"noopener\">Maker\'s Mark, premium American whisky announces the launch of Private Select for distributors</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/\" target=\"_blank\" rel=\"noopener\">On-Trade Progress - On... Vodka feature</a></li>\r\n</ul>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\">Made in the last true tequila producing hacienda in the world, crafted by generations of Jimadores, every drop of tequila begins its life in Amatitán, Jalisco. No additional ingredients, no added colours, just 100% blue Weber agave tequila, crafted with 100% pure determination, honour and know how. On the palate, the tequila Blanco reveals buzzing citrus flavour characteristics, while warmer, more seasoned notes come through in the award-winning Reposado expression.</p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>For any sales enquiries please contact:</strong></p>\r\n<p class=\"ox-82cc5feeac-MsoNormal\" style=\"text-align: left;\" align=\"center\"><strong>Mangrove Global Limited – 020 3409 6565</strong></p>','el Jimador launches new limited-edition \'day of the dead\' bottles','','inherit','closed','closed','','2933-revision-v1','','','2018-10-24 10:48:41','2018-10-24 10:48:41','',2933,'http://www.ontradeprogress.com/2018/10/24/2933-revision-v1/',0,'revision','',0),(2965,1,'2018-10-24 14:07:09','2018-10-24 14:07:09','<h1>Following the success of the <a href=\"https://carlsberggroup.com/products/carlsberg/carlsberg-export/\" target=\"_blank\" rel=\"noopener\">Carlsberg Expørt</a> rejuvenation and the popularity of its The Danish Way campaign, Carlsberg UK has kicked off the holiday season in true Scandinavian style with the launch of the ‘Carlsberg Cabin’ pub. Using hydro and solar power technology, the cabin has been built using only sustainable materials, by people from across the UK looking to escape modern day life.</h1>\r\nInspired by the Danes’ love of the great outdoors, the carbon neutral pub is complete with a Carlsberg Expørt DraughtMaster beer pump and located in the serene Cornish countryside at Kudhva – a wild camping experience near Tintagel. Also designed to sleep up to six people, the Carlsberg Cabin is open to consumers that want to live the ‘Danish Way’ and can be booked via Airbnb.\r\n\r\nUsing only locally sourced building materials, Carlsberg teamed up with award-winning architect, <a href=\"https://www.newbritishdesign.com/\" target=\"_blank\" rel=\"noopener\">Ben Huggins</a>, who designed and engineered the infamous three-legged, asymmetrical hideaway camping pods at Kudhva, to create the cabin.\r\n\r\n[caption id=\"attachment_2966\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2966\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Carlsberg-300x167.png\" alt=\"Carlsberg cabin\" width=\"300\" height=\"167\" /> Carlsberg cabin was built using hydro and solar power technology[/caption]\r\n\r\nBen Huggins from New British Design said: “The inspiration for the design of the Carlsberg Cabin is a ‘Danish’ re-imagining of the iconic Cornish engine houses you see in Poldark. The original engine houses were built of stone and pumped water from the tin mines, now we’ve translated that iconic design into a lightweight frame structure but this time pumping beer. The remote off-grid nature of the quarry location required the use of both solar PV and hydro-electricity to power the Carlsberg DraughtMaster that consistently delivers the perfect chilled pint.”\r\n\r\nFor the build, Carlsberg brought together six strangers from around the UK who wanted to immerse themselves in the ‘Danish Way’. By inviting strangers to build the Carlsberg Cabin, the project sought to build relationships between them, build individual character and live in the moment.\r\n\r\nThey led the construction of the Carlsberg Cabin, under supervision, during the seven-day build in which they made new friends and learned new skills in the process. You can see the story of their experiences during the build across Carlsberg social media channels this summer.\r\n\r\nLiam Newton, Vice President of Marketing, Carlsberg said: “We wanted to build an off the grid pub that allowed people in the UK to live the Danish Way and escape the busyness of daily life. We’re extremely proud to be able to launch the world’s first pub powered by a waterfall. The Carlsberg Cabin was part of a project, Build the Danish Way, to bring an element of the Danish way of life to the UK. We want to provide space for quality conversation whilst taking in a view to take your breath away and a crisp, cold pint of Carlsberg Expørt with friends. We hope people enjoy staying at the Carlsberg Cabin and embrace living the Danish Way.”\r\n\r\n<em>Photo Credit: <strong><a href=\"http://www.georgefielding.co.uk/\">George Fielding</a></strong></em>','Carlsberg brings together six strangers from around the UK to build the \"Carlsberg Cabin\"','','publish','closed','open','','carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin','','','2018-10-24 14:07:09','2018-10-24 14:07:09','',0,'http://www.ontradeprogress.com/?p=2965',0,'post','',0),(2966,1,'2018-10-24 13:41:04','2018-10-24 13:41:04','','Carlsberg cabin','Carlsberg cabin was built using hydro and solar power technology','inherit','closed','closed','','carlsberg','','','2018-10-24 13:58:24','2018-10-24 13:58:24','',2965,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Carlsberg.png',0,'attachment','image/png',0),(2967,1,'2018-10-24 13:43:33','2018-10-24 13:43:33','<h1><span style=\"font-size: 14px; color: #606569;\">Following the success of the Carlsberg Expørt rejuvenation and the popularity of its The Danish Way campaign, Carlsberg UK has kicked off the holiday season in true Scandinavian style with the launch of the ‘Carlsberg Cabin’ pub. Using hydro and solar power technology, the cabin has been built using only sustainable materials, by people from across the UK looking to escape modern day life.</span></h1>\r\n<div class=\"rte rte--no-pad\">\r\n\r\nInspired by the Danes’ love of the great outdoors, the carbon neutral pub is complete with a Carlsberg Expørt DraughtMaster beer pump and located in the serene Cornish countryside at Kudhva – a wild camping experience near Tintagel. Also designed to sleep up to six people, the Carlsberg Cabin is open to consumers that want to live the ‘Danish Way’ and can be booked via Airbnb.\r\n\r\nUsing only locally sourced building materials, Carlsberg teamed up with award-winning architect, Ben Huggins, who designed and engineered the infamous three-legged, asymmetrical hideaway camping pods at Kudhva, to create the cabin.\r\n\r\nBen Huggins from New British Design said: “The inspiration for the design of the Carlsberg Cabin is a ‘Danish’ re-imagining of the iconic Cornish engine houses you see in Poldark. The original engine houses were built of stone and pumped water from the tin mines, now we’ve translated that iconic design into a lightweight frame structure but this time pumping beer. The remote off-grid nature of the quarry location required the use of both solar PV and hydro-electricity to power the Carlsberg DraughtMaster that consistently delivers the perfect chilled pint.”\r\n\r\nFor the build, Carlsberg brought together six strangers from around the UK who wanted to immerse themselves in the ‘Danish Way’. By inviting strangers to build the Carlsberg Cabin, the project sought to build relationships between them, build individual character and live in the moment.\r\n\r\nThey led the construction of the Carlsberg Cabin, under supervision, during the seven-day build in which they made new friends and learned new skills in the process. You can see the story of their experiences during the build across Carlsberg social media channels this summer.\r\n\r\nLiam Newton, Vice President of Marketing, Carlsberg said: “We wanted to build an off the grid pub that allowed people in the UK to live the Danish Way and escape the busyness of daily life. We’re extremely proud to be able to launch the world’s first pub powered by a waterfall. The Carlsberg Cabin was part of a project, Build the Danish Way, to bring an element of the Danish way of life to the UK. We want to provide space for quality conversation whilst taking in a view to take your breath away and a crisp, cold pint of Carlsberg Expørt with friends. We hope people enjoy staying at the Carlsberg Cabin and embrace living the Danish Way.”\r\n\r\n<em>Photo Credit: <strong><a href=\"http://www.georgefielding.co.uk/\">George Fielding</a></strong></em>\r\n\r\n</div>','Carlsberg brings together six strangers from around the UK to build the \"Carlsberg Cabin\"','','inherit','closed','closed','','2965-revision-v1','','','2018-10-24 13:43:33','2018-10-24 13:43:33','',2965,'http://www.ontradeprogress.com/2018/10/24/2965-revision-v1/',0,'revision','',0),(2968,1,'2018-10-24 13:46:19','2018-10-24 13:46:19','<h1 style=\"text-align: left;\"></h1>\r\n<h1 style=\"text-align: left;\"></h1>\r\n<h1 style=\"text-align: left;\"></h1>\r\n<h1 style=\"text-align: left;\"></h1>\r\n<h1 style=\"text-align: left;\"><span style=\"font-size: 14px; color: #606569;\">Following the success of the Carlsberg Expørt rejuvenation and the popularity of its The Danish Way campaign, Carlsberg UK has kicked off the holiday season in true Scandinavian style with the launch of the ‘Carlsberg Cabin’ pub. Using hydro and solar power technology, the cabin has been built using only sustainable materials, by people from across the UK looking to escape modern day life.</span></h1>\r\n<div class=\"rte rte--no-pad\">\r\n<h1 style=\"text-align: left;\">Inspired by the Danes’ love of the great outdoors, the carbon neutral pub is complete with a Carlsberg Expørt DraughtMaster beer pump and located in the serene Cornish countryside at Kudhva – a wild camping experience near Tintagel. Also designed to sleep up to six people, the Carlsberg Cabin is open to consumers that want to live the ‘Danish Way’ and can be booked via Airbnb.</h1>\r\n<p style=\"text-align: left;\">Using only locally sourced building materials, Carlsberg teamed up with award-winning architect, Ben Huggins, who designed and engineered the infamous three-legged, asymmetrical hideaway camping pods at Kudhva, to create the cabin.</p>\r\n<p style=\"text-align: left;\">Ben Huggins from New British Design said: “The inspiration for the design of the Carlsberg Cabin is a ‘Danish’ re-imagining of the iconic Cornish engine houses you see in Poldark. The original engine houses were built of stone and pumped water from the tin mines, now we’ve translated that iconic design into a lightweight frame structure but this time pumping beer. The remote off-grid nature of the quarry location required the use of both solar PV and hydro-electricity to power the Carlsberg DraughtMaster that consistently delivers the perfect chilled pint.”</p>\r\n<p style=\"text-align: left;\">For the build, Carlsberg brought together six strangers from around the UK who wanted to immerse themselves in the ‘Danish Way’. By inviting strangers to build the Carlsberg Cabin, the project sought to build relationships between them, build individual character and live in the moment.</p>\r\n<p style=\"text-align: left;\">They led the construction of the Carlsberg Cabin, under supervision, during the seven-day build in which they made new friends and learned new skills in the process. You can see the story of their experiences during the build across Carlsberg social media channels this summer.</p>\r\n<p style=\"text-align: left;\">Liam Newton, Vice President of Marketing, Carlsberg said: “We wanted to build an off the grid pub that allowed people in the UK to live the Danish Way and escape the busyness of daily life. We’re extremely proud to be able to launch the world’s first pub powered by a waterfall. The Carlsberg Cabin was part of a project, Build the Danish Way, to bring an element of the Danish way of life to the UK. We want to provide space for quality conversation whilst taking in a view to take your breath away and a crisp, cold pint of Carlsberg Expørt with friends. We hope people enjoy staying at the Carlsberg Cabin and embrace living the Danish Way.”</p>\r\n<p style=\"text-align: left;\"><em>Photo Credit: <strong><a href=\"http://www.georgefielding.co.uk/\">George Fielding</a></strong></em></p>\r\n\r\n</div>','Carlsberg brings together six strangers from around the UK to build the \"Carlsberg Cabin\"','','inherit','closed','closed','','2965-revision-v1','','','2018-10-24 13:46:19','2018-10-24 13:46:19','',2965,'http://www.ontradeprogress.com/2018/10/24/2965-revision-v1/',0,'revision','',0),(2969,1,'2018-10-24 14:06:27','2018-10-24 14:06:27','<h1>Following the success of the <a href=\"https://carlsberggroup.com/products/carlsberg/carlsberg-export/\" target=\"_blank\" rel=\"noopener\">Carlsberg Expørt</a> rejuvenation and the popularity of its The Danish Way campaign, Carlsberg UK has kicked off the holiday season in true Scandinavian style with the launch of the ‘Carlsberg Cabin’ pub. Using hydro and solar power technology, the cabin has been built using only sustainable materials, by people from across the UK looking to escape modern day life.</h1>\r\nInspired by the Danes’ love of the great outdoors, the carbon neutral pub is complete with a Carlsberg Expørt DraughtMaster beer pump and located in the serene Cornish countryside at Kudhva – a wild camping experience near Tintagel. Also designed to sleep up to six people, the Carlsberg Cabin is open to consumers that want to live the ‘Danish Way’ and can be booked via Airbnb.\r\n\r\nUsing only locally sourced building materials, Carlsberg teamed up with award-winning architect, <a href=\"https://www.newbritishdesign.com/\" target=\"_blank\" rel=\"noopener\">Ben Huggins</a>, who designed and engineered the infamous three-legged, asymmetrical hideaway camping pods at Kudhva, to create the cabin.\r\n\r\n[caption id=\"attachment_2966\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2966\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Carlsberg-300x167.png\" alt=\"Carlsberg cabin\" width=\"300\" height=\"167\" /> Carlsberg cabin was built using hydro and solar power technology[/caption]\r\n\r\nBen Huggins from New British Design said: “The inspiration for the design of the Carlsberg Cabin is a ‘Danish’ re-imagining of the iconic Cornish engine houses you see in Poldark. The original engine houses were built of stone and pumped water from the tin mines, now we’ve translated that iconic design into a lightweight frame structure but this time pumping beer. The remote off-grid nature of the quarry location required the use of both solar PV and hydro-electricity to power the Carlsberg DraughtMaster that consistently delivers the perfect chilled pint.”\r\n\r\nFor the build, Carlsberg brought together six strangers from around the UK who wanted to immerse themselves in the ‘Danish Way’. By inviting strangers to build the Carlsberg Cabin, the project sought to build relationships between them, build individual character and live in the moment.\r\n\r\nThey led the construction of the Carlsberg Cabin, under supervision, during the seven-day build in which they made new friends and learned new skills in the process. You can see the story of their experiences during the build across Carlsberg social media channels this summer.\r\n\r\nLiam Newton, Vice President of Marketing, Carlsberg said: “We wanted to build an off the grid pub that allowed people in the UK to live the Danish Way and escape the busyness of daily life. We’re extremely proud to be able to launch the world’s first pub powered by a waterfall. The Carlsberg Cabin was part of a project, Build the Danish Way, to bring an element of the Danish way of life to the UK. We want to provide space for quality conversation whilst taking in a view to take your breath away and a crisp, cold pint of Carlsberg Expørt with friends. We hope people enjoy staying at the Carlsberg Cabin and embrace living the Danish Way.”\r\n\r\n<em>Photo Credit: <strong><a href=\"http://www.georgefielding.co.uk/\">George Fielding</a></strong></em>','Carlsberg brings together six strangers from around the UK to build the \"Carlsberg Cabin\"','','inherit','closed','closed','','2965-revision-v1','','','2018-10-24 14:06:27','2018-10-24 14:06:27','',2965,'http://www.ontradeprogress.com/2018/10/24/2965-revision-v1/',0,'revision','',0),(2971,1,'2018-10-25 08:12:21','2018-10-25 08:12:21','<h1>Drinks brand owner and distributor <a href=\"http://proofdrinks.com/\" target=\"_blank\" rel=\"noopener\">Proof Drinks</a> is gearing up for the next phase of its growth as the company confirms the appointment of industry professional Jeremy Hill as managing director.</h1>\r\nHill is the founder and former chairman of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, which was acquired by Sazerac in 2015. He is taking an equity stake in Proof Drinks, joining founders James McDermott and Paul Ferguson on the senior management team.\r\n\r\nFounded in 2010, Proof Drinks owns and distributes Cazcabel Tequila and CUT Rum, as well as distributing brands including Swedish craft beer pioneer Pistonhead and coca leaf liqueur Agwa De Bolivia.\r\n\r\nHill said: “I’d always planned to return to the drinks sector once my non-compete agreement expired. I’d been following what James and Paul have been doing with Proof Drinks, and I see a lot of similarities between Proof and Hi-Spirits in the early days. It’s my mission to help the guys position Proof as the UK’s leading independent drinks agency.\r\n\r\n“The fact that we have such a diverse portfolio of brands enables us to have interesting conversations with both existing and potential customers across the on-trade and off-trade. Proof has demonstrated that it is able to create and grow its own brands too, at the same time as adding value for its partners.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/hi-spirits-has-the-gin-journey-mapped-out/\">What do Hi-Spirits have in store for gin?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog bring a new bar to Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\">Luscombe have created a new campaign in light of their 21st anniversary</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\">The world\'s FIRST hydro &amp; solar powered bar... It had to be Carlsberg</a></li>\r\n 	<li></li>\r\n</ul>\r\n“Cazcabel is already a category leader in terms of its growth rate, while the recent launch of CUT Rum shows that Proof can create differentiated products even in the most competitive categories. As I’ve always maintained innovation is the lifeblood of the drinks sector and that will continue to be our focus. There are many opportunities out there, both established and evolving, we will ensure that we have the right fit within the Proof Drinks portfolio.”\r\n\r\nMcDermott said: “We’re very proud of what Proof Drinks has achieved so far. We’ve seen double-digit sales growth each year, have always made a profit, and now employ 20 people. The opportunity to bring Jeremy’s knowledge and experience into play alongside our own will be invaluable as we continue to grow.”\r\n\r\nFerguson added: “We’ve seen Cazcabel become a 40,000 case a year brand in just four years, while with Pistonhead we were ahead of the curve on the craft beer market’s shift into cans. The drinks sector is hugely competitive, but there are always opportunities. We expect both our portfolio and our team to expand further, and we’re delighted to have Jeremy’s proven entrepreneurial flair focused on the continued success of Proof Drinks.”\r\n\r\nProof Drinks works with leading retailers including Marks &amp; Spencer, Tesco, Sainsbury’s Harrods and Harvey Nichols, while in the on-trade its brands are stocked by operators including Mitchells &amp; Butlers, Casual Dining Group and the Restaurant Group. For more information see www.proofdrinks.com','Proof Drinks appoints Jeremy Hill as Managing Director','','publish','closed','open','','proof-drinks-jeremy-hill-director','','http://www.ontradeprogress.com/2018/06/05/hi-spirits-has-the-gin-journey-mapped-out/\nhttp://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/','2018-10-25 08:13:47','2018-10-25 08:13:47','',0,'http://www.ontradeprogress.com/?p=2971',0,'post','',0),(2972,1,'2018-10-25 07:46:44','2018-10-25 07:46:44','','Proof Drinks Paul Ferguson Jeremy Hill James McDermott','Proof Drinks appoints Jeremy Hill as Managing Director','inherit','closed','closed','','proof-drinks-paul-ferguson-jeremy-hill-james-mcdermott','','','2018-10-25 07:47:06','2018-10-25 07:47:06','',2971,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Proof-Drinks-Paul-Ferguson-Jeremy-Hill-James-McDermott.jpg',0,'attachment','image/jpeg',0),(2973,1,'2018-10-25 08:07:34','2018-10-25 08:07:34','<h1>Drinks brand owner and distributor <a href=\"http://proofdrinks.com/\" target=\"_blank\" rel=\"noopener\">Proof Drinks</a> is gearing up for the next phase of its growth as the company confirms the appointment of industry professional Jeremy Hill as managing director.</h1>\r\nHill is the founder and former chairman of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, which was acquired by Sazerac in 2015. He is taking an equity stake in Proof Drinks, joining founders James McDermott and Paul Ferguson on the senior management team.\r\n\r\nFounded in 2010, Proof Drinks owns and distributes Cazcabel Tequila and CUT Rum, as well as distributing brands including Swedish craft beer pioneer Pistonhead and coca leaf liqueur Agwa De Bolivia.\r\n\r\nHill said: “I’d always planned to return to the drinks sector once my non-compete agreement expired. I’d been following what James and Paul have been doing with Proof Drinks, and I see a lot of similarities between Proof and Hi-Spirits in the early days. It’s my mission to help the guys position Proof as the UK’s leading independent drinks agency.\r\n\r\n“The fact that we have such a diverse portfolio of brands enables us to have interesting conversations with both existing and potential customers across the on-trade and off-trade. Proof has demonstrated that it is able to create and grow its own brands too, at the same time as adding value for its partners.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/hi-spirits-has-the-gin-journey-mapped-out/\">What do Hi-Spirits have in store for gin?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog bring a new bar to Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\">Luscombe have created a new campaign in light of their 21st anniversary</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\">The world\'s FIRST hydro &amp; solar powered bar... It had to be Carlsberg</a></li>\r\n</ul>\r\n“Cazcabel is already a category leader in terms of its growth rate, while the recent launch of CUT Rum shows that Proof can create differentiated products even in the most competitive categories. As I’ve always maintained innovation is the lifeblood of the drinks sector and that will continue to be our focus. There are many opportunities out there, both established and evolving, we will ensure that we have the right fit within the Proof Drinks portfolio.”\r\n\r\nMcDermott said: “We’re very proud of what Proof Drinks has achieved so far. We’ve seen double-digit sales growth each year, have always made a profit, and now employ 20 people. The opportunity to bring Jeremy’s knowledge and experience into play alongside our own will be invaluable as we continue to grow.”\r\n\r\nFerguson added: “We’ve seen Cazcabel become a 40,000 case a year brand in just four years, while with Pistonhead we were ahead of the curve on the craft beer market’s shift into cans. The drinks sector is hugely competitive, but there are always opportunities. We expect both our portfolio and our team to expand further, and we’re delighted to have Jeremy’s proven entrepreneurial flair focused on the continued success of Proof Drinks.”\r\n\r\nProof Drinks works with leading retailers including Marks &amp; Spencer, Tesco, Sainsbury’s Harrods and Harvey Nichols, while in the on-trade its brands are stocked by operators including Mitchells &amp; Butlers, Casual Dining Group and the Restaurant Group. For more information see www.proofdrinks.com','Proof Drinks appoints Jeremy Hill as Managing Director','','inherit','closed','closed','','2971-revision-v1','','','2018-10-25 08:07:34','2018-10-25 08:07:34','',2971,'http://www.ontradeprogress.com/2018/10/25/2971-revision-v1/',0,'revision','',0),(2974,1,'2018-10-25 08:13:07','2018-10-25 08:13:07','<h1>Drinks brand owner and distributor <a href=\"http://proofdrinks.com/\" target=\"_blank\" rel=\"noopener\">Proof Drinks</a> is gearing up for the next phase of its growth as the company confirms the appointment of industry professional Jeremy Hill as managing director.</h1>\r\nHill is the founder and former chairman of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, which was acquired by Sazerac in 2015. He is taking an equity stake in Proof Drinks, joining founders James McDermott and Paul Ferguson on the senior management team.\r\n\r\nFounded in 2010, Proof Drinks owns and distributes Cazcabel Tequila and CUT Rum, as well as distributing brands including Swedish craft beer pioneer Pistonhead and coca leaf liqueur Agwa De Bolivia.\r\n\r\nHill said: “I’d always planned to return to the drinks sector once my non-compete agreement expired. I’d been following what James and Paul have been doing with Proof Drinks, and I see a lot of similarities between Proof and Hi-Spirits in the early days. It’s my mission to help the guys position Proof as the UK’s leading independent drinks agency.\r\n\r\n“The fact that we have such a diverse portfolio of brands enables us to have interesting conversations with both existing and potential customers across the on-trade and off-trade. Proof has demonstrated that it is able to create and grow its own brands too, at the same time as adding value for its partners.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/hi-spirits-has-the-gin-journey-mapped-out/\">What do Hi-Spirits have in store for gin?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog bring a new bar to Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\">Luscombe have created a new campaign in light of their 21st anniversary</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\">The world\'s FIRST hydro &amp; solar powered bar... It had to be Carlsberg</a></li>\r\n 	<li></li>\r\n</ul>\r\n“Cazcabel is already a category leader in terms of its growth rate, while the recent launch of CUT Rum shows that Proof can create differentiated products even in the most competitive categories. As I’ve always maintained innovation is the lifeblood of the drinks sector and that will continue to be our focus. There are many opportunities out there, both established and evolving, we will ensure that we have the right fit within the Proof Drinks portfolio.”\r\n\r\nMcDermott said: “We’re very proud of what Proof Drinks has achieved so far. We’ve seen double-digit sales growth each year, have always made a profit, and now employ 20 people. The opportunity to bring Jeremy’s knowledge and experience into play alongside our own will be invaluable as we continue to grow.”\r\n\r\nFerguson added: “We’ve seen Cazcabel become a 40,000 case a year brand in just four years, while with Pistonhead we were ahead of the curve on the craft beer market’s shift into cans. The drinks sector is hugely competitive, but there are always opportunities. We expect both our portfolio and our team to expand further, and we’re delighted to have Jeremy’s proven entrepreneurial flair focused on the continued success of Proof Drinks.”\r\n\r\nProof Drinks works with leading retailers including Marks &amp; Spencer, Tesco, Sainsbury’s Harrods and Harvey Nichols, while in the on-trade its brands are stocked by operators including Mitchells &amp; Butlers, Casual Dining Group and the Restaurant Group. For more information see www.proofdrinks.com','Proof Drinks appoints Jeremy Hill as Managing Director','','inherit','closed','closed','','2971-revision-v1','','','2018-10-25 08:13:07','2018-10-25 08:13:07','',2971,'http://www.ontradeprogress.com/2018/10/25/2971-revision-v1/',0,'revision','',0),(2975,1,'2018-10-25 08:13:54','2018-10-25 08:13:54','<h1>Drinks brand owner and distributor <a href=\"http://proofdrinks.com/\" target=\"_blank\" rel=\"noopener\">Proof Drinks</a> is gearing up for the next phase of its growth as the company confirms the appointment of industry professional Jeremy Hill as managing director.</h1>\r\nHill is the founder and former chairman of <a href=\"https://www.hi-spirits.com/\" target=\"_blank\" rel=\"noopener\">Hi-Spirits</a>, which was acquired by Sazerac in 2015. He is taking an equity stake in Proof Drinks, joining founders James McDermott and Paul Ferguson on the senior management team.\r\n\r\nFounded in 2010, Proof Drinks owns and distributes Cazcabel Tequila and CUT Rum, as well as distributing brands including Swedish craft beer pioneer Pistonhead and coca leaf liqueur Agwa De Bolivia.\r\n\r\nHill said: “I’d always planned to return to the drinks sector once my non-compete agreement expired. I’d been following what James and Paul have been doing with Proof Drinks, and I see a lot of similarities between Proof and Hi-Spirits in the early days. It’s my mission to help the guys position Proof as the UK’s leading independent drinks agency.\r\n\r\n“The fact that we have such a diverse portfolio of brands enables us to have interesting conversations with both existing and potential customers across the on-trade and off-trade. Proof has demonstrated that it is able to create and grow its own brands too, at the same time as adding value for its partners.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/hi-spirits-has-the-gin-journey-mapped-out/\">What do Hi-Spirits have in store for gin?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog bring a new bar to Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\">Luscombe have created a new campaign in light of their 21st anniversary</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\">The world\'s FIRST hydro &amp; solar powered bar... It had to be Carlsberg</a></li>\r\n 	<li></li>\r\n</ul>\r\n“Cazcabel is already a category leader in terms of its growth rate, while the recent launch of CUT Rum shows that Proof can create differentiated products even in the most competitive categories. As I’ve always maintained innovation is the lifeblood of the drinks sector and that will continue to be our focus. There are many opportunities out there, both established and evolving, we will ensure that we have the right fit within the Proof Drinks portfolio.”\r\n\r\nMcDermott said: “We’re very proud of what Proof Drinks has achieved so far. We’ve seen double-digit sales growth each year, have always made a profit, and now employ 20 people. The opportunity to bring Jeremy’s knowledge and experience into play alongside our own will be invaluable as we continue to grow.”\r\n\r\nFerguson added: “We’ve seen Cazcabel become a 40,000 case a year brand in just four years, while with Pistonhead we were ahead of the curve on the craft beer market’s shift into cans. The drinks sector is hugely competitive, but there are always opportunities. We expect both our portfolio and our team to expand further, and we’re delighted to have Jeremy’s proven entrepreneurial flair focused on the continued success of Proof Drinks.”\r\n\r\nProof Drinks works with leading retailers including Marks &amp; Spencer, Tesco, Sainsbury’s Harrods and Harvey Nichols, while in the on-trade its brands are stocked by operators including Mitchells &amp; Butlers, Casual Dining Group and the Restaurant Group. For more information see www.proofdrinks.com','Proof Drinks appoints Jeremy Hill as Managing Director','','inherit','closed','closed','','2971-autosave-v1','','','2018-10-25 08:13:54','2018-10-25 08:13:54','',2971,'http://www.ontradeprogress.com/2018/10/25/2971-autosave-v1/',0,'revision','',0),(2976,1,'2018-10-25 09:15:34','2018-10-25 09:15:34','<h1>The <a href=\"http://www.efficientip.com/resources/dns-security-survey-2018/\" target=\"_blank\" rel=\"nofollow noopener\">2018 Global DNS Threat Report</a>, shared by <a href=\"http://www.efficientip.com/\" target=\"_blank\" rel=\"nofollow noopener\">EfficientIP</a>, leading specialists in network protection, revealed the financial services industry is the worst affected sector by DNS attacks, the type cyber attackers increasingly use to stealthily break into bank systems.</h1>\r\nLast year, a single financial sector attack cost each organization $588,200. This year the research shows organizations spent $924,390, to restore services after each DNS attack, the most out of any sector and an annual increase of 57%.\r\n\r\nThe report also highlights financial organizations suffered an average of seven DNS attacks last year, with 19% attacked ten times or more in the last twelve months.\r\n\r\nRising costs are not the only consequences of DNS attacks. The most common impacts of DNS attacks are cloud service downtime, experienced by 43% of financial organizations, a compromised website (36%), and in-house application downtime (32%).\r\n\r\nDNS attacks also cost financial institutions time. Second to the public sector, financial services take the longest to mitigate an attack, spending an average of seven hours. In the worst cases, some 5% of financial sector respondents spent 41 days just resolving impacts of their DNS attacks in 2017.\r\n\r\nWhile 94% of financial organizations understand the criticality of having a secure DNS network for their business, overwhelming evidence from the survey shows they need to take more action. Failure to apply security patches in a timely manner is a major issue for organizations. EfficientIP’s 2018 Global DNS Threat Report reveals 72% of finance companies took three days or more to install a security patch on their systems, leaving them open to attacks.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\">Is your business \'Brexit-proofed\'?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes the Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\r\n</ul>\r\nDavid Williamson, CEO, EfficientIP, comments on the reasons behind the attacks. “The DNS threat landscape is continually evolving, impacting the financial sector in particular. This is because many financial organizations rely on security solutions which fail to combat specific DNS threats. Financial services increasingly operate online and rely on internet availability and the capacity to securely communicate information in real time. Therefore, network service continuity and security is a business imperative and a necessity.”\r\n<h2>Recommendations</h2>\r\n<h3>\r\n<strong>Working with some of the world’s largest global banks and stock exchanges to protect their networks, EfficientIP recommends five best practices:</strong></h3>\r\nEnhance threat intelligence on domain reputation with data feeds which provide menace insight from global traffic analysis. This will protect users from internal/external attacks by blocking malware activity and mitigating data exfiltration attempts.\r\n\r\n[caption id=\"attachment_2977\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2977\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cyber-1654709_640-300x200.jpg\" alt=\"dns attacks\" width=\"300\" height=\"200\" /> Is your business safe?[/caption]\r\n\r\nAugment your threat visibility using real-time, context-aware DNS transaction analytics for behavioural threat detection. Businesses can detect all threat types, and prevent data theft to help meet regulatory compliance such as GDPR and US CLOUD Act.\r\n\r\nApply adaptive countermeasures relevant to threats. The result is ensured business continuity, even when the attack source is unidentifiable, and practically eliminates risks of blocking legitimate users.\r\n\r\nHarden security for cloud/next-gen datacenters with a purpose-built DNS security solution, overcoming limitations of solutions from cloud providers. This ensures continued access to cloud services and apps, and protects against exfiltration of cloud-stored data.\r\n\r\nIncorporate DNS into a global network security solution to recognize unusual or malicious activity and inform the broader security ecosystem. This allows holistic network security to address growing network risks and protect against the lateral movement of threats.','EfficientIP’s DNS Threat Report reveals alarming 57% attack cost rise in last 12 months','','publish','closed','open','','dns-attacks-reveals-12-months','','','2018-10-25 09:15:34','2018-10-25 09:15:34','',0,'http://www.ontradeprogress.com/?p=2976',0,'post','',0),(2977,1,'2018-10-25 09:09:10','2018-10-25 09:09:10','','dns attacks','Is your business safe?','inherit','closed','closed','','cyber-1654709_640','','','2018-10-25 09:11:23','2018-10-25 09:11:23','',2976,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/cyber-1654709_640.jpg',0,'attachment','image/jpeg',0),(2978,1,'2018-10-25 09:09:13','2018-10-25 09:09:13','','dns attacks','EfficientIP’s DNS Threat Report reveals alarming 57% attack cost rise in last 12 months','inherit','closed','closed','','hacker-2883632_640','','','2018-10-25 09:10:37','2018-10-25 09:10:37','',2976,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/hacker-2883632_640.jpg',0,'attachment','image/jpeg',0),(2979,1,'2018-10-25 09:11:38','2018-10-25 09:11:38','<h1>The <a href=\"http://www.efficientip.com/resources/dns-security-survey-2018/\" target=\"_blank\" rel=\"nofollow noopener\">2018 Global DNS Threat Report</a>, shared by <a href=\"http://www.efficientip.com/\" target=\"_blank\" rel=\"nofollow noopener\">EfficientIP</a>, leading specialists in network protection, revealed the financial services industry is the worst affected sector by DNS attacks, the type cyber attackers increasingly use to stealthily break into bank systems.</h1>\r\nLast year, a single financial sector attack cost each organization $588,200. This year the research shows organizations spent $924,390, to restore services after each DNS attack, the most out of any sector and an annual increase of 57%.\r\n\r\nThe report also highlights financial organizations suffered an average of seven DNS attacks last year, with 19% attacked ten times or more in the last twelve months.\r\n\r\nRising costs are not the only consequences of DNS attacks. The most common impacts of DNS attacks are cloud service downtime, experienced by 43% of financial organizations, a compromised website (36%), and in-house application downtime (32%).\r\n\r\nDNS attacks also cost financial institutions time. Second to the public sector, financial services take the longest to mitigate an attack, spending an average of seven hours. In the worst cases, some 5% of financial sector respondents spent 41 days just resolving impacts of their DNS attacks in 2017.\r\n\r\nWhile 94% of financial organizations understand the criticality of having a secure DNS network for their business, overwhelming evidence from the survey shows they need to take more action. Failure to apply security patches in a timely manner is a major issue for organizations. EfficientIP’s 2018 Global DNS Threat Report reveals 72% of finance companies took three days or more to install a security patch on their systems, leaving them open to attacks.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\">Is your business \'Brexit-proofed\'?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes the Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\r\n</ul>\r\nDavid Williamson, CEO, EfficientIP, comments on the reasons behind the attacks. “The DNS threat landscape is continually evolving, impacting the financial sector in particular. This is because many financial organizations rely on security solutions which fail to combat specific DNS threats. Financial services increasingly operate online and rely on internet availability and the capacity to securely communicate information in real time. Therefore, network service continuity and security is a business imperative and a necessity.”\r\n<h2>Recommendations</h2>\r\n<h3>\r\n<strong>Working with some of the world’s largest global banks and stock exchanges to protect their networks, EfficientIP recommends five best practices:</strong></h3>\r\nEnhance threat intelligence on domain reputation with data feeds which provide menace insight from global traffic analysis. This will protect users from internal/external attacks by blocking malware activity and mitigating data exfiltration attempts.\r\n\r\n[caption id=\"attachment_2977\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2977\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cyber-1654709_640-300x200.jpg\" alt=\"dns attacks\" width=\"300\" height=\"200\" /> Is your business safe?[/caption]\r\n\r\nAugment your threat visibility using real-time, context-aware DNS transaction analytics for behavioural threat detection. Businesses can detect all threat types, and prevent data theft to help meet regulatory compliance such as GDPR and US CLOUD Act.\r\n\r\nApply adaptive countermeasures relevant to threats. The result is ensured business continuity, even when the attack source is unidentifiable, and practically eliminates risks of blocking legitimate users.\r\n\r\nHarden security for cloud/next-gen datacenters with a purpose-built DNS security solution, overcoming limitations of solutions from cloud providers. This ensures continued access to cloud services and apps, and protects against exfiltration of cloud-stored data.\r\n\r\nIncorporate DNS into a global network security solution to recognize unusual or malicious activity and inform the broader security ecosystem. This allows holistic network security to address growing network risks and protect against the lateral movement of threats.','EfficientIP’s DNS Threat Report reveals alarming 57% attack cost rise in last 12 months','','inherit','closed','closed','','2976-revision-v1','','','2018-10-25 09:11:38','2018-10-25 09:11:38','',2976,'http://www.ontradeprogress.com/2018/10/25/2976-revision-v1/',0,'revision','',0),(2980,1,'2018-10-25 09:14:54','2018-10-25 09:14:54','','dns attacks','EfficientIP’s DNS Threat Report reveals alarming 57% attack cost rise in last 12 months','inherit','closed','closed','','hacker-2883632_1280','','','2018-10-25 09:15:14','2018-10-25 09:15:14','',2976,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/hacker-2883632_1280.jpg',0,'attachment','image/jpeg',0),(2981,1,'2018-10-25 09:26:53','2018-10-25 09:26:53','<h1>The <a href=\"http://www.efficientip.com/resources/dns-security-survey-2018/\" target=\"_blank\" rel=\"nofollow noopener\">2018 Global DNS Threat Report</a>, shared by <a href=\"http://www.efficientip.com/\" target=\"_blank\" rel=\"nofollow noopener\">EfficientIP</a>, leading specialists in network protection, revealed the financial services industry is the worst affected sector by DNS attacks, the type cyber attackers increasingly use to stealthily break into bank systems.</h1>\r\nLast year, a single financial sector attack cost each organization $588,200. This year the research shows organizations spent $924,390, to restore services after each DNS attack, the most out of any sector and an annual increase of 57%.\r\n\r\nThe report also highlights financial organizations suffered an average of seven DNS attacks last year, with 19% attacked ten times or more in the last twelve months.\r\n\r\nRising costs are not the only consequences of DNS attacks. The most common impacts of DNS attacks are cloud service downtime, experienced by 43% of financial organizations, a compromised website (36%), and in-house application downtime (32%).\r\n\r\nDNS attacks also cost financial institutions time. Second to the public sector, financial services take the longest to mitigate an attack, spending an average of seven hours. In the worst cases, some 5% of financial sector respondents spent 41 days just resolving impacts of their DNS attacks in 2017.\r\n\r\nWhile 94% of financial organizations understand the criticality of having a secure DNS network for their business, overwhelming evidence from the survey shows they need to take more action. Failure to apply security patches in a timely manner is a major issue for organizations. EfficientIP’s 2018 Global DNS Threat Report reveals 72% of finance companies took three days or more to install a security patch on their systems, leaving them open to attacks.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\">Is your business \'Brexit-proofed\'?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes the Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/\">Dyson technology for business</a></li>\r\n</ul>\r\nDavid Williamson, CEO, EfficientIP, comments on the reasons behind the attacks. “The DNS threat landscape is continually evolving, impacting the financial sector in particular. This is because many financial organizations rely on security solutions which fail to combat specific DNS threats. Financial services increasingly operate online and rely on internet availability and the capacity to securely communicate information in real time. Therefore, network service continuity and security is a business imperative and a necessity.”\r\n<h2>Recommendations</h2>\r\n<h3><strong>Working with some of the world’s largest global banks and stock exchanges to protect their networks, EfficientIP recommends five best practices:</strong></h3>\r\nEnhance threat intelligence on domain reputation with data feeds which provide menace insight from global traffic analysis. This will protect users from internal/external attacks by blocking malware activity and mitigating data exfiltration attempts.\r\n\r\n[caption id=\"attachment_2977\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2977\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/cyber-1654709_640-300x200.jpg\" alt=\"dns attacks\" width=\"300\" height=\"200\" /> Is your business safe?[/caption]\r\n\r\nAugment your threat visibility using real-time, context-aware DNS transaction analytics for behavioural threat detection. Businesses can detect all threat types, and prevent data theft to help meet regulatory compliance such as GDPR and US CLOUD Act.\r\n\r\nApply adaptive countermeasures relevant to threats. The result is ensured business continuity, even when the attack source is unidentifiable, and practically eliminates risks of blocking legitimate users.\r\n\r\nHarden security for cloud/next-gen datacenters with a purpose-built DNS security solution, overcoming limitations of solutions from cloud providers. This ensures continued access to cloud services and apps, and protects against exfiltration of cloud-stored data.\r\n\r\nIncorporate DNS into a global network security solution to recognize unusual or malicious activity and inform the broader security ecosystem. This allows holistic network security to address growing network risks and protect against the lateral movement of threats.','EfficientIP’s DNS Threat Report reveals alarming 57% attack cost rise in last 12 months','','inherit','closed','closed','','2976-autosave-v1','','','2018-10-25 09:26:53','2018-10-25 09:26:53','',2976,'http://www.ontradeprogress.com/2018/10/25/2976-autosave-v1/',0,'revision','',0),(2982,1,'2018-10-25 10:28:08','0000-00-00 00:00:00','<h1>This November, award-winning duo Michael Sager and Marcis Dzelzainis, of <a href=\"https://www.sagerandwilde.com/\" target=\"_blank\" rel=\"noopener\">Sager + Wilde</a>, will launch an exciting all-day-dining bar and canteen. Fare Bar + Canteen, located in the historic Morelands building on Old Street, is a multifunctional space split across two floors offering a grab-and-go coffee area, intimate cocktail and wine bar, and the restaurant serving a selection of modern seasonal small plates with larger sharing dishes from the robata grill.</h1>\r\n[caption id=\"attachment_2983\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2983\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Screenshot-2018-10-25-10.47.22-300x199.png\" alt=\"bar and canteen\" width=\"300\" height=\"199\" /> Sage + Wilde open a new \'Bar and Canteen\' in Old Street, London[/caption]\r\n\r\nThe contemporary open space will have an industrial aesthetic with a bright and clean finish. The ground floor bar and canteen is flooded with light through the floor to ceiling Crittal Windows and will offer natural wine and cocktails on tap. This includes a Nitro Vodka Espresso - vodka and coffee that pours like Guinness and a Rum + Coconut - a 21st century take on the Pina Colada, with Havana 3 year, Coconut, verjus and lemongrass hydrosol. Guests are invited to drink and dine around a horseshoe marble dining counter, warmly lit by the reclaimed Holophane lights and overlooking an open-plan kitchen boasting a huge Cuppone Oven.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\" target=\"_blank\" rel=\"noopener\">Carlsberg builds \'Carlsberg Cabin\'</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/07/british-bartender-wins-the-international-southern-showdown-2018/\" target=\"_blank\" rel=\"noopener\">British bartender takes top gong at Southern Showdown 2018</a></li>\r\n</ul>\r\n[caption id=\"attachment_2984\" align=\"alignleft\" width=\"240\"]<img class=\"size-medium wp-image-2984\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/NewSite-240x300.jpg\" alt=\"bar and canteen\" width=\"240\" height=\"300\" /> Bar and Canteen - The new venue from Sager + WIlde in Old Street[/caption]\r\n\r\nDownstairs, the intimate bar and dining area will be flooded with light from a glass skylight in the middle of the space and features parquet floors and white pillars. The bar menu includes an extensive 250-strong Sager + Wilde curated wine list sourced directly from boutique winemakers across the world, as well as delivering a ground-breaking approach to the cocktail list. A bespoke FARE tonic water has been created, which is lighter in taste and lower in sugar than traditional tonics, to allow the spirits to shine through.\r\n\r\nHead Chef Thomas Raymond, previously at Ellory, will lead the kitchen creating a menu that takes inspiration from his British roots and travels around the Mediterranean. The extensive food menu available focuses around the grill which takes centre stage in the restaurant downstairs. He will lead the kitchen in creating an approachable and accessible menu with his food delivering bold, punchy, vivid flavours and interesting textures. The menu showcases vegetable-based small plates, grilled skewers and larger sharing dishes, reflecting the sustainable practices at the heart of the restaurant.\r\n\r\nThe coffee space, located on the ground floor, will be overseen by partners at South London’s Assembly who Fare are creating their own bespoke house roasts with. Coffee will be served from an innovative, state of the art, Custom Sanremo machine.','Award-winning team behind Sager & Wilde to launch brand new concept fare bar & canteen','','draft','closed','open','','sager-wilde-open-bar-and-canteen','','','2018-10-25 10:28:08','2018-10-25 10:28:08','',0,'http://www.ontradeprogress.com/?p=2982',0,'post','',0),(2983,1,'2018-10-25 10:04:02','2018-10-25 10:04:02','','bar and canteen','Sage + Wilde open a new \'Bar and Canteen\' in Old Street, London','inherit','closed','closed','','screenshot-2018-10-25-10-47-22','','','2018-10-25 10:04:53','2018-10-25 10:04:53','',2982,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Screenshot-2018-10-25-10.47.22.png',0,'attachment','image/png',0),(2984,1,'2018-10-25 10:10:08','2018-10-25 10:10:08','','bar and canteen','Bar and Canteen - The new venue from Sager + WIlde in Old Street','inherit','closed','closed','','newsite','','','2018-10-25 10:10:47','2018-10-25 10:10:47','',2982,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/NewSite.jpg',0,'attachment','image/jpeg',0),(2985,1,'2018-10-25 10:11:19','2018-10-25 10:11:19','<h1>This November, award-winning duo Michael Sager and Marcis Dzelzainis, of <a href=\"https://www.sagerandwilde.com/\" target=\"_blank\" rel=\"noopener\">Sager + Wilde</a>, will launch an exciting all-day-dining bar and canteen. Fare Bar + Canteen, located in the historic Morelands building on Old Street, is a multifunctional space split across two floors offering a grab-and-go coffee area, intimate cocktail and wine bar, and the restaurant serving a selection of modern seasonal small plates with larger sharing dishes from the robata grill.</h1>\r\nThe contemporary open space will have an industrial aesthetic with a bright and clean finish. The ground floor bar and canteen is flooded with light through the floor to ceiling Crittal Windows and will offer natural wine and cocktails on tap. This includes a Nitro Vodka Espresso - vodka and coffee that pours like Guinness and a Rum + Coconut - a 21st century take on the Pina Colada, with Havana 3 year, Coconut, verjus and lemongrass hydrosol. Guests are invited to drink and dine around a horseshoe marble dining counter, warmly lit by the reclaimed Holophane lights and overlooking an open-plan kitchen boasting a huge Cuppone Oven.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\" target=\"_blank\" rel=\"noopener\">Carlsberg builds \'Carlsberg Cabin\'</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/07/british-bartender-wins-the-international-southern-showdown-2018/\" target=\"_blank\" rel=\"noopener\">British bartender takes top gong at Southern Showdown 2018</a></li>\r\n</ul>\r\n[caption id=\"attachment_2984\" align=\"alignleft\" width=\"240\"]<img class=\"size-medium wp-image-2984\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/NewSite-240x300.jpg\" alt=\"bar and canteen\" width=\"240\" height=\"300\" /> Bar and Canteen - The new venue from Sager + WIlde in Old Street[/caption]\r\n\r\nDownstairs, the intimate bar and dining area will be flooded with light from a glass skylight in the middle of the space and features parquet floors and white pillars. The bar menu includes an extensive 250-strong Sager + Wilde curated wine list sourced directly from boutique winemakers across the world, as well as delivering a ground-breaking approach to the cocktail list. A bespoke FARE tonic water has been created, which is lighter in taste and lower in sugar than traditional tonics, to allow the spirits to shine through.\r\n\r\nHead Chef Thomas Raymond, previously at Ellory, will lead the kitchen creating a menu that takes inspiration from his British roots and travels around the Mediterranean. The extensive food menu available focuses around the grill which takes centre stage in the restaurant downstairs. He will lead the kitchen in creating an approachable and accessible menu with his food delivering bold, punchy, vivid flavours and interesting textures. The menu showcases vegetable-based small plates, grilled skewers and larger sharing dishes, reflecting the sustainable practices at the heart of the restaurant.\r\n\r\nThe coffee space, located on the ground floor, will be overseen by partners at South London’s Assembly who Fare are creating their own bespoke house roasts with. Coffee will be served from an innovative, state of the art, Custom Sanremo machine.','Award-winning team behind Sager & Wilde to launch brand new concept fare bar & canteen','','inherit','closed','closed','','2982-revision-v1','','','2018-10-25 10:11:19','2018-10-25 10:11:19','',2982,'http://www.ontradeprogress.com/2018/10/25/2982-revision-v1/',0,'revision','',0),(2986,1,'2018-10-25 10:28:08','2018-10-25 10:28:08','<h1>This November, award-winning duo Michael Sager and Marcis Dzelzainis, of <a href=\"https://www.sagerandwilde.com/\" target=\"_blank\" rel=\"noopener\">Sager + Wilde</a>, will launch an exciting all-day-dining bar and canteen. Fare Bar + Canteen, located in the historic Morelands building on Old Street, is a multifunctional space split across two floors offering a grab-and-go coffee area, intimate cocktail and wine bar, and the restaurant serving a selection of modern seasonal small plates with larger sharing dishes from the robata grill.</h1>\r\n[caption id=\"attachment_2983\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2983\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Screenshot-2018-10-25-10.47.22-300x199.png\" alt=\"bar and canteen\" width=\"300\" height=\"199\" /> Sage + Wilde open a new \'Bar and Canteen\' in Old Street, London[/caption]\r\n\r\nThe contemporary open space will have an industrial aesthetic with a bright and clean finish. The ground floor bar and canteen is flooded with light through the floor to ceiling Crittal Windows and will offer natural wine and cocktails on tap. This includes a Nitro Vodka Espresso - vodka and coffee that pours like Guinness and a Rum + Coconut - a 21st century take on the Pina Colada, with Havana 3 year, Coconut, verjus and lemongrass hydrosol. Guests are invited to drink and dine around a horseshoe marble dining counter, warmly lit by the reclaimed Holophane lights and overlooking an open-plan kitchen boasting a huge Cuppone Oven.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/\" target=\"_blank\" rel=\"noopener\">Carlsberg builds \'Carlsberg Cabin\'</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/07/british-bartender-wins-the-international-southern-showdown-2018/\" target=\"_blank\" rel=\"noopener\">British bartender takes top gong at Southern Showdown 2018</a></li>\r\n</ul>\r\n[caption id=\"attachment_2984\" align=\"alignleft\" width=\"240\"]<img class=\"size-medium wp-image-2984\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/NewSite-240x300.jpg\" alt=\"bar and canteen\" width=\"240\" height=\"300\" /> Bar and Canteen - The new venue from Sager + WIlde in Old Street[/caption]\r\n\r\nDownstairs, the intimate bar and dining area will be flooded with light from a glass skylight in the middle of the space and features parquet floors and white pillars. The bar menu includes an extensive 250-strong Sager + Wilde curated wine list sourced directly from boutique winemakers across the world, as well as delivering a ground-breaking approach to the cocktail list. A bespoke FARE tonic water has been created, which is lighter in taste and lower in sugar than traditional tonics, to allow the spirits to shine through.\r\n\r\nHead Chef Thomas Raymond, previously at Ellory, will lead the kitchen creating a menu that takes inspiration from his British roots and travels around the Mediterranean. The extensive food menu available focuses around the grill which takes centre stage in the restaurant downstairs. He will lead the kitchen in creating an approachable and accessible menu with his food delivering bold, punchy, vivid flavours and interesting textures. The menu showcases vegetable-based small plates, grilled skewers and larger sharing dishes, reflecting the sustainable practices at the heart of the restaurant.\r\n\r\nThe coffee space, located on the ground floor, will be overseen by partners at South London’s Assembly who Fare are creating their own bespoke house roasts with. Coffee will be served from an innovative, state of the art, Custom Sanremo machine.','Award-winning team behind Sager & Wilde to launch brand new concept fare bar & canteen','','inherit','closed','closed','','2982-revision-v1','','','2018-10-25 10:28:08','2018-10-25 10:28:08','',2982,'http://www.ontradeprogress.com/2018/10/25/2982-revision-v1/',0,'revision','',0),(2987,1,'2018-10-25 11:13:44','2018-10-25 11:13:44','<h1><a href=\"https://www.drurycoffee.com/\" target=\"_blank\" rel=\"noopener\"><strong>The</strong> </a><strong>Drury Tea &amp; Coffee Company, </strong>London-based speciality tea blender and coffee roaster, has once again this year added a Christmas tea to its best-selling pyramid-shaped speciality teabag range.</h1>\r\n&nbsp;\r\n\r\nThe limited edition tea, which is only available in the run-up to Christmas, is made from the finest black tea blended with apple, orange and Christmas spices. Warmly aromatic and spicy, with the rich scent of cinnamon and cloves, it is best served without milk.\r\n\r\n&nbsp;\r\n\r\nThe pyramid shape of the bag and the biodegradable material it is made from, permits the use of larger leaf teas and spices and allows the tea to brew more efficientl<span style=\"font-size: 14px;\">y. Consequently, it delivers more taste, but without all the mess associated with loose leaf tea. The full range of pyramid teas - blended and packed in-house at Drury’s premises in south London – now comprises more than 30 different teas.</span>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/drury-gunnery-celebrates-home-arsenal/\">Drury espresso coffee - Gunnery Blend</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/new-cold-brew-coffee-in-cans-from-drury/\">Coffee in a can - From Drury</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/\">Non-alcoholic drinks for grown-ups</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Christmas tea is packed in attractive Art Deco style packs of 15 for display and self-selection with a wholesale list price of £2.95. Alternatively, catering packs of 100 cost £16.20.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2989\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2989\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Tea-2018-300x238.jpg\" alt=\"Christmas Tea\" width=\"300\" height=\"238\" /> Drury has added Christmas tea to their range once again[/caption]\r\n\r\n<strong>CHRISTMAS IN MANHATTAN</strong>\r\n\r\nIn celebration of the launch and to coincide with the festive season, Drury has created a new Christmas version of the iconic Manhattan cocktail using its Christmas pyramid teabags:\r\n\r\n&nbsp;\r\n\r\n<strong>Ingredients</strong>:\r\n\r\n45ml Bourbon infused with Drury Christmas Tea\r\n\r\n45ml Sweet Vermouth\r\n\r\ndash orange bitters\r\n\r\n&nbsp;\r\n\r\n<strong>Method</strong>;\r\n\r\nTo make Christmas tea infused bourbon: Infuse two pyramid tea bags in 250ml bourbon for 60 minutes. Squeeze tea bag well and discard.\r\n\r\nCombine all ingredients in a cocktail shaker with ice and shake vigorously. Serve in a cocktail glass with a cocktail cherry.\r\n\r\nSays Drury Director, Marco Olmi: “Our seasonal offering delivers the perfect taste of Christmas and the retail packs make perfect stocking fillers. The new pyramid packaging is particularly suitable for the blend. It allows the teas and spices to circulate and brew properly whilst at the same time avoiding any messy residue in the cup.”','Drury Launches its 2018 Christmas tea','','publish','closed','open','','drury-adds-christmas-tea-range','','http://www.ontradeprogress.com/2018/10/16/drury-gunnery-celebrates-home-arsenal/\nhttp://www.ontradeprogress.com/2018/06/11/new-cold-brew-coffee-in-cans-from-drury/\nhttp://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/','2018-10-25 12:36:10','2018-10-25 12:36:10','',0,'http://www.ontradeprogress.com/?p=2987',0,'post','',0),(2988,1,'2018-10-25 11:04:25','2018-10-25 11:04:25','','Christmas tea','Drury has added Christmas tea to their range once again','inherit','closed','closed','','christmas-in-manhattan','','','2018-10-25 11:08:21','2018-10-25 11:08:21','',2987,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-in-Manhattan.jpg',0,'attachment','image/jpeg',0),(2989,1,'2018-10-25 11:04:35','2018-10-25 11:04:35','','Christmas Tea','Drury has added Christmas tea to their range once again','inherit','closed','closed','','christmas-tea-2018','','','2018-10-25 11:09:09','2018-10-25 11:09:09','',2987,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Tea-2018.jpg',0,'attachment','image/jpeg',0),(2990,1,'2018-10-25 11:13:44','2018-10-25 11:13:44','<h1><a href=\"https://www.drurycoffee.com/\" target=\"_blank\" rel=\"noopener\"><strong>The</strong> </a><strong>Drury Tea &amp; Coffee Company, </strong>London-based speciality tea blender and coffee roaster, has once again this year added a Christmas tea to its best-selling pyramid-shaped speciality teabag range.</h1>\r\n&nbsp;\r\n\r\nThe limited edition tea, which is only available in the run-up to Christmas, is made from the finest black tea blended with apple, orange and Christmas spices. Warmly aromatic and spicy, with the rich scent of cinnamon and cloves, it is best served without milk.\r\n\r\n&nbsp;\r\n\r\nThe pyramid shape of the bag and the biodegradable material it is made from, permits the use of larger leaf teas and spices and allows the tea to brew more efficientl<span style=\"font-size: 14px;\">y. Consequently, it delivers more taste, but without all the mess associated with loose leaf tea. The full range of pyramid teas - blended and packed in-house at Drury’s premises in south London – now comprises more than 30 different teas.</span>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/16/drury-gunnery-celebrates-home-arsenal/\">Drury espresso coffee - Gunnery Blend</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/11/new-cold-brew-coffee-in-cans-from-drury/\">Coffee in a can - From Drury</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/\">Non-alcoholic drinks for grown-ups</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe Christmas tea is packed in attractive Art Deco style packs of 15 for display and self-selection with a wholesale list price of £2.95. Alternatively, catering packs of 100 cost £16.20.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_2989\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2989\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Christmas-Tea-2018-300x238.jpg\" alt=\"Christmas Tea\" width=\"300\" height=\"238\" /> Drury has added Christmas tea to their range once again[/caption]\r\n\r\n<strong>CHRISTMAS IN MANHATTAN</strong>\r\n\r\nIn celebration of the launch and to coincide with the festive season, Drury has created a new Christmas version of the iconic Manhattan cocktail using its Christmas pyramid teabags:\r\n\r\n&nbsp;\r\n\r\n<strong>Ingredients</strong>:\r\n\r\n45ml Bourbon infused with Drury Christmas Tea\r\n\r\n45ml Sweet Vermouth\r\n\r\ndash orange bitters\r\n\r\n&nbsp;\r\n\r\n<strong>Method</strong>;\r\n\r\nTo make Christmas tea infused bourbon: Infuse two pyramid tea bags in 250ml bourbon for 60 minutes. Squeeze tea bag well and discard.\r\n\r\nCombine all ingredients in a cocktail shaker with ice and shake vigorously. Serve in a cocktail glass with a cocktail cherry.\r\n\r\nSays Drury Director, Marco Olmi: “Our seasonal offering delivers the perfect taste of Christmas and the retail packs make perfect stocking fillers. The new pyramid packaging is particularly suitable for the blend. It allows the teas and spices to circulate and brew properly whilst at the same time avoiding any messy residue in the cup.”','Drury Launches its 2018 Christmas tea','','inherit','closed','closed','','2987-revision-v1','','','2018-10-25 11:13:44','2018-10-25 11:13:44','',2987,'http://www.ontradeprogress.com/2018/10/25/2987-revision-v1/',0,'revision','',0),(2991,1,'2018-10-25 14:56:08','2018-10-25 14:56:08','<h1>Velvet is taking the furniture industry by storm and <a href=\"https://www.peppermillinteriors.com/\" target=\"_blank\" rel=\"noopener\">Peppermill Interiors</a> are on top of the trend with their latest collection of velvet dining chairs, armchairs, bar stools and cocktail chairs.</h1>\r\nMore and more we’re seeing old become new: industrial style that was previously limited to factories and warehouses has worked its way into bars, restaurants and homes up and down the country; a resurgence of retro patterns in high street clothing stores; and now the mid-century fabric of choice resurfacing with all the old opulence, and even more of the new glamour.\r\n\r\n<img class=\"alignright size-medium wp-image-2992\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Chester-velvet-bar-stool-300x200.jpg\" alt=\"peppermill interiors\" width=\"300\" height=\"200\" />Restaurants, bars and hotels looking to revamp in 2019 may want to consider velvet as an option for their interior to achieve a classic contemporary look. Peppermill’s collection of velvet dining chairs includes French-inspired pressed button designs and retro diamond stitch patterns, ranging from bright mustard, to moody navy and subtle greys. If you aren’t planning a total revamp and just want to add contemporary character to your existing commercial space, Peppermill Interiors recommend choosing a velvet accent chair or remodelling a section around this trend instead of going all-out.\r\n\r\nLauren Stevenson, General Manager, said: “The great thing about this material, is that it makes even the dullest of colours really reflect the light. Add that vibrance to a private dining room or bar area, and the whole interior instantly stands out.”\r\n\r\n<img class=\"size-medium wp-image-2994 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/velvet-armchair-300x200.jpg\" alt=\"peppermill interiors\" width=\"300\" height=\"200\" />The basic, mass-produced commercial furniture of yesteryear is slowly fazing out, with brands being more focused on aesthetics and the whole dining experience, as opposed to just the food. The atmosphere has to be enticing to get customers through the door. Restaurant and bar furniture is now emulating domestic trends, with comfort and style having more prominence than ever before.\r\n\r\nPeppermill’s new ‘Chester’ velvet bar stool comes in five colours, offering an excellent choice if coordinating with existing furniture. And for that all-important velvet accent chair, Peppermill have introduced several armchairs in classic and retro designs. For a subtle style outside the dining area, velvet restaurant chairs could be in the form of the all-new ‘Lille’ cocktail chair, which is available in four colours and would be ideal for a lounge area, bar, or hotel lobby.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\" target=\"_blank\" rel=\"noopener\">CAMRA\'s best UK pub</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/salcombe-gin-voyager-series/\" target=\"_blank\" rel=\"noopener\">Salcombe Gin launches its first sloe &amp; damson gin</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n</ul>\r\nPeppermill Interiors are renowned for their high-quality commercial furniture, having previously supplied big-name brands, as well as independent bars, restaurants, cafes and more. They have a large showroom based in Staffordshire, which is open to both trade and the public Monday to Saturday. You can also shop their full collection of domestic, restaurant and bar furniture online at <a href=\"http://www.peppermillinteriors.com\">www.peppermillinteriors.com</a>','Velvet is taking the furniture industry by storm and Peppermill Interiors are on top of the trend with their latest collection of velvet dining chairs, armchairs, bar stools and cocktail chairs','','publish','closed','open','','velvet-peppermill-interiors-collection','','\nhttp://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/','2018-10-25 15:02:04','2018-10-25 15:02:04','',0,'http://www.ontradeprogress.com/?p=2991',0,'post','',0),(2992,1,'2018-10-25 14:47:18','2018-10-25 14:47:18','','peppermill interiors','','inherit','closed','closed','','chester-velvet-bar-stool','','','2018-10-25 14:49:31','2018-10-25 14:49:31','',2991,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Chester-velvet-bar-stool.jpg',0,'attachment','image/jpeg',0),(2993,1,'2018-10-25 14:47:53','2018-10-25 14:47:53','','peppermill interiors','Peppermill Interiors new velvet range has been taking the industry by storm, and we can see why','inherit','closed','closed','','commercial-furniture-peppermill-interiors','','','2018-10-25 14:49:08','2018-10-25 14:49:08','',2991,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/commercial-furniture-peppermill-interiors.jpg',0,'attachment','image/jpeg',0),(2994,1,'2018-10-25 14:48:12','2018-10-25 14:48:12','','peppermill interiors','','inherit','closed','closed','','velvet-armchair','','','2018-10-25 14:51:13','2018-10-25 14:51:13','',2991,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/velvet-armchair.jpg',0,'attachment','image/jpeg',0),(2995,1,'2018-10-25 14:53:56','2018-10-25 14:53:56','<h1>Velvet is taking the furniture industry by storm and <a href=\"https://www.peppermillinteriors.com/\" target=\"_blank\" rel=\"noopener\">Peppermill Interiors</a> are on top of the trend with their latest collection of velvet dining chairs, armchairs, bar stools and cocktail chairs.</h1>\r\nMore and more we’re seeing old become new: industrial style that was previously limited to factories and warehouses has worked its way into bars, restaurants and homes up and down the country; a resurgence of retro patterns in high street clothing stores; and now the mid-century fabric of choice resurfacing with all the old opulence, and even more of the new glamour.\r\n\r\n<img class=\"alignright size-medium wp-image-2992\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Chester-velvet-bar-stool-300x200.jpg\" alt=\"peppermill interiors\" width=\"300\" height=\"200\" />Restaurants, bars and hotels looking to revamp in 2019 may want to consider velvet as an option for their interior to achieve a classic contemporary look. Peppermill’s collection of velvet dining chairs includes French-inspired pressed button designs and retro diamond stitch patterns, ranging from bright mustard, to moody navy and subtle greys. If you aren’t planning a total revamp and just want to add contemporary character to your existing commercial space, Peppermill Interiors recommend choosing a velvet accent chair or remodelling a section around this trend instead of going all-out.\r\n\r\nLauren Stevenson, General Manager, said: “The great thing about this material, is that it makes even the dullest of colours really reflect the light. Add that vibrance to a private dining room or bar area, and the whole interior instantly stands out.”\r\n\r\n<img class=\"size-medium wp-image-2994 alignleft\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/velvet-armchair-300x200.jpg\" alt=\"peppermill interiors\" width=\"300\" height=\"200\" />The basic, mass-produced commercial furniture of yesteryear is slowly fazing out, with brands being more focused on aesthetics and the whole dining experience, as opposed to just the food. The atmosphere has to be enticing to get customers through the door. Restaurant and bar furniture is now emulating domestic trends, with comfort and style having more prominence than ever before.\r\n\r\nPeppermill’s new ‘Chester’ velvet bar stool comes in five colours, offering an excellent choice if coordinating with existing furniture. And for that all-important velvet accent chair, Peppermill have introduced several armchairs in classic and retro designs. For a subtle style outside the dining area, velvet restaurant chairs could be in the form of the all-new ‘Lille’ cocktail chair, which is available in four colours and would be ideal for a lounge area, bar, or hotel lobby.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/\" target=\"_blank\" rel=\"noopener\">CAMRA\'s best UK pub</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/24/salcombe-gin-voyager-series/\" target=\"_blank\" rel=\"noopener\">Salcombe Gin launches its first sloe &amp; damson gin</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/\" target=\"_blank\" rel=\"noopener\">Corazon Tequila launching in the UK</a></li>\r\n</ul>\r\nPeppermill Interiors are renowned for their high-quality commercial furniture, having previously supplied big-name brands, as well as independent bars, restaurants, cafes and more. They have a large showroom based in Staffordshire, which is open to both trade and the public Monday to Saturday. You can also shop their full collection of domestic, restaurant and bar furniture online at <a href=\"http://www.peppermillinteriors.com\">www.peppermillinteriors.com</a>','Velvet is taking the furniture industry by storm and Peppermill Interiors are on top of the trend with their latest collection of velvet dining chairs, armchairs, bar stools and cocktail chairs','','inherit','closed','closed','','2991-revision-v1','','','2018-10-25 14:53:56','2018-10-25 14:53:56','',2991,'http://www.ontradeprogress.com/2018/10/25/2991-revision-v1/',0,'revision','',0),(2996,1,'2018-10-25 15:19:33','2018-10-25 15:19:33','<h1 class=\"ox-1b39b07171-MsoNormal\" align=\"center\"><b>UK RESTAURANT INDUSTRY COMES TOGETHER TO CALL ON THE GOVERNMENT TO REVIEW DEBILITATING BUSINESS RATES WHICH ARE CAUSING BUSINESS CLOSURES AND JOB LOSSES</b></h1>\r\n<div>\r\n<div>\r\n<div>\r\n<p class=\"ox-1b39b07171-MsoNormal\" align=\"center\"><img id=\"ox-1b39b07171-_x0000_i1027\" src=\"https://email.1and1.co.uk/appsuite/api/image/mail/picture?folder=default0%2FINBOX&amp;id=1540477941831402137&amp;uid=image009.jpg%4001D46C77.E8F4C390\" alt=\"Restaurateur David Moore petitions Phillip Hammond to get rid of business rates (2).jpg\" width=\"410\" height=\"274\" border=\"0\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"ox-1b39b07171-MsoNormal\" align=\"center\"><b>Restaurateur David Moore petitions Philip Hammond with the support of the Deputy Mayor of Business, Rajesh Agrawal; Lawrence Hartley, founder of Alliance of Independent Restaurants and Lee Lyons, COO of The Fitzrovia Partnership</b></h2>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Launching a parliament petition, David Moore, one of the UK’s most renowned restaurateurs who has owned Michelin-star restaurant Pied à Terre for 27 years, is spearheading a campaign for the Chancellor of the Exchequer, Philip Hammond, to abolish business rates and instate a fairer US style sales tax instead.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">The hospitality sector alone provides 2.3 million crucial jobs in the UK<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn1\" target=\"_blank\" rel=\"noopener\"><sup>[1]</sup></a>. As hiring is set to slow down over the next three years as a result of Brexit<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn2\" target=\"_blank\" rel=\"noopener\"><sup>[2]</sup></a>, the number of job losses is expected to soar. The number of UK restaurants forced to close jumped by a fifth last year as major chains came under pressure from rising costs and competition amid a squeeze on consumer spending<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn3\" target=\"_blank\" rel=\"noopener\"><sup>[3]</sup></a>. There were nearly 1000 insolvencies across the restaurant industry in 2017 compared with just 825 the year before.<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn4\" target=\"_blank\" rel=\"noopener\"><sup>[4]</sup></a></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Since business rates have increased again in 2018, restaurant businesses up and down the country have suffered serious implications, forcing loss of jobs and closures. Leading restaurant chains such as Gaucho<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn5\" target=\"_blank\" rel=\"noopener\"><sup>[5]</sup></a>, Jamie’s Italian<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn6\" target=\"_blank\" rel=\"noopener\"><sup>[6]</sup></a>, Prezzo<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn7\" target=\"_blank\" rel=\"noopener\"><sup>[7]</sup></a>, and Byron<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn8\" target=\"_blank\" rel=\"noopener\"><sup>[8]</sup></a> have been forced to close outlets across the UK due to mounting pressures of business rates. However, smaller businesses are also affected with medium sized restaurant groups cancelling openings and independents struggling to make ends meet. Of those restaurants that have remained open, a third of the UK’s top 100 restaurants are losing money<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn9\" target=\"_blank\" rel=\"noopener\"><sup>[9]</sup></a>.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Before Brexit, many restaurants were set to cater for the forecasted jump in demand. However, since the vote to leave the EU, consumer habits have changed and almost a quarter of people in the UK (23%) plan to spend less on eating and drinking out this year<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn10\" target=\"_blank\" rel=\"noopener\"><sup>[10]</sup></a>. This loss in revenue coupled with eye-watering business rates means restaurant chains are taking a huge hit.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">In a bid to resolve the issue of business rates across the UK, David Moore, wants to take on Downing Street to save businesses and ultimately jobs. Moore wants business rates to be reviewed so restaurants can thrive and continue to provide jobs.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Speaking about the petition, Moore said: “The restaurant industry in the UK employs millions of people, supporting families all over the country. Restaurants are now struggling to survive and growth is set to show little growth over the new few years. There are therefore fewer jobs available and as we approach what could be a turbulent Christmas, businesses are worried - they just can’t afford to offer jobs that have traditionally always been available in our entrenched industry.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\">Is your business \'Brexit-proofed\'?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/09/breggsit-storm-brewing-as-businesses-encouraged-to-prepare/\">\'Breggsit\' storm brewing</a></li>\r\n</ul>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Mr. Hammond needs to wake up and see how disastrous the situation is. This is not just a fight to save the popular chains we all know and love, but a battle to give relief to smaller family-run and independent businesses and more importantly, security for their employees.”</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Lee Lyons, Chief Operating Officer at The Fitzrovia Partnership says: “Fitzrovia is home to over 250 restaurants, bars and cafes in the food and drink quarter of London - a number of which we represent. The growing business rates are therefore a serious concern to us. We want to know that our favourite bars, restaurants and cafes will continue to thrive but also that new establishments will be in a position to open without the fear of spiralling costs. We want Fitzrovia to remain a hub with thriving businesses and new openings, not closures.”</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">The petition is also being supported by the Deputy Mayor of Business, Rajesh Agrawal and Lawrence Hartley, founder of Alliance of Independent Restaurants.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">To sign the parliament petition, visit <a href=\"https://petition.parliament.uk/petitions/226778\" target=\"_blank\" rel=\"noopener\">https://petition.parliament.uk/petitions/226778</a></p>','UK restaurant industry comes together to call on the government to review debilitating business rates which are causing business closures and job losses','','publish','closed','open','','uk-restaurant-industry-business-rates','','','2018-10-25 15:19:33','2018-10-25 15:19:33','',0,'http://www.ontradeprogress.com/?p=2996',0,'post','',0),(2997,1,'2018-10-25 15:14:47','2018-10-25 15:14:47','','business rates','with rising business rates, restaurant closures are alarming','inherit','closed','closed','','image009','','','2018-10-25 15:15:29','2018-10-25 15:15:29','',2996,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image009.jpg',0,'attachment','image/jpeg',0),(2998,1,'2018-10-25 15:19:13','2018-10-25 15:19:13','<h1 class=\"ox-1b39b07171-MsoNormal\" align=\"center\"><b>UK RESTAURANT INDUSTRY COMES TOGETHER TO CALL ON THE GOVERNMENT TO REVIEW DEBILITATING BUSINESS RATES WHICH ARE CAUSING BUSINESS CLOSURES AND JOB LOSSES</b></h1>\r\n<div>\r\n<div>\r\n<div>\r\n<p class=\"ox-1b39b07171-MsoNormal\" align=\"center\"><img id=\"ox-1b39b07171-_x0000_i1027\" src=\"https://email.1and1.co.uk/appsuite/api/image/mail/picture?folder=default0%2FINBOX&amp;id=1540477941831402137&amp;uid=image009.jpg%4001D46C77.E8F4C390\" alt=\"Restaurateur David Moore petitions Phillip Hammond to get rid of business rates (2).jpg\" width=\"410\" height=\"274\" border=\"0\" /></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h2 class=\"ox-1b39b07171-MsoNormal\" align=\"center\"><b>Restaurateur David Moore petitions Philip Hammond with the support of the Deputy Mayor of Business, Rajesh Agrawal; Lawrence Hartley, founder of Alliance of Independent Restaurants and Lee Lyons, COO of The Fitzrovia Partnership</b></h2>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Launching a parliament petition, David Moore, one of the UK’s most renowned restaurateurs who has owned Michelin-star restaurant Pied à Terre for 27 years, is spearheading a campaign for the Chancellor of the Exchequer, Philip Hammond, to abolish business rates and instate a fairer US style sales tax instead.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">The hospitality sector alone provides 2.3 million crucial jobs in the UK<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn1\" target=\"_blank\" rel=\"noopener\"><sup>[1]</sup></a>. As hiring is set to slow down over the next three years as a result of Brexit<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn2\" target=\"_blank\" rel=\"noopener\"><sup>[2]</sup></a>, the number of job losses is expected to soar. The number of UK restaurants forced to close jumped by a fifth last year as major chains came under pressure from rising costs and competition amid a squeeze on consumer spending<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn3\" target=\"_blank\" rel=\"noopener\"><sup>[3]</sup></a>. There were nearly 1000 insolvencies across the restaurant industry in 2017 compared with just 825 the year before.<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn4\" target=\"_blank\" rel=\"noopener\"><sup>[4]</sup></a></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Since business rates have increased again in 2018, restaurant businesses up and down the country have suffered serious implications, forcing loss of jobs and closures. Leading restaurant chains such as Gaucho<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn5\" target=\"_blank\" rel=\"noopener\"><sup>[5]</sup></a>, Jamie’s Italian<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn6\" target=\"_blank\" rel=\"noopener\"><sup>[6]</sup></a>, Prezzo<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn7\" target=\"_blank\" rel=\"noopener\"><sup>[7]</sup></a>, and Byron<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn8\" target=\"_blank\" rel=\"noopener\"><sup>[8]</sup></a> have been forced to close outlets across the UK due to mounting pressures of business rates. However, smaller businesses are also affected with medium sized restaurant groups cancelling openings and independents struggling to make ends meet. Of those restaurants that have remained open, a third of the UK’s top 100 restaurants are losing money<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn9\" target=\"_blank\" rel=\"noopener\"><sup>[9]</sup></a>.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Before Brexit, many restaurants were set to cater for the forecasted jump in demand. However, since the vote to leave the EU, consumer habits have changed and almost a quarter of people in the UK (23%) plan to spend less on eating and drinking out this year<a href=\"https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn10\" target=\"_blank\" rel=\"noopener\"><sup>[10]</sup></a>. This loss in revenue coupled with eye-watering business rates means restaurant chains are taking a huge hit.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">In a bid to resolve the issue of business rates across the UK, David Moore, wants to take on Downing Street to save businesses and ultimately jobs. Moore wants business rates to be reviewed so restaurants can thrive and continue to provide jobs.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Speaking about the petition, Moore said: “The restaurant industry in the UK employs millions of people, supporting families all over the country. Restaurants are now struggling to survive and growth is set to show little growth over the new few years. There are therefore fewer jobs available and as we approach what could be a turbulent Christmas, businesses are worried - they just can’t afford to offer jobs that have traditionally always been available in our entrenched industry.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\">Is your business \'Brexit-proofed\'?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/09/breggsit-storm-brewing-as-businesses-encouraged-to-prepare/\">\'Breggsit\' storm brewing</a></li>\r\n</ul>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Mr. Hammond needs to wake up and see how disastrous the situation is. This is not just a fight to save the popular chains we all know and love, but a battle to give relief to smaller family-run and independent businesses and more importantly, security for their employees.”</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">Lee Lyons, Chief Operating Officer at The Fitzrovia Partnership says: “Fitzrovia is home to over 250 restaurants, bars and cafes in the food and drink quarter of London - a number of which we represent. The growing business rates are therefore a serious concern to us. We want to know that our favourite bars, restaurants and cafes will continue to thrive but also that new establishments will be in a position to open without the fear of spiralling costs. We want Fitzrovia to remain a hub with thriving businesses and new openings, not closures.”</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\"></p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">The petition is also being supported by the Deputy Mayor of Business, Rajesh Agrawal and Lawrence Hartley, founder of Alliance of Independent Restaurants.</p>\r\n<p class=\"ox-1b39b07171-MsoNormal\">To sign the parliament petition, visit <a href=\"https://petition.parliament.uk/petitions/226778\" target=\"_blank\" rel=\"noopener\">https://petition.parliament.uk/petitions/226778</a></p>','UK restaurant industry comes together to call on the government to review debilitating business rates which are causing business closures and job losses','','inherit','closed','closed','','2996-revision-v1','','','2018-10-25 15:19:13','2018-10-25 15:19:13','',2996,'http://www.ontradeprogress.com/2018/10/25/2996-revision-v1/',0,'revision','',0),(2999,1,'2018-10-30 08:34:05','2018-10-30 08:34:05','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reacted to the Chancellor’s Budget Statement by welcoming support for hospitality businesses and calling on the Government to follow-up with continued dialogue and backing for hardworking businesses.</strong></h1>\r\n<strong>UKHospitality Chief Executive <a href=\"https://twitter.com/ukhospkate?lang=en\" target=\"_blank\" rel=\"noopener\">Kate Nicholls</a> said:</strong>\r\n\r\n\"This was a positive Budget for hospitality, recognising and acknowledging our core campaigns around employment costs, business rates and digital paying its fair share – together with a positive outcome on excise duty, latte levy and non-residential capex and investment allowances. We estimate the measures announced in the Budget as a result of our campaigns are likely to save the trade £750m.\r\n\r\n<strong>“Hospitality businesses have been devastated by spiralling business rates costs, so steps to address this are welcome. UKHospitality has exhaustively campaigned for support for the sector on business rates, so it positive to see the Government listening.</strong>\r\n\r\n<strong>“Cutting bills for smaller businesses by a third will provide some much-needed support and is a positive move by the Government. This, along with the introduction of a new tax on digital businesses, to ensure they pay their fair share, needs to be a springboard for further businesses rates reform.</strong>\r\n\r\n<strong>“The funds raised by this new tax should be used to ease the unfair tax burdens being shouldered by hospitality businesses to help stop the continued devastation of high streets. If the Government is serious about updating the rates system then we still need to see a thorough, root and branch reform of the whole system to ensure it is fair and fit for purpose in the 21<sup>st</sup> Century.</strong>\r\n\r\n<strong>“Reducing the cost of apprenticeships for SMEs is a pragmatic and positive step towards tackling recruitment and retention problems being faced by businesses.</strong>\r\n\r\n<strong>“The hospitality sector has already taken, and continues to take, effort to tackle plastic waste and UKHospitality has been working with its members and the wider sector to help drive this. As the Chancellor rightly said, a latte levy would not necessarily help tackle waste but would increase costs for businesses and, ultimately, consumers. Avoiding this unnecessary additional tax is very welcome.</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\">UK restaurant industry calls on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business, warns Lynx Purchasing</a></li>\r\n</ul>\r\n<strong>“A freeze in the rate of beer, cider and spirits duty, something we have continually called for, will also help avoid an additional squeeze on the hospitality sector.</strong>\r\n\r\n<strong>“The Chancellor has taken some positive steps to reassure and support hospitality businesses during uncertain political and economic times. We are now calling on the Government to follow this positive Budget with continued support for businesses, as we close in on our withdrawal from the EU.”</strong>','Positive Budget should be followed by continued support for hospitality','','publish','closed','open','','budget-continue-support-hospitality','','http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\nhttp://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\nhttp://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/','2018-10-30 14:00:46','2018-10-30 14:00:46','',0,'http://www.ontradeprogress.com/?p=2999',0,'post','',0),(3000,1,'2018-10-30 08:31:43','2018-10-30 08:31:43','','UKHospitality welcomes the budget for the hospitality sector','UKHospitality welcomes the budget for the hospitality sector','inherit','closed','closed','','drinks-2578446_640','','','2018-10-30 08:32:11','2018-10-30 08:32:11','',2999,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/drinks-2578446_640.jpg',0,'attachment','image/jpeg',0),(3001,1,'2018-10-30 08:33:46','2018-10-30 08:33:46','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reacted to the Chancellor’s Budget Statement by welcoming support for hospitality businesses and calling on the Government to follow-up with continued dialogue and backing for hardworking businesses.</strong></h1>\r\n<strong>UKHospitality Chief Executive <a href=\"https://twitter.com/ukhospkate?lang=en\" target=\"_blank\" rel=\"noopener\">Kate Nicholls</a> said:</strong>\r\n\r\n\"This was a positive Budget for hospitality, recognising and acknowledging our core campaigns around employment costs, business rates and digital paying its fair share – together with a positive outcome on excise duty, latte levy and non-residential capex and investment allowances. We estimate the measures announced in the Budget as a result of our campaigns are likely to save the trade £750m.\r\n\r\n<strong>“Hospitality businesses have been devastated by spiralling business rates costs, so steps to address this are welcome. UKHospitality has exhaustively campaigned for support for the sector on business rates, so it positive to see the Government listening.</strong>\r\n\r\n<strong>“Cutting bills for smaller businesses by a third will provide some much-needed support and is a positive move by the Government. This, along with the introduction of a new tax on digital businesses, to ensure they pay their fair share, needs to be a springboard for further businesses rates reform.</strong>\r\n\r\n<strong>“The funds raised by this new tax should be used to ease the unfair tax burdens being shouldered by hospitality businesses to help stop the continued devastation of high streets. If the Government is serious about updating the rates system then we still need to see a thorough, root and branch reform of the whole system to ensure it is fair and fit for purpose in the 21<sup>st</sup> Century.</strong>\r\n\r\n<strong>“Reducing the cost of apprenticeships for SMEs is a pragmatic and positive step towards tackling recruitment and retention problems being faced by businesses.</strong>\r\n\r\n<strong>“The hospitality sector has already taken, and continues to take, effort to tackle plastic waste and UKHospitality has been working with its members and the wider sector to help drive this. As the Chancellor rightly said, a latte levy would not necessarily help tackle waste but would increase costs for businesses and, ultimately, consumers. Avoiding this unnecessary additional tax is very welcome.</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\">UK restaurant industry calls on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business, warns Lynx Purchasing</a></li>\r\n</ul>\r\n<strong>“A freeze in the rate of beer, cider and spirits duty, something we have continually called for, will also help avoid an additional squeeze on the hospitality sector.</strong>\r\n\r\n<strong>“The Chancellor has taken some positive steps to reassure and support hospitality businesses during uncertain political and economic times. We are now calling on the Government to follow this positive Budget with continued support for businesses, as we close in on our withdrawal from the EU.”</strong>','Positive Budget should be followed by continued support for hospitality','','inherit','closed','closed','','2999-revision-v1','','','2018-10-30 08:33:46','2018-10-30 08:33:46','',2999,'http://www.ontradeprogress.com/2018/10/30/2999-revision-v1/',0,'revision','',0),(3002,1,'2018-10-30 09:04:34','2018-10-30 09:04:34','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n[caption id=\"attachment_3006\" align=\"aligncenter\" width=\"820\"]<img class=\"wp-image-3006 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png\" alt=\"Old Fashioned Week 2018\" width=\"820\" height=\"310\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n\r\n\r\n[caption id=\"attachment_3029\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3029 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/26915628890_d55ee6887b_k-300x200.jpeg\" alt=\"Old Fashioned Week 2018\" width=\"300\" height=\"200\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n\r\n\r\n[caption id=\"attachment_3031\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3031 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/27190514095_2f838c7b73_k-300x200.jpeg\" alt=\"Old Fashioned Week 2018\" width=\"300\" height=\"200\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<h4 class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b><b> </b></h4>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','publish','closed','open','','woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018','','','2018-10-30 12:14:58','2018-10-30 12:14:58','',0,'http://www.ontradeprogress.com/?p=3002',0,'post','',0),(3003,1,'2018-10-30 08:55:58','2018-10-30 08:55:58','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Cocktail Trading Company</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Swift</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by specialty Woodford Reserve Old Fashioned cocktails.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>The Ned</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>The Fitz</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 08:55:58','2018-10-30 08:55:58','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3004,1,'2018-10-30 08:58:35','2018-10-30 08:58:35','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b></p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 08:58:35','2018-10-30 08:58:35','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3005,1,'2018-10-30 09:01:01','2018-10-30 09:01:01','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<h4 class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b><b> </b></h4>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 09:01:01','2018-10-30 09:01:01','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3006,1,'2018-10-30 09:02:43','2018-10-30 09:02:43','','Old Fashioned Week 2018','Old Fashioned Week 2018','inherit','closed','closed','','image002-2','','','2018-10-30 09:03:04','2018-10-30 09:03:04','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png',0,'attachment','image/png',0),(3007,1,'2018-10-30 09:03:36','2018-10-30 09:03:36','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n[caption id=\"attachment_3006\" align=\"aligncenter\" width=\"820\"]<img class=\"wp-image-3006 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png\" alt=\"Old Fashioned Week 2018\" width=\"820\" height=\"310\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<h4 class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b><b> </b></h4>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 09:03:36','2018-10-30 09:03:36','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3008,1,'2018-10-30 09:05:46','2018-10-30 09:05:46','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n[caption id=\"attachment_3006\" align=\"aligncenter\" width=\"820\"]<img class=\"wp-image-3006 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png\" alt=\"Old Fashioned Week 2018\" width=\"820\" height=\"310\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<h4 class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b><b> </b></h4>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 09:05:46','2018-10-30 09:05:46','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3009,1,'2018-10-30 09:31:26','2018-10-30 09:31:26','<h1 class=\"ox-7fb0320d77-MsoNormal\">Leisure property specialist <a href=\"https://www.fleurets.com/\" target=\"_blank\" rel=\"noopener\">Fleurets</a> has been instructed by real estate investment firm <a href=\"http://www.aprirose.com/\" target=\"_blank\" rel=\"noopener\">Aprirose</a> to market 9 pub freehold investments, currently let to Revolution Bar Ltd.</h1>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Ed Sandall from Fleurets is leading the marketing and commented: “Each of the 9 properties marketed have identical FRI leases, with 14 years unexpired. Marketed off a total guide price of £20,200,000, the portfolio’s total rental income amounts to £1,461,430 p.a., reflecting a 6.78% net initial yield.”</p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Located across the north of England and the Midlands, the investment opportunities are all located in prime leisure pitches, and available as a package or individually.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/\" target=\"_blank\" rel=\"noopener\">The positive budget should be followed by continued support for hospitality</a></li>\r\n</ul>\r\n<h2 class=\"ox-7fb0320d77-MsoNormal\">The investments are:</h2>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">28 Cross Church Street, Huddersfield\r\nPenny Street, Lancaster\r\n6b New Walk, Leicester\r\n10 Park Street, Lincoln\r\n18-22 Wood Street, Liverpool\r\n90-94 Oxford Road, Manchester\r\nWilmslow Road, Fallowfield, Manchester\r\n7 Hassell Street, Newcastle-under-Lyme\r\n10-12 Princess Street, Wolverhampton.</p>','Fleurets market 9 Freehold Investments let to Revolution','','publish','closed','open','','fleurets-market-freehold-revolution','','http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\nhttp://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\nhttp://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/','2018-10-30 12:08:05','2018-10-30 12:08:05','',0,'http://www.ontradeprogress.com/?p=3009',0,'post','',0),(3010,1,'2018-10-30 09:23:14','2018-10-30 09:23:14','','Revolution Bar 28 Cross Church Street, Huddersfield','Revolution Bar 28 Cross Church Street, Huddersfield','inherit','closed','closed','','huddersfield','','','2018-10-30 09:24:07','2018-10-30 09:24:07','',3009,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Huddersfield.jpg',0,'attachment','image/jpeg',0),(3011,1,'2018-10-30 09:31:00','2018-10-30 09:31:00','<h1 class=\"ox-7fb0320d77-MsoNormal\">Leisure property specialist <a href=\"https://www.fleurets.com/\" target=\"_blank\" rel=\"noopener\">Fleurets</a> has been instructed by real estate investment firm Aprirose to market 9 pub freehold investments, currently let to Revolution Bar Ltd.</h1>\r\n<p class=\"ox-7fb0320d77-MsoNormal\"></p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Ed Sandall from Fleurets is leading the marketing and commented: “Each of the 9 properties marketed have identical FRI leases, with 14 years unexpired. Marketed off a total guide price of £20,200,000, the portfolio’s total rental income amounts to £1,461,430 p.a., reflecting a 6.78% net initial yield.”</p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\"></p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Located across the north of England and the Midlands, the investment opportunities are all located in prime leisure pitches, and available as a package or individually.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/\" target=\"_blank\" rel=\"noopener\">The positive budget should be followed by continued support for hospitality</a></li>\r\n</ul>\r\n<p class=\"ox-7fb0320d77-MsoNormal\"></p>\r\n\r\n<h2 class=\"ox-7fb0320d77-MsoNormal\">The investments are:</h2>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">28 Cross Church Street, Huddersfield\r\nPenny Street, Lancaster\r\n6b New Walk, Leicester\r\n10 Park Street, Lincoln\r\n18-22 Wood Street, Liverpool\r\n90-94 Oxford Road, Manchester\r\nWilmslow Road, Fallowfield, Manchester\r\n7 Hassell Street, Newcastle-under-Lyme\r\n10-12 Princess Street, Wolverhampton.</p>','Fleurets market 9 Freehold Investments let to Revolution','','inherit','closed','closed','','3009-revision-v1','','','2018-10-30 09:31:00','2018-10-30 09:31:00','',3009,'http://www.ontradeprogress.com/2018/10/30/3009-revision-v1/',0,'revision','',0),(3012,1,'2018-10-30 09:31:50','2018-10-30 09:31:50','<h1 class=\"ox-7fb0320d77-MsoNormal\">Leisure property specialist <a href=\"https://www.fleurets.com/\" target=\"_blank\" rel=\"noopener\">Fleurets</a> has been instructed by real estate investment firm Aprirose to market 9 pub freehold investments, currently let to Revolution Bar Ltd.</h1>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Ed Sandall from Fleurets is leading the marketing and commented: “Each of the 9 properties marketed have identical FRI leases, with 14 years unexpired. Marketed off a total guide price of £20,200,000, the portfolio’s total rental income amounts to £1,461,430 p.a., reflecting a 6.78% net initial yield.”</p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Located across the north of England and the Midlands, the investment opportunities are all located in prime leisure pitches, and available as a package or individually.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/\" target=\"_blank\" rel=\"noopener\">The positive budget should be followed by continued support for hospitality</a></li>\r\n</ul>\r\n<h2 class=\"ox-7fb0320d77-MsoNormal\">The investments are:</h2>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">28 Cross Church Street, Huddersfield\r\nPenny Street, Lancaster\r\n6b New Walk, Leicester\r\n10 Park Street, Lincoln\r\n18-22 Wood Street, Liverpool\r\n90-94 Oxford Road, Manchester\r\nWilmslow Road, Fallowfield, Manchester\r\n7 Hassell Street, Newcastle-under-Lyme\r\n10-12 Princess Street, Wolverhampton.</p>','Fleurets market 9 Freehold Investments let to Revolution','','inherit','closed','closed','','3009-revision-v1','','','2018-10-30 09:31:50','2018-10-30 09:31:50','',3009,'http://www.ontradeprogress.com/2018/10/30/3009-revision-v1/',0,'revision','',0),(3013,1,'2018-10-30 09:33:58','2018-10-30 09:33:58','<h1 class=\"ox-7fb0320d77-MsoNormal\">Leisure property specialist <a href=\"https://www.fleurets.com/\" target=\"_blank\" rel=\"noopener\">Fleurets</a> has been instructed by real estate investment firm <a href=\"http://www.aprirose.com/\" target=\"_blank\" rel=\"noopener\">Aprirose</a> to market 9 pub freehold investments, currently let to Revolution Bar Ltd.</h1>\n<p class=\"ox-7fb0320d77-MsoNormal\">Ed Sandall from Fleurets is leading the marketing and commented: “Each of the 9 properties marketed have identical FRI leases, with 14 years unexpired. Marketed off a total guide price of £20,200,000, the portfolio’s total rental income amounts to £1,461,430 p.a., reflecting a 6.78% net initial yield.”</p>\n<p class=\"ox-7fb0320d77-MsoNormal\">Located across the north of England and the Midlands, the investment opportunities are all located in prime leisure pitches, and available as a package or individually.</p>\n\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/\" target=\"_blank\" rel=\"noopener\">The positive budget should be followed by continued support for hospitality</a></li>\n</ul>\n<h2 class=\"ox-7fb0320d77-MsoNormal\">The investments are:</h2>\n<p class=\"ox-7fb0320d77-MsoNormal\">28 Cross Church Street, Huddersfield\nPenny Street, Lancaster\n6b New Walk, Leicester\n10 Park Street, Lincoln\n18-22 Wood Street, Liverpool\n90-94 Oxford Road, Manchester\nWilmslow Road, Fallowfield, Manchester\n7 Hassell Street, Newcastle-under-Lyme\n10-12 Princess Street, Wolverhampton.</p>','Fleurets market 9 Freehold Investments let to Revolution','','inherit','closed','closed','','3009-autosave-v1','','','2018-10-30 09:33:58','2018-10-30 09:33:58','',3009,'http://www.ontradeprogress.com/2018/10/30/3009-autosave-v1/',0,'revision','',0),(3014,1,'2018-10-30 09:34:45','2018-10-30 09:34:45','<h1 class=\"ox-7fb0320d77-MsoNormal\">Leisure property specialist <a href=\"https://www.fleurets.com/\" target=\"_blank\" rel=\"noopener\">Fleurets</a> has been instructed by real estate investment firm <a href=\"http://www.aprirose.com/\" target=\"_blank\" rel=\"noopener\">Aprirose</a> to market 9 pub freehold investments, currently let to Revolution <a href=\"https://www.revolutionbarsgroup.com/\" target=\"_blank\" rel=\"noopener\">Bar Ltd</a>.</h1>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Ed Sandall from Fleurets is leading the marketing and commented: “Each of the 9 properties marketed have identical FRI leases, with 14 years unexpired. Marketed off a total guide price of £20,200,000, the portfolio’s total rental income amounts to £1,461,430 p.a., reflecting a 6.78% net initial yield.”</p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Located across the north of England and the Midlands, the investment opportunities are all located in prime leisure pitches, and available as a package or individually.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/\" target=\"_blank\" rel=\"noopener\">The positive budget should be followed by continued support for hospitality</a></li>\r\n</ul>\r\n<h2 class=\"ox-7fb0320d77-MsoNormal\">The investments are:</h2>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">28 Cross Church Street, Huddersfield\r\nPenny Street, Lancaster\r\n6b New Walk, Leicester\r\n10 Park Street, Lincoln\r\n18-22 Wood Street, Liverpool\r\n90-94 Oxford Road, Manchester\r\nWilmslow Road, Fallowfield, Manchester\r\n7 Hassell Street, Newcastle-under-Lyme\r\n10-12 Princess Street, Wolverhampton.</p>','Fleurets market 9 Freehold Investments let to Revolution','','inherit','closed','closed','','3009-revision-v1','','','2018-10-30 09:34:45','2018-10-30 09:34:45','',3009,'http://www.ontradeprogress.com/2018/10/30/3009-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (3015,1,'2018-10-30 10:40:26','2018-10-30 10:40:26','<h1 class=\"a\"><a href=\"https://www.trgplc.com/\" target=\"_blank\" rel=\"noopener\">The Restaurant Group</a> plc (\"TRG\"), is pleased to announce that it has conditionally agreed to purchase the entire issued share capital of <a href=\"https://www.wagamama.com/\" target=\"_blank\" rel=\"noopener\">Mabel Topco Limited</a> (\"Wagamama\"), the holding company of a group that owns and operates the Wagamama restaurant business (the \"Acquisition\") for a cash payment of £357 million<sup>1</sup>, representing an enterprise value of £559 million.  This implies a multiple of 8.7x LTM August 2018 EBITDA including cost and site conversion synergies<sup>2</sup>.</h1>\r\n<p class=\"ma\"><strong>Wagamama is a differentiated, high growth brand with clear structural advantages</strong></p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Wagamama is a differentiated, high growth pan-Asian proposition that has consistently and significantly outperformed its core UK market</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Wagamama is well aligned to key structural trends, addressing customer demand for speed of service, delivery and healthy options</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\" target=\"_blank\" rel=\"noopener\">UK restaurant industry comes together to call on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality warns over potential employee shortage</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018/\" target=\"_blank\" rel=\"noopener\">Woodford reserve the official bourbon of Old Fashioned Week 2018</a></li>\r\n</ul>\r\n<p class=\"ma\"><strong>The combination of TRG and Wagamama (together, the \"Enlarged Group\") creates a business with a compelling multi-pronged growth strategy, which will include:</strong></p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Acceleration of  Wagamama\'s UK roll-out with selected TRG site conversions</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Expansion of Wagamama\'s UK Concessions presence leveraging TRG\'s existing relationships</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Significant combined delivery opportunities via restaurants and delivery kitchens</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Piloting of pan-Asian cuisine \'food-to-go\' offerings</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Exploring international growth options enabled by Wagamama\'s established international presence</p>\r\n\r\n<h2 class=\"ma\">The Enlarged Group will be strongly growth-oriented and will benefit from a clear scale advantage, enabling the creation of significant shareholder value</h2>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Together, the Enlarged Group is expected to derive circa 70% of Outlet EBITDA from high growth segments<sup>3</sup></p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition is expected to result in estimated cost synergies and site conversions synergies of approximately £22 million</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition is expected to be Earnings per Share (EPS) enhancing in the first full year following Completion and strongly accretive thereafter</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition\'s return on invested capital is expected to exceed the weighted average cost of capital in the third year following Completion</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Wagamama will be run as an autonomous division of the Enlarged Group.  Emma Woods, currently Wagamama Chief Growth Officer, will become the Wagamama CEO, leading an experienced operational team with a cohesive people-focused culture</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Allan Leighton, the current Chairman of Wagamama, will join the TRG board at Completion as a Non-Executive Director</p>\r\n\r\n<h2 class=\"lv\">Funding of the Acquisition</h2>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>The Acquisition will be funded through a combination of cash, new debt and a rights issue</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>A rights issue is to be undertaken to raise circa £315 million of gross proceeds (the \"Rights Issue\"), which has been fully underwritten on a standby basis by J.P. Morgan Securities plc (\"JPM\") and is expected to be fully underwritten on launch by JPM and Numis Securities Limited (\"Numis\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>In addition to the proceeds of the Rights Issue, the Acquisition will be financed through drawing on a <span class=\"ll\">£220 million</span> revolving credit facility (the \"Debt Facility\") that has been underwritten for TRG by the Royal Bank of Canada as arranger and original lender and RBC Europe Limited as agent (together \"RBC Capital Markets\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span><span class=\"ll\">TRG will assume Net Debt of £202 million in Wagamama, which includes the £225 million </span>Wagamama senior secured notes (the \"Notes\"), which are expected to remain outstanding immediately following Completion by virtue of the terms and conditions governing the Notes which, subject to certain conditions having been met, allow for a change in the beneficial ownership of the issuer without requiring an offer to be made to noteholders to repurchase the Notes</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Following Completion, the Enlarged Group intends to adopt a policy of paying a dividend covered two times by earnings before exceptional items, with this policy reflected in the final dividend that the Company declares for TRG FY 2018</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>The Board believes that this funding structure and dividend policy will result in an appropriate balance between delivering shareholder returns, enabling the Enlarged Group to invest in further growth and enabling the Enlarged Group to achieve an appropriate deleveraging profile</p>\r\n\r\n<h2 class=\"lv\">The Acquisition</h2>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>The size of the Acquisition means that it is classed as a Class 1 transaction under the Listing Rules of the Financial Conduct Authority (the \"Listing Rules\").  Accordingly, the  Acquisition is conditional upon, among other matters, the approval of TRG shareholders at a general meeting of the Company proposed to be held in late November 2018 (the \"General Meeting\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>TRG expects to publish a combined circular and prospectus, including the notice of General Meeting (the \"Combined Circular and Prospectus\") in early November 2018.  Subject to satisfaction of the conditions to the Acquisition, Completion is expected to occur in mid-December 2018</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>The Board intends unanimously to recommend in the Combined Circular and Prospectus that TRG shareholders vote in favour of the requisite shareholder resolutions for the reasons mentioned earlier (the \"Resolutions\").  The directors of TRG intend to vote in favour of the Resolutions in respect of their own beneficial holdings, which amount to approximately 0.11% of TRG\'s total issued ordinary share capital as at the date of this announcement</p>\r\n<p class=\"x\"><sup><span class=\"lk\">1</span></sup><span class=\"lk\">The cash payment is expected to consist of £207 million in respect of the consideration for the entire issued share capital of Wagamama, and £150 million in respect of a repayment of shareholder loans. The cash payment is based on an expected completion date of mid-December 2018 and is subject to closing adjustments.</span></p>\r\n<p class=\"a\"><sup><span class=\"lk\">2</span></sup><span class=\"lk\">Based on Wagamama LTM Aug-18 Adj. EBITDA after pre-opening costs of £42.5 million, cost synergies of £15 million &amp; site conversion synergies of £7 million.  Wagamama LTM Aug-18 Adj. EBITDA has been derived from the audited annual financial statements of Mabel Mezzco Limited for the 53 weeks ended 29 April 2018 and the unaudited interim financial information of Mabel Mezzco Limited for the 16 week periods ended 19 August 2018 and 13 August 2017, each prepared in accordance with UK GAAP (FRS 102).</span></p>\r\n<p class=\"me\"><sup><span class=\"lj\">3</span></sup><span class=\"li\">High growth segments comprise Wagamama, TRG Pubs and TRG Concessions</span></p>\r\n\r\n<h2 class=\"lv\">TRG current trading update</h2>\r\n<p class=\"a\">After 42 weeks\' trade in 2018, total sales were 0.5% down on the comparable period in 2017 and like-for-like sales were 2.2% down.  Since our half-year results announcement at the end of August, TRG has continued to make good progress, and like-for-like sales were up 1.4% in the 14 week period following the end of the World Cup.</p>\r\n<p class=\"lv\">Commenting on the Transaction, Andy McCue, TRG CEO said:</p>\r\n<p class=\"mf\">\"This transaction is an exciting and transformative opportunity to create a business which can pursue a truly multi-pronged growth strategy and create substantial value for our shareholders.</p>\r\n<p class=\"mf\">Wagamama is a fantastic brand, with a market leading pan-Asian proposition, which has consistently outperformed the casual dining market in recent years.  Central to this success has been a cohesive culture and clear brand values which are focused on making the right choices for customers.</p>\r\n<p class=\"mf\">The transaction not only gives us a great brand but also creates a business with a multi-pronged growth strategy which will enhance earnings with continued selective UK rollout, accelerated via conversions of some TRG sites; by further leveraging the brand in Concessions both in the UK and internationally; by maximising the opportunities presented by the rapidly growing delivery sector; and by optimising the potential within international markets.\"</p>\r\n<p class=\"a\">This summary should be read in conjunction with the full text of this announcement.</p>\r\n<p class=\"a\">There will be an analysts\' briefing at 9:00 a.m. today at The etc. centre, 200 Aldersgate, St Paul\'s, London, EC1A 4HD.</p>\r\n<p class=\"a\">In conjunction with the analyst briefing, a live conference call and webcast facility will be available.  If you would like to register, please contact Alistair de Kare-Silver at MHP Communications for details on 020 3128 8742 or email<span class=\"mg\"> TRG@mhpc.com</span>.</p>\r\n<p class=\"a\"><strong>The presentation slides will be available to download from 8:45 am from the Company\'s website </strong></p>\r\n<p class=\"a\"><span class=\"by\">https://www.trgplc.com/investors/reports-and-presentations</span></p>','The Restaurant Group (TRG) has announced the purchase of Wagamama restaurants','','publish','closed','open','','restaurant-group-purchases-wagamama','','','2018-10-30 10:40:26','2018-10-30 10:40:26','',0,'http://www.ontradeprogress.com/?p=3015',0,'post','',0),(3016,1,'2018-10-30 10:21:19','2018-10-30 10:21:19','','Wagamama has been sold to TRG','Wagamama has been sold to TRG','inherit','closed','closed','','business-3152586_640','','','2018-10-30 10:21:37','2018-10-30 10:21:37','',3015,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/business-3152586_640.jpg',0,'attachment','image/jpeg',0),(3017,1,'2018-10-30 10:22:19','2018-10-30 10:22:19','<h1 class=\"a\">The Restaurant Group plc (\"TRG\"), is pleased to announce that it has conditionally agreed to purchase the entire issued share capital of Mabel Topco Limited (\"Wagamama\"), the holding company of a group that owns and operates the Wagamama restaurant business (the \"Acquisition\") for a cash payment of £357 million<sup>1</sup>, representing an enterprise value of £559 million.  This implies a multiple of 8.7x LTM August 2018 EBITDA including cost and site conversion synergies<sup>2</sup>.</h1>\r\n<p class=\"ma\">Wagamama is a differentiated, high growth brand with clear structural advantages</p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Wagamama is a differentiated, high growth pan-Asian proposition that has consistently and significantly outperformed its core UK market</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Wagamama is well aligned to key structural trends, addressing customer demand for speed of service, delivery and healthy options</p>\r\n<p class=\"ma\">The combination of TRG and Wagamama (together, the \"Enlarged Group\") creates a business with a compelling multi-pronged growth strategy, which will include:</p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Acceleration of  Wagamama\'s UK roll-out with selected TRG site conversions</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Expansion of Wagamama\'s UK Concessions presence leveraging TRG\'s existing relationships</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Significant combined delivery opportunities via restaurants and delivery kitchens</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Piloting of pan-Asian cuisine \'food-to-go\' offerings</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Exploring international growth options enabled by Wagamama\'s established international presence</p>\r\n<p class=\"ma\">The Enlarged Group will be strongly growth-oriented and will benefit from a clear scale advantage, enabling the creation of significant shareholder value</p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Together, the Enlarged Group is expected to derive circa 70% of Outlet EBITDA from high growth segments<sup>3</sup></p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition is expected to result in estimated cost synergies and site conversions synergies of approximately £22 million</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition is expected to be Earnings per Share (EPS) enhancing in the first full year following Completion and strongly accretive thereafter</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition\'s return on invested capital is expected to exceed the weighted average cost of capital in the third year following Completion</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Wagamama will be run as an autonomous division of the Enlarged Group.  Emma Woods, currently Wagamama Chief Growth Officer, will become the Wagamama CEO, leading an experienced operational team with a cohesive people-focused culture</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Allan Leighton, the current Chairman of Wagamama, will join the TRG board at Completion as a Non-Executive Director</p>\r\n<p class=\"lv\">Funding of the Acquisition</p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>The Acquisition will be funded through a combination of cash, new debt and a rights issue</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>A rights issue is to be undertaken to raise circa £315 million of gross proceeds (the \"Rights Issue\"), which has been fully underwritten on a standby basis by J.P. Morgan Securities plc (\"JPM\") and is expected to be fully underwritten on launch by JPM and Numis Securities Limited (\"Numis\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>In addition to the proceeds of the Rights Issue, the Acquisition will be financed through drawing on a <span class=\"ll\">£220 million</span> revolving credit facility (the \"Debt Facility\") that has been underwritten for TRG by the Royal Bank of Canada as arranger and original lender and RBC Europe Limited as agent (together \"RBC Capital Markets\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span><span class=\"ll\">TRG will assume Net Debt of £202 million in Wagamama, which includes the £225 million </span>Wagamama senior secured notes (the \"Notes\"), which are expected to remain outstanding immediately following Completion by virtue of the terms and conditions governing the Notes which, subject to certain conditions having been met, allow for a change in the beneficial ownership of the issuer without requiring an offer to be made to noteholders to repurchase the Notes</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Following Completion, the Enlarged Group intends to adopt a policy of paying a dividend covered two times by earnings before exceptional items, with this policy reflected in the final dividend that the Company declares for TRG FY 2018</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>The Board believes that this funding structure and dividend policy will result in an appropriate balance between delivering shareholder returns, enabling the Enlarged Group to invest in further growth and enabling the Enlarged Group to achieve an appropriate deleveraging profile</p>\r\n<p class=\"lv\">The Acquisition</p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>The size of the Acquisition means that it is classed as a Class 1 transaction under the Listing Rules of the Financial Conduct Authority (the \"Listing Rules\").  Accordingly, the  Acquisition is conditional upon, among other matters, the approval of TRG shareholders at a general meeting of the Company proposed to be held in late November 2018 (the \"General Meeting\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>TRG expects to publish a combined circular and prospectus, including the notice of General Meeting (the \"Combined Circular and Prospectus\") in early November 2018.  Subject to satisfaction of the conditions to the Acquisition, Completion is expected to occur in mid-December 2018</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>The Board intends unanimously to recommend in the Combined Circular and Prospectus that TRG shareholders vote in favour of the requisite shareholder resolutions for the reasons mentioned earlier (the \"Resolutions\").  The directors of TRG intend to vote in favour of the Resolutions in respect of their own beneficial holdings, which amount to approximately 0.11% of TRG\'s total issued ordinary share capital as at the date of this announcement</p>\r\n<p class=\"x\"><sup><span class=\"lk\">1</span></sup><span class=\"lk\">The cash payment is expected to consist of £207 million in respect of the consideration for the entire issued share capital of Wagamama, and £150 million in respect of a repayment of shareholder loans. The cash payment is based on an expected completion date of mid-December 2018 and is subject to closing adjustments.</span></p>\r\n<p class=\"a\"><sup><span class=\"lk\">2</span></sup><span class=\"lk\">Based on Wagamama LTM Aug-18 Adj. EBITDA after pre-opening costs of £42.5 million, cost synergies of £15 million &amp; site conversion synergies of £7 million.  Wagamama LTM Aug-18 Adj. EBITDA has been derived from the audited annual financial statements of Mabel Mezzco Limited for the 53 weeks ended 29 April 2018 and the unaudited interim financial information of Mabel Mezzco Limited for the 16 week periods ended 19 August 2018 and 13 August 2017, each prepared in accordance with UK GAAP (FRS 102).</span></p>\r\n<p class=\"me\"><sup><span class=\"lj\">3</span></sup><span class=\"li\">High growth segments comprise Wagamama, TRG Pubs and TRG Concessions</span></p>\r\n<p class=\"lv\">TRG current trading update</p>\r\n<p class=\"a\">After 42 weeks\' trade in 2018, total sales were 0.5% down on the comparable period in 2017 and like-for-like sales were 2.2% down.  Since our half-year results announcement at the end of August, TRG has continued to make good progress, and like-for-like sales were up 1.4% in the 14 week period following the end of the World Cup.</p>\r\n<p class=\"lv\">Commenting on the Transaction, Andy McCue, TRG CEO said:</p>\r\n<p class=\"mf\">\"This transaction is an exciting and transformative opportunity to create a business which can pursue a truly multi-pronged growth strategy and create substantial value for our shareholders.</p>\r\n<p class=\"mf\">Wagamama is a fantastic brand, with a market leading pan-Asian proposition, which has consistently outperformed the casual dining market in recent years.  Central to this success has been a cohesive culture and clear brand values which are focused on making the right choices for customers.</p>\r\n<p class=\"mf\">The transaction not only gives us a great brand but also creates a business with a multi-pronged growth strategy which will enhance earnings with continued selective UK rollout, accelerated via conversions of some TRG sites; by further leveraging the brand in Concessions both in the UK and internationally; by maximising the opportunities presented by the rapidly growing delivery sector; and by optimising the potential within international markets.\"</p>\r\n<p class=\"a\">This summary should be read in conjunction with the full text of this announcement.</p>\r\n<p class=\"a\">There will be an analysts\' briefing at 9:00 a.m. today at The etc. centre, 200 Aldersgate, St Paul\'s, London, EC1A 4HD.</p>\r\n<p class=\"a\">In conjunction with the analyst briefing, a live conference call and webcast facility will be available.  If you would like to register, please contact Alistair de Kare-Silver at MHP Communications for details on 020 3128 8742 or email<span class=\"mg\"> TRG@mhpc.com</span>.</p>\r\n<p class=\"a\">The presentation slides will be available to download from 8:45 am from the Company\'s website <span class=\"by\">https://www.trgplc.com/investors/reports-and-presentations</span></p>','The Restaurant Group (TRG) has announced the purchase of Wagamama restaurants','','inherit','closed','closed','','3015-revision-v1','','','2018-10-30 10:22:19','2018-10-30 10:22:19','',3015,'http://www.ontradeprogress.com/2018/10/30/3015-revision-v1/',0,'revision','',0),(3018,1,'2018-10-30 10:39:00','2018-10-30 10:39:00','<h1 class=\"a\"><a href=\"https://www.trgplc.com/\" target=\"_blank\" rel=\"noopener\">The Restaurant Group</a> plc (\"TRG\"), is pleased to announce that it has conditionally agreed to purchase the entire issued share capital of <a href=\"https://www.wagamama.com/\" target=\"_blank\" rel=\"noopener\">Mabel Topco Limited</a> (\"Wagamama\"), the holding company of a group that owns and operates the Wagamama restaurant business (the \"Acquisition\") for a cash payment of £357 million<sup>1</sup>, representing an enterprise value of £559 million.  This implies a multiple of 8.7x LTM August 2018 EBITDA including cost and site conversion synergies<sup>2</sup>.</h1>\r\n<p class=\"ma\"><strong>Wagamama is a differentiated, high growth brand with clear structural advantages</strong></p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Wagamama is a differentiated, high growth pan-Asian proposition that has consistently and significantly outperformed its core UK market</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Wagamama is well aligned to key structural trends, addressing customer demand for speed of service, delivery and healthy options</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\" target=\"_blank\" rel=\"noopener\">UK restaurant industry comes together to call on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\" target=\"_blank\" rel=\"noopener\">UKHospitality warns over potential employee shortage</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018/\" target=\"_blank\" rel=\"noopener\">Woodford reserve the official bourbon of Old Fashioned Week 2018</a></li>\r\n</ul>\r\n<p class=\"ma\"><strong>The combination of TRG and Wagamama (together, the \"Enlarged Group\") creates a business with a compelling multi-pronged growth strategy, which will include:</strong></p>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Acceleration of  Wagamama\'s UK roll-out with selected TRG site conversions</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Expansion of Wagamama\'s UK Concessions presence leveraging TRG\'s existing relationships</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Significant combined delivery opportunities via restaurants and delivery kitchens</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Piloting of pan-Asian cuisine \'food-to-go\' offerings</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Exploring international growth options enabled by Wagamama\'s established international presence</p>\r\n\r\n<h2 class=\"ma\">The Enlarged Group will be strongly growth-oriented and will benefit from a clear scale advantage, enabling the creation of significant shareholder value</h2>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>Together, the Enlarged Group is expected to derive circa 70% of Outlet EBITDA from high growth segments<sup>3</sup></p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition is expected to result in estimated cost synergies and site conversions synergies of approximately £22 million</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition is expected to be Earnings per Share (EPS) enhancing in the first full year following Completion and strongly accretive thereafter</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>The Acquisition\'s return on invested capital is expected to exceed the weighted average cost of capital in the third year following Completion</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Wagamama will be run as an autonomous division of the Enlarged Group.  Emma Woods, currently Wagamama Chief Growth Officer, will become the Wagamama CEO, leading an experienced operational team with a cohesive people-focused culture</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>Allan Leighton, the current Chairman of Wagamama, will join the TRG board at Completion as a Non-Executive Director</p>\r\n\r\n<h2 class=\"lv\">Funding of the Acquisition</h2>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>The Acquisition will be funded through a combination of cash, new debt and a rights issue</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>A rights issue is to be undertaken to raise circa £315 million of gross proceeds (the \"Rights Issue\"), which has been fully underwritten on a standby basis by J.P. Morgan Securities plc (\"JPM\") and is expected to be fully underwritten on launch by JPM and Numis Securities Limited (\"Numis\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>In addition to the proceeds of the Rights Issue, the Acquisition will be financed through drawing on a <span class=\"ll\">£220 million</span> revolving credit facility (the \"Debt Facility\") that has been underwritten for TRG by the Royal Bank of Canada as arranger and original lender and RBC Europe Limited as agent (together \"RBC Capital Markets\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span><span class=\"ll\">TRG will assume Net Debt of £202 million in Wagamama, which includes the £225 million </span>Wagamama senior secured notes (the \"Notes\"), which are expected to remain outstanding immediately following Completion by virtue of the terms and conditions governing the Notes which, subject to certain conditions having been met, allow for a change in the beneficial ownership of the issuer without requiring an offer to be made to noteholders to repurchase the Notes</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>Following Completion, the Enlarged Group intends to adopt a policy of paying a dividend covered two times by earnings before exceptional items, with this policy reflected in the final dividend that the Company declares for TRG FY 2018</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>The Board believes that this funding structure and dividend policy will result in an appropriate balance between delivering shareholder returns, enabling the Enlarged Group to invest in further growth and enabling the Enlarged Group to achieve an appropriate deleveraging profile</p>\r\n\r\n<h2 class=\"lv\">The Acquisition</h2>\r\n<p class=\"mb\"><span class=\"ln\">·     </span>The size of the Acquisition means that it is classed as a Class 1 transaction under the Listing Rules of the Financial Conduct Authority (the \"Listing Rules\").  Accordingly, the  Acquisition is conditional upon, among other matters, the approval of TRG shareholders at a general meeting of the Company proposed to be held in late November 2018 (the \"General Meeting\")</p>\r\n<p class=\"md\"><span class=\"ln\">·     </span>TRG expects to publish a combined circular and prospectus, including the notice of General Meeting (the \"Combined Circular and Prospectus\") in early November 2018.  Subject to satisfaction of the conditions to the Acquisition, Completion is expected to occur in mid-December 2018</p>\r\n<p class=\"mc\"><span class=\"ln\">·     </span>The Board intends unanimously to recommend in the Combined Circular and Prospectus that TRG shareholders vote in favour of the requisite shareholder resolutions for the reasons mentioned earlier (the \"Resolutions\").  The directors of TRG intend to vote in favour of the Resolutions in respect of their own beneficial holdings, which amount to approximately 0.11% of TRG\'s total issued ordinary share capital as at the date of this announcement</p>\r\n<p class=\"x\"><sup><span class=\"lk\">1</span></sup><span class=\"lk\">The cash payment is expected to consist of £207 million in respect of the consideration for the entire issued share capital of Wagamama, and £150 million in respect of a repayment of shareholder loans. The cash payment is based on an expected completion date of mid-December 2018 and is subject to closing adjustments.</span></p>\r\n<p class=\"a\"><sup><span class=\"lk\">2</span></sup><span class=\"lk\">Based on Wagamama LTM Aug-18 Adj. EBITDA after pre-opening costs of £42.5 million, cost synergies of £15 million &amp; site conversion synergies of £7 million.  Wagamama LTM Aug-18 Adj. EBITDA has been derived from the audited annual financial statements of Mabel Mezzco Limited for the 53 weeks ended 29 April 2018 and the unaudited interim financial information of Mabel Mezzco Limited for the 16 week periods ended 19 August 2018 and 13 August 2017, each prepared in accordance with UK GAAP (FRS 102).</span></p>\r\n<p class=\"me\"><sup><span class=\"lj\">3</span></sup><span class=\"li\">High growth segments comprise Wagamama, TRG Pubs and TRG Concessions</span></p>\r\n\r\n<h2 class=\"lv\">TRG current trading update</h2>\r\n<p class=\"a\">After 42 weeks\' trade in 2018, total sales were 0.5% down on the comparable period in 2017 and like-for-like sales were 2.2% down.  Since our half-year results announcement at the end of August, TRG has continued to make good progress, and like-for-like sales were up 1.4% in the 14 week period following the end of the World Cup.</p>\r\n<p class=\"lv\">Commenting on the Transaction, Andy McCue, TRG CEO said:</p>\r\n<p class=\"mf\">\"This transaction is an exciting and transformative opportunity to create a business which can pursue a truly multi-pronged growth strategy and create substantial value for our shareholders.</p>\r\n<p class=\"mf\">Wagamama is a fantastic brand, with a market leading pan-Asian proposition, which has consistently outperformed the casual dining market in recent years.  Central to this success has been a cohesive culture and clear brand values which are focused on making the right choices for customers.</p>\r\n<p class=\"mf\">The transaction not only gives us a great brand but also creates a business with a multi-pronged growth strategy which will enhance earnings with continued selective UK rollout, accelerated via conversions of some TRG sites; by further leveraging the brand in Concessions both in the UK and internationally; by maximising the opportunities presented by the rapidly growing delivery sector; and by optimising the potential within international markets.\"</p>\r\n<p class=\"a\">This summary should be read in conjunction with the full text of this announcement.</p>\r\n<p class=\"a\">There will be an analysts\' briefing at 9:00 a.m. today at The etc. centre, 200 Aldersgate, St Paul\'s, London, EC1A 4HD.</p>\r\n<p class=\"a\">In conjunction with the analyst briefing, a live conference call and webcast facility will be available.  If you would like to register, please contact Alistair de Kare-Silver at MHP Communications for details on 020 3128 8742 or email<span class=\"mg\"> TRG@mhpc.com</span>.</p>\r\n<p class=\"a\"><strong>The presentation slides will be available to download from 8:45 am from the Company\'s website </strong></p>\r\n<p class=\"a\"><span class=\"by\">https://www.trgplc.com/investors/reports-and-presentations</span></p>','The Restaurant Group (TRG) has announced the purchase of Wagamama restaurants','','inherit','closed','closed','','3015-revision-v1','','','2018-10-30 10:39:00','2018-10-30 10:39:00','',3015,'http://www.ontradeprogress.com/2018/10/30/3015-revision-v1/',0,'revision','',0),(3020,1,'2018-10-30 11:17:45','2018-10-30 11:17:45','','piano-1241643_640','','inherit','closed','closed','','piano-1241643_640','','','2018-10-30 11:17:45','2018-10-30 11:17:45','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/piano-1241643_640.jpg',0,'attachment','image/jpeg',0),(3021,1,'2018-10-30 11:52:06','2018-10-30 11:52:06','<h1>With Thanksgiving celebrations on the horizon overseas, bring a taste of the US to the dining table with four new authentic American-style BBQ sauces – the latest additions to Atlantic’s House of Lords range from <a href=\"https://www.creativefoodseurope.eu/\" target=\"_blank\" rel=\"noopener\">Creative Foods Europe</a>.</h1>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3022\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-3022 size-medium\" title=\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-200x300.jpg\" alt=\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods\" width=\"200\" height=\"300\" /> Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods[/caption]\r\n\r\nStarting in the Midwest, the Kansas City BBQ Glaze is a tangy and bittersweet combination of tomatoes, molasses, smoke and spice. Dark brown, smooth and glossy, it has a slightly sticky texture that lends itself to glazing, dipping and pouring.\r\n\r\n&nbsp;\r\n\r\nMoving to the southeastern states, the Carolina Mustard BBQ Sauce is flavoured with mustard, inspired and influenced by South Carolina’s German heritage. Use it to smother ribs and to create burgers and hot dogs with a difference.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/pick-a-pepper-from-the-bbq-with-tabasco/\">Pick a pepper from the BBQ with Tabasco</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/\">TRG announce the purchase of Wagamama</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018/\">Woodford reserve the official bourbon of Old Fashioned Week</a></li>\r\n</ul>\r\nNext, it’s over to Texas for the Texan BBQ Mop. Think of cattle drives and cowboys as you serve up this rich, sweet and smoky pourable mopping sauce that is just as tasty used as a marinade, or as a baste for ribs, beef and chicken.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3023\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3023 size-medium\" title=\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-300x200.jpg\" alt=\"Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods\" width=\"300\" height=\"200\" /> Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods[/caption]\r\n\r\nFinally, head down to the Deep South with the Louisiana Blazing BBQ Sauce, a thick and sticky sauce that gets a kick from a splash of TABASCOâ Chipotle Pepper Sauce, adding some serious heat and BBQ flavour to every dish.\r\n\r\n&nbsp;\r\n\r\n<strong>All four ambient sauces are supplied in one-litre bottles, six to a case. For more information, or for details of other lines in Atlantic’s House of Lords range visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.</strong>','Mop up the profits with the new House of Lords American BBQ Sauce Range','','publish','closed','open','','thanksgiving-bbq-sauce-uk','','\nhttp://www.ontradeprogress.com/2018/06/05/pick-a-pepper-from-the-bbq-with-tabasco/','2018-10-30 14:42:31','2018-10-30 14:42:31','',0,'http://www.ontradeprogress.com/?p=3021',0,'post','',0),(3022,1,'2018-10-30 11:36:29','2018-10-30 11:36:29','','Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods','Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods','inherit','closed','closed','','atlantics-house-of-lords-carolina-mustard-bbq-sauce-from-creative-foods','','','2018-10-30 11:37:10','2018-10-30 11:37:10','',3021,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods.jpg',0,'attachment','image/jpeg',0),(3023,1,'2018-10-30 11:36:34','2018-10-30 11:36:34','','Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods','Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods','inherit','closed','closed','','atlantics-house-of-lords-texan-mop-bbq-sauce-from-creative-foods','','','2018-10-30 11:37:46','2018-10-30 11:37:46','',3021,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods.jpg',0,'attachment','image/jpeg',0),(3024,1,'2018-10-30 11:51:35','2018-10-30 11:51:35','<h1>With Thanksgiving celebrations on the horizon overseas, bring a taste of the US to the dining table with four new authentic American-style BBQ sauces – the latest additions to Atlantic’s House of Lords range from <a href=\"https://www.creativefoodseurope.eu/\" target=\"_blank\" rel=\"noopener\">Creative Foods Europe</a>.</h1>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3022\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-3022 size-medium\" title=\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Carolina-Mustard-BBQ-sauce-from-Creative-Foods-200x300.jpg\" alt=\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods\" width=\"200\" height=\"300\" /> Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods[/caption]\r\n\r\nStarting in the Midwest, the Kansas City BBQ Glaze is a tangy and bittersweet combination of tomatoes, molasses, smoke and spice. Dark brown, smooth and glossy, it has a slightly sticky texture that lends itself to glazing, dipping and pouring.\r\n\r\n&nbsp;\r\n\r\nMoving to the southeastern states, the Carolina Mustard BBQ Sauce is flavoured with mustard, inspired and influenced by South Carolina’s German heritage. Use it to smother ribs and to create burgers and hot dogs with a difference.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/pick-a-pepper-from-the-bbq-with-tabasco/\">Pick a pepper from the BBQ with Tabasco</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/\">TRG announce the purchase of Wagamama</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018/\">Woodford reserve the official bourbon of Old Fashioned Week</a></li>\r\n</ul>\r\nNext, it’s over to Texas for the Texan BBQ Mop. Think of cattle drives and cowboys as you serve up this rich, sweet and smoky pourable mopping sauce that is just as tasty used as a marinade, or as a baste for ribs, beef and chicken.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3023\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3023 size-medium\" title=\"Atlantic\'s House of Lords Carolina Mustard BBQ sauce from Creative Foods\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Atlantics-House-of-Lords-Texan-Mop-BBQ-sauce-from-Creative-Foods-300x200.jpg\" alt=\"Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods\" width=\"300\" height=\"200\" /> Atlantic\'s House of Lords Texan Mop BBQ sauce from Creative Foods[/caption]\r\n\r\nFinally, head down to the Deep South with the Louisiana Blazing BBQ Sauce, a thick and sticky sauce that gets a kick from a splash of TABASCOâ Chipotle Pepper Sauce, adding some serious heat and BBQ flavour to every dish.\r\n\r\n&nbsp;\r\n\r\n<strong>All four ambient sauces are supplied in one-litre bottles, six to a case. For more information, or for details of other lines in Atlantic’s House of Lords range visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.</strong>','Mop up the profits with the new House of Lords American BBQ Sauce Range','','inherit','closed','closed','','3021-revision-v1','','','2018-10-30 11:51:35','2018-10-30 11:51:35','',3021,'http://www.ontradeprogress.com/2018/10/30/3021-revision-v1/',0,'revision','',0),(3026,1,'2018-10-30 11:56:03','2018-10-30 11:56:03','<h1 class=\"ox-7fb0320d77-MsoNormal\">Leisure property specialist <a href=\"https://www.fleurets.com/\" target=\"_blank\" rel=\"noopener\">Fleurets</a> has been instructed by real estate investment firm <a href=\"http://www.aprirose.com/\" target=\"_blank\" rel=\"noopener\">Aprirose</a> to market 9 pub freehold investments, currently let to Revolution Bar Ltd.</h1>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Ed Sandall from Fleurets is leading the marketing and commented: “Each of the 9 properties marketed have identical FRI leases, with 14 years unexpired. Marketed off a total guide price of £20,200,000, the portfolio’s total rental income amounts to £1,461,430 p.a., reflecting a 6.78% net initial yield.”</p>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">Located across the north of England and the Midlands, the investment opportunities are all located in prime leisure pitches, and available as a package or individually.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/\" target=\"_blank\" rel=\"noopener\">Time to \'Brexit-proof\' your business</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\" target=\"_blank\" rel=\"noopener\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/\" target=\"_blank\" rel=\"noopener\">The positive budget should be followed by continued support for hospitality</a></li>\r\n</ul>\r\n<h2 class=\"ox-7fb0320d77-MsoNormal\">The investments are:</h2>\r\n<p class=\"ox-7fb0320d77-MsoNormal\">28 Cross Church Street, Huddersfield\r\nPenny Street, Lancaster\r\n6b New Walk, Leicester\r\n10 Park Street, Lincoln\r\n18-22 Wood Street, Liverpool\r\n90-94 Oxford Road, Manchester\r\nWilmslow Road, Fallowfield, Manchester\r\n7 Hassell Street, Newcastle-under-Lyme\r\n10-12 Princess Street, Wolverhampton.</p>','Fleurets market 9 Freehold Investments let to Revolution','','inherit','closed','closed','','3009-revision-v1','','','2018-10-30 11:56:03','2018-10-30 11:56:03','',3009,'http://www.ontradeprogress.com/2018/10/30/3009-revision-v1/',0,'revision','',0),(3028,1,'2018-10-30 12:11:19','2018-10-30 12:11:19','','26585476563_36084f1f2c_k','','inherit','closed','closed','','26585476563_36084f1f2c_k','','','2018-10-30 12:11:19','2018-10-30 12:11:19','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/26585476563_36084f1f2c_k.jpeg',0,'attachment','image/jpeg',0),(3029,1,'2018-10-30 12:11:28','2018-10-30 12:11:28','','Old Fashion Week 2018','Old Fashion Week 2018','inherit','closed','closed','','26915628890_d55ee6887b_k','','','2018-10-30 12:12:58','2018-10-30 12:12:58','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/26915628890_d55ee6887b_k.jpeg',0,'attachment','image/jpeg',0),(3030,1,'2018-10-30 12:11:34','2018-10-30 12:11:34','','27094771522_176764545c_h','','inherit','closed','closed','','27094771522_176764545c_h','','','2018-10-30 12:11:34','2018-10-30 12:11:34','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/27094771522_176764545c_h.jpeg',0,'attachment','image/jpeg',0),(3031,1,'2018-10-30 12:11:40','2018-10-30 12:11:40','','Old Fashion Week 2018','Old Fashion Week 2018','inherit','closed','closed','','27190514095_2f838c7b73_k','','','2018-10-30 12:13:20','2018-10-30 12:13:20','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/27190514095_2f838c7b73_k.jpeg',0,'attachment','image/jpeg',0),(3032,1,'2018-10-30 12:11:48','2018-10-30 12:11:48','','27190530585_b122a49a61_k','','inherit','closed','closed','','27190530585_b122a49a61_k','','','2018-10-30 12:11:48','2018-10-30 12:11:48','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/27190530585_b122a49a61_k.jpeg',0,'attachment','image/jpeg',0),(3033,1,'2018-10-30 12:11:54','2018-10-30 12:11:54','','27190557595_8e1cd2636f_k','','inherit','closed','closed','','27190557595_8e1cd2636f_k','','','2018-10-30 12:11:54','2018-10-30 12:11:54','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/27190557595_8e1cd2636f_k.jpeg',0,'attachment','image/jpeg',0),(3034,1,'2018-10-30 12:12:02','2018-10-30 12:12:02','','Old Fashioned 6','','inherit','closed','closed','','old-fashioned-6','','','2018-10-30 12:12:02','2018-10-30 12:12:02','',3002,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Old-Fashioned-6.jpg',0,'attachment','image/jpeg',0),(3036,1,'2018-10-30 12:13:41','2018-10-30 12:13:41','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n[caption id=\"attachment_3006\" align=\"aligncenter\" width=\"820\"]<img class=\"wp-image-3006 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png\" alt=\"Old Fashioned Week 2018\" width=\"820\" height=\"310\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n\r\n\r\n[caption id=\"attachment_3029\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3029\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/26915628890_d55ee6887b_k-300x200.jpeg\" alt=\"Old Fashion Week 2018\" width=\"300\" height=\"200\" /> Old Fashion Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n\r\n\r\n[caption id=\"attachment_3031\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3031\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/27190514095_2f838c7b73_k-300x200.jpeg\" alt=\"Old Fashion Week 2018\" width=\"300\" height=\"200\" /> Old Fashion Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<h4 class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b><b> </b></h4>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 12:13:41','2018-10-30 12:13:41','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3037,1,'2018-10-30 12:14:58','2018-10-30 12:14:58','<h1 class=\"ox-d34dcec7e2-Body1\">This November, Brown-Forman’s Woodford Reserve will sponsor <b>Old Fashioned Week 2018 (1<sup>st</sup> - 10<sup>th</sup> November 2018) </b>as its official bourbon<b>,</b> the global celebration which gives prominence to spirit connoisseurs’ favourite cocktail and bartender’s creativity. As the bourbon of choice amongst bartenders, Woodford Reserve has become synonymous with the Old Fashioned cocktail and will be hosting a packed events scheduled throughout the week to demonstrate its natural association with the serve.</h1>\r\n[caption id=\"attachment_3006\" align=\"aligncenter\" width=\"820\"]<img class=\"wp-image-3006 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image002.png\" alt=\"Old Fashioned Week 2018\" width=\"820\" height=\"310\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">This year, Woodford Reserve is teaming up with a variety of on-trade partner bars to host an array of events, ranging from offering special signature Old Fashioned serves at top bars, including <b>Milk &amp; Honey,</b> <b>The Edition </b>and <b>Bar III</b>, to live blues music nights on 7<sup>th</sup> November at the new bar in the <b>Principle Hotel,</b> <b>The Fitz</b> and <b>Swift, </b>which will be holding a 1950s “boudoir” style event.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Consumers will be invited to learn from Woodford Reserve’s UK and global brand ambassadors about the history of bourbon and its close relationship with the Old-Fashioned cocktail, with both <b>The Fitz </b>and <b>The Ned </b>creating videos of their bartenders making the perfect Old Fashioned for their social feeds. Loved by bartenders worldwide for its exceptional richness, depth and smooth finish, the perfectly balanced taste of this premium whiskey helps Woodford stand out in even the boldest of cocktails.</p>\r\n\r\n\r\n[caption id=\"attachment_3029\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3029 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/26915628890_d55ee6887b_k-300x200.jpeg\" alt=\"Old Fashioned Week 2018\" width=\"300\" height=\"200\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">Masterclasses for trade and staff will be hosted at various bars throughout the week, including the new bar in <b>The Fitz </b>on 7<sup>th</sup> November, which will focus on the rarer stock, including Woodford Reserve’s master and unaged collections. <b>The Fitz</b> will also be partnering exclusively with Woodford Reserve to transform its menu to include Southern Style influences and speciality Woodford Reserve cocktails for the whole of November to celebrate US Whiskey Month.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">As the go-to bourbon of bartenders for the Old Fashioned cocktail, Woodford Reserve has also invited acclaimed bartenders across the country to partake in various cocktail competitions as part of its initiative to support UK bartenders as they progress through their careers. This includes hosting an internal cocktail competition amongst the bartenders at <b>The Ned </b>to create their personal twists on the classic serve. The winning cocktail will become the house Old Fashioned for the week in the hotel.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">The premium bourbon brand has also partnered with the newly launched <b>UK Bartender’s Guild (UKBG)</b> to run a cocktail competition from 1<sup>st</sup> November to find the top 20 “Twist on an Old Fashioned” recipes. The competition will focus on rediscovering North American Classic Cocktails through the use of Woodford Reserve Whiskey Bourbon, Rye or Double Oaked.</p>\r\n\r\n\r\n[caption id=\"attachment_3031\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3031 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/27190514095_2f838c7b73_k-300x200.jpeg\" alt=\"Old Fashioned Week 2018\" width=\"300\" height=\"200\" /> Old Fashioned Week 2018[/caption]\r\n<p class=\"ox-d34dcec7e2-Body1\">The ultimate prize will be a one-year UK guest bartending tour and personal mentoring program with Peter Dorelli, meeting national ambassadors across the country and winning a place at the UKBG 2019 IBA World Cocktail Competition in Chengdu – China.</p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve’s home place at a historic distillery in Woodford County, Kentucky, balances the natural relationship between the bourbon’s classic heritage and modern aspirations. The perfectly balanced taste of its Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavour notes, from bold grain and wood, to sweet aromatics, spice and fruit &amp; floral notes.</p>\r\n\r\n<h2 class=\"ox-d34dcec7e2-MsoNormal\">For more information on Old Fashioned Week 2018 visit:</h2>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://old-fashioned-week.com/\" target=\"_blank\" rel=\"noopener\">https://old-fashioned-week.com</a></span></p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Special Old Fashioned Menus:</b><b> </b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.mlkhny.com/\" target=\"_blank\" rel=\"noopener\">Milk and Honey</a></span>, 61 Poland Street, Soho, W1F 7NU</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.editionhotels.com/london/\" target=\"_blank\" rel=\"noopener\">The London Edition</a></span>, 10 Berners Street, Fitzrovia, W1T 3NP</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.phcompany.com/principal/london-hotel/dining/fitzs/\" target=\"_blank\" rel=\"noopener\">The Fitz</a></span>, The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thened.com/\" target=\"_blank\" rel=\"noopener\">The Ned</a></span>, 27 Poultry, London, EC2R 8AJ</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.bar-three.com/\" target=\"_blank\" rel=\"noopener\">Bar III,</a></span> Spitalfields, 65a Brushfield Street, E1 6AA</p>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.hixrestaurants.co.uk/restaurant/hix-soho/\" target=\"_blank\" rel=\"noopener\">Hix</a></span>, 66-70 Brewer Street, Soho, W1F 9UP</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\"><b>Masterclass:</b></h3>\r\n<p class=\"ox-d34dcec7e2-MsoNormal\">The Fitz will host a masterclass for trade and staff with an emphasis on rare stocks such as the master and unaged collections.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-MsoNormal\">Wednesday 7<sup>th</sup> November</h3>\r\n<h4 class=\"ox-d34dcec7e2-MsoNormal\"><b>Key events:</b><b> </b></h4>\r\n<p class=\"ox-d34dcec7e2-Body1\"><i>Oriole Bar - Woodford presents Eric Ranzoni Trio</i></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music with one of the finest singers and piano players around, with a special Old Fashioned menu with three different serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Monday 5<sup>th</sup> November 9-11pm</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.oriolebar.com/\" target=\"_blank\" rel=\"noopener\">Poultry Avenue, EC1A 9LH</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Cocktail Trading Company</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">Woodford Reserve will host an Old Fashioned Punch Up event in collaboration with its bar in Bristol to deliver an Old Fashioned evening.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"https://www.thecocktailtradingco.co.uk/\" target=\"_blank\" rel=\"noopener\">68 Bethnal Green Road, Brick Lane, E1 6GQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>Swift</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music in a 1950s style setting, accompanied by speciality Woodford Reserve Old Fashioned cocktails.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Thursday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a href=\"http://www.barswift.com/\" target=\"_blank\" rel=\"noopener\">12 Old Compton Street, Soho, W1D 4TQ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Ned</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A Bourbon and Blues night with a live band from 8.30pm.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Tuesday 6<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>27 Poultry, London, EC2R 8AJ</a></span></p>\r\n<p class=\"ox-d34dcec7e2-Body1\"><strong><i>The Fitz</i></strong></p>\r\n<p class=\"ox-d34dcec7e2-Body1\">A night of blues music and signature Old Fashioned serves.</p>\r\n\r\n<h3 class=\"ox-d34dcec7e2-Body1\">Wednesday 7<sup>th</sup> November</h3>\r\n<p class=\"ox-d34dcec7e2-Body1\"><span class=\"ox-d34dcec7e2-MsoHyperlink\"><a>The Principal London, 1-8 Russel Square, Bloomsbury, WC1B 5BE</a></span></p>','Woodford reserve the official bourbon of old fashioned week 2018','','inherit','closed','closed','','3002-revision-v1','','','2018-10-30 12:14:58','2018-10-30 12:14:58','',3002,'http://www.ontradeprogress.com/2018/10/30/3002-revision-v1/',0,'revision','',0),(3039,1,'2018-10-31 09:08:40','2018-10-31 09:08:40','<h1>We start our days online and sign off at night but are we getting the most out of the web and what it has to offer?</h1>\r\n<h1><a style=\"font-size: 14px;\" href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/\" target=\"_blank\" rel=\"nofollow noopener\">The Good Web Guide</a><span style=\"font-size: 14px; color: #606569;\"> (GWG) set up its Awards’ programme to address this, \"celebrating websites and apps\" that help people streamline their lives, whether it’s for sending a personalised card, booking a holiday or to learn something new.</span></h1>\r\n<div id=\"body\" class=\"release_body\">\r\n\r\n[caption id=\"attachment_3040\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3040\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/awards-tweet-1-300x200.jpg\" alt=\"gwg awards\" width=\"300\" height=\"200\" /> The GWG Awards 2018[/caption]\r\n\r\nThe eagerly anticipated themission Good Web Guide Awards celebrate sites with these attributes, the ones we return to time and time again. This year is more exciting than ever with many exceptional websites entering, from internationally established sites to grassroots startups. The prestigious judging panel includes Whitney Bromberg Hawkings of FLOWERBX, Holly Tucker, co-founder of Not On The High Street, Nick Lisher of NextDoor and Lex Deak of Pia, the AI-powered comparison site for investment and savings products, among others.\r\n\r\nWhilst some entries have not reached the final stages, each and every website entry is valued with many taking part in the weekly interview series, <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/touchnote/20171\" target=\"_blank\" rel=\"nofollow noopener\">Shine The Spotlight</a>.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Quality Food Awards winners 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/\">The national innovation in training awards competition 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/\">Wagamama has been sold to Restaurant Group</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/thanksgiving-bbq-sauce-uk/\">House of Lords American BBQ sauce range</a></li>\r\n</ul>\r\n<div id=\"body\" class=\"release_body\">\r\n<h1>THE 2018 SHORTLIST</h1>\r\nWe are delighted to announce the finalists for the mission GWG Awards; competition was fierce and only the very best sites made it. Top brands including Annoushka, Sheerluxe, Olivine Life, Kidly are just some of the names on the list. To see the full list, click <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/the-shortlist/20282\" target=\"_blank\" rel=\"nofollow noopener\">here</a>.\r\n<h2>ARON GELBARD TO ANNOUNCE WINNERS</h2>\r\nWe are delighted to announce that Aron Gelbard, co-founder &amp; CEO of <a href=\"https://www.bloomandwild.com/\" target=\"_blank\" rel=\"nofollow noopener\">Bloom &amp; Wild</a>, has kindly agreed to announce the winners at a reception held on Monday 12th November in London.\r\n\r\nOn agreeing to support this year\'s Awards, Aron said \"I\'m really honoured to have the chance to present The Good Web Guide Awards. It was an amazing moment for Bloom &amp; Wild to be named Website of the Year a couple of years ago, and I\'m very much looking forward to meeting this year\'s group of entrants and presenting the trophy to the winners!\"\r\n\r\nBloom &amp; Wild launched in 2013 with a mission to make sending and receiving flowers the joy that it should be, and, in doing so, has built the world\'s leading and most loved flower gifting brand. Available in the UK, Germany, France and Ireland, it is the top rated online florist in every market in which it operates.\r\n\r\nFor more information, visit <a title=\"Goes to website of: www.thegoodwebguide.co.uk\" href=\"http://www.thegoodwebguide.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">www.thegoodwebguide.co.uk</a>\r\n\r\n</div>','The GWG Awards 2018 Shortlist Announced','','publish','closed','open','','gwg-awards-2018-announced','','http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\nhttp://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/\nhttp://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/','2018-10-31 09:21:06','2018-10-31 09:21:06','',0,'http://www.ontradeprogress.com/?p=3039',0,'post','',0),(3040,1,'2018-10-31 08:59:52','2018-10-31 08:59:52','','gwg awards','The GWG Awards 2018','inherit','closed','closed','','awards-tweet-1','','','2018-10-31 09:00:16','2018-10-31 09:00:16','',3039,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/awards-tweet-1.jpg',0,'attachment','image/jpeg',0),(3041,1,'2018-10-31 09:00:21','2018-10-31 09:00:21','<h1>We start our days online and sign off at night but are we getting the most out of the web and what it has to offer?</h1>\r\n<h1><a style=\"font-size: 14px;\" href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/\" target=\"_blank\" rel=\"nofollow noopener\">The Good Web Guide</a><span style=\"font-size: 14px; color: #606569;\"> (GWG) set up its Awards’ programme to address this, \"celebrating websites and apps\" that help people streamline their lives, whether it’s for sending a personalised card, booking a holiday or to learn something new.</span></h1>\r\n<div id=\"body\" class=\"release_body\">\r\n\r\nThe eagerly anticipated themission Good Web Guide Awards celebrate sites with these attributes, the ones we return to time and time again. This year is more exciting than ever with many exceptional websites entering, from internationally established sites to grassroots startups. The prestigious judging panel includes Whitney Bromberg Hawkings of FLOWERBX, Holly Tucker, co-founder of Not On The High Street, Nick Lisher of NextDoor and Lex Deak of Pia, the AI-powered comparison site for investment and savings products, among others.\r\n\r\nWhilst some entries have not reached the final stages, each and every website entry is valued with many taking part in the weekly interview series, <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/touchnote/20171\" target=\"_blank\" rel=\"nofollow noopener\">Shine The Spotlight</a>.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Quality Food Awards winners 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/\">The national innovation in training awards competition 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/\">Wagamama has been sold to Restaurant Group</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/thanksgiving-bbq-sauce-uk/\">House of Lords American BBQ sauce range</a></li>\r\n</ul>\r\n<div id=\"body\" class=\"release_body\">\r\n<h1>THE 2018 SHORTLIST</h1>\r\nWe are delighted to announce the finalists for the mission GWG Awards; competition was fierce and only the very best sites made it. Top brands including Annoushka, Sheerluxe, Olivine Life, Kidly are just some of the names on the list. To see the full list, click <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/the-shortlist/20282\" target=\"_blank\" rel=\"nofollow noopener\">here</a>.\r\n<h2>ARON GELBARD TO ANNOUNCE WINNERS</h2>\r\nWe are delighted to announce that Aron Gelbard, co-founder &amp; CEO of <a href=\"https://www.bloomandwild.com/\" target=\"_blank\" rel=\"nofollow noopener\">Bloom &amp; Wild</a>, has kindly agreed to announce the winners at a reception held on Monday 12th November in London.\r\n\r\nOn agreeing to support this year\'s Awards, Aron said \"I\'m really honoured to have the chance to present The Good Web Guide Awards. It was an amazing moment for Bloom &amp; Wild to be named Website of the Year a couple of years ago, and I\'m very much looking forward to meeting this year\'s group of entrants and presenting the trophy to the winners!\"\r\n\r\nBloom &amp; Wild launched in 2013 with a mission to make sending and receiving flowers the joy that it should be, and, in doing so, has built the world\'s leading and most loved flower gifting brand. Available in the UK, Germany, France and Ireland, it is the top rated online florist in every market in which it operates.\r\n\r\nFor more information, visit <a title=\"Goes to website of: www.thegoodwebguide.co.uk\" href=\"http://www.thegoodwebguide.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">www.thegoodwebguide.co.uk</a>\r\n\r\n</div>','The GWG Awards 2018 Shortlist Announced','','inherit','closed','closed','','3039-revision-v1','','','2018-10-31 09:00:21','2018-10-31 09:00:21','',3039,'http://www.ontradeprogress.com/2018/10/31/3039-revision-v1/',0,'revision','',0),(3042,1,'2018-10-31 09:07:48','2018-10-31 09:07:48','','gwg awards','GWG Awards 2018 ','inherit','closed','closed','','monitor-1307227_640','','','2018-10-31 09:08:11','2018-10-31 09:08:11','',3039,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/monitor-1307227_640.jpg',0,'attachment','image/jpeg',0),(3043,1,'2018-10-31 09:08:26','2018-10-31 09:08:26','<h1>We start our days online and sign off at night but are we getting the most out of the web and what it has to offer?</h1>\r\n<h1><a style=\"font-size: 14px;\" href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/\" target=\"_blank\" rel=\"nofollow noopener\">The Good Web Guide</a><span style=\"font-size: 14px; color: #606569;\"> (GWG) set up its Awards’ programme to address this, \"celebrating websites and apps\" that help people streamline their lives, whether it’s for sending a personalised card, booking a holiday or to learn something new.</span></h1>\r\n<div id=\"body\" class=\"release_body\">\r\n\r\n[caption id=\"attachment_3040\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3040\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/awards-tweet-1-300x200.jpg\" alt=\"gwg awards\" width=\"300\" height=\"200\" /> The GWG Awards 2018[/caption]\r\n\r\nThe eagerly anticipated themission Good Web Guide Awards celebrate sites with these attributes, the ones we return to time and time again. This year is more exciting than ever with many exceptional websites entering, from internationally established sites to grassroots startups. The prestigious judging panel includes Whitney Bromberg Hawkings of FLOWERBX, Holly Tucker, co-founder of Not On The High Street, Nick Lisher of NextDoor and Lex Deak of Pia, the AI-powered comparison site for investment and savings products, among others.\r\n\r\nWhilst some entries have not reached the final stages, each and every website entry is valued with many taking part in the weekly interview series, <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/touchnote/20171\" target=\"_blank\" rel=\"nofollow noopener\">Shine The Spotlight</a>.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Quality Food Awards winners 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/\">The national innovation in training awards competition 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/\">Wagamama has been sold to Restaurant Group</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/thanksgiving-bbq-sauce-uk/\">House of Lords American BBQ sauce range</a></li>\r\n</ul>\r\n<div id=\"body\" class=\"release_body\">\r\n<h1>THE 2018 SHORTLIST</h1>\r\nWe are delighted to announce the finalists for the mission GWG Awards; competition was fierce and only the very best sites made it. Top brands including Annoushka, Sheerluxe, Olivine Life, Kidly are just some of the names on the list. To see the full list, click <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/the-shortlist/20282\" target=\"_blank\" rel=\"nofollow noopener\">here</a>.\r\n<h2>ARON GELBARD TO ANNOUNCE WINNERS</h2>\r\nWe are delighted to announce that Aron Gelbard, co-founder &amp; CEO of <a href=\"https://www.bloomandwild.com/\" target=\"_blank\" rel=\"nofollow noopener\">Bloom &amp; Wild</a>, has kindly agreed to announce the winners at a reception held on Monday 12th November in London.\r\n\r\nOn agreeing to support this year\'s Awards, Aron said \"I\'m really honoured to have the chance to present The Good Web Guide Awards. It was an amazing moment for Bloom &amp; Wild to be named Website of the Year a couple of years ago, and I\'m very much looking forward to meeting this year\'s group of entrants and presenting the trophy to the winners!\"\r\n\r\nBloom &amp; Wild launched in 2013 with a mission to make sending and receiving flowers the joy that it should be, and, in doing so, has built the world\'s leading and most loved flower gifting brand. Available in the UK, Germany, France and Ireland, it is the top rated online florist in every market in which it operates.\r\n\r\nFor more information, visit <a title=\"Goes to website of: www.thegoodwebguide.co.uk\" href=\"http://www.thegoodwebguide.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">www.thegoodwebguide.co.uk</a>\r\n\r\n</div>','The GWG Awards 2018 Shortlist Announced','','inherit','closed','closed','','3039-revision-v1','','','2018-10-31 09:08:26','2018-10-31 09:08:26','',3039,'http://www.ontradeprogress.com/2018/10/31/3039-revision-v1/',0,'revision','',0),(3044,1,'2018-10-31 09:09:22','2018-10-31 09:09:22','<h1>We start our days online and sign off at night but are we getting the most out of the web and what it has to offer?</h1>\n<h1><a style=\"font-size: 14px;\" href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/\" target=\"_blank\" rel=\"nofollow noopener\">The Good Web Guide</a><span style=\"font-size: 14px; color: #606569;\"> (GWG) set up its Awards’ programme to address this, \"celebrating websites and apps\" that help people streamline their lives, whether it’s for sending a personalised card, booking a holiday or to learn something new.</span></h1>\n<div id=\"body\" class=\"release_body\">\n\n[caption id=\"attachment_3040\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3040\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/awards-tweet-1-300x200.jpg\" alt=\"gwg awards\" width=\"300\" height=\"200\" /> The GWG Awards 2018[/caption]\n\nThe eagerly anticipated themission Good Web Guide Awards celebrate sites with these attributes, the ones we return to time and time again. This year is more exciting than ever with many exceptional websites entering, from internationally established sites to grassroots startups. The prestigious judging panel includes Whitney Bromberg Hawkings of FLOWERBX, Holly Tucker, co-founder of Not On The High Street, Nick Lisher of NextDoor and Lex Deak of Pia, the AI-powered comparison site for investment and savings products, among others.\n\nWhilst some entries have not reached the final stages, each and every website entry is valued with many taking part in the weekly interview series, <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/touchnote/20171\" target=\"_blank\" rel=\"nofollow noopener\">Shine The Spotlight</a>.\n\n</div>\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/\">Quality Food Awards winners 2018</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/\">The national innovation in training awards competition 2018</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/\">Wagamama has been sold to Restaurant Group</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/30/thanksgiving-bbq-sauce-uk/\">House of Lords American BBQ sauce range</a></li>\n</ul>\n<div id=\"body\" class=\"release_body\">\n<h1>THE 2018 SHORTLIST</h1>\nWe are delighted to announce the finalists for the mission GWG Awards; competition was fierce and only the very best sites made it. Top brands including Annoushka, Sheerluxe, Olivine Life, Kidly are just some of the names on the list. To see the full list, click <a href=\"https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/the-shortlist/20282\" target=\"_blank\" rel=\"nofollow noopener\">here</a>.\n<h2>ARON GELBARD TO ANNOUNCE WINNERS</h2>\nWe are delighted to announce that Aron Gelbard, co-founder &amp; CEO of <a href=\"https://www.bloomandwild.com/\" target=\"_blank\" rel=\"nofollow noopener\">Bloom &amp; Wild</a>, has kindly agreed to announce the winners at a reception held on Monday 12th November in London.\n\nOn agreeing to support this year\'s Awards, Aron said \"I\'m really honoured to have the chance to present The Good Web Guide Awards. It was an amazing moment for Bloom &amp; Wild to be named Website of the Year a couple of years ago, and I\'m very much looking forward to meeting this year\'s group of entrants and presenting the trophy to the winners!\"\n\nBloom &amp; Wild launched in 2013 with a mission to make sending and receiving flowers the joy that it should be, and, in doing so, has built the world\'s leading and most loved flower gifting brand. Available in the UK, Germany, France and Ireland, it is the top rated online florist in every market in which it operates.\n\nFor more information, visit <a title=\"Goes to website of: www.thegoodwebguide.co.uk\" href=\"http://www.thegoodwebguide.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">www.thegoodwebguide.co.uk</a>\n\n</div>','The GWG Awards 2018 Shortlist Announced','','inherit','closed','closed','','3039-autosave-v1','','','2018-10-31 09:09:22','2018-10-31 09:09:22','',3039,'http://www.ontradeprogress.com/2018/10/31/3039-autosave-v1/',0,'revision','',0),(3045,1,'2018-10-31 10:24:47','2018-10-31 10:24:47','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Foggs Indian wife, in Jules Vernes classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Foggs will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\r\n</span></h1>\r\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\r\n\r\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Foggs will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Clubs collection of curiosities. Guests will be swept away by the beauty of Mrs Foggs Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\r\n\r\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Foggs fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3046\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3046\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01-300x202.jpg\" alt=\"mrs foggs\" width=\"300\" height=\"202\" /> Mrs Foggs comes to East London[/caption]\r\n\r\nThe menu at Mrs Foggs will evoke Aoudas memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Tas Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\r\n\r\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\r\n\r\nOpen from 11am, Mrs Foggs will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\r\n\r\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.\r\n</i>\r\n<b>Mrs Foggs</b>\r\n37 Broadgate Circle\r\nLondon\r\nEC2M 2QS\r\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\r\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\r\nTel: 0207 590 5257\r\n\r\n<b>Opening Times: </b>\r\nMonday - Sunday: 11am-12am\r\n\r\n<b>Social:</b>\r\nT&amp;IG: @mrfoggsgb\r\nFB: @MrsFoggs','Mrs Foggs Maritime Club and Distillery ','','publish','closed','open','','mrs-foggs-east-london-club-distillery','','http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\nhttp://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\nhttp://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/','2018-10-31 15:38:42','2018-10-31 15:38:42','',0,'http://www.ontradeprogress.com/?p=3045',0,'post','',0),(3046,1,'2018-10-31 10:12:28','2018-10-31 10:12:28','','mrs foggs','Mrs Foggs comes to East London','inherit','closed','closed','','mrs-froggs_01','','','2018-10-31 10:17:57','2018-10-31 10:17:57','',3045,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01.jpg',0,'attachment','image/jpeg',0),(3047,1,'2018-10-31 10:12:30','2018-10-31 10:12:30','','Mrs Foggs comes to East London','Mrs Foggs comes to East London','inherit','closed','closed','','mrs-froggs_02','','','2018-10-31 10:13:32','2018-10-31 10:13:32','',3045,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02.jpg',0,'attachment','image/jpeg',0),(3048,1,'2018-10-31 10:12:33','2018-10-31 10:12:33','','Mrs Foggs comes to East London','Mrs Foggs comes to East London','inherit','closed','closed','','mrs-froggs_03','','','2018-10-31 10:13:47','2018-10-31 10:13:47','',3045,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03.jpg',0,'attachment','image/jpeg',0),(3049,1,'2018-10-31 10:18:39','2018-10-31 10:18:39','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Fogg?s Indian wife, in Jules Verne?s classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Fogg?s will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\r\n</span></h1>\r\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\r\n\r\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Fogg?s will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Club?s collection of curiosities. Guests will be swept away by the beauty of Mrs Fogg?s Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\r\n\r\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Fogg?s fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\r\n</ul>\r\nThe menu at Mrs Fogg?s will evoke Aouda?s memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Ta?s Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\r\n\r\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\r\n\r\nOpen from 11am, Mrs Fogg?s will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\r\n\r\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> ?We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.?\r\n</i>\r\n<b>Mrs Fogg?s</b>\r\n37 Broadgate Circle\r\nLondon\r\nEC2M 2QS\r\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\r\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\r\nTel: 0207 590 5257\r\n\r\n<b>Opening Times: </b>\r\nMonday - Sunday: 11am-12am\r\n\r\n<b>Social:</b>\r\nT&amp;IG: @mrfoggsgb\r\nFB: @MrsFoggs','Mrs Fogg?s Maritime Club and Distillery ','','inherit','closed','closed','','3045-revision-v1','','','2018-10-31 10:18:39','2018-10-31 10:18:39','',3045,'http://www.ontradeprogress.com/2018/10/31/3045-revision-v1/',0,'revision','',0),(3050,1,'2018-10-31 10:19:41','2018-10-31 10:19:41','','mrs foggs','mrs foggs is opening in East London','inherit','closed','closed','','cuisine-2248567_640','','','2018-10-31 10:20:15','2018-10-31 10:20:15','',3045,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/cuisine-2248567_640.jpg',0,'attachment','image/jpeg',0),(3051,1,'2018-10-31 10:20:59','2018-10-31 10:20:59','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Fogg?s Indian wife, in Jules Verne?s classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Fogg?s will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\r\n</span></h1>\r\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\r\n\r\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Fogg?s will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Club?s collection of curiosities. Guests will be swept away by the beauty of Mrs Fogg?s Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\r\n\r\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Fogg?s fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3046\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3046\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01-300x202.jpg\" alt=\"mrs foggs\" width=\"300\" height=\"202\" /> Mrs Foggs comes to East London[/caption]\r\n\r\nThe menu at Mrs Fogg?s will evoke Aouda?s memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Ta?s Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\r\n\r\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\r\n\r\nOpen from 11am, Mrs Fogg?s will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\r\n\r\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> ?We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.?\r\n</i>\r\n<b>Mrs Fogg?s</b>\r\n37 Broadgate Circle\r\nLondon\r\nEC2M 2QS\r\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\r\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\r\nTel: 0207 590 5257\r\n\r\n<b>Opening Times: </b>\r\nMonday - Sunday: 11am-12am\r\n\r\n<b>Social:</b>\r\nT&amp;IG: @mrfoggsgb\r\nFB: @MrsFoggs','Mrs Fogg?s Maritime Club and Distillery ','','inherit','closed','closed','','3045-revision-v1','','','2018-10-31 10:20:59','2018-10-31 10:20:59','',3045,'http://www.ontradeprogress.com/2018/10/31/3045-revision-v1/',0,'revision','',0),(3052,1,'2018-10-31 10:24:11','2018-10-31 10:24:11','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Foggs Indian wife, in Jules Vernes classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Foggs will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\r\n</span></h1>\r\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\r\n\r\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Foggs will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Clubs collection of curiosities. Guests will be swept away by the beauty of Mrs Fogg?s Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\r\n\r\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Foggs fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3046\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3046\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01-300x202.jpg\" alt=\"mrs foggs\" width=\"300\" height=\"202\" /> Mrs Foggs comes to East London[/caption]\r\n\r\nThe menu at Mrs Foggs will evoke Aoudas memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Tas Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\r\n\r\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\r\n\r\nOpen from 11am, Mrs Foggs will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\r\n\r\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.\r\n</i>\r\n<b>Mrs Foggs</b>\r\n37 Broadgate Circle\r\nLondon\r\nEC2M 2QS\r\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\r\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\r\nTel: 0207 590 5257\r\n\r\n<b>Opening Times: </b>\r\nMonday - Sunday: 11am-12am\r\n\r\n<b>Social:</b>\r\nT&amp;IG: @mrfoggsgb\r\nFB: @MrsFoggs','Mrs Fogg?s Maritime Club and Distillery ','','inherit','closed','closed','','3045-revision-v1','','','2018-10-31 10:24:11','2018-10-31 10:24:11','',3045,'http://www.ontradeprogress.com/2018/10/31/3045-revision-v1/',0,'revision','',0),(3053,1,'2018-10-31 10:27:01','2018-10-31 10:27:01','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Foggs Indian wife, in Jules Vernes classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Foggs will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\r\n</span></h1>\r\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\r\n\r\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Foggs will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Clubs collection of curiosities. Guests will be swept away by the beauty of Mrs Fogg?s Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\r\n\r\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Foggs fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3046\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3046\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01-300x202.jpg\" alt=\"mrs foggs\" width=\"300\" height=\"202\" /> Mrs Foggs comes to East London[/caption]\r\n\r\nThe menu at Mrs Foggs will evoke Aoudas memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Tas Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\r\n\r\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\r\n\r\nOpen from 11am, Mrs Foggs will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\r\n\r\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.\r\n</i>\r\n<b>Mrs Foggs</b>\r\n37 Broadgate Circle\r\nLondon\r\nEC2M 2QS\r\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\r\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\r\nTel: 0207 590 5257\r\n\r\n<b>Opening Times: </b>\r\nMonday - Sunday: 11am-12am\r\n\r\n<b>Social:</b>\r\nT&amp;IG: @mrfoggsgb\r\nFB: @MrsFoggs','Mrs Foggs Maritime Club and Distillery ','','inherit','closed','closed','','3045-revision-v1','','','2018-10-31 10:27:01','2018-10-31 10:27:01','',3045,'http://www.ontradeprogress.com/2018/10/31/3045-revision-v1/',0,'revision','',0),(3054,1,'2018-10-31 10:28:08','2018-10-31 10:28:08','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Foggs Indian wife, in Jules Vernes classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Foggs will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\n</span></h1>\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\n\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Foggs will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Clubs collection of curiosities. Guests will be swept away by the beauty of Mrs Foggs Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\n\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Foggs fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\n</ul>\n[caption id=\"attachment_3046\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3046\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01-300x202.jpg\" alt=\"mrs foggs\" width=\"300\" height=\"202\" /> Mrs Foggs comes to East London[/caption]\n\nThe menu at Mrs Foggs will evoke Aoudas memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Tas Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\n\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\n\nOpen from 11am, Mrs Foggs will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\n\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.\n</i>\n<b>Mrs Foggs</b>\n37 Broadgate Circle\nLondon\nEC2M 2QS\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\nTel: 0207 590 5257\n\n<b>Opening Times: </b>\nMonday - Sunday: 11am-12am\n\n<b>Social:</b>\nT&amp;IG: @mrfoggsgb\nFB: @MrsFoggs','Mrs Foggs Maritime Club and Distillery ','','inherit','closed','closed','','3045-autosave-v1','','','2018-10-31 10:28:08','2018-10-31 10:28:08','',3045,'http://www.ontradeprogress.com/2018/10/31/3045-autosave-v1/',0,'revision','',0),(3055,1,'2018-10-31 10:28:58','2018-10-31 10:28:58','<h1><span style=\"font-family: Calibri;\">This autumn, <a href=\"https://www.mr-foggs.com/\" target=\"_blank\" rel=\"noopener\">Mr Fogg</a> will meet his match as intrepid adventurer <b>Mrs Fogg</b> sails into East London to raise the bar at her Maritime Club and Distillery. Inspired by Aouda, the explorer Phileas Foggs Indian wife, in Jules Vernes classic adventure novel, <i>Around The World in 80 Days</i>, Mrs Foggs will serve up inventive cocktails and innovative dishes with a nod to he</span><span style=\"font-family: Calibri;\">r heritage and her nautical travels. The bar, complete with its own gin distillery and steamer ship, will be the first project from Charlie Gilkes and Duncan Stirling?s Inception Group to open in The City.\r\n</span></h1>\r\n[caption id=\"attachment_3047\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3047 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_02-300x201.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"201\" /> Mrs Foggs[/caption]\r\n\r\nLocated in <b>Broadgate Circle</b> and spanning two floors, Mrs Foggs will take guests on a fantastical journey aboard the Rangoon Steamer, which the adventurous Aouda has travelled back to England on, bringing with her exotic flavours, ingredients and relics to add to her Maritime Clubs collection of curiosities. Guests will be swept away by the beauty of Mrs Foggs Maritime Club, which will be complete with all of the sights and sounds of a faraway port, from the moment they enter. On the ground floor, a large central bar surrounded by lush foliage, large wooden fans and antique nautical items, will provide a focal point from where the talented bar team will serve up Indian-spiced cocktails sure to set The City on fire.\r\n\r\nDownstairs, guests will discover the engine room - a secret space filled with all sorts of cargo, crates and stowaways, perfect for spirited evenings of live entertainment. Taking centre stage will be a custom-designed Rickshaw, courtesy of Monkey Shoulder, for cocktail-enthusiasts to pedal and shake their way to cocktail bliss and create their own signature concoctions. Also tucked away below deck will lie Mrs. Foggs fully working gin distillery, which will be modelled on the underground Victorian distilleries of the period. Having learnt the secrets of botanicals, herbs and ingredients involved in the distillation process whilst on her travels, she is keen to pass on her knowledge to groups who will help her to produce her own in-house gin, which can also be taken home as a souvenir as a part of the regular masterclasses available.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/\" target=\"_blank\" rel=\"noopener\">Youngest ever low ABV wine served in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/\" target=\"_blank\" rel=\"noopener\">Lady of Grapes launches in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3046\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3046\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_01-300x202.jpg\" alt=\"mrs foggs\" width=\"300\" height=\"202\" /> Mrs Foggs comes to East London[/caption]\r\n\r\nThe menu at Mrs Foggs will evoke Aoudas memories of home, with all the flavours and fragrances of the Asian continent. Her household staff, clad immaculately in authentic yet contemporary naval attire, will offer a cocktail menu that will ignite curiosity, shake the senses and warm the soul. Lush libations will include new discoveries such as, <b>Ta-Tas Margarita</b>, a twist on a classic with <i>turmeric-infused Cabrito Blanco tequila, Rinomato Americano Blanco, Chili-infused Honey, Lime, Starfruit &amp; Grapefruit Tonic</i> and <b>A Mumbai Donkey</b>, a mouthwatering mix of <i>Cardamom-infused Russian Standard Vodka, Pear, Parsley and Ginger beer</i>.\r\n\r\n[caption id=\"attachment_3048\" align=\"alignleft\" width=\"300\"]<img class=\"wp-image-3048 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/Mrs-Froggs_03-300x195.jpg\" alt=\"Mrs Foggs comes to East London\" width=\"300\" height=\"195\" /> Mrs Foggs[/caption]\r\n\r\nOpen from 11am, Mrs Foggs will serve up small plates inspired by the cuisine of the subcontinent until late. Guests can tuck into everything from <b>Keralan Fried Chicken</b> and <b>Mini Mango Salads</b>, to <b>Sweet Potato Pani Puri </b>and <b>Jackfruit Biryani</b> presented in traditional Indian tiffin boxes. On Saturday afternoons, a Tiffin Tea experience comprised of sweet and savoury bites served in Dabbawala tins, live entertainment, and eclectic cocktails will be available to book. An expansive outdoor terrace with aged canvas umbrellas, warm wooden furniture and exotic plants will provide a verdant oasis in the middle of bustling Broadgate.\r\n\r\n<strong>Co-founder Charlie Gilkes says of the project:</strong><i> We are delighted that Mr Fogg has found his perfect partner and look forward to introducing Mrs Fogg to Londoners very soon.\r\n</i>\r\n<b>Mrs Foggs</b>\r\n37 Broadgate Circle\r\nLondon\r\nEC2M 2QS\r\nWebsite: <a href=\"https://www.mr-foggs.com/mrs-foggs-maritime-club/\" target=\"_blank\" rel=\"noopener\">https://www.mr-foggs.com/mrs-foggs-maritime-club/</a>\r\nEmail: <a class=\"mailto-link\" href=\"mailto:maritimeclub@mrs-foggs.com\" target=\"_blank\" rel=\"noopener\">maritimeclub@mrs-foggs.com</a>\r\nTel: 0207 590 5257\r\n\r\n<b>Opening Times: </b>\r\nMonday - Sunday: 11am-12am\r\n\r\n<b>Social:</b>\r\nT&amp;IG: @mrfoggsgb\r\nFB: @MrsFoggs\r\n','Mrs Foggs Maritime Club and Distillery ','','inherit','closed','closed','','3045-revision-v1','','','2018-10-31 10:28:58','2018-10-31 10:28:58','',3045,'http://www.ontradeprogress.com/2018/10/31/3045-revision-v1/',0,'revision','',0),(3056,1,'2018-10-31 11:21:35','2018-10-31 11:21:35','<h1 class=\"ox-846882aa30-MsoNormal\">Christmas is a time for log fires and a big punch bowl of mulled wine or cider filling the bar with festive, spicy aromas, tempting the customers, but how to achieve this state of seasonal cheer with minimal fuss?   The answer is Mulling Spices Spice Drops®.</h1>\r\n[caption id=\"attachment_3059\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3059\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image006-300x211.jpg\" alt=\"Mulling Spices\" width=\"300\" height=\"211\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nThese are a finely-tuned blend of orange, vanilla, cinnamon, clove, nutmeg, fennel and ginger extracts awarded 2 stars in the Great Taste Awards and high praise for its versatility.   One drop is concentrated enough to spice 75ml of liquid, meaning just a few drops added to a bottle of red wine makes an instant mulled wine with the anticipated festive flavour and aroma but without having to prepare, cook and strain the raw spices and ingredients. It can similarly immediately transform cider, beer or rum into a spicy festive brew, perfect for a busy bar.\r\n\r\n&nbsp;\r\n\r\nMulling Spices Spice Drops® are one of a range of 34 natural, highly concentrated extracts of herbs, spices, fruits and flowers.  All are made using natural ingredients and contain no artificial colourings, flavourings or preservatives, and no added salt or sugar; they’re gluten-free and suitable for vegetarian and vegan diets.  They’re fantastic in cooking but also in drinks from smoothies, to teas, coffees and cocktails, providing the theatre required behind the bar but without the chopping, peeling, grinding or grating, just intense, delicious flavour in an instance.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/drury-adds-christmas-tea-range/\">Drury launches its 2018 Christmas tea</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/\">Artis has released a Christmas Spritz</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Minimise alcohol harms over the festive period, urges Drinkaware</a></li>\r\n</ul>\r\nMulling Spices Spice Drops® bring an end to tasteless mulling spice powders and the hassle of preparing, cooking and straining the fresh ingredients.  Available in bottles of bespoke catering sizes of 100ml upwards,  Mulling Spices Spice Drops® can be used to make large batches of mulled wine, mulled cider, mulled beer or spiced rum for use in busy bars or at crowded public Christmas events.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3057\" align=\"alignleft\" width=\"289\"]<img class=\"size-medium wp-image-3057\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003-1-289x300.jpg\" alt=\"Mulling Spices\" width=\"289\" height=\"300\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nKew Gardens discovered the convenience of Mulling Spices Spice Drops® three years ago and continue to use it throughout their six-week long ‘Christmas at Kew’ celebrations where mulled wine is a key feature of the festive food and drink on offer to the thousands of visitors that come through the doors.\r\n\r\nRob Santos, Operations Manager at Kew Gardens said: “We have been using Spice Drops® at Christmas at Kew to service both our mulled wine and spiced apple juice options. Using this unique blend of ingredients means there is no need for the drinks to be boiled but rather served warm or hot through the use of water boilers.  This inevitably saves time on labour and no loss of alcohol due to overcooking. The flavour and intensity makes this blend incredibly delicious.”\r\n\r\n<strong>To buy and find out more about the Spice Drops® range including the Mulling Spices, visit</strong> <span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.holylama.com/\" target=\"_blank\" rel=\"noopener\">www.holylama.co.uk</a> </span><span class=\"ox-846882aa30-MsoHyperlink\"><strong>or</strong> </span><span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.souschef.co.uk/\" target=\"_blank\" rel=\"noopener\">www.souschef.co.uk</a></span>','Mulling Christmas over with Spice Drops®','','publish','closed','open','','mulling-spices-christmas','','\nhttp://www.ontradeprogress.com/2018/10/25/drury-adds-christmas-tea-range/','2018-10-31 11:49:51','2018-10-31 11:49:51','',0,'http://www.ontradeprogress.com/?p=3056',0,'post','',0),(3057,1,'2018-10-31 11:14:45','2018-10-31 11:14:45','','mulling spices','Mulling Spices are a must this Christmas','inherit','closed','closed','','image003-2','','','2018-10-31 11:15:21','2018-10-31 11:15:21','',3056,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003-1.jpg',0,'attachment','image/jpeg',0),(3058,1,'2018-10-31 11:14:50','2018-10-31 11:14:50','','Mulling Spices','Mulling Spices are a must this Christmas','inherit','closed','closed','','image005','','','2018-10-31 11:15:32','2018-10-31 11:15:32','',3056,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image005.jpg',0,'attachment','image/jpeg',0),(3059,1,'2018-10-31 11:14:54','2018-10-31 11:14:54','','Mulling Spices','Mulling Spices are a must this Christmas','inherit','closed','closed','','image006','','','2018-10-31 11:15:52','2018-10-31 11:15:52','',3056,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/image006.jpg',0,'attachment','image/jpeg',0),(3060,1,'2018-10-31 11:17:04','2018-10-31 11:17:04','<h1 class=\"ox-846882aa30-MsoNormal\">Christmas is a time for log fires and a big punch bowl of mulled wine or cider filling the bar with festive, spicy aromas, tempting the customers, but how to achieve this state of seasonal cheer with minimal fuss?   The answer is Mulling Spices Spice Drops®.</h1>\r\n<p class=\"ox-846882aa30-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_3059\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3059\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image006-300x211.jpg\" alt=\"Mulling Spices\" width=\"300\" height=\"211\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nThese are a finely-tuned blend of orange, vanilla, cinnamon, clove, nutmeg, fennel and ginger extracts awarded 2 stars in the Great Taste Awards and high praise for its versatility.   One drop is concentrated enough to spice 75ml of liquid, meaning just a few drops added to a bottle of red wine makes an instant mulled wine with the anticipated festive flavour and aroma but without having to prepare, cook and strain the raw spices and ingredients. It can similarly immediately transform cider, beer or rum into a spicy festive brew, perfect for a busy bar.\r\n\r\n&nbsp;\r\n\r\nMulling Spices Spice Drops® are one of a range of 34 natural, highly concentrated extracts of herbs, spices, fruits and flowers.  All are made using natural ingredients and contain no artificial colourings, flavourings or preservatives, and no added salt or sugar; they’re gluten-free and suitable for vegetarian and vegan diets.  They’re fantastic in cooking but also in drinks from smoothies, to teas, coffees and cocktails, providing the theatre required behind the bar but without the chopping, peeling, grinding or grating, just intense, delicious flavour in an instance.\r\n\r\n&nbsp;\r\n\r\nMulling Spices Spice Drops® bring an end to tasteless mulling spice powders and the hassle of preparing, cooking and straining the fresh ingredients.  Available in bottles of bespoke catering sizes of 100ml upwards,  Mulling Spices Spice Drops® can be used to make large batches of mulled wine, mulled cider, mulled beer or spiced rum for use in busy bars or at crowded public Christmas events.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3057\" align=\"alignleft\" width=\"289\"]<img class=\"size-medium wp-image-3057\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003-1-289x300.jpg\" alt=\"Mulling Spices\" width=\"289\" height=\"300\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nKew Gardens discovered the convenience of Mulling Spices Spice Drops® three years ago and continue to use it throughout their six-week long ‘Christmas at Kew’ celebrations where mulled wine is a key feature of the festive food and drink on offer to the thousands of visitors that come through the doors.\r\n\r\nRob Santos, Operations Manager at Kew Gardens said: “We have been using Spice Drops® at Christmas at Kew to service both our mulled wine and spiced apple juice options. Using this unique blend of ingredients means there is no need for the drinks to be boiled but rather served warm or hot through the use of water boilers.  This inevitably saves time on labour and no loss of alcohol due to over cooking. The flavour and intensity makes this blend incredibly delicious.”\r\n<p class=\"ox-846882aa30-MsoNormal\"></p>\r\nTo buy and find out more about the Spice Drops® range including the Mulling Spices, visit<span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.holylama.com/\" target=\"_blank\" rel=\"noopener\">www.holylama.co</a>.uk </span><span class=\"ox-846882aa30-MsoHyperlink\">or </span><span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.souschef.co.uk/\" target=\"_blank\" rel=\"noopener\">www.souschef.co.uk</a></span>','Mulling Christmas over with Spice Drops®','','inherit','closed','closed','','3056-revision-v1','','','2018-10-31 11:17:04','2018-10-31 11:17:04','',3056,'http://www.ontradeprogress.com/2018/10/31/3056-revision-v1/',0,'revision','',0),(3061,1,'2018-10-31 11:20:29','2018-10-31 11:20:29','<h1 class=\"ox-846882aa30-MsoNormal\">Christmas is a time for log fires and a big punch bowl of mulled wine or cider filling the bar with festive, spicy aromas, tempting the customers, but how to achieve this state of seasonal cheer with minimal fuss?   The answer is Mulling Spices Spice Drops®.</h1>\r\n<p class=\"ox-846882aa30-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_3059\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3059\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image006-300x211.jpg\" alt=\"Mulling Spices\" width=\"300\" height=\"211\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nThese are a finely-tuned blend of orange, vanilla, cinnamon, clove, nutmeg, fennel and ginger extracts awarded 2 stars in the Great Taste Awards and high praise for its versatility.   One drop is concentrated enough to spice 75ml of liquid, meaning just a few drops added to a bottle of red wine makes an instant mulled wine with the anticipated festive flavour and aroma but without having to prepare, cook and strain the raw spices and ingredients. It can similarly immediately transform cider, beer or rum into a spicy festive brew, perfect for a busy bar.\r\n\r\n&nbsp;\r\n\r\nMulling Spices Spice Drops® are one of a range of 34 natural, highly concentrated extracts of herbs, spices, fruits and flowers.  All are made using natural ingredients and contain no artificial colourings, flavourings or preservatives, and no added salt or sugar; they’re gluten-free and suitable for vegetarian and vegan diets.  They’re fantastic in cooking but also in drinks from smoothies, to teas, coffees and cocktails, providing the theatre required behind the bar but without the chopping, peeling, grinding or grating, just intense, delicious flavour in an instance.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/drury-adds-christmas-tea-range/\">Drury launches its 2018 Christmas tea</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/\">Artis has released a Christmas Spritz</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Minimise alcohol harms over the festive period, urges Drinkaware</a></li>\r\n</ul>\r\nMulling Spices Spice Drops® bring an end to tasteless mulling spice powders and the hassle of preparing, cooking and straining the fresh ingredients.  Available in bottles of bespoke catering sizes of 100ml upwards,  Mulling Spices Spice Drops® can be used to make large batches of mulled wine, mulled cider, mulled beer or spiced rum for use in busy bars or at crowded public Christmas events.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3057\" align=\"alignleft\" width=\"289\"]<img class=\"size-medium wp-image-3057\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003-1-289x300.jpg\" alt=\"Mulling Spices\" width=\"289\" height=\"300\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nKew Gardens discovered the convenience of Mulling Spices Spice Drops® three years ago and continue to use it throughout their six-week long ‘Christmas at Kew’ celebrations where mulled wine is a key feature of the festive food and drink on offer to the thousands of visitors that come through the doors.\r\n\r\nRob Santos, Operations Manager at Kew Gardens said: “We have been using Spice Drops® at Christmas at Kew to service both our mulled wine and spiced apple juice options. Using this unique blend of ingredients means there is no need for the drinks to be boiled but rather served warm or hot through the use of water boilers.  This inevitably saves time on labour and no loss of alcohol due to over cooking. The flavour and intensity makes this blend incredibly delicious.”\r\n<p class=\"ox-846882aa30-MsoNormal\"></p>\r\nTo buy and find out more about the Spice Drops® range including the Mulling Spices, visit<span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.holylama.com/\" target=\"_blank\" rel=\"noopener\">www.holylama.co</a>.uk </span><span class=\"ox-846882aa30-MsoHyperlink\">or </span><span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.souschef.co.uk/\" target=\"_blank\" rel=\"noopener\">www.souschef.co.uk</a></span>','Mulling Christmas over with Spice Drops®','','inherit','closed','closed','','3056-revision-v1','','','2018-10-31 11:20:29','2018-10-31 11:20:29','',3056,'http://www.ontradeprogress.com/2018/10/31/3056-revision-v1/',0,'revision','',0),(3062,1,'2018-10-31 11:21:35','2018-10-31 11:21:35','<h1 class=\"ox-846882aa30-MsoNormal\">Christmas is a time for log fires and a big punch bowl of mulled wine or cider filling the bar with festive, spicy aromas, tempting the customers, but how to achieve this state of seasonal cheer with minimal fuss?   The answer is Mulling Spices Spice Drops®.</h1>\r\n<p class=\"ox-846882aa30-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_3059\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3059\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image006-300x211.jpg\" alt=\"Mulling Spices\" width=\"300\" height=\"211\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nThese are a finely-tuned blend of orange, vanilla, cinnamon, clove, nutmeg, fennel and ginger extracts awarded 2 stars in the Great Taste Awards and high praise for its versatility.   One drop is concentrated enough to spice 75ml of liquid, meaning just a few drops added to a bottle of red wine makes an instant mulled wine with the anticipated festive flavour and aroma but without having to prepare, cook and strain the raw spices and ingredients. It can similarly immediately transform cider, beer or rum into a spicy festive brew, perfect for a busy bar.\r\n\r\n&nbsp;\r\n\r\nMulling Spices Spice Drops® are one of a range of 34 natural, highly concentrated extracts of herbs, spices, fruits and flowers.  All are made using natural ingredients and contain no artificial colourings, flavourings or preservatives, and no added salt or sugar; they’re gluten-free and suitable for vegetarian and vegan diets.  They’re fantastic in cooking but also in drinks from smoothies, to teas, coffees and cocktails, providing the theatre required behind the bar but without the chopping, peeling, grinding or grating, just intense, delicious flavour in an instance.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/drury-adds-christmas-tea-range/\">Drury launches its 2018 Christmas tea</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/\">Artis has released a Christmas Spritz</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Minimise alcohol harms over the festive period, urges Drinkaware</a></li>\r\n</ul>\r\nMulling Spices Spice Drops® bring an end to tasteless mulling spice powders and the hassle of preparing, cooking and straining the fresh ingredients.  Available in bottles of bespoke catering sizes of 100ml upwards,  Mulling Spices Spice Drops® can be used to make large batches of mulled wine, mulled cider, mulled beer or spiced rum for use in busy bars or at crowded public Christmas events.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3057\" align=\"alignleft\" width=\"289\"]<img class=\"size-medium wp-image-3057\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003-1-289x300.jpg\" alt=\"Mulling Spices\" width=\"289\" height=\"300\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nKew Gardens discovered the convenience of Mulling Spices Spice Drops® three years ago and continue to use it throughout their six-week long ‘Christmas at Kew’ celebrations where mulled wine is a key feature of the festive food and drink on offer to the thousands of visitors that come through the doors.\r\n\r\nRob Santos, Operations Manager at Kew Gardens said: “We have been using Spice Drops® at Christmas at Kew to service both our mulled wine and spiced apple juice options. Using this unique blend of ingredients means there is no need for the drinks to be boiled but rather served warm or hot through the use of water boilers.  This inevitably saves time on labour and no loss of alcohol due to overcooking. The flavour and intensity makes this blend incredibly delicious.”\r\n<p class=\"ox-846882aa30-MsoNormal\"></p>\r\n<strong>To buy and find out more about the Spice Drops® range including the Mulling Spices, visit</strong> <span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.holylama.com/\" target=\"_blank\" rel=\"noopener\">www.holylama.co.uk</a> </span><span class=\"ox-846882aa30-MsoHyperlink\"><strong>or</strong> </span><span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.souschef.co.uk/\" target=\"_blank\" rel=\"noopener\">www.souschef.co.uk</a></span>','Mulling Christmas over with Spice Drops®','','inherit','closed','closed','','3056-revision-v1','','','2018-10-31 11:21:35','2018-10-31 11:21:35','',3056,'http://www.ontradeprogress.com/2018/10/31/3056-revision-v1/',0,'revision','',0),(3063,1,'2018-10-31 11:49:51','2018-10-31 11:49:51','<h1 class=\"ox-846882aa30-MsoNormal\">Christmas is a time for log fires and a big punch bowl of mulled wine or cider filling the bar with festive, spicy aromas, tempting the customers, but how to achieve this state of seasonal cheer with minimal fuss?   The answer is Mulling Spices Spice Drops®.</h1>\r\n[caption id=\"attachment_3059\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3059\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image006-300x211.jpg\" alt=\"Mulling Spices\" width=\"300\" height=\"211\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nThese are a finely-tuned blend of orange, vanilla, cinnamon, clove, nutmeg, fennel and ginger extracts awarded 2 stars in the Great Taste Awards and high praise for its versatility.   One drop is concentrated enough to spice 75ml of liquid, meaning just a few drops added to a bottle of red wine makes an instant mulled wine with the anticipated festive flavour and aroma but without having to prepare, cook and strain the raw spices and ingredients. It can similarly immediately transform cider, beer or rum into a spicy festive brew, perfect for a busy bar.\r\n\r\n&nbsp;\r\n\r\nMulling Spices Spice Drops® are one of a range of 34 natural, highly concentrated extracts of herbs, spices, fruits and flowers.  All are made using natural ingredients and contain no artificial colourings, flavourings or preservatives, and no added salt or sugar; they’re gluten-free and suitable for vegetarian and vegan diets.  They’re fantastic in cooking but also in drinks from smoothies, to teas, coffees and cocktails, providing the theatre required behind the bar but without the chopping, peeling, grinding or grating, just intense, delicious flavour in an instance.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/drury-adds-christmas-tea-range/\">Drury launches its 2018 Christmas tea</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/\">Artis has released a Christmas Spritz</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Minimise alcohol harms over the festive period, urges Drinkaware</a></li>\r\n</ul>\r\nMulling Spices Spice Drops® bring an end to tasteless mulling spice powders and the hassle of preparing, cooking and straining the fresh ingredients.  Available in bottles of bespoke catering sizes of 100ml upwards,  Mulling Spices Spice Drops® can be used to make large batches of mulled wine, mulled cider, mulled beer or spiced rum for use in busy bars or at crowded public Christmas events.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3057\" align=\"alignleft\" width=\"289\"]<img class=\"size-medium wp-image-3057\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/image003-1-289x300.jpg\" alt=\"Mulling Spices\" width=\"289\" height=\"300\" /> Mulling Spices are a must this Christmas[/caption]\r\n\r\nKew Gardens discovered the convenience of Mulling Spices Spice Drops® three years ago and continue to use it throughout their six-week long ‘Christmas at Kew’ celebrations where mulled wine is a key feature of the festive food and drink on offer to the thousands of visitors that come through the doors.\r\n\r\nRob Santos, Operations Manager at Kew Gardens said: “We have been using Spice Drops® at Christmas at Kew to service both our mulled wine and spiced apple juice options. Using this unique blend of ingredients means there is no need for the drinks to be boiled but rather served warm or hot through the use of water boilers.  This inevitably saves time on labour and no loss of alcohol due to overcooking. The flavour and intensity makes this blend incredibly delicious.”\r\n\r\n<strong>To buy and find out more about the Spice Drops® range including the Mulling Spices, visit</strong> <span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.holylama.com/\" target=\"_blank\" rel=\"noopener\">www.holylama.co.uk</a> </span><span class=\"ox-846882aa30-MsoHyperlink\"><strong>or</strong> </span><span class=\"ox-846882aa30-MsoHyperlink\"><a href=\"http://www.souschef.co.uk/\" target=\"_blank\" rel=\"noopener\">www.souschef.co.uk</a></span>','Mulling Christmas over with Spice Drops®','','inherit','closed','closed','','3056-revision-v1','','','2018-10-31 11:49:51','2018-10-31 11:49:51','',3056,'http://www.ontradeprogress.com/2018/10/31/3056-revision-v1/',0,'revision','',0),(3064,1,'2018-10-31 14:30:08','2018-10-31 14:30:08','<h1 class=\"ox-60c90b05a1-MsoNoSpacing\">There’s a new fryer on the block that needs no ventilation, is entirely safe, and is clean and easy to use. The Fast Chef Elite from <a href=\"https://www.taylor-company.co.uk/\">Taylor UK</a> is also fully automatic and self-contained. It features a radical technology, the Ecofry system. In independent tests it used 24% less energy and up to 37% less oil than conventional fryers. Plus, it’s fast, reducing frying time by up to 27%.</h1>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">A ventless, countertop unit, the Fast Chef Elite is made by Quality Fry in Spain and is very simple to use. The operator simply places food into the hopper at the top of the machine, pushes the relevant programme on the control pad, or manually sets the time, and then takes the fried product out of the hopper at the bottom once it’s cooked.  Everything is self-contained inside the unit, so the hot oil is kept completely out of harm’s way.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands back bar cabinet</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/outdoor-design-catering-trends/\">Outdoor design &amp; catering trends</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/05/a-whole-new-kitchen-for-restaurant-2018/\">A whole new kitchen for Restaurant 2018</a></li>\r\n</ul>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">Because all the frying is done in the enclosed chamber, the oil has very little exposure to oxygen and none to light, which extends its useful lifespan. The lack of oxygen also enhances safety by minimising the risk of fire.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Ecofry technology extracts moisture away from the food very quickly, sealing its surface and ensuring the moisture doesn’t contaminate the oil. This, in turn, minimises the risk of flavour transfer between batches of different foods and further extends the oil’s lifespan. The results are crispy, golden fried foods, batch after batch.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Fast Chef Elite can cook up to 500gm of product per batch. The self-contained frying chamber can be completely removed and disassembled for cleaning, with 90% of components being dishwasher safe.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">“The Fast Chef Elite is a real game-changer,” says David Rees, Group Marketing Manager of HTG Trading Ltd, which owns Taylor UK.  “It’s safer, more sustainable and more profitable than an open fryer. We believe it will appeal to chefs in many sectors across the foodservice market.”</p>\r\n<p class=\"ox-60c90b05a1-MsoNormal\">The Fast Chef Elite is available through Taylor UK’s distributor network with list prices starting from £10,595 plus VAT.</p>\r\n\r\n<h5>Taylor UK is the UK distributor for the Fast Chef Elite+ range of ventless fryers, which is available via dealers nationwide.  Taylor UK is part of HTG Trading Ltd.  For more information and details of local stockists, freephone Taylor UK on 0800 838 896, call 01473 350000, email <span class=\"ox-60c90b05a1-MsoHyperlink\"><a class=\"mailto-link\" href=\"mailto:sales@taylor-company.co.uk\" target=\"_blank\" rel=\"noopener\">sales@taylor-company.co.uk</a></span> or visit <span class=\"ox-60c90b05a1-MsoHyperlink\"><a href=\"http://www.taylor-company.co.uk/\" target=\"_blank\" rel=\"noopener\">www.taylor-company.co.uk</a></span></h5>','Faster, more sustainable, safer: the Fast Chef Elite fryer','','publish','closed','open','','fast-chef-elite-fryer','','','2018-10-31 14:31:32','2018-10-31 14:31:32','',0,'http://www.ontradeprogress.com/?p=3064',0,'post','',0),(3065,1,'2018-10-31 14:24:48','2018-10-31 14:24:48','','Fast Chef Elite fryer from Taylor UK','Fast Chef Elite fryer from Taylor UK','inherit','closed','closed','','fast-chef-elite-fryer-from-taylor-uk','','','2018-10-31 14:25:30','2018-10-31 14:25:30','',3064,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/Fast-Chef-Elite-fryer-from-Taylor-UK.jpg',0,'attachment','image/jpeg',0),(3066,1,'2018-10-31 14:29:37','2018-10-31 14:29:37','<h1 class=\"ox-60c90b05a1-MsoNoSpacing\">There’s a new fryer on the block that needs no ventilation, is entirely safe, and is clean and easy to use.  The Fast Chef Elite from <a href=\"https://www.taylor-company.co.uk/\">Taylor UK</a> is also fully automatic and self-contained.  It features a radical technology, the Ecofry system.  In independent tests it used 24% less energy and up to 37% less oil than conventional fryers.  Plus, it’s fast, reducing frying time by up to 27%.</h1>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\"></p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">A ventless, countertop unit, the Fast Chef Elite is made by Quality Fry in Spain and is very simple to use.  The operator simply places food into the hopper at the top of the machine, pushes the relevant programme on the control pad, or manually sets the time, and then takes the fried product out of the hopper at the bottom once it’s cooked.  Everything is self-contained inside the unit, so the hot oil is kept completely out of harm’s way.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands back bar cabinet</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/outdoor-design-catering-trends/\">Outdoor design &amp; catering trends</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/05/a-whole-new-kitchen-for-restaurant-2018/\">A whole new kitchen for Restaurant 2018</a></li>\r\n</ul>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">Because all the frying is done in the enclosed chamber, the oil has very little exposure to oxygen and none to light, which extends its useful lifespan.  The lack of oxygen also enhances safety by minimising the risk of fire.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\"></p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Ecofry technology extracts moisture away from the food very quickly, sealing its surface and ensuring the moisture doesn’t contaminate the oil.  This, in turn, minimises the risk of flavour transfer between batches of different foods and further extends the oil’s lifespan.  The results are crispy, golden fried foods, batch after batch.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\"></p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Fast Chef Elite can cook up to 500gm of product per batch.  The self-contained frying chamber can be completely removed and disassembled for cleaning, with 90% of components being dishwasher safe.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\"></p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">“The Fast Chef Elite is a real game-changer,” says David Rees, Group Marketing Manager of HTG Trading Ltd, which owns Taylor UK.  “It’s safer, more sustainable and more profitable than an open fryer.  We believe it will appeal to chefs in many sectors across the foodservice market.”</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\"></p>\r\n<p class=\"ox-60c90b05a1-MsoNormal\">The Fast Chef Elite is available through Taylor UK’s distributor network with list prices starting from £10,595 plus VAT.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\"></p>\r\n\r\n<h5>Taylor UK is the UK distributor for the Fast Chef Elite+ range of ventless fryers, which is available via dealers nationwide.  Taylor UK is part of HTG Trading Ltd.  For more information and details of local stockists, freephone Taylor UK on 0800 838 896, call 01473 350000, email <span class=\"ox-60c90b05a1-MsoHyperlink\"><a class=\"mailto-link\" href=\"mailto:sales@taylor-company.co.uk\" target=\"_blank\" rel=\"noopener\">sales@taylor-company.co.uk</a></span> or visit <span class=\"ox-60c90b05a1-MsoHyperlink\"><a href=\"http://www.taylor-company.co.uk/\" target=\"_blank\" rel=\"noopener\">www.taylor-company.co.uk</a></span></h5>','Faster, more sustainable, safer: the Fast Chef Elite fryer','','inherit','closed','closed','','3064-revision-v1','','','2018-10-31 14:29:37','2018-10-31 14:29:37','',3064,'http://www.ontradeprogress.com/2018/10/31/3064-revision-v1/',0,'revision','',0),(3067,1,'2018-10-31 14:31:18','2018-10-31 14:31:18','<h1 class=\"ox-60c90b05a1-MsoNoSpacing\">There’s a new fryer on the block that needs no ventilation, is entirely safe, and is clean and easy to use. The Fast Chef Elite from <a href=\"https://www.taylor-company.co.uk/\">Taylor UK</a> is also fully automatic and self-contained. It features a radical technology, the Ecofry system. In independent tests it used 24% less energy and up to 37% less oil than conventional fryers. Plus, it’s fast, reducing frying time by up to 27%.</h1>\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">A ventless, countertop unit, the Fast Chef Elite is made by Quality Fry in Spain and is very simple to use. The operator simply places food into the hopper at the top of the machine, pushes the relevant programme on the control pad, or manually sets the time, and then takes the fried product out of the hopper at the bottom once it’s cooked.  Everything is self-contained inside the unit, so the hot oil is kept completely out of harm’s way.</p>\n\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands back bar cabinet</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/outdoor-design-catering-trends/\">Outdoor design &amp; catering trends</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/05/a-whole-new-kitchen-for-restaurant-2018/\">A whole new kitchen for Restaurant 2018</a></li>\n</ul>\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">Because all the frying is done in the enclosed chamber, the oil has very little exposure to oxygen and none to light, which extends its useful lifespan. The lack of oxygen also enhances safety by minimising the risk of fire.</p>\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Ecofry technology extracts moisture away from the food very quickly, sealing its surface and ensuring the moisture doesn’t contaminate the oil. This, in turn, minimises the risk of flavour transfer between batches of different foods and further extends the oil’s lifespan. The results are crispy, golden fried foods, batch after batch.</p>\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Fast Chef Elite can cook up to 500gm of product per batch. The self-contained frying chamber can be completely removed and disassembled for cleaning, with 90% of components being dishwasher safe.</p>\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">“The Fast Chef Elite is a real game-changer,” says David Rees, Group Marketing Manager of HTG Trading Ltd, which owns Taylor UK.  “It’s safer, more sustainable and more profitable than an open fryer. We believe it will appeal to chefs in many sectors across the foodservice market.”</p>\n<p class=\"ox-60c90b05a1-MsoNormal\">The Fast Chef Elite is available through Taylor UK’s distributor network with list prices starting from £10,595 plus VAT.</p>\n\n<h5>Taylor UK is the UK distributor for the Fast Chef Elite+ range of ventless fryers, which is available via dealers nationwide.  Taylor UK is part of HTG Trading Ltd.  For more information and details of local stockists, freephone Taylor UK on 0800 838 896, call 01473 350000, email <span class=\"ox-60c90b05a1-MsoHyperlink\"><a class=\"mailto-link\" href=\"mailto:sales@taylor-company.co.uk\" target=\"_blank\" rel=\"noopener\">sales@taylor-company.co.uk</a></span> or visit <span class=\"ox-60c90b05a1-MsoHyperlink\"><a href=\"http://www.taylor-company.co.uk/\" target=\"_blank\" rel=\"noopener\">www.taylor-company.co.uk</a></span></h5>','Faster, more sustainable, safer: the Fast Chef Elite fryer','','inherit','closed','closed','','3064-autosave-v1','','','2018-10-31 14:31:18','2018-10-31 14:31:18','',3064,'http://www.ontradeprogress.com/2018/10/31/3064-autosave-v1/',0,'revision','',0),(3068,1,'2018-10-31 14:31:32','2018-10-31 14:31:32','<h1 class=\"ox-60c90b05a1-MsoNoSpacing\">There’s a new fryer on the block that needs no ventilation, is entirely safe, and is clean and easy to use. The Fast Chef Elite from <a href=\"https://www.taylor-company.co.uk/\">Taylor UK</a> is also fully automatic and self-contained. It features a radical technology, the Ecofry system. In independent tests it used 24% less energy and up to 37% less oil than conventional fryers. Plus, it’s fast, reducing frying time by up to 27%.</h1>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">A ventless, countertop unit, the Fast Chef Elite is made by Quality Fry in Spain and is very simple to use. The operator simply places food into the hopper at the top of the machine, pushes the relevant programme on the control pad, or manually sets the time, and then takes the fried product out of the hopper at the bottom once it’s cooked.  Everything is self-contained inside the unit, so the hot oil is kept completely out of harm’s way.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/\">eCatering expands back bar cabinet</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/05/outdoor-design-catering-trends/\">Outdoor design &amp; catering trends</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/05/a-whole-new-kitchen-for-restaurant-2018/\">A whole new kitchen for Restaurant 2018</a></li>\r\n</ul>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">Because all the frying is done in the enclosed chamber, the oil has very little exposure to oxygen and none to light, which extends its useful lifespan. The lack of oxygen also enhances safety by minimising the risk of fire.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Ecofry technology extracts moisture away from the food very quickly, sealing its surface and ensuring the moisture doesn’t contaminate the oil. This, in turn, minimises the risk of flavour transfer between batches of different foods and further extends the oil’s lifespan. The results are crispy, golden fried foods, batch after batch.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">The Fast Chef Elite can cook up to 500gm of product per batch. The self-contained frying chamber can be completely removed and disassembled for cleaning, with 90% of components being dishwasher safe.</p>\r\n<p class=\"ox-60c90b05a1-MsoNoSpacing\">“The Fast Chef Elite is a real game-changer,” says David Rees, Group Marketing Manager of HTG Trading Ltd, which owns Taylor UK.  “It’s safer, more sustainable and more profitable than an open fryer. We believe it will appeal to chefs in many sectors across the foodservice market.”</p>\r\n<p class=\"ox-60c90b05a1-MsoNormal\">The Fast Chef Elite is available through Taylor UK’s distributor network with list prices starting from £10,595 plus VAT.</p>\r\n\r\n<h5>Taylor UK is the UK distributor for the Fast Chef Elite+ range of ventless fryers, which is available via dealers nationwide.  Taylor UK is part of HTG Trading Ltd.  For more information and details of local stockists, freephone Taylor UK on 0800 838 896, call 01473 350000, email <span class=\"ox-60c90b05a1-MsoHyperlink\"><a class=\"mailto-link\" href=\"mailto:sales@taylor-company.co.uk\" target=\"_blank\" rel=\"noopener\">sales@taylor-company.co.uk</a></span> or visit <span class=\"ox-60c90b05a1-MsoHyperlink\"><a href=\"http://www.taylor-company.co.uk/\" target=\"_blank\" rel=\"noopener\">www.taylor-company.co.uk</a></span></h5>','Faster, more sustainable, safer: the Fast Chef Elite fryer','','inherit','closed','closed','','3064-revision-v1','','','2018-10-31 14:31:32','2018-10-31 14:31:32','',3064,'http://www.ontradeprogress.com/2018/10/31/3064-revision-v1/',0,'revision','',0),(3069,1,'2018-10-31 15:56:15','2018-10-31 15:56:15','<h1>A survey has found that 91% of shoppers would visit high street stores more frequently if they could buy items that are hard to find anywhere else.</h1>\r\n<div id=\"body\" class=\"release_body\">\r\n<p id=\"release_body_p\">The research by retail sourcing specialist <a href=\"https://www.thegbexchange.com/\" target=\"_blank\" rel=\"noopener\">The Great British Exchange</a> found that almost all shoppers questioned would use bricks and mortar stores more often if it meant being able to find something “unique” and two-thirds said they wanted more locally made and British manufactured products on the shelves.</p>\r\nMatthew Hopkins, who launched The Great British Exchange in 2014 as a single sourcing point for retailers who want to stock innovative and emerging British brands, said the study sent a clear message to retailers.\r\n\r\nHe said: “Shoppers are bored with the current offering on the high street and it has never been more important for retailers to find a point of difference that sets them apart from the store down the road.\r\n\r\n“Even more critical is the need to give consumers something they can’t find online,” he added.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/\" target=\"_blank\" rel=\"noopener\">Hospitality the future of the high street</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/hospitality-westminster-high-street/\" target=\"_blank\" rel=\"noopener\">Hospitality industry champions the high street</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tells the select committee that high taxes threaten pubs</a></li>\r\n</ul>\r\n<div id=\"body\" class=\"release_body\">\r\n\r\nThe study found that 20 per cent of the shoppers surveyed did more than half of their shopping online. However, when asked about their priorities when buying <span class=\"hilite\">food</span> products, 82% said the least important factor was online availability. One in 5 valued provenance and the fact that the goods were locally produced above anything else when buying <span class=\"hilite\">food</span> products and gifts.\r\n<h2>Special occasion shopping was one of the biggest challenges faced by consumers, according to the research, with more than half of those questioned demanding easier access to unique and British made gift products.</h2>\r\nShoppers also said flexible opening times, including late night opening and in-store events, would encourage them to shop on the high street more often.\r\n\r\nMatthew added: “People often say bricks and mortar retail is dead but I disagree. It just needs to be done well and that means injecting some excitement and originality into a pastime that has lost its soul.”\r\n\r\nMedia contact:\r\nJenni Moulson\r\n07771 362 501\r\n<a title=\"Sends email to: jenni\" href=\"mailto:jenni@jennimoulson.co.uk\" rel=\"nofollow\">jenni@jennimoulson.co.uk</a>\r\n<a title=\"Goes to website of: www.thegbexchange.com\" href=\"http://www.thegbexchange.com/\" target=\"_blank\" rel=\"nofollow noopener\">www.thegbexchange.com</a>\r\n\r\n</div>','91% of shoppers would be tempted back to the high street by original and British made goods','','publish','closed','open','','high-street-return-survey','','','2018-10-31 15:56:15','2018-10-31 15:56:15','',0,'http://www.ontradeprogress.com/?p=3069',0,'post','',0),(3070,1,'2018-10-31 15:50:00','2018-10-31 15:50:00','','high street','91% of shoppers would come back to the high street','inherit','closed','closed','','exeter-high-711804_640','','','2018-10-31 15:50:26','2018-10-31 15:50:26','',3069,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/exeter-high-711804_640.jpg',0,'attachment','image/jpeg',0),(3071,1,'2018-10-31 15:56:00','2018-10-31 15:56:00','<h1>A survey has found that 91% of shoppers would visit high street stores more frequently if they could buy items that are hard to find anywhere else.</h1>\r\n<div id=\"body\" class=\"release_body\">\r\n<p id=\"release_body_p\">The research by retail sourcing specialist <a href=\"https://www.thegbexchange.com/\" target=\"_blank\" rel=\"noopener\">The Great British Exchange</a> found that almost all shoppers questioned would use bricks and mortar stores more often if it meant being able to find something “unique” and two-thirds said they wanted more locally made and British manufactured products on the shelves.</p>\r\nMatthew Hopkins, who launched The Great British Exchange in 2014 as a single sourcing point for retailers who want to stock innovative and emerging British brands, said the study sent a clear message to retailers.\r\n\r\nHe said: “Shoppers are bored with the current offering on the high street and it has never been more important for retailers to find a point of difference that sets them apart from the store down the road.\r\n\r\n“Even more critical is the need to give consumers something they can’t find online,” he added.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/\" target=\"_blank\" rel=\"noopener\">Hospitality the future of the high street</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/hospitality-westminster-high-street/\" target=\"_blank\" rel=\"noopener\">Hospitality industry champions the high street</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/\" target=\"_blank\" rel=\"noopener\">BBPA tells the select committee that high taxes threaten pubs</a></li>\r\n</ul>\r\n<div id=\"body\" class=\"release_body\">\r\n\r\nThe study found that 20 per cent of the shoppers surveyed did more than half of their shopping online. However, when asked about their priorities when buying <span class=\"hilite\">food</span> products, 82% said the least important factor was online availability. One in 5 valued provenance and the fact that the goods were locally produced above anything else when buying <span class=\"hilite\">food</span> products and gifts.\r\n<h2>Special occasion shopping was one of the biggest challenges faced by consumers, according to the research, with more than half of those questioned demanding easier access to unique and British made gift products.</h2>\r\nShoppers also said flexible opening times, including late night opening and in-store events, would encourage them to shop on the high street more often.\r\n\r\nMatthew added: “People often say bricks and mortar retail is dead but I disagree. It just needs to be done well and that means injecting some excitement and originality into a pastime that has lost its soul.”\r\n\r\nMedia contact:\r\nJenni Moulson\r\n07771 362 501\r\n<a title=\"Sends email to: jenni\" href=\"mailto:jenni@jennimoulson.co.uk\" rel=\"nofollow\">jenni@jennimoulson.co.uk</a>\r\n<a title=\"Goes to website of: www.thegbexchange.com\" href=\"http://www.thegbexchange.com/\" target=\"_blank\" rel=\"nofollow noopener\">www.thegbexchange.com</a>\r\n\r\n</div>','91% of shoppers would be tempted back to the high street by original and British made goods','','inherit','closed','closed','','3069-revision-v1','','','2018-10-31 15:56:00','2018-10-31 15:56:00','',3069,'http://www.ontradeprogress.com/2018/10/31/3069-revision-v1/',0,'revision','',0),(3072,1,'2018-10-31 18:34:32','2018-10-31 18:34:32','','OTP_TWITTER_PROFILE-IMAGE01','','inherit','closed','closed','','otp_twitter_profile-image01','','','2018-10-31 18:34:32','2018-10-31 18:34:32','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/OTP_TWITTER_PROFILE-IMAGE01.jpg',0,'attachment','image/jpeg',0),(3073,1,'2018-10-31 18:36:07','2018-10-31 18:36:07','http://www.ontradeprogress.com/wp-content/uploads/2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01.jpg','cropped-OTP_TWITTER_PROFILE-IMAGE01.jpg','','inherit','closed','closed','','cropped-otp_twitter_profile-image01-jpg','','','2018-10-31 18:36:07','2018-10-31 18:36:07','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01.jpg',0,'attachment','image/jpeg',0),(3074,1,'2018-10-31 18:36:41','2018-10-31 18:36:41','http://www.ontradeprogress.com/wp-content/uploads/2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01-1.jpg','cropped-OTP_TWITTER_PROFILE-IMAGE01-1.jpg','','inherit','closed','closed','','cropped-otp_twitter_profile-image01-1-jpg','','','2018-10-31 18:36:41','2018-10-31 18:36:41','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/cropped-OTP_TWITTER_PROFILE-IMAGE01-1.jpg',0,'attachment','image/jpeg',0),(3076,1,'2018-10-31 18:45:34','2018-10-31 18:45:34','','ON-TRADE-PROGRESS_LOGO_2018_RGB (BLUE)','','inherit','closed','closed','','on-trade-progress_logo_2018_rgb-blue','','','2018-10-31 18:45:34','2018-10-31 18:45:34','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/10/ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE.png',0,'attachment','image/png',0),(3077,1,'2018-11-01 08:26:22','2018-11-01 08:26:22','','ON-TRADE-PROGRESS_FULL-LOGO_2018 RGB (BLACK)','','inherit','closed','closed','','on-trade-progress_full-logo_2018-rgb-black','','','2018-11-01 08:26:22','2018-11-01 08:26:22','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK.png',0,'attachment','image/png',0),(3078,1,'2018-11-01 08:27:25','2018-11-01 08:27:25','','ON-TRADE-PROGRESS_FULL-LOGO_2018 RGB (BLACK)','','inherit','closed','closed','','on-trade-progress_full-logo_2018-rgb-black-2','','','2018-11-01 08:27:25','2018-11-01 08:27:25','',0,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.png',0,'attachment','image/png',0),(3079,1,'2018-11-01 09:50:27','2018-11-01 09:50:27','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned against new legislation that would impact pubs and customers at airports.</strong></h1>\r\n<strong>The Government has this morning launched a consultation on the impact of airside licensing on alcohol-related disruptive behaviour at airports.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “New legislation would be unnecessary and unfair and demonise pub-goers who deserve the right to enjoy a drink when going on holiday and the vast majority do so responsibly. The long flight delays of yesteryear are thankfully rarer, so people aren’t in airport pubs for as long. The problem lies more with drinking duty-free purchases on board, which is already illegal but poorly enforced.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/\" target=\"_blank\" rel=\"noopener\">Hospitality the future of the high street</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Minimise alcohol harms over the festive period</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/10/05/bars-restaurants-airport-lounges-let-customers-tune-muted-tvs/\" target=\"_blank\" rel=\"noopener\">Bars, restaurants &amp; airport lounges - let customers tune into your muted TV</a></li>\r\n</ul>\r\n“Passengers in business and first-class lounges drink as much as they like at any time of day – why crack down on the venues where economy class passengers pay to enjoy a drink or two?\r\n\r\n“UKHospitality works closely with airports, airlines and pubs to promote the responsible sale of alcohol and are signatories to the code of practice to that end, but we will continue to defend passengers’ right to enjoy a drink on their holiday.”','UKHospitality hits back at proposed airport pub crackdown','','publish','closed','open','','ukhospitality-new-legislation-airport','','\nhttp://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/','2018-11-01 10:03:12','2018-11-01 10:03:12','',0,'http://www.ontradeprogress.com/?p=3079',0,'post','',0),(3080,1,'2018-11-01 09:42:43','2018-11-01 09:42:43','','new legislation','new legislation could have a huge impact on airport bars','inherit','closed','closed','','airport-923970_640','','','2018-11-01 09:43:12','2018-11-01 09:43:12','',3079,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/airport-923970_640.jpg',0,'attachment','image/jpeg',0),(3081,1,'2018-11-01 09:50:13','2018-11-01 09:50:13','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned against new legislation that would impact pubs and customers at airports.</strong></h1>\r\n<strong>The Government has this morning launched a consultation on the impact of airside licensing on alcohol-related disruptive behaviour at airports.</strong>\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “New legislation would be unnecessary and unfair and demonise pub-goers who deserve the right to enjoy a drink when going on holiday and the vast majority do so responsibly. The long flight delays of yesteryear are thankfully rarer, so people aren’t in airport pubs for as long. The problem lies more with drinking duty-free purchases on board, which is already illegal but poorly enforced.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/\" target=\"_blank\" rel=\"noopener\">Hospitality the future of the high street</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Minimise alcohol harms over the festive period</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2017/10/05/bars-restaurants-airport-lounges-let-customers-tune-muted-tvs/\" target=\"_blank\" rel=\"noopener\">Bars, restaurants &amp; airport lounges - let customers tune into your muted TV</a></li>\r\n</ul>\r\n“Passengers in business and first-class lounges drink as much as they like at any time of day – why crack down on the venues where economy class passengers pay to enjoy a drink or two?\r\n\r\n“UKHospitality works closely with airports, airlines and pubs to promote the responsible sale of alcohol and are signatories to the code of practice to that end, but we will continue to defend passengers’ right to enjoy a drink on their holiday.”','UKHospitality hits back at proposed airport pub crackdown','','inherit','closed','closed','','3079-revision-v1','','','2018-11-01 09:50:13','2018-11-01 09:50:13','',3079,'http://www.ontradeprogress.com/2018/11/01/3079-revision-v1/',0,'revision','',0),(3082,1,'2018-11-01 14:29:11','2018-11-01 14:29:11','<h1>New from Luigi Bormioli and distributed exclusively to the foodservice market by <strong>Artis</strong><strong><sup>®</sup></strong>, is the <strong>Thermic</strong> range of double walled insulated individual glass serving dishes. The innovative double-walled construction, frames the food providing high visibility, whilst maintaining both hot and cold food at the optimum temperature for longer.</h1>\r\n<h2><strong>THERMIC</strong></h2>\r\n[caption id=\"attachment_3084\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3084\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/thermic-jug-and-purity-pearls-dark-300x300.jpg\" alt=\"Thermic\" width=\"300\" height=\"300\" /> Thermic jug from Artis[/caption]\r\n\r\nThermic is made from double-walled borosilicate glass. This is a strong blown glass which, although very light in weight, is durable enough to withstand the rigours of the busiest commercial kitchen. It is resistant to thermal shock, so ideal for serving both hot or cold food. It is microwave and dishwasher safe and the pots are equipped with two handles for ease of use.\r\n\r\nThere are five pieces in the range - three different sizes of pots (12cl, 25cl &amp; 27cl) with dual handles, a wok and a small 14.5 cl 5oz jug, perfect for both hot and cold sauces. List prices of pots start at £5.20 for the smallest size. The wok is £7.88 and the jug costs £7.03\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/27/distributer-artis-introduces-new-range-purity-pearls/\">New \'Purity Pearls\' range from Artis</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/utopia-launches-beautiful-strong-glassware/\">Utopia launches beautiful strong glassware</a></li>\r\n</ul>\r\nThermic is new to the Artis<sup>®</sup> portfolio and features in the Company’s 2018 Autumn Supplement. The full 2018 Artis<sup>®</sup> catalogue has many more glassware, tabletop and barware ideas. For your own personal copy of each, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>','Thermic glass to frame your dishes from Artis','','publish','closed','open','','thermic-glass-artis-uk','','','2018-11-01 14:45:38','2018-11-01 14:45:38','',0,'http://www.ontradeprogress.com/?p=3082',0,'post','',0),(3083,1,'2018-11-01 14:17:56','2018-11-01 14:17:56','','thermic and copper purity pearls','Thermic and copper purity pearl from Artis','inherit','closed','closed','','thermic-and-copper-purity-pearls','','','2018-11-01 14:20:26','2018-11-01 14:20:26','',3082,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/thermic-and-copper-purity-pearls.jpg',0,'attachment','image/jpeg',0),(3084,1,'2018-11-01 14:18:02','2018-11-01 14:18:02','','thermic jug purity pearls dark','Thermic jug from Artis','inherit','closed','closed','','thermic-jug-and-purity-pearls-dark','','','2018-11-01 14:19:42','2018-11-01 14:19:42','',3082,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/thermic-jug-and-purity-pearls-dark.jpg',0,'attachment','image/jpeg',0),(3085,1,'2018-11-01 14:18:08','2018-11-01 14:18:08','','Thermic montage','Thermic montage range from Artis','inherit','closed','closed','','thermic-montage','','','2018-11-01 14:18:39','2018-11-01 14:18:39','',3082,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Thermic-montage.jpg',0,'attachment','image/jpeg',0),(3086,1,'2018-11-01 14:18:16','2018-11-01 14:18:16','','Thermic small blueberries','','inherit','closed','closed','','thermic-small-blueberries','','','2018-11-01 14:18:16','2018-11-01 14:18:16','',3082,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Thermic-small-blueberries.jpg',0,'attachment','image/jpeg',0),(3087,1,'2018-11-01 14:25:44','2018-11-01 14:25:44','<h1>New from Luigi Bormioli and distributed exclusively to the foodservice market by <strong>Artis</strong><strong><sup>®</sup></strong>, is the <strong>Thermic</strong> range of double walled insulated individual glass serving dishes. The innovative double-walled construction, frames the food providing high visibility, whilst maintaining both hot and cold food at the optimum temperature for longer.</h1>\r\n<h2><strong>THERMIC</strong></h2>\r\n[caption id=\"attachment_3084\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3084\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/thermic-jug-and-purity-pearls-dark-300x300.jpg\" alt=\"Thermic\" width=\"300\" height=\"300\" /> Thermic jug from Artis[/caption]\r\n\r\nThermic is made from double-walled borosilicate glass. This is a strong blown glass which, although very light in weight, is durable enough to withstand the rigours of the busiest commercial kitchen. It is resistant to thermal shock, so ideal for serving both hot or cold food. It is microwave and dishwasher safe and the pots are equipped with two handles for ease of use.\r\n\r\nThere are five pieces in the range - three different sizes of pots (12cl, 25cl &amp; 27cl) with dual handles, a wok and a small 14.5 cl 5oz jug, perfect for both hot and cold sauces. List prices of pots start at £5.20 for the smallest size. The wok is £7.88 and the jug costs £7.03\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/27/distributer-artis-introduces-new-range-purity-pearls/\">New \'Purity Pearls\' range from Artis</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/utopia-launches-beautiful-strong-glassware/\">Utopia launches beautiful strong glassware</a></li>\r\n</ul>\r\nThermic is new to the Artis<sup>®</sup> portfolio and features in the Company’s 2018 Autumn Supplement. The full 2018 Artis<sup>®</sup> catalogue has many more glassware, tabletop and barware ideas. For your own personal copy of each, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>','THERMIC GLASS TO FRAME YOUR DISHES FROM ARTIS','','inherit','closed','closed','','3082-revision-v1','','','2018-11-01 14:25:44','2018-11-01 14:25:44','',3082,'http://www.ontradeprogress.com/2018/11/01/3082-revision-v1/',0,'revision','',0),(3088,1,'2018-11-01 14:27:38','2018-11-01 14:27:38','<h1>New from Luigi Bormioli and distributed exclusively to the foodservice market by <strong>Artis</strong><strong><sup>®</sup></strong>, is the <strong>Thermic</strong> range of double walled insulated individual glass serving dishes. The innovative double-walled construction, frames the food providing high visibility, whilst maintaining both hot and cold food at the optimum temperature for longer.</h1>\r\n<h2><strong>THERMIC</strong></h2>\r\n[caption id=\"attachment_3084\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3084\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/thermic-jug-and-purity-pearls-dark-300x300.jpg\" alt=\"Thermic\" width=\"300\" height=\"300\" /> Thermic jug from Artis[/caption]\r\n\r\nThermic is made from double-walled borosilicate glass. This is a strong blown glass which, although very light in weight, is durable enough to withstand the rigours of the busiest commercial kitchen. It is resistant to thermal shock, so ideal for serving both hot or cold food. It is microwave and dishwasher safe and the pots are equipped with two handles for ease of use.\r\n\r\nThere are five pieces in the range - three different sizes of pots (12cl, 25cl &amp; 27cl) with dual handles, a wok and a small 14.5 cl 5oz jug, perfect for both hot and cold sauces. List prices of pots start at £5.20 for the smallest size. The wok is £7.88 and the jug costs £7.03\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/27/distributer-artis-introduces-new-range-purity-pearls/\">New \'Purity Pearls\' range from Artis</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/\">Technology at the table feeds profits</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/31/utopia-launches-beautiful-strong-glassware/\">Utopia launches beautiful strong glassware</a></li>\r\n</ul>\r\nThermic is new to the Artis<sup>®</sup> portfolio and features in the Company’s 2018 Autumn Supplement. The full 2018 Artis<sup>®</sup> catalogue has many more glassware, tabletop and barware ideas. For your own personal copy of each, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>','Thermic glass to frame your dishes from Artis','','inherit','closed','closed','','3082-revision-v1','','','2018-11-01 14:27:38','2018-11-01 14:27:38','',3082,'http://www.ontradeprogress.com/2018/11/01/3082-revision-v1/',0,'revision','',0),(3089,1,'2018-11-06 08:47:34','2018-11-06 08:47:34','<h1>With the innovative festive activity that is set to raise both smiles and sales, WKD is bringing the humble Christmas bauble from tree-tops to bar-tops in the form of seasonally shaped cocktail pitchers.  Thousands of eye-catching <strong>WKD Cocktail Baubles </strong>are being distributed across the on-trade for licensees to serve special sharing cocktails from.</h1>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3090\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3090\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_pitcher-300x300.jpg\" alt=\"WKD Cocktail Christmas Bauble\" width=\"300\" height=\"300\" /> WKD Cocktail Christmas Bauble[/caption]\r\n\r\nShaped in the style of classic Christmas tree decorations, the multi-serve cocktail pitchers will bring theatre to outlets and a humorous festive twist to proceedings.  With four delicious seasonal recipes (<em>Berry Christmas</em>, <em>Halo Cheeky</em>, <em>Mango Ho Ho</em> and <em>WKD Frostbite</em>), WKD sharing cocktails are a great way for groups of friends to enjoy Britain’s No.1 traditional RTD<sup>1</sup> with complementing spirits, liqueurs and soft drink mixers.\r\n\r\n&nbsp;\r\n\r\nThe festive cocktail recipes are quick and easy for staff to mix, and the multi-serve format will not only create a visual impact but also ease pressure at the bar during key trading periods.  With themed posters, table-talkers and in-outlet screen media making pub-goers aware of what’s on offer, the WKD Cocktail Baubles will help create a great atmosphere and generate fun nights for friends.  A mixing guide instructing that each Bauble is designed for sharing and should be served with glasses is also being provided.\r\n\r\n&nbsp;\r\n<h2>WKD has a strong track record of producing attention-grabbing shaped cocktail vessels for the on-trade.  The Christmas Bauble variant is brand new for 2018; it has a real talk-about factor and will help drive WKD sales for stockists during the key festive period.</h2>\r\n&nbsp;\r\n\r\nA far-reaching social media campaign will support the in-outlet activity, raising awareness of the special cocktails and encouraging consumers to seek out WKD’s over-sized festive baubles.  The digital support will also include opportunities for consumers to win seasonal giveaways, such as WKD bobble-hats and Christmas Bauble pitchers.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/wkd-cauldrons-work-treat-halloween/\" target=\"_blank\" rel=\"noopener\">Spice up your menu with WKD Cauldron\'s</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\" target=\"_blank\" rel=\"noopener\">Luscombe Drinks celebrates 21st anniversary with exciting new creative campaign</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\" target=\"_blank\" rel=\"noopener\">UKHospitality hits back at proposed airport pub crackdown</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/high-street-return-survey/\" target=\"_blank\" rel=\"noopener\">91% of shoppers would be tempted back to the high street....</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n“High-energy or celebratory occasions with friends are what RTDs are all about,” explains Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks, owner of WKD.  “Our impactful Christmas pitchers will not only bring festive fun to outlets but will also help licensees maximise seasonal opportunities by encouraging consumers to trade-up to multi-serve cocktails.  The activity will both support WKD stockists and engage WKD consumers.\r\n\r\n&nbsp;\r\n\r\n“The best way to build festive sales is to ensure that customers have a great time.  People want to have fun at Christmas, so outlets need to gear-up to deliver memorable nights out; with our Cocktail Baubles, seasonal POS and a huge awareness-raising social media campaign, WKD has things all wrapped up,” Grabham concludes.','WKD Cocktail Baubles: The recipe for Christmas success','','publish','closed','open','','wkd-cocktail-christmas-bauble-success','','http://www.ontradeprogress.com/2018/10/12/wkd-cauldrons-work-treat-halloween/\nhttp://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/','2018-11-06 13:51:06','2018-11-06 13:51:06','',0,'http://www.ontradeprogress.com/?p=3089',0,'post','',0),(3090,1,'2018-11-06 08:34:34','2018-11-06 08:34:34','','WKD Cocktail Christmas Bauble','WKD Cocktail Christmas Bauble','inherit','closed','closed','','wkd-cocktail-bauble_pitcher','','','2018-11-06 08:44:39','2018-11-06 08:44:39','',3089,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_pitcher.jpg',0,'attachment','image/jpeg',0),(3091,1,'2018-11-06 08:34:41','2018-11-06 08:34:41','','WKD cocktail christmas bauble','WKD cocktail christmas bauble','inherit','closed','closed','','wkd-cocktail-bauble_poster','','','2018-11-06 08:37:33','2018-11-06 08:37:33','',3089,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_poster.jpg',0,'attachment','image/jpeg',0),(3092,1,'2018-11-06 08:34:48','2018-11-06 08:34:48','','WKD christmas bauble','WKD christmas bauble','inherit','closed','closed','','wkd-cocktail-bauble_screen','','','2018-11-06 08:35:33','2018-11-06 08:35:33','',3089,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_screen.jpg',0,'attachment','image/jpeg',0),(3093,1,'2018-11-06 08:43:06','2018-11-06 08:43:06','<h1>With the innovative festive activity that is set to raise both smiles and sales, WKD is bringing the humble Christmas bauble from tree-tops to bar-tops in the form of seasonally shaped cocktail pitchers.  Thousands of eye-catching <strong>WKD Cocktail Baubles </strong>are being distributed across the on-trade for licensees to serve special sharing cocktails from.</h1>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3091\" align=\"alignright\" width=\"212\"]<img class=\"wp-image-3091 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_poster-212x300.jpg\" alt=\"WKD cocktail christmas bauble\" width=\"212\" height=\"300\" /> WKD cocktail Christmas bauble[/caption]\r\n\r\nShaped in the style of classic Christmas tree decorations, the multi-serve cocktail pitchers will bring theatre to outlets and a humorous festive twist to proceedings.  With four delicious seasonal recipes (<em>Berry Christmas</em>, <em>Halo Cheeky</em>, <em>Mango Ho Ho</em> and <em>WKD Frostbite</em>), WKD sharing cocktails are a great way for groups of friends to enjoy Britain’s No.1 traditional RTD<sup>1</sup> with complementing spirits, liqueurs and soft drink mixers.\r\n\r\n&nbsp;\r\n\r\nThe festive cocktail recipes are quick and easy for staff to mix, and the multi-serve format will not only create a visual impact but also ease pressure at the bar during key trading periods.  With themed posters, table-talkers and in-outlet screen media making pub-goers aware of what’s on offer, the WKD Cocktail Baubles will help create a great atmosphere and generate fun nights for friends.  A mixing guide instructing that each Bauble is designed for sharing and should be served with glasses is also being provided.\r\n\r\n&nbsp;\r\n<h2>WKD has a strong track record of producing attention-grabbing shaped cocktail vessels for the on-trade.  The Christmas Bauble variant is brand new for 2018; it has a real talk-about factor and will help drive WKD sales for stockists during the key festive period.</h2>\r\n&nbsp;\r\n\r\nA far-reaching social media campaign will support the in-outlet activity, raising awareness of the special cocktails and encouraging consumers to seek out WKD’s over-sized festive baubles.  The digital support will also include opportunities for consumers to win seasonal giveaways, such as WKD bobble-hats and Christmas Bauble pitchers.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/wkd-cauldrons-work-treat-halloween/\" target=\"_blank\" rel=\"noopener\">Spice up your menu with WKD Cauldron\'s</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\" target=\"_blank\" rel=\"noopener\">Luscombe Drinks celebrates 21st anniversary with exciting new creative campaign</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\" target=\"_blank\" rel=\"noopener\">UKHospitality hits back at proposed airport pub crackdown</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/high-street-return-survey/\" target=\"_blank\" rel=\"noopener\">91% of shoppers would be tempted back to the high street....</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n“High-energy or celebratory occasions with friends are what RTDs are all about,” explains Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks, owner of WKD.  “Our impactful Christmas pitchers will not only bring festive fun to outlets but will also help licensees maximise seasonal opportunities by encouraging consumers to trade-up to multi-serve cocktails.  The activity will both support WKD stockists and engage WKD consumers.\r\n\r\n&nbsp;\r\n\r\n“The best way to build festive sales is to ensure that customers have a great time.  People want to have fun at Christmas, so outlets need to gear-up to deliver memorable nights out; with our Cocktail Baubles, seasonal POS and a huge awareness-raising social media campaign, WKD has things all wrapped up,” Grabham concludes.','WKD Cocktail Baubles: The recipe for Christmas success','','inherit','closed','closed','','3089-revision-v1','','','2018-11-06 08:43:06','2018-11-06 08:43:06','',3089,'http://www.ontradeprogress.com/2018/11/06/3089-revision-v1/',0,'revision','',0),(3094,1,'2018-11-06 08:47:34','2018-11-06 08:47:34','<h1>With the innovative festive activity that is set to raise both smiles and sales, WKD is bringing the humble Christmas bauble from tree-tops to bar-tops in the form of seasonally shaped cocktail pitchers.  Thousands of eye-catching <strong>WKD Cocktail Baubles </strong>are being distributed across the on-trade for licensees to serve special sharing cocktails from.</h1>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3090\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3090\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/WKD-Cocktail-Bauble_pitcher-300x300.jpg\" alt=\"WKD Cocktail Christmas Bauble\" width=\"300\" height=\"300\" /> WKD Cocktail Christmas Bauble[/caption]\r\n\r\nShaped in the style of classic Christmas tree decorations, the multi-serve cocktail pitchers will bring theatre to outlets and a humorous festive twist to proceedings.  With four delicious seasonal recipes (<em>Berry Christmas</em>, <em>Halo Cheeky</em>, <em>Mango Ho Ho</em> and <em>WKD Frostbite</em>), WKD sharing cocktails are a great way for groups of friends to enjoy Britain’s No.1 traditional RTD<sup>1</sup> with complementing spirits, liqueurs and soft drink mixers.\r\n\r\n&nbsp;\r\n\r\nThe festive cocktail recipes are quick and easy for staff to mix, and the multi-serve format will not only create a visual impact but also ease pressure at the bar during key trading periods.  With themed posters, table-talkers and in-outlet screen media making pub-goers aware of what’s on offer, the WKD Cocktail Baubles will help create a great atmosphere and generate fun nights for friends.  A mixing guide instructing that each Bauble is designed for sharing and should be served with glasses is also being provided.\r\n\r\n&nbsp;\r\n<h2>WKD has a strong track record of producing attention-grabbing shaped cocktail vessels for the on-trade.  The Christmas Bauble variant is brand new for 2018; it has a real talk-about factor and will help drive WKD sales for stockists during the key festive period.</h2>\r\n&nbsp;\r\n\r\nA far-reaching social media campaign will support the in-outlet activity, raising awareness of the special cocktails and encouraging consumers to seek out WKD’s over-sized festive baubles.  The digital support will also include opportunities for consumers to win seasonal giveaways, such as WKD bobble-hats and Christmas Bauble pitchers.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/wkd-cauldrons-work-treat-halloween/\" target=\"_blank\" rel=\"noopener\">Spice up your menu with WKD Cauldron\'s</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\" target=\"_blank\" rel=\"noopener\">Luscombe Drinks celebrates 21st anniversary with exciting new creative campaign</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\" target=\"_blank\" rel=\"noopener\">UKHospitality hits back at proposed airport pub crackdown</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/high-street-return-survey/\" target=\"_blank\" rel=\"noopener\">91% of shoppers would be tempted back to the high street....</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n“High-energy or celebratory occasions with friends are what RTDs are all about,” explains Amanda Grabham, Head of Brand Marketing – Alcohol at SHS Drinks, owner of WKD.  “Our impactful Christmas pitchers will not only bring festive fun to outlets but will also help licensees maximise seasonal opportunities by encouraging consumers to trade-up to multi-serve cocktails.  The activity will both support WKD stockists and engage WKD consumers.\r\n\r\n&nbsp;\r\n\r\n“The best way to build festive sales is to ensure that customers have a great time.  People want to have fun at Christmas, so outlets need to gear-up to deliver memorable nights out; with our Cocktail Baubles, seasonal POS and a huge awareness-raising social media campaign, WKD has things all wrapped up,” Grabham concludes.','WKD Cocktail Baubles: The recipe for Christmas success','','inherit','closed','closed','','3089-revision-v1','','','2018-11-06 08:47:34','2018-11-06 08:47:34','',3089,'http://www.ontradeprogress.com/2018/11/06/3089-revision-v1/',0,'revision','',0),(3095,1,'2018-11-06 09:19:59','2018-11-06 09:19:59','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\n<a href=\"https://www.essentialcuisine.com/?doing_wp_cron=1541495970.5111589431762695312500\">Essential Cuisine’s</a> advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h3>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h3>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','publish','closed','open','','essential-cuisine-festive-prizes','','','2018-11-06 09:19:59','2018-11-06 09:19:59','',0,'http://www.ontradeprogress.com/?p=3095',0,'post','',0),(3096,1,'2018-11-06 09:06:06','2018-11-06 09:06:06','','Chefs can win an exclusive development day with essential cuisine','Chefs can win an exclusive development day with essential cuisine','inherit','closed','closed','','chefs-can-win-an-exclusive-development-day','','','2018-11-06 09:06:51','2018-11-06 09:06:51','',3095,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day.jpg',0,'attachment','image/jpeg',0),(3097,1,'2018-11-06 09:06:16','2018-11-06 09:06:16','','Chefs can win an exclusive development day with essential cuisine','Chefs can win an exclusive development day with essential cuisine','inherit','closed','closed','','hosp-act_logo_stacked_cmyk','','','2018-11-06 09:09:20','2018-11-06 09:09:20','',3095,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/HOSP-ACT_LOGO_STACKED_CMYK.jpg',0,'attachment','image/jpeg',0),(3098,1,'2018-11-06 09:13:12','2018-11-06 09:13:12','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\nEssential Cuisine’s advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h2>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h2>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','inherit','closed','closed','','3095-revision-v1','','','2018-11-06 09:13:12','2018-11-06 09:13:12','',3095,'http://www.ontradeprogress.com/2018/11/06/3095-revision-v1/',0,'revision','',0),(3099,1,'2018-11-06 09:16:13','2018-11-06 09:16:13','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\n\r\nEssential Cuisine’s advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h2>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h2>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\n<br>\r\n\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','inherit','closed','closed','','3095-revision-v1','','','2018-11-06 09:16:13','2018-11-06 09:16:13','',3095,'http://www.ontradeprogress.com/2018/11/06/3095-revision-v1/',0,'revision','',0),(3100,1,'2018-11-06 09:17:07','2018-11-06 09:17:07','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\nEssential Cuisine’s advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h3>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h3>\r\n<ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','inherit','closed','closed','','3095-revision-v1','','','2018-11-06 09:17:07','2018-11-06 09:17:07','',3095,'http://www.ontradeprogress.com/2018/11/06/3095-revision-v1/',0,'revision','',0),(3101,1,'2018-11-06 09:17:33','2018-11-06 09:17:33','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\nEssential Cuisine’s advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h3>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h3>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','inherit','closed','closed','','3095-revision-v1','','','2018-11-06 09:17:33','2018-11-06 09:17:33','',3095,'http://www.ontradeprogress.com/2018/11/06/3095-revision-v1/',0,'revision','',0),(3102,1,'2018-11-06 09:18:43','2018-11-06 09:18:43','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\n\r\n<p>Essential Cuisine’s advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h3>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h3></p>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','inherit','closed','closed','','3095-revision-v1','','','2018-11-06 09:18:43','2018-11-06 09:18:43','',3095,'http://www.ontradeprogress.com/2018/11/06/3095-revision-v1/',0,'revision','',0),(3103,1,'2018-11-06 09:19:59','2018-11-06 09:19:59','<h1>The season of giving has come early for Essential Cuisine, with the British supplier of stocks and sauces offering up a festive feast of exclusive prizes each day in November, from product hampers and development days, to chef goodies, shopping vouchers as well as a brand-new iPad!</h1>\r\n[caption id=\"attachment_3096\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3096\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Chefs-can-win-an-exclusive-development-day-300x200.jpg\" alt=\"Chefs can win an exclusive development day with essential cuisine\" width=\"300\" height=\"200\" /> Chefs can win an exclusive development day with essential cuisine[/caption]\r\n\r\n<a href=\"https://www.essentialcuisine.com/?doing_wp_cron=1541495970.5111589431762695312500\">Essential Cuisine’s</a> advent calendar launches on the company’s Twitter – <a href=\"https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener\">@essentialcuisin</a> – on November 1st and will run throughout the month. Open to working kitchens across hospitality, landing one of the exclusive prizes couldn’t be easier – entrants simply need to keep the Essential feed in their daily timeline, click on that day’s door and correctly identify the food pictured.\r\n<h3>For every entry, Essential Cuisine will donate 50p to industry charity Hospitality Action, helping the benevolent organisation continue to offer vital assistance to those who have worked, or are currently working, in the industry and find themselves in crisis.</h3>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/\">Quality comes naturally as Essential Cuisine extends their signature range</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/\">Mrs Foggs Maritime club and distillery</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\">WKD - The recipe for Christmas success</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality back at proposed airport pub crackdown</a></li>\r\n</ul>\r\nJonathan Harvey-Barnes, Senior Business Development Chef for Essential Cuisine, comments: “Christmas is such a hectic time of year for chefs and working kitchens that we wanted to bring the festivities forward, giving them the opportunity to scoop some truly exclusive prizes in time for the big day. At this time of year, especially, our thoughts go out to those less fortunate, which is why for every entry we will be donating 50p to Hospitality Action, helping them to continue their incredibly important work in supporting people in crisis. I urge people to take to social media this November, in support of this fantastic cause and to scoop a few early Christmas presents!”','British supplier Essential Cuisine are offering festive prizes each day in November','','inherit','closed','closed','','3095-revision-v1','','','2018-11-06 09:19:59','2018-11-06 09:19:59','',3095,'http://www.ontradeprogress.com/2018/11/06/3095-revision-v1/',0,'revision','',0),(3104,1,'2018-11-06 09:47:03','2018-11-06 09:47:03','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has welcomed the Government’s announcement to promote healthy attitudes to food and drink and highlighted the continuing efforts of the hospitality sector.</strong></h1>\r\nThe trade body has also urged against any disproportionate measures that may undermine businesses in the sector.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector is committed to promoting healthy attitudes to food and drink. Venues have worked hard to reformulate menus to reduce calories and provide greater choice and transparency.\r\n\r\n“The sector also works alongside partners like Drinkaware to promote safer drinking and healthy attitudes towards alcohol.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality hits back at airport pub crackdown</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\">UKHospitality warns over potential employee shortage</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n</ul>\r\n“We will continue to work with our members, the wider sector and our partners to promote healthy eating and drinking and communicate our efforts to the Government to help tackle any health issues.\r\n\r\n[caption id=\"attachment_3105\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3105\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/eat-2834549_640-300x191.jpg\" alt=\"The Governments healthy attitudes to food mustn\'t affect the sector\" width=\"300\" height=\"191\" /> The Governments healthy attitudes to food mustn\'t affect the sector[/caption]\r\n\r\n“It should be noted that, for the vast majority of customers, eating and drinking out is not an everyday occurrence. We are ready and willing to support the Government, but we need to avoid any kneejerk measures that threaten businesses disproportionately.”','UKHospitality: Government health drive must not undermine sector work','','publish','closed','open','','healthy-attitudes-to-food-undermine','','http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\nhttp://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\nhttp://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/','2018-11-06 10:36:16','2018-11-06 10:36:16','',0,'http://www.ontradeprogress.com/?p=3104',0,'post','',0),(3105,1,'2018-11-06 09:28:15','2018-11-06 09:28:15','','The governments healthy attitudes to food','The Governments healthy attitudes to food mustn\'t affect the sector','inherit','closed','closed','','eat-2834549_640','','','2018-11-06 09:40:17','2018-11-06 09:40:17','',3104,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/eat-2834549_640.jpg',0,'attachment','image/jpeg',0),(3106,1,'2018-11-06 09:46:36','2018-11-06 09:46:36','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has welcomed the Government’s announcement to promote healthy attitudes to food and drink and highlighted the continuing efforts of the hospitality sector.</strong></h1>\r\nThe trade body has also urged against any disproportionate measures that may undermine businesses in the sector.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector is committed to promoting healthy attitudes to food and drink. Venues have worked hard to reformulate menus to reduce calories and provide greater choice and transparency.\r\n\r\n“The sector also works alongside partners like Drinkaware to promote safer drinking and healthy attitudes towards alcohol.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality hits back at airport pub crackdown</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\">UKHospitality warns over potential employee shortage</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n</ul>\r\n“We will continue to work with our members, the wider sector and our partners to promote healthy eating and drinking and communicate our efforts to the Government to help tackle any health issues.\r\n\r\n[caption id=\"attachment_3105\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3105\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/eat-2834549_640-300x191.jpg\" alt=\"The Governments healthy attitudes to food mustn\'t affect the sector\" width=\"300\" height=\"191\" /> The Governments healthy attitudes to food mustn\'t affect the sector[/caption]\r\n\r\n“It should be noted that, for the vast majority of customers, eating and drinking out is not an everyday occurrence. We are ready and willing to support the Government, but we need to avoid any kneejerk measures that threaten businesses disproportionately.”','UKHospitality: Government health drive must not undermine sector work','','inherit','closed','closed','','3104-revision-v1','','','2018-11-06 09:46:36','2018-11-06 09:46:36','',3104,'http://www.ontradeprogress.com/2018/11/06/3104-revision-v1/',0,'revision','',0),(3107,1,'2018-11-06 09:50:06','2018-11-06 09:50:06','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has welcomed the Government’s announcement to promote healthy attitudes to food and drink and highlighted the continuing efforts of the hospitality sector.</strong></h1>\r\nThe trade body has also urged against any disproportionate measures that may undermine businesses in the sector.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector is committed to promoting healthy attitudes to food and drink. Venues have worked hard to reformulate menus to reduce calories and provide greater choice and transparency.\r\n\r\n“The sector also works alongside partners like Drinkaware to promote safer drinking and healthy attitudes towards alcohol.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality hits back at airport pub crackdown</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/\">UKHospitality warns over potential employee shortage</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n</ul>\r\n“We will continue to work with our members, the wider sector and our partners to promote healthy eating and drinking and communicate our efforts to the Government to help tackle any health issues.\r\n\r\n[caption id=\"attachment_3105\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3105\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/eat-2834549_640-300x191.jpg\" alt=\"The Governments healthy attitudes to food mustn\'t affect the sector\" width=\"300\" height=\"191\" /> The Governments healthy attitudes to food mustn\'t affect the sector[/caption]\r\n\r\n“It should be noted that, for the vast majority of customers, eating and drinking out is not an everyday occurrence. We are ready and willing to support the Government, but we need to avoid any kneejerk measures that threaten businesses disproportionately.”','UKHospitality: Government health drive must not undermine sector work','','inherit','closed','closed','','3104-autosave-v1','','','2018-11-06 09:50:06','2018-11-06 09:50:06','',3104,'http://www.ontradeprogress.com/2018/11/06/3104-autosave-v1/',0,'revision','',0),(3108,1,'2018-11-06 11:44:12','2018-11-06 11:44:12','<h1>The British Guild of Beer Writers has shortlisted 35 writers, journalists and bloggers in its Annual Awards. The winners and runners-up in nine categories, as well as the overall Beer Writer of the Year and Brewer of the Year, will be unveiled at the Guild\'s Annual Awards presentation and dinner on 22 November.</h1>\r\nThe finalists were selected by judges Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Mark Taylor, Bristol-based food and drink writer, and Zoe Wood, retail correspondent at <em>The Guardian</em>.  The current Beer Writer of the Year, Adrian Tierney-Jones, chaired the panel.\r\n\r\nJudges read, viewed and listened to some 140 entries which included books, newspaper and magazine articles, both printed and online, as well as blogs, radio broadcasts and podcasts.\r\n\r\nTierney-Jones said: \"Whittling the large field of high-quality entries down to a shortlist was a challenge and everyone on it should be proud of having reached this stage.\r\n\r\n\"We were especially pleased to see a good number of entries to the Best Writer about Pubs, a new category for this year.  The best entrants in all categories demonstrated a sure grasp of their subject, coupled with a talent for storytelling, whether they did this through books, press articles, blog posts or videos.\r\n\r\n\"The quality, breadth of topics covered and diversity of media used by our finalists shows that writing about beer and pubs is indeed in good health.  We look forward to toasting all our shortlisted writers, and announcing the winners, at our awards dinner.\"\r\n\r\nThe dinner will be held at the Chelsea Harbour Hotel on 22 November. Guests enjoy a four-course dinner with beers matched to each course, beers before and after the meal. Guild members, both individual and corporate, and non-Guild members, are welcome to attend, more detail can be found here: <a href=\"https://app.prmax.co.uk/track/26248277/click/7cb6ff60-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">Annual Awards Dinner</span></a>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine sector work</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/02/guild-of-beer-writers-appoints-pete-brown-as-chair/\">The Guild of Beer writers appoints Pete Brown as chair</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/18/guild-of-beer-writers-opens-annual-awards/\">Guild of Beer Writers opens annual awards</a></li>\r\n</ul>\r\n<h2>Guild of Beer Writers Awards 2018: The Shortlist</h2>\r\n<h3><strong>Long Live the Local Award for Best Writer about Pubs (new award)</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jeff Evans</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nigel Huddleston</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Bob Jeffrey</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Citizen Beer Communicator</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Carter-Esdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Brian Jacobs</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Martin Oates</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">David Pickersgill</li>\r\n</ul>\r\n<h3><strong>St Austell Brewery Award for Best Young Beer Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joseph Dick</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Rebecca Pate</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Katie Taylor</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Eoghan Walsh</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer and Travel Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Richard Croasdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jonny Garrett</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joe Stange &amp; Tim Webb</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer Writer - Corporate Communications</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">B52</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Old Sawley Brewing Co</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Roosters Brewery</li>\r\n</ul>\r\n<h3><strong>Heineken Award for Best Beer Communicator - Online</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ben Richards</li>\r\n</ul>\r\n<h3><strong>Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie Atherton</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susanna Forbes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Daniel Woolfson</li>\r\n</ul>\r\n<h3><strong>Adnams Award for Best Beer Writer -  Regional Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susan &amp; Judith Boyle</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Tomm Carroll</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Alastair Gilmour</li>\r\n</ul>\r\n<h3><strong>Greene King Award for Best Beer Writer - National Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Christopher Barnes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nada Farhoud</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n</ul>\r\n<h2><strong>Brewer of the Year</strong></h2>\r\nFor this Award, Guild members nominated brewers and then voted for the winner.\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie de Ronde, Burnt Mill Brewing</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Fergus Fitzgerald, Adnams</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">John Keeling, recently retired from Fuller Smith &amp; Turner</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ross O\'Hara, Greene King</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jaega Wise, Wild Card Brewery</li>\r\n</ul>\r\n[caption id=\"attachment_3109\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3109\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Guild-Awards-winner-2017-LR-300x200.jpg\" alt=\"Winners of the Guild of Beer Writer Awards 2017\" width=\"300\" height=\"200\" /> winners of the Guild of Beer Writers Awards 2017[/caption]\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n<h3><strong>Adnams</strong></h3>\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n<h3><strong>Fuller\'s London Pride</strong></h3>\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n<h3><strong>Greene King</strong></h3>\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to the day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n<h3><strong>Heineken</strong></h3>\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long-term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n<h3><strong>Long Live The Local</strong></h3>\r\nThis campaign, backed by Britain\'s Beer Alliance. was launched in July 2018 to celebrate the positive role that pubs play in our lives and communities and to highlight the jeopardy they face from a range of tax pressures (VAT, Business Rates &amp; Beer Duty).\r\n\r\nMore than 116,000 people signed the Long Live the Local petition and the Chancellor listened by freezing beer duty in the October Budget, saving over 3,000 jobs. However, with a rise planned in 2019, the Government has merely postponed the damaging tax hike. To sign the new petition or write to your MP, visit <a href=\"https://app.prmax.co.uk/track/26248277/click/7cc2e29e-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">www.longlivethelocal.pub</span></a>\r\n<h3></h3>\r\n<h3><strong>St Austell Brewery</strong></h3>\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south-west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016.','Guild of Beer Writers publishes shortlist for Annual Awards 2018','','publish','closed','open','','beer-writer-awards-2018','','http://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\nhttp://www.ontradeprogress.com/2018/07/02/guild-of-beer-writers-appoints-pete-brown-as-chair/','2018-11-06 12:26:36','2018-11-06 12:26:36','',0,'http://www.ontradeprogress.com/?p=3108',0,'post','',0),(3109,1,'2018-11-06 11:35:20','2018-11-06 11:35:20','','winners of the Guild of Beer Writer Awards 2017','winners of the Guild of Beer Writers Awards 2017','inherit','closed','closed','','guild-awards-winner-2017-lr','','','2018-11-06 11:36:18','2018-11-06 11:36:18','',3108,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Guild-Awards-winner-2017-LR.jpg',0,'attachment','image/jpeg',0),(3110,1,'2018-11-06 11:39:58','2018-11-06 11:39:58','<h1>The British Guild of Beer Writers has shortlisted 35 writers, journalists and bloggers in its Annual Awards. The winners and runners-up in nine categories, as well as the overall Beer Writer of the Year and Brewer of the Year, will be unveiled at the Guild\'s Annual Awards presentation and dinner on 22 November.</h1>\r\nThe finalists were selected by judges Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Mark Taylor, Bristol-based food and drink writer, and Zoe Wood, retail correspondent at <em>The Guardian</em>.  The current Beer Writer of the Year, Adrian Tierney-Jones, chaired the panel.\r\n\r\nJudges read, viewed and listened to some 140 entries which included books, newspaper and magazine articles, both printed and online, as well as blogs, radio broadcasts and podcasts.\r\n\r\nTierney-Jones said: \"Whittling the large field of high-quality entries down to a shortlist was a challenge and everyone on it should be proud of having reached this stage.\r\n\r\n\"We were especially pleased to see a good number of entries to the Best Writer about Pubs, a new category for this year.  The best entrants in all categories demonstrated a sure grasp of their subject, coupled with a talent for storytelling, whether they did this through books, press articles, blog posts or videos.\r\n\r\n\"The quality, breadth of topics covered and diversity of media used by our finalists shows that writing about beer and pubs is indeed in good health.  We look forward to toasting all our shortlisted writers, and announcing the winners, at our awards dinner.\"\r\n\r\nThe dinner will be held at the Chelsea Harbour Hotel on 22 November. Guests enjoy a four-course dinner with beers matched to each course, beers before and after the meal. Guild members, both individual and corporate, and non-Guild members, are welcome to attend, more detail can be found here: <a href=\"https://app.prmax.co.uk/track/26248277/click/7cb6ff60-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">Annual Awards Dinner</span></a>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine sector work</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/02/guild-of-beer-writers-appoints-pete-brown-as-chair/\">The Guild of Beer writers appoints Pete Brown as chair</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/18/guild-of-beer-writers-opens-annual-awards/\">Guild of Beer Writers opens annual awards</a></li>\r\n</ul>\r\n<h2>Guild of Beer Writers Awards 2018: The Shortlist</h2>\r\n<h3><strong>Long Live the Local Award for Best Writer about Pubs (new award)</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jeff Evans</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nigel Huddleston</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Bob Jeffrey</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Citizen Beer Communicator</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Carter-Esdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Brian Jacobs</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Martin Oates</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">David Pickersgill</li>\r\n</ul>\r\n<h3><strong>St Austell Brewery Award for Best Young Beer Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joseph Dick</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Rebecca Pate</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Katie Taylor</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Eoghan Walsh</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer and Travel Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Richard Croasdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jonny Garrett</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joe Stange &amp; Tim Webb</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer Writer - Corporate Communications</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">B52</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Old Sawley Brewing Co</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Roosters Brewery</li>\r\n</ul>\r\n<h3><strong>Heineken Award for Best Beer Communicator - Online</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ben Richards</li>\r\n</ul>\r\n<h3><strong>Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie Atherton</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susanna Forbes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Daniel Woolfson</li>\r\n</ul>\r\n<h3><strong>Adnams Award for Best Beer Writer -  Regional Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susan &amp; Judith Boyle</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Tomm Carroll</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Alastair Gilmour</li>\r\n</ul>\r\n&nbsp;\r\n<h3><strong>Greene King Award for Best Beer Writer - National Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Christopher Barnes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nada Farhoud</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n</ul>\r\n<h2><strong>Brewer of the Year</strong></h2>\r\nFor this Award, Guild members nominated brewers and then voted for the winner.\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie de Ronde, Burnt Mill Brewing</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Fergus Fitzgerald, Adnams</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">John Keeling, recently retired from Fuller Smith &amp; Turner</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ross O\'Hara, Greene King</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jaega Wise, Wild Card Brewery</li>\r\n</ul>\r\n[caption id=\"attachment_3109\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3109\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Guild-Awards-winner-2017-LR-300x200.jpg\" alt=\"Winners of the Guild of Beer Writer Awards 2017\" width=\"300\" height=\"200\" /> winners of the Guild of Beer Writers Awards 2017[/caption]\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n<h3><strong>Adnams</strong></h3>\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n<h3><strong>Fuller\'s London Pride</strong></h3>\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n<h3><strong>Greene King</strong></h3>\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n<h3><strong>Heineken</strong></h3>\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long-term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n<h3><strong>Long Live The Local</strong></h3>\r\nThis campaign, backed by Britain\'s Beer Alliance. was launched in July 2018 to celebrate the positive role that pubs play in our lives and communities and to highlight the jeopardy they face from a range of tax pressures (VAT, Business Rates &amp; Beer Duty).\r\n\r\nMore than 116,000 people signed the Long Live the Local petition and the Chancellor listened by freezing beer duty in the October Budget, saving over 3,000 jobs. However, with a rise planned in 2019, the Government has merely postponed the damaging tax hike. To sign the new petition or write to your MP, visit <a href=\"https://app.prmax.co.uk/track/26248277/click/7cc2e29e-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">www.longlivethelocal.pub</span></a>\r\n<h3><strong>St Austell Brewery</strong></h3>\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south-west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016.','Guild of Beer Writers publishes shortlist for Annual Awards 2018','','inherit','closed','closed','','3108-revision-v1','','','2018-11-06 11:39:58','2018-11-06 11:39:58','',3108,'http://www.ontradeprogress.com/2018/11/06/3108-revision-v1/',0,'revision','',0),(3111,1,'2018-11-06 11:42:47','2018-11-06 11:42:47','<h1>The British Guild of Beer Writers has shortlisted 35 writers, journalists and bloggers in its Annual Awards. The winners and runners-up in nine categories, as well as the overall Beer Writer of the Year and Brewer of the Year, will be unveiled at the Guild\'s Annual Awards presentation and dinner on 22 November.</h1>\r\nThe finalists were selected by judges Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Mark Taylor, Bristol-based food and drink writer, and Zoe Wood, retail correspondent at <em>The Guardian</em>.  The current Beer Writer of the Year, Adrian Tierney-Jones, chaired the panel.\r\n\r\nJudges read, viewed and listened to some 140 entries which included books, newspaper and magazine articles, both printed and online, as well as blogs, radio broadcasts and podcasts.\r\n\r\nTierney-Jones said: \"Whittling the large field of high-quality entries down to a shortlist was a challenge and everyone on it should be proud of having reached this stage.\r\n\r\n\"We were especially pleased to see a good number of entries to the Best Writer about Pubs, a new category for this year.  The best entrants in all categories demonstrated a sure grasp of their subject, coupled with a talent for storytelling, whether they did this through books, press articles, blog posts or videos.\r\n\r\n\"The quality, breadth of topics covered and diversity of media used by our finalists shows that writing about beer and pubs is indeed in good health.  We look forward to toasting all our shortlisted writers, and announcing the winners, at our awards dinner.\"\r\n\r\nThe dinner will be held at the Chelsea Harbour Hotel on 22 November. Guests enjoy a four-course dinner with beers matched to each course, beers before and after the meal. Guild members, both individual and corporate, and non-Guild members, are welcome to attend, more detail can be found here: <a href=\"https://app.prmax.co.uk/track/26248277/click/7cb6ff60-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">Annual Awards Dinner</span></a>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine sector work</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/02/guild-of-beer-writers-appoints-pete-brown-as-chair/\">The Guild of Beer writers appoints Pete Brown as chair</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/18/guild-of-beer-writers-opens-annual-awards/\">Guild of Beer Writers opens annual awards</a></li>\r\n</ul>\r\n<h2>Guild of Beer Writers Awards 2018: The Shortlist</h2>\r\n<h3><strong>Long Live the Local Award for Best Writer about Pubs (new award)</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jeff Evans</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nigel Huddleston</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Bob Jeffrey</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Citizen Beer Communicator</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Carter-Esdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Brian Jacobs</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Martin Oates</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">David Pickersgill</li>\r\n</ul>\r\n<h3><strong>St Austell Brewery Award for Best Young Beer Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joseph Dick</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Rebecca Pate</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Katie Taylor</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Eoghan Walsh</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer and Travel Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Richard Croasdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jonny Garrett</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joe Stange &amp; Tim Webb</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer Writer - Corporate Communications</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">B52</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Old Sawley Brewing Co</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Roosters Brewery</li>\r\n</ul>\r\n<h3><strong>Heineken Award for Best Beer Communicator - Online</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ben Richards</li>\r\n</ul>\r\n<h3><strong>Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie Atherton</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susanna Forbes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Daniel Woolfson</li>\r\n</ul>\r\n<h3><strong>Adnams Award for Best Beer Writer -  Regional Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susan &amp; Judith Boyle</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Tomm Carroll</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Alastair Gilmour</li>\r\n</ul>\r\n&nbsp;\r\n<h3><strong>Greene King Award for Best Beer Writer - National Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Christopher Barnes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nada Farhoud</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n</ul>\r\n<h2><strong>Brewer of the Year</strong></h2>\r\nFor this Award, Guild members nominated brewers and then voted for the winner.\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie de Ronde, Burnt Mill Brewing</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Fergus Fitzgerald, Adnams</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">John Keeling, recently retired from Fuller Smith &amp; Turner</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ross O\'Hara, Greene King</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jaega Wise, Wild Card Brewery</li>\r\n</ul>\r\n[caption id=\"attachment_3109\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3109\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Guild-Awards-winner-2017-LR-300x200.jpg\" alt=\"Winners of the Guild of Beer Writer Awards 2017\" width=\"300\" height=\"200\" /> winners of the Guild of Beer Writers Awards 2017[/caption]\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n<h3><strong>Adnams</strong></h3>\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n<h3><strong>Fuller\'s London Pride</strong></h3>\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n<h3><strong>Greene King</strong></h3>\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to the day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n<h3><strong>Heineken</strong></h3>\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long-term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n<h3><strong>Long Live The Local</strong></h3>\r\nThis campaign, backed by Britain\'s Beer Alliance. was launched in July 2018 to celebrate the positive role that pubs play in our lives and communities and to highlight the jeopardy they face from a range of tax pressures (VAT, Business Rates &amp; Beer Duty).\r\n\r\nMore than 116,000 people signed the Long Live the Local petition and the Chancellor listened by freezing beer duty in the October Budget, saving over 3,000 jobs. However, with a rise planned in 2019, the Government has merely postponed the damaging tax hike. To sign the new petition or write to your MP, visit <a href=\"https://app.prmax.co.uk/track/26248277/click/7cc2e29e-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">www.longlivethelocal.pub</span></a>\r\n<h3></h3>\r\n<h3><strong>St Austell Brewery</strong></h3>\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south-west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016.','Guild of Beer Writers publishes shortlist for Annual Awards 2018','','inherit','closed','closed','','3108-revision-v1','','','2018-11-06 11:42:47','2018-11-06 11:42:47','',3108,'http://www.ontradeprogress.com/2018/11/06/3108-revision-v1/',0,'revision','',0),(3112,1,'2018-11-06 11:43:54','2018-11-06 11:43:54','<h1>The British Guild of Beer Writers has shortlisted 35 writers, journalists and bloggers in its Annual Awards. The winners and runners-up in nine categories, as well as the overall Beer Writer of the Year and Brewer of the Year, will be unveiled at the Guild\'s Annual Awards presentation and dinner on 22 November.</h1>\r\nThe finalists were selected by judges Amy Bryant, food editor at <em>The Telegraph</em>; James Cuthbertson, MD of Dark Star Brewery and founder of the Beer &amp; Cider Marketing Awards; Stu McKinlay, co-founder of Yeastie Boys; Jenn Merrick, founder of Earth Station Brewery; Mark Taylor, Bristol-based food and drink writer, and Zoe Wood, retail correspondent at <em>The Guardian</em>.  The current Beer Writer of the Year, Adrian Tierney-Jones, chaired the panel.\r\n\r\nJudges read, viewed and listened to some 140 entries which included books, newspaper and magazine articles, both printed and online, as well as blogs, radio broadcasts and podcasts.\r\n\r\nTierney-Jones said: \"Whittling the large field of high-quality entries down to a shortlist was a challenge and everyone on it should be proud of having reached this stage.\r\n\r\n\"We were especially pleased to see a good number of entries to the Best Writer about Pubs, a new category for this year.  The best entrants in all categories demonstrated a sure grasp of their subject, coupled with a talent for storytelling, whether they did this through books, press articles, blog posts or videos.\r\n\r\n\"The quality, breadth of topics covered and diversity of media used by our finalists shows that writing about beer and pubs is indeed in good health.  We look forward to toasting all our shortlisted writers, and announcing the winners, at our awards dinner.\"\r\n\r\nThe dinner will be held at the Chelsea Harbour Hotel on 22 November. Guests enjoy a four-course dinner with beers matched to each course, beers before and after the meal. Guild members, both individual and corporate, and non-Guild members, are welcome to attend, more detail can be found here: <a href=\"https://app.prmax.co.uk/track/26248277/click/7cb6ff60-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">Annual Awards Dinner</span></a>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine sector work</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/07/02/guild-of-beer-writers-appoints-pete-brown-as-chair/\">The Guild of Beer writers appoints Pete Brown as chair</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/18/guild-of-beer-writers-opens-annual-awards/\">Guild of Beer Writers opens annual awards</a></li>\r\n</ul>\r\n<h2>Guild of Beer Writers Awards 2018: The Shortlist</h2>\r\n<h3><strong>Long Live the Local Award for Best Writer about Pubs (new award)</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jeff Evans</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nigel Huddleston</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Bob Jeffrey</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Citizen Beer Communicator</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Carter-Esdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Brian Jacobs</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Martin Oates</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">David Pickersgill</li>\r\n</ul>\r\n<h3><strong>St Austell Brewery Award for Best Young Beer Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joseph Dick</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Rebecca Pate</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Katie Taylor</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Eoghan Walsh</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer and Travel Writer</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Richard Croasdale</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jonny Garrett</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Joe Stange &amp; Tim Webb</li>\r\n</ul>\r\n<h3><strong>Guild Award for Best Beer Writer - Corporate Communications</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">B52</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Old Sawley Brewing Co</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Roosters Brewery</li>\r\n</ul>\r\n<h3><strong>Heineken Award for Best Beer Communicator - Online</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Oli Haydon</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ben Richards</li>\r\n</ul>\r\n<h3><strong>Fuller\'s London Pride Award for Best Beer Writer -  Trade Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie Atherton</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">James Beeson</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Matt Curtis</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susanna Forbes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Will Hawkes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Daniel Woolfson</li>\r\n</ul>\r\n<h3><strong>Adnams Award for Best Beer Writer -  Regional Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Susan &amp; Judith Boyle</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Tomm Carroll</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Alastair Gilmour</li>\r\n</ul>\r\n<h3><strong>Greene King Award for Best Beer Writer - National Media</strong></h3>\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Boak &amp; Bailey</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Christopher Barnes</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Claire Bullen</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Melissa Cole</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Mark Dredge</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Nada Farhoud</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Emma Inch</li>\r\n</ul>\r\n<h2><strong>Brewer of the Year</strong></h2>\r\nFor this Award, Guild members nominated brewers and then voted for the winner.\r\n<ul>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Sophie de Ronde, Burnt Mill Brewing</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Fergus Fitzgerald, Adnams</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">John Keeling, recently retired from Fuller Smith &amp; Turner</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Ross O\'Hara, Greene King</li>\r\n 	<li class=\"ox-0ae367bfa9-ListParagraph\">Jaega Wise, Wild Card Brewery</li>\r\n</ul>\r\n[caption id=\"attachment_3109\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3109\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Guild-Awards-winner-2017-LR-300x200.jpg\" alt=\"Winners of the Guild of Beer Writer Awards 2017\" width=\"300\" height=\"200\" /> winners of the Guild of Beer Writers Awards 2017[/caption]\r\n\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n<h3><strong>Adnams</strong></h3>\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of beers which reflect its heritage but also challenge conventions. They use locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters.\r\n<h3><strong>Fuller\'s London Pride</strong></h3>\r\nFor Fuller\'s, brewing beer is not just our business - it\'s our passion. We bring everything to it, committing all our energy and creativity to make Fuller\'s beers more special than the rest. It\'s that dedication that keeps London Pride as fresh and popular as ever - exhibiting the characteristic longevity of the flower it is named after.\r\n<h3><strong>Greene King</strong></h3>\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to the day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n<h3><strong>Heineken</strong></h3>\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, nearly 3,000 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Foster\'s, Heineken®, Strongbow, Desperados, Kronenbourg1664, John Smith\'s, Bulmers, Amstel, Birra Moretti and Old Mout backed by a full range of niche and speciality brands.\r\n\r\nAs long-term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n<h3><strong>Long Live The Local</strong></h3>\r\nThis campaign, backed by Britain\'s Beer Alliance. was launched in July 2018 to celebrate the positive role that pubs play in our lives and communities and to highlight the jeopardy they face from a range of tax pressures (VAT, Business Rates &amp; Beer Duty).\r\n\r\nMore than 116,000 people signed the Long Live the Local petition and the Chancellor listened by freezing beer duty in the October Budget, saving over 3,000 jobs. However, with a rise planned in 2019, the Government has merely postponed the damaging tax hike. To sign the new petition or write to your MP, visit <a href=\"https://app.prmax.co.uk/track/26248277/click/7cc2e29e-e14b-11e8-a516-6cf0490443a9\" target=\"_blank\" rel=\"noopener\"><span class=\"ox-0ae367bfa9-Hyperlink\">www.longlivethelocal.pub</span></a>\r\n<h3></h3>\r\n<h3><strong>St Austell Brewery</strong></h3>\r\nFounded in 1851 by Cornishman Walter Hicks, St Austell Brewery is an independent and family-owned brewer and pub operator. Its brewery in St Austell produces many of the region\'s most popular beers for sale in pubs, bars and supermarkets in the south-west, across the UK and overseas. Led with brands including Tribute and Proper Job IPA, St Austell brews beer with individuality, character and spirit which is true to its vision of what good beer ought to be. Fellow west country brewer and pub company, Bath Ales, joined the St Austell Brewery family in summer 2016.','Guild of Beer Writers publishes shortlist for Annual Awards 2018','','inherit','closed','closed','','3108-revision-v1','','','2018-11-06 11:43:54','2018-11-06 11:43:54','',3108,'http://www.ontradeprogress.com/2018/11/06/3108-revision-v1/',0,'revision','',0),(3113,1,'2018-11-06 14:20:57','2018-11-06 14:20:57','<h1>Fentimans, the maker of premium botanical beverages, has unveiled a new advertising campaign to attract a new younger audience and boost brand awareness. The comms campaign centered on London, focuses on the superior flavour packed into every bottle of a botanically brewed Fentimans drink.</h1>\r\n&nbsp;\r\n\r\nThe advertising will feature on the London Underground, prime roadside outdoor sites and key rail interchange stations across the capital. In addition, the out of home campaign will be supported by digital, sampling and experiential activity. The media planning and buying for the campaign has been undertaken by UM, who were appointed earlier in the year.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\" target=\"_blank\" rel=\"noopener\">Luscombe Drinks turns 21 &amp; celebrates with a new creative campaign</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/\" target=\"_blank\" rel=\"noopener\">Cold brew tea - non-alcoholic drinks for grown-ups </a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Drinkaware - Minimise alcohol over the festive period</a></li>\r\n</ul>\r\n[caption id=\"attachment_3114\" align=\"alignright\" width=\"169\"]<img class=\"wp-image-3114 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Ginger-Beer-Avertising-Campaign-Universal-Mccan-169x300.jpg\" alt=\"Fentimans Ginger Beer - Avertising Campaign - Universal Mccan\" width=\"169\" height=\"300\" /> Ginger Beer - Advertising Campaign - Universal Mccan[/caption]\r\n\r\n<strong>Marketing Director, Andrew Jackson commented:</strong> “the new campaign, with its core message of great flavour, aims to allow a new generation of consumers to discover the Fentimans brand.  We know from our insight work; when people discover Fentimans, they fall in love with the brand very quickly. This latest burst of media, is a building block as we gear up for significant growth in the years ahead”.\r\n\r\n&nbsp;\r\n\r\nThe new advertising campaign comes in what has been an outstanding year for Fentimans, kick-started by a £1.2m brand revamp at the start of the year, followed by the successful introduction of innovative new flavours in the premium soft drinks and mixers category.','Fentimans continues to push for growth with new advertising campaign','','publish','closed','open','','fentimans-new-advertising-campaign','','','2018-11-06 14:21:32','2018-11-06 14:21:32','',0,'http://www.ontradeprogress.com/?p=3113',0,'post','',0),(3114,1,'2018-11-06 14:14:44','2018-11-06 14:14:44','','Fentimans Ginger Beer - Avertising Campaign - Universal Mccan','Fentimans Ginger Beer - Avertising Campaign - Universal Mccan','inherit','closed','closed','','ginger-beer-avertising-campaign-universal-mccan','','','2018-11-06 14:15:34','2018-11-06 14:15:34','',3113,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Ginger-Beer-Avertising-Campaign-Universal-Mccan.jpg',0,'attachment','image/jpeg',0),(3115,1,'2018-11-06 14:20:38','2018-11-06 14:20:38','<h1>Fentimans, the maker of premium botanical beverages, has unveiled a new advertising campaign to attract a new younger audience and boost brand awareness. The comms campaign centered on London, focuses on the superior flavour packed into every bottle of a botanically brewed Fentimans drink.</h1>\r\n&nbsp;\r\n\r\nThe advertising will feature on the London Underground, prime roadside outdoor sites and key rail interchange stations across the capital. In addition, the out of home campaign will be supported by digital, sampling and experiential activity. The media planning and buying for the campaign has been undertaken by UM, who were appointed earlier in the year.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/\" target=\"_blank\" rel=\"noopener\">Luscombe Drinks turns 21 &amp; celebrates with a new creative campaign</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/\" target=\"_blank\" rel=\"noopener\">Cold brew tea - non-alcoholic drinks for grown-ups </a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Drinkaware - Minimise alcohol over the festive period</a></li>\r\n</ul>\r\n[caption id=\"attachment_3114\" align=\"alignright\" width=\"169\"]<img class=\"wp-image-3114 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Ginger-Beer-Avertising-Campaign-Universal-Mccan-169x300.jpg\" alt=\"Fentimans Ginger Beer - Avertising Campaign - Universal Mccan\" width=\"169\" height=\"300\" /> Ginger Beer - Advertising Campaign - Universal Mccan[/caption]\r\n\r\n<strong>Marketing Director, Andrew Jackson commented:</strong> “the new campaign, with its core message of great flavour, aims to allow a new generation of consumers to discover the Fentimans brand.  We know from our insight work; when people discover Fentimans, they fall in love with the brand very quickly. This latest burst of media, is a building block as we gear up for significant growth in the years ahead”.\r\n\r\n&nbsp;\r\n\r\nThe new advertising campaign comes in what has been an outstanding year for Fentimans, kick-started by a £1.2m brand revamp at the start of the year, followed by the successful introduction of innovative new flavours in the premium soft drinks and mixers category.','Fentimans continues to push for growth with new advertising campaign','','inherit','closed','closed','','3113-revision-v1','','','2018-11-06 14:20:38','2018-11-06 14:20:38','',3113,'http://www.ontradeprogress.com/2018/11/06/3113-revision-v1/',0,'revision','',0),(3116,1,'2018-11-06 15:07:54','2018-11-06 15:07:54','<h1><strong>Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference</strong></h1>\r\n<strong> </strong>\r\n<ul>\r\n 	<li><strong><a href=\"https://kolibridrinks.co.uk/\">Kolibri</a> is a lightly sparkling non-alcoholic drink, available in three distinctive and delicious flavours: Strawberry &amp; Basil, Cardamom &amp; Chilli, Elderflower &amp; Lime (all 300ml)</strong></li>\r\n 	<li><strong>The cap contains Kolibri Drops (15ml), a blend of golden agave, lemon juice, apple and caramel which when added to the drink adds sweetness and flavour complexity.</strong></li>\r\n 	<li><strong>The drink has no more than 40kcal, even if all of the Kolibri drops are used.</strong></li>\r\n</ul>\r\n<img class=\"alignright size-medium wp-image-3118\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri_07.jpg\" alt=\"\" width=\"1\" height=\"1\" />\r\n\r\n[caption id=\"attachment_3120\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3120 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Xmas-background-110mmx110mm-300x300.jpg\" alt=\"Kolibri allows people to customise their drinks\" width=\"300\" height=\"300\" /> They allow people to customise their drinks[/caption]\r\n\r\nThe name Kolibri means Hummingbird in over 30 languages and is a symbol of joy and freedom around the world.  This makes it the perfect name for a drink which allows customers to choose exactly how they enjoy their drink.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\" target=\"_blank\" rel=\"noopener\">Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/25/co2-shortages-disrupt-carbonated-drinks-production/\" target=\"_blank\" rel=\"noopener\">Co2 shortages disrupt carbonated drinks production</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Drinkaware: Minimise alcohol harm over festive period</a></li>\r\n</ul>\r\nCo-Founder Kamila Sitwell explains, “Modern customers want it all – healthy, great tasting and indulgent drink - all at the same time! They also want an experience, ritual and theatre in this area too! The craft of making bespoke and artisan coffee, de-canting wine with elaborate tasting, or the artistry involved in cocktail making are hugely satisfying for guests and therefore worth paying premium for.  Multisensory drinking experiences are expected in every category now, with or without alcohol. With the decline in the alcohol consumption accelerating, influencer brands must offer alcohol-free drinks which will delight guests and are on a par with alcoholic creations.”\r\n<h4>For a demonstration of how the drink is served visit  <a href=\"http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored\">http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored</a></h4>\r\n<ul>\r\n 	<li><strong>Kolibri flavours were finessed by Douglas Blyde, renowned drink critic and media mogul.</strong></li>\r\n 	<li><strong>“Kolibri introduces new serve theatre and ritual in soft drinks worth paying premium for” The Caterer, June 2018</strong></li>\r\n 	<li><strong>Sugarwise and Made In Britain accredited</strong></li>\r\n 	<li><strong>Nominated in 4 categories in the UK Drinks award and received a Highly commended in Luxury Packaging Awards 2018, the only soft among the most prestigious Spirits and Champagne brands</strong></li>\r\n 	<li><strong>Shortlisted for Best Drink Innovation and Best Branding 2018 in the World Beverage Innovation awards</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>For links to recent press coverage for Kolibri in Imbibe, Bar Magazine, Luxury Hotel Magazine, Drinks International, the Caterer, World of hospitality visit</strong>\r\n\r\n<a href=\"http://kolibridrinks.co.uk/press\">http://kolibridrinks.co.uk/press</a>\r\n\r\n<strong>For enquiries about stocking Kolibri, please contact</strong>\r\n\r\n<a href=\"mailto:Kamila.Sitwell@kolibridrinks.co.uk\">Kamila.Sitwell@kolibridrinks.co.uk</a>\r\n\r\n<strong>or use the form on the website</strong>\r\n\r\n<a href=\"https://kolibridrinks.co.uk/contact-us\">https://kolibridrinks.co.uk/contact-us</a>','Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference','','publish','closed','open','','kolibri-customise-drink','','\nhttp://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/','2018-11-06 15:14:31','2018-11-06 15:14:31','',0,'http://www.ontradeprogress.com/?p=3116',0,'post','',0),(3117,1,'2018-11-06 15:02:40','2018-11-06 15:02:40','','kolibri','Kolibri allows people to customise their drinks','inherit','closed','closed','','kolibri-awards','','','2018-11-06 15:03:08','2018-11-06 15:03:08','',3116,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri-Awards.jpg',0,'attachment','image/jpeg',0),(3118,1,'2018-11-06 15:04:01','2018-11-06 15:04:01','','kolibri_07','','inherit','closed','closed','','kolibri_07','','','2018-11-06 15:04:01','2018-11-06 15:04:01','',3116,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri_07.jpg',0,'attachment','image/jpeg',0),(3119,1,'2018-11-06 15:04:05','2018-11-06 15:04:05','','Picture1','','inherit','closed','closed','','picture1-4','','','2018-11-06 15:04:05','2018-11-06 15:04:05','',3116,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Picture1.png',0,'attachment','image/png',0),(3120,1,'2018-11-06 15:04:13','2018-11-06 15:04:13','','Kolibri allows people to customise their drinks','Kolibri allows people to customise their drinks','inherit','closed','closed','','xmas-background-110mmx110mm','','','2018-11-06 15:04:30','2018-11-06 15:04:30','',3116,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Xmas-background-110mmx110mm.jpg',0,'attachment','image/jpeg',0),(3121,1,'2018-11-06 15:07:54','2018-11-06 15:07:54','<h1><strong>Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference</strong></h1>\r\n<strong> </strong>\r\n<ul>\r\n 	<li><strong><a href=\"https://kolibridrinks.co.uk/\">Kolibri</a> is a lightly sparkling non-alcoholic drink, available in three distinctive and delicious flavours: Strawberry &amp; Basil, Cardamom &amp; Chilli, Elderflower &amp; Lime (all 300ml)</strong></li>\r\n 	<li><strong>The cap contains Kolibri Drops (15ml), a blend of golden agave, lemon juice, apple and caramel which when added to the drink adds sweetness and flavour complexity.</strong></li>\r\n 	<li><strong>The drink has no more than 40kcal, even if all of the Kolibri drops are used.</strong></li>\r\n</ul>\r\n<img class=\"alignright size-medium wp-image-3118\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri_07.jpg\" alt=\"\" width=\"1\" height=\"1\" />\r\n\r\n[caption id=\"attachment_3120\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3120 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Xmas-background-110mmx110mm-300x300.jpg\" alt=\"Kolibri allows people to customise their drinks\" width=\"300\" height=\"300\" /> They allow people to customise their drinks[/caption]\r\n\r\nThe name Kolibri means Hummingbird in over 30 languages and is a symbol of joy and freedom around the world.  This makes it the perfect name for a drink which allows customers to choose exactly how they enjoy their drink.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\" target=\"_blank\" rel=\"noopener\">Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/25/co2-shortages-disrupt-carbonated-drinks-production/\" target=\"_blank\" rel=\"noopener\">Co2 shortages disrupt carbonated drinks production</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Drinkaware: Minimise alcohol harm over festive period</a></li>\r\n</ul>\r\nCo-Founder Kamila Sitwell explains, “Modern customers want it all – healthy, great tasting and indulgent drink - all at the same time! They also want an experience, ritual and theatre in this area too! The craft of making bespoke and artisan coffee, de-canting wine with elaborate tasting, or the artistry involved in cocktail making are hugely satisfying for guests and therefore worth paying premium for.  Multisensory drinking experiences are expected in every category now, with or without alcohol. With the decline in the alcohol consumption accelerating, influencer brands must offer alcohol-free drinks which will delight guests and are on a par with alcoholic creations.”\r\n<h4>For a demonstration of how the drink is served visit  <a href=\"http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored\">http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored</a></h4>\r\n<ul>\r\n 	<li><strong>Kolibri flavours were finessed by Douglas Blyde, renowned drink critic and media mogul.</strong></li>\r\n 	<li><strong>“Kolibri introduces new serve theatre and ritual in soft drinks worth paying premium for” The Caterer, June 2018</strong></li>\r\n 	<li><strong>Sugarwise and Made In Britain accredited</strong></li>\r\n 	<li><strong>Nominated in 4 categories in the UK Drinks award and received a Highly commended in Luxury Packaging Awards 2018, the only soft among the most prestigious Spirits and Champagne brands</strong></li>\r\n 	<li><strong>Shortlisted for Best Drink Innovation and Best Branding 2018 in the World Beverage Innovation awards</strong></li>\r\n</ul>\r\n&nbsp;\r\n<h3>For links to recent press coverage for Kolibri in Imbibe, Bar Magazine, Luxury Hotel Magazine, Drinks International, the Caterer, World of hospitality visit</h3>\r\n<a href=\"http://kolibridrinks.co.uk/press\">http://kolibridrinks.co.uk/press</a>\r\n<h3>For enquiries about stocking Kolibri, please contact</h3>\r\n<a href=\"mailto:Kamila.Sitwell@kolibridrinks.co.uk\">Kamila.Sitwell@kolibridrinks.co.uk</a>\r\n<h3>or use the form on the website</h3>\r\n<a href=\"https://kolibridrinks.co.uk/contact-us\">https://kolibridrinks.co.uk/contact-us</a>','Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference','','inherit','closed','closed','','3116-revision-v1','','','2018-11-06 15:07:54','2018-11-06 15:07:54','',3116,'http://www.ontradeprogress.com/2018/11/06/3116-revision-v1/',0,'revision','',0),(3122,1,'2018-11-06 15:08:46','2018-11-06 15:08:46','<h1><strong>Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference</strong></h1>\r\n<strong> </strong>\r\n<ul>\r\n 	<li><strong><a href=\"https://kolibridrinks.co.uk/\">Kolibri</a> is a lightly sparkling non-alcoholic drink, available in three distinctive and delicious flavours: Strawberry &amp; Basil, Cardamom &amp; Chilli, Elderflower &amp; Lime (all 300ml)</strong></li>\r\n 	<li><strong>The cap contains Kolibri Drops (15ml), a blend of golden agave, lemon juice, apple and caramel which when added to the drink adds sweetness and flavour complexity.</strong></li>\r\n 	<li><strong>The drink has no more than 40kcal, even if all of the Kolibri drops are used.</strong></li>\r\n</ul>\r\n<img class=\"alignright size-medium wp-image-3118\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri_07.jpg\" alt=\"\" width=\"1\" height=\"1\" />\r\n\r\n[caption id=\"attachment_3120\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3120 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Xmas-background-110mmx110mm-300x300.jpg\" alt=\"Kolibri allows people to customise their drinks\" width=\"300\" height=\"300\" /> They allow people to customise their drinks[/caption]\r\n\r\nThe name Kolibri means Hummingbird in over 30 languages and is a symbol of joy and freedom around the world.  This makes it the perfect name for a drink which allows customers to choose exactly how they enjoy their drink.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\" target=\"_blank\" rel=\"noopener\">Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/25/co2-shortages-disrupt-carbonated-drinks-production/\" target=\"_blank\" rel=\"noopener\">Co2 shortages disrupt carbonated drinks production</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Drinkaware: Minimise alcohol harm over festive period</a></li>\r\n</ul>\r\nCo-Founder Kamila Sitwell explains, “Modern customers want it all – healthy, great tasting and indulgent drink - all at the same time! They also want an experience, ritual and theatre in this area too! The craft of making bespoke and artisan coffee, de-canting wine with elaborate tasting, or the artistry involved in cocktail making are hugely satisfying for guests and therefore worth paying premium for.  Multisensory drinking experiences are expected in every category now, with or without alcohol. With the decline in the alcohol consumption accelerating, influencer brands must offer alcohol-free drinks which will delight guests and are on a par with alcoholic creations.”\r\n<h4>For a demonstration of how the drink is served visit  <a href=\"http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored\">http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored</a></h4>\r\n<ul>\r\n 	<li><strong>Kolibri flavours were finessed by Douglas Blyde, renowned drink critic and media mogul.</strong></li>\r\n 	<li><strong>“Kolibri introduces new serve theatre and ritual in soft drinks worth paying premium for” The Caterer, June 2018</strong></li>\r\n 	<li><strong>Sugarwise and Made In Britain accredited</strong></li>\r\n 	<li><strong>Nominated in 4 categories in the UK Drinks award and received a Highly commended in Luxury Packaging Awards 2018, the only soft among the most prestigious Spirits and Champagne brands</strong></li>\r\n 	<li><strong>Shortlisted for Best Drink Innovation and Best Branding 2018 in the World Beverage Innovation awards</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>For links to recent press coverage for Kolibri in Imbibe, Bar Magazine, Luxury Hotel Magazine, Drinks International, the Caterer, World of hospitality visit</strong>\r\n\r\n<a href=\"http://kolibridrinks.co.uk/press\">http://kolibridrinks.co.uk/press</a>\r\n\r\n<strong>For enquiries about stocking Kolibri, please contact</strong>\r\n\r\n<a href=\"mailto:Kamila.Sitwell@kolibridrinks.co.uk\">Kamila.Sitwell@kolibridrinks.co.uk</a>\r\n\r\n<strong>or use the form on the website</strong>\r\n\r\n<a href=\"https://kolibridrinks.co.uk/contact-us\">https://kolibridrinks.co.uk/contact-us</a>','Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference','','inherit','closed','closed','','3116-autosave-v1','','','2018-11-06 15:08:46','2018-11-06 15:08:46','',3116,'http://www.ontradeprogress.com/2018/11/06/3116-autosave-v1/',0,'revision','',0),(3123,1,'2018-11-06 15:08:56','2018-11-06 15:08:56','<h1><strong>Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference</strong></h1>\r\n<strong> </strong>\r\n<ul>\r\n 	<li><strong><a href=\"https://kolibridrinks.co.uk/\">Kolibri</a> is a lightly sparkling non-alcoholic drink, available in three distinctive and delicious flavours: Strawberry &amp; Basil, Cardamom &amp; Chilli, Elderflower &amp; Lime (all 300ml)</strong></li>\r\n 	<li><strong>The cap contains Kolibri Drops (15ml), a blend of golden agave, lemon juice, apple and caramel which when added to the drink adds sweetness and flavour complexity.</strong></li>\r\n 	<li><strong>The drink has no more than 40kcal, even if all of the Kolibri drops are used.</strong></li>\r\n</ul>\r\n<img class=\"alignright size-medium wp-image-3118\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/kolibri_07.jpg\" alt=\"\" width=\"1\" height=\"1\" />\r\n\r\n[caption id=\"attachment_3120\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3120 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Xmas-background-110mmx110mm-300x300.jpg\" alt=\"Kolibri allows people to customise their drinks\" width=\"300\" height=\"300\" /> They allow people to customise their drinks[/caption]\r\n\r\nThe name Kolibri means Hummingbird in over 30 languages and is a symbol of joy and freedom around the world.  This makes it the perfect name for a drink which allows customers to choose exactly how they enjoy their drink.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\" target=\"_blank\" rel=\"noopener\">Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/06/25/co2-shortages-disrupt-carbonated-drinks-production/\" target=\"_blank\" rel=\"noopener\">Co2 shortages disrupt carbonated drinks production</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\" target=\"_blank\" rel=\"noopener\">Drinkaware: Minimise alcohol harm over festive period</a></li>\r\n</ul>\r\nCo-Founder Kamila Sitwell explains, “Modern customers want it all – healthy, great tasting and indulgent drink - all at the same time! They also want an experience, ritual and theatre in this area too! The craft of making bespoke and artisan coffee, de-canting wine with elaborate tasting, or the artistry involved in cocktail making are hugely satisfying for guests and therefore worth paying premium for.  Multisensory drinking experiences are expected in every category now, with or without alcohol. With the decline in the alcohol consumption accelerating, influencer brands must offer alcohol-free drinks which will delight guests and are on a par with alcoholic creations.”\r\n<h4>For a demonstration of how the drink is served visit  <a href=\"http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored\">http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored</a></h4>\r\n<ul>\r\n 	<li><strong>Kolibri flavours were finessed by Douglas Blyde, renowned drink critic and media mogul.</strong></li>\r\n 	<li><strong>“Kolibri introduces new serve theatre and ritual in soft drinks worth paying premium for” The Caterer, June 2018</strong></li>\r\n 	<li><strong>Sugarwise and Made In Britain accredited</strong></li>\r\n 	<li><strong>Nominated in 4 categories in the UK Drinks award and received a Highly commended in Luxury Packaging Awards 2018, the only soft among the most prestigious Spirits and Champagne brands</strong></li>\r\n 	<li><strong>Shortlisted for Best Drink Innovation and Best Branding 2018 in the World Beverage Innovation awards</strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>For links to recent press coverage for Kolibri in Imbibe, Bar Magazine, Luxury Hotel Magazine, Drinks International, the Caterer, World of hospitality visit</strong>\r\n\r\n<a href=\"http://kolibridrinks.co.uk/press\">http://kolibridrinks.co.uk/press</a>\r\n\r\n<strong>For enquiries about stocking Kolibri, please contact</strong>\r\n\r\n<a href=\"mailto:Kamila.Sitwell@kolibridrinks.co.uk\">Kamila.Sitwell@kolibridrinks.co.uk</a>\r\n\r\n<strong>or use the form on the website</strong>\r\n\r\n<a href=\"https://kolibridrinks.co.uk/contact-us\">https://kolibridrinks.co.uk/contact-us</a>','Kolibri Drinks, launched in the summer of 2018, gives people the ability to customise their drink and tailor sweetness to preference','','inherit','closed','closed','','3116-revision-v1','','','2018-11-06 15:08:56','2018-11-06 15:08:56','',3116,'http://www.ontradeprogress.com/2018/11/06/3116-revision-v1/',0,'revision','',0),(3124,1,'2018-11-06 15:22:47','2018-11-06 15:22:47','<h1>Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle</h1>\r\n<ul>\r\n 	<li>Consumer spending increased 4.4 per cent year-on-year in October, maintaining a modest level of growth</li>\r\n 	<li>Ticket sales rose 22.1 per cent after the release of Glastonbury Festival tickets and box office hits such as <em>Venom and</em> <em>A Star is Born</em></li>\r\n 	<li>The retail sector continued to struggle, with contractions in department store (-5.9 per cent) and clothing spending (-2.4 per cent)</li>\r\n 	<li>28 per cent of consumers say they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014</li>\r\n</ul>\r\n<h3><strong>Consumer spending grew 4.4 per cent year-on-year in October, maintaining a modest level of growth, as the retail sector continues to face challenges.</strong></h3>\r\nData from <a href=\"http://Barclaycard.co.uk\" target=\"_blank\" rel=\"noopener\">Barclaycard</a>, which sees nearly half of the nation’s credit and debit card transactions, shows that essential spending rose 4.8 per cent year-on-year, as petrol expenditure remained high with 10.3 per cent growth.\r\n\r\nNon-essential expenditure, meanwhile, demonstrated a reasonable increase of 4.1 per cent. Entertainment was the driving force behind this, rising 10.8 per cent – powered by strong performances from pubs (11.7 per cent) and restaurants (8.6 per cent).\r\n\r\nEntertainment was also boosted by ticket sales which performed particularly well at 22.1 per cent growth. This follows Glastonbury Festival tickets going on sale after the festival’s fallow year, alongside blockbuster film releases such as <em>Venom</em> and <em>A Star is Born</em>.\r\n\r\nThe retail sector, however, continued to struggle. Department store spending contracted by 5.9 per cent amidst high profile store closures, while spending on electronics reached just 1.8 per cent growth, below the rate of inflation. Clothing spending also declined by 2.4 per cent – the biggest dip since October 2017.\r\n\r\nThis slowdown in clothing spending could be due to the warmer-than-usual weather experienced during much of October, as a fifth (19 per cent) of consumers say they have postponed making winter wardrobe purchases this year.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for Annual Awards 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\">UK restaurant industry calls on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n</ul>\r\nMore broadly, stronger average earnings growth in the UK helps explain why one fifth (19 per cent) say their wages have gone up enough for them to have a little more money to spend each month. Yet Brits remain cautious with their money. Of those with more money to spend following a pay rise, half (49 per cent) are saving their extra money or paying off debt, and a third (36 per cent) are currently putting it towards Christmas.\r\n\r\nThis caution reflects wider opinion of the nation’s economy. Just 28 per cent of UK consumers now say that they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014.\r\n\r\n<strong>Esme Harwood, Director at Barclaycard, said: </strong>“While the retail sector has continued to face challenges, the experience economy provided a welcome boost to overall spending in October with consumers going for meals out, and purchasing tickets to events and shows.\r\n\r\n“Ongoing economic and political uncertainty has led to a decline in confidence, with consumers remaining cautious with their spend in the run-up to Christmas.”\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\"></td>\r\n<td width=\"92\"><strong>Y/Y Spend growth by category</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"92\"><strong>Overall</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\" width=\"92\">-2.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Family Clothing</td>\r\n<td valign=\"top\" width=\"92\">-3.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Shoe Shops</td>\r\n<td valign=\"top\" width=\"92\">-2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Women’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">-1.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Men’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">0.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\" width=\"92\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Parts &amp; Accessories</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cinema, Theatre &amp; Dance</td>\r\n<td valign=\"top\" width=\"92\">22.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Public Houses</td>\r\n<td valign=\"top\" width=\"92\">11.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Department Stores</td>\r\n<td valign=\"top\" width=\"92\">-5.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">DIY Stores</td>\r\n<td valign=\"top\" width=\"92\">2.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Travel Agents</td>\r\n<td valign=\"top\" width=\"92\">6.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\" width=\"92\">0.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\" width=\"92\">2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\" width=\"92\">10.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gambling</td>\r\n<td valign=\"top\" width=\"92\">17.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Vehicle Sales</td>\r\n<td valign=\"top\" width=\"92\">-3.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Hotels</td>\r\n<td valign=\"top\" width=\"92\">3.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Repair Shops</td>\r\n<td valign=\"top\" width=\"92\">1.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports Shops</td>\r\n<td valign=\"top\" width=\"92\">-1.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Furniture Stores</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Telecoms</td>\r\n<td valign=\"top\" width=\"92\">2.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Household Appliances</td>\r\n<td valign=\"top\" width=\"92\">-14.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Jewellers</td>\r\n<td valign=\"top\" width=\"92\">-6.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports and Games Establishment</td>\r\n<td valign=\"top\" width=\"92\">0.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Garden Centres</td>\r\n<td valign=\"top\" width=\"92\">7.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Discount Stores</td>\r\n<td valign=\"top\" width=\"92\">-13.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gift Shops</td>\r\n<td valign=\"top\" width=\"92\">-5.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Floor Covering Stores</td>\r\n<td valign=\"top\" width=\"92\">-1.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Tourist Attractions</td>\r\n<td valign=\"top\" width=\"92\">0.5%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Amusment Parks</td>\r\n<td valign=\"top\" width=\"92\">6.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Aquariums</td>\r\n<td valign=\"top\" width=\"92\">25.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Electronic Stores</td>\r\n<td valign=\"top\" width=\"92\">1.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cosmetic Stores</td>\r\n<td valign=\"top\" width=\"92\">4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Optical Goods</td>\r\n<td valign=\"top\" width=\"92\">5.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Overall</td>\r\n<td valign=\"top\" width=\"92\">4.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Average Transaction Value</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">-4.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"bottom\">-0.8%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"bottom\">-7.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"bottom\">-4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"bottom\">-3.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"bottom\">3.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Number of Transactions</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">9.5%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\">-1.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\">14.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\">6.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\">6.7%</td>\r\n</tr>\r\n</tbody>\r\n</table>','Barclays - Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle','','publish','closed','open','','barclays-retail-sector-struggles','','\nhttp://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/','2018-11-06 15:27:43','2018-11-06 15:27:43','',0,'http://www.ontradeprogress.com/?p=3124',0,'post','',0),(3125,1,'2018-11-06 15:21:20','2018-11-06 15:21:20','','retail sector','The retail sector struggles ','inherit','closed','closed','','ecommerce-2140603_640','','','2018-11-06 15:22:01','2018-11-06 15:22:01','',3124,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/ecommerce-2140603_640.jpg',0,'attachment','image/jpeg',0),(3126,1,'2018-11-06 15:22:07','2018-11-06 15:22:07','<h1>Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle</h1>\r\n<ul>\r\n 	<li>Consumer spending increased 4.4 per cent year-on-year in October, maintaining a modest level of growth</li>\r\n 	<li>Ticket sales rose 22.1 per cent after the release of Glastonbury Festival tickets and box office hits such as <em>Venom and</em> <em>A Star is Born</em></li>\r\n 	<li>The retail sector continued to struggle, with contractions in department store (-5.9 per cent) and clothing spending (-2.4 per cent)</li>\r\n 	<li>28 per cent of consumers say they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014</li>\r\n</ul>\r\n<h3><strong>Consumer spending grew 4.4 per cent year-on-year in October, maintaining a modest level of growth, as the retail sector continues to face challenges.</strong></h3>\r\nData from Barclaycard, which sees nearly half of the nation’s credit and debit card transactions, shows that essential spending rose 4.8 per cent year-on-year, as petrol expenditure remained high with 10.3 per cent growth.\r\n\r\nNon-essential expenditure, meanwhile, demonstrated a reasonable increase of 4.1 per cent. Entertainment was the driving force behind this, rising 10.8 per cent – powered by strong performances from pubs (11.7 per cent) and restaurants (8.6 per cent).\r\n\r\nEntertainment was also boosted by ticket sales which performed particularly well at 22.1 per cent growth. This follows Glastonbury Festival tickets going on sale after the festival’s fallow year, alongside blockbuster film releases such as <em>Venom</em> and <em>A Star is Born</em>.\r\n\r\nThe retail sector, however, continued to struggle. Department store spending contracted by 5.9 per cent amidst high profile store closures, while spending on electronics reached just 1.8 per cent growth, below the rate of inflation. Clothing spending also declined by 2.4 per cent – the biggest dip since October 2017.\r\n\r\nThis slowdown in clothing spending could be due to the warmer-than-usual weather experienced during much of October, as a fifth (19 per cent) of consumers say they have postponed making winter wardrobe purchases this year.\r\n\r\nMore broadly, stronger average earnings growth in the UK helps explain why one fifth (19 per cent) say their wages have gone up enough for them to have a little more money to spend each month. Yet Brits remain cautious with their money. Of those with more money to spend following a pay rise, half (49 per cent) are saving their extra money or paying off debt, and a third (36 per cent) are currently putting it towards Christmas.\r\n\r\nThis caution reflects wider opinion of the nation’s economy. Just 28 per cent of UK consumers now say that they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014.\r\n\r\n<strong>Esme Harwood, Director at Barclaycard, said: </strong>“While the retail sector has continued to face challenges, the experience economy provided a welcome boost to overall spending in October with consumers going for meals out, and purchasing tickets to events and shows.\r\n\r\n“Ongoing economic and political uncertainty has led to a decline in confidence, with consumers remaining cautious with their spend in the run-up to Christmas.”\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\">&nbsp;</td>\r\n<td width=\"92\"><strong>Y/Y Spend growth by category</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"92\"><strong>Overall</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\" width=\"92\">-2.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Family Clothing</td>\r\n<td valign=\"top\" width=\"92\">-3.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Shoe Shops</td>\r\n<td valign=\"top\" width=\"92\">-2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Women’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">-1.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Men’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">0.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\" width=\"92\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Parts &amp; Accessories</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cinema, Theatre &amp; Dance</td>\r\n<td valign=\"top\" width=\"92\">22.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Public Houses</td>\r\n<td valign=\"top\" width=\"92\">11.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Department Stores</td>\r\n<td valign=\"top\" width=\"92\">-5.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">DIY Stores</td>\r\n<td valign=\"top\" width=\"92\">2.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Travel Agents</td>\r\n<td valign=\"top\" width=\"92\">6.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\" width=\"92\">0.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\" width=\"92\">2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\" width=\"92\">10.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gambling</td>\r\n<td valign=\"top\" width=\"92\">17.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Vehicle Sales</td>\r\n<td valign=\"top\" width=\"92\">-3.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Hotels</td>\r\n<td valign=\"top\" width=\"92\">3.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Repair Shops</td>\r\n<td valign=\"top\" width=\"92\">1.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports Shops</td>\r\n<td valign=\"top\" width=\"92\">-1.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Furniture Stores</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Telecoms</td>\r\n<td valign=\"top\" width=\"92\">2.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Household Appliances</td>\r\n<td valign=\"top\" width=\"92\">-14.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Jewellers</td>\r\n<td valign=\"top\" width=\"92\">-6.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports and Games Establishment</td>\r\n<td valign=\"top\" width=\"92\">0.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Garden Centres</td>\r\n<td valign=\"top\" width=\"92\">7.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Discount Stores</td>\r\n<td valign=\"top\" width=\"92\">-13.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gift Shops</td>\r\n<td valign=\"top\" width=\"92\">-5.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Floor Covering Stores</td>\r\n<td valign=\"top\" width=\"92\">-1.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Tourist Attractions</td>\r\n<td valign=\"top\" width=\"92\">0.5%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Amusment Parks</td>\r\n<td valign=\"top\" width=\"92\">6.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Aquariums</td>\r\n<td valign=\"top\" width=\"92\">25.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Electronic Stores</td>\r\n<td valign=\"top\" width=\"92\">1.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cosmetic Stores</td>\r\n<td valign=\"top\" width=\"92\">4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Optical Goods</td>\r\n<td valign=\"top\" width=\"92\">5.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Overall</td>\r\n<td valign=\"top\" width=\"92\">4.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Average Transaction Value</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">-4.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"bottom\">-0.8%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"bottom\">-7.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"bottom\">-4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"bottom\">-3.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"bottom\">3.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Number of Transactions</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">9.5%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\">-1.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\">14.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\">6.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\">6.7%</td>\r\n</tr>\r\n</tbody>\r\n</table>','Barclays - Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle','','inherit','closed','closed','','3124-revision-v1','','','2018-11-06 15:22:07','2018-11-06 15:22:07','',3124,'http://www.ontradeprogress.com/2018/11/06/3124-revision-v1/',0,'revision','',0),(3127,1,'2018-11-06 15:26:43','2018-11-06 15:26:43','<h1>Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle</h1>\r\n<ul>\r\n 	<li>Consumer spending increased 4.4 per cent year-on-year in October, maintaining a modest level of growth</li>\r\n 	<li>Ticket sales rose 22.1 per cent after the release of Glastonbury Festival tickets and box office hits such as <em>Venom and</em> <em>A Star is Born</em></li>\r\n 	<li>The retail sector continued to struggle, with contractions in department store (-5.9 per cent) and clothing spending (-2.4 per cent)</li>\r\n 	<li>28 per cent of consumers say they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014</li>\r\n</ul>\r\n<h3><strong>Consumer spending grew 4.4 per cent year-on-year in October, maintaining a modest level of growth, as the retail sector continues to face challenges.</strong></h3>\r\nData from <a href=\"http://Barclaycard.co.uk\" target=\"_blank\" rel=\"noopener\">Barclaycard</a>, which sees nearly half of the nation’s credit and debit card transactions, shows that essential spending rose 4.8 per cent year-on-year, as petrol expenditure remained high with 10.3 per cent growth.\r\n\r\nNon-essential expenditure, meanwhile, demonstrated a reasonable increase of 4.1 per cent. Entertainment was the driving force behind this, rising 10.8 per cent – powered by strong performances from pubs (11.7 per cent) and restaurants (8.6 per cent).\r\n\r\nEntertainment was also boosted by ticket sales which performed particularly well at 22.1 per cent growth. This follows Glastonbury Festival tickets going on sale after the festival’s fallow year, alongside blockbuster film releases such as <em>Venom</em> and <em>A Star is Born</em>.\r\n\r\nThe retail sector, however, continued to struggle. Department store spending contracted by 5.9 per cent amidst high profile store closures, while spending on electronics reached just 1.8 per cent growth, below the rate of inflation. Clothing spending also declined by 2.4 per cent – the biggest dip since October 2017.\r\n\r\nThis slowdown in clothing spending could be due to the warmer-than-usual weather experienced during much of October, as a fifth (19 per cent) of consumers say they have postponed making winter wardrobe purchases this year.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for Annual Awards 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\">UK restaurant industry calls on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n</ul>\r\nMore broadly, stronger average earnings growth in the UK helps explain why one fifth (19 per cent) say their wages have gone up enough for them to have a little more money to spend each month. Yet Brits remain cautious with their money. Of those with more money to spend following a pay rise, half (49 per cent) are saving their extra money or paying off debt, and a third (36 per cent) are currently putting it towards Christmas.\r\n\r\nThis caution reflects wider opinion of the nation’s economy. Just 28 per cent of UK consumers now say that they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014.\r\n\r\n<strong>Esme Harwood, Director at Barclaycard, said: </strong>“While the retail sector has continued to face challenges, the experience economy provided a welcome boost to overall spending in October with consumers going for meals out, and purchasing tickets to events and shows.\r\n\r\n“Ongoing economic and political uncertainty has led to a decline in confidence, with consumers remaining cautious with their spend in the run-up to Christmas.”\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\"></td>\r\n<td width=\"92\"><strong>Y/Y Spend growth by category</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"92\"><strong>Overall</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\" width=\"92\">-2.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Family Clothing</td>\r\n<td valign=\"top\" width=\"92\">-3.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Shoe Shops</td>\r\n<td valign=\"top\" width=\"92\">-2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Women’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">-1.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Men’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">0.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\" width=\"92\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Parts &amp; Accessories</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cinema, Theatre &amp; Dance</td>\r\n<td valign=\"top\" width=\"92\">22.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Public Houses</td>\r\n<td valign=\"top\" width=\"92\">11.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Department Stores</td>\r\n<td valign=\"top\" width=\"92\">-5.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">DIY Stores</td>\r\n<td valign=\"top\" width=\"92\">2.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Travel Agents</td>\r\n<td valign=\"top\" width=\"92\">6.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\" width=\"92\">0.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\" width=\"92\">2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\" width=\"92\">10.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gambling</td>\r\n<td valign=\"top\" width=\"92\">17.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Vehicle Sales</td>\r\n<td valign=\"top\" width=\"92\">-3.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Hotels</td>\r\n<td valign=\"top\" width=\"92\">3.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Repair Shops</td>\r\n<td valign=\"top\" width=\"92\">1.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports Shops</td>\r\n<td valign=\"top\" width=\"92\">-1.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Furniture Stores</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Telecoms</td>\r\n<td valign=\"top\" width=\"92\">2.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Household Appliances</td>\r\n<td valign=\"top\" width=\"92\">-14.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Jewellers</td>\r\n<td valign=\"top\" width=\"92\">-6.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports and Games Establishment</td>\r\n<td valign=\"top\" width=\"92\">0.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Garden Centres</td>\r\n<td valign=\"top\" width=\"92\">7.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Discount Stores</td>\r\n<td valign=\"top\" width=\"92\">-13.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gift Shops</td>\r\n<td valign=\"top\" width=\"92\">-5.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Floor Covering Stores</td>\r\n<td valign=\"top\" width=\"92\">-1.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Tourist Attractions</td>\r\n<td valign=\"top\" width=\"92\">0.5%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Amusment Parks</td>\r\n<td valign=\"top\" width=\"92\">6.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Aquariums</td>\r\n<td valign=\"top\" width=\"92\">25.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Electronic Stores</td>\r\n<td valign=\"top\" width=\"92\">1.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cosmetic Stores</td>\r\n<td valign=\"top\" width=\"92\">4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Optical Goods</td>\r\n<td valign=\"top\" width=\"92\">5.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Overall</td>\r\n<td valign=\"top\" width=\"92\">4.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Average Transaction Value</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">-4.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"bottom\">-0.8%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"bottom\">-7.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"bottom\">-4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"bottom\">-3.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"bottom\">3.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Number of Transactions</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">9.5%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\">-1.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\">14.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\">6.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\">6.7%</td>\r\n</tr>\r\n</tbody>\r\n</table>','Barclays - Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle','','inherit','closed','closed','','3124-autosave-v1','','','2018-11-06 15:26:43','2018-11-06 15:26:43','',3124,'http://www.ontradeprogress.com/2018/11/06/3124-autosave-v1/',0,'revision','',0),(3128,1,'2018-11-06 15:26:27','2018-11-06 15:26:27','<h1>Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle</h1>\r\n<ul>\r\n 	<li>Consumer spending increased 4.4 per cent year-on-year in October, maintaining a modest level of growth</li>\r\n 	<li>Ticket sales rose 22.1 per cent after the release of Glastonbury Festival tickets and box office hits such as <em>Venom and</em> <em>A Star is Born</em></li>\r\n 	<li>The retail sector continued to struggle, with contractions in department store (-5.9 per cent) and clothing spending (-2.4 per cent)</li>\r\n 	<li>28 per cent of consumers say they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014</li>\r\n</ul>\r\n<h3><strong>Consumer spending grew 4.4 per cent year-on-year in October, maintaining a modest level of growth, as the retail sector continues to face challenges.</strong></h3>\r\nData from <a href=\"http://Barclaycard.co.uk\" target=\"_blank\" rel=\"noopener\">Barclaycard</a>, which sees nearly half of the nation’s credit and debit card transactions, shows that essential spending rose 4.8 per cent year-on-year, as petrol expenditure remained high with 10.3 per cent growth.\r\n\r\nNon-essential expenditure, meanwhile, demonstrated a reasonable increase of 4.1 per cent. Entertainment was the driving force behind this, rising 10.8 per cent – powered by strong performances from pubs (11.7 per cent) and restaurants (8.6 per cent).\r\n\r\nEntertainment was also boosted by ticket sales which performed particularly well at 22.1 per cent growth. This follows Glastonbury Festival tickets going on sale after the festival’s fallow year, alongside blockbuster film releases such as <em>Venom</em> and <em>A Star is Born</em>.\r\n\r\nThe retail sector, however, continued to struggle. Department store spending contracted by 5.9 per cent amidst high profile store closures, while spending on electronics reached just 1.8 per cent growth, below the rate of inflation. Clothing spending also declined by 2.4 per cent – the biggest dip since October 2017.\r\n\r\nThis slowdown in clothing spending could be due to the warmer-than-usual weather experienced during much of October, as a fifth (19 per cent) of consumers say they have postponed making winter wardrobe purchases this year.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for Annual Awards 2018</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/\">UK restaurant industry calls on the government to review business rates</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/\">UKHospitality welcomes Chancellor\'s business support</a></li>\r\n</ul>\r\nMore broadly, stronger average earnings growth in the UK helps explain why one fifth (19 per cent) say their wages have gone up enough for them to have a little more money to spend each month. Yet Brits remain cautious with their money. Of those with more money to spend following a pay rise, half (49 per cent) are saving their extra money or paying off debt, and a third (36 per cent) are currently putting it towards Christmas.\r\n\r\nThis caution reflects wider opinion of the nation’s economy. Just 28 per cent of UK consumers now say that they have confidence in the UK economy – the joint lowest level since Barclaycard started monitoring consumer confidence in 2014.\r\n\r\n<strong>Esme Harwood, Director at Barclaycard, said: </strong>“While the retail sector has continued to face challenges, the experience economy provided a welcome boost to overall spending in October with consumers going for meals out, and purchasing tickets to events and shows.\r\n\r\n“Ongoing economic and political uncertainty has led to a decline in confidence, with consumers remaining cautious with their spend in the run-up to Christmas.”\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"2\"></td>\r\n<td width=\"92\"><strong>Y/Y Spend growth by category</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"92\"><strong>Overall</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\" width=\"92\">-2.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Family Clothing</td>\r\n<td valign=\"top\" width=\"92\">-3.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Shoe Shops</td>\r\n<td valign=\"top\" width=\"92\">-2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Women’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">-1.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">     Men’s Clothing</td>\r\n<td valign=\"top\" width=\"92\">0.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\" width=\"92\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Parts &amp; Accessories</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cinema, Theatre &amp; Dance</td>\r\n<td valign=\"top\" width=\"92\">22.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Public Houses</td>\r\n<td valign=\"top\" width=\"92\">11.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Department Stores</td>\r\n<td valign=\"top\" width=\"92\">-5.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">DIY Stores</td>\r\n<td valign=\"top\" width=\"92\">2.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Travel Agents</td>\r\n<td valign=\"top\" width=\"92\">6.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\" width=\"92\">0.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\" width=\"92\">2.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\" width=\"92\">10.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gambling</td>\r\n<td valign=\"top\" width=\"92\">17.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Vehicle Sales</td>\r\n<td valign=\"top\" width=\"92\">-3.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Hotels</td>\r\n<td valign=\"top\" width=\"92\">3.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Auto Repair Shops</td>\r\n<td valign=\"top\" width=\"92\">1.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports Shops</td>\r\n<td valign=\"top\" width=\"92\">-1.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Furniture Stores</td>\r\n<td valign=\"top\" width=\"92\">3.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Telecoms</td>\r\n<td valign=\"top\" width=\"92\">2.9%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Household Appliances</td>\r\n<td valign=\"top\" width=\"92\">-14.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Jewellers</td>\r\n<td valign=\"top\" width=\"92\">-6.1%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Sports and Games Establishment</td>\r\n<td valign=\"top\" width=\"92\">0.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Garden Centres</td>\r\n<td valign=\"top\" width=\"92\">7.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Discount Stores</td>\r\n<td valign=\"top\" width=\"92\">-13.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Gift Shops</td>\r\n<td valign=\"top\" width=\"92\">-5.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Floor Covering Stores</td>\r\n<td valign=\"top\" width=\"92\">-1.3%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Tourist Attractions</td>\r\n<td valign=\"top\" width=\"92\">0.5%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Amusment Parks</td>\r\n<td valign=\"top\" width=\"92\">6.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Aquariums</td>\r\n<td valign=\"top\" width=\"92\">25.2%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Electronic Stores</td>\r\n<td valign=\"top\" width=\"92\">1.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Cosmetic Stores</td>\r\n<td valign=\"top\" width=\"92\">4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Optical Goods</td>\r\n<td valign=\"top\" width=\"92\">5.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Overall</td>\r\n<td valign=\"top\" width=\"92\">4.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Average Transaction Value</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">-4.6%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"bottom\">-0.8%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"bottom\">-7.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"bottom\">-4.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"bottom\">-3.8%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"bottom\">3.4%</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\" width=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\" valign=\"top\"><strong>Number of Transactions</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>Overall</strong></td>\r\n<td valign=\"top\">9.5%\r\n\r\n&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Clothing</td>\r\n<td valign=\"top\">-1.7%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Airlines</td>\r\n<td valign=\"top\">8.6%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Restaurants</td>\r\n<td valign=\"top\">14.0%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Supermarkets</td>\r\n<td valign=\"top\">6.4%</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">Petrol</td>\r\n<td valign=\"top\">6.7%</td>\r\n</tr>\r\n</tbody>\r\n</table>','Barclays - Consumer spending grows 4.4% in October propped up by entertainment, while the retail sector continues to struggle','','inherit','closed','closed','','3124-revision-v1','','','2018-11-06 15:26:27','2018-11-06 15:26:27','',3124,'http://www.ontradeprogress.com/2018/11/06/3124-revision-v1/',0,'revision','',0),(3130,1,'2018-11-07 09:05:55','2018-11-07 09:05:55','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has announced an inaugural Krombacher Pub Walk campaign, which is looking to increase awareness about the plight of British pubs and in the process raise money for the Licensed Trade Charity.</h1>\r\n<strong>The mammoth challenge taking place in London will see a Krombacher team cover in excess of 30 miles as they aim to visit 300 pubs on foot in 24 hours.</strong>\r\n\r\n&nbsp;\r\n\r\nThe fundraisers will begin on Friday 16th November and will be raising money in aid of the Licensed Trade Charity, which for the past 200 years has been helping people who work or have worked in pubs, bars and breweries when they are in need.\r\n\r\n&nbsp;\r\n\r\n<strong>To donate and support the team on their challenge, visit </strong><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a>\r\n\r\n&nbsp;\r\n\r\nResearch by the Campaign for Real Ale revealed earlier this year that around 18 pubs are being forced to close in the UK each week and the organisation is calling on the Government to do more.\r\n\r\n[caption id=\"attachment_3134\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3134\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_6606-225x300.jpg\" alt=\"Krombacher is aiming to raise money for for the licensed trade charity\" width=\"225\" height=\"300\" /> Krombacher is aiming to raise money for the licensed trade charity[/caption]\r\n\r\n<strong>Stephan Kofler, Krombacher Sales &amp; Marketing Director, said:</strong>\r\n\r\n&nbsp;\r\n\r\n“It’s a shocking statistic and incredibly sad that so many pubs are being forced to close each week. If our challenge can generate some noise around this and at the same time raise money for a charity that carries out incredible work in the pub, bar and brewery sectors, then it will most definitely be worth it.\"\r\n\r\n&nbsp;\r\n<div>\r\n\r\n<strong>Carolyn Jenkinson, Charity Services Manager for the Licensed Trade Charity, said:</strong>\r\n\r\n&nbsp;\r\n\r\n“Fundraising for the Licensed Trade Charity can make a real difference to people’s lives. The grants that we provide to pub, bar and brewery people in times of hardship can cover such items as rent and deposits for accommodation, bills and furniture. All money raised helps us to support those in need”.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\" target=\"_blank\" rel=\"noopener\">Kolibri Drinks gives full customisation of their drinks to their customers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/proof-drinks-jeremy-hill-director/\" target=\"_blank\" rel=\"noopener\">Proof Drinks appoints a new Managing Director</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\" target=\"_blank\" rel=\"noopener\">Fentimans are pushing for growth</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\" target=\"_blank\" rel=\"noopener\">WKD Christmas Bauble is a must this season</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3><b>Krombacher’s Fundraising So Far….</b></h3>\r\n&nbsp;\r\n\r\nIn the last two years, Krombacher been extremely active in supporting and raising money for pub causes around the UK.  Over £2000 has previously been raised to date for Pub is The Hub.\r\n\r\n&nbsp;\r\n\r\nIn 2016, two UK team members ran the Krombacher sponsored Frankfurt Marathon and Stephan Kofler walked the SÜDTIROL SKYRACE for charity - a 69km, 13,000 ft climb which he completed in 16 hours and 55 minutes.\r\n\r\n&nbsp;\r\n\r\nThe money raised has been used on a variety of pub projects including providing the Stoke Canon Inn near Exeter with a projector and screen for community events, plus assisting the School Boy Inn in Norton, South Yorkshire, with the launch of a community shop.\r\n\r\n&nbsp;\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\n&nbsp;\r\n\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\n&nbsp;\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n\r\n&nbsp;\r\n<h3><b>About Krombacher</b></h3>\r\n<b> </b>\r\n\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\n&nbsp;\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\n&nbsp;\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\n&nbsp;\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\n&nbsp;\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\n&nbsp;\r\n<h3>For further information:</h3>\r\n&nbsp;\r\n\r\n<a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a>\r\n\r\n<a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a>\r\n\r\nTwitter - @krombacherUK\r\n\r\nFacebook, Instagram - /KrombacherUK','Krombacher Announces Inaugural Pub Walk Charity Challenge','','publish','closed','open','','krombacher-trade-charity','','','2018-11-07 09:05:55','2018-11-07 09:05:55','',0,'http://www.ontradeprogress.com/?p=3130',0,'post','',0),(3131,1,'2018-11-07 08:51:26','2018-11-07 08:51:26','Krombacher is aiming to raise money for for the licensed trade charity','Krombacher is aiming to raise money for for the licensed trade charity','Krombacher is aiming to raise money for for the licensed trade charity','inherit','closed','closed','','fw_-krombacher-announces-inaugural-pub-walk-charity-challenge','','','2018-11-07 09:00:24','2018-11-07 09:00:24','',3130,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/FW_-Krombacher-Announces-Inaugural-Pub-Walk-Charity-Challenge.zip',0,'attachment','application/zip',0),(3132,1,'2018-11-07 08:52:39','2018-11-07 08:52:39','','Krombacher is aiming to raise money for the licensed trade charity','Krombacher is aiming to raise money for the licensed trade charity','inherit','closed','closed','','krombacher_pub_walk','','','2018-11-07 09:01:07','2018-11-07 09:01:07','',3130,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Krombacher_Pub_Walk.jpg',0,'attachment','image/jpeg',0),(3133,1,'2018-11-07 08:53:31','2018-11-07 08:53:31','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has announced an inaugural Krombacher Pub Walk campaign, which is looking to increase awareness about the plight of British pubs and in the process raise money for the Licensed Trade Charity.</h1>\r\n<strong>The mammoth challenge taking place in London will see a Krombacher team cover in excess of 30 miles as they aim to visit 300 pubs on foot in 24 hours.</strong>\r\n\r\n&nbsp;\r\n\r\nThe fundraisers will begin on Friday 16th November and will be raising money in aid of the Licensed Trade Charity, which for the past 200 years has been helping people who work or have worked in pubs, bars and breweries when they are in need.\r\n\r\n&nbsp;\r\n\r\n<strong>To donate and support the team on their challenge, visit </strong><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a>\r\n\r\n&nbsp;\r\n\r\nResearch by the Campaign for Real Ale revealed earlier this year that around 18 pubs are being forced to close in the UK each week and the organisation is calling on the Government to do more.\r\n\r\n&nbsp;\r\n\r\n<strong>Stephan Kofler, Krombacher Sales &amp; Marketing Director, said:</strong>\r\n\r\n&nbsp;\r\n\r\n“It’s a shocking statistic and incredibly sad that so many pubs are being forced to close each week. If our challenge can generate some noise around this and at the same time raise money for a charity that carries out incredible work in the pub, bar and brewery sectors, then it will most definitely be worth it.\"\r\n\r\n&nbsp;\r\n<div>\r\n\r\n<strong>Carolyn Jenkinson, Charity Services Manager for the Licensed Trade Charity, said:</strong>\r\n\r\n&nbsp;\r\n\r\n“Fundraising for the Licensed Trade Charity can make a real difference to people’s lives. The grants that we provide to pub, bar and brewery people in times of hardship can cover such items as rent and deposits for accommodation, bills and furniture. All money raised helps us to support those in need”.\r\n\r\n</div>\r\n&nbsp;\r\n<h3><b>Krombacher’s Fundraising So Far….</b></h3>\r\n&nbsp;\r\n\r\nIn the last two years, Krombacher been extremely active in supporting and raising money for pub causes around the UK.  Over £2000 has previously been raised to date for Pub is The Hub.\r\n\r\n&nbsp;\r\n\r\nIn 2016, two UK team members ran the Krombacher sponsored Frankfurt Marathon and Stephan Kofler walked the SÜDTIROL SKYRACE for charity - a 69km, 13,000 ft climb which he completed in 16 hours and 55 minutes.\r\n\r\n&nbsp;\r\n\r\nThe money raised has been used on a variety of pub projects including providing the Stoke Canon Inn near Exeter with a projector and screen for community events, plus assisting the School Boy Inn in Norton, South Yorkshire, with the launch of a community shop.\r\n\r\n&nbsp;\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\n&nbsp;\r\n\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\n&nbsp;\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n\r\n&nbsp;\r\n<h3><b>About Krombacher</b></h3>\r\n<b> </b>\r\n\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\n&nbsp;\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\n&nbsp;\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\n&nbsp;\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\n&nbsp;\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\n&nbsp;\r\n\r\nFor further information:\r\n\r\n&nbsp;\r\n\r\n<a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a>\r\n\r\n<a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a>\r\n\r\nTwitter - @krombacherUK\r\n\r\nFacebook, Instagram - /KrombacherUK','Krombacher Announces Inaugural Pub Walk Charity Challenge','','inherit','closed','closed','','3130-revision-v1','','','2018-11-07 08:53:31','2018-11-07 08:53:31','',3130,'http://www.ontradeprogress.com/2018/11/07/3130-revision-v1/',0,'revision','',0),(3134,1,'2018-11-07 09:00:08','2018-11-07 09:00:08','','Krombacher is aiming to raise money for for the licensed trade charity','Krombacher is aiming to raise money for for the licensed trade charity','inherit','closed','closed','','img_6606','','','2018-11-07 09:00:32','2018-11-07 09:00:32','',3130,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_6606.jpg',0,'attachment','image/jpeg',0),(3135,1,'2018-11-07 09:05:55','2018-11-07 09:05:55','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has announced an inaugural Krombacher Pub Walk campaign, which is looking to increase awareness about the plight of British pubs and in the process raise money for the Licensed Trade Charity.</h1>\r\n<strong>The mammoth challenge taking place in London will see a Krombacher team cover in excess of 30 miles as they aim to visit 300 pubs on foot in 24 hours.</strong>\r\n\r\n&nbsp;\r\n\r\nThe fundraisers will begin on Friday 16th November and will be raising money in aid of the Licensed Trade Charity, which for the past 200 years has been helping people who work or have worked in pubs, bars and breweries when they are in need.\r\n\r\n&nbsp;\r\n\r\n<strong>To donate and support the team on their challenge, visit </strong><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a>\r\n\r\n&nbsp;\r\n\r\nResearch by the Campaign for Real Ale revealed earlier this year that around 18 pubs are being forced to close in the UK each week and the organisation is calling on the Government to do more.\r\n\r\n[caption id=\"attachment_3134\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3134\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_6606-225x300.jpg\" alt=\"Krombacher is aiming to raise money for for the licensed trade charity\" width=\"225\" height=\"300\" /> Krombacher is aiming to raise money for the licensed trade charity[/caption]\r\n\r\n<strong>Stephan Kofler, Krombacher Sales &amp; Marketing Director, said:</strong>\r\n\r\n&nbsp;\r\n\r\n“It’s a shocking statistic and incredibly sad that so many pubs are being forced to close each week. If our challenge can generate some noise around this and at the same time raise money for a charity that carries out incredible work in the pub, bar and brewery sectors, then it will most definitely be worth it.\"\r\n\r\n&nbsp;\r\n<div>\r\n\r\n<strong>Carolyn Jenkinson, Charity Services Manager for the Licensed Trade Charity, said:</strong>\r\n\r\n&nbsp;\r\n\r\n“Fundraising for the Licensed Trade Charity can make a real difference to people’s lives. The grants that we provide to pub, bar and brewery people in times of hardship can cover such items as rent and deposits for accommodation, bills and furniture. All money raised helps us to support those in need”.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\" target=\"_blank\" rel=\"noopener\">Kolibri Drinks gives full customisation of their drinks to their customers</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/25/proof-drinks-jeremy-hill-director/\" target=\"_blank\" rel=\"noopener\">Proof Drinks appoints a new Managing Director</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\" target=\"_blank\" rel=\"noopener\">Fentimans are pushing for growth</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/\" target=\"_blank\" rel=\"noopener\">WKD Christmas Bauble is a must this season</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3><b>Krombacher’s Fundraising So Far….</b></h3>\r\n&nbsp;\r\n\r\nIn the last two years, Krombacher been extremely active in supporting and raising money for pub causes around the UK.  Over £2000 has previously been raised to date for Pub is The Hub.\r\n\r\n&nbsp;\r\n\r\nIn 2016, two UK team members ran the Krombacher sponsored Frankfurt Marathon and Stephan Kofler walked the SÜDTIROL SKYRACE for charity - a 69km, 13,000 ft climb which he completed in 16 hours and 55 minutes.\r\n\r\n&nbsp;\r\n\r\nThe money raised has been used on a variety of pub projects including providing the Stoke Canon Inn near Exeter with a projector and screen for community events, plus assisting the School Boy Inn in Norton, South Yorkshire, with the launch of a community shop.\r\n\r\n&nbsp;\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\n&nbsp;\r\n\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\n&nbsp;\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n\r\n&nbsp;\r\n<h3><b>About Krombacher</b></h3>\r\n<b> </b>\r\n\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\n&nbsp;\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\n&nbsp;\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\n&nbsp;\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\n&nbsp;\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\n&nbsp;\r\n<h3>For further information:</h3>\r\n&nbsp;\r\n\r\n<a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a>\r\n\r\n<a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a>\r\n\r\nTwitter - @krombacherUK\r\n\r\nFacebook, Instagram - /KrombacherUK','Krombacher Announces Inaugural Pub Walk Charity Challenge','','inherit','closed','closed','','3130-revision-v1','','','2018-11-07 09:05:55','2018-11-07 09:05:55','',3130,'http://www.ontradeprogress.com/2018/11/07/3130-revision-v1/',0,'revision','',0),(3136,1,'2018-11-07 09:46:00','2018-11-07 09:46:00','<h1><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a>’s iconic Argentine beer brand Quilmes has undergone a full brand revamp including a new eye-catching packaging makeover of its bottles and cans.</h1>\r\n&nbsp;\r\n\r\nRenamed Quilmes Clasica, the famous brand first launched in the UK over a decade ago and has quietly developed a passionate following in the ON/OFF trade and among consumers.\r\n\r\n&nbsp;\r\n\r\nImported by Morgenrot since 2008, the brand is a mainstay in the growing Argentine restaurant and pop up food scenes, plus in the UK bar sector and has benefited from its association with the UK polo scene and Argentine football culture.\r\n\r\n&nbsp;\r\n\r\n<strong>Commenting on the re-brand, Morgenrot’s Commercial Director John Critchley said:</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3139\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3139\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Quilmes-new-label-225x300.jpg\" alt=\"Quilmes Clasica\" width=\"225\" height=\"300\" /> Quilmes Clasica has had a revamp[/caption]\r\n\r\n“We’re proud to have worked with the Quilmes brewery for over a decade with the brand growing year on year and continuing to be a popular choice with our customers. It’s by far Argentina’s biggest beer brand and has now also developed a loyal following in the UK so a revamp was necessary to continue the push.”\r\n\r\n&nbsp;\r\n\r\n“With the growing demand for beautifully packaged, taste rich, world lagers, we’re thrilled to launch the stunning new branding, which will be key as we look to make the brand a leading light in the super premium lager category in the years to come.”\r\n\r\n&nbsp;\r\n\r\nProudly remaining a genuine import, Quilmes Clasica is only brewed in Argentina. Quality and provenance are assured from the use of the finest Patagonian hops, malted barley grown in the Pampas and pure water from the Andes.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/morgenrot-launches-somewhere-else/\">More than Mendoza as Morgenrot launches somewhere else</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces charity pub walk</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\">Kolibri Drinks gives full customisation of their drinks to their customers</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3>The Quilmes brewery’s supreme lager is available in bottles in 24 x 34cl &amp; 6 x 97cl and in cans in 24x35.5cl.</h3>\r\n&nbsp;\r\n\r\nQuilmes Clasica - <i>Brewed to 4.9%, Quilmes is a classic lager that reflects its brewing heritage: golden colour, rich texture, refreshing light hoppy taste with a crisp, dry thirst-quenching finish.</i>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3138\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3138\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/new-packaging-group-shot-300x226.jpg\" alt=\"Quilmes Clasica\" width=\"300\" height=\"226\" /> Quilmes Clasica[/caption]\r\n<h3><b>About Quilmes</b></h3>\r\n&nbsp;\r\n\r\nQuilmes brewery was founded in 1890 in Buenos Aires by German immigrant Otto Bemberg. Though named after the area of the city where it was located, the Quilmes were originally a native tribe who lived in the surroundings of Tucumán. In the 17th century, after repeated attempts by the Spanish invaders to control their lands, they were defeated and forced to settle in a restricted colony (reducción) near Buenos Aires, 1000km away from their homeland.\r\n\r\n&nbsp;\r\n\r\nThe Quilmes’ beer quickly dominated the drinks market in Argentina with outlets in all major cities. Having acquired several more breweries, they made the first malt from Argentine barley in 1921 and this enterprise supplied not only their own breweries but practically the entire national beer industry.\r\n\r\n&nbsp;\r\n\r\nQuilmes is “Argentina’s Favourite Beer” – and this Argentinian icon is enjoying an international reputation with export growth in the Americas, Asia, Australia and Europe.\r\n\r\n&nbsp;\r\n<h3><b>About Morgenrot</b></h3>\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.\r\n\r\n&nbsp;\r\n\r\n<strong>For more information on the Quilmes, contact Morgenrot on (0845) 070 4310, email<a class=\"mailto-link\" href=\"mailto:enquiries@morgenrot.co.uk\" target=\"_blank\" rel=\"noopener\"> enquiries@morgenrot.co.uk</a> or follow on Twitter @Morgenrot_Group.</strong>','Morgenrot unveils Quilmes brand refresh','','publish','closed','open','','quilmes-clasica-revamp-packaging','','http://www.ontradeprogress.com/2018/09/18/morgenrot-launches-somewhere-else/\nhttp://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/','2018-11-07 11:44:16','2018-11-07 11:44:16','',0,'http://www.ontradeprogress.com/?p=3136',0,'post','',0),(3137,1,'2018-11-07 09:33:17','2018-11-07 09:33:17','','Quilmes Clasica have revamped their packaging','Quilmes Clasica have revamped their packaging','inherit','closed','closed','','new-packa-lifestyle','','','2018-11-07 09:34:52','2018-11-07 09:34:52','',3136,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/new-packa-lifestyle.png',0,'attachment','image/png',0),(3138,1,'2018-11-07 09:33:24','2018-11-07 09:33:24','','Quilmes Clasica','Quilmes Clasica','inherit','closed','closed','','new-packaging-group-shot','','','2018-11-07 09:34:03','2018-11-07 09:34:03','',3136,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/new-packaging-group-shot.jpg',0,'attachment','image/jpeg',0),(3139,1,'2018-11-07 09:33:28','2018-11-07 09:33:28','','Quilmes Clasica','Quilmes Clasica has had a revamp','inherit','closed','closed','','quilmes-new-label','','','2018-11-07 09:39:02','2018-11-07 09:39:02','',3136,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Quilmes-new-label.jpg',0,'attachment','image/jpeg',0),(3140,1,'2018-11-07 09:45:45','2018-11-07 09:45:45','<h1><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a>’s iconic Argentine beer brand Quilmes has undergone a full brand revamp including a new eye-catching packaging makeover of its bottles and cans.</h1>\r\n&nbsp;\r\n\r\nRenamed Quilmes Clasica, the famous brand first launched in the UK over a decade ago and has quietly developed a passionate following in the ON/OFF trade and among consumers.\r\n\r\n&nbsp;\r\n\r\nImported by Morgenrot since 2008, the brand is a mainstay in the growing Argentine restaurant and pop up food scenes, plus in the UK bar sector and has benefited from its association with the UK polo scene and Argentine football culture.\r\n\r\n&nbsp;\r\n\r\n<strong>Commenting on the re-brand, Morgenrot’s Commercial Director John Critchley said:</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3139\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3139\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Quilmes-new-label-225x300.jpg\" alt=\"Quilmes Clasica\" width=\"225\" height=\"300\" /> Quilmes Clasica has had a revamp[/caption]\r\n\r\n“We’re proud to have worked with the Quilmes brewery for over a decade with the brand growing year on year and continuing to be a popular choice with our customers. It’s by far Argentina’s biggest beer brand and has now also developed a loyal following in the UK so a revamp was necessary to continue the push.”\r\n\r\n&nbsp;\r\n\r\n“With the growing demand for beautifully packaged, taste rich, world lagers, we’re thrilled to launch the stunning new branding, which will be key as we look to make the brand a leading light in the super premium lager category in the years to come.”\r\n\r\n&nbsp;\r\n\r\nProudly remaining a genuine import, Quilmes Clasica is only brewed in Argentina. Quality and provenance are assured from the use of the finest Patagonian hops, malted barley grown in the Pampas and pure water from the Andes.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/morgenrot-launches-somewhere-else/\">More than Mendoza as Morgenrot launches somewhere else</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces charity pub walk</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\">Kolibri Drinks gives full customisation of their drinks to their customers</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3>The Quilmes brewery’s supreme lager is available in bottles in 24 x 34cl &amp; 6 x 97cl and in cans in 24x35.5cl.</h3>\r\n&nbsp;\r\n\r\nQuilmes Clasica - <i>Brewed to 4.9%, Quilmes is a classic lager that reflects its brewing heritage: golden colour, rich texture, refreshing light hoppy taste with a crisp, dry thirst-quenching finish.</i>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3138\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3138\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/new-packaging-group-shot-300x226.jpg\" alt=\"Quilmes Clasica\" width=\"300\" height=\"226\" /> Quilmes Clasica[/caption]\r\n<h3><b>About Quilmes</b></h3>\r\n&nbsp;\r\n\r\nQuilmes brewery was founded in 1890 in Buenos Aires by German immigrant Otto Bemberg. Though named after the area of the city where it was located, the Quilmes were originally a native tribe who lived in the surroundings of Tucumán. In the 17th century, after repeated attempts by the Spanish invaders to control their lands, they were defeated and forced to settle in a restricted colony (reducción) near Buenos Aires, 1000km away from their homeland.\r\n\r\n&nbsp;\r\n\r\nThe Quilmes’ beer quickly dominated the drinks market in Argentina with outlets in all major cities. Having acquired several more breweries, they made the first malt from Argentine barley in 1921 and this enterprise supplied not only their own breweries but practically the entire national beer industry.\r\n\r\n&nbsp;\r\n\r\nQuilmes is “Argentina’s Favourite Beer” – and this Argentinian icon is enjoying an international reputation with export growth in the Americas, Asia, Australia and Europe.\r\n\r\n&nbsp;\r\n<h3><b>About Morgenrot</b></h3>\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.\r\n\r\n&nbsp;\r\n\r\n<strong>For more information on the Quilmes, contact Morgenrot on (0845) 070 4310, email<a class=\"mailto-link\" href=\"mailto:enquiries@morgenrot.co.uk\" target=\"_blank\" rel=\"noopener\"> enquiries@morgenrot.co.uk</a> or follow on Twitter @Morgenrot_Group.</strong>','Morgenrot Unveils Quilmes Brand Refresh','','inherit','closed','closed','','3136-revision-v1','','','2018-11-07 09:45:45','2018-11-07 09:45:45','',3136,'http://www.ontradeprogress.com/2018/11/07/3136-revision-v1/',0,'revision','',0),(3141,1,'2018-11-07 11:32:01','2018-11-07 11:32:01','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting <a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">bar snacks</a> aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n<b> </b>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announced pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for 2018 awards</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot announces Quilmes brand revamp</a></li>\r\n</ul>\r\n<b> </b>\r\n<h2 class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\n<b> </b>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female drinkers the ‘key to unlocking snacking profits’ – Sun Valley Nut Co.','','publish','closed','open','','sun-valley-nut-survey-bar-snacks','','http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\nhttp://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\nhttp://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/','2018-11-07 11:46:30','2018-11-07 11:46:30','',0,'http://www.ontradeprogress.com/?p=3141',0,'post','',0),(3142,1,'2018-11-07 11:21:07','2018-11-07 11:21:07','','Sun Valley Nut Co. surveyed 300 females about range of bar snacks','Sun Valley Nut Co. surveyed 300 females about range of bar snacks','inherit','closed','closed','','female-snackers','','','2018-11-07 11:21:52','2018-11-07 11:21:52','',3141,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers.jpg',0,'attachment','image/jpeg',0),(3143,1,'2018-11-07 11:22:53','2018-11-07 11:22:53','','Sun Valley Nut Co. surveyed 300 females about range of bar snacks','Sun Valley Nut Co. surveyed 300 females about range of bar snacks','inherit','closed','closed','','female-snackers2','','','2018-11-07 11:23:07','2018-11-07 11:23:07','',3141,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/female-snackers2.jpg',0,'attachment','image/jpeg',0),(3144,1,'2018-11-07 11:23:53','2018-11-07 11:23:53','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting bar snacks aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</p>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female Drinkers the ‘Key To Unlocking Snacking Profits’ – Sun Valley Nut Co.','','inherit','closed','closed','','3141-revision-v1','','','2018-11-07 11:23:53','2018-11-07 11:23:53','',3141,'http://www.ontradeprogress.com/2018/11/07/3141-revision-v1/',0,'revision','',0),(3145,1,'2018-11-07 11:29:24','2018-11-07 11:29:24','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting <a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">bar snacks</a> aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announced pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for 2018 awards</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot announces Quilmes brand revamp</a></li>\r\n</ul>\r\n<h2 class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\"></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female Drinkers the ‘Key To Unlocking Snacking Profits’ – Sun Valley Nut Co.','','inherit','closed','closed','','3141-revision-v1','','','2018-11-07 11:29:24','2018-11-07 11:29:24','',3141,'http://www.ontradeprogress.com/2018/11/07/3141-revision-v1/',0,'revision','',0),(3146,1,'2018-11-07 11:30:31','2018-11-07 11:30:31','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting <a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">bar snacks</a> aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n<b> </b>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announced pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for 2018 awards</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot announces Quilmes brand revamp</a></li>\r\n</ul>\r\n<b> </b>\r\n<h2 class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female Drinkers the ‘Key To Unlocking Snacking Profits’ – Sun Valley Nut Co.','','inherit','closed','closed','','3141-revision-v1','','','2018-11-07 11:30:31','2018-11-07 11:30:31','',3141,'http://www.ontradeprogress.com/2018/11/07/3141-revision-v1/',0,'revision','',0),(3147,1,'2018-11-07 11:31:25','2018-11-07 11:31:25','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting <a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">bar snacks</a> aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n<b> </b>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announced pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for 2018 awards</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot announces Quilmes brand revamp</a></li>\r\n</ul>\r\n<b> </b>\r\n<h2 class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\n<b> </b>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female Drinkers the ‘Key To Unlocking Snacking Profits’ – Sun Valley Nut Co.','','inherit','closed','closed','','3141-revision-v1','','','2018-11-07 11:31:25','2018-11-07 11:31:25','',3141,'http://www.ontradeprogress.com/2018/11/07/3141-revision-v1/',0,'revision','',0),(3149,1,'2018-11-07 11:44:16','2018-11-07 11:44:16','<h1><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener\">Morgenrot</a>’s iconic Argentine beer brand Quilmes has undergone a full brand revamp including a new eye-catching packaging makeover of its bottles and cans.</h1>\r\n&nbsp;\r\n\r\nRenamed Quilmes Clasica, the famous brand first launched in the UK over a decade ago and has quietly developed a passionate following in the ON/OFF trade and among consumers.\r\n\r\n&nbsp;\r\n\r\nImported by Morgenrot since 2008, the brand is a mainstay in the growing Argentine restaurant and pop up food scenes, plus in the UK bar sector and has benefited from its association with the UK polo scene and Argentine football culture.\r\n\r\n&nbsp;\r\n\r\n<strong>Commenting on the re-brand, Morgenrot’s Commercial Director John Critchley said:</strong>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3139\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3139\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Quilmes-new-label-225x300.jpg\" alt=\"Quilmes Clasica\" width=\"225\" height=\"300\" /> Quilmes Clasica has had a revamp[/caption]\r\n\r\n“We’re proud to have worked with the Quilmes brewery for over a decade with the brand growing year on year and continuing to be a popular choice with our customers. It’s by far Argentina’s biggest beer brand and has now also developed a loyal following in the UK so a revamp was necessary to continue the push.”\r\n\r\n&nbsp;\r\n\r\n“With the growing demand for beautifully packaged, taste rich, world lagers, we’re thrilled to launch the stunning new branding, which will be key as we look to make the brand a leading light in the super premium lager category in the years to come.”\r\n\r\n&nbsp;\r\n\r\nProudly remaining a genuine import, Quilmes Clasica is only brewed in Argentina. Quality and provenance are assured from the use of the finest Patagonian hops, malted barley grown in the Pampas and pure water from the Andes.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/09/18/morgenrot-launches-somewhere-else/\">More than Mendoza as Morgenrot launches somewhere else</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces charity pub walk</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\">Kolibri Drinks gives full customisation of their drinks to their customers</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3>The Quilmes brewery’s supreme lager is available in bottles in 24 x 34cl &amp; 6 x 97cl and in cans in 24x35.5cl.</h3>\r\n&nbsp;\r\n\r\nQuilmes Clasica - <i>Brewed to 4.9%, Quilmes is a classic lager that reflects its brewing heritage: golden colour, rich texture, refreshing light hoppy taste with a crisp, dry thirst-quenching finish.</i>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3138\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3138\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/new-packaging-group-shot-300x226.jpg\" alt=\"Quilmes Clasica\" width=\"300\" height=\"226\" /> Quilmes Clasica[/caption]\r\n<h3><b>About Quilmes</b></h3>\r\n&nbsp;\r\n\r\nQuilmes brewery was founded in 1890 in Buenos Aires by German immigrant Otto Bemberg. Though named after the area of the city where it was located, the Quilmes were originally a native tribe who lived in the surroundings of Tucumán. In the 17th century, after repeated attempts by the Spanish invaders to control their lands, they were defeated and forced to settle in a restricted colony (reducción) near Buenos Aires, 1000km away from their homeland.\r\n\r\n&nbsp;\r\n\r\nThe Quilmes’ beer quickly dominated the drinks market in Argentina with outlets in all major cities. Having acquired several more breweries, they made the first malt from Argentine barley in 1921 and this enterprise supplied not only their own breweries but practically the entire national beer industry.\r\n\r\n&nbsp;\r\n\r\nQuilmes is “Argentina’s Favourite Beer” – and this Argentinian icon is enjoying an international reputation with export growth in the Americas, Asia, Australia and Europe.\r\n\r\n&nbsp;\r\n<h3><b>About Morgenrot</b></h3>\r\nEstablished in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.\r\n\r\n&nbsp;\r\n\r\n<strong>For more information on the Quilmes, contact Morgenrot on (0845) 070 4310, email<a class=\"mailto-link\" href=\"mailto:enquiries@morgenrot.co.uk\" target=\"_blank\" rel=\"noopener\"> enquiries@morgenrot.co.uk</a> or follow on Twitter @Morgenrot_Group.</strong>','Morgenrot unveils Quilmes brand refresh','','inherit','closed','closed','','3136-revision-v1','','','2018-11-07 11:44:16','2018-11-07 11:44:16','',3136,'http://www.ontradeprogress.com/2018/11/07/3136-revision-v1/',0,'revision','',0),(3150,1,'2018-11-07 11:44:43','2018-11-07 11:44:43','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting <a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">bar snacks</a> aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n<b> </b>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announced pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for 2018 awards</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot announces Quilmes brand revamp</a></li>\r\n</ul>\r\n<b> </b>\r\n<h2 class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\n<b> </b>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female drinkers the ‘Key To Unlocking Snacking Profits’ – Sun Valley Nut Co.','','inherit','closed','closed','','3141-revision-v1','','','2018-11-07 11:44:43','2018-11-07 11:44:43','',3141,'http://www.ontradeprogress.com/2018/11/07/3141-revision-v1/',0,'revision','',0),(3151,1,'2018-11-07 11:45:01','2018-11-07 11:45:01','<h1 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>An overwhelming 80% of female drinkers would like to see more interesting <a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">bar snacks</a> aimed at pairing with their favourite drinks*; this from a new survey commissioned by the Sun Valley Nut Co. which views female snackers as key to building profits in pubs and bars.   </b></h1>\r\n<b> </b>\r\n\r\nThe survey asked 300 women, 20% of whom frequent pub and bars at least weekly with some visiting up to three times a week, about their snacking habits when drinking out of home. 70% admitted that they found their options limited, especially in comparison to the styles of drinks they prefer.\r\n\r\n<b> </b>\r\n<p class=\"ox-7902a268de-MsoNormal\">Prosecco <b>(22%)</b> is the most popular drink choice, followed by beer <b>(20%)</b>, cider <b>(18%)</b> then gin <b>(16%)</b> and wine <b>(11%). </b>Fifty per cent of respondents found themselves opting for crisps as a default choice, with 30% going for nuts, but again being left uninspired by a lack of flavour choice.</p>\r\n<b> </b>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announced pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/\">Guild of Beer Writers publishes shortlist for 2018 awards</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot announces Quilmes brand revamp</a></li>\r\n</ul>\r\n<b> </b>\r\n<h2 class=\"ox-7902a268de-MsoNormal\">This picture of a frustrated snacker, says <b>Sun Valley Marketing Manager Alison Robson, </b>presents savvy pubs and bars with an opportunity to profit, especially when it comes to nuts – a snack currently in the ascendancy in retail, adding an extra £31.7m in YOY sales**.</h2>\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3142\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3142\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Female-snackers-200x300.jpg\" alt=\"Sun Valley Nut Co. surveyed 300 females about range of bar snacks\" width=\"200\" height=\"300\" /> Sun Valley Nut Co. surveyed 300 females about the range of bar snacks[/caption]\r\n<p class=\"ox-7902a268de-MsoNormal\">“Alcoholic drinks and nuts have, for many years, gone hand in hand, yet there has arguably been little innovation in flavours and formats – especially given the explosion in popularity of craft beer and Prosecco (the UK is the biggest market for Prosecco consumption after Italy) and heightened consumer interest in gin varieties – gin is the current fastest growing spirit in the UK^. The category is also majority male-oriented meaning opportunity knocks for those outlets that can entice more females into an incremental snack purchase.”</p>\r\n<b> </b>\r\nTo counter this and help pubs and bars profit from incremental add-ons to drinks purchases, Sun Valley has launched a range of nut mixes designed to complement gin, Prosecco and craft beer.\r\n\r\n&nbsp;\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Gin Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This blend of peanuts, almonds, cashews and pistachios has been infused with delicate botanicals – herbal and citrus flavours of thyme and lemon – that work alongside classic gins and will appeal to young, adventurous drinkers, looking for a tonic to the same old bar snacks.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Prosecco Nut Mix                </b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\">This sweet nut mix of Prosecco and berry flavour peanuts, cashews and almonds, with Prosecco fudge pieces and tangy cranberries, provides the ideal partnership when served with sparkling wine.</p>\r\n<b> </b>\r\n<h3 class=\"ox-7902a268de-MsoNormal\"><b>Craft Beer Nut Mix</b></h3>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-7902a268de-MsoNormal\">Over the past decade, the on-trade has experienced a boom in craft beer, with sales flourishing and peanuts already proving a classic accompaniment. This highly savoury chargrilled beef &amp; onion flavour mix of peanuts, almonds &amp; cashews – works perfectly with IPA’s, Best Bitter and other craft ales. The malting process which creates these robust full-flavoured beers mirrors the deeply savoury flavours of chargrilled beef, reminiscent of a rib eye steak cooked over hot coals. This flavour has the blessing of the UK’s first female beer sommelier, writer, consultant and trainer Annabel Smith, who provided accompanying tasting notes.</p>\r\n<p class=\"ox-7902a268de-MsoNormal\">The Perfectly Paired range is available now in 800g catering formats, 45g individual carded bags, and 50g bar pots. A range of POS and presentation jars is also available. Sites can request completely free samples of the new range by visiting: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley/perfectpairings.co.uk\" target=\"_blank\" rel=\"noopener\">www.sun-valley/perfectpairings.co.uk</a></span></p>\r\n&nbsp;\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>**Kantar Worldpanel to year-end 29 January 2017] </i><i></i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>*Toluna for Sun Valley Nut Co. 2018</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><strong><i>^Source: Vinexpol/IWSR Nuts; WSTA (Wine Spirit and Trade Association)</i></strong></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-7902a268de-MsoNormal\"><b> </b></p>\r\n\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</b></h4>\r\n<h4 class=\"ox-7902a268de-MsoNormal\" align=\"center\"><b>To learn more, visit: <span class=\"ox-7902a268de-MsoHyperlink\"><a href=\"http://www.sun-valley.co.uk/\" target=\"_blank\" rel=\"noopener\">www.sun-valley.co.uk</a></span> or call 0151 482 7100</b></h4>','Female drinkers the ‘key to unlocking snacking profits’ – Sun Valley Nut Co.','','inherit','closed','closed','','3141-revision-v1','','','2018-11-07 11:45:01','2018-11-07 11:45:01','',3141,'http://www.ontradeprogress.com/2018/11/07/3141-revision-v1/',0,'revision','',0),(3152,1,'2018-11-07 12:31:18','2018-11-07 12:31:18','<h1>A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year.</h1>\r\n<b> </b>\r\nThe World Health Organisation classifies beef, lamb and pork as carcinogenic when eaten in processed form, and as probably carcinogenic when eaten unprocessed. These three types of meat have also been linked to increased rates of coronary heart disease, stroke and type 2 diabetes.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3158\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3158\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/AdobeStock_163630231_Supermarket_Meat-300x169.jpg\" alt=\"Is there a tax on the way for red &amp; processed meat\" width=\"300\" height=\"169\" /> Is there a tax on the way for red &amp; processed meat[/caption]\r\n\r\nThe consumption of red and processed meat exceeds recommended levels in most high- and middle-income countries. This has significant impacts not only on personal health, but also on healthcare systems, which are taxpayer-funded in many countries, and on economies, which are losing workers due to ill health and care for family members who fall ill.\r\n\r\n<b> </b>\r\nPublished today in the journal <em><a href=\"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">PLoS One</a>,</em> the study, led by <a href=\"https://www.oxfordmartin.ox.ac.uk/people/611\">Dr Marco Springmann</a> of the <a href=\"https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food\">Oxford Martin Programme on the Future of Food</a> and the <a href=\"https://www.ndph.ox.ac.uk/\">Nuffield Department of Population Health</a>, found that red meat would need to be 20% more expensive and processed meat, like bacon, sausages and jerky, would need to be more than double its current price to account for these health costs.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/\">Female drinkers the \'key to profits\' - Sun Valley Nut Co.</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announce pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\">Kolibri Drink gives customers fully customisable drinks</a></li>\r\n</ul>\r\nThe study calculated that in 2020 there will be 2.4 million deaths attributable to red and processed meat consumption, as well as $285 billion in costs related to healthcare. It then set out to estimate the optimal levels of taxation in 149 world regions to account for the marginal costs associated with consumption and to encourage consumers to make healthier choices.\r\n\r\n<b> </b>\r\nThe research suggests that if the optimum health taxes were introduced, the consumption of processed meat would decline by about two portions per week in high-income countries and by 16% globally. Unprocessed red meat consumption would remain steady, due to consumers substituting it for processed meat. This could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year. Tax revenues would amount to US$172 billion globally and cover 70% of the health costs that red and processed meat consumption put on society. To fully cover the costs, the health taxes would have to be doubled.\r\n\r\n<b> </b>\r\n“I hope that governments will consider introducing a health levy on red and processed meat as part of a range of measures to make healthy and sustainable decision-making easier for consumers. A health levy on red and processed meat would not limit choices, but send a powerful signal to consumers and take pressure off our healthcare systems,” said Dr Springmann.\r\n\r\n<b> </b>\r\nHe added: “Nobody wants governments to tell people what they can and can’t eat. However, our findings make it clear that the consumption of red and processed meat has a cost, not just to people’s health and to the planet, but also to the healthcare systems and the economy.”\r\n\r\n<b> </b>\r\nThe reduced consumption of processed meat identified by the study would also have positive knock-on effects on climate change and body weight. The researchers found it would reduce global greenhouse gas emissions by over one hundred million tonnes, mainly due to lower beef consumption, and reduce levels of obesity by driving consumers to lower-calorie substitutions.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Read the full paper: Health-motivated taxes on red and processed meat: <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">A modelling study on optimal tax levels and associated health impacts</a></li>\r\n 	<li>Detailed country-level results are available at <a href=\"https://doi.org/10.5287/bodleian:j0n1Jd5rb\">https://doi.org/10.5287/bodleian:j0n1Jd5rb</a></li>\r\n</ul>','Optimum “health tax” for meat calculated','','publish','closed','open','','red-processed-meat','','http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/\nhttp://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\nhttp://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/','2018-11-07 13:26:01','2018-11-07 13:26:01','',0,'http://www.ontradeprogress.com/?p=3152',0,'post','',0),(3153,1,'2018-11-07 11:52:27','2018-11-07 11:52:27','<h1>A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year.</h1>\r\n<b> </b>\r\nThe World Health Organisation classifies beef, lamb and pork as carcinogenic when eaten in processed form, and as probably carcinogenic when eaten unprocessed. These three types of meat have also been linked to increased rates of coronary heart disease, stroke and type 2 diabetes.\r\n\r\nThe consumption of red and processed meat exceeds recommended levels in most high- and middle-income countries. This has significant impacts not only on personal health, but also on healthcare systems, which are taxpayer-funded in many countries, and on economies, which are losing workers due to ill health and care for family members who fall ill.\r\n\r\nPublished today in the journal <em><a href=\"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">PLoS One</a>,</em> the study, led by <a href=\"https://www.oxfordmartin.ox.ac.uk/people/611\">Dr Marco Springmann</a> of the <a href=\"https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food\">Oxford Martin Programme on the Future of Food</a> and the <a href=\"https://www.ndph.ox.ac.uk/\">Nuffield Department of Population Health</a>, found that red meat would need to be 20% more expensive and processed meat, like bacon, sausages and jerky, would need to be more than double its current price to account for these health costs.\r\n\r\nThe study calculated that in 2020 there will be 2.4 million deaths attributable to red and processed meat consumption, as well as $285 billion in costs related to healthcare. It then set out to estimate the optimal levels of taxation in 149 world regions to account for the marginal costs associated with consumption and to encourage consumers to make healthier choices.\r\n\r\nThe research suggests that if the optimum health taxes were introduced, the consumption of processed meat would decline by about two portions per week in high-income countries and by 16% globally. Unprocessed red meat consumption would remain steady, due to consumers substituting it for processed meat. This could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year. Tax revenues would amount to US$172 billion globally and cover 70% of the health costs that red and processed meat consumption put on society. To fully cover the costs, the health taxes would have to be doubled.\r\n\r\n“I hope that governments will consider introducing a health levy on red and processed meat as part of a range of measures to make healthy and sustainable decision-making easier for consumers. A health levy on red and processed meat would not limit choices, but send a powerful signal to consumers and take pressure off our healthcare systems,” said Dr Springmann.\r\n\r\nHe added: “Nobody wants governments to tell people what they can and can’t eat. However, our findings make it clear that the consumption of red and processed meat has a cost, not just to people’s health and to the planet, but also to the healthcare systems and the economy.”\r\n\r\nThe reduced consumption of processed meat identified by the study would also have positive knock-on effects on climate change and body weight. The researchers found it would reduce global greenhouse gas emissions by over one hundred million tonnes, mainly due to lower beef consumption, and reduce levels of obesity by driving consumers to lower-calorie substitutions.\r\n<ul>\r\n 	<li>Read the full paper: Health-motivated taxes on red and processed meat: <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">A modelling study on optimal tax levels and associated health impacts</a></li>\r\n 	<li>Detailed country-level results are available at <a href=\"https://doi.org/10.5287/bodleian:j0n1Jd5rb\">https://doi.org/10.5287/bodleian:j0n1Jd5rb</a></li>\r\n</ul>','','','inherit','closed','closed','','3152-revision-v1','','','2018-11-07 11:52:27','2018-11-07 11:52:27','',3152,'http://www.ontradeprogress.com/2018/11/07/3152-revision-v1/',0,'revision','',0),(3154,1,'2018-11-07 11:55:59','2018-11-07 11:55:59','<h1>A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year.</h1>\r\n<b> </b>\r\nThe World Health Organisation classifies beef, lamb and pork as carcinogenic when eaten in processed form, and as probably carcinogenic when eaten unprocessed. These three types of meat have also been linked to increased rates of coronary heart disease, stroke and type 2 diabetes.\r\n<b> </b>\r\nThe consumption of red and processed meat exceeds recommended levels in most high- and middle-income countries. This has significant impacts not only on personal health, but also on healthcare systems, which are taxpayer-funded in many countries, and on economies, which are losing workers due to ill health and care for family members who fall ill.\r\n<b> </b>\r\nPublished today in the journal <em><a href=\"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">PLoS One</a>,</em> the study, led by <a href=\"https://www.oxfordmartin.ox.ac.uk/people/611\">Dr Marco Springmann</a> of the <a href=\"https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food\">Oxford Martin Programme on the Future of Food</a> and the <a href=\"https://www.ndph.ox.ac.uk/\">Nuffield Department of Population Health</a>, found that red meat would need to be 20% more expensive and processed meat, like bacon, sausages and jerky, would need to be more than double its current price to account for these health costs.\r\n<b> </b>\r\nThe study calculated that in 2020 there will be 2.4 million deaths attributable to red and processed meat consumption, as well as $285 billion in costs related to healthcare. It then set out to estimate the optimal levels of taxation in 149 world regions to account for the marginal costs associated with consumption and to encourage consumers to make healthier choices.\r\n<b> </b>\r\nThe research suggests that if the optimum health taxes were introduced, the consumption of processed meat would decline by about two portions per week in high-income countries and by 16% globally. Unprocessed red meat consumption would remain steady, due to consumers substituting it for processed meat. This could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year. Tax revenues would amount to US$172 billion globally and cover 70% of the health costs that red and processed meat consumption put on society. To fully cover the costs, the health taxes would have to be doubled.\r\n<b> </b>\r\n“I hope that governments will consider introducing a health levy on red and processed meat as part of a range of measures to make healthy and sustainable decision-making easier for consumers. A health levy on red and processed meat would not limit choices, but send a powerful signal to consumers and take pressure off our healthcare systems,” said Dr Springmann.\r\n<b> </b>\r\nHe added: “Nobody wants governments to tell people what they can and can’t eat. However, our findings make it clear that the consumption of red and processed meat has a cost, not just to people’s health and to the planet, but also to the healthcare systems and the economy.”\r\n<b> </b>\r\nThe reduced consumption of processed meat identified by the study would also have positive knock-on effects on climate change and body weight. The researchers found it would reduce global greenhouse gas emissions by over one hundred million tonnes, mainly due to lower beef consumption, and reduce levels of obesity by driving consumers to lower-calorie substitutions.\r\n<ul>\r\n 	<li>Read the full paper: Health-motivated taxes on red and processed meat: <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">A modelling study on optimal tax levels and associated health impacts</a></li>\r\n 	<li>Detailed country-level results are available at <a href=\"https://doi.org/10.5287/bodleian:j0n1Jd5rb\">https://doi.org/10.5287/bodleian:j0n1Jd5rb</a></li>\r\n</ul>','Optimum “health tax” for meat calculated','','inherit','closed','closed','','3152-revision-v1','','','2018-11-07 11:55:59','2018-11-07 11:55:59','',3152,'http://www.ontradeprogress.com/2018/11/07/3152-revision-v1/',0,'revision','',0),(3155,1,'2018-11-07 11:58:48','2018-11-07 11:58:48','<h1>A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year.</h1>\r\n<b> </b>\r\nThe World Health Organisation classifies beef, lamb and pork as carcinogenic when eaten in processed form, and as probably carcinogenic when eaten unprocessed. These three types of meat have also been linked to increased rates of coronary heart disease, stroke and type 2 diabetes.\r\n\r\n<b> </b>\r\nThe consumption of red and processed meat exceeds recommended levels in most high- and middle-income countries. This has significant impacts not only on personal health, but also on healthcare systems, which are taxpayer-funded in many countries, and on economies, which are losing workers due to ill health and care for family members who fall ill.\r\n\r\n<b> </b>\r\nPublished today in the journal <em><a href=\"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">PLoS One</a>,</em> the study, led by <a href=\"https://www.oxfordmartin.ox.ac.uk/people/611\">Dr Marco Springmann</a> of the <a href=\"https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food\">Oxford Martin Programme on the Future of Food</a> and the <a href=\"https://www.ndph.ox.ac.uk/\">Nuffield Department of Population Health</a>, found that red meat would need to be 20% more expensive and processed meat, like bacon, sausages and jerky, would need to be more than double its current price to account for these health costs.\r\n\r\n<b> </b>\r\nThe study calculated that in 2020 there will be 2.4 million deaths attributable to red and processed meat consumption, as well as $285 billion in costs related to healthcare. It then set out to estimate the optimal levels of taxation in 149 world regions to account for the marginal costs associated with consumption and to encourage consumers to make healthier choices.\r\n\r\n<b> </b>\r\nThe research suggests that if the optimum health taxes were introduced, the consumption of processed meat would decline by about two portions per week in high-income countries and by 16% globally. Unprocessed red meat consumption would remain steady, due to consumers substituting it for processed meat. This could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year. Tax revenues would amount to US$172 billion globally and cover 70% of the health costs that red and processed meat consumption put on society. To fully cover the costs, the health taxes would have to be doubled.\r\n\r\n<b> </b>\r\n“I hope that governments will consider introducing a health levy on red and processed meat as part of a range of measures to make healthy and sustainable decision-making easier for consumers. A health levy on red and processed meat would not limit choices, but send a powerful signal to consumers and take pressure off our healthcare systems,” said Dr Springmann.\r\n\r\n<b> </b>\r\nHe added: “Nobody wants governments to tell people what they can and can’t eat. However, our findings make it clear that the consumption of red and processed meat has a cost, not just to people’s health and to the planet, but also to the healthcare systems and the economy.”\r\n\r\n<b> </b>\r\nThe reduced consumption of processed meat identified by the study would also have positive knock-on effects on climate change and body weight. The researchers found it would reduce global greenhouse gas emissions by over one hundred million tonnes, mainly due to lower beef consumption, and reduce levels of obesity by driving consumers to lower-calorie substitutions.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Read the full paper: Health-motivated taxes on red and processed meat: <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">A modelling study on optimal tax levels and associated health impacts</a></li>\r\n 	<li>Detailed country-level results are available at <a href=\"https://doi.org/10.5287/bodleian:j0n1Jd5rb\">https://doi.org/10.5287/bodleian:j0n1Jd5rb</a></li>\r\n</ul>','Optimum “health tax” for meat calculated','','inherit','closed','closed','','3152-revision-v1','','','2018-11-07 11:58:48','2018-11-07 11:58:48','',3152,'http://www.ontradeprogress.com/2018/11/07/3152-revision-v1/',0,'revision','',0),(3156,1,'2018-11-07 12:04:29','2018-11-07 12:04:29','<h1>A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year.</h1>\r\n<b> </b>\r\nThe World Health Organisation classifies beef, lamb and pork as carcinogenic when eaten in processed form, and as probably carcinogenic when eaten unprocessed. These three types of meat have also been linked to increased rates of coronary heart disease, stroke and type 2 diabetes.\r\n\r\n<b> </b>\r\nThe consumption of red and processed meat exceeds recommended levels in most high- and middle-income countries. This has significant impacts not only on personal health, but also on healthcare systems, which are taxpayer-funded in many countries, and on economies, which are losing workers due to ill health and care for family members who fall ill.\r\n\r\n<b> </b>\r\nPublished today in the journal <em><a href=\"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">PLoS One</a>,</em> the study, led by <a href=\"https://www.oxfordmartin.ox.ac.uk/people/611\">Dr Marco Springmann</a> of the <a href=\"https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food\">Oxford Martin Programme on the Future of Food</a> and the <a href=\"https://www.ndph.ox.ac.uk/\">Nuffield Department of Population Health</a>, found that red meat would need to be 20% more expensive and processed meat, like bacon, sausages and jerky, would need to be more than double its current price to account for these health costs.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/\">Female drinkers the \'key to profits\' - Sun Valley Nut Co.</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announce pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\">Kolibri Drink gives customers fully customisable drinks</a></li>\r\n</ul>\r\nThe study calculated that in 2020 there will be 2.4 million deaths attributable to red and processed meat consumption, as well as $285 billion in costs related to healthcare. It then set out to estimate the optimal levels of taxation in 149 world regions to account for the marginal costs associated with consumption and to encourage consumers to make healthier choices.\r\n\r\n<b> </b>\r\nThe research suggests that if the optimum health taxes were introduced, the consumption of processed meat would decline by about two portions per week in high-income countries and by 16% globally. Unprocessed red meat consumption would remain steady, due to consumers substituting it for processed meat. This could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year. Tax revenues would amount to US$172 billion globally and cover 70% of the health costs that red and processed meat consumption put on society. To fully cover the costs, the health taxes would have to be doubled.\r\n\r\n<b> </b>\r\n“I hope that governments will consider introducing a health levy on red and processed meat as part of a range of measures to make healthy and sustainable decision-making easier for consumers. A health levy on red and processed meat would not limit choices, but send a powerful signal to consumers and take pressure off our healthcare systems,” said Dr Springmann.\r\n\r\n<b> </b>\r\nHe added: “Nobody wants governments to tell people what they can and can’t eat. However, our findings make it clear that the consumption of red and processed meat has a cost, not just to people’s health and to the planet, but also to the healthcare systems and the economy.”\r\n\r\n<b> </b>\r\nThe reduced consumption of processed meat identified by the study would also have positive knock-on effects on climate change and body weight. The researchers found it would reduce global greenhouse gas emissions by over one hundred million tonnes, mainly due to lower beef consumption, and reduce levels of obesity by driving consumers to lower-calorie substitutions.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Read the full paper: Health-motivated taxes on red and processed meat: <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">A modelling study on optimal tax levels and associated health impacts</a></li>\r\n 	<li>Detailed country-level results are available at <a href=\"https://doi.org/10.5287/bodleian:j0n1Jd5rb\">https://doi.org/10.5287/bodleian:j0n1Jd5rb</a></li>\r\n</ul>','Optimum “health tax” for meat calculated','','inherit','closed','closed','','3152-revision-v1','','','2018-11-07 12:04:29','2018-11-07 12:04:29','',3152,'http://www.ontradeprogress.com/2018/11/07/3152-revision-v1/',0,'revision','',0),(3157,1,'2018-11-07 13:18:29','2018-11-07 13:18:29','','Is there a tax on the way for red & processed meat','Is there a tax on the way for red & processed meat','inherit','closed','closed','','tax-468440_640','','','2018-11-07 13:19:05','2018-11-07 13:19:05','',3152,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/tax-468440_640.jpg',0,'attachment','image/jpeg',0),(3158,1,'2018-11-07 13:19:29','2018-11-07 13:19:29','','Is there a tax on the way for red & processed meat','Is there a tax on the way for red & processed meat','inherit','closed','closed','','adobestock_163630231_supermarket_meat','','','2018-11-07 13:19:40','2018-11-07 13:19:40','',3152,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/AdobeStock_163630231_Supermarket_Meat.jpg',0,'attachment','image/jpeg',0),(3159,1,'2018-11-07 13:19:45','2018-11-07 13:19:45','<h1>A new study from researchers at the Oxford Martin School has found that a health tax on red and processed meat could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year.</h1>\r\n<b> </b>\r\nThe World Health Organisation classifies beef, lamb and pork as carcinogenic when eaten in processed form, and as probably carcinogenic when eaten unprocessed. These three types of meat have also been linked to increased rates of coronary heart disease, stroke and type 2 diabetes.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3158\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3158\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/AdobeStock_163630231_Supermarket_Meat-300x169.jpg\" alt=\"Is there a tax on the way for red &amp; processed meat\" width=\"300\" height=\"169\" /> Is there a tax on the way for red &amp; processed meat[/caption]\r\n\r\nThe consumption of red and processed meat exceeds recommended levels in most high- and middle-income countries. This has significant impacts not only on personal health, but also on healthcare systems, which are taxpayer-funded in many countries, and on economies, which are losing workers due to ill health and care for family members who fall ill.\r\n\r\n<b> </b>\r\nPublished today in the journal <em><a href=\"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">PLoS One</a>,</em> the study, led by <a href=\"https://www.oxfordmartin.ox.ac.uk/people/611\">Dr Marco Springmann</a> of the <a href=\"https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food\">Oxford Martin Programme on the Future of Food</a> and the <a href=\"https://www.ndph.ox.ac.uk/\">Nuffield Department of Population Health</a>, found that red meat would need to be 20% more expensive and processed meat, like bacon, sausages and jerky, would need to be more than double its current price to account for these health costs.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/\">Female drinkers the \'key to profits\' - Sun Valley Nut Co.</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announce pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/\">Kolibri Drink gives customers fully customisable drinks</a></li>\r\n</ul>\r\nThe study calculated that in 2020 there will be 2.4 million deaths attributable to red and processed meat consumption, as well as $285 billion in costs related to healthcare. It then set out to estimate the optimal levels of taxation in 149 world regions to account for the marginal costs associated with consumption and to encourage consumers to make healthier choices.\r\n\r\n<b> </b>\r\nThe research suggests that if the optimum health taxes were introduced, the consumption of processed meat would decline by about two portions per week in high-income countries and by 16% globally. Unprocessed red meat consumption would remain steady, due to consumers substituting it for processed meat. This could prevent more than 220,000 deaths and save over US$40 billion in healthcare costs every year. Tax revenues would amount to US$172 billion globally and cover 70% of the health costs that red and processed meat consumption put on society. To fully cover the costs, the health taxes would have to be doubled.\r\n\r\n<b> </b>\r\n“I hope that governments will consider introducing a health levy on red and processed meat as part of a range of measures to make healthy and sustainable decision-making easier for consumers. A health levy on red and processed meat would not limit choices, but send a powerful signal to consumers and take pressure off our healthcare systems,” said Dr Springmann.\r\n\r\n<b> </b>\r\nHe added: “Nobody wants governments to tell people what they can and can’t eat. However, our findings make it clear that the consumption of red and processed meat has a cost, not just to people’s health and to the planet, but also to the healthcare systems and the economy.”\r\n\r\n<b> </b>\r\nThe reduced consumption of processed meat identified by the study would also have positive knock-on effects on climate change and body weight. The researchers found it would reduce global greenhouse gas emissions by over one hundred million tonnes, mainly due to lower beef consumption, and reduce levels of obesity by driving consumers to lower-calorie substitutions.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Read the full paper: Health-motivated taxes on red and processed meat: <a href=\"http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139\">A modelling study on optimal tax levels and associated health impacts</a></li>\r\n 	<li>Detailed country-level results are available at <a href=\"https://doi.org/10.5287/bodleian:j0n1Jd5rb\">https://doi.org/10.5287/bodleian:j0n1Jd5rb</a></li>\r\n</ul>','Optimum “health tax” for meat calculated','','inherit','closed','closed','','3152-revision-v1','','','2018-11-07 13:19:45','2018-11-07 13:19:45','',3152,'http://www.ontradeprogress.com/2018/11/07/3152-revision-v1/',0,'revision','',0),(3160,1,'2018-11-07 13:46:45','2018-11-07 13:46:45','<h1>Blanchette <a href=\"http://www.blanchettebricklane.co.uk/\" target=\"_blank\" rel=\"noopener\">Brick Lane</a>, the shabby-chic east end bistro, has extended its popular menu to include a weekend brunch, served Saturday to Sunday from 11am to 2pm.</h1>\r\nShowcasing the restaurant\'s signature French cuisine with a north Africa twist, chef director Tam Storrar has created a bunch menu that ranges from egg dishes to buttermilk pancakes with various toppings, boulangerie delicacies and favourite French classics.\r\n<div class=\"entry-content\">\r\n\r\nIn true brunch style, a build-your-own eggs menu offers <em>Two Cacklebean free range eggs (poached, scrambled or fried) on toasted sourdough or brioche bun</em> (£4.95) served with a choice of multiple toppings including <em>Smashed pumpkin, feta and harrisa</em> (£3) alongside the classic <em>Avocado </em>(£3), <em>Back bacon </em>(£2) or <em>Smoked salmon </em>(£3). For a more indulgent option, a build-your-own pancakes menu consists of <em>Light and fluffy buttermilk pancakes</em> (£5.25) with a choice of toppings ranging from <em>Berry compote </em>(£3.50) to <em>Hazelnut and chocolate ganache </em>(£2.50).\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub charity walk in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' for meat on the horizon?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/\">Females are the \'key to snacking profits\' - Sun Valley Nut Co.</a></li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\nIn keeping with Blanchette’s French roots, a boulangerie offers baked goods such as <em>Brioche buns</em>, <em>Chocolate and hazelnut croissants</em>, and <em>Ham and cheese croissants</em>, all for £2.75. Of course, the menu would not be complete without the obligatory <em>Croque Monsieur</em> (£7) and <em>Croque Madame</em> (£8), which feature amongst other sandwiches including one of <em>Blue cheese, mushroom &amp; straw potato</em> (£6.25). The restaurant’s Northern African twist is showcased in Storrar’s signature <em>Baked Moroccan eggs with flatbread</em> and <em>Merguez sausage roll</em>.\r\n\r\nTo drink, guests can choose from a selection of coffees, freshly squeezed juices and Blanchette’s signature cocktails, including classic breakfast tipples such as the <em>Mimosa</em> and <em>Bloody Mary</em>.\r\n\r\nIdeally located in the centre of Shoreditch, the new menu makes Blanchette a perfect weekend destination for London’s ever hungry brunch-goers.\r\n\r\n</div>','Blanchette Brick Lane launches weekend brunch menu','','publish','closed','open','','blanchette-launches-brunch-menu','','\nhttp://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/','2018-11-07 14:01:30','2018-11-07 14:01:30','',0,'http://www.ontradeprogress.com/?p=3160',0,'post','',0),(3161,1,'2018-11-07 13:42:02','2018-11-07 13:42:02','','Blanchette Brick Lane launches weekend brunch menu','Blanchette Brick Lane launches weekend brunch menu','inherit','closed','closed','','blanchette-brick-lane-launches-weekend-brunch-menu-1520x700','','','2018-11-07 13:42:35','2018-11-07 13:42:35','',3160,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Blanchette-Brick-Lane-launches-weekend-brunch-menu-1520x700.jpg',0,'attachment','image/jpeg',0),(3162,1,'2018-11-07 13:46:21','2018-11-07 13:46:21','<h1>Blanchette <a href=\"http://www.blanchettebricklane.co.uk/\" target=\"_blank\" rel=\"noopener\">Brick Lane</a>, the shabby-chic east end bistro, has extended its popular menu to include a weekend brunch, served Saturday to Sunday from 11am to 2pm.</h1>\r\nShowcasing the restaurant\'s signature French cuisine with a north Africa twist, chef director Tam Storrar has created a bunch menu that ranges from egg dishes to buttermilk pancakes with various toppings, boulangerie delicacies and favourite French classics.\r\n<div class=\"entry-content\">\r\n\r\nIn true brunch style, a build-your-own eggs menu offers <em>Two Cacklebean free range eggs (poached, scrambled or fried) on toasted sourdough or brioche bun</em> (£4.95) served with a choice of multiple toppings including <em>Smashed pumpkin, feta and harrisa</em> (£3) alongside the classic <em>Avocado </em>(£3), <em>Back bacon </em>(£2) or <em>Smoked salmon </em>(£3). For a more indulgent option, a build-your-own pancakes menu consists of <em>Light and fluffy buttermilk pancakes</em> (£5.25) with a choice of toppings ranging from <em>Berry compote </em>(£3.50) to <em>Hazelnut and chocolate ganache </em>(£2.50).\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub charity walk in London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' for meat on the horizon?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/\">Females are the \'key to snacking profits\' - Sun Valley Nut Co.</a></li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n\r\nIn keeping with Blanchette’s French roots, a boulangerie offers baked goods such as <em>Brioche buns</em>, <em>Chocolate and hazelnut croissants</em>, and <em>Ham and cheese croissants</em>, all for £2.75. Of course, the menu would not be complete without the obligatory <em>Croque Monsieur</em> (£7) and <em>Croque Madame</em> (£8), which feature amongst other sandwiches including one of <em>Blue cheese, mushroom &amp; straw potato</em> (£6.25). The restaurant’s Northern African twist is showcased in Storrar’s signature <em>Baked Moroccan eggs with flatbread</em> and <em>Merguez sausage roll</em>.\r\n\r\nTo drink, guests can choose from a selection of coffees, freshly squeezed juices and Blanchette’s signature cocktails, including classic breakfast tipples such as the <em>Mimosa</em> and <em>Bloody Mary</em>.\r\n\r\nIdeally located in the centre of Shoreditch, the new menu makes Blanchette a perfect weekend destination for London’s ever hungry brunch-goers.\r\n\r\n</div>','Blanchette Brick Lane launches weekend brunch menu','','inherit','closed','closed','','3160-revision-v1','','','2018-11-07 13:46:21','2018-11-07 13:46:21','',3160,'http://www.ontradeprogress.com/2018/11/07/3160-revision-v1/',0,'revision','',0),(3163,1,'2018-11-07 14:38:53','2018-11-07 14:38:53','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG), the operator of nearly 300 mid-market restaurant brands including Café Rouge, Bella Italia and Las Iguanas, has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates (UAE), which was officially announced during a launch event attended by both parties at Las Iguanas, Royal Festival Hall, 30 October.</h1>\r\n<b> </b>\r\nThe deal with RELAM Investment gives exclusivity to open and operate the brands in the UAE for the next four years and stipulates it will open a minimum of 11 restaurants over the period including Bella Italia. The partners are currently looking at several high-profile locations in Dubai for the debut site, and are also keen to explore opportunities in Abu Dhabi for further openings.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub walk in London for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot shows off Quilmes new branding</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' on the horizon for red &amp; processed meat?</a></li>\r\n</ul>\r\n<b> </b>\r\nThe agreement represents a partnership between RELAM Investment and CDG, who will become its primary food and beverage partner in the region. RELAM Investment is a well-respected global investment company based in Dubai, specialising in a range of investments, including real-estate and technology. After recently committing to invest £300m into technology and real estate in India, this will be the company’s first food and drink investment.\r\n<b> </b>\r\n\r\n[caption id=\"attachment_3166\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3166\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/shard-2803941_640-300x196.jpg\" alt=\"bella italia\" width=\"300\" height=\"196\" /> CDG has extended its franchise to the UAE[/caption]\r\n\r\n<b> </b>\r\nThe deal sees the first ever franchise for Oriel Grande Brasserie, CDG’s premium all-day restaurant concept, that currently operates three sites, all of which are at airports. While the food across all of the brands will be reflective of their UK counterparts, all of the sites will be ‘dry’, but will serve a range of specially created mocktails which were showcased on the launch night.\r\n<h3>The move adds further momentum to CDG’s growing overseas franchise portfolio, which already boasts agreements in Saudi Arabia, South Africa and Ireland; to name a few. The group is exploring further franchising opportunities in Asia, Europe and North Africa.</h3>\r\n<b> </b>\r\nMr. Sultan Ali Rashed Lootah, Chairman &amp; Managing Director of RELAM Investment, added: “When we look for partners, we don’t just want well-known brands, we want operational experts who are the best in class and reflect our company values. CDG specialises in creating unique and memorable customer experiences and we are confident there is significant demand for its brands across the UAE, as the taste for European cuisine rises. The food scene across the UAE, particularly in Dubai, is vibrant and exciting at this moment in time and we are very much looking forward to working together on this new partnership.”','CDG signs exclusivity deal for Las Iguanas, Oriel & Bella Italia in UAE','','publish','closed','open','','cdg-bella-italia-uae','','http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\nhttp://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/','2018-11-07 14:53:00','2018-11-07 14:53:00','',0,'http://www.ontradeprogress.com/?p=3163',0,'post','',0),(3164,1,'2018-11-07 14:22:57','2018-11-07 14:22:57','','Casual Dining Group has agreed a new franchising deal for its Las Iguanas, Bella Italia et','Casual Dining Group has agreed a new franchising deal for its Las Iguanas, Bella Italia in the UAE','inherit','closed','closed','','piza-3010062_640','','','2018-11-07 14:23:17','2018-11-07 14:23:17','',3163,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/piza-3010062_640.jpg',0,'attachment','image/jpeg',0),(3165,1,'2018-11-07 14:28:43','2018-11-07 14:28:43','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG), the operator of nearly 300 mid-market restaurant brands including Café Rouge, Bella Italia and Las Iguanas, has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates (UAE), which was officially announced during a launch event attended by both parties at Las Iguanas, Royal Festival Hall, 30 October.</h1>\r\nThe deal with RELAM Investment gives exclusivity to open and operate the brands in the UAE for the next four years and stipulates it will open a minimum of 11 restaurants over the period including Bella Italia. The partners are currently looking at several high-profile locations in Dubai for the debut site, and are also keen to explore opportunities in Abu Dhabi for further openings.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub walk in London for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot shows off Quilmes new branding</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' on the horizon for red &amp; processed meat?</a></li>\r\n</ul>\r\nThe agreement represents a partnership between RELAM Investment and CDG, who will become its primary food and beverage partner in the region. RELAM Investment is a well-respected global investment company based in Dubai, specialising in a range of investments, including real-estate and technology. After recently committing to invest £300m into technology and real estate in India, this will be the company’s first food and drink investment.\r\n\r\nThe deal sees the first ever franchise for Oriel Grande Brasserie, CDG’s premium all-day restaurant concept, that currently operates three sites, all of which are at airports. While the food across all of the brands will be reflective of their UK counterparts, all of the sites will be ‘dry’, but will serve a range of specially created mocktails which were showcased on the launch night.\r\n<h3>The move adds further momentum to CDG’s growing overseas franchise portfolio, which already boasts agreements in Saudi Arabia, South Africa and Ireland; to name a few. The group is exploring further franchising opportunities in Asia, Europe and North Africa.</h3>\r\nMr. Sultan Ali Rashed Lootah, Chairman &amp; Managing Director of RELAM Investment, added: “When we look for partners, we don’t just want well-known brands, we want operational experts who are the best in class and reflect our company values. CDG specialises in creating unique and memorable customer experiences and we are confident there is significant demand for its brands across the UAE, as the taste for European cuisine rises. The food scene across the UAE, particularly in Dubai, is vibrant and exciting at this moment in time and we are very much looking forward to working together on this new partnership.”','','','inherit','closed','closed','','3163-revision-v1','','','2018-11-07 14:28:43','2018-11-07 14:28:43','',3163,'http://www.ontradeprogress.com/2018/11/07/3163-revision-v1/',0,'revision','',0),(3166,1,'2018-11-07 14:36:57','2018-11-07 14:36:57','','bella italia','CDG has extended its franchise to the UAE','inherit','closed','closed','','shard-2803941_640','','','2018-11-07 14:37:56','2018-11-07 14:37:56','',3163,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/shard-2803941_640.jpg',0,'attachment','image/jpeg',0),(3167,1,'2018-11-07 14:38:13','2018-11-07 14:38:13','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG), the operator of nearly 300 mid-market restaurant brands including Café Rouge, Bella Italia and Las Iguanas, has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates (UAE), which was officially announced during a launch event attended by both parties at Las Iguanas, Royal Festival Hall, 30 October.</h1>\r\nThe deal with RELAM Investment gives exclusivity to open and operate the brands in the UAE for the next four years and stipulates it will open a minimum of 11 restaurants over the period including Bella Italia. The partners are currently looking at several high-profile locations in Dubai for the debut site, and are also keen to explore opportunities in Abu Dhabi for further openings.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub walk in London for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot shows off Quilmes new branding</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' on the horizon for red &amp; processed meat?</a></li>\r\n</ul>\r\nThe agreement represents a partnership between RELAM Investment and CDG, who will become its primary food and beverage partner in the region. RELAM Investment is a well-respected global investment company based in Dubai, specialising in a range of investments, including real-estate and technology. After recently committing to invest £300m into technology and real estate in India, this will be the company’s first food and drink investment.\r\n\r\n[caption id=\"attachment_3166\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3166\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/shard-2803941_640-300x196.jpg\" alt=\"bella italia\" width=\"300\" height=\"196\" /> CDG has extended its franchise to the UAE[/caption]\r\n\r\nThe deal sees the first ever franchise for Oriel Grande Brasserie, CDG’s premium all-day restaurant concept, that currently operates three sites, all of which are at airports. While the food across all of the brands will be reflective of their UK counterparts, all of the sites will be ‘dry’, but will serve a range of specially created mocktails which were showcased on the launch night.\r\n<h3>The move adds further momentum to CDG’s growing overseas franchise portfolio, which already boasts agreements in Saudi Arabia, South Africa and Ireland; to name a few. The group is exploring further franchising opportunities in Asia, Europe and North Africa.</h3>\r\nMr. Sultan Ali Rashed Lootah, Chairman &amp; Managing Director of RELAM Investment, added: “When we look for partners, we don’t just want well-known brands, we want operational experts who are the best in class and reflect our company values. CDG specialises in creating unique and memorable customer experiences and we are confident there is significant demand for its brands across the UAE, as the taste for European cuisine rises. The food scene across the UAE, particularly in Dubai, is vibrant and exciting at this moment in time and we are very much looking forward to working together on this new partnership.”','','','inherit','closed','closed','','3163-revision-v1','','','2018-11-07 14:38:13','2018-11-07 14:38:13','',3163,'http://www.ontradeprogress.com/2018/11/07/3163-revision-v1/',0,'revision','',0),(3168,1,'2018-11-07 14:51:44','2018-11-07 14:51:44','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG), the operator of nearly 300 mid-market restaurant brands including Café Rouge, Bella Italia and Las Iguanas, has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates (UAE), which was officially announced during a launch event attended by both parties at Las Iguanas, Royal Festival Hall, 30 October.</h1>\nThe deal with RELAM Investment gives exclusivity to open and operate the brands in the UAE for the next four years and stipulates it will open a minimum of 11 restaurants over the period including Bella Italia. The partners are currently looking at several high-profile locations in Dubai for the debut site, and are also keen to explore opportunities in Abu Dhabi for further openings.\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub walk in London for charity</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot shows off Quilmes new branding</a></li>\n 	<li></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' on the horizon for red &amp; processed meat?</a></li>\n</ul>\nThe agreement represents a partnership between RELAM Investment and CDG, who will become its primary food and beverage partner in the region. RELAM Investment is a well-respected global investment company based in Dubai, specialising in a range of investments, including real-estate and technology. After recently committing to invest £300m into technology and real estate in India, this will be the company’s first food and drink investment.\n\n[caption id=\"attachment_3166\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3166\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/shard-2803941_640-300x196.jpg\" alt=\"bella italia\" width=\"300\" height=\"196\" /> CDG has extended its franchise to the UAE[/caption]\n\nThe deal sees the first ever franchise for Oriel Grande Brasserie, CDG’s premium all-day restaurant concept, that currently operates three sites, all of which are at airports. While the food across all of the brands will be reflective of their UK counterparts, all of the sites will be ‘dry’, but will serve a range of specially created mocktails which were showcased on the launch night.\n<h3>The move adds further momentum to CDG’s growing overseas franchise portfolio, which already boasts agreements in Saudi Arabia, South Africa and Ireland; to name a few. The group is exploring further franchising opportunities in Asia, Europe and North Africa.</h3>\nMr. Sultan Ali Rashed Lootah, Chairman &amp; Managing Director of RELAM Investment, added: “When we look for partners, we don’t just want well-known brands, we want operational experts who are the best in class and reflect our company values. CDG specialises in creating unique and memorable customer experiences and we are confident there is significant demand for its brands across the UAE, as the taste for European cuisine rises. The food scene across the UAE, particularly in Dubai, is vibrant and exciting at this moment in time and we are very much looking forward to working together on this new partnership.”','CDG signs exclusivity deal for Las Iguanas, Oriel & Bella Italia in UAE','','inherit','closed','closed','','3163-autosave-v1','','','2018-11-07 14:51:44','2018-11-07 14:51:44','',3163,'http://www.ontradeprogress.com/2018/11/07/3163-autosave-v1/',0,'revision','',0),(3169,1,'2018-11-07 14:42:37','2018-11-07 14:42:37','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG), the operator of nearly 300 mid-market restaurant brands including Café Rouge, Bella Italia and Las Iguanas, has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates (UAE), which was officially announced during a launch event attended by both parties at Las Iguanas, Royal Festival Hall, 30 October.</h1>\r\nThe deal with RELAM Investment gives exclusivity to open and operate the brands in the UAE for the next four years and stipulates it will open a minimum of 11 restaurants over the period including Bella Italia. The partners are currently looking at several high-profile locations in Dubai for the debut site, and are also keen to explore opportunities in Abu Dhabi for further openings.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub walk in London for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot shows off Quilmes new branding</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' on the horizon for red &amp; processed meat?</a></li>\r\n</ul>\r\nThe agreement represents a partnership between RELAM Investment and CDG, who will become its primary food and beverage partner in the region. RELAM Investment is a well-respected global investment company based in Dubai, specialising in a range of investments, including real-estate and technology. After recently committing to invest £300m into technology and real estate in India, this will be the company’s first food and drink investment.\r\n\r\n[caption id=\"attachment_3166\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3166\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/shard-2803941_640-300x196.jpg\" alt=\"bella italia\" width=\"300\" height=\"196\" /> CDG has extended its franchise to the UAE[/caption]\r\n\r\nThe deal sees the first ever franchise for Oriel Grande Brasserie, CDG’s premium all-day restaurant concept, that currently operates three sites, all of which are at airports. While the food across all of the brands will be reflective of their UK counterparts, all of the sites will be ‘dry’, but will serve a range of specially created mocktails which were showcased on the launch night.\r\n<h3>The move adds further momentum to CDG’s growing overseas franchise portfolio, which already boasts agreements in Saudi Arabia, South Africa and Ireland; to name a few. The group is exploring further franchising opportunities in Asia, Europe and North Africa.</h3>\r\nMr. Sultan Ali Rashed Lootah, Chairman &amp; Managing Director of RELAM Investment, added: “When we look for partners, we don’t just want well-known brands, we want operational experts who are the best in class and reflect our company values. CDG specialises in creating unique and memorable customer experiences and we are confident there is significant demand for its brands across the UAE, as the taste for European cuisine rises. The food scene across the UAE, particularly in Dubai, is vibrant and exciting at this moment in time and we are very much looking forward to working together on this new partnership.”','CDG signs exclusivity deal for Las Iguanas, Oriel & Bella Italia in UAE','','inherit','closed','closed','','3163-revision-v1','','','2018-11-07 14:42:37','2018-11-07 14:42:37','',3163,'http://www.ontradeprogress.com/2018/11/07/3163-revision-v1/',0,'revision','',0),(3170,1,'2018-11-07 14:53:00','2018-11-07 14:53:00','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG), the operator of nearly 300 mid-market restaurant brands including Café Rouge, Bella Italia and Las Iguanas, has agreed a new franchising deal for its Las Iguanas, Bella Italia and Oriel Grande Brasserie brands in the United Arab Emirates (UAE), which was officially announced during a launch event attended by both parties at Las Iguanas, Royal Festival Hall, 30 October.</h1>\r\n<b> </b>\r\nThe deal with RELAM Investment gives exclusivity to open and operate the brands in the UAE for the next four years and stipulates it will open a minimum of 11 restaurants over the period including Bella Italia. The partners are currently looking at several high-profile locations in Dubai for the debut site, and are also keen to explore opportunities in Abu Dhabi for further openings.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces pub walk in London for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/\">Morgenrot shows off Quilmes new branding</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/red-processed-meat/\">Is a \'health tax\' on the horizon for red &amp; processed meat?</a></li>\r\n</ul>\r\n<b> </b>\r\nThe agreement represents a partnership between RELAM Investment and CDG, who will become its primary food and beverage partner in the region. RELAM Investment is a well-respected global investment company based in Dubai, specialising in a range of investments, including real-estate and technology. After recently committing to invest £300m into technology and real estate in India, this will be the company’s first food and drink investment.\r\n<b> </b>\r\n\r\n[caption id=\"attachment_3166\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3166\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/shard-2803941_640-300x196.jpg\" alt=\"bella italia\" width=\"300\" height=\"196\" /> CDG has extended its franchise to the UAE[/caption]\r\n\r\n<b> </b>\r\nThe deal sees the first ever franchise for Oriel Grande Brasserie, CDG’s premium all-day restaurant concept, that currently operates three sites, all of which are at airports. While the food across all of the brands will be reflective of their UK counterparts, all of the sites will be ‘dry’, but will serve a range of specially created mocktails which were showcased on the launch night.\r\n<h3>The move adds further momentum to CDG’s growing overseas franchise portfolio, which already boasts agreements in Saudi Arabia, South Africa and Ireland; to name a few. The group is exploring further franchising opportunities in Asia, Europe and North Africa.</h3>\r\n<b> </b>\r\nMr. Sultan Ali Rashed Lootah, Chairman &amp; Managing Director of RELAM Investment, added: “When we look for partners, we don’t just want well-known brands, we want operational experts who are the best in class and reflect our company values. CDG specialises in creating unique and memorable customer experiences and we are confident there is significant demand for its brands across the UAE, as the taste for European cuisine rises. The food scene across the UAE, particularly in Dubai, is vibrant and exciting at this moment in time and we are very much looking forward to working together on this new partnership.”','CDG signs exclusivity deal for Las Iguanas, Oriel & Bella Italia in UAE','','inherit','closed','closed','','3163-revision-v1','','','2018-11-07 14:53:00','2018-11-07 14:53:00','',3163,'http://www.ontradeprogress.com/2018/11/07/3163-revision-v1/',0,'revision','',0),(3171,1,'2018-11-08 08:53:09','2018-11-08 08:53:09','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\" target=\"_blank\" rel=\"noopener\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3><strong>The brewery list includes:</strong></h3>\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\r\n</ul>\r\n<blockquote>\r\n\r\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\r\n<h3><strong>Frank Carter and the Rattlesnakes said:</strong></h3>\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>\r\n<h3><strong>James Watt, co-founder of BrewDog commented:</strong></h3>\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','BrewDog has released tickets for Metro Mayhem','','publish','closed','open','','metro-mayhem-london-brewdog','','\nhttp://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/','2018-11-08 09:04:14','2018-11-08 09:04:14','',0,'http://www.ontradeprogress.com/?p=3171',0,'post','',0),(3172,1,'2018-11-08 08:26:18','2018-11-08 08:26:18','&nbsp;\r\n\r\nIndependent Scottish brewer, BrewDog, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars, and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n 	<li>The brewery list includes:\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<blockquote>Frank Carter and the Rattlesnakes said:\r\n\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>James Watt, co-founder of BrewDog commented:\r\n\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','','','inherit','closed','closed','','3171-revision-v1','','','2018-11-08 08:26:18','2018-11-08 08:26:18','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-revision-v1/',0,'revision','',0),(3173,1,'2018-11-08 08:32:58','2018-11-08 08:32:58','','BrewDog Airlines','BrewDog Airlines','inherit','closed','closed','','brewdawg','','','2018-11-28 11:09:33','2018-11-28 11:09:33','',3171,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg.jpg',0,'attachment','image/jpeg',0),(3174,1,'2018-11-08 08:46:17','2018-11-08 08:46:17','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>The brewery list includes:</strong>\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\r\n</ul>\r\n<blockquote>\r\n\r\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\r\n\r\nFrank Carter and the Rattlesnakes said:\r\n\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>James Watt, co-founder of BrewDog commented:\r\n\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','','','inherit','closed','closed','','3171-revision-v1','','','2018-11-08 08:46:17','2018-11-08 08:46:17','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-revision-v1/',0,'revision','',0),(3175,1,'2018-11-08 08:51:55','2018-11-08 08:51:55','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>The brewery list includes:</strong>\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\r\n</ul>\r\n<blockquote>\r\n\r\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\r\n<h3><strong>Frank Carter and the Rattlesnakes said:</strong></h3>\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>\r\n<h3><strong>James Watt, co-founder of BrewDog commented:</strong></h3>\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','','','inherit','closed','closed','','3171-revision-v1','','','2018-11-08 08:51:55','2018-11-08 08:51:55','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-revision-v1/',0,'revision','',0),(3176,1,'2018-11-08 08:52:14','2018-11-08 08:52:14','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3><strong>The brewery list includes:</strong></h3>\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\r\n</ul>\r\n<blockquote>\r\n\r\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\r\n<h3><strong>Frank Carter and the Rattlesnakes said:</strong></h3>\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>\r\n<h3><strong>James Watt, co-founder of BrewDog commented:</strong></h3>\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','','','inherit','closed','closed','','3171-revision-v1','','','2018-11-08 08:52:14','2018-11-08 08:52:14','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-revision-v1/',0,'revision','',0),(3177,1,'2018-11-08 08:52:56','2018-11-08 08:52:56','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3><strong>The brewery list includes:</strong></h3>\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\r\n</ul>\r\n<blockquote>\r\n\r\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\r\n<h3><strong>Frank Carter and the Rattlesnakes said:</strong></h3>\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>\r\n<h3><strong>James Watt, co-founder of BrewDog commented:</strong></h3>\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','BrewDog has released tickets for Metro Mayhem','','inherit','closed','closed','','3171-revision-v1','','','2018-11-08 08:52:56','2018-11-08 08:52:56','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-revision-v1/',0,'revision','',0),(3178,1,'2018-11-08 08:59:13','2018-11-08 08:59:13','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\n<ul>\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\" target=\"_blank\" rel=\"noopener\">HERE. </a></li>\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\n</ul>\n<ul>\n 	<li>\n<h3><strong>The brewery list includes:</strong></h3>\n<ul>\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\n 	<li>18th Street Brewery (Indiana, USA)</li>\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\n 	<li>Boxcar Brewery (London, UK)</li>\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\n</ul>\n</li>\n</ul>\n<ul>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\n</ul>\n<blockquote>\n\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\n<h3><strong>Frank Carter and the Rattlesnakes said:</strong></h3>\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\nEverything Everything added:\n\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\n<blockquote>\n<h3><strong>James Watt, co-founder of BrewDog commented:</strong></h3>\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\n&nbsp;\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','BrewDog has released tickets for Metro Mayhem','','inherit','closed','closed','','3171-autosave-v1','','','2018-11-08 08:59:13','2018-11-08 08:59:13','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-autosave-v1/',0,'revision','',0),(3179,1,'2018-11-08 09:04:14','2018-11-08 09:04:14','<h1>Independent Scottish brewer,<a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\"> BrewDog</a>, has released tickets for Metro Mayhem, its first London-based beer festival, set to take place on Saturday 10th November 2018 at The Copper Box Arena in East London. The event promises to be a riotous celebration of great craft beer from 17 world-renowned breweries, food and music from the likes of Frank Carter and the Rattlesnakes, and Everything Everything.</h1>\r\n<ul>\r\n 	<li>Inspired by BrewDog’s legendary Annual General Mayhem (AGM) in Aberdeen, tickets for Metro Mayhem were initially made available to its 90,000 Equity Punks who have invested in the brewery.</li>\r\n 	<li>Following overwhelming demand, the brewery has now made tickets available to the public. Costing £17.50, tickets to Metro Mayhem can be purchased <a href=\"https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW\" target=\"_blank\" rel=\"noopener\">HERE. </a></li>\r\n 	<li>Doors will open at 2pm at The Copper Box Arena, in Stratford, East London, and beer fans can enjoy up to 9 hours of beers, food and music before doors close at 11pm.</li>\r\n 	<li>BrewDog also recently announced it would be offering free tickets to those who work in the beer industry, as well as two free beers to try.</li>\r\n 	<li>The Scottish brewer will be showcasing its range of beers, including unveiling new beers from its sour beer facility, Overworks.</li>\r\n 	<li>The line-up includes a further 17 breweries from around the world who will be running bars and hosting exclusive panels and tastings.</li>\r\n 	<li>Beyond the craft beer offering, BrewDog’s backed brands Hawkes Cider and LoneWolf Spirits will also be putting in an appearance.</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\n<h3><strong>The brewery list includes:</strong></h3>\r\n<ul>\r\n 	<li>Wylam Brewery (Tyne &amp; Wear, UK)</li>\r\n 	<li>Siren Craft Brew (Berkshire, UK)</li>\r\n 	<li>Dark Horse Brewing Co (Michigan, USA)</li>\r\n 	<li>Jolly Pumpkin (Michigan, USA)</li>\r\n 	<li>18th Street Brewery (Indiana, USA)</li>\r\n 	<li>Bearded Iris Brewing (Tennessee, USA)</li>\r\n 	<li>Fat Head’s Brewery (Ohio, USA)</li>\r\n 	<li>Hill Farmstead Brewery (Vermont, USA)</li>\r\n 	<li>Arizona Wilderness Brewing Co (Arizona, USA)</li>\r\n 	<li>Wolf’s Ridge Brewing (Ohio, USA)</li>\r\n 	<li>Fierce Beer (Aberdeenshire, UK)</li>\r\n 	<li>Buxton Brewery (Derbyshire, UK)</li>\r\n 	<li>Verdant Brewing Co (Cornwall, UK)</li>\r\n 	<li>Boxcar Brewery (London, UK)</li>\r\n 	<li>Neon Raptor Brewing Co (Nottinghamshire, UK)</li>\r\n 	<li>Burnt Mill Brewery (Suffolk, UK)</li>\r\n 	<li>Dugges Bryggeri. (Gothenburg, Sweden)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\" target=\"_blank\" rel=\"noopener\">BrewDog has opened its first bar in Canary Wharf</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\" target=\"_blank\" rel=\"noopener\">Krombacher announces pub walk for charity</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\" target=\"_blank\" rel=\"noopener\">Blanchette Brick Lane launches brunch menu</a></li>\r\n</ul>\r\n<blockquote>\r\n\r\n[caption id=\"attachment_3173\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3173 size-medium\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/brewdawg-300x200.jpg\" alt=\"Metro Mayhem\" width=\"300\" height=\"200\" /> BrewDog\'s Metro Mayhem[/caption]\r\n<h3><strong>Frank Carter and the Rattlesnakes said:</strong></h3>\r\n“Metro Mayhem is going to be one to remember. We’re honoured to be playing at the inaugural festival and we’re looking forward to bringing the house down on 10th November.\"\r\nEverything Everything added:\r\n\r\n“Great music and great beer is an ideal match. We’re looking forward to playing BrewDog\'s Metro Mayhem on November 10”</blockquote>\r\n<blockquote>\r\n<h3><strong>James Watt, co-founder of BrewDog commented:</strong></h3>\r\n“Our AGM has achieved legendary status over the past 8 years, so we wanted to bring a taste of that Mayhem to London with this new beer-fuelled blow out. London is home to thousands of our Equity Punks and has been key to our growth. We’ve got ten bars across the city quenching London’s thirst and we’ll be opening more next year.</blockquote>\r\n&nbsp;\r\n<blockquote>“Music has always been the beating heart of BrewDog, so we’re thrilled to have such epic headliners as Frank Carter &amp; The Rattlesnakes and Everything Everything performing as part of Metro Mayhem. We’ll be adding more awesome acts in the run up to the big day so watch this space.”</blockquote>','BrewDog has released tickets for Metro Mayhem','','inherit','closed','closed','','3171-revision-v1','','','2018-11-08 09:04:14','2018-11-08 09:04:14','',3171,'http://www.ontradeprogress.com/2018/11/08/3171-revision-v1/',0,'revision','',0),(3180,1,'2018-11-08 09:48:30','2018-11-08 09:48:30','<div align=\"center\">\r\n\r\n<img id=\"RGFiYmVycyBMb2dvLnBuZw$157086024$608380@mail\" src=\"https://mailbusiness.ionos.co.uk/appsuite/api/image/mail/picture?folder=default0%2FINBOX&amp;id=1541598793120334017&amp;uid=RGFiYmVycyBMb2dvLnBuZw%24157086024%24608380%40mail\" alt=\"cid:RGFiYmVycyBMb2dvLnBuZw$157086024$608380@mail\" border=\"0\" />\r\n\r\n<span style=\"font-family: Calibri;\"><b>\r\n</b></span><span style=\"font-family: Calibri; font-size: large;\"><b>UK\'s First Contemporary Bingo Hall Set to Open in East London</b></span> <span style=\"font-family: Calibri;\">\r\n</span><img id=\"RGFiYmVyc3wucG5n$157092527$51886@mail\" src=\"https://mailbusiness.ionos.co.uk/appsuite/api/image/mail/picture?folder=default0%2FINBOX&amp;id=1541598793120334017&amp;uid=RGFiYmVyc3wucG5n%24157092527%2451886%40mail\" alt=\"cid:RGFiYmVyc3wucG5n$157092527$51886@mail\" border=\"0\" />\r\n\r\n</div>\r\n<h1>The UK\'s very first modern bingo venue is opening in East London in December 2018. Dabbers <a href=\"http://dabbersclub.co.uk/\" target=\"_blank\" rel=\"noopener\">Social Bingo</a> will reinvigorate an iconic British pastime, replacing cups of tea with cocktails, bingo callers with comedians and dreary prizes with incredible experiences, whilst celebrating this classic British game and remaining true to its cultural heritage.</h1>\r\nFounded by entrepreneur Ed Wethered, who has teamed up with the brains behind Musical Bingo, Gospeloke, and Comedy House Party, and who are backed by the founder of Picturehouse Cinemas, Dabbers will repurpose and modernise the popular game with interactive game show elements, desirable prizes and an excellent food and drinks offering all hosted in an impressive venue.\r\n\r\nLocated a bingo ball\'s throw from Liverpool Street station, every detail at Dabbers is designed to maximise the excitement of the game. From the moment guests arrive, they will be swept up in an immersive lobby that will combine memorabilia from the nostalgic years with an energetic bar featuring live DJ sets. Guests leave their problems at the door as they collect their bingo cards from the friendly staff at the Box Office and grab a drink with friends, before descending into the bingo arena.\r\n\r\nDepending on your dabbing style, get in the thick of it and rub bingo wings with new friends on the social bingo tables, or take a seat on the at a banquette table for a more intimate affair. For an extra exclusive evening, hire one of the Baller Booths and receive a free bottle of fizz on arrival. Surprises await at every dab, with a custom-made bingo blower machine that has to be seen to be believed, pyrotechnics, dazzling lights and an incredible sound system; no expense has been spared in creating a production that will amaze and delight, in a space that will pulsate with the emotion of playing the game.\r\n\r\nDabbers will get the balls bouncing with endless amounts of energy and a roster of shows that will suit all tastes on any night of the week. Those who favour retro styling should head to Vintage Bingo on Tuesday nights for a literal interpretation of the old school classic hosted by veteran callers that have been coaxed out of retirement. Anyone in it for the long haul will enjoy Bingo Voyage on Fridays where the main prize will feature an exclusive weekend away. Energetic eccentrics will love Disco Bingo on Saturday nights drenched in UV lights, or there\'s Family Brunch bingo on Sunday lunchtimes hosted by crowd-pleasing comics, cheeky enough to entertain the little ones. There\'s something at Dabbers for everyone.\r\n\r\nThe speciality \'Well Rounded Menu\' will have mouths watering with a contemporary take on all things round. From Melon balls wrapped in ham to round Waffles with ample Crumble and Cinnamon Sugar, the creative menu offers something for vegetarians, vegans and meat lovers alike, alongside a drinks menu featuring craft beers, creative cocktails and a carefully selected wine list. Guests can tuck into treats as they play, with drinks and dishes served to your table, ensuring that all eyes are kept firmly on the bingo.\r\n\r\nBingo has been around for 500 years because it offers the opportunity to socialise, it creates community, it\'s exciting, it\'s fun, it\'s accessible and of course there\'s the chance to win. All of these will be in abundance at Dabbers Social Bingo, but with so much more. During a full evening of entertainment, Dabbers will provide memorable experiences, exciting prizes, and the chance to make new friends and share special times with the old...\r\n<i>\r\n</i>\r\n<div align=\"center\"><i>Head down to Dabbers and make your ma</i>rk\r\n<b>\r\n#IdDabThat #MakeYourMark</b></div>\r\n<span style=\"font-family: Calibri; font-size: large;\"><b>Dabbers Bingo</b></span>\r\n<b>Address</b>: 13 - 22 Houndsditch | London | EC3A 7DB<b>\r\nWeb:</b> <a href=\"https://dabbers.bingo/\" target=\"_blank\" rel=\"noopener\">https://dabbers.bingo/</a> <b>\r\nEmail:</b> <a class=\"mailto-link\" href=\"mailto:press@dabbers.bingo\" target=\"_blank\" rel=\"noopener\">press@dabbers.bingo</a><b>\r\nSocial:</b> @Dabbersbingo','UK\'s first contemporary bingo hall set to open in East London ','','publish','closed','open','','dabbers-bingo-london','','','2018-11-08 10:16:34','2018-11-08 10:16:34','',0,'http://www.ontradeprogress.com/?p=3180',0,'post','',0),(3181,1,'2018-11-08 09:38:02','2018-11-08 09:38:02','<div align=\"center\">\r\n\r\n<img id=\"RGFiYmVycyBMb2dvLnBuZw$157086024$608380@mail\" src=\"https://mailbusiness.ionos.co.uk/appsuite/api/image/mail/picture?folder=default0%2FINBOX&amp;id=1541598793120334017&amp;uid=RGFiYmVycyBMb2dvLnBuZw%24157086024%24608380%40mail\" alt=\"cid:RGFiYmVycyBMb2dvLnBuZw$157086024$608380@mail\" border=\"0\" />\r\n\r\n<span style=\"font-family: Calibri;\"><b>\r\n</b></span><span style=\"font-family: Calibri; font-size: large;\"><b>UK\'s First Contemporary Bingo Hall Set to Open in East London</b></span> <span style=\"font-family: Calibri;\">\r\n</span><img id=\"RGFiYmVyc3wucG5n$157092527$51886@mail\" src=\"https://mailbusiness.ionos.co.uk/appsuite/api/image/mail/picture?folder=default0%2FINBOX&amp;id=1541598793120334017&amp;uid=RGFiYmVyc3wucG5n%24157092527%2451886%40mail\" alt=\"cid:RGFiYmVyc3wucG5n$157092527$51886@mail\" border=\"0\" />\r\n\r\n</div>\r\n<h1>The UK\'s very first modern bingo venue is opening in East London in December 2018. Dabbers <a href=\"http://dabbersclub.co.uk/\" target=\"_blank\" rel=\"noopener\">Social Bingo</a> will reinvigorate an iconic British pastime, replacing cups of tea with cocktails, bingo callers with comedians and dreary prizes with incredible experiences, whilst celebrating this classic British game and remaining true to its cultural heritage.</h1>\r\nFounded by entrepreneur Ed Wethered, who has teamed up with the brains behind Musical Bingo, Gospeloke, and Comedy House Party, and who are backed by the founder of Picturehouse Cinemas, Dabbers will repurpose and modernise the popular game with interactive game show elements, desirable prizes and an excellent food and drinks offering all hosted in an impressive venue.\r\n\r\nLocated a bingo ball\'s throw from Liverpool Street station, every detail at Dabbers is designed to maximise the excitement of the game. From the moment guests arrive, they will be swept up in an immersive lobby that will combine memorabilia from the nostalgic years with an energetic bar featuring live DJ sets. Guests leave their problems at the door as they collect their bingo cards from the friendly staff at the Box Office and grab a drink with friends, before descending into the bingo arena.\r\n\r\nDepending on your dabbing style, get in the thick of it and rub bingo wings with new friends on the social bingo tables, or take a seat on the at a banquette table for a more intimate affair. For an extra exclusive evening, hire one of the Baller Booths and receive a free bottle of fizz on arrival. Surprises await at every dab, with a custom-made bingo blower machine that has to be seen to be believed, pyrotechnics, dazzling lights and an incredible sound system; no expense has been spared in creating a production that will amaze and delight, in a space that will pulsate with the emotion of playing the game.\r\n\r\nDabbers will get the balls bouncing with endless amounts of energy and a roster of shows that will suit all tastes on any night of the week. Those who favour retro styling should head to Vintage Bingo on Tuesday nights for a literal interpretation of the old school classic hosted by veteran callers that have been coaxed out of retirement. Anyone in it for the long haul will enjoy Bingo Voyage on Fridays where the main prize will feature an exclusive weekend away. Energetic eccentrics will love Disco Bingo on Saturday nights drenched in UV lights, or there\'s Family Brunch bingo on Sunday lunchtimes hosted by crowd-pleasing comics, cheeky enough to entertain the little ones. There\'s something at Dabbers for everyone.\r\n\r\nThe speciality \'Well Rounded Menu\' will have mouths watering with a contemporary take on all things round. From Melon balls wrapped in ham to round Waffles with ample Crumble and Cinnamon Sugar, the creative menu offers something for vegetarians, vegans and meat lovers alike, alongside a drinks menu featuring craft beers, creative cocktails and a carefully selected wine list. Guests can tuck into treats as they play, with drinks and dishes served to your table, ensuring that all eyes are kept firmly on the bingo.\r\n\r\nBingo has been around for 500 years because it offers the opportunity to socialise, it creates community, it\'s exciting, it\'s fun, it\'s accessible and of course there\'s the chance to win. All of these will be in abundance at Dabbers Social Bingo, but with so much more. During a full evening of entertainment, Dabbers will provide memorable experiences, exciting prizes, and the chance to make new friends and share special times with the old...\r\n<i>\r\n</i>\r\n<div align=\"center\"><i>Head down to Dabbers and make your ma</i>rk\r\n<b>\r\n#IdDabThat #MakeYourMark</b></div>\r\n<span style=\"font-family: Calibri; font-size: large;\"><b>Dabbers Bingo</b></span>\r\n<b>Address</b>: 13 - 22 Houndsditch | London | EC3A 7DB<b>\r\nWeb:</b> <a href=\"https://dabbers.bingo/\" target=\"_blank\" rel=\"noopener\">https://dabbers.bingo/</a> <b>\r\nEmail:</b> <a class=\"mailto-link\" href=\"mailto:press@dabbers.bingo\" target=\"_blank\" rel=\"noopener\">press@dabbers.bingo</a><b>\r\nSocial:</b> @Dabbersbingo','UK\'s first contemporary bingo hall set to open in East London ','','inherit','closed','closed','','3180-revision-v1','','','2018-11-08 09:38:02','2018-11-08 09:38:02','',3180,'http://www.ontradeprogress.com/2018/11/08/3180-revision-v1/',0,'revision','',0),(3182,1,'2018-11-08 09:42:59','2018-11-08 09:42:59','','dabbers bingo','Dabbers Bingo is coming to London','inherit','closed','closed','','bingo-148903_640','','','2018-11-08 09:43:19','2018-11-08 09:43:19','',3180,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/bingo-148903_640.png',0,'attachment','image/png',0),(3183,1,'2018-11-08 11:20:36','2018-11-08 11:20:36','<h1>On the back of being awarded the prestigious 3<sup>rd</sup> spot in Scotland’s <a href=\"https://www.glengarioch.com/\" target=\"_blank\" rel=\"noopener\">Distillery Visitor Experience</a> of the Year nearly two weeks ago, Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1<sup>st</sup> from 10am.</h1>\r\nWith free entry and a range of food and craft stalls from talented local producers, you’ll discover some ‘rare finds’ and gift ideas this Festive Season, at the Home of Glen Garioch Single Malt Scotch Whisky. It will be your chance to enjoy a warming hot toddy and chat with the distillery team as you sample the honeyed sweetness and delicious creamy texture of the Glen Garioch range.\r\n\r\nVisitor Centre Manager, Fiona Sanderson commented; “This is our 3<sup>rd</sup> Rare Fayre event.  After its success last year, where we welcomed over 700 people to our distillery, we felt we should create an even bigger and better Fayre this year.  We’ve really put Glen Garioch on the map this year with all the awards we have won and wanted to celebrate that with an event that will also raise funds for Meldrum Amenities Improvement Group.   They are a volunteer organisation which look to enhance the quaint, historic market town of Oldmeldrum with flower displays, festive illuminations and a community garden.”\r\n\r\n[caption id=\"attachment_3184\" align=\"alignright\" width=\"262\"]<img class=\"size-medium wp-image-3184\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese-262x300.jpg\" alt=\"Glen Garioch 12 year old &amp; cheese\" width=\"262\" height=\"300\" /> Glen Garioch 12 year old &amp; cheese - discover a rare find[/caption]\r\n\r\nThe Festive Rare Fayre also marks the launch of a brand new expression, the Glen Garioch 2007. Distilled on 25<sup>th</sup> January 2007, cask 57 has spent well over a decade patiently maturing in first filled bourbon barrels. Like pinecones smouldering on a fire, this lightly peated Glen Garioch evokes notes of lemon meringue, creamy, light vanilla, cinnamon and sage with a peppery mouthfeel for a long and memorable finish.\r\n\r\nHandcrafted and nurtured by the people of Glen Garioch and aged exclusively in a single ex-bourbon barrel, this unique dram comes from a single cask. Each bottle is individually numbered and personally signed by Master Blender, Ron Welsh. A rarity to be treasured!\r\n<h3>The Fayre will also embrace the yuletide celebrations with a busy day of exclusive whisky tasting experiences, tours and masterclasses.</h3>\r\nIt’s true what they say – you can never fully enjoy a dram of Glen Garioch until you have seen how and where it’s made. Many of the processes at Glen Garioch, for example, are the same today as they were over 220 years ago but the journey never stops being fascinating. Come and see time-honoured skills at work, touch and smell the natural ingredients used in its production, hear from the master craftsmen involved and, finally, taste the fruits of their labours.\r\n<h3>SIP OUR STORY- £30.00</h3>\r\nThe legendary Glen Garioch tale spans across 221 years. With the expertise of the team at 10 Dollar Shake, you’ll be treated to a range of cocktails in Glen Garioch’s private bothy (formerly the customs and excise office!) These cocktails will be cleverly crafted to tell Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! <strong>12pm and 2.30pm | 60 mins</strong>\r\n\r\nOver 18s only Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog releases tickets for Metro Mayhem</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is to open in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces a pub walk for charity</a></li>\r\n</ul>\r\n<h3>DISCOVER GLEN GARIOCH RARE FINDS WITH THE BLENDER - £55.00</h3>\r\nSo, what is it that makes a good Blender? - a question posed to the Glen Garioch Blender. His reply, “an analytical mind and a good sense of smell, plus a really good memory”. Join Olivier Fagnen from the Beam Suntory blending team as he uses his expertise in the whisky industry to guide you through a tasting of some of Glen Garioch’s artisanal small batch releases, including a preview of a brand new distillery exclusive release.\r\n<strong>10.30am and 1pm | 60 mins </strong><strong>Over 18s only</strong><strong> </strong>\r\n<h3><strong>THE FOUNDERS TOUR - £8.00</strong></h3>\r\nThe perfect introduction to Glen Garioch’s Award Winning Highland Single Malt Scotch Whisky. This unique distillery tour experience celebrates the Manson brothers who first established the distillery and the 220 years of craftsmanship that goes into every bottle that bears the Manson name.\r\nThis one-hour long tour includes a dram of The Founder’s Reserve.\r\n<strong>10.30am, 1pm and 2.30pm | 60 mins</strong>\r\n<h4><strong>IN THE HEART OF THE COMMUNITY</strong></h4>\r\nThere is no place like home. Oldmeldrum is the Home of Glen Garioch and has been for generations ever since John and Alexander Manson first established the distillery in 1797. The distillery remains at the heart of the community and stays true to the original charm of the Highlands, the local staff brimming with passion for the fine whisky they make and offering a warm welcome to all.\r\n\r\nCelebrate this Festive Season with the ones you love, indulge yourself and experience the sheer magic of Christmas at the Home of Glen Garioch Single Malt.\r\n<h4>EVENT DETAILS</h4>\r\nSaturday 1<sup>st</sup> December 2018 – FREE ENTRY.  Tours and Tastings must be pre-booked online.\r\n10am<strong> – </strong>4pm\r\nGlen Garioch Distillery, Distillery Road, Oldmeldrum, Aberdeenshire, AB51 0ES\r\n\r\nTo find out more please visit <a href=\"http://www.glengarioch.com\">www.glengarioch.com</a> or email <a href=\"mailto:visitor.centre@glengarioch.com\">visitor.centre@glengarioch.com</a>','Discover a rare find at Glen Garioch Distillery','','publish','closed','open','','glen-garioch-distillery-discover','','http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\nhttp://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/','2018-11-08 11:28:20','2018-11-08 11:28:20','',0,'http://www.ontradeprogress.com/?p=3183',0,'post','',0),(3184,1,'2018-11-08 11:08:46','2018-11-08 11:08:46','','Glen Garioch 12 year old & cheese','Glen Garioch 12 year old & cheese - discover a rare find','inherit','closed','closed','','glen-garioch-12-year-old-cheese','','','2018-11-08 11:09:25','2018-11-08 11:09:25','',3183,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese.jpg',0,'attachment','image/jpeg',0),(3185,1,'2018-11-08 11:11:44','2018-11-08 11:11:44','<h1>On the back of being awarded the prestigious 3<sup>rd</sup> spot in Scotland’s Distillery Visitor Experience of the Year nearly two weeks ago, Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1<sup>st</sup> from 10am.</h1>\r\nWith free entry and a range of food and craft stalls from talented local producers, you’ll discover some ‘rare finds’ and gift ideas this Festive Season, at the Home of Glen Garioch Single Malt Scotch Whisky. It will be your chance to enjoy a warming hot toddy and chat with the distillery team as you sample the honeyed sweetness and delicious creamy texture of the Glen Garioch range.\r\n\r\nVisitor Centre Manager, Fiona Sanderson commented; “This is our 3<sup>rd</sup> Rare Fayre event.  After its success last year, where we welcomed over 700 people to our distillery, we felt we should create an even bigger and better Fayre this year.  We’ve really put Glen Garioch on the map this year with all the awards we have won and wanted to celebrate that with an event that will also raise funds for Meldrum Amenities Improvement Group.   They are a volunteer organisation which look to enhance the quaint, historic market town of Oldmeldrum with flower displays, festive illuminations and a community garden.”\r\n\r\n[caption id=\"attachment_3184\" align=\"alignright\" width=\"262\"]<img class=\"size-medium wp-image-3184\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese-262x300.jpg\" alt=\"Glen Garioch 12 year old &amp; cheese\" width=\"262\" height=\"300\" /> Glen Garioch 12 year old &amp; cheese - discover a rare find[/caption]\r\n\r\nThe Festive Rare Fayre also marks the launch of a brand new expression, the Glen Garioch 2007. Distilled on 25<sup>th</sup> January 2007, cask 57 has spent well over a decade patiently maturing in first filled bourbon barrels. Like pinecones smouldering on a fire, this lightly peated Glen Garioch evokes notes of lemon meringue, creamy, light vanilla, cinnamon and sage with a peppery mouthfeel for a long and memorable finish.\r\n\r\nHandcrafted and nurtured by the people of Glen Garioch and aged exclusively in a single ex-bourbon barrel, this unique dram comes from a single cask. Each bottle is individually numbered and personally signed by Master Blender, Ron Welsh. A rarity to be treasured!\r\n<h3>The Fayre will also embrace the yuletide celebrations with a busy day of exclusive whisky tasting experiences, tours and masterclasses.</h3>\r\nIt’s true what they say – you can never fully enjoy a dram of Glen Garioch until you have seen how and where it’s made. Many of the processes at Glen Garioch, for example, are the same today as they were over 220 years ago but the journey never stops being fascinating. Come and see time-honoured skills at work, touch and smell the natural ingredients used in its production, hear from the master craftsmen involved and, finally, taste the fruits of their labours.\r\n<h3>SIP OUR STORY- £30.00</h3>\r\nThe legendary Glen Garioch tale spans across 221 years. With the expertise of the team at 10 Dollar Shake, you’ll be treated to a range of cocktails in Glen Garioch’s private bothy (formerly the customs and excise office!) These cocktails will be cleverly crafted to tell Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n\r\n<strong>12pm and 2.30pm | 60 mins</strong>\r\n\r\nOver 18s only Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog releases tickets for Metro Mayhem</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is to open in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces a pub walk for charity</a></li>\r\n</ul>\r\n<h3>DISCOVER GLEN GARIOCH RARE FINDS WITH THE BLENDER - £55.00</h3>\r\nSo, what is it that makes a good Blender? - a question posed to the Glen Garioch Blender. His reply, “an analytical mind and a good sense of smell, plus a really good memory”. Join Olivier Fagnen from the Beam Suntory blending team as he uses his expertise in the whisky industry to guide you through a tasting of some of Glen Garioch’s artisanal small batch releases, including a preview of a brand new distillery exclusive release.\r\n<strong>10.30am and 1pm | 60 mins </strong><strong>\r\nOver 18s only</strong>\r\n\r\n<strong> </strong>\r\n<h3><strong>THE FOUNDERS TOUR - £8.00</strong></h3>\r\nThe perfect introduction to Glen Garioch’s Award Winning Highland Single Malt Scotch Whisky. This unique distillery tour experience celebrates the Manson brothers who first established the distillery and the 220 years of craftsmanship that goes into every bottle that bears the Manson name.\r\nThis one-hour long tour includes a dram of The Founder’s Reserve.\r\n<strong>10.30am, 1pm and 2.30pm | 60 mins</strong>\r\n\r\n&nbsp;\r\n<h4><strong>IN THE HEART OF THE COMMUNITY</strong></h4>\r\nThere is no place like home. Oldmeldrum is the Home of Glen Garioch and has been for generations ever since John and Alexander Manson first established the distillery in 1797. The distillery remains at the heart of the community and stays true to the original charm of the Highlands, the local staff brimming with passion for the fine whisky they make and offering a warm welcome to all.\r\n\r\n&nbsp;\r\n\r\nCelebrate this Festive Season with the ones you love, indulge yourself and experience the sheer magic of Christmas at the Home of Glen Garioch Single Malt.\r\n<h4>EVENT DETAILS</h4>\r\nSaturday 1<sup>st</sup> December 2018 – FREE ENTRY.  Tours and Tastings must be pre-booked online.\r\n10am<strong> – </strong>4pm\r\nGlen Garioch Distillery, Distillery Road, Oldmeldrum, Aberdeenshire, AB51 0ES\r\n\r\nTo find out more please visit <a href=\"http://www.glengarioch.com\">www.glengarioch.com</a> or email <a href=\"mailto:visitor.centre@glengarioch.com\">visitor.centre@glengarioch.com</a>','Discover a rare find at Glen Garioch Distillery','','inherit','closed','closed','','3183-revision-v1','','','2018-11-08 11:11:44','2018-11-08 11:11:44','',3183,'http://www.ontradeprogress.com/2018/11/08/3183-revision-v1/',0,'revision','',0),(3186,1,'2018-11-08 11:13:24','2018-11-08 11:13:24','<h1>On the back of being awarded the prestigious 3<sup>rd</sup> spot in Scotland’s <a href=\"https://www.glengarioch.com/\" target=\"_blank\" rel=\"noopener\">Distillery Visitor Experience</a> of the Year nearly two weeks ago, Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1<sup>st</sup> from 10am.</h1>\r\nWith free entry and a range of food and craft stalls from talented local producers, you’ll discover some ‘rare finds’ and gift ideas this Festive Season, at the Home of Glen Garioch Single Malt Scotch Whisky. It will be your chance to enjoy a warming hot toddy and chat with the distillery team as you sample the honeyed sweetness and delicious creamy texture of the Glen Garioch range.\r\n\r\nVisitor Centre Manager, Fiona Sanderson commented; “This is our 3<sup>rd</sup> Rare Fayre event.  After its success last year, where we welcomed over 700 people to our distillery, we felt we should create an even bigger and better Fayre this year.  We’ve really put Glen Garioch on the map this year with all the awards we have won and wanted to celebrate that with an event that will also raise funds for Meldrum Amenities Improvement Group.   They are a volunteer organisation which look to enhance the quaint, historic market town of Oldmeldrum with flower displays, festive illuminations and a community garden.”\r\n\r\n[caption id=\"attachment_3184\" align=\"alignright\" width=\"262\"]<img class=\"size-medium wp-image-3184\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese-262x300.jpg\" alt=\"Glen Garioch 12 year old &amp; cheese\" width=\"262\" height=\"300\" /> Glen Garioch 12 year old &amp; cheese - discover a rare find[/caption]\r\n\r\nThe Festive Rare Fayre also marks the launch of a brand new expression, the Glen Garioch 2007. Distilled on 25<sup>th</sup> January 2007, cask 57 has spent well over a decade patiently maturing in first filled bourbon barrels. Like pinecones smouldering on a fire, this lightly peated Glen Garioch evokes notes of lemon meringue, creamy, light vanilla, cinnamon and sage with a peppery mouthfeel for a long and memorable finish.\r\n\r\nHandcrafted and nurtured by the people of Glen Garioch and aged exclusively in a single ex-bourbon barrel, this unique dram comes from a single cask. Each bottle is individually numbered and personally signed by Master Blender, Ron Welsh. A rarity to be treasured!\r\n<h3>The Fayre will also embrace the yuletide celebrations with a busy day of exclusive whisky tasting experiences, tours and masterclasses.</h3>\r\nIt’s true what they say – you can never fully enjoy a dram of Glen Garioch until you have seen how and where it’s made. Many of the processes at Glen Garioch, for example, are the same today as they were over 220 years ago but the journey never stops being fascinating. Come and see time-honoured skills at work, touch and smell the natural ingredients used in its production, hear from the master craftsmen involved and, finally, taste the fruits of their labours.\r\n<h3>SIP OUR STORY- £30.00</h3>\r\nThe legendary Glen Garioch tale spans across 221 years. With the expertise of the team at 10 Dollar Shake, you’ll be treated to a range of cocktails in Glen Garioch’s private bothy (formerly the customs and excise office!) These cocktails will be cleverly crafted to tell Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n\r\n<strong>12pm and 2.30pm | 60 mins</strong>\r\n\r\nOver 18s only Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog releases tickets for Metro Mayhem</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is to open in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces a pub walk for charity</a></li>\r\n</ul>\r\n<h3>DISCOVER GLEN GARIOCH RARE FINDS WITH THE BLENDER - £55.00</h3>\r\nSo, what is it that makes a good Blender? - a question posed to the Glen Garioch Blender. His reply, “an analytical mind and a good sense of smell, plus a really good memory”. Join Olivier Fagnen from the Beam Suntory blending team as he uses his expertise in the whisky industry to guide you through a tasting of some of Glen Garioch’s artisanal small batch releases, including a preview of a brand new distillery exclusive release.\r\n<strong>10.30am and 1pm | 60 mins </strong><strong>\r\nOver 18s only</strong>\r\n\r\n<strong> </strong>\r\n<h3><strong>THE FOUNDERS TOUR - £8.00</strong></h3>\r\nThe perfect introduction to Glen Garioch’s Award Winning Highland Single Malt Scotch Whisky. This unique distillery tour experience celebrates the Manson brothers who first established the distillery and the 220 years of craftsmanship that goes into every bottle that bears the Manson name.\r\nThis one-hour long tour includes a dram of The Founder’s Reserve.\r\n<strong>10.30am, 1pm and 2.30pm | 60 mins</strong>\r\n\r\n&nbsp;\r\n<h4><strong>IN THE HEART OF THE COMMUNITY</strong></h4>\r\nThere is no place like home. Oldmeldrum is the Home of Glen Garioch and has been for generations ever since John and Alexander Manson first established the distillery in 1797. The distillery remains at the heart of the community and stays true to the original charm of the Highlands, the local staff brimming with passion for the fine whisky they make and offering a warm welcome to all.\r\n\r\n&nbsp;\r\n\r\nCelebrate this Festive Season with the ones you love, indulge yourself and experience the sheer magic of Christmas at the Home of Glen Garioch Single Malt.\r\n<h4>EVENT DETAILS</h4>\r\nSaturday 1<sup>st</sup> December 2018 – FREE ENTRY.  Tours and Tastings must be pre-booked online.\r\n10am<strong> – </strong>4pm\r\nGlen Garioch Distillery, Distillery Road, Oldmeldrum, Aberdeenshire, AB51 0ES\r\n\r\nTo find out more please visit <a href=\"http://www.glengarioch.com\">www.glengarioch.com</a> or email <a href=\"mailto:visitor.centre@glengarioch.com\">visitor.centre@glengarioch.com</a>','Discover a rare find at Glen Garioch Distillery','','inherit','closed','closed','','3183-revision-v1','','','2018-11-08 11:13:24','2018-11-08 11:13:24','',3183,'http://www.ontradeprogress.com/2018/11/08/3183-revision-v1/',0,'revision','',0),(3187,1,'2018-11-08 11:27:04','2018-11-08 11:27:04','<h1>On the back of being awarded the prestigious 3<sup>rd</sup> spot in Scotland’s <a href=\"https://www.glengarioch.com/\" target=\"_blank\" rel=\"noopener\">Distillery Visitor Experience</a> of the Year nearly two weeks ago, Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1<sup>st</sup> from 10am.</h1>\r\nWith free entry and a range of food and craft stalls from talented local producers, you’ll discover some ‘rare finds’ and gift ideas this Festive Season, at the Home of Glen Garioch Single Malt Scotch Whisky. It will be your chance to enjoy a warming hot toddy and chat with the distillery team as you sample the honeyed sweetness and delicious creamy texture of the Glen Garioch range.\r\n\r\nVisitor Centre Manager, Fiona Sanderson commented; “This is our 3<sup>rd</sup> Rare Fayre event.  After its success last year, where we welcomed over 700 people to our distillery, we felt we should create an even bigger and better Fayre this year.  We’ve really put Glen Garioch on the map this year with all the awards we have won and wanted to celebrate that with an event that will also raise funds for Meldrum Amenities Improvement Group.   They are a volunteer organisation which look to enhance the quaint, historic market town of Oldmeldrum with flower displays, festive illuminations and a community garden.”\r\n\r\n[caption id=\"attachment_3184\" align=\"alignright\" width=\"262\"]<img class=\"size-medium wp-image-3184\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese-262x300.jpg\" alt=\"Glen Garioch 12 year old &amp; cheese\" width=\"262\" height=\"300\" /> Glen Garioch 12 year old &amp; cheese - discover a rare find[/caption]\r\n\r\nThe Festive Rare Fayre also marks the launch of a brand new expression, the Glen Garioch 2007. Distilled on 25<sup>th</sup> January 2007, cask 57 has spent well over a decade patiently maturing in first filled bourbon barrels. Like pinecones smouldering on a fire, this lightly peated Glen Garioch evokes notes of lemon meringue, creamy, light vanilla, cinnamon and sage with a peppery mouthfeel for a long and memorable finish.\r\n\r\nHandcrafted and nurtured by the people of Glen Garioch and aged exclusively in a single ex-bourbon barrel, this unique dram comes from a single cask. Each bottle is individually numbered and personally signed by Master Blender, Ron Welsh. A rarity to be treasured!\r\n<h3>The Fayre will also embrace the yuletide celebrations with a busy day of exclusive whisky tasting experiences, tours and masterclasses.</h3>\r\nIt’s true what they say – you can never fully enjoy a dram of Glen Garioch until you have seen how and where it’s made. Many of the processes at Glen Garioch, for example, are the same today as they were over 220 years ago but the journey never stops being fascinating. Come and see time-honoured skills at work, touch and smell the natural ingredients used in its production, hear from the master craftsmen involved and, finally, taste the fruits of their labours.\r\n<h3>SIP OUR STORY- £30.00</h3>\r\nThe legendary Glen Garioch tale spans across 221 years. With the expertise of the team at 10 Dollar Shake, you’ll be treated to a range of cocktails in Glen Garioch’s private bothy (formerly the customs and excise office!) These cocktails will be cleverly crafted to tell Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n\r\n<strong>12pm and 2.30pm | 60 mins</strong>\r\n\r\nOver 18s only Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog releases tickets for Metro Mayhem</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is to open in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces a pub walk for charity</a></li>\r\n</ul>\r\n<h3>DISCOVER GLEN GARIOCH RARE FINDS WITH THE BLENDER - £55.00</h3>\r\nSo, what is it that makes a good Blender? - a question posed to the Glen Garioch Blender. His reply, “an analytical mind and a good sense of smell, plus a really good memory”. Join Olivier Fagnen from the Beam Suntory blending team as he uses his expertise in the whisky industry to guide you through a tasting of some of Glen Garioch’s artisanal small batch releases, including a preview of a brand new distillery exclusive release.\r\n<strong>10.30am and 1pm | 60 mins </strong><strong>\r\nOver 18s only</strong>\r\n\r\n<strong> </strong>\r\n<h3><strong>THE FOUNDERS TOUR - £8.00</strong></h3>\r\nThe perfect introduction to Glen Garioch’s Award Winning Highland Single Malt Scotch Whisky. This unique distillery tour experience celebrates the Manson brothers who first established the distillery and the 220 years of craftsmanship that goes into every bottle that bears the Manson name.\r\nThis one-hour long tour includes a dram of The Founder’s Reserve.\r\n<strong>10.30am, 1pm and 2.30pm | 60 mins</strong>\r\n\r\n&nbsp;\r\n<h4><strong>IN THE HEART OF THE COMMUNITY</strong></h4>\r\nThere is no place like home. Oldmeldrum is the Home of Glen Garioch and has been for generations ever since John and Alexander Manson first established the distillery in 1797. The distillery remains at the heart of the community and stays true to the original charm of the Highlands, the local staff brimming with passion for the fine whisky they make and offering a warm welcome to all.\r\n\r\n&nbsp;\r\n\r\nCelebrate this Festive Season with the ones you love, indulge yourself and experience the sheer magic of Christmas at the Home of Glen Garioch Single Malt.\r\n<h4>EVENT DETAILS</h4>\r\nSaturday 1<sup>st</sup> December 2018 – FREE ENTRY.  Tours and Tastings must be pre-booked online.\r\n10am<strong> – </strong>4pm\r\nGlen Garioch Distillery, Distillery Road, Oldmeldrum, Aberdeenshire, AB51 0ES\r\n\r\nTo find out more please visit <a href=\"http://www.glengarioch.com\">www.glengarioch.com</a> or email <a href=\"mailto:visitor.centre@glengarioch.com\">visitor.centre@glengarioch.com</a>','Discover a rare find at Glen Garioch Distillery','','inherit','closed','closed','','3183-autosave-v1','','','2018-11-08 11:27:04','2018-11-08 11:27:04','',3183,'http://www.ontradeprogress.com/2018/11/08/3183-autosave-v1/',0,'revision','',0),(3188,1,'2018-11-08 11:27:33','2018-11-08 11:27:33','<h1>On the back of being awarded the prestigious 3<sup>rd</sup> spot in Scotland’s <a href=\"https://www.glengarioch.com/\" target=\"_blank\" rel=\"noopener\">Distillery Visitor Experience</a> of the Year nearly two weeks ago, Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1<sup>st</sup> from 10am.</h1>\r\nWith free entry and a range of food and craft stalls from talented local producers, you’ll discover some ‘rare finds’ and gift ideas this Festive Season, at the Home of Glen Garioch Single Malt Scotch Whisky. It will be your chance to enjoy a warming hot toddy and chat with the distillery team as you sample the honeyed sweetness and delicious creamy texture of the Glen Garioch range.\r\n\r\nVisitor Centre Manager, Fiona Sanderson commented; “This is our 3<sup>rd</sup> Rare Fayre event.  After its success last year, where we welcomed over 700 people to our distillery, we felt we should create an even bigger and better Fayre this year.  We’ve really put Glen Garioch on the map this year with all the awards we have won and wanted to celebrate that with an event that will also raise funds for Meldrum Amenities Improvement Group.   They are a volunteer organisation which look to enhance the quaint, historic market town of Oldmeldrum with flower displays, festive illuminations and a community garden.”\r\n\r\n[caption id=\"attachment_3184\" align=\"alignright\" width=\"262\"]<img class=\"size-medium wp-image-3184\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese-262x300.jpg\" alt=\"Glen Garioch 12 year old &amp; cheese\" width=\"262\" height=\"300\" /> Glen Garioch 12 year old &amp; cheese - discover a rare find[/caption]\r\n\r\nThe Festive Rare Fayre also marks the launch of a brand new expression, the Glen Garioch 2007. Distilled on 25<sup>th</sup> January 2007, cask 57 has spent well over a decade patiently maturing in first filled bourbon barrels. Like pinecones smouldering on a fire, this lightly peated Glen Garioch evokes notes of lemon meringue, creamy, light vanilla, cinnamon and sage with a peppery mouthfeel for a long and memorable finish.\r\n\r\nHandcrafted and nurtured by the people of Glen Garioch and aged exclusively in a single ex-bourbon barrel, this unique dram comes from a single cask. Each bottle is individually numbered and personally signed by Master Blender, Ron Welsh. A rarity to be treasured!\r\n<h3>The Fayre will also embrace the yuletide celebrations with a busy day of exclusive whisky tasting experiences, tours and masterclasses.</h3>\r\nIt’s true what they say – you can never fully enjoy a dram of Glen Garioch until you have seen how and where it’s made. Many of the processes at Glen Garioch, for example, are the same today as they were over 220 years ago but the journey never stops being fascinating. Come and see time-honoured skills at work, touch and smell the natural ingredients used in its production, hear from the master craftsmen involved and, finally, taste the fruits of their labours.\r\n<h3>SIP OUR STORY- £30.00</h3>\r\nThe legendary Glen Garioch tale spans across 221 years. With the expertise of the team at 10 Dollar Shake, you’ll be treated to a range of cocktails in Glen Garioch’s private bothy (formerly the customs and excise office!) These cocktails will be cleverly crafted to tell Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! <strong>12pm and 2.30pm | 60 mins</strong>\r\n\r\nOver 18s only Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog releases tickets for Metro Mayhem</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is to open in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces a pub walk for charity</a></li>\r\n</ul>\r\n<h3>DISCOVER GLEN GARIOCH RARE FINDS WITH THE BLENDER - £55.00</h3>\r\nSo, what is it that makes a good Blender? - a question posed to the Glen Garioch Blender. His reply, “an analytical mind and a good sense of smell, plus a really good memory”. Join Olivier Fagnen from the Beam Suntory blending team as he uses his expertise in the whisky industry to guide you through a tasting of some of Glen Garioch’s artisanal small batch releases, including a preview of a brand new distillery exclusive release.\r\n<strong>10.30am and 1pm | 60 mins </strong><strong>\r\nOver 18s only</strong>\r\n\r\n<strong> </strong>\r\n<h3><strong>THE FOUNDERS TOUR - £8.00</strong></h3>\r\nThe perfect introduction to Glen Garioch’s Award Winning Highland Single Malt Scotch Whisky. This unique distillery tour experience celebrates the Manson brothers who first established the distillery and the 220 years of craftsmanship that goes into every bottle that bears the Manson name.\r\nThis one-hour long tour includes a dram of The Founder’s Reserve.\r\n<strong>10.30am, 1pm and 2.30pm | 60 mins</strong>\r\n\r\n&nbsp;\r\n<h4><strong>IN THE HEART OF THE COMMUNITY</strong></h4>\r\nThere is no place like home. Oldmeldrum is the Home of Glen Garioch and has been for generations ever since John and Alexander Manson first established the distillery in 1797. The distillery remains at the heart of the community and stays true to the original charm of the Highlands, the local staff brimming with passion for the fine whisky they make and offering a warm welcome to all.\r\n\r\n&nbsp;\r\n\r\nCelebrate this Festive Season with the ones you love, indulge yourself and experience the sheer magic of Christmas at the Home of Glen Garioch Single Malt.\r\n<h4>EVENT DETAILS</h4>\r\nSaturday 1<sup>st</sup> December 2018 – FREE ENTRY.  Tours and Tastings must be pre-booked online.\r\n10am<strong> – </strong>4pm\r\nGlen Garioch Distillery, Distillery Road, Oldmeldrum, Aberdeenshire, AB51 0ES\r\n\r\nTo find out more please visit <a href=\"http://www.glengarioch.com\">www.glengarioch.com</a> or email <a href=\"mailto:visitor.centre@glengarioch.com\">visitor.centre@glengarioch.com</a>','Discover a rare find at Glen Garioch Distillery','','inherit','closed','closed','','3183-revision-v1','','','2018-11-08 11:27:33','2018-11-08 11:27:33','',3183,'http://www.ontradeprogress.com/2018/11/08/3183-revision-v1/',0,'revision','',0),(3189,1,'2018-11-08 11:28:20','2018-11-08 11:28:20','<h1>On the back of being awarded the prestigious 3<sup>rd</sup> spot in Scotland’s <a href=\"https://www.glengarioch.com/\" target=\"_blank\" rel=\"noopener\">Distillery Visitor Experience</a> of the Year nearly two weeks ago, Glen Garioch in Oldmeldrum is launching their Rare Fayre event to be held at the distillery on Saturday, December 1<sup>st</sup> from 10am.</h1>\r\nWith free entry and a range of food and craft stalls from talented local producers, you’ll discover some ‘rare finds’ and gift ideas this Festive Season, at the Home of Glen Garioch Single Malt Scotch Whisky. It will be your chance to enjoy a warming hot toddy and chat with the distillery team as you sample the honeyed sweetness and delicious creamy texture of the Glen Garioch range.\r\n\r\nVisitor Centre Manager, Fiona Sanderson commented; “This is our 3<sup>rd</sup> Rare Fayre event.  After its success last year, where we welcomed over 700 people to our distillery, we felt we should create an even bigger and better Fayre this year.  We’ve really put Glen Garioch on the map this year with all the awards we have won and wanted to celebrate that with an event that will also raise funds for Meldrum Amenities Improvement Group.   They are a volunteer organisation which look to enhance the quaint, historic market town of Oldmeldrum with flower displays, festive illuminations and a community garden.”\r\n\r\n[caption id=\"attachment_3184\" align=\"alignright\" width=\"262\"]<img class=\"size-medium wp-image-3184\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Glen-Garioch-12-year-old-cheese-262x300.jpg\" alt=\"Glen Garioch 12 year old &amp; cheese\" width=\"262\" height=\"300\" /> Glen Garioch 12 year old &amp; cheese - discover a rare find[/caption]\r\n\r\nThe Festive Rare Fayre also marks the launch of a brand new expression, the Glen Garioch 2007. Distilled on 25<sup>th</sup> January 2007, cask 57 has spent well over a decade patiently maturing in first filled bourbon barrels. Like pinecones smouldering on a fire, this lightly peated Glen Garioch evokes notes of lemon meringue, creamy, light vanilla, cinnamon and sage with a peppery mouthfeel for a long and memorable finish.\r\n\r\nHandcrafted and nurtured by the people of Glen Garioch and aged exclusively in a single ex-bourbon barrel, this unique dram comes from a single cask. Each bottle is individually numbered and personally signed by Master Blender, Ron Welsh. A rarity to be treasured!\r\n<h3>The Fayre will also embrace the yuletide celebrations with a busy day of exclusive whisky tasting experiences, tours and masterclasses.</h3>\r\nIt’s true what they say – you can never fully enjoy a dram of Glen Garioch until you have seen how and where it’s made. Many of the processes at Glen Garioch, for example, are the same today as they were over 220 years ago but the journey never stops being fascinating. Come and see time-honoured skills at work, touch and smell the natural ingredients used in its production, hear from the master craftsmen involved and, finally, taste the fruits of their labours.\r\n<h3>SIP OUR STORY- £30.00</h3>\r\nThe legendary Glen Garioch tale spans across 221 years. With the expertise of the team at 10 Dollar Shake, you’ll be treated to a range of cocktails in Glen Garioch’s private bothy (formerly the customs and excise office!) These cocktails will be cleverly crafted to tell Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! <strong>12pm and 2.30pm | 60 mins</strong>\r\n\r\nOver 18s only Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon! Our legendary Glen Garioch tale spans across 221 years. With the expertise of our friends at 10 Dollar Shake, you’ll be treated to a range of cocktails in our private bothy (formerly the customs and excise office!). These cocktails will be cleverly crafted to tell our Glen Garioch stories through the ingredients and inspiration behind them. What better way to spend your Saturday afternoon!\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog releases tickets for Metro Mayhem</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is to open in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/\">Krombacher announces a pub walk for charity</a></li>\r\n</ul>\r\n<h3>DISCOVER GLEN GARIOCH RARE FINDS WITH THE BLENDER - £55.00</h3>\r\nSo, what is it that makes a good Blender? - a question posed to the Glen Garioch Blender. His reply, “an analytical mind and a good sense of smell, plus a really good memory”. Join Olivier Fagnen from the Beam Suntory blending team as he uses his expertise in the whisky industry to guide you through a tasting of some of Glen Garioch’s artisanal small batch releases, including a preview of a brand new distillery exclusive release.\r\n<strong>10.30am and 1pm | 60 mins </strong><strong>Over 18s only</strong><strong> </strong>\r\n<h3><strong>THE FOUNDERS TOUR - £8.00</strong></h3>\r\nThe perfect introduction to Glen Garioch’s Award Winning Highland Single Malt Scotch Whisky. This unique distillery tour experience celebrates the Manson brothers who first established the distillery and the 220 years of craftsmanship that goes into every bottle that bears the Manson name.\r\nThis one-hour long tour includes a dram of The Founder’s Reserve.\r\n<strong>10.30am, 1pm and 2.30pm | 60 mins</strong>\r\n<h4><strong>IN THE HEART OF THE COMMUNITY</strong></h4>\r\nThere is no place like home. Oldmeldrum is the Home of Glen Garioch and has been for generations ever since John and Alexander Manson first established the distillery in 1797. The distillery remains at the heart of the community and stays true to the original charm of the Highlands, the local staff brimming with passion for the fine whisky they make and offering a warm welcome to all.\r\n\r\nCelebrate this Festive Season with the ones you love, indulge yourself and experience the sheer magic of Christmas at the Home of Glen Garioch Single Malt.\r\n<h4>EVENT DETAILS</h4>\r\nSaturday 1<sup>st</sup> December 2018 – FREE ENTRY.  Tours and Tastings must be pre-booked online.\r\n10am<strong> – </strong>4pm\r\nGlen Garioch Distillery, Distillery Road, Oldmeldrum, Aberdeenshire, AB51 0ES\r\n\r\nTo find out more please visit <a href=\"http://www.glengarioch.com\">www.glengarioch.com</a> or email <a href=\"mailto:visitor.centre@glengarioch.com\">visitor.centre@glengarioch.com</a>','Discover a rare find at Glen Garioch Distillery','','inherit','closed','closed','','3183-revision-v1','','','2018-11-08 11:28:20','2018-11-08 11:28:20','',3183,'http://www.ontradeprogress.com/2018/11/08/3183-revision-v1/',0,'revision','',0),(3190,1,'2018-11-08 11:43:21','2018-11-08 11:43:21','<h1 class=\"ox-b2827e8d1a-MsoNormal\">Mad Hatter <a href=\"https://www.madhatterbrewing.co.uk/\" target=\"_blank\" rel=\"noopener\">Brewing Company</a> has announced it has ceased trading. Set up in 2013, the Liverpool-based brewer was founded, and has now gone into voluntary liquidation.</h1>\r\n<h2></h2>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\"><strong>A statement released on the company\'s Twitter account read:</strong></p>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\">“Mad Hatter have ceased trading. I made the decision to enter voluntary liquidation before things got out of hand. Honestly my heart hasn’t been in it since the premises move, we expanded to the wrong size, and Gaz’s creativity has been missed.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/glen-garioch-distillery-discover/\" target=\"_blank\" rel=\"noopener\">Do you like to Discover a rare find?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">East London has a new bingo hall</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\" target=\"_blank\" rel=\"noopener\">Metro Mayhem - BrewDog releases tickets</a></li>\r\n</ul>\r\n[caption id=\"attachment_3191\" align=\"aligncenter\" width=\"588\"]<img class=\"wp-image-3191 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-08-11.29.52.png\" alt=\"Mad Hatter Brewery\" width=\"588\" height=\"202\" /> The Brewery has ceased trading[/caption]','Mad Hatter Brewing Company goes into liquidation','','publish','closed','open','','mad-hatter-brewing-liquidation','','\nhttp://www.ontradeprogress.com/2018/11/08/glen-garioch-distillery-discover/','2018-11-08 11:46:36','2018-11-08 11:46:36','',0,'http://www.ontradeprogress.com/?p=3190',0,'post','',0),(3191,1,'2018-11-08 11:30:10','2018-11-08 11:30:10','','Mad Hatter Brewery','Mad Hatter Brewery have ceased trading','inherit','closed','closed','','screenshot-2018-11-08-11-29-52','','','2018-11-08 11:30:37','2018-11-08 11:30:37','',3190,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-08-11.29.52.png',0,'attachment','image/png',0),(3192,1,'2018-11-08 11:38:20','2018-11-08 11:38:20','<h1 class=\"ox-b2827e8d1a-MsoNormal\">Mad Hatter <a href=\"https://www.madhatterbrewing.co.uk/\" target=\"_blank\" rel=\"noopener\">Brewing Company</a> has announced it has ceased trading. Set up in 2013, the Liverpool-based brewer was founded, and has now gone into voluntary liquidation.</h1>\r\n<h2></h2>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\"><strong>A statement released on the company\'s Twitter account read:</strong></p>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\"></p>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\">“Mad Hatter have ceased trading. I made the decision to enter voluntary liquidation before things got out of hand. Honestly my heart hasn’t been in it since the premises move, we expanded to the wrong size, and Gaz’s creativity has been missed.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/glen-garioch-distillery-discover/\" target=\"_blank\" rel=\"noopener\">Do you like to Discover a rare find?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">East London has a new bingo hall</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\" target=\"_blank\" rel=\"noopener\">Metro Mayhem - BrewDog releases tickets</a></li>\r\n</ul>\r\n[caption id=\"attachment_3191\" align=\"aligncenter\" width=\"588\"]<img class=\"wp-image-3191 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-08-11.29.52.png\" alt=\"Mad Hatter Brewery\" width=\"588\" height=\"202\" /> Mad Hatter Brewery have ceased trading[/caption]','Mad Hatter Brewing Company goes into liquidation','','inherit','closed','closed','','3190-revision-v1','','','2018-11-08 11:38:20','2018-11-08 11:38:20','',3190,'http://www.ontradeprogress.com/2018/11/08/3190-revision-v1/',0,'revision','',0),(3193,1,'2018-11-08 11:39:33','2018-11-08 11:39:33','','Mad Hatter goes into liquidation','Mad Hatter goes into liquidation','inherit','closed','closed','','beer-3445988_1920','','','2018-11-08 11:40:09','2018-11-08 11:40:09','',3190,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/beer-3445988_1920.jpg',0,'attachment','image/jpeg',0),(3194,1,'2018-11-08 11:40:42','2018-11-08 11:40:42','<h1 class=\"ox-b2827e8d1a-MsoNormal\">Mad Hatter <a href=\"https://www.madhatterbrewing.co.uk/\" target=\"_blank\" rel=\"noopener\">Brewing Company</a> has announced it has ceased trading. Set up in 2013, the Liverpool-based brewer was founded, and has now gone into voluntary liquidation.</h1>\r\n<h2></h2>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\"><strong>A statement released on the company\'s Twitter account read:</strong></p>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\"></p>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\">“Mad Hatter have ceased trading. I made the decision to enter voluntary liquidation before things got out of hand. Honestly my heart hasn’t been in it since the premises move, we expanded to the wrong size, and Gaz’s creativity has been missed.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/glen-garioch-distillery-discover/\" target=\"_blank\" rel=\"noopener\">Do you like to Discover a rare find?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">East London has a new bingo hall</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\" target=\"_blank\" rel=\"noopener\">Metro Mayhem - BrewDog releases tickets</a></li>\r\n</ul>\r\n[caption id=\"attachment_3191\" align=\"aligncenter\" width=\"588\"]<img class=\"wp-image-3191 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-08-11.29.52.png\" alt=\"Mad Hatter Brewery\" width=\"588\" height=\"202\" /> The Brewery has ceased trading[/caption]','Mad Hatter Brewing Company goes into liquidation','','inherit','closed','closed','','3190-revision-v1','','','2018-11-08 11:40:42','2018-11-08 11:40:42','',3190,'http://www.ontradeprogress.com/2018/11/08/3190-revision-v1/',0,'revision','',0),(3195,1,'2018-11-08 11:46:36','2018-11-08 11:46:36','<h1 class=\"ox-b2827e8d1a-MsoNormal\">Mad Hatter <a href=\"https://www.madhatterbrewing.co.uk/\" target=\"_blank\" rel=\"noopener\">Brewing Company</a> has announced it has ceased trading. Set up in 2013, the Liverpool-based brewer was founded, and has now gone into voluntary liquidation.</h1>\r\n<h2></h2>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\"><strong>A statement released on the company\'s Twitter account read:</strong></p>\r\n<p class=\"ox-b2827e8d1a-MsoNormal\">“Mad Hatter have ceased trading. I made the decision to enter voluntary liquidation before things got out of hand. Honestly my heart hasn’t been in it since the premises move, we expanded to the wrong size, and Gaz’s creativity has been missed.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/glen-garioch-distillery-discover/\" target=\"_blank\" rel=\"noopener\">Do you like to Discover a rare find?</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">East London has a new bingo hall</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\" target=\"_blank\" rel=\"noopener\">Metro Mayhem - BrewDog releases tickets</a></li>\r\n</ul>\r\n[caption id=\"attachment_3191\" align=\"aligncenter\" width=\"588\"]<img class=\"wp-image-3191 size-full\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-08-11.29.52.png\" alt=\"Mad Hatter Brewery\" width=\"588\" height=\"202\" /> The Brewery has ceased trading[/caption]','Mad Hatter Brewing Company goes into liquidation','','inherit','closed','closed','','3190-revision-v1','','','2018-11-08 11:46:36','2018-11-08 11:46:36','',3190,'http://www.ontradeprogress.com/2018/11/08/3190-revision-v1/',0,'revision','',0),(3196,1,'2018-11-08 11:58:58','2018-11-08 11:58:58','<h1>A new multi-million-pound event space named Magazine London is set to open in Greenwich from summer 2019.</h1>\r\nThe venue will host live events, conferences and exhibitions, with views of The City and 5,400 sqm of venue space over two main rooms.\r\n\r\nThe venue is conceived by <a href=\"https://venuelab.co.uk/\" target=\"_blank\" rel=\"noopener\">Venue Lab</a>, a Vibration Group company which created <a href=\"https://www.printworkslondon.co.uk/\" target=\"_blank\" rel=\"noopener\">Printworks London</a> and <a href=\"http://landingfortytwo.com/\" target=\"_blank\" rel=\"noopener\">Landing Forty Two</a>. The brand was created in conjunction with London’s Carter Studio, which has worked with Unilever, Norton and F1. The building was designed by the architect of the V&amp;A Lecture Theatre and Seoul Opera House, Nissen Richards.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/mad-hatter-brewing-liquidation/\">Mad Hatter goes into liquidation</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is opening in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog has released tickets for Metro Mayhem</a></li>\r\n</ul>\r\n[caption id=\"attachment_3197\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3197\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_20181014_201240_1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Printworks in London is behind Magazine London[/caption]\r\n<h3>In addition to the contemporary indoor space, Magazine London’s USP is the adjoining Showground – a landscaped environment on the banks of the Thames boasting 13,985sqm and a capacity of 7,000.</h3>\r\nIt can deliver a combined space of 19,379sqm and a capacity of 10,000, opening up the potential for events, brand activations and festivals that require an outdoor element.\r\n\r\nVibration Group CEO Simon Tracey commented: “London is still very much at the forefront of the global conferencing and exhibition market and Magazine, with its incredible flexibility both indoor and out, is groundbreaking.\r\n\r\n“It provides the perfect space for boutique and incubating B2B and B2C shows, offering excellent branding opportunities and a high-impact solus venue that provides a better home than sharing larger exhibition venues with other established shows.”','Magazine London set to open in 2019','','publish','closed','open','','magazine-london-open-2019','','\nhttp://www.ontradeprogress.com/2018/11/08/mad-hatter-brewing-liquidation/','2018-11-08 12:23:01','2018-11-08 12:23:01','',0,'http://www.ontradeprogress.com/?p=3196',0,'post','',0),(3197,1,'2018-11-08 11:49:35','2018-11-08 11:49:35','','Printworks in London are behind Magazine London','Printworks in London are behind Magazine London','inherit','closed','closed','','mde','','','2018-11-08 11:50:56','2018-11-08 11:50:56','',3196,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_20181014_201240_1.jpg',0,'attachment','image/jpeg',0),(3198,1,'2018-11-08 11:51:27','2018-11-08 11:51:27','','Printworks in London is behind Magazine London','Printworks in London is behind Magazine London','inherit','closed','closed','','rhdr','','','2018-11-08 11:52:16','2018-11-08 11:52:16','',3196,'http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_20181014_182401.jpg',0,'attachment','image/jpeg',0),(3199,1,'2018-11-08 11:52:21','2018-11-08 11:52:21','<h1>A new multi-million-pound event space named Magazine London is set to open in Greenwich from summer 2019.</h1>\r\nThe venue will host live events, conferences and exhibitions, with views of The City and 5,400 sqm of venue space over two main rooms.\r\n\r\nThe venue is conceived by Venue Lab, a Vibration Group company which created Printworks London and Landing Forty Two. The brand was created in conjunction with London’s Carter Studio, which has worked with Unilever, Norton and F1. The building was designed by the architect of the V&amp;A Lecture Theatre and Seoul Opera House, Nissen Richards.\r\n\r\n[caption id=\"attachment_3197\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3197\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_20181014_201240_1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Printworks in London are behind Magazine London[/caption]\r\n<h3>In addition to the contemporary indoor space, Magazine London’s USP is the adjoining Showground – a landscaped environment on the banks of the Thames boasting 13,985sqm and a capacity of 7,000.</h3>\r\nIt can deliver a combined space of 19,379sqm and a capacity of 10,000, opening up the potential for events, brand activations and festivals that require an outdoor element.\r\n\r\nVibration Group CEO Simon Tracey commented: “London is still very much at the forefront of the global conferencing and exhibition market and Magazine, with its incredible flexibility both indoor and out, is groundbreaking.\r\n\r\n“It provides the perfect space for boutique and incubating B2B and B2C shows, offering excellent branding opportunities and a high-impact solus venue that provides a better home than sharing larger exhibition venues with other established shows.”','Magazine London set to open in 2019','','inherit','closed','closed','','3196-revision-v1','','','2018-11-08 11:52:21','2018-11-08 11:52:21','',3196,'http://www.ontradeprogress.com/2018/11/08/3196-revision-v1/',0,'revision','',0),(3200,1,'2018-11-08 11:58:36','2018-11-08 11:58:36','<h1>A new multi-million-pound event space named Magazine London is set to open in Greenwich from summer 2019.</h1>\r\nThe venue will host live events, conferences and exhibitions, with views of The City and 5,400 sqm of venue space over two main rooms.\r\n\r\nThe venue is conceived by <a href=\"https://venuelab.co.uk/\" target=\"_blank\" rel=\"noopener\">Venue Lab</a>, a Vibration Group company which created <a href=\"https://www.printworkslondon.co.uk/\" target=\"_blank\" rel=\"noopener\">Printworks London</a> and <a href=\"http://landingfortytwo.com/\" target=\"_blank\" rel=\"noopener\">Landing Forty Two</a>. The brand was created in conjunction with London’s Carter Studio, which has worked with Unilever, Norton and F1. The building was designed by the architect of the V&amp;A Lecture Theatre and Seoul Opera House, Nissen Richards.\r\n<ul>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/mad-hatter-brewing-liquidation/\">Mad Hatter goes into liquidation</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\">UK\'s first contemporary bingo hall is opening in East London</a></li>\r\n 	<li><a href=\"http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/\">BrewDog has released tickets for Metro Mayhem</a></li>\r\n</ul>\r\n[caption id=\"attachment_3197\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3197\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_20181014_201240_1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Printworks in London is behind Magazine London[/caption]\r\n<h3>In addition to the contemporary indoor space, Magazine London’s USP is the adjoining Showground – a landscaped environment on the banks of the Thames boasting 13,985sqm and a capacity of 7,000.</h3>\r\nIt can deliver a combined space of 19,379sqm and a capacity of 10,000, opening up the potential for events, brand activations and festivals that require an outdoor element.\r\n\r\nVibration Group CEO Simon Tracey commented: “London is still very much at the forefront of the global conferencing and exhibition market and Magazine, with its incredible flexibility both indoor and out, is groundbreaking.\r\n\r\n“It provides the perfect space for boutique and incubating B2B and B2C shows, offering excellent branding opportunities and a high-impact solus venue that provides a better home than sharing larger exhibition venues with other established shows.”','Magazine London set to open in 2019','','inherit','closed','closed','','3196-revision-v1','','','2018-11-08 11:58:36','2018-11-08 11:58:36','',3196,'http://www.ontradeprogress.com/2018/11/08/3196-revision-v1/',0,'revision','',0),(3204,1,'2018-11-13 09:45:06','2018-11-13 09:45:06','<h1><i><a href=\"http://www.fentimans.com/\" target=\"_blank\" rel=\"noopener\">Fentimans</a>, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.</i></h1>\r\n<h1></h1>\r\n<p class=\"ox-4113dc8620-MsoNormal\">With an ever-expanding range of premium mixers and soft drinks that enhance and complement a variety of spirits, Fentimans have developed their first Spirit Pairing Guide. The guide covers light and dark spirits including gin, vodka, agave, rum, whisk(e)y, fruit brandy and wine. Each category guides the user to discover the perfect pairing of Fentimans mixer and spirit.</p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\">Fentimans have collaborated with world-class mixologists to create the guide’s pairings, from the familiar to the more experimental. The guide has been launched as a tool to educate and support their on and off-trade industry stakeholders as well as end consumers. Claire Tyson, Fentimans Senior Customer Marketing Manager commented: “<i>Driven by innovation and customer demand</i>, <i>we continue to grow our diverse range of tonics and mixers. When users are mixing our drinks, we need to ensure they’re having the ultimate flavour experience. Our Spirits Pairing Guide can be used as an inspiration to try new and exciting flavour combinations.”</i></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\">How Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/\">Is Casual Dining Group buying your favourite restaurant?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\">Blanchette Brick Lane launches weekend brunch menu</a></li>\r\n</ul>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><strong>In a year that has seen the brand overhaul its image with a rebrand costing £1.2m, this latest innovation illustrates Fentimans commitment to supporting their customers and consumers. For more information, please download the PDF on the Fentimans website here:</strong></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><a href=\"http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf\" target=\"_blank\" rel=\"noopener\">http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf</a></p>','Fentimans unveil their Spirit Pairing Guide','','publish','closed','open','','fentimans-spirit-pairing-guide','','https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\nhttps://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/\nhttps://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/','2018-11-13 12:09:12','2018-11-13 12:09:12','',0,'https://www.ontradeprogress.com/?p=3204',0,'post','',0),(3205,1,'2018-11-13 09:36:30','2018-11-13 09:36:30','','Fentimans unveil their Spirit Pairing Guide','Fentimans, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.','inherit','closed','closed','','cocktail-1705561_640','','','2018-11-13 09:37:35','2018-11-13 09:37:35','',3204,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/cocktail-1705561_640.jpg',0,'attachment','image/jpeg',0),(3206,1,'2018-11-13 09:45:06','2018-11-13 09:45:06','<h1><i>Fentimans, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.</i></h1>\r\n<h1></h1>\r\n<p class=\"ox-4113dc8620-MsoNormal\">With an ever-expanding range of premium mixers and soft drinks that enhance and complement a variety of spirits, Fentimans have developed their first Spirit Pairing Guide. The guide covers light and dark spirits including gin, vodka, agave, rum, whisk(e)y, fruit brandy and wine. Each category guides the user to discover the perfect pairing of Fentimans mixer and spirit.</p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\">Fentimans have collaborated with world-class mixologists to create the guide’s pairings, from the familiar to the more experimental. The guide has been launched as a tool to educate and support their on and off-trade industry stakeholders as well as end consumers. Claire Tyson, Fentimans Senior Customer Marketing Manager commented: “<i>Driven by innovation and customer demand</i>, <i>we continue to grow our diverse range of tonics and mixers. When users are mixing our drinks, we need to ensure they’re having the ultimate flavour experience. Our Spirits Pairing Guide can be used as an inspiration to try new and exciting flavour combinations.”</i></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\">How Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/\">Is Casual Dining Group buying your favourite restaurant?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\">Blanchette Brick Lane launches weekend brunch menu</a></li>\r\n</ul>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><strong>In a year that has seen the brand overhaul its image with a rebrand costing £1.2m, this latest innovation illustrates Fentimans commitment to supporting their customers and consumers. For more information, please download the PDF on the Fentimans website here:</strong></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><a href=\"http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf\" target=\"_blank\" rel=\"noopener\">http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf</a></p>','Fentimans unveil their Spirit Pairing Guide','','inherit','closed','closed','','3204-revision-v1','','','2018-11-13 09:45:06','2018-11-13 09:45:06','',3204,'https://www.ontradeprogress.com/2018/11/13/3204-revision-v1/',0,'revision','',0),(3207,1,'2018-11-13 10:11:08','2018-11-13 10:11:08','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has welcomed the launch of the London at Night report. The trade body has also reiterated the importance of the late-night hospitality sector to London’s night time economy.</strong></h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “The Mayor is determined to promote London as a world-class 24-hour city and UKHospitality is keen to support his efforts. We understand the importance of a vibrant and flourishing late-night sector and the positive, knock-on effect it has on the wider hospitality industry.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine the sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality hits back at airport crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">UK\'s first contemporary bingo hall to open in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3210\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3210\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/london-eye-945497_640-300x169.jpg\" alt=\"UKHospitality has welcomed the launch of the London at Night report.\" width=\"300\" height=\"169\" /> UKHospitality has welcomed the launch of the London at Night report[/caption]\r\n\r\n<strong>“It is vital that policy-makers have clear and reliable information with which to make evidence-based decisions. This report will provide the Mayor’s Office and the Night Time Commission with the insight needed to act to promote London’s night life.</strong>\r\n\r\n<strong>“I am very proud to be involved as Chair of the Night Time Commission and UKHospitality will be working hard to support the fantastic late-night hospitality businesses in London.”</strong>','UKHospitality welcomes publication of London at Night report','','publish','closed','open','','ukh-welcomes-london-night-time','','https://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\nhttps://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/','2018-11-13 10:42:08','2018-11-13 10:42:08','',0,'https://www.ontradeprogress.com/?p=3207',0,'post','',0),(3208,1,'2018-11-13 12:07:15','2018-11-13 12:07:15','<h1><i><a href=\"http://www.fentimans.com/\" target=\"_blank\" rel=\"noopener\">Fentimans</a>, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.</i></h1>\n<h1></h1>\n<p class=\"ox-4113dc8620-MsoNormal\">With an ever-expanding range of premium mixers and soft drinks that enhance and complement a variety of spirits, Fentimans have developed their first Spirit Pairing Guide. The guide covers light and dark spirits including gin, vodka, agave, rum, whisk(e)y, fruit brandy and wine. Each category guides the user to discover the perfect pairing of Fentimans mixer and spirit.</p>\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\n<p class=\"ox-4113dc8620-MsoNormal\">Fentimans have collaborated with world-class mixologists to create the guide’s pairings, from the familiar to the more experimental. The guide has been launched as a tool to educate and support their on and off-trade industry stakeholders as well as end consumers. Claire Tyson, Fentimans Senior Customer Marketing Manager commented: “<i>Driven by innovation and customer demand</i>, <i>we continue to grow our diverse range of tonics and mixers. When users are mixing our drinks, we need to ensure they’re having the ultimate flavour experience. Our Spirits Pairing Guide can be used as an inspiration to try new and exciting flavour combinations.”</i></p>\n\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\">How Fentimans continues to push for growth</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/\">Is Casual Dining Group buying your favourite restaurant?</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\">Blanchette Brick Lane launches weekend brunch menu</a></li>\n</ul>\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\n<p class=\"ox-4113dc8620-MsoNormal\"><strong>In a year that has seen the brand overhaul its image with a rebrand costing £1.2m, this latest innovation illustrates Fentimans commitment to supporting their customers and consumers. For more information, please download the PDF on the Fentimans website here:</strong></p>\n<p class=\"ox-4113dc8620-MsoNormal\"><a href=\"http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf\" target=\"_blank\" rel=\"noopener\">http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf</a></p>','Fentimans unveil their Spirit Pairing Guide','','inherit','closed','closed','','3204-autosave-v1','','','2018-11-13 12:07:15','2018-11-13 12:07:15','',3204,'https://www.ontradeprogress.com/2018/11/13/3204-autosave-v1/',0,'revision','',0),(3209,1,'2018-11-13 09:51:45','2018-11-13 09:51:45','<h1><i>Fentimans, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.</i></h1>\r\n<h1></h1>\r\n<p class=\"ox-4113dc8620-MsoNormal\">With an ever-expanding range of premium mixers and soft drinks that enhance and complement a variety of spirits, Fentimans have developed their first Spirit Pairing Guide. The guide covers light and dark spirits including gin, vodka, agave, rum, whisk(e)y, fruit brandy and wine. Each category guides the user to discover the perfect pairing of Fentimans mixer and spirit.</p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\">Fentimans have collaborated with world-class mixologists to create the guide’s pairings, from the familiar to the more experimental. The guide has been launched as a tool to educate and support their on and off-trade industry stakeholders as well as end consumers. Claire Tyson, Fentimans Senior Customer Marketing Manager commented: “<i>Driven by innovation and customer demand</i>, <i>we continue to grow our diverse range of tonics and mixers. When users are mixing our drinks, we need to ensure they’re having the ultimate flavour experience. Our Spirits Pairing Guide can be used as an inspiration to try new and exciting flavour combinations.”</i></p>\r\n\r\n<ul><b></b>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\">How Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/\">Is Casual Dining Group buying your favourite restaurant?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\">Blanchette Brick Lane launches weekend brunch menu</a></li>\r\n</ul>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><strong>In a year that has seen the brand overhaul its image with a rebrand costing £1.2m, this latest innovation illustrates Fentimans commitment to supporting their customers and consumers. For more information, please download the PDF on the Fentimans website here:</strong></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><a href=\"http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf\" target=\"_blank\" rel=\"noopener\">http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf</a></p>','Fentimans unveil their Spirit Pairing Guide','','inherit','closed','closed','','3204-revision-v1','','','2018-11-13 09:51:45','2018-11-13 09:51:45','',3204,'https://www.ontradeprogress.com/2018/11/13/3204-revision-v1/',0,'revision','',0),(3210,1,'2018-11-13 10:06:48','2018-11-13 10:06:48','','UKHospitality has welcomed the launch of the London\'s night time report.','UKHospitality has welcomed the launch of the London at Night report.','inherit','closed','closed','','london-eye-945497_640','','','2018-11-13 10:08:10','2018-11-13 10:08:10','',3207,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/london-eye-945497_640.jpg',0,'attachment','image/jpeg',0),(3211,1,'2018-11-13 10:10:49','2018-11-13 10:10:49','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has welcomed the launch of the London at Night report. The trade body has also reiterated the importance of the late-night hospitality sector to London’s night time economy.</strong></h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “The Mayor is determined to promote London as a world-class 24-hour city and UKHospitality is keen to support his efforts. We understand the importance of a vibrant and flourishing late-night sector and the positive, knock-on effect it has on the wider hospitality industry.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine the sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality hits back at airport crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">UK\'s first contemporary bingo hall to open in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3210\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3210\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/london-eye-945497_640-300x169.jpg\" alt=\"UKHospitality has welcomed the launch of the London at Night report.\" width=\"300\" height=\"169\" /> UKHospitality has welcomed the launch of the London at Night report[/caption]\r\n\r\n<strong>“It is vital that policy-makers have clear and reliable information with which to make evidence-based decisions. This report will provide the Mayor’s Office and the Night Time Commission with the insight needed to act to promote London’s night life.</strong>\r\n\r\n<strong>“I am very proud to be involved as Chair of the Night Time Commission and UKHospitality will be working hard to support the fantastic late-night hospitality businesses in London.”</strong>','UKH welcomes publication of London at Night report','','inherit','closed','closed','','3207-revision-v1','','','2018-11-13 10:10:49','2018-11-13 10:10:49','',3207,'https://www.ontradeprogress.com/2018/11/13/3207-revision-v1/',0,'revision','',0),(3212,1,'2018-11-13 10:49:23','2018-11-13 10:49:23','<h1><strong>Falling migrant-worker numbers will undermine the hospitality sector.</strong></h1>\r\n&nbsp;\r\n\r\n<strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\r\n\r\n&nbsp;\r\n\r\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3213\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3213\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640-300x198.jpg\" alt=\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\" width=\"300\" height=\"198\" /> UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\r\n\r\n&nbsp;\r\n\r\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\r\n\r\n&nbsp;\r\n\r\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\r\n\r\n&nbsp;\r\n\r\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\r\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','publish','closed','open','','migrant-numbers-hospitality-sector','','https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\nhttps://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\nhttps://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/','2018-11-14 14:13:29','2018-11-14 14:13:29','',0,'https://www.ontradeprogress.com/?p=3212',0,'post','',0),(3213,1,'2018-11-13 10:33:01','2018-11-13 10:33:01','','UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.','UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.','inherit','closed','closed','','restaurant-690975_640','','','2018-11-13 10:33:13','2018-11-13 10:33:13','',3212,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640.jpg',0,'attachment','image/jpeg',0),(3214,1,'2018-11-13 10:42:08','2018-11-13 10:42:08','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has welcomed the launch of the London at Night report. The trade body has also reiterated the importance of the late-night hospitality sector to London’s night time economy.</strong></h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: “The Mayor is determined to promote London as a world-class 24-hour city and UKHospitality is keen to support his efforts. We understand the importance of a vibrant and flourishing late-night sector and the positive, knock-on effect it has on the wider hospitality industry.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/\">UKHospitality: Government health drive must not undermine the sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/\">UKHospitality hits back at airport crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/\" target=\"_blank\" rel=\"noopener\">UK\'s first contemporary bingo hall to open in London</a></li>\r\n</ul>\r\n[caption id=\"attachment_3210\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3210\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/london-eye-945497_640-300x169.jpg\" alt=\"UKHospitality has welcomed the launch of the London at Night report.\" width=\"300\" height=\"169\" /> UKHospitality has welcomed the launch of the London at Night report[/caption]\r\n\r\n<strong>“It is vital that policy-makers have clear and reliable information with which to make evidence-based decisions. This report will provide the Mayor’s Office and the Night Time Commission with the insight needed to act to promote London’s night life.</strong>\r\n\r\n<strong>“I am very proud to be involved as Chair of the Night Time Commission and UKHospitality will be working hard to support the fantastic late-night hospitality businesses in London.”</strong>','UKHospitality welcomes publication of London at Night report','','inherit','closed','closed','','3207-revision-v1','','','2018-11-13 10:42:08','2018-11-13 10:42:08','',3207,'https://www.ontradeprogress.com/2018/11/13/3207-revision-v1/',0,'revision','',0),(3215,1,'2018-11-13 10:44:31','2018-11-13 10:44:31','<h1>Falling migrant-worker numbers will undermine the hospitality sector.</h1>\r\n<strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\r\n\r\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\r\n\r\n[caption id=\"attachment_3213\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3213\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640-300x198.jpg\" alt=\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\" width=\"300\" height=\"198\" /> UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\r\n\r\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\r\n\r\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\r\n\r\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\r\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','inherit','closed','closed','','3212-revision-v1','','','2018-11-13 10:44:31','2018-11-13 10:44:31','',3212,'https://www.ontradeprogress.com/2018/11/13/3212-revision-v1/',0,'revision','',0),(3216,1,'2018-11-13 10:48:38','2018-11-13 10:48:38','<ul>\r\n 	<li><strong>Falling migrant-worker numbers will undermine the hospitality sector.</strong>\r\n\r\n<strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\r\n\r\n&nbsp;\r\n\r\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\r\n\r\n&nbsp;\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\r\n\r\n&nbsp;\r\n\r\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\r\n\r\n&nbsp;\r\n\r\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\r\n\r\n&nbsp;\r\n\r\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\r\n</ul>\r\n</li>\r\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','inherit','closed','closed','','3212-revision-v1','','','2018-11-13 10:48:38','2018-11-13 10:48:38','',3212,'https://www.ontradeprogress.com/2018/11/13/3212-revision-v1/',0,'revision','',0),(3217,1,'2018-11-13 10:48:55','2018-11-13 10:48:55','<h1><strong>Falling migrant-worker numbers will undermine the hospitality sector.</strong></h1>\r\n<strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\r\n\r\n&nbsp;\r\n\r\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\r\n\r\n&nbsp;\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\r\n\r\n&nbsp;\r\n\r\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\r\n\r\n&nbsp;\r\n\r\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\r\n\r\n&nbsp;\r\n\r\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\r\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','inherit','closed','closed','','3212-revision-v1','','','2018-11-13 10:48:55','2018-11-13 10:48:55','',3212,'https://www.ontradeprogress.com/2018/11/13/3212-revision-v1/',0,'revision','',0),(3218,1,'2018-11-13 10:49:23','2018-11-13 10:49:23','<h1><strong>Falling migrant-worker numbers will undermine the hospitality sector.</strong></h1>\r\n<strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\r\n\r\n&nbsp;\r\n\r\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3213\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3213\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640-300x198.jpg\" alt=\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\" width=\"300\" height=\"198\" /> UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\r\n\r\n&nbsp;\r\n\r\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\r\n\r\n&nbsp;\r\n\r\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\r\n\r\n&nbsp;\r\n\r\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\r\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','inherit','closed','closed','','3212-revision-v1','','','2018-11-13 10:49:23','2018-11-13 10:49:23','',3212,'https://www.ontradeprogress.com/2018/11/13/3212-revision-v1/',0,'revision','',0),(3219,1,'2018-11-13 10:50:05','2018-11-13 10:50:05','<h1><strong>Falling migrant-worker numbers will undermine the hospitality sector.</strong></h1>\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\r\n\r\n&nbsp;\r\n\r\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3213\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3213\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640-300x198.jpg\" alt=\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\" width=\"300\" height=\"198\" /> UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\r\n\r\n&nbsp;\r\n\r\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\r\n\r\n&nbsp;\r\n\r\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\r\n\r\n&nbsp;\r\n\r\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\r\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','inherit','closed','closed','','3212-revision-v1','','','2018-11-13 10:50:05','2018-11-13 10:50:05','',3212,'https://www.ontradeprogress.com/2018/11/13/3212-revision-v1/',0,'revision','',0),(3220,1,'2018-11-13 10:55:19','2018-11-13 10:55:19','<h1><strong>Falling migrant-worker numbers will undermine the hospitality sector.</strong></h1>\n&nbsp;\n\n<strong><a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.</strong>\n\n&nbsp;\n\nThe warning follows the publication of figures by HR body CIPD that show the number of non-UK-born workers in the UK decreased by 58,000 between April to June last year and the same period this year\n\n&nbsp;\n\n[caption id=\"attachment_3213\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3213\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-690975_640-300x198.jpg\" alt=\"UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.\" width=\"300\" height=\"198\" /> UKHospitality has warned that restricting the number of migrant workers into the UK will severely impact the hospitality sector.[/caption]\n\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The figures released by CIPD make alarming reading for hospitality businesses. With unemployment relatively low, businesses need to recruit from outside the UK to augment their home-grown teams and continue to grow.\n\n&nbsp;\n\n“We have already voiced our concerns about the ability of employers to recruit post-Brexit, but the worrying reality is that numbers of non-UK workers are dwindling, and we haven’t even left the EU yet.\n\n&nbsp;\n\n“If the talent pool continues to shrink, then businesses will be unable to invest and grow their businesses.\n\n&nbsp;\n\n“Even more concerning for hospitality businesses is the Government’s intention to implement an immigration policy that favours higher-skilled technical jobs at the expense of others. Restricting potential applicants into the hospitality sector further, when the number of non-UK born workers is already shrinking, will be a disaster for the sector.”\n\n&nbsp;\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/\">UKHospitality welcomes publication of London at Night report</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Magazine London is set to open 2019</a></li>\n</ul>','Falling migrant-worker numbers will undermine hospitality sector','','inherit','closed','closed','','3212-autosave-v1','','','2018-11-13 10:55:19','2018-11-13 10:55:19','',3212,'https://www.ontradeprogress.com/2018/11/13/3212-autosave-v1/',0,'revision','',0),(3221,1,'2018-11-13 11:27:31','2018-11-13 11:27:31','<h1>The <a href=\"https://www.wsta.co.uk/\" target=\"_blank\" rel=\"noopener\">Wine and Spirit Trade Association</a> has fortified its board as it concentrates increasingly on supporting import and export in a new era of trading.</h1>\r\nAhead of the new trading landscape, it has invited both a global wine giant and one of the UK’s leading craft distillers to take a seat around the table.\r\n\r\nPaul Sorrentino, a Vice President/General Manager, Europe, Middle East and Africa for E&amp;J Gallo, and Daniel Szor, founder of Cotswolds Distillery, attended their first WSTA Board meeting in October.\r\n\r\nPaul’s appointment brings into the fold a key player at E&amp;J Gallo, the world’s largest family-owned winery and biggest importer of US wine to the UK.\r\n\r\nDaniel takes his place as the first small distillery owner to join the WSTA Board table. His appointment boosts the input from our domestic producers and follows on from English vineyard boss Tamara Roberts taking a seat at the Board last year.\r\n\r\n[caption id=\"attachment_3222\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3222\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-64164_640-300x225.jpg\" alt=\"WSTA appoints two new Board members\" width=\"300\" height=\"225\" /> WSTA appoints two new Board members[/caption]\r\n\r\n<b>Chief Executive of the Wine and Spirit Trade Association, Miles Beale, said:</b>\r\n\r\n“The WSTA continues to fortify its Board team and I am delighted to welcome both Paul and Dan. We represent the big and the small bringing together domestic and international players in the wine and spirit trade.\r\n\r\n“Each member of our Board brings to the table a different set of skills that means the WSTA can cover every issue facing this diverse sector. The WSTA is doing more than ever before for its members and the industry in these uncertain and testing times.”\r\n<h3>Paul Sorrentino joined the E&amp;J Gallo Winery as a sales representative for a distributor in Chicago, Illinois.  Since his start in 1997, he has held various sales leadership roles in the US across multiple states.</h3>\r\nWhile most of his career has been spent living in Chicago and NYC, Paul has been involved in the commercial business for Gallo in 13 different states spanning the Midwest, Central and Northeast regions.  His experience involves both retail and on-premise sales of Gallo’s growing and evolving portfolio of wines and spirits.\r\n\r\nIn 2017 and after 20 years’ experience with the US business, Paul moved with his wife and two children to London to lead Gallo’s business across Europe, the Middle East and Africa.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/migrant-numbers-hospitality-sector/\">Falling migrant numbers will undermine the hospitality sector - UKHospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Londons getting a new club in 2019 - Magazine London</a></li>\r\n</ul>\r\n<h3>Daniel Szor was born and raised in New York City and has spent most of his professional life living in Paris and London, specializing in the sales &amp; marketing of currency investment management services.</h3>\r\nHe was a member of senior management of New York-based Currency Manager FX Concepts for over 25 years, setting up and running offices for them in both Paris and London.\r\n\r\nIt was during his years in Paris that Daniel was first bitten by the whisky bug. Years later, while living in London Daniel and his wife purchased an old farmhouse in the North Cotswolds and gradually fell in love with this most beautiful corner of Britain.\r\n\r\nAware of the phenomenal growth in craft spirits in the US, Daniel decided to combine his love of whisky and the Cotswolds by creating the first-ever full-scale distillery in the region, with a focus on premium small-batch gin and single malt whisky made with local ingredients. His Cotswolds Distillery is now one of the fastest-growing premium spirits brands, thanks to their award-winning spirits which are now sold in over 30 countries.\r\n<h3><b>Dan Jago, Chairman of the WSTA, comments:</b></h3>\r\n“I am very pleased to welcome both Paul and Daniel to the Board. Their wealth of experience in two different fields brings a nice balance which will strengthen the WSTA board.\r\n\r\nPaul’s extensive knowledge of the global wine industry and expertise in the world of wine importing is a tremendous asset to the Board. Equally, Daniel’s entrepreneurial eye and huge successes in the spirits trade will add two important voices to the WSTA boardroom.\r\n\r\nI look forward to working with Paul and Daniel, and the rest of the Board moving forward into 2019.”\r\n\r\n<b>Paul Sorrentino, a Vice President for E&amp;J Gallo:</b>\r\n\r\n“I’m honoured to be chosen to serve on the board at the WSTA. Working alongside other industry leaders to further the great work be done by the WSTA is an exciting opportunity that I am looking forward to being a part of.”\r\n\r\n<b>Daniel Szor founder of Cotswolds Distillery:</b>\r\n\r\n“I was delighted to be asked to join the WSTA Board earlier this year. Britain’s SME craft distillers will be at the forefront of exploring new trading opportunities post-Brexit, and I’m looking forward to helping the WSTA and its members prepare and then take advantage of new trading arrangements.”','Wine and Spirit Trade Association (WSTA) appoints two new Board members','','publish','closed','open','','wsta-appoints-new-members','','https://www.ontradeprogress.com/2018/11/13/migrant-numbers-hospitality-sector/\nhttps://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\nhttps://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/','2018-11-13 11:52:10','2018-11-13 11:52:10','',0,'https://www.ontradeprogress.com/?p=3221',0,'post','',0),(3222,1,'2018-11-13 11:20:52','2018-11-13 11:20:52','','WSTA appoints two new Board members','WSTA appoints two new Board members','inherit','closed','closed','','alcohol-64164_640','','','2018-11-13 11:21:00','2018-11-13 11:21:00','',3221,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-64164_640.jpg',0,'attachment','image/jpeg',0),(3223,1,'2018-11-13 11:27:12','2018-11-13 11:27:12','<h1>The <a href=\"https://www.wsta.co.uk/\" target=\"_blank\" rel=\"noopener\">Wine and Spirit Trade Association</a> has fortified its board as it concentrates increasingly on supporting import and export in a new era of trading.</h1>\r\nAhead of the new trading landscape, it has invited both a global wine giant and one of the UK’s leading craft distillers to take a seat around the table.\r\n\r\nPaul Sorrentino, a Vice President/General Manager, Europe, Middle East and Africa for E&amp;J Gallo, and Daniel Szor, founder of Cotswolds Distillery, attended their first WSTA Board meeting in October.\r\n\r\nPaul’s appointment brings into the fold a key player at E&amp;J Gallo, the world’s largest family-owned winery and biggest importer of US wine to the UK.\r\n\r\nDaniel takes his place as the first small distillery owner to join the WSTA Board table. His appointment boosts the input from our domestic producers and follows on from English vineyard boss Tamara Roberts taking a seat at the Board last year.\r\n\r\n[caption id=\"attachment_3222\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3222\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-64164_640-300x225.jpg\" alt=\"WSTA appoints two new Board members\" width=\"300\" height=\"225\" /> WSTA appoints two new Board members[/caption]\r\n\r\n<b>Chief Executive of the Wine and Spirit Trade Association, Miles Beale, said:</b>\r\n\r\n“The WSTA continues to fortify its Board team and I am delighted to welcome both Paul and Dan. We represent the big and the small bringing together domestic and international players in the wine and spirit trade.\r\n\r\n“Each member of our Board brings to the table a different set of skills that means the WSTA can cover every issue facing this diverse sector. The WSTA is doing more than ever before for its members and the industry in these uncertain and testing times.”\r\n<h3>Paul Sorrentino joined the E&amp;J Gallo Winery as a sales representative for a distributor in Chicago, Illinois.  Since his start in 1997, he has held various sales leadership roles in the US across multiple states.</h3>\r\nWhile most of his career has been spent living in Chicago and NYC, Paul has been involved in the commercial business for Gallo in 13 different states spanning the Midwest, Central and Northeast regions.  His experience involves both retail and on-premise sales of Gallo’s growing and evolving portfolio of wines and spirits.\r\n\r\nIn 2017 and after 20 years’ experience with the US business, Paul moved with his wife and two children to London to lead Gallo’s business across Europe, the Middle East and Africa.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/migrant-numbers-hospitality-sector/\">Falling migrant numbers will undermine the hospitality sector - UKHospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Londons getting a new club in 2019 - Magazine London</a></li>\r\n</ul>\r\n<h3>Daniel Szor was born and raised in New York City and has spent most of his professional life living in Paris and London, specializing in the sales &amp; marketing of currency investment management services.</h3>\r\nHe was a member of senior management of New York-based Currency Manager FX Concepts for over 25 years, setting up and running offices for them in both Paris and London.\r\n\r\nIt was during his years in Paris that Daniel was first bitten by the whisky bug. Years later, while living in London Daniel and his wife purchased an old farmhouse in the North Cotswolds and gradually fell in love with this most beautiful corner of Britain.\r\n\r\nAware of the phenomenal growth in craft spirits in the US, Daniel decided to combine his love of whisky and the Cotswolds by creating the first-ever full-scale distillery in the region, with a focus on premium small-batch gin and single malt whisky made with local ingredients. His Cotswolds Distillery is now one of the fastest-growing premium spirits brands, thanks to their award-winning spirits which are now sold in over 30 countries.\r\n<h3><b>Dan Jago, Chairman of the WSTA, comments:</b></h3>\r\n“I am very pleased to welcome both Paul and Daniel to the Board. Their wealth of experience in two different fields brings a nice balance which will strengthen the WSTA board.\r\n\r\nPaul’s extensive knowledge of the global wine industry and expertise in the world of wine importing is a tremendous asset to the Board. Equally, Daniel’s entrepreneurial eye and huge successes in the spirits trade will add two important voices to the WSTA boardroom.\r\n\r\nI look forward to working with Paul and Daniel, and the rest of the Board moving forward into 2019.”\r\n\r\n<b>Paul Sorrentino, a Vice President for E&amp;J Gallo:</b>\r\n\r\n“I’m honoured to be chosen to serve on the board at the WSTA. Working alongside other industry leaders to further the great work be done by the WSTA is an exciting opportunity that I am looking forward to being a part of.”\r\n\r\n<b>Daniel Szor founder of Cotswolds Distillery:</b>\r\n\r\n“I was delighted to be asked to join the WSTA Board earlier this year. Britain’s SME craft distillers will be at the forefront of exploring new trading opportunities post-Brexit, and I’m looking forward to helping the WSTA and its members prepare and then take advantage of new trading arrangements.”','WSTA appoints two new Board members','','inherit','closed','closed','','3221-revision-v1','','','2018-11-13 11:27:12','2018-11-13 11:27:12','',3221,'https://www.ontradeprogress.com/2018/11/13/3221-revision-v1/',0,'revision','',0),(3224,1,'2018-11-13 11:51:08','2018-11-13 11:51:08','<h1>The <a href=\"https://www.wsta.co.uk/\" target=\"_blank\" rel=\"noopener\">Wine and Spirit Trade Association</a> has fortified its board as it concentrates increasingly on supporting import and export in a new era of trading.</h1>\r\nAhead of the new trading landscape, it has invited both a global wine giant and one of the UK’s leading craft distillers to take a seat around the table.\r\n\r\nPaul Sorrentino, a Vice President/General Manager, Europe, Middle East and Africa for E&amp;J Gallo, and Daniel Szor, founder of Cotswolds Distillery, attended their first WSTA Board meeting in October.\r\n\r\nPaul’s appointment brings into the fold a key player at E&amp;J Gallo, the world’s largest family-owned winery and biggest importer of US wine to the UK.\r\n\r\nDaniel takes his place as the first small distillery owner to join the WSTA Board table. His appointment boosts the input from our domestic producers and follows on from English vineyard boss Tamara Roberts taking a seat at the Board last year.\r\n\r\n[caption id=\"attachment_3222\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3222\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-64164_640-300x225.jpg\" alt=\"WSTA appoints two new Board members\" width=\"300\" height=\"225\" /> WSTA appoints two new Board members[/caption]\r\n\r\n<b>Chief Executive of the Wine and Spirit Trade Association, Miles Beale, said:</b>\r\n\r\n“The WSTA continues to fortify its Board team and I am delighted to welcome both Paul and Dan. We represent the big and the small bringing together domestic and international players in the wine and spirit trade.\r\n\r\n“Each member of our Board brings to the table a different set of skills that means the WSTA can cover every issue facing this diverse sector. The WSTA is doing more than ever before for its members and the industry in these uncertain and testing times.”\r\n<h3>Paul Sorrentino joined the E&amp;J Gallo Winery as a sales representative for a distributor in Chicago, Illinois.  Since his start in 1997, he has held various sales leadership roles in the US across multiple states.</h3>\r\nWhile most of his career has been spent living in Chicago and NYC, Paul has been involved in the commercial business for Gallo in 13 different states spanning the Midwest, Central and Northeast regions.  His experience involves both retail and on-premise sales of Gallo’s growing and evolving portfolio of wines and spirits.\r\n\r\nIn 2017 and after 20 years’ experience with the US business, Paul moved with his wife and two children to London to lead Gallo’s business across Europe, the Middle East and Africa.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/migrant-numbers-hospitality-sector/\">Falling migrant numbers will undermine the hospitality sector - UKHospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/\">Londons getting a new club in 2019 - Magazine London</a></li>\r\n</ul>\r\n<h3>Daniel Szor was born and raised in New York City and has spent most of his professional life living in Paris and London, specializing in the sales &amp; marketing of currency investment management services.</h3>\r\nHe was a member of senior management of New York-based Currency Manager FX Concepts for over 25 years, setting up and running offices for them in both Paris and London.\r\n\r\nIt was during his years in Paris that Daniel was first bitten by the whisky bug. Years later, while living in London Daniel and his wife purchased an old farmhouse in the North Cotswolds and gradually fell in love with this most beautiful corner of Britain.\r\n\r\nAware of the phenomenal growth in craft spirits in the US, Daniel decided to combine his love of whisky and the Cotswolds by creating the first-ever full-scale distillery in the region, with a focus on premium small-batch gin and single malt whisky made with local ingredients. His Cotswolds Distillery is now one of the fastest-growing premium spirits brands, thanks to their award-winning spirits which are now sold in over 30 countries.\r\n<h3><b>Dan Jago, Chairman of the WSTA, comments:</b></h3>\r\n“I am very pleased to welcome both Paul and Daniel to the Board. Their wealth of experience in two different fields brings a nice balance which will strengthen the WSTA board.\r\n\r\nPaul’s extensive knowledge of the global wine industry and expertise in the world of wine importing is a tremendous asset to the Board. Equally, Daniel’s entrepreneurial eye and huge successes in the spirits trade will add two important voices to the WSTA boardroom.\r\n\r\nI look forward to working with Paul and Daniel, and the rest of the Board moving forward into 2019.”\r\n\r\n<b>Paul Sorrentino, a Vice President for E&amp;J Gallo:</b>\r\n\r\n“I’m honoured to be chosen to serve on the board at the WSTA. Working alongside other industry leaders to further the great work be done by the WSTA is an exciting opportunity that I am looking forward to being a part of.”\r\n\r\n<b>Daniel Szor founder of Cotswolds Distillery:</b>\r\n\r\n“I was delighted to be asked to join the WSTA Board earlier this year. Britain’s SME craft distillers will be at the forefront of exploring new trading opportunities post-Brexit, and I’m looking forward to helping the WSTA and its members prepare and then take advantage of new trading arrangements.”','Wine and Spirit Trade Association (WSTA) appoints two new Board members','','inherit','closed','closed','','3221-revision-v1','','','2018-11-13 11:51:08','2018-11-13 11:51:08','',3221,'https://www.ontradeprogress.com/2018/11/13/3221-revision-v1/',0,'revision','',0),(3225,1,'2018-11-13 12:31:49','2018-11-13 12:31:49','<h1>Alarming levels of sugar and calories are hidden in milkshakes sold across high street restaurants and fast food chains – according to a NEW survey<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn1\" name=\"_ednref1\">[1]</a> by Action on Sugar, based at <a href=\"https://www.qmul.ac.uk/\" target=\"_blank\" rel=\"noopener\">Queen Mary University</a> of London.</h1>\r\nFamily restaurant Toby Carvery is ranked as the most ‘shocking shake’ with its <strong><em>‘Unicorn Freakshake</em></strong>’ containing an alarming 39 teaspoons of sugar  – that’s over six times the recommended daily amount of sugar for a 7- to 10-year-old.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn2\" name=\"_ednref2\">[2]</a> The next worst offender is <strong><em><a href=\"https://www.fiveguys.co.uk/\" target=\"_blank\" rel=\"noopener\">Five Guys</a> Banana and Chocolate Shake</em></strong> with an excessive 37 teaspoons of sugar - the equivalent of drinking over four cans of cola.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn3\" name=\"_ednref3\">[3]</a>\r\n\r\nWhen it comes to hidden calories, Public Health England’s sugar reduction targets include a cap on milkshake products likely to be consumed in a single occasion to 300 calories. However, a milkshake such as<strong> <em><a href=\"https://www.tobycarvery.co.uk/\" target=\"_blank\" rel=\"noopener\">Toby Carvery</a> Unicorn Freakshake</em></strong> at 1280 kcal per serving is more than half the daily-recommended amount of calories for an adult and four times PHE’s proposed calorie limit. An average 25-year-old would need to jog for nearly three hours or vacuum the house for five hours to burn off the calories!<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn4\" name=\"_ednref4\">[4]</a>\r\n\r\nThis new research concludes that <strong>ALL</strong> products sold in high street restaurants and fast food chains, with nutrition labelling available online, would receive a <strong>‘red’</strong> (high) label for excessive levels of sugar per serving.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn5\" name=\"_ednref5\">[5]</a>\r\n\r\n[caption id=\"attachment_3227\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3227\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/milk-2585087_640-300x225.jpg\" alt=\"Action on Sugar call for ban on high sugar milkshakes\" width=\"300\" height=\"225\" /> Action on Sugar call for a ban on high sugar milkshakes[/caption]\r\n\r\nTo mark its 3<sup>rd</sup> <strong>National Sugar Awareness Week</strong> (12-18<sup>th</sup> November 2018) supported by many charities and high profile advocates including Tom Watson MP, Davina McCall, Fiona Philips and Hugh Fearnley-Whittingstall, Action on Sugar is now calling for <strong>mandatory traffic light coloured nutrition labelling across ALL menus</strong>, while the UK government is consulting on menu calorie labelling.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn6\" name=\"_ednref6\">[6]</a>\r\n\r\nFurthermore, the group of leading experts is calling for a <strong>ban on the sale of milkshakes that exceed a calorie limit of 300 kcal per serving</strong>. This contrasts with Public Health England’s ambition to achieve only a 10% reduction in sugar by mid-2019 and a further 10% by mid-2021 to meet the 20% overall target,<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn7\" name=\"_ednref7\">[7]</a> which will still leave these milkshakes with vast and unnecessary amounts of sugar.\r\n<h3><strong>Key findings:</strong></h3>\r\n<ul>\r\n 	<li><strong>Milkshakes sold across high street restaurants and fast food chains contain grotesque levels of sugar and calories, warns NEW survey by Action on Sugar</strong></li>\r\n 	<li><strong>Some have a shocking 39 teaspoons of sugar – over 6 TIMES the recommended daily amount of sugar for a 7- to 10-year-old</strong></li>\r\n 	<li><strong>Others are over HALF the daily-recommended amount of calories for an adult</strong></li>\r\n 	<li><strong>As part of Sugar Awareness Week, Action on Sugar is calling </strong><strong>for mandatory traffic light coloured nutrition labelling across ALL menus and </strong><strong>a ban on the sale of milkshakes that exceed a calorie limit of 300 kcal per serving</strong></li>\r\n</ul>\r\n<strong>Access full supermarket data here: <a href=\"http://www.actiononsugar.org/media/action-on-salt/Supermarket-milkshakes-FINAL-2018.pdf\">Supermarket Milkshakes [PDF 349KB]</a></strong>\r\n\r\n<strong>Access full out of home data here: <a href=\"http://www.actiononsugar.org/media/action-on-salt/OOH-Milkshakes-FINAL-2018.pdf\">Out of Home Milkshakes [PDF 492KB]</a></strong>\r\n<h3><strong>Worst offending shakes based on sugars content per serving sold in high street restaurants and fast food chains:</strong></h3>\r\n<table width=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"283\"><strong>Product  name</strong></td>\r\n<td width=\"104\"><strong>Sugars per serving (g)*</strong></td>\r\n<td width=\"95\"><strong>Teaspoons of sugar per serving</strong></td>\r\n<td width=\"104\"><strong>Calories per serving (kcal)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Toby Carvery Unicorn Freakshake</td>\r\n<td width=\"104\">156.0</td>\r\n<td width=\"95\">39</td>\r\n<td width=\"104\">1280</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Five Guys Milk Shake Base + Banana + Chocolate**</td>\r\n<td width=\"104\">149.0</td>\r\n<td width=\"95\">37</td>\r\n<td width=\"104\">1073</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Five Guys Milk Shake Base + Cherry**</td>\r\n<td width=\"104\">120.0</td>\r\n<td width=\"95\">30</td>\r\n<td width=\"104\">975</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\"><a href=\"https://www.pizzahut.co.uk/\" target=\"_blank\" rel=\"noopener\">Pizza Hut</a> Salted Caramel Ice Cream Shake</td>\r\n<td width=\"104\">95.4</td>\r\n<td width=\"95\">24</td>\r\n<td width=\"104\">738</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\"><a href=\"https://www.harvester.co.uk/\" target=\"_blank\" rel=\"noopener\">Harvester</a> Cookie Monster Freakshake</td>\r\n<td width=\"104\">95.0</td>\r\n<td width=\"95\">24</td>\r\n<td width=\"104\">1067</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Toby Carvery Cookie &amp; Chocolate Freakshake</td>\r\n<td width=\"104\">94.0</td>\r\n<td width=\"95\">24</td>\r\n<td width=\"104\">961</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* Some of the sugars will be from the milk but current nutrition labelling does not differentiate between the amount of naturally occurring sugars (lactose) from milk and free sugars added in the form of table sugar, syrups and blended fruits.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn8\" name=\"_ednref8\">[8]</a>\r\n\r\n**Five Guys ‘Create your own’: for the purpose of the survey, the following mix-ins were chosen. However, nutrient content significantly differs depending on the combination chosen.\r\n\r\nAction on Sugar also investigated the sugar and calorie levels in milkshakes sold by <strong>supermarkets</strong> and found that 90% of the 41 products surveyed would receive a ‘red’ (high) label for excessive levels of sugars per serving as sold. Of note, two contain no added sugars and all the sugars in those products are from milk.\r\n<h3><strong>Worst offending shakes based on sugars content per serving sold in supermarkets:</strong></h3>\r\n<table width=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"293\"><strong>Product name</strong></td>\r\n<td width=\"85\"><strong>Sugars per serving (g)</strong></td>\r\n<td width=\"113\"><strong>Teaspoons of sugar per serving</strong></td>\r\n<td width=\"95\"><strong>Calories per serving  (kcal)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">Muller Milk Frijj Chocolate Flavour 400ml</td>\r\n<td width=\"85\">42.8</td>\r\n<td width=\"113\">11</td>\r\n<td width=\"95\">304</td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">Muller Milk Frijj Fudge Brownie Flavour 400ml</td>\r\n<td width=\"85\">42.8</td>\r\n<td width=\"113\">11</td>\r\n<td width=\"95\">300</td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">Muller Milk Frijj Cookie Dough Flavour 400ml</td>\r\n<td width=\"85\">41.6</td>\r\n<td width=\"113\">10</td>\r\n<td width=\"95\">288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nOverall, supermarket milkshakes are much lower in sugar and calories per serving. Toby Carvery Unicorn Freakshake has 17 times the amount of sugar as a Yazoo No Added Sugar Strawberry 200ml which contains 9.2g of sugars per serving.\r\n<h3><strong>Lowest sugars content milkshakes per serving sold in supermarkets:</strong></h3>\r\n<table width=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"312\"><strong>Product Name</strong></td>\r\n<td width=\"104\"><strong>Sugars per Serving (g)</strong></td>\r\n<td width=\"162\"><strong>Calories per serving (kcal)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">Yazoo No Added Sugar Strawberry 200ml</td>\r\n<td width=\"104\">9.2</td>\r\n<td width=\"162\">92</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">Yazoo No Added Sugar Chocolate 200ml</td>\r\n<td width=\"104\">9.4</td>\r\n<td width=\"162\">96</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">Co-op Chocolate Milk 189ml</td>\r\n<td width=\"104\">12.0</td>\r\n<td width=\"162\">102</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong><strong>Nutrition information and marketing</strong>\r\n\r\nIrresponsibly, many out-of-home companies do not publish their nutrition information online or in their outlets such as: Byron, Creams, Ed’s Diner, Frankie &amp; Benny’s, Handmade Burger Company and TGI Fridays. What’s more, some of these organisations even engage in more unacceptable marketing, such as Creams, who champion the following statement on their website:\r\n\r\n<em>\"We want every visit to Creams to be an indulgent adventure for the senses and we see our desserts as ‘<strong>everyday </strong>celebrations’. Once you’ve experienced Creams desserts we reckon you’ll be looking to celebrate something – anything! – <strong>every day</strong>\".</em> <a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn9\" name=\"_ednref9\">[9]</a>\r\n\r\n<strong>Registered Nutritionist Kawther Hashem, Researcher at Action on Sugar based at Queen Mary University of London says,</strong> “Undoubtedly some of these milkshakes contribute to excess sugar and calorie intake, and it is shocking this information is hidden from the consumer, who would struggle to find it. It is time the government introduced legislation to force companies to be more transparent about what is in their products by displaying clear nutrition information online and in the outlets, at all times.”\r\n\r\n<strong>Holly Gabriel ANutr, Nutrition Campaigner at Action on Sugar adds,</strong> “It is unnecessary and unacceptable to sell milkshakes with over half an adult’s daily calorie needs in a single serving. There should be a limit of 300kcal per serving on these drinks. If you choose to eat out in a restaurant or cafe, you could unknowingly be consuming up to four times the amount of sugar and calories compared to a similar product from a supermarket, which demonstrates how easy it is to reduce sugar and calories.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/07/10/sugar-tax-not-so-sweet/\">Sugar tax... Not so sweet</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/wsta-appoints-new-members/\">WSTA appoints two new board members</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n</ul>\r\n<strong>Graham MacGregor, Professor of Cardiovascular Medicine at Queen Mary University of London and Chairman of Action on Sugar explains,</strong> “Despite milkshakes being incorporated into the Public Health England’s Sugar Reduction Programme as part of the government’s childhood obesity plan, it is clear from our survey that much more needs to be done than a 20% reduction. These very high-calorie drinks if consumed on a daily basis, would result in children becoming obese and suffer from tooth decay - that is not acceptable.\r\n\r\n“These high-calorie milkshakes need to be reduced immediately below the 300kcal per serving.”\r\n\r\n<strong>Dr Linda Greenwall and charity founder of the Dental Wellness Trust says, </strong>\"These findings are remarkable, especially given tooth decay among children in Britain is now at a record high, largely because food and drink products are packed with unnecessary sugar.\r\n\r\n“As the number of youngsters admitted to hospital to have their teeth extracted continues to escalate at a cost of more than £36million to the NHS, manufacturers, the out of home sector and parents must take immediate responsibility by significantly reducing the amount of sugar given to children, as well as enforcing daily brushing to reduce the likelihood of tooth decay.\"\r\n\r\n<strong>Join the conversation: #sugarawarenessweek <a href=\"https://twitter.com/actiononsugar\">@actiononsugar</a> </strong>\r\n\r\n<strong>Download our Freakshake poster: <a href=\"http://www.actiononsugar.org/media/action-on-salt/Freakshake-poster_A4-(1).pdf\">Freakshake Poster PDF [PDF 3,118KB]</a></strong>','Action on Sugar call for a ban on high sugar milkshakes','','publish','closed','open','','action-on-sugar-ban-milkshakes','','https://www.ontradeprogress.com/2018/07/10/sugar-tax-not-so-sweet/\nhttps://www.ontradeprogress.com/2018/11/13/wsta-appoints-new-members/','2018-11-13 14:23:41','2018-11-13 14:23:41','',0,'https://www.ontradeprogress.com/?p=3225',0,'post','',0),(3226,1,'2018-11-13 12:09:12','2018-11-13 12:09:12','<h1><i><a href=\"http://www.fentimans.com/\" target=\"_blank\" rel=\"noopener\">Fentimans</a>, flavour innovators and the maker of premium botanically brewed beverages, unveils their new Spirit Pairing Guide.</i></h1>\r\n<h1></h1>\r\n<p class=\"ox-4113dc8620-MsoNormal\">With an ever-expanding range of premium mixers and soft drinks that enhance and complement a variety of spirits, Fentimans have developed their first Spirit Pairing Guide. The guide covers light and dark spirits including gin, vodka, agave, rum, whisk(e)y, fruit brandy and wine. Each category guides the user to discover the perfect pairing of Fentimans mixer and spirit.</p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\">Fentimans have collaborated with world-class mixologists to create the guide’s pairings, from the familiar to the more experimental. The guide has been launched as a tool to educate and support their on and off-trade industry stakeholders as well as end consumers. Claire Tyson, Fentimans Senior Customer Marketing Manager commented: “<i>Driven by innovation and customer demand</i>, <i>we continue to grow our diverse range of tonics and mixers. When users are mixing our drinks, we need to ensure they’re having the ultimate flavour experience. Our Spirits Pairing Guide can be used as an inspiration to try new and exciting flavour combinations.”</i></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/\">How Fentimans continues to push for growth</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/\">Is Casual Dining Group buying your favourite restaurant?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/\">Blanchette Brick Lane launches weekend brunch menu</a></li>\r\n</ul>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><strong>In a year that has seen the brand overhaul its image with a rebrand costing £1.2m, this latest innovation illustrates Fentimans commitment to supporting their customers and consumers. For more information, please download the PDF on the Fentimans website here:</strong></p>\r\n<p class=\"ox-4113dc8620-MsoNormal\"><a href=\"http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf\" target=\"_blank\" rel=\"noopener\">http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf</a></p>','Fentimans unveil their Spirit Pairing Guide','','inherit','closed','closed','','3204-revision-v1','','','2018-11-13 12:09:12','2018-11-13 12:09:12','',3204,'https://www.ontradeprogress.com/2018/11/13/3204-revision-v1/',0,'revision','',0),(3227,1,'2018-11-13 12:17:51','2018-11-13 12:17:51','','Action on Sugar call for ban on high sugar milkshakes','Action on Sugar call for a ban on high sugar milkshakes','inherit','closed','closed','','milk-2585087_640','','','2018-11-13 12:18:43','2018-11-13 12:18:43','',3225,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/milk-2585087_640.jpg',0,'attachment','image/jpeg',0),(3228,1,'2018-11-13 12:30:27','2018-11-13 12:30:27','<h1>Alarming levels of sugar and calories are hidden in milkshakes sold across high street restaurants and fast food chains – according to a NEW survey<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn1\" name=\"_ednref1\">[1]</a> by Action on Sugar, based at <a href=\"https://www.qmul.ac.uk/\" target=\"_blank\" rel=\"noopener\">Queen Mary University</a> of London.</h1>\r\nFamily restaurant Toby Carvery is ranked as the most ‘shocking shake’ with its <strong><em>‘Unicorn Freakshake</em></strong>’ containing an alarming 39 teaspoons of sugar  – that’s over six times the recommended daily amount of sugar for a 7- to 10-year-old.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn2\" name=\"_ednref2\">[2]</a> The next worst offender is <strong><em><a href=\"https://www.fiveguys.co.uk/\" target=\"_blank\" rel=\"noopener\">Five Guys</a> Banana and Chocolate Shake</em></strong> with an excessive 37 teaspoons of sugar - the equivalent of drinking over four cans of cola.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn3\" name=\"_ednref3\">[3]</a>\r\n\r\nWhen it comes to hidden calories, Public Health England’s sugar reduction targets include a cap on milkshake products likely to be consumed in a single occasion to 300 calories. However, a milkshake such as<strong> <em><a href=\"https://www.tobycarvery.co.uk/\" target=\"_blank\" rel=\"noopener\">Toby Carvery</a> Unicorn Freakshake</em></strong> at 1280 kcal per serving is more than half the daily-recommended amount of calories for an adult and four times PHE’s proposed calorie limit. An average 25-year-old would need to jog for nearly three hours or vacuum the house for five hours to burn off the calories!<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn4\" name=\"_ednref4\">[4]</a>\r\n\r\nThis new research concludes that <strong>ALL</strong> products sold in high street restaurants and fast food chains, with nutrition labelling available online, would receive a <strong>‘red’</strong> (high) label for excessive levels of sugar per serving.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn5\" name=\"_ednref5\">[5]</a>\r\n\r\n[caption id=\"attachment_3227\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3227\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/milk-2585087_640-300x225.jpg\" alt=\"Action on Sugar call for ban on high sugar milkshakes\" width=\"300\" height=\"225\" /> Action on Sugar call for a ban on high sugar milkshakes[/caption]\r\n\r\nTo mark its 3<sup>rd</sup> <strong>National Sugar Awareness Week</strong> (12-18<sup>th</sup> November 2018) supported by many charities and high profile advocates including Tom Watson MP, Davina McCall, Fiona Philips and Hugh Fearnley-Whittingstall, Action on Sugar is now calling for <strong>mandatory traffic light coloured nutrition labelling across ALL menus</strong>, while the UK government is consulting on menu calorie labelling.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn6\" name=\"_ednref6\">[6]</a>\r\n\r\nFurthermore, the group of leading experts is calling for a <strong>ban on the sale of milkshakes that exceed a calorie limit of 300 kcal per serving</strong>. This contrasts with Public Health England’s ambition to achieve only a 10% reduction in sugar by mid-2019 and a further 10% by mid-2021 to meet the 20% overall target,<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn7\" name=\"_ednref7\">[7]</a> which will still leave these milkshakes with vast and unnecessary amounts of sugar.\r\n<h3><strong>Key findings:</strong></h3>\r\n<ul>\r\n 	<li><strong>Milkshakes sold across high street restaurants and fast food chains contain grotesque levels of sugar and calories, warns NEW survey by Action on Sugar</strong></li>\r\n 	<li><strong>Some have a shocking 39 teaspoons of sugar – over 6 TIMES the recommended daily amount of sugar for a 7- to 10-year-old</strong></li>\r\n 	<li><strong>Others are over HALF the daily-recommended amount of calories for an adult</strong></li>\r\n 	<li><strong>As part of Sugar Awareness Week, Action on Sugar is calling </strong><strong>for mandatory traffic light coloured nutrition labelling across ALL menus and </strong><strong>a ban on the sale of milkshakes that exceed a calorie limit of 300 kcal per serving</strong></li>\r\n</ul>\r\n<strong>Access full supermarket data here: <a href=\"http://www.actiononsugar.org/media/action-on-salt/Supermarket-milkshakes-FINAL-2018.pdf\">Supermarket Milkshakes [PDF 349KB]</a></strong>\r\n\r\n<strong>Access full out of home data here: <a href=\"http://www.actiononsugar.org/media/action-on-salt/OOH-Milkshakes-FINAL-2018.pdf\">Out of Home Milkshakes [PDF 492KB]</a></strong>\r\n<h3><strong>Worst offending shakes based on sugars content per serving sold in high street restaurants and fast food chains:</strong></h3>\r\n<table width=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"283\"><strong>Product  name</strong></td>\r\n<td width=\"104\"><strong>Sugars per serving (g)*</strong></td>\r\n<td width=\"95\"><strong>Teaspoons of sugar per serving</strong></td>\r\n<td width=\"104\"><strong>Calories per serving (kcal)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Toby Carvery Unicorn Freakshake</td>\r\n<td width=\"104\">156.0</td>\r\n<td width=\"95\">39</td>\r\n<td width=\"104\">1280</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Five Guys Milk Shake Base + Banana + Chocolate**</td>\r\n<td width=\"104\">149.0</td>\r\n<td width=\"95\">37</td>\r\n<td width=\"104\">1073</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Five Guys Milk Shake Base + Cherry**</td>\r\n<td width=\"104\">120.0</td>\r\n<td width=\"95\">30</td>\r\n<td width=\"104\">975</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\"><a href=\"https://www.pizzahut.co.uk/\" target=\"_blank\" rel=\"noopener\">Pizza Hut</a> Salted Caramel Ice Cream Shake</td>\r\n<td width=\"104\">95.4</td>\r\n<td width=\"95\">24</td>\r\n<td width=\"104\">738</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\"><a href=\"https://www.harvester.co.uk/\" target=\"_blank\" rel=\"noopener\">Harvester</a> Cookie Monster Freakshake</td>\r\n<td width=\"104\">95.0</td>\r\n<td width=\"95\">24</td>\r\n<td width=\"104\">1067</td>\r\n</tr>\r\n<tr>\r\n<td width=\"283\">Toby Carvery Cookie &amp; Chocolate Freakshake</td>\r\n<td width=\"104\">94.0</td>\r\n<td width=\"95\">24</td>\r\n<td width=\"104\">961</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* Some of the sugars will be from the milk but current nutrition labelling does not differentiate between the amount of naturally occurring sugars (lactose) from milk and free sugars added in the form of table sugar, syrups and blended fruits.<a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn8\" name=\"_ednref8\">[8]</a>\r\n\r\n**Five Guys ‘Create your own’: for the purpose of the survey, the following mix-ins were chosen. However, nutrient content significantly differs depending on the combination chosen.\r\n\r\nAction on Sugar also investigated the sugar and calorie levels in milkshakes sold by <strong>supermarkets</strong> and found that 90% of the 41 products surveyed would receive a ‘red’ (high) label for excessive levels of sugars per serving as sold. Of note, two contain no added sugars and all the sugars in those products are from milk.\r\n<h3><strong>Worst offending shakes based on sugars content per serving sold in supermarkets:</strong></h3>\r\n<table width=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"293\"><strong>Product name</strong></td>\r\n<td width=\"85\"><strong>Sugars per serving (g)</strong></td>\r\n<td width=\"113\"><strong>Teaspoons of sugar per serving</strong></td>\r\n<td width=\"95\"><strong>Calories per serving  (kcal)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">Muller Milk Frijj Chocolate Flavour 400ml</td>\r\n<td width=\"85\">42.8</td>\r\n<td width=\"113\">11</td>\r\n<td width=\"95\">304</td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">Muller Milk Frijj Fudge Brownie Flavour 400ml</td>\r\n<td width=\"85\">42.8</td>\r\n<td width=\"113\">11</td>\r\n<td width=\"95\">300</td>\r\n</tr>\r\n<tr>\r\n<td width=\"293\">Muller Milk Frijj Cookie Dough Flavour 400ml</td>\r\n<td width=\"85\">41.6</td>\r\n<td width=\"113\">10</td>\r\n<td width=\"95\">288</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nOverall, supermarket milkshakes are much lower in sugar and calories per serving. Toby Carvery Unicorn Freakshake has 17 times the amount of sugar as a Yazoo No Added Sugar Strawberry 200ml which contains 9.2g of sugars per serving.\r\n<h3><strong>Lowest sugars content milkshakes per serving sold in supermarkets:</strong></h3>\r\n<table width=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"312\"><strong>Product Name</strong></td>\r\n<td width=\"104\"><strong>Sugars per Serving (g)</strong></td>\r\n<td width=\"162\"><strong>Calories per serving (kcal)</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">Yazoo No Added Sugar Strawberry 200ml</td>\r\n<td width=\"104\">9.2</td>\r\n<td width=\"162\">92</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">Yazoo No Added Sugar Chocolate 200ml</td>\r\n<td width=\"104\">9.4</td>\r\n<td width=\"162\">96</td>\r\n</tr>\r\n<tr>\r\n<td width=\"312\">Co-op Chocolate Milk 189ml</td>\r\n<td width=\"104\">12.0</td>\r\n<td width=\"162\">102</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong> </strong><strong>Nutrition information and marketing</strong>\r\n\r\nIrresponsibly, many out-of-home companies do not publish their nutrition information online or in their outlets such as: Byron, Creams, Ed’s Diner, Frankie &amp; Benny’s, Handmade Burger Company and TGI Fridays. What’s more, some of these organisations even engage in more unacceptable marketing, such as Creams, who champion the following statement on their website:\r\n\r\n<em>\"We want every visit to Creams to be an indulgent adventure for the senses and we see our desserts as ‘<strong>everyday </strong>celebrations’. Once you’ve experienced Creams desserts we reckon you’ll be looking to celebrate something – anything! – <strong>every day</strong>\".</em> <a href=\"http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn9\" name=\"_ednref9\">[9]</a>\r\n\r\n<strong>Registered Nutritionist Kawther Hashem, Researcher at Action on Sugar based at Queen Mary University of London says,</strong> “Undoubtedly some of these milkshakes contribute to excess sugar and calorie intake, and it is shocking this information is hidden from the consumer, who would struggle to find it. It is time the government introduced legislation to force companies to be more transparent about what is in their products by displaying clear nutrition information online and in the outlets, at all times.”\r\n\r\n<strong>Holly Gabriel ANutr, Nutrition Campaigner at Action on Sugar adds,</strong> “It is unnecessary and unacceptable to sell milkshakes with over half an adult’s daily calorie needs in a single serving. There should be a limit of 300kcal per serving on these drinks. If you choose to eat out in a restaurant or cafe, you could unknowingly be consuming up to four times the amount of sugar and calories compared to a similar product from a supermarket, which demonstrates how easy it is to reduce sugar and calories.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/07/10/sugar-tax-not-so-sweet/\">Sugar tax... Not so sweet</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/wsta-appoints-new-members/\">WSTA appoints two new board members</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/\">Fentimans unveil their Spirit Pairing Guide</a></li>\r\n</ul>\r\n<strong>Graham MacGregor, Professor of Cardiovascular Medicine at Queen Mary University of London and Chairman of Action on Sugar explains,</strong> “Despite milkshakes being incorporated into the Public Health England’s Sugar Reduction Programme as part of the government’s childhood obesity plan, it is clear from our survey that much more needs to be done than a 20% reduction. These very high-calorie drinks if consumed on a daily basis, would result in children becoming obese and suffer from tooth decay - that is not acceptable.\r\n\r\n“These high-calorie milkshakes need to be reduced immediately below the 300kcal per serving.”\r\n\r\n<strong>Dr Linda Greenwall and charity founder of the Dental Wellness Trust says, </strong>\"These findings are remarkable, especially given tooth decay among children in Britain is now at a record high, largely because food and drink products are packed with unnecessary sugar.\r\n\r\n“As the number of youngsters admitted to hospital to have their teeth extracted continues to escalate at a cost of more than £36million to the NHS, manufacturers, the out of home sector and parents must take immediate responsibility by significantly reducing the amount of sugar given to children, as well as enforcing daily brushing to reduce the likelihood of tooth decay.\"\r\n\r\n<strong>Join the conversation: #sugarawarenessweek <a href=\"https://twitter.com/actiononsugar\">@actiononsugar</a> </strong>\r\n\r\n<strong>Download our Freakshake poster: <a href=\"http://www.actiononsugar.org/media/action-on-salt/Freakshake-poster_A4-(1).pdf\">Freakshake Poster PDF [PDF 3,118KB]</a></strong>','Action on Sugar call for a ban on high sugar milkshakes','','inherit','closed','closed','','3225-revision-v1','','','2018-11-13 12:30:27','2018-11-13 12:30:27','',3225,'https://www.ontradeprogress.com/2018/11/13/3225-revision-v1/',0,'revision','',0),(3229,1,'2018-11-13 14:39:19','2018-11-13 14:39:19','<h1>Inspirational menus from Award-winning chef and owner of Bedfordshire’s fine dining restaurant Paris House, Phil Fanning. The very best seasonal ingredients to take guests on a culinary journey with dishes that will bring more festive cheer than most.</h1>\r\nThese menus take their inspiration from around the world, with particular Asian influences – no Turkey with all the trimmings here! Expect to see dishes such as Hamachi with superfood plankton, oriental nashi pear &amp; ginger; a rich &amp; wintery Celeriac &amp; Onion Broth with trompette de la mort &amp; pumpkin seeds; enriched Duck Liver Parfait with fig, brandy &amp; pumpernickel; hand dived roast &amp; cured Scallop with soba noodles &amp; black bean; Woburn Estate Venison with hazelnut, chicory &amp; smoked shitake; Roast &amp; Candied Plum with blackberries, vanilla &amp; goat’s cheese sorbet &amp; mulled wine yolk and Stollen with candied orange, marzipan &amp; bergamot sorbet.\r\n<h4>The festive menus are available from 15th November right through until Christmas. There are 4 festive menus available:</h4>\r\n6 course lunch menu @ £54 per person\r\n8 course lunch or dinner menu @ £96 per person\r\n10 course lunch or dinner menu @ £115 per person\r\n<h3>CHRISTMAS WREATH WORKSHOPS WITH SA FLORISTRY – 7 December</h3>\r\nJoin qualified floral designer, Sophie Ayres from SA Floristry to create a stunning luxury Christmas door wreath. The workshop suits both people with no floristry experience to those who love flower arranging. At the end of the session, everyone will get to take home their uniquely designed Christmas door wreath.\r\nThe session will be followed by Festive menus of lunch or dinner in the Paris House dining room, prepared by Executive Chef Phil Fanning and his team.\r\n£120 per person for workshop &amp; lunch or £150 per person for workshop &amp; dinner. Maximum 10 places per course. Call the restaurant directly to book on 01525 290692.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/essential-cuisine-festive-prizes/\">Essential Cuisine is offering Festive prizes in November</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/\">Try this Festive Christmas Spritz</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Minimise alcohol harms over Festive period - Drinkaware</a></li>\r\n</ul>\r\n<h3>CHRISTMAS CANAPÉ MASTERCLASSES – 11, 23 &amp; 25 November</h3>\r\nKick your festive season off in style by booking a place on this fun Masterclass. Learn how to make some truly delicious canapés, guaranteed to wow your guests. This interactive, hands-on course will give provide the skills needed to produce bite-sized treats worthy of the finest drinks party.\r\nPhil Fanning’s easy-going and friendly nature create an informal and fun environment in which to learn. Mentoring and teaching is one of Phil’s absolute passions, so he and his team love to share their knowledge and help to welcome people in to the secrets of the culinary world!\r\nThe Masterclass will be hosted in the Paris House kitchen and will last approximately 2 hours. This will be followed by a glass of bubbles &amp; canapés and a 5 course lunch at the Chef’s Table. Additional lunch guests are welcome to join at a cost of £99 per head. Masterclasses £169 per person.\r\n<h3>A RANGE OF GIFTS PERFECT FOR FANCY STOCKINGS</h3>\r\nThe Paris House team has created a series of behind the scenes experiences that enhance the fun and enjoyment of Paris House even further. Guests can dine at the iconic Chef\'s Table, in the heart of the kitchen (£445 for 2 with wine), join the team as a Chef for the Day (£295 per person), or try their hand at cooking with a full series of Masterclasses with Phil Fanning (£169 per person). Gift vouchers are available through the website.\r\n<h3>PRIVATE DINING FOR CHRISTMAS GATHERINGS</h3>\r\nParties of 8 to 14 can take over one of the beautiful private dining rooms, while larger parties of up to 38 people can take exclusive use of the entire restaurant. Whether guests are celebrating with office colleagues, friends or a big family gathering, they can be sure of an outstanding experience.\r\n\r\n<a href=\"http://www.parishouse.co.uk/\" target=\"_blank\" rel=\"noopener\">www.parishouse.co.uk</a>\r\nParis House, Woburn Park, Woburn, Bedfordshire MK17 9QP','Stunning Festive menus from Paris House','','publish','closed','open','','festive-menus-paris-house','','https://www.ontradeprogress.com/2018/11/06/essential-cuisine-festive-prizes/\nhttps://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/','2018-11-13 15:32:26','2018-11-13 15:32:26','',0,'https://www.ontradeprogress.com/?p=3229',0,'post','',0),(3230,1,'2018-11-13 14:30:31','2018-11-13 14:30:31','','Stunning Festive menus','Stunning Festive menus','inherit','closed','closed','','phbauble-1','','','2018-11-13 14:31:19','2018-11-13 14:31:19','',3229,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/PhBauble-1.jpg',0,'attachment','image/jpeg',0),(3231,1,'2018-11-13 14:38:01','2018-11-13 14:38:01','<h1>Inspirational menus from Award-winning chef and owner of Bedfordshire’s fine dining restaurant Paris House, Phil Fanning. The very best seasonal ingredients to take guests on a culinary journey with dishes that will bring more festive cheer than most.</h1>\r\nThese menus take their inspiration from around the world, with particular Asian influences – no Turkey with all the trimmings here! Expect to see dishes such as Hamachi with superfood plankton, oriental nashi pear &amp; ginger; a rich &amp; wintery Celeriac &amp; Onion Broth with trompette de la mort &amp; pumpkin seeds; enriched Duck Liver Parfait with fig, brandy &amp; pumpernickel; hand dived roast &amp; cured Scallop with soba noodles &amp; black bean; Woburn Estate Venison with hazelnut, chicory &amp; smoked shitake; Roast &amp; Candied Plum with blackberries, vanilla &amp; goat’s cheese sorbet &amp; mulled wine yolk and Stollen with candied orange, marzipan &amp; bergamot sorbet.\r\n<h4>The festive menus are available from 15th November right through until Christmas. There are 4 festive menus available:</h4>\r\n6 course lunch menu @ £54 per person\r\n8 course lunch or dinner menu @ £96 per person\r\n10 course lunch or dinner menu @ £115 per person\r\n<h3>CHRISTMAS WREATH WORKSHOPS WITH SA FLORISTRY – 7 December</h3>\r\nJoin qualified floral designer, Sophie Ayres from SA Floristry to create a stunning luxury Christmas door wreath. The workshop suits both people with no floristry experience to those who love flower arranging. At the end of the session, everyone will get to take home their uniquely designed Christmas door wreath.\r\nThe session will be followed by Festive menus of lunch or dinner in the Paris House dining room, prepared by Executive Chef Phil Fanning and his team.\r\n£120 per person for workshop &amp; lunch or £150 per person for workshop &amp; dinner. Maximum 10 places per course. Call the restaurant directly to book on 01525 290692.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/06/essential-cuisine-festive-prizes/\">Essential Cuisine is offering Festive prizes in November</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/\">Try this Festive Christmas Spritz</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/\">Minimise alcohol harms over Festive period - Drinkaware</a></li>\r\n</ul>\r\n<h3>CHRISTMAS CANAPÉ MASTERCLASSES – 11, 23 &amp; 25 November</h3>\r\nKick your festive season off in style by booking a place on this fun Masterclass. Learn how to make some truly delicious canapés, guaranteed to wow your guests. This interactive, hands-on course will give provide the skills needed to produce bite-sized treats worthy of the finest drinks party.\r\nPhil Fanning’s easy-going and friendly nature create an informal and fun environment in which to learn. Mentoring and teaching is one of Phil’s absolute passions, so he and his team love to share their knowledge and help to welcome people in to the secrets of the culinary world!\r\nThe Masterclass will be hosted in the Paris House kitchen and will last approximately 2 hours. This will be followed by a glass of bubbles &amp; canapés and a 5 course lunch at the Chef’s Table. Additional lunch guests are welcome to join at a cost of £99 per head. Masterclasses £169 per person.\r\n<h3>A RANGE OF GIFTS PERFECT FOR FANCY STOCKINGS</h3>\r\nThe Paris House team has created a series of behind the scenes experiences that enhance the fun and enjoyment of Paris House even further. Guests can dine at the iconic Chef\'s Table, in the heart of the kitchen (£445 for 2 with wine), join the team as a Chef for the Day (£295 per person), or try their hand at cooking with a full series of Masterclasses with Phil Fanning (£169 per person). Gift vouchers are available through the website.\r\n<h3>PRIVATE DINING FOR CHRISTMAS GATHERINGS</h3>\r\nParties of 8 to 14 can take over one of the beautiful private dining rooms, while larger parties of up to 38 people can take exclusive use of the entire restaurant. Whether guests are celebrating with office colleagues, friends or a big family gathering, they can be sure of an outstanding experience.\r\n\r\n<a href=\"http://www.parishouse.co.uk/\" target=\"_blank\" rel=\"noopener\">www.parishouse.co.uk</a>\r\nParis House, Woburn Park, Woburn, Bedfordshire MK17 9QP','Stunning Festive menus from Paris House','','inherit','closed','closed','','3229-revision-v1','','','2018-11-13 14:38:01','2018-11-13 14:38:01','',3229,'https://www.ontradeprogress.com/2018/11/13/3229-revision-v1/',0,'revision','',0),(3232,1,'2018-11-14 08:57:56','2018-11-14 08:57:56','<h1><strong>Commenting on the announcement from the Department of Health that there will be no changes to the descriptors for low and no alcohol products, Brigid Simmonds, Chief Executive of the <a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">British Beer &amp; Pub Association</a>, said:</strong></h1>\r\n&nbsp;\r\n\r\n“It is bitterly disappointing that the Department of Health has missed this opportunity to give consumers greater clarity when it comes to the labelling of low alcohol beers.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3233\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3233\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-691397_640-300x200.jpg\" alt=\"low alcohol\" width=\"300\" height=\"200\" /> BBPA ‘bitterly disappointed ’ by low alcohol consultation outcome[/caption]\r\n\r\n“Changing the current definition of ‘alcohol-free’ beer from 0.05% ABV to 0.5% ABV – as we suggested during the consultation process – would have brought the UK in line with the rest of Europe and other global markets. This creates the perverse situation whereby beers at 0.5% ABV produced in Europe can be sold in the UK as “alcohol-free”, but British brewers brewing at the same strength must label their beer differently. This is discrimination and will create confusion for consumers.\r\n\r\n&nbsp;\r\n\r\n“Whilst we have already seen significant growth in the low alcohol beer sector, the Government has failed to implement changes that would enable Britain’s brewers to further innovate and promote lower strength drinks to stimulate this growth further.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\">Marriott Int\'l expands UK portfolio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases first Barrel-Aged beer at Baltimore</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/\">Wetherspoons and CLIC Sargent celebrate a huge milestone together</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n“A decision by the Australian Government to introduce tax reductions for ‘lighter’ beer has already led to the growth of such beers to occupy 25% of the market there. Sadly then, this decision by the UK Government represents a missed opportunity to provide a similar incentive here and gives no encouragement to those seeking to moderate their alcohol consumption.\r\n\r\n&nbsp;\r\n\r\n“There is plenty of evidence to show that moderate drinking brings health benefits, and beer, which is typically a low strength form of alcohol, is a great way to enjoy a well-earned drink whilst supporting your local pub.”','BBPA ‘bitterly disappointed’ by low and no alcohol consultation outcome','','publish','closed','open','','low-alcohol-department-health','','','2018-11-14 14:52:29','2018-11-14 14:52:29','',0,'https://www.ontradeprogress.com/?p=3232',0,'post','',0),(3233,1,'2018-11-14 08:51:12','2018-11-14 08:51:12','','low alcohol','BBPA ‘bitterly disappointed ’ by low alcohol consultation outcome','inherit','closed','closed','','restaurant-691397_640','','','2018-11-14 08:51:43','2018-11-14 08:51:43','',3232,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-691397_640.jpg',0,'attachment','image/jpeg',0),(3234,1,'2018-11-14 08:55:28','2018-11-14 08:55:28','<h1><strong>Commenting on the announcement from the Department of Health that there will be no changes to the descriptors for low and no alcohol products, Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said:</strong></h1>\r\n&nbsp;\r\n\r\n“It is bitterly disappointing that the Department of Health has missed this opportunity to give consumers greater clarity when it comes to the labelling of low alcohol beers.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3233\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3233\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-691397_640-300x200.jpg\" alt=\"low alcohol\" width=\"300\" height=\"200\" /> BBPA ‘bitterly disappointed ’ by low alcohol consultation outcome[/caption]\r\n\r\n“Changing the current definition of ‘alcohol-free’ beer from 0.05% ABV to 0.5% ABV – as we suggested during the consultation process – would have brought the UK in line with the rest of Europe and other global markets. This creates the perverse situation whereby beers at 0.5% ABV produced in Europe can be sold in the UK as “alcohol-free”, but British brewers brewing at the same strength must label their beer differently. This is discrimination and will create confusion for consumers.\r\n\r\n&nbsp;\r\n\r\n“Whilst we have already seen significant growth in the low alcohol beer sector, the Government has failed to implement changes that would enable Britain’s brewers to further innovate and promote lower strength drinks to stimulate this growth further.\r\n\r\n&nbsp;\r\n\r\n“A decision by the Australian Government to introduce tax reductions for ‘lighter’ beer has already led to the growth of such beers to occupy 25% of the market there. Sadly then, this decision by the UK Government represents a missed opportunity to provide a similar incentive here and gives no encouragement to those seeking to moderate their alcohol consumption.\r\n\r\n&nbsp;\r\n\r\n“There is plenty of evidence to show that moderate drinking brings health benefits, and beer, which is typically a low strength form of alcohol, is a great way to enjoy a well-earned drink whilst supporting your local pub.”','BBPA ‘bitterly disappointed’ by low and no alcohol consultation outcome','','inherit','closed','closed','','3232-revision-v1','','','2018-11-14 08:55:28','2018-11-14 08:55:28','',3232,'https://www.ontradeprogress.com/2018/11/14/3232-revision-v1/',0,'revision','',0),(3235,1,'2018-11-14 11:00:21','2018-11-14 11:00:21','<header class=\"article__header\">\r\n<h2 class=\"article__sub-title\">Together, <a href=\"https://www.jdwetherspoon.com/\" target=\"_blank\" rel=\"noopener\">Wetherspoons</a> has reached another magnificent milestone for the company’s chosen charity, <a href=\"https://beta.clicsargent.org.uk/\" target=\"_blank\" rel=\"noopener\">CLIC</a> Sargent – raising £16 million – clocking up another £1 million for the fundraising total in a matter of months.</h2>\r\n</header>\r\n<div class=\"article__content\">\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m13.jpg?h=388&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143216Z&amp;hash=61AF566D21110241C40347E1F5A044B0C8B02A82\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"388\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n\r\nWetherspoon is CLIC Sargent’s longest-standing corporate partner. Since the partnership was formed, in 2002, our fabulous fundraisers at pubs across the UK have generously and enthusiastically collected the equivalent of more than £1 million each year.\r\n\r\nTim Martin said: “Our staff and customers continue to show tremendous support, dedication and generosity for this extremely important charity.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\">Wetherspoons launch a campaign calling on Mrs May to ditch tariffs post-Brexit</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol decision from the Government</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/action-on-sugar-ban-milkshakes/\">Action on Sugar call on high milkshake ban</a></li>\r\n</ul>\r\n<div class=\"article__content\">\r\n\r\n“We are enormously proud of the fact that we have raised £16 million for CLIC Sargent, through hundreds of fundraising activities each year.”\r\n\r\nRachel Kirby-Rider, director of income and engagement at CLIC Sargent, said: “Year after year, the hard work and generosity of staff and customers of J D Wetherspoon continue to grow and amaze us. It’s so important to celebrate these key milestones and thank everyone for all they’ve done.\r\n\r\n“The money raised will make a huge difference to families, who can often be miles away from home for long and gruelling cancer treatment. With J D Wetherspoon’s support, we can be there for these families, right from when the doctor says it’s cancer.”\r\n\r\nToday, 12 more children and young people in the UK will hear the devastating news that they have cancer. Treatment normally starts immediately, is often given many miles from home and can last for up to three years.\r\n\r\nAlthough survival rates are over 80%, cancer remains the single largest cause of death from disease in children and young people in the UK.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m15.jpg?h=405&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143242Z&amp;hash=457BDCE423F301367D4526F305F73D7C37B75399\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"405\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n<h3>Cancer patient Tyler Hart and his family joined Tim Martin and staff at Wetherspoon’s head office to help to celebrate our £16-million milestone.</h3>\r\nTyler, 15, was diagnosed in July 2016 with non-Hodgkin’s lymphoma (Burkitt\'s lymphoma).\r\n\r\nDuring this difficult time, receiving treatment far from home in London, his family was supported by a CLIC Sargent social worker who provides financial, emotional and practical support to children and young people with cancer.\r\n\r\nTyler’s mum, Sue Hart, said: “When I met our CLIC Sargent social worker, Jan, she offered us a grant of £170 from the charity and told us about other financial aids available – which was a massive help, since our debts were piling up, through travel and many other costs.\r\n\r\n“When I was struggling, I could just talk to her easily and it really helped. I don’t know what we would have done without her.”\r\n<h3>Thankfully, Tyler’s treatment was successful, and he enjoyed the opportunity to celebrate the £16-million milestone with Wetherspoon.</h3>\r\nTyler added: “It was a great day meeting Tim Martin and all of the J D Wetherspoon staff. Being able to thank them in person for all of the amazing support which they have given for CLIC Sargent was amazing.\r\n\r\n“The amount they have raised will mean the world to families like mine – which really need that help when having cancer treatment.”\r\n\r\n</div>','Wetherspoon and CLIC Sargent celebrate their £16 million milestone','','publish','closed','open','','wetherspoon-clic-sargent-milestone','','https://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\nhttps://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/','2018-11-14 12:12:25','2018-11-14 12:12:25','',0,'https://www.ontradeprogress.com/?p=3235',0,'post','',0),(3236,1,'2018-11-14 10:37:48','2018-11-14 10:37:48','','Wetherspoons & CLIC Sargent raise over £16 million together','Wetherspoons & CLIC Sargent raise over £16 million together','inherit','closed','closed','','ho-16m15','','','2018-11-14 10:38:18','2018-11-14 10:38:18','',3235,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/HO-16M15.jpg',0,'attachment','image/jpeg',0),(3237,1,'2018-11-14 10:42:57','2018-11-14 10:42:57','<header class=\"article__header\">\r\n<h2 class=\"article__sub-title\">Together, Wetherspoons has reached another magnificent milestone for the company’s chosen charity, CLIC Sargent – raising £16 million – clocking up another £1 million for the fundraising total in a matter of months.</h2>\r\n</header>\r\n<div class=\"article__content\">\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m13.jpg?h=388&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143216Z&amp;hash=61AF566D21110241C40347E1F5A044B0C8B02A82\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"388\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n\r\nWetherspoon is CLIC Sargent’s longest-standing corporate partner. Since the partnership was formed, in 2002, our fabulous fundraisers at pubs across the UK have generously and enthusiastically collected the equivalent of more than £1 million each year.\r\n\r\nTim Martin said: “Our staff and customers continue to show tremendous support, dedication and generosity for this extremely important charity.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\">Wetherspoons launch a campaign calling on Mrs May to ditch tariffs post-Brexit</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol decision from the Government</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/action-on-sugar-ban-milkshakes/\">Action on Sugar call on high milkshake ban</a></li>\r\n</ul>\r\n<div class=\"article__content\">\r\n\r\n“We are enormously proud of the fact that we have raised £16 million for CLIC Sargent, through hundreds of fundraising activities each year.”\r\n\r\nRachel Kirby-Rider, director of income and engagement at CLIC Sargent, said: “Year after year, the hard work and generosity of staff and customers of J D Wetherspoon continue to grow and amaze us. It’s so important to celebrate these key milestones and thank everyone for all they’ve done.\r\n\r\n“The money raised will make a huge difference to families, who can often be miles away from home for long and gruelling cancer treatment. With J D Wetherspoon’s support, we can be there for these families, right from when the doctor says it’s cancer.”\r\n\r\nToday, 12 more children and young people in the UK will hear the devastating news that they have cancer. Treatment normally starts immediately, is often given many miles from home and can last for up to three years.\r\n\r\nAlthough survival rates are over 80%, cancer remains the single largest cause of death from disease in children and young people in the UK.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m15.jpg?h=405&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143242Z&amp;hash=457BDCE423F301367D4526F305F73D7C37B75399\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"405\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n\r\nCancer patient Tyler Hart and his family joined Tim Martin and staff at Wetherspoon’s head office to help to celebrate our £16-million milestone.\r\n\r\nTyler, 15, was diagnosed in July 2016 with non-Hodgkin’s lymphoma (Burkitt\'s lymphoma).\r\n\r\nDuring this difficult time, receiving treatment far from home in London, his family was supported by a CLIC Sargent social worker who provides financial, emotional and practical support to children and young people with cancer.\r\n\r\nTyler’s mum, Sue Hart, said: “When I met our CLIC Sargent social worker, Jan, she offered us a grant of £170 from the charity and told us about other financial aids available – which was a massive help, since our debts were piling up, through travel and many other costs.\r\n\r\n“When I was struggling, I could just talk to her easily and it really helped. I don’t know what we would have done without her.”\r\n\r\nThankfully, Tyler’s treatment was successful, and he enjoyed the opportunity to celebrate the £16-million milestone with Wetherspoon.\r\n\r\nTyler added: “It was a great day meeting Tim Martin and all of the J D Wetherspoon staff. Being able to thank them in person for all of the amazing support which they have given for CLIC Sargent was amazing.\r\n\r\n“The amount they have raised will mean the world to families like mine – which really need that help when having cancer treatment.”\r\n\r\n</div>','Wetherspoon and CLIC Sargent celebrate their £16 million milestone','','inherit','closed','closed','','3235-revision-v1','','','2018-11-14 10:42:57','2018-11-14 10:42:57','',3235,'https://www.ontradeprogress.com/2018/11/14/3235-revision-v1/',0,'revision','',0),(3238,1,'2018-11-14 10:46:26','2018-11-14 10:46:26','<header class=\"article__header\">\r\n<h2 class=\"article__sub-title\">Together, <a href=\"https://www.jdwetherspoon.com/\" target=\"_blank\" rel=\"noopener\">Wetherspoons</a> has reached another magnificent milestone for the company’s chosen charity, <a href=\"https://beta.clicsargent.org.uk/\" target=\"_blank\" rel=\"noopener\">CLIC</a> Sargent – raising £16 million – clocking up another £1 million for the fundraising total in a matter of months.</h2>\r\n</header>\r\n<div class=\"article__content\">\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m13.jpg?h=388&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143216Z&amp;hash=61AF566D21110241C40347E1F5A044B0C8B02A82\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"388\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n\r\nWetherspoon is CLIC Sargent’s longest-standing corporate partner. Since the partnership was formed, in 2002, our fabulous fundraisers at pubs across the UK have generously and enthusiastically collected the equivalent of more than £1 million each year.\r\n\r\nTim Martin said: “Our staff and customers continue to show tremendous support, dedication and generosity for this extremely important charity.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\">Wetherspoons launch a campaign calling on Mrs May to ditch tariffs post-Brexit</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol decision from the Government</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/action-on-sugar-ban-milkshakes/\">Action on Sugar call on high milkshake ban</a></li>\r\n</ul>\r\n<div class=\"article__content\">\r\n\r\n“We are enormously proud of the fact that we have raised £16 million for CLIC Sargent, through hundreds of fundraising activities each year.”\r\n\r\nRachel Kirby-Rider, director of income and engagement at CLIC Sargent, said: “Year after year, the hard work and generosity of staff and customers of J D Wetherspoon continue to grow and amaze us. It’s so important to celebrate these key milestones and thank everyone for all they’ve done.\r\n\r\n“The money raised will make a huge difference to families, who can often be miles away from home for long and gruelling cancer treatment. With J D Wetherspoon’s support, we can be there for these families, right from when the doctor says it’s cancer.”\r\n\r\nToday, 12 more children and young people in the UK will hear the devastating news that they have cancer. Treatment normally starts immediately, is often given many miles from home and can last for up to three years.\r\n\r\nAlthough survival rates are over 80%, cancer remains the single largest cause of death from disease in children and young people in the UK.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m15.jpg?h=405&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143242Z&amp;hash=457BDCE423F301367D4526F305F73D7C37B75399\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"405\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n<h3>Cancer patient Tyler Hart and his family joined Tim Martin and staff at Wetherspoon’s head office to help to celebrate our £16-million milestone.</h3>\r\nTyler, 15, was diagnosed in July 2016 with non-Hodgkin’s lymphoma (Burkitt\'s lymphoma).\r\n\r\nDuring this difficult time, receiving treatment far from home in London, his family was supported by a CLIC Sargent social worker who provides financial, emotional and practical support to children and young people with cancer.\r\n\r\nTyler’s mum, Sue Hart, said: “When I met our CLIC Sargent social worker, Jan, she offered us a grant of £170 from the charity and told us about other financial aids available – which was a massive help, since our debts were piling up, through travel and many other costs.\r\n\r\n“When I was struggling, I could just talk to her easily and it really helped. I don’t know what we would have done without her.”\r\n\r\nThankfully, Tyler’s treatment was successful, and he enjoyed the opportunity to celebrate the £16-million milestone with Wetherspoon.\r\n\r\nTyler added: “It was a great day meeting Tim Martin and all of the J D Wetherspoon staff. Being able to thank them in person for all of the amazing support which they have given for CLIC Sargent was amazing.\r\n\r\n“The amount they have raised will mean the world to families like mine – which really need that help when having cancer treatment.”\r\n\r\n</div>','Wetherspoon and CLIC Sargent celebrate their £16 million milestone','','inherit','closed','closed','','3235-revision-v1','','','2018-11-14 10:46:26','2018-11-14 10:46:26','',3235,'https://www.ontradeprogress.com/2018/11/14/3235-revision-v1/',0,'revision','',0),(3239,1,'2018-11-14 11:00:59','2018-11-14 11:00:59','<header class=\"article__header\">\r\n<h2 class=\"article__sub-title\">Together, <a href=\"https://www.jdwetherspoon.com/\" target=\"_blank\" rel=\"noopener\">Wetherspoons</a> has reached another magnificent milestone for the company’s chosen charity, <a href=\"https://beta.clicsargent.org.uk/\" target=\"_blank\" rel=\"noopener\">CLIC</a> Sargent – raising £16 million – clocking up another £1 million for the fundraising total in a matter of months.</h2>\r\n</header>\r\n<div class=\"article__content\">\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m13.jpg?h=388&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143216Z&amp;hash=61AF566D21110241C40347E1F5A044B0C8B02A82\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"388\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n\r\nWetherspoon is CLIC Sargent’s longest-standing corporate partner. Since the partnership was formed, in 2002, our fabulous fundraisers at pubs across the UK have generously and enthusiastically collected the equivalent of more than £1 million each year.\r\n\r\nTim Martin said: “Our staff and customers continue to show tremendous support, dedication and generosity for this extremely important charity.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/\">Wetherspoons launch a campaign calling on Mrs May to ditch tariffs post-Brexit</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol decision from the Government</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/action-on-sugar-ban-milkshakes/\">Action on Sugar call on high milkshake ban</a></li>\r\n</ul>\r\n<div class=\"article__content\">\r\n\r\n“We are enormously proud of the fact that we have raised £16 million for CLIC Sargent, through hundreds of fundraising activities each year.”\r\n\r\nRachel Kirby-Rider, director of income and engagement at CLIC Sargent, said: “Year after year, the hard work and generosity of staff and customers of J D Wetherspoon continue to grow and amaze us. It’s so important to celebrate these key milestones and thank everyone for all they’ve done.\r\n\r\n“The money raised will make a huge difference to families, who can often be miles away from home for long and gruelling cancer treatment. With J D Wetherspoon’s support, we can be there for these families, right from when the doctor says it’s cancer.”\r\n\r\nToday, 12 more children and young people in the UK will hear the devastating news that they have cancer. Treatment normally starts immediately, is often given many miles from home and can last for up to three years.\r\n\r\nAlthough survival rates are over 80%, cancer remains the single largest cause of death from disease in children and young people in the UK.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"601\"]<img src=\"https://d1i2hi5dlrpq5n.cloudfront.net/~/media/images/2018/clic/ho-16m15.jpg?h=405&amp;&amp;w=601&amp;la=en&amp;vs=1&amp;d=20181017T143242Z&amp;hash=457BDCE423F301367D4526F305F73D7C37B75399\" alt=\"Wetherspoons &amp; CLIC Sargent have raised over £16million together\" width=\"601\" height=\"405\" /> Wetherspoons &amp; CLIC Sargent have raised over £16million together[/caption]\r\n<h3>Cancer patient Tyler Hart and his family joined Tim Martin and staff at Wetherspoon’s head office to help to celebrate our £16-million milestone.</h3>\r\nTyler, 15, was diagnosed in July 2016 with non-Hodgkin’s lymphoma (Burkitt\'s lymphoma).\r\n\r\nDuring this difficult time, receiving treatment far from home in London, his family was supported by a CLIC Sargent social worker who provides financial, emotional and practical support to children and young people with cancer.\r\n\r\nTyler’s mum, Sue Hart, said: “When I met our CLIC Sargent social worker, Jan, she offered us a grant of £170 from the charity and told us about other financial aids available – which was a massive help, since our debts were piling up, through travel and many other costs.\r\n\r\n“When I was struggling, I could just talk to her easily and it really helped. I don’t know what we would have done without her.”\r\n<h3>Thankfully, Tyler’s treatment was successful, and he enjoyed the opportunity to celebrate the £16-million milestone with Wetherspoon.</h3>\r\nTyler added: “It was a great day meeting Tim Martin and all of the J D Wetherspoon staff. Being able to thank them in person for all of the amazing support which they have given for CLIC Sargent was amazing.\r\n\r\n“The amount they have raised will mean the world to families like mine – which really need that help when having cancer treatment.”\r\n\r\n</div>','Wetherspoon and CLIC Sargent celebrate their £16 million milestone','','inherit','closed','closed','','3235-revision-v1','','','2018-11-14 11:00:59','2018-11-14 11:00:59','',3235,'https://www.ontradeprogress.com/2018/11/14/3235-revision-v1/',0,'revision','',0),(3240,1,'2018-11-14 13:55:34','2018-11-14 13:55:34','<h1><strong>BALTIMORE, Md.</strong> <strong>–</strong> Brewed in Dublin. Aged in Baltimore. That’s the transatlantic teamwork Guinness revealed today in announcing its new Stout Aged in Bulleit Bourbon Barrels. The brewer’s latest experimental beer to come out of its new American home features its Dublin-brewed Antwerpen Stout aged for eight months in Bulleit Bourbon barrels at the Open Gate Brewery &amp; Barrel House in Baltimore.</h1>\r\n“Our story as brewers began more than 250 years ago in Dublin, and those Irish roots will absolutely always be a key part of who we are, but beer has evolved in so many ways since then,” said Brand Director, Emma Giles. “It’s hard to deny that the U.S. is the center of the universe as far as beer innovation is concerned. Now that we have a permanent home here with some of the most talented brewers the country has to offer, the potential to blend our brewing expertise with American creativity is virtually endless.”\r\n\r\nFor the better part of 200 years, all Guinness – no matter which beer or where in the world – was stored, and shipped in barrels. The new brewery intends to recapture the tradition of Guinness brewers maturing beer in wood barrels through its ongoing release of barrel-aged beers. Located just 10 miles from downtown Baltimore, the Open Gate Brewery &amp; Barrel House is conveniently located and part of an exciting and growing brewing scene in Maryland. The grounds of the new brewery couldn’t be a more fitting home for barrel-ageing beers – the location originally served as the Maryland Distilling Company, a post-prohibition distillery opened in 1933.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/craft-beer-boom-uk/\">Craft beer boom has seen a 20% increase in trademarks registered</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/\">Spoons &amp; CLIC Sargent celebrate a huge milestone</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol outcome</a></li>\r\n</ul>\r\nAs part of a worldwide community of Diageo brands, Guinness has access to an incredible supply of barrels from some of the most talented spirit makers in the world, from Bulleit Bourbon to Don Julio Tequila to Zacapa Rum. After establishing a brewery stateside, Guinness chose to partner with fellow Diageo brand, Bulleit, on the first Guinness barrel-aged beer out of Baltimore. The toffee and caramel notes from the barrels were sought out to help balance the bittersweet profile of the Antwerpen Stout. The deep roots of Bulleit in America will also help strengthen Guinness’ growing U.S. presence.\r\n\r\n[caption id=\"attachment_3241\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3241 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/guiness-300x200.jpg\" alt=\"Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels\" width=\"300\" height=\"200\" /> Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels[/caption]\r\n\r\n“The best part about barrel-ageing any beer is that you get the chance to pull the flavours of the wood and liquid previously aged in it,” said Senior Brewer at the Open Gate Brewery &amp; Barrel House, Sean Brennan. “We’ve already started to think about what we’ll be experimenting with next, but we couldn’t be more pleased with our first go at using barrels from our friends at Bulleit. This beer is something special, and one to be sipped slow and savoured.”\r\n<h3>With powerful and full-bodied notes of bittersweet chocolate and aged fruits, the stout spent eight months ageing in Bulleit Bourbon barrels, adding a layer of oaky richness and complexity to the beer.</h3>\r\n“Bulleit and Guinness share some common ground in a strong and sincere commitment to innovation and development. We’re excited to join forces as their first partners during the beginning of this new brewing operation,” said Bulleit Whiskey Quality Blender, Eboni Major.\r\n\r\nOn shelves in a very limited supply and on tap at the Open Gate Brewery &amp; Barrel House until the end of the year, Guinness Stout Aged in Bulleit Bourbon Barrels has an ABV of 10% and 52 IBUs and is available in the U.S. in four packs of 11.2oz bottles for a suggested retail price of $19.99.\r\n\r\nTo keep up to date with the latest news from the Open Gate Brewery &amp; Barrel House, make sure to follow @GuinnessBreweryUS on Facebook and Instagram and @GuinnessUS for more updates from the brewer. Whether enjoying a Guinness beer at the Open Gate Brewery &amp; Barrel House in Maryland, at the Guinness Storehouse in Ireland or anywhere in between, please do so responsibly.\r\n<h3><strong>About <a href=\"https://www.guinness.com/en-gb/?gclid=CjwKCAiArK_fBRABEiwA0gOOcwnl5mnvHDEeCzURprIekV51O1EJXhvs4GZ9pul3g1YeYgVVMoFG4BoCp_IQAvD_BwE&amp;gclsrc=aw.ds\" target=\"_blank\" rel=\"noopener\">Guinness</a></strong></h3>\r\n<em>The Guinness brand was established in 1759, when Arthur Guinness signed a 9,000 year lease on St. James’s Gate Brewery in Dublin. Brewed using four main ingredients, water, barley (malted &amp; roasted), hops and yeast, Guinness is the world’s most popular stout brand. The iconic beer is brewed in 49 countries worldwide and sold in over 150 with almost 9 million glasses of Guinness beers enjoyed every day around the world. The most GUINNESS is sold in Great Britain, Ireland, USA, Nigeria and Cameroon. More information can be found at www.guinness.com.</em>\r\n<h3><strong>About <a href=\"https://www.diageo.com/\" target=\"_blank\" rel=\"noopener\">Diageo</a> Beer Company</strong></h3>\r\n<em>Diageo Beer Company USA (formerly Diageo-Guinness USA) is the U.S. beer and flavoured malt beverage business of Diageo. Brands within Diageo Beer Company include the iconic Guinness, Harp, Smithwick’s and Smirnoff ICE.</em>\r\n<h3><strong>About <a href=\"https://www.bulleit.com/\" target=\"_blank\" rel=\"noopener\">Bulleit Frontier Whiskey</a></strong></h3>\r\n<em>Bulleit is one of the fastest-growing whiskeys in America, founded in 1987 by Tom Bulleit, who attributes that growth to bartenders and cultural partners who’ve adopted it as their own. The Bulleit Frontier Whiskey portfolio is distilled and aged in the Bulleit family tradition, using a higher proportion of rye grain, which gives them a distinctively bold, spicy taste. Most recently, Bulleit Barrel Strength Bourbon won a Double Gold medal and Best Straight Bourbon at the 2018 San Francisco World Spirits Competition.</em>\r\n\r\n<em>In 2017, Bulleit celebrated its 30th anniversary with the opening of a new, state-of-the-art distillery located in Shelbyville, Ky. In 2019, a Visitor’s Center will open at the Bulleit Distilling Co. in Shelbyville to share our modern, technological and sustainable approach to making great whiskey. Fans are invited to learn more about the past, present and future of Bulleit by visiting the Bulleit Frontier Whiskey Experience at Stitzel-Weller in Louisville, KY., a member of the Kentucky Bourbon Trail® tour. For more information, visit www.bulleit.com or follow @Bulleit on Instagram.</em>','Guinness releases first Barrel-Aged beer at Baltimore Brewery','','publish','closed','open','','guinness-releases-barrel-aged-beer','','https://www.ontradeprogress.com/2018/10/23/craft-beer-boom-uk/\nhttps://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/\nhttps://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/','2018-11-14 14:48:56','2018-11-14 14:48:56','',0,'https://www.ontradeprogress.com/?p=3240',0,'post','',0),(3241,1,'2018-11-14 13:46:51','2018-11-14 13:46:51','','guinness','Guinness announces Aged Stout ','inherit','closed','closed','','guiness','','','2018-11-14 13:51:27','2018-11-14 13:51:27','',3240,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/guiness.jpg',0,'attachment','image/jpeg',0),(3242,1,'2018-11-14 13:55:03','2018-11-14 13:55:03','<h1><strong>BALTIMORE, Md.</strong> <strong>–</strong> Brewed in Dublin. Aged in Baltimore. That’s the transatlantic teamwork Guinness revealed today in announcing its new Stout Aged in Bulleit Bourbon Barrels. The brewer’s latest experimental beer to come out of its new American home features its Dublin-brewed Antwerpen Stout aged for eight months in Bulleit Bourbon barrels at the Open Gate Brewery &amp; Barrel House in Baltimore.</h1>\r\n“Our story as brewers began more than 250 years ago in Dublin, and those Irish roots will absolutely always be a key part of who we are, but beer has evolved in so many ways since then,” said Brand Director, Emma Giles. “It’s hard to deny that the U.S. is the center of the universe as far as beer innovation is concerned. Now that we have a permanent home here with some of the most talented brewers the country has to offer, the potential to blend our brewing expertise with American creativity is virtually endless.”\r\n\r\nFor the better part of 200 years, all Guinness – no matter which beer or where in the world – was stored, and shipped in barrels. The new brewery intends to recapture the tradition of Guinness brewers maturing beer in wood barrels through its ongoing release of barrel-aged beers. Located just 10 miles from downtown Baltimore, the Open Gate Brewery &amp; Barrel House is conveniently located and part of an exciting and growing brewing scene in Maryland. The grounds of the new brewery couldn’t be a more fitting home for barrel-ageing beers – the location originally served as the Maryland Distilling Company, a post-prohibition distillery opened in 1933.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/craft-beer-boom-uk/\">Craft beer boom has seen a 20% increase in trademarks registered</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/\">Spoons &amp; CLIC Sargent celebrate a huge milestone</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol outcome</a></li>\r\n</ul>\r\nAs part of a worldwide community of Diageo brands, Guinness has access to an incredible supply of barrels from some of the most talented spirit makers in the world, from Bulleit Bourbon to Don Julio Tequila to Zacapa Rum. After establishing a brewery stateside, Guinness chose to partner with fellow Diageo brand, Bulleit, on the first Guinness barrel-aged beer out of Baltimore. The toffee and caramel notes from the barrels were sought out to help balance the bittersweet profile of the Antwerpen Stout. The deep roots of Bulleit in America will also help strengthen Guinness’ growing U.S. presence.\r\n\r\n[caption id=\"attachment_3241\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3241 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/guiness-300x200.jpg\" alt=\"Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels\" width=\"300\" height=\"200\" /> Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels[/caption]\r\n\r\n“The best part about barrel-ageing any beer is that you get the chance to pull the flavours of the wood and liquid previously aged in it,” said Senior Brewer at the Open Gate Brewery &amp; Barrel House, Sean Brennan. “We’ve already started to think about what we’ll be experimenting with next, but we couldn’t be more pleased with our first go at using barrels from our friends at Bulleit. This beer is something special, and one to be sipped slow and savoured.”\r\n<h3>With powerful and full-bodied notes of bittersweet chocolate and aged fruits, the stout spent eight months ageing in Bulleit Bourbon barrels, adding a layer of oaky richness and complexity to the beer.</h3>\r\n“Bulleit and Guinness share some common ground in a strong and sincere commitment to innovation and development. We’re excited to join forces as their first partners during the beginning of this new brewing operation,” said Bulleit Whiskey Quality Blender, Eboni Major.\r\n\r\nOn shelves in a very limited supply and on tap at the Open Gate Brewery &amp; Barrel House until the end of the year, Guinness Stout Aged in Bulleit Bourbon Barrels has an ABV of 10% and 52 IBUs and is available in the U.S. in four packs of 11.2oz bottles for a suggested retail price of $19.99.\r\n\r\nTo keep up to date with the latest news from the Open Gate Brewery &amp; Barrel House, make sure to follow @GuinnessBreweryUS on Facebook and Instagram and @GuinnessUS for more updates from the brewer. Whether enjoying a Guinness beer at the Open Gate Brewery &amp; Barrel House in Maryland, at the Guinness Storehouse in Ireland or anywhere in between, please do so responsibly.\r\n<h3><strong>About <a href=\"https://www.guinness.com/en-gb/?gclid=CjwKCAiArK_fBRABEiwA0gOOcwnl5mnvHDEeCzURprIekV51O1EJXhvs4GZ9pul3g1YeYgVVMoFG4BoCp_IQAvD_BwE&amp;gclsrc=aw.ds\" target=\"_blank\" rel=\"noopener\">Guinness</a></strong></h3>\r\n<em>The Guinness brand was established in 1759, when Arthur Guinness signed a 9,000 year lease on St. James’s Gate Brewery in Dublin. Brewed using four main ingredients, water, barley (malted &amp; roasted), hops and yeast, Guinness is the world’s most popular stout brand. The iconic beer is brewed in 49 countries worldwide and sold in over 150 with almost 9 million glasses of Guinness beers enjoyed every day around the world. The most GUINNESS is sold in Great Britain, Ireland, USA, Nigeria and Cameroon. More information can be found at www.guinness.com.</em>\r\n<h3><strong>About <a href=\"https://www.diageo.com/\" target=\"_blank\" rel=\"noopener\">Diageo</a> Beer Company</strong></h3>\r\n<em>Diageo Beer Company USA (formerly Diageo-Guinness USA) is the U.S. beer and flavoured malt beverage business of Diageo. Brands within Diageo Beer Company include the iconic Guinness, Harp, Smithwick’s and Smirnoff ICE.</em>\r\n<h3><strong>About <a href=\"https://www.bulleit.com/\" target=\"_blank\" rel=\"noopener\">Bulleit Frontier Whiskey</a></strong></h3>\r\n<em>Bulleit is one of the fastest-growing whiskeys in America, founded in 1987 by Tom Bulleit, who attributes that growth to bartenders and cultural partners who’ve adopted it as their own. The Bulleit Frontier Whiskey portfolio is distilled and aged in the Bulleit family tradition, using a higher proportion of rye grain, which gives them a distinctively bold, spicy taste. Most recently, Bulleit Barrel Strength Bourbon won a Double Gold medal and Best Straight Bourbon at the 2018 San Francisco World Spirits Competition.</em>\r\n\r\n<em>In 2017, Bulleit celebrated its 30th anniversary with the opening of a new, state-of-the-art distillery located in Shelbyville, Ky. In 2019, a Visitor’s Center will open at the Bulleit Distilling Co. in Shelbyville to share our modern, technological and sustainable approach to making great whiskey. Fans are invited to learn more about the past, present and future of Bulleit by visiting the Bulleit Frontier Whiskey Experience at Stitzel-Weller in Louisville, KY., a member of the Kentucky Bourbon Trail® tour. For more information, visit www.bulleit.com or follow @Bulleit on Instagram.</em>','Guinness Releases First Barrel-Aged Beer at Baltimore Brewery','','inherit','closed','closed','','3240-revision-v1','','','2018-11-14 13:55:03','2018-11-14 13:55:03','',3240,'https://www.ontradeprogress.com/2018/11/14/3240-revision-v1/',0,'revision','',0),(3244,1,'2018-11-14 14:45:43','2018-11-14 14:45:43','<h1 class=\"ox-1669fd4326-x_MsoNormal\" style=\"text-align: left;\" align=\"center\"><span class=\"\">Moxy Hotels, <a href=\"https://www.marriott.co.uk/default.mi\" target=\"_blank\" rel=\"noopener\">Marriott International’s</a> experiential hotel brand, has opened a new hotel yesterday in Glasgow’s fashionable Merchant City.</span></h1>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">This is the first time Marriott Moxy will have taken up residence in a UK city centre location.  </span><span class=\"\">Renowned amongst budget-savvy travellers, guests will sure to be impressed with each of the 181 bedrooms, boasting a unique Glasgow comic mural on the wall.</span><span class=\"\">  </span><span class=\"\">The playful and edgy millennial-focused boutique hotel brand has strategically positioned itself in one of Glasgow’s oldest quarters and will fit in nicely amongst the cool bars, trendy restaurants and boutiques.</span><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"><a href=\"http://www.belvar.eu/\" target=\"_blank\" rel=\"noopener\">Belvar</a>, the management group operating the hotel, continue to evolve the Moxy Hotels as each one opens.  CEO Mads Jacobsen commented; “Nearly 2 years after the first UK Moxy opened, we are delighted to be adding Glasgow to our growing portfolio.  Each hotel has its own personality, showcasing eclectic art that will resonate with locals and guests alike.  For us it’s more than just bedrooms, it’s a way of doing things differently in the hotel arena.  We aim to deliver the ‘human touch’ with our approach to customer service with the focus on the bar and playful crew.”</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy has made a clear target market of redesigning the traditional economy hotel experience.  Launching hotels globally at a rate of almost one every month, the hotel gives guests permission to ‘break the rules and play on’.  </span><span class=\"\">“We are excited to bring Moxy’s playful spirit to Glasgow,” said John Licence, VP Premium and Select brands at Marriott International Europe. “Thanks to its friendly, lively and dynamic social scene it makes the perfect fit for Moxy and its fun-hunter guests.”</span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases first Barrel-Aged beer in Baltimore</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/\">Stunning Festive menus from Paris House</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n\r\n[caption id=\"attachment_3245\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/moxy-300x200.jpg\" alt=\"Moxy Hotels have a new venue in Glasgow\" width=\"300\" height=\"200\" /> Moxy Hotels have a new venue in Glasgow[/caption]\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Welcome #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy, famed for reflecting each hotel’s locality in its decor, commissioned artists to create a street art mural in the communal areas.  The arty theme continues throughout with spray paint cans, stencils, paint drips and stains on the walls and floors as well as the use of ship lights as a nod to the River Clyde’s shipbuilding heritage.  The hotel will have the usual eclectic funky bar in a prime position that doubles as check-in.  All Moxy’s include a well-stocked gymnasium for gym bunnies that want to work out as well as Meet Up rooms aimed at tech-savvy travellers in the lobby with the latest technology and superfast Wi-Fi.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Stay #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where there are no rules or boundaries.  The millennial-focused lifestyle brand will appeal to leisure and business travellers alike.  There are 4 bedroom styles including 51 new styles upgraded Moxified Peak Sleeper rooms that will boast views of the city and little extras including tea and coffee machines.  The hotel will also have 9 family rooms, 71 standard queen-sized rooms and a further 50 double bedrooms. </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">24/7 Dining #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy’s 24/7 B&amp;F (Beverage &amp; Food), smart and fun self-service concept gives guests access to what they want, whenever they want it. </span><span class=\"\">The Moxy dining area offers lots of options for food and drink including fresh juices and a coffee bar. Guests can enjoy fresh Flatbreads and Folds, Pans and a range of healthy alternatives from salad to antipasti. All served along with a variety of cocktails, craft beers and speciality wines.<b class=\"\"></b></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">RATES #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Special opening rates at the new Moxy Glasgow begin at £69 per room.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\"> </span></b></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Marriott Rewards #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy guests who are members of the award-winning Marriott Rewards loyalty programme will get exclusive access to even more digital features through the Marriott Mobile app when they book direct, including mobile check-in and check-out, keyless entry and Mobile Requests to make their travel experience seamless. Marriott Rewards members will also earn points for their stay at Moxy Hotels and can redeem for hotel stays across the Marriott Rewards portfolio of brands.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Currently operating 13 Moxy hotels, Belvar opened its first Moxy in Aberdeen in 2016 and has opened 3 London hotels in the last 18 months.  Excel and Stratford opened in 2017 and Heathrow opened in April of this year.  There are already 29 worldwide Moxy hotels and Belvar has 7 planned openings next year within Europe including Edinburgh, York, Southampton, Paris and Verona.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxy-hotels.marriott.com/\" target=\"_blank\" rel=\"noopener\">www.moxy-hotels.marriott.com</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxyhotels.com/\" target=\"_blank\" rel=\"noopener\">http://www.moxyhotels.com/</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">• Follow Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"https://instagram.com/moxyhotels/\" target=\"_blank\" rel=\"noopener\">Instagram</a></span> <br class=\"\" />• Watch Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://www.youtube.com/MoxyHotels\" target=\"_blank\" rel=\"noopener\">YouTube</a></span> <br class=\"\" />• Engage #AtTheMoxy<br class=\"\" />• Watch the Moxy Manifesto video <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://moxy-hotels.marriott.com/our-story\" target=\"_blank\" rel=\"noopener\">here</a></span></span></p>','Marriott International expands UK portfolio with new hotel in Glasgow','','publish','closed','open','','marriott-moxy-hotels-uk-glasgow','','\nhttps://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/','2018-11-14 15:02:50','2018-11-14 15:02:50','',0,'https://www.ontradeprogress.com/?p=3244',0,'post','',0),(3245,1,'2018-11-14 14:40:26','2018-11-14 14:40:26','','Moxy Hotels','Moxy Hotels have a new venue in Glasgow','inherit','closed','closed','','moxy','','','2018-11-14 14:40:51','2018-11-14 14:40:51','',3244,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/moxy.jpg',0,'attachment','image/jpeg',0),(3246,1,'2018-11-14 14:43:49','2018-11-14 14:43:49','<h1 class=\"ox-1669fd4326-x_MsoNormal\" align=\"center\"><span class=\"\">Moxy Hotels, <a href=\"https://www.marriott.co.uk/default.mi\" target=\"_blank\" rel=\"noopener\">Marriott International’s</a> experiential hotel brand, has opened a new hotel yesterday in Glasgow’s fashionable Merchant City.</span></h1>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">This is the first time Marriott Moxy will have taken up residence in a UK city centre location.  </span><span class=\"\">Renowned amongst budget-savvy travellers, guests will sure to be impressed with each of the 181 bedrooms, boasting a unique Glasgow comic mural on the wall.</span><span class=\"\">  </span><span class=\"\">The playful and edgy millennial-focused boutique hotel brand has strategically positioned itself in one of Glasgow’s oldest quarters and will fit in nicely amongst the cool bars, trendy restaurants and boutiques.</span><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Belvar, the management group operating the hotel, continue to evolve the Moxy Hotels as each one opens.  CEO Mads Jacobsen commented; “Nearly 2 years after the first UK Moxy opened, we are delighted to be adding Glasgow to our growing portfolio.  Each hotel has its own personality, showcasing eclectic art that will resonate with locals and guests alike.  For us it’s more than just bedrooms, it’s a way of doing things differently in the hotel arena.  We aim to deliver the ‘human touch’ with our approach to customer service with the focus on the bar and playful crew.”</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy has made a clear target market of redesigning the traditional economy hotel experience.  Launching hotels globally at a rate of almost one every month, the hotel gives guests permission to ‘break the rules and play on’.  </span><span class=\"\">“We are excited to bring Moxy’s playful spirit to Glasgow,” said John Licence, VP Premium and Select brands at Marriott International Europe. “Thanks to its friendly, lively and dynamic social scene it makes the perfect fit for Moxy and its fun-hunter guests.”</span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases first Barrel-Aged beer in Baltimore</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/\">Stunning Festive menus from Paris House</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n\r\n[caption id=\"attachment_3245\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/moxy-300x200.jpg\" alt=\"Moxy Hotels have a new venue in Glasgow\" width=\"300\" height=\"200\" /> Moxy Hotels have a new venue in Glasgow[/caption]\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Welcome #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy, famed for reflecting each hotel’s locality in its decor, commissioned artists to create a street art mural in the communal areas.  The arty theme continues throughout with spray paint cans, stencils, paint drips and stains on the walls and floors as well as the use of ship lights as a nod to the River Clyde’s shipbuilding heritage.  The hotel will have the usual eclectic funky bar in a prime position that doubles as check-in.  All Moxy’s include a well-stocked gymnasium for gym bunnies that want to work out as well as Meet Up rooms aimed at tech-savvy travellers in the lobby with the latest technology and superfast Wi-Fi.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Stay #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where there are no rules or boundaries.  The millennial-focused lifestyle brand will appeal to leisure and business travellers alike.  There are 4 bedroom styles including 51 new styles upgraded Moxified Peak Sleeper rooms that will boast views of the city and little extras including tea and coffee machines.  The hotel will also have 9 family rooms, 71 standard queen-sized rooms and a further 50 double bedrooms. </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">24/7 Dining #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy’s 24/7 B&amp;F (Beverage &amp; Food), smart and fun self-service concept gives guests access to what they want, whenever they want it. </span><span class=\"\">The Moxy dining area offers lots of options for food and drink including fresh juices and a coffee bar. Guests can enjoy fresh Flatbreads and Folds, Pans and a range of healthy alternatives from salad to antipasti. All served along with a variety of cocktails, craft beers and speciality wines.<b class=\"\"></b></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">RATES #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Special opening rates at the new Moxy Glasgow begin at £69 per room.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\"> </span></b></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Marriott Rewards #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy guests who are members of the award-winning Marriott Rewards loyalty programme will get exclusive access to even more digital features through the Marriott Mobile app when they book direct, including mobile check-in and check-out, keyless entry and Mobile Requests to make their travel experience seamless. Marriott Rewards members will also earn points for their stay at Moxy Hotels and can redeem for hotel stays across the Marriott Rewards portfolio of brands.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Currently operating 13 Moxy hotels, Belvar opened its first Moxy in Aberdeen in 2016 and has opened 3 London hotels in the last 18 months.  Excel and Stratford opened in 2017 and Heathrow opened in April of this year.  There are already 29 worldwide Moxy hotels and Belvar has 7 planned openings next year within Europe including Edinburgh, York, Southampton, Paris and Verona.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxy-hotels.marriott.com/\" target=\"_blank\" rel=\"noopener\">www.moxy-hotels.marriott.com</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxyhotels.com/\" target=\"_blank\" rel=\"noopener\">http://www.moxyhotels.com/</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">• Follow Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"https://instagram.com/moxyhotels/\" target=\"_blank\" rel=\"noopener\">Instagram</a></span> <br class=\"\" />• Watch Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://www.youtube.com/MoxyHotels\" target=\"_blank\" rel=\"noopener\">YouTube</a></span> <br class=\"\" />• Engage #AtTheMoxy<br class=\"\" />• Watch the Moxy Manifesto video <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://moxy-hotels.marriott.com/our-story\" target=\"_blank\" rel=\"noopener\">here</a></span></span></p>','Marriott International expands UK portfolio with new hotel in Glasgow','','inherit','closed','closed','','3244-revision-v1','','','2018-11-14 14:43:49','2018-11-14 14:43:49','',3244,'https://www.ontradeprogress.com/2018/11/14/3244-revision-v1/',0,'revision','',0),(3247,1,'2018-11-14 14:44:13','2018-11-14 14:44:13','<h1 class=\"ox-1669fd4326-x_MsoNormal\" style=\"text-align: left;\" align=\"center\"><span class=\"\">Moxy Hotels, <a href=\"https://www.marriott.co.uk/default.mi\" target=\"_blank\" rel=\"noopener\">Marriott International’s</a> experiential hotel brand, has opened a new hotel yesterday in Glasgow’s fashionable Merchant City.</span></h1>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">This is the first time Marriott Moxy will have taken up residence in a UK city centre location.  </span><span class=\"\">Renowned amongst budget-savvy travellers, guests will sure to be impressed with each of the 181 bedrooms, boasting a unique Glasgow comic mural on the wall.</span><span class=\"\">  </span><span class=\"\">The playful and edgy millennial-focused boutique hotel brand has strategically positioned itself in one of Glasgow’s oldest quarters and will fit in nicely amongst the cool bars, trendy restaurants and boutiques.</span><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Belvar, the management group operating the hotel, continue to evolve the Moxy Hotels as each one opens.  CEO Mads Jacobsen commented; “Nearly 2 years after the first UK Moxy opened, we are delighted to be adding Glasgow to our growing portfolio.  Each hotel has its own personality, showcasing eclectic art that will resonate with locals and guests alike.  For us it’s more than just bedrooms, it’s a way of doing things differently in the hotel arena.  We aim to deliver the ‘human touch’ with our approach to customer service with the focus on the bar and playful crew.”</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy has made a clear target market of redesigning the traditional economy hotel experience.  Launching hotels globally at a rate of almost one every month, the hotel gives guests permission to ‘break the rules and play on’.  </span><span class=\"\">“We are excited to bring Moxy’s playful spirit to Glasgow,” said John Licence, VP Premium and Select brands at Marriott International Europe. “Thanks to its friendly, lively and dynamic social scene it makes the perfect fit for Moxy and its fun-hunter guests.”</span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases first Barrel-Aged beer in Baltimore</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/\">Stunning Festive menus from Paris House</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n\r\n[caption id=\"attachment_3245\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/moxy-300x200.jpg\" alt=\"Moxy Hotels have a new venue in Glasgow\" width=\"300\" height=\"200\" /> Moxy Hotels have a new venue in Glasgow[/caption]\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Welcome #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy, famed for reflecting each hotel’s locality in its decor, commissioned artists to create a street art mural in the communal areas.  The arty theme continues throughout with spray paint cans, stencils, paint drips and stains on the walls and floors as well as the use of ship lights as a nod to the River Clyde’s shipbuilding heritage.  The hotel will have the usual eclectic funky bar in a prime position that doubles as check-in.  All Moxy’s include a well-stocked gymnasium for gym bunnies that want to work out as well as Meet Up rooms aimed at tech-savvy travellers in the lobby with the latest technology and superfast Wi-Fi.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Stay #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where there are no rules or boundaries.  The millennial-focused lifestyle brand will appeal to leisure and business travellers alike.  There are 4 bedroom styles including 51 new styles upgraded Moxified Peak Sleeper rooms that will boast views of the city and little extras including tea and coffee machines.  The hotel will also have 9 family rooms, 71 standard queen-sized rooms and a further 50 double bedrooms. </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">24/7 Dining #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy’s 24/7 B&amp;F (Beverage &amp; Food), smart and fun self-service concept gives guests access to what they want, whenever they want it. </span><span class=\"\">The Moxy dining area offers lots of options for food and drink including fresh juices and a coffee bar. Guests can enjoy fresh Flatbreads and Folds, Pans and a range of healthy alternatives from salad to antipasti. All served along with a variety of cocktails, craft beers and speciality wines.<b class=\"\"></b></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">RATES #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Special opening rates at the new Moxy Glasgow begin at £69 per room.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\"> </span></b></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Marriott Rewards #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy guests who are members of the award-winning Marriott Rewards loyalty programme will get exclusive access to even more digital features through the Marriott Mobile app when they book direct, including mobile check-in and check-out, keyless entry and Mobile Requests to make their travel experience seamless. Marriott Rewards members will also earn points for their stay at Moxy Hotels and can redeem for hotel stays across the Marriott Rewards portfolio of brands.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Currently operating 13 Moxy hotels, Belvar opened its first Moxy in Aberdeen in 2016 and has opened 3 London hotels in the last 18 months.  Excel and Stratford opened in 2017 and Heathrow opened in April of this year.  There are already 29 worldwide Moxy hotels and Belvar has 7 planned openings next year within Europe including Edinburgh, York, Southampton, Paris and Verona.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxy-hotels.marriott.com/\" target=\"_blank\" rel=\"noopener\">www.moxy-hotels.marriott.com</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxyhotels.com/\" target=\"_blank\" rel=\"noopener\">http://www.moxyhotels.com/</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">• Follow Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"https://instagram.com/moxyhotels/\" target=\"_blank\" rel=\"noopener\">Instagram</a></span> <br class=\"\" />• Watch Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://www.youtube.com/MoxyHotels\" target=\"_blank\" rel=\"noopener\">YouTube</a></span> <br class=\"\" />• Engage #AtTheMoxy<br class=\"\" />• Watch the Moxy Manifesto video <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://moxy-hotels.marriott.com/our-story\" target=\"_blank\" rel=\"noopener\">here</a></span></span></p>','Marriott International expands UK portfolio with new hotel in Glasgow','','inherit','closed','closed','','3244-revision-v1','','','2018-11-14 14:44:13','2018-11-14 14:44:13','',3244,'https://www.ontradeprogress.com/2018/11/14/3244-revision-v1/',0,'revision','',0),(3248,1,'2018-11-14 14:45:43','2018-11-14 14:45:43','<h1 class=\"ox-1669fd4326-x_MsoNormal\" style=\"text-align: left;\" align=\"center\"><span class=\"\">Moxy Hotels, <a href=\"https://www.marriott.co.uk/default.mi\" target=\"_blank\" rel=\"noopener\">Marriott International’s</a> experiential hotel brand, has opened a new hotel yesterday in Glasgow’s fashionable Merchant City.</span></h1>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">This is the first time Marriott Moxy will have taken up residence in a UK city centre location.  </span><span class=\"\">Renowned amongst budget-savvy travellers, guests will sure to be impressed with each of the 181 bedrooms, boasting a unique Glasgow comic mural on the wall.</span><span class=\"\">  </span><span class=\"\">The playful and edgy millennial-focused boutique hotel brand has strategically positioned itself in one of Glasgow’s oldest quarters and will fit in nicely amongst the cool bars, trendy restaurants and boutiques.</span><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"><a href=\"http://www.belvar.eu/\" target=\"_blank\" rel=\"noopener\">Belvar</a>, the management group operating the hotel, continue to evolve the Moxy Hotels as each one opens.  CEO Mads Jacobsen commented; “Nearly 2 years after the first UK Moxy opened, we are delighted to be adding Glasgow to our growing portfolio.  Each hotel has its own personality, showcasing eclectic art that will resonate with locals and guests alike.  For us it’s more than just bedrooms, it’s a way of doing things differently in the hotel arena.  We aim to deliver the ‘human touch’ with our approach to customer service with the focus on the bar and playful crew.”</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy has made a clear target market of redesigning the traditional economy hotel experience.  Launching hotels globally at a rate of almost one every month, the hotel gives guests permission to ‘break the rules and play on’.  </span><span class=\"\">“We are excited to bring Moxy’s playful spirit to Glasgow,” said John Licence, VP Premium and Select brands at Marriott International Europe. “Thanks to its friendly, lively and dynamic social scene it makes the perfect fit for Moxy and its fun-hunter guests.”</span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases first Barrel-Aged beer in Baltimore</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/\">Stunning Festive menus from Paris House</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n\r\n[caption id=\"attachment_3245\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/moxy-300x200.jpg\" alt=\"Moxy Hotels have a new venue in Glasgow\" width=\"300\" height=\"200\" /> Moxy Hotels have a new venue in Glasgow[/caption]\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Welcome #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy, famed for reflecting each hotel’s locality in its decor, commissioned artists to create a street art mural in the communal areas.  The arty theme continues throughout with spray paint cans, stencils, paint drips and stains on the walls and floors as well as the use of ship lights as a nod to the River Clyde’s shipbuilding heritage.  The hotel will have the usual eclectic funky bar in a prime position that doubles as check-in.  All Moxy’s include a well-stocked gymnasium for gym bunnies that want to work out as well as Meet Up rooms aimed at tech-savvy travellers in the lobby with the latest technology and superfast Wi-Fi.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Stay #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy Hotels have really made a name for themselves in the hospitality industry as a spirited and fun place to stay where there are no rules or boundaries.  The millennial-focused lifestyle brand will appeal to leisure and business travellers alike.  There are 4 bedroom styles including 51 new styles upgraded Moxified Peak Sleeper rooms that will boast views of the city and little extras including tea and coffee machines.  The hotel will also have 9 family rooms, 71 standard queen-sized rooms and a further 50 double bedrooms. </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">24/7 Dining #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy’s 24/7 B&amp;F (Beverage &amp; Food), smart and fun self-service concept gives guests access to what they want, whenever they want it. </span><span class=\"\">The Moxy dining area offers lots of options for food and drink including fresh juices and a coffee bar. Guests can enjoy fresh Flatbreads and Folds, Pans and a range of healthy alternatives from salad to antipasti. All served along with a variety of cocktails, craft beers and speciality wines.<b class=\"\"></b></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">RATES #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Special opening rates at the new Moxy Glasgow begin at £69 per room.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\"> </span></b></p>\r\n\r\n<h3 class=\"ox-1669fd4326-x_MsoNormal\"><b class=\"\"><span class=\"\">Marriott Rewards #ATTHEMOXY</span></b></h3>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Moxy guests who are members of the award-winning Marriott Rewards loyalty programme will get exclusive access to even more digital features through the Marriott Mobile app when they book direct, including mobile check-in and check-out, keyless entry and Mobile Requests to make their travel experience seamless. Marriott Rewards members will also earn points for their stay at Moxy Hotels and can redeem for hotel stays across the Marriott Rewards portfolio of brands.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">Currently operating 13 Moxy hotels, Belvar opened its first Moxy in Aberdeen in 2016 and has opened 3 London hotels in the last 18 months.  Excel and Stratford opened in 2017 and Heathrow opened in April of this year.  There are already 29 worldwide Moxy hotels and Belvar has 7 planned openings next year within Europe including Edinburgh, York, Southampton, Paris and Verona.</span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\"> </span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxy-hotels.marriott.com/\" target=\"_blank\" rel=\"noopener\">www.moxy-hotels.marriott.com</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"ox-1669fd4326-x_MsoHyperlink\"><span class=\"\"><a class=\"\" href=\"http://www.moxyhotels.com/\" target=\"_blank\" rel=\"noopener\">http://www.moxyhotels.com/</a></span></span></p>\r\n<p class=\"ox-1669fd4326-x_MsoNormal\"><span class=\"\">• Follow Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"https://instagram.com/moxyhotels/\" target=\"_blank\" rel=\"noopener\">Instagram</a></span> <br class=\"\" />• Watch Moxy on <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://www.youtube.com/MoxyHotels\" target=\"_blank\" rel=\"noopener\">YouTube</a></span> <br class=\"\" />• Engage #AtTheMoxy<br class=\"\" />• Watch the Moxy Manifesto video <span class=\"ox-1669fd4326-x_MsoHyperlink\"><a class=\"\" href=\"http://moxy-hotels.marriott.com/our-story\" target=\"_blank\" rel=\"noopener\">here</a></span></span></p>','Marriott International expands UK portfolio with new hotel in Glasgow','','inherit','closed','closed','','3244-revision-v1','','','2018-11-14 14:45:43','2018-11-14 14:45:43','',3244,'https://www.ontradeprogress.com/2018/11/14/3244-revision-v1/',0,'revision','',0),(3250,1,'2018-11-14 14:46:51','2018-11-14 14:46:51','<h1><strong>BALTIMORE, Md.</strong> <strong>–</strong> Brewed in Dublin. Aged in Baltimore. That’s the transatlantic teamwork Guinness revealed today in announcing its new Stout Aged in Bulleit Bourbon Barrels. The brewer’s latest experimental beer to come out of its new American home features its Dublin-brewed Antwerpen Stout aged for eight months in Bulleit Bourbon barrels at the Open Gate Brewery &amp; Barrel House in Baltimore.</h1>\r\n“Our story as brewers began more than 250 years ago in Dublin, and those Irish roots will absolutely always be a key part of who we are, but beer has evolved in so many ways since then,” said Brand Director, Emma Giles. “It’s hard to deny that the U.S. is the center of the universe as far as beer innovation is concerned. Now that we have a permanent home here with some of the most talented brewers the country has to offer, the potential to blend our brewing expertise with American creativity is virtually endless.”\r\n\r\nFor the better part of 200 years, all Guinness – no matter which beer or where in the world – was stored, and shipped in barrels. The new brewery intends to recapture the tradition of Guinness brewers maturing beer in wood barrels through its ongoing release of barrel-aged beers. Located just 10 miles from downtown Baltimore, the Open Gate Brewery &amp; Barrel House is conveniently located and part of an exciting and growing brewing scene in Maryland. The grounds of the new brewery couldn’t be a more fitting home for barrel-ageing beers – the location originally served as the Maryland Distilling Company, a post-prohibition distillery opened in 1933.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/craft-beer-boom-uk/\">Craft beer boom has seen a 20% increase in trademarks registered</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/\">Spoons &amp; CLIC Sargent celebrate a huge milestone</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\">BBPA disappointed by low and no alcohol outcome</a></li>\r\n</ul>\r\nAs part of a worldwide community of Diageo brands, Guinness has access to an incredible supply of barrels from some of the most talented spirit makers in the world, from Bulleit Bourbon to Don Julio Tequila to Zacapa Rum. After establishing a brewery stateside, Guinness chose to partner with fellow Diageo brand, Bulleit, on the first Guinness barrel-aged beer out of Baltimore. The toffee and caramel notes from the barrels were sought out to help balance the bittersweet profile of the Antwerpen Stout. The deep roots of Bulleit in America will also help strengthen Guinness’ growing U.S. presence.\r\n\r\n[caption id=\"attachment_3241\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3241 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/guiness-300x200.jpg\" alt=\"Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels\" width=\"300\" height=\"200\" /> Guinness reveals its new Stout Aged in Bulleit Bourbon Barrels[/caption]\r\n\r\n“The best part about barrel-ageing any beer is that you get the chance to pull the flavours of the wood and liquid previously aged in it,” said Senior Brewer at the Open Gate Brewery &amp; Barrel House, Sean Brennan. “We’ve already started to think about what we’ll be experimenting with next, but we couldn’t be more pleased with our first go at using barrels from our friends at Bulleit. This beer is something special, and one to be sipped slow and savoured.”\r\n<h3>With powerful and full-bodied notes of bittersweet chocolate and aged fruits, the stout spent eight months ageing in Bulleit Bourbon barrels, adding a layer of oaky richness and complexity to the beer.</h3>\r\n“Bulleit and Guinness share some common ground in a strong and sincere commitment to innovation and development. We’re excited to join forces as their first partners during the beginning of this new brewing operation,” said Bulleit Whiskey Quality Blender, Eboni Major.\r\n\r\nOn shelves in a very limited supply and on tap at the Open Gate Brewery &amp; Barrel House until the end of the year, Guinness Stout Aged in Bulleit Bourbon Barrels has an ABV of 10% and 52 IBUs and is available in the U.S. in four packs of 11.2oz bottles for a suggested retail price of $19.99.\r\n\r\nTo keep up to date with the latest news from the Open Gate Brewery &amp; Barrel House, make sure to follow @GuinnessBreweryUS on Facebook and Instagram and @GuinnessUS for more updates from the brewer. Whether enjoying a Guinness beer at the Open Gate Brewery &amp; Barrel House in Maryland, at the Guinness Storehouse in Ireland or anywhere in between, please do so responsibly.\r\n<h3><strong>About <a href=\"https://www.guinness.com/en-gb/?gclid=CjwKCAiArK_fBRABEiwA0gOOcwnl5mnvHDEeCzURprIekV51O1EJXhvs4GZ9pul3g1YeYgVVMoFG4BoCp_IQAvD_BwE&amp;gclsrc=aw.ds\" target=\"_blank\" rel=\"noopener\">Guinness</a></strong></h3>\r\n<em>The Guinness brand was established in 1759, when Arthur Guinness signed a 9,000 year lease on St. James’s Gate Brewery in Dublin. Brewed using four main ingredients, water, barley (malted &amp; roasted), hops and yeast, Guinness is the world’s most popular stout brand. The iconic beer is brewed in 49 countries worldwide and sold in over 150 with almost 9 million glasses of Guinness beers enjoyed every day around the world. The most GUINNESS is sold in Great Britain, Ireland, USA, Nigeria and Cameroon. More information can be found at www.guinness.com.</em>\r\n<h3><strong>About <a href=\"https://www.diageo.com/\" target=\"_blank\" rel=\"noopener\">Diageo</a> Beer Company</strong></h3>\r\n<em>Diageo Beer Company USA (formerly Diageo-Guinness USA) is the U.S. beer and flavoured malt beverage business of Diageo. Brands within Diageo Beer Company include the iconic Guinness, Harp, Smithwick’s and Smirnoff ICE.</em>\r\n<h3><strong>About <a href=\"https://www.bulleit.com/\" target=\"_blank\" rel=\"noopener\">Bulleit Frontier Whiskey</a></strong></h3>\r\n<em>Bulleit is one of the fastest-growing whiskeys in America, founded in 1987 by Tom Bulleit, who attributes that growth to bartenders and cultural partners who’ve adopted it as their own. The Bulleit Frontier Whiskey portfolio is distilled and aged in the Bulleit family tradition, using a higher proportion of rye grain, which gives them a distinctively bold, spicy taste. Most recently, Bulleit Barrel Strength Bourbon won a Double Gold medal and Best Straight Bourbon at the 2018 San Francisco World Spirits Competition.</em>\r\n\r\n<em>In 2017, Bulleit celebrated its 30th anniversary with the opening of a new, state-of-the-art distillery located in Shelbyville, Ky. In 2019, a Visitor’s Center will open at the Bulleit Distilling Co. in Shelbyville to share our modern, technological and sustainable approach to making great whiskey. Fans are invited to learn more about the past, present and future of Bulleit by visiting the Bulleit Frontier Whiskey Experience at Stitzel-Weller in Louisville, KY., a member of the Kentucky Bourbon Trail® tour. For more information, visit www.bulleit.com or follow @Bulleit on Instagram.</em>','Guinness releases first Barrel-Aged beer at Baltimore Brewery','','inherit','closed','closed','','3240-revision-v1','','','2018-11-14 14:46:51','2018-11-14 14:46:51','',3240,'https://www.ontradeprogress.com/2018/11/14/3240-revision-v1/',0,'revision','',0),(3252,1,'2018-11-14 14:52:29','2018-11-14 14:52:29','<h1><strong>Commenting on the announcement from the Department of Health that there will be no changes to the descriptors for low and no alcohol products, Brigid Simmonds, Chief Executive of the <a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">British Beer &amp; Pub Association</a>, said:</strong></h1>\r\n&nbsp;\r\n\r\n“It is bitterly disappointing that the Department of Health has missed this opportunity to give consumers greater clarity when it comes to the labelling of low alcohol beers.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3233\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3233\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/restaurant-691397_640-300x200.jpg\" alt=\"low alcohol\" width=\"300\" height=\"200\" /> BBPA ‘bitterly disappointed ’ by low alcohol consultation outcome[/caption]\r\n\r\n“Changing the current definition of ‘alcohol-free’ beer from 0.05% ABV to 0.5% ABV – as we suggested during the consultation process – would have brought the UK in line with the rest of Europe and other global markets. This creates the perverse situation whereby beers at 0.5% ABV produced in Europe can be sold in the UK as “alcohol-free”, but British brewers brewing at the same strength must label their beer differently. This is discrimination and will create confusion for consumers.\r\n\r\n&nbsp;\r\n\r\n“Whilst we have already seen significant growth in the low alcohol beer sector, the Government has failed to implement changes that would enable Britain’s brewers to further innovate and promote lower strength drinks to stimulate this growth further.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\">Marriott Int\'l expands UK portfolio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases first Barrel-Aged beer at Baltimore</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/\">Wetherspoons and CLIC Sargent celebrate a huge milestone together</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n“A decision by the Australian Government to introduce tax reductions for ‘lighter’ beer has already led to the growth of such beers to occupy 25% of the market there. Sadly then, this decision by the UK Government represents a missed opportunity to provide a similar incentive here and gives no encouragement to those seeking to moderate their alcohol consumption.\r\n\r\n&nbsp;\r\n\r\n“There is plenty of evidence to show that moderate drinking brings health benefits, and beer, which is typically a low strength form of alcohol, is a great way to enjoy a well-earned drink whilst supporting your local pub.”','BBPA ‘bitterly disappointed’ by low and no alcohol consultation outcome','','inherit','closed','closed','','3232-revision-v1','','','2018-11-14 14:52:29','2018-11-14 14:52:29','',3232,'https://www.ontradeprogress.com/2018/11/14/3232-revision-v1/',0,'revision','',0),(3253,1,'2018-11-15 09:04:45','2018-11-15 09:04:45','<h1>Struggling to beat the bulge? Business travel could be to blame, with over a third of UK workers who travel regularly claim healthy eating goes out of the window</h1>\r\nWhether it’s enjoying a large latte on the train, grabbing a pastry between morning meetings or sitting down to a three-course meal with clients, business travel spells bad news for the usual healthy eating habits of UK workers, according to new research by boutique aparthotel group <a href=\"https://www.roomzzz.com/\" target=\"_blank\" rel=\"noopener\">Roomzzz</a>.\r\n\r\nThe recent study of 1000 UK workers who regularly travel with their job claimed that it was their diet that was worse hit when away from home. In fact, 36% of respondents believed it was the aspect that suffered the most during time away, with disruptions to sleep patterns coming a close second, with 33% of those questioned saying a super comfy bed was at the top of their wish list when it comes to choosing a room for the night.\r\n\r\n[caption id=\"attachment_3254\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3254\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/design-3588214_640-300x200.jpg\" alt=\"Do you travel for business?\" width=\"300\" height=\"200\" /> Do you travel for business? It could have a detrimental effect on your health[/caption]\r\n\r\nExtra snacks and blow-out meals quickly rack up the calories, in fact, 58% of the regular travellers questioned believed they easily consumed anywhere between 250 and a whopping 1500 extra calories each day, compared to a normal working day – potentially 50% over the recommended daily calorie intake for men and women. In fact, out of the 1000 respondents questioned, it was North West workers who admitted splurging the most during business trips.\r\n\r\n<strong>Naveen Ahmed, Managing Director at Roomzzz says:</strong> “Travelling with work can mean a major disruption to your usual daily routine. Staying in a traditional hotel often means that you are often forced to eat out and have a lonely table for one, when all you want to do is get a takeaway or prepare a healthy, home-cooked meal, put on your PJs and enjoy some downtime in the comfort of your own room. At Roomzzz we encourage our guests to use the room as they would their own home; we offer a kitchen and living area as standard, giving guests the space to spread out and relax and certainly no need to sneak food or drink into our properties! So many of our guests tell us they love the space and additional living areas, which means they don’t have to work ‘in bed’ with their laptops on their laps, which allows them to keep a bit of normality while away, whether that’s preparing their own meals, doing some yoga in the living area or simply chilling out on the sofa after a hectic day.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\" target=\"_blank\" rel=\"noopener\">Marriott expands UK portfolio with a new opening in Glasgow</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\" target=\"_blank\" rel=\"noopener\">Guinness releases a new beer!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\" target=\"_blank\" rel=\"noopener\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<strong>Jo Cox, a frequent traveller says about her time staying in hotels:</strong> “I used to stay away about three nights a week in hotels up and down the country and I would crave simple foods. It got so bad that one night I went down to the kitchen with a tin of beans and some bread and asked them to cook me some beans on toast! I was so fed up of eating out on my own or having the same choices from the room service menu.”\r\n\r\n<strong>Naveen adds:</strong> “Business travel is tiring – for the mind and body, so it’s not surprising that those questioned ranked a super comfy bed as an important feature of their room. We pride ourselves on offering the best beds in the market…so much so our guests often ask us where they can buy one for their own home!”\r\n<h5>Roomzzz pioneered the Aparthotel concept launching its first development in 2006 in Leeds. Now with a growing portfolio of nine aparthotels, ideally positioned in some of the UK’s most vibrant cities, including Manchester, Leeds, London, Chester and Nottingham the brand has ambitious growth plans with further developments in the pipeline for Edinburgh, Harrogate and York.</h5>','Research: Why business travel is bad for your health','','publish','closed','open','','business-travel-bad-health','','https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\nhttps://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/','2018-11-15 09:57:42','2018-11-15 09:57:42','',0,'https://www.ontradeprogress.com/?p=3253',0,'post','',0),(3254,1,'2018-11-15 08:47:46','2018-11-15 08:47:46','','Do you travel for business?','Do you travel for business? It could have a detrimental effect on your health','inherit','closed','closed','','design-3588214_640','','','2018-11-15 08:53:01','2018-11-15 08:53:01','',3253,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/design-3588214_640.jpg',0,'attachment','image/jpeg',0),(3255,1,'2018-11-15 09:02:42','2018-11-15 09:02:42','<h1>Struggling to beat the bulge? Business travel could be to blame, with over a third of UK workers who travel regularly claim healthy eating goes out of the window</h1>\r\nWhether it’s enjoying a large latte on the train, grabbing a pastry between morning meetings or sitting down to a three-course meal with clients, business travel spells bad news for the usual healthy eating habits of UK workers, according to new research by boutique aparthotel group <a href=\"https://www.roomzzz.com/\" target=\"_blank\" rel=\"noopener\">Roomzzz</a>.\r\n\r\nThe recent study of 1000 UK workers who regularly travel with their job claimed that it was their diet that was worse hit when away from home. In fact, 36% of respondents believed it was the aspect that suffered the most during time away, with disruptions to sleep patterns coming a close second, with 33% of those questioned saying a super comfy bed was at the top of their wish list when it comes to choosing a room for the night.\r\n\r\n[caption id=\"attachment_3254\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3254\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/design-3588214_640-300x200.jpg\" alt=\"Do you travel for business?\" width=\"300\" height=\"200\" /> Do you travel for business? It could have a detrimental effect on your health[/caption]\r\n\r\nExtra snacks and blow-out meals quickly rack up the calories, in fact, 58% of the regular travellers questioned believed they easily consumed anywhere between 250 and a whopping 1500 extra calories each day, compared to a normal working day – potentially 50% over the recommended daily calorie intake for men and women. In fact, out of the 1000 respondents questioned, it was North West workers who admitted splurging the most during business trips.\r\n\r\nNaveen Ahmed, Managing Director at Roomzzz says: “Travelling with work can mean a major disruption to your usual daily routine. Staying in a traditional hotel often means that you are often forced to eat out and have a lonely table for one, when all you want to do is get a takeaway or prepare a healthy, home-cooked meal, put on your PJs and enjoy some downtime in the comfort of your own room. At Roomzzz we encourage our guests to use the room as they would their own home; we offer a kitchen and living area as standard, giving guests the space to spread out and relax and certainly no need to sneak food or drink into our properties! So many of our guests tell us they love the space and additional living areas, which means they don’t have to work ‘in bed’ with their laptops on their laps, which allows them to keep a bit of normality while away, whether that’s preparing their own meals, doing some yoga in the living area or simply chilling out on the sofa after a hectic day.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\" target=\"_blank\" rel=\"noopener\">Marriott expands UK portfolio with a new opening in Glasgow</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\" target=\"_blank\" rel=\"noopener\">Guinness releases a new beer!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\" target=\"_blank\" rel=\"noopener\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\nJo Cox, a frequent traveller says about her time staying in hotels: “I used to stay away about three nights a week in hotels up and down the country and I would crave simple foods. It got so bad that one night I went down to the kitchen with a tin of beans and some bread and asked them to cook me some beans on toast! I was so fed up of eating out on my own or having the same choices from the room service menu.”\r\n\r\nNaveen adds: “Business travel is tiring – for the mind and body, so it’s not surprising that those questioned ranked a super comfy bed as an important feature of their room. We pride ourselves on offering the best beds in the market…so much so our guests often ask us where they can buy one for their own home!”\r\n\r\nRoomzzz pioneered the Aparthotel concept launching its first development in 2006 in Leeds. Now with a growing portfolio of nine aparthotels, ideally positioned in some of the UK’s most vibrant cities, including Manchester, Leeds, London, Chester and Nottingham the brand has ambitious growth plans with further developments in the pipeline for Edinburgh, Harrogate and York.','Research: Why business travel is bad for your health','','inherit','closed','closed','','3253-revision-v1','','','2018-11-15 09:02:42','2018-11-15 09:02:42','',3253,'https://www.ontradeprogress.com/2018/11/15/3253-revision-v1/',0,'revision','',0),(3256,1,'2018-11-15 09:03:18','2018-11-15 09:03:18','<h1>Struggling to beat the bulge? Business travel could be to blame, with over a third of UK workers who travel regularly claim healthy eating goes out of the window</h1>\r\nWhether it’s enjoying a large latte on the train, grabbing a pastry between morning meetings or sitting down to a three-course meal with clients, business travel spells bad news for the usual healthy eating habits of UK workers, according to new research by boutique aparthotel group <a href=\"https://www.roomzzz.com/\" target=\"_blank\" rel=\"noopener\">Roomzzz</a>.\r\n\r\nThe recent study of 1000 UK workers who regularly travel with their job claimed that it was their diet that was worse hit when away from home. In fact, 36% of respondents believed it was the aspect that suffered the most during time away, with disruptions to sleep patterns coming a close second, with 33% of those questioned saying a super comfy bed was at the top of their wish list when it comes to choosing a room for the night.\r\n\r\n[caption id=\"attachment_3254\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3254\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/design-3588214_640-300x200.jpg\" alt=\"Do you travel for business?\" width=\"300\" height=\"200\" /> Do you travel for business? It could have a detrimental effect on your health[/caption]\r\n\r\nExtra snacks and blow-out meals quickly rack up the calories, in fact, 58% of the regular travellers questioned believed they easily consumed anywhere between 250 and a whopping 1500 extra calories each day, compared to a normal working day – potentially 50% over the recommended daily calorie intake for men and women. In fact, out of the 1000 respondents questioned, it was North West workers who admitted splurging the most during business trips.\r\n\r\n<strong>Naveen Ahmed, Managing Director at Roomzzz says:</strong> “Travelling with work can mean a major disruption to your usual daily routine. Staying in a traditional hotel often means that you are often forced to eat out and have a lonely table for one, when all you want to do is get a takeaway or prepare a healthy, home-cooked meal, put on your PJs and enjoy some downtime in the comfort of your own room. At Roomzzz we encourage our guests to use the room as they would their own home; we offer a kitchen and living area as standard, giving guests the space to spread out and relax and certainly no need to sneak food or drink into our properties! So many of our guests tell us they love the space and additional living areas, which means they don’t have to work ‘in bed’ with their laptops on their laps, which allows them to keep a bit of normality while away, whether that’s preparing their own meals, doing some yoga in the living area or simply chilling out on the sofa after a hectic day.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\" target=\"_blank\" rel=\"noopener\">Marriott expands UK portfolio with a new opening in Glasgow</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\" target=\"_blank\" rel=\"noopener\">Guinness releases a new beer!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\" target=\"_blank\" rel=\"noopener\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<strong>Jo Cox, a frequent traveller says about her time staying in hotels:</strong> “I used to stay away about three nights a week in hotels up and down the country and I would crave simple foods. It got so bad that one night I went down to the kitchen with a tin of beans and some bread and asked them to cook me some beans on toast! I was so fed up of eating out on my own or having the same choices from the room service menu.”\r\n\r\n<a href=\"https://www.roomzzz.com/\">Naveen adds</a>: “Business travel is tiring – for the mind and body, so it’s not surprising that those questioned ranked a super comfy bed as an important feature of their room. We pride ourselves on offering the best beds in the market…so much so our guests often ask us where they can buy one for their own home!”\r\n<h5>Roomzzz pioneered the Aparthotel concept launching its first development in 2006 in Leeds. Now with a growing portfolio of nine aparthotels, ideally positioned in some of the UK’s most vibrant cities, including Manchester, Leeds, London, Chester and Nottingham the brand has ambitious growth plans with further developments in the pipeline for Edinburgh, Harrogate and York.</h5>','Research: Why business travel is bad for your health','','inherit','closed','closed','','3253-revision-v1','','','2018-11-15 09:03:18','2018-11-15 09:03:18','',3253,'https://www.ontradeprogress.com/2018/11/15/3253-revision-v1/',0,'revision','',0),(3257,1,'2018-11-15 09:04:12','2018-11-15 09:04:12','<h1>Struggling to beat the bulge? Business travel could be to blame, with over a third of UK workers who travel regularly claim healthy eating goes out of the window</h1>\r\nWhether it’s enjoying a large latte on the train, grabbing a pastry between morning meetings or sitting down to a three-course meal with clients, business travel spells bad news for the usual healthy eating habits of UK workers, according to new research by boutique aparthotel group <a href=\"https://www.roomzzz.com/\" target=\"_blank\" rel=\"noopener\">Roomzzz</a>.\r\n\r\nThe recent study of 1000 UK workers who regularly travel with their job claimed that it was their diet that was worse hit when away from home. In fact, 36% of respondents believed it was the aspect that suffered the most during time away, with disruptions to sleep patterns coming a close second, with 33% of those questioned saying a super comfy bed was at the top of their wish list when it comes to choosing a room for the night.\r\n\r\n[caption id=\"attachment_3254\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3254\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/design-3588214_640-300x200.jpg\" alt=\"Do you travel for business?\" width=\"300\" height=\"200\" /> Do you travel for business? It could have a detrimental effect on your health[/caption]\r\n\r\nExtra snacks and blow-out meals quickly rack up the calories, in fact, 58% of the regular travellers questioned believed they easily consumed anywhere between 250 and a whopping 1500 extra calories each day, compared to a normal working day – potentially 50% over the recommended daily calorie intake for men and women. In fact, out of the 1000 respondents questioned, it was North West workers who admitted splurging the most during business trips.\r\n\r\n<strong>Naveen Ahmed, Managing Director at Roomzzz says:</strong> “Travelling with work can mean a major disruption to your usual daily routine. Staying in a traditional hotel often means that you are often forced to eat out and have a lonely table for one, when all you want to do is get a takeaway or prepare a healthy, home-cooked meal, put on your PJs and enjoy some downtime in the comfort of your own room. At Roomzzz we encourage our guests to use the room as they would their own home; we offer a kitchen and living area as standard, giving guests the space to spread out and relax and certainly no need to sneak food or drink into our properties! So many of our guests tell us they love the space and additional living areas, which means they don’t have to work ‘in bed’ with their laptops on their laps, which allows them to keep a bit of normality while away, whether that’s preparing their own meals, doing some yoga in the living area or simply chilling out on the sofa after a hectic day.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\" target=\"_blank\" rel=\"noopener\">Marriott expands UK portfolio with a new opening in Glasgow</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\" target=\"_blank\" rel=\"noopener\">Guinness releases a new beer!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/\" target=\"_blank\" rel=\"noopener\">BBPA disappointed by low alcohol outcome</a></li>\r\n</ul>\r\n<strong>Jo Cox, a frequent traveller says about her time staying in hotels:</strong> “I used to stay away about three nights a week in hotels up and down the country and I would crave simple foods. It got so bad that one night I went down to the kitchen with a tin of beans and some bread and asked them to cook me some beans on toast! I was so fed up of eating out on my own or having the same choices from the room service menu.”\r\n\r\n<strong>Naveen adds:</strong> “Business travel is tiring – for the mind and body, so it’s not surprising that those questioned ranked a super comfy bed as an important feature of their room. We pride ourselves on offering the best beds in the market…so much so our guests often ask us where they can buy one for their own home!”\r\n<h5>Roomzzz pioneered the Aparthotel concept launching its first development in 2006 in Leeds. Now with a growing portfolio of nine aparthotels, ideally positioned in some of the UK’s most vibrant cities, including Manchester, Leeds, London, Chester and Nottingham the brand has ambitious growth plans with further developments in the pipeline for Edinburgh, Harrogate and York.</h5>','Research: Why business travel is bad for your health','','inherit','closed','closed','','3253-revision-v1','','','2018-11-15 09:04:12','2018-11-15 09:04:12','',3253,'https://www.ontradeprogress.com/2018/11/15/3253-revision-v1/',0,'revision','',0),(3258,1,'2018-11-15 09:53:29','2018-11-15 09:53:29','<h1>Nutrition, healthy eating and sustainability are the driving forces in an increasingly diverse food service management sector, according to a new report.</h1>\r\n<a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>, in partnership with <a href=\"https://www.bidfood.co.uk/\" target=\"_blank\" rel=\"noopener\">Bidfood</a>, has launched the latest edition of its food service management report, outlining key challenges and opportunities for the FSM sector.\r\n\r\nThe report states that over 90% of FSM clients see health and nutrition as an important or critically important issue. It also showed that over 90% of businesses surveyed had a workforce that was over 50% female.\r\n<h3>The data also shows that FSM employers are concerned about their ability to hire workers and product availability following the UK’s withdrawal from the EU.</h3>\r\n[caption id=\"attachment_3260\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3260\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/buffet-909161_640-300x195.jpg\" alt=\"Food Service Management sector has been set some challenges\" width=\"300\" height=\"195\" /> Food Service Management sector has been set some challenges[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The food service management sector is a crucial element of the UK’s hospitality industry. The sector is buzzing with dynamic and talented leaders and we are very pleased to represent them.\r\n\r\n“This report underlines the importance and vibrancy of the sector as well as the opportunities and challenges it faces.\r\n\r\n“FSM businesses, like their high street cousins, innovate and provide much-needed investment around the UK. They are no less important than our pub, bar and hotel sectors, and UKHospitality will be using this report to ensure they are supported by Government.”\r\n\r\nSarah Whiddett Head of Insight and Customer Experience at Bidfood commented “We are very much heartened this year to read of a foodservice industry which is in a strong and resilient state of health.  The report highlights that there are key trends working in our favour and opportunities for us all work closer together to secure growth and further development for our sector.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Why business travel is bad for your health</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\">Marriott opens new hotel in Glasgow</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness delivers their new beer</a></li>\r\n</ul>','New report outlines challenges and opportunities for FSM sector','','publish','closed','open','','food-service-management-challenges','','https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\nhttps://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/','2018-11-15 10:08:43','2018-11-15 10:08:43','',0,'https://www.ontradeprogress.com/?p=3258',0,'post','',0),(3259,1,'2018-11-15 09:47:01','2018-11-15 09:47:01','','food service management','Food Service Management sector has been set some challenges','inherit','closed','closed','','cheff-1303313_640','','','2018-11-15 09:47:42','2018-11-15 09:47:42','',3258,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/cheff-1303313_640.jpg',0,'attachment','image/jpeg',0),(3260,1,'2018-11-15 09:50:13','2018-11-15 09:50:13','','Food Service Management sector has been set some challenges','Food Service Management sector has been set some challenges','inherit','closed','closed','','buffet-909161_640','','','2018-11-15 09:50:23','2018-11-15 09:50:23','',3258,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/buffet-909161_640.jpg',0,'attachment','image/jpeg',0),(3261,1,'2018-11-15 09:50:29','2018-11-15 09:50:29','<h1>Nutrition, healthy eating and sustainability are the driving forces in an increasingly diverse food service management sector, according to a new report.</h1>\r\n<a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>, in partnership with <a href=\"https://www.bidfood.co.uk/\" target=\"_blank\" rel=\"noopener\">Bidfood</a>, has launched the latest edition of its food service management report, outlining key challenges and opportunities for the FSM sector.\r\n\r\nThe report states that over 90% of FSM clients see health and nutrition as an important or critically important issue. It also showed that over 90% of businesses surveyed had a workforce that was over 50% female.\r\n<h3>The data also shows that FSM employers are concerned about their ability to hire workers and product availability following the UK’s withdrawal from the EU.</h3>\r\n[caption id=\"attachment_3260\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3260\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/buffet-909161_640-300x195.jpg\" alt=\"Food Service Management sector has been set some challenges\" width=\"300\" height=\"195\" /> Food Service Management sector has been set some challenges[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The food service management sector is a crucial element of the UK’s hospitality industry. The sector is buzzing with dynamic and talented leaders and we are very pleased to represent them.\r\n\r\n“This report underlines the importance and vibrancy of the sector as well as the opportunities and challenges it faces.\r\n\r\n“FSM businesses, like their high street cousins, innovate and provide much-needed investment around the UK. They are no less important than our pub, bar and hotel sectors, and UKHospitality will be using this report to ensure they are supported by Government.”\r\n\r\nSarah Whiddett Head of Insight and Customer Experience at Bidfood commented “We are very much heartened this year to read of a foodservice industry which is in a strong and resilient state of health.  The report highlights that there are key trends working in our favour and opportunities for us all work closer together to secure growth and further development for our sector.”','New report outlines challenges and opportunities for FSM sector','','inherit','closed','closed','','3258-revision-v1','','','2018-11-15 09:50:29','2018-11-15 09:50:29','',3258,'https://www.ontradeprogress.com/2018/11/15/3258-revision-v1/',0,'revision','',0),(3262,1,'2018-11-15 09:52:56','2018-11-15 09:52:56','<h1>Nutrition, healthy eating and sustainability are the driving forces in an increasingly diverse food service management sector, according to a new report.</h1>\r\n<a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>, in partnership with <a href=\"https://www.bidfood.co.uk/\" target=\"_blank\" rel=\"noopener\">Bidfood</a>, has launched the latest edition of its food service management report, outlining key challenges and opportunities for the FSM sector.\r\n\r\nThe report states that over 90% of FSM clients see health and nutrition as an important or critically important issue. It also showed that over 90% of businesses surveyed had a workforce that was over 50% female.\r\n<h3>The data also shows that FSM employers are concerned about their ability to hire workers and product availability following the UK’s withdrawal from the EU.</h3>\r\n[caption id=\"attachment_3260\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3260\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/buffet-909161_640-300x195.jpg\" alt=\"Food Service Management sector has been set some challenges\" width=\"300\" height=\"195\" /> Food Service Management sector has been set some challenges[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “The food service management sector is a crucial element of the UK’s hospitality industry. The sector is buzzing with dynamic and talented leaders and we are very pleased to represent them.\r\n\r\n“This report underlines the importance and vibrancy of the sector as well as the opportunities and challenges it faces.\r\n\r\n“FSM businesses, like their high street cousins, innovate and provide much-needed investment around the UK. They are no less important than our pub, bar and hotel sectors, and UKHospitality will be using this report to ensure they are supported by Government.”\r\n\r\nSarah Whiddett Head of Insight and Customer Experience at Bidfood commented “We are very much heartened this year to read of a foodservice industry which is in a strong and resilient state of health.  The report highlights that there are key trends working in our favour and opportunities for us all work closer together to secure growth and further development for our sector.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Why business travel is bad for your health</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/\">Marriott opens new hotel in Glasgow</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness delivers their new beer</a></li>\r\n</ul>','New report outlines challenges and opportunities for FSM sector','','inherit','closed','closed','','3258-revision-v1','','','2018-11-15 09:52:56','2018-11-15 09:52:56','',3258,'https://www.ontradeprogress.com/2018/11/15/3258-revision-v1/',0,'revision','',0),(3264,1,'2018-11-15 10:25:33','2018-11-15 10:25:33','<h1>Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities. The Year of the Pig begins on 5 Feb 2019.</h1>\r\nMaria Chong, Managing Director of <a href=\"https://corporate.lkk.com/\" target=\"_blank\" rel=\"noopener\">Lee Kum Kee Europe Limited comments</a><em> ‘There’s a real buzz around Chinese food at the moment and Chinese New Year is such a big opportunity for foodservice operatives who should be capitalising on this and maximising their sales with creative menu options, fusion flavours and most importantly traditional, quality ingredients as seen in Lee Kum Kee’s range of authentic, top quality Chinese sauces.’</em>\r\n\r\nChong continues<em> ‘We’re investing in a campaign with celebrity chefs Ken Hom and Gizzi Erskine to help encourage awareness and trial of Lee Kum Kee’s range of authentic sauces and drive the Chinese New Year sales opportunity. It’s key we inspire consumers and showcase the history, versatility and authenticity of Chinese food. Ken Hom has been helping Western consumers to cook Chinese food for decades and Gizzi Erskine uses travel inspiration from Asia to create innovative fusion recipes.’</em>\r\n\r\n<em> </em>\r\n\r\n[caption id=\"attachment_3266\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3266\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 1: Stocking the right ingredients</strong></h3>\r\nStocking up and promoting the right ingredients is a key factor in maximising sales over the Chinese New Year period. Chinese New Year will drive strong dine-out growth, having classic Chinese dishes such as stir-fry soy noodles and mushrooms braised in oyster sauce, kung pao chicken and broccoli beef would be easy sells. For the European restaurants, it would also be a good time to test out fusion flavours and add a touch of Asian influence. Lee Kum Kee’s forthcoming campaign with Ken Hom and Gizzi Erskine will help inspire consumers through a social media and PR campaign, demonstrating how Chinese sauces and cooking can be applied to western recipes in a fun and innovative way.\r\n\r\n&nbsp;\r\n<h3><strong>Tip 2: Story-telling to engage your customers</strong></h3>\r\nCelebrity Chef and Chinese Food Guru, Ken Hom, comments <em>“In Chinese tradition, many food items are associated with a certain wisdom or have a special symbolic meaning. For Chinese New Year, fish, chicken, tofu and noodles are some of the must-have items for a traditional family gathering, for example eating a whole chicken with family members means ‘a united front’. Tofu is associated with happiness whilst eating noodles on New Years’ day means good health and longevity in life. It is also tradition to braise mushrooms and lettuce in oyster sauce during Chinese New Year for a year of fortune ahead.”</em>\r\n\r\nRestaurants can be creative and provide interesting stories in Chinese New Year themed menus to inspire diners and motivate them to select certain dishes on the menu.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges &amp; opportunities for FSM sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Travelling for business? A study shows how bad it is for your health</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases its new beer!</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3><strong>Tip 3: Education</strong></h3>\r\nDespite the nation’s love of Chinese food and its rich and flavoursome taste, usage of Chinese sauces is still fairly unfamiliar to the mainstream public and more education is needed to help consumers and the trade get the best out of the sauces. For example, sesame oil is great for dressing but it doesn’t hold up well as a deep frying oil as the temperature tolerance is fairly low, similar to olive oil. Dark soy sauce is not meant to be for seasoning, and is mainly used for its colouring. In addition, meat used in stir-fries can be pre-marinated in oyster sauce making it extremely flavoursome. Chinese New Year is the perfect time to get consumers more engaged with Chinese food, products and dishes, and discovering such tips will help drive long-term growth.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 4: Be authentic</strong></h3>\r\nWith overseas travel now more common than ever and the social media age offering easily accessible information, consumers demand true authentic taste and dishes in the UK. It is important for restaurants to understand the local Chinese tastes while adapting it to the British palate at the same time. Lee Kum Kee has developed a wide range of foodservice sauce products, including Premium Oyster Sauce, Chilli Bean Sauce and Hoisin Sauce. These are concentrated products that provide chefs with the classic Chinese flavours, while offering them the freedom and creativity to adjust the taste with other ingredients and develop their preferred flavour profile.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3265\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3265\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 5: Timing</strong></h3>\r\nThe Chinese New Year celebration is more than just a day. The Chinese community usually starts celebrating two weeks ahead. This year it will fall on February 5th, and the celebration can last for another 2 weeks. Therefore, promotion or special menu offers should last for a month instead of a few days. The Chinese New Year gathering is all about banqueting and food sharing, so instead of the usual a la carte choices, a tasting menu could be an ideal offering allowing diners to try Chinese dishes that they might have never experienced before.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 6: Expand your oriental free-from options</strong></h3>\r\nConsumers are looking for a broader array of meat-free and gluten-free menu options. Chinese New Year is a big opportunity to broaden your audience and maximise free-from menu sales.\r\n\r\nThe global gluten-free products market was valued at GBP 11.58 billion in 2016 and is expected to grow by 9.3% from 2017 to 2025.* Lee Kum Kee has expanded its range in answer to the growing demand for gluten-free alternatives, with its Gluten-Free Oyster Sauce especially designed for the food service. This is the secret ingredient of top Chinese chefs and kitchens, who use it in most stir-fry dishes as a stir-fry sauce and dim sum as a seasoning. A popular fusion twist from UK and European chefs is to use it in stock, gravy, cottage pies and marinades. It is universally complimentary to many ingredients. Its Gluten-Free Oyster Sauce has no added preservatives or MSG.\r\n\r\n<strong>*</strong>Grand View Research','Making the most of Chinese New Year: Lee Kum Kee’s 6 tips for foodservice','','publish','closed','open','','chinese-new-year-foodservice','','https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\nhttps://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\nhttps://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/','2018-11-15 13:47:44','2018-11-15 13:47:44','',0,'https://www.ontradeprogress.com/?p=3264',0,'post','',0),(3265,1,'2018-11-15 10:18:47','2018-11-15 10:18:47','','Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales','Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales','inherit','closed','closed','','image008','','','2018-11-15 10:21:20','2018-11-15 10:21:20','',3264,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008.jpg',0,'attachment','image/jpeg',0),(3266,1,'2018-11-15 10:18:52','2018-11-15 10:18:52','','Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities','Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities','inherit','closed','closed','','image009-2','','','2018-11-15 10:19:46','2018-11-15 10:19:46','',3264,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009.jpg',0,'attachment','image/jpeg',0),(3267,1,'2018-11-15 10:18:57','2018-11-15 10:18:57','','Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales','Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales','inherit','closed','closed','','image010','','','2018-11-15 10:20:55','2018-11-15 10:20:55','',3264,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image010.jpg',0,'attachment','image/jpeg',0),(3268,1,'2018-11-15 10:22:15','2018-11-15 10:22:15','<h1>Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities. The Year of the Pig begins on 5 Feb 2019.</h1>\r\nMaria Chong, Managing Director of <a href=\"https://corporate.lkk.com/\" target=\"_blank\" rel=\"noopener\">Lee Kum Kee Europe Limited comments</a><em> ‘There’s a real buzz around Chinese food at the moment and Chinese New Year is such a big opportunity for foodservice operatives who should be capitalising on this and maximising their sales with creative menu options, fusion flavours and most importantly traditional, quality ingredients as seen in Lee Kum Kee’s range of authentic, top quality Chinese sauces.’</em>\r\n\r\nChong continues<em> ‘We’re investing in a campaign with celebrity chefs Ken Hom and Gizzi Erskine to help encourage awareness and trial of Lee Kum Kee’s range of authentic sauces and drive the Chinese New Year sales opportunity. It’s key we inspire consumers and showcase the history, versatility and authenticity of Chinese food. Ken Hom has been helping Western consumers to cook Chinese food for decades and Gizzi Erskine uses travel inspiration from Asia to create innovative fusion recipes.’</em>\r\n\r\n<em> </em>\r\n\r\n[caption id=\"attachment_3266\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3266\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 1: Stocking the right ingredients</strong></h3>\r\nStocking up and promoting the right ingredients is a key factor in maximising sales over the Chinese New Year period. Chinese New Year will drive strong dine-out growth, having classic Chinese dishes such as stir-fry soy noodles and mushrooms braised in oyster sauce, kung pao chicken and broccoli beef would be easy sells. For the European restaurants, it would also be a good time to test out fusion flavours and add a touch of Asian influence. Lee Kum Kee’s forthcoming campaign with Ken Hom and Gizzi Erskine will help inspire consumers through a social media and PR campaign, demonstrating how Chinese sauces and cooking can be applied to western recipes in a fun and innovative way.\r\n\r\n&nbsp;\r\n<h3><strong>Tip 2: Story-telling to engage your customers</strong></h3>\r\nCelebrity Chef and Chinese Food Guru, Ken Hom, comments <em>“In Chinese tradition, many food items are associated with a certain wisdom or have a special symbolic meaning. For Chinese New Year, fish, chicken, tofu and noodles are some of the must-have items for a traditional family gathering, for example eating a whole chicken with family members means ‘a united front’. Tofu is associated with happiness whilst eating noodles on New Years’ day means good health and longevity in life. It is also tradition to braise mushrooms and lettuce in oyster sauce during Chinese New Year for a year of fortune ahead.”</em>\r\n\r\nRestaurants can be creative and provide interesting stories in Chinese New Year themed menus to inspire diners and motivate them to select certain dishes on the menu.\r\n\r\n&nbsp;\r\n<h3><strong>Tip 3: Education</strong></h3>\r\nDespite the nation’s love of Chinese food and its rich and flavoursome taste, usage of Chinese sauces is still fairly unfamiliar to the mainstream public and more education is needed to help consumers and the trade get the best out of the sauces. For example, sesame oil is great for dressing but it doesn’t hold up well as a deep frying oil as the temperature tolerance is fairly low, similar to olive oil. Dark soy sauce is not meant to be for seasoning, and is mainly used for its colouring. In addition, meat used in stir-fries can be pre-marinated in oyster sauce making it extremely flavoursome. Chinese New Year is the perfect time to get consumers more engaged with Chinese food, products and dishes, and discovering such tips will help drive long-term growth.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 4: Be authentic</strong></h3>\r\nWith overseas travel now more common than ever and the social media age offering easily accessible information, consumers demand true authentic taste and dishes in the UK. It is important for restaurants to understand the local Chinese tastes while adapting it to the British palate at the same time. Lee Kum Kee has developed a wide range of foodservice sauce products, including Premium Oyster Sauce, Chilli Bean Sauce and Hoisin Sauce. These are concentrated products that provide chefs with the classic Chinese flavours, while offering them the freedom and creativity to adjust the taste with other ingredients and develop their preferred flavour profile.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3265\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3265\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 5: Timing</strong></h3>\r\nThe Chinese New Year celebration is more than just a day. The Chinese community usually starts celebrating two weeks ahead. This year it will fall on February 5th, and the celebration can last for another 2 weeks. Therefore, promotion or special menu offers should last for a month instead of a few days. The Chinese New Year gathering is all about banqueting and food sharing, so instead of the usual a la carte choices, a tasting menu could be an ideal offering allowing diners to try Chinese dishes that they might have never experienced before.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 6: Expand your oriental free-from options</strong></h3>\r\nConsumers are looking for a broader array of meat-free and gluten-free menu options. Chinese New Year is a big opportunity to broaden your audience and maximise free-from menu sales.\r\n\r\nThe global gluten-free products market was valued at GBP 11.58 billion in 2016 and is expected to grow by 9.3% from 2017 to 2025.* Lee Kum Kee has expanded its range in answer to the growing demand for gluten-free alternatives, with its Gluten-Free Oyster Sauce especially designed for the foodservice. This is the secret ingredient of top Chinese chefs and kitchens, who use it in most stir-fry dishes as a stir-fry sauce and dim sum as a seasoning. A popular fusion twist from UK and European chefs is to use it in stock, gravy, cottage pies and marinades. It is universally complimentary to many ingredients. Its Gluten-Free Oyster Sauce has no added preservatives or MSG.\r\n\r\n<strong>*</strong>Grand View Research','Making the most of Chinese New Year: Lee Kum Kee’s 6 tips for foodservice','','inherit','closed','closed','','3264-revision-v1','','','2018-11-15 10:22:15','2018-11-15 10:22:15','',3264,'https://www.ontradeprogress.com/2018/11/15/3264-revision-v1/',0,'revision','',0),(3269,1,'2018-11-15 10:24:57','2018-11-15 10:24:57','<h1>Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities. The Year of the Pig begins on 5 Feb 2019.</h1>\r\nMaria Chong, Managing Director of <a href=\"https://corporate.lkk.com/\" target=\"_blank\" rel=\"noopener\">Lee Kum Kee Europe Limited comments</a><em> ‘There’s a real buzz around Chinese food at the moment and Chinese New Year is such a big opportunity for foodservice operatives who should be capitalising on this and maximising their sales with creative menu options, fusion flavours and most importantly traditional, quality ingredients as seen in Lee Kum Kee’s range of authentic, top quality Chinese sauces.’</em>\r\n\r\nChong continues<em> ‘We’re investing in a campaign with celebrity chefs Ken Hom and Gizzi Erskine to help encourage awareness and trial of Lee Kum Kee’s range of authentic sauces and drive the Chinese New Year sales opportunity. It’s key we inspire consumers and showcase the history, versatility and authenticity of Chinese food. Ken Hom has been helping Western consumers to cook Chinese food for decades and Gizzi Erskine uses travel inspiration from Asia to create innovative fusion recipes.’</em>\r\n\r\n<em> </em>\r\n\r\n[caption id=\"attachment_3266\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3266\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 1: Stocking the right ingredients</strong></h3>\r\nStocking up and promoting the right ingredients is a key factor in maximising sales over the Chinese New Year period. Chinese New Year will drive strong dine-out growth, having classic Chinese dishes such as stir-fry soy noodles and mushrooms braised in oyster sauce, kung pao chicken and broccoli beef would be easy sells. For the European restaurants, it would also be a good time to test out fusion flavours and add a touch of Asian influence. Lee Kum Kee’s forthcoming campaign with Ken Hom and Gizzi Erskine will help inspire consumers through a social media and PR campaign, demonstrating how Chinese sauces and cooking can be applied to western recipes in a fun and innovative way.\r\n\r\n&nbsp;\r\n<h3><strong>Tip 2: Story-telling to engage your customers</strong></h3>\r\nCelebrity Chef and Chinese Food Guru, Ken Hom, comments <em>“In Chinese tradition, many food items are associated with a certain wisdom or have a special symbolic meaning. For Chinese New Year, fish, chicken, tofu and noodles are some of the must-have items for a traditional family gathering, for example eating a whole chicken with family members means ‘a united front’. Tofu is associated with happiness whilst eating noodles on New Years’ day means good health and longevity in life. It is also tradition to braise mushrooms and lettuce in oyster sauce during Chinese New Year for a year of fortune ahead.”</em>\r\n\r\nRestaurants can be creative and provide interesting stories in Chinese New Year themed menus to inspire diners and motivate them to select certain dishes on the menu.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges &amp; opportunities for FSM sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Travelling for business? A study shows how bad it is for your health</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases its new beer!</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3><strong>Tip 3: Education</strong></h3>\r\nDespite the nation’s love of Chinese food and its rich and flavoursome taste, usage of Chinese sauces is still fairly unfamiliar to the mainstream public and more education is needed to help consumers and the trade get the best out of the sauces. For example, sesame oil is great for dressing but it doesn’t hold up well as a deep frying oil as the temperature tolerance is fairly low, similar to olive oil. Dark soy sauce is not meant to be for seasoning, and is mainly used for its colouring. In addition, meat used in stir-fries can be pre-marinated in oyster sauce making it extremely flavoursome. Chinese New Year is the perfect time to get consumers more engaged with Chinese food, products and dishes, and discovering such tips will help drive long-term growth.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 4: Be authentic</strong></h3>\r\nWith overseas travel now more common than ever and the social media age offering easily accessible information, consumers demand true authentic taste and dishes in the UK. It is important for restaurants to understand the local Chinese tastes while adapting it to the British palate at the same time. Lee Kum Kee has developed a wide range of foodservice sauce products, including Premium Oyster Sauce, Chilli Bean Sauce and Hoisin Sauce. These are concentrated products that provide chefs with the classic Chinese flavours, while offering them the freedom and creativity to adjust the taste with other ingredients and develop their preferred flavour profile.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3265\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3265\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 5: Timing</strong></h3>\r\nThe Chinese New Year celebration is more than just a day. The Chinese community usually starts celebrating two weeks ahead. This year it will fall on February 5th, and the celebration can last for another 2 weeks. Therefore, promotion or special menu offers should last for a month instead of a few days. The Chinese New Year gathering is all about banqueting and food sharing, so instead of the usual a la carte choices, a tasting menu could be an ideal offering allowing diners to try Chinese dishes that they might have never experienced before.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 6: Expand your oriental free-from options</strong></h3>\r\nConsumers are looking for a broader array of meat-free and gluten-free menu options. Chinese New Year is a big opportunity to broaden your audience and maximise free-from menu sales.\r\n\r\nThe global gluten-free products market was valued at GBP 11.58 billion in 2016 and is expected to grow by 9.3% from 2017 to 2025.* Lee Kum Kee has expanded its range in answer to the growing demand for gluten-free alternatives, with its Gluten-Free Oyster Sauce especially designed for the foodservice. This is the secret ingredient of top Chinese chefs and kitchens, who use it in most stir-fry dishes as a stir-fry sauce and dim sum as a seasoning. A popular fusion twist from UK and European chefs is to use it in stock, gravy, cottage pies and marinades. It is universally complimentary to many ingredients. Its Gluten-Free Oyster Sauce has no added preservatives or MSG.\r\n\r\n<strong>*</strong>Grand View Research','Making the most of Chinese New Year: Lee Kum Kee’s 6 tips for foodservice','','inherit','closed','closed','','3264-revision-v1','','','2018-11-15 10:24:57','2018-11-15 10:24:57','',3264,'https://www.ontradeprogress.com/2018/11/15/3264-revision-v1/',0,'revision','',0),(3270,1,'2018-11-15 11:21:48','2018-11-15 11:21:48','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reiterated that underage gaming in pubs is wholly unacceptable and highlighted its, and the sector’s, efforts to stamp out illegal play.</h1>\r\nThe move follows the publication of data by the Gambling Commission showing high levels of underage gaming machine play in pubs.\r\n\r\n[caption id=\"attachment_3272\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3272\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/machine-3787007_640-300x233.jpg\" alt=\"The hospitality sector is working hard to stamp out illegal gambling\" width=\"300\" height=\"233\" /> The hospitality sector is working hard to stamp out illegal gambling[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “Underage play on gaming machines in pubs is wholly unacceptable. Our members, and the wider pub sector, understand this and the issue is taken very seriously\r\n\r\n“UKHospitality is already working with its members and other trade bodies to develop a social responsibility charter, with bespoke pub-specific messaging; highlighting responsible gaming and the prevention of underage play.\r\n\r\n“We will also be writing to the Gambling Commission to seek a meeting at the earliest opportunity.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">FSM: Report outlines challenges and opportunities</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Why business travel is bad for your health</a></li>\r\n</ul>','The hospitality sector is working hard to stamp out illegal gaming','','publish','closed','open','','hospitality-stamp-gambling-gaming','','https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\nhttps://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/','2018-11-15 11:41:41','2018-11-15 11:41:41','',0,'https://www.ontradeprogress.com/?p=3270',0,'post','',0),(3271,1,'2018-11-15 11:13:52','2018-11-15 11:13:52','','The hospitality sector is working hard to stamp out illegal gambling','The hospitality sector is working hard to stamp out illegal gambling','inherit','closed','closed','','casino-3260372_640','','','2018-11-15 11:14:00','2018-11-15 11:14:00','',3270,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/casino-3260372_640.jpg',0,'attachment','image/jpeg',0),(3272,1,'2018-11-15 11:14:56','2018-11-15 11:14:56','','The hospitality sector is working hard to stamp out illegal gambling','The hospitality sector is working hard to stamp out illegal gambling','inherit','closed','closed','','machine-3787007_640','','','2018-11-15 11:15:06','2018-11-15 11:15:06','',3270,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/machine-3787007_640.jpg',0,'attachment','image/jpeg',0),(3273,1,'2018-11-15 11:21:20','2018-11-15 11:21:20','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reiterated that underage gaming in pubs is wholly unacceptable and highlighted its, and the sector’s, efforts to stamp out illegal play.</h1>\r\nThe move follows the publication of data by the Gambling Commission showing high levels of underage gaming machine play in pubs.\r\n\r\n[caption id=\"attachment_3272\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3272\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/machine-3787007_640-300x233.jpg\" alt=\"The hospitality sector is working hard to stamp out illegal gambling\" width=\"300\" height=\"233\" /> The hospitality sector is working hard to stamp out illegal gambling[/caption]\r\n\r\n<strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “Underage play on gaming machines in pubs is wholly unacceptable. Our members, and the wider pub sector, understand this and the issue is taken very seriously\r\n\r\n“UKHospitality is already working with its members and other trade bodies to develop a social responsibility charter, with bespoke pub-specific messaging; highlighting responsible gaming and the prevention of underage play.\r\n\r\n“We will also be writing to the Gambling Commission to seek a meeting at the earliest opportunity.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">FSM: Report outlines challenges and opportunities</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Why business travel is bad for your health</a></li>\r\n</ul>','The hospitality sector is working hard to stamp out illegal gaming','','inherit','closed','closed','','3270-revision-v1','','','2018-11-15 11:21:20','2018-11-15 11:21:20','',3270,'https://www.ontradeprogress.com/2018/11/15/3270-revision-v1/',0,'revision','',0),(3274,1,'2018-11-15 11:48:30','2018-11-15 11:48:30','<h1>Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities. The Year of the Pig begins on 5 Feb 2019.</h1>\nMaria Chong, Managing Director of <a href=\"https://corporate.lkk.com/\" target=\"_blank\" rel=\"noopener\">Lee Kum Kee Europe Limited comments</a><em> ‘There’s a real buzz around Chinese food at the moment and Chinese New Year is such a big opportunity for foodservice operatives who should be capitalising on this and maximising their sales with creative menu options, fusion flavours and most importantly traditional, quality ingredients as seen in Lee Kum Kee’s range of authentic, top quality Chinese sauces.’</em>\n\nChong continues<em> ‘We’re investing in a campaign with celebrity chefs Ken Hom and Gizzi Erskine to help encourage awareness and trial of Lee Kum Kee’s range of authentic sauces and drive the Chinese New Year sales opportunity. It’s key we inspire consumers and showcase the history, versatility and authenticity of Chinese food. Ken Hom has been helping Western consumers to cook Chinese food for decades and Gizzi Erskine uses travel inspiration from Asia to create innovative fusion recipes.’</em>\n\n<em> </em>\n\n[caption id=\"attachment_3266\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3266\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\n<h3><strong>Tip 1: Stocking the right ingredients</strong></h3>\nStocking up and promoting the right ingredients is a key factor in maximising sales over the Chinese New Year period. Chinese New Year will drive strong dine-out growth, having classic Chinese dishes such as stir-fry soy noodles and mushrooms braised in oyster sauce, kung pao chicken and broccoli beef would be easy sells. For the European restaurants, it would also be a good time to test out fusion flavours and add a touch of Asian influence. Lee Kum Kee’s forthcoming campaign with Ken Hom and Gizzi Erskine will help inspire consumers through a social media and PR campaign, demonstrating how Chinese sauces and cooking can be applied to western recipes in a fun and innovative way.\n\n&nbsp;\n<h3><strong>Tip 2: Story-telling to engage your customers</strong></h3>\nCelebrity Chef and Chinese Food Guru, Ken Hom, comments <em>“In Chinese tradition, many food items are associated with a certain wisdom or have a special symbolic meaning. For Chinese New Year, fish, chicken, tofu and noodles are some of the must-have items for a traditional family gathering, for example eating a whole chicken with family members means ‘a united front’. Tofu is associated with happiness whilst eating noodles on New Years’ day means good health and longevity in life. It is also tradition to braise mushrooms and lettuce in oyster sauce during Chinese New Year for a year of fortune ahead.”</em>\n\nRestaurants can be creative and provide interesting stories in Chinese New Year themed menus to inspire diners and motivate them to select certain dishes on the menu.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges &amp; opportunities for FSM sector</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Travelling for business? A study shows how bad it is for your health</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases its new beer!</a></li>\n</ul>\n&nbsp;\n<h3><strong>Tip 3: Education</strong></h3>\nDespite the nation’s love of Chinese food and its rich and flavoursome taste, usage of Chinese sauces is still fairly unfamiliar to the mainstream public and more education is needed to help consumers and the trade get the best out of the sauces. For example, sesame oil is great for dressing but it doesn’t hold up well as a deep frying oil as the temperature tolerance is fairly low, similar to olive oil. Dark soy sauce is not meant to be for seasoning, and is mainly used for its colouring. In addition, meat used in stir-fries can be pre-marinated in oyster sauce making it extremely flavoursome. Chinese New Year is the perfect time to get consumers more engaged with Chinese food, products and dishes, and discovering such tips will help drive long-term growth.\n\n<strong> </strong>\n<h3><strong>Tip 4: Be authentic</strong></h3>\nWith overseas travel now more common than ever and the social media age offering easily accessible information, consumers demand true authentic taste and dishes in the UK. It is important for restaurants to understand the local Chinese tastes while adapting it to the British palate at the same time. Lee Kum Kee has developed a wide range of foodservice sauce products, including Premium Oyster Sauce, Chilli Bean Sauce and Hoisin Sauce. These are concentrated products that provide chefs with the classic Chinese flavours, while offering them the freedom and creativity to adjust the taste with other ingredients and develop their preferred flavour profile.\n\n&nbsp;\n\n[caption id=\"attachment_3265\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3265\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\n<h3><strong>Tip 5: Timing</strong></h3>\nThe Chinese New Year celebration is more than just a day. The Chinese community usually starts celebrating two weeks ahead. This year it will fall on February 5th, and the celebration can last for another 2 weeks. Therefore, promotion or special menu offers should last for a month instead of a few days. The Chinese New Year gathering is all about banqueting and food sharing, so instead of the usual a la carte choices, a tasting menu could be an ideal offering allowing diners to try Chinese dishes that they might have never experienced before.\n\n<strong> </strong>\n<h3><strong>Tip 6: Expand your oriental free-from options</strong></h3>\nConsumers are looking for a broader array of meat-free and gluten-free menu options. Chinese New Year is a big opportunity to broaden your audience and maximise free-from menu sales.\n\nThe global gluten-free products market was valued at GBP 11.58 billion in 2016 and is expected to grow by 9.3% from 2017 to 2025.* Lee Kum Kee has expanded its range in answer to the growing demand for gluten-free alternatives, with its Gluten-Free Oyster Sauce especially designed for the food service. This is the secret ingredient of top Chinese chefs and kitchens, who use it in most stir-fry dishes as a stir-fry sauce and dim sum as a seasoning. A popular fusion twist from UK and European chefs is to use it in stock, gravy, cottage pies and marinades. It is universally complimentary to many ingredients. Its Gluten-Free Oyster Sauce has no added preservatives or MSG.\n\n<strong>*</strong>Grand View Research','Making the most of Chinese New Year: Lee Kum Kee’s 6 tips for foodservice','','inherit','closed','closed','','3264-autosave-v1','','','2018-11-15 11:48:30','2018-11-15 11:48:30','',3264,'https://www.ontradeprogress.com/2018/11/15/3264-autosave-v1/',0,'revision','',0),(3275,1,'2018-11-15 12:00:01','2018-11-15 12:00:01','<h1>Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities. The Year of the Pig begins on 5 Feb 2019.</h1>\r\nMaria Chong, Managing Director of <a href=\"https://corporate.lkk.com/\" target=\"_blank\" rel=\"noopener\">Lee Kum Kee Europe Limited comments</a><em> ‘There’s a real buzz around Chinese food at the moment and Chinese New Year is such a big opportunity for foodservice operatives who should be capitalising on this and maximising their sales with creative menu options, fusion flavours and most importantly traditional, quality ingredients as seen in Lee Kum Kee’s range of authentic, top quality Chinese sauces.’</em>\r\n\r\nChong continues<em> ‘We’re investing in a campaign with celebrity chefs Ken Hom and Gizzi Erskine to help encourage awareness and trial of Lee Kum Kee’s range of authentic sauces and drive the Chinese New Year sales opportunity. It’s key we inspire consumers and showcase the history, versatility and authenticity of Chinese food. Ken Hom has been helping Western consumers to cook Chinese food for decades and Gizzi Erskine uses travel inspiration from Asia to create innovative fusion recipes.’</em>\r\n\r\n<em> </em>\r\n\r\n[caption id=\"attachment_3266\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3266\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, the number one Chinese sauce brand in Hong Kong is sharing 6 key tips to help UK foodservice operatives maximise sales from the forthcoming festivities\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 1: Stocking the right ingredients</strong></h3>\r\nStocking up and promoting the right ingredients is a key factor in maximising sales over the Chinese New Year period. Chinese New Year will drive strong dine-out growth, having classic Chinese dishes such as stir-fry soy noodles and mushrooms braised in oyster sauce, kung pao chicken and broccoli beef would be easy sells. For the European restaurants, it would also be a good time to test out fusion flavours and add a touch of Asian influence. Lee Kum Kee’s forthcoming campaign with Ken Hom and Gizzi Erskine will help inspire consumers through a social media and PR campaign, demonstrating how Chinese sauces and cooking can be applied to western recipes in a fun and innovative way.\r\n\r\n&nbsp;\r\n<h3><strong>Tip 2: Story-telling to engage your customers</strong></h3>\r\nCelebrity Chef and Chinese Food Guru, Ken Hom, comments <em>“In Chinese tradition, many food items are associated with a certain wisdom or have a special symbolic meaning. For Chinese New Year, fish, chicken, tofu and noodles are some of the must-have items for a traditional family gathering, for example eating a whole chicken with family members means ‘a united front’. Tofu is associated with happiness whilst eating noodles on New Years’ day means good health and longevity in life. It is also tradition to braise mushrooms and lettuce in oyster sauce during Chinese New Year for a year of fortune ahead.”</em>\r\n\r\nRestaurants can be creative and provide interesting stories in Chinese New Year themed menus to inspire diners and motivate them to select certain dishes on the menu.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges &amp; opportunities for FSM sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Travelling for business? A study shows how bad it is for your health</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/\">Guinness releases its new beer!</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3><strong>Tip 3: Education</strong></h3>\r\nDespite the nation’s love of Chinese food and its rich and flavoursome taste, usage of Chinese sauces is still fairly unfamiliar to the mainstream public and more education is needed to help consumers and the trade get the best out of the sauces. For example, sesame oil is great for dressing but it doesn’t hold up well as a deep frying oil as the temperature tolerance is fairly low, similar to olive oil. Dark soy sauce is not meant to be for seasoning, and is mainly used for its colouring. In addition, meat used in stir-fries can be pre-marinated in oyster sauce making it extremely flavoursome. Chinese New Year is the perfect time to get consumers more engaged with Chinese food, products and dishes, and discovering such tips will help drive long-term growth.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 4: Be authentic</strong></h3>\r\nWith overseas travel now more common than ever and the social media age offering easily accessible information, consumers demand true authentic taste and dishes in the UK. It is important for restaurants to understand the local Chinese tastes while adapting it to the British palate at the same time. Lee Kum Kee has developed a wide range of foodservice sauce products, including Premium Oyster Sauce, Chilli Bean Sauce and Hoisin Sauce. These are concentrated products that provide chefs with the classic Chinese flavours, while offering them the freedom and creativity to adjust the taste with other ingredients and develop their preferred flavour profile.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3265\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3265\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-300x200.jpg\" alt=\"Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales\" width=\"300\" height=\"200\" /> Chinese New Year 2019 is fast approaching and Lee Kum Kee, a Chinese sauce brand in Hong Kong, is sharing 6 key tips to help UK foodservice operatives maximise sales[/caption]\r\n<h3><strong>Tip 5: Timing</strong></h3>\r\nThe Chinese New Year celebration is more than just a day. The Chinese community usually starts celebrating two weeks ahead. This year it will fall on February 5th, and the celebration can last for another 2 weeks. Therefore, promotion or special menu offers should last for a month instead of a few days. The Chinese New Year gathering is all about banqueting and food sharing, so instead of the usual a la carte choices, a tasting menu could be an ideal offering allowing diners to try Chinese dishes that they might have never experienced before.\r\n\r\n<strong> </strong>\r\n<h3><strong>Tip 6: Expand your oriental free-from options</strong></h3>\r\nConsumers are looking for a broader array of meat-free and gluten-free menu options. Chinese New Year is a big opportunity to broaden your audience and maximise free-from menu sales.\r\n\r\nThe global gluten-free products market was valued at GBP 11.58 billion in 2016 and is expected to grow by 9.3% from 2017 to 2025.* Lee Kum Kee has expanded its range in answer to the growing demand for gluten-free alternatives, with its Gluten-Free Oyster Sauce especially designed for the food service. This is the secret ingredient of top Chinese chefs and kitchens, who use it in most stir-fry dishes as a stir-fry sauce and dim sum as a seasoning. A popular fusion twist from UK and European chefs is to use it in stock, gravy, cottage pies and marinades. It is universally complimentary to many ingredients. Its Gluten-Free Oyster Sauce has no added preservatives or MSG.\r\n\r\n<strong>*</strong>Grand View Research','Making the most of Chinese New Year: Lee Kum Kee’s 6 tips for foodservice','','inherit','closed','closed','','3264-revision-v1','','','2018-11-15 12:00:01','2018-11-15 12:00:01','',3264,'https://www.ontradeprogress.com/2018/11/15/3264-revision-v1/',0,'revision','',0),(3276,1,'2018-11-20 10:03:33','2018-11-20 10:03:33','<h1 class=\"ox-90c0ace625-MsoNormal\">New Zealand-born cider <a href=\"https://www.oldmoutcider.co.uk/agegate\" target=\"_blank\" rel=\"noopener\">Old Mout</a> has enjoyed a fruitful first foray into the draught cider market, with a successful trial of Old Mout Berries &amp; Cherries Draught in more than 100 <a href=\"https://www.greeneking.co.uk/\" target=\"_blank\" rel=\"noopener\">Greene King</a> outlets nationwide.</h1>\r\n<p class=\"ox-90c0ace625-MsoNormal\">In response to the growth of Premium Flavoured Cider and the demand from consumers for a recognised Premium Flavoured Cider on draught, Old Mout Berries &amp; Cherries Draught was launched with huge success. Following a successful trial in seven Greene King outlets in December of last year, the brand was rolled out to over 100 of the UK’s leading pub retailer’s managed pubs, selling over 150,000 pints this summer alone.</p>\r\n\r\n\r\n[caption id=\"attachment_3288\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3288\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/SERVES_0004_005-berries-cherries-225x300.png\" alt=\"a successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\" width=\"225\" height=\"300\" /> A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide[/caption]\r\n<p class=\"ox-90c0ace625-MsoNormal\">Premium flavoured cider is in growth in the on-trade, with value share continuing to grow +2.4% and distribution is at an all-time high at 70,000 outlets<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref2\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[2]</span></a>. Flavoured draught cider is also bringing new consumers into the category with 70% of its volume incremental to cider<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref3\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[3]</span></a>. Although mainstream flavoured cider is driving growth in some outlets, premium flavoured cider can be a better option, commanding a higher price point (+26%<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref4\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[4]</span></a>) while also reflecting the premium image of the pub or bar - Old Mout Berries &amp; Cherries Draught is a perfect option to fit this gap on the bar.</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Greene King senior category manager - drinks, Calum Cameron</b> explains why they wanted to trial Old Mout Berries &amp; Cherries on draught;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Market share of fruit cider has grown from 0% to around 30% over the last 10 years. We’re seeing a very positive trend and it was clear that consumers were switching onto fruit cider as a category and were keen to explore it further. We started trialling Old Mout on draught in December, specifically because we wanted to test whether it would perform well in the colder months. If it did, there’s no way it couldn’t work in summer. We are very pleased with the performance, we’ve sold well over 150,000 pints this summer, surpassing our expectations and targets.</i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>Feedback from customers has been brilliant, from the marketing and branding, to the quality of the product in terms of taste profile and the delivery in the branded glassware, it’s all been very positive. We would definitely recommend Old Mout Berries &amp; Cherries on draught as it gives us the premium flavoured option on draught where other brands can’t deliver in premium outlets.”</i></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/10/old-mout-mitchells-butlers-race-success/\">Old Mout and Mitchells &amp; Butlers race to success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Do you travel for business? This is a must read</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">The hospitality sector is working hard to stamp out illegal gaming</a></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Old Mout’s Emma Sherwood-Smith</b> adds;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Premium flavoured cider is in huge demand and until now there wasn’t an option for consumers to have this on draught. By launching Old Mout Berries &amp; Cherries on draught we can help our customers\' businesses grow by delivering a product that we know consumers are looking for when they visit the on-trade. Following the successful trial with Greene King over the past year, we’ve been delighted with the sales and feedback of consumers to-date and are looking forward to rolling out to the wider trade in early 2019”.</i></p>\r\n\r\n<ul>\r\n 	<li><b>New Zealand-born cider Old Mout has taken its first steps into draught cider with a successful trial of Old Mout Berries &amp; Cherries Draught in over 100 Greene King outlets</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpMiddle\"><b>Premium Flavoured Cider is a category in growth in the on-trade (+2.4% value share<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref1\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[1]</span></a>), and with few options on draught, Old Mout has launched its first draught cider catering for this demand. As a result, Old Mout Berries &amp; Cherries Draught sold over 150,000 pints in 100 outlets this summer alone, during an exclusive trial in Greene King</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpLast\"><b>Old Mout Berries &amp; Cherries Draught (4.0% ABV) will be available to stock from January 2019</b><i style=\"font-size: 14px;\"> </i></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\">Old Mout is the most differentiated cider brand in the on-trade, with the highest growth versus its competitors at +37% value and +33% volume growth<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref5\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[5]</span></a>. <b>Available from January 2019, for customers interested in listing Old Mout Berries &amp; Cherries Draught (4.0% ABV), please contact your HEINEKEN sales representative for more information.</b></p>','Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught','','publish','closed','open','','greene-king-launch-berries-cherries-draught','','https://www.ontradeprogress.com/2018/10/10/old-mout-mitchells-butlers-race-success/\nhttps://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/','2018-11-20 12:27:58','2018-11-20 12:27:58','',0,'https://www.ontradeprogress.com/?p=3276',0,'post','',0),(3277,1,'2018-11-20 09:26:22','2018-11-20 09:26:22','<h1>A convenient treat for golfers across London, it boasts an 18-hole Millennium Course, a 9-hole Academy Course, 18-hole Jungle Island Adventure Golf course and two specially designed FootGolf courses. To ensure visitors enjoy their experience all year round, the golf club has installed <a href=\"http://www.tansun.com/\">Tansun</a> infrared heaters into its driving range area.</h1>\r\n[caption id=\"attachment_3278\" align=\"alignright\" width=\"232\"]<img class=\"size-medium wp-image-3278\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-1-232x300.jpg\" alt=\"infrared heaters are a great way to heat up golf courses\" width=\"232\" height=\"300\" /> infrared heaters are a great way to heat up golf courses[/caption]\r\n\r\nFollowing discussions and a site survey, Tansun’s Sorrento Single infrared heaters were chosen as the most suitable solution for the range bay. 16 Sorrento 2.0kW heaters were fitted and are controlled via localised switches for individual zones, allowing visitors to control the heating in areas only when and where required, reducing unnecessary energy consumption.\r\n\r\nTom Agnew, Assistant Manager at Horton Park Golf, commented, “We wanted heaters fitted so the players were always comfortable when practising at the range. We’ve got 16 Tansun Sorrento heaters installed and although they look small they are very powerful and effective.”\r\n\r\nHe continued, “A great feature is the timer switch which turns the heaters on for around six minutes, so it is ideal for saving us money. The heaters are perfect for heating the whole of the range bay area, so I would absolutely recommend Tansun’s products to others. They are good value and are doing a great job for us.”\r\n\r\nThe Sorrento infrared heater’s versatility makes it the perfect choice for heating large areas as it features a superior long-lasting infrared lamp and a polished parabolic reflector that enhances the heat distribution. The Sorrento is durable in all weather conditions, making it the ideal heating solution for golf driving ranges, restaurants and other leisure facilities looking to maximise the potential of their outdoor areas all year round.\r\n\r\n[caption id=\"attachment_3281\" align=\"alignleft\" width=\"225\"]<img class=\"size-medium wp-image-3281\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Tansun39-image-2-high-res-225x300.jpg\" alt=\"infrared heaters are a great way to heat up golf courses\" width=\"225\" height=\"300\" /> infrared heaters are a great way to heat up golf courses[/caption]\r\n\r\nTansun infrared heaters offer maximum performance and very low running costs. They are designed with a ‘fit and forget’ reputation, are reliable, durable and virtually maintenance-free. Features include extruded aluminium heat sinks to keep heaters cool for better reliability. The shortwave technology is also noiseless, doesn’t contribute to air pollution and is compatible with energy saving controllers.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\n<strong>Further information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a></strong> .\r\n\r\n<strong>Tansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">UKHospitality - sector\'s working hard to stamp out illegal gaming</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of the Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges and opportunities for FSM sector</a></li>\r\n</ul>','Infrared heaters are an effective heating solution for golf driving ranges','','publish','closed','open','','infrared-heaters-effective-heating','','','2018-11-20 09:26:22','2018-11-20 09:26:22','',0,'https://www.ontradeprogress.com/?p=3277',0,'post','',0),(3278,1,'2018-11-20 09:06:59','2018-11-20 09:06:59','','infrared heater','infrared heaters are a great way to heat up golf courses','inherit','closed','closed','','image008-2','','','2018-11-20 09:08:42','2018-11-20 09:08:42','',3277,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-1.jpg',0,'attachment','image/jpeg',0),(3279,1,'2018-11-20 09:07:01','2018-11-20 09:07:01','','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area','inherit','closed','closed','','image009-3','','','2018-11-20 09:21:15','2018-11-20 09:21:15','',3277,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image009-1.jpg',0,'attachment','image/jpeg',0),(3280,1,'2018-11-20 09:07:04','2018-11-20 09:07:04','','Tansun39 image 1 high res','','inherit','closed','closed','','tansun39-image-1-high-res','','','2018-11-20 09:07:04','2018-11-20 09:07:04','',3277,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Tansun39-image-1-high-res.jpg',0,'attachment','image/jpeg',0),(3281,1,'2018-11-20 09:07:09','2018-11-20 09:07:09','','infrared heaters are a great way to heat up golf courses','infrared heaters are a great way to heat up golf courses','inherit','closed','closed','','tansun39-image-2-high-res','','','2018-11-20 09:08:58','2018-11-20 09:08:58','',3277,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Tansun39-image-2-high-res.jpg',0,'attachment','image/jpeg',0),(3282,1,'2018-11-20 09:20:45','2018-11-20 09:20:45','<h1>A convenient treat for golfers across London, it boasts an 18-hole Millennium Course, a 9-hole Academy Course, 18-hole Jungle Island Adventure Golf course and two specially designed FootGolf courses. To ensure visitors enjoy their experience all year round, the golf club has installed <a href=\"http://www.tansun.com/\">Tansun</a> infrared heaters into its driving range area.</h1>\r\n[caption id=\"attachment_3278\" align=\"alignright\" width=\"232\"]<img class=\"size-medium wp-image-3278\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-1-232x300.jpg\" alt=\"infrared heaters are a great way to heat up golf courses\" width=\"232\" height=\"300\" /> infrared heaters are a great way to heat up golf courses[/caption]\r\n\r\nFollowing discussions and a site survey, Tansun’s Sorrento Single infrared heaters were chosen as the most suitable solution for the range bay. 16 Sorrento 2.0kW heaters were fitted and are controlled via localised switches for individual zones, allowing visitors to control the heating in areas only when and where required, reducing unnecessary energy consumption.\r\n\r\nTom Agnew, Assistant Manager at Horton Park Golf, commented, “We wanted heaters fitted so the players were always comfortable when practising at the range. We’ve got 16 Tansun Sorrento heaters installed and although they look small they are very powerful and effective.”\r\n\r\nHe continued, “A great feature is the timer switch which turns the heaters on for around six minutes, so it is ideal for saving us money. The heaters are perfect for heating the whole of the range bay area, so I would absolutely recommend Tansun’s products to others. They are good value and are doing a great job for us.”\r\n\r\nThe Sorrento infrared heater’s versatility makes it the perfect choice for heating large areas as it features a superior long-lasting infrared lamp and a polished parabolic reflector that enhances the heat distribution. The Sorrento is durable in all weather conditions, making it the ideal heating solution for golf driving ranges, restaurants and other leisure facilities looking to maximise the potential of their outdoor areas all year round.\r\n\r\n[caption id=\"attachment_3281\" align=\"alignleft\" width=\"225\"]<img class=\"size-medium wp-image-3281\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Tansun39-image-2-high-res-225x300.jpg\" alt=\"infrared heaters are a great way to heat up golf courses\" width=\"225\" height=\"300\" /> infrared heaters are a great way to heat up golf courses[/caption]\r\n\r\nTansun infrared heaters offer maximum performance and very low running costs. They are designed with a ‘fit and forget’ reputation, are reliable, durable and virtually maintenance-free. Features include extruded aluminium heat sinks to keep heaters cool for better reliability. The shortwave technology is also noiseless, doesn’t contribute to air pollution and is compatible with energy saving controllers.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a> .\r\n\r\nTansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">UKHospitality - sector\'s working hard to stamp out illegal gaming</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of the Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges and opportunities for FSM sector</a></li>\r\n</ul>','Infrared heaters are an effective heating solution for golf driving ranges','','inherit','closed','closed','','3277-revision-v1','','','2018-11-20 09:20:45','2018-11-20 09:20:45','',3277,'https://www.ontradeprogress.com/2018/11/20/3277-revision-v1/',0,'revision','',0),(3283,1,'2018-11-20 09:22:28','2018-11-20 09:22:28','','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area','To ensure visitors enjoy their experience all year round, the golf club has installed Tansun infrared heaters into its driving range area','inherit','closed','closed','','split-croatia-3194253_640','','','2018-11-20 09:22:39','2018-11-20 09:22:39','',3277,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/split-croatia-3194253_640.jpg',0,'attachment','image/jpeg',0),(3284,1,'2018-11-20 09:26:22','2018-11-20 09:26:22','<h1>A convenient treat for golfers across London, it boasts an 18-hole Millennium Course, a 9-hole Academy Course, 18-hole Jungle Island Adventure Golf course and two specially designed FootGolf courses. To ensure visitors enjoy their experience all year round, the golf club has installed <a href=\"http://www.tansun.com/\">Tansun</a> infrared heaters into its driving range area.</h1>\r\n[caption id=\"attachment_3278\" align=\"alignright\" width=\"232\"]<img class=\"size-medium wp-image-3278\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image008-1-232x300.jpg\" alt=\"infrared heaters are a great way to heat up golf courses\" width=\"232\" height=\"300\" /> infrared heaters are a great way to heat up golf courses[/caption]\r\n\r\nFollowing discussions and a site survey, Tansun’s Sorrento Single infrared heaters were chosen as the most suitable solution for the range bay. 16 Sorrento 2.0kW heaters were fitted and are controlled via localised switches for individual zones, allowing visitors to control the heating in areas only when and where required, reducing unnecessary energy consumption.\r\n\r\nTom Agnew, Assistant Manager at Horton Park Golf, commented, “We wanted heaters fitted so the players were always comfortable when practising at the range. We’ve got 16 Tansun Sorrento heaters installed and although they look small they are very powerful and effective.”\r\n\r\nHe continued, “A great feature is the timer switch which turns the heaters on for around six minutes, so it is ideal for saving us money. The heaters are perfect for heating the whole of the range bay area, so I would absolutely recommend Tansun’s products to others. They are good value and are doing a great job for us.”\r\n\r\nThe Sorrento infrared heater’s versatility makes it the perfect choice for heating large areas as it features a superior long-lasting infrared lamp and a polished parabolic reflector that enhances the heat distribution. The Sorrento is durable in all weather conditions, making it the ideal heating solution for golf driving ranges, restaurants and other leisure facilities looking to maximise the potential of their outdoor areas all year round.\r\n\r\n[caption id=\"attachment_3281\" align=\"alignleft\" width=\"225\"]<img class=\"size-medium wp-image-3281\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Tansun39-image-2-high-res-225x300.jpg\" alt=\"infrared heaters are a great way to heat up golf courses\" width=\"225\" height=\"300\" /> infrared heaters are a great way to heat up golf courses[/caption]\r\n\r\nTansun infrared heaters offer maximum performance and very low running costs. They are designed with a ‘fit and forget’ reputation, are reliable, durable and virtually maintenance-free. Features include extruded aluminium heat sinks to keep heaters cool for better reliability. The shortwave technology is also noiseless, doesn’t contribute to air pollution and is compatible with energy saving controllers.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\n<strong>Further information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a></strong> .\r\n\r\n<strong>Tansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">UKHospitality - sector\'s working hard to stamp out illegal gaming</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of the Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/\">New report outlines challenges and opportunities for FSM sector</a></li>\r\n</ul>','Infrared heaters are an effective heating solution for golf driving ranges','','inherit','closed','closed','','3277-revision-v1','','','2018-11-20 09:26:22','2018-11-20 09:26:22','',3277,'https://www.ontradeprogress.com/2018/11/20/3277-revision-v1/',0,'revision','',0),(3286,1,'2018-11-20 09:46:25','2018-11-20 09:46:25','','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','inherit','closed','closed','','omu_fount','','','2018-11-20 09:49:12','2018-11-20 09:49:12','',3276,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/OMU_FOUNT.png',0,'attachment','image/png',0),(3287,1,'2018-11-20 09:46:29','2018-11-20 09:46:29','','OMU_GLASS_BERRIES','','inherit','closed','closed','','omu_glass_berries','','','2018-11-20 09:46:29','2018-11-20 09:46:29','',3276,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/OMU_GLASS_BERRIES.jpg',0,'attachment','image/jpeg',0),(3288,1,'2018-11-20 09:46:38','2018-11-20 09:46:38','','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','A successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','inherit','closed','closed','','serves_0004_005-berries-cherries','','','2018-11-20 09:52:38','2018-11-20 09:52:38','',3276,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/SERVES_0004_005-berries-cherries.png',0,'attachment','image/png',0),(3289,1,'2018-11-20 09:47:41','2018-11-20 09:47:41','','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','a successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','inherit','closed','closed','','star-puds-newberry-45','','','2018-11-20 09:48:42','2018-11-20 09:48:42','',3276,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Star-Puds-Newberry-45.tif',0,'attachment','image/tiff',0),(3290,1,'2018-11-20 09:50:57','2018-11-20 09:50:57','','Star Puds Newberry 45','','inherit','closed','closed','','star-puds-newberry-45-2','','','2018-11-20 09:50:57','2018-11-20 09:50:57','',3276,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Star-Puds-Newberry-45-1.tif',0,'attachment','image/tiff',0),(3291,1,'2018-11-20 09:51:46','2018-11-20 09:51:46','','A successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','A successful trial has been done of Old Mout Berries & Cherries Draught in more than 100 Greene King outlets nationwide','inherit','closed','closed','','screenshot-2018-11-20-09-51-26','','','2018-11-20 09:52:44','2018-11-20 09:52:44','',3276,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Screenshot-2018-11-20-09.51.26.png',0,'attachment','image/png',0),(3292,1,'2018-11-20 09:53:00','2018-11-20 09:53:00','<h1 class=\"ox-90c0ace625-MsoNormal\">New Zealand-born cider Old Mout has enjoyed a fruitful first foray into the draught cider market, with a successful trial of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide.</h1>\r\n<p class=\"ox-90c0ace625-MsoNormal\">In response to the growth of Premium Flavoured Cider and the demand from consumers for a recognised Premium Flavoured Cider on draught, Old Mout Berries &amp; Cherries Draught was launched with huge success. Following a successful trial in seven Greene King outlets in December of last year, the brand was rolled out to over 100 of the UK’s leading pub retailer’s managed pubs, selling over 150,000 pints this summer alone.</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_3288\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3288\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/SERVES_0004_005-berries-cherries-225x300.png\" alt=\"a successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\" width=\"225\" height=\"300\" /> A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide[/caption]\r\n<p class=\"ox-90c0ace625-MsoNormal\">Premium flavoured cider is in growth in the on-trade, with value share continuing to grow +2.4% and distribution is at an all-time high at 70,000 outlets<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref2\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[2]</span></a>. Flavoured draught cider is also bringing new consumers into the category with 70% of its volume incremental to cider<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref3\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[3]</span></a>. Although mainstream flavoured cider is driving growth in some outlets, premium flavoured cider can be a better option, commanding a higher price point (+26%<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref4\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[4]</span></a>) while also reflecting the premium image of the pub or bar - Old Mout Berries &amp; Cherries Draught is a perfect option to fit this gap on the bar.</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Greene King senior category manager - drinks, Calum Cameron</b> explains why they wanted to trial Old Mout Berries &amp; Cherries on draught;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Market share of fruit cider has grown from 0% to around 30% over the last 10 years. We’re seeing a very positive trend and it was clear that consumers were switching onto fruit cider as a category and were keen to explore it further. We started trialling Old Mout on draught in December, specifically because we wanted to test whether it would perform well in the colder months. If it did, there’s no way it couldn’t work in summer. We are very pleased with the performance, we’ve sold well over 150,000 pints this summer, surpassing our expectations and targets.</i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>Feedback from customers has been brilliant, from the marketing and branding, to the quality of the product in terms of taste profile and the delivery in the branded glassware, it’s all been very positive. We would definitely recommend Old Mout Berries &amp; Cherries on draught as it gives us the premium flavoured option on draught where other brands can’t deliver in premium outlets.”</i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Old Mout’s Emma Sherwood-Smith</b> adds;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Premium flavoured cider is in huge demand and until now there wasn’t an option for consumers to have this on draught. By launching Old Mout Berries &amp; Cherries on draught we can help our customers\' businesses grow by delivering a product that we know consumers are looking for when they visit the on-trade. Following the successful trial with Greene King over the past year, we’ve been delighted with the sales and feedback of consumers to-date and are looking forward to rolling out to the wider trade in early 2019”.</i></p>\r\n\r\n<ul>\r\n 	<li><b>New Zealand-born cider Old Mout has taken its first steps into draught cider with a successful trial of Old Mout Berries &amp; Cherries Draught in over 100 Greene King outlets</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpMiddle\"><b>Premium Flavoured Cider is a category in growth in the on-trade (+2.4% value share<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref1\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[1]</span></a>), and with few options on draught, Old Mout has launched its first draught cider catering for this demand. As a result, Old Mout Berries &amp; Cherries Draught sold over 150,000 pints in 100 outlets this summer alone, during an exclusive trial in Greene King</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpLast\"><b>Old Mout Berries &amp; Cherries Draught (4.0% ABV) will be available to stock from January 2019</b></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i> </i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\">Old Mout is the most differentiated cider brand in the on-trade, with the highest growth versus its competitors at +37% value and +33% volume growth<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref5\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[5]</span></a>. <b>Available from January 2019, for customers interested in listing Old Mout Berries &amp; Cherries Draught (4.0% ABV), please contact your HEINEKEN sales representative for more information.</b></p>','Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught','','inherit','closed','closed','','3276-revision-v1','','','2018-11-20 09:53:00','2018-11-20 09:53:00','',3276,'https://www.ontradeprogress.com/2018/11/20/3276-revision-v1/',0,'revision','',0),(3293,1,'2018-11-20 09:58:54','2018-11-20 09:58:54','<h1 class=\"ox-90c0ace625-MsoNormal\">New Zealand-born cider Old Mout has enjoyed a fruitful first foray into the draught cider market, with a successful trial of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide.</h1>\r\n<p class=\"ox-90c0ace625-MsoNormal\">In response to the growth of Premium Flavoured Cider and the demand from consumers for a recognised Premium Flavoured Cider on draught, Old Mout Berries &amp; Cherries Draught was launched with huge success. Following a successful trial in seven Greene King outlets in December of last year, the brand was rolled out to over 100 of the UK’s leading pub retailer’s managed pubs, selling over 150,000 pints this summer alone.</p>\r\n\r\n\r\n[caption id=\"attachment_3288\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3288\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/SERVES_0004_005-berries-cherries-225x300.png\" alt=\"a successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\" width=\"225\" height=\"300\" /> A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide[/caption]\r\n<p class=\"ox-90c0ace625-MsoNormal\">Premium flavoured cider is in growth in the on-trade, with value share continuing to grow +2.4% and distribution is at an all-time high at 70,000 outlets<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref2\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[2]</span></a>. Flavoured draught cider is also bringing new consumers into the category with 70% of its volume incremental to cider<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref3\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[3]</span></a>. Although mainstream flavoured cider is driving growth in some outlets, premium flavoured cider can be a better option, commanding a higher price point (+26%<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref4\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[4]</span></a>) while also reflecting the premium image of the pub or bar - Old Mout Berries &amp; Cherries Draught is a perfect option to fit this gap on the bar.</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Greene King senior category manager - drinks, Calum Cameron</b> explains why they wanted to trial Old Mout Berries &amp; Cherries on draught;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Market share of fruit cider has grown from 0% to around 30% over the last 10 years. We’re seeing a very positive trend and it was clear that consumers were switching onto fruit cider as a category and were keen to explore it further. We started trialling Old Mout on draught in December, specifically because we wanted to test whether it would perform well in the colder months. If it did, there’s no way it couldn’t work in summer. We are very pleased with the performance, we’ve sold well over 150,000 pints this summer, surpassing our expectations and targets.</i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>Feedback from customers has been brilliant, from the marketing and branding, to the quality of the product in terms of taste profile and the delivery in the branded glassware, it’s all been very positive. We would definitely recommend Old Mout Berries &amp; Cherries on draught as it gives us the premium flavoured option on draught where other brands can’t deliver in premium outlets.”</i></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/10/old-mout-mitchells-butlers-race-success/\">Old Mout and Mitchells &amp; Butlers race to success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Do you travel for business? This is a must read</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">The hospitality sector is working hard to stamp out illegal gaming</a></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Old Mout’s Emma Sherwood-Smith</b> adds;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Premium flavoured cider is in huge demand and until now there wasn’t an option for consumers to have this on draught. By launching Old Mout Berries &amp; Cherries on draught we can help our customers\' businesses grow by delivering a product that we know consumers are looking for when they visit the on-trade. Following the successful trial with Greene King over the past year, we’ve been delighted with the sales and feedback of consumers to-date and are looking forward to rolling out to the wider trade in early 2019”.</i></p>\r\n\r\n<ul>\r\n 	<li><b>New Zealand-born cider Old Mout has taken its first steps into draught cider with a successful trial of Old Mout Berries &amp; Cherries Draught in over 100 Greene King outlets</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpMiddle\"><b>Premium Flavoured Cider is a category in growth in the on-trade (+2.4% value share<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref1\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[1]</span></a>), and with few options on draught, Old Mout has launched its first draught cider catering for this demand. As a result, Old Mout Berries &amp; Cherries Draught sold over 150,000 pints in 100 outlets this summer alone, during an exclusive trial in Greene King</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpLast\"><b>Old Mout Berries &amp; Cherries Draught (4.0% ABV) will be available to stock from January 2019</b><i style=\"font-size: 14px;\"> </i></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\">Old Mout is the most differentiated cider brand in the on-trade, with the highest growth versus its competitors at +37% value and +33% volume growth<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref5\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[5]</span></a>. <b>Available from January 2019, for customers interested in listing Old Mout Berries &amp; Cherries Draught (4.0% ABV), please contact your HEINEKEN sales representative for more information.</b></p>','Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught','','inherit','closed','closed','','3276-revision-v1','','','2018-11-20 09:58:54','2018-11-20 09:58:54','',3276,'https://www.ontradeprogress.com/2018/11/20/3276-revision-v1/',0,'revision','',0),(3294,1,'2018-11-20 10:04:44','2018-11-20 10:04:44','<h1 class=\"ox-90c0ace625-MsoNormal\">New Zealand-born cider <a href=\"https://www.oldmoutcider.co.uk/agegate\" target=\"_blank\" rel=\"noopener\">Old Mout</a> has enjoyed a fruitful first foray into the draught cider market, with a successful trial of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide.</h1>\n<p class=\"ox-90c0ace625-MsoNormal\">In response to the growth of Premium Flavoured Cider and the demand from consumers for a recognised Premium Flavoured Cider on draught, Old Mout Berries &amp; Cherries Draught was launched with huge success. Following a successful trial in seven Greene King outlets in December of last year, the brand was rolled out to over 100 of the UK’s leading pub retailer’s managed pubs, selling over 150,000 pints this summer alone.</p>\n\n\n[caption id=\"attachment_3288\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3288\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/SERVES_0004_005-berries-cherries-225x300.png\" alt=\"a successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\" width=\"225\" height=\"300\" /> A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide[/caption]\n<p class=\"ox-90c0ace625-MsoNormal\">Premium flavoured cider is in growth in the on-trade, with value share continuing to grow +2.4% and distribution is at an all-time high at 70,000 outlets<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref2\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[2]</span></a>. Flavoured draught cider is also bringing new consumers into the category with 70% of its volume incremental to cider<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref3\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[3]</span></a>. Although mainstream flavoured cider is driving growth in some outlets, premium flavoured cider can be a better option, commanding a higher price point (+26%<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref4\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[4]</span></a>) while also reflecting the premium image of the pub or bar - Old Mout Berries &amp; Cherries Draught is a perfect option to fit this gap on the bar.</p>\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Greene King senior category manager - drinks, Calum Cameron</b> explains why they wanted to trial Old Mout Berries &amp; Cherries on draught;</p>\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Market share of fruit cider has grown from 0% to around 30% over the last 10 years. We’re seeing a very positive trend and it was clear that consumers were switching onto fruit cider as a category and were keen to explore it further. We started trialling Old Mout on draught in December, specifically because we wanted to test whether it would perform well in the colder months. If it did, there’s no way it couldn’t work in summer. We are very pleased with the performance, we’ve sold well over 150,000 pints this summer, surpassing our expectations and targets.</i></p>\n<p class=\"ox-90c0ace625-MsoNormal\"><i>Feedback from customers has been brilliant, from the marketing and branding, to the quality of the product in terms of taste profile and the delivery in the branded glassware, it’s all been very positive. We would definitely recommend Old Mout Berries &amp; Cherries on draught as it gives us the premium flavoured option on draught where other brands can’t deliver in premium outlets.”</i></p>\n\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/10/old-mout-mitchells-butlers-race-success/\">Old Mout and Mitchells &amp; Butlers race to success</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Do you travel for business? This is a must read</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">The hospitality sector is working hard to stamp out illegal gaming</a></li>\n</ul>\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Old Mout’s Emma Sherwood-Smith</b> adds;</p>\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Premium flavoured cider is in huge demand and until now there wasn’t an option for consumers to have this on draught. By launching Old Mout Berries &amp; Cherries on draught we can help our customers\' businesses grow by delivering a product that we know consumers are looking for when they visit the on-trade. Following the successful trial with Greene King over the past year, we’ve been delighted with the sales and feedback of consumers to-date and are looking forward to rolling out to the wider trade in early 2019”.</i></p>\n\n<ul>\n 	<li><b>New Zealand-born cider Old Mout has taken its first steps into draught cider with a successful trial of Old Mout Berries &amp; Cherries Draught in over 100 Greene King outlets</b></li>\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpMiddle\"><b>Premium Flavoured Cider is a category in growth in the on-trade (+2.4% value share<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref1\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[1]</span></a>), and with few options on draught, Old Mout has launched its first draught cider catering for this demand. As a result, Old Mout Berries &amp; Cherries Draught sold over 150,000 pints in 100 outlets this summer alone, during an exclusive trial in Greene King</b></li>\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpLast\"><b>Old Mout Berries &amp; Cherries Draught (4.0% ABV) will be available to stock from January 2019</b><i style=\"font-size: 14px;\"> </i></li>\n</ul>\n<p class=\"ox-90c0ace625-MsoNormal\">Old Mout is the most differentiated cider brand in the on-trade, with the highest growth versus its competitors at +37% value and +33% volume growth<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref5\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[5]</span></a>. <b>Available from January 2019, for customers interested in listing Old Mout Berries &amp; Cherries Draught (4.0% ABV), please contact your HEINEKEN sales representative for more information.</b></p>','Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught','','inherit','closed','closed','','3276-autosave-v1','','','2018-11-20 10:04:44','2018-11-20 10:04:44','',3276,'https://www.ontradeprogress.com/2018/11/20/3276-autosave-v1/',0,'revision','',0),(3295,1,'2018-11-20 10:05:56','2018-11-20 10:05:56','<h1 class=\"ox-90c0ace625-MsoNormal\">New Zealand-born cider <a href=\"https://www.oldmoutcider.co.uk/agegate\" target=\"_blank\" rel=\"noopener\">Old Mout</a> has enjoyed a fruitful first foray into the draught cider market, with a successful trial of Old Mout Berries &amp; Cherries Draught in more than 100 <a href=\"https://www.greeneking.co.uk/\" target=\"_blank\" rel=\"noopener\">Greene King</a> outlets nationwide.</h1>\r\n<p class=\"ox-90c0ace625-MsoNormal\">In response to the growth of Premium Flavoured Cider and the demand from consumers for a recognised Premium Flavoured Cider on draught, Old Mout Berries &amp; Cherries Draught was launched with huge success. Following a successful trial in seven Greene King outlets in December of last year, the brand was rolled out to over 100 of the UK’s leading pub retailer’s managed pubs, selling over 150,000 pints this summer alone.</p>\r\n\r\n\r\n[caption id=\"attachment_3288\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3288\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/SERVES_0004_005-berries-cherries-225x300.png\" alt=\"a successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide\" width=\"225\" height=\"300\" /> A successful trial has been done of Old Mout Berries &amp; Cherries Draught in more than 100 Greene King outlets nationwide[/caption]\r\n<p class=\"ox-90c0ace625-MsoNormal\">Premium flavoured cider is in growth in the on-trade, with value share continuing to grow +2.4% and distribution is at an all-time high at 70,000 outlets<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref2\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[2]</span></a>. Flavoured draught cider is also bringing new consumers into the category with 70% of its volume incremental to cider<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref3\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[3]</span></a>. Although mainstream flavoured cider is driving growth in some outlets, premium flavoured cider can be a better option, commanding a higher price point (+26%<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref4\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[4]</span></a>) while also reflecting the premium image of the pub or bar - Old Mout Berries &amp; Cherries Draught is a perfect option to fit this gap on the bar.</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Greene King senior category manager - drinks, Calum Cameron</b> explains why they wanted to trial Old Mout Berries &amp; Cherries on draught;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Market share of fruit cider has grown from 0% to around 30% over the last 10 years. We’re seeing a very positive trend and it was clear that consumers were switching onto fruit cider as a category and were keen to explore it further. We started trialling Old Mout on draught in December, specifically because we wanted to test whether it would perform well in the colder months. If it did, there’s no way it couldn’t work in summer. We are very pleased with the performance, we’ve sold well over 150,000 pints this summer, surpassing our expectations and targets.</i></p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>Feedback from customers has been brilliant, from the marketing and branding, to the quality of the product in terms of taste profile and the delivery in the branded glassware, it’s all been very positive. We would definitely recommend Old Mout Berries &amp; Cherries on draught as it gives us the premium flavoured option on draught where other brands can’t deliver in premium outlets.”</i></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/10/old-mout-mitchells-butlers-race-success/\">Old Mout and Mitchells &amp; Butlers race to success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/\">Do you travel for business? This is a must read</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">The hospitality sector is working hard to stamp out illegal gaming</a></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><b>Old Mout’s Emma Sherwood-Smith</b> adds;</p>\r\n<p class=\"ox-90c0ace625-MsoNormal\"><i>“Premium flavoured cider is in huge demand and until now there wasn’t an option for consumers to have this on draught. By launching Old Mout Berries &amp; Cherries on draught we can help our customers\' businesses grow by delivering a product that we know consumers are looking for when they visit the on-trade. Following the successful trial with Greene King over the past year, we’ve been delighted with the sales and feedback of consumers to-date and are looking forward to rolling out to the wider trade in early 2019”.</i></p>\r\n\r\n<ul>\r\n 	<li><b>New Zealand-born cider Old Mout has taken its first steps into draught cider with a successful trial of Old Mout Berries &amp; Cherries Draught in over 100 Greene King outlets</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpMiddle\"><b>Premium Flavoured Cider is a category in growth in the on-trade (+2.4% value share<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref1\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[1]</span></a>), and with few options on draught, Old Mout has launched its first draught cider catering for this demand. As a result, Old Mout Berries &amp; Cherries Draught sold over 150,000 pints in 100 outlets this summer alone, during an exclusive trial in Greene King</b></li>\r\n 	<li class=\"ox-90c0ace625-MsoListParagraphCxSpLast\"><b>Old Mout Berries &amp; Cherries Draught (4.0% ABV) will be available to stock from January 2019</b><i style=\"font-size: 14px;\"> </i></li>\r\n</ul>\r\n<p class=\"ox-90c0ace625-MsoNormal\">Old Mout is the most differentiated cider brand in the on-trade, with the highest growth versus its competitors at +37% value and +33% volume growth<a href=\"https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener\" name=\"_ftnref5\"><span class=\"ox-90c0ace625-MsoFootnoteReference\">[5]</span></a>. <b>Available from January 2019, for customers interested in listing Old Mout Berries &amp; Cherries Draught (4.0% ABV), please contact your HEINEKEN sales representative for more information.</b></p>','Greene King enjoys fruitful launch of Old Mout Berries & Cherries draught','','inherit','closed','closed','','3276-revision-v1','','','2018-11-20 10:05:56','2018-11-20 10:05:56','',3276,'https://www.ontradeprogress.com/2018/11/20/3276-revision-v1/',0,'revision','',0),(3296,1,'2018-11-20 10:35:47','2018-11-20 10:35:47','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has beaten the record for the most pubs visited in a day after its UK team visited 303 pubs on foot around London on Friday, 16th November.</h1>\r\nStarting at 8am at the Earl of Camden pub and finishing at 8.15pm at The Lord Moon of the Mall, just off Trafalgar Square, the tenacious team clocked up 29 miles and have raised just over £600 for the Licensed Trade charity to date.\r\n\r\nInsisting that all money raised will be donated to the Licensed Trade charity, the Krombacher team declined the option of paying for an adjudicator, therefore forfeiting the chance of the official record.\r\n<h3><strong>The official Guinness world record for ‘most pubs visited in 24 hours by a team’ is 250 and is held by a team from the US</strong></h3>\r\n<u><a href=\"http://www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team\" target=\"_blank\" rel=\"noopener\">www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team</a></u>.\r\n\r\n[caption id=\"attachment_3298\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3298\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0594-300x225.jpg\" alt=\"Krombacher completed their pub walk for the Licensed Trade Charity\" width=\"300\" height=\"225\" /> Krombacher completed their pub walk for the Licensed Trade Charity[/caption]\r\n<h3><strong>Stephan Kofler, Krombacher UK, Sales &amp; Marketing Director said:</strong></h3>\r\n“It was a fantastic, albeit pretty gruelling day but we’re delighted to have hit the target of 300 and to have raised some money for an incredibly worthy cause.  While it would be nice to be given the official record, the whole challenge was about generating money for the Licensed Trade Charity, so we just couldn’t justify paying out, what we thought was an inordinate amount of money for an adjudicator.”\r\n\r\nThe Krombacher team consisted of Sales &amp; Marketing Director Stephan Kofler, Business Development Managers Matthew Stout and Declan Walsh, David O’Neill from importer The Morgenrot Group and Sam &amp; Jack Houston from Hungry Communications.\r\n\r\nFor more information on the challenge or to donate, visit <u><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a></u>\r\n\r\nKrombacher has now raised in excess of £3000 in the last three years for pub related charities with two team members previously running the Frankfurt Marathon and Stephan Kofler completing the SÜDTIROL SKYRACE - a 69km, 13,000 ft climb.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">O</a><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">ld Mout launches Berries &amp; Cherries draught</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">Hospitality sector to stamp out illegal gaming</a></li>\r\n</ul>\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n<h3><b>About Krombacher</b></h3>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n<h3>For further information:</h3>\r\n<strong><a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a></strong>\r\n\r\n<strong><a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a></strong>\r\n\r\n<strong>Twitter - @krombacherUK</strong>\r\n\r\n<strong>Facebook, Instagram - /KrombacherUK</strong>','Krombacher team sets unofficial record for most pubs visited in 24 hours','','publish','closed','open','','krombacher-licensed-trade-charity','','https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\nhttps://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/','2018-11-20 10:44:17','2018-11-20 10:44:17','',0,'https://www.ontradeprogress.com/?p=3296',0,'post','',0),(3297,1,'2018-11-20 10:20:39','2018-11-20 10:20:39','','Krombacher completed their pub walk for the Licensed Trade Charity','Krombacher completed their pub walk for the Licensed Trade Charity','inherit','closed','closed','','img_0089','','','2018-11-20 10:22:18','2018-11-20 10:22:18','',3296,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0089.jpg',0,'attachment','image/jpeg',0),(3298,1,'2018-11-20 10:20:52','2018-11-20 10:20:52','','Krombacher completed their pub walk for the Licensed Trade Charity','Krombacher completed their pub walk for the Licensed Trade Charity','inherit','closed','closed','','img_0594','','','2018-11-20 10:23:34','2018-11-20 10:23:34','',3296,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0594.jpg',0,'attachment','image/jpeg',0),(3299,1,'2018-11-20 10:29:25','2018-11-20 10:29:25','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\">Krombacher</a> has beaten the record for the most pubs visited in a day after its UK team visited 303 pubs on foot around London on Friday, 16th November.</h1>\r\nStarting at 8am at the Earl of Camden pub and finishing at 8.15pm at The Lord Moon of the Mall, just off Trafalgar Square, the tenacious team clocked up 29 miles and have raised just over £600 for the Licensed Trade charity to date.\r\n\r\nInsisting that all money raised will be donated to the Licensed Trade charity, the Krombacher team declined the option of paying for an adjudicator, therefore forfeiting the chance of the official record.\r\n<h3><strong>The official Guinness world record for ‘most pubs visited in 24 hours by a team’ is 250 and is held by a team from the US</strong></h3>\r\n<u><a href=\"http://www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team\" target=\"_blank\" rel=\"noopener\">www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team</a></u>.\r\n\r\n[caption id=\"attachment_3298\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3298\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0594-300x225.jpg\" alt=\"Krombacher completed their pub walk for the Licensed Trade Charity\" width=\"300\" height=\"225\" /> Krombacher completed their pub walk for the Licensed Trade Charity[/caption]\r\n<h3><strong>Stephan Kofler, Krombacher UK, Sales &amp; Marketing Director said:</strong></h3>\r\n“It was a fantastic, albeit pretty gruelling day but we’re delighted to have hit the target of 300 and to have raised some money for an incredibly worthy cause.  While it would be nice to be given the official record, the whole challenge was about generating money for the Licensed Trade Charity, so we just couldn’t justify paying out, what we thought was an inordinate amount of money for an adjudicator.”\r\n\r\nThe Krombacher team consisted of Sales &amp; Marketing Director Stephan Kofler, Business Development Managers Matthew Stout and Declan Walsh, David O’Neill from importer The Morgenrot Group and Sam &amp; Jack Houston from Hungry Communications.\r\n\r\nFor more information on the challenge or to donate, visit <u><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a></u>\r\n\r\nKrombacher has now raised in excess of £3000 in the last three years for pub related charities with two team members previously running the Frankfurt Marathon and Stephan Kofler completing the SÜDTIROL SKYRACE - a 69km, 13,000 ft climb.\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n<h3><b>About Krombacher</b></h3>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n<h3>For further information:</h3>\r\n<a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a>\r\n\r\n<a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a>\r\n\r\nTwitter - @krombacherUK\r\n\r\nFacebook, Instagram - /KrombacherUK','Krombacher team sets unofficial record for most pubs visited in 24 hours','','inherit','closed','closed','','3296-revision-v1','','','2018-11-20 10:29:25','2018-11-20 10:29:25','',3296,'https://www.ontradeprogress.com/2018/11/20/3296-revision-v1/',0,'revision','',0),(3300,1,'2018-11-20 10:35:15','2018-11-20 10:35:15','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has beaten the record for the most pubs visited in a day after its UK team visited 303 pubs on foot around London on Friday, 16th November.</h1>\r\nStarting at 8am at the Earl of Camden pub and finishing at 8.15pm at The Lord Moon of the Mall, just off Trafalgar Square, the tenacious team clocked up 29 miles and have raised just over £600 for the Licensed Trade charity to date.\r\n\r\nInsisting that all money raised will be donated to the Licensed Trade charity, the Krombacher team declined the option of paying for an adjudicator, therefore forfeiting the chance of the official record.\r\n<h3><strong>The official Guinness world record for ‘most pubs visited in 24 hours by a team’ is 250 and is held by a team from the US</strong></h3>\r\n<u><a href=\"http://www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team\" target=\"_blank\" rel=\"noopener\">www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team</a></u>.\r\n\r\n[caption id=\"attachment_3298\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3298\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0594-300x225.jpg\" alt=\"Krombacher completed their pub walk for the Licensed Trade Charity\" width=\"300\" height=\"225\" /> Krombacher completed their pub walk for the Licensed Trade Charity[/caption]\r\n<h3><strong>Stephan Kofler, Krombacher UK, Sales &amp; Marketing Director said:</strong></h3>\r\n“It was a fantastic, albeit pretty gruelling day but we’re delighted to have hit the target of 300 and to have raised some money for an incredibly worthy cause.  While it would be nice to be given the official record, the whole challenge was about generating money for the Licensed Trade Charity, so we just couldn’t justify paying out, what we thought was an inordinate amount of money for an adjudicator.”\r\n\r\nThe Krombacher team consisted of Sales &amp; Marketing Director Stephan Kofler, Business Development Managers Matthew Stout and Declan Walsh, David O’Neill from importer The Morgenrot Group and Sam &amp; Jack Houston from Hungry Communications.\r\n\r\nFor more information on the challenge or to donate, visit <u><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a></u>\r\n\r\nKrombacher has now raised in excess of £3000 in the last three years for pub related charities with two team members previously running the Frankfurt Marathon and Stephan Kofler completing the SÜDTIROL SKYRACE - a 69km, 13,000 ft climb.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">O</a><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">ld Mout launches Berries &amp; Cherries draught</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">Hospitality sector to stamp out illegal gaming</a></li>\r\n</ul>\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n<h3><b>About Krombacher</b></h3>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n<h3>For further information:</h3>\r\n<a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a>\r\n\r\n<a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a>\r\n\r\nTwitter - @krombacherUK\r\n\r\nFacebook, Instagram - /KrombacherUK','Krombacher team sets unofficial record for most pubs visited in 24 hours','','inherit','closed','closed','','3296-revision-v1','','','2018-11-20 10:35:15','2018-11-20 10:35:15','',3296,'https://www.ontradeprogress.com/2018/11/20/3296-revision-v1/',0,'revision','',0),(3301,1,'2018-11-20 10:36:39','2018-11-20 10:36:39','<h1>Germany’s number one premium beer brand <a href=\"http://www.krombacher.com/\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has beaten the record for the most pubs visited in a day after its UK team visited 303 pubs on foot around London on Friday, 16th November.</h1>\r\nStarting at 8am at the Earl of Camden pub and finishing at 8.15pm at The Lord Moon of the Mall, just off Trafalgar Square, the tenacious team clocked up 29 miles and have raised just over £600 for the Licensed Trade charity to date.\r\n\r\nInsisting that all money raised will be donated to the Licensed Trade charity, the Krombacher team declined the option of paying for an adjudicator, therefore forfeiting the chance of the official record.\r\n<h3><strong>The official Guinness world record for ‘most pubs visited in 24 hours by a team’ is 250 and is held by a team from the US</strong></h3>\r\n<u><a href=\"http://www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team\" target=\"_blank\" rel=\"noopener\">www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team</a></u>.\r\n\r\n[caption id=\"attachment_3298\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3298\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/IMG_0594-300x225.jpg\" alt=\"Krombacher completed their pub walk for the Licensed Trade Charity\" width=\"300\" height=\"225\" /> Krombacher completed their pub walk for the Licensed Trade Charity[/caption]\r\n<h3><strong>Stephan Kofler, Krombacher UK, Sales &amp; Marketing Director said:</strong></h3>\r\n“It was a fantastic, albeit pretty gruelling day but we’re delighted to have hit the target of 300 and to have raised some money for an incredibly worthy cause.  While it would be nice to be given the official record, the whole challenge was about generating money for the Licensed Trade Charity, so we just couldn’t justify paying out, what we thought was an inordinate amount of money for an adjudicator.”\r\n\r\nThe Krombacher team consisted of Sales &amp; Marketing Director Stephan Kofler, Business Development Managers Matthew Stout and Declan Walsh, David O’Neill from importer The Morgenrot Group and Sam &amp; Jack Houston from Hungry Communications.\r\n\r\nFor more information on the challenge or to donate, visit <u><a href=\"http://www.everyclick.com/krombacherpubwalk2018\" target=\"_blank\" rel=\"noopener\">www.everyclick.com/krombacherpubwalk2018</a></u>\r\n\r\nKrombacher has now raised in excess of £3000 in the last three years for pub related charities with two team members previously running the Frankfurt Marathon and Stephan Kofler completing the SÜDTIROL SKYRACE - a 69km, 13,000 ft climb.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">O</a><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">ld Mout launches Berries &amp; Cherries draught</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/\">Make the most of Chinese New Year with Lee Kum Kee</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/\">Hospitality sector to stamp out illegal gaming</a></li>\r\n</ul>\r\n<h3><b>About Licensed Trade Charity</b></h3>\r\nThe Licensed Trade Charity provides valuable support to those who work, or have worked, in pubs, bars and breweries. This can take the form of financial support, along with a dedicated free helpline providing advice on health, mental health, housing issues, debt and relationships, and can also provide up to six counselling sessions for those in need. Other services include telephone befriending to combat loneliness in former trade workers, and retraining grants.\r\n\r\nIn 2017 8,300 individuals benefitted from its charitable services, with £982,000 provided to those in need through social and educational grants for such items as rent, furniture and white goods. 385 people called the Licensed Trade Charity’s free telephone advice service in 2017, and over 60 information sheets are available on the charity’s website to give people support and advice on a range of issues.\r\n<h3><b>About Krombacher</b></h3>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n<h3>For further information:</h3>\r\n<strong><a class=\"mailto-link\" href=\"mailto:info@krombacher.co.uk\" target=\"_blank\" rel=\"noopener\">info@krombacher.co.uk</a></strong>\r\n\r\n<strong><a href=\"http://www.krombacher.co.uk/\" target=\"_blank\" rel=\"noopener\">www.krombacher.co.uk</a></strong>\r\n\r\n<strong>Twitter - @krombacherUK</strong>\r\n\r\n<strong>Facebook, Instagram - /KrombacherUK</strong>','Krombacher team sets unofficial record for most pubs visited in 24 hours','','inherit','closed','closed','','3296-revision-v1','','','2018-11-20 10:36:39','2018-11-20 10:36:39','',3296,'https://www.ontradeprogress.com/2018/11/20/3296-revision-v1/',0,'revision','',0),(3302,1,'2018-11-20 11:01:10','2018-11-20 11:01:10','<h1>Independent Scottish brewery <a href=\"https://www.brewdog.com/\">BrewDog</a> continues its mission to take the craft beer revolution global with the launch of BrewDog Budapest. Located at the heart of Hungary’s capital near the eclectic Godzu, the bar is set to have the largest selection of craft beer in one location in the city.</h1>\r\n<ul>\r\n 	<li>With a capacity for 290 people, the spacious BrewDog Budapest will satisfy local thirst with 25 draft lines and a deli fridge stocked with a wide range of bottled and canned international and Hungarian craft beers.</li>\r\n 	<li>The kitchen will serve BrewDog’s renowned burger and wings menu, while coffee will be provided by a local artisan roaster.</li>\r\n 	<li>BrewDog Budapest is the Aberdeenshire brewery’s 76th bar worldwide, and the 11th to launch this year.</li>\r\n 	<li>Yesterday marked the opening of the brewer’s third bar in its home of Aberdeenshire, where the brewery’s HQ is situated.</li>\r\n 	<li>In the last year, BrewDog has opened bars in Sweden, Iceland, South Korea, the UK and USA, where it has a state-of-the-art brewery in Columbus, Ohio.</li>\r\n 	<li>In celebration of the opening, the first 100 people through the bar\'s doors from 18:00 pm today, will be entered into a raffle to win a year\'s supply of craft beer, vouchers for food and drinks, or BrewDog merchandise.</li>\r\n 	<li>BrewDog Budapest follows last month’s unveiling of ‘The BrewDog Blueprint’; an ambitious business manifesto packed with more than 30 bold initiatives and innovations that reflect the brewery’s commitment to evolving its beers and business, as well as how it supports its global community and industry over the next 12 months and beyond.</li>\r\n 	<li>Plans include new beers, new bars and new ways of doing business, all generated in collaboration with the brewers’ 90,000-strong community of shareholders.</li>\r\n 	<li>In August, the brewery announced its half-year trading update, showing total revenue at £78 million, up by 55% versus the same time last year. Revenue of the brewery’s bar division was up by 92% and its UK retail sales had grown by 83%.</li>\r\n 	<li>BrewDog Budapest is located at Anker Köz 1-3, Budapest 1061, Hungary</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">Old Mout is available on draught</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/infrared-heaters-effective-heating/\">Heaters are an effective heating solution for all venues this winter</a></li>\r\n</ul>\r\n<h3>James Watt, BrewDog’s co-founder commented:</h3>\r\n“Hungary has a rich and storied beer culture that continues today with a lively and passionate craft beer scene. A BrewDog bar in Budapest has been a long time coming and we could not be happier about the location. We’re looking forward to introducing locals and Budapest’s many international visitors to our flavour-packed brews and an amazing array of innovative beers from some awesome Hungarian craft breweries.”','Hungary for more: BrewDog keeps the craft beer revolution rolling with Budapest bar','','publish','closed','open','','hungary-brewdog-budapest','','https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\nhttps://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/','2018-11-20 11:37:08','2018-11-20 11:37:08','',0,'https://www.ontradeprogress.com/?p=3302',0,'post','',0),(3303,1,'2018-11-20 10:50:17','2018-11-20 10:50:17','','BrewDog has opened a bar in Hungary: BrewDog Budapest','BrewDog has opened a bar in Hungary: BrewDog Budapest','inherit','closed','closed','','15422950884','','','2018-11-20 10:56:59','2018-11-20 10:56:59','',3302,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/15422950884.jpg',0,'attachment','image/jpeg',0),(3304,1,'2018-11-20 11:00:06','2018-11-20 11:00:06','<h1>Independent Scottish brewery <a href=\"https://www.brewdog.com/\">BrewDog</a> continues its mission to take the craft beer revolution global with the launch of BrewDog Budapest. Located at the heart of Hungary’s capital near the eclectic Godzu, the bar is set to have the largest selection of craft beer in one location in the city.</h1>\r\n<ul>\r\n 	<li>With a capacity for 290 people, the spacious BrewDog Budapest will satisfy local thirst with 25 draft lines and a deli fridge stocked with a wide range of bottled and canned international and Hungarian craft beers.</li>\r\n 	<li>The kitchen will serve BrewDog’s renowned burger and wings menu, while coffee will be provided by a local artisan roaster.</li>\r\n 	<li>BrewDog Budapest is the Aberdeenshire brewery’s 76th bar worldwide, and the 11th to launch this year.</li>\r\n 	<li>Yesterday marked the opening of the brewer’s third bar in its home of Aberdeenshire, where the brewery’s HQ is situated.</li>\r\n 	<li>In the last year, BrewDog has opened bars in Sweden, Iceland, South Korea, the UK and USA, where it has a state-of-the-art brewery in Columbus, Ohio.</li>\r\n 	<li>In celebration of the opening, the first 100 people through the bar\'s doors from 18:00 pm today, will be entered into a raffle to win a year\'s supply of craft beer, vouchers for food and drinks, or BrewDog merchandise.</li>\r\n 	<li>BrewDog Budapest follows last month’s unveiling of ‘The BrewDog Blueprint’; an ambitious business manifesto packed with more than 30 bold initiatives and innovations that reflect the brewery’s commitment to evolving its beers and business, as well as how it supports its global community and industry over the next 12 months and beyond.</li>\r\n 	<li>Plans include new beers, new bars and new ways of doing business, all generated in collaboration with the brewers’ 90,000-strong community of shareholders.</li>\r\n 	<li>In August, the brewery announced its half-year trading update, showing total revenue at £78 million, up by 55% versus the same time last year. Revenue of the brewery’s bar division was up by 92% and its UK retail sales had grown by 83%.</li>\r\n 	<li>BrewDog Budapest is located at Anker Köz 1-3, Budapest 1061, Hungary</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">Old Mout is available on draught</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/infrared-heaters-effective-heating/\">Heaters are an effective heating solution for all venues this winter</a></li>\r\n</ul>\r\n<h3>James Watt, BrewDog’s co-founder commented:</h3>\r\n“Hungary has a rich and storied beer culture that continues today with a lively and passionate craft beer scene. A BrewDog bar in Budapest has been a long time coming and we could not be happier about the location. We’re looking forward to introducing locals and Budapest’s many international visitors to our flavour-packed brews and an amazing array of innovative beers from some awesome Hungarian craft breweries.”','Hungary for more: BrewDog keeps the craft beer revolution rolling with Budapest bar','','inherit','closed','closed','','3302-revision-v1','','','2018-11-20 11:00:06','2018-11-20 11:00:06','',3302,'https://www.ontradeprogress.com/2018/11/20/3302-revision-v1/',0,'revision','',0),(3305,1,'2018-11-20 11:26:38','2018-11-20 11:26:38','<header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1>The number of distillery businesses in the UK has jumped 30% in just a year from 131 in 2016, to 170 in 2017, our research shows.</h1>\r\nEntrepreneurs are looking to capitalize on the increasing consumer demand for craft spirits. Spirts of unusual and innovative flavours have grown in popularity, particularly among young consumers, has a preference to ‘buy-locally’ from smaller, urban breweries and distilleries.\r\n\r\nSmaller, independent alcohol brands that have generated high sales growth and achieved premium pricing have become attractive M&amp;A targets for larger companies. New entrants to the sector looking to imitate the successful exits achieved by other brands.\r\n\r\nMany drinks giants are now increasingly willing to pay high prices to acquire independent brands with examples of recent M&amp;A deals for distillers including:\r\n<ul>\r\n 	<li>At the beginning of 2018, the Spanish group <strong><a href=\"https://zamoracompany.com/\" target=\"_blank\" rel=\"noopener\">Diego Zamora </a></strong>acquired a 45% stake in <a href=\"http://www.martinmillersgin.com/contact-us/\" target=\"_blank\" rel=\"noopener\"><strong>Reformed Spirits Company Ltd</strong></a>, owner of Martin Miller’s Gin.</li>\r\n 	<li>Earlier this year, the Liverpool-based company <a href=\"https://halewood-int.com/\" target=\"_blank\" rel=\"noopener\"><strong>Halewood Wine &amp; Spirits</strong></a> acquired the Cornish spiced rum brand <strong>Dead Man’s Fingers.</strong></li>\r\n 	<li>In September 2017 the drinks wholesaler <a href=\"https://www.biwine.com/\" target=\"_blank\" rel=\"noopener\"><strong>BI Wines &amp; Spirits</strong></a> acquired a 25% stake in <a href=\"https://www.gilpinsgin.com/\" target=\"_blank\" rel=\"noopener\"><strong>Westmorland Spirits</strong></a>, the producer of Gilpin\'s Gin.</li>\r\n</ul>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">Hungary for more: BrewDog launch Budapest bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">Old Mout is coming to Draught</a></li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n<h3>Following the rise of niche, urban gins, there has been a similar surge in popularity for craft rum. Rum sales in the UK hit £1billion in 2017, up from £960million in 2016*, giving rise to claims that we are on the cusp of a ‘Rumnaissance’.</h3>\r\nConsumer demand for craft rum has led to a growth in the number of UK rum brands, such as the English Spirit Distillery’s Old Salt Rum, and Spirit Masters’ Glorious Revolution White Rum.\r\n\r\n<strong>James Simmonds, Head of Drinks and partner in our Nottingham office, says:</strong> “The UK spirits industry is currently in growth mode and shows no signs of slowing, as illustrated by the increase in new distillery businesses”.\r\n\r\n“As the public demand for artisan drinks and craft drinks continues, many pubs that previously stocked only one brand of each spirit are now giving customers a variety to choose from”.\r\n\r\n“Craft spirits are considered a luxury item that many customers are now willing to pay a premium for. This allows boutique brands to sell at higher margins and generate large returns”.\r\n\r\n“The growth of the UK spirits industry looks to continue into 2018 as consumer demand for premium-priced spirits, an increase in M&amp;A activity, and the rising number of distillery businesses show no signs of slowing.”\r\n<h6>*(August 2017) Wine and Spirit Trade Association</h6>\r\n<strong><u>Number of distillery businesses in the UK</u></strong>\r\n\r\n<img class=\"alignnone size-full wp-image-30853\" src=\"https://www.uhy-uk.com/wp-content/uploads/distillery.jpg\" sizes=\"(max-width: 1052px) 100vw, 1052px\" srcset=\"https://www.uhy-uk.com/wp-content/uploads/distillery.jpg 1052w, https://www.uhy-uk.com/wp-content/uploads/distillery-300x175.jpg 300w, https://www.uhy-uk.com/wp-content/uploads/distillery-768x448.jpg 768w, https://www.uhy-uk.com/wp-content/uploads/distillery-1024x597.jpg 1024w\" alt=\"\" width=\"1052\" height=\"613\" />\r\n\r\n</div>','30% jump in number of UK distillery businesses in a single year','','publish','closed','open','','uk-distillery-businesses-grow-single-year','','\nhttps://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/','2018-11-20 11:32:38','2018-11-20 11:32:38','',0,'https://www.ontradeprogress.com/?p=3305',0,'post','',0),(3306,1,'2018-11-20 11:17:42','2018-11-20 11:17:42','','The number of distillery businesses in the UK has jumped 30% in just a year','The number of distillery businesses in the UK has jumped 30% in just a year','inherit','closed','closed','','distiller-1769574_640','','','2018-11-20 11:17:50','2018-11-20 11:17:50','',3305,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/distiller-1769574_640.jpg',0,'attachment','image/jpeg',0),(3307,1,'2018-11-20 11:17:55','2018-11-20 11:17:55','<header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1>The number of distillery businesses in the UK has jumped 30% in just a year from 131 in 2016, to 170 in 2017, our research shows.</h1>\r\nEntrepreneurs are looking to capitalize on the increasing consumer demand for craft spirits. Spirts of unusual and innovative flavours have grown in popularity, particularly among young consumers, has a preference to ‘buy-locally’ from smaller, urban breweries and distilleries.\r\n\r\nSmaller, independent alcohol brands that have generated high sales growth and achieved premium pricing have become attractive M&amp;A targets for larger companies. New entrants to the sector looking to imitate the successful exits achieved by other brands.\r\n\r\nMany drinks giants are now increasingly willing to pay high prices to acquire independent brands with examples of recent M&amp;A deals for distillers including:\r\n<ul>\r\n 	<li>At the beginning of 2018, the Spanish group <strong>Diego Zamora </strong>acquired a 45% stake in <strong>Reformed Spirits Company Ltd</strong>, owner of Martin Miller’s Gin.</li>\r\n 	<li>Earlier this year, the Liverpool-based company <strong>Halewood Wine &amp; Spirits</strong> acquired the Cornish spiced rum brand <strong>Dead Man’s Fingers.</strong></li>\r\n 	<li>In September 2017 the drinks wholesaler <strong>BI Wines &amp; Spirits</strong> acquired a 25% stake in <strong>Westmorland Spirits</strong>, the producer of Giplin’s Gin.</li>\r\n</ul>\r\nFollowing the rise of niche, urban gins, there has been a similar surge in popularity for craft rum. Rum sales in the UK hit £1billion in 2017, up from £960million in 2016*, giving rise to claims that we are on the cusp of a ‘Rumnaissance’.\r\n\r\nConsumer demand for craft rum has led to a growth in the number of UK rum brands, such as the English Spirit Distillery’s Old Salt Rum, and Spirit Masters’ Glorious Revolution White Rum.\r\n\r\nJames Simmonds, Head of Drinks and partner in our Nottingham office, says: “The UK spirits industry is currently in growth mode and shows no signs of slowing, as illustrated by the increase in new distillery businesses”.\r\n\r\n“As the public demand for artisan drinks and craft drinks continues, many pubs that previously stocked only one brand of each spirit are now giving customers a variety to choose from”.\r\n\r\n“Craft spirits are considered a luxury item that many customers are now willing to pay a premium for. This allows boutique brands to sell at higher margins and generate large returns”.\r\n\r\n“The growth of the UK spirits industry looks to continue into 2018 as consumer demand for premium-priced spirits, an increase in M&amp;A activity, and the rising number of distillery businesses show no signs of slowing.”\r\n<h6>*(August 2017) Wine and Spirit Trade Association</h6>\r\n<strong><u>Number of distillery businesses in the UK</u></strong>\r\n\r\n<img class=\"alignnone size-full wp-image-30853\" src=\"https://www.uhy-uk.com/wp-content/uploads/distillery.jpg\" sizes=\"(max-width: 1052px) 100vw, 1052px\" srcset=\"https://www.uhy-uk.com/wp-content/uploads/distillery.jpg 1052w, https://www.uhy-uk.com/wp-content/uploads/distillery-300x175.jpg 300w, https://www.uhy-uk.com/wp-content/uploads/distillery-768x448.jpg 768w, https://www.uhy-uk.com/wp-content/uploads/distillery-1024x597.jpg 1024w\" alt=\"\" width=\"1052\" height=\"613\" />\r\n\r\n</div>','30% jump in number of UK distillery businesses in a single year','','inherit','closed','closed','','3305-revision-v1','','','2018-11-20 11:17:55','2018-11-20 11:17:55','',3305,'https://www.ontradeprogress.com/2018/11/20/3305-revision-v1/',0,'revision','',0),(3308,1,'2018-11-20 11:25:47','2018-11-20 11:25:47','<header class=\"entry-header\"></header>\r\n<div class=\"entry-content\">\r\n<h1>The number of distillery businesses in the UK has jumped 30% in just a year from 131 in 2016, to 170 in 2017, our research shows.</h1>\r\nEntrepreneurs are looking to capitalize on the increasing consumer demand for craft spirits. Spirts of unusual and innovative flavours have grown in popularity, particularly among young consumers, has a preference to ‘buy-locally’ from smaller, urban breweries and distilleries.\r\n\r\nSmaller, independent alcohol brands that have generated high sales growth and achieved premium pricing have become attractive M&amp;A targets for larger companies. New entrants to the sector looking to imitate the successful exits achieved by other brands.\r\n\r\nMany drinks giants are now increasingly willing to pay high prices to acquire independent brands with examples of recent M&amp;A deals for distillers including:\r\n<ul>\r\n 	<li>At the beginning of 2018, the Spanish group <strong><a href=\"https://zamoracompany.com/\" target=\"_blank\" rel=\"noopener\">Diego Zamora </a></strong>acquired a 45% stake in <a href=\"http://www.martinmillersgin.com/contact-us/\" target=\"_blank\" rel=\"noopener\"><strong>Reformed Spirits Company Ltd</strong></a>, owner of Martin Miller’s Gin.</li>\r\n 	<li>Earlier this year, the Liverpool-based company <a href=\"https://halewood-int.com/\" target=\"_blank\" rel=\"noopener\"><strong>Halewood Wine &amp; Spirits</strong></a> acquired the Cornish spiced rum brand <strong>Dead Man’s Fingers.</strong></li>\r\n 	<li>In September 2017 the drinks wholesaler <a href=\"https://www.biwine.com/\" target=\"_blank\" rel=\"noopener\"><strong>BI Wines &amp; Spirits</strong></a> acquired a 25% stake in <a href=\"https://www.gilpinsgin.com/\" target=\"_blank\" rel=\"noopener\"><strong>Westmorland Spirits</strong></a>, the producer of Gilpin\'s Gin.</li>\r\n</ul>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">Hungary for more: BrewDog launch Budapest bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/\">Old Mout is coming to Draught</a></li>\r\n</ul>\r\n<div class=\"entry-content\">\r\n<h3>Following the rise of niche, urban gins, there has been a similar surge in popularity for craft rum. Rum sales in the UK hit £1billion in 2017, up from £960million in 2016*, giving rise to claims that we are on the cusp of a ‘Rumnaissance’.</h3>\r\nConsumer demand for craft rum has led to a growth in the number of UK rum brands, such as the English Spirit Distillery’s Old Salt Rum, and Spirit Masters’ Glorious Revolution White Rum.\r\n\r\n<strong>James Simmonds, Head of Drinks and partner in our Nottingham office, says:</strong> “The UK spirits industry is currently in growth mode and shows no signs of slowing, as illustrated by the increase in new distillery businesses”.\r\n\r\n“As the public demand for artisan drinks and craft drinks continues, many pubs that previously stocked only one brand of each spirit are now giving customers a variety to choose from”.\r\n\r\n“Craft spirits are considered a luxury item that many customers are now willing to pay a premium for. This allows boutique brands to sell at higher margins and generate large returns”.\r\n\r\n“The growth of the UK spirits industry looks to continue into 2018 as consumer demand for premium-priced spirits, an increase in M&amp;A activity, and the rising number of distillery businesses show no signs of slowing.”\r\n<h6>*(August 2017) Wine and Spirit Trade Association</h6>\r\n<strong><u>Number of distillery businesses in the UK</u></strong>\r\n\r\n<img class=\"alignnone size-full wp-image-30853\" src=\"https://www.uhy-uk.com/wp-content/uploads/distillery.jpg\" sizes=\"(max-width: 1052px) 100vw, 1052px\" srcset=\"https://www.uhy-uk.com/wp-content/uploads/distillery.jpg 1052w, https://www.uhy-uk.com/wp-content/uploads/distillery-300x175.jpg 300w, https://www.uhy-uk.com/wp-content/uploads/distillery-768x448.jpg 768w, https://www.uhy-uk.com/wp-content/uploads/distillery-1024x597.jpg 1024w\" alt=\"\" width=\"1052\" height=\"613\" />\r\n\r\n</div>','30% jump in number of UK distillery businesses in a single year','','inherit','closed','closed','','3305-revision-v1','','','2018-11-20 11:25:47','2018-11-20 11:25:47','',3305,'https://www.ontradeprogress.com/2018/11/20/3305-revision-v1/',0,'revision','',0),(3309,1,'2018-11-20 11:49:51','2018-11-20 11:49:51','<div class=\"intro-section\">\r\n<div class=\"field-basic-page-intro\">\r\n<h1>The UK could look forward to a rise in visitors from the United States (US) during Thanksgiving week with flight bookings showing a rise of 20% compared to the same period in 2017.</h1>\r\n</div>\r\n</div>\r\n<div class=\"field-body\">\r\n\r\nData from <a href=\"https://forwardkeys.com/\" target=\"_blank\" rel=\"noopener\">ForwardKeys</a> shows flight bookings from the US to the UK are up 20% from Sunday 18 to Saturday 24 November 2018 compared to the week when Thanksgiving fell last year. Thanksgiving Day this year is on Thursday 22 November.\r\n\r\nThe increase echoes a longer-term trend with forward bookings from the US to the UK tracking up 27% from November 2018 to April 2019 compared to the same period previously.\r\n\r\nThe US is the UK’s most valuable inbound visitor market for tourism spend. Visitors from the US spent a record £3.6 billion across the UK last year, up 9% on the previous year. Visits from the US grew 13% to 3.9 million in 2017, the highest since 2000.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in UK distillery businesses </a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog opens a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\r\n</ul>\r\n<div class=\"field-body\">\r\n<h3><strong><a href=\"https://www.visitbritain.com/gb/en\" target=\"_blank\" rel=\"noopener\">VisitBritain</a> Director Patricia Yates said:</strong></h3>\r\n<em>“We want the UK to be the number one destination for US travellers so it is great to see forward bookings looking strong in the coming weeks and months from our most valuable visitor market. With our hotels and shops, our visitor attractions and accommodation offering great value for US travellers it is a great time to book a trip.</em>\r\n\r\n<em>“Working with partners including American Airlines, British Airways, Norwegian Air and Virgin Atlantic we are boosting route connectivity and seat capacity, making it easier for US visitors to travel and to explore further through regional gateways such as Manchester, driving growth from tourism across our nations and regions.”</em>\r\n\r\nVisitBritain is also working with content partners in the US including Refinery29, Matador Network, Food52 and Men in Blazers to promote Britain’s food and drink, culture, countryside and football-related visitor experiences, telling the stories of destinations and inspiring visitors to discover more, travel further and stay longer.\r\n\r\nVisitBritain’s global campaign ‘I Travel For…’, launched earlier this year in the US, is also shining the spotlight on unexpected experiences and less explored destinations across the UK alongside its globally renowned and iconic landmarks and attractions, to drive tourism across the nations and regions.\r\n\r\nUS perceptions of the UK as a visitor destination are strong. The US ranked the UK second overall out of 50 nations for its overall brand in the 2018 Anholt Nation Brands Index, up one place on 2017 and equalled its highest ranking ever. The US also r§ated the UK highly for its vibrant cities and urban attractions, its historic buildings and monuments.\r\n\r\n<strong>Tourism is worth £127 billion to the UK economy, creating jobs and boosting economic growth across its nations and regions.</strong>\r\n\r\n</div>','UK could expect boost in visits from the United States during Thanksgiving week','','publish','closed','open','','thanksgiving-week-boost-uk-economy','','https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\nhttps://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\nhttps://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/','2018-11-20 14:10:13','2018-11-20 14:10:13','',0,'https://www.ontradeprogress.com/?p=3309',0,'post','',0),(3310,1,'2018-11-20 11:48:56','2018-11-20 11:48:56','','UK to get a boost from visitors from the US during Thanksgiving week','UK to get a boost from visitors from the US during Thanksgiving week','inherit','closed','closed','','celebration-315079_640','','','2018-11-20 11:49:09','2018-11-20 11:49:09','',3309,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/celebration-315079_640.jpg',0,'attachment','image/jpeg',0),(3311,1,'2018-11-20 11:49:23','2018-11-20 11:49:23','<div class=\"intro-section\">\r\n<div class=\"field-basic-page-intro\">\r\n<h1>The UK could look forward to a rise in visitors from the United States (US) during Thanksgiving week with flight bookings showing a rise of 20% compared to the same period in 2017.</h1>\r\n</div>\r\n</div>\r\n<div class=\"field-body\">\r\n\r\nData from <a href=\"https://forwardkeys.com/\" target=\"_blank\" rel=\"noopener\">ForwardKeys</a> shows flight bookings from the US to the UK are up 20% from Sunday 18 to Saturday 24 November 2018 compared to the week when Thanksgiving fell last year. Thanksgiving Day this year is on Thursday 22 November.\r\n\r\nThe increase echoes a longer-term trend with forward bookings from the US to the UK tracking up 27% from November 2018 to April 2019 compared to the same period previously.\r\n\r\nThe US is the UK’s most valuable inbound visitor market for tourism spend. Visitors from the US spent a record £3.6 billion across the UK last year, up 9% on the previous year. Visits from the US grew 13% to 3.9 million in 2017, the highest since 2000.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in UK distillery businesses </a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog opens a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\r\n</ul>\r\n<div class=\"field-body\">\r\n<h3><strong><a href=\"https://www.visitbritain.com/gb/en\" target=\"_blank\" rel=\"noopener\">VisitBritain</a> Director Patricia Yates said:</strong></h3>\r\n<em>“We want the UK to be the number one destination for US travellers so it is great to see forward bookings looking strong in the coming weeks and months from our most valuable visitor market. With our hotels and shops, our visitor attractions and accommodation offering great value for US travellers it is a great time to book a trip.</em>\r\n\r\n<em>“Working with partners including American Airlines, British Airways, Norwegian Air and Virgin Atlantic we are boosting route connectivity and seat capacity, making it easier for US visitors to travel and to explore further through regional gateways such as Manchester, driving growth from tourism across our nations and regions.”</em>\r\n\r\nVisitBritain is also working with content partners in the US including Refinery29, Matador Network, Food52 and Men in Blazers to promote Britain’s food and drink, culture, countryside and football-related visitor experiences, telling the stories of destinations and inspiring visitors to discover more, travel further and stay longer.\r\n\r\nVisitBritain’s global campaign ‘I Travel For…’, launched earlier this year in the US, is also shining the spotlight on unexpected experiences and less explored destinations across the UK alongside its globally renowned and iconic landmarks and attractions, to drive tourism across the nations and regions.\r\n\r\nUS perceptions of the UK as a visitor destination are strong. The US ranked the UK second overall out of 50 nations for its overall brand in the 2018 Anholt Nation Brands Index, up one place on 2017 and equalled its highest ranking ever. The US also r§ated the UK highly for its vibrant cities and urban attractions, its historic buildings and monuments.\r\n\r\n<strong>Tourism is worth £127 billion to the UK economy, creating jobs and boosting economic growth across its nations and regions.</strong>\r\n\r\n</div>','UK could expect boost in visits from the United States during Thanksgiving week','','inherit','closed','closed','','3309-revision-v1','','','2018-11-20 11:49:23','2018-11-20 11:49:23','',3309,'https://www.ontradeprogress.com/2018/11/20/3309-revision-v1/',0,'revision','',0),(3313,1,'2018-11-20 14:31:14','2018-11-20 14:31:14','<h1 class=\"ox-117a3341a2-MsoNormal\">The X-Oven, a state-of-the-art, stainless steel charcoal oven that will preserve the authenticity, taste and aroma of a traditional charcoal oven while taking advantage of a modern cooking system, is available from <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">Certa Cooking Equipment</a>.</h1>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The sleek and modern oven uses a closed, insulated brazier chamber and a patented grill drawer system which allows the chef to cook different dishes simultaneously at different temperatures, depending on the proximity to the chamber, all the while retaining the distinctive taste of traditional charcoal grilling. The most intense heat is found in the grill drawer nearest the brazier, gradually diminishing in the drawers further away from the embers.</p>\r\nSaving energy, time and space, the oven reaches and maintains an extremely high temperature with no heat dispersion thanks to its side grill drawer system. For safety and efficiency, the porcelain chamber is shut at all times and allows slow ember combustion while preventing flame development. The closed unit reduces charcoal consumption by 80% compared to traditional open-flame grills, and by 50% compared to ordinary charcoal ovens.\r\n\r\nThe X-Oven’s charcoal is deliberately neutral to enhance the natural flavour of the food, but scented wood chips can be added to individualise the taste. Indeed Certa supplies two such charcoal products:\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in the number of UK distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog gets a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record!</a></li>\r\n</ul>\r\n[caption id=\"attachment_3314\" align=\"alignright\" width=\"229\"]<img class=\"size-medium wp-image-3314\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/X-Oven-from-Certa-Cooking-Equipment-229x300.jpg\" alt=\"X-Oven from Certa Cooking Equipment\" width=\"229\" height=\"300\" /> X-Oven from Certa Cooking Equipment[/caption]\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>QUEBRACHO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">100% natural lump charcoal, handmade in brick kilns from Quebracho Blanco wood. It burns hotter and longer than other hardwood lump charcoal, with very little ash.</p>\r\n\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>CANUTILLO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Canutillo charcoal is made using Marabu wood and is recommended for producing the right amount of heat without generating excessive amounts of solid residues and minimizing both spark and smoke production. Adjusting the smoke outlet valve can also affect the taste. A closed valve results in an intense embers note, while an open valve produces a more delicate flavour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The grill drawer can be opened with the touch of a finger to monitor cooking. Once open, the drawer is isolated from the glowing embers, preventing heat and smoke leakage. An integral fire breaker device avoids the risk of sparks or the output of solid particles. The X-Oven, therefore, provides effortless and safe grill cooking and is easy to light up, adjust, clean and install.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Three models are available. The table-top X-Oven.1 produces 60 300g portions of food an hour from a single grill drawer. The two drawer X-Oven.2 can produce up to 100 portions an hour, while the largest model, the X-Oven.3 houses three G/N 1/1 drawers for maximum flexibility, delivering 150 portions an hour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"><strong>For more information on the X-Oven range contact Certa on 01442 915785 or visit <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">www.certagroupltd.com/cooking-equipment</a>.</strong></p>','X-Oven brings the charcoal factor to the kitchen','','publish','closed','open','','x-oven-charcoal-factor-kitchen','','https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\nhttps://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\nhttps://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/','2018-11-20 15:35:28','2018-11-20 15:35:28','',0,'https://www.ontradeprogress.com/?p=3313',0,'post','',0),(3314,1,'2018-11-20 14:26:19','2018-11-20 14:26:19','','X-Oven from Certa Cooking Equipment','X-Oven from Certa Cooking Equipment','inherit','closed','closed','','x-oven-from-certa-cooking-equipment','','','2018-11-20 14:27:57','2018-11-20 14:27:57','',3313,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/X-Oven-from-Certa-Cooking-Equipment.jpg',0,'attachment','image/jpeg',0),(3315,1,'2018-11-20 14:28:38','2018-11-20 14:28:38','<h1 class=\"ox-117a3341a2-MsoNormal\">The X-Oven, a state-of-the-art, stainless steel charcoal oven that will preserve the authenticity, taste and aroma of a traditional charcoal oven while taking advantage of a modern cooking system, is available from <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">Certa Cooking Equipment</a>.</h1>\r\n<p class=\"ox-117a3341a2-MsoNormal\"></p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The sleek and modern oven uses a closed, insulated brazier chamber and a patented grill drawer system which allows the chef to cook different dishes simultaneously at different temperatures, depending on the proximity to the chamber, all the while retaining the distinctive taste of traditional charcoal grilling. The most intense heat is found in the grill drawer nearest the brazier, gradually diminishing in the drawers further away from the embers.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"></p>\r\nSaving energy, time and space, the oven reaches and maintains an extremely high temperature with no heat dispersion thanks to its side grill drawer system. For safety and efficiency, the porcelain chamber is shut at all times and allows slow ember combustion while preventing flame development. The closed unit reduces charcoal consumption by 80% compared to traditional open-flame grills, and by 50% compared to ordinary charcoal ovens.\r\n\r\n&nbsp;\r\n\r\nThe X-Oven’s charcoal is deliberately neutral to enhance the natural flavour of the food, but scented wood chips can be added to individualise the taste. Indeed Certa supplies two such charcoal products:\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in the number of UK distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog gets a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record!</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>QUEBRACHO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">100% natural lump charcoal, handmade in brick kilns from Quebracho Blanco wood. It burns hotter and longer than other hardwood lump charcoal, with very little ash.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>CANUTILLO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Canutillo charcoal is made using Marabu wood and is recommended for producing the right amount of heat without generating excessive amounts of solid residues and minimizing both spark and smoke production.</p>\r\n&nbsp;\r\n\r\nAdjusting the smoke outlet valve can also affect the taste. A closed valve results in an intense embers note, while an open valve produces a more delicate flavour.\r\n<p class=\"ox-117a3341a2-MsoNormal\"></p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The grill drawer can be opened with the touch of a finger to monitor cooking. Once open, the drawer is isolated from the glowing embers, preventing heat and smoke leakage. An integral fire breaker device avoids the risk of sparks or the output of solid particles. The X-Oven, therefore, provides effortless and safe grill cooking and is easy to light up, adjust, clean and install.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"></p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Three models are available. The table-top X-Oven.1 produces 60 300g portions of food an hour from a single grill drawer. The two drawer X-Oven.2 can produce up to 100 portions an hour, while the largest model, the X-Oven.3 houses three G/N 1/1 drawers for maximum flexibility, delivering 150 portions an hour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"></p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">For more information on the X-Oven range contact Certa on 01442 915785 or visit <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">www.certagroupltd.com/cooking-equipment</a>.</p>','X-Oven brings the charcoal factor to the kitchen','','inherit','closed','closed','','3313-revision-v1','','','2018-11-20 14:28:38','2018-11-20 14:28:38','',3313,'https://www.ontradeprogress.com/2018/11/20/3313-revision-v1/',0,'revision','',0),(3316,1,'2018-11-20 14:29:42','2018-11-20 14:29:42','<h1 class=\"ox-117a3341a2-MsoNormal\">The X-Oven, a state-of-the-art, stainless steel charcoal oven that will preserve the authenticity, taste and aroma of a traditional charcoal oven while taking advantage of a modern cooking system, is available from <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">Certa Cooking Equipment</a>.</h1>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The sleek and modern oven uses a closed, insulated brazier chamber and a patented grill drawer system which allows the chef to cook different dishes simultaneously at different temperatures, depending on the proximity to the chamber, all the while retaining the distinctive taste of traditional charcoal grilling. The most intense heat is found in the grill drawer nearest the brazier, gradually diminishing in the drawers further away from the embers.</p>\r\nSaving energy, time and space, the oven reaches and maintains an extremely high temperature with no heat dispersion thanks to its side grill drawer system. For safety and efficiency, the porcelain chamber is shut at all times and allows slow ember combustion while preventing flame development. The closed unit reduces charcoal consumption by 80% compared to traditional open-flame grills, and by 50% compared to ordinary charcoal ovens.\r\n\r\nThe X-Oven’s charcoal is deliberately neutral to enhance the natural flavour of the food, but scented wood chips can be added to individualise the taste. Indeed Certa supplies two such charcoal products:\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in the number of UK distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog gets a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record!</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>QUEBRACHO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">100% natural lump charcoal, handmade in brick kilns from Quebracho Blanco wood. It burns hotter and longer than other hardwood lump charcoal, with very little ash.</p>\r\n\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>CANUTILLO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Canutillo charcoal is made using Marabu wood and is recommended for producing the right amount of heat without generating excessive amounts of solid residues and minimizing both spark and smoke production. Adjusting the smoke outlet valve can also affect the taste. A closed valve results in an intense embers note, while an open valve produces a more delicate flavour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The grill drawer can be opened with the touch of a finger to monitor cooking. Once open, the drawer is isolated from the glowing embers, preventing heat and smoke leakage. An integral fire breaker device avoids the risk of sparks or the output of solid particles. The X-Oven, therefore, provides effortless and safe grill cooking and is easy to light up, adjust, clean and install.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Three models are available. The table-top X-Oven.1 produces 60 300g portions of food an hour from a single grill drawer. The two drawer X-Oven.2 can produce up to 100 portions an hour, while the largest model, the X-Oven.3 houses three G/N 1/1 drawers for maximum flexibility, delivering 150 portions an hour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"><strong>For more information on the X-Oven range contact Certa on 01442 915785 or visit <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">www.certagroupltd.com/cooking-equipment</a>.</strong></p>','X-Oven brings the charcoal factor to the kitchen','','inherit','closed','closed','','3313-revision-v1','','','2018-11-20 14:29:42','2018-11-20 14:29:42','',3313,'https://www.ontradeprogress.com/2018/11/20/3313-revision-v1/',0,'revision','',0),(3317,1,'2018-11-20 14:30:11','2018-11-20 14:30:11','<h1 class=\"ox-117a3341a2-MsoNormal\">The X-Oven, a state-of-the-art, stainless steel charcoal oven that will preserve the authenticity, taste and aroma of a traditional charcoal oven while taking advantage of a modern cooking system, is available from <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">Certa Cooking Equipment</a>.</h1>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The sleek and modern oven uses a closed, insulated brazier chamber and a patented grill drawer system which allows the chef to cook different dishes simultaneously at different temperatures, depending on the proximity to the chamber, all the while retaining the distinctive taste of traditional charcoal grilling. The most intense heat is found in the grill drawer nearest the brazier, gradually diminishing in the drawers further away from the embers.</p>\r\nSaving energy, time and space, the oven reaches and maintains an extremely high temperature with no heat dispersion thanks to its side grill drawer system. For safety and efficiency, the porcelain chamber is shut at all times and allows slow ember combustion while preventing flame development. The closed unit reduces charcoal consumption by 80% compared to traditional open-flame grills, and by 50% compared to ordinary charcoal ovens.\r\n\r\nThe X-Oven’s charcoal is deliberately neutral to enhance the natural flavour of the food, but scented wood chips can be added to individualise the taste. Indeed Certa supplies two such charcoal products:\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in the number of UK distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog gets a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record!</a></li>\r\n</ul>\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>QUEBRACHO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">100% natural lump charcoal, handmade in brick kilns from Quebracho Blanco wood. It burns hotter and longer than other hardwood lump charcoal, with very little ash.</p>\r\n\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>CANUTILLO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Canutillo charcoal is made using Marabu wood and is recommended for producing the right amount of heat without generating excessive amounts of solid residues and minimizing both spark and smoke production. Adjusting the smoke outlet valve can also affect the taste. A closed valve results in an intense embers note, while an open valve produces a more delicate flavour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The grill drawer can be opened with the touch of a finger to monitor cooking. Once open, the drawer is isolated from the glowing embers, preventing heat and smoke leakage. An integral fire breaker device avoids the risk of sparks or the output of solid particles. The X-Oven, therefore, provides effortless and safe grill cooking and is easy to light up, adjust, clean and install.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Three models are available. The table-top X-Oven.1 produces 60 300g portions of food an hour from a single grill drawer. The two drawer X-Oven.2 can produce up to 100 portions an hour, while the largest model, the X-Oven.3 houses three G/N 1/1 drawers for maximum flexibility, delivering 150 portions an hour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"><strong>For more information on the X-Oven range contact Certa on 01442 915785 or visit <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">www.certagroupltd.com/cooking-equipment</a>.</strong></p>','X-Oven brings the charcoal factor to the kitchen','','inherit','closed','closed','','3313-revision-v1','','','2018-11-20 14:30:11','2018-11-20 14:30:11','',3313,'https://www.ontradeprogress.com/2018/11/20/3313-revision-v1/',0,'revision','',0),(3318,1,'2018-11-20 14:31:14','2018-11-20 14:31:14','<h1 class=\"ox-117a3341a2-MsoNormal\">The X-Oven, a state-of-the-art, stainless steel charcoal oven that will preserve the authenticity, taste and aroma of a traditional charcoal oven while taking advantage of a modern cooking system, is available from <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">Certa Cooking Equipment</a>.</h1>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The sleek and modern oven uses a closed, insulated brazier chamber and a patented grill drawer system which allows the chef to cook different dishes simultaneously at different temperatures, depending on the proximity to the chamber, all the while retaining the distinctive taste of traditional charcoal grilling. The most intense heat is found in the grill drawer nearest the brazier, gradually diminishing in the drawers further away from the embers.</p>\r\nSaving energy, time and space, the oven reaches and maintains an extremely high temperature with no heat dispersion thanks to its side grill drawer system. For safety and efficiency, the porcelain chamber is shut at all times and allows slow ember combustion while preventing flame development. The closed unit reduces charcoal consumption by 80% compared to traditional open-flame grills, and by 50% compared to ordinary charcoal ovens.\r\n\r\nThe X-Oven’s charcoal is deliberately neutral to enhance the natural flavour of the food, but scented wood chips can be added to individualise the taste. Indeed Certa supplies two such charcoal products:\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in the number of UK distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog gets a new bar in Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher beats a world record!</a></li>\r\n</ul>\r\n[caption id=\"attachment_3314\" align=\"alignright\" width=\"229\"]<img class=\"size-medium wp-image-3314\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/X-Oven-from-Certa-Cooking-Equipment-229x300.jpg\" alt=\"X-Oven from Certa Cooking Equipment\" width=\"229\" height=\"300\" /> X-Oven from Certa Cooking Equipment[/caption]\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>QUEBRACHO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">100% natural lump charcoal, handmade in brick kilns from Quebracho Blanco wood. It burns hotter and longer than other hardwood lump charcoal, with very little ash.</p>\r\n\r\n<h3 class=\"ox-117a3341a2-MsoNormal\"><b>CANUTILLO</b></h3>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Canutillo charcoal is made using Marabu wood and is recommended for producing the right amount of heat without generating excessive amounts of solid residues and minimizing both spark and smoke production. Adjusting the smoke outlet valve can also affect the taste. A closed valve results in an intense embers note, while an open valve produces a more delicate flavour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">The grill drawer can be opened with the touch of a finger to monitor cooking. Once open, the drawer is isolated from the glowing embers, preventing heat and smoke leakage. An integral fire breaker device avoids the risk of sparks or the output of solid particles. The X-Oven, therefore, provides effortless and safe grill cooking and is easy to light up, adjust, clean and install.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\">Three models are available. The table-top X-Oven.1 produces 60 300g portions of food an hour from a single grill drawer. The two drawer X-Oven.2 can produce up to 100 portions an hour, while the largest model, the X-Oven.3 houses three G/N 1/1 drawers for maximum flexibility, delivering 150 portions an hour.</p>\r\n<p class=\"ox-117a3341a2-MsoNormal\"><strong>For more information on the X-Oven range contact Certa on 01442 915785 or visit <a href=\"http://www.certagroupltd.com/cooking-equipment\" target=\"_blank\" rel=\"noopener\">www.certagroupltd.com/cooking-equipment</a>.</strong></p>','X-Oven brings the charcoal factor to the kitchen','','inherit','closed','closed','','3313-revision-v1','','','2018-11-20 14:31:14','2018-11-20 14:31:14','',3313,'https://www.ontradeprogress.com/2018/11/20/3313-revision-v1/',0,'revision','',0),(3320,1,'2018-11-21 09:10:03','2018-11-21 09:10:03','<h1><a href=\"https://www.hogsback.co.uk/\" target=\"_blank\" rel=\"noopener\">Hogs Back Brewery</a> has signed up Hospice Care charity <a href=\"https://www.pth.org.uk/\" target=\"_blank\" rel=\"noopener\">Phyllis Tuckwell</a> to its unique hop adoption scheme. Having chosen Farnham-based Phyllis Tuckwell as its Charity Partner for the forthcoming year, the Surrey brewery invited the charity to take part in the ‘Adopt a Hop\' project.</h1>\r\nLocal residents, charities and businesses have been invited to plant their own hop in the Hogs Back\'s new hop garden and get involved in helping it flourish from now until harvest next September. The new hop garden spans 8.5 acres, more than double the size of the previous site. It is located within Manor Farm in Tongham, where the brewery itself is sited, in a prime location on the best land on the farm.\r\n\r\nAs part of the move, Hogs Back has offered the public the opportunity to Rehome a Hop by taking home a Pioneer variety dwarf hop plant for their own garden, in return for a suggested £5 donation to Phyllis Tuckwell.\r\n<h2>Phyllis Tuckwell\'s corporate partnerships manager, Nick Adams, recently visited Hogs Back Brewery\'s new site to plant the charity\'s own hop.</h2>\r\n[caption id=\"attachment_3322\" align=\"alignright\" width=\"219\"]<img class=\"size-medium wp-image-3322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-219x300.jpg\" alt=\"Hogs Back Brewery Adopt a hop Nick Adams\" width=\"219\" height=\"300\" /> Hogs Back Brewery Adopt a hop Nick Adams[/caption]\r\n\r\n\"We were delighted to welcome Nick to the brewery to plant Phyllis Tuckwell\'s hop,\" said Rupert Thompson, managing director of Hogs Back Brewery. \"When we decided to move and expand the hop garden, we wanted to thank the local community and give them a chance to share in our hop growing journey in the future. As our charity partner for 2018/19, Phyllis Tuckwell is a key part of that community.\"\r\n\r\n\"We would like to thank Hogs Back for choosing Phyllis Tuckwell as their Charity Partner for this forthcoming year and for generously donating to us the money raised by their ‘Adopt a Hop\' project,\" said Nick Adams. \"The money raised will add to the £10,000 which Hogs Back Brewery has already presented to Phyllis Tuckwell at the brewery\'s Hop Harvest Party in Tongham in September.\"\r\n\r\nHogs Back are planning more fundraising activities for the next year, the proceeds of which will be added to an additional £10,000 which they have already pledged, to be presented to Phyllis Tuckwell in September 2019. All the money raised will go towards helping fund the vital supportive and end of life care which Phyllis Tuckwell offers to local patients and families who are living with an advanced or terminal illness, such as cancer.\r\n\r\nMarking its 40th anniversary in 2019, every day Phyllis Tuckwell supports over 250 patients, relatives and carers - in their own homes, in the community, at the Hospice in Farnham and at the Beacon Centre in Guildford - through medical and nursing care, therapies, counselling, social work advice and practical support. However, as the NHS/Government only covers 20% of its costs, it has to raise over £20,000 a day to be able to do this.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\r\n</ul>','Hogs Back Brewery ‘Adopt a Hop\' helps hospice care','','publish','closed','open','','adopt-a-hop-helps-hospice-care','','https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\nhttps://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/','2018-11-21 10:49:01','2018-11-21 10:49:01','',0,'https://www.ontradeprogress.com/?p=3320',0,'post','',0),(3321,1,'2018-11-21 08:59:56','2018-11-21 08:59:56','','PRESS RELEASE Hogs Back Brewery Adopt a Hop Helps Hospice Care','','inherit','closed','closed','','press-release-hogs-back-brewery-adopt-a-hop-helps-hospice-care','','','2018-11-21 08:59:56','2018-11-21 08:59:56','',3320,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/PRESS-RELEASE-Hogs-Back-Brewery-Adopt-a-Hop-Helps-Hospice-Care.zip',0,'attachment','application/zip',0),(3322,1,'2018-11-21 09:00:18','2018-11-21 09:00:18','','Hogs Back Brewery Adopt a hop Nick Adams','Hogs Back Brewery Adopt a hop Nick Adams','inherit','closed','closed','','hogs-back-brewery-adopt-a-hop-nick-adams','','','2018-11-21 09:00:45','2018-11-21 09:00:45','',3320,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams.jpg',0,'attachment','image/jpeg',0),(3323,1,'2018-11-21 09:09:18','2018-11-21 09:09:18','<h1><a href=\"https://www.hogsback.co.uk/\">Hogs Back</a> Brewery has signed up Hospice Care charity <a href=\"https://www.pth.org.uk/\">Phyllis Tuckwell</a> to its unique hop adoption scheme. Having chosen Farnham-based Phyllis Tuckwell as its Charity Partner for the forthcoming year, the Surrey brewery invited the charity to take part in the ‘Adopt a Hop\' project.</h1>\r\nLocal residents, charities and businesses have been invited to plant their own hop in the Hogs Back\'s new hop garden and get involved in helping it flourish from now until harvest next September. The new hop garden spans 8.5 acres, more than double the size of the previous site. It is located within Manor Farm in Tongham, where the brewery itself is sited, in a prime location on the best land on the farm.\r\n\r\nAs part of the move, Hogs Back has offered the public the opportunity to Rehome a Hop by taking home a Pioneer variety dwarf hop plant for their own garden, in return for a suggested £5 donation to Phyllis Tuckwell.\r\n<h2>Phyllis Tuckwell\'s corporate partnerships manager, Nick Adams, recently visited Hogs Back Brewery\'s new site to plant the charity\'s own hop.</h2>\r\n[caption id=\"attachment_3322\" align=\"alignright\" width=\"219\"]<img class=\"size-medium wp-image-3322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-219x300.jpg\" alt=\"Hogs Back Brewery Adopt a hop Nick Adams\" width=\"219\" height=\"300\" /> Hogs Back Brewery Adopt a hop Nick Adams[/caption]\r\n\r\n\"We were delighted to welcome Nick to the brewery to plant Phyllis Tuckwell\'s hop,\" said Rupert Thompson, managing director of Hogs Back Brewery. \"When we decided to move and expand the hop garden, we wanted to thank the local community and give them a chance to share in our hop growing journey in the future. As our charity partner for 2018/19, Phyllis Tuckwell is a key part of that community.\"\r\n\r\n\"We would like to thank Hogs Back for choosing Phyllis Tuckwell as their Charity Partner for this forthcoming year and for generously donating to us the money raised by their ‘Adopt a Hop\' project,\" said Nick Adams. \"The money raised will add to the £10,000 which Hogs Back Brewery has already presented to Phyllis Tuckwell at the brewery\'s Hop Harvest Party in Tongham in September.\"\r\n\r\nHogs Back are planning more fundraising activities for the next year, the proceeds of which will be added to an additional £10,000 which they have already pledged, to be presented to Phyllis Tuckwell in September 2019. All the money raised will go towards helping fund the vital supportive and end of life care which Phyllis Tuckwell offers to local patients and families who are living with an advanced or terminal illness, such as cancer.\r\n\r\nMarking its 40th anniversary in 2019, every day Phyllis Tuckwell supports over 250 patients, relatives and carers - in their own homes, in the community, at the Hospice in Farnham and at the Beacon Centre in Guildford - through medical and nursing care, therapies, counselling, social work advice and practical support. However, as the NHS/Government only covers 20% of its costs, it has to raise over £20,000 a day to be able to do this.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\r\n</ul>','Hogs Back Brewery ‘Adopt a Hop\' Helps Hospice Care','','inherit','closed','closed','','3320-revision-v1','','','2018-11-21 09:09:18','2018-11-21 09:09:18','',3320,'https://www.ontradeprogress.com/2018/11/21/3320-revision-v1/',0,'revision','',0),(3324,1,'2018-11-21 09:36:39','2018-11-21 09:36:39','<h1 class=\"ox-a9525458fc-MsoNormal\" style=\"text-align: left;\" align=\"center\"><a href=\"https://hittraining.co.uk/\" target=\"_blank\" rel=\"noopener\">HIT Training</a> is delighted to announce that there is finally an apprenticeship for every type of chef, from fine dining through to contract catering and casual dining. The new Production Chef Apprenticeship has been added to the current suite of chef apprenticeships to respond to high demand from businesses eager to upskill chefs working in a more standardised kitchen environment.</h1>\r\n<p class=\"ox-a9525458fc-MsoNormal\">Since the introduction of the new Apprenticeship Standards two years ago, this entry-level qualification – especially relevant for those candidates looking to take their first step in the hospitality industry – hasn’t been available. Identifying a gap in the training market, HIT Training has led the charge to get a specialised qualification introduced to meet this genuine need from industry.</p>\r\n\r\n\r\n[caption id=\"attachment_3327\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3327\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-Dining-burger-prep-300x200.jpg\" alt=\"Long awaited production Chef Apprenticeship is launched\" width=\"300\" height=\"200\" /> Long awaited production Chef Apprenticeship is launched[/caption]\r\n<p class=\"ox-a9525458fc-MsoNormal\">The Level 2 Production Chef Apprenticeship has been developed for chefs who are often required to prepare uniform recipes in high volumes and employed in a range of environments from schools, care homes and hospitals to casual dining establishments and pubs. The training has been designed to help them better understand brand standards and strengthen their methodical organisational skills and attention to detail.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">Furthermore, to enhance the knowledge input, HIT has introduced a production chef workshop through its Chef Academy – winner of the Foodservice Cateys 2018 Supplier Excellence award. The workshop offers an opportunity for apprentices to put their skills into practice, helping them to comply with procedures, menu specifications, portion control and, budget constraints, not to mention improving efficiency and reducing wastage. As well as putting forward individual chefs to take part, operators can also enrol employees on a closed workshop tailored specifically to the needs of their individual business; ideal for employers looking to enhance training across their chain of outlets and in line with their company’s own procedures, ethos and exact offer.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/hogs-back-brewery-helps-hospice-care/\">Hogs Back Brewery \'Adopt a Hop\' to help hospice care</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\" target=\"_blank\" rel=\"noopener\">BrewDog expands their empire to Budapest</a></li>\r\n</ul>\r\n<p class=\"ox-a9525458fc-MsoNormal\"><b>The principal of HIT Chef Academy, Paul Mannering, said:</b> “It’s no secret that chefs do not always have the time to scratch-cook or be flexible when it comes to ingredients and style, especially when catering for large numbers of people or in public sector settings.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">“The new Production Chef Apprenticeship feels like the missing piece of the jigsaw for hospitality businesses producing a precise food offer that has to meet specific branding or criteria. In response to a high demand from our customers and the hospitality sector, it acknowledges the specialist needs of businesses in this environment and offers training to help chefs broaden their skills and work as effectively as possible. We’ve listened to the industry and incorporated their requirements and feedback into the programme to ensure the course can help chefs and businesses flourish.”</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\"><strong>If you or your team would like to find out more about the HIT Training Level 2 Production Chef Apprenticeship, please get in touch via <span class=\"ox-a9525458fc-MsoHyperlink\"><a href=\"http://www.hittraining.co.uk/production-chef-apprenticeship\" target=\"_blank\" rel=\"noopener\">www.hittraining.co.uk/production-chef-apprenticeship</a></span> or call 0800 093 5892.</strong></p>','Long awaited production Chef Apprenticeship is launched','','publish','closed','open','','chef-apprenticeship-launched','','\nhttps://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/','2018-11-21 10:04:59','2018-11-21 10:04:59','',0,'https://www.ontradeprogress.com/?p=3324',0,'post','',0),(3325,1,'2018-11-21 09:33:58','2018-11-21 09:33:58','<h1 class=\"ox-a9525458fc-MsoNormal\" style=\"text-align: left;\" align=\"center\"><a href=\"https://hittraining.co.uk/\" target=\"_blank\" rel=\"noopener\">HIT Training</a> is delighted to announce that there is finally an apprenticeship for every type of chef, from fine dining through to contract catering and casual dining. The new Production Chef Apprenticeship has been added to the current suite of chef apprenticeships to respond to high demand from businesses eager to upskill chefs working in a more standardised kitchen environment.</h1>\r\n<p class=\"ox-a9525458fc-MsoNormal\">Since the introduction of the new Apprenticeship Standards two years ago, this entry-level qualification – especially relevant for those candidates looking to take their first step in the hospitality industry – hasn’t been available. Identifying a gap in the training market, HIT Training has led the charge to get a specialised qualification introduced to meet this genuine need from industry.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">The Level 2 Production Chef Apprenticeship has been developed for chefs who are often required to prepare uniform recipes in high volumes and employed in a range of environments from schools, care homes and hospitals to casual dining establishments and pubs. The training has been designed to help them better understand brand standards and strengthen their methodical organisational skills and attention to detail.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">Furthermore, to enhance the knowledge input, HIT has introduced a production chef workshop through its Chef Academy – winner of the Foodservice Cateys 2018 Supplier Excellence award. The workshop offers an opportunity for apprentices to put their skills into practice, helping them to comply with procedures, menu specifications, portion control and, budget constraints, not to mention improving efficiency and reducing wastage. As well as putting forward individual chefs to take part, operators can also enrol employees on a closed workshop tailored specifically to the needs of their individual business; ideal for employers looking to enhance training across their chain of outlets and in line with their company’s own procedures, ethos and exact offer.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/hogs-back-brewery-helps-hospice-care/\">Hogs Back Brewery \'Adopt a Hop\' to help hospice care</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\" target=\"_blank\" rel=\"noopener\">BrewDog expands their empire to Budapest</a></li>\r\n</ul>\r\n<p class=\"ox-a9525458fc-MsoNormal\"><b>The principal of HIT Chef Academy, Paul Mannering, said:</b> “It’s no secret that chefs do not always have the time to scratch-cook or be flexible when it comes to ingredients and style, especially when catering for large numbers of people or in public sector settings.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">“The new Production Chef Apprenticeship feels like the missing piece of the jigsaw for hospitality businesses producing a precise food offer that has to meet specific branding or criteria. In response to a high demand from our customers and the hospitality sector, it acknowledges the specialist needs of businesses in this environment and offers training to help chefs broaden their skills and work as effectively as possible. We’ve listened to the industry and incorporated their requirements and feedback into the programme to ensure the course can help chefs and businesses flourish.”</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\"><strong>If you or your team would like to find out more about the HIT Training Level 2 Production Chef Apprenticeship, please get in touch via <span class=\"ox-a9525458fc-MsoHyperlink\"><a href=\"http://www.hittraining.co.uk/production-chef-apprenticeship\" target=\"_blank\" rel=\"noopener\">www.hittraining.co.uk/production-chef-apprenticeship</a></span> or call 0800 093 5892.</strong></p>','Long awaited production Chef Apprenticeship is launched','','inherit','closed','closed','','3324-revision-v1','','','2018-11-21 09:33:58','2018-11-21 09:33:58','',3324,'https://www.ontradeprogress.com/2018/11/21/3324-revision-v1/',0,'revision','',0),(3326,1,'2018-11-21 09:34:51','2018-11-21 09:34:51','','Long awaited production Chef Apprenticeship is launched','Long awaited production Chef Apprenticeship is launched','inherit','closed','closed','','casual-dining-pizza_italian','','','2018-11-21 09:35:04','2018-11-21 09:35:04','',3324,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-dining-pizza_Italian.jpg',0,'attachment','image/jpeg',0),(3327,1,'2018-11-21 09:35:20','2018-11-21 09:35:20','','Long awaited production Chef Apprenticeship is launched','Long awaited production Chef Apprenticeship is launched','inherit','closed','closed','','casual-dining-burger-prep','','','2018-11-21 09:35:43','2018-11-21 09:35:43','',3324,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-Dining-burger-prep.jpg',0,'attachment','image/jpeg',0),(3328,1,'2018-11-21 09:36:22','2018-11-21 09:36:22','<h1 class=\"ox-a9525458fc-MsoNormal\" style=\"text-align: left;\" align=\"center\"><a href=\"https://hittraining.co.uk/\" target=\"_blank\" rel=\"noopener\">HIT Training</a> is delighted to announce that there is finally an apprenticeship for every type of chef, from fine dining through to contract catering and casual dining. The new Production Chef Apprenticeship has been added to the current suite of chef apprenticeships to respond to high demand from businesses eager to upskill chefs working in a more standardised kitchen environment.</h1>\r\n<p class=\"ox-a9525458fc-MsoNormal\">Since the introduction of the new Apprenticeship Standards two years ago, this entry-level qualification – especially relevant for those candidates looking to take their first step in the hospitality industry – hasn’t been available. Identifying a gap in the training market, HIT Training has led the charge to get a specialised qualification introduced to meet this genuine need from industry.</p>\r\n\r\n\r\n[caption id=\"attachment_3327\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3327\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-Dining-burger-prep-300x200.jpg\" alt=\"Long awaited production Chef Apprenticeship is launched\" width=\"300\" height=\"200\" /> Long awaited production Chef Apprenticeship is launched[/caption]\r\n<p class=\"ox-a9525458fc-MsoNormal\">The Level 2 Production Chef Apprenticeship has been developed for chefs who are often required to prepare uniform recipes in high volumes and employed in a range of environments from schools, care homes and hospitals to casual dining establishments and pubs. The training has been designed to help them better understand brand standards and strengthen their methodical organisational skills and attention to detail.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">Furthermore, to enhance the knowledge input, HIT has introduced a production chef workshop through its Chef Academy – winner of the Foodservice Cateys 2018 Supplier Excellence award. The workshop offers an opportunity for apprentices to put their skills into practice, helping them to comply with procedures, menu specifications, portion control and, budget constraints, not to mention improving efficiency and reducing wastage. As well as putting forward individual chefs to take part, operators can also enrol employees on a closed workshop tailored specifically to the needs of their individual business; ideal for employers looking to enhance training across their chain of outlets and in line with their company’s own procedures, ethos and exact offer.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/hogs-back-brewery-helps-hospice-care/\">Hogs Back Brewery \'Adopt a Hop\' to help hospice care</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\" target=\"_blank\" rel=\"noopener\">BrewDog expands their empire to Budapest</a></li>\r\n</ul>\r\n<p class=\"ox-a9525458fc-MsoNormal\"><b>The principal of HIT Chef Academy, Paul Mannering, said:</b> “It’s no secret that chefs do not always have the time to scratch-cook or be flexible when it comes to ingredients and style, especially when catering for large numbers of people or in public sector settings.</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\">“The new Production Chef Apprenticeship feels like the missing piece of the jigsaw for hospitality businesses producing a precise food offer that has to meet specific branding or criteria. In response to a high demand from our customers and the hospitality sector, it acknowledges the specialist needs of businesses in this environment and offers training to help chefs broaden their skills and work as effectively as possible. We’ve listened to the industry and incorporated their requirements and feedback into the programme to ensure the course can help chefs and businesses flourish.”</p>\r\n<p class=\"ox-a9525458fc-MsoNormal\"><strong>If you or your team would like to find out more about the HIT Training Level 2 Production Chef Apprenticeship, please get in touch via <span class=\"ox-a9525458fc-MsoHyperlink\"><a href=\"http://www.hittraining.co.uk/production-chef-apprenticeship\" target=\"_blank\" rel=\"noopener\">www.hittraining.co.uk/production-chef-apprenticeship</a></span> or call 0800 093 5892.</strong></p>','Long awaited production Chef Apprenticeship is launched','','inherit','closed','closed','','3324-revision-v1','','','2018-11-21 09:36:22','2018-11-21 09:36:22','',3324,'https://www.ontradeprogress.com/2018/11/21/3324-revision-v1/',0,'revision','',0),(3329,1,'2018-11-21 09:38:23','2018-11-21 09:38:23','<h1><a href=\"https://www.hogsback.co.uk/\">Hogs Back</a> Brewery has signed up Hospice Care charity <a href=\"https://www.pth.org.uk/\">Phyllis Tuckwell</a> to its unique hop adoption scheme. Having chosen Farnham-based Phyllis Tuckwell as its Charity Partner for the forthcoming year, the Surrey brewery invited the charity to take part in the ‘Adopt a Hop\' project.</h1>\r\nLocal residents, charities and businesses have been invited to plant their own hop in the Hogs Back\'s new hop garden and get involved in helping it flourish from now until harvest next September. The new hop garden spans 8.5 acres, more than double the size of the previous site. It is located within Manor Farm in Tongham, where the brewery itself is sited, in a prime location on the best land on the farm.\r\n\r\nAs part of the move, Hogs Back has offered the public the opportunity to Rehome a Hop by taking home a Pioneer variety dwarf hop plant for their own garden, in return for a suggested £5 donation to Phyllis Tuckwell.\r\n<h2>Phyllis Tuckwell\'s corporate partnerships manager, Nick Adams, recently visited Hogs Back Brewery\'s new site to plant the charity\'s own hop.</h2>\r\n[caption id=\"attachment_3322\" align=\"alignright\" width=\"219\"]<img class=\"size-medium wp-image-3322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-219x300.jpg\" alt=\"Hogs Back Brewery Adopt a hop Nick Adams\" width=\"219\" height=\"300\" /> Hogs Back Brewery Adopt a hop Nick Adams[/caption]\r\n\r\n\"We were delighted to welcome Nick to the brewery to plant Phyllis Tuckwell\'s hop,\" said Rupert Thompson, managing director of Hogs Back Brewery. \"When we decided to move and expand the hop garden, we wanted to thank the local community and give them a chance to share in our hop growing journey in the future. As our charity partner for 2018/19, Phyllis Tuckwell is a key part of that community.\"\r\n\r\n\"We would like to thank Hogs Back for choosing Phyllis Tuckwell as their Charity Partner for this forthcoming year and for generously donating to us the money raised by their ‘Adopt a Hop\' project,\" said Nick Adams. \"The money raised will add to the £10,000 which Hogs Back Brewery has already presented to Phyllis Tuckwell at the brewery\'s Hop Harvest Party in Tongham in September.\"\r\n\r\nHogs Back are planning more fundraising activities for the next year, the proceeds of which will be added to an additional £10,000 which they have already pledged, to be presented to Phyllis Tuckwell in September 2019. All the money raised will go towards helping fund the vital supportive and end of life care which Phyllis Tuckwell offers to local patients and families who are living with an advanced or terminal illness, such as cancer.\r\n\r\nMarking its 40th anniversary in 2019, every day Phyllis Tuckwell supports over 250 patients, relatives and carers - in their own homes, in the community, at the Hospice in Farnham and at the Beacon Centre in Guildford - through medical and nursing care, therapies, counselling, social work advice and practical support. However, as the NHS/Government only covers 20% of its costs, it has to raise over £20,000 a day to be able to do this.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\r\n</ul>','Hogs Back Brewery ‘Adopt a Hop\' helps hospice care','','inherit','closed','closed','','3320-revision-v1','','','2018-11-21 09:38:23','2018-11-21 09:38:23','',3320,'https://www.ontradeprogress.com/2018/11/21/3320-revision-v1/',0,'revision','',0),(3330,1,'2018-11-21 09:39:08','2018-11-21 09:39:08','<h1><a href=\"https://www.hogsback.co.uk/\" target=\"_blank\" rel=\"noopener\">Hogs Back Brewery</a> has signed up Hospice Care charity <a href=\"https://www.pth.org.uk/\" target=\"_blank\" rel=\"noopener\">Phyllis Tuckwell</a> to its unique hop adoption scheme. Having chosen Farnham-based Phyllis Tuckwell as its Charity Partner for the forthcoming year, the Surrey brewery invited the charity to take part in the ‘Adopt a Hop\' project.</h1>\r\nLocal residents, charities and businesses have been invited to plant their own hop in the Hogs Back\'s new hop garden and get involved in helping it flourish from now until harvest next September. The new hop garden spans 8.5 acres, more than double the size of the previous site. It is located within Manor Farm in Tongham, where the brewery itself is sited, in a prime location on the best land on the farm.\r\n\r\nAs part of the move, Hogs Back has offered the public the opportunity to Rehome a Hop by taking home a Pioneer variety dwarf hop plant for their own garden, in return for a suggested £5 donation to Phyllis Tuckwell.\r\n<h2>Phyllis Tuckwell\'s corporate partnerships manager, Nick Adams, recently visited Hogs Back Brewery\'s new site to plant the charity\'s own hop.</h2>\r\n[caption id=\"attachment_3322\" align=\"alignright\" width=\"219\"]<img class=\"size-medium wp-image-3322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-219x300.jpg\" alt=\"Hogs Back Brewery Adopt a hop Nick Adams\" width=\"219\" height=\"300\" /> Hogs Back Brewery Adopt a hop Nick Adams[/caption]\r\n\r\n\"We were delighted to welcome Nick to the brewery to plant Phyllis Tuckwell\'s hop,\" said Rupert Thompson, managing director of Hogs Back Brewery. \"When we decided to move and expand the hop garden, we wanted to thank the local community and give them a chance to share in our hop growing journey in the future. As our charity partner for 2018/19, Phyllis Tuckwell is a key part of that community.\"\r\n\r\n\"We would like to thank Hogs Back for choosing Phyllis Tuckwell as their Charity Partner for this forthcoming year and for generously donating to us the money raised by their ‘Adopt a Hop\' project,\" said Nick Adams. \"The money raised will add to the £10,000 which Hogs Back Brewery has already presented to Phyllis Tuckwell at the brewery\'s Hop Harvest Party in Tongham in September.\"\r\n\r\nHogs Back are planning more fundraising activities for the next year, the proceeds of which will be added to an additional £10,000 which they have already pledged, to be presented to Phyllis Tuckwell in September 2019. All the money raised will go towards helping fund the vital supportive and end of life care which Phyllis Tuckwell offers to local patients and families who are living with an advanced or terminal illness, such as cancer.\r\n\r\nMarking its 40th anniversary in 2019, every day Phyllis Tuckwell supports over 250 patients, relatives and carers - in their own homes, in the community, at the Hospice in Farnham and at the Beacon Centre in Guildford - through medical and nursing care, therapies, counselling, social work advice and practical support. However, as the NHS/Government only covers 20% of its costs, it has to raise over £20,000 a day to be able to do this.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in distillery businesses in a single year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\r\n</ul>','Hogs Back Brewery ‘Adopt a Hop\' helps hospice care','','inherit','closed','closed','','3320-revision-v1','','','2018-11-21 09:39:08','2018-11-21 09:39:08','',3320,'https://www.ontradeprogress.com/2018/11/21/3320-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (3331,1,'2018-11-21 09:55:44','2018-11-21 09:55:44','<span style=\"color: #19232d; font-size: 24px; font-weight: bold;\">A survey from Public Health England (PHE) found that around 9 in 10 people support the government working with the food industry to make food healthier.</span>\r\n<div class=\"grid-row\">\r\n<div class=\"column-two-thirds content-bottom-margin\">\r\n<div class=\"responsive-bottom-margin\">\r\n<div class=\"gem-c-govspeak govuk-govspeak direction-ltr\">\r\n<div class=\"govspeak\">\r\n\r\nA new survey from <a href=\"https://www.gov.uk/government/organisations/public-health-england\" target=\"_blank\" rel=\"noopener\">Public Health England</a> (<abbr title=\"Public Health England\">PHE</abbr>) shows overwhelming public support for reducing sugar and calories in everyday foods.\r\n\r\nThe survey, carried out by Ipsos MORI, found around 9 in 10 people support the government working with the food industry (manufacturers, supermarkets and the eating out of home sector) to make everyday foods and drinks healthier. Helping the NHS was named as one of the main reasons for people supporting this work.\r\n\r\nThis applied to all sectors, and no concessions were made for food consumed in restaurants, coffee shops or cafes, despite this often being labelled as a ‘treat’.\r\n\r\nThese figures come as Duncan Selbie, chief executive of Public Health England, tells the food industry that next year <abbr title=\"Public Health England\">PHE</abbr> will highlight where progress has not been made on sugar reduction and that this may result in further action from the government.\r\n\r\nSpeaking at today’s, Tuesday 20 November 2018, <a href=\"https://www.foodmatterslive.com/\" target=\"_blank\" rel=\"external noopener\">Food Matters Live</a> event in London, he will call on every sector of the food industry, in particular out of home outlets, to step up and accelerate its efforts.\r\n\r\nThe survey explored the public’s perception of obesity, and <abbr title=\"Public Health England\">PHE</abbr>’s reduction programmes that have challenged the food industry to reduce sugar and calories by 20% in everyday foods such as breakfast cereals, yoghurts and pizzas, as well as ready meals.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">New Chef apprenticeship is launched</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">\'Adopt a Hop\' for hospice care</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n</ul>\r\n<div class=\"grid-row\">\r\n<div class=\"column-two-thirds content-bottom-margin\">\r\n<div class=\"responsive-bottom-margin\">\r\n<div class=\"gem-c-govspeak govuk-govspeak direction-ltr\">\r\n<div class=\"govspeak\">\r\n<h3>Other notable findings from the survey include:</h3>\r\n<ul>\r\n 	<li>over 9 in 10 respondents think obesity is a problem in the UK, and 79% believe it has a negative impact on the NHS</li>\r\n 	<li>only cancer (47% of respondents) and mental health (43%) are seen as bigger health concerns for the UK population than obesity (39%)</li>\r\n 	<li>people believe the greatest responsibility for tackling obesity lies with individuals and families (90%), the food industry (80%) and the government (72%), underlining a belief in a collective responsibility</li>\r\n 	<li>there was support from 87% of people to replace unhealthy products near supermarket tills and checkouts, with healthier ones</li>\r\n</ul>\r\n<h3>Duncan Selbie, chief executive at <abbr title=\"Public Health England\">PHE</abbr>, said:</h3>\r\n<p class=\"last-child\">Obesity is the pandemic of modern times. Customers are saying they want faster progress from the food industry, and in particular, those businesses that have taken little or no action. We will be publicly reporting on these during 2019.</p>\r\n\r\n<h3>Dr Alison Tedstone, chief nutritionist at <abbr title=\"Public Health England\">PHE</abbr>, said:</h3>\r\n<p class=\"last-child\">Severe obesity in ten-to-eleven year-olds is at an all-time high. Plans to improve the nation’s diet are often described as ‘nanny state’ interference, but it’s clear people want healthier food and they expect the industry to play their full part in this.</p>\r\nThe survey also shows people expect the government to tackle obesity, with 60% believing it could do more. However, the survey was undertaken before the government published chapter 2 of its <a href=\"https://www.gov.uk/government/publications/childhood-obesity-a-plan-for-action-chapter-2\" target=\"_blank\" rel=\"noopener\">Childhood Obesity Plan</a>.\r\n\r\nIn May 2018, <abbr title=\"Public Health England\">PHE</abbr> reported on progress against the first year sugar reduction ambition of 5%. This showed an overall 2% reduction in foods contributing the most sugar to children’s diets, with up to 6% reduced in some product categories.\r\n\r\n<strong>Next year, <abbr title=\"Public Health England\">PHE</abbr> will publish further progress towards reaching the 20% sugar reduction ambition by 2020, as well as guidelines for </strong>ithe ndustry<strong> to achieve the 20% reduction in calories by 2024.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Overwhelming public support for sugar and calorie reduction','','publish','closed','open','','public-support-sugar-calorie-reduction','','\nhttps://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/','2018-11-21 10:06:01','2018-11-21 10:06:01','',0,'https://www.ontradeprogress.com/?p=3331',0,'post','',0),(3332,1,'2018-11-21 09:47:48','2018-11-21 09:47:48','','sugar','A survey from Public Health England shows overwhelming public support for reducing sugar and calories in everyday foods','inherit','closed','closed','','sugar-3485430_640','','','2018-11-21 09:48:39','2018-11-21 09:48:39','',3331,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/sugar-3485430_640.jpg',0,'attachment','image/jpeg',0),(3333,1,'2018-11-21 09:54:00','2018-11-21 09:54:00','<span style=\"color: #19232d; font-size: 24px; font-weight: bold;\">A survey from Public Health England (PHE) found that around 9 in 10 people support the government working with the food industry to make food healthier.</span>\r\n<div class=\"grid-row\">\r\n<div class=\"column-two-thirds content-bottom-margin\">\r\n<div class=\"responsive-bottom-margin\">\r\n<div class=\"gem-c-govspeak govuk-govspeak direction-ltr\">\r\n<div class=\"govspeak\">\r\n\r\nA new survey from Public Health England (<abbr title=\"Public Health England\">PHE</abbr>) shows overwhelming public support for reducing sugar and calories in everyday foods.\r\n\r\nThe survey, carried out by Ipsos MORI, found around 9 in 10 people support the government working with the food industry (manufacturers, supermarkets and the eating out of home sector) to make everyday foods and drinks healthier. Helping the NHS was named as one of the main reasons for people supporting this work.\r\n\r\nThis applied to all sectors, and no concessions were made for food consumed in restaurants, coffee shops or cafes, despite this often being labelled as a ‘treat’.\r\n\r\nThese figures come as Duncan Selbie, chief executive of Public Health England, tells the food industry that next year <abbr title=\"Public Health England\">PHE</abbr> will highlight where progress has not been made on sugar reduction and that this may result in further action from the government.\r\n\r\nSpeaking at today’s, Tuesday 20 November 2018, <a href=\"https://www.foodmatterslive.com/\" rel=\"external\">Food Matters Live</a> event in London, he will call on every sector of the food industry, in particular out of home outlets, to step up and accelerate its efforts.\r\n\r\nThe survey explored the public’s perception of obesity, and <abbr title=\"Public Health England\">PHE</abbr>’s reduction programmes that have challenged the food industry to reduce sugar and calories by 20% in everyday foods such as breakfast cereals, yoghurts and pizzas, as well as ready meals.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">New Chef apprenticeship is launched</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">\'Adopt a Hop\' for hospice care</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n</ul>\r\n<div class=\"grid-row\">\r\n<div class=\"column-two-thirds content-bottom-margin\">\r\n<div class=\"responsive-bottom-margin\">\r\n<div class=\"gem-c-govspeak govuk-govspeak direction-ltr\">\r\n<div class=\"govspeak\">\r\n<h3>Other notable findings from the survey include:</h3>\r\n<ul>\r\n 	<li>over 9 in 10 respondents think obesity is a problem in the UK, and 79% believe it has a negative impact on the NHS</li>\r\n 	<li>only cancer (47% of respondents) and mental health (43%) are seen as bigger health concerns for the UK population than obesity (39%)</li>\r\n 	<li>people believe the greatest responsibility for tackling obesity lies with individuals and families (90%), the food industry (80%) and the government (72%), underlining a belief in a collective responsibility</li>\r\n 	<li>there was support from 87% of people to replace unhealthy products near supermarket tills and checkouts, with healthier ones</li>\r\n</ul>\r\n<h3>Duncan Selbie, chief executive at <abbr title=\"Public Health England\">PHE</abbr>, said:</h3>\r\n<p class=\"last-child\">Obesity is the pandemic of modern times. Customers are saying they want faster progress from the food industry, and in particular, those businesses that have taken little or no action. We will be publicly reporting on these during 2019.</p>\r\n\r\n<h3>Dr Alison Tedstone, chief nutritionist at <abbr title=\"Public Health England\">PHE</abbr>, said:</h3>\r\n<p class=\"last-child\">Severe obesity in ten-to-eleven year-olds is at an all-time high. Plans to improve the nation’s diet are often described as ‘nanny state’ interference, but it’s clear people want healthier food and they expect the industry to play their full part in this.</p>\r\nThe survey also shows people expect the government to tackle obesity, with 60% believing it could do more. However, the survey was undertaken before the government published chapter 2 of its <a href=\"https://www.gov.uk/government/publications/childhood-obesity-a-plan-for-action-chapter-2\">Childhood Obesity Plan</a>.\r\n\r\nIn May 2018, <abbr title=\"Public Health England\">PHE</abbr> reported on progress against the first year sugar reduction ambition of 5%. This showed an overall 2% reduction in foods contributing the most sugar to children’s diets, with up to 6% reduced in some product categories.\r\n\r\nNext year, <abbr title=\"Public Health England\">PHE</abbr> will publish further progress towards reaching the 20% sugar reduction ambition by 2020, as well as guidelines for industry to achieve the 20% reduction in calories by 2024.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Overwhelming public support for sugar and calorie reduction','','inherit','closed','closed','','3331-revision-v1','','','2018-11-21 09:54:00','2018-11-21 09:54:00','',3331,'https://www.ontradeprogress.com/2018/11/21/3331-revision-v1/',0,'revision','',0),(3334,1,'2018-11-21 09:55:27','2018-11-21 09:55:27','<span style=\"color: #19232d; font-size: 24px; font-weight: bold;\">A survey from Public Health England (PHE) found that around 9 in 10 people support the government working with the food industry to make food healthier.</span>\r\n<div class=\"grid-row\">\r\n<div class=\"column-two-thirds content-bottom-margin\">\r\n<div class=\"responsive-bottom-margin\">\r\n<div class=\"gem-c-govspeak govuk-govspeak direction-ltr\">\r\n<div class=\"govspeak\">\r\n\r\nA new survey from <a href=\"https://www.gov.uk/government/organisations/public-health-england\" target=\"_blank\" rel=\"noopener\">Public Health England</a> (<abbr title=\"Public Health England\">PHE</abbr>) shows overwhelming public support for reducing sugar and calories in everyday foods.\r\n\r\nThe survey, carried out by Ipsos MORI, found around 9 in 10 people support the government working with the food industry (manufacturers, supermarkets and the eating out of home sector) to make everyday foods and drinks healthier. Helping the NHS was named as one of the main reasons for people supporting this work.\r\n\r\nThis applied to all sectors, and no concessions were made for food consumed in restaurants, coffee shops or cafes, despite this often being labelled as a ‘treat’.\r\n\r\nThese figures come as Duncan Selbie, chief executive of Public Health England, tells the food industry that next year <abbr title=\"Public Health England\">PHE</abbr> will highlight where progress has not been made on sugar reduction and that this may result in further action from the government.\r\n\r\nSpeaking at today’s, Tuesday 20 November 2018, <a href=\"https://www.foodmatterslive.com/\" target=\"_blank\" rel=\"external noopener\">Food Matters Live</a> event in London, he will call on every sector of the food industry, in particular out of home outlets, to step up and accelerate its efforts.\r\n\r\nThe survey explored the public’s perception of obesity, and <abbr title=\"Public Health England\">PHE</abbr>’s reduction programmes that have challenged the food industry to reduce sugar and calories by 20% in everyday foods such as breakfast cereals, yoghurts and pizzas, as well as ready meals.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">New Chef apprenticeship is launched</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">\'Adopt a Hop\' for hospice care</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\r\n</ul>\r\n<div class=\"grid-row\">\r\n<div class=\"column-two-thirds content-bottom-margin\">\r\n<div class=\"responsive-bottom-margin\">\r\n<div class=\"gem-c-govspeak govuk-govspeak direction-ltr\">\r\n<div class=\"govspeak\">\r\n<h3>Other notable findings from the survey include:</h3>\r\n<ul>\r\n 	<li>over 9 in 10 respondents think obesity is a problem in the UK, and 79% believe it has a negative impact on the NHS</li>\r\n 	<li>only cancer (47% of respondents) and mental health (43%) are seen as bigger health concerns for the UK population than obesity (39%)</li>\r\n 	<li>people believe the greatest responsibility for tackling obesity lies with individuals and families (90%), the food industry (80%) and the government (72%), underlining a belief in a collective responsibility</li>\r\n 	<li>there was support from 87% of people to replace unhealthy products near supermarket tills and checkouts, with healthier ones</li>\r\n</ul>\r\n<h3>Duncan Selbie, chief executive at <abbr title=\"Public Health England\">PHE</abbr>, said:</h3>\r\n<p class=\"last-child\">Obesity is the pandemic of modern times. Customers are saying they want faster progress from the food industry, and in particular, those businesses that have taken little or no action. We will be publicly reporting on these during 2019.</p>\r\n\r\n<h3>Dr Alison Tedstone, chief nutritionist at <abbr title=\"Public Health England\">PHE</abbr>, said:</h3>\r\n<p class=\"last-child\">Severe obesity in ten-to-eleven year-olds is at an all-time high. Plans to improve the nation’s diet are often described as ‘nanny state’ interference, but it’s clear people want healthier food and they expect the industry to play their full part in this.</p>\r\nThe survey also shows people expect the government to tackle obesity, with 60% believing it could do more. However, the survey was undertaken before the government published chapter 2 of its <a href=\"https://www.gov.uk/government/publications/childhood-obesity-a-plan-for-action-chapter-2\" target=\"_blank\" rel=\"noopener\">Childhood Obesity Plan</a>.\r\n\r\nIn May 2018, <abbr title=\"Public Health England\">PHE</abbr> reported on progress against the first year sugar reduction ambition of 5%. This showed an overall 2% reduction in foods contributing the most sugar to children’s diets, with up to 6% reduced in some product categories.\r\n\r\n<strong>Next year, <abbr title=\"Public Health England\">PHE</abbr> will publish further progress towards reaching the 20% sugar reduction ambition by 2020, as well as guidelines for </strong>ithe ndustry<strong> to achieve the 20% reduction in calories by 2024.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Overwhelming public support for sugar and calorie reduction','','inherit','closed','closed','','3331-revision-v1','','','2018-11-21 09:55:27','2018-11-21 09:55:27','',3331,'https://www.ontradeprogress.com/2018/11/21/3331-revision-v1/',0,'revision','',0),(3335,1,'2018-11-21 11:15:38','2018-11-21 11:15:38','<h1>According to a new study by Carlsberg UK, consumers across the UK believe that low or no alcohol beer is becoming more socially acceptable.</h1>\r\n<div class=\"rte rte--no-pad\">\r\n\r\nThe brewer behind a growing collection of low and no alcohol beers including Carlsberg 0.0% and San Miguel 0.0%, commissioned a study carried out by OnePoll, which delved into the drinking habits of 2,000 UK adults, with a particular focus on low or no alcohol beers.\r\n\r\nThe study found 59% of respondents had tried a low or no alcohol drink and more than half of those asked (52%) agreed that drinking a low or no alcohol beer had become more socially acceptable in the last year or two.\r\nTwenty-eight per cent of respondents would consider drinking an alcohol-free beer as an alternative to alcohol and 26% would consider it over an alternative soft drink.\r\n\r\nThe study also found that there are differences in attitudes toward alcohol between men and women. Thirty-five per cent of women have become more conscious about their alcohol intake over the last one to two years versus 30% of men.\r\nMen were more likely to consume low or no alcohol alternatives at home and females were more likely to try it on a night out. Women were also more likely than men to enjoy the taste of low or no alcohol.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Huge public support for Government crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government announces alcohol harm crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">A Chef apprenticeship is launched</a></li>\r\n</ul>\r\n<div class=\"rte rte--no-pad\">\r\n<h2>Millennials, a consumer group which has often been identified as one consuming less alcohol than previous generations, were the group most likely to enjoy the taste (70%) and the most likely to try an alcohol-free beer (24%).</h2>\r\nLiam Newton, VP Marketing at Carlsberg UK said, “The UK has long been a nation known for its love of beer but we have seen a step-change in people’s attitudes towards moderation when it comes to drinking.\r\n\r\n“Through our consumer research, we’ve been aware of this trend for some time, and as a result, we are increasing the number of low or no alcohol alternatives in our range.”\r\n\r\nThe Hopping Hare, Northamptonshire, commented, “No or low alcohol beers are certainly becoming a popular choice for consumers who don’t want to drink alcohol but don’t necessarily want an orange juice or alternative soft drink. We see low or no alcohol beers as an essential part of our drinks offering now.”\r\n\r\nCarlsberg globally is behind a growing collection of low and no alcohol beers including Carlsberg 0.0% and San Miguel 0.0%, and have committed to offering an alcohol-free alternative wherever its alcoholic options are sold by 2030 to expand customer choice. The commitment forms part of a wider sustainability programme, Together Towards Zero, which includes ambitions to reach ZERO irresponsible drinking, ZERO carbon footprint, ZERO water waste, and a create a ZERO accidents culture in its workplace. #TowardsZERO\r\n\r\n</div>','Carlsberg - No alcohol beer is becoming more socially acceptable','','publish','closed','open','','no-alcohol-beer-acceptable','','https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\nhttps://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/','2018-11-21 11:31:20','2018-11-21 11:31:20','',0,'https://www.ontradeprogress.com/?p=3335',0,'post','',0),(3336,1,'2018-11-21 10:24:01','2018-11-21 10:24:01','','Carlsberg - No alcohol beer is becoming more socially acceptable','Carlsberg - No alcohol beer is becoming more socially acceptable','inherit','closed','closed','','san-miguel-00-headline','','','2018-11-21 10:26:05','2018-11-21 10:26:05','',3335,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/san-miguel-00-headline.png',0,'attachment','image/png',0),(3337,1,'2018-11-21 10:40:26','2018-11-21 10:40:26','<h1>According to a new study by Carlsberg UK, consumers across the UK believe that low or no alcohol beer is becoming more socially acceptable.</h1>\r\n<div class=\"rte rte--no-pad\">\r\n\r\nThe brewer behind a growing collection of low and no alcohol beers including Carlsberg 0.0% and San Miguel 0.0%, commissioned a study carried out by OnePoll, which delved into the drinking habits of 2,000 UK adults, with a particular focus on low or no alcohol beers.\r\n\r\nThe study found 59% of respondents had tried a low or no alcohol drink and more than half of those asked (52%) agreed that drinking a low or no alcohol beer had become more socially acceptable in the last year or two.\r\nTwenty-eight per cent of respondents would consider drinking an alcohol-free beer as an alternative to alcohol and 26% would consider it over an alternative soft drink.\r\n\r\nThe study also found that there are differences in attitudes toward alcohol between men and women. Thirty-five per cent of women have become more conscious about their alcohol intake over the last one to two years versus 30% of men.\r\nMen were more likely to consume low or no alcohol alternatives at home and females were more likely to try it on a night out. Women were also more likely than men to enjoy the taste of low or no alcohol.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Huge public support for Government crackdown</a></li>\r\n 	<li></li>\r\n</ul>\r\n<div class=\"rte rte--no-pad\">\r\n<h2>Millennials, a consumer group which has often been identified as one consuming less alcohol than previous generations, were the group most likely to enjoy the taste (70%) and the most likely to try an alcohol-free beer (24%).</h2>\r\nLiam Newton, VP Marketing at Carlsberg UK said, “The UK has long been a nation known for its love of beer but we have seen a step-change in people’s attitudes towards moderation when it comes to drinking.\r\n\r\n“Through our consumer research, we’ve been aware of this trend for some time, and as a result, we are increasing the number of low or no alcohol alternatives in our range.”\r\n\r\nThe Hopping Hare, Northamptonshire, commented, “No or low alcohol beers are certainly becoming a popular choice for consumers who don’t want to drink alcohol but don’t necessarily want an orange juice or alternative soft drink. We see low or no alcohol beers as an essential part of our drinks offering now.”\r\n\r\nCarlsberg globally is behind a growing collection of low and no alcohol beers including Carlsberg 0.0% and San Miguel 0.0%, and have committed to offering an alcohol-free alternative wherever its alcoholic options are sold by 2030 to expand customer choice. The commitment forms part of a wider sustainability programme, Together Towards Zero, which includes ambitions to reach ZERO irresponsible drinking, ZERO carbon footprint, ZERO water waste, and a create a ZERO accidents culture in its workplace. #TowardsZERO\r\n\r\n</div>','Carlsberg - No alcohol beer is becoming more socially acceptable','','inherit','closed','closed','','3335-revision-v1','','','2018-11-21 10:40:26','2018-11-21 10:40:26','',3335,'https://www.ontradeprogress.com/2018/11/21/3335-revision-v1/',0,'revision','',0),(3338,1,'2018-11-21 11:08:22','2018-11-21 11:08:22','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm by cautioning that any measures must be proportionate.</strong></h1>\r\nUKHospitality Chief Executive Kate Nicholls said: “UKHospitality, its members and the wider sector share the Scottish Government’s aims to tackle alcohol abuse and promote healthier attitudes.\r\n\r\n[caption id=\"attachment_3340\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3340\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-428392_640-300x199.jpg\" alt=\"UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate\" width=\"300\" height=\"199\" /> UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate[/caption]\r\n\r\n“Scotland’s hospitality and tourism sectors are also some of the country’s best assets, including its pubs, bars, nightclubs and restaurants. They provide employment and investment in every region and any measures undertaken by the Scottish Government should be proportionate. They should avoid the unintended consequences of placing additional burdens or costs on valuable employers.\r\n\r\n“The sector is ready to support the Scottish Government in its aims and we urge the SNP to work closely with us to help promote healthy attitudes to alcohol.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Huge public support Government crackdown on sugar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">Chef apprenticeship is launched</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">Hogs Back Brewery back a Phyllis Tuckwell charity </a></li>\r\n</ul>','The Scottish Government announces a strategy to tackle alcohol harm','','publish','closed','open','','scottish-governments-alcohol-strategy','','','2018-11-21 11:08:22','2018-11-21 11:08:22','',0,'https://www.ontradeprogress.com/?p=3338',0,'post','',0),(3339,1,'2018-11-21 11:01:41','2018-11-21 11:01:41','','UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate','UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate','inherit','closed','closed','','red-wine-2443699_640','','','2018-11-21 11:04:15','2018-11-21 11:04:15','',3338,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/red-wine-2443699_640.jpg',0,'attachment','image/jpeg',0),(3340,1,'2018-11-21 11:05:20','2018-11-21 11:05:20','','UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate','UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate','inherit','closed','closed','','alcohol-428392_640','','','2018-11-21 11:05:33','2018-11-21 11:05:33','',3338,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-428392_640.jpg',0,'attachment','image/jpeg',0),(3341,1,'2018-11-21 11:08:09','2018-11-21 11:08:09','<h1><strong><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm by cautioning that any measures must be proportionate.</strong></h1>\r\nUKHospitality Chief Executive Kate Nicholls said: “UKHospitality, its members and the wider sector share the Scottish Government’s aims to tackle alcohol abuse and promote healthier attitudes.\r\n\r\n[caption id=\"attachment_3340\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3340\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/alcohol-428392_640-300x199.jpg\" alt=\"UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate\" width=\"300\" height=\"199\" /> UKHospitality has reacted to the Scottish Government’s announcement of a strategy to tackle alcohol harm must be proportionate[/caption]\r\n\r\n“Scotland’s hospitality and tourism sectors are also some of the country’s best assets, including its pubs, bars, nightclubs and restaurants. They provide employment and investment in every region and any measures undertaken by the Scottish Government should be proportionate. They should avoid the unintended consequences of placing additional burdens or costs on valuable employers.\r\n\r\n“The sector is ready to support the Scottish Government in its aims and we urge the SNP to work closely with us to help promote healthy attitudes to alcohol.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Huge public support Government crackdown on sugar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">Chef apprenticeship is launched</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">Hogs Back Brewery back a Phyllis Tuckwell charity </a></li>\r\n</ul>','The Scottish Government announces a strategy to tackle alcohol harm','','inherit','closed','closed','','3338-revision-v1','','','2018-11-21 11:08:09','2018-11-21 11:08:09','',3338,'https://www.ontradeprogress.com/2018/11/21/3338-revision-v1/',0,'revision','',0),(3342,1,'2018-11-21 11:15:21','2018-11-21 11:15:21','<h1>According to a new study by Carlsberg UK, consumers across the UK believe that low or no alcohol beer is becoming more socially acceptable.</h1>\r\n<div class=\"rte rte--no-pad\">\r\n\r\nThe brewer behind a growing collection of low and no alcohol beers including Carlsberg 0.0% and San Miguel 0.0%, commissioned a study carried out by OnePoll, which delved into the drinking habits of 2,000 UK adults, with a particular focus on low or no alcohol beers.\r\n\r\nThe study found 59% of respondents had tried a low or no alcohol drink and more than half of those asked (52%) agreed that drinking a low or no alcohol beer had become more socially acceptable in the last year or two.\r\nTwenty-eight per cent of respondents would consider drinking an alcohol-free beer as an alternative to alcohol and 26% would consider it over an alternative soft drink.\r\n\r\nThe study also found that there are differences in attitudes toward alcohol between men and women. Thirty-five per cent of women have become more conscious about their alcohol intake over the last one to two years versus 30% of men.\r\nMen were more likely to consume low or no alcohol alternatives at home and females were more likely to try it on a night out. Women were also more likely than men to enjoy the taste of low or no alcohol.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Huge public support for Government crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government announces alcohol harm crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/\">A Chef apprenticeship is launched</a></li>\r\n</ul>\r\n<div class=\"rte rte--no-pad\">\r\n<h2>Millennials, a consumer group which has often been identified as one consuming less alcohol than previous generations, were the group most likely to enjoy the taste (70%) and the most likely to try an alcohol-free beer (24%).</h2>\r\nLiam Newton, VP Marketing at Carlsberg UK said, “The UK has long been a nation known for its love of beer but we have seen a step-change in people’s attitudes towards moderation when it comes to drinking.\r\n\r\n“Through our consumer research, we’ve been aware of this trend for some time, and as a result, we are increasing the number of low or no alcohol alternatives in our range.”\r\n\r\nThe Hopping Hare, Northamptonshire, commented, “No or low alcohol beers are certainly becoming a popular choice for consumers who don’t want to drink alcohol but don’t necessarily want an orange juice or alternative soft drink. We see low or no alcohol beers as an essential part of our drinks offering now.”\r\n\r\nCarlsberg globally is behind a growing collection of low and no alcohol beers including Carlsberg 0.0% and San Miguel 0.0%, and have committed to offering an alcohol-free alternative wherever its alcoholic options are sold by 2030 to expand customer choice. The commitment forms part of a wider sustainability programme, Together Towards Zero, which includes ambitions to reach ZERO irresponsible drinking, ZERO carbon footprint, ZERO water waste, and a create a ZERO accidents culture in its workplace. #TowardsZERO\r\n\r\n</div>','Carlsberg - No alcohol beer is becoming more socially acceptable','','inherit','closed','closed','','3335-revision-v1','','','2018-11-21 11:15:21','2018-11-21 11:15:21','',3335,'https://www.ontradeprogress.com/2018/11/21/3335-revision-v1/',0,'revision','',0),(3343,1,'2018-11-21 12:37:25','2018-11-21 12:37:25','<h1 class=\"ox-878d845453-MsoNormal\">In celebration of Diwali, the Festival of Lights this week, <a href=\"http://jaisalmergin.com/\" target=\"_blank\" rel=\"noopener\">Jaisalmer</a> Indian Craft Gin is launching today in the UK.  Jaisalmer Indian Craft Gin, distilled at one of India’s oldest distilleries, encapsulates the rich heritage and history of the Indian city of Jaisalmer, known as the jewel in India’s crown.</h1>\r\n[caption id=\"attachment_3346\" align=\"alignleft\" width=\"166\"]<img class=\"size-medium wp-image-3346\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image004-166x300.png\" alt=\"Jaisalmer Indian Craft Gin launches in the UK\" width=\"166\" height=\"300\" /> Jaisalmer Indian Craft Gin launches in the UK[/caption]\r\n<p class=\"ox-878d845453-MsoNormal\">Available exclusively at The Whisky Exchange and rolling out to retailers throughout the UK in time for Christmas, Jaisalmer Gin makes an original and stylish gift. Jaisalmer Gin’s signature drink celebrates the origin of the Gin &amp; Tonic in British Colonial India, where Indian Tonic Water made with quinine was first created and used to combat malaria in the 1800s.</p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Jaisalmer Indian Craft Gin {pronounced Jessalmeer} is triple-distilled and handcrafted in a traditional copper pot still in small batches by Master Distiller Anup Barik at Rampur Distillery – the makers of Rampur Indian Single Malt Whisky.  The distillery is one of India’s oldest, located in the foothills of the Himalayas.</p>\r\n<p class=\"ox-878d845453-MsoNormal\">The Jaisalmer Indian Craft Gin recipe is derived from the ancient Indian knowledge of herbs and hand-picked botanicals. Anup Barik, who comes from a family of Indian master distillers, wanted to retain the classic gin flavour using juniper berries whilst adding a refreshing twist with Indian botanicals. He has chosen seven of the 11 botanicals used in the distillation from all four corners of India. The Coriander and Vetiver, a complex spice with intriguing peppery notes, are grown in the fields around Jaisalmer in the North of India. The sweet orange peel, which complements the citrus and floral tones of the gin, comes from Central India. Cubeb Pepper berries and Lemon Grass from Southern India, Darjeeling Green Tea leaves from Eastern India and Lemon Peel from Western India make up the remaining Indian-sourced botanicals.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\">No alcohol beer is becoming socially acceptable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government in alcohol harm crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Public behind the Government\'s plan for sugar and calorie reduction</a></li>\r\n</ul>\r\n<h2 class=\"ox-878d845453-MsoNormal\">Other botanicals include angelica root, liquorice and caraway seeds which lend a spicy, slightly anise-tinged flavour to the gin and the all-important juniper berries are from Tuscany.</h2>\r\n<p class=\"ox-878d845453-MsoNormal\">Sanjeev Banga, President – International Business at Jaisalmer’s owners Radico, says, “We’re delighted to be launching our first Indian Craft Gin and are excited about the heritage behind the brand as well as the Indian craftsmanship our Master Distiller uses to distil our new gin. Jaisalmer’s signature serve, the <b>Jaisalmer Gin and Indian Tonic</b> tastes like an oasis in the desert and we describe it as a drink fit for Royalty, harking back to the imperial age of the Maharajas and their moments of leisure and pleasure. Jaisalmer also makes an excellent base for exotic gin cocktails to be enjoyed by consumers especially in the UK, USA, the rest of Europe and other countries worldwide.”</p>\r\n\r\n\r\n[caption id=\"attachment_3347\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3347\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image005-300x227.png\" alt=\"Indian craft gin\" width=\"300\" height=\"227\" /> Indian craft Gin &amp; Tonic[/caption]\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Jaisalmer Indian G&amp;T</b></h3>\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Pour 35ml Jaisalmer Indian Craft Gin into a copa glass filled with fresh ice. Top with Indian Tonic Water and garnish with orange peel.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"><b> </b></p>\r\n\r\n\r\n[caption id=\"attachment_3348\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3348\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image006-300x198.png\" alt=\"Indian craft gin\" width=\"300\" height=\"198\" /> Indian craft Gin &amp; Tonic[/caption]\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Maharaja Mojito</b></h3>\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Fill up a glass with ice and pour over 50ml Jaisalmer Indian Craft Gin. Clap 6 mint leaves and add to the glass. Add 15ml of fresh lime juice, 50ml bitter lemon and 20ml organic Agave Syrup. Stir gently and garnish with a mint sprig.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>RRP: £35.45 for a 70cl bottle. ABV: 43%</strong></p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>Exclusively available from The Whisky Exchange for November and from December selected high-end retailers</strong> <a href=\"http://www.thewhiskyexchange.com/\" target=\"_blank\" rel=\"noopener\">www.thewhiskyexchange.com</a></p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>It is available to the trade through Speciality  Drinks</strong> <a href=\"http://www.specialitydrinks.com/\" target=\"_blank\" rel=\"noopener\">www.specialitydrinks.com</a></p>','Jaisalmer Indian Craft Gin launches in the UK – “The whole of India in one bottle”  ','','publish','closed','open','','indian-craft-gin-launches-uk','','','2018-11-21 12:37:25','2018-11-21 12:37:25','',0,'https://www.ontradeprogress.com/?p=3343',0,'post','',0),(3344,1,'2018-11-21 11:39:09','2018-11-21 11:39:09','<h1 class=\"ox-878d845453-MsoNormal\">In celebration of Diwali, the Festival of Lights this week, Jaisalmer Indian Craft Gin is launching today in the UK.  Jaisalmer Indian Craft Gin, distilled at one of India’s oldest distilleries, encapsulates the rich heritage and history of the Indian city of Jaisalmer, known as the jewel in India’s crown.</h1>\r\n<p class=\"ox-878d845453-MsoNormal\">Available exclusively at The Whisky Exchange and rolling out to retailers throughout the UK in time for Christmas, Jaisalmer Gin makes an original and stylish gift. Jaisalmer Gin’s signature drink celebrates the origin of the Gin &amp; Tonic in British Colonial India, where Indian Tonic Water made with quinine was first created and used to combat malaria in the 1800s.</p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Jaisalmer Indian Craft Gin {pronounced Jessalmeer} is triple-distilled and handcrafted in a traditional copper pot still in small batches by Master Distiller Anup Barik at Rampur Distillery – the makers of Rampur Indian Single Malt Whisky.  The distillery is one of India’s oldest, located in the foothills of the Himalayas.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">The Jaisalmer Indian Craft Gin recipe is derived from the ancient Indian knowledge of herbs and hand-picked botanicals. Anup Barik, who comes from a family of Indian master distillers, wanted to retain the classic gin flavour using juniper berries whilst adding a refreshing twist with Indian botanicals. He has chosen seven of the 11 botanicals used in the distillation from all four corners of India. The Coriander and Vetiver, a complex spice with intriguing peppery notes, are grown in the fields around Jaisalmer in the North of India. The sweet orange peel, which complements the citrus and floral tones of the gin, comes from Central India. Cubeb Pepper berries and Lemon Grass from Southern India, Darjeeling Green Tea leaves from Eastern India and Lemon Peel from Western India make up the remaining Indian-sourced botanicals.</p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<h2 class=\"ox-878d845453-MsoNormal\">Other botanicals include angelica root, liquorice and caraway seeds which lend a spicy, slightly anise-tinged flavour to the gin and the all-important juniper berries are from Tuscany.</h2>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Sanjeev Banga, President – International Business at Jaisalmer’s owners Radico, says, “We’re delighted to be launching our first Indian Craft Gin and are excited about the heritage behind the brand as well as the Indian craftsmanship our Master Distiller uses to distil our new gin. Jaisalmer’s signature serve, the <b>Jaisalmer Gin and Indian Tonic</b> tastes like an oasis in the desert and we describe it as a drink fit for Royalty, harking back to the imperial age of the Maharajas and their moments of leisure and pleasure. Jaisalmer also makes an excellent base for exotic gin cocktails to be enjoyed by consumers especially in the UK, USA, the rest of Europe and other countries worldwide.”</p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Jaisalmer Indian G&amp;T</b></h3>\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Pour 35ml Jaisalmer Indian Craft Gin into a copa glass filled with fresh ice. Top with Indian Tonic Water and garnish with orange peel.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"><b> </b></p>\r\n\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Maharaja Mojito</b></h3>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Fill up a glass with ice and pour over 50ml Jaisalmer Indian Craft Gin. Clap 6 mint leaves and add to the glass. Add 15ml of fresh lime juice, 50ml bitter lemon and 20ml organic Agave Syrup. Stir gently and garnish with a mint sprig.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>RRP: £35.45 for a 70cl bottle. ABV: 43%</strong></p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Exclusively available from The Whisky Exchange for November and from December selected high-end retailers <a href=\"http://www.thewhiskyexchange.com/\" target=\"_blank\" rel=\"noopener\">www.thewhiskyexchange.com</a></p>\r\n<p class=\"ox-878d845453-MsoNormal\">It is available to the trade through Speciality  Drinks <a href=\"http://www.specialitydrinks.com/\" target=\"_blank\" rel=\"noopener\">www.specialitydrinks.com</a></p>','Jaisalmer Indian Craft Gin launches in the UK – “The whole of India in one bottle”  ','','inherit','closed','closed','','3343-revision-v1','','','2018-11-21 11:39:09','2018-11-21 11:39:09','',3343,'https://www.ontradeprogress.com/2018/11/21/3343-revision-v1/',0,'revision','',0),(3345,1,'2018-11-21 11:40:00','2018-11-21 11:40:00','','Indian craft Gin & Tonic','Indian craft Gin & Tonic','inherit','closed','closed','','image003-3','','','2018-11-21 11:57:25','2018-11-21 11:57:25','',3343,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image003.png',0,'attachment','image/png',0),(3346,1,'2018-11-21 11:40:03','2018-11-21 11:40:03','','Jaisalmer Indian Craft Gin launches in the UK','Jaisalmer Indian Craft Gin launches in the UK','inherit','closed','closed','','image004-2','','','2018-11-21 11:59:28','2018-11-21 11:59:28','',3343,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image004.png',0,'attachment','image/png',0),(3347,1,'2018-11-21 11:40:07','2018-11-21 11:40:07','','Indian craft gin','Indian craft gin','inherit','closed','closed','','image005-2','','','2018-11-21 11:41:00','2018-11-21 11:41:00','',3343,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image005.png',0,'attachment','image/png',0),(3348,1,'2018-11-21 11:40:09','2018-11-21 11:40:09','','Indian craft gin','Indian craft gin','inherit','closed','closed','','image006-2','','','2018-11-21 11:56:13','2018-11-21 11:56:13','',3343,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/image006.png',0,'attachment','image/png',0),(3349,1,'2018-11-21 11:53:39','2018-11-21 11:53:39','<h1 class=\"ox-878d845453-MsoNormal\">In celebration of Diwali, the Festival of Lights this week, Jaisalmer Indian Craft Gin is launching today in the UK.  Jaisalmer Indian Craft Gin, distilled at one of India’s oldest distilleries, encapsulates the rich heritage and history of the Indian city of Jaisalmer, known as the jewel in India’s crown.</h1>\r\n<p class=\"ox-878d845453-MsoNormal\">Available exclusively at The Whisky Exchange and rolling out to retailers throughout the UK in time for Christmas, Jaisalmer Gin makes an original and stylish gift. Jaisalmer Gin’s signature drink celebrates the origin of the Gin &amp; Tonic in British Colonial India, where Indian Tonic Water made with quinine was first created and used to combat malaria in the 1800s.</p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Jaisalmer Indian Craft Gin {pronounced Jessalmeer} is triple-distilled and handcrafted in a traditional copper pot still in small batches by Master Distiller Anup Barik at Rampur Distillery – the makers of Rampur Indian Single Malt Whisky.  The distillery is one of India’s oldest, located in the foothills of the Himalayas.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">The Jaisalmer Indian Craft Gin recipe is derived from the ancient Indian knowledge of herbs and hand-picked botanicals. Anup Barik, who comes from a family of Indian master distillers, wanted to retain the classic gin flavour using juniper berries whilst adding a refreshing twist with Indian botanicals. He has chosen seven of the 11 botanicals used in the distillation from all four corners of India. The Coriander and Vetiver, a complex spice with intriguing peppery notes, are grown in the fields around Jaisalmer in the North of India. The sweet orange peel, which complements the citrus and floral tones of the gin, comes from Central India. Cubeb Pepper berries and Lemon Grass from Southern India, Darjeeling Green Tea leaves from Eastern India and Lemon Peel from Western India make up the remaining Indian-sourced botanicals.</p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<h2 class=\"ox-878d845453-MsoNormal\">Other botanicals include angelica root, liquorice and caraway seeds which lend a spicy, slightly anise-tinged flavour to the gin and the all-important juniper berries are from Tuscany.</h2>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Sanjeev Banga, President – International Business at Jaisalmer’s owners Radico, says, “We’re delighted to be launching our first Indian Craft Gin and are excited about the heritage behind the brand as well as the Indian craftsmanship our Master Distiller uses to distil our new gin. Jaisalmer’s signature serve, the <b>Jaisalmer Gin and Indian Tonic</b> tastes like an oasis in the desert and we describe it as a drink fit for Royalty, harking back to the imperial age of the Maharajas and their moments of leisure and pleasure. Jaisalmer also makes an excellent base for exotic gin cocktails to be enjoyed by consumers especially in the UK, USA, the rest of Europe and other countries worldwide.”</p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n\r\n[caption id=\"attachment_3347\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3347\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image005-300x227.png\" alt=\"Indian craft gin\" width=\"300\" height=\"227\" /> Indian craft Gin &amp; Tonic[/caption]\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Jaisalmer Indian G&amp;T</b></h3>\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\"><b> </b></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Pour 35ml Jaisalmer Indian Craft Gin into a copa glass filled with fresh ice. Top with Indian Tonic Water and garnish with orange peel.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"><b> </b></p>\r\n\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Maharaja Mojito</b></h3>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Fill up a glass with ice and pour over 50ml Jaisalmer Indian Craft Gin. Clap 6 mint leaves and add to the glass. Add 15ml of fresh lime juice, 50ml bitter lemon and 20ml organic Agave Syrup. Stir gently and garnish with a mint sprig.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>RRP: £35.45 for a 70cl bottle. ABV: 43%</strong></p>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n<p class=\"ox-878d845453-MsoNormal\">Exclusively available from The Whisky Exchange for November and from December selected high-end retailers <a href=\"http://www.thewhiskyexchange.com/\" target=\"_blank\" rel=\"noopener\">www.thewhiskyexchange.com</a></p>\r\n<p class=\"ox-878d845453-MsoNormal\">It is available to the trade through Speciality  Drinks <a href=\"http://www.specialitydrinks.com/\" target=\"_blank\" rel=\"noopener\">www.specialitydrinks.com</a></p>','Jaisalmer Indian Craft Gin launches in the UK – “The whole of India in one bottle”  ','','inherit','closed','closed','','3343-revision-v1','','','2018-11-21 11:53:39','2018-11-21 11:53:39','',3343,'https://www.ontradeprogress.com/2018/11/21/3343-revision-v1/',0,'revision','',0),(3350,1,'2018-11-21 12:03:02','2018-11-21 12:03:02','<h1 class=\"ox-878d845453-MsoNormal\">In celebration of Diwali, the Festival of Lights this week, <a href=\"http://jaisalmergin.com/\" target=\"_blank\" rel=\"noopener\">Jaisalmer</a> Indian Craft Gin is launching today in the UK.  Jaisalmer Indian Craft Gin, distilled at one of India’s oldest distilleries, encapsulates the rich heritage and history of the Indian city of Jaisalmer, known as the jewel in India’s crown.</h1>\r\n[caption id=\"attachment_3346\" align=\"alignleft\" width=\"166\"]<img class=\"size-medium wp-image-3346\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image004-166x300.png\" alt=\"Jaisalmer Indian Craft Gin launches in the UK\" width=\"166\" height=\"300\" /> Jaisalmer Indian Craft Gin launches in the UK[/caption]\r\n<p class=\"ox-878d845453-MsoNormal\">Available exclusively at The Whisky Exchange and rolling out to retailers throughout the UK in time for Christmas, Jaisalmer Gin makes an original and stylish gift. Jaisalmer Gin’s signature drink celebrates the origin of the Gin &amp; Tonic in British Colonial India, where Indian Tonic Water made with quinine was first created and used to combat malaria in the 1800s.</p>\r\n\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Jaisalmer Indian Craft Gin {pronounced Jessalmeer} is triple-distilled and handcrafted in a traditional copper pot still in small batches by Master Distiller Anup Barik at Rampur Distillery – the makers of Rampur Indian Single Malt Whisky.  The distillery is one of India’s oldest, located in the foothills of the Himalayas.</p>\r\n<p class=\"ox-878d845453-MsoNormal\">The Jaisalmer Indian Craft Gin recipe is derived from the ancient Indian knowledge of herbs and hand-picked botanicals. Anup Barik, who comes from a family of Indian master distillers, wanted to retain the classic gin flavour using juniper berries whilst adding a refreshing twist with Indian botanicals. He has chosen seven of the 11 botanicals used in the distillation from all four corners of India. The Coriander and Vetiver, a complex spice with intriguing peppery notes, are grown in the fields around Jaisalmer in the North of India. The sweet orange peel, which complements the citrus and floral tones of the gin, comes from Central India. Cubeb Pepper berries and Lemon Grass from Southern India, Darjeeling Green Tea leaves from Eastern India and Lemon Peel from Western India make up the remaining Indian-sourced botanicals.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\">No alcohol beer is becoming socially acceptable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government in alcohol harm crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Public behind the Government\'s plan for sugar and calorie reduction</a></li>\r\n</ul>\r\n<h2 class=\"ox-878d845453-MsoNormal\">Other botanicals include angelica root, liquorice and caraway seeds which lend a spicy, slightly anise-tinged flavour to the gin and the all-important juniper berries are from Tuscany.</h2>\r\n<p class=\"ox-878d845453-MsoNormal\">Sanjeev Banga, President – International Business at Jaisalmer’s owners Radico, says, “We’re delighted to be launching our first Indian Craft Gin and are excited about the heritage behind the brand as well as the Indian craftsmanship our Master Distiller uses to distil our new gin. Jaisalmer’s signature serve, the <b>Jaisalmer Gin and Indian Tonic</b> tastes like an oasis in the desert and we describe it as a drink fit for Royalty, harking back to the imperial age of the Maharajas and their moments of leisure and pleasure. Jaisalmer also makes an excellent base for exotic gin cocktails to be enjoyed by consumers especially in the UK, USA, the rest of Europe and other countries worldwide.”</p>\r\n\r\n\r\n[caption id=\"attachment_3347\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3347\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image005-300x227.png\" alt=\"Indian craft gin\" width=\"300\" height=\"227\" /> Indian craft Gin &amp; Tonic[/caption]\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Jaisalmer Indian G&amp;T</b></h3>\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Pour 35ml Jaisalmer Indian Craft Gin into a copa glass filled with fresh ice. Top with Indian Tonic Water and garnish with orange peel.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"><b> </b></p>\r\n\r\n\r\n[caption id=\"attachment_3348\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3348\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/image006-300x198.png\" alt=\"Indian craft gin\" width=\"300\" height=\"198\" /> Indian craft Gin &amp; Tonic[/caption]\r\n<h3 class=\"ox-878d845453-MsoNormal\"><b>The Maharaja Mojito</b></h3>\r\n<div>\r\n<p class=\"ox-878d845453-MsoNormal\"></p>\r\n\r\n</div>\r\n<p class=\"ox-878d845453-MsoNormal\">Fill up a glass with ice and pour over 50ml Jaisalmer Indian Craft Gin. Clap 6 mint leaves and add to the glass. Add 15ml of fresh lime juice, 50ml bitter lemon and 20ml organic Agave Syrup. Stir gently and garnish with a mint sprig.</p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>RRP: £35.45 for a 70cl bottle. ABV: 43%</strong></p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>Exclusively available from The Whisky Exchange for November and from December selected high-end retailers</strong> <a href=\"http://www.thewhiskyexchange.com/\" target=\"_blank\" rel=\"noopener\">www.thewhiskyexchange.com</a></p>\r\n<p class=\"ox-878d845453-MsoNormal\"><strong>It is available to the trade through Speciality  Drinks</strong> <a href=\"http://www.specialitydrinks.com/\" target=\"_blank\" rel=\"noopener\">www.specialitydrinks.com</a></p>','Jaisalmer Indian Craft Gin launches in the UK – “The whole of India in one bottle”  ','','inherit','closed','closed','','3343-revision-v1','','','2018-11-21 12:03:02','2018-11-21 12:03:02','',3343,'https://www.ontradeprogress.com/2018/11/21/3343-revision-v1/',0,'revision','',0),(3351,1,'2018-11-21 12:33:44','2018-11-21 12:33:44','','Indian craft Gin & Tonic','Indian craft Gin & Tonic','inherit','closed','closed','','gin-2126375_640','','','2018-11-21 12:33:55','2018-11-21 12:33:55','',3343,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/gin-2126375_640.jpg',0,'attachment','image/jpeg',0),(3352,1,'2018-11-21 12:54:44','2018-11-21 12:54:44','<h1><a href=\"https://www.edinburghgin.com/\" target=\"_blank\" rel=\"noopener\">Edinburgh Gin</a> – the multi-award-winning spirits brand – is announcing plans to invest in a new multi-million-pound distillery in Edinburgh city centre. The development includes the acquisition of large-scale premises on East Market Street, in the heart of the city’s historic ‘Old Town’.</h1>\r\nThe new distillery will invite visitors to embark on a journey through the history of gin-making alongside a sensory immersion into flavour, botanicals and distilling. Visitors will also have the chance to make their own gin as part of the Edinburgh Gin experience.\r\n\r\nThe new premises will enable Edinburgh Gin to welcome over 100,000 visitors through its doors each year.\r\n\r\nFirst-stage plans for the three-floor premises (total area is 1,357m2) include a glass-fronted entrance providing a street-side view of the state-of-the-art stills, a stunning rooftop terrace featuring Edinburgh Gin botanicals and private gin tasting rooms.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/\" target=\"_blank\" rel=\"noopener\">Jaisalmer Indian Craft Gin launches in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\" target=\"_blank\" rel=\"noopener\">No alcohol beer is becoming socially acceptable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\" target=\"_blank\" rel=\"noopener\">Scottish Government announces strategy to tackle alcohol harm</a></li>\r\n</ul>\r\n<h3>Since the brand’s launch in 2010, Edinburgh Gin has experienced unprecedented growth and is now seen as the industry leader in flavour innovation.</h3>\r\nThe expansion will see Edinburgh Gin increase production capacity by over 200% in line with continued demand.\r\n\r\n[caption id=\"attachment_3354\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3354\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/EG-CGI-UPDATE-14.11.2018-300x225.jpg\" alt=\"Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley\" width=\"300\" height=\"225\" /> Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley[/caption]\r\n\r\nNeil Mowat, UK Marketing Director of Ian Macleod Distillers, said:\r\n\r\n“This is the beginning of an exciting new chapter in the evolution of Edinburgh Gin. As the ‘No.1 super premium gin brand in the UK’, Edinburgh Gin is in high demand and this investment is our commitment to continued innovation and growth.\r\n\r\n“Working with local businesses including Staran Architects and Contagious, we are confident this will be a stunning distillery that offers a gin experience quite unlike any other.”\r\n\r\nThe existing Edinburgh Gin Visitor Centre and Distillery are currently located at the West End and is ranked among the capital’s leading 5-star visitor attractions.\r\n\r\nThe planning process is now underway and further announcements and updates will be released over the coming months as the project progresses.','Edinburgh Gin unveils plans for a multi-million-pound distillery','','publish','closed','open','','edinburgh-gin-new-distillery','','\nhttps://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/','2018-11-21 12:56:17','2018-11-21 12:56:17','',0,'https://www.ontradeprogress.com/?p=3352',0,'post','',0),(3353,1,'2018-11-21 12:48:01','2018-11-21 12:48:01','','Artistic impression of new Edinburgh Gin Distillery','Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley','inherit','closed','closed','','artistic-impression-of-new-edinburgh-gin-distillery','','','2018-11-21 12:48:20','2018-11-21 12:48:20','',3352,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Artistic-impression-of-new-Edinburgh-Gin-Distillery.png',0,'attachment','image/png',0),(3354,1,'2018-11-21 12:49:03','2018-11-21 12:49:03','','Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley','Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley','inherit','closed','closed','','eg-cgi-update-14-11-2018','','','2018-11-21 12:49:38','2018-11-21 12:49:38','',3352,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/EG-CGI-UPDATE-14.11.2018.jpg',0,'attachment','image/jpeg',0),(3355,1,'2018-11-21 12:54:04','2018-11-21 12:54:04','<h1><a href=\"https://www.edinburghgin.com/\" target=\"_blank\" rel=\"noopener\">Edinburgh Gin</a> – the multi-award-winning spirits brand – is announcing plans to invest in a new multi-million-pound distillery in Edinburgh city centre. The development includes the acquisition of large-scale premises on East Market Street, in the heart of the city’s historic ‘Old Town’.</h1>\r\nThe new distillery will invite visitors to embark on a journey through the history of gin-making alongside a sensory immersion into flavour, botanicals and distilling. Visitors will also have the chance to make their own gin as part of the Edinburgh Gin experience.\r\n\r\nThe new premises will enable Edinburgh Gin to welcome over 100,000 visitors through its doors each year.\r\n\r\nFirst-stage plans for the three-floor premises (total area is 1,357m2) include a glass-fronted entrance providing a street-side view of the state-of-the-art stills, a stunning rooftop terrace featuring Edinburgh Gin botanicals and private gin tasting rooms.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/\" target=\"_blank\" rel=\"noopener\">Jaisalmer Indian Craft Gin launches in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\" target=\"_blank\" rel=\"noopener\">No alcohol beer is becoming socially acceptable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\" target=\"_blank\" rel=\"noopener\">Scottish Government announces strategy to tackle alcohol harm</a></li>\r\n</ul>\r\n<h3>Since the brand’s launch in 2010, Edinburgh Gin has experienced unprecedented growth and is now seen as the industry leader in flavour innovation.</h3>\r\nThe expansion will see Edinburgh Gin increase production capacity by over 200% in line with continued demand.\r\n\r\n[caption id=\"attachment_3354\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3354\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/EG-CGI-UPDATE-14.11.2018-300x225.jpg\" alt=\"Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley\" width=\"300\" height=\"225\" /> Artists’ impression of the proposed Edinburgh Gin Distillery at East Market Street, New Waverley[/caption]\r\n\r\nNeil Mowat, UK Marketing Director of Ian Macleod Distillers, said:\r\n\r\n“This is the beginning of an exciting new chapter in the evolution of Edinburgh Gin. As the ‘No.1 super premium gin brand in the UK’, Edinburgh Gin is in high demand and this investment is our commitment to continued innovation and growth.\r\n\r\n“Working with local businesses including Staran Architects and Contagious, we are confident this will be a stunning distillery that offers a gin experience quite unlike any other.”\r\n\r\nThe existing Edinburgh Gin Visitor Centre and Distillery are currently located at the West End and is ranked among the capital’s leading 5-star visitor attractions.\r\n\r\nThe planning process is now underway and further announcements and updates will be released over the coming months as the project progresses.','Edinburgh Gin unveils plans for a multi-million-pound distillery','','inherit','closed','closed','','3352-revision-v1','','','2018-11-21 12:54:04','2018-11-21 12:54:04','',3352,'https://www.ontradeprogress.com/2018/11/21/3352-revision-v1/',0,'revision','',0),(3359,1,'2018-11-21 16:12:35','2018-11-21 16:12:35','<h1><a href=\"https://www.hogsback.co.uk/\" target=\"_blank\" rel=\"noopener\">Hogs Back Brewery</a> has signed up Hospice Care charity <a href=\"https://www.pth.org.uk/\" target=\"_blank\" rel=\"noopener\">Phyllis Tuckwell</a> to its unique hop adoption scheme. Having chosen Farnham-based Phyllis Tuckwell as its Charity Partner for the forthcoming year, the Surrey brewery invited the charity to take part in the ‘Adopt a Hop\' project.</h1>\nLocal residents, charities and businesses have been invited to plant their own hop in the Hogs Back\'s new hop garden and get involved in helping it flourish from now until harvest next September. The new hop garden spans 8.5 acres, more than double the size of the previous site. It is located within Manor Farm in Tongham, where the brewery itself is sited, in a prime location on the best land on the farm.\n\nAs part of the move, Hogs Back has offered the public the opportunity to Rehome a Hop by taking home a Pioneer variety dwarf hop plant for their own garden, in return for a suggested £5 donation to Phyllis Tuckwell.\n<h2>Phyllis Tuckwell\'s corporate partnerships manager, Nick Adams, recently visited Hogs Back Brewery\'s new site to plant the charity\'s own hop.</h2>\n[caption id=\"attachment_3322\" align=\"alignright\" width=\"219\"]<img class=\"size-medium wp-image-3322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Hogs-Back-Brewery-Adopt-a-hop-Nick-Adams-219x300.jpg\" alt=\"Hogs Back Brewery Adopt a hop Nick Adams\" width=\"219\" height=\"300\" /> Hogs Back Brewery Adopt a hop Nick Adams[/caption]\n\n\"We were delighted to welcome Nick to the brewery to plant Phyllis Tuckwell\'s hop,\" said Rupert Thompson, managing director of Hogs Back Brewery. \"When we decided to move and expand the hop garden, we wanted to thank the local community and give them a chance to share in our hop growing journey in the future. As our charity partner for 2018/19, Phyllis Tuckwell is a key part of that community.\"\n\n\"We would like to thank Hogs Back for choosing Phyllis Tuckwell as their Charity Partner for this forthcoming year and for generously donating to us the money raised by their ‘Adopt a Hop\' project,\" said Nick Adams. \"The money raised will add to the £10,000 which Hogs Back Brewery has already presented to Phyllis Tuckwell at the brewery\'s Hop Harvest Party in Tongham in September.\"\n\nHogs Back are planning more fundraising activities for the next year, the proceeds of which will be added to an additional £10,000 which they have already pledged, to be presented to Phyllis Tuckwell in September 2019. All the money raised will go towards helping fund the vital supportive and end of life care which Phyllis Tuckwell offers to local patients and families who are living with an advanced or terminal illness, such as cancer.\n\nMarking its 40th anniversary in 2019, every day Phyllis Tuckwell supports over 250 patients, relatives and carers - in their own homes, in the community, at the Hospice in Farnham and at the Beacon Centre in Guildford - through medical and nursing care, therapies, counselling, social work advice and practical support. However, as the NHS/Government only covers 20% of its costs, it has to raise over £20,000 a day to be able to do this.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/\">Thanksgiving could give the UK a welcomed boost</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/\">30% jump in distillery businesses in a single year</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/\">Krombacher breaks a world record!</a></li>\n</ul>','Hogs Back Brewery ‘Adopt a Hop\' helps hospice care','','inherit','closed','closed','','3320-autosave-v1','','','2018-11-21 16:12:35','2018-11-21 16:12:35','',3320,'https://www.ontradeprogress.com/2018/11/21/3320-autosave-v1/',0,'revision','',0),(3360,1,'2018-11-22 08:51:03','2018-11-22 08:51:03','<h1>Multi-award winning consumer cybersecurity company, <a href=\"http://www.bullguard.com/\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>, today announced a partnership with <a href=\"http://www.nordvpn.com\">Nord</a>VPN, the most advanced VPN services in the world, to develop pioneering technologies from both partners that will be used to create a new, all-around advanced solution for the consumer cybersecurity market.</h1>\r\nBy joining forces, BullGuard and NordVPN will leverage technical know-how and deep expertise to create easy-to-use, leading-edge products and outstanding services that redefine the consumer cybersecurity market. BullGuard VPN, the first product born from the partnership, will launch in early Q1 2019.\r\n\r\n“Cybersecurity to date has focused heavily on traditional end-point security solutions and been primarily about keeping consumers and their devices safe from online threats. Cybercriminals now pose a threat to consumer privacy as well. In order to adequately protect consumers in today’s cyberthreat landscape, security and privacy must be equally addressed,” said BullGuard CEO, Paul Lipman. “Partnering with NordVPN allows us to provide proven, best-in-class VPN network infrastructure that enables our customers to safeguard their online privacy in a fast, seamless way – from their desktop or smartphones, wherever they go.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils plans for a new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\">Non-alcoholic beer is becoming more socially acceptable - Carlsberg</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government announces a strategy to tackle alcohol harm</a></li>\r\n</ul>\r\nBullGuard VPN will feature a simplified user interface and quick connect functionality, enabling consumers to fly under the radar and surf the internet in stealth mode while retaining complete anonymity and privacy via military-grade encryption. Available for Windows, Mac, Android and iOS, BullGuard VPN will hide a consumer’s origin IP address, preventing others, including ISPs (Internet Service Providers) and government organizations from monitoring their online browsing activity, including what websites they visit, what they download or what services and applications they use.\r\n\r\nBullGuard VPN will protect up to six devices at the same time with unlimited data, and consumers will be able to easily switch between 16 different country locations, including the U.S., Canada, U.K., Germany, Austria, The Netherlands, Belgium, France, Spain, Switzerland, Denmark, Norway, Sweden, Ireland, Singapore and Australia. BullGuard VPN will offer 24/7 customer support.\r\n\r\nBullGuard VPN is the perfect choice for consumers when using an unprotected Wi-Fi hotspot when they are away from home in airports, hotels or cafes. BullGuard VPN users will receive secure connections to hotspots, which will protect them against data theft, privacy breaches, malware and cyber attacks via Wi-Fi.\r\n<h3>Recent trends show that the rise of online threats continues to accelerate both in consumer and business markets, with the total cost of cybercrime estimated to hit <a href=\"https://cybersecurityventures.com/hackerpocalypse-cybercrime-report-2016/\" target=\"_blank\" rel=\"nofollow noopener\">USD $6 trillion by 2021</a>.</h3>\r\n“Today more than ever, users need all-around security solutions. These include a combination of online privacy, provided by VPNs, strong antivirus, firewalls, password safety solutions and more,” said Marty P.Kamden, chief marketing officer at NordVPN. “We are pleased to establish a partnership with BullGuard for all of these reasons.”\r\n\r\nOne, two and three-year BullGuard VPN service plans will be offered at £64.99, £129.99 and £194.99, respectively, and current BullGuard customers will be eligible for special offers. Learn more at <a href=\"https://www.bullguard.com/products/bullguard-vpn.aspx\" target=\"_blank\" rel=\"nofollow noopener\">https://www.bullguard.com/products/bullguard-vpn.aspx</a>\r\n<h1>About BullGuard</h1>\r\nBullGuard is a multi-award winning, smart home cybersecurity company. We make it simple to protect everything in your digital life – from your data, to your identity and privacy, and to your Smart Home. The BullGuard product portfolio extends to PCs, tablets and smartphone protection, and includes internet security, comprehensive mobile security, 24/7 identity protection and VPN which provides the highest levels of privacy and protection. BullGuard released the world’s first IOT vulnerability scanner and leads the consumer cybersecurity industry in providing continuous innovation. Dojo by BullGuard is an award-winning intelligent defense system and service that provides the highest level of protection to consumers across all of their connected devices and smart homes. Dojo by BullGuard is the cornerstone of a Smart Home, ensuring a connected world where every consumer in every home, is smart, safe and protected.\r\n\r\nFollow us on Twitter <a href=\"http://www.twitter.com/BullGuard\" target=\"_blank\" rel=\"nofollow noopener\">@BullGuard</a> and <a href=\"http://www.twitter.com/DojoSafe\" target=\"_blank\" rel=\"nofollow noopener\">@DojoSafe</a>, like us on Facebook at <a href=\"https://www.facebook.com/BullGuard/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>and <a href=\"https://www.facebook.com/meetdojo/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">Dojo</a>, or learn more at <a href=\"https://www.bullguard.com/\">https://www.bullguard.com</a> or <a href=\"https://dojo.bullguard.com/\">https://dojo.bullguard.com</a>.\r\n<h1>About NordVPN</h1>\r\nNordVPN is the world’s most advanced VPN service provider that is more security oriented than most VPN services. It aims to become the world’s easiest-to-use VPN with a strong focus on user experience. NordVPN offers double VPN encryption, malware blocking and Onion Over VPN. The product is very user-friendly, offers one of the best prices on the market, has over 5,000 servers worldwide and is P2P friendly. One of the key features of NordVPN is zero log policy. For more information: nordvpn.com.w\r\nAll trademarks contained herein are the property of their respective owners.\r\n\r\n<strong>Media Contacts:</strong>\r\n\r\n<strong>Michelle Cross</strong>\r\n<strong>The PR Room</strong>\r\n<strong><a href=\"mailto:Michelle.cross@theprroom.co.uk\">Michelle.cross@theprroom.co.uk</a></strong>','BullGuard and NordVPN announce partnership','','publish','closed','open','','bullguard-vpn-nordvpn-partnership','','https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\nhttps://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\nhttps://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/','2018-11-22 10:22:09','2018-11-22 10:22:09','',0,'https://www.ontradeprogress.com/?p=3360',0,'post','',0),(3361,1,'2018-11-22 08:44:19','2018-11-22 08:44:19','','BullGuard VPN and NordVPN announce partnership for cybersecurity','BullGuard VPN and NordVPN announce partnership for cybersecurity','inherit','closed','closed','','analytics-3088958_640','','','2018-11-22 08:44:41','2018-11-22 08:44:41','',3360,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/analytics-3088958_640.jpg',0,'attachment','image/jpeg',0),(3362,1,'2018-11-22 08:48:21','2018-11-22 08:48:21','<h1>Multi-award winning consumer cybersecurity company, <a href=\"http://www.bullguard.com/\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>, today announced a partnership with <a href=\"http://www.nordvpn.com\">Nord</a>VPN, the most advanced VPN services in the world, to develop pioneering technologies from both partners that will be used to create a new, all-around advanced solution for the consumer cybersecurity market.</h1>\r\nBy joining forces, BullGuard and NordVPN will leverage technical know-how and deep expertise to create easy-to-use, leading-edge products and outstanding services that redefine the consumer cybersecurity market. BullGuard VPN, the first product borne from the partnership, will launch in early Q1 2019.\r\n\r\n“Cybersecurity to date has focused heavily on traditional end-point security solutions and been primarily about keeping consumers and their devices safe from online threats. Cybercriminals now pose a threat to consumer privacy as well. In order to adequately protect consumers in today’s cyberthreat landscape, security and privacy must be equally addressed,” said BullGuard CEO, Paul Lipman. “Partnering with NordVPN allows us to provide proven, best-in-class VPN network infrastructure that enables our customers to safeguard their online privacy in a fast, seamless way – from their desktop or smartphones, wherever they go.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils plans for a new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\">Non-alcoholic beer is becoming more socially acceptable - Carlsberg</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government announces a strategy to tackle alcohol harm</a></li>\r\n</ul>\r\nBullGuard VPN will feature a simplified user interface and quick connect functionality, enabling consumers to fly under the radar and surf the internet in stealth mode while retaining complete anonymity and privacy via military-grade encryption. Available for Windows, Mac, Android and iOS, BullGuard VPN will hide a consumer’s origin IP address, preventing others, including ISPs (Internet Service Providers) and government organizations from monitoring their online browsing activity, including what websites they visit, what they download or what services and applications they use.\r\n\r\nBullGuard VPN will protect up to six devices at the same time with unlimited data, and consumers will be able to easily switch between 16 different country locations, including the U.S., Canada, U.K., Germany, Austria, The Netherlands, Belgium, France, Spain, Switzerland, Denmark, Norway, Sweden, Ireland, Singapore and Australia. BullGuard VPN will offer 24/7 customer support.\r\n\r\nBullGuard VPN is the perfect choice for consumers when using an unprotected Wi-Fi hotspot when they are away from home in airports, hotels or cafes. BullGuard VPN users will receive secure connections to hotspots, which will protect them against data theft, privacy breaches, malware and cyber attacks via Wi-Fi.\r\n<h3>Recent trends show that the rise of online threats continues to accelerate both in consumer and business markets, with the total cost of cybercrime estimated to hit <a href=\"https://cybersecurityventures.com/hackerpocalypse-cybercrime-report-2016/\" target=\"_blank\" rel=\"nofollow noopener\">USD $6 trillion by 2021</a>.</h3>\r\n“Today more than ever, users need all-around security solutions. These include a combination of online privacy, provided by VPNs, strong antivirus, firewalls, password safety solutions and more,” said Marty P.Kamden, chief marketing officer at NordVPN. “We are pleased to establish a partnership with BullGuard for all of these reasons.”\r\n\r\nOne, two and three-year BullGuard VPN service plans will be offered at £64.99, £129.99 and £194.99, respectively, and current BullGuard customers will be eligible for special offers. Learn more at <a href=\"https://www.bullguard.com/products/bullguard-vpn.aspx\" target=\"_blank\" rel=\"nofollow noopener\">https://www.bullguard.com/products/bullguard-vpn.aspx</a>\r\n<h1>About BullGuard</h1>\r\nBullGuard is a multi-award winning, smart home cybersecurity company. We make it simple to protect everything in your digital life – from your data, to your identity and privacy, and to your Smart Home. The BullGuard product portfolio extends to PCs, tablets and smartphone protection, and includes internet security, comprehensive mobile security, 24/7 identity protection and VPN which provides the highest levels of privacy and protection. BullGuard released the world’s first IOT vulnerability scanner and leads the consumer cybersecurity industry in providing continuous innovation. Dojo by BullGuard is an award-winning intelligent defense system and service that provides the highest level of protection to consumers across all of their connected devices and smart homes. Dojo by BullGuard is the cornerstone of a Smart Home, ensuring a connected world where every consumer in every home, is smart, safe and protected.\r\n\r\nFollow us on Twitter <a href=\"http://www.twitter.com/BullGuard\" target=\"_blank\" rel=\"nofollow noopener\">@BullGuard</a> and <a href=\"http://www.twitter.com/DojoSafe\" target=\"_blank\" rel=\"nofollow noopener\">@DojoSafe</a>, like us on Facebook at <a href=\"https://www.facebook.com/BullGuard/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>and <a href=\"https://www.facebook.com/meetdojo/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">Dojo</a>, or learn more at <a href=\"https://www.bullguard.com/\">https://www.bullguard.com</a> or <a href=\"https://dojo.bullguard.com/\">https://dojo.bullguard.com</a>.\r\n<h1>About NordVPN</h1>\r\nNordVPN is the world’s most advanced VPN service provider that is more security oriented than most VPN services. It aims to become the world’s easiest-to-use VPN with a strong focus on user experience. NordVPN offers double VPN encryption, malware blocking and Onion Over VPN. The product is very user friendly, offers one of the best prices on the market, has over 5,000 servers worldwide and is P2P friendly. One of the key features of NordVPN is zero log policy. For more information: nordvpn.com.w\r\nAll trademarks contained herein are the property of their respective owners.\r\n\r\n<strong>Media Contacts:</strong>\r\n\r\n<strong>Michelle Cross</strong>\r\n<strong>The PR Room</strong>\r\n<strong><a href=\"mailto:Michelle.cross@theprroom.co.uk\">Michelle.cross@theprroom.co.uk</a></strong>','BullGuard And NordVPN Announce Partnership','','inherit','closed','closed','','3360-revision-v1','','','2018-11-22 08:48:21','2018-11-22 08:48:21','',3360,'https://www.ontradeprogress.com/2018/11/22/3360-revision-v1/',0,'revision','',0),(3363,1,'2018-11-22 08:49:06','2018-11-22 08:49:06','','BullGuard VPN and NordVPN announce partnership for cybersecurity','BullGuard VPN and NordVPN announce partnership for cybersecurity','inherit','closed','closed','','analytics-3088958_1280','','','2018-11-22 08:49:19','2018-11-22 08:49:19','',3360,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/analytics-3088958_1280.jpg',0,'attachment','image/jpeg',0),(3364,1,'2018-11-22 08:53:16','2018-11-22 08:53:16','<h1>Multi-award winning consumer cybersecurity company, <a href=\"http://www.bullguard.com/\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>, today announced a partnership with <a href=\"http://www.nordvpn.com\">Nord</a>VPN, the most advanced VPN services in the world, to develop pioneering technologies from both partners that will be used to create a new, all-around advanced solution for the consumer cybersecurity market.</h1>\r\nBy joining forces, BullGuard and NordVPN will leverage technical know-how and deep expertise to create easy-to-use, leading-edge products and outstanding services that redefine the consumer cybersecurity market. BullGuard VPN, the first product born from the partnership, will launch in early Q1 2019.\r\n\r\n“Cybersecurity to date has focused heavily on traditional end-point security solutions and been primarily about keeping consumers and their devices safe from online threats. Cybercriminals now pose a threat to consumer privacy as well. In order to adequately protect consumers in today’s cyberthreat landscape, security and privacy must be equally addressed,” said BullGuard CEO, Paul Lipman. “Partnering with NordVPN allows us to provide proven, best-in-class VPN network infrastructure that enables our customers to safeguard their online privacy in a fast, seamless way – from their desktop or smartphones, wherever they go.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils plans for a new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\">Non-alcoholic beer is becoming more socially acceptable - Carlsberg</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government announces a strategy to tackle alcohol harm</a></li>\r\n</ul>\r\nBullGuard VPN will feature a simplified user interface and quick connect functionality, enabling consumers to fly under the radar and surf the internet in stealth mode while retaining complete anonymity and privacy via military-grade encryption. Available for Windows, Mac, Android and iOS, BullGuard VPN will hide a consumer’s origin IP address, preventing others, including ISPs (Internet Service Providers) and government organizations from monitoring their online browsing activity, including what websites they visit, what they download or what services and applications they use.\r\n\r\nBullGuard VPN will protect up to six devices at the same time with unlimited data, and consumers will be able to easily switch between 16 different country locations, including the U.S., Canada, U.K., Germany, Austria, The Netherlands, Belgium, France, Spain, Switzerland, Denmark, Norway, Sweden, Ireland, Singapore and Australia. BullGuard VPN will offer 24/7 customer support.\r\n\r\nBullGuard VPN is the perfect choice for consumers when using an unprotected Wi-Fi hotspot when they are away from home in airports, hotels or cafes. BullGuard VPN users will receive secure connections to hotspots, which will protect them against data theft, privacy breaches, malware and cyber attacks via Wi-Fi.\r\n<h3>Recent trends show that the rise of online threats continues to accelerate both in consumer and business markets, with the total cost of cybercrime estimated to hit <a href=\"https://cybersecurityventures.com/hackerpocalypse-cybercrime-report-2016/\" target=\"_blank\" rel=\"nofollow noopener\">USD $6 trillion by 2021</a>.</h3>\r\n“Today more than ever, users need all-around security solutions. These include a combination of online privacy, provided by VPNs, strong antivirus, firewalls, password safety solutions and more,” said Marty P.Kamden, chief marketing officer at NordVPN. “We are pleased to establish a partnership with BullGuard for all of these reasons.”\r\n\r\nOne, two and three-year BullGuard VPN service plans will be offered at £64.99, £129.99 and £194.99, respectively, and current BullGuard customers will be eligible for special offers. Learn more at <a href=\"https://www.bullguard.com/products/bullguard-vpn.aspx\" target=\"_blank\" rel=\"nofollow noopener\">https://www.bullguard.com/products/bullguard-vpn.aspx</a>\r\n<h1>About BullGuard</h1>\r\nBullGuard is a multi-award winning, smart home cybersecurity company. We make it simple to protect everything in your digital life – from your data, to your identity and privacy, and to your Smart Home. The BullGuard product portfolio extends to PCs, tablets and smartphone protection, and includes internet security, comprehensive mobile security, 24/7 identity protection and VPN which provides the highest levels of privacy and protection. BullGuard released the world’s first IOT vulnerability scanner and leads the consumer cybersecurity industry in providing continuous innovation. Dojo by BullGuard is an award-winning intelligent defense system and service that provides the highest level of protection to consumers across all of their connected devices and smart homes. Dojo by BullGuard is the cornerstone of a Smart Home, ensuring a connected world where every consumer in every home, is smart, safe and protected.\r\n\r\nFollow us on Twitter <a href=\"http://www.twitter.com/BullGuard\" target=\"_blank\" rel=\"nofollow noopener\">@BullGuard</a> and <a href=\"http://www.twitter.com/DojoSafe\" target=\"_blank\" rel=\"nofollow noopener\">@DojoSafe</a>, like us on Facebook at <a href=\"https://www.facebook.com/BullGuard/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>and <a href=\"https://www.facebook.com/meetdojo/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">Dojo</a>, or learn more at <a href=\"https://www.bullguard.com/\">https://www.bullguard.com</a> or <a href=\"https://dojo.bullguard.com/\">https://dojo.bullguard.com</a>.\r\n<h1>About NordVPN</h1>\r\nNordVPN is the world’s most advanced VPN service provider that is more security oriented than most VPN services. It aims to become the world’s easiest-to-use VPN with a strong focus on user experience. NordVPN offers double VPN encryption, malware blocking and Onion Over VPN. The product is very user-friendly, offers one of the best prices on the market, has over 5,000 servers worldwide and is P2P friendly. One of the key features of NordVPN is zero log policy. For more information: nordvpn.com.w\r\nAll trademarks contained herein are the property of their respective owners.\r\n\r\n<strong>Media Contacts:</strong>\r\n\r\n<strong>Michelle Cross</strong>\r\n<strong>The PR Room</strong>\r\n<strong><a href=\"mailto:Michelle.cross@theprroom.co.uk\">Michelle.cross@theprroom.co.uk</a></strong>','BullGuard And NordVPN Announce Partnership','','inherit','closed','closed','','3360-revision-v1','','','2018-11-22 08:53:16','2018-11-22 08:53:16','',3360,'https://www.ontradeprogress.com/2018/11/22/3360-revision-v1/',0,'revision','',0),(3365,1,'2018-11-22 09:57:50','2018-11-22 09:57:50','<h1>We couldn\'t be happier for our fantastic winners from last night. We are so proud of the incredible talent in our industry and hope that you all enjoyed celebrating with us.</h1>\r\n<div class=\"news-text-wrap\">\r\n\r\n[caption id=\"attachment_3366\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3366\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/csm_Gin_bar_2_bb197d79d5-300x228.jpg\" alt=\"NITA\'s innovative training programmes awards\" width=\"300\" height=\"228\" /> NITA\'s innovative training programmes awards[/caption]\r\n\r\nWe\'re delighted to unveil the <strong>7 overall category winners</strong> of the <strong>2018 National Innovation in Training Awards</strong>, which celebrate the very best in training excellence and innovation within the licensed industry.\r\n\r\nHosted again this year at the iconic<strong> Café de Paris</strong> in London’s West End, the finalists joined <strong>top operators</strong> and respected<strong> industry professionals</strong> from across the sector to hear who had won the coveted top spots in each category.\r\n\r\nThe range of NITA award categories are designed to <strong>showcase both individuals and businesses </strong>operating in today’s licensed retail sector who demonstrate that they are truly putting their people first, with <strong>innovative training programmes</strong> that encourage long-term careers in the sector.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\">BullGuard &amp; NordVPN announce partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveil their new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Public behind the Government for sugar crackdown</a></li>\r\n</ul>\r\n<div class=\"news-text-wrap\">\r\n\r\nThe judging process is the <strong>most rigorous</strong> of its kind, and following an extremely high standard of written entries received by the BII this year, all finalists, with the exception of Licensee Trainer entrants who were visited in their pubs, attended an assessment day. Here, they were asked to present in person to a <strong>panel of independent industry professionals and sponsors</strong>, followed by an in-depth interview.\r\n\r\n<strong>Our CEO Mike Clist said</strong>: “The NITAs are a celebration of the most successful individuals and businesses in the licensed retail market today.  Our finalists have shown that they value, support and champion their people by continuing to invest in and develop their training programmes. Now, more than ever, it\'s vital that we recognise, reward and share their successes so that we can encourage further innovation in our fantastic industry for years to come. <strong>Congratulations to all our winners</strong>.”\r\n\r\nCheck out our worthy winners for each category, as well as the special <strong>Franca Knowles Lifetime Achievement Award</strong>, sponsored by Sky on our <strong><a href=\"https://www.bii.org/events-awards/nitas/\">NITAs page</a>.</strong>\r\n\r\n</div>','NITA\'s innovative training programmes has had its annual awards 2018','','publish','closed','open','','nita-training-programmes-awards-2018','','https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\nhttps://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/','2018-11-22 10:21:15','2018-11-22 10:21:15','',0,'https://www.ontradeprogress.com/?p=3365',0,'post','',0),(3366,1,'2018-11-22 09:36:59','2018-11-22 09:36:59','','NITA\'s innovative training programmes awards','NITA\'s innovative training programmes awards','inherit','closed','closed','','csm_gin_bar_2_bb197d79d5','','','2018-11-22 09:39:12','2018-11-22 09:39:12','',3365,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/csm_Gin_bar_2_bb197d79d5.jpg',0,'attachment','image/jpeg',0),(3367,1,'2018-11-22 09:54:57','2018-11-22 09:54:57','<h1>We couldn\'t be happier for our fantastic winners from last night. We are so proud of the incredible talent in our industry and hope that you all enjoyed celebrating with us.</h1>\r\n<div class=\"news-text-wrap\">\r\n\r\nWe\'re delighted to unveil the <strong>7 overall category winners</strong> of the <strong>2018 National Innovation in Training Awards</strong>, which celebrate the very best in training excellence and innovation within the licensed industry.\r\n\r\nHosted again this year at the iconic<strong> Café de Paris</strong> in London’s West End, the finalists joined <strong>top operators</strong> and respected<strong> industry professionals</strong> from across the sector to hear who had won the coveted top spots in each category.\r\n\r\nThe range of NITA award categories are designed to <strong>showcase both individuals and businesses </strong>operating in today’s licensed retail sector who demonstrate that they are truly putting their people first, with <strong>innovative training programmes</strong> that encourage long-term careers in the sector.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\">BullGuard &amp; NordVPN announce partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveil their new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Public behind the Government for sugar crackdown</a></li>\r\n</ul>\r\n<div class=\"news-text-wrap\">\r\n\r\nThe judging process is the <strong>most rigorous</strong> of its kind, and following an extremely high standard of written entries received by the BII this year, all finalists, with the exception of Licensee Trainer entrants who were visited in their pubs, attended an assessment day. Here, they were asked to present in person to a <strong>panel of independent industry professionals and sponsors</strong>, followed by an in-depth interview.\r\n\r\n<strong>Our CEO Mike Clist said</strong>: “The NITAs are a celebration of the most successful individuals and businesses in the licensed retail market today.  Our finalists have shown that they value, support and champion their people by continuing to invest in and develop their training programmes. Now, more than ever, it\'s vital that we recognise, reward and share their successes so that we can encourage further innovation in our fantastic industry for years to come. <strong>Congratulations to all our winners</strong>.”\r\n\r\nCheck out our worthy winners for each category, as well as the special <strong>Franca Knowles Lifetime Achievement Award</strong>, sponsored by Sky on our <strong><a href=\"https://www.bii.org/events-awards/nitas/\">NITAs page</a>.</strong>\r\n\r\n</div>','NITA\'s innovative training programmes has had its annual awards 2018','','inherit','closed','closed','','3365-revision-v1','','','2018-11-22 09:54:57','2018-11-22 09:54:57','',3365,'https://www.ontradeprogress.com/2018/11/22/3365-revision-v1/',0,'revision','',0),(3368,1,'2018-11-22 09:56:18','2018-11-22 09:56:18','','NITA\'s innovative training programmes awards','NITA\'s innovative training programmes awards','inherit','closed','closed','','glasses-919071_1280','','','2018-11-22 09:56:28','2018-11-22 09:56:28','',3365,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/glasses-919071_1280.jpg',0,'attachment','image/jpeg',0),(3369,1,'2018-11-22 09:57:09','2018-11-22 09:57:09','<h1>We couldn\'t be happier for our fantastic winners from last night. We are so proud of the incredible talent in our industry and hope that you all enjoyed celebrating with us.</h1>\r\n<div class=\"news-text-wrap\">\r\n\r\n[caption id=\"attachment_3366\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3366\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/csm_Gin_bar_2_bb197d79d5-300x228.jpg\" alt=\"NITA\'s innovative training programmes awards\" width=\"300\" height=\"228\" /> NITA\'s innovative training programmes awards[/caption]\r\n\r\nWe\'re delighted to unveil the <strong>7 overall category winners</strong> of the <strong>2018 National Innovation in Training Awards</strong>, which celebrate the very best in training excellence and innovation within the licensed industry.\r\n\r\nHosted again this year at the iconic<strong> Café de Paris</strong> in London’s West End, the finalists joined <strong>top operators</strong> and respected<strong> industry professionals</strong> from across the sector to hear who had won the coveted top spots in each category.\r\n\r\nThe range of NITA award categories are designed to <strong>showcase both individuals and businesses </strong>operating in today’s licensed retail sector who demonstrate that they are truly putting their people first, with <strong>innovative training programmes</strong> that encourage long-term careers in the sector.\r\n\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\">BullGuard &amp; NordVPN announce partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveil their new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\">Public behind the Government for sugar crackdown</a></li>\r\n</ul>\r\n<div class=\"news-text-wrap\">\r\n\r\nThe judging process is the <strong>most rigorous</strong> of its kind, and following an extremely high standard of written entries received by the BII this year, all finalists, with the exception of Licensee Trainer entrants who were visited in their pubs, attended an assessment day. Here, they were asked to present in person to a <strong>panel of independent industry professionals and sponsors</strong>, followed by an in-depth interview.\r\n\r\n<strong>Our CEO Mike Clist said</strong>: “The NITAs are a celebration of the most successful individuals and businesses in the licensed retail market today.  Our finalists have shown that they value, support and champion their people by continuing to invest in and develop their training programmes. Now, more than ever, it\'s vital that we recognise, reward and share their successes so that we can encourage further innovation in our fantastic industry for years to come. <strong>Congratulations to all our winners</strong>.”\r\n\r\nCheck out our worthy winners for each category, as well as the special <strong>Franca Knowles Lifetime Achievement Award</strong>, sponsored by Sky on our <strong><a href=\"https://www.bii.org/events-awards/nitas/\">NITAs page</a>.</strong>\r\n\r\n</div>','NITA\'s innovative training programmes has had its annual awards 2018','','inherit','closed','closed','','3365-revision-v1','','','2018-11-22 09:57:09','2018-11-22 09:57:09','',3365,'https://www.ontradeprogress.com/2018/11/22/3365-revision-v1/',0,'revision','',0),(3370,1,'2018-11-22 10:22:09','2018-11-22 10:22:09','<h1>Multi-award winning consumer cybersecurity company, <a href=\"http://www.bullguard.com/\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>, today announced a partnership with <a href=\"http://www.nordvpn.com\">Nord</a>VPN, the most advanced VPN services in the world, to develop pioneering technologies from both partners that will be used to create a new, all-around advanced solution for the consumer cybersecurity market.</h1>\r\nBy joining forces, BullGuard and NordVPN will leverage technical know-how and deep expertise to create easy-to-use, leading-edge products and outstanding services that redefine the consumer cybersecurity market. BullGuard VPN, the first product born from the partnership, will launch in early Q1 2019.\r\n\r\n“Cybersecurity to date has focused heavily on traditional end-point security solutions and been primarily about keeping consumers and their devices safe from online threats. Cybercriminals now pose a threat to consumer privacy as well. In order to adequately protect consumers in today’s cyberthreat landscape, security and privacy must be equally addressed,” said BullGuard CEO, Paul Lipman. “Partnering with NordVPN allows us to provide proven, best-in-class VPN network infrastructure that enables our customers to safeguard their online privacy in a fast, seamless way – from their desktop or smartphones, wherever they go.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils plans for a new distillery</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\">Non-alcoholic beer is becoming more socially acceptable - Carlsberg</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/\">Scottish Government announces a strategy to tackle alcohol harm</a></li>\r\n</ul>\r\nBullGuard VPN will feature a simplified user interface and quick connect functionality, enabling consumers to fly under the radar and surf the internet in stealth mode while retaining complete anonymity and privacy via military-grade encryption. Available for Windows, Mac, Android and iOS, BullGuard VPN will hide a consumer’s origin IP address, preventing others, including ISPs (Internet Service Providers) and government organizations from monitoring their online browsing activity, including what websites they visit, what they download or what services and applications they use.\r\n\r\nBullGuard VPN will protect up to six devices at the same time with unlimited data, and consumers will be able to easily switch between 16 different country locations, including the U.S., Canada, U.K., Germany, Austria, The Netherlands, Belgium, France, Spain, Switzerland, Denmark, Norway, Sweden, Ireland, Singapore and Australia. BullGuard VPN will offer 24/7 customer support.\r\n\r\nBullGuard VPN is the perfect choice for consumers when using an unprotected Wi-Fi hotspot when they are away from home in airports, hotels or cafes. BullGuard VPN users will receive secure connections to hotspots, which will protect them against data theft, privacy breaches, malware and cyber attacks via Wi-Fi.\r\n<h3>Recent trends show that the rise of online threats continues to accelerate both in consumer and business markets, with the total cost of cybercrime estimated to hit <a href=\"https://cybersecurityventures.com/hackerpocalypse-cybercrime-report-2016/\" target=\"_blank\" rel=\"nofollow noopener\">USD $6 trillion by 2021</a>.</h3>\r\n“Today more than ever, users need all-around security solutions. These include a combination of online privacy, provided by VPNs, strong antivirus, firewalls, password safety solutions and more,” said Marty P.Kamden, chief marketing officer at NordVPN. “We are pleased to establish a partnership with BullGuard for all of these reasons.”\r\n\r\nOne, two and three-year BullGuard VPN service plans will be offered at £64.99, £129.99 and £194.99, respectively, and current BullGuard customers will be eligible for special offers. Learn more at <a href=\"https://www.bullguard.com/products/bullguard-vpn.aspx\" target=\"_blank\" rel=\"nofollow noopener\">https://www.bullguard.com/products/bullguard-vpn.aspx</a>\r\n<h1>About BullGuard</h1>\r\nBullGuard is a multi-award winning, smart home cybersecurity company. We make it simple to protect everything in your digital life – from your data, to your identity and privacy, and to your Smart Home. The BullGuard product portfolio extends to PCs, tablets and smartphone protection, and includes internet security, comprehensive mobile security, 24/7 identity protection and VPN which provides the highest levels of privacy and protection. BullGuard released the world’s first IOT vulnerability scanner and leads the consumer cybersecurity industry in providing continuous innovation. Dojo by BullGuard is an award-winning intelligent defense system and service that provides the highest level of protection to consumers across all of their connected devices and smart homes. Dojo by BullGuard is the cornerstone of a Smart Home, ensuring a connected world where every consumer in every home, is smart, safe and protected.\r\n\r\nFollow us on Twitter <a href=\"http://www.twitter.com/BullGuard\" target=\"_blank\" rel=\"nofollow noopener\">@BullGuard</a> and <a href=\"http://www.twitter.com/DojoSafe\" target=\"_blank\" rel=\"nofollow noopener\">@DojoSafe</a>, like us on Facebook at <a href=\"https://www.facebook.com/BullGuard/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">BullGuard</a>and <a href=\"https://www.facebook.com/meetdojo/?fref=ts\" target=\"_blank\" rel=\"nofollow noopener\">Dojo</a>, or learn more at <a href=\"https://www.bullguard.com/\">https://www.bullguard.com</a> or <a href=\"https://dojo.bullguard.com/\">https://dojo.bullguard.com</a>.\r\n<h1>About NordVPN</h1>\r\nNordVPN is the world’s most advanced VPN service provider that is more security oriented than most VPN services. It aims to become the world’s easiest-to-use VPN with a strong focus on user experience. NordVPN offers double VPN encryption, malware blocking and Onion Over VPN. The product is very user-friendly, offers one of the best prices on the market, has over 5,000 servers worldwide and is P2P friendly. One of the key features of NordVPN is zero log policy. For more information: nordvpn.com.w\r\nAll trademarks contained herein are the property of their respective owners.\r\n\r\n<strong>Media Contacts:</strong>\r\n\r\n<strong>Michelle Cross</strong>\r\n<strong>The PR Room</strong>\r\n<strong><a href=\"mailto:Michelle.cross@theprroom.co.uk\">Michelle.cross@theprroom.co.uk</a></strong>','BullGuard and NordVPN announce partnership','','inherit','closed','closed','','3360-revision-v1','','','2018-11-22 10:22:09','2018-11-22 10:22:09','',3360,'https://www.ontradeprogress.com/2018/11/22/3360-revision-v1/',0,'revision','',0),(3371,1,'2018-11-22 10:50:03','2018-11-22 10:50:03','<h1>Recreate the flavours of Korea in an instant with Atlantic’s House of Lords Sticky Korean BBQ Sauce from <a href=\"https://www.creativefoodseurope.eu/\" target=\"_blank\" rel=\"noopener\">Creative Foods Europe</a>.</h1>\r\nThis versatile, ambient sauce is sweet and sticky with a slightly thick consistency, yet is still liquid enough to be poured over chicken wings or brushed over grilled meats for a tasty glaze.\r\n\r\nA blend of chilli, onion, garlic and ginger, the sauce is a fusion of Asian flavours and provides a sweet and glossy product that has many uses including the basting and marinating of meat, fish and vegetables. Alternatively, use it just as it is, straight from the bottle as a tasty dip on a starter plate.\r\n\r\n<strong>For more information on the House of Lords Sticky Korean BBQ Sauce, supplied in one-litre bottles, six to a case, or for details of other products in Atlantic’s House of Lord\'s range visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\" target=\"_blank\" rel=\"noopener\">Public support Government\'s crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\" target=\"_blank\" rel=\"noopener\">Non-alcoholic beer becoming socially acceptable - Carlsberg</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/\" target=\"_blank\" rel=\"noopener\">New Gin hits the UK from India</a></li>\r\n</ul>','Asian Inspiration from Creative Foods','','publish','closed','open','','korean-bbq-sauce-creative-foods','','https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\nhttps://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\nhttps://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/','2018-11-22 14:45:22','2018-11-22 14:45:22','',0,'https://www.ontradeprogress.com/?p=3371',0,'post','',0),(3372,1,'2018-11-22 10:46:02','2018-11-22 10:46:02','','House of Lords Korean BBQ sauce from Creative Foods Europe','House of Lords Korean BBQ sauce from Creative Foods Europe','inherit','closed','closed','','house-of-lords-korean-bbq-sauce-from-creative-foods-europe','','','2018-11-22 10:46:38','2018-11-22 10:46:38','',3371,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/House-of-Lords-Korean-BBQ-sauce-from-Creative-Foods-Europe.jpg',0,'attachment','image/jpeg',0),(3373,1,'2018-11-22 10:46:42','2018-11-22 10:46:42','<h1>Recreate the flavours of Korea in an instant with Atlantic’s House of Lords Sticky Korean BBQ Sauce from <a href=\"https://www.creativefoodseurope.eu/\" target=\"_blank\" rel=\"noopener\">Creative Foods Europe</a>.</h1>\r\n&nbsp;\r\n\r\nThis versatile, ambient sauce is sweet and sticky with a slightly thick consistency, yet is still liquid enough to be poured over chicken wings or brushed over grilled meats for a tasty glaze.\r\n\r\n&nbsp;\r\n\r\nA blend of chilli, onion, garlic and ginger, the sauce is a fusion of Asian flavours and provides a sweet and glossy product that has many uses including the basting and marinating of meat, fish and vegetables. Alternatively, use it just as it is, straight from the bottle as a tasty dip on a starter plate.\r\n\r\n&nbsp;\r\n\r\n<strong>For more information on the House of Lords Sticky Korean BBQ Sauce, supplied in one-litre bottles, six to a case, or for details of other products in Atlantic’s House of Lord\'s range visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.</strong>','Asian Inspiration from Creative Foods','','inherit','closed','closed','','3371-revision-v1','','','2018-11-22 10:46:42','2018-11-22 10:46:42','',3371,'https://www.ontradeprogress.com/2018/11/22/3371-revision-v1/',0,'revision','',0),(3374,1,'2018-11-22 10:50:03','2018-11-22 10:50:03','<h1>Recreate the flavours of Korea in an instant with Atlantic’s House of Lords Sticky Korean BBQ Sauce from <a href=\"https://www.creativefoodseurope.eu/\" target=\"_blank\" rel=\"noopener\">Creative Foods Europe</a>.</h1>\r\nThis versatile, ambient sauce is sweet and sticky with a slightly thick consistency, yet is still liquid enough to be poured over chicken wings or brushed over grilled meats for a tasty glaze.\r\n\r\nA blend of chilli, onion, garlic and ginger, the sauce is a fusion of Asian flavours and provides a sweet and glossy product that has many uses including the basting and marinating of meat, fish and vegetables. Alternatively, use it just as it is, straight from the bottle as a tasty dip on a starter plate.\r\n\r\n<strong>For more information on the House of Lords Sticky Korean BBQ Sauce, supplied in one-litre bottles, six to a case, or for details of other products in Atlantic’s House of Lord\'s range visit <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a> or call 01252 846500.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/\" target=\"_blank\" rel=\"noopener\">Public support Government\'s crackdown</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/\" target=\"_blank\" rel=\"noopener\">Non-alcoholic beer becoming socially acceptable - Carlsberg</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/\" target=\"_blank\" rel=\"noopener\">New Gin hits the UK from India</a></li>\r\n</ul>','Asian Inspiration from Creative Foods','','inherit','closed','closed','','3371-revision-v1','','','2018-11-22 10:50:03','2018-11-22 10:50:03','',3371,'https://www.ontradeprogress.com/2018/11/22/3371-revision-v1/',0,'revision','',0),(3375,1,'2018-11-22 11:45:38','2018-11-22 11:45:38','<h1>As BBC’s Watchdog once again finds dangerous levels of faecal bacteria in ice in several leading pub chains, FEM has issued advice on maintaining standards of ice hygiene.</h1>\r\n“With the amount of equipment available to protect ice, and the simplicity of keeping modern ice machines hygienically clean, it should be easy to maintain good standards of practice,” says Mark Hogan, commercial director of FEM. “The solution is proper staff training, including basic hygiene – especially washing hands after going to the toilet, which should be part of everyone’s routine.”\r\n\r\nThe company is the UK distributor for Manitowoc Ice machines and also markets a range of ice hygiene equipment made by San Jamar.  Here are its top tips on good ice hygiene practice.\r\n<ul>\r\n 	<li>Train staff to handle ice safely – keep hands clean, never touch ice by hand, use an ice scoop or tongs.  “Ice handling equipment is inexpensive to buy and very effective.  For example, the San Jamar Saf-T-Ice Scoop, which has a shield to protect ice from contamination, starts at around £40,” says Hogan.</li>\r\n 	<li>Set up a regular ice machine cleaning schedule, based on the manufacturer’s guidelines, and make sure staff stick to it. “If necessary, contact your ice machine supplier or the manufacturer and get them to supply guidelines.  They may be happy to send someone in to train staff,” says Hogan.</li>\r\n 	<li>If you’re buying a new ice maker, look for one that’s easy to clean and maintain.</li>\r\n 	<li>Also look for an icemaker that has anti-bacterial features built in.  For example, the Manitowoc Indigo NXT models have an optional patented LuminIce growth inhibitor, which controls the growth of bacteria and yeast in the food zone, keeping the ice pure and uncontaminated.  In addition, the key components are made from AlphaSan antimicrobial material which reduces slime build-up.</li>\r\n</ul>\r\n“It’s not hard to keep on top of ice hygiene – you just have to build vigilance into your staff’s routine,” says Hogan.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\" target=\"_blank\" rel=\"noopener\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\" target=\"_blank\" rel=\"noopener\">www.fem.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/\">Asian inspiration from Creative Foods</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\" target=\"_blank\" rel=\"noopener\">BullGuard &amp; NordVPN announce partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils new distillery</a></li>\r\n</ul>','Ice hygiene: avoid the poop – use a scoop','','publish','closed','open','','ice-hygiene-use-scoop','','https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\nhttps://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/','2018-11-22 14:45:28','2018-11-22 14:45:28','',0,'https://www.ontradeprogress.com/?p=3375',0,'post','',0),(3376,1,'2018-11-22 11:41:41','2018-11-22 11:41:41','','Ice hygiene: BBC Watchdog - avoid the poop – use a scoop','Ice hygiene: BBC Watchdog - avoid the poop – use a scoop','inherit','closed','closed','','fems-saf-t-ice-scoop-from-san-jamar','','','2018-11-22 11:42:01','2018-11-22 11:42:01','',3375,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/FEMs-Saf-T-Ice-Scoop-from-San-Jamar.jpg',0,'attachment','image/jpeg',0),(3377,1,'2018-11-22 11:42:06','2018-11-22 11:42:06','<h1>As BBC’s Watchdog once again finds dangerous levels of faecal bacteria in ice in several leading pub chains, FEM has issued advice on maintaining standards of ice hygiene.</h1>\r\n“With the amount of equipment available to protect ice, and the simplicity of keeping modern ice machines hygienically clean, it should be easy to maintain good standards of practice,” says Mark Hogan, commercial director of FEM. “The solution is proper staff training, including basic hygiene – especially washing hands after going to the toilet, which should be part of everyone’s routine.”\r\n\r\nThe company is the UK distributor for Manitowoc Ice machines and also markets a range of ice hygiene equipment made by San Jamar.  Here are its top tips on good ice hygiene practice.\r\n<ul>\r\n 	<li>Train staff to handle ice safely – keep hands clean, never touch ice by hand, use an ice scoop or tongs.  “Ice handling equipment is inexpensive to buy and very effective.  For example, the San Jamar Saf-T-Ice Scoop, which has a shield to protect ice from contamination, starts at around £40,” says Hogan.</li>\r\n 	<li>Set up a regular ice machine cleaning schedule, based on the manufacturer’s guidelines, and make sure staff stick to it. “If necessary, contact your ice machine supplier or the manufacturer and get them to supply guidelines.  They may be happy to send someone in to train staff,” says Hogan.</li>\r\n 	<li>If you’re buying a new ice maker, look for one that’s easy to clean and maintain.</li>\r\n 	<li>Also look for an icemaker that has anti-bacterial features built in.  For example, the Manitowoc Indigo NXT models have an optional patented LuminIce growth inhibitor, which controls the growth of bacteria and yeast in the food zone, keeping the ice pure and uncontaminated.  In addition, the key components are made from AlphaSan antimicrobial material which reduces slime build-up.</li>\r\n</ul>\r\n“It’s not hard to keep on top of ice hygiene – you just have to build vigilance into your staff’s routine,” says Hogan.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email<a href=\"mailto:sales@fem.co.uk\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\">www.fem.co.uk</a>','Ice hygiene: avoid the poop – use a scoop','','inherit','closed','closed','','3375-revision-v1','','','2018-11-22 11:42:06','2018-11-22 11:42:06','',3375,'https://www.ontradeprogress.com/2018/11/22/3375-revision-v1/',0,'revision','',0),(3378,1,'2018-11-22 11:45:20','2018-11-22 11:45:20','<h1>As BBC’s Watchdog once again finds dangerous levels of faecal bacteria in ice in several leading pub chains, FEM has issued advice on maintaining standards of ice hygiene.</h1>\r\n“With the amount of equipment available to protect ice, and the simplicity of keeping modern ice machines hygienically clean, it should be easy to maintain good standards of practice,” says Mark Hogan, commercial director of FEM. “The solution is proper staff training, including basic hygiene – especially washing hands after going to the toilet, which should be part of everyone’s routine.”\r\n\r\nThe company is the UK distributor for Manitowoc Ice machines and also markets a range of ice hygiene equipment made by San Jamar.  Here are its top tips on good ice hygiene practice.\r\n<ul>\r\n 	<li>Train staff to handle ice safely – keep hands clean, never touch ice by hand, use an ice scoop or tongs.  “Ice handling equipment is inexpensive to buy and very effective.  For example, the San Jamar Saf-T-Ice Scoop, which has a shield to protect ice from contamination, starts at around £40,” says Hogan.</li>\r\n 	<li>Set up a regular ice machine cleaning schedule, based on the manufacturer’s guidelines, and make sure staff stick to it. “If necessary, contact your ice machine supplier or the manufacturer and get them to supply guidelines.  They may be happy to send someone in to train staff,” says Hogan.</li>\r\n 	<li>If you’re buying a new ice maker, look for one that’s easy to clean and maintain.</li>\r\n 	<li>Also look for an icemaker that has anti-bacterial features built in.  For example, the Manitowoc Indigo NXT models have an optional patented LuminIce growth inhibitor, which controls the growth of bacteria and yeast in the food zone, keeping the ice pure and uncontaminated.  In addition, the key components are made from AlphaSan antimicrobial material which reduces slime build-up.</li>\r\n</ul>\r\n“It’s not hard to keep on top of ice hygiene – you just have to build vigilance into your staff’s routine,” says Hogan.\r\n\r\nFor more information and details of local stockists call FEM on +44 (0) 1355 244111, email <a href=\"mailto:sales@fem.co.uk\" target=\"_blank\" rel=\"noopener\">sales@fem.co.uk</a> or visit <a href=\"http://www.fem.co.uk/\" target=\"_blank\" rel=\"noopener\">www.fem.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/\">Asian inspiration from Creative Foods</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/\" target=\"_blank\" rel=\"noopener\">BullGuard &amp; NordVPN announce partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils new distillery</a></li>\r\n</ul>','Ice hygiene: avoid the poop – use a scoop','','inherit','closed','closed','','3375-revision-v1','','','2018-11-22 11:45:20','2018-11-22 11:45:20','',3375,'https://www.ontradeprogress.com/2018/11/22/3375-revision-v1/',0,'revision','',0),(3379,1,'2018-11-22 14:21:14','2018-11-22 14:21:14','<h1>For too long, airport bars have just been places to get the beers in before the gate closes or a method of coping with the journey ahead. We hate this. If you arrive at the airport to go somewhere amazing, we believe the airport bar should be your perfect launchpad. Everybody at the terminal is on the clock. So why not spend time wisely?</h1>\r\n<strong>This is a question we ask every time we set foot in an airport.</strong>\r\n\r\n<strong>So we are doing something about it. <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a> Edinburgh Airport will open this summer.</strong>\r\n\r\nScotland’s busiest airport is expanding into a new extension, reaching out from the east end of the airside terminal. And we can announce today that one of those units will be ours; BrewDog Edinburgh Airport will be taking off very soon. We believe airport bars should serve amazing beer, in the right way, in a location you want to be in rather than the one you head to as the only resort.\r\n\r\nWe love the fact that many US regional airports have small-scale brewery taps from local breweries for those who are passing through and love craft beer. We are committed to doing likewise for the people who travel through Edinburgh, with more airport BrewDog bars pencilled into the plans for the future. Edinburgh is the first arrival, but one we hope will be joined by others.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"1240\"]<img src=\"https://www.brewdog.com/admin/js/libs/tinymce/plugins/moxiemanager/data/files/BLOG%20PHOTOS/BrewDogEdinAirport_3.jpg\" alt=\"BrewDog launches a new bar at Edinburgh Airport\" width=\"1240\" height=\"826\" /> BrewDog launches a new bar at Edinburgh Airport[/caption]\r\n\r\nAs well as super-fresh BrewDog craft beer, BrewDog Edinburgh Airport will also be serving up a range of food for those about to depart to places new, so make sure you pack those appetites. We are looking to move away from stilted atmospheres and baffling carpets and bring an airport bar in our house style that welcomes everyone who loves great beer, great food and amazing service.\r\n\r\nWe hope to be open in the summer of this year, which can’t come soon enough for the millions of busy travellers who pass through Edinburgh airport every year. For many of them, turning up at the terminal is the start of the holiday. Or it marks the last chance to relax before sweating that business trip or wedging into a long-haul flight.\r\n\r\n<strong>BrewDog Edinburgh Airport will be a new terminal go-to.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog expands empire to Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">Hogs Back Brewery \'Adopt a Hop\' helps hospice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n</ul>','BrewDog takes off from Edinburgh Airport','','publish','closed','open','','brewdog-takes-off-edinburgh-airport','','','2018-11-22 14:21:14','2018-11-22 14:21:14','',0,'https://www.ontradeprogress.com/?p=3379',0,'post','',0),(3380,1,'2018-11-22 12:31:07','2018-11-22 12:31:07','','BrewDog launches a new bar at Edinburgh Airport','BrewDog launches a new bar at Edinburgh Airport','inherit','closed','closed','','brewdogedinairport_2','','','2018-11-22 12:31:18','2018-11-22 12:31:18','',3379,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/BrewDogEdinAirport_2.jpg',0,'attachment','image/jpeg',0),(3381,1,'2018-11-22 14:20:41','2018-11-22 14:20:41','<h1>For too long, airport bars have just been places to get the beers in before the gate closes or a method of coping with the journey ahead. We hate this. If you arrive at the airport to go somewhere amazing, we believe the airport bar should be your perfect launchpad. Everybody at the terminal is on the clock. So why not spend time wisely?</h1>\r\n<strong>This is a question we ask every time we set foot in an airport.</strong>\r\n\r\n<strong>So we are doing something about it. <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a> Edinburgh Airport will open this summer.</strong>\r\n\r\nScotland’s busiest airport is expanding into a new extension, reaching out from the east end of the airside terminal. And we can announce today that one of those units will be ours; BrewDog Edinburgh Airport will be taking off very soon. We believe airport bars should serve amazing beer, in the right way, in a location you want to be in rather than the one you head to as the only resort.\r\n\r\nWe love the fact that many US regional airports have small-scale brewery taps from local breweries for those who are passing through and love craft beer. We are committed to doing likewise for the people who travel through Edinburgh, with more airport BrewDog bars pencilled into the plans for the future. Edinburgh is the first arrival, but one we hope will be joined by others.\r\n\r\n[caption id=\"\" align=\"alignnone\" width=\"1240\"]<img src=\"https://www.brewdog.com/admin/js/libs/tinymce/plugins/moxiemanager/data/files/BLOG%20PHOTOS/BrewDogEdinAirport_3.jpg\" alt=\"BrewDog launches a new bar at Edinburgh Airport\" width=\"1240\" height=\"826\" /> BrewDog launches a new bar at Edinburgh Airport[/caption]\r\n\r\nAs well as super-fresh BrewDog craft beer, BrewDog Edinburgh Airport will also be serving up a range of food for those about to depart to places new, so make sure you pack those appetites. We are looking to move away from stilted atmospheres and baffling carpets and bring an airport bar in our house style that welcomes everyone who loves great beer, great food and amazing service.\r\n\r\nWe hope to be open in the summer of this year, which can’t come soon enough for the millions of busy travellers who pass through Edinburgh airport every year. For many of them, turning up at the terminal is the start of the holiday. Or it marks the last chance to relax before sweating that business trip or wedging into a long-haul flight.\r\n\r\n<strong>BrewDog Edinburgh Airport will be a new terminal go-to.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog expands empire to Budapest</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/\">Hogs Back Brewery \'Adopt a Hop\' helps hospice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/\">BrewDog opens its first bar in Canary Wharf</a></li>\r\n</ul>','BrewDog takes off from Edinburgh Airport','','inherit','closed','closed','','3379-revision-v1','','','2018-11-22 14:20:41','2018-11-22 14:20:41','',3379,'https://www.ontradeprogress.com/2018/11/22/3379-revision-v1/',0,'revision','',0),(3383,1,'2018-11-26 07:50:59','2018-11-26 07:50:59','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_20_on-trade-progress_[/embed]','On-Trade Progress Issue #20','','inherit','closed','closed','','276-revision-v1','','','2018-11-26 07:50:59','2018-11-26 07:50:59','',276,'https://www.ontradeprogress.com/2018/11/26/276-revision-v1/',0,'revision','',0),(3384,1,'2018-11-26 07:53:32','2018-11-26 07:53:32','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_20_on-trade-progress_[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2018-11-26 07:53:32','2018-11-26 07:53:32','',23,'https://www.ontradeprogress.com/2018/11/26/23-revision-v1/',0,'revision','',0),(3385,1,'2018-11-27 10:24:25','2018-11-27 10:24:25','<div class=\"js--show\">\r\n<div id=\"591-4d8a-ba25-8f665e313ab2\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart5/smallandlargechain/index.html\">\r\n<h1>Since 2008, nearly a quarter of pubs in the UK have closed – but the turnover of the pub industry is holding up and employment is on the rise. What’s happening? And what about pubs in your area?</h1>\r\nMore than 11,000 pubs have closed in the UK in the last decade – a fall of almost a quarter (23%). Office for National Statistics (ONS) analysis shows that it’s small pubs that are disappearing, as the big pub chains consolidate their businesses around bigger bars.\r\n\r\nThe closure of British pubs is a well-known story. Organisations like the <a href=\"http://www.camra.org.uk/news/-/asset_publisher/1dUgQCmQMoVC/content/pub-closures-are-making-us-all-poorer-says-camra\">Campaign for Real Ale</a> (CAMRA) and the <a href=\"https://beerandpub.com/statistics/pub-numbers/\">British Beer and Pub Association </a>have charted the disappearance of pubs for many years.\r\n\r\nONS data confirm the large fall in the number of pubs, from around 50,000 pubs in 2008 to around 39,000 pubs in 2018.\r\n<h2><strong>Almost one in four pubs have closed since 2008</strong></h2>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart1_download.csv\">Download the data</a>\r\n\r\nBut these figures don’t tell the full story of how the UK pub trade is doing. Although lots of pubs have closed, the total turnover of pubs and bars has held up, remaining flat since 2008, once inflation is taken into account. The remaining pubs and bars appear to have soaked up the custom from those pubs that have closed down.\r\n<h3><strong>Turnover stable since the recession</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart2_download.csv\">Download the data</a>\r\n\r\nEmployment figures back this up: while the number of jobs in pubs dipped during the economic downturn, there are now 6% more jobs in pubs and bars than there were in 2008. The largest increases have been in bigger pubs (those with 10 or more employees). This may be because pubs are increasingly focussed on serving food as well as drink, which requires more waiting and kitchen staff.\r\n<h3><strong>More jobs in pubs, especially big ones</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart3_download.csv\">Download the data</a>\r\n\r\nIn 2008, pubs in the UK had a median number of five employees. By 2018, partly due to the closure of many smaller pubs, this had increased to eight employees.\r\n\r\nThe rise in employment has been more pronounced in rural pubs, wherein 2018 total employment in England and Wales is up 17% compared with 2008. In contrast, total employment in urban pubs rose by only 4% over the same period.\r\n\r\nMost jobs in the sector are low paid: around 70% of workers in pubs and bars are paid less than the Living Wage Foundation’s Living Wage. This rate, currently £10.55 per hour in London and £9 per hour elsewhere, is sometimes called the “real” living wage, and is based upon full-time workers being able to afford a basic set of goods and services.\r\n\r\n[caption id=\"attachment_3389\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3389\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/river-607020_1280-300x197.jpg\" alt=\"One in four pubs and bars have closed since 2008\" width=\"300\" height=\"197\" /> One in four pubs and bars have closed since 2008[/caption]\r\n<h3><strong>Outer-city areas see pub numbers plummet</strong></h3>\r\nMany areas on the edges of big cities, and in the commuter belt, have seen the biggest declines in the number of pubs. Barking and Dagenham, Newham and Luton – all in and around London – now have fewer than half the pubs they did in 2001.\r\n\r\nLikewise, there are far fewer pubs in some areas around Manchester, including Burnley, Bolton and Rochdale, as well as on the outskirts of Birmingham, in areas including Sandwell, Dudley and Walsall.\r\n\r\nIn Wales, Torfaen (near Newport) was the area to have lost the most pubs. In Scotland, East Renfrewshire and East Ayrshire (both south of Glasgow) saw pub numbers decline the most. All areas of Northern Ireland have seen pubs close their doors, with numbers down by more than a third between 2001 and 2018.\r\n<h3><strong>Tourism – propping up the bars?</strong></h3>\r\nThe areas where pub numbers have held up – or even increased – include several popular tourist areas, such as Highland Scotland, Ceredigion in West Wales, and South Lakeland, as well as many seaside towns like Scarborough, Blackpool and Brighton.\r\n\r\nPub numbers also remained stable in some cities, including Newcastle, Milton Keynes, York, and in the London borough of Hackney.\r\n<h3></h3>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog takes off from Edinburgh Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/ice-hygiene-use-scoop/\">Ice hygiene - Avoid the poop - Use a scoop</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/\">Asian inspired foods from Creative Foods</a></li>\r\n</ul>\r\n<h3></h3>\r\n<h3><strong>Explore what’s happened to pubs across the UK</strong></h3>\r\n<a href=\"http://www.ons.gov.uk/visualisations/map_download.csv\">Download the data</a>\r\n\r\n<strong>Last orders for small pubs?</strong>\r\n\r\nMost pubs in the UK are small, independently owned businesses – and it is mainly these kinds of pub that have closed over the last decade. But the number of independently-owned larger pubs is steadily rising.\r\n<h3><strong>Independent pubs by employee numbers, UK, 2001 to 2018</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart4_download.csv\">Download the data</a>\r\n\r\nMeanwhile, small pub chains, which are often regional, family-owned businesses, have also switched their focus away from small pubs towards medium and large bars.\r\nAnd at the same time, the large “pubcos” (nationwide companies with 250 or more outlets) have almost completely abandoned small pubs, disposing of lots of them in the early 2000s, concentrating instead on their bigger bars.\r\n<h4><strong>Pubs owned by enterprises with 250 or more units, by employee numbers, UK, 2001 to 2018</strong></h4>\r\n</div>\r\n</div>','Economies of ale: Small pubs close as chains focus on big bars','','publish','closed','open','','one-in-four-pubs-and-bars-close','','\nhttps://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/','2018-11-27 10:33:18','2018-11-27 10:33:18','',0,'https://www.ontradeprogress.com/?p=3385',0,'post','',0),(3386,1,'2018-11-27 10:05:24','2018-11-27 10:05:24','<h1>Since 2008, nearly a quarter of pubs in the UK have closed – but the turnover of the pub industry is holding up and employment is on the rise. What’s happening? And what about pubs in your area?</h1>\r\n<div class=\"wrapper margin-bottom--2\">\r\n<div class=\"col-wrap\"><article class=\"col col--md-40 col--lg-40 page-neutral-content__main-content margin-top--4 margin-left-md--1\">\r\n<div id=\"\" class=\"section__content--markdown section__content--markdown--neutral-article\" data-gtm-vis-first-on-screen-6431828_3218=\"4213\" data-gtm-vis-total-visible-time-6431828_3218=\"5000\" data-gtm-vis-first-on-screen-6431828_3337=\"4213\" data-gtm-vis-total-visible-time-6431828_3337=\"5000\" data-gtm-vis-has-fired-6431828_3218=\"1\" data-gtm-vis-has-fired-6431828_3337=\"1\"><section>More than 11,000 pubs have closed in the UK in the last decade – a fall of almost a quarter (23%). Office for National Statistics (ONS) analysis shows that it’s small pubs that are disappearing, as the big pub chains consolidate their businesses around bigger bars.</section></div>\r\n</article></div>\r\n</div>\r\nThe closure of British pubs is a well-known story. Organisations like the <a href=\"http://www.camra.org.uk/news/-/asset_publisher/1dUgQCmQMoVC/content/pub-closures-are-making-us-all-poorer-says-camra\">Campaign for Real Ale</a> (CAMRA) and the <a href=\"https://beerandpub.com/statistics/pub-numbers/\">British Beer and Pub Association</a>have charted the disappearance of pubs for many years.\r\n\r\nONS data confirm the large fall in the number of pubs, from around 50,000 pubs in 2008 to around 39,000 pubs in 2018.\r\n<h3>Almost one in four pubs have closed since 2008</h3>\r\n<h4>Number of pubs and bars, UK, 2001 to 2018</h4>\r\n<div class=\"js--show\">\r\n<div id=\"6e8-41a6-8674-46db5e0b0e7a\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart1/Line/index.html\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/chart1/Line/index.html?initialWidth=700&amp;childId=6e8-41a6-8674-46db5e0b0e7a&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"480px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-0\" aria-expanded=\"false\">Embed code</summary></details></div>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart1_download.csv\">Download the data </a>But these figures don’t tell the full story of how the UK pub trade is doing. Although lots of pubs have closed, the total turnover of pubs and bars has held up, remaining flat since 2008, once inflation is taken into account. The remaining pubs and bars appear to have soaked up the custom from those pubs that have closed down.\r\n<h3>Turnover stable since recession</h3>\r\n<h4>Turnover of pubs and bars, UK, 2001 to 2016</h4>\r\n<div class=\"js--show\">\r\n<div id=\"e79-40c5-8d7c-a77847c71568\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart2/Line/index.html\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/chart2/Line/index.html?initialWidth=700&amp;childId=e79-40c5-8d7c-a77847c71568&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"499px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-1\" aria-expanded=\"false\">Embed code</summary></details></div>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart2_download.csv\">Download the data</a>Employment figures back this up: while the number of jobs in pubs dipped during the economic downturn, there are now 6% more jobs in pubs and bars than there were in 2008. The largest increases have been in bigger pubs (those with 10 or more employees). This may be because pubs are increasingly focussed on serving food as well as drink, which requires more waiting and kitchen staff.\r\n<h3>More jobs in pubs, especially big ones</h3>\r\n<h4>Employment in pubs and bars, by numbers of employees per pub, UK, 2001 to 2018</h4>\r\n<div class=\"js--show\">\r\n<div id=\"a2f-4692-a215-1d7663c0cffe\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart3/Stacked-Bar-Vertical/\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/chart3/Stacked-Bar-Vertical/?initialWidth=700&amp;childId=a2f-4692-a215-1d7663c0cffe&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"545px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-2\" aria-expanded=\"false\">Embed code</summary></details></div>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart3_download.csv\">Download the data</a>In 2008, pubs in the UK had a median number of five employees. By 2018, partly due to the closure of many smaller pubs, this had increased to eight employees.\r\n\r\nThe rise in employment has been more pronounced in rural pubs, where in 2018 total employment in England and Wales is up 17% compared with 2008. In contrast, total employment in urban pubs rose by only 4% over the same period.\r\n\r\nMost jobs in the sector are low paid: around 70% of workers in pubs and bars are paid less than the Living Wage Foundation’s Living Wage. This rate, currently £10.55 per hour in London and £9 per hour elsewhere, is sometimes called the “real” living wage, and is based upon full-time workers being able to afford a basic set of goods and services.\r\n<h3>What\'s happened to your local?</h3>\r\n<div class=\"js--show\">\r\n<div id=\"322-429f-a86f-9804e2f9b766\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/interactive/index.html\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/interactive/index.html?initialWidth=700&amp;childId=322-429f-a86f-9804e2f9b766&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"433px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-3\" aria-expanded=\"false\">Embed code</summary></details></div>\r\n<h3>Outer-city areas see pub numbers plummet</h3>\r\nMany areas on the edges of big cities, and in the commuter belt, have seen the biggest declines in the number of pubs. Barking and Dagenham, Newham and Luton – all in and around London – now have fewer than half the pubs they did in 2001.\r\n\r\nLikewise, there are far fewer pubs in some areas around Manchester, including Burnley, Bolton and Rochdale, as well as on the outskirts of Birmingham, in areas including Sandwell, Dudley and Walsall.\r\n\r\nIn Wales, Torfaen (near Newport) was the area to have lost the most pubs. In Scotland, East Renfewshire and East Ayrshire (both south of Glasgow) saw pub numbers decline the most. All areas of Northern Ireland have seen pubs close their doors, with numbers down by more than a third between 2001 and 2018.\r\n<h3>Tourism – propping up the bars?</h3>\r\nThe areas where pub numbers have held up – or even increased – include several popular tourist areas, such as Highland Scotland, Ceredigion in West Wales, and South Lakeland, as well as many seaside towns like Scarborough, Blackpool and Brighton.\r\n\r\nPub numbers also remained stable in some cities, including Newcastle, Milton Keynes, York, and in the London borough of Hackney.\r\n<h3>Explore what’s happened to pubs across the UK</h3>\r\n<h4>% change in number of pubs by local authority, UK, 2001 to 2018</h4>\r\n<div class=\"js--show\">\r\n<div id=\"4ce-444e-a8b8-c6f20e7da507\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/map/index.html\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/map/index.html?initialWidth=700&amp;childId=4ce-444e-a8b8-c6f20e7da507&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"500px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-4\" aria-expanded=\"false\">Embed code</summary></details></div>\r\n<a href=\"http://www.ons.gov.uk/visualisations/map_download.csv\">Download the data</a>\r\n<h3>Last orders for small pubs?</h3>\r\nMost pubs in the UK are small, independently owned businesses – and it is mainly these kinds of pub that have closed over the last decade. But the number of independently-owned larger pubs is steadily rising.\r\n<h4>Independent pubs by employee numbers, UK, 2001 to 2018</h4>\r\n<div class=\"js--show\">\r\n<div id=\"512-49ad-9f9f-f3fba4f218b0\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart4/independant/index.html\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/chart4/independant/index.html?initialWidth=700&amp;childId=512-49ad-9f9f-f3fba4f218b0&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"452px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-5\" aria-expanded=\"false\">Embed code</summary></details></div>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart4_download.csv\">Download the data</a>Meanwhile, small pub chains, which are often regional, family-owned businesses, have also switched their focus away from small pubs towards medium and large bars.\r\n\r\nAnd at the same time, the large “pubcos” (nationwide companies with 250 or more outlets) have almost completely abandoned small pubs, disposing of lots of them in the early 2000s, concentrating instead on their bigger bars.\r\n<h4>Pubs owned by enterprises with 250 or more units, by employee numbers, UK, 2001 to 2018</h4>\r\n<div class=\"js--show\">\r\n<div id=\"591-4d8a-ba25-8f665e313ab2\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart5/smallandlargechain/index.html\"><iframe src=\"https://www.ons.gov.uk/visualisations/dvc566/chart5/smallandlargechain/index.html?initialWidth=700&amp;childId=591-4d8a-ba25-8f665e313ab2&amp;parentTitle=Economies%20of%20ale%3A%20small%20pubs%20close%20as%20chains%20focus%20on%20big%20bars%20-%20Office%20for%20National%20Statistics&amp;parentUrl=https%3A%2F%2Fwww.ons.gov.uk%2Fbusinessindustryandtrade%2Fbusiness%2Factivitysizeandlocation%2Farticles%2Feconomiesofalesmallpubscloseaschainsfocusonbigbars%2F2018-11-26\" width=\"100%\" height=\"246px\" frameborder=\"0\" marginheight=\"0\" scrolling=\"no\" data-mce-fragment=\"1\"></iframe></div>\r\n<details class=\"details\" role=\"group\"><summary class=\"details__summary\" role=\"button\" aria-controls=\"details-content-6\" aria-expanded=\"false\">Embed code</summary></details></div>','Economies of ale: Small pubs close as chains focus on big bars','','inherit','closed','closed','','3385-revision-v1','','','2018-11-27 10:05:24','2018-11-27 10:05:24','',3385,'https://www.ontradeprogress.com/2018/11/27/3385-revision-v1/',0,'revision','',0),(3387,1,'2018-11-27 10:12:28','2018-11-27 10:12:28','<div class=\"js--show\">\r\n<div id=\"591-4d8a-ba25-8f665e313ab2\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart5/smallandlargechain/index.html\">\r\n<h1>Since 2008, nearly a quarter of pubs in the UK have closed – but the turnover of the pub industry is holding up and employment is on the rise. What’s happening? And what about pubs in your area?</h1>\r\nMore than 11,000 pubs have closed in the UK in the last decade – a fall of almost a quarter (23%). Office for National Statistics (ONS) analysis shows that it’s small pubs that are disappearing, as the big pub chains consolidate their businesses around bigger bars.\r\n\r\nThe closure of British pubs is a well-known story. Organisations like the <a href=\"http://www.camra.org.uk/news/-/asset_publisher/1dUgQCmQMoVC/content/pub-closures-are-making-us-all-poorer-says-camra\">Campaign for Real Ale</a> (CAMRA) and the <a href=\"https://beerandpub.com/statistics/pub-numbers/\">British Beer and Pub Association </a>have charted the disappearance of pubs for many years.\r\n\r\nONS data confirm the large fall in the number of pubs, from around 50,000 pubs in 2008 to around 39,000 pubs in 2018.\r\n<h2><strong>Almost one in four pubs have closed since 2008</strong></h2>\r\n<strong>Number of pubs and bars, UK, 2001 to 2018</strong>\r\n\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart1_download.csv\">Download the data</a>\r\n\r\nBut these figures don’t tell the full story of how the UK pub trade is doing. Although lots of pubs have closed, the total turnover of pubs and bars has held up, remaining flat since 2008, once inflation is taken into account. The remaining pubs and bars appear to have soaked up the custom from those pubs that have closed down.\r\n<h3><strong>Turnover stable since the recession</strong></h3>\r\n<strong>Turnover of pubs and bars, UK, 2001 to 2016</strong>\r\n\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart2_download.csv\">Download the data</a>\r\n\r\nEmployment figures back this up: while the number of jobs in pubs dipped during the economic downturn, there are now 6% more jobs in pubs and bars than there were in 2008. The largest increases have been in bigger pubs (those with 10 or more employees). This may be because pubs are increasingly focussed on serving food as well as drink, which requires more waiting and kitchen staff.\r\n<h3><strong>More jobs in pubs, especially big ones</strong></h3>\r\n<strong>Employment in pubs and bars, by numbers of employees per pub, UK, 2001 to 2018</strong>\r\n\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart3_download.csv\">Download the data</a>\r\n\r\nIn 2008, pubs in the UK had a median number of five employees. By 2018, partly due to the closure of many smaller pubs, this had increased to eight employees.\r\n\r\nThe rise in employment has been more pronounced in rural pubs, where in 2018 total employment in England and Wales is up 17% compared with 2008. In contrast, total employment in urban pubs rose by only 4% over the same period.\r\n\r\nMost jobs in the sector are low paid: around 70% of workers in pubs and bars are paid less than the Living Wage Foundation’s Living Wage. This rate, currently £10.55 per hour in London and £9 per hour elsewhere, is sometimes called the “real” living wage, and is based upon full-time workers being able to afford a basic set of goods and services.\r\n<h3><strong>Outer-city areas see pub numbers plummet</strong></h3>\r\nMany areas on the edges of big cities, and in the commuter belt, have seen the biggest declines in the number of pubs. Barking and Dagenham, Newham and Luton – all in and around London – now have fewer than half the pubs they did in 2001.\r\n\r\nLikewise, there are far fewer pubs in some areas around Manchester, including Burnley, Bolton and Rochdale, as well as on the outskirts of Birmingham, in areas including Sandwell, Dudley and Walsall.\r\n\r\nIn Wales, Torfaen (near Newport) was the area to have lost the most pubs. In Scotland, East Renfewshire and East Ayrshire (both south of Glasgow) saw pub numbers decline the most. All areas of Northern Ireland have seen pubs close their doors, with numbers down by more than a third between 2001 and 2018.\r\n<h3><strong>Tourism – propping up the bars?</strong></h3>\r\nThe areas where pub numbers have held up – or even increased – include several popular tourist areas, such as Highland Scotland, Ceredigion in West Wales, and South Lakeland, as well as many seaside towns like Scarborough, Blackpool and Brighton.\r\n\r\nPub numbers also remained stable in some cities, including Newcastle, Milton Keynes, York, and in the London borough of Hackney.\r\n<h3><strong>Explore what’s happened to pubs across the UK</strong></h3>\r\n<strong>% change in the number of pubs by the local authority, UK, 2001 to 2018</strong>\r\n\r\n<a href=\"http://www.ons.gov.uk/visualisations/map_download.csv\">Download the data</a>\r\n\r\n<strong>Last orders for small pubs?</strong>\r\n\r\nMost pubs in the UK are small, independently owned businesses – and it is mainly these kinds of pub that have closed over the last decade. But the number of independently-owned larger pubs is steadily rising.\r\n<h3><strong>Independent pubs by employee numbers, UK, 2001 to 2018</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart4_download.csv\">Download the data</a>\r\n\r\nMeanwhile, small pub chains, which are often regional, family-owned businesses, have also switched their focus away from small pubs towards medium and large bars.\r\nAnd at the same time, the large “pubcos” (nationwide companies with 250 or more outlets) have almost completely abandoned small pubs, disposing of lots of them in the early 2000s, concentrating instead on their bigger bars.\r\n<h4><strong>Pubs owned by enterprises with 250 or more units, by employee numbers, UK, 2001 to 2018</strong></h4>\r\n</div>\r\n</div>','Economies of ale: Small pubs close as chains focus on big bars','','inherit','closed','closed','','3385-revision-v1','','','2018-11-27 10:12:28','2018-11-27 10:12:28','',3385,'https://www.ontradeprogress.com/2018/11/27/3385-revision-v1/',0,'revision','',0),(3388,1,'2018-11-27 10:15:32','2018-11-27 10:15:32','','One in four pubs and bars have closed since 2008','One in four pubs and bars have closed since 2008','inherit','closed','closed','','pub-1125514_1280','','','2018-11-27 10:16:39','2018-11-27 10:16:39','',3385,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/pub-1125514_1280.jpg',0,'attachment','image/jpeg',0),(3389,1,'2018-11-27 10:18:12','2018-11-27 10:18:12','','One in four pubs and bars have closed since 2008','One in four pubs and bars have closed since 2008','inherit','closed','closed','','river-607020_1280','','','2018-11-27 10:18:28','2018-11-27 10:18:28','',3385,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/river-607020_1280.jpg',0,'attachment','image/jpeg',0),(3390,1,'2018-11-27 10:23:03','2018-11-27 10:23:03','<div class=\"js--show\">\r\n<div id=\"591-4d8a-ba25-8f665e313ab2\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart5/smallandlargechain/index.html\">\r\n<h1>Since 2008, nearly a quarter of pubs in the UK have closed – but the turnover of the pub industry is holding up and employment is on the rise. What’s happening? And what about pubs in your area?</h1>\r\nMore than 11,000 pubs have closed in the UK in the last decade – a fall of almost a quarter (23%). Office for National Statistics (ONS) analysis shows that it’s small pubs that are disappearing, as the big pub chains consolidate their businesses around bigger bars.\r\n\r\nThe closure of British pubs is a well-known story. Organisations like the <a href=\"http://www.camra.org.uk/news/-/asset_publisher/1dUgQCmQMoVC/content/pub-closures-are-making-us-all-poorer-says-camra\">Campaign for Real Ale</a> (CAMRA) and the <a href=\"https://beerandpub.com/statistics/pub-numbers/\">British Beer and Pub Association </a>have charted the disappearance of pubs for many years.\r\n\r\nONS data confirm the large fall in the number of pubs, from around 50,000 pubs in 2008 to around 39,000 pubs in 2018.\r\n<h2><strong>Almost one in four pubs have closed since 2008</strong></h2>\r\n<strong>Number of pubs and bars, UK, 2001 to 2018</strong>\r\n\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart1_download.csv\">Download the data</a>\r\n\r\nBut these figures don’t tell the full story of how the UK pub trade is doing. Although lots of pubs have closed, the total turnover of pubs and bars has held up, remaining flat since 2008, once inflation is taken into account. The remaining pubs and bars appear to have soaked up the custom from those pubs that have closed down.\r\n<h3><strong>Turnover stable since the recession</strong></h3>\r\n<strong>Turnover of pubs and bars, UK, 2001 to 2016</strong>\r\n\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart2_download.csv\">Download the data</a>\r\n\r\nEmployment figures back this up: while the number of jobs in pubs dipped during the economic downturn, there are now 6% more jobs in pubs and bars than there were in 2008. The largest increases have been in bigger pubs (those with 10 or more employees). This may be because pubs are increasingly focussed on serving food as well as drink, which requires more waiting and kitchen staff.\r\n<h3><strong>More jobs in pubs, especially big ones</strong></h3>\r\n<strong>Employment in pubs and bars, by numbers of employees per pub, UK, 2001 to 2018</strong>\r\n\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart3_download.csv\">Download the data</a>\r\n\r\nIn 2008, pubs in the UK had a median number of five employees. By 2018, partly due to the closure of many smaller pubs, this had increased to eight employees.\r\n\r\nThe rise in employment has been more pronounced in rural pubs, wherein 2018 total employment in England and Wales is up 17% compared with 2008. In contrast, total employment in urban pubs rose by only 4% over the same period.\r\n\r\nMost jobs in the sector are low paid: around 70% of workers in pubs and bars are paid less than the Living Wage Foundation’s Living Wage. This rate, currently £10.55 per hour in London and £9 per hour elsewhere, is sometimes called the “real” living wage, and is based upon full-time workers being able to afford a basic set of goods and services.\r\n\r\n[caption id=\"attachment_3389\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3389\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/river-607020_1280-300x197.jpg\" alt=\"One in four pubs and bars have closed since 2008\" width=\"300\" height=\"197\" /> One in four pubs and bars have closed since 2008[/caption]\r\n<h3><strong>Outer-city areas see pub numbers plummet</strong></h3>\r\nMany areas on the edges of big cities, and in the commuter belt, have seen the biggest declines in the number of pubs. Barking and Dagenham, Newham and Luton – all in and around London – now have fewer than half the pubs they did in 2001.\r\n\r\nLikewise, there are far fewer pubs in some areas around Manchester, including Burnley, Bolton and Rochdale, as well as on the outskirts of Birmingham, in areas including Sandwell, Dudley and Walsall.\r\n\r\nIn Wales, Torfaen (near Newport) was the area to have lost the most pubs. In Scotland, East Renfrewshire and East Ayrshire (both south of Glasgow) saw pub numbers decline the most. All areas of Northern Ireland have seen pubs close their doors, with numbers down by more than a third between 2001 and 2018.\r\n<h3><strong>Tourism – propping up the bars?</strong></h3>\r\nThe areas where pub numbers have held up – or even increased – include several popular tourist areas, such as Highland Scotland, Ceredigion in West Wales, and South Lakeland, as well as many seaside towns like Scarborough, Blackpool and Brighton.\r\n\r\nPub numbers also remained stable in some cities, including Newcastle, Milton Keynes, York, and in the London borough of Hackney.\r\n<h3></h3>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog takes off from Edinburgh Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/ice-hygiene-use-scoop/\">Ice hygiene - Avoid the poop - Use a scoop</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/\">Asian inspired foods from Creative Foods</a></li>\r\n</ul>\r\n<h3></h3>\r\n<h3><strong>Explore what’s happened to pubs across the UK</strong></h3>\r\n<strong>% change in the number of pubs by the local authority, UK, 2001 to 2018</strong>\r\n\r\n<a href=\"http://www.ons.gov.uk/visualisations/map_download.csv\">Download the data</a>\r\n\r\n<strong>Last orders for small pubs?</strong>\r\n\r\nMost pubs in the UK are small, independently owned businesses – and it is mainly these kinds of pub that have closed over the last decade. But the number of independently-owned larger pubs is steadily rising.\r\n<h3><strong>Independent pubs by employee numbers, UK, 2001 to 2018</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart4_download.csv\">Download the data</a>\r\n\r\nMeanwhile, small pub chains, which are often regional, family-owned businesses, have also switched their focus away from small pubs towards medium and large bars.\r\nAnd at the same time, the large “pubcos” (nationwide companies with 250 or more outlets) have almost completely abandoned small pubs, disposing of lots of them in the early 2000s, concentrating instead on their bigger bars.\r\n<h4><strong>Pubs owned by enterprises with 250 or more units, by employee numbers, UK, 2001 to 2018</strong></h4>\r\n</div>\r\n</div>','Economies of ale: Small pubs close as chains focus on big bars','','inherit','closed','closed','','3385-revision-v1','','','2018-11-27 10:23:03','2018-11-27 10:23:03','',3385,'https://www.ontradeprogress.com/2018/11/27/3385-revision-v1/',0,'revision','',0),(3391,1,'2018-11-27 10:24:08','2018-11-27 10:24:08','<div class=\"js--show\">\r\n<div id=\"591-4d8a-ba25-8f665e313ab2\" class=\"pym-interactive\" data-url=\"/visualisations/dvc566/chart5/smallandlargechain/index.html\">\r\n<h1>Since 2008, nearly a quarter of pubs in the UK have closed – but the turnover of the pub industry is holding up and employment is on the rise. What’s happening? And what about pubs in your area?</h1>\r\nMore than 11,000 pubs have closed in the UK in the last decade – a fall of almost a quarter (23%). Office for National Statistics (ONS) analysis shows that it’s small pubs that are disappearing, as the big pub chains consolidate their businesses around bigger bars.\r\n\r\nThe closure of British pubs is a well-known story. Organisations like the <a href=\"http://www.camra.org.uk/news/-/asset_publisher/1dUgQCmQMoVC/content/pub-closures-are-making-us-all-poorer-says-camra\">Campaign for Real Ale</a> (CAMRA) and the <a href=\"https://beerandpub.com/statistics/pub-numbers/\">British Beer and Pub Association </a>have charted the disappearance of pubs for many years.\r\n\r\nONS data confirm the large fall in the number of pubs, from around 50,000 pubs in 2008 to around 39,000 pubs in 2018.\r\n<h2><strong>Almost one in four pubs have closed since 2008</strong></h2>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart1_download.csv\">Download the data</a>\r\n\r\nBut these figures don’t tell the full story of how the UK pub trade is doing. Although lots of pubs have closed, the total turnover of pubs and bars has held up, remaining flat since 2008, once inflation is taken into account. The remaining pubs and bars appear to have soaked up the custom from those pubs that have closed down.\r\n<h3><strong>Turnover stable since the recession</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart2_download.csv\">Download the data</a>\r\n\r\nEmployment figures back this up: while the number of jobs in pubs dipped during the economic downturn, there are now 6% more jobs in pubs and bars than there were in 2008. The largest increases have been in bigger pubs (those with 10 or more employees). This may be because pubs are increasingly focussed on serving food as well as drink, which requires more waiting and kitchen staff.\r\n<h3><strong>More jobs in pubs, especially big ones</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart3_download.csv\">Download the data</a>\r\n\r\nIn 2008, pubs in the UK had a median number of five employees. By 2018, partly due to the closure of many smaller pubs, this had increased to eight employees.\r\n\r\nThe rise in employment has been more pronounced in rural pubs, wherein 2018 total employment in England and Wales is up 17% compared with 2008. In contrast, total employment in urban pubs rose by only 4% over the same period.\r\n\r\nMost jobs in the sector are low paid: around 70% of workers in pubs and bars are paid less than the Living Wage Foundation’s Living Wage. This rate, currently £10.55 per hour in London and £9 per hour elsewhere, is sometimes called the “real” living wage, and is based upon full-time workers being able to afford a basic set of goods and services.\r\n\r\n[caption id=\"attachment_3389\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3389\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/river-607020_1280-300x197.jpg\" alt=\"One in four pubs and bars have closed since 2008\" width=\"300\" height=\"197\" /> One in four pubs and bars have closed since 2008[/caption]\r\n<h3><strong>Outer-city areas see pub numbers plummet</strong></h3>\r\nMany areas on the edges of big cities, and in the commuter belt, have seen the biggest declines in the number of pubs. Barking and Dagenham, Newham and Luton – all in and around London – now have fewer than half the pubs they did in 2001.\r\n\r\nLikewise, there are far fewer pubs in some areas around Manchester, including Burnley, Bolton and Rochdale, as well as on the outskirts of Birmingham, in areas including Sandwell, Dudley and Walsall.\r\n\r\nIn Wales, Torfaen (near Newport) was the area to have lost the most pubs. In Scotland, East Renfrewshire and East Ayrshire (both south of Glasgow) saw pub numbers decline the most. All areas of Northern Ireland have seen pubs close their doors, with numbers down by more than a third between 2001 and 2018.\r\n<h3><strong>Tourism – propping up the bars?</strong></h3>\r\nThe areas where pub numbers have held up – or even increased – include several popular tourist areas, such as Highland Scotland, Ceredigion in West Wales, and South Lakeland, as well as many seaside towns like Scarborough, Blackpool and Brighton.\r\n\r\nPub numbers also remained stable in some cities, including Newcastle, Milton Keynes, York, and in the London borough of Hackney.\r\n<h3></h3>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog takes off from Edinburgh Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/ice-hygiene-use-scoop/\">Ice hygiene - Avoid the poop - Use a scoop</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/\">Asian inspired foods from Creative Foods</a></li>\r\n</ul>\r\n<h3></h3>\r\n<h3><strong>Explore what’s happened to pubs across the UK</strong></h3>\r\n<a href=\"http://www.ons.gov.uk/visualisations/map_download.csv\">Download the data</a>\r\n\r\n<strong>Last orders for small pubs?</strong>\r\n\r\nMost pubs in the UK are small, independently owned businesses – and it is mainly these kinds of pub that have closed over the last decade. But the number of independently-owned larger pubs is steadily rising.\r\n<h3><strong>Independent pubs by employee numbers, UK, 2001 to 2018</strong></h3>\r\n<a href=\"https://www.ons.gov.uk/visualisations/dvc566/chart4_download.csv\">Download the data</a>\r\n\r\nMeanwhile, small pub chains, which are often regional, family-owned businesses, have also switched their focus away from small pubs towards medium and large bars.\r\nAnd at the same time, the large “pubcos” (nationwide companies with 250 or more outlets) have almost completely abandoned small pubs, disposing of lots of them in the early 2000s, concentrating instead on their bigger bars.\r\n<h4><strong>Pubs owned by enterprises with 250 or more units, by employee numbers, UK, 2001 to 2018</strong></h4>\r\n</div>\r\n</div>','Economies of ale: Small pubs close as chains focus on big bars','','inherit','closed','closed','','3385-revision-v1','','','2018-11-27 10:24:08','2018-11-27 10:24:08','',3385,'https://www.ontradeprogress.com/2018/11/27/3385-revision-v1/',0,'revision','',0),(3392,1,'2018-11-27 10:52:35','2018-11-27 10:52:35','<h1><strong>Responding to a new report by the Office for National Statistics (<a href=\"https://www.ons.gov.uk/\" target=\"_blank\" rel=\"noopener\">ONS</a>) titled the </strong><strong><a href=\"https://www.ons.gov.uk/businessindustryandtrade/business/activitysizeandlocation/articles/economiesofalesmallpubscloseaschainsfocusonbigbars/2018-11-26\">Economies of ale</a></strong><strong>, British Beer and Pub Association (<a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">BBPA</a>) chief executive Brigid Simmonds commented: </strong></h1>\r\n“This new report from the Office for National Statistics (ONS) reflects our own data and research which shows that many pubs are struggling.\r\n\r\n“Pubs face a number of cost pressures, from high taxes in the form of beer duty, VAT and business rates, to wage increases and food inflation. This means they are under increasing financial pressure from every angle, which is driving closures.\r\n\r\n[caption id=\"attachment_3394\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3394\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/beer-2439237_1280-300x199.jpg\" alt=\"As beer tax rose by 42% - 5,000 pubs closed across the UK\" width=\"300\" height=\"199\" /> As beer tax rose by 42% - 5,000 pubs closed across the UK[/caption]\r\n\r\n“The pub sector is proud of its role as a major UK employer and so the ONS data showing that pubs are employing more people than ever before is welcome news. This reflects that many smaller pubs are closing and larger pubs will inevitably employ more people. Pubs are also diversifying their offer to create an experience that appeals to the changing needs of consumers, hence the transition towards more food and entertainment-led establishments. Pubs now serve one billion meals each year and have 50,000 bedrooms. They are a vital part of both our international and domestic tourism market.\r\n\r\n“Unless more is done to help alleviate the cost pressures pubs face however, they will continue to close and jobs will be lost. Under the beer duty escalator alone (2008-2013), beer tax rose by 42%. During that time beer sales fell by 24% in pubs. This caused 5,000 pubs to close.\r\n\r\n“The Chancellor’s decision in the Budget to freeze beer tax and lower business rates for thousands of pubs will make a real difference to the viability of the sector moving forward – particularly the local, community pubs that the ONS data shows are disappearing.\r\n\r\n“More still needs to be done though to save those pubs that are most at risk from closure. This is why we continue to support the <a href=\"https://longlivethelocal.pub\">Long Live the Local campaign</a>, which celebrates the vital role local, community pubs play in our lives across the UK and calls on the government to reduce the cost pressures they are under.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Read the report here from ONS</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">As small pubs close, BrewDog opens more</a></li>\r\n 	<li style=\"text-align: left;\"><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils new distillery</a></li>\r\n</ul>','BBPA responds to ONS “Economies of ale” report on pubs','','publish','closed','open','','bbpa-responds-beer-pubs','','\nhttps://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/','2018-11-27 11:04:20','2018-11-27 11:04:20','',0,'https://www.ontradeprogress.com/?p=3392',0,'post','',0),(3393,1,'2018-11-27 10:38:33','2018-11-27 10:38:33','','beer','When beer tax rose by 42% - 5,000 pubs closed across the UK','inherit','closed','closed','','bar-2209813_1280','','','2018-11-27 10:39:17','2018-11-27 10:39:17','',3392,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/bar-2209813_1280.jpg',0,'attachment','image/jpeg',0),(3394,1,'2018-11-27 10:42:36','2018-11-27 10:42:36','','As beer tax rose by 42% - 5,000 pubs closed across the UK','As beer tax rose by 42% - 5,000 pubs closed across the UK','inherit','closed','closed','','beer-2439237_1280','','','2018-11-27 10:43:11','2018-11-27 10:43:11','',3392,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/beer-2439237_1280.jpg',0,'attachment','image/jpeg',0),(3395,1,'2018-11-27 10:46:51','2018-11-27 10:46:51','<h1><strong>Responding to a new report by the Office for National Statistics (<a href=\"https://www.ons.gov.uk/\" target=\"_blank\" rel=\"noopener\">ONS</a>) titled the </strong><strong><a href=\"https://www.ons.gov.uk/businessindustryandtrade/business/activitysizeandlocation/articles/economiesofalesmallpubscloseaschainsfocusonbigbars/2018-11-26\">Economies of ale</a></strong><strong>, British Beer and Pub Association (<a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">BBPA</a>) chief executive Brigid Simmonds commented: </strong></h1>\r\n“This new report from the Office for National Statistics (ONS) reflects our own data and research which shows that many pubs are struggling.\r\n\r\n“Pubs face a number of cost pressures, from high taxes in the form of beer duty, VAT and business rates, to wage increases and food inflation. This means they are under increasing financial pressure from every angle, which is driving closures.\r\n\r\n[caption id=\"attachment_3394\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3394\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/beer-2439237_1280-300x199.jpg\" alt=\"As beer tax rose by 42% - 5,000 pubs closed across the UK\" width=\"300\" height=\"199\" /> As beer tax rose by 42% - 5,000 pubs closed across the UK[/caption]\r\n\r\n“The pub sector is proud of its role as a major UK employer and so the ONS data showing that pubs are employing more people than ever before is welcome news. This reflects that many smaller pubs are closing and larger pubs will inevitably employ more people. Pubs are also diversifying their offer to create an experience that appeals to the changing needs of consumers, hence the transition towards more food and entertainment-led establishments. Pubs now serve one billion meals each year and have 50,000 bedrooms. They are a vital part of both our international and domestic tourism market.\r\n\r\n“Unless more is done to help alleviate the cost pressures pubs face however, they will continue to close and jobs will be lost. Under the beer duty escalator alone (2008-2013), beer tax rose by 42%. During that time beer sales fell by 24% in pubs. This caused 5,000 pubs to close.\r\n\r\n“The Chancellor’s decision in the Budget to freeze beer tax and lower business rates for thousands of pubs will make a real difference to the viability of the sector moving forward – particularly the local, community pubs that the ONS data shows are disappearing.\r\n\r\n“More still needs to be done though to save those pubs that are most at risk from closure. This is why we continue to support the <a href=\"https://longlivethelocal.pub\">Long Live the Local campaign</a>, which celebrates the vital role local, community pubs play in our lives across the UK and calls on the government to reduce the cost pressures they are under.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Read the report here from ONS</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">As small pubs close, BrewDog opens more</a></li>\r\n 	<li style=\"text-align: left;\"><a href=\"https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/\">Edinburgh Gin unveils new distillery</a></li>\r\n</ul>','BBPA responds to ONS “Economies of ale” report on pubs','','inherit','closed','closed','','3392-revision-v1','','','2018-11-27 10:46:51','2018-11-27 10:46:51','',3392,'https://www.ontradeprogress.com/2018/11/27/3392-revision-v1/',0,'revision','',0),(3397,1,'2018-11-27 12:00:56','2018-11-27 12:00:56','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1 style=\"text-align: left;\">TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire which will see a first site delivering the brand’s signature range of quality crepes, waffles and coffee to UK air passengers before the end of 2018.</h1>\r\n<p style=\"text-align: left;\">TRG’s record of innovation, partnership, and performance ahead of sector growth has made them a market leader in the UK airport sector. With 27 years’ experience providing exceptional hospitality to the travelling public, the existing brand portfolio includes casual dining, counter service, coffee shops, pubs and bars; the addition of Crepeaffaire will add an exciting new facet to this list with a niche, fast-casual concept that has been delighting customers at their existing outlets for the last 12 years.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Economies of ale: 25% of pubs closing in the UK in the last decade</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA responds to \'Economies of ale\' report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog\'s new bar at Edinburgh Airport</a></li>\r\n</ul>\r\n</div>\r\n<div class=\"column\">\r\n<p style=\"text-align: left;\">Crepeaffaire is a unique and independent quality food brand, serving freshly baked savoury and sweet crepes made with organic flour and natural ingredients as well as high-quality waffles, coffee and soft drinks. The philosophy is to position crepes as an indulgent yet lighter alternative to traditional fast food for guests who want a speedy service without sacrificing great quality. Since its 2005 creation, it has become the UK’s market leader, successfully operating in a variety of locations and formats. Crepeaffaire is a systematic and branded approach to a traditional product and caters to a wide target audience for all-day eating and snacking. The brand has a modern urban pitch with a distinct continental/French flavour. It is ideally suited to an airport location, with a varied clientele and brand representation. Today Crepeaffaire is loved on 3 continents, with 15 locations in the UK as well as further afield.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3 style=\"text-align: left;\">Nick Ayerst, Managing Director of TRG Concessions, said:</h3>\r\n<p style=\"text-align: left;\">This is an exciting addition to the portfolio of brands that we are able to offer to both new and existing UK airport clients. Crepeaffaire has a brilliant proposition and is a recognisable brand both at home and internationally that will resonate with passengers and provide them with a fun, fresh and quality offer.</p>\r\n\r\n<h3 style=\"text-align: left;\">Daniel Spinath, founder and CEO of Crepeaffaire, commented:</h3>\r\n<p style=\"text-align: left;\">We’re delighted to have signed this master franchise agreement to develop our presence at UK airports. TRG’s expertise in managing airport operations combined with Crepeaffaire’s exciting all-day offer will undoubtedly resonate with a wide passenger base.</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.trgconcessions.co.uk\" target=\"_blank\" rel=\"noopener\">www.trgconcessions.co.uk</a></p>\r\n<p style=\"text-align: left;\"><a href=\"https://www.crepeaffaire.com/\" target=\"_blank\" rel=\"noopener\">www.crepeaffaire.com</a></p>\r\n<p style=\"text-align: left;\"><strong>For more information or any high-resolution photos, contact matt@crepeaffaire.com</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>','A New Partnership for Crepeaffaire and TRG Concessions','','publish','closed','open','','crepeaffaire-partnership-trgconsessions','','https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\nhttps://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/','2018-11-27 12:20:24','2018-11-27 12:20:24','',0,'https://www.ontradeprogress.com/?p=3397',0,'post','',0),(3398,1,'2018-11-27 11:33:28','2018-11-27 11:33:28','','TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire','TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire ','inherit','closed','closed','','dessert-3804693_1280','','','2018-11-27 12:01:30','2018-11-27 12:01:30','',3397,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/dessert-3804693_1280.jpg',0,'attachment','image/jpeg',0),(3399,1,'2018-11-27 11:38:48','2018-11-27 11:38:48','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1 style=\"text-align: left;\">TRG Concessions are pleased to announce the launch of an exciting new partnership with Cre?peaffaire which will see a first site delivering the brand’s signature range of quality crepes, waffles and coffee to UK air passengers before the end of 2018.</h1>\r\n<p style=\"text-align: left;\">TRG’s record of innovation, partnership, and performance ahead of sector growth has made them a market leader in the UK airport sector. With 27 years’ experience providing exceptional hospitality to the travelling public, the existing brand portfolio includes casual dining, counter service, coffee shops, pubs and bars; the addition of Cre?peaffaire will add an exciting new facet to this list with a niche, fast-casual concept that has been delighting customers at their existing outlets for the last 12 years.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Economies of ale: 25% of pubs closing in the UK in the last decade</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA responds to \'Economies of ale\' report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog\'s new bar at Edinburgh Airport</a></li>\r\n</ul>\r\n</div>\r\n<div class=\"column\">\r\n<p style=\"text-align: left;\">Cre?peaffaire is a unique and independent quality food brand, serving freshly baked savoury and sweet cre?pes made with organic flour and natural ingredients as well as high-quality waffles, coffee and soft drinks. The philosophy is to position cre?pes as an indulgent yet lighter alternative to traditional fast food for guests who want a speedy service without sacrificing great quality. Since its 2005 creation, it has become the UK’s market leader, successfully operating in a variety of locations and formats. Cre?peaffaire is a systematic and branded approach to a traditional product and caters to a wide target audience for all-day eating and snacking. The brand has a modern urban pitch with a distinct continental/French flavour. It is ideally suited to an airport location, with a varied clientele and brand representation. Today Cre?peaffaire is loved on 3 continents, with 15 locations in the UK as well as further afield.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3 style=\"text-align: left;\">Nick Ayerst, Managing Director of TRG Concessions, said:</h3>\r\n<p style=\"text-align: left;\">This is an exciting addition to the portfolio of brands that we are able to offer to both new and existing UK airport clients. Cre?peaffaire has a brilliant proposition and is a recognisable brand both at home and internationally that will resonate with passengers and provide them with a fun, fresh and quality offer.</p>\r\n\r\n<h3 style=\"text-align: left;\">Daniel Spinath, founder and CEO of Cre?peaffaire, commented:</h3>\r\n<p style=\"text-align: left;\">We’re delighted to have signed this master franchise agreement to develop our presence at UK airports. TRG’s expertise in managing airport operations combined with Cre?peaffaire’s exciting all-day offer will undoubtedly resonate with a wide passenger base.</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.trgconcessions.co.uk\" target=\"_blank\" rel=\"noopener\">www.trgconcessions.co.uk</a></p>\r\n<p style=\"text-align: left;\"><a href=\"https://www.crepeaffaire.com/\" target=\"_blank\" rel=\"noopener\">www.crepeaffaire.com</a></p>\r\n<p style=\"text-align: left;\"><strong>For more information or any high-resolution photos, contact matt@crepeaffaire.com</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>','A New Partnership for Cre?peaffaire and TRG Concessions','','inherit','closed','closed','','3397-revision-v1','','','2018-11-27 11:38:48','2018-11-27 11:38:48','',3397,'https://www.ontradeprogress.com/2018/11/27/3397-revision-v1/',0,'revision','',0),(3400,1,'2018-11-27 11:43:18','2018-11-27 11:43:18','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h1 style=\"text-align: left;\">TRG Concessions are pleased to announce the launch of an exciting new partnership with Crepeaffaire which will see a first site delivering the brand’s signature range of quality crepes, waffles and coffee to UK air passengers before the end of 2018.</h1>\r\n<p style=\"text-align: left;\">TRG’s record of innovation, partnership, and performance ahead of sector growth has made them a market leader in the UK airport sector. With 27 years’ experience providing exceptional hospitality to the travelling public, the existing brand portfolio includes casual dining, counter service, coffee shops, pubs and bars; the addition of Crepeaffaire will add an exciting new facet to this list with a niche, fast-casual concept that has been delighting customers at their existing outlets for the last 12 years.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Economies of ale: 25% of pubs closing in the UK in the last decade</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA responds to \'Economies of ale\' report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog\'s new bar at Edinburgh Airport</a></li>\r\n</ul>\r\n</div>\r\n<div class=\"column\">\r\n<p style=\"text-align: left;\">Crepeaffaire is a unique and independent quality food brand, serving freshly baked savoury and sweet crepes made with organic flour and natural ingredients as well as high-quality waffles, coffee and soft drinks. The philosophy is to position crepes as an indulgent yet lighter alternative to traditional fast food for guests who want a speedy service without sacrificing great quality. Since its 2005 creation, it has become the UK’s market leader, successfully operating in a variety of locations and formats. Crepeaffaire is a systematic and branded approach to a traditional product and caters to a wide target audience for all-day eating and snacking. The brand has a modern urban pitch with a distinct continental/French flavour. It is ideally suited to an airport location, with a varied clientele and brand representation. Today Crepeaffaire is loved on 3 continents, with 15 locations in the UK as well as further afield.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<h3 style=\"text-align: left;\">Nick Ayerst, Managing Director of TRG Concessions, said:</h3>\r\n<p style=\"text-align: left;\">This is an exciting addition to the portfolio of brands that we are able to offer to both new and existing UK airport clients. Crepeaffaire has a brilliant proposition and is a recognisable brand both at home and internationally that will resonate with passengers and provide them with a fun, fresh and quality offer.</p>\r\n\r\n<h3 style=\"text-align: left;\">Daniel Spinath, founder and CEO of Crepeaffaire, commented:</h3>\r\n<p style=\"text-align: left;\">We’re delighted to have signed this master franchise agreement to develop our presence at UK airports. TRG’s expertise in managing airport operations combined with Crepeaffaire’s exciting all-day offer will undoubtedly resonate with a wide passenger base.</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.trgconcessions.co.uk\" target=\"_blank\" rel=\"noopener\">www.trgconcessions.co.uk</a></p>\r\n<p style=\"text-align: left;\"><a href=\"https://www.crepeaffaire.com/\" target=\"_blank\" rel=\"noopener\">www.crepeaffaire.com</a></p>\r\n<p style=\"text-align: left;\"><strong>For more information or any high-resolution photos, contact matt@crepeaffaire.com</strong></p>\r\n\r\n</div>\r\n</div>\r\n</div>','A New Partnership for Crepeaffaire and TRG Concessions','','inherit','closed','closed','','3397-revision-v1','','','2018-11-27 11:43:18','2018-11-27 11:43:18','',3397,'https://www.ontradeprogress.com/2018/11/27/3397-revision-v1/',0,'revision','',0),(3401,1,'2018-11-27 12:41:29','2018-11-27 12:41:29','<h1>With Christmas just around the corner, the most important selling period for the on trade is fast approaching, which means there’s no time like the present, for pub and bar operators to start reviewing their ranges, finalise food menus and prepare for the inevitable flurry of beer and cider sales.</h1>\r\n&nbsp;\r\n\r\nThe festive season comes with more reasons for consumers to socialise as they look for great experiences to enjoy with friends and family out of home. As part of <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">HEINEKEN</a> UK’s largest piece of category research ever undertaken, The Greenpaper, the UK’s largest pub, cider and beer business predicts another year of bumper sales.\r\n\r\n&nbsp;\r\n\r\nWhen you consider that a tenth of all wet volume in the on trade is delivered in the month of December, this represents more than £1.25 billion<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn1\" name=\"_ftnref1\">[1</a>],  therefore the Christmas period presents a key opportunity to maximise sales and secure a successful end to the year for your outlet. At a time when consumers are spending more and looking to treat themselves to more premium options, it is essential that operators are suitably prepared for the festive season.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">TRG Concessions &amp; Crepaffaire have teamed up</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Small pubs in the UK drop by 25%</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA react to 25% of pubs closing in the UK</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3>In the spirit of the season, HEINEKEN has wrapped up <strong>Four Top Tips</strong> from The Greenpaper to assist operators in making this Christmas one to remember:</h3>\r\n<ol>\r\n 	<li><strong>Get your range right</strong> - when ranging for the Christmas period, operators should stock a variety of products that cater for different tastes and motivations. With planned groups - whether a family celebration or office party - more frequent at this time of year, getting the basics right by stocking staples such as Foster’s, Strongbow Original and Strongbow Dark Fruit is key. People in groups want easy choices and are looking to make a quick decision so that they can continue enjoying each other’s company.</li>\r\n 	<li>\r\n\r\n[caption id=\"attachment_3404\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3404\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/BM-15-060-300x200.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"300\" height=\"200\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\r\n\r\n<strong>Encourage trade-up</strong> – with customers more inclined to trade up to premium drinks options as a treat during the Christmas season<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn2\" name=\"_ftnref2\"><sup>[2]</sup></a>, offering favourites such as Birra Moretti, Amstel, and Old Mout, allows operators to capitalise on this consumer mindset and boost sales. These brands tend to over-index at Christmas vs the rest of the year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn3\" name=\"_ftnref3\">[3]</a> and are therefore likely to perform well. Old Mout, is the fastest growing premium flavoured cider in the on-trade with 25% increase in volume share and 31% increase in value share versus the previous year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn4\" name=\"_ftnref4\"><sup>[4]</sup></a>. Birra Moretti has also experienced significant growth in the past year with 46.9% increase in volume share and 48.1% in value share.<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn5\" name=\"_ftnref5\">[5]</a></li>\r\n 	<li><strong>Festive Food</strong> <strong>Pairings </strong>– Creating a strong Christmas dining offer is another opportunity to attract more customers and maximise consumer spend, particularly as over half of Brits visit pubs to eat<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn6\" name=\"_ftnref6\">[6]</a>. Food is present at a third of all drinking occasions and this is growing<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn7\" name=\"_ftnref7\"><sup>[7]</sup></a>. By creatively pairing food with a beer or cider range, operators  can deliver more value to the consumer, whilst driving both footfall and repeat business. Operators should highlight beers that work well with Christmas roasts and other Christmas food - such as Amstel and Maltsmiths Pilsner. Featuring these products on the menu will help customers to make a choice that complements their food, ensuring they have a great experience which in turn increases their spend.</li>\r\n 	<li><strong>Make more from moderation</strong> - There are now 5.5million adults in the UK who abstain from alcohol<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn8\" name=\"_ftnref8\">[8]</a> and with the rise of health-conscious consumers, operators should stock low and no alcohol options to harness additional sales from customers who are keen to <strong><em>“Live Better” </em></strong>without compromising on taste. December represents the highest month of sales for low and no alcohol beer in the on-trade, with 1.7m bottles drunk in December 2017<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn9\" name=\"_ftnref9\">[9]</a> – that’s 60,000 a day! Heineken 0.0 is the fastest growing brand in the category, responding directly to festive party goers looking to moderate their alcohol intake, but still enjoy great tasting beer over the busy festive season. Avoid duplication as the rate of sale is smaller than alcoholic bottles, so limit your selection to one or two recognised brands. Fridge placement is also key, so ensure your customers can see your low or no-alcohol brands. And don’t forget cider, stock Old Mout Alcohol-Free too.</li>\r\n</ol>\r\n[caption id=\"attachment_3403\" align=\"alignright\" width=\"212\"]<img class=\"size-medium wp-image-3403\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render-212x300.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"212\" height=\"300\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\r\n\r\n<strong>Jerry Shedden, Category and Trade Marketing Director at HEINEKEN, said: </strong>\r\n\r\n<em>“A great Christmas sales period can provide the perfect boost to end of year sales, so it’s important to be prepared. With increased footfall and greater number of socialising occasions we hope our top tips, can help licensees be confident in their offering, capitalise on the latest trends and help to stand out from the crowd.”</em>\r\n\r\n<em> </em>\r\n\r\n<strong>HEINEKEN’s six drivers for on trade growth, from The Greenpaper, give licensees actionable insight to help drive sales, presenting consumers with a reason to head out to the on trade and increase their spend at the bar – with the potential to unlock an incremental value of £1bn across the category by 2021.</strong>','Unwrap the secret to superior Christmas sales with Heineken','','publish','closed','open','','on-trade-christmas-heineken','','\nhttps://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/','2018-11-27 13:49:02','2018-11-27 13:49:02','',0,'https://www.ontradeprogress.com/?p=3401',0,'post','',0),(3402,1,'2018-11-27 12:28:38','2018-11-27 12:28:38','','The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed','The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed','inherit','closed','closed','','birra-moretti-day-2-primary-edits-bengibsonphoto-2430_ret_v2','','','2018-11-27 12:32:31','2018-11-27 12:32:31','',3401,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/birra-moretti-day-2-primary-edits-@bengibsonphoto-2430_RET_V2.jpg',0,'attachment','image/jpeg',0),(3403,1,'2018-11-27 12:28:49','2018-11-27 12:28:49','','Birra Moretti UK Pint Glass 3D Render','The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed','inherit','closed','closed','','birra-moretti-uk-pint-glass-3d-render','','','2018-11-27 12:31:45','2018-11-27 12:31:45','',3401,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render.png',0,'attachment','image/png',0),(3404,1,'2018-11-27 12:29:01','2018-11-27 12:29:01','','The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed','The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed','inherit','closed','closed','','bm-15-060','','','2018-11-27 12:31:29','2018-11-27 12:31:29','',3401,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/BM-15-060.png',0,'attachment','image/png',0),(3405,1,'2018-11-27 12:29:06','2018-11-27 12:29:06','','Heineken® 0.0 launches biggest ever campaign for an no-alcohol beer 5','The most important selling period for the on trade is fast approaching Hekneken gives you tips to succeed','inherit','closed','closed','','heineken-0-0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5','','','2018-11-27 12:33:34','2018-11-27 12:33:34','',3401,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Heineken®-0.0-launches-biggest-ever-campaign-for-an-no-alcohol-beer-5.png',0,'attachment','image/png',0),(3406,1,'2018-11-27 12:34:43','2018-11-27 12:34:43','<h1>With Christmas just around the corner, the most important selling period for the on trade is fast approaching, which means there’s no time like the present, for pub and bar operators to start reviewing their ranges, finalise food menus and prepare for the inevitable flurry of beer and cider sales.</h1>\r\n&nbsp;\r\n\r\nThe festive season comes with more reasons for consumers to socialise as they look for great experiences to enjoy with friends and family out of home. As part of HEINEKEN UK’s largest piece of category research ever undertaken, The Greenpaper, the UK’s largest pub, cider and beer business predicts another year of bumper sales.\r\n\r\n&nbsp;\r\n\r\nWhen you consider that a tenth of all wet volume in the on trade is delivered in the month of December, this represents more than £1.25 billion<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn1\" name=\"_ftnref1\">[1</a>],  therefore the Christmas period presents a key opportunity to maximise sales and secure a successful end to the year for your outlet. At a time when consumers are spending more and looking to treat themselves to more premium options, it is essential that operators are suitably prepared for the festive season.\r\n\r\n&nbsp;\r\n<h3>In the spirit of the season, HEINEKEN has wrapped up <strong>Four Top Tips</strong> from The Greenpaper to assist operators in making this Christmas one to remember:</h3>\r\n<ol>\r\n 	<li><strong>Get your range right</strong> - when ranging for the Christmas period, operators should stock a variety of products that cater for different tastes and motivations. With planned groups - whether a family celebration or office party - more frequent at this time of year, getting the basics right by stocking staples such as Foster’s, Strongbow Original and Strongbow Dark Fruit is key. People in groups want easy choices and are looking to make a quick decision so that they can continue enjoying each other’s company.</li>\r\n 	<li>\r\n\r\n[caption id=\"attachment_3404\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3404\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/BM-15-060-300x200.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"300\" height=\"200\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\r\n\r\n<strong>Encourage trade-up</strong> – with customers more inclined to trade up to premium drinks options as a treat during the Christmas season<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn2\" name=\"_ftnref2\"><sup>[2]</sup></a>, offering favourites such as Birra Moretti, Amstel, and Old Mout, allows operators to capitalise on this consumer mindset and boost sales. These brands tend to over-index at Christmas vs the rest of the year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn3\" name=\"_ftnref3\">[3]</a> and are therefore likely to perform well. Old Mout, is the fastest growing premium flavoured cider in the on-trade with 25% increase in volume share and 31% increase in value share versus the previous year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn4\" name=\"_ftnref4\"><sup>[4]</sup></a>. Birra Moretti has also experienced significant growth in the past year with 46.9% increase in volume share and 48.1% in value share.<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn5\" name=\"_ftnref5\">[5]</a></li>\r\n 	<li><strong>Festive Food</strong> <strong>Pairings </strong>– Creating a strong Christmas dining offer is another opportunity to attract more customers and maximise consumer spend, particularly as over half of Brits visit pubs to eat<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn6\" name=\"_ftnref6\">[6]</a>. Food is present at a third of all drinking occasions and this is growing<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn7\" name=\"_ftnref7\"><sup>[7]</sup></a>. By creatively pairing food with a beer or cider range, operators  can deliver more value to the consumer, whilst driving both footfall and repeat business. Operators should highlight beers that work well with Christmas roasts and other Christmas food - such as Amstel and Maltsmiths Pilsner. Featuring these products on the menu will help customers to make a choice that complements their food, ensuring they have a great experience which in turn increases their spend.</li>\r\n 	<li><strong>Make more from moderation</strong> - There are now 5.5million adults in the UK who abstain from alcohol<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn8\" name=\"_ftnref8\">[8]</a> and with the rise of health-conscious consumers, operators should stock low and no alcohol options to harness additional sales from customers who are keen to <strong><em>“Live Better” </em></strong>without compromising on taste. December represents the highest month of sales for low and no alcohol beer in the on-trade, with 1.7m bottles drunk in December 2017<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn9\" name=\"_ftnref9\">[9]</a> – that’s 60,000 a day! Heineken 0.0 is the fastest growing brand in the category, responding directly to festive party goers looking to moderate their alcohol intake, but still enjoy great tasting beer over the busy festive season. Avoid duplication as the rate of sale is smaller than alcoholic bottles, so limit your selection to one or two recognised brands. Fridge placement is also key, so ensure your customers can see your low or no-alcohol brands. And don’t forget cider, stock Old Mout Alcohol-Free too.</li>\r\n</ol>\r\n[caption id=\"attachment_3403\" align=\"alignright\" width=\"212\"]<img class=\"size-medium wp-image-3403\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render-212x300.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"212\" height=\"300\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\r\n\r\n<strong>Jerry Shedden, Category and Trade Marketing Director at HEINEKEN, said: </strong>\r\n\r\n<em>“A great Christmas sales period can provide the perfect boost to end of year sales, so it’s important to be prepared. With increased footfall and greater number of socialising occasions we hope our top tips, can help licensees be confident in their offering, capitalise on the latest trends and help to stand out from the crowd.”</em>\r\n\r\n<em> </em>\r\n\r\n<strong>HEINEKEN’s six drivers for on trade growth, from The Greenpaper, give licensees actionable insight to help drive sales, presenting consumers with a reason to head out to the on trade and increase their spend at the bar – with the potential to unlock an incremental value of £1bn across the category by 2021.</strong>','Unwrap the secret to superior Christmas sales with Heineken','','inherit','closed','closed','','3401-revision-v1','','','2018-11-27 12:34:43','2018-11-27 12:34:43','',3401,'https://www.ontradeprogress.com/2018/11/27/3401-revision-v1/',0,'revision','',0),(3407,1,'2018-11-27 13:42:49','2018-11-27 13:42:49','<h1>With Christmas just around the corner, the most important selling period for the on trade is fast approaching, which means there’s no time like the present, for pub and bar operators to start reviewing their ranges, finalise food menus and prepare for the inevitable flurry of beer and cider sales.</h1>\n&nbsp;\n\nThe festive season comes with more reasons for consumers to socialise as they look for great experiences to enjoy with friends and family out of home. As part of <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">HEINEKEN</a> UK’s largest piece of category research ever undertaken, The Greenpaper, the UK’s largest pub, cider and beer business predicts another year of bumper sales.\n\n&nbsp;\n\nWhen you consider that a tenth of all wet volume in the on trade is delivered in the month of December, this represents more than £1.25 billion<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn1\" name=\"_ftnref1\">[1</a>],  therefore the Christmas period presents a key opportunity to maximise sales and secure a successful end to the year for your outlet. At a time when consumers are spending more and looking to treat themselves to more premium options, it is essential that operators are suitably prepared for the festive season.\n<ul>\n 	<li></li>\n</ul>\n&nbsp;\n<h3>In the spirit of the season, HEINEKEN has wrapped up <strong>Four Top Tips</strong> from The Greenpaper to assist operators in making this Christmas one to remember:</h3>\n<ol>\n 	<li><strong>Get your range right</strong> - when ranging for the Christmas period, operators should stock a variety of products that cater for different tastes and motivations. With planned groups - whether a family celebration or office party - more frequent at this time of year, getting the basics right by stocking staples such as Foster’s, Strongbow Original and Strongbow Dark Fruit is key. People in groups want easy choices and are looking to make a quick decision so that they can continue enjoying each other’s company.</li>\n 	<li>\n\n[caption id=\"attachment_3404\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3404\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/BM-15-060-300x200.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"300\" height=\"200\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\n\n<strong>Encourage trade-up</strong> – with customers more inclined to trade up to premium drinks options as a treat during the Christmas season<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn2\" name=\"_ftnref2\"><sup>[2]</sup></a>, offering favourites such as Birra Moretti, Amstel, and Old Mout, allows operators to capitalise on this consumer mindset and boost sales. These brands tend to over-index at Christmas vs the rest of the year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn3\" name=\"_ftnref3\">[3]</a> and are therefore likely to perform well. Old Mout, is the fastest growing premium flavoured cider in the on-trade with 25% increase in volume share and 31% increase in value share versus the previous year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn4\" name=\"_ftnref4\"><sup>[4]</sup></a>. Birra Moretti has also experienced significant growth in the past year with 46.9% increase in volume share and 48.1% in value share.<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn5\" name=\"_ftnref5\">[5]</a></li>\n 	<li><strong>Festive Food</strong> <strong>Pairings </strong>– Creating a strong Christmas dining offer is another opportunity to attract more customers and maximise consumer spend, particularly as over half of Brits visit pubs to eat<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn6\" name=\"_ftnref6\">[6]</a>. Food is present at a third of all drinking occasions and this is growing<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn7\" name=\"_ftnref7\"><sup>[7]</sup></a>. By creatively pairing food with a beer or cider range, operators  can deliver more value to the consumer, whilst driving both footfall and repeat business. Operators should highlight beers that work well with Christmas roasts and other Christmas food - such as Amstel and Maltsmiths Pilsner. Featuring these products on the menu will help customers to make a choice that complements their food, ensuring they have a great experience which in turn increases their spend.</li>\n 	<li><strong>Make more from moderation</strong> - There are now 5.5million adults in the UK who abstain from alcohol<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn8\" name=\"_ftnref8\">[8]</a> and with the rise of health-conscious consumers, operators should stock low and no alcohol options to harness additional sales from customers who are keen to <strong><em>“Live Better” </em></strong>without compromising on taste. December represents the highest month of sales for low and no alcohol beer in the on-trade, with 1.7m bottles drunk in December 2017<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn9\" name=\"_ftnref9\">[9]</a> – that’s 60,000 a day! Heineken 0.0 is the fastest growing brand in the category, responding directly to festive party goers looking to moderate their alcohol intake, but still enjoy great tasting beer over the busy festive season. Avoid duplication as the rate of sale is smaller than alcoholic bottles, so limit your selection to one or two recognised brands. Fridge placement is also key, so ensure your customers can see your low or no-alcohol brands. And don’t forget cider, stock Old Mout Alcohol-Free too.</li>\n</ol>\n[caption id=\"attachment_3403\" align=\"alignright\" width=\"212\"]<img class=\"size-medium wp-image-3403\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render-212x300.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"212\" height=\"300\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\n\n<strong>Jerry Shedden, Category and Trade Marketing Director at HEINEKEN, said: </strong>\n\n<em>“A great Christmas sales period can provide the perfect boost to end of year sales, so it’s important to be prepared. With increased footfall and greater number of socialising occasions we hope our top tips, can help licensees be confident in their offering, capitalise on the latest trends and help to stand out from the crowd.”</em>\n\n<em> </em>\n\n<strong>HEINEKEN’s six drivers for on trade growth, from The Greenpaper, give licensees actionable insight to help drive sales, presenting consumers with a reason to head out to the on trade and increase their spend at the bar – with the potential to unlock an incremental value of £1bn across the category by 2021.</strong>','Unwrap the secret to superior Christmas sales with Heineken','','inherit','closed','closed','','3401-autosave-v1','','','2018-11-27 13:42:49','2018-11-27 13:42:49','',3401,'https://www.ontradeprogress.com/2018/11/27/3401-autosave-v1/',0,'revision','',0),(3408,1,'2018-11-27 13:44:25','2018-11-27 13:44:25','<h1>With Christmas just around the corner, the most important selling period for the on trade is fast approaching, which means there’s no time like the present, for pub and bar operators to start reviewing their ranges, finalise food menus and prepare for the inevitable flurry of beer and cider sales.</h1>\r\n&nbsp;\r\n\r\nThe festive season comes with more reasons for consumers to socialise as they look for great experiences to enjoy with friends and family out of home. As part of <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">HEINEKEN</a> UK’s largest piece of category research ever undertaken, The Greenpaper, the UK’s largest pub, cider and beer business predicts another year of bumper sales.\r\n\r\n&nbsp;\r\n\r\nWhen you consider that a tenth of all wet volume in the on trade is delivered in the month of December, this represents more than £1.25 billion<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn1\" name=\"_ftnref1\">[1</a>],  therefore the Christmas period presents a key opportunity to maximise sales and secure a successful end to the year for your outlet. At a time when consumers are spending more and looking to treat themselves to more premium options, it is essential that operators are suitably prepared for the festive season.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">TRG Concessions &amp; Crepaffaire have teamed up</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/\">Small pubs in the UK drop by 25%</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA react to 25% of pubs closing in the UK</a></li>\r\n</ul>\r\n&nbsp;\r\n<h3>In the spirit of the season, HEINEKEN has wrapped up <strong>Four Top Tips</strong> from The Greenpaper to assist operators in making this Christmas one to remember:</h3>\r\n<ol>\r\n 	<li><strong>Get your range right</strong> - when ranging for the Christmas period, operators should stock a variety of products that cater for different tastes and motivations. With planned groups - whether a family celebration or office party - more frequent at this time of year, getting the basics right by stocking staples such as Foster’s, Strongbow Original and Strongbow Dark Fruit is key. People in groups want easy choices and are looking to make a quick decision so that they can continue enjoying each other’s company.</li>\r\n 	<li>\r\n\r\n[caption id=\"attachment_3404\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3404\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/BM-15-060-300x200.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"300\" height=\"200\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\r\n\r\n<strong>Encourage trade-up</strong> – with customers more inclined to trade up to premium drinks options as a treat during the Christmas season<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn2\" name=\"_ftnref2\"><sup>[2]</sup></a>, offering favourites such as Birra Moretti, Amstel, and Old Mout, allows operators to capitalise on this consumer mindset and boost sales. These brands tend to over-index at Christmas vs the rest of the year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn3\" name=\"_ftnref3\">[3]</a> and are therefore likely to perform well. Old Mout, is the fastest growing premium flavoured cider in the on-trade with 25% increase in volume share and 31% increase in value share versus the previous year<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn4\" name=\"_ftnref4\"><sup>[4]</sup></a>. Birra Moretti has also experienced significant growth in the past year with 46.9% increase in volume share and 48.1% in value share.<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn5\" name=\"_ftnref5\">[5]</a></li>\r\n 	<li><strong>Festive Food</strong> <strong>Pairings </strong>– Creating a strong Christmas dining offer is another opportunity to attract more customers and maximise consumer spend, particularly as over half of Brits visit pubs to eat<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn6\" name=\"_ftnref6\">[6]</a>. Food is present at a third of all drinking occasions and this is growing<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn7\" name=\"_ftnref7\"><sup>[7]</sup></a>. By creatively pairing food with a beer or cider range, operators  can deliver more value to the consumer, whilst driving both footfall and repeat business. Operators should highlight beers that work well with Christmas roasts and other Christmas food - such as Amstel and Maltsmiths Pilsner. Featuring these products on the menu will help customers to make a choice that complements their food, ensuring they have a great experience which in turn increases their spend.</li>\r\n 	<li><strong>Make more from moderation</strong> - There are now 5.5million adults in the UK who abstain from alcohol<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn8\" name=\"_ftnref8\">[8]</a> and with the rise of health-conscious consumers, operators should stock low and no alcohol options to harness additional sales from customers who are keen to <strong><em>“Live Better” </em></strong>without compromising on taste. December represents the highest month of sales for low and no alcohol beer in the on-trade, with 1.7m bottles drunk in December 2017<a href=\"applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn9\" name=\"_ftnref9\">[9]</a> – that’s 60,000 a day! Heineken 0.0 is the fastest growing brand in the category, responding directly to festive party goers looking to moderate their alcohol intake, but still enjoy great tasting beer over the busy festive season. Avoid duplication as the rate of sale is smaller than alcoholic bottles, so limit your selection to one or two recognised brands. Fridge placement is also key, so ensure your customers can see your low or no-alcohol brands. And don’t forget cider, stock Old Mout Alcohol-Free too.</li>\r\n</ol>\r\n[caption id=\"attachment_3403\" align=\"alignright\" width=\"212\"]<img class=\"size-medium wp-image-3403\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Birra-Moretti-UK-Pint-Glass-3D-Render-212x300.png\" alt=\"The most important selling period for the on trade is fast approaching Hekneken give you tips to succeed\" width=\"212\" height=\"300\" /> The most important selling period for the on trade is fast approaching Heineken gives you tips to succeed[/caption]\r\n\r\n<strong>Jerry Shedden, Category and Trade Marketing Director at HEINEKEN, said: </strong>\r\n\r\n<em>“A great Christmas sales period can provide the perfect boost to end of year sales, so it’s important to be prepared. With increased footfall and greater number of socialising occasions we hope our top tips, can help licensees be confident in their offering, capitalise on the latest trends and help to stand out from the crowd.”</em>\r\n\r\n<em> </em>\r\n\r\n<strong>HEINEKEN’s six drivers for on trade growth, from The Greenpaper, give licensees actionable insight to help drive sales, presenting consumers with a reason to head out to the on trade and increase their spend at the bar – with the potential to unlock an incremental value of £1bn across the category by 2021.</strong>','Unwrap the secret to superior Christmas sales with Heineken','','inherit','closed','closed','','3401-revision-v1','','','2018-11-27 13:44:25','2018-11-27 13:44:25','',3401,'https://www.ontradeprogress.com/2018/11/27/3401-revision-v1/',0,'revision','',0),(3409,1,'2018-11-27 14:06:12','2018-11-27 14:06:12','<h1><strong>UKHospitality has welcomed the agreement in principle </strong><strong>of a sector deal for tourism.</strong></h1>\r\n<a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> Chief Executive Kate Nicholls said: “We are delighted that a sector deal has been agreed in principle. Securing a sector deal for hospitality has been a priority for UKHospitality and we have worked very hard to achieve it. The tourism and hospitality sectors are closely linked, with over 80% of tourism jobs within hospitality, so this will have a positive impact on our ability to recruit and retain the workforce we need.\r\n\r\n“A supportive sector deal will provide us with incredibly useful support to enhance the skills and training that hospitality already provides. As a sector, we are a fantastic employer and proud of the work we do to develop young employees, but a sector deal will enable us to achieve even more. UKHospitality is committed to enhancing the development and training on offer across hospitality, the roll-out of high-quality apprenticeship schemes and on-the-job training. Additional support from Westminster will allow the sector to capitalise on such schemes and augment the training we provide.\r\n\r\n“The positive work that we do, and the future initiatives we wish to undertake with the help of the sector deal does, however, rely on the sector being able to access sufficient labour, at a time when we have virtually full employment, and any future immigration policy will need to reflect that. The Government has shown great intent by agreeing on a sector deal for tourism, so we look forward to working in partnership, with positive action to secure the future workforce for our sector.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Unwrap the secret to Christmas with Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">TRG Concessions &amp; Crepeaffaire join forces</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA reacts to \'Economies of ale\' report</a></li>\r\n</ul>','Tourism Sector Deal cause for celebration for the hospitality sector and its workforce','','publish','closed','open','','tourism-deal-celebration-hospitality','','\nhttps://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/','2018-11-27 14:12:21','2018-11-27 14:12:21','',0,'https://www.ontradeprogress.com/?p=3409',0,'post','',0),(3410,1,'2018-11-27 13:59:24','2018-11-27 13:59:24','','Tourism Sector Deal cause for celebration for the hospitality sector and its workforce','Tourism Sector Deal cause for celebration for the hospitality sector and its workforce','inherit','closed','closed','','city-731219_1280','','','2018-11-27 13:59:34','2018-11-27 13:59:34','',3409,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/city-731219_1280.jpg',0,'attachment','image/jpeg',0),(3411,1,'2018-11-27 14:02:01','2018-11-27 14:02:01','<h1><strong>UKHospitality has welcomed the agreement in principle </strong><strong>of a sector deal for tourism.</strong></h1>\r\n<a href=\"https://www.ukhospitality.org.uk/\">UKHospitality</a> Chief Executive Kate Nicholls said: “We are delighted that a sector deal has been agreed in principle. Securing a sector deal for hospitality has been a priority for UKHospitality and we have worked very hard to achieve it. The tourism and hospitality sectors are closely linked, with over 80% of tourism jobs within hospitality, so this will have a positive impact on our ability to recruit and retain the workforce we need.\r\n\r\n“A supportive sector deal will provide us with incredibly useful support to enhance the skills and training that hospitality already provides. As a sector, we are a fantastic employer and proud of the work we do to develop young employees, but a sector deal will enable us to achieve even more. UKHospitality is committed to enhancing the development and training on offer across hospitality, the roll-out of high-quality apprenticeship schemes and on-the-job training. Additional support from Westminster will allow the sector to capitalise on such schemes and augment the training we provide.\r\n\r\n“The positive work that we do, and the future initiatives we wish to undertake with the help of the sector deal does, however, rely on the sector being able to access sufficient labour, at a time when we have virtually full employment, and any future immigration policy will need to reflect that. The Government has shown great intent by agreeing on a sector deal for tourism, so we look forward to working in partnership, with positive action to secure the future workforce for our sector.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Unwrap the secret to Christmas with Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">TRG Concessions &amp; Crepeaffaire join forces</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/\">BBPA reacts to \'Economies of ale\' report</a></li>\r\n</ul>','Tourism Sector Deal cause for celebration for the hospitality sector and its workforce','','inherit','closed','closed','','3409-revision-v1','','','2018-11-27 14:02:01','2018-11-27 14:02:01','',3409,'https://www.ontradeprogress.com/2018/11/27/3409-revision-v1/',0,'revision','',0),(3412,1,'2018-11-27 14:44:41','2018-11-27 14:44:41','','600X400','','inherit','closed','closed','','600x400','','','2018-11-27 14:44:41','2018-11-27 14:44:41','',0,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/600X400.png',0,'attachment','image/png',0),(3413,1,'2018-11-27 14:44:46','2018-11-27 14:44:46','','1920X400','','inherit','closed','closed','','1920x400','','','2018-11-27 14:44:46','2018-11-27 14:44:46','',0,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/1920X400.png',0,'attachment','image/png',0),(3414,1,'2018-11-27 14:44:51','2018-11-27 14:44:51','','1920X600','','inherit','closed','closed','','1920x600','','','2018-11-27 14:44:51','2018-11-27 14:44:51','',0,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/1920X600.png',0,'attachment','image/png',0),(3415,1,'2018-11-27 14:45:33','2018-11-27 14:45:33','','600X200','','inherit','closed','closed','','600x200','','','2018-11-27 14:45:33','2018-11-27 14:45:33','',0,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/600X200.jpg',0,'attachment','image/jpeg',0),(3416,1,'2018-11-27 14:52:53','2018-11-27 14:52:53','','dyson-728','','inherit','closed','closed','','dyson-728','','','2018-11-27 14:52:53','2018-11-27 14:52:53','',0,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/dyson-728.jpg',0,'attachment','image/jpeg',0),(3417,1,'2018-11-27 16:03:08','2018-11-27 16:03:08','','ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1','','inherit','closed','closed','','on-trade-progress_full-logo_2018-rgb-black-1','','','2018-11-27 16:03:08','2018-11-27 16:03:08','',0,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/ON-TRADE-PROGRESS_FULL-LOGO_2018-RGB-BLACK-1.jpg',0,'attachment','image/jpeg',0),(3418,1,'2018-11-28 09:03:29','2018-11-28 09:03:29','<h1>For the past few years, copper barware has been all the rage. Now leading distributor of table and barware, <strong>Artis</strong><sup>®</sup>, has taken cocktail service presentation to a new level with the introduction of a range of gold-plated bar kit and accessories.</h1>\r\n<h3><strong>Gold-Plated Barware</strong></h3>\r\n[caption id=\"attachment_3420\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3420\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Gold-barware-lifestyle-300x223.jpg\" alt=\"new gold-plated barware from Artis perfect for cocktails\" width=\"300\" height=\"223\" /> new gold-plated barware from Artis perfect for cocktails[/caption]\r\n\r\nThese new pieces will enhance the backbar service and significantly add to the ‘theatre’ of the mixologist. The new range comprises a showcase ‘Tin Tin’ shaker, three different types of strainers; a Julep strainer, Hawthorne strainer and a Fine strainer, two types of jigger with 25/50mls and three different lengths of bar spoon, with 30, 40, 50 cm for the perfect stirring.  The new range will look particularly stunning during the festive season as it perfectly complements the new gold banded Coupes and Gin Goblets in the Speakeasy and 1924 collections from Libbey, which is distributed exclusively to the foodservice market by Artis<sup>®</sup>.\r\n\r\nAll pieces are gold plated over stainless steel. The gold bar kit pieces range in price from £7.01 to £11.40 and the Tin Tin shaker costs £20.35 - all plus VAT.\r\n\r\n<strong>Gold-plated barware is the latest addition to the Artis portfolio and is included in the Artis autumn supplement. For your own personal copy this and/or the full Artis catalogue, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit deal is good for the hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken give you 4 tips for Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">Crepeaffaire and TRG Concessions join forces</a></li>\r\n</ul>','New! Gold-plated barware from Artis','','publish','closed','open','','new-gold-plated-barware-artis','','https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\nhttps://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\nhttps://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/','2018-11-28 10:55:45','2018-11-28 10:55:45','',0,'https://www.ontradeprogress.com/?p=3418',0,'post','',0),(3419,1,'2018-11-28 08:56:03','2018-11-28 08:56:03','','new gold-plated barware from Artis perfect for cocktails','new gold-plated barware from Artis perfect for cocktails','inherit','closed','closed','','gold-barware-lifestyle-with-gold-banded-glass','','','2018-11-28 08:56:46','2018-11-28 08:56:46','',3418,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Gold-barware-lifestyle-with-gold-banded-glass.jpg',0,'attachment','image/jpeg',0),(3420,1,'2018-11-28 08:56:24','2018-11-28 08:56:24','','new gold-plated barware from Artis perfect for cocktails','new gold-plated barware from Artis perfect for cocktails','inherit','closed','closed','','gold-barware-lifestyle','','','2018-11-28 08:58:01','2018-11-28 08:58:01','',3418,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Gold-barware-lifestyle.jpg',0,'attachment','image/jpeg',0),(3421,1,'2018-11-28 09:02:48','2018-11-28 09:02:48','<h1>For the past few years, copper barware has been all the rage. Now leading distributor of table and barware, <strong>Artis</strong><sup>®</sup>, has taken cocktail service presentation to a new level with the introduction of a range of gold-plated bar kit and accessories.</h1>\r\n<h3><strong>Gold-Plated Barware</strong></h3>\r\n[caption id=\"attachment_3420\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3420\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Gold-barware-lifestyle-300x223.jpg\" alt=\"new gold-plated barware from Artis perfect for cocktails\" width=\"300\" height=\"223\" /> new gold-plated barware from Artis perfect for cocktails[/caption]\r\n\r\nThese new pieces will enhance the backbar service and significantly add to the ‘theatre’ of the mixologist. The new range comprises a showcase ‘Tin Tin’ shaker, three different types of strainers; a Julep strainer, Hawthorne strainer and a Fine strainer, two types of jigger with 25/50mls and three different lengths of bar spoon, with 30, 40, 50 cm for the perfect stirring.  The new range will look particularly stunning during the festive season as it perfectly complements the new gold banded Coupes and Gin Goblets in the Speakeasy and 1924 collections from Libbey, which is distributed exclusively to the foodservice market by Artis<sup>®</sup>.\r\n\r\nAll pieces are gold plated over stainless steel. The gold bar kit pieces range in price from £7.01 to £11.40 and the Tin Tin shaker costs £20.35 - all plus VAT.\r\n\r\n<strong>Gold-plated barware is the latest addition to the Artis portfolio and is included in the Artis autumn supplement. For your own personal copy this and/or the full Artis catalogue, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit deal is good for hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken give you 4 tips for Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">Crepeaffaire and TRG Concessions join forces</a></li>\r\n</ul>','New! Gold-plated barware from Artis','','inherit','closed','closed','','3418-revision-v1','','','2018-11-28 09:02:48','2018-11-28 09:02:48','',3418,'https://www.ontradeprogress.com/2018/11/28/3418-revision-v1/',0,'revision','',0),(3422,1,'2018-11-28 10:09:08','0000-00-00 00:00:00','<h1>Feed It Back, the leading customer feedback and online reputation specialists, has launched a new delivery review platform so that operators can take back quality control on food deliveries, gain insight on the condition of the product when it arrives, and reclaim the customer conversation.</h1>\r\nThe new product, which was developed following a series of focus group sessions with its customers from the restaurant, casual dining and pub industries, will provide customers receiving a delivery with a unique code and online link to answer a few questions, detailing any issues with the product.\r\n\r\nThe process has been specifically designed to give tangible insight into any discrepancies on quality with the product that is unique to delivery, such as: temperature; soggy packaging; and late on arrival, to name a few. By reclaiming this information, operators can make insight informed decisions on how to improve the customer experience.\r\n\r\nThe product has been integrated into the Feed It Back guest engagement platform, so that operators can easily and immediately engage with customers and recover any negative experiences to limit any damage to the brand.\r\n\r\nAs it stands, the call to action will be delivered on point of sale material with the delivery, but Feed It Back are exploring opportunities to integrate this process with delivery partners.\r\n\r\nCarlo Platia, <a href=\"http://feeditback.com/\" target=\"_blank\" rel=\"noopener\">CEO</a> of Feed it Back, said: “Delivery has been a major talking point for the industry over recent years. While third-party delivery companies have grown their reach across the UK and given operators access to new customer bases, there has been considerable concerns over operators guaranteeing that the arriving product meets their brand standards.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold-plated barware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit deal will help the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken give top tips for Christmas</a></li>\r\n</ul>\r\n“Under the current system, the first time an operator hears about a dissatisfied customer is when they receive an email from a delivery partner instructing for a refund. It is very hard for operators to contest this decision as they don’t have the customer feedback and, consequently, can’t take the necessary steps to address the problems.\r\n\r\n“Working closely in partnership with our customers, we have developed a new innovation that alleviates these issues and provides a direct line of communication between operators and customers. In doing so, operators now have access to meaningful and true insight that can not only help contest charges by delivery partners, but, crucially, help develop their offer and operations so they can improve customers’  experience when ordering delivery.”','Feed It Back launches platform that delivers for operators ','','draft','closed','open','','feed-it-back-launches-platform','','','2018-11-28 10:09:08','2018-11-28 10:09:08','',0,'https://www.ontradeprogress.com/?p=3422',0,'post','',0),(3423,1,'2018-11-28 09:48:05','2018-11-28 09:48:05','<h1>Feed It Back, the leading customer feedback and online reputation specialists, has launched a new delivery review platform so that operators can take back quality control on food deliveries, gain insight on the condition of the product when it arrives, and reclaim the customer conversation.</h1>\r\nThe new product, which was developed following a series of focus group sessions with its customers from the restaurant, casual dining and pub industries, will provide customers receiving a delivery with a unique code and online link to answer a few questions, detailing any issues with the product.\r\n\r\nThe process has been specifically designed to give tangible insight into any discrepancies on quality with the product that is unique to delivery, such as: temperature; soggy packaging; and late on arrival, to name a few. By reclaiming this information, operators can make insight informed decisions on how to improve the customer experience.\r\n\r\nThe product has been integrated into the Feed It Back guest engagement platform, so that operators can easily and immediately engage with customers and recover any negative experiences to limit any damage to the brand.\r\n\r\nAs it stands, the call to action will be delivered on point of sale material with the delivery, but Feed It Back are exploring opportunities to integrate this process with delivery partners.\r\n\r\nCarlo Platia, CEO of Feed it Back, said: “Delivery has been a major talking point for the industry over recent years. While third party delivery companies have grown their reach across the UK and given operators access to new customer bases, there has been considerable concerns over operators guaranteeing that the arriving product meets their brand standards.\r\n\r\n“Under the current system, the first time an operator hears about a dissatisfied customer is when they receive an email from a delivery partner instructing for a refund. It is very hard for operators to contest this decision as they don’t have the customer feedback and, consequently, can’t take the necessary steps to address the problems.\r\n\r\n“Working closely in partnership with our customers, we have developed a new innovation that alleviates these issues and provides a direct line of communication between operators and customers. In doing so, operators now have access to meaningful and true insight that can not only help contest charges by delivery partners, but, crucially, help develop their offer and operations so they can improve customers’  experience when ordering delivery.”','Feed It Back launches platform that delivers for operators ','','inherit','closed','closed','','3422-revision-v1','','','2018-11-28 09:48:05','2018-11-28 09:48:05','',3422,'https://www.ontradeprogress.com/2018/11/28/3422-revision-v1/',0,'revision','',0),(3424,1,'2018-11-28 10:09:08','2018-11-28 10:09:08','<h1>Feed It Back, the leading customer feedback and online reputation specialists, has launched a new delivery review platform so that operators can take back quality control on food deliveries, gain insight on the condition of the product when it arrives, and reclaim the customer conversation.</h1>\r\nThe new product, which was developed following a series of focus group sessions with its customers from the restaurant, casual dining and pub industries, will provide customers receiving a delivery with a unique code and online link to answer a few questions, detailing any issues with the product.\r\n\r\nThe process has been specifically designed to give tangible insight into any discrepancies on quality with the product that is unique to delivery, such as: temperature; soggy packaging; and late on arrival, to name a few. By reclaiming this information, operators can make insight informed decisions on how to improve the customer experience.\r\n\r\nThe product has been integrated into the Feed It Back guest engagement platform, so that operators can easily and immediately engage with customers and recover any negative experiences to limit any damage to the brand.\r\n\r\nAs it stands, the call to action will be delivered on point of sale material with the delivery, but Feed It Back are exploring opportunities to integrate this process with delivery partners.\r\n\r\nCarlo Platia, <a href=\"http://feeditback.com/\" target=\"_blank\" rel=\"noopener\">CEO</a> of Feed it Back, said: “Delivery has been a major talking point for the industry over recent years. While third-party delivery companies have grown their reach across the UK and given operators access to new customer bases, there has been considerable concerns over operators guaranteeing that the arriving product meets their brand standards.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold-plated barware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit deal will help the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken give top tips for Christmas</a></li>\r\n</ul>\r\n“Under the current system, the first time an operator hears about a dissatisfied customer is when they receive an email from a delivery partner instructing for a refund. It is very hard for operators to contest this decision as they don’t have the customer feedback and, consequently, can’t take the necessary steps to address the problems.\r\n\r\n“Working closely in partnership with our customers, we have developed a new innovation that alleviates these issues and provides a direct line of communication between operators and customers. In doing so, operators now have access to meaningful and true insight that can not only help contest charges by delivery partners, but, crucially, help develop their offer and operations so they can improve customers’  experience when ordering delivery.”','Feed It Back launches platform that delivers for operators ','','inherit','closed','closed','','3422-revision-v1','','','2018-11-28 10:09:08','2018-11-28 10:09:08','',3422,'https://www.ontradeprogress.com/2018/11/28/3422-revision-v1/',0,'revision','',0),(3425,1,'2018-11-28 10:32:50','2018-11-28 10:32:50','<h1>Colicci reveals it\'s <a href=\"https://www.colicci.co.uk/\" target=\"_blank\" rel=\"noopener\">first kiosk</a>, in a fleet of nine, with The Royal Parks designed by Mizzi Studio in Green Park. Situated just outside the station by the fountain, the kiosk has been designed to enhance the visitor experience, making a refreshment stop at one of these stunning structures an integral part of a journey through the park.</h1>\r\n<div>Serving healthy breakfast, brunch and lunch using the finest local and seasonal ingredients, alongside freshly baked cakes and pastries from the Colicci bakery, locally roasted single origin coffee and ice cream, the kiosk structure is organically-inspired and is sympathetic to the Grade I listed landscapes of Green Park.</div>\r\n<div>\r\n\r\n[caption id=\"attachment_3426\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3426\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Colicci4-300x206.png\" alt=\"Colicci opens their first kiosk in Green Park\" width=\"300\" height=\"206\" /> Colicci opens their first kiosk in Green Park[/caption]\r\n\r\nThe menus include a range of sweet treats such as fresh waffles served with Nutella, Oreo cookies and ice cream; Gelupo Gelato; Prosciutto, rocket, mozzarella and chilli jam filled croissants and cakes from the bakery. Lunch offers a range of hot and cold piadina wraps such as chicken, bacon, avocado, tomato and mayo; Sourdough Toasties; Ciabattas; Salads and fancy hot dogs such as the Crispy Dog with BBQ sauce, coleslaw and crispy bacon.\r\n\r\n</div>\r\n<div>The kiosk has been conceived by Mizzi Studio as a family of individual forms that are united in their design language, with a 360-degree sculptural canopy that swells out like a tree’s crown creating a recognisable silhouette and is clad in oak.</div>\r\n<div></div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold-plated barware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit boost for the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken gives us top tips for Christmas</a></li>\r\n</ul>','Colicci\'s first kiosk with The Royal Parks opens in Green Park','','publish','closed','open','','colicci-kiosk-green-park','','https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\nhttps://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/','2018-11-28 14:31:15','2018-11-28 14:31:15','',0,'https://www.ontradeprogress.com/?p=3425',0,'post','',0),(3426,1,'2018-11-28 10:17:05','2018-11-28 10:17:05','','Colicci opens their first kiosk in Green Park','Colicci opens their first kiosk in Green Park','inherit','closed','closed','','colicci4','','','2018-11-28 10:27:23','2018-11-28 10:27:23','',3425,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Colicci4.png',0,'attachment','image/png',0),(3427,1,'2018-11-28 10:29:42','2018-11-28 10:29:42','<h1>Colicci reveals it\'s <a href=\"https://www.colicci.co.uk/\" target=\"_blank\" rel=\"noopener\">first kiosk</a>, in a fleet of nine, with The Royal Parks designed by Mizzi Studio in Green Park. Situated just outside the station by the fountain, the kiosk has been designed to enhance the visitor experience, making a refreshment stop at one of these stunning structures an integral part of a journey through the park.</h1>\r\n<div>Serving healthy breakfast, brunch and lunch using the finest local and seasonal ingredients, alongside freshly baked cakes and pastries from the Colicci bakery, locally roasted single origin coffee and ice cream, the kiosk structure is organically-inspired and is sympathetic to the Grade I listed landscapes of Green Park.</div>\r\n<div>The menus include a range of sweet treats such as fresh waffles served with Nutella, Oreo cookies and ice cream; Gelupo Gelato; Prosciutto, rocket, mozzarella and chilli jam filled croissants and cakes from the bakery. Lunch offers a range of hot and cold piadina wraps such as chicken, bacon, avocado, tomato and mayo; Sourdough Toasties; Ciabattas; Salads and fancy hot dogs such as the Crispy Dog with BBQ sauce, coleslaw and crispy bacon.</div>\r\n<div>The kiosk has been conceived by Mizzi Studio as a family of individual forms that are united in their design language, with a 360-degree sculptural canopy that swells out like a tree’s crown creating a recognisable silhouette and is clad in oak.</div>\r\n<div></div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold-plated barware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit boost for the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken gives us top tips for Christmas</a></li>\r\n</ul>','Colicci\'s first kiosk with The Royal Parks opens in Green Park','','inherit','closed','closed','','3425-revision-v1','','','2018-11-28 10:29:42','2018-11-28 10:29:42','',3425,'https://www.ontradeprogress.com/2018/11/28/3425-revision-v1/',0,'revision','',0),(3428,1,'2018-11-28 10:31:49','2018-11-28 10:31:49','','Colicci opens their first kiosk in Green Park','Colicci opens their first kiosk in Green Park','inherit','closed','closed','','united-kingdom-1106453_1280','','','2018-11-28 10:32:03','2018-11-28 10:32:03','',3425,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/united-kingdom-1106453_1280.jpg',0,'attachment','image/jpeg',0),(3429,1,'2018-11-28 10:32:05','2018-11-28 10:32:05','<h1>Colicci reveals it\'s <a href=\"https://www.colicci.co.uk/\" target=\"_blank\" rel=\"noopener\">first kiosk</a>, in a fleet of nine, with The Royal Parks designed by Mizzi Studio in Green Park. Situated just outside the station by the fountain, the kiosk has been designed to enhance the visitor experience, making a refreshment stop at one of these stunning structures an integral part of a journey through the park.</h1>\r\n<div>Serving healthy breakfast, brunch and lunch using the finest local and seasonal ingredients, alongside freshly baked cakes and pastries from the Colicci bakery, locally roasted single origin coffee and ice cream, the kiosk structure is organically-inspired and is sympathetic to the Grade I listed landscapes of Green Park.</div>\r\n<div>\r\n\r\n[caption id=\"attachment_3426\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3426\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Colicci4-300x206.png\" alt=\"Colicci opens their first kiosk in Green Park\" width=\"300\" height=\"206\" /> Colicci opens their first kiosk in Green Park[/caption]\r\n\r\nThe menus include a range of sweet treats such as fresh waffles served with Nutella, Oreo cookies and ice cream; Gelupo Gelato; Prosciutto, rocket, mozzarella and chilli jam filled croissants and cakes from the bakery. Lunch offers a range of hot and cold piadina wraps such as chicken, bacon, avocado, tomato and mayo; Sourdough Toasties; Ciabattas; Salads and fancy hot dogs such as the Crispy Dog with BBQ sauce, coleslaw and crispy bacon.</div>\r\n<div>The kiosk has been conceived by Mizzi Studio as a family of individual forms that are united in their design language, with a 360-degree sculptural canopy that swells out like a tree’s crown creating a recognisable silhouette and is clad in oak.</div>\r\n<div></div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold-plated barware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit boost for the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken gives us top tips for Christmas</a></li>\r\n</ul>','Colicci\'s first kiosk with The Royal Parks opens in Green Park','','inherit','closed','closed','','3425-revision-v1','','','2018-11-28 10:32:05','2018-11-28 10:32:05','',3425,'https://www.ontradeprogress.com/2018/11/28/3425-revision-v1/',0,'revision','',0),(3430,1,'2018-11-28 10:34:08','2018-11-28 10:34:08','<h1>Colicci reveals it\'s <a href=\"https://www.colicci.co.uk/\" target=\"_blank\" rel=\"noopener\">first kiosk</a>, in a fleet of nine, with The Royal Parks designed by Mizzi Studio in Green Park. Situated just outside the station by the fountain, the kiosk has been designed to enhance the visitor experience, making a refreshment stop at one of these stunning structures an integral part of a journey through the park.</h1>\r\n<div>Serving healthy breakfast, brunch and lunch using the finest local and seasonal ingredients, alongside freshly baked cakes and pastries from the Colicci bakery, locally roasted single origin coffee and ice cream, the kiosk structure is organically-inspired and is sympathetic to the Grade I listed landscapes of Green Park.</div>\r\n<div>\r\n\r\n[caption id=\"attachment_3426\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3426\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Colicci4-300x206.png\" alt=\"Colicci opens their first kiosk in Green Park\" width=\"300\" height=\"206\" /> Colicci opens their first kiosk in Green Park[/caption]\r\n\r\nThe menus include a range of sweet treats such as fresh waffles served with Nutella, Oreo cookies and ice cream; Gelupo Gelato; Prosciutto, rocket, mozzarella and chilli jam filled croissants and cakes from the bakery. Lunch offers a range of hot and cold piadina wraps such as chicken, bacon, avocado, tomato and mayo; Sourdough Toasties; Ciabattas; Salads and fancy hot dogs such as the Crispy Dog with BBQ sauce, coleslaw and crispy bacon.\r\n\r\n</div>\r\n<div>The kiosk has been conceived by Mizzi Studio as a family of individual forms that are united in their design language, with a 360-degree sculptural canopy that swells out like a tree’s crown creating a recognisable silhouette and is clad in oak.</div>\r\n<div></div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold-plated barware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit boost for the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken gives us top tips for Christmas</a></li>\r\n</ul>','Colicci\'s first kiosk with The Royal Parks opens in Green Park','','inherit','closed','closed','','3425-revision-v1','','','2018-11-28 10:34:08','2018-11-28 10:34:08','',3425,'https://www.ontradeprogress.com/2018/11/28/3425-revision-v1/',0,'revision','',0),(3431,1,'2018-11-28 10:51:18','2018-11-28 10:51:18','<h1>For the past few years, copper barware has been all the rage. Now leading distributor of table and barware, <strong>Artis</strong><sup>®</sup>, has taken cocktail service presentation to a new level with the introduction of a range of gold-plated bar kit and accessories.</h1>\r\n<h3><strong>Gold-Plated Barware</strong></h3>\r\n[caption id=\"attachment_3420\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3420\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Gold-barware-lifestyle-300x223.jpg\" alt=\"new gold-plated barware from Artis perfect for cocktails\" width=\"300\" height=\"223\" /> new gold-plated barware from Artis perfect for cocktails[/caption]\r\n\r\nThese new pieces will enhance the backbar service and significantly add to the ‘theatre’ of the mixologist. The new range comprises a showcase ‘Tin Tin’ shaker, three different types of strainers; a Julep strainer, Hawthorne strainer and a Fine strainer, two types of jigger with 25/50mls and three different lengths of bar spoon, with 30, 40, 50 cm for the perfect stirring.  The new range will look particularly stunning during the festive season as it perfectly complements the new gold banded Coupes and Gin Goblets in the Speakeasy and 1924 collections from Libbey, which is distributed exclusively to the foodservice market by Artis<sup>®</sup>.\r\n\r\nAll pieces are gold plated over stainless steel. The gold bar kit pieces range in price from £7.01 to £11.40 and the Tin Tin shaker costs £20.35 - all plus VAT.\r\n\r\n<strong>Gold-plated barware is the latest addition to the Artis portfolio and is included in the Artis autumn supplement. For your own personal copy this and/or the full Artis catalogue, call 020 8391 5544 or go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/\">Tourism Brexit deal is good for the hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/\">Heineken give you 4 tips for Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/\">Crepeaffaire and TRG Concessions join forces</a></li>\r\n</ul>','New! Gold-plated barware from Artis','','inherit','closed','closed','','3418-revision-v1','','','2018-11-28 10:51:18','2018-11-28 10:51:18','',3418,'https://www.ontradeprogress.com/2018/11/28/3418-revision-v1/',0,'revision','',0),(3432,1,'2018-11-28 11:20:27','2018-11-28 11:20:27','<h1>Independent craft brewer BrewDog is offering beer lovers the ultimate immersive experience 35,000ft in the air with the launch of the world’s first craft beer airline. BrewDog Airlines takes flight in February 2019 with a round-trip between London and Columbus, the capital of Ohio State and home of the Aberdeenshire brewery’s US HQ and its craft beer hotel, The DogHouse.</h1>\r\n<ul>\r\n 	<li>Passengers aboard the chartered Boeing 767 will partake in a unique beer tasting experience as they sample a limited-edition BrewDog beer that has been specifically brewed to adapt to the reduction of taste and smell sensitivity in high altitudes.</li>\r\n 	<li>The beer will be presented by Cicerone-trained cabin crew, offering expertise in beer 35,000ft in the air.</li>\r\n 	<li>BrewDog inflight care packages will be available on board, including BrewDog eye masks and blankets.</li>\r\n 	<li>A food and beer pairing menu will replace the usual fare on board, and inflight flight boards will provide a range of beers to sample whilst cruising to Columbus.</li>\r\n 	<li>The round trip includes a four-night stay in Columbus, where guests will tour BrewDog’s state-of-the-art brewery, visit The DogHouse Hotel, and explore BrewDog’s dedicated beer museum.</li>\r\n 	<li>Guests will also enjoy a tour of Columbus’ many breweries, bars and restaurants as well as take a day trip to Cincinnati for more brewery tours.</li>\r\n 	<li>The BrewDog Airlines experience will take place between February 21st and 25th 2019.</li>\r\n 	<li>Tickets are exclusively available to BrewDog’s community of 90,000 Equity Punks, and are priced at £1,250 per person, including all flights, excursions and accommodation. Discounts are available to those beer fans sharing a room.</li>\r\n 	<li>BrewDog will also be running a prize draw for five lucky winners, each with a plus one, to secure a place on the trip via social media. Prospective high-flying craft beer fans should visit BrewDog’s <a href=\"https://www.facebook.com/BrewDogOfficial/photos/a.10150332288403644/10158180760313644/?type=3&amp;theater\">Facebook</a>, <a href=\"https://www.instagram.com/p/BpWYvcZA8WD/?hl=en&amp;taken-by=brewdogofficial\">Instagram</a> or <a href=\"https://twitter.com/BrewDog/status/1055369724261994496\">Twitter </a>to be in with a chance of winning one of these limited pairs of places.</li>\r\n 	<li>Tickets for The BrewDog Airlines can be purchased by Equity Punks by visiting <a href=\"https://www.brewdog.com/airline\">www.brewdogair.com</a></li>\r\n</ul>\r\n<h3>James &amp; Martin launch BrewDog Airlines</h3>\r\n<iframe src=\"https://player.vimeo.com/video/296677238\" width=\"640\" height=\"329\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong>James Watt, </strong><a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">co-founder</a><strong> of BrewDog, said:</strong></h3>\r\n“We took craft beer to the depths of the seas when we brewed an IPA at the bottom of the North Sea. Now, we’re turning to the skies aboard BrewDog Airlines.\r\n\r\nWe’re on a mission to open minds and excite people about what craft beer is and can be. Booking a seat on the plane is a must for any serious beer lover.\r\n\r\nBrewDog Airlines will be an experience like no other, we’ve redesigned the flight experience for optimum beer enjoyment - from the food, to the entertainment, the cabin crew and most of all, the specially brewed high-altitude beer.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens their first kiosk in Green Park</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog takes off from Edinburgh Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog opens a new bar in Budapest</a></li>\r\n</ul>','Ale Miles: BrewDog launches \'BrewDog Airlines\'','','publish','closed','open','','brewdog-airlines-february-2019','','https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\nhttps://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/','2018-11-28 13:49:40','2018-11-28 13:49:40','',0,'https://www.ontradeprogress.com/?p=3432',0,'post','',0),(3433,1,'2018-11-28 11:05:45','2018-11-28 11:05:45','','Ale miles: BrewDog Airlines','Ale miles: BrewDog Airlines','inherit','closed','closed','','brewair','','','2018-11-28 11:06:21','2018-11-28 11:06:21','',3432,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/brewair.jpeg',0,'attachment','image/jpeg',0),(3434,1,'2018-11-28 11:06:28','2018-11-28 11:06:28','<h1>Independent craft brewer BrewDog is offering beer lovers the ultimate immersive experience 35,000ft in the air with the launch of the world’s first craft beer airline. BrewDog Airlines takes flight in February 2019 with a round-trip between London and Columbus, the capital of Ohio State and home of the Aberdeenshire brewery’s US HQ and its craft beer hotel, The DogHouse.</h1>\r\n<ul>\r\n 	<li>Passengers aboard the chartered Boeing 767 will partake in a unique beer tasting experience as they sample a limited-edition BrewDog beer that has been specifically brewed to adapt to the reduction of taste and smell sensitivity in high altitudes.</li>\r\n 	<li>The beer will be presented by Cicerone-trained cabin crew, offering expertise in beer 35,000ft in the air.</li>\r\n 	<li>BrewDog inflight care packages will be available on board, including BrewDog eye masks and blankets.</li>\r\n 	<li>A food and beer pairing menu will replace the usual fare on board, and inflight flight boards will provide a range of beers to sample whilst cruising to Columbus.</li>\r\n 	<li>The round trip includes a four-night stay in Columbus, where guests will tour BrewDog’s state-of-the-art brewery, visit The DogHouse Hotel, and explore BrewDog’s dedicated beer museum.</li>\r\n 	<li>Guests will also enjoy a tour of Columbus’ many breweries, bars and restaurants as well as take a day trip to Cincinnati for more brewery tours.</li>\r\n 	<li>The BrewDog Airlines experience will take place between February 21st and 25th 2019.</li>\r\n 	<li>Tickets are exclusively available to BrewDog’s community of 90,000 Equity Punks, and are priced at £1,250 per person, including all flights, excursions and accommodation. Discounts are available to those beer fans sharing a room.</li>\r\n 	<li>BrewDog will also be running a prize draw for five lucky winners, each with a plus one, to secure a place on the trip via social media. Prospective high-flying craft beer fans should visit BrewDog’s <a href=\"https://www.facebook.com/BrewDogOfficial/photos/a.10150332288403644/10158180760313644/?type=3&amp;theater\">Facebook</a>, <a href=\"https://www.instagram.com/p/BpWYvcZA8WD/?hl=en&amp;taken-by=brewdogofficial\">Instagram</a> or <a href=\"https://twitter.com/BrewDog/status/1055369724261994496\">Twitter </a>to be in with a chance of winning one of these limited pairs of places.</li>\r\n 	<li>Tickets for The BrewDog Airlines can be purchased by Equity Punks by visiting <a href=\"https://www.brewdog.com/airline\">www.brewdogair.com</a></li>\r\n</ul>\r\n<h3>James &amp; Martin launch BrewDog Airlines</h3>\r\n<iframe src=\"https://player.vimeo.com/video/296677238\" width=\"640\" height=\"329\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong>James Watt, </strong>co-founder<strong> of BrewDog, said:</strong></h3>\r\n“We took craft beer to the depths of the seas when we brewed an IPA at the bottom of the North Sea. Now, we’re turning to the skies aboard BrewDog Airlines.\r\n\r\nWe’re on a mission to open minds and excite people about what craft beer is and can be. Booking a seat on the plane is a must for any serious beer lover.\r\n\r\nBrewDog Airlines will be an experience like no other, we’ve redesigned the flight experience for optimum beer enjoyment - from the food, to the entertainment, the cabin crew and most of all, the specially brewed high-altitude beer.”','Ale Miles: BrewDog launches \'BrewDog Airlines\'','','inherit','closed','closed','','3432-revision-v1','','','2018-11-28 11:06:28','2018-11-28 11:06:28','',3432,'https://www.ontradeprogress.com/2018/11/28/3432-revision-v1/',0,'revision','',0),(3435,1,'2018-11-28 11:20:27','2018-11-28 11:20:27','<h1>Independent craft brewer BrewDog is offering beer lovers the ultimate immersive experience 35,000ft in the air with the launch of the world’s first craft beer airline. BrewDog Airlines takes flight in February 2019 with a round-trip between London and Columbus, the capital of Ohio State and home of the Aberdeenshire brewery’s US HQ and its craft beer hotel, The DogHouse.</h1>\r\n<ul>\r\n 	<li>Passengers aboard the chartered Boeing 767 will partake in a unique beer tasting experience as they sample a limited-edition BrewDog beer that has been specifically brewed to adapt to the reduction of taste and smell sensitivity in high altitudes.</li>\r\n 	<li>The beer will be presented by Cicerone-trained cabin crew, offering expertise in beer 35,000ft in the air.</li>\r\n 	<li>BrewDog inflight care packages will be available on board, including BrewDog eye masks and blankets.</li>\r\n 	<li>A food and beer pairing menu will replace the usual fare on board, and inflight flight boards will provide a range of beers to sample whilst cruising to Columbus.</li>\r\n 	<li>The round trip includes a four-night stay in Columbus, where guests will tour BrewDog’s state-of-the-art brewery, visit The DogHouse Hotel, and explore BrewDog’s dedicated beer museum.</li>\r\n 	<li>Guests will also enjoy a tour of Columbus’ many breweries, bars and restaurants as well as take a day trip to Cincinnati for more brewery tours.</li>\r\n 	<li>The BrewDog Airlines experience will take place between February 21st and 25th 2019.</li>\r\n 	<li>Tickets are exclusively available to BrewDog’s community of 90,000 Equity Punks, and are priced at £1,250 per person, including all flights, excursions and accommodation. Discounts are available to those beer fans sharing a room.</li>\r\n 	<li>BrewDog will also be running a prize draw for five lucky winners, each with a plus one, to secure a place on the trip via social media. Prospective high-flying craft beer fans should visit BrewDog’s <a href=\"https://www.facebook.com/BrewDogOfficial/photos/a.10150332288403644/10158180760313644/?type=3&amp;theater\">Facebook</a>, <a href=\"https://www.instagram.com/p/BpWYvcZA8WD/?hl=en&amp;taken-by=brewdogofficial\">Instagram</a> or <a href=\"https://twitter.com/BrewDog/status/1055369724261994496\">Twitter </a>to be in with a chance of winning one of these limited pairs of places.</li>\r\n 	<li>Tickets for The BrewDog Airlines can be purchased by Equity Punks by visiting <a href=\"https://www.brewdog.com/airline\">www.brewdogair.com</a></li>\r\n</ul>\r\n<h3>James &amp; Martin launch BrewDog Airlines</h3>\r\n<iframe src=\"https://player.vimeo.com/video/296677238\" width=\"640\" height=\"329\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3><strong>James Watt, </strong><a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">co-founder</a><strong> of BrewDog, said:</strong></h3>\r\n“We took craft beer to the depths of the seas when we brewed an IPA at the bottom of the North Sea. Now, we’re turning to the skies aboard BrewDog Airlines.\r\n\r\nWe’re on a mission to open minds and excite people about what craft beer is and can be. Booking a seat on the plane is a must for any serious beer lover.\r\n\r\nBrewDog Airlines will be an experience like no other, we’ve redesigned the flight experience for optimum beer enjoyment - from the food, to the entertainment, the cabin crew and most of all, the specially brewed high-altitude beer.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens their first kiosk in Green Park</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/\">BrewDog takes off from Edinburgh Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/\">BrewDog opens a new bar in Budapest</a></li>\r\n</ul>','Ale Miles: BrewDog launches \'BrewDog Airlines\'','','inherit','closed','closed','','3432-revision-v1','','','2018-11-28 11:20:27','2018-11-28 11:20:27','',3432,'https://www.ontradeprogress.com/2018/11/28/3432-revision-v1/',0,'revision','',0),(3436,1,'2018-11-28 11:34:43','2018-11-28 11:34:43','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG) has added another famous eating-out brand to its growing concessions and franchising portfolio, after winning a tender to open a Warrens Bakery <a href=\"https://warrensbakery.co.uk/\" target=\"_blank\" rel=\"noopener\">franchise</a> store at Bristol Airport.</h1>\r\nAward-winning Warrens Bakery, which was founded in 1860, is the World’s oldest Cornish pasty maker and recognised as one of the top three craft bakeries in the UK by the baking industry. The new site at Bristol Airport will take over from an existing Soho Coffee site, in the Autumn.\r\n\r\nThe 84-cover venue will be located landside in Bristol Airport, selling all-day menu options ranging from hand-made pasties, pastries and fresh sandwiches, alongside hot and cold drinks.\r\n\r\nThis latest agreement with Warrens Bakery is an important addition to CDG’s portfolio of brands, allowing it to tap into the lucrative grab-and-go market in the UK, primarily targeting airports and major train stations for future growth.\r\n\r\nMark Nelson, Managing Director of Concessions and Franchising, Casual Dining Group, said: “We are delighted to be working with Warrens Bakery; it’s a highly respected, quality brand with a strong heritage that allows us to enter the grab-and-go space. The look and feel of the site is rich and authentic, just like its food, and we’re confident it will be well received when we take it to the wider market.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog to launch its own airline</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci\'s first kiosk opens in Green Park</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold barware from Artis</a></li>\r\n</ul>\r\n“While this first partnership opening is at an airport, I very much see the opportunity to target other major transport hubs across the UK with Warrens Bakery sites, bringing award-winning Cornish pasties, hand-made sandwiches, sweet treats, fresh coffee and excellent service to commuters and travel-weary passengers when they need it most.”\r\n\r\nIn recent years, Warrens Bakery has taken home an impressive array of awards, including World Champion and British Pie Gold winner for its leading pasties as well as frequent Great Taste and other awards.\r\n\r\nMark Sullivan, Chairman of Warrens Bakery, said: “We’re delighted to be working with CDG and opening a Warrens Bakery outlet at Bristol Airport. We’re a brand with an incredibly rich heritage and we want to find franchise partners that we know will uphold and deliver our values and brand standards. In CDG we have found the perfect partner, they are operational experts and together we can take Warrens Bakery to new profile destinations across the UK in a variety of formats ranging from café to kiosk.”','CDG to open Warrens Bakery at Bristol Airport','','publish','closed','open','','cdg-open-warrens-bakery-bristol-airport','','\nhttps://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/','2018-11-28 11:39:10','2018-11-28 11:39:10','',0,'https://www.ontradeprogress.com/?p=3436',0,'post','',0),(3437,1,'2018-11-28 11:31:34','2018-11-28 11:31:34','','CDG to open Warrens Bakery franchise at Bristol Airport','CDG to open Warrens Bakery franchise at Bristol Airport','inherit','closed','closed','','bakery-1868396_1280','','','2018-11-28 11:31:43','2018-11-28 11:31:43','',3436,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/bakery-1868396_1280.jpg',0,'attachment','image/jpeg',0),(3438,1,'2018-11-28 11:34:15','2018-11-28 11:34:15','<h1><a href=\"https://www.casualdininggroup.com/\" target=\"_blank\" rel=\"noopener\">Casual Dining Group</a> (CDG) has added another famous eating-out brand to its growing concessions and franchising portfolio, after winning a tender to open a Warrens Bakery <a href=\"https://warrensbakery.co.uk/\" target=\"_blank\" rel=\"noopener\">franchise</a> store at Bristol Airport.</h1>\r\nAward-winning Warrens Bakery, which was founded in 1860, is the World’s oldest Cornish pasty maker and recognised as one of the top three craft bakeries in the UK by the baking industry. The new site at Bristol Airport will take over from an existing Soho Coffee site, in the Autumn.\r\n\r\nThe 84-cover venue will be located landside in Bristol Airport, selling all-day menu options ranging from hand-made pasties, pastries and fresh sandwiches, alongside hot and cold drinks.\r\n\r\nThis latest agreement with Warrens Bakery is an important addition to CDG’s portfolio of brands, allowing it to tap into the lucrative grab-and-go market in the UK, primarily targeting airports and major train stations for future growth.\r\n\r\nMark Nelson, Managing Director of Concessions and Franchising, Casual Dining Group, said: “We are delighted to be working with Warrens Bakery; it’s a highly respected, quality brand with a strong heritage that allows us to enter the grab-and-go space. The look and feel of the site is rich and authentic, just like its food, and we’re confident it will be well received when we take it to the wider market.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog to launch its own airline</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci\'s first kiosk opens in Green Park</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/\">New gold barware from Artis</a></li>\r\n</ul>\r\n“While this first partnership opening is at an airport, I very much see the opportunity to target other major transport hubs across the UK with Warrens Bakery sites, bringing award-winning Cornish pasties, hand-made sandwiches, sweet treats, fresh coffee and excellent service to commuters and travel-weary passengers when they need it most.”\r\n\r\nIn recent years, Warrens Bakery has taken home an impressive array of awards, including World Champion and British Pie Gold winner for its leading pasties as well as frequent Great Taste and other awards.\r\n\r\nMark Sullivan, Chairman of Warrens Bakery, said: “We’re delighted to be working with CDG and opening a Warrens Bakery outlet at Bristol Airport. We’re a brand with an incredibly rich heritage and we want to find franchise partners that we know will uphold and deliver our values and brand standards. In CDG we have found the perfect partner, they are operational experts and together we can take Warrens Bakery to new profile destinations across the UK in a variety of formats ranging from café to kiosk.”','CDG to open Warrens Bakery at Bristol Airport','','inherit','closed','closed','','3436-revision-v1','','','2018-11-28 11:34:15','2018-11-28 11:34:15','',3436,'https://www.ontradeprogress.com/2018/11/28/3436-revision-v1/',0,'revision','',0),(3439,1,'2018-11-28 11:49:24','2018-11-28 11:49:24','<h1>The Showering Cider Mill has launched <a href=\"https://www.malletscider.co.uk/\" target=\"_blank\" rel=\"noopener\">Mallets</a>, a new exciting cider brand that defies the traditional, for the millennial generation. Mallets is a mainstream premium cider brand with unique provenance, delivered with standout creative and an inventive, characterful journey.</h1>\r\nWell aware of the need for an emerging brand, Mallets will create a buzz through trial opportunities, building consumer awareness and driving sales. 2019 will see extensive national advertising campaigns with compelling on-trade support to grab the UK’s attention. With 72 percent of millennials preferring to spend money on experiences over material things, the Mallets brand will focus on storytelling and shareable experiences. A ‘cider for Gods’, Mallets is fronted by Shepton – the ancient God of Cider aiming to disrupt the current on-trade cider market worth £1.82bn.\r\n\r\nMallets are available on draught, both variants endlessly refreshing; Mallets Original cider is a medium dry apple, created with the juice of freshly pressed bittersweet cider fruit from Somerset orchards and has an ABV of 4.5%.  Mallets Dark Fruit, a refreshing blend of Somerset apple cider with natural blackcurrant and blackberry flavours, has an ABV of 4%.\r\n\r\nWith research also revealing consumers aged 18-35 are the most health and environmentally-conscious generation yet, Mallets prides itself on being freshly pressed using apples all from within a ten-mile radius of the Showering Cider Mill, ensuring a quality cider with a high juice content and only natural flavours.\r\n\r\nEmmy Webster, Senior Marketing Manager says: “We set out to create a cider that would appeal to a wide audience of consumers, yet made with generations of expertise, dedication and commitment to the art of cider making. Mallets are easy to drink, easy to love and it’s easy to see why we’re so excited to share it with the market. Medium dry, with a great big appley punch, Mallets nails refreshment every time.”\r\n\r\nMatthew Showering, Managing Director, The Showering Cider Mill, commented: “Since buying back the cider mill from C&amp;C late in 2016, we now have one of the biggest and best cider producing plants. We are using the capability to produce the best cider in the world and are thrilled we’re already seeing the success of Mallets in our test market with a rate of sale outweighing dominant cider brands at a rate of four to one.”\r\n\r\n<strong>For more information, please visit: <a href=\"https://www.malletscider.co.uk/\">https://www.malletscider.co.uk/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens its first kiosk in Green Park</a></li>\r\n</ul>','Cider for Gods - Operators\' prayers answered with Mallets Cider','','publish','closed','open','','showering-cider-mill-mallets-cider','','https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\nhttps://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\nhttps://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/','2018-11-28 12:15:40','2018-11-28 12:15:40','',0,'https://www.ontradeprogress.com/?p=3439',0,'post','',0),(3440,1,'2018-11-28 11:47:47','2018-11-28 11:47:47','','The Showering Cider Mill has launched Mallets for millennials','The Showering Cider Mill has launched Mallets for millennials','inherit','closed','closed','','apple-1962747_1280','','','2018-11-28 11:48:16','2018-11-28 11:48:16','',3439,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/apple-1962747_1280.jpg',0,'attachment','image/jpeg',0),(3441,1,'2018-11-28 11:48:26','2018-11-28 11:48:26','<h1>The Showering Cider Mill has launched <a href=\"https://www.malletscider.co.uk/\" target=\"_blank\" rel=\"noopener\">Mallets</a>, a new exciting cider brand that defies the traditional, for the millennial generation. Mallets is a mainstream premium cider brand with unique provenance, delivered with standout creative and an inventive, characterful journey.</h1>\r\nWell aware of the need for an emerging brand, Mallets will create a buzz through trial opportunities, building consumer awareness and driving sales. 2019 will see extensive national advertising campaigns with compelling on-trade support to grab the UK’s attention. With 72 percent of millennials preferring to spend money on experiences over material things, the Mallets brand will focus on storytelling and shareable experiences. A ‘cider for Gods’, Mallets is fronted by Shepton – the ancient God of Cider aiming to disrupt the current on-trade cider market worth £1.82bn.\r\n\r\nMallets is available on draught, both variants endlessly refreshing; Mallets Original cider is a medium dry apple, created with the juice of freshly pressed bittersweet cider fruit from Somerset orchards and has an ABV of 4.5%.  Mallets Dark Fruit, a refreshing blend of Somerset apple cider with natural blackcurrant and blackberry flavours, has an ABV of 4%.\r\n\r\nWith research also revealing consumers aged 18-35 are the most health and environmentally-conscious generation yet, Mallets prides itself on being freshly pressed using apples all from within a ten-mile radius of the Showering Cider Mill, ensuring a quality cider with a high juice content and only natural flavours.\r\n\r\nEmmy Webster, Senior Marketing Manager says: “We set out to create a cider that would appeal to a wide audience of consumers, yet made with generations of expertise, dedication and commitment to the art of cider making. Mallets is easy to drink, easy to love and it’s easy to see why we’re so excited to share it with the market. Medium dry, with a great big appley punch, Mallets nails refreshment every time.”\r\n\r\nMatthew Showering, Managing Director, The Showering Cider Mill, commented: “Since buying back the cider mill from C&amp;C late in 2016, we now have one of the biggest and best cider producing plants. We are using the capability to produce the best cider in the world and are thrilled we’re already seeing the success of Mallets in our test market with a rate of sale outweighing dominant cider brands at a rate of four to one.”\r\n\r\n<strong>For more information, please visit: <a href=\"https://www.malletscider.co.uk/\">https://www.malletscider.co.uk/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens its first kiosk in Green Park</a></li>\r\n</ul>','Cider for Gods - Operators\' prayers answered with Mallets Cider','','inherit','closed','closed','','3439-revision-v1','','','2018-11-28 11:48:26','2018-11-28 11:48:26','',3439,'https://www.ontradeprogress.com/2018/11/28/3439-revision-v1/',0,'revision','',0),(3442,1,'2018-11-28 11:49:24','2018-11-28 11:49:24','<h1>The Showering Cider Mill has launched <a href=\"https://www.malletscider.co.uk/\" target=\"_blank\" rel=\"noopener\">Mallets</a>, a new exciting cider brand that defies the traditional, for the millennial generation. Mallets is a mainstream premium cider brand with unique provenance, delivered with standout creative and an inventive, characterful journey.</h1>\r\nWell aware of the need for an emerging brand, Mallets will create a buzz through trial opportunities, building consumer awareness and driving sales. 2019 will see extensive national advertising campaigns with compelling on-trade support to grab the UK’s attention. With 72 percent of millennials preferring to spend money on experiences over material things, the Mallets brand will focus on storytelling and shareable experiences. A ‘cider for Gods’, Mallets is fronted by Shepton – the ancient God of Cider aiming to disrupt the current on-trade cider market worth £1.82bn.\r\n\r\nMallets is available on draught, both variants endlessly refreshing; Mallets Original cider is a medium dry apple, created with the juice of freshly pressed bittersweet cider fruit from Somerset orchards and has an ABV of 4.5%.  Mallets Dark Fruit, a refreshing blend of Somerset apple cider with natural blackcurrant and blackberry flavours, has an ABV of 4%.\r\n\r\nWith research also revealing consumers aged 18-35 are the most health and environmentally-conscious generation yet, Mallets prides itself on being freshly pressed using apples all from within a ten-mile radius of the Showering Cider Mill, ensuring a quality cider with a high juice content and only natural flavours.\r\n\r\nEmmy Webster, Senior Marketing Manager says: “We set out to create a cider that would appeal to a wide audience of consumers, yet made with generations of expertise, dedication and commitment to the art of cider making. Mallets are easy to drink, easy to love and it’s easy to see why we’re so excited to share it with the market. Medium dry, with a great big appley punch, Mallets nails refreshment every time.”\r\n\r\nMatthew Showering, Managing Director, The Showering Cider Mill, commented: “Since buying back the cider mill from C&amp;C late in 2016, we now have one of the biggest and best cider producing plants. We are using the capability to produce the best cider in the world and are thrilled we’re already seeing the success of Mallets in our test market with a rate of sale outweighing dominant cider brands at a rate of four to one.”\r\n\r\n<strong>For more information, please visit: <a href=\"https://www.malletscider.co.uk/\">https://www.malletscider.co.uk/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens its first kiosk in Green Park</a></li>\r\n</ul>','Cider for Gods - Operators\' prayers answered with Mallets Cider','','inherit','closed','closed','','3439-revision-v1','','','2018-11-28 11:49:24','2018-11-28 11:49:24','',3439,'https://www.ontradeprogress.com/2018/11/28/3439-revision-v1/',0,'revision','',0),(3443,1,'2018-11-28 11:49:34','2018-11-28 11:49:34','<h1>The Showering Cider Mill has launched <a href=\"https://www.malletscider.co.uk/\" target=\"_blank\" rel=\"noopener\">Mallets</a>, a new exciting cider brand that defies the traditional, for the millennial generation. Mallets is a mainstream premium cider brand with unique provenance, delivered with standout creative and an inventive, characterful journey.</h1>\nWell aware of the need for an emerging brand, Mallets will create a buzz through trial opportunities, building consumer awareness and driving sales. 2019 will see extensive national advertising campaigns with compelling on-trade support to grab the UK’s attention. With 72 percent of millennials preferring to spend money on experiences over material things, the Mallets brand will focus on storytelling and shareable experiences. A ‘cider for Gods’, Mallets is fronted by Shepton – the ancient God of Cider aiming to disrupt the current on-trade cider market worth £1.82bn.\n\nMallets is available on draught, both variants endlessly refreshing; Mallets Original cider is a medium dry apple, created with the juice of freshly pressed bittersweet cider fruit from Somerset orchards and has an ABV of 4.5%.  Mallets Dark Fruit, a refreshing blend of Somerset apple cider with natural blackcurrant and blackberry flavours, has an ABV of 4%.\n\nWith research also revealing consumers aged 18-35 are the most health and environmentally-conscious generation yet, Mallets prides itself on being freshly pressed using apples all from within a ten-mile radius of the Showering Cider Mill, ensuring a quality cider with a high juice content and only natural flavours.\n\nEmmy Webster, Senior Marketing Manager says: “We set out to create a cider that would appeal to a wide audience of consumers, yet made with generations of expertise, dedication and commitment to the art of cider making. Mallets are easy to drink, easy to love and it’s easy to see why we’re so excited to share it with the market. Medium dry, with a great big appley punch, Mallets nails refreshment every time.”\n\nMatthew Showering, Managing Director, The Showering Cider Mill, commented: “Since buying back the cider mill from C&amp;C late in 2016, we now have one of the biggest and best cider producing plants. We are using the capability to produce the best cider in the world and are thrilled we’re already seeing the success of Mallets in our test market with a rate of sale outweighing dominant cider brands at a rate of four to one.”\n\n<strong>For more information, please visit: <a href=\"https://www.malletscider.co.uk/\">https://www.malletscider.co.uk/</a></strong>\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens its first kiosk in Green Park</a></li>\n</ul>','Cider for Gods - Operators\' prayers answered with Mallets Cider','','inherit','closed','closed','','3439-autosave-v1','','','2018-11-28 11:49:34','2018-11-28 11:49:34','',3439,'https://www.ontradeprogress.com/2018/11/28/3439-autosave-v1/',0,'revision','',0),(3444,1,'2018-11-28 11:54:09','2018-11-28 11:54:09','<h1>The Showering Cider Mill has launched <a href=\"https://www.malletscider.co.uk/\" target=\"_blank\" rel=\"noopener\">Mallets</a>, a new exciting cider brand that defies the traditional, for the millennial generation. Mallets is a mainstream premium cider brand with unique provenance, delivered with standout creative and an inventive, characterful journey.</h1>\r\nWell aware of the need for an emerging brand, Mallets will create a buzz through trial opportunities, building consumer awareness and driving sales. 2019 will see extensive national advertising campaigns with compelling on-trade support to grab the UK’s attention. With 72 percent of millennials preferring to spend money on experiences over material things, the Mallets brand will focus on storytelling and shareable experiences. A ‘cider for Gods’, Mallets is fronted by Shepton – the ancient God of Cider aiming to disrupt the current on-trade cider market worth £1.82bn.\r\n\r\nMallets are available on draught, both variants endlessly refreshing; Mallets Original cider is a medium dry apple, created with the juice of freshly pressed bittersweet cider fruit from Somerset orchards and has an ABV of 4.5%.  Mallets Dark Fruit, a refreshing blend of Somerset apple cider with natural blackcurrant and blackberry flavours, has an ABV of 4%.\r\n\r\nWith research also revealing consumers aged 18-35 are the most health and environmentally-conscious generation yet, Mallets prides itself on being freshly pressed using apples all from within a ten-mile radius of the Showering Cider Mill, ensuring a quality cider with a high juice content and only natural flavours.\r\n\r\nEmmy Webster, Senior Marketing Manager says: “We set out to create a cider that would appeal to a wide audience of consumers, yet made with generations of expertise, dedication and commitment to the art of cider making. Mallets are easy to drink, easy to love and it’s easy to see why we’re so excited to share it with the market. Medium dry, with a great big appley punch, Mallets nails refreshment every time.”\r\n\r\nMatthew Showering, Managing Director, The Showering Cider Mill, commented: “Since buying back the cider mill from C&amp;C late in 2016, we now have one of the biggest and best cider producing plants. We are using the capability to produce the best cider in the world and are thrilled we’re already seeing the success of Mallets in our test market with a rate of sale outweighing dominant cider brands at a rate of four to one.”\r\n\r\n<strong>For more information, please visit: <a href=\"https://www.malletscider.co.uk/\">https://www.malletscider.co.uk/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/\">Colicci opens its first kiosk in Green Park</a></li>\r\n</ul>','Cider for Gods - Operators\' prayers answered with Mallets Cider','','inherit','closed','closed','','3439-revision-v1','','','2018-11-28 11:54:09','2018-11-28 11:54:09','',3439,'https://www.ontradeprogress.com/2018/11/28/3439-revision-v1/',0,'revision','',0),(3445,1,'2018-11-28 14:15:30','2018-11-28 14:15:30','<h1><a href=\"http://www.nelsoncatering.co.uk/\" target=\"_blank\" rel=\"noopener\">Nelson</a> has been designing and installing commercial restaurant kitchens for over 40 years, from kitchens that need a simple upgrade to kitchens that require full refurbishment – and has delivered the perfect solution for each one.</h1>\r\nAt Casual Dining, Nelson will show examples of completed projects and will also display some of the latest items of equipment that are frequently included in its kitchen projects. Various models from Nelson’s brand new, super energy and water efficient Advantage Plus warewasher range will also be showcased.\r\n\r\n[caption id=\"attachment_3448\" align=\"alignright\" width=\"153\"]<img class=\"size-medium wp-image-3448\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-153x300.jpg\" alt=\"Nelson will show examples of its kitchens at CDS\" width=\"153\" height=\"300\" /> Nelson will show examples of its kitchens at CDS[/caption]\r\n<h3><strong>Advantage Plus Dishwashers and Glasswashers</strong></h3>\r\nThe just-launched Advantage Plus warewasher range has been designed to offer the ultimate in energy and water efficiency. Ranging from the smallest undercounter models through to high volume, steam heat recovery pass throughs, Advantage Plus has a machine for every requirement. It is amongst the highest specified warewashers available in the UK, using a significantly low volume of water and energy, yet providing exceptional reliability and outstanding results across all types of crockery and glassware – even delicate items – and at a competitive price. It is also exceptionally quiet making it suitable for front of house sitting.\r\n<h3><strong>Kitchens and cooking equipment</strong></h3>\r\nNelson’s clever design solutions, achieved by using advanced 3D design software, can provide the ultimate layout for any kitchen no matter how small, awkwardly shaped or large. Nelson supplies and installs many of the UK’s leading equipment brands of catering equipment and provides a bespoke stainless steel fabrication service.\r\n\r\n<strong>Nelson provides free of charge site surveys for its kitchen designs and for its warewashing services.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets cider answers prayers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog to launch its own airline</a></li>\r\n</ul>','Nelson at Casual Dining Show 2019','','publish','closed','open','','nelson-kitchens-casual-dining-show','','\nhttps://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/','2018-11-28 14:16:25','2018-11-28 14:16:25','',0,'https://www.ontradeprogress.com/?p=3445',0,'post','',0),(3446,1,'2018-11-28 14:02:05','2018-11-28 14:02:05','<h1>Nelson has been designing and installing commercial restaurant kitchens for over 40 years, from kitchens that need a simple upgrade to kitchens that require full refurbishment – and has delivered the perfect solution for each one.</h1>\r\nAt Casual Dining, Nelson will show examples of completed projects and will also display some of the latest items of equipment that are frequently included in its kitchen projects. Various models from Nelson’s brand new, super energy and water efficient Advantage Plus warewasher range will also be showcased.\r\n\r\n&nbsp;\r\n<h3><strong>Advantage Plus Dishwashers and Glasswashers</strong></h3>\r\nThe just-launched Advantage Plus warewasher range has been designed to offer the ultimate in energy and water efficiency. Ranging from the smallest undercounter models through to high volume, steam heat recovery pass throughs, Advantage Plus has a machine for every requirement. It is amongst the highest specified warewashers available in the UK, using a significantly low volume of water and energy, yet providing exceptional reliability and outstanding results across all types of crockery and glassware – even delicate items – and at a competitive price. It is also exceptionally quiet making it suitable for front of house siting.\r\n\r\n&nbsp;\r\n<h3><strong>Kitchens and cooking equipment</strong></h3>\r\nNelson’s clever design solutions, achieved by using advanced 3D design software, can provide the ultimate layout for any kitchen no matter how small, awkwardly shaped or large. Nelson supplies and installs many of the UK’s leading equipment brands of catering equipment and provides a bespoke stainless steel fabrication service.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Nelson provides free of charge site surveys for its kitchen designs and for its warewashing services.</strong>','Nelson at Casual Dining Show 2019','','inherit','closed','closed','','3445-revision-v1','','','2018-11-28 14:02:05','2018-11-28 14:02:05','',3445,'https://www.ontradeprogress.com/2018/11/28/3445-revision-v1/',0,'revision','',0),(3447,1,'2018-11-28 14:07:56','2018-11-28 14:07:56','','Nelson will show examples of its kitchens at CDS','Nelson will show examples of its kitchens at CDS','inherit','closed','closed','','kitchen-731351_1280','','','2018-11-28 14:09:23','2018-11-28 14:09:23','',3445,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/kitchen-731351_1280.jpg',0,'attachment','image/jpeg',0),(3448,1,'2018-11-28 14:08:25','2018-11-28 14:08:25','','Nelson will show examples of its kitchens at CDS','Nelson will show examples of its kitchens at CDS','inherit','closed','closed','','casual-dining-2019-nelsons-new-super-energy-efficient-advantage-plus-range-will-be-showcased','','','2018-11-28 14:09:03','2018-11-28 14:09:03','',3445,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased.jpg',0,'attachment','image/jpeg',0),(3449,1,'2018-11-28 14:13:53','2018-11-28 14:13:53','<h1><a href=\"http://www.nelsoncatering.co.uk/\" target=\"_blank\" rel=\"noopener\">Nelson</a> has been designing and installing commercial restaurant kitchens for over 40 years, from kitchens that need a simple upgrade to kitchens that require full refurbishment – and has delivered the perfect solution for each one.</h1>\r\nAt Casual Dining, Nelson will show examples of completed projects and will also display some of the latest items of equipment that are frequently included in its kitchen projects. Various models from Nelson’s brand new, super energy and water efficient Advantage Plus warewasher range will also be showcased.\r\n\r\n[caption id=\"attachment_3448\" align=\"alignright\" width=\"153\"]<img class=\"size-medium wp-image-3448\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/Casual-Dining-2019-Nelsons-new-super-energy-efficient-Advantage-Plus-range-will-be-showcased-153x300.jpg\" alt=\"Nelson will show examples of its kitchens at CDS\" width=\"153\" height=\"300\" /> Nelson will show examples of its kitchens at CDS[/caption]\r\n<h3><strong>Advantage Plus Dishwashers and Glasswashers</strong></h3>\r\nThe just-launched Advantage Plus warewasher range has been designed to offer the ultimate in energy and water efficiency. Ranging from the smallest undercounter models through to high volume, steam heat recovery pass throughs, Advantage Plus has a machine for every requirement. It is amongst the highest specified warewashers available in the UK, using a significantly low volume of water and energy, yet providing exceptional reliability and outstanding results across all types of crockery and glassware – even delicate items – and at a competitive price. It is also exceptionally quiet making it suitable for front of house sitting.\r\n<h3><strong>Kitchens and cooking equipment</strong></h3>\r\nNelson’s clever design solutions, achieved by using advanced 3D design software, can provide the ultimate layout for any kitchen no matter how small, awkwardly shaped or large. Nelson supplies and installs many of the UK’s leading equipment brands of catering equipment and provides a bespoke stainless steel fabrication service.\r\n\r\n<strong>Nelson provides free of charge site surveys for its kitchen designs and for its warewashing services.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets cider answers prayers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog to launch its own airline</a></li>\r\n</ul>','Nelson at Casual Dining Show 2019','','inherit','closed','closed','','3445-revision-v1','','','2018-11-28 14:13:53','2018-11-28 14:13:53','',3445,'https://www.ontradeprogress.com/2018/11/28/3445-revision-v1/',0,'revision','',0),(3450,1,'2018-11-29 09:30:13','2018-11-29 09:30:13','<h1>Independent craft brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a> has today announced the launch of its first bespoke craft beer for dogs, Subwoofer IPA. This is the first time brewery has created a beer for dogs using the same base ‘wort’ as it uses for its popular craft beers for humans, in order to create a brew specifically designed for man’s best friend.</h1>\r\n<ul>\r\n 	<li>Subwoofer IPA is an alcohol and hop-free, non-carbonated beer, containing canine-friendly B vitamins and probiotics beneficial for dogs. Packed with citrus overtones and a familiar malt backbone, the brew is perfect for all four-legged friends.</li>\r\n 	<li>The Subwoofer IPA concept was originally developed by the kitchen team at BrewDog’s bar team in Liverpool who launched a prototype beer for pups and saw a huge demand from the city’s dog-loving community, who flocked in droves and tripled the bar’s Sunday traffic.</li>\r\n 	<li>Dog owners can now buy a bottle of Subwoofer IPA for £2.50 across BrewDog’s network of 39 UK bars, as well as via its online shop at <a href=\"http://www.brewdog.com/shop\">www.brewdog.com/shop</a>.</li>\r\n 	<li>To launch the new pooch-friendly brew, on Sunday 2nd December BrewDog will be giving the first 20 dogs through the door of each UK BrewDog bar the chance to win a case of the dog-friendly Subwoofer IPA.</li>\r\n 	<li>In addition to the top prize up for grabs, each of the first 20 dogs will also be gifted a ‘doggy bag’, containing a bottle of Subwoofer IPA and dog treats.</li>\r\n 	<li>Since the success of the initial brew, BrewDog’s brewing team has been perfecting the recipe with an expert pet food consultant.</li>\r\n 	<li>Together, the teams conducted three rounds of tasting trials with 25 dogs to perfect the recipe and deliver maximum flavour for a pup’s palate. Each bottle of Subwoofer IPA has been carefully brewed with the same classic craft character of a BrewDog beer.</li>\r\n 	<li>Subwoofer IPA has been brewed from wort, the liquid created at the start of any brew, produced by heating malted barley grains with water or ‘brewing liquor’, and then blended with ingredients to make it suitable for canines.</li>\r\n 	<li>In addition to individual bottles of the new dog brew, which are available from today, BrewDog will be soon launching a two-pack containing a bottle of Subwoofer IPA and a bottle of its flagship beer Punk IPA, for dog owners to enjoy alongside their canine buddy.</li>\r\n 	<li>Dogs have always been integral to the BrewDog story. The brewery’s name was inspired by co-founder James Watt’s chocolate Labrador, Bracken, the original ‘brew dog’.</li>\r\n</ul>\r\n<iframe src=\"https://player.vimeo.com/video/303087868\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>BrewDog co-founder James Watt said:</h3>\r\nFollowing the crazy success of our Liverpool bar team’s canine-friendly craft beer experiment, we wanted to refine a recipe to offer a delicious, refreshing beer for every dog who visits us nationwide. The result has been tried and tested and approved by our panel of pups, meaning the thousands of dogs that visit our bars each week can now get a taste, too.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets Cider target millennials with a new drink</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/\">Nelson to exhibit at Casual Dining Show 2019</a></li>\r\n</ul>','BrewDog has today launched its first bespoke craft beer for dogs, Subwoofer IPA','','publish','closed','open','','subwoofer-ipa-brewdog','','\nhttps://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/','2018-11-29 11:42:28','2018-11-29 11:42:28','',0,'https://www.ontradeprogress.com/?p=3450',0,'post','',0),(3451,1,'2018-11-29 09:27:01','2018-11-29 09:27:01','','BrewDog has today launched its first beer for dogs, Subwoofer IPA','BrewDog has today launched its first beer for dogs, Subwoofer IPA','inherit','closed','closed','','dog-1378087_1280','','','2018-11-29 09:27:14','2018-11-29 09:27:14','',3450,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/dog-1378087_1280.jpg',0,'attachment','image/jpeg',0),(3452,1,'2018-11-29 09:29:47','2018-11-29 09:29:47','<h1>Independent craft brewer, BrewDog has today announced the launch of its first bespoke craft beer for dogs, Subwoofer IPA. This is the first time brewery has created a beer for dogs using the same base ‘wort’ as it uses for its popular craft beers for humans, in order to create a brew specifically designed for man’s best friend.</h1>\r\n<ul>\r\n 	<li>Subwoofer IPA is an alcohol and hop-free, non-carbonated beer, containing canine-friendly B vitamins and probiotics beneficial for dogs. Packed with citrus overtones and a familiar malt backbone, the brew is perfect for all four-legged friends.</li>\r\n 	<li>The Subwoofer IPA concept was originally developed by the kitchen team at BrewDog’s bar team in Liverpool who launched a prototype beer for pups and saw huge demand from the city’s dog-loving community, who flocked in droves and tripled the bar’s Sunday traffic.</li>\r\n 	<li>Dog owners can now buy a bottle of Subwoofer IPA for £2.50 across BrewDog’s network of 39 UK bars, as well as via its online shop at <a href=\"http://www.brewdog.com/shop\">www.brewdog.com/shop</a>.</li>\r\n 	<li>To launch the new pooch-friendly brew, on Sunday 2nd December BrewDog will be giving the first 20 dogs through the door of each UK BrewDog bar the chance to win a case of the dog-friendly Subwoofer IPA.</li>\r\n 	<li>In addition to the top prize up for grabs, each of the first 20 dogs will also be gifted a ‘doggy bag’, containing a bottle of Subwoofer IPA and dog treats.</li>\r\n 	<li>Since the success of the initial brew, BrewDog’s brewing team has been perfecting the recipe with an expert pet food consultant.</li>\r\n 	<li>Together, the teams conducted three rounds of tasting trials with 25 dogs to perfect the recipe and deliver maximum flavour for a pup’s palate. Each bottle of Subwoofer IPA has been carefully brewed with the same classic craft character of a BrewDog beer.</li>\r\n 	<li>Subwoofer IPA has been brewed from wort, the liquid created at the start of any brew, produced by heating malted barley grains with water or ‘brewing liquor’, and then blended with ingredients to make it suitable for canines.</li>\r\n 	<li>In addition to individual bottles of the new dog brew, which are available from today, BrewDog will be soon launching a two-pack containing a bottle of Subwoofer IPA and a bottle of its flagship beer Punk IPA, for dog owners to enjoy alongside their canine buddy.</li>\r\n 	<li>Dogs have always been integral to the BrewDog story. The brewery’s name was inspired by co-founder James Watt’s chocolate Labrador, Bracken, the original ‘brew dog’.</li>\r\n</ul>\r\n<iframe src=\"https://player.vimeo.com/video/303087868\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>BrewDog co-founder James Watt said:</h3>\r\nFollowing the crazy success of our Liverpool bar team’s canine-friendly craft beer experiment, we wanted to refine a recipe to offer a delicious, refreshing beer for every dog who visits us nationwide. The result has been tried and tested and approved by our panel of pups, meaning the thousands of dogs that visit our bars each week can now get a taste, too.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets Cider target millennials with a new drink</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/\">Nelson to exhibit at Casual Dining Show 2019</a></li>\r\n</ul>','BrewDog has today launched its first bespoke craft beer for dogs, Subwoofer IPA','','inherit','closed','closed','','3450-revision-v1','','','2018-11-29 09:29:47','2018-11-29 09:29:47','',3450,'https://www.ontradeprogress.com/2018/11/29/3450-revision-v1/',0,'revision','',0),(3453,1,'2018-11-29 09:58:01','2018-11-29 09:58:01','<h1>With under six months to go until some Apprenticeship Levy funding starts to expire, new research shows less than half of businesses have used up the majority of their funds – meaning thousands of pounds will potentially be lost<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.</h1>\r\nThe research, commissioned by <a href=\"https://hittraining.co.uk/\" target=\"_blank\" rel=\"noopener\">HIT Training,</a> revealed that despite two thirds [66%] of hospitality professionals being aware that their Apprenticeship Levy funding will start to expire in May 2019, only 49% have currently used most of it<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nThe top reason [37%] given for why businesses have not used their funding was that they are taking time to ensure they are investing in a high-quality programme<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. Other reasons included:\r\n<ul>\r\n 	<li>22% don’t have enough time to set up or extend an apprenticeship programme</li>\r\n 	<li>18% don’t understand the legislation</li>\r\n 	<li>18% haven’t found the right training provider to work with</li>\r\n</ul>\r\n<strong>Speaking about the survey results Jill Whittaker, Managing Director of HIT Training, said:</strong> “With the second anniversary of the landmark Apprenticeship Levy approaching, we wanted to understand just how aware hospitality businesses are that their Levy funding has an expiration date and to establish if they are maximising its potential. It’s really concerning that after 18 months of the legislation being in place, 40% of hospitality professionals admit they still only have a poor or very poor understanding of the Apprenticeship Levy<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>.\r\n\r\n<strong>“</strong>With contributions expiring after 24 months, businesses are at crunch point to start using or losing some of their funding pots. Not only will it directly benefit their own business, but the hospitality industry as a whole is also facing a skills shortage and so it’s more pertinent than ever for businesses to seize the opportunity to upskill their workforce, attract new talent and improve their staff retention.”\r\n\r\nThe Levy requires all companies with a pay bill of more than £3m to contribute 0.5% of their payroll costs to the scheme, which they then claim back for apprenticeship training. This amount is then topped up by 10% from the Government. Businesses with pay bills below £3m don’t pay into the fund but they still have access to Government subsidies of 90% of the cost of the apprenticeship, with the employers co-paying the additional 10%.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches a beer for your dog</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/\">Nelson is exhibiting at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets Cider target millennials with their new drink</a></li>\r\n</ul>\r\n<h2>With an estimated 375,000 positions to be filled across restaurants, cafés, bars, pubs and clubs<a href=\"#_ftn5\" name=\"_ftnref5\"><sup>[5]</sup></a>, it is clear the industry continues to thrive, yet employers often struggle to recruit and retain the talent they need.</h2>\r\nJill Whittaker continued: <strong>“</strong>We’re encouraging hospitality employers to take full advantage of the Apprenticeship Levy to upskill their entire workforce and can provide advice on the best way to maximise the funds available. After all, investing in training programmes helps to motivate employees, create a dynamic and enthusiastic workforce and position the operator as an employer of choice.”\r\n\r\n<strong>For more information on apprenticeships in hospitality and the Apprenticeship Levy, please visit <a href=\"http://www.hittraining.co.uk\">www.hittraining.co.uk</a> or call 0800 093 5892.</strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Survey of 250 HR managers or senior figures working in hospitality. 3GEM in collaboration with HIT Training, November 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> ibid\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> ibid\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> ibid\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\"><sup>[5]</sup></a> University of Cambridge and SkillSnap, 2018','Crunch time: Over half of hospitality businesses risk losing their apprenticeship levy fund','','publish','closed','open','','businesses-losing-apprenticeship-fund','','','2018-11-29 09:58:01','2018-11-29 09:58:01','',0,'https://www.ontradeprogress.com/?p=3453',0,'post','',0),(3454,1,'2018-11-29 09:50:38','2018-11-29 09:50:38','','Half of hospitality businesses risk losing their apprenticeship levy fund','Half of hospitality businesses risk losing their apprenticeship levy fund','inherit','closed','closed','','hit-training-2','','','2018-11-29 09:51:07','2018-11-29 09:51:07','',3453,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/HIT-Training-2.jpg',0,'attachment','image/jpeg',0),(3455,1,'2018-11-29 09:55:22','2018-11-29 09:55:22','<h1>With under six months to go until some Apprenticeship Levy funding starts to expire, new research shows less than half of businesses have used up the majority of their funds – meaning thousands of pounds will potentially be lost<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.</h1>\r\nThe research, commissioned by <a href=\"https://hittraining.co.uk/\" target=\"_blank\" rel=\"noopener\">HIT Training,</a> revealed that despite two thirds [66%] of hospitality professionals being aware that their Apprenticeship Levy funding will start to expire in May 2019, only 49% have currently used most of it<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nThe top reason [37%] given for why businesses have not used their funding was that they are taking time to ensure they are investing in a high-quality programme<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. Other reasons included:\r\n<ul>\r\n 	<li>22% don’t have enough time to set up or extend an apprenticeship programme</li>\r\n 	<li>18% don’t understand the legislation</li>\r\n 	<li>18% haven’t found the right training provider to work with</li>\r\n</ul>\r\n<strong>Speaking about the survey results Jill Whittaker, Managing Director of HIT Training, said:</strong> “With the second anniversary of the landmark Apprenticeship Levy approaching, we wanted to understand just how aware hospitality businesses are that their Levy funding has an expiration date and to establish if they are maximising its potential. It’s really concerning that after 18 months of the legislation being in place, 40% of hospitality professionals admit they still only have a poor or very poor understanding of the Apprenticeship Levy<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>.\r\n\r\n<strong>“</strong>With contributions expiring after 24 months, businesses are at crunch point to start using or losing some of their funding pots. Not only will it directly benefit their own business, but the hospitality industry as a whole is also facing a skills shortage and so it’s more pertinent than ever for businesses to seize the opportunity to upskill their workforce, attract new talent and improve their staff retention.”\r\n\r\nThe Levy requires all companies with a pay bill of more than £3m to contribute 0.5% of their payroll costs to the scheme, which they then claim back for apprenticeship training. This amount is then topped up by 10% from the Government. Businesses with pay bills below £3m don’t pay into the fund but they still have access to Government subsidies of 90% of the cost of the apprenticeship, with the employers co-paying the additional 10%.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches a beer for your dog</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/\">Nelson is exhibiting at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets Cider target millennials with their new drink</a></li>\r\n</ul>\r\n<h2>With an estimated 375,000 positions to be filled across restaurants, cafés, bars, pubs and clubs<a href=\"#_ftn5\" name=\"_ftnref5\"><sup>[5]</sup></a>, it is clear the industry continues to thrive, yet employers often struggle to recruit and retain the talent they need.</h2>\r\nJill Whittaker continued: <strong>“</strong>We’re encouraging hospitality employers to take full advantage of the Apprenticeship Levy to upskill their entire workforce and can provide advice on the best way to maximise the funds available. After all, investing in training programmes helps to motivate employees, create a dynamic and enthusiastic workforce and position the operator as an employer of choice.”\r\n\r\n<strong>For more information on apprenticeships in hospitality and the Apprenticeship Levy, please visit <a href=\"http://www.hittraining.co.uk\">www.hittraining.co.uk</a> or call 0800 093 5892.</strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Survey of 250 HR managers or senior figures working in hospitality. 3GEM in collaboration with HIT Training, November 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> ibid\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> ibid\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> ibid\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\"><sup>[5]</sup></a> University of Cambridge and SkillSnap, 2018','Crunch time: Over half of hospitality businesses risk losing their apprenticeship levy fund','','inherit','closed','closed','','3453-revision-v1','','','2018-11-29 09:55:22','2018-11-29 09:55:22','',3453,'https://www.ontradeprogress.com/2018/11/29/3453-revision-v1/',0,'revision','',0),(3456,1,'2018-11-29 11:07:12','2018-11-29 11:07:12','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> Chief Executive Kate Nicholls said: “A fall in the number of EU migrants is seriously worrying for hospitality employers. We need workers from the EU to bolster our home-grown workforces and keep pace with growth, particularly with unemployment so low.</h1>\r\n“This staffing shortfall will only become more acute if the Government pushes ahead with a plan to exclude many potential hospitality workers as part of its future immigration policy. If businesses do not have access to the workforce, how are they expected to hire people, grow their businesses and invest?\r\n\r\n“Should the tier 2 test on skills and salary be applied to all post-Brexit EU migrants, as currently proposed, we estimate that 80-90% of potential hospitality jobs would be excluded.\r\n\r\n“Ultimately, customers are going to feel the brunt of this when businesses have no choice but to pass on higher costs and closures mean a reduction in choice and convenience. The Government needs to change tack now, and recognise this issue in its forthcoming White Paper or we will see high streets continue to be undermined and businesses will fail.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\">Hospitality businesses risk losing their apprenticeship levy</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches a new drink for dogs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n</ul>','UKHospitality reaction to ONS EU migration statistics','','publish','closed','open','','eu-migrants-needed-hospitality','','https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\nhttps://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\nhttps://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/','2018-11-29 11:22:26','2018-11-29 11:22:26','',0,'https://www.ontradeprogress.com/?p=3456',0,'post','',0),(3457,1,'2018-11-29 10:09:00','2018-11-29 10:09:00','','A fall in the number of EU migrants is seriously worrying for hospitality employers','A fall in the number of EU migrants is seriously worrying for hospitality employers','inherit','closed','closed','','waitress-2376728_1280','','','2018-11-29 10:09:10','2018-11-29 10:09:10','',3456,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/waitress-2376728_1280.jpg',0,'attachment','image/jpeg',0),(3458,1,'2018-11-29 11:05:20','2018-11-29 11:05:20','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> Chief Executive Kate Nicholls said: “A fall in the number of EU migrants is seriously worrying for hospitality employers. We need workers from the EU to bolster our home-grown workforces and keep pace with growth, particularly with unemployment so low.</h1>\r\n“This staffing shortfall will only become more acute if the Government pushes ahead with a plan to exclude many potential hospitality workers as part of its future immigration policy. If businesses do not have access to the workforce, how are they expected to hire people, grow their businesses and invest?\r\n\r\n“Should the tier 2 test on skills and salary be applied to all post-Brexit EU migrants, as currently proposed, we estimate that 80-90% of potential hospitality jobs would be excluded.\r\n\r\n“Ultimately, customers are going to feel the brunt of this when businesses have no choice but to pass on higher costs and closures mean a reduction in choice and convenience. The Government needs to change tack now, and recognise this issue in its forthcoming White Paper or we will see high streets continue to be undermined and businesses will fail.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\">Hospitality businesses risk losing their apprenticeship levy</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches a new drink for dogs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n</ul>','UKHospitality reaction to ONS migration statistics','','inherit','closed','closed','','3456-revision-v1','','','2018-11-29 11:05:20','2018-11-29 11:05:20','',3456,'https://www.ontradeprogress.com/2018/11/29/3456-revision-v1/',0,'revision','',0),(3459,1,'2018-11-29 11:07:28','2018-11-29 11:07:28','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> Chief Executive Kate Nicholls said: “A fall in the number of EU migrants is seriously worrying for hospitality employers. We need workers from the EU to bolster our home-grown workforces and keep pace with growth, particularly with unemployment so low.</h1>\r\n“This staffing shortfall will only become more acute if the Government pushes ahead with a plan to exclude many potential hospitality workers as part of its future immigration policy. If businesses do not have access to the workforce, how are they expected to hire people, grow their businesses and invest?\r\n\r\n“Should the tier 2 test on skills and salary be applied to all post-Brexit EU migrants, as currently proposed, we estimate that 80-90% of potential hospitality jobs would be excluded.\r\n\r\n“Ultimately, customers are going to feel the brunt of this when businesses have no choice but to pass on higher costs and closures mean a reduction in choice and convenience. The Government needs to change tack now, and recognise this issue in its forthcoming White Paper or we will see high streets continue to be undermined and businesses will fail.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\">Hospitality businesses risk losing their apprenticeship levy</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches a new drink for dogs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/\">CDG to open Warrens Bakery at Bristol Airport</a></li>\r\n</ul>','UKHospitality reaction to ONS EU migration statistics','','inherit','closed','closed','','3456-revision-v1','','','2018-11-29 11:07:28','2018-11-29 11:07:28','',3456,'https://www.ontradeprogress.com/2018/11/29/3456-revision-v1/',0,'revision','',0),(3460,1,'2018-11-29 11:39:07','2018-11-29 11:39:07','<h1>Where would the foodservice industry be without the committed individuals who work tirelessly for their organisations and trade associations?  The key ones you can always rely on, who go the extra mile, the ones you turn to when the chips are down.</h1>\r\nAt the <a href=\"http://www.cesa.org.uk/Home/ArtMID/927/ArticleID/632/CESA-80th-Anniversary-Conference-20\" target=\"_blank\" rel=\"noopener\">CESA Conference</a> 2018 the Association announced 19 winners of the Foodservice Industry Order of Merit, which recognised the selfless work of these people.  They represent a wide range of organisations, including trade associations, guilds and charities.  What they all have in common is their absolute dedication to their cause.\r\n\r\nGlenn Roberts, the outgoing chair of CESA, presented the awards during the Conference session on November 15th.  “Without their hard work our industry would be far poorer and weaker,” he said. “Their contribution and commitment is beyond value and we salute them.”\r\n<h2>The complete list of Order of Merit 2018 recipients is:</h2>\r\nAnthony Pender, British Institute of Innkeepers\r\n\r\nJohn Williams, Academy of Culinary Arts\r\n\r\nAndrew Crook, National Federation of Fish Friers (pictured)\r\n\r\nBob Fox, NCASS\r\n\r\nStuart McLeod, British Culinary Federation\r\n\r\nAndy Kemp, Arena\r\n\r\nKeith Breasley, ASSIST\r\n\r\nAndrew Bennett, Craft Guild of Chefs\r\n\r\nStewart McKenzie, Hospital Caterers Association\r\n\r\nWilliam Baxter, Hospitality Action\r\n\r\nRobin Sheppard, Institute of Hospitality\r\n\r\nMichael Hales, LACA\r\n\r\nNeel Radia, NACC\r\n\r\nMatthew White, TUCO\r\n\r\nNick Varney, UK Hospitality\r\n\r\nDon Hodgson (Master), Worshipful Company of Cooks\r\n\r\nHoward Porter, BEAMA\r\n\r\nMark Kendall, CEDA\r\n\r\nJulian Edwards, FSCI\r\n\r\nThe CESA Conference 2018, in association with Cedabond, ENSE and the FCSI, took place on Wednesday 14<sup>th</sup> and Thursday 15<sup>th</sup> November, at the De Vere Cotswold Water Park.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\" target=\"_blank\" rel=\"noopener\">www.cesa.org.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality\'s reaction to ONS EU migration statistics</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\">Hospitality businesses risk losing their apprenticeship fund</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog has launched beer for dogs</a></li>\r\n</ul>','CESA Conference salutes foodservice industry heroes','','publish','closed','open','','cesa-conference-industry-heroes','','https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\nhttps://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/','2018-11-29 11:46:26','2018-11-29 11:46:26','',0,'https://www.ontradeprogress.com/?p=3460',0,'post','',0),(3461,1,'2018-11-29 11:33:49','2018-11-29 11:33:49','','CESA Conference salutes foodservice industry heroes','CESA Conference salutes foodservice industry heroes','inherit','closed','closed','','andrew-crook-of-the-national-federation-of-fish-friers-left-accepts-his-order-of-merit-from-cesas-glenn-roberts','','','2018-11-29 11:34:14','2018-11-29 11:34:14','',3460,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/Andrew-Crook-of-the-National-Federation-of-Fish-Friers-left-accepts-his-Order-of-Merit-from-CESAs-Glenn-Roberts.jpg',0,'attachment','image/jpeg',0),(3462,1,'2018-11-29 11:38:39','2018-11-29 11:38:39','<h1>Where would the foodservice industry be without the committed individuals who work tirelessly for their organisations and trade associations?  The key ones you can always rely on, who go the extra mile, the ones you turn to when the chips are down.</h1>\r\nAt the CESA Conference 2018 the Association announced 19 winners of the Foodservice Industry Order of Merit, which recognised the selfless work of these people.  They represent a wide range of organisations, including trade associations, guilds and charities.  What they all have in common is their absolute dedication to their cause.\r\n\r\nGlenn Roberts, the outgoing chair of CESA, presented the awards during the Conference session on November 15th.  “Without their hard work our industry would be far poorer and weaker,” he said. “Their contribution and commitment is beyond value and we salute them.”\r\n<h2>The complete list of Order of Merit 2018 recipients is:</h2>\r\nAnthony Pender, British Institute of Innkeepers\r\n\r\nJohn Williams, Academy of Culinary Arts\r\n\r\nAndrew Crook, National Federation of Fish Friers (pictured)\r\n\r\nBob Fox, NCASS\r\n\r\nStuart McLeod, British Culinary Federation\r\n\r\nAndy Kemp, Arena\r\n\r\nKeith Breasley, ASSIST\r\n\r\nAndrew Bennett, Craft Guild of Chefs\r\n\r\nStewart McKenzie, Hospital Caterers Association\r\n\r\nWilliam Baxter, Hospitality Action\r\n\r\nRobin Sheppard, Institute of Hospitality\r\n\r\nMichael Hales, LACA\r\n\r\nNeel Radia, NACC\r\n\r\nMatthew White, TUCO\r\n\r\nNick Varney, UK Hospitality\r\n\r\nDon Hodgson (Master), Worshipful Company of Cooks\r\n\r\nHoward Porter, BEAMA\r\n\r\nMark Kendall, CEDA\r\n\r\nJulian Edwards, FSCI\r\n\r\nThe CESA Conference 2018, in association with Cedabond, ENSE and the FCSI, took place on Wednesday 14<sup>th</sup> and Thursday 15<sup>th</sup> November, at the De Vere Cotswold Water Park.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\" target=\"_blank\" rel=\"noopener\">www.cesa.org.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality\'s reaction to ONS EU migration statistics</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\">Hospitality businesses risk losing their apprenticeship fund</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog has launched beer for dogs</a></li>\r\n</ul>','CESA Conference salutes foodservice industry heroes','','inherit','closed','closed','','3460-revision-v1','','','2018-11-29 11:38:39','2018-11-29 11:38:39','',3460,'https://www.ontradeprogress.com/2018/11/29/3460-revision-v1/',0,'revision','',0),(3463,1,'2018-11-29 11:42:09','2018-11-29 11:42:09','<h1>Independent craft brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a> has today announced the launch of its first bespoke craft beer for dogs, Subwoofer IPA. This is the first time brewery has created a beer for dogs using the same base ‘wort’ as it uses for its popular craft beers for humans, in order to create a brew specifically designed for man’s best friend.</h1>\n<ul>\n 	<li>Subwoofer IPA is an alcohol and hop-free, non-carbonated beer, containing canine-friendly B vitamins and probiotics beneficial for dogs. Packed with citrus overtones and a familiar malt backbone, the brew is perfect for all four-legged friends.</li>\n 	<li>The Subwoofer IPA concept was originally developed by the kitchen team at BrewDog’s bar team in Liverpool who launched a prototype beer for pups and saw huge demand from the city’s dog-loving community, who flocked in droves and tripled the bar’s Sunday traffic.</li>\n 	<li>Dog owners can now buy a bottle of Subwoofer IPA for £2.50 across BrewDog’s network of 39 UK bars, as well as via its online shop at <a href=\"http://www.brewdog.com/shop\">www.brewdog.com/shop</a>.</li>\n 	<li>To launch the new pooch-friendly brew, on Sunday 2nd December BrewDog will be giving the first 20 dogs through the door of each UK BrewDog bar the chance to win a case of the dog-friendly Subwoofer IPA.</li>\n 	<li>In addition to the top prize up for grabs, each of the first 20 dogs will also be gifted a ‘doggy bag’, containing a bottle of Subwoofer IPA and dog treats.</li>\n 	<li>Since the success of the initial brew, BrewDog’s brewing team has been perfecting the recipe with an expert pet food consultant.</li>\n 	<li>Together, the teams conducted three rounds of tasting trials with 25 dogs to perfect the recipe and deliver maximum flavour for a pup’s palate. Each bottle of Subwoofer IPA has been carefully brewed with the same classic craft character of a BrewDog beer.</li>\n 	<li>Subwoofer IPA has been brewed from wort, the liquid created at the start of any brew, produced by heating malted barley grains with water or ‘brewing liquor’, and then blended with ingredients to make it suitable for canines.</li>\n 	<li>In addition to individual bottles of the new dog brew, which are available from today, BrewDog will be soon launching a two-pack containing a bottle of Subwoofer IPA and a bottle of its flagship beer Punk IPA, for dog owners to enjoy alongside their canine buddy.</li>\n 	<li>Dogs have always been integral to the BrewDog story. The brewery’s name was inspired by co-founder James Watt’s chocolate Labrador, Bracken, the original ‘brew dog’.</li>\n</ul>\n<iframe src=\"https://player.vimeo.com/video/303087868\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h3>BrewDog co-founder James Watt said:</h3>\nFollowing the crazy success of our Liverpool bar team’s canine-friendly craft beer experiment, we wanted to refine a recipe to offer a delicious, refreshing beer for every dog who visits us nationwide. The result has been tried and tested and approved by our panel of pups, meaning the thousands of dogs that visit our bars each week can now get a taste, too.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets Cider target millennials with a new drink</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/\">Nelson to exhibit at Casual Dining Show 2019</a></li>\n</ul>','BrewDog has today launched its first bespoke craft beer for dogs, Subwoofer IPA','','inherit','closed','closed','','3450-autosave-v1','','','2018-11-29 11:42:09','2018-11-29 11:42:09','',3450,'https://www.ontradeprogress.com/2018/11/29/3450-autosave-v1/',0,'revision','',0),(3464,1,'2018-11-29 11:42:28','2018-11-29 11:42:28','<h1>Independent craft brewer, <a href=\"https://www.brewdog.com/\" target=\"_blank\" rel=\"noopener\">BrewDog</a> has today announced the launch of its first bespoke craft beer for dogs, Subwoofer IPA. This is the first time brewery has created a beer for dogs using the same base ‘wort’ as it uses for its popular craft beers for humans, in order to create a brew specifically designed for man’s best friend.</h1>\r\n<ul>\r\n 	<li>Subwoofer IPA is an alcohol and hop-free, non-carbonated beer, containing canine-friendly B vitamins and probiotics beneficial for dogs. Packed with citrus overtones and a familiar malt backbone, the brew is perfect for all four-legged friends.</li>\r\n 	<li>The Subwoofer IPA concept was originally developed by the kitchen team at BrewDog’s bar team in Liverpool who launched a prototype beer for pups and saw a huge demand from the city’s dog-loving community, who flocked in droves and tripled the bar’s Sunday traffic.</li>\r\n 	<li>Dog owners can now buy a bottle of Subwoofer IPA for £2.50 across BrewDog’s network of 39 UK bars, as well as via its online shop at <a href=\"http://www.brewdog.com/shop\">www.brewdog.com/shop</a>.</li>\r\n 	<li>To launch the new pooch-friendly brew, on Sunday 2nd December BrewDog will be giving the first 20 dogs through the door of each UK BrewDog bar the chance to win a case of the dog-friendly Subwoofer IPA.</li>\r\n 	<li>In addition to the top prize up for grabs, each of the first 20 dogs will also be gifted a ‘doggy bag’, containing a bottle of Subwoofer IPA and dog treats.</li>\r\n 	<li>Since the success of the initial brew, BrewDog’s brewing team has been perfecting the recipe with an expert pet food consultant.</li>\r\n 	<li>Together, the teams conducted three rounds of tasting trials with 25 dogs to perfect the recipe and deliver maximum flavour for a pup’s palate. Each bottle of Subwoofer IPA has been carefully brewed with the same classic craft character of a BrewDog beer.</li>\r\n 	<li>Subwoofer IPA has been brewed from wort, the liquid created at the start of any brew, produced by heating malted barley grains with water or ‘brewing liquor’, and then blended with ingredients to make it suitable for canines.</li>\r\n 	<li>In addition to individual bottles of the new dog brew, which are available from today, BrewDog will be soon launching a two-pack containing a bottle of Subwoofer IPA and a bottle of its flagship beer Punk IPA, for dog owners to enjoy alongside their canine buddy.</li>\r\n 	<li>Dogs have always been integral to the BrewDog story. The brewery’s name was inspired by co-founder James Watt’s chocolate Labrador, Bracken, the original ‘brew dog’.</li>\r\n</ul>\r\n<iframe src=\"https://player.vimeo.com/video/303087868\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>BrewDog co-founder James Watt said:</h3>\r\nFollowing the crazy success of our Liverpool bar team’s canine-friendly craft beer experiment, we wanted to refine a recipe to offer a delicious, refreshing beer for every dog who visits us nationwide. The result has been tried and tested and approved by our panel of pups, meaning the thousands of dogs that visit our bars each week can now get a taste, too.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/\">BrewDog launches BrewDog Airlines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/\">Mallets Cider target millennials with a new drink</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/\">Nelson to exhibit at Casual Dining Show 2019</a></li>\r\n</ul>','BrewDog has today launched its first bespoke craft beer for dogs, Subwoofer IPA','','inherit','closed','closed','','3450-revision-v1','','','2018-11-29 11:42:28','2018-11-29 11:42:28','',3450,'https://www.ontradeprogress.com/2018/11/29/3450-revision-v1/',0,'revision','',0),(3465,1,'2018-11-29 11:43:41','2018-11-29 11:43:41','<h1>Where would the foodservice industry be without the committed individuals who work tirelessly for their organisations and trade associations?  The key ones you can always rely on, who go the extra mile, the ones you turn to when the chips are down.</h1>\r\nAt the <a href=\"http://www.cesa.org.uk/Home/ArtMID/927/ArticleID/632/CESA-80th-Anniversary-Conference-20\" target=\"_blank\" rel=\"noopener\">CESA Conference</a> 2018 the Association announced 19 winners of the Foodservice Industry Order of Merit, which recognised the selfless work of these people.  They represent a wide range of organisations, including trade associations, guilds and charities.  What they all have in common is their absolute dedication to their cause.\r\n\r\nGlenn Roberts, the outgoing chair of CESA, presented the awards during the Conference session on November 15th.  “Without their hard work our industry would be far poorer and weaker,” he said. “Their contribution and commitment is beyond value and we salute them.”\r\n<h2>The complete list of Order of Merit 2018 recipients is:</h2>\r\nAnthony Pender, British Institute of Innkeepers\r\n\r\nJohn Williams, Academy of Culinary Arts\r\n\r\nAndrew Crook, National Federation of Fish Friers (pictured)\r\n\r\nBob Fox, NCASS\r\n\r\nStuart McLeod, British Culinary Federation\r\n\r\nAndy Kemp, Arena\r\n\r\nKeith Breasley, ASSIST\r\n\r\nAndrew Bennett, Craft Guild of Chefs\r\n\r\nStewart McKenzie, Hospital Caterers Association\r\n\r\nWilliam Baxter, Hospitality Action\r\n\r\nRobin Sheppard, Institute of Hospitality\r\n\r\nMichael Hales, LACA\r\n\r\nNeel Radia, NACC\r\n\r\nMatthew White, TUCO\r\n\r\nNick Varney, UK Hospitality\r\n\r\nDon Hodgson (Master), Worshipful Company of Cooks\r\n\r\nHoward Porter, BEAMA\r\n\r\nMark Kendall, CEDA\r\n\r\nJulian Edwards, FSCI\r\n\r\nThe CESA Conference 2018, in association with Cedabond, ENSE and the FCSI, took place on Wednesday 14<sup>th</sup> and Thursday 15<sup>th</sup> November, at the De Vere Cotswold Water Park.\r\n\r\n<strong>The Catering Equipment Suppliers Association (CESA)</strong> is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.  For more information on CESA visit <a href=\"http://www.cesa.org.uk/\" target=\"_blank\" rel=\"noopener\">www.cesa.org.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality\'s reaction to ONS EU migration statistics</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/\">Hospitality businesses risk losing their apprenticeship fund</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog has launched beer for dogs</a></li>\r\n</ul>','CESA Conference salutes foodservice industry heroes','','inherit','closed','closed','','3460-revision-v1','','','2018-11-29 11:43:41','2018-11-29 11:43:41','',3460,'https://www.ontradeprogress.com/2018/11/29/3460-revision-v1/',0,'revision','',0),(3466,1,'2018-11-29 11:59:12','2018-11-29 11:59:12','<h1>Consumers on the go continue to put quick service and convenience at the top of their list of priorities and see the use of mobile devices as an excellent way to satisfy their ‘need for speed’.</h1>\r\nThose are the findings of the quarterly <a href=\"https://www.zonal.co.uk/press_releases/go-technology/\" target=\"_blank\" rel=\"noopener\">GO Technology</a> report, produced by Zonal and CGA, which tracks the tech habits of 5,000 UK adults.\r\n\r\nGO Technology first identified the speed of service as the number one issue for people dining and drinking out of their home in 2015.  And in 2018 nothing has changed with 72% of consumers claiming food not arriving fast enough is their number one frustration.\r\n\r\n[caption id=\"attachment_3467\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3467 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/waiter-492872_1280-300x200.jpg\" alt=\"continue to put quick service and convenience at the top of their list of priorities\" width=\"300\" height=\"200\" /> Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list[/caption]\r\n\r\nHowever, what has changed in just under three years, is that mobile payment and pre-order is now mainstream and available in thousands of outlets, with 36% of people saying speed is the main reason for using an app.\r\n\r\nZonal’s sales &amp; marketing director, Clive Consterdine, said: “Three years on, wait times are still a massive concern for diners, but it’s the speed of food delivery that really gets consumers choked. It is a frustration familiar to all age groups, particularly at lunchtimes when many are watching the clock as every second counts.\r\n\r\n“This is where integrated systems come into their own, because they can get serving and kitchen staff working in harmony to give customers what they want: great food served quickly and accurately.”\r\n\r\nThe topic of need for speed and how to deliver consumer expectation every step of their journey is re-explored in the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Zonal ‘Need For Speed’ report</a>.\r\n\r\n“There is no doubt that driven by consumer demand, technology is transforming the hospitality industry, added Clive.\r\n\r\n“The key to success is integration. Hospitality businesses generate a huge amount of customer data that can be put to good use, if it’s harnessed in the right way. However, when IT systems evolve over time, with websites, EPoS and reservations databases coming from different providers or using incompatible platforms, this leads to inefficiencies and silo thinking.\r\n\r\n“To deliver a seamless and efficient customer experience, it will be those businesses that embrace technology and unify their systems, so they can automate everyday interactions, that will be in a position to extend their competitive advantage.”\r\n\r\nZonal is the leading provider of integrated hospitality management solutions to over 16,000 leisure and hospitality businesses across the UK.  For almost 40 years, the company has been working closely with clients to enhance the customer experience through market-leading technology, experienced people and a partnership approach to business.\r\n\r\nClick on the link to download your copy of the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Need For Speed report</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA Conference awards 2018</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reacts to ONS EU migration</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches beer for dogs</a></li>\r\n</ul>','Consumers still hate to wait when eating out','','publish','closed','open','','hospitality-businesses-need-speed','','https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\nhttps://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/','2018-11-29 12:02:52','2018-11-29 12:02:52','',0,'https://www.ontradeprogress.com/?p=3466',0,'post','',0),(3467,1,'2018-11-29 11:55:12','2018-11-29 11:55:12','','Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list','Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list','inherit','closed','closed','','waiter-492872_1280','','','2018-11-29 11:57:08','2018-11-29 11:57:08','',3466,'https://www.ontradeprogress.com/wp-content/uploads/2018/11/waiter-492872_1280.jpg',0,'attachment','image/jpeg',0),(3468,1,'2018-11-29 11:59:12','2018-11-29 11:59:12','<h1>Consumers on the go continue to put quick service and convenience at the top of their list of priorities and see the use of mobile devices as an excellent way to satisfy their ‘need for speed’.</h1>\r\nThose are the findings of the quarterly GO Technology report, produced by Zonal and CGA, which tracks the tech habits of 5,000 UK adults.\r\n\r\nGO Technology first identified the speed of service as the number one issue for people dining and drinking out of their home in 2015.  And in 2018 nothing has changed with 72% of consumers claiming food not arriving fast enough is their number one frustration.\r\n\r\n[caption id=\"attachment_3467\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3467 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/waiter-492872_1280-300x200.jpg\" alt=\"continue to put quick service and convenience at the top of their list of priorities\" width=\"300\" height=\"200\" /> Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list[/caption]\r\n\r\nHowever, what has changed in just under three years, is that mobile payment and pre-order is now mainstream and available in thousands of outlets, with 36% of people saying speed is the main reason for using an app.\r\n\r\nZonal’s sales &amp; marketing director, Clive Consterdine, said: “Three years on, wait times are still a massive concern for diners, but it’s the speed of food delivery that really gets consumers choked. It is a frustration familiar to all age groups, particularly at lunchtimes when many are watching the clock as every second counts.\r\n\r\n“This is where integrated systems come into their own, because they can get serving and kitchen staff working in harmony to give customers what they want: great food served quickly and accurately.”\r\n\r\nThe topic of need for speed and how to deliver consumer expectation every step of their journey is re-explored in the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Zonal ‘Need For Speed’ report</a>.\r\n\r\n“There is no doubt that driven by consumer demand, technology is transforming the hospitality industry, added Clive.\r\n\r\n“The key to success is integration. Hospitality businesses generate a huge amount of customer data that can be put to good use, if it’s harnessed in the right way. However, when IT systems evolve over time, with websites, EPoS and reservations databases coming from different providers or using incompatible platforms, this leads to inefficiencies and silo thinking.\r\n\r\n“To deliver a seamless and efficient customer experience, it will be those businesses that embrace technology and unify their systems, so they can automate everyday interactions, that will be in a position to extend their competitive advantage.”\r\n\r\nZonal is the leading provider of integrated hospitality management solutions to over 16,000 leisure and hospitality businesses across the UK.  For almost 40 years, the company has been working closely with clients to enhance the customer experience through market-leading technology, experienced people and a partnership approach to business.\r\n\r\nClick on the link to download your copy of the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Need For Speed report</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA Conference awards 2018</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reacts to ONS EU migration</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches beer for dogs</a></li>\r\n</ul>','Consumers still hate to wait when eating out','','inherit','closed','closed','','3466-revision-v1','','','2018-11-29 11:59:12','2018-11-29 11:59:12','',3466,'https://www.ontradeprogress.com/2018/11/29/3466-revision-v1/',0,'revision','',0),(3469,1,'2018-11-29 11:59:36','2018-11-29 11:59:36','<h1>Consumers on the go continue to put quick service and convenience at the top of their list of priorities and see the use of mobile devices as an excellent way to satisfy their ‘need for speed’.</h1>\r\nThose are the findings of the quarterly GO Technology report, produced by Zonal and CGA, which tracks the tech habits of 5,000 UK adults.\r\n\r\nGO Technology first identified the speed of service as the number one issue for people dining and drinking out of their home in 2015.  And in 2018 nothing has changed with 72% of consumers claiming food not arriving fast enough is their number one frustration.\r\n\r\n[caption id=\"attachment_3467\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3467 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/waiter-492872_1280-300x200.jpg\" alt=\"continue to put quick service and convenience at the top of their list of priorities\" width=\"300\" height=\"200\" /> Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list[/caption]\r\n\r\nHowever, what has changed in just under three years, is that mobile payment and pre-order is now mainstream and available in thousands of outlets, with 36% of people saying speed is the main reason for using an app.\r\n\r\nZonal’s sales &amp; marketing director, Clive Consterdine, said: “Three years on, wait times are still a massive concern for diners, but it’s the speed of food delivery that really gets consumers choked. It is a frustration familiar to all age groups, particularly at lunchtimes when many are watching the clock as every second counts.\r\n\r\n“This is where integrated systems come into their own, because they can get serving and kitchen staff working in harmony to give customers what they want: great food served quickly and accurately.”\r\n\r\nThe topic of need for speed and how to deliver consumer expectation every step of their journey is re-explored in the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Zonal ‘Need For Speed’ report</a>.\r\n\r\n“There is no doubt that driven by consumer demand, technology is transforming the hospitality industry, added Clive.\r\n\r\n“The key to success is integration. Hospitality businesses generate a huge amount of customer data that can be put to good use, if it’s harnessed in the right way. However, when IT systems evolve over time, with websites, EPoS and reservations databases coming from different providers or using incompatible platforms, this leads to inefficiencies and silo thinking.\r\n\r\n“To deliver a seamless and efficient customer experience, it will be those businesses that embrace technology and unify their systems, so they can automate everyday interactions, that will be in a position to extend their competitive advantage.”\r\n\r\nZonal is the leading provider of integrated hospitality management solutions to over 16,000 leisure and hospitality businesses across the UK.  For almost 40 years, the company has been working closely with clients to enhance the customer experience through market-leading technology, experienced people and a partnership approach to business.\r\n\r\nClick on the link to download your copy of the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Need For Speed report</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA Conference awards 2018</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reacts to ONS EU migration</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches beer for dogs</a></li>\r\n</ul>','Consumers still hate to wait when eating out','','inherit','closed','closed','','3466-autosave-v1','','','2018-11-29 11:59:36','2018-11-29 11:59:36','',3466,'https://www.ontradeprogress.com/2018/11/29/3466-autosave-v1/',0,'revision','',0),(3470,1,'2018-11-29 12:02:52','2018-11-29 12:02:52','<h1>Consumers on the go continue to put quick service and convenience at the top of their list of priorities and see the use of mobile devices as an excellent way to satisfy their ‘need for speed’.</h1>\r\nThose are the findings of the quarterly <a href=\"https://www.zonal.co.uk/press_releases/go-technology/\" target=\"_blank\" rel=\"noopener\">GO Technology</a> report, produced by Zonal and CGA, which tracks the tech habits of 5,000 UK adults.\r\n\r\nGO Technology first identified the speed of service as the number one issue for people dining and drinking out of their home in 2015.  And in 2018 nothing has changed with 72% of consumers claiming food not arriving fast enough is their number one frustration.\r\n\r\n[caption id=\"attachment_3467\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3467 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/11/waiter-492872_1280-300x200.jpg\" alt=\"continue to put quick service and convenience at the top of their list of priorities\" width=\"300\" height=\"200\" /> Hospitality businesses must have the \'need for speed\' for their customers as they\'re to put quick service and convenience at the top of their list[/caption]\r\n\r\nHowever, what has changed in just under three years, is that mobile payment and pre-order is now mainstream and available in thousands of outlets, with 36% of people saying speed is the main reason for using an app.\r\n\r\nZonal’s sales &amp; marketing director, Clive Consterdine, said: “Three years on, wait times are still a massive concern for diners, but it’s the speed of food delivery that really gets consumers choked. It is a frustration familiar to all age groups, particularly at lunchtimes when many are watching the clock as every second counts.\r\n\r\n“This is where integrated systems come into their own, because they can get serving and kitchen staff working in harmony to give customers what they want: great food served quickly and accurately.”\r\n\r\nThe topic of need for speed and how to deliver consumer expectation every step of their journey is re-explored in the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Zonal ‘Need For Speed’ report</a>.\r\n\r\n“There is no doubt that driven by consumer demand, technology is transforming the hospitality industry, added Clive.\r\n\r\n“The key to success is integration. Hospitality businesses generate a huge amount of customer data that can be put to good use, if it’s harnessed in the right way. However, when IT systems evolve over time, with websites, EPoS and reservations databases coming from different providers or using incompatible platforms, this leads to inefficiencies and silo thinking.\r\n\r\n“To deliver a seamless and efficient customer experience, it will be those businesses that embrace technology and unify their systems, so they can automate everyday interactions, that will be in a position to extend their competitive advantage.”\r\n\r\nZonal is the leading provider of integrated hospitality management solutions to over 16,000 leisure and hospitality businesses across the UK.  For almost 40 years, the company has been working closely with clients to enhance the customer experience through market-leading technology, experienced people and a partnership approach to business.\r\n\r\nClick on the link to download your copy of the latest <a href=\"https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/\">Need For Speed report</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA Conference awards 2018</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reacts to ONS EU migration</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/\">BrewDog launches beer for dogs</a></li>\r\n</ul>','Consumers still hate to wait when eating out','','inherit','closed','closed','','3466-revision-v1','','','2018-11-29 12:02:52','2018-11-29 12:02:52','',3466,'https://www.ontradeprogress.com/2018/11/29/3466-revision-v1/',0,'revision','',0),(3472,1,'2018-12-04 09:10:51','2018-12-04 09:10:51','<h1 style=\"text-align: left;\">Leading hospitality and leisure businesses will help tackle widespread anxiety over the cost of Christmas this year by rolling out the UK’s first ‘Get-Paid- As-You-Go’ flexible income service to 4,500 staff nationwide.</h1>\r\n<p style=\"text-align: left;\">Employees of David Lloyd and Big Easy are now able to access their earned income throughout the month, thanks to a joint-offering from technology providers <a href=\"http://www.fortek.com/\" target=\"_blank\" rel=\"noopener\">Fourth</a> and <a href=\"https://wagestream.co.uk/\" target=\"_blank\" rel=\"noopener\">Wagestream</a>. <span style=\"font-size: 14px;\">The roll-out means these workers will now be in complete control of their earned income and will be able to </span>withdraw pay they have earned up to that point, at any time during any month.</p>\r\n<p style=\"text-align: left;\">The new offering is provided by the UK’s leading hospitality and leisure technology provider Fourth, in an exclusive partnership with social impact startup Wagestream that puts workers back in control of their earnings. For the participating businesses, payments facilitated by Wagestream are deducted from the normal monthly pay cycle overseen by Fourth. This means there is no impact to the normal payroll process or company cash flow.</p>\r\n<p style=\"text-align: left;\">The new service comes at a critical time, with many workers feeling more anxious about spending and saving at this time of year. New research from Wagestream, surveying 1,500 UK workers, revealed that shift workers are hardest hit over the extended December-January pay cycle; 66% are unsure they’ll be able to cover the cost of Christmas. Most worryingly, 29% of shift workers don’t even know whether they’ll be paid before Christmas or in January – making it impossible to plan ahead for the Christmas cost crunch.</p>\r\n<p style=\"text-align: left;\">The majority (66%) of the workforce - and 90% of shift workers - said that with the power to access their earned income during the month, they would be able to avoid using loans or credit cards and getting into debt. Half (51%) of shift and freelance workers would also be motivated to pick up more shifts if they could access their income with more flexibility.</p>\r\nThe cost of Christmas means that many UK workers fall into heavy debt in December. Most of the nation expects to put £250 on credit cards, with shift workers expecting to borrow £100 on top of that for the festivities. This means that, on average, Brits spend four and a half months paying off Christmas debt, meaning they will only theoretically escape debt in May 2019.\r\n\r\nPeter Briffett, CEO and co-founder of Wagestream, added: “The data makes it clear: staff want more certainty and financial flexibility from their employers. This is a huge opportunity for British businesses: offering staff the ability to access earned income before late-January will help them avoid the ‘payday poverty’ cycle of overdrafts, credit cards and high-interest loans - improving employee wellbeing, productivity and retention in the process.”\r\n\r\nBen Hood, CEO at Fourth, added: “This is a challenging time of the year for many hospitality workers, with spending increasing and the gap between pay cycles widening. We’re delighted to have forward-thinking employers like David Lloyd and Big Easy embracing the new service. It’s a low-cost, low-risk, high-impact way to give employees the financial flexibility they need over this financially stressful festive period and beyond.”\r\n\r\nDavid Lloyd and Big Easy are now able to access their earned income throughout the <span style=\"font-size: 14px;\">month, thanks to a new joint-offering from technology providers Fourth and Wagestream.</span>\r\n\r\nLucy Jarvis, Reward &amp; HR Policy Manager at David Lloyd, said: “We were energised after meeting with Wagestream and understanding their partnership with Fourth - so much that we asked if they could turn a launch around in three weeks! They absolutely delivered this, and we continue to receive amazing service levels - I would recommend working with the Wagestream team to anyone!”\r\n\r\nThe impact for businesses providing the service is also proving significant. Businesses using the system have reported promising early results of a 10% increase in staff retention, 20% improvement in workforce productivity and a 100% increase in job applicants.\r\n\r\n<strong>To find out more about Fourth and Wagestream’s ‘Get Paid As You Go’ offering, visit:</strong>\r\n\r\n<a href=\"http://www-prod.fourth.com/en-gb/fourth-and-wagestream\" target=\"_blank\" rel=\"noopener\">http://www-prod.fourth.com/en-gb/fourth-and-wagestream</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\">Consumers still hate waiting when eating out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA salutes foodservice industry heroes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reaction to ONS EU migration stats</a></li>\r\n</ul>','Leading hospitality and leisure businesses will help widespread anxiety at Christmas','','publish','closed','open','','payg-christmas-anxiety','','https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\nhttps://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\nhttps://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/','2018-12-05 09:21:42','2018-12-05 09:21:42','',0,'https://www.ontradeprogress.com/?p=3472',0,'post','',0),(3473,1,'2018-12-04 08:42:43','2018-12-04 08:42:43','','Christmas','Leading hospitality and leisure businesses will help widespread anxiety Christmas','inherit','closed','closed','','christmas-3043681_1280','','','2018-12-04 08:44:54','2018-12-04 08:44:54','',3472,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/christmas-3043681_1280.jpg',0,'attachment','image/jpeg',0),(3474,1,'2018-12-04 08:51:47','2018-12-04 08:51:47','<h1 style=\"text-align: left;\">Leading hospitality and leisure businesses will help tackle widespread anxiety over the cost of Christmas this year by rolling out the UK’s first ‘Get-Paid- As-You-Go’ flexible income service to 4,500 staff nationwide.</h1>\r\n<p style=\"text-align: left;\">Employees of David Lloyd and Big Easy are now able to access their earned income throughout the month, thanks to a joint-offering from technology providers <a href=\"http://www.fortek.com/\" target=\"_blank\" rel=\"noopener\">Fourth</a> and <a href=\"https://wagestream.co.uk/\" target=\"_blank\" rel=\"noopener\">Wagestream</a>. <span style=\"font-size: 14px;\">The roll-out means these workers will now be in complete control of their earned income and will be able to </span>withdraw pay they have earned up to that point, at any time during any month.</p>\r\n<p style=\"text-align: left;\">The new offering is provided by the UK’s leading hospitality and leisure technology provider Fourth, in an exclusive partnership with social impact startup Wagestream that puts workers back in control of their earnings. For the participating businesses, payments facilitated by Wagestream are deducted from the normal monthly pay cycle overseen by Fourth. This means there is no impact to the normal payroll process or company cash flow.</p>\r\n<p style=\"text-align: left;\">The new service comes at a critical time, with many workers feeling more anxious about spending and saving at this time of year. New research from Wagestream, surveying 1,500 UK workers, revealed that shift workers are hardest hit over the extended December-January pay cycle; 66% are unsure they’ll be able to cover the cost of Christmas. Most worryingly, 29% of shift workers don’t even know whether they’ll be paid before Christmas or in January – making it impossible to plan ahead for the Christmas cost crunch.</p>\r\n<p style=\"text-align: left;\">The majority (66%) of the workforce - and 90% of shift workers - said that with the power to access their earned income during the month, they would be able to avoid using loans or credit cards and getting into debt. Half (51%) of shift and freelance workers would also be motivated to pick up more shifts if they could access their income with more flexibility.</p>\r\nThe cost of Christmas means that many UK workers fall into heavy debt in December. Most of the nation expects to put £250 on credit cards, with shift workers expecting to borrow £100 on top of that for the festivities. This means that, on average, Brits spend four and a half months paying off Christmas debt, meaning they will only theoretically escape debt in May 2019.\r\n\r\nPeter Briffett, CEO and co-founder of Wagestream, added: “The data makes it clear: staff want more certainty and financial flexibility from their employers. This is a huge opportunity for British businesses: offering staff the ability to access earned income before late-January will help them avoid the ‘payday poverty’ cycle of overdrafts, credit cards and high-interest loans - improving employee wellbeing, productivity and retention in the process.”\r\n\r\nBen Hood, CEO at Fourth, added: “This is a challenging time of the year for many hospitality workers, with spending increasing and the gap between pay cycles widening. We’re delighted to have forward-thinking employers like David Lloyd and Big Easy embracing the new service. It’s a low-cost, low-risk, high-impact way to give employees the financial flexibility they need over this financially stressful festive period and beyond.”\r\n\r\nDavid Lloyd and Big Easy are now able to access their earned income throughout the <span style=\"font-size: 14px;\">month, thanks to a new joint-offering from technology providers Fourth and Wagestream.</span>\r\n\r\nLucy Jarvis, Reward &amp; HR Policy Manager at David Lloyd, said: “We were energised after meeting with Wagestream and understanding their partnership with Fourth - so much that we asked if they could turn a launch around in three weeks! They absolutely delivered this, and we continue to receive amazing service levels - I would recommend working with the Wagestream team to anyone!”\r\n\r\nThe impact for businesses providing the service is also proving significant. Businesses using the system have reported promising early results of a 10% increase in staff retention, 20% improvement in workforce productivity and a 100% increase in job applicants.\r\n\r\n<strong>To find out more about Fourth and Wagestream’s ‘Get Paid As You Go’ offering, visit:</strong>\r\n\r\n<a href=\"http://www-prod.fourth.com/en-gb/fourth-and-wagestream\" target=\"_blank\" rel=\"noopener\">http://www-prod.fourth.com/en-gb/fourth-and-wagestream</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\">Consumers still hate waiting when eating out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA salutes foodservice industry heroes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reaction to ONS EU migration stats</a></li>\r\n</ul>','Leading hospitality and leisure businesses will help widespread anxiety Christmas','','inherit','closed','closed','','3472-revision-v1','','','2018-12-04 08:51:47','2018-12-04 08:51:47','',3472,'https://www.ontradeprogress.com/2018/12/04/3472-revision-v1/',0,'revision','',0),(3475,1,'2018-12-04 09:24:24','2018-12-04 09:24:24','<h1>Beer sales in the third quarter of 2018 were up 4.4% on the same period in 2017, according to the latest Beer Barometer sales data from the <a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">British Beer &amp; Pub Association</a>.</h1>\r\n<div class=\"o-grid u-pb-x5\">\r\n<div class=\"u-push-1/12 u-pull-1/12 u-push-2/12@withsidebar u-pull-2/12@withsidebar\">\r\n<div class=\"c-article u-spacing-x2 u-mb-x5\">\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Pubs (referred to as the On-Trade) in particular benefited from the much-needed boost, enjoying their first third-quarter growth in over 15 years, with sales increasing by 0.9 percentage points.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">This increase in sales was driven by the success of England at the World Cup, which saw the national team reach the semi-finals of the tournament, driving footfall in pubs where fans watched the games. It was also driven in part by the good weather over the summer months, which encouraged people to visit their local and enjoy the pub garden.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">In supermarkets and off-licences (referred to as the Off-Trade), beer sales in the third quarter of 2018 went up by 7.6% on the same period in 2017.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Although the World Cup was a welcome boost to pubs, it only comes around once every four years. This means pubs cannot rely on it for growth.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">To improve the long-term sales of beer and the viability of pubs, appropriate measures are required by the government. The Chancellor’s decision to freeze beer duty and cut business rates for thousands of pubs in his most recent Budget was a very welcome boost for the industry.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Uncertainty around Brexit, however, is a major concern for the brewing and pub sector. With consumers unsure of what the final outcome of Brexit will be, pubs have started to see customers tighten their purse strings at the bar. Clarity on the transition period from March 29<sup>th</sup>onwards and a strong steer on the future relationship with the EU is needed to reassure brewers, publicans and consumers alike.</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/payg-christmas-anxiety/\">Businesses will help widespread anxiety for Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\">Customers still hate to wait when eating out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA conference salutes foodservice industry</a></li>\r\n</ul>\r\n<div class=\"o-grid u-pb-x5\">\r\n<div class=\"u-push-1/12 u-pull-1/12 u-push-2/12@withsidebar u-pull-2/12@withsidebar\">\r\n<div class=\"c-article u-spacing-x2 u-mb-x5\">\r\n<h2 class=\"PressReleaseBodyText\"><b><span lang=\"EN-US\">Speaking on the Q3 2018 Beer Barometer, Brigid Simmonds, BBPA Chief Executive, said:</span></b></h2>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">“It’s certainly good to see that beer sales are doing better overall. England’s success at the World Cup and good weather undoubtedly helped.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">“The Chancellor’s decision in the Budget to freeze beer tax and lower business rates for thousands of pubs will make a huge difference to the viability of the sector moving forward, but Brexit looms large though and brewers and publicans alike need certainty. Clarity on the transition period from March 29<sup>th</sup>onwards and a strong steer on the future relationship with the EU would be a boost to the trade and beer sales. A no deal Brexit should be avoided at all costs.”</span></p>\r\n<a href=\"http://beerandpub.com/wp-content/uploads/2018/12/UK-Quarterly-Beer-Barometer-Q3-2018.xlsx\">UK Quarterly Beer Barometer Q3 2018</a>\r\n\r\n</div>\r\n</div>\r\n</div>','Beer sales grow, but sector needs certainty on Brexit, says BBPA ','','publish','closed','open','','beer-sales-grow-brexit-bbpa','','','2018-12-04 09:24:24','2018-12-04 09:24:24','',0,'https://www.ontradeprogress.com/?p=3475',0,'post','',0),(3476,1,'2018-12-04 09:15:06','2018-12-04 09:15:06','','Beer sales grow, but sector needs certainty on Brexit, says BBPA ','Beer sales grow, but sector needs certainty on Brexit, says BBPA ','inherit','closed','closed','','beer-3445988_1280','','','2018-12-04 09:15:15','2018-12-04 09:15:15','',3475,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/beer-3445988_1280.jpg',0,'attachment','image/jpeg',0),(3477,1,'2018-12-04 09:24:02','2018-12-04 09:24:02','<h1>Beer sales in the third quarter of 2018 were up 4.4% on the same period in 2017, according to the latest Beer Barometer sales data from the <a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">British Beer &amp; Pub Association</a>.</h1>\r\n<div class=\"o-grid u-pb-x5\">\r\n<div class=\"u-push-1/12 u-pull-1/12 u-push-2/12@withsidebar u-pull-2/12@withsidebar\">\r\n<div class=\"c-article u-spacing-x2 u-mb-x5\">\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Pubs (referred to as the On-Trade) in particular benefited from the much-needed boost, enjoying their first third-quarter growth in over 15 years, with sales increasing by 0.9 percentage points.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">This increase in sales was driven by the success of England at the World Cup, which saw the national team reach the semi-finals of the tournament, driving footfall in pubs where fans watched the games. It was also driven in part by the good weather over the summer months, which encouraged people to visit their local and enjoy the pub garden.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">In supermarkets and off-licences (referred to as the Off-Trade), beer sales in the third quarter of 2018 went up by 7.6% on the same period in 2017.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Although the World Cup was a welcome boost to pubs, it only comes around once every four years. This means pubs cannot rely on it for growth.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">To improve the long-term sales of beer and the viability of pubs, appropriate measures are required by the government. The Chancellor’s decision to freeze beer duty and cut business rates for thousands of pubs in his most recent Budget was a very welcome boost for the industry.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Uncertainty around Brexit, however, is a major concern for the brewing and pub sector. With consumers unsure of what the final outcome of Brexit will be, pubs have started to see customers tighten their purse strings at the bar. Clarity on the transition period from March 29<sup>th</sup>onwards and a strong steer on the future relationship with the EU is needed to reassure brewers, publicans and consumers alike.</span></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/payg-christmas-anxiety/\">Businesses will help widespread anxiety for Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\">Customers still hate to wait when eating out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA conference salutes foodservice industry</a></li>\r\n</ul>\r\n<div class=\"o-grid u-pb-x5\">\r\n<div class=\"u-push-1/12 u-pull-1/12 u-push-2/12@withsidebar u-pull-2/12@withsidebar\">\r\n<div class=\"c-article u-spacing-x2 u-mb-x5\">\r\n<h2 class=\"PressReleaseBodyText\"><b><span lang=\"EN-US\">Speaking on the Q3 2018 Beer Barometer, Brigid Simmonds, BBPA Chief Executive, said:</span></b></h2>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">“It’s certainly good to see that beer sales are doing better overall. England’s success at the World Cup and good weather undoubtedly helped.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">“The Chancellor’s decision in the Budget to freeze beer tax and lower business rates for thousands of pubs will make a huge difference to the viability of the sector moving forward, but Brexit looms large though and brewers and publicans alike need certainty. Clarity on the transition period from March 29<sup>th</sup>onwards and a strong steer on the future relationship with the EU would be a boost to the trade and beer sales. A no deal Brexit should be avoided at all costs.”</span></p>\r\n<a href=\"http://beerandpub.com/wp-content/uploads/2018/12/UK-Quarterly-Beer-Barometer-Q3-2018.xlsx\">UK Quarterly Beer Barometer Q3 2018</a>\r\n\r\n</div>\r\n</div>\r\n</div>','Beer sales grow, but sector needs certainty on Brexit, says BBPA ','','inherit','closed','closed','','3475-revision-v1','','','2018-12-04 09:24:02','2018-12-04 09:24:02','',3475,'https://www.ontradeprogress.com/2018/12/04/3475-revision-v1/',0,'revision','',0),(3478,1,'2018-12-05 08:35:33','2018-12-05 08:35:33','<h1>Alcohol education charity <a href=\"https://www.drinkaware.co.uk/\" target=\"_blank\" rel=\"noopener\">Drinkaware</a> is supporting Network Rail ahead of the festive season, by delivering training sessions to <a href=\"https://www.networkrail.co.uk/\" target=\"_blank\" rel=\"noopener\">staff</a> at some of the country’s busiest rail stations, equipping them to recognise and support people who may be vulnerable after drinking alcohol.</h1>\r\nThe training is part of Network Rail’s response to a 17% increase in the number of alcohol-related incidents reported on the railway in December 2017¹.  They are urging festive party-goers to look after themselves, friends and colleagues when travelling on the railway, and are working with British Transport Police to hold alcohol awareness events at rail stations across the country, encouraging revellers to be a ‘First Class Mate’ and look out for those making their way home by train after one drink too many.\r\n\r\nThe Drinkaware training for Network Rail staff will include key elements of the Drinkaware Crew scheme and the Alcohol Vulnerability Awareness e-learning programme, which were both designed to give customer-facing staff the skills and knowledge to identify alcohol-related vulnerability and support customers at risk from harm. The training will take place at Birmingham New Street, Leeds, London St Pancras, London Bridge, London Victoria and Glasgow stations.\r\n\r\nElaine Hindal, Drinkaware Chief Executive said: “Christmas is a time when many people find themselves drinking more than they normally would.\r\n\r\n“That’s why it’s vital that we all look after ourselves and each other on a night out and why we are delighted to be working with Network Rail on this important campaign.\r\n\r\n“Drinkaware’s vulnerability training and Drinkaware Crew scheme are designed to equip employees to provide support to people on nights out and have been successful in helping organisations reduce alcohol-related harm across the UK.\r\n\r\n“No one is saying that people shouldn’t go out and have fun over Christmas. For those who choose to drink, we recommend keeping the Chief Medical Advisers’ low-risk drinking guidelines of 14 units per week in mind, staying warm, staying safe and looking after yourself and your friends.”\r\n\r\n&nbsp;\r\n\r\nAllan Spence, head of public and passenger safety at Network Rail, explains: “We want everyone to have fun and enjoy themselves over the festive period, but after a few drinks people often take greater risks, which can frequently lead to people getting hurt or even killed. We are urging passengers to take care of themselves and their friends and not let drink be the cause of bad decisions.”\r\n\r\nDrinkaware Crew was initially designed for bars and clubs with a 500+ capacity and has been activated in 21 areas across the country.  The training has also been adapted for other environments where people may be vulnerable after drinking too much, including the Splendour Festival in Nottingham in July and the ‘Pace Yourself Plus’ initiative developed with The Racecourse Association and implemented at a number of high-profile racing events this year.\r\n\r\n<strong>To find out more about the Network Rail campaign, go to <a href=\"http://www.networkrail.co.uk/firstclassmate\">www.networkrail.co.uk/firstclassmate</a></strong>\r\n\r\n<strong>24/11/2015 to 02/01/2016</strong> – 533 01A Violence offences recorded as having been committed ‘in station’ in England, Scotland and Wales; 83 offences flagged as ‘alcohol-related’\r\n\r\n<strong>24/11/2016 to 02/01/2017</strong> – 673 01A Violence offences recorded as having been committed ‘in station’ in England, Scotland and Wales; 105 offences flagged as ‘alcohol-related’\r\n\r\n<strong>24/11/2017 to 02/01/2018</strong> – 785 01A Violence offences recorded as having been committed ‘in station’ in England, Scotland and Wales; 189 offences flagged as ‘alcohol-related’\r\n\r\n<strong>Data provided by British Transport Police</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\" target=\"_blank\" rel=\"noopener\">Beer sales grew but sector needs clarification on Brexit - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/payg-christmas-anxiety/\" target=\"_blank\" rel=\"noopener\">Leading hospitality and leisure businesses will help widespread anxiety at Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\" target=\"_blank\" rel=\"noopener\">Consumers hate to wait</a></li>\r\n</ul>','Drinkaware to train Network Rail staff ahead of festive season','','publish','closed','open','','drinkaware-train-network-rail-staff','','\nhttps://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/','2018-12-05 08:35:49','2018-12-05 08:35:49','',0,'https://www.ontradeprogress.com/?p=3478',0,'post','',0),(3479,1,'2018-12-05 08:30:45','2018-12-05 08:30:45','','Drinkaware to train Network Rail staff ahead of festive season','Drinkaware to train Network Rail staff ahead of festive season','inherit','closed','closed','','station-839208_1280','','','2018-12-05 08:31:02','2018-12-05 08:31:02','',3478,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/station-839208_1280.jpg',0,'attachment','image/jpeg',0),(3480,1,'2018-12-05 08:35:01','2018-12-05 08:35:01','<h1>Alcohol education charity <a href=\"https://www.drinkaware.co.uk/\" target=\"_blank\" rel=\"noopener\">Drinkaware</a> is supporting Network Rail ahead of the festive season, by delivering training sessions to <a href=\"https://www.networkrail.co.uk/\" target=\"_blank\" rel=\"noopener\">staff</a> at some of the country’s busiest rail stations, equipping them to recognise and support people who may be vulnerable after drinking alcohol.</h1>\r\nThe training is part of Network Rail’s response to a 17% increase in the number of alcohol-related incidents reported on the railway in December 2017¹.  They are urging festive party-goers to look after themselves, friends and colleagues when travelling on the railway, and are working with British Transport Police to hold alcohol awareness events at rail stations across the country, encouraging revellers to be a ‘First Class Mate’ and look out for those making their way home by train after one drink too many.\r\n\r\nThe Drinkaware training for Network Rail staff will include key elements of the Drinkaware Crew scheme and the Alcohol Vulnerability Awareness e-learning programme, which were both designed to give customer-facing staff the skills and knowledge to identify alcohol-related vulnerability and support customers at risk from harm. The training will take place at Birmingham New Street, Leeds, London St Pancras, London Bridge, London Victoria and Glasgow stations.\r\n\r\nElaine Hindal, Drinkaware Chief Executive said: “Christmas is a time when many people find themselves drinking more than they normally would.\r\n\r\n“That’s why it’s vital that we all look after ourselves and each other on a night out and why we are delighted to be working with Network Rail on this important campaign.\r\n\r\n“Drinkaware’s vulnerability training and Drinkaware Crew scheme are designed to equip employees to provide support to people on nights out and have been successful in helping organisations reduce alcohol-related harm across the UK.\r\n\r\n“No one is saying that people shouldn’t go out and have fun over Christmas. For those who choose to drink, we recommend keeping the Chief Medical Advisers’ low-risk drinking guidelines of 14 units per week in mind, staying warm, staying safe and looking after yourself and your friends.”\r\n\r\n&nbsp;\r\n\r\nAllan Spence, head of public and passenger safety at Network Rail, explains: “We want everyone to have fun and enjoy themselves over the festive period, but after a few drinks people often take greater risks, which can frequently lead to people getting hurt or even killed. We are urging passengers to take care of themselves and their friends and not let drink be the cause of bad decisions.”\r\n\r\nDrinkaware Crew was initially designed for bars and clubs with a 500+ capacity and has been activated in 21 areas across the country.  The training has also been adapted for other environments where people may be vulnerable after drinking too much, including the Splendour Festival in Nottingham in July and the ‘Pace Yourself Plus’ initiative developed with The Racecourse Association and implemented at a number of high-profile racing events this year.\r\n\r\n<strong>To find out more about the Network Rail campaign, go to <a href=\"http://www.networkrail.co.uk/firstclassmate\">www.networkrail.co.uk/firstclassmate</a></strong>\r\n\r\n<strong>24/11/2015 to 02/01/2016</strong> – 533 01A Violence offences recorded as having been committed ‘in station’ in England, Scotland and Wales; 83 offences flagged as ‘alcohol-related’\r\n\r\n<strong>24/11/2016 to 02/01/2017</strong> – 673 01A Violence offences recorded as having been committed ‘in station’ in England, Scotland and Wales; 105 offences flagged as ‘alcohol-related’\r\n\r\n<strong>24/11/2017 to 02/01/2018</strong> – 785 01A Violence offences recorded as having been committed ‘in station’ in England, Scotland and Wales; 189 offences flagged as ‘alcohol-related’\r\n\r\n<strong>Data provided by British Transport Police</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\" target=\"_blank\" rel=\"noopener\">Beer sales grew but sector needs clarification on Brexit - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/payg-christmas-anxiety/\" target=\"_blank\" rel=\"noopener\">Leading hospitality and leisure businesses will help widespread anxiety at Christmas</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\" target=\"_blank\" rel=\"noopener\">Consumers hate to wait</a></li>\r\n</ul>','Drinkaware to train Network Rail staff ahead of festive season','','inherit','closed','closed','','3478-revision-v1','','','2018-12-05 08:35:01','2018-12-05 08:35:01','',3478,'https://www.ontradeprogress.com/2018/12/05/3478-revision-v1/',0,'revision','',0),(3481,1,'2018-12-05 08:52:53','2018-12-05 08:52:53','<h1>STRYYK™, the zero-proof spirits brand which launched this summer, is introducing STRYYK NOT VODKA to its portfolio which currently includes STRYYK <a href=\"https://www.stryyk.com/\" target=\"_blank\" rel=\"noopener\">NOT GIN</a> and STRYYK NOT RUM.</h1>\r\nAvailable from this month, STRYYK NOT VODKA has undergone a rigorous development process to ensure it delivers on flavour and has taken inspiration from its alcoholic counterpart. Distilled and bottled in the UK, STRYYK NOT VODKA is crystal clear in appearance and features cucumber and menthol notes with a sweet, wheaty undertone and hints of coriander. On the palate, it delivers a spicy, peppery warming finish. It is 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\n“Latest figures* show that one in three people aged 16-24 never drink alcohol and those who do drink less so with so many consumers now choosing to stay sober, it is important for pubs and bars to review their non-alcoholic offerings,” explains Alex Carlton, Elegantly Spirited CEO.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\" target=\"_blank\" rel=\"noopener\">Drinkaware to train National Rail staff</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\" target=\"_blank\" rel=\"noopener\">Beer sales grow, but sector needs certainty - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\" target=\"_blank\" rel=\"noopener\">Customers hate to wait when eating out</a></li>\r\n</ul>\r\n“We are committed to offering the best tasting zero-proof spirits to enable the trade to deliver flavour-driven, credible and stylish no and low alcohol serves for the growing number of consumers looking to limit their alcohol consumption.”\r\n\r\n“STRYYK NOT VODKA is available in time for the key Christmas period to enable non-drinkers or designated drivers to enjoy the festivities,” adds Carlton. “It is also perfectly timed for the new year when many consumers overhaul their lifestyles and limit their alcohol intake.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply STRYYK an old favourite like a V&amp;T to create a STRYYK NOT VODKA &amp; Tonic or use the new zero-proof spirit as the base for a new serve. With the growing interest in low as well as non-alcoholic drinks, STRYYK can also be swapped in to reduce abv levels.\r\n\r\nThe STRYYK range is currently listed in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group, The Ministry Creative Workspace, Notes Coffee Bar, The Botanist and St Pancras Renaissance Hotel, demonstrating the broad appeal and opportunity for this disruptive innovation.','STRYYK™, the zero-proof spirits brand which launched this summer','','publish','closed','open','','stryyk-not-vodka-launched','','https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\nhttps://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/','2018-12-05 09:58:44','2018-12-05 09:58:44','',0,'https://www.ontradeprogress.com/?p=3481',0,'post','',0),(3482,1,'2018-12-05 08:39:05','2018-12-05 08:39:05','STRYYK™, the zero-proof spirits brand which launched this summer, is introducing STRYYK NOT VODKA to its portfolio which currently includes STRYYK NOT GIN and STRYYK NOT RUM.\r\n\r\n&nbsp;\r\n\r\nAvailable from this month, STRYYK NOT VODKA has undergone a rigorous development process to ensure it delivers on flavour and has taken inspiration from its alcoholic counterpart. Distilled and bottled in the UK, STRYYK NOT VODKA is crystal clear in appearance and features cucumber and menthol notes with a sweet, wheaty undertone and hints of coriander. On the palate, it delivers a spicy, peppery warming finish. It is 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\n“Latest figures* show that one in three people aged 16-24 never drink alcohol and those who do drink less so with so many consumers now choosing to stay sober, it is important for pubs and bars to review their non-alcoholic offerings,” explains Alex Carlton, Elegantly Spirited CEO.\r\n\r\n“We are committed to offering the best tasting zero-proof spirits to enable the trade to deliver flavour-driven, credible and stylish no and low alcohol serves for the growing number of consumers looking to limit their alcohol consumption.”\r\n\r\n“STRYYK NOT VODKA is available in time for the key Christmas period to enable non-drinkers or designated drivers to enjoy the festivities,” adds Carlton. “It is also perfectly timed for the new year when many consumers overhaul their lifestyles and limit their alcohol intake.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply STRYYK an old favourite like a V&amp;T to create a STRYYK NOT VODKA &amp; Tonic or use the new zero-proof spirit as the base for a new serve. With the growing interest in low as well as non-alcoholic drinks, STRYYK can also be swapped in to reduce abv levels.\r\n\r\nThe STRYYK range is currently listed in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group, The Ministry Creative Workspace, Notes Coffee Bar, The Botanist and St Pancras Renaissance Hotel, demonstrating the broad appeal and opportunity for this disruptive innovation.','','','inherit','closed','closed','','3481-revision-v1','','','2018-12-05 08:39:05','2018-12-05 08:39:05','',3481,'https://www.ontradeprogress.com/2018/12/05/3481-revision-v1/',0,'revision','',0),(3483,1,'2018-12-05 08:39:26','2018-12-05 08:39:26','STRYYK™, the zero-proof spirits brand which launched this summer, is introducing STRYYK NOT VODKA to its portfolio which currently includes STRYYK NOT GIN and STRYYK NOT RUM.\r\n\r\nAvailable from this month, STRYYK NOT VODKA has undergone a rigorous development process to ensure it delivers on flavour and has taken inspiration from its alcoholic counterpart. Distilled and bottled in the UK, STRYYK NOT VODKA is crystal clear in appearance and features cucumber and menthol notes with a sweet, wheaty undertone and hints of coriander. On the palate, it delivers a spicy, peppery warming finish. It is 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\n“Latest figures* show that one in three people aged 16-24 never drink alcohol and those who do drink less so with so many consumers now choosing to stay sober, it is important for pubs and bars to review their non-alcoholic offerings,” explains Alex Carlton, Elegantly Spirited CEO.\r\n\r\n“We are committed to offering the best tasting zero-proof spirits to enable the trade to deliver flavour-driven, credible and stylish no and low alcohol serves for the growing number of consumers looking to limit their alcohol consumption.”\r\n\r\n“STRYYK NOT VODKA is available in time for the key Christmas period to enable non-drinkers or designated drivers to enjoy the festivities,” adds Carlton. “It is also perfectly timed for the new year when many consumers overhaul their lifestyles and limit their alcohol intake.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply STRYYK an old favourite like a V&amp;T to create a STRYYK NOT VODKA &amp; Tonic or use the new zero-proof spirit as the base for a new serve. With the growing interest in low as well as non-alcoholic drinks, STRYYK can also be swapped in to reduce abv levels.\r\n\r\nThe STRYYK range is currently listed in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group, The Ministry Creative Workspace, Notes Coffee Bar, The Botanist and St Pancras Renaissance Hotel, demonstrating the broad appeal and opportunity for this disruptive innovation.','','','inherit','closed','closed','','3481-revision-v1','','','2018-12-05 08:39:26','2018-12-05 08:39:26','',3481,'https://www.ontradeprogress.com/2018/12/05/3481-revision-v1/',0,'revision','',0),(3484,1,'2018-12-05 08:49:48','2018-12-05 08:49:48','','STRYYK NOT VODKA is the new drink to go with their rum & gin range','STRYYK NOT VODKA is the new drink to go with their rum & gin range','inherit','closed','closed','','image002-3','','','2018-12-05 08:50:10','2018-12-05 08:50:10','',3481,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/image002.jpg',0,'attachment','image/jpeg',0),(3485,1,'2018-12-05 08:52:28','2018-12-05 08:52:28','<h1>STRYYK™, the zero-proof spirits brand which launched this summer, is introducing STRYYK NOT VODKA to its portfolio which currently includes STRYYK <a href=\"https://www.stryyk.com/\" target=\"_blank\" rel=\"noopener\">NOT GIN</a> and STRYYK NOT RUM.</h1>\r\nAvailable from this month, STRYYK NOT VODKA has undergone a rigorous development process to ensure it delivers on flavour and has taken inspiration from its alcoholic counterpart. Distilled and bottled in the UK, STRYYK NOT VODKA is crystal clear in appearance and features cucumber and menthol notes with a sweet, wheaty undertone and hints of coriander. On the palate, it delivers a spicy, peppery warming finish. It is 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\n“Latest figures* show that one in three people aged 16-24 never drink alcohol and those who do drink less so with so many consumers now choosing to stay sober, it is important for pubs and bars to review their non-alcoholic offerings,” explains Alex Carlton, Elegantly Spirited CEO.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\" target=\"_blank\" rel=\"noopener\">Drinkaware to train National Rail staff</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\" target=\"_blank\" rel=\"noopener\">Beer sales grow, but sector needs certainty - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\" target=\"_blank\" rel=\"noopener\">Customers hate to wait when eating out</a></li>\r\n</ul>\r\n“We are committed to offering the best tasting zero-proof spirits to enable the trade to deliver flavour-driven, credible and stylish no and low alcohol serves for the growing number of consumers looking to limit their alcohol consumption.”\r\n\r\n“STRYYK NOT VODKA is available in time for the key Christmas period to enable non-drinkers or designated drivers to enjoy the festivities,” adds Carlton. “It is also perfectly timed for the new year when many consumers overhaul their lifestyles and limit their alcohol intake.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply STRYYK an old favourite like a V&amp;T to create a STRYYK NOT VODKA &amp; Tonic or use the new zero-proof spirit as the base for a new serve. With the growing interest in low as well as non-alcoholic drinks, STRYYK can also be swapped in to reduce abv levels.\r\n\r\nThe STRYYK range is currently listed in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group, The Ministry Creative Workspace, Notes Coffee Bar, The Botanist and St Pancras Renaissance Hotel, demonstrating the broad appeal and opportunity for this disruptive innovation.','STRYYK™, the zero-proof spirits brand which launched this summer','','inherit','closed','closed','','3481-revision-v1','','','2018-12-05 08:52:28','2018-12-05 08:52:28','',3481,'https://www.ontradeprogress.com/2018/12/05/3481-revision-v1/',0,'revision','',0),(3486,1,'2018-12-05 09:31:09','2018-12-05 09:31:09','<h1>Misty Isle Vodka is the newest member of the premium spirit family from Isle of Skye <a href=\"https://www.isleofskyedistillers.com/#\" target=\"_blank\" rel=\"noopener\">Distillers</a>, and the first vodka to be distilled on the island.</h1>\r\nTriple-distilled in small batches at 40% ABV, Misty Isle Vodka is crafted with crystal clear waters drawn from the Storr Lochs, just three miles from the distillery.\r\n\r\nMisty Isle Vodka has a light, refreshing taste, and is finished by hand to ensure a crisp, clean and smooth spirit. The bottles’ unique ridge design is inspired by the rugged landscape of the Cuillin Mountains, the landmark that directors Alistair and Thomas Wilson pass every day when delivering to customers on Skye.\r\n\r\nFounded in 2016 by brothers Alistair and Thomas, Isle of Skye Distillers is the first gin and vodka distillery on the Isle of Skye. The fourth bottling by Isle of Skye Distillers, Misty Isle Vodka follows the release of three small-batch gins: Misty Isle Gin, Tommy’s Gin and Misty Isle Mulled Christmas Gin.\r\n\r\n[caption id=\"attachment_3493\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3493\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Misty-Isle-Vodka-200x300.jpg\" alt=\"Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers\" width=\"200\" height=\"300\" /> Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers[/caption]\r\n\r\n<strong>Alistair Wilson, Managing Director at Isle of Skye Distillers, said</strong>:\r\n\r\n“It has been our ambition to create Skye’s very first vodka since we founded the distillery almost three years ago, and we’re delighted to announce its release.\r\n\r\n“While gin is our signature product, the launch of Misty Isle Vodka helps to show not only how diverse our small-batch distillery can be, but also the quality of the spirits which can be created with local botanicals harvested in Skye. Our distillation and filtering process makes Misty Isle Vodka less harsh than many traditional vodkas – it’s smooth enough to sip neat.\r\n\r\n“As with our Misty Isle Gin, provenance is everything to us. Every part of the production process for Misty Isle Vodka, from distilling right through to bottling and labelling, takes place in Portree.”\r\n\r\nRetailing at £30 per 70cl bottle, Misty Isle Vodka is available to buy directly from the Isle of Skye Distillers shop in Portree, and will shortly be available online at <a href=\"http://www.isleofskyedistillers.com/shop\">www.isleofskyedistillers.com/shop</a>\r\n\r\n<strong>For more information about Isle of Skye Distillers, please visit <a href=\"http://www.isleofskyedistillers.com\">www.isleofskyedistillers.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/\">STRYYK - the zero-proof spirits brand launched this summer</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\">Drinkaware to train Network Rail</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\">Beer sales grow, but sector needs certainty on Brexit - BBPA</a></li>\r\n</ul>','Isle of Skye Distillers launches Misty Isle Vodka','','publish','closed','open','','isle-of-skye-launches-misty-vodka','','https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\nhttps://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/','2018-12-05 12:36:36','2018-12-05 12:36:36','',0,'https://www.ontradeprogress.com/?p=3486',0,'post','',0),(3487,1,'2018-12-05 09:21:02','2018-12-05 09:21:02','<h1>Misty Isle Vodka is the newest member of the premium spirit family from Isle of Skye <a href=\"https://www.isleofskyedistillers.com/#\" target=\"_blank\" rel=\"noopener\">Distillers</a>, and the first vodka to be distilled on the island.</h1>\r\n&nbsp;\r\n\r\nTriple-distilled in small batches at 40% ABV, Misty Isle Vodka is crafted with crystal clear waters drawn from the Storr Lochs, just three miles from the distillery.\r\n\r\n&nbsp;\r\n\r\nMisty Isle Vodka has a light, refreshing taste, and is finished by hand to ensure a crisp, clean and smooth spirit. The bottles’ unique ridge design is inspired by the rugged landscape of the Cuillin Mountains, the landmark that directors Alistair and Thomas Wilson pass every day when delivering to customers on Skye.\r\n\r\n&nbsp;\r\n\r\nFounded in 2016 by brothers Alistair and Thomas, Isle of Skye Distillers is the first gin and vodka distillery on the Isle of Skye. The fourth bottling by Isle of Skye Distillers, Misty Isle Vodka follows the release of three small-batch gins: Misty Isle Gin, Tommy’s Gin and Misty Isle Mulled Christmas Gin.\r\n\r\n&nbsp;\r\n\r\nAlistair Wilson, Managing Director at Isle of Skye Distillers, said:\r\n\r\n&nbsp;\r\n\r\n“It has been our ambition to create Skye’s very first vodka since we founded the distillery almost three years ago, and we’re delighted to announce its release.\r\n\r\n&nbsp;\r\n\r\n“While gin is our signature product, the launch of Misty Isle Vodka helps show not only how diverse our small-batch distillery can be, but also the quality of the spirits which can be created with local botanicals harvested in Skye. Our distillation and filtering process makes Misty Isle Vodka less harsh than many traditional vodkas – it’s smooth enough to sip neat.\r\n\r\n&nbsp;\r\n\r\n“As with our Misty Isle Gin, provenance is everything to us. Every part of the production process for Misty Isle Vodka, from distilling right through to bottling and labelling, takes place in Portree.”\r\n\r\n&nbsp;\r\n\r\nRetailing at £30 per 70cl bottle, Misty Isle Vodka is available to buy directly from the Isle of Skye Distillers shop in Portree, and will shortly be available online at <a href=\"http://www.isleofskyedistillers.com/shop\">www.isleofskyedistillers.com/shop</a>\r\n\r\n&nbsp;\r\n\r\nFor more information about Isle of Skye Distillers, please visit <a href=\"http://www.isleofskyedistillers.com\">www.isleofskyedistillers.com</a>','Isle of Skye Distillers launches Misty Isle Vodka','','inherit','closed','closed','','3486-revision-v1','','','2018-12-05 09:21:02','2018-12-05 09:21:02','',3486,'https://www.ontradeprogress.com/2018/12/05/3486-revision-v1/',0,'revision','',0),(3488,1,'2018-12-05 09:21:25','2018-12-05 09:21:25','<h1 style=\"text-align: left;\">Leading hospitality and leisure businesses will help tackle widespread anxiety over the cost of Christmas this year by rolling out the UK’s first ‘Get-Paid- As-You-Go’ flexible income service to 4,500 staff nationwide.</h1>\r\n<p style=\"text-align: left;\">Employees of David Lloyd and Big Easy are now able to access their earned income throughout the month, thanks to a joint-offering from technology providers <a href=\"http://www.fortek.com/\" target=\"_blank\" rel=\"noopener\">Fourth</a> and <a href=\"https://wagestream.co.uk/\" target=\"_blank\" rel=\"noopener\">Wagestream</a>. <span style=\"font-size: 14px;\">The roll-out means these workers will now be in complete control of their earned income and will be able to </span>withdraw pay they have earned up to that point, at any time during any month.</p>\r\n<p style=\"text-align: left;\">The new offering is provided by the UK’s leading hospitality and leisure technology provider Fourth, in an exclusive partnership with social impact startup Wagestream that puts workers back in control of their earnings. For the participating businesses, payments facilitated by Wagestream are deducted from the normal monthly pay cycle overseen by Fourth. This means there is no impact to the normal payroll process or company cash flow.</p>\r\n<p style=\"text-align: left;\">The new service comes at a critical time, with many workers feeling more anxious about spending and saving at this time of year. New research from Wagestream, surveying 1,500 UK workers, revealed that shift workers are hardest hit over the extended December-January pay cycle; 66% are unsure they’ll be able to cover the cost of Christmas. Most worryingly, 29% of shift workers don’t even know whether they’ll be paid before Christmas or in January – making it impossible to plan ahead for the Christmas cost crunch.</p>\r\n<p style=\"text-align: left;\">The majority (66%) of the workforce - and 90% of shift workers - said that with the power to access their earned income during the month, they would be able to avoid using loans or credit cards and getting into debt. Half (51%) of shift and freelance workers would also be motivated to pick up more shifts if they could access their income with more flexibility.</p>\r\nThe cost of Christmas means that many UK workers fall into heavy debt in December. Most of the nation expects to put £250 on credit cards, with shift workers expecting to borrow £100 on top of that for the festivities. This means that, on average, Brits spend four and a half months paying off Christmas debt, meaning they will only theoretically escape debt in May 2019.\r\n\r\nPeter Briffett, CEO and co-founder of Wagestream, added: “The data makes it clear: staff want more certainty and financial flexibility from their employers. This is a huge opportunity for British businesses: offering staff the ability to access earned income before late-January will help them avoid the ‘payday poverty’ cycle of overdrafts, credit cards and high-interest loans - improving employee wellbeing, productivity and retention in the process.”\r\n\r\nBen Hood, CEO at Fourth, added: “This is a challenging time of the year for many hospitality workers, with spending increasing and the gap between pay cycles widening. We’re delighted to have forward-thinking employers like David Lloyd and Big Easy embracing the new service. It’s a low-cost, low-risk, high-impact way to give employees the financial flexibility they need over this financially stressful festive period and beyond.”\r\n\r\nDavid Lloyd and Big Easy are now able to access their earned income throughout the <span style=\"font-size: 14px;\">month, thanks to a new joint-offering from technology providers Fourth and Wagestream.</span>\r\n\r\nLucy Jarvis, Reward &amp; HR Policy Manager at David Lloyd, said: “We were energised after meeting with Wagestream and understanding their partnership with Fourth - so much that we asked if they could turn a launch around in three weeks! They absolutely delivered this, and we continue to receive amazing service levels - I would recommend working with the Wagestream team to anyone!”\r\n\r\nThe impact for businesses providing the service is also proving significant. Businesses using the system have reported promising early results of a 10% increase in staff retention, 20% improvement in workforce productivity and a 100% increase in job applicants.\r\n\r\n<strong>To find out more about Fourth and Wagestream’s ‘Get Paid As You Go’ offering, visit:</strong>\r\n\r\n<a href=\"http://www-prod.fourth.com/en-gb/fourth-and-wagestream\" target=\"_blank\" rel=\"noopener\">http://www-prod.fourth.com/en-gb/fourth-and-wagestream</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\">Consumers still hate waiting when eating out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/\">CESA salutes foodservice industry heroes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/\">UKHospitality reaction to ONS EU migration stats</a></li>\r\n</ul>','Leading hospitality and leisure businesses will help widespread anxiety at Christmas','','inherit','closed','closed','','3472-revision-v1','','','2018-12-05 09:21:25','2018-12-05 09:21:25','',3472,'https://www.ontradeprogress.com/2018/12/05/3472-revision-v1/',0,'revision','',0),(3491,1,'2018-12-05 09:22:35','2018-12-05 09:22:35','<h1>Misty Isle Vodka is the newest member of the premium spirit family from Isle of Skye <a href=\"https://www.isleofskyedistillers.com/#\" target=\"_blank\" rel=\"noopener\">Distillers</a>, and the first vodka to be distilled on the island.</h1>\r\n&nbsp;\r\n\r\nTriple-distilled in small batches at 40% ABV, Misty Isle Vodka is crafted with crystal clear waters drawn from the Storr Lochs, just three miles from the distillery.\r\n\r\n&nbsp;\r\n\r\nMisty Isle Vodka has a light, refreshing taste, and is finished by hand to ensure a crisp, clean and smooth spirit. The bottles’ unique ridge design is inspired by the rugged landscape of the Cuillin Mountains, the landmark that directors Alistair and Thomas Wilson pass every day when delivering to customers on Skye.\r\n\r\n&nbsp;\r\n\r\nFounded in 2016 by brothers Alistair and Thomas, Isle of Skye Distillers is the first gin and vodka distillery on the Isle of Skye. The fourth bottling by Isle of Skye Distillers, Misty Isle Vodka follows the release of three small-batch gins: Misty Isle Gin, Tommy’s Gin and Misty Isle Mulled Christmas Gin.\r\n\r\n&nbsp;\r\n\r\n<strong>Alistair Wilson, Managing Director at Isle of Skye Distillers, said</strong>:\r\n\r\n&nbsp;\r\n\r\n“It has been our ambition to create Skye’s very first vodka since we founded the distillery almost three years ago, and we’re delighted to announce its release.\r\n\r\n&nbsp;\r\n\r\n“While gin is our signature product, the launch of Misty Isle Vodka helps show not only how diverse our small-batch distillery can be, but also the quality of the spirits which can be created with local botanicals harvested in Skye. Our distillation and filtering process makes Misty Isle Vodka less harsh than many traditional vodkas – it’s smooth enough to sip neat.\r\n\r\n&nbsp;\r\n\r\n“As with our Misty Isle Gin, provenance is everything to us. Every part of the production process for Misty Isle Vodka, from distilling right through to bottling and labelling, takes place in Portree.”\r\n\r\n&nbsp;\r\n\r\nRetailing at £30 per 70cl bottle, Misty Isle Vodka is available to buy directly from the Isle of Skye Distillers shop in Portree, and will shortly be available online at <a href=\"http://www.isleofskyedistillers.com/shop\">www.isleofskyedistillers.com/shop</a>\r\n\r\n&nbsp;\r\n\r\nFor more information about Isle of Skye Distillers, please visit <a href=\"http://www.isleofskyedistillers.com\">www.isleofskyedistillers.com</a>','Isle of Skye Distillers launches Misty Isle Vodka','','inherit','closed','closed','','3486-revision-v1','','','2018-12-05 09:22:35','2018-12-05 09:22:35','',3486,'https://www.ontradeprogress.com/2018/12/05/3486-revision-v1/',0,'revision','',0),(3492,1,'2018-12-05 09:26:48','2018-12-05 09:26:48','','Isle of Skye Distillers - Thomas (left) and Alistair Wilson','Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers','inherit','closed','closed','','isle-of-skye-distillers-thomas-left-and-alistair-wilson','','','2018-12-05 09:28:21','2018-12-05 09:28:21','',3486,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Isle-of-Skye-Distillers-Thomas-left-and-Alistair-Wilson.jpg',0,'attachment','image/jpeg',0),(3493,1,'2018-12-05 09:28:39','2018-12-05 09:28:39','','Misty Isle Vodka','Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers','inherit','closed','closed','','misty-isle-vodka','','','2018-12-05 09:29:11','2018-12-05 09:29:11','',3486,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Misty-Isle-Vodka.jpg',0,'attachment','image/jpeg',0),(3494,1,'2018-12-05 09:30:50','2018-12-05 09:30:50','<h1>Misty Isle Vodka is the newest member of the premium spirit family from Isle of Skye <a href=\"https://www.isleofskyedistillers.com/#\" target=\"_blank\" rel=\"noopener\">Distillers</a>, and the first vodka to be distilled on the island.</h1>\r\nTriple-distilled in small batches at 40% ABV, Misty Isle Vodka is crafted with crystal clear waters drawn from the Storr Lochs, just three miles from the distillery.\r\n\r\nMisty Isle Vodka has a light, refreshing taste, and is finished by hand to ensure a crisp, clean and smooth spirit. The bottles’ unique ridge design is inspired by the rugged landscape of the Cuillin Mountains, the landmark that directors Alistair and Thomas Wilson pass every day when delivering to customers on Skye.\r\n\r\nFounded in 2016 by brothers Alistair and Thomas, Isle of Skye Distillers is the first gin and vodka distillery on the Isle of Skye. The fourth bottling by Isle of Skye Distillers, Misty Isle Vodka follows the release of three small-batch gins: Misty Isle Gin, Tommy’s Gin and Misty Isle Mulled Christmas Gin.\r\n\r\n[caption id=\"attachment_3493\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3493\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Misty-Isle-Vodka-200x300.jpg\" alt=\"Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers\" width=\"200\" height=\"300\" /> Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers[/caption]\r\n\r\n<strong>Alistair Wilson, Managing Director at Isle of Skye Distillers, said</strong>:\r\n\r\n“It has been our ambition to create Skye’s very first vodka since we founded the distillery almost three years ago, and we’re delighted to announce its release.\r\n\r\n“While gin is our signature product, the launch of Misty Isle Vodka helps show not only how diverse our small-batch distillery can be, but also the quality of the spirits which can be created with local botanicals harvested in Skye. Our distillation and filtering process makes Misty Isle Vodka less harsh than many traditional vodkas – it’s smooth enough to sip neat.\r\n\r\n“As with our Misty Isle Gin, provenance is everything to us. Every part of the production process for Misty Isle Vodka, from distilling right through to bottling and labelling, takes place in Portree.”\r\n\r\nRetailing at £30 per 70cl bottle, Misty Isle Vodka is available to buy directly from the Isle of Skye Distillers shop in Portree, and will shortly be available online at <a href=\"http://www.isleofskyedistillers.com/shop\">www.isleofskyedistillers.com/shop</a>\r\n\r\n<strong>For more information about Isle of Skye Distillers, please visit <a href=\"http://www.isleofskyedistillers.com\">www.isleofskyedistillers.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/\">STRYYK - the zero-proof spirits brand launched this summer</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\">Drinkaware to train Network Rail</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\">Beer sales grow, but sector needs certainty on Brexit - BBPA</a></li>\r\n</ul>','Isle of Skye Distillers launches Misty Isle Vodka','','inherit','closed','closed','','3486-revision-v1','','','2018-12-05 09:30:50','2018-12-05 09:30:50','',3486,'https://www.ontradeprogress.com/2018/12/05/3486-revision-v1/',0,'revision','',0),(3495,1,'2018-12-05 09:31:07','2018-12-05 09:31:07','<h1>Misty Isle Vodka is the newest member of the premium spirit family from Isle of Skye <a href=\"https://www.isleofskyedistillers.com/#\" target=\"_blank\" rel=\"noopener\">Distillers</a>, and the first vodka to be distilled on the island.</h1>\r\nTriple-distilled in small batches at 40% ABV, Misty Isle Vodka is crafted with crystal clear waters drawn from the Storr Lochs, just three miles from the distillery.\r\n\r\nMisty Isle Vodka has a light, refreshing taste, and is finished by hand to ensure a crisp, clean and smooth spirit. The bottles’ unique ridge design is inspired by the rugged landscape of the Cuillin Mountains, the landmark that directors Alistair and Thomas Wilson pass every day when delivering to customers on Skye.\r\n\r\nFounded in 2016 by brothers Alistair and Thomas, Isle of Skye Distillers is the first gin and vodka distillery on the Isle of Skye. The fourth bottling by Isle of Skye Distillers, Misty Isle Vodka follows the release of three small-batch gins: Misty Isle Gin, Tommy’s Gin and Misty Isle Mulled Christmas Gin.\r\n\r\n[caption id=\"attachment_3493\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3493\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Misty-Isle-Vodka-200x300.jpg\" alt=\"Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers\" width=\"200\" height=\"300\" /> Misty Isle Vodka is the newest member of the family from Isle of Skye Distillers[/caption]\r\n\r\n<strong>Alistair Wilson, Managing Director at Isle of Skye Distillers, said</strong>:\r\n\r\n“It has been our ambition to create Skye’s very first vodka since we founded the distillery almost three years ago, and we’re delighted to announce its release.\r\n\r\n“While gin is our signature product, the launch of Misty Isle Vodka helps to show not only how diverse our small-batch distillery can be, but also the quality of the spirits which can be created with local botanicals harvested in Skye. Our distillation and filtering process makes Misty Isle Vodka less harsh than many traditional vodkas – it’s smooth enough to sip neat.\r\n\r\n“As with our Misty Isle Gin, provenance is everything to us. Every part of the production process for Misty Isle Vodka, from distilling right through to bottling and labelling, takes place in Portree.”\r\n\r\nRetailing at £30 per 70cl bottle, Misty Isle Vodka is available to buy directly from the Isle of Skye Distillers shop in Portree, and will shortly be available online at <a href=\"http://www.isleofskyedistillers.com/shop\">www.isleofskyedistillers.com/shop</a>\r\n\r\n<strong>For more information about Isle of Skye Distillers, please visit <a href=\"http://www.isleofskyedistillers.com\">www.isleofskyedistillers.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/\">STRYYK - the zero-proof spirits brand launched this summer</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\">Drinkaware to train Network Rail</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\">Beer sales grow, but sector needs certainty on Brexit - BBPA</a></li>\r\n</ul>','Isle of Skye Distillers launches Misty Isle Vodka','','inherit','closed','closed','','3486-revision-v1','','','2018-12-05 09:31:07','2018-12-05 09:31:07','',3486,'https://www.ontradeprogress.com/2018/12/05/3486-revision-v1/',0,'revision','',0),(3496,1,'2018-12-05 12:36:41','2018-12-05 12:36:41','<h1><strong>UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship.</strong></h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: </strong>“Major international events like the 2021 Euros will give our hospitality venues a boost, particularly hotels in and around the host cities. The Euros will allow us to showcase England’s world-class hospitality and ability to host major events, which we know provide a boost to the wider economy, as well as giving domestic fans an opportunity to cheer on the England team.\r\n\r\n<strong>“It should also provide a measure of positivity and stability enabling venues to plan investment around the tournament and the expected influx of fans. The Government can, and should, capitalise on the tournament by using its national powers to deregulate licensing permissions during the tournament.</strong>\r\n\r\n<strong>“</strong>This will come at a critical time post-Brexit when we need to be encouraging more inward investment. As the Lionesses breeze through the group stage, conquer the knockouts and, ultimately, bring football home, we can secure the UK’s competitiveness as a major event venue and world leader in hospitality.”','Euro 2021 will provide welcome boost to hospitality','','publish','closed','open','','ukhospitality-england-womens','','','2018-12-05 12:36:41','2018-12-05 12:36:41','',0,'https://www.ontradeprogress.com/?p=3496',0,'post','',0),(3497,1,'2018-12-05 09:49:23','2018-12-05 09:49:23','','UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship','UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship','inherit','closed','closed','','england-euro-2021','','','2018-12-05 09:49:42','2018-12-05 09:49:42','',3496,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/england-euro-2021.jpg',0,'attachment','image/jpeg',0),(3498,1,'2018-12-05 09:49:45','2018-12-05 09:49:45','<h1><strong>UKHospitality has welcomed the news that England has won the right to host the UEFA 2021 Women’s European Championship.</strong></h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said: </strong>“Major international events like the 2021 Euros will give our hospitality venues a boost, particularly hotels in and around the host cities. The Euros will allow us to showcase England’s world-class hospitality and ability to host major events, which we know provide a boost to the wider economy, as well as giving domestic fans an opportunity to cheer on the England team.\r\n\r\n<strong>“It should also provide a measure of positivity and stability enabling venues to plan investment around the tournament and the expected influx of fans. The Government can, and should, capitalise on the tournament by using its national powers to deregulate licensing permissions during the tournament.</strong>\r\n\r\n<strong>“</strong>This will come at a critical time post-Brexit when we need to be encouraging more inward investment. As the Lionesses breeze through the group stage, conquer the knockouts and, ultimately, bring football home, we can secure the UK’s competitiveness as a major event venue and world leader in hospitality.”','Euro 2021 will provide welcome boost to hospitality','','inherit','closed','closed','','3496-revision-v1','','','2018-12-05 09:49:45','2018-12-05 09:49:45','',3496,'https://www.ontradeprogress.com/2018/12/05/3496-revision-v1/',0,'revision','',0),(3499,1,'2018-12-05 09:54:23','2018-12-05 09:54:23','','uefa-womens-euro','','inherit','closed','closed','','uefa-womens-euro','','','2018-12-05 09:54:23','2018-12-05 09:54:23','',3496,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/uefa-womens-euro.jpg',0,'attachment','image/jpeg',0),(3501,1,'2018-12-05 09:58:52','2018-12-05 09:58:52','<h1>STRYYK™, the zero-proof spirits brand which launched this summer, is introducing STRYYK NOT VODKA to its portfolio which currently includes STRYYK <a href=\"https://www.stryyk.com/\" target=\"_blank\" rel=\"noopener\">NOT GIN</a> and STRYYK NOT RUM.</h1>\r\nAvailable from this month, STRYYK NOT VODKA has undergone a rigorous development process to ensure it delivers on flavour and has taken inspiration from its alcoholic counterpart. Distilled and bottled in the UK, STRYYK NOT VODKA is crystal clear in appearance and features cucumber and menthol notes with a sweet, wheaty undertone and hints of coriander. On the palate, it delivers a spicy, peppery warming finish. It is 100% natural with no sugar, no fat, no carbs and no artificial flavours.\r\n\r\n“Latest figures* show that one in three people aged 16-24 never drink alcohol and those who do drink less so with so many consumers now choosing to stay sober, it is important for pubs and bars to review their non-alcoholic offerings,” explains Alex Carlton, Elegantly Spirited CEO.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/\" target=\"_blank\" rel=\"noopener\">Drinkaware to train National Rail staff</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/\" target=\"_blank\" rel=\"noopener\">Beer sales grow, but sector needs certainty - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/\" target=\"_blank\" rel=\"noopener\">Customers hate to wait when eating out</a></li>\r\n</ul>\r\n“We are committed to offering the best tasting zero-proof spirits to enable the trade to deliver flavour-driven, credible and stylish no and low alcohol serves for the growing number of consumers looking to limit their alcohol consumption.”\r\n\r\n“STRYYK NOT VODKA is available in time for the key Christmas period to enable non-drinkers or designated drivers to enjoy the festivities,” adds Carlton. “It is also perfectly timed for the new year when many consumers overhaul their lifestyles and limit their alcohol intake.”\r\n\r\nFor serve suggestions, licensees and bartenders can simply STRYYK an old favourite like a V&amp;T to create a STRYYK NOT VODKA &amp; Tonic or use the new zero-proof spirit as the base for a new serve. With the growing interest in low as well as non-alcoholic drinks, STRYYK can also be swapped in to reduce abv levels.\r\n\r\nThe STRYYK range is currently listed in a wide variety of top outlets including La Fromagerie, Nine Lives, Caravan Group, Bounce, Puttshack, Clos Maggiore, The Office Group, The Ministry Creative Workspace, Notes Coffee Bar, The Botanist and St Pancras Renaissance Hotel, demonstrating the broad appeal and opportunity for this disruptive innovation.','STRYYK™, the zero-proof spirits brand which launched this summer','','inherit','closed','closed','','3481-autosave-v1','','','2018-12-05 09:58:52','2018-12-05 09:58:52','',3481,'https://www.ontradeprogress.com/2018/12/05/3481-autosave-v1/',0,'revision','',0),(3502,1,'2018-12-05 09:58:27','2018-12-05 09:58:27','','STRYYK NOT VODKA is the new drink to go with their rum & gin range','STRYYK NOT VODKA is the new drink to go with their rum & gin range','inherit','closed','closed','','cocktails-731898_1280','','','2018-12-05 09:58:35','2018-12-05 09:58:35','',3481,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/cocktails-731898_1280.jpg',0,'attachment','image/jpeg',0),(3505,1,'2018-12-05 14:14:36','2018-12-05 14:14:36','<h1>The British Beer &amp; Pub Association has welcomed new research that shows UK brewers are amongst the biggest and best in Europe. However, the tax burden they face compared to their European counterparts is holding them back, it argues.</h1>\r\nThe new research, released by The Brewers of Europe, finds that the UK is one of the biggest producers of beer in Europe, brewing 4 billion litres of beer – equivalent to 10% of the total production in Europe<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>. This figure places the UK only behind Germany, which produces 9.3 billion litres of beer<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nAs well as being one of the leading brewing nations, UK drinkers also pay the most tax on their beer, stumping up almost 40% of all beer duty in Europe<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. The BBPA argues that this shows the growth potential the UK brewing sector has, and if taxation on beer in the UK was brought closer in line with that of Germany, it would see the sector grow even more. At present, beer duty in the UK on a pint of 5% ABV beer is 54 pence<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>. In Germany, the duty on the same pint would be just five pence<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe beer duty freezes put in place by the Chancellor in his two most recent Budgets help the UK’s brewing sector to grow and invest. Whilst the UK may be the second largest beer producer, in terms of per capita consumption it is way down on the list, and its on-trade and off-trade split is still healthy. Without doubt the great British pub still has an important part to play in this. To build on the UK brewing sectors’ leading position in Europe and catch-up with Germany, as well as to help pubs, the BBPA continues to ask for a cut or freeze to beer duty.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will welcome boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Isle of Skye Distillery launches misty vodka</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/\">STRYYK the zero-proof spirits brand which launched this summer</a></li>\r\n</ul>\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer and Pub Association, said:  </strong>\r\n\r\n“We should be proud that the UK is one of the biggest producers of beer in Europe, brewing 10% of all the beer produced. Considering that we pay some of the highest tax on beer in Europe, this is no mean feat.\r\n\r\n“The beer tax burden is harming UK brewers and holding back growth, as shown by the gap between the UK and Germany. Germany’s beer tax is approximately twelve times less than that of the UK and as a result, it brews over twice as much beer as us.\r\n\r\n“Recent freezes on beer duty by the Chancellor have been proven to support UK brewers’ growth, help pubs stay open and increase revenue for HMRC. It’s a no brainer to reduce beer duty, so let’s hope the Chancellor continues to recognise this.”\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> <strong>2018 edition of Beer Statistics, compiled from data collated by national brewers’ associations through surveys carried out by The Brewers of Europe and Eurostat. The full report (including charts and visuals) are available <a href=\"https://brewersofeurope.org/press/beerserveseurope2018/\">here</a> with the password: stats4press</strong>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> As above\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> BBPA data\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> As above\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> As above','UK brewers amongst biggest and best in Europe, but tax burden weighs heavily, says BBPA   ','','publish','closed','open','','uk-brewers-best-in-europe','','','2018-12-05 14:14:36','2018-12-05 14:14:36','',0,'https://www.ontradeprogress.com/?p=3505',0,'post','',0),(3506,1,'2018-12-05 14:02:05','2018-12-05 14:02:05','','UK brewers amongst the best in Europe, but tax burden holds them back','UK brewers amongst the best in Europe, but tax burden holds them back','inherit','closed','closed','','scotland-3569273_1280','','','2018-12-05 14:02:18','2018-12-05 14:02:18','',3505,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/scotland-3569273_1280.jpg',0,'attachment','image/jpeg',0),(3507,1,'2018-12-05 14:14:24','2018-12-05 14:14:24','<h1>The British Beer &amp; Pub Association has welcomed new research that shows UK brewers are amongst the biggest and best in Europe. However, the tax burden they face compared to their European counterparts is holding them back, it argues.</h1>\r\nThe new research, released by The Brewers of Europe, finds that the UK is one of the biggest producers of beer in Europe, brewing 4 billion litres of beer – equivalent to 10% of the total production in Europe<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>. This figure places the UK only behind Germany, which produces 9.3 billion litres of beer<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nAs well as being one of the leading brewing nations, UK drinkers also pay the most tax on their beer, stumping up almost 40% of all beer duty in Europe<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. The BBPA argues that this shows the growth potential the UK brewing sector has, and if taxation on beer in the UK was brought closer in line with that of Germany, it would see the sector grow even more. At present, beer duty in the UK on a pint of 5% ABV beer is 54 pence<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>. In Germany, the duty on the same pint would be just five pence<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>.\r\n\r\nThe beer duty freezes put in place by the Chancellor in his two most recent Budgets help the UK’s brewing sector to grow and invest. Whilst the UK may be the second largest beer producer, in terms of per capita consumption it is way down on the list, and its on-trade and off-trade split is still healthy. Without doubt the great British pub still has an important part to play in this. To build on the UK brewing sectors’ leading position in Europe and catch-up with Germany, as well as to help pubs, the BBPA continues to ask for a cut or freeze to beer duty.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will welcome boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Isle of Skye Distillery launches misty vodka</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/\">STRYYK the zero-proof spirits brand which launched this summer</a></li>\r\n</ul>\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer and Pub Association, said:  </strong>\r\n\r\n“We should be proud that the UK is one of the biggest producers of beer in Europe, brewing 10% of all the beer produced. Considering that we pay some of the highest tax on beer in Europe, this is no mean feat.\r\n\r\n“The beer tax burden is harming UK brewers and holding back growth, as shown by the gap between the UK and Germany. Germany’s beer tax is approximately twelve times less than that of the UK and as a result, it brews over twice as much beer as us.\r\n\r\n“Recent freezes on beer duty by the Chancellor have been proven to support UK brewers’ growth, help pubs stay open and increase revenue for HMRC. It’s a no brainer to reduce beer duty, so let’s hope the Chancellor continues to recognise this.”\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> <strong>2018 edition of Beer Statistics, compiled from data collated by national brewers’ associations through surveys carried out by The Brewers of Europe and Eurostat. The full report (including charts and visuals) are available <a href=\"https://brewersofeurope.org/press/beerserveseurope2018/\">here</a> with the password: stats4press</strong>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> As above\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> BBPA data\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a> As above\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a> As above','UK brewers amongst biggest and best in Europe, but tax burden weighs heavily, says BBPA   ','','inherit','closed','closed','','3505-revision-v1','','','2018-12-05 14:14:24','2018-12-05 14:14:24','',3505,'https://www.ontradeprogress.com/2018/12/05/3505-revision-v1/',0,'revision','',0),(3508,1,'2018-12-06 08:47:24','2018-12-06 08:47:24','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n[caption id=\"attachment_3514\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3514\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\" alt=\"Award triumphs for the exceptional Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Award triumphs for the exceptional Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”</span>\r\n\r\n[caption id=\"attachment_3513\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3513\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle-300x200.jpg\" alt=\"Mischief bottle Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Mischief bottle Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Judges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.</span>\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','publish','closed','open','','award-exceptional-salcombe-distilling','','https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\nhttps://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/','2018-12-06 09:42:54','2018-12-06 09:42:54','',0,'https://www.ontradeprogress.com/?p=3508',0,'post','',0),(3509,1,'2018-12-06 08:35:28','2018-12-06 08:35:28','','Salcombe Gin Awards 2018','','inherit','closed','closed','','salcombe-gin-awards-2018','','','2018-12-06 08:35:28','2018-12-06 08:35:28','',3508,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Salcombe-Gin-Awards-2018.zip',0,'attachment','application/zip',0),(3510,1,'2018-12-06 08:36:07','2018-12-06 08:36:07','','Howard Davies & Angus Lugsdin Salcombe Gin','','inherit','closed','closed','','howard-davies-angus-lugsdin-salcombe-gin','','','2018-12-06 08:36:07','2018-12-06 08:36:07','',3508,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Howard-Davies-Angus-Lugsdin-Salcombe-Gin.jpg',0,'attachment','image/jpeg',0),(3511,1,'2018-12-06 08:36:32','2018-12-06 08:36:32','','SALCOMBE_GIN_voyager serie','','inherit','closed','closed','','salcombe_gin_voyager-serie','','','2018-12-06 08:36:32','2018-12-06 08:36:32','',3508,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/SALCOMBE_GIN_voyager-serie.jpg',0,'attachment','image/jpeg',0),(3512,1,'2018-12-06 08:37:04','2018-12-06 08:37:04','','Award triumphs for the exceptional Salcombe Distilling Co.','Award triumphs for the exceptional Salcombe Distilling Co.','inherit','closed','closed','','sg-hix-cocktail','','','2018-12-06 08:38:35','2018-12-06 08:38:35','',3508,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-cocktail.jpg',0,'attachment','image/jpeg',0),(3513,1,'2018-12-06 08:37:32','2018-12-06 08:37:32','','Mischief bottle Salcombe Distilling Co.','Mischief bottle Salcombe Distilling Co.','inherit','closed','closed','','sg-hix-mischief-bottle','','','2018-12-06 08:46:28','2018-12-06 08:46:28','',3508,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle.jpg',0,'attachment','image/jpeg',0),(3514,1,'2018-12-06 08:38:10','2018-12-06 08:38:10','','The creation process - Mark Hix (Credit Really Good Media Company)','Award triumphs for the exceptional Salcombe Distilling Co.','inherit','closed','closed','','the-creation-process-mark-hix-credit-really-good-media-company','','','2018-12-06 08:45:58','2018-12-06 08:45:58','',3508,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company.jpg',0,'attachment','image/jpeg',0),(3515,1,'2018-12-06 08:45:32','2018-12-06 08:45:32','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”\r\n\r\nJudges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong></span>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','inherit','closed','closed','','3508-revision-v1','','','2018-12-06 08:45:32','2018-12-06 08:45:32','',3508,'https://www.ontradeprogress.com/2018/12/06/3508-revision-v1/',0,'revision','',0),(3516,1,'2018-12-06 08:46:40','2018-12-06 08:46:40','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n[caption id=\"attachment_3514\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3514\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\" alt=\"Award triumphs for the exceptional Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Award triumphs for the exceptional Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n[caption id=\"attachment_3513\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3513\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle-300x200.jpg\" alt=\"Mischief bottle Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Mischief bottle Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”\r\n\r\nJudges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong></span>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','inherit','closed','closed','','3508-revision-v1','','','2018-12-06 08:46:40','2018-12-06 08:46:40','',3508,'https://www.ontradeprogress.com/2018/12/06/3508-revision-v1/',0,'revision','',0),(3517,1,'2018-12-06 08:47:09','2018-12-06 08:47:09','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n[caption id=\"attachment_3514\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3514\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\" alt=\"Award triumphs for the exceptional Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Award triumphs for the exceptional Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”\r\n\r\n</span>\r\n\r\n[caption id=\"attachment_3513\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3513\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle-300x200.jpg\" alt=\"Mischief bottle Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Mischief bottle Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Judges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong></span>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','inherit','closed','closed','','3508-revision-v1','','','2018-12-06 08:47:09','2018-12-06 08:47:09','',3508,'https://www.ontradeprogress.com/2018/12/06/3508-revision-v1/',0,'revision','',0),(3518,1,'2018-12-06 09:02:30','2018-12-06 09:02:30','<h1>Beer and food have long gone hand in hand, but craft <a href=\"http://imbibe.com/news-articles/tag/beer/\">beer</a> club <a title=\"Opens in a new window\" href=\"https://www.beer52.com/\">Beer52</a> has brought this relationship to a whole new level. The brewers have teamed up with 13 London restaurants to create a series of one-off beer inspired by each venue’s cuisine.</h1>\r\n‘It was important that [the beers]represented the spirit and the culture of the restaurants we worked with, whether that meant using specific ingredients or capturing their daring willingness to break the mould,’ said Beer52 head brewer Chris JJ Heaney.\r\n\r\nHeaney, formerly of Bermondsey brewery <a title=\"Opens in a new window\" href=\"http://www.partizanbrewing.co.uk/\">Partizan</a>, visited each restaurant, tried their food and developed recipes tailored specifically to its menu.\r\n\r\n[caption id=\"attachment_3520\" align=\"alignright\" width=\"77\"]<img class=\"size-medium wp-image-3520\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/pale-ale-bum-77x300-77x300.jpg\" alt=\"Beer52 teams up with 13 London restaurants \" width=\"77\" height=\"300\" /> Beer52 teams up with 13 London restaurants[/caption]\r\n\r\n‘They cooked [Heaney] food, explained about their ingredients and then had a discussion about what would be the perfect beer to match,’ Beer52 co-founder Fraser Doherty told <i>Imbibe</i>. ‘Some had a favourite ingredient they really wanted to feature, others were more interested in developing a great food pairing.’\r\n\r\n<img class=\"size-medium wp-image-54942 alignleft no-display appear\" src=\"http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300.jpg\" sizes=\"(max-width: 77px) 100vw, 77px\" srcset=\"http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300.jpg 77w, http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300@2x.jpg 154w\" alt=\"\" width=\"77\" height=\"300\" />For Chinese-style tea room and restaurant Bun House in Soho, Heaney created a pale ale flavoured with kumquat (a small citrus) and chrysanthemum flowers. ‘We sampled Chinese spirits and tea, and tried to get as much of that character in a beer as we could,’ he said.\r\n\r\nThe resulting beer is a perfectly sessionable ale, with a delicate floral nose and a comforting malty palate. ‘We wanted something that would be easy-drinking and pairable with a lot of food that we do,’ commented Bun House co-owner Alex Peffly. ‘What you’d usually drink with this food is a very fragrant or aromatic tea […] so it made sense to use these very distinctive Chinese tea characteristics.’\r\n\r\nHeaney used another citrus fruit, yuzu, to develop the recipe of a New England IPA to match Freak Scene’s south-east Asian-inspired menu. ‘We tried to reflect some classic Asian iced tea flavour combinations,’ explained Heaney. The resulting nose is markedly citric, with lime and orange peel notes and some candy fruit undertones. The palate is delicate, just mildly bitter, and ideally balanced to match the elegance of the cuisine’s flavours.\r\n\r\n<img class=\"size-medium wp-image-54939 alignright no-display appear\" src=\"http://imbibe.com/wp-content/uploads/cheviche-79x300.jpg\" sizes=\"(max-width: 79px) 100vw, 79px\" srcset=\"http://imbibe.com/wp-content/uploads/cheviche-79x300.jpg 79w, http://imbibe.com/wp-content/uploads/cheviche-270x1024.jpg 270w, http://imbibe.com/wp-content/uploads/cheviche.jpg 882w, http://imbibe.com/wp-content/uploads/cheviche-79x300@2x.jpg 158w, http://imbibe.com/wp-content/uploads/cheviche-270x1024@2x.jpg 540w\" alt=\"\" width=\"79\" height=\"300\" />He went for citrus fruits again in his classic Belgian witbier, brewed to complement the Peruvian plates at Martin Morales’ Ceviche. The restaurant specialises in – you guessed it – ceviche, the Peruvian dish typically made with raw fish cured in citrus juices.\r\n\r\n[caption id=\"attachment_3521\" align=\"alignleft\" width=\"78\"]<img class=\"size-medium wp-image-3521\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/club-mexicana-78x300-78x300.jpg\" alt=\"Beer52 teams up with 13 London restaurants \" width=\"78\" height=\"300\" /> Beer52 teams up with 13 London restaurants[/caption]\r\n\r\n‘This witbier’s gentle natural acidity [seemed like]the perfect companion [for Peruvian cuisine],’ said Heaney. In Brussels, witbiers are typically matched with mussels, so the decision was certainly influenced by a traditional, well-oiled pairing with shellfish.\r\n\r\nBut when looking to brew a beer for Zoe’s Ghana Kitchen, a popular West African spot in east London, Heaney went totally off the beaten track.\r\n\r\n‘Zoe’s a great fan of beer, particularly dark beers,’ he said. ‘We wanted to make something lightly spiced, which evoked the rich, distinctive flavours of her style.’\r\n\r\nHe decided to use chilli peppers in his porter. While the nose is delicate, a little herbaceous, almost ethereal, the palate discloses a severe spicy kick, which requires hearty, rich foods to stand up to it.\r\n\r\n<img class=\"size-medium wp-image-54940 alignleft no-display appear\" src=\"http://imbibe.com/wp-content/uploads/club-mexicana-78x300.jpg\" sizes=\"(max-width: 78px) 100vw, 78px\" srcset=\"http://imbibe.com/wp-content/uploads/club-mexicana-78x300.jpg 78w, http://imbibe.com/wp-content/uploads/club-mexicana-266x1024.jpg 266w, http://imbibe.com/wp-content/uploads/club-mexicana.jpg 841w, http://imbibe.com/wp-content/uploads/club-mexicana-78x300@2x.jpg 156w, http://imbibe.com/wp-content/uploads/club-mexicana-266x1024@2x.jpg 532w\" alt=\"\" width=\"78\" height=\"300\" />The collaboration range includes further brews, some quirky, others a little less daring: a Belgian Dubbel with figs made for The Cheese Bar in Camden, a single hop IPA for all-day cafe The Good Egg, a New England IPA for pizzeria<i> </i>Radio Alice, a rice lager for Japanese restaurant Nanban, a stout for bakery Lily Vanilli, a West Coast IPA for Korean-inspired restaurant JinJuu, a spiced saison for Dum Biryani, a pale ale for Club Mexicana and a session IPA for Venezuelan-style Arepa&amp;Co.\r\n\r\nAll recipes were developed by Heaney in collaboration with the chefs and brewed in Belgium at <a title=\"Opens in a new window\" href=\"https://www.brouwerijanders.be/en/\">Anders</a> brewery.\r\n\r\nThe new range is part of the larger, ongoing Table project, which focuses on developing the connection between beer and food. ‘Over the year we hope to do more collaborations,’ said Heaney. ‘We want to collaborate with bakeries and even honey farms, so more “Table” beers will be released.’','Beer52 teams up with 13 London restaurants','','publish','closed','open','','beer52-teams-13-london-restaurants','','','2018-12-06 09:12:37','2018-12-06 09:12:37','',0,'https://www.ontradeprogress.com/?p=3518',0,'post','',0),(3519,1,'2018-12-06 08:54:04','2018-12-06 08:54:04','','Beer52 teams up with 13 London restaurants','Beer52 teams up with 13 London restaurants ','inherit','closed','closed','','pic','','','2018-12-06 08:54:15','2018-12-06 08:54:15','',3518,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/pic.jpg',0,'attachment','image/jpeg',0),(3520,1,'2018-12-06 08:57:45','2018-12-06 08:57:45','','Pale Ale Bum','Beer52 teams up with 13 London restaurants ','inherit','closed','closed','','pale-ale-bum-77x300','','','2018-12-06 08:58:01','2018-12-06 08:58:01','',3518,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/pale-ale-bum-77x300.jpg',0,'attachment','image/jpeg',0),(3521,1,'2018-12-06 08:58:48','2018-12-06 08:58:48','','Club Mexicana','Beer52 teams up with 13 London restaurants ','inherit','closed','closed','','club-mexicana-78x300','','','2018-12-06 08:59:11','2018-12-06 08:59:11','',3518,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/club-mexicana-78x300.jpg',0,'attachment','image/jpeg',0),(3522,1,'2018-12-06 09:00:23','2018-12-06 09:00:23','<h1>Beer and food have long gone hand in hand, but craft <a href=\"http://imbibe.com/news-articles/tag/beer/\">beer</a> club <a title=\"Opens in a new window\" href=\"https://www.beer52.com/\">Beer52</a> has brought this relationship to a whole new level. The brewers have teamed up with 13 London restaurants to create a series of one-off beer inspired by each venue’s cuisine.</h1>\r\n‘It was important that [the beers]represented the spirit and the culture of the restaurants we worked with, whether that meant using specific ingredients or capturing their daring willingness to break the mould,’ said Beer52 head brewer Chris JJ Heaney.\r\n\r\nHeaney, formerly of Bermondsey brewery <a title=\"Opens in a new window\" href=\"http://www.partizanbrewing.co.uk/\">Partizan</a>, visited each restaurant, tried their food and developed recipes tailored specifically to its menu.\r\n\r\n[caption id=\"attachment_3520\" align=\"alignright\" width=\"77\"]<img class=\"size-medium wp-image-3520\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/pale-ale-bum-77x300-77x300.jpg\" alt=\"Beer52 teams up with 13 London restaurants \" width=\"77\" height=\"300\" /> Beer52 teams up with 13 London restaurants[/caption]\r\n\r\n‘They cooked [Heaney] food, explained about their ingredients and then had a discussion about what would be the perfect beer to match,’ Beer52 co-founder Fraser Doherty told <i>Imbibe</i>. ‘Some had a favourite ingredient they really wanted to feature, others were more interested in developing a great food pairing.’\r\n\r\n<img class=\"size-medium wp-image-54942 alignleft no-display appear\" src=\"http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300.jpg\" sizes=\"(max-width: 77px) 100vw, 77px\" srcset=\"http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300.jpg 77w, http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300@2x.jpg 154w\" alt=\"\" width=\"77\" height=\"300\" />For Chinese-style tea room and restaurant Bun House in Soho, Heaney created a pale ale flavoured with kumquat (a small citrus) and chrysanthemum flowers. ‘We sampled Chinese spirits and tea, and tried to get as much of that character in a beer as we could,’ he said.\r\n\r\nThe resulting beer is a perfectly sessionable ale, with a delicate floral nose and a comforting malty palate. ‘We wanted something that would be easy-drinking and pairable with a lot of food that we do,’ commented Bun House co-owner Alex Peffly. ‘What you’d usually drink with this food is a very fragrant or aromatic tea […] so it made sense to use these very distinctive Chinese tea characteristics.’\r\n\r\nHeaney used another citrus fruit, yuzu, to develop the recipe of a New England IPA to match Freak Scene’s south-east Asian-inspired menu. ‘We tried to reflect some classic Asian iced tea flavour combinations,’ explained Heaney. The resulting nose is markedly citric, with lime and orange peel notes and some candy fruit undertones. The palate is delicate, just mildly bitter, and ideally balanced to match the elegance of the cuisine’s flavours.\r\n\r\n<img class=\"size-medium wp-image-54939 alignright no-display appear\" src=\"http://imbibe.com/wp-content/uploads/cheviche-79x300.jpg\" sizes=\"(max-width: 79px) 100vw, 79px\" srcset=\"http://imbibe.com/wp-content/uploads/cheviche-79x300.jpg 79w, http://imbibe.com/wp-content/uploads/cheviche-270x1024.jpg 270w, http://imbibe.com/wp-content/uploads/cheviche.jpg 882w, http://imbibe.com/wp-content/uploads/cheviche-79x300@2x.jpg 158w, http://imbibe.com/wp-content/uploads/cheviche-270x1024@2x.jpg 540w\" alt=\"\" width=\"79\" height=\"300\" />He went for citrus fruits again in his classic Belgian witbier, brewed to complement the Peruvian plates at Martin Morales’ Ceviche. The restaurant specialises in – you guessed it – ceviche, the Peruvian dish typically made with raw fish cured in citrus juices.\r\n\r\n[caption id=\"attachment_3521\" align=\"alignleft\" width=\"78\"]<img class=\"size-medium wp-image-3521\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/club-mexicana-78x300-78x300.jpg\" alt=\"Beer52 teams up with 13 London restaurants \" width=\"78\" height=\"300\" /> Beer52 teams up with 13 London restaurants[/caption]\r\n\r\n‘This witbier’s gentle natural acidity [seemed like]the perfect companion [for Peruvian cuisine],’ said Heaney. In Brussels, witbiers are typically matched with mussels, so the decision was certainly influenced by a traditional, well-oiled pairing with shellfish.\r\n\r\nBut when looking to brew a beer for Zoe’s Ghana Kitchen, a popular West African spot in east London, Heaney went totally off the beaten track.\r\n\r\n‘Zoe’s a great fan of beer, particularly dark beers,’ he said. ‘We wanted to make something lightly spiced, which evoked the rich, distinctive flavours of her style.’\r\n\r\nHe decided to use chilli peppers in his porter. While the nose is delicate, a little herbaceous, almost ethereal, the palate discloses a severe spicy kick, which requires hearty, rich foods to stand up to it.\r\n\r\n<img class=\"size-medium wp-image-54940 alignleft no-display appear\" src=\"http://imbibe.com/wp-content/uploads/club-mexicana-78x300.jpg\" sizes=\"(max-width: 78px) 100vw, 78px\" srcset=\"http://imbibe.com/wp-content/uploads/club-mexicana-78x300.jpg 78w, http://imbibe.com/wp-content/uploads/club-mexicana-266x1024.jpg 266w, http://imbibe.com/wp-content/uploads/club-mexicana.jpg 841w, http://imbibe.com/wp-content/uploads/club-mexicana-78x300@2x.jpg 156w, http://imbibe.com/wp-content/uploads/club-mexicana-266x1024@2x.jpg 532w\" alt=\"\" width=\"78\" height=\"300\" />The collaboration range includes further brews, some quirky, others a little less daring: a Belgian Dubbel with figs made for The Cheese Bar in Camden, a single hop IPA for all-day cafe The Good Egg, a New England IPA for pizzeria<i> </i>Radio Alice, a rice lager for Japanese restaurant Nanban, a stout for bakery Lily Vanilli, a West Coast IPA for Korean-inspired restaurant JinJuu, a spiced saison for Dum Biryani, a pale ale for Club Mexicana and a session IPA for Venezuelan-style Arepa&amp;Co.\r\n\r\nAll recipes were developed by Heaney in collaboration with the chefs and brewed in Belgium at <a title=\"Opens in a new window\" href=\"https://www.brouwerijanders.be/en/\">Anders</a> brewery.\r\n\r\nThe new range is part of the larger, ongoing Table project, which focuses on developing the connection between beer and food. ‘Over the year we hope to do more collaborations,’ said Heaney. ‘We want to collaborate with bakeries and even honey farms, so more “Table” beers will be released.’','Beer52 teams up with 13 London restaurants','','inherit','closed','closed','','3518-revision-v1','','','2018-12-06 09:00:23','2018-12-06 09:00:23','',3518,'https://www.ontradeprogress.com/2018/12/06/3518-revision-v1/',0,'revision','',0),(3524,1,'2018-12-06 09:05:31','2018-12-06 09:05:31','<h1>Beer and food have long gone hand in hand, but craft <a href=\"http://imbibe.com/news-articles/tag/beer/\">beer</a> club <a title=\"Opens in a new window\" href=\"https://www.beer52.com/\">Beer52</a> has brought this relationship to a whole new level. The brewers have teamed up with 13 London restaurants to create a series of one-off beer inspired by each venue’s cuisine.</h1>\r\n‘It was important that [the beers]represented the spirit and the culture of the restaurants we worked with, whether that meant using specific ingredients or capturing their daring willingness to break the mould,’ said Beer52 head brewer Chris JJ Heaney.\r\n\r\nHeaney, formerly of Bermondsey brewery <a title=\"Opens in a new window\" href=\"http://www.partizanbrewing.co.uk/\">Partizan</a>, visited each restaurant, tried their food and developed recipes tailored specifically to its menu.\r\n\r\n[caption id=\"attachment_3520\" align=\"alignright\" width=\"77\"]<img class=\"size-medium wp-image-3520\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/pale-ale-bum-77x300-77x300.jpg\" alt=\"Beer52 teams up with 13 London restaurants \" width=\"77\" height=\"300\" /> Beer52 teams up with 13 London restaurants[/caption]\r\n\r\n‘They cooked [Heaney] food, explained about their ingredients and then had a discussion about what would be the perfect beer to match,’ Beer52 co-founder Fraser Doherty told <i>Imbibe</i>. ‘Some had a favourite ingredient they really wanted to feature, others were more interested in developing a great food pairing.’\r\n\r\n<img class=\"size-medium wp-image-54942 alignleft no-display appear\" src=\"http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300.jpg\" sizes=\"(max-width: 77px) 100vw, 77px\" srcset=\"http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300.jpg 77w, http://imbibe.com/wp-content/uploads/pale-ale-bum-77x300@2x.jpg 154w\" alt=\"\" width=\"77\" height=\"300\" />For Chinese-style tea room and restaurant Bun House in Soho, Heaney created a pale ale flavoured with kumquat (a small citrus) and chrysanthemum flowers. ‘We sampled Chinese spirits and tea, and tried to get as much of that character in a beer as we could,’ he said.\r\n\r\nThe resulting beer is a perfectly sessionable ale, with a delicate floral nose and a comforting malty palate. ‘We wanted something that would be easy-drinking and pairable with a lot of food that we do,’ commented Bun House co-owner Alex Peffly. ‘What you’d usually drink with this food is a very fragrant or aromatic tea […] so it made sense to use these very distinctive Chinese tea characteristics.’\r\n\r\nHeaney used another citrus fruit, yuzu, to develop the recipe of a New England IPA to match Freak Scene’s south-east Asian-inspired menu. ‘We tried to reflect some classic Asian iced tea flavour combinations,’ explained Heaney. The resulting nose is markedly citric, with lime and orange peel notes and some candy fruit undertones. The palate is delicate, just mildly bitter, and ideally balanced to match the elegance of the cuisine’s flavours.\r\n\r\n<img class=\"size-medium wp-image-54939 alignright no-display appear\" src=\"http://imbibe.com/wp-content/uploads/cheviche-79x300.jpg\" sizes=\"(max-width: 79px) 100vw, 79px\" srcset=\"http://imbibe.com/wp-content/uploads/cheviche-79x300.jpg 79w, http://imbibe.com/wp-content/uploads/cheviche-270x1024.jpg 270w, http://imbibe.com/wp-content/uploads/cheviche.jpg 882w, http://imbibe.com/wp-content/uploads/cheviche-79x300@2x.jpg 158w, http://imbibe.com/wp-content/uploads/cheviche-270x1024@2x.jpg 540w\" alt=\"\" width=\"79\" height=\"300\" />He went for citrus fruits again in his classic Belgian witbier, brewed to complement the Peruvian plates at Martin Morales’ Ceviche. The restaurant specialises in – you guessed it – ceviche, the Peruvian dish typically made with raw fish cured in citrus juices.\r\n\r\n[caption id=\"attachment_3521\" align=\"alignleft\" width=\"78\"]<img class=\"size-medium wp-image-3521\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/club-mexicana-78x300-78x300.jpg\" alt=\"Beer52 teams up with 13 London restaurants \" width=\"78\" height=\"300\" /> Beer52 teams up with 13 London restaurants[/caption]\r\n\r\n‘This witbier’s gentle natural acidity [seemed like]the perfect companion [for Peruvian cuisine],’ said Heaney. In Brussels, witbiers are typically matched with mussels, so the decision was certainly influenced by a traditional, well-oiled pairing with shellfish.\r\n\r\nBut when looking to brew a beer for Zoe’s Ghana Kitchen, a popular West African spot in east London, Heaney went totally off the beaten track.\r\n\r\n‘Zoe’s a great fan of beer, particularly dark beers,’ he said. ‘We wanted to make something lightly spiced, which evoked the rich, distinctive flavours of her style.’\r\n\r\nHe decided to use chilli peppers in his porter. While the nose is delicate, a little herbaceous, almost ethereal, the palate discloses a severe spicy kick, which requires hearty, rich foods to stand up to it.\r\n\r\n<img class=\"size-medium wp-image-54940 alignleft no-display appear\" src=\"http://imbibe.com/wp-content/uploads/club-mexicana-78x300.jpg\" sizes=\"(max-width: 78px) 100vw, 78px\" srcset=\"http://imbibe.com/wp-content/uploads/club-mexicana-78x300.jpg 78w, http://imbibe.com/wp-content/uploads/club-mexicana-266x1024.jpg 266w, http://imbibe.com/wp-content/uploads/club-mexicana.jpg 841w, http://imbibe.com/wp-content/uploads/club-mexicana-78x300@2x.jpg 156w, http://imbibe.com/wp-content/uploads/club-mexicana-266x1024@2x.jpg 532w\" alt=\"\" width=\"78\" height=\"300\" />The collaboration range includes further brews, some quirky, others a little less daring: a Belgian Dubbel with figs made for The Cheese Bar in Camden, a single hop IPA for all-day cafe The Good Egg, a New England IPA for pizzeria<i> </i>Radio Alice, a rice lager for Japanese restaurant Nanban, a stout for bakery Lily Vanilli, a West Coast IPA for Korean-inspired restaurant JinJuu, a spiced saison for Dum Biryani, a pale ale for Club Mexicana and a session IPA for Venezuelan-style Arepa&amp;Co.\r\n\r\nAll recipes were developed by Heaney in collaboration with the chefs and brewed in Belgium at <a title=\"Opens in a new window\" href=\"https://www.brouwerijanders.be/en/\">Anders</a> brewery.\r\n\r\nThe new range is part of the larger, ongoing Table project, which focuses on developing the connection between beer and food. ‘Over the year we hope to do more collaborations,’ said Heaney. ‘We want to collaborate with bakeries and even honey farms, so more “Table” beers will be released.’','Beer52 teams up with 13 London restaurants','','inherit','closed','closed','','3518-autosave-v1','','','2018-12-06 09:05:31','2018-12-06 09:05:31','',3518,'https://www.ontradeprogress.com/2018/12/06/3518-autosave-v1/',0,'revision','',0),(3525,1,'2018-12-06 09:39:51','2018-12-06 09:39:51','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n[caption id=\"attachment_3514\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3514\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\" alt=\"Award triumphs for the exceptional Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Award triumphs for the exceptional Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”</span>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3513\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3513\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle-300x200.jpg\" alt=\"Mischief bottle Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Mischief bottle Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Judges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.</span>\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','inherit','closed','closed','','3508-revision-v1','','','2018-12-06 09:39:51','2018-12-06 09:39:51','',3508,'https://www.ontradeprogress.com/2018/12/06/3508-revision-v1/',0,'revision','',0),(3526,1,'2018-12-06 09:42:30','2018-12-06 09:42:30','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n[caption id=\"attachment_3514\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3514\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\" alt=\"Award triumphs for the exceptional Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Award triumphs for the exceptional Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”</span>\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_3513\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3513\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle-300x200.jpg\" alt=\"Mischief bottle Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Mischief bottle Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Judges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.</span>\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','inherit','closed','closed','','3508-autosave-v1','','','2018-12-06 09:42:30','2018-12-06 09:42:30','',3508,'https://www.ontradeprogress.com/2018/12/06/3508-autosave-v1/',0,'revision','',0),(3527,1,'2018-12-06 09:42:54','2018-12-06 09:42:54','<h1><span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. has been awarded ‘Best in class’ and ‘Master’ for its limited-edition gin ‘Mischief’ at The Design &amp; Packaging Masters which forms part of the internationally renowned Global Spirits Master Awards Series hosted by The Spirits Business. </span></h1>\r\n[caption id=\"attachment_3514\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3514\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/The-creation-process-Mark-Hix-Credit-Really-Good-Media-Company-300x200.jpg\" alt=\"Award triumphs for the exceptional Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Award triumphs for the exceptional Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">‘Mischief’ from Salcombe Gin’ s limited edition Voyager Series was developed in collaboration with celebrated chef, restaurateur and food writer Mark Hix MBE. The distinct design and unique packaging of ‘Mischief’ were voted for by the judging panel to be the Best Product in the entire Design Masters competition. </span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Angus Lugsdin, co-founder commented “We are thrilled to have won these accolades for ‘Mischief’. The unique white ceramic bottle features an embossed outline of the iconic gin pennant and has a bespoke debossed copper stopper. Its presentation box also carries a distinct pennant feature with beautiful copper detailing and Mark Hix kindly granted us permission to use the HIX logo with the X accentuated in copper to represent the 10 botanicals used in the creation of this gin, which also commemorates the 10<sup>th</sup> anniversary of HIX Restaurants”.</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Salcombe Distilling Co. is also celebrating two recent business awards, having been awarded Winner of the ‘Best Business Start-Up’ category and Highly Commended in the ‘Best Small Business’ category at the Western Morning News Business Awards.\r\n</span>\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Howard Davies, co-founder commented “We are overjoyed by our success at the Western Morning News Business Awards. To win the ‘Best Start-Up’ category is a huge honour and we were also thrilled to be Highly Commended in the ‘Small Business of the Year’ category. These accolades are a testimony to our loyal and hardworking team at Salcombe Distilling Co.”</span>\r\n\r\n[caption id=\"attachment_3513\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3513\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/SG-Hix-Mischief-bottle-300x200.jpg\" alt=\"Mischief bottle Salcombe Distilling Co.\" width=\"300\" height=\"200\" /> Mischief bottle Salcombe Distilling Co.[/caption]\r\n\r\n<span style=\"font-family: arial,helvetica,sans-serif;\">Judges of the Western Morning News Business Awards were particularly impressed with Salcombe Distilling Co.’s ethos and background to the business, its profitability, the impact it has had on its sector and how it has overcome any challenges encountered.</span>\r\n\r\n<strong>For more information visit <a href=\"http://www.salcombegin.com/\" target=\"_blank\" rel=\"noopener\">www.salcombegin.com</a> and sign up to their newsletter, </strong>\r\n\r\n<strong><span style=\"font-family: arial,helvetica,sans-serif;\">email <a href=\"mailto:ilovegin@salcombegin.com\" target=\"_blank\" rel=\"noopener\">ilovegin@salcombegin.com</a> or call 01548 288180.  To keep up to date with the latest news follow @SalcombeGin on Twitter and Instagram and ‘like’ SalcombeGin on Facebook. </span></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK brewers amongst the best in Europe</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a boost to hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/\">Misty vodka from Isle of Skye</a></li>\r\n</ul>','Award triumphs for the exceptional Salcombe Distilling Co.','','inherit','closed','closed','','3508-revision-v1','','','2018-12-06 09:42:54','2018-12-06 09:42:54','',3508,'https://www.ontradeprogress.com/2018/12/06/3508-revision-v1/',0,'revision','',0),(3528,1,'2018-12-06 16:11:46','2018-12-06 16:11:46','<h1>Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’ Counter.</h1>\r\n<strong>FOLDABar</strong> allows you to take your bar anywhere and assemble in minutes. When the event is finished, simply pack it up ready for the next event and help keep your profits moving upwards.\r\n<ul>\r\n 	<li>Prices start from only £1,250 plus VAT for a single compartment unit, ideal for beer dispense, merchandising events or a ‘pop-up’ meet &amp; greet counter.</li>\r\n</ul>\r\n<h3><u>Key Benefits</u></h3>\r\n<ul>\r\n 	<li>Easy to assemble food quality stainless steel structure, fitments and counter top.</li>\r\n 	<li>Interchangeable and durable Iribond® panelling. Available in a range of colour finishes.</li>\r\n 	<li>Quickly Folds down for transportation and compact storage.</li>\r\n 	<li>Single and Double Compartment units available.</li>\r\n 	<li>Optional Cocktail station and LED Light Panels - just right for those party nights!</li>\r\n</ul>\r\nAndy Royston, Managing Director, at Servaclean says <em>‘‘We are really excited about the launch of FOLDABar.  Pop-up businesses are very on-trend right now and we are sure this addition to our Bar System range will help all types of businesses maximise their brand visibility and ultimately their profits!’</em>\r\n\r\n[caption id=\"attachment_3531\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3531\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\" alt=\"Profits on the Move... From Servaclean comes the new FOLDABar\" width=\"300\" height=\"209\" /> Profits on the Move... From Servaclean comes the new FOLDABar[/caption]\r\n\r\n<strong>Our first customer was The Glasgow Distillery Co. (see the MAKAR Original Gin photo) and here is what they had to say:</strong>\r\n\r\n<em><a href=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf\">Profits on the Move... From Servaclean comes the new FOLDABar</a>“A great professional looking bar unit which we can quickly pack up and transport in our van with minimal fuss. The ability to easily assemble for events and cocktail masterclasses is a great asset to our brand” - </em><strong>Sebastian Bunford-Jones</strong> - The Glasgow Distillery Co.\r\n\r\n<strong>If you would like to learn more about our new </strong>FOLDABar<strong> go </strong>to:<strong> <a href=\"https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/\">https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/</a>.</strong>\r\n\r\n<strong>Just call us on 01274-390038 if you need any further information or go to <a href=\"http://www.servaclean.co.uk\">www.servaclean.co.uk</a></strong>','Profits on the Move…','','publish','closed','open','','foldabar-profits-move','','\nhttps://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/','2018-12-20 14:11:15','2018-12-20 14:11:15','',0,'https://www.ontradeprogress.com/?p=3528',0,'post','',0),(3529,1,'2018-12-06 16:04:43','2018-12-06 16:04:43','','Profits on the Move... From Servaclean comes the new FOLDABar','Profits on the Move... From Servaclean comes the new FOLDABar','inherit','closed','closed','','brewfitt-foldabar-2017-exhibition','','','2018-12-06 16:04:52','2018-12-06 16:04:52','',3528,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Brewfitt-FOLDABar-2017-Exhibition.jpg',0,'attachment','image/jpeg',0),(3530,1,'2018-12-06 16:05:21','2018-12-06 16:05:21','Profits on the Move... From Servaclean comes the new FOLDABar','Profits on the Move... From Servaclean comes the new FOLDABar','Profits on the Move... From Servaclean comes the new FOLDABar','inherit','closed','closed','','foldabar-half-page-adv','','','2018-12-06 16:05:29','2018-12-06 16:05:29','',3528,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf',0,'attachment','application/pdf',0),(3531,1,'2018-12-06 16:05:50','2018-12-06 16:05:50','','Profits on the Move... From Servaclean comes the new FOLDABar','Profits on the Move... From Servaclean comes the new FOLDABar','inherit','closed','closed','','glasgow-distillery-foldabar-1990-glasgow-airport','','','2018-12-06 16:05:58','2018-12-06 16:05:58','',3528,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport.jpg',0,'attachment','image/jpeg',0),(3532,1,'2018-12-06 16:09:50','2018-12-06 16:09:50','<h1>Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’ Counter.</h1>\r\n<strong>FOLDABar</strong> allows you to take your bar anywhere and assemble in minutes. When the event is finished, simply pack it up ready for the next event and help keep your profits moving upwards.\r\n<ul>\r\n 	<li>Prices start from only £1,250 plus VAT for a single compartment unit, ideal for beer dispense, merchandising events or a ‘pop-up’ meet &amp; greet counter.</li>\r\n</ul>\r\n<u>Key Benefits</u>\r\n<ul>\r\n 	<li>Easy to assemble food quality stainless steel structure, fitments and counter top.</li>\r\n 	<li>Interchangeable and durable Iribond® panelling. Available in a range of colour finishes.</li>\r\n 	<li>Quickly Folds down for transportation and compact storage.</li>\r\n 	<li>Single and Double Compartment units available.</li>\r\n 	<li>Optional Cocktail station and LED Light Panels - just right for those party nights!</li>\r\n</ul>\r\nAndy Royston, Managing Director, at Servaclean says <em>‘‘We are really excited about the launch of FOLDABar.  Pop-up businesses are very on-trend right now and we are sure this addition to our Bar System range will help all types of businesses maximise their brand visibility and ultimately their profits!’</em>\r\n\r\n<strong><em>Place your order during November for pre-Christmas supply and delivery is FREE.</em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/\">Beer52 teams up with 13 London restaurants</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK Brewers amongst the biggest and best brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a welcome boost to hospitality</a></li>\r\n</ul>\r\n[caption id=\"attachment_3531\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3531\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\" alt=\"Profits on the Move... From Servaclean comes the new FOLDABar\" width=\"300\" height=\"209\" /> Profits on the Move... From Servaclean comes the new FOLDABar[/caption]\r\n\r\nOur first customer was The Glasgow Distillery Co. (see the MAKAR Original Gin photo) and here is what they had to say:\r\n\r\n<em><a href=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf\">Profits on the Move... From Servaclean comes the new FOLDABar</a>“A great professional looking bar unit which we can quickly pack up and transport in our van with minimal fuss. The ability to easily assemble for events and cocktail masterclasses is a great asset to our brand” - </em><strong>Sebastian Bunford-Jones</strong> - The Glasgow Distillery Co.\r\n\r\n<strong>If you would like to learn more about our new </strong>FOLDABar<strong> go </strong>to:<strong> <a href=\"https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/\">https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/</a>.</strong>\r\n\r\n<strong>Just call us on 01274-390038 if you need any further information or go to <a href=\"http://www.servaclean.co.uk\">www.servaclean.co.uk</a></strong>','Profits on the Move…','','inherit','closed','closed','','3528-revision-v1','','','2018-12-06 16:09:50','2018-12-06 16:09:50','',3528,'https://www.ontradeprogress.com/2018/12/06/3528-revision-v1/',0,'revision','',0),(3533,1,'2018-12-06 16:19:39','2018-12-06 16:19:39','','Profits on the Move... From Servaclean comes the new FOLDABar','Profits on the Move... From Servaclean comes the new FOLDABar','inherit','closed','closed','','glasgow-distillery-foldabar-1990-glasgow-airport1','','','2018-12-06 16:20:00','2018-12-06 16:20:00','',3528,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport1.jpg',0,'attachment','image/jpeg',0),(3534,1,'2018-12-06 16:20:02','2018-12-06 16:20:02','<h1>Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’ Counter.</h1>\r\n<strong>FOLDABar</strong> allows you to take your bar anywhere and assemble in minutes. When the event is finished, simply pack it up ready for the next event and help keep your profits moving upwards.\r\n<ul>\r\n 	<li>Prices start from only £1,250 plus VAT for a single compartment unit, ideal for beer dispense, merchandising events or a ‘pop-up’ meet &amp; greet counter.</li>\r\n</ul>\r\n<u>Key Benefits</u>\r\n<ul>\r\n 	<li>Easy to assemble food quality stainless steel structure, fitments and counter top.</li>\r\n 	<li>Interchangeable and durable Iribond® panelling. Available in a range of colour finishes.</li>\r\n 	<li>Quickly Folds down for transportation and compact storage.</li>\r\n 	<li>Single and Double Compartment units available.</li>\r\n 	<li>Optional Cocktail station and LED Light Panels - just right for those party nights!</li>\r\n</ul>\r\nAndy Royston, Managing Director, at Servaclean says <em>‘‘We are really excited about the launch of FOLDABar.  Pop-up businesses are very on-trend right now and we are sure this addition to our Bar System range will help all types of businesses maximise their brand visibility and ultimately their profits!’</em>\r\n\r\n<strong><em>Place your order during November for pre-Christmas supply and delivery is FREE.</em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/\">Beer52 teams up with 13 London restaurants</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">UK Brewers amongst the biggest and best brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/\">Euro 2021 will provide a welcome boost to hospitality</a></li>\r\n</ul>\r\n[caption id=\"attachment_3531\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3531\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\" alt=\"Profits on the Move... From Servaclean comes the new FOLDABar\" width=\"300\" height=\"209\" /> Profits on the Move... From Servaclean comes the new FOLDABar[/caption]\r\n\r\nOur first customer was The Glasgow Distillery Co. (see the MAKAR Original Gin photo) and here is what they had to say:\r\n\r\n<em><a href=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf\">Profits on the Move... From Servaclean comes the new FOLDABar</a>“A great professional looking bar unit which we can quickly pack up and transport in our van with minimal fuss. The ability to easily assemble for events and cocktail masterclasses is a great asset to our brand” - </em><strong>Sebastian Bunford-Jones</strong> - The Glasgow Distillery Co.\r\n\r\n<strong>If you would like to learn more about our new </strong>FOLDABar<strong> go </strong>to:<strong> <a href=\"https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/\">https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/</a>.</strong>\r\n\r\n<strong>Just call us on 01274-390038 if you need any further information or go to <a href=\"http://www.servaclean.co.uk\">www.servaclean.co.uk</a></strong>','Profits on the Move…','','inherit','closed','closed','','3528-autosave-v1','','','2018-12-06 16:20:02','2018-12-06 16:20:02','',3528,'https://www.ontradeprogress.com/2018/12/06/3528-autosave-v1/',0,'revision','',0),(3536,1,'2018-12-12 15:22:35','2018-12-12 15:22:35','<h1>Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’ Counter.</h1>\r\n<strong>FOLDABar</strong> allows you to take your bar anywhere and assemble in minutes. When the event is finished, simply pack it up ready for the next event and help keep your profits moving upwards.\r\n<ul>\r\n 	<li>Prices start from only £1,250 plus VAT for a single compartment unit, ideal for beer dispense, merchandising events or a ‘pop-up’ meet &amp; greet counter.</li>\r\n</ul>\r\n<u>Key Benefits</u>\r\n<ul>\r\n 	<li>Easy to assemble food quality stainless steel structure, fitments and counter top.</li>\r\n 	<li>Interchangeable and durable Iribond® panelling. Available in a range of colour finishes.</li>\r\n 	<li>Quickly Folds down for transportation and compact storage.</li>\r\n 	<li>Single and Double Compartment units available.</li>\r\n 	<li>Optional Cocktail station and LED Light Panels - just right for those party nights!</li>\r\n</ul>\r\nAndy Royston, Managing Director, at Servaclean says <em>‘‘We are really excited about the launch of FOLDABar.  Pop-up businesses are very on-trend right now and we are sure this addition to our Bar System range will help all types of businesses maximise their brand visibility and ultimately their profits!’</em>\r\n\r\n[caption id=\"attachment_3531\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3531\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\" alt=\"Profits on the Move... From Servaclean comes the new FOLDABar\" width=\"300\" height=\"209\" /> Profits on the Move... From Servaclean comes the new FOLDABar[/caption]\r\n\r\nOur first customer was The Glasgow Distillery Co. (see the MAKAR Original Gin photo) and here is what they had to say:\r\n\r\n<em><a href=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf\">Profits on the Move... From Servaclean comes the new FOLDABar</a>“A great professional looking bar unit which we can quickly pack up and transport in our van with minimal fuss. The ability to easily assemble for events and cocktail masterclasses is a great asset to our brand” - </em><strong>Sebastian Bunford-Jones</strong> - The Glasgow Distillery Co.\r\n\r\n<strong>If you would like to learn more about our new </strong>FOLDABar<strong> go </strong>to:<strong> <a href=\"https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/\">https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/</a>.</strong>\r\n\r\n<strong>Just call us on 01274-390038 if you need any further information or go to <a href=\"http://www.servaclean.co.uk\">www.servaclean.co.uk</a></strong>','Profits on the Move…','','inherit','closed','closed','','3528-revision-v1','','','2018-12-12 15:22:35','2018-12-12 15:22:35','',3528,'https://www.ontradeprogress.com/2018/12/12/3528-revision-v1/',0,'revision','',0),(3538,1,'2018-12-18 08:29:32','2018-12-18 08:29:32','<h1><strong>New measures to promote sustainability and cut waste must be proportionate and affordable, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</strong></h1>\r\nFollowing the Government’s announcement of a strategy to cut waste and promote sustainability, UKH has highlighted ongoing efforts by the sector and warned against piling costs on businesses that may undermine existing work.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector shares the concerns of the Government and the public regarding sustainability. Our businesses understand there is a need to address issues like single-use plastics and food waste and they are already hard at work. Many outlets have already undertaken measures to cut waste voluntarily and UKHospitality, along with the British Institute of Innkeeping (BII) has been leading efforts to promote best practice across hospitality.\r\n\r\n“We are supportive of new measures to promote sustainability and tackle waste, but they must be affordable and proportionate. New measures are going to hit businesses at a tough time when costs are increasing and consumer confidence is low. Any new scheme, particularly the deposit return scheme, must be workable and avoid piling further financial pressure on businesses.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/\">Beer52 teams up with London restaurants</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/award-exceptional-salcombe-distilling/\">Award for Salcombe Distillers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">Uk brewers amongst the best in Europe</a></li>\r\n</ul>','Vital sustainability and cut waste measures must be affordable','','publish','closed','open','','cut-waste-must-affordable','','\nhttps://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/','2018-12-18 08:44:46','2018-12-18 08:44:46','',0,'https://www.ontradeprogress.com/?p=3538',0,'post','',0),(3539,1,'2018-12-18 08:23:55','2018-12-18 08:23:55','','sustainability and cut waste measures must be affordable','sustainability and cut waste measures must be affordable','inherit','closed','closed','','apple-3040132_1280','','','2018-12-18 08:24:10','2018-12-18 08:24:10','',3538,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/apple-3040132_1280.jpg',0,'attachment','image/jpeg',0),(3540,1,'2018-12-18 08:29:12','2018-12-18 08:29:12','<h1><strong>New measures to promote sustainability and cut waste must be proportionate and affordable, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</strong></h1>\r\nFollowing the Government’s announcement of a strategy to cut waste and promote sustainability, UKH has highlighted ongoing efforts by the sector and warned against piling costs on businesses that may undermine existing work.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The hospitality sector shares the concerns of the Government and the public regarding sustainability. Our businesses understand there is a need to address issues like single-use plastics and food waste and they are already hard at work. Many outlets have already undertaken measures to cut waste voluntarily and UKHospitality, along with the British Institute of Innkeeping (BII) has been leading efforts to promote best practice across hospitality.\r\n\r\n“We are supportive of new measures to promote sustainability and tackle waste, but they must be affordable and proportionate. New measures are going to hit businesses at a tough time when costs are increasing and consumer confidence is low. Any new scheme, particularly the deposit return scheme, must be workable and avoid piling further financial pressure on businesses.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/\">Beer52 teams up with London restaurants</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/award-exceptional-salcombe-distilling/\">Award for Salcombe Distillers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/\">Uk brewers amongst the best in Europe</a></li>\r\n</ul>','Vital sustainability and cut waste measures must be affordable','','inherit','closed','closed','','3538-revision-v1','','','2018-12-18 08:29:12','2018-12-18 08:29:12','',3538,'https://www.ontradeprogress.com/2018/12/18/3538-revision-v1/',0,'revision','',0),(3541,1,'2018-12-18 08:43:14','2018-12-18 08:43:14','<h1>Business confidence among leaders of Britain’s eating and drinking-out market remains strained, reveals the latest edition of the CGA Business Confidence Survey, produced in partnership with Fourth.</h1>\r\nWhile 63% - slightly down from the last poll in July - are optimistic about their own businesses’ prospects for next 12 months, just 39% are upbeat about the market as a whole over the same period.\r\n\r\nThe exclusive poll of senior executives from across the pub, bar and restaurant sector, from big corporates to entrepreneurial start-ups, shows that confidence levels have shifted only a few percentage points over the year.\r\n\r\nMarket optimism has moved from 34% in February to 36% in July and 39% last month, following a temporary jump to 47% in May. However, the number of leaders confident in their own company’s prospects has actually slipped slightly from 64% in February and 69% in July to 63% now, despite the fact that last month more than three quarters said they had traded ahead of or in line with their expectations in the last six months.\r\n\r\n\"This simply reflects the volatility and uncertainty in the market,\" said CGA group chief executive Phil Tate. \"This quarterly survey, conducted in November 2018, shows that operators are getting on with business, focussing on improving service and customer experience, as well as increasingly embracing trends in healthy eating and sustainability.\"\r\n\r\nMore than a third (38%) of leaders report that their performance over the last six months had been ahead of their expectations - a rise of nine percentage points from three months earlier. A similar number (39%) say they have traded in line with expectations, with less than a quarter (23%) trading below expectations.\r\n\r\nBut there is pessimism about footfall in 2019, with half (50%) of leaders predicting a decrease in consumers’ frequency of eating and drinking out, and only one in 20 (5%) expecting a rise. The downbeat assessment comes amid growing concerns about the impact of Brexit on consumer confidence.\r\n\r\nCGA’s Phil Tate said: “Our latest CGA Business Confidence Survey reflects a complex and mixed picture in the market at the moment. Many businesses continue to find conditions extremely challenging, and confidence clearly remains fragile as the year ends. Christmas trading will now have an enormous impact on the levels of optimism as we enter 2019.”\r\n\r\nThe Business Confidence Survey also reveals that more than two thirds (69%) of drink-led companies now feel optimistic about prospects for their business - more than their counterparts in food-led businesses (63%). It follows a strong period of trading for drink-led pubs, whose recent sales growth as measured by CGA Coffer Peach Business Tracker has been significantly higher than that of restaurants.\r\n\r\nThe new survey also reveals:\r\n<ul>\r\n 	<li><strong>Service and the quality of consumers’ experience are leaders’ two most important priorities at the moment - ahead of food quality and value for money</strong></li>\r\n 	<li><strong>Operators are embracing the trend for healthier eating, with more than half (55%) indicating that healthy options have increased in importance for them</strong></li>\r\n 	<li><strong>Sustainability is a growing priority, with half (50%) of leaders saying their business has dedicated more time to the issue over the last year.</strong></li>\r\n</ul>\r\nTate added: “Many drinks-led pub businesses are clearly buoyant at the moment, riding high on the hot summer and football World Cup and anticipating a strong festive period. However our Survey shows that they, like all operators, will need to stay resolutely focused on the consumer next year - supplying not just good food and drink but embracing key trends and delivering the high-quality all-round experiences that guests now demand.”\r\n\r\nBen Hood, CEO of Fourth, said: “Despite the lingering uncertainty of Brexit, the results do show the confidence of hospitality operators remains steady as they prepare for the year ahead. To manoeuvre through this tough period of rising costs, operators are rightly harnessing the power of technology to support most, if not all, aspects of their businesses. However, this is creating a complex digital infrastructure, with multiple logins and technologies working independently. The big challenge the industry now faces – operators and their lead tech partners – is to work together to bring myriad digital business systems into a single, integrated and coherent platform, and our focus for 12 months is to continue to support our operators and to work collaboratively with our fellow technology providers to deliver this.”\r\n\r\n<strong><em>The CGA Fourth Business Confidence Survey is produced in partnership with Fourth and is based on responses from more than 127 leading figures from the industry, all working at CEO, MD, chairman, board and senior management levels. </em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Waste cut measures must be affordable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/\">Profits on the move</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/\">Beer52 teams up with London restaurants</a></li>\r\n</ul>','CGA Business - optimism across eating and drinking-out market','','publish','closed','open','','cga-business-optimism-eating-drinking-market','','','2018-12-18 08:43:14','2018-12-18 08:43:14','',0,'https://www.ontradeprogress.com/?p=3541',0,'post','',0),(3542,1,'2018-12-18 08:36:07','2018-12-18 08:36:07','Business confidence among leaders of Britain’s eating and drinking-out market remains strained, reveals the latest edition of the CGA Business Confidence Survey, produced in partnership with Fourth.\r\n\r\nWhile 63% - slightly down from the last poll in July - are optimistic about their own businesses’ prospects for next 12 months, just 39% are upbeat about the market as a whole over the same period.\r\n\r\nThe exclusive poll of senior executives from across the pub, bar and restaurant sector, from big corporates to entrepreneurial start-ups, shows that confidence levels have shifted only a few percentage points over the year.\r\n\r\nMarket optimism has moved from 34% in February to 36% in July and 39% last month, following a temporary jump to 47% in May. However, the number of leaders confident in their own company’s prospects has actually slipped slightly from 64% in February and 69% in July to 63% now, despite the fact that last month more than three quarters said they had traded ahead of or in line with their expectations in the last six months.\r\n\r\n\"This simply reflects the volatility and uncertainty in the market,\" said CGA group chief executive Phil Tate. \"This quarterly survey, conducted in November 2018, shows that operators are getting on with business, focussing on improving service and customer experience, as well as increasingly embracing trends in healthy eating and sustainability.\"\r\n\r\nMore than a third (38%) of leaders report that their performance over the last six months had been ahead of their expectations - a rise of nine percentage points from three months earlier. A similar number (39%) say they have traded in line with expectations, with less than a quarter (23%) trading below expectations.\r\n\r\nBut there is pessimism about footfall in 2019, with half (50%) of leaders predicting a decrease in consumers’ frequency of eating and drinking out, and only one in 20 (5%) expecting a rise. The downbeat assessment comes amid growing concerns about the impact of Brexit on consumer confidence.\r\n\r\nCGA’s Phil Tate said: “Our latest CGA Business Confidence Survey reflects a complex and mixed picture in the market at the moment. Many businesses continue to find conditions extremely challenging, and confidence clearly remains fragile as the year ends. Christmas trading will now have an enormous impact on the levels of optimism as we enter 2019.”\r\n\r\nThe Business Confidence Survey also reveals that more than two thirds (69%) of drink-led companies now feel optimistic about prospects for their business - more than their counterparts in food-led businesses (63%). It follows a strong period of trading for drink-led pubs, whose recent sales growth as measured by CGA’s Coffer Peach Business Tracker has been significantly higher than that of restaurants.\r\n\r\nThe new survey also reveals:\r\n<ul>\r\n 	<li>Service and the quality of consumers’ experience are leaders’ two most important priorities at the moment - ahead of food quality and value for money</li>\r\n 	<li>Operators are embracing the trend for healthier eating, with more than half (55%) indicating that healthy options have increased in importance for them</li>\r\n 	<li>Sustainability is a growing priority, with half (50%) of leaders saying their business has dedicated more time to the issue over the last year.</li>\r\n</ul>\r\nTate added: “Many drinks-led pub businesses are clearly buoyant at the moment, riding high on the hot summer and football World Cup and anticipating a strong festive period. However our Survey shows that they, like all operators, will need to stay resolutely focused on the consumer next year - supplying not just good food and drink but embracing key trends and delivering the high-quality all-round experiences that guests now demand.”\r\n\r\nBen Hood, CEO of Fourth, said: “Despite the lingering uncertainty of Brexit, the results do show the confidence of hospitality operators remains steady as they prepare for the year ahead. To manoeuvre through this tough period of rising costs, operators are rightly harnessing the power of technology to support most, if not all, aspects of their businesses. However, this is creating a complex digital infrastructure, with multiple logins and technologies working independently. The big challenge the industry now faces – operators and their lead tech partners – is to work together to bring myriad digital business systems into a single, integrated and coherent platform, and our focus for 12 months is to continue to support our operators and to work collaboratively with our fellow technology providers to deliver this.”\r\n\r\n<strong><em>The CGA Fourth Business Confidence Survey is produced in partnership with Fourth and is based on responses from more than 127 leading figures from the industry, all working at CEO, MD, chairman, board and senior management levels. </em></strong>','Business optimism under pressure across eating and drinking-out market','','inherit','closed','closed','','3541-revision-v1','','','2018-12-18 08:36:07','2018-12-18 08:36:07','',3541,'https://www.ontradeprogress.com/2018/12/18/3541-revision-v1/',0,'revision','',0),(3543,1,'2018-12-18 08:40:24','2018-12-18 08:40:24','','CGA Business - optimism across eating and drinking-out market','CGA Business - optimism across eating and drinking-out market','inherit','closed','closed','','business-3167295_1280','','','2018-12-18 08:40:42','2018-12-18 08:40:42','',3541,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/business-3167295_1280.jpg',0,'attachment','image/jpeg',0),(3544,1,'2018-12-18 08:42:48','2018-12-18 08:42:48','<h1>Business confidence among leaders of Britain’s eating and drinking-out market remains strained, reveals the latest edition of the CGA Business Confidence Survey, produced in partnership with Fourth.</h1>\r\nWhile 63% - slightly down from the last poll in July - are optimistic about their own businesses’ prospects for next 12 months, just 39% are upbeat about the market as a whole over the same period.\r\n\r\nThe exclusive poll of senior executives from across the pub, bar and restaurant sector, from big corporates to entrepreneurial start-ups, shows that confidence levels have shifted only a few percentage points over the year.\r\n\r\nMarket optimism has moved from 34% in February to 36% in July and 39% last month, following a temporary jump to 47% in May. However, the number of leaders confident in their own company’s prospects has actually slipped slightly from 64% in February and 69% in July to 63% now, despite the fact that last month more than three quarters said they had traded ahead of or in line with their expectations in the last six months.\r\n\r\n\"This simply reflects the volatility and uncertainty in the market,\" said CGA group chief executive Phil Tate. \"This quarterly survey, conducted in November 2018, shows that operators are getting on with business, focussing on improving service and customer experience, as well as increasingly embracing trends in healthy eating and sustainability.\"\r\n\r\nMore than a third (38%) of leaders report that their performance over the last six months had been ahead of their expectations - a rise of nine percentage points from three months earlier. A similar number (39%) say they have traded in line with expectations, with less than a quarter (23%) trading below expectations.\r\n\r\nBut there is pessimism about footfall in 2019, with half (50%) of leaders predicting a decrease in consumers’ frequency of eating and drinking out, and only one in 20 (5%) expecting a rise. The downbeat assessment comes amid growing concerns about the impact of Brexit on consumer confidence.\r\n\r\nCGA’s Phil Tate said: “Our latest CGA Business Confidence Survey reflects a complex and mixed picture in the market at the moment. Many businesses continue to find conditions extremely challenging, and confidence clearly remains fragile as the year ends. Christmas trading will now have an enormous impact on the levels of optimism as we enter 2019.”\r\n\r\nThe Business Confidence Survey also reveals that more than two thirds (69%) of drink-led companies now feel optimistic about prospects for their business - more than their counterparts in food-led businesses (63%). It follows a strong period of trading for drink-led pubs, whose recent sales growth as measured by CGA Coffer Peach Business Tracker has been significantly higher than that of restaurants.\r\n\r\nThe new survey also reveals:\r\n<ul>\r\n 	<li><strong>Service and the quality of consumers’ experience are leaders’ two most important priorities at the moment - ahead of food quality and value for money</strong></li>\r\n 	<li><strong>Operators are embracing the trend for healthier eating, with more than half (55%) indicating that healthy options have increased in importance for them</strong></li>\r\n 	<li><strong>Sustainability is a growing priority, with half (50%) of leaders saying their business has dedicated more time to the issue over the last year.</strong></li>\r\n</ul>\r\nTate added: “Many drinks-led pub businesses are clearly buoyant at the moment, riding high on the hot summer and football World Cup and anticipating a strong festive period. However our Survey shows that they, like all operators, will need to stay resolutely focused on the consumer next year - supplying not just good food and drink but embracing key trends and delivering the high-quality all-round experiences that guests now demand.”\r\n\r\nBen Hood, CEO of Fourth, said: “Despite the lingering uncertainty of Brexit, the results do show the confidence of hospitality operators remains steady as they prepare for the year ahead. To manoeuvre through this tough period of rising costs, operators are rightly harnessing the power of technology to support most, if not all, aspects of their businesses. However, this is creating a complex digital infrastructure, with multiple logins and technologies working independently. The big challenge the industry now faces – operators and their lead tech partners – is to work together to bring myriad digital business systems into a single, integrated and coherent platform, and our focus for 12 months is to continue to support our operators and to work collaboratively with our fellow technology providers to deliver this.”\r\n\r\n<strong><em>The CGA Fourth Business Confidence Survey is produced in partnership with Fourth and is based on responses from more than 127 leading figures from the industry, all working at CEO, MD, chairman, board and senior management levels. </em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Waste cut measures must be affordable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/\">Profits on the move</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/\">Beer52 teams up with London restaurants</a></li>\r\n</ul>','CGA Business - optimism across eating and drinking-out market','','inherit','closed','closed','','3541-revision-v1','','','2018-12-18 08:42:48','2018-12-18 08:42:48','',3541,'https://www.ontradeprogress.com/2018/12/18/3541-revision-v1/',0,'revision','',0),(3545,1,'2018-12-18 08:56:06','2018-12-18 08:56:06','<h1>London-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> has added two more authentic Czech-style lagers to its canned range, as listings for its beers increase.</h1>\r\n<strong>Making the move from keg to 440ml cans are:</strong>\r\n<ul>\r\n 	<li>Victoria Session Pils, an extremely quaffable 4.2% session Pils with a sweet butterscotch and floral aroma. Flavour has a little grapefruit and a touch of sweetness, as well as notes of freshly baked bread, and a building bitterness on the dry, subtly spicy finish. RRP £3.65.</li>\r\n 	<li>Henry Honey Lager, a 6.6% Honey lager brewed with specially imported honey from a small family farm in Borsice, South Moravia. Subtle, sophisticated sweetness, that sits calmly in the background, complemented by a warming heat from this deceptively full-bodied strong beer. RRP £4.90.</li>\r\n</ul>\r\nThe addition brings the range of canned lagers available from Bohem Brewery to six. Through its distribution partnership with the UK’s leading beer wholesaler The BottleShop, the brewery is increasing its listings, with the beers now available from specialist retailers Caps and Taps, Hops Burns &amp; Black, Ghost Whale, Beer Shop Hitchen and others. In addition, Bohem has launched an online shop for its canned range at <a href=\"http://www.bohembrewery.com/online-store/\">www.bohembrewery.com/online-store/</a>.\r\n\r\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, “We’re delighted that two more of our authentic lagers now available in cans. The combination of a keg and can is making our distinctive, genuine lagers more widely available to craft beer enthusiasts.\r\n\r\n“There are now more beers than ever on the market that call themselves “lagers”, but our commitment to brewing in the authentic Czech style delivers the genuine article.”\r\n\r\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA - Optimism across eating and drinking-out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Vital sustainability and cut waste measures must be affordable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/\">Profits on the move</a></li>\r\n</ul>','Bohem Brewery expands canned range as listings grow','','publish','closed','open','','bohem-brewery-expands-canned-range','','\nhttps://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/','2018-12-18 08:56:43','2018-12-18 08:56:43','',0,'https://www.ontradeprogress.com/?p=3545',0,'post','',0),(3546,1,'2018-12-18 08:50:58','2018-12-18 08:50:58','','Bohem Brewery expands canned range as listings grow','Bohem Brewery expands canned range','inherit','closed','closed','','bohem-brewery-expanded-can-range','','','2018-12-18 08:51:19','2018-12-18 08:51:19','',3545,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Bohem-Brewery-expanded-can-range.jpg',0,'attachment','image/jpeg',0),(3547,1,'2018-12-18 08:54:18','2018-12-18 08:54:18','<h1>London-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> has added two more authentic Czech-style lagers to its canned range, as listings for its beers increase.</h1>\r\nMaking the move from keg to 440ml cans are:\r\n<ul>\r\n 	<li>Victoria Session Pils, an extremely quaffable 4.2% session Pils with a sweet butterscotch and floral aroma. Flavour has a little grapefruit and a touch of sweetness, as well as notes of freshly baked bread, and a building bitterness on the dry, subtly spicy finish. RRP £3.65.</li>\r\n 	<li>Henry Honey Lager, a 6.6% Honey lager brewed with specially imported honey from a small family farm in Borsice, South Moravia. Subtle, sophisticated sweetness, that sits calmly in the background, complemented by a warming heat from this deceptively full-bodied strong beer. RRP £4.90.</li>\r\n</ul>\r\nThe addition brings the range of canned lagers available from Bohem Brewery to six. Through its distribution partnership with the UK’s leading beer wholesaler The BottleShop, the brewery is increasing its listings, with the beers now available from specialist retailers Caps and Taps, Hops Burns &amp; Black, Ghost Whale, Beer Shop Hitchen and others. In addition, Bohem has launched an online shop for its canned range at <a href=\"http://www.bohembrewery.com/online-store/\">www.bohembrewery.com/online-store/</a>.\r\n\r\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, “We’re delighted that two more of our authentic lagers now available in cans. The combination of a keg and can is making our distinctive, genuine lagers more widely available to craft beer enthusiasts.\r\n\r\n“There are now more beers than ever on the market that call themselves “lagers”, but our commitment to brewing in the authentic Czech style delivers the genuine article.”\r\n\r\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA - Optimism across eating and drinking-out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Vital sustainability and cut waste measures must be affordable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/\">Profits on the move</a></li>\r\n</ul>','Bohem Brewery expands canned range as listings grow','','inherit','closed','closed','','3545-revision-v1','','','2018-12-18 08:54:18','2018-12-18 08:54:18','',3545,'https://www.ontradeprogress.com/2018/12/18/3545-revision-v1/',0,'revision','',0),(3548,1,'2018-12-18 08:56:43','2018-12-18 08:56:43','<h1>London-based Bohem <a href=\"http://www.bohembrewery.com/\" target=\"_blank\" rel=\"noopener\">Brewery</a> has added two more authentic Czech-style lagers to its canned range, as listings for its beers increase.</h1>\r\n<strong>Making the move from keg to 440ml cans are:</strong>\r\n<ul>\r\n 	<li>Victoria Session Pils, an extremely quaffable 4.2% session Pils with a sweet butterscotch and floral aroma. Flavour has a little grapefruit and a touch of sweetness, as well as notes of freshly baked bread, and a building bitterness on the dry, subtly spicy finish. RRP £3.65.</li>\r\n 	<li>Henry Honey Lager, a 6.6% Honey lager brewed with specially imported honey from a small family farm in Borsice, South Moravia. Subtle, sophisticated sweetness, that sits calmly in the background, complemented by a warming heat from this deceptively full-bodied strong beer. RRP £4.90.</li>\r\n</ul>\r\nThe addition brings the range of canned lagers available from Bohem Brewery to six. Through its distribution partnership with the UK’s leading beer wholesaler The BottleShop, the brewery is increasing its listings, with the beers now available from specialist retailers Caps and Taps, Hops Burns &amp; Black, Ghost Whale, Beer Shop Hitchen and others. In addition, Bohem has launched an online shop for its canned range at <a href=\"http://www.bohembrewery.com/online-store/\">www.bohembrewery.com/online-store/</a>.\r\n\r\nZdenek Kudr, chief executive of Tottenham-based Bohem Brewery, said, “We’re delighted that two more of our authentic lagers now available in cans. The combination of a keg and can is making our distinctive, genuine lagers more widely available to craft beer enthusiasts.\r\n\r\n“There are now more beers than ever on the market that call themselves “lagers”, but our commitment to brewing in the authentic Czech style delivers the genuine article.”\r\n\r\nBohem uses bespoke lager brewing kit manufactured in the Czech Republic, and brews with specialist malts and yeast at low temperatures, to create unfiltered and unpasteurised beers that are lagered for a minimum of five weeks.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA - Optimism across eating and drinking-out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Vital sustainability and cut waste measures must be affordable</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/\">Profits on the move</a></li>\r\n</ul>','Bohem Brewery expands canned range as listings grow','','inherit','closed','closed','','3545-revision-v1','','','2018-12-18 08:56:43','2018-12-18 08:56:43','',3545,'https://www.ontradeprogress.com/2018/12/18/3545-revision-v1/',0,'revision','',0),(3549,1,'2018-12-18 09:22:17','2018-12-18 09:22:17','<h1>The Christmas period is a time for celebration and joy, spent with friends and loved ones. Presents have been bought, ‘out of office’ has been switched on and festive cheer is in full swing. Yet amongst all the revelries, it can be easy to overlook home security during a period when homes are most prone to crime.</h1>\r\nTime away visiting relatives or nights out spent at Christmas parties are prime opportunities for burglars to do their dirty work on empty and vulnerable homes. December 2016 was the month which saw the highest rate of home break-ins of that year according to ‘UK Crime Stats’, while December 2017 incurred a 19.4% increase in robberies than that 12 months earlier*.\r\n\r\nGiven such worrying statistics and with the festive season only weeks away, <a href=\"https://www.robertdyas.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">Robert Dyas</a> has compiled a security guide to help ensure your property and possessions are safeguarded from thieves this Christmas. After all, your home is your castle.\r\n\r\nThe Winter Solstice lands on 21st December, marking the shortest day of the year. With decreasing daylight throughout winter, criminals are likely to take advantage of the long, drawn-out evenings. “While such a special time of year, Christmas can be hazardous for keeping your home safe without the correct security measures in place” says Robert Dyas’ Senior DIY Buyer, Shufquat Shah. “We have an abundance of home security products so that no matter your budget or space, you’ll be guaranteed to help deter unwanted visitors”.\r\n\r\nIlluminate your space with a LED security light which will alert to any unexpected outside movement. <a href=\"https://www.robertdyas.co.uk/status-10w-white-pir-led-flood-light\" target=\"_blank\" rel=\"nofollow noopener\">The wall-mounted Robert Dyas White PIR Flood Light</a> (Was £19.99 now £14.99) has a directional PIR sensor which lights up when motion is detected, while also helping you to see clearly when re-entering your home in the dark.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA - Optimism across eating and drinking-out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Cut waste measures must be affordable</a></li>\r\n</ul>\r\nNothing says an empty house like one shrouded in darkness and sometimes the most straightforward solutions are the most useful when it comes to securing homes. If you are leaving the house just for the evening, why not leave the lights and radio on and draw your blinds or curtains to give the appearance of somebody being inside? In addition, this <a href=\"https://www.robertdyas.co.uk/unicom-24-hour-segment-timer\" target=\"_blank\" rel=\"nofollow noopener\">Unicom 24-Hour Segment Timer</a> (£6.99) allows your lights to be switched on and off at times of your choosing, making your home look occupied no matter how long you are away for.\r\n\r\nSound the alarm. <a href=\"https://www.police.uk/crime-prevention-advice/burglary/\" target=\"_blank\" rel=\"nofollow noopener\">The UK police website</a> advises that fitting a visual burglar alarm inside your home will help to prevent thieves. This <a href=\"https://www.robertdyas.co.uk/bosch-smart-home-motion-detector\" target=\"_blank\" rel=\"nofollow noopener\">Bosch Smart Home Motion Detector</a> (£69.95) uses infra-red technology to detect motion from up to 12 metres away and will sound an alarm siren and smartphone app notification to alert you to any intruders whilst away from your home.\r\n\r\nGo one step further and add round-the-clock visuals to your security measures. From a homeowner\'s point of view, peace of mind is paramount when using a recordable video system and nothing says ‘caught in the act’ like an intruder’s face being filmed on CCTV. A security camera system such as the <a href=\"https://www.robertdyas.co.uk/ring-spotlight-cam-battery-white\" target=\"_blank\" rel=\"nofollow noopener\">Ring Spotlight Cam Rechargeable Wireless </a>home security camera (£199.00 reduced to £169.00) means your home is under surveillance even at night, when most susceptible to crime.\r\n\r\nAccording to a report undertaken in July 2017 by the Office for National Statistics, the most likely households to be targeted by burglars are single occupancy homes or those where the responsible adult at the time of the incident was aged 16-24**. Always be able to identify who is at your front door, with this <a href=\"https://www.robertdyas.co.uk/ring-video-doorbell-2\" target=\"_blank\" rel=\"nofollow noopener\">Ring Wi-Fi Video Doorbell 2</a> (£149.00), perfect for when you are away, or if you are home alone.\r\n\r\nWhilst you may have visual measures covered, don’t forget the most obvious – entry point security. Help prevent forced entry with up-to-date locking mechanisms on doors and windows. One of the weakest areas of your home are the French windows or conservatory doors. These areas are often targeted by thieves, as they are usually found at the back of a house where entry is less visible. Out-wit intruders with the <a href=\"https://www.robertdyas.co.uk/patlock-french-door-security-lock\" target=\"_blank\" rel=\"nofollow noopener\">Patlock French Patio Keyless Security Lock</a> (£54.99 reduced to £49.99) which prevents your door handles from being opened, even if their original lock is broken. For fool-proofing your front door, the <a href=\"https://www.robertdyas.co.uk/yale-traditional-front-door-lock\" target=\"_blank\" rel=\"nofollow noopener\">Yale Traditional Front Door Lock</a> (£25.99) will deadlock any opening door to provide a high standard of locking for your home security.\r\n\r\nIf the worst should happen, keep any valuables that you may not carry with you, safeguarded. Electrical goods, important documentation or jewellery are often targeted by thieves and are the most exposed when families head away for the Christmas period. Using a home safe such as the <a href=\"https://www.robertdyas.co.uk/yale-certified-electronic-digital-home-safe\" target=\"_blank\" rel=\"nofollow noopener\">Yale Certified Electronic Digital Home Safe</a> (£149.99) will help protect your precious possessions.\r\n\r\nIf you are concerned about security, don’t forget that befriending your neighbours is helpful as you can look out for one anothers home security. You might even consider joining a neighbourhood watch group.','Want to improve your home security this Christmas?','','publish','closed','open','','improve-home-security-christmas','','','2018-12-18 09:22:17','2018-12-18 09:22:17','',0,'https://www.ontradeprogress.com/?p=3549',0,'post','',0),(3550,1,'2018-12-18 09:07:18','2018-12-18 09:07:18','','December 2016 was the month which saw the highest rate of home break-ins of that year, this is why its essential to not overlook home security','December 2016 was the month which saw the highest rate of home break-ins of that year, this is why its essential to not overlook home security ','inherit','closed','closed','','burglar-3718381_1280','','','2018-12-18 09:16:53','2018-12-18 09:16:53','',3549,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/burglar-3718381_1280.jpg',0,'attachment','image/jpeg',0),(3551,1,'2018-12-18 09:22:17','2018-12-18 09:22:17','<h1>The Christmas period is a time for celebration and joy, spent with friends and loved ones. Presents have been bought, ‘out of office’ has been switched on and festive cheer is in full swing. Yet amongst all the revelries, it can be easy to overlook home security during a period when homes are most prone to crime.</h1>\r\nTime away visiting relatives or nights out spent at Christmas parties are prime opportunities for burglars to do their dirty work on empty and vulnerable homes. December 2016 was the month which saw the highest rate of home break-ins of that year according to ‘UK Crime Stats’, while December 2017 incurred a 19.4% increase in robberies than that 12 months earlier*.\r\n\r\nGiven such worrying statistics and with the festive season only weeks away, <a href=\"https://www.robertdyas.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">Robert Dyas</a> has compiled a security guide to help ensure your property and possessions are safeguarded from thieves this Christmas. After all, your home is your castle.\r\n\r\nThe Winter Solstice lands on 21st December, marking the shortest day of the year. With decreasing daylight throughout winter, criminals are likely to take advantage of the long, drawn-out evenings. “While such a special time of year, Christmas can be hazardous for keeping your home safe without the correct security measures in place” says Robert Dyas’ Senior DIY Buyer, Shufquat Shah. “We have an abundance of home security products so that no matter your budget or space, you’ll be guaranteed to help deter unwanted visitors”.\r\n\r\nIlluminate your space with a LED security light which will alert to any unexpected outside movement. <a href=\"https://www.robertdyas.co.uk/status-10w-white-pir-led-flood-light\" target=\"_blank\" rel=\"nofollow noopener\">The wall-mounted Robert Dyas White PIR Flood Light</a> (Was £19.99 now £14.99) has a directional PIR sensor which lights up when motion is detected, while also helping you to see clearly when re-entering your home in the dark.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA - Optimism across eating and drinking-out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Cut waste measures must be affordable</a></li>\r\n</ul>\r\nNothing says an empty house like one shrouded in darkness and sometimes the most straightforward solutions are the most useful when it comes to securing homes. If you are leaving the house just for the evening, why not leave the lights and radio on and draw your blinds or curtains to give the appearance of somebody being inside? In addition, this <a href=\"https://www.robertdyas.co.uk/unicom-24-hour-segment-timer\" target=\"_blank\" rel=\"nofollow noopener\">Unicom 24-Hour Segment Timer</a> (£6.99) allows your lights to be switched on and off at times of your choosing, making your home look occupied no matter how long you are away for.\r\n\r\nSound the alarm. <a href=\"https://www.police.uk/crime-prevention-advice/burglary/\" target=\"_blank\" rel=\"nofollow noopener\">The UK police website</a> advises that fitting a visual burglar alarm inside your home will help to prevent thieves. This <a href=\"https://www.robertdyas.co.uk/bosch-smart-home-motion-detector\" target=\"_blank\" rel=\"nofollow noopener\">Bosch Smart Home Motion Detector</a> (£69.95) uses infra-red technology to detect motion from up to 12 metres away and will sound an alarm siren and smartphone app notification to alert you to any intruders whilst away from your home.\r\n\r\nGo one step further and add round-the-clock visuals to your security measures. From a homeowner\'s point of view, peace of mind is paramount when using a recordable video system and nothing says ‘caught in the act’ like an intruder’s face being filmed on CCTV. A security camera system such as the <a href=\"https://www.robertdyas.co.uk/ring-spotlight-cam-battery-white\" target=\"_blank\" rel=\"nofollow noopener\">Ring Spotlight Cam Rechargeable Wireless </a>home security camera (£199.00 reduced to £169.00) means your home is under surveillance even at night, when most susceptible to crime.\r\n\r\nAccording to a report undertaken in July 2017 by the Office for National Statistics, the most likely households to be targeted by burglars are single occupancy homes or those where the responsible adult at the time of the incident was aged 16-24**. Always be able to identify who is at your front door, with this <a href=\"https://www.robertdyas.co.uk/ring-video-doorbell-2\" target=\"_blank\" rel=\"nofollow noopener\">Ring Wi-Fi Video Doorbell 2</a> (£149.00), perfect for when you are away, or if you are home alone.\r\n\r\nWhilst you may have visual measures covered, don’t forget the most obvious – entry point security. Help prevent forced entry with up-to-date locking mechanisms on doors and windows. One of the weakest areas of your home are the French windows or conservatory doors. These areas are often targeted by thieves, as they are usually found at the back of a house where entry is less visible. Out-wit intruders with the <a href=\"https://www.robertdyas.co.uk/patlock-french-door-security-lock\" target=\"_blank\" rel=\"nofollow noopener\">Patlock French Patio Keyless Security Lock</a> (£54.99 reduced to £49.99) which prevents your door handles from being opened, even if their original lock is broken. For fool-proofing your front door, the <a href=\"https://www.robertdyas.co.uk/yale-traditional-front-door-lock\" target=\"_blank\" rel=\"nofollow noopener\">Yale Traditional Front Door Lock</a> (£25.99) will deadlock any opening door to provide a high standard of locking for your home security.\r\n\r\nIf the worst should happen, keep any valuables that you may not carry with you, safeguarded. Electrical goods, important documentation or jewellery are often targeted by thieves and are the most exposed when families head away for the Christmas period. Using a home safe such as the <a href=\"https://www.robertdyas.co.uk/yale-certified-electronic-digital-home-safe\" target=\"_blank\" rel=\"nofollow noopener\">Yale Certified Electronic Digital Home Safe</a> (£149.99) will help protect your precious possessions.\r\n\r\nIf you are concerned about security, don’t forget that befriending your neighbours is helpful as you can look out for one anothers home security. You might even consider joining a neighbourhood watch group.','Want to improve your home security this Christmas?','','inherit','closed','closed','','3549-revision-v1','','','2018-12-18 09:22:17','2018-12-18 09:22:17','',3549,'https://www.ontradeprogress.com/2018/12/18/3549-revision-v1/',0,'revision','',0),(3552,1,'2018-12-18 19:01:42','2018-12-18 19:01:42','<h3 style=\"text-align: center;\">New Halal Monitoring Committee (HMC) Approved Beef Burger</h3>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the launch of their new Halal Monitoring Committee (HMC) beef burgers available initially in 113g size in a fully branded and bar coded box which has the full endorsement of the HMC Council based in Leicester.\r\n\r\nThe HMC beef burgers (we are a beef only factory) are made using only fully certified HMC suppliers and our industry respected Superior recipe. All HMC beef burgers are made on a dedicated day at the factory and are monitored by HMC inspectors to ensure that the product from start to finish meets the genuine expectations of the Muslim faith, each box is individually numbered (by way of a serialised sticker) for full traceability and authenticity of product.\r\n\r\nFormed in 2000 and based in beautiful Mid Wales, our current premises are soon to be replaced by our brand-new purpose built burger factory. With a turnover, more than £9.8million we primarily supply the Fast Food and Foodservice markets. All our products have full traceability and can be purchased with absolute peace of mind. We are the sole manufacturer to our holding company Sparks Catering Butchers Ltd based in Enfield who have the market leading “Sparks brand” of Beef burgers. The Burger Manufacturing Company Ltd also supplies strategically placed wholesalers around the UK and into mainland Europe.\r\n\r\n<img class=\"alignleft wp-image-384\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2017/07/Composite-adj.jpg\" alt=\"\" width=\"200\" height=\"299\" />\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5></h5>\r\n<h5>NEW £3.5million Burger Factory</h5>\r\nThe Burger Manufacturing Company Ltd are delighted to announce the grand opening of their brand-new purpose-built burger factory on Wednesday 6<sup>th</sup> September 2017. At a cost of over £3.5million, it will ensure that we can satisfy our existing customer needs well into the future and gives us a platform to develop new markets and products. We are proud to be associated with Builth Wells and look forward to increasing our support for the local population and economy for many years to come.\r\n\r\nSince our formation in 2000 in our original purpose-built factory, we have received many accolades for our high standards and ethics. Our products have full traceability and can be purchased with absolute peace of mind, we are market leaders in the fast food area and are keen to develop new markets both at home and abroad, with this in mind we have launched a range of 170g products including a Chipotle Premium Beef Burger which has to be tried to be believed !!!!\r\n\r\nTo discuss your individual requirements, or for information on any of our products, please contact us using any of the methods below.\r\n\r\nMark Cornall\r\nSales &amp; Marketing Manager\r\nThe Burger Manufacturing Company Ltd\r\n0845 1205 505\r\n<a href=\"mailto:info@qualityburgers.co.uk\">info@qualityburgers.co.uk\r\n</a><a href=\"http://www.qualityburgers.co.uk\">www.qualityburgers.co.uk</a>\r\n\r\n&nbsp;','New Halal Monitoring Committee (HMC) Approved Beef Burger','','inherit','closed','closed','','379-revision-v1','','','2018-12-18 19:01:42','2018-12-18 19:01:42','',379,'https://www.ontradeprogress.com/2018/12/18/379-revision-v1/',0,'revision','',0),(3553,1,'2018-12-20 08:54:33','2018-12-20 08:54:33','<h1>“The central plank of Government\'s immigration policy, to cut off lower-skilled migration with a salary threshold, is fundamentally flawed and will damage the hospitality sector and the wider UK economy. It also does little to build bridges with our European friends.</h1>\r\nWe need the Government to keep to its word, listen to business over the next 12 months and realise that these proposals will be crippling for business, and Britain\'s high streets in particular. An immigration policy that recognises the contributions of migrants of all skill levels is one that works for Britain.\r\n\r\n<strong>“We are working to develop the pipeline of domestic talent, through the Tourism Sector Deal, of which hospitality is a major part; but the hospitality sector needs EU workers to support our homegrown teams and keep the sector growing.</strong>\r\n\r\n“We welcome the Government\'s commitment to expand youth mobility arrangements. All the evidence shows that young migrants contribute significantly to the UK economy. We await further detail on this, but it needs to have sufficient incentive for workers to want to come to the UK in the first place.\r\n\r\n“The introduction of 12-month temporary visa could risk creating a dual workforce, with those permitted to stay being invested in and those on temporary visas unable to plan or progress. This could prove a significant drag on productivity.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA Business optimism over eating and drinking out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Cut waste measures must be affordable</a></li>\r\n</ul>','UKHospitality reaction to migration White Paper','','publish','closed','open','','ukh-migration-hospitality-sector','','https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\nhttps://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/','2018-12-20 11:16:29','2018-12-20 11:16:29','',0,'https://www.ontradeprogress.com/?p=3553',0,'post','',0),(3554,1,'2018-12-20 08:27:45','2018-12-20 08:27:45','','The Government must realise these proposals will be crippling for hospitality sector','The Government must realise these proposals will be crippling for hospitality sector','inherit','closed','closed','','cafe-604600_1280','','','2018-12-20 08:29:25','2018-12-20 08:29:25','',3553,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/cafe-604600_1280.jpg',0,'attachment','image/jpeg',0),(3555,1,'2018-12-20 08:52:01','2018-12-20 08:52:01','<h1>“The central plank of Government\'s immigration policy, to cut off lower-skilled migration with a salary threshold, is fundamentally flawed and will damage the hospitality sector and the wider UK economy. It also does little to build bridges with our European friends.</h1>\r\nWe need the Government to keep to its word, listen to business over the next 12 months and realise that these proposals will be crippling for business, and Britain\'s high streets in particular. An immigration policy that recognises the contributions of migrants of all skill levels is one that works for Britain.\r\n\r\n<strong>“We are working to develop the pipeline of domestic talent, through the Tourism Sector Deal, of which hospitality is a major part; but the hospitality sector needs EU workers to support our homegrown teams and keep the sector growing.</strong>\r\n\r\n“We welcome the Government\'s commitment to expand youth mobility arrangements. All the evidence shows that young migrants contribute significantly to the UK economy. We await further detail on this, but it needs to have sufficient incentive for workers to want to come to the UK in the first place.\r\n\r\n“The introduction of 12-month temporary visa could risk creating a dual workforce, with those permitted to stay being invested in and those on temporary visas unable to plan or progress. This could prove a significant drag on productivity.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/\">CGA Business optimism over eating and drinking out</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Cut waste measures must be affordable</a></li>\r\n</ul>','UKHospitality reaction to migration White Paper','','inherit','closed','closed','','3553-revision-v1','','','2018-12-20 08:52:01','2018-12-20 08:52:01','',3553,'https://www.ontradeprogress.com/2018/12/20/3553-revision-v1/',0,'revision','',0),(3556,1,'2018-12-20 09:11:25','2018-12-20 09:11:25','<h1>High quality and full of flavour, Pipers’ <a href=\"https://www.piperscrisps.com/\" target=\"_blank\" rel=\"noopener\">premium snacks</a> are the perfect accompaniment to the world’s finest craft beers. Pipers are the only crisps company attending CBR19; visitors to their stand will not only have a chance to sit down and try the brand’s newest flavours of crisps and their recently launched healthier snacks.  They’ll also have a chance to win free crisps by playing the unique and exciting Pipers’ Quoits!</h1>\r\n[caption id=\"attachment_3557\" align=\"alignleft\" width=\"147\"]<img class=\" wp-image-3557\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-235x300.jpg\" alt=\"Pipers Crispeas are set to hit the market\" width=\"147\" height=\"188\" /> Pipers Crispeas are set to hit the market[/caption]\r\n\r\n[caption id=\"attachment_3559\" align=\"alignright\" width=\"144\"]<img class=\"size-medium wp-image-3559\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Pipers-Crisps-pairing-Information-144x300.png\" alt=\"Pipers Crispeas are set to hit the market\" width=\"144\" height=\"300\" /> Pipers Crispeas are set to hit the market[/caption]\r\n\r\nJalapeño &amp; Dill is the newest flavour in Pipers’ range of award-winning crisps which, between them, have won 42 gold Great Taste Awards since 2007.  Jalapeño &amp; Dill meets consumer demand for heat and more globally influenced flavours in a unique and delicious flavour fusion.  Like all Pipers Crisps, Jalapeño &amp; Dill is a strong, bold flavour; a perfect accompaniment for an IPA or an ice-cold craft lager served with fresh lime.  Suggestions for other flavour pairings will also be available to visitors.\r\n\r\nHealthier snacking is a growing trend which shows no signs of slowing down.  To meet this demand, Pipers recently launched a new range of highly innovative snacks.  Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 91 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack.  Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHoapitality reaction to migration white paper</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Vital sustainability and cut waste measures must be affordable</a></li>\r\n</ul>','Pipers shows new snacks and crispeas flavours at CBR19','','publish','closed','open','','pipers-crispeas-new-range','','\nhttps://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/','2018-12-20 09:12:04','2018-12-20 09:12:04','',0,'https://www.ontradeprogress.com/?p=3556',0,'post','',0),(3557,1,'2018-12-20 09:01:35','2018-12-20 09:01:35','','PIPERS 2018 JALAPENO & DILL 40g 60412 SHAD','Pipers Crispeas are set to hit the market','inherit','closed','closed','','pipers-2018-jalapeno-dill-40g-60412-shad','','','2018-12-20 09:03:12','2018-12-20 09:03:12','',3556,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD.jpg',0,'attachment','image/jpeg',0),(3558,1,'2018-12-20 09:02:29','2018-12-20 09:02:29','','Pipers Crispeas Packs','Pipers Crispeas are set to hit the market','inherit','closed','closed','','pipers-crispeas-packs-all-overlap-medium','','','2018-12-20 09:04:46','2018-12-20 09:04:46','',3556,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Pipers-Crispeas-Packs-All-overlap-medium.jpg',0,'attachment','image/jpeg',0),(3559,1,'2018-12-20 09:02:49','2018-12-20 09:02:49','','Pipers Crisps pairing Information','Pipers Crispeas are set to hit the market','inherit','closed','closed','','pipers-crisps-pairing-information','','','2018-12-20 09:05:14','2018-12-20 09:05:14','',3556,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Pipers-Crisps-pairing-Information.png',0,'attachment','image/png',0),(3560,1,'2018-12-20 09:08:33','2018-12-20 09:08:33','<h1>High quality and full of flavour, Pipers’ premium snacks are the perfect accompaniment to the world’s finest craft beers. Pipers are the only crisps company attending CBR19; visitors to their stand will not only have a chance to sit down and try the brand’s newest flavours of crisps and their recently launched healthier snacks.  They’ll also have a chance to win free crisps by playing the unique and exciting Pipers’ Quoits!</h1>\r\n[caption id=\"attachment_3557\" align=\"alignleft\" width=\"147\"]<img class=\" wp-image-3557\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-235x300.jpg\" alt=\"Pipers Crispeas are set to hit the market\" width=\"147\" height=\"188\" /> Pipers Crispeas are set to hit the market[/caption]\r\n\r\n[caption id=\"attachment_3559\" align=\"alignright\" width=\"144\"]<img class=\"size-medium wp-image-3559\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Pipers-Crisps-pairing-Information-144x300.png\" alt=\"Pipers Crispeas are set to hit the market\" width=\"144\" height=\"300\" /> Pipers Crispeas are set to hit the market[/caption]\r\n\r\nJalapeño &amp; Dill is the newest flavour in Pipers’ range of award-winning crisps which, between them, have won 42 gold Great Taste Awards since 2007.  Jalapeño &amp; Dill meets consumer demand for heat and more globally influenced flavours in a unique and delicious flavour fusion.  Like all Pipers Crisps, Jalapeño &amp; Dill is a strong, bold flavour; a perfect accompaniment for an IPA or an ice-cold craft lager served with fresh lime.  Suggestions for other flavour pairings will also be available to visitors.\r\n\r\nHealthier snacking is a growing trend which shows no signs of slowing down.  To meet this demand, Pipers recently launched a new range of highly innovative snacks.  Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 91 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack.  Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.','Pipers shows new snacks and crispeas flavours at CBR19','','inherit','closed','closed','','3556-revision-v1','','','2018-12-20 09:08:33','2018-12-20 09:08:33','',3556,'https://www.ontradeprogress.com/2018/12/20/3556-revision-v1/',0,'revision','',0),(3561,1,'2018-12-20 09:11:09','2018-12-20 09:11:09','<h1>High quality and full of flavour, Pipers’ <a href=\"https://www.piperscrisps.com/\" target=\"_blank\" rel=\"noopener\">premium snacks</a> are the perfect accompaniment to the world’s finest craft beers. Pipers are the only crisps company attending CBR19; visitors to their stand will not only have a chance to sit down and try the brand’s newest flavours of crisps and their recently launched healthier snacks.  They’ll also have a chance to win free crisps by playing the unique and exciting Pipers’ Quoits!</h1>\r\n[caption id=\"attachment_3557\" align=\"alignleft\" width=\"147\"]<img class=\" wp-image-3557\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/PIPERS-2018-JALAPENO-DILL-40g-60412-SHAD-235x300.jpg\" alt=\"Pipers Crispeas are set to hit the market\" width=\"147\" height=\"188\" /> Pipers Crispeas are set to hit the market[/caption]\r\n\r\n[caption id=\"attachment_3559\" align=\"alignright\" width=\"144\"]<img class=\"size-medium wp-image-3559\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Pipers-Crisps-pairing-Information-144x300.png\" alt=\"Pipers Crispeas are set to hit the market\" width=\"144\" height=\"300\" /> Pipers Crispeas are set to hit the market[/caption]\r\n\r\nJalapeño &amp; Dill is the newest flavour in Pipers’ range of award-winning crisps which, between them, have won 42 gold Great Taste Awards since 2007.  Jalapeño &amp; Dill meets consumer demand for heat and more globally influenced flavours in a unique and delicious flavour fusion.  Like all Pipers Crisps, Jalapeño &amp; Dill is a strong, bold flavour; a perfect accompaniment for an IPA or an ice-cold craft lager served with fresh lime.  Suggestions for other flavour pairings will also be available to visitors.\r\n\r\nHealthier snacking is a growing trend which shows no signs of slowing down.  To meet this demand, Pipers recently launched a new range of highly innovative snacks.  Pipers Crispeas are a fresh take on the British pea, available in three delicious flavours - Matar Paneer, Salsa Verde and English Mint - offering a low calorie (less than 91 kcal per pack) source of protein and source of fibre snack, with all the bold taste associated with a Pipers snack.  Pipers Crispeas are gluten-free, wheat-free, barley-free and suitable for vegetarians.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHoapitality reaction to migration white paper</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/\">Vital sustainability and cut waste measures must be affordable</a></li>\r\n</ul>','Pipers shows new snacks and crispeas flavours at CBR19','','inherit','closed','closed','','3556-revision-v1','','','2018-12-20 09:11:09','2018-12-20 09:11:09','',3556,'https://www.ontradeprogress.com/2018/12/20/3556-revision-v1/',0,'revision','',0),(3565,1,'2018-12-20 09:49:49','2018-12-20 09:49:49','<h1>Is it just us, or does the word ‘vegan’ seem to be popping up everywhere? We’re seeing more vegan beauty products, vegan restaurant dishes, vegan food ranges in supermarkets… even vegan beer! It’s clear that the movement has fast become part of the zeitgeist — an admirable feat for the community, given that around twenty years ago it was considered radical.</h1>\r\nAccording to The Vegan Society, the number of vegans in Britain doubled from 2014 to 2016 and, incredibly, doubled again from 276,000 in 2016 to 600,000 in 2018.* So it’s no surprise the campaign Veganuary grew by a record 183% in 2018, with up to 168,542 people signing up to go vegan**. After all, there are more than enough reasons to try it: improving animal welfare, the environment and health to name a few.\r\n\r\nIf you’re thinking of trying it but have no idea where to start, don’t worry — there are heaps of things you can do to make the transition easier. Leading high street retailer <a href=\"https://www.robertdyas.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">Robert Dyas</a> has come up with a list of tips, complete with handy <a href=\"https://www.robertdyas.co.uk/kitchen/cookware/kitchen-utensils\" target=\"_blank\" rel=\"nofollow noopener\">kitchen gadgets</a> to help you out.\r\n\r\n“Veganism can open up all sorts of culinary opportunities as there are so many exciting new recipes to experiment with”, says Robert Dyas’ Head of Marketing, Rebecca Waters. “Whether you’re adventurous in the kitchen or not, there’ll always be some key items you need to make your life easier during Veganuary. We’ve got all the essentials like food processors and blenders to handy little gadgets like avocado tools to help you make it through the month!”\r\n<h2>17 Tips for Completing Veganuary 2019</h2>\r\n[caption id=\"attachment_3566\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3566\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/vegetables-2338824_1280-300x200.jpg\" alt=\"Veganuary grew by 183% in 2018\" width=\"300\" height=\"200\" /> Veganuary grew by 183% in 2018[/caption]\r\n\r\n1. Make best use of your <a href=\"https://www.robertdyas.co.uk/kitchen/cookware/pots-pans\" target=\"_blank\" rel=\"nofollow noopener\">pots and pans</a> by cooking food in batches to freeze for later on (easy soups with leafy veg, white beans and quinoa are ideal as they contain plenty of protein, calcium and other nutrients). That way, you’ll have more time to get used to all the new recipes you’ll be experimenting with, instead of having to think about what to make every night.\r\n2. Remember you don’t need to replace all your meat or fish with pre-packed vegan substitutes — it’s much cheaper to use pulses and lentils for the ‘meaty’ part of your meal.\r\n3<strong>.</strong> Start with dishes you know and make adaptations, such as removing cheese and adding nutritional yeast instead for that cheesy flavour.\r\n4. Invest in a <a href=\"https://www.robertdyas.co.uk/electricals/kitchen-electricals/food-processors\" target=\"_blank\" rel=\"nofollow noopener\">food processor</a> like the <a href=\"https://www.robertdyas.co.uk/kenwood-fdp301wh-multipro-compact-food-processor\" target=\"_blank\" rel=\"nofollow noopener\">Kenwood Multipro</a> (£39.99). This is your must-have item as a vegan cook as you can make all sorts of meals, from falafels to add to wraps, to <a href=\"https://veganuary.com/recipes/cheese-on-toast-with-potato-and-carrot-cheese/\" target=\"_blank\" rel=\"nofollow noopener\">vegan cheese for some cheese on toast</a>.\r\n5. Don’t have room for a food processor? Use the <a href=\"https://www.robertdyas.co.uk/salter-ek3171-compact-prep-pro-blender\" target=\"_blank\" rel=\"nofollow noopener\">Salter Compact Prep Pro</a> (£39.99, available in store from 26th December) instead to save space and cut down the time you spend chopping veg.\r\n6. Avocados are a delicious ‘meaty’ fruit, and are great for bulking up salads or even making creamy desserts. This <a href=\"https://www.robertdyas.co.uk/kitchen-craft-5-in-1-avocado-tool\" target=\"_blank\" rel=\"nofollow noopener\">Kitchen Craft 5-in-1 Avocado Tool</a> (£8.99) could come in handy if you’re partial to an avo or two, and these <a href=\"https://www.robertdyas.co.uk/kitchen-craft-silicone-avocado-huggers-set-of-2\" target=\"_blank\" rel=\"nofollow noopener\">Kitchen Craft Silicone Avocado Huggers</a> (£5.99) are great for preserving the remaining halves.\r\n7. If you’re feeling adventurous, make your own dairy substitutes, such as <a href=\"https://food52.com/recipes/37768-french-lentil-and-arugula-salad-with-herbed-cashew-cheese?utm_source=cj&amp;affil=cj&amp;utm_medium=affiliate&amp;utm_campaign=Food52+Shop&amp;company=Skimlinks&amp;website=8025381&amp;cjevent=feed9082e36e11e880db00b60a18050e\" target=\"_blank\" rel=\"nofollow noopener\">cashew cheese</a>, creamy <a href=\"https://blog.myfitnesspal.com/homemade-banana-yogurt/\" target=\"_blank\" rel=\"nofollow noopener\">banana yoghurt</a> and <a href=\"https://www.thespruceeats.com/raw-vegan-gluten-free-almond-milk-3377459\" target=\"_blank\" rel=\"nofollow noopener\">homemade almond milk</a>.\r\n8. As you’ll be off dairy, you’ll need to get your calcium from rich plant sources instead. Use a wok — like this <a href=\"https://www.robertdyas.co.uk/salter-megastone-wok-with-lid-28cm\" target=\"_blank\" rel=\"nofollow noopener\">Salter Megastone Wok</a> (£17.99) — to batch-cook a stir-fry with calcium-set tofu, kale, broccoli and other veg, and drizzle it in calcium-rich tahini before adding the soy sauce. Snacking on almonds is another great way to boost your calcium intake.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers show new snacks and crispeas flavours</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHospitality reaction to migration white paper</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n</ul>\r\n[caption id=\"attachment_3567\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3567\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/salad-2756467_1280-300x200.jpg\" alt=\"Veganuary grew by 183% in 2018\" width=\"300\" height=\"200\" /> Veganuary grew by 183% in 2018[/caption]\r\n\r\n9. Swap milk chocolate for dark if you can but if you’re not keen on its bitter taste, it’s super-easy to make some vegan desserts. Use a <a href=\"https://www.robertdyas.co.uk/electricals/kitchen-electricals/food-processors\" target=\"_blank\" rel=\"nofollow noopener\">food processor</a> to make delicious date and nut protein balls, or a <a href=\"https://www.robertdyas.co.uk/electricals/kitchen-electricals/blenders\" target=\"_blank\" rel=\"nofollow noopener\">blender</a> (£22.49) to make vegan mousse with avocado, cacoa and agave nectar (a tasty alternative to honey).\r\n10. If you’re worried about missing out on nutrients, invest in a nutrient extractor like the <a href=\"https://www.robertdyas.co.uk/tower-1000w-grey-xtreme-pro-nutri-blender\" target=\"_blank\" rel=\"nofollow noopener\">Tower 1000W Xtreme Pro Nutri Blender</a> (£29.99) or <a href=\"https://www.robertdyas.co.uk/daewoo-1-5l-5-speed-glass-jug-kitchen-blender\" target=\"_blank\" rel=\"nofollow noopener\">jug blender</a> (£22.49) and make smoothies. It’s an easy way to add extra veg like nutrient-dense kale or healthy nuts into your daily diet. You can also use your blender for speedy pasta sauces with a creamy coconut base, or soups made from veg, herbs and stock, lightly heated afterwards on the hob.\r\n11. Think you’ll miss ice cream? Make heavenly homemade sorbet with chopped frozen bananas and berries — simply wait for them to defrost a touch, and then blend together with a hand blender like the <a href=\"https://www.robertdyas.co.uk/bosch-clevermixx-hand-blender\" target=\"_blank\" rel=\"nofollow noopener\">Bosch CleverMixx</a> (£24.99).\r\n12. Use this <a href=\"https://www.robertdyas.co.uk/kitchencraft-melon-baller\" target=\"_blank\" rel=\"nofollow noopener\">Kitchen Craft Melon Baller</a> (£3.99) to scoop out perfect spheres of melon for an appetising healthy dessert.\r\n13. Love baking? Make like the Bake Off contestants and use aquafaba (the liquid in cans of chickpeas) as a substitute for eggs in meringues and pavlovas. This <a href=\"https://www.robertdyas.co.uk/prochef-black-matte-sda1337-stand-mixer\" target=\"_blank\" rel=\"nofollow noopener\">Prochef Stand Mixer</a> (£59.99) will help you out.\r\n14. Make the most of your new plant-based diet by maximising the amount of nutrients you get from your veg. Using a <a href=\"https://www.robertdyas.co.uk/russell-hobbs-3-tier-food-steamer\" target=\"_blank\" rel=\"nofollow noopener\">steamer</a> (£29.99) will help retain nutrients which are often lost when boiling.\r\n15. Lentils are an incredible source of nutrients, so create some dishes in which they’re a key ingredient. Lentil dhals are delicious — make these in a <a href=\"https://www.robertdyas.co.uk/tower-6l-pressure-cooker\" target=\"_blank\" rel=\"nofollow noopener\">pressure cooker</a> (£29.99) for the best results.\r\n16. If you’re going vegan for the environment, why not go the whole vegan hog and use an eco-friendly bamboo chopping board? This <a href=\"https://www.robertdyas.co.uk/progress-bamboo-chopping-board-with-knife-sharpener\" target=\"_blank\" rel=\"nofollow noopener\">Progress Bamboo Chopping Board</a> (£14.99, online only) even features a knife sharpener, which is sure to come in handy with all that veg you’ll be chopping!\r\n17. Most of all, if you find yourself missing meat and dairy, be creative and enjoy capturing similar flavours and textures with new ingredients and recipes. While you may find certain foods don’t replicate animal produce, you can enjoy all sorts of different dishes that you’d never have discovered without going vegan.\r\n\r\n<strong>For more information please visit the Robert Dyas website at (<a href=\"http://www.robertdyas.co.uk/\">http://www.robertdyas.co.uk</a>).</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/24/aryzta-launches-vegan-loaf-cakes/\">Good for Veganuary - Vegan loaf cakes</a></li>\r\n</ul>','Doing Veganuary This Year? Follow These 17 Tips for Going Vegan','','publish','closed','open','','veganuary-follow-17-tips-vegan','','','2018-12-20 09:49:49','2018-12-20 09:49:49','',0,'https://www.ontradeprogress.com/?p=3565',0,'post','',0),(3566,1,'2018-12-20 09:41:11','2018-12-20 09:41:11','','Veganuary grew by 183% in 2018','Veganuary grew by 183% in 2018','inherit','closed','closed','','vegetables-2338824_1280','','','2018-12-20 09:41:44','2018-12-20 09:41:44','',3565,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/vegetables-2338824_1280.jpg',0,'attachment','image/jpeg',0),(3567,1,'2018-12-20 09:43:43','2018-12-20 09:43:43','','salad-2756467_1280','Veganuary grew by 183% in 2018','inherit','closed','closed','','salad-2756467_1280','','','2018-12-20 09:44:54','2018-12-20 09:44:54','',3565,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/salad-2756467_1280.jpg',0,'attachment','image/jpeg',0),(3568,1,'2018-12-20 09:44:18','2018-12-20 09:44:18','','Veganuary grew by 183% in 2018','Veganuary grew by 183% in 2018','inherit','closed','closed','','water-2943518_1280','','','2018-12-20 09:45:15','2018-12-20 09:45:15','',3565,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/water-2943518_1280.jpg',0,'attachment','image/jpeg',0),(3569,1,'2018-12-20 09:49:20','2018-12-20 09:49:20','<h1>Is it just us, or does the word ‘vegan’ seem to be popping up everywhere? We’re seeing more vegan beauty products, vegan restaurant dishes, vegan food ranges in supermarkets… even vegan beer! It’s clear that the movement has fast become part of the zeitgeist — an admirable feat for the community, given that around twenty years ago it was considered radical.</h1>\r\nAccording to The Vegan Society, the number of vegans in Britain doubled from 2014 to 2016 and, incredibly, doubled again from 276,000 in 2016 to 600,000 in 2018.* So it’s no surprise the campaign Veganuary grew by a record 183% in 2018, with up to 168,542 people signing up to go vegan**. After all, there are more than enough reasons to try it: improving animal welfare, the environment and health to name a few.\r\n\r\nIf you’re thinking of trying it but have no idea where to start, don’t worry — there are heaps of things you can do to make the transition easier. Leading high street retailer <a href=\"https://www.robertdyas.co.uk/\" target=\"_blank\" rel=\"nofollow noopener\">Robert Dyas</a> has come up with a list of tips, complete with handy <a href=\"https://www.robertdyas.co.uk/kitchen/cookware/kitchen-utensils\" target=\"_blank\" rel=\"nofollow noopener\">kitchen gadgets</a> to help you out.\r\n\r\n“Veganism can open up all sorts of culinary opportunities as there are so many exciting new recipes to experiment with”, says Robert Dyas’ Head of Marketing, Rebecca Waters. “Whether you’re adventurous in the kitchen or not, there’ll always be some key items you need to make your life easier during Veganuary. We’ve got all the essentials like food processors and blenders to handy little gadgets like avocado tools to help you make it through the month!”\r\n<h2>17 Tips for Completing Veganuary 2019</h2>\r\n[caption id=\"attachment_3566\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3566\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/vegetables-2338824_1280-300x200.jpg\" alt=\"Veganuary grew by 183% in 2018\" width=\"300\" height=\"200\" /> Veganuary grew by 183% in 2018[/caption]\r\n\r\n1. Make best use of your <a href=\"https://www.robertdyas.co.uk/kitchen/cookware/pots-pans\" target=\"_blank\" rel=\"nofollow noopener\">pots and pans</a> by cooking food in batches to freeze for later on (easy soups with leafy veg, white beans and quinoa are ideal as they contain plenty of protein, calcium and other nutrients). That way, you’ll have more time to get used to all the new recipes you’ll be experimenting with, instead of having to think about what to make every night.\r\n2. Remember you don’t need to replace all your meat or fish with pre-packed vegan substitutes — it’s much cheaper to use pulses and lentils for the ‘meaty’ part of your meal.\r\n3<strong>.</strong> Start with dishes you know and make adaptations, such as removing cheese and adding nutritional yeast instead for that cheesy flavour.\r\n4. Invest in a <a href=\"https://www.robertdyas.co.uk/electricals/kitchen-electricals/food-processors\" target=\"_blank\" rel=\"nofollow noopener\">food processor</a> like the <a href=\"https://www.robertdyas.co.uk/kenwood-fdp301wh-multipro-compact-food-processor\" target=\"_blank\" rel=\"nofollow noopener\">Kenwood Multipro</a> (£39.99). This is your must-have item as a vegan cook as you can make all sorts of meals, from falafels to add to wraps, to <a href=\"https://veganuary.com/recipes/cheese-on-toast-with-potato-and-carrot-cheese/\" target=\"_blank\" rel=\"nofollow noopener\">vegan cheese for some cheese on toast</a>.\r\n5. Don’t have room for a food processor? Use the <a href=\"https://www.robertdyas.co.uk/salter-ek3171-compact-prep-pro-blender\" target=\"_blank\" rel=\"nofollow noopener\">Salter Compact Prep Pro</a> (£39.99, available in store from 26th December) instead to save space and cut down the time you spend chopping veg.\r\n6. Avocados are a delicious ‘meaty’ fruit, and are great for bulking up salads or even making creamy desserts. This <a href=\"https://www.robertdyas.co.uk/kitchen-craft-5-in-1-avocado-tool\" target=\"_blank\" rel=\"nofollow noopener\">Kitchen Craft 5-in-1 Avocado Tool</a> (£8.99) could come in handy if you’re partial to an avo or two, and these <a href=\"https://www.robertdyas.co.uk/kitchen-craft-silicone-avocado-huggers-set-of-2\" target=\"_blank\" rel=\"nofollow noopener\">Kitchen Craft Silicone Avocado Huggers</a> (£5.99) are great for preserving the remaining halves.\r\n7. If you’re feeling adventurous, make your own dairy substitutes, such as <a href=\"https://food52.com/recipes/37768-french-lentil-and-arugula-salad-with-herbed-cashew-cheese?utm_source=cj&amp;affil=cj&amp;utm_medium=affiliate&amp;utm_campaign=Food52+Shop&amp;company=Skimlinks&amp;website=8025381&amp;cjevent=feed9082e36e11e880db00b60a18050e\" target=\"_blank\" rel=\"nofollow noopener\">cashew cheese</a>, creamy <a href=\"https://blog.myfitnesspal.com/homemade-banana-yogurt/\" target=\"_blank\" rel=\"nofollow noopener\">banana yoghurt</a> and <a href=\"https://www.thespruceeats.com/raw-vegan-gluten-free-almond-milk-3377459\" target=\"_blank\" rel=\"nofollow noopener\">homemade almond milk</a>.\r\n8. As you’ll be off dairy, you’ll need to get your calcium from rich plant sources instead. Use a wok — like this <a href=\"https://www.robertdyas.co.uk/salter-megastone-wok-with-lid-28cm\" target=\"_blank\" rel=\"nofollow noopener\">Salter Megastone Wok</a> (£17.99) — to batch-cook a stir-fry with calcium-set tofu, kale, broccoli and other veg, and drizzle it in calcium-rich tahini before adding the soy sauce. Snacking on almonds is another great way to boost your calcium intake.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers show new snacks and crispeas flavours</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHospitality reaction to migration white paper</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/\">Bohem Brewery expands their canned range</a></li>\r\n</ul>\r\n[caption id=\"attachment_3567\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3567\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/salad-2756467_1280-300x200.jpg\" alt=\"Veganuary grew by 183% in 2018\" width=\"300\" height=\"200\" /> Veganuary grew by 183% in 2018[/caption]\r\n\r\n9. Swap milk chocolate for dark if you can but if you’re not keen on its bitter taste, it’s super-easy to make some vegan desserts. Use a <a href=\"https://www.robertdyas.co.uk/electricals/kitchen-electricals/food-processors\" target=\"_blank\" rel=\"nofollow noopener\">food processor</a> to make delicious date and nut protein balls, or a <a href=\"https://www.robertdyas.co.uk/electricals/kitchen-electricals/blenders\" target=\"_blank\" rel=\"nofollow noopener\">blender</a> (£22.49) to make vegan mousse with avocado, cacoa and agave nectar (a tasty alternative to honey).\r\n10. If you’re worried about missing out on nutrients, invest in a nutrient extractor like the <a href=\"https://www.robertdyas.co.uk/tower-1000w-grey-xtreme-pro-nutri-blender\" target=\"_blank\" rel=\"nofollow noopener\">Tower 1000W Xtreme Pro Nutri Blender</a> (£29.99) or <a href=\"https://www.robertdyas.co.uk/daewoo-1-5l-5-speed-glass-jug-kitchen-blender\" target=\"_blank\" rel=\"nofollow noopener\">jug blender</a> (£22.49) and make smoothies. It’s an easy way to add extra veg like nutrient-dense kale or healthy nuts into your daily diet. You can also use your blender for speedy pasta sauces with a creamy coconut base, or soups made from veg, herbs and stock, lightly heated afterwards on the hob.\r\n11. Think you’ll miss ice cream? Make heavenly homemade sorbet with chopped frozen bananas and berries — simply wait for them to defrost a touch, and then blend together with a hand blender like the <a href=\"https://www.robertdyas.co.uk/bosch-clevermixx-hand-blender\" target=\"_blank\" rel=\"nofollow noopener\">Bosch CleverMixx</a> (£24.99).\r\n12. Use this <a href=\"https://www.robertdyas.co.uk/kitchencraft-melon-baller\" target=\"_blank\" rel=\"nofollow noopener\">Kitchen Craft Melon Baller</a> (£3.99) to scoop out perfect spheres of melon for an appetising healthy dessert.\r\n13. Love baking? Make like the Bake Off contestants and use aquafaba (the liquid in cans of chickpeas) as a substitute for eggs in meringues and pavlovas. This <a href=\"https://www.robertdyas.co.uk/prochef-black-matte-sda1337-stand-mixer\" target=\"_blank\" rel=\"nofollow noopener\">Prochef Stand Mixer</a> (£59.99) will help you out.\r\n14. Make the most of your new plant-based diet by maximising the amount of nutrients you get from your veg. Using a <a href=\"https://www.robertdyas.co.uk/russell-hobbs-3-tier-food-steamer\" target=\"_blank\" rel=\"nofollow noopener\">steamer</a> (£29.99) will help retain nutrients which are often lost when boiling.\r\n15. Lentils are an incredible source of nutrients, so create some dishes in which they’re a key ingredient. Lentil dhals are delicious — make these in a <a href=\"https://www.robertdyas.co.uk/tower-6l-pressure-cooker\" target=\"_blank\" rel=\"nofollow noopener\">pressure cooker</a> (£29.99) for the best results.\r\n16. If you’re going vegan for the environment, why not go the whole vegan hog and use an eco-friendly bamboo chopping board? This <a href=\"https://www.robertdyas.co.uk/progress-bamboo-chopping-board-with-knife-sharpener\" target=\"_blank\" rel=\"nofollow noopener\">Progress Bamboo Chopping Board</a> (£14.99, online only) even features a knife sharpener, which is sure to come in handy with all that veg you’ll be chopping!\r\n17. Most of all, if you find yourself missing meat and dairy, be creative and enjoy capturing similar flavours and textures with new ingredients and recipes. While you may find certain foods don’t replicate animal produce, you can enjoy all sorts of different dishes that you’d never have discovered without going vegan.\r\n\r\n<strong>For more information please visit the Robert Dyas website at (<a href=\"http://www.robertdyas.co.uk/\">http://www.robertdyas.co.uk</a>).</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/10/24/aryzta-launches-vegan-loaf-cakes/\">Good for Veganuary - Vegan loaf cakes</a></li>\r\n</ul>','Doing Veganuary This Year? Follow These 17 Tips for Going Vegan','','inherit','closed','closed','','3565-revision-v1','','','2018-12-20 09:49:20','2018-12-20 09:49:20','',3565,'https://www.ontradeprogress.com/2018/12/20/3565-revision-v1/',0,'revision','',0),(3570,1,'2018-12-20 10:33:38','2018-12-20 10:33:38','<h1>British Lion eggs are diving into a partnership with double World Champion and social media megastar Tom Daley as part of a £1m+ marketing campaign for 2019  to drive the continued growth of egg sales and increase awareness of the Lion.</h1>\r\nThe #WonderEgg campaign has been designed to increase the visibility of the Lion, communicate the FSA advice that runny eggs are safe for vulnerable groups, as long as they are Lion, and tap into the nutrition, health and versatility benefits of eggs.\r\n\r\n[caption id=\"attachment_3572\" align=\"alignright\" width=\"193\"]<img class=\"size-medium wp-image-3572\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/TOM-DALEY-3-LR-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" /> Tom Daley &amp; British Lion Eggs team up for 2019[/caption]\r\n\r\nPopular professional diver Daley, who has a social media following of 7 million, is spearheading the #WonderEgg programme. His natural interest in a healthy lifestyle, including his new experience as a Dad and the publication of two cookery books, means Daley is ideally placed to influence a wide range of consumers.\r\n\r\nFurther ambassadors, partnerships and experts will be announced throughout the year with a focus on millennials and vulnerable groups, across retail and foodservice, as well as the care home community.  The campaign will also maximise seasonal and calendar opportunities year-round across traditional and digital media.\r\n\r\nThe campaign is being launched simultaneously with an updated Lion Code of Practice. Regarded globally as the most successful food safety scheme, the Code has been future-proofed with new and improved auditing to ensure it withstands continued scrutiny and maintains the highest standards for the UK’s growing band of egg consumers.\r\n\r\nAndrew Joret, Chairman of the British Egg Industry Council, says: “Egg sales continue to soar, driven by younger consumers, barriers to consumption have been removed, consumer confidence in the nutritional benefits of eggs is on a high, and there is room in the market for growth.\r\n\r\n“With an exciting and focused marketing campaign set to launch, featuring high-profile influencers with a huge combined reach, the outlook is overwhelmingly positive. As an industry, we can’t wait to get cracking and I expect to see sales continue to climb in 2019.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps show off a new range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHospitality on migration white paper</a></li>\r\n</ul>','British Lion eggs to make a big splash in 2019','','publish','closed','open','','british-lion-eggs-make-splash-2019','','\nhttps://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/','2018-12-20 10:34:16','2018-12-20 10:34:16','',0,'https://www.ontradeprogress.com/?p=3570',0,'post','',0),(3571,1,'2018-12-20 10:19:11','2018-12-20 10:19:11','<h1>British Lion eggs are diving into a partnership with double World Champion and social media megastar Tom Daley as part of a £1m+ marketing campaign for 2019  to drive the continued growth of egg sales and increase awareness of the Lion.</h1>\r\nThe #WonderEgg campaign has been designed to increase the visibility of the Lion, communicate the FSA advice that runny eggs are safe for vulnerable groups, as long as they are Lion, and tap into the nutrition, health and versatility benefits of eggs.\r\n\r\nPopular professional diver Daley, who has a social media following of 7 million, is spearheading the #WonderEgg programme. His natural interest in a healthy lifestyle, including his new experience as a Dad and the publication of two cookery books, means Daley is ideally placed to influence a wide range of consumers.\r\n\r\nFurther ambassadors, partnerships and experts will be announced throughout the year with a focus on millennials and vulnerable groups, across retail and foodservice, as well as the care home community.  The campaign will also maximise seasonal and calendar opportunities year-round across traditional and digital media.\r\n\r\nThe campaign is being launched simultaneously with an updated Lion Code of Practice. Regarded globally as the most successful food safety scheme, the Code has been future-proofed with new and improved auditing to ensure it withstands continued scrutiny and maintains the highest standards for the UK’s growing band of egg consumers.\r\n\r\nAndrew Joret, Chairman of the British Egg Industry Council, says: “Egg sales continue to soar, driven by younger consumers, barriers to consumption have been removed, consumer confidence in the nutritional benefits of eggs is on a high, and there is room in the market for growth.\r\n\r\n“With an exciting and focused marketing campaign set to launch, featuring high-profile influencers with a huge combined reach, the outlook is overwhelmingly positive. As an industry, we can’t wait to get cracking and I expect to see sales continue to climb in 2019.”','British Lion eggs to make a big splash in 2019','','inherit','closed','closed','','3570-revision-v1','','','2018-12-20 10:19:11','2018-12-20 10:19:11','',3570,'https://www.ontradeprogress.com/2018/12/20/3570-revision-v1/',0,'revision','',0),(3572,1,'2018-12-20 10:24:21','2018-12-20 10:24:21','','Tom Daley','Tom Daley & British Eggs team up for 2019','inherit','closed','closed','','tom-daley-3-lr','','','2018-12-20 10:25:35','2018-12-20 10:25:35','',3570,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/TOM-DALEY-3-LR.jpg',0,'attachment','image/jpeg',0),(3573,1,'2018-12-20 10:26:38','2018-12-20 10:26:38','','egg-sandwich-2761894_1280','Tom Daley & British Eggs team up for 2019','inherit','closed','closed','','egg-sandwich-2761894_1280','','','2018-12-20 10:27:12','2018-12-20 10:27:12','',3570,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/egg-sandwich-2761894_1280.jpg',0,'attachment','image/jpeg',0),(3574,1,'2018-12-20 10:29:54','2018-12-20 10:29:54','<h1>British Lion eggs are diving into a partnership with double World Champion and social media megastar Tom Daley as part of a £1m+ marketing campaign for 2019  to drive the continued growth of egg sales and increase awareness of the Lion.</h1>\r\nThe #WonderEgg campaign has been designed to increase the visibility of the Lion, communicate the FSA advice that runny eggs are safe for vulnerable groups, as long as they are Lion, and tap into the nutrition, health and versatility benefits of eggs.\r\n\r\n[caption id=\"attachment_3572\" align=\"alignright\" width=\"193\"]<img class=\"size-medium wp-image-3572\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/TOM-DALEY-3-LR-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" /> Tom Daley &amp; British Eggs team up for 2019[/caption]\r\n\r\nPopular professional diver Daley, who has a social media following of 7 million, is spearheading the #WonderEgg programme. His natural interest in a healthy lifestyle, including his new experience as a Dad and the publication of two cookery books, means Daley is ideally placed to influence a wide range of consumers.\r\n\r\nFurther ambassadors, partnerships and experts will be announced throughout the year with a focus on millennials and vulnerable groups, across retail and foodservice, as well as the care home community.  The campaign will also maximise seasonal and calendar opportunities year-round across traditional and digital media.\r\n\r\nThe campaign is being launched simultaneously with an updated Lion Code of Practice. Regarded globally as the most successful food safety scheme, the Code has been future-proofed with new and improved auditing to ensure it withstands continued scrutiny and maintains the highest standards for the UK’s growing band of egg consumers.\r\n\r\nAndrew Joret, Chairman of the British Egg Industry Council, says: “Egg sales continue to soar, driven by younger consumers, barriers to consumption have been removed, consumer confidence in the nutritional benefits of eggs is on a high, and there is room in the market for growth.\r\n\r\n“With an exciting and focused marketing campaign set to launch, featuring high-profile influencers with a huge combined reach, the outlook is overwhelmingly positive. As an industry, we can’t wait to get cracking and I expect to see sales continue to climb in 2019.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps show off a new range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHospitality on migration white paper</a></li>\r\n</ul>','British Lion eggs to make a big splash in 2019','','inherit','closed','closed','','3570-revision-v1','','','2018-12-20 10:29:54','2018-12-20 10:29:54','',3570,'https://www.ontradeprogress.com/2018/12/20/3570-revision-v1/',0,'revision','',0),(3575,1,'2018-12-20 10:34:16','2018-12-20 10:34:16','<h1>British Lion eggs are diving into a partnership with double World Champion and social media megastar Tom Daley as part of a £1m+ marketing campaign for 2019  to drive the continued growth of egg sales and increase awareness of the Lion.</h1>\r\nThe #WonderEgg campaign has been designed to increase the visibility of the Lion, communicate the FSA advice that runny eggs are safe for vulnerable groups, as long as they are Lion, and tap into the nutrition, health and versatility benefits of eggs.\r\n\r\n[caption id=\"attachment_3572\" align=\"alignright\" width=\"193\"]<img class=\"size-medium wp-image-3572\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/TOM-DALEY-3-LR-193x300.jpg\" alt=\"\" width=\"193\" height=\"300\" /> Tom Daley &amp; British Lion Eggs team up for 2019[/caption]\r\n\r\nPopular professional diver Daley, who has a social media following of 7 million, is spearheading the #WonderEgg programme. His natural interest in a healthy lifestyle, including his new experience as a Dad and the publication of two cookery books, means Daley is ideally placed to influence a wide range of consumers.\r\n\r\nFurther ambassadors, partnerships and experts will be announced throughout the year with a focus on millennials and vulnerable groups, across retail and foodservice, as well as the care home community.  The campaign will also maximise seasonal and calendar opportunities year-round across traditional and digital media.\r\n\r\nThe campaign is being launched simultaneously with an updated Lion Code of Practice. Regarded globally as the most successful food safety scheme, the Code has been future-proofed with new and improved auditing to ensure it withstands continued scrutiny and maintains the highest standards for the UK’s growing band of egg consumers.\r\n\r\nAndrew Joret, Chairman of the British Egg Industry Council, says: “Egg sales continue to soar, driven by younger consumers, barriers to consumption have been removed, consumer confidence in the nutritional benefits of eggs is on a high, and there is room in the market for growth.\r\n\r\n“With an exciting and focused marketing campaign set to launch, featuring high-profile influencers with a huge combined reach, the outlook is overwhelmingly positive. As an industry, we can’t wait to get cracking and I expect to see sales continue to climb in 2019.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps show off a new range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/\">UKHospitality on migration white paper</a></li>\r\n</ul>','British Lion eggs to make a big splash in 2019','','inherit','closed','closed','','3570-revision-v1','','','2018-12-20 10:34:16','2018-12-20 10:34:16','',3570,'https://www.ontradeprogress.com/2018/12/20/3570-revision-v1/',0,'revision','',0),(3576,1,'2018-12-20 10:44:36','2018-12-20 10:44:36','<h1>Marketing vacancies increased 24% from January 2017 to October 2018, according to the Association of Professional Staffing Companies <a href=\"https://www.apsco.org/\" target=\"_blank\" rel=\"nofollow noopener\">APSCo</a>. Both the first and second quarters of 2018 saw even higher growth with vacancies up 39% and 46% respectively compared to the same time last year.</h1>\r\nThe APSCo Marketing Trends Report found that in terms of demand for marketing vacancies, a number of sectors this year experienced double-digit growth. The charity and NGO sector saw a strong performance, up 30%, however software and computing saw the highest increase, climbing by 45%. Media broadcasting and publishing also rose 40% from last year’s figures, despite areas such as advertising and media companies seeing less than half of this growth year-on-year.\r\n\r\nLooking outside of London, several regions saw all-round growth for marketing vacancies. While Wales saw the most, with an average of 33%, the East Midlands, Yorkshire &amp; the Humber and West Midlands saw increases of 24%, 22% and 12% respectively.\r\n\r\n<strong>Ann Swain, chief executive of APSCo, commented on the report saying;</strong>\r\n\r\n“It’s unsurprising that demand for marketing vacancies, particularly within the technical arena continues to grow and spread across the UK. Given the rapidly changing digital landscape, sourcing talent to use technologies such as the latest CRMS, visual platforms, marketing data and analytics is fast becoming a businesses ‘must have’.\r\n\r\n“Technology, Media and Telecoms are leading the way in the number of vacancies which is indicative of the fact that businesses want to showcase their technical capabilities and follow consumer trends by appealing to online audiences. Firms want to make a lasting, positive impact amid a competitive and uncertain market, and one way to do so is by powering their marketing offering through the strength of digital media and technology. This trend towards automation may be the reason for a decline in vacancies for manual professional services.”\r\n\r\n“Slower growth within advertising and media firms suggests an increasing number of firms are bringing marketing functions in-house.”\r\n\r\n“It’s also interesting to see that Wales had the largest growth for marketing vacancies above other high performing regions including; East and West Midlands and Yorkshire &amp; Humber. This may be attributed to the rise in recent initiatives such as the launch of digital marketing <a href=\"https://businessnewswales.com/series-of-events-set-to-boost-digital-marketing-for-welsh-smes/\" target=\"_blank\" rel=\"nofollow noopener\">workshops</a> in Wales, aimed at SMEs to help them optimise business growth for the future.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion eggs to make a splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps have a new range available</a></li>\r\n</ul>','Demand for marketing professionals continues to rise','','publish','closed','open','','marketing-vacancies-demand-professionals','','\nhttps://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/','2018-12-20 10:52:17','2018-12-20 10:52:17','',0,'https://www.ontradeprogress.com/?p=3576',0,'post','',0),(3577,1,'2018-12-20 10:41:45','2018-12-20 10:41:45','','Marketing vacancies demand more marketing professionals','Marketing vacancies demand more marketing professionals','inherit','closed','closed','','mobile-phone-1917737_1280','','','2018-12-20 10:42:19','2018-12-20 10:42:19','',3576,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/mobile-phone-1917737_1280.jpg',0,'attachment','image/jpeg',0),(3578,1,'2018-12-20 10:43:38','2018-12-20 10:43:38','<h1>Marketing vacancies increased 24% from January 2017 to October 2018, according to the Association of Professional Staffing Companies <a href=\"https://www.apsco.org/\" target=\"_blank\" rel=\"nofollow noopener\">APSCo</a>. Both first and second quarters of 2018 saw even higher growth with vacancies up 39% and 46% respectively compared to the same time last year.</h1>\r\nThe APSCo Marketing Trends Report found that in terms of demand for marketing vacancies, a number of sectors this year experienced double-digit growth. The charity and NGO sector saw a strong performance, up 30%, however software and computing saw the highest increase, climbing by 45%. Media broadcasting and publishing also rose 40% from last year’s figures, despite areas such as advertising and media companies seeing less than half of this growth year-on-year.\r\n\r\nLooking outside of London, several regions saw all-round growth for marketing vacancies. While Wales saw the most, with an average of 33%, the East Midlands, Yorkshire &amp; the Humber and West Midlands saw increases of 24%, 22% and 12% respectively.\r\n\r\n<strong>Ann Swain, chief executive of APSCo, commented on the report saying;</strong>\r\n\r\n“It’s unsurprising that demand for marketing vacancies, particularly within the technical arena continues to grow and spread across the UK. Given the rapidly changing digital landscape, sourcing talent to use technologies such as the latest CRMS, visual platforms, marketing data and analytics is fast becoming a businesses ‘must have’.\r\n\r\n“Technology, Media and Telecoms is leading the way in the number of vacancies which is indicative of the fact that businesses want to showcase their technical capabilities and follow consumer trends by appealing to online audiences. Firms want to make a lasting, positive impact amid a competitive and uncertain market, and one way to do so is by powering their marketing offering through the strength of digital media and technology. This trend towards automation may be the reason for a decline in vacancies for manual professional services.”\r\n\r\n“Slower growth within advertising and media firms suggests an increasing number of firms are bringing marketing functions in-house.”\r\n\r\n“It’s also interesting to see that Wales had the largest growth for marketing vacancies above other high performing regions including; East and West Midlands and Yorkshire &amp; Humber. This may be attributed to the rise in recent initiatives such as the launch of digital marketing <a href=\"https://businessnewswales.com/series-of-events-set-to-boost-digital-marketing-for-welsh-smes/\" target=\"_blank\" rel=\"nofollow noopener\">workshops</a> in Wales, aimed at SMEs to help them optimise business growth for the future.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion eggs to make a splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps have a new range available</a></li>\r\n</ul>','Demand for marketing professionals continues to rise','','inherit','closed','closed','','3576-revision-v1','','','2018-12-20 10:43:38','2018-12-20 10:43:38','',3576,'https://www.ontradeprogress.com/2018/12/20/3576-revision-v1/',0,'revision','',0),(3579,1,'2018-12-20 10:44:27','2018-12-20 10:44:27','<h1>Marketing vacancies increased 24% from January 2017 to October 2018, according to the Association of Professional Staffing Companies <a href=\"https://www.apsco.org/\" target=\"_blank\" rel=\"nofollow noopener\">APSCo</a>. Both the first and second quarters of 2018 saw even higher growth with vacancies up 39% and 46% respectively compared to the same time last year.</h1>\r\nThe APSCo Marketing Trends Report found that in terms of demand for marketing vacancies, a number of sectors this year experienced double-digit growth. The charity and NGO sector saw a strong performance, up 30%, however software and computing saw the highest increase, climbing by 45%. Media broadcasting and publishing also rose 40% from last year’s figures, despite areas such as advertising and media companies seeing less than half of this growth year-on-year.\r\n\r\nLooking outside of London, several regions saw all-round growth for marketing vacancies. While Wales saw the most, with an average of 33%, the East Midlands, Yorkshire &amp; the Humber and West Midlands saw increases of 24%, 22% and 12% respectively.\r\n\r\n<strong>Ann Swain, chief executive of APSCo, commented on the report saying;</strong>\r\n\r\n“It’s unsurprising that demand for marketing vacancies, particularly within the technical arena continues to grow and spread across the UK. Given the rapidly changing digital landscape, sourcing talent to use technologies such as the latest CRMS, visual platforms, marketing data and analytics is fast becoming a businesses ‘must have’.\r\n\r\n“Technology, Media and Telecoms is leading the way in the number of vacancies which is indicative of the fact that businesses want to showcase their technical capabilities and follow consumer trends by appealing to online audiences. Firms want to make a lasting, positive impact amid a competitive and uncertain market, and one way to do so is by powering their marketing offering through the strength of digital media and technology. This trend towards automation may be the reason for a decline in vacancies for manual professional services.”\r\n\r\n“Slower growth within advertising and media firms suggests an increasing number of firms are bringing marketing functions in-house.”\r\n\r\n“It’s also interesting to see that Wales had the largest growth for marketing vacancies above other high performing regions including; East and West Midlands and Yorkshire &amp; Humber. This may be attributed to the rise in recent initiatives such as the launch of digital marketing <a href=\"https://businessnewswales.com/series-of-events-set-to-boost-digital-marketing-for-welsh-smes/\" target=\"_blank\" rel=\"nofollow noopener\">workshops</a> in Wales, aimed at SMEs to help them optimise business growth for the future.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion eggs to make a splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps have a new range available</a></li>\r\n</ul>','Demand for marketing professionals continues to rise','','inherit','closed','closed','','3576-revision-v1','','','2018-12-20 10:44:27','2018-12-20 10:44:27','',3576,'https://www.ontradeprogress.com/2018/12/20/3576-revision-v1/',0,'revision','',0),(3580,1,'2018-12-20 10:52:17','2018-12-20 10:52:17','<h1>Marketing vacancies increased 24% from January 2017 to October 2018, according to the Association of Professional Staffing Companies <a href=\"https://www.apsco.org/\" target=\"_blank\" rel=\"nofollow noopener\">APSCo</a>. Both the first and second quarters of 2018 saw even higher growth with vacancies up 39% and 46% respectively compared to the same time last year.</h1>\r\nThe APSCo Marketing Trends Report found that in terms of demand for marketing vacancies, a number of sectors this year experienced double-digit growth. The charity and NGO sector saw a strong performance, up 30%, however software and computing saw the highest increase, climbing by 45%. Media broadcasting and publishing also rose 40% from last year’s figures, despite areas such as advertising and media companies seeing less than half of this growth year-on-year.\r\n\r\nLooking outside of London, several regions saw all-round growth for marketing vacancies. While Wales saw the most, with an average of 33%, the East Midlands, Yorkshire &amp; the Humber and West Midlands saw increases of 24%, 22% and 12% respectively.\r\n\r\n<strong>Ann Swain, chief executive of APSCo, commented on the report saying;</strong>\r\n\r\n“It’s unsurprising that demand for marketing vacancies, particularly within the technical arena continues to grow and spread across the UK. Given the rapidly changing digital landscape, sourcing talent to use technologies such as the latest CRMS, visual platforms, marketing data and analytics is fast becoming a businesses ‘must have’.\r\n\r\n“Technology, Media and Telecoms are leading the way in the number of vacancies which is indicative of the fact that businesses want to showcase their technical capabilities and follow consumer trends by appealing to online audiences. Firms want to make a lasting, positive impact amid a competitive and uncertain market, and one way to do so is by powering their marketing offering through the strength of digital media and technology. This trend towards automation may be the reason for a decline in vacancies for manual professional services.”\r\n\r\n“Slower growth within advertising and media firms suggests an increasing number of firms are bringing marketing functions in-house.”\r\n\r\n“It’s also interesting to see that Wales had the largest growth for marketing vacancies above other high performing regions including; East and West Midlands and Yorkshire &amp; Humber. This may be attributed to the rise in recent initiatives such as the launch of digital marketing <a href=\"https://businessnewswales.com/series-of-events-set-to-boost-digital-marketing-for-welsh-smes/\" target=\"_blank\" rel=\"nofollow noopener\">workshops</a> in Wales, aimed at SMEs to help them optimise business growth for the future.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion eggs to make a splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps have a new range available</a></li>\r\n</ul>','Demand for marketing professionals continues to rise','','inherit','closed','closed','','3576-revision-v1','','','2018-12-20 10:52:17','2018-12-20 10:52:17','',3576,'https://www.ontradeprogress.com/2018/12/20/3576-revision-v1/',0,'revision','',0),(3581,1,'2018-12-20 14:05:52','2018-12-20 14:05:52','<h1>Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’ Counter.</h1>\r\n<strong>FOLDABar</strong> allows you to take your bar anywhere and assemble in minutes. When the event is finished, simply pack it up ready for the next event and help keep your profits moving upwards.\r\n<ul>\r\n 	<li>Prices start from only £1,250 plus VAT for a single compartment unit, ideal for beer dispense, merchandising events or a ‘pop-up’ meet &amp; greet counter.</li>\r\n</ul>\r\n<h3><u>Key Benefits</u></h3>\r\n<ul>\r\n 	<li>Easy to assemble food quality stainless steel structure, fitments and counter top.</li>\r\n 	<li>Interchangeable and durable Iribond® panelling. Available in a range of colour finishes.</li>\r\n 	<li>Quickly Folds down for transportation and compact storage.</li>\r\n 	<li>Single and Double Compartment units available.</li>\r\n 	<li>Optional Cocktail station and LED Light Panels - just right for those party nights!</li>\r\n</ul>\r\nAndy Royston, Managing Director, at Servaclean says <em>‘‘We are really excited about the launch of FOLDABar.  Pop-up businesses are very on-trend right now and we are sure this addition to our Bar System range will help all types of businesses maximise their brand visibility and ultimately their profits!’</em>\r\n\r\n[caption id=\"attachment_3531\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3531\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\" alt=\"Profits on the Move... From Servaclean comes the new FOLDABar\" width=\"300\" height=\"209\" /> Profits on the Move... From Servaclean comes the new FOLDABar[/caption]\r\n\r\nOur first customer was The Glasgow Distillery Co. (see the MAKAR Original Gin photo) and here is what they had to say:\r\n\r\n<em><a href=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf\">Profits on the Move... From Servaclean comes the new FOLDABar</a>“A great professional looking bar unit which we can quickly pack up and transport in our van with minimal fuss. The ability to easily assemble for events and cocktail masterclasses is a great asset to our brand” - </em><strong>Sebastian Bunford-Jones</strong> - The Glasgow Distillery Co.\r\n\r\n<strong>If you would like to learn more about our new </strong>FOLDABar<strong> go </strong>to:<strong> <a href=\"https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/\">https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/</a>.</strong>\r\n\r\n<strong>Just call us on 01274-390038 if you need any further information or go to <a href=\"http://www.servaclean.co.uk\">www.servaclean.co.uk</a></strong>','Profits on the Move…','','inherit','closed','closed','','3528-revision-v1','','','2018-12-20 14:05:52','2018-12-20 14:05:52','',3528,'https://www.ontradeprogress.com/2018/12/20/3528-revision-v1/',0,'revision','',0),(3582,1,'2018-12-20 14:08:07','2018-12-20 14:08:07','<h1>Servaclean Bar Systems, the experts in stainless steel bar systems, are delighted to announce the launch of FOLDABar, an exciting new Portable ‘Pop-up’ Counter.</h1>\r\n<strong>FOLDABar</strong> allows you to take your bar anywhere and assemble in minutes. When the event is finished, simply pack it up ready for the next event and help keep your profits moving upwards.\r\n<ul>\r\n 	<li>Prices start from only £1,250 plus VAT for a single compartment unit, ideal for beer dispense, merchandising events or a ‘pop-up’ meet &amp; greet counter.</li>\r\n</ul>\r\n<h3><u>Key Benefits</u></h3>\r\n<ul>\r\n 	<li>Easy to assemble food quality stainless steel structure, fitments and counter top.</li>\r\n 	<li>Interchangeable and durable Iribond® panelling. Available in a range of colour finishes.</li>\r\n 	<li>Quickly Folds down for transportation and compact storage.</li>\r\n 	<li>Single and Double Compartment units available.</li>\r\n 	<li>Optional Cocktail station and LED Light Panels - just right for those party nights!</li>\r\n</ul>\r\nAndy Royston, Managing Director, at Servaclean says <em>‘‘We are really excited about the launch of FOLDABar.  Pop-up businesses are very on-trend right now and we are sure this addition to our Bar System range will help all types of businesses maximise their brand visibility and ultimately their profits!’</em>\r\n\r\n[caption id=\"attachment_3531\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3531\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Glasgow-Distillery-FOLDABar-1990-Glasgow-Airport-300x209.jpg\" alt=\"Profits on the Move... From Servaclean comes the new FOLDABar\" width=\"300\" height=\"209\" /> Profits on the Move... From Servaclean comes the new FOLDABar[/caption]\r\n\r\n<strong>Our first customer was The Glasgow Distillery Co. (see the MAKAR Original Gin photo) and here is what they had to say:</strong>\r\n\r\n<em><a href=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf\">Profits on the Move... From Servaclean comes the new FOLDABar</a>“A great professional looking bar unit which we can quickly pack up and transport in our van with minimal fuss. The ability to easily assemble for events and cocktail masterclasses is a great asset to our brand” - </em><strong>Sebastian Bunford-Jones</strong> - The Glasgow Distillery Co.\r\n\r\n<strong>If you would like to learn more about our new </strong>FOLDABar<strong> go </strong>to:<strong> <a href=\"https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/\">https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/</a>.</strong>\r\n\r\n<strong>Just call us on 01274-390038 if you need any further information or go to <a href=\"http://www.servaclean.co.uk\">www.servaclean.co.uk</a></strong>','Profits on the Move…','','inherit','closed','closed','','3528-revision-v1','','','2018-12-20 14:08:07','2018-12-20 14:08:07','',3528,'https://www.ontradeprogress.com/2018/12/20/3528-revision-v1/',0,'revision','',0),(3583,1,'2018-12-20 15:27:00','2018-12-20 15:27:00','<h1>On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products.</h1>\r\n<strong><span style=\"text-decoration: underline;\">Quality that speaks for itself</span></strong>\r\n\r\nEnsuring your customers get a good night’s sleep on quality linens will ensure they keep coming back, and importantly, keep the bad reviews away. Tonrose, the complete linen solutions <a href=\"https://tonrose.com/\" target=\"_blank\" rel=\"noopener\">specialist</a>, understands that linen must be high quality, durable and perfect for your customer’s specific requirements. Standing out from competitors, Tonrose is built on three ethical pillars that places product, people and the environment at the centre of its mission statement.\r\n\r\n“Hotel managers looking to impress their customers require clean, and crisp linen, free from creases,” explains Natalie Lamb, marketing co-ordinator of Tonrose. “The fast-paced nature and heavy demands of the industry can mean that new linen goes into pool stock prematurely. If it hasn’t received special treatment or multiple washes, residual sizing becoming set, resulting in what is termed ‘cracked ice-creasing’. The problem is that by the time your housekeeping team have identified the problem, they either need to waste precious time looking for an alternative or continue with the imperfect linen. As we all know, time is money, and lost time is lost revenue.”\r\n<h3>One washTM</h3>\r\nTonrose worked tirelessly to find a solution to this problem, one that was both efficient and cost-effective. After months of trials and research by the Tonrose Labs team, One washTM was born. Instead of requiring multiple washes to prepare the linen for use, they are ready for dispatch after only a single cycle.\r\n\r\nOne washTM technology is now available across the full bed linen range from budget cotton-rich 70/30 blend to 100 per cent cotton.\r\n\r\n<strong>Lamb adds:</strong> “One of the most exciting releases in the range was our most luxurious 200 thread count 100 per cent cotton Supreme Percale products. Popular with more upmarket establishments, cotton percale linen\r\n\r\nis known throughout the industry as being difficult to process. Previously, this has resulted in freshly washed linen that doesn’t look as if it’s been ironed at all. Now with One wash technology, new cotton percale linen from Tonrose is smooth, crease free and the same high quality, absorbent breathable linen as before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals continues to rise</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a big splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n</ul>\r\n[caption id=\"attachment_3585\" align=\"alignright\" width=\"294\"]<img class=\"size-medium wp-image-3585\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31-294x300.png\" alt=\"Tonrose discuss keeping linen clean and their latest products\" width=\"294\" height=\"300\" /> Tonrose discuss keeping linen clean and their latest products[/caption]\r\n<h3><strong>The time is now</strong></h3>\r\nAs the busy summer period for hotels across the country winds down, now is the time to be investing in new linens that will have long-term durability.\r\n\r\n<strong>Lamb states:</strong> “While your hotel is quieter, and occupancy is low, it is the perfect time to give your hotel a much-needed spruce, or complete overhaul. The key to any successful project is planning. Break down the tasks into manageable to-do lists and have regular update meetings with your staff. Acknowledge that this may cause slight inconvenience to your guests and consider offering a complimentary service or meal to attract guests during any renovations.\r\n\r\n“Our popular cotton-rich 70/30 Ultima range offers quality on a budget, and therefore great value for money. Our customers love how it washes reliably every time, while still feeling soft on the skin. The Ultima Superior bed range is also incredibly popular. Featuring a classic 1 in or 1cm satin stripe, and sumptuous 200 thread count, this super soft but durable cotton-rich range delivers an ultra-plush experience to your guests.”','Crisp and Clean','','publish','closed','open','','tonrose-crisp-clean-linen','','https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\nhttps://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/','2019-01-04 14:50:52','2019-01-04 14:50:52','',0,'https://www.ontradeprogress.com/?p=3583',0,'post','',0),(3584,1,'2018-12-20 15:19:26','2018-12-20 15:19:26','','Tonrose discuss keeping linen clean and their latest products','Tonrose discuss keeping linen clean and their latest products','inherit','closed','closed','','hotel-1979406_1280','','','2018-12-20 15:19:58','2018-12-20 15:19:58','',3583,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/hotel-1979406_1280.jpg',0,'attachment','image/jpeg',0),(3585,1,'2018-12-20 15:21:06','2018-12-20 15:21:06','','Tonrose discuss keeping linen clean and their latest products','Tonrose discuss keeping linen clean and their latest products','inherit','closed','closed','','screenshot-2018-12-20-15-20-31','','','2018-12-20 15:21:52','2018-12-20 15:21:52','',3583,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31.png',0,'attachment','image/png',0),(3586,1,'2018-12-20 15:22:04','2018-12-20 15:22:04','<h1>On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products.</h1>\r\n<strong><span style=\"text-decoration: underline;\">Quality that speaks for itself</span></strong>\r\n\r\nEnsuring your customers get a good night’s sleep on quality linens will ensure they keep coming back, and importantly, keep the bad reviews away. Tonrose, the complete linen solutions specialist, understands that linen must be high quality, durable and perfect for your customer’s specific requirements. Standing out from competitors, Tonrose is built on three ethical pillars that places product, people and the environment at the centre of its mission statement.\r\n\r\n“Hotel managers looking to impress their customers require clean, and crisp linen, free from creases,” explains Natalie Lamb, marketing co-ordinator of Tonrose. “The fast-paced nature and heavy demands of the industry can mean that new linen goes into pool stock prematurely. If it hasn’t received special treatment or multiple washes, residual sizing becoming set, resulting in what is termed ‘cracked ice-creasing’. The problem is that by the time your housekeeping team have identified the problem, they either need to waste precious time looking for an alternative or continue with the imperfect linen. As we all know, time is money, and lost time is lost revenue.”\r\n<h3>One washTM</h3>\r\nTonrose worked tirelessly to find a solution to this problem, one that was both efficient and cost-effective. After months of trials and research by the Tonrose Labs team, One washTM was born. Instead of requiring multiple washes to prepare the linen for use, they are ready for dispatch after only a single cycle.\r\n\r\nOne washTM technology is now available across the full bed linen range from budget cotton-rich 70/30 blend to 100 per cent cotton.\r\n\r\nLamb adds: “One of the most exciting releases in the range was our most luxurious 200 thread count 100 per cent cotton Supreme Percale products. Popular with more upmarket establishments, cotton percale linen\r\n\r\nis known throughout the industry as being difficult to process. Previously, this has resulted in freshly washed linen that doesn’t look as if it’s been ironed at all. Now with One wash technology, new cotton percale linen from Tonrose is smooth, crease free and the same high quality, absorbent breathable linen as before.”\r\n\r\n[caption id=\"attachment_3585\" align=\"alignright\" width=\"294\"]<img class=\"size-medium wp-image-3585\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31-294x300.png\" alt=\"Tonrose discuss keeping linen clean and their latest products\" width=\"294\" height=\"300\" /> Tonrose discuss keeping linen clean and their latest products[/caption]\r\n<h3><strong>The time is now</strong></h3>\r\nAs the busy summer period for hotels across the country winds down, now is the time to be investing in new linens that will have long-term durability.\r\n\r\n<strong>Lamb states:</strong> “While your hotel is quieter, and occupancy is low, it is the perfect time to give your hotel a much-needed spruce, or complete overhaul. The key to any successful project is planning. Break down the tasks into manageable to-do lists and have regular update meetings with your staff. Acknowledge that this may cause slight inconvenience to your guests and consider offering a complimentary service or meal to attract guests during any renovations.\r\n\r\n“Our popular cotton-rich 70/30 Ultima range offers quality on a budget, and therefore great value for money. Our customers love how\r\nit washes reliably every time, while still feeling soft on the skin. The Ultima Superior bed range is also incredibly popular. Featuring a classic 1 in or 1cm satin stripe, and sumptuous 200 thread count, this super soft but durable cotton-rich range delivers an ultra-plush experience to your guests.”','Crisp and Clean','','inherit','closed','closed','','3583-revision-v1','','','2018-12-20 15:22:04','2018-12-20 15:22:04','',3583,'https://www.ontradeprogress.com/2018/12/20/3583-revision-v1/',0,'revision','',0),(3587,1,'2018-12-20 15:25:30','2018-12-20 15:25:30','<h1>On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products.</h1>\r\n<strong><span style=\"text-decoration: underline;\">Quality that speaks for itself</span></strong>\r\n\r\nEnsuring your customers get a good night’s sleep on quality linens will ensure they keep coming back, and importantly, keep the bad reviews away. Tonrose, the complete linen solutions specialist, understands that linen must be high quality, durable and perfect for your customer’s specific requirements. Standing out from competitors, Tonrose is built on three ethical pillars that places product, people and the environment at the centre of its mission statement.\r\n\r\n“Hotel managers looking to impress their customers require clean, and crisp linen, free from creases,” explains Natalie Lamb, marketing co-ordinator of Tonrose. “The fast-paced nature and heavy demands of the industry can mean that new linen goes into pool stock prematurely. If it hasn’t received special treatment or multiple washes, residual sizing becoming set, resulting in what is termed ‘cracked ice-creasing’. The problem is that by the time your housekeeping team have identified the problem, they either need to waste precious time looking for an alternative or continue with the imperfect linen. As we all know, time is money, and lost time is lost revenue.”\r\n<h3>One washTM</h3>\r\nTonrose worked tirelessly to find a solution to this problem, one that was both efficient and cost-effective. After months of trials and research by the Tonrose Labs team, One washTM was born. Instead of requiring multiple washes to prepare the linen for use, they are ready for dispatch after only a single cycle.\r\n\r\nOne washTM technology is now available across the full bed linen range from budget cotton-rich 70/30 blend to 100 per cent cotton.\r\n\r\nLamb adds: “One of the most exciting releases in the range was our most luxurious 200 thread count 100 per cent cotton Supreme Percale products. Popular with more upmarket establishments, cotton percale linen\r\n\r\nis known throughout the industry as being difficult to process. Previously, this has resulted in freshly washed linen that doesn’t look as if it’s been ironed at all. Now with One wash technology, new cotton percale linen from Tonrose is smooth, crease free and the same high quality, absorbent breathable linen as before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals continues to rise</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a big splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n</ul>\r\n[caption id=\"attachment_3585\" align=\"alignright\" width=\"294\"]<img class=\"size-medium wp-image-3585\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31-294x300.png\" alt=\"Tonrose discuss keeping linen clean and their latest products\" width=\"294\" height=\"300\" /> Tonrose discuss keeping linen clean and their latest products[/caption]\r\n<h3><strong>The time is now</strong></h3>\r\nAs the busy summer period for hotels across the country winds down, now is the time to be investing in new linens that will have long-term durability.\r\n\r\n<strong>Lamb states:</strong> “While your hotel is quieter, and occupancy is low, it is the perfect time to give your hotel a much-needed spruce, or complete overhaul. The key to any successful project is planning. Break down the tasks into manageable to-do lists and have regular update meetings with your staff. Acknowledge that this may cause slight inconvenience to your guests and consider offering a complimentary service or meal to attract guests during any renovations.\r\n\r\n“Our popular cotton-rich 70/30 Ultima range offers quality on a budget, and therefore great value for money. Our customers love how\r\nit washes reliably every time, while still feeling soft on the skin. The Ultima Superior bed range is also incredibly popular. Featuring a classic 1 in or 1cm satin stripe, and sumptuous 200 thread count, this super soft but durable cotton-rich range delivers an ultra-plush experience to your guests.”','Crisp and Clean','','inherit','closed','closed','','3583-revision-v1','','','2018-12-20 15:25:30','2018-12-20 15:25:30','',3583,'https://www.ontradeprogress.com/2018/12/20/3583-revision-v1/',0,'revision','',0),(3588,1,'2018-12-20 15:31:03','2018-12-20 15:31:03','<h1>On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products.</h1>\r\n<strong><span style=\"text-decoration: underline;\">Quality that speaks for itself</span></strong>\r\n\r\nEnsuring your customers get a good night’s sleep on quality linens will ensure they keep coming back, and importantly, keep the bad reviews away. Tonrose, the complete linen solutions <a href=\"https://tonrose.com/\" target=\"_blank\" rel=\"noopener\">specialist</a>, understands that linen must be high quality, durable and perfect for your customer’s specific requirements. Standing out from competitors, Tonrose is built on three ethical pillars that places product, people and the environment at the centre of its mission statement.\r\n\r\n“Hotel managers looking to impress their customers require clean, and crisp linen, free from creases,” explains Natalie Lamb, marketing co-ordinator of Tonrose. “The fast-paced nature and heavy demands of the industry can mean that new linen goes into pool stock prematurely. If it hasn’t received special treatment or multiple washes, residual sizing becoming set, resulting in what is termed ‘cracked ice-creasing’. The problem is that by the time your housekeeping team have identified the problem, they either need to waste precious time looking for an alternative or continue with the imperfect linen. As we all know, time is money, and lost time is lost revenue.”\r\n<h3>One washTM</h3>\r\nTonrose worked tirelessly to find a solution to this problem, one that was both efficient and cost-effective. After months of trials and research by the Tonrose Labs team, One washTM was born. Instead of requiring multiple washes to prepare the linen for use, they are ready for dispatch after only a single cycle.\r\n\r\nOne washTM technology is now available across the full bed linen range from budget cotton-rich 70/30 blend to 100 per cent cotton.\r\n\r\nLamb adds: “One of the most exciting releases in the range was our most luxurious 200 thread count 100 per cent cotton Supreme Percale products. Popular with more upmarket establishments, cotton percale linen\r\n\r\nis known throughout the industry as being difficult to process. Previously, this has resulted in freshly washed linen that doesn’t look as if it’s been ironed at all. Now with One wash technology, new cotton percale linen from Tonrose is smooth, crease free and the same high quality, absorbent breathable linen as before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals continues to rise</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a big splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n</ul>\r\n[caption id=\"attachment_3585\" align=\"alignright\" width=\"294\"]<img class=\"size-medium wp-image-3585\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31-294x300.png\" alt=\"Tonrose discuss keeping linen clean and their latest products\" width=\"294\" height=\"300\" /> Tonrose discuss keeping linen clean and their latest products[/caption]\r\n<h3><strong>The time is now</strong></h3>\r\nAs the busy summer period for hotels across the country winds down, now is the time to be investing in new linens that will have long-term durability.\r\n\r\n<strong>Lamb states:</strong> “While your hotel is quieter, and occupancy is low, it is the perfect time to give your hotel a much-needed spruce, or complete overhaul. The key to any successful project is planning. Break down the tasks into manageable to-do lists and have regular update meetings with your staff. Acknowledge that this may cause slight inconvenience to your guests and consider offering a complimentary service or meal to attract guests during any renovations.\r\n\r\n“Our popular cotton-rich 70/30 Ultima range offers quality on a budget, and therefore great value for money. Our customers love how\r\nit washes reliably every time, while still feeling soft on the skin. The Ultima Superior bed range is also incredibly popular. Featuring a classic 1 in or 1cm satin stripe, and sumptuous 200 thread count, this super soft but durable cotton-rich range delivers an ultra-plush experience to your guests.”','Crisp and Clean','','inherit','closed','closed','','3583-revision-v1','','','2018-12-20 15:31:03','2018-12-20 15:31:03','',3583,'https://www.ontradeprogress.com/2018/12/20/3583-revision-v1/',0,'revision','',0),(3589,1,'2018-12-20 15:34:28','2018-12-20 15:34:28','<h1>On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products.</h1>\n<strong><span style=\"text-decoration: underline;\">Quality that speaks for itself</span></strong>\n\nEnsuring your customers get a good night’s sleep on quality linens will ensure they keep coming back, and importantly, keep the bad reviews away. Tonrose, the complete linen solutions <a href=\"https://tonrose.com/\" target=\"_blank\" rel=\"noopener\">specialist</a>, understands that linen must be high quality, durable and perfect for your customer’s specific requirements. Standing out from competitors, Tonrose is built on three ethical pillars that places product, people and the environment at the centre of its mission statement.\n\n“Hotel managers looking to impress their customers require clean, and crisp linen, free from creases,” explains Natalie Lamb, marketing co-ordinator of Tonrose. “The fast-paced nature and heavy demands of the industry can mean that new linen goes into pool stock prematurely. If it hasn’t received special treatment or multiple washes, residual sizing becoming set, resulting in what is termed ‘cracked ice-creasing’. The problem is that by the time your housekeeping team have identified the problem, they either need to waste precious time looking for an alternative or continue with the imperfect linen. As we all know, time is money, and lost time is lost revenue.”\n<h3>One washTM</h3>\nTonrose worked tirelessly to find a solution to this problem, one that was both efficient and cost-effective. After months of trials and research by the Tonrose Labs team, One washTM was born. Instead of requiring multiple washes to prepare the linen for use, they are ready for dispatch after only a single cycle.\n\nOne washTM technology is now available across the full bed linen range from budget cotton-rich 70/30 blend to 100 per cent cotton.\n\n<strong>Lamb adds:</strong> “One of the most exciting releases in the range was our most luxurious 200 thread count 100 per cent cotton Supreme Percale products. Popular with more upmarket establishments, cotton percale linen is known throughout the industry as being difficult to process. Previously, this has resulted in freshly washed linen that doesn’t look as if it’s been ironed at all. Now with One wash technology, new cotton percale linen from Tonrose is smooth, crease free and the same high quality, absorbent breathable linen as before.”\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals continues to rise</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a big splash in 2019</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\n</ul>\n[caption id=\"attachment_3585\" align=\"alignright\" width=\"294\"]<img class=\"size-medium wp-image-3585\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31-294x300.png\" alt=\"Tonrose discuss keeping linen clean and their latest products\" width=\"294\" height=\"300\" /> Tonrose discuss keeping linen clean and their latest products[/caption]\n<h3><strong>The time is now</strong></h3>\nAs the busy summer period for hotels across the country winds down, now is the time to be investing in new linens that will have long-term durability.\n\n<strong>Lamb states:</strong> “While your hotel is quieter, and occupancy is low, it is the perfect time to give your hotel a much-needed spruce, or complete overhaul. The key to any successful project is planning. Break down the tasks into manageable to-do lists and have regular update meetings with your staff. Acknowledge that this may cause slight inconvenience to your guests and consider offering a complimentary service or meal to attract guests during any renovations.\n\n“Our popular cotton-rich 70/30 Ultima range offers quality on a budget, and therefore great value for money. Our customers love how it washes reliably every time, while still feeling soft on the skin. The Ultima Superior bed range is also incredibly popular. Featuring a classic 1 in or 1cm satin stripe, and sumptuous 200 thread count, this super soft but durable cotton-rich range delivers an ultra-plush experience to your guests.”','Crisp and Clean','','inherit','closed','closed','','3583-autosave-v1','','','2018-12-20 15:34:28','2018-12-20 15:34:28','',3583,'https://www.ontradeprogress.com/2018/12/20/3583-autosave-v1/',0,'revision','',0),(3590,1,'2018-12-20 15:32:21','2018-12-20 15:32:21','<h1>On-Trade Progress chats to Natalie Lamb, marketing co-ordinator of Tonrose, to discuss keeping linen clean and latest products.</h1>\r\n<strong><span style=\"text-decoration: underline;\">Quality that speaks for itself</span></strong>\r\n\r\nEnsuring your customers get a good night’s sleep on quality linens will ensure they keep coming back, and importantly, keep the bad reviews away. Tonrose, the complete linen solutions <a href=\"https://tonrose.com/\" target=\"_blank\" rel=\"noopener\">specialist</a>, understands that linen must be high quality, durable and perfect for your customer’s specific requirements. Standing out from competitors, Tonrose is built on three ethical pillars that places product, people and the environment at the centre of its mission statement.\r\n\r\n“Hotel managers looking to impress their customers require clean, and crisp linen, free from creases,” explains Natalie Lamb, marketing co-ordinator of Tonrose. “The fast-paced nature and heavy demands of the industry can mean that new linen goes into pool stock prematurely. If it hasn’t received special treatment or multiple washes, residual sizing becoming set, resulting in what is termed ‘cracked ice-creasing’. The problem is that by the time your housekeeping team have identified the problem, they either need to waste precious time looking for an alternative or continue with the imperfect linen. As we all know, time is money, and lost time is lost revenue.”\r\n<h3>One washTM</h3>\r\nTonrose worked tirelessly to find a solution to this problem, one that was both efficient and cost-effective. After months of trials and research by the Tonrose Labs team, One washTM was born. Instead of requiring multiple washes to prepare the linen for use, they are ready for dispatch after only a single cycle.\r\n\r\nOne washTM technology is now available across the full bed linen range from budget cotton-rich 70/30 blend to 100 per cent cotton.\r\n\r\n<strong>Lamb adds:</strong> “One of the most exciting releases in the range was our most luxurious 200 thread count 100 per cent cotton Supreme Percale products. Popular with more upmarket establishments, cotton percale linen\r\n\r\nis known throughout the industry as being difficult to process. Previously, this has resulted in freshly washed linen that doesn’t look as if it’s been ironed at all. Now with One wash technology, new cotton percale linen from Tonrose is smooth, crease free and the same high quality, absorbent breathable linen as before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals continues to rise</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a big splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/\">Doing Veganuary? Follow these tips</a></li>\r\n</ul>\r\n[caption id=\"attachment_3585\" align=\"alignright\" width=\"294\"]<img class=\"size-medium wp-image-3585\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2018/12/Screenshot-2018-12-20-15.20.31-294x300.png\" alt=\"Tonrose discuss keeping linen clean and their latest products\" width=\"294\" height=\"300\" /> Tonrose discuss keeping linen clean and their latest products[/caption]\r\n<h3><strong>The time is now</strong></h3>\r\nAs the busy summer period for hotels across the country winds down, now is the time to be investing in new linens that will have long-term durability.\r\n\r\n<strong>Lamb states:</strong> “While your hotel is quieter, and occupancy is low, it is the perfect time to give your hotel a much-needed spruce, or complete overhaul. The key to any successful project is planning. Break down the tasks into manageable to-do lists and have regular update meetings with your staff. Acknowledge that this may cause slight inconvenience to your guests and consider offering a complimentary service or meal to attract guests during any renovations.\r\n\r\n“Our popular cotton-rich 70/30 Ultima range offers quality on a budget, and therefore great value for money. Our customers love how it washes reliably every time, while still feeling soft on the skin. The Ultima Superior bed range is also incredibly popular. Featuring a classic 1 in or 1cm satin stripe, and sumptuous 200 thread count, this super soft but durable cotton-rich range delivers an ultra-plush experience to your guests.”','Crisp and Clean','','inherit','closed','closed','','3583-revision-v1','','','2018-12-20 15:32:21','2018-12-20 15:32:21','',3583,'https://www.ontradeprogress.com/2018/12/20/3583-revision-v1/',0,'revision','',0),(3591,1,'2018-12-21 08:43:51','2018-12-21 08:43:51','<h1>UKHospitality has marked the successes of a transformational year at today’s 24<sup>th</sup> annual <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">Christmas lunch</a>.</h1>\r\nSince its creation earlier this year, UKHospitality has gone from strength to strength, enjoying membership growth of 20% and vital campaigning successes, saving the sector £2.4bn in additional costs. Hospitality remains the third largest sector private sector employer and last year generated 1-in-8 of all new jobs.\r\n\r\nUKHospitality’s reiterated its objectives of cultivating an environment that enables the sector to deliver its forecast of up to 6% growth, 30,000 additional jobs and 200,000 apprenticeships.\r\n\r\nChief Executive, Kate Nicholls, reported on the successful development of the UKH Academy, which provides ‘Gold Standard’ learning in line with a wide range of apprenticeship standards, funded either through the apprenticeship levy or subsidised by the government. The Academy also tailors learning for the employer to meet the needs of their business, while ensuring transferability of skills to equip learners for work across the sector.\r\n\r\n<strong>Nicholls said:</strong> “2018 will be remembered as a key year for the sector, in which we created a single voice that was well heard during a turbulent year. Our industry is a rewarding and exciting industry in which to work and we are increasingly being recognised as such.\r\n\r\n“Our work continues to see us fighting for a fair and balanced environment that enables our vital sector to flourish and we will continue to help politicians and the media understand our economic, social and cultural contribution. A top priority for the coming year is the people challenge; developing and building on the sector deal announced last month, countering the potentially devastating effects of the Government’s planned post-Brexit migration strategy and also promoting the sector as a great place to work, grow and develop.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/\">Crisp and clean linen</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals increases</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n</ul>','UKHospitality reflects on transformational year and prepares for challenges of 2019','','publish','closed','open','','ukhospitality-reflects-prepares-2019','','','2018-12-21 08:43:51','2018-12-21 08:43:51','',0,'https://www.ontradeprogress.com/?p=3591',0,'post','',0),(3592,1,'2018-12-21 08:30:06','2018-12-21 08:30:06','<h1>UKHospitality has marked the successes of a transformational year at today’s 24<sup>th</sup> annual Christmas lunch.</h1>\r\nSince its creation earlier this year, UKHospitality has gone from strength to strength, enjoying membership growth of 20% and vital campaigning successes, saving the sector £2.4bn in additional costs. Hospitality remains the third largest sector private sector employer and last year generated 1-in-8 of all new jobs.\r\n\r\nUKHospitality’s reiterated its objectives of cultivating an environment that enables the sector to deliver its forecast of up to 6% growth, 30,000 additional jobs and 200,000 apprenticeships.\r\n\r\nChief Executive, Kate Nicholls, reported on the successful development of the UKH Academy, which provides ‘Gold Standard’ learning in line with a wide range of apprenticeship standards, funded either through the apprenticeship levy or subsidised by the government. The Academy also tailors learning for the employer to meet the needs of their business, while ensuring transferability of skills to equip learners for work across the sector.\r\n\r\n<strong>Nicholls said:</strong> “2018 will be remembered as a key year for the sector, in which we created a single voice that was well heard during a turbulent year. Our industry is a rewarding and exciting industry in which to work and we are increasingly being recognised as such.\r\n\r\n“Our work continues to see us fighting for a fair and balanced environment that enables our vital sector to flourish and we will continue to help politicians and the media understand our economic, social and cultural contribution. A top priority for the coming year is the people challenge; developing and building on the sector deal announced last month, countering the potentially devastating effects of the Government’s planned post-Brexit migration strategy and also promoting the sector as a great place to work, grow and develop.”','UKHospitality reflects on transformational year and prepares for challenges of 2019','','inherit','closed','closed','','3591-revision-v1','','','2018-12-21 08:30:06','2018-12-21 08:30:06','',3591,'https://www.ontradeprogress.com/2018/12/21/3591-revision-v1/',0,'revision','',0),(3593,1,'2018-12-21 08:36:11','2018-12-21 08:36:11','','UKHospitality reflects on transformational year','UKHospitality reflects on transformational year','inherit','closed','closed','','baked-goods-1867459_1280','','','2018-12-21 08:37:10','2018-12-21 08:37:10','',3591,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/baked-goods-1867459_1280.jpg',0,'attachment','image/jpeg',0),(3594,1,'2018-12-21 08:42:16','2018-12-21 08:42:16','<h1>UKHospitality has marked the successes of a transformational year at today’s 24<sup>th</sup> annual <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">Christmas lunch</a>.</h1>\r\nSince its creation earlier this year, UKHospitality has gone from strength to strength, enjoying membership growth of 20% and vital campaigning successes, saving the sector £2.4bn in additional costs. Hospitality remains the third largest sector private sector employer and last year generated 1-in-8 of all new jobs.\r\n\r\nUKHospitality’s reiterated its objectives of cultivating an environment that enables the sector to deliver its forecast of up to 6% growth, 30,000 additional jobs and 200,000 apprenticeships.\r\n\r\nChief Executive, Kate Nicholls, reported on the successful development of the UKH Academy, which provides ‘Gold Standard’ learning in line with a wide range of apprenticeship standards, funded either through the apprenticeship levy or subsidised by the government. The Academy also tailors learning for the employer to meet the needs of their business, while ensuring transferability of skills to equip learners for work across the sector.\r\n\r\n<strong>Nicholls said:</strong> “2018 will be remembered as a key year for the sector, in which we created a single voice that was well heard during a turbulent year. Our industry is a rewarding and exciting industry in which to work and we are increasingly being recognised as such.\r\n\r\n“Our work continues to see us fighting for a fair and balanced environment that enables our vital sector to flourish and we will continue to help politicians and the media understand our economic, social and cultural contribution. A top priority for the coming year is the people challenge; developing and building on the sector deal announced last month, countering the potentially devastating effects of the Government’s planned post-Brexit migration strategy and also promoting the sector as a great place to work, grow and develop.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/\">Crisp and clean linen</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/\">Demand for marketing professionals increases</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n</ul>','UKHospitality reflects on transformational year and prepares for challenges of 2019','','inherit','closed','closed','','3591-revision-v1','','','2018-12-21 08:42:16','2018-12-21 08:42:16','',3591,'https://www.ontradeprogress.com/2018/12/21/3591-revision-v1/',0,'revision','',0),(3596,1,'2018-12-21 09:40:53','2018-12-21 09:40:53','<h1>Almost 1 in 5 (17%) think it’s sometimes acceptable to drive after drinking - as long as they feel unaffected. This equates to 7 million drivers in Great Britain.</h1>\r\nNearly 1 in 10 think they could drink more than the UK legal limit before their driving ability would be affected.\r\n\r\n6 times more men than women believe they can consume 6-10 drinks before their driving ability is affected.\r\n\r\nHalf as many students compared to those, not in education, thought it was sometimes OK to drink and drive - if they feel unaffected.\r\n\r\nDrink driving skyrockets around festive period – latest police data shows there were 5,869 positive or refused breath tests in December vs 4,446 in February.\r\n\r\nNeil Greig, IAM RoadSmart Policy and Research Director, said: “Christmas can be a perfect storm for drink driving. This survey suggests a high level of ignorance and misunderstanding around limits and safe levels. Ultimately there is no safe level of alcohol in the blood if you intend to drive.”\r\n\r\nDETR found drivers with a Blood Alcohol Concentration between 50mg and 80mg are up to 6 times more likely to be involved in a fatal collision than someone with no alcohol in their bloodstream.\r\n\r\nUniversity of California study finds there is no safe combination of drinking and driving. Any alcohol in the bloodstream whilst driving poses an increased risk to the driver and others.\r\n\r\nLowering the legal blood alcohol limit whilst driving to 0.05% could save more lives.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps bring \'Crispeas\' to 2019</a></li>\r\n</ul>','Survey reveals 1 in 5 think it’s acceptable to drink drive - if you FEEL unaffected','','publish','closed','open','','sometimes-acceptable-drink-drive','','','2018-12-21 09:40:53','2018-12-21 09:40:53','',0,'https://www.ontradeprogress.com/?p=3596',0,'post','',0),(3597,1,'2018-12-21 09:37:41','2018-12-21 09:37:41','','1 in 5 people surveyed think drink driving is acceptable in the UK','1 in 5 people surveyed think drink driving is acceptable in the UK','inherit','closed','closed','','handcuffs-2102488_1280','','','2018-12-21 09:38:56','2018-12-21 09:38:56','',3596,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/handcuffs-2102488_1280.jpg',0,'attachment','image/jpeg',0),(3598,1,'2018-12-21 09:40:38','2018-12-21 09:40:38','<h1>Almost 1 in 5 (17%) think it’s sometimes acceptable to drive after drinking - as long as they feel unaffected. This equates to 7 million drivers in Great Britain.</h1>\r\nNearly 1 in 10 think they could drink more than the UK legal limit before their driving ability would be affected.\r\n\r\n6 times more men than women believe they can consume 6-10 drinks before their driving ability is affected.\r\n\r\nHalf as many students compared to those, not in education, thought it was sometimes OK to drink and drive - if they feel unaffected.\r\n\r\nDrink driving skyrockets around festive period – latest police data shows there were 5,869 positive or refused breath tests in December vs 4,446 in February.\r\n\r\nNeil Greig, IAM RoadSmart Policy and Research Director, said: “Christmas can be a perfect storm for drink driving. This survey suggests a high level of ignorance and misunderstanding around limits and safe levels. Ultimately there is no safe level of alcohol in the blood if you intend to drive.”\r\n\r\nDETR found drivers with a Blood Alcohol Concentration between 50mg and 80mg are up to 6 times more likely to be involved in a fatal collision than someone with no alcohol in their bloodstream.\r\n\r\nUniversity of California study finds there is no safe combination of drinking and driving. Any alcohol in the bloodstream whilst driving poses an increased risk to the driver and others.\r\n\r\nLowering the legal blood alcohol limit whilst driving to 0.05% could save more lives.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/\">Pipers Crisps bring \'Crispeas\' to 2019</a></li>\r\n</ul>','Survey reveals 1 in 5 think it’s acceptable to drink drive - if you FEEL unaffected','','inherit','closed','closed','','3596-revision-v1','','','2018-12-21 09:40:38','2018-12-21 09:40:38','',3596,'https://www.ontradeprogress.com/2018/12/21/3596-revision-v1/',0,'revision','',0),(3601,1,'2019-01-03 09:26:36','2019-01-03 09:26:36','<h1><strong>Providing the first golden opportunity of 2019 to boost profits, Tilda Foodservice is encouraging operators to take part in the Chinese New Year celebrations on 5<sup>th</sup> February. </strong></h1>\r\nLast year, over 700,000 people in London alone celebrated Chinese New Year, showing the festivals overwhelming popularity. Given the Asian food market is now worth £3bn in the UK*, the ‘Spring Festival’, provides a chance for operators to increase sales and start benefiting from Britain’s favourite cuisine**.\r\n\r\n<strong>Annette Coggins, Head of Foodservice, Tilda UK says:</strong>\r\n“After the Christmas festivities, we often see a drop in footfall and Chinese New Year is perfectly placed to bring some good fortune to operators by providing consumers with a reason to go out and celebrate. As Chinese cuisine continues to win over the hearts of the nation, the benefits of joining in the festivities are clear to see.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018 &amp; prepares for 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/\">Crisp &amp; Clean</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n</ul>\r\n[caption id=\"attachment_3603\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3603\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-300x200.jpg\" alt=\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\" width=\"300\" height=\"200\" /> Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February[/caption]\r\n\r\nChinese New Year is also one of the biggest draws for tourism at the start of the new year, with over 349,000 people expected to fly in to join the UK celebrations and spend an estimated £722 million.\r\n\r\nOperators looking for inspiration in creating their menus can visit <a href=\"http://www.tildafoodservice.com\">www.tildafoodservice.com</a> for a host of innovative recipes including Duck Breast with Red Curry-Infused Fragrant Jasmine Rice, Chinese Claypot Rice, Chinese Prawn Potsticker Dumplings and Mango Rice Pudding.\r\n\r\n<strong>Annette adds;</strong>\r\n“Simply adding a selection of Chinese dishes to menus will allow operators to appeal to those consumers looking to celebrate the Year of the Pig. As rice is an integral part of Chinese cooking, we’ve created a selection of dishes using Tilda’s Fragrant Jasmine Rice that will support operators in planning their celebratory menus.\r\n\r\n[caption id=\"attachment_3604\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3604\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tofu-Fried-Rice-resized-300x225.jpg\" alt=\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\" width=\"300\" height=\"225\" /> Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February[/caption]\r\n\r\n“Even better, by using a Tilda speciality rice as part of menus, operators can also boost their incremental sales as the premium quality and brand reassurance means you can demand a higher price.”\r\n\r\nTilda Fragrant Jasmine provides an authentic sticky rice, ideal for Chinese cooking. It can be cooked and chilled to use for fried rice and as the sticky grains separate when re-heated, operators are guaranteed to serve perfect rice every time with minimal wastage.\r\n\r\n<strong><a href=\"https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/\">https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/</a></strong>','A Prosperous Chinese New Year with Tilda','','publish','closed','open','','chinese-new-year-tilda','','\nhttps://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/','2019-01-03 09:43:34','2019-01-03 09:43:34','',0,'https://www.ontradeprogress.com/?p=3601',0,'post','',0),(3602,1,'2019-01-03 09:21:21','2019-01-03 09:21:21','','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February','inherit','closed','closed','','chinese-prawn-potsticker-dumplings-2','','','2019-01-03 09:22:26','2019-01-03 09:22:26','',3601,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Chinese-Prawn-Potsticker-Dumplings-2.jpg',0,'attachment','image/jpeg',0),(3603,1,'2019-01-03 09:21:58','2019-01-03 09:21:58','','Coconut Rice Pudding with Mango Sorbet & Pistachio Crumble','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February','inherit','closed','closed','','coconut-rice-pudding-with-mango-sorbet-pistachio-crumble','','','2019-01-03 09:23:21','2019-01-03 09:23:21','',3601,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble.jpg',0,'attachment','image/jpeg',0),(3604,1,'2019-01-03 09:22:41','2019-01-03 09:22:41','','Tofu Fried Rice resized','Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February','inherit','closed','closed','','tofu-fried-rice-resized','','','2019-01-03 09:24:40','2019-01-03 09:24:40','',3601,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tofu-Fried-Rice-resized.jpg',0,'attachment','image/jpeg',0),(3605,1,'2019-01-03 09:26:36','2019-01-03 09:26:36','<h1><strong>Providing the first golden opportunity of 2019 to boost profits, Tilda Foodservice is encouraging operators to take part in the Chinese New Year celebrations on 5<sup>th</sup> February. </strong></h1>\r\nLast year, over 700,000 people in London alone celebrated Chinese New Year, showing the festivals overwhelming popularity. Given the Asian food market is now worth £3bn in the UK*, the ‘Spring Festival’, provides a chance for operators to increase sales and start benefiting from Britain’s favourite cuisine**.\r\n\r\n<strong>Annette Coggins, Head of Foodservice, Tilda UK says:</strong>\r\n“After the Christmas festivities, we often see a drop in footfall and Chinese New Year is perfectly placed to bring some good fortune to operators by providing consumers with a reason to go out and celebrate. As Chinese cuisine continues to win over the hearts of the nation, the benefits of joining in the festivities are clear to see.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018 &amp; prepares for 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/\">Crisp &amp; Clean</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n</ul>\r\n[caption id=\"attachment_3603\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3603\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-300x200.jpg\" alt=\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\" width=\"300\" height=\"200\" /> Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February[/caption]\r\n\r\nChinese New Year is also one of the biggest draws for tourism at the start of the new year, with over 349,000 people expected to fly in to join the UK celebrations and spend an estimated £722 million.\r\n\r\nOperators looking for inspiration in creating their menus can visit <a href=\"http://www.tildafoodservice.com\">www.tildafoodservice.com</a> for a host of innovative recipes including Duck Breast with Red Curry-Infused Fragrant Jasmine Rice, Chinese Claypot Rice, Chinese Prawn Potsticker Dumplings and Mango Rice Pudding.\r\n\r\n<strong>Annette adds;</strong>\r\n“Simply adding a selection of Chinese dishes to menus will allow operators to appeal to those consumers looking to celebrate the Year of the Pig. As rice is an integral part of Chinese cooking, we’ve created a selection of dishes using Tilda’s Fragrant Jasmine Rice that will support operators in planning their celebratory menus.\r\n\r\n[caption id=\"attachment_3604\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3604\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tofu-Fried-Rice-resized-300x225.jpg\" alt=\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\" width=\"300\" height=\"225\" /> Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February[/caption]\r\n\r\n“Even better, by using a Tilda speciality rice as part of menus, operators can also boost their incremental sales as the premium quality and brand reassurance means you can demand a higher price.”\r\n\r\nTilda Fragrant Jasmine provides an authentic sticky rice, ideal for Chinese cooking. It can be cooked and chilled to use for fried rice and as the sticky grains separate when re-heated, operators are guaranteed to serve perfect rice every time with minimal wastage.\r\n\r\n<strong><a href=\"https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/\">https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/</a></strong>','A Prosperous Chinese New Year with Tilda','','inherit','closed','closed','','3601-revision-v1','','','2019-01-03 09:26:36','2019-01-03 09:26:36','',3601,'https://www.ontradeprogress.com/2019/01/03/3601-revision-v1/',0,'revision','',0),(3606,1,'2019-01-03 09:43:07','2019-01-03 09:43:07','<h1><strong>Providing the first golden opportunity of 2019 to boost profits, Tilda Foodservice is encouraging operators to take part in the Chinese New Year celebrations on 5<sup>th</sup> February. </strong></h1>\r\nLast year, over 700,000 people in London alone celebrated Chinese New Year, showing the festivals overwhelming popularity. Given the Asian food market is now worth £3bn in the UK*, the ‘Spring Festival’, provides a chance for operators to increase sales and start benefiting from Britain’s favourite cuisine**.\r\n\r\n<strong>Annette Coggins, Head of Foodservice, Tilda UK says:</strong>\r\n“After the Christmas festivities, we often see a drop in footfall and Chinese New Year is perfectly placed to bring some good fortune to operators by providing consumers with a reason to go out and celebrate. As Chinese cuisine continues to win over the hearts of the nation, the benefits of joining in the festivities are clear to see.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018 &amp; prepares for 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/\">Crisp &amp; Clean</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/\">British Lion Eggs to make a splash in 2019</a></li>\r\n</ul>\r\n[caption id=\"attachment_3603\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3603\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Coconut-Rice-Pudding-with-Mango-Sorbet-Pistachio-Crumble-300x200.jpg\" alt=\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\" width=\"300\" height=\"200\" /> Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February[/caption]\r\n\r\nChinese New Year is also one of the biggest draws for tourism at the start of the new year, with over 349,000 people expected to fly in to join the UK celebrations and spend an estimated £722 million.\r\n\r\nOperators looking for inspiration in creating their menus can visit <a href=\"http://www.tildafoodservice.com\">www.tildafoodservice.com</a> for a host of innovative recipes including Duck Breast with Red Curry-Infused Fragrant Jasmine Rice, Chinese Claypot Rice, Chinese Prawn Potsticker Dumplings and Mango Rice Pudding.\r\n\r\n<strong>Annette adds;</strong>\r\n“Simply adding a selection of Chinese dishes to menus will allow operators to appeal to those consumers looking to celebrate the Year of the Pig. As rice is an integral part of Chinese cooking, we’ve created a selection of dishes using Tilda’s Fragrant Jasmine Rice that will support operators in planning their celebratory menus.\r\n\r\n[caption id=\"attachment_3604\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3604\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tofu-Fried-Rice-resized-300x225.jpg\" alt=\"Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February\" width=\"300\" height=\"225\" /> Tilda is encouraging operators to take part in the Chinese New Year celebrations on 5th February[/caption]\r\n\r\n“Even better, by using a Tilda speciality rice as part of menus, operators can also boost their incremental sales as the premium quality and brand reassurance means you can demand a higher price.”\r\n\r\nTilda Fragrant Jasmine provides an authentic sticky rice, ideal for Chinese cooking. It can be cooked and chilled to use for fried rice and as the sticky grains separate when re-heated, operators are guaranteed to serve perfect rice every time with minimal wastage.\r\n\r\n<strong><a href=\"https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/\">https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/</a></strong>','A Prosperous Chinese New Year with Tilda','','inherit','closed','closed','','3601-autosave-v1','','','2019-01-03 09:43:07','2019-01-03 09:43:07','',3601,'https://www.ontradeprogress.com/2019/01/03/3601-autosave-v1/',0,'revision','',0),(3607,1,'2019-01-03 14:46:39','2019-01-03 14:46:39','<h1>We chat to <a href=\"https://www.lanchesterwines.co.uk/\" target=\"_blank\" rel=\"noopener\">Lanchester Wines’</a> director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja.</h1>\r\nWhile hot and sunny Spanish nights bring back memories of summer holidays, it’s the winter months which bring out the best in Spain’s most famous wine – Rioja.\r\n\r\nIf you love the structure of Cabernet Sauvignon but the fruitiness of Grenache then you’ll love Tempranillo. It’s big wine with high tannin that will buddy up to any piece of rich meat. Tempranillo is a popular grape that grows everywhere, but its homeland is Spain and the region famous for Tempranillo is Rioja.\r\n\r\nRioja is Spain in a glass of red wine. When we take a sip of Rioja we’re transported back to sunny holidays and immediately picture Spain’s other famous culinary delights: beautiful slices of Jamon Serrano, salty chunks of Manchego cheese and a bowl full of ripe green olives. Delicious.\r\n\r\nBut, while many of us have drunk Rioja, it still remains rather misunderstood, so here’s a few facts you may not know about Rioja wine:\r\n<h2>Rioja’s a place, not the wine</h2>\r\nAs with French wines (think Bordeaux, Burgundy, Beaujolais), Rioja wine is named after the area in which it\'s grown rather than the grape itself. The Rioja wine region is classified as <em>Denominación de Origen Calificada</em> (D.O.Ca., \"Qualified Designation of Origin\") and spans the regions of La Rioja and Navarre, and in the province of Álava in the Basque Country. Rioja is further subdivided into three zones: Rioja Alta, Rioja Baja and Rioja Alavesa.\r\n\r\nThe area can be found in the North of Spain spanning 61,645 hectares (152,328 acres) and home to close to 17,000 vineyards!\r\n\r\nWinemaking in the Rioja region dates back to around 873 and, as you can imagine in a region steeped in such heritage, there’s many festivals celebrating Rioja wines. One of the most famous is La Batalla del Vino de Haro or The Wine Fight of Haro (home to around 40% of Rioja vineyards) where, each June, locals throw wine at each other.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\">Lanchester Wines: Summer Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/sometimes-acceptable-drink-drive/\">Survey reveals 1 in 5 think it\'s ok to drink &amp; drive</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018 &amp; the challenges of 2019</a></li>\r\n</ul>\r\n<h3>It’s not all about Tempranillo</h3>\r\nWhile Tempranillo is the predominant grape used for Rioja, it’s not the <em>only</em> grape used in production. In fact, Rioja is made from a blend of grape varieties, with Tempranillo the dominant grape. Garnacha is typically included in the blend to add some fruitiness while Mazuelo and Graciano may also be included.\r\n\r\nSpain is very proud of its indigenous Tempranillo grape because and has been made into wine for over 2,000 years. Unlike other countries who have adopted grapes originally indigenous to France or Italy, Tempranillo was born and cultivated in Spain.\r\n\r\nAnd, it’s this Tempranillo grape which gives Rioja wine its distinctive aromas of dried red fruits and mellow spice that so many people know and love with varying blends of Garnacha, Mazuelo and Graciano added by winemakers to create unique blends.\r\n<h3>Rioja wine doesn’t have to be red</h3>\r\nWhile most of us know Rioja as red wine, white wine is also made in the region. White Rioja (Rioja Blanco), is made entirely with white grapes and there are six traditional Spanish grape varieties and three international grapes permitted in its production. The most important grape is Viura, which must be a minimum of 51% of the blend while the others include Garnacha Blanca, Tempranillo Blanco, Malvasia, Sauvignon Blanc, Chardonnay and Verdejo.\r\n\r\nWhite Rioja offers an elegant, easy drinking and crowd-pleasing white wine, despite making up just 10% of wine production in the Rioja region in Northern Spain. There are two key styles of White Rioja: light, lemony-fresh tangy whites and full-bodied, rich and nutty whites.\r\n<h3>There are four main classifications of Rioja wine</h3>\r\nRioja uses a system of qualifying wines to make it easy to find what you like. One of the primary qualifications between the different styles is oak-ageing - the more oak, the higher the quality level. And this is strictly regulated by the Consejo Regulador DOCa Rioja (the Rioja control board).\r\n<ol>\r\n 	<li><em>Rioja</em>. Wines in their first or second year, which keep their primary freshness and fruitiness.</li>\r\n 	<li><em>Crianza</em> (Cree-an-tha). A minimum of one year in casks and a few months in the bottle. For white wines, the minimum cask ageing period is six months</li>\r\n 	<li><em>Reserva</em>. Selected wines of the best vintages with an excellent potential that have been aged for a minimum of three years, with at least one year in casks. For white wines, the minimum ageing period is two years, with at least six months in casks.</li>\r\n 	<li><em>Gran Reserva</em>. Selected wines from exceptional vintages which have spent at least two years in oak casks and three years in the bottle. For white wines, the minimum ageing period is four years, with at least one year in casks</li>\r\n</ol>\r\n<strong>If you would like to learn more about Lanchester Wines and its Rioja range, please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> or contact <a href=\"mailto:sales@lanchesterwines.co.uk\">sales@lanchesterwines.co.uk</a> / 01207 52 1234</strong>','Viva España! - Lanchester Wines\'','','publish','closed','open','','rioja-wine-viva-espana','','\nhttps://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/','2019-01-03 16:31:57','2019-01-03 16:31:57','',0,'https://www.ontradeprogress.com/?p=3607',0,'post','',0),(3608,1,'2019-01-03 14:22:18','2019-01-03 14:22:18','<h1>We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja.</h1>\r\n&nbsp;\r\n\r\nWhile hot and sunny Spanish nights bring back memories of summer holidays, it’s the winter months which bring out the best in Spain’s most famous wine – Rioja.\r\n\r\n<em> </em>\r\n\r\nIf you love the structure of Cabernet Sauvignon but the fruitiness of Grenache then you’ll love Tempranillo. It’s big wine with high tannin that will buddy up to any piece of rich meat. Tempranillo is a popular grape that grows everywhere, but its homeland is Spain and the region famous for Tempranillo is Rioja.\r\n\r\n&nbsp;\r\n\r\nRioja is Spain in a glass of red wine. When we take a sip of Rioja we’re transported back to sunny holidays and immediately picture Spain’s other famous culinary delights: beautiful slices of Jamon Serrano, salty chunks of Manchego cheese and a bowl full of ripe green olives. Delicious.\r\n\r\n&nbsp;\r\n\r\nBut, while many of us have drunk Rioja, it still remains rather misunderstood, so here’s a few facts you may not know about Rioja wine:\r\n\r\n&nbsp;\r\n<h2>Rioja’s a place, not the wine</h2>\r\n&nbsp;\r\n\r\nAs with French wines (think Bordeaux, Burgundy, Beaujolais), Rioja wine is named after the area in which its grown rather than the grape itself. The Rioja wine region is classified as <em>Denominación de Origen Calificada</em> (D.O.Ca., \"Qualified Designation of Origin\") and spans the regions of La Rioja and Navarre, and in the province of Álava in the Basque Country. Rioja is further subdivided into three zones: Rioja Alta, Rioja Baja and Rioja Alavesa.\r\n\r\n&nbsp;\r\n\r\nThe area can be found in the North of Spain spanning 61,645 hectares (152,328 acres) and home to close to 17,000 vineyards!\r\n\r\n&nbsp;\r\n\r\nWinemaking in the Rioja region dates back to around 873 and, as you can imagine in a region steeped in such heritage, there’s many festivals celebrating Rioja wines. One of the most famous is La Batalla del Vino de Haro or The Wine Fight of Haro (home to around 40% of Rioja vineyards) where, each June, locals throw wine at each other.\r\n\r\n&nbsp;\r\n<h3>It’s not all about Tempranillo</h3>\r\n<strong> </strong>\r\n\r\nWhile Tempranillo is the predominate grape used for Rioja, it’s not the <em>only</em> grape used in production. In fact, Rioja is made from a blend of grape varieties, with Tempranillo the dominant grape. Garnacha is typically included in the blend to add some fruitiness while Mazuelo and Graciano may also be included.\r\n\r\n&nbsp;\r\n\r\nSpain is very proud of its indigenous Tempranillo grape because and has been made into wine for over 2,000 years. Unlike other countries who have adopted grapes originally indigenous to France or Italy, Tempranillo was born and cultivated in Spain.\r\n\r\n&nbsp;\r\n\r\nAnd, it’s this Tempranillo grape which gives Rioja wine its distinctive aromas of dried red fruits and mellow spice that so many people know and love with varying blends of Garnacha, Mazuelo and Graciano added by winemakers to create unique blends.\r\n\r\n&nbsp;\r\n\r\nCrosshead: Rioja wine doesn’t have to be red\r\n\r\n&nbsp;\r\n\r\nWhile most of us know Rioja as red wine, white wine is also made in the region. White Rioja (Rioja Blanco), is made entirely with white grapes and there are six traditional Spanish grape varieties and three international grapes permitted in its production. The most important grape is Viura, which must be a minimum of 51% of the blend while the others include Garnacha Blanca, Tempranillo Blanco, Malvasia, Sauvignon Blanc, Chardonnay and Verdejo.\r\n\r\n&nbsp;\r\n\r\nWhite Rioja offers an elegant, easy drinking and crowd-pleasing white wine, despite making up just 10% of wine production in the Rioja region in Northern Spain. There are two key styles of White Rioja: light, lemony-fresh tangy whites and full-bodied, rich and nutty whites.\r\n\r\n<strong> </strong>\r\n<h3>There are four main classifications of Rioja wine</h3>\r\n&nbsp;\r\n\r\nRioja uses a system of qualifying wines to make it easy to find what you like. One of the primary qualifications between the different styles is oak-aging - the more oak, the higher the quality level. And this is strictly regulated by the Consejo Regulador DOCa Rioja (the Rioja control board).\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li><em>Rioja</em>. Wines in their first or second year, which keep their primary freshness and fruitiness.</li>\r\n 	<li><em>Crianza</em> (Cree-an-tha). A minimum of one year in casks and a few months in the bottle. For white wines, the minimum cask aging period is six months</li>\r\n 	<li><em>Reserva</em>. Selected wines of the best vintages with an excellent potential that have been aged for a minimum of three years, with at least one year in casks. For white wines, the minimum aging period is two years, with at least six months in casks.</li>\r\n 	<li><em>Gran Reserva</em>. Selected wines from exceptional vintages which have spent at least two years in oak casks and three years in the bottle. For white wines, the minimum aging period is four years, with at least one year in casks</li>\r\n</ol>\r\n<strong> </strong>\r\n\r\nIf you would like to learn more about Lanchester Wines and its Rioja range, please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> or contact <a href=\"mailto:sales@lanchesterwines.co.uk\">sales@lanchesterwines.co.uk</a> / 01207 52 1234','Viva España!','','inherit','closed','closed','','3607-revision-v1','','','2019-01-03 14:22:18','2019-01-03 14:22:18','',3607,'https://www.ontradeprogress.com/2019/01/03/3607-revision-v1/',0,'revision','',0),(3609,1,'2019-01-03 14:24:40','2019-01-03 14:24:40','<h1>We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja.</h1>\r\nWhile hot and sunny Spanish nights bring back memories of summer holidays, it’s the winter months which bring out the best in Spain’s most famous wine – Rioja.\r\n\r\nIf you love the structure of Cabernet Sauvignon but the fruitiness of Grenache then you’ll love Tempranillo. It’s big wine with high tannin that will buddy up to any piece of rich meat. Tempranillo is a popular grape that grows everywhere, but its homeland is Spain and the region famous for Tempranillo is Rioja.\r\n\r\nRioja is Spain in a glass of red wine. When we take a sip of Rioja we’re transported back to sunny holidays and immediately picture Spain’s other famous culinary delights: beautiful slices of Jamon Serrano, salty chunks of Manchego cheese and a bowl full of ripe green olives. Delicious.\r\n\r\nBut, while many of us have drunk Rioja, it still remains rather misunderstood, so here’s a few facts you may not know about Rioja wine:\r\n<h2>Rioja’s a place, not the wine</h2>\r\n&nbsp;\r\n\r\nAs with French wines (think Bordeaux, Burgundy, Beaujolais), Rioja wine is named after the area in which its grown rather than the grape itself. The Rioja wine region is classified as <em>Denominación de Origen Calificada</em> (D.O.Ca., \"Qualified Designation of Origin\") and spans the regions of La Rioja and Navarre, and in the province of Álava in the Basque Country. Rioja is further subdivided into three zones: Rioja Alta, Rioja Baja and Rioja Alavesa.\r\n\r\nThe area can be found in the North of Spain spanning 61,645 hectares (152,328 acres) and home to close to 17,000 vineyards!\r\n\r\nWinemaking in the Rioja region dates back to around 873 and, as you can imagine in a region steeped in such heritage, there’s many festivals celebrating Rioja wines. One of the most famous is La Batalla del Vino de Haro or The Wine Fight of Haro (home to around 40% of Rioja vineyards) where, each June, locals throw wine at each other.\r\n<h3>It’s not all about Tempranillo</h3>\r\nWhile Tempranillo is the predominate grape used for Rioja, it’s not the <em>only</em> grape used in production. In fact, Rioja is made from a blend of grape varieties, with Tempranillo the dominant grape. Garnacha is typically included in the blend to add some fruitiness while Mazuelo and Graciano may also be included.\r\n\r\nSpain is very proud of its indigenous Tempranillo grape because and has been made into wine for over 2,000 years. Unlike other countries who have adopted grapes originally indigenous to France or Italy, Tempranillo was born and cultivated in Spain.\r\n\r\nAnd, it’s this Tempranillo grape which gives Rioja wine its distinctive aromas of dried red fruits and mellow spice that so many people know and love with varying blends of Garnacha, Mazuelo and Graciano added by winemakers to create unique blends.\r\n<h3>Rioja wine doesn’t have to be red</h3>\r\nWhile most of us know Rioja as red wine, white wine is also made in the region. White Rioja (Rioja Blanco), is made entirely with white grapes and there are six traditional Spanish grape varieties and three international grapes permitted in its production. The most important grape is Viura, which must be a minimum of 51% of the blend while the others include Garnacha Blanca, Tempranillo Blanco, Malvasia, Sauvignon Blanc, Chardonnay and Verdejo.\r\n\r\nWhite Rioja offers an elegant, easy drinking and crowd-pleasing white wine, despite making up just 10% of wine production in the Rioja region in Northern Spain. There are two key styles of White Rioja: light, lemony-fresh tangy whites and full-bodied, rich and nutty whites.\r\n<h3>There are four main classifications of Rioja wine</h3>\r\nRioja uses a system of qualifying wines to make it easy to find what you like. One of the primary qualifications between the different styles is oak-aging - the more oak, the higher the quality level. And this is strictly regulated by the Consejo Regulador DOCa Rioja (the Rioja control board).\r\n<ol>\r\n 	<li><em>Rioja</em>. Wines in their first or second year, which keep their primary freshness and fruitiness.</li>\r\n 	<li><em>Crianza</em> (Cree-an-tha). A minimum of one year in casks and a few months in the bottle. For white wines, the minimum cask aging period is six months</li>\r\n 	<li><em>Reserva</em>. Selected wines of the best vintages with an excellent potential that have been aged for a minimum of three years, with at least one year in casks. For white wines, the minimum aging period is two years, with at least six months in casks.</li>\r\n 	<li><em>Gran Reserva</em>. Selected wines from exceptional vintages which have spent at least two years in oak casks and three years in the bottle. For white wines, the minimum aging period is four years, with at least one year in casks</li>\r\n</ol>\r\n<strong>If you would like to learn more about Lanchester Wines and its Rioja range, please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> or contact <a href=\"mailto:sales@lanchesterwines.co.uk\">sales@lanchesterwines.co.uk</a> / 01207 52 1234</strong>','Viva España!','','inherit','closed','closed','','3607-revision-v1','','','2019-01-03 14:24:40','2019-01-03 14:24:40','',3607,'https://www.ontradeprogress.com/2019/01/03/3607-revision-v1/',0,'revision','',0),(3610,1,'2019-01-03 14:41:12','2019-01-03 14:41:12','','Rioja Wine','We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja wine','inherit','closed','closed','','wine-1543170_1280','','','2019-01-03 14:41:59','2019-01-03 14:41:59','',3607,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-1543170_1280.jpg',0,'attachment','image/jpeg',0),(3611,1,'2019-01-03 14:42:04','2019-01-03 14:42:04','<h1>We chat to Lanchester Wines’ director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja.</h1>\r\nWhile hot and sunny Spanish nights bring back memories of summer holidays, it’s the winter months which bring out the best in Spain’s most famous wine – Rioja.\r\n\r\nIf you love the structure of Cabernet Sauvignon but the fruitiness of Grenache then you’ll love Tempranillo. It’s big wine with high tannin that will buddy up to any piece of rich meat. Tempranillo is a popular grape that grows everywhere, but its homeland is Spain and the region famous for Tempranillo is Rioja.\r\n\r\nRioja is Spain in a glass of red wine. When we take a sip of Rioja we’re transported back to sunny holidays and immediately picture Spain’s other famous culinary delights: beautiful slices of Jamon Serrano, salty chunks of Manchego cheese and a bowl full of ripe green olives. Delicious.\r\n\r\nBut, while many of us have drunk Rioja, it still remains rather misunderstood, so here’s a few facts you may not know about Rioja wine:\r\n<h2>Rioja’s a place, not the wine</h2>\r\nAs with French wines (think Bordeaux, Burgundy, Beaujolais), Rioja wine is named after the area in which it\'s grown rather than the grape itself. The Rioja wine region is classified as <em>Denominación de Origen Calificada</em> (D.O.Ca., \"Qualified Designation of Origin\") and spans the regions of La Rioja and Navarre, and in the province of Álava in the Basque Country. Rioja is further subdivided into three zones: Rioja Alta, Rioja Baja and Rioja Alavesa.\r\n\r\nThe area can be found in the North of Spain spanning 61,645 hectares (152,328 acres) and home to close to 17,000 vineyards!\r\n\r\nWinemaking in the Rioja region dates back to around 873 and, as you can imagine in a region steeped in such heritage, there’s many festivals celebrating Rioja wines. One of the most famous is La Batalla del Vino de Haro or The Wine Fight of Haro (home to around 40% of Rioja vineyards) where, each June, locals throw wine at each other.\r\n<h3>It’s not all about Tempranillo</h3>\r\nWhile Tempranillo is the predominant grape used for Rioja, it’s not the <em>only</em> grape used in production. In fact, Rioja is made from a blend of grape varieties, with Tempranillo the dominant grape. Garnacha is typically included in the blend to add some fruitiness while Mazuelo and Graciano may also be included.\r\n\r\nSpain is very proud of its indigenous Tempranillo grape because and has been made into wine for over 2,000 years. Unlike other countries who have adopted grapes originally indigenous to France or Italy, Tempranillo was born and cultivated in Spain.\r\n\r\nAnd, it’s this Tempranillo grape which gives Rioja wine its distinctive aromas of dried red fruits and mellow spice that so many people know and love with varying blends of Garnacha, Mazuelo and Graciano added by winemakers to create unique blends.\r\n<h3>Rioja wine doesn’t have to be red</h3>\r\nWhile most of us know Rioja as red wine, white wine is also made in the region. White Rioja (Rioja Blanco), is made entirely with white grapes and there are six traditional Spanish grape varieties and three international grapes permitted in its production. The most important grape is Viura, which must be a minimum of 51% of the blend while the others include Garnacha Blanca, Tempranillo Blanco, Malvasia, Sauvignon Blanc, Chardonnay and Verdejo.\r\n\r\nWhite Rioja offers an elegant, easy drinking and crowd-pleasing white wine, despite making up just 10% of wine production in the Rioja region in Northern Spain. There are two key styles of White Rioja: light, lemony-fresh tangy whites and full-bodied, rich and nutty whites.\r\n<h3>There are four main classifications of Rioja wine</h3>\r\nRioja uses a system of qualifying wines to make it easy to find what you like. One of the primary qualifications between the different styles is oak-ageing - the more oak, the higher the quality level. And this is strictly regulated by the Consejo Regulador DOCa Rioja (the Rioja control board).\r\n<ol>\r\n 	<li><em>Rioja</em>. Wines in their first or second year, which keep their primary freshness and fruitiness.</li>\r\n 	<li><em>Crianza</em> (Cree-an-tha). A minimum of one year in casks and a few months in the bottle. For white wines, the minimum cask ageing period is six months</li>\r\n 	<li><em>Reserva</em>. Selected wines of the best vintages with an excellent potential that have been aged for a minimum of three years, with at least one year in casks. For white wines, the minimum ageing period is two years, with at least six months in casks.</li>\r\n 	<li><em>Gran Reserva</em>. Selected wines from exceptional vintages which have spent at least two years in oak casks and three years in the bottle. For white wines, the minimum ageing period is four years, with at least one year in casks</li>\r\n</ol>\r\n<strong>If you would like to learn more about Lanchester Wines and its Rioja range, please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> or contact <a href=\"mailto:sales@lanchesterwines.co.uk\">sales@lanchesterwines.co.uk</a> / 01207 52 1234</strong>','Viva España!','','inherit','closed','closed','','3607-revision-v1','','','2019-01-03 14:42:04','2019-01-03 14:42:04','',3607,'https://www.ontradeprogress.com/2019/01/03/3607-revision-v1/',0,'revision','',0),(3612,1,'2019-01-03 14:44:31','2019-01-03 14:44:31','<h1>We chat to <a href=\"https://www.lanchesterwines.co.uk/\" target=\"_blank\" rel=\"noopener\">Lanchester Wines’</a> director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja.</h1>\r\nWhile hot and sunny Spanish nights bring back memories of summer holidays, it’s the winter months which bring out the best in Spain’s most famous wine – Rioja.\r\n\r\nIf you love the structure of Cabernet Sauvignon but the fruitiness of Grenache then you’ll love Tempranillo. It’s big wine with high tannin that will buddy up to any piece of rich meat. Tempranillo is a popular grape that grows everywhere, but its homeland is Spain and the region famous for Tempranillo is Rioja.\r\n\r\nRioja is Spain in a glass of red wine. When we take a sip of Rioja we’re transported back to sunny holidays and immediately picture Spain’s other famous culinary delights: beautiful slices of Jamon Serrano, salty chunks of Manchego cheese and a bowl full of ripe green olives. Delicious.\r\n\r\nBut, while many of us have drunk Rioja, it still remains rather misunderstood, so here’s a few facts you may not know about Rioja wine:\r\n<h2>Rioja’s a place, not the wine</h2>\r\nAs with French wines (think Bordeaux, Burgundy, Beaujolais), Rioja wine is named after the area in which it\'s grown rather than the grape itself. The Rioja wine region is classified as <em>Denominación de Origen Calificada</em> (D.O.Ca., \"Qualified Designation of Origin\") and spans the regions of La Rioja and Navarre, and in the province of Álava in the Basque Country. Rioja is further subdivided into three zones: Rioja Alta, Rioja Baja and Rioja Alavesa.\r\n\r\nThe area can be found in the North of Spain spanning 61,645 hectares (152,328 acres) and home to close to 17,000 vineyards!\r\n\r\nWinemaking in the Rioja region dates back to around 873 and, as you can imagine in a region steeped in such heritage, there’s many festivals celebrating Rioja wines. One of the most famous is La Batalla del Vino de Haro or The Wine Fight of Haro (home to around 40% of Rioja vineyards) where, each June, locals throw wine at each other.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\">Lanchester Wines: Summer Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/sometimes-acceptable-drink-drive/\">Survey reveals 1 in 5 think it\'s ok to drink &amp; drive</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018 &amp; the challenges of 2019</a></li>\r\n</ul>\r\n<h3>It’s not all about Tempranillo</h3>\r\nWhile Tempranillo is the predominant grape used for Rioja, it’s not the <em>only</em> grape used in production. In fact, Rioja is made from a blend of grape varieties, with Tempranillo the dominant grape. Garnacha is typically included in the blend to add some fruitiness while Mazuelo and Graciano may also be included.\r\n\r\nSpain is very proud of its indigenous Tempranillo grape because and has been made into wine for over 2,000 years. Unlike other countries who have adopted grapes originally indigenous to France or Italy, Tempranillo was born and cultivated in Spain.\r\n\r\nAnd, it’s this Tempranillo grape which gives Rioja wine its distinctive aromas of dried red fruits and mellow spice that so many people know and love with varying blends of Garnacha, Mazuelo and Graciano added by winemakers to create unique blends.\r\n<h3>Rioja wine doesn’t have to be red</h3>\r\nWhile most of us know Rioja as red wine, white wine is also made in the region. White Rioja (Rioja Blanco), is made entirely with white grapes and there are six traditional Spanish grape varieties and three international grapes permitted in its production. The most important grape is Viura, which must be a minimum of 51% of the blend while the others include Garnacha Blanca, Tempranillo Blanco, Malvasia, Sauvignon Blanc, Chardonnay and Verdejo.\r\n\r\nWhite Rioja offers an elegant, easy drinking and crowd-pleasing white wine, despite making up just 10% of wine production in the Rioja region in Northern Spain. There are two key styles of White Rioja: light, lemony-fresh tangy whites and full-bodied, rich and nutty whites.\r\n<h3>There are four main classifications of Rioja wine</h3>\r\nRioja uses a system of qualifying wines to make it easy to find what you like. One of the primary qualifications between the different styles is oak-ageing - the more oak, the higher the quality level. And this is strictly regulated by the Consejo Regulador DOCa Rioja (the Rioja control board).\r\n<ol>\r\n 	<li><em>Rioja</em>. Wines in their first or second year, which keep their primary freshness and fruitiness.</li>\r\n 	<li><em>Crianza</em> (Cree-an-tha). A minimum of one year in casks and a few months in the bottle. For white wines, the minimum cask ageing period is six months</li>\r\n 	<li><em>Reserva</em>. Selected wines of the best vintages with an excellent potential that have been aged for a minimum of three years, with at least one year in casks. For white wines, the minimum ageing period is two years, with at least six months in casks.</li>\r\n 	<li><em>Gran Reserva</em>. Selected wines from exceptional vintages which have spent at least two years in oak casks and three years in the bottle. For white wines, the minimum ageing period is four years, with at least one year in casks</li>\r\n</ol>\r\n<strong>If you would like to learn more about Lanchester Wines and its Rioja range, please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> or contact <a href=\"mailto:sales@lanchesterwines.co.uk\">sales@lanchesterwines.co.uk</a> / 01207 52 1234</strong>','Viva España!','','inherit','closed','closed','','3607-revision-v1','','','2019-01-03 14:44:31','2019-01-03 14:44:31','',3607,'https://www.ontradeprogress.com/2019/01/03/3607-revision-v1/',0,'revision','',0),(3614,1,'2019-01-03 15:07:24','2019-01-03 15:07:24','','Surface 360','Surface 360, the exterior porcelain flooring solution specialist, chats to On-Trade Progress about sustainability and bringing its best to the industry','inherit','closed','closed','','shutterstock_701863951','','','2019-01-03 15:09:24','2019-01-03 15:09:24','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_701863951.jpg',0,'attachment','image/jpeg',0),(3616,1,'2019-01-14 08:31:14','2019-01-14 08:31:14','<h1><a href=\"http://www.terryosborneinsurance.co.uk/\" target=\"_blank\" rel=\"noopener\">Terry Osborne</a> Insurance Services chats to <em>On-Trade Progress </em>about how industry professionals should be protecting their property and themselves, today.</h1>\r\nAccording to the news, Taylor Swift insures her legs for £26.5 million. Jennifer Lopez insures her bottom and even Sir Tom Jones insured his chest hair – why?  Because it was their brand, their signature, what they represent.\r\n\r\nBusiness Insurance is all about protection. Protection for your livelihood, for your staff, for your customers and, as a publican or restaurateur, you are quite likely to be living on the premises and therefore it is protecting your home too.\r\n<h2>Self-protection</h2>\r\nSo, do you <strong>REALLY</strong> need business insurance?  Well, if you have employees, then legally yes, but what about the rest of it?  While insurance is expensive and certainly takes a chunk out of your budget, being without it could lead to financial ruin\r\n\r\nOther than employers’ liability, in the hospitality trade, public liability is possibly one of the most important purchases you can make. With publicans and restaurateurs running establishments where alcohol is consumed, the likelihood of a public liability claim is greatly increased and even a simple slip or trip could run into thousands. Don’t forget about products liability either. One ‘suspect’ prawn or a turkey Christmas dinner not quite cooked correctly could send the cost of a products liability claim spiralling.\r\n\r\nHave you taken into account how much you would lose in the event of a total loss? Stock of alcohol, beers, fixtures and fittings definitely have to be taken into account but what about loss of income? Loss of rent? The cost of alternative accommodation? If you are in a city centre have you thought about terrorism cover? Most insurance policies will exclude all cover in the event of terrorism so perhaps this is worth thinking about.\r\n<h3>The right people</h3>\r\nIf you intend on running a successful establishment then you will need a good business insurance policy to cover everything. We at Terry Osborne Insurance offer a range of package policies for the leisure industry. Every business is different and therefore we can build a bespoke package just for you. Quirky is all the rage so if your business is unique, let your insurance policy be unique too.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget. We do not offer a ‘one size fits all’ product, we listen to what you need and build your cover to your business.\r\n\r\n<a href=\"https://www.investopedia.com/financial-edge/0212/4-types-of-insurance-everyone-needs.aspx\">Insurance doesn\'t have to be an electrifying product to be a necessary and useful one</a>. Sometimes, insurance is the protective vehicle that allows you to run your life while limiting the financial consequences. Because insurance isn\'t meant to be an exciting journey in itself, it\'s designed to make your life\'s journey a little easier and more financially stable.\r\n\r\n<strong>For more information on Terry Osborne Insurance Services, visit <a href=\"http://www.terryosborneinsurance.co.uk\">www.terryosborneinsurance.co.uk</a> or call 01622 745 297.</strong>','Insuring greatness - Terry Osbourne','','publish','closed','open','','business-insurance-insuring-greatness','','','2019-01-14 08:31:56','2019-01-14 08:31:56','',0,'https://www.ontradeprogress.com/?p=3616',0,'post','',0),(3617,1,'2019-01-03 15:27:31','2019-01-03 15:27:31','','Business Insurance','Business Insurance - Terry Osborne Insurance Services chats to On-Trade Progress about how industry professionals should be protecting their property','inherit','closed','closed','','shutterstock_586415417','','','2019-01-03 15:28:41','2019-01-03 15:28:41','',3616,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_586415417.jpg',0,'attachment','image/jpeg',0),(3618,1,'2019-01-03 15:30:43','2019-01-03 15:30:43','<h1><a href=\"http://www.terryosborneinsurance.co.uk/\" target=\"_blank\" rel=\"noopener\">Terry Osborne</a> Insurance Services chats to <em>On-Trade Progress </em>about how industry professionals should be protecting their property and themselves, today.</h1>\r\nAccording to the news, Taylor Swift insures her legs for £26.5 million. Jennifer Lopez insures her bottom and even Sir Tom Jones insured his chest hair – why?  Because it was their brand, their signature, what they represent.\r\n\r\nBusiness Insurance is all about protection. Protection for your livelihood, for your staff, for your customers and, as a publican or restaurateur, you are quite likely to be living on the premises and therefore it is protecting your home too.\r\n<h2>Self-protection</h2>\r\nSo, do you <strong>REALLY</strong> need business insurance?  Well, if you have employees, then legally yes, but what about the rest of it?  While insurance is expensive and certainly takes a chunk out of your budget, being without it could lead to financial ruin\r\n\r\nOther than employers’ liability, in the hospitality trade, public liability is possibly one of the most important purchases you can make. With publicans and restaurateurs running establishments where alcohol is consumed, the likelihood of a public liability claim is greatly increased and even a simple slip or trip could run into thousands. Don’t forget about products liability either. One ‘suspect’ prawn or a turkey Christmas dinner not quite cooked correctly could send the cost of a products liability claim spiralling.\r\n\r\nHave you taken into account how much you would lose in the event of a total loss? Stock of alcohol, beers, fixtures and fittings definitely have to be taken into account but what about loss of income? Loss of rent? The cost of alternative accommodation? If you are in a city centre have you thought about terrorism cover? Most insurance policies will exclude all cover in the event of terrorism so perhaps this is worth thinking about.\r\n<h3>The right people</h3>\r\nIf you intend on running a successful establishment then you will need a good business insurance policy to cover everything. We at Terry Osborne Insurance offer a range of package policies for the leisure industry. Every business is different and therefore we can build a bespoke package just for you. Quirky is all the rage so if your business is unique, let your insurance policy be unique too.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget. We do not offer a ‘one size fits all’ product, we listen to what you need and build your cover to your business.\r\n\r\n<a href=\"https://www.investopedia.com/financial-edge/0212/4-types-of-insurance-everyone-needs.aspx\">Insurance doesn\'t have to be an electrifying product to be a necessary and useful one</a>. Sometimes, insurance is the protective vehicle that allows you to run your life while limiting the financial consequences. Because insurance isn\'t meant to be an exciting journey in itself, it\'s designed to make your life\'s journey a little easier and more financially stable.\r\n\r\n<strong>For more information on Terry Osborne Insurance Services, visit <a href=\"http://www.terryosborneinsurance.co.uk\">www.terryosborneinsurance.co.uk</a> or call 01622 745 297.</strong>','Insuring greatness','','inherit','closed','closed','','3616-revision-v1','','','2019-01-03 15:30:43','2019-01-03 15:30:43','',3616,'https://www.ontradeprogress.com/2019/01/03/3616-revision-v1/',0,'revision','',0),(3619,1,'2019-01-03 16:02:00','0000-00-00 00:00:00','<h1>Bottlegreen talks to <em>On-Trade Progress </em>about keeping quality drinks flowing with premium natural ingredients.</h1>\r\n“Bottlegreen delicately cold-filters the finest natural ingredients to create sophisticated taste-experiences for flavour-lovers to savour,” says Mark Edge, Head of Soft Drinks at brand owner <a href=\"http://www.shs-drinks.co.uk/\" target=\"_blank\" rel=\"noopener\">SHS Drinks</a>.\r\n\r\n“Adult consumers in the on-trade are seeking natural, true tastes and are prepared to pay a premium for quality. They are trading up in the quest for real ingredients and flavours – and bottlegreen, the UK’s No.1 elderflower brand, consistently delivers both.\r\n\r\n“Encouraging consumers to trade up from regular offerings to higher-quality adult soft drinks that can attract better RSPs is an opportunity for licensees to not only increase customer satisfaction but to also improve margins at the same time.\r\n\r\n[caption id=\"attachment_3626\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3626\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-300x169.jpg\" alt=\"Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand\" width=\"300\" height=\"169\" /> Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients[/caption]\r\n\r\n“Our intention is to always delight our consumers, irrespective of whether they choose a bottlegreen cordial as a cocktail ingredient or mixed with still, sparkling or tonic water, or one of our great-tasting sparkling pressés.\r\n\r\n“All our bottlegreen drinks are – and always have been since day one – uniquely triple cold-filtered to preserve the purity and freshness of their natural ingredients and to deliver longer, cleaner taste-experiences,” explains Edge.\r\n\r\nAll bottlegreen variants are fine blends of delicious natural ingredients and Cotswold spring water drawn directly from an on-site spring.  The products contain no added preservatives or sweeteners.\r\n\r\n“With its unique glass bottle shape and illustration-style label graphics highlighting key natural ingredients, bottlegreen is a premium offering that on-trade consumers feel confident being seen drinking.  Licensees should focus on brands that consumers trust and recognise; bottlegreen is one such brand.”\r\n<h2>Great flavour</h2>\r\nAmongst others, the range of 275ml ready-to-drink sparkling bottlegreen pressés includes favourites such as Hand-Picked Elderflower and Pomegranate &amp; Elderflower, the classic Crisp Apple, and the contemporary Aromatic Ginger &amp; Lemongrass.\r\n\r\nBottlegreen’s cordials are as versatile as they are flavoursome; the nine variants are perfect for mixing sumptuous cocktails or mocktails, or for enjoying diluted with still, sparkling or tonic water.  “Our cordials are also a great way to pep up Prosecco,” adds Edge.  From the ever-popular Hand-Picked Elderflower to Aromatic Ginger &amp; Lemongrass and Plump Summer Raspberry, bottlegreen’s tantalising flavours set taste buds tingling in whatever ways they are used.\r\n\r\n[caption id=\"attachment_3627\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3627\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Ginger-Cuban-bg-Ginger-Lemongrass_7621-300x200.jpg\" alt=\"Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand\" width=\"300\" height=\"200\" /> Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients[/caption]\r\n\r\n“Mocktails are certainly something that most pubs and bars should be offering nowadays; there’s no reason why individually prepared mixed drinks need always include alcohol.\r\n\r\n“We have a vast array of inspiring cocktail and mocktail recipe suggestions available for bar-staff at <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a>. The recipes are categorised by both spirit type and by cordial flavour, and include something for every possible mood and occasion.”\r\n\r\n“2018 has been a record year for bottlegreen.  We’ll be maintaining this momentum for the all-important festive period - when consumers invariably trade up to premium products – and into 2019, which is set to be another great year for the brand,” concludes Edge.\r\n\r\n<strong>Visit <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a> to find out more.</strong>','One to savour - Bottlegreen','','draft','closed','open','','bottlegreen-one-to-savour','','','2019-01-03 16:02:00','2019-01-03 16:02:00','',0,'https://www.ontradeprogress.com/?p=3619',0,'post','',0),(3620,1,'2019-01-03 15:44:52','2019-01-03 15:44:52','<h1>Bottlegreen talks to <em>On-Trade Progress </em>about keeping quality drinks flowing with premium natural ingredients.</h1>\r\n“Bottlegreen delicately cold-filters the finest natural ingredients to create sophisticated taste-experiences for flavour-lovers to savour,” says Mark Edge, Head of Soft Drinks at brand owner <a href=\"http://www.shs-drinks.co.uk/\" target=\"_blank\" rel=\"noopener\">SHS Drinks</a>.\r\n\r\n“Adult consumers in the on-trade are seeking natural, true tastes and are prepared to pay a premium for quality. They are trading up in the quest for real ingredients and flavours – and bottlegreen, the UK’s No.1 elderflower brand, consistently delivers both.\r\n\r\n“Encouraging consumers to trade up from regular offerings to higher-quality adult soft drinks that can attract better RSPs is an opportunity for licensees to not only increase customer satisfaction but to also improve margins at the same time.\r\n\r\n“Our intention is to always delight our consumers, irrespective of whether they choose a bottlegreen cordial as a cocktail ingredient or mixed with still, sparkling or tonic water, or one of our great-tasting sparkling pressés.\r\n\r\n“All our bottlegreen drinks are – and always have been since day one – uniquely triple cold-filtered to preserve the purity and freshness of their natural ingredients and to deliver longer, cleaner taste-experiences,” explains Edge.\r\n\r\nAll bottlegreen variants are fine blends of delicious natural ingredients and Cotswold spring water drawn directly from an on-site spring.  The products contain no added preservatives or sweeteners.\r\n\r\n“With its unique glass bottle shape and illustration-style label graphics highlighting key natural ingredients, bottlegreen is a premium offering that on-trade consumers feel confident being seen drinking.  Licensees should focus on brands that consumers trust and recognise; bottlegreen is one such brand.”\r\n<h2>Great flavour</h2>\r\nAmongst others, the range of 275ml ready-to-drink sparkling bottlegreen pressés includes favourites such as Hand-Picked Elderflower and Pomegranate &amp; Elderflower, the classic Crisp Apple, and the contemporary Aromatic Ginger &amp; Lemongrass.\r\n\r\nBottlegreen’s cordials are as versatile as they are flavoursome; the nine variants are perfect for mixing sumptuous cocktails or mocktails, or for enjoying diluted with still, sparkling or tonic water.  “Our cordials are also a great way to pep up Prosecco,” adds Edge.  From the ever-popular Hand-Picked Elderflower to Aromatic Ginger &amp; Lemongrass and Plump Summer Raspberry, bottlegreen’s tantalising flavours set taste buds tingling in whatever ways they are used.\r\n\r\n“Mocktails are certainly something that most pubs and bars should be offering nowadays; there’s no reason why individually prepared mixed drinks need always include alcohol.\r\n\r\n“We have a vast array of inspiring cocktail and mocktail recipe suggestions available for bar-staff at <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a>. The recipes are categorised by both spirit type and by cordial flavour, and include something for every possible mood and occasion.”\r\n\r\n“2018 has been a record year for bottlegreen.  We’ll be maintaining this momentum for the all-important festive period - when consumers invariably trade up to premium products – and into 2019, which is set to be another great year for the brand,” concludes Edge.\r\n\r\n<strong>Visit <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a> to find out more.</strong>','One to savour','','inherit','closed','closed','','3619-revision-v1','','','2019-01-03 15:44:52','2019-01-03 15:44:52','',3619,'https://www.ontradeprogress.com/2019/01/03/3619-revision-v1/',0,'revision','',0),(3621,1,'2019-01-03 15:49:05','2019-01-03 15:49:05','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_21_on-trade-progress_[/embed]','On-Trade Progress Issue #21','','inherit','closed','closed','','276-revision-v1','','','2019-01-03 15:49:05','2019-01-03 15:49:05','',276,'https://www.ontradeprogress.com/2019/01/03/276-revision-v1/',0,'revision','',0),(3623,1,'2019-01-03 15:49:45','2019-01-03 15:49:45','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_21_on-trade-progress_[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-01-03 15:49:45','2019-01-03 15:49:45','',23,'https://www.ontradeprogress.com/2019/01/03/23-revision-v1/',0,'revision','',0),(3624,1,'2019-01-03 15:53:52','2019-01-03 15:53:52','','Garden of Eden + bg elderflower_lscape[1]','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand','inherit','closed','closed','','garden-of-eden-bg-elderflower_lscape1','','','2019-01-03 15:58:08','2019-01-03 15:58:08','',3619,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Garden-of-Eden-bg-elderflower_lscape1.jpg',0,'attachment','image/jpeg',0),(3625,1,'2019-01-03 15:54:56','2019-01-03 15:54:56','','Garden of Eden + bg elderflower[1]','','inherit','closed','closed','','garden-of-eden-bg-elderflower1','','','2019-01-03 15:54:56','2019-01-03 15:54:56','',3619,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Garden-of-Eden-bg-elderflower1.jpg',0,'attachment','image/jpeg',0),(3626,1,'2019-01-03 15:55:14','2019-01-03 15:55:14','','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand','inherit','closed','closed','','gettyimages-470214912-00_00_01_21-still006_cmyk-300dpi','','','2019-01-03 15:59:47','2019-01-03 15:59:47','',3619,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi.jpg',0,'attachment','image/jpeg',0),(3627,1,'2019-01-03 15:56:02','2019-01-03 15:56:02','','Ginger Cuban +bg Ginger & Lemongrass_762[1]','Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand','inherit','closed','closed','','ginger-cuban-bg-ginger-lemongrass_7621','','','2019-01-03 15:59:59','2019-01-03 15:59:59','',3619,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Ginger-Cuban-bg-Ginger-Lemongrass_7621.jpg',0,'attachment','image/jpeg',0),(3628,1,'2019-01-03 15:58:32','2019-01-03 15:58:32','<h1>Bottlegreen talks to <em>On-Trade Progress </em>about keeping quality drinks flowing with premium natural ingredients.</h1>\r\n“Bottlegreen delicately cold-filters the finest natural ingredients to create sophisticated taste-experiences for flavour-lovers to savour,” says Mark Edge, Head of Soft Drinks at brand owner <a href=\"http://www.shs-drinks.co.uk/\" target=\"_blank\" rel=\"noopener\">SHS Drinks</a>.\r\n\r\n“Adult consumers in the on-trade are seeking natural, true tastes and are prepared to pay a premium for quality. They are trading up in the quest for real ingredients and flavours – and bottlegreen, the UK’s No.1 elderflower brand, consistently delivers both.\r\n\r\n“Encouraging consumers to trade up from regular offerings to higher-quality adult soft drinks that can attract better RSPs is an opportunity for licensees to not only increase customer satisfaction but to also improve margins at the same time.\r\n\r\n“Our intention is to always delight our consumers, irrespective of whether they choose a bottlegreen cordial as a cocktail ingredient or mixed with still, sparkling or tonic water, or one of our great-tasting sparkling pressés.\r\n\r\n“All our bottlegreen drinks are – and always have been since day one – uniquely triple cold-filtered to preserve the purity and freshness of their natural ingredients and to deliver longer, cleaner taste-experiences,” explains Edge.\r\n\r\nAll bottlegreen variants are fine blends of delicious natural ingredients and Cotswold spring water drawn directly from an on-site spring.  The products contain no added preservatives or sweeteners.\r\n\r\n“With its unique glass bottle shape and illustration-style label graphics highlighting key natural ingredients, bottlegreen is a premium offering that on-trade consumers feel confident being seen drinking.  Licensees should focus on brands that consumers trust and recognise; bottlegreen is one such brand.”\r\n<h2>Great flavour</h2>\r\nAmongst others, the range of 275ml ready-to-drink sparkling bottlegreen pressés includes favourites such as Hand-Picked Elderflower and Pomegranate &amp; Elderflower, the classic Crisp Apple, and the contemporary Aromatic Ginger &amp; Lemongrass.\r\n\r\nBottlegreen’s cordials are as versatile as they are flavoursome; the nine variants are perfect for mixing sumptuous cocktails or mocktails, or for enjoying diluted with still, sparkling or tonic water.  “Our cordials are also a great way to pep up Prosecco,” adds Edge.  From the ever-popular Hand-Picked Elderflower to Aromatic Ginger &amp; Lemongrass and Plump Summer Raspberry, bottlegreen’s tantalising flavours set taste buds tingling in whatever ways they are used.\r\n\r\n“Mocktails are certainly something that most pubs and bars should be offering nowadays; there’s no reason why individually prepared mixed drinks need always include alcohol.\r\n\r\n“We have a vast array of inspiring cocktail and mocktail recipe suggestions available for bar-staff at <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a>. The recipes are categorised by both spirit type and by cordial flavour, and include something for every possible mood and occasion.”\r\n\r\n“2018 has been a record year for bottlegreen.  We’ll be maintaining this momentum for the all-important festive period - when consumers invariably trade up to premium products – and into 2019, which is set to be another great year for the brand,” concludes Edge.\r\n\r\n<strong>Visit <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a> to find out more.</strong>','One to savour - Bottlegreen','','inherit','closed','closed','','3619-revision-v1','','','2019-01-03 15:58:32','2019-01-03 15:58:32','',3619,'https://www.ontradeprogress.com/2019/01/03/3619-revision-v1/',0,'revision','',0),(3629,1,'2019-01-03 16:01:06','2019-01-03 16:01:06','<h1>Bottlegreen talks to <em>On-Trade Progress </em>about keeping quality drinks flowing with premium natural ingredients.</h1>\r\n“Bottlegreen delicately cold-filters the finest natural ingredients to create sophisticated taste-experiences for flavour-lovers to savour,” says Mark Edge, Head of Soft Drinks at brand owner <a href=\"http://www.shs-drinks.co.uk/\" target=\"_blank\" rel=\"noopener\">SHS Drinks</a>.\r\n\r\n“Adult consumers in the on-trade are seeking natural, true tastes and are prepared to pay a premium for quality. They are trading up in the quest for real ingredients and flavours – and bottlegreen, the UK’s No.1 elderflower brand, consistently delivers both.\r\n\r\n“Encouraging consumers to trade up from regular offerings to higher-quality adult soft drinks that can attract better RSPs is an opportunity for licensees to not only increase customer satisfaction but to also improve margins at the same time.\r\n\r\n[caption id=\"attachment_3626\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3626\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-300x169.jpg\" alt=\"Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand\" width=\"300\" height=\"169\" /> Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients - the UK\'s No.1 elderflower brand[/caption]\r\n\r\n“Our intention is to always delight our consumers, irrespective of whether they choose a bottlegreen cordial as a cocktail ingredient or mixed with still, sparkling or tonic water, or one of our great-tasting sparkling pressés.\r\n\r\n“All our bottlegreen drinks are – and always have been since day one – uniquely triple cold-filtered to preserve the purity and freshness of their natural ingredients and to deliver longer, cleaner taste-experiences,” explains Edge.\r\n\r\nAll bottlegreen variants are fine blends of delicious natural ingredients and Cotswold spring water drawn directly from an on-site spring.  The products contain no added preservatives or sweeteners.\r\n\r\n“With its unique glass bottle shape and illustration-style label graphics highlighting key natural ingredients, bottlegreen is a premium offering that on-trade consumers feel confident being seen drinking.  Licensees should focus on brands that consumers trust and recognise; bottlegreen is one such brand.”\r\n<h2>Great flavour</h2>\r\nAmongst others, the range of 275ml ready-to-drink sparkling bottlegreen pressés includes favourites such as Hand-Picked Elderflower and Pomegranate &amp; Elderflower, the classic Crisp Apple, and the contemporary Aromatic Ginger &amp; Lemongrass.\r\n\r\nBottlegreen’s cordials are as versatile as they are flavoursome; the nine variants are perfect for mixing sumptuous cocktails or mocktails, or for enjoying diluted with still, sparkling or tonic water.  “Our cordials are also a great way to pep up Prosecco,” adds Edge.  From the ever-popular Hand-Picked Elderflower to Aromatic Ginger &amp; Lemongrass and Plump Summer Raspberry, bottlegreen’s tantalising flavours set taste buds tingling in whatever ways they are used.\r\n\r\n[caption id=\"attachment_3627\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3627\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Ginger-Cuban-bg-Ginger-Lemongrass_7621-300x200.jpg\" alt=\"Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand\" width=\"300\" height=\"200\" /> Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients - the UK\'s No.1 elderflower brand[/caption]\r\n\r\n“Mocktails are certainly something that most pubs and bars should be offering nowadays; there’s no reason why individually prepared mixed drinks need always include alcohol.\r\n\r\n“We have a vast array of inspiring cocktail and mocktail recipe suggestions available for bar-staff at <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a>. The recipes are categorised by both spirit type and by cordial flavour, and include something for every possible mood and occasion.”\r\n\r\n“2018 has been a record year for bottlegreen.  We’ll be maintaining this momentum for the all-important festive period - when consumers invariably trade up to premium products – and into 2019, which is set to be another great year for the brand,” concludes Edge.\r\n\r\n<strong>Visit <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a> to find out more.</strong>','One to savour - Bottlegreen','','inherit','closed','closed','','3619-revision-v1','','','2019-01-03 16:01:06','2019-01-03 16:01:06','',3619,'https://www.ontradeprogress.com/2019/01/03/3619-revision-v1/',0,'revision','',0),(3630,1,'2019-01-03 16:01:38','2019-01-03 16:01:38','<h1>Bottlegreen talks to <em>On-Trade Progress </em>about keeping quality drinks flowing with premium natural ingredients.</h1>\r\n“Bottlegreen delicately cold-filters the finest natural ingredients to create sophisticated taste-experiences for flavour-lovers to savour,” says Mark Edge, Head of Soft Drinks at brand owner <a href=\"http://www.shs-drinks.co.uk/\" target=\"_blank\" rel=\"noopener\">SHS Drinks</a>.\r\n\r\n“Adult consumers in the on-trade are seeking natural, true tastes and are prepared to pay a premium for quality. They are trading up in the quest for real ingredients and flavours – and bottlegreen, the UK’s No.1 elderflower brand, consistently delivers both.\r\n\r\n“Encouraging consumers to trade up from regular offerings to higher-quality adult soft drinks that can attract better RSPs is an opportunity for licensees to not only increase customer satisfaction but to also improve margins at the same time.\r\n\r\n[caption id=\"attachment_3626\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3626\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/GettyImages-470214912.00_00_01_21.Still006_CMYK-300dpi-300x169.jpg\" alt=\"Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand\" width=\"300\" height=\"169\" /> Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients[/caption]\r\n\r\n“Our intention is to always delight our consumers, irrespective of whether they choose a bottlegreen cordial as a cocktail ingredient or mixed with still, sparkling or tonic water, or one of our great-tasting sparkling pressés.\r\n\r\n“All our bottlegreen drinks are – and always have been since day one – uniquely triple cold-filtered to preserve the purity and freshness of their natural ingredients and to deliver longer, cleaner taste-experiences,” explains Edge.\r\n\r\nAll bottlegreen variants are fine blends of delicious natural ingredients and Cotswold spring water drawn directly from an on-site spring.  The products contain no added preservatives or sweeteners.\r\n\r\n“With its unique glass bottle shape and illustration-style label graphics highlighting key natural ingredients, bottlegreen is a premium offering that on-trade consumers feel confident being seen drinking.  Licensees should focus on brands that consumers trust and recognise; bottlegreen is one such brand.”\r\n<h2>Great flavour</h2>\r\nAmongst others, the range of 275ml ready-to-drink sparkling bottlegreen pressés includes favourites such as Hand-Picked Elderflower and Pomegranate &amp; Elderflower, the classic Crisp Apple, and the contemporary Aromatic Ginger &amp; Lemongrass.\r\n\r\nBottlegreen’s cordials are as versatile as they are flavoursome; the nine variants are perfect for mixing sumptuous cocktails or mocktails, or for enjoying diluted with still, sparkling or tonic water.  “Our cordials are also a great way to pep up Prosecco,” adds Edge.  From the ever-popular Hand-Picked Elderflower to Aromatic Ginger &amp; Lemongrass and Plump Summer Raspberry, bottlegreen’s tantalising flavours set taste buds tingling in whatever ways they are used.\r\n\r\n[caption id=\"attachment_3627\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3627\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Ginger-Cuban-bg-Ginger-Lemongrass_7621-300x200.jpg\" alt=\"Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients -  the UK\'s No.1 elderflower brand\" width=\"300\" height=\"200\" /> Bottlegreen talks to On-Trade Progress about keeping quality drinks flowing with premium natural ingredients[/caption]\r\n\r\n“Mocktails are certainly something that most pubs and bars should be offering nowadays; there’s no reason why individually prepared mixed drinks need always include alcohol.\r\n\r\n“We have a vast array of inspiring cocktail and mocktail recipe suggestions available for bar-staff at <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a>. The recipes are categorised by both spirit type and by cordial flavour, and include something for every possible mood and occasion.”\r\n\r\n“2018 has been a record year for bottlegreen.  We’ll be maintaining this momentum for the all-important festive period - when consumers invariably trade up to premium products – and into 2019, which is set to be another great year for the brand,” concludes Edge.\r\n\r\n<strong>Visit <a href=\"http://www.bottlegreendrinks.com\">www.bottlegreendrinks.com</a> to find out more.</strong>','One to savour - Bottlegreen','','inherit','closed','closed','','3619-revision-v1','','','2019-01-03 16:01:38','2019-01-03 16:01:38','',3619,'https://www.ontradeprogress.com/2019/01/03/3619-revision-v1/',0,'revision','',0),(3631,1,'2019-01-03 16:02:33','2019-01-03 16:02:33','<h1><a href=\"http://www.terryosborneinsurance.co.uk/\" target=\"_blank\" rel=\"noopener\">Terry Osborne</a> Insurance Services chats to <em>On-Trade Progress </em>about how industry professionals should be protecting their property and themselves, today.</h1>\r\nAccording to the news, Taylor Swift insures her legs for £26.5 million. Jennifer Lopez insures her bottom and even Sir Tom Jones insured his chest hair – why?  Because it was their brand, their signature, what they represent.\r\n\r\nBusiness Insurance is all about protection. Protection for your livelihood, for your staff, for your customers and, as a publican or restaurateur, you are quite likely to be living on the premises and therefore it is protecting your home too.\r\n<h2>Self-protection</h2>\r\nSo, do you <strong>REALLY</strong> need business insurance?  Well, if you have employees, then legally yes, but what about the rest of it?  While insurance is expensive and certainly takes a chunk out of your budget, being without it could lead to financial ruin\r\n\r\nOther than employers’ liability, in the hospitality trade, public liability is possibly one of the most important purchases you can make. With publicans and restaurateurs running establishments where alcohol is consumed, the likelihood of a public liability claim is greatly increased and even a simple slip or trip could run into thousands. Don’t forget about products liability either. One ‘suspect’ prawn or a turkey Christmas dinner not quite cooked correctly could send the cost of a products liability claim spiralling.\r\n\r\nHave you taken into account how much you would lose in the event of a total loss? Stock of alcohol, beers, fixtures and fittings definitely have to be taken into account but what about loss of income? Loss of rent? The cost of alternative accommodation? If you are in a city centre have you thought about terrorism cover? Most insurance policies will exclude all cover in the event of terrorism so perhaps this is worth thinking about.\r\n<h3>The right people</h3>\r\nIf you intend on running a successful establishment then you will need a good business insurance policy to cover everything. We at Terry Osborne Insurance offer a range of package policies for the leisure industry. Every business is different and therefore we can build a bespoke package just for you. Quirky is all the rage so if your business is unique, let your insurance policy be unique too.  Such a diverse range in the industry deserves a leisure specialist who can tailor make a product to suit your needs and not break the budget. We do not offer a ‘one size fits all’ product, we listen to what you need and build your cover to your business.\r\n\r\n<a href=\"https://www.investopedia.com/financial-edge/0212/4-types-of-insurance-everyone-needs.aspx\">Insurance doesn\'t have to be an electrifying product to be a necessary and useful one</a>. Sometimes, insurance is the protective vehicle that allows you to run your life while limiting the financial consequences. Because insurance isn\'t meant to be an exciting journey in itself, it\'s designed to make your life\'s journey a little easier and more financially stable.\r\n\r\n<strong>For more information on Terry Osborne Insurance Services, visit <a href=\"http://www.terryosborneinsurance.co.uk\">www.terryosborneinsurance.co.uk</a> or call 01622 745 297.</strong>','Insuring greatness - Terry Osbourne','','inherit','closed','closed','','3616-revision-v1','','','2019-01-03 16:02:33','2019-01-03 16:02:33','',3616,'https://www.ontradeprogress.com/2019/01/03/3616-revision-v1/',0,'revision','',0),(3633,1,'2019-01-14 08:29:53','2019-01-14 08:29:53','<h1>The UK’s biggest restaurant, pub and bar event of the year, Casual Dining takes place at the new venue of <a href=\"https://www.casualdiningshow.co.uk/\" target=\"_blank\" rel=\"noopener\">ExCeL London</a> on 27-28 February.  Its compelling line-up will include 220 exhibitors, plus 50 speakers appearing across two dedicated keynote theatres (both sponsored by Yumpingo).</h1>\r\nAmong the big names are five CEOs, including Casual Dining Group’s Steve Richards (who oversees brands including Bella Italia, Café Rouge and Las Iguanas), BrewDog’s David MacDowell (CEO of Retail), and UKHospitality’s Kate Nicholls.\r\n\r\nJon Knight, head of Jamie Oliver Restaurant Group, whose opening day Keynote last year was widely covered in the national and trade press, will also be back at the show; plus Mark Jones, who joined Carluccio’s as CEO earlier this year will be making his much-anticipated Casual Dining speaking debut.\r\n<h2>The industry’s favourite</h2>\r\nThe move to ExCeL next year marks an exciting new development for the multi-award winning show.\r\n\r\nAlready known for being a magnet for top buyers from across the sector, it’s aiming to raise the bar yet again.  Its new, larger venue will accommodate more exhibitors, two Keynote theatres, and more specialist show feature areas (including a new Scotland Food &amp; Drink Pavilion and returning Craft Beer &amp; Cider Zone and Artisan Spirits Lounge).\r\n\r\n“Casual Dining is the two days a year that multi-site restaurant, pub and bar operators get together, and the continuing support from the industry, as always, has been phenomenal.  The move to ExCeL has generated a lot of interest and enthusiasm,” says Eva Ellis, Casual Dining’s event manager.\r\n\r\nExhibition space for Casual Dining 2019 has been selling at an unprecedented rate and it’s on-track to being another sell-out edition.\r\n\r\nNew names – showcasing everything from tasty sauces to sous-vide slow-cooked meats, from more-ish ice cream to Tex-Mex specialities, from continental cheeses to cult spirits – include M&amp;M Walshe Group, Hellmann\'s, Futura Foods UK, Sino International, Dr. Schär, Rude Health, Lotus Bakeries, and many more.\r\n<h3>Visitor registration now open</h3>\r\n“Casual Dining unites our industry in a truly powerful way.  It will continue to be unmissable when it moves to ExCeL,” says Zoe Bowley, MD of PizzaExpress.\r\n\r\n<strong>Casual Dining will take place at ExCeL London on 27-28 February 2019.  For further information and to register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD37.</strong>','Show-ing off - Casual Dining Show 2019','','publish','closed','open','','show-ing-off-casual-dining-show-2019','','','2019-01-14 08:29:53','2019-01-14 08:29:53','',0,'https://www.ontradeprogress.com/?p=3633',0,'post','',0),(3634,1,'2019-01-03 16:15:49','2019-01-03 16:15:49','','Casual Dining Show','Casual Dining takes place at the new venue of ExCeL London on 27-28 February.  Its compelling line-up will include 220 exhibitors, plus 50 speakers','inherit','closed','closed','','cd19_twitter_banner_31','','','2019-01-03 16:18:26','2019-01-03 16:18:26','',3633,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/CD19_Twitter_Banner_31.jpg',0,'attachment','image/jpeg',0),(3635,1,'2019-01-03 16:19:42','2019-01-03 16:19:42','<h1>The UK’s biggest restaurant, pub and bar event of the year, Casual Dining takes place at the new venue of <a href=\"https://www.casualdiningshow.co.uk/\" target=\"_blank\" rel=\"noopener\">ExCeL London</a> on 27-28 February.  Its compelling line-up will include 220 exhibitors, plus 50 speakers appearing across two dedicated keynote theatres (both sponsored by Yumpingo).</h1>\r\nAmong the big names are five CEOs, including Casual Dining Group’s Steve Richards (who oversees brands including Bella Italia, Café Rouge and Las Iguanas), BrewDog’s David MacDowell (CEO of Retail), and UKHospitality’s Kate Nicholls.\r\n\r\nJon Knight, head of Jamie Oliver Restaurant Group, whose opening day Keynote last year was widely covered in the national and trade press, will also be back at the show; plus Mark Jones, who joined Carluccio’s as CEO earlier this year will be making his much-anticipated Casual Dining speaking debut.\r\n<h2>The industry’s favourite</h2>\r\nThe move to ExCeL next year marks an exciting new development for the multi-award winning show.\r\n\r\nAlready known for being a magnet for top buyers from across the sector, it’s aiming to raise the bar yet again.  Its new, larger venue will accommodate more exhibitors, two Keynote theatres, and more specialist show feature areas (including a new Scotland Food &amp; Drink Pavilion and returning Craft Beer &amp; Cider Zone and Artisan Spirits Lounge).\r\n\r\n“Casual Dining is the two days a year that multi-site restaurant, pub and bar operators get together, and the continuing support from the industry, as always, has been phenomenal.  The move to ExCeL has generated a lot of interest and enthusiasm,” says Eva Ellis, Casual Dining’s event manager.\r\n\r\nExhibition space for Casual Dining 2019 has been selling at an unprecedented rate and it’s on-track to being another sell-out edition.\r\n\r\nNew names – showcasing everything from tasty sauces to sous-vide slow-cooked meats, from more-ish ice cream to Tex-Mex specialities, from continental cheeses to cult spirits – include M&amp;M Walshe Group, Hellmann\'s, Futura Foods UK, Sino International, Dr. Schär, Rude Health, Lotus Bakeries, and many more.\r\n<h3>Visitor registration now open</h3>\r\n“Casual Dining unites our industry in a truly powerful way.  It will continue to be unmissable when it moves to ExCeL,” says Zoe Bowley, MD of PizzaExpress.\r\n\r\n<strong>Casual Dining will take place at ExCeL London on 27-28 February 2019.  For further information and to register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD37.</strong>','Show-ing off - Casual Dining Show 2019','','inherit','closed','closed','','3633-revision-v1','','','2019-01-03 16:19:42','2019-01-03 16:19:42','',3633,'https://www.ontradeprogress.com/2019/01/03/3633-revision-v1/',0,'revision','',0),(3636,1,'2019-01-03 16:27:31','2019-01-03 16:27:31','','Ascentia at the Casual Dining Show –','Ascentia at the Casual Dining Show – ','inherit','closed','closed','','otp_cdsimg_702x336','','','2019-01-21 10:46:20','2019-01-21 10:46:20','',3633,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/OTP_CDSimg_702x336.jpg',0,'attachment','image/jpeg',0),(3637,1,'2019-01-03 16:31:57','2019-01-03 16:31:57','<h1>We chat to <a href=\"https://www.lanchesterwines.co.uk/\" target=\"_blank\" rel=\"noopener\">Lanchester Wines’</a> director of purchasing, Lesley Cook, to tell us the secret to identifying a great Rioja.</h1>\r\nWhile hot and sunny Spanish nights bring back memories of summer holidays, it’s the winter months which bring out the best in Spain’s most famous wine – Rioja.\r\n\r\nIf you love the structure of Cabernet Sauvignon but the fruitiness of Grenache then you’ll love Tempranillo. It’s big wine with high tannin that will buddy up to any piece of rich meat. Tempranillo is a popular grape that grows everywhere, but its homeland is Spain and the region famous for Tempranillo is Rioja.\r\n\r\nRioja is Spain in a glass of red wine. When we take a sip of Rioja we’re transported back to sunny holidays and immediately picture Spain’s other famous culinary delights: beautiful slices of Jamon Serrano, salty chunks of Manchego cheese and a bowl full of ripe green olives. Delicious.\r\n\r\nBut, while many of us have drunk Rioja, it still remains rather misunderstood, so here’s a few facts you may not know about Rioja wine:\r\n<h2>Rioja’s a place, not the wine</h2>\r\nAs with French wines (think Bordeaux, Burgundy, Beaujolais), Rioja wine is named after the area in which it\'s grown rather than the grape itself. The Rioja wine region is classified as <em>Denominación de Origen Calificada</em> (D.O.Ca., \"Qualified Designation of Origin\") and spans the regions of La Rioja and Navarre, and in the province of Álava in the Basque Country. Rioja is further subdivided into three zones: Rioja Alta, Rioja Baja and Rioja Alavesa.\r\n\r\nThe area can be found in the North of Spain spanning 61,645 hectares (152,328 acres) and home to close to 17,000 vineyards!\r\n\r\nWinemaking in the Rioja region dates back to around 873 and, as you can imagine in a region steeped in such heritage, there’s many festivals celebrating Rioja wines. One of the most famous is La Batalla del Vino de Haro or The Wine Fight of Haro (home to around 40% of Rioja vineyards) where, each June, locals throw wine at each other.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/\">Lanchester Wines: Summer Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/sometimes-acceptable-drink-drive/\">Survey reveals 1 in 5 think it\'s ok to drink &amp; drive</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/\">UKHospitality reflects on 2018 &amp; the challenges of 2019</a></li>\r\n</ul>\r\n<h3>It’s not all about Tempranillo</h3>\r\nWhile Tempranillo is the predominant grape used for Rioja, it’s not the <em>only</em> grape used in production. In fact, Rioja is made from a blend of grape varieties, with Tempranillo the dominant grape. Garnacha is typically included in the blend to add some fruitiness while Mazuelo and Graciano may also be included.\r\n\r\nSpain is very proud of its indigenous Tempranillo grape because and has been made into wine for over 2,000 years. Unlike other countries who have adopted grapes originally indigenous to France or Italy, Tempranillo was born and cultivated in Spain.\r\n\r\nAnd, it’s this Tempranillo grape which gives Rioja wine its distinctive aromas of dried red fruits and mellow spice that so many people know and love with varying blends of Garnacha, Mazuelo and Graciano added by winemakers to create unique blends.\r\n<h3>Rioja wine doesn’t have to be red</h3>\r\nWhile most of us know Rioja as red wine, white wine is also made in the region. White Rioja (Rioja Blanco), is made entirely with white grapes and there are six traditional Spanish grape varieties and three international grapes permitted in its production. The most important grape is Viura, which must be a minimum of 51% of the blend while the others include Garnacha Blanca, Tempranillo Blanco, Malvasia, Sauvignon Blanc, Chardonnay and Verdejo.\r\n\r\nWhite Rioja offers an elegant, easy drinking and crowd-pleasing white wine, despite making up just 10% of wine production in the Rioja region in Northern Spain. There are two key styles of White Rioja: light, lemony-fresh tangy whites and full-bodied, rich and nutty whites.\r\n<h3>There are four main classifications of Rioja wine</h3>\r\nRioja uses a system of qualifying wines to make it easy to find what you like. One of the primary qualifications between the different styles is oak-ageing - the more oak, the higher the quality level. And this is strictly regulated by the Consejo Regulador DOCa Rioja (the Rioja control board).\r\n<ol>\r\n 	<li><em>Rioja</em>. Wines in their first or second year, which keep their primary freshness and fruitiness.</li>\r\n 	<li><em>Crianza</em> (Cree-an-tha). A minimum of one year in casks and a few months in the bottle. For white wines, the minimum cask ageing period is six months</li>\r\n 	<li><em>Reserva</em>. Selected wines of the best vintages with an excellent potential that have been aged for a minimum of three years, with at least one year in casks. For white wines, the minimum ageing period is two years, with at least six months in casks.</li>\r\n 	<li><em>Gran Reserva</em>. Selected wines from exceptional vintages which have spent at least two years in oak casks and three years in the bottle. For white wines, the minimum ageing period is four years, with at least one year in casks</li>\r\n</ol>\r\n<strong>If you would like to learn more about Lanchester Wines and its Rioja range, please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> or contact <a href=\"mailto:sales@lanchesterwines.co.uk\">sales@lanchesterwines.co.uk</a> / 01207 52 1234</strong>','Viva España! - Lanchester Wines\'','','inherit','closed','closed','','3607-revision-v1','','','2019-01-03 16:31:57','2019-01-03 16:31:57','',3607,'https://www.ontradeprogress.com/2019/01/03/3607-revision-v1/',0,'revision','',0),(3639,1,'2019-01-14 08:47:00','2019-01-14 08:47:00','<h1><strong>As Valentine’s Day approaches, ARYZTA Food Solutions is romancing caterers with the promise of cosying up to a market worth some £43m*, by introducing two new indulgent Tartelettes, perfect for sharing with a loved one.</strong></h1>\r\nInspired by the exquisite boulangeries of Paris, the city of love, ARYZTA’s new Tartelettes are set to offer caterers a profit opportunity to fall head over heels for. With more than 22 million Brits (1 in 2) preparing to spend money on their loved ones for Valentine’s Day^, caterers should look no further than ARYZTA’s sweet bakes to add some decadence to their menus.\r\n\r\n<strong>ARYZTA’s Tartelettes are supplied in two alluring flavours and are available now to help caterers profit in the leadup to the big day:</strong>\r\n\r\n[caption id=\"attachment_3641\" align=\"alignright\" width=\"226\"]<img class=\"wp-image-3641 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-226x300.jpg\" alt=\"ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February\" width=\"226\" height=\"300\" /> ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February[/caption]\r\n\r\nThe Chocolate &amp; Caramel Tartelette takes an all-butter tart case and layers on almond frangipane and a devilishly rich salted caramel filling, finished with delicate peaks of light and creamy chocolate mousse. A fresh and zesty Lemon Meringue Tartelette uses the same frangipane base but teases with a zingy lemon filling, finished with perfectly toasted soft meringue.\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions, comments:</strong> “From a retail and trade perspective, Valentine’s is now viewed as so much more than just a day. Indeed, insight from Kantar Worldpanel suggests that the occasion is worth an estimated £43m to operators, with love drunk consumers averaging £45 worth of spending per head in the weeks leading up to the day itself^. Indulgence is all part of the fun, of course, which is why we are launching these delicious new Tartelettes in time for caterers to profit. Exquisite to behold and perfect to share over coffee, or as a decadent dessert option, they have been lovingly crafted to drive impulse sales in the lead up to Valentine’s day and beyond.”\r\n<h3>Supplied frozen for ultimate convenience in cases of 18, the new Tartelettes are available now.</h3>\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong>*Kantar Worldpanel 2018</strong>\r\n\r\n<strong>^Worldpay</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/business-insurance-insuring-greatness/\">Insurance greatness with Terry Osbourne</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/\">Floor &amp; more - Surface 360</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/show-ing-off-casual-dining-show-2019/\">Show-ing off - Casual Dining Show</a></li>\r\n</ul>','ARYZTA introduces two new indulgent Tartelettes in time for Valentines Day','','publish','closed','open','','tartelettes-valentines-day','','','2019-01-14 08:47:00','2019-01-14 08:47:00','',0,'https://www.ontradeprogress.com/?p=3639',0,'post','',0),(3640,1,'2019-01-14 08:40:02','2019-01-14 08:40:02','','Chocolate & Caramel Tartelette LR','ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February','inherit','closed','closed','','chocolate-caramel-tartelette-lr','','','2019-01-14 08:40:34','2019-01-14 08:40:34','',3639,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Chocolate-Caramel-Tartelette-LR.jpg',0,'attachment','image/jpeg',0),(3641,1,'2019-01-14 08:41:19','2019-01-14 08:41:19','','ARYZTA launches new Tartelettes inspired by the exquisite boulangeries of Paris, the city of love (LR)','','inherit','closed','closed','','aryzta-launches-new-tartelettes-inspired-by-the-exquisite-boulangeries-of-paris-the-city-of-love-lr','','','2019-01-14 08:41:19','2019-01-14 08:41:19','',3639,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR.jpg',0,'attachment','image/jpeg',0),(3642,1,'2019-01-14 08:41:51','2019-01-14 08:41:51','','Chocolate & Caramel Tartelette LR','','inherit','closed','closed','','chocolate-caramel-tartelette-lr-2','','','2019-01-14 08:41:51','2019-01-14 08:41:51','',3639,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Chocolate-Caramel-Tartelette-LR-1.jpg',0,'attachment','image/jpeg',0),(3643,1,'2019-01-14 08:42:21','2019-01-14 08:42:21','','Lemon Meringue Tartelette LR','','inherit','closed','closed','','lemon-meringue-tartelette-lr','','','2019-01-14 08:43:31','2019-01-14 08:43:31','',3639,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Lemon-Meringue-Tartelette-LR.jpg',0,'attachment','image/jpeg',0),(3644,1,'2019-01-14 08:46:43','2019-01-14 08:46:43','<h1><strong>As Valentine’s Day approaches, ARYZTA Food Solutions is romancing caterers with the promise of cosying up to a market worth some £43m*, by introducing two new indulgent Tartelettes, perfect for sharing with a loved one.</strong></h1>\r\nInspired by the exquisite boulangeries of Paris, the city of love, ARYZTA’s new Tartelettes are set to offer caterers a profit opportunity to fall head over heels for. With more than 22 million Brits (1 in 2) preparing to spend money on their loved ones for Valentine’s Day^, caterers should look no further than ARYZTA’s sweet bakes to add some decadence to their menus.\r\n\r\n<strong>ARYZTA’s Tartelettes are supplied in two alluring flavours and are available now to help caterers profit in the leadup to the big day:</strong>\r\n\r\n[caption id=\"attachment_3641\" align=\"alignright\" width=\"226\"]<img class=\"wp-image-3641 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/ARYZTA-launches-new-Tartelettes-inspired-by-the-exquisite-boulangeries-of-Paris-the-city-of-love-LR-226x300.jpg\" alt=\"ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February\" width=\"226\" height=\"300\" /> ARYZTA Food Solutions introduces two new indulgent Tartelettes in time for Valentines Day on 14th February[/caption]\r\n\r\nThe Chocolate &amp; Caramel Tartelette takes an all-butter tart case and layers on almond frangipane and a devilishly rich salted caramel filling, finished with delicate peaks of light and creamy chocolate mousse. A fresh and zesty Lemon Meringue Tartelette uses the same frangipane base but teases with a zingy lemon filling, finished with perfectly toasted soft meringue.\r\n\r\n<strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions, comments:</strong> “From a retail and trade perspective, Valentine’s is now viewed as so much more than just a day. Indeed, insight from Kantar Worldpanel suggests that the occasion is worth an estimated £43m to operators, with love drunk consumers averaging £45 worth of spending per head in the weeks leading up to the day itself^. Indulgence is all part of the fun, of course, which is why we are launching these delicious new Tartelettes in time for caterers to profit. Exquisite to behold and perfect to share over coffee, or as a decadent dessert option, they have been lovingly crafted to drive impulse sales in the lead up to Valentine’s day and beyond.”\r\n<h3>Supplied frozen for ultimate convenience in cases of 18, the new Tartelettes are available now.</h3>\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong>*Kantar Worldpanel 2018</strong>\r\n\r\n<strong>^Worldpay</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/business-insurance-insuring-greatness/\">Insurance greatness with Terry Osbourne</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/\">Floor &amp; more - Surface 360</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/show-ing-off-casual-dining-show-2019/\">Show-ing off - Casual Dining Show</a></li>\r\n</ul>','ARYZTA introduces two new indulgent Tartelettes in time for Valentines Day','','inherit','closed','closed','','3639-revision-v1','','','2019-01-14 08:46:43','2019-01-14 08:46:43','',3639,'https://www.ontradeprogress.com/2019/01/14/3639-revision-v1/',0,'revision','',0),(3645,1,'2019-01-14 08:57:33','2019-01-14 08:57:33','<h1><a href=\"http://www.tansun.com/\">Tansun\'s</a> quartz infrared heaters are manufactured in the UK to the highest standard and make an impressive and effective heating solution for conservatories.</h1>\r\nWarming up conservatories is difficult due to their large open spaces and the poor insulation properties in the glass. In the past, the only option people had when it came to heating a conservatory was to install and run convection heating or not have any at all. This can result in the conservatory becoming redundant outside of the summer months.\r\n\r\nTansun’s infrared heaters offer the perfect solution to the typical conservatory heating problems. The efficient and effective infrared heaters are designed to heat objects and people instantly so there is no pre-heating time resulting in maximum comfort at any time of the year.\r\n\r\nTansun’s infrared conservatory heaters provide instant heat to quickly get rid of any draughty areas. The quartz heaters use the latest in infrared shortwave technology to provide direct heating and don’t cause condensation like old gas and electric convection heaters.\r\n\r\nThe Eclipse series of infrared heaters from experts Tansun has been designed with high-level contemporary aesthetics in mind and blends easily into most environments. They are energy-smart and ideal for many domestic and commercial environments, especially conservatories.\r\n\r\nThe Tansun Eclipse range of zero light ceramic infrared heaters are specially designed to not give off any glare and are fitted with far-infrared technology, which is considered one of the most energy-efficient forms of infrared heating on the market. The range uses advanced ceramic heating technology which gives the heaters 35% more energy efficient than lower-spec near-infrared products.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of domestic, commercial and industrial infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a> .\r\n\r\nTansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/\">ARYTZA introduces Tartlettes in time for Valentines Day</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/business-insurance-insuring-greatness/\">Insuring greatness - Terry Osbourne</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/\">Floor &amp; more - Surface 360</a></li>\r\n</ul>','Enjoy Conservatories all year round with Tansun Heaters','','publish','closed','open','','conservatories-year-round-infrared-heaters','','\nhttps://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/','2019-01-14 08:59:41','2019-01-14 08:59:41','',0,'https://www.ontradeprogress.com/?p=3645',0,'post','',0),(3646,1,'2019-01-14 08:52:59','2019-01-14 08:52:59','','Tansun45 image high res','Enjoy Conservatories all year round with Tansun infrared heaters','inherit','closed','closed','','tansun45-image-high-res','','','2019-01-14 08:54:07','2019-01-14 08:54:07','',3645,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tansun45-image-high-res.jpg',0,'attachment','image/jpeg',0),(3647,1,'2019-01-14 08:56:44','2019-01-14 08:56:44','<h1><a href=\"http://www.tansun.com/\">Tansun\'s</a> quartz infrared heaters are manufactured in the UK to the highest standard and make an impressive and effective heating solution for conservatories.</h1>\r\nWarming up conservatories is difficult due to their large open spaces and the poor insulation properties in the glass. In the past, the only option people had when it came to heating a conservatory was to install and run convection heating or not have any at all. This can result in the conservatory becoming redundant outside of the summer months.\r\n\r\nTansun’s infrared heaters offer the perfect solution to the typical conservatory heating problems. The efficient and effective infrared heaters are designed to heat objects and people instantly so there is no pre-heating time resulting in maximum comfort at any time of the year.\r\n\r\nTansun’s infrared conservatory heaters provide instant heat to quickly get rid of any draughty areas. The quartz heaters use the latest in infrared shortwave technology to provide direct heating and don’t cause condensation like old gas and electric convection heaters.\r\n\r\nThe Eclipse series of infrared heaters from experts Tansun has been designed with high-level contemporary aesthetics in mind and blends easily into most environments. They are energy-smart and ideal for many domestic and commercial environments, especially conservatories.\r\n\r\nThe Tansun Eclipse range of zero light ceramic infrared heaters are specially designed to not give off any glare and are fitted with far-infrared technology, which is considered one of the most energy-efficient forms of infrared heating on the market. The range uses advanced ceramic heating technology which gives the heaters 35% more energy efficient than lower-spec near-infrared products.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of infrared electric heaters alongside Philips technology. Tansun has the largest range of domestic, commercial and industrial infrared heaters in the world, providing maintenance-free, safe and healthy shortwave heaters for many different types of heating applications.\r\n\r\nTansun heaters are available with a full range of energy-saving controllers which further enhance the efficiency of the products.\r\n\r\nFurther information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a> .\r\n\r\nTansun is supported by <a href=\"http://www.publicrelations-pr.co.uk/\">Vantage PR</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/\">ARYTZA introduces Tartlettes in time for Valentines Day</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/business-insurance-insuring-greatness/\">Insuring greatness - Terry Osbourne</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/\">Floor &amp; more - Surface 360</a></li>\r\n</ul>','Enjoy Conservatories all year round with Tansun Heaters','','inherit','closed','closed','','3645-revision-v1','','','2019-01-14 08:56:44','2019-01-14 08:56:44','',3645,'https://www.ontradeprogress.com/2019/01/14/3645-revision-v1/',0,'revision','',0),(3648,1,'2019-01-14 09:11:51','2019-01-14 09:11:51','<h1><strong>Traditional kiln completes Tongham brewer’s £700,000 investment</strong></h1>\r\nHogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.\r\n\r\nThis large-scale project is believed to be the first traditional style kiln to be constructed in the county for over 100 years. It will cost £350,000 to complete, taking total investment in the brewery and hop garden over the last 12 months to £700,000.\r\n\r\nThe kiln, which will be operational ahead of Hogs Back’s harvest in September, is being built just yards from their brewhouse and their new, much larger hop garden. It will stand on the site occupied for many years by an original kiln within Manor Farm and will be used to dry Hogs Back’s hops for around one month a year. For the rest of the year, it will serve as an event space and visitor centre, educating people about the local hop farming industry which Hogs Back is helping to revive.\r\n\r\n[caption id=\"attachment_3650\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3650\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/brew-1031484_640-300x199.jpg\" alt=\"Hogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.\" width=\"300\" height=\"199\" /> Hogs Back Brewery is building a new kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.[/caption]\r\n\r\nSiting the kiln so close to the hop garden and picking machine means hops can be dried immediately after picking. Hogs Back is also investing in state-of-the-art vacuum packing technology to capture the hops’ freshness, with the aim of having them packed within 24 hours of picking. Once packed, hops will be stored in optimum conditions in a new warehouse, to be housed in a converted barn on the farm.\r\n\r\n<strong>Hogs Back Brewery managing director Rupert Thompson said</strong>, “A £700,000 investment, at a time of some uncertainty in the beer market, speaks volumes for our long-term commitment to brewing in Surrey.\r\n\r\n“Hogs Back is the biggest hop-growing brewer in the UK and this expansion with the larger hop garden and new kiln will make us an even more sustainable, environmentally-conscious business: our hops will be travelling from field to firkin in just a furlong (220 yards).  Combined with our new vacuum packaging facility, it means we will have the freshest, best quality hops, which in turn ensures consistently top quality and flavour for our beers.”\r\n\r\nHe added, “Hogs Back is one of a growing number of ‘farm brewers’ in the UK; brewers who have been founded on a rural, farming heritage that gives them a deep understanding of the ingredients used in brewing. We believe there is a swathe of craft beer drinkers who relate to our values of authenticity and local community.”\r\n\r\nHogs Back’s new hop garden occupies 8.5 acres of prime farmland on Manor Farm, and work started last autumn to prepare it for the 2019 growing season, with anchors, posts and several miles of hop wire now in place. 2,000 hop plants were lifted from the old garden and a further 4,000 new ones planted. Three varieties are being grown on the new site: Fuggles, Cascade and Farnham White Bine.\r\n\r\nThompson said, “We are excited about continuing the journey we started with the planting of our original hop garden in 2014, and, through the new visitor centre, sharing our passion for hop growing with the wider community.\r\n\r\n“Growing our own hops has made us better brewers, as with each harvest we’ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer. It has also drawn us closer to the local rural community and its history, and gives us a unique opportunity to accentuate the provenance and quality of our beers.”\r\n\r\n<em>Caption to attached image: Rupert Thompson, Hogs Back Brewery MD, with an artist’s impression of the new kiln</em>\r\n\r\n<strong>To view a short film showing Rupert Thompson with a graphic representation of the investment at the brewery, including the new kiln, visit </strong><strong><a href=\"https://youtu.be/f3G1TAiwKgA\">https://youtu.be/f3G1TAiwKgA</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/conservatories-year-round-infrared-heaters/\">Tansun Heaters - Enjoy conservatories all year round</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/\">Tartlettes for Valentines Day - ARYTZA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/\">Floor &amp; more - Surface 360</a></li>\r\n</ul>','Hogs Back Brewery to build new hop kiln','','publish','closed','open','','hogs-back-brewery-build-new-kiln','','','2019-01-14 09:11:51','2019-01-14 09:11:51','',0,'https://www.ontradeprogress.com/?p=3648',0,'post','',0),(3649,1,'2019-01-14 09:06:27','2019-01-14 09:06:27','','HogsBackKiln','Hogs Back Brewery is building a new kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.','inherit','closed','closed','','hogsbackkiln','','','2019-01-14 09:07:27','2019-01-14 09:07:27','',3648,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/HogsBackKiln.jpg',0,'attachment','image/jpeg',0),(3650,1,'2019-01-14 09:09:05','2019-01-14 09:09:05','','Hogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.','Hogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.','inherit','closed','closed','','brew-1031484_640','','','2019-01-14 09:09:30','2019-01-14 09:09:30','',3648,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/brew-1031484_640.jpg',0,'attachment','image/jpeg',0),(3651,1,'2019-01-14 09:11:26','2019-01-14 09:11:26','<h1><strong>Traditional kiln completes Tongham brewer’s £700,000 investment</strong></h1>\r\nHogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.\r\n\r\nThis large-scale project is believed to be the first traditional style kiln to be constructed in the county for over 100 years. It will cost £350,000 to complete, taking total investment in the brewery and hop garden over the last 12 months to £700,000.\r\n\r\nThe kiln, which will be operational ahead of Hogs Back’s harvest in September, is being built just yards from their brewhouse and their new, much larger hop garden. It will stand on the site occupied for many years by an original kiln within Manor Farm and will be used to dry Hogs Back’s hops for around one month a year. For the rest of the year, it will serve as an event space and visitor centre, educating people about the local hop farming industry which Hogs Back is helping to revive.\r\n\r\n[caption id=\"attachment_3650\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3650\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/brew-1031484_640-300x199.jpg\" alt=\"Hogs Back Brewery is building a new hop kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.\" width=\"300\" height=\"199\" /> Hogs Back Brewery is building a new kiln on the brewery site at Manor Farm in Tongham, Surrey as the brewery continues its significant investment programme.[/caption]\r\n\r\nSiting the kiln so close to the hop garden and picking machine means hops can be dried immediately after picking. Hogs Back is also investing in state-of-the-art vacuum packing technology to capture the hops’ freshness, with the aim of having them packed within 24 hours of picking. Once packed, hops will be stored in optimum conditions in a new warehouse, to be housed in a converted barn on the farm.\r\n\r\n<strong>Hogs Back Brewery managing director Rupert Thompson said</strong>, “A £700,000 investment, at a time of some uncertainty in the beer market, speaks volumes for our long-term commitment to brewing in Surrey.\r\n\r\n“Hogs Back is the biggest hop-growing brewer in the UK and this expansion with the larger hop garden and new kiln will make us an even more sustainable, environmentally-conscious business: our hops will be travelling from field to firkin in just a furlong (220 yards).  Combined with our new vacuum packaging facility, it means we will have the freshest, best quality hops, which in turn ensures consistently top quality and flavour for our beers.”\r\n\r\nHe added, “Hogs Back is one of a growing number of ‘farm brewers’ in the UK; brewers who have been founded on a rural, farming heritage that gives them a deep understanding of the ingredients used in brewing. We believe there is a swathe of craft beer drinkers who relate to our values of authenticity and local community.”\r\n\r\nHogs Back’s new hop garden occupies 8.5 acres of prime farmland on Manor Farm, and work started last autumn to prepare it for the 2019 growing season, with anchors, posts and several miles of hop wire now in place. 2,000 hop plants were lifted from the old garden and a further 4,000 new ones planted. Three varieties are being grown on the new site: Fuggles, Cascade and Farnham White Bine.\r\n\r\nThompson said, “We are excited about continuing the journey we started with the planting of our original hop garden in 2014, and, through the new visitor centre, sharing our passion for hop growing with the wider community.\r\n\r\n“Growing our own hops has made us better brewers, as with each harvest we’ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer. It has also drawn us closer to the local rural community and its history, and gives us a unique opportunity to accentuate the provenance and quality of our beers.”\r\n\r\n<em>Caption to attached image: Rupert Thompson, Hogs Back Brewery MD, with an artist’s impression of the new kiln</em>\r\n\r\n<strong>To view a short film showing Rupert Thompson with a graphic representation of the investment at the brewery, including the new kiln, visit </strong><strong><a href=\"https://youtu.be/f3G1TAiwKgA\">https://youtu.be/f3G1TAiwKgA</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/conservatories-year-round-infrared-heaters/\">Tansun Heaters - Enjoy conservatories all year round</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/\">Tartlettes for Valentines Day - ARYTZA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/\">Floor &amp; more - Surface 360</a></li>\r\n</ul>','Hogs Back Brewery to build new hop kiln','','inherit','closed','closed','','3648-revision-v1','','','2019-01-14 09:11:26','2019-01-14 09:11:26','',3648,'https://www.ontradeprogress.com/2019/01/14/3648-revision-v1/',0,'revision','',0),(3652,1,'2019-01-14 09:33:21','2019-01-14 09:33:21','<h1>2019 is already set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the nation’s best casual dining operators.</h1>\r\nVisitors to the show, taking place at the new venue of London ExCeL on 27-28 February, will benefit from expert insights from 50 speakers appearing in 25 free business seminars across two dedicated keynote theatres (sponsored by Yumpingo).\r\n\r\nThe addition of a second theatre ensures there’s even more great content from over 25 new show speakers.  Among them are CEOs, founders, and senior directors from Dishoom (Shamil Thakrar), Carluccio’s (Mark Jones), Hawksmoor (Will Beckett), Mowgli Street Food (Nisha Katona), Jamie’s Italian (Ed Loftus), Pizza Pilgrims (Thom Elliot), The Alchemist Bars &amp; Restaurants (Simon Potts), MEATliquor (Scott Collins), PizzaExpress (Jane Treasure), BrewDog (David McDowall), Swingers (Matt Grech-Smith), Albion &amp; East (Sarah Weir), Blacklock (Gordon Ker), Harcourt Inns (James McCulloch), Flight Club (Steve Moore), and Social Entertainment Ventures (Toby Harris).\r\n\r\nAlso making their debut are: head marketeers from Wagamama (Andre Johnstone), Mitchells &amp; Butlers (Anna-Marie Mason), Bill’s Restaurants (Lesley McIlroy), Revolution Bars Group (Kate Eastwood), and Las Iguanas (Lucy Harwood); operations directors from The Ivy Collection (Baton Berisha), YO! (Jo Childs), Browns Brasserie &amp; Bar (Dave Lewis), and Pizza Pilgrims (Gavin Smith); plus Wagamama\'s executive chef Steven Mangleshot.\r\n\r\nAs previously confirmed, the CEOs of UKHospitality, Jamie Oliver Restaurant Group, Pizza Hut Restaurants UK, Casual Dining Group, The New World Trading Co (NWTC), and Oakman Inns will also be giving their take on the challenges and opportunities of competing in this dynamic market.\r\n\r\n<strong>For full details and timings, please visit <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.</strong>\r\n\r\n“Casual Dining has already established itself as the destination show for restaurant, pub and bar operators.  It’s the only UK event that annually attracts so many leading innovators, influencers, trailblazers and decision makers from across the sector together in one place at one time.  And, this incredible free Keynote line-up, makes it even more unmissable,” says event manager Eva Ellis.\r\n\r\n\"In these turbulent times, it’s more important than ever that our great industry gets together.  I’m very happy to be speaking at our industry trade show, Casual Dining.  See you at ExCeL,\" says Dishoom’s Shamil Thakrar.\r\n<h3>Speaker highlights (Keynotes &amp; panellists) include:</h3>\r\n<ul>\r\n 	<li>Steve Richards, CEO of The Casual Dining Group</li>\r\n 	<li>Jon Knight, CEO of Jamie Oliver Restaurant Group</li>\r\n 	<li>Mark Jones, CEO of Carluccio’s</li>\r\n 	<li>Jens Hofma, CEO of Pizza Hut Restaurants UK</li>\r\n 	<li>Shamil Thakrar, co-founder of Dishoom</li>\r\n 	<li>Nisha Katona, CEO &amp; founder of Mowgli Street Food Restaurants</li>\r\n 	<li>Will Beckett, founder of Hawksmoor</li>\r\n 	<li>Chris Hill, CEO of The New World Trading Co</li>\r\n 	<li>David McDowall, CEO – Retail at BrewDog</li>\r\n 	<li>Peter Borg Neal, CEO of Oakman Inns</li>\r\n 	<li>Scott Collins, co-founder &amp; MD of MEATliquor</li>\r\n 	<li>Gordon Ker, founder of Blacklock</li>\r\n 	<li>Steve Moore, CEO &amp; co-founder of Flight Club</li>\r\n 	<li>Brian Whiting, owner of Whiting &amp; Hammond</li>\r\n 	<li>Matt Grech-Smith, co-founder of Swingers</li>\r\n 	<li>Toby Harris, CEO of Social Entertainment Ventures</li>\r\n 	<li>Paul Merrett, chef director at The Jolly Fine Pub Group</li>\r\n 	<li>Kate Nicholls, chief executive, UKHospitality</li>\r\n 	<li>Tim Foster, co-owner &amp; head of being awesome at Yummy Pubs Co</li>\r\n 	<li>Thom Elliot, co-founder of Pizza Pilgrims</li>\r\n 	<li>Simon Potts, MD of The Alchemist Bars &amp; Restaurants</li>\r\n 	<li>Jo Fleet, MD of Flat Iron</li>\r\n 	<li>Sarah Weir, MD of Albion &amp; East</li>\r\n 	<li>James McCulloch, director of Harcourt Inns</li>\r\n 	<li>Jane Treasure, food &amp; beverage director at PizzaExpress</li>\r\n 	<li>Paul Dickinson, director of food at Fuller’s</li>\r\n 	<li>Ed Loftus, group F&amp;B director at Jamie Oliver Restaurant Group</li>\r\n 	<li>Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina</li>\r\n 	<li>Antony Bennett, head of food at Loungers</li>\r\n 	<li>Steven Mangleshot, executive chef at Wagamama</li>\r\n 	<li>Chris Knights, group exec chef at Young’s Pubs</li>\r\n 	<li>Baton Berisha, director of operations at The Ivy Collection</li>\r\n 	<li>Jo Childs, people &amp; operations director at YO! Sushi</li>\r\n 	<li>Dave Lewis, operations director at Browns Brasserie &amp; Bar</li>\r\n 	<li>Gavin Smith, operations director at Pizza Pilgrims</li>\r\n 	<li>Brian Trollip, operations director at Dishoom</li>\r\n 	<li>Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers</li>\r\n 	<li>Andre Johnstone, UK marketing director at Wagamama</li>\r\n 	<li>Lucy Harwood, brand &amp; marketing director at Las Iguanas</li>\r\n 	<li>Kate Eastwood, sales &amp; marketing director at Revolution Bars Group</li>\r\n 	<li>Lesley McIlroy, head of marketing at Bill’s Restaurants</li>\r\n 	<li>Mark McCulloch, founder &amp; CEO of WE ARE Spectacular</li>\r\n 	<li>Jay Morjaria, chef &amp; food consultant, and winner of the BBC’s <em>My Million Pound Menu</em></li>\r\n 	<li>Peter Martin, director of CM&amp;Co and VP of CGA</li>\r\n 	<li>Fiona Speakman &amp; Chris Jeffrey, client directors at CGA</li>\r\n 	<li>Simon Stenning, founder of FutureFoodservice.com</li>\r\n 	<li>Peter Backman, principal of Peter Backman Foodservice</li>\r\n 	<li>Mark Stretton, MD of Fleet Street Communications</li>\r\n</ul>\r\n<h3><strong>Free advance trade registration</strong></h3>\r\n<strong>Casual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.</strong>\r\n\r\nThe pre-registered visitor list, to date, also includes key decision makers from AccorHotels UK &amp; Ireland, Admiral Taverns, Aramark, Azzurri Group, BaxterStorey, Be At One, Bourne Leisure Group, Brewhouse and Kitchen, Center Parcs, Daniel Thwaites, Domino\'s Pizza Group, Ei Publican Partnerships, Elior UK, Glendola Leisure, Greene King, Hall &amp; Woodhouse, Hollywood Bowl Group, ISS Facility Services, Prezzo, Punch Taverns, Roadchef, Sodexo, Star Pubs &amp; Bars, TGI Fridays UK, The Restaurant Group, Tortilla, Warner Leisure Hotels, Whitbread, and many more.  Over 5,000 attendees are expected.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk/\">www.casualdiningshow.co.uk</a> and use priority code CD80 (direct link:<a href=\"http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80\">www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80</a>).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/\">Hogs Back Brewery to build new hop kiln</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/conservatories-year-round-infrared-heaters/\">Enjoy conservatories with Tansun Heaters</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/\">ARYTZA\'s introduce 2 new Tartlettes in time for Valentines Day</a></li>\r\n</ul>','Casual Dining unveils its biggest ever Keynote line-up','','publish','closed','open','','casual-dining-biggest-keynote-speakers','','\nhttps://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/','2019-01-14 09:37:53','2019-01-14 09:37:53','',0,'https://www.ontradeprogress.com/?p=3652',0,'post','',0),(3653,1,'2019-01-14 09:23:47','2019-01-14 09:23:47','','2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators','2019 is set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the best operators','inherit','closed','closed','','cd19_twitter_banner_21','','','2019-01-14 09:24:18','2019-01-14 09:24:18','',3652,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/CD19_Twitter_Banner_21.jpg',0,'attachment','image/jpeg',0),(3654,1,'2019-01-14 09:24:40','2019-01-14 09:24:40','<h1>2019 is already set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the nation’s best casual dining operators.</h1>\r\nVisitors to the show, taking place at the new venue of London ExCeL on 27-28 February, will benefit from expert insights from 50 speakers appearing in 25 free business seminars across two dedicated keynote theatres (sponsored by Yumpingo).\r\n\r\nThe addition of a second theatre ensures there’s even more great content from over 25 new show speakers.  Among them are CEOs, founders, and senior directors from Dishoom (Shamil Thakrar), Carluccio’s (Mark Jones), Hawksmoor (Will Beckett), Mowgli Street Food (Nisha Katona), Jamie’s Italian (Ed Loftus), Pizza Pilgrims (Thom Elliot), The Alchemist Bars &amp; Restaurants (Simon Potts), MEATliquor (Scott Collins), PizzaExpress (Jane Treasure), BrewDog (David McDowall), Swingers (Matt Grech-Smith), Albion &amp; East (Sarah Weir), Blacklock (Gordon Ker), Harcourt Inns (James McCulloch), Flight Club (Steve Moore), and Social Entertainment Ventures (Toby Harris).\r\n\r\nAlso making their debut are: head marketeers from Wagamama (Andre Johnstone), Mitchells &amp; Butlers (Anna-Marie Mason), Bill’s Restaurants (Lesley McIlroy), Revolution Bars Group (Kate Eastwood), and Las Iguanas (Lucy Harwood); operations directors from The Ivy Collection (Baton Berisha), YO! (Jo Childs), Browns Brasserie &amp; Bar (Dave Lewis), and Pizza Pilgrims (Gavin Smith); plus Wagamama\'s executive chef Steven Mangleshot.\r\n\r\nAs previously confirmed, the CEOs of UKHospitality, Jamie Oliver Restaurant Group, Pizza Hut Restaurants UK, Casual Dining Group, The New World Trading Co (NWTC), and Oakman Inns will also be giving their take on the challenges and opportunities of competing in this dynamic market.\r\n\r\n<strong>For full details and timings, please visit <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.</strong>\r\n\r\n“Casual Dining has already established itself as the destination show for restaurant, pub and bar operators.  It’s the only UK event that annually attracts so many leading innovators, influencers, trailblazers and decision makers from across the sector together in one place at one time.  And, this incredible free Keynote line-up, makes it even more unmissable,” says event manager Eva Ellis.\r\n\r\n\"In these turbulent times, it’s more important than ever that our great industry gets together.  I’m very happy to be speaking at our industry trade show, Casual Dining.  See you at ExCeL,\" says Dishoom’s Shamil Thakrar.\r\n<h3>Speaker highlights (Keynotes &amp; panellists) include:</h3>\r\n<ul>\r\n 	<li>Steve Richards, CEO of The Casual Dining Group</li>\r\n 	<li>Jon Knight, CEO of Jamie Oliver Restaurant Group</li>\r\n 	<li>Mark Jones, CEO of Carluccio’s</li>\r\n 	<li>Jens Hofma, CEO of Pizza Hut Restaurants UK</li>\r\n 	<li>Shamil Thakrar, co-founder of Dishoom</li>\r\n 	<li>Nisha Katona, CEO &amp; founder of Mowgli Street Food Restaurants</li>\r\n 	<li>Will Beckett, founder of Hawksmoor</li>\r\n 	<li>Chris Hill, CEO of The New World Trading Co</li>\r\n 	<li>David McDowall, CEO – Retail at BrewDog</li>\r\n 	<li>Peter Borg Neal, CEO of Oakman Inns</li>\r\n 	<li>Scott Collins, co-founder &amp; MD of MEATliquor</li>\r\n 	<li>Gordon Ker, founder of Blacklock</li>\r\n 	<li>Steve Moore, CEO &amp; co-founder of Flight Club</li>\r\n 	<li>Brian Whiting, owner of Whiting &amp; Hammond</li>\r\n 	<li>Matt Grech-Smith, co-founder of Swingers</li>\r\n 	<li>Toby Harris, CEO of Social Entertainment Ventures</li>\r\n 	<li>Paul Merrett, chef director at The Jolly Fine Pub Group</li>\r\n 	<li>Kate Nicholls, chief executive, UKHospitality</li>\r\n 	<li>Tim Foster, co-owner &amp; head of being awesome at Yummy Pubs Co</li>\r\n 	<li>Thom Elliot, co-founder of Pizza Pilgrims</li>\r\n 	<li>Simon Potts, MD of The Alchemist Bars &amp; Restaurants</li>\r\n 	<li>Jo Fleet, MD of Flat Iron</li>\r\n 	<li>Sarah Weir, MD of Albion &amp; East</li>\r\n 	<li>James McCulloch, director of Harcourt Inns</li>\r\n 	<li>Jane Treasure, food &amp; beverage director at PizzaExpress</li>\r\n 	<li>Paul Dickinson, director of food at Fuller’s</li>\r\n 	<li>Ed Loftus, group F&amp;B director at Jamie Oliver Restaurant Group</li>\r\n 	<li>Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina</li>\r\n 	<li>Antony Bennett, head of food at Loungers</li>\r\n 	<li>Steven Mangleshot, executive chef at Wagamama</li>\r\n 	<li>Chris Knights, group exec chef at Young’s Pubs</li>\r\n 	<li>Baton Berisha, director of operations at The Ivy Collection</li>\r\n 	<li>Jo Childs, people &amp; operations director at YO! Sushi</li>\r\n 	<li>Dave Lewis, operations director at Browns Brasserie &amp; Bar</li>\r\n 	<li>Gavin Smith, operations director at Pizza Pilgrims</li>\r\n 	<li>Brian Trollip, operations director at Dishoom</li>\r\n 	<li>Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers</li>\r\n 	<li>Andre Johnstone, UK marketing director at Wagamama</li>\r\n 	<li>Lucy Harwood, brand &amp; marketing director at Las Iguanas</li>\r\n 	<li>Kate Eastwood, sales &amp; marketing director at Revolution Bars Group</li>\r\n 	<li>Lesley McIlroy, head of marketing at Bill’s Restaurants</li>\r\n 	<li>Mark McCulloch, founder &amp; CEO of WE ARE Spectacular</li>\r\n 	<li>Jay Morjaria, chef &amp; food consultant, and winner of the BBC’s <em>My Million Pound Menu</em></li>\r\n 	<li>Peter Martin, director of CM&amp;Co and VP of CGA</li>\r\n 	<li>Fiona Speakman &amp; Chris Jeffrey, client directors at CGA</li>\r\n 	<li>Simon Stenning, founder of FutureFoodservice.com</li>\r\n 	<li>Peter Backman, principal of Peter Backman Foodservice</li>\r\n 	<li>Mark Stretton, MD of Fleet Street Communications</li>\r\n</ul>\r\n<h3><strong>Free advance trade registration</strong></h3>\r\n<strong>Casual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.</strong>\r\n\r\nThe pre-registered visitor list, to date, also includes key decision makers from AccorHotels UK &amp; Ireland, Admiral Taverns, Aramark, Azzurri Group, BaxterStorey, Be At One, Bourne Leisure Group, Brewhouse and Kitchen, Center Parcs, Daniel Thwaites, Domino\'s Pizza Group, Ei Publican Partnerships, Elior UK, Glendola Leisure, Greene King, Hall &amp; Woodhouse, Hollywood Bowl Group, ISS Facility Services, Prezzo, Punch Taverns, Roadchef, Sodexo, Star Pubs &amp; Bars, TGI Fridays UK, The Restaurant Group, Tortilla, Warner Leisure Hotels, Whitbread, and many more.  Over 5,000 attendees are expected.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk/\">www.casualdiningshow.co.uk</a> and use priority code CD80 (direct link:<a href=\"http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80\">www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80</a>).','Casual Dining unveils its biggest ever Keynote line-up','','inherit','closed','closed','','3652-revision-v1','','','2019-01-14 09:24:40','2019-01-14 09:24:40','',3652,'https://www.ontradeprogress.com/2019/01/14/3652-revision-v1/',0,'revision','',0),(3655,1,'2019-01-14 09:32:36','2019-01-14 09:32:36','<h1>2019 is already set to be a record year for Casual Dining Show, as it announces its free Keynote line-up featuring some of the biggest names from the nation’s best casual dining operators.</h1>\r\nVisitors to the show, taking place at the new venue of London ExCeL on 27-28 February, will benefit from expert insights from 50 speakers appearing in 25 free business seminars across two dedicated keynote theatres (sponsored by Yumpingo).\r\n\r\nThe addition of a second theatre ensures there’s even more great content from over 25 new show speakers.  Among them are CEOs, founders, and senior directors from Dishoom (Shamil Thakrar), Carluccio’s (Mark Jones), Hawksmoor (Will Beckett), Mowgli Street Food (Nisha Katona), Jamie’s Italian (Ed Loftus), Pizza Pilgrims (Thom Elliot), The Alchemist Bars &amp; Restaurants (Simon Potts), MEATliquor (Scott Collins), PizzaExpress (Jane Treasure), BrewDog (David McDowall), Swingers (Matt Grech-Smith), Albion &amp; East (Sarah Weir), Blacklock (Gordon Ker), Harcourt Inns (James McCulloch), Flight Club (Steve Moore), and Social Entertainment Ventures (Toby Harris).\r\n\r\nAlso making their debut are: head marketeers from Wagamama (Andre Johnstone), Mitchells &amp; Butlers (Anna-Marie Mason), Bill’s Restaurants (Lesley McIlroy), Revolution Bars Group (Kate Eastwood), and Las Iguanas (Lucy Harwood); operations directors from The Ivy Collection (Baton Berisha), YO! (Jo Childs), Browns Brasserie &amp; Bar (Dave Lewis), and Pizza Pilgrims (Gavin Smith); plus Wagamama\'s executive chef Steven Mangleshot.\r\n\r\nAs previously confirmed, the CEOs of UKHospitality, Jamie Oliver Restaurant Group, Pizza Hut Restaurants UK, Casual Dining Group, The New World Trading Co (NWTC), and Oakman Inns will also be giving their take on the challenges and opportunities of competing in this dynamic market.\r\n\r\n<strong>For full details and timings, please visit <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.</strong>\r\n\r\n“Casual Dining has already established itself as the destination show for restaurant, pub and bar operators.  It’s the only UK event that annually attracts so many leading innovators, influencers, trailblazers and decision makers from across the sector together in one place at one time.  And, this incredible free Keynote line-up, makes it even more unmissable,” says event manager Eva Ellis.\r\n\r\n\"In these turbulent times, it’s more important than ever that our great industry gets together.  I’m very happy to be speaking at our industry trade show, Casual Dining.  See you at ExCeL,\" says Dishoom’s Shamil Thakrar.\r\n<h3>Speaker highlights (Keynotes &amp; panellists) include:</h3>\r\n<ul>\r\n 	<li>Steve Richards, CEO of The Casual Dining Group</li>\r\n 	<li>Jon Knight, CEO of Jamie Oliver Restaurant Group</li>\r\n 	<li>Mark Jones, CEO of Carluccio’s</li>\r\n 	<li>Jens Hofma, CEO of Pizza Hut Restaurants UK</li>\r\n 	<li>Shamil Thakrar, co-founder of Dishoom</li>\r\n 	<li>Nisha Katona, CEO &amp; founder of Mowgli Street Food Restaurants</li>\r\n 	<li>Will Beckett, founder of Hawksmoor</li>\r\n 	<li>Chris Hill, CEO of The New World Trading Co</li>\r\n 	<li>David McDowall, CEO – Retail at BrewDog</li>\r\n 	<li>Peter Borg Neal, CEO of Oakman Inns</li>\r\n 	<li>Scott Collins, co-founder &amp; MD of MEATliquor</li>\r\n 	<li>Gordon Ker, founder of Blacklock</li>\r\n 	<li>Steve Moore, CEO &amp; co-founder of Flight Club</li>\r\n 	<li>Brian Whiting, owner of Whiting &amp; Hammond</li>\r\n 	<li>Matt Grech-Smith, co-founder of Swingers</li>\r\n 	<li>Toby Harris, CEO of Social Entertainment Ventures</li>\r\n 	<li>Paul Merrett, chef director at The Jolly Fine Pub Group</li>\r\n 	<li>Kate Nicholls, chief executive, UKHospitality</li>\r\n 	<li>Tim Foster, co-owner &amp; head of being awesome at Yummy Pubs Co</li>\r\n 	<li>Thom Elliot, co-founder of Pizza Pilgrims</li>\r\n 	<li>Simon Potts, MD of The Alchemist Bars &amp; Restaurants</li>\r\n 	<li>Jo Fleet, MD of Flat Iron</li>\r\n 	<li>Sarah Weir, MD of Albion &amp; East</li>\r\n 	<li>James McCulloch, director of Harcourt Inns</li>\r\n 	<li>Jane Treasure, food &amp; beverage director at PizzaExpress</li>\r\n 	<li>Paul Dickinson, director of food at Fuller’s</li>\r\n 	<li>Ed Loftus, group F&amp;B director at Jamie Oliver Restaurant Group</li>\r\n 	<li>Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina</li>\r\n 	<li>Antony Bennett, head of food at Loungers</li>\r\n 	<li>Steven Mangleshot, executive chef at Wagamama</li>\r\n 	<li>Chris Knights, group exec chef at Young’s Pubs</li>\r\n 	<li>Baton Berisha, director of operations at The Ivy Collection</li>\r\n 	<li>Jo Childs, people &amp; operations director at YO! Sushi</li>\r\n 	<li>Dave Lewis, operations director at Browns Brasserie &amp; Bar</li>\r\n 	<li>Gavin Smith, operations director at Pizza Pilgrims</li>\r\n 	<li>Brian Trollip, operations director at Dishoom</li>\r\n 	<li>Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers</li>\r\n 	<li>Andre Johnstone, UK marketing director at Wagamama</li>\r\n 	<li>Lucy Harwood, brand &amp; marketing director at Las Iguanas</li>\r\n 	<li>Kate Eastwood, sales &amp; marketing director at Revolution Bars Group</li>\r\n 	<li>Lesley McIlroy, head of marketing at Bill’s Restaurants</li>\r\n 	<li>Mark McCulloch, founder &amp; CEO of WE ARE Spectacular</li>\r\n 	<li>Jay Morjaria, chef &amp; food consultant, and winner of the BBC’s <em>My Million Pound Menu</em></li>\r\n 	<li>Peter Martin, director of CM&amp;Co and VP of CGA</li>\r\n 	<li>Fiona Speakman &amp; Chris Jeffrey, client directors at CGA</li>\r\n 	<li>Simon Stenning, founder of FutureFoodservice.com</li>\r\n 	<li>Peter Backman, principal of Peter Backman Foodservice</li>\r\n 	<li>Mark Stretton, MD of Fleet Street Communications</li>\r\n</ul>\r\n<h3><strong>Free advance trade registration</strong></h3>\r\n<strong>Casual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.</strong>\r\n\r\nThe pre-registered visitor list, to date, also includes key decision makers from AccorHotels UK &amp; Ireland, Admiral Taverns, Aramark, Azzurri Group, BaxterStorey, Be At One, Bourne Leisure Group, Brewhouse and Kitchen, Center Parcs, Daniel Thwaites, Domino\'s Pizza Group, Ei Publican Partnerships, Elior UK, Glendola Leisure, Greene King, Hall &amp; Woodhouse, Hollywood Bowl Group, ISS Facility Services, Prezzo, Punch Taverns, Roadchef, Sodexo, Star Pubs &amp; Bars, TGI Fridays UK, The Restaurant Group, Tortilla, Warner Leisure Hotels, Whitbread, and many more.  Over 5,000 attendees are expected.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk/\">www.casualdiningshow.co.uk</a> and use priority code CD80 (direct link:<a href=\"http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80\">www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80</a>).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/\">Hogs Back Brewery to build new hop kiln</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/conservatories-year-round-infrared-heaters/\">Enjoy conservatories with Tansun Heaters</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/\">ARYTZA\'s introduce 2 new Tartlettes in time for Valentines Day</a></li>\r\n</ul>','Casual Dining unveils its biggest ever Keynote line-up','','inherit','closed','closed','','3652-revision-v1','','','2019-01-14 09:32:36','2019-01-14 09:32:36','',3652,'https://www.ontradeprogress.com/2019/01/14/3652-revision-v1/',0,'revision','',0),(3656,1,'2019-01-14 09:49:15','2019-01-14 09:49:15','<h1>Leading Bierzo winery Bodega del Abad has just joined the wine portfolio of Amathus Drinks. The Bierzo region located in Northwest Spain is experiencing a surge of popularity as sommeliers and consumers are attracted by the combination of ripe yet fresh, elegant, mineral wines which pair superbly with food.</h1>\r\nThe region enjoys a unique microclimate, resulting from the combination of both Atlantic and Mediterranean continental climates, while the steep slate-soiled hillsides are perfect for the production of high-quality grapes. Bodega del Abad was founded in 2000 with a hi-tech winery, and now has 35 hectares of vines split between the red Mencia grape, and the white Godello. The majority of the vineyards are at high altitude and some are over 100 years old. Both red and white wines range from light, fresh unoaked styles to powerful complex barrel-aged wines. The value for money across the board is outstanding.\r\n<h3>The last 12 months has seen a burst of activity for the wine division of Amathus drinks, with 12 new producers added to their growing portfolio of wine agencies.</h3>\r\n[caption id=\"attachment_3658\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3658\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-2891894_640-300x180.jpg\" alt=\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\" width=\"300\" height=\"180\" /> Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks[/caption]\r\n\r\nThe year started with the high profile signing of leading Champagne house Duval-Leroy, and continued with the addition of organic estates Petit Roubié and Château La Liquière from the Languedoc, alongside Mas Cristine and Champ des Soeurs from the Roussillon. Other additions include Prosecco producer 8cento and from the Northern Rhône Roland Grangier in St-Joseph and Condrieu, plus the organic Laurent Habrard in Crozes-Hermitage. Progressive Greek producer Avantis Estate further increased the diversity of the portfolio, as did the high-scoring Addendum Napa Cabernets from the team behind Fess Parker. A range of petit château Bordeaux from across the region has added increased depth to the range.\r\n\r\nFurther new listings from Spain, South Africa, France and Japan amongst others are to be confirmed very soon, while the rest of 2019 promises a similar wave of new agencies from across the globe as Amathus continue to build a wine range to match the wide-ranging spirit selection for which they are renowned.\r\n\r\n<strong>Amathus Head of Wine, Jeremy Lithgow MW, said recently:</strong> <em>“What Amathus is building is truly exciting; the route to market established by our diverse spirits agencies alongside our ability to offer a comprehensive wholesale package has given us the foundation to build a wine business with the ability to compete against the more established players in the market. Not only are we looking to provide a range of great value everyday essentials, but also to offer a diverse range of wines at all levels from quality-driven estates delivering real excitement from all corners of the globe.”</em>','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks','','publish','closed','open','','winery-bodega-del-abad-amathus-drinks','','','2019-01-14 09:58:28','2019-01-14 09:58:28','',0,'https://www.ontradeprogress.com/?p=3656',0,'post','',0),(3657,1,'2019-01-14 09:45:38','2019-01-14 09:45:38','','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks','inherit','closed','closed','','grapes-1952035_1280','','','2019-01-14 09:46:52','2019-01-14 09:46:52','',3656,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/grapes-1952035_1280.jpg',0,'attachment','image/jpeg',0),(3658,1,'2019-01-14 09:47:51','2019-01-14 09:47:51','','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks','inherit','closed','closed','','wine-2891894_640','','','2019-01-14 09:48:16','2019-01-14 09:48:16','',3656,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-2891894_640.jpg',0,'attachment','image/jpeg',0),(3659,1,'2019-01-14 09:48:30','2019-01-14 09:48:30','<h1>Leading Bierzo winery Bodega del Abad has just joined the wine portfolio of Amathus Drinks. The Bierzo region located in Northwest Spain is experiencing a surge of popularity as sommeliers and consumers are attracted by the combination of ripe yet fresh, elegant, mineral wines which pair superbly with food.</h1>\r\nThe region enjoys a unique microclimate, resulting from the combination of both Atlantic and Mediterranean continental climates, while the steep slate-soiled hillsides are perfect for the production of high-quality grapes. Bodega del Abad was founded in 2000 with a hi-tech winery, and now has 35 hectares of vines split between the red Mencia grape, and the white Godello. The majority of the vineyards are at high altitude and some are over 100 years old. Both red and white wines range from light, fresh unoaked styles to powerful complex barrel-aged wines. The value for money across the board is outstanding.\r\n<h3>The last 12 months has seen a burst of activity for the wine division of Amathus drinks, with 12 new producers added to their growing portfolio of wine agencies.</h3>\r\n[caption id=\"attachment_3658\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3658\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-2891894_640-300x180.jpg\" alt=\"Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks\" width=\"300\" height=\"180\" /> Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks[/caption]\r\n\r\nThe year started with the high profile signing of leading Champagne house Duval-Leroy, and continued with the addition of organic estates Petit Roubié and Château La Liquière from the Languedoc, alongside Mas Cristine and Champ des Soeurs from the Roussillon. Other additions include Prosecco producer 8cento and from the Northern Rhône Roland Grangier in St-Joseph and Condrieu, plus the organic Laurent Habrard in Crozes-Hermitage. Progressive Greek producer Avantis Estate further increased the diversity of the portfolio, as did the high-scoring Addendum Napa Cabernets from the team behind Fess Parker. A range of petit château Bordeaux from across the region has added increased depth to the range.\r\n\r\nFurther new listings from Spain, South Africa, France and Japan amongst others are to be confirmed very soon, while the rest of 2019 promises a similar wave of new agencies from across the globe as Amathus continue to build a wine range to match the wide-ranging spirit selection for which they are renowned.\r\n\r\n<strong>Amathus Head of Wine, Jeremy Lithgow MW, said recently:</strong> <em>“What Amathus is building is truly exciting; the route to market established by our diverse spirits agencies alongside our ability to offer a comprehensive wholesale package has given us the foundation to build a wine business with the ability to compete against the more established players in the market. Not only are we looking to provide a range of great value everyday essentials, but also to offer a diverse range of wines at all levels from quality-driven estates delivering real excitement from all corners of the globe.”</em>','Leading Bierzo winery Bodega del Abad has just joined Amathus Drinks','','inherit','closed','closed','','3656-revision-v1','','','2019-01-14 09:48:30','2019-01-14 09:48:30','',3656,'https://www.ontradeprogress.com/2019/01/14/3656-revision-v1/',0,'revision','',0),(3660,1,'2019-01-14 10:11:15','2019-01-14 10:11:15','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reiterated its support of the Government’s efforts to provide customers with healthy eating choices but warns against the implementation of reactionary mandatory measures on advertising.</h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said, </strong>“We fully support the Government’s efforts to improve and promote healthy eating. However, the Scottish Government must be careful to not undermine businesses with disproportionate measures. Hospitality businesses are subjected to an overwhelming amount of regulation in this area. Placing additional burdens on an industry, which is already committed to offering healthy food and drink choices, would cause further unnecessary pressures on an already stretched sector.\r\n\r\n“We need more clarity on the detail of these proposals to avoid unnecessarily capturing a range of food products not intended to be restricted. Hospitality operators are responding to the public’s demand for healthier lifestyles and should have the right to advertise their offerings. There also needs to be a recognition that people are able to make informed decisions, without the need for random restrictions.\r\n\r\n“Any mandatory measure put in place on the advertisement of certain types of food should be flexible and proportionate and if legislation is to be brought in, it is essential that businesses are given enough lead time to adapt to these new regulations.\r\n\r\n“We will continue to work with our members and the wider sector to promote healthy eating and drinking and communicate our efforts to the Government and collaborate on sensible proposals to help tackle any health issues.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest ever keynote line-up</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/\">Hogs Back Brewery to build new hop kiln</a></li>\r\n</ul>','UKHospitality warns against reactionary measures on food advertising in Scotland','','publish','closed','open','','ukhospitality-warns-healthy-eating-scotland','','\nhttps://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/','2019-01-14 10:13:00','2019-01-14 10:13:00','',0,'https://www.ontradeprogress.com/?p=3660',0,'post','',0),(3661,1,'2019-01-14 10:03:58','2019-01-14 10:03:58','','UKHospitality has reiterated its support of the efforts to provide customers with healthy eating choices but warns against the measures on advertising','UKHospitality has reiterated its support of the efforts to provide customers with healthy eating choices but warns against the measures on advertising','inherit','closed','closed','','vegetables-1085063_1280','','','2019-01-14 10:04:33','2019-01-14 10:04:33','',3660,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/vegetables-1085063_1280.jpg',0,'attachment','image/jpeg',0),(3662,1,'2019-01-14 10:08:37','2019-01-14 10:08:37','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reiterated its support of the Government’s efforts to provide customers with healthy eating choices but warns against the implementation of reactionary mandatory measures on advertising.</h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said, </strong>“We fully support the Government’s efforts to improve and promote healthy eating. However, the Scottish Government must be careful to not undermine businesses with disproportionate measures. Hospitality businesses are subjected to an overwhelming amount of regulation in this area. Placing additional burdens on an industry, which is already committed to offering healthy food and drink choices, would cause further unnecessary pressures on an already stretched sector.\r\n\r\n“We need more clarity on the detail of these proposals to avoid unnecessarily capturing a range of food products not intended to be restricted. Hospitality operators are responding to the public’s demand for healthier lifestyles and should have the right to advertise their offerings. There also needs to be a recognition that people are able to make informed decisions, without the need for random restrictions.\r\n\r\n“Any mandatory measure put in place on the advertisement of certain types of food should be flexible and proportionate and if legislation is to be brought in, it is essential that businesses are given enough lead time to adapt to these new regulations.\r\n\r\n“We will continue to work with our members and the wider sector to promote healthy eating and drinking and communicate our efforts to the Government and collaborate on sensible proposals to help tackle any health issues.”','UKHospitality warns against reactionary measures on food advertising in Scotland','','inherit','closed','closed','','3660-revision-v1','','','2019-01-14 10:08:37','2019-01-14 10:08:37','',3660,'https://www.ontradeprogress.com/2019/01/14/3660-revision-v1/',0,'revision','',0),(3663,1,'2019-01-14 10:10:05','2019-01-14 10:10:05','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has reiterated its support of the Government’s efforts to provide customers with healthy eating choices but warns against the implementation of reactionary mandatory measures on advertising.</h1>\r\n<strong>UKHospitality Chief Executive Kate Nicholls said, </strong>“We fully support the Government’s efforts to improve and promote healthy eating. However, the Scottish Government must be careful to not undermine businesses with disproportionate measures. Hospitality businesses are subjected to an overwhelming amount of regulation in this area. Placing additional burdens on an industry, which is already committed to offering healthy food and drink choices, would cause further unnecessary pressures on an already stretched sector.\r\n\r\n“We need more clarity on the detail of these proposals to avoid unnecessarily capturing a range of food products not intended to be restricted. Hospitality operators are responding to the public’s demand for healthier lifestyles and should have the right to advertise their offerings. There also needs to be a recognition that people are able to make informed decisions, without the need for random restrictions.\r\n\r\n“Any mandatory measure put in place on the advertisement of certain types of food should be flexible and proportionate and if legislation is to be brought in, it is essential that businesses are given enough lead time to adapt to these new regulations.\r\n\r\n“We will continue to work with our members and the wider sector to promote healthy eating and drinking and communicate our efforts to the Government and collaborate on sensible proposals to help tackle any health issues.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest ever keynote line-up</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/\">Hogs Back Brewery to build new hop kiln</a></li>\r\n</ul>','UKHospitality warns against reactionary measures on food advertising in Scotland','','inherit','closed','closed','','3660-revision-v1','','','2019-01-14 10:10:05','2019-01-14 10:10:05','',3660,'https://www.ontradeprogress.com/2019/01/14/3660-revision-v1/',0,'revision','',0),(3664,1,'2019-01-14 10:38:40','2019-01-14 10:38:40','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by <a href=\"https://www.sky.com/\" target=\"_blank\" rel=\"noopener\">Sky</a>. <a href=\"https://www.bii.org/\" target=\"_blank\" rel=\"noopener\">The British Institute of Innkeeping</a> are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\n[caption id=\"attachment_3667\" align=\"alignright\" width=\"250\"]<img class=\"wp-image-3667 size-full\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png\" alt=\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\" width=\"250\" height=\"250\" /> The 2018 winners, Alex and Tanya Williams[/caption]\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\n<strong>Nominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','publish','closed','open','','bii-licensee-2019-competition-launches','','https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\nhttps://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\nhttps://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/','2019-01-16 10:13:01','2019-01-16 10:13:01','',0,'https://www.ontradeprogress.com/?p=3664',0,'post','',0),(3665,1,'2019-01-14 10:21:06','2019-01-14 10:21:06','','BII Licensee of the year 2019','Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector','inherit','closed','closed','','bii-loty-2019','','','2019-01-14 10:21:56','2019-01-14 10:21:56','',3664,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/BII-LOTY-2019.jpg',0,'attachment','image/jpeg',0),(3666,1,'2019-01-14 10:33:56','2019-01-14 10:33:56','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\nNominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','inherit','closed','closed','','3664-revision-v1','','','2019-01-14 10:33:56','2019-01-14 10:33:56','',3664,'https://www.ontradeprogress.com/2019/01/14/3664-revision-v1/',0,'revision','',0),(3667,1,'2019-01-14 10:34:33','2019-01-14 10:34:33','','Alex and Tanya Williams','Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector','inherit','closed','closed','','alex-and-tanya','','','2019-01-14 10:34:54','2019-01-14 10:34:54','',3664,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png',0,'attachment','image/png',0),(3668,1,'2019-01-14 10:37:41','2019-01-14 10:37:41','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\n[caption id=\"attachment_3667\" align=\"alignright\" width=\"250\"]<img class=\"wp-image-3667 size-full\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png\" alt=\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\" width=\"250\" height=\"250\" /> The 2018 winners, Alex and Tanya Williams[/caption]\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\nNominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','inherit','closed','closed','','3664-revision-v1','','','2019-01-14 10:37:41','2019-01-14 10:37:41','',3664,'https://www.ontradeprogress.com/2019/01/14/3664-revision-v1/',0,'revision','',0),(3669,1,'2019-01-14 10:38:40','2019-01-14 10:38:40','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. <a href=\"https://www.bii.org/\" target=\"_blank\" rel=\"noopener\">The British Institute of Innkeeping</a> are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\n[caption id=\"attachment_3667\" align=\"alignright\" width=\"250\"]<img class=\"wp-image-3667 size-full\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png\" alt=\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\" width=\"250\" height=\"250\" /> The 2018 winners, Alex and Tanya Williams[/caption]\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\nNominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','inherit','closed','closed','','3664-revision-v1','','','2019-01-14 10:38:40','2019-01-14 10:38:40','',3664,'https://www.ontradeprogress.com/2019/01/14/3664-revision-v1/',0,'revision','',0),(3670,1,'2019-01-14 10:39:26','2019-01-14 10:39:26','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by <a href=\"https://www.sky.com/\" target=\"_blank\" rel=\"noopener\">Sky</a>. <a href=\"https://www.bii.org/\" target=\"_blank\" rel=\"noopener\">The British Institute of Innkeeping</a> are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\n[caption id=\"attachment_3667\" align=\"alignright\" width=\"250\"]<img class=\"wp-image-3667 size-full\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png\" alt=\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\" width=\"250\" height=\"250\" /> The 2018 winners, Alex and Tanya Williams[/caption]\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\nNominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','inherit','closed','closed','','3664-autosave-v1','','','2019-01-14 10:39:26','2019-01-14 10:39:26','',3664,'https://www.ontradeprogress.com/2019/01/14/3664-autosave-v1/',0,'revision','',0),(3671,1,'2019-01-14 10:39:51','2019-01-14 10:39:51','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by <a href=\"https://www.sky.com/\" target=\"_blank\" rel=\"noopener\">Sky</a>. <a href=\"https://www.bii.org/\" target=\"_blank\" rel=\"noopener\">The British Institute of Innkeeping</a> are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\n[caption id=\"attachment_3667\" align=\"alignright\" width=\"250\"]<img class=\"wp-image-3667 size-full\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png\" alt=\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\" width=\"250\" height=\"250\" /> The 2018 winners, Alex and Tanya Williams[/caption]\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\nNominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','inherit','closed','closed','','3664-revision-v1','','','2019-01-14 10:39:51','2019-01-14 10:39:51','',3664,'https://www.ontradeprogress.com/2019/01/14/3664-revision-v1/',0,'revision','',0),(3672,1,'2019-01-14 10:40:09','2019-01-14 10:40:09','<h1>Entries are now open for this year’s BII Licensee of the Year award, sponsored by <a href=\"https://www.sky.com/\" target=\"_blank\" rel=\"noopener\">Sky</a>. <a href=\"https://www.bii.org/\" target=\"_blank\" rel=\"noopener\">The British Institute of Innkeeping</a> are celebrating all that is good about the licensed retail sector and can’t wait to recognise the top individual licensees operating in the industry in 2019.</h1>\r\nThe competition is open to managers, lessees, tenants and free traders, and last year saw over 200 entrants from across the country vying for the top spot. The toughest competition of its kind with a rigorous four-month judging process, culminates in the crowning of the winner at the prestigious BII Summer Event on June 4th 2019. As well as the title of Licensee of the Year, the winner will receive a year\'s free Sky Sports Pubs and Clubs subscription for their venue.\r\n\r\nLicensees can either nominate themselves or be nominated by colleagues, customers or suppliers at <u><a href=\"http://www.bii.org/\">www.bii.org</a></u>. Entrants <strong>must </strong>have been operating their business for a minimum of 2 years, hold a Personal Licence and have a food hygiene rating of 4 or 5.\r\n\r\n[caption id=\"attachment_3667\" align=\"alignright\" width=\"250\"]<img class=\"wp-image-3667 size-full\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Alex-and-Tanya.png\" alt=\"Entries are now open for this year’s BII Licensee of the Year award, sponsored by Sky. The British Institute of Innkeeping are celebrating the retail sector\" width=\"250\" height=\"250\" /> The 2018 winners, Alex and Tanya Williams[/caption]\r\n\r\nThe 2018 winners, Alex and Tanya Williams from the Polgooth Inn in St Austell delivered the whole package with their community spirit, kitchen garden and support for staff and training. Speaking about winning last year, they commented: “The reality hits and you realise it is the biggest competition for licensees. It was such a build-up and as naïve as this sounds, it was only halfway through the lunch it dawned on us quite how big it was!”\r\n\r\nMike Clist, the BII’s CEO, added: “The BII Licensee of the Year Award has always had a way of finding the industry’s brightest stars and we are sure that 2019 will be no different. The winner this year will need to be a licensee who excels in all aspects of running a licensed hospitality business and be an ambassador for our fantastic industry.”\r\n\r\n<strong>David Rey, managing director of Sky Business, said:</strong> “The BII Licensee of the Year award is a fantastic recognition of the dedication and professionalism that is shown by so many licensees in the industry.\r\n\r\n“We are very proud to sponsor the competition again this year and I am looking forward to seeing the innovation and hard work that people have been putting into their businesses in 2019.”\r\n\r\n<strong>Nominations will be open from 14th January to 28th February 2019 at <a href=\"http://www.bii.org/\">www.bii.org</a> or for more information, contact the LOYA team on <a href=\"mailto:loya@bii.org\">loya@bii.org</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against measures on food advertising</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Winery Bodega del Abad joins Amathus Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\">Casual Dining Show unveils its biggest keynote line-up</a></li>\r\n</ul>','BII Licensee of the Year 2019 competition launches','','inherit','closed','closed','','3664-revision-v1','','','2019-01-14 10:40:09','2019-01-14 10:40:09','',3664,'https://www.ontradeprogress.com/2019/01/14/3664-revision-v1/',0,'revision','',0),(3673,1,'2019-01-14 10:53:45','2019-01-14 10:53:45','<h1>A.C. Entertainment Technologies Ltd. <a href=\"https://www.ac-et.com/\" target=\"_blank\" rel=\"noopener\">(AC-ET)</a> has been selected to provide distribution for the Valencia-based Work Pro Audio <a href=\"https://www.workpro.es/\" target=\"_blank\" rel=\"noopener\">brand\'s</a> range of high-quality solutions for the installations market.</h1>\r\nUnder the agreement, AC-ET will supply dealers, system integrators and venues with Work Pro\'s range of portable PA systems &amp; installation speakers, amplifiers &amp; rack-mount mixers, and media players.\r\n\r\nSteve Eaton, Senior Sales Executive in AC-ET\'s Audio team commented: “We are very happy to be selected as a distributor for Work Pro, and to add yet another high-quality audio brand to our portfolio. Work Pro offers a very extensive range of installation and professional audio products, meaning we can offer solutions from the brand to cover a whole host of requirements, all of which are very high quality and cost-effective. We expect a lot of interest in the product range.”\r\n\r\nOffering compact yet high-quality audio solutions, the Work Pro line-up is ideal for commercial applications requiring a discreet installation, such as shopping malls, restaurants and sports facilities.\r\n\r\n<strong>AC-ET was selected by Tim Riley of Work Pro UK master distributor, Polar Audio. He commented:</strong>\r\n\r\n“I appointed AC-ET as I knew their audio team would be more than qualified to specify the Work Pro products owing to their high level of technical expertise and experience supplying to these markets. In addition, I needed a company that was able to fully support the brand by offering stock on the shelf of popular lines, competitive pricing, and first class customer support at every stage from pre-sale to post-installation.”\r\n\r\nTo arrange your Work Pro personal demonstration, contact AC-ET on +44 (0)1494 446000 / <a href=\"mailto:sales@ac-et.com\">sales@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com\">www.ac-et.com</a>.\r\n\r\n<strong>Keep up to date with the latest AC-ET news via their social network pages:</strong>\r\n\r\n<strong><a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a></strong>\r\n\r\n<strong><a href=\"https://www.instagram.com/ac_ent_technologies/\">www.instagram.com/ac_ent_technologies/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition starts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against Scotland\'s food advertising measures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Bodega del Abad has just joined Amathus Drinks</a></li>\r\n</ul>','A.C. Entertainment Technologies selected to distribute Work Pro Audio','','publish','closed','open','','a-c-distribute-work-pro-audio','','https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\nhttps://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/','2019-01-14 10:57:15','2019-01-14 10:57:15','',0,'https://www.ontradeprogress.com/?p=3673',0,'post','',0),(3674,1,'2019-01-14 10:49:04','2019-01-14 10:49:04','','A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio','A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio','inherit','closed','closed','','press-image','','','2019-01-14 10:49:58','2019-01-14 10:49:58','',3673,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/AC-ET-to-Distribute-Work-Pro-Press.jpg',0,'attachment','image/jpeg',0),(3675,1,'2019-01-14 10:50:39','2019-01-14 10:50:39','<h1>A.C. Entertainment Technologies Ltd. (AC-ET) has been selected to provide distribution for the Valencia-based Work Pro Audio brand\'s range of high-quality solutions for the installations market.</h1>\r\nUnder the agreement, AC-ET will supply dealers, system integrators and venues with Work Pro\'s range of portable PA systems &amp; installation speakers, amplifiers &amp; rack-mount mixers, and media players.\r\n\r\nSteve Eaton, Senior Sales Executive in AC-ET\'s Audio team commented: “We are very happy to be selected as a distributor for Work Pro, and to add yet another high-quality audio brand to our portfolio. Work Pro offers a very extensive range of installation and professional audio products, meaning we can offer solutions from the brand to cover a whole host of requirements, all of which are very high quality and cost-effective. We expect a lot of interest in the product range.”\r\n\r\nOffering compact yet high-quality audio solutions, the Work Pro line-up is ideal for commercial applications requiring a discreet installation, such as shopping malls, restaurants and sports facilities.\r\n\r\n<strong>AC-ET was selected by Tim Riley of Work Pro UK master distributor, Polar Audio. He commented:</strong>\r\n\r\n“I appointed AC-ET as I knew their audio team would be more than qualified to specify the Work Pro products owing to their high level of technical expertise and experience supplying to these markets. In addition, I needed a company that was able to fully support the brand by offering stock on the shelf of popular lines, competitive pricing, and first class customer support at every stage from pre-sale to post-installation.”\r\n\r\nTo arrange your Work Pro personal demonstration, contact AC-ET on +44 (0)1494 446000 / <a href=\"mailto:sales@ac-et.com\">sales@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com\">www.ac-et.com</a>.\r\n\r\n<strong>Keep up to date with the latest AC-ET news via their social network pages:</strong>\r\n\r\n<strong><a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a></strong>\r\n\r\n<strong><a href=\"https://www.instagram.com/ac_ent_technologies/\">www.instagram.com/ac_ent_technologies/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition starts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against Scotland\'s food advertising measures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Bodega del Abad has just joined Amathus Drinks</a></li>\r\n</ul>','A.C. Entertainment Technologies selected to distribute Work Pro Audio','','inherit','closed','closed','','3673-revision-v1','','','2019-01-14 10:50:39','2019-01-14 10:50:39','',3673,'https://www.ontradeprogress.com/2019/01/14/3673-revision-v1/',0,'revision','',0),(3676,1,'2019-01-14 10:52:18','2019-01-14 10:52:18','<h1>A.C. Entertainment Technologies Ltd. <a href=\"https://www.ac-et.com/\" target=\"_blank\" rel=\"noopener\">(AC-ET)</a> has been selected to provide distribution for the Valencia-based Work Pro Audio <a href=\"https://www.workpro.es/\" target=\"_blank\" rel=\"noopener\">brand\'s</a> range of high-quality solutions for the installations market.</h1>\r\nUnder the agreement, AC-ET will supply dealers, system integrators and venues with Work Pro\'s range of portable PA systems &amp; installation speakers, amplifiers &amp; rack-mount mixers, and media players.\r\n\r\nSteve Eaton, Senior Sales Executive in AC-ET\'s Audio team commented: “We are very happy to be selected as a distributor for Work Pro, and to add yet another high-quality audio brand to our portfolio. Work Pro offers a very extensive range of installation and professional audio products, meaning we can offer solutions from the brand to cover a whole host of requirements, all of which are very high quality and cost-effective. We expect a lot of interest in the product range.”\r\n\r\nOffering compact yet high-quality audio solutions, the Work Pro line-up is ideal for commercial applications requiring a discreet installation, such as shopping malls, restaurants and sports facilities.\r\n\r\n<strong>AC-ET was selected by Tim Riley of Work Pro UK master distributor, Polar Audio. He commented:</strong>\r\n\r\n“I appointed AC-ET as I knew their audio team would be more than qualified to specify the Work Pro products owing to their high level of technical expertise and experience supplying to these markets. In addition, I needed a company that was able to fully support the brand by offering stock on the shelf of popular lines, competitive pricing, and first class customer support at every stage from pre-sale to post-installation.”\r\n\r\nTo arrange your Work Pro personal demonstration, contact AC-ET on +44 (0)1494 446000 / <a href=\"mailto:sales@ac-et.com\">sales@ac-et.com</a>, or visit <a href=\"http://www.ac-et.com\">www.ac-et.com</a>.\r\n\r\n<strong>Keep up to date with the latest AC-ET news via their social network pages:</strong>\r\n\r\n<strong><a href=\"http://www.facebook.com/acentertainmenttechnologies\">www.facebook.com/acentertainmenttechnologies</a></strong>\r\n\r\n<strong><a href=\"https://www.instagram.com/ac_ent_technologies/\">www.instagram.com/ac_ent_technologies/</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition starts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/\">UKHospitality warns against Scotland\'s food advertising measures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Bodega del Abad has just joined Amathus Drinks</a></li>\r\n</ul>','A.C. Entertainment Technologies selected to distribute Work Pro Audio','','inherit','closed','closed','','3673-revision-v1','','','2019-01-14 10:52:18','2019-01-14 10:52:18','',3673,'https://www.ontradeprogress.com/2019/01/14/3673-revision-v1/',0,'revision','',0),(3680,1,'2019-01-14 11:35:43','2019-01-14 11:35:43','<h1><a href=\"http://www.crystaltech.co.uk/wordpress/\" target=\"_blank\" rel=\"noopener\">Derek Maher</a>, founder of Crystaltech, chats to <em>On-Trade Progress </em>about how to keep glassware squeaky clean.</h1>\r\nMuch of the focus of pub operators is quite rightly on cellaring and the handling of beer to maintain quality, but top-notch operators should never lose sight of that vital last yard - from the pump to punter. There is nothing more off-putting than lipstick marks, greasy fingerprints and indeterminate food residue on the rim of your glass or tableware. A recent survey highlighted that at 38%, dirty glasses was one of the ‘most burdensome frustrations’ for customers in pubs/bars.\r\n\r\nWith the profusion of natural-light infused pubs and bars and a rise in the popularity of cocktails and gin-based drinks, glassware has never been under such scrutiny. Serving drinks in dirty glasses could have serious implications for the reputation of your business as not all customers will complain, they just won’t come back! As well as looking visually appealing, glassware has to be sparkling clean or it can affect the taste and appearance of beer or wine and poorly maintained glasswashers are one of the main sources of cross-contamination within pubs and restaurants.\r\n\r\nHaving to polish glassware post-wash is both labour intensive and increases breakages, but crucially it provides another opportunity for germ contamination which is why it is important your service company provides a results-based fix to leave your machine working at its optimum output and delivering spotlessly clean results.\r\n\r\nFor 38 years Derek Maher, founder of Crystaltech, has built a reputation as the UK’s leading expert in achieving perfect warewashing results within the pub and catering industry. Derek and his team are passionate about achieving perfect results and carry out consultancy work with Cask Marque as well as ensuring leading pub groups Fullers, Greene King, Stonegate and McMullen’s achieve award-winning clean glass results across their entire estates.\r\n\r\n“We have been working with Derek from Crystaltech for over 38 years and in that time he has helped us to achieve award-winning clean glass results across the Fuller’s estate.”  <strong>Emma Watts, Trade Quality Manager - Fuller’s</strong>\r\n\r\nRenovating glasses using a chlorine-based chemical is now the accepted method of disinfecting glasses and removing the proteins and soils that build up on a glass over a period of time. Derek advises using a liquid renovate which can save many wasted operational hours as it can be connected to the automatic detergent feed of the glasswasher without any adjustment.\r\n\r\n“Many glasswasher detergents are too caustic and cause cloudy looking etching on glasses or, are too weak and leave behind unhygienic residual dirt/proteins, which results in poor head retention – flat beer. Many of the major brewers and pub operators have moved towards using Renovate continuously as an alternative to their usual caustic detergent,” says Derek Maher, Crystaltech.\r\n\r\nInstalling a reverse osmosis (RO) system can dramatically improve wash results – the system pushes purified water through the wash cycle, removing residues which are normally left on the glass. An RO system reduces the need for cleaning chemicals by 70% as well as allowing for a lower wash temperature, making it a much more energy efficient proposition. As a combination of RO and chlorine detergent can lower wash and rinse temperatures, glasses don’t retain as much heat and, as we know, a hot glass warms the beer and impacts a customer’s experience.\r\n\r\n<strong>For further advice contact the Crystaltech team call 0370 350 2424 or email <a href=\"mailto:info@crystaltech.co.uk\">info@crystaltech.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/\">A.C ET selected to distribute Work Pro Audio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Bodega del Abad has just joined Amathus Drinks</a></li>\r\n</ul>','The Last Yard…Pump to Punter','','publish','closed','open','','crystaltech-last-yard-pump-punter','','\nhttps://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/','2019-01-14 11:36:22','2019-01-14 11:36:22','',0,'https://www.ontradeprogress.com/?p=3680',0,'post','',0),(3681,1,'2019-01-14 11:25:32','2019-01-14 11:25:32','','Crystaltech','Crystaltech - Pub operators focus is on cellaring and the handling of beer for quality, but operators should never lose sight of that vital last yard','inherit','closed','closed','','beer-932994_1280','','','2019-01-14 11:26:12','2019-01-14 11:26:12','',3680,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-932994_1280.jpg',0,'attachment','image/jpeg',0),(3682,1,'2019-01-14 11:34:47','2019-01-14 11:34:47','<h1><a href=\"http://www.crystaltech.co.uk/wordpress/\" target=\"_blank\" rel=\"noopener\">Derek Maher</a>, founder of Crystaltech, chats to <em>On-Trade Progress </em>about how to keep glassware squeaky clean.</h1>\r\nMuch of the focus of pub operators is quite rightly on cellaring and the handling of beer to maintain quality, but top-notch operators should never lose sight of that vital last yard - from the pump to punter. There is nothing more off-putting than lipstick marks, greasy fingerprints and indeterminate food residue on the rim of your glass or tableware. A recent survey highlighted that at 38%, dirty glasses was one of the ‘most burdensome frustrations’ for customers in pubs/bars.\r\n\r\nWith the profusion of natural-light infused pubs and bars and a rise in the popularity of cocktails and gin-based drinks, glassware has never been under such scrutiny. Serving drinks in dirty glasses could have serious implications for the reputation of your business as not all customers will complain, they just won’t come back! As well as looking visually appealing, glassware has to be sparkling clean or it can affect the taste and appearance of beer or wine and poorly maintained glasswashers are one of the main sources of cross-contamination within pubs and restaurants.\r\n\r\nHaving to polish glassware post-wash is both labour intensive and increases breakages, but crucially it provides another opportunity for germ contamination which is why it is important your service company provides a results-based fix to leave your machine working at its optimum output and delivering spotlessly clean results.\r\n\r\nFor 38 years Derek Maher, founder of Crystaltech, has built a reputation as the UK’s leading expert in achieving perfect warewashing results within the pub and catering industry. Derek and his team are passionate about achieving perfect results and carry out consultancy work with Cask Marque as well as ensuring leading pub groups Fullers, Greene King, Stonegate and McMullen’s achieve award-winning clean glass results across their entire estates.\r\n\r\n“We have been working with Derek from Crystaltech for over 38 years and in that time he has helped us to achieve award-winning clean glass results across the Fuller’s estate.”  <strong>Emma Watts, Trade Quality Manager - Fuller’s</strong>\r\n\r\nRenovating glasses using a chlorine-based chemical is now the accepted method of disinfecting glasses and removing the proteins and soils that build up on a glass over a period of time. Derek advises using a liquid renovate which can save many wasted operational hours as it can be connected to the automatic detergent feed of the glasswasher without any adjustment.\r\n\r\n“Many glasswasher detergents are too caustic and cause cloudy looking etching on glasses or, are too weak and leave behind unhygienic residual dirt/proteins, which results in poor head retention – flat beer. Many of the major brewers and pub operators have moved towards using Renovate continuously as an alternative to their usual caustic detergent,” says Derek Maher, Crystaltech.\r\n\r\nInstalling a reverse osmosis (RO) system can dramatically improve wash results – the system pushes purified water through the wash cycle, removing residues which are normally left on the glass. An RO system reduces the need for cleaning chemicals by 70% as well as allowing for a lower wash temperature, making it a much more energy efficient proposition. As a combination of RO and chlorine detergent can lower wash and rinse temperatures, glasses don’t retain as much heat and, as we know, a hot glass warms the beer and impacts a customer’s experience.\r\n\r\n<strong>For further advice contact the Crystaltech team call 0370 350 2424 or email <a href=\"mailto:info@crystaltech.co.uk\">info@crystaltech.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/\">A.C ET selected to distribute Work Pro Audio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/\">Bodega del Abad has just joined Amathus Drinks</a></li>\r\n</ul>','The Last Yard…Pump to Punter','','inherit','closed','closed','','3680-revision-v1','','','2019-01-14 11:34:47','2019-01-14 11:34:47','',3680,'https://www.ontradeprogress.com/2019/01/14/3680-revision-v1/',0,'revision','',0),(3683,1,'2019-01-14 11:53:20','2019-01-14 11:53:20','<h1>If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of <a href=\"https://uk.jura.com/en\" target=\"_blank\" rel=\"noopener\">JURA UK</a>.</h1>\r\n<strong>What is automation?</strong>\r\n\r\nAutomatic coffee machines enable establishments to create high-quality coffee, at the touch of a button.\r\n\r\nHistorically, automatic machines have been associated with quick serve venues that need to produce large volumes of coffee, quickly and conveniently. However, advances in bean-to-cup technology have closed the gap and top-end coffee machines are gathering momentum in the commercial sector, due to their reliability and consistency for producing high-quality coffee, with minimal staff intervention.\r\n<h2>What are the potential issues?</h2>\r\nWhen seeking a suitable coffee machine provider, businesses tend to be primarily concerned with factors such as product lifespan and environmental impact.\r\n\r\nThere is a growing appetite for long-life guarantees, particularly when investing in specialist, top-of-the-range products. Based on the care and upkeep over time, the typical lifetime of a JURA coffee machine is between five and seven years. To ensure a machine reaches its potential lifespan, it’s important that its capacity and functionality meet the needs of its venue. For example, JURA has coffee machines that are capable of making up to 30 coffees per day, yet others can produce up to 300 per day – so there’s something for everyone.\r\n<h2>Can it compete with the personal barista touch?<strong> </strong></h2>\r\nThe speciality coffee industry is growing and no one can underestimate the barista’s role in creating great coffee. However, automatic coffee machines have the edge when it comes to making an equally great-tasting coffee in an instant.\r\n\r\nIn comparison to traditional machines, automatic types, like JURA, have been found to have a lower whole-life cost, as its coffee machines use thermo block technology to heat the water and steam the milk, therefore avoiding costly boiler inspections.\r\n<h3>Is it eco-friendly?<strong> </strong></h3>\r\nGenerally, pods and capsule coffee machines are less environmentally friendly than bean-to-cup options. Whilst capsules are convenient, trying to recycle them is not straightforward; aluminium coffee pods reportedly take between 150 to 500 years to decompose! In comparison, bean-to-cup coffee machines make fresh coffee from quality beans, rather than pre-ground, pre-packaged alternatives.<strong> </strong>\r\n<h3>Is the price-tag hefty?</h3>\r\nWhether it be an automatic or a traditional style, purchasing a commercial coffee machine will come at a significant cost, so it’s important that businesses invest wisely. JURA has specialised in bean-to-cup coffee machines for more than 30 years and is synonymous with superior performance, precision and quality design. The brand offers cost-effective coffee options and continues to develop both entry-level and super premium models.\r\n\r\n<strong>For more information, visit <a href=\"http://www.uk.jura.com\">www.uk.jura.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/\">A.C ET selected to distribute Work Pro Audio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','Is bean-to-cup the future - Is it time to switch to coffee machines?','','publish','closed','open','','coffee-machines-bean-cup-future','','https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\nhttps://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/','2019-01-14 13:07:27','2019-01-14 13:07:27','',0,'https://www.ontradeprogress.com/?p=3683',0,'post','',0),(3684,1,'2019-01-14 11:49:27','2019-01-14 11:49:27','','Coffee Machines the Future?','If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of JURA UK','inherit','closed','closed','','shutterstock_278456510','','','2019-01-14 11:51:06','2019-01-14 11:51:06','',3683,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_278456510.jpg',0,'attachment','image/jpeg',0),(3685,1,'2019-01-14 11:52:57','2019-01-14 11:52:57','<h1>If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of JURA UK.</h1>\r\n<strong>What is automation?</strong>\r\n\r\nAutomatic coffee machines enable establishments to create high-quality coffee, at the touch of a button.\r\n\r\nHistorically, automatic machines have been associated with quick serve venues that need to produce large volumes of coffee, quickly and conveniently. However, advances in bean-to-cup technology have closed the gap and top-end coffee machines are gathering momentum in the commercial sector, due to their reliability and consistency for producing high-quality coffee, with minimal staff intervention.\r\n<h2>What are the potential issues?</h2>\r\nWhen seeking a suitable coffee machine provider, businesses tend to be primarily concerned with factors such as product lifespan and environmental impact.\r\n\r\nThere is a growing appetite for long-life guarantees, particularly when investing in specialist, top-of-the-range products. Based on the care and upkeep over time, the typical lifetime of a JURA coffee machine is between five and seven years. To ensure a machine reaches its potential lifespan, it’s important that its capacity and functionality meet the needs of its venue. For example, JURA has coffee machines that are capable of making up to 30 coffees per day, yet others can produce up to 300 per day – so there’s something for everyone.\r\n<h2>Can it compete with the personal barista touch?<strong> </strong></h2>\r\nThe speciality coffee industry is growing and no one can underestimate the barista’s role in creating great coffee. However, automatic coffee machines have the edge when it comes to making an equally great-tasting coffee in an instant.\r\n\r\nIn comparison to traditional machines, automatic types, like JURA, have been found to have a lower whole-life cost, as its coffee machines use thermo block technology to heat the water and steam the milk, therefore avoiding costly boiler inspections.\r\n<h3>Is it eco-friendly?<strong> </strong></h3>\r\nGenerally, pods and capsule coffee machines are less environmentally friendly than bean-to-cup options. Whilst capsules are convenient, trying to recycle them is not straightforward; aluminium coffee pods reportedly take between 150 to 500 years to decompose! In comparison, bean-to-cup coffee machines make fresh coffee from quality beans, rather than pre-ground, pre-packaged alternatives.<strong> </strong>\r\n<h3>Is the price-tag hefty?</h3>\r\nWhether it be an automatic or a traditional style, purchasing a commercial coffee machine will come at a significant cost, so it’s important that businesses invest wisely. JURA has specialised in bean-to-cup coffee machines for more than 30 years and is synonymous with superior performance, precision and quality design. The brand offers cost-effective coffee options and continues to develop both entry-level and super premium models.\r\n\r\n<strong>For more information, visit <a href=\"http://www.uk.jura.com\">www.uk.jura.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/\">A.C ET selected to distribute Work Pro Audio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','Is bean-to-cup the future - Is it time to switch to coffee machines?','','inherit','closed','closed','','3683-revision-v1','','','2019-01-14 11:52:57','2019-01-14 11:52:57','',3683,'https://www.ontradeprogress.com/2019/01/14/3683-revision-v1/',0,'revision','',0),(3686,1,'2019-01-14 11:54:03','2019-01-14 11:54:03','<h1>If you’ve always thought automated coffee machines mean high volume, low quality, it’s time to switch on to automation, says Scott Green of <a href=\"https://uk.jura.com/en\" target=\"_blank\" rel=\"noopener\">JURA UK</a>.</h1>\r\n<strong>What is automation?</strong>\r\n\r\nAutomatic coffee machines enable establishments to create high-quality coffee, at the touch of a button.\r\n\r\nHistorically, automatic machines have been associated with quick serve venues that need to produce large volumes of coffee, quickly and conveniently. However, advances in bean-to-cup technology have closed the gap and top-end coffee machines are gathering momentum in the commercial sector, due to their reliability and consistency for producing high-quality coffee, with minimal staff intervention.\r\n<h2>What are the potential issues?</h2>\r\nWhen seeking a suitable coffee machine provider, businesses tend to be primarily concerned with factors such as product lifespan and environmental impact.\r\n\r\nThere is a growing appetite for long-life guarantees, particularly when investing in specialist, top-of-the-range products. Based on the care and upkeep over time, the typical lifetime of a JURA coffee machine is between five and seven years. To ensure a machine reaches its potential lifespan, it’s important that its capacity and functionality meet the needs of its venue. For example, JURA has coffee machines that are capable of making up to 30 coffees per day, yet others can produce up to 300 per day – so there’s something for everyone.\r\n<h2>Can it compete with the personal barista touch?<strong> </strong></h2>\r\nThe speciality coffee industry is growing and no one can underestimate the barista’s role in creating great coffee. However, automatic coffee machines have the edge when it comes to making an equally great-tasting coffee in an instant.\r\n\r\nIn comparison to traditional machines, automatic types, like JURA, have been found to have a lower whole-life cost, as its coffee machines use thermo block technology to heat the water and steam the milk, therefore avoiding costly boiler inspections.\r\n<h3>Is it eco-friendly?<strong> </strong></h3>\r\nGenerally, pods and capsule coffee machines are less environmentally friendly than bean-to-cup options. Whilst capsules are convenient, trying to recycle them is not straightforward; aluminium coffee pods reportedly take between 150 to 500 years to decompose! In comparison, bean-to-cup coffee machines make fresh coffee from quality beans, rather than pre-ground, pre-packaged alternatives.<strong> </strong>\r\n<h3>Is the price-tag hefty?</h3>\r\nWhether it be an automatic or a traditional style, purchasing a commercial coffee machine will come at a significant cost, so it’s important that businesses invest wisely. JURA has specialised in bean-to-cup coffee machines for more than 30 years and is synonymous with superior performance, precision and quality design. The brand offers cost-effective coffee options and continues to develop both entry-level and super premium models.\r\n\r\n<strong>For more information, visit <a href=\"http://www.uk.jura.com\">www.uk.jura.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/\">A.C ET selected to distribute Work Pro Audio</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','Is bean-to-cup the future - Is it time to switch to coffee machines?','','inherit','closed','closed','','3683-revision-v1','','','2019-01-14 11:54:03','2019-01-14 11:54:03','',3683,'https://www.ontradeprogress.com/2019/01/14/3683-revision-v1/',0,'revision','',0),(3687,1,'2019-01-14 13:23:23','2019-01-14 13:23:23','<h1>PPL PRS, the music licensing specialists, talk to <em>On-Trade Progress </em>about TheMusicLicence.</h1>\r\nWe all know playing music in a venue can be beneficial to your business, in many cases, it’s vital. Obviously ensuring the sound system is spot on is essential, and your playlist will have been designed with your clientele in mind.\r\n\r\nMusic creates a mood. The music you play can be as much a part of the reason your customers are loyal as your food, drinks or décor, it encourages conversations, that vital connection between your staff and clients.\r\n\r\nIt’s not just your customers who benefit from music being played either, your colleagues will too! Music can add a burst of energy to a team who have been on their feet all day.\r\n\r\n[caption id=\"attachment_3690\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3690\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/audience-868074_640-300x199.jpg\" alt=\"PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential\" width=\"300\" height=\"199\" /> PPL PRS talk to us about TheMusicLicence[/caption]\r\n\r\nNow, imagine your bar or restaurant without that music.  Not quite the same environment is it? A business without music can fall flat, seem lifeless and cold.\r\n\r\nYour equipment and music choices are obviously a crucial element to your operation, but along with this you need to ensure that you are correctly licensed to play that music.\r\n\r\nThere is some confusion between an entertainment licence and a music licence, but with the launch of TheMusicLicence earlier this year PPL PRS hope to ease this confusion and educate business owners on being correctly licensed for the music they play.\r\n<h2>So, first things first…do you need TheMusicLicence to play music in your venue if you have an entertainment licence that allows you to play music?  In short, yes you do and here is why.</h2>\r\nAn entertainment licence is issued by your local authority. It gives you permission to provide entertainment on your premises and may be subject to certain conditions such as time restrictions or the number of people attending.\r\n\r\nTheMusicLicence is issued by PPL PRS and gives you permission to play music which is subject to The Copyright, Designs and Patents Act 1988.  This means that you don’t have to spend your time and energy contacting potentially hundreds of thousands of rightsholders - those people who create music – to get permission to play or perform their music in your business.\r\n\r\nObtaining TheMusicLicence gives you this permission, in relation to the vast majority of commercially available music. This ranges from grassroots and independent artists and composers through to the biggest names in the business.\r\n\r\nSo, hopefully, this will help you to distinguish between the two licences required to entertain your customers and guests with music and live events.\r\n\r\nWith TheMusicLicence, playing music in your pub or bar could cost you as little as £1.01 per day*, and you will be safe in the knowledge that you are licensed to play background music via radio and TV which can improve your brand, help your customers to feel welcome and valued and could  also increase staff morale.\r\n\r\nAnd now we are making it even easier for you to buy TheMusicLicence.\r\n\r\nPreviously businesses needed to buy two separate music licences, one from PPL and one from <em>PRS for Music</em>. These two bodies have listened to their customers and formed a new joint venture – PPL PRS Ltd - and created <strong>TheMusicLicence</strong>. What this means for you is that you can now buy and renew your music licence in one place, with one invoice and one contact. Simple!\r\n<h3>For more information visit <a href=\"http://www.pplprs.co.uk\">www.pplprs.co.uk</a></h3>\r\n<ul>\r\n 	<li><strong>Cost example spread across 365 days based on a premises is which 400 sqm, your combined yearly pub and bar music licence could cost around £366 (excluding VAT).</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','PPL PRS - Get to know your licenses','','publish','closed','open','','ppl-prs-know-your-licenses','','','2019-01-14 13:23:23','2019-01-14 13:23:23','',0,'https://www.ontradeprogress.com/?p=3687',0,'post','',0),(3688,1,'2019-01-14 13:16:25','2019-01-14 13:16:25','','PPL PRS','PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential ','inherit','closed','closed','','concert-336695_1280','','','2019-01-14 13:17:02','2019-01-14 13:17:02','',3687,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/concert-336695_1280.jpg',0,'attachment','image/jpeg',0),(3689,1,'2019-01-14 13:17:06','2019-01-14 13:17:06','<h1>PPL PRS, the music licensing specialists, talk to <em>On-Trade Progress </em>about TheMusicLicence.</h1>\r\nWe all know playing music in a venue can be beneficial to your business, in many cases, it’s vital. Obviously ensuring the sound system is spot on is essential, and your playlist will have been designed with your clientele in mind.\r\n\r\nMusic creates a mood. The music you play can be as much a part of the reason your customers are loyal as your food, drinks or décor, it encourages conversations, that vital connection between your staff and clients.\r\n\r\nIt’s not just your customers who benefit from music being played either, your colleagues will too! Music can add a burst of energy to a team who have been on their feet all day.\r\n\r\nNow, imagine your bar or restaurant without that music.  Not quite the same environment is it? A business without music can fall flat, seem lifeless and cold.\r\n\r\nYour equipment and music choices are obviously a crucial element to your operation, but along with this you need to ensure that you are correctly licensed to play that music.\r\n\r\nThere is some confusion between an entertainment licence and a music licence, but with the launch of TheMusicLicence earlier this year PPL PRS hope to ease this confusion and educate business owners on being correctly licensed for the music they play.\r\n<h2>So, first things first…do you need TheMusicLicence to play music in your venue if you have an entertainment licence that allows you to play music?  In short, yes you do and here is why.</h2>\r\nAn entertainment licence is issued by your local authority. It gives you permission to provide entertainment on your premises and may be subject to certain conditions such as time restrictions or the number of people attending.\r\n\r\nTheMusicLicence is issued by PPL PRS and gives you permission to play music which is subject to The Copyright, Designs and Patents Act 1988.  This means that you don’t have to spend your time and energy contacting potentially hundreds of thousands of rightsholders - those people who create music – to get permission to play or perform their music in your business.\r\n\r\nObtaining TheMusicLicence gives you this permission, in relation to the vast majority of commercially available music. This ranges from grassroots and independent artists and composers through to the biggest names in the business.\r\n\r\nSo, hopefully this will help you to distinguish between the two licences required to entertain your customers and guests with music and live events.\r\n\r\nWith TheMusicLicence, playing music in your pub or bar could cost you as little as £1.01 per day*, and you will be safe in the knowledge that you are licensed to play background music via radio and TV which can improve your brand, help your customers to feel welcome and valued and could  also increase staff morale.\r\n\r\nAnd now we are making it even easier for you to buy TheMusicLicence.\r\n\r\nPreviously businesses needed to buy two separate music licences, one from PPL and one from <em>PRS for Music</em>. These two bodies have listened to their customers and formed a new joint venture – PPL PRS Ltd - and created <strong>TheMusicLicence</strong>. What this means for you is that you can now buy and renew your music licence in one place, with one invoice and one contact. Simple!\r\n<h3>For more information visit <a href=\"http://www.pplprs.co.uk\">www.pplprs.co.uk</a></h3>\r\n<ul>\r\n 	<li><strong>Cost example spread across 365 days based on </strong>a premises<strong> is which 400 sqm, your combined yearly pub and bar music licence could cost around £366 (excluding VAT).</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','PPL PRS - Get to know your licenses','','inherit','closed','closed','','3687-revision-v1','','','2019-01-14 13:17:06','2019-01-14 13:17:06','',3687,'https://www.ontradeprogress.com/2019/01/14/3687-revision-v1/',0,'revision','',0),(3690,1,'2019-01-14 13:18:30','2019-01-14 13:18:30','','audience-868074_640','PPL PRS','inherit','closed','closed','','audience-868074_640','','','2019-01-14 13:19:05','2019-01-14 13:19:05','',3687,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/audience-868074_640.jpg',0,'attachment','image/jpeg',0),(3691,1,'2019-01-14 13:21:55','2019-01-14 13:21:55','<h1>PPL PRS, the music licensing specialists, talk to <em>On-Trade Progress </em>about TheMusicLicence.</h1>\r\nWe all know playing music in a venue can be beneficial to your business, in many cases, it’s vital. Obviously ensuring the sound system is spot on is essential, and your playlist will have been designed with your clientele in mind.\r\n\r\nMusic creates a mood. The music you play can be as much a part of the reason your customers are loyal as your food, drinks or décor, it encourages conversations, that vital connection between your staff and clients.\r\n\r\nIt’s not just your customers who benefit from music being played either, your colleagues will too! Music can add a burst of energy to a team who have been on their feet all day.\r\n\r\n[caption id=\"attachment_3690\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3690\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/audience-868074_640-300x199.jpg\" alt=\"PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential\" width=\"300\" height=\"199\" /> PPL PRS talk to us about TheMusicLicence[/caption]\r\n\r\nNow, imagine your bar or restaurant without that music.  Not quite the same environment is it? A business without music can fall flat, seem lifeless and cold.\r\n\r\nYour equipment and music choices are obviously a crucial element to your operation, but along with this you need to ensure that you are correctly licensed to play that music.\r\n\r\nThere is some confusion between an entertainment licence and a music licence, but with the launch of TheMusicLicence earlier this year PPL PRS hope to ease this confusion and educate business owners on being correctly licensed for the music they play.\r\n<h2>So, first things first…do you need TheMusicLicence to play music in your venue if you have an entertainment licence that allows you to play music?  In short, yes you do and here is why.</h2>\r\nAn entertainment licence is issued by your local authority. It gives you permission to provide entertainment on your premises and may be subject to certain conditions such as time restrictions or the number of people attending.\r\n\r\nTheMusicLicence is issued by PPL PRS and gives you permission to play music which is subject to The Copyright, Designs and Patents Act 1988.  This means that you don’t have to spend your time and energy contacting potentially hundreds of thousands of rightsholders - those people who create music – to get permission to play or perform their music in your business.\r\n\r\nObtaining TheMusicLicence gives you this permission, in relation to the vast majority of commercially available music. This ranges from grassroots and independent artists and composers through to the biggest names in the business.\r\n\r\nSo, hopefully this will help you to distinguish between the two licences required to entertain your customers and guests with music and live events.\r\n\r\nWith TheMusicLicence, playing music in your pub or bar could cost you as little as £1.01 per day*, and you will be safe in the knowledge that you are licensed to play background music via radio and TV which can improve your brand, help your customers to feel welcome and valued and could  also increase staff morale.\r\n\r\nAnd now we are making it even easier for you to buy TheMusicLicence.\r\n\r\nPreviously businesses needed to buy two separate music licences, one from PPL and one from <em>PRS for Music</em>. These two bodies have listened to their customers and formed a new joint venture – PPL PRS Ltd - and created <strong>TheMusicLicence</strong>. What this means for you is that you can now buy and renew your music licence in one place, with one invoice and one contact. Simple!\r\n<h3>For more information visit <a href=\"http://www.pplprs.co.uk\">www.pplprs.co.uk</a></h3>\r\n<ul>\r\n 	<li><strong>Cost example spread across 365 days based on a premises is which 400 sqm, your combined yearly pub and bar music licence could cost around £366 (excluding VAT).</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','PPL PRS - Get to know your licenses','','inherit','closed','closed','','3687-revision-v1','','','2019-01-14 13:21:55','2019-01-14 13:21:55','',3687,'https://www.ontradeprogress.com/2019/01/14/3687-revision-v1/',0,'revision','',0),(3692,1,'2019-01-14 13:23:23','2019-01-14 13:23:23','<h1>PPL PRS, the music licensing specialists, talk to <em>On-Trade Progress </em>about TheMusicLicence.</h1>\r\nWe all know playing music in a venue can be beneficial to your business, in many cases, it’s vital. Obviously ensuring the sound system is spot on is essential, and your playlist will have been designed with your clientele in mind.\r\n\r\nMusic creates a mood. The music you play can be as much a part of the reason your customers are loyal as your food, drinks or décor, it encourages conversations, that vital connection between your staff and clients.\r\n\r\nIt’s not just your customers who benefit from music being played either, your colleagues will too! Music can add a burst of energy to a team who have been on their feet all day.\r\n\r\n[caption id=\"attachment_3690\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3690\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/audience-868074_640-300x199.jpg\" alt=\"PPL PRS - We all know playing music in a venue can be beneficial to your business. Not only ensuring the sound system is spot on is essential\" width=\"300\" height=\"199\" /> PPL PRS talk to us about TheMusicLicence[/caption]\r\n\r\nNow, imagine your bar or restaurant without that music.  Not quite the same environment is it? A business without music can fall flat, seem lifeless and cold.\r\n\r\nYour equipment and music choices are obviously a crucial element to your operation, but along with this you need to ensure that you are correctly licensed to play that music.\r\n\r\nThere is some confusion between an entertainment licence and a music licence, but with the launch of TheMusicLicence earlier this year PPL PRS hope to ease this confusion and educate business owners on being correctly licensed for the music they play.\r\n<h2>So, first things first…do you need TheMusicLicence to play music in your venue if you have an entertainment licence that allows you to play music?  In short, yes you do and here is why.</h2>\r\nAn entertainment licence is issued by your local authority. It gives you permission to provide entertainment on your premises and may be subject to certain conditions such as time restrictions or the number of people attending.\r\n\r\nTheMusicLicence is issued by PPL PRS and gives you permission to play music which is subject to The Copyright, Designs and Patents Act 1988.  This means that you don’t have to spend your time and energy contacting potentially hundreds of thousands of rightsholders - those people who create music – to get permission to play or perform their music in your business.\r\n\r\nObtaining TheMusicLicence gives you this permission, in relation to the vast majority of commercially available music. This ranges from grassroots and independent artists and composers through to the biggest names in the business.\r\n\r\nSo, hopefully, this will help you to distinguish between the two licences required to entertain your customers and guests with music and live events.\r\n\r\nWith TheMusicLicence, playing music in your pub or bar could cost you as little as £1.01 per day*, and you will be safe in the knowledge that you are licensed to play background music via radio and TV which can improve your brand, help your customers to feel welcome and valued and could  also increase staff morale.\r\n\r\nAnd now we are making it even easier for you to buy TheMusicLicence.\r\n\r\nPreviously businesses needed to buy two separate music licences, one from PPL and one from <em>PRS for Music</em>. These two bodies have listened to their customers and formed a new joint venture – PPL PRS Ltd - and created <strong>TheMusicLicence</strong>. What this means for you is that you can now buy and renew your music licence in one place, with one invoice and one contact. Simple!\r\n<h3>For more information visit <a href=\"http://www.pplprs.co.uk\">www.pplprs.co.uk</a></h3>\r\n<ul>\r\n 	<li><strong>Cost example spread across 365 days based on a premises is which 400 sqm, your combined yearly pub and bar music licence could cost around £366 (excluding VAT).</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\">The last yard... Pump to punter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/\">BII Licensee of the Year 2019 competition launches</a></li>\r\n</ul>','PPL PRS - Get to know your licenses','','inherit','closed','closed','','3687-revision-v1','','','2019-01-14 13:23:23','2019-01-14 13:23:23','',3687,'https://www.ontradeprogress.com/2019/01/14/3687-revision-v1/',0,'revision','',0),(3693,1,'2019-01-14 13:42:50','2019-01-14 13:42:50','<h1><em>On-Trade Progress </em>explores products from SCT &amp; SCT, the premium bar <a href=\"https://sct-sct.com/\" target=\"_blank\" rel=\"noopener\">snack brand</a>, to discover what you should be serving your customers this season.</h1>\r\nWith so many products on the market today, it tastes bar snacks of great substance, taste and quality to emerge triumphant. SCT &amp; SCT establishes itself as the clear leader of its field, by combining all of these and more. Its ‘Proper by SCT’ range offers a selection of Proper Pork Crackling, Fabulous Fudge and Delectable Nuts.\r\n<h2>Proper Pork Scratching</h2>\r\nSitting down with the <em>On-Trade Progress </em>panel, we all agreed it seems impossible to find a pork scratching that is both rich, crunchy and not oily. However, after trying SCT’s Proper Pork Scratching, we found that it surpassed all expectations. Look no further. This is the perfect pork scratching.\r\n\r\nSome of our favourite flavours were the Extreme Naga Chilli, Sage and Onion, and of course, the Classic Salted.\r\n\r\n“This is an absolutely delicious scratching, some are a bit too hard to bite on, if you know what I mean? But the texture on these are simply perfect!”\r\n\r\nAvailable flavours include: Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.\r\n<h3>Fabulous Fudge</h3>\r\nThis is the perfect time of year to stock up on fudge; as the Christmas and winter months approach, bars and restaurants can be serving festive and delicious snacks to customers. One such offering is fudge; a firm favourite this time of year up and down the country. This sugary snack is gluten-free and perfect for a family-focused offering.\r\n\r\nSome of our favourite flavours were the Belgian Choc, Ginger and Sea Salt and Caramel.\r\n\r\n“This is so good, I hope how it just crumbles and melts away on the tongue; that is proper fudge!”\r\n\r\nAvailable flavours include: Bailey’s &amp; White Choc, Strawberry &amp; Cream, Sea Salt &amp; Caramel, Vanilla Choc, Vanilla, Scottish Tablet, Mint Choc, Millionaire, Ginger, Gin &amp; Lime, Fudge Ice, Creamy, Coffee &amp; Cream, Coconut Ice, Choc Orange, Caramel Slice, Butterscotch, Belgian Choc, Banana Choc and Rum &amp; Raisin.\r\n<h3>Delectable Nuts</h3>\r\nNuts make a fabulous addition to any pub or bar offering; with a range of nuts on offer, picking the best ones for your establishment is key. SCT’s range of Delectable Nuts has something for everyone in this standout range. They offer nuts including walnuts, almonds, peanuts and everyone’s pub favourite, cashews.\r\n\r\nSome of our favourites were the Extreme Naga Chilli Lovely Walnuts, Sea Salt Peanuts and BBQ Almonds.\r\n\r\n“I’m a huge fan of nuts, so to see so many potential mix and match flavour and nut combos is awesome; they’re all so tantalising, I just don’t know which one to choose!”\r\n\r\n<strong>Available flavours include</strong>:<strong> Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\" target=\"_blank\" rel=\"noopener\">PPL PRS - Get to know your licenses</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\" target=\"_blank\" rel=\"noopener\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\" target=\"_blank\" rel=\"noopener\">The last yard... Pump to punter</a></li>\r\n</ul>','Quality first with SCT & SCT','','publish','closed','open','','sct-sct-bar-snacks-quality-first','','https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\nhttps://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/','2019-01-14 14:08:48','2019-01-14 14:08:48','',0,'https://www.ontradeprogress.com/?p=3693',0,'post','',0),(3694,1,'2019-01-14 13:38:52','2019-01-14 13:38:52','','SCT','With many products on the market today, taste and quality will emerge triumphant. SCT & SCT establishes itself as the clear leader of its field','inherit','closed','closed','','christmas-market-2948673_1280','','','2019-01-14 13:39:35','2019-01-14 13:39:35','',3693,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/christmas-market-2948673_1280.jpg',0,'attachment','image/jpeg',0),(3695,1,'2019-01-14 13:39:47','2019-01-14 13:39:47','<h1><em>On-Trade Progress </em>explores products from SCT &amp; SCT, the premium bar <a href=\"https://sct-sct.com/\" target=\"_blank\" rel=\"noopener\">snack brand</a>, to discover what you should be serving your customers this season.</h1>\r\nWith so many products on the market today, it tastes bar snacks of great substance, taste and quality to emerge triumphant. SCT &amp; SCT establishes itself as the clear leader of its field, by combining all of these and more. Its ‘Proper by SCT’ range offers a selection of Proper Pork Crackling, Fabulous Fudge and Delectable Nuts.\r\n<h2>Proper Pork Scratching</h2>\r\nSitting down with the <em>On-Trade Progress </em>panel, we all agreed it seems impossible to find a pork scratching that is both rich, crunchy and not oily. However, after trying SCT’s Proper Pork Scratching, we found that it surpassed all expectations. Look no further. This is the perfect pork scratching.\r\n\r\nSome of our favourite flavours were the Extreme Naga Chilli, Sage and Onion, and of course, the Classic Salted.\r\n\r\n“This is an absolutely delicious scratching, some are a bit too hard to bite on, if you know what I mean? But the texture on these are simply perfect!”\r\n\r\nAvailable flavours include: Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.\r\n<h3>Fabulous Fudge</h3>\r\nThis is the perfect time of year to stock up on fudge; as the Christmas and winter months approach, bars and restaurants can be serving festive and delicious snacks to customers. One such offering is fudge; a firm favourite this time of year up and down the country. This sugary snack is gluten-free and perfect for a family-focused offering.\r\n\r\nSome of our favourite flavours were the Belgian Choc, Ginger and Sea Salt and Caramel.\r\n\r\n“This is so good, I hope how it just crumbles and melts away on the tongue; that is proper fudge!”\r\n\r\nAvailable flavours include: Bailey’s &amp; White Choc, Strawberry &amp; Cream, Sea Salt &amp; Caramel, Vanilla Choc, Vanilla, Scottish Tablet, Mint Choc, Millionaire, Ginger, Gin &amp; Lime, Fudge Ice, Creamy, Coffee &amp; Cream, Coconut Ice, Choc Orange, Caramel Slice, Butterscotch, Belgian Choc, Banana Choc and Rum &amp; Raisin.\r\n<h3>Delectable Nuts</h3>\r\nNuts make a fabulous edition to any pub or bar offering; with a range of nuts on offer, picking the best ones for your establishment is key. SCT’s range of Delectable Nuts have something for everyone in this stand out range. They offer nuts including walnuts, almonds, peanuts and everyone’s pub favourite, cashews.\r\n\r\nSome of our favourites were the Extreme Naga Chilli Lovely Walnuts, Sea Salt Peanuts and BBQ Almonds.\r\n\r\n“I’m a huge fan of nuts, so to see so many potential mix and match flavour and nut combos is awesome; they’re all so tantalising, I just don’t know which one to choose!”\r\n\r\n<strong>Available flavours include</strong>:<strong> Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.</strong>','Quality first','','inherit','closed','closed','','3693-revision-v1','','','2019-01-14 13:39:47','2019-01-14 13:39:47','',3693,'https://www.ontradeprogress.com/2019/01/14/3693-revision-v1/',0,'revision','',0),(3696,1,'2019-01-14 13:42:27','2019-01-14 13:42:27','<h1><em>On-Trade Progress </em>explores products from SCT &amp; SCT, the premium bar <a href=\"https://sct-sct.com/\" target=\"_blank\" rel=\"noopener\">snack brand</a>, to discover what you should be serving your customers this season.</h1>\r\nWith so many products on the market today, it tastes bar snacks of great substance, taste and quality to emerge triumphant. SCT &amp; SCT establishes itself as the clear leader of its field, by combining all of these and more. Its ‘Proper by SCT’ range offers a selection of Proper Pork Crackling, Fabulous Fudge and Delectable Nuts.\r\n<h2>Proper Pork Scratching</h2>\r\nSitting down with the <em>On-Trade Progress </em>panel, we all agreed it seems impossible to find a pork scratching that is both rich, crunchy and not oily. However, after trying SCT’s Proper Pork Scratching, we found that it surpassed all expectations. Look no further. This is the perfect pork scratching.\r\n\r\nSome of our favourite flavours were the Extreme Naga Chilli, Sage and Onion, and of course, the Classic Salted.\r\n\r\n“This is an absolutely delicious scratching, some are a bit too hard to bite on, if you know what I mean? But the texture on these are simply perfect!”\r\n\r\nAvailable flavours include: Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.\r\n<h3>Fabulous Fudge</h3>\r\nThis is the perfect time of year to stock up on fudge; as the Christmas and winter months approach, bars and restaurants can be serving festive and delicious snacks to customers. One such offering is fudge; a firm favourite this time of year up and down the country. This sugary snack is gluten-free and perfect for a family-focused offering.\r\n\r\nSome of our favourite flavours were the Belgian Choc, Ginger and Sea Salt and Caramel.\r\n\r\n“This is so good, I hope how it just crumbles and melts away on the tongue; that is proper fudge!”\r\n\r\nAvailable flavours include: Bailey’s &amp; White Choc, Strawberry &amp; Cream, Sea Salt &amp; Caramel, Vanilla Choc, Vanilla, Scottish Tablet, Mint Choc, Millionaire, Ginger, Gin &amp; Lime, Fudge Ice, Creamy, Coffee &amp; Cream, Coconut Ice, Choc Orange, Caramel Slice, Butterscotch, Belgian Choc, Banana Choc and Rum &amp; Raisin.\r\n<h3>Delectable Nuts</h3>\r\nNuts make a fabulous addition to any pub or bar offering; with a range of nuts on offer, picking the best ones for your establishment is key. SCT’s range of Delectable Nuts has something for everyone in this standout range. They offer nuts including walnuts, almonds, peanuts and everyone’s pub favourite, cashews.\r\n\r\nSome of our favourites were the Extreme Naga Chilli Lovely Walnuts, Sea Salt Peanuts and BBQ Almonds.\r\n\r\n“I’m a huge fan of nuts, so to see so many potential mix and match flavour and nut combos is awesome; they’re all so tantalising, I just don’t know which one to choose!”\r\n\r\n<strong>Available flavours include</strong>:<strong> Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\" target=\"_blank\" rel=\"noopener\">PPL PRS - Get to know your licenses</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\" target=\"_blank\" rel=\"noopener\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\" target=\"_blank\" rel=\"noopener\">The last yard... Pump to punter</a></li>\r\n</ul>','Quality first','','inherit','closed','closed','','3693-revision-v1','','','2019-01-14 13:42:27','2019-01-14 13:42:27','',3693,'https://www.ontradeprogress.com/2019/01/14/3693-revision-v1/',0,'revision','',0),(3697,1,'2019-01-14 14:02:32','2019-01-14 14:02:32','<h1>Nanu Soda chats to <em>On-Trade Progress </em>about its latest project and advice for the industry.</h1>\r\nNanu Soda, the architecture and interior design service <a href=\"http://www.nanusoda.co.uk/\" target=\"_blank\" rel=\"noopener\">specialist</a>, offer assistance on any type of project. By supplying bespoke interior design for leisure and hospitality spaces, including pubs, clubs, bars, hotels and office design nationwide, they are one of the leading design services for our industry.\r\n\r\nHaving recently worked with Punch Pub Group to design their latest office space, Kim Crowther, interior design and marketing manager at Nanu Soda, explains her brief. She says: “Earlier in the year punch asked us to redesign their cafeteria and to come up with a brand new concept for a training suite and development kitchen at their Head Office in Burton Upon Trent. We delivered the scheme from initial concept, design and also project managed the build through to competition.”\r\n<h2>Following the delivery of another successful project, Crowther offers this advice to hospitality professionals looking to rethink their venue space.</h2>\r\n“Appoint a designer you like and can work with,” she says. “You spend a lot of time together and it is important you can be honest with each other throughout the project, this way good working relationships are established.”\r\n\r\n<strong>For more information on Nanu Soda, visit <a href=\"http://www.nanusoda.co.uk\">www.nanusoda.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality First with SCT &amp; SCT</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\">PPL PRS - Get to know your licenses</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\">Is bean-to-cup the future?</a></li>\r\n</ul>','Great concepts from Nanu Soda','','publish','closed','open','','nanu-soda-great-concepts','','\nhttps://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/','2019-01-14 14:07:37','2019-01-14 14:07:37','',0,'https://www.ontradeprogress.com/?p=3697',0,'post','',0),(3698,1,'2019-01-14 13:56:45','2019-01-14 13:56:45','','Nanu Soda','Nanu Soda, the architecture & interior design specialist, offers help on any type of project. By supplying bespoke interior design for hospitality spaces','inherit','closed','closed','','shutterstock_519191488','','','2019-01-14 13:58:16','2019-01-14 13:58:16','',3697,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_519191488.jpg',0,'attachment','image/jpeg',0),(3699,1,'2019-01-14 14:01:57','2019-01-14 14:01:57','<h1>Nanu Soda chats to <em>On-Trade Progress </em>about its latest project and advice for the industry.</h1>\r\nNanu Soda, the architecture and interior design service <a href=\"http://www.nanusoda.co.uk/\" target=\"_blank\" rel=\"noopener\">specialist</a>, offer assistance on any type of project. By supplying bespoke interior design for leisure and hospitality spaces, including pubs, clubs, bars, hotels and office design nationwide, they are one of the leading design services for our industry.\r\n\r\nHaving recently worked with Punch Pub Group to design their latest office space, Kim Crowther, interior design and marketing manager at Nanu Soda, explains her brief. She says: “Earlier in the year punch asked us to redesign their cafeteria and to come up with a brand new concept for a training suite and development kitchen at their Head Office in Burton Upon Trent. We delivered the scheme from initial concept, design and also project managed the build through to competition.”\r\n<h2>Following the delivery of another successful project, Crowther offers this advice to hospitality professionals looking to rethink their venue space.</h2>\r\n“Appoint a designer you like and can work with,” she says. “You spend a lot of time together and it is important you can be honest with each other throughout the project, this way good working relationships are established.”\r\n\r\n<strong>For more information on Nanu Soda, visit <a href=\"http://www.nanusoda.co.uk\">www.nanusoda.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality First with SCT &amp; SCT</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\">PPL PRS - Get to know your licenses</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\">Is bean-to-cup the future?</a></li>\r\n</ul>','Great concepts from Nanu Soda','','inherit','closed','closed','','3697-revision-v1','','','2019-01-14 14:01:57','2019-01-14 14:01:57','',3697,'https://www.ontradeprogress.com/2019/01/14/3697-revision-v1/',0,'revision','',0),(3700,1,'2019-01-14 14:08:48','2019-01-14 14:08:48','<h1><em>On-Trade Progress </em>explores products from SCT &amp; SCT, the premium bar <a href=\"https://sct-sct.com/\" target=\"_blank\" rel=\"noopener\">snack brand</a>, to discover what you should be serving your customers this season.</h1>\r\nWith so many products on the market today, it tastes bar snacks of great substance, taste and quality to emerge triumphant. SCT &amp; SCT establishes itself as the clear leader of its field, by combining all of these and more. Its ‘Proper by SCT’ range offers a selection of Proper Pork Crackling, Fabulous Fudge and Delectable Nuts.\r\n<h2>Proper Pork Scratching</h2>\r\nSitting down with the <em>On-Trade Progress </em>panel, we all agreed it seems impossible to find a pork scratching that is both rich, crunchy and not oily. However, after trying SCT’s Proper Pork Scratching, we found that it surpassed all expectations. Look no further. This is the perfect pork scratching.\r\n\r\nSome of our favourite flavours were the Extreme Naga Chilli, Sage and Onion, and of course, the Classic Salted.\r\n\r\n“This is an absolutely delicious scratching, some are a bit too hard to bite on, if you know what I mean? But the texture on these are simply perfect!”\r\n\r\nAvailable flavours include: Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.\r\n<h3>Fabulous Fudge</h3>\r\nThis is the perfect time of year to stock up on fudge; as the Christmas and winter months approach, bars and restaurants can be serving festive and delicious snacks to customers. One such offering is fudge; a firm favourite this time of year up and down the country. This sugary snack is gluten-free and perfect for a family-focused offering.\r\n\r\nSome of our favourite flavours were the Belgian Choc, Ginger and Sea Salt and Caramel.\r\n\r\n“This is so good, I hope how it just crumbles and melts away on the tongue; that is proper fudge!”\r\n\r\nAvailable flavours include: Bailey’s &amp; White Choc, Strawberry &amp; Cream, Sea Salt &amp; Caramel, Vanilla Choc, Vanilla, Scottish Tablet, Mint Choc, Millionaire, Ginger, Gin &amp; Lime, Fudge Ice, Creamy, Coffee &amp; Cream, Coconut Ice, Choc Orange, Caramel Slice, Butterscotch, Belgian Choc, Banana Choc and Rum &amp; Raisin.\r\n<h3>Delectable Nuts</h3>\r\nNuts make a fabulous addition to any pub or bar offering; with a range of nuts on offer, picking the best ones for your establishment is key. SCT’s range of Delectable Nuts has something for everyone in this standout range. They offer nuts including walnuts, almonds, peanuts and everyone’s pub favourite, cashews.\r\n\r\nSome of our favourites were the Extreme Naga Chilli Lovely Walnuts, Sea Salt Peanuts and BBQ Almonds.\r\n\r\n“I’m a huge fan of nuts, so to see so many potential mix and match flavour and nut combos is awesome; they’re all so tantalising, I just don’t know which one to choose!”\r\n\r\n<strong>Available flavours include</strong>:<strong> Sweet Chilli, Extreme Naga Chilli, Garlic, Classic Salted, Chorizo, Salt and Pepper, Sage and Onion, BBQ and Salt and Vinegar.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\" target=\"_blank\" rel=\"noopener\">PPL PRS - Get to know your licenses</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/\" target=\"_blank\" rel=\"noopener\">Is bean-to-cup the future?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/\" target=\"_blank\" rel=\"noopener\">The last yard... Pump to punter</a></li>\r\n</ul>','Quality first with SCT & SCT','','inherit','closed','closed','','3693-revision-v1','','','2019-01-14 14:08:48','2019-01-14 14:08:48','',3693,'https://www.ontradeprogress.com/2019/01/14/3693-revision-v1/',0,'revision','',0),(3701,1,'2019-01-14 14:53:57','2019-01-14 14:53:57','<h1>Heineken <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">UK</a> recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM), with the aim of increasing footfall and spend in outlets nationwide. In the 6 weeks following launch, the campaign helped sell an additional 95 pints per outlet.</h1>\r\nLaunched in June as a trial, HEINEKEN looked to utilise the latest DDM tools and techniques to drive more consumers in to on trade outlets. By promoting the availability of refreshing cold pints of Amstel, Foster’s and Strongbow on social media, digital and outdoor advertising, HEINEKEN was able to direct more consumers into Star Pubs &amp; Bars outlets.\r\n<ul>\r\n 	<li>HEINEKEN successfully trialled a new data-driven marketing (DDM) campaign, supporting customers from its Star Pubs &amp; Bars estate with geo-targeted digital media</li>\r\n 	<li>The campaign involved 1,325 outlets that received different communications across social, display and digital outdoor advertising, promoting brands such as Amstel, Foster’s and Strongbow</li>\r\n 	<li>The pilot resulted in over 125,000 pints sold, equating to £370k in additional sales in the test pubs. For every £1 of media spend, the campaign delivered an additional £5.70 in sales and reached 4M UK consumers.</li>\r\n</ul>\r\nAs the UK’s second largest pub company, Star Pubs &amp; Bars has full nationwide coverage to engage with customers outside and arounds its outlets. Both the large footprint and customer engagement opportunity enable HEINEKEN to test, learn and scale fast in an estate that has 600,000 consumers visiting per week. As a result this provides access to a wealth of data, both on the pubs themselves and the consumers who visit them.\r\n\r\n[caption id=\"attachment_3704\" align=\"alignright\" width=\"158\"]<img class=\"size-medium wp-image-3704\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/DDM-image-158x300.png\" alt=\"\" width=\"158\" height=\"300\" /> Heineken UK recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)[/caption]\r\n\r\nThree different levels of DDM were used as part of the trial, tailored to enable relevant communications and incentives. These levels ranged from age, gender and broader location targeting, to postcode based targeting and amending copy lines based on the closest pub. Interestingly, the most successful test results came from the broader location targeting. HEINEKEN plan to build on these learnings and continue to execute footfall driving initiatives in 2019.\r\n\r\n<strong>Marc Dalla-Riva owner of Th Blacksmith &amp; The Toffeemaker, London discusses the impact this campaign has had on his pub; </strong><em>“HEINEKEN UK has helped support my business with this innovative digital activation, utilising its data and the latest tools across social media. As a result of their support, we noticed a significant increase in passing trade and spend. Some customers even referred to seeing an advert on Facebook for a refreshing pint of Foster’s at our pub, so it’s great to see first-hand that these campaigns are influencing our customers. Our sales in summer were notably better and we’re excited to be a part of any future campaigns.”</em>\r\n\r\n<strong>Star Pubs &amp; Bars’ managing director Lawson Mountstevens, explains the reasoning behind the campaign; </strong><em>“As the UK’s leading pub, beer and cider business, with over 2,900 outlets nationwide, HEINEKEN has a tremendous footprint across the country with 27m consumers never further than 3 miles from a Star Pub &amp; Bar. In fact, we identified that over 4m Brits live within a 15 minute walk from their closest HEINEKEN pub, this pool of engaged consumers were our target for this DDM campaign.</em>\r\n\r\n<em>Encouraging more consumers in to our customers’ outlets, with prompts across social media and digital has proved hugely successful and is part of our strategy of Growing Together, supporting both ours and our customers’ businesses. The results of this pilot campaign has been incredibly positive and as a result we will be looking to roll out more campaigns, with more of our customers in the year ahead.”</em>\r\n\r\nDigital marketing is becoming an increasingly essential tool for the UK on-trade and is a key priority for HEINEKEN UK. It forms just one part of HEINEKEN’s biggest piece of category research ever undertaken, <strong>The Greenpaper</strong>, made up of over 100 pieces of qualitative and quantitative research, predicting a boost to the UK On-trade of over £1bn by 2021.\r\n\r\nThe research uncovered six main areas of opportunity in which HEINEKEN can work with customers to grow their businesses and the category as a whole – one such driver is <em>My Generation </em>that looks to utilise the latest advancements in digital and social media, to encourage the online generation to visit the on trade more often.\r\n\r\n<strong>Following this successful pilot, HEINEKEN will invest £1m next year with plans to roll further DDM campaigns out across both its Star Pubs &amp; Bars portfolio and its wider SmartDispense customers. For more information on how your outlet can be involved, please contact your HEINEKEN sales representative.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\">PPL PRS - Get to know your licenses</a></li>\r\n</ul>','Heineken geo-targeting campaign proves profitable for pubs','','publish','closed','open','','heineken-campaign-profitable-pubs','','','2019-01-14 14:53:57','2019-01-14 14:53:57','',0,'https://www.ontradeprogress.com/?p=3701',0,'post','',0),(3702,1,'2019-01-14 14:43:30','2019-01-14 14:43:30','','HydroHeineken_6','Heineken UK recently collaborated with its Star Pubs & Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)','inherit','closed','closed','','hydroheineken_6','','','2019-01-14 14:44:44','2019-01-14 14:44:44','',3701,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/HydroHeineken_6.jpg',0,'attachment','image/jpeg',0),(3703,1,'2019-01-14 14:45:57','2019-01-14 14:45:57','<h1>Heineken UK recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM), with the aim of increasing footfall and spend in outlets nationwide. In the 6 weeks following launch, the campaign helped sell an additional 95 pints per outlet.</h1>\r\nLaunched in June as a trial, HEINEKEN looked to utilise the latest DDM tools and techniques to drive more consumers in to on trade outlets. By promoting the availability of refreshing cold pints of Amstel, Foster’s and Strongbow on social media, digital and outdoor advertising, HEINEKEN was able to direct more consumers into Star Pubs &amp; Bars outlets.\r\n<ul>\r\n 	<li>HEINEKEN successfully trialled a new data-driven marketing (DDM) campaign, supporting customers from its Star Pubs &amp; Bars estate with geo-targeted digital media</li>\r\n 	<li>The campaign involved 1,325 outlets that received different communications across social, display and digital outdoor advertising, promoting brands such as Amstel, Foster’s and Strongbow</li>\r\n 	<li>The pilot resulted in over 125,000 pints sold, equating to £370k in additional sales in the test pubs. For every £1 of media spend, the campaign delivered an additional £5.70 in sales and reached 4M UK consumers.</li>\r\n</ul>\r\nAs the UK’s second largest pub company, Star Pubs &amp; Bars has full nationwide coverage to engage with customers outside and arounds its outlets. Both the large footprint and customer engagement opportunity enable HEINEKEN to test, learn and scale fast in an estate that has 600,000 consumers visiting per week. As a result this provides access to a wealth of data, both on the pubs themselves and the consumers who visit them.\r\n\r\nThree different levels of DDM were used as part of the trial, tailored to enable relevant communications and incentives. These levels ranged from age, gender and broader location targeting, to postcode based targeting and amending copy lines based on the closest pub. Interestingly, the most successful test results came from the broader location targeting. HEINEKEN plan to build on these learnings and continue to execute footfall driving initiatives in 2019.\r\n\r\n<strong>Marc Dalla-Riva owner of Th Blacksmith &amp; The Toffeemaker, London discusses the impact this campaign has had on his pub; </strong><em>“HEINEKEN UK has helped support my business with this innovative digital activation, utilising its data and the latest tools across social media. As a result of their support, we noticed a significant increase in passing trade and spend. Some customers even referred to seeing an advert on Facebook for a refreshing pint of Foster’s at our pub, so it’s great to see first-hand that these campaigns are influencing our customers. Our sales in summer were notably better and we’re excited to be a part of any future campaigns.”</em>\r\n\r\n<strong>Star Pubs &amp; Bars’ managing director Lawson Mountstevens, explains the reasoning behind the campaign; </strong><em>“As the UK’s leading pub, beer and cider business, with over 2,900 outlets nationwide, HEINEKEN has a tremendous footprint across the country with 27m consumers never further than 3 miles from a Star Pub &amp; Bar. In fact, we identified that over 4m Brits live within a 15 minute walk from their closest HEINEKEN pub, this pool of engaged consumers were our target for this DDM campaign.</em>\r\n\r\n<em>Encouraging more consumers in to our customers’ outlets, with prompts across social media and digital has proved hugely successful and is part of our strategy of Growing Together, supporting both ours and our customers’ businesses. The results of this pilot campaign has been incredibly positive and as a result we will be looking to roll out more campaigns, with more of our customers in the year ahead.”</em>\r\n\r\nDigital marketing is becoming an increasingly essential tool for the UK on-trade and is a key priority for HEINEKEN UK. It forms just one part of HEINEKEN’s biggest piece of category research ever undertaken, <strong>The Greenpaper</strong>, made up of over 100 pieces of qualitative and quantitative research, predicting a boost to the UK On-trade of over £1bn by 2021.\r\n\r\nThe research uncovered six main areas of opportunity in which HEINEKEN can work with customers to grow their businesses and the category as a whole – one such driver is <em>My Generation </em>that looks to utilise the latest advancements in digital and social media, to encourage the online generation to visit the on trade more often.\r\n\r\n<strong>Following this successful pilot, HEINEKEN will invest £1m next year with plans to roll further DDM campaigns out across both its Star Pubs &amp; Bars portfolio and its wider SmartDispense customers. For more information on how your outlet can be involved, please contact your HEINEKEN sales representative.</strong>','Heineken geo-targeting campaign proves profitable for pubs','','inherit','closed','closed','','3701-revision-v1','','','2019-01-14 14:45:57','2019-01-14 14:45:57','',3701,'https://www.ontradeprogress.com/2019/01/14/3701-revision-v1/',0,'revision','',0),(3704,1,'2019-01-14 14:46:24','2019-01-14 14:46:24','','DDM','Heineken UK recently collaborated with its Star Pubs & Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)','inherit','closed','closed','','ddm-image','','','2019-01-14 14:47:11','2019-01-14 14:47:11','',3701,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/DDM-image.png',0,'attachment','image/png',0),(3705,1,'2019-01-14 14:47:49','2019-01-14 14:47:49','<h1>Heineken <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">UK</a> recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM), with the aim of increasing footfall and spend in outlets nationwide. In the 6 weeks following launch, the campaign helped sell an additional 95 pints per outlet.</h1>\r\nLaunched in June as a trial, HEINEKEN looked to utilise the latest DDM tools and techniques to drive more consumers in to on trade outlets. By promoting the availability of refreshing cold pints of Amstel, Foster’s and Strongbow on social media, digital and outdoor advertising, HEINEKEN was able to direct more consumers into Star Pubs &amp; Bars outlets.\r\n<ul>\r\n 	<li>HEINEKEN successfully trialled a new data-driven marketing (DDM) campaign, supporting customers from its Star Pubs &amp; Bars estate with geo-targeted digital media</li>\r\n 	<li>The campaign involved 1,325 outlets that received different communications across social, display and digital outdoor advertising, promoting brands such as Amstel, Foster’s and Strongbow</li>\r\n 	<li>The pilot resulted in over 125,000 pints sold, equating to £370k in additional sales in the test pubs. For every £1 of media spend, the campaign delivered an additional £5.70 in sales and reached 4M UK consumers.</li>\r\n</ul>\r\nAs the UK’s second largest pub company, Star Pubs &amp; Bars has full nationwide coverage to engage with customers outside and arounds its outlets. Both the large footprint and customer engagement opportunity enable HEINEKEN to test, learn and scale fast in an estate that has 600,000 consumers visiting per week. As a result this provides access to a wealth of data, both on the pubs themselves and the consumers who visit them.\r\n\r\n[caption id=\"attachment_3704\" align=\"alignright\" width=\"158\"]<img class=\"size-medium wp-image-3704\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/DDM-image-158x300.png\" alt=\"\" width=\"158\" height=\"300\" /> Heineken UK recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)[/caption]\r\n\r\nThree different levels of DDM were used as part of the trial, tailored to enable relevant communications and incentives. These levels ranged from age, gender and broader location targeting, to postcode based targeting and amending copy lines based on the closest pub. Interestingly, the most successful test results came from the broader location targeting. HEINEKEN plan to build on these learnings and continue to execute footfall driving initiatives in 2019.\r\n\r\n<strong>Marc Dalla-Riva owner of Th Blacksmith &amp; The Toffeemaker, London discusses the impact this campaign has had on his pub; </strong><em>“HEINEKEN UK has helped support my business with this innovative digital activation, utilising its data and the latest tools across social media. As a result of their support, we noticed a significant increase in passing trade and spend. Some customers even referred to seeing an advert on Facebook for a refreshing pint of Foster’s at our pub, so it’s great to see first-hand that these campaigns are influencing our customers. Our sales in summer were notably better and we’re excited to be a part of any future campaigns.”</em>\r\n\r\n<strong>Star Pubs &amp; Bars’ managing director Lawson Mountstevens, explains the reasoning behind the campaign; </strong><em>“As the UK’s leading pub, beer and cider business, with over 2,900 outlets nationwide, HEINEKEN has a tremendous footprint across the country with 27m consumers never further than 3 miles from a Star Pub &amp; Bar. In fact, we identified that over 4m Brits live within a 15 minute walk from their closest HEINEKEN pub, this pool of engaged consumers were our target for this DDM campaign.</em>\r\n\r\n<em>Encouraging more consumers in to our customers’ outlets, with prompts across social media and digital has proved hugely successful and is part of our strategy of Growing Together, supporting both ours and our customers’ businesses. The results of this pilot campaign has been incredibly positive and as a result we will be looking to roll out more campaigns, with more of our customers in the year ahead.”</em>\r\n\r\nDigital marketing is becoming an increasingly essential tool for the UK on-trade and is a key priority for HEINEKEN UK. It forms just one part of HEINEKEN’s biggest piece of category research ever undertaken, <strong>The Greenpaper</strong>, made up of over 100 pieces of qualitative and quantitative research, predicting a boost to the UK On-trade of over £1bn by 2021.\r\n\r\nThe research uncovered six main areas of opportunity in which HEINEKEN can work with customers to grow their businesses and the category as a whole – one such driver is <em>My Generation </em>that looks to utilise the latest advancements in digital and social media, to encourage the online generation to visit the on trade more often.\r\n\r\n<strong>Following this successful pilot, HEINEKEN will invest £1m next year with plans to roll further DDM campaigns out across both its Star Pubs &amp; Bars portfolio and its wider SmartDispense customers. For more information on how your outlet can be involved, please contact your HEINEKEN sales representative.</strong>','Heineken geo-targeting campaign proves profitable for pubs','','inherit','closed','closed','','3701-revision-v1','','','2019-01-14 14:47:49','2019-01-14 14:47:49','',3701,'https://www.ontradeprogress.com/2019/01/14/3701-revision-v1/',0,'revision','',0),(3706,1,'2019-01-14 14:53:57','2019-01-14 14:53:57','<h1>Heineken <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">UK</a> recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM), with the aim of increasing footfall and spend in outlets nationwide. In the 6 weeks following launch, the campaign helped sell an additional 95 pints per outlet.</h1>\r\nLaunched in June as a trial, HEINEKEN looked to utilise the latest DDM tools and techniques to drive more consumers in to on trade outlets. By promoting the availability of refreshing cold pints of Amstel, Foster’s and Strongbow on social media, digital and outdoor advertising, HEINEKEN was able to direct more consumers into Star Pubs &amp; Bars outlets.\r\n<ul>\r\n 	<li>HEINEKEN successfully trialled a new data-driven marketing (DDM) campaign, supporting customers from its Star Pubs &amp; Bars estate with geo-targeted digital media</li>\r\n 	<li>The campaign involved 1,325 outlets that received different communications across social, display and digital outdoor advertising, promoting brands such as Amstel, Foster’s and Strongbow</li>\r\n 	<li>The pilot resulted in over 125,000 pints sold, equating to £370k in additional sales in the test pubs. For every £1 of media spend, the campaign delivered an additional £5.70 in sales and reached 4M UK consumers.</li>\r\n</ul>\r\nAs the UK’s second largest pub company, Star Pubs &amp; Bars has full nationwide coverage to engage with customers outside and arounds its outlets. Both the large footprint and customer engagement opportunity enable HEINEKEN to test, learn and scale fast in an estate that has 600,000 consumers visiting per week. As a result this provides access to a wealth of data, both on the pubs themselves and the consumers who visit them.\r\n\r\n[caption id=\"attachment_3704\" align=\"alignright\" width=\"158\"]<img class=\"size-medium wp-image-3704\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/DDM-image-158x300.png\" alt=\"\" width=\"158\" height=\"300\" /> Heineken UK recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)[/caption]\r\n\r\nThree different levels of DDM were used as part of the trial, tailored to enable relevant communications and incentives. These levels ranged from age, gender and broader location targeting, to postcode based targeting and amending copy lines based on the closest pub. Interestingly, the most successful test results came from the broader location targeting. HEINEKEN plan to build on these learnings and continue to execute footfall driving initiatives in 2019.\r\n\r\n<strong>Marc Dalla-Riva owner of Th Blacksmith &amp; The Toffeemaker, London discusses the impact this campaign has had on his pub; </strong><em>“HEINEKEN UK has helped support my business with this innovative digital activation, utilising its data and the latest tools across social media. As a result of their support, we noticed a significant increase in passing trade and spend. Some customers even referred to seeing an advert on Facebook for a refreshing pint of Foster’s at our pub, so it’s great to see first-hand that these campaigns are influencing our customers. Our sales in summer were notably better and we’re excited to be a part of any future campaigns.”</em>\r\n\r\n<strong>Star Pubs &amp; Bars’ managing director Lawson Mountstevens, explains the reasoning behind the campaign; </strong><em>“As the UK’s leading pub, beer and cider business, with over 2,900 outlets nationwide, HEINEKEN has a tremendous footprint across the country with 27m consumers never further than 3 miles from a Star Pub &amp; Bar. In fact, we identified that over 4m Brits live within a 15 minute walk from their closest HEINEKEN pub, this pool of engaged consumers were our target for this DDM campaign.</em>\r\n\r\n<em>Encouraging more consumers in to our customers’ outlets, with prompts across social media and digital has proved hugely successful and is part of our strategy of Growing Together, supporting both ours and our customers’ businesses. The results of this pilot campaign has been incredibly positive and as a result we will be looking to roll out more campaigns, with more of our customers in the year ahead.”</em>\r\n\r\nDigital marketing is becoming an increasingly essential tool for the UK on-trade and is a key priority for HEINEKEN UK. It forms just one part of HEINEKEN’s biggest piece of category research ever undertaken, <strong>The Greenpaper</strong>, made up of over 100 pieces of qualitative and quantitative research, predicting a boost to the UK On-trade of over £1bn by 2021.\r\n\r\nThe research uncovered six main areas of opportunity in which HEINEKEN can work with customers to grow their businesses and the category as a whole – one such driver is <em>My Generation </em>that looks to utilise the latest advancements in digital and social media, to encourage the online generation to visit the on trade more often.\r\n\r\n<strong>Following this successful pilot, HEINEKEN will invest £1m next year with plans to roll further DDM campaigns out across both its Star Pubs &amp; Bars portfolio and its wider SmartDispense customers. For more information on how your outlet can be involved, please contact your HEINEKEN sales representative.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\">PPL PRS - Get to know your licenses</a></li>\r\n</ul>','Heineken geo-targeting campaign proves profitable for pubs','','inherit','closed','closed','','3701-revision-v1','','','2019-01-14 14:53:57','2019-01-14 14:53:57','',3701,'https://www.ontradeprogress.com/2019/01/14/3701-revision-v1/',0,'revision','',0),(3707,1,'2019-01-14 15:06:00','2019-01-14 15:06:00','<h1>Heineken <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">UK</a> recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM), with the aim of increasing footfall and spend in outlets nationwide. In the 6 weeks following launch, the campaign helped sell an additional 95 pints per outlet.</h1>\r\nLaunched in June as a trial, HEINEKEN looked to utilise the latest DDM tools and techniques to drive more consumers in to on trade outlets. By promoting the availability of refreshing cold pints of Amstel, Foster’s and Strongbow on social media, digital and outdoor advertising, HEINEKEN was able to direct more consumers into Star Pubs &amp; Bars outlets.\r\n<ul>\r\n 	<li>HEINEKEN successfully trialled a new data-driven marketing (DDM) campaign, supporting customers from its Star Pubs &amp; Bars estate with geo-targeted digital media</li>\r\n 	<li>The campaign involved 1,325 outlets that received different communications across social, display and digital outdoor advertising, promoting brands such as Amstel, Foster’s and Strongbow</li>\r\n 	<li>The pilot resulted in over 125,000 pints sold, equating to £370k in additional sales in the test pubs. For every £1 of media spend, the campaign delivered an additional £5.70 in sales and reached 4M UK consumers.</li>\r\n</ul>\r\nAs the UK’s second largest pub company, Star Pubs &amp; Bars has full nationwide coverage to engage with customers outside and arounds its outlets. Both the large footprint and customer engagement opportunity enable HEINEKEN to test, learn and scale fast in an estate that has 600,000 consumers visiting per week. As a result this provides access to a wealth of data, both on the pubs themselves and the consumers who visit them.\r\n\r\n[caption id=\"attachment_3704\" align=\"alignright\" width=\"158\"]<img class=\"size-medium wp-image-3704\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/DDM-image-158x300.png\" alt=\"\" width=\"158\" height=\"300\" /> Heineken UK recently collaborated with its Star Pubs &amp; Bars estate to test pilot multiple proximity data-driven marketing campaigns (DDM)[/caption]\r\n\r\nThree different levels of DDM were used as part of the trial, tailored to enable relevant communications and incentives. These levels ranged from age, gender and broader location targeting, to postcode based targeting and amending copy lines based on the closest pub. Interestingly, the most successful test results came from the broader location targeting. HEINEKEN plan to build on these learnings and continue to execute footfall driving initiatives in 2019.\r\n\r\n<strong>Marc Dalla-Riva owner of Th Blacksmith &amp; The Toffeemaker, London discusses the impact this campaign has had on his pub; </strong><em>“HEINEKEN UK has helped support my business with this innovative digital activation, utilising its data and the latest tools across social media. As a result of their support, we noticed a significant increase in passing trade and spend. Some customers even referred to seeing an advert on Facebook for a refreshing pint of Foster’s at our pub, so it’s great to see first-hand that these campaigns are influencing our customers. Our sales in summer were notably better and we’re excited to be a part of any future campaigns.”</em>\r\n\r\n<strong>Star Pubs &amp; Bars’ managing director Lawson Mountstevens, explains the reasoning behind the campaign; </strong><em>“As the UK’s leading pub, beer and cider business, with over 2,900 outlets nationwide, HEINEKEN has a tremendous footprint across the country with 27m consumers never further than 3 miles from a Star Pub &amp; Bar. In fact, we identified that over 4m Brits live within a 15 minute walk from their closest HEINEKEN pub, this pool of engaged consumers were our target for this DDM campaign.</em>\r\n\r\n<em>Encouraging more consumers in to our customers’ outlets, with prompts across social media and digital has proved hugely successful and is part of our strategy of Growing Together, supporting both ours and our customers’ businesses. The results of this pilot campaign has been incredibly positive and as a result we will be looking to roll out more campaigns, with more of our customers in the year ahead.”</em>\r\n\r\nDigital marketing is becoming an increasingly essential tool for the UK on-trade and is a key priority for HEINEKEN UK. It forms just one part of HEINEKEN’s biggest piece of category research ever undertaken, <strong>The Greenpaper</strong>, made up of over 100 pieces of qualitative and quantitative research, predicting a boost to the UK On-trade of over £1bn by 2021.\r\n\r\nThe research uncovered six main areas of opportunity in which HEINEKEN can work with customers to grow their businesses and the category as a whole – one such driver is <em>My Generation </em>that looks to utilise the latest advancements in digital and social media, to encourage the online generation to visit the on trade more often.\r\n\r\n<strong>Following this successful pilot, HEINEKEN will invest £1m next year with plans to roll further DDM campaigns out across both its Star Pubs &amp; Bars portfolio and its wider SmartDispense customers. For more information on how your outlet can be involved, please contact your HEINEKEN sales representative.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/\">PPL PRS - Get to know your licenses</a></li>\r\n</ul>','Heineken geo-targeting campaign proves profitable for pubs','','inherit','closed','closed','','3701-autosave-v1','','','2019-01-14 15:06:00','2019-01-14 15:06:00','',3701,'https://www.ontradeprogress.com/2019/01/14/3701-autosave-v1/',0,'revision','',0),(3709,1,'2019-01-16 09:12:56','0000-00-00 00:00:00','<h1>Following tonight\'s House of Commons rejection of the Prime Minister\'s Brexit deal, UKH Chief Executive, Kate Nicholls, commented “Tonight’s vote in Parliament brings into stark reality the prospect of a no deal Brexit, which would likely be disastrous for the British economy and a hospitality sector that is well-equipped to make a vital economic contribution as we leave the EU.</h1>\r\n“There can be no delay, faced with such a stark outlook, for politicians to focus on working together to take any and all measures possible to ensure that British consumers are not in the direct firing line of the consequences of food and drink supply chain chaos and the price rises that would inevitably ensue. If that means delaying implementation of Article 50 then ideological differences must be put aside for the sake of pragmatic economic benefit.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/heineken-campaign-profitable-pubs/\">Heineken geo-targeting campaign is profitable for pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','UKHospitality response to Commons vote on Brexit deal','','draft','closed','open','','brexit-ukhospitality-response-commons-vote','','','2019-01-16 09:12:56','2019-01-16 09:12:56','',0,'https://www.ontradeprogress.com/?p=3709',0,'post','',0),(3710,1,'2019-01-16 09:09:43','2019-01-16 09:09:43','','brexit','Tonight’s vote in Parliament brings into stark reality the prospect of a no deal Brexit, which would likely be disastrous for the British economy','inherit','closed','closed','','brexit-3873554_1280','','','2019-01-16 09:10:16','2019-01-16 09:10:16','',3709,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/brexit-3873554_1280.jpg',0,'attachment','image/jpeg',0),(3711,1,'2019-01-16 09:12:56','2019-01-16 09:12:56','<h1>Following tonight\'s House of Commons rejection of the Prime Minister\'s Brexit deal, UKH Chief Executive, Kate Nicholls, commented “Tonight’s vote in Parliament brings into stark reality the prospect of a no deal Brexit, which would likely be disastrous for the British economy and a hospitality sector that is well-equipped to make a vital economic contribution as we leave the EU.</h1>\r\n“There can be no delay, faced with such a stark outlook, for politicians to focus on working together to take any and all measures possible to ensure that British consumers are not in the direct firing line of the consequences of food and drink supply chain chaos and the price rises that would inevitably ensue. If that means delaying implementation of Article 50 then ideological differences must be put aside for the sake of pragmatic economic benefit.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/heineken-campaign-profitable-pubs/\">Heineken geo-targeting campaign is profitable for pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','UKHospitality response to Commons vote on Brexit deal','','inherit','closed','closed','','3709-revision-v1','','','2019-01-16 09:12:56','2019-01-16 09:12:56','',3709,'https://www.ontradeprogress.com/2019/01/16/3709-revision-v1/',0,'revision','',0),(3712,1,'2019-01-16 09:45:27','2019-01-16 09:45:27','<h1>Pizza Equipment Ltd will once again be exhibiting at the Casual Dining show. And, as usual, there will be plenty to see on stand F100.</h1>\r\nThe most significant launch on the stand will be the Sigma Sprizza SPZ40 and SPZ50 cold pizza spreaders. The smaller SPZ40 is ideal for pizza bases up to 400mm in diameter, whilst the larger SPZ50 will handle bases up to 500mm in diameter. Both units feature a patented micro-rolling system that prepares the dough, with crust, in exactly the same way as the hands of an expert. However, unlike some presses that heat and seal the dough, the lower plate on the Sprizza machines does not heat the dough which means that there is no change to its consistency during the flattening process.\r\n\r\n[caption id=\"attachment_3714\" align=\"alignright\" width=\"237\"]<img class=\"size-medium wp-image-3714\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Sigma-SPZ-237x300.jpg\" alt=\"Sigma SPZ from Pizza Equipment\" width=\"237\" height=\"300\" /> Sigma SPZ from Pizza Equipment[/caption]\r\n\r\nThe machines are easy and practical to use with the only maintenance required being the cleaning of the mini-rollers and plates. The thickness of the dough is adjustable, but the result is always the same - perfectly flattened dough every time. All of which means that up to 200 bases can be made every hour.\r\n\r\nBoth units have CE, ETL and EAC certification, operate from a 13amp supply and feature an automatic start and stop.\r\n\r\nAmongst the other equipment being exhibited on the Pizza Equipment Ltd stand will be: the Forni Ceky dome oven; Moretti iDeck; GGF dough mixers and dough rollers and GI Metal pizza accessories.\r\n\r\n<strong>For more information on the Sprizza range, or other items in the extensive Pizza Equipment portfolio, drop by stand F100, contact Daniel Phillips at Pizza Equipment Ltd on 0208 424 9483, or visit <a href=\"http://www.pizzaequipment.ltd.uk\">www.pizzaequipment.ltd.uk</a>.</strong>','Pizza Equipment LTD at the Casual Dining Show 2019','','publish','closed','open','','pizza-equipment-casual-dining-show-2019','','','2019-01-16 09:53:18','2019-01-16 09:53:18','',0,'https://www.ontradeprogress.com/?p=3712',0,'post','',0),(3713,1,'2019-01-16 09:43:00','2019-01-16 09:43:00','','Pizza','Pizza Equipment LTD at the Casual Dining Show 2019','inherit','closed','closed','','pizza-1317699_1280','','','2019-01-16 09:43:28','2019-01-16 09:43:28','',3712,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/pizza-1317699_1280.jpg',0,'attachment','image/jpeg',0),(3714,1,'2019-01-16 09:43:53','2019-01-16 09:43:53','','Sigma SPZ','Sigma SPZ from Pizza Equipment','inherit','closed','closed','','sigma-spz','','','2019-01-16 09:44:47','2019-01-16 09:44:47','',3712,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Sigma-SPZ.jpg',0,'attachment','image/jpeg',0),(3715,1,'2019-01-16 09:45:01','2019-01-16 09:45:01','<h1>Pizza Equipment Ltd will once again be exhibiting at the Casual Dining show. And, as usual, there will be plenty to see on stand F100.</h1>\r\nThe most significant launch on the stand will be the Sigma Sprizza SPZ40 and SPZ50 cold pizza spreaders. The smaller SPZ40 is ideal for pizza bases up to 400mm in diameter, whilst the larger SPZ50 will handle bases up to 500mm in diameter. Both units feature a patented micro-rolling system that prepares the dough, with crust, in exactly the same way as the hands of an expert. However, unlike some presses that heat and seal the dough, the lower plate on the Sprizza machines does not heat the dough which means that there is no change to its consistency during the flattening process.\r\n\r\n[caption id=\"attachment_3714\" align=\"alignright\" width=\"237\"]<img class=\"size-medium wp-image-3714\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Sigma-SPZ-237x300.jpg\" alt=\"Sigma SPZ from Pizza Equipment\" width=\"237\" height=\"300\" /> Sigma SPZ from Pizza Equipment[/caption]\r\n\r\nThe machines are easy and practical to use with the only maintenance required being the cleaning of the mini-rollers and plates. The thickness of the dough is adjustable, but the result is always the same - perfectly flattened dough every time. All of which means that up to 200 bases can be made every hour.\r\n\r\nBoth units have CE, ETL and EAC certification, operate from a 13amp supply and feature an automatic start and stop.\r\n\r\nAmongst the other equipment being exhibited on the Pizza Equipment Ltd stand will be: the Forni Ceky dome oven; Moretti iDeck; GGF dough mixers and dough rollers and GI Metal pizza accessories.\r\n\r\n<strong>For more information on the Sprizza range, or other items in the extensive Pizza Equipment portfolio, drop by stand F100, contact Daniel Phillips at Pizza Equipment Ltd on 0208 424 9483, or visit <a href=\"http://www.pizzaequipment.ltd.uk\">www.pizzaequipment.ltd.uk</a>.</strong>','Pizza Equipment LTD at the Casual Dining Show 2019','','inherit','closed','closed','','3712-revision-v1','','','2019-01-16 09:45:01','2019-01-16 09:45:01','',3712,'https://www.ontradeprogress.com/2019/01/16/3712-revision-v1/',0,'revision','',0),(3716,1,'2019-01-16 09:53:00','2019-01-16 09:53:00','<h1>Pizza Equipment Ltd will once again be exhibiting at the Casual Dining show. And, as usual, there will be plenty to see on stand F100.</h1>\r\nThe most significant launch on the stand will be the Sigma Sprizza SPZ40 and SPZ50 cold pizza spreaders. The smaller SPZ40 is ideal for pizza bases up to 400mm in diameter, whilst the larger SPZ50 will handle bases up to 500mm in diameter. Both units feature a patented micro-rolling system that prepares the dough, with crust, in exactly the same way as the hands of an expert. However, unlike some presses that heat and seal the dough, the lower plate on the Sprizza machines does not heat the dough which means that there is no change to its consistency during the flattening process.\r\n\r\n[caption id=\"attachment_3714\" align=\"alignright\" width=\"237\"]<img class=\"size-medium wp-image-3714\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Sigma-SPZ-237x300.jpg\" alt=\"Sigma SPZ from Pizza Equipment\" width=\"237\" height=\"300\" /> Sigma SPZ from Pizza Equipment[/caption]\r\n\r\nThe machines are easy and practical to use with the only maintenance required being the cleaning of the mini-rollers and plates. The thickness of the dough is adjustable, but the result is always the same - perfectly flattened dough every time. All of which means that up to 200 bases can be made every hour.\r\n\r\nBoth units have CE, ETL and EAC certification, operate from a 13amp supply and feature an automatic start and stop.\r\n\r\nAmongst the other equipment being exhibited on the Pizza Equipment Ltd stand will be: the Forni Ceky dome oven; Moretti iDeck; GGF dough mixers and dough rollers and GI Metal pizza accessories.\r\n\r\n<strong>For more information on the Sprizza range, or other items in the extensive Pizza Equipment portfolio, drop by stand F100, contact Daniel Phillips at Pizza Equipment Ltd on 0208 424 9483, or visit <a href=\"http://www.pizzaequipment.ltd.uk\">www.pizzaequipment.ltd.uk</a>.</strong>','Pizza Equipment LTD at the Casual Dining Show 2019','','inherit','closed','closed','','3712-autosave-v1','','','2019-01-16 09:53:00','2019-01-16 09:53:00','',3712,'https://www.ontradeprogress.com/2019/01/16/3712-autosave-v1/',0,'revision','',0),(3718,1,'2019-01-16 12:49:47','2019-01-16 12:49:47','<h1>RAW Bottles has become the exclusive reusable bottle supplier to the Association of Independent Festivals (AIF).</h1>\r\n[caption id=\"attachment_3719\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3719\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Bottle-comparison-graphic-300x212.png\" alt=\"Reusable bottles from RAW Bottles\" width=\"300\" height=\"212\" /> The Reusable bottle from RAW Bottles[/caption]\r\n\r\nThe partnership is part of AIF’s Drastic On Plastic campaign, launched on Earth Day 2018, to reduce pointless plastic and waste at AIF events. It saw 60 independent festivals pledge to eliminate single-use plastic on their sites by 2021.\r\n\r\nRAW Bottles is the sister company to RAW Foundation, the charity that partnered with AIF on the Drastic On Plastic campaign. RAW is \'on a mission to free the world from pointless plastic\' and its founder Melinda Watson is currently on a 4-month overland tour of South America researching how plastic makes its way to the natural environment.\r\n<h3>The Drastic On Plastic initiative will receive 10% commission on all RAW Bottle sales made directly to AIF member festivals.</h3>\r\nMany festivals have already chosen the RAW Bottle for their events, including Shambala, Port Elliot, Boomtown, Cropredy, Arcadia, Green Gathering, Greenbelt and Fire In The Mountain.\r\n\r\nEach reusable RAW Bottle sold typically helps to prevent approximately 167 single-use bottles from ending up in landfill every year. Switching to reusable bottles, like the RAW Bottle, is a simple solution and a key change that festivals can promote to audiences.\r\n\r\n480 billion plastic bottles were sold globally in 2016 - that\'s a million bottles per minute or 20,000 per second, according to Euromonitor.\r\n<h3>Paul Reed, CEO at AIF says:</h3>\r\n<em>“We are delighted to launch this partnership with RAW Bottles. We recognise that water bottles are one of the biggest problems for festivals when it comes to single-use plastic, so it’s crucial that we recommend relevant suppliers of effective alternatives to our members. We’ve done the research and feel confident that RAW offers the highest quality reusable bottle and the most sustainable option. This partnership will also support RAW’s work around plastics on a global level and ongoing activity around the Drastic on Plastic initiative.”</em>\r\n\r\nRAW Bottles has also developed a new purchasing model for festivals that does not require funds for orders up-front, as events may not know how many sales to expect. The buy-on-demand option allows festivals to sell now and pay later, purchasing only the amount they need, to be delivered to their events for collection by buyers.\r\n<h3>Joe Buirski, Fire in the Mountain festival, says:</h3>\r\n<em>“As a small festival, it’s hard to commit capital to buy a significant amount of reusable bottles in advance. Buying RAW Bottles on-demand is perfect for us as we can put the bottles on sale along with tickets, gauge interest ahead of the festival and order the amount of bottles actually sold to either send out or pick up at the event.\"</em>\r\n\r\n<strong><u>www.raw-bottles.org</u></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great Concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','AIF partners with RAW Bottles following Drastic On Plastic campaign','','publish','closed','open','','aif-raw-bottles-plastic-campaign','','https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\nhttps://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/','2019-01-16 13:14:52','2019-01-16 13:14:52','',0,'https://www.ontradeprogress.com/?p=3718',0,'post','',0),(3719,1,'2019-01-16 11:28:13','2019-01-16 11:28:13','','Reusable Bottle','Reusable bottles from RAW Bottles','inherit','closed','closed','','bottle-comparison-graphic-2','','','2019-01-16 11:29:28','2019-01-16 11:29:28','',3718,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Bottle-comparison-graphic.png',0,'attachment','image/png',0),(3720,1,'2019-01-16 11:30:26','2019-01-16 11:30:26','','Festival bottles round up','The Reusable bottle from RAW Bottles','inherit','closed','closed','','festival-bottles-round-up','','','2019-01-16 11:30:57','2019-01-16 11:30:57','',3718,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Festival-bottles-round-up.jpg',0,'attachment','image/jpeg',0),(3721,1,'2019-01-16 12:49:21','2019-01-16 12:49:21','<h1>RAW Bottles has become the exclusive reusable bottle supplier to the Association of Independent Festivals (AIF).</h1>\r\n[caption id=\"attachment_3719\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3719\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Bottle-comparison-graphic-300x212.png\" alt=\"Reusable bottles from RAW Bottles\" width=\"300\" height=\"212\" /> The Reusable bottle from RAW Bottles[/caption]\r\n\r\nThe partnership is part of AIF’s Drastic On Plastic campaign, launched on Earth Day 2018, to reduce pointless plastic and waste at AIF events. It saw 60 independent festivals pledge to eliminate single-use plastic on their sites by 2021.\r\n\r\nRAW Bottles is the sister company to RAW Foundation, the charity that partnered with AIF on the Drastic On Plastic campaign. RAW is \'on a mission to free the world from pointless plastic\' and its founder Melinda Watson is currently on a 4-month overland tour of South America researching how plastic makes its way to the natural environment.\r\n<h3>The Drastic On Plastic initiative will receive 10% commission on all RAW Bottle sales made directly to AIF member festivals.</h3>\r\nMany festivals have already chosen the RAW Bottle for their events, including Shambala, Port Elliot, Boomtown, Cropredy, Arcadia, Green Gathering, Greenbelt and Fire In The Mountain.\r\n\r\nEach reusable RAW Bottle sold typically helps to prevent approximately 167 single-use bottles from ending up in landfill every year. Switching to reusable bottles, like the RAW Bottle, is a simple solution and a key change that festivals can promote to audiences.\r\n\r\n480 billion plastic bottles were sold globally in 2016 - that\'s a million bottles per minute or 20,000 per second, according to Euromonitor.\r\n<h3>Paul Reed, CEO at AIF says:</h3>\r\n<em>“We are delighted to launch this partnership with RAW Bottles. We recognise that water bottles are one of the biggest problems for festivals when it comes to single-use plastic, so it’s crucial that we recommend relevant suppliers of effective alternatives to our members. We’ve done the research and feel confident that RAW offers the highest quality reusable bottle and the most sustainable option. This partnership will also support RAW’s work around plastics on a global level and ongoing activity around the Drastic on Plastic initiative.”</em>\r\n\r\nRAW Bottles has also developed a new purchasing model for festivals that does not require funds for orders up-front, as events may not know how many sales to expect. The buy-on-demand option allows festivals to sell now and pay later, purchasing only the amount they need, to be delivered to their events for collection by buyers.\r\n<h3>Joe Buirski, Fire in the Mountain festival, says:</h3>\r\n<em>“As a small festival, it’s hard to commit capital to buy a significant amount of reusable bottles in advance. Buying RAW Bottles on-demand is perfect for us as we can put the bottles on sale along with tickets, gauge interest ahead of the festival and order the amount of bottles actually sold to either send out or pick up at the event.\"</em>\r\n\r\n<strong><u>www.raw-bottles.org</u></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/\">Great Concepts from Nanu Soda</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','AIF partners with RAW Bottles following Drastic On Plastic campaign','','inherit','closed','closed','','3718-revision-v1','','','2019-01-16 12:49:21','2019-01-16 12:49:21','',3718,'https://www.ontradeprogress.com/2019/01/16/3718-revision-v1/',0,'revision','',0),(3722,1,'2019-01-16 13:44:24','2019-01-16 13:44:24','<h1>We get to grips with the delicious <a href=\"http://deadmansfingers.com/\" target=\"_blank\" rel=\"noopener\">rum</a>, Dead Man’s Fingers, and create some inspiring cocktail recipes for you to enjoy!</h1>\r\n<h2>Chilli Frostbite</h2>\r\n<strong>This sumptuous treat combines delicious undertones of coconut with a chilli flare to create the perfect blend of creamy and spicy.</strong>\r\n\r\n[caption id=\"attachment_3723\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3723 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00084-300x200.jpeg\" alt=\"\" width=\"300\" height=\"200\" /> Chilli Frostbite[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Dead Man’s Fingers Coconut Rum</li>\r\n 	<li>80ml of pressed apple juice</li>\r\n 	<li>20ml of lime</li>\r\n 	<li>5ml of honey</li>\r\n 	<li>Half a bird’s eye chilli</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>Black Bart</h3>\r\n<strong>Does anything say festive more than a rum and orange cocktail? Definitely not. We combine these flavours to make the perfect Christmas treat.</strong>\r\n\r\n[caption id=\"attachment_3724\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3724 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00033-300x200.jpeg\" alt=\"Dead Man’s Fingers The Mary Read\" width=\"300\" height=\"200\" /> Black Bart[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Spiced Rum</li>\r\n 	<li>25ml of Rosso Vermouth</li>\r\n 	<li>A dash of Angostura</li>\r\n 	<li>Orange bitters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>The Mary Read</h3>\r\n<strong>Named after the infamous female pirate, this scrumptious cocktail plays it cool with coffee and cream.</strong>\r\n\r\n[caption id=\"attachment_3725\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3725 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00060-300x200.jpeg\" alt=\"We get to grips with the delicious rum, Dead Man’s Fingers, and create some inspiring cocktails of Chilli Frostbite, Black Bart &amp; The Mary Read\" width=\"300\" height=\"200\" /> The Mary Read[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Coffee Rum</li>\r\n 	<li>50ml of cream liquor</li>\r\n 	<li>A dash of walnut butters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n 	<li>Float more coffee rum on top for taste</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">RAW Bottles partners with AIF</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','Deadly good - Dead Man\'s Fingers cocktails','','publish','closed','open','','deadly-good-dead-mans-fingers','','https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\nhttps://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\nhttps://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/','2019-01-17 15:17:55','2019-01-17 15:17:55','',0,'https://www.ontradeprogress.com/?p=3722',0,'post','',0),(3723,1,'2019-01-16 13:24:09','2019-01-16 13:24:09','','Chilli Frostbite Cocktail','','inherit','closed','closed','','image00084','','','2019-01-16 13:25:32','2019-01-16 13:25:32','',3722,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00084.jpeg',0,'attachment','image/jpeg',0),(3724,1,'2019-01-16 13:28:27','2019-01-16 13:28:27','','Black Bart Cocktail','','inherit','closed','closed','','image00033','','','2019-01-16 13:28:59','2019-01-16 13:28:59','',3722,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00033.jpeg',0,'attachment','image/jpeg',0),(3725,1,'2019-01-16 13:30:23','2019-01-16 13:30:23','','image00060','','inherit','closed','closed','','image00060','','','2019-01-16 13:31:02','2019-01-16 13:31:02','',3722,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00060.jpeg',0,'attachment','image/jpeg',0),(3726,1,'2019-01-16 13:40:35','2019-01-16 13:40:35','','Dead Man\'s Fingers','On-Trade Progress\' issue 20 In the Mix','inherit','closed','closed','','image00042','','','2019-01-16 13:42:54','2019-01-16 13:42:54','',3722,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00042.jpeg',0,'attachment','image/jpeg',0),(3727,1,'2019-01-16 13:42:03','2019-01-16 13:42:03','<h1>We get to grips with the delicious <a href=\"http://deadmansfingers.com/\" target=\"_blank\" rel=\"noopener\">rum</a>, Dead Man’s Fingers, and create some inspiring cocktail recipes for you to enjoy!</h1>\r\n<h2>Chilli Frostbite</h2>\r\n<strong>This sumptuous treat combines delicious undertones of coconut with a chilli flare to create the perfect blend of creamy and spicy.</strong>\r\n\r\n[caption id=\"attachment_3723\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3723 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00084-300x200.jpeg\" alt=\"\" width=\"300\" height=\"200\" /> Chilli Frostbite[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Dead Man’s Fingers Coconut Rum</li>\r\n 	<li>80ml of pressed apple juice</li>\r\n 	<li>20ml of lime</li>\r\n 	<li>5ml of honey</li>\r\n 	<li>Half a bird’s eye chilli</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>Black Bart</h3>\r\n<strong>Does anything say festive more than a rum and orange cocktail? Definitely not. We combine these flavours to make the perfect Christmas treat.</strong>\r\n\r\n[caption id=\"attachment_3724\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3724 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00033-300x200.jpeg\" alt=\"Dead Man’s Fingers The Mary Read\" width=\"300\" height=\"200\" /> Black Bart[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Spiced Rum</li>\r\n 	<li>25ml of Rosso Vermouth</li>\r\n 	<li>A dash of Angostura</li>\r\n 	<li>Orange bitters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>The Mary Read</h3>\r\n<strong>Named after the infamous female pirate, this scrumptious cocktail plays it cool with coffee and cream.</strong>\r\n\r\n[caption id=\"attachment_3725\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3725 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00060-300x200.jpeg\" alt=\"We get to grips with the delicious rum, Dead Man’s Fingers, and create some inspiring cocktails of Chilli Frostbite, Black Bart &amp; The Mary Read\" width=\"300\" height=\"200\" /> The Mary Read[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Coffee Rum</li>\r\n 	<li>50ml of cream liquor</li>\r\n 	<li>A dash of walnut butters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n 	<li>Float more coffee rum on top for taste</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">RAW Bottles partners with AIF</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','Deadly good - Dead Man\'s Fingers','','inherit','closed','closed','','3722-revision-v1','','','2019-01-16 13:42:03','2019-01-16 13:42:03','',3722,'https://www.ontradeprogress.com/2019/01/16/3722-revision-v1/',0,'revision','',0),(3729,1,'2019-01-16 14:16:07','2019-01-16 14:16:07','<h1>We get to grips with the delicious <a href=\"http://deadmansfingers.com/\" target=\"_blank\" rel=\"noopener\">rum</a>, Dead Man’s Fingers, and create some inspiring cocktail recipes for you to enjoy!</h1>\r\n<h2>Chilli Frostbite</h2>\r\n<strong>This sumptuous treat combines delicious undertones of coconut with a chilli flare to create the perfect blend of creamy and spicy.</strong>\r\n\r\n[caption id=\"attachment_3723\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3723 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00084-300x200.jpeg\" alt=\"\" width=\"300\" height=\"200\" /> Chilli Frostbite[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Dead Man’s Fingers Coconut Rum</li>\r\n 	<li>80ml of pressed apple juice</li>\r\n 	<li>20ml of lime</li>\r\n 	<li>5ml of honey</li>\r\n 	<li>Half a bird’s eye chilli</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>Black Bart</h3>\r\n<strong>Does anything say festive more than a rum and orange cocktail? Definitely not. We combine these flavours to make the perfect Christmas treat.</strong>\r\n\r\n[caption id=\"attachment_3724\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3724 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00033-300x200.jpeg\" alt=\"Dead Man’s Fingers The Mary Read\" width=\"300\" height=\"200\" /> Black Bart[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Spiced Rum</li>\r\n 	<li>25ml of Rosso Vermouth</li>\r\n 	<li>A dash of Angostura</li>\r\n 	<li>Orange bitters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>The Mary Read</h3>\r\n<strong>Named after the infamous female pirate, this scrumptious cocktail plays it cool with coffee and cream.</strong>\r\n\r\n[caption id=\"attachment_3725\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3725 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00060-300x200.jpeg\" alt=\"We get to grips with the delicious rum, Dead Man’s Fingers, and create some inspiring cocktails of Chilli Frostbite, Black Bart &amp; The Mary Read\" width=\"300\" height=\"200\" /> The Mary Read[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Coffee Rum</li>\r\n 	<li>50ml of cream liquor</li>\r\n 	<li>A dash of walnut butters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n 	<li>Float more coffee rum on top for taste</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">RAW Bottles partners with AIF</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','Deadly good - Dead Man\'s Fingers Cocktails','','inherit','closed','closed','','3722-revision-v1','','','2019-01-16 14:16:07','2019-01-16 14:16:07','',3722,'https://www.ontradeprogress.com/2019/01/16/3722-revision-v1/',0,'revision','',0),(3730,1,'2019-01-16 14:58:44','2019-01-16 14:58:44','<h1><strong>The Sun Valley Nut Co. is helping sites banish the winter blues, adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning flavour to its range of nut mixes. The link up, twinning the UK’s </strong><strong>number one hot pepper sauce brand with the purveyor or premium nuts, spells good news for operators looking to profit from a snacking market in the ascendancy.</strong></h1>\r\nSnacks currently make up two-fifths of out of home eating occasions, while the trend for ‘heat’ shows no signs of cooling. Sun Valley has partnered with the iconic hot pepper sauce – the Tabasco Brand can currently claim 88% brand awareness in the UK<sup>3</sup> – to help sites make their snacks work that bit harder.\r\n\r\nWhat’s more, Sun Valley has partnered with the UK’s first female beer sommelier, Annabel Smith, alias BeerBelle, to create beer pairing notes for the exclusive new flavour. The video guide, <em>For Every Beer, a Nut</em> is the first of a series of bite-size beer and nut pairing ‘how-to’s’ from Sun Valley.\r\n\r\nAnnabel recommends pairing the new flavour with craft lagers such as Brooklyn – the toffee, caramel and honeycomb notes perfectly complementing the sweet, salty and smoky profile of the nuts and pleasing crunch of the corn.\r\n\r\n[caption id=\"attachment_3731\" align=\"alignright\" width=\"229\"]<img class=\"wp-image-3731 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag-229x300.jpg\" alt=\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\" width=\"229\" height=\"300\" /> The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range[/caption]\r\n\r\n<strong>Sun Valley Marketing Manager, Alison Robson, comments: </strong>“The words ‘nuts’ and ‘kick’ should rarely be used together but for this new fiery new flavour they’re the perfect pairing. The new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning have been created to add a much-needed dose of spice and flavour to predictable bar snack offerings, helping sites profit from the growing demand for more interesting and unique options.\r\n\r\n“Operators and consumers alike are digging in for the long, cold months of January and February, and this new flavour should help warm things up nicely – leading into an eventual thawing and a (hopefully) long summer of snacking.”\r\n\r\nThe Sun Valley Nut Co.’s Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning is offered in an 800g catering format, 45g individual carded bags, and 50g bar pots. A range of branded point of sale is also available upon request.<strong> </strong>\r\n<ol>\r\n 	<li><strong> Nielsen to WE 09.04.16 </strong></li>\r\n 	<li><strong> MCA 2019</strong></li>\r\n 	<li><strong>Toluna Research, May 2016</strong></li>\r\n</ol>\r\nTABASCO and the DIAMOND and BOTTLE LOGOS are trademarks of and licensed by McIlhenny Company, Avery Island, Louisiana, USA 70513.  TABASCO.com\r\n\r\n<strong>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</strong>\r\n\r\n<strong>To learn more, visit: <a href=\"http://www.sun-valley.co.uk\">www.sun-valley.co.uk</a> or call 0151 482 7100</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Deadly good cocktails with Dead Man\'s Fingers cocktails</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">AIF partners with RAW Bottles</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at the Casual Dining Show 2019</a></li>\r\n</ul>','Sun Valley Nuts turns up the heat with Tabasco partnership','','publish','closed','open','','sun-valley-nuts-tabasco-partnership','','https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\nhttps://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\nhttps://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/','2019-01-17 14:25:17','2019-01-17 14:25:17','',0,'https://www.ontradeprogress.com/?p=3730',0,'post','',0),(3731,1,'2019-01-16 14:47:37','2019-01-16 14:47:37','','Tabasco 50g bag','','inherit','closed','closed','','tabasco-50g-bag','','','2019-01-16 14:47:37','2019-01-16 14:47:37','',3730,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag.jpg',0,'attachment','image/jpeg',0),(3732,1,'2019-01-16 14:51:27','2019-01-16 14:51:27','','The Sun Valley Nut','The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range','inherit','closed','closed','','sunvalleynut','','','2019-01-16 14:51:56','2019-01-16 14:51:56','',3730,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/sunvalleynut.jpeg',0,'attachment','image/jpeg',0),(3733,1,'2019-01-16 14:52:34','2019-01-16 14:52:34','<h1><strong>The Sun Valley Nut Co. is helping sites banish the winter blues, adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range of nut mixes. The link up, twinning the UK’s </strong><strong>number one hot pepper sauce brand<sup>1</sup> with the purveyor or premium nuts, spells good news for operators looking to profit from a snacking market in the ascendancy.</strong></h1>\r\nSnacks currently make up two-fifths of out of home eating occasions<sup>2</sup>, while the trend for ‘heat’ shows no signs of cooling. Sun Valley has partnered with the iconic hot pepper sauce – the Tabasco® Brand can currently claim 88% brand awareness in the UK<sup>3</sup> – to help sites make their snacks work that bit harder.\r\n\r\nWhat’s more, Sun Valley has partnered with the UK’s first female beer sommelier, Annabel Smith, alias BeerBelle, to create beer pairing notes for the exclusive new flavour. The video guide, <em>For Every Beer, a Nut</em> is the first of a series of bite-size beer and nut pairing ‘how-to’s’ from Sun Valley.\r\n\r\nAnnabel recommends pairing the new flavour with craft lagers such as Brooklyn – the toffee, caramel and honeycomb notes perfectly complementing the sweet, salty and smoky profile of the nuts and pleasing crunch of the corn.\r\n\r\n[caption id=\"attachment_3731\" align=\"alignright\" width=\"229\"]<img class=\"wp-image-3731 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag-229x300.jpg\" alt=\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\" width=\"229\" height=\"300\" /> The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range[/caption]\r\n\r\n<strong>Sun Valley Marketing Manager, Alison Robson, comments: </strong>“The words ‘nuts’ and ‘kick’ should rarely be used together but for this new fiery new flavour they’re the perfect pairing. The new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning have been created to add a much-needed dose of spice and flavour to predictable bar snack offerings, helping sites profit from the growing demand for more interesting and unique options.\r\n\r\n“Operators and consumers alike are digging in for the long, cold months of January and February, and this new flavour should help warm things up nicely – leading into an eventual thawing and a (hopefully) long summer of snacking.”\r\n\r\nThe Sun Valley Nut Co.’s Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning is offered in an 800g catering format, 45g individual carded bags, and 50g bar pots. A range of branded point of sale is also available upon request.<strong> </strong>\r\n<ol>\r\n 	<li><strong> Nielsen to WE 09.04.16 </strong></li>\r\n 	<li><strong> MCA 2019</strong></li>\r\n 	<li><strong>Toluna Research, May 2016</strong></li>\r\n</ol>\r\nTABASCO and the DIAMOND and BOTTLE LOGOS are trademarks of and licensed by McIlhenny Company, Avery Island, Louisiana, USA 70513.  TABASCO.com\r\n\r\n<strong>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</strong>\r\n\r\n<strong>To learn more, visit: <a href=\"http://www.sun-valley.co.uk\">www.sun-valley.co.uk</a> or call 0151 482 7100</strong>','Sun Valley Nuts Turns Up the Heat with Tabasco® Partnership','','inherit','closed','closed','','3730-revision-v1','','','2019-01-16 14:52:34','2019-01-16 14:52:34','',3730,'https://www.ontradeprogress.com/2019/01/16/3730-revision-v1/',0,'revision','',0),(3734,1,'2019-01-16 14:54:45','2019-01-16 14:54:45','','The Sun Valley Nut Co','The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range','inherit','closed','closed','','shutterstock_567901117','','','2019-01-16 14:57:41','2019-01-16 14:57:41','',3730,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_567901117.jpg',0,'attachment','image/jpeg',0),(3735,1,'2019-01-16 15:00:09','2019-01-16 15:00:09','<h1><strong>The Sun Valley Nut Co. is helping sites banish the winter blues, adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning flavour to its range of nut mixes. The link up, twinning the UK’s </strong><strong>number one hot pepper sauce brand<sup>1</sup> with the purveyor or premium nuts, spells good news for operators looking to profit from a snacking market in the ascendancy.</strong></h1>\nSnacks currently make up two-fifths of out of home eating occasions<sup>2</sup>, while the trend for ‘heat’ shows no signs of cooling. Sun Valley has partnered with the iconic hot pepper sauce – the Tabasco Brand can currently claim 88% brand awareness in the UK<sup>3</sup> – to help sites make their snacks work that bit harder.\n\nWhat’s more, Sun Valley has partnered with the UK’s first female beer sommelier, Annabel Smith, alias BeerBelle, to create beer pairing notes for the exclusive new flavour. The video guide, <em>For Every Beer, a Nut</em> is the first of a series of bite-size beer and nut pairing ‘how-to’s’ from Sun Valley.\n\nAnnabel recommends pairing the new flavour with craft lagers such as Brooklyn – the toffee, caramel and honeycomb notes perfectly complementing the sweet, salty and smoky profile of the nuts and pleasing crunch of the corn.\n\n[caption id=\"attachment_3731\" align=\"alignright\" width=\"229\"]<img class=\"wp-image-3731 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag-229x300.jpg\" alt=\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\" width=\"229\" height=\"300\" /> The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range[/caption]\n\n<strong>Sun Valley Marketing Manager, Alison Robson, comments: </strong>“The words ‘nuts’ and ‘kick’ should rarely be used together but for this new fiery new flavour they’re the perfect pairing. The new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning have been created to add a much-needed dose of spice and flavour to predictable bar snack offerings, helping sites profit from the growing demand for more interesting and unique options.\n\n“Operators and consumers alike are digging in for the long, cold months of January and February, and this new flavour should help warm things up nicely – leading into an eventual thawing and a (hopefully) long summer of snacking.”\n\nThe Sun Valley Nut Co.’s Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning is offered in an 800g catering format, 45g individual carded bags, and 50g bar pots. A range of branded point of sale is also available upon request.<strong> </strong>\n<ol>\n 	<li><strong> Nielsen to WE 09.04.16 </strong></li>\n 	<li><strong> MCA 2019</strong></li>\n 	<li><strong>Toluna Research, May 2016</strong></li>\n</ol>\nTABASCO and the DIAMOND and BOTTLE LOGOS are trademarks of and licensed by McIlhenny Company, Avery Island, Louisiana, USA 70513.  TABASCO.com\n\n<strong>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</strong>\n\n<strong>To learn more, visit: <a href=\"http://www.sun-valley.co.uk\">www.sun-valley.co.uk</a> or call 0151 482 7100</strong>','Sun Valley Nuts Turns Up the Heat with Tabasco Partnership','','inherit','closed','closed','','3730-autosave-v1','','','2019-01-16 15:00:09','2019-01-16 15:00:09','',3730,'https://www.ontradeprogress.com/2019/01/16/3730-autosave-v1/',0,'revision','',0),(3736,1,'2019-01-16 15:02:08','2019-01-16 15:02:08','<h1><strong>The Sun Valley Nut Co. is helping sites banish the winter blues, adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning flavour to its range of nut mixes. The link up, twinning the UK’s </strong><strong>number one hot pepper sauce brand<sup>1</sup> with the purveyor or premium nuts, spells good news for operators looking to profit from a snacking market in the ascendancy.</strong></h1>\r\nSnacks currently make up two-fifths of out of home eating occasions<sup>2</sup>, while the trend for ‘heat’ shows no signs of cooling. Sun Valley has partnered with the iconic hot pepper sauce – the Tabasco Brand can currently claim 88% brand awareness in the UK<sup>3</sup> – to help sites make their snacks work that bit harder.\r\n\r\nWhat’s more, Sun Valley has partnered with the UK’s first female beer sommelier, Annabel Smith, alias BeerBelle, to create beer pairing notes for the exclusive new flavour. The video guide, <em>For Every Beer, a Nut</em> is the first of a series of bite-size beer and nut pairing ‘how-to’s’ from Sun Valley.\r\n\r\nAnnabel recommends pairing the new flavour with craft lagers such as Brooklyn – the toffee, caramel and honeycomb notes perfectly complementing the sweet, salty and smoky profile of the nuts and pleasing crunch of the corn.\r\n\r\n[caption id=\"attachment_3731\" align=\"alignright\" width=\"229\"]<img class=\"wp-image-3731 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag-229x300.jpg\" alt=\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\" width=\"229\" height=\"300\" /> The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range[/caption]\r\n\r\n<strong>Sun Valley Marketing Manager, Alison Robson, comments: </strong>“The words ‘nuts’ and ‘kick’ should rarely be used together but for this new fiery new flavour they’re the perfect pairing. The new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning have been created to add a much-needed dose of spice and flavour to predictable bar snack offerings, helping sites profit from the growing demand for more interesting and unique options.\r\n\r\n“Operators and consumers alike are digging in for the long, cold months of January and February, and this new flavour should help warm things up nicely – leading into an eventual thawing and a (hopefully) long summer of snacking.”\r\n\r\nThe Sun Valley Nut Co.’s Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning is offered in an 800g catering format, 45g individual carded bags, and 50g bar pots. A range of branded point of sale is also available upon request.<strong> </strong>\r\n<ol>\r\n 	<li><strong> Nielsen to WE 09.04.16 </strong></li>\r\n 	<li><strong> MCA 2019</strong></li>\r\n 	<li><strong>Toluna Research, May 2016</strong></li>\r\n</ol>\r\nTABASCO and the DIAMOND and BOTTLE LOGOS are trademarks of and licensed by McIlhenny Company, Avery Island, Louisiana, USA 70513.  TABASCO.com\r\n\r\n<strong>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</strong>\r\n\r\n<strong>To learn more, visit: <a href=\"http://www.sun-valley.co.uk\">www.sun-valley.co.uk</a> or call 0151 482 7100</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Deadly good cocktails with Dead Man\'s Fingers cocktails</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">AIF partners with RAW Bottles</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at the Casual Dining Show 2019</a></li>\r\n</ul>','Sun Valley Nuts Turns Up the Heat with Tabasco Partnership','','inherit','closed','closed','','3730-revision-v1','','','2019-01-16 15:02:08','2019-01-16 15:02:08','',3730,'https://www.ontradeprogress.com/2019/01/16/3730-revision-v1/',0,'revision','',0),(3737,1,'2019-01-16 15:59:16','2019-01-16 15:59:16','<h1><strong>The Sun Valley Nut Co. is helping sites banish the winter blues, adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning flavour to its range of nut mixes. The link up, twinning the UK’s </strong><strong>number one hot pepper sauce brand with the purveyor or premium nuts, spells good news for operators looking to profit from a snacking market in the ascendancy.</strong></h1>\r\nSnacks currently make up two-fifths of out of home eating occasions, while the trend for ‘heat’ shows no signs of cooling. Sun Valley has partnered with the iconic hot pepper sauce – the Tabasco Brand can currently claim 88% brand awareness in the UK<sup>3</sup> – to help sites make their snacks work that bit harder.\r\n\r\nWhat’s more, Sun Valley has partnered with the UK’s first female beer sommelier, Annabel Smith, alias BeerBelle, to create beer pairing notes for the exclusive new flavour. The video guide, <em>For Every Beer, a Nut</em> is the first of a series of bite-size beer and nut pairing ‘how-to’s’ from Sun Valley.\r\n\r\nAnnabel recommends pairing the new flavour with craft lagers such as Brooklyn – the toffee, caramel and honeycomb notes perfectly complementing the sweet, salty and smoky profile of the nuts and pleasing crunch of the corn.\r\n\r\n[caption id=\"attachment_3731\" align=\"alignright\" width=\"229\"]<img class=\"wp-image-3731 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag-229x300.jpg\" alt=\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\" width=\"229\" height=\"300\" /> The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range[/caption]\r\n\r\n<strong>Sun Valley Marketing Manager, Alison Robson, comments: </strong>“The words ‘nuts’ and ‘kick’ should rarely be used together but for this new fiery new flavour they’re the perfect pairing. The new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning have been created to add a much-needed dose of spice and flavour to predictable bar snack offerings, helping sites profit from the growing demand for more interesting and unique options.\r\n\r\n“Operators and consumers alike are digging in for the long, cold months of January and February, and this new flavour should help warm things up nicely – leading into an eventual thawing and a (hopefully) long summer of snacking.”\r\n\r\nThe Sun Valley Nut Co.’s Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning is offered in an 800g catering format, 45g individual carded bags, and 50g bar pots. A range of branded point of sale is also available upon request.<strong> </strong>\r\n<ol>\r\n 	<li><strong> Nielsen to WE 09.04.16 </strong></li>\r\n 	<li><strong> MCA 2019</strong></li>\r\n 	<li><strong>Toluna Research, May 2016</strong></li>\r\n</ol>\r\nTABASCO and the DIAMOND and BOTTLE LOGOS are trademarks of and licensed by McIlhenny Company, Avery Island, Louisiana, USA 70513.  TABASCO.com\r\n\r\n<strong>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</strong>\r\n\r\n<strong>To learn more, visit: <a href=\"http://www.sun-valley.co.uk\">www.sun-valley.co.uk</a> or call 0151 482 7100</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Deadly good cocktails with Dead Man\'s Fingers cocktails</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">AIF partners with RAW Bottles</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at the Casual Dining Show 2019</a></li>\r\n</ul>','Sun Valley Nuts Turns Up the Heat with Tabasco Partnership','','inherit','closed','closed','','3730-revision-v1','','','2019-01-16 15:59:16','2019-01-16 15:59:16','',3730,'https://www.ontradeprogress.com/2019/01/16/3730-revision-v1/',0,'revision','',0),(3739,1,'2019-01-16 16:31:29','2019-01-16 16:31:29','<h1>Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery.</h1>\r\nJoining the brewery’s award-winning Icelandic White Ale and Pale Ale, the new Einstök threesome beaching on UK shores includes a Toasted Porter, a Doppelbock Winter Ale and Wee Heavy – a special scotch ale made with birch smoked barley.\r\n\r\nBased just 60 miles south of the Arctic Circle in the fishing port of Akureyri, the Einstök brewery inspires adventure through its unique provenance, positioning and innovation.\r\n\r\nUtilising the world’s purest water, which flows from prehistoric glaciers down the Hlíðarfjall Mountain and through ancient lava ?elds, the brewery’s quest is to produce craft beers that are refreshing, full in flavour and beautifully balanced.\r\n\r\nUnder the watchful eye of head brewer Baldur Karason, the first Icelander in fifty years to train at the prestigious brewing program at Heriot-Watt University in Edinburgh, the brewery has been dominating market share in its homeland and is available in another 22 countries globally since its launch.  The beers now account around 80% of Iceland’s beer exports.\r\n\r\n<strong>The Einstök beers are exclusively imported by Love Drinks, whose Marketing Manager, Ellie Jones said:</strong>\r\n\r\n“For a country with a population approximately the same size of Bradford, Iceland has built a reputation for punching well above its weight. Think Vikings, renewable energy, a football team who spectacularly dumped England out of the Euros in 2016 and the Einstök brewery, who have been creating waves in the global beer market and conquering taste buds since 2010.”\r\n\r\n“In true Viking fashion, the Einstök beers have made a big impression since landing in the UK so we’re delighted to extend the range with these three sensory-rich craft beers and expect them to see strong interest from the UK’s adventurous and discerning beer drinker.”\r\n<h2 align=\"center\"><b>The New Icelandic Trio</b></h2>\r\n<h3><b>Einstök Icelandic Doppelbock </b></h3>\r\nA winter celebration ale made using malted barley and offering those classic chocolate tones that define the traditional style. The complex flavours, caramel sweetness, robust aroma and long, mellow finish make it the perfect companion for roasted meats or a slice of rich chocolate cake.\r\n\r\nABV: 6.7% ABV\r\n\r\nIngredients: Munich Malt, Crystal Malt, Chocolate Malt, Bavarian Hops\r\n\r\nPack/case size: 33cl bottles x 24\r\n<h3><b>Icelandic Toasted Porter</b></h3>\r\n[caption id=\"attachment_3740\" align=\"alignright\" width=\"118\"]<img class=\"size-medium wp-image-3740\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-toasted-porter-118x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery\" width=\"118\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n\r\nOffering big notes of toffee and dark chocolate, this Porter is roasty and rich, offering a medium body that is robust, yet smooth on the palate. Toasted and chocolate malts give it a sinister black colour, but its easy-to-drink character ensures there is no need to be afraid of the dark. Try with chargrilled meats or after a meal with dark chocolate.\r\n\r\nABV: 6.0%\r\n\r\nIngredients: Lager malt, Munich malt, chocolate malt, Bavarian hops, and authentic Icelandic roasted coffee.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\n[caption id=\"attachment_3741\" align=\"alignleft\" width=\"99\"]<img class=\"size-medium wp-image-3741\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-wee-heavy-1-99x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with Einstök brewery\" width=\"99\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n<h3><b>Icelandic Wee Heavy</b></h3>\r\nTaking inspiration from the Viking’s history in Scotland that goes back a thousand years and our brewmaster’s student days in Edinburgh while learning his trade, this Icelandic Scotch Ale is made with locally farmed and smoked barley and spiced with native Icelandic angelica – a fabled herb ancient Vikings used as currency. With rich colour, creamy head, a sweet malt aroma and a hint of the smokiness delivered by the birch, the beer is complex with a malty richness, caramel notes and a savoury smokiness to finish. Try alongside smoked cheeses, bread pudding and fruit-forward dishes.\r\n\r\nABV: 8.0%\r\n\r\nIngredients: Smoked Icelandic barley, pale ale malt, crystal malt, chocolate malt, Bavarian hops, Icelandic angelica root.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\nFor further information on Einstök, visit <a href=\"http://www.einstokbeer.com/\">www.einstokbeer.com</a> or follow on Instagram (@einstok), Twitter (@einstokbeer), and Facebook at <u><a href=\"http://www.facebook.com/Einstok\">www.facebook.com/Einstok</a></u>.\r\n<h3><b>About Love Drinks</b></h3>\r\nLove Drinks is an independent import, distribution and marketing company for premium quality spirits, liqueurs and craft beers. Their portfolio represents quality, craft-distilled and family-owned brands that have a rich provenance, heritage and history.\r\n\r\nFounded by Kirsty Loveday BEM in 2007, Love Drinks represent Abelha Organic Cachaça, The Bitter Truth Cocktail Range of Bitters and Liqueurs, Einstök Icelandic Craft Beers, El Bandarra Vermut, El Dorado Demerara Rums, Four Pillars Gin, Gosling’s Bermuda Rums, Hernö Gins, Kamm &amp; Sons, Mr Black Cold Brew Coffee Liqueur and The Artisan Drinks Company.\r\n\r\n<strong>For more information visit <a href=\"http://www.lovedrinks.com/\">www.lovedrinks.com</a> or follow on Facebook - @lovedrinksltd Instagram - @love_drinks_ltd or Twitter - @Love_Drinks</strong>','Icelandic craft beer trio land in the UK','','publish','closed','open','','icelandic-craft-beer-land-uk','','','2019-01-17 14:59:46','2019-01-17 14:59:46','',0,'https://www.ontradeprogress.com/?p=3739',0,'post','',0),(3740,1,'2019-01-16 16:23:12','2019-01-16 16:23:12','','Einstok-toasted porter','Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery','inherit','closed','closed','','einstok-toasted-porter','','','2019-01-16 16:23:50','2019-01-16 16:23:50','',3739,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-toasted-porter.jpg',0,'attachment','image/jpeg',0),(3741,1,'2019-01-16 16:27:15','2019-01-16 16:27:15','','Einstok-wee heavy 1','Love Drinks has strengthened its craft beer portfolio with Einstök brewery','inherit','closed','closed','','einstok-wee-heavy-1','','','2019-01-16 16:27:59','2019-01-16 16:27:59','',3739,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-wee-heavy-1.jpg',0,'attachment','image/jpeg',0),(3742,1,'2019-01-16 16:30:02','2019-01-16 16:30:02','','Beers','Love Drinks has strengthened its craft beer portfolio with Einstök brewery','inherit','closed','closed','','shutterstock_1085215253','','','2019-01-16 16:30:34','2019-01-16 16:30:34','',3739,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/shutterstock_1085215253.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wpfr_posts` VALUES (3743,1,'2019-01-16 16:31:05','2019-01-16 16:31:05','<h1>Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery.</h1>\r\nJoining the brewery’s award-winning Icelandic White Ale and Pale Ale, the new Einstök threesome beaching on UK shores includes a Toasted Porter, a Doppelbock Winter Ale and Wee Heavy – a special scotch ale made with birch smoked barley.\r\n\r\nBased just 60 miles south of the Arctic Circle in the fishing port of Akureyri, the Einstök brewery inspires adventure through its unique provenance, positioning and innovation.\r\n\r\nUtilising the world’s purest water, which flows from prehistoric glaciers down the Hlíðarfjall Mountain and through ancient lava ?elds, the brewery’s quest is to produce craft beers that are refreshing, full in flavour and beautifully balanced.\r\n\r\nUnder the watchful eye of head brewer Baldur Karason, the first Icelander in fifty years to train at the prestigious brewing program at Heriot-Watt University in Edinburgh, the brewery has been dominating market share in its homeland and is available in another 22 countries globally since its launch.  The beers now account around 80% of Iceland’s beer exports.\r\n\r\n<strong>The Einstök beers are exclusively imported by Love Drinks, whose Marketing Manager, Ellie Jones said:</strong>\r\n\r\n“For a country with a population approximately the same size of Bradford, Iceland has built a reputation for punching well above its weight. Think Vikings, renewable energy, a football team who spectacularly dumped England out of the Euros in 2016 and the Einstök brewery, who have been creating waves in the global beer market and conquering taste buds since 2010.”\r\n\r\n“In true Viking fashion, the Einstök beers have made a big impression since landing in the UK so we’re delighted to extend the range with these three sensory-rich craft beers and expect them to see strong interest from the UK’s adventurous and discerning beer drinker.”\r\n<h2 align=\"center\"><b>The New Icelandic Trio</b></h2>\r\n<h3><b>Einstök Icelandic Doppelbock </b></h3>\r\nA winter celebration ale made using malted barley and offering those classic chocolate tones that define the traditional style. The complex flavours, caramel sweetness, robust aroma and long, mellow finish make it the perfect companion for roasted meats or a slice of rich chocolate cake.\r\n\r\nABV: 6.7% ABV\r\n\r\nIngredients: Munich Malt, Crystal Malt, Chocolate Malt, Bavarian Hops\r\n\r\nPack/case size: 33cl bottles x 24\r\n<h3><b>Icelandic Toasted Porter</b></h3>\r\n[caption id=\"attachment_3740\" align=\"alignright\" width=\"118\"]<img class=\"size-medium wp-image-3740\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-toasted-porter-118x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery\" width=\"118\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n\r\nOffering big notes of toffee and dark chocolate, this Porter is roasty and rich, offering a medium body that is robust, yet smooth on the palate. Toasted and chocolate malts give it a sinister black colour, but its easy-to-drink character ensures there is no need to be afraid of the dark. Try with chargrilled meats or after a meal with dark chocolate.\r\n\r\nABV: 6.0%\r\n\r\nIngredients: Lager malt, Munich malt, chocolate malt, Bavarian hops, and authentic Icelandic roasted coffee.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\n[caption id=\"attachment_3741\" align=\"alignleft\" width=\"99\"]<img class=\"size-medium wp-image-3741\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-wee-heavy-1-99x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with Einstök brewery\" width=\"99\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n<h3><b>Icelandic Wee Heavy</b></h3>\r\nTaking inspiration from the Viking’s history in Scotland that goes back a thousand years and our brewmaster’s student days in Edinburgh while learning his trade, this Icelandic Scotch Ale is made with locally farmed and smoked barley and spiced with native Icelandic angelica – a fabled herb ancient Vikings used as currency. With rich colour, creamy head, a sweet malt aroma and a hint of the smokiness delivered by the birch, the beer is complex with a malty richness, caramel notes and a savoury smokiness to finish. Try alongside smoked cheeses, bread pudding and fruit-forward dishes.\r\n\r\nABV: 8.0%\r\n\r\nIngredients: Smoked Icelandic barley, pale ale malt, crystal malt, chocolate malt, Bavarian hops, Icelandic angelica root.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\nFor further information on Einstök, visit <a href=\"http://www.einstokbeer.com/\">www.einstokbeer.com</a> or follow on Instagram (@einstok), Twitter (@einstokbeer), and Facebook at <u><a href=\"http://www.facebook.com/Einstok\">www.facebook.com/Einstok</a></u>.\r\n<h3><b>About Love Drinks</b></h3>\r\nLove Drinks is an independent import, distribution and marketing company for premium quality spirits, liqueurs and craft beers. Their portfolio represents quality, craft-distilled and family-owned brands that have a rich provenance, heritage and history.\r\n\r\nFounded by Kirsty Loveday BEM in 2007, Love Drinks represent Abelha Organic Cachaça, The Bitter Truth Cocktail Range of Bitters and Liqueurs, Einstök Icelandic Craft Beers, El Bandarra Vermut, El Dorado Demerara Rums, Four Pillars Gin, Gosling’s Bermuda Rums, Hernö Gins, Kamm &amp; Sons, Mr Black Cold Brew Coffee Liqueur and The Artisan Drinks Company.\r\n\r\n<strong>For more information visit <a href=\"http://www.lovedrinks.com/\">www.lovedrinks.com</a> or follow on Facebook - @lovedrinksltd Instagram - @love_drinks_ltd or Twitter - @Love_Drinks</strong>','Icelandic Craft Beer Trio Land in UK','','inherit','closed','closed','','3739-revision-v1','','','2019-01-16 16:31:05','2019-01-16 16:31:05','',3739,'https://www.ontradeprogress.com/2019/01/16/3739-revision-v1/',0,'revision','',0),(3744,1,'2019-01-17 09:30:45','2019-01-17 09:30:45','<h1>The British Beer &amp; Pub Association (<a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">BBPA</a>) has today commented on the findings of a survey by the Portman Group, which found that there has been a boom in the popularity of low and no alcohol alternatives.</h1>\r\nFigures from the survey show that nearly a quarter (24%) <a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> of British drinkers have either already switched some of their drinking to low alcohol alternatives or would consider doing so in the next six months.\r\n\r\nThe findings follow ongoing investment and innovation in low and no alcohol beers by UK brewers, which has been key to the low and no alcohol boom, says the BBPA.\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer and Pub Association, comments:</strong>\r\n\r\n“The boom in the popularity of low and no alcohol products, as shown by the Portman Group’s survey, is very encouraging. With the significant investment and innovation in low and no alcohol beers by UK brewers, beer has been a key part of this growth.\r\n\r\n“The skill and craft needed to brew low and no alcohol beers is no different to normal strength beers, meaning they taste great and quality is not compromised. With a bigger range of low and no alcohol beers than ever before, there has never been a better time to give them a go!\r\n\r\n“Although we are experiencing a boom in the low and no alcohol part of the category, there is a real need for the Government to engage and help our industry to promote these products and bring the guidance on alcohol descriptors in line with that of our European neighbours. There is growing interest in moderate alcohol consumption as the survey by the Portman Group shows and we need everyone to work together to make it easier for consumers to understand what is on offer and create real choice.”\r\n\r\n<strong><a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Figure from YouGov PLC. Total sample size was 2004 adults. Fieldwork was undertaken between 19th - 20th December 2018.  The survey was carried out online. The figures have been weighted and are representative of all GB adults (aged 18+).</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio lands in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts turns up the heat with Tabasco partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">In the Mix with Dead Mans Fingers</a></li>\r\n</ul>','Beer is key to the low and no alcohol boom, says BBPA','','publish','closed','open','','beer-key-low-no-alcohol-boom-bbpa','','\nhttps://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/','2019-01-17 09:32:12','2019-01-17 09:32:12','',0,'https://www.ontradeprogress.com/?p=3744',0,'post','',0),(3745,1,'2019-01-17 08:56:12','2019-01-17 08:56:12','','Brewery','BBPA has commented on the findings of a survey by the Portman Group, which found there has been a boom in the popularity of low and no alcohol alternatives','inherit','closed','closed','','beer-218148_1280','','','2019-01-17 08:56:44','2019-01-17 08:56:44','',3744,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-218148_1280.jpg',0,'attachment','image/jpeg',0),(3746,1,'2019-01-17 09:30:45','2019-01-17 09:30:45','<h1>The British Beer &amp; Pub Association (<a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">BBPA</a>) has today commented on the findings of a survey by the Portman Group, which found that there has been a boom in the popularity of low and no alcohol alternatives.</h1>\r\nFigures from the survey show that nearly a quarter (24%) <a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> of British drinkers have either already switched some of their drinking to low alcohol alternatives or would consider doing so in the next six months.\r\n\r\nThe findings follow ongoing investment and innovation in low and no alcohol beers by UK brewers, which has been key to the low and no alcohol boom, says the BBPA.\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer and Pub Association, comments:</strong>\r\n\r\n“The boom in the popularity of low and no alcohol products, as shown by the Portman Group’s survey, is very encouraging. With the significant investment and innovation in low and no alcohol beers by UK brewers, beer has been a key part of this growth.\r\n\r\n“The skill and craft needed to brew low and no alcohol beers is no different to normal strength beers, meaning they taste great and quality is not compromised. With a bigger range of low and no alcohol beers than ever before, there has never been a better time to give them a go!\r\n\r\n“Although we are experiencing a boom in the low and no alcohol part of the category, there is a real need for the Government to engage and help our industry to promote these products and bring the guidance on alcohol descriptors in line with that of our European neighbours. There is growing interest in moderate alcohol consumption as the survey by the Portman Group shows and we need everyone to work together to make it easier for consumers to understand what is on offer and create real choice.”\r\n\r\n<strong><a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Figure from YouGov PLC. Total sample size was 2004 adults. Fieldwork was undertaken between 19th - 20th December 2018.  The survey was carried out online. The figures have been weighted and are representative of all GB adults (aged 18+).</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio lands in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts turns up the heat with Tabasco partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">In the Mix with Dead Mans Fingers</a></li>\r\n</ul>','Beer is key to the low and no alcohol boom, says BBPA','','inherit','closed','closed','','3744-revision-v1','','','2019-01-17 09:30:45','2019-01-17 09:30:45','',3744,'https://www.ontradeprogress.com/2019/01/17/3744-revision-v1/',0,'revision','',0),(3747,1,'2019-01-17 09:31:29','2019-01-17 09:31:29','<h1>The British Beer &amp; Pub Association (<a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener\">BBPA</a>) has today commented on the findings of a survey by the Portman Group, which found that there has been a boom in the popularity of low and no alcohol alternatives.</h1>\r\nFigures from the survey show that nearly a quarter (24%) <a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> of British drinkers have either already switched some of their drinking to low alcohol alternatives or would consider doing so in the next six months.\r\n\r\nThe findings follow ongoing investment and innovation in low and no alcohol beers by UK brewers, which has been key to the low and no alcohol boom, says the BBPA.\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer and Pub Association, comments:</strong>\r\n\r\n“The boom in the popularity of low and no alcohol products, as shown by the Portman Group’s survey, is very encouraging. With the significant investment and innovation in low and no alcohol beers by UK brewers, beer has been a key part of this growth.\r\n\r\n“The skill and craft needed to brew low and no alcohol beers is no different to normal strength beers, meaning they taste great and quality is not compromised. With a bigger range of low and no alcohol beers than ever before, there has never been a better time to give them a go!\r\n\r\n“Although we are experiencing a boom in the low and no alcohol part of the category, there is a real need for the Government to engage and help our industry to promote these products and bring the guidance on alcohol descriptors in line with that of our European neighbours. There is growing interest in moderate alcohol consumption as the survey by the Portman Group shows and we need everyone to work together to make it easier for consumers to understand what is on offer and create real choice.”\r\n\r\n<strong><a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Figure from YouGov PLC. Total sample size was 2004 adults. Fieldwork was undertaken between 19th - 20th December 2018.  The survey was carried out online. The figures have been weighted and are representative of all GB adults (aged 18+).</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio lands in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts turns up the heat with Tabasco partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">In the Mix with Dead Mans Fingers</a></li>\r\n</ul>','Beer is key to the low and no alcohol boom, says BBPA','','inherit','closed','closed','','3744-autosave-v1','','','2019-01-17 09:31:29','2019-01-17 09:31:29','',3744,'https://www.ontradeprogress.com/2019/01/17/3744-autosave-v1/',0,'revision','',0),(3748,1,'2019-01-17 13:17:35','2019-01-17 13:17:35','<h1>We chat to JustIngredients to discuss how you can incorporate organic into your venue offering.</h1>\r\nJustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust. JustIngredients offers a wide range of products that can be incorporated into your offering; including, but not limited to, a range of spices, herbs and oils.\r\n\r\nWhat makes JustIngredients so special? It is committed to selling only ethically-sourced and responsible ingredients, which taste great too!\r\n\r\n[caption id=\"attachment_3751\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3751\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1610MH-300x300.png\" alt=\"JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h2>The conscious eater</h2>\r\nWith the consumer becoming not only more health conscious, but also more ethically conscious, sourcing organic ingredients is the key to keeping customers coming back.\r\n\r\n“Organic is a symbol of trust,” explains Sophie Chryssaphes, business manager at JustIngredients. “Wherever you see the organic symbol, you can be sure that the food has been produced to the highest standards.\r\n\r\n“Organic standards set out what farmers can and cannot do and place a strong emphasis on the protection of wildlife and the environment. Organic agriculture uses fewer pesticides, the highest standards of animal welfare and no GM ingredients.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts partners with Tobasco</a></li>\r\n</ul>\r\n[caption id=\"attachment_3752\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3752\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1611CO-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Embracing organic</h3>\r\nOrganic has become the base standard for most industries in terms of providing ingredients that are better for wildlife and the planet. At the very least, industry needs to be offering organic.\r\n\r\nSophie continues: “Whether it’s sourcing organic drinks for the bar, incorporating organic produce into dishes, or developing an organic menu; every step each company takes (however big or small) enables us to collectively spread the message of organic and in turn, continue to drive growth in this sector.”\r\n\r\nWith the demand for organic products on the rise, incorporating organic into your business can only be positive for sales too; a survey carried out by the Soil Association for their Organic Market 2018 Report, reported that 43% of respondents think that having organic on the menu makes a restaurant more appealing and they would be more likely to eat there.\r\n\r\n[caption id=\"attachment_3753\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3753\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1612BPC-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Providing the best</h3>\r\nWith a newly developed website specifically designed to reflect the fast-paced nature of the hospitality industry, JustIngredients is primed to help any hospitality manager or entrepreneur.\r\n\r\nShe concludes: “We are committed to expanding our range of products, including conventional, organic and Fairtrade ingredients, making good quality and full of flavour ingredients more accessible to catering and beverage companies. This year we’ve launched 26 new organic ingredients and have more on the way before the end of the year.”\r\n\r\n<strong>To find out more, visit <a href=\"https://trade.justingredients.co.uk/\">https://trade.justingredients.co.uk/</a></strong>','Justingredients discuss how you can bring organic to your venue','','publish','closed','open','','justingredients-bring-organic-venue','','https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\nhttps://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\nhttps://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/','2019-01-18 08:51:29','2019-01-18 08:51:29','',0,'https://www.ontradeprogress.com/?p=3748',0,'post','',0),(3749,1,'2019-01-17 13:16:18','2019-01-17 13:16:18','','JustIngredients','JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust','inherit','closed','closed','','justingred_1280x853px','','','2019-01-17 13:16:57','2019-01-17 13:16:57','',3748,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/JustIngred_1280x853px.jpg',0,'attachment','image/jpeg',0),(3750,1,'2019-01-17 13:17:17','2019-01-17 13:17:17','<h1>We chat to JustIngredients to discuss how you can incorporate organic into your venue offering.</h1>\r\nJustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust. JustIngredients offers a wide range of products that can be incorporated into your offering; including, but not limited to, a range of spices, herbs and oils.\r\n\r\nWhat makes JustIngredients so special? It is committed to selling only ethically-sourced and responsible ingredients, which taste great too!\r\n<h2>The conscious eater</h2>\r\nWith the consumer becoming not only more health conscious, but also more ethically conscious, sourcing organic ingredients is the key to keeping customers coming back.\r\n\r\n“Organic is a symbol of trust,” explains Sophie Chryssaphes, business manager at JustIngredients. “Wherever you see the organic symbol, you can be sure that the food has been produced to the highest standards.\r\n\r\n“Organic standards set out what farmers can and cannot do and place a strong emphasis on the protection of wildlife and the environment. Organic agriculture uses fewer pesticides, the highest standards of animal welfare and no GM ingredients.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts partners with Tobasco</a></li>\r\n</ul>\r\n<h3>Embracing organic</h3>\r\nOrganic has become the base standard for most industries in terms of providing ingredients that are better for wildlife and the planet. At the very least, industry needs to be offering organic.\r\n\r\nSophie continues: “Whether it’s sourcing organic drinks for the bar, incorporating organic produce into dishes, or developing an organic menu; every step each company takes (however big or small) enables us to collectively spread the message of organic and in turn, continue to drive growth in this sector.”\r\n\r\nWith the demand for organic products on the rise, incorporating organic into your business can only be positive for sales too; a survey carried out by the Soil Association for their Organic Market 2018 Report, reported that 43% of respondents think that having organic on the menu makes a restaurant more appealing and they would be more likely to eat there.\r\n<h3>Providing the best</h3>\r\nWith a newly developed website specifically designed to reflect the fast-paced nature of the hospitality industry, JustIngredients is primed to help any hospitality manager or entrepreneur.\r\n\r\nShe concludes: “We are committed to expanding our range of products, including conventional, organic and Fairtrade ingredients, making good quality and full of flavour ingredients more accessible to catering and beverage companies. This year we’ve launched 26 new organic ingredients and have more on the way before the end of the year.”\r\n\r\n<strong>To find out more, visit www.justingredients.co.uk</strong>','Justingredients discuss how you can bring organic to your venue','','inherit','closed','closed','','3748-revision-v1','','','2019-01-17 13:17:17','2019-01-17 13:17:17','',3748,'https://www.ontradeprogress.com/2019/01/17/3748-revision-v1/',0,'revision','',0),(3751,1,'2019-01-17 13:29:03','2019-01-17 13:29:03','','JustIngredients','JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust','inherit','closed','closed','','1610mh','','','2019-01-17 13:32:07','2019-01-17 13:32:07','',3748,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/1610MH.png',0,'attachment','image/png',0),(3752,1,'2019-01-17 13:29:52','2019-01-17 13:29:52','','JustIngredients','JustIngredients','inherit','closed','closed','','1611co','','','2019-01-17 13:33:50','2019-01-17 13:33:50','',3748,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/1611CO.png',0,'attachment','image/png',0),(3753,1,'2019-01-17 13:30:36','2019-01-17 13:30:36','','JustIngredients','JustIngredients','inherit','closed','closed','','1612bpc','','','2019-01-17 13:34:05','2019-01-17 13:34:05','',3748,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/1612BPC.png',0,'attachment','image/png',0),(3754,1,'2019-01-17 13:31:20','2019-01-17 13:31:20','','1613CO_1','','inherit','closed','closed','','1613co_1','','','2019-01-17 13:31:20','2019-01-17 13:31:20','',3748,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/1613CO_1.png',0,'attachment','image/png',0),(3755,1,'2019-01-17 13:34:11','2019-01-17 13:34:11','<h1>We chat to JustIngredients to discuss how you can incorporate organic into your venue offering.</h1>\r\nJustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust. JustIngredients offers a wide range of products that can be incorporated into your offering; including, but not limited to, a range of spices, herbs and oils.\r\n\r\nWhat makes JustIngredients so special? It is committed to selling only ethically-sourced and responsible ingredients, which taste great too!\r\n\r\n[caption id=\"attachment_3751\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3751\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1610MH-300x300.png\" alt=\"JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h2>The conscious eater</h2>\r\nWith the consumer becoming not only more health conscious, but also more ethically conscious, sourcing organic ingredients is the key to keeping customers coming back.\r\n\r\n“Organic is a symbol of trust,” explains Sophie Chryssaphes, business manager at JustIngredients. “Wherever you see the organic symbol, you can be sure that the food has been produced to the highest standards.\r\n\r\n“Organic standards set out what farmers can and cannot do and place a strong emphasis on the protection of wildlife and the environment. Organic agriculture uses fewer pesticides, the highest standards of animal welfare and no GM ingredients.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts partners with Tobasco</a></li>\r\n</ul>\r\n[caption id=\"attachment_3752\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3752\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1611CO-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Embracing organic</h3>\r\nOrganic has become the base standard for most industries in terms of providing ingredients that are better for wildlife and the planet. At the very least, industry needs to be offering organic.\r\n\r\nSophie continues: “Whether it’s sourcing organic drinks for the bar, incorporating organic produce into dishes, or developing an organic menu; every step each company takes (however big or small) enables us to collectively spread the message of organic and in turn, continue to drive growth in this sector.”\r\n\r\nWith the demand for organic products on the rise, incorporating organic into your business can only be positive for sales too; a survey carried out by the Soil Association for their Organic Market 2018 Report, reported that 43% of respondents think that having organic on the menu makes a restaurant more appealing and they would be more likely to eat there.\r\n\r\n[caption id=\"attachment_3753\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3753\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1612BPC-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Providing the best</h3>\r\nWith a newly developed website specifically designed to reflect the fast-paced nature of the hospitality industry, JustIngredients is primed to help any hospitality manager or entrepreneur.\r\n\r\nShe concludes: “We are committed to expanding our range of products, including conventional, organic and Fairtrade ingredients, making good quality and full of flavour ingredients more accessible to catering and beverage companies. This year we’ve launched 26 new organic ingredients and have more on the way before the end of the year.”\r\n\r\n<strong>To find out more, visit www.justingredients.co.uk</strong>','Justingredients discuss how you can bring organic to your venue','','inherit','closed','closed','','3748-autosave-v1','','','2019-01-17 13:34:11','2019-01-17 13:34:11','',3748,'https://www.ontradeprogress.com/2019/01/17/3748-autosave-v1/',0,'revision','',0),(3756,1,'2019-01-17 13:34:25','2019-01-17 13:34:25','<h1>We chat to JustIngredients to discuss how you can incorporate organic into your venue offering.</h1>\r\nJustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust. JustIngredients offers a wide range of products that can be incorporated into your offering; including, but not limited to, a range of spices, herbs and oils.\r\n\r\nWhat makes JustIngredients so special? It is committed to selling only ethically-sourced and responsible ingredients, which taste great too!\r\n\r\n[caption id=\"attachment_3751\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3751\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1610MH-300x300.png\" alt=\"JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h2>The conscious eater</h2>\r\nWith the consumer becoming not only more health conscious, but also more ethically conscious, sourcing organic ingredients is the key to keeping customers coming back.\r\n\r\n“Organic is a symbol of trust,” explains Sophie Chryssaphes, business manager at JustIngredients. “Wherever you see the organic symbol, you can be sure that the food has been produced to the highest standards.\r\n\r\n“Organic standards set out what farmers can and cannot do and place a strong emphasis on the protection of wildlife and the environment. Organic agriculture uses fewer pesticides, the highest standards of animal welfare and no GM ingredients.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts partners with Tobasco</a></li>\r\n</ul>\r\n[caption id=\"attachment_3752\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3752\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1611CO-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Embracing organic</h3>\r\nOrganic has become the base standard for most industries in terms of providing ingredients that are better for wildlife and the planet. At the very least, industry needs to be offering organic.\r\n\r\nSophie continues: “Whether it’s sourcing organic drinks for the bar, incorporating organic produce into dishes, or developing an organic menu; every step each company takes (however big or small) enables us to collectively spread the message of organic and in turn, continue to drive growth in this sector.”\r\n\r\nWith the demand for organic products on the rise, incorporating organic into your business can only be positive for sales too; a survey carried out by the Soil Association for their Organic Market 2018 Report, reported that 43% of respondents think that having organic on the menu makes a restaurant more appealing and they would be more likely to eat there.\r\n\r\n[caption id=\"attachment_3753\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3753\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1612BPC-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Providing the best</h3>\r\nWith a newly developed website specifically designed to reflect the fast-paced nature of the hospitality industry, JustIngredients is primed to help any hospitality manager or entrepreneur.\r\n\r\nShe concludes: “We are committed to expanding our range of products, including conventional, organic and Fairtrade ingredients, making good quality and full of flavour ingredients more accessible to catering and beverage companies. This year we’ve launched 26 new organic ingredients and have more on the way before the end of the year.”\r\n\r\n<strong>To find out more, visit www.justingredients.co.uk</strong>','Justingredients discuss how you can bring organic to your venue','','inherit','closed','closed','','3748-revision-v1','','','2019-01-17 13:34:25','2019-01-17 13:34:25','',3748,'https://www.ontradeprogress.com/2019/01/17/3748-revision-v1/',0,'revision','',0),(3757,1,'2019-01-17 14:59:11','2019-01-17 14:59:11','<h1><em>On-Trade Progress</em> discovers Black Magic Rum and brings you the perfect cocktail to be serving up this season.</h1>\r\n<h2>Black Magic Daiquiri</h2>\r\n[caption id=\"attachment_3758\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3758\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00108-e1547734349786-200x300.jpeg\" alt=\"Black Magic Rum\" width=\"200\" height=\"300\" /> Black Magic Rum[/caption]\r\n\r\nThis dark and delicious cocktail combines delicious flavours with a touch of artistic flair.\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Black Magic Rum</li>\r\n 	<li>25ml of lime juice</li>\r\n 	<li>25ml of sugar syrup</li>\r\n 	<li>15ml of high proof rum (to layer on top and light)</li>\r\n 	<li>A dash of cherry bitters</li>\r\n 	<li>Two drops of black food colouring</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Shake all the ingredients together</li>\r\n 	<li>Double strain and pour into a glass</li>\r\n 	<li>Float over 25ml of high proof rum on top and light</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/\">JustIngredients discuss how you can bring organic to your menu</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to the low and no alcohol boom - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n</ul>','In the Mix with Black Magic Rum','','publish','closed','open','','black-magic-rum-mix','','','2019-01-17 14:59:11','2019-01-17 14:59:11','',0,'https://www.ontradeprogress.com/?p=3757',0,'post','',0),(3758,1,'2019-01-17 14:11:41','2019-01-17 14:11:41','','Black Magic Rum','Black Magic Rum','inherit','closed','closed','','image00108','','','2019-01-17 14:13:30','2019-01-17 14:13:30','',3757,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00108.jpeg',0,'attachment','image/jpeg',0),(3759,1,'2019-01-17 14:13:42','2019-01-17 14:13:42','<h1><em>On-Trade Progress</em> discovers Black Magic Rum and brings you the perfect cocktail to be serving up this season.</h1>\r\n<h2>Black Magic Daiquiri</h2>\r\n[caption id=\"attachment_3758\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3758\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00108-e1547734349786-200x300.jpeg\" alt=\"Black Magic Rum\" width=\"200\" height=\"300\" /> Black Magic Rum[/caption]\r\n\r\nThis dark and delicious cocktail combines delicious flavours with a touch of artistic flair.\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Black Magic Rum</li>\r\n 	<li>25ml of lime juice</li>\r\n 	<li>25ml of sugar syrup</li>\r\n 	<li>15ml of high proof rum (to layer on top and light)</li>\r\n 	<li>A dash of cherry bitters</li>\r\n 	<li>Two drops of black food colouring</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Shake all the ingredients together</li>\r\n 	<li>Double strain and pour into a glass</li>\r\n 	<li>Float over 25ml of high proof rum on top and light</li>\r\n</ul>','In the Mix with Black Magic Rum','','inherit','closed','closed','','3757-revision-v1','','','2019-01-17 14:13:42','2019-01-17 14:13:42','',3757,'https://www.ontradeprogress.com/2019/01/17/3757-revision-v1/',0,'revision','',0),(3761,1,'2019-01-17 14:18:23','2019-01-17 14:18:23','<h1>We get to grips with the delicious <a href=\"http://deadmansfingers.com/\" target=\"_blank\" rel=\"noopener\">rum</a>, Dead Man’s Fingers, and create some inspiring cocktail recipes for you to enjoy!</h1>\r\n<h2>Chilli Frostbite</h2>\r\n<strong>This sumptuous treat combines delicious undertones of coconut with a chilli flare to create the perfect blend of creamy and spicy.</strong>\r\n\r\n[caption id=\"attachment_3723\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3723 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00084-300x200.jpeg\" alt=\"\" width=\"300\" height=\"200\" /> Chilli Frostbite[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Dead Man’s Fingers Coconut Rum</li>\r\n 	<li>80ml of pressed apple juice</li>\r\n 	<li>20ml of lime</li>\r\n 	<li>5ml of honey</li>\r\n 	<li>Half a bird’s eye chilli</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>Black Bart</h3>\r\n<strong>Does anything say festive more than a rum and orange cocktail? Definitely not. We combine these flavours to make the perfect Christmas treat.</strong>\r\n\r\n[caption id=\"attachment_3724\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3724 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00033-300x200.jpeg\" alt=\"Dead Man’s Fingers The Mary Read\" width=\"300\" height=\"200\" /> Black Bart[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Spiced Rum</li>\r\n 	<li>25ml of Rosso Vermouth</li>\r\n 	<li>A dash of Angostura</li>\r\n 	<li>Orange bitters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>The Mary Read</h3>\r\n<strong>Named after the infamous female pirate, this scrumptious cocktail plays it cool with coffee and cream.</strong>\r\n\r\n[caption id=\"attachment_3725\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3725 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00060-300x200.jpeg\" alt=\"We get to grips with the delicious rum, Dead Man’s Fingers, and create some inspiring cocktails of Chilli Frostbite, Black Bart &amp; The Mary Read\" width=\"300\" height=\"200\" /> The Mary Read[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Coffee Rum</li>\r\n 	<li>50ml of cream liquor</li>\r\n 	<li>A dash of walnut butters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n 	<li>Float more coffee rum on top for taste</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">RAW Bottles partners with AIF</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','Deadly good - Dead Man\'s Fingers Cocktails','','inherit','closed','closed','','3722-autosave-v1','','','2019-01-17 14:18:23','2019-01-17 14:18:23','',3722,'https://www.ontradeprogress.com/2019/01/17/3722-autosave-v1/',0,'revision','',0),(3762,1,'2019-01-17 14:23:24','2019-01-17 14:23:24','<h1>Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery.</h1>\r\nJoining the brewery’s award-winning Icelandic White Ale and Pale Ale, the new Einstök threesome beaching on UK shores includes a Toasted Porter, a Doppelbock Winter Ale and Wee Heavy – a special scotch ale made with birch smoked barley.\r\n\r\nBased just 60 miles south of the Arctic Circle in the fishing port of Akureyri, the Einstök brewery inspires adventure through its unique provenance, positioning and innovation.\r\n\r\nUtilising the world’s purest water, which flows from prehistoric glaciers down the Hlíðarfjall Mountain and through ancient lava ?elds, the brewery’s quest is to produce craft beers that are refreshing, full in flavour and beautifully balanced.\r\n\r\nUnder the watchful eye of head brewer Baldur Karason, the first Icelander in fifty years to train at the prestigious brewing program at Heriot-Watt University in Edinburgh, the brewery has been dominating market share in its homeland and is available in another 22 countries globally since its launch.  The beers now account around 80% of Iceland’s beer exports.\r\n\r\n<strong>The Einstök beers are exclusively imported by Love Drinks, whose Marketing Manager, Ellie Jones said:</strong>\r\n\r\n“For a country with a population approximately the same size of Bradford, Iceland has built a reputation for punching well above its weight. Think Vikings, renewable energy, a football team who spectacularly dumped England out of the Euros in 2016 and the Einstök brewery, who have been creating waves in the global beer market and conquering taste buds since 2010.”\r\n\r\n“In true Viking fashion, the Einstök beers have made a big impression since landing in the UK so we’re delighted to extend the range with these three sensory-rich craft beers and expect them to see strong interest from the UK’s adventurous and discerning beer drinker.”\r\n<h2 align=\"center\"><b>The New Icelandic Trio</b></h2>\r\n<h3><b>Einstök Icelandic Doppelbock </b></h3>\r\nA winter celebration ale made using malted barley and offering those classic chocolate tones that define the traditional style. The complex flavours, caramel sweetness, robust aroma and long, mellow finish make it the perfect companion for roasted meats or a slice of rich chocolate cake.\r\n\r\nABV: 6.7% ABV\r\n\r\nIngredients: Munich Malt, Crystal Malt, Chocolate Malt, Bavarian Hops\r\n\r\nPack/case size: 33cl bottles x 24\r\n<h3><b>Icelandic Toasted Porter</b></h3>\r\n[caption id=\"attachment_3740\" align=\"alignright\" width=\"118\"]<img class=\"size-medium wp-image-3740\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-toasted-porter-118x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery\" width=\"118\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n\r\nOffering big notes of toffee and dark chocolate, this Porter is roasty and rich, offering a medium body that is robust, yet smooth on the palate. Toasted and chocolate malts give it a sinister black colour, but its easy-to-drink character ensures there is no need to be afraid of the dark. Try with chargrilled meats or after a meal with dark chocolate.\r\n\r\nABV: 6.0%\r\n\r\nIngredients: Lager malt, Munich malt, chocolate malt, Bavarian hops, and authentic Icelandic roasted coffee.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\n[caption id=\"attachment_3741\" align=\"alignleft\" width=\"99\"]<img class=\"size-medium wp-image-3741\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-wee-heavy-1-99x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with Einstök brewery\" width=\"99\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n<h3><b>Icelandic Wee Heavy</b></h3>\r\nTaking inspiration from the Viking’s history in Scotland that goes back a thousand years and our brewmaster’s student days in Edinburgh while learning his trade, this Icelandic Scotch Ale is made with locally farmed and smoked barley and spiced with native Icelandic angelica – a fabled herb ancient Vikings used as currency. With rich colour, creamy head, a sweet malt aroma and a hint of the smokiness delivered by the birch, the beer is complex with a malty richness, caramel notes and a savoury smokiness to finish. Try alongside smoked cheeses, bread pudding and fruit-forward dishes.\r\n\r\nABV: 8.0%\r\n\r\nIngredients: Smoked Icelandic barley, pale ale malt, crystal malt, chocolate malt, Bavarian hops, Icelandic angelica root.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\nFor further information on Einstök, visit <a href=\"http://www.einstokbeer.com/\">www.einstokbeer.com</a> or follow on Instagram (@einstok), Twitter (@einstokbeer), and Facebook at <u><a href=\"http://www.facebook.com/Einstok\">www.facebook.com/Einstok</a></u>.\r\n<h3><b>About Love Drinks</b></h3>\r\nLove Drinks is an independent import, distribution and marketing company for premium quality spirits, liqueurs and craft beers. Their portfolio represents quality, craft-distilled and family-owned brands that have a rich provenance, heritage and history.\r\n\r\nFounded by Kirsty Loveday BEM in 2007, Love Drinks represent Abelha Organic Cachaça, The Bitter Truth Cocktail Range of Bitters and Liqueurs, Einstök Icelandic Craft Beers, El Bandarra Vermut, El Dorado Demerara Rums, Four Pillars Gin, Gosling’s Bermuda Rums, Hernö Gins, Kamm &amp; Sons, Mr Black Cold Brew Coffee Liqueur and The Artisan Drinks Company.\r\n\r\n<strong>For more information visit <a href=\"http://www.lovedrinks.com/\">www.lovedrinks.com</a> or follow on Facebook - @lovedrinksltd Instagram - @love_drinks_ltd or Twitter - @Love_Drinks</strong>','Icelandic craft beer trio land in UK','','inherit','closed','closed','','3739-revision-v1','','','2019-01-17 14:23:24','2019-01-17 14:23:24','',3739,'https://www.ontradeprogress.com/2019/01/17/3739-revision-v1/',0,'revision','',0),(3763,1,'2019-01-17 14:25:17','2019-01-17 14:25:17','<h1><strong>The Sun Valley Nut Co. is helping sites banish the winter blues, adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning flavour to its range of nut mixes. The link up, twinning the UK’s </strong><strong>number one hot pepper sauce brand with the purveyor or premium nuts, spells good news for operators looking to profit from a snacking market in the ascendancy.</strong></h1>\r\nSnacks currently make up two-fifths of out of home eating occasions, while the trend for ‘heat’ shows no signs of cooling. Sun Valley has partnered with the iconic hot pepper sauce – the Tabasco Brand can currently claim 88% brand awareness in the UK<sup>3</sup> – to help sites make their snacks work that bit harder.\r\n\r\nWhat’s more, Sun Valley has partnered with the UK’s first female beer sommelier, Annabel Smith, alias BeerBelle, to create beer pairing notes for the exclusive new flavour. The video guide, <em>For Every Beer, a Nut</em> is the first of a series of bite-size beer and nut pairing ‘how-to’s’ from Sun Valley.\r\n\r\nAnnabel recommends pairing the new flavour with craft lagers such as Brooklyn – the toffee, caramel and honeycomb notes perfectly complementing the sweet, salty and smoky profile of the nuts and pleasing crunch of the corn.\r\n\r\n[caption id=\"attachment_3731\" align=\"alignright\" width=\"229\"]<img class=\"wp-image-3731 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Tabasco-50g-bag-229x300.jpg\" alt=\"The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range\" width=\"229\" height=\"300\" /> The Sun Valley Nut Co. is adding a brand-new Spicy BBQ Peanuts and Corn with Tabasco® Brand Seasoning flavour to its range[/caption]\r\n\r\n<strong>Sun Valley Marketing Manager, Alison Robson, comments: </strong>“The words ‘nuts’ and ‘kick’ should rarely be used together but for this new fiery new flavour they’re the perfect pairing. The new Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning have been created to add a much-needed dose of spice and flavour to predictable bar snack offerings, helping sites profit from the growing demand for more interesting and unique options.\r\n\r\n“Operators and consumers alike are digging in for the long, cold months of January and February, and this new flavour should help warm things up nicely – leading into an eventual thawing and a (hopefully) long summer of snacking.”\r\n\r\nThe Sun Valley Nut Co.’s Spicy BBQ Peanuts and Corn with Tabasco Brand Seasoning is offered in an 800g catering format, 45g individual carded bags, and 50g bar pots. A range of branded point of sale is also available upon request.<strong> </strong>\r\n<ol>\r\n 	<li><strong> Nielsen to WE 09.04.16 </strong></li>\r\n 	<li><strong> MCA 2019</strong></li>\r\n 	<li><strong>Toluna Research, May 2016</strong></li>\r\n</ol>\r\nTABASCO and the DIAMOND and BOTTLE LOGOS are trademarks of and licensed by McIlhenny Company, Avery Island, Louisiana, USA 70513.  TABASCO.com\r\n\r\n<strong>The Sun Valley Nut Co. is an independently-owned, family-run supplier of quality processed nuts, raw nuts and dried fruit mixes to some of the UK’s largest retailers and foodservice operators.</strong>\r\n\r\n<strong>To learn more, visit: <a href=\"http://www.sun-valley.co.uk\">www.sun-valley.co.uk</a> or call 0151 482 7100</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Deadly good cocktails with Dead Man\'s Fingers cocktails</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">AIF partners with RAW Bottles</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at the Casual Dining Show 2019</a></li>\r\n</ul>','Sun Valley Nuts turns up the heat with Tabasco partnership','','inherit','closed','closed','','3730-revision-v1','','','2019-01-17 14:25:17','2019-01-17 14:25:17','',3730,'https://www.ontradeprogress.com/2019/01/17/3730-revision-v1/',0,'revision','',0),(3764,1,'2019-01-17 14:26:01','2019-01-17 14:26:01','<h1>We get to grips with the delicious <a href=\"http://deadmansfingers.com/\" target=\"_blank\" rel=\"noopener\">rum</a>, Dead Man’s Fingers, and create some inspiring cocktail recipes for you to enjoy!</h1>\r\n<h2>Chilli Frostbite</h2>\r\n<strong>This sumptuous treat combines delicious undertones of coconut with a chilli flare to create the perfect blend of creamy and spicy.</strong>\r\n\r\n[caption id=\"attachment_3723\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3723 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00084-300x200.jpeg\" alt=\"\" width=\"300\" height=\"200\" /> Chilli Frostbite[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Dead Man’s Fingers Coconut Rum</li>\r\n 	<li>80ml of pressed apple juice</li>\r\n 	<li>20ml of lime</li>\r\n 	<li>5ml of honey</li>\r\n 	<li>Half a bird’s eye chilli</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>Black Bart</h3>\r\n<strong>Does anything say festive more than a rum and orange cocktail? Definitely not. We combine these flavours to make the perfect Christmas treat.</strong>\r\n\r\n[caption id=\"attachment_3724\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3724 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00033-300x200.jpeg\" alt=\"Dead Man’s Fingers The Mary Read\" width=\"300\" height=\"200\" /> Black Bart[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Spiced Rum</li>\r\n 	<li>25ml of Rosso Vermouth</li>\r\n 	<li>A dash of Angostura</li>\r\n 	<li>Orange bitters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n</ul>\r\n<h3>The Mary Read</h3>\r\n<strong>Named after the infamous female pirate, this scrumptious cocktail plays it cool with coffee and cream.</strong>\r\n\r\n[caption id=\"attachment_3725\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3725 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00060-300x200.jpeg\" alt=\"We get to grips with the delicious rum, Dead Man’s Fingers, and create some inspiring cocktails of Chilli Frostbite, Black Bart &amp; The Mary Read\" width=\"300\" height=\"200\" /> The Mary Read[/caption]\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>35ml of Dead Man’s Fingers Coffee Rum</li>\r\n 	<li>50ml of cream liquor</li>\r\n 	<li>A dash of walnut butters</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Stir all the ingredients together</li>\r\n 	<li>Strain into a glass</li>\r\n 	<li>Float more coffee rum on top for taste</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/\">RAW Bottles partners with AIF</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/\">Pizza Equipment LTD at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/\">Quality first with SCT &amp; SCT</a></li>\r\n</ul>','Deadly good - Dead Man\'s Fingers cocktails','','inherit','closed','closed','','3722-revision-v1','','','2019-01-17 14:26:01','2019-01-17 14:26:01','',3722,'https://www.ontradeprogress.com/2019/01/17/3722-revision-v1/',0,'revision','',0),(3765,1,'2019-01-17 14:39:04','2019-01-17 14:39:04','<h1><strong>Casual Dining Show – the definitive trade show for the UK’s pub, bar and restaurant sector is back, on 27-28 February, at its new home ExCeL London.  </strong><strong>Here’s a preview of what’s in store for the thousands of operators preparing to attend.</strong></h1>\r\nCasual Dining Show is already known for being a magnet for top buyers from across the casual dining sector (it welcomed 4,800 attendees in 2018), and it’s aiming to raise the bar yet again.  Its new, larger venue ExCeL London will accommodate over 220 exhibitors, two Keynote theatres (both sponsored by Yumpingo), more specialist show feature areas (including a new Scotland Food &amp; Drink Pavilion, alongside the returning Craft Beer &amp; Cider Zone, Artisan Spirits Lounge and Innovation Challenge Gallery) and enable easier navigation for visitors around the busy show floor.\r\n\r\nWith countless new, innovative products on offer, a visit to Casual Dining Show gives visitors the unique opportunity to refresh their food and drink offering and entice both new and returning customers over the coming year.\r\n<h2><strong>Over 220 Leading Suppliers</strong></h2>\r\nAround 220 exhibitors are confirmed for 2019, offering everything from new food and drink products, catering equipment and tech, workwear, tableware, payment solutions and business services. Returning exhibitors include Reynolds, Lamb Weston, Nestle Professional, Kraft Heinz Foodservice, McCain Foodservice, Schweppes, Heineken UK – Blade, UCC Coffee UK &amp; Ireland, Fentimans, 3S POS, Ascentia FSE, Quorn Foods, Panasonic, Tevalis, Molson Coors, AAK Foodservice, Kobas Technologies, Harri, Carlsberg UK, Mademoiselle Desserts UK, JJ Food Service, and The Foodfellas.\r\n\r\nNew names – showcasing everything from tasty sauces to sous-vide slow-cooked meats, from more-ish ice cream to Tex-Mex specialities, from continental cheeses to cult spirits – include M&amp;M Walshe Group, Hellmann\'s, Futura Foods UK, Sino International, Dr. Schär, Rude Health, Lotus Bakeries, Rubies in the Rubble, Izico Food Solutions, Yee Kwan, JV Foods, KTC Edibles, The Crucial Sauce Company, L.A Brewery, Frizzenti, F\'real Milkshakes, Spirit Cartel, and The Sweet Potato Spirit Co.\r\n<h3><strong>Big name Keynotes</strong></h3>\r\nThanks to the addition of a second Keynote Theatre for 2019, visitors will be able to enjoy even more free content from some of the industry’s most inspiring business leaders, as well as essential insights and market updates.\r\n\r\nCasual Dining Show’s high-profile seminar line-up includes CEO’s, MDs and senior directors from some of the UK’s biggest and most well-known casual dining chains – including Brewdog, Jamie Oliver Restaurant Group, Carluccio’s, Casual Dining Group, Pizza Hut, Bill’s and many more still to be announced.\r\n\r\n<strong>For more information and to register for a free trade ticket to Casual Dining 2019, please visit </strong><strong><a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a></strong><strong> and use priority code CD55.</strong>\r\n<h3><strong>Essential info</strong>:</h3>\r\n<strong>Opening times</strong> – 10am to 5pm both days (last entry 4pm)\r\n\r\n<strong>Dates</strong> – Wednesday 27th and Thursday 28th February\r\n\r\n<strong>Venue</strong> – ExCeL, London\r\n\r\n<strong>Website</strong> –  <a href=\"http://www.casualdiningshow.co.uk\" target=\"_blank\" rel=\"noopener\">www.casualdiningshow.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\" target=\"_blank\" rel=\"noopener\">Read the full list of keynote speakers at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/\" target=\"_blank\" rel=\"noopener\">JustIngredients discuss how to bring organic to your venue</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\" target=\"_blank\" rel=\"noopener\">Icelandic craft beer trio lands in the UK</a></li>\r\n</ul>','On-Trade Progress - Casual Dining Show preview','','publish','closed','open','','on-trade-casual-dining-show','','https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\nhttps://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/','2019-01-17 14:48:00','2019-01-17 14:48:00','',0,'https://www.ontradeprogress.com/?p=3765',0,'post','',0),(3766,1,'2019-01-17 14:35:20','2019-01-17 14:35:20','<h1><strong>Casual Dining Show – the definitive trade show for the UK’s pub, bar and restaurant sector is back, on 27-28 February, at its new home ExCeL London.  </strong><strong>Here’s a preview of what’s in store for the thousands of operators preparing to attend.</strong></h1>\r\nCasual Dining Show is already known for being a magnet for top buyers from across the casual dining sector (it welcomed 4,800 attendees in 2018), and it’s aiming to raise the bar yet again.  Its new, larger venue ExCeL London will accommodate over 220 exhibitors, two Keynote theatres (both sponsored by Yumpingo), more specialist show feature areas (including a new Scotland Food &amp; Drink Pavilion, alongside the returning Craft Beer &amp; Cider Zone, Artisan Spirits Lounge and Innovation Challenge Gallery) and enable easier navigation for visitors around the busy show floor.\r\n\r\nWith countless new, innovative products on offer, a visit to Casual Dining Show gives visitors the unique opportunity to refresh their food and drink offering and entice both new and returning customers over the coming year.\r\n<h2><strong>Over 220 Leading Suppliers</strong></h2>\r\nAround 220 exhibitors are confirmed for 2019, offering everything from new food and drink products, catering equipment and tech, workwear, tableware, payment solutions and business services. Returning exhibitors include Reynolds, Lamb Weston, Nestle Professional, Kraft Heinz Foodservice, McCain Foodservice, Schweppes, Heineken UK – Blade, UCC Coffee UK &amp; Ireland, Fentimans, 3S POS, Ascentia FSE, Quorn Foods, Panasonic, Tevalis, Molson Coors, AAK Foodservice, Kobas Technologies, Harri, Carlsberg UK, Mademoiselle Desserts UK, JJ Food Service, and The Foodfellas.\r\n\r\nNew names – showcasing everything from tasty sauces to sous-vide slow-cooked meats, from more-ish ice cream to Tex-Mex specialities, from continental cheeses to cult spirits – include M&amp;M Walshe Group, Hellmann\'s, Futura Foods UK, Sino International, Dr. Schär, Rude Health, Lotus Bakeries, Rubies in the Rubble, Izico Food Solutions, Yee Kwan, JV Foods, KTC Edibles, The Crucial Sauce Company, L.A Brewery, Frizzenti, F\'real Milkshakes, Spirit Cartel, and The Sweet Potato Spirit Co.\r\n<h3><strong>Big name Keynotes</strong></h3>\r\nThanks to the addition of a second Keynote Theatre for 2019, visitors will be able to enjoy even more free content from some of the industry’s most inspiring business leaders, as well as essential insights and market updates.\r\n\r\nCasual Dining Show’s high-profile seminar line-up includes CEO’s, MDs and senior directors from some of the UK’s biggest and most well-known casual dining chains – including Brewdog, Jamie Oliver Restaurant Group, Carluccio’s, Casual Dining Group, Pizza Hut, Bill’s and many more still to be announced.\r\n\r\n<strong>For more information and to register for a free trade ticket to Casual Dining 2019, please visit </strong><strong><a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a></strong><strong> and use priority code CD55.</strong>\r\n<h3><strong>Essential info</strong>:</h3>\r\n<strong>Opening times</strong> – 10am to 5pm both days (last entry 4pm)\r\n\r\n<strong>Dates</strong> – Wednesday 27th and Thursday 28th February\r\n\r\n<strong>Venue</strong> – ExCeL, London\r\n\r\n<strong>Website</strong> –  <a href=\"http://www.casualdiningshow.co.uk\" target=\"_blank\" rel=\"noopener\">www.casualdiningshow.co.uk</a>','On-Trade Progress - Casual Dining Show preview','','inherit','closed','closed','','3765-revision-v1','','','2019-01-17 14:35:20','2019-01-17 14:35:20','',3765,'https://www.ontradeprogress.com/2019/01/17/3765-revision-v1/',0,'revision','',0),(3767,1,'2019-01-17 14:38:58','2019-01-17 14:38:58','<h1><strong>Casual Dining Show – the definitive trade show for the UK’s pub, bar and restaurant sector is back, on 27-28 February, at its new home ExCeL London.  </strong><strong>Here’s a preview of what’s in store for the thousands of operators preparing to attend.</strong></h1>\r\nCasual Dining Show is already known for being a magnet for top buyers from across the casual dining sector (it welcomed 4,800 attendees in 2018), and it’s aiming to raise the bar yet again.  Its new, larger venue ExCeL London will accommodate over 220 exhibitors, two Keynote theatres (both sponsored by Yumpingo), more specialist show feature areas (including a new Scotland Food &amp; Drink Pavilion, alongside the returning Craft Beer &amp; Cider Zone, Artisan Spirits Lounge and Innovation Challenge Gallery) and enable easier navigation for visitors around the busy show floor.\r\n\r\nWith countless new, innovative products on offer, a visit to Casual Dining Show gives visitors the unique opportunity to refresh their food and drink offering and entice both new and returning customers over the coming year.\r\n<h2><strong>Over 220 Leading Suppliers</strong></h2>\r\nAround 220 exhibitors are confirmed for 2019, offering everything from new food and drink products, catering equipment and tech, workwear, tableware, payment solutions and business services. Returning exhibitors include Reynolds, Lamb Weston, Nestle Professional, Kraft Heinz Foodservice, McCain Foodservice, Schweppes, Heineken UK – Blade, UCC Coffee UK &amp; Ireland, Fentimans, 3S POS, Ascentia FSE, Quorn Foods, Panasonic, Tevalis, Molson Coors, AAK Foodservice, Kobas Technologies, Harri, Carlsberg UK, Mademoiselle Desserts UK, JJ Food Service, and The Foodfellas.\r\n\r\nNew names – showcasing everything from tasty sauces to sous-vide slow-cooked meats, from more-ish ice cream to Tex-Mex specialities, from continental cheeses to cult spirits – include M&amp;M Walshe Group, Hellmann\'s, Futura Foods UK, Sino International, Dr. Schär, Rude Health, Lotus Bakeries, Rubies in the Rubble, Izico Food Solutions, Yee Kwan, JV Foods, KTC Edibles, The Crucial Sauce Company, L.A Brewery, Frizzenti, F\'real Milkshakes, Spirit Cartel, and The Sweet Potato Spirit Co.\r\n<h3><strong>Big name Keynotes</strong></h3>\r\nThanks to the addition of a second Keynote Theatre for 2019, visitors will be able to enjoy even more free content from some of the industry’s most inspiring business leaders, as well as essential insights and market updates.\r\n\r\nCasual Dining Show’s high-profile seminar line-up includes CEO’s, MDs and senior directors from some of the UK’s biggest and most well-known casual dining chains – including Brewdog, Jamie Oliver Restaurant Group, Carluccio’s, Casual Dining Group, Pizza Hut, Bill’s and many more still to be announced.\r\n\r\n<strong>For more information and to register for a free trade ticket to Casual Dining 2019, please visit </strong><strong><a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a></strong><strong> and use priority code CD55.</strong>\r\n<h3><strong>Essential info</strong>:</h3>\r\n<strong>Opening times</strong> – 10am to 5pm both days (last entry 4pm)\r\n\r\n<strong>Dates</strong> – Wednesday 27th and Thursday 28th February\r\n\r\n<strong>Venue</strong> – ExCeL, London\r\n\r\n<strong>Website</strong> –  <a href=\"http://www.casualdiningshow.co.uk\" target=\"_blank\" rel=\"noopener\">www.casualdiningshow.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/\" target=\"_blank\" rel=\"noopener\">Read the full list of keynote speakers at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/\" target=\"_blank\" rel=\"noopener\">JustIngredients discuss how to bring organic to your venue</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\" target=\"_blank\" rel=\"noopener\">Icelandic craft beer trio lands in the UK</a></li>\r\n</ul>','On-Trade Progress - Casual Dining Show preview','','inherit','closed','closed','','3765-revision-v1','','','2019-01-17 14:38:58','2019-01-17 14:38:58','',3765,'https://www.ontradeprogress.com/2019/01/17/3765-revision-v1/',0,'revision','',0),(3768,1,'2019-01-17 14:56:44','2019-01-17 14:56:44','','Black Magic Rum','Black Magic Rum','inherit','closed','closed','','deadmansfinger_1280x853px','','','2019-01-17 14:57:20','2019-01-17 14:57:20','',3757,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/DeadMansFinger_1280x853px.jpg',0,'attachment','image/jpeg',0),(3769,1,'2019-01-17 14:59:11','2019-01-17 14:59:11','<h1><em>On-Trade Progress</em> discovers Black Magic Rum and brings you the perfect cocktail to be serving up this season.</h1>\r\n<h2>Black Magic Daiquiri</h2>\r\n[caption id=\"attachment_3758\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3758\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/image00108-e1547734349786-200x300.jpeg\" alt=\"Black Magic Rum\" width=\"200\" height=\"300\" /> Black Magic Rum[/caption]\r\n\r\nThis dark and delicious cocktail combines delicious flavours with a touch of artistic flair.\r\n\r\n<strong>Ingredients:</strong>\r\n<ul>\r\n 	<li>50ml of Black Magic Rum</li>\r\n 	<li>25ml of lime juice</li>\r\n 	<li>25ml of sugar syrup</li>\r\n 	<li>15ml of high proof rum (to layer on top and light)</li>\r\n 	<li>A dash of cherry bitters</li>\r\n 	<li>Two drops of black food colouring</li>\r\n</ul>\r\n<strong>Method:</strong>\r\n<ul>\r\n 	<li>Shake all the ingredients together</li>\r\n 	<li>Double strain and pour into a glass</li>\r\n 	<li>Float over 25ml of high proof rum on top and light</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/\">JustIngredients discuss how you can bring organic to your menu</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to the low and no alcohol boom - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n</ul>','In the Mix with Black Magic Rum','','inherit','closed','closed','','3757-revision-v1','','','2019-01-17 14:59:11','2019-01-17 14:59:11','',3757,'https://www.ontradeprogress.com/2019/01/17/3757-revision-v1/',0,'revision','',0),(3771,1,'2019-01-17 14:59:46','2019-01-17 14:59:46','<h1>Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery.</h1>\r\nJoining the brewery’s award-winning Icelandic White Ale and Pale Ale, the new Einstök threesome beaching on UK shores includes a Toasted Porter, a Doppelbock Winter Ale and Wee Heavy – a special scotch ale made with birch smoked barley.\r\n\r\nBased just 60 miles south of the Arctic Circle in the fishing port of Akureyri, the Einstök brewery inspires adventure through its unique provenance, positioning and innovation.\r\n\r\nUtilising the world’s purest water, which flows from prehistoric glaciers down the Hlíðarfjall Mountain and through ancient lava ?elds, the brewery’s quest is to produce craft beers that are refreshing, full in flavour and beautifully balanced.\r\n\r\nUnder the watchful eye of head brewer Baldur Karason, the first Icelander in fifty years to train at the prestigious brewing program at Heriot-Watt University in Edinburgh, the brewery has been dominating market share in its homeland and is available in another 22 countries globally since its launch.  The beers now account around 80% of Iceland’s beer exports.\r\n\r\n<strong>The Einstök beers are exclusively imported by Love Drinks, whose Marketing Manager, Ellie Jones said:</strong>\r\n\r\n“For a country with a population approximately the same size of Bradford, Iceland has built a reputation for punching well above its weight. Think Vikings, renewable energy, a football team who spectacularly dumped England out of the Euros in 2016 and the Einstök brewery, who have been creating waves in the global beer market and conquering taste buds since 2010.”\r\n\r\n“In true Viking fashion, the Einstök beers have made a big impression since landing in the UK so we’re delighted to extend the range with these three sensory-rich craft beers and expect them to see strong interest from the UK’s adventurous and discerning beer drinker.”\r\n<h2 align=\"center\"><b>The New Icelandic Trio</b></h2>\r\n<h3><b>Einstök Icelandic Doppelbock </b></h3>\r\nA winter celebration ale made using malted barley and offering those classic chocolate tones that define the traditional style. The complex flavours, caramel sweetness, robust aroma and long, mellow finish make it the perfect companion for roasted meats or a slice of rich chocolate cake.\r\n\r\nABV: 6.7% ABV\r\n\r\nIngredients: Munich Malt, Crystal Malt, Chocolate Malt, Bavarian Hops\r\n\r\nPack/case size: 33cl bottles x 24\r\n<h3><b>Icelandic Toasted Porter</b></h3>\r\n[caption id=\"attachment_3740\" align=\"alignright\" width=\"118\"]<img class=\"size-medium wp-image-3740\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-toasted-porter-118x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with the winter roll-out of a trio of inimitable brews from Iceland’s highly acclaimed Einstök brewery\" width=\"118\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n\r\nOffering big notes of toffee and dark chocolate, this Porter is roasty and rich, offering a medium body that is robust, yet smooth on the palate. Toasted and chocolate malts give it a sinister black colour, but its easy-to-drink character ensures there is no need to be afraid of the dark. Try with chargrilled meats or after a meal with dark chocolate.\r\n\r\nABV: 6.0%\r\n\r\nIngredients: Lager malt, Munich malt, chocolate malt, Bavarian hops, and authentic Icelandic roasted coffee.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\n[caption id=\"attachment_3741\" align=\"alignleft\" width=\"99\"]<img class=\"size-medium wp-image-3741\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Einstok-wee-heavy-1-99x300.jpg\" alt=\"Love Drinks has strengthened its craft beer portfolio with Einstök brewery\" width=\"99\" height=\"300\" /> Love Drinks has strengthened its craft beer portfolio with Einstök brewery[/caption]\r\n<h3><b>Icelandic Wee Heavy</b></h3>\r\nTaking inspiration from the Viking’s history in Scotland that goes back a thousand years and our brewmaster’s student days in Edinburgh while learning his trade, this Icelandic Scotch Ale is made with locally farmed and smoked barley and spiced with native Icelandic angelica – a fabled herb ancient Vikings used as currency. With rich colour, creamy head, a sweet malt aroma and a hint of the smokiness delivered by the birch, the beer is complex with a malty richness, caramel notes and a savoury smokiness to finish. Try alongside smoked cheeses, bread pudding and fruit-forward dishes.\r\n\r\nABV: 8.0%\r\n\r\nIngredients: Smoked Icelandic barley, pale ale malt, crystal malt, chocolate malt, Bavarian hops, Icelandic angelica root.\r\n\r\nPack/case size: 33cl bottles x 24\r\n\r\nFor further information on Einstök, visit <a href=\"http://www.einstokbeer.com/\">www.einstokbeer.com</a> or follow on Instagram (@einstok), Twitter (@einstokbeer), and Facebook at <u><a href=\"http://www.facebook.com/Einstok\">www.facebook.com/Einstok</a></u>.\r\n<h3><b>About Love Drinks</b></h3>\r\nLove Drinks is an independent import, distribution and marketing company for premium quality spirits, liqueurs and craft beers. Their portfolio represents quality, craft-distilled and family-owned brands that have a rich provenance, heritage and history.\r\n\r\nFounded by Kirsty Loveday BEM in 2007, Love Drinks represent Abelha Organic Cachaça, The Bitter Truth Cocktail Range of Bitters and Liqueurs, Einstök Icelandic Craft Beers, El Bandarra Vermut, El Dorado Demerara Rums, Four Pillars Gin, Gosling’s Bermuda Rums, Hernö Gins, Kamm &amp; Sons, Mr Black Cold Brew Coffee Liqueur and The Artisan Drinks Company.\r\n\r\n<strong>For more information visit <a href=\"http://www.lovedrinks.com/\">www.lovedrinks.com</a> or follow on Facebook - @lovedrinksltd Instagram - @love_drinks_ltd or Twitter - @Love_Drinks</strong>','Icelandic craft beer trio land in the UK','','inherit','closed','closed','','3739-revision-v1','','','2019-01-17 14:59:46','2019-01-17 14:59:46','',3739,'https://www.ontradeprogress.com/2019/01/17/3739-revision-v1/',0,'revision','',0),(3772,1,'2019-01-17 15:56:19','2019-01-17 15:56:19','<h1>Germany’s number one premium beer brand <a href=\"https://www.krombacher.com/en\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has kickstarted the year with the launch of #Pourfection2019, its annual competition to win an all-expenses-paid, 3-day trip to visit the brewery in Krombach for the annual Reinheitsgebot celebrations in April.</h1>\r\nThe competition, which aims to teach consumers about the importance of and skill behind perfectly poured beer, is open to both bar staff and consumers around the UK.\r\n\r\nEntrants are required to make a video of themselves pouring a Krombacher from a can, bottle or draught tap. They are then asked to share the video via the Krombacher Facebook Fanpage with the hashtags #Krombacher #Pourfection2019.\r\n\r\nThe entries will be marked on pour quality, originality and consistency in the use of the Krombacher brand and the closing date for entries are February 28th 2019.\r\n\r\nThe winners, which will be announced on March 22nd 2019, will be then be flown to Germany for Krombacher’s International Party at the brewery over the weekend of April 26-28<sup>th</sup> 2019.\r\n\r\nTo showcase the knowledge, skills and technique needed to pull off the perfect Krombacher pour, a series of videos have been produced by the brewery and along with full terms and conditions can be found at <a href=\"http://www.krombacher.com/pourfection\">www.krombacher.com/pourfection</a>.\r\n\r\n<strong>Stephan Kofler, UK &amp; Italy Sales &amp; Marketing Director for Krombacher, said:</strong>\r\n\r\n“We’re delighted to relaunch our Pourfection competition for 2019 which gets bigger and receives more entries every year.  It’s a great way to teach bar staff and consumers about the perfect way to pour our beer and always generate some excitement on our growing social media channels. Our Master Brewers work hard to produce the perfect beer so when it reaches a customer’s lips, we want it to be served in the best possible way. Hopefully, this fun competition will continue to raise pouring standards around the UK.”\r\n\r\n[caption id=\"attachment_3774\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3774\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3620867_1920-200x300.jpg\" alt=\"Krombacher Pourfection\" width=\"200\" height=\"300\" /> Krombacher Pourfection[/caption]\r\n<h2><strong>About Krombacher</strong></h2>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n\r\n<strong>For further information:</strong>\r\n\r\n<strong><a href=\"mailto:info@krombacher.co.uk\">info@krombacher.co.uk</a></strong>\r\n\r\n<strong><a href=\"http://www.krombacher.co.uk/\">www.krombacher.co.uk</a></strong>\r\n\r\n<strong>Twitter - @krombacherUK</strong>\r\n\r\n<strong>Facebook, Instagram - /KrombacherUK</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Dead Man\'s Fingers cocktails</a></li>\r\n</ul>','Perfect your pour and win a trip to the Krombacher Brewery in Pourfection 2019','','publish','closed','open','','win-trip-krombacher-brewery-pourfection','','https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\nhttps://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/','2019-01-17 16:06:25','2019-01-17 16:06:25','',0,'https://www.ontradeprogress.com/?p=3772',0,'post','',0),(3773,1,'2019-01-17 15:41:31','2019-01-17 15:41:31','','Krombacher Pourfection','Krombacher Pourfection','inherit','closed','closed','','48411252_1016528285199320_8278645404019458048_n','','','2019-01-17 15:42:15','2019-01-17 15:42:15','',3772,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/48411252_1016528285199320_8278645404019458048_n.jpg',0,'attachment','image/jpeg',0),(3774,1,'2019-01-17 15:47:39','2019-01-17 15:47:39','','Krombacher Pourfection','Krombacher Pourfection','inherit','closed','closed','','beer-3620867_1920','','','2019-01-17 15:48:49','2019-01-17 15:48:49','',3772,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3620867_1920.jpg',0,'attachment','image/jpeg',0),(3775,1,'2019-01-17 15:54:54','2019-01-17 15:54:54','<h1>Germany’s number one premium beer brand Krombacher has kickstarted the year with the launch of #Pourfection2019, its annual competition to win an all-expenses-paid, 3-day trip to visit the brewery in Krombach for the annual Reinheitsgebot celebrations in April.</h1>\r\nThe competition, which aims to teach consumers about the importance of and skill behind perfectly poured beer, is open to both bar staff and consumers around the UK.\r\n\r\nEntrants are required to make a video of themselves pouring a Krombacher from a can, bottle or draught tap. They are then asked to share the video via the Krombacher Facebook Fanpage with the hashtags #Krombacher #Pourfection2019.\r\n\r\nThe entries will be marked on pour quality, originality and consistency in the use of the Krombacher brand and the closing date for entries are February 28th 2019.\r\n\r\nThe winners, which will be announced on March 22nd 2019, will be then be flown to Germany for Krombacher’s International Party at the brewery over the weekend of April 26-28<sup>th</sup> 2019.\r\n\r\nTo showcase the knowledge, skills and technique needed to pull off the perfect Krombacher pour, a series of videos have been produced by the brewery and along with full terms and conditions can be found at <a href=\"http://www.krombacher.com/pourfection\">www.krombacher.com/pourfection</a>.\r\n\r\n<strong>Stephan Kofler, UK &amp; Italy Sales &amp; Marketing Director for Krombacher, said:</strong>\r\n\r\n“We’re delighted to relaunch our Pourfection competition for 2019 which gets bigger and receives more entries every year.  It’s a great way to teach bar staff and consumers about the perfect way to pour our beer and always generate some excitement on our growing social media channels. Our Master Brewers work hard to produce the perfect beer so when it reaches a customer’s lips, we want it to be served in the best possible way. Hopefully, this fun competition will continue to raise pouring standards around the UK.”\r\n\r\n[caption id=\"attachment_3774\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3774\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3620867_1920-200x300.jpg\" alt=\"Krombacher Pourfection\" width=\"200\" height=\"300\" /> Krombacher Pourfection[/caption]\r\n<h2><strong>About Krombacher</strong></h2>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n\r\n<strong>For further information:</strong>\r\n\r\n<strong><a href=\"mailto:info@krombacher.co.uk\">info@krombacher.co.uk</a></strong>\r\n\r\n<strong><a href=\"http://www.krombacher.co.uk/\">www.krombacher.co.uk</a></strong>\r\n\r\n<strong>Twitter - @krombacherUK</strong>\r\n\r\n<strong>Facebook, Instagram - /KrombacherUK</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Dead Man\'s Fingers cocktails</a></li>\r\n</ul>','Perfect your pour and win a trip to the Krombacher Brewery in Pourfection 2019','','inherit','closed','closed','','3772-revision-v1','','','2019-01-17 15:54:54','2019-01-17 15:54:54','',3772,'https://www.ontradeprogress.com/2019/01/17/3772-revision-v1/',0,'revision','',0),(3776,1,'2019-01-17 15:58:29','2019-01-17 15:58:29','<h1>Germany’s number one premium beer brand <a href=\"https://www.krombacher.com/en\">Krombacher</a> has kickstarted the year with the launch of #Pourfection2019, its annual competition to win an all-expenses-paid, 3-day trip to visit the brewery in Krombach for the annual Reinheitsgebot celebrations in April.</h1>\nThe competition, which aims to teach consumers about the importance of and skill behind perfectly poured beer, is open to both bar staff and consumers around the UK.\n\nEntrants are required to make a video of themselves pouring a Krombacher from a can, bottle or draught tap. They are then asked to share the video via the Krombacher Facebook Fanpage with the hashtags #Krombacher #Pourfection2019.\n\nThe entries will be marked on pour quality, originality and consistency in the use of the Krombacher brand and the closing date for entries are February 28th 2019.\n\nThe winners, which will be announced on March 22nd 2019, will be then be flown to Germany for Krombacher’s International Party at the brewery over the weekend of April 26-28<sup>th</sup> 2019.\n\nTo showcase the knowledge, skills and technique needed to pull off the perfect Krombacher pour, a series of videos have been produced by the brewery and along with full terms and conditions can be found at <a href=\"http://www.krombacher.com/pourfection\">www.krombacher.com/pourfection</a>.\n\n<strong>Stephan Kofler, UK &amp; Italy Sales &amp; Marketing Director for Krombacher, said:</strong>\n\n“We’re delighted to relaunch our Pourfection competition for 2019 which gets bigger and receives more entries every year.  It’s a great way to teach bar staff and consumers about the perfect way to pour our beer and always generate some excitement on our growing social media channels. Our Master Brewers work hard to produce the perfect beer so when it reaches a customer’s lips, we want it to be served in the best possible way. Hopefully, this fun competition will continue to raise pouring standards around the UK.”\n\n[caption id=\"attachment_3774\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3774\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3620867_1920-200x300.jpg\" alt=\"Krombacher Pourfection\" width=\"200\" height=\"300\" /> Krombacher Pourfection[/caption]\n<h2><strong>About Krombacher</strong></h2>\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\n\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\n\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\n\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\n\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\n\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\n\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\n\n<strong>For further information:</strong>\n\n<strong><a href=\"mailto:info@krombacher.co.uk\">info@krombacher.co.uk</a></strong>\n\n<strong><a href=\"http://www.krombacher.co.uk/\">www.krombacher.co.uk</a></strong>\n\n<strong>Twitter - @krombacherUK</strong>\n\n<strong>Facebook, Instagram - /KrombacherUK</strong>\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Dead Man\'s Fingers cocktails</a></li>\n</ul>','Perfect your pour and win a trip to the Krombacher Brewery in Pourfection 2019','','inherit','closed','closed','','3772-autosave-v1','','','2019-01-17 15:58:29','2019-01-17 15:58:29','',3772,'https://www.ontradeprogress.com/2019/01/17/3772-autosave-v1/',0,'revision','',0),(3777,1,'2019-01-17 16:00:05','2019-01-17 16:00:05','<h1>Germany’s number one premium beer brand <a href=\"https://www.krombacher.com/en\" target=\"_blank\" rel=\"noopener\">Krombacher</a> has kickstarted the year with the launch of #Pourfection2019, its annual competition to win an all-expenses-paid, 3-day trip to visit the brewery in Krombach for the annual Reinheitsgebot celebrations in April.</h1>\r\nThe competition, which aims to teach consumers about the importance of and skill behind perfectly poured beer, is open to both bar staff and consumers around the UK.\r\n\r\nEntrants are required to make a video of themselves pouring a Krombacher from a can, bottle or draught tap. They are then asked to share the video via the Krombacher Facebook Fanpage with the hashtags #Krombacher #Pourfection2019.\r\n\r\nThe entries will be marked on pour quality, originality and consistency in the use of the Krombacher brand and the closing date for entries are February 28th 2019.\r\n\r\nThe winners, which will be announced on March 22nd 2019, will be then be flown to Germany for Krombacher’s International Party at the brewery over the weekend of April 26-28<sup>th</sup> 2019.\r\n\r\nTo showcase the knowledge, skills and technique needed to pull off the perfect Krombacher pour, a series of videos have been produced by the brewery and along with full terms and conditions can be found at <a href=\"http://www.krombacher.com/pourfection\">www.krombacher.com/pourfection</a>.\r\n\r\n<strong>Stephan Kofler, UK &amp; Italy Sales &amp; Marketing Director for Krombacher, said:</strong>\r\n\r\n“We’re delighted to relaunch our Pourfection competition for 2019 which gets bigger and receives more entries every year.  It’s a great way to teach bar staff and consumers about the perfect way to pour our beer and always generate some excitement on our growing social media channels. Our Master Brewers work hard to produce the perfect beer so when it reaches a customer’s lips, we want it to be served in the best possible way. Hopefully, this fun competition will continue to raise pouring standards around the UK.”\r\n\r\n[caption id=\"attachment_3774\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3774\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3620867_1920-200x300.jpg\" alt=\"Krombacher Pourfection\" width=\"200\" height=\"300\" /> Krombacher Pourfection[/caption]\r\n<h2><strong>About Krombacher</strong></h2>\r\nKrombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803, adhering to the German Beer Purity Law of 1516 (Reinheitsgebot).\r\n\r\nRelying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the-art technology, the brewery only uses the best, 100% natural and wholesome ingredients including the finest two-row summer barley, Siegel hops from Hallertau and its own specially cultivated yeast.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is especially soft and low in mineral content making it perfect for brewing.\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year on year double digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-trade for its comprehensive draught, bottle and can offering plus it’s low/no alcohol range, has also bolstered OFF-trade sales with the brand now listed in Booths, Majestic, Morrisons, Ocado and Tesco.\r\n\r\nKrombacher is imported into the UK by Morgenrot and Oakham Ales.\r\n\r\n<strong>For further information:</strong>\r\n\r\n<strong><a href=\"mailto:info@krombacher.co.uk\">info@krombacher.co.uk</a></strong>\r\n\r\n<strong><a href=\"http://www.krombacher.co.uk/\">www.krombacher.co.uk</a></strong>\r\n\r\n<strong>Twitter - @krombacherUK</strong>\r\n\r\n<strong>Facebook, Instagram - /KrombacherUK</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/\">Dead Man\'s Fingers cocktails</a></li>\r\n</ul>','Perfect your pour and win a trip to the Krombacher Brewery in Pourfection 2019','','inherit','closed','closed','','3772-revision-v1','','','2019-01-17 16:00:05','2019-01-17 16:00:05','',3772,'https://www.ontradeprogress.com/2019/01/17/3772-revision-v1/',0,'revision','',0),(3778,1,'2019-01-21 08:53:34','2019-01-21 08:53:34','<h1>RIVERWOODS, Ill. &amp; LUXEMBOURG – 3C Payment, a leading global payment service provider, and Diners Club International, a subsidiary of Discover Financial Services and part of the Discover Global Network, have announced a newly signed agreement that will expand acceptance for Discover, Diners Club, PULSE and affiliate network cards across Europe and the Middle East.</h1>\r\n3C Payment is a leading multi-channel payment service provider that works with merchants in hospitality, quick service restaurant and retail industries among others. These merchant industries are a focus for Discover and partner cardholders who travel throughout Europe and the Middle East.\r\n\r\nDiscover Global Network has over 44 million merchant acceptance locations and 2 million ATM and cash access locations across 190 countries and territories, and includes Discover, Diners Club International, PULSE and affiliated networks.\r\n\r\n“We’re always looking for ways to expand global acceptance for our cardholders, especially in the key travel and hospitality sectors,” said Amy Parsons, senior vice president of global acceptance at Discover. “3C Payment has an extensive footprint in Europe and the Middle East and our cardholders will benefit from their network of top merchants and retailers.”\r\n\r\n“We are delighted to further enhance our relationship with Discover by entering into this agreement. Our merchants will benefit greatly from the many advantages that the acceptance of Discover and affiliated brands can bring to their business,” says Damien Estrade, Head of Business Development of 3C Payment.\r\n<h2>About DISCOVER</h2>\r\nDiscover Financial Services (NYSE: DFS) is a direct banking and payment services company with one of the most recognized brands in U.S. financial services. Since its inception in 1986, the company has become one of the largest card issuers in the United States. The company issues the Discover card, America\'s cash rewards pioneer, and offers private student loans, personal loans, home equity loans, checking and savings accounts and certificates of deposit through its direct banking business. It operates the Discover Global Network comprised of Discover Network, with millions of merchant and cash access locations; PULSE, one of the nation\'s leading ATM/debit networks; and Diners Club International, a global payments network with acceptance in 190 countries and territories. For more information, visit <a href=\"http://www.discover.com/company\">www.discover.com/company</a>.\r\n\r\n<strong>About 3C Payment</strong>\r\n\r\n3C Payment makes it easy for consumers to pay anyhow, anywhere, using highly secure specialized transaction flows that support the needs of our clients. The services we offer cover the full transaction journey from integrated P2PE EMV hardware linked to our hosted infrastructure and payment gateway services, to online and in-app payment acceptance linked to onsite and ERP systems. Our secure 3C Integra hosted platform unifies multiple payment channels allowing merchants to confidently trade in person and online in over 40 countries worldwide with local or centralized reporting accessible from anywhere through our web portal.\r\n\r\n<strong>Contacts:</strong>\r\n\r\n<strong>Discover/Diners Club International\r\nSarah Grage Silberman</strong>\r\n<strong>+1-224-405-6029</strong>\r\n<a href=\"mailto:sarahgragesilberman@discover.com\">sarahgragesilberman@discover.com</a>\r\n<strong>@Discover_News</strong>\r\n\r\n<strong>3C Payment Luxembourg SA</strong>\r\n<strong>Marketing and Communication Department</strong>\r\n\r\n<strong> +352 27 753 324   </strong>\r\n\r\n<a href=\"mailto:Guillaine.Matter@3CPayment.com\">Guillaine.Matter@3CPayment.com</a>\r\n\r\n<a href=\"http://www.3CPayment.com\">www.3CPayment.com</a>','3C Payment works with Discover to expand card acceptance across Europe and the Middle East','','publish','closed','open','','3c-payment-works-europe-middle-east','','','2019-01-21 09:05:13','2019-01-21 09:05:13','',0,'https://www.ontradeprogress.com/?p=3778',0,'post','',0),(3779,1,'2019-01-17 16:30:04','2019-01-17 16:30:04','<h1>RIVERWOODS, Ill. &amp; LUXEMBOURG – 3C Payment, a leading global payment service provider, and Diners Club International, a subsidiary of Discover Financial Services and part of the Discover Global Network, have announced a newly signed agreement that will expand acceptance for Discover, Diners Club, PULSE and affiliate network cards across Europe and the Middle East.</h1>\r\n3C Payment is a leading multi-channel payment service provider that works with merchants in hospitality, quick service restaurant and retail industries among others. These merchant industries are a focus for Discover and partner cardholders who travel throughout Europe and the Middle East.\r\n\r\nDiscover Global Network has over 44 million merchant acceptance locations and 2 million ATM and cash access locations across 190 countries and territories, and includes Discover, Diners Club International, PULSE and affiliated networks.\r\n\r\n“We’re always looking for ways to expand global acceptance for our cardholders, especially in the key travel and hospitality sectors,” said Amy Parsons, senior vice president of global acceptance at Discover. “3C Payment has an extensive footprint in Europe and the Middle East and our cardholders will benefit from their network of top merchants and retailers.”\r\n\r\n“We are delighted to further enhance our relationship with Discover by entering into this agreement. Our merchants will benefit greatly from the many advantages that the acceptance of Discover and affiliated brands can bring to their business,” says Damien Estrade, Head of Business Development of 3C Payment.\r\n<h2>About DISCOVER</h2>\r\nDiscover Financial Services (NYSE: DFS) is a direct banking and payment services company with one of the most recognized brands in U.S. financial services. Since its inception in 1986, the company has become one of the largest card issuers in the United States. The company issues the Discover card, America\'s cash rewards pioneer, and offers private student loans, personal loans, home equity loans, checking and savings accounts and certificates of deposit through its direct banking business. It operates the Discover Global Network comprised of Discover Network, with millions of merchant and cash access locations; PULSE, one of the nation\'s leading ATM/debit networks; and Diners Club International, a global payments network with acceptance in 190 countries and territories. For more information, visit <a href=\"http://www.discover.com/company\">www.discover.com/company</a>.\r\n\r\n<strong>About 3C Payment</strong>\r\n\r\n3C Payment makes it easy for consumers to pay anyhow, anywhere, using highly secure specialized transaction flows that support the needs of our clients. The services we offer cover the full transaction journey from integrated P2PE EMV hardware linked to our hosted infrastructure and payment gateway services, to online and in-app payment acceptance linked to onsite and ERP systems. Our secure 3C Integra hosted platform unifies multiple payment channels allowing merchants to confidently trade in person and online in over 40 countries worldwide with local or centralized reporting accessible from anywhere through our web portal.\r\n\r\n<strong>Contacts:</strong>\r\n\r\n<strong>Discover/Diners Club International\r\nSarah Grage Silberman</strong>\r\n<strong>+1-224-405-6029</strong>\r\n<a href=\"mailto:sarahgragesilberman@discover.com\">sarahgragesilberman@discover.com</a>\r\n<strong>@Discover_News</strong>\r\n\r\n<strong>3C Payment Luxembourg SA</strong>\r\n<strong>Marketing and Communication Department</strong>\r\n\r\n<strong> +352 27 753 324   </strong>\r\n\r\n<a href=\"mailto:Guillaine.Matter@3CPayment.com\">Guillaine.Matter@3CPayment.com</a>\r\n\r\n<a href=\"http://www.3CPayment.com\">www.3CPayment.com</a>','3C Payment works with Discover to expand card acceptance across Europe and the Middle East','','inherit','closed','closed','','3778-revision-v1','','','2019-01-17 16:30:04','2019-01-17 16:30:04','',3778,'https://www.ontradeprogress.com/2019/01/17/3778-revision-v1/',0,'revision','',0),(3781,1,'2019-01-18 08:50:57','2019-01-18 08:50:57','<h1>We chat to JustIngredients to discuss how you can incorporate organic into your venue offering.</h1>\r\nJustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust. JustIngredients offers a wide range of products that can be incorporated into your offering; including, but not limited to, a range of spices, herbs and oils.\r\n\r\nWhat makes JustIngredients so special? It is committed to selling only ethically-sourced and responsible ingredients, which taste great too!\r\n\r\n[caption id=\"attachment_3751\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3751\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1610MH-300x300.png\" alt=\"JustIngredients, the specialist provider of premium ingredients, is a one-stop shop for quality ingredients that hospitality can trust\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h2>The conscious eater</h2>\r\nWith the consumer becoming not only more health conscious, but also more ethically conscious, sourcing organic ingredients is the key to keeping customers coming back.\r\n\r\n“Organic is a symbol of trust,” explains Sophie Chryssaphes, business manager at JustIngredients. “Wherever you see the organic symbol, you can be sure that the food has been produced to the highest standards.\r\n\r\n“Organic standards set out what farmers can and cannot do and place a strong emphasis on the protection of wildlife and the environment. Organic agriculture uses fewer pesticides, the highest standards of animal welfare and no GM ingredients.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/\">Beer is key to low &amp; no alcohol - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/\">Icelandic craft beer trio land in the UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/\">Sun Valley Nuts partners with Tobasco</a></li>\r\n</ul>\r\n[caption id=\"attachment_3752\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3752\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1611CO-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Embracing organic</h3>\r\nOrganic has become the base standard for most industries in terms of providing ingredients that are better for wildlife and the planet. At the very least, industry needs to be offering organic.\r\n\r\nSophie continues: “Whether it’s sourcing organic drinks for the bar, incorporating organic produce into dishes, or developing an organic menu; every step each company takes (however big or small) enables us to collectively spread the message of organic and in turn, continue to drive growth in this sector.”\r\n\r\nWith the demand for organic products on the rise, incorporating organic into your business can only be positive for sales too; a survey carried out by the Soil Association for their Organic Market 2018 Report, reported that 43% of respondents think that having organic on the menu makes a restaurant more appealing and they would be more likely to eat there.\r\n\r\n[caption id=\"attachment_3753\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3753\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/1612BPC-300x300.png\" alt=\"JustIngredients\" width=\"300\" height=\"300\" /> JustIngredients[/caption]\r\n<h3>Providing the best</h3>\r\nWith a newly developed website specifically designed to reflect the fast-paced nature of the hospitality industry, JustIngredients is primed to help any hospitality manager or entrepreneur.\r\n\r\nShe concludes: “We are committed to expanding our range of products, including conventional, organic and Fairtrade ingredients, making good quality and full of flavour ingredients more accessible to catering and beverage companies. This year we’ve launched 26 new organic ingredients and have more on the way before the end of the year.”\r\n\r\n<strong>To find out more, visit <a href=\"https://trade.justingredients.co.uk/\">https://trade.justingredients.co.uk/</a></strong>','Justingredients discuss how you can bring organic to your venue','','inherit','closed','closed','','3748-revision-v1','','','2019-01-18 08:50:57','2019-01-18 08:50:57','',3748,'https://www.ontradeprogress.com/2019/01/18/3748-revision-v1/',0,'revision','',0),(3782,1,'2019-01-21 08:56:40','2019-01-21 08:56:40','','3c Payment','3c Payment','inherit','closed','closed','','1-3cpayment-logo-main-rgb','','','2019-01-21 08:58:00','2019-01-21 08:58:00','',3778,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/1-3CPayment-LOGO-MAIN-RGB.jpg',0,'attachment','image/jpeg',0),(3783,1,'2019-01-21 09:04:46','2019-01-21 09:04:46','<h1>RIVERWOODS, Ill. &amp; LUXEMBOURG – 3C Payment, a leading global payment service provider, and Diners Club International, a subsidiary of Discover Financial Services and part of the Discover Global Network, have announced a newly signed agreement that will expand acceptance for Discover, Diners Club, PULSE and affiliate network cards across Europe and the Middle East.</h1>\r\n3C Payment is a leading multi-channel payment service provider that works with merchants in hospitality, quick service restaurant and retail industries among others. These merchant industries are a focus for Discover and partner cardholders who travel throughout Europe and the Middle East.\r\n\r\nDiscover Global Network has over 44 million merchant acceptance locations and 2 million ATM and cash access locations across 190 countries and territories, and includes Discover, Diners Club International, PULSE and affiliated networks.\r\n\r\n“We’re always looking for ways to expand global acceptance for our cardholders, especially in the key travel and hospitality sectors,” said Amy Parsons, senior vice president of global acceptance at Discover. “3C Payment has an extensive footprint in Europe and the Middle East and our cardholders will benefit from their network of top merchants and retailers.”\r\n\r\n“We are delighted to further enhance our relationship with Discover by entering into this agreement. Our merchants will benefit greatly from the many advantages that the acceptance of Discover and affiliated brands can bring to their business,” says Damien Estrade, Head of Business Development of 3C Payment.\r\n<h2>About DISCOVER</h2>\r\nDiscover Financial Services (NYSE: DFS) is a direct banking and payment services company with one of the most recognized brands in U.S. financial services. Since its inception in 1986, the company has become one of the largest card issuers in the United States. The company issues the Discover card, America\'s cash rewards pioneer, and offers private student loans, personal loans, home equity loans, checking and savings accounts and certificates of deposit through its direct banking business. It operates the Discover Global Network comprised of Discover Network, with millions of merchant and cash access locations; PULSE, one of the nation\'s leading ATM/debit networks; and Diners Club International, a global payments network with acceptance in 190 countries and territories. For more information, visit <a href=\"http://www.discover.com/company\">www.discover.com/company</a>.\r\n\r\n<strong>About 3C Payment</strong>\r\n\r\n3C Payment makes it easy for consumers to pay anyhow, anywhere, using highly secure specialized transaction flows that support the needs of our clients. The services we offer cover the full transaction journey from integrated P2PE EMV hardware linked to our hosted infrastructure and payment gateway services, to online and in-app payment acceptance linked to onsite and ERP systems. Our secure 3C Integra hosted platform unifies multiple payment channels allowing merchants to confidently trade in person and online in over 40 countries worldwide with local or centralized reporting accessible from anywhere through our web portal.\r\n\r\n<strong>Contacts:</strong>\r\n\r\n<strong>Discover/Diners Club International\r\nSarah Grage Silberman</strong>\r\n<strong>+1-224-405-6029</strong>\r\n<a href=\"mailto:sarahgragesilberman@discover.com\">sarahgragesilberman@discover.com</a>\r\n<strong>@Discover_News</strong>\r\n\r\n<strong>3C Payment Luxembourg SA</strong>\r\n<strong>Marketing and Communication Department</strong>\r\n\r\n<strong> +352 27 753 324   </strong>\r\n\r\n<a href=\"mailto:Guillaine.Matter@3CPayment.com\">Guillaine.Matter@3CPayment.com</a>\r\n\r\n<a href=\"http://www.3CPayment.com\">www.3CPayment.com</a>','3C Payment works with Discover to expand card acceptance across Europe and the Middle East','','inherit','closed','closed','','3778-autosave-v1','','','2019-01-21 09:04:46','2019-01-21 09:04:46','',3778,'https://www.ontradeprogress.com/2019/01/21/3778-autosave-v1/',0,'revision','',0),(3784,1,'2019-01-21 10:30:15','2019-01-21 10:30:15','<h1><u>Charcoal Roasted Cod Fillet with a Bacon &amp; Hazelnut Crumb, Puy Lentils, Charred Vegetables and Chorizo Mayo</u></h1>\r\nA great warming autumnal cod dish cooked in the amazing MIBRASA Charcoal Oven.\r\n<h2>Ingredients</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"274\">&nbsp;\r\n\r\n2 x 170g Cod Fillets\r\n\r\n100g Smoked Streaky Bacon\r\n\r\n50g Roasted Hazelnuts\r\n\r\n100g Breadcrumbs\r\n\r\n½ Bunch of Flat Leaf Parsley Chopped\r\n\r\n150g Diced Chorizo (raw or cured)\r\n\r\n2tsp Smoked Paprika\r\n\r\n250ml Vegetable Oil\r\n\r\n2 Egg Yolks\r\n\r\n1tsp English Mustard\r\n\r\n1tbls White Wine Vinegar\r\n\r\n&nbsp;</td>\r\n<td width=\"265\">&nbsp;\r\n\r\n150g Chantenay Carrots\r\n\r\n100g Baby Spinach\r\n\r\n1 Leek\r\n\r\n150g Puy Lentils\r\n\r\n500ml Chicken Stock\r\n\r\n1 Diced Banana Shallot\r\n\r\n1 Minced Garlic Clove\r\n\r\n½ Lemon\r\n\r\n100g Butter\r\n\r\n1 tbsp Honey\r\n\r\nSalt/Pepper\r\n\r\n<em> </em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Chefs Comment:</h3>\r\nThis is a beautiful recipe which we have designed around the MIBRASA Charcoal Oven. Cooking in the charcoal oven enhances the natural flavour of the fish and locks in its moisture, making for a succulent finish. We have the heating rack option installed on our MIBRASA which is great for recipes like this. The even temperature of about 45’c is perfect for resting your meat and fish; it can also keep ingredients warm whilst applying the finishing touches to your plate.\r\n<ol>\r\n 	<li><strong>Light the MIBRASA and aim for 300°c (takes about 35 minutes), this is a great all-round temperature for cooking a variety of produce in the MIBRASA and perfect for this recipe.</strong></li>\r\n 	<li><strong>For the smoked bacon and hazelnut crumb</strong></li>\r\n</ol>\r\nEvenly spread the bacon on a tray and bake in the MIBRASA until crisp, keep an eye not to burn, remove from the oven and reserve some of the rendered bacon fat. Once slightly cooled hand chop as small as you can. Place the hazelnuts in a food processor and blitz until they are a similar size to the breadcrumbs.\r\n\r\nNow mix the chopped bacon, blitzed hazelnuts and breadcrumbs together and add some of the cooking fat from the bacon to give a bit more flavour. Spread evenly on a tray and bake until the breadcrumbs are crisp but without too much colour. When cool add the chopped parsley.\r\n<ol start=\"3\">\r\n 	<li><strong>For the puy lentils</strong></li>\r\n</ol>\r\nUsing a thick based casserole dish in the MIBRASA; sauté the shallots, garlic, finely diced chorizo and carrot, season with salt and pepper. Add the Puy lentils and cover with chicken stock. Make sure you add additional chicken stock as needed. Cook until the lentils are tender, then strain and reserve any liquid. Reduce the remainder of the cooking liquid until thick and syrupy then add to the lentils checking your seasoning.\r\n<ol start=\"4\">\r\n 	<li><strong>For the chorizo mayonnaise</strong></li>\r\n</ol>\r\nPlace the roughly chopped chorizo and smoked paprika in a casserole dish with the vegetable oil and gently heat on the hob for approximately 15 mins until the oil becomes red in colour. Strain and chill the oil. Dispose of the chorizo.\r\n\r\nPlace the egg yolk, English mustard and white wine vinegar into a bowl and whisk together. Gradually add the ‘chorizo oil’ whisking continuously. You can use an electric whisk or a mixer with a whisk attachment. Taste, season and add a squeeze of lemon juice to finish.\r\n<ol start=\"5\">\r\n 	<li><strong>For the charred vegetable garnish</strong></li>\r\n</ol>\r\nBlanch the chantenay carrots for 2 mins in boiling water, strain and the cut in half lengthways, place cut side down in a casserole dish and season, place in the MIBRASA. Let them colour then add some butter and drizzle with honey, tossing them in the pan to glaze, then remove from the oven and keep warm.\r\n\r\nPlace washed spinach in the casserole dish, season and add some butter remove as soon as the spinach has wilted.\r\n\r\nCut the leeks at an angle then rinse to remove any dirt, place straight on to the grill cut side down. Leave to char on either side and remove from the grill, season with salt and pepper.\r\n\r\nYou can char the leeks whilst the other vegetables are cooking.\r\n<ol start=\"6\">\r\n 	<li><strong>For the Cod, the main event</strong></li>\r\n</ol>\r\nSeason the cod fillet with sea salt and leave for 15 mins in the fridge, rinse and dry the fish. This will help retain some moisture whilst cooking. Season with a little salt and place the cod service side down into a lightly oiled pan. Roast in the MIBRASA for about four minutes until nicely coloured then turn to finish the cooking, rest the fish on the heating rack. The fish should be just cooked, moist and flaky.\r\n<ol start=\"7\">\r\n 	<li><strong>Now bring all your ingredients to the plate and enjoy!</strong></li>\r\n</ol>\r\n<strong>Chefs Tip:<em> Use any leftover bacon crumb on steamed vegetables to add texture and the mayo goes great with Chips or on top of a burger!</em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/on-trade-casual-dining-show/\">Casual Dining Show preview</a></li>\r\n</ul>','On the plate with the MIBRASA charcoal oven from Ascentia','','publish','closed','open','','mibrasa-oven-meal','','\nhttps://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/','2019-01-21 14:46:14','2019-01-21 14:46:14','',0,'https://www.ontradeprogress.com/?p=3784',0,'post','',0),(3785,1,'2019-01-21 10:23:52','2019-01-21 10:23:52','','MIBRASA Oven','MIBRASA charcoal oven - Charcoal roasted cod fillet with a bacon & hazelnut crumb, puy lentils, charred vegetables and chorizo mayo','inherit','closed','closed','','mibrasa-oven','','','2019-01-21 10:25:15','2019-01-21 10:25:15','',3784,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/MIBRASA-Oven.jpg',0,'attachment','image/jpeg',0),(3786,1,'2019-01-21 10:29:33','2019-01-21 10:29:33','<h1><u>Charcoal Roasted Cod Fillet with a Bacon &amp; Hazelnut Crumb, Puy Lentils, Charred Vegetables and Chorizo Mayo</u></h1>\r\nA great warming autumnal cod dish cooked in the amazing MIBRASA Charcoal Oven.\r\n<h2>Ingredients</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"274\">&nbsp;\r\n\r\n2 x 170g Cod Fillets\r\n\r\n100g Smoked Streaky Bacon\r\n\r\n50g Roasted Hazelnuts\r\n\r\n100g Breadcrumbs\r\n\r\n½ Bunch of Flat Leaf Parsley Chopped\r\n\r\n150g Diced Chorizo (raw or cured)\r\n\r\n2tsp Smoked Paprika\r\n\r\n250ml Vegetable Oil\r\n\r\n2 Egg Yolks\r\n\r\n1tsp English Mustard\r\n\r\n1tbls White Wine Vinegar\r\n\r\n&nbsp;</td>\r\n<td width=\"265\">&nbsp;\r\n\r\n150g Chantenay Carrots\r\n\r\n100g Baby Spinach\r\n\r\n1 Leek\r\n\r\n150g Puy Lentils\r\n\r\n500ml Chicken Stock\r\n\r\n1 Diced Banana Shallot\r\n\r\n1 Minced Garlic Clove\r\n\r\n½ Lemon\r\n\r\n100g Butter\r\n\r\n1 tbsp Honey\r\n\r\nSalt/Pepper\r\n\r\n<em> </em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Chefs Comment:</h3>\r\nThis is a beautiful recipe which we have designed around the MIBRASA Charcoal Oven. Cooking in the charcoal oven enhances the natural flavour of the fish and locks in its moisture, making for a succulent finish. We have the heating rack option installed on our MIBRASA which is great for recipes like this. The even temperature of about 45’c is perfect for resting your meat and fish; it can also keep ingredients warm whilst applying the finishing touches to your plate.\r\n<ol>\r\n 	<li><strong>Light the MIBRASA and aim for 300°c (takes about 35 minutes), this is a great all-round temperature for cooking a variety of produce in the MIBRASA and perfect for this recipe.</strong></li>\r\n 	<li><strong>For the smoked bacon and hazelnut crumb</strong></li>\r\n</ol>\r\nEvenly spread the bacon on a tray and bake in the MIBRASA until crisp, keep an eye not to burn, remove from the oven and reserve some of the rendered bacon fat. Once slightly cooled hand chop as small as you can. Place the hazelnuts in a food processor and blitz until they are a similar size to the breadcrumbs.\r\n\r\nNow mix the chopped bacon, blitzed hazelnuts and breadcrumbs together and add some of the cooking fat from the bacon to give a bit more flavour. Spread evenly on a tray and bake until the breadcrumbs are crisp but without too much colour. When cool add the chopped parsley.\r\n<ol start=\"3\">\r\n 	<li><strong>For the puy lentils</strong></li>\r\n</ol>\r\nUsing a thick based casserole dish in the MIBRASA; sauté the shallots, garlic, finely diced chorizo and carrot, season with salt and pepper. Add the Puy lentils and cover with chicken stock. Make sure you add additional chicken stock as needed. Cook until the lentils are tender, then strain and reserve any liquid. Reduce the remainder of the cooking liquid until thick and syrupy then add to the lentils checking your seasoning.\r\n<ol start=\"4\">\r\n 	<li><strong>For the chorizo mayonnaise</strong></li>\r\n</ol>\r\nPlace the roughly chopped chorizo and smoked paprika in a casserole dish with the vegetable oil and gently heat on the hob for approximately 15 mins until the oil becomes red in colour. Strain and chill the oil. Dispose of the chorizo.\r\n\r\nPlace the egg yolk, English mustard and white wine vinegar into a bowl and whisk together. Gradually add the ‘chorizo oil’ whisking continuously. You can use an electric whisk or a mixer with a whisk attachment. Taste, season and add a squeeze of lemon juice to finish.\r\n<ol start=\"5\">\r\n 	<li><strong>For the charred vegetable garnish</strong></li>\r\n</ol>\r\nBlanch the chantenay carrots for 2 mins in boiling water, strain and the cut in half lengthways, place cut side down in a casserole dish and season, place in the MIBRASA. Let them colour then add some butter and drizzle with honey, tossing them in the pan to glaze, then remove from the oven and keep warm.\r\n\r\nPlace washed spinach in the casserole dish, season and add some butter remove as soon as the spinach has wilted.\r\n\r\nCut the leeks at an angle then rinse to remove any dirt, place straight on to the grill cut side down. Leave to char on either side and remove from the grill, season with salt and pepper.\r\n\r\nYou can char the leeks whilst the other vegetables are cooking.\r\n<ol start=\"6\">\r\n 	<li><strong>For the Cod, the main event</strong></li>\r\n</ol>\r\nSeason the cod fillet with sea salt and leave for 15 mins in the fridge, rinse and dry the fish. This will help retain some moisture whilst cooking. Season with a little salt and place the cod service side down into a lightly oiled pan. Roast in the MIBRASA for about four minutes until nicely coloured then turn to finish the cooking, rest the fish on the heating rack. The fish should be just cooked, moist and flaky.\r\n<ol start=\"7\">\r\n 	<li><strong>Now bring all your ingredients to the plate and enjoy!</strong></li>\r\n</ol>\r\n<strong>Chefs Tip:<em> Use any leftover bacon crumb on steamed vegetables to add texture and the mayo goes great with Chips or on top of a burger!</em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/on-trade-casual-dining-show/\">Casual Dining Show preview</a></li>\r\n</ul>','On The Plate with the MIBRASA charcoal oven from Ascentia','','inherit','closed','closed','','3784-revision-v1','','','2019-01-21 10:29:33','2019-01-21 10:29:33','',3784,'https://www.ontradeprogress.com/2019/01/21/3784-revision-v1/',0,'revision','',0),(3787,1,'2019-01-21 10:50:17','2019-01-21 10:50:17','<h1>Ascentia Foodservice Equipment is excited to be attending the 2019 Casual Dining Show at London Excel on the 27<sup>th</sup> &amp; 28<sup>th</sup> of February, on stand G71.</h1>\r\nWe will be exhibiting a selection of our premium foodservice equipment brands such as our beautifully crafted MIBRASA charcoal ovens, Moretti Forni pizza ovens and the Venix combination steam ovens.\r\n\r\nAnd, as always, we will be cooking live and this time we will be demonstrating the versatility of our amazing HOP; an ‘Air-Fryer’ that requires no oil or ventilation and cuts the calories of a typical portion of chips by up to 50%. We will also be launching a brand new product to the UK market exclusively at the show; the super-fast GARA Oven, a countertop stone pizza deck oven that can cook a fresh dough pizza in a little as 60 seconds.\r\n<h2>The HOP</h2>\r\nSay goodbye to dirty oil fryers and expensive extraction systems with the brand new HOP ‘Air Fryer’ from Ascentia Foodservice Equipment. The HOP completely eliminates oil from the frying process delivering a cleaner, healthier product without any contamination of flavour from nasty oils. The affordable, easy to use HOP requires no extraction making it the most versatile frying machine on the market.\r\n\r\nThe digital display is clear and easy to use and the patented carbon filter and condensation system takes care of any smoke and cooking vapours, plus the rotating basket and loading system provide a safe working environment eliminating the danger of hot oil burns.\r\n\r\nCut the calories from your fried food by up to an astonishing 50% with the HOP from Ascentia.\r\n<h3>The GARA</h3>\r\nAs a Casual Dining Show exclusive, we will be launching the brand new GARA pizza oven. The GARA is a small, countertop oven that produces an authentic stone baked Neapolitan style fresh dough pizza in as little as 60 seconds. No microwaves, just clever technology.\r\n\r\nThe oven utilises a 3cm thick stone cooking deck and extra care has been taken in insulating the chamber making for amazing heat retention properties and super-fast cooking times. The oven can reach temperatures of up to 500’c and comes with options of digital and analogue stainless steel controls that allow you to independently control the top and bottom heat.\r\n\r\nPlus, with the option of a 2.9kW, 13amp single phase power supply allows you to plug and play making it the most versatile high-performance countertop pizza oven on the market.\r\n\r\n<strong>Join us on Stand G71 to see our amazing equipment in action and enjoy some fantastic food.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with the MIBRASA charcoal oven</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/win-trip-krombacher-brewery-pourfection/\">Perfect and pour with Krombacher</a></li>\r\n</ul>','Show preview - Casual Dining Show 2019','','publish','closed','open','','ascentia-casual-dining-2019','','\nhttps://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/','2019-01-21 10:50:55','2019-01-21 10:50:55','',0,'https://www.ontradeprogress.com/?p=3787',0,'post','',0),(3788,1,'2019-01-21 10:49:27','2019-01-21 10:49:27','<h1>Ascentia Foodservice Equipment is excited to be attending the 2019 Casual Dining Show at London Excel on the 27<sup>th</sup> &amp; 28<sup>th</sup> of February, on stand G71.</h1>\r\nWe will be exhibiting a selection of our premium foodservice equipment brands such as our beautifully crafted MIBRASA charcoal ovens, Moretti Forni pizza ovens and the Venix combination steam ovens.\r\n\r\nAnd, as always, we will be cooking live and this time we will be demonstrating the versatility of our amazing HOP; an ‘Air-Fryer’ that requires no oil or ventilation and cuts the calories of a typical portion of chips by up to 50%. We will also be launching a brand new product to the UK market exclusively at the show; the super-fast GARA Oven, a countertop stone pizza deck oven that can cook a fresh dough pizza in a little as 60 seconds.\r\n<h2>The HOP</h2>\r\nSay goodbye to dirty oil fryers and expensive extraction systems with the brand new HOP ‘Air Fryer’ from Ascentia Foodservice Equipment. The HOP completely eliminates oil from the frying process delivering a cleaner, healthier product without any contamination of flavour from nasty oils. The affordable, easy to use HOP requires no extraction making it the most versatile frying machine on the market.\r\n\r\nThe digital display is clear and easy to use and the patented carbon filter and condensation system takes care of any smoke and cooking vapours, plus the rotating basket and loading system provide a safe working environment eliminating the danger of hot oil burns.\r\n\r\nCut the calories from your fried food by up to an astonishing 50% with the HOP from Ascentia.\r\n<h3>The GARA</h3>\r\nAs a Casual Dining Show exclusive, we will be launching the brand new GARA pizza oven. The GARA is a small, countertop oven that produces an authentic stone baked Neapolitan style fresh dough pizza in as little as 60 seconds. No microwaves, just clever technology.\r\n\r\nThe oven utilises a 3cm thick stone cooking deck and extra care has been taken in insulating the chamber making for amazing heat retention properties and super-fast cooking times. The oven can reach temperatures of up to 500’c and comes with options of digital and analogue stainless steel controls that allow you to independently control the top and bottom heat.\r\n\r\nPlus, with the option of a 2.9kW, 13amp single phase power supply allows you to plug and play making it the most versatile high-performance countertop pizza oven on the market.\r\n\r\n<strong>Join us on Stand G71 to see our amazing equipment in action and enjoy some fantastic food.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with the MIBRASA charcoal oven</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/win-trip-krombacher-brewery-pourfection/\">Perfect and pour with Krombacher</a></li>\r\n</ul>','Show preview - Casual Dining Show 2019','','inherit','closed','closed','','3787-revision-v1','','','2019-01-21 10:49:27','2019-01-21 10:49:27','',3787,'https://www.ontradeprogress.com/2019/01/21/3787-revision-v1/',0,'revision','',0),(3789,1,'2019-01-21 11:32:04','2019-01-21 11:32:04','<h1>Barclaycard explains how payment tech can help turn the tables on waiting times.</h1>\r\nFighting to flag down a waiter for the bill can leave a bitter taste at the end of a meal.\r\n\r\nIn fact, Barclaycard research found that 36% of people find waiting for the bill the most frustrating part of dining out, and it may even have an impact on whether they want to come back<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\nThankfully, payment technology can speed up the process of requesting and paying the bill. This includes the use of tablets, contactless card readers, mobile apps, and ePos systems.\r\n<h2>Lining up for change</h2>\r\nResearch shows that 81% of food and drink operators see the quality of customer experience as a key driver for attracting customers<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>, so eliminating time spent waiting to pay should be a key priority.\r\n\r\nThe use of contactless card readers in a retail environment is <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">predicted to save shoppers 141 million hours by 2021</a> by reducing time spent queuing at the checkout, so it’s no wonder the technology is also proving popular in the hospitality sector.\r\n\r\nIn terms of sales there’s a huge benefit to speedier payment tech too: businesses that offer contactless payment have <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">seen sales increase by an average of 30%.</a> In line with the surge in contactless payment technology, there are also examples of business owners going cash-free. One <a href=\"https://www.mirror.co.uk/money/why-ive-banned-cash-coffee-10701550\">London café owner said</a> that going cash-free last year, after taking inspiration from a visit to Sweden, had “improved our efficiency and even given our profits a welcome boost.”\r\n<h3>Keeping up with ePOS</h3>\r\nAnother potential solution is to use an <a href=\"https://www.barclaycard.co.uk/business/accepting-payments/point-of-sale-solution\">ePOS terminal</a> – a fifth of outlets surveyed by Barclaycard<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> said that the most important tech for ensuring a smooth customer experience is a modern ePOS system, which can help to ensure speedy service.\r\n\r\nFast, efficient service was revealed to be a “very important” aspect of the overall customer experience by 57% of restaurants and bar operators. Barclaycard’s Smartpay Hub ePos system offers a range of apps that help simplify nearly all aspects of running a hospitality business, from managing staff rotas and stock, through to integrated card payment technology that can make it faster for customers to settle up.\r\n<h3>It’s all app-ening</h3>\r\nFinally, established high street brands might want to invest the necessary time and resources into developing their own apps that improve customer experience. For example, chain pub Wetherspoon has an app that allows customers to order food and drinks without leaving their table. It isn’t just about making sure everyone pays for their round – it eliminates queues at the bar and makes it faster to place an order.\r\n\r\nThis isn’t an option for all operators, however. It may not make sense if you don’t have a loyal customer base or a large number of outlets, as it’s unlikely that customers will download an app if they only intend to visit once or twice a year.\r\n\r\nBut one thing’s for sure: payment technology providers will continue to cook up innovative ways to take the hassle out of settling the bill.\r\n\r\n<strong>For more information, visit <a href=\"http://www.barclaycard.co.uk/business\">www.barclaycard.co.uk/business</a></strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> A nationally representative survey of 2,000 British adults and 250 business owners conducted by OMD Research between 19th June – 5th July 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> A survey of 195 leading industry figures from the eating and drinking out sector conducted by CGA between 17/01/18 - 05/02/18.\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Barclaycard surveyed 203 people who work in the hospitality industry in October 2018\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/\">Show Preview - Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with Ascentia</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n</ul>','Global payment systems','','publish','closed','open','','global-payment-technology-systems','','https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/\nhttps://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\nhttps://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/','2019-01-21 14:44:39','2019-01-21 14:44:39','',0,'https://www.ontradeprogress.com/?p=3789',0,'post','',0),(3790,1,'2019-01-21 11:00:24','2019-01-21 11:00:24','','Vector','New Barclays payment technology','inherit','closed','closed','','stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771','','','2019-01-21 11:01:25','2019-01-21 11:01:25','',3789,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/stock-vector-vector-realistic-silver-d-payment-machine-pos-terminal-with-receipt-closeup-isolated-design-1240336771.jpg',0,'attachment','image/jpeg',0),(3791,1,'2019-01-21 11:05:22','2019-01-21 11:05:22','<h1>Barclaycard explains how payment tech can help turn the tables on waiting times.</h1>\r\nFighting to flag down a waiter for the bill can leave a bitter taste at the end of a meal.\r\n\r\nIn fact, Barclaycard research found that 36% of people find waiting for the bill the most frustrating part of a dining out, and it may even have an impact on whether they want to come back<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\nThankfully, payment technology can speed up the process of requesting and paying the bill. This includes the use of tablets, contactless card readers, mobile apps, and ePos systems.\r\n<h2>Lining up for change</h2>\r\nResearch shows that 81% of food and drink operators see quality of customer experience as a key driver for attracting customers<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>, so eliminating time spent waiting to pay should be a key priority.\r\n\r\nThe use of contactless card readers in a retail environment is <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">predicted to save shoppers 141 million hours by 2021</a> by reducing time spent queuing at the checkout, so it’s no wonder the technology is also proving popular in the hospitality sector.\r\n\r\nIn terms of sales there’s a huge benefit to speedier payment tech too: businesses that offer contactless payment have <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">seen sales increase by an average of 30%.</a> In line with the surge in contactless payment technology, there are also examples of business owners going cash-free. One <a href=\"https://www.mirror.co.uk/money/why-ive-banned-cash-coffee-10701550\">London café owner said</a> that going cash-free last year, after taking inspiration from a visit to Sweden, had “improved our efficiency and even given our profits a welcome boost.”\r\n<h3>Keeping up with ePOS</h3>\r\nAnother potential solution is to use an <a href=\"https://www.barclaycard.co.uk/business/accepting-payments/point-of-sale-solution\">ePOS terminal</a> – a fifth of outlets surveyed by Barclaycard<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> said that the most important tech for ensuring a smooth customer experience is a modern ePOS system, which can help to ensure speedy service.\r\n\r\nFast, efficient service was revealed to be a “very important” aspect of the overall customer experience by 57% of restaurants and bar operators. Barclaycard’s Smartpay Hub ePos system offers a range of apps that help simplify nearly all aspects of running a hospitality business, from managing staff rotas and stock, through to integrated card payment technology that can make it faster for customers to settle up.\r\n<h3>It’s all app-ening</h3>\r\nFinally, established high street brands might want to invest the necessary time and resources into developing their own apps that improve customer experience. For example, chain pub Wetherspoon has an app that allows customers to order food and drinks without leaving their table. It isn’t just about making sure everyone pays for their round – it eliminates queues at the bar and makes it faster to place an order.\r\n\r\nThis isn’t an option for all operators, however. It may not make sense if you don’t have a loyal customer base or a large number of outlets, as it’s unlikely that customers will download an app if they only intend to visit once or twice a year.\r\n\r\nBut one thing’s for sure: payment technology providers will continue to cook up innovative ways to take the hassle out of settling the bill.\r\n\r\n<strong>For more information, visit <a href=\"http://www.barclaycard.co.uk/business\">www.barclaycard.co.uk/business</a></strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> A nationally representative survey of 2,000 British adults and 250 business owners conducted by OMD Research between 19th June – 5th July 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> A survey of 195 leading industry figures from the eating and drinking out sector conducted by CGA between 17/01/18 - 05/02/18.\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Barclaycard surveyed 203 people who work in the hospitality industry in October 2018','Global Payment Systems','','inherit','closed','closed','','3789-revision-v1','','','2019-01-21 11:05:22','2019-01-21 11:05:22','',3789,'https://www.ontradeprogress.com/2019/01/21/3789-revision-v1/',0,'revision','',0),(3793,1,'2019-01-21 11:23:37','2019-01-21 11:23:37','<h1>Barclaycard explains how payment tech can help turn the tables on waiting times.</h1>\r\nFighting to flag down a waiter for the bill can leave a bitter taste at the end of a meal.\r\n\r\nIn fact, Barclaycard research found that 36% of people find waiting for the bill the most frustrating part of dining out, and it may even have an impact on whether they want to come back<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\nThankfully, payment technology can speed up the process of requesting and paying the bill. This includes the use of tablets, contactless card readers, mobile apps, and ePos systems.\r\n<h2>Lining up for change</h2>\r\nResearch shows that 81% of food and drink operators see the quality of customer experience as a key driver for attracting customers<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>, so eliminating time spent waiting to pay should be a key priority.\r\n\r\nThe use of contactless card readers in a retail environment is <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">predicted to save shoppers 141 million hours by 2021</a> by reducing time spent queuing at the checkout, so it’s no wonder the technology is also proving popular in the hospitality sector.\r\n\r\nIn terms of sales there’s a huge benefit to speedier payment tech too: businesses that offer contactless payment have <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">seen sales increase by an average of 30%.</a> In line with the surge in contactless payment technology, there are also examples of business owners going cash-free. One <a href=\"https://www.mirror.co.uk/money/why-ive-banned-cash-coffee-10701550\">London café owner said</a> that going cash-free last year, after taking inspiration from a visit to Sweden, had “improved our efficiency and even given our profits a welcome boost.”\r\n<h3>Keeping up with ePOS</h3>\r\nAnother potential solution is to use an <a href=\"https://www.barclaycard.co.uk/business/accepting-payments/point-of-sale-solution\">ePOS terminal</a> – a fifth of outlets surveyed by Barclaycard<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> said that the most important tech for ensuring a smooth customer experience is a modern ePOS system, which can help to ensure speedy service.\r\n\r\nFast, efficient service was revealed to be a “very important” aspect of the overall customer experience by 57% of restaurants and bar operators. Barclaycard’s Smartpay Hub ePos system offers a range of apps that help simplify nearly all aspects of running a hospitality business, from managing staff rotas and stock, through to integrated card payment technology that can make it faster for customers to settle up.\r\n<h3>It’s all app-ening</h3>\r\nFinally, established high street brands might want to invest the necessary time and resources into developing their own apps that improve customer experience. For example, chain pub Wetherspoon has an app that allows customers to order food and drinks without leaving their table. It isn’t just about making sure everyone pays for their round – it eliminates queues at the bar and makes it faster to place an order.\r\n\r\nThis isn’t an option for all operators, however. It may not make sense if you don’t have a loyal customer base or a large number of outlets, as it’s unlikely that customers will download an app if they only intend to visit once or twice a year.\r\n\r\nBut one thing’s for sure: payment technology providers will continue to cook up innovative ways to take the hassle out of settling the bill.\r\n\r\n<strong>For more information, visit <a href=\"http://www.barclaycard.co.uk/business\">www.barclaycard.co.uk/business</a></strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> A nationally representative survey of 2,000 British adults and 250 business owners conducted by OMD Research between 19th June – 5th July 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> A survey of 195 leading industry figures from the eating and drinking out sector conducted by CGA between 17/01/18 - 05/02/18.\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Barclaycard surveyed 203 people who work in the hospitality industry in October 2018\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/\">Show Preview - Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with Ascentia</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n</ul>','Global Payment Systems','','inherit','closed','closed','','3789-revision-v1','','','2019-01-21 11:23:37','2019-01-21 11:23:37','',3789,'https://www.ontradeprogress.com/2019/01/21/3789-revision-v1/',0,'revision','',0),(3794,1,'2019-01-21 11:42:27','2019-01-21 11:42:27','<h1>Hiring people is a challenge for any hospitality business, so it’s worth fine-tuning your recruitment approach. But what matters most? Here, Caterer.com cover the latest tips on hiring in today’s competitive hospitality candidate market.</h1>\r\n<h2>How do candidates search for jobs?</h2>\r\nHospitality candidates are very mobile. So, your search and apply process should be seamless on all devices.\r\n\r\nYou can lose candidates simply through your choice of technology. To attract applications, make sure your job ad appears on mobile optimised platforms, whether that’s your own site or that of a supplier.\r\n\r\nAt Caterer.com, we have a “candidate first, mobile first” approach, so all our services are mobile optimised. Most visits to Caterer.com and more than half the applications come via mobile, which saves the job seeker time and means more accurate delivery for you.\r\n<h3>What are jobseekers looking for?</h3>\r\nJobseekers respond best to clear and honest job adverts. Start with the candidate in mind and include the elements that most appeal to the people you want to hire.\r\n<ul>\r\n 	<li><strong>Job content</strong></li>\r\n</ul>\r\nCandidates want to know what their job will involve day to day. Pay and hours are important, but your adverts need to give a sense of job content too. Showcase the best elements of the role, but don’t hide the reality of the job. Transparent communications will give you a better chance of relevant candidate applications.\r\n<ul>\r\n 	<li><strong>Pay and conditions</strong></li>\r\n</ul>\r\nEverybody wants to know what they will be paid and where they will be working, yet employers often leave these points out of their job adverts. Always include salary and a clear location with a full postcode. Adding a full postcode can increase your applications by more than 50% on Caterer.com, putting you ahead of the competition.\r\n<ul>\r\n 	<li><strong>Training and development</strong></li>\r\n</ul>\r\nOur recent research shows that hospitality candidates value training and development opportunities and career prospects, above salary. If you’re not highlighting what you can offer to help employees grow and learn, you’re missing a trick. Hospitality employers who invest in their people will always be preferred and attract the best talent.\r\n<ul>\r\n 	<li><strong>Company culture</strong></li>\r\n</ul>\r\nHiring the right people for the culture of your business has a direct impact on their productivity and retention. This is something to consider before you create your job advert, and certainly before the interview.\r\n\r\nUnderstanding the culture of your company doesn’t have to be a lengthy, complex or dull process. You can easily evaluate and test your company culture and candidate fit in a fun, accessible way with gamified tools such as <a href=\"https://good.co/\">Good &amp; Co</a>\r\n<h3>Interview</h3>\r\nCandidates favour straightforward application and interview approaches. Don’t over-complicate matters, or you risk losing them along the way. Keeping time to hire short will keep candidates engaged.\r\n\r\nOur research shows that if they are deemed suitable, 40% of candidates expect to be invited to interview within a week of applying, and 32% tell us they expect to be invited to interview within three working days.\r\n<h3>Feedback</h3>\r\nOur research shows us that 96% of candidates would appreciate a confirmation from employers that their application has been received. Yet, only 8% say they always receive one, and 20% say they never receive one. You can see why this is one of the biggest complaints that candidates have about the application process; the lack of feedback. 94% of candidates told us they want feedback even when they are not successful.\r\n\r\nIf you keep in touch with candidates throughout the application and interview process, you will be more likely to hire the people you need, now and in the future.\r\n<h3>Why it matters</h3>\r\nA positive and efficient recruitment process will give you the very best chance of hiring in what is a highly challenging talent marketplace. But there’s your brand to consider too.\r\n\r\n56% of candidates say that a poor recruitment experience leaves them with a negative view of the brand they have applied to, and over half say they would then not apply for jobs with that company in the future. More than that, some 43% of candidates say they will share a negative experience with their peers and friends.\r\n\r\nSo, when it comes to your hiring approach for the year ahead, consider the right approach for both you and the candidates. Your approach could make you attractive to both potential employees and customers too.\r\n\r\n<strong>Caterer.com is the UK’s largest hospitality job board. Find out how we can help you hire the talent you need at <a href=\"http://www.caterer.com\">www.caterer.com</a> or call 0333 0145111.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/\">Global Payment Systems - Barclays</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with Ascentia</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/win-trip-krombacher-brewery-pourfection/\">Perfect your pour with Krombacher</a></li>\r\n</ul>','Recruitment - Attracting the best','','publish','closed','open','','caterer-recruitment-attracting-the-best','','\nhttps://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/','2019-01-21 11:42:53','2019-01-21 11:42:53','',0,'https://www.ontradeprogress.com/?p=3794',0,'post','',0),(3795,1,'2019-01-21 11:30:04','2019-01-21 11:30:04','<h1>Hiring people is a challenge for any hospitality business, so it’s worth fine-tuning your recruitment approach. But what matters most? Here, Caterer.com cover the latest tips on hiring in today’s competitive hospitality candidate market.</h1>\r\n<h2>How do candidates search for jobs?</h2>\r\nHospitality candidates are very mobile. So, your search and apply process should be seamless on all devices.\r\n\r\nYou can lose candidates simply through your choice of technology. To attract applications, make sure your job ad appears on mobile optimised platforms, whether that’s your own site or that of a supplier.\r\n\r\nAt Caterer.com, we have a “candidate first, mobile first” approach, so all our services are mobile optimised. Most visits to Caterer.com and more than half the applications come via mobile, which saves the job seeker time and means more accurate delivery for you.\r\n<h3>What are jobseekers looking for?</h3>\r\nJobseekers respond best to clear and honest job adverts. Start with the candidate in mind and include the elements that most appeal to the people you want to hire.\r\n<ul>\r\n 	<li><strong>Job content</strong></li>\r\n</ul>\r\nCandidates want to know what their job will involve day to day. Pay and hours are important, but your adverts need to give a sense of job content too. Showcase the best elements of the role, but don’t hide the reality of the job. Transparent communications will give you a better chance of relevant candidate applications.\r\n<ul>\r\n 	<li><strong>Pay and conditions</strong></li>\r\n</ul>\r\nEverybody wants to know what they will be paid and where they will be working, yet employers often leave these points out of their job adverts. Always include salary and a clear location with a full postcode. Adding a full postcode can increase your applications by more than 50% on Caterer.com, putting you ahead of the competition.\r\n<ul>\r\n 	<li><strong>Training and development</strong></li>\r\n</ul>\r\nOur recent research shows that hospitality candidates value training and development opportunities and career prospects, above salary. If you’re not highlighting what you can offer to help employees grow and learn, you’re missing a trick. Hospitality employers who invest in their people will always be preferred and attract the best talent.\r\n<ul>\r\n 	<li><strong>Company culture</strong></li>\r\n</ul>\r\nHiring the right people for the culture of your business has a direct impact on their productivity and retention. This is something to consider before you create your job advert, and certainly before the interview.\r\n\r\nUnderstanding the culture of your company doesn’t have to be a lengthy, complex or dull process. You can easily evaluate and test your company culture and candidate fit in a fun, accessible way with gamified tools such as <a href=\"https://good.co/\">Good &amp; Co</a>\r\n<h3>Interview</h3>\r\nCandidates favour straightforward application and interview approaches. Don’t over-complicate matters, or you risk losing them along the way. Keeping time to hire short will keep candidates engaged.\r\n\r\nOur research shows that if they are deemed suitable, 40% of candidates expect to be invited to interview within a week of applying, and 32% tell us they expect to be invited to interview within three working days.\r\n<h3>Feedback</h3>\r\nOur research shows us that 96% of candidates would appreciate a confirmation from employers that their application has been received. Yet, only 8% say they always receive one, and 20% say they never receive one. You can see why this is one of the biggest complaints that candidates have about the application process; the lack of feedback. 94% of candidates told us they want feedback even when they are not successful.\r\n\r\nIf you keep in touch with candidates throughout the application and interview process, you will be more likely to hire the people you need, now and in the future.\r\n<h3>Why it matters</h3>\r\nA positive and efficient recruitment process will give you the very best chance of hiring in what is a highly challenging talent marketplace. But there’s your brand to consider too.\r\n\r\n56% of candidates say that a poor recruitment experience leaves them with a negative view of the brand they have applied to, and over half say they would then not apply for jobs with that company in the future. More than that, some 43% of candidates say they will share a negative experience with their peers and friends.\r\n\r\nSo, when it comes to your hiring approach for the year ahead, consider the right approach for both you and the candidates. Your approach could make you attractive to both potential employees and customers too.\r\n\r\n<strong>Caterer.com is the UK’s largest hospitality job board. Find out how we can help you hire the talent you need at <a href=\"http://www.caterer.com\">www.caterer.com</a> or call 0333 0145111.</strong>','Recruitment - Attracting the best','','inherit','closed','closed','','3794-revision-v1','','','2019-01-21 11:30:04','2019-01-21 11:30:04','',3794,'https://www.ontradeprogress.com/2019/01/21/3794-revision-v1/',0,'revision','',0),(3796,1,'2019-01-21 11:30:43','2019-01-21 11:30:43','','Barclays payment technology','Barclays payment technology','inherit','closed','closed','','machine-cards-2828242','','','2019-01-21 11:31:38','2019-01-21 11:31:38','',3789,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/machine-cards-2828242.jpg',0,'attachment','image/jpeg',0),(3797,1,'2019-01-21 11:37:25','2019-01-21 11:37:25','','Caterer share their latest tips','Caterer share their latest tips','inherit','closed','closed','','hiring-1977803_1280','','','2019-01-21 11:37:54','2019-01-21 11:37:54','',3794,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/hiring-1977803_1280.jpg',0,'attachment','image/jpeg',0),(3798,1,'2019-01-21 11:41:36','2019-01-21 11:41:36','<h1>Hiring people is a challenge for any hospitality business, so it’s worth fine-tuning your recruitment approach. But what matters most? Here, Caterer.com cover the latest tips on hiring in today’s competitive hospitality candidate market.</h1>\r\n<h2>How do candidates search for jobs?</h2>\r\nHospitality candidates are very mobile. So, your search and apply process should be seamless on all devices.\r\n\r\nYou can lose candidates simply through your choice of technology. To attract applications, make sure your job ad appears on mobile optimised platforms, whether that’s your own site or that of a supplier.\r\n\r\nAt Caterer.com, we have a “candidate first, mobile first” approach, so all our services are mobile optimised. Most visits to Caterer.com and more than half the applications come via mobile, which saves the job seeker time and means more accurate delivery for you.\r\n<h3>What are jobseekers looking for?</h3>\r\nJobseekers respond best to clear and honest job adverts. Start with the candidate in mind and include the elements that most appeal to the people you want to hire.\r\n<ul>\r\n 	<li><strong>Job content</strong></li>\r\n</ul>\r\nCandidates want to know what their job will involve day to day. Pay and hours are important, but your adverts need to give a sense of job content too. Showcase the best elements of the role, but don’t hide the reality of the job. Transparent communications will give you a better chance of relevant candidate applications.\r\n<ul>\r\n 	<li><strong>Pay and conditions</strong></li>\r\n</ul>\r\nEverybody wants to know what they will be paid and where they will be working, yet employers often leave these points out of their job adverts. Always include salary and a clear location with a full postcode. Adding a full postcode can increase your applications by more than 50% on Caterer.com, putting you ahead of the competition.\r\n<ul>\r\n 	<li><strong>Training and development</strong></li>\r\n</ul>\r\nOur recent research shows that hospitality candidates value training and development opportunities and career prospects, above salary. If you’re not highlighting what you can offer to help employees grow and learn, you’re missing a trick. Hospitality employers who invest in their people will always be preferred and attract the best talent.\r\n<ul>\r\n 	<li><strong>Company culture</strong></li>\r\n</ul>\r\nHiring the right people for the culture of your business has a direct impact on their productivity and retention. This is something to consider before you create your job advert, and certainly before the interview.\r\n\r\nUnderstanding the culture of your company doesn’t have to be a lengthy, complex or dull process. You can easily evaluate and test your company culture and candidate fit in a fun, accessible way with gamified tools such as <a href=\"https://good.co/\">Good &amp; Co</a>\r\n<h3>Interview</h3>\r\nCandidates favour straightforward application and interview approaches. Don’t over-complicate matters, or you risk losing them along the way. Keeping time to hire short will keep candidates engaged.\r\n\r\nOur research shows that if they are deemed suitable, 40% of candidates expect to be invited to interview within a week of applying, and 32% tell us they expect to be invited to interview within three working days.\r\n<h3>Feedback</h3>\r\nOur research shows us that 96% of candidates would appreciate a confirmation from employers that their application has been received. Yet, only 8% say they always receive one, and 20% say they never receive one. You can see why this is one of the biggest complaints that candidates have about the application process; the lack of feedback. 94% of candidates told us they want feedback even when they are not successful.\r\n\r\nIf you keep in touch with candidates throughout the application and interview process, you will be more likely to hire the people you need, now and in the future.\r\n<h3>Why it matters</h3>\r\nA positive and efficient recruitment process will give you the very best chance of hiring in what is a highly challenging talent marketplace. But there’s your brand to consider too.\r\n\r\n56% of candidates say that a poor recruitment experience leaves them with a negative view of the brand they have applied to, and over half say they would then not apply for jobs with that company in the future. More than that, some 43% of candidates say they will share a negative experience with their peers and friends.\r\n\r\nSo, when it comes to your hiring approach for the year ahead, consider the right approach for both you and the candidates. Your approach could make you attractive to both potential employees and customers too.\r\n\r\n<strong>Caterer.com is the UK’s largest hospitality job board. Find out how we can help you hire the talent you need at <a href=\"http://www.caterer.com\">www.caterer.com</a> or call 0333 0145111.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/\">Global Payment Systems - Barclays</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with Ascentia</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/win-trip-krombacher-brewery-pourfection/\">Perfect your pour with Krombacher</a></li>\r\n</ul>','Recruitment - Attracting the best','','inherit','closed','closed','','3794-revision-v1','','','2019-01-21 11:41:36','2019-01-21 11:41:36','',3794,'https://www.ontradeprogress.com/2019/01/21/3794-revision-v1/',0,'revision','',0),(3799,1,'2019-01-21 12:00:37','2019-01-21 12:00:37','<h1>Fat Media, the digital marketing agency, discusses how you can be using social media to advance your business.</h1>\r\nSocial media is a vital part of any hospitality business’ communication mix. But it can be a tricky one to get right, so here are a few things to think about and to try, to make sure you’re getting the most from the platform.\r\n<h2>Platforms</h2>\r\nThe first thing to consider is which platforms to use – you don’t necessarily need to be on everyone! If you already use a number of social channels, you’ll likely already know which bring the best results in terms of engagement and raising brand awareness. Facebook, Instagram and Twitter are likely to be amongst the most effective – but choose which work for you.\r\n\r\nYou’ll then want to make sure you tailor the content to each of the channels you use. Different post lengths and image dimensions across the various platforms mean that one post won’t look its best if shared amongst all your profiles. It’s worth taking the time to recreate your graphics according to each specification, as this will mean that users will get the best impression regardless of the app they’re using.\r\n\r\nConsistency is also key. While you don’t need to share the exact same content over all your channels (indeed there are several arguments for not doing so!) you do need to develop a consistent tone of voice and style for your posts. This should reflect the tone and style of your business, so for example, a sports bar could use a very friendly, casual tone, while a premium restaurant would probably take a more formal approach.\r\n<h3>Posting</h3>\r\nWhen it comes to sponsored social media posts, there are a whole range of options out there. As with any marketing activity, the choice should depend on your aim. Are you looking to increase your online followers, or drive footfall to a specific event at your venue?\r\n\r\nFor the former, a simple competition is often a great way to grow your audience. Asking users to follow your page or comment on the post for the chance to win a voucher for your venue, for example, gets the engagement flowing and gives a huge boost to brand awareness.\r\n\r\nIf it’s the latter, you’ll want to take advantage of the extensive location targeting options most social media platforms give for their sponsored posts. Craft a post that has a clear call to action, and make sure all the key information about the event is there.\r\n\r\nSocial media is undoubtedly a huge opportunity to improve your brand awareness, drive footfall and communicate with your customers. Having clear goals for your activity, and tailoring each post for the channel it will be shared on will make a big difference to the results you get. Sponsored posts also present a great opportunity to grow your audience for a very modest fee, with advanced targeting getting your message to exactly the right people.\r\n\r\nIf you’re looking for a little support, or just some advice on how to make the most of your social media channels, Fat Media are an award-winning digital agency with bags of experience with hospitality clients. Check out <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information and to get in touch.','Making the most of social media - Fat Media','','publish','closed','open','','making-most-social-media-fat-media','','','2019-01-21 14:43:22','2019-01-21 14:43:22','',0,'https://www.ontradeprogress.com/?p=3799',0,'post','',0),(3800,1,'2019-01-21 11:55:48','2019-01-21 11:55:48','','FatMedi_logo_A4_no_BG','Social media is a vital part of any hospitality business’ communication mix. But it can be a tricky one to get right, so here are a few things to think about and to try','inherit','closed','closed','','fatmedi_logo_a4_no_bg','','','2019-01-21 11:56:18','2019-01-21 11:56:18','',3799,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/FatMedi_logo_A4_no_BG.png',0,'attachment','image/png',0),(3801,1,'2019-01-21 11:56:27','2019-01-21 11:56:27','<h1>Fat Media, the digital marketing agency, discusses how you can be using social media to advance your business.</h1>\r\nSocial media is a vital part of any hospitality business’ communication mix. But it can be a tricky one to get right, so here are a few things to think about and to try, to make sure you’re getting the most from the platform.\r\n<h2>Platforms</h2>\r\nThe first thing to consider is which platforms to use – you don’t necessarily need to be on everyone! If you already use a number of social channels, you’ll likely already know which bring the best results in terms of engagement and raising brand awareness. Facebook, Instagram and Twitter are likely to be amongst the most effective – but choose which work for you.\r\n\r\nYou’ll then want to make sure you tailor the content to each of the channels you use. Different post lengths and image dimensions across the various platforms mean that one post won’t look its best if shared amongst all your profiles. It’s worth taking the time to recreate your graphics according to each specification, as this will mean that users will get the best impression regardless of the app they’re using.\r\n\r\nConsistency is also key. While you don’t need to share the exact same content over all your channels (indeed there are several arguments for not doing so!) you do need to develop a consistent tone of voice and style for your posts. This should reflect the tone and style of your business, so for example, a sports bar could use a very friendly, casual tone, while a premium restaurant would probably take a more formal approach.\r\n<h3>Posting</h3>\r\nWhen it comes to sponsored social media posts, there are a whole range of options out there. As with any marketing activity, the choice should depend on your aim. Are you looking to increase your online followers, or drive footfall to a specific event at your venue?\r\n\r\nFor the former, a simple competition is often a great way to grow your audience. Asking users to follow your page or comment on the post for the chance to win a voucher for your venue, for example, gets the engagement flowing and gives a huge boost to brand awareness.\r\n\r\nIf it’s the latter, you’ll want to take advantage of the extensive location targeting options most social media platforms give for their sponsored posts. Craft a post that has a clear call to action, and make sure all the key information about the event is there.\r\n\r\nSocial media is undoubtedly a huge opportunity to improve your brand awareness, drive footfall and communicate with your customers. Having clear goals for your activity, and tailoring each post for the channel it will be shared on will make a big difference to the results you get. Sponsored posts also present a great opportunity to grow your audience for a very modest fee, with advanced targeting getting your message to exactly the right people.\r\n\r\nIf you’re looking for a little support, or just some advice on how to make the most of your social media channels, Fat Media are an award-winning digital agency with bags of experience with hospitality clients. Check out <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information and to get in touch.','Making the Most of Social Media - Fat Media','','inherit','closed','closed','','3799-revision-v1','','','2019-01-21 11:56:27','2019-01-21 11:56:27','',3799,'https://www.ontradeprogress.com/2019/01/21/3799-revision-v1/',0,'revision','',0),(3802,1,'2019-01-21 11:58:07','2019-01-21 11:58:07','','Social Media','Social media is a vital part of any hospitality business’ communication mix','inherit','closed','closed','','media-998990_1280','','','2019-01-21 11:59:22','2019-01-21 11:59:22','',3799,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/media-998990_1280.jpg',0,'attachment','image/jpeg',0),(3803,1,'2019-01-21 13:49:31','2019-01-21 13:49:31','<h1>Lanchester Wines’ Leslie Cook discusses the many different styles of port and tells On-Trade Progress why this delectable beverage isn’t just for Christmas.</h1>\r\nFrom the deepest recesses of the back bar they come, the drinks that only see the light at Christmas – dusty and usually forgotten about come January.\r\n\r\nPort is often a once-a-year propositions for most people, which is a huge shame, since Ports are some of the finest and best value drinks in the world. So, around Christmas while these bottles are front of the shelf and its delicious taste is front of mind, take the time to sample different types, finding your favourite and how to drink it.\r\n\r\nLet\'s start with the most important question:\r\n<h2>What is Port?</h2>\r\n[caption id=\"attachment_3804\" align=\"alignright\" width=\"244\"]<img class=\"size-medium wp-image-3804\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Lanchester-Wines-Cropped-244x300.jpg\" alt=\"Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port\" width=\"244\" height=\"300\" /> Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port[/caption]\r\n\r\nPort (also known as vinho do Porto) is a sweet, rich fortified wine made in Portugal and only in the Douro Valley - although the wine takes its name from the coastal city of Oporto from which it is traditionally exported. Fortified wines are made by adding a proportion of grape spirit, or brandy, to the wine at some point during the production process. Port is arguably the greatest of all fortified wines and its paramount expression, Vintage Port, ranks alongside the finest produce of Bordeaux or Burgundy as one of the great iconic wines of the world.\r\n\r\nPort is made using a unique blend of grapes native to Portugal. There are up to 52 grape varieties used to make Port, with the most common being; Touriga Franca; Touriga Nacional; Tinta Roriz (aka Tempranillo); Tinta Barroca; and Tinta Cão. The addition of these multiple varieties of grapes lends a wide variety of flavours to the Port. Some grapes bring the berry flavours, while others emphasise the chocolate, fig, or cinnamon flavours. By mixing in more grapes, Port-makers are able to add a lot of variety to their wines.\r\n\r\nColour is one of the biggest clues to Port and there are three main types:\r\n<h3>Ruby</h3>\r\nRuby Port is the most popular type of Port and are rich in dark plum colour, fruity and vibrant, and made to be drunk when young. Aromas and flavours are typically of red fruit, chocolate and spice. In terms of serving temperature, do not serve them too warm, somewhere between 13-16°C, 15°C would be perfect. These pair perfectly with rich fruitcakes and dark ginger cakes, or a very rich sticky toffee pudding, or anything with dark chocolate.\r\n\r\nWithin the Ruby category are Vintage Port and LBV (Late Bottle Vintage), both of which present a selection of very fine full bodied red Ports from a single year. The fundamental difference between the two styles lies in the way each is mature; Vintage Port is kept in wood for only twenty months or so before being transferred to the bottle where it will continue to age.\r\n\r\nLate Bottled Vintage, as the name suggests, is bottled later, remaining in wood between four and six years. During this relatively long period of wood ageing, an LBV matures and settles down - it is ready to drink when bottled, does not need to be decanted and can be served by the glass for several weeks after the cork is drawn.\r\n<h3>Tawny Ports</h3>\r\nTawny Port starts out as Ruby Port, but spends 10 to 40 years in the barrel, rounding out its flavours, oxidising slightly and taking on a nice mahogany hue from the wood. There are only four ages a Tawny Port can bear: 10 year, 20 year, 30 year and 40 year. Tawny Ports are sweet or medium dry and typically consumed as a dessert wine, but their rich, complex flavours can also pair with a main course.\r\n\r\nA step up from the standard Tawny is the Colheita - a single-vintage tawny Port aged for at least seven years, with the vintage year on the bottle (instead of the years spent in the bottle, as per the Tawny). Colheita Port should not be confused with vintage Port: a vintage Port will spend only about 18 months in barrels after harvest and will continue to mature in bottle, but a Colheita may have spent 20 or more years in wooden barrels before being bottled and sold. White Colheitas have also been produced.\r\n<h3>White Ports</h3>\r\nWhite Port is made from white grapes, such as Malvasia Fina, Donzelinho, Gouveio, Codega and Rabigato which are indigenous to Portugal. White Ports of greater age are best served chilled on their own, while dry white ports have delicious flavours of citrus zest, apricot, tangerine and ginger, making an excellent basis for a cocktail – they can also be used in much the same way as gin in cocktails. Sweet white Port and tonic water is a commonly consumed drink in the Porto region as an aperitif, traditionally served with salted almonds.\r\n\r\n<strong>All Ports included are available across the North East through Lanchester Wines, for more details visit </strong><strong><a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Making the most of social media - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/caterer-recruitment-attracting-the-best/\">Recruitment - Attracting the best</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/\">Global payment systems - Barclays</a></li>\r\n</ul>','From grape to glass with Lanchester Wines','','publish','closed','open','','lanchester-wines-vintage-port','','\nhttps://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/','2019-01-21 13:55:05','2019-01-21 13:55:05','',0,'https://www.ontradeprogress.com/?p=3803',0,'post','',0),(3804,1,'2019-01-21 13:40:26','2019-01-21 13:40:26','','Lanchester Wines','Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port','inherit','closed','closed','','lanchester-wines-cropped','','','2019-01-21 13:41:12','2019-01-21 13:41:12','',3803,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Lanchester-Wines-Cropped.jpg',0,'attachment','image/jpeg',0),(3805,1,'2019-01-21 13:44:26','2019-01-21 13:44:26','','Lanchester Wines','Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port','inherit','closed','closed','','wine-2891894_1280','','','2019-01-21 13:45:05','2019-01-21 13:45:05','',3803,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/wine-2891894_1280.jpg',0,'attachment','image/jpeg',0),(3806,1,'2019-01-21 13:47:33','2019-01-21 13:47:33','<h1>Lanchester Wines’ Leslie Cook discusses the many different styles of port and tells On-Trade Progress why this delectable beverage isn’t just for Christmas.</h1>\r\nFrom the deepest recesses of the back bar they come, the drinks that only see the light at Christmas – dusty and usually forgotten about come January.\r\n\r\nPort is often a once-a-year propositions for most people, which is a huge shame, since Ports are some of the finest and best value drinks in the world. So, around Christmas while these bottles are front of the shelf and its delicious taste is front of mind, take the time to sample different types, finding your favourite and how to drink it.\r\n\r\nLet\'s start with the most important question:\r\n<h2>What is Port?</h2>\r\n[caption id=\"attachment_3804\" align=\"alignright\" width=\"244\"]<img class=\"size-medium wp-image-3804\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Lanchester-Wines-Cropped-244x300.jpg\" alt=\"Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port\" width=\"244\" height=\"300\" /> Lanchester Wines’ Leslie Cook discusses the many different styles of vintage port[/caption]\r\n\r\nPort (also known as vinho do Porto) is a sweet, rich fortified wine made in Portugal and only in the Douro Valley - although the wine takes its name from the coastal city of Oporto from which it is traditionally exported. Fortified wines are made by adding a proportion of grape spirit, or brandy, to the wine at some point during the production process. Port is arguably the greatest of all fortified wines and its paramount expression, Vintage Port, ranks alongside the finest produce of Bordeaux or Burgundy as one of the great iconic wines of the world.\r\n\r\nPort is made using a unique blend of grapes native to Portugal. There are up to 52 grape varieties used to make Port, with the most common being; Touriga Franca; Touriga Nacional; Tinta Roriz (aka Tempranillo); Tinta Barroca; and Tinta Cão. The addition of these multiple varieties of grapes lends a wide variety of flavours to the Port. Some grapes bring the berry flavours, while others emphasise the chocolate, fig, or cinnamon flavours. By mixing in more grapes, Port-makers are able to add a lot of variety to their wines.\r\n\r\nColour is one of the biggest clues to Port and there are three main types:\r\n<h3>Ruby</h3>\r\nRuby Port is the most popular type of Port and are rich in dark plum colour, fruity and vibrant, and made to be drunk when young. Aromas and flavours are typically of red fruit, chocolate and spice. In terms of serving temperature, do not serve them too warm, somewhere between 13-16°C, 15°C would be perfect. These pair perfectly with rich fruitcakes and dark ginger cakes, or a very rich sticky toffee pudding, or anything with dark chocolate.\r\n\r\nWithin the Ruby category are Vintage Port and LBV (Late Bottle Vintage), both of which present a selection of very fine full bodied red Ports from a single year. The fundamental difference between the two styles lies in the way each is mature; Vintage Port is kept in wood for only twenty months or so before being transferred to the bottle where it will continue to age.\r\n\r\nLate Bottled Vintage, as the name suggests, is bottled later, remaining in wood between four and six years. During this relatively long period of wood ageing, an LBV matures and settles down - it is ready to drink when bottled, does not need to be decanted and can be served by the glass for several weeks after the cork is drawn.\r\n<h3>Tawny Ports</h3>\r\nTawny Port starts out as Ruby Port, but spends 10 to 40 years in the barrel, rounding out its flavours, oxidising slightly and taking on a nice mahogany hue from the wood. There are only four ages a Tawny Port can bear: 10 year, 20 year, 30 year and 40 year. Tawny Ports are sweet or medium dry and typically consumed as a dessert wine, but their rich, complex flavours can also pair with a main course.\r\n\r\nA step up from the standard Tawny is the Colheita - a single-vintage tawny Port aged for at least seven years, with the vintage year on the bottle (instead of the years spent in the bottle, as per the Tawny). Colheita Port should not be confused with vintage Port: a vintage Port will spend only about 18 months in barrels after harvest and will continue to mature in bottle, but a Colheita may have spent 20 or more years in wooden barrels before being bottled and sold. White Colheitas have also been produced.\r\n<h3>White Ports</h3>\r\nWhite Port is made from white grapes, such as Malvasia Fina, Donzelinho, Gouveio, Codega and Rabigato which are indigenous to Portugal. White Ports of greater age are best served chilled on their own, while dry white ports have delicious flavours of citrus zest, apricot, tangerine and ginger, making an excellent basis for a cocktail – they can also be used in much the same way as gin in cocktails. Sweet white Port and tonic water is a commonly consumed drink in the Porto region as an aperitif, traditionally served with salted almonds.\r\n\r\n<strong>All Ports included are available across the North East through Lanchester Wines, for more details visit </strong><strong><a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Making the most of social media - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/caterer-recruitment-attracting-the-best/\">Recruitment - Attracting the best</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/\">Global payment systems - Barclays</a></li>\r\n</ul>','From grape to glass with Lanchester Wines','','inherit','closed','closed','','3803-revision-v1','','','2019-01-21 13:47:33','2019-01-21 13:47:33','',3803,'https://www.ontradeprogress.com/2019/01/21/3803-revision-v1/',0,'revision','',0),(3807,1,'2019-01-21 14:30:37','2019-01-21 14:30:37','<h1>Allan Stevenson, draught quality training manager and international draught master at Heineken, chats to <em>On-Trade Progress </em>about the Quality Cycle.</h1>\r\nI had my first pint of Skol Lager in 1985 and was intrigued why my favourite beer tasted different from pub to pub. When I joined the industry in 2002 I made it my mission to get to the bottom of that. What I found out was the consumers look for two different things and go into pubs accordingly. They look for the following:\r\n<ol>\r\n 	<li><strong>An emotional benefit; how it makes them feel. This focuses on service and product, with price not being a factor.</strong></li>\r\n 	<li><strong>A rational benefit; how much will it cost? Especially if service and quality are poor.</strong></li>\r\n</ol>\r\nI then came up with the Quality Cycle. If everything below is fantastic then the rational benefit will not be a factor but if the quality is poor, then consumers vote with their feet and leave the pub.\r\n\r\nThe Quality Cycle focuses on three distinct areas:\r\n<ol>\r\n 	<li><strong>Pre-purchase appeal –</strong></li>\r\n</ol>\r\n<ul>\r\n 	<li><strong>It starts from the outside. All consumers buy with their eyes therefore the curb side appeal of a bar is paramount to drive people through the doors. What drags them in to a pub? The outside needs to be inviting and clean.</strong></li>\r\n 	<li><strong>Once inside what does the interior look and feel like? (Are the tables clean and free from empties?)</strong></li>\r\n 	<li><strong>At the bar, does the consumer get a welcome? Either a verbal or non-verbal acknowledgement.</strong></li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>The serve – The attitude of the bartender; how do they hold the glass? Is it a clean branded glass, pouring technique?</strong></li>\r\n 	<li><strong>Drink experience – Does the beer or cider look visually appetising? What does the first mouthful feel like?</strong></li>\r\n</ol>\r\nIf all the above is good, the drinker will go around the cycle looking for the same experience. If any part of their experience is negative, they will have a tendency to leave and go elsewhere.\r\n\r\n<img class=\" wp-image-3808 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Beer-Cycle-300x169.png\" alt=\"\" width=\"454\" height=\"256\" />\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/\">From grape to glass with Lanchester Wines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Making the most of social media - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/caterer-recruitment-attracting-the-best/\">Recruitment - Attracting the best</a></li>\r\n</ul>','Experts opinion - Allan Stevenson - The Quality Cycle','','publish','closed','open','','quality-cycle-allan-stevenson-heineken','','\nhttps://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/','2019-01-21 14:42:42','2019-01-21 14:42:42','',0,'https://www.ontradeprogress.com/?p=3807',0,'post','',0),(3808,1,'2019-01-21 14:08:04','2019-01-21 14:08:04','','Beer Cycle','','inherit','closed','closed','','beer-cycle','','','2019-01-21 14:08:04','2019-01-21 14:08:04','',3807,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Beer-Cycle.png',0,'attachment','image/png',0),(3809,1,'2019-01-21 14:17:56','2019-01-21 14:17:56','','Beer','Experts opinion - Allan Stevenson - The Quality Cycle','inherit','closed','closed','','beer-3445988_1280-1','','','2019-01-21 14:18:51','2019-01-21 14:18:51','',3807,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/beer-3445988_1280-1.jpg',0,'attachment','image/jpeg',0),(3810,1,'2019-01-21 14:24:04','2019-01-21 14:24:04','<h1>Allan Stevenson, draught quality training manager and international draught master at Heineken, chats to <em>On-Trade Progress </em>about the Quality Cycle.</h1>\r\nI had my first pint of Skol Lager in 1985 and was intrigued why my favourite beer tasted different from pub to pub. When I joined the industry in 2002 I made it my mission to get to the bottom of that. What I found out was the consumers look for two different things and go into pubs accordingly. They look for the following:\r\n<ol>\r\n 	<li><strong>An emotional benefit; how it makes them feel. This focuses on service and product, with price not being a factor.</strong></li>\r\n 	<li><strong>A rational benefit; how much will it cost? Especially if service and quality are poor.</strong></li>\r\n</ol>\r\nI then came up with the Quality Cycle. If everything below is fantastic then the rational benefit will not be a factor but if the quality is poor, then consumers vote with their feet and leave the pub.\r\n\r\nThe Quality Cycle focuses on three distinct areas:\r\n<ol>\r\n 	<li><strong>Pre-purchase appeal –</strong></li>\r\n</ol>\r\n<ul>\r\n 	<li><strong>It starts from the outside. All consumers buy with their eyes therefore the curb side appeal of a bar is paramount to drive people through the doors. What drags them in to a pub? The outside needs to be inviting and clean.</strong></li>\r\n 	<li><strong>Once inside what does the interior look and feel like? (Are the tables clean and free from empties?)</strong></li>\r\n 	<li><strong>At the bar, does the consumer get a welcome? Either a verbal or non-verbal acknowledgement.</strong></li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>The serve – The attitude of the bartender; how do they hold the glass? Is it a clean branded glass, pouring technique?</strong></li>\r\n 	<li><strong>Drink experience – Does the beer or cider look visually appetising? What does the first mouthful feel like?</strong></li>\r\n</ol>\r\nIf all the above is good, the drinker will go around the cycle looking for the same experience. If any part of their experience is negative, they will have a tendency to leave and go elsewhere.\r\n\r\n<img class=\" wp-image-3808 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Beer-Cycle-300x169.png\" alt=\"\" width=\"454\" height=\"256\" />\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/\">From grape to glass with Lanchester Wines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Making the most of social media - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/caterer-recruitment-attracting-the-best/\">Recruitment - Attracting the best</a></li>\r\n</ul>','Experts opinion - Allan Stevenson - The Quality Cycle','','inherit','closed','closed','','3807-revision-v1','','','2019-01-21 14:24:04','2019-01-21 14:24:04','',3807,'https://www.ontradeprogress.com/2019/01/21/3807-revision-v1/',0,'revision','',0),(3811,1,'2019-01-21 14:43:22','2019-01-21 14:43:22','<h1>Fat Media, the digital marketing agency, discusses how you can be using social media to advance your business.</h1>\r\nSocial media is a vital part of any hospitality business’ communication mix. But it can be a tricky one to get right, so here are a few things to think about and to try, to make sure you’re getting the most from the platform.\r\n<h2>Platforms</h2>\r\nThe first thing to consider is which platforms to use – you don’t necessarily need to be on everyone! If you already use a number of social channels, you’ll likely already know which bring the best results in terms of engagement and raising brand awareness. Facebook, Instagram and Twitter are likely to be amongst the most effective – but choose which work for you.\r\n\r\nYou’ll then want to make sure you tailor the content to each of the channels you use. Different post lengths and image dimensions across the various platforms mean that one post won’t look its best if shared amongst all your profiles. It’s worth taking the time to recreate your graphics according to each specification, as this will mean that users will get the best impression regardless of the app they’re using.\r\n\r\nConsistency is also key. While you don’t need to share the exact same content over all your channels (indeed there are several arguments for not doing so!) you do need to develop a consistent tone of voice and style for your posts. This should reflect the tone and style of your business, so for example, a sports bar could use a very friendly, casual tone, while a premium restaurant would probably take a more formal approach.\r\n<h3>Posting</h3>\r\nWhen it comes to sponsored social media posts, there are a whole range of options out there. As with any marketing activity, the choice should depend on your aim. Are you looking to increase your online followers, or drive footfall to a specific event at your venue?\r\n\r\nFor the former, a simple competition is often a great way to grow your audience. Asking users to follow your page or comment on the post for the chance to win a voucher for your venue, for example, gets the engagement flowing and gives a huge boost to brand awareness.\r\n\r\nIf it’s the latter, you’ll want to take advantage of the extensive location targeting options most social media platforms give for their sponsored posts. Craft a post that has a clear call to action, and make sure all the key information about the event is there.\r\n\r\nSocial media is undoubtedly a huge opportunity to improve your brand awareness, drive footfall and communicate with your customers. Having clear goals for your activity, and tailoring each post for the channel it will be shared on will make a big difference to the results you get. Sponsored posts also present a great opportunity to grow your audience for a very modest fee, with advanced targeting getting your message to exactly the right people.\r\n\r\nIf you’re looking for a little support, or just some advice on how to make the most of your social media channels, Fat Media are an award-winning digital agency with bags of experience with hospitality clients. Check out <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information and to get in touch.','Making the most of social media - Fat Media','','inherit','closed','closed','','3799-revision-v1','','','2019-01-21 14:43:22','2019-01-21 14:43:22','',3799,'https://www.ontradeprogress.com/2019/01/21/3799-revision-v1/',0,'revision','',0),(3812,1,'2019-01-21 14:43:50','2019-01-21 14:43:50','<h1>Barclaycard explains how payment tech can help turn the tables on waiting times.</h1>\r\nFighting to flag down a waiter for the bill can leave a bitter taste at the end of a meal.\r\n\r\nIn fact, Barclaycard research found that 36% of people find waiting for the bill the most frustrating part of dining out, and it may even have an impact on whether they want to come back<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.\r\n\r\nThankfully, payment technology can speed up the process of requesting and paying the bill. This includes the use of tablets, contactless card readers, mobile apps, and ePos systems.\r\n<h2>Lining up for change</h2>\r\nResearch shows that 81% of food and drink operators see the quality of customer experience as a key driver for attracting customers<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>, so eliminating time spent waiting to pay should be a key priority.\r\n\r\nThe use of contactless card readers in a retail environment is <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">predicted to save shoppers 141 million hours by 2021</a> by reducing time spent queuing at the checkout, so it’s no wonder the technology is also proving popular in the hospitality sector.\r\n\r\nIn terms of sales there’s a huge benefit to speedier payment tech too: businesses that offer contactless payment have <a href=\"https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html\">seen sales increase by an average of 30%.</a> In line with the surge in contactless payment technology, there are also examples of business owners going cash-free. One <a href=\"https://www.mirror.co.uk/money/why-ive-banned-cash-coffee-10701550\">London café owner said</a> that going cash-free last year, after taking inspiration from a visit to Sweden, had “improved our efficiency and even given our profits a welcome boost.”\r\n<h3>Keeping up with ePOS</h3>\r\nAnother potential solution is to use an <a href=\"https://www.barclaycard.co.uk/business/accepting-payments/point-of-sale-solution\">ePOS terminal</a> – a fifth of outlets surveyed by Barclaycard<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> said that the most important tech for ensuring a smooth customer experience is a modern ePOS system, which can help to ensure speedy service.\r\n\r\nFast, efficient service was revealed to be a “very important” aspect of the overall customer experience by 57% of restaurants and bar operators. Barclaycard’s Smartpay Hub ePos system offers a range of apps that help simplify nearly all aspects of running a hospitality business, from managing staff rotas and stock, through to integrated card payment technology that can make it faster for customers to settle up.\r\n<h3>It’s all app-ening</h3>\r\nFinally, established high street brands might want to invest the necessary time and resources into developing their own apps that improve customer experience. For example, chain pub Wetherspoon has an app that allows customers to order food and drinks without leaving their table. It isn’t just about making sure everyone pays for their round – it eliminates queues at the bar and makes it faster to place an order.\r\n\r\nThis isn’t an option for all operators, however. It may not make sense if you don’t have a loyal customer base or a large number of outlets, as it’s unlikely that customers will download an app if they only intend to visit once or twice a year.\r\n\r\nBut one thing’s for sure: payment technology providers will continue to cook up innovative ways to take the hassle out of settling the bill.\r\n\r\n<strong>For more information, visit <a href=\"http://www.barclaycard.co.uk/business\">www.barclaycard.co.uk/business</a></strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> A nationally representative survey of 2,000 British adults and 250 business owners conducted by OMD Research between 19th June – 5th July 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> A survey of 195 leading industry figures from the eating and drinking out sector conducted by CGA between 17/01/18 - 05/02/18.\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Barclaycard surveyed 203 people who work in the hospitality industry in October 2018\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/\">Show Preview - Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/\">On The Plate with Ascentia</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n</ul>','Global payment systems','','inherit','closed','closed','','3789-revision-v1','','','2019-01-21 14:43:50','2019-01-21 14:43:50','',3789,'https://www.ontradeprogress.com/2019/01/21/3789-revision-v1/',0,'revision','',0),(3813,1,'2019-01-21 14:46:14','2019-01-21 14:46:14','<h1><u>Charcoal Roasted Cod Fillet with a Bacon &amp; Hazelnut Crumb, Puy Lentils, Charred Vegetables and Chorizo Mayo</u></h1>\r\nA great warming autumnal cod dish cooked in the amazing MIBRASA Charcoal Oven.\r\n<h2>Ingredients</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"274\">&nbsp;\r\n\r\n2 x 170g Cod Fillets\r\n\r\n100g Smoked Streaky Bacon\r\n\r\n50g Roasted Hazelnuts\r\n\r\n100g Breadcrumbs\r\n\r\n½ Bunch of Flat Leaf Parsley Chopped\r\n\r\n150g Diced Chorizo (raw or cured)\r\n\r\n2tsp Smoked Paprika\r\n\r\n250ml Vegetable Oil\r\n\r\n2 Egg Yolks\r\n\r\n1tsp English Mustard\r\n\r\n1tbls White Wine Vinegar\r\n\r\n&nbsp;</td>\r\n<td width=\"265\">&nbsp;\r\n\r\n150g Chantenay Carrots\r\n\r\n100g Baby Spinach\r\n\r\n1 Leek\r\n\r\n150g Puy Lentils\r\n\r\n500ml Chicken Stock\r\n\r\n1 Diced Banana Shallot\r\n\r\n1 Minced Garlic Clove\r\n\r\n½ Lemon\r\n\r\n100g Butter\r\n\r\n1 tbsp Honey\r\n\r\nSalt/Pepper\r\n\r\n<em> </em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Chefs Comment:</h3>\r\nThis is a beautiful recipe which we have designed around the MIBRASA Charcoal Oven. Cooking in the charcoal oven enhances the natural flavour of the fish and locks in its moisture, making for a succulent finish. We have the heating rack option installed on our MIBRASA which is great for recipes like this. The even temperature of about 45’c is perfect for resting your meat and fish; it can also keep ingredients warm whilst applying the finishing touches to your plate.\r\n<ol>\r\n 	<li><strong>Light the MIBRASA and aim for 300°c (takes about 35 minutes), this is a great all-round temperature for cooking a variety of produce in the MIBRASA and perfect for this recipe.</strong></li>\r\n 	<li><strong>For the smoked bacon and hazelnut crumb</strong></li>\r\n</ol>\r\nEvenly spread the bacon on a tray and bake in the MIBRASA until crisp, keep an eye not to burn, remove from the oven and reserve some of the rendered bacon fat. Once slightly cooled hand chop as small as you can. Place the hazelnuts in a food processor and blitz until they are a similar size to the breadcrumbs.\r\n\r\nNow mix the chopped bacon, blitzed hazelnuts and breadcrumbs together and add some of the cooking fat from the bacon to give a bit more flavour. Spread evenly on a tray and bake until the breadcrumbs are crisp but without too much colour. When cool add the chopped parsley.\r\n<ol start=\"3\">\r\n 	<li><strong>For the puy lentils</strong></li>\r\n</ol>\r\nUsing a thick based casserole dish in the MIBRASA; sauté the shallots, garlic, finely diced chorizo and carrot, season with salt and pepper. Add the Puy lentils and cover with chicken stock. Make sure you add additional chicken stock as needed. Cook until the lentils are tender, then strain and reserve any liquid. Reduce the remainder of the cooking liquid until thick and syrupy then add to the lentils checking your seasoning.\r\n<ol start=\"4\">\r\n 	<li><strong>For the chorizo mayonnaise</strong></li>\r\n</ol>\r\nPlace the roughly chopped chorizo and smoked paprika in a casserole dish with the vegetable oil and gently heat on the hob for approximately 15 mins until the oil becomes red in colour. Strain and chill the oil. Dispose of the chorizo.\r\n\r\nPlace the egg yolk, English mustard and white wine vinegar into a bowl and whisk together. Gradually add the ‘chorizo oil’ whisking continuously. You can use an electric whisk or a mixer with a whisk attachment. Taste, season and add a squeeze of lemon juice to finish.\r\n<ol start=\"5\">\r\n 	<li><strong>For the charred vegetable garnish</strong></li>\r\n</ol>\r\nBlanch the chantenay carrots for 2 mins in boiling water, strain and the cut in half lengthways, place cut side down in a casserole dish and season, place in the MIBRASA. Let them colour then add some butter and drizzle with honey, tossing them in the pan to glaze, then remove from the oven and keep warm.\r\n\r\nPlace washed spinach in the casserole dish, season and add some butter remove as soon as the spinach has wilted.\r\n\r\nCut the leeks at an angle then rinse to remove any dirt, place straight on to the grill cut side down. Leave to char on either side and remove from the grill, season with salt and pepper.\r\n\r\nYou can char the leeks whilst the other vegetables are cooking.\r\n<ol start=\"6\">\r\n 	<li><strong>For the Cod, the main event</strong></li>\r\n</ol>\r\nSeason the cod fillet with sea salt and leave for 15 mins in the fridge, rinse and dry the fish. This will help retain some moisture whilst cooking. Season with a little salt and place the cod service side down into a lightly oiled pan. Roast in the MIBRASA for about four minutes until nicely coloured then turn to finish the cooking, rest the fish on the heating rack. The fish should be just cooked, moist and flaky.\r\n<ol start=\"7\">\r\n 	<li><strong>Now bring all your ingredients to the plate and enjoy!</strong></li>\r\n</ol>\r\n<strong>Chefs Tip:<em> Use any leftover bacon crumb on steamed vegetables to add texture and the mayo goes great with Chips or on top of a burger!</em></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/\">3c Payment works with Discover to expand card acceptance</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/\">In the Mix with Black Magic Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/17/on-trade-casual-dining-show/\">Casual Dining Show preview</a></li>\r\n</ul>','On the plate with the MIBRASA charcoal oven from Ascentia','','inherit','closed','closed','','3784-revision-v1','','','2019-01-21 14:46:14','2019-01-21 14:46:14','',3784,'https://www.ontradeprogress.com/2019/01/21/3784-revision-v1/',0,'revision','',0),(3814,1,'2019-01-28 08:34:02','2019-01-28 08:34:02','<h1>The British Beer &amp; Pub Association (BBPA) has today welcomed the Prime Minister’s decision to scrap the settled status fee. The fee had meant that EU citizens would be charged £65 to claim settled status after the UK leaves the European Union, with an additional charge of £32.50 for any dependents.</h1>\r\nAnalysis by the BBPA suggests that 71,000 EU nationals working in pubs will benefit from the settled status fee being scrapped, saving £4.6 million in total for those employed by the pub sector.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> The decision will also reduce unnecessary paperwork for publicans across the UK, the majority of which operate as small businesses.\r\n\r\nSome pub businesses had offered to pay the settled status fee for their EU staff, prior to the Prime Ministers decision to scrap it.\r\n<h2><strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, comments:</strong></h2>\r\n“The Prime Minister’s decision to scrap the settled status fee for EU nationals is a big boost for Britain’s pubs and their workforce. As many as 71,000 EU nationals will benefit from the decision, saving around £4.6 million in total.\r\n\r\n“The vast majority of pubs operate as small businesses, so the scrapping of the settled status fee will be of huge relief to those publicans who faced unnecessary admin and knock on costs from it.\r\n\r\n“Brewers and pubs employ as much as 24% of their workforce from overseas, rising to 40% in metropolitan areas and in some roles, such as kitchen staff, up to 80%. Already, companies have seen the number of EU workers in our sector decline. As a result, many companies were prepared to pay the cost of settled status for their colleagues who had committed to staying. This is a good decision and supports vital employees in pubs and across the hospitality sector.\r\n\r\n“This decision shows that the Government has been listening to the concerns of the beer and pub sector as well as the wider business community.”\r\n\r\n<strong><a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Based on British Beer &amp; Pub Association membership survey data and Oxford Economics data</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">The Quality Cycle - Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/\">From grape to glass - Lanchester Wines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Make the most of social media - Fat Media</a></li>\r\n</ul>','Scrapping of settled status fee a big boost for pubs, says BBPA','','publish','closed','open','','eu-nationals-boost-for-pubs-says-bbpa','','','2019-01-28 08:34:02','2019-01-28 08:34:02','',0,'https://www.ontradeprogress.com/?p=3814',0,'post','',0),(3815,1,'2019-01-28 08:30:13','2019-01-28 08:30:13','','EU Nationals','Scrapping of settled status fee for EU nationals a boost for pubs - BBPA','inherit','closed','closed','','paris-843229_1280','','','2019-01-28 08:30:55','2019-01-28 08:30:55','',3814,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/paris-843229_1280.jpg',0,'attachment','image/jpeg',0),(3816,1,'2019-01-28 08:32:46','2019-01-28 08:32:46','<h1>The British Beer &amp; Pub Association (BBPA) has today welcomed the Prime Minister’s decision to scrap the settled status fee. The fee had meant that EU citizens would be charged £65 to claim settled status after the UK leaves the European Union, with an additional charge of £32.50 for any dependents.</h1>\r\nAnalysis by the BBPA suggests that 71,000 EU nationals working in pubs will benefit from the settled status fee being scrapped, saving £4.6 million in total for those employed by the pub sector.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> The decision will also reduce unnecessary paperwork for publicans across the UK, the majority of which operate as small businesses.\r\n\r\nSome pub businesses had offered to pay the settled status fee for their EU staff, prior to the Prime Ministers decision to scrap it.\r\n<h2><strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, comments:</strong></h2>\r\n“The Prime Minister’s decision to scrap the settled status fee for EU nationals is a big boost for Britain’s pubs and their workforce. As many as 71,000 EU nationals will benefit from the decision, saving around £4.6 million in total.\r\n\r\n“The vast majority of pubs operate as small businesses, so the scrapping of the settled status fee will be of huge relief to those publicans who faced unnecessary admin and knock on costs from it.\r\n\r\n“Brewers and pubs employ as much as 24% of their workforce from overseas, rising to 40% in metropolitan areas and in some roles, such as kitchen staff, up to 80%. Already, companies have seen the number of EU workers in our sector decline. As a result, many companies were prepared to pay the cost of settled status for their colleagues who had committed to staying. This is a good decision and supports vital employees in pubs and across the hospitality sector.\r\n\r\n“This decision shows that the Government has been listening to the concerns of the beer and pub sector as well as the wider business community.”\r\n\r\n<strong><a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> Based on British Beer &amp; Pub Association membership survey data and Oxford Economics data</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">The Quality Cycle - Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/\">From grape to glass - Lanchester Wines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Make the most of social media - Fat Media</a></li>\r\n</ul>','Scrapping of settled status fee a big boost for pubs, says BBPA','','inherit','closed','closed','','3814-revision-v1','','','2019-01-28 08:32:46','2019-01-28 08:32:46','',3814,'https://www.ontradeprogress.com/2019/01/28/3814-revision-v1/',0,'revision','',0),(3817,1,'2019-01-28 09:41:24','2019-01-28 09:41:24','<h1>We interview Nic Casby, UK brand director at <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">Heineken</a>, to discuss Heineken 0.0, its latest no alcohol beer.</h1>\r\n<h3><strong>What inspired the idea for Heineken 0.0?</strong></h3>\r\nIn 2016, we recognised that the low and no alcohol category was a key growth driver for the UK on trade. The category had been steadily growing at 6.5%<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> but despite strong performance, there was a distinct lack of awareness of the category and many of those consumers who were aware of alcohol-free beer, had often had a negative drinking experience.\r\n\r\nOff the back of this strong category and consumer insight, we launched Heineken 0.0 in March 2017. Since then, it has quickly become the fastest growing brand in the alcohol-free segment and is responsible for 70% of low and no volume sales growth.<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>\r\n\r\nWith the growing trend of healthy living, consumers are looking for natural products like beer but with low or no alcohol. Heineken 0.0 has been leading the charge thanks to its great taste, natural ingredients and the fact that it only has 69 calories.\r\n\r\nWe have a bold ambition and a great commitment to lead the premium non-alcoholic beer segment and build positive associations around drinking choices – in other words, we want to make alcohol free beer cool.\r\n<h3>How does Heineken 0.0 maintain the quality and flavour of its alcoholic equivalent?</h3>\r\nBrewing a great tasting 0.0% alcohol beer is no mean feat. Our master brewers spent years exploring, brewing, and tasting before they finally created a recipe defined by its refreshing fruity notes and soft malty body – perfectly balanced. Heineken 0.0 is twice brewed and fermented with Heineken\'s unique A-yeast from natural ingredients. We then gently remove the alcohol through natural processes and blend to achieve a fruity flavour and slight malty notes, ensuring customers can order at the bar with confidence, knowing they will receive that same great quality Heineken product they know and love.\r\n\r\nHeineken 0.0 was recently voted best tasting non-alcoholic lager according to consumers<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> and also won a gold medal in The 2018 Drinks Business Global Beer Competition.\r\n<h3>A recent UCL study found that 29% of 18-24-year-olds don’t drink. Have you seen this reflected in your customer base?</h3>\r\nIt’s clear there’s been a significant shift in the way people are consuming their alcohol and this new report claiming that a third of young people now abstain from alcohol is a clear indicator of this. The low and no alcohol segment of the Beer and Cider category is seeing huge growth in terms of volume and value<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, with Heineken 0.0 being responsible for 70% of the volume sales contributing towards that growth.\r\n\r\nOne of the findings reported within The Greenpaper – HEINEKEN’s largest piece of category research - is the <em>‘Live Better’</em> trend. Predicted to add £58m to the low &amp; no channel by 2021, more and more people are trying to lead healthier and more sustainable lifestyles, whether by watching what they eat, or moderating their alcohol intake. They want healthier low alcohol choices, without compromising on taste, and Heineken 0.0 is the perfect option for young consumers still wanting to take part in social occasions in the on-trade.\r\n<h3>What advice would you give to bar managers looking for the right low-alcohol beer to stock?</h3>\r\nIt’s important that bar operators review their range and ensure they are stocking options to suit all customers, including those looking to moderate their alcohol consumption, or abstain completely.\r\n\r\nAs with ranging alcoholic beer and cider, there are a few things to remember about ranging low &amp; no alcohol brands;\r\n<ol>\r\n 	<li>Avoid Duplication - Given the ROS is smaller than alcoholic packaged brands, the choice of brands can be limited to one or two brands</li>\r\n 	<li>Fridge Placement - Non-prime real estate (i.e. the bottom shelf), as most of the time the request will come as “What no alcohol beer do you have?”</li>\r\n 	<li>Don’t forget cider! - Similar to alcoholic drinkers, there are both beer and cider non-alcoholic drinkers, so don’t miss the opportunity for sales! Old Mout Alcohol-Free is a great option.</li>\r\n 	<li>Taste - Since the range is tight, ensure you choose the best tasting brands for your consumer.</li>\r\n</ol>\r\n<a href=\"#_ftnref1\" name=\"_ftn1\"><sub>[1]</sub></a><sub> CAGR 2012-2015</sub>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> CGA On Premise Measurement Data P08 (12/08/2017)\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\"><sub>[3]</sub></a> <sub>Haystack Quantitative In Home Testing July 2016</sub>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\"><sub>[4]</sub></a><sub> CGA On Premise Measurement Data P08 (12/08/2017)</sub>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">Allan Stevenson - The Quality Cycle</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/\">From grape to glass with Lanchester Wines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Make the most of social media - Fat Media</a></li>\r\n</ul>','Dry January - Brand first with Heineken\'s no alcohol','','publish','closed','open','','no-alcohol-dry-january-heineken','','','2019-01-28 09:41:24','2019-01-28 09:41:24','',0,'https://www.ontradeprogress.com/?p=3817',0,'post','',0),(3818,1,'2019-01-28 09:36:50','2019-01-28 09:36:50','','Heineken 0.0 can front','','inherit','closed','closed','','heineken-0-0-can-front','','','2019-01-28 09:36:50','2019-01-28 09:36:50','',3817,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Heineken-0.0-can-front.jpg',0,'attachment','image/jpeg',0),(3819,1,'2019-01-28 09:37:35','2019-01-28 09:37:35','','Heineken 0.0 can front','','inherit','closed','closed','','heineken-0-0-can-front-2','','','2019-01-28 09:37:35','2019-01-28 09:37:35','',3817,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Heineken-0.0-can-front-1.jpg',0,'attachment','image/jpeg',0),(3820,1,'2019-01-28 09:38:14','2019-01-28 09:38:14','','In 2016, we recognised that the low and no alcohol category was a key growth driver for the UK','In 2016, we recognised that the low and no alcohol category was a key growth driver for the UK','inherit','closed','closed','','hydroheineken_17','','','2019-01-28 09:39:09','2019-01-28 09:39:09','',3817,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/HydroHeineken_17.jpg',0,'attachment','image/jpeg',0),(3821,1,'2019-01-28 09:40:28','2019-01-28 09:40:28','<h1>We interview Nic Casby, UK brand director at <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener\">Heineken</a>, to discuss Heineken 0.0, its latest no alcohol beer.</h1>\r\n<h3><strong>What inspired the idea for Heineken 0.0?</strong></h3>\r\nIn 2016, we recognised that the low and no alcohol category was a key growth driver for the UK on trade. The category had been steadily growing at 6.5%<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> but despite strong performance, there was a distinct lack of awareness of the category and many of those consumers who were aware of alcohol-free beer, had often had a negative drinking experience.\r\n\r\nOff the back of this strong category and consumer insight, we launched Heineken 0.0 in March 2017. Since then, it has quickly become the fastest growing brand in the alcohol-free segment and is responsible for 70% of low and no volume sales growth.<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>\r\n\r\nWith the growing trend of healthy living, consumers are looking for natural products like beer but with low or no alcohol. Heineken 0.0 has been leading the charge thanks to its great taste, natural ingredients and the fact that it only has 69 calories.\r\n\r\nWe have a bold ambition and a great commitment to lead the premium non-alcoholic beer segment and build positive associations around drinking choices – in other words, we want to make alcohol free beer cool.\r\n<h3>How does Heineken 0.0 maintain the quality and flavour of its alcoholic equivalent?</h3>\r\nBrewing a great tasting 0.0% alcohol beer is no mean feat. Our master brewers spent years exploring, brewing, and tasting before they finally created a recipe defined by its refreshing fruity notes and soft malty body – perfectly balanced. Heineken 0.0 is twice brewed and fermented with Heineken\'s unique A-yeast from natural ingredients. We then gently remove the alcohol through natural processes and blend to achieve a fruity flavour and slight malty notes, ensuring customers can order at the bar with confidence, knowing they will receive that same great quality Heineken product they know and love.\r\n\r\nHeineken 0.0 was recently voted best tasting non-alcoholic lager according to consumers<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> and also won a gold medal in The 2018 Drinks Business Global Beer Competition.\r\n<h3>A recent UCL study found that 29% of 18-24-year-olds don’t drink. Have you seen this reflected in your customer base?</h3>\r\nIt’s clear there’s been a significant shift in the way people are consuming their alcohol and this new report claiming that a third of young people now abstain from alcohol is a clear indicator of this. The low and no alcohol segment of the Beer and Cider category is seeing huge growth in terms of volume and value<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>, with Heineken 0.0 being responsible for 70% of the volume sales contributing towards that growth.\r\n\r\nOne of the findings reported within The Greenpaper – HEINEKEN’s largest piece of category research - is the <em>‘Live Better’</em> trend. Predicted to add £58m to the low &amp; no channel by 2021, more and more people are trying to lead healthier and more sustainable lifestyles, whether by watching what they eat, or moderating their alcohol intake. They want healthier low alcohol choices, without compromising on taste, and Heineken 0.0 is the perfect option for young consumers still wanting to take part in social occasions in the on-trade.\r\n<h3>What advice would you give to bar managers looking for the right low-alcohol beer to stock?</h3>\r\nIt’s important that bar operators review their range and ensure they are stocking options to suit all customers, including those looking to moderate their alcohol consumption, or abstain completely.\r\n\r\nAs with ranging alcoholic beer and cider, there are a few things to remember about ranging low &amp; no alcohol brands;\r\n<ol>\r\n 	<li>Avoid Duplication - Given the ROS is smaller than alcoholic packaged brands, the choice of brands can be limited to one or two brands</li>\r\n 	<li>Fridge Placement - Non-prime real estate (i.e. the bottom shelf), as most of the time the request will come as “What no alcohol beer do you have?”</li>\r\n 	<li>Don’t forget cider! - Similar to alcoholic drinkers, there are both beer and cider non-alcoholic drinkers, so don’t miss the opportunity for sales! Old Mout Alcohol-Free is a great option.</li>\r\n 	<li>Taste - Since the range is tight, ensure you choose the best tasting brands for your consumer.</li>\r\n</ol>\r\n<a href=\"#_ftnref1\" name=\"_ftn1\"><sub>[1]</sub></a><sub> CAGR 2012-2015</sub>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> CGA On Premise Measurement Data P08 (12/08/2017)\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\"><sub>[3]</sub></a> <sub>Haystack Quantitative In Home Testing July 2016</sub>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\"><sub>[4]</sub></a><sub> CGA On Premise Measurement Data P08 (12/08/2017)</sub>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">Allan Stevenson - The Quality Cycle</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/\">From grape to glass with Lanchester Wines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/\">Make the most of social media - Fat Media</a></li>\r\n</ul>','Dry January - Brand first with Heineken\'s no alcohol','','inherit','closed','closed','','3817-revision-v1','','','2019-01-28 09:40:28','2019-01-28 09:40:28','',3817,'https://www.ontradeprogress.com/2019/01/28/3817-revision-v1/',0,'revision','',0),(3822,1,'2019-01-28 10:18:54','2019-01-28 10:18:54','<h1><strong>Hobart UK is delighted to announce the alignment of its Warewash and Cooking divisions into one single sales and administration operation is known simply as the Hobart Equipment Division. </strong></h1>\r\nThe core focus will be to leverage new commercial opportunities and to develop and strengthen relationships with all external partners and create a larger and more effective sales force to increase, improve and strengthen the number of active sales contacts across the whole market.\r\n\r\nIn addition, new appointments within the sales development team will enable Hobart UK to offer stronger support to its key customers and distribution partners and facilitate a mutually beneficial relationship.\r\n\r\nThe new organisation will be run by the existing directors, while David Riley will continue as Managing Director and head up the newly formed organisation. Iain Munro takes on the wider role of Business Development Director encompassing the National Account Team, the Projects Department and the newly appointed Product Specialists. His responsibilities will include raising awareness and specification of the Hobart product portfolio via consultants and design houses, from drawing board to final supply and in close cooperation with our distribution partners.\r\n\r\nTim Bender will maintain his role as Sales Director with the Regional operations including Hobart Independent, which will continue to report to him.\r\n\r\nThe Hobart Regional operations will still offer local support and assistance to the national account and project teams whilst maintaining their primary role of working successfully with the company’s distribution partners.\r\n\r\nThe Hobart Independent team will also continue to supply dedicated Ecomax products exclusively via the dealer channel.\r\n\r\nOn the merger, David Riley said: “The joining of the two divisions will have a synergistic effect as we utilise the abilities of our team to maximum effect.” Adding: “We will be able to optimise our sales efforts ensuring our customers obtain the most value from dealing with Hobart.”\r\n\r\n<strong>Hobart is the benchmark for quality and innovation.</strong>\r\n\r\n<strong>1To learn more, visit: <a href=\"http://www.hobartuk.com\" target=\"_blank\" rel=\"noopener\">www.hobartuk.com</a></strong> <strong>or call 0844 888 7777</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Dry Jan - Heineken\'s no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">Allan Stevenson - The Quality Cycle</a></li>\r\n</ul>','Hobart Cooking and Warewash to Merge and become the Hobart Equipment Division','','publish','closed','open','','hobart-uk-warewashing-cooking','','\nhttps://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/','2019-01-28 10:19:23','2019-01-28 10:19:23','',0,'https://www.ontradeprogress.com/?p=3822',0,'post','',0),(3823,1,'2019-01-28 10:10:17','2019-01-28 10:10:17','','Hobart UK to merge devisions and become the Hobart Equipment Division','Hobart UK to merge devisions and become the Hobart Equipment Division','inherit','closed','closed','','hob-logo','','','2019-01-28 10:15:35','2019-01-28 10:15:35','',3822,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Hob-logo.jpg',0,'attachment','image/jpeg',0),(3824,1,'2019-01-28 10:11:03','2019-01-28 10:11:03','<h1><strong>Hobart UK is delighted to announce the alignment of its Warewash and Cooking divisions into one single sales and administration operation is known simply as the Hobart Equipment Division. </strong></h1>\r\nThe core focus will be to leverage new commercial opportunities and to develop and strengthen relationships with all external partners and create a larger and more effective sales force to increase, improve and strengthen the number of active sales contacts across the whole market.\r\n\r\nIn addition, new appointments within the sales development team will enable Hobart UK to offer stronger support to its key customers and distribution partners and facilitate a mutually beneficial relationship.\r\n\r\nThe new organisation will be run by the existing directors, while David Riley will continue as Managing Director and head up the newly formed organisation. Iain Munro takes on the wider role of Business Development Director encompassing the National Account Team, the Projects Department and the newly appointed Product Specialists. His responsibilities will include raising awareness and specification of the Hobart product portfolio via consultants and design houses, from drawing board to final supply and in close cooperation with our distribution partners.\r\n\r\nTim Bender will maintain his role as Sales Director with the Regional operations including Hobart Independent, which will continue to report to him.\r\n\r\nThe Hobart Regional operations will still offer local support and assistance to the national account and project teams whilst maintaining their primary role of working successfully with the company’s distribution partners.\r\n\r\nThe Hobart Independent team will also continue to supply dedicated Ecomax products exclusively via the dealer channel.\r\n\r\nOn the merger, David Riley said: “The joining of the two divisions will have a synergistic effect as we utilise the abilities of our team to maximum effect.” Adding: “We will be able to optimise our sales efforts ensuring our customers obtain the most value from dealing with Hobart.”\r\n\r\n<strong>Hobart is the benchmark for quality and innovation.</strong>\r\n\r\n<strong>To learn more, visit: <a href=\"http://www.hobartuk.com\" target=\"_blank\" rel=\"noopener\">www.hobartuk.com</a></strong> <strong>or call 0844 888 7777</strong>','Hobart Cooking and Warewash to Merge and become the Hobart Equipment Division','','inherit','closed','closed','','3822-revision-v1','','','2019-01-28 10:11:03','2019-01-28 10:11:03','',3822,'https://www.ontradeprogress.com/2019/01/28/3822-revision-v1/',0,'revision','',0),(3825,1,'2019-01-28 10:18:35','2019-01-28 10:18:35','<h1><strong>Hobart UK is delighted to announce the alignment of its Warewash and Cooking divisions into one single sales and administration operation is known simply as the Hobart Equipment Division. </strong></h1>\r\nThe core focus will be to leverage new commercial opportunities and to develop and strengthen relationships with all external partners and create a larger and more effective sales force to increase, improve and strengthen the number of active sales contacts across the whole market.\r\n\r\nIn addition, new appointments within the sales development team will enable Hobart UK to offer stronger support to its key customers and distribution partners and facilitate a mutually beneficial relationship.\r\n\r\nThe new organisation will be run by the existing directors, while David Riley will continue as Managing Director and head up the newly formed organisation. Iain Munro takes on the wider role of Business Development Director encompassing the National Account Team, the Projects Department and the newly appointed Product Specialists. His responsibilities will include raising awareness and specification of the Hobart product portfolio via consultants and design houses, from drawing board to final supply and in close cooperation with our distribution partners.\r\n\r\nTim Bender will maintain his role as Sales Director with the Regional operations including Hobart Independent, which will continue to report to him.\r\n\r\nThe Hobart Regional operations will still offer local support and assistance to the national account and project teams whilst maintaining their primary role of working successfully with the company’s distribution partners.\r\n\r\nThe Hobart Independent team will also continue to supply dedicated Ecomax products exclusively via the dealer channel.\r\n\r\nOn the merger, David Riley said: “The joining of the two divisions will have a synergistic effect as we utilise the abilities of our team to maximum effect.” Adding: “We will be able to optimise our sales efforts ensuring our customers obtain the most value from dealing with Hobart.”\r\n\r\n<strong>Hobart is the benchmark for quality and innovation.</strong>\r\n\r\n<strong>1To learn more, visit: <a href=\"http://www.hobartuk.com\" target=\"_blank\" rel=\"noopener\">www.hobartuk.com</a></strong> <strong>or call 0844 888 7777</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Dry Jan - Heineken\'s no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">Allan Stevenson - The Quality Cycle</a></li>\r\n</ul>','Hobart Cooking and Warewash to Merge and become the Hobart Equipment Division','','inherit','closed','closed','','3822-revision-v1','','','2019-01-28 10:18:35','2019-01-28 10:18:35','',3822,'https://www.ontradeprogress.com/2019/01/28/3822-revision-v1/',0,'revision','',0),(3826,1,'2019-01-28 11:14:23','2019-01-28 11:14:23','<h1>From limited edition beer, craft sodas, and vegan ice-creams to easy-to-serve cheeseboards, fishless fillets, premium coffee, gin alternatives and eco-packaging – there’s an exciting range of new launches to discover at Casual Dining.</h1>\r\nMcCain Foodservice, Lamb Weston Meijer, JJ Foodservice, Panasonic UK, Hellmann’s, Lutosa, Quorn Foodservice, Raynors, Fentimans, Big Drop Brewing, Freedom Brewery, Dalston’s, Menu Guru, Craftis and Ascentia FSE are just some of the brands set to showcase their newest offerings at the multi-award-winning show, taking place next month on 27-28 February at its new home of London ExCeL.\r\n\r\nWith 220 leading suppliers lined up to present a host of new food and drink products, catering equipment and business services, it’s an essential visit to keep up-to-date with all the latest trends, innovations and insights in the casual dining industry.\r\n<h2>Here’s a first look at what’s new from some of the Casual Dining exhibitors for 2019:</h2>\r\n[caption id=\"attachment_3827\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3827 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Casual-Dining-burger-prep-300x200.jpg\" alt=\"Record number of new product innovations on show at Casual Dining 2019\" width=\"300\" height=\"200\" /> A record number of new product innovations on show at Casual Dining 2019[/caption]\r\n\r\n<strong>Panasonic UK </strong>is previewing its new range of commercial rice cookers.  These cookers safely hold rice hot for up to four hours; ideal for serving perfectly cooked rice, while minimising waste and negating the need to bulk cook in advance and reheat to order <strong>(stand E51)</strong>.\r\n\r\nRecognising the trend to reduce sugar in many beverages,<strong> MONIN </strong>is previewing its new range of reduced sugar flavoured syrups.  Capturing the unique essence of the fruit, MONIN Reduced Sugar Strawberry, Pink Grapefruit and Passion Fruit offer versatility and can be used to create a range of refreshing aromatic sodas, lemonades, cocktails, teas and smoothies <strong>(stand F51)</strong>.<strong> </strong>\r\n\r\n<strong>Eurilait</strong> is sampling its new range of Al Fresco summer hot-eating cheeses.  These vegetarian cheeses are designed for the grill or griddle, and all BBQ occasions, as an alternative to any regular burger or sausage.  The cheese \'steaks\' and \'sausages\' are available in plain or chilli varieties <strong>(stand G107)</strong>.\r\n\r\n<strong>Hellmann’s </strong>is sampling its new vegan mayonnaise.  Made with soybean oil, Hellmann’s Vegan Mayonnaise offers diners the creamy taste of mayo, but contains no eggs, no cholesterol, no genetically-engineered ingredients and is certified Vegan by Vegan Action <strong>(stand E57)</strong>.\r\n\r\n<strong>Fentimans </strong>is previewing the newest flavour in its award-winning range of botanically-brewed drinks, Apple and Blackberry.  Combining two quintessentially British fruits, this drink provides a combination of crisp apple and blackberries with natural botanicals to create a fresh and fruity taste <strong>(stand C67)</strong>.\r\n\r\n<strong>Slingsby Gin</strong> is previewing its new gooseberry gin.  Crafted using the world-famous Harrogate aquifer water, pure single grain spirit and locally sourced botanicals synonymous with the restorative nature of Harrogate.  Yorkshire gooseberries bring an unmistakable tangy sharpness, tempered with a fruity sweetness whilst retaining the classic citrus notes of their award-winning London Dry Gin <strong>(stand K40)</strong>.\r\n\r\n<strong>Rude Health</strong> is previewing its organic turmeric latte.  This dairy-free drink combines turmeric for colour, ginger and cinnamon for zing, black pepper to awaken the turmeric and some rice, for a gluten-free silky sweetness.  It\'s naturally-frothable and easy for baristas – just steam and serve for a tasty, fast, standardised, non-artificial, organic drink <strong>(stand A25)</strong>.\r\n\r\n<strong>Freedom Brewery</strong> is unveiling its first ever, limited-edition seasonal brew at the show.  Brewed to Freedom’s exacting standards – natural, conscious, real beer – this is a balanced and refreshing lager at 3.8% vol.  It’s full of zesty aroma with soft fruit taste notes delivered by hop inspiration from New Zealand <strong>(stand C40)</strong>.\r\n\r\n<strong>Pacific West Foods </strong>is launching its new Tempura Tropical Snapper fillets at the show.  With a crisp and light coating, they make an ideal starter, can be enjoyed as part of a seafood platter or an alternative surf and turf <strong>(stand C45)</strong>.\r\n\r\n[caption id=\"attachment_3828\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3828\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Casual-dining-pizza_Italian-300x200.jpg\" alt=\"Record number of new product innovations on show at Casual Dining 2019\" width=\"300\" height=\"200\" /> A record number of new product innovations on show at Casual Dining 2019[/caption]\r\n\r\n<strong>Lutosa</strong> is launching its new Cajun Wedges and Black Pepper &amp; Salt Wedges.  These skin-on wedges are coated with a flavoured gluten-free batter, which gives them a spicy taste and also helps to keep them warmer for longer <strong>(stand H57)</strong>.\r\n\r\n<strong>Quorn Foodservice</strong> is previewing two new products in its Vegan Fishless range: Battered Fishless Fillets with a Salt and Vinegar Batter and Breaded Fishless Fillets with a Lemon Pepper Breadcrumb.  Replicating the texture and flakiness of fish, and low in saturated fat, the new range is ideal for creating a healthy, vegan fish(less) dish <strong>(stand D57)</strong>.\r\n\r\n<strong>LUXLO Spirits</strong> is launching LUXLO For Gin Lovers at the show.  New to market, LUXLO is a 20% gin-alternative that is juniper led with nine carefully selected botanicals including classic gin heroes such as coriander seeds, angelica root, liquorice, orris root, orange and lemon peel.  With only 28 calories per 25ml serving and half a unit of alcohol, it is exquisitely balanced, smooth, light, crisp and refreshing <strong>(stand AS3 in the Artisan Spirits Lounge)</strong>.\r\n\r\n<strong>Tastequest </strong>is launching its new Arepas.  A staple of Latin American cuisine, these Colombian Corn Breads are made from quality Masa Harina (corn flour) and are 100% gluten-free.  This versatile street food can be filled with an array of different foods and eaten with any meal <strong>(stand B67)</strong>.\r\n\r\n<strong>Craftis</strong> is launching its four new Bizzi Meal Bags designs: Tropical, Garden, Woodland &amp; Ocean.  These colourful food carriers come with a pack of three coloured crayons and are covered in fun activities to entertain young diners, including puzzles, jokes, games and crosswords, as well as a colour-in face mask and door hanger<strong> (stand H71)</strong>.\r\n\r\n<strong>Toschi UK</strong> is launching its new range of sauces for mochas, hot drinks and frappes.  These multipurpose sauces are designed to add flavour in both hot and cold beverages and are available in Caramel, Chocolate and White Chocolate <strong>(stand D46)</strong>.\r\n\r\n<strong>Yee Kwan Ice Cream</strong> is debuting its new range of vegan ice creams.  Created with a creamy coconut base, these ice creams come in authentic flavours including: Chocolate Miso, Matcha, Salted Caramel and Mango.  Also showcasing: gluten-free cheesecakes <strong>(stand A45)</strong>.\r\n\r\n<strong>Bannisters Farm</strong> is launching its new vegan baked potato skins, with a mozzarella-style melt and vibrant, bold ingredients.  The products are gluten-free and can be heated in minutes from frozen.  Recipes include Tomato, Roasted Pepper and Olives; Arrabbiata; Hickory BBQ Jackfruit; Sundried Tomato; and Jalapeno <strong>(stand C51)</strong>.\r\n\r\n<strong>Bellfield Brewery</strong> is introducing two new beers to their award-winning range of gluten-free and vegan beers, in 330ml cans.  The Session Ale is a moreish beer that’s been developed to meet the demand for a great-tasting ale that’s lower in alcohol at 3.8% vol.  The new Craft Lager is a modern interpretation of a classic lager that’s biscuity and quaffable at 5.2% vol <strong>(stand C93B in the Scotland Food &amp; Drink Pavilion)</strong>.\r\n\r\n<strong>Ascentia FSE </strong>is showcasing its new Gara pizza oven.  This compact countertop oven produces an authentic Neapolitan style pizza in as little as 60 seconds.  It features a 3cm thick stone cooking deck and extra care has been taken in insulating the chamber, making for great heat retention properties and super-fast cooking times <strong>(stand G71)</strong>.\r\n\r\n<strong>Notes Coffee </strong>is launching its premium coffee offering at the show.  They will be sampling a range of coffee styles, including new 100% aluminium Nespresso compatible capsules.  Their wider solutions include Barista training, the supply of coffee equipment and machines, plus support across set up and maintenance <strong>(stand A30)</strong>.\r\n\r\n<strong>EauVation</strong> is launching its new HydreauBar.  This unique bottling station sterilises bottles before filling them, eliminating microbial organisms not achieved from washing alone.  It delivers up to 500 bottles per hour of freshly purified, chilled still or sparkling water.  With a carbon footprint 95% lower than bottled waters, it’s ideal for establishments committed to a sustainable water offer <strong>(stand F101)</strong>.\r\n\r\n<strong>Raynors</strong> is sampling its new Hot Eats products, including new flavours of burritos (Beef &amp; Bean and Spicy Bean), hot wraps (Margherita Pizza, Pepperoni and Meatball) and croques (Cheese &amp; Tomato and Ham &amp; Cheese).  New additions to its vegan range this year include a vegan cheese &amp; onion toastie, a vegan sausage sandwich &amp; more.  Plastic-free options are available across the range <strong>(stand G20)</strong>.\r\n\r\n<strong>Brasserie Meteor </strong>is showcasing its Meteor Pilsner.  This iconic French Pilsner, brewed in Alsace since 1927, will be introduced to the UK market for the first time, in brand new packaging.  A multiple award-winning beer, it’s brewed using the distinctive Strisselspalt hops from Alsace in addition to Saaz hops and the pure water from the Vosges mountains range <strong>(stand CB4 in the Craft Beer &amp; Cider Zone)</strong>.\r\n\r\n<strong>Menu Guru</strong> is showcasing its new, smart, digital menu app.  Developed to make eating out simpler and safer for allergy sufferers, this app personalises a menu based on the customer’s unique dietary requirements, showing them only what they can safely eat from that restaurant <strong>(stand K101)</strong>.\r\n\r\n<strong>Stewart Brewing</strong> is introducing two new beers: a 3.7% Session IPA, dry-hopped with Citra and Mosaic to deliver citrus and tropical flavours; and a 4% Lager, brewed and conditioned over six weeks, using noble hops and natural carbonation, resulting in a crisp and refreshing taste <strong>(stand C93F in the Scotland Food &amp; Drink Pavilion)</strong>.\r\n\r\n<strong>B-Loony</strong> is showcasing its recently launched BalloonGrip.  Answering the urgent need for an alternative to single-use plastic balloon sticks (soon to be banned by the EU), the BalloonGrip is made from sustainable raw materials, which are fully biodegradable.  It provides an eco-friendly, plastic-free option for easy distribution of balloons as giveaways and sales promotions <strong>(stand A60)</strong>.\r\n\r\n<strong>Moving Mountains Foods</strong> is hosting the first UK demonstration of its recently re-launched Moving Mountains Burger.  This innovative plant-based burger provides consumers with a meat alternative that competes in taste, texture and satisfaction to a regular beef burger <strong>(stand J20)</strong>.\r\n\r\n<strong>Bradburys Cheese</strong> is promoting its new range of ‘Yes Chef!’ cheeseboards.  Pre-cut and ready-to-serve, these ‘no-fuss’ cheeseboard selections come in standard varieties such as classic and ploughman’s, as well as premium and artisan versions containing award-winning British and continental cheeses <strong>(stand H40)</strong>.<strong> </strong>\r\n\r\n<strong>Wild Beer Co</strong> is introducing the latest addition to its can range, Millionaire.  A salted caramel and chocolate milk dessert stout, it combines sweet and salty for a rich, balanced and smooth taste.  Previously offered in both bottle and keg, this popular beer is now available in a can <strong>(stand CB12 in the Craft Beer &amp; Cider Zone)</strong>.\r\n\r\n<strong>Trail</strong> is presenting its recently launched app.  This new operations app serves up a daily list of tasks to guide teams step-by-step, from opening checks and food safety to cashing up.  It’s designed to be integrated with EPoS, rotas and other systems, to become the central operational hub for the entire organisation (stand K91).\r\n\r\n<strong>Majisign</strong> is showcasing its Stash A-board, a unique twist on a traditional A-board.  Rather than the usual cross rail found on most A-boards, the Stash A-board has a mechanised foldable tray.  Created to enhance visual advertisement, it allows operators to showcase their wares and emphasise their brand identity <strong>(stand C60)</strong>.\r\n\r\n<strong>The Hygiene Company</strong> is presenting its Hygiene360.  This new data portal offers a full circle solution for washroom and cleaning management and feedback.  Functionalities include real-time access to customer feedback, cleaning due times and issue management, and a dynamic route-list that sends cleaning teams to the location most in need of attention <strong>(stand J106)</strong>.\r\n\r\n<strong>Dalston’s</strong> is showcasing its new range of Soda Lights.  Made with real squeezed British fruit, spring water and distilled botanicals, these new craft sodas offer an alternative to mainstream sugary soft drinks.  Made with no added sugar and nothing artificial, they only contain 20 calories a can.  Available in two flavours: Real Squeezed Rhubarb &amp; Real Squeezed Elderflower <strong>(stand C10)</strong>.\r\n\r\n<strong>Yapster </strong>is demonstrating its new mobile message app.  It offers effective, GDPR compliant communication at scale for hospitality teams.  Staff can use their smartphones to send 1-1 and group messages, initiate flash polls and post to the social newsfeed in a secure environment <strong>(stand A66)</strong>.\r\n\r\n<strong>Conker Spirit </strong>is promoting its recently launched Port Barrel Gin.  Distilled with Conker’s own Dorset gin and rested in used Port barrels from Portugal, this is a limited-edition gin, only available in 800 bottle runs.  Also showcasing: new Navy Strength Gin, which is distilled in the honour of the courageous RNLI <strong>(stand AS10 in the Artisan Spirits Lounge)</strong>.\r\n\r\n<strong>Big Drop Brewing Co </strong>is showcasing the newest addition to its range of low/no-alcohol beers, The Citra Four Hop Special Edition.  Launched in December, this new 0.5% pale ale contains four hop varieties and brings not only the usual large fruit juice aromas of lime and grapefruit, but also a dash of bright orange, mango and lychee to give a smoother aftertaste <strong>(stand CB11 in the Craft Beer &amp; Cider Zone)</strong>.\r\n\r\n<strong>Meiko UK </strong>is promoting its M-iClean UM, undercounter glass washer.  It features integral heat recovery, meaning there are no more clouds of steam when the door is opened.  The glass washer is also available with GiO reverse osmosis, which eliminates the need to polish glasses by hand <strong>(stand H46)</strong>.\r\n\r\n<strong>Nelson Catering Equipment</strong> is presenting its new Advantage Plus warewasher range.  Developed to offer the best in energy and water efficiency, the range includes machines to meet a variety of requirements and budgets, from the smallest undercounter models through to high-volume, steam heat recovery pass throughs <strong>(stand G50).</strong>\r\n\r\n<strong>Avery Dennison</strong> is demonstrating its new Freshmarx Temp and Task Tracker.  Temp Tracker enables automation of temperature and humidity monitoring in refrigeration units.  Task Tracker is a digital, customisable checklist application for task execution.  Designed to work together or separately, they can help manage labour, enable greater compliance by supporting HACCP goals and optimise kitchen processes <strong>(stand K85)</strong>.\r\n\r\n<strong>Spirit Cartel </strong>is showcasing its recently launched Becherovka.  This traditional and high-quality herbal liqueur is a 100% natural product without any chemical preservatives, artificial substances or emulsifiers.  It’s made using renowned Carlsbad water, high-quality spirits, natural sugar and a select array of herbs <strong>(stand H80)</strong>.\r\n\r\n<strong>3S POS</strong> is promoting its Self-Service Kiosk.  Designed to work seamlessly with the EPoS suite, it enhances business operations by speeding up service and providing smart upselling opportunities.  The software has been specifically developed with the QSR market in mind and features an intuitive UI for fast and efficient customer experience <strong>(stand F31)</strong>.\r\n\r\n<strong>Sea Arch - Not Gin</strong> is showcasing its calorie-free, non-alcoholic spirit for gin-lovers.  Inspired by the sea, it bursts with coastal flavours, including sea kelp and juniper, to create a refreshing drink.  Made with botanicals, which are individually extracted using centuries-old techniques and blended together after distillation.  Works beautifully over ice with tonic, a squeeze of citrus and sprig of rosemary <strong>(stand AS4 in the Artisan Spirits Lounge)</strong>.\r\n\r\n<strong>Rubies in the Rubble</strong> is presenting its new sustainably-sourced, 100% natural ketchup.  Made from surplus pears that would have otherwise gone to waste, as well as tomatoes, its packed with 3x more fruit than most regular ketchup.  Plus, the natural sweetness from the fruit means half the refined sugar compared to other leading brands <strong>(stand A54)</strong>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Dry Jan - Heineken\'s no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">Allan Stevenson - The Quality Cycle</a></li>\r\n</ul>\r\n<strong>JJ Foodservice</strong> is demonstrating its new eco-packaging range.  Created to help reduce the amount of plastics used in takeaway packaging, the range includes biodegradable cutlery, soup pots, smoothie and coffee cups, food containers, straws and much more <strong>(stand D51)</strong>.\r\n\r\n<strong>McCain Foodservice</strong> is staging a sensory experience at the show to promote its newest products, Sweet Potato Rustics and Crispers.  Visitors are invited to discover these new rustic skin-on sweet potato wedges and v-cut skin-on crinkle chips through interactive recipes <strong>(stand E31)</strong>.\r\n\r\n<strong>La Tua Pasta</strong> is promoting its new Sweet Mini-Doughnuts filled with Pistachio.  They are made using gnocchi dough and filled with sweet pistachio cream (using 100% Sicilian pistachios from Bronte), and white chocolate.  They cook in only a few minutes and are ideal served with ice cream, a chocolate sauce or just icing sugar <strong>(stand H45)</strong>.\r\n\r\n<strong>Lamb Weston Meijer</strong> is promoting its Hot2Home Fries.  This newly-developed fries concept for home delivery consists of two parts: a special ultra-thin starch coating that ensures the fries stay crisp and flavourful for longer, plus a patented fries cup that works with the coating to keep them hot and crispy for 20 mins – ideal for delivering quality fries to customers at home <strong>(stand D71)</strong>.\r\n\r\n<strong>Sea Products International</strong> is presenting the latest addition to its line of frozen seafood – new Salt &amp; Pepper Squid.  These tender pieces of squid are encased in a tasty, light, peppery coating (made with 60% squid and 40% coating).  Ideal as a starter, main course or to share <strong>(stand K37)</strong>.\r\n\r\n<strong>Jubel Beer </strong>is launching two new beers UK-wide.  The ‘Alpine’ beer, cut with peach, and the ’Urban’ beer, cut with elderflower, offer the easy-drinking refreshment of a fruit cider with the \'sessionability\' of a crisp lager.  These naturally-infused beers are gluten-free and vegan-friendly, with 70% less sugar than fruit ciders <strong>(stand H25)</strong>.\r\n\r\n<strong>Pizza Equipment</strong> is showcasing its new Sigma Sprizza SPZ40 and SPZ50 cold pizza spreaders.  Featuring a patented micro-rolling system that prepares the dough, with crust, in the same way as the hands of an expert.  Also exhibiting: the Forni Ceky dome oven, Moretti iDeck, GGF dough mixers and dough rollers and GI Metal pizza accessories <strong>(stand F100)</strong>.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\n<strong>Casual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.  To register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk/\">www.casualdiningshow.co.uk</a> and use priority code CD80 (direct link: <a href=\"http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80\">www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80</a>).</strong>','A Record number of new product innovations on show at Casual Dining 2019','','publish','closed','open','','casual-dining-record-innovations','','\nhttps://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/','2019-01-28 11:17:14','2019-01-28 11:17:14','',0,'https://www.ontradeprogress.com/?p=3826',0,'post','',0),(3827,1,'2019-01-28 11:04:11','2019-01-28 11:04:11','','Casual Dining - burger prep','','inherit','closed','closed','','casual-dining-burger-prep-2','','','2019-01-28 11:05:00','2019-01-28 11:05:00','',3826,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Casual-Dining-burger-prep.jpg',0,'attachment','image/jpeg',0),(3828,1,'2019-01-28 11:05:34','2019-01-28 11:05:34','','Casual dining - pizza_Italian','Record number of new product innovations on show at Casual Dining 2019','inherit','closed','closed','','casual-dining-pizza_italian-2','','','2019-01-28 11:06:23','2019-01-28 11:06:23','',3826,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/Casual-dining-pizza_Italian.jpg',0,'attachment','image/jpeg',0),(3829,1,'2019-01-28 11:14:02','2019-01-28 11:14:02','<h1>From limited edition beer, craft sodas, and vegan ice-creams to easy-to-serve cheeseboards, fishless fillets, premium coffee, gin alternatives and eco-packaging – there’s an exciting range of new launches to discover at Casual Dining.</h1>\r\nMcCain Foodservice, Lamb Weston Meijer, JJ Foodservice, Panasonic UK, Hellmann’s, Lutosa, Quorn Foodservice, Raynors, Fentimans, Big Drop Brewing, Freedom Brewery, Dalston’s, Menu Guru, Craftis and Ascentia FSE are just some of the brands set to showcase their newest offerings at the multi-award-winning show, taking place next month on 27-28 February at its new home of London ExCeL.\r\n\r\nWith 220 leading suppliers lined up to present a host of new food and drink products, catering equipment and business services, it’s an essential visit to keep up-to-date with all the latest trends, innovations and insights in the casual dining industry.\r\n<h2>Here’s a first look at what’s new from some of the Casual Dining exhibitors for 2019:</h2>\r\n[caption id=\"attachment_3827\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3827 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Casual-Dining-burger-prep-300x200.jpg\" alt=\"Record number of new product innovations on show at Casual Dining 2019\" width=\"300\" height=\"200\" /> A record number of new product innovations on show at Casual Dining 2019[/caption]\r\n\r\n<strong>Panasonic UK </strong>is previewing its new range of commercial rice cookers.  These cookers safely hold rice hot for up to four hours; ideal for serving perfectly cooked rice, while minimising waste and negating the need to bulk cook in advance and reheat to order <strong>(stand E51)</strong>.\r\n\r\nRecognising the trend to reduce sugar in many beverages,<strong> MONIN </strong>is previewing its new range of reduced sugar flavoured syrups.  Capturing the unique essence of the fruit, MONIN Reduced Sugar Strawberry, Pink Grapefruit and Passion Fruit offer versatility and can be used to create a range of refreshing aromatic sodas, lemonades, cocktails, teas and smoothies <strong>(stand F51)</strong>.<strong> </strong>\r\n\r\n<strong>Eurilait</strong> is sampling its new range of Al Fresco summer hot-eating cheeses.  These vegetarian cheeses are designed for the grill or griddle, and all BBQ occasions, as an alternative to any regular burger or sausage.  The cheese \'steaks\' and \'sausages\' are available in plain or chilli varieties <strong>(stand G107)</strong>.\r\n\r\n<strong>Hellmann’s </strong>is sampling its new vegan mayonnaise.  Made with soybean oil, Hellmann’s Vegan Mayonnaise offers diners the creamy taste of mayo, but contains no eggs, no cholesterol, no genetically-engineered ingredients and is certified Vegan by Vegan Action <strong>(stand E57)</strong>.\r\n\r\n<strong>Fentimans </strong>is previewing the newest flavour in its award-winning range of botanically-brewed drinks, Apple and Blackberry.  Combining two quintessentially British fruits, this drink provides a combination of crisp apple and blackberries with natural botanicals to create a fresh and fruity taste <strong>(stand C67)</strong>.\r\n\r\n<strong>Slingsby Gin</strong> is previewing its new gooseberry gin.  Crafted using the world-famous Harrogate aquifer water, pure single grain spirit and locally sourced botanicals synonymous with the restorative nature of Harrogate.  Yorkshire gooseberries bring an unmistakable tangy sharpness, tempered with a fruity sweetness whilst retaining the classic citrus notes of their award-winning London Dry Gin <strong>(stand K40)</strong>.\r\n\r\n<strong>Rude Health</strong> is previewing its organic turmeric latte.  This dairy-free drink combines turmeric for colour, ginger and cinnamon for zing, black pepper to awaken the turmeric and some rice, for a gluten-free silky sweetness.  It\'s naturally-frothable and easy for baristas – just steam and serve for a tasty, fast, standardised, non-artificial, organic drink <strong>(stand A25)</strong>.\r\n\r\n<strong>Freedom Brewery</strong> is unveiling its first ever, limited-edition seasonal brew at the show.  Brewed to Freedom’s exacting standards – natural, conscious, real beer – this is a balanced and refreshing lager at 3.8% vol.  It’s full of zesty aroma with soft fruit taste notes delivered by hop inspiration from New Zealand <strong>(stand C40)</strong>.\r\n\r\n<strong>Pacific West Foods </strong>is launching its new Tempura Tropical Snapper fillets at the show.  With a crisp and light coating, they make an ideal starter, can be enjoyed as part of a seafood platter or an alternative surf and turf <strong>(stand C45)</strong>.\r\n\r\n[caption id=\"attachment_3828\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3828\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/Casual-dining-pizza_Italian-300x200.jpg\" alt=\"Record number of new product innovations on show at Casual Dining 2019\" width=\"300\" height=\"200\" /> A record number of new product innovations on show at Casual Dining 2019[/caption]\r\n\r\n<strong>Lutosa</strong> is launching its new Cajun Wedges and Black Pepper &amp; Salt Wedges.  These skin-on wedges are coated with a flavoured gluten-free batter, which gives them a spicy taste and also helps to keep them warmer for longer <strong>(stand H57)</strong>.\r\n\r\n<strong>Quorn Foodservice</strong> is previewing two new products in its Vegan Fishless range: Battered Fishless Fillets with a Salt and Vinegar Batter and Breaded Fishless Fillets with a Lemon Pepper Breadcrumb.  Replicating the texture and flakiness of fish, and low in saturated fat, the new range is ideal for creating a healthy, vegan fish(less) dish <strong>(stand D57)</strong>.\r\n\r\n<strong>LUXLO Spirits</strong> is launching LUXLO For Gin Lovers at the show.  New to market, LUXLO is a 20% gin-alternative that is juniper led with nine carefully selected botanicals including classic gin heroes such as coriander seeds, angelica root, liquorice, orris root, orange and lemon peel.  With only 28 calories per 25ml serving and half a unit of alcohol, it is exquisitely balanced, smooth, light, crisp and refreshing <strong>(stand AS3 in the Artisan Spirits Lounge)</strong>.\r\n\r\n<strong>Tastequest </strong>is launching its new Arepas.  A staple of Latin American cuisine, these Colombian Corn Breads are made from quality Masa Harina (corn flour) and are 100% gluten-free.  This versatile street food can be filled with an array of different foods and eaten with any meal <strong>(stand B67)</strong>.\r\n\r\n<strong>Craftis</strong> is launching its four new Bizzi Meal Bags designs: Tropical, Garden, Woodland &amp; Ocean.  These colourful food carriers come with a pack of three coloured crayons and are covered in fun activities to entertain young diners, including puzzles, jokes, games and crosswords, as well as a colour-in face mask and door hanger<strong> (stand H71)</strong>.\r\n\r\n<strong>Toschi UK</strong> is launching its new range of sauces for mochas, hot drinks and frappes.  These multipurpose sauces are designed to add flavour in both hot and cold beverages and are available in Caramel, Chocolate and White Chocolate <strong>(stand D46)</strong>.\r\n\r\n<strong>Yee Kwan Ice Cream</strong> is debuting its new range of vegan ice creams.  Created with a creamy coconut base, these ice creams come in authentic flavours including: Chocolate Miso, Matcha, Salted Caramel and Mango.  Also showcasing: gluten-free cheesecakes <strong>(stand A45)</strong>.\r\n\r\n<strong>Bannisters Farm</strong> is launching its new vegan baked potato skins, with a mozzarella-style melt and vibrant, bold ingredients.  The products are gluten-free and can be heated in minutes from frozen.  Recipes include Tomato, Roasted Pepper and Olives; Arrabbiata; Hickory BBQ Jackfruit; Sundried Tomato; and Jalapeno <strong>(stand C51)</strong>.\r\n\r\n<strong>Bellfield Brewery</strong> is introducing two new beers to their award-winning range of gluten-free and vegan beers, in 330ml cans.  The Session Ale is a moreish beer that’s been developed to meet the demand for a great-tasting ale that’s lower in alcohol at 3.8% vol.  The new Craft Lager is a modern interpretation of a classic lager that’s biscuity and quaffable at 5.2% vol <strong>(stand C93B in the Scotland Food &amp; Drink Pavilion)</strong>.\r\n\r\n<strong>Ascentia FSE </strong>is showcasing its new Gara pizza oven.  This compact countertop oven produces an authentic Neapolitan style pizza in as little as 60 seconds.  It features a 3cm thick stone cooking deck and extra care has been taken in insulating the chamber, making for great heat retention properties and super-fast cooking times <strong>(stand G71)</strong>.\r\n\r\n<strong>Notes Coffee </strong>is launching its premium coffee offering at the show.  They will be sampling a range of coffee styles, including new 100% aluminium Nespresso compatible capsules.  Their wider solutions include Barista training, the supply of coffee equipment and machines, plus support across set up and maintenance <strong>(stand A30)</strong>.\r\n\r\n<strong>EauVation</strong> is launching its new HydreauBar.  This unique bottling station sterilises bottles before filling them, eliminating microbial organisms not achieved from washing alone.  It delivers up to 500 bottles per hour of freshly purified, chilled still or sparkling water.  With a carbon footprint 95% lower than bottled waters, it’s ideal for establishments committed to a sustainable water offer <strong>(stand F101)</strong>.\r\n\r\n<strong>Raynors</strong> is sampling its new Hot Eats products, including new flavours of burritos (Beef &amp; Bean and Spicy Bean), hot wraps (Margherita Pizza, Pepperoni and Meatball) and croques (Cheese &amp; Tomato and Ham &amp; Cheese).  New additions to its vegan range this year include a vegan cheese &amp; onion toastie, a vegan sausage sandwich &amp; more.  Plastic-free options are available across the range <strong>(stand G20)</strong>.\r\n\r\n<strong>Brasserie Meteor </strong>is showcasing its Meteor Pilsner.  This iconic French Pilsner, brewed in Alsace since 1927, will be introduced to the UK market for the first time, in brand new packaging.  A multiple award-winning beer, it’s brewed using the distinctive Strisselspalt hops from Alsace in addition to Saaz hops and the pure water from the Vosges mountains range <strong>(stand CB4 in the Craft Beer &amp; Cider Zone)</strong>.\r\n\r\n<strong>Menu Guru</strong> is showcasing its new, smart, digital menu app.  Developed to make eating out simpler and safer for allergy sufferers, this app personalises a menu based on the customer’s unique dietary requirements, showing them only what they can safely eat from that restaurant <strong>(stand K101)</strong>.\r\n\r\n<strong>Stewart Brewing</strong> is introducing two new beers: a 3.7% Session IPA, dry-hopped with Citra and Mosaic to deliver citrus and tropical flavours; and a 4% Lager, brewed and conditioned over six weeks, using noble hops and natural carbonation, resulting in a crisp and refreshing taste <strong>(stand C93F in the Scotland Food &amp; Drink Pavilion)</strong>.\r\n\r\n<strong>B-Loony</strong> is showcasing its recently launched BalloonGrip.  Answering the urgent need for an alternative to single-use plastic balloon sticks (soon to be banned by the EU), the BalloonGrip is made from sustainable raw materials, which are fully biodegradable.  It provides an eco-friendly, plastic-free option for easy distribution of balloons as giveaways and sales promotions <strong>(stand A60)</strong>.\r\n\r\n<strong>Moving Mountains Foods</strong> is hosting the first UK demonstration of its recently re-launched Moving Mountains Burger.  This innovative plant-based burger provides consumers with a meat alternative that competes in taste, texture and satisfaction to a regular beef burger <strong>(stand J20)</strong>.\r\n\r\n<strong>Bradburys Cheese</strong> is promoting its new range of ‘Yes Chef!’ cheeseboards.  Pre-cut and ready-to-serve, these ‘no-fuss’ cheeseboard selections come in standard varieties such as classic and ploughman’s, as well as premium and artisan versions containing award-winning British and continental cheeses <strong>(stand H40)</strong>.<strong> </strong>\r\n\r\n<strong>Wild Beer Co</strong> is introducing the latest addition to its can range, Millionaire.  A salted caramel and chocolate milk dessert stout, it combines sweet and salty for a rich, balanced and smooth taste.  Previously offered in both bottle and keg, this popular beer is now available in a can <strong>(stand CB12 in the Craft Beer &amp; Cider Zone)</strong>.\r\n\r\n<strong>Trail</strong> is presenting its recently launched app.  This new operations app serves up a daily list of tasks to guide teams step-by-step, from opening checks and food safety to cashing up.  It’s designed to be integrated with EPoS, rotas and other systems, to become the central operational hub for the entire organisation (stand K91).\r\n\r\n<strong>Majisign</strong> is showcasing its Stash A-board, a unique twist on a traditional A-board.  Rather than the usual cross rail found on most A-boards, the Stash A-board has a mechanised foldable tray.  Created to enhance visual advertisement, it allows operators to showcase their wares and emphasise their brand identity <strong>(stand C60)</strong>.\r\n\r\n<strong>The Hygiene Company</strong> is presenting its Hygiene360.  This new data portal offers a full circle solution for washroom and cleaning management and feedback.  Functionalities include real-time access to customer feedback, cleaning due times and issue management, and a dynamic route-list that sends cleaning teams to the location most in need of attention <strong>(stand J106)</strong>.\r\n\r\n<strong>Dalston’s</strong> is showcasing its new range of Soda Lights.  Made with real squeezed British fruit, spring water and distilled botanicals, these new craft sodas offer an alternative to mainstream sugary soft drinks.  Made with no added sugar and nothing artificial, they only contain 20 calories a can.  Available in two flavours: Real Squeezed Rhubarb &amp; Real Squeezed Elderflower <strong>(stand C10)</strong>.\r\n\r\n<strong>Yapster </strong>is demonstrating its new mobile message app.  It offers effective, GDPR compliant communication at scale for hospitality teams.  Staff can use their smartphones to send 1-1 and group messages, initiate flash polls and post to the social newsfeed in a secure environment <strong>(stand A66)</strong>.\r\n\r\n<strong>Conker Spirit </strong>is promoting its recently launched Port Barrel Gin.  Distilled with Conker’s own Dorset gin and rested in used Port barrels from Portugal, this is a limited-edition gin, only available in 800 bottle runs.  Also showcasing: new Navy Strength Gin, which is distilled in the honour of the courageous RNLI <strong>(stand AS10 in the Artisan Spirits Lounge)</strong>.\r\n\r\n<strong>Big Drop Brewing Co </strong>is showcasing the newest addition to its range of low/no-alcohol beers, The Citra Four Hop Special Edition.  Launched in December, this new 0.5% pale ale contains four hop varieties and brings not only the usual large fruit juice aromas of lime and grapefruit, but also a dash of bright orange, mango and lychee to give a smoother aftertaste <strong>(stand CB11 in the Craft Beer &amp; Cider Zone)</strong>.\r\n\r\n<strong>Meiko UK </strong>is promoting its M-iClean UM, undercounter glass washer.  It features integral heat recovery, meaning there are no more clouds of steam when the door is opened.  The glass washer is also available with GiO reverse osmosis, which eliminates the need to polish glasses by hand <strong>(stand H46)</strong>.\r\n\r\n<strong>Nelson Catering Equipment</strong> is presenting its new Advantage Plus warewasher range.  Developed to offer the best in energy and water efficiency, the range includes machines to meet a variety of requirements and budgets, from the smallest undercounter models through to high-volume, steam heat recovery pass throughs <strong>(stand G50).</strong>\r\n\r\n<strong>Avery Dennison</strong> is demonstrating its new Freshmarx Temp and Task Tracker.  Temp Tracker enables automation of temperature and humidity monitoring in refrigeration units.  Task Tracker is a digital, customisable checklist application for task execution.  Designed to work together or separately, they can help manage labour, enable greater compliance by supporting HACCP goals and optimise kitchen processes <strong>(stand K85)</strong>.\r\n\r\n<strong>Spirit Cartel </strong>is showcasing its recently launched Becherovka.  This traditional and high-quality herbal liqueur is a 100% natural product without any chemical preservatives, artificial substances or emulsifiers.  It’s made using renowned Carlsbad water, high-quality spirits, natural sugar and a select array of herbs <strong>(stand H80)</strong>.\r\n\r\n<strong>3S POS</strong> is promoting its Self-Service Kiosk.  Designed to work seamlessly with the EPoS suite, it enhances business operations by speeding up service and providing smart upselling opportunities.  The software has been specifically developed with the QSR market in mind and features an intuitive UI for fast and efficient customer experience <strong>(stand F31)</strong>.\r\n\r\n<strong>Sea Arch - Not Gin</strong> is showcasing its calorie-free, non-alcoholic spirit for gin-lovers.  Inspired by the sea, it bursts with coastal flavours, including sea kelp and juniper, to create a refreshing drink.  Made with botanicals, which are individually extracted using centuries-old techniques and blended together after distillation.  Works beautifully over ice with tonic, a squeeze of citrus and sprig of rosemary <strong>(stand AS4 in the Artisan Spirits Lounge)</strong>.\r\n\r\n<strong>Rubies in the Rubble</strong> is presenting its new sustainably-sourced, 100% natural ketchup.  Made from surplus pears that would have otherwise gone to waste, as well as tomatoes, its packed with 3x more fruit than most regular ketchup.  Plus, the natural sweetness from the fruit means half the refined sugar compared to other leading brands <strong>(stand A54)</strong>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Dry Jan - Heineken\'s no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/\">Allan Stevenson - The Quality Cycle</a></li>\r\n</ul>\r\n<strong>JJ Foodservice</strong> is demonstrating its new eco-packaging range.  Created to help reduce the amount of plastics used in takeaway packaging, the range includes biodegradable cutlery, soup pots, smoothie and coffee cups, food containers, straws and much more <strong>(stand D51)</strong>.\r\n\r\n<strong>McCain Foodservice</strong> is staging a sensory experience at the show to promote its newest products, Sweet Potato Rustics and Crispers.  Visitors are invited to discover these new rustic skin-on sweet potato wedges and v-cut skin-on crinkle chips through interactive recipes <strong>(stand E31)</strong>.\r\n\r\n<strong>La Tua Pasta</strong> is promoting its new Sweet Mini-Doughnuts filled with Pistachio.  They are made using gnocchi dough and filled with sweet pistachio cream (using 100% Sicilian pistachios from Bronte), and white chocolate.  They cook in only a few minutes and are ideal served with ice cream, a chocolate sauce or just icing sugar <strong>(stand H45)</strong>.\r\n\r\n<strong>Lamb Weston Meijer</strong> is promoting its Hot2Home Fries.  This newly-developed fries concept for home delivery consists of two parts: a special ultra-thin starch coating that ensures the fries stay crisp and flavourful for longer, plus a patented fries cup that works with the coating to keep them hot and crispy for 20 mins – ideal for delivering quality fries to customers at home <strong>(stand D71)</strong>.\r\n\r\n<strong>Sea Products International</strong> is presenting the latest addition to its line of frozen seafood – new Salt &amp; Pepper Squid.  These tender pieces of squid are encased in a tasty, light, peppery coating (made with 60% squid and 40% coating).  Ideal as a starter, main course or to share <strong>(stand K37)</strong>.\r\n\r\n<strong>Jubel Beer </strong>is launching two new beers UK-wide.  The ‘Alpine’ beer, cut with peach, and the ’Urban’ beer, cut with elderflower, offer the easy-drinking refreshment of a fruit cider with the \'sessionability\' of a crisp lager.  These naturally-infused beers are gluten-free and vegan-friendly, with 70% less sugar than fruit ciders <strong>(stand H25)</strong>.\r\n\r\n<strong>Pizza Equipment</strong> is showcasing its new Sigma Sprizza SPZ40 and SPZ50 cold pizza spreaders.  Featuring a patented micro-rolling system that prepares the dough, with crust, in the same way as the hands of an expert.  Also exhibiting: the Forni Ceky dome oven, Moretti iDeck, GGF dough mixers and dough rollers and GI Metal pizza accessories <strong>(stand F100)</strong>.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\n<strong>Casual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.  To register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk/\">www.casualdiningshow.co.uk</a> and use priority code CD80 (direct link: <a href=\"http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80\">www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80</a>).</strong>','A Record number of new product innovations on show at Casual Dining 2019','','inherit','closed','closed','','3826-revision-v1','','','2019-01-28 11:14:02','2019-01-28 11:14:02','',3826,'https://www.ontradeprogress.com/2019/01/28/3826-revision-v1/',0,'revision','',0),(3830,1,'2019-01-28 11:39:12','2019-01-28 11:39:12','<strong>It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year, at the prestigious Salon Culinaire.</strong>\r\n\r\nIn partnership with the Craft Guild of Chefs, the new UK junior champion impressed the judges with his Thai Spice Pineapple Rice made using Tilda Basmati Rice, pineapple, coconut cream, edamame and cashews. The street food-inspired vegan dish, delivered a fusion of flavours which wowed the Salon team and earned Dylan a gold medal – the first ever gold awarded in the history of the Tilda competition.\r\n\r\nSeven young chefs battled it out in the thirty-minute showdown, to create a rice dish that reflected current flavours and food trends.\r\n\r\n[caption id=\"attachment_3831\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3831\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/IMG_0543-225x300.jpg\" alt=\"It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year\" width=\"225\" height=\"300\" /> It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year[/caption]\r\n\r\n<strong>Speaking after the trophy presentation, Dylan Hodgson said;</strong>\r\n\r\n“It feels really good! The adrenalin is going. To have won with a gold – the first for Tilda Young Chef of the Winner – is amazing! I love Asian food and all the flavours and textures that come with it, my Thai Spice Pineapple Rice is glazed in a mango vodka, it’s sweet, sour and very good – I’m delighted the judges liked it.”\r\n\r\nAs well as receiving the Salon Culinaire gold medal, framed certificates and a commemorative award plate, the RAF Marham chef collected the famous blue trophy, free membership to the Craft Guild of Chefs, as well as automatic entry into the Tilda Chef Team of the Year at HRC London 2020.\r\n\r\n<strong>Presenting the trophy to Dylan, Annette Coggins, Head of Foodservice, Tilda UK says:</strong>\r\n\r\n“Congratulations to Dylan, our first ever gold winner for Tilda Young Chef of the Year. The Thai Spice Pineapple Rice ticks the boxes on every level for presentation, flavour, as well as textures. It truly showcases how Tilda’s versatility can help chefs meet the trends that are shaping menus – from vegan and street food to global cuisine – it’s a fantastic dish and a very worthy winner.”\r\n\r\nOpen to chefs aged 21 years and under, the Tilda Young Chef of the Year aims to highlight just how innovative rice can be, helping chefs to cater for a wide range of food trends – thanks to the grain’s versatility and wide appeal.\r\n\r\nThe seven talented chefs had to prepare, cook and present two portions of a course using rice as the main ingredient in a 30 minutes class. Competitors were able to choose any of the following from the Tilda range: Easy Cook Basmati, Brown Basmati, Fragrant Jasmine, Arborio Risotto, Original Pure Basmati and Basmati &amp; Wild.\r\n\r\n<strong>For more information on Tilda visit <a href=\"http://www.tildafoodservice.com\">www.tildafoodservice.com</a> </strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Heineken\'s new no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n</ul>','Gold for Tilda Young Chef of the Year Winner','','publish','closed','open','','tilda-young-chef-gold-winner','','https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\nhttps://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\nhttps://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/','2019-01-28 16:01:32','2019-01-28 16:01:32','',0,'https://www.ontradeprogress.com/?p=3830',0,'post','',0),(3831,1,'2019-01-28 11:31:16','2019-01-28 11:31:16','','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year','inherit','closed','closed','','img_0543','','','2019-01-28 11:34:20','2019-01-28 11:34:20','',3830,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/IMG_0543.jpg',0,'attachment','image/jpeg',0),(3832,1,'2019-01-28 11:31:55','2019-01-28 11:31:55','','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year','It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year','inherit','closed','closed','','img_5276','','','2019-01-28 11:32:33','2019-01-28 11:32:33','',3830,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/IMG_5276.jpg',0,'attachment','image/jpeg',0),(3833,1,'2019-01-28 11:38:38','2019-01-28 11:38:38','<strong>It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year, at the prestigious Salon Culinaire.</strong>\r\n\r\nIn partnership with the Craft Guild of Chefs, the new UK junior champion impressed the judges with his Thai Spice Pineapple Rice made using Tilda Basmati Rice, pineapple, coconut cream, edamame and cashews. The street food-inspired vegan dish, delivered a fusion of flavours which wowed the Salon team and earned Dylan a gold medal – the first ever gold awarded in the history of the Tilda competition.\r\n\r\nSeven young chefs battled it out in the thirty-minute showdown, to create a rice dish that reflected current flavours and food trends.\r\n\r\n[caption id=\"attachment_3831\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3831\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/IMG_0543-225x300.jpg\" alt=\"It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year\" width=\"225\" height=\"300\" /> It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year[/caption]\r\n\r\n<strong>Speaking after the trophy presentation, Dylan Hodgson said;</strong>\r\n\r\n“It feels really good! The adrenalin is going. To have won with a gold – the first for Tilda Young Chef of the Winner – is amazing! I love Asian food and all the flavours and textures that come with it, my Thai Spice Pineapple Rice is glazed in a mango vodka, it’s sweet, sour and very good – I’m delighted the judges liked it.”\r\n\r\nAs well as receiving the Salon Culinaire gold medal, framed certificates and a commemorative award plate, the RAF Marham chef collected the famous blue trophy, free membership to the Craft Guild of Chefs, as well as automatic entry into the Tilda Chef Team of the Year at HRC London 2020.\r\n\r\nPresenting the trophy to Dylan, Annette Coggins, Head of Foodservice, Tilda UK says:\r\n\r\n“Congratulations to Dylan, our first ever gold winner for Tilda Young Chef of the Year. The Thai Spice Pineapple Rice ticks the boxes on every level for presentation, flavour, as well as textures. It truly showcases how Tilda’s versatility can help chefs meet the trends that are shaping menus – from vegan and street food to global cuisine – it’s a fantastic dish and a very worthy winner.”\r\n\r\nOpen to chefs aged 21 years and under, the Tilda Young Chef of the Year aims to highlight just how innovative rice can be, helping chefs to cater for a wide range of food trends – thanks to the grain’s versatility and wide appeal.\r\n\r\nThe seven talented chefs had to prepare, cook and present two portions of a course using rice as the main ingredient in a 30 minutes class. Competitors were able to choose any of the following from the Tilda range: Easy Cook Basmati, Brown Basmati, Fragrant Jasmine, Arborio Risotto, Original Pure Basmati and Basmati &amp; Wild.\r\n\r\n<strong>For more information on Tilda visit <a href=\"http://www.tildafoodservice.com\">www.tildafoodservice.com</a> </strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Heineken\'s new no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n</ul>','Gold for Tilda Young Chef of the Year Winner','','inherit','closed','closed','','3830-revision-v1','','','2019-01-28 11:38:38','2019-01-28 11:38:38','',3830,'https://www.ontradeprogress.com/2019/01/28/3830-revision-v1/',0,'revision','',0),(3834,1,'2019-01-28 12:13:40','2019-01-28 12:13:40','<h1>Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.</h1>\r\nThe Government has begun consulting on changing food allergen information laws, seeking information on four possible options:\r\n<ul>\r\n 	<li>promote best practice (no change in law)</li>\r\n 	<li>add “ask the staff” stickers to packaging, staff would have to provide information orally and in writing, if asked</li>\r\n 	<li>label food with the name of the food and list allergens</li>\r\n 	<li>label food with the name of food, full ingredients list and with allergens emphasised</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said<a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536178048\"></a>: <a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536173485\"></a>“<a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536177545\"></a>Protection of our customers and promotion of transparency is of the utmost importance for UKHospitality, its members and the hospitality sector.\r\n\r\n“When it comes to allergen information and food safety, we take our responsibility extremely seriously and we have been working very closely with our members, the Government, Food Standards Agency, consumer groups and other stakeholders to promote best practice. As recently as this week UKHospitality has been working with food suppliers and our members to strengthen allergen information and develop consistent industry-wide definitions which go above and beyond legislation. We look forward to responding to the consultation and continued work with stakeholders to find the best, most effective ways to ensure that transparency and safety is promoted, and customers kept safe.\r\n\r\n“The best way to achieve this is to promote dialogue between customers and staff to ensure that messages get through and that people feel comfortable and confident discussing allergens openly. We do not think that a mandatory labelling of all ingredients, or allergen-only ingredients would be the most effective way to keep people safe. There is too great a risk of incorrect labelling and the system would not safeguard against accidental contamination. Additionally, smaller businesses would likely be overwhelmed by any mandatory requirements to label all their food, increasing the possibility of an error.\r\n\r\n“The best way to increase transparency and safety is to continue to promote and share best practice to encourage open conversations about food allergens.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Chef of the Year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations - Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Heineken\'s new no alcohol beer</a></li>\r\n</ul>','Best practice key to food safety and transparency','','publish','closed','open','','best-food-safety-and-transparency','','https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\nhttps://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/','2019-01-28 16:23:49','2019-01-28 16:23:49','',0,'https://www.ontradeprogress.com/?p=3834',0,'post','',0),(3835,1,'2019-01-28 12:08:44','2019-01-28 12:08:44','<h1>Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.</h1>\r\nThe Government has begun consulting on changing food allergen information laws, seeking information on four possible options:\r\n<ul>\r\n 	<li>promote best practice (no change in law)</li>\r\n 	<li>add “ask the staff” stickers to packaging, staff would have to provide information orally and in writing if asked</li>\r\n 	<li>label food with the name of the food and list allergens</li>\r\n 	<li>label food with the name of food, full ingredients list and with allergens emphasised</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said<a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536178048\"></a>: <a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536173485\"></a>“<a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536177545\"></a>Protection of our customers and promotion of transparency is of the utmost importance for UKHospitality, its members and the hospitality sector.\r\n\r\n“When it comes to allergen information and food safety, we take our responsibility extremely seriously and we have been working very closely with our members, the Government, Food Standards Agency, consumer groups and other stakeholders to promote best practice. As recently as this week UKHospitality has been working with food suppliers and our members to strengthen allergen information and develop consistent industry-wide definitions which go above and beyond legislation. We look forward to responding to the consultation and continued work with stakeholders to find the best, most effective ways to ensure that transparency and safety is promoted, and customers kept safe.\r\n\r\n“The best way to achieve this is to promote dialogue between customers and staff to ensure that messages get through and that people feel comfortable and confident discussing allergens openly. We do not think that a mandatory labelling of all ingredients, or allergen-only ingredients would be the most effective way to keep people safe. There is too great a risk of incorrect labelling and the system would not safeguard against accidental contamination. Additionally, smaller businesses would likely be overwhelmed by any mandatory requirements to label all their food, increasing the possibility of an error.\r\n\r\n“The best way to increase transparency and safety is to continue to promote and share best practice to encourage open conversations about food allergens.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Chef of the Year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations - Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Heineken\'s new no alcohol beer</a></li>\r\n</ul>','Best practice key to food safety and transparency','','inherit','closed','closed','','3834-revision-v1','','','2019-01-28 12:08:44','2019-01-28 12:08:44','',3834,'https://www.ontradeprogress.com/2019/01/28/3834-revision-v1/',0,'revision','',0),(3836,1,'2019-01-28 12:12:02','2019-01-28 12:12:02','','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.','Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.','inherit','closed','closed','','aisle-3105629_1280','','','2019-01-28 12:12:46','2019-01-28 12:12:46','',3834,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/aisle-3105629_1280.jpg',0,'attachment','image/jpeg',0),(3837,1,'2019-01-28 14:39:03','2019-01-28 14:39:03','<h1>Fundraising packs for the World\'s Biggest Pub Quiz will be arriving over the next few weeks at the 970 pubs, bars and clubs across the country who have already registered for this popular event, running between 3-7 March.</h1>\r\nOrganisers PubAid are urging more licensees to sign up now for the quiz, which is completely free of charge and offers a great way to attract customers into the pub, as well as supporting charities, including official charity partner Prostate Cancer UK. Pubs who register will receive a fundraising pack containing two sets of quiz questions, posters and social media assets to encourage customers to come along and join in. To sign up, visit: <a href=\"https://app.prmax.co.uk/track/26802088/click/9ef80702-22f2-11e9-afa6-50e549351d15\"><span class=\"Hyperlink\">www.worldsbiggestquiz.pubaid.com</span></a>.\r\n\r\n[caption id=\"attachment_3838\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3838 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/WBPQ-pack-jan-19-300x247.jpg\" alt=\"PubAid co-founder Des O\'Flanagan (right) presents a World\'s Biggest Pub Quiz pack to Will Shaw, licensee at the Crown Inn, Sydenham, Oxfordshire\" width=\"300\" height=\"247\" /> PubAid co-founder Des O\'Flanagan (right) presents a World\'s Biggest Pub Quiz pack to Will Shaw, licensee at the Crown Inn, Sydenham, Oxfordshire[/caption]\r\n\r\nThe World\'s Biggest Pub Quiz is now in its fourth year and has seen participation from pubs, bars and clubs and their customers grow over the past three years, along with an increase in the amount raised for charity. Last year, 1,500 pubs took part and the three quizzes together have raised an impressive £405,000 for hundreds of charities.\r\n\r\n<strong>Co-founder of PubAid, Des O\'Flanagan, said:</strong> \"We\'re delighted with the response to the quiz so far, and we\'re confident many more pubs will register before March. The quiz is easy for pubs to host, a lot of fun for the customers who take part, and a great way to support a charity. It\'s a genuine no brainer!\"\r\n\r\nOne of the first pubs to sign up to this year\'s quiz is Will Shaw, licensee of The Crown in Sydenham, Oxfordshire. He said, \"This will be the third time we\'ve run the World\'s Biggest Pub Quiz. It\'s been a great event for us, with 60 people taking part last year on a Sunday night - a session we\'re not usually open for, so it delivered incremental sales.\r\n\r\n\"This year, we\'re running it on a Sunday night again and offering customers a package including a meal as well as the quiz and a charity contribution. We\'ve already sold about 50 tickets, so we\'re confident we\'ll have a full house on the night, and will raise a good sum for charity as well.\"\r\n\r\nThe quiz is scheduled for 3-7 March, but the organisers stress that this window is a guideline, not a requirement and pubs who want to take part but can\'t run the quiz during that week are welcome to run it at any other time in 2019. Pubs are encouraged to support official partner Prostate Cancer UK, but are also free to support another charity of their choice.\r\n\r\nGabriella Bailey, Interim Director of Fundraising at Prostate Cancer UK said: \"We have lots of pubs already signed up to support Prostate Cancer UK at the World\'s Biggest Pub Quiz which is fantastic and shows how popular this event is.\r\n\r\n\"Through supporting Prostate Cancer UK in this way, pubs are not only helping us raise funds for vital research, but it also allows us to reach even more men with an important health message. We encourage as many pubs, bars and clubs as possible to sign up, join in the fun and help us stop prostate cancer being a killer.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/\">Key to food safety and transparency</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Young Chef of the Year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!','','publish','closed','open','','worlds-biggest-pub-quiz-1000-pubs','','\nhttps://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/','2019-01-28 14:43:03','2019-01-28 14:43:03','',0,'https://www.ontradeprogress.com/?p=3837',0,'post','',0),(3838,1,'2019-01-28 14:08:36','2019-01-28 14:08:36','','WBPQ pack jan 19','','inherit','closed','closed','','wbpq-pack-jan-19','','','2019-01-28 14:09:56','2019-01-28 14:09:56','',3837,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/WBPQ-pack-jan-19.jpg',0,'attachment','image/jpeg',0),(3839,1,'2019-01-28 14:09:20','2019-01-28 14:09:20','','WBPQ19black','World\'s Biggest Pub Quiz','inherit','closed','closed','','wbpq19black','','','2019-01-28 14:37:38','2019-01-28 14:37:38','',3837,'https://www.ontradeprogress.com/wp-content/uploads/2019/01/WBPQ19black.jpg',0,'attachment','image/jpeg',0),(3840,1,'2019-01-28 14:29:19','2019-01-28 14:29:19','<h1>Fundraising packs for the World\'s Biggest Pub Quiz will be arriving over the next few weeks at the 970 pubs, bars and clubs across the country who have already registered for this popular event, running between 3-7 March.</h1>\r\nOrganisers PubAid are urging more licensees to sign up now for the quiz, which is completely free of charge and offers a great way to attract customers into the pub, as well as supporting charities, including official charity partner Prostate Cancer UK. Pubs who register will receive a fundraising pack containing two sets of quiz questions, posters and social media assets to encourage customers to come along and join in. To sign up, visit: <a href=\"https://app.prmax.co.uk/track/26802088/click/9ef80702-22f2-11e9-afa6-50e549351d15\"><span class=\"Hyperlink\">www.worldsbiggestquiz.pubaid.com</span></a>.\r\n\r\n[caption id=\"attachment_3838\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3838 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/WBPQ-pack-jan-19-300x247.jpg\" alt=\"PubAid co-founder Des O\'Flanagan (right) presents a World\'s Biggest Pub Quiz pack to Will Shaw, licensee at the Crown Inn, Sydenham, Oxfordshire\" width=\"300\" height=\"247\" /> PubAid co-founder Des O\'Flanagan (right) presents a World\'s Biggest Pub Quiz pack to Will Shaw, licensee at the Crown Inn, Sydenham, Oxfordshire[/caption]\r\n\r\nThe World\'s Biggest Pub Quiz is now in its fourth year and has seen participation from pubs, bars and clubs and their customers grow over the past three years, along with an increase in the amount raised for charity. Last year, 1,500 pubs took part and the three quizzes together have raised an impressive £405,000 for hundreds of charities.\r\n\r\n<strong>Co-founder of PubAid, Des O\'Flanagan, said:</strong> \"We\'re delighted with the response to the quiz so far, and we\'re confident many more pubs will register before March. The quiz is easy for pubs to host, a lot of fun for the customers who take part, and a great way to support a charity. It\'s a genuine no brainer!\"\r\n\r\nOne of the first pubs to sign up to this year\'s quiz is Will Shaw, licensee of The Crown in Sydenham, Oxfordshire. He said, \"This will be the third time we\'ve run the World\'s Biggest Pub Quiz. It\'s been a great event for us, with 60 people taking part last year on a Sunday night - a session we\'re not usually open for, so it delivered incremental sales.\r\n\r\n\"This year, we\'re running it on a Sunday night again and offering customers a package including a meal as well as the quiz and a charity contribution. We\'ve already sold about 50 tickets, so we\'re confident we\'ll have a full house on the night, and will raise a good sum for charity as well.\"\r\n\r\nThe quiz is scheduled for 3-7 March, but the organisers stress that this window is a guideline, not a requirement and pubs who want to take part but can\'t run the quiz during that week are welcome to run it at any other time in 2019. Pubs are encouraged to support official partner Prostate Cancer UK, but are also free to support another charity of their choice.\r\n\r\nGabriella Bailey, Interim Director of Fundraising at Prostate Cancer UK said: \"We have lots of pubs already signed up to support Prostate Cancer UK at the World\'s Biggest Pub Quiz which is fantastic and shows how popular this event is.\r\n\r\n\"Through supporting Prostate Cancer UK in this way, pubs are not only helping us raise funds for vital research, but it also allows us to reach even more men with an important health message. We encourage as many pubs, bars and clubs as possible to sign up, join in the fun and help us stop prostate cancer being a killer.\"','World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!','','inherit','closed','closed','','3837-revision-v1','','','2019-01-28 14:29:19','2019-01-28 14:29:19','',3837,'https://www.ontradeprogress.com/2019/01/28/3837-revision-v1/',0,'revision','',0),(3841,1,'2019-01-28 14:38:16','2019-01-28 14:38:16','<h1>Fundraising packs for the World\'s Biggest Pub Quiz will be arriving over the next few weeks at the 970 pubs, bars and clubs across the country who have already registered for this popular event, running between 3-7 March.</h1>\r\nOrganisers PubAid are urging more licensees to sign up now for the quiz, which is completely free of charge and offers a great way to attract customers into the pub, as well as supporting charities, including official charity partner Prostate Cancer UK. Pubs who register will receive a fundraising pack containing two sets of quiz questions, posters and social media assets to encourage customers to come along and join in. To sign up, visit: <a href=\"https://app.prmax.co.uk/track/26802088/click/9ef80702-22f2-11e9-afa6-50e549351d15\"><span class=\"Hyperlink\">www.worldsbiggestquiz.pubaid.com</span></a>.\r\n\r\n[caption id=\"attachment_3838\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3838 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/WBPQ-pack-jan-19-300x247.jpg\" alt=\"PubAid co-founder Des O\'Flanagan (right) presents a World\'s Biggest Pub Quiz pack to Will Shaw, licensee at the Crown Inn, Sydenham, Oxfordshire\" width=\"300\" height=\"247\" /> PubAid co-founder Des O\'Flanagan (right) presents a World\'s Biggest Pub Quiz pack to Will Shaw, licensee at the Crown Inn, Sydenham, Oxfordshire[/caption]\r\n\r\nThe World\'s Biggest Pub Quiz is now in its fourth year and has seen participation from pubs, bars and clubs and their customers grow over the past three years, along with an increase in the amount raised for charity. Last year, 1,500 pubs took part and the three quizzes together have raised an impressive £405,000 for hundreds of charities.\r\n\r\n<strong>Co-founder of PubAid, Des O\'Flanagan, said:</strong> \"We\'re delighted with the response to the quiz so far, and we\'re confident many more pubs will register before March. The quiz is easy for pubs to host, a lot of fun for the customers who take part, and a great way to support a charity. It\'s a genuine no brainer!\"\r\n\r\nOne of the first pubs to sign up to this year\'s quiz is Will Shaw, licensee of The Crown in Sydenham, Oxfordshire. He said, \"This will be the third time we\'ve run the World\'s Biggest Pub Quiz. It\'s been a great event for us, with 60 people taking part last year on a Sunday night - a session we\'re not usually open for, so it delivered incremental sales.\r\n\r\n\"This year, we\'re running it on a Sunday night again and offering customers a package including a meal as well as the quiz and a charity contribution. We\'ve already sold about 50 tickets, so we\'re confident we\'ll have a full house on the night, and will raise a good sum for charity as well.\"\r\n\r\nThe quiz is scheduled for 3-7 March, but the organisers stress that this window is a guideline, not a requirement and pubs who want to take part but can\'t run the quiz during that week are welcome to run it at any other time in 2019. Pubs are encouraged to support official partner Prostate Cancer UK, but are also free to support another charity of their choice.\r\n\r\nGabriella Bailey, Interim Director of Fundraising at Prostate Cancer UK said: \"We have lots of pubs already signed up to support Prostate Cancer UK at the World\'s Biggest Pub Quiz which is fantastic and shows how popular this event is.\r\n\r\n\"Through supporting Prostate Cancer UK in this way, pubs are not only helping us raise funds for vital research, but it also allows us to reach even more men with an important health message. We encourage as many pubs, bars and clubs as possible to sign up, join in the fun and help us stop prostate cancer being a killer.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/\">Key to food safety and transparency</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Young Chef of the Year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','World\'s Biggest Pub Quiz attracts close to 1,000 pubs - and counting!','','inherit','closed','closed','','3837-revision-v1','','','2019-01-28 14:38:16','2019-01-28 14:38:16','',3837,'https://www.ontradeprogress.com/2019/01/28/3837-revision-v1/',0,'revision','',0),(3843,1,'2019-01-28 16:01:32','2019-01-28 16:01:32','<strong>It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year, at the prestigious Salon Culinaire.</strong>\r\n\r\nIn partnership with the Craft Guild of Chefs, the new UK junior champion impressed the judges with his Thai Spice Pineapple Rice made using Tilda Basmati Rice, pineapple, coconut cream, edamame and cashews. The street food-inspired vegan dish, delivered a fusion of flavours which wowed the Salon team and earned Dylan a gold medal – the first ever gold awarded in the history of the Tilda competition.\r\n\r\nSeven young chefs battled it out in the thirty-minute showdown, to create a rice dish that reflected current flavours and food trends.\r\n\r\n[caption id=\"attachment_3831\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-3831\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/01/IMG_0543-225x300.jpg\" alt=\"It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year\" width=\"225\" height=\"300\" /> It was gold for chef Dylan Hodgson from RAF Marham, who was crowned Tilda Young Chef of Year[/caption]\r\n\r\n<strong>Speaking after the trophy presentation, Dylan Hodgson said;</strong>\r\n\r\n“It feels really good! The adrenalin is going. To have won with a gold – the first for Tilda Young Chef of the Winner – is amazing! I love Asian food and all the flavours and textures that come with it, my Thai Spice Pineapple Rice is glazed in a mango vodka, it’s sweet, sour and very good – I’m delighted the judges liked it.”\r\n\r\nAs well as receiving the Salon Culinaire gold medal, framed certificates and a commemorative award plate, the RAF Marham chef collected the famous blue trophy, free membership to the Craft Guild of Chefs, as well as automatic entry into the Tilda Chef Team of the Year at HRC London 2020.\r\n\r\n<strong>Presenting the trophy to Dylan, Annette Coggins, Head of Foodservice, Tilda UK says:</strong>\r\n\r\n“Congratulations to Dylan, our first ever gold winner for Tilda Young Chef of the Year. The Thai Spice Pineapple Rice ticks the boxes on every level for presentation, flavour, as well as textures. It truly showcases how Tilda’s versatility can help chefs meet the trends that are shaping menus – from vegan and street food to global cuisine – it’s a fantastic dish and a very worthy winner.”\r\n\r\nOpen to chefs aged 21 years and under, the Tilda Young Chef of the Year aims to highlight just how innovative rice can be, helping chefs to cater for a wide range of food trends – thanks to the grain’s versatility and wide appeal.\r\n\r\nThe seven talented chefs had to prepare, cook and present two portions of a course using rice as the main ingredient in a 30 minutes class. Competitors were able to choose any of the following from the Tilda range: Easy Cook Basmati, Brown Basmati, Fragrant Jasmine, Arborio Risotto, Original Pure Basmati and Basmati &amp; Wild.\r\n\r\n<strong>For more information on Tilda visit <a href=\"http://www.tildafoodservice.com\">www.tildafoodservice.com</a> </strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Heineken\'s new no alcohol</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/\">Scrapping settled status a big boost - BBPA</a></li>\r\n</ul>','Gold for Tilda Young Chef of the Year Winner','','inherit','closed','closed','','3830-revision-v1','','','2019-01-28 16:01:32','2019-01-28 16:01:32','',3830,'https://www.ontradeprogress.com/2019/01/28/3830-revision-v1/',0,'revision','',0),(3844,1,'2019-01-28 16:12:19','2019-01-28 16:12:19','<h1>Promoting best practice and open dialogue between customers and businesses about allergens is the best way to promote transparency and food safety, according to UKH.</h1>\r\nThe Government has begun consulting on changing food allergen information laws, seeking information on four possible options:\r\n<ul>\r\n 	<li>promote best practice (no change in law)</li>\r\n 	<li>add “ask the staff” stickers to packaging, staff would have to provide information orally and in writing, if asked</li>\r\n 	<li>label food with the name of the food and list allergens</li>\r\n 	<li>label food with the name of food, full ingredients list and with allergens emphasised</li>\r\n</ul>\r\nUKHospitality Chief Executive Kate Nicholls said<a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536178048\"></a>: <a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536173485\"></a>“<a href=\"applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5\" name=\"_Hlk536177545\"></a>Protection of our customers and promotion of transparency is of the utmost importance for UKHospitality, its members and the hospitality sector.\r\n\r\n“When it comes to allergen information and food safety, we take our responsibility extremely seriously and we have been working very closely with our members, the Government, Food Standards Agency, consumer groups and other stakeholders to promote best practice. As recently as this week UKHospitality has been working with food suppliers and our members to strengthen allergen information and develop consistent industry-wide definitions which go above and beyond legislation. We look forward to responding to the consultation and continued work with stakeholders to find the best, most effective ways to ensure that transparency and safety is promoted, and customers kept safe.\r\n\r\n“The best way to achieve this is to promote dialogue between customers and staff to ensure that messages get through and that people feel comfortable and confident discussing allergens openly. We do not think that a mandatory labelling of all ingredients, or allergen-only ingredients would be the most effective way to keep people safe. There is too great a risk of incorrect labelling and the system would not safeguard against accidental contamination. Additionally, smaller businesses would likely be overwhelmed by any mandatory requirements to label all their food, increasing the possibility of an error.\r\n\r\n“The best way to increase transparency and safety is to continue to promote and share best practice to encourage open conversations about food allergens.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Chef of the Year</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">A record number of innovations - Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Heineken\'s new no alcohol beer</a></li>\r\n</ul>','Best practice key to food safety and transparency','','inherit','closed','closed','','3834-revision-v1','','','2019-01-28 16:12:19','2019-01-28 16:12:19','',3834,'https://www.ontradeprogress.com/2019/01/28/3834-revision-v1/',0,'revision','',0),(3846,1,'2019-02-04 14:18:47','2019-02-04 14:18:47','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_?e=0[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-02-04 14:18:47','2019-02-04 14:18:47','',23,'https://www.ontradeprogress.com/2019/02/04/23-revision-v1/',0,'revision','',0),(3847,1,'2019-02-04 14:19:35','2019-02-04 14:19:35','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_?e=0[/embed]','On-Trade Progress Issue #21','','inherit','closed','closed','','276-revision-v1','','','2019-02-04 14:19:35','2019-02-04 14:19:35','',276,'https://www.ontradeprogress.com/2019/02/04/276-revision-v1/',0,'revision','',0),(3848,1,'2019-02-04 14:19:52','2019-02-04 14:19:52','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_?e=0[/embed]','On-Trade Progress Issue #22','','inherit','closed','closed','','276-revision-v1','','','2019-02-04 14:19:52','2019-02-04 14:19:52','',276,'https://www.ontradeprogress.com/2019/02/04/276-revision-v1/',0,'revision','',0),(3849,1,'2019-02-04 14:21:08','2019-02-04 14:21:08','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_[/embed]','On-Trade Progress Issue #22','','inherit','closed','closed','','276-revision-v1','','','2019-02-04 14:21:08','2019-02-04 14:21:08','',276,'https://www.ontradeprogress.com/2019/02/04/276-revision-v1/',0,'revision','',0),(3850,1,'2019-02-04 14:37:35','2019-02-04 14:37:35','[embed]https://issuu.com/bwmediagroup/docs/web_version_-_22_on-trade-progress_[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-02-04 14:37:35','2019-02-04 14:37:35','',23,'https://www.ontradeprogress.com/2019/02/04/23-revision-v1/',0,'revision','',0),(3851,1,'2019-02-06 09:21:43','2019-02-06 09:21:43','<h1><strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong></h1>\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells &amp; Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs &amp; Bars, Shepherd Neame, Young &amp; Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.\r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February. Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall &amp; Woodhouse, Peach Pubs, Charles Wells, S A Brain &amp; Co, Daniel Thwaites, The Alchemist Bars &amp; Restaurants, Brewhouse and Kitchen, Whiting &amp; Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations. For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol). That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.\r\n\r\nWhile over in the show’s Craft Beer &amp; Cider Zone, Artisan Spirits Lounge, and new Scotland Food &amp; Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.\r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle. Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for ent<span style=\"font-size: 14px;\">ries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here).</span>\r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/\">World\'s biggest pub quiz attracts close to 1,000 pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/\">Best practise to food safety &amp; transparency</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Chef of the Year Winner</a></li>\r\n</ul>\r\n<strong>Free Keynotes</strong>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include:\r\n\r\n• Simon Potts, MD of The Alchemist Bars &amp; Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n• Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n• Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion &amp; East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n• Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n• David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&amp;Co &amp; VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.','UK’s top pub brands prepare to visit Casual Dining 2019','','publish','closed','open','','top-brands-visit-casual-dining-2019','','','2019-02-07 08:43:05','2019-02-07 08:43:05','',0,'https://www.ontradeprogress.com/?p=3851',0,'post','',0),(3852,1,'2019-02-06 09:05:51','2019-02-06 09:05:51','On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.\r\n\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells & Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs & Bars, Shepherd Neame, Young & Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.  \r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February.  Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall & Woodhouse, Peach Pubs, Charles Wells, S A Brain & Co, Daniel Thwaites, The Alchemist Bars & Restaurants, Brewhouse and Kitchen, Whiting & Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations.  For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol).  That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.  \r\n\r\nWhile over in the show’s Craft Beer & Cider Zone, Artisan Spirits Lounge, and new Scotland Food & Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.  \r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle.  Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for entries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here). \r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.  \r\n\r\nFree Keynotes\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include: \r\n\r\n•	Simon Potts, MD of The Alchemist Bars & Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n•	Anna-Marie Mason, director of brand marketing at Mitchells & Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n•	Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion & East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n•	Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n•	David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&Co & VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: www.casualdiningshow.co.uk/keynote-programme).\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\nFree trade registration\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit www.casualdiningshow.co.uk and use priority code CD117.\r\n\r\n','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-06 09:05:51','2019-02-06 09:05:51','',3851,'https://www.ontradeprogress.com/2019/02/06/3851-revision-v1/',0,'revision','',0),(3853,1,'2019-02-06 09:08:45','2019-02-06 09:08:45','On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.\r\n\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells & Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs & Bars, Shepherd Neame, Young & Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.  \r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February.  Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall & Woodhouse, Peach Pubs, Charles Wells, S A Brain & Co, Daniel Thwaites, The Alchemist Bars & Restaurants, Brewhouse and Kitchen, Whiting & Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations.  For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol).  That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.  \r\n\r\nWhile over in the show’s Craft Beer & Cider Zone, Artisan Spirits Lounge, and new Scotland Food & Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.  \r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle.  Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for entries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here). \r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.  \r\n\r\n<strong>Free Keynotes</strong></ul>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include: \r\n\r\n•	Simon Potts, MD of The Alchemist Bars & Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n•	Anna-Marie Mason, director of brand marketing at Mitchells & Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n•	Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion & East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n•	Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n•	David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&Co & VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong><ul>\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.\r\n\r\n','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-06 09:08:45','2019-02-06 09:08:45','',3851,'https://www.ontradeprogress.com/2019/02/06/3851-revision-v1/',0,'revision','',0),(3854,1,'2019-02-06 09:09:31','2019-02-06 09:09:31','<strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong>\r\n\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells & Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs & Bars, Shepherd Neame, Young & Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.  \r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February.  Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall & Woodhouse, Peach Pubs, Charles Wells, S A Brain & Co, Daniel Thwaites, The Alchemist Bars & Restaurants, Brewhouse and Kitchen, Whiting & Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations.  For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol).  That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.  \r\n\r\nWhile over in the show’s Craft Beer & Cider Zone, Artisan Spirits Lounge, and new Scotland Food & Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.  \r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle.  Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for entries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here). \r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.  \r\n\r\n<strong>Free Keynotes</strong>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include: \r\n\r\n•	Simon Potts, MD of The Alchemist Bars & Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n•	Anna-Marie Mason, director of brand marketing at Mitchells & Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n•	Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion & East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n•	Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n•	David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&Co & VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong><\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.\r\n\r\n','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-06 09:09:31','2019-02-06 09:09:31','',3851,'https://www.ontradeprogress.com/2019/02/06/3851-revision-v1/',0,'revision','',0),(3855,1,'2019-02-06 09:09:52','2019-02-06 09:09:52','<strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong>\r\n\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells & Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs & Bars, Shepherd Neame, Young & Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.  \r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February.  Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall & Woodhouse, Peach Pubs, Charles Wells, S A Brain & Co, Daniel Thwaites, The Alchemist Bars & Restaurants, Brewhouse and Kitchen, Whiting & Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations.  For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol).  That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.  \r\n\r\nWhile over in the show’s Craft Beer & Cider Zone, Artisan Spirits Lounge, and new Scotland Food & Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.  \r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle.  Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for entries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here). \r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.  \r\n\r\n<strong>Free Keynotes</strong>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include: \r\n\r\n•	Simon Potts, MD of The Alchemist Bars & Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n•	Anna-Marie Mason, director of brand marketing at Mitchells & Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n•	Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion & East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n•	Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n•	David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&Co & VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.\r\n\r\n','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-06 09:09:52','2019-02-06 09:09:52','',3851,'https://www.ontradeprogress.com/2019/02/06/3851-revision-v1/',0,'revision','',0),(3856,1,'2019-02-06 09:12:22','2019-02-06 09:12:22','','Casual Dining Show','Casual Dining Show 2019','inherit','closed','closed','','dsc_9554-edit','','','2019-02-07 08:37:40','2019-02-07 08:37:40','',3851,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/DSC_9554-edit.jpg',0,'attachment','image/jpeg',0),(3857,1,'2019-02-06 09:17:26','2019-02-06 09:17:26','<h1><strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong></h1>\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells &amp; Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs &amp; Bars, Shepherd Neame, Young &amp; Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.\r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February. Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall &amp; Woodhouse, Peach Pubs, Charles Wells, S A Brain &amp; Co, Daniel Thwaites, The Alchemist Bars &amp; Restaurants, Brewhouse and Kitchen, Whiting &amp; Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations. For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol). That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.\r\n\r\nWhile over in the show’s Craft Beer &amp; Cider Zone, Artisan Spirits Lounge, and new Scotland Food &amp; Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.\r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle. Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for entries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here).\r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.\r\n\r\n<strong>Free Keynotes</strong>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include:\r\n\r\n• Simon Potts, MD of The Alchemist Bars &amp; Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n• Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n• Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion &amp; East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n• Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n• David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&amp;Co &amp; VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-06 09:17:26','2019-02-06 09:17:26','',3851,'https://www.ontradeprogress.com/2019/02/06/3851-revision-v1/',0,'revision','',0),(3858,1,'2019-02-06 09:19:36','2019-02-06 09:19:36','','Casual Dining Show','','inherit','closed','closed','','dsc_9244-edit','','','2019-02-06 09:21:03','2019-02-06 09:21:03','',3851,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/DSC_9244-edit.jpg',0,'attachment','image/jpeg',0),(3859,1,'2019-02-06 09:21:42','2019-02-06 09:21:42','<h1><strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong></h1>\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells &amp; Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs &amp; Bars, Shepherd Neame, Young &amp; Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.\r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February. Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall &amp; Woodhouse, Peach Pubs, Charles Wells, S A Brain &amp; Co, Daniel Thwaites, The Alchemist Bars &amp; Restaurants, Brewhouse and Kitchen, Whiting &amp; Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations. For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol). That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.\r\n\r\nWhile over in the show’s Craft Beer &amp; Cider Zone, Artisan Spirits Lounge, and new Scotland Food &amp; Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.\r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle. Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for ent<span style=\"font-size: 14px;\">ries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here).</span>\r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.\r\n\r\n<strong>Free Keynotes</strong>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include:\r\n\r\n• Simon Potts, MD of The Alchemist Bars &amp; Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n• Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n• Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion &amp; East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n• Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n• David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&amp;Co &amp; VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-06 09:21:42','2019-02-06 09:21:42','',3851,'https://www.ontradeprogress.com/2019/02/06/3851-revision-v1/',0,'revision','',0),(3861,1,'2019-02-07 08:41:15','2019-02-07 08:41:15','<h1><strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong></h1>\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells &amp; Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs &amp; Bars, Shepherd Neame, Young &amp; Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.\n\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February. Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall &amp; Woodhouse, Peach Pubs, Charles Wells, S A Brain &amp; Co, Daniel Thwaites, The Alchemist Bars &amp; Restaurants, Brewhouse and Kitchen, Whiting &amp; Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\n\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations. For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol). That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.\n\nWhile over in the show’s Craft Beer &amp; Cider Zone, Artisan Spirits Lounge, and new Scotland Food &amp; Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.\n\nFor food-led pubs and bars, there’s something to suit every taste down every aisle. Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for ent<span style=\"font-size: 14px;\">ries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here).</span>\n\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.\n<ul>\n 	<li></li>\n</ul>\n<strong>Free Keynotes</strong>\n\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\n\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include:\n\n• Simon Potts, MD of The Alchemist Bars &amp; Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\n\n• Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\n\n• Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion &amp; East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\n\n• Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\n\n• David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&amp;Co &amp; VP of CGA).\n\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\n\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\n\n<strong>Free trade registration</strong>\n\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\n\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-autosave-v1','','','2019-02-07 08:41:15','2019-02-07 08:41:15','',3851,'https://www.ontradeprogress.com/2019/02/07/3851-autosave-v1/',0,'revision','',0),(3862,1,'2019-02-07 08:43:05','2019-02-07 08:43:05','<h1><strong>On-Trade Progress are pleased to once again be supporting Casual Dining - the definitive industry trade show for pubs, bars and restaurants - as official media partners for 2019.</strong></h1>\r\nMany of Britain’s biggest pub and bar operators – including Ei Group, Marston’s, Mitchells &amp; Butlers, Greene King, Stonegate Pub Company, Punch Taverns, Star Pubs &amp; Bars, Shepherd Neame, Young &amp; Co’s, The City Pub Company and Revolution Bars – will be heading to London later this month for Casual Dining 2019.\r\n\r\nThousands of key buyers and decision makers have already confirmed their attendance at the show, which will take place at the new venue of ExCeL over 27-28 February. Among the other names to feature on the visitor list are: ETM Group, Whitbread, Fuller’s, Admiral Taverns, Loungers, New World Trading Company, Oakman Inns, Yummy Pub Co, Hall &amp; Woodhouse, Peach Pubs, Charles Wells, S A Brain &amp; Co, Daniel Thwaites, The Alchemist Bars &amp; Restaurants, Brewhouse and Kitchen, Whiting &amp; Hammond, UKHospitality and British Institute of Innkeeping (plus hundreds of regional pub groups, student unions, hotel bars, and social clubs etc).\r\n\r\nThe compelling line-up that awaits them includes 220 exhibitors (representing every link of the supply chain) showcasing a record number of new innovations. For example, this year’s visitors will be among the first to sample Carlsberg UK’s new Brooklyn Special Effects alcohol-free lager; Fentimans’ Apple and Blackberry variant; LUXLO Spirits’ 20% gin-alternative; and Freedom Brewery’s first ever, limited-edition seasonal brew (3.8% vol). That’s just in the show’s drinks category, which also includes industry big-hitters: Coca-Cola European Partners, Diageo, Heineken UK, Kingfisher Beer Europe, Schweppes, Jaegermeister UK, Vimto Out of Home, and Molson Coors.\r\n\r\nWhile over in the show’s Craft Beer &amp; Cider Zone, Artisan Spirits Lounge, and new Scotland Food &amp; Drink Pavilion, there’s around 30 breweries and distilleries ready to do business.\r\n\r\nFor food-led pubs and bars, there’s something to suit every taste down every aisle. Check out the Innovation Challenge Awards Gallery – showcasing the hottest new products on the market – for ent<span style=\"font-size: 14px;\">ries from Hellmann’s, Lutosa, Quorn Foodservice, Bannisters Farm, Lamb Weston Meijer, Eurilait, Yee Kwan Ice Cream, Aulds Delicious Desserts, Billington Foodservice, Joe Delucci\'s, Loveseitan, Sea Products International, and more (there are over 50 brands displayed here).</span>\r\n\r\nTo see the full exhibitor list (including food, beer, wine, cider, spirits, mixers, soft drinks, hot drinks, catering equipment and tech, interior design and furniture, table top, payment solutions and business services), please visit www.casualdiningshow.co.uk/exhibitor-list.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/\">World\'s biggest pub quiz attracts close to 1,000 pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/\">Best practise to food safety &amp; transparency</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/\">Gold for Tilda Chef of the Year Winner</a></li>\r\n</ul>\r\n<strong>Free Keynotes</strong>\r\n\r\nAside from great products, visitors looking to gain insights on what’s next can enjoy exclusive Keynotes and lively panel debates featuring some of the biggest and fast-growing brands in casual dining.\r\n\r\nSeminar highlights – there are 50 speakers appearing in 25 free business seminars to choose from – include:\r\n\r\n• Simon Potts, MD of The Alchemist Bars &amp; Restaurants, outlines how they’ve evolved from a late-night bar to all day dining serving around 25,000 covers a week.\r\n\r\n• Anna-Marie Mason, director of brand marketing at Mitchells &amp; Butlers, outlines how to design and deliver the ideal guest experience, to meet and exceed their expectations, profitably.\r\n\r\n• Chris Hill, CEO of New World Trading Co / The Florist, joins other industry high flyers (including Sarah Weir, MD of Albion &amp; East and Steve Moore, CEO of Flight Club) to talk about the journey so far and what’s next for their brands.\r\n\r\n• Menu innovation in pubs – Chris Knights, group executive chef at Young’s Pubs, Paul Dickinson, director of food at Fuller’s, Seamus O’Donnell, executive chef at The Alchemist, Ross Pike, chef director at Oakman Inns, and chef Jay Morjaria, winner of the BBC’s My Million Pound Menu, discuss their strategies for staying innovative and profitable in 2019 and beyond.\r\n\r\n• David McDowall, CEO – Retail at BrewDog, charts the rise of BrewDog bars and gives his take on the current state of the pub sector (interview with Peter Martin, director of CM&amp;Co &amp; VP of CGA).\r\n\r\nSee the show’s website for full timings and further seminar details: <a href=\"http://www.casualdiningshow.co.uk/keynote-programme\">www.casualdiningshow.co.uk/keynote-programme</a>.\r\n\r\n“I always find Casual Dining a hugely enjoyable show. Innovative, interesting and populated by exciting and relevant products. I am sure that the move to ExCeL this year will prove to be the best yet!” says Jeremy Roberts, CEO of Living Ventures.\r\n\r\n<strong>Free trade registration</strong>\r\n\r\nCasual Dining will take place at the new venue of ExCeL London on 27-28 February 2019.\r\n\r\nTo register for a free trade ticket, please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a> and use priority code CD117.','UK’s top pub brands prepare to visit Casual Dining 2019','','inherit','closed','closed','','3851-revision-v1','','','2019-02-07 08:43:05','2019-02-07 08:43:05','',3851,'https://www.ontradeprogress.com/2019/02/07/3851-revision-v1/',0,'revision','',0),(3863,1,'2019-02-07 09:09:55','2019-02-07 09:09:55','<h1 xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">The announcement by th</span><span xml:lang=\"EN-GB\">e Competition and Markets Authority (CMA) of enforcement action on online booking companies </span><span xml:lang=\"EN-GB\">will</span><span xml:lang=\"EN-GB\"> provide greater transparency for customers</span><span xml:lang=\"EN-GB\">, says </span><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\"><span xml:lang=\"EN-GB\">UKHospitality</span></a><span xml:lang=\"EN-GB\">.</span><span data-ccp-props=\"{\"> </span></h1>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">Making search result ranking criteria clearer, reducing pressure selling tactics, ensuring that only applicable discounts are displayed, and revealing hitherto hidden charges were among the recommendations. </span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">UKHospitality</span><span xml:lang=\"EN-GB\"> has also urged the Government to act on unfair parity clauses which penalise hotels. </span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><strong><span xml:lang=\"EN-GB\">Kate Nicholls, CEO of </span><span xml:lang=\"EN-GB\">UKHospitality</span></strong><span xml:lang=\"EN-GB\"><strong>, said:</strong> “Action to provide transparency, clarity and fairness around online booking platforms will provide a fairer playing field, which can only be a good thing. Customers booking online have for too long been unwittingly misinformed and they deserve better.</span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“The CMA’s recommendations will simultaneously add </span><span xml:lang=\"EN-GB\">a level of </span><span xml:lang=\"EN-GB\">protection for </span><span xml:lang=\"EN-GB\">accommodation businesses</span><span xml:lang=\"EN-GB\"> who have too often lost out v</span><span xml:lang=\"EN-GB\">ia </span><span xml:lang=\"EN-GB\">unfair practices</span><span xml:lang=\"EN-GB\">. </span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“</span><span xml:lang=\"EN-GB\">UKHospitality</span><span xml:lang=\"EN-GB\"> has worked hard with partners </span><span xml:lang=\"EN-GB\">and our members </span><span xml:lang=\"EN-GB\">to secure today’s announcement</span><span xml:lang=\"EN-GB\">.</span><span xml:lang=\"EN-GB\"> </span> <span xml:lang=\"EN-GB\">W</span><span xml:lang=\"EN-GB\">e hope that the voluntary commitment from online booking companies is honoured, </span><span xml:lang=\"EN-GB\">o</span><span xml:lang=\"EN-GB\">t</span><span xml:lang=\"EN-GB\">herwise t</span><span xml:lang=\"EN-GB\">he CMA’s review has shown that this is an issue that </span><span xml:lang=\"EN-GB\">may</span><span xml:lang=\"EN-GB\"> warrant legislation.</span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“It is a welcome step to increase transparency in the realm of online platforms at a UK level. </span><span xml:lang=\"EN-GB\">We now need action to address unfair parity clauses to ensure there is fairness and transparency for both customers and businesses.”</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n<ul>\r\n 	<li xml:lang=\"EN-GB\"><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top brands prepare for Casual Dining Show 2019</a></li>\r\n 	<li xml:lang=\"EN-GB\"><a href=\"https://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/\">World\'s Biggest Pub Quiz attracts close to 1,000 pubs</a></li>\r\n 	<li xml:lang=\"EN-GB\"><a href=\"https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/\">Best Practise key to food safety</a></li>\r\n</ul>','UKHospitality welcomes CMA\'s action on booking sites','','publish','closed','open','','ukhospitality-cmas-action-booking-sites','','https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\nhttps://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/','2019-02-07 09:35:38','2019-02-07 09:35:38','',0,'https://www.ontradeprogress.com/?p=3863',0,'post','',0),(3864,1,'2019-02-07 09:01:49','2019-02-07 09:01:49','','UKHospitality welcomes CMA\'s action on booking sites','UKHospitality welcomes CMA\'s action on booking sites','inherit','closed','closed','','hotel-1979406_1280-2','','','2019-02-07 09:03:41','2019-02-07 09:03:41','',3863,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/hotel-1979406_1280.jpg',0,'attachment','image/jpeg',0),(3865,1,'2019-02-07 09:09:55','2019-02-07 09:09:55','<h1 xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">The announcement by th</span><span xml:lang=\"EN-GB\">e Competition and Markets Authority (CMA) of enforcement action on online booking companies </span><span xml:lang=\"EN-GB\">will</span><span xml:lang=\"EN-GB\"> provide greater transparency for customers</span><span xml:lang=\"EN-GB\">, says </span><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\"><span xml:lang=\"EN-GB\">UKHospitality</span></a><span xml:lang=\"EN-GB\">.</span><span data-ccp-props=\"{\"> </span></h1>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">Making search result ranking criteria clearer, reducing pressure selling tactics, ensuring that only applicable discounts are displayed, and revealing hitherto hidden charges were among the recommendations. </span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">UKHospitality</span><span xml:lang=\"EN-GB\"> has also urged the Government to act on unfair parity clauses which penalise hotels. </span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><strong><span xml:lang=\"EN-GB\">Kate Nicholls, CEO of </span><span xml:lang=\"EN-GB\">UKHospitality</span></strong><span xml:lang=\"EN-GB\"><strong>, said:</strong> “Action to provide transparency, clarity and fairness around online booking platforms will provide a fairer playing field, which can only be a good thing. Customers booking online have for too long been unwittingly misinformed and they deserve better.</span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“The CMA’s recommendations will simultaneously add </span><span xml:lang=\"EN-GB\">a level of </span><span xml:lang=\"EN-GB\">protection for </span><span xml:lang=\"EN-GB\">accommodation businesses</span><span xml:lang=\"EN-GB\"> who have too often lost out v</span><span xml:lang=\"EN-GB\">ia </span><span xml:lang=\"EN-GB\">unfair practices</span><span xml:lang=\"EN-GB\">. </span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“</span><span xml:lang=\"EN-GB\">UKHospitality</span><span xml:lang=\"EN-GB\"> has worked hard with partners </span><span xml:lang=\"EN-GB\">and our members </span><span xml:lang=\"EN-GB\">to secure today’s announcement</span><span xml:lang=\"EN-GB\">.</span><span xml:lang=\"EN-GB\"> </span> <span xml:lang=\"EN-GB\">W</span><span xml:lang=\"EN-GB\">e hope that the voluntary commitment from online booking companies is honoured, </span><span xml:lang=\"EN-GB\">o</span><span xml:lang=\"EN-GB\">t</span><span xml:lang=\"EN-GB\">herwise t</span><span xml:lang=\"EN-GB\">he CMA’s review has shown that this is an issue that </span><span xml:lang=\"EN-GB\">may</span><span xml:lang=\"EN-GB\"> warrant legislation.</span><span data-ccp-props=\"{\"> </span></p>\r\n<p xml:lang=\"EN-GB\"><span xml:lang=\"EN-GB\">“It is a welcome step to increase transparency in the realm of online platforms at a UK level. </span><span xml:lang=\"EN-GB\">We now need action to address unfair parity clauses to ensure there is fairness and transparency for both customers and businesses.”</span><span data-ccp-props=\"{\"> </span></p>\r\n\r\n<ul>\r\n 	<li xml:lang=\"EN-GB\"><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top brands prepare for Casual Dining Show 2019</a></li>\r\n 	<li xml:lang=\"EN-GB\"><a href=\"https://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/\">World\'s Biggest Pub Quiz attracts close to 1,000 pubs</a></li>\r\n 	<li xml:lang=\"EN-GB\"><a href=\"https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/\">Best Practise key to food safety</a></li>\r\n</ul>','UKHospitality welcomes CMA\'s action on booking sites','','inherit','closed','closed','','3863-revision-v1','','','2019-02-07 09:09:55','2019-02-07 09:09:55','',3863,'https://www.ontradeprogress.com/2019/02/07/3863-revision-v1/',0,'revision','',0),(3867,1,'2019-02-07 14:15:55','2019-02-07 14:15:55','<h1>3R Telecom Ltd has been established since 2001 starting out providing terminals to Retailers for mobile phone top-ups, international calling cards and credit/debit card payments.</h1>\r\nThe Business started out supplying Retailers within the M25 London area but soon expanded nationwide, due to its competitive pricing and excellent customer services.\r\n\r\nIn 2008 3R Telecom introduced EPoS Till Systems.  Joining such a highly competitive market was not easy but the robust hardware and excellent software proved a winner, not to mention the expert EPoS technical team which offered support and technical help and training to all customers, never leaving them lost or floundering, and enabling them to build their own Business’ to full potential.\r\n\r\nIn 2015 3R Telecom Ltd acquired CES Software which enabled us to strengthen the Touch software in the POS industry. We now have wide range modules available with our newly developed cloud based solution were you can manage your business intelligence from one single tool.\r\n\r\nThis combined technology offered huge benefits to existing and future customers plus the commitment of 3R Telecom Ltd to ongoing technological development offering customers the benefits of state-of-the-art yet easy to use software.  CES Touch has now been developed to integrate card payments and mobile phone top-ups and development is continuing.\r\n\r\nIn 2016 3R Telecom Ltd won the NFRN Southern Region Award for Service Provider of the Year.  The products and services offered by 3R Telecom Ltd are among the best in the market and combined with the excellent one-to-one personal customer services available to every single customer shows that 3R Telecom Ltd understand their market providing the best technology yet keeping that personal touch that customers still want a winning combination proved by the success of 3R Telecom over the years.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top brands prepare for Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Brand first with Heineken\'s no alcohol</a></li>\r\n</ul>','From London to Nationwide - EPoS Giants 3R Telecom Ltd.','','publish','closed','open','','3r-telecom-ltd-london-nationwide','','https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\nhttps://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/','2019-02-07 14:27:23','2019-02-07 14:27:23','',0,'https://www.ontradeprogress.com/?p=3867',0,'post','',0),(3868,1,'2019-02-07 10:03:19','2019-02-07 10:03:19','','From London to Nationwide - EPos Giants 3R Telecom Ltd.','From London to Nationwide - EPos Giants 3R Telecom Ltd.','inherit','closed','closed','','icpos-ms-hardware-back-left-facing-black','','','2019-02-07 10:04:47','2019-02-07 10:04:47','',3867,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/iCPOS-MS-Hardware-Back-Left-facing-Black.jpg',0,'attachment','image/jpeg',0),(3869,1,'2019-02-07 10:04:54','2019-02-07 10:04:54','<h1>3R Telecom Ltd has been established since 2001 starting out providing terminals to Retailers for mobile phone top-ups, international calling cards and credit/debit card payments.</h1>\r\nThe Business started out supplying Retailers within the M25 London area but soon expanded nationwide, due to its competitive pricing and excellent customer services.\r\n\r\nIn 2008 3R Telecom introduced EPoS Till Systems.  Joining such a highly competitive market was not easy but the robust hardware and excellent software proved a winner, not to mention the expert EPoS technical team which offered support and technical help and training to all customers, never leaving them lost or floundering, and enabling them to build their own Business’ to full potential.\r\n\r\nIn 2015 3R Telecom Ltd acquired CES Software which enabled us to strengthen the Touch software in the POS industry. We now have wide range modules available with our newly developed cloud based solution were you can manage your business intelligence from one single tool.\r\n\r\nThis combined technology offered huge benefits to existing and future customers plus the commitment of 3R Telecom Ltd to ongoing technological development offering customers the benefits of state-of-the-art yet easy to use software.  CES Touch has now been developed to integrate card payments and mobile phone top-ups and development is continuing.\r\n\r\nIn 2016 3R Telecom Ltd won the NFRN Southern Region Award for Service Provider of the Year.  The products and services offered by 3R Telecom Ltd are among the best in the market and combined with the excellent one-to-one personal customer services available to every single customer shows that 3R Telecom Ltd understand their market providing the best technology yet keeping that personal touch that customers still want a winning combination proved by the success of 3R Telecom over the years.','From London to Nationwide - EPos Giants 3R Telecom Ltd.','','inherit','closed','closed','','3867-revision-v1','','','2019-02-07 10:04:54','2019-02-07 10:04:54','',3867,'https://www.ontradeprogress.com/2019/02/07/3867-revision-v1/',0,'revision','',0),(3870,1,'2019-02-07 10:10:16','2019-02-07 10:10:16','<h1>3R Telecom Ltd has been established since 2001 starting out providing terminals to Retailers for mobile phone top-ups, international calling cards and credit/debit card payments.</h1>\r\nThe Business started out supplying Retailers within the M25 London area but soon expanded nationwide, due to its competitive pricing and excellent customer services.\r\n\r\nIn 2008 3R Telecom introduced EPoS Till Systems.  Joining such a highly competitive market was not easy but the robust hardware and excellent software proved a winner, not to mention the expert EPoS technical team which offered support and technical help and training to all customers, never leaving them lost or floundering, and enabling them to build their own Business’ to full potential.\r\n\r\nIn 2015 3R Telecom Ltd acquired CES Software which enabled us to strengthen the Touch software in the POS industry. We now have wide range modules available with our newly developed cloud based solution were you can manage your business intelligence from one single tool.\r\n\r\nThis combined technology offered huge benefits to existing and future customers plus the commitment of 3R Telecom Ltd to ongoing technological development offering customers the benefits of state-of-the-art yet easy to use software.  CES Touch has now been developed to integrate card payments and mobile phone top-ups and development is continuing.\r\n\r\nIn 2016 3R Telecom Ltd won the NFRN Southern Region Award for Service Provider of the Year.  The products and services offered by 3R Telecom Ltd are among the best in the market and combined with the excellent one-to-one personal customer services available to every single customer shows that 3R Telecom Ltd understand their market providing the best technology yet keeping that personal touch that customers still want a winning combination proved by the success of 3R Telecom over the years.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top brands prepare for Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Brand first with Heineken\'s no alcohol</a></li>\r\n</ul>','From London to Nationwide - EPos Giants 3R Telecom Ltd.','','inherit','closed','closed','','3867-revision-v1','','','2019-02-07 10:10:16','2019-02-07 10:10:16','',3867,'https://www.ontradeprogress.com/2019/02/07/3867-revision-v1/',0,'revision','',0),(3871,1,'2019-02-07 10:40:09','2019-02-07 10:40:09','<h1><strong>With The <a href=\"https://www.casualdiningshow.co.uk/\" target=\"_blank\" rel=\"noopener\">Casual Dining Show</a> quickly approaching, we caught up with Scott Park, Development Chef, from Ascentia Foodservice Equipment for a few words about their upcoming attendance at the show…</strong></h1>\r\nAscentia Foodservice Equipment is excited to be attending the 2019 Casual Dining Show at London Excel on the 27<sup>th</sup> &amp; 28<sup>th</sup> of February, <strong>on stand G71.</strong>\r\n\r\nWe will be exhibiting a selection of our premium foodservice equipment brands such as our beautifully crafted MIBRASA charcoal ovens, Pavesi Forni pizza ovens and the Venix combination steam ovens.\r\n<h3><strong>MIBRASA </strong></h3>\r\nMIBRASA manufacture the finest charcoal ovens and charcoal grills on the market, beautifully crafted and engineered in Spain, the home of charcoal cooking. A MIBRASA charcoal oven or grill will quickly become the focal point of any commercial kitchen and provide diners with a unique theatrical and culinary experience.\r\n\r\n<em>“It’s so versatile and extremely well made, there really is no other charcoal oven quite like it.”  Executive Chef, Sopwell House Hotel.</em>\r\n<h3><strong>Pavesi Forni</strong></h3>\r\nPavesi Forni manufacture a beautiful range of traditional stone hearth pizza ovens. Each oven is hand made using the highest quality materials with options of a static or rotating cooking deck and fired by wood, gas or a combination of the two fuels.\r\n\r\nPavesi ovens are also built with a unique ‘monoblock’ cook deck. This result s in ovens with the highest possible heat retention qualities found anywhere on the market.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top pub brands prepare to visit Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/\">Casual Dining Show - Show preview</a></li>\r\n</ul>\r\n<h3><strong>VENIX</strong></h3>\r\nVenix manufacture a huge selection of bakery, convection and combination ovens. From small countertop convection ovens to large 20 grid combi’s with touch screen controls Venix offer an oven solution for any application.\r\n\r\nThe top of the range Venexia has everything you’d expect from a market leading combi oven including multi-level timers, full recipe planning functions, regeneration and hot hold functions, multiple core probe cooking, self-washing cycles and WIFI as standard.\r\n\r\nAs always we will be cooking live and this time we will be demonstrating the versatility of our amazing HOP ‘Air-Fryer’ and the super-fast GARA pizza oven.\r\n<h3><strong>The HOP </strong></h3>\r\nSay goodbye to dirty oil fryers and expensive extraction systems with the brand new HOP ‘Air Fryer’ from Ascentia Foodservice Equipment. The HOP completely eliminates oil from the frying process delivering a cleaner, healthier product without any contamination of flavour from nasty oils. The affordable, easy to use HOP requires no extraction making it the most versatile frying machine on the market.\r\n<h3><strong>THE GARA </strong></h3>\r\nAs a Casual Dining Show exclusive, we will be launching the brand new GARA pizza oven. The GARA is a small, countertop oven that produces stone baked Neapolitan style fresh dough pizza in as little as 60 seconds. No microwaves, just clever technology. The oven can reach temperatures of up to 500’c and the option of a 2.9kW version allows you to just plug and play.\r\n\r\n<strong>Join us on Stand G71 to see our amazing equipment in action and enjoy some fantastic food.</strong>','Ascentia at Casual Dining Show 2019','','publish','closed','open','','ascentia-foodservice-casual-dining-show','','','2019-02-07 10:40:09','2019-02-07 10:40:09','',0,'https://www.ontradeprogress.com/?p=3871',0,'post','',0),(3872,1,'2019-02-07 10:28:39','2019-02-07 10:28:39','','Ascentia Foodservice at Casual Dining Show 2019','Ascentia Foodservice at Casual Dining Show 2019 ','inherit','closed','closed','','barbecoa','','','2019-02-07 10:29:45','2019-02-07 10:29:45','',3871,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/Barbecoa.jpg',0,'attachment','image/jpeg',0),(3873,1,'2019-02-07 10:39:33','2019-02-07 10:39:33','<h1><strong>With The <a href=\"https://www.casualdiningshow.co.uk/\" target=\"_blank\" rel=\"noopener\">Casual Dining Show</a> quickly approaching, we caught up with Scott Park, Development Chef, from Ascentia Foodservice Equipment for a few words about their upcoming attendance at the show…</strong></h1>\r\nAscentia Foodservice Equipment is excited to be attending the 2019 Casual Dining Show at London Excel on the 27<sup>th</sup> &amp; 28<sup>th</sup> of February, <strong>on stand G71.</strong>\r\n\r\nWe will be exhibiting a selection of our premium foodservice equipment brands such as our beautifully crafted MIBRASA charcoal ovens, Pavesi Forni pizza ovens and the Venix combination steam ovens.\r\n<h3><strong>MIBRASA </strong></h3>\r\nMIBRASA manufacture the finest charcoal ovens and charcoal grills on the market, beautifully crafted and engineered in Spain, the home of charcoal cooking. A MIBRASA charcoal oven or grill will quickly become the focal point of any commercial kitchen and provide diners with a unique theatrical and culinary experience.\r\n\r\n<em>“It’s so versatile and extremely well made, there really is no other charcoal oven quite like it.”  Executive Chef, Sopwell House Hotel.</em>\r\n<h3><strong>Pavesi Forni</strong></h3>\r\nPavesi Forni manufacture a beautiful range of traditional stone hearth pizza ovens. Each oven is hand made using the highest quality materials with options of a static or rotating cooking deck and fired by wood, gas or a combination of the two fuels.\r\n\r\nPavesi ovens are also built with a unique ‘monoblock’ cook deck. This result s in ovens with the highest possible heat retention qualities found anywhere on the market.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top pub brands prepare to visit Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/\">Casual Dining Show - Show preview</a></li>\r\n</ul>\r\n<h3><strong>VENIX</strong></h3>\r\nVenix manufacture a huge selection of bakery, convection and combination ovens. From small countertop convection ovens to large 20 grid combi’s with touch screen controls Venix offer an oven solution for any application.\r\n\r\nThe top of the range Venexia has everything you’d expect from a market leading combi oven including multi-level timers, full recipe planning functions, regeneration and hot hold functions, multiple core probe cooking, self-washing cycles and WIFI as standard.\r\n\r\nAs always we will be cooking live and this time we will be demonstrating the versatility of our amazing HOP ‘Air-Fryer’ and the super-fast GARA pizza oven.\r\n<h3><strong>The HOP </strong></h3>\r\nSay goodbye to dirty oil fryers and expensive extraction systems with the brand new HOP ‘Air Fryer’ from Ascentia Foodservice Equipment. The HOP completely eliminates oil from the frying process delivering a cleaner, healthier product without any contamination of flavour from nasty oils. The affordable, easy to use HOP requires no extraction making it the most versatile frying machine on the market.\r\n<h3><strong>THE GARA </strong></h3>\r\nAs a Casual Dining Show exclusive, we will be launching the brand new GARA pizza oven. The GARA is a small, countertop oven that produces stone baked Neapolitan style fresh dough pizza in as little as 60 seconds. No microwaves, just clever technology. The oven can reach temperatures of up to 500’c and the option of a 2.9kW version allows you to just plug and play.\r\n\r\n<strong>Join us on Stand G71 to see our amazing equipment in action and enjoy some fantastic food.</strong>','Ascentia at Casual Dining Show 2019','','inherit','closed','closed','','3871-revision-v1','','','2019-02-07 10:39:33','2019-02-07 10:39:33','',3871,'https://www.ontradeprogress.com/2019/02/07/3871-revision-v1/',0,'revision','',0),(3874,1,'2019-02-07 11:04:37','2019-02-07 11:04:37','<h1>Serving the perfect pint is essential to ensure the emotional benefit of the consumer is met and the beer experience is exceeded “You only buy your second pint based on the Quality of the first” but what does that mean?</h1>\r\nYou can have the best cellar, the cleanest beer and cleanest glass but if it is not poured correctly and presented with panache and style then the consumer is more likely to not have a second.\r\n\r\nUnderstanding what the consumer wants in a great pint is essential\r\n\r\n<img class=\"size-medium wp-image-3875 alignright\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/heineken-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n<h2>A perfect pint consists of the following</h2>\r\n<ul>\r\n 	<li>Temperature – The beer or cider must be served at the correct temperature of between 2-4c for lagers and ciders, 6-8c for standard smooth ales and bitters and 11-13c for cask ales nobody wants a warm beer eh. The temperature of the glass is also essential for achieving this so never use a glass straight from the glass washer</li>\r\n 	<li>Fresh smell &amp; taste – The beer should be malty, fresh and free of off aromas caused by poor management</li>\r\n 	<li>Clarity – Beer and cider needs to be free from turbidity(floaters) as not all beers and ciders and served clear there is a growing demand for unfined beer</li>\r\n 	<li>Bubbles – This is from the nucleation site at the base of the glass which releases CO2 which rises in the form of a bubble which wraps itself in skin of flavour and aroma which forms and maintains the head</li>\r\n 	<li>Maximum 5% head – This is where weights and measures comes in and states that a beer can be 95% liquid and 5% head. The foam on beer is essential as it protects the beer from air keeps in flavour, aroma and gas also ensures the consumer has a great beer experience when they drink the beer through the foam</li>\r\n</ul>\r\n<h3>Pouring the Perfect pint is not hard and if the bartender follows these simple steps then the customer will have an experience that will drive them to a second pint</h3>\r\n<ul>\r\n 	<li>Ensure the correct beer clean branded glass is always used</li>\r\n 	<li>The bottom third of the glass belongs to the bar tender so holding the glass at the bottom during pouring is a must</li>\r\n 	<li>Have the brand logo facing the customer</li>\r\n 	<li>Hold the glass at a 45 degree angle and open the tap fully</li>\r\n 	<li>Ensure the beer nozzle never touches the glass or beer</li>\r\n 	<li>As the beer approaches the rim of the glass straighten it</li>\r\n 	<li>Stop pouring when the beer gets to 15mm from the top</li>\r\n 	<li>If the Pourtal tap fitted push the tap away and fill it with foam</li>\r\n 	<li>Place the beer on the bar top on a beer mat with the brand logo facing the customer</li>\r\n 	<li>Smile and say enjoy your beer</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top pub brands prepare to visit Casual Dining Show</a></li>\r\n</ul>','Heineken - Serving the perfect pint','','publish','closed','open','','heineken-serving-perfect-pint','','','2019-02-07 11:04:37','2019-02-07 11:04:37','',0,'https://www.ontradeprogress.com/?p=3874',0,'post','',0),(3875,1,'2019-02-07 10:55:43','2019-02-07 10:55:43','','heineken','','inherit','closed','closed','','heineken','','','2019-02-07 10:55:43','2019-02-07 10:55:43','',3874,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/heineken.jpg',0,'attachment','image/jpeg',0),(3876,1,'2019-02-07 11:00:58','2019-02-07 11:00:58','','Heineken - Serving the perfect pint','Heineken - Serving the perfect pint','inherit','closed','closed','','glass-of-beer-3444480_1280','','','2019-02-07 11:01:47','2019-02-07 11:01:47','',3874,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/glass-of-beer-3444480_1280.jpg',0,'attachment','image/jpeg',0),(3877,1,'2019-02-07 11:04:08','2019-02-07 11:04:08','<h1>Serving the perfect pint is essential to ensure the emotional benefit of the consumer is met and the beer experience is exceeded “You only buy your second pint based on the Quality of the first” but what does that mean?</h1>\r\nYou can have the best cellar, the cleanest beer and cleanest glass but if it is not poured correctly and presented with panache and style then the consumer is more likely to not have a second.\r\n\r\nUnderstanding what the consumer wants in a great pint is essential\r\n\r\n<img class=\"size-medium wp-image-3875 alignright\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/heineken-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n<h2>A perfect pint consists of the following</h2>\r\n<ul>\r\n 	<li>Temperature – The beer or cider must be served at the correct temperature of between 2-4c for lagers and ciders, 6-8c for standard smooth ales and bitters and 11-13c for cask ales nobody wants a warm beer eh. The temperature of the glass is also essential for achieving this so never use a glass straight from the glass washer</li>\r\n 	<li>Fresh smell &amp; taste – The beer should be malty, fresh and free of off aromas caused by poor management</li>\r\n 	<li>Clarity – Beer and cider needs to be free from turbidity(floaters) as not all beers and ciders and served clear there is a growing demand for unfined beer</li>\r\n 	<li>Bubbles – This is from the nucleation site at the base of the glass which releases CO2 which rises in the form of a bubble which wraps itself in skin of flavour and aroma which forms and maintains the head</li>\r\n 	<li>Maximum 5% head – This is where weights and measures comes in and states that a beer can be 95% liquid and 5% head. The foam on beer is essential as it protects the beer from air keeps in flavour, aroma and gas also ensures the consumer has a great beer experience when they drink the beer through the foam</li>\r\n</ul>\r\n<h3>Pouring the Perfect pint is not hard and if the bartender follows these simple steps then the customer will have an experience that will drive them to a second pint</h3>\r\n<ul>\r\n 	<li>Ensure the correct beer clean branded glass is always used</li>\r\n 	<li>The bottom third of the glass belongs to the bar tender so holding the glass at the bottom during pouring is a must</li>\r\n 	<li>Have the brand logo facing the customer</li>\r\n 	<li>Hold the glass at a 45 degree angle and open the tap fully</li>\r\n 	<li>Ensure the beer nozzle never touches the glass or beer</li>\r\n 	<li>As the beer approaches the rim of the glass straighten it</li>\r\n 	<li>Stop pouring when the beer gets to 15mm from the top</li>\r\n 	<li>If the Pourtal tap fitted push the tap away and fill it with foam</li>\r\n 	<li>Place the beer on the bar top on a beer mat with the brand logo facing the customer</li>\r\n 	<li>Smile and say enjoy your beer</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top pub brands prepare to visit Casual Dining Show</a></li>\r\n</ul>','Heineken - Serving the perfect pint','','inherit','closed','closed','','3874-revision-v1','','','2019-02-07 11:04:08','2019-02-07 11:04:08','',3874,'https://www.ontradeprogress.com/2019/02/07/3874-revision-v1/',0,'revision','',0),(3878,1,'2019-02-07 11:26:36','2019-02-07 11:26:36','<h1>On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest <a href=\"https://www.studio338.co.uk/\" target=\"_blank\" rel=\"noopener\">venues</a> - Studio 338.</h1>\r\n<h3><em>Please Introduce yourself and your position within the venue</em>.</h3>\r\nMy name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the venue\'s <a href=\"http://voidacoustics.com/\" target=\"_blank\" rel=\"noopener\">Void sound system</a> in all 3 rooms and manage the technical crew for all production.\r\n<h3><em>How vital of a part do you feel venues play in the UK music scene?</em></h3>\r\nI’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues\r\n\r\nThe music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue.\r\n\r\nPioneer have just installed KUVO devices in our venue so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.\r\n\r\nAs sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing.\r\n\r\nVenues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.\r\n\r\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest venues - Studio 338[/caption]\r\n<h3><em>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</em></h3>\r\nHosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in-ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.\r\n\r\nYou can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a venue offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.\r\n<h3><em>What advice would you give to a venue considering holding a live music event?</em></h3>\r\nIf possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience.\r\n\r\nWe also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system.\r\n\r\nFor a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener.\r\n\r\nMy father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our venue and although not quite there yet, my goal is to make Studio 338 one of the best sounding venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment.\r\n\r\nIt’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of drivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.\r\n\r\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest venues - Studio 338[/caption]\r\n<h3><em>How does Studio 338 stand out from the crowd?</em></h3>\r\nLocation helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue, promoted as an Ibiza style super venue with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','On-Trade Progress met with Larry Field, at one of London\'s hottest venues - Studio 338','','publish','closed','open','','studio-338-london','','https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\nhttps://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\nhttps://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/','2019-02-08 10:34:47','2019-02-08 10:34:47','',0,'https://www.ontradeprogress.com/?p=3878',0,'post','',0),(3879,1,'2019-02-07 11:13:46','2019-02-07 11:13:46','','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338','inherit','closed','closed','','338-180929-low-117','','','2019-02-07 11:14:35','2019-02-07 11:14:35','',3878,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/338-180929-low-117.jpg',0,'attachment','image/jpeg',0),(3880,1,'2019-02-07 11:15:26','2019-02-07 11:15:26','','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338','inherit','closed','closed','','crowd-of-audience-at-during-a-concert','','','2019-02-07 11:16:12','2019-02-07 11:16:12','',3878,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT.jpg',0,'attachment','image/jpeg',0),(3881,1,'2019-02-07 11:16:58','2019-02-07 11:16:58','','On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338','One of London\'s hottest nightclubs - Studio 338','inherit','closed','closed','','shutterstock_287805713','','','2019-02-07 11:18:18','2019-02-07 11:18:18','',3878,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713.jpg',0,'attachment','image/jpeg',0),(3882,1,'2019-02-07 11:23:12','2019-02-07 11:23:12','<h1>On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338.</h1>\r\n<h3>Please Introduce yourself and your position within the venue.</h3>\r\n<ol>\r\n 	<li>My name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the clubs Void sound system in all 3 rooms and manage the technical crew for all production.</li>\r\n</ol>\r\n<h3>How vital of a part do you feel venues play in the UK music scene?</h3>\r\n<ol start=\"2\">\r\n 	<li>I’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues also the music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue. Pioneer have just installed KUVO devices in our club so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.  As sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing. Venues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.</li>\r\n</ol>\r\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n<h3>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</h3>\r\n<ol start=\"3\">\r\n 	<li>Hosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.  You can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a club offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.</li>\r\n</ol>\r\n<h3>What advice would you give to a venue considering holding a live music event?</h3>\r\n<ol start=\"4\">\r\n 	<li>If possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience. We also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system. For a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener. My father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our club and although not quite there yet, my goal is to make Studio 338 one of the best sounding Club/venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment. It’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of\r\n\r\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n\r\ndrivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.</li>\r\n</ol>\r\n<h3>How does Studio 338 stand out from the crowd?</h3>\r\n<ol start=\"5\">\r\n 	<li>Location helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue promoted as an Ibiza style super club with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other club venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.</li>\r\n</ol>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','On-Trade Progress met Larry Field, at one of London\'s hottest nightclubs - Studio 338','','inherit','closed','closed','','3878-revision-v1','','','2019-02-07 11:23:12','2019-02-07 11:23:12','',3878,'https://www.ontradeprogress.com/2019/02/07/3878-revision-v1/',0,'revision','',0),(3883,1,'2019-02-07 11:26:36','2019-02-07 11:26:36','<h1>On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest <a href=\"https://www.studio338.co.uk/\" target=\"_blank\" rel=\"noopener\">nightclubs</a> - Studio 338.</h1>\r\n<h3>Please Introduce yourself and your position within the venue.</h3>\r\n<ol>\r\n 	<li>My name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the clubs <a href=\"http://voidacoustics.com/\" target=\"_blank\" rel=\"noopener\">Void sound system</a> in all 3 rooms and manage the technical crew for all production.</li>\r\n</ol>\r\n<h3>How vital of a part do you feel venues play in the UK music scene?</h3>\r\n<ol start=\"2\">\r\n 	<li>I’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues also the music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue. Pioneer have just installed KUVO devices in our club so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.  As sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing. Venues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.</li>\r\n</ol>\r\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n<h3>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</h3>\r\n<ol start=\"3\">\r\n 	<li>Hosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.  You can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a club offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.</li>\r\n</ol>\r\n<h3>What advice would you give to a venue considering holding a live music event?</h3>\r\n<ol start=\"4\">\r\n 	<li>If possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience. We also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system. For a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener. My father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our club and although not quite there yet, my goal is to make Studio 338 one of the best sounding Club/venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment. It’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of\r\n\r\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n\r\ndrivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.</li>\r\n</ol>\r\n<h3>How does Studio 338 stand out from the crowd?</h3>\r\n<ol start=\"5\">\r\n 	<li>Location helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue promoted as an Ibiza style super club with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other club venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.</li>\r\n</ol>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','On-Trade Progress met Larry Field, at one of London\'s hottest nightclubs - Studio 338','','inherit','closed','closed','','3878-revision-v1','','','2019-02-07 11:26:36','2019-02-07 11:26:36','',3878,'https://www.ontradeprogress.com/2019/02/07/3878-revision-v1/',0,'revision','',0),(3884,1,'2019-02-07 11:34:06','2019-02-07 11:34:06','','From London to Nationwide - EPos Giants 3R Telecom Ltd.','From London to Nationwide - EPos Giants 3R Telecom Ltd.','inherit','closed','closed','','otp_3rtelecom_702x336','','','2019-02-07 11:34:38','2019-02-07 11:34:38','',3867,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_3RTelecom_702x336.jpg',0,'attachment','image/jpeg',0),(3885,1,'2019-02-07 12:22:49','2019-02-07 12:22:49','<h1>Whether it’s catching crowd surfers or dealing with the people who have had ‘one too many’, security &amp; door staff are the unsung hero of any live music event.</h1>\r\nFinding the right security is vital to your venue and can be the fine line between a dream and a nightmare. On-Trade Progress catches up with Michael Poole from Showsec, to discuss the crucial elements that venues must consider when choosing their security &amp; door staff, and the impact this can have on your event.\r\n<h3><em>Please introduce yourself and your position within Showsec</em></h3>\r\nMichael Poole, West Midlands Area Manager\r\n<h3><em>What types of venues can benefit from the services Showsec offer?</em></h3>\r\nPotentially, any venue where there is a requirement to manage access to, behaviour inside and safe egress of customers can benefit from the services we offer.\r\n<h3><em>What impact can employing the right security &amp; door staff have?</em></h3>\r\nNot all venues are the same and on many occasions, the role requirement is more customer service than ‘traditional bouncer’.  Customers feel safer in a venue and are more likely to return if the door staff are friendly and approachable.\r\n\r\n[caption id=\"attachment_3891\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3891\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/concert-768722_1280-300x200.jpg\" alt=\"Showsec – Standing out from the crowd with Michael Poole\" width=\"300\" height=\"200\" /> Showsec – Standing out from the crowd with Michael Poole[/caption]\r\n<h3><em>Have you noticed a connection between a venues reputation and the security they choose?</em></h3>\r\nCustomers don’t generally see the security and door staff as a separate entity, but part of the venue itself.  By employing the right staff, the reputation of the venue can be enhanced, as the first person a customer is likely to encounter when entering any venue is a member of the security team.\r\n<h3><em>From a venues perspective, are there any steps that can be taken to maximise their customers safety &amp; security?</em></h3>\r\nEmploy an established security company with specific experience in the venue’s field who are able to offer advice and guidance on how best to improve the customer experience together with the ability to offer advice and guidance on counter terrorism.\r\n<h3><em>How easy it for a venue to access additional security staff when holding a live music event?</em></h3>\r\nFrom a Showsec perspective as one of the biggest security staffing providers in the country we are always able to provide additional staffing when required to our regular customers.\r\n<h3><em>Are there any common mistakes you find with the venues themselves?</em></h3>\r\nIt is understandable that venues want to keep costs as low as possible and often security is one of the first areas to be looked at in terms of cost cutting, either by reducing staff numbers, or employing less experienced or new start companies who offer reduced rates to gain a foothold in what is a very competitive market.\r\n<h3><em>What’s the biggest challenges that your staff encounter?</em></h3>\r\nOther than the obvious one of intoxicated customers, it’s making venues and customers aware of the risks their venues face, particularly in relation to threats of terrorism and the need to be vigilant at all times.  The involvement of an experienced security company with tried and tested counter-terrorism staff training is crucial during the current climate and is often neglected by less experienced companies.\r\n\r\n[caption id=\"attachment_3892\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3892\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/party-629241_1280-300x200.jpg\" alt=\"Showsec – Standing out from the crowd with Michael Poole\" width=\"300\" height=\"200\" /> Showsec – Standing out from the crowd with Michael Poole[/caption]\r\n<h3><em>Is there any advice you would give to a venue considering to offer a live music event?</em></h3>\r\nLook closely at the profile of the artist/s and the type of audience they attract.  Consult a company such as Showsec at an early stage to identify security requirements and any challenges that the event may present.\r\n<h3><em>How does Showsec stand out from the crowd?</em></h3>\r\nShowsec can offer a wealth of experience gained from working at major sporting events, music festivals, street events, universities and music venues of all sizes across the UK and Europe.  As industry leaders with over 3,000 casual staff across the country, dedicated support functions in our head office and a network of highly experienced and qualified regional managers, area managers and operations executives, many with degrees in crowd safety management we are able to offer solutions to all business needs.','Showsec – Standing out from the crowd','','publish','closed','open','','showsec-standing-crowd-michael-poole','','','2019-02-07 13:12:19','2019-02-07 13:12:19','',0,'https://www.ontradeprogress.com/?p=3885',0,'post','',0),(3886,1,'2019-02-08 08:41:14','2019-02-08 08:41:14','<h1>On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest <a href=\"https://www.studio338.co.uk/\" target=\"_blank\" rel=\"noopener\">venues</a> - Studio 338.</h1>\n<h3><em>Please Introduce yourself and your position within the venue</em>.</h3>\nMy name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the venue\'s <a href=\"http://voidacoustics.com/\" target=\"_blank\" rel=\"noopener\">Void sound system</a> in all 3 rooms and manage the technical crew for all production.\n<h3><em>How vital of a part do you feel venues play in the UK music scene?</em></h3>\nI’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues\n\nThe music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue.\n\nPioneer have just installed KUVO devices in our venue so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.\n\nAs sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing.\n\nVenues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.\n\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest venues - Studio 338[/caption]\n<h3><em>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</em></h3>\nHosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in-ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.\n\nYou can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a venue offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.\n<h3><em>What advice would you give to a venue considering holding a live music event?</em></h3>\nIf possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience.\n\nWe also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system.\n\nFor a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener.\n\nMy father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our venue and although not quite there yet, my goal is to make Studio 338 one of the best sounding venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment.\n\nIt’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of drivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.\n\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest venues - Studio 338[/caption]\n<h3><em>How does Studio 338 stand out from the crowd?</em></h3>\nLocation helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue, promoted as an Ibiza style super club with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\n</ul>','On-Trade Progress met with Larry Field, at one of London\'s hottest venues - Studio 338','','inherit','closed','closed','','3878-autosave-v1','','','2019-02-08 08:41:14','2019-02-08 08:41:14','',3878,'https://www.ontradeprogress.com/2019/02/07/3878-autosave-v1/',0,'revision','',0),(3887,1,'2019-02-07 11:45:20','2019-02-07 11:45:20','<strong><u>Showsec – Standing out from the crowd</u></strong>\r\n\r\n<strong><u> </u></strong>\r\n\r\nWhether it’s catching crowd surfers or dealing with the people who have had ‘one too many’, security &amp; door staff are the unsung hero of any live music event. Finding the right security is vital to your venue and can be the fine line between a dream and a nightmare. On-Trade Progress catches up with Michael Poole from Showsec, to discuss the crucial elements that venues must consider when choosing their security &amp; door staff, and the impact this can have on your event.\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>Please introduce yourself and your position within Showsec</li>\r\n</ol>\r\nMichael Poole, West Midlands Area Manager\r\n<ol start=\"2\">\r\n 	<li>What types of venues can benefit from the services Showsec offer?</li>\r\n</ol>\r\nPotentially, any venue where there is a requirement to manage access to, behaviour inside and safe egress of customers can benefit from the services we offer.\r\n<ol start=\"3\">\r\n 	<li>What impact can employing the right security &amp; door staff have?</li>\r\n</ol>\r\nNot all venues are the same and on many occasions, the role requirement is more customer service than ‘traditional bouncer’.  Customers feel safer in a venue and are more likely to return if the door staff are friendly and approachable.\r\n<ol start=\"4\">\r\n 	<li>Have you noticed a connection between a venues reputation and the security they choose?</li>\r\n</ol>\r\nCustomers don’t generally see the security and door staff as a separate entity, but part of the venue itself.  By employing the right staff, the reputation of the venue can be enhanced, as the first person a customer is likely to encounter when entering any venue is a member of the security team.\r\n<ol start=\"5\">\r\n 	<li>From a venues perspective, are there any steps that can be taken to maximise their customers safety &amp; security?</li>\r\n</ol>\r\nEmploy an established security company with specific experience in the venue’s field who are able to offer advice and guidance on how best to improve the customer experience together with the ability to offer advice and guidance on counter terrorism.\r\n<ol start=\"6\">\r\n 	<li>How easy it for a venue to access additional security staff when holding a live music event?</li>\r\n</ol>\r\nFrom a Showsec perspective as one of the biggest security staffing providers in the country we are always able to provide additional staffing when required to our regular customers.\r\n<ol start=\"7\">\r\n 	<li>Are there any common mistakes you find with the venues themselves?</li>\r\n</ol>\r\nIt is understandable that venues want to keep costs as low as possible and often security is one of the first areas to be looked at in terms of cost cutting, either by reducing staff numbers, or employing less experienced or new start companies who offer reduced rates to gain a foothold in what is a very competitive market.\r\n<ol start=\"8\">\r\n 	<li>What’s the biggest challenges that your staff encounter?</li>\r\n</ol>\r\nOther than the obvious one of intoxicated customers, it’s making venues and customers aware of the risks their venues face, particularly in relation to threats of terrorism and the need to be vigilant at all times.  The involvement of an experienced security company with tried and tested counter terrorism staff training is crucial during the current climate and is often neglected by less experienced companies.\r\n<ol start=\"9\">\r\n 	<li>Is there any advice you would give to a venue considering to offer a live music event?</li>\r\n</ol>\r\nLook closely at the profile of the artist/s and the type of audience they attract.  Consult a company such as Showsec at an early stage to identify security requirements and any challenges that the event may present.\r\n<ol start=\"10\">\r\n 	<li>How does Showsec stand out from the crowd?</li>\r\n</ol>\r\nShowsec can offer a wealth of experience gained from working at major sporting events, music festivals, street events, universities and music venues of all sizes across the UK and Europe.  As industry leaders with over 3,000 casual staff across the country, dedicated support functions in our head office and a network of highly experienced and qualified regional managers, area managers and operations executives, many with degrees in crowd safety management we are able to offer solutions to all business needs.','','','inherit','closed','closed','','3885-revision-v1','','','2019-02-07 11:45:20','2019-02-07 11:45:20','',3885,'https://www.ontradeprogress.com/2019/02/07/3885-revision-v1/',0,'revision','',0),(3888,1,'2019-02-07 11:51:41','2019-02-07 11:51:41','<h1>On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest <a href=\"https://www.studio338.co.uk/\" target=\"_blank\" rel=\"noopener\">nightclubs</a> - Studio 338.</h1>\r\n<h3><em>Please Introduce yourself and your position within the venue</em>.</h3>\r\nMy name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the clubs <a href=\"http://voidacoustics.com/\" target=\"_blank\" rel=\"noopener\">Void sound system</a> in all 3 rooms and manage the technical crew for all production.\r\n<h3><em>How vital of a part do you feel venues play in the UK music scene?</em></h3>\r\nI’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues\r\n\r\nThe music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue.\r\n\r\nPioneer have just installed KUVO devices in our club so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.\r\n\r\nAs sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing.\r\n\r\nVenues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.\r\n\r\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n<h3><em>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</em></h3>\r\nHosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in-ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.\r\n\r\nYou can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a club offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.\r\n<h3><em>What advice would you give to a venue considering holding a live music event?</em></h3>\r\nIf possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience.\r\n\r\nWe also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system.\r\n\r\nFor a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener.\r\n\r\nMy father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our club and although not quite there yet, my goal is to make Studio 338 one of the best sounding Club/venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment.\r\n\r\nIt’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of drivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.\r\n\r\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n<h3><em>How does Studio 338 stand out from the crowd?</em></h3>\r\nLocation helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue promoted as an Ibiza style super club with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other club venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','On-Trade Progress met Larry Field, at one of London\'s hottest nightclubs - Studio 338','','inherit','closed','closed','','3878-revision-v1','','','2019-02-07 11:51:41','2019-02-07 11:51:41','',3878,'https://www.ontradeprogress.com/2019/02/07/3878-revision-v1/',0,'revision','',0),(3889,1,'2019-02-07 12:11:04','2019-02-07 12:11:04','','Showsec – Standing out from the crowd with Michael Poole','Showsec – Standing out from the crowd with Michael Poole','inherit','closed','closed','','shutterstock_590685533','','','2019-02-07 12:12:30','2019-02-07 12:12:30','',3885,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_590685533.jpg',0,'attachment','image/jpeg',0),(3890,1,'2019-02-07 12:13:20','2019-02-07 12:13:20','<h1>Whether it’s catching crowd surfers or dealing with the people who have had ‘one too many’, security &amp; door staff are the unsung hero of any live music event.</h1>\r\nFinding the right security is vital to your venue and can be the fine line between a dream and a nightmare. On-Trade Progress catches up with Michael Poole from Showsec, to discuss the crucial elements that venues must consider when choosing their security &amp; door staff, and the impact this can have on your event.\r\n<h3><em>Please introduce yourself and your position within Showsec</em></h3>\r\nMichael Poole, West Midlands Area Manager\r\n<h3><em>What types of venues can benefit from the services Showsec offer?</em></h3>\r\nPotentially, any venue where there is a requirement to manage access to, behaviour inside and safe egress of customers can benefit from the services we offer.\r\n<h3><em>What impact can employing the right security &amp; door staff have?</em></h3>\r\nNot all venues are the same and on many occasions, the role requirement is more customer service than ‘traditional bouncer’.  Customers feel safer in a venue and are more likely to return if the door staff are friendly and approachable.\r\n<h3><em>Have you noticed a connection between a venues reputation and the security they choose?</em></h3>\r\nCustomers don’t generally see the security and door staff as a separate entity, but part of the venue itself.  By employing the right staff, the reputation of the venue can be enhanced, as the first person a customer is likely to encounter when entering any venue is a member of the security team.\r\n<h3><em>From a venues perspective, are there any steps that can be taken to maximise their customers safety &amp; security?</em></h3>\r\nEmploy an established security company with specific experience in the venue’s field who are able to offer advice and guidance on how best to improve the customer experience together with the ability to offer advice and guidance on counter terrorism.\r\n<h3><em>How easy it for a venue to access additional security staff when holding a live music event?</em></h3>\r\nFrom a Showsec perspective as one of the biggest security staffing providers in the country we are always able to provide additional staffing when required to our regular customers.\r\n<h3><em>Are there any common mistakes you find with the venues themselves?</em></h3>\r\nIt is understandable that venues want to keep costs as low as possible and often security is one of the first areas to be looked at in terms of cost cutting, either by reducing staff numbers, or employing less experienced or new start companies who offer reduced rates to gain a foothold in what is a very competitive market.\r\n<h3><em>What’s the biggest challenges that your staff encounter?</em></h3>\r\nOther than the obvious one of intoxicated customers, it’s making venues and customers aware of the risks their venues face, particularly in relation to threats of terrorism and the need to be vigilant at all times.  The involvement of an experienced security company with tried and tested counter-terrorism staff training is crucial during the current climate and is often neglected by less experienced companies.\r\n<h3><em>Is there any advice you would give to a venue considering to offer a live music event?</em></h3>\r\nLook closely at the profile of the artist/s and the type of audience they attract.  Consult a company such as Showsec at an early stage to identify security requirements and any challenges that the event may present.\r\n<h3><em>How does Showsec stand out from the crowd?</em></h3>\r\nShowsec can offer a wealth of experience gained from working at major sporting events, music festivals, street events, universities and music venues of all sizes across the UK and Europe.  As industry leaders with over 3,000 casual staff across the country, dedicated support functions in our head office and a network of highly experienced and qualified regional managers, area managers and operations executives, many with degrees in crowd safety management we are able to offer solutions to all business needs.','Showsec – Standing out from the crowd','','inherit','closed','closed','','3885-revision-v1','','','2019-02-07 12:13:20','2019-02-07 12:13:20','',3885,'https://www.ontradeprogress.com/2019/02/07/3885-revision-v1/',0,'revision','',0),(3891,1,'2019-02-07 12:18:41','2019-02-07 12:18:41','','concert-768722_1280','','inherit','closed','closed','','concert-768722_1280','','','2019-02-07 12:19:20','2019-02-07 12:19:20','',3885,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/concert-768722_1280.jpg',0,'attachment','image/jpeg',0),(3892,1,'2019-02-07 12:20:25','2019-02-07 12:20:25','','Showsec – Standing out from the crowd with Michael Poole','Showsec – Standing out from the crowd with Michael Poole','inherit','closed','closed','','party-629241_1280','','','2019-02-07 12:22:09','2019-02-07 12:22:09','',3885,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/party-629241_1280.jpg',0,'attachment','image/jpeg',0),(3893,1,'2019-02-07 12:22:24','2019-02-07 12:22:24','<h1>Whether it’s catching crowd surfers or dealing with the people who have had ‘one too many’, security &amp; door staff are the unsung hero of any live music event.</h1>\r\nFinding the right security is vital to your venue and can be the fine line between a dream and a nightmare. On-Trade Progress catches up with Michael Poole from Showsec, to discuss the crucial elements that venues must consider when choosing their security &amp; door staff, and the impact this can have on your event.\r\n<h3><em>Please introduce yourself and your position within Showsec</em></h3>\r\nMichael Poole, West Midlands Area Manager\r\n<h3><em>What types of venues can benefit from the services Showsec offer?</em></h3>\r\nPotentially, any venue where there is a requirement to manage access to, behaviour inside and safe egress of customers can benefit from the services we offer.\r\n<h3><em>What impact can employing the right security &amp; door staff have?</em></h3>\r\nNot all venues are the same and on many occasions, the role requirement is more customer service than ‘traditional bouncer’.  Customers feel safer in a venue and are more likely to return if the door staff are friendly and approachable.\r\n\r\n[caption id=\"attachment_3891\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3891\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/concert-768722_1280-300x200.jpg\" alt=\"Showsec – Standing out from the crowd with Michael Poole\" width=\"300\" height=\"200\" /> Showsec – Standing out from the crowd with Michael Poole[/caption]\r\n<h3><em>Have you noticed a connection between a venues reputation and the security they choose?</em></h3>\r\nCustomers don’t generally see the security and door staff as a separate entity, but part of the venue itself.  By employing the right staff, the reputation of the venue can be enhanced, as the first person a customer is likely to encounter when entering any venue is a member of the security team.\r\n<h3><em>From a venues perspective, are there any steps that can be taken to maximise their customers safety &amp; security?</em></h3>\r\nEmploy an established security company with specific experience in the venue’s field who are able to offer advice and guidance on how best to improve the customer experience together with the ability to offer advice and guidance on counter terrorism.\r\n<h3><em>How easy it for a venue to access additional security staff when holding a live music event?</em></h3>\r\nFrom a Showsec perspective as one of the biggest security staffing providers in the country we are always able to provide additional staffing when required to our regular customers.\r\n<h3><em>Are there any common mistakes you find with the venues themselves?</em></h3>\r\nIt is understandable that venues want to keep costs as low as possible and often security is one of the first areas to be looked at in terms of cost cutting, either by reducing staff numbers, or employing less experienced or new start companies who offer reduced rates to gain a foothold in what is a very competitive market.\r\n<h3><em>What’s the biggest challenges that your staff encounter?</em></h3>\r\nOther than the obvious one of intoxicated customers, it’s making venues and customers aware of the risks their venues face, particularly in relation to threats of terrorism and the need to be vigilant at all times.  The involvement of an experienced security company with tried and tested counter-terrorism staff training is crucial during the current climate and is often neglected by less experienced companies.\r\n\r\n[caption id=\"attachment_3892\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3892\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/party-629241_1280-300x200.jpg\" alt=\"Showsec – Standing out from the crowd with Michael Poole\" width=\"300\" height=\"200\" /> Showsec – Standing out from the crowd with Michael Poole[/caption]\r\n<h3><em>Is there any advice you would give to a venue considering to offer a live music event?</em></h3>\r\nLook closely at the profile of the artist/s and the type of audience they attract.  Consult a company such as Showsec at an early stage to identify security requirements and any challenges that the event may present.\r\n<h3><em>How does Showsec stand out from the crowd?</em></h3>\r\nShowsec can offer a wealth of experience gained from working at major sporting events, music festivals, street events, universities and music venues of all sizes across the UK and Europe.  As industry leaders with over 3,000 casual staff across the country, dedicated support functions in our head office and a network of highly experienced and qualified regional managers, area managers and operations executives, many with degrees in crowd safety management we are able to offer solutions to all business needs.','Showsec – Standing out from the crowd','','inherit','closed','closed','','3885-revision-v1','','','2019-02-07 12:22:24','2019-02-07 12:22:24','',3885,'https://www.ontradeprogress.com/2019/02/07/3885-revision-v1/',0,'revision','',0),(3894,1,'2019-02-07 13:12:26','2019-02-07 13:12:26','<h1>Whether it’s catching crowd surfers or dealing with the people who have had ‘one too many’, security &amp; door staff are the unsung hero of any live music event.</h1>\nFinding the right security is vital to your venue and can be the fine line between a dream and a nightmare. On-Trade Progress catches up with Michael Poole from Showsec, to discuss the crucial elements that venues must consider when choosing their security &amp; door staff, and the impact this can have on your event.\n<h3><em>Please introduce yourself and your position within Showsec</em></h3>\nMichael Poole, West Midlands Area Manager\n<h3><em>What types of venues can benefit from the services Showsec offer?</em></h3>\nPotentially, any venue where there is a requirement to manage access to, behaviour inside and safe egress of customers can benefit from the services we offer.\n<h3><em>What impact can employing the right security &amp; door staff have?</em></h3>\nNot all venues are the same and on many occasions, the role requirement is more customer service than ‘traditional bouncer’.  Customers feel safer in a venue and are more likely to return if the door staff are friendly and approachable.\n\n[caption id=\"attachment_3891\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3891\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/concert-768722_1280-300x200.jpg\" alt=\"Showsec – Standing out from the crowd with Michael Poole\" width=\"300\" height=\"200\" /> Showsec – Standing out from the crowd with Michael Poole[/caption]\n<h3><em>Have you noticed a connection between a venues reputation and the security they choose?</em></h3>\nCustomers don’t generally see the security and door staff as a separate entity, but part of the venue itself.  By employing the right staff, the reputation of the venue can be enhanced, as the first person a customer is likely to encounter when entering any venue is a member of the security team.\n<h3><em>From a venues perspective, are there any steps that can be taken to maximise their customers safety &amp; security?</em></h3>\nEmploy an established security company with specific experience in the venue’s field who are able to offer advice and guidance on how best to improve the customer experience together with the ability to offer advice and guidance on counter terrorism.\n<h3><em>How easy it for a venue to access additional security staff when holding a live music event?</em></h3>\nFrom a Showsec perspective as one of the biggest security staffing providers in the country we are always able to provide additional staffing when required to our regular customers.\n<h3><em>Are there any common mistakes you find with the venues themselves?</em></h3>\nIt is understandable that venues want to keep costs as low as possible and often security is one of the first areas to be looked at in terms of cost cutting, either by reducing staff numbers, or employing less experienced or new start companies who offer reduced rates to gain a foothold in what is a very competitive market.\n<h3><em>What’s the biggest challenges that your staff encounter?</em></h3>\nOther than the obvious one of intoxicated customers, it’s making venues and customers aware of the risks their venues face, particularly in relation to threats of terrorism and the need to be vigilant at all times.  The involvement of an experienced security company with tried and tested counter-terrorism staff training is crucial during the current climate and is often neglected by less experienced companies.\n\n[caption id=\"attachment_3892\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3892\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/party-629241_1280-300x200.jpg\" alt=\"Showsec – Standing out from the crowd with Michael Poole\" width=\"300\" height=\"200\" /> Showsec – Standing out from the crowd with Michael Poole[/caption]\n<h3><em>Is there any advice you would give to a venue considering to offer a live music event?</em></h3>\nLook closely at the profile of the artist/s and the type of audience they attract.  Consult a company such as Showsec at an early stage to identify security requirements and any challenges that the event may present.\n<h3><em>How does Showsec stand out from the crowd?</em></h3>\nShowsec can offer a wealth of experience gained from working at major sporting events, music festivals, street events, universities and music venues of all sizes across the UK and Europe.  As industry leaders with over 3,000 casual staff across the country, dedicated support functions in our head office and a network of highly experienced and qualified regional managers, area managers and operations executives, many with degrees in crowd safety management we are able to offer solutions to all business needs.','Showsec – Standing out from the crowd','','inherit','closed','closed','','3885-autosave-v1','','','2019-02-07 13:12:26','2019-02-07 13:12:26','',3885,'https://www.ontradeprogress.com/2019/02/07/3885-autosave-v1/',0,'revision','',0),(3895,1,'2019-02-07 13:43:00','2019-02-07 13:43:00','<h1>Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson.</h1>\r\n<strong>Sesame glazed Quorn pieces served in steamed bao buns with a kimchi and peanut garnish.</strong>\r\n<h3><strong>Ingredients:</strong></h3>\r\n750g Quorn Pieces\r\n\r\n250g peanuts\r\n\r\n4 eggs\r\n\r\n120ml sesame oil\r\n\r\n400g onion, diced\r\n\r\n8 tbsp major Korean mari base\r\n\r\n[caption id=\"attachment_3896\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3896\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_QUORN_702x336-300x144.jpg\" alt=\"Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson\" width=\"300\" height=\"144\" /> Quorn\'s Bao Buns with the recipe developed by Mark Robinson[/caption]\r\n\r\n½ bunch coriander, chopped\r\n\r\n30 hirata buns\r\n\r\n500g kimchi, shredded\r\n\r\n100g black sesame seeds\r\n\r\n100ml water\r\n<h2>Seasoning</h2>\r\n<h3><u>Sauce</u></h3>\r\n1 tbsp brown sugar\r\n\r\n2 tbsp honey\r\n\r\n¼ cup soy sauce\r\n\r\n2 tsp fresh ginger root, chopped\r\n\r\n2 tsp garlic, chopped\r\n<h3><strong>Method:</strong></h3>\r\n<ol>\r\n 	<li>Pan-roast the peanuts, set to one side and crush when cool.</li>\r\n 	<li>Soft boil the eggs, de-shell, separate the white from the yolk and grate.</li>\r\n 	<li>Warm a pan, add sesame oil and sauté onions for 3-4 minutes, then add Korean paste, Quorn Pieces and 100ml of water. Simmer for 8-10 minutes until sauce glazes the Quorn Pieces and core temperature is reached. Add coriander and season to taste.</li>\r\n 	<li>Mix all the sauce ingredients together and set aside.</li>\r\n 	<li>Heat a large steamer over a medium-high heat. Steam the buns for 2-3 minutes until hot.</li>\r\n 	<li>To fill each bun; open and place kimchi in the steamed bun and add the Quorn Pieces. Sprinkle peanuts, egg white and yolk over the top.</li>\r\n 	<li>Season with black sesame seeds.</li>\r\n 	<li>Garnish with coriander, a drizzle of sauce and serve.</li>\r\n</ol>\r\nServe with Sriracha chilli sauce for that extra kick or use different sauces to tickle your taste buds. If Kimchi isn’t available use pickled cabbage as an alternative.\r\n<h2><em>This recipe was developed by Mark Robinson, Head Chef at Vacherin. </em></h2>\r\n<strong><em>Mark says: </em></strong>\r\n\r\n<em>“If you’re preparing street food, I think it’s important that dishes don’t look too dissimilar regardless of catering for varying types of dietary or allergen requirements. As chefs, we want to show that we believe in providing clients and customers looking for meat-free the same consideration as other dietary requirements without having to compromise on quality, taste and style.”</em>\r\n\r\n<strong>Outlets interested in stocking Quorn should email <a href=\"mailto:foodservice@quornfoods.com\">foodservice@quornfoods.com</a>, phone 0345 602 9000, or visit <a href=\"https://www.quornfoodservice.co.uk/\">https://www.quornfoodservice.co.uk/</a> for more information. The brochure is also downloadable via the Quorn Foodservice website <a href=\"https://www.quornfoodservice.co.uk/downloads/restaurants\">https://www.quornfoodservice.co.uk/downloads/restaurants</a></strong>','On the Plate - Quorn Bao Buns with Quorn pieces','','publish','closed','open','','on-the-plate-quorn-bao-buns-with-quorn-pieces','','','2019-02-07 13:43:00','2019-02-07 13:43:00','',0,'https://www.ontradeprogress.com/?p=3895',0,'post','',0),(3896,1,'2019-02-07 13:26:45','2019-02-07 13:26:45','','Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson','Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson','inherit','closed','closed','','otp_quorn_702x336','','','2019-02-07 13:28:53','2019-02-07 13:28:53','',3895,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_QUORN_702x336.jpg',0,'attachment','image/jpeg',0),(3897,1,'2019-02-07 13:30:45','2019-02-07 13:30:45','<h1>Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson.</h1>\r\n<strong>Sesame glazed Quorn pieces served in steamed bao buns with a kimchi and peanut garnish.</strong>\r\n<h3><strong>Ingredients:</strong></h3>\r\n750g Quorn Pieces\r\n\r\n250g peanuts\r\n\r\n4 eggs\r\n\r\n120ml sesame oil\r\n\r\n400g onion, diced\r\n\r\n8 tbsp major Korean mari base\r\n\r\n½ bunch coriander, chopped\r\n\r\n30 hirata buns\r\n\r\n500g kimchi, shredded\r\n\r\n100g black sesame seeds\r\n\r\n100ml water\r\n<h2>Seasoning</h2>\r\n<h3><u>Sauce</u></h3>\r\n1 tbsp brown sugar\r\n\r\n2 tbsp honey\r\n\r\n¼ cup soy sauce\r\n\r\n2 tsp fresh ginger root, chopped\r\n\r\n2 tsp garlic, chopped\r\n<h3><strong>Method:</strong></h3>\r\n<ol>\r\n 	<li>Pan-roast the peanuts, set to one side and crush when cool.</li>\r\n 	<li>Soft boil the eggs, de-shell, separate the white from the yolk and grate.</li>\r\n 	<li>Warm a pan, add sesame oil and sauté onions for 3-4 minutes, then add Korean paste, Quorn Pieces and 100ml of water. Simmer for 8-10 minutes until sauce glazes the Quorn Pieces and core temperature is reached. Add coriander and season to taste.</li>\r\n 	<li>Mix all the sauce ingredients together and set aside.</li>\r\n 	<li>Heat a large steamer over a medium-high heat. Steam the buns for 2-3 minutes until hot.</li>\r\n 	<li>To fill each bun; open and place kimchi in the steamed bun and add the Quorn Pieces. Sprinkle peanuts, egg white and yolk over the top.</li>\r\n 	<li>Season with black sesame seeds.</li>\r\n 	<li>Garnish with coriander, a drizzle of sauce and serve.</li>\r\n</ol>\r\nServe with Sriracha chilli sauce for that extra kick or use different sauces to tickle your taste buds. If Kimchi isn’t available use pickled cabbage as an alternative.\r\n<h2><em>This recipe was developed by Mark Robinson, Head Chef at Vacherin. </em></h2>\r\n<strong><em>Mark says: </em></strong>\r\n\r\n<em>“If you’re preparing street food, I think it’s important that dishes don’t look too dissimilar regardless of catering for varying types of dietary or allergen requirements. As chefs, we want to show that we believe in providing clients and customers looking for meat-free the same consideration as other dietary requirements without having to compromise on quality, taste and style.”</em>\r\n\r\n<strong>Outlets interested in stocking Quorn should email <a href=\"mailto:foodservice@quornfoods.com\">foodservice@quornfoods.com</a>, phone 0345 602 9000, or visit <a href=\"https://www.quornfoodservice.co.uk/\">https://www.quornfoodservice.co.uk/</a> for more information. The brochure is also downloadable via the Quorn Foodservice website <a href=\"https://www.quornfoodservice.co.uk/downloads/restaurants\">https://www.quornfoodservice.co.uk/downloads/restaurants</a></strong>','On the Plate - Quorn Bao Buns with Quorn pieces','','inherit','closed','closed','','3895-revision-v1','','','2019-02-07 13:30:45','2019-02-07 13:30:45','',3895,'https://www.ontradeprogress.com/2019/02/07/3895-revision-v1/',0,'revision','',0),(3898,1,'2019-02-07 13:41:55','2019-02-07 13:41:55','<h1>Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson.</h1>\r\n<strong>Sesame glazed Quorn pieces served in steamed bao buns with a kimchi and peanut garnish.</strong>\r\n<h3><strong>Ingredients:</strong></h3>\r\n750g Quorn Pieces\r\n\r\n250g peanuts\r\n\r\n4 eggs\r\n\r\n120ml sesame oil\r\n\r\n400g onion, diced\r\n\r\n8 tbsp major Korean mari base\r\n\r\n[caption id=\"attachment_3896\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3896\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_QUORN_702x336-300x144.jpg\" alt=\"Our \'On the Plate\' feature this month features Quorn\'s Bao Buns with the recipe developed by Mark Robinson\" width=\"300\" height=\"144\" /> Quorn\'s Bao Buns with the recipe developed by Mark Robinson[/caption]\r\n\r\n½ bunch coriander, chopped\r\n\r\n30 hirata buns\r\n\r\n500g kimchi, shredded\r\n\r\n100g black sesame seeds\r\n\r\n100ml water\r\n<h2>Seasoning</h2>\r\n<h3><u>Sauce</u></h3>\r\n1 tbsp brown sugar\r\n\r\n2 tbsp honey\r\n\r\n¼ cup soy sauce\r\n\r\n2 tsp fresh ginger root, chopped\r\n\r\n2 tsp garlic, chopped\r\n<h3><strong>Method:</strong></h3>\r\n<ol>\r\n 	<li>Pan-roast the peanuts, set to one side and crush when cool.</li>\r\n 	<li>Soft boil the eggs, de-shell, separate the white from the yolk and grate.</li>\r\n 	<li>Warm a pan, add sesame oil and sauté onions for 3-4 minutes, then add Korean paste, Quorn Pieces and 100ml of water. Simmer for 8-10 minutes until sauce glazes the Quorn Pieces and core temperature is reached. Add coriander and season to taste.</li>\r\n 	<li>Mix all the sauce ingredients together and set aside.</li>\r\n 	<li>Heat a large steamer over a medium-high heat. Steam the buns for 2-3 minutes until hot.</li>\r\n 	<li>To fill each bun; open and place kimchi in the steamed bun and add the Quorn Pieces. Sprinkle peanuts, egg white and yolk over the top.</li>\r\n 	<li>Season with black sesame seeds.</li>\r\n 	<li>Garnish with coriander, a drizzle of sauce and serve.</li>\r\n</ol>\r\nServe with Sriracha chilli sauce for that extra kick or use different sauces to tickle your taste buds. If Kimchi isn’t available use pickled cabbage as an alternative.\r\n<h2><em>This recipe was developed by Mark Robinson, Head Chef at Vacherin. </em></h2>\r\n<strong><em>Mark says: </em></strong>\r\n\r\n<em>“If you’re preparing street food, I think it’s important that dishes don’t look too dissimilar regardless of catering for varying types of dietary or allergen requirements. As chefs, we want to show that we believe in providing clients and customers looking for meat-free the same consideration as other dietary requirements without having to compromise on quality, taste and style.”</em>\r\n\r\n<strong>Outlets interested in stocking Quorn should email <a href=\"mailto:foodservice@quornfoods.com\">foodservice@quornfoods.com</a>, phone 0345 602 9000, or visit <a href=\"https://www.quornfoodservice.co.uk/\">https://www.quornfoodservice.co.uk/</a> for more information. The brochure is also downloadable via the Quorn Foodservice website <a href=\"https://www.quornfoodservice.co.uk/downloads/restaurants\">https://www.quornfoodservice.co.uk/downloads/restaurants</a></strong>','On the Plate - Quorn Bao Buns with Quorn pieces','','inherit','closed','closed','','3895-revision-v1','','','2019-02-07 13:41:55','2019-02-07 13:41:55','',3895,'https://www.ontradeprogress.com/2019/02/07/3895-revision-v1/',0,'revision','',0),(3899,1,'2019-02-07 14:06:22','2019-02-07 14:06:22','<h1>What makes each cup of coffee different? We discuss with WMF UK what factors make the perfect brew.</h1>\r\nThe flavour of a cup of coffee can be changed by a wide variety of factors, from the kind of beans you use to the brewing method. However, even the smallest factor can end up having the biggest impact on the taste. You could even make the same cup of coffee with the same beans twice in a row and end up with 2 very different tasting brews. We’re going to look at some of these factors and how they can alter the coffee drinking experience, even if all the major factors are kept the same.\r\n\r\n<strong>Extraction level</strong>\r\n\r\n[caption id=\"attachment_3900\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3900\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-171653_1280-300x200.jpg\" alt=\"The Perfect Brew with WMF\" width=\"300\" height=\"200\" /> The Perfect Brew with WMF[/caption]\r\n\r\nCoffee is ultimately made from ground coffee beans and water, so when we talk about extraction, we are describing the chemicals and flavours transferring from the coffee grounds into the water. The thing is though, not all of the flavours from coffee come through at the same rate, so the percentage of coffee dissolved into the water can have a weighty effect on how the final product tastes. This is referred to as the level of Total Dissolved Solids (TDS) and ideally sits somewhere around the 18-22% mark.\r\n\r\nDifferent coffees will behave differently though, so there isn’t a one size fits all answer that works for everything. As the different compounds in the coffee are dissolved, the fruitier and more acidic flavours are extracted the quickest, with the sweet flavours following, and the bitterness coming through last. Each kind of coffee will contain slightly different amounts of the compounds that give us these flavours, so how much to extract very much depends on the beans being used, and the flavour profile you’re looking for.\r\n\r\nThere are a number of things that can be played with to alter the extraction level which baristas will use to try to get the best out of each brew, such as:\r\n<ul>\r\n 	<li><strong>Grind size –</strong> The more finely ground the beans are, the more surface area is exposed to the water.</li>\r\n 	<li><strong>Brew time – </strong>The longer the brew takes the higher the TDS will be.</li>\r\n 	<li><strong>Water temperature –</strong> Extraction will occur quicker at higher temperatures.</li>\r\n 	<li><strong>Depth –</strong> Consistency is key here, and the depth of the bed can have an impact on how evenly soaked the coffee grounds are.</li>\r\n</ul>\r\n[caption id=\"attachment_3903\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3903\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-1291656_1280-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /> The Perfect Brew with WMF[/caption]\r\n\r\n<strong>Coffee cup</strong>\r\n\r\nIn a similar way to fine wines or single malt whiskies, the vessel that you drink your coffee from can really help you to get the most out of your drink. While everyone has their favourite coffee mug, it’s likely not the optimum cup to be sipping your favourite beverage from. The cup you use can alter the flavour of your drink in a variety of ways:\r\n\r\n<strong>Shape </strong>– the shape can change the headspace, the air between the surface of the water and the rim of the cup. This alters the aroma of the drink which plays a large part in a drinks flavour.\r\n\r\n<strong>Size</strong> – As well as the shape, the size can play a big factor, effecting both the surface area of the drink and the volume. A larger surface area gives more air exposure which can enhance the sweetness, and more volume will mean that the coffee will cool more slowly.\r\n\r\n<strong>Material</strong> – Different materials transfer heat at different rates, making some coffee cups better at retaining their temperature than others.\r\n\r\n<strong>Elevation</strong>\r\n\r\nAnother factor that people rarely think about when brewing coffee is the elevation, so how far above sea level you are. Believe it or not this can actually have a big impact on the extraction level due to the change in the boiling temperature of water at high levels of elevation. The reduced air pressure in areas of high elevation makes water boils at a lower temperature, which can cause the extraction to slow down. For example, at an elevation of 5000’ the boiling temperature of water drops from 100? to 94.5?. This is ironic given that coffee tends to be grown at between 3000’ and 8000’ above sea level! Of course, coffee should be made with off the boil water. Using boiling water can burn the coffee grounds and affect the taste.\r\n\r\n<strong>With all of these factors being able to change the flavour of your coffee, having a reliable machine that can consistently produce the perfect brew is absolutely essential.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/\">On the Plate - Quorn Bao Buns</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/\">Showsec - Standing out from the crowd</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/studio-338-london/\">London\'s Studio 338</a></li>\r\n</ul>','The perfect brew - With WMF UK','','publish','closed','open','','perfect-brew-wmf-uk','','','2019-02-07 14:06:22','2019-02-07 14:06:22','',0,'https://www.ontradeprogress.com/?p=3899',0,'post','',0),(3900,1,'2019-02-07 13:53:33','2019-02-07 13:53:33','','The Perfect Brew with WMF','The Perfect Brew with WMF','inherit','closed','closed','','coffee-171653_1280','','','2019-02-07 13:54:12','2019-02-07 13:54:12','',3899,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-171653_1280.jpg',0,'attachment','image/jpeg',0),(3901,1,'2019-02-07 13:54:47','2019-02-07 13:54:47','','The Perfect Brew with WMF','The Perfect Brew with WMF','inherit','closed','closed','','2015_wmf_espresso_presse_02','','','2019-02-07 13:55:39','2019-02-07 13:55:39','',3899,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/2015_WMF_espresso_Presse_02.jpg',0,'attachment','image/jpeg',0),(3902,1,'2019-02-07 13:56:16','2019-02-07 13:56:16','<strong>The Perfect Brew</strong>\r\n\r\nWhat makes each cup of coffee different? We discuss with WMF UK what factors make the perfect brew.\r\n\r\nThe flavour of a cup of coffee can be changed by a wide variety of factors, from the kind of beans you use to the brewing method. However, even the smallest factor can end up having the biggest impact on the taste. You could even make the same cup of coffee with the same beans twice in a row and end up with 2 very different tasting brews. We’re going to look at some of these factors and how they can alter the coffee drinking experience, even if all the major factors are kept the same.\r\n\r\n<strong>Extraction level</strong>\r\n\r\n[caption id=\"attachment_3900\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3900\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-171653_1280-300x200.jpg\" alt=\"The Perfect Brew with WMF\" width=\"300\" height=\"200\" /> The Perfect Brew with WMF[/caption]\r\n\r\nCoffee is ultimately made from ground coffee beans and water, so when we talk about extraction, we are describing the chemicals and flavours transferring from the coffee grounds into the water. The thing is though, not all of the flavours from coffee come through at the same rate, so the percentage of coffee dissolved into the water can have a weighty effect on how the final product tastes. This is referred to as the level of Total Dissolved Solids (TDS) and ideally sits somewhere around the 18-22% mark.\r\n\r\nDifferent coffees will behave differently though, so there isn’t a one size fits all answer that works for everything. As the different compounds in the coffee are dissolved, the fruitier and more acidic flavours are extracted the quickest, with the sweet flavours following, and the bitterness coming through last. Each kind of coffee will contain slightly different amounts of the compounds that give us these flavours, so how much to extract very much depends on the beans being used, and the flavour profile you’re looking for.\r\n\r\nThere are a number of things that can be played with to alter the extraction level which baristas will use to try to get the best out of each brew, such as:\r\n<ul>\r\n 	<li><strong>Grind size –</strong> The more finely ground the beans are, the more surface area is exposed to the water.</li>\r\n 	<li><strong>Brew time – </strong>The longer the brew takes the higher the TDS will be.</li>\r\n 	<li><strong>Water temperature –</strong> Extraction will occur quicker at higher temperatures.</li>\r\n 	<li><strong>Depth –</strong> Consistency is key here, and the depth of the bed can have an impact on how evenly soaked the coffee grounds are.</li>\r\n</ul>\r\n<strong>Coffee cup</strong>\r\n\r\nIn a similar way to fine wines or single malt whiskies, the vessel that you drink your coffee from can really help you to get the most out of your drink. While everyone has their favourite coffee mug, it’s likely not the optimum cup to be sipping your favourite beverage from. The cup you use can alter the flavour of your drink in a variety of ways:\r\n\r\n<strong>Shape </strong>– the shape can change the headspace, the air between the surface of the water and the rim of the cup. This alters the aroma of the drink which plays a large part in a drinks flavour.\r\n\r\n<strong>Size</strong> – As well as the shape, the size can play a big factor, effecting both the surface area of the drink and the volume. A larger surface area gives more air exposure which can enhance the sweetness, and more volume will mean that the coffee will cool more slowly.\r\n\r\n<strong>Material</strong> – Different materials transfer heat at different rates, making some coffee cups better at retaining their temperature than others.\r\n\r\n<strong>Elevation</strong>\r\n\r\nAnother factor that people rarely think about when brewing coffee is the elevation, so how far above sea level you are. Believe it or not this can actually have a big impact on the extraction level due to the change in the boiling temperature of water at high levels of elevation. The reduced air pressure in areas of high elevation makes water boils at a lower temperature, which can cause the extraction to slow down. For example, at an elevation of 5000’ the boiling temperature of water drops from 100? to 94.5?. This is ironic given that coffee tends to be grown at between 3000’ and 8000’ above sea level! Of course, coffee should be made with off the boil water. Using boiling water can burn the coffee grounds and affect the taste.\r\n\r\nWith all of these factors being able to change the flavour of your coffee, having a reliable machine that can consistently produce the perfect brew is absolutely essential.','The perfect brew - With WMF UK','','inherit','closed','closed','','3899-revision-v1','','','2019-02-07 13:56:16','2019-02-07 13:56:16','',3899,'https://www.ontradeprogress.com/2019/02/07/3899-revision-v1/',0,'revision','',0),(3903,1,'2019-02-07 13:57:05','2019-02-07 13:57:05','','The Perfect Brew with WMF','The Perfect Brew with WMF','inherit','closed','closed','','coffee-1291656_1280','','','2019-02-07 13:57:42','2019-02-07 13:57:42','',3899,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-1291656_1280.jpg',0,'attachment','image/jpeg',0),(3904,1,'2019-02-07 14:05:32','2019-02-07 14:05:32','<h1>What makes each cup of coffee different? We discuss with WMF UK what factors make the perfect brew.</h1>\r\nThe flavour of a cup of coffee can be changed by a wide variety of factors, from the kind of beans you use to the brewing method. However, even the smallest factor can end up having the biggest impact on the taste. You could even make the same cup of coffee with the same beans twice in a row and end up with 2 very different tasting brews. We’re going to look at some of these factors and how they can alter the coffee drinking experience, even if all the major factors are kept the same.\r\n\r\n<strong>Extraction level</strong>\r\n\r\n[caption id=\"attachment_3900\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3900\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-171653_1280-300x200.jpg\" alt=\"The Perfect Brew with WMF\" width=\"300\" height=\"200\" /> The Perfect Brew with WMF[/caption]\r\n\r\nCoffee is ultimately made from ground coffee beans and water, so when we talk about extraction, we are describing the chemicals and flavours transferring from the coffee grounds into the water. The thing is though, not all of the flavours from coffee come through at the same rate, so the percentage of coffee dissolved into the water can have a weighty effect on how the final product tastes. This is referred to as the level of Total Dissolved Solids (TDS) and ideally sits somewhere around the 18-22% mark.\r\n\r\nDifferent coffees will behave differently though, so there isn’t a one size fits all answer that works for everything. As the different compounds in the coffee are dissolved, the fruitier and more acidic flavours are extracted the quickest, with the sweet flavours following, and the bitterness coming through last. Each kind of coffee will contain slightly different amounts of the compounds that give us these flavours, so how much to extract very much depends on the beans being used, and the flavour profile you’re looking for.\r\n\r\nThere are a number of things that can be played with to alter the extraction level which baristas will use to try to get the best out of each brew, such as:\r\n<ul>\r\n 	<li><strong>Grind size –</strong> The more finely ground the beans are, the more surface area is exposed to the water.</li>\r\n 	<li><strong>Brew time – </strong>The longer the brew takes the higher the TDS will be.</li>\r\n 	<li><strong>Water temperature –</strong> Extraction will occur quicker at higher temperatures.</li>\r\n 	<li><strong>Depth –</strong> Consistency is key here, and the depth of the bed can have an impact on how evenly soaked the coffee grounds are.</li>\r\n</ul>\r\n[caption id=\"attachment_3903\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3903\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-1291656_1280-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /> The Perfect Brew with WMF[/caption]\r\n\r\n<strong>Coffee cup</strong>\r\n\r\nIn a similar way to fine wines or single malt whiskies, the vessel that you drink your coffee from can really help you to get the most out of your drink. While everyone has their favourite coffee mug, it’s likely not the optimum cup to be sipping your favourite beverage from. The cup you use can alter the flavour of your drink in a variety of ways:\r\n\r\n<strong>Shape </strong>– the shape can change the headspace, the air between the surface of the water and the rim of the cup. This alters the aroma of the drink which plays a large part in a drinks flavour.\r\n\r\n<strong>Size</strong> – As well as the shape, the size can play a big factor, effecting both the surface area of the drink and the volume. A larger surface area gives more air exposure which can enhance the sweetness, and more volume will mean that the coffee will cool more slowly.\r\n\r\n<strong>Material</strong> – Different materials transfer heat at different rates, making some coffee cups better at retaining their temperature than others.\r\n\r\n<strong>Elevation</strong>\r\n\r\nAnother factor that people rarely think about when brewing coffee is the elevation, so how far above sea level you are. Believe it or not this can actually have a big impact on the extraction level due to the change in the boiling temperature of water at high levels of elevation. The reduced air pressure in areas of high elevation makes water boils at a lower temperature, which can cause the extraction to slow down. For example, at an elevation of 5000’ the boiling temperature of water drops from 100? to 94.5?. This is ironic given that coffee tends to be grown at between 3000’ and 8000’ above sea level! Of course, coffee should be made with off the boil water. Using boiling water can burn the coffee grounds and affect the taste.\r\n\r\n<strong>With all of these factors being able to change the flavour of your coffee, having a reliable machine that can consistently produce the perfect brew is absolutely essential.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/\">On the Plate - Quorn Bao Buns</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/\">Showsec - Standing out from the crowd</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/studio-338-london/\">London\'s Studio 338</a></li>\r\n</ul>','The perfect brew - With WMF UK','','inherit','closed','closed','','3899-revision-v1','','','2019-02-07 14:05:32','2019-02-07 14:05:32','',3899,'https://www.ontradeprogress.com/2019/02/07/3899-revision-v1/',0,'revision','',0),(3906,1,'2019-02-07 14:15:18','2019-02-07 14:15:18','','From London to Nationwide - EPos Giants 3R Telecom Ltd.','From London to Nationwide - EPos Giants 3R Telecom Ltd.','inherit','closed','closed','','otp_3rtelecom_702x336-2','','','2019-02-07 14:15:54','2019-02-07 14:15:54','',3867,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_3RTelecom_702x336-1.jpg',0,'attachment','image/jpeg',0),(3907,1,'2019-02-07 14:15:55','2019-02-07 14:15:55','<h1>3R Telecom Ltd has been established since 2001 starting out providing terminals to Retailers for mobile phone top-ups, international calling cards and credit/debit card payments.</h1>\r\nThe Business started out supplying Retailers within the M25 London area but soon expanded nationwide, due to its competitive pricing and excellent customer services.\r\n\r\nIn 2008 3R Telecom introduced EPoS Till Systems.  Joining such a highly competitive market was not easy but the robust hardware and excellent software proved a winner, not to mention the expert EPoS technical team which offered support and technical help and training to all customers, never leaving them lost or floundering, and enabling them to build their own Business’ to full potential.\r\n\r\nIn 2015 3R Telecom Ltd acquired CES Software which enabled us to strengthen the Touch software in the POS industry. We now have wide range modules available with our newly developed cloud based solution were you can manage your business intelligence from one single tool.\r\n\r\nThis combined technology offered huge benefits to existing and future customers plus the commitment of 3R Telecom Ltd to ongoing technological development offering customers the benefits of state-of-the-art yet easy to use software.  CES Touch has now been developed to integrate card payments and mobile phone top-ups and development is continuing.\r\n\r\nIn 2016 3R Telecom Ltd won the NFRN Southern Region Award for Service Provider of the Year.  The products and services offered by 3R Telecom Ltd are among the best in the market and combined with the excellent one-to-one personal customer services available to every single customer shows that 3R Telecom Ltd understand their market providing the best technology yet keeping that personal touch that customers still want a winning combination proved by the success of 3R Telecom over the years.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/\">UKHospitality welcomes CMA\'s action on booking sites</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/\">UK\'s top brands prepare for Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/\">Brand first with Heineken\'s no alcohol</a></li>\r\n</ul>','From London to Nationwide - EPoS Giants 3R Telecom Ltd.','','inherit','closed','closed','','3867-revision-v1','','','2019-02-07 14:15:55','2019-02-07 14:15:55','',3867,'https://www.ontradeprogress.com/2019/02/07/3867-revision-v1/',0,'revision','',0),(3908,1,'2019-02-07 15:10:15','2019-02-07 15:10:15','<h1>It’s just turned 3am on a balmy January morning and winemaker Jo Nash has arrived at the McPherson Wine Co’s winery in Victoria, Australia, ready to start the day’s Crush.</h1>\r\nWhile for us in the UK, January weather is pretty bleak, Australia is in the midst of summer. This year, the south eastern region of Victoria saw near perfect harvest weather – plenty of rain during the growing period but dry throughout harvest and warm temperatures. Today it’s scheduled to hit 38°C, not unusual for February in this part of Australia.\r\n\r\nIn the world of wine, Crush signals the beginning of one of the best times of year. Definitions of Crush vary from winemaker to winemaker; some loosely refer to Crush as the entire harvest from picking the grapes through to the time when the wine is in the bottle. But it’s more typically defined as picking and crushing the grapes, which is more complicated than many realise.\r\n\r\nDuring the growing season, in the lead up to picking, wine growers tend to their grapes constantly – pruning, weeding and keeping away hungry birds or animals. Finally, the grapes start to change colours during middle to late summer. Unlike other types of farmers, grape growers want their vines to hold less grapes because the grapes ripen more and are of a higher quality. Fewer leaves on the vines is also desirable so the fruit gets more sun exposure.\r\n\r\nAs the grapes ripen, the amount of sugar in the fruit increases and those sugars will eventually ferment into alcohol. Winemakers will closely monitor the grapes to determine when they’re ready to be picked and might even taste them or test them in a lab for sugar and pH levels.\r\n\r\nThe winemaker\'s universe centres on a series of critical decisions and one of the most important is deciding when to harvest. They must delicately assess how the fruit has ripened and determined each vineyard block’s average sugar content. Grapes are picked by varietal because each varietal ripens at different times.\r\n\r\n[caption id=\"attachment_3909\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3909 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cork-738603_1280-300x200.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"200\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce picked, it\'s all about getting fruit to the winery quickly. Grapes are harvested overnight or in the early morning (depending on the winery) and rushed to the winery where they are crushed and de-stemmed (a process that liberates individual berries). At McPherson Wine Co grapes are harvested overnight, hence Jo’s early start.\r\n\r\nHarvesting at night results in better wine and lower energy costs. Daytime temperatures change the sugar composition of grapes so picking at night when sugar levels are stable keeps surprises from happening during fermentation.\r\n\r\n“Harvest can last anything from eight to 12 weeks, depending on the season,” Jo explains. “During this time we usually work six or seven days per week, 12 – 14 hours per day. And, the winemaker is always on call, which could mean a call out during the middle of the night.”\r\n\r\nState of the art crushing equipment awaits the arrival of the grapes and, once the highest quality grapes have been sorted, the Crush can officially begin. Crushing the grapes and letting the juice come out allows the yeast to start fermenting, which is a key part of the winemaking process. For many white and sparkling wines, the grape juice cannot be exposed to the grape skins but for most other types of wines, mixing the juices and the skin during fermentation is very important. Pressing grapes instead of crushing them can help prevent the juices from mixing with the skins.\r\n\r\nInstead of using bare feet to Crush the grapes, most wineries, including McPherson, now use crusher-destemmer machines to Crush and remove the stems from the grapes. The grapes are funnelled from containers into the machine, destemmed and then crushed. Then the grapes move into containers for fermentation.\r\n\r\n[caption id=\"attachment_3910\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3910\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/wine-2891894_1280-300x180.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"180\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce the Crush is over, the grape juice is on its way to becoming wine which is where Jo’s expertise as a winemaker comes to the fore: “The winemaking team has so much control over the whole process, you can easily see the passion and skill involved. There is a definite science behind winemaking, but its more than just chemistry – winemaking is science and art together.\r\n\r\n“You’ll be surprised how many people think we spend our days tasting wines and having long lunches. Don’t get me wrong, we do taste our wines to make sure the taste and quality is right, but years of hard work need to be done before we can get to this point.\r\n\r\n“Anyone thinking of becoming a winemaker will find it an incredibly rewarding career – there’s few other products which make people smile so much as wine. But they need to be prepared to work hard and not give up, and always listen to feedback both good and bad.”\r\n\r\n<strong>McPherson Wine Co wines are available to the UK trade exclusively through Lanchester Wines. Please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> for more details</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/\">EPoS Giant 3R Telecom</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\">The perfect brew with WMF UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/\">Quorn Bao Buns</a></li>\r\n</ul>','We\'ve got a Crush on Australian Wine','','publish','closed','open','','mcpherson-wine-australian-lanchester','','','2019-02-07 15:10:15','2019-02-07 15:10:15','',0,'https://www.ontradeprogress.com/?p=3908',0,'post','',0),(3909,1,'2019-02-07 14:40:27','2019-02-07 14:40:27','','cork-738603_1280','','inherit','closed','closed','','cork-738603_1280','','','2019-02-07 14:40:27','2019-02-07 14:40:27','',3908,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/cork-738603_1280.jpg',0,'attachment','image/jpeg',0),(3910,1,'2019-02-07 14:44:13','2019-02-07 14:44:13','','We\'ve got a Crush on Mcpherson Wine','We\'ve got a Crush on Mcpherson Wine','inherit','closed','closed','','wine-2891894_1280-2','','','2019-02-07 14:44:43','2019-02-07 14:44:43','',3908,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/wine-2891894_1280.jpg',0,'attachment','image/jpeg',0),(3911,1,'2019-02-07 14:45:54','2019-02-07 14:45:54','<h1>It’s just turned 3am on a balmy January morning and winemaker Jo Nash has arrived at the McPherson Wine Co’s winery in Victoria, Australia, ready to start the day’s Crush.</h1>\r\nWhile for us in the UK, January weather is pretty bleak, Australia is in the midst of summer. This year, the south eastern region of Victoria saw near perfect harvest weather – plenty of rain during the growing period but dry throughout harvest and warm temperatures. Today it’s scheduled to hit 38°C, not unusual for February in this part of Australia.\r\n\r\nIn the world of wine, Crush signals the beginning of one of the best times of year. Definitions of Crush vary from winemaker to winemaker; some loosely refer to Crush as the entire harvest from picking the grapes through to the time when the wine is in the bottle. But it’s more typically defined as picking and crushing the grapes, which is more complicated than many realise.\r\n\r\nDuring the growing season, in the lead up to picking, wine growers tend to their grapes constantly – pruning, weeding and keeping away hungry birds or animals. Finally, the grapes start to change colours during middle to late summer. Unlike other types of farmers, grape growers want their vines to hold less grapes because the grapes ripen more and are of a higher quality. Fewer leaves on the vines is also desirable so the fruit gets more sun exposure.\r\n\r\nAs the grapes ripen, the amount of sugar in the fruit increases and those sugars will eventually ferment into alcohol. Winemakers will closely monitor the grapes to determine when they’re ready to be picked and might even taste them or test them in a lab for sugar and pH levels.\r\n\r\nThe winemaker\'s universe centres on a series of critical decisions, and one of the most important is deciding when to harvest. They must delicately assess how the fruit has ripened and determined each vineyard block’s average sugar content. Grapes are picked by varietal because each varietal ripens at different times.\r\n\r\n[caption id=\"attachment_3909\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3909 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cork-738603_1280-300x200.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"200\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce picked, it\'s all about getting fruit to the winery quickly. Grapes are harvested overnight or in the early morning (depending on the winery) and rushed to the winery where they are crushed and de-stemmed (a process that liberates individual berries). At McPherson Wine Co grapes are harvested overnight, hence Jo’s early start.\r\n\r\nHarvesting at night results in better wine and lower energy costs. Daytime temperatures change the sugar composition of grapes so picking at night when sugar levels are stable keeps surprises from happening during fermentation.\r\n\r\n“Harvest can last anything from eight to 12 weeks, depending on the season,” Jo explains. “During this time we usually work six or seven days per week, 12 – 14 hours per day. And, the winemaker is always on call, which could mean a call out during the middle of the night.”\r\n\r\nState of the art crushing equipment awaits the arrival of the grapes and, once the highest quality grapes have been sorted, the Crush can officially begin. Crushing the grapes and letting the juice come out allows the yeast to start fermenting, which is a key part of the winemaking process. For many white and sparkling wines, the grape juice cannot be exposed to the grape skins but for most other types of wines, mixing the juices and the skin during fermentation is very important. Pressing grapes instead of crushing them can help prevent the juices from mixing with the skins.\r\n\r\nInstead of using bare feet to Crush the grapes, most wineries, including McPherson, now use crusher-destemmer machines to Crush and remove the stems from the grapes. The grapes are funnelled from containers into the machine, destemmed and then crushed. Then the grapes move into containers for fermentation.\r\n\r\n[caption id=\"attachment_3910\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3910\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/wine-2891894_1280-300x180.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"180\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce the Crush is over, the grape juice is on its way to becoming wine which is where Jo’s expertise as a winemaker comes to the fore: “The winemaking team has so much control over the whole process, you can easily see the passion and skill involved. There is a definite science behind winemaking, but its more than just chemistry – winemaking is science and art together.\r\n\r\n“You’ll be surprised how many people think we spend our days tasting wines and having long lunches. Don’t get me wrong, we do taste our wines to make sure the taste and quality is right, but years of hard work need to be done before we can get to this point.\r\n\r\n“Anyone thinking of becoming a winemaker will find it an incredibly rewarding career – there’s few other products which make people smile so much as wine. But they need to be prepared to work hard and not give up, and always listen to feedback both good and bad.”\r\n\r\n<strong>McPherson Wine Co wines are available to the UK trade exclusively through Lanchester Wines. Please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> for more details</strong>','We\'ve got a Crush on Australian Wine','','inherit','closed','closed','','3908-revision-v1','','','2019-02-07 14:45:54','2019-02-07 14:45:54','',3908,'https://www.ontradeprogress.com/2019/02/07/3908-revision-v1/',0,'revision','',0),(3912,1,'2019-02-07 14:47:18','2019-02-07 14:47:18','<h1>It’s just turned 3am on a balmy January morning and winemaker Jo Nash has arrived at the McPherson Wine Co’s winery in Victoria, Australia, ready to start the day’s Crush.</h1>\r\nWhile for us in the UK, January weather is pretty bleak, Australia is in the midst of summer. This year, the south eastern region of Victoria saw near perfect harvest weather – plenty of rain during the growing period but dry throughout harvest and warm temperatures. Today it’s scheduled to hit 38°C, not unusual for February in this part of Australia.\r\n\r\nIn the world of wine, Crush signals the beginning of one of the best times of year. Definitions of Crush vary from winemaker to winemaker; some loosely refer to Crush as the entire harvest from picking the grapes through to the time when the wine is in the bottle. But it’s more typically defined as picking and crushing the grapes, which is more complicated than many realise.\r\n\r\nDuring the growing season, in the lead up to picking, wine growers tend to their grapes constantly – pruning, weeding and keeping away hungry birds or animals. Finally, the grapes start to change colours during middle to late summer. Unlike other types of farmers, grape growers want their vines to hold less grapes because the grapes ripen more and are of a higher quality. Fewer leaves on the vines is also desirable so the fruit gets more sun exposure.\r\n\r\nAs the grapes ripen, the amount of sugar in the fruit increases and those sugars will eventually ferment into alcohol. Winemakers will closely monitor the grapes to determine when they’re ready to be picked and might even taste them or test them in a lab for sugar and pH levels.\r\n\r\nThe winemaker\'s universe centres on a series of critical decisions, and one of the most important is deciding when to harvest. They must delicately assess how the fruit has ripened and determined each vineyard block’s average sugar content. Grapes are picked by varietal because each varietal ripens at different times.\r\n\r\n[caption id=\"attachment_3909\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3909 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cork-738603_1280-300x200.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"200\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce picked, it\'s all about getting fruit to the winery quickly. Grapes are harvested overnight or in the early morning (depending on the winery) and rushed to the winery where they are crushed and de-stemmed (a process that liberates individual berries). At McPherson Wine Co grapes are harvested overnight, hence Jo’s early start.\r\n\r\nHarvesting at night results in better wine and lower energy costs. Daytime temperatures change the sugar composition of grapes so picking at night when sugar levels are stable keeps surprises from happening during fermentation.\r\n\r\n“Harvest can last anything from eight to 12 weeks, depending on the season,” Jo explains. “During this time we usually work six or seven days per week, 12 – 14 hours per day. And, the winemaker is always on call, which could mean a call out during the middle of the night.”\r\n\r\nState of the art crushing equipment awaits the arrival of the grapes and, once the highest quality grapes have been sorted, the Crush can officially begin. Crushing the grapes and letting the juice come out allows the yeast to start fermenting, which is a key part of the winemaking process. For many white and sparkling wines, the grape juice cannot be exposed to the grape skins but for most other types of wines, mixing the juices and the skin during fermentation is very important. Pressing grapes instead of crushing them can help prevent the juices from mixing with the skins.\r\n\r\nInstead of using bare feet to Crush the grapes, most wineries, including McPherson, now use crusher-destemmer machines to Crush and remove the stems from the grapes. The grapes are funnelled from containers into the machine, destemmed and then crushed. Then the grapes move into containers for fermentation.\r\n\r\n[caption id=\"attachment_3910\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3910\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/wine-2891894_1280-300x180.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"180\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce the Crush is over, the grape juice is on its way to becoming wine which is where Jo’s expertise as a winemaker comes to the fore: “The winemaking team has so much control over the whole process, you can easily see the passion and skill involved. There is a definite science behind winemaking, but its more than just chemistry – winemaking is science and art together.\r\n\r\n“You’ll be surprised how many people think we spend our days tasting wines and having long lunches. Don’t get me wrong, we do taste our wines to make sure the taste and quality is right, but years of hard work need to be done before we can get to this point.\r\n\r\n“Anyone thinking of becoming a winemaker will find it an incredibly rewarding career – there’s few other products which make people smile so much as wine. But they need to be prepared to work hard and not give up, and always listen to feedback both good and bad.”\r\n\r\n<strong>McPherson Wine Co wines are available to the UK trade exclusively through Lanchester Wines. Please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> for more details</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/\">EPoS Giant 3R Telecom</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\">The perfect brew with WMF UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/\">Quorn Bao Buns</a></li>\r\n</ul>','We\'ve got a Crush on Australian Wine','','inherit','closed','closed','','3908-revision-v1','','','2019-02-07 14:47:18','2019-02-07 14:47:18','',3908,'https://www.ontradeprogress.com/2019/02/07/3908-revision-v1/',0,'revision','',0),(3913,1,'2019-02-07 14:50:49','2019-02-07 14:50:49','<h1>It’s just turned 3am on a balmy January morning and winemaker Jo Nash has arrived at the McPherson Wine Co’s winery in Victoria, Australia, ready to start the day’s Crush.</h1>\r\nWhile for us in the UK, January weather is pretty bleak, Australia is in the midst of summer. This year, the south eastern region of Victoria saw near perfect harvest weather – plenty of rain during the growing period but dry throughout harvest and warm temperatures. Today it’s scheduled to hit 38°C, not unusual for February in this part of Australia.\r\n\r\nIn the world of wine, Crush signals the beginning of one of the best times of year. Definitions of Crush vary from winemaker to winemaker; some loosely refer to Crush as the entire harvest from picking the grapes through to the time when the wine is in the bottle. But it’s more typically defined as picking and crushing the grapes, which is more complicated than many realise.\r\n\r\nDuring the growing season, in the lead up to picking, wine growers tend to their grapes constantly – pruning, weeding and keeping away hungry birds or animals. Finally, the grapes start to change colours during middle to late summer. Unlike other types of farmers, grape growers want their vines to hold less grapes because the grapes ripen more and are of a higher quality. Fewer leaves on the vines is also desirable so the fruit gets more sun exposure.\r\n\r\nAs the grapes ripen, the amount of sugar in the fruit increases and those sugars will eventually ferment into alcohol. Winemakers will closely monitor the grapes to determine when they’re ready to be picked and might even taste them or test them in a lab for sugar and pH levels.\r\n\r\nThe winemaker\'s universe centres on a series of critical decisions and one of the most important is deciding when to harvest. They must delicately assess how the fruit has ripened and determined each vineyard block’s average sugar content. Grapes are picked by varietal because each varietal ripens at different times.\r\n\r\n[caption id=\"attachment_3909\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3909 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cork-738603_1280-300x200.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"200\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce picked, it\'s all about getting fruit to the winery quickly. Grapes are harvested overnight or in the early morning (depending on the winery) and rushed to the winery where they are crushed and de-stemmed (a process that liberates individual berries). At McPherson Wine Co grapes are harvested overnight, hence Jo’s early start.\r\n\r\nHarvesting at night results in better wine and lower energy costs. Daytime temperatures change the sugar composition of grapes so picking at night when sugar levels are stable keeps surprises from happening during fermentation.\r\n\r\n“Harvest can last anything from eight to 12 weeks, depending on the season,” Jo explains. “During this time we usually work six or seven days per week, 12 – 14 hours per day. And, the winemaker is always on call, which could mean a call out during the middle of the night.”\r\n\r\nState of the art crushing equipment awaits the arrival of the grapes and, once the highest quality grapes have been sorted, the Crush can officially begin. Crushing the grapes and letting the juice come out allows the yeast to start fermenting, which is a key part of the winemaking process. For many white and sparkling wines, the grape juice cannot be exposed to the grape skins but for most other types of wines, mixing the juices and the skin during fermentation is very important. Pressing grapes instead of crushing them can help prevent the juices from mixing with the skins.\r\n\r\nInstead of using bare feet to Crush the grapes, most wineries, including McPherson, now use crusher-destemmer machines to Crush and remove the stems from the grapes. The grapes are funnelled from containers into the machine, destemmed and then crushed. Then the grapes move into containers for fermentation.\r\n\r\n[caption id=\"attachment_3910\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3910\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/wine-2891894_1280-300x180.jpg\" alt=\"We\'ve got a Crush on Mcpherson Wine\" width=\"300\" height=\"180\" /> We\'ve got a Crush on Mcpherson Wine[/caption]\r\n\r\nOnce the Crush is over, the grape juice is on its way to becoming wine which is where Jo’s expertise as a winemaker comes to the fore: “The winemaking team has so much control over the whole process, you can easily see the passion and skill involved. There is a definite science behind winemaking, but its more than just chemistry – winemaking is science and art together.\r\n\r\n“You’ll be surprised how many people think we spend our days tasting wines and having long lunches. Don’t get me wrong, we do taste our wines to make sure the taste and quality is right, but years of hard work need to be done before we can get to this point.\r\n\r\n“Anyone thinking of becoming a winemaker will find it an incredibly rewarding career – there’s few other products which make people smile so much as wine. But they need to be prepared to work hard and not give up, and always listen to feedback both good and bad.”\r\n\r\n<strong>McPherson Wine Co wines are available to the UK trade exclusively through Lanchester Wines. Please visit <a href=\"http://www.lanchesterwines.co.uk\">www.lanchesterwines.co.uk</a> for more details</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/\">EPoS Giant 3R Telecom</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\">The perfect brew with WMF UK</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/\">Quorn Bao Buns</a></li>\r\n</ul>','We\'ve got a Crush on Australian Wine','','inherit','closed','closed','','3908-revision-v1','','','2019-02-07 14:50:49','2019-02-07 14:50:49','',3908,'https://www.ontradeprogress.com/2019/02/07/3908-revision-v1/',0,'revision','',0),(3914,1,'2019-02-07 15:24:30','2019-02-07 15:24:30','<h1>Crystaltech has the technical resource to detect even the most obscure glass and dishwashing issues.  As the UK’s only specialist warewasher maintenance company, Crystaltech uses the latest, most reliable on-site test equipment which can detect bacteria from a specific water source.</h1>\r\nAs well as the hygiene implications, the presence of high levels of bacteria in water can affect wash results, leading to problems such as flat beer from using contaminated glasses.\r\n\r\n“We are always on the look-out for innovative technologies to assist our services and, investment in new test equipment has enabled our engineers to locate the source of water issues quickly and fix the problem with minimal disruption to the customer.  Many water treatment companies only look at the quality of the water and not bacterial levels. Our on-site test provides results in minutes, removing the lengthy process of sending samples to a test lab,” comments Derek Maher, MD of Crystaltech.\r\n\r\nNow known as 3M™ Clean-Trace™ Water Plus - Total ATP (AQT200), the test is designed to rapidly assess equipment sanitation processes and the efficiency of Clean In Place (CIP) procedures by the improved, more accurate detection of organic contamination from microbial or product residues.  The test gives an objective indication of cleanliness in water samples in seconds and provides the ability to gain more consistent and reliable results, providing greater confidence in hygiene monitoring procedures.\r\n<h3><strong>The Issue – Flat Beer at a Busy Central London Pub</strong></h3>\r\nCrystaltech was called in to investigate and solve the problem of flat beer from using a glasswasher in the upstairs bar of a central London pub.   The issue was more complex than many call-outs as the glasswasher in the basement bar presented good results, and the lager held its head, and yet the moment glasses were washed in the machine upstairs the beer went flat.  All of the usual processes to determine the problem were carried out but pin-pointing the cause was proving difficult.\r\n\r\nUsing the Rapid Hygiene testing equipment the Crystaltech engineers were able to swab the dry glasses for levels of bacteria with test results revealing no cause for concern.  However, the problem of flat beer appeared to be worse the more recently that the glasses had been washed.  Further 3M water quality test swabs and samples taken from the water supply to the upstairs glasswasher were found to have a high level of bacteria.\r\n\r\nThis finding explained why the problem was worse immediately after the glasses had been washed.  As a precaution for the customer, a test was also carried out on the water supply to the taps used for salad washing and to the ice machine as well as various other points around the pub, all of which were well within acceptable levels of contamination.\r\n<h3><strong>The Solution</strong></h3>\r\nOne option to resolve the problem would have been to chlorinate the water system but this would have meant that the pub would have to close during the process and would lose trade.  Another option was to use a Reverse Osmosis (RO) system developed by Crystaltech which not only removes minerals and salts but also bacteria.   Crystaltech installed the RO system on one month’s free trial and the bacteria levels were significantly reduced from 236RLU to 3RLU (150 is the maximum acceptable limit).  The effect was an immediate resolution to the problem of flat beer, chemical usage was reduced by 70% - enabling lower wash temperatures, and the cleanliness of the glasses is now, near perfect.\r\n\r\n“<em>We were really impressed with the meticulous determination of Crystaltech to fix our problem with flat beer.  Not only did they find the source of the problem but came up with a solution that will save money in the long run and one that did not impinge on the daily running of the pub</em>,” commented Pub Manager, Gareth\r\n\r\n<strong>To find out more visit our <a href=\"http://www.crystaltech.co.uk\" target=\"_blank\" rel=\"noopener\">website</a> or call our team on 0370 350 2424</strong>','Crystaltech improves water hygiene & can detect bacteria','','publish','closed','open','','crystaltech-improves-water-hygiene-can-detect-bacteria','','','2019-02-07 15:29:31','2019-02-07 15:29:31','',0,'https://www.ontradeprogress.com/?p=3914',0,'post','',0),(3915,1,'2019-02-07 15:01:56','2019-02-07 15:01:56','<h1>Crystaltech has the technical resource to detect even the most obscure glass and dishwashing issues.  As the UK’s only specialist warewasher maintenance company, Crystaltech uses the latest, most reliable on-site test equipment which can detect bacteria from a specific water source.</h1>\r\nAs well as the hygiene implications, the presence of high levels of bacteria in water can affect wash results, leading to problems such as flat beer from using contaminated glasses.\r\n\r\n“We are always on the look-out for innovative technologies to assist our services and, investment in new test equipment has enabled our engineers to locate the source of water issues quickly and fix the problem with minimal disruption to the customer.  Many water treatment companies only look at the quality of the water and not bacterial levels. Our on-site test provides results in minutes, removing the lengthy process of sending samples to a test lab,” comments Derek Maher, MD of Crystaltech.\r\n\r\nNow known as 3M™ Clean-Trace™ Water Plus - Total ATP (AQT200), the test is designed to rapidly assess equipment sanitation processes and the efficiency of Clean In Place (CIP) procedures by the improved, more accurate detection of organic contamination from microbial or product residues.  The test gives an objective indication of cleanliness in water samples in seconds and provides the ability to gain more consistent and reliable results, providing greater confidence in hygiene monitoring procedures.\r\n\r\n<strong>The Issue – Flat Beer at a Busy Central London Pub</strong>\r\n\r\nCrystaltech was called in to investigate and solve the problem of flat beer from using a glasswasher in the upstairs bar of a central London pub.   The issue was more complex than many call outs as the glasswasher in the basement bar presented good results, and the lager held its head, and yet the moment glasses were washed in the machine upstairs the beer went flat.  All of the usual processes to determine the problem were carried out but pin-pointing the cause was proving difficult.\r\n\r\nUsing the Rapid Hygiene testing equipment the Crystaltech engineers were able to swab the dry glasses for levels of bacteria with test results revealing no cause for concern.  However, the problem of flat beer appeared to be worse the more recently that the glasses had been washed.  Further 3M water quality test swabs and samples taken from the water supply to the upstairs glasswasher were found to have a high level of bacteria.\r\n\r\nThis finding explained why the problem was worse immediately after the glasses had been washed.  As a precaution for the customer, a test was also carried out on the water supply to the taps used for salad washing and to the ice machine as well as various other points around the pub, all of which were well within acceptable levels of contamination.\r\n\r\n<strong>The Solution</strong>\r\n\r\nOne option to resolve the problem would have been to chlorinate the water system but this would have meant that the pub would have to close during the process and would lose trade.  Another option was to use a Reverse Osmosis (RO) system developed by Crystaltech which not only removes minerals and salts but also bacteria.   Crystaltech installed the RO system on one month’s free trial and the bacteria levels were significantly reduced from 236RLU to 3RLU (150 is the maximum acceptable limit).  The effect was an immediate resolution to the problem of flat beer, chemical usage was reduced by 70% - enabling lower wash temperatures, and the cleanliness of the glasses is now, near perfect.\r\n\r\n“<em>We were really impressed with the meticulous determination of Crystaltech to fix our problem with flat beer.  Not only did they find the source of the problem but came up with a solution that will save money in the long run and one that did not impinge on the daily running of the pub</em>,” commented Pub Manager, Gareth\r\n\r\n&nbsp;\r\n\r\nTo find out more visit our <a href=\"http://www.crystaltech.co.uk\" target=\"_blank\" rel=\"noopener\">website</a> or call our team on 0370 350 2424','Crystaltech Improves Water Hygiene','','inherit','closed','closed','','3914-revision-v1','','','2019-02-07 15:01:56','2019-02-07 15:01:56','',3914,'https://www.ontradeprogress.com/2019/02/07/3914-revision-v1/',0,'revision','',0),(3916,1,'2019-02-07 15:07:01','2019-02-07 15:07:01','','We\'ve got a Crush on Mcpherson Wine','We\'ve got a Crush on Mcpherson Wine','inherit','closed','closed','','otp_lan-wines_702x336','','','2019-02-07 15:09:37','2019-02-07 15:09:37','',3908,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP_LAN-WINES_702x336.jpg',0,'attachment','image/jpeg',0),(3918,1,'2019-02-07 15:20:33','2019-02-07 15:20:33','','Crystaltech improves water hygiene','Crystaltech improves water hygiene','inherit','closed','closed','','img_2911','','','2019-02-07 15:21:16','2019-02-07 15:21:16','',3914,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_2911.jpg',0,'attachment','image/jpeg',0),(3919,1,'2019-02-07 15:21:28','2019-02-07 15:21:28','<h1>Crystaltech has the technical resource to detect even the most obscure glass and dishwashing issues.  As the UK’s only specialist warewasher maintenance company, Crystaltech uses the latest, most reliable on-site test equipment which can detect bacteria from a specific water source.</h1>\r\nAs well as the hygiene implications, the presence of high levels of bacteria in water can affect wash results, leading to problems such as flat beer from using contaminated glasses.\r\n\r\n“We are always on the look-out for innovative technologies to assist our services and, investment in new test equipment has enabled our engineers to locate the source of water issues quickly and fix the problem with minimal disruption to the customer.  Many water treatment companies only look at the quality of the water and not bacterial levels. Our on-site test provides results in minutes, removing the lengthy process of sending samples to a test lab,” comments Derek Maher, MD of Crystaltech.\r\n\r\nNow known as 3M™ Clean-Trace™ Water Plus - Total ATP (AQT200), the test is designed to rapidly assess equipment sanitation processes and the efficiency of Clean In Place (CIP) procedures by the improved, more accurate detection of organic contamination from microbial or product residues.  The test gives an objective indication of cleanliness in water samples in seconds and provides the ability to gain more consistent and reliable results, providing greater confidence in hygiene monitoring procedures.\r\n<h3><strong>The Issue – Flat Beer at a Busy Central London Pub</strong></h3>\r\nCrystaltech was called in to investigate and solve the problem of flat beer from using a glasswasher in the upstairs bar of a central London pub.   The issue was more complex than many call-outs as the glasswasher in the basement bar presented good results, and the lager held its head, and yet the moment glasses were washed in the machine upstairs the beer went flat.  All of the usual processes to determine the problem were carried out but pin-pointing the cause was proving difficult.\r\n\r\nUsing the Rapid Hygiene testing equipment the Crystaltech engineers were able to swab the dry glasses for levels of bacteria with test results revealing no cause for concern.  However, the problem of flat beer appeared to be worse the more recently that the glasses had been washed.  Further 3M water quality test swabs and samples taken from the water supply to the upstairs glasswasher were found to have a high level of bacteria.\r\n\r\nThis finding explained why the problem was worse immediately after the glasses had been washed.  As a precaution for the customer, a test was also carried out on the water supply to the taps used for salad washing and to the ice machine as well as various other points around the pub, all of which were well within acceptable levels of contamination.\r\n<h3><strong>The Solution</strong></h3>\r\nOne option to resolve the problem would have been to chlorinate the water system but this would have meant that the pub would have to close during the process and would lose trade.  Another option was to use a Reverse Osmosis (RO) system developed by Crystaltech which not only removes minerals and salts but also bacteria.   Crystaltech installed the RO system on one month’s free trial and the bacteria levels were significantly reduced from 236RLU to 3RLU (150 is the maximum acceptable limit).  The effect was an immediate resolution to the problem of flat beer, chemical usage was reduced by 70% - enabling lower wash temperatures, and the cleanliness of the glasses is now, near perfect.\r\n\r\n“<em>We were really impressed with the meticulous determination of Crystaltech to fix our problem with flat beer.  Not only did they find the source of the problem but came up with a solution that will save money in the long run and one that did not impinge on the daily running of the pub</em>,” commented Pub Manager, Gareth\r\n\r\nTo find out more visit our <a href=\"http://www.crystaltech.co.uk\" target=\"_blank\" rel=\"noopener\">website</a> or call our team on 0370 350 2424','Crystaltech improves water hygiene & can detect bacteria','','inherit','closed','closed','','3914-revision-v1','','','2019-02-07 15:21:28','2019-02-07 15:21:28','',3914,'https://www.ontradeprogress.com/2019/02/07/3914-revision-v1/',0,'revision','',0),(3920,1,'2019-02-07 15:24:30','2019-02-07 15:24:30','<h1>Crystaltech has the technical resource to detect even the most obscure glass and dishwashing issues.  As the UK’s only specialist warewasher maintenance company, Crystaltech uses the latest, most reliable on-site test equipment which can detect bacteria from a specific water source.</h1>\r\nAs well as the hygiene implications, the presence of high levels of bacteria in water can affect wash results, leading to problems such as flat beer from using contaminated glasses.\r\n\r\n“We are always on the look-out for innovative technologies to assist our services and, investment in new test equipment has enabled our engineers to locate the source of water issues quickly and fix the problem with minimal disruption to the customer.  Many water treatment companies only look at the quality of the water and not bacterial levels. Our on-site test provides results in minutes, removing the lengthy process of sending samples to a test lab,” comments Derek Maher, MD of Crystaltech.\r\n\r\nNow known as 3M™ Clean-Trace™ Water Plus - Total ATP (AQT200), the test is designed to rapidly assess equipment sanitation processes and the efficiency of Clean In Place (CIP) procedures by the improved, more accurate detection of organic contamination from microbial or product residues.  The test gives an objective indication of cleanliness in water samples in seconds and provides the ability to gain more consistent and reliable results, providing greater confidence in hygiene monitoring procedures.\r\n<h3><strong>The Issue – Flat Beer at a Busy Central London Pub</strong></h3>\r\nCrystaltech was called in to investigate and solve the problem of flat beer from using a glasswasher in the upstairs bar of a central London pub.   The issue was more complex than many call-outs as the glasswasher in the basement bar presented good results, and the lager held its head, and yet the moment glasses were washed in the machine upstairs the beer went flat.  All of the usual processes to determine the problem were carried out but pin-pointing the cause was proving difficult.\r\n\r\nUsing the Rapid Hygiene testing equipment the Crystaltech engineers were able to swab the dry glasses for levels of bacteria with test results revealing no cause for concern.  However, the problem of flat beer appeared to be worse the more recently that the glasses had been washed.  Further 3M water quality test swabs and samples taken from the water supply to the upstairs glasswasher were found to have a high level of bacteria.\r\n\r\nThis finding explained why the problem was worse immediately after the glasses had been washed.  As a precaution for the customer, a test was also carried out on the water supply to the taps used for salad washing and to the ice machine as well as various other points around the pub, all of which were well within acceptable levels of contamination.\r\n<h3><strong>The Solution</strong></h3>\r\nOne option to resolve the problem would have been to chlorinate the water system but this would have meant that the pub would have to close during the process and would lose trade.  Another option was to use a Reverse Osmosis (RO) system developed by Crystaltech which not only removes minerals and salts but also bacteria.   Crystaltech installed the RO system on one month’s free trial and the bacteria levels were significantly reduced from 236RLU to 3RLU (150 is the maximum acceptable limit).  The effect was an immediate resolution to the problem of flat beer, chemical usage was reduced by 70% - enabling lower wash temperatures, and the cleanliness of the glasses is now, near perfect.\r\n\r\n“<em>We were really impressed with the meticulous determination of Crystaltech to fix our problem with flat beer.  Not only did they find the source of the problem but came up with a solution that will save money in the long run and one that did not impinge on the daily running of the pub</em>,” commented Pub Manager, Gareth\r\n\r\n<strong>To find out more visit our <a href=\"http://www.crystaltech.co.uk\" target=\"_blank\" rel=\"noopener\">website</a> or call our team on 0370 350 2424</strong>','Crystaltech improves water hygiene & can detect bacteria','','inherit','closed','closed','','3914-revision-v1','','','2019-02-07 15:24:30','2019-02-07 15:24:30','',3914,'https://www.ontradeprogress.com/2019/02/07/3914-revision-v1/',0,'revision','',0),(3921,1,'2019-02-07 15:57:32','2019-02-07 15:57:32','<h1>On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest <a href=\"https://www.studio338.co.uk/\" target=\"_blank\" rel=\"noopener\">nightclubs</a> - Studio 338.</h1>\r\n<h3><em>Please Introduce yourself and your position within the venue</em>.</h3>\r\nMy name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the clubs <a href=\"http://voidacoustics.com/\" target=\"_blank\" rel=\"noopener\">Void sound system</a> in all 3 rooms and manage the technical crew for all production.\r\n<h3><em>How vital of a part do you feel venues play in the UK music scene?</em></h3>\r\nI’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues\r\n\r\nThe music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue.\r\n\r\nPioneer have just installed KUVO devices in our club so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.\r\n\r\nAs sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing.\r\n\r\nVenues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.\r\n\r\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n<h3><em>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</em></h3>\r\nHosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in-ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.\r\n\r\nYou can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a club offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.\r\n<h3><em>What advice would you give to a venue considering holding a live music event?</em></h3>\r\nIf possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience.\r\n\r\nWe also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system.\r\n\r\nFor a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener.\r\n\r\nMy father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our club and although not quite there yet, my goal is to make Studio 338 one of the best sounding Club/venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment.\r\n\r\nIt’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of drivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.\r\n\r\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest nightclubs - Studio 338[/caption]\r\n<h3><em>How does Studio 338 stand out from the crowd?</em></h3>\r\nLocation helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue promoted as an Ibiza style super club with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other club venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','On-Trade Progress met with Larry Field, at one of London\'s hottest nightclubs - Studio 338','','inherit','closed','closed','','3878-revision-v1','','','2019-02-07 15:57:32','2019-02-07 15:57:32','',3878,'https://www.ontradeprogress.com/2019/02/07/3878-revision-v1/',0,'revision','',0),(3922,1,'2019-02-08 08:41:37','2019-02-08 08:41:37','<h1>On-Trade Progress met with Larry Field, technical manager and sound engineer at one of London\'s hottest <a href=\"https://www.studio338.co.uk/\" target=\"_blank\" rel=\"noopener\">venues</a> - Studio 338.</h1>\r\n<h3><em>Please Introduce yourself and your position within the venue</em>.</h3>\r\nMy name is Larry Field, I’m the technical manager and sound engineer at studio 338 I installed the venue\'s <a href=\"http://voidacoustics.com/\" target=\"_blank\" rel=\"noopener\">Void sound system</a> in all 3 rooms and manage the technical crew for all production.\r\n<h3><em>How vital of a part do you feel venues play in the UK music scene?</em></h3>\r\nI’ve also been a signed musician in touring bands through the 90’s so the live music scene for me has been crucial to that when I came to promoting material. The gap between the Live artist events bands etc and DJ club events has become closer today than ever before simply because of technology. With tools like Ableton Live software and other sampling programs, artists are capable of mixing and producing music with just a laptop and soundcard. This makes for easier setups in venues\r\n\r\nThe music itself becomes more bespoke to the vibe of the night as track arrangements can be quickly changed and manipulated to suit the crowd response. This seems to evolve a new type of “musician” on the DJ circuit where the term ‘Disk Jockey’ should now even be expanded. Loops and samples are mostly free, vast &amp; accessible these days so there is an abundance of DJ mixes becoming more key to the performance rather than an old school mix copied off the radio as it used to be, so kids can listen at home or in the car. Live streams of events are now leading the way and social media posts are instant, so it makes people want to be at the venue.\r\n\r\nPioneer have just installed KUVO devices in our venue so that the listeners can log into Rekordbox and get the actual track names whilst DJs are playing. This is more popular in Europe than the UK now, as DJs prefer to be exclusive &amp; more underground. For these reasons, venues and festivals have been expanding across the world and they only seem to be growing in numbers. Most festivals have doubled in size. The UK has always been a challenge to break through new music artists (I was one of them for a few decades), the size of the country means that more frequent tours and constant radio play is essential to maintain exposure. People lose interest fast, where as in the USA much more time would be spent on touring, months on end. Americans have much more attention &amp; knowledge on writers and producers than the UK audience would have.\r\n\r\nAs sound systems get better, louder and more efficient, the experience at any venue becomes even more memorable. So, the race for the best sound has more attention now than ever before. Venues have learned that louder is not always best, but clean &amp; powerful tuning makes the difference, so that the experience has more impact. Technical folk have always understood the importance of the room &amp; acoustical environment and have known the importance of venue materials, design and layout. It is an extension of the sound system and this has become a more mainstream understanding these days with increased regulations on noise pollution and attention to sound proofing.\r\n\r\nVenues still play a big part in the UK music scene as the necessity to play in front of large audiences can still create a big buzz and a platform for new comers, but this also goes hand in hand with the entire production package as events promoters battle to become bigger and better than previous shows pushing the boundaries. The importance of the entire event going well is also key for the music styles to have impact so venues in the UK have an important role in keeping high standards and creating new ideas.\r\n\r\n[caption id=\"attachment_3880\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3880\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-300x200.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"300\" height=\"200\" /> One of London\'s hottest venues - Studio 338[/caption]\r\n<h3><em>What are some of the initial challenges’ venues could encounter when beginning to offer live music?</em></h3>\r\nHosting a live band is much more involved than say a DJ set up. as musicians and monitoring on stage sound becomes more important than the front of house sound initially because if a musician\'s on-stage monitoring is good then the age-old assumption is good sound good performance. IEM in-ear monitoring is becoming more popular but even then, a large portion of sound can also be “felt” not just heard so the performers experience can depend on their monitoring. The acoustics of a large venue like ours becomes crucial to live music performers.\r\n\r\nYou can get away with a lively acoustic room with DJs, but Live musicians on stage is a whole new ball game. Studio 338 is not quite there yet as far as acoustics but since we have only been open a year now, we have already achieved the impossible. Much thought and analysis is currently going in to some further acoustic treatment for the large room here. Another challenge for a venue offering live music in the venue is set times.  Live music has a very specific set up and obviously uses much more space in contrast to DJs setups. There is more flexibility with a DJs layout and keeping the party flowing is easy but with live band acts, once sound checked, there is more scope for technical issues or delay in performance time, change overs and so on.\r\n<h3><em>What advice would you give to a venue considering holding a live music event?</em></h3>\r\nIf possible, enclose your subs in concrete, ideally a concrete stage is best. At high SPL this instantly solves a lot of feedback and on-stage monitoring issues where bass becomes a problem. We have done this at Studio 338, and it forces the low frequency energy forward to the crowd creating little interference on stage.  It also saves a ton on your electric bill because the bass amplifiers are not having to work very hard to supply the right amount of bass to the audience.\r\n\r\nWe also put a thick layer of dense rubber on the stage &amp; on the dance floor which acts as a nice acoustic absorber and is great for the standing audience/dancers and the artists on stage. That experience has become quite a talking point for our venue. It seems the detail in comfort is crucially incremental at every stage of enhancing the punters experience. My most important advice would be acoustics, acoustics and acoustics!!! I can’t emphasise how important this is for artists and audience. I’ve toured in bands with the likes of ABC, Gabriel, Olive, KD-Lang, Gloria Estephan, Nial Rogers, Rosala, and tons more over the years and it’s safe to say that every artist knows what venue they like the most when it comes to sound.  This is mainly because of the acoustic treatment not just the sound system.\r\n\r\nFor a live venue you want it acoustically absorbed so the decay time is short and linear (ideally just under 1ms), meaning that if you clap your hands, the sound disperses quickly and evenly. Bass is always the toughest to get right so absorbent panels &amp; sound clouds are usually the way to go using the quarter wave length principle (distance the panel is hung from the surface to interfere with the appropriate low frequencies).Obviously a classical venue is the opposite .Decay time needs to carry further as they only have the acoustics to carry the sound to the listener.\r\n\r\nMy father is the sound technician at the Yehudi Menuhin hall in Surrey and they spent over £2million on the acoustic treatment and design but that’s the extreme end of the budget scale though. Having worked in recording studios all my life like Abbey Road, it’s ironic that I find myself working in a Live venue called Studio 338 as most of the budget in any recording studio goes on acoustic treatment &amp; soundproofing. We get many compliments on the sound system in our venue and although not quite there yet, my goal is to make Studio 338 one of the best sounding venues in the world, my benchmark being clubs like “Blitz” in Munich who, surprise-surprise, spent a large amount of their budget on acoustic treatment.\r\n\r\nIt’s also important to note that these days there is not a huge lot of difference in many of the pro audio sound systems any more as the threshold of excellence has tightened. You’ll find pretty much the same brand of drivers in most of the top range speakers. This means that the installed speaker positions, DSP programming and acoustic treatment are more important to a venue than ever before.\r\n\r\n[caption id=\"attachment_3881\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-3881\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-200x300.jpg\" alt=\"On-Trade Progress met Larry Field, technical manager and sound engineer at one of London\'s hottest nightclubs - Studio 338\" width=\"200\" height=\"300\" /> One of London\'s hottest venues - Studio 338[/caption]\r\n<h3><em>How does Studio 338 stand out from the crowd?</em></h3>\r\nLocation helps a lot. being in London right next to the 02 has proved to be a prime spot. Our venue, promoted as an Ibiza style super venue with a glass roof is the only one in London I think, so all those holiday memories can be recaptured right at home in the UK as they watch the sun come up over canary wharf.  It’s been a successful formula so far, I’ve even had other venues ask me about the cost of a glass roof structure. Our big, wide stage &amp; the height of the apex steel structure gives us loads of creative production possibilities, so each event can be completely different from the next.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/\">Heineken - Serving the perfect pint</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/\">Ascentia at Casual Dining Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/\">Record number of innovations at Casual Dining Show 2019</a></li>\r\n</ul>','On-Trade Progress met with Larry Field, at one of London\'s hottest venues - Studio 338','','inherit','closed','closed','','3878-revision-v1','','','2019-02-08 08:41:37','2019-02-08 08:41:37','',3878,'https://www.ontradeprogress.com/2019/02/08/3878-revision-v1/',0,'revision','',0),(3923,1,'2019-02-14 09:37:33','2019-02-14 09:37:33','<h1><strong>WRS has become one of the leading suppliers of POS systems in Europe. We spoke with Emma Wilson, Business Development Manager from WRS, about their expansion over the years and innovative ethos.</strong></h1>\r\nWRS has expanded over the past to become a significant supplier of POS systems to the hospitality Industry, in the UK, Ireland and Europe. The company has expanded in a manner that has enabled it to ensure the levels of support and development are maintained across its portfolio, but also understands that any solution provided to a client must now be ‘future-proof’.\r\n\r\nTherefore, our development strategy within the business is aimed at bringing innovations to both the ‘front of house’ which allows customers to enjoy their retail experience with the client. Be that in removing the dreaded queue, the ability to order from their mobile device, knowing that the order will either be ready to collect, or delivered, and will be in the condition that they expected without fuss.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/\">Beaumont talk to us about their barware range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/\">Crystaltech improves water hygiene</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/\">We\'ve got a crush on Aussie wine</a></li>\r\n</ul>\r\nWithin that transaction, it is vitally important for the client that those sales are performed so all necessary security required in today’s market place are also met. That the sales reduce stock, financials are accounted for in a correct manner, that the clients have the necessary information to ensure they are trading profitably, they are aware of sales trends and have access to business crucial data that enables management decisions are made on real ‘live data’ not historic.\r\n\r\nIn the past year WRS Systems has supplied and managed one of the largest and significant system upgrades, when we replaced the existing POS system in over 1000 stores, within budget, within timescale and without loss of trading.\r\n\r\nWRS continues to expand and develop its customer base, and we thrive at the opportunity to work with new clients who have a forward thinking and innovative approach to their business.','We sat down with Emma Wilson to discuss WRS\'s POS systems','','publish','closed','open','','wrs-pos-systems-emma-wilson','','https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/\nhttps://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/\nhttps://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/','2019-05-19 20:43:21','2019-05-19 20:43:21','',0,'https://www.ontradeprogress.com/?p=3923',0,'post','',0),(3924,1,'2019-02-14 08:58:10','2019-02-14 08:58:10','<h1><strong>WRS has become one of the leading suppliers of POS systems in Europe. We spoke with Emma Wilson, Business Development Manager from WRS, about their expansion over the years and innovative ethos.</strong></h1>\r\nWRS has expanded over the past to become a significant supplier of POS systems to the hospitality Industry, in the UK, Ireland and Europe. The company has expanded in a manner that has enabled it to ensure the levels of support and development are maintained across its portfolio, but also understands that any solution provided to a client must now be ‘future-proof’.\r\n\r\nTherefore, our development strategy within the business is aimed at bringing innovations to both the ‘front of house’ which allows customers to enjoy their retail experience with the client. Be that in removing the dreaded queue, the ability to order from their mobile device, knowing that the order will either be ready to collect, or delivered, and will be in the condition that they expected without fuss.\r\n\r\nWithin that transaction, it is vitally important for the client that those sales are performed so all necessary security required in today’s market place are also met. That the sales reduce stock, financials are accounted for in a correct manner, that the clients have the necessary information to ensure they are trading profitably, they are aware of sales trends and have access to business crucial data that enables management decisions are made on real ‘live data’ not historic.\r\n\r\nIn the past year WRS Systems has supplied and managed one of the largest and significant system upgrades, when we replaced the existing POS system in over 1000 stores, within budget, within timescale and without loss of trading.\r\n\r\nWRS continues to expand and develop its customer base, and we thrive at the opportunity to work with new clients who have a forward thinking and innovative approach to their business.','We caught up with Emma Wilson to discuss WRS\'s POS systems','','inherit','closed','closed','','3923-revision-v1','','','2019-02-14 08:58:10','2019-02-14 08:58:10','',3923,'https://www.ontradeprogress.com/2019/02/14/3923-revision-v1/',0,'revision','',0),(3926,1,'2019-02-14 09:29:58','2019-02-14 09:29:58','<h1>Making sure your venue is serving the correct measures of drink can increase profits and ensure your customer\'s satisfaction. We recently caught up with Nick DeBorde, Sales Director of <a href=\"https://beaumonttm.co.uk/\" target=\"_blank\" rel=\"noopener\">Beaumont</a> TM Ltd - recognized as the UK’s largest supplier of Barware to the hospitality industry - to discuss current laws &amp; trading standards for the spirits industry.</h1>\r\nRecently, we’ve been hearing some issues coming from the UK bar and drinks industry of a number of businesses being ‘caught out’ by Trading Standards, because they are not properly following the Weights &amp; Measures Act (1985). By clearing up any misconceptions, you can ensure that your customers are receiving the correct measure and most importantly, that you are following the Act that governs the distribution of alcoholic spirits in venues up and down the UK.\r\n<h2>A thimble measure and a jigger are the same thing…</h2>\r\n[caption id=\"attachment_3930\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3930\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Beat-Peach-Audio-Productions-300x201.jpg\" alt=\"We recently caught up with Nick DeBorde Beaumont\'s barware range\" width=\"300\" height=\"201\" /> We recently caught up with Nick DeBorde Beaumont\'s barware range[/caption]\r\n\r\nThis is where most have been found to be in breach of the law. As more and more different styles of jiggers appear in the market, with it comes confusion. However, the law is quite simple. If you are pouring a shot with gin, rum, whisky, or vodka, then you must do it in a government stamped thimble measure or use a spirit measure (optic). This is the only legal way to pour a rum and coke for example, or a vodka and lemonade. You may wonder about wine, the safest way is to use wine thimble measures too, however, you can also get away with wine glasses with the amount marked on the glass.\r\n\r\nThimble measures are government regulated and therefore all look uniform in shape, style, and design, however, jiggers are quite the opposite. The flashy uncle of the thimble measure, the jigger is more about style than substance. But then you may be thinking, why would I have jiggers at all if I can’t use them? Well, you can, so long as you are making a drink with two or more spirits in – i.e. a cocktail. When making cocktails, jiggers or free pouring can be used.\r\n<h3>So long as I am using a thimble measure or an optic I’m safe…</h3>\r\n[caption id=\"attachment_3931\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3931\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/image003-300x201.jpg\" alt=\"We recently caught up with Nick DeBorde Beaumont\'s barware range\" width=\"300\" height=\"201\" /> Beaumont\'s barware range[/caption]\r\n\r\nThere also seems to be some confusion in the industry about whether there is anything else that needs to be done so long as you are using thimble measures or optics. Unfortunately, it doesn’t all boil down to how you distribute, but in typical fashion, you also have to have signage up to tell your customers that you are adhering to the weights and measures act!\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/\">Crystaltech improves water hygiene</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/\">We\'ve got a crush on Aussie Wine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/\">EPoS Giants 3R Telecom tell their success story</a></li>\r\n</ul>','We caught up with Nick DeBorde about Beaumont\'s barware range','','publish','closed','open','','beaumont-barware-range','','','2019-02-14 09:29:58','2019-02-14 09:29:58','',0,'https://www.ontradeprogress.com/?p=3926',0,'post','',0),(3927,1,'2019-02-14 09:14:48','2019-02-14 09:14:48','','Barware','Beaumont TM Ltd about what sets their barware range apart from their competition','inherit','closed','closed','','shutterstock_651381580','','','2019-02-14 09:15:36','2019-02-14 09:15:36','',3926,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_651381580.jpg',0,'attachment','image/jpeg',0),(3928,1,'2019-02-14 09:18:50','2019-02-14 09:18:50','','CASUAL-BANNER-2019-728x142','','inherit','closed','closed','','casual-banner-2019-728x142','','','2019-02-14 09:18:50','2019-02-14 09:18:50','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/CASUAL-BANNER-2019-728x142.jpg',0,'attachment','image/jpeg',0),(3930,1,'2019-02-14 09:19:43','2019-02-14 09:19:43','','We recently caught up with Nick DeBorde Beaumont\'s barware range','We recently caught up with Nick DeBorde Beaumont\'s barware range','inherit','closed','closed','','beat-peach-audio-productions','','','2019-02-14 09:21:58','2019-02-14 09:21:58','',3926,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/Beat-Peach-Audio-Productions.jpg',0,'attachment','image/jpeg',0),(3931,1,'2019-02-14 09:22:48','2019-02-14 09:22:48','','image003','We recently caught up with Nick DeBorde Beaumont\'s barware range','inherit','closed','closed','','image003-4','','','2019-02-14 09:23:32','2019-02-14 09:23:32','',3926,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/image003.jpg',0,'attachment','image/jpeg',0),(3932,1,'2019-02-14 09:29:27','2019-02-14 09:29:27','<h1>Making sure your venue is serving the correct measures of drink can increase profits and ensure your customer\'s satisfaction. We recently caught up with Nick DeBorde, Sales Director of <a href=\"https://beaumonttm.co.uk/\" target=\"_blank\" rel=\"noopener\">Beaumont</a> TM Ltd - recognized as the UK’s largest supplier of Barware to the hospitality industry - to discuss current laws &amp; trading standards for the spirits industry.</h1>\r\nRecently, we’ve been hearing some issues coming from the UK bar and drinks industry of a number of businesses being ‘caught out’ by Trading Standards, because they are not properly following the Weights &amp; Measures Act (1985). By clearing up any misconceptions, you can ensure that your customers are receiving the correct measure and most importantly, that you are following the Act that governs the distribution of alcoholic spirits in venues up and down the UK.\r\n<h2>A thimble measure and a jigger are the same thing…</h2>\r\n[caption id=\"attachment_3930\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3930\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/Beat-Peach-Audio-Productions-300x201.jpg\" alt=\"We recently caught up with Nick DeBorde Beaumont\'s barware range\" width=\"300\" height=\"201\" /> We recently caught up with Nick DeBorde Beaumont\'s barware range[/caption]\r\n\r\nThis is where most have been found to be in breach of the law. As more and more different styles of jiggers appear in the market, with it comes confusion. However, the law is quite simple. If you are pouring a shot with gin, rum, whisky, or vodka, then you must do it in a government stamped thimble measure or use a spirit measure (optic). This is the only legal way to pour a rum and coke for example, or a vodka and lemonade. You may wonder about wine, the safest way is to use wine thimble measures too, however, you can also get away with wine glasses with the amount marked on the glass.\r\n\r\nThimble measures are government regulated and therefore all look uniform in shape, style, and design, however, jiggers are quite the opposite. The flashy uncle of the thimble measure, the jigger is more about style than substance. But then you may be thinking, why would I have jiggers at all if I can’t use them? Well, you can, so long as you are making a drink with two or more spirits in – i.e. a cocktail. When making cocktails, jiggers or free pouring can be used.\r\n<h3>So long as I am using a thimble measure or an optic I’m safe…</h3>\r\n[caption id=\"attachment_3931\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3931\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/image003-300x201.jpg\" alt=\"We recently caught up with Nick DeBorde Beaumont\'s barware range\" width=\"300\" height=\"201\" /> Beaumont\'s barware range[/caption]\r\n\r\nThere also seems to be some confusion in the industry about whether there is anything else that needs to be done so long as you are using thimble measures or optics. Unfortunately, it doesn’t all boil down to how you distribute, but in typical fashion, you also have to have signage up to tell your customers that you are adhering to the weights and measures act!\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/\">Crystaltech improves water hygiene</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/\">We\'ve got a crush on Aussie Wine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/\">EPoS Giants 3R Telecom tell their success story</a></li>\r\n</ul>','We caught up with Nick DeBorde about Beaumont\'s barware range','','inherit','closed','closed','','3926-revision-v1','','','2019-02-14 09:29:27','2019-02-14 09:29:27','',3926,'https://www.ontradeprogress.com/2019/02/14/3926-revision-v1/',0,'revision','',0),(3933,1,'2019-02-14 09:32:11','2019-02-14 09:32:11','','POS Systems','WRS has become one of the leading suppliers of POS systems in Europe','inherit','closed','closed','','shutterstock_436281403','','','2019-02-14 09:33:37','2019-02-14 09:33:37','',3923,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_436281403.jpg',0,'attachment','image/jpeg',0),(3934,1,'2019-02-14 09:37:11','2019-02-14 09:37:11','<h1><strong>WRS has become one of the leading suppliers of POS systems in Europe. We spoke with Emma Wilson, Business Development Manager from WRS, about their expansion over the years and innovative ethos.</strong></h1>\r\nWRS has expanded over the past to become a significant supplier of POS systems to the hospitality Industry, in the UK, Ireland and Europe. The company has expanded in a manner that has enabled it to ensure the levels of support and development are maintained across its portfolio, but also understands that any solution provided to a client must now be ‘future-proof’.\r\n\r\nTherefore, our development strategy within the business is aimed at bringing innovations to both the ‘front of house’ which allows customers to enjoy their retail experience with the client. Be that in removing the dreaded queue, the ability to order from their mobile device, knowing that the order will either be ready to collect, or delivered, and will be in the condition that they expected without fuss.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/\">Beaumont talk to us about their barware range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/\">Crystaltech improves water hygiene</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/\">We\'ve got a crush on Aussie wine</a></li>\r\n</ul>\r\nWithin that transaction, it is vitally important for the client that those sales are performed so all necessary security required in today’s market place are also met. That the sales reduce stock, financials are accounted for in a correct manner, that the clients have the necessary information to ensure they are trading profitably, they are aware of sales trends and have access to business crucial data that enables management decisions are made on real ‘live data’ not historic.\r\n\r\nIn the past year WRS Systems has supplied and managed one of the largest and significant system upgrades, when we replaced the existing POS system in over 1000 stores, within budget, within timescale and without loss of trading.\r\n\r\nWRS continues to expand and develop its customer base, and we thrive at the opportunity to work with new clients who have a forward thinking and innovative approach to their business.','We caught up with Emma Wilson to discuss WRS\'s POS systems','','inherit','closed','closed','','3923-revision-v1','','','2019-02-14 09:37:11','2019-02-14 09:37:11','',3923,'https://www.ontradeprogress.com/2019/02/14/3923-revision-v1/',0,'revision','',0),(3935,1,'2019-02-14 10:05:12','2019-02-14 10:05:12','<h1>Your website is very likely to be the first contact a potential customer has with your brand, and so it’s vital to make a great first impression!</h1>\r\nRemember though, that there’s more to a website than looking great. It also needs to keep the attention of your users, and inspire them to act – whether that’s by signing up to your email newsletter, downloading your menu or making a reservation. Here are three website features to consider in order to do just that…\r\n<h3><strong>Email Integration</strong></h3>\r\nAn engaged email database is a great way to bring customers back to your restaurant or bar, but in the wake of GDPR, you may have some work to do in building your contact list back up.\r\n\r\nHaving a simple sign up form on your website that’s integrated with your email service provider, such as Mail Chimp or Campaign Monitor, makes it as simple as possible for both your customers and you, as subscribers will land straight in your database without any manual tasks from you.\r\n\r\nWe’d recommend having as simple a sign-up process as possible – you can always send a welcome email that gathers further information from your customers. For the site, just stick to a name and an email address field, and a succinct data privacy message.\r\n<h3><strong>Calls to Action</strong></h3>\r\n[caption id=\"attachment_3937\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3937\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/media-998990_1280-300x218.jpg\" alt=\"Fat Media gave us their tips on how to instantly impress\" width=\"300\" height=\"218\" /> Fat Media gave us their tips on how to instantly impress[/caption]\r\n\r\nThere’s no doubt all sorts of information on your website, from menus to opening hours, event details to directions. The key to a successful site is helping every user find the specific piece of information they are looking for, as quickly as possible.\r\n\r\nTo do this, you need to clearly signpost where these various bits of information are. A clear navigation bar across the top is one way, while clear calls to action, usually in the shape of buttons with minimal text, is another.\r\n<h3><strong>Sticky Headers</strong></h3>\r\nInspiring a user to book is likely to be a major goal of your site, and a sticky header is a great option for this. It means that rather than vanishing when a user scrolls down, the header ‘sticks’ to the top of the screen. By popping your booking function in a header like this, users can instantly begin a reservation no matter where they are on your site.\r\n\r\nOther things you might want to include in a sticky header could be a link to your menu and contact details. On mobile in particular, a click-to-call button is extremely useful and means customers can get it touch at the tap of a screen!\r\n\r\nSmall changes to your website can make a big difference, both to how easy it is for your customers to use, and in turn to the business benefits it brings. These features are of course not an exhaustive list of all the ways to improve a site, but they are a good place to start!\r\n\r\nIf you’re looking for a little support with your website, or perhaps considering updating it fully, Fat Media are an award-winning digital agency with bags of experience with hospitality clients. Check out Fat Media at <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information and to get in touch.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/\">Why WRS\'s POS systems are leading the way</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/\">Check out Beaumont\'s barware range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\">The perfect brew with WMF UK</a></li>\r\n</ul>','Fat Media gave us their tips on how to instantly impress','','publish','closed','open','','fat-media-impress-website','','\nhttps://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/','2019-02-14 10:05:36','2019-02-14 10:05:36','',0,'https://www.ontradeprogress.com/?p=3935',0,'post','',0),(3936,1,'2019-02-14 10:00:20','2019-02-14 10:00:20','','Fat Media','Fat Media gave us their tips on how to instantly impress','inherit','closed','closed','','laptop-593673_1280','','','2019-02-14 10:00:58','2019-02-14 10:00:58','',3935,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/laptop-593673_1280.jpg',0,'attachment','image/jpeg',0),(3937,1,'2019-02-14 10:02:33','2019-02-14 10:02:33','','Fat Media','Fat Media gave us their tips on how to instantly impress','inherit','closed','closed','','media-998990_1280-2','','','2019-02-14 10:03:09','2019-02-14 10:03:09','',3935,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/media-998990_1280.jpg',0,'attachment','image/jpeg',0),(3938,1,'2019-02-14 10:04:43','2019-02-14 10:04:43','<h1>Your website is very likely to be the first contact a potential customer has with your brand, and so it’s vital to make a great first impression!</h1>\r\nRemember though, that there’s more to a website than looking great. It also needs to keep the attention of your users, and inspire them to act – whether that’s by signing up to your email newsletter, downloading your menu or making a reservation. Here are three website features to consider in order to do just that…\r\n<h3><strong>Email Integration</strong></h3>\r\nAn engaged email database is a great way to bring customers back to your restaurant or bar, but in the wake of GDPR, you may have some work to do in building your contact list back up.\r\n\r\nHaving a simple sign up form on your website that’s integrated with your email service provider, such as Mail Chimp or Campaign Monitor, makes it as simple as possible for both your customers and you, as subscribers will land straight in your database without any manual tasks from you.\r\n\r\nWe’d recommend having as simple a sign-up process as possible – you can always send a welcome email that gathers further information from your customers. For the site, just stick to a name and an email address field, and a succinct data privacy message.\r\n<h3><strong>Calls to Action</strong></h3>\r\n[caption id=\"attachment_3937\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3937\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/media-998990_1280-300x218.jpg\" alt=\"Fat Media gave us their tips on how to instantly impress\" width=\"300\" height=\"218\" /> Fat Media gave us their tips on how to instantly impress[/caption]\r\n\r\nThere’s no doubt all sorts of information on your website, from menus to opening hours, event details to directions. The key to a successful site is helping every user find the specific piece of information they are looking for, as quickly as possible.\r\n\r\nTo do this, you need to clearly signpost where these various bits of information are. A clear navigation bar across the top is one way, while clear calls to action, usually in the shape of buttons with minimal text, is another.\r\n<h3><strong>Sticky Headers</strong></h3>\r\nInspiring a user to book is likely to be a major goal of your site, and a sticky header is a great option for this. It means that rather than vanishing when a user scrolls down, the header ‘sticks’ to the top of the screen. By popping your booking function in a header like this, users can instantly begin a reservation no matter where they are on your site.\r\n\r\nOther things you might want to include in a sticky header could be a link to your menu and contact details. On mobile in particular, a click-to-call button is extremely useful and means customers can get it touch at the tap of a screen!\r\n\r\nSmall changes to your website can make a big difference, both to how easy it is for your customers to use, and in turn to the business benefits it brings. These features are of course not an exhaustive list of all the ways to improve a site, but they are a good place to start!\r\n\r\nIf you’re looking for a little support with your website, or perhaps considering updating it fully, Fat Media are an award-winning digital agency with bags of experience with hospitality clients. Check out Fat Media at <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information and to get in touch.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/\">Why WRS\'s POS systems are leading the way</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/\">Check out Beaumont\'s barware range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\">The perfect brew with WMF UK</a></li>\r\n</ul>','Fat Media gave us their tips on how to instantly impress','','inherit','closed','closed','','3935-revision-v1','','','2019-02-14 10:04:43','2019-02-14 10:04:43','',3935,'https://www.ontradeprogress.com/2019/02/14/3935-revision-v1/',0,'revision','',0),(3939,1,'2019-02-14 10:20:49','2019-02-14 10:20:49','<h1>Developed by a dedicated team of Swiss engineers, JURA has revolutionised the way coffee should be enjoyed with the addition of two new bean-to-cup coffee machines to its professional range – the X6 and the X8.</h1>\r\nThe high-performance X6 features up to 10 programmable black coffee specialities, at just the touch of a button. From the perfect, classic espresso, to long coffee creations such as a latte macchiato, you can create using either freshly ground coffee or whole coffee beans. The perfect accompaniment to any establishment, this new model boasts an ultra-modern design, TFT colour display screen for intuitive operation, and comes in a sleek Dark Inox finish.\r\n\r\n[caption id=\"attachment_3943\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3943\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-206142_1280-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /> The new pro range of new bean-to-cup coffee machines by Jura[/caption]\r\n\r\nThe X8 offers up to 21 programmable specialities, all finished with milk and milk foam, at just the touch of a button. For tea lovers, it also prepares hot water at different temperature levels. The X8 also has a height-adjustable dual spout, which allows you to create two specialities, simultaneously. Finally, yet importantly, the control elements are positioned on the front of the machine, for maximum convenience.\r\n\r\nThanks to the patented Pulse Extraction Process (P.E.P.®), both machines guarantee the perfect coffee every time. To achieve this, the water is precisely pulsed through the finely ground coffee at short intervals allowing maximum flavour to be teased out of the fresh beans. The high tech doesn’t stop there, both models feature the AromaG3 grinder, which allows you to adjust the grinder setting to select the fineness of the coffee powder you want. The finer the powder, the more intensive the flavour.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\" target=\"_blank\" rel=\"noopener\">Fat Media give us tips to instantly impress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/\" target=\"_blank\" rel=\"noopener\">Showsec - Standing out from the crowd</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\" target=\"_blank\" rel=\"noopener\">The perfect brew - WMF UK</a></li>\r\n</ul>\r\nBoth of these beautiful models are also easy to care for with its Intelligent Water System (I.W.S.®) which automatically detects the filter. The CLARIS water filter also provides optimum water quality and protects the fluid system against limescale.\r\n\r\nTo create a complete, made-to-measure coffee solution, both new professional machines can be combined with a number of accessories, such as the Cool Control, cup warmer, freshwater kit or accounting system.\r\n\r\n<em>Innovation, precision, quality, reliability, sustainability and service shape the DNA of JURA. The Swiss company is the only brand anywhere in the world to focus solely on automatic speciality coffee machine and is clearly positioned as a specialist in this market. Coffee machines from JURA are associated with the best coffee result, simplest operation and stunning design. </em>\r\n\r\n<strong>For more information, please visit <a href=\"https://uk.jura.com/en\" target=\"_blank\" rel=\"noopener\">uk.jura.com</a></strong>','The new pro range of new bean-to-cup coffee machines by Jura','','publish','closed','open','','coffee-machines-pro-range-jura','','','2019-02-14 10:20:49','2019-02-14 10:20:49','',0,'https://www.ontradeprogress.com/?p=3939',0,'post','',0),(3940,1,'2019-02-14 10:13:50','2019-02-14 10:13:50','','coffee machines by Jura','The new pro range of new bean-to-cup coffee machines by Jura','inherit','closed','closed','','giga_x8_psf_cr_2lungo_de-tif','','','2019-02-14 10:15:32','2019-02-14 10:15:32','',3939,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/GIGA-X8-3.jpg',0,'attachment','image/jpeg',0),(3941,1,'2019-02-14 10:15:50','2019-02-14 10:15:50','<h1>Developed by a dedicated team of Swiss engineers, JURA has revolutionised the way coffee should be enjoyed with the addition of two new bean-to-cup coffee machines to its professional range – the X6 and the X8.</h1>\r\nThe high-performance X6 features up to 10 programmable black coffee specialities, at just the touch of a button. From the perfect, classic espresso, to long coffee creations such as a latte macchiato, you can create using either freshly ground coffee or whole coffee beans. The perfect accompaniment to any establishment, this new model boasts an ultra-modern design, TFT colour display screen for intuitive operation, and comes in a sleek Dark Inox finish.\r\n\r\nThe X8 offers up to 21 programmable specialities, all finished with milk and milk foam, at just the touch of a button. For tea lovers, it also prepares hot water at different temperature levels. The X8 also has a height-adjustable dual spout, which allows you to create two specialities, simultaneously. Finally, yet importantly, the control elements are positioned on the front of the machine, for maximum convenience.\r\n\r\nThanks to the patented Pulse Extraction Process (P.E.P.®), both machines guarantee the perfect coffee every time. To achieve this, the water is precisely pulsed through the finely ground coffee at short intervals allowing maximum flavour to be teased out of the fresh beans. The high tech doesn’t stop there, both models feature the AromaG3 grinder, which allows you to adjust the grinder setting to select the fineness of the coffee powder you want. The finer the powder, the more intensive the flavour.\r\n\r\nBoth of these beautiful models are also easy to care for with its Intelligent Water System (I.W.S.®) which automatically detects the filter. The CLARIS water filter also provides optimum water quality and protects the fluid system against limescale.\r\n\r\nTo create a complete, made-to-measure coffee solution, both new professional machines can be combined with a number of accessories, such as the Cool Control, cup warmer, freshwater kit or accounting system.\r\n\r\n<em>Innovation, precision, quality, reliability, sustainability and service shape the DNA of JURA. The Swiss company is the only brand anywhere in the world to focus solely on automatic speciality coffee machine and is clearly positioned as a specialist in this market. Coffee machines from JURA are associated with the best coffee result, simplest operation and stunning design. </em>\r\n\r\n<strong>For more information, please visit <a href=\"https://uk.jura.com/en\" target=\"_blank\" rel=\"noopener\">uk.jura.com</a></strong>','The new pro range of new bean-to-cup coffee machines by Jura','','inherit','closed','closed','','3939-revision-v1','','','2019-02-14 10:15:50','2019-02-14 10:15:50','',3939,'https://www.ontradeprogress.com/2019/02/14/3939-revision-v1/',0,'revision','',0),(3942,1,'2019-02-14 10:18:35','2019-02-14 10:18:35','','coffee-171653_1280 (1)','','inherit','closed','closed','','coffee-171653_1280-1','','','2019-02-14 10:18:35','2019-02-14 10:18:35','',3939,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-171653_1280-1.jpg',0,'attachment','image/jpeg',0),(3943,1,'2019-02-14 10:19:34','2019-02-14 10:19:34','','Coffee machines by Jura','The new pro range of new bean-to-cup coffee machines by Jura','inherit','closed','closed','','coffee-206142_1280','','','2019-02-14 10:20:18','2019-02-14 10:20:18','',3939,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-206142_1280.jpg',0,'attachment','image/jpeg',0),(3944,1,'2019-02-14 10:20:29','2019-02-14 10:20:29','<h1>Developed by a dedicated team of Swiss engineers, JURA has revolutionised the way coffee should be enjoyed with the addition of two new bean-to-cup coffee machines to its professional range – the X6 and the X8.</h1>\r\nThe high-performance X6 features up to 10 programmable black coffee specialities, at just the touch of a button. From the perfect, classic espresso, to long coffee creations such as a latte macchiato, you can create using either freshly ground coffee or whole coffee beans. The perfect accompaniment to any establishment, this new model boasts an ultra-modern design, TFT colour display screen for intuitive operation, and comes in a sleek Dark Inox finish.\r\n\r\n[caption id=\"attachment_3943\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3943\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/coffee-206142_1280-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /> The new pro range of new bean-to-cup coffee machines by Jura[/caption]\r\n\r\nThe X8 offers up to 21 programmable specialities, all finished with milk and milk foam, at just the touch of a button. For tea lovers, it also prepares hot water at different temperature levels. The X8 also has a height-adjustable dual spout, which allows you to create two specialities, simultaneously. Finally, yet importantly, the control elements are positioned on the front of the machine, for maximum convenience.\r\n\r\nThanks to the patented Pulse Extraction Process (P.E.P.®), both machines guarantee the perfect coffee every time. To achieve this, the water is precisely pulsed through the finely ground coffee at short intervals allowing maximum flavour to be teased out of the fresh beans. The high tech doesn’t stop there, both models feature the AromaG3 grinder, which allows you to adjust the grinder setting to select the fineness of the coffee powder you want. The finer the powder, the more intensive the flavour.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\" target=\"_blank\" rel=\"noopener\">Fat Media give us tips to instantly impress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/\" target=\"_blank\" rel=\"noopener\">Showsec - Standing out from the crowd</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/\" target=\"_blank\" rel=\"noopener\">The perfect brew - WMF UK</a></li>\r\n</ul>\r\nBoth of these beautiful models are also easy to care for with its Intelligent Water System (I.W.S.®) which automatically detects the filter. The CLARIS water filter also provides optimum water quality and protects the fluid system against limescale.\r\n\r\nTo create a complete, made-to-measure coffee solution, both new professional machines can be combined with a number of accessories, such as the Cool Control, cup warmer, freshwater kit or accounting system.\r\n\r\n<em>Innovation, precision, quality, reliability, sustainability and service shape the DNA of JURA. The Swiss company is the only brand anywhere in the world to focus solely on automatic speciality coffee machine and is clearly positioned as a specialist in this market. Coffee machines from JURA are associated with the best coffee result, simplest operation and stunning design. </em>\r\n\r\n<strong>For more information, please visit <a href=\"https://uk.jura.com/en\" target=\"_blank\" rel=\"noopener\">uk.jura.com</a></strong>','The new pro range of new bean-to-cup coffee machines by Jura','','inherit','closed','closed','','3939-revision-v1','','','2019-02-14 10:20:29','2019-02-14 10:20:29','',3939,'https://www.ontradeprogress.com/2019/02/14/3939-revision-v1/',0,'revision','',0),(3945,1,'2019-02-14 10:35:37','2019-02-14 10:35:37','<h1>What inspired you to start Mad Squirrel?</h1>\r\nMad Squirrel was started in 2010 by Greg Blesson and Jason Duncan-Anderson. Both Greg and Jason had previously worked in the wine industry together and felt that, at that point in time, the wine industry was becoming a little stagnant. They both could see the exciting, embryonic development of the ‘craft beer’ industry in the UK and felt that it could be an exciting movement to be a part of. The company was formed and our first brewery was set up at unit 24 Boxted Farm, just outside of Hemel Hempstead in Hertfordshire, about 25 miles north of central London.\r\n<h3>Since its inception in 2010, what have you marked as your biggest milestone to date?</h3>\r\nIn our 8 years of operating, we have achieved a number of things we would consider milestones, as the company grows things you consider significant milestones adjust and things that felt like a huge step in the early days might not seem so significant now. Early milestones include winning Hertfordshire Beer of the Year two years running with London Porter, and the opening of our first Tap &amp; Bottle Shop in 2013. More recently, big milestones have included the relocating to a bigger unit and installation of our new brewery and canning line, successful completion and overfunding of our second round of crowdfunding on Crowdcube, the launch of our mobile beer bar and the opening of our sixth Tap &amp; Bottle Shop. We are always pushing forwards at Mad Squirrel.\r\n<h3>What did you want the Mad Squirrel brand to be like?</h3>\r\nWe occupy a fairly unique position, both geographically and in attitude within the beer industry and we wanted the brand to reflect that. Being situated so close to London, but very definitely outside of it, places us in an unusual market. London is one of the best cities in the world for contemporary beer, but out here in the Home Counties the focus is very much on traditional style ales and the average consumer is far less exposed to a wide variety of approaches to beer. Our whole angle was that we bring contemporary beer to the areas that other operators overlook. Whereas other operators go “lets open 3 outlets in London, now lets open one in Birmingham, one in Bristol, one in Leeds” we try to work in the commuter belt, the suburbs, the populated areas between the major cities. This is reflected in the branding: Squirrel’s are obviously seen as a symbol of rurality, but the aesthetic we place on that is quite contemporary, vibrant and urban. Out here what we do is really seen by a lot of people to be mad!\r\n<h3>In terms of equipment, what has been your biggest purchase to date? How has this helped the brewing process?</h3>\r\n[caption id=\"attachment_3947\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3947 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/can-3095149_1280-300x200.jpg\" alt=\"Mad Squirrel Brewery talk about their success in the industry\" width=\"300\" height=\"200\" /> Mad Squirrel Brewery talk about their success in the industry[/caption]\r\n\r\nIn the summer of 2017 we relocated from Unit 24, a 2000 square foot site, to Unit 18, which is 10,000 square foot. This was so that we could purchase and install a completely new brew kit. Our new kit comes from American Brewing Equipment (A.B.E) and is automated and steam powered with a brew run of 30hl. We have 3 single brew fermenters, 2 double brew fermenters and are shortly about to install 3 triple fermenters to keep up with demand. The kit is incredibly efficient, precise and versatile, allowing us to brew a wide variety of styles to a very high standard and upscale production to keep up with demand easily. A large element of the setup is custom to us, having been instigated by our brewing director Matthias. The whole kit was our biggest purchase to date and has helped us produce more and better beer than ever before.\r\n<h3>Tell me about your core beer range. Why are these considered the core beers?</h3>\r\nOur core range consists of 8 different beers across a variety of styles. We have $UMO our American Pale Ale, which is our biggest seller, accounting for nearly 30% of our entire output. We have a fantastic pilsner called Flying Squirrel, which we are incredibly proud of. We have a couple of other pale beers in the form of Hopfest a citrussy session pale and Roadkill an opaque, New England style IPA. London Porter and DE La Crème (Milk Stout) are our two core dark beers, and the set is rounded off by Mister Squirrel, our take on a classic British bitter, and Resolution, a golden ale. $UMO, Roadkill, and Flying Squirrel are all keg only, Hopfest and De La Crème are both cask &amp; keg, Mister Squirrel, London Porter and Resolution are cask only. All except Resolution are available in small-pack too.\r\n\r\nThe key factor in our core range is “drinkability”. They are all beers which can be sessioned, they are reliable, drinkers want to return to them time and time again. They all have their own fanbase and all have a point of difference from each other.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">Bean-to-cup coffee machines by Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips on how to impress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/\">WRS\'s POS systems leading the way</a></li>\r\n</ul>\r\n<h3>Personally, what’s your favourite beer in your range?</h3>\r\nFor me personally, it is $UMO. The mixture of Mosaic and Summit hops provides a perfect balance of a full tropical fruit initial flavour followed by a slightly herbal, dry finish. It is incredibly moreish, the whole beer is perfectly in balance. It has resonated with drinkers in a big way too, it consistently scores well on beer rating sites and apps, and through beer social media events like #craftbeerhour and #beerbods. It is my go-to beer, every time.\r\n<h3>Being based in Hertfordshire, how do you encourage the local community to enjoy your beers?</h3>\r\nWe are big on engaging with the local community! We have our mobile beer bar which we take out to various events, fairs, beer festivals etc. within the area. We have our chain of Tap &amp; Bottle Shops in nearby towns (Hemel Hempstead, Berkhamsted &amp; Harpenden in Herts. Chesham, Amersham and High Wycombe in Bucks) which showcase our beers to consumers, we run very popular brewery tours every month, and of course, we sell into a large number of pubs &amp; restaurants. We also work alongside a number of locally focussed charities of various causes.\r\n<h3>Further afield, where is the furthest a Mad Squirrel beer has travelled?</h3>\r\nMost of our distribution is within the UK, we cover most of the south-east directly and then work with various wholesalers for nationwide distribution. We have done a small amount of export into mainland Europe and are looking into other potential export markets currently. On social media, we have seen individual cans travel as far as Texas and Japan!\r\n<h3>What’s your favourite part of making beer?</h3>\r\nDefinitely watching drinkers respond to the finished product! You have an idea, build a recipe, trial it, design the branding, brew it, package it and send it out into the world, by the time anyone gets to drink it we may have been working on it one way or another for several months. The work is worth it for when that customer takes the first sip of it and their face lights up. At the end of the day, beer is meant to be enjoyable and seeing people enjoy it makes everything worthwhile.','We speak with Mad Squirrel Brewery about their massive success in the craft beer industry','','publish','closed','open','','mad-squirrel-brewery','','','2019-02-14 10:35:37','2019-02-14 10:35:37','',0,'https://www.ontradeprogress.com/?p=3945',0,'post','',0),(3946,1,'2019-02-14 10:29:02','2019-02-14 10:29:02','','Mad Squirrel','Mad Squirrel Brewery talk about their success in the industry','inherit','closed','closed','','img_9965','','','2019-02-14 10:30:08','2019-02-14 10:30:08','',3945,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_9965.jpg',0,'attachment','image/jpeg',0),(3947,1,'2019-02-14 10:32:35','2019-02-14 10:32:35','','Mad Squirrel','Mad Squirrel Brewery talk about their success in the industry','inherit','closed','closed','','can-3095149_1280','','','2019-02-14 10:33:20','2019-02-14 10:33:20','',3945,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/can-3095149_1280.jpg',0,'attachment','image/jpeg',0),(3948,1,'2019-02-14 10:35:03','2019-02-14 10:35:03','<h1>What inspired you to start Mad Squirrel?</h1>\r\nMad Squirrel was started in 2010 by Greg Blesson and Jason Duncan-Anderson. Both Greg and Jason had previously worked in the wine industry together and felt that, at that point in time, the wine industry was becoming a little stagnant. They both could see the exciting, embryonic development of the ‘craft beer’ industry in the UK and felt that it could be an exciting movement to be a part of. The company was formed and our first brewery was set up at unit 24 Boxted Farm, just outside of Hemel Hempstead in Hertfordshire, about 25 miles north of central London.\r\n<h3>Since its inception in 2010, what have you marked as your biggest milestone to date?</h3>\r\nIn our 8 years of operating, we have achieved a number of things we would consider milestones, as the company grows things you consider significant milestones adjust and things that felt like a huge step in the early days might not seem so significant now. Early milestones include winning Hertfordshire Beer of the Year two years running with London Porter, and the opening of our first Tap &amp; Bottle Shop in 2013. More recently, big milestones have included the relocating to a bigger unit and installation of our new brewery and canning line, successful completion and overfunding of our second round of crowdfunding on Crowdcube, the launch of our mobile beer bar and the opening of our sixth Tap &amp; Bottle Shop. We are always pushing forwards at Mad Squirrel.\r\n<h3>What did you want the Mad Squirrel brand to be like?</h3>\r\nWe occupy a fairly unique position, both geographically and in attitude within the beer industry and we wanted the brand to reflect that. Being situated so close to London, but very definitely outside of it, places us in an unusual market. London is one of the best cities in the world for contemporary beer, but out here in the Home Counties the focus is very much on traditional style ales and the average consumer is far less exposed to a wide variety of approaches to beer. Our whole angle was that we bring contemporary beer to the areas that other operators overlook. Whereas other operators go “lets open 3 outlets in London, now lets open one in Birmingham, one in Bristol, one in Leeds” we try to work in the commuter belt, the suburbs, the populated areas between the major cities. This is reflected in the branding: Squirrel’s are obviously seen as a symbol of rurality, but the aesthetic we place on that is quite contemporary, vibrant and urban. Out here what we do is really seen by a lot of people to be mad!\r\n<h3>In terms of equipment, what has been your biggest purchase to date? How has this helped the brewing process?</h3>\r\n[caption id=\"attachment_3947\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-3947 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/can-3095149_1280-300x200.jpg\" alt=\"Mad Squirrel Brewery talk about their success in the industry\" width=\"300\" height=\"200\" /> Mad Squirrel Brewery talk about their success in the industry[/caption]\r\n\r\nIn the summer of 2017 we relocated from Unit 24, a 2000 square foot site, to Unit 18, which is 10,000 square foot. This was so that we could purchase and install a completely new brew kit. Our new kit comes from American Brewing Equipment (A.B.E) and is automated and steam powered with a brew run of 30hl. We have 3 single brew fermenters, 2 double brew fermenters and are shortly about to install 3 triple fermenters to keep up with demand. The kit is incredibly efficient, precise and versatile, allowing us to brew a wide variety of styles to a very high standard and upscale production to keep up with demand easily. A large element of the setup is custom to us, having been instigated by our brewing director Matthias. The whole kit was our biggest purchase to date and has helped us produce more and better beer than ever before.\r\n<h3>Tell me about your core beer range. Why are these considered the core beers?</h3>\r\nOur core range consists of 8 different beers across a variety of styles. We have $UMO our American Pale Ale, which is our biggest seller, accounting for nearly 30% of our entire output. We have a fantastic pilsner called Flying Squirrel, which we are incredibly proud of. We have a couple of other pale beers in the form of Hopfest a citrussy session pale and Roadkill an opaque, New England style IPA. London Porter and DE La Crème (Milk Stout) are our two core dark beers, and the set is rounded off by Mister Squirrel, our take on a classic British bitter, and Resolution, a golden ale. $UMO, Roadkill, and Flying Squirrel are all keg only, Hopfest and De La Crème are both cask &amp; keg, Mister Squirrel, London Porter and Resolution are cask only. All except Resolution are available in small-pack too.\r\n\r\nThe key factor in our core range is “drinkability”. They are all beers which can be sessioned, they are reliable, drinkers want to return to them time and time again. They all have their own fanbase and all have a point of difference from each other.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">Bean-to-cup coffee machines by Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips on how to impress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/\">WRS\'s POS systems leading the way</a></li>\r\n</ul>\r\n<h3>Personally, what’s your favourite beer in your range?</h3>\r\nFor me personally, it is $UMO. The mixture of Mosaic and Summit hops provides a perfect balance of a full tropical fruit initial flavour followed by a slightly herbal, dry finish. It is incredibly moreish, the whole beer is perfectly in balance. It has resonated with drinkers in a big way too, it consistently scores well on beer rating sites and apps, and through beer social media events like #craftbeerhour and #beerbods. It is my go-to beer, every time.\r\n<h3>Being based in Hertfordshire, how do you encourage the local community to enjoy your beers?</h3>\r\nWe are big on engaging with the local community! We have our mobile beer bar which we take out to various events, fairs, beer festivals etc. within the area. We have our chain of Tap &amp; Bottle Shops in nearby towns (Hemel Hempstead, Berkhamsted &amp; Harpenden in Herts. Chesham, Amersham and High Wycombe in Bucks) which showcase our beers to consumers, we run very popular brewery tours every month, and of course, we sell into a large number of pubs &amp; restaurants. We also work alongside a number of locally focussed charities of various causes.\r\n<h3>Further afield, where is the furthest a Mad Squirrel beer has travelled?</h3>\r\nMost of our distribution is within the UK, we cover most of the south-east directly and then work with various wholesalers for nationwide distribution. We have done a small amount of export into mainland Europe and are looking into other potential export markets currently. On social media, we have seen individual cans travel as far as Texas and Japan!\r\n<h3>What’s your favourite part of making beer?</h3>\r\nDefinitely watching drinkers respond to the finished product! You have an idea, build a recipe, trial it, design the branding, brew it, package it and send it out into the world, by the time anyone gets to drink it we may have been working on it one way or another for several months. The work is worth it for when that customer takes the first sip of it and their face lights up. At the end of the day, beer is meant to be enjoyable and seeing people enjoy it makes everything worthwhile.','We speak with Mad Squirrel Brewery about their massive success in the craft beer industry','','inherit','closed','closed','','3945-revision-v1','','','2019-02-14 10:35:03','2019-02-14 10:35:03','',3945,'https://www.ontradeprogress.com/2019/02/14/3945-revision-v1/',0,'revision','',0),(3951,1,'2019-02-14 11:22:06','2019-02-14 11:22:06','<h1>Bob Pease, president &amp; CEO of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers on diversity and inclusion on the beer industry and the upcoming Craft Beer Rising festival.</h1>\r\nDiversity and inclusion in the beer industry present opportunities for businesses to lead and succeed hence why I’m pleased to announce the launch of a new collection of best practice guides from the Brewers Association that lay the groundwork for addressing, creating and managing a diversity and inclusion programme.\r\n\r\nAuthored by Dr J. Nikol Jackson-Beckham, diversity ambassador for the Brewers Association, these resources are designed to help a business with everything from starting the conversation about why diversity matters to setting up a framework to assess the success of a diversity and inclusion programme.\r\n\r\nDesigned for breweries of all sizes, this five-part series provides expert guidance to those businesses who wish to invest in their diversity and inclusion effort but may not know where to start.  Each easy-to-follow resource averages a 20-30 minute read and builds in progression from the previous guide.  They are:Laying the Groundwork for Diversity and Inclusion\r\n<ul>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Fans</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Hands</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Brand</li>\r\n 	<li>Assessing Your Efforts in Diversity and Inclusion</li>\r\n</ul>\r\nIn other news, the Brewers Association will be exhibiting at Craft Beer Rising, London, 21-23 February with a wide range of innovative, high-quality American craft beers, most of which are rarely, if ever, seen in the UK.  Beers are being air-freighted to ensure they reach British beer lovers in optimal condition and a series of talks and tasting Masterclasses demonstrating the world-class quality of American craft beer will take place during the festival.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery talk about their success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range from Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips to instantly impress</a></li>\r\n</ul>\r\nThrough its Export Development Program the Brewers Association will represent between 15-18 small and independent American craft breweries pouring approximately 45-50 different beers running the gamut of beer styles from lagers and Kölsch through to Barrel-Aged imperial stouts and barley wines. Classic beer styles with a distinctive American twist along with hazy and juicy IPAs, IPA variants and a host of other styles will be available.  Many are new to the UK while others are much-loved favourites and we offer beers to suit the new-to-craft beer lover through to the connoisseur.\r\n\r\nNow in our third year of attendance, Craft Beer Rising presents a good opportunity for the beer industry to interact with American craft beer and meet key importers and members of the trade.   The demand for American craft beer in the UK remains strong.  It is the second largest export market after Canada and accounts for 10.5 percent of all American craft beer exports, up 7.1 percent in 2017 (the latest figures available). There are now more than 7,000 small and independent breweries in America with another 2,000 in planning and the Independent Craft Brewer Seal has been adopted by more than  4,000 breweries since its launch in June 2017.\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which</strong> <strong>are available for download on <a href=\"http://www.BrewersAssociation.org\">www.BrewersAssociation.org</a> or <a href=\"http://www.CraftBeer.com\">www.CraftBeer.com</a></strong>','Brewers Association launches new diversity & inclusion guides','','publish','closed','open','','brewers-association-guide','','\nhttps://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/','2019-02-14 11:25:49','2019-02-14 11:25:49','',0,'https://www.ontradeprogress.com/?p=3951',0,'post','',0),(3952,1,'2019-02-14 10:57:20','2019-02-14 10:57:20','<strong>Cask Marque’s Guide to Getting the Right Cask Ale Range</strong>\r\n\r\nThe number of cask ale brands and styles is at an all time high and CAMRA’s WhatPub database shows that cask is now available in 70% of British pubs. However, stocking too many cask ales, or too many ‘niche’ brands can have an adverse effect on quality and damage business. The best cask ale pubs make sure they have a mix of well known brands alongside guest ales.\r\n\r\nEven if you’re an experienced cask ale retailer, the choice can be quite daunting. Cask Marque has a guide to help you choose the right range for your business, offer your customers a choice of flavours, colours and strengths, and achieve throughputs\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong> </strong>\r\n\r\n<strong>How many pumps and brands should I stock?</strong>\r\n\r\n“<em>What drinkers want and what publicans think they want isn’t always the same” </em>\r\n\r\n(Cask Report 2018)\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nResearch has shown that whilst established ‘real ale’ outlets rotate their range frequently, the majority of drinkers like to know there is always a familiar ale available permanently on your bar. It gives reassurance to existing drinkers that there will always be something they like available, whilst giving them the choice to try a guest ale or two when they fancy something different.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>‘Tried and Trusted’</strong>\r\n\r\n<strong>AN ESSENTIAL IF SELLING 18 GALLONS OR LESS PER WEEK</strong>\r\n\r\n<strong> </strong>\r\n\r\nA familiar brand recognised by both occasional and experienced cask ale drinkers. This is usually a ‘famous’ beer, known throughout the UK.\r\n\r\nDrinkers look for familiarity first when they walk into a venue for the first time. If your whole range consists of guest ales, many cask drinkers will default to a mainstream keg product because they can’t see anything they recognise.\r\n\r\nIf you get the quality of your Tried and Trusted brand right, drinkers will usually order a second pint of something less familiar – they become confident with your beer keeping skills\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nSo how do good cask ale pubs choose their familiar brand? They tend to look at three key factors:\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"232\"><strong>Region</strong>\r\n\r\n<strong> </strong></td>\r\n<td width=\"232\"><strong>Strength</strong></td>\r\n<td width=\"232\"><strong>Colour</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"232\">&nbsp;\r\n\r\nWhere the beer comes from: Cask ale drinkers are very loyal to local breweries, and provenance is cited as a key reason why a drinker chooses the beer</td>\r\n<td width=\"232\">&nbsp;\r\n\r\nMany drinkers look for a ‘session’ beer which can be enjoyed in moderation. Keep the stronger and more unusual styles for weekends when drinkers are more likely to experiment</td>\r\n<td width=\"232\">&nbsp;\r\n\r\nThe majority of drinkers choose their beer by colour. The blonde ale category is currently in growth, but equally 4 out of the 5 top selling cask beers in the UK are amber/copper coloured. Aim to offer a choice\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nComplement your permanent beer with a ‘respected regional’. It’s a bit of a myth that darker beers only sell well in winter and blonde ales in summer – be adventurous with your respected regional and make sure it’s sufficiently different to your ‘Tried and Trusted’ permanent beer\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Respected Regional</strong>\r\n\r\n<strong>TO COMPLEMENT THE PERMANENT BEER WHEN SELLING BETWEEN 18 AND 54 GALLONS PER WEEK</strong>\r\n\r\n<strong> </strong>\r\n\r\nThis is a brand which is well known in the area where it’s brewed. It’s familiar to the locals, but seen much more as a ‘guest’ ale when stocked outside its homeland.\r\n\r\nA Respected Regional gives customers choice\r\n\r\n<strong> </strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nThe key to choosing your range is choice. Three ales of the same strength, colour and flavour profile will not offer customers any point of difference so they will tend to seek choice elsewhere.\r\n\r\n&gt;Local Specialist or Guest<strong>CHOOSE IF SELLING MORE THAN 54 GALLONS PER WEEK</strong><strong> </strong>This is a brand which usually comes from a small brewer or a micro. Seasoned cask ale drinkers seek provenance and authenticity and Local Specialists give them the chance to try something which might not always be available in their area\r\n\r\n&nbsp;\r\n\r\nIt’s important to highlight the quality of the beer again. Good cask ale sites start small with one or two well kept cask beers, rather than a large range of beers, some of which may suffer quality problems because they are not achieving the throughput. A huge range of little known beers does not always indicate a brilliant cellar or cellar master! The message is quality over quantity.\r\n\r\nFor more information about cask ale, or gaining Cask Marque accreditation, visit <a href=\"http://www.cask-marque.co.uk\">www.cask-marque.co.uk</a> or call us on 01206 752212','','','inherit','closed','closed','','3951-revision-v1','','','2019-02-14 10:57:20','2019-02-14 10:57:20','',3951,'https://www.ontradeprogress.com/2019/02/14/3951-revision-v1/',0,'revision','',0),(3953,1,'2019-02-14 11:15:44','2019-02-14 11:15:44','','Brewers Association','Brewers Association launches new diversity & inclusion guides','inherit','closed','closed','','beer-218148_1280-2','','','2019-02-14 11:16:22','2019-02-14 11:16:22','',3951,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/beer-218148_1280.jpg',0,'attachment','image/jpeg',0),(3954,1,'2019-02-14 11:20:16','2019-02-14 11:20:16','<h1>Bob Pease, president &amp; CEO of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers on diversity and inclusion on the beer industry and the upcoming Craft Beer Rising festival.</h1>\r\nDiversity and inclusion in the beer industry present opportunities for businesses to lead and succeed hence why I’m pleased to announce the launch of a new collection of best practice guides from the Brewers Association that lay the groundwork for addressing, creating and managing a diversity and inclusion programme.\r\n\r\nAuthored by Dr J. Nikol Jackson-Beckham, diversity ambassador for the Brewers Association, these resources are designed to help a business with everything from starting the conversation about why diversity matters to setting up a framework to assess the success of a diversity and inclusion programme.\r\n\r\nDesigned for breweries of all sizes, this five-part series provides expert guidance to those businesses who wish to invest in their diversity and inclusion effort but may not know where to start.  Each easy-to-follow resource averages a 20-30 minute read and builds in progression from the previous guide.  They are:\r\n<ol>\r\n 	<li>Laying the Groundwork for Diversity and Inclusion</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Fans</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Hands</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Brand</li>\r\n 	<li>Assessing Your Efforts in Diversity and Inclusion</li>\r\n</ol>\r\nIn other news, the Brewers Association will be exhibiting at Craft Beer Rising, London, 21-23 February with a wide range of innovative, high quality American craft beers, most of which are rarely, if ever, seen in the UK.  Beers are being air-freighted to ensure they reach British beer lovers in optimal condition and a series of talks and tasting Masterclasses demonstrating the world-class quality of American craft beer will take place during the festival.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery talk about their success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range from Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips to instantly impress</a></li>\r\n</ul>\r\nThrough its Export Development Program the Brewers Association will represent between 15-18 small and independent American craft breweries pouring approximately 45-50 different beers running the gamut of beer styles from lagers and Kölsch through to Barrel-Aged imperial stouts and barley wines. Classic beer styles with a distinctive American twist along with hazy and juicy IPAs, IPA variants and a host of other styles will be available.  Many are new to the UK while others are much-loved favourites and we offer beers to suit the new-to-craft beer lover through to the connoisseur.\r\n\r\nNow in our third year of attendance, Craft Beer Rising presents a good opportunity for the beer industry to interact with American craft beer and meet key importers and members of the trade.   The demand for American craft beer in the UK remains strong.  It is the second largest export market after Canada and accounts for 10.5 percent of all American craft beer exports, up 7.1 percent in 2017 (the latest figures available). There are now more than 7,000 small and independent breweries in America with another 2,000 in planning and the Independent Craft Brewer Seal has been adopted by more than  4,000 breweries since its launch in June 2017.\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which</strong> <strong>are available for download on <a href=\"http://www.BrewersAssociation.org\">www.BrewersAssociation.org</a> or <a href=\"http://www.CraftBeer.com\">www.CraftBeer.com</a></strong>','Brewers Association launches new diversity & inclusion guides','','inherit','closed','closed','','3951-revision-v1','','','2019-02-14 11:20:16','2019-02-14 11:20:16','',3951,'https://www.ontradeprogress.com/2019/02/14/3951-revision-v1/',0,'revision','',0),(3955,1,'2019-02-14 11:21:51','2019-02-14 11:21:51','<h1>Bob Pease, president &amp; CEO of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers on diversity and inclusion on the beer industry and the upcoming Craft Beer Rising festival.</h1>\r\nDiversity and inclusion in the beer industry present opportunities for businesses to lead and succeed hence why I’m pleased to announce the launch of a new collection of best practice guides from the Brewers Association that lay the groundwork for addressing, creating and managing a diversity and inclusion programme.\r\n\r\nAuthored by Dr J. Nikol Jackson-Beckham, diversity ambassador for the Brewers Association, these resources are designed to help a business with everything from starting the conversation about why diversity matters to setting up a framework to assess the success of a diversity and inclusion programme.\r\n\r\nDesigned for breweries of all sizes, this five-part series provides expert guidance to those businesses who wish to invest in their diversity and inclusion effort but may not know where to start.  Each easy-to-follow resource averages a 20-30 minute read and builds in progression from the previous guide.  They are:Laying the Groundwork for Diversity and Inclusion\r\n<ul>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Fans</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Hands</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Brand</li>\r\n 	<li>Assessing Your Efforts in Diversity and Inclusion</li>\r\n</ul>\r\nIn other news, the Brewers Association will be exhibiting at Craft Beer Rising, London, 21-23 February with a wide range of innovative, high quality American craft beers, most of which are rarely, if ever, seen in the UK.  Beers are being air-freighted to ensure they reach British beer lovers in optimal condition and a series of talks and tasting Masterclasses demonstrating the world-class quality of American craft beer will take place during the festival.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery talk about their success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range from Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips to instantly impress</a></li>\r\n</ul>\r\nThrough its Export Development Program the Brewers Association will represent between 15-18 small and independent American craft breweries pouring approximately 45-50 different beers running the gamut of beer styles from lagers and Kölsch through to Barrel-Aged imperial stouts and barley wines. Classic beer styles with a distinctive American twist along with hazy and juicy IPAs, IPA variants and a host of other styles will be available.  Many are new to the UK while others are much-loved favourites and we offer beers to suit the new-to-craft beer lover through to the connoisseur.\r\n\r\nNow in our third year of attendance, Craft Beer Rising presents a good opportunity for the beer industry to interact with American craft beer and meet key importers and members of the trade.   The demand for American craft beer in the UK remains strong.  It is the second largest export market after Canada and accounts for 10.5 percent of all American craft beer exports, up 7.1 percent in 2017 (the latest figures available). There are now more than 7,000 small and independent breweries in America with another 2,000 in planning and the Independent Craft Brewer Seal has been adopted by more than  4,000 breweries since its launch in June 2017.\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which</strong> <strong>are available for download on <a href=\"http://www.BrewersAssociation.org\">www.BrewersAssociation.org</a> or <a href=\"http://www.CraftBeer.com\">www.CraftBeer.com</a></strong>','Brewers Association launches new diversity & inclusion guides','','inherit','closed','closed','','3951-revision-v1','','','2019-02-14 11:21:51','2019-02-14 11:21:51','',3951,'https://www.ontradeprogress.com/2019/02/14/3951-revision-v1/',0,'revision','',0),(3956,1,'2019-02-14 11:25:49','2019-02-14 11:25:49','<h1>Bob Pease, president &amp; CEO of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers on diversity and inclusion on the beer industry and the upcoming Craft Beer Rising festival.</h1>\r\nDiversity and inclusion in the beer industry present opportunities for businesses to lead and succeed hence why I’m pleased to announce the launch of a new collection of best practice guides from the Brewers Association that lay the groundwork for addressing, creating and managing a diversity and inclusion programme.\r\n\r\nAuthored by Dr J. Nikol Jackson-Beckham, diversity ambassador for the Brewers Association, these resources are designed to help a business with everything from starting the conversation about why diversity matters to setting up a framework to assess the success of a diversity and inclusion programme.\r\n\r\nDesigned for breweries of all sizes, this five-part series provides expert guidance to those businesses who wish to invest in their diversity and inclusion effort but may not know where to start.  Each easy-to-follow resource averages a 20-30 minute read and builds in progression from the previous guide.  They are:Laying the Groundwork for Diversity and Inclusion\r\n<ul>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Fans</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Hands</li>\r\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Brand</li>\r\n 	<li>Assessing Your Efforts in Diversity and Inclusion</li>\r\n</ul>\r\nIn other news, the Brewers Association will be exhibiting at Craft Beer Rising, London, 21-23 February with a wide range of innovative, high-quality American craft beers, most of which are rarely, if ever, seen in the UK.  Beers are being air-freighted to ensure they reach British beer lovers in optimal condition and a series of talks and tasting Masterclasses demonstrating the world-class quality of American craft beer will take place during the festival.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery talk about their success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range from Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips to instantly impress</a></li>\r\n</ul>\r\nThrough its Export Development Program the Brewers Association will represent between 15-18 small and independent American craft breweries pouring approximately 45-50 different beers running the gamut of beer styles from lagers and Kölsch through to Barrel-Aged imperial stouts and barley wines. Classic beer styles with a distinctive American twist along with hazy and juicy IPAs, IPA variants and a host of other styles will be available.  Many are new to the UK while others are much-loved favourites and we offer beers to suit the new-to-craft beer lover through to the connoisseur.\r\n\r\nNow in our third year of attendance, Craft Beer Rising presents a good opportunity for the beer industry to interact with American craft beer and meet key importers and members of the trade.   The demand for American craft beer in the UK remains strong.  It is the second largest export market after Canada and accounts for 10.5 percent of all American craft beer exports, up 7.1 percent in 2017 (the latest figures available). There are now more than 7,000 small and independent breweries in America with another 2,000 in planning and the Independent Craft Brewer Seal has been adopted by more than  4,000 breweries since its launch in June 2017.\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which</strong> <strong>are available for download on <a href=\"http://www.BrewersAssociation.org\">www.BrewersAssociation.org</a> or <a href=\"http://www.CraftBeer.com\">www.CraftBeer.com</a></strong>','Brewers Association launches new diversity & inclusion guides','','inherit','closed','closed','','3951-revision-v1','','','2019-02-14 11:25:49','2019-02-14 11:25:49','',3951,'https://www.ontradeprogress.com/2019/02/14/3951-revision-v1/',0,'revision','',0),(3957,1,'2019-02-14 11:45:23','2019-02-14 11:45:23','<h1><strong>Leasing or rental has been growing in popularity across the entire hospitality industry, so how can this help your business? On-Trade Progress chats with Simon Le Bon from Sir William Bentley Billiards about their bespoke Snooker &amp; Pool Tables…</strong></h1>\r\nThere are times when buying equipment outright is not the most suitable option for a business, and often, a monthly payment can be much more appealing. With leasing or rental, you can have the latest products and technology with little or no capital outlay, so a business’s operating budget can be used rather than its capital budget, thereby overcoming cash-flow concerns. Also, you are often offered a full maintenance contract to maintain parts and labour for the product throughout the lease period. You can now lease just about anything!\r\n\r\nSnooker &amp; Pool tables have long been a staple piece within many hospitality venues and leasing them is just as common. However, with the growing popularity of unique interior design, a basic indistinctive billiards table isn’t enough.\r\n\r\n<strong><em>“Leasing a bespoke Snooker or Pool table can be a great interior design statement, attracting new business and making flexible use of space, without the significant capital outlay usually associated with such a high-quality piece” - Simon Le Bon</em></strong>\r\n\r\nSir William Bentley Billiards is renowned for the design &amp; quality of their bespoke billiard furniture. However, in recent years, they have been asked to provide their tables on a rental, lease or return basis. This has been a great success for them – allowing developers to furnish their properties with a statement Pool table, or hotels to transform a conference room to a luxury billiard-room with a Snooker-dining table - with little or no capital outlay<strong><em>. </em></strong>Importantly for commercial environments, they also offer maintenance services, to keep the table looking and playing as it should.\r\n\r\nAlongside 40 years of Antique restoration &amp; reproduction, and in collaboration with inspired clients &amp; interior designers, the company’s craftsmen have designed and handmade countless classic &amp; contemporary bespoke Pool &amp; Snooker tables, dual-purpose dining tables, matching accessories and lighting.  The bespoke nature of the service allows complete freedom to specify every detail, to ensure that each piece is uniquely suited to the room it’s being designed for. They also have many vintage and antique table waiting to be restored.\r\n\r\nSo, the bottom line is that the stunning Pool &amp; Snooker tables, hand made by Sir William Bentley Billiards are now available to Hotels, Bars &amp; Property Developers for rental or lease, as well as outright purchase.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launches new diversity &amp; inclusion guides</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range of bean-to-cup coffee machines by Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery about their success</a></li>\r\n</ul>','On-Trade Progress chats with Simon Le Bon from Sir William Bentley','','publish','closed','open','','sir-william-bentley-billiards','','\nhttps://www.ontradeprogress.com/2019/02/14/brewers-association-guide/','2019-02-14 11:45:57','2019-02-14 11:45:57','',0,'https://www.ontradeprogress.com/?p=3957',0,'post','',0),(3958,1,'2019-02-14 11:38:20','2019-02-14 11:38:20','','Leasing or rental?  How can Sir William Bentley help your business?','Leasing or rental?  How can Sir William Bentley help your business?','inherit','closed','closed','','continental-br-oak-brass-1-hd','','','2019-02-14 11:39:00','2019-02-14 11:39:00','',3957,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/Continental-BR-Oak-Brass-1-HD.jpg',0,'attachment','image/jpeg',0),(3959,1,'2019-02-14 11:44:58','2019-02-14 11:44:58','<h1><strong>Leasing or rental has been growing in popularity across the entire hospitality industry, so how can this help your business? On-Trade Progress chats with Simon Le Bon from Sir William Bentley Billiards about their bespoke Snooker &amp; Pool Tables…</strong></h1>\r\nThere are times when buying equipment outright is not the most suitable option for a business, and often, a monthly payment can be much more appealing. With leasing or rental, you can have the latest products and technology with little or no capital outlay, so a business’s operating budget can be used rather than its capital budget, thereby overcoming cash-flow concerns. Also, you are often offered a full maintenance contract to maintain parts and labour for the product throughout the lease period. You can now lease just about anything!\r\n\r\nSnooker &amp; Pool tables have long been a staple piece within many hospitality venues and leasing them is just as common. However, with the growing popularity of unique interior design, a basic indistinctive billiards table isn’t enough.\r\n\r\n<strong><em>“Leasing a bespoke Snooker or Pool table can be a great interior design statement, attracting new business and making flexible use of space, without the significant capital outlay usually associated with such a high-quality piece” - Simon Le Bon</em></strong>\r\n\r\nSir William Bentley Billiards is renowned for the design &amp; quality of their bespoke billiard furniture. However, in recent years, they have been asked to provide their tables on a rental, lease or return basis. This has been a great success for them – allowing developers to furnish their properties with a statement Pool table, or hotels to transform a conference room to a luxury billiard-room with a Snooker-dining table - with little or no capital outlay<strong><em>. </em></strong>Importantly for commercial environments, they also offer maintenance services, to keep the table looking and playing as it should.\r\n\r\nAlongside 40 years of Antique restoration &amp; reproduction, and in collaboration with inspired clients &amp; interior designers, the company’s craftsmen have designed and handmade countless classic &amp; contemporary bespoke Pool &amp; Snooker tables, dual-purpose dining tables, matching accessories and lighting.  The bespoke nature of the service allows complete freedom to specify every detail, to ensure that each piece is uniquely suited to the room it’s being designed for. They also have many vintage and antique table waiting to be restored.\r\n\r\nSo, the bottom line is that the stunning Pool &amp; Snooker tables, hand made by Sir William Bentley Billiards are now available to Hotels, Bars &amp; Property Developers for rental or lease, as well as outright purchase.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launches new diversity &amp; inclusion guides</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range of bean-to-cup coffee machines by Jura</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery about their success</a></li>\r\n</ul>','On-Trade Progress chats with Simon Le Bon from Sir William Bentley','','inherit','closed','closed','','3957-revision-v1','','','2019-02-14 11:44:58','2019-02-14 11:44:58','',3957,'https://www.ontradeprogress.com/2019/02/14/3957-revision-v1/',0,'revision','',0),(3960,1,'2019-02-14 11:59:07','2019-02-14 11:59:07','<h1>Moving from a traditional POS to a modern EPOS system can help you cut costs and provide a better experience for both employees and customers.</h1>\r\nWith over 18,000 restaurants in London alone, restaurateurs face stiff competition and keeping costs down is difficult yet essential to surviving in this market. However, it cannot be at the expense of the overall customer experience. So how do restaurants successfully walk this fine line?\r\n\r\nUnlike traditional POS, which is slower and more cumbersome as well as harder to learn, an EPOS system provides a mobile, fast and intuitive solution while delivering a comprehensive operating system to help you manage your restaurant.\r\n\r\nWhen investing in an EPOS system, there are a number of criteria that need to be taken into consideration in order to identify the best system for your restaurant.\r\n<h3><strong>Usability</strong></h3>\r\nWith an EPOS interface that is both attractive and intuitive, it is easy to place orders and process payments, as well as execute any back-office function (accounting, reporting, employee management, etc.)\r\n\r\nFor employers who need to train employees to use the system, the quality of the user experience should be a priority.\r\n<h3><strong>Reliability</strong></h3>\r\nThough most EPOS systems run via the internet, choosing a hybrid system allows you to take orders, make menu edits, clock employees in and out, take cash payments and view reports even when you are offline. If you have an unreliable network connection, your hybrid EPOS will continue working.\r\n<h3><strong>Product Update Costs</strong></h3>\r\nAn EPOS system should provide you with regular updates and new features without any additional charge, ensuring that your system always has the most cutting-edge technology. Unlike a traditional POS system that requires you to purchase the latest software, EPOS software continues to improve the longer you use it, allowing you to save money by using the same system for years to come.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launches their new guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery speak about their success in the industry</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">New range of bean-to-cup coffee machines by Jura</a></li>\r\n</ul>\r\n<h3><strong>Restaurant-Specific Needs</strong></h3>\r\nRestaurants have unique business needs. To help you meet those needs, your EPOS should be designed exclusively for the food and beverage industry, and offer restaurant-specific features to help increase sales, improve service and inform business decisions.\r\n\r\nTouchBistro’s EPOS is built for restaurant people, by restaurant people, which means its intuitive interface, hybrid system and regular updates are all designed and maintained by a team that understands what restaurants need to succeed. With a fast-growing office in London, TouchBistro is now used in over 100 countries.\r\n\r\nPartnering with leading EPOS printer manufacturer Star Micronics, your restaurant can benefit from the very latest EPOS printing technology. From a traditional Ethernet matrix printer such as the Star SP700 in the kitchen to the unique TSP143IIIU USB printer front-of-house, Star provides a range of EPOS printing solutions for your restaurant.\r\n\r\nAs the latest addition to the renowned Star TSP100 <em>futurePRNT</em>™ series, the unique TSP143IIIU offers direct cable communication and charging with iOS tablets. In fact, this is the only USB receipt printer today to communicate and charge simultaneously and directly via the Apple-supplied lightning cable with an iPad, iPod or iPhone for reliable USB communication. The printer removes the insecurity of wireless connection and seamlessly combines the flexibility and cost savings of tablet EPOS with the reliability of traditional POS.\r\n\r\nAlternatively, if you prefer a LAN printer Star offers the TSP143III and TSP650II.\r\n\r\n<strong>Learn more at:</strong>\r\n\r\n<strong><a href=\"http://www.touchbistro.com/gb\">www.touchbistro.com/gb</a></strong>\r\n\r\n<strong><u><a href=\"http://www.star-emea.com\">www.Star-EMEA.com</a></u></strong>','Select the best EPOS system for your Restaurant with Star Micronics','','publish','closed','open','','epos-system-star-micronics','','\nhttps://www.ontradeprogress.com/2019/02/14/brewers-association-guide/','2019-02-14 12:00:32','2019-02-14 12:00:32','',0,'https://www.ontradeprogress.com/?p=3960',0,'post','',0),(3961,1,'2019-02-14 11:52:53','2019-02-14 11:52:53','','Star Micronics TouchBistro image','Select the best EPOS system for your Restaurant with Star Micronics','inherit','closed','closed','','star-micronics-touchbistro-image','','','2019-02-14 11:53:31','2019-02-14 11:53:31','',3960,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/Star-Micronics-TouchBistro-image.jpg',0,'attachment','image/jpeg',0),(3962,1,'2019-02-14 11:55:13','2019-02-14 11:55:13','<h1>Moving from a traditional POS to a modern EPOS system can help you cut costs and provide a better experience for both employees and customers.</h1>\r\nWith over 18,000 restaurants in London alone, restaurateurs face stiff competition and keeping costs down is difficult yet essential to surviving in this market. However, it cannot be at the expense of the overall customer experience. So how do restaurants successfully walk this fine line?\r\n\r\nUnlike traditional POS, which is slower and more cumbersome as well as harder to learn, an EPOS system provides a mobile, fast and intuitive solution while delivering a comprehensive operating system to help you manage your restaurant.\r\n\r\nWhen investing in an EPOS system, there are a number of criteria that need to be taken into consideration in order to identify the best system for your restaurant.\r\n<h3><strong>Usability</strong></h3>\r\nWith an EPOS interface that is both attractive and intuitive, it is easy to place orders and process payments, as well as execute any back-office function (accounting, reporting, employee management, etc.)\r\n\r\nFor employers who need to train employees to use the system, the quality of the user experience should be a priority.\r\n<h3><strong>Reliability</strong></h3>\r\nThough most EPOS systems run via the internet, choosing a hybrid system allows you to take orders, make menu edits, clock employees in and out, take cash payments and view reports even when you are offline. If you have an unreliable network connection, your hybrid EPOS will continue working.\r\n<h3><strong>Product Update Costs</strong></h3>\r\nAn EPOS system should provide you with regular updates and new features without any additional charge, ensuring that your system always has the most cutting-edge technology. Unlike a traditional POS system that requires you to purchase the latest software, EPOS software continues to improve the longer you use it, allowing you to save money by using the same system for years to come.\r\n<h3><strong>Restaurant-Specific Needs</strong></h3>\r\nRestaurants have unique business needs. To help you meet those needs, your EPOS should be designed exclusively for the food and beverage industry, and offer restaurant-specific features to help increase sales, improve service and inform business decisions.\r\n\r\nTouchBistro’s EPOS is built for restaurant people, by restaurant people, which means its intuitive interface, hybrid system and regular updates are all designed and maintained by a team that understands what restaurants need to succeed. With a fast-growing office in London, TouchBistro is now used in over 100 countries.\r\n\r\nPartnering with leading EPOS printer manufacturer Star Micronics, your restaurant can benefit from the very latest EPOS printing technology. From a traditional Ethernet matrix printer such as the Star SP700 in the kitchen to the unique TSP143IIIU USB printer front-of-house, Star provides a range of EPOS printing solutions for your restaurant.\r\n\r\nAs the latest addition to the renowned Star TSP100 <em>futurePRNT</em>™ series, the unique TSP143IIIU offers direct cable communication and charging with iOS tablets. In fact, this is the only USB receipt printer today to communicate and charge simultaneously and directly via the Apple-supplied lightning cable with an iPad, iPod or iPhone for reliable USB communication. The printer removes the insecurity of wireless connection and seamlessly combines the flexibility and cost savings of tablet EPOS with the reliability of traditional POS.\r\n\r\nAlternatively, if you prefer a LAN printer Star offers the TSP143III and TSP650II.\r\n\r\n<strong>Learn more at:</strong>\r\n\r\n<strong><a href=\"http://www.touchbistro.com/gb\">www.touchbistro.com/gb</a></strong>\r\n\r\n<strong><u><a href=\"http://www.star-emea.com\">www.Star-EMEA.com</a></u></strong>','Select the best EPOS system for your Restaurant with Star Micronics','','inherit','closed','closed','','3960-revision-v1','','','2019-02-14 11:55:13','2019-02-14 11:55:13','',3960,'https://www.ontradeprogress.com/2019/02/14/3960-revision-v1/',0,'revision','',0),(3963,1,'2019-02-14 11:57:35','2019-02-14 11:57:35','<h1>Moving from a traditional POS to a modern EPOS system can help you cut costs and provide a better experience for both employees and customers.</h1>\r\nWith over 18,000 restaurants in London alone, restaurateurs face stiff competition and keeping costs down is difficult yet essential to surviving in this market. However, it cannot be at the expense of the overall customer experience. So how do restaurants successfully walk this fine line?\r\n\r\nUnlike traditional POS, which is slower and more cumbersome as well as harder to learn, an EPOS system provides a mobile, fast and intuitive solution while delivering a comprehensive operating system to help you manage your restaurant.\r\n\r\nWhen investing in an EPOS system, there are a number of criteria that need to be taken into consideration in order to identify the best system for your restaurant.\r\n<h3><strong>Usability</strong></h3>\r\nWith an EPOS interface that is both attractive and intuitive, it is easy to place orders and process payments, as well as execute any back-office function (accounting, reporting, employee management, etc.)\r\n\r\nFor employers who need to train employees to use the system, the quality of the user experience should be a priority.\r\n<h3><strong>Reliability</strong></h3>\r\nThough most EPOS systems run via the internet, choosing a hybrid system allows you to take orders, make menu edits, clock employees in and out, take cash payments and view reports even when you are offline. If you have an unreliable network connection, your hybrid EPOS will continue working.\r\n<h3><strong>Product Update Costs</strong></h3>\r\nAn EPOS system should provide you with regular updates and new features without any additional charge, ensuring that your system always has the most cutting-edge technology. Unlike a traditional POS system that requires you to purchase the latest software, EPOS software continues to improve the longer you use it, allowing you to save money by using the same system for years to come.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launches their new guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery speak about their success in the industry</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">New range of bean-to-cup coffee machines by Jura</a></li>\r\n</ul>\r\n<h3><strong>Restaurant-Specific Needs</strong></h3>\r\nRestaurants have unique business needs. To help you meet those needs, your EPOS should be designed exclusively for the food and beverage industry, and offer restaurant-specific features to help increase sales, improve service and inform business decisions.\r\n\r\nTouchBistro’s EPOS is built for restaurant people, by restaurant people, which means its intuitive interface, hybrid system and regular updates are all designed and maintained by a team that understands what restaurants need to succeed. With a fast-growing office in London, TouchBistro is now used in over 100 countries.\r\n\r\nPartnering with leading EPOS printer manufacturer Star Micronics, your restaurant can benefit from the very latest EPOS printing technology. From a traditional Ethernet matrix printer such as the Star SP700 in the kitchen to the unique TSP143IIIU USB printer front-of-house, Star provides a range of EPOS printing solutions for your restaurant.\r\n\r\nAs the latest addition to the renowned Star TSP100 <em>futurePRNT</em>™ series, the unique TSP143IIIU offers direct cable communication and charging with iOS tablets. In fact, this is the only USB receipt printer today to communicate and charge simultaneously and directly via the Apple-supplied lightning cable with an iPad, iPod or iPhone for reliable USB communication. The printer removes the insecurity of wireless connection and seamlessly combines the flexibility and cost savings of tablet EPOS with the reliability of traditional POS.\r\n\r\nAlternatively, if you prefer a LAN printer Star offers the TSP143III and TSP650II.\r\n\r\n<strong>Learn more at:</strong>\r\n\r\n<strong><a href=\"http://www.touchbistro.com/gb\">www.touchbistro.com/gb</a></strong>\r\n\r\n<strong><u><a href=\"http://www.star-emea.com\">www.Star-EMEA.com</a></u></strong>','Select the best EPOS system for your Restaurant with Star Micronics','','inherit','closed','closed','','3960-revision-v1','','','2019-02-14 11:57:35','2019-02-14 11:57:35','',3960,'https://www.ontradeprogress.com/2019/02/14/3960-revision-v1/',0,'revision','',0),(3964,1,'2019-02-14 13:39:10','2019-02-14 13:39:10','<h1>This year began with a tabloid fracas, possibly manufactured, about the introduction of a vegan sausage roll to Greggs’ range of baked treats.</h1>\r\nThe news prompted some weary cries of objection by prominent media commentators and wide-ranging support from vegans and other open-minded eaters. For those of us in the hospitality sector, the news isn’t really news at all. We know that venues have quietly been expanding their ranges to accommodate vegans, vegetarians, flexitarians and adventurous customers.\r\n\r\nHospitality continues to operate at the cutting edge, capitalising on new trends and reacting to changing consumer tastes. A quick look at the menus of some of UKHospitality’s members shows major high street brands providing exciting options for vegans. Bill’s has introduced a Veganuary set menu, Las Iguanas devotes an entire menu to vegan options and last year Wagamama unveiled the much-anticipated “vegatsu”, a vegan spin on its wildly popular katsu curry. We like to say that hospitality is the beating heart of the high street. A glance at some of the pioneering options available on menus proves that the sector has certainly tapped into the nation’s culinary zeitgeist.\r\n\r\nThe forthcoming twelve months are quite obviously going to present businesses with some significant uncertainties. Despite the instability, there is no reason to think that outlets won’t continue to surprise and delight customers with audacious new products and experiences.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Starmicronics EPOS system for your restaurant</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launchers new guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel chat about their success </a></li>\r\n</ul>\r\nAreas in which outlets will find themselves challenged are around nutrition and labelling, both under the spotlight as part of the Government’s ongoing efforts to tackle obesity. Recently we have seen consultations on both menu labelling and price promotions, and the Government is going to want to be seen to be acting decisively. Venues are already offering a fantastic range of dishes to suit new tastes, but they will also increasingly need to look at the nutritional content of their menus if they haven’t already done so. By and large, the sector has risen to the challenge extremely well and businesses have been hard at work reformulating menus, providing greater transparency and healthier options.\r\n\r\nAdded to this, recent investigative news outlets have attempted to pile pressure on the sector regarding allergen labelling and food safety. It’s in this area, perhaps more than any other, we need to lead and be seen to be leading. UKHospitality has produced industry guides focusing on good hygiene practice, allergen advice and information on acrylamide. We are keen to continue to work as closely as possible with our members, the wider sector and policy-makers, to ensure that hospitality innovates behind the scenes as well as at the front of house.\r\n\r\nThe sector can expect a few bumps in the road over the course of the year and beyond, but it is in a good position, not only to ride them, but to flourish. A little controversy at the beginning of the year shows that innovation and inspiration is not in short supply, either.','UKHospitality - The introduction of vegan sausage roll to Greggs’ range','','publish','closed','open','','vegan-sausage-roll-greggs','','','2019-02-14 13:39:10','2019-02-14 13:39:10','',0,'https://www.ontradeprogress.com/?p=3964',0,'post','',0),(3965,1,'2019-02-14 12:13:31','2019-02-14 12:13:31','','Vegan sausage roll','Tthe introduction of a vegan sausage roll to Greggs’ range of baked treats.','inherit','closed','closed','','new_vegan_sausage_roll','','','2019-02-14 12:17:01','2019-02-14 12:17:01','',3964,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/new_vegan_sausage_roll.jpg',0,'attachment','image/jpeg',0),(3966,1,'2019-02-14 13:36:38','2019-02-14 13:36:38','<h1>This year began with a tabloid fracas, possibly manufactured, about the introduction of a vegan sausage roll to Greggs’ range of baked treats.</h1>\r\nThe news prompted some weary cries of objection by prominent media commentators and wide-ranging support from vegans and other open-minded eaters. For those of us in the hospitality sector, the news isn’t really news at all. We know that venues have quietly been expanding their ranges to accommodate vegans, vegetarians, flexitarians and adventurous customers.\r\n\r\nHospitality continues to operate at the cutting edge, capitalising on new trends and reacting to changing consumer tastes. A quick look at the menus of some of UKHospitality’s members shows major high street brands providing exciting options for vegans. Bill’s has introduced a Veganuary set menu, Las Iguanas devotes an entire menu to vegan options and last year Wagamama unveiled the much-anticipated “vegatsu”, a vegan spin on its wildly popular katsu curry. We like to say that hospitality is the beating heart of the high street. A glance at some of the pioneering options available on menus proves that the sector has certainly tapped into the nation’s culinary zeitgeist.\r\n\r\nThe forthcoming twelve months are quite obviously going to present businesses with some significant uncertainties. Despite the instability, there is no reason to think that outlets won’t continue to surprise and delight customers with audacious new products and experiences.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Starmicronics EPOS system for your restaurant</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launchers new guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel chat about their success </a></li>\r\n</ul>\r\nAreas in which outlets will find themselves challenged are around nutrition and labelling, both under the spotlight as part of the Government’s ongoing efforts to tackle obesity. Recently we have seen consultations on both menu labelling and price promotions, and the Government is going to want to be seen to be acting decisively. Venues are already offering a fantastic range of dishes to suit new tastes, but they will also increasingly need to look at the nutritional content of their menus if they haven’t already done so. By and large, the sector has risen to the challenge extremely well and businesses have been hard at work reformulating menus, providing greater transparency and healthier options.\r\n\r\nAdded to this, recent investigative news outlets have attempted to pile pressure on the sector regarding allergen labelling and food safety. It’s in this area, perhaps more than any other, we need to lead and be seen to be leading. UKHospitality has produced industry guides focusing on good hygiene practice, allergen advice and information on acrylamide. We are keen to continue to work as closely as possible with our members, the wider sector and policy-makers, to ensure that hospitality innovates behind the scenes as well as at the front of house.\r\n\r\nThe sector can expect a few bumps in the road over the course of the year and beyond, but it is in a good position, not only to ride them, but to flourish. A little controversy at the beginning of the year shows that innovation and inspiration is not in short supply, either.','UKHospitality - The introduction of vegans new sausage roll to Greggs’ range','','inherit','closed','closed','','3964-revision-v1','','','2019-02-14 13:36:38','2019-02-14 13:36:38','',3964,'https://www.ontradeprogress.com/2019/02/14/3964-revision-v1/',0,'revision','',0),(3967,1,'2019-02-14 13:37:09','2019-02-14 13:37:09','<h1>This year began with a tabloid fracas, possibly manufactured, about the introduction of a vegan sausage roll to Greggs’ range of baked treats.</h1>\r\nThe news prompted some weary cries of objection by prominent media commentators and wide-ranging support from vegans and other open-minded eaters. For those of us in the hospitality sector, the news isn’t really news at all. We know that venues have quietly been expanding their ranges to accommodate vegans, vegetarians, flexitarians and adventurous customers.\r\n\r\nHospitality continues to operate at the cutting edge, capitalising on new trends and reacting to changing consumer tastes. A quick look at the menus of some of UKHospitality’s members shows major high street brands providing exciting options for vegans. Bill’s has introduced a Veganuary set menu, Las Iguanas devotes an entire menu to vegan options and last year Wagamama unveiled the much-anticipated “vegatsu”, a vegan spin on its wildly popular katsu curry. We like to say that hospitality is the beating heart of the high street. A glance at some of the pioneering options available on menus proves that the sector has certainly tapped into the nation’s culinary zeitgeist.\r\n\r\nThe forthcoming twelve months are quite obviously going to present businesses with some significant uncertainties. Despite the instability, there is no reason to think that outlets won’t continue to surprise and delight customers with audacious new products and experiences.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Starmicronics EPOS system for your restaurant</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launchers new guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel chat about their success </a></li>\r\n</ul>\r\nAreas in which outlets will find themselves challenged are around nutrition and labelling, both under the spotlight as part of the Government’s ongoing efforts to tackle obesity. Recently we have seen consultations on both menu labelling and price promotions, and the Government is going to want to be seen to be acting decisively. Venues are already offering a fantastic range of dishes to suit new tastes, but they will also increasingly need to look at the nutritional content of their menus if they haven’t already done so. By and large, the sector has risen to the challenge extremely well and businesses have been hard at work reformulating menus, providing greater transparency and healthier options.\r\n\r\nAdded to this, recent investigative news outlets have attempted to pile pressure on the sector regarding allergen labelling and food safety. It’s in this area, perhaps more than any other, we need to lead and be seen to be leading. UKHospitality has produced industry guides focusing on good hygiene practice, allergen advice and information on acrylamide. We are keen to continue to work as closely as possible with our members, the wider sector and policy-makers, to ensure that hospitality innovates behind the scenes as well as at the front of house.\r\n\r\nThe sector can expect a few bumps in the road over the course of the year and beyond, but it is in a good position, not only to ride them, but to flourish. A little controversy at the beginning of the year shows that innovation and inspiration is not in short supply, either.','UKHospitality - The introduction of vegan sausage roll to Greggs’ range','','inherit','closed','closed','','3964-revision-v1','','','2019-02-14 13:37:09','2019-02-14 13:37:09','',3964,'https://www.ontradeprogress.com/2019/02/14/3964-revision-v1/',0,'revision','',0),(3968,1,'2019-02-14 13:39:57','2019-02-14 13:39:57','<h1>This year began with a tabloid fracas, possibly manufactured, about the introduction of a vegan sausage roll to Greggs’ range of baked treats.</h1>\r\nThe news prompted some weary cries of objection by prominent media commentators and wide-ranging support from vegans and other open-minded eaters. For those of us in the hospitality sector, the news isn’t really news at all. We know that venues have quietly been expanding their ranges to accommodate vegans, vegetarians, flexitarians and adventurous customers.\r\n\r\nHospitality continues to operate at the cutting edge, capitalising on new trends and reacting to changing consumer tastes. A quick look at the menus of some of UKHospitality’s members shows major high street brands providing exciting options for vegans. Bill’s has introduced a Veganuary set menu, Las Iguanas devotes an entire menu to vegan options and last year Wagamama unveiled the much-anticipated “vegatsu”, a vegan spin on its wildly popular katsu curry. We like to say that hospitality is the beating heart of the high street. A glance at some of the pioneering options available on menus proves that the sector has certainly tapped into the nation’s culinary zeitgeist.\r\n\r\nThe forthcoming twelve months are quite obviously going to present businesses with some significant uncertainties. Despite the instability, there is no reason to think that outlets won’t continue to surprise and delight customers with audacious new products and experiences.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Starmicronics EPOS system for your restaurant</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launchers new guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel chat about their success </a></li>\r\n</ul>\r\nAreas in which outlets will find themselves challenged are around nutrition and labelling, both under the spotlight as part of the Government’s ongoing efforts to tackle obesity. Recently we have seen consultations on both menu labelling and price promotions, and the Government is going to want to be seen to be acting decisively. Venues are already offering a fantastic range of dishes to suit new tastes, but they will also increasingly need to look at the nutritional content of their menus if they haven’t already done so. By and large, the sector has risen to the challenge extremely well and businesses have been hard at work reformulating menus, providing greater transparency and healthier options.\r\n\r\nAdded to this, recent investigative news outlets have attempted to pile pressure on the sector regarding allergen labelling and food safety. It’s in this area, perhaps more than any other, we need to lead and be seen to be leading. UKHospitality has produced industry guides focusing on good hygiene practice, allergen advice and information on acrylamide. We are keen to continue to work as closely as possible with our members, the wider sector and policy-makers, to ensure that hospitality innovates behind the scenes as well as at the front of house.\r\n\r\nThe sector can expect a few bumps in the road over the course of the year and beyond, but it is in a good position, not only to ride them, but to flourish. A little controversy at the beginning of the year shows that innovation and inspiration is not in short supply, either.','UKHospitality - The introduction of vegan sausage roll to Greggs’ range','','inherit','closed','closed','','3964-autosave-v1','','','2019-02-14 13:39:57','2019-02-14 13:39:57','',3964,'https://www.ontradeprogress.com/2019/02/14/3964-autosave-v1/',0,'revision','',0),(3970,1,'2019-02-14 13:49:51','2019-02-14 13:49:51','<h1><strong>WRS has become one of the leading suppliers of POS systems in Europe. We spoke with Emma Wilson, Business Development Manager from WRS, about their expansion over the years and innovative ethos.</strong></h1>\r\nWRS has expanded over the past to become a significant supplier of POS systems to the hospitality Industry, in the UK, Ireland and Europe. The company has expanded in a manner that has enabled it to ensure the levels of support and development are maintained across its portfolio, but also understands that any solution provided to a client must now be ‘future-proof’.\r\n\r\nTherefore, our development strategy within the business is aimed at bringing innovations to both the ‘front of house’ which allows customers to enjoy their retail experience with the client. Be that in removing the dreaded queue, the ability to order from their mobile device, knowing that the order will either be ready to collect, or delivered, and will be in the condition that they expected without fuss.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/\">Beaumont talk to us about their barware range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/\">Crystaltech improves water hygiene</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/\">We\'ve got a crush on Aussie wine</a></li>\r\n</ul>\r\nWithin that transaction, it is vitally important for the client that those sales are performed so all necessary security required in today’s market place are also met. That the sales reduce stock, financials are accounted for in a correct manner, that the clients have the necessary information to ensure they are trading profitably, they are aware of sales trends and have access to business crucial data that enables management decisions are made on real ‘live data’ not historic.\r\n\r\nIn the past year WRS Systems has supplied and managed one of the largest and significant system upgrades, when we replaced the existing POS system in over 1000 stores, within budget, within timescale and without loss of trading.\r\n\r\nWRS continues to expand and develop its customer base, and we thrive at the opportunity to work with new clients who have a forward thinking and innovative approach to their business.','We sat down with Emma Wilson to discuss WRS\'s POS systems','','inherit','closed','closed','','3923-revision-v1','','','2019-02-14 13:49:51','2019-02-14 13:49:51','',3923,'https://www.ontradeprogress.com/2019/02/14/3923-revision-v1/',0,'revision','',0),(3971,1,'2019-02-14 15:09:12','2019-02-14 15:09:12','<h1><em>What do you do when you want to create the latest destination rooftop bar in London, but don’t want your vision to be hampered by the elements?</em></h1>\r\n<em>You turn your outdoor bar into an indoor bar – or an indoor, outdoor bar, if you’re the DoubleTree by Hilton Hotel London – Tower of London.</em>\r\n\r\n<em>Jason Eastwood, Managing Director of Canopies UK, reveals how the sky really was the limit when it came to making sure guests can enjoy the iconic views of London from Hilton’s Savage Garden bar, whether it’s day or night, raining or sunny.</em>\r\n\r\n[caption id=\"attachment_3973\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3973\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-1.jpg--300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\nCanopies UK were contacted by the hotel’s owner to help transform the former Sky Lounge site on the 12th floor into a 8,870 sq ft, 400 capacity lounge bar, including a feature bar, cocktail lounge, dining areas, private spaces, as well as two large outdoor north and south-facing terraces.\r\n\r\nEssentially, the project involved making a real statement, which Canopies UK enabled the Hilton to do by helping the hotel make the most of every single square inch of space that was available to them – both inside and out.\r\n\r\n“The north Wildside terrace is a dedicated events space that can be hired for private events and functions, such as weddings, and looks out over many of London’s landmarks, including Tower Bridge, The Gherkin and St Paul’s Cathedral,” explains Jason.\r\n\r\n“Being up on the roof, meant that the new bar, particularly the Wildside terrace, was at the mercy of the weather, so we were called upon to install one our Cantabria canopies, which features not one, but six retractable roofs that can be opened and closed independently of each other at the touch of a button. From a design perspective, it’s a real head-turning feature, and from a practical perspective, it enables the terrace to be quickly and easily transformed from an al fresco summer hotspot into a winter events space for private hire and seasonal pop-ups.”\r\n\r\nIn addition to the highly stylish and unique retractable waterproof roofs, the canopy also features integrated guttering, LED lighting, heating and a combination of fixed and vertical sliding glass screens that can be retracted in the finer weather and partially or fully closed in cooler, wetter and more changeable weather. Meanwhile, the overall structure has been painted grey so that it seamlessly blends in with the surroundings and the inside is white, which helps make the space feel bright and spacious.\r\n\r\n[caption id=\"attachment_3975\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3975\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-3.jpg--300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n<h3><strong>A tall order</strong></h3>\r\nWorking at such a height – 12 storeys up - meant that Canopies UK had to overcome several logistical and practical challenges in order to install the canopy, which spans 37 metres in length and stands at almost six metres tall.\r\n\r\nA total of 18 crane lifts were used to move the 20,000kg of materials that were needed to build the canopy, from the ground to the top floor within extremely tight parameters. Due to the site’s central London location, there was limited space for the materials on both the ground level and up on the roof.\r\n\r\n“Thanks to our careful planning and logistics and working closely with the hotel and other contractors, we were able to work around these space restrictions,” adds Jason.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The new vegan sausage roll</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Star Micronics - The best EPOS system</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launches a new guide</a></li>\r\n</ul>\r\n<h3><strong>Testing times</strong></h3>\r\nCanopies UK also had to overcome several other challenges that really put their skills to the test during the four-month project, which included increasing the overall height of the 36 metre-long canopy so that it incorporated the terrace steps. This was achieved through a combination of clever design and joining systems and by creating a Perspex-filled arc feature.\r\n\r\nAnd because the building wasn’t totally square with the canopy, Canopies UK made a bespoke GRP system that linked the building and the system neatly together. While state-of-the-art Hilti scanning tools and bespoke structural calculations were used to fix the actual structure to the existing roof.\r\n<h3><strong>The sky’s the limit</strong></h3>\r\n[caption id=\"attachment_3976\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3976\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-4.jpg--300x239.jpg\" alt=\"\" width=\"300\" height=\"239\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\n“Our extensive experience and tried-and-tested processes, particularly our site-specific calculations, all really came into play for this installation,” adds Jason.\r\n\r\n“For instance, by scanning the concrete, we were able to create a bespoke fixing method that would cause minimal disruption to the structure. It’s innovative ways of working like this, that also meant the hotel was able to stay fully open and all nearby guest and conference rooms and bar areas could still be used as the Cantabria canopy took shape.\r\n\r\n“This project really does prove that the sky’s the limit when it comes to installing one of our canopy systems. We’re extremely proud of this installation, which is testimony to the fact it’s possible to transform your outdoor space into indoor space, no matter how tight space gets or how high up you may be!”\r\n\r\nThe hotel’s General Manager, Bernadette Gilligan, said: “The canopy on Wildside has been flawlessly designed to accommodate events throughout the year.\r\n\r\n“Come rain or shine, guests can enjoy everything from drinks to private events in the space as the retractable canopy - designed and built as bespoke for Savage Garden – means that the terrace can be cosy and covered during winter, and the perfect suntrap come summer.”\r\n\r\n<strong>For more information about Canopies UK, call 01254 777 002, email <a href=\"mailto:info@canopiesuk.co.uk\">info@canopiesuk.co.uk</a> or visit <a href=\"https://www.canopiesuk.co.uk/professional/espana/cantabria/\">https://www.canopiesuk.co.uk/professional/espana/cantabria/</a></strong>','Canopies UK - Raising the roof at Hilton’s brand new bar','','publish','closed','open','','canopies-uk-raising-hiltons-brand-new-bar','','','2019-02-14 15:09:12','2019-02-14 15:09:12','',0,'https://www.ontradeprogress.com/?p=3971',0,'post','',0),(3973,1,'2019-02-14 14:57:51','2019-02-14 14:57:51','','Building: Hilton Double TreeLocation: LondonClient: Canopies UK','Building: Hilton Double Tree\nLocation: London\nClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk','','','2019-02-14 15:02:17','2019-02-14 15:02:17','',3971,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-1.jpg-.jpg',0,'attachment','image/jpeg',0),(3974,1,'2019-02-14 14:58:58','2019-02-14 14:58:58','','Canopies UK','Canopies UK - Raising the roof at Hilton’s brand new bar','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-2','','','2019-02-14 15:01:55','2019-02-14 15:01:55','',3971,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-2.jpg-.jpg',0,'attachment','image/jpeg',0),(3975,1,'2019-02-14 14:59:58','2019-02-14 14:59:58','','Building: Hilton Double TreeLocation: LondonClient: Canopies UK','Building: Hilton Double Tree\nLocation: London\nClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-3','','','2019-02-14 15:03:24','2019-02-14 15:03:24','',3971,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-3.jpg-.jpg',0,'attachment','image/jpeg',0),(3976,1,'2019-02-14 15:01:04','2019-02-14 15:01:04','','Building: Hilton Double TreeLocation: LondonClient: Canopies UK','Building: Hilton Double Tree\nLocation: London\nClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-4','','','2019-02-14 15:03:42','2019-02-14 15:03:42','',3971,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-4.jpg-.jpg',0,'attachment','image/jpeg',0),(3977,1,'2019-02-14 15:04:46','2019-02-14 15:04:46','<h1><em>What do you do when you want to create the latest destination rooftop bar in London, but don’t want your vision to be hampered by the elements?</em></h1>\r\n<em>You turn your outdoor bar into an indoor bar – or an indoor, outdoor bar, if you’re the DoubleTree by Hilton Hotel London – Tower of London.</em>\r\n\r\n<em>Jason Eastwood, Managing Director of Canopies UK, reveals how the sky really was the limit when it came to making sure guests can enjoy the iconic views of London from Hilton’s Savage Garden bar, whether it’s day or night, raining or sunny.</em>\r\n\r\n[caption id=\"attachment_3973\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3973\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-1.jpg--300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\nCanopies UK were contacted by the hotel’s owner to help transform the former Sky Lounge site on the 12th floor into a 8,870 sq ft, 400 capacity lounge bar, including a feature bar, cocktail lounge, dining areas, private spaces, as well as two large outdoor north and south-facing terraces.\r\n\r\nEssentially, the project involved making a real statement, which Canopies UK enabled the Hilton to do by helping the hotel make the most of every single square inch of space that was available to them – both inside and out.\r\n\r\n“The north Wildside terrace is a dedicated events space that can be hired for private events and functions, such as weddings, and looks out over many of London’s landmarks, including Tower Bridge, The Gherkin and St Paul’s Cathedral,” explains Jason.\r\n\r\n“Being up on the roof, meant that the new bar, particularly the Wildside terrace, was at the mercy of the weather, so we were called upon to install one our Cantabria canopies, which features not one, but six retractable roofs that can be opened and closed independently of each other at the touch of a button. From a design perspective, it’s a real head-turning feature, and from a practical perspective, it enables the terrace to be quickly and easily transformed from an al fresco summer hotspot into a winter events space for private hire and seasonal pop-ups.”\r\n\r\nIn addition to the highly stylish and unique retractable waterproof roofs, the canopy also features integrated guttering, LED lighting, heating and a combination of fixed and vertical sliding glass screens that can be retracted in the finer weather and partially or fully closed in cooler, wetter and more changeable weather. Meanwhile, the overall structure has been painted grey so that it seamlessly blends in with the surroundings and the inside is white, which helps make the space feel bright and spacious.\r\n<h3><strong>A tall order</strong></h3>\r\nWorking at such a height – 12 storeys up - meant that Canopies UK had to overcome several logistical and practical challenges in order to install the canopy, which spans 37 metres in length and stands at almost six metres tall.\r\n\r\nA total of 18 crane lifts were used to move the 20,000kg of materials that were needed to build the canopy, from the ground to the top floor within extremely tight parameters. Due to the site’s central London location, there was limited space for the materials on both the ground level and up on the roof.\r\n\r\n“Thanks to our careful planning and logistics and working closely with the hotel and other contractors, we were able to work around these space restrictions,” adds Jason.\r\n\r\n[caption id=\"attachment_3975\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3975\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-3.jpg--300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n<h3><strong>Testing times</strong></h3>\r\nCanopies UK also had to overcome several other challenges that really put their skills to the test during the four-month project, which included increasing the overall height of the 36 metre-long canopy so that it incorporated the terrace steps. This was achieved through a combination of clever design and joining systems and by creating a Perspex-filled arc feature.\r\n\r\nAnd because the building wasn’t totally square with the canopy, Canopies UK made a bespoke GRP system that linked the building and the system neatly together. While state-of-the-art Hilti scanning tools and bespoke structural calculations were used to fix the actual structure to the existing roof.\r\n<h3><strong>The sky’s the limit</strong></h3>\r\n[caption id=\"attachment_3976\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3976\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-4.jpg--300x239.jpg\" alt=\"\" width=\"300\" height=\"239\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\n“Our extensive experience and tried-and-tested processes, particularly our site-specific calculations, all really came into play for this installation,” adds Jason.\r\n\r\n“For instance, by scanning the concrete, we were able to create a bespoke fixing method that would cause minimal disruption to the structure. It’s innovative ways of working like this, that also meant the hotel was able to stay fully open and all nearby guest and conference rooms and bar areas could still be used as the Cantabria canopy took shape.\r\n\r\n“This project really does prove that the sky’s the limit when it comes to installing one of our canopy systems. We’re extremely proud of this installation, which is testimony to the fact it’s possible to transform your outdoor space into indoor space, no matter how tight space gets or how high up you may be!”\r\n\r\nThe hotel’s General Manager, Bernadette Gilligan, said: “The canopy on Wildside has been flawlessly designed to accommodate events throughout the year.\r\n\r\n“Come rain or shine, guests can enjoy everything from drinks to private events in the space as the retractable canopy - designed and built as bespoke for Savage Garden – means that the terrace can be cosy and covered during winter, and the perfect suntrap come summer.”\r\n\r\nFor more information about Canopies UK, call 01254 777 002, email <a href=\"mailto:info@canopiesuk.co.uk\">info@canopiesuk.co.uk</a> or visit <a href=\"https://www.canopiesuk.co.uk/professional/espana/cantabria/\">https://www.canopiesuk.co.uk/professional/espana/cantabria/</a>','Canopies UK - Raising the roof at Hilton’s brand new bar','','inherit','closed','closed','','3971-revision-v1','','','2019-02-14 15:04:46','2019-02-14 15:04:46','',3971,'https://www.ontradeprogress.com/2019/02/14/3971-revision-v1/',0,'revision','',0),(3978,1,'2019-02-14 15:05:31','2019-02-14 15:05:31','<h1><em>What do you do when you want to create the latest destination rooftop bar in London, but don’t want your vision to be hampered by the elements?</em></h1>\r\n<em>You turn your outdoor bar into an indoor bar – or an indoor, outdoor bar, if you’re the DoubleTree by Hilton Hotel London – Tower of London.</em>\r\n\r\n<em>Jason Eastwood, Managing Director of Canopies UK, reveals how the sky really was the limit when it came to making sure guests can enjoy the iconic views of London from Hilton’s Savage Garden bar, whether it’s day or night, raining or sunny.</em>\r\n\r\n[caption id=\"attachment_3973\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3973\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-1.jpg--300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\nCanopies UK were contacted by the hotel’s owner to help transform the former Sky Lounge site on the 12th floor into a 8,870 sq ft, 400 capacity lounge bar, including a feature bar, cocktail lounge, dining areas, private spaces, as well as two large outdoor north and south-facing terraces.\r\n\r\nEssentially, the project involved making a real statement, which Canopies UK enabled the Hilton to do by helping the hotel make the most of every single square inch of space that was available to them – both inside and out.\r\n\r\n“The north Wildside terrace is a dedicated events space that can be hired for private events and functions, such as weddings, and looks out over many of London’s landmarks, including Tower Bridge, The Gherkin and St Paul’s Cathedral,” explains Jason.\r\n\r\n“Being up on the roof, meant that the new bar, particularly the Wildside terrace, was at the mercy of the weather, so we were called upon to install one our Cantabria canopies, which features not one, but six retractable roofs that can be opened and closed independently of each other at the touch of a button. From a design perspective, it’s a real head-turning feature, and from a practical perspective, it enables the terrace to be quickly and easily transformed from an al fresco summer hotspot into a winter events space for private hire and seasonal pop-ups.”\r\n\r\nIn addition to the highly stylish and unique retractable waterproof roofs, the canopy also features integrated guttering, LED lighting, heating and a combination of fixed and vertical sliding glass screens that can be retracted in the finer weather and partially or fully closed in cooler, wetter and more changeable weather. Meanwhile, the overall structure has been painted grey so that it seamlessly blends in with the surroundings and the inside is white, which helps make the space feel bright and spacious.\r\n\r\n[caption id=\"attachment_3975\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3975\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-3.jpg--300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n<h3><strong>A tall order</strong></h3>\r\nWorking at such a height – 12 storeys up - meant that Canopies UK had to overcome several logistical and practical challenges in order to install the canopy, which spans 37 metres in length and stands at almost six metres tall.\r\n\r\nA total of 18 crane lifts were used to move the 20,000kg of materials that were needed to build the canopy, from the ground to the top floor within extremely tight parameters. Due to the site’s central London location, there was limited space for the materials on both the ground level and up on the roof.\r\n\r\n“Thanks to our careful planning and logistics and working closely with the hotel and other contractors, we were able to work around these space restrictions,” adds Jason.\r\n<h3><strong>Testing times</strong></h3>\r\nCanopies UK also had to overcome several other challenges that really put their skills to the test during the four-month project, which included increasing the overall height of the 36 metre-long canopy so that it incorporated the terrace steps. This was achieved through a combination of clever design and joining systems and by creating a Perspex-filled arc feature.\r\n\r\nAnd because the building wasn’t totally square with the canopy, Canopies UK made a bespoke GRP system that linked the building and the system neatly together. While state-of-the-art Hilti scanning tools and bespoke structural calculations were used to fix the actual structure to the existing roof.\r\n<h3><strong>The sky’s the limit</strong></h3>\r\n[caption id=\"attachment_3976\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3976\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-4.jpg--300x239.jpg\" alt=\"\" width=\"300\" height=\"239\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\n“Our extensive experience and tried-and-tested processes, particularly our site-specific calculations, all really came into play for this installation,” adds Jason.\r\n\r\n“For instance, by scanning the concrete, we were able to create a bespoke fixing method that would cause minimal disruption to the structure. It’s innovative ways of working like this, that also meant the hotel was able to stay fully open and all nearby guest and conference rooms and bar areas could still be used as the Cantabria canopy took shape.\r\n\r\n“This project really does prove that the sky’s the limit when it comes to installing one of our canopy systems. We’re extremely proud of this installation, which is testimony to the fact it’s possible to transform your outdoor space into indoor space, no matter how tight space gets or how high up you may be!”\r\n\r\nThe hotel’s General Manager, Bernadette Gilligan, said: “The canopy on Wildside has been flawlessly designed to accommodate events throughout the year.\r\n\r\n“Come rain or shine, guests can enjoy everything from drinks to private events in the space as the retractable canopy - designed and built as bespoke for Savage Garden – means that the terrace can be cosy and covered during winter, and the perfect suntrap come summer.”\r\n\r\nFor more information about Canopies UK, call 01254 777 002, email <a href=\"mailto:info@canopiesuk.co.uk\">info@canopiesuk.co.uk</a> or visit <a href=\"https://www.canopiesuk.co.uk/professional/espana/cantabria/\">https://www.canopiesuk.co.uk/professional/espana/cantabria/</a>','Canopies UK - Raising the roof at Hilton’s brand new bar','','inherit','closed','closed','','3971-revision-v1','','','2019-02-14 15:05:31','2019-02-14 15:05:31','',3971,'https://www.ontradeprogress.com/2019/02/14/3971-revision-v1/',0,'revision','',0),(3979,1,'2019-02-14 15:08:25','2019-02-14 15:08:25','<h1><em>What do you do when you want to create the latest destination rooftop bar in London, but don’t want your vision to be hampered by the elements?</em></h1>\r\n<em>You turn your outdoor bar into an indoor bar – or an indoor, outdoor bar, if you’re the DoubleTree by Hilton Hotel London – Tower of London.</em>\r\n\r\n<em>Jason Eastwood, Managing Director of Canopies UK, reveals how the sky really was the limit when it came to making sure guests can enjoy the iconic views of London from Hilton’s Savage Garden bar, whether it’s day or night, raining or sunny.</em>\r\n\r\n[caption id=\"attachment_3973\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3973\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-1.jpg--300x192.jpg\" alt=\"\" width=\"300\" height=\"192\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\nCanopies UK were contacted by the hotel’s owner to help transform the former Sky Lounge site on the 12th floor into a 8,870 sq ft, 400 capacity lounge bar, including a feature bar, cocktail lounge, dining areas, private spaces, as well as two large outdoor north and south-facing terraces.\r\n\r\nEssentially, the project involved making a real statement, which Canopies UK enabled the Hilton to do by helping the hotel make the most of every single square inch of space that was available to them – both inside and out.\r\n\r\n“The north Wildside terrace is a dedicated events space that can be hired for private events and functions, such as weddings, and looks out over many of London’s landmarks, including Tower Bridge, The Gherkin and St Paul’s Cathedral,” explains Jason.\r\n\r\n“Being up on the roof, meant that the new bar, particularly the Wildside terrace, was at the mercy of the weather, so we were called upon to install one our Cantabria canopies, which features not one, but six retractable roofs that can be opened and closed independently of each other at the touch of a button. From a design perspective, it’s a real head-turning feature, and from a practical perspective, it enables the terrace to be quickly and easily transformed from an al fresco summer hotspot into a winter events space for private hire and seasonal pop-ups.”\r\n\r\nIn addition to the highly stylish and unique retractable waterproof roofs, the canopy also features integrated guttering, LED lighting, heating and a combination of fixed and vertical sliding glass screens that can be retracted in the finer weather and partially or fully closed in cooler, wetter and more changeable weather. Meanwhile, the overall structure has been painted grey so that it seamlessly blends in with the surroundings and the inside is white, which helps make the space feel bright and spacious.\r\n\r\n[caption id=\"attachment_3975\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3975\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-3.jpg--300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n<h3><strong>A tall order</strong></h3>\r\nWorking at such a height – 12 storeys up - meant that Canopies UK had to overcome several logistical and practical challenges in order to install the canopy, which spans 37 metres in length and stands at almost six metres tall.\r\n\r\nA total of 18 crane lifts were used to move the 20,000kg of materials that were needed to build the canopy, from the ground to the top floor within extremely tight parameters. Due to the site’s central London location, there was limited space for the materials on both the ground level and up on the roof.\r\n\r\n“Thanks to our careful planning and logistics and working closely with the hotel and other contractors, we were able to work around these space restrictions,” adds Jason.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The new vegan sausage roll</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Star Micronics - The best EPOS system</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/\">Brewers Association launches a new guide</a></li>\r\n</ul>\r\n<h3><strong>Testing times</strong></h3>\r\nCanopies UK also had to overcome several other challenges that really put their skills to the test during the four-month project, which included increasing the overall height of the 36 metre-long canopy so that it incorporated the terrace steps. This was achieved through a combination of clever design and joining systems and by creating a Perspex-filled arc feature.\r\n\r\nAnd because the building wasn’t totally square with the canopy, Canopies UK made a bespoke GRP system that linked the building and the system neatly together. While state-of-the-art Hilti scanning tools and bespoke structural calculations were used to fix the actual structure to the existing roof.\r\n<h3><strong>The sky’s the limit</strong></h3>\r\n[caption id=\"attachment_3976\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3976\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-4.jpg--300x239.jpg\" alt=\"\" width=\"300\" height=\"239\" /> Building: Hilton Double Tree<br />Location: London<br />Client: Canopies UK[/caption]\r\n\r\n“Our extensive experience and tried-and-tested processes, particularly our site-specific calculations, all really came into play for this installation,” adds Jason.\r\n\r\n“For instance, by scanning the concrete, we were able to create a bespoke fixing method that would cause minimal disruption to the structure. It’s innovative ways of working like this, that also meant the hotel was able to stay fully open and all nearby guest and conference rooms and bar areas could still be used as the Cantabria canopy took shape.\r\n\r\n“This project really does prove that the sky’s the limit when it comes to installing one of our canopy systems. We’re extremely proud of this installation, which is testimony to the fact it’s possible to transform your outdoor space into indoor space, no matter how tight space gets or how high up you may be!”\r\n\r\nThe hotel’s General Manager, Bernadette Gilligan, said: “The canopy on Wildside has been flawlessly designed to accommodate events throughout the year.\r\n\r\n“Come rain or shine, guests can enjoy everything from drinks to private events in the space as the retractable canopy - designed and built as bespoke for Savage Garden – means that the terrace can be cosy and covered during winter, and the perfect suntrap come summer.”\r\n\r\n<strong>For more information about Canopies UK, call 01254 777 002, email <a href=\"mailto:info@canopiesuk.co.uk\">info@canopiesuk.co.uk</a> or visit <a href=\"https://www.canopiesuk.co.uk/professional/espana/cantabria/\">https://www.canopiesuk.co.uk/professional/espana/cantabria/</a></strong>','Canopies UK - Raising the roof at Hilton’s brand new bar','','inherit','closed','closed','','3971-revision-v1','','','2019-02-14 15:08:25','2019-02-14 15:08:25','',3971,'https://www.ontradeprogress.com/2019/02/14/3971-revision-v1/',0,'revision','',0),(3981,1,'2019-02-14 16:07:03','2019-02-14 16:07:03','<h1>Bob Pease, president &amp; CEO of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers on diversity and inclusion on the beer industry and the upcoming Craft Beer Rising festival.</h1>\nDiversity and inclusion in the beer industry present opportunities for businesses to lead and succeed hence why I’m pleased to announce the launch of a new collection of best practice guides from the Brewers Association that lay the groundwork for addressing, creating and managing a diversity and inclusion programme.\n\nAuthored by Dr J. Nikol Jackson-Beckham, diversity ambassador for the Brewers Association, these resources are designed to help a business with everything from starting the conversation about why diversity matters to setting up a framework to assess the success of a diversity and inclusion programme.\n\nDesigned for breweries of all sizes, this five-part series provides expert guidance to those businesses who wish to invest in their diversity and inclusion effort but may not know where to start.  Each easy-to-follow resource averages a 20-30 minute read and builds in progression from the previous guide.  They are: Laying the Groundwork for Diversity and Inclusion\n<ul>\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Fans</li>\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Hands</li>\n 	<li>Best Practices for Implementing Diversity and Inclusion: Diversifying Your Brand</li>\n 	<li>Assessing Your Efforts in Diversity and Inclusion</li>\n</ul>\nIn other news, the Brewers Association will be exhibiting at Craft Beer Rising, London, 21-23 February with a wide range of innovative, high-quality American craft beers, most of which are rarely, if ever, seen in the UK.  Beers are being air-freighted to ensure they reach British beer lovers in optimal condition and a series of talks and tasting Masterclasses demonstrating the world-class quality of American craft beer will take place during the festival.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/\">Mad Squirrel Brewery talk about their success</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/\">The new pro range from Jura</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/\">Fat Media gave us tips to instantly impress</a></li>\n</ul>\nThrough its Export Development Program the Brewers Association will represent between 15-18 small and independent American craft breweries pouring approximately 45-50 different beers running the gamut of beer styles from lagers and Kölsch through to Barrel-Aged imperial stouts and barley wines. Classic beer styles with a distinctive American twist along with hazy and juicy IPAs, IPA variants and a host of other styles will be available.  Many are new to the UK while others are much-loved favourites and we offer beers to suit the new-to-craft beer lover through to the connoisseur.\n\nNow in our third year of attendance, Craft Beer Rising presents a good opportunity for the beer industry to interact with American craft beer and meet key importers and members of the trade.   The demand for American craft beer in the UK remains strong.  It is the second largest export market after Canada and accounts for 10.5 percent of all American craft beer exports, up 7.1 percent in 2017 (the latest figures available). There are now more than 7,000 small and independent breweries in America with another 2,000 in planning and the Independent Craft Brewer Seal has been adopted by more than  4,000 breweries since its launch in June 2017.\n\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which</strong> <strong>are available for download on <a href=\"http://www.BrewersAssociation.org\">www.BrewersAssociation.org</a> or <a href=\"http://www.CraftBeer.com\">www.CraftBeer.com</a></strong>','Brewers Association launches new diversity & inclusion guides','','inherit','closed','closed','','3951-autosave-v1','','','2019-02-14 16:07:03','2019-02-14 16:07:03','',3951,'https://www.ontradeprogress.com/2019/02/14/3951-autosave-v1/',0,'revision','',0),(3983,1,'2019-02-19 11:40:01','2019-02-19 11:40:01','<h1>Whether it’s the thumping bass, hard-hitting strobes and a DJ making you groove all night long. The sweaty mosh pit, cooling beer showers and harmonious, crowd fuelled choruses. Or the intimate, heart-warming gig in your local, played by local artists for the locals. Amazing memories and experiences are made.</h1>\r\nThere’s always one crucial catalyst to all these experiences, a catalyst that has been the making of so many of the worlds most loved artists, a catalyst that is so integrated into the industry, that’s it’s embedded in the very the fabric of existence of music. The venue.\r\n\r\nRegardless of its size or prestige, a venue gives artists the platform to share and create these memories. Many a venue have in fact gained their fame (or infamy) from the artists they’ve hosted, which only adds to the romanticism further.\r\n\r\nAll of this aside, from a business perspective, there’s huge benefits a venue can gain from offering music. This month, <em>On-Trade Progress </em>teams up with our good friends PPLPRS in a live music special to get under the skin of the UK’s live music scene. We’ve got two amazing venues to delve into, some important dos &amp; don’ts and some great insight into the process from an artist’s perspective\r\n<h3><strong>Do you remember the first time?</strong></h3>\r\nI am referring to the first time you ever saw live music of course. Most people remember their first ever ‘gig’.\r\n\r\nFor me, it was INXS at De Montfort Hall in 1988. I clearly remember the enigmatic, and now sadly departed, Michael Hutchence holding me mesmerised with his voice, stage presence and the all-encompassing sound of the music filling the whole room. Standing up, transfixed, hands in the air, I could feel the music thudding through the floor and through every single part of me. I was 15 years old and very much bitten by the live gig bug!\r\n\r\nLive music has the power to bring people together, be it in a small club or pub or a huge muddy field, everyone is there for the same reason.  There are no teams, no different sides, no competition. They are simply there to hear the music they love and have a good time.\r\n\r\nMany of today’s globally famous acts were inspired by a live performance. Mick Jagger, Keith Richards and Brian Jones met at an Alexis Korner gig in London in 1962, going on to form what was to become one of the biggest rock bands on the planet.\r\n\r\nIn 1976 an unknown punk band called The Sex Pistols played a gig in Manchester. Unbeknown to everyone in the 200-capacity venue was that this performance would spawn three bands that would go on to become household names during the rise of Manchester bands in the 80s and 90s – Joy Division, The Fall and The Smiths.\r\n<h3><strong>The ‘goosebump’ effect</strong></h3>\r\n[caption id=\"attachment_3986\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3986\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-1-200x300.jpg\" alt=\"The Music Licence from PPL PRS\" width=\"200\" height=\"300\" /> The Music Licence from PPL PRS[/caption]\r\n\r\nLive music not only inspires budding musicians and artists, but it can change our physiological balance! A recent study undertaken by Barclaycard and Harvard University* investigated the science behind the ‘goosebump’ effect when watching a gig.\r\n\r\nThe research, conducted at Reading and Leeds Festival in August last year found that more than half (55 per cent) of the 100 participants wearing monitoring devices were susceptible to experiencing goosebumps during live entertainment, with a chill inducing moment most likely to occur within the first minute of a performance. A total of 126 goosebump moments were experienced during the study, averaging at 2.8 per minute.\r\n\r\nParticipants that reported an emotional memory associated with the performance or lyrics of a song doubled their chances of experiencing goosebumps. Collective crowd experience, such as singing and dancing along was also a key factor for delivering the shivers. Powerful stuff!\r\n\r\nThese days live music is booming. It has become so much more accessible than it was 30 years ago. Parents are introducing their children to gigs before they can even sing along, festivals have become family weekends away, we are travelling around the world to watch acts perform live.\r\n\r\nAll this wouldn’t be possible though if many of the global superstars we know, and love hadn’t been able to start performing in grassroots venues. In June 2003, Alex Turner took to the stage in The Grapes pub in Sheffield, and phenomenon rise of The Arctic Monkeys began. Without small venues hosting bands like this, the UK live music scene would almost definitely decline.\r\n\r\n<em><strong>*</strong> Research carried out by Matthew Sachs (Harvard University, University of Southern California) and Robin Murphy (Associate Professor of Experimental Psychology at the University of Oxford), is association with Barclaycard with a total of 100 participants at Reading &amp; Leeds festivals on location at Reading Festival on Saturday 25 August and Leeds Festival on Sunday 26 August 2018.</em>\r\n\r\n<a href=\"https://www.home.barclaycard/content/dam/bcardpublic/FinalContent/NewsandViews/2017/Barclaycard-Goosebumps-Report-Final%20.pdf\">https://www.home.barclaycard/content/dam/bcardpublic/FinalContent/NewsandViews/2017/Barclaycard-Goosebumps-Report-Final%20.pdf</a>\r\n<h3><strong>Protecting the future of music</strong></h3>\r\nThe Music Licence from PPL PRS has been introduced to help make playing music to the public more straightforward.\r\n\r\nPPL PRS exist to protect the value of music so that music creators can continue making the music that we all love and enjoy. After our business costs, music licence fees are distributed to those involved in making music via our parent companies PPL and <em>PRS for Music</em>. Our parent companies each have databases storing millions of musical compositions and recordings. Together with information about what music is being played or performed at your event, PPL and <em>PRS for Music </em>can determine fairly and efficiently which of their members to pay and how much to pay them. This means that by purchasing The Music Licence, you are supporting the future of music by helping to ensure its creators are paid for their work, so that people who write, perform, compose, record or publish music can continue to make the music you love.\r\n\r\nIf your venue is hosting events containing live music, recorded music or both, you  will probably need The Music Licence.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The introduction of the vegan sausage roll at Greggs\'</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Select the best EOPS system with Star Micronics</a></li>\r\n</ul>\r\n<h3><strong>Thinking of playing live music in your venue?</strong></h3>\r\nWhen used effectively, live events have the potential to provide a number of benefits to your business or organisation.\r\n\r\n[caption id=\"attachment_3987\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3987\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_1137651683-300x225.jpg\" alt=\"The Music Licence from PPL PRS\" width=\"300\" height=\"225\" /> The Music Licence from PPL PRS[/caption]\r\n<h3><strong>Enhance the environment </strong></h3>\r\nLive music has the ability to help set the tone, change the mood and create an atmosphere that people enjoy. It can provide an opportunity for your customers to be more engaged, making the whole experience with your business and brand even more enjoyable and memorable. It can make your organisation seem more relatable and ensures it retains a modern and up to date feel. Not only does this contribute to customer satisfaction, it can also improve loyalty and retention.\r\n<h3><strong>Attract new interest </strong></h3>\r\nShowcasing both well-known artists and local talent could help your business grow by attracting the artist’s own fans and other fans of the music/genre/style. PPL PRS generally only charge a percentage for events (normally up to 4.2% of either the net admission or gross box office receipts) so live entertainment can potentially be an economical way of helping your business generate new custom.\r\n<h3><strong>How is the cost calculated? </strong></h3>\r\nThe cost of The Music Licence depends on a number of factors. For live events and performances The Music Licence fees are calculated on your specific event, which means our licence is tailored to your individual needs.\r\n\r\nAt PPL PRS we have a specialised team of Live Music Advisers who will take you through your music licence application step-by-step, making it easy for you to obtain a music licence for the playing or performance of music at your event.  If your organisation is hosting multiple events you will be assigned a dedicated Account Manager; a regular point of contact who understands your business, account and your events. They will help you to manage all the licensing elements of your events and live performances.\r\n\r\nTo get a quote for The Music Licence for your event or performance please contact our Live Music Team. To help process your application please ensure you read The Music Licence Quote Checklist,  on our website, for each section that is applicable to you, and you have the relevant information ready so we can provide an accurate quote for your music licence.\r\n\r\n<strong>Contact our Live Music Team on 0208 338 1407 or email livemusic@pplprs.co.uk to get TheMusicLicence for your live event or performance.</strong>','The Music Licence from PPL PRS -  helping to play music more straightforward','','publish','closed','open','','music-license-ppl-prs','','','2019-02-19 11:40:01','2019-02-19 11:40:01','',0,'https://www.ontradeprogress.com/?p=3983',0,'post','',0),(3984,1,'2019-02-19 11:19:04','2019-02-19 11:19:04','','The Music Licence from PPL PRS - helping to play music more straightforward','The Music Licence from PPL PRS - helping to play music more straightforward','inherit','closed','closed','','crowd-of-audience-at-during-a-concert-2','','','2019-02-19 11:33:32','2019-02-19 11:33:32','',3983,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/OTP3_EDIT-1.jpg',0,'attachment','image/jpeg',0),(3985,1,'2019-02-19 11:20:11','2019-02-19 11:20:11','<h1>Whether it’s the thumping bass, hard-hitting strobes and a DJ making you groove all night long. The sweaty mosh pit, cooling beer showers and harmonious, crowd fuelled choruses. Or the intimate, heart-warming gig in your local, played by local artists for the locals. Amazing memories and experiences are made.</h1>\r\nThere’s always one crucial catalyst to all these experiences, a catalyst that has been the making of so many of the worlds most loved artists, a catalyst that is so integrated into the industry, that’s it’s embedded in the very the fabric of existence of music. The venue.\r\n\r\nRegardless of its size or prestige, a venue gives artists the platform to share and create these memories. Many a venue have in fact gained their fame (or infamy) from the artists they’ve hosted, which only adds to the romanticism further.\r\n\r\nAll of this aside, from a business perspective, there’s huge benefits a venue can gain from offering music. This month, <em>On-Trade Progress </em>teams up with our good friends PPLPRS in a live music special to get under the skin of the UK’s live music scene. We’ve got two amazing venues to delve into, some important dos &amp; don’ts and some great insight into the process from an artist’s perspective\r\n<h3><strong>Do you remember the first time?</strong></h3>\r\nI am referring to the first time you ever saw live music of course. Most people remember their first ever ‘gig’.\r\n\r\nFor me, it was INXS at De Montfort Hall in 1988. I clearly remember the enigmatic, and now sadly departed, Michael Hutchence holding me mesmerised with his voice, stage presence and the all-encompassing sound of the music filling the whole room. Standing up, transfixed, hands in the air, I could feel the music thudding through the floor and through every single part of me. I was 15 years old and very much bitten by the live gig bug!\r\n\r\nLive music has the power to bring people together, be it in a small club or pub or a huge muddy field, everyone is there for the same reason.  There are no teams, no different sides, no competition. They are simply there to hear the music they love and have a good time.\r\n\r\nMany of today’s globally famous acts were inspired by a live performance. Mick Jagger, Keith Richards and Brian Jones met at an Alexis Korner gig in London in 1962, going on to form what was to become one of the biggest rock bands on the planet.\r\n\r\nIn 1976 an unknown punk band called The Sex Pistols played a gig in Manchester. Unbeknown to everyone in the 200-capacity venue was that this performance would spawn three bands that would go on to become household names during the rise of Manchester bands in the 80s and 90s – Joy Division, The Fall and The Smiths.\r\n<h3><strong>The ‘goosebump’ effect</strong></h3>\r\nLive music not only inspires budding musicians and artists, but it can change our physiological balance! A recent study undertaken by Barclaycard and Harvard University* investigated the science behind the ‘goosebump’ effect when watching a gig.\r\n\r\nThe research, conducted at Reading and Leeds Festival in August last year found that more than half (55 per cent) of the 100 participants wearing monitoring devices were susceptible to experiencing goosebumps during live entertainment, with a chill inducing moment most likely to occur within the first minute of a performance. A total of 126 goosebump moments were experienced during the study, averaging at 2.8 per minute.\r\n\r\nParticipants that reported an emotional memory associated with the performance or lyrics of a song doubled their chances of experiencing goosebumps. Collective crowd experience, such as singing and dancing along was also a key factor for delivering the shivers. Powerful stuff!\r\n\r\nThese days live music is booming. It has become so much more accessible than it was 30 years ago. Parents are introducing their children to gigs before they can even sing along, festivals have become family weekends away, we are travelling around the world to watch acts perform live.\r\n\r\nAll this wouldn’t be possible though if many of the global superstars we know, and love hadn’t been able to start performing in grassroots venues. In June 2003, Alex Turner took to the stage in The Grapes pub in Sheffield, and phenomenon rise of The Arctic Monkeys began. Without small venues hosting bands like this, the UK live music scene would almost definitely decline.\r\n\r\n<strong>*</strong> Research carried out by Matthew Sachs (Harvard University, University of Southern California) and Robin Murphy (Associate Professor of Experimental Psychology at the University of Oxford), is association with Barclaycard with a total of 100 participants at Reading &amp; Leeds festivals on location at Reading Festival on Saturday 25 August and Leeds Festival on Sunday 26 August 2018.\r\nhttps://www.home.barclaycard/content/dam/bcardpublic/FinalContent/NewsandViews/2017/Barclaycard-Goosebumps-Report-Final%20.pdf\r\n<h3><strong>Protecting the future of music</strong></h3>\r\nThe Music Licence from PPL PRS has been introduced to help make playing music to the public more straightforward.\r\n\r\nPPL PRS exist to protect the value of music so that music creators can continue making the music that we all love and enjoy. After our business costs, music licence fees are distributed to those involved in making music via our parent companies PPL and <em>PRS for Music</em>. Our parent companies each have databases storing millions of musical compositions and recordings. Together with information about what music is being played or performed at your event, PPL and <em>PRS for Music </em>can determine fairly and efficiently which of their members to pay and how much to pay them. This means that by purchasing The Music Licence, you are supporting the future of music by helping to ensure its creators are paid for their work, so that people who write, perform, compose, record or publish music can continue to make the music you love.\r\n\r\nIf your venue is hosting events containing live music, recorded music or both, you  will probably need The Music Licence.\r\n<h3><strong>\r\nThinking of playing live music in your venue?</strong></h3>\r\nWhen used effectively, live events have the potential to provide a number of benefits to your business or organisation.\r\n<h3><strong>Enhance the environment </strong></h3>\r\nLive music has the ability to help set the tone, change the mood and create an atmosphere that people enjoy. It can provide an opportunity for your customers to be more engaged, making the whole experience with your business and brand even more enjoyable and memorable. It can make your organisation seem more relatable and ensures it retains a modern and up to date feel. Not only does this contribute to customer satisfaction, it can also improve loyalty and retention.\r\n<h3><strong>Attract new interest </strong></h3>\r\nShowcasing both well-known artists and local talent could help your business grow by attracting the artist’s own fans and other fans of the music/genre/style. PPL PRS generally only charge a percentage for events (normally up to 4.2% of either the net admission or gross box office receipts) so live entertainment can potentially be an economical way of helping your business generate new custom.\r\n<h3><strong>How is the cost calculated? </strong></h3>\r\nThe cost of The Music Licence depends on a number of factors. For live events and performances The Music Licence fees are calculated on your specific event, which means our licence is tailored to your individual needs.\r\n\r\nAt PPL PRS we have a specialised team of Live Music Advisers who will take you through your music licence application step-by-step, making it easy for you to obtain a music licence for the playing or performance of music at your event.  If your organisation is hosting multiple events you will be assigned a dedicated Account Manager; a regular point of contact who understands your business, account and your events. They will help you to manage all the licensing elements of your events and live performances.\r\n\r\nTo get a quote for The Music Licence for your event or performance please contact our Live Music Team. To help process your application please ensure you read The Music Licence Quote Checklist,  on our website, for each section that is applicable to you, and you have the relevant information ready so we can provide an accurate quote for your music licence.\r\n\r\n<strong>Contact our Live Music Team on 0208 338 1407 or email livemusic@pplprs.co.uk to get TheMusicLicence for your live event or performance.</strong>','The Music Licence from PPL PRS -  helping to play music more straightforward','','inherit','closed','closed','','3983-revision-v1','','','2019-02-19 11:20:11','2019-02-19 11:20:11','',3983,'https://www.ontradeprogress.com/2019/02/19/3983-revision-v1/',0,'revision','',0),(3986,1,'2019-02-19 11:20:59','2019-02-19 11:20:59','','The Music Licence from PPL PRS -','The Music Licence from PPL PRS','inherit','closed','closed','','shutterstock_287805713-2','','','2019-02-19 11:22:30','2019-02-19 11:22:30','',3983,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-1.jpg',0,'attachment','image/jpeg',0),(3987,1,'2019-02-19 11:31:37','2019-02-19 11:31:37','','The Music Licence from PPL PRS','The Music Licence from PPL PRS','inherit','closed','closed','','shutterstock_1137651683','','','2019-02-19 11:33:57','2019-02-19 11:33:57','',3983,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_1137651683.jpg',0,'attachment','image/jpeg',0),(3988,1,'2019-02-19 11:39:36','2019-02-19 11:39:36','<h1>Whether it’s the thumping bass, hard-hitting strobes and a DJ making you groove all night long. The sweaty mosh pit, cooling beer showers and harmonious, crowd fuelled choruses. Or the intimate, heart-warming gig in your local, played by local artists for the locals. Amazing memories and experiences are made.</h1>\r\nThere’s always one crucial catalyst to all these experiences, a catalyst that has been the making of so many of the worlds most loved artists, a catalyst that is so integrated into the industry, that’s it’s embedded in the very the fabric of existence of music. The venue.\r\n\r\nRegardless of its size or prestige, a venue gives artists the platform to share and create these memories. Many a venue have in fact gained their fame (or infamy) from the artists they’ve hosted, which only adds to the romanticism further.\r\n\r\nAll of this aside, from a business perspective, there’s huge benefits a venue can gain from offering music. This month, <em>On-Trade Progress </em>teams up with our good friends PPLPRS in a live music special to get under the skin of the UK’s live music scene. We’ve got two amazing venues to delve into, some important dos &amp; don’ts and some great insight into the process from an artist’s perspective\r\n<h3><strong>Do you remember the first time?</strong></h3>\r\nI am referring to the first time you ever saw live music of course. Most people remember their first ever ‘gig’.\r\n\r\nFor me, it was INXS at De Montfort Hall in 1988. I clearly remember the enigmatic, and now sadly departed, Michael Hutchence holding me mesmerised with his voice, stage presence and the all-encompassing sound of the music filling the whole room. Standing up, transfixed, hands in the air, I could feel the music thudding through the floor and through every single part of me. I was 15 years old and very much bitten by the live gig bug!\r\n\r\nLive music has the power to bring people together, be it in a small club or pub or a huge muddy field, everyone is there for the same reason.  There are no teams, no different sides, no competition. They are simply there to hear the music they love and have a good time.\r\n\r\nMany of today’s globally famous acts were inspired by a live performance. Mick Jagger, Keith Richards and Brian Jones met at an Alexis Korner gig in London in 1962, going on to form what was to become one of the biggest rock bands on the planet.\r\n\r\nIn 1976 an unknown punk band called The Sex Pistols played a gig in Manchester. Unbeknown to everyone in the 200-capacity venue was that this performance would spawn three bands that would go on to become household names during the rise of Manchester bands in the 80s and 90s – Joy Division, The Fall and The Smiths.\r\n<h3><strong>The ‘goosebump’ effect</strong></h3>\r\n[caption id=\"attachment_3986\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-3986\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_287805713-1-200x300.jpg\" alt=\"The Music Licence from PPL PRS\" width=\"200\" height=\"300\" /> The Music Licence from PPL PRS[/caption]\r\n\r\nLive music not only inspires budding musicians and artists, but it can change our physiological balance! A recent study undertaken by Barclaycard and Harvard University* investigated the science behind the ‘goosebump’ effect when watching a gig.\r\n\r\nThe research, conducted at Reading and Leeds Festival in August last year found that more than half (55 per cent) of the 100 participants wearing monitoring devices were susceptible to experiencing goosebumps during live entertainment, with a chill inducing moment most likely to occur within the first minute of a performance. A total of 126 goosebump moments were experienced during the study, averaging at 2.8 per minute.\r\n\r\nParticipants that reported an emotional memory associated with the performance or lyrics of a song doubled their chances of experiencing goosebumps. Collective crowd experience, such as singing and dancing along was also a key factor for delivering the shivers. Powerful stuff!\r\n\r\nThese days live music is booming. It has become so much more accessible than it was 30 years ago. Parents are introducing their children to gigs before they can even sing along, festivals have become family weekends away, we are travelling around the world to watch acts perform live.\r\n\r\nAll this wouldn’t be possible though if many of the global superstars we know, and love hadn’t been able to start performing in grassroots venues. In June 2003, Alex Turner took to the stage in The Grapes pub in Sheffield, and phenomenon rise of The Arctic Monkeys began. Without small venues hosting bands like this, the UK live music scene would almost definitely decline.\r\n\r\n<em><strong>*</strong> Research carried out by Matthew Sachs (Harvard University, University of Southern California) and Robin Murphy (Associate Professor of Experimental Psychology at the University of Oxford), is association with Barclaycard with a total of 100 participants at Reading &amp; Leeds festivals on location at Reading Festival on Saturday 25 August and Leeds Festival on Sunday 26 August 2018.</em>\r\n\r\n<a href=\"https://www.home.barclaycard/content/dam/bcardpublic/FinalContent/NewsandViews/2017/Barclaycard-Goosebumps-Report-Final%20.pdf\">https://www.home.barclaycard/content/dam/bcardpublic/FinalContent/NewsandViews/2017/Barclaycard-Goosebumps-Report-Final%20.pdf</a>\r\n<h3><strong>Protecting the future of music</strong></h3>\r\nThe Music Licence from PPL PRS has been introduced to help make playing music to the public more straightforward.\r\n\r\nPPL PRS exist to protect the value of music so that music creators can continue making the music that we all love and enjoy. After our business costs, music licence fees are distributed to those involved in making music via our parent companies PPL and <em>PRS for Music</em>. Our parent companies each have databases storing millions of musical compositions and recordings. Together with information about what music is being played or performed at your event, PPL and <em>PRS for Music </em>can determine fairly and efficiently which of their members to pay and how much to pay them. This means that by purchasing The Music Licence, you are supporting the future of music by helping to ensure its creators are paid for their work, so that people who write, perform, compose, record or publish music can continue to make the music you love.\r\n\r\nIf your venue is hosting events containing live music, recorded music or both, you  will probably need The Music Licence.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The introduction of the vegan sausage roll at Greggs\'</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/\">Select the best EOPS system with Star Micronics</a></li>\r\n</ul>\r\n<h3><strong>Thinking of playing live music in your venue?</strong></h3>\r\nWhen used effectively, live events have the potential to provide a number of benefits to your business or organisation.\r\n\r\n[caption id=\"attachment_3987\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3987\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_1137651683-300x225.jpg\" alt=\"The Music Licence from PPL PRS\" width=\"300\" height=\"225\" /> The Music Licence from PPL PRS[/caption]\r\n<h3><strong>Enhance the environment </strong></h3>\r\nLive music has the ability to help set the tone, change the mood and create an atmosphere that people enjoy. It can provide an opportunity for your customers to be more engaged, making the whole experience with your business and brand even more enjoyable and memorable. It can make your organisation seem more relatable and ensures it retains a modern and up to date feel. Not only does this contribute to customer satisfaction, it can also improve loyalty and retention.\r\n<h3><strong>Attract new interest </strong></h3>\r\nShowcasing both well-known artists and local talent could help your business grow by attracting the artist’s own fans and other fans of the music/genre/style. PPL PRS generally only charge a percentage for events (normally up to 4.2% of either the net admission or gross box office receipts) so live entertainment can potentially be an economical way of helping your business generate new custom.\r\n<h3><strong>How is the cost calculated? </strong></h3>\r\nThe cost of The Music Licence depends on a number of factors. For live events and performances The Music Licence fees are calculated on your specific event, which means our licence is tailored to your individual needs.\r\n\r\nAt PPL PRS we have a specialised team of Live Music Advisers who will take you through your music licence application step-by-step, making it easy for you to obtain a music licence for the playing or performance of music at your event.  If your organisation is hosting multiple events you will be assigned a dedicated Account Manager; a regular point of contact who understands your business, account and your events. They will help you to manage all the licensing elements of your events and live performances.\r\n\r\nTo get a quote for The Music Licence for your event or performance please contact our Live Music Team. To help process your application please ensure you read The Music Licence Quote Checklist,  on our website, for each section that is applicable to you, and you have the relevant information ready so we can provide an accurate quote for your music licence.\r\n\r\n<strong>Contact our Live Music Team on 0208 338 1407 or email livemusic@pplprs.co.uk to get TheMusicLicence for your live event or performance.</strong>','The Music Licence from PPL PRS -  helping to play music more straightforward','','inherit','closed','closed','','3983-revision-v1','','','2019-02-19 11:39:36','2019-02-19 11:39:36','',3983,'https://www.ontradeprogress.com/2019/02/19/3983-revision-v1/',0,'revision','',0),(3989,1,'2019-02-19 13:17:55','2019-02-19 13:17:55','<h1>The Brewers Association will be representing an unprecedented number of American craft breweries (22) at this year’s Craft Beer Rising festival (21-23 February), showcasing more than 60 high quality, innovative and different craft beers at the forefront of the American craft brewing movement.</h1>\r\nDemand for American craft beer in the UK remains strong. It is the second largest global export market after Canada with 10.5% of all American craft beer exports, up 7.1% in the latest period (year ending 31.12.17). Global American craft beer exports were up 3.6 per cent in 2017, worth a record $125.4 million.\r\n\r\nNow in its third consecutive year at the Festival, the Brewers Association, through its Export Development Programme, will offer a range of diverse, creative, cutting-edge American craft beers in can or bottle format, ranging in style and strength from English mild to barrel aged stout and Belgian quad.  The gamut of IPAs will be well represented by classic, fruited, Brut, juicy and hazy, sour and other iterations of the style all tasting at the top of their game.\r\n\r\nBeers are being flown over from the States to ensure freshness and include a range of styles from classic, tried &amp; true consumer favourites to rare and experimental beers that seldom make the trip to the UK.\r\n<h3>Breweries participating include:  (subject to change)</h3>\r\n[caption id=\"attachment_3996\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3996\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/what_is_craft_beer_thumb-300x300.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"300\" /> Brewers Association American Craft Breweries Show (21-23 February)[/caption]\r\n\r\nBoulevard Brewing Company- Kansas City, MO\r\nCigar City Brewery- Tampa, FL\r\nCoronado Brewing Co.- Coronado, CA\r\nDC Brau Brewing Company- Washington D.C.\r\nEpic Brewing Co.- Salt Lake City, Utah\r\nFiftyFifty Brewing Co.- Truckee, CA\r\nFoolproof Brewing Company- Pawtucket, RI\r\nHardywood Park Craft Brewery- Richmond, VA\r\nJolly Pumpkin Artisan Ales- Dexter, MI\r\nLickinghole Creek Craft Brewery  - Goochland, VA\r\nNew Belgium Brewing Company- Fort Collins, CO\r\nNew Holland Brewing Company- Holland, MI\r\nOdell Brewing Company- Fort Collins, CO\r\nOskar Blues Brewery- Lyons, CO\r\nPort City Brewing Company- Alexandria, VA\r\nReuben\'s Brews- Seattle, WA\r\nSaranac Brewery- Utica, NY\r\nSierra Nevada Brewing Company- Chico, CA\r\nStone Brewing Company- Escondido, CA\r\nThree Weavers Brewing- Inglewood, CA\r\nUpslope Brewing Co. – Boulder, CO\r\nWormtown Brewery- Worcester, MA\r\n\r\n[caption id=\"attachment_3995\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3995\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cooler_seal-300x217.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"217\" /> American Craft Breweries Show (21-23 February)[/caption]\r\n\r\nSteve Parr, export development programme manager for the Brewers Association, comments: “The high level of interest in Craft Beer Rising from our Export Development Programme members shows the importance of the UK market and how the demand for world-class quality American craft beer remains strong.  The range of bottles and cans available at this year’s Festival is wider than ever before and demonstrates the consistent, high quality of America’s small and independent craft brewers with a style to suit everyone from the new-to-craft beer drinker through to the connoisseur.”\r\n\r\nDuring the Festival the Brewers Association will be partaking in panel discussions and conducting tastings, as follows:\r\n\r\n<strong>Friday 2pm-2.45pm:</strong> Future Trends, featuring Steve Parr, Export Development Programme manager, Brewers Association\r\n\r\n<strong>Friday 6.30-7.15pm</strong>: tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n\r\n<strong>Saturday 12.30-1.15pm</strong>: Get Your Geek On, a how-to judge sessions featuring Steve Parr and Lotte Peplow UK/Europe representative for the Brewers Association\r\n\r\n<strong>Saturday 3.45pm-4.15pm:</strong> Break Out Brewsters and Other Female Stars of our Bars featuring Lotte Peplow\r\n\r\n<strong>Saturday 6.45pm-7.15pm:</strong> tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n<h3>Everyone is welcome to attend</h3>\r\nThere are now more than 7,100 small and independent craft breweries in the US with a further 2,000 in planning and the Brewers Association Independent Craft Brewer Seal has been adopted by 4,100+ breweries since launch in June 2017 representing over 85% of all independent craft beer volume.  A new Independent Craft Brewer Supporter Seal was launched in January 2019 for all champions of independent craft breweries, including distributors, retailers, festivals, websites and allied trade companies. It can be accessed through the newly launched website <a href=\"http://www.SupportIndependentBeer.com\">www.SupportIndependentBeer.com</a>\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which are available for download on <a href=\"http://www.brewersassociation.com\">www.brewersassociation.com</a> or <a href=\"http://www.craftbeer.com\">www.craftbeer.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">The Music Licence from PPL PRS - What you need to know</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The new vegan sausage roll</a></li>\r\n</ul>','Brewers Association American craft breweries show unprecedented interest in craft beer rising','','publish','closed','open','','craft-breweries-brewers-association-show','','https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\nhttps://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/','2019-02-19 15:37:57','2019-02-19 15:37:57','',0,'https://www.ontradeprogress.com/?p=3989',0,'post','',0),(3990,1,'2019-02-19 12:20:31','2019-02-19 12:20:31','','Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK','Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-5','','','2019-02-19 12:20:31','2019-02-19 12:20:31','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-1-1.jpg-1-1.jpg',0,'attachment','image/jpeg',0),(3991,1,'2019-02-19 12:21:40','2019-02-19 12:21:40','','Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK','Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-6','','','2019-02-19 12:21:40','2019-02-19 12:21:40','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-2-1.jpg-1-1.jpg',0,'attachment','image/jpeg',0),(3992,1,'2019-02-19 12:22:39','2019-02-19 12:22:39','','Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK','Building: Hilton Double Tree\rLocation: London\rClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-7','','','2019-02-19 12:22:39','2019-02-19 12:22:39','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-3-1.jpg-1-1.jpg',0,'attachment','image/jpeg',0),(3993,1,'2019-02-19 12:23:39','2019-02-19 12:23:39','','Building: Hilton Double TreeLocation: LondonClient: Canopies UK','Building: Hilton Double Tree\nLocation: London\nClient: Canopies UK','inherit','closed','closed','','building-hilton-double-treelocation-londonclient-canopies-uk-8','','','2019-02-19 12:40:13','2019-02-19 12:40:13','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/HiltonDoubleTree-4-1.jpg-1-1.jpg',0,'attachment','image/jpeg',0),(3994,1,'2019-02-19 12:40:28','2019-02-19 12:40:28','','Brewers Association American Craft Breweries Show (21-23 February)','','inherit','closed','closed','','cb-43','','','2019-02-19 12:44:16','2019-02-19 12:44:16','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/cb-43.jpg',0,'attachment','image/jpeg',0),(3995,1,'2019-02-19 12:41:07','2019-02-19 12:41:07','','Brewers Association American Craft Breweries Show (21-23 February)','Brewers Association American Craft Breweries Show (21-23 February)','inherit','closed','closed','','cooler_seal','','','2019-02-19 13:15:34','2019-02-19 13:15:34','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/cooler_seal.jpg',0,'attachment','image/jpeg',0),(3996,1,'2019-02-19 12:41:54','2019-02-19 12:41:54','','Brewers Association American Craft Breweries Show (21-23 February)','Brewers Association American Craft Breweries Show (21-23 February)','inherit','closed','closed','','what_is_craft_beer_thumb','','','2019-02-19 12:44:40','2019-02-19 12:44:40','',3989,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/what_is_craft_beer_thumb.jpg',0,'attachment','image/jpeg',0),(3997,1,'2019-02-19 12:43:27','2019-02-19 12:43:27','<h1>The Brewers Association will be representing an unprecedented number of American craft breweries (22) at this year’s  Craft Beer Rising festival (21-23 February), showcasing more than 60 high quality, innovative and different craft beers at the forefront of the American craft brewing movement.</h1>\r\nDemand for American craft beer in the UK remains strong. It is the second largest global export market after Canada with 10.5% of all American craft beer exports, up 7.1% in the latest period (year ending 31.12.17).    Global American craft beer exports were up 3.6 per cent in 2017, worth a record $125.4 million.\r\n\r\nNow in its third consecutive year at the Festival, the Brewers Association, through its Export Development Programme, will offer a range of diverse, creative, cutting-edge American craft beers in can or bottle format, ranging in style and strength from English mild to barrel aged stout and Belgian quad.  The gamut of IPAs will be well represented by classic, fruited, Brut, juicy and hazy, sour and other iterations of the style all tasting at the top of their game.\r\n\r\nBeers are being flown over from the States to ensure freshness and include a range of styles from classic, tried &amp; true consumer favourites to rare and experimental beers that seldom make the trip to the UK.\r\n<h3>Breweries participating include:  (subject to change)</h3>\r\nBoulevard Brewing Company- Kansas City, MO\r\nCigar City Brewery- Tampa, FL\r\nCoronado Brewing Co.- Coronado, CA\r\nDC Brau Brewing Company- Washtington D.C.\r\nEpic Brewing Co.- Salt Lake City, Utah\r\nFiftyFifty Brewing Co.- Truckee, CA\r\nFoolproof Brewing Company- Pawtucket, RI\r\nHardywood Park Craft Brewery- Richmond, VA\r\nJolly Pumpkin Artisan Ales- Dexter, MI\r\nLickinghole Creek Craft Brewery  - Goochland, VA\r\nNew Belgium Brewing Company- Fort Collins, CO\r\nNew Holland Brewing Company- Holland, MI\r\nOdell Brewing Company- Fort Collins, CO\r\nOskar Blues Brewery- Lyons, CO\r\nPort City Brewing Company- Alexandria, VA\r\nReuben\'s Brews- Seattle, WA\r\nSaranac Brewery- Utica, NY\r\nSierra Nevada Brewing Company- Chico, CA\r\nStone Brewing Company- Escondido, CA\r\nThree Weavers Brewing- Inglewood, CA\r\nUpslope Brewing Co. – Boulder, CO\r\nWormtown Brewery- Worcester, MA\r\n\r\nSteve Parr, export development programme manager for the Brewers Association, comments: “The high level of interest in Craft Beer Rising from our Export Development Programme members shows the importance of the UK market and how the demand for world-class quality American craft beer remains strong.  The range of bottles and cans available at this year’s Festival is wider than ever before and demonstrates the consistent, high quality of America’s small and independent craft brewers with a style to suit everyone from the new-to-craft beer drinker through to the connoisseur.”\r\n\r\nDuring the Festival the Brewers Association will be partaking in panel discussions and conducting tastings, as follows:\r\n\r\n<strong>Friday 2pm-2.45pm:</strong> Future Trends, featuring Steve Parr, Export Development Programme manager, Brewers Association\r\n\r\n<strong>Friday 6.30-7.15pm</strong>: tasting of seven rare and sought-after high quality American craft beers with their respective brewers\r\n\r\n<strong>Saturday 12.30-1.15pm</strong>: Get Your Geek On, a how to judge sessions featuring Steve Parr and Lotte Peplow UK/Europe representative for the Brewers Association\r\n\r\n<strong>Saturday 3.45pm-4.15pm:</strong> Break Out Brewsters and Other Female Stars of our Bars featuring Lotte Peplow\r\n\r\n<strong>Saturday 6.45pm-7.15pm:</strong> tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n<h3>Everyone is welcome to attend</h3>\r\nThere are now more than 7,100 small and independent craft breweries in the US with a further 2,000 in planning and the Brewers Association Independent Craft Brewer Seal has been adopted by 4,100+ breweries since launch in June 2017 representing over 85% of all independent craft beer volume.  A new Independent Craft Brewer Supporter Seal was launched in January 2019 for all champions of independent craft breweries, including distributors, retailers, festivals, websites and allied trade companies. It can be accessed through the newly launched website <a href=\"http://www.SupportIndependentBeer.com\">www.SupportIndependentBeer.com</a>\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which are available for download on <a href=\"http://www.brewersassociation.com\">www.brewersassociation.com</a> or <a href=\"http://www.craftbeer.com\">www.craftbeer.com</a></strong>','Brewers Association American craft breweries show unprecedented interest in craft beer rising','','inherit','closed','closed','','3989-revision-v1','','','2019-02-19 12:43:27','2019-02-19 12:43:27','',3989,'https://www.ontradeprogress.com/2019/02/19/3989-revision-v1/',0,'revision','',0),(3998,1,'2019-02-19 13:17:37','2019-02-19 13:17:37','<h1>The Brewers Association will be representing an unprecedented number of American craft breweries (22) at this year’s  Craft Beer Rising festival (21-23 February), showcasing more than 60 high quality, innovative and different craft beers at the forefront of the American craft brewing movement.</h1>\r\nDemand for American craft beer in the UK remains strong. It is the second largest global export market after Canada with 10.5% of all American craft beer exports, up 7.1% in the latest period (year ending 31.12.17).    Global American craft beer exports were up 3.6 per cent in 2017, worth a record $125.4 million.\r\n\r\nNow in its third consecutive year at the Festival, the Brewers Association, through its Export Development Programme, will offer a range of diverse, creative, cutting-edge American craft beers in can or bottle format, ranging in style and strength from English mild to barrel aged stout and Belgian quad.  The gamut of IPAs will be well represented by classic, fruited, Brut, juicy and hazy, sour and other iterations of the style all tasting at the top of their game.\r\n\r\nBeers are being flown over from the States to ensure freshness and include a range of styles from classic, tried &amp; true consumer favourites to rare and experimental beers that seldom make the trip to the UK.\r\n<h3>Breweries participating include:  (subject to change)</h3>\r\n[caption id=\"attachment_3996\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3996\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/what_is_craft_beer_thumb-300x300.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"300\" /> Brewers Association American Craft Breweries Show (21-23 February)[/caption]\r\n\r\nBoulevard Brewing Company- Kansas City, MO\r\nCigar City Brewery- Tampa, FL\r\nCoronado Brewing Co.- Coronado, CA\r\nDC Brau Brewing Company- Washington D.C.\r\nEpic Brewing Co.- Salt Lake City, Utah\r\nFiftyFifty Brewing Co.- Truckee, CA\r\nFoolproof Brewing Company- Pawtucket, RI\r\nHardywood Park Craft Brewery- Richmond, VA\r\nJolly Pumpkin Artisan Ales- Dexter, MI\r\nLickinghole Creek Craft Brewery  - Goochland, VA\r\nNew Belgium Brewing Company- Fort Collins, CO\r\nNew Holland Brewing Company- Holland, MI\r\nOdell Brewing Company- Fort Collins, CO\r\nOskar Blues Brewery- Lyons, CO\r\nPort City Brewing Company- Alexandria, VA\r\nReuben\'s Brews- Seattle, WA\r\nSaranac Brewery- Utica, NY\r\nSierra Nevada Brewing Company- Chico, CA\r\nStone Brewing Company- Escondido, CA\r\nThree Weavers Brewing- Inglewood, CA\r\nUpslope Brewing Co. – Boulder, CO\r\nWormtown Brewery- Worcester, MA\r\n\r\n[caption id=\"attachment_3995\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3995\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cooler_seal-300x217.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"217\" /> American Craft Breweries Show (21-23 February)[/caption]\r\n\r\nSteve Parr, export development programme manager for the Brewers Association, comments: “The high level of interest in Craft Beer Rising from our Export Development Programme members shows the importance of the UK market and how the demand for world-class quality American craft beer remains strong.  The range of bottles and cans available at this year’s Festival is wider than ever before and demonstrates the consistent, high quality of America’s small and independent craft brewers with a style to suit everyone from the new-to-craft beer drinker through to the connoisseur.”\r\n\r\nDuring the Festival the Brewers Association will be partaking in panel discussions and conducting tastings, as follows:\r\n\r\n<strong>Friday 2pm-2.45pm:</strong> Future Trends, featuring Steve Parr, Export Development Programme manager, Brewers Association\r\n\r\n<strong>Friday 6.30-7.15pm</strong>: tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n\r\n<strong>Saturday 12.30-1.15pm</strong>: Get Your Geek On, a how-to judge sessions featuring Steve Parr and Lotte Peplow UK/Europe representative for the Brewers Association\r\n\r\n<strong>Saturday 3.45pm-4.15pm:</strong> Break Out Brewsters and Other Female Stars of our Bars featuring Lotte Peplow\r\n\r\n<strong>Saturday 6.45pm-7.15pm:</strong> tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n<h3>Everyone is welcome to attend</h3>\r\nThere are now more than 7,100 small and independent craft breweries in the US with a further 2,000 in planning and the Brewers Association Independent Craft Brewer Seal has been adopted by 4,100+ breweries since launch in June 2017 representing over 85% of all independent craft beer volume.  A new Independent Craft Brewer Supporter Seal was launched in January 2019 for all champions of independent craft breweries, including distributors, retailers, festivals, websites and allied trade companies. It can be accessed through the newly launched website <a href=\"http://www.SupportIndependentBeer.com\">www.SupportIndependentBeer.com</a>\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which are available for download on <a href=\"http://www.brewersassociation.com\">www.brewersassociation.com</a> or <a href=\"http://www.craftbeer.com\">www.craftbeer.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">The Music Licence from PPL PRS - What you need to know</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The new vegan sausage roll</a></li>\r\n</ul>','Brewers Association American craft breweries show unprecedented interest in craft beer rising','','inherit','closed','closed','','3989-revision-v1','','','2019-02-19 13:17:37','2019-02-19 13:17:37','',3989,'https://www.ontradeprogress.com/2019/02/19/3989-revision-v1/',0,'revision','',0),(3999,1,'2019-02-19 15:26:52','2019-02-19 15:26:52','<h1>The Brewers Association will be representing an unprecedented number of American craft breweries (22) at this year’s Craft Beer Rising festival (21-23 February), showcasing more than 60 high quality, innovative and different craft beers at the forefront of the American craft brewing movement.</h1>\nDemand for American craft beer in the UK remains strong. It is the second largest global export market after Canada with 10.5% of all American craft beer exports, up 7.1% in the latest period (year ending 31.12.17). Global American craft beer exports were up 3.6 per cent in 2017, worth a record $125.4 million.\n\nNow in its third consecutive year at the Festival, the Brewers Association, through its Export Development Programme, will offer a range of diverse, creative, cutting-edge American craft beers in can or bottle format, ranging in style and strength from English mild to barrel aged stout and Belgian quad.  The gamut of IPAs will be well represented by classic, fruited, Brut, juicy and hazy, sour and other iterations of the style all tasting at the top of their game.\n\nBeers are being flown over from the States to ensure freshness and include a range of styles from classic, tried &amp; true consumer favourites to rare and experimental beers that seldom make the trip to the UK.\n<h3>Breweries participating include:  (subject to change)</h3>\n[caption id=\"attachment_3996\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3996\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/what_is_craft_beer_thumb-300x300.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"300\" /> Brewers Association American Craft Breweries Show (21-23 February)[/caption]\n\nBoulevard Brewing Company- Kansas City, MO\nCigar City Brewery- Tampa, FL\nCoronado Brewing Co.- Coronado, CA\nDC Brau Brewing Company- Washington D.C.\nEpic Brewing Co.- Salt Lake City, Utah\nFiftyFifty Brewing Co.- Truckee, CA\nFoolproof Brewing Company- Pawtucket, RI\nHardywood Park Craft Brewery- Richmond, VA\nJolly Pumpkin Artisan Ales- Dexter, MI\nLickinghole Creek Craft Brewery  - Goochland, VA\nNew Belgium Brewing Company- Fort Collins, CO\nNew Holland Brewing Company- Holland, MI\nOdell Brewing Company- Fort Collins, CO\nOskar Blues Brewery- Lyons, CO\nPort City Brewing Company- Alexandria, VA\nReuben\'s Brews- Seattle, WA\nSaranac Brewery- Utica, NY\nSierra Nevada Brewing Company- Chico, CA\nStone Brewing Company- Escondido, CA\nThree Weavers Brewing- Inglewood, CA\nUpslope Brewing Co. – Boulder, CO\nWormtown Brewery- Worcester, MA\n\n[caption id=\"attachment_3995\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3995\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cooler_seal-300x217.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"217\" /> American Craft Breweries Show (21-23 February)[/caption]\n\nSteve Parr, export development programme manager for the Brewers Association, comments: “The high level of interest in Craft Beer Rising from our Export Development Programme members shows the importance of the UK market and how the demand for world-class quality American craft beer remains strong.  The range of bottles and cans available at this year’s Festival is wider than ever before and demonstrates the consistent, high quality of America’s small and independent craft brewers with a style to suit everyone from the new-to-craft beer drinker through to the connoisseur.”\n\nDuring the Festival the Brewers Association will be partaking in panel discussions and conducting tastings, as follows:\n\n<strong>Friday 2pm-2.45pm:</strong> Future Trends, featuring Steve Parr, Export Development Programme manager, Brewers Association\n\n<strong>Friday 6.30-7.15pm</strong>: tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\n\n<strong>Saturday 12.30-1.15pm</strong>: Get Your Geek On, a how-to judge sessions featuring Steve Parr and Lotte Peplow UK/Europe representative for the Brewers Association\n\n<strong>Saturday 3.45pm-4.15pm:</strong> Break Out Brewsters and Other Female Stars of our Bars featuring Lotte Peplow\n\n<strong>Saturday 6.45pm-7.15pm:</strong> tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\n<h3>Everyone is welcome to attend</h3>\nThere are now more than 7,100 small and independent craft breweries in the US with a further 2,000 in planning and the Brewers Association Independent Craft Brewer Seal has been adopted by 4,100+ breweries since launch in June 2017 representing over 85% of all independent craft beer volume.  A new Independent Craft Brewer Supporter Seal was launched in January 2019 for all champions of independent craft breweries, including distributors, retailers, festivals, websites and allied trade companies. It can be accessed through the newly launched website <a href=\"http://www.SupportIndependentBeer.com\">www.SupportIndependentBeer.com</a>\n\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which are available for download on <a href=\"http://www.brewersassociation.com\">www.brewersassociation.com</a> or <a href=\"http://www.craftbeer.com\">www.craftbeer.com</a></strong>\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">The Music Licence from PPL PRS - What you need to know</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The new vegan sausage roll</a></li>\n</ul>','Brewers Association American craft breweries show unprecedented interest in craft beer rising','','inherit','closed','closed','','3989-autosave-v1','','','2019-02-19 15:26:52','2019-02-19 15:26:52','',3989,'https://www.ontradeprogress.com/2019/02/19/3989-autosave-v1/',0,'revision','',0),(4000,1,'2019-02-19 14:02:30','2019-02-19 14:02:30','<h1>With <a href=\"https://www.apsco.org/article/how-is-technology-changing-recruitment-outsourcing-3718.aspx\" target=\"_blank\" rel=\"nofollow noopener\">reports</a> of agencies failing to adopt automation at a time when more start-up firms are utilising these tools for rapid growth, Engage Technology Partners has urged recruiters to embrace digital transformation now in order to remain competitive.</h1>\r\nAccording to the recruitment software provider, digital transformation has levelled the playing field in recruitment and helped facilitate growth, with the number of registered agencies operating in the UK increasing on average 27% per year with 8,448 new agencies launching in 2018 alone. However, while these start-ups have utilised the growth of technology to set up their business, some established agencies may be falling behind the curve as they struggle to keep pace with tech-heavy new entrants.\r\n<h3>Alex Fraser, Director at Engage explains:</h3>\r\n“There’s no doubt in my mind that digital transformation is leading the recruitment sector to evolve for the good, but while start-up agencies are using these tools to their advantage, some of the established agencies remain tied to legacy in-house systems or can’t adapt to exploit the opportunities. In fact, in its 2018 Recruitment Trends <a href=\"https://www.apsco.org/article/how-is-technology-changing-recruitment-outsourcing-3718.aspx\" target=\"_blank\" rel=\"nofollow noopener\">Report</a>, Bullhorn revealed that 40% of agencies don’t automate processes at the prospecting or client engagement stages, while 30% don’t use it at all during the hiring process. This figure is particularly concerning in this digital era where technology and automation can deliver the personalised experience that candidates and hirers seek.\r\n\r\n“In recruitment, digital transformation is levelling the playing field and lowering the ‘bar to entry’ like never before. Start-up recruiters placing contractors can access cloud-based platforms and enjoy similar tools as those used by long-established network agencies. For those start-ups, growth is no longer limited by the back-office overhead that the business can carry.\r\n\r\n“It’s important to add, however, that this evolution doesn’t require expensive investment as some of the new cloud-based platforms have low ‘pay as you go’ pricing. Instead, the greatest change is in mind-sets. According to Microsoft CEO, Satya Nadella, ‘Digital transformation is about reimagining how you bring together people, data and processes to create value for your customers and maintain a competitive advantage in a digital-first world.’”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/\">Brewers Association - Craft Breweries Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS helping you to play live music</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n</ul>','With start-up firms using automation for growth - Are you being left behind?','','publish','closed','open','','automation-business-companies','','','2019-02-19 14:02:30','2019-02-19 14:02:30','',0,'https://www.ontradeprogress.com/?p=4000',0,'post','',0),(4001,1,'2019-02-19 13:58:21','2019-02-19 13:58:21','','With start-up firms using automation for growth - Are you being left behind?','With start-up firms using automation for growth - Are you being left behind?','inherit','closed','closed','','shutterstock_1133982038','','','2019-02-19 13:59:28','2019-02-19 13:59:28','',4000,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/shutterstock_1133982038.jpg',0,'attachment','image/jpeg',0),(4002,1,'2019-02-19 14:01:55','2019-02-19 14:01:55','<h1>With <a href=\"https://www.apsco.org/article/how-is-technology-changing-recruitment-outsourcing-3718.aspx\" target=\"_blank\" rel=\"nofollow noopener\">reports</a> of agencies failing to adopt automation at a time when more start-up firms are utilising these tools for rapid growth, Engage Technology Partners has urged recruiters to embrace digital transformation now in order to remain competitive.</h1>\r\nAccording to the recruitment software provider, digital transformation has levelled the playing field in recruitment and helped facilitate growth, with the number of registered agencies operating in the UK increasing on average 27% per year with 8,448 new agencies launching in 2018 alone. However, while these start-ups have utilised the growth of technology to set up their business, some established agencies may be falling behind the curve as they struggle to keep pace with tech-heavy new entrants.\r\n<h3>Alex Fraser, Director at Engage explains:</h3>\r\n“There’s no doubt in my mind that digital transformation is leading the recruitment sector to evolve for the good, but while start-up agencies are using these tools to their advantage, some of the established agencies remain tied to legacy in-house systems or can’t adapt to exploit the opportunities. In fact, in its 2018 Recruitment Trends <a href=\"https://www.apsco.org/article/how-is-technology-changing-recruitment-outsourcing-3718.aspx\" target=\"_blank\" rel=\"nofollow noopener\">Report</a>, Bullhorn revealed that 40% of agencies don’t automate processes at the prospecting or client engagement stages, while 30% don’t use it at all during the hiring process. This figure is particularly concerning in this digital era where technology and automation can deliver the personalised experience that candidates and hirers seek.\r\n\r\n“In recruitment, digital transformation is levelling the playing field and lowering the ‘bar to entry’ like never before. Start-up recruiters placing contractors can access cloud-based platforms and enjoy similar tools as those used by long-established network agencies. For those start-ups, growth is no longer limited by the back-office overhead that the business can carry.\r\n\r\n“It’s important to add, however, that this evolution doesn’t require expensive investment as some of the new cloud-based platforms have low ‘pay as you go’ pricing. Instead, the greatest change is in mind-sets. According to Microsoft CEO, Satya Nadella, ‘Digital transformation is about reimagining how you bring together people, data and processes to create value for your customers and maintain a competitive advantage in a digital-first world.’”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/\">Brewers Association - Craft Breweries Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS helping you to play live music</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n</ul>','With start-up firms using automation for growth - Are you being left behind?','','inherit','closed','closed','','4000-revision-v1','','','2019-02-19 14:01:55','2019-02-19 14:01:55','',4000,'https://www.ontradeprogress.com/2019/02/19/4000-revision-v1/',0,'revision','',0),(4003,1,'2019-02-19 14:29:13','2019-02-19 14:29:13','<h1>This February, the premium drinks brand Fentimans are launching a “Love Yourself” <a href=\"http://www.fentimans.com/\" target=\"_blank\" rel=\"noopener\">campaign</a> where they will be encouraging busy Londoners to be their own Valentine and take time out of their hectic lives to indulge themselves with Rose Lemonade cocktails, a new hairstyle and beautiful flowers.</h1>\r\nIt is traditional to give roses on Valentine’s Day to secret crushes and true loves, but this year <strong>Fentimans</strong> is turning tradition on its head and suggesting that instead of giving all our love away, we save a bit for ourselves. As part of their <strong>‘Love Yourself’</strong> campaign, Fentimans Rose Lemonade will be partnering with London’s finest blow-dry salon, <strong>Duck &amp; Dry</strong> and the luxury letter box flower company <strong>Bloom &amp; Wild</strong>.\r\n\r\n[caption id=\"attachment_4005\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4005\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_3401-300x225.jpg\" alt=\"Fentimans are launching their Rose Lemonade cocktails\" width=\"300\" height=\"225\" /> Fentimans are launching their Rose Lemonade cocktailsbar,[/caption]\r\n\r\nExclusively for Valentine’s Day, Fentimans will be hosting the ‘Love Yourself’ drinks menus at Duck &amp; Dry’s four salons across the capital. TV’s most recognisable bartender, Merlin Griffiths, will be behind the bar at the Oxford Circus Duck &amp; Dry from 12pm-2pm, where he will be creating Rose Lemonade cocktails from the ‘Love Yourself’ menu. Drinks will include simply served Rose Lemonade, Rose Lemonade &amp; Gin and Rose Spritz. The Rose Spritz is a refreshing aperitivo cocktail made with Fentimans Rose Lemonade.\r\n\r\nIn addition, an experiential activation is planned at the busy Paddington Station, where commuters will be sampled with Rose Lemonade. To build an element of personalisation, commuters will be presented with a valentine’s card that includes a Bloom &amp; Wild discount code and a social media competition to win a year’s subscription of letter box flowers using the hashtag #LoveYourself.\r\n\r\nAndrew Jackson, Fentimans Marketing Director comments “Consumers are increasingly looking for brands to have a point of view and offer a fresh perspective. The ‘Love Yourself’ campaign turns conventional Valentine’s Day marketing on its head, with a simple, yet motivating, personalised message”.\r\n\r\nAlongside the “Love Yourself” campaign, Fentimans have partnered with the casual dining restaurant Prezzo to create an exclusive English Rose cocktail; they are also running a Rose Spritz competition in the independent channel, where entrants have the opportunity to win a romantic trip to Rome.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/\">Brewers Association - American Breweries Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS - Everything you need for live music in your venue</a></li>\r\n</ul>','Fentimans Rose Lemonade – “Love Yourself” Valentine campaign this February!','','publish','closed','open','','fentimans-rose-lemonade','','','2019-02-19 14:29:13','2019-02-19 14:29:13','',0,'https://www.ontradeprogress.com/?p=4003',0,'post','',0),(4004,1,'2019-02-19 14:13:38','2019-02-19 14:13:38','','Fentimans Rose Lemonade cocktails','Fentimans Rose Lemonade cocktails','inherit','closed','closed','','rose_serve_275ml_fin','','','2019-02-19 14:27:35','2019-02-19 14:27:35','',4003,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/Rose_serve_275ml_fin.jpg',0,'attachment','image/jpeg',0),(4005,1,'2019-02-19 14:14:26','2019-02-19 14:14:26','','Fentimans are launching their Rose Lemonade cocktails','Fentimans are launching their Rose Lemonade cocktails','inherit','closed','closed','','img_3401','','','2019-02-19 14:15:24','2019-02-19 14:15:24','',4003,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_3401.jpg',0,'attachment','image/jpeg',0),(4006,1,'2019-02-19 14:28:21','2019-02-19 14:28:21','<h1>This February, the premium drinks brand Fentimans are launching a “Love Yourself” <a href=\"http://www.fentimans.com/\" target=\"_blank\" rel=\"noopener\">campaign</a> where they will be encouraging busy Londoners to be their own Valentine and take time out of their hectic lives to indulge themselves with Rose Lemonade cocktails, a new hairstyle and beautiful flowers.</h1>\r\nIt is traditional to give roses on Valentine’s Day to secret crushes and true loves, but this year <strong>Fentimans</strong> is turning tradition on its head and suggesting that instead of giving all our love away, we save a bit for ourselves. As part of their <strong>‘Love Yourself’</strong> campaign, Fentimans Rose Lemonade will be partnering with London’s finest blow-dry salon, <strong>Duck &amp; Dry</strong> and the luxury letter box flower company <strong>Bloom &amp; Wild</strong>.\r\n\r\n[caption id=\"attachment_4005\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4005\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_3401-300x225.jpg\" alt=\"Fentimans are launching their Rose Lemonade cocktails\" width=\"300\" height=\"225\" /> Fentimans are launching their Rose Lemonade cocktailsbar,[/caption]\r\n\r\nExclusively for Valentine’s Day, Fentimans will be hosting the ‘Love Yourself’ drinks menus at Duck &amp; Dry’s four salons across the capital. TV’s most recognisable bartender, Merlin Griffiths, will be behind the bar at the Oxford Circus Duck &amp; Dry from 12pm-2pm, where he will be creating Rose Lemonade cocktails from the ‘Love Yourself’ menu. Drinks will include simply served Rose Lemonade, Rose Lemonade &amp; Gin and Rose Spritz. The Rose Spritz is a refreshing aperitivo cocktail made with Fentimans Rose Lemonade.\r\n\r\nIn addition, an experiential activation is planned at the busy Paddington Station, where commuters will be sampled with Rose Lemonade. To build an element of personalisation, commuters will be presented with a valentine’s card that includes a Bloom &amp; Wild discount code and a social media competition to win a year’s subscription of letter box flowers using the hashtag #LoveYourself.\r\n\r\nAndrew Jackson, Fentimans Marketing Director comments “Consumers are increasingly looking for brands to have a point of view and offer a fresh perspective. The ‘Love Yourself’ campaign turns conventional Valentine’s Day marketing on its head, with a simple, yet motivating, personalised message”.\r\n\r\nAlongside the “Love Yourself” campaign, Fentimans have partnered with the casual dining restaurant Prezzo to create an exclusive English Rose cocktail; they are also running a Rose Spritz competition in the independent channel, where entrants have the opportunity to win a romantic trip to Rome.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/\">Brewers Association - American Breweries Show</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS - Everything you need for live music in your venue</a></li>\r\n</ul>','Fentimans Rose Lemonade – “Love Yourself” Valentine campaign this February!','','inherit','closed','closed','','4003-revision-v1','','','2019-02-19 14:28:21','2019-02-19 14:28:21','',4003,'https://www.ontradeprogress.com/2019/02/19/4003-revision-v1/',0,'revision','',0),(4007,1,'2019-02-19 14:50:54','2019-02-19 14:50:54','<h1>Over two years in the making, the UK’s first brewer apprenticeship is being offered to the sector by HIT Training, the apprenticeship provider of choice in the hospitality industry.</h1>\r\nSupporting the diverse role of a brewer in small and large breweries alike, the Level 4 apprenticeship is a comprehensive learning programme which has been developed by an employer trailblazer group, facilitated by the British Beer &amp; Pub Association (BBPA).\r\n\r\nApprentices will benefit from an 18-month programme comprising of six two-day residential workshops run by The University of Nottingham’s International Centre for Brewing Science, where they will learn about different brewing techniques and styles, as well as the chemistry behind the brewing process. The Institute of Brewing &amp; Distilling (IBD) has also created online learning materials to complement the workshops, while HIT’s expert trainers will provide 1-2-1 visits for each aspiring brewer.\r\n\r\nHIT Training is one of the inaugural training providers in the sector to offer the apprenticeship and has been instrumental in designing the programme content and delivery model. The aim of the apprenticeship is to improve employees’ skills and increase their efficiency and productivity in a demanding and often sought-after role.\r\n\r\nHIT Training works closely with both employers and apprentices to deliver a training programme which meets the bespoke needs of individual breweries and apprentices’ career aspirations. The apprentices will gain from in-work experience covering a broad spectrum of activities, from gaining an understanding of ingredient provenance and the importance of stock control, to safe operation of brewing equipment, the design of beer recipes and brewery promotion.\r\n\r\n<strong>Jill Whittaker, Managing Director of HIT Training, said:</strong> “We’re extremely proud to have been part of the trailblazer group which has developed the brewer apprenticeship and to be among the first to deliver it to the sector. The UK brewing and pub industries are significant contributors to the national economy with over 2,000 breweries currently in operation. It’s brilliant news to see the sector taking control of its future and making sure it has the best workforce for the exciting time ahead via offering high-quality training opportunities such as this apprenticeship.”\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said: </strong>“Britain’s beer and pub industry is the envy of the world, but to secure future growth we need to nurture our own talent, which is why apprenticeships are so important. The newly launched Brewing Apprenticeship will open the door for the brewers of the future, ensuring that Britain continues to lead the way in brewing great beer.”\r\n\r\n<strong>Dr Jerry Avis, Chief Executive Officer, Institute of Brewing and Distilling, added: </strong>“Brewing great quality beer time after time demands both practical expertise with a good technical understanding of the process. This apprenticeship scheme will deliver both. We’re delighted to be part of a well-coordinated partnership that builds on the strength of every party.  The IBD contribution is an exceptional online offering that will add a high degree of flexibility when it comes to how apprentices study and I have no doubt that we will see the development of professional brewers who will enhance our industry throughout their careers.”\r\n\r\n<strong>Prof. David Cook, AB InBev Professor in Brewing Science, International Centre For Brewing Science, The University of Nottingham, said:</strong> “We are delighted to partner with HIT Training and the Institute of Brewing &amp; Distilling to help deliver the new Level 4 apprenticeship in brewing. This exciting initiative will support the development of key vocational brewing knowledge and competencies and is underpinned with globally recognised IBD learning materials. The practical and technical training at Nottingham will be provided by highly experienced practitioners and support the development of the next generation of brewing talent in the UK.\r\n\r\n<strong>Kris Gumbrell, Chief Executive Officer at Brewhouse and Kitchen, said:</strong> “HIT Training has been front and centre in supporting the trailblazer group to develop the overdue and highly sought-after Level 4 Brewer Apprenticeship. The qualification marks a step-change for the industry and that’s why Brewhouse and Kitchen has been so heavily involved in its creation, alongside the BBPA and the tremendous support of over 30 large and small UK brewers.”\r\n\r\n<strong>For further information, please</strong> <strong>visit: <a href=\"http://www.hittraining.co.uk\">www.hittraining.co.uk</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/fentimans-rose-lemonade/\">Fentimans rose lemonade cocktail for Valentines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS making live music easier for your venue</a></li>\r\n</ul>','HIT Training to offer UK first apprenticeship for brewers','','publish','closed','open','','hit-training-apprenticeship-brewers','','','2019-02-19 14:50:54','2019-02-19 14:50:54','',0,'https://www.ontradeprogress.com/?p=4007',0,'post','',0),(4008,1,'2019-02-19 14:38:19','2019-02-19 14:38:19','','HIT training announce the first brewer apprenticeship in the UK','HIT training announce the first brewer apprenticeship in the UK','inherit','closed','closed','','alcohol-21938_1280','','','2019-02-19 14:46:14','2019-02-19 14:46:14','',4007,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/alcohol-21938_1280.jpg',0,'attachment','image/jpeg',0),(4009,1,'2019-02-19 14:49:30','2019-02-19 14:49:30','<h1>Over two years in the making, the UK’s first brewer apprenticeship is being offered to the sector by HIT Training, the apprenticeship provider of choice in the hospitality industry.</h1>\r\nSupporting the diverse role of a brewer in small and large breweries alike, the Level 4 apprenticeship is a comprehensive learning programme which has been developed by an employer trailblazer group, facilitated by the British Beer &amp; Pub Association (BBPA).\r\n\r\nApprentices will benefit from an 18-month programme comprising of six two-day residential workshops run by The University of Nottingham’s International Centre for Brewing Science, where they will learn about different brewing techniques and styles, as well as the chemistry behind the brewing process. The Institute of Brewing &amp; Distilling (IBD) has also created online learning materials to complement the workshops, while HIT’s expert trainers will provide 1-2-1 visits for each aspiring brewer.\r\n\r\nHIT Training is one of the inaugural training providers in the sector to offer the apprenticeship and has been instrumental in designing the programme content and delivery model. The aim of the apprenticeship is to improve employees’ skills and increase their efficiency and productivity in a demanding and often sought-after role.\r\n\r\nHIT Training works closely with both employers and apprentices to deliver a training programme which meets the bespoke needs of individual breweries and apprentices’ career aspirations. The apprentices will gain from in-work experience covering a broad spectrum of activities, from gaining an understanding of ingredient provenance and the importance of stock control, to safe operation of brewing equipment, the design of beer recipes and brewery promotion.\r\n\r\n<strong>Jill Whittaker, Managing Director of HIT Training, said:</strong> “We’re extremely proud to have been part of the trailblazer group which has developed the brewer apprenticeship and to be among the first to deliver it to the sector. The UK brewing and pub industries are significant contributors to the national economy with over 2,000 breweries currently in operation. It’s brilliant news to see the sector taking control of its future and making sure it has the best workforce for the exciting time ahead via offering high-quality training opportunities such as this apprenticeship.”\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, said: </strong>“Britain’s beer and pub industry is the envy of the world, but to secure future growth we need to nurture our own talent, which is why apprenticeships are so important. The newly launched Brewing Apprenticeship will open the door for the brewers of the future, ensuring that Britain continues to lead the way in brewing great beer.”\r\n\r\n<strong>Dr Jerry Avis, Chief Executive Officer, Institute of Brewing and Distilling, added: </strong>“Brewing great quality beer time after time demands both practical expertise with a good technical understanding of the process. This apprenticeship scheme will deliver both. We’re delighted to be part of a well-coordinated partnership that builds on the strength of every party.  The IBD contribution is an exceptional online offering that will add a high degree of flexibility when it comes to how apprentices study and I have no doubt that we will see the development of professional brewers who will enhance our industry throughout their careers.”\r\n\r\n<strong>Prof. David Cook, AB InBev Professor in Brewing Science, International Centre For Brewing Science, The University of Nottingham, said:</strong> “We are delighted to partner with HIT Training and the Institute of Brewing &amp; Distilling to help deliver the new Level 4 apprenticeship in brewing. This exciting initiative will support the development of key vocational brewing knowledge and competencies and is underpinned with globally recognised IBD learning materials. The practical and technical training at Nottingham will be provided by highly experienced practitioners and support the development of the next generation of brewing talent in the UK.\r\n\r\n<strong>Kris Gumbrell, Chief Executive Officer at Brewhouse and Kitchen, said:</strong> “HIT Training has been front and centre in supporting the trailblazer group to develop the overdue and highly sought-after Level 4 Brewer Apprenticeship. The qualification marks a step-change for the industry and that’s why Brewhouse and Kitchen has been so heavily involved in its creation, alongside the BBPA and the tremendous support of over 30 large and small UK brewers.”\r\n\r\n<strong>For further information, please</strong> <strong>visit: <a href=\"http://www.hittraining.co.uk\">www.hittraining.co.uk</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/fentimans-rose-lemonade/\">Fentimans rose lemonade cocktail for Valentines</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS making live music easier for your venue</a></li>\r\n</ul>','HIT Training to offer UK first apprenticeship for brewers','','inherit','closed','closed','','4007-revision-v1','','','2019-02-19 14:49:30','2019-02-19 14:49:30','',4007,'https://www.ontradeprogress.com/2019/02/19/4007-revision-v1/',0,'revision','',0),(4010,1,'2019-02-19 15:17:24','2019-02-19 15:17:24','<h1>The BII are delighted to announce that tickets are now available for their Summer Event on 4<sup>th</sup> June 2019.</h1>\r\nReturning to the stunning HAC Marquee in the heart of London this year, the Summer Event provides a beautiful setting for a day of celebrating the incredible successes in our industry.\r\n\r\nTickets sold out quickly in 2018 for this fantastic annual gathering, which provides a well-deserved chance to join friends and colleagues and the great and the good of the licensed trade to share our passion for this inspiring and exciting sector.\r\n\r\nWe will be crowning the Licensee of the Year 2019, sponsored by SKY, following months of careful selection in the most rigorously judged competition of its kind, and enjoying a delicious 3-course-lunch and sampling some great beers, cider and refreshing summer cocktails.\r\n<h3>Mike Clist, BII CEO commented:</h3>\r\n“The unique service that our members provide to their communities is something to be extremely proud of – the Summer Event is a true celebration of the licensed retail sector today and the inspirational people that devote their lives to it.”\r\n\r\n<strong>Tickets are available now, with preferential rates for BII Members, by calling the Events team on 01276 417836, emailing <a href=\"mailto:summerevent@bii.org\">summerevent@bii.org</a> or visiting www.bii.org for more<a href=\"http://www.bii.org\"> information</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer apprenticeship for brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/fentimans-rose-lemonade/\">Fentimans rose lemonade for Valentines Day</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\r\n</ul>','BII announces ticket sales launch for Summer Event 2019','','publish','closed','open','','bii-launch-summer-event-2019','','\nhttps://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/','2019-02-19 15:24:17','2019-02-19 15:24:17','',0,'https://www.ontradeprogress.com/?p=4010',0,'post','',0),(4011,1,'2019-02-19 15:12:50','2019-02-19 15:12:50','','BII announces ticket sales launch for Summer Event 2019','BII announces ticket sales launch for Summer Event 2019','inherit','closed','closed','','hotel-room-1447201_1280','','','2019-02-19 15:14:25','2019-02-19 15:14:25','',4010,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/hotel-room-1447201_1280.jpg',0,'attachment','image/jpeg',0),(4012,1,'2019-02-19 15:16:52','2019-02-19 15:16:52','<h1>The BII are delighted to announce that tickets are now available for their Summer Event on 4<sup>th</sup> June 2019.</h1>\r\nReturning to the stunning HAC Marquee in the heart of London this year, the Summer Event provides a beautiful setting for a day of celebrating the incredible successes in our industry.\r\n\r\nTickets sold out quickly in 2018 for this fantastic annual gathering, which provides a well-deserved chance to join friends and colleagues and the great and the good of the licensed trade to share our passion for this inspiring and exciting sector.\r\n\r\nWe will be crowning the Licensee of the Year 2019, sponsored by SKY, following months of careful selection in the most rigorously judged competition of its kind, and enjoying a delicious 3-course-lunch and sampling some great beers, cider and refreshing summer cocktails.\r\n<h3>Mike Clist, BII CEO commented:</h3>\r\n“The unique service that our members provide to their communities is something to be extremely proud of – the Summer Event is a true celebration of the licensed retail sector today and the inspirational people that devote their lives to it.”\r\n\r\n<strong>Tickets are available now, with preferential rates for BII Members, by calling the Events team on 01276 417836, emailing <a href=\"mailto:summerevent@bii.org\">summerevent@bii.org</a> or visiting www.bii.org for more<a href=\"http://www.bii.org\"> information</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer apprenticeship for brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/fentimans-rose-lemonade/\">Fentimans rose lemonade for Valentines Day</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\r\n</ul>','BII announces ticket sales launch for Summer Event 2019','','inherit','closed','closed','','4010-revision-v1','','','2019-02-19 15:16:52','2019-02-19 15:16:52','',4010,'https://www.ontradeprogress.com/2019/02/19/4010-revision-v1/',0,'revision','',0),(4013,1,'2019-02-19 15:37:57','2019-02-19 15:37:57','<h1>The Brewers Association will be representing an unprecedented number of American craft breweries (22) at this year’s Craft Beer Rising festival (21-23 February), showcasing more than 60 high quality, innovative and different craft beers at the forefront of the American craft brewing movement.</h1>\r\nDemand for American craft beer in the UK remains strong. It is the second largest global export market after Canada with 10.5% of all American craft beer exports, up 7.1% in the latest period (year ending 31.12.17). Global American craft beer exports were up 3.6 per cent in 2017, worth a record $125.4 million.\r\n\r\nNow in its third consecutive year at the Festival, the Brewers Association, through its Export Development Programme, will offer a range of diverse, creative, cutting-edge American craft beers in can or bottle format, ranging in style and strength from English mild to barrel aged stout and Belgian quad.  The gamut of IPAs will be well represented by classic, fruited, Brut, juicy and hazy, sour and other iterations of the style all tasting at the top of their game.\r\n\r\nBeers are being flown over from the States to ensure freshness and include a range of styles from classic, tried &amp; true consumer favourites to rare and experimental beers that seldom make the trip to the UK.\r\n<h3>Breweries participating include:  (subject to change)</h3>\r\n[caption id=\"attachment_3996\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-3996\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/what_is_craft_beer_thumb-300x300.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"300\" /> Brewers Association American Craft Breweries Show (21-23 February)[/caption]\r\n\r\nBoulevard Brewing Company- Kansas City, MO\r\nCigar City Brewery- Tampa, FL\r\nCoronado Brewing Co.- Coronado, CA\r\nDC Brau Brewing Company- Washington D.C.\r\nEpic Brewing Co.- Salt Lake City, Utah\r\nFiftyFifty Brewing Co.- Truckee, CA\r\nFoolproof Brewing Company- Pawtucket, RI\r\nHardywood Park Craft Brewery- Richmond, VA\r\nJolly Pumpkin Artisan Ales- Dexter, MI\r\nLickinghole Creek Craft Brewery  - Goochland, VA\r\nNew Belgium Brewing Company- Fort Collins, CO\r\nNew Holland Brewing Company- Holland, MI\r\nOdell Brewing Company- Fort Collins, CO\r\nOskar Blues Brewery- Lyons, CO\r\nPort City Brewing Company- Alexandria, VA\r\nReuben\'s Brews- Seattle, WA\r\nSaranac Brewery- Utica, NY\r\nSierra Nevada Brewing Company- Chico, CA\r\nStone Brewing Company- Escondido, CA\r\nThree Weavers Brewing- Inglewood, CA\r\nUpslope Brewing Co. – Boulder, CO\r\nWormtown Brewery- Worcester, MA\r\n\r\n[caption id=\"attachment_3995\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-3995\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/cooler_seal-300x217.jpg\" alt=\"Brewers Association American Craft Breweries Show (21-23 February)\" width=\"300\" height=\"217\" /> American Craft Breweries Show (21-23 February)[/caption]\r\n\r\nSteve Parr, export development programme manager for the Brewers Association, comments: “The high level of interest in Craft Beer Rising from our Export Development Programme members shows the importance of the UK market and how the demand for world-class quality American craft beer remains strong.  The range of bottles and cans available at this year’s Festival is wider than ever before and demonstrates the consistent, high quality of America’s small and independent craft brewers with a style to suit everyone from the new-to-craft beer drinker through to the connoisseur.”\r\n\r\nDuring the Festival the Brewers Association will be partaking in panel discussions and conducting tastings, as follows:\r\n\r\n<strong>Friday 2pm-2.45pm:</strong> Future Trends, featuring Steve Parr, Export Development Programme manager, Brewers Association\r\n\r\n<strong>Friday 6.30-7.15pm</strong>: tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n\r\n<strong>Saturday 12.30-1.15pm</strong>: Get Your Geek On, a how-to judge sessions featuring Steve Parr and Lotte Peplow UK/Europe representative for the Brewers Association\r\n\r\n<strong>Saturday 3.45pm-4.15pm:</strong> Break Out Brewsters and Other Female Stars of our Bars featuring Lotte Peplow\r\n\r\n<strong>Saturday 6.45pm-7.15pm:</strong> tasting of seven rare and sought-after high-quality American craft beers with their respective brewers\r\n<h3>Everyone is welcome to attend</h3>\r\nThere are now more than 7,100 small and independent craft breweries in the US with a further 2,000 in planning and the Brewers Association Independent Craft Brewer Seal has been adopted by 4,100+ breweries since launch in June 2017 representing over 85% of all independent craft beer volume.  A new Independent Craft Brewer Supporter Seal was launched in January 2019 for all champions of independent craft breweries, including distributors, retailers, festivals, websites and allied trade companies. It can be accessed through the newly launched website <a href=\"http://www.SupportIndependentBeer.com\">www.SupportIndependentBeer.com</a>\r\n\r\n<strong>The Brewers Association produces a wealth of (free) resources to help the beer drinker enjoy and understand craft beer, which are available for download on <a href=\"http://www.brewersassociation.com\">www.brewersassociation.com</a> or <a href=\"http://www.craftbeer.com\">www.craftbeer.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">The Music Licence from PPL PRS - What you need to know</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/\">Canopies UK - Raising the roof at Hilton\'s new bar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/\">UKHospitality - The new vegan sausage roll</a></li>\r\n</ul>','Brewers Association American craft breweries show unprecedented interest in craft beer rising','','inherit','closed','closed','','3989-revision-v1','','','2019-02-19 15:37:57','2019-02-19 15:37:57','',3989,'https://www.ontradeprogress.com/2019/02/19/3989-revision-v1/',0,'revision','',0),(4014,1,'2019-02-19 16:23:59','2019-02-19 16:23:59','<h1>This February, the premium drinks brand Fentimans are launching a “Love Yourself” <a href=\"http://www.fentimans.com/\" target=\"_blank\" rel=\"noopener\">campaign</a> where they will be encouraging busy Londoners to be their own Valentine and take time out of their hectic lives to indulge themselves with Rose Lemonade cocktails, a new hairstyle and beautiful flowers.</h1>\nIt is traditional to give roses on Valentine’s Day to secret crushes and true loves, but this year <strong>Fentimans</strong> is turning tradition on its head and suggesting that instead of giving all our love away, we save a bit for ourselves. As part of their <strong>‘Love Yourself’</strong> campaign, Fentimans Rose Lemonade will be partnering with London’s finest blow-dry salon, <strong>Duck &amp; Dry</strong> and the luxury letter box flower company <strong>Bloom &amp; Wild</strong>.\n\n[caption id=\"attachment_4005\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4005\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/02/IMG_3401-300x225.jpg\" alt=\"Fentimans are launching their Rose Lemonade cocktails\" width=\"300\" height=\"225\" /> Fentimans are launching their Rose Lemonade cocktailsbar,[/caption]\n\nExclusively for Valentine’s Day, Fentimans will be hosting the ‘Love Yourself’ drinks menus at Duck &amp; Dry’s four salons across the capital. TV’s most recognisable bartender, Merlin Griffiths, will be behind the bar at the Oxford Circus Duck &amp; Dry from 12pm-2pm, where he will be creating Rose Lemonade cocktails from the ‘Love Yourself’ menu. Drinks will include simply served Rose Lemonade, Rose Lemonade &amp; Gin and Rose Spritz. The Rose Spritz is a refreshing aperitivo cocktail made with Fentimans Rose Lemonade.\n\nIn addition, an experiential activation is planned at the busy Paddington Station, where commuters will be sampled with Rose Lemonade. To build an element of personalisation, commuters will be presented with a Valentine\'s card that includes a Bloom &amp; Wild discount code and a social media competition to win a year’s subscription of letterbox flowers using the hashtag #LoveYourself.\n\nAndrew Jackson, Fentimans Marketing Director comments “Consumers are increasingly looking for brands to have a point of view and offer a fresh perspective. The ‘Love Yourself’ campaign turns conventional Valentine’s Day marketing on its head, with a simple, yet motivating, personalised message”.\n\nAlongside the “Love Yourself” campaign, Fentimans have partnered with the casual dining restaurant Prezzo to create an exclusive English Rose cocktail; they are also running a Rose Spritz competition in the independent channel, where entrants have the opportunity to win a romantic trip to Rome.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Automation: Are you being left behind?</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/\">Brewers Association - American Breweries Show</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/\">PPL PRS - Everything you need for live music in your venue</a></li>\n</ul>','Fentimans Rose Lemonade – “Love Yourself” Valentine campaign this February!','','inherit','closed','closed','','4003-autosave-v1','','','2019-02-19 16:23:59','2019-02-19 16:23:59','',4003,'https://www.ontradeprogress.com/2019/02/19/4003-autosave-v1/',0,'revision','',0),(4016,1,'2019-02-26 09:42:24','2019-02-26 09:42:24','<h1>Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar</h1>\r\nAfter hearing a mumbling or two, the Brew Monsters over at Lagunitas HQ rolled up their sleeves and set about making a kickass, sessionable, lower calorie, craft beer. Yeah, there are a lot of qualifiers here, but we swear it’s all true! Launching this month, the latest creation from the Lagunitas Brewing Company, DayTime Session IPA, is now available.\r\n\r\nIt’s no secret that Session IPAs and Pales are seeing rapid growth. Led by the craft-curious who want less challenging bitterness without losing the flavour, the category is now worth a staggering £208million to the UK on-trade and seeing year-on-year value growth of 46%<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>. And if that wasn’t reason enough to stock, outlets now pump out an average of 58.8 litres per week.<a href=\"#_ftn2\" name=\"_ftnref2\">[2</a>]\r\n\r\nThat’s why we’ve created Lagunitas DayTime Session IPA – a reimagining of our classic 4.65% DayTime Fractional IPA. Boldly dosed with a glorious fortune of hops and a toasty malt foundation, Lagunitas DayTime Session IPA is light in the things that weigh you down, yet crisp and hop-forward. At 4% ABV, it’s Ideal for those used to drinking light beers but keen to venture into the world of craft. DayTime is the perfect first step to our flagship IPA. What’s more, with passionfruit, lychee, cedar and citrus on the palate, as well as hints of tropical fruits, pine and eucalyptus, DayTime truly aims to provide all the #MouthFeels.\r\n\r\nGenna Burchell, UK Brand Marketing Manager at Lagunitas, comments on the launch: <em>“Noticing a sessionable offering was missing amongst our UK range, our Brew Monsters created our new DayTime Session IPA – offering Lagunitas adorers and new fans alike the chance to tantalise their taste buds with a great-tasting, lower ABV offering. At Lagunitas we like to let our beers speak for themselves, so don’t just take our word for it, get your hands on DayTime today!”</em>\r\n\r\nWhile we’re spreading the word of DayTime Session IPA amongst our loyal tribe, we’ve introduced a range of cool Schwag to raise the bar – think tap handles, lens badges, tap stickers, coasters and branded glassware.\r\n\r\nFor more information, or if you’re down for listing Lagunitas DayTime Session IPA, please contact your friendly local Lagunator.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> CGA data to 29<sup>th</sup> December 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> CGA data to 29<sup>th</sup> December 2018','“Sometimes you want a beer, then you realise how much s**t you need to do before you call it a day.”','','publish','closed','open','','sometimes-you-want-a-beer-then-you-realise-how-much-st-you-need-to-do-before-you-call-it-a-day','','','2019-02-26 09:42:24','2019-02-26 09:42:24','',0,'https://www.ontradeprogress.com/?p=4016',0,'post','',0),(4017,1,'2019-02-26 08:37:54','2019-02-26 08:37:54','<h1>Word on the street: new super crushable Lagunitas daytime session IPA is hittin’ the bar</h1>\r\nAfter hearing a mumbling or two, the Brew Monsters over at Lagunitas HQ rolled up their sleeves and set about making a kickass, sessionable, lower calorie, craft beer. Yeah, there are a lot of qualifiers here, but we swear it’s all true! Launching this month, the latest creation from the Lagunitas Brewing Company, DayTime Session IPA, is now available.\r\n\r\nIt’s no secret that Session IPAs and Pales are seeing rapid growth. Led by the craft-curious who want less challenging bitterness without losing the flavour, the category is now worth a staggering £208million to the UK on-trade and seeing year-on-year value growth of 46%<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>. And if that wasn’t reason enough to stock, outlets now pump out an average of 58.8 litres per week.<a href=\"#_ftn2\" name=\"_ftnref2\">[2</a>]\r\n\r\nThat’s why we’ve created Lagunitas DayTime Session IPA – a reimagining of our classic 4.65% DayTime Fractional IPA. Boldly dosed with a glorious fortune of hops and a toasty malt foundation, Lagunitas DayTime Session IPA is light in the things that weigh you down, yet crisp and hop-forward. At 4% ABV, it’s Ideal for those used to drinking light beers but keen to venture into the world of craft. DayTime is the perfect first step to our flagship IPA. What’s more, with passionfruit, lychee, cedar and citrus on the palate, as well as hints of tropical fruits, pine and eucalyptus, DayTime truly aims to provide all the #MouthFeels.\r\n\r\nGenna Burchell, UK Brand Marketing Manager at Lagunitas, comments on the launch: <em>“Noticing a sessionable offering was missing amongst our UK range, our Brew Monsters created our new DayTime Session IPA – offering Lagunitas adorers and new fans alike the chance to tantalise their taste buds with a great-tasting, lower ABV offering. At Lagunitas we like to let our beers speak for themselves, so don’t just take our word for it, get your hands on DayTime today!”</em>\r\n\r\nWhile we’re spreading the word of DayTime Session IPA amongst our loyal tribe, we’ve introduced a range of cool Schwag to raise the bar – think tap handles, lens badges, tap stickers, coasters and branded glassware.\r\n\r\nFor more information, or if you’re down for listing Lagunitas DayTime Session IPA, please contact your friendly local Lagunator.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> CGA data to 29<sup>th</sup> December 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> CGA data to 29<sup>th</sup> December 2018','“Sometimes you want a beer, then you realise how much s**t you need to do before you call it a day.”','','inherit','closed','closed','','4016-revision-v1','','','2019-02-26 08:37:54','2019-02-26 08:37:54','',4016,'https://www.ontradeprogress.com/2019/02/26/4016-revision-v1/',0,'revision','',0),(4018,1,'2019-02-26 09:38:40','2019-02-26 09:38:40','','Lagunitas DayTime Session IPA','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','inherit','closed','closed','','lagunitas-daytime-session-ipa','','','2019-03-04 11:32:24','2019-03-04 11:32:24','',4016,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/Lagunitas-DayTime-Session-IPA.png',0,'attachment','image/png',0),(4020,1,'2019-03-04 08:43:22','2019-03-04 08:43:22','<h1>Revenues raised by the new Digital Services Tax must be used to offset crippling business rates bills if the Government is serious about supporting Britain\'s high streets, says UKHospitality.</h1>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality has responded to the Government’s Digital Services Tax consultation, welcoming the proposal as a good first step to providing fairness. UKH has also called on the Government to extend the scope of its positive action announced at last year’s Budget, and use the revenues raised to offset rates bills for high street businesses and others that currently overpay, such as hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “UKHospitality has repeatedly called for the introduction of a digital tax to level the playing field and better reflect the realities of business in the 21<sup>st</sup>  Century. This is not an attempt to stifle technological development, which has provided benefits for hospitality and wider society, but to ensure that the modern tax system reflects the modern business.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We need the Government to go even further and use revenues raised by the new tax to slash extortionately high costs of business rates on the high street with this new tax rather than let it disappear into Treasury coffers. Hospitality businesses have been crippled by rates and the Government must act to ensure there is some fairness in the way businesses are taxed. If the tax burden is to be fair and proportionate, then action must be taken to alleviate unfair burdens on high streets.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship for brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Start-up firms using automation for growth</a></li>\r\n</ul>','UKHospitality - Digital tax revenue must be used to boost high streets','','publish','closed','open','','ukhospitality-digital-tax-revenue','','\nhttps://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/','2019-03-04 08:44:31','2019-03-04 08:44:31','',0,'https://www.ontradeprogress.com/?p=4020',0,'post','',0),(4021,1,'2019-03-04 08:37:14','2019-03-04 08:37:14','','UKHospitality - Digital tax revenue must be used to boost high streets','UKHospitality - Digital tax revenue must be used to boost high streets','inherit','closed','closed','','ukh_logo_-_hi_res','','','2019-03-04 08:37:53','2019-03-04 08:37:53','',4020,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res.jpg',0,'attachment','image/jpeg',0),(4022,1,'2019-03-04 08:38:03','2019-03-04 08:38:03','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><span style=\"color: #333333; background: white;\">Revenues raised by the new Digital Services Tax must be used to offset crippling business rates bills if the Government is serious about supporting Britain’s high streets, says UKHospitality. </span></h1>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality has responded to the Government’s Digital Services Tax consultation, welcoming the proposal as a good first step to providing fairness. UKH has also called on the Government to extend the scope of its positive action announced at last year’s Budget, and use the revenues raised to offset rates bills for high street businesses and others that currently overpay, such as hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “UKHospitality has repeatedly called for the introduction of a digital tax to level the playing field and better reflect the realities of business in the 21<sup>st</sup>  Century. This is not an attempt to stifle technological development, which has provided benefits for hospitality and wider society, but to ensure that the modern tax system reflects the modern business.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We need the Government to go even further and use revenues raised by the new tax to slash extortionately high costs of business rates on the high street with this new tax rather than let it disappear into Treasury coffers. Hospitality businesses have been crippled by rates and the Government must act to ensure there is some fairness in the way businesses are taxed. If the tax burden is to be fair and proportionate, then action must be taken to alleviate unfair burdens on high streets.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship for brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Start-up firms using automation for growth</a></li>\r\n</ul>','UKHospitality - Digital tax revenue must be used to boost high streets','','inherit','closed','closed','','4020-revision-v1','','','2019-03-04 08:38:03','2019-03-04 08:38:03','',4020,'https://www.ontradeprogress.com/2019/03/04/4020-revision-v1/',0,'revision','',0),(4023,1,'2019-03-04 08:42:55','2019-03-04 08:42:55','<h1>Revenues raised by the new Digital Services Tax must be used to offset crippling business rates bills if the Government is serious about supporting Britain\'s high streets, says UKHospitality.</h1>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality has responded to the Government’s Digital Services Tax consultation, welcoming the proposal as a good first step to providing fairness. UKH has also called on the Government to extend the scope of its positive action announced at last year’s Budget, and use the revenues raised to offset rates bills for high street businesses and others that currently overpay, such as hospitality businesses.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong>UKHospitality Chief Executive Kate Nicholls said:</strong> “UKHospitality has repeatedly called for the introduction of a digital tax to level the playing field and better reflect the realities of business in the 21<sup>st</sup>  Century. This is not an attempt to stifle technological development, which has provided benefits for hospitality and wider society, but to ensure that the modern tax system reflects the modern business.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We need the Government to go even further and use revenues raised by the new tax to slash extortionately high costs of business rates on the high street with this new tax rather than let it disappear into Treasury coffers. Hospitality businesses have been crippled by rates and the Government must act to ensure there is some fairness in the way businesses are taxed. If the tax burden is to be fair and proportionate, then action must be taken to alleviate unfair burdens on high streets.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship for brewers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/automation-business-companies/\">Start-up firms using automation for growth</a></li>\r\n</ul>','UKHospitality - Digital tax revenue must be used to boost high streets','','inherit','closed','closed','','4020-revision-v1','','','2019-03-04 08:42:55','2019-03-04 08:42:55','',4020,'https://www.ontradeprogress.com/2019/03/04/4020-revision-v1/',0,'revision','',0),(4024,1,'2019-03-04 14:38:41','2019-03-04 14:38:41','<h1>Capitalising on the popularity of exotic flavours and the brand’s impressive +34% value share growth<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>, New Zealand-born cider Old Mout is expanding its innovative range of fruit flavours, with the addition of Old Mout Pineapple &amp; Raspberry.</h1>\r\nWithin the Premium Flavoured Cider category, exotic flavours are increasing in popularity, driven largely by a younger generation who are looking for sessionable fruit ciders in original, unique flavours. Scoring extremely high in taste tests, Old Mout Pineapple &amp; Raspberry contains the same 4.0% ABV as the other Old Mout variants, resulting in a refreshing cider bursting with tantalisingly, tropical fruit flavour. What’s more, like every one of Old Mout’s ciders, each has a natural taste including no artificial colours, flavours or sweeteners.\r\n<ul>\r\n 	<li><strong>New Zealand-born cider Old Mout has given an exotic twist to a much-loved berry, with Pineapple &amp; Raspberry the latest addition to its range.</strong></li>\r\n 	<li><strong>Exotic flavours within the Premium Flavoured Cider category are experiencing 20% annual value growth, with Old Mout driving this trajectory.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a></strong></li>\r\n 	<li><strong>Naturally fruity and refreshing in taste, Old Mout’s NEW Pineapple &amp; Raspberry variant performed exceptionally well in consumer taste tests – receiving the highest score in the history of HEINEKEN UK for a flavoured cider.</strong></li>\r\n</ul>\r\n[caption id=\"attachment_4025\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4025\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/PINEAPPLE_SERVE_approved1-225x300.jpg\" alt=\"Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple\" width=\"225\" height=\"300\" /> Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple[/caption]\r\n\r\nWith pineapple going head to head with avocado as the UK’s fastest growing tropical fruit and hopes for another hot British summer on the horizon, Old Mout’s fusion of sweet pineapple and juicy raspberry is set to be the ‘next big thing’ – a must stock, that’s sure to be a hit with customers and consumers alike.\r\n\r\nWhat’s more, as a brand that is conscious of its impact on the planet and committed to sustainability, all Old Mout packaging is 100% recyclable. Following the huge success of its 2018 campaign to help save the kiwi bird, 2019 is set to be an even bigger year for Old Mout, on its mission to raise awareness of protecting the environment.\r\n\r\n<strong>HEINEKEN Cider Director, Emma Sherwood-Smith says, </strong>“<em>We believe our new exceptional, exotic flavour will have mass appeal, delivering on 2019 foodie trends, great taste and marrying nicely with our sustainability agenda too. A recipe set for success, Old Mout’s latest NPI is guaranteed to help </em><em>licensees realise the full potential of their cider offering and boost on-trade sales</em>.”\r\n\r\nOld Mout is the most differentiated cider brand in the on-trade, delivering +34% value share growth and has the strongest ROS growth in the cider category<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. For customers interested in listing Old Mout Pineapple &amp; Raspberry (4.0% ABV), please contact your HEINEKEN sales representative for more information.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[<strong>1]</strong></a><strong> CGA Strategy – 52 w/e 6th Oct 2018</strong>\r\n\r\n<strong><a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> CGA 2019 FY value growth</strong>\r\n\r\n<strong><a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> CGA 2019 FY value growth</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship from brewers</a></li>\r\n</ul>','Old Mout unveils the exotic taste you\'ve been pin(e)ing for with the launch of new Pineapple & Raspberry cider','','publish','closed','open','','old-mout-flavoured-cider','','','2019-03-04 14:38:41','2019-03-04 14:38:41','',0,'https://www.ontradeprogress.com/?p=4024',0,'post','',0),(4025,1,'2019-03-04 09:01:10','2019-03-04 09:01:10','','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','inherit','closed','closed','','pineapple_serve_approved1','','','2019-03-04 09:02:04','2019-03-04 09:02:04','',4024,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/PINEAPPLE_SERVE_approved1.jpg',0,'attachment','image/jpeg',0),(4026,1,'2019-03-04 09:07:30','2019-03-04 09:07:30','<h1>Capitalising on the popularity of exotic flavours and the brand’s impressive +34% value share growth<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>, New Zealand-born cider Old Mout is expanding its innovative range of fruit flavours, with the addition of Old Mout Pineapple &amp; Raspberry.</h1>\r\nWithin the Premium Flavoured Cider category, exotic flavours are increasing in popularity, driven largely by a younger generation who are looking for sessionable fruit ciders in original, unique flavours. Scoring extremely high in taste tests, Old Mout Pineapple &amp; Raspberry contains the same 4.0% ABV as the other Old Mout variants, resulting in a refreshing cider bursting with tantalisingly, tropical fruit flavour. What’s more, like every one of Old Mout’s ciders, each has a natural taste including no artificial colours, flavours or sweeteners.\r\n<ul>\r\n 	<li><strong>New Zealand-born cider Old Mout has given an exotic twist to a much-loved berry, with Pineapple &amp; Raspberry the latest addition to its range.</strong></li>\r\n 	<li><strong>Exotic flavours within the Premium Flavoured Cider category are experiencing 20% annual value growth, with Old Mout driving this trajectory.<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a></strong></li>\r\n 	<li><strong>Naturally fruity and refreshing in taste, Old Mout’s NEW Pineapple &amp; Raspberry variant performed exceptionally well in consumer taste tests – receiving the highest score in the history of HEINEKEN UK for a flavoured cider.</strong></li>\r\n</ul>\r\n[caption id=\"attachment_4025\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4025\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/PINEAPPLE_SERVE_approved1-225x300.jpg\" alt=\"Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple\" width=\"225\" height=\"300\" /> Old Mout is expanding their flavoured cider range - Raspberry &amp; Pineapple[/caption]\r\n\r\nWith pineapple going head to head with avocado as the UK’s fastest growing tropical fruit and hopes for another hot British summer on the horizon, Old Mout’s fusion of sweet pineapple and juicy raspberry is set to be the ‘next big thing’ – a must stock, that’s sure to be a hit with customers and consumers alike.\r\n\r\nWhat’s more, as a brand that is conscious of its impact on the planet and committed to sustainability, all Old Mout packaging is 100% recyclable. Following the huge success of its 2018 campaign to help save the kiwi bird, 2019 is set to be an even bigger year for Old Mout, on its mission to raise awareness of protecting the environment.\r\n\r\n<strong>HEINEKEN Cider Director, Emma Sherwood-Smith says, </strong>“<em>We believe our new exceptional, exotic flavour will have mass appeal, delivering on 2019 foodie trends, great taste and marrying nicely with our sustainability agenda too. A recipe set for success, Old Mout’s latest NPI is guaranteed to help </em><em>licensees realise the full potential of their cider offering and boost on-trade sales</em>.”\r\n\r\nOld Mout is the most differentiated cider brand in the on-trade, delivering +34% value share growth and has the strongest ROS growth in the cider category<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. For customers interested in listing Old Mout Pineapple &amp; Raspberry (4.0% ABV), please contact your HEINEKEN sales representative for more information.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[<strong>1]</strong></a><strong> CGA Strategy – 52 w/e 6th Oct 2018</strong>\r\n\r\n<strong><a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> CGA 2019 FY value growth</strong>\r\n\r\n<strong><a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> CGA 2019 FY value growth</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship from brewers</a></li>\r\n</ul>','Old Mout unveils the exotic taste you\'ve been pin(e)ing for with the launch of new Pineapple & Raspberry cider','','inherit','closed','closed','','4024-revision-v1','','','2019-03-04 09:07:30','2019-03-04 09:07:30','',4024,'https://www.ontradeprogress.com/2019/03/04/4024-revision-v1/',0,'revision','',0),(4027,1,'2019-03-04 09:10:06','2019-03-04 09:10:06','','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','inherit','closed','closed','','download-2','','','2019-03-04 09:11:33','2019-03-04 09:11:33','',4024,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/download.png',0,'attachment','image/png',0),(4028,1,'2019-03-04 09:10:58','2019-03-04 09:10:58','','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','inherit','closed','closed','','old-mout-2','','','2019-03-04 09:11:34','2019-03-04 09:11:34','',4024,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/OLD-MOUT.png',0,'attachment','image/png',0),(4030,1,'2019-03-04 09:34:10','2019-03-04 09:34:10','','Pantheon\'s re-designed PM20 planetary mixer has important new safety features','Pantheon\'s re-designed PM20 planetary mixer has important new safety features','inherit','closed','closed','','pantheons-re-designed-pm20-planetary-mixer-has-important-new-safety-features','','','2019-03-04 09:35:32','2019-03-04 09:35:32','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features.jpg',0,'attachment','image/jpeg',0),(4031,1,'2019-03-04 09:34:56','2019-03-04 09:34:56','','Pantheon\'s redesigned PM20 mixer. Detail showing magnetic safety switch.','Pantheon\'s re-designed PM20 planetary mixer has important new safety features','inherit','closed','closed','','pantheons-redesigned-pm20-mixer-detail-showing-magnetic-safety-switch','','','2019-03-04 09:36:25','2019-03-04 09:36:25','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch..jpg',0,'attachment','image/jpeg',0),(4034,1,'2019-03-04 09:54:40','2019-03-04 09:54:40','<h1>Pantheon has re-designed its high-performance PM20, 20-litre planetary mixer to incorporate a wealth of new safety features making it one of the safest mixers on the market today.</h1>\r\nExplains Nick Pendlebury, Pantheon founder and director, “The sophisticated safety features we’ve added bring a whole new level of assurances for operators – and without inflating the price. The most significant of the new features is a magnetic safety switch located at the rear of the bowl that prevents the machine running without the bowl in place. Quite simply, if the bowl is removed, the machine stops.”\r\n\r\n[caption id=\"attachment_4030\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4030\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-300x300.jpg\" alt=\"Pantheon\'s re-designed PM20 planetary mixer has important new safety features\" width=\"300\" height=\"300\" /> Pantheon re-designed PM20 planetary mixer has important new safety features[/caption]\r\n\r\nAs well as this, the operational controls are very comprehensive to prevent accidental misuse. There is a new white ‘on’ button, black ‘off’ button and large, red ‘emergency off’ button designed specifically to make controls clear to operators with colour blindness (1 in 12 men and 1 in 200 women are affected by ‘red green’ colour blind according to the latest figures from the NHS.) <strong><em>Links at end</em></strong>\r\n\r\nFurther safety controls include secure locks to either side of the bowl once it’s in position and a heavy stainless steel wire guard that locks securely into place. There is also a motor safety switch with a heat sensor that prevents the mixer from operating if it becomes too hot through overuse.\r\n\r\nThe PM20 is built for durability. Its cast metal body undergoes an exacting finishing process to ensure it can withstand the most rigorous use. This comprises an undercoat, two coats of silver paint that are oven baked and a final coat of lacquer.\r\n\r\nThe mixer is powered by a durable and dependable 1.1 kW motor while the hard-wearing, reliable, all-gear-driven transmission ensures smooth, friction-free operation across 3-speed settings – 97, 220 and 316 revs per minute.\r\n\r\n[caption id=\"attachment_4031\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4031\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-300x300.jpg\" alt=\"Pantheon\'s re-designed PM20 planetary mixer has important new safety features\" width=\"300\" height=\"300\" /> Pantheon re-designed PM20 planetary mixer has important new safety features[/caption]\r\n\r\nThe PM20 is supplied complete with a 1.5 mm thick stainless steel mixing bowl, a wire whisk, a dough hook and a beater.\r\n\r\n“20 litre mixers are, by far, the most popular size in the UK,” concludes Nick.  “That’s why it’s the first model in our range that we’ve addressed. However, we’re planning to re-launch the rest of the range over the coming months.”\r\n\r\n<a href=\"https://www.nhs.uk/conditions/colour-vision-deficiency\">https://www.nhs.uk/conditions/colour-vision-deficiency</a>\r\n\r\n<a href=\"http://www.colourblindawareness.org\">http://www.colourblindawareness.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship for brewers</a></li>\r\n</ul>','Pantheon re-launches mixer with new, super-safe features','','publish','closed','open','','pantheon-mixer-super-safe-features','','\nhttps://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/','2019-03-04 15:21:00','2019-03-04 15:21:00','',0,'https://www.ontradeprogress.com/?p=4034',0,'post','',0),(4035,1,'2019-03-04 09:52:46','2019-03-04 09:52:46','','Pantheon re-launches mixer with new, super-safe features','Pantheon re-launches mixer with new, super-safe features','inherit','closed','closed','','pantheon','','','2019-03-04 09:53:00','2019-03-04 09:53:00','',4034,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/pantheon.png',0,'attachment','image/png',0),(4036,1,'2019-03-04 09:53:06','2019-03-04 09:53:06','<h1>Pantheon has re-designed its high-performance PM20, 20-litre planetary mixer to incorporate a wealth of new safety features making it one of the safest mixers on the market today.</h1>\r\nExplains Nick Pendlebury, Pantheon founder and director, “The sophisticated safety features we’ve added bring a whole new level of assurances for operators – and without inflating the price. The most significant of the new features is a magnetic safety switch located at the rear of the bowl that prevents the machine running without the bowl in place. Quite simply, if the bowl is removed, the machine stops.”\r\n\r\n[caption id=\"attachment_4030\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4030\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-300x300.jpg\" alt=\"Pantheon\'s re-designed PM20 planetary mixer has important new safety features\" width=\"300\" height=\"300\" /> Pantheon re-designed PM20 planetary mixer has important new safety features[/caption]\r\n\r\nAs well as this, the operational controls are very comprehensive to prevent accidental misuse. There is a new white ‘on’ button, black ‘off’ button and large, red ‘emergency off’ button designed specifically to make controls clear to operators with colour blindness (1 in 12 men and 1 in 200 women are affected by ‘red green’ colour blind according to the latest figures from the NHS.) <strong><em>Links at end</em></strong>\r\n\r\nFurther safety controls include secure locks to either side of the bowl once it’s in position and a heavy stainless steel wire guard that locks securely into place. There is also a motor safety switch with a heat sensor that prevents the mixer from operating if it becomes too hot through overuse.\r\n\r\nThe PM20 is built for durability. Its cast metal body undergoes an exacting finishing process to ensure it can withstand the most rigorous use. This comprises an undercoat, two coats of silver paint that are oven baked and a final coat of lacquer.\r\n\r\nThe mixer is powered by a durable and dependable 1.1 kW motor while the hard-wearing, reliable, all gear-driven transmission ensures smooth, friction-free operation across 3 speed settings – 97, 220 and 316 revs per minute.\r\n\r\n[caption id=\"attachment_4031\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4031\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-300x300.jpg\" alt=\"Pantheon\'s re-designed PM20 planetary mixer has important new safety features\" width=\"300\" height=\"300\" /> Pantheon re-designed PM20 planetary mixer has important new safety features[/caption]\r\n\r\nThe PM20 is supplied complete with a 1.5 mm thick stainless steel mixing bowl, a wire whisk, a dough hook and a beater.\r\n\r\n“20 litre mixers are, by far, the most popular size in the UK,” concludes Nick.  “That’s why it’s the first model in our range that we’ve addressed. However, we’re planning to re-launch the rest of the range over the coming months.”\r\n\r\n<a href=\"https://www.nhs.uk/conditions/colour-vision-deficiency\">https://www.nhs.uk/conditions/colour-vision-deficiency</a>\r\n\r\n<a href=\"http://www.colourblindawareness.org\">http://www.colourblindawareness.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship for brewers</a></li>\r\n</ul>','Pantheon re-launches mixer with new, super-safe features','','inherit','closed','closed','','4034-revision-v1','','','2019-03-04 09:53:06','2019-03-04 09:53:06','',4034,'https://www.ontradeprogress.com/2019/03/04/4034-revision-v1/',0,'revision','',0),(4037,1,'2019-03-04 09:53:44','2019-03-04 09:53:44','','Pantheon re-launches mixer with new, super-safe features','Pantheon re-launches mixer with new, super-safe features','inherit','closed','closed','','pantheon2','','','2019-03-04 09:53:59','2019-03-04 09:53:59','',4034,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/pantheon2.png',0,'attachment','image/png',0),(4038,1,'2019-03-04 10:52:36','2019-03-04 10:52:36','<h1>Samtouch POS software offers a high level of features and functionality for professional restaurateurs. With over 30 years of knowledge in the point of sale industry, we know that fast and efficient table service is of key importance. Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.</h1>\r\nThe POS software is developed by YCR here in the UK. We believe that any professional business needs local support that\'s why we have qualified reseller\'s nationwide, backed up by our 1st line support team and system developers. We are unique in the fact that we developed our software on hardware we supply ensuring that the whole system is fully compatible. Why not book a local demonstration, you will be amazed at how cost-effective our systems are.\r\n\r\n[caption id=\"attachment_4041\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4041 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch3-300x235.jpg\" alt=\"Samtouch POS software offers a high level of features\" width=\"300\" height=\"235\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nSamtouch Office is cloud-based back office software for our most popular Point-of-Sale solution Samtouch. Simple, fast and easy to operate but at the same time feature rich enabling the professional restauranteur or retailer to manage their business with ease.\r\n\r\nSamtouch our ‘on-premise’ POS software solution has been fully developed and painstaking tested alongside brand leading Point of Sale hardware to ensure 100% compatibility, leading to reassuring high levels of reliability required in the retail &amp; hospitality industry. Our solution is simple to set up and a breeze to use and offers all the key extensions &amp; App’s required for all sectors of the retail &amp; hospitality industry. <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a>\r\n<h3>Established 1973 as a local seller of cash registers, YCR Distribution’s growth increased over a number of years supplying cash register’s to local trade’s and the mass channel sector.</h3>\r\n[caption id=\"attachment_4042\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4042\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Hisense-HK-950-No1-300x288.jpg\" alt=\"Their new POS software offers a high level of features\" width=\"300\" height=\"288\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nA contract with Samsung Electronics (Now SAM4S) was a springboard into distribution to reseller nationwide and with its high level of customer service, the business continued to grow.\r\n\r\nWith the onset of better technologies, YCR Distribution continued to adapt supplying and supporting SAM4S range of ECR’s and POS terminals as well as a selection of POS software solutions.\r\n\r\nIn 2010, with its in-depth knowledge in POS software solutions, YCR decided to develop its own software solution Samtouch &amp; Samtouch Office which it proudly distributes and supports through the reseller network.\r\n\r\nWe are proud to be one of the only distributor’s in the UK who is able to offer an end to end solution from hardware to software from the same livery.  This has an added advantage to our customer’s that there is assurance that the system is fully compatible.\r\n\r\n<strong>For more information &amp; to contact Samtouch: <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a></strong>\r\n\r\n<strong><a href=\"http://www.ycr.co.uk\">http://www.ycr.co.uk</a> | <a href=\"http://www.bixolon.co.uk\">http://www.bixolon.co.uk</a> I <a href=\"http://www.sam4s.co.uk\">http://www.sam4s.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new, super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n</ul>','Samtouch POS software offers a high level of features for the professional restaurateur','','publish','closed','open','','samtouch-pos-professional-restaurateur','','','2019-03-04 10:52:36','2019-03-04 10:52:36','',0,'https://www.ontradeprogress.com/?p=4038',0,'post','',0),(4039,1,'2019-03-04 10:24:19','2019-03-04 10:24:19','<h1>Samtouch POS software offers a high level of features and functionality for the professional restaurateur. With over 30 years knowledge in the point of sale industry we know that fast and efficient table service is of key importance. Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.</h1>\r\nThe POS software is developed by YCR here in the UK. We believe that any professional business needs local support thats why we have qualified reseller\'s nationwide, backed up by our 1st line support team and system developer\'s. We are unique in the fact that we developed our software on hardware we supply ensuring that the whole system is fully compatible. Why not book a local demonstration, you will be amazed how cost effective our systems are.\r\n\r\nSamtouch Office is cloud-based back office software for our most popular Point-of-Sale solution Samtouch. Simple, fast and easy to operate but at the same time feature rich enabling the professional restauranteur or retailer to manage their business with ease.\r\n\r\nSamtouch our ‘on premise’ POS software solution has been fully developed and painstaking tested alongside brand leading Point of Sale hardware to ensure 100% compatibility, leading to reassuring high levels of reliability required in the retail &amp; hospitality industry. Our solution is simple to set up and a breeze to use and offers all the key extensions &amp; App’s required for all sectors of the retail &amp; hospitality industry. <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a>\r\n\r\nEstablished 1973 as a local seller of cash registers, YCR Distribution’s growth increased over a number of years supplying cash register’s to local trade’s and the mass channel sector.\r\n\r\nA contract with Samsung Electronics (Now SAM4S) was a springboard into distribution to reseller nationwide and with it’s high level of customer service the business continued to grow.\r\n\r\nWith the onset of better technologies, YCR Distribution continued to adapt supplying and supporting SAM4S range of ECR’s and POS terminals as well as a selection of POS software solutions.\r\n\r\nIn 2010, with its in-depth knowledge in POS software solutions, YCR decided to develop it’s own software solution Samtouch &amp; Samtouch Office which it proudly distributes and supports through the reseller network.\r\n\r\nWe are proud to be one of the only distributor’s in the UK who are able to offer an end to end solution from hardware to software from the same livery.  This has an added advantage to our customer’s that there is assurance that the system is fully compatible.','Samtouch POS software offers a high level of features for the professional restaurateur','','inherit','closed','closed','','4038-revision-v1','','','2019-03-04 10:24:19','2019-03-04 10:24:19','',4038,'https://www.ontradeprogress.com/2019/03/04/4038-revision-v1/',0,'revision','',0),(4040,1,'2019-03-04 10:39:00','2019-03-04 10:39:00','','Samtouch POS software offers a high level of features','Samtouch POS software offers a high level of features','inherit','closed','closed','','samtouch1','','','2019-03-04 10:40:28','2019-03-04 10:40:28','',4038,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch1.jpg',0,'attachment','image/jpeg',0),(4041,1,'2019-03-04 10:39:31','2019-03-04 10:39:31','','Samtouch POS software offers a high level of features','Samtouch POS software offers a high level of features','inherit','closed','closed','','samtouch3','','','2019-03-04 10:41:25','2019-03-04 10:41:25','',4038,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch3.jpg',0,'attachment','image/jpeg',0),(4042,1,'2019-03-04 10:40:07','2019-03-04 10:40:07','','Their new POS software offers a high level of features','Their new POS software offers a high level of features','inherit','closed','closed','','hisense-hk-950-no1','','','2019-03-04 10:42:25','2019-03-04 10:42:25','',4038,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Hisense-HK-950-No1.jpg',0,'attachment','image/jpeg',0),(4043,1,'2019-03-04 10:40:44','2019-03-04 10:40:44','<h1>Samtouch POS software offers a high level of features and functionality for the professional restaurateur. With over 30 years knowledge in the point of sale industry we know that fast and efficient table service is of key importance. Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.</h1>\r\nThe POS software is developed by YCR here in the UK. We believe that any professional business needs local support thats why we have qualified reseller\'s nationwide, backed up by our 1st line support team and system developer\'s. We are unique in the fact that we developed our software on hardware we supply ensuring that the whole system is fully compatible. Why not book a local demonstration, you will be amazed how cost effective our systems are.\r\n\r\n[caption id=\"attachment_4040\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4040\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch1-300x278.jpg\" alt=\"Samtouch POS software offers a high level of features\" width=\"300\" height=\"278\" /> Samtouch POS software offers a high level of features[/caption]\r\n\r\nSamtouch Office is cloud-based back office software for our most popular Point-of-Sale solution Samtouch. Simple, fast and easy to operate but at the same time feature rich enabling the professional restauranteur or retailer to manage their business with ease.\r\n\r\nSamtouch our ‘on premise’ POS software solution has been fully developed and painstaking tested alongside brand leading Point of Sale hardware to ensure 100% compatibility, leading to reassuring high levels of reliability required in the retail &amp; hospitality industry. Our solution is simple to set up and a breeze to use and offers all the key extensions &amp; App’s required for all sectors of the retail &amp; hospitality industry. <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a>\r\n<h3>Established 1973 as a local seller of cash registers, YCR Distribution’s growth increased over a number of years supplying cash register’s to local trade’s and the mass channel sector.</h3>\r\nA contract with Samsung Electronics (Now SAM4S) was a springboard into distribution to reseller nationwide and with its high level of customer service the business continued to grow.\r\n\r\nWith the onset of better technologies, YCR Distribution continued to adapt supplying and supporting SAM4S range of ECR’s and POS terminals as well as a selection of POS software solutions.\r\n\r\nIn 2010, with its in-depth knowledge in POS software solutions, YCR decided to develop it’s own software solution Samtouch &amp; Samtouch Office which it proudly distributes and supports through the reseller network.\r\n\r\nWe are proud to be one of the only distributor’s in the UK who is able to offer an end to end solution from hardware to software from the same livery.  This has an added advantage to our customer’s that there is assurance that the system is fully compatible.\r\n\r\n<strong>For more information &amp; to contact Samtouch: <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a></strong>\r\n\r\n<strong><a href=\"http://www.ycr.co.uk\">http://www.ycr.co.uk</a> | <a href=\"http://www.bixolon.co.uk\">http://www.bixolon.co.uk</a> I <a href=\"http://www.sam4s.co.uk\">http://www.sam4s.co.uk</a></strong>','Samtouch POS software offers a high level of features for the professional restaurateur','','inherit','closed','closed','','4038-revision-v1','','','2019-03-04 10:40:44','2019-03-04 10:40:44','',4038,'https://www.ontradeprogress.com/2019/03/04/4038-revision-v1/',0,'revision','',0),(4044,1,'2019-03-04 10:43:34','2019-03-04 10:43:34','<h1>Samtouch POS software offers a high level of features and functionality for the professional restaurateur. With over 30 years knowledge in the point of sale industry we know that fast and efficient table service is of key importance. Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.</h1>\r\nThe POS software is developed by YCR here in the UK. We believe that any professional business needs local support thats why we have qualified reseller\'s nationwide, backed up by our 1st line support team and system developer\'s. We are unique in the fact that we developed our software on hardware we supply ensuring that the whole system is fully compatible. Why not book a local demonstration, you will be amazed how cost effective our systems are.\r\n\r\n[caption id=\"attachment_4041\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4041 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch3-300x235.jpg\" alt=\"Samtouch POS software offers a high level of features\" width=\"300\" height=\"235\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nSamtouch Office is cloud-based back office software for our most popular Point-of-Sale solution Samtouch. Simple, fast and easy to operate but at the same time feature rich enabling the professional restauranteur or retailer to manage their business with ease.\r\n\r\nSamtouch our ‘on premise’ POS software solution has been fully developed and painstaking tested alongside brand leading Point of Sale hardware to ensure 100% compatibility, leading to reassuring high levels of reliability required in the retail &amp; hospitality industry. Our solution is simple to set up and a breeze to use and offers all the key extensions &amp; App’s required for all sectors of the retail &amp; hospitality industry. <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a>\r\n<h3>Established 1973 as a local seller of cash registers, YCR Distribution’s growth increased over a number of years supplying cash register’s to local trade’s and the mass channel sector.</h3>\r\n[caption id=\"attachment_4042\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4042\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Hisense-HK-950-No1-300x288.jpg\" alt=\"Their new POS software offers a high level of features\" width=\"300\" height=\"288\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nA contract with Samsung Electronics (Now SAM4S) was a springboard into distribution to reseller nationwide and with its high level of customer service the business continued to grow.\r\n\r\nWith the onset of better technologies, YCR Distribution continued to adapt supplying and supporting SAM4S range of ECR’s and POS terminals as well as a selection of POS software solutions.\r\n\r\nIn 2010, with its in-depth knowledge in POS software solutions, YCR decided to develop it’s own software solution Samtouch &amp; Samtouch Office which it proudly distributes and supports through the reseller network.\r\n\r\nWe are proud to be one of the only distributor’s in the UK who is able to offer an end to end solution from hardware to software from the same livery.  This has an added advantage to our customer’s that there is assurance that the system is fully compatible.\r\n\r\n<strong>For more information &amp; to contact Samtouch: <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a></strong>\r\n\r\n<strong><a href=\"http://www.ycr.co.uk\">http://www.ycr.co.uk</a> | <a href=\"http://www.bixolon.co.uk\">http://www.bixolon.co.uk</a> I <a href=\"http://www.sam4s.co.uk\">http://www.sam4s.co.uk</a></strong>','Samtouch POS software offers a high level of features for the professional restaurateur','','inherit','closed','closed','','4038-revision-v1','','','2019-03-04 10:43:34','2019-03-04 10:43:34','',4038,'https://www.ontradeprogress.com/2019/03/04/4038-revision-v1/',0,'revision','',0),(4045,1,'2019-03-04 10:48:13','2019-03-04 10:48:13','<h1>Samtouch POS software offers a high level of features and functionality for the professional restaurateur. With over 30 years of knowledge in the point of sale industry, we know that fast and efficient table service is of key importance. Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.</h1>\r\nThe POS software is developed by YCR here in the UK. We believe that any professional business needs local support that\'s why we have qualified reseller\'s nationwide, backed up by our 1st line support team and system developers. We are unique in the fact that we developed our software on hardware we supply ensuring that the whole system is fully compatible. Why not book a local demonstration, you will be amazed at how cost-effective our systems are.\r\n\r\n[caption id=\"attachment_4041\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4041 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch3-300x235.jpg\" alt=\"Samtouch POS software offers a high level of features\" width=\"300\" height=\"235\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nSamtouch Office is cloud-based back office software for our most popular Point-of-Sale solution Samtouch. Simple, fast and easy to operate but at the same time feature rich enabling the professional restauranteur or retailer to manage their business with ease.\r\n\r\nSamtouch our ‘on-premise’ POS software solution has been fully developed and painstaking tested alongside brand leading Point of Sale hardware to ensure 100% compatibility, leading to reassuring high levels of reliability required in the retail &amp; hospitality industry. Our solution is simple to set up and a breeze to use and offers all the key extensions &amp; App’s required for all sectors of the retail &amp; hospitality industry. <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a>\r\n<h3>Established 1973 as a local seller of cash registers, YCR Distribution’s growth increased over a number of years supplying cash register’s to local trade’s and the mass channel sector.</h3>\r\n[caption id=\"attachment_4042\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4042\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Hisense-HK-950-No1-300x288.jpg\" alt=\"Their new POS software offers a high level of features\" width=\"300\" height=\"288\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nA contract with Samsung Electronics (Now SAM4S) was a springboard into distribution to reseller nationwide and with its high level of customer service, the business continued to grow.\r\n\r\nWith the onset of better technologies, YCR Distribution continued to adapt supplying and supporting SAM4S range of ECR’s and POS terminals as well as a selection of POS software solutions.\r\n\r\nIn 2010, with its in-depth knowledge in POS software solutions, YCR decided to develop its own software solution Samtouch &amp; Samtouch Office which it proudly distributes and supports through the reseller network.\r\n\r\nWe are proud to be one of the only distributor’s in the UK who is able to offer an end to end solution from hardware to software from the same livery.  This has an added advantage to our customer’s that there is assurance that the system is fully compatible.\r\n\r\n<strong>For more information &amp; to contact Samtouch: <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a></strong>\r\n\r\n<strong><a href=\"http://www.ycr.co.uk\">http://www.ycr.co.uk</a> | <a href=\"http://www.bixolon.co.uk\">http://www.bixolon.co.uk</a> I <a href=\"http://www.sam4s.co.uk\">http://www.sam4s.co.uk</a></strong>','Samtouch POS software offers a high level of features for the professional restaurateur','','inherit','closed','closed','','4038-revision-v1','','','2019-03-04 10:48:13','2019-03-04 10:48:13','',4038,'https://www.ontradeprogress.com/2019/03/04/4038-revision-v1/',0,'revision','',0),(4046,1,'2019-03-04 10:52:36','2019-03-04 10:52:36','<h1>Samtouch POS software offers a high level of features and functionality for professional restaurateurs. With over 30 years of knowledge in the point of sale industry, we know that fast and efficient table service is of key importance. Samtouch offers all the features required in this sector in a system that is cost effective and easy to use and maintain.</h1>\r\nThe POS software is developed by YCR here in the UK. We believe that any professional business needs local support that\'s why we have qualified reseller\'s nationwide, backed up by our 1st line support team and system developers. We are unique in the fact that we developed our software on hardware we supply ensuring that the whole system is fully compatible. Why not book a local demonstration, you will be amazed at how cost-effective our systems are.\r\n\r\n[caption id=\"attachment_4041\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4041 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/samtouch3-300x235.jpg\" alt=\"Samtouch POS software offers a high level of features\" width=\"300\" height=\"235\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nSamtouch Office is cloud-based back office software for our most popular Point-of-Sale solution Samtouch. Simple, fast and easy to operate but at the same time feature rich enabling the professional restauranteur or retailer to manage their business with ease.\r\n\r\nSamtouch our ‘on-premise’ POS software solution has been fully developed and painstaking tested alongside brand leading Point of Sale hardware to ensure 100% compatibility, leading to reassuring high levels of reliability required in the retail &amp; hospitality industry. Our solution is simple to set up and a breeze to use and offers all the key extensions &amp; App’s required for all sectors of the retail &amp; hospitality industry. <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a>\r\n<h3>Established 1973 as a local seller of cash registers, YCR Distribution’s growth increased over a number of years supplying cash register’s to local trade’s and the mass channel sector.</h3>\r\n[caption id=\"attachment_4042\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4042\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Hisense-HK-950-No1-300x288.jpg\" alt=\"Their new POS software offers a high level of features\" width=\"300\" height=\"288\" /> Their new POS software offers a high level of features[/caption]\r\n\r\nA contract with Samsung Electronics (Now SAM4S) was a springboard into distribution to reseller nationwide and with its high level of customer service, the business continued to grow.\r\n\r\nWith the onset of better technologies, YCR Distribution continued to adapt supplying and supporting SAM4S range of ECR’s and POS terminals as well as a selection of POS software solutions.\r\n\r\nIn 2010, with its in-depth knowledge in POS software solutions, YCR decided to develop its own software solution Samtouch &amp; Samtouch Office which it proudly distributes and supports through the reseller network.\r\n\r\nWe are proud to be one of the only distributor’s in the UK who is able to offer an end to end solution from hardware to software from the same livery.  This has an added advantage to our customer’s that there is assurance that the system is fully compatible.\r\n\r\n<strong>For more information &amp; to contact Samtouch: <a href=\"http://www.samtouch.co.uk/\">www.samtouch.co.uk/</a></strong>\r\n\r\n<strong><a href=\"http://www.ycr.co.uk\">http://www.ycr.co.uk</a> | <a href=\"http://www.bixolon.co.uk\">http://www.bixolon.co.uk</a> I <a href=\"http://www.sam4s.co.uk\">http://www.sam4s.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new, super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales launch for Summer Event 2019</a></li>\r\n</ul>','Samtouch POS software offers a high level of features for the professional restaurateur','','inherit','closed','closed','','4038-revision-v1','','','2019-03-04 10:52:36','2019-03-04 10:52:36','',4038,'https://www.ontradeprogress.com/2019/03/04/4038-revision-v1/',0,'revision','',0),(4047,1,'2019-03-07 09:36:48','2019-03-07 09:36:48','<h1><strong>Azzurri Group, Wagamama, Oakman Inns &amp; NWTC among the winners of Casual Dining Restaurant &amp; Pub Awards.</strong></h1>\r\nThe UK’s best casual dining operators were revealed at the Casual Dining Restaurant &amp; Pub Awards 2019.\r\n\r\nHeld at the London Marriott Hotel, in Grosvenor Square, following the first day of the Casual Dining trade show, the annual awards recognise the best new openings and standout restaurants, bars and pubs of the year.\r\n\r\nAzzurri Group, Wagamama, Oakman Inns &amp; Restaurants, The New World Trading Co (NWTC), Dishoom, Jamie’s Italian, Flat Iron, Dirty Martini, The Alchemist, Caravan, The Chilli Pickle, and The Boathouse (in Falmouth) were among the operators who took home awards.\r\n\r\nSteve Holmes, CEO of Azzurri Group, which was named Casual Dining Group of the Year, said: “We are truly delighted to receive this award, especially given the quality of other businesses in the category.  It’s fantastic recognition for our teams, who work tirelessly to deliver the best experience they can for our customers, and this award is for them.”\r\n\r\nPeter Boizot, founder of PizzaExpress, who sadly passed in December last year, was also remembered and recognised for his outstanding contribution to the casual dining industry.  His posthumous Casual Dining Outstanding Contribution Award was accepted by Zoe Bowley, the company’s MD, to a standing ovation.\r\n\r\nDishoom’s founders – cousins Kavi Thakrar and Shamil Thakrar, received this year’s Trailblazer of the Year Award – the only category nominated directly by the judges.\r\n\r\nIt was also a memorable night for The New World Trading Co, whose The Florist brand won three trophies, including New Casual Dining Concept of the Year, Best New Restaurant Site and Best Designed Casual Dining Restaurant of the Year – the latter two awards for its newly opened Liverpool venue.  The company’s fourth award of the night was for the hotly-contested ‘Employer of the Year’.\r\n\r\nwagamama was also celebrating, having retained its title of Large Multi-Site Restaurant Brand of the Year (over 20 sites) for the third year in a row.  It also added Menu Innovation (over 20 sites) and Marketing Campaign of the Year to its awards haul.\r\n\r\nSimon Potts and the team at The Alchemist also repeated their win of last year, with another Best New Pub/Bar Site award.  This time for their first Welsh site – in Cardiff’s St Mary Street.\r\n\r\nNew awards categories this year included ‘Ethical Operator’ and ‘Best Family Dining Experience’, which went to Oakman Inns &amp; Restaurants and Jamie’s Italian respectively.\r\n\r\nJon Knight, chief executive of the Jamie Oliver Restaurant Group, who collected their award, said: “The whole team at the Jamie Oliver Restaurant Group would like to thank the Casual Dining show, the sponsors, and everyone who voted for this award.  It’s a real honour to accept it on behalf of Jamie and all the restaurants.\r\n\r\n“I’d also like to thank the many, many people who aren’t here!  The tens of thousands of customers who continue to support us each and every day, week in week out, snow or sun, Brexit or no-Brexit!  Also, to the amazing staff in all of the restaurants who are totally unwavering in their support to Jamie, and the wider Team; and, of course, to my fabulous Leadership Team who without them I/we would be nothing.”\r\n\r\nCabana, Charles Wells, Cosy Club (Loungers), Las Iguanas, Oakman Inns &amp; Restaurants, and PizzaExpress were also highly commended in various categories.  Over 400 industry professionals attended the awards.\r\n\r\n“The Casual Dining Restaurant &amp; Pub Awards are the most important annual celebration of the very best in the business,” says Chris Brazier, group event director at Diversified Communications UK (organiser of the awards and Casual Dining show).\r\n\r\n“Once again the sheer quality of this year’s awards finalists – over 100 restaurant and pub operators from across the country – was exceptional.  Standing out from the crowd is no mean feat in such a hugely competitive sector.  But our 2019 winners and highly commended recipients do just that.  From the big names to the smaller independent operators, they have been singled out for their continuing commitment to driving innovation, inspiring creativity and delivering an all-round incredible casual dining experience.  Congratulations again to each of our fantastic winners,” he says.\r\n\r\nCasual Dining’s event manager, Eva Ellis, says: “Over the past four years, the Casual Dining Restaurant &amp; Pub Awards has established itself as a key event on the casual dining calendar.  It’s a fantastic way to reward and celebrate the achievements of those companies who are driving forward Britain’s fastest-growing food sector.  Congratulations to each of our deserved winners.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software offers a high level of features for the professional restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new, super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>\r\n<h3>The 2019 Casual Dining Restaurant &amp; Pub Awards winners are:</h3>\r\n<strong>Trailblazer of the Year </strong>– sponsored by Trail\r\n\r\nWinners: Kavi Thakrar &amp; Shamil Thakrar, Dishoom\r\n\r\n<strong>New Casual Dining Concept of the Year </strong>– sponsored by Reynolds\r\n\r\nWinner: The Florist\r\n\r\n<strong>Best New Pub / Bar Site </strong>– sponsored by Lamb Weston\r\n\r\nWinner: The Alchemist – Cardiff\r\n\r\n<strong>Best New Restaurant Site</strong> – sponsored by Arla PRO\r\n\r\nWinner: The Florist – Liverpool\r\n\r\n<strong>Ethical Operator Award </strong>– sponsored by RTW Checker\r\n\r\nWinner: Oakman Inns &amp; Restaurants\r\n\r\n<strong>Employer of the Year</strong> – sponsored by Yapster\r\n\r\nWinner: The New World Trading Company\r\n\r\nHighly commended: Oakman Inns &amp; Restaurants\r\n\r\nHighly commended: PizzaExpress\r\n\r\n<strong>Menu Innovation Award (1-19 sites) </strong>– sponsored by Essential Cuisine\r\n\r\nWinner: Caravan\r\n\r\nHighly commended: Cabana\r\n\r\n<strong>Menu Innovation Award (20+ sites) </strong>– sponsored by Essential Cuisine\r\n\r\nWinner: Wagamama\r\n\r\nHighly commended: Las Iguanas\r\n\r\n<strong>Marketing Campaign of the Year</strong> – sponsored by Chef Direct\r\n\r\nWinner: Wagamama – ‘feed your inner good’\r\n\r\n<strong>Best Designed Pub / Bar of the Year</strong> – sponsored by Commercial Kitchen\r\n\r\nWinner: Dirty Martini, Birmingham – designed by Grapes Design\r\n\r\n<strong>Best Designed Casual Dining Restaurant of the Year</strong> – sponsored by London Design Fair\r\n\r\nWinner: The Florist – Liverpool\r\n\r\n<strong>Best Family Dining Experience </strong>– sponsored by Belvoir Fruit Farms\r\n\r\nWinner: Jamie’s Italian\r\n\r\n<strong>Pub of the Year </strong>– sponsored by Fentimans\r\n\r\nWinner: The Boathouse, Falmouth\r\n\r\n<strong>Independent Restaurant of the Year (under 5 sites)</strong> – sponsored by Deliveroo\r\n\r\nWinner: The Chilli Pickle\r\n\r\n<strong>Multi-Site Pub Operator of the Year (5+ sites)</strong> – sponsored by Casual Dining\r\n\r\nWinner: Oakman Inns &amp; Restaurants\r\n\r\nHighly commended: Charles Wells\r\n\r\n<strong>Small Multi-Site Restaurant Brand of the Year (5-19 sites)</strong> – sponsored by Boutinot\r\n\r\nWinner: Flat Iron\r\n\r\n<strong>Large Multi-Site Restaurant Brand of the Year (20 Sites +) </strong>– sponsored by Coca-Cola European Partners\r\n\r\nWinner: Wagamama\r\n\r\nHighly commended: Cosy Club\r\n\r\n<strong>Casual Dining Group of the Year</strong> – sponsored by Carlsberg UK\r\n\r\nWinner: Azzurri Group\r\n\r\nThe awards judges included Ian Neill, chairman of Hush Haché; Karen Forrester, CEO of TGI Friday’s UK; Kate Nicholls, CEO of UKHospitality; Jon Knight, CEO of Jamie Oliver Restaurant Group; Zoe Bowley, UK &amp; Ireland MD of PizzaExpress; Chris Hill, CEO of New World Trading Company; Susan Chappell, divisional director of Mitchells &amp; Butlers; David McDowall, CEO of BrewDog (Retail); Alex Salussolia, MD of Glendola Leisure Group; Stephen Wall, owner of Pho; Brian Keeley Whiting, owner of Whiting &amp; Hammond; Garry Duncan, operations director of Nando’s UK &amp; Ireland; Luisa Fernandez, marketing director of YO!; Jo Fleet, MD of Flat Iron; Scott Collins, co-founder &amp; MD of MEATliquor; Peter Martin, director of CM&amp;Co; and Chris Brazier, group event director of Casual Dining.\r\n\r\n<strong>Other winners on the night commented:</strong>\r\n\r\n“It is a real honour to win ‘Best Independent Restaurant’. We have had an exciting year celebrating our 10th anniversary and branching out, so for The Chilli Pickle to still receive recognition from our peers means so much,” says Alun Sperring, co-owner of The Chilli Pickle.\r\n\r\n“We are extremely proud to have won this prestigious award, which is dedicated to all our lovely staff and loyal customers.  We’ve been proud to hold the keys to this 300-year-old independent pub and restaurant for the last 16 years, during which time we’ve endeavoured to innovate and refresh our ideas constantly, whilst also trying to remain consistent in our offer. We look forward to welcoming old and new customers for many years to come,” says David Carless, co-owner of The Boathouse, Falmouth.\r\n\r\n<strong>For further information, please visit <a href=\"http://www.cdawards.co.uk\">www.cdawards.co.uk</a>.</strong>\r\n\r\n<strong>For further information please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a>.</strong>','Azzurri Group, Wagamama, Oakman Inns & NWTC among the winners of Casual Dining Show Awards','','publish','closed','open','','casual-dining-restaurant-awards-2019','','','2019-03-07 09:36:48','2019-03-07 09:36:48','',0,'https://www.ontradeprogress.com/?p=4047',0,'post','',0),(4048,1,'2019-03-04 11:16:42','2019-03-04 11:16:42','','Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards','Azzurri Group & Wagamama winners of Casual Dining Restaurant Awards','inherit','closed','closed','','cds2019','','','2019-03-04 11:17:43','2019-03-04 11:17:43','',4047,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/CDS2019.jpg',0,'attachment','image/jpeg',0),(4049,1,'2019-03-04 11:18:28','2019-03-04 11:18:28','<h1><strong>Azzurri Group, Wagamama, Oakman Inns &amp; NWTC among the winners of Casual Dining Restaurant &amp; Pub Awards.</strong></h1>\r\nThe UK’s best casual dining operators were revealed at the Casual Dining Restaurant &amp; Pub Awards 2019.\r\n\r\nHeld at the London Marriott Hotel, in Grosvenor Square, following the first day of the Casual Dining trade show, the annual awards recognise the best new openings and standout restaurants, bars and pubs of the year.\r\n\r\nAzzurri Group, Wagamama, Oakman Inns &amp; Restaurants, The New World Trading Co (NWTC), Dishoom, Jamie’s Italian, Flat Iron, Dirty Martini, The Alchemist, Caravan, The Chilli Pickle, and The Boathouse (in Falmouth) were among the operators who took home awards.\r\n\r\nSteve Holmes, CEO of Azzurri Group, which was named Casual Dining Group of the Year, said: “We are truly delighted to receive this award, especially given the quality of other businesses in the category.  It’s fantastic recognition for our teams, who work tirelessly to deliver the best experience they can for our customers, and this award is for them.”\r\n\r\nPeter Boizot, founder of PizzaExpress, who sadly passed in December last year, was also remembered and recognised for his outstanding contribution to the casual dining industry.  His posthumous Casual Dining Outstanding Contribution Award was accepted by Zoe Bowley, the company’s MD, to a standing ovation.\r\n\r\nDishoom’s founders – cousins Kavi Thakrar and Shamil Thakrar, received this year’s Trailblazer of the Year Award – the only category nominated directly by the judges.\r\n\r\nIt was also a memorable night for The New World Trading Co, whose The Florist brand won three trophies, including New Casual Dining Concept of the Year, Best New Restaurant Site and Best Designed Casual Dining Restaurant of the Year – the latter two awards for its newly opened Liverpool venue.  The company’s fourth award of the night was for the hotly-contested ‘Employer of the Year’.\r\n\r\nwagamama was also celebrating, having retained its title of Large Multi-Site Restaurant Brand of the Year (over 20 sites) for the third year in a row.  It also added Menu Innovation (over 20 sites) and Marketing Campaign of the Year to its awards haul.\r\n\r\nSimon Potts and the team at The Alchemist also repeated their win of last year, with another Best New Pub/Bar Site award.  This time for their first Welsh site – in Cardiff’s St Mary Street.\r\n\r\nNew awards categories this year included ‘Ethical Operator’ and ‘Best Family Dining Experience’, which went to Oakman Inns &amp; Restaurants and Jamie’s Italian respectively.\r\n\r\nJon Knight, chief executive of the Jamie Oliver Restaurant Group, who collected their award, said: “The whole team at the Jamie Oliver Restaurant Group would like to thank the Casual Dining show, the sponsors, and everyone who voted for this award.  It’s a real honour to accept it on behalf of Jamie and all the restaurants.\r\n\r\n“I’d also like to thank the many, many people who aren’t here!  The tens of thousands of customers who continue to support us each and every day, week in week out, snow or sun, Brexit or no-Brexit!  Also, to the amazing staff in all of the restaurants who are totally unwavering in their support to Jamie, and the wider Team; and, of course, to my fabulous Leadership Team who without them I/we would be nothing.”\r\n\r\nCabana, Charles Wells, Cosy Club (Loungers), Las Iguanas, Oakman Inns &amp; Restaurants, and PizzaExpress were also highly commended in various categories.  Over 400 industry professionals attended the awards.\r\n\r\n“The Casual Dining Restaurant &amp; Pub Awards are the most important annual celebration of the very best in the business,” says Chris Brazier, group event director at Diversified Communications UK (organiser of the awards and Casual Dining show).\r\n\r\n“Once again the sheer quality of this year’s awards finalists – over 100 restaurant and pub operators from across the country – was exceptional.  Standing out from the crowd is no mean feat in such a hugely competitive sector.  But our 2019 winners and highly commended recipients do just that.  From the big names to the smaller independent operators, they have been singled out for their continuing commitment to driving innovation, inspiring creativity and delivering an all-round incredible casual dining experience.  Congratulations again to each of our fantastic winners,” he says.\r\n\r\nCasual Dining’s event manager, Eva Ellis, says: “Over the past four years, the Casual Dining Restaurant &amp; Pub Awards has established itself as a key event on the casual dining calendar.  It’s a fantastic way to reward and celebrate the achievements of those companies who are driving forward Britain’s fastest-growing food sector.  Congratulations to each of our deserved winners.”\r\n<h3>The 2019 Casual Dining Restaurant &amp; Pub Awards winners are:</h3>\r\n<strong>Trailblazer of the Year </strong>– sponsored by Trail\r\n\r\nWinners: Kavi Thakrar &amp; Shamil Thakrar, Dishoom\r\n\r\n<strong>New Casual Dining Concept of the Year </strong>– sponsored by Reynolds\r\n\r\nWinner: The Florist\r\n\r\n<strong>Best New Pub / Bar Site </strong>– sponsored by Lamb Weston\r\n\r\nWinner: The Alchemist – Cardiff\r\n\r\n<strong>Best New Restaurant Site</strong> – sponsored by Arla PRO\r\n\r\nWinner: The Florist – Liverpool\r\n\r\n<strong>Ethical Operator Award </strong>– sponsored by RTW Checker\r\n\r\nWinner: Oakman Inns &amp; Restaurants\r\n\r\n<strong>Employer of the Year</strong> – sponsored by Yapster\r\n\r\nWinner: The New World Trading Company\r\n\r\nHighly commended: Oakman Inns &amp; Restaurants\r\n\r\nHighly commended: PizzaExpress\r\n\r\n<strong>Menu Innovation Award (1-19 sites) </strong>– sponsored by Essential Cuisine\r\n\r\nWinner: Caravan\r\n\r\nHighly commended: Cabana\r\n\r\n<strong>Menu Innovation Award (20+ sites) </strong>– sponsored by Essential Cuisine\r\n\r\nWinner: Wagamama\r\n\r\nHighly commended: Las Iguanas\r\n\r\n<strong>Marketing Campaign of the Year</strong> – sponsored by Chef Direct\r\n\r\nWinner: Wagamama – ‘feed your inner good’\r\n\r\n<strong>Best Designed Pub / Bar of the Year</strong> – sponsored by Commercial Kitchen\r\n\r\nWinner: Dirty Martini, Birmingham – designed by Grapes Design\r\n\r\n<strong>Best Designed Casual Dining Restaurant of the Year</strong> – sponsored by London Design Fair\r\n\r\nWinner: The Florist – Liverpool\r\n\r\n<strong>Best Family Dining Experience </strong>– sponsored by Belvoir Fruit Farms\r\n\r\nWinner: Jamie’s Italian\r\n\r\n<strong>Pub of the Year </strong>– sponsored by Fentimans\r\n\r\nWinner: The Boathouse, Falmouth\r\n\r\n<strong>Independent Restaurant of the Year (under 5 sites)</strong> – sponsored by Deliveroo\r\n\r\nWinner: The Chilli Pickle\r\n\r\n<strong>Multi-Site Pub Operator of the Year (5+ sites)</strong> – sponsored by Casual Dining\r\n\r\nWinner: Oakman Inns &amp; Restaurants\r\n\r\nHighly commended: Charles Wells\r\n\r\n<strong>Small Multi-Site Restaurant Brand of the Year (5-19 sites)</strong> – sponsored by Boutinot\r\n\r\nWinner: Flat Iron\r\n\r\n<strong>Large Multi-Site Restaurant Brand of the Year (20 Sites +) </strong>– sponsored by Coca-Cola European Partners\r\n\r\nWinner: Wagamama\r\n\r\nHighly commended: Cosy Club\r\n\r\n<strong>Casual Dining Group of the Year</strong> – sponsored by Carlsberg UK\r\n\r\nWinner: Azzurri Group\r\n\r\nThe awards judges included Ian Neill, chairman of Hush Haché; Karen Forrester, CEO of TGI Friday’s UK; Kate Nicholls, CEO of UKHospitality; Jon Knight, CEO of Jamie Oliver Restaurant Group; Zoe Bowley, UK &amp; Ireland MD of PizzaExpress; Chris Hill, CEO of New World Trading Company; Susan Chappell, divisional director of Mitchells &amp; Butlers; David McDowall, CEO of BrewDog (Retail); Alex Salussolia, MD of Glendola Leisure Group; Stephen Wall, owner of Pho; Brian Keeley Whiting, owner of Whiting &amp; Hammond; Garry Duncan, operations director of Nando’s UK &amp; Ireland; Luisa Fernandez, marketing director of YO!; Jo Fleet, MD of Flat Iron; Scott Collins, co-founder &amp; MD of MEATliquor; Peter Martin, director of CM&amp;Co; and Chris Brazier, group event director of Casual Dining.\r\n\r\n<strong>Other winners on the night commented:</strong>\r\n\r\n“It is a real honour to win ‘Best Independent Restaurant’. We have had an exciting year celebrating our 10th anniversary and branching out, so for The Chilli Pickle to still receive recognition from our peers means so much,” says Alun Sperring, co-owner of The Chilli Pickle.\r\n\r\n“We are extremely proud to have won this prestigious award, which is dedicated to all our lovely staff and loyal customers.  We’ve been proud to hold the keys to this 300-year-old independent pub and restaurant for the last 16 years, during which time we’ve endeavoured to innovate and refresh our ideas constantly, whilst also trying to remain consistent in our offer. We look forward to welcoming old and new customers for many years to come,” says David Carless, co-owner of The Boathouse, Falmouth.\r\n\r\n<strong>For further information, please visit <a href=\"http://www.cdawards.co.uk\">www.cdawards.co.uk</a>.</strong>\r\n\r\n<strong>For further information please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a>.</strong>','Azzurri Group, Wagamama, Oakman Inns & NWTC among the winners of Casual Dining Show Awards','','inherit','closed','closed','','4047-revision-v1','','','2019-03-04 11:18:28','2019-03-04 11:18:28','',4047,'https://www.ontradeprogress.com/2019/03/04/4047-revision-v1/',0,'revision','',0),(4050,1,'2019-03-04 11:29:05','2019-03-04 11:29:05','<h1><strong>Azzurri Group, Wagamama, Oakman Inns &amp; NWTC among the winners of Casual Dining Restaurant &amp; Pub Awards.</strong></h1>\r\nThe UK’s best casual dining operators were revealed at the Casual Dining Restaurant &amp; Pub Awards 2019.\r\n\r\nHeld at the London Marriott Hotel, in Grosvenor Square, following the first day of the Casual Dining trade show, the annual awards recognise the best new openings and standout restaurants, bars and pubs of the year.\r\n\r\nAzzurri Group, Wagamama, Oakman Inns &amp; Restaurants, The New World Trading Co (NWTC), Dishoom, Jamie’s Italian, Flat Iron, Dirty Martini, The Alchemist, Caravan, The Chilli Pickle, and The Boathouse (in Falmouth) were among the operators who took home awards.\r\n\r\nSteve Holmes, CEO of Azzurri Group, which was named Casual Dining Group of the Year, said: “We are truly delighted to receive this award, especially given the quality of other businesses in the category.  It’s fantastic recognition for our teams, who work tirelessly to deliver the best experience they can for our customers, and this award is for them.”\r\n\r\nPeter Boizot, founder of PizzaExpress, who sadly passed in December last year, was also remembered and recognised for his outstanding contribution to the casual dining industry.  His posthumous Casual Dining Outstanding Contribution Award was accepted by Zoe Bowley, the company’s MD, to a standing ovation.\r\n\r\nDishoom’s founders – cousins Kavi Thakrar and Shamil Thakrar, received this year’s Trailblazer of the Year Award – the only category nominated directly by the judges.\r\n\r\nIt was also a memorable night for The New World Trading Co, whose The Florist brand won three trophies, including New Casual Dining Concept of the Year, Best New Restaurant Site and Best Designed Casual Dining Restaurant of the Year – the latter two awards for its newly opened Liverpool venue.  The company’s fourth award of the night was for the hotly-contested ‘Employer of the Year’.\r\n\r\nwagamama was also celebrating, having retained its title of Large Multi-Site Restaurant Brand of the Year (over 20 sites) for the third year in a row.  It also added Menu Innovation (over 20 sites) and Marketing Campaign of the Year to its awards haul.\r\n\r\nSimon Potts and the team at The Alchemist also repeated their win of last year, with another Best New Pub/Bar Site award.  This time for their first Welsh site – in Cardiff’s St Mary Street.\r\n\r\nNew awards categories this year included ‘Ethical Operator’ and ‘Best Family Dining Experience’, which went to Oakman Inns &amp; Restaurants and Jamie’s Italian respectively.\r\n\r\nJon Knight, chief executive of the Jamie Oliver Restaurant Group, who collected their award, said: “The whole team at the Jamie Oliver Restaurant Group would like to thank the Casual Dining show, the sponsors, and everyone who voted for this award.  It’s a real honour to accept it on behalf of Jamie and all the restaurants.\r\n\r\n“I’d also like to thank the many, many people who aren’t here!  The tens of thousands of customers who continue to support us each and every day, week in week out, snow or sun, Brexit or no-Brexit!  Also, to the amazing staff in all of the restaurants who are totally unwavering in their support to Jamie, and the wider Team; and, of course, to my fabulous Leadership Team who without them I/we would be nothing.”\r\n\r\nCabana, Charles Wells, Cosy Club (Loungers), Las Iguanas, Oakman Inns &amp; Restaurants, and PizzaExpress were also highly commended in various categories.  Over 400 industry professionals attended the awards.\r\n\r\n“The Casual Dining Restaurant &amp; Pub Awards are the most important annual celebration of the very best in the business,” says Chris Brazier, group event director at Diversified Communications UK (organiser of the awards and Casual Dining show).\r\n\r\n“Once again the sheer quality of this year’s awards finalists – over 100 restaurant and pub operators from across the country – was exceptional.  Standing out from the crowd is no mean feat in such a hugely competitive sector.  But our 2019 winners and highly commended recipients do just that.  From the big names to the smaller independent operators, they have been singled out for their continuing commitment to driving innovation, inspiring creativity and delivering an all-round incredible casual dining experience.  Congratulations again to each of our fantastic winners,” he says.\r\n\r\nCasual Dining’s event manager, Eva Ellis, says: “Over the past four years, the Casual Dining Restaurant &amp; Pub Awards has established itself as a key event on the casual dining calendar.  It’s a fantastic way to reward and celebrate the achievements of those companies who are driving forward Britain’s fastest-growing food sector.  Congratulations to each of our deserved winners.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software offers a high level of features for the professional restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new, super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>\r\n<h3>The 2019 Casual Dining Restaurant &amp; Pub Awards winners are:</h3>\r\n<strong>Trailblazer of the Year </strong>– sponsored by Trail\r\n\r\nWinners: Kavi Thakrar &amp; Shamil Thakrar, Dishoom\r\n\r\n<strong>New Casual Dining Concept of the Year </strong>– sponsored by Reynolds\r\n\r\nWinner: The Florist\r\n\r\n<strong>Best New Pub / Bar Site </strong>– sponsored by Lamb Weston\r\n\r\nWinner: The Alchemist – Cardiff\r\n\r\n<strong>Best New Restaurant Site</strong> – sponsored by Arla PRO\r\n\r\nWinner: The Florist – Liverpool\r\n\r\n<strong>Ethical Operator Award </strong>– sponsored by RTW Checker\r\n\r\nWinner: Oakman Inns &amp; Restaurants\r\n\r\n<strong>Employer of the Year</strong> – sponsored by Yapster\r\n\r\nWinner: The New World Trading Company\r\n\r\nHighly commended: Oakman Inns &amp; Restaurants\r\n\r\nHighly commended: PizzaExpress\r\n\r\n<strong>Menu Innovation Award (1-19 sites) </strong>– sponsored by Essential Cuisine\r\n\r\nWinner: Caravan\r\n\r\nHighly commended: Cabana\r\n\r\n<strong>Menu Innovation Award (20+ sites) </strong>– sponsored by Essential Cuisine\r\n\r\nWinner: Wagamama\r\n\r\nHighly commended: Las Iguanas\r\n\r\n<strong>Marketing Campaign of the Year</strong> – sponsored by Chef Direct\r\n\r\nWinner: Wagamama – ‘feed your inner good’\r\n\r\n<strong>Best Designed Pub / Bar of the Year</strong> – sponsored by Commercial Kitchen\r\n\r\nWinner: Dirty Martini, Birmingham – designed by Grapes Design\r\n\r\n<strong>Best Designed Casual Dining Restaurant of the Year</strong> – sponsored by London Design Fair\r\n\r\nWinner: The Florist – Liverpool\r\n\r\n<strong>Best Family Dining Experience </strong>– sponsored by Belvoir Fruit Farms\r\n\r\nWinner: Jamie’s Italian\r\n\r\n<strong>Pub of the Year </strong>– sponsored by Fentimans\r\n\r\nWinner: The Boathouse, Falmouth\r\n\r\n<strong>Independent Restaurant of the Year (under 5 sites)</strong> – sponsored by Deliveroo\r\n\r\nWinner: The Chilli Pickle\r\n\r\n<strong>Multi-Site Pub Operator of the Year (5+ sites)</strong> – sponsored by Casual Dining\r\n\r\nWinner: Oakman Inns &amp; Restaurants\r\n\r\nHighly commended: Charles Wells\r\n\r\n<strong>Small Multi-Site Restaurant Brand of the Year (5-19 sites)</strong> – sponsored by Boutinot\r\n\r\nWinner: Flat Iron\r\n\r\n<strong>Large Multi-Site Restaurant Brand of the Year (20 Sites +) </strong>– sponsored by Coca-Cola European Partners\r\n\r\nWinner: Wagamama\r\n\r\nHighly commended: Cosy Club\r\n\r\n<strong>Casual Dining Group of the Year</strong> – sponsored by Carlsberg UK\r\n\r\nWinner: Azzurri Group\r\n\r\nThe awards judges included Ian Neill, chairman of Hush Haché; Karen Forrester, CEO of TGI Friday’s UK; Kate Nicholls, CEO of UKHospitality; Jon Knight, CEO of Jamie Oliver Restaurant Group; Zoe Bowley, UK &amp; Ireland MD of PizzaExpress; Chris Hill, CEO of New World Trading Company; Susan Chappell, divisional director of Mitchells &amp; Butlers; David McDowall, CEO of BrewDog (Retail); Alex Salussolia, MD of Glendola Leisure Group; Stephen Wall, owner of Pho; Brian Keeley Whiting, owner of Whiting &amp; Hammond; Garry Duncan, operations director of Nando’s UK &amp; Ireland; Luisa Fernandez, marketing director of YO!; Jo Fleet, MD of Flat Iron; Scott Collins, co-founder &amp; MD of MEATliquor; Peter Martin, director of CM&amp;Co; and Chris Brazier, group event director of Casual Dining.\r\n\r\n<strong>Other winners on the night commented:</strong>\r\n\r\n“It is a real honour to win ‘Best Independent Restaurant’. We have had an exciting year celebrating our 10th anniversary and branching out, so for The Chilli Pickle to still receive recognition from our peers means so much,” says Alun Sperring, co-owner of The Chilli Pickle.\r\n\r\n“We are extremely proud to have won this prestigious award, which is dedicated to all our lovely staff and loyal customers.  We’ve been proud to hold the keys to this 300-year-old independent pub and restaurant for the last 16 years, during which time we’ve endeavoured to innovate and refresh our ideas constantly, whilst also trying to remain consistent in our offer. We look forward to welcoming old and new customers for many years to come,” says David Carless, co-owner of The Boathouse, Falmouth.\r\n\r\n<strong>For further information, please visit <a href=\"http://www.cdawards.co.uk\">www.cdawards.co.uk</a>.</strong>\r\n\r\n<strong>For further information please visit <a href=\"http://www.casualdiningshow.co.uk\">www.casualdiningshow.co.uk</a>.</strong>','Azzurri Group, Wagamama, Oakman Inns & NWTC among the winners of Casual Dining Show Awards','','inherit','closed','closed','','4047-revision-v1','','','2019-03-04 11:29:05','2019-03-04 11:29:05','',4047,'https://www.ontradeprogress.com/2019/03/04/4047-revision-v1/',0,'revision','',0),(4052,1,'2019-03-04 11:32:01','2019-03-04 11:32:01','','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','Old Mout is expanding their flavoured cider range - Raspberry & Pineapple','inherit','closed','closed','','otp_oldmout_702x336','','','2019-03-04 11:32:35','2019-03-04 11:32:35','',4024,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/OTP_OLDMOUT_702x336.jpg',0,'attachment','image/jpeg',0),(4053,1,'2019-03-07 09:37:44','2019-03-07 09:37:44','<h1><strong>Artis</strong><strong><sup>®</sup></strong>, one of the leading suppliers of table-glass and barware to the foodservice sector is ushering in a new golden age of cocktail culture with five new additions to its best-selling <strong>Mixology</strong> range of cocktail glassware by Italian design house, Luigi Bormioli.</h1>\r\n<strong>Mixology</strong>\r\n\r\n[caption id=\"attachment_4054\" align=\"alignright\" width=\"238\"]<img class=\"size-medium wp-image-4054\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/MIXOLOGY-5-2019-238x300.jpg\" alt=\"Artis UK launches a new mixology cocktail glassware\" width=\"238\" height=\"300\" /> Artis UK launches a new mixology cocktail glassware[/caption]\r\n\r\nThe vintage look in cocktail glassware goes from strength to strength and Mixology has rapidly become a firm favourite with Artis<sup>®</sup> customers. It is a collection of luxury glasses and bar accessories that have been carefully crafted to optimise mixed drink preparation and presentation. Created in collaboration with Yuri Gelmini, head barman at the Surfer’s Den in Milan, there are five new pieces in all.\r\n\r\nFirst up is a new <strong>Tasting glass</strong>, which can also be used for cocktails. The new <strong>Nick &amp; Nora</strong> glass is named after the fictional book and TV detective pairing, Nick and Nora Charles and is characteristically undersized, making it ideal for all-spirit cocktails. <strong>Cocktail Ice</strong> is a rounded tumbler. The new <strong>Shot</strong> glass can double quite easily to serve an amuse-bouche and the range is completed with a <strong>Brandy</strong> glass.\r\n\r\nThe collection comprises several different styles and includes Textures, Charme and Elixir designs in decanters, dash bottles, hi-balls and double old-fashioned glasses alongside spritz, coupe, martini glasses and a gin goblet.\r\n\r\n[caption id=\"attachment_4055\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Mixology-and-Incanto-300x221.jpg\" alt=\"\" width=\"300\" height=\"221\" /> Artis UK launches a new mixology cocktail glassware[/caption]\r\n\r\nThese are perfect for mixing and matching cocktail glassware – putting it bang on trend. Mixology works particularly well when paired with <strong>Incanto</strong>, a contrasting collection of stemware. All are manufactured using Bormioli’s patented <strong>SON.hyx</strong><sup>®</sup> manufacturing process, which combines strength with style.\r\n\r\nThere is plenty more table- and glassware ideas contained in the fully illustrated Artis catalogue. This may be viewed online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>.<strong> For your own personal hard copy please contact Artis on +44 20 8391 5544 or request it by email at <u><a href=\"mailto:sales@artis-uk.com\">sales@artis-uk.com</a>.</u></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software - A must for the professional restaurateur </a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','Artis launches a new mixology cocktail glassware','','publish','closed','open','','cocktail-glassware-artis-mixology','','','2019-03-07 09:37:44','2019-03-07 09:37:44','',0,'https://www.ontradeprogress.com/?p=4053',0,'post','',0),(4054,1,'2019-03-04 11:46:14','2019-03-04 11:46:14','','Artis UK launches a new mixology cocktail glassware','Artis UK launches a new mixology cocktail glassware','inherit','closed','closed','','mixology-5-2019','','','2019-03-04 11:47:04','2019-03-04 11:47:04','',4053,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/MIXOLOGY-5-2019.jpg',0,'attachment','image/jpeg',0),(4055,1,'2019-03-04 11:47:24','2019-03-04 11:47:24','','Mixology and Incanto','Artis UK launches a new mixology cocktail glassware','inherit','closed','closed','','mixology-and-incanto','','','2019-03-04 11:48:06','2019-03-04 11:48:06','',4053,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Mixology-and-Incanto.jpg',0,'attachment','image/jpeg',0),(4056,1,'2019-03-04 11:50:55','2019-03-04 11:50:55','','Artis UK launches a new mixology cocktail glassware','Artis UK launches a new mixology cocktail glassware','inherit','closed','closed','','mixology-2019','','','2019-03-04 11:51:35','2019-03-04 11:51:35','',4053,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/MIXOLOGY-2019.jpg',0,'attachment','image/jpeg',0),(4057,1,'2019-03-04 11:51:46','2019-03-04 11:51:46','<h1><strong>Artis</strong><strong><sup>®</sup></strong>, one of the leading suppliers of table-glass and barware to the foodservice sector is ushering in a new golden age of cocktail culture with five new additions to its best-selling <strong>Mixology</strong> range of cocktail glassware by Italian design house, Luigi Bormioli.</h1>\r\n<strong>Mixology</strong>\r\n\r\n[caption id=\"attachment_4054\" align=\"alignright\" width=\"238\"]<img class=\"size-medium wp-image-4054\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/MIXOLOGY-5-2019-238x300.jpg\" alt=\"Artis UK launches a new mixology cocktail glassware\" width=\"238\" height=\"300\" /> Artis UK launches a new mixology cocktail glassware[/caption]\r\n\r\nThe vintage look in cocktail glassware goes from strength to strength and Mixology has rapidly become a firm favourite with Artis<sup>®</sup> customers. It is a collection of luxury glasses and bar accessories that have been carefully crafted to optimise mixed drink preparation and presentation. Created in collaboration with Yuri Gelmini, head barman at the Surfer’s Den in Milan, there are five new pieces in all.\r\n\r\nFirst up is a new <strong>Tasting glass</strong>, which can also be used for cocktails. The new <strong>Nick &amp; Nora</strong> glass is named after the fictional book and TV detective pairing, Nick and Nora Charles and is characteristically undersized, making it ideal for all-spirit cocktails. <strong>Cocktail Ice</strong> is a rounded tumbler. The new <strong>Shot</strong> glass can double quite easily to serve an amuse-bouche and the range is completed with a <strong>Brandy</strong> glass.\r\n\r\nThe collection comprises several different styles and includes Textures, Charme and Elixir designs in decanters, dash bottles, hi-balls and double old-fashioned glasses alongside spritz, coupe, martini glasses and a gin goblet.\r\n\r\n[caption id=\"attachment_4055\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Mixology-and-Incanto-300x221.jpg\" alt=\"\" width=\"300\" height=\"221\" /> Artis UK launches a new mixology cocktail glassware[/caption]\r\n\r\nThese are perfect for mixing and matching cocktail glassware – putting it bang on trend. Mixology works particularly well when paired with <strong>Incanto</strong>, a contrasting collection of stemware. All are manufactured using Bormioli’s patented <strong>SON.hyx</strong><sup>®</sup> manufacturing process, which combines strength with style.\r\n\r\nThere is plenty more table- and glassware ideas contained in the fully illustrated Artis catalogue. This may be viewed online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>.<strong> For your own personal hard copy please contact Artis on +44 20 8391 5544 or request it by email at <u><a href=\"mailto:sales@artis-uk.com\">sales@artis-uk.com</a>.</u></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software - A must for the professional restaurateur </a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','Artis launches a new mixology cocktail glassware','','inherit','closed','closed','','4053-revision-v1','','','2019-03-04 11:51:46','2019-03-04 11:51:46','',4053,'https://www.ontradeprogress.com/2019/03/04/4053-revision-v1/',0,'revision','',0),(4058,1,'2019-03-07 09:34:51','2019-03-07 09:34:51','<h1><strong>They said it couldn’t be done, but <a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions, inspired by the clamour for hybrid bakes such as the ‘croffin’, ‘cronut’ and ‘muffle’, has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie, set to launch in early 2019.  </strong></h1>\r\nThe decadent new creation is a white chocolate studded cookie base, topped with a layer of chocolate brownie, decorated with swirls of cheesecake and dark chocolate chips. With MCA<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> reporting that cheesecake is the second most popular dinner dessert (after ice cream), eaten on 6% of dinner occasions in restaurants, with brownies in fourth spot, caterers can be confident that the Cheesecake Swirl Brookie – a delectable combination of these popular dessert items – will be a success on menus.\r\n\r\n[caption id=\"attachment_4059\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4059 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion-200x300.jpg\" alt=\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\" width=\"200\" height=\"300\" /> ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie[/caption]\r\n\r\nThe revolutionary bake can be served as an indulgent dessert with a scoop of ice cream and a drizzle of chocolate sauce. Alternatively, caterers can cash-in on the unwavering popularity of meal deals by serving the dessert as a sweet treat, complementing a pot of tea or coffee. Research<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> has found that 20% of category users are interested in desserts as part of lunchtime meal deals; the Cheesecake Swirl Brookie offers the perfect solution to this consumer demand.\r\n\r\nSupplied frozen and pre-portioned into 12 slices; <strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions says </strong>that, following an explosion in hybrid bakery, the creation sets an indulgent new bar for foodservice baking innovation.\r\n\r\n“Farewell to the duality of the duffin, the muffle and the cronut – there’s a new category in town and we believe it’s an indulgent first for foodservice. In a world of healthy eating messages and campaigns, consumers are still not willing to sacrifice all of life’s little pleasures, with many seeking to hold a more balanced approach. What’s more, 55% of UK consumers agree that taste is more important than the healthiness of cakes<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>, meaning there is still money to be made from indulgent – and Instagram-able – treats like our new Cheesecake Swirl Brookie.”\r\n\r\nCaterers looking to capitalise on consumers’ unabashed desire for indulgence should look no further than ARYZTA’s innovative new creation, whether it be as a sweet afternoon treat or chef-recommended dessert on the menu.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311 or email: marketing.uk@aryzta.com</strong>\r\n\r\n<strong>www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter @AryztaFoodUK</strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> MCA Menu and Food Trends Report, 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> Mintel Ice Cream and Desserts, 2017\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Mintel Food and Drink Trends, 2018\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS System is a must for restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','ARYZTA Food Solutions Revolutionises Desserts','','publish','closed','open','','aryzta-cheesecake-swirl-brookie','','\nhttps://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/','2019-03-07 09:35:11','2019-03-07 09:35:11','',0,'https://www.ontradeprogress.com/?p=4058',0,'post','',0),(4059,1,'2019-03-04 12:01:15','2019-03-04 12:01:15','','Cheesecake Swirl Brookie Serving Suggestion','','inherit','closed','closed','','cheesecake-swirl-brookie-serving-suggestion','','','2019-03-04 12:01:56','2019-03-04 12:01:56','',4058,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion.jpg',0,'attachment','image/jpeg',0),(4060,1,'2019-03-04 12:02:23','2019-03-04 12:02:23','','ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie','ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie','inherit','closed','closed','','cheesecake-swirl-brookie','','','2019-03-04 12:03:00','2019-03-04 12:03:00','',4058,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie.jpg',0,'attachment','image/jpeg',0),(4061,1,'2019-03-04 12:03:03','2019-03-04 12:03:03','<h1><strong>They said it couldn’t be done, but ARYZTA Food Solutions, inspired by the clamour for hybrid bakes such as the ‘croffin’, ‘cronut’ and ‘muffle’, has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie, set to launch in early 2019.  </strong></h1>\r\nThe decadent new creation is a white chocolate studded cookie base, topped with a layer of chocolate brownie, decorated with swirls of cheesecake and dark chocolate chips. With MCA<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> reporting that cheesecake is the second most popular dinner dessert (after ice cream), eaten on 6% of dinner occasions in restaurants, with brownies in fourth spot, caterers can be confident that the Cheesecake Swirl Brookie – a delectable combination of these popular dessert items – will be a success on menus.\r\n\r\n[caption id=\"attachment_4059\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4059 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion-200x300.jpg\" alt=\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\" width=\"200\" height=\"300\" /> ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie[/caption]\r\n\r\nThe revolutionary bake can be served as an indulgent dessert with a scoop of ice cream and a drizzle of chocolate sauce. Alternatively, caterers can cash-in on the unwavering popularity of meal deals by serving the dessert as a sweet treat, complementing a pot of tea or coffee. Research<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> has found that 20% of category users are interested in desserts as part of lunchtime meal deals; the Cheesecake Swirl Brookie offers the perfect solution to this consumer demand.\r\n\r\nSupplied frozen and pre-portioned into 12 slices; <strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions says </strong>that, following an explosion in hybrid bakery, the creation sets an indulgent new bar for foodservice baking innovation.\r\n\r\n“Farewell to the duality of the duffin, the muffle and the cronut – there’s a new category in town and we believe it’s an indulgent first for foodservice. In a world of healthy eating messages and campaigns, consumers are still not willing to sacrifice all of life’s little pleasures, with many seeking to hold a more balanced approach. What’s more, 55% of UK consumers agree that taste is more important than the healthiness of cakes<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>, meaning there is still money to be made from indulgent – and Instagram-able – treats like our new Cheesecake Swirl Brookie.”\r\n\r\nCaterers looking to capitalise on consumers’ unabashed desire for indulgence should look no further than ARYZTA’s innovative new creation, whether it be as a sweet afternoon treat or chef-recommended dessert on the menu.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311 or email: marketing.uk@aryzta.com</strong>\r\n\r\n<strong>www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter @AryztaFoodUK</strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> MCA Menu and Food Trends Report, 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> Mintel Ice Cream and Desserts, 2017\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Mintel Food and Drink Trends, 2018','ARYZTA Food Solutions Revolutionises Desserts with','','inherit','closed','closed','','4058-revision-v1','','','2019-03-04 12:03:03','2019-03-04 12:03:03','',4058,'https://www.ontradeprogress.com/2019/03/04/4058-revision-v1/',0,'revision','',0),(4062,1,'2019-03-04 12:08:00','2019-03-04 12:08:00','<h1><strong>They said it couldn’t be done, but <a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions, inspired by the clamour for hybrid bakes such as the ‘croffin’, ‘cronut’ and ‘muffle’, has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie, set to launch in early 2019.  </strong></h1>\r\nThe decadent new creation is a white chocolate studded cookie base, topped with a layer of chocolate brownie, decorated with swirls of cheesecake and dark chocolate chips. With MCA<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> reporting that cheesecake is the second most popular dinner dessert (after ice cream), eaten on 6% of dinner occasions in restaurants, with brownies in fourth spot, caterers can be confident that the Cheesecake Swirl Brookie – a delectable combination of these popular dessert items – will be a success on menus.\r\n\r\n[caption id=\"attachment_4059\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4059 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion-200x300.jpg\" alt=\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\" width=\"200\" height=\"300\" /> ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie[/caption]\r\n\r\nThe revolutionary bake can be served as an indulgent dessert with a scoop of ice cream and a drizzle of chocolate sauce. Alternatively, caterers can cash-in on the unwavering popularity of meal deals by serving the dessert as a sweet treat, complementing a pot of tea or coffee. Research<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> has found that 20% of category users are interested in desserts as part of lunchtime meal deals; the Cheesecake Swirl Brookie offers the perfect solution to this consumer demand.\r\n\r\nSupplied frozen and pre-portioned into 12 slices; <strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions says </strong>that, following an explosion in hybrid bakery, the creation sets an indulgent new bar for foodservice baking innovation.\r\n\r\n“Farewell to the duality of the duffin, the muffle and the cronut – there’s a new category in town and we believe it’s an indulgent first for foodservice. In a world of healthy eating messages and campaigns, consumers are still not willing to sacrifice all of life’s little pleasures, with many seeking to hold a more balanced approach. What’s more, 55% of UK consumers agree that taste is more important than the healthiness of cakes<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>, meaning there is still money to be made from indulgent – and Instagram-able – treats like our new Cheesecake Swirl Brookie.”\r\n\r\nCaterers looking to capitalise on consumers’ unabashed desire for indulgence should look no further than ARYZTA’s innovative new creation, whether it be as a sweet afternoon treat or chef-recommended dessert on the menu.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311 or email: marketing.uk@aryzta.com</strong>\r\n\r\n<strong>www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter @AryztaFoodUK</strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> MCA Menu and Food Trends Report, 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> Mintel Ice Cream and Desserts, 2017\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Mintel Food and Drink Trends, 2018\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS System is a must for restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','ARYZTA Food Solutions Revolutionises Desserts with','','inherit','closed','closed','','4058-revision-v1','','','2019-03-04 12:08:00','2019-03-04 12:08:00','',4058,'https://www.ontradeprogress.com/2019/03/04/4058-revision-v1/',0,'revision','',0),(4064,1,'2019-03-06 11:53:44','2019-03-06 11:53:44','<h1>Untouched since its introduction 22 years ago, Desperados is rolling out a new, global brand redesign in the UK from March 2019.</h1>\r\nEmbodying the brand’s festivity, boldness and spontaneity, the new identity dials up the presence of its iconic agave symbol and bright brand colours to increase visibility and stand out in fridges, for both high and low tempo occasions alike.\r\n\r\n[caption id=\"attachment_4065\" align=\"alignright\" width=\"96\"]<img class=\"size-medium wp-image-4065\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-96x300.png\" alt=\" Desperados is rolling out a new, global brand redesign in the UK from March 2019\" width=\"96\" height=\"300\" /> Desperados is rolling out a new, global brand redesign in the UK from March 2019[/caption]\r\n\r\nWhat’s more, the bottle re-design will result in an overall reduction of over 18,000 tonnes of CO2 (equivalent to the average annual CO2 emission of 3,600 people globally<a href=\"#_ftn1\" name=\"_ftnref1\">[1</a>]). This reduction is part of HEINEKEN’s ‘Drop the C’ programme, which targets an 80% reduction in carbon emissions by 2030<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nOne in four sunshine lagers sold is a Desperados<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> and the brand continues to go from strength to strength in the UK, selling at a 2% premium to other sunshine lagers<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a> and now the fourth biggest packaged lager<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. This latest design evolution seeks to further this growth and enhance visibility and range navigation – resulting in a significant increase in purchase intent to help licensees.\r\n\r\nIzabela Glodek, Brand Director of Desperados, comments: <em>“The new brand design reflects the festive personality, energy and distinctiveness that embodies Desperados’ philosophy of “We Are The Party. As part of our wider sustainability plans, becoming more environmentally-friendly is something we strive for as a brand that always look to re-write the rules.”</em>\r\n\r\nThe re-design is the first in a robust, multi-channel strategy for Desperados this year, with HEINEKEN UK set to invest £5M into the brand, enhancing visibility across the media by 50% compared with 2018. What’s more, Desperados will be looking to drive value into the Sunshine Lager segment this summer via a selection of exciting, occasion-led activations, drawing on the brand’s DNA of “We Are The Party”.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a><sup> Global Carbon Project / World Bank</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a><sup> Compared </sup><sup>to 2008 base level</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software offers a high level of features for restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','Desperados has had a global brand make-over from March 2019','','publish','closed','open','','desperados-global-brand-march-2019','','','2019-03-06 11:53:44','2019-03-06 11:53:44','',0,'https://www.ontradeprogress.com/?p=4064',0,'post','',0),(4065,1,'2019-03-04 12:23:51','2019-03-04 12:23:51','','Desperados is rolling out a new, global brand redesign in the UK from March 2019',' Desperados is rolling out a new, global brand redesign in the UK from March 2019','inherit','closed','closed','','hnk-dsp-dre-07_pri_btl_ori_visual-0113922','','','2019-03-04 12:24:41','2019-03-04 12:24:41','',4064,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922.png',0,'attachment','image/png',0),(4066,1,'2019-03-04 12:25:22','2019-03-04 12:25:22','','Desperados is rolling out a new, global brand redesign in the UK from March 2019',' Desperados is rolling out a new, global brand redesign in the UK from March 2019','inherit','closed','closed','','hnk-dsp-dre-07_sec_3x33cl-btl_wrap_ori_visual13922','','','2019-03-04 12:26:20','2019-03-04 12:26:20','',4064,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/HNK.DSP_.DRE-07_SEC_3x33cl-BTL_Wrap_ORI_Visual13922.jpg',0,'attachment','image/jpeg',0),(4067,1,'2019-03-04 12:26:25','2019-03-04 12:26:25','<h1>Untouched since its introduction 22 years ago, Desperados is rolling out a new, global brand redesign in the UK from March 2019.</h1>\r\nEmbodying the brand’s festivity, boldness and spontaneity, the new identity dials up the presence of its iconic agave symbol and bright brand colours to increase visibility and stand out in fridges, for both high and low tempo occasions alike.\r\n\r\n[caption id=\"attachment_4065\" align=\"alignright\" width=\"96\"]<img class=\"size-medium wp-image-4065\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-96x300.png\" alt=\" Desperados is rolling out a new, global brand redesign in the UK from March 2019\" width=\"96\" height=\"300\" /> Desperados is rolling out a new, global brand redesign in the UK from March 2019[/caption]\r\n\r\nWhat’s more, the bottle re-design will result in an overall reduction of over 18,000 tonnes of CO2 (equivalent to the average annual CO2 emission of 3,600 people globally<a href=\"#_ftn1\" name=\"_ftnref1\">[1</a>]). This reduction is part of HEINEKEN’s ‘Drop the C’ programme, which targets an 80% reduction in carbon emissions by 2030<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nOne in four sunshine lagers sold is a Desperados<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> and the brand continues to go from strength to strength in the UK, selling at a 2% premium to other sunshine lagers<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a> and now the fourth biggest packaged lager<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. This latest design evolution seeks to further this growth and enhance visibility and range navigation – resulting in a significant increase in purchase intent to help licensees.\r\n\r\nIzabela Glodek, Brand Director of Desperados, comments: <em>“The new brand design reflects the festive personality, energy and distinctiveness that embodies Desperados’ philosophy of “We Are The Party. As part of our wider sustainability plans, becoming more environmentally-friendly is something we strive for as a brand that always look to re-write the rules.”</em>\r\n\r\nThe re-design is the first in a robust, multi-channel strategy for Desperados this year, with HEINEKEN UK set to invest £5M into the brand, enhancing visibility across the media by 50% compared with 2018. What’s more, Desperados will be looking to drive value into the Sunshine Lager segment this summer via a selection of exciting, occasion-led activations, drawing on the brand’s DNA of “We Are The Party”.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a><sup> Global Carbon Project / World Bank</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a><sup> Compared </sup><sup>to 2008 base level</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>','Desperados has had a global brand make-over from March 2019','','inherit','closed','closed','','4064-revision-v1','','','2019-03-04 12:26:25','2019-03-04 12:26:25','',4064,'https://www.ontradeprogress.com/2019/03/04/4064-revision-v1/',0,'revision','',0),(4068,1,'2019-03-04 12:28:30','2019-03-04 12:28:30','<h1>Untouched since its introduction 22 years ago, Desperados is rolling out a new, global brand redesign in the UK from March 2019.</h1>\r\nEmbodying the brand’s festivity, boldness and spontaneity, the new identity dials up the presence of its iconic agave symbol and bright brand colours to increase visibility and stand out in fridges, for both high and low tempo occasions alike.\r\n\r\n[caption id=\"attachment_4065\" align=\"alignright\" width=\"96\"]<img class=\"size-medium wp-image-4065\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HNK.DSP_.DRE-07_PRI_BTL_ORI_Visual-0113922-96x300.png\" alt=\" Desperados is rolling out a new, global brand redesign in the UK from March 2019\" width=\"96\" height=\"300\" /> Desperados is rolling out a new, global brand redesign in the UK from March 2019[/caption]\r\n\r\nWhat’s more, the bottle re-design will result in an overall reduction of over 18,000 tonnes of CO2 (equivalent to the average annual CO2 emission of 3,600 people globally<a href=\"#_ftn1\" name=\"_ftnref1\">[1</a>]). This reduction is part of HEINEKEN’s ‘Drop the C’ programme, which targets an 80% reduction in carbon emissions by 2030<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.\r\n\r\nOne in four sunshine lagers sold is a Desperados<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a> and the brand continues to go from strength to strength in the UK, selling at a 2% premium to other sunshine lagers<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a> and now the fourth biggest packaged lager<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. This latest design evolution seeks to further this growth and enhance visibility and range navigation – resulting in a significant increase in purchase intent to help licensees.\r\n\r\nIzabela Glodek, Brand Director of Desperados, comments: <em>“The new brand design reflects the festive personality, energy and distinctiveness that embodies Desperados’ philosophy of “We Are The Party. As part of our wider sustainability plans, becoming more environmentally-friendly is something we strive for as a brand that always look to re-write the rules.”</em>\r\n\r\nThe re-design is the first in a robust, multi-channel strategy for Desperados this year, with HEINEKEN UK set to invest £5M into the brand, enhancing visibility across the media by 50% compared with 2018. What’s more, Desperados will be looking to drive value into the Sunshine Lager segment this summer via a selection of exciting, occasion-led activations, drawing on the brand’s DNA of “We Are The Party”.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a><sup> Global Carbon Project / World Bank</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a><sup> Compared </sup><sup>to 2008 base level</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a><sup> CGA Strategy </sup><sup>52 w/e 11/08/2018</sup>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software offers a high level of features for restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','Desperados has had a global brand make-over from March 2019','','inherit','closed','closed','','4064-revision-v1','','','2019-03-04 12:28:30','2019-03-04 12:28:30','',4064,'https://www.ontradeprogress.com/2019/03/04/4064-revision-v1/',0,'revision','',0),(4069,1,'2019-03-04 13:48:51','0000-00-00 00:00:00','<h1>****THIS NEEDS AN IMAGE ^^^****</h1>\r\n<h1>Rockpool Investments, the private equity investment firm, has appointed a new chairman and managing director for its Epic Pubs, Heroic Pubs and Aspley Pubs businesses.</h1>\r\nRufus Hall, who is also chairman of Rockpool backed Urban Village Pub Company and Metropolitan Village Pub Company, is the new chairman of the three companies who between them have 11 pubs.\r\n\r\n[caption id=\"attachment_4070\" align=\"alignright\" width=\"225\"]<img class=\"wp-image-4070 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Jo-Probert-Epic-Pubs-225x300.jpg\" alt=\"Rockpool Investments has appointed a new chairman and MD\" width=\"225\" height=\"300\" /> Rockpool Investments has appointed a new chairman and MD[/caption]\r\n\r\nJo Probert, formerly at Stonegate Pub Company’s Slug &amp; Lettuce, joins as the new managing director of the companies, which operate three freehold and eight leasehold sites across eight counties, including one pub in London. The latest opening is Aspley Pubs’ The Hummingbird in Hertford which opened in November.\r\n\r\nThe external umbrella operating name for the three companies is Epic Pubs.\r\n\r\nRockpool Investments is looking at further acquisition opportunities for Aspley Pubs in late 2019.\r\n\r\nProbert, who also previously held operational roles at Orchid Group and Greene King, said: “We are building a pub company of really great British pubs with fresh, quality, handcrafted food and standout specials boards. We see our general managers and head chefs as at the front of the business leading teams.”\r\n\r\nShe adds: “We want our sites to be seen by customers as independent pubs, at the heart of their local communities. We want them to be the first choice for local people to go to have a drink, a sandwich or enjoy more extravagant dishes.”\r\n\r\nA big focus is being put on driving more pre-booked sales, as the majority of pubs have excellent private dining facilities, with a newly expanded sales and marketing role created to support this drive.\r\n\r\nLisa Burbidge has been appointed company secretary. She joins from the NHS and also previously worked at The Orchid Group.\r\n\r\nThe pubs were previously operated for Rockpool by Andrew Coath, managing director of management services company Unique Hospitality Management, on a contract basis.\r\n\r\n<strong>Pic caption</strong>: <em>Go Jo: Epic Pubs’ new managing director Jo Probert</em>','New senior team for Rockpool backed Epic, Heroic and Aspley Pubs','','draft','closed','open','','rockpool-investments-appoints-chairman','','','2019-03-04 13:48:51','2019-03-04 13:48:51','',0,'https://www.ontradeprogress.com/?p=4069',0,'post','',0),(4070,1,'2019-03-04 13:40:27','2019-03-04 13:40:27','','Jo Probert Epic Pubs','','inherit','closed','closed','','jo-probert-epic-pubs','','','2019-03-04 13:41:16','2019-03-04 13:41:16','',4069,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Jo-Probert-Epic-Pubs.jpg',0,'attachment','image/jpeg',0),(4071,1,'2019-03-04 13:43:44','2019-03-04 13:43:44','','Rockpool Investments has appointed a new chairman and MD','Rockpool Investments has appointed a new chairman and MD','inherit','closed','closed','','poster','','','2019-03-04 13:44:02','2019-03-04 13:44:02','',4069,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/poster.jpg',0,'attachment','image/jpeg',0),(4072,1,'2019-03-04 13:44:08','2019-03-04 13:44:08','<h1>Rockpool Investments, the private equity investment firm, has appointed a new chairman and managing director for its Epic Pubs, Heroic Pubs and Aspley Pubs businesses.</h1>\r\nRufus Hall, who is also chairman of Rockpool backed Urban Village Pub Company and Metropolitan Village Pub Company, is the new chairman of the three companies who between them have 11 pubs.\r\n\r\n[caption id=\"attachment_4070\" align=\"alignright\" width=\"225\"]<img class=\"wp-image-4070 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Jo-Probert-Epic-Pubs-225x300.jpg\" alt=\"Rockpool Investments has appointed a new chairman and MD\" width=\"225\" height=\"300\" /> Rockpool Investments has appointed a new chairman and MD[/caption]\r\n\r\nJo Probert, formerly at Stonegate Pub Company’s Slug &amp; Lettuce, joins as the new managing director of the companies, which operate three freehold and eight leasehold sites across eight counties, including one pub in London. The latest opening is Aspley Pubs’ The Hummingbird in Hertford which opened in November.\r\n\r\nThe external umbrella operating name for the three companies is Epic Pubs.\r\n\r\nRockpool Investments is looking at further acquisition opportunities for Aspley Pubs in late 2019.\r\n\r\nProbert, who also previously held operational roles at Orchid Group and Greene King, said: “We are building a pub company of really great British pubs with fresh, quality, handcrafted food and standout specials boards. We see our general managers and head chefs as at the front of the business leading teams.”\r\n\r\nShe adds: “We want our sites to be seen by customers as independent pubs, at the heart of their local communities. We want them to be the first choice for local people to go to have a drink, a sandwich or enjoy more extravagant dishes.”\r\n\r\nA big focus is being put on driving more pre-booked sales, as the majority of pubs have excellent private dining facilities, with a newly expanded sales and marketing role created to support this drive.\r\n\r\nLisa Burbidge has been appointed company secretary. She joins from the NHS and also previously worked at The Orchid Group.\r\n\r\nThe pubs were previously operated for Rockpool by Andrew Coath, managing director of management services company Unique Hospitality Management, on a contract basis.\r\n\r\n<strong>Pic caption</strong>: <em>Go Jo: Epic Pubs’ new managing director Jo Probert</em>','New senior team for Rockpool backed Epic, Heroic and Aspley Pubs','','inherit','closed','closed','','4069-revision-v1','','','2019-03-04 13:44:08','2019-03-04 13:44:08','',4069,'https://www.ontradeprogress.com/2019/03/04/4069-revision-v1/',0,'revision','',0),(4073,1,'2019-03-04 13:44:29','2019-03-04 13:44:29','','Rockpool Investments has appointed a new chairman and MD','Rockpool Investments has appointed a new chairman and MD','inherit','closed','closed','','logo-3','','','2019-03-04 13:44:58','2019-03-04 13:44:58','',4069,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/logo.png',0,'attachment','image/png',0),(4074,1,'2019-03-04 13:46:59','2019-03-04 13:46:59','','Rockpool Investments has appointed a new chairman and MD','Rockpool Investments has appointed a new chairman and MD','inherit','closed','closed','','rockpool','','','2019-03-04 13:47:18','2019-03-04 13:47:18','',4069,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/rockpool.jpg',0,'attachment','image/jpeg',0),(4075,1,'2019-03-04 13:48:51','2019-03-04 13:48:51','<h1>****THIS NEEDS AN IMAGE ^^^****</h1>\r\n<h1>Rockpool Investments, the private equity investment firm, has appointed a new chairman and managing director for its Epic Pubs, Heroic Pubs and Aspley Pubs businesses.</h1>\r\nRufus Hall, who is also chairman of Rockpool backed Urban Village Pub Company and Metropolitan Village Pub Company, is the new chairman of the three companies who between them have 11 pubs.\r\n\r\n[caption id=\"attachment_4070\" align=\"alignright\" width=\"225\"]<img class=\"wp-image-4070 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Jo-Probert-Epic-Pubs-225x300.jpg\" alt=\"Rockpool Investments has appointed a new chairman and MD\" width=\"225\" height=\"300\" /> Rockpool Investments has appointed a new chairman and MD[/caption]\r\n\r\nJo Probert, formerly at Stonegate Pub Company’s Slug &amp; Lettuce, joins as the new managing director of the companies, which operate three freehold and eight leasehold sites across eight counties, including one pub in London. The latest opening is Aspley Pubs’ The Hummingbird in Hertford which opened in November.\r\n\r\nThe external umbrella operating name for the three companies is Epic Pubs.\r\n\r\nRockpool Investments is looking at further acquisition opportunities for Aspley Pubs in late 2019.\r\n\r\nProbert, who also previously held operational roles at Orchid Group and Greene King, said: “We are building a pub company of really great British pubs with fresh, quality, handcrafted food and standout specials boards. We see our general managers and head chefs as at the front of the business leading teams.”\r\n\r\nShe adds: “We want our sites to be seen by customers as independent pubs, at the heart of their local communities. We want them to be the first choice for local people to go to have a drink, a sandwich or enjoy more extravagant dishes.”\r\n\r\nA big focus is being put on driving more pre-booked sales, as the majority of pubs have excellent private dining facilities, with a newly expanded sales and marketing role created to support this drive.\r\n\r\nLisa Burbidge has been appointed company secretary. She joins from the NHS and also previously worked at The Orchid Group.\r\n\r\nThe pubs were previously operated for Rockpool by Andrew Coath, managing director of management services company Unique Hospitality Management, on a contract basis.\r\n\r\n<strong>Pic caption</strong>: <em>Go Jo: Epic Pubs’ new managing director Jo Probert</em>','New senior team for Rockpool backed Epic, Heroic and Aspley Pubs','','inherit','closed','closed','','4069-revision-v1','','','2019-03-04 13:48:51','2019-03-04 13:48:51','',4069,'https://www.ontradeprogress.com/2019/03/04/4069-revision-v1/',0,'revision','',0),(4076,1,'2019-03-07 09:36:04','2019-03-07 09:36:04','<h1>Leading London-based coffee roaster and tea blender, The Drury Tea &amp; Coffee Company has announced a new scheme for recycling its laminated coffee packaging. The new scheme, which comes into effect on 1<sup>st</sup> March 2019, is open to all commercial purchasers of Drury coffee taking deliveries directly by Company van.</h1>\r\n<h3><strong>Issues with laminated materials</strong></h3>\r\n[caption id=\"attachment_4077\" align=\"alignright\" width=\"250\"]<img class=\"size-medium wp-image-4077\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Laminate-packing-machine-250x300.jpg\" alt=\"Drury launches a new initiative to recycle its used coffee packaging\" width=\"250\" height=\"300\" /> Drury launches a new initiative to recycle its used coffee packaging[/caption]\r\n\r\nIn common with many other volume coffee roasters, Drury uses a triple laminate material called PET ALU PE, made from plastic and aluminium to protect its roasted coffee and extend its shelf life. Until now, it has not been possible to recycle it. Over the past few years, Drury has examined other alternatives such as compostable material and reusable containers, both of which have drawbacks which make them unsuitable. Now, however, Drury can announce that, in association with its packaging supplier, Maxilla Packaging, it has found a facility able to fully recycle this material.\r\n<h3><strong>How it will work</strong></h3>\r\nFrom 1<sup>st</sup> March, the recycling scheme will cover Drury’s 1-kilo, 500g and 250g valve bags, with a planned roll-out for other lines later in the year. Drury will collect the used packaging material from its customers, but only when they have a delivery, as this reduces the carbon footprint of the scheme. The used bags do not need to be cleaned before collection, but should not be returned contaminated with any other materials. Drury vans will have lidded bins fitted inside to facilitate collection and ensure food safety is not compromised. Drury then consolidates the material at its warehouse and ships it to the recycling site for processing.\r\n<h3><strong>Costs</strong></h3>\r\nDrury is absorbing most of the costs of the scheme itself but is charging each participating customer a modest annual subscription fee of £10+VAT per site to cover some of the administrative costs involved. This fee will entitle the customer to return as many Drury coffee valve bags as they wish during the year. The fee represents good value for money, especially as it will also reduce customers’ waste disposal charges. Drury has created an optional certificate for customers that can be displayed or used to support their environmental policy.\r\n\r\nSays Drury Director, Marco Olmi: “For some years, our dilemma has been to balance the need to protect our coffee against the need to protect the environment and, believe me, we have exhausted all the alternative options. But, working with Maxilla to discover this new facility goes a long way to solving the issues. Our aim as a company is, in future, to recycle the highest possible percentage of coffee packaging instead of it ending up in a landfill”.','Drury launches a new initiative to recycle its used coffee packaging','','publish','closed','open','','drury-coffee-packaging-recyclable','','','2019-03-07 09:36:04','2019-03-07 09:36:04','',0,'https://www.ontradeprogress.com/?p=4076',0,'post','',0),(4077,1,'2019-03-04 13:54:28','2019-03-04 13:54:28','','Drury launches a new initiative to recycle its used coffee packaging','Drury launches a new initiative to recycle its used coffee packaging','inherit','closed','closed','','laminate-packing-machine','','','2019-03-04 13:55:12','2019-03-04 13:55:12','',4076,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Laminate-packing-machine.jpg',0,'attachment','image/jpeg',0),(4078,1,'2019-03-04 13:58:38','2019-03-04 13:58:38','','Drury launches a new initiative to recycle its used coffee packaging','Drury launches a new initiative to recycle its used coffee packaging','inherit','closed','closed','','export-range-2-espresso-beans','','','2019-03-04 13:59:41','2019-03-04 13:59:41','',4076,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Export-range-2-espresso-beans.jpg',0,'attachment','image/jpeg',0),(4079,1,'2019-03-04 13:59:47','2019-03-04 13:59:47','<h1>Leading London-based coffee roaster and tea blender, The Drury Tea &amp; Coffee Company has announced a new scheme for recycling its laminated coffee packaging. The new scheme, which comes into effect on 1<sup>st</sup> March 2019, is open to all commercial purchasers of Drury coffee taking deliveries directly by Company van.</h1>\r\n<h3><strong>Issues with laminated materials</strong></h3>\r\n[caption id=\"attachment_4077\" align=\"alignright\" width=\"250\"]<img class=\"size-medium wp-image-4077\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Laminate-packing-machine-250x300.jpg\" alt=\"Drury launches a new initiative to recycle its used coffee packaging\" width=\"250\" height=\"300\" /> Drury launches a new initiative to recycle its used coffee packaging[/caption]\r\n\r\nIn common with many other volume coffee roasters, Drury uses a triple laminate material called PET ALU PE, made from plastic and aluminium to protect its roasted coffee and extend its shelf life. Until now, it has not been possible to recycle it. Over the past few years, Drury has examined other alternatives such as compostable material and reusable containers, both of which have drawbacks which make them unsuitable. Now, however, Drury can announce that, in association with its packaging supplier, Maxilla Packaging, it has found a facility able to fully recycle this material.\r\n<h3><strong>How it will work</strong></h3>\r\nFrom 1<sup>st</sup> March, the recycling scheme will cover Drury’s 1-kilo, 500g and 250g valve bags, with a planned roll-out for other lines later in the year. Drury will collect the used packaging material from its customers, but only when they have a delivery, as this reduces the carbon footprint of the scheme. The used bags do not need to be cleaned before collection, but should not be returned contaminated with any other materials. Drury vans will have lidded bins fitted inside to facilitate collection and ensure food safety is not compromised. Drury then consolidates the material at its warehouse and ships it to the recycling site for processing.\r\n<h3><strong>Costs</strong></h3>\r\nDrury is absorbing most of the costs of the scheme itself but is charging each participating customer a modest annual subscription fee of £10+VAT per site to cover some of the administrative costs involved. This fee will entitle the customer to return as many Drury coffee valve bags as they wish during the year. The fee represents good value for money, especially as it will also reduce customers’ waste disposal charges. Drury has created an optional certificate for customers that can be displayed or used to support their environmental policy.\r\n\r\nSays Drury Director, Marco Olmi: “For some years, our dilemma has been to balance the need to protect our coffee against the need to protect the environment and, believe me, we have exhausted all the alternative options. But, working with Maxilla to discover this new facility goes a long way to solving the issues. Our aim as a company is, in future, to recycle the highest possible percentage of coffee packaging instead of it ending up in a landfill”.','Drury launches a new initiative to recycle its used coffee packaging','','inherit','closed','closed','','4076-revision-v1','','','2019-03-04 13:59:47','2019-03-04 13:59:47','',4076,'https://www.ontradeprogress.com/2019/03/04/4076-revision-v1/',0,'revision','',0),(4080,1,'2019-03-07 09:38:26','2019-03-07 09:38:26','<h1><strong>Wrapmaster®, a brand of Cofresco Foodservice, is proud to introduce its latest innovation – 26% Plant-Based Sustainable Cling Film - a foodservice solution first.</strong></h1>\r\nWith 81% of chefs, caterers and F&amp;B Managers* saying cling film is an essential tool to keep their kitchen running effectively, and the easiest and most efficient way of preserving food and reducing waste – the launch is a significant step towards sustainable dispensing.\r\n\r\nThe new 26% Plant-Based Sustainable Cling Film is made using Polyethylene (PE) with 26% of the product made from plant-based sources. Developed to be used in the Wrapmaster® 4500 and Wrapmaster® Duo dispensers, the technology will support chefs in their bid to achieve greener practices.\r\n\r\nAt a time when the industry is facing increasing demands to reduce plastic usage and to work towards a greener planet, the innovative solution is sure to be a welcomed by the two-thirds of chefs (63%) who would use Sustainable cling film as an alternative to PVC cling film*.\r\n\r\n<strong>Adrian Brown, Managing Director, Cofresco Foodservice says:</strong>\r\n\r\n“Sustainability is a top priority of Cofresco Foodservice and we are committed to continually improving our products, including using materials that have greener credentials. Cling film remains an essential piece of equipment for our valued customers, not only for prepping and cooking, but minimising food waste too, and so we are very excited to launch this unique plant-based cling film to the market.”\r\n\r\nThe new 26% Plant-Based Sustainable Cling Film is a general-purpose PE cling film, suitable for multiple preservations uses in a professional kitchen. It can be used in the microwave, fridge and freezer helping to preserve fresh products for longer whilst reducing food waste.\r\n\r\n<strong>Adrian adds;</strong>\r\n\r\n“This is only the beginning and a positive step towards sustainability. We’re anticipating we can improve the plant-based content even further in the future – it’s just a matter of time.”\r\n\r\nWrapmaster is part of Cofresco Foodservice, a division of Melitta UK Ltd. The award-winning range includes the new Wrapmaster 3000, Wrapmaster 4500, the Wrapmaster Duo which dispenses two types of material, or can be used for large volume users of one material and the Wrapmaster Compact.\r\n\r\n*Goodsense Research November 2018\r\n\r\n<strong>For more information on Wrapmaster call </strong><strong>01952 678800 </strong><strong>or click </strong><strong><a href=\"http://www.wrapmaster.global\">here</a></strong>','Wrapmaster helps chefs go greener with 26% plant-based sustainable cling film (PE)','','publish','closed','open','','wrapmaster-greener-26-plant-cling-film','','','2019-03-07 09:38:26','2019-03-07 09:38:26','',0,'https://www.ontradeprogress.com/?p=4080',0,'post','',0),(4081,1,'2019-03-04 14:15:12','2019-03-04 14:15:12','','Wrapmaster go greener with 26% plant-based sustainable cling film (PE)','Wrapmaster go greener with 26% plant-based sustainable cling film (PE)','inherit','closed','closed','','wrapmaster-sustainable-cling-film','','','2019-03-04 14:15:56','2019-03-04 14:15:56','',4080,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Wrapmaster-Sustainable-Cling-Film.jpg',0,'attachment','image/jpeg',0),(4082,1,'2019-03-04 14:16:02','2019-03-04 14:16:02','<h1><strong>Wrapmaster®, a brand of Cofresco Foodservice, is proud to introduce its latest innovation – 26% Plant-Based Sustainable Cling Film - a foodservice solution first.</strong></h1>\r\nWith 81% of chefs, caterers and F&amp;B Managers* saying cling film is an essential tool to keep their kitchen running effectively, and the easiest and most efficient way of preserving food and reducing waste – the launch is a significant step towards sustainable dispensing.\r\n\r\nThe new 26% Plant-Based Sustainable Cling Film is made using Polyethylene (PE) with 26% of the product made from plant-based sources. Developed to be used in the Wrapmaster® 4500 and Wrapmaster® Duo dispensers, the technology will support chefs in their bid to achieve greener practices.\r\n\r\nAt a time when the industry is facing increasing demands to reduce plastic usage and to work towards a greener planet, the innovative solution is sure to be a welcomed by the two-thirds of chefs (63%) who would use Sustainable cling film as an alternative to PVC cling film*.\r\n\r\n<strong>Adrian Brown, Managing Director, Cofresco Foodservice says:</strong>\r\n\r\n“Sustainability is a top priority of Cofresco Foodservice and we are committed to continually improving our products, including using materials that have greener credentials. Cling film remains an essential piece of equipment for our valued customers, not only for prepping and cooking, but minimising food waste too, and so we are very excited to launch this unique plant-based cling film to the market.”\r\n\r\nThe new 26% Plant-Based Sustainable Cling Film is a general-purpose PE cling film, suitable for multiple preservations uses in a professional kitchen. It can be used in the microwave, fridge and freezer helping to preserve fresh products for longer whilst reducing food waste.\r\n\r\n<strong>Adrian adds;</strong>\r\n\r\n“This is only the beginning and a positive step towards sustainability. We’re anticipating we can improve the plant-based content even further in the future – it’s just a matter of time.”\r\n\r\nWrapmaster is part of Cofresco Foodservice, a division of Melitta UK Ltd. The award-winning range includes the new Wrapmaster 3000, Wrapmaster 4500, the Wrapmaster Duo which dispenses two types of material, or can be used for large volume users of one material and the Wrapmaster Compact.\r\n\r\n*Goodsense Research November 2018\r\n\r\n<strong>For more information on Wrapmaster call </strong><strong>01952 678800 </strong><strong>or click </strong><strong><a href=\"http://www.wrapmaster.global\">here</a></strong>','Wrapmaster helps chefs go greener with 26% plant-based sustainable cling film (PE)','','inherit','closed','closed','','4080-revision-v1','','','2019-03-04 14:16:02','2019-03-04 14:16:02','',4080,'https://www.ontradeprogress.com/2019/03/04/4080-revision-v1/',0,'revision','',0),(4083,1,'2019-03-04 15:21:00','2019-03-04 15:21:00','<h1>Pantheon has re-designed its high-performance PM20, 20-litre planetary mixer to incorporate a wealth of new safety features making it one of the safest mixers on the market today.</h1>\r\nExplains Nick Pendlebury, Pantheon founder and director, “The sophisticated safety features we’ve added bring a whole new level of assurances for operators – and without inflating the price. The most significant of the new features is a magnetic safety switch located at the rear of the bowl that prevents the machine running without the bowl in place. Quite simply, if the bowl is removed, the machine stops.”\r\n\r\n[caption id=\"attachment_4030\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4030\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-re-designed-PM20-planetary-mixer-has-important-new-safety-features-300x300.jpg\" alt=\"Pantheon\'s re-designed PM20 planetary mixer has important new safety features\" width=\"300\" height=\"300\" /> Pantheon re-designed PM20 planetary mixer has important new safety features[/caption]\r\n\r\nAs well as this, the operational controls are very comprehensive to prevent accidental misuse. There is a new white ‘on’ button, black ‘off’ button and large, red ‘emergency off’ button designed specifically to make controls clear to operators with colour blindness (1 in 12 men and 1 in 200 women are affected by ‘red green’ colour blind according to the latest figures from the NHS.) <strong><em>Links at end</em></strong>\r\n\r\nFurther safety controls include secure locks to either side of the bowl once it’s in position and a heavy stainless steel wire guard that locks securely into place. There is also a motor safety switch with a heat sensor that prevents the mixer from operating if it becomes too hot through overuse.\r\n\r\nThe PM20 is built for durability. Its cast metal body undergoes an exacting finishing process to ensure it can withstand the most rigorous use. This comprises an undercoat, two coats of silver paint that are oven baked and a final coat of lacquer.\r\n\r\nThe mixer is powered by a durable and dependable 1.1 kW motor while the hard-wearing, reliable, all-gear-driven transmission ensures smooth, friction-free operation across 3-speed settings – 97, 220 and 316 revs per minute.\r\n\r\n[caption id=\"attachment_4031\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4031\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pantheons-redesigned-PM20-mixer.-Detail-showing-magnetic-safety-switch.-300x300.jpg\" alt=\"Pantheon\'s re-designed PM20 planetary mixer has important new safety features\" width=\"300\" height=\"300\" /> Pantheon re-designed PM20 planetary mixer has important new safety features[/caption]\r\n\r\nThe PM20 is supplied complete with a 1.5 mm thick stainless steel mixing bowl, a wire whisk, a dough hook and a beater.\r\n\r\n“20 litre mixers are, by far, the most popular size in the UK,” concludes Nick.  “That’s why it’s the first model in our range that we’ve addressed. However, we’re planning to re-launch the rest of the range over the coming months.”\r\n\r\n<a href=\"https://www.nhs.uk/conditions/colour-vision-deficiency\">https://www.nhs.uk/conditions/colour-vision-deficiency</a>\r\n\r\n<a href=\"http://www.colourblindawareness.org\">http://www.colourblindawareness.org</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/\">BII announces ticket sales for Summer Event 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/\">HIT Training to offer UK first apprenticeship for brewers</a></li>\r\n</ul>','Pantheon re-launches mixer with new, super-safe features','','inherit','closed','closed','','4034-revision-v1','','','2019-03-04 15:21:00','2019-03-04 15:21:00','',4034,'https://www.ontradeprogress.com/2019/03/04/4034-revision-v1/',0,'revision','',0),(4084,1,'2019-03-05 12:42:45','2019-03-05 12:42:45','[embed]http://issuu.com/bwmediagroup/docs/web_version_-_23_on-trade-progress_?e=32393893/68212601[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-03-05 12:42:45','2019-03-05 12:42:45','',23,'https://www.ontradeprogress.com/2019/03/05/23-revision-v1/',0,'revision','',0),(4086,1,'2019-03-05 12:44:55','2019-03-05 12:44:55','[embed]http://issuu.com/bwmediagroup/docs/web_version_-_23_on-trade-progress_?e=32393893/68212601[/embed]','On-Trade Progress Issue #23','','inherit','closed','closed','','276-revision-v1','','','2019-03-05 12:44:55','2019-03-05 12:44:55','',276,'https://www.ontradeprogress.com/2019/03/05/276-revision-v1/',0,'revision','',0),(4092,1,'2019-03-07 09:35:11','2019-03-07 09:35:11','<h1><strong>They said it couldn’t be done, but <a href=\"https://www.aryzta.com/\" target=\"_blank\" rel=\"noopener\">ARYZTA</a> Food Solutions, inspired by the clamour for hybrid bakes such as the ‘croffin’, ‘cronut’ and ‘muffle’, has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie, set to launch in early 2019.  </strong></h1>\r\nThe decadent new creation is a white chocolate studded cookie base, topped with a layer of chocolate brownie, decorated with swirls of cheesecake and dark chocolate chips. With MCA<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a> reporting that cheesecake is the second most popular dinner dessert (after ice cream), eaten on 6% of dinner occasions in restaurants, with brownies in fourth spot, caterers can be confident that the Cheesecake Swirl Brookie – a delectable combination of these popular dessert items – will be a success on menus.\r\n\r\n[caption id=\"attachment_4059\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4059 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cheesecake-Swirl-Brookie-Serving-Suggestion-200x300.jpg\" alt=\"ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie\" width=\"200\" height=\"300\" /> ARYZTA has created a landmark ‘tri-brid’ Cheesecake Swirl Brookie[/caption]\r\n\r\nThe revolutionary bake can be served as an indulgent dessert with a scoop of ice cream and a drizzle of chocolate sauce. Alternatively, caterers can cash-in on the unwavering popularity of meal deals by serving the dessert as a sweet treat, complementing a pot of tea or coffee. Research<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a> has found that 20% of category users are interested in desserts as part of lunchtime meal deals; the Cheesecake Swirl Brookie offers the perfect solution to this consumer demand.\r\n\r\nSupplied frozen and pre-portioned into 12 slices; <strong>Paul Maxwell, Trade Marketing Manager, ARYZTA Food Solutions says </strong>that, following an explosion in hybrid bakery, the creation sets an indulgent new bar for foodservice baking innovation.\r\n\r\n“Farewell to the duality of the duffin, the muffle and the cronut – there’s a new category in town and we believe it’s an indulgent first for foodservice. In a world of healthy eating messages and campaigns, consumers are still not willing to sacrifice all of life’s little pleasures, with many seeking to hold a more balanced approach. What’s more, 55% of UK consumers agree that taste is more important than the healthiness of cakes<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>, meaning there is still money to be made from indulgent – and Instagram-able – treats like our new Cheesecake Swirl Brookie.”\r\n\r\nCaterers looking to capitalise on consumers’ unabashed desire for indulgence should look no further than ARYZTA’s innovative new creation, whether it be as a sweet afternoon treat or chef-recommended dessert on the menu.\r\n\r\nARYZTA Food Solutions is a UK foodservice specialist – parent to a family of brands to meet the needs of modern hospitality. Sub-brands include: high-end frozen patisserie and viennoiserie brand, Coup de pates; essential ingredients and ready meal solutions from everyday bakery brand, La Carte; gourmet Swiss bakery brand, Hiestand; American sweet bakery brand, Otis Spunkmeyer and inspirational ingredients and garnishes from Bouquet Garni. ARYZTA Food Solutions UK also supplies beverage concepts from ProJuice.\r\n\r\n<strong>For more information on the range call 0844 499 3311 or email: marketing.uk@aryzta.com</strong>\r\n\r\n<strong>www.aryztafoodsolutions.co.uk or follow on Instagram: @aryztafoodsolutionsuk and Twitter @AryztaFoodUK</strong>\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a> MCA Menu and Food Trends Report, 2018\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a> Mintel Ice Cream and Desserts, 2017\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a> Mintel Food and Drink Trends, 2018\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS System is a must for restaurateur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/\">Pantheon re-launches mixer with new super-safe features</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/\">UKHospitality - Digital tax revenue must be used to boost high streets</a></li>\r\n</ul>','ARYZTA Food Solutions Revolutionises Desserts','','inherit','closed','closed','','4058-revision-v1','','','2019-03-07 09:35:11','2019-03-07 09:35:11','',4058,'https://www.ontradeprogress.com/2019/03/07/4058-revision-v1/',0,'revision','',0),(4093,1,'2019-03-11 15:52:32','2019-03-11 15:52:32','<h1>Until the end of the Victorian era, pub goers mostly drank out of pewter tankards. Two things happened - Dingy pubs became better lit and modern filtration methods started to produce clearer beer. The first massed produced beer glass arrived in the beer industry in the 1920’s - a ten-sided glass for the “Beer is Best” campaign.</h1>\r\nIn 1938 the dimpled beer mug appeared which reflected and refracted light better with bitters. In 1948 the major problem of “straight” glasses – their tendency to chip or nick where the rims rubbed together during washing and storage – was solved by the invention of the “Nonik” (no nick). In the 1970’s a variation of the Nonic, the Tulip, became the favoured glass style for stouts and northern ales delivering “A Yorkshire style big head”. In the last fifteen years things started to change with different brand owners introducing their own branded glassware. Manufacturing processes also changed with more intricate designs with different levels of nucleation to appeal to the consumer.\r\n\r\nFor many decades in the UK glassware was generic and dominated by a few different types e.g.\r\n<ul>\r\n 	<li>Nonik</li>\r\n 	<li>Tulip</li>\r\n 	<li>Conical</li>\r\n 	<li>Dimpled Jug</li>\r\n</ul>\r\nConsumers are now seeing branded glasses as the norm, and this heavily reflects on the quality of the venue and the product being served. Design &amp; presentation is the first thing a consumer will take note of, even before the first sip, and will change how they perceive the quality of the drink. Also, with an abundance of drink choices out there, branded glassware creates brand differentiation and a USP (unique selling point).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has had a makeover - Launching March 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>\r\nManufacturing processes also changed with more intricate designs with different levels of nucleation to appeal to the consumer. You’ll find the following becoming more and more popular:\r\n<ul>\r\n 	<li>The tall pilsner style lager glass</li>\r\n 	<li>The chalice</li>\r\n 	<li>The dedicated cider glass</li>\r\n</ul>','Allan Stevenson, Draught Manager at Heineken, chats with Ontrade Progress about the history of glassware','','publish','closed','open','','allan-stevenson-history-glassware','','','2019-03-11 15:52:32','2019-03-11 15:52:32','',0,'https://www.ontradeprogress.com/?p=4093',0,'post','',0),(4094,1,'2019-03-11 09:12:04','2019-03-11 09:12:04','','Allan Stevenson chats with Ontrade Progress about the history of glassware','Allan Stevenson chats with Ontrade Progress about the history of glassware','inherit','closed','closed','','black-and-white-1284072_640','','','2019-03-11 09:12:52','2019-03-11 09:12:52','',4093,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/black-and-white-1284072_640.jpg',0,'attachment','image/jpeg',0),(4095,1,'2019-03-11 09:15:45','2019-03-11 09:15:45','<h1>Until the end of the Victorian era, pub goers mostly drank out of pewter tankards. Two things happened - Dingy pubs became better lit and modern filtration methods started to produce clearer beer. The first massed produced beer glass arrived in the beer industry in the 1920’s - a ten-sided glass for the “Beer is Best” campaign.</h1>\r\nIn 1938 the dimpled beer mug appeared which reflected and refracted light better with bitters. In 1948 the major problem of “straight” glasses – their tendency to chip or nick where the rims rubbed together during washing and storage – was solved by the invention of the “Nonik” (no nick). In the 1970’s a variation of the Nonic, the Tulip, became the favoured glass style for stouts and northern ales delivering “A Yorkshire style big head”. In the last fifteen years things started to change with different brand owners introducing their own branded glassware. Manufacturing processes also changed with more intricate designs with different levels of nucleation to appeal to the consumer.\r\n\r\nFor many decades in the UK glassware was generic and dominated by a few different types e.g.\r\n<ul>\r\n 	<li>Nonik</li>\r\n 	<li>Tulip</li>\r\n 	<li>Conical</li>\r\n 	<li>Dimpled Jug</li>\r\n</ul>\r\nConsumers are now seeing branded glasses as the norm, and this heavily reflects on the quality of the venue and the product being served. Design &amp; presentation is the first thing a consumer will take note of, even before the first sip, and will change how they perceive the quality of the drink. Also, with an abundance of drink choices out there, branded glassware creates brand differentiation and a USP (unique selling point).\r\n\r\nManufacturing processes also changed with more intricate designs with different levels of nucleation to appeal to the consumer. You’ll find the following becoming more and more popular:\r\n<ul>\r\n 	<li>The tall pilsner style lager glass</li>\r\n 	<li>The chalice</li>\r\n 	<li>The dedicated cider glass</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has had a makeover - Launching March 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>','Allan Stevenson, Draught Manager at Heineken, chats with Ontrade Progress about the history of glassware','','inherit','closed','closed','','4093-revision-v1','','','2019-03-11 09:15:45','2019-03-11 09:15:45','',4093,'https://www.ontradeprogress.com/2019/03/11/4093-revision-v1/',0,'revision','',0),(4096,1,'2019-03-11 09:16:39','2019-03-11 09:16:39','<h1>Until the end of the Victorian era, pub goers mostly drank out of pewter tankards. Two things happened - Dingy pubs became better lit and modern filtration methods started to produce clearer beer. The first massed produced beer glass arrived in the beer industry in the 1920’s - a ten-sided glass for the “Beer is Best” campaign.</h1>\r\nIn 1938 the dimpled beer mug appeared which reflected and refracted light better with bitters. In 1948 the major problem of “straight” glasses – their tendency to chip or nick where the rims rubbed together during washing and storage – was solved by the invention of the “Nonik” (no nick). In the 1970’s a variation of the Nonic, the Tulip, became the favoured glass style for stouts and northern ales delivering “A Yorkshire style big head”. In the last fifteen years things started to change with different brand owners introducing their own branded glassware. Manufacturing processes also changed with more intricate designs with different levels of nucleation to appeal to the consumer.\r\n\r\nFor many decades in the UK glassware was generic and dominated by a few different types e.g.\r\n<ul>\r\n 	<li>Nonik</li>\r\n 	<li>Tulip</li>\r\n 	<li>Conical</li>\r\n 	<li>Dimpled Jug</li>\r\n</ul>\r\nConsumers are now seeing branded glasses as the norm, and this heavily reflects on the quality of the venue and the product being served. Design &amp; presentation is the first thing a consumer will take note of, even before the first sip, and will change how they perceive the quality of the drink. Also, with an abundance of drink choices out there, branded glassware creates brand differentiation and a USP (unique selling point).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has had a makeover - Launching March 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>\r\nManufacturing processes also changed with more intricate designs with different levels of nucleation to appeal to the consumer. You’ll find the following becoming more and more popular:\r\n<ul>\r\n 	<li>The tall pilsner style lager glass</li>\r\n 	<li>The chalice</li>\r\n 	<li>The dedicated cider glass</li>\r\n</ul>','Allan Stevenson, Draught Manager at Heineken, chats with Ontrade Progress about the history of glassware','','inherit','closed','closed','','4093-revision-v1','','','2019-03-11 09:16:39','2019-03-11 09:16:39','',4093,'https://www.ontradeprogress.com/2019/03/11/4093-revision-v1/',0,'revision','',0),(4097,1,'2019-03-12 08:49:14','2019-03-12 08:49:14','<h1>Recently, I was lucky enough to visit The Cardigan Arms in Leeds with Rachel Reeves MP. This fantastic community pub reminded me of the importance of the pub in our social fabric. The pub was that classic mix of regulars at the bar catching up on the week’s events and visitors soaking up a traditional pub atmosphere and sampling Great Britain’s greatest drink – fresh beer straight from the pump, brewed by Kirkstall brewery.</h1>\r\nThe pub is the cornerstone of the community, where new people meet, where families congregate and where regulars become friends. But we often miss out a key aspect of how pubs have become the cornerstones of our communities – the staff behind the bar. Bar staff and landlords define a pub, they create an atmosphere that cannot be replicated in any other hospitality business around the world. It is, however, very difficult for pubs to recruit and retain staff when we have almost full employment and fewer coming from abroad with all the uncertainties of the UK leaving the EU.\r\n\r\nThe industry needs to do more to promote the merits of working in a pub, as there is much more to working in a pub than simply pulling pints. That is why the BBPA are fully supporting this year’s Hospitality Works campaign which will be promoting hospitality as a sector where jobseekers can find a successful career. The BBPA are also working closely with the Government to finalise a Tourism Sector Deal which at its heart will be skills and will go even further in promoting the pub as a fantastic place to work.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n</ul>','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress','','publish','closed','open','','brigid-simmonds-bbpa-ontrade-progress','','\nhttps://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/','2019-03-12 09:59:03','2019-03-12 09:59:03','',0,'https://www.ontradeprogress.com/?p=4097',0,'post','',0),(4098,1,'2019-03-11 09:46:24','2019-03-11 09:46:24','','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress','inherit','closed','closed','','bar-2209813_640','','','2019-03-11 09:46:50','2019-03-11 09:46:50','',4097,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/bar-2209813_640.jpg',0,'attachment','image/jpeg',0),(4099,1,'2019-03-11 09:47:22','2019-03-11 09:47:22','<h1>Recently, I was lucky enough to visit The Cardigan Arms in Leeds with Rachel Reeves MP. This fantastic community pub reminded me of the importance of the pub in our social fabric. The pub was that classic mix of regulars at the bar catching up on the week’s events and visitors soaking up a traditional pub atmosphere and sampling Great Britain’s greatest drink – fresh beer straight from the pump, brewed by Kirkstall brewery.</h1>\r\nThe pub is the cornerstone of the community, where new people meet, where families congregate and where regulars become friends. But we often miss out a key aspect of how pubs have become the cornerstones of our communities – the staff behind the bar. Bar staff and landlords define a pub, they create an atmosphere that cannot be replicated in any other hospitality business around the world. It is, however, very difficult for pubs to recruit and retain staff when we have almost full employment and fewer coming from abroad with all the uncertainties of the UK leaving the EU.\r\n\r\nThe industry needs to do more to promote the merits of working in a pub, as there is much more to working in a pub than simply pulling pints. That is why the BBPA are fully supporting this year’s Hospitality Works campaign which will be promoting hospitality as a sector where jobseekers can find a successful career. The BBPA are also working closely with the Government to finalise a Tourism Sector Deal which at its heart will be skills and will go even further in promoting the pub as a fantastic place to work.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n</ul>','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade Progress','','inherit','closed','closed','','4097-revision-v1','','','2019-03-11 09:47:22','2019-03-11 09:47:22','',4097,'https://www.ontradeprogress.com/2019/03/11/4097-revision-v1/',0,'revision','',0),(4100,1,'2019-03-11 09:54:03','2019-03-11 09:54:03','','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade ','inherit','closed','closed','','bar-2209813_1280-2','','','2019-03-11 09:54:44','2019-03-11 09:54:44','',4097,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/bar-2209813_1280.jpg',0,'attachment','image/jpeg',0),(4101,1,'2019-03-11 09:55:54','2019-03-11 09:55:54','','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade','Brigid Simmonds, Chief Executive of the BBPA chats to Ontrade ','inherit','closed','closed','','bar-2209813_1920-2','','','2019-03-11 09:56:35','2019-03-11 09:56:35','',4097,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/bar-2209813_1920.jpg',0,'attachment','image/jpeg',0),(4102,1,'2019-03-13 13:13:18','2019-03-13 13:13:18','<h1>Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers. However, over the last five years or so, optics have become not as ‘trendy’ as they used to be, or at least not as trendy as jiggers, thimbles and free-pouring. You’ll see in many older TV programmes, like Only Fools &amp; Horses, that there will always be optics behind the bar, yet in recent years, these have become few and far between.</h1>\r\n<strong><em>“So why has thimbles and jiggers taken popularity over optics?”</em></strong>\r\n\r\n[caption id=\"attachment_4103\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4103 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/DSC_0100-e1552298742410-200x300.jpg\" alt=\"Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers\" width=\"200\" height=\"300\" /> Optics have long been standing as the most accurate way of pouring spirits &amp; Beaumont is one of the largest manufacturers[/caption]\r\n\r\nThis trend is something you often see in large brewery chains, but no one seems to take much note. So why has thimbles and jiggers taken popularity over optics? Now, I’m a big cocktail fan and love watching a master mixologist making a lovely looking concoction. However, if I’m buying a simple vodka &amp; lemonade or rum &amp; coke, then I like to know that I’m getting the exact amount that I’m paying for, as I’m sure everyone does. Unfortunately, with the lack of optics, human error is too common and you either end up with an under-poured drink which is against the law (Weights &amp; Measures Act 1985) or over-poured, which leads to a lot of drink wastage, ultimately resulting in loss of profit, not to mention the mess and hygiene issues when it leaks onto the bar and the barman’s hands.\r\n\r\nNow I’m sure that there aren’t any venues making these mistakes in a malicious way, but with a little bit of education, you can make sure your staff are pouring correctly, the customer’s receiving the right drink and the business isn’t wasting any product.\r\n\r\n<strong>Beaumont Optics are available at <a href=\"http://www.beaumonttm.co.uk\" target=\"_blank\" rel=\"noopener\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\" target=\"_blank\" rel=\"noopener\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\" target=\"_blank\" rel=\"noopener\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\" target=\"_blank\" rel=\"noopener\">Drury launches new recyclable packaging</a></li>\r\n</ul>','We spoke with Nick DeBorde, of Beaumont TM Ltd, to discuss the importance of bringing optics back','','publish','closed','open','','beaumont-discuss-important-optics','','','2019-03-13 13:13:18','2019-03-13 13:13:18','',0,'https://www.ontradeprogress.com/?p=4102',0,'post','',0),(4103,1,'2019-03-11 10:01:17','2019-03-11 10:01:17','','DSC_0100','','inherit','closed','closed','','dsc_0100','','','2019-03-11 10:01:17','2019-03-11 10:01:17','',4102,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/DSC_0100.jpg',0,'attachment','image/jpeg',0),(4104,1,'2019-03-11 10:09:49','2019-03-11 10:09:49','','Optics have long been standing as the most accurate way of pouring spirits & Beaumont is one of the largest manufacturers','Optics have long been standing as the most accurate way of pouring spirits & Beaumont is one of the largest manufacturers','inherit','closed','closed','','drink-1870139_1920','','','2019-03-11 10:10:35','2019-03-11 10:10:35','',4102,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/drink-1870139_1920.jpg',0,'attachment','image/jpeg',0),(4105,1,'2019-03-11 10:13:27','2019-03-11 10:13:27','<h1>Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers. However, over the last five years or so, optics have become not as ‘trendy’ as they used to be, or at least not as trendy as jiggers, thimbles and free-pouring. You’ll see in many older TV programmes, like Only Fools &amp; Horses, that there will always be optics behind the bar, yet in recent years, these have become few and far between.</h1>\r\n<strong><em>“So why has thimbles and jiggers taken popularity over optics?”</em></strong>\r\n\r\n[caption id=\"attachment_4103\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4103 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/DSC_0100-e1552298742410-200x300.jpg\" alt=\"Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers\" width=\"200\" height=\"300\" /> Optics have long been standing as the most accurate way of pouring spirits &amp; Beaumont is one of the largest manufacturers[/caption]\r\n\r\nThis trend is something you often see in large brewery chains, but no one seems to take much note. So why has thimbles and jiggers taken popularity over optics? Now, I’m a big cocktail fan and love watching a master mixologist making a lovely looking concoction. However, if I’m buying a simple vodka &amp; lemonade or rum &amp; coke, then I like to know that I’m getting the exact amount that I’m paying for, as I’m sure everyone does. Unfortunately, with the lack of optics, human error is too common and you either end up with an under-poured drink which is against the law (Weights &amp; Measures Act 1985) or over-poured, which leads to a lot of drink wastage, ultimately resulting in loss of profit, not to mention the mess and hygiene issues when it leaks onto the bar and the barman’s hands.\r\n\r\nNow I’m sure that there aren’t any venues making these mistakes in a malicious way, but with a little bit of education, you can make sure your staff are pouring correctly, the customer’s receiving the right drink and the business isn’t wasting any product.\r\n\r\n<strong>Beaumont Optics are available at <a href=\"http://www.beaumonttm.co.uk\" target=\"_blank\" rel=\"noopener\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\" target=\"_blank\" rel=\"noopener\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\" target=\"_blank\" rel=\"noopener\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\" target=\"_blank\" rel=\"noopener\">Drury launches new recyclable packaging</a></li>\r\n</ul>','We spoke with Nick DeBorde, of Beaumont TM Ltd, to discuss why it’s important to bring optics back','','inherit','closed','closed','','4102-revision-v1','','','2019-03-11 10:13:27','2019-03-11 10:13:27','',4102,'https://www.ontradeprogress.com/2019/03/11/4102-revision-v1/',0,'revision','',0),(4107,1,'2019-03-11 10:24:39','2019-03-11 10:24:39','','Giffard is an independent, family-owned company specializing in liqueurs and syrups',' Giffard is an independent, family-owned company specializing in liqueurs and syrups','inherit','closed','closed','','giffard1','','','2019-03-11 10:25:27','2019-03-11 10:25:27','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Giffard1.png',0,'attachment','image/png',0),(4108,1,'2019-03-11 10:31:07','2019-03-11 10:31:07','','Giffard is an independent, family-owned company specializing in liqueurs and syrups',' Giffard is an independent, family-owned company specializing in liqueurs and syrups','inherit','closed','closed','','giffard2','','','2019-03-11 10:31:37','2019-03-11 10:31:37','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/giffard2.jpg',0,'attachment','image/jpeg',0),(4109,1,'2019-03-11 10:35:06','2019-03-11 10:35:06','','Giffard is an independent, family-owned company specializing in liqueurs and syrups',' Giffard is an independent, family-owned company specializing in liqueurs and syrups','inherit','closed','closed','','giffard_rhubarb','','','2019-03-11 10:36:01','2019-03-11 10:36:01','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/GIFFARD_Rhubarb.png',0,'attachment','image/png',0),(4111,1,'2019-03-11 10:48:28','2019-03-11 10:48:28','','Giffard backed by strong values, it has built its success on quality products, including their signature Menthe-Pastille, a real emblem of the brand','Giffard backed by strong values, it has built its success on quality products, including their signature Menthe-Pastille, a real emblem of the brand','inherit','closed','closed','','beach-84533_1920','','','2019-03-11 10:54:15','2019-03-11 10:54:15','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/beach-84533_1920.jpg',0,'attachment','image/jpeg',0),(4113,1,'2019-03-15 08:32:34','2019-03-15 08:32:34','<h1>I’m all for passion when it comes to beer – in fact, I think it’s essential to be passionate about a topic if you want to enthuse others about it, something I aim to do whenever I talk about beer. My only concern is that passion sometimes spills over into confrontation and even abuse.</h1>\r\nPlenty has been already said about the surprise decision by veteran London brewer Fuller’s to sell its brands and brewing operation to global brewer Asahi, so in adding my half-pint’s worth, I’ll say up front that I have friends in both the pub and beer side of the business, and I wish them all well.\r\n\r\nThe Griffin Brewery in Chiswick has been a beacon of beer innovation and quality for decades, with beers such as Fuller’s ESB often cited by craft beer pioneers in the US and elsewhere as a source of inspiration. On that basis, the change in ownership is clearly a concern, but I’m also happy to give Asahi the benefit of the doubt. It has been gradually assembling a portfolio of global beer brands – including Peroni and Pilsner Urquell – into which London Pride slots quite neatly.\r\n\r\n[caption id=\"attachment_4114\" align=\"alignright\" width=\"93\"]<img class=\"size-medium wp-image-4114\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/John-Porter_London-Pride-330ml-93x300.jpg\" alt=\"Brewer Fuller’s to sell its brands to global brewer Asahi\" width=\"93\" height=\"300\" /> Brewer Fuller’s to sell its brands to global brewer Asahi[/caption]\r\n\r\nWith a commitment in place from Asahi to continue to supply Fuller’s pubs, it may well be that we don’t notice much change here in the UK, and it’s the bars and retailer that Asahi supplies around the world that will enjoy the benefits of improved access to some great British beers.\r\n\r\nHowever, when people took to social media and other forums to express their views, some were fairly unpleasant to both the sellers and the new owners of new businesses and dismissive of the quality of the beer.\r\n\r\nThis isn’t isolated; I’ve heard a number of pub and bar operators complain about the language used in social media posts and elsewhere by some beer ‘enthusiasts’ when they take exception to a brand, usually on the basis of its ownership by a larger brewer.\r\n\r\nIf beer quality is poor or the beer being served has a fault, then it’s quite right to call out the brewer or bar. Taking exception to the beer being served on the basis of its ownership is also a perfectly legitimate position, but I’d argue that subjecting a business owner to abuse for is crossing a line.\r\n\r\nIt may sound trite, but most beers deserve a bit of love. Focus on the beers you enjoy, and if there are brands and brewers you’re not a fan of, fair enough – but try to respect other drinkers’ right to have a different opinion.\r\n\r\nOn which, Beer Day Britain 2019 will be upon us before we know it. This year’s celebration of our national drink takes place on is on June 15, marking the fifth year of the event – and all credit to my beery comrade Jane Peyton, who pioneered the event.\r\n\r\nPubs can take part by inviting customers to join in the national “cheers to beer” at 7pm on the day, and using the hashtag #CheersToBeer to promote it. A beer festival or beer and food matching event is also a great way to celebrate – and if you need a beer enthusiast to his, let me know.\r\n\r\nI reckon there are more deals and mergers to come in our very busy beer market. When it happens, let’s enjoy a passionate - and positive – debate over a pint.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n</ul>','Passion in fashion: Beer can stir strong emotions, says beer writer and sommelier John Porter','','publish','closed','open','','brewer-asahi-buys-fullers','','','2019-03-15 08:32:34','2019-03-15 08:32:34','',0,'https://www.ontradeprogress.com/?p=4113',0,'post','',0),(4114,1,'2019-03-11 11:09:47','2019-03-11 11:09:47','','Brewer Fuller’s to sell its brands to global brewer Asahi','Brewer Fuller’s to sell its brands to global brewer Asahi','inherit','closed','closed','','john-porter_london-pride-330ml','','','2019-03-11 11:11:16','2019-03-11 11:11:16','',4113,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/John-Porter_London-Pride-330ml.jpg',0,'attachment','image/jpeg',0),(4115,1,'2019-03-11 11:14:06','2019-03-11 11:14:06','','Brewer Fuller’s to sell its brands to global brewer Asahi','Brewer Fuller’s to sell its brands to global brewer Asahi','inherit','closed','closed','','beer-2166004_1920','','','2019-03-11 11:15:06','2019-03-11 11:15:06','',4113,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/beer-2166004_1920.jpg',0,'attachment','image/jpeg',0),(4116,1,'2019-03-11 11:15:11','2019-03-11 11:15:11','<h1>I’m all for passion when it comes to beer – in fact, I think it’s essential to be passionate about a topic if you want to enthuse others about it, something I aim to do whenever I talk about beer. My only concern is that passion sometimes spills over into confrontation and even abuse.</h1>\r\nPlenty has been already said about the surprise decision by veteran London brewer Fuller’s to sell its brands and brewing operation to global brewer Asahi, so in adding my half-pint’s worth, I’ll say up front that I have friends in both the pub and beer side of the business, and I wish them all well.\r\n\r\nThe Griffin Brewery in Chiswick has been a beacon of beer innovation and quality for decades, with beers such as Fuller’s ESB often cited by craft beer pioneers in the US and elsewhere as a source of inspiration. On that basis the change in ownership is clearly a concern, but I’m also happy to give Asahi the benefit of the doubt. It has been gradually assembling a portfolio of global beer brands – including Peroni and Pilsner Urquell – into which London Pride slots quite neatly.\r\n\r\n[caption id=\"attachment_4114\" align=\"alignright\" width=\"93\"]<img class=\"size-medium wp-image-4114\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/John-Porter_London-Pride-330ml-93x300.jpg\" alt=\"Brewer Fuller’s to sell its brands to global brewer Asahi\" width=\"93\" height=\"300\" /> Brewer Fuller’s to sell its brands to global brewer Asahi[/caption]\r\n\r\nWith a commitment in place from Asahi to continue to supply Fuller’s pubs, it may well be that we don’t notice much change here in the UK, and it’s the bars and retailer that Asahi supplies around the world that will enjoy the benefits of improved access to some great British beers.\r\n\r\nHowever, when people took to social media and other forums to express their views, some were fairly unpleasant to both the sellers and the new owners of new businesses and dismissive of the quality of the beer.\r\n\r\nThis isn’t isolated; I’ve heard a number of pub and bar operators complain about the language used in social media posts and elsewhere by some beer ‘enthusiasts’ when they take exception to a brand, usually on the basis of its ownership by a larger brewer.\r\n\r\nIf beer quality is poor or the beer being served has a fault, then it’s quite right to call out the brewer or bar. Taking exception to the beer being served on the basis of its ownership is also a perfectly legitimate position, but I’d argue that subjecting a business owner to abuse for is crossing a line.\r\n\r\nIt may sound trite, but most beers deserves a bit of love. Focus on the beers you enjoy, and if there are brands and brewers you’re not a fan of, fair enough – but try to respect other drinkers’ right to have a different opinion.\r\n\r\nOn which, Beer Day Britain 2019 will be upon us before we know it. This year’s celebration of our national drink takes place on is on June 15, marking the fifth year of the event – and all credit to my beery comrade Jane Peyton, who pioneered the event.\r\n\r\nPubs can take part by inviting customers to join in the national “cheers to beer” at 7pm on the day, and using the hashtag #CheersToBeer to promote it. A beer festival or beer and food matching event is also a great way to celebrate – and if you need a beer enthusiast to his, let me know.\r\n\r\nI reckon there are more deals and mergers to come in our very busy beer market. When it happens, let’s enjoy a passionate - and positive – debate over a pint.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n</ul>','Passion in fashion: Beer can stir strong emotions, says beer writer and sommelier John Porter','','inherit','closed','closed','','4113-revision-v1','','','2019-03-11 11:15:11','2019-03-11 11:15:11','',4113,'https://www.ontradeprogress.com/2019/03/11/4113-revision-v1/',0,'revision','',0),(4117,1,'2019-03-11 11:17:23','2019-03-11 11:17:23','<h1>I’m all for passion when it comes to beer – in fact, I think it’s essential to be passionate about a topic if you want to enthuse others about it, something I aim to do whenever I talk about beer. My only concern is that passion sometimes spills over into confrontation and even abuse.</h1>\r\nPlenty has been already said about the surprise decision by veteran London brewer Fuller’s to sell its brands and brewing operation to global brewer Asahi, so in adding my half-pint’s worth, I’ll say up front that I have friends in both the pub and beer side of the business, and I wish them all well.\r\n\r\nThe Griffin Brewery in Chiswick has been a beacon of beer innovation and quality for decades, with beers such as Fuller’s ESB often cited by craft beer pioneers in the US and elsewhere as a source of inspiration. On that basis, the change in ownership is clearly a concern, but I’m also happy to give Asahi the benefit of the doubt. It has been gradually assembling a portfolio of global beer brands – including Peroni and Pilsner Urquell – into which London Pride slots quite neatly.\r\n\r\n[caption id=\"attachment_4114\" align=\"alignright\" width=\"93\"]<img class=\"size-medium wp-image-4114\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/John-Porter_London-Pride-330ml-93x300.jpg\" alt=\"Brewer Fuller’s to sell its brands to global brewer Asahi\" width=\"93\" height=\"300\" /> Brewer Fuller’s to sell its brands to global brewer Asahi[/caption]\r\n\r\nWith a commitment in place from Asahi to continue to supply Fuller’s pubs, it may well be that we don’t notice much change here in the UK, and it’s the bars and retailer that Asahi supplies around the world that will enjoy the benefits of improved access to some great British beers.\r\n\r\nHowever, when people took to social media and other forums to express their views, some were fairly unpleasant to both the sellers and the new owners of new businesses and dismissive of the quality of the beer.\r\n\r\nThis isn’t isolated; I’ve heard a number of pub and bar operators complain about the language used in social media posts and elsewhere by some beer ‘enthusiasts’ when they take exception to a brand, usually on the basis of its ownership by a larger brewer.\r\n\r\nIf beer quality is poor or the beer being served has a fault, then it’s quite right to call out the brewer or bar. Taking exception to the beer being served on the basis of its ownership is also a perfectly legitimate position, but I’d argue that subjecting a business owner to abuse for is crossing a line.\r\n\r\nIt may sound trite, but most beers deserves a bit of love. Focus on the beers you enjoy, and if there are brands and brewers you’re not a fan of, fair enough – but try to respect other drinkers’ right to have a different opinion.\r\n\r\nOn which, Beer Day Britain 2019 will be upon us before we know it. This year’s celebration of our national drink takes place on is on June 15, marking the fifth year of the event – and all credit to my beery comrade Jane Peyton, who pioneered the event.\r\n\r\nPubs can take part by inviting customers to join in the national “cheers to beer” at 7pm on the day, and using the hashtag #CheersToBeer to promote it. A beer festival or beer and food matching event is also a great way to celebrate – and if you need a beer enthusiast to his, let me know.\r\n\r\nI reckon there are more deals and mergers to come in our very busy beer market. When it happens, let’s enjoy a passionate - and positive – debate over a pint.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n</ul>','Passion in fashion: Beer can stir strong emotions, says beer writer and sommelier John Porter','','inherit','closed','closed','','4113-revision-v1','','','2019-03-11 11:17:23','2019-03-11 11:17:23','',4113,'https://www.ontradeprogress.com/2019/03/11/4113-revision-v1/',0,'revision','',0),(4118,1,'2019-03-15 08:27:56','2019-03-15 08:27:56','<h1>Australian winemakers have been experimenting with Italian grape varieties over the last several years and 2019 will see this trend increase further with clas<span style=\"color: #19232d; font-size: 24px; font-weight: bold;\">sic Italian varietals such as Montepulciano, Sangiovese, Fiano, Vermentino and so on, really coming to the fore.</span>\r\n<img class=\"alignright size-medium wp-image-4185\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bella-Luna-Fiano-au283.tif\" alt=\"\" width=\"1\" height=\"1\" /><img class=\"alignright size-medium wp-image-4187\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bella-Luna-Nero-DAvola-AU284.tif\" alt=\"\" width=\"1\" height=\"1\" /></h1>\r\n[caption id=\"attachment_4188\" align=\"alignright\" width=\"95\"]<img class=\"size-medium wp-image-4188\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Laneway-Vermentino-AU297-95x300.jpg\" alt=\"Laneway Vermentino AU297\" width=\"95\" height=\"300\" /> Laneway Vermentino AU297[/caption]\r\n\r\nSome of these experiments started with climate change in mind, but several winemakers have also long held the view that certain Australian climates were already a good natural fit for the sun-loving varieties of southern Italy, in particular.\r\n\r\nWhen you think about it, this rise of the Aussie Italians makes sense; the Mediterranean climate of much of south-east Australia is ideally suited for Italian grape varieties coupled with Australia’s diverse culture - Australia has a large number of citizens who claim Italian heritage, over a million people at last count in 2018.\r\n\r\nAll this interest in Italian wines is not just about increasing diversity of available varieties, it’s about introducing broader flavours, styles, structure. The vast majority of Italian grapes maintain good levels of natural acidity in warm (and getting warmer) Australian winegrowing regions, unlike most (although not all) of the more widely planted French-origin grape varieties - Shiraz (Syrah), Chardonnay, Cabernet Sauvignon, etc. And, natural acid is not just important for the taste of wine – it also assists in the finished wine\'s stability. Grapes grown for natural acid balance make for less intervention and additions at the hand of the winemaker.\r\n\r\nHowever, these wines aren’t strictly the Italian classics we’re used to. While the Australian climate may be similar, the terroir creates a different depth of character, profile and aroma. Rather, these Australian Italian wines are an ‘interpretation’; these winemakers are creating a new style of wine whilst maintaining the characteristics of the grape.\r\n\r\nThere has been with a shift towards more savoury flavoured wines, partly in rebellion to the fruit bombs of the past, partly due to food culture which has seen a rise in attention to good food. Wines that are more on the savoury side with more acidity and structure, like those produced from these Italian grape varieties, are generally more food-friendly.\r\n\r\nAnd, of course Australian wine regulations are not as strict as those of Europe, for example; so there is no restriction on which varieties may be planted or indeed where they may be planted. Indeed, Australia\'s wine industry has a history of experimentation, not afraid to dig up swathes of vineyards to respond to changes in taste or in climate.\r\n<h3>So, where to start with these <em>nuovi classici</em>?</h3>\r\n[caption id=\"attachment_4120\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4120\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/grapes-3550733_1920-300x200.jpg\" alt=\"Australian winemakers have been experimenting with Italian grape varieties\" width=\"300\" height=\"200\" /> Australian winemakers have been experimenting with Italian grape varieties[/caption]\r\n\r\nMy personal favourite is the new Bella Luna Nero d’Avola from McPherson Wines in Victoria. The nose is floral with a touch of spice, yet earthy with lots of character. This wine delivers on fruit and style, and is a great all-rounder.\r\n\r\nI asked Lou Scanlan of McPherson Wines where the inspiration for the Bella Luna range, which also includes a Fiano, came from:\r\n\r\n“The Bella Luna story came from the vineyards in the first years of the new century, when a lovely picker named Edo (Eduardo) from Rome came to work with us and would testify to Jo (Jo Nash, McPherson winemaker) about the joys of the Italian varietals. After working with Jo for some time and sampling many bottles, Edo convinced Jo that it would be worth planting just one vineyard of Fiano and Nero d’Avola and, finally, she agreed.\r\n\r\n[caption id=\"attachment_4183\" align=\"alignright\" width=\"99\"]<img class=\"size-medium wp-image-4183\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Aquarius-Sangiovese-Shiraz-AU282-99x300.jpg\" alt=\"Aquarius Sangiovese Shiraz AU282\" width=\"99\" height=\"300\" /> Aquarius Sangiovese Shiraz AU282[/caption]\r\n\r\nThere was just one hitch…. Edo insisted the vines needed to be planted on the night of the full moon. He told her planting in this way has been practised since ancient times and it would make all the difference to the resulting grapes if the vines were planted under the “Bella Luna”. Now, Jo is a practical person however, Edo is even more persuasive than Jo is practical, so somehow Jo found herself overseeing a full moon planting of the vines that would grow the grapes for our Bella Luna wines. We will never know if the beautiful moon on the night of the planting made a difference to the wine but we like to think it did, and we do feel there’s magic in that bottle.\r\n\r\n<strong>For more details on Lanchester Wines’ range, including Bella Luna and the wider ‘Italians from Australia’, please click <a href=\"http://www.lanchesterwines.co.uk\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>','We caught up with Lanchester Wines’ Ian Richardson to ask him about 2019’s hottest wine trend – Italian wines made ‘down under’','','publish','closed','open','','italian-grape-varieties-australia','','','2019-03-15 08:27:56','2019-03-15 08:27:56','',0,'https://www.ontradeprogress.com/?p=4118',0,'post','',0);
INSERT INTO `wpfr_posts` VALUES (4119,1,'2019-03-11 11:34:09','2019-03-11 11:34:09','','Aussie winemakers have been experimenting with Italian grape varieties','Aussie winemakers have been experimenting with Italian grape varieties','inherit','closed','closed','','grapes-276070_1920','','','2019-03-11 11:34:44','2019-03-11 11:34:44','',4118,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/grapes-276070_1920.jpg',0,'attachment','image/jpeg',0),(4120,1,'2019-03-11 12:27:53','2019-03-11 12:27:53','','Australian winemakers have been experimenting with Italian grape varieties','Australian winemakers have been experimenting with Italian grape varieties ','inherit','closed','closed','','grapes-3550733_1920','','','2019-03-11 12:28:49','2019-03-11 12:28:49','',4118,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/grapes-3550733_1920.jpg',0,'attachment','image/jpeg',0),(4121,1,'2019-03-11 12:52:42','2019-03-11 12:52:42','<h1>Australian winemakers have been experimenting with Italian grape varieties over the last several years and 2019 will see this trend increase further with classic Italian varietals such as Montepulciano, Sangiovese, Fiano, Vermentino and so on, really coming to the fore.</h1>\r\nSome of these experiments started with climate change in mind, but several winemakers have also long held the view that certain Australian climates were already a good natural fit for the sun-loving varieties of southern Italy, in particular.\r\n\r\nWhen you think about it, this rise of the Aussie Italians makes sense; the Mediterranean climate of much of south-east Australia is ideally suited for Italian grape varieties coupled with Australia’s diverse culture - Australia has a large number of citizens who claim Italian heritage, over a million people at last count in 2018.\r\n\r\nAll this interest in Italian wines is not just about increasing diversity of available varieties, it’s about introducing broader flavours, styles, structure. The vast majority of Italian grapes maintain good levels of natural acidity in warm (and getting warmer) Australian winegrowing regions, unlike most (although not all) of the more widely planted French-origin grape varieties - Shiraz (Syrah), Chardonnay, Cabernet Sauvignon, etc. And, natural acid is not just important for the taste of wine – it also assists in the finished wine\'s stability. Grapes grown for natural acid balance make for less intervention and additions at the hand of the winemaker.\r\n\r\nHowever, these wines aren’t strictly the Italian classics we’re used to. While the Australian climate may be similar, the terroir creates a different depth of character, profile and aroma. Rather, these Australian Italian wines are an ‘interpretation’; these winemakers are creating a new style of wine whilst maintaining the characteristics of the grape.\r\n\r\nThere has been with a shift towards more savoury flavoured wines, partly in rebellion to the fruit bombs of the past, partly due to food culture which has seen a rise in attention to good food. Wines that are more on the savoury side with more acidity and structure, like those produced from these Italian grape varieties, are generally more food-friendly.\r\n\r\nAnd, of course Australian wine regulations are not as strict as those of Europe, for example; so there is no restriction on which varieties may be planted or indeed where they may be planted. Indeed, Australia\'s wine industry has a history of experimentation, not afraid to dig up swathes of vineyards to respond to changes in taste or in climate.\r\n<h3>So, where to start with these <em>nuovi classici</em>?</h3>\r\n[caption id=\"attachment_4120\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4120\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/grapes-3550733_1920-300x200.jpg\" alt=\"Australian winemakers have been experimenting with Italian grape varieties\" width=\"300\" height=\"200\" /> Australian winemakers have been experimenting with Italian grape varieties[/caption]\r\n\r\nMy personal favourite is the new Bella Luna Nero d’Avola from McPherson Wines in Victoria. The nose is floral with a touch of spice, yet earthy with lots of character. This wine delivers on fruit and style, and is a great all-rounder.\r\n\r\nI asked Lou Scanlan of McPherson Wines where the inspiration for the Bella Luna range, which also includes a Fiano, came from:\r\n\r\n“The Bella Luna story came from the vineyards in the first years of the new century, when a lovely picker named Edo (Eduardo) from Rome came to work with us and would testify to Jo (Jo Nash, McPherson winemaker) about the joys of the Italian varietals. After working with Jo for some time and sampling many bottles, Edo convinced Jo that it would be worth planting just one vineyard of Fiano and Nero d’Avola and, finally, she agreed.\r\n\r\nThere was just one hitch…. Edo insisted the vines needed to be planted on the night of the full moon. He told her planting in this way has been practised since ancient times and it would make all the difference to the resulting grapes if the vines were planted under the “Bella Luna”. Now, Jo is a practical person however, Edo is even more persuasive than Jo is practical, so somehow Jo found herself overseeing a full moon planting of the vines that would grow the grapes for our Bella Luna wines. We will never know if the beautiful moon on the night of the planting made a difference to the wine but we like to think it did, and we do feel there’s magic in that bottle.\r\n\r\n<strong>For more details on Lanchester Wines’ range, including Bella Luna and the wider ‘Italians from Australia’, please click <a href=\"http://www.lanchesterwines.co.uk\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>','We caught up with Lanchester Wines’ Ian Richardson to ask him about 2019’s hottest wine trend – Italian wines made ‘down under’','','inherit','closed','closed','','4118-revision-v1','','','2019-03-11 12:52:42','2019-03-11 12:52:42','',4118,'https://www.ontradeprogress.com/2019/03/11/4118-revision-v1/',0,'revision','',0),(4122,1,'2019-03-12 08:49:46','2019-03-12 08:49:46','<h1>Cask drinkers are more likely than anyone else to visit the pub. After all, cask conditioned ale is the one category of drink that cannot be purchased in a supermarket or corner shop. Sure, there are bottles and cans of ale, but nothing replicates the taste of ‘real’ ale – fresh, served cellar cool and drawn through a handpull.</h1>\r\nBut interestingly, cask ale drinkers bring other customers into the pub – not just for general visits, but for a wide range of occasions and events. 79% of cask drinkers have recently been for a meal or drinks with family, friends or colleagues. This compares with 57% of the general adult population. In other words, looking after your cask ale drinkers can improve your overall profitability. Here are Cask Marque’s tips to retain and recruit cask drinkers.\r\n<h3><strong>Food</strong></h3>\r\n[caption id=\"attachment_4125\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4125 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/B153132-RECRUITMENT-300x200.jpg\" alt=\"Cask drinkers are more likely to visit the pub\" width=\"300\" height=\"200\" /> Cask drinkers are more likely to visit the pub[/caption]\r\n\r\nFood plays a key role in attracting the cask drinker. Curry nights, pie and pint deals, bundle deals; all can help encourage return visits. Keep a permanent, well-recognised ale in your range and match it with a signature dish, such as Steak and Ale pie, or beer battered fish and chips.\r\n<h3><strong>Activities &amp; Events</strong></h3>\r\nCask drinkers are highly motivated by organised events such as pub quizzes, live music, TV big games, beer festivals, and traditional pub games such as darts and pool matches. Pubs that don’t run events appealing to cask drinkers stand to lose their custom to other venues that do.\r\n<h3><strong>Involvement</strong></h3>\r\nKeep cask drinkers involved and engaged by informing them what beers are on order and what beers are settling the cellar. Make sure staff have tasting notes on the back of pump clips so they can recommend guest ales with confidence and open up a conversation with the cask drinkers. Encourage them to offer Try Before You Buy samples for any guest ales which are unfamiliar to regular customers. Ask customers which guest ales they would like to see on the bar.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software offers a high level of features</a></li>\r\n</ul>\r\n<h3><strong>Social and Digital Presence</strong></h3>\r\nCask drinkers are also highly engaged with social media so keeping your Twitter feed, Instagram page and Facebook account updated with ‘News of the Brews’ is essential.  Apps, such as Caskfinder and Untappd, can also help drive cask drinkers into your pub.\r\n<h3><strong>Presentation</strong></h3>\r\nThink about the way you are presenting cask to the customer: smaller serve sizes for novice drinkers (for example 1/3 pint glasses), attractive glassware, and eye-catching merchandising will all position cask as a viable alternative to pricier ‘craft’ brands.\r\n<h3><strong>Quality</strong></h3>\r\nCask ale drinkers are among the most discerning. Meeting their high expectations is crucial to securing and keeping their custom (35% of cask drinkers would leave the pub and go elsewhere if they were served a poor quality drink). Activities and food offers will be effective only alongside the right range of beers served in consistently great condition.\r\n\r\nIf you don’t like, or drink cask yourself, hire someone who loves cask and put them in charge of the cask offering – cellar management, staff training, range planning and customer engagement.\r\n<h3><strong>Awards and Accolades</strong></h3>\r\nMake your drinkers proud of your pub. Apply for Cask Marque accreditation, ensure your pub is on the local CAMRA ‘Pub of the Season’ shortlist, and enter local and national competitions, such as The Great British Pub Awards.\r\n\r\nCask ale drinkers spend an average £1,030 annually in the pub on drinks and food (30% more than the average pub-goer spend). This should be argument enough to persuade publicans to look after their cask ale drinkers.','Looking after your Cask drinkers','','publish','closed','open','','cask-drinkers-marque','','\nhttps://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/','2019-03-12 09:58:30','2019-03-12 09:58:30','',0,'https://www.ontradeprogress.com/?p=4122',0,'post','',0),(4123,1,'2019-03-11 13:11:52','2019-03-11 13:11:52','<strong><u>Looking after your Cask drinkers</u></strong>\r\n\r\nCask drinkers are more likely than anyone else to visit the pub. After all, cask conditioned ale is the one category of drink that cannot be purchased in a supermarket or corner shop. Sure, there are bottles and cans of ale, but nothing replicates the taste of ‘real’ ale – fresh, served cellar cool and drawn through a handpull.\r\n\r\nBut interestingly, cask ale drinkers bring other customers into the pub – not just for general visits, but for a wide range of occasions and events. 79% of cask drinkers have recently been for a meal or drinks with family, friends or colleagues. This compares with 57% of the general adult population. In other words, looking after your cask ale drinkers can improve your overall profitability. Here are Cask Marque’s tips to retain and recruit cask drinkers.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Food</strong>\r\n\r\nFood plays a key role in attracting the cask drinker. Curry nights, pie and pint deals, bundle deals; all can help encourage return visits. Keep a permanent, well recognised ale in your range and match it with a signature dish, such as Steak and Ale pie, or beer battered fish and chips.\r\n\r\n<strong> </strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Activities &amp; Events</strong>\r\n\r\nCask drinkers are highly motivated by organised events such as pub quizzes, live music, TV big games, beer festivals, and traditional pub games such as darts and pool matches. Pubs that don’t run events appealing to cask drinkers stand to lose their custom to other venues that do.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Involvement</strong>\r\n\r\nKeep cask drinkers involved and engaged by informing them what beers are on order and what beers are settling the cellar. Make sure staff have tasting notes on the back of pump clips so they can recommend guest ales with confidence and open up a conversation with the cask drinkers. Encourage them to offer Try Before You Buy samples for any guest ales which are unfamiliar to regular customers. Ask customers which guest ales they would like to see on the bar\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Social and Digital Presence</strong>\r\n\r\nCask drinkers are also highly engaged with social media so keeping your Twitter feed, Instagram page and Facebook account updated with ‘News of the Brews’ is essential.  Apps, such as Caskfinder and Untappd, can also help drive cask drinkers into your pub.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Presentation</strong>\r\n\r\nThink about the way you are presenting cask to the customer: smaller serve sizes for novice drinkers (for example 1/3 pint glasses), attractive glassware, and eye catching merchandising will all position cask as a viable alternative to pricier ‘craft’ brands</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Quality</strong>\r\n\r\nCask ale drinkers are among the most discerning. Meeting their high expectations is crucial to securing and keeping their custom (35% of cask drinkers would leave the pub and go elsewhere if they were served a poor quality drink). Activities and food offers will be effective only alongside the right range of beers served in consistently great condition.\r\n\r\nIf you don’t like, or drink cask yourself, hire someone who loves cask and put them in charge of the cask offering – cellar management, staff training, range planning and customer engagement.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"697\"><strong>Awards and Accolades</strong>\r\n\r\nMake your drinkers proud of your pub. Apply for Cask Marque accreditation, ensure your pub is on the local CAMRA ‘Pub of the Season’ shortlist, and enter local and national competitions, such as The Great British Pub Awards.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nCask ale drinkers spend an average £1,030 annually in the pub on drinks and food (30% more than the average pub-goer spend). This should be argument enough to persuade publicans to look after their cask ale drinkers.','','','inherit','closed','closed','','4122-revision-v1','','','2019-03-11 13:11:52','2019-03-11 13:11:52','',4122,'https://www.ontradeprogress.com/2019/03/11/4122-revision-v1/',0,'revision','',0),(4124,1,'2019-03-11 13:21:11','2019-03-11 13:21:11','','Cask drinkers are more likely to visit the pub','Cask drinkers are more likely to visit the pub','inherit','closed','closed','','drinkers-2','','','2019-03-11 13:24:57','2019-03-11 13:24:57','',4122,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Drinkers-2.jpg',0,'attachment','image/jpeg',0),(4125,1,'2019-03-11 13:26:03','2019-03-11 13:26:03','','Cask drinkers are more likely to visit the pub','','inherit','closed','closed','','_b153132-recruitment','','','2019-03-11 13:31:58','2019-03-11 13:31:58','',4122,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/B153132-RECRUITMENT.jpg',0,'attachment','image/jpeg',0),(4126,1,'2019-03-11 13:32:36','2019-03-11 13:32:36','<h1>Cask drinkers are more likely than anyone else to visit the pub. After all, cask conditioned ale is the one category of drink that cannot be purchased in a supermarket or corner shop. Sure, there are bottles and cans of ale, but nothing replicates the taste of ‘real’ ale – fresh, served cellar cool and drawn through a handpull.</h1>\r\nBut interestingly, cask ale drinkers bring other customers into the pub – not just for general visits, but for a wide range of occasions and events. 79% of cask drinkers have recently been for a meal or drinks with family, friends or colleagues. This compares with 57% of the general adult population. In other words, looking after your cask ale drinkers can improve your overall profitability. Here are Cask Marque’s tips to retain and recruit cask drinkers.\r\n<h3><strong>Food</strong></h3>\r\n[caption id=\"attachment_4125\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4125 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/B153132-RECRUITMENT-300x200.jpg\" alt=\"Cask drinkers are more likely to visit the pub\" width=\"300\" height=\"200\" /> Cask drinkers are more likely to visit the pub[/caption]\r\n\r\nFood plays a key role in attracting the cask drinker. Curry nights, pie and pint deals, bundle deals; all can help encourage return visits. Keep a permanent, well-recognised ale in your range and match it with a signature dish, such as Steak and Ale pie, or beer battered fish and chips.\r\n<h3><strong>Activities &amp; Events</strong></h3>\r\nCask drinkers are highly motivated by organised events such as pub quizzes, live music, TV big games, beer festivals, and traditional pub games such as darts and pool matches. Pubs that don’t run events appealing to cask drinkers stand to lose their custom to other venues that do.\r\n<h3><strong>Involvement</strong></h3>\r\nKeep cask drinkers involved and engaged by informing them what beers are on order and what beers are settling the cellar. Make sure staff have tasting notes on the back of pump clips so they can recommend guest ales with confidence and open up a conversation with the cask drinkers. Encourage them to offer Try Before You Buy samples for any guest ales which are unfamiliar to regular customers. Ask customers which guest ales they would like to see on the bar.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/\">Samtouch POS software offers a high level of features</a></li>\r\n</ul>\r\n<h3><strong>Social and Digital Presence</strong></h3>\r\nCask drinkers are also highly engaged with social media so keeping your Twitter feed, Instagram page and Facebook account updated with ‘News of the Brews’ is essential.  Apps, such as Caskfinder and Untappd, can also help drive cask drinkers into your pub.\r\n<h3><strong>Presentation</strong></h3>\r\nThink about the way you are presenting cask to the customer: smaller serve sizes for novice drinkers (for example 1/3 pint glasses), attractive glassware, and eye-catching merchandising will all position cask as a viable alternative to pricier ‘craft’ brands.\r\n<h3><strong>Quality</strong></h3>\r\nCask ale drinkers are among the most discerning. Meeting their high expectations is crucial to securing and keeping their custom (35% of cask drinkers would leave the pub and go elsewhere if they were served a poor quality drink). Activities and food offers will be effective only alongside the right range of beers served in consistently great condition.\r\n\r\nIf you don’t like, or drink cask yourself, hire someone who loves cask and put them in charge of the cask offering – cellar management, staff training, range planning and customer engagement.\r\n<h3><strong>Awards and Accolades</strong></h3>\r\nMake your drinkers proud of your pub. Apply for Cask Marque accreditation, ensure your pub is on the local CAMRA ‘Pub of the Season’ shortlist, and enter local and national competitions, such as The Great British Pub Awards.\r\n\r\nCask ale drinkers spend an average £1,030 annually in the pub on drinks and food (30% more than the average pub-goer spend). This should be argument enough to persuade publicans to look after their cask ale drinkers.','Looking after your Cask drinkers','','inherit','closed','closed','','4122-revision-v1','','','2019-03-11 13:32:36','2019-03-11 13:32:36','',4122,'https://www.ontradeprogress.com/2019/03/11/4122-revision-v1/',0,'revision','',0),(4127,1,'2019-03-13 10:27:29','2019-03-13 10:27:29','<h1>Bob Pease, CEO/president of the Brewers Association, the not-for-profit trade body representing small and independent American craft brewers, looks at the importance of quality on draught beer systems.</h1>\r\nThere is much to celebrate in American craft beer – more than 7,100 small and independent breweries with thousands more in planning, an impressive uptake of the Independent Craft Brewer Seal (over 4,100 breweries to date), an economic impact of more than $76 billion, the on-going innovation of the industry and much more.\r\n\r\nAs the number of breweries and new products increases, so too does the complexity of the draught beer landscape. Draught beer has always been an important part of brewery sales and many small and independent American craft brewers establish their brands on draught before packaging in bottles or cans. Today’s beer consumers are more knowledgeable and discerning than ever before, and just one bad experience can put off a potential craft drinker for life. As a result, there is a greater focus on draught beer quality and the need for a well-executed draught beer programme is at an all-time high.\r\n\r\nIn 2017, draught beer sales were estimated to be between 1.5-11per cent of the total U.S. beer market, the highest market share for draught beer since 1994.  Nielsen CGA estimated that almost 40 percent of draught beer sales last year were from small and independent brewers, demonstrating the importance of this format.\r\n\r\nWhen handled properly draught beer delivers what many consider to be the freshest, most flavourful beer available.  Many entities are involved in the installation and maintenance of draught systems making commonly agreed upon guidelines necessary to ensure beer is presented in optimal condition.\r\n\r\nHere at the Brewers Association, we have a Draught Beer Quality Subcommittee whose overriding mission is to improve the quality of draught beer dispensed to beer drinkers.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n</ul>\r\nSince 2007, its focus has been to develop a clear set of well-researched best practices for draught beer  via the Draught Beer Quality Manual (DBQM), available to download free of charge at <a href=\"http://www.draughtquality.org\">www.draughtquality.org</a>  Often called the bible of draught beer, the DBQM is considered the draught beer industry’s standard by manufacturers, installers, line cleaners, distributors, retailers and brewers worldwide.  The fourth edition will be published in spring 2019 by Brewers Publications and will include up-to-date recommendations and expanded graphics.  This will be available to download at draughtquality.org\r\n\r\nBeer systems require precise design, explicit operating conditions, and rigorous, regular maintenance to ensure the proper dispense of high-quality beer. A system’s age, condition of draught lines, past maintenance practices and styles of beer served can all impact on a draught system’s health.    Little scientific research has been done in the field of draught quality, perhaps not surprisingly due to the many variables, but the Brewers Association and the DBQ Subcommittee have been involved in research to learn more about the formation of biofilm in draught lines and best practices to remove it.  A focus is on the development of a standard ‘dirty beer line’  that could be used to test variables such as the efficacy of various chemical concentrations, flow rates and cleaning methodologies – static versus recirculation for example.  The full report will be published later this year.\r\n\r\nWe anticipate more brewery openings and a more competitive craft brewing industry than ever before. Quality, innovation and independence remains the hallmark of American craft brewing and we continue to see brewers experimenting and pushing the envelope both on the brewing and business side.\r\n\r\n<a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a>','Brewers Association: Draught beer quality - More important than ever','','publish','closed','open','','brewers-association-draught-beer-quality','','','2019-03-13 10:27:29','2019-03-13 10:27:29','',0,'https://www.ontradeprogress.com/?p=4127',0,'post','',0),(4128,1,'2019-03-11 14:09:09','2019-03-11 14:09:09','','Brewers Association: Draught beer quality - More important than ever','Brewers Association: Draught beer quality - More important than ever','inherit','closed','closed','','events','','','2019-03-11 14:10:46','2019-03-11 14:10:46','',4127,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Events.jpg',0,'attachment','image/jpeg',0),(4129,1,'2019-03-11 14:12:23','2019-03-11 14:12:23','<h1><em>Bob Pease, CEO/president of the Brewers Association, the not-for-profit trade body representing small and independent American craft brewers, looks at the importance of quality on draught beer systems.</em></h1>\r\nThere is much to celebrate in American craft beer – more than 7,100 small and independent breweries with thousands more in planning, an impressive uptake of the Independent Craft Brewer Seal (over 4,100 breweries to date), an economic impact of more than $76 billion, the on-going innovation of the industry and much more.\r\n\r\nAs the number of breweries and new products increases, so too does the complexity of the draught beer landscape. Draught beer has always been an important part of brewery sales and many small and independent American craft brewers establish their brands on draught before packaging in bottles or cans. Today’s beer consumers are more knowledgeable and discerning than ever before, and just one bad experience can put off a potential craft drinker for life. As a result, there is a greater focus on draught beer quality and the need for a well-executed draught beer programme is at an all-time high.\r\n\r\nIn 2017, draught beer sales were estimated to be between 1.5-11per cent of the total U.S. beer market, the highest market share for draught beer since 1994.  Nielsen CGA estimated that almost 40 percent of draught beer sales last year were from small and independent brewers, demonstrating the importance of this format.\r\n\r\nWhen handled properly draught beer delivers what many consider to be the freshest, most flavourful beer available.  Many entities are involved in the installation and maintenance of draught systems making commonly agreed upon guidelines necessary to ensure beer is presented in optimal condition.\r\n\r\nHere at the Brewers Association, we have a Draught Beer Quality Subcommittee whose overriding mission is to improve the quality of draught beer dispensed to beer drinkers.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n</ul>\r\nSince 2007, its focus has been to develop a clear set of well-researched best practices for draught beer  via the Draught Beer Quality Manual (DBQM), available to download free of charge at <a href=\"http://www.draughtquality.org\">www.draughtquality.org</a>  Often called the bible of draught beer, the DBQM is considered the draught beer industry’s standard by manufacturers, installers, line cleaners, distributors, retailers and brewers worldwide.  The fourth edition will be published in spring 2019 by Brewers Publications and will include up-to-date recommendations and expanded graphics.  This will be available to download at draughtquality.org\r\n\r\nBeer systems require precise design, explicit operating conditions, and rigorous, regular maintenance to ensure the proper dispense of high-quality beer. A system’s age, condition of draught lines, past maintenance practices and styles of beer served can all impact on a draught system’s health.    Little scientific research has been done in the field of draught quality, perhaps not surprisingly due to the many variables, but the Brewers Association and the DBQ Subcommittee have been involved in research to learn more about the formation of biofilm in draught lines and best practices to remove it.  A focus is on the development of a standard ‘dirty beer line’  that could be used to test variables such as the efficacy of various chemical concentrations, flow rates and cleaning methodologies – static versus recirculation for example.  The full report will be published later this year.\r\n\r\nWe anticipate more brewery openings and a more competitive craft brewing industry than ever before. Quality, innovation and independence remains the hallmark of American craft brewing and we continue to see brewers experimenting and pushing the envelope both on the brewing and business side.\r\n\r\n<a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a>','Brewers Association: Draught beer quality - More important than ever','','inherit','closed','closed','','4127-revision-v1','','','2019-03-11 14:12:23','2019-03-11 14:12:23','',4127,'https://www.ontradeprogress.com/2019/03/11/4127-revision-v1/',0,'revision','',0),(4130,1,'2019-03-14 08:19:08','2019-03-14 08:19:08','<h1><strong>Melitta Professional Coffee Solutions has announced the appointment of Brad Journet-Robins to the role of Head of Business Development, recruited to advance market share for sales of the company’s class-leading machines throughout 2019 and beyond.</strong></h1>\r\nBrad joins Melitta following a 30-year career with some of the industry’s most respected suppliers including UCC Coffee and Selecta UK &amp; Ireland. His appointment comes as Melitta’s machine division prepares itself for an exciting year, celebrating 111 years in business, as it showcases an unrivalled equipment range and dedicated aftersales service to a potential new business.\r\n\r\n<strong>Melitta Professional Coffee Solutions Managing Director, UK and Ireland, Jo Clarke</strong>, thinks there is no one better suited to this position, saying: “The wealth of experience that Brad brings to the role made his appointment a real no-brainer for us. His passion for this industry really shines through and he has already begun to use his extensive contacts book to accelerate our sales plan. We’re absolutely delighted to welcome him to the team.”\r\n\r\nSpeaking of his appointment,<strong> Brad</strong> <strong>adds:</strong> “Melitta is a company that I have always had the highest respect for, so it’s fantastic that I am able to finally work with them in this celebratory year! Their unswerving dedication to service and aftersales support, allied to a range of highly robust, premium machines, really chimed with my own ethos – that great coffee served from machines built to last should be a simple process.”\r\n\r\n<strong>To find out more about Melitta’s range of machines and dedicated service plans, contact <a href=\"mailto:professional@melitta.co.uk\">professional@melitta.co.uk</a> telephone:  01628 829888 or visit: <a href=\"http://www.melitta-professional.co.uk\">www.melitta-professional.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>','Melitta welcomes industry heavyweight','','publish','closed','open','','melitta-professional-coffee-solutions','','','2019-03-14 08:19:08','2019-03-14 08:19:08','',0,'https://www.ontradeprogress.com/?p=4130',0,'post','',0),(4131,1,'2019-03-11 15:00:53','2019-03-11 15:00:53','','Melitta Professional Coffee Solutions has recruited Brad Journet-Robins','Melitta Professional Coffee Solutions has recruited Brad Journet-Robins','inherit','closed','closed','','coffee-beans-618858_1920','','','2019-03-11 15:01:34','2019-03-11 15:01:34','',4130,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/coffee-beans-618858_1920.jpg',0,'attachment','image/jpeg',0),(4132,1,'2019-03-11 15:01:53','2019-03-11 15:01:53','<h1><strong>Melitta Professional Coffee Solutions has announced the appointment of Brad Journet-Robins to the role of Head of Business Development, recruited to advance market share for sales of the company’s class-leading machines throughout 2019 and beyond.</strong></h1>\r\nBrad joins Melitta following a 30-year career with some of the industry’s most respected suppliers including UCC Coffee and Selecta UK &amp; Ireland. His appointment comes as Melitta’s machine division prepares itself for an exciting year, celebrating 111 years in business, as it showcases an unrivalled equipment range and dedicated aftersales service to a potential new business.\r\n\r\n<strong>Melitta Professional Coffee Solutions Managing Director, UK and Ireland, Jo Clarke</strong>, thinks there is no one better suited to this position, saying: “The wealth of experience that Brad brings to the role made his appointment a real no-brainer for us. His passion for this industry really shines through and he has already begun to use his extensive contacts book to accelerate our sales plan. We’re absolutely delighted to welcome him to the team.”\r\n\r\nSpeaking of his appointment,<strong> Brad</strong> <strong>adds:</strong> “Melitta is a company that I have always had the highest respect for, so it’s fantastic that I am able to finally work with them in this celebratory year! Their unswerving dedication to service and aftersales support, allied to a range of highly robust, premium machines, really chimed with my own ethos – that great coffee served from machines built to last should be a simple process.”\r\n\r\n<strong>To find out more about Melitta’s range of machines and dedicated service plans, contact <a href=\"mailto:professional@melitta.co.uk\">professional@melitta.co.uk</a> telephone:  01628 829888 or visit: <a href=\"http://www.melitta-professional.co.uk\">www.melitta-professional.co.uk</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>','Melitta welcomes industry heavyweight','','inherit','closed','closed','','4130-revision-v1','','','2019-03-11 15:01:53','2019-03-11 15:01:53','',4130,'https://www.ontradeprogress.com/2019/03/11/4130-revision-v1/',0,'revision','',0),(4134,1,'2019-03-11 16:01:46','2019-03-11 16:01:46','<h1>I’m all for passion when it comes to beer – in fact, I think it’s essential to be passionate about a topic if you want to enthuse others about it, something I aim to do whenever I talk about beer. My only concern is that passion sometimes spills over into confrontation and even abuse.</h1>\r\nPlenty has been already said about the surprise decision by veteran London brewer Fuller’s to sell its brands and brewing operation to global brewer Asahi, so in adding my half-pint’s worth, I’ll say up front that I have friends in both the pub and beer side of the business, and I wish them all well.\r\n\r\nThe Griffin Brewery in Chiswick has been a beacon of beer innovation and quality for decades, with beers such as Fuller’s ESB often cited by craft beer pioneers in the US and elsewhere as a source of inspiration. On that basis, the change in ownership is clearly a concern, but I’m also happy to give Asahi the benefit of the doubt. It has been gradually assembling a portfolio of global beer brands – including Peroni and Pilsner Urquell – into which London Pride slots quite neatly.\r\n\r\n[caption id=\"attachment_4114\" align=\"alignright\" width=\"93\"]<img class=\"size-medium wp-image-4114\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/John-Porter_London-Pride-330ml-93x300.jpg\" alt=\"Brewer Fuller’s to sell its brands to global brewer Asahi\" width=\"93\" height=\"300\" /> Brewer Fuller’s to sell its brands to global brewer Asahi[/caption]\r\n\r\nWith a commitment in place from Asahi to continue to supply Fuller’s pubs, it may well be that we don’t notice much change here in the UK, and it’s the bars and retailer that Asahi supplies around the world that will enjoy the benefits of improved access to some great British beers.\r\n\r\nHowever, when people took to social media and other forums to express their views, some were fairly unpleasant to both the sellers and the new owners of new businesses and dismissive of the quality of the beer.\r\n\r\nThis isn’t isolated; I’ve heard a number of pub and bar operators complain about the language used in social media posts and elsewhere by some beer ‘enthusiasts’ when they take exception to a brand, usually on the basis of its ownership by a larger brewer.\r\n\r\nIf beer quality is poor or the beer being served has a fault, then it’s quite right to call out the brewer or bar. Taking exception to the beer being served on the basis of its ownership is also a perfectly legitimate position, but I’d argue that subjecting a business owner to abuse for is crossing a line.\r\n\r\nIt may sound trite, but most beers deserve a bit of love. Focus on the beers you enjoy, and if there are brands and brewers you’re not a fan of, fair enough – but try to respect other drinkers’ right to have a different opinion.\r\n\r\nOn which, Beer Day Britain 2019 will be upon us before we know it. This year’s celebration of our national drink takes place on is on June 15, marking the fifth year of the event – and all credit to my beery comrade Jane Peyton, who pioneered the event.\r\n\r\nPubs can take part by inviting customers to join in the national “cheers to beer” at 7pm on the day, and using the hashtag #CheersToBeer to promote it. A beer festival or beer and food matching event is also a great way to celebrate – and if you need a beer enthusiast to his, let me know.\r\n\r\nI reckon there are more deals and mergers to come in our very busy beer market. When it happens, let’s enjoy a passionate - and positive – debate over a pint.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n</ul>','Passion in fashion: Beer can stir strong emotions, says beer writer and sommelier John Porter','','inherit','closed','closed','','4113-revision-v1','','','2019-03-11 16:01:46','2019-03-11 16:01:46','',4113,'https://www.ontradeprogress.com/2019/03/11/4113-revision-v1/',0,'revision','',0),(4135,1,'2019-03-12 16:08:08','2019-03-12 16:08:08','<h1>Data published towards the end of last year by the Gambling Commission did not make fantastic reading for the pub sector. Test purchasing on Category C machines showed there was, unfortunately, a high level of underage play on machines in pubs and still much work to be done to ensure that underage customers are protected, and underage play stamped out in our venues.</h1>\r\nQuite obviously, underage play on pub machine is not acceptable and we need, collectively, to work hard to ensure it does not happen. UKH, our members, and the wider sector recognise this, and we take our responsibility to protect customers, particularly those at risk from harm, very seriously.\r\n\r\nThe pub environment presents unique issues for businesses trying to tackle this issue and managing machine access is not as straightforward as it is in, for instance, a bookmakers. Children are not permitted in a bookmaker, but they are allowed in a pub and very often families will come for a meal and drink along with their kids. That family-friendly atmosphere is one of the things that makes our sector so inviting, but self-evidently it will also cause the odd headache for businesses. Busy pubs are often noisy, filled with people toing and froing and it can be difficult to keep an eye on every customer.\r\n\r\n[caption id=\"attachment_4137\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4137\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/shutterstock_127245779-300x200.jpg\" alt=\"Data from the Gambling Commission doesn\'t reflect well for pubs\" width=\"300\" height=\"200\" /> Data from the Gambling Commission doesn\'t reflect well for pubs[/caption]\r\n\r\nThat does not in itself excuse pubs from their responsibilities. If you’re going to play the game, you’ve got to learn to play it right, and that goes for businesses as well as customers.  There is certainly room to improve and if a pub has an amusement machine on-site, ensuring safe and legal play should be very near the top of that pub’s list of priorities.\r\n\r\nFollowing the test purchase reports, UKHospitality wrote to the Gambling Commission to acknowledge the issue and offer our help to combat it. In December, we met with them to highlight the ongoing work the sector carries out and to gain more of an insight into the Commission’s concerns. Working closely with our members, we have developed a code of practice to help businesses manage their machines more effectively, ensure relevant signage and guidance is visible and, ultimately, reduce the likelihood of children accessing amusement machines. Staff training will be enhanced for all types of pub operation, and we and stakeholders will promote best practice and highlight examples of where businesses are getting it right.\r\n\r\n<strong>Compared to our main business of great food and drink, amusement machines represent a relatively small income stream for most pubs, but it is a vital revenue stream for many venues and one we do not wish to see dry up. With the current political turmoil overshadowing everything else, it can be easy to gloss over other less glamorous, but no less important issues. In many respects, Brexit means that it cannot be business as usual for venues, but the reality is that the usual businesses still need to be addressed, and responsible gaming is no exception.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware - Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats to Ontrade Progress</a></li>\r\n</ul>','UKHospitality: The report from the Gambling Commission doesn\'t reflect well for the pub sector','','publish','closed','open','','gambling-commission-ukhospitality','','','2019-03-12 16:08:08','2019-03-12 16:08:08','',0,'https://www.ontradeprogress.com/?p=4135',0,'post','',0),(4136,1,'2019-03-12 09:30:28','2019-03-12 09:30:28','','Data from the Gambling Commission doesn\'t reflect well for pubs','Data from the Gambling Commission doesn\'t reflect well for pubs','inherit','closed','closed','','slot-machine-159972_1280','','','2019-03-12 09:32:02','2019-03-12 09:32:02','',4135,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/slot-machine-159972_1280.png',0,'attachment','image/png',0),(4137,1,'2019-03-12 09:31:26','2019-03-12 09:31:26','','Data from the Gambling Commission doesn\'t reflect well for pubs','Data from the Gambling Commission doesn\'t reflect well for pubs','inherit','closed','closed','','shutterstock_127245779','','','2019-03-12 09:42:37','2019-03-12 09:42:37','',4135,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/shutterstock_127245779.jpg',0,'attachment','image/jpeg',0),(4138,1,'2019-03-12 09:32:27','2019-03-12 09:32:27','<h1>Data published towards the end of last year by the Gambling Commission did not make fantastic reading for the pub sector. Test purchasing on Category C machines showed there was, unfortunately, a high level of underage play on machines in pubs and still much work to be done to ensure that underage customers are protected, and underage play stamped out in our venues.</h1>\r\nQuite obviously, underage play on pub machine is not acceptable and we need, collectively, to work hard to ensure it does not happen. UKH, our members, and the wider sector recognise this, and we take our responsibility to protect customers, particularly those at risk from harm, very seriously.\r\n\r\nThe pub environment presents unique issues for businesses trying to tackle this issue and managing machine access is not as straightforward as it is in, for instance, a bookmakers. Children are not permitted in a bookmaker, but they are allowed in a pub and very often families will come for a meal and drink along with their kids. That family-friendly atmosphere is one of the things that makes our sector so inviting, but self-evidently it will also cause the odd headache for businesses. Busy pubs are often noisy, filled with people toing and froing and it can be difficult to keep an eye on every customer.\r\n\r\nThat does not in itself excuse pubs from their responsibilities. If you’re going to play the game, you’ve got to learn to play it right, and that goes for businesses as well as customers.  There is certainly room to improve and if a pub has an amusement machine on-site, ensuring safe and legal play should be very near the top of that pub’s list of priorities.\r\n\r\nFollowing the test purchase reports, UKHospitality wrote to the Gambling Commission to acknowledge the issue and offer our help to combat it. In December, we met with them to highlight the ongoing work the sector carries out and to gain more of an insight into the Commission’s concerns. Working closely with our members, we have developed a code of practice to help businesses manage their machines more effectively, ensure relevant signage and guidance is visible and, ultimately, reduce the likelihood of children accessing amusement machines. Staff training will be enhanced for all types of pub operation, and we and stakeholders will promote best practice and highlight examples of where businesses are getting it right.\r\n\r\n<strong>Compared to our main business of great food and drink, amusement machines represent a relatively small income stream for most pubs, but it is a vital revenue stream for many venues and one we do not wish to see dry up. With the current political turmoil overshadowing everything else, it can be easy to gloss over other less glamorous, but no less important issues. In many respects, Brexit means that it cannot be business as usual for venues, but the reality is that the usual businesses still need to be addressed, and responsible gaming is no exception</strong>','UKHospitality: The report from the Gambling Commission doesn\'t reflect well for the pub sector','','inherit','closed','closed','','4135-revision-v1','','','2019-03-12 09:32:27','2019-03-12 09:32:27','',4135,'https://www.ontradeprogress.com/2019/03/12/4135-revision-v1/',0,'revision','',0),(4139,1,'2019-03-12 09:45:52','2019-03-12 09:45:52','<h1>Data published towards the end of last year by the Gambling Commission did not make fantastic reading for the pub sector. Test purchasing on Category C machines showed there was, unfortunately, a high level of underage play on machines in pubs and still much work to be done to ensure that underage customers are protected, and underage play stamped out in our venues.</h1>\r\nQuite obviously, underage play on pub machine is not acceptable and we need, collectively, to work hard to ensure it does not happen. UKH, our members, and the wider sector recognise this, and we take our responsibility to protect customers, particularly those at risk from harm, very seriously.\r\n\r\nThe pub environment presents unique issues for businesses trying to tackle this issue and managing machine access is not as straightforward as it is in, for instance, a bookmakers. Children are not permitted in a bookmaker, but they are allowed in a pub and very often families will come for a meal and drink along with their kids. That family-friendly atmosphere is one of the things that makes our sector so inviting, but self-evidently it will also cause the odd headache for businesses. Busy pubs are often noisy, filled with people toing and froing and it can be difficult to keep an eye on every customer.\r\n\r\n[caption id=\"attachment_4137\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4137\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/shutterstock_127245779-300x200.jpg\" alt=\"Data from the Gambling Commission doesn\'t reflect well for pubs\" width=\"300\" height=\"200\" /> Data from the Gambling Commission doesn\'t reflect well for pubs[/caption]\r\n\r\nThat does not in itself excuse pubs from their responsibilities. If you’re going to play the game, you’ve got to learn to play it right, and that goes for businesses as well as customers.  There is certainly room to improve and if a pub has an amusement machine on-site, ensuring safe and legal play should be very near the top of that pub’s list of priorities.\r\n\r\nFollowing the test purchase reports, UKHospitality wrote to the Gambling Commission to acknowledge the issue and offer our help to combat it. In December, we met with them to highlight the ongoing work the sector carries out and to gain more of an insight into the Commission’s concerns. Working closely with our members, we have developed a code of practice to help businesses manage their machines more effectively, ensure relevant signage and guidance is visible and, ultimately, reduce the likelihood of children accessing amusement machines. Staff training will be enhanced for all types of pub operation, and we and stakeholders will promote best practice and highlight examples of where businesses are getting it right.\r\n\r\n<strong>Compared to our main business of great food and drink, amusement machines represent a relatively small income stream for most pubs, but it is a vital revenue stream for many venues and one we do not wish to see dry up. With the current political turmoil overshadowing everything else, it can be easy to gloss over other less glamorous, but no less important issues. In many respects, Brexit means that it cannot be business as usual for venues, but the reality is that the usual businesses still need to be addressed, and responsible gaming is no exception.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware - Allan Stevenson</a></li>\r\n</ul>','UKHospitality: The report from the Gambling Commission doesn\'t reflect well for the pub sector','','inherit','closed','closed','','4135-revision-v1','','','2019-03-12 09:45:52','2019-03-12 09:45:52','',4135,'https://www.ontradeprogress.com/2019/03/12/4135-revision-v1/',0,'revision','',0),(4140,1,'2019-03-12 09:47:33','2019-03-12 09:47:33','<h1>Data published towards the end of last year by the Gambling Commission did not make fantastic reading for the pub sector. Test purchasing on Category C machines showed there was, unfortunately, a high level of underage play on machines in pubs and still much work to be done to ensure that underage customers are protected, and underage play stamped out in our venues.</h1>\r\nQuite obviously, underage play on pub machine is not acceptable and we need, collectively, to work hard to ensure it does not happen. UKH, our members, and the wider sector recognise this, and we take our responsibility to protect customers, particularly those at risk from harm, very seriously.\r\n\r\nThe pub environment presents unique issues for businesses trying to tackle this issue and managing machine access is not as straightforward as it is in, for instance, a bookmakers. Children are not permitted in a bookmaker, but they are allowed in a pub and very often families will come for a meal and drink along with their kids. That family-friendly atmosphere is one of the things that makes our sector so inviting, but self-evidently it will also cause the odd headache for businesses. Busy pubs are often noisy, filled with people toing and froing and it can be difficult to keep an eye on every customer.\r\n\r\n[caption id=\"attachment_4137\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4137\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/shutterstock_127245779-300x200.jpg\" alt=\"Data from the Gambling Commission doesn\'t reflect well for pubs\" width=\"300\" height=\"200\" /> Data from the Gambling Commission doesn\'t reflect well for pubs[/caption]\r\n\r\nThat does not in itself excuse pubs from their responsibilities. If you’re going to play the game, you’ve got to learn to play it right, and that goes for businesses as well as customers.  There is certainly room to improve and if a pub has an amusement machine on-site, ensuring safe and legal play should be very near the top of that pub’s list of priorities.\r\n\r\nFollowing the test purchase reports, UKHospitality wrote to the Gambling Commission to acknowledge the issue and offer our help to combat it. In December, we met with them to highlight the ongoing work the sector carries out and to gain more of an insight into the Commission’s concerns. Working closely with our members, we have developed a code of practice to help businesses manage their machines more effectively, ensure relevant signage and guidance is visible and, ultimately, reduce the likelihood of children accessing amusement machines. Staff training will be enhanced for all types of pub operation, and we and stakeholders will promote best practice and highlight examples of where businesses are getting it right.\r\n\r\n<strong>Compared to our main business of great food and drink, amusement machines represent a relatively small income stream for most pubs, but it is a vital revenue stream for many venues and one we do not wish to see dry up. With the current political turmoil overshadowing everything else, it can be easy to gloss over other less glamorous, but no less important issues. In many respects, Brexit means that it cannot be business as usual for venues, but the reality is that the usual businesses still need to be addressed, and responsible gaming is no exception.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware - Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats to Ontrade Progress</a></li>\r\n</ul>','UKHospitality: The report from the Gambling Commission doesn\'t reflect well for the pub sector','','inherit','closed','closed','','4135-revision-v1','','','2019-03-12 09:47:33','2019-03-12 09:47:33','',4135,'https://www.ontradeprogress.com/2019/03/12/4135-revision-v1/',0,'revision','',0),(4141,1,'2019-03-15 08:33:33','2019-03-15 08:33:33','<h1>OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.</h1>\r\nWellness in the hospitality industry is a subject commonly brushed under the carpet, however, working in the industry can be one of the most demanding jobs, both physically and mentally. With unsociable hours &amp; poor staff treatment, it’s no surprise many businesses have a quick staff turnover.\r\n\r\nLove Drinks have created the Love Well Initiative to help staff and business owners understand the importance of health &amp; wellness at work and design a simple strategy for building a healthier, more profitable business.\r\n\r\nThe programme is made up of workshops and other activities that bar staff, chefs etc can get involved in, such as fitness &amp; meditation sessions. Love Drinks have brought Healthy Hospo in to assist with these workshops, and MiBODY to also run the fitness sessions.\r\n\r\nWorking in hospitality is demanding, both physically and mentally for every member of your team. Your staff are your biggest asset and are key to the success or failure of your business. Big businesses have long known that the health and wellness of their staff is key to the success of their business, and gone are the days of working people until burnout and then just replacing them with a younger version.\r\n\r\n<strong>Your staff are your biggest asset and are key to the success or failure of your business…</strong>\r\n\r\nLike a sports team, your staff should be in peak condition to achieve peak performance and deliver maximum value.\r\n\r\n<strong>On-trade operators, managers or staff members looking for further information on the LOVE WELL initiative or support menu can contact livewell@lovedrinks.co.uk</strong>','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.','','publish','closed','open','','healthy-hospo-love-well-love-drinks','','','2019-03-15 08:33:33','2019-03-15 08:33:33','',0,'https://www.ontradeprogress.com/?p=4141',0,'post','',0),(4142,1,'2019-03-12 09:57:43','2019-03-12 09:57:43','<h1>OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.</h1>\r\nWellness in the hospitality industry is a subject commonly brushed under the carpet, however, working in the industry can be one of the most demanding jobs, both physically and mentally. With unsociable hours &amp; poor staff treatment, it’s no surprise many businesses have a quick staff turnover.\r\n\r\nLove Drinks have created the Love Well Initiative to help staff and business owners understand the importance of health &amp; wellness at work and design a simple strategy for building a healthier, more profitable business.\r\n\r\nThe programme is made up of workshops and other activities that bar staff, chefs etc can get involved in, such as fitness &amp; meditation sessions. Love Drinks have brought Healthy Hospo in to assist with these workshops, and MiBODY to also run the fitness sessions.\r\n\r\nWorking in hospitality is demanding, both physically and mentally for every member of your team. Your staff are your biggest asset and are key to the success or failure of your business. Big businesses have long known that the health and wellness of their staff is key to the success of their business, and gone are the days of working people until burnout and then just replacing them with a younger version.\r\n\r\n<strong>Your staff are your biggest asset and are key to the success or failure of your business…</strong>\r\n\r\nLike a sports team, your staff should be in peak condition to achieve peak performance and deliver maximum value.\r\n\r\n<strong>On-trade operators, managers or staff members looking for further information on the L?VE WELL initiative or support menu can contact livewell@lovedrinks.co.uk</strong>','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.','','inherit','closed','closed','','4141-revision-v1','','','2019-03-12 09:57:43','2019-03-12 09:57:43','',4141,'https://www.ontradeprogress.com/2019/03/12/4141-revision-v1/',0,'revision','',0),(4143,1,'2019-03-12 10:13:33','2019-03-12 10:13:33','','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.','inherit','closed','closed','','img_9580','','','2019-03-12 10:14:32','2019-03-12 10:14:32','',4141,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/IMG_9580.jpg',0,'attachment','image/jpeg',0),(4144,1,'2019-03-12 10:15:41','2019-03-12 10:15:41','<h1>OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.</h1>\r\nWellness in the hospitality industry is a subject commonly brushed under the carpet, however, working in the industry can be one of the most demanding jobs, both physically and mentally. With unsociable hours &amp; poor staff treatment, it’s no surprise many businesses have a quick staff turnover.\r\n\r\nLove Drinks have created the Love Well Initiative to help staff and business owners understand the importance of health &amp; wellness at work and design a simple strategy for building a healthier, more profitable business.\r\n\r\nThe programme is made up of workshops and other activities that bar staff, chefs etc can get involved in, such as fitness &amp; meditation sessions. Love Drinks have brought Healthy Hospo in to assist with these workshops, and MiBODY to also run the fitness sessions.\r\n\r\nWorking in hospitality is demanding, both physically and mentally for every member of your team. Your staff are your biggest asset and are key to the success or failure of your business. Big businesses have long known that the health and wellness of their staff is key to the success of their business, and gone are the days of working people until burnout and then just replacing them with a younger version.\r\n\r\n<strong>Your staff are your biggest asset and are key to the success or failure of your business…</strong>\r\n\r\nLike a sports team, your staff should be in peak condition to achieve peak performance and deliver maximum value.\r\n\r\n<strong>On-trade operators, managers or staff members looking for further information on the LOVE WELL initiative or support menu can contact livewell@lovedrinks.co.uk</strong>','OTP recently attended the Love Well workshop hosted by Love Drinks in association with Healthy Hospo.','','inherit','closed','closed','','4141-revision-v1','','','2019-03-12 10:15:41','2019-03-12 10:15:41','',4141,'https://www.ontradeprogress.com/2019/03/12/4141-revision-v1/',0,'revision','',0),(4145,1,'2019-03-18 08:19:13','2019-03-18 08:19:13','<h1>Email marketing is widely praised as giving the highest return on investment of all the marketing channels. Here are some do’s and don’ts to help you make the most of it.</h1>\r\n<strong>Do </strong>spend a little time on your subject line. It’s easy to focus on the content of your email campaign, carefully crafting the images and message, and add in the subject line almost as an afterthought before you hit send. Your subject line is the biggest deciding factor on whether a subscriber opens your email – and if they don’t, they’ll never see that killer content! So, it’s actually one of the most important elements. Take your time – write down five or six options and then pick the strongest, it’ll be well worth the effort.\r\n\r\n<strong>Don’t </strong>overload your subscribers. It’s tempting, especially if you have achieved some great results, to up the frequency of your sends. The key here is to experiment – you may well be able to send a little more often and continue to enjoy good results. But, there will come a point where your open rates decline and unsubscribes increase. So, keep a close eye on these metrics to identify the sweet spot for your business. You can also use those metrics to identify users who are happy to receive more regular content – why not put them into a separate list to send to more frequently? That way you are keeping your activity going without annoying your less engaged list members.\r\n\r\n<strong>Do </strong>take advantage of automation. When a person joins your subscriber list, rather than just adding them to the next generic newsletter, why not send a welcome email – which can be automatically triggered to send once a person subscribes. It’s a chance to build some anticipation for your next campaign and could also be used to share an exclusive voucher as a thank you for joining your mailing list. You may wish to have a whole series of automated emails – most platforms will give you the option to send several, and you can specify how many days apart they should be sent. Automation really is win-win – you will be sending timely and relevant emails, and generating traffic to your site, all without lifting a finger!\r\n\r\n<strong>Don’t </strong>forget about mobile. The default view for building an email campaign is usually desktop, but remember that over half of emails are opened on smartphones – even more in B2C marketplaces. So, a few design points to bear in mind. Firstly, make sure your call to action buttons are clear, spaced out and large enough to be easily tapped. Keep an eye on your font size too – no-one wants to be squinting at their smartphone! Finally, consider the length of your email. On mobile, content stacks and the width is also far smaller than a desktop screen. This means that there is far more scrolling needed for the same content on mobile, and it can be off-putting to have to go a long way! To avoid lengthy scrolling, house longer content on bespoke landing pages that your email can link through to.\r\n\r\n<strong>Do </strong>give us a call if you need a hand! Fat Media are a leading digital agency with a wealth of email marketing experience in the hospitality sector. Whether you are looking for a new template design, help setting up automation, or simply some advice on how to improve your email marketing, we can help. Get in touch on 01524 548948 or <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a> – or check out <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats to Ontrade Progress</a></li>\r\n</ul>','The do\'s and don\'ts of email marketing from Fat Media','','publish','closed','open','','effective-email-marketing-fat-media','','','2019-03-18 08:19:13','2019-03-18 08:19:13','',0,'https://www.ontradeprogress.com/?p=4145',0,'post','',0),(4146,1,'2019-03-12 10:33:18','2019-03-12 10:33:18','','Email marketing is widely praised as giving the highest return on investment','Email marketing is widely praised as giving the highest return on investment','inherit','closed','closed','','hand-895588_1920','','','2019-03-12 10:33:54','2019-03-12 10:33:54','',4145,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/hand-895588_1920.jpg',0,'attachment','image/jpeg',0),(4147,1,'2019-03-12 10:34:01','2019-03-12 10:34:01','<h1>Email marketing is widely praised as giving the highest return on investment of all the marketing channels. Here are some do’s and don’ts to help you make the most of it.</h1>\r\n<strong>Do </strong>spend a little time on your subject line. It’s easy to focus on the content of your email campaign, carefully crafting the images and message, and add in the subject line almost as an afterthought before you hit send. Your subject line is the biggest deciding factor on whether a subscriber opens your email – and if they don’t, they’ll never see that killer content! So, it’s actually one of the most important elements. Take your time – write down five or six options and then pick the strongest, it’ll be well worth the effort.\r\n\r\n<strong>Don’t </strong>overload your subscribers. It’s tempting, especially if you have achieved some great results, to up the frequency of your sends. The key here is to experiment – you may well be able to send a little more often and continue to enjoy good results. But, there will come a point where your open rates decline and unsubscribes increase. So, keep a close eye on these metrics to identify the sweet spot for your business. You can also use those metrics to identify users who are happy to receive more regular content – why not put them into a separate list to send to more frequently? That way you are keeping your activity going without annoying your less engaged list members.\r\n\r\n<strong>Do </strong>take advantage of automation. When a person joins your subscriber list, rather than just adding them to the next generic newsletter, why not send a welcome email – which can be automatically triggered to send once a person subscribes. It’s a chance to build some anticipation for your next campaign and could also be used to share an exclusive voucher as a thank you for joining your mailing list. You may wish to have a whole series of automated emails – most platforms will give you the option to send several, and you can specify how many days apart they should be sent. Automation really is win-win – you will be sending timely and relevant emails, and generating traffic to your site, all without lifting a finger!\r\n\r\n<strong>Don’t </strong>forget about mobile. The default view for building an email campaign is usually desktop, but remember that over half of emails are opened on smartphones – even more in B2C marketplaces. So, a few design points to bear in mind. Firstly, make sure your call to action buttons are clear, spaced out and large enough to be easily tapped. Keep an eye on your font size too – no-one wants to be squinting at their smartphone! Finally, consider the length of your email. On mobile, content stacks and the width is also far smaller than a desktop screen. This means that there is far more scrolling needed for the same content on mobile, and it can be off-putting to have to go a long way! To avoid lengthy scrolling, house longer content on bespoke landing pages that your email can link through to.\r\n\r\n<strong>Do </strong>give us a call if you need a hand! Fat Media are a leading digital agency with a wealth of email marketing experience in the hospitality sector. Whether you are looking for a new template design, help setting up automation, or simply some advice on how to improve your email marketing, we can help. Get in touch on 01524 548948 or <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a> – or check out <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information.','The do\'s and don\'ts of email marketing from Fat Media','','inherit','closed','closed','','4145-revision-v1','','','2019-03-12 10:34:01','2019-03-12 10:34:01','',4145,'https://www.ontradeprogress.com/2019/03/12/4145-revision-v1/',0,'revision','',0),(4148,1,'2019-03-12 10:44:39','2019-03-12 10:44:39','<h1>Email marketing is widely praised as giving the highest return on investment of all the marketing channels. Here are some do’s and don’ts to help you make the most of it.</h1>\r\n<strong>Do </strong>spend a little time on your subject line. It’s easy to focus on the content of your email campaign, carefully crafting the images and message, and add in the subject line almost as an afterthought before you hit send. Your subject line is the biggest deciding factor on whether a subscriber opens your email – and if they don’t, they’ll never see that killer content! So, it’s actually one of the most important elements. Take your time – write down five or six options and then pick the strongest, it’ll be well worth the effort.\r\n\r\n<strong>Don’t </strong>overload your subscribers. It’s tempting, especially if you have achieved some great results, to up the frequency of your sends. The key here is to experiment – you may well be able to send a little more often and continue to enjoy good results. But, there will come a point where your open rates decline and unsubscribes increase. So, keep a close eye on these metrics to identify the sweet spot for your business. You can also use those metrics to identify users who are happy to receive more regular content – why not put them into a separate list to send to more frequently? That way you are keeping your activity going without annoying your less engaged list members.\r\n\r\n<strong>Do </strong>take advantage of automation. When a person joins your subscriber list, rather than just adding them to the next generic newsletter, why not send a welcome email – which can be automatically triggered to send once a person subscribes. It’s a chance to build some anticipation for your next campaign and could also be used to share an exclusive voucher as a thank you for joining your mailing list. You may wish to have a whole series of automated emails – most platforms will give you the option to send several, and you can specify how many days apart they should be sent. Automation really is win-win – you will be sending timely and relevant emails, and generating traffic to your site, all without lifting a finger!\r\n\r\n<strong>Don’t </strong>forget about mobile. The default view for building an email campaign is usually desktop, but remember that over half of emails are opened on smartphones – even more in B2C marketplaces. So, a few design points to bear in mind. Firstly, make sure your call to action buttons are clear, spaced out and large enough to be easily tapped. Keep an eye on your font size too – no-one wants to be squinting at their smartphone! Finally, consider the length of your email. On mobile, content stacks and the width is also far smaller than a desktop screen. This means that there is far more scrolling needed for the same content on mobile, and it can be off-putting to have to go a long way! To avoid lengthy scrolling, house longer content on bespoke landing pages that your email can link through to.\r\n\r\n<strong>Do </strong>give us a call if you need a hand! Fat Media are a leading digital agency with a wealth of email marketing experience in the hospitality sector. Whether you are looking for a new template design, help setting up automation, or simply some advice on how to improve your email marketing, we can help. Get in touch on 01524 548948 or <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a> – or check out <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> for more information.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats to Ontrade Progress</a></li>\r\n</ul>','The do\'s and don\'ts of email marketing from Fat Media','','inherit','closed','closed','','4145-revision-v1','','','2019-03-12 10:44:39','2019-03-12 10:44:39','',4145,'https://www.ontradeprogress.com/2019/03/12/4145-revision-v1/',0,'revision','',0),(4149,1,'2019-03-18 08:20:16','2019-03-18 08:20:16','<h1><strong>Following the recent release of <a href=\"https://www.sky-linedesign.co.uk/\">Skyline</a> Design’s new catalogue for 2019, Ontrade Progress takes an overview of the collections.</strong></h1>\r\nSkyline Design was originally established as Kingsway Cane Furniture in 1978. With more than 32 years of experience in the designing &amp; manufacturing of the highest quality of natural Rattan including all-year-round weather wicker garden furniture from the brand that is Skyline Design.\r\n\r\n[caption id=\"attachment_4151\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-4151\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-2-LR-684x1024-200x300.jpg\" alt=\"Skyline Design release their outdoor furniture catalogue\" width=\"200\" height=\"300\" /> Skyline Design release their outdoor furniture catalogue[/caption]\r\n\r\nLuxury products is at the heart of Skyline Design, and their latest catalogue lives up to the expectations.\r\n\r\nThis all-weather outdoor furniture includes corner sofas and footstools to make the most of the space available, chill out pieces such as hanging chairs and loungers for total relaxation, along with impressive outdoor hospitality tables and matching chairs for two to six (or more). They also produce shaded seating, parasols and rattan screens for semi-privacy.\r\n\r\nThe Horizon collection features a range outdoor furniture like loungers, dining tables, chairs and sofas. All with a consistent trend of vertical fabrics, pulled taut between the carbon matt aluminium structure of each piece. Giving a premium modern look, with high-quality manufacturing to match.\r\n\r\nThe Ona collection is one that will tick all the modern design boxes. The structures of the furniture are made of a tightly weaved anthracite poly strap, arched over to support the back pieces of the furniture. The fabric used is Panorama Cloud, a soft grey, which compliments the dark weave. This is then sat on a natural teak base, the perfect minimal style furniture.\r\n\r\n[caption id=\"attachment_4152\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-4152\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-5-LR-684x1024-200x300.jpg\" alt=\"Skyline Design release their outdoor furniture catalogue \" width=\"200\" height=\"300\" /> Skyline Design release their outdoor furniture catalogue[/caption]\r\n\r\nWhen choosing, you can rely on their four decades of solid experience in manufacturing luxuriously comfortable garden seating of superior quality. There is a wide choice of colours, from timeless black or white to relaxing leafy shades of rich brown, relaxing grey or fashionable beige (and more) to match your outdoor space. Finishes and styles vary from classic to super-modern, to suit every preference. All their rattan outdoor furniture products are manufactured by skilled craftsmen who work to the highest standards using modern materials and the latest manufacturing technology. The results are strikingly elegant in appearance with an air of sumptuousness, sure to enhance the appearance of any outdoor seating area.\r\n\r\nFinally, if used near a swimming pool, their durable outdoor furniture is salt and chlorine resistant and withstands an extremely wide range of temperatures.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n</ul>','Skyline Design release their outdoor furniture catalogue - So we took a look','','publish','closed','open','','outdoor-furniture-skyline-design','','','2019-03-18 08:20:16','2019-03-18 08:20:16','',0,'https://www.ontradeprogress.com/?p=4149',0,'post','',0),(4150,1,'2019-03-12 11:26:10','2019-03-12 11:26:10','','Skyline Design release their outdoor furniture catalogue','Skyline Design release their outdoor furniture catalogue ','inherit','closed','closed','','horizon-detail-1-lr-1-1024x684','','','2019-03-12 11:27:36','2019-03-12 11:27:36','',4149,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-1-LR-1-1024x684.jpg',0,'attachment','image/jpeg',0),(4151,1,'2019-03-12 11:26:39','2019-03-12 11:26:39','','Skyline Design release their outdoor furniture catalogue','Skyline Design release their outdoor furniture catalogue ','inherit','closed','closed','','horizon-detail-2-lr-684x1024','','','2019-03-12 11:27:58','2019-03-12 11:27:58','',4149,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-2-LR-684x1024.jpg',0,'attachment','image/jpeg',0),(4152,1,'2019-03-12 11:27:06','2019-03-12 11:27:06','','Skyline Design release their outdoor furniture catalogue','Skyline Design release their outdoor furniture catalogue ','inherit','closed','closed','','horizon-detail-5-lr-684x1024','','','2019-03-12 11:28:50','2019-03-12 11:28:50','',4149,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-5-LR-684x1024.jpg',0,'attachment','image/jpeg',0),(4153,1,'2019-03-12 11:27:37','2019-03-12 11:27:37','<strong>Following the recent release of Skyline Design’s new catalogue for 2019, Ontrade Progress takes an overview of the collections.</strong>\r\n\r\nSkyline Design was originally established as Kingsway Cane Furniture in 1978. With more than 32 years of experience in the designing &amp; manufacturing of the highest quality of natural Rattan including all-year-round weather wicker garden furniture from the brand that is Skyline Design.\r\n\r\nLuxury products is at the heart of Skyline Design, and their latest catalogue lives up to the expectations.\r\n\r\nThis all-weather outdoor furniture includes corner sofas and footstools to make the most of the space available, chill out pieces such as hanging chairs and loungers for total relaxation, along with impressive outdoor hospitality tables and matching chairs for two to six (or more). They also produce shaded seating, parasols and rattan screens for semi-privacy.\r\n\r\nThe Horizon collection features a range outdoor furniture like loungers, dining tables, chairs and sofas. All with a consistent trend of vertical fabrics, pulled taut between the carbon matt aluminium structure of each piece. Giving a premium modern look, with high-quality manufacturing to match.\r\n\r\nThe Ona collection is one that will tick all the modern design boxes. The structures of the furniture are made of a tightly weaved anthracite poly strap, arched over to support the back pieces of the furniture. The fabric used is Panorama Cloud, a soft grey, which compliments the dark weave. This is then sat on a natural teak base, the perfect minimal style furniture.\r\n\r\nWhen choosing, you can rely on their four decades of solid experience in manufacturing luxuriously comfortable garden seating of superior quality. There is a wide choice of colours, from timeless black or white to relaxing leafy shades of rich brown, relaxing grey or fashionable beige (and more) to match your outdoor space. Finishes and styles vary from classic to super-modern, to suit every preference. All their rattan outdoor furniture products are manufactured by skilled craftsmen who work to the highest standards using modern materials and the latest manufacturing technology. The results are strikingly elegant in appearance with an air of sumptuousness, sure to enhance the appearance of any outdoor seating area.\r\n\r\nFinally, if used near a swimming pool, their durable outdoor furniture is salt and chlorine resistant and withstands an extremely wide range of temperatures.','Skyline Design release their outdoor furniture catalogue - So we took a look','','inherit','closed','closed','','4149-revision-v1','','','2019-03-12 11:27:37','2019-03-12 11:27:37','',4149,'https://www.ontradeprogress.com/2019/03/12/4149-revision-v1/',0,'revision','',0),(4154,1,'2019-03-12 11:29:15','2019-03-12 11:29:15','<strong>Following the recent release of Skyline Design’s new catalogue for 2019, Ontrade Progress takes an overview of the collections.</strong>\r\n\r\nSkyline Design was originally established as Kingsway Cane Furniture in 1978. With more than 32 years of experience in the designing &amp; manufacturing of the highest quality of natural Rattan including all-year-round weather wicker garden furniture from the brand that is Skyline Design.\r\n\r\n[caption id=\"attachment_4151\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-4151\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-2-LR-684x1024-200x300.jpg\" alt=\"Skyline Design release their outdoor furniture catalogue\" width=\"200\" height=\"300\" /> Skyline Design release their outdoor furniture catalogue[/caption]\r\n\r\nLuxury products is at the heart of Skyline Design, and their latest catalogue lives up to the expectations.\r\n\r\nThis all-weather outdoor furniture includes corner sofas and footstools to make the most of the space available, chill out pieces such as hanging chairs and loungers for total relaxation, along with impressive outdoor hospitality tables and matching chairs for two to six (or more). They also produce shaded seating, parasols and rattan screens for semi-privacy.\r\n\r\nThe Horizon collection features a range outdoor furniture like loungers, dining tables, chairs and sofas. All with a consistent trend of vertical fabrics, pulled taut between the carbon matt aluminium structure of each piece. Giving a premium modern look, with high-quality manufacturing to match.\r\n\r\nThe Ona collection is one that will tick all the modern design boxes. The structures of the furniture are made of a tightly weaved anthracite poly strap, arched over to support the back pieces of the furniture. The fabric used is Panorama Cloud, a soft grey, which compliments the dark weave. This is then sat on a natural teak base, the perfect minimal style furniture.\r\n\r\n[caption id=\"attachment_4152\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-4152\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-5-LR-684x1024-200x300.jpg\" alt=\"Skyline Design release their outdoor furniture catalogue \" width=\"200\" height=\"300\" /> Skyline Design release their outdoor furniture catalogue[/caption]\r\n\r\nWhen choosing, you can rely on their four decades of solid experience in manufacturing luxuriously comfortable garden seating of superior quality. There is a wide choice of colours, from timeless black or white to relaxing leafy shades of rich brown, relaxing grey or fashionable beige (and more) to match your outdoor space. Finishes and styles vary from classic to super-modern, to suit every preference. All their rattan outdoor furniture products are manufactured by skilled craftsmen who work to the highest standards using modern materials and the latest manufacturing technology. The results are strikingly elegant in appearance with an air of sumptuousness, sure to enhance the appearance of any outdoor seating area.\r\n\r\nFinally, if used near a swimming pool, their durable outdoor furniture is salt and chlorine resistant and withstands an extremely wide range of temperatures.','Skyline Design release their outdoor furniture catalogue - So we took a look','','inherit','closed','closed','','4149-revision-v1','','','2019-03-12 11:29:15','2019-03-12 11:29:15','',4149,'https://www.ontradeprogress.com/2019/03/12/4149-revision-v1/',0,'revision','',0),(4155,1,'2019-03-12 12:55:45','2019-03-12 12:55:45','<h1><strong>Following the recent release of <a href=\"https://www.sky-linedesign.co.uk/\">Skyline</a> Design’s new catalogue for 2019, Ontrade Progress takes an overview of the collections.</strong></h1>\r\nSkyline Design was originally established as Kingsway Cane Furniture in 1978. With more than 32 years of experience in the designing &amp; manufacturing of the highest quality of natural Rattan including all-year-round weather wicker garden furniture from the brand that is Skyline Design.\r\n\r\n[caption id=\"attachment_4151\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-4151\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-2-LR-684x1024-200x300.jpg\" alt=\"Skyline Design release their outdoor furniture catalogue\" width=\"200\" height=\"300\" /> Skyline Design release their outdoor furniture catalogue[/caption]\r\n\r\nLuxury products is at the heart of Skyline Design, and their latest catalogue lives up to the expectations.\r\n\r\nThis all-weather outdoor furniture includes corner sofas and footstools to make the most of the space available, chill out pieces such as hanging chairs and loungers for total relaxation, along with impressive outdoor hospitality tables and matching chairs for two to six (or more). They also produce shaded seating, parasols and rattan screens for semi-privacy.\r\n\r\nThe Horizon collection features a range outdoor furniture like loungers, dining tables, chairs and sofas. All with a consistent trend of vertical fabrics, pulled taut between the carbon matt aluminium structure of each piece. Giving a premium modern look, with high-quality manufacturing to match.\r\n\r\nThe Ona collection is one that will tick all the modern design boxes. The structures of the furniture are made of a tightly weaved anthracite poly strap, arched over to support the back pieces of the furniture. The fabric used is Panorama Cloud, a soft grey, which compliments the dark weave. This is then sat on a natural teak base, the perfect minimal style furniture.\r\n\r\n[caption id=\"attachment_4152\" align=\"alignleft\" width=\"200\"]<img class=\"size-medium wp-image-4152\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/HORIZON-DETAIL-5-LR-684x1024-200x300.jpg\" alt=\"Skyline Design release their outdoor furniture catalogue \" width=\"200\" height=\"300\" /> Skyline Design release their outdoor furniture catalogue[/caption]\r\n\r\nWhen choosing, you can rely on their four decades of solid experience in manufacturing luxuriously comfortable garden seating of superior quality. There is a wide choice of colours, from timeless black or white to relaxing leafy shades of rich brown, relaxing grey or fashionable beige (and more) to match your outdoor space. Finishes and styles vary from classic to super-modern, to suit every preference. All their rattan outdoor furniture products are manufactured by skilled craftsmen who work to the highest standards using modern materials and the latest manufacturing technology. The results are strikingly elegant in appearance with an air of sumptuousness, sure to enhance the appearance of any outdoor seating area.\r\n\r\nFinally, if used near a swimming pool, their durable outdoor furniture is salt and chlorine resistant and withstands an extremely wide range of temperatures.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n</ul>','Skyline Design release their outdoor furniture catalogue - So we took a look','','inherit','closed','closed','','4149-revision-v1','','','2019-03-12 12:55:45','2019-03-12 12:55:45','',4149,'https://www.ontradeprogress.com/2019/03/12/4149-revision-v1/',0,'revision','',0),(4156,1,'2019-03-19 08:22:29','2019-03-19 08:22:29','<h1>Aesthetically pleasing is what springs to mind when I think of Redroaster. Incredible interior design, and the best breakfast in <a href=\"https://www.redroaster.co.uk/\" target=\"_blank\" rel=\"noopener\">Brighton</a>.</h1>\r\n[caption id=\"attachment_4157\" align=\"alignright\" width=\"216\"]<img class=\"size-medium wp-image-4157\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/fc82e7abddddae4b3736069b8dbb4c01-216x300.jpg\" alt=\"Redroaster, Brighton, undergoes a make over and it\'s stunning\" width=\"216\" height=\"300\" /> Redroaster, Brighton, undergoes a makeover and it\'s stunning[/caption]\r\n\r\nRedroaster re-imagined their cafe at the bottom of St James Street with the help of World Interiors Designer of the Year, Hana Hakim. It’s now a modern, botanical, tranquil space with brunch and lunch available every day of the year from 7am.\r\n\r\nThe modern interior matched next to the abundance of plant life really does make you feel like you’re on the most luxurious jungle safari. You’ll find gold accents throughout the venue, coupled with the neutral marble surfaces, creating a soft and tranquil environment. This branding is carried through to the tableware, menus and even the packaging of their own coffee beans.\r\n\r\nRedroaster is a dream for anyone’s Instagram account (including mine). I’ll also urge anyone to check out their bathrooms, a design feast of geometric tiling, hanging plants and full-length mirrors.\r\n\r\nCommenting on the food side of things, the dishes are prepared by their Michelin starred chef. A wide range of meat and veggie options, all very pleasing on the eye and taste buds. But with any venue of this calibre, please do not expect a builder’s breakfast. This brunch spot is always worth a visit, even just for coffee.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\" target=\"_blank\" rel=\"noopener\">BBPA chats with Ontrade Progress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\" target=\"_blank\" rel=\"noopener\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\" target=\"_blank\" rel=\"noopener\">Desperados has had a global brand makeover</a></li>\r\n</ul>','Redroaster, Brighton, undergoes a makeover and it\'s stunning','','publish','closed','open','','redroaster-brighton-makeover','','','2019-03-19 08:22:29','2019-03-19 08:22:29','',0,'https://www.ontradeprogress.com/?p=4156',0,'post','',0),(4157,1,'2019-03-12 13:02:28','2019-03-12 13:02:28','','Redroaster, Brighton, undergoes a make over and it\'s stunning','Redroaster, Brighton, undergoes a make over and it\'s stunning','inherit','closed','closed','','fc82e7abddddae4b3736069b8dbb4c01','','','2019-03-12 14:00:49','2019-03-12 14:00:49','',4156,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/fc82e7abddddae4b3736069b8dbb4c01.jpg',0,'attachment','image/jpeg',0),(4158,1,'2019-03-12 13:03:18','2019-03-12 13:03:18','','Pike-and-Pine','','inherit','closed','closed','','pike-and-pine','','','2019-03-12 13:03:18','2019-03-12 13:03:18','',4156,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Pike-and-Pine.jpg',0,'attachment','image/jpeg',0),(4159,1,'2019-03-12 13:04:16','2019-03-12 13:04:16','','RedRoaster','','inherit','closed','closed','','redroaster','','','2019-03-12 13:04:16','2019-03-12 13:04:16','',4156,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/RedRoaster.jpg',0,'attachment','image/jpeg',0),(4160,1,'2019-03-12 13:04:57','2019-03-12 13:04:57','','Processed with VSCO with hb2 preset','Processed with VSCO with hb2 preset','inherit','closed','closed','','processed-with-vsco-with-hb2-preset','','','2019-03-12 13:04:57','2019-03-12 13:04:57','',4156,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Redroaster_bar.jpg',0,'attachment','image/jpeg',0),(4161,1,'2019-03-12 13:06:01','2019-03-12 13:06:01','','Redroaster, Brighton, undergoes a make over and it\'s stunning','Redroaster, Brighton, undergoes a make over and it\'s stunning','inherit','closed','closed','','red-roaster-pwf-0501','','','2019-03-12 13:59:02','2019-03-12 13:59:02','',4156,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Red-Roaster-PWF-0501.jpg',0,'attachment','image/jpeg',0),(4162,1,'2019-03-12 13:59:05','2019-03-12 13:59:05','<h1>Aesthetically pleasing is what springs to mind when I think of Redroaster. Incredible interior design, and the best breakfast in Brighton.</h1>\r\nRedroaster re-imagined their cafe at the bottom of St James Street with the help of World Interiors Designer of the Year, Hana Hakim. It’s now a modern, botanical, tranquil space with brunch and lunch available every day of the year from 7am.\r\n\r\nThe modern interior matched next to the abundance of plant life really does make you feel like you’re on the most luxurious jungle safari. You’ll find gold accents throughout the venue, coupled with the neutral marble surfaces, creating a soft and tranquil environment. This branding is carried through to the tableware, menus and even the packaging of their own coffee beans.\r\n\r\nRedroaster is a dream for anyone’s Instagram account (including mine). I’ll also urge anyone to check out their bathrooms, a design feast of geometric tiling, hanging plants and full-length mirrors.\r\n\r\nCommenting on the food side of things, the dishes are prepared by their Michelin starred chef. A wide range of meat and veggie options, all very pleasing on the eye and taste buds. But with any venue of this calibre, please do not expect a builder’s breakfast. This brunch spot is always worth a visit, even just for coffee.','Redroaster, Brighton, undergoes a make over and it\'s stunning','','inherit','closed','closed','','4156-revision-v1','','','2019-03-12 13:59:05','2019-03-12 13:59:05','',4156,'https://www.ontradeprogress.com/2019/03/12/4156-revision-v1/',0,'revision','',0),(4163,1,'2019-03-12 14:08:28','2019-03-12 14:08:28','<h1>Aesthetically pleasing is what springs to mind when I think of Redroaster. Incredible interior design, and the best breakfast in <a href=\"https://www.redroaster.co.uk/\" target=\"_blank\" rel=\"noopener\">Brighton</a>.</h1>\r\n[caption id=\"attachment_4157\" align=\"alignright\" width=\"216\"]<img class=\"size-medium wp-image-4157\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/fc82e7abddddae4b3736069b8dbb4c01-216x300.jpg\" alt=\"Redroaster, Brighton, undergoes a make over and it\'s stunning\" width=\"216\" height=\"300\" /> Redroaster, Brighton, undergoes a makeover and it\'s stunning[/caption]\r\n\r\nRedroaster re-imagined their cafe at the bottom of St James Street with the help of World Interiors Designer of the Year, Hana Hakim. It’s now a modern, botanical, tranquil space with brunch and lunch available every day of the year from 7am.\r\n\r\nThe modern interior matched next to the abundance of plant life really does make you feel like you’re on the most luxurious jungle safari. You’ll find gold accents throughout the venue, coupled with the neutral marble surfaces, creating a soft and tranquil environment. This branding is carried through to the tableware, menus and even the packaging of their own coffee beans.\r\n\r\nRedroaster is a dream for anyone’s Instagram account (including mine). I’ll also urge anyone to check out their bathrooms, a design feast of geometric tiling, hanging plants and full-length mirrors.\r\n\r\nCommenting on the food side of things, the dishes are prepared by their Michelin starred chef. A wide range of meat and veggie options, all very pleasing on the eye and taste buds. But with any venue of this calibre, please do not expect a builder’s breakfast. This brunch spot is always worth a visit, even just for coffee.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\" target=\"_blank\" rel=\"noopener\">BBPA chats with Ontrade Progress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\" target=\"_blank\" rel=\"noopener\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\" target=\"_blank\" rel=\"noopener\">Desperados has had a global brand makeover</a></li>\r\n</ul>','Redroaster, Brighton, undergoes a makeover and it\'s stunning','','inherit','closed','closed','','4156-revision-v1','','','2019-03-12 14:08:28','2019-03-12 14:08:28','',4156,'https://www.ontradeprogress.com/2019/03/12/4156-revision-v1/',0,'revision','',0),(4165,1,'2019-03-18 08:21:28','2019-03-18 08:21:28','<h1>Co-Founders of Heads + Tails, Will Partridge &amp; Christopher Dennis, chat to us about their unique venue.</h1>\r\n<h3>Please confirm your name and job title</h3>\r\nWill Partridge (Co-owner, Managing Director) &amp; Christopher Dennis (Co-owner, Beverage Director)\r\n<h3>What inspired you to create a two-bar venue?</h3>\r\n[caption id=\"attachment_4171\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4171\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Thunder-225x300.jpeg\" alt=\"Heads + Tails, chat to us about their unique venue\" width=\"225\" height=\"300\" /> Heads + Tails, chat to us about their unique venue[/caption]\r\n\r\nIt was always clear that to update the venue we were going to have to start with a clean slate, which would mean lots of structural work. Previously the venue had more of a pub feel on the ground floor and a nightclub offering below. Even with the amount of work we proposed, this basic format remained and was highlighted throughout naturally.  We wanted to strip the site back to its bare bones and then accentuate the natural elements left remaining. This provided the perfect opportunity to create two distinct bars with their own unique and opposing feel &amp; offering.\r\n<h3>How did you decide the mood/atmosphere of both Heads and Tails?</h3>\r\nWe really decided upon this based on the structure of the venue itself. The ground floor with its high ceilings, large open shopfront and garden access at the rear felt light, open and airy. The basement, however, had a different feel due to the lack of natural light and lower ceiling height. Rather than trying to push a square peg into a round hole, we decided to make the most of what these spaces each had to offer. This meant accentuating the space and light of the ground floor with a light colour palette and materials such a white terrazzo and brass. In contrast, Tails provides a darker, moodier and more intimate setting. A darker, richer colour palette enhances the use of earthier materials – the brass and terrazzo are substituted out in favour of copper and wood down here.\r\n<h3>How did you develop your cocktail offering to reflect this?</h3>\r\n[caption id=\"attachment_4170\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4170\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Prettyman-300x300.jpeg\" alt=\"Heads + Tails\" width=\"300\" height=\"300\" /> Heads + Tails[/caption]\r\n\r\nThe cocktail menu focuses on drinks that are styled to fit each floor. There’s a lighter presence with generally clear spirits, spritzers and low ABV drinks upstairs in Heads. In Heads + Tails, however, we concentrate more on brown &amp; stirred heady drinks accompanied by a creative Boiler Maker menu. Beyond the foundation of the list, probably the most important element was to make it exciting, yet approachable. We’ve tried to keep everything accessible with a little flair here and there.\r\n<h4><strong><em>‘Every unique idea we had for Heads, had to have a mirrored counterpart in Tails.’</em></strong></h4>\r\n<h3>What has been the most challenging aspect to building a two-pronged venue?</h3>\r\nMaintaining consistency in the concept and offering was probably the greatest challenge. Every unique idea we had for Heads, for example, had to have a mirrored counterpart in Tails. Likewise, if we came up with a great idea for Heads + Tails, we’d try to produce an equivalent in Heads to balance it. Although challenging, it was also a lot of fun. It’s easy to spot the obvious interior design features of our the duality concept, but there are plenty of other subtleties that not everyone sees… for example Heads cocktail menu features drinks named ‘Dove’ and ‘Lightening’, and you’ll find ‘Raven’ and ‘Thunder’ on the Tails list.\r\n<h3>What is your favourite cocktail and why?</h3>\r\n[caption id=\"attachment_4168\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4168\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Floradora-300x300.jpeg\" alt=\"Heads + Tails\" width=\"300\" height=\"300\" /> Heads + Tails[/caption]\r\n\r\nIn Tails, it’s the <em>Twist of Fate</em>. A simple old-fashioned twist with orange extract &amp; cinnamon. In Heads, the <em>Dove</em> - floral, light and refreshing.\r\n<h3>What does your food offering entail? How did you develop this to stand alongside both Heads and Tails?</h3>\r\nFrom the start, we wanted to be drinks focused entirely. Minimising our food offering allows us to concentrate on this from a storage-to-service capacity. Hence we’re keeping things simple - revolving charcuterie, cheeses and nibbles in the main. We’re working with various suppliers right now to find the perfect fit, and we’re planning on some street-food pop-ups in the garden next year.\r\n<h3>What suppliers have you used to create the venue (ie, bar, glassware, lighting, etc)?</h3>\r\nWe’ve used: Northern Lights, Tala, Made, Riedel, Schott Zwiesel, Hillcross Furniture and InsideOut Contracts, amongst many, many others!\r\n<h3>How does Heads + Tails stand out?</h3>\r\nI think we have an offering which includes something for everyone, perhaps even more than something - given you have the option of a different setting depending on your mood/situation. The late license is an obvious benefit; it’s difficult to find venues outside of specific cosmopolitan areas that have a drinks focus open as late as we are - venues outside of clubs/casinos at least. But, overall these elements I think we distinguish ourselves with the quality and ingenuity of our drinks menu and top-notch service from the fantastic bar team. We’re lucky to have a group of great people working hard to get us into that sweet spot between destination and neighbourhood venue.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury uses recyclable coffee packaging</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand makeover</a></li>\r\n</ul>','Co-Founders of Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.','','publish','closed','open','','heads-tails-otp','','','2019-03-18 08:21:28','2019-03-18 08:21:28','',0,'https://www.ontradeprogress.com/?p=4165',0,'post','',0),(4166,1,'2019-03-12 14:22:48','2019-03-12 14:22:48','','Brigadoon','','inherit','closed','closed','','brigadoon','','','2019-03-12 14:22:48','2019-03-12 14:22:48','',4165,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Brigadoon.jpeg',0,'attachment','image/jpeg',0),(4167,1,'2019-03-12 14:23:27','2019-03-12 14:23:27','','Dove','','inherit','closed','closed','','dove','','','2019-03-12 14:23:27','2019-03-12 14:23:27','',4165,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Dove.jpeg',0,'attachment','image/jpeg',0),(4168,1,'2019-03-12 14:24:07','2019-03-12 14:24:07','','Heads + Tails','Heads + Tails','inherit','closed','closed','','floradora','','','2019-03-12 14:32:02','2019-03-12 14:32:02','',4165,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Floradora.jpeg',0,'attachment','image/jpeg',0),(4169,1,'2019-03-12 14:24:40','2019-03-12 14:24:40','','Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.','Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.','inherit','closed','closed','','mistletoe-pine','','','2019-03-12 14:26:33','2019-03-12 14:26:33','',4165,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Mistletoe-Pine.jpeg',0,'attachment','image/jpeg',0),(4170,1,'2019-03-12 14:25:21','2019-03-12 14:25:21','','Heads + Tails','Heads + Tails','inherit','closed','closed','','prettyman','','','2019-03-12 14:31:08','2019-03-12 14:31:08','',4165,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Prettyman.jpeg',0,'attachment','image/jpeg',0),(4171,1,'2019-03-12 14:26:04','2019-03-12 14:26:04','','Heads + Tails, chat to us about their unique venue','Heads + Tails, chat to us about their unique venue','inherit','closed','closed','','thunder','','','2019-03-12 14:27:41','2019-03-12 14:27:41','',4165,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Thunder.jpeg',0,'attachment','image/jpeg',0),(4172,1,'2019-03-12 14:26:48','2019-03-12 14:26:48','<h1>Co-Founders of Heads + Tails, Will Partridge &amp; Christopher Dennis, chat to us about their unique venue.</h1>\r\n<h3>Please confirm your name and job title</h3>\r\nWill Partridge (Co-owner, Managing Director) &amp; Christopher Dennis (Co-owner, Beverage Director)\r\n<h3>What inspired you to create a two-bar venue?</h3>\r\nIt was always clear that to update the venue we were going to have to start with a clean slate, which would mean lots of structural work. Previously the venue had more of a pub feel on the ground floor and a nightclub offering below. Even with the amount of work we proposed, this basic format remained and was highlighted throughout naturally.  We wanted to strip the site back to its bare bones and then accentuate the natural elements left remaining. This provided the perfect opportunity to create two distinct bars with their own unique and opposing feel &amp; offering.\r\n<h3>How did you decide the mood/atmosphere of both Heads and Tails?</h3>\r\nWe really decided upon this based on the structure of the venue itself. The ground floor with its high ceilings, large open shopfront and garden access at the rear felt light, open and airy. The basement, however, had a different feel due to the lack of natural light and lower ceiling height. Rather than trying to push a square peg into a round hole, we decided to make the most of what these spaces each had to offer. This meant accentuating the space and light of the ground floor with a light colour palette and materials such a white terrazzo and brass. In contrast, Tails provides a darker, moodier and more intimate setting. A darker, richer colour palette enhances the use of earthier materials – the brass and terrazzo are substituted out in favour of copper and wood down here.\r\n<h3>How did you develop your cocktail offering to reflect this?</h3>\r\nThe cocktail menu focuses on drinks that are styled to fit each floor. There’s a lighter presence with generally clear spirits, spritzers and low ABV drinks upstairs in Heads. In Heads + Tails, however, we concentrate more on brown &amp; stirred heady drinks accompanied by a creative Boiler Maker menu. Beyond the foundation of the list, probably the most important element was to make it exciting, yet approachable. We’ve tried to keep everything accessible with a little flair here and there.\r\n\r\n<strong><em>‘Every unique idea we had for Heads, had to have a mirrored counterpart in Tails.’</em></strong>\r\n<h3>What has been the most challenging aspect to building a two-pronged venue?</h3>\r\nMaintaining consistency in the concept and offering was probably the greatest challenge. Every unique idea we had for Heads, for example, had to have a mirrored counterpart in Tails. Likewise, if we came up with a great idea for Heads + Tails, we’d try to produce an equivalent in Heads to balance it. Although challenging, it was also a lot of fun. It’s easy to spot the obvious interior design features of our the duality concept, but there are plenty of other subtleties that not everyone sees… for example Heads cocktail menu features drinks named ‘Dove’ and ‘Lightening’, and you’ll find ‘Raven’ and ‘Thunder’ on the Tails list.\r\n<h3>What is your favourite cocktail and why?</h3>\r\nIn Tails, it’s the <em>Twist of Fate</em>. A simple old-fashioned twist with orange extract &amp; cinnamon. In Heads, the <em>Dove</em> - floral, light and refreshing.\r\n<h3>What does your food offering entail? How did you develop this to stand alongside both Heads and Tails?</h3>\r\nFrom the start we wanted to be drinks focused entirely. Minimising our food offering allows us to concentrate on this from a storage-to-service capacity. Hence we’re keeping things simple - revolving charcuterie, cheeses and nibbles in the main. We’re working with various suppliers right now to find the perfect fit, and we’re planning on some street-food pop-ups in the garden next year.\r\n<h3>What suppliers have you used to create the venue (ie, bar, glassware, lighting, etc)?</h3>\r\nWe’ve used: Northern Lights, Tala, Made, Riedel, Schott Zwiesel, Hillcross Furniture and InsideOut Contracts, amongst many, many others!\r\n<h3>How does Heads + Tails stand out?</h3>\r\nI think we have an offering which includes something for everyone, perhaps even more than something - given you have the option of a different setting depending on your mood/situation. The late license is an obvious benefit; it’s difficult to find venues outside of specific cosmopolitan areas that have a drinks focus open as late as we are - venues outside of clubs/casinos at least. But, overall these elements I think we distinguish ourselves with the quality and ingenuity of our drinks menu and top-notch service from the fantastic bar team. We’re lucky to have a group of great people working hard to get us into that sweet spot between destination and neighbourhood venue.','Co-Founders of Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.','','inherit','closed','closed','','4165-revision-v1','','','2019-03-12 14:26:48','2019-03-12 14:26:48','',4165,'https://www.ontradeprogress.com/2019/03/12/4165-revision-v1/',0,'revision','',0),(4173,1,'2019-03-12 14:32:42','2019-03-12 14:32:42','<h1>Co-Founders of Heads + Tails, Will Partridge &amp; Christopher Dennis, chat to us about their unique venue.</h1>\r\n<h3>Please confirm your name and job title</h3>\r\nWill Partridge (Co-owner, Managing Director) &amp; Christopher Dennis (Co-owner, Beverage Director)\r\n<h3>What inspired you to create a two-bar venue?</h3>\r\n[caption id=\"attachment_4171\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4171\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Thunder-225x300.jpeg\" alt=\"Heads + Tails, chat to us about their unique venue\" width=\"225\" height=\"300\" /> Heads + Tails, chat to us about their unique venue[/caption]\r\n\r\nIt was always clear that to update the venue we were going to have to start with a clean slate, which would mean lots of structural work. Previously the venue had more of a pub feel on the ground floor and a nightclub offering below. Even with the amount of work we proposed, this basic format remained and was highlighted throughout naturally.  We wanted to strip the site back to its bare bones and then accentuate the natural elements left remaining. This provided the perfect opportunity to create two distinct bars with their own unique and opposing feel &amp; offering.\r\n<h3>How did you decide the mood/atmosphere of both Heads and Tails?</h3>\r\nWe really decided upon this based on the structure of the venue itself. The ground floor with its high ceilings, large open shopfront and garden access at the rear felt light, open and airy. The basement, however, had a different feel due to the lack of natural light and lower ceiling height. Rather than trying to push a square peg into a round hole, we decided to make the most of what these spaces each had to offer. This meant accentuating the space and light of the ground floor with a light colour palette and materials such a white terrazzo and brass. In contrast, Tails provides a darker, moodier and more intimate setting. A darker, richer colour palette enhances the use of earthier materials – the brass and terrazzo are substituted out in favour of copper and wood down here.\r\n<h3>How did you develop your cocktail offering to reflect this?</h3>\r\n[caption id=\"attachment_4170\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4170\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Prettyman-300x300.jpeg\" alt=\"Heads + Tails\" width=\"300\" height=\"300\" /> Heads + Tails[/caption]\r\n\r\nThe cocktail menu focuses on drinks that are styled to fit each floor. There’s a lighter presence with generally clear spirits, spritzers and low ABV drinks upstairs in Heads. In Heads + Tails, however, we concentrate more on brown &amp; stirred heady drinks accompanied by a creative Boiler Maker menu. Beyond the foundation of the list, probably the most important element was to make it exciting, yet approachable. We’ve tried to keep everything accessible with a little flair here and there.\r\n\r\n<strong><em>‘Every unique idea we had for Heads, had to have a mirrored counterpart in Tails.’</em></strong>\r\n<h3>What has been the most challenging aspect to building a two-pronged venue?</h3>\r\nMaintaining consistency in the concept and offering was probably the greatest challenge. Every unique idea we had for Heads, for example, had to have a mirrored counterpart in Tails. Likewise, if we came up with a great idea for Heads + Tails, we’d try to produce an equivalent in Heads to balance it. Although challenging, it was also a lot of fun. It’s easy to spot the obvious interior design features of our the duality concept, but there are plenty of other subtleties that not everyone sees… for example Heads cocktail menu features drinks named ‘Dove’ and ‘Lightening’, and you’ll find ‘Raven’ and ‘Thunder’ on the Tails list.\r\n<h3>What is your favourite cocktail and why?</h3>\r\n[caption id=\"attachment_4168\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4168\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Floradora-300x300.jpeg\" alt=\"Heads + Tails\" width=\"300\" height=\"300\" /> Heads + Tails[/caption]\r\n\r\nIn Tails, it’s the <em>Twist of Fate</em>. A simple old-fashioned twist with orange extract &amp; cinnamon. In Heads, the <em>Dove</em> - floral, light and refreshing.\r\n<h3>What does your food offering entail? How did you develop this to stand alongside both Heads and Tails?</h3>\r\nFrom the start, we wanted to be drinks focused entirely. Minimising our food offering allows us to concentrate on this from a storage-to-service capacity. Hence we’re keeping things simple - revolving charcuterie, cheeses and nibbles in the main. We’re working with various suppliers right now to find the perfect fit, and we’re planning on some street-food pop-ups in the garden next year.\r\n<h3>What suppliers have you used to create the venue (ie, bar, glassware, lighting, etc)?</h3>\r\nWe’ve used: Northern Lights, Tala, Made, Riedel, Schott Zwiesel, Hillcross Furniture and InsideOut Contracts, amongst many, many others!\r\n<h3>How does Heads + Tails stand out?</h3>\r\nI think we have an offering which includes something for everyone, perhaps even more than something - given you have the option of a different setting depending on your mood/situation. The late license is an obvious benefit; it’s difficult to find venues outside of specific cosmopolitan areas that have a drinks focus open as late as we are - venues outside of clubs/casinos at least. But, overall these elements I think we distinguish ourselves with the quality and ingenuity of our drinks menu and top-notch service from the fantastic bar team. We’re lucky to have a group of great people working hard to get us into that sweet spot between destination and neighbourhood venue.','Co-Founders of Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.','','inherit','closed','closed','','4165-revision-v1','','','2019-03-12 14:32:42','2019-03-12 14:32:42','',4165,'https://www.ontradeprogress.com/2019/03/12/4165-revision-v1/',0,'revision','',0),(4174,1,'2019-03-12 14:36:41','2019-03-12 14:36:41','<h1>Co-Founders of Heads + Tails, Will Partridge &amp; Christopher Dennis, chat to us about their unique venue.</h1>\r\n<h3>Please confirm your name and job title</h3>\r\nWill Partridge (Co-owner, Managing Director) &amp; Christopher Dennis (Co-owner, Beverage Director)\r\n<h3>What inspired you to create a two-bar venue?</h3>\r\n[caption id=\"attachment_4171\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4171\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Thunder-225x300.jpeg\" alt=\"Heads + Tails, chat to us about their unique venue\" width=\"225\" height=\"300\" /> Heads + Tails, chat to us about their unique venue[/caption]\r\n\r\nIt was always clear that to update the venue we were going to have to start with a clean slate, which would mean lots of structural work. Previously the venue had more of a pub feel on the ground floor and a nightclub offering below. Even with the amount of work we proposed, this basic format remained and was highlighted throughout naturally.  We wanted to strip the site back to its bare bones and then accentuate the natural elements left remaining. This provided the perfect opportunity to create two distinct bars with their own unique and opposing feel &amp; offering.\r\n<h3>How did you decide the mood/atmosphere of both Heads and Tails?</h3>\r\nWe really decided upon this based on the structure of the venue itself. The ground floor with its high ceilings, large open shopfront and garden access at the rear felt light, open and airy. The basement, however, had a different feel due to the lack of natural light and lower ceiling height. Rather than trying to push a square peg into a round hole, we decided to make the most of what these spaces each had to offer. This meant accentuating the space and light of the ground floor with a light colour palette and materials such a white terrazzo and brass. In contrast, Tails provides a darker, moodier and more intimate setting. A darker, richer colour palette enhances the use of earthier materials – the brass and terrazzo are substituted out in favour of copper and wood down here.\r\n<h3>How did you develop your cocktail offering to reflect this?</h3>\r\n[caption id=\"attachment_4170\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4170\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Prettyman-300x300.jpeg\" alt=\"Heads + Tails\" width=\"300\" height=\"300\" /> Heads + Tails[/caption]\r\n\r\nThe cocktail menu focuses on drinks that are styled to fit each floor. There’s a lighter presence with generally clear spirits, spritzers and low ABV drinks upstairs in Heads. In Heads + Tails, however, we concentrate more on brown &amp; stirred heady drinks accompanied by a creative Boiler Maker menu. Beyond the foundation of the list, probably the most important element was to make it exciting, yet approachable. We’ve tried to keep everything accessible with a little flair here and there.\r\n<h4><strong><em>‘Every unique idea we had for Heads, had to have a mirrored counterpart in Tails.’</em></strong></h4>\r\n<h3>What has been the most challenging aspect to building a two-pronged venue?</h3>\r\nMaintaining consistency in the concept and offering was probably the greatest challenge. Every unique idea we had for Heads, for example, had to have a mirrored counterpart in Tails. Likewise, if we came up with a great idea for Heads + Tails, we’d try to produce an equivalent in Heads to balance it. Although challenging, it was also a lot of fun. It’s easy to spot the obvious interior design features of our the duality concept, but there are plenty of other subtleties that not everyone sees… for example Heads cocktail menu features drinks named ‘Dove’ and ‘Lightening’, and you’ll find ‘Raven’ and ‘Thunder’ on the Tails list.\r\n<h3>What is your favourite cocktail and why?</h3>\r\n[caption id=\"attachment_4168\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4168\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Floradora-300x300.jpeg\" alt=\"Heads + Tails\" width=\"300\" height=\"300\" /> Heads + Tails[/caption]\r\n\r\nIn Tails, it’s the <em>Twist of Fate</em>. A simple old-fashioned twist with orange extract &amp; cinnamon. In Heads, the <em>Dove</em> - floral, light and refreshing.\r\n<h3>What does your food offering entail? How did you develop this to stand alongside both Heads and Tails?</h3>\r\nFrom the start, we wanted to be drinks focused entirely. Minimising our food offering allows us to concentrate on this from a storage-to-service capacity. Hence we’re keeping things simple - revolving charcuterie, cheeses and nibbles in the main. We’re working with various suppliers right now to find the perfect fit, and we’re planning on some street-food pop-ups in the garden next year.\r\n<h3>What suppliers have you used to create the venue (ie, bar, glassware, lighting, etc)?</h3>\r\nWe’ve used: Northern Lights, Tala, Made, Riedel, Schott Zwiesel, Hillcross Furniture and InsideOut Contracts, amongst many, many others!\r\n<h3>How does Heads + Tails stand out?</h3>\r\nI think we have an offering which includes something for everyone, perhaps even more than something - given you have the option of a different setting depending on your mood/situation. The late license is an obvious benefit; it’s difficult to find venues outside of specific cosmopolitan areas that have a drinks focus open as late as we are - venues outside of clubs/casinos at least. But, overall these elements I think we distinguish ourselves with the quality and ingenuity of our drinks menu and top-notch service from the fantastic bar team. We’re lucky to have a group of great people working hard to get us into that sweet spot between destination and neighbourhood venue.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury uses recyclable coffee packaging</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand makeover</a></li>\r\n</ul>','Co-Founders of Heads + Tails, Will Partridge & Christopher Dennis, chat to us about their unique venue.','','inherit','closed','closed','','4165-revision-v1','','','2019-03-12 14:36:41','2019-03-12 14:36:41','',4165,'https://www.ontradeprogress.com/2019/03/12/4165-revision-v1/',0,'revision','',0),(4176,1,'2019-03-19 08:29:33','2019-03-19 08:29:33','<h1>We recently attended the release of the Foodservice Report from Lee Kum Kee and caught up with Maria Chong, Managing Director of Lee Kum Kee, to discuss what this report will mean for the future of oriental food.</h1>\r\n<h3>Can you give a brief overview as to what the Lee Kum Kee 2019 foodservice report is about and what the purpose of the report is?</h3>\r\nThis new comprehensive report looks at Oriental cuisine in the foodservice market, drawing on a wide range of insight, data and industry intelligence. The report shows the overarching trends in foodservice and what consumers are looking for when eating out of home. As a leading Chinese sauce company and given the current pressures facing foodservice in the UK, we felt it was timely to offer a report that demonstrates the opportunities as well as challenges for the sector’s operatives.\r\n<h3>What is the current status of Oriental Cuisine in the UK foodservice market?</h3>\r\nOriental food offers many opportunities for operators, especially in terms of helping them to cater for those looking for healthy or special dietary options, like those on gluten-free diets or who are vegans.\r\n\r\nChinese is the third most popular cuisine when eating out <span style=\"font-size: 14px;\">after British and Italian with 69% of people eating it. Oriental cuisine has become more diverse in the UK, but although many people are looking to try Japanese, Vietnamese and Korean, Chinese remains hugely popular. Consumers are looking for classics served well but also the opportunity to try something new and exciting, but they need support through suitable menu descriptions and education.</span>\r\n\r\nOriental cuisine remains hugely popular in the UK foodservice market, but it\'s not without its challenges. Our report outlines the effect of economic, political and trend-based issues including a shortage of skilled Oriental chefs, evolving digital presence from the likes of Deliveroo, sustainability, business rates, Brexit, changing diets and the perception of Oriental food.\r\n<h3>Have you identified any trends in the out-of-home food sector?</h3>\r\nThere are some notable trends identified in the out-of-home sector; consumers are willing to try new and exciting ingredients, and operators should embrace influences from across the world; sustainability and transparency are vital; provenance is key, and operators should be working alongside suppliers to champion this, safety allergens and maximising social media as a tool for driving footfall and awareness.\r\n\r\nBut the key trend for the report and a primary driving force behind consumer dining habits is health and wellbeing. This trend isn’t just about special diets such as vegetarian, vegan or pescatarian but the report comments on the general shift in diners looking for fresh and unprocessed dishes - 38% of British consumers are looking for these when dining out. Operators should be showing consumers just how healthy and nutritious Chinese food can be.\r\n<h3>How important do you feel authenticity is when serving oriental cuisine?</h3>\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Maria Chong, Managing Director of Lee Kum Kee\" width=\"300\" height=\"200\" /> Lee Kum Kee - Vegan dish[/caption]\r\n\r\nAuthenticity is important to us as a supplier and it’s something we’ve championed since inventing oyster sauce over 130 years ago. The report found that two in five consumers claim authenticity is extremely important when eating out. Operators must understand how they are being perceived and encompass relevant authenticity within their offer. Obviously, authenticity is different depending on the audience. A customer at a high-end Chinese restaurant will have different requirements than one eating at a pub - so relevant authenticity is key.\r\n<h3>What advice would you give to a business that already serves or is considering serving oriental cuisine?</h3>\r\nThere are 3 main areas to look at; menu development, ingredients and marketing.\r\n\r\nMenu development – we’d advise operators to look at their offering – could you use ‘new’ and exciting ingredients? Are you catering for health and wellbeing led diets? Are you explaining your dishes effectively?\r\n\r\nIngredients – make sure you’re getting the best ingredients and addressing authenticity, corporate environmental responsibility, provenance and safety allergens.\r\n\r\nMarketing – social media continues to help foodservice businesses to market cost-effectively, and operators should continue to maximise this as a tool. It’s worth looking at menu design too, making sure your descriptions excite and appeal but are sensitive enough not to scare or confused consumers. There’s a regional divide between consumers in London and GB, so it’s important operators pay attention to their specific audience.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats with Ontrade Progress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n</ul>\r\n<h2>Please see below tips in full from the report release</h2>\r\n<strong>Menu development: </strong>\r\n<ul>\r\n 	<li>\r\n\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs (portrait with product)\" width=\"300\" height=\"200\" /> Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs - Lee Kum Kee[/caption]\r\n\r\n<strong>Embrace trends from around the world on your menu:</strong> Oriental cuisine is extremely popular with 4 in 5 consumers eating it out of home and there are still plenty of ‘new’ and exciting ingredients consumers are willing to try; 46% of consumers have not heard of glass noodles and 26% have not tried Char Siu sauce</li>\r\n 	<li><strong>Special diets are important: </strong>70% of British consumers have either dietary or wellbeing led considerations when eating out, there’s real opportunity for operators to expand their menu options and maximise sales</li>\r\n 	<li><strong>The big health drive:</strong> Oriental food fits well with the drive for healthy fresh food as meals are always based around a balance of fresh veg, protein and carbs</li>\r\n 	<li><strong>Education is effective: </strong>whilst consumers are keen to explore new flavours and ingredients they need a little explaining or to be given inspiration. Working closely with ingredient suppliers who have a wealth of knowledge will help operators</li>\r\n</ul>\r\n<strong>The best ingredients:</strong>\r\n<ul>\r\n 	<li><strong>Applicable authenticity: </strong>with 2 in 5 consumers claiming authenticity is extremely important when eating out, operators must understand how they are being perceived and encompass relevant authenticity within their offer</li>\r\n 	<li><strong>Corporate environmental responsibility: </strong>sustainability and transparency are vital<strong>, </strong>for both businesses and consumers; 54% of consumers claim sustainability of ingredients is important to them whilst 50% of business leaders predict food waste and sustainability will be a key trend moving forwards</li>\r\n 	<li><strong>Provenance: </strong>understand the source, historical background of a cuisine and flavours by working more closely with suppliers and trusted brands</li>\r\n 	<li><strong>Safety allergens:</strong> stable ingredients and consistence in quality that you can rely on is key, so only work with suppliers that you can trust</li>\r\n</ul>\r\n<strong>Marketing</strong>\r\n<ul>\r\n 	<li><strong>Harness social media effectively:</strong> social media continues to help foodservice businesses to market cost-effectively. Notably, 50% of 18-24, 51% of 25-34 year olds and 48% of 35-44 year olds are using Facebook to find inspiration for eating out.</li>\r\n 	<li><strong>Menu design</strong>: use suitable descriptions to excite and appeal, but be sensitive enough not to scare or confuse the consumers. Images are a vital way to encourage consumers to try new dishes. Encompass both new and exciting dishes as well as familiarity to encourage more visits.</li>\r\n 	<li><strong>Know your audience:</strong> there is a clear regional divide between consumers in London and GB. London consumers are twice as likely to say sushi, Korean BBQ and pho are their favourite dishes when eating out but be mindful that some cuisines and dishes popular in London may not be as successful elsewhere and vice versa.</li>\r\n</ul>\r\n<h3>What do the results of the report mean for Lee Kum Kee and the future of the oriental foodservice market within the UK as a whole?</h3>\r\n[caption id=\"attachment_4177\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4177\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Foodservice-2-300x225.jpg\" alt=\"Lee Kum Kee food service\" width=\"300\" height=\"225\" /> Lee Kum Kee food service[/caption]\r\n\r\nThe report shows that the foodservice industry is in challenging times, but by being agile and having a clear proposition operators can still thrive. The report shows there are many opportunities as people will always want to eat out and fresh, healthy and delicious food will continue to be in demand.\r\n\r\nWe want this report to be an effective tool for operators moving forwards. It’s about unlocking the profit-making opportunity that a good Oriental food offer can present and driving business success, not just within traditional Oriental restaurants but across all foodservice sectors.\r\n\r\nWe want to continue working in partnership with foodservice operators; we have a wealth of knowledge and expertise that can help and support operators.\r\n\r\n<strong>Visit Lee Kum Kee\'s website by clicking <a href=\"https://uk.lkk.com/products.php\">here</a></strong>','On-Trade progress’ Questions for Maria Chong','','publish','closed','open','','lee-kum-kee-questions-maria-chong','','','2019-03-19 08:29:33','2019-03-19 08:29:33','',0,'https://www.ontradeprogress.com/?p=4176',0,'post','',0),(4177,1,'2019-03-12 15:00:37','2019-03-12 15:00:37','','Lee Kum Kee','Lee Kum Kee food service','inherit','closed','closed','','foodservice-2','','','2019-03-12 15:23:41','2019-03-12 15:23:41','',4176,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Foodservice-2.jpg',0,'attachment','image/jpeg',0),(4178,1,'2019-03-12 15:01:22','2019-03-12 15:01:22','','Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs - Lee Kum Kee','Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs - Lee Kum Kee','inherit','closed','closed','','gizzi-erskines-portobello-mushroom-beansprout-and-spring-onion-crispy-broken-eggs-portrait-with-product','','','2019-03-12 15:17:57','2019-03-12 15:17:57','',4176,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Gizzi-Erskines-Portobello-Mushroom-Beansprout-and-Spring-Onion-Crispy-Broken-Eggs-portrait-with-product.jpg',0,'attachment','image/jpeg',0),(4179,1,'2019-03-12 15:02:04','2019-03-12 15:02:04','','Maria Chong, Managing Director of Lee Kum Kee','Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs (portrait with product)','inherit','closed','closed','','ken-homs-vegan-friendly-sichuan-dan-dan-noodles-landscape-with-product','','','2019-03-12 15:22:43','2019-03-12 15:22:43','',4176,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product.jpg',0,'attachment','image/jpeg',0),(4180,1,'2019-03-12 15:29:57','2019-03-12 15:29:57','<h1>We recently attended the release of the Foodservice Report from Lee Kum Kee and caught up with Maria Chong, Managing Director of Lee Kum Kee, to discuss what this report will mean for the future of oriental food.</h1>\r\n<h3>Can you give a brief overview as to what the Lee Kum Kee 2019 foodservice report is about and what the purpose of the report is?</h3>\r\nThis new comprehensive report looks at Oriental cuisine in the foodservice market, drawing on a wide range of insight, data and industry intelligence. The report shows the overarching trends in foodservice and what consumers are looking for when eating out of home. As a leading Chinese sauce company and given the current pressures facing foodservice in the UK, we felt it was timely to offer a report that demonstrates the opportunities as well as challenges for the sector’s operatives.\r\n<h3>What is the current status of Oriental Cuisine in the UK foodservice market?</h3>\r\nOriental food offers many opportunities for operators, especially in terms of helping them to cater for those looking for healthy or special dietary options, like those on gluten-free diets or who are vegans.\r\n\r\nChinese is the third most popular cuisine when eating out <span style=\"font-size: 14px;\">after British and Italian with 69% of people eating it. Oriental cuisine has become more diverse in the UK, but although many people are looking to try Japanese, Vietnamese and Korean, Chinese remains hugely popular. Consumers are looking for classics served well but also the opportunity to try something new and exciting, but they need support through suitable menu descriptions and education.</span>\r\n\r\nOriental cuisine remains hugely popular in the UK foodservice market, but it\'s not without its challenges. Our report outlines the effect of economic, political and trend-based issues including a shortage of skilled Oriental chefs, evolving digital presence from the likes of Deliveroo, sustainability, business rates, Brexit, changing diets and the perception of Oriental food.\r\n<h3>Have you identified any trends in the out-of-home food sector?</h3>\r\nThere are some notable trends identified in the out-of-home sector; consumers are willing to try new and exciting ingredients, and operators should embrace influences from across the world; sustainability and transparency are vital; provenance is key, and operators should be working alongside suppliers to champion this, safety allergens and maximising social media as a tool for driving footfall and awareness.\r\n\r\nBut the key trend for the report and a primary driving force behind consumer dining habits is health and wellbeing. This trend isn’t just about special diets such as vegetarian, vegan or pescatarian but the report comments on the general shift in diners looking for fresh and unprocessed dishes - 38% of British consumers are looking for these when dining out. Operators should be showing consumers just how healthy and nutritious Chinese food can be.\r\n<h3>How important do you feel authenticity is when serving oriental cuisine?</h3>\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Maria Chong, Managing Director of Lee Kum Kee\" width=\"300\" height=\"200\" /> Lee Kum Kee - Vegan dish[/caption]\r\n\r\nAuthenticity is important to us as a supplier and it’s something we’ve championed since inventing oyster sauce over 130 years ago. The report found that two in five consumers claim authenticity is extremely important when eating out. Operators must understand how they are being perceived and encompass relevant authenticity within their offer. Obviously, authenticity is different depending on the audience. A customer at a high-end Chinese restaurant will have different requirements than one eating at a pub - so relevant authenticity is key.\r\n<h3>What advice would you give to a business that already serves or is considering serving oriental cuisine?</h3>\r\nThere are 3 main areas to look at; menu development, ingredients and marketing.\r\n\r\nMenu development – we’d advise operators to look at their offering – could you use ‘new’ and exciting ingredients? Are you catering for health and wellbeing led diets? Are you explaining your dishes effectively?\r\n\r\nIngredients – make sure you’re getting the best ingredients and addressing authenticity, corporate environmental responsibility, provenance and safety allergens.\r\n\r\nMarketing – social media continues to help foodservice businesses to market cost-effectively, and operators should continue to maximise this as a tool. It’s worth looking at menu design too, making sure your descriptions excite and appeal but are sensitive enough not to scare or confused consumers. There’s a regional divide between consumers in London and GB, so it’s important operators pay attention to their specific audience.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats with Ontrade Progress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n</ul>\r\n<h2>Please see below tips in full from the report release</h2>\r\n<strong>Menu development: </strong>\r\n<ul>\r\n 	<li>\r\n\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs (portrait with product)\" width=\"300\" height=\"200\" /> Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs - Lee Kum Kee[/caption]\r\n\r\n<strong>Embrace trends from around the world on your menu:</strong> Oriental cuisine is extremely popular with 4 in 5 consumers eating it out of home and there are still plenty of ‘new’ and exciting ingredients consumers are willing to try; 46% of consumers have not heard of glass noodles and 26% have not tried Char Siu sauce</li>\r\n 	<li><strong>Special diets are important: </strong>70% of British consumers have either dietary or wellbeing led considerations when eating out, there’s real opportunity for operators to expand their menu options and maximise sales</li>\r\n 	<li><strong>The big health drive:</strong> Oriental food fits well with the drive for healthy fresh food as meals are always based around a balance of fresh veg, protein and carbs</li>\r\n 	<li><strong>Education is effective: </strong>whilst consumers are keen to explore new flavours and ingredients they need a little explaining or to be given inspiration. Working closely with ingredient suppliers who have a wealth of knowledge will help operators</li>\r\n</ul>\r\n<strong>The best ingredients:</strong>\r\n<ul>\r\n 	<li><strong>Applicable authenticity: </strong>with 2 in 5 consumers claiming authenticity is extremely important when eating out, operators must understand how they are being perceived and encompass relevant authenticity within their offer</li>\r\n 	<li><strong>Corporate environmental responsibility: </strong>sustainability and transparency are vital<strong>, </strong>for both businesses and consumers; 54% of consumers claim sustainability of ingredients is important to them whilst 50% of business leaders predict food waste and sustainability will be a key trend moving forwards</li>\r\n 	<li><strong>Provenance: </strong>understand the source, historical background of a cuisine and flavours by working more closely with suppliers and trusted brands</li>\r\n 	<li><strong>Safety allergens:</strong> stable ingredients and consistence in quality that you can rely on is key, so only work with suppliers that you can trust</li>\r\n</ul>\r\n<strong>Marketing</strong>\r\n<ul>\r\n 	<li><strong>Harness social media effectively:</strong> social media continues to help foodservice businesses to market cost-effectively. Notably, 50% of 18-24, 51% of 25-34 year olds and 48% of 35-44 year olds are using Facebook to find inspiration for eating out.</li>\r\n 	<li><strong>Menu design</strong>: use suitable descriptions to excite and appeal, but be sensitive enough not to scare or confuse the consumers. Images are a vital way to encourage consumers to try new dishes. Encompass both new and exciting dishes as well as familiarity to encourage more visits.</li>\r\n 	<li><strong>Know your audience:</strong> there is a clear regional divide between consumers in London and GB. London consumers are twice as likely to say sushi, Korean BBQ and pho are their favourite dishes when eating out but be mindful that some cuisines and dishes popular in London may not be as successful elsewhere and vice versa.</li>\r\n</ul>\r\n<h3>What do the results of the report mean for Lee Kum Kee and the future of the oriental foodservice market within the UK as a whole?</h3>\r\n[caption id=\"attachment_4177\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4177\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Foodservice-2-300x225.jpg\" alt=\"Lee Kum Kee food service\" width=\"300\" height=\"225\" /> Lee Kum Kee food service[/caption]\r\n\r\nThe report shows that the foodservice industry is in challenging times, but by being agile and having a clear proposition operators can still thrive. The report shows there are many opportunities as people will always want to eat out and fresh, healthy and delicious food will continue to be in demand.\r\n\r\nWe want this report to be an effective tool for operators moving forwards. It’s about unlocking the profit-making opportunity that a good Oriental food offer can present and driving business success, not just within traditional Oriental restaurants but across all foodservice sectors.\r\n\r\nWe want to continue working in partnership with foodservice operators; we have a wealth of knowledge and expertise that can help and support operators.\r\n\r\nVisit Lee Kum Kee\'s website by clicking <a href=\"https://uk.lkk.com/products.php\">here</a>','On-Trade progress’ Questions for Maria Chong','','inherit','closed','closed','','4176-revision-v1','','','2019-03-12 15:29:57','2019-03-12 15:29:57','',4176,'https://www.ontradeprogress.com/2019/03/12/4176-revision-v1/',0,'revision','',0),(4181,1,'2019-03-12 15:30:36','2019-03-12 15:30:36','<h1>We recently attended the release of the Foodservice Report from Lee Kum Kee and caught up with Maria Chong, Managing Director of Lee Kum Kee, to discuss what this report will mean for the future of oriental food.</h1>\r\n<h3>Can you give a brief overview as to what the Lee Kum Kee 2019 foodservice report is about and what the purpose of the report is?</h3>\r\nThis new comprehensive report looks at Oriental cuisine in the foodservice market, drawing on a wide range of insight, data and industry intelligence. The report shows the overarching trends in foodservice and what consumers are looking for when eating out of home. As a leading Chinese sauce company and given the current pressures facing foodservice in the UK, we felt it was timely to offer a report that demonstrates the opportunities as well as challenges for the sector’s operatives.\r\n<h3>What is the current status of Oriental Cuisine in the UK foodservice market?</h3>\r\nOriental food offers many opportunities for operators, especially in terms of helping them to cater for those looking for healthy or special dietary options, like those on gluten-free diets or who are vegans.\r\n\r\nChinese is the third most popular cuisine when eating out <span style=\"font-size: 14px;\">after British and Italian with 69% of people eating it. Oriental cuisine has become more diverse in the UK, but although many people are looking to try Japanese, Vietnamese and Korean, Chinese remains hugely popular. Consumers are looking for classics served well but also the opportunity to try something new and exciting, but they need support through suitable menu descriptions and education.</span>\r\n\r\nOriental cuisine remains hugely popular in the UK foodservice market, but it\'s not without its challenges. Our report outlines the effect of economic, political and trend-based issues including a shortage of skilled Oriental chefs, evolving digital presence from the likes of Deliveroo, sustainability, business rates, Brexit, changing diets and the perception of Oriental food.\r\n<h3>Have you identified any trends in the out-of-home food sector?</h3>\r\nThere are some notable trends identified in the out-of-home sector; consumers are willing to try new and exciting ingredients, and operators should embrace influences from across the world; sustainability and transparency are vital; provenance is key, and operators should be working alongside suppliers to champion this, safety allergens and maximising social media as a tool for driving footfall and awareness.\r\n\r\nBut the key trend for the report and a primary driving force behind consumer dining habits is health and wellbeing. This trend isn’t just about special diets such as vegetarian, vegan or pescatarian but the report comments on the general shift in diners looking for fresh and unprocessed dishes - 38% of British consumers are looking for these when dining out. Operators should be showing consumers just how healthy and nutritious Chinese food can be.\r\n<h3>How important do you feel authenticity is when serving oriental cuisine?</h3>\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Maria Chong, Managing Director of Lee Kum Kee\" width=\"300\" height=\"200\" /> Lee Kum Kee - Vegan dish[/caption]\r\n\r\nAuthenticity is important to us as a supplier and it’s something we’ve championed since inventing oyster sauce over 130 years ago. The report found that two in five consumers claim authenticity is extremely important when eating out. Operators must understand how they are being perceived and encompass relevant authenticity within their offer. Obviously, authenticity is different depending on the audience. A customer at a high-end Chinese restaurant will have different requirements than one eating at a pub - so relevant authenticity is key.\r\n<h3>What advice would you give to a business that already serves or is considering serving oriental cuisine?</h3>\r\nThere are 3 main areas to look at; menu development, ingredients and marketing.\r\n\r\nMenu development – we’d advise operators to look at their offering – could you use ‘new’ and exciting ingredients? Are you catering for health and wellbeing led diets? Are you explaining your dishes effectively?\r\n\r\nIngredients – make sure you’re getting the best ingredients and addressing authenticity, corporate environmental responsibility, provenance and safety allergens.\r\n\r\nMarketing – social media continues to help foodservice businesses to market cost-effectively, and operators should continue to maximise this as a tool. It’s worth looking at menu design too, making sure your descriptions excite and appeal but are sensitive enough not to scare or confused consumers. There’s a regional divide between consumers in London and GB, so it’s important operators pay attention to their specific audience.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats with Ontrade Progress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n</ul>\r\n<h2>Please see below tips in full from the report release</h2>\r\n<strong>Menu development: </strong>\r\n<ul>\r\n 	<li>\r\n\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs (portrait with product)\" width=\"300\" height=\"200\" /> Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs - Lee Kum Kee[/caption]\r\n\r\n<strong>Embrace trends from around the world on your menu:</strong> Oriental cuisine is extremely popular with 4 in 5 consumers eating it out of home and there are still plenty of ‘new’ and exciting ingredients consumers are willing to try; 46% of consumers have not heard of glass noodles and 26% have not tried Char Siu sauce</li>\r\n 	<li><strong>Special diets are important: </strong>70% of British consumers have either dietary or wellbeing led considerations when eating out, there’s real opportunity for operators to expand their menu options and maximise sales</li>\r\n 	<li><strong>The big health drive:</strong> Oriental food fits well with the drive for healthy fresh food as meals are always based around a balance of fresh veg, protein and carbs</li>\r\n 	<li><strong>Education is effective: </strong>whilst consumers are keen to explore new flavours and ingredients they need a little explaining or to be given inspiration. Working closely with ingredient suppliers who have a wealth of knowledge will help operators</li>\r\n</ul>\r\n<strong>The best ingredients:</strong>\r\n<ul>\r\n 	<li><strong>Applicable authenticity: </strong>with 2 in 5 consumers claiming authenticity is extremely important when eating out, operators must understand how they are being perceived and encompass relevant authenticity within their offer</li>\r\n 	<li><strong>Corporate environmental responsibility: </strong>sustainability and transparency are vital<strong>, </strong>for both businesses and consumers; 54% of consumers claim sustainability of ingredients is important to them whilst 50% of business leaders predict food waste and sustainability will be a key trend moving forwards</li>\r\n 	<li><strong>Provenance: </strong>understand the source, historical background of a cuisine and flavours by working more closely with suppliers and trusted brands</li>\r\n 	<li><strong>Safety allergens:</strong> stable ingredients and consistence in quality that you can rely on is key, so only work with suppliers that you can trust</li>\r\n</ul>\r\n<strong>Marketing</strong>\r\n<ul>\r\n 	<li><strong>Harness social media effectively:</strong> social media continues to help foodservice businesses to market cost-effectively. Notably, 50% of 18-24, 51% of 25-34 year olds and 48% of 35-44 year olds are using Facebook to find inspiration for eating out.</li>\r\n 	<li><strong>Menu design</strong>: use suitable descriptions to excite and appeal, but be sensitive enough not to scare or confuse the consumers. Images are a vital way to encourage consumers to try new dishes. Encompass both new and exciting dishes as well as familiarity to encourage more visits.</li>\r\n 	<li><strong>Know your audience:</strong> there is a clear regional divide between consumers in London and GB. London consumers are twice as likely to say sushi, Korean BBQ and pho are their favourite dishes when eating out but be mindful that some cuisines and dishes popular in London may not be as successful elsewhere and vice versa.</li>\r\n</ul>\r\n<h3>What do the results of the report mean for Lee Kum Kee and the future of the oriental foodservice market within the UK as a whole?</h3>\r\n[caption id=\"attachment_4177\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4177\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Foodservice-2-300x225.jpg\" alt=\"Lee Kum Kee food service\" width=\"300\" height=\"225\" /> Lee Kum Kee food service[/caption]\r\n\r\nThe report shows that the foodservice industry is in challenging times, but by being agile and having a clear proposition operators can still thrive. The report shows there are many opportunities as people will always want to eat out and fresh, healthy and delicious food will continue to be in demand.\r\n\r\nWe want this report to be an effective tool for operators moving forwards. It’s about unlocking the profit-making opportunity that a good Oriental food offer can present and driving business success, not just within traditional Oriental restaurants but across all foodservice sectors.\r\n\r\nWe want to continue working in partnership with foodservice operators; we have a wealth of knowledge and expertise that can help and support operators.\r\n\r\nVisit Lee Kum Kee\'s website by clicking <a href=\"https://uk.lkk.com/products.php\">here</a>','On-Trade progress’ Questions for Maria Chong','','inherit','closed','closed','','4176-revision-v1','','','2019-03-12 15:30:36','2019-03-12 15:30:36','',4176,'https://www.ontradeprogress.com/2019/03/12/4176-revision-v1/',0,'revision','',0),(4182,1,'2019-03-12 15:31:01','2019-03-12 15:31:01','<h1>We recently attended the release of the Foodservice Report from Lee Kum Kee and caught up with Maria Chong, Managing Director of Lee Kum Kee, to discuss what this report will mean for the future of oriental food.</h1>\r\n<h3>Can you give a brief overview as to what the Lee Kum Kee 2019 foodservice report is about and what the purpose of the report is?</h3>\r\nThis new comprehensive report looks at Oriental cuisine in the foodservice market, drawing on a wide range of insight, data and industry intelligence. The report shows the overarching trends in foodservice and what consumers are looking for when eating out of home. As a leading Chinese sauce company and given the current pressures facing foodservice in the UK, we felt it was timely to offer a report that demonstrates the opportunities as well as challenges for the sector’s operatives.\r\n<h3>What is the current status of Oriental Cuisine in the UK foodservice market?</h3>\r\nOriental food offers many opportunities for operators, especially in terms of helping them to cater for those looking for healthy or special dietary options, like those on gluten-free diets or who are vegans.\r\n\r\nChinese is the third most popular cuisine when eating out <span style=\"font-size: 14px;\">after British and Italian with 69% of people eating it. Oriental cuisine has become more diverse in the UK, but although many people are looking to try Japanese, Vietnamese and Korean, Chinese remains hugely popular. Consumers are looking for classics served well but also the opportunity to try something new and exciting, but they need support through suitable menu descriptions and education.</span>\r\n\r\nOriental cuisine remains hugely popular in the UK foodservice market, but it\'s not without its challenges. Our report outlines the effect of economic, political and trend-based issues including a shortage of skilled Oriental chefs, evolving digital presence from the likes of Deliveroo, sustainability, business rates, Brexit, changing diets and the perception of Oriental food.\r\n<h3>Have you identified any trends in the out-of-home food sector?</h3>\r\nThere are some notable trends identified in the out-of-home sector; consumers are willing to try new and exciting ingredients, and operators should embrace influences from across the world; sustainability and transparency are vital; provenance is key, and operators should be working alongside suppliers to champion this, safety allergens and maximising social media as a tool for driving footfall and awareness.\r\n\r\nBut the key trend for the report and a primary driving force behind consumer dining habits is health and wellbeing. This trend isn’t just about special diets such as vegetarian, vegan or pescatarian but the report comments on the general shift in diners looking for fresh and unprocessed dishes - 38% of British consumers are looking for these when dining out. Operators should be showing consumers just how healthy and nutritious Chinese food can be.\r\n<h3>How important do you feel authenticity is when serving oriental cuisine?</h3>\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Maria Chong, Managing Director of Lee Kum Kee\" width=\"300\" height=\"200\" /> Lee Kum Kee - Vegan dish[/caption]\r\n\r\nAuthenticity is important to us as a supplier and it’s something we’ve championed since inventing oyster sauce over 130 years ago. The report found that two in five consumers claim authenticity is extremely important when eating out. Operators must understand how they are being perceived and encompass relevant authenticity within their offer. Obviously, authenticity is different depending on the audience. A customer at a high-end Chinese restaurant will have different requirements than one eating at a pub - so relevant authenticity is key.\r\n<h3>What advice would you give to a business that already serves or is considering serving oriental cuisine?</h3>\r\nThere are 3 main areas to look at; menu development, ingredients and marketing.\r\n\r\nMenu development – we’d advise operators to look at their offering – could you use ‘new’ and exciting ingredients? Are you catering for health and wellbeing led diets? Are you explaining your dishes effectively?\r\n\r\nIngredients – make sure you’re getting the best ingredients and addressing authenticity, corporate environmental responsibility, provenance and safety allergens.\r\n\r\nMarketing – social media continues to help foodservice businesses to market cost-effectively, and operators should continue to maximise this as a tool. It’s worth looking at menu design too, making sure your descriptions excite and appeal but are sensitive enough not to scare or confused consumers. There’s a regional divide between consumers in London and GB, so it’s important operators pay attention to their specific audience.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/\">BBPA chats with Ontrade Progress</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/\">The history of glassware with Allan Stevenson</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/\">Looking after your Cask drinkers</a></li>\r\n</ul>\r\n<h2>Please see below tips in full from the report release</h2>\r\n<strong>Menu development: </strong>\r\n<ul>\r\n 	<li>\r\n\r\n[caption id=\"attachment_4179\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4179\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Ken-Homs-Vegan-friendly-Sichuan-Dan-Dan-Noodles-landscape-with-product-300x200.jpg\" alt=\"Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs (portrait with product)\" width=\"300\" height=\"200\" /> Gizzi Erskine\'s Portobello Mushroom, Beansprout and Spring Onion Crispy Broken Eggs - Lee Kum Kee[/caption]\r\n\r\n<strong>Embrace trends from around the world on your menu:</strong> Oriental cuisine is extremely popular with 4 in 5 consumers eating it out of home and there are still plenty of ‘new’ and exciting ingredients consumers are willing to try; 46% of consumers have not heard of glass noodles and 26% have not tried Char Siu sauce</li>\r\n 	<li><strong>Special diets are important: </strong>70% of British consumers have either dietary or wellbeing led considerations when eating out, there’s real opportunity for operators to expand their menu options and maximise sales</li>\r\n 	<li><strong>The big health drive:</strong> Oriental food fits well with the drive for healthy fresh food as meals are always based around a balance of fresh veg, protein and carbs</li>\r\n 	<li><strong>Education is effective: </strong>whilst consumers are keen to explore new flavours and ingredients they need a little explaining or to be given inspiration. Working closely with ingredient suppliers who have a wealth of knowledge will help operators</li>\r\n</ul>\r\n<strong>The best ingredients:</strong>\r\n<ul>\r\n 	<li><strong>Applicable authenticity: </strong>with 2 in 5 consumers claiming authenticity is extremely important when eating out, operators must understand how they are being perceived and encompass relevant authenticity within their offer</li>\r\n 	<li><strong>Corporate environmental responsibility: </strong>sustainability and transparency are vital<strong>, </strong>for both businesses and consumers; 54% of consumers claim sustainability of ingredients is important to them whilst 50% of business leaders predict food waste and sustainability will be a key trend moving forwards</li>\r\n 	<li><strong>Provenance: </strong>understand the source, historical background of a cuisine and flavours by working more closely with suppliers and trusted brands</li>\r\n 	<li><strong>Safety allergens:</strong> stable ingredients and consistence in quality that you can rely on is key, so only work with suppliers that you can trust</li>\r\n</ul>\r\n<strong>Marketing</strong>\r\n<ul>\r\n 	<li><strong>Harness social media effectively:</strong> social media continues to help foodservice businesses to market cost-effectively. Notably, 50% of 18-24, 51% of 25-34 year olds and 48% of 35-44 year olds are using Facebook to find inspiration for eating out.</li>\r\n 	<li><strong>Menu design</strong>: use suitable descriptions to excite and appeal, but be sensitive enough not to scare or confuse the consumers. Images are a vital way to encourage consumers to try new dishes. Encompass both new and exciting dishes as well as familiarity to encourage more visits.</li>\r\n 	<li><strong>Know your audience:</strong> there is a clear regional divide between consumers in London and GB. London consumers are twice as likely to say sushi, Korean BBQ and pho are their favourite dishes when eating out but be mindful that some cuisines and dishes popular in London may not be as successful elsewhere and vice versa.</li>\r\n</ul>\r\n<h3>What do the results of the report mean for Lee Kum Kee and the future of the oriental foodservice market within the UK as a whole?</h3>\r\n[caption id=\"attachment_4177\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4177\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Foodservice-2-300x225.jpg\" alt=\"Lee Kum Kee food service\" width=\"300\" height=\"225\" /> Lee Kum Kee food service[/caption]\r\n\r\nThe report shows that the foodservice industry is in challenging times, but by being agile and having a clear proposition operators can still thrive. The report shows there are many opportunities as people will always want to eat out and fresh, healthy and delicious food will continue to be in demand.\r\n\r\nWe want this report to be an effective tool for operators moving forwards. It’s about unlocking the profit-making opportunity that a good Oriental food offer can present and driving business success, not just within traditional Oriental restaurants but across all foodservice sectors.\r\n\r\nWe want to continue working in partnership with foodservice operators; we have a wealth of knowledge and expertise that can help and support operators.\r\n\r\n<strong>Visit Lee Kum Kee\'s website by clicking <a href=\"https://uk.lkk.com/products.php\">here</a></strong>','On-Trade progress’ Questions for Maria Chong','','inherit','closed','closed','','4176-revision-v1','','','2019-03-12 15:31:01','2019-03-12 15:31:01','',4176,'https://www.ontradeprogress.com/2019/03/12/4176-revision-v1/',0,'revision','',0),(4183,1,'2019-03-12 15:41:50','2019-03-12 15:41:50','','Aquarius Sangiovese Shiraz AU282','Aquarius Sangiovese Shiraz AU282','inherit','closed','closed','','aquarius-sangiovese-shiraz-au282','','','2019-03-12 15:49:32','2019-03-12 15:49:32','',4118,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Aquarius-Sangiovese-Shiraz-AU282.jpg',0,'attachment','image/jpeg',0),(4184,1,'2019-03-12 15:42:21','2019-03-12 15:42:21','','Bella Luna Fiano au283','','inherit','closed','closed','','bella-luna-fiano-au283','','','2019-03-12 15:42:21','2019-03-12 15:42:21','',4118,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bella-Luna-Fiano-au283.jpg',0,'attachment','image/jpeg',0),(4186,1,'2019-03-12 15:42:57','2019-03-12 15:42:57','','Bella Luna Nero D\'Avola AU284','','inherit','closed','closed','','bella-luna-nero-davola-au284','','','2019-03-12 15:42:57','2019-03-12 15:42:57','',4118,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bella-Luna-Nero-DAvola-AU284.jpg',0,'attachment','image/jpeg',0),(4188,1,'2019-03-12 15:43:29','2019-03-12 15:43:29','','Laneway Vermentino AU297','Laneway Vermentino AU297','inherit','closed','closed','','laneway-vermentino-au297','','','2019-03-12 15:47:20','2019-03-12 15:47:20','',4118,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Laneway-Vermentino-AU297.jpg',0,'attachment','image/jpeg',0),(4189,1,'2019-03-12 15:53:31','2019-03-12 15:53:31','<h1>Australian winemakers have been experimenting with Italian grape varieties over the last several years and 2019 will see this trend increase further with clas<span style=\"color: #19232d; font-size: 24px; font-weight: bold;\">sic Italian varietals such as Montepulciano, Sangiovese, Fiano, Vermentino and so on, really coming to the fore.</span>\r\n<img class=\"alignright size-medium wp-image-4185\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bella-Luna-Fiano-au283.tif\" alt=\"\" width=\"1\" height=\"1\" /><img class=\"alignright size-medium wp-image-4187\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bella-Luna-Nero-DAvola-AU284.tif\" alt=\"\" width=\"1\" height=\"1\" /></h1>\r\n[caption id=\"attachment_4188\" align=\"alignright\" width=\"95\"]<img class=\"size-medium wp-image-4188\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Laneway-Vermentino-AU297-95x300.jpg\" alt=\"Laneway Vermentino AU297\" width=\"95\" height=\"300\" /> Laneway Vermentino AU297[/caption]\r\n\r\nSome of these experiments started with climate change in mind, but several winemakers have also long held the view that certain Australian climates were already a good natural fit for the sun-loving varieties of southern Italy, in particular.\r\n\r\nWhen you think about it, this rise of the Aussie Italians makes sense; the Mediterranean climate of much of south-east Australia is ideally suited for Italian grape varieties coupled with Australia’s diverse culture - Australia has a large number of citizens who claim Italian heritage, over a million people at last count in 2018.\r\n\r\nAll this interest in Italian wines is not just about increasing diversity of available varieties, it’s about introducing broader flavours, styles, structure. The vast majority of Italian grapes maintain good levels of natural acidity in warm (and getting warmer) Australian winegrowing regions, unlike most (although not all) of the more widely planted French-origin grape varieties - Shiraz (Syrah), Chardonnay, Cabernet Sauvignon, etc. And, natural acid is not just important for the taste of wine – it also assists in the finished wine\'s stability. Grapes grown for natural acid balance make for less intervention and additions at the hand of the winemaker.\r\n\r\nHowever, these wines aren’t strictly the Italian classics we’re used to. While the Australian climate may be similar, the terroir creates a different depth of character, profile and aroma. Rather, these Australian Italian wines are an ‘interpretation’; these winemakers are creating a new style of wine whilst maintaining the characteristics of the grape.\r\n\r\nThere has been with a shift towards more savoury flavoured wines, partly in rebellion to the fruit bombs of the past, partly due to food culture which has seen a rise in attention to good food. Wines that are more on the savoury side with more acidity and structure, like those produced from these Italian grape varieties, are generally more food-friendly.\r\n\r\nAnd, of course Australian wine regulations are not as strict as those of Europe, for example; so there is no restriction on which varieties may be planted or indeed where they may be planted. Indeed, Australia\'s wine industry has a history of experimentation, not afraid to dig up swathes of vineyards to respond to changes in taste or in climate.\r\n<h3>So, where to start with these <em>nuovi classici</em>?</h3>\r\n[caption id=\"attachment_4120\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4120\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/grapes-3550733_1920-300x200.jpg\" alt=\"Australian winemakers have been experimenting with Italian grape varieties\" width=\"300\" height=\"200\" /> Australian winemakers have been experimenting with Italian grape varieties[/caption]\r\n\r\nMy personal favourite is the new Bella Luna Nero d’Avola from McPherson Wines in Victoria. The nose is floral with a touch of spice, yet earthy with lots of character. This wine delivers on fruit and style, and is a great all-rounder.\r\n\r\nI asked Lou Scanlan of McPherson Wines where the inspiration for the Bella Luna range, which also includes a Fiano, came from:\r\n\r\n“The Bella Luna story came from the vineyards in the first years of the new century, when a lovely picker named Edo (Eduardo) from Rome came to work with us and would testify to Jo (Jo Nash, McPherson winemaker) about the joys of the Italian varietals. After working with Jo for some time and sampling many bottles, Edo convinced Jo that it would be worth planting just one vineyard of Fiano and Nero d’Avola and, finally, she agreed.\r\n\r\n[caption id=\"attachment_4183\" align=\"alignright\" width=\"99\"]<img class=\"size-medium wp-image-4183\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Aquarius-Sangiovese-Shiraz-AU282-99x300.jpg\" alt=\"Aquarius Sangiovese Shiraz AU282\" width=\"99\" height=\"300\" /> Aquarius Sangiovese Shiraz AU282[/caption]\r\n\r\nThere was just one hitch…. Edo insisted the vines needed to be planted on the night of the full moon. He told her planting in this way has been practised since ancient times and it would make all the difference to the resulting grapes if the vines were planted under the “Bella Luna”. Now, Jo is a practical person however, Edo is even more persuasive than Jo is practical, so somehow Jo found herself overseeing a full moon planting of the vines that would grow the grapes for our Bella Luna wines. We will never know if the beautiful moon on the night of the planting made a difference to the wine but we like to think it did, and we do feel there’s magic in that bottle.\r\n\r\n<strong>For more details on Lanchester Wines’ range, including Bella Luna and the wider ‘Italians from Australia’, please click <a href=\"http://www.lanchesterwines.co.uk\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\">Drury launches new recyclable packaging</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\">Artis launches a new mixology cocktail glassware</a></li>\r\n</ul>','We caught up with Lanchester Wines’ Ian Richardson to ask him about 2019’s hottest wine trend – Italian wines made ‘down under’','','inherit','closed','closed','','4118-revision-v1','','','2019-03-12 15:53:31','2019-03-12 15:53:31','',4118,'https://www.ontradeprogress.com/2019/03/12/4118-revision-v1/',0,'revision','',0),(4190,1,'2019-03-13 10:18:55','2019-03-13 10:18:55','[embed]http://issuu.com/bwmediagroup/docs/web_version_-_23_on-trade-progress__87c8b338282abc?e=32393893/68405966[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-03-13 10:18:55','2019-03-13 10:18:55','',23,'https://www.ontradeprogress.com/2019/03/13/23-revision-v1/',0,'revision','',0),(4191,1,'2019-03-13 10:19:58','2019-03-13 10:19:58','[embed class=\"is-loading\"]http://issuu.com/bwmediagroup/docs/web_version_-_23_on-trade-progress__87c8b338282abc?e=32393893/68405966[/embed]','On-Trade Progress Issue #23','','inherit','closed','closed','','276-revision-v1','','','2019-03-13 10:19:58','2019-03-13 10:19:58','',276,'https://www.ontradeprogress.com/2019/03/13/276-revision-v1/',0,'revision','',0),(4192,1,'2019-03-13 10:27:29','2019-03-13 10:27:29','<h1>Bob Pease, CEO/president of the Brewers Association, the not-for-profit trade body representing small and independent American craft brewers, looks at the importance of quality on draught beer systems.</h1>\r\nThere is much to celebrate in American craft beer – more than 7,100 small and independent breweries with thousands more in planning, an impressive uptake of the Independent Craft Brewer Seal (over 4,100 breweries to date), an economic impact of more than $76 billion, the on-going innovation of the industry and much more.\r\n\r\nAs the number of breweries and new products increases, so too does the complexity of the draught beer landscape. Draught beer has always been an important part of brewery sales and many small and independent American craft brewers establish their brands on draught before packaging in bottles or cans. Today’s beer consumers are more knowledgeable and discerning than ever before, and just one bad experience can put off a potential craft drinker for life. As a result, there is a greater focus on draught beer quality and the need for a well-executed draught beer programme is at an all-time high.\r\n\r\nIn 2017, draught beer sales were estimated to be between 1.5-11per cent of the total U.S. beer market, the highest market share for draught beer since 1994.  Nielsen CGA estimated that almost 40 percent of draught beer sales last year were from small and independent brewers, demonstrating the importance of this format.\r\n\r\nWhen handled properly draught beer delivers what many consider to be the freshest, most flavourful beer available.  Many entities are involved in the installation and maintenance of draught systems making commonly agreed upon guidelines necessary to ensure beer is presented in optimal condition.\r\n\r\nHere at the Brewers Association, we have a Draught Beer Quality Subcommittee whose overriding mission is to improve the quality of draught beer dispensed to beer drinkers.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/\">Desperados has a global brand make-over</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/\">Old Mout unveils their new flavour</a></li>\r\n</ul>\r\nSince 2007, its focus has been to develop a clear set of well-researched best practices for draught beer  via the Draught Beer Quality Manual (DBQM), available to download free of charge at <a href=\"http://www.draughtquality.org\">www.draughtquality.org</a>  Often called the bible of draught beer, the DBQM is considered the draught beer industry’s standard by manufacturers, installers, line cleaners, distributors, retailers and brewers worldwide.  The fourth edition will be published in spring 2019 by Brewers Publications and will include up-to-date recommendations and expanded graphics.  This will be available to download at draughtquality.org\r\n\r\nBeer systems require precise design, explicit operating conditions, and rigorous, regular maintenance to ensure the proper dispense of high-quality beer. A system’s age, condition of draught lines, past maintenance practices and styles of beer served can all impact on a draught system’s health.    Little scientific research has been done in the field of draught quality, perhaps not surprisingly due to the many variables, but the Brewers Association and the DBQ Subcommittee have been involved in research to learn more about the formation of biofilm in draught lines and best practices to remove it.  A focus is on the development of a standard ‘dirty beer line’  that could be used to test variables such as the efficacy of various chemical concentrations, flow rates and cleaning methodologies – static versus recirculation for example.  The full report will be published later this year.\r\n\r\nWe anticipate more brewery openings and a more competitive craft brewing industry than ever before. Quality, innovation and independence remains the hallmark of American craft brewing and we continue to see brewers experimenting and pushing the envelope both on the brewing and business side.\r\n\r\n<a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a>','Brewers Association: Draught beer quality - More important than ever','','inherit','closed','closed','','4127-revision-v1','','','2019-03-13 10:27:29','2019-03-13 10:27:29','',4127,'https://www.ontradeprogress.com/2019/03/13/4127-revision-v1/',0,'revision','',0),(4194,1,'2019-03-13 10:44:19','2019-03-13 10:44:19','The On-Trade Progress Hospitality Magazine is an excellent resource for owners, operators and licensees of pubs, bars, clubs and restaurants.','Home','','inherit','closed','closed','','8-revision-v1','','','2019-03-13 10:44:19','2019-03-13 10:44:19','',8,'https://www.ontradeprogress.com/2019/03/13/8-revision-v1/',0,'revision','',0),(4195,1,'2019-03-13 10:50:55','2019-03-13 10:50:55','','ECTSD _ Register Now _ 728x142','','inherit','closed','closed','','ectsd-_-register-now-_-728x142','','','2019-03-13 10:50:55','2019-03-13 10:50:55','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/ECTSD-_-Register-Now-_-728x142.jpg',0,'attachment','image/jpeg',0),(4197,1,'2019-03-13 13:13:18','2019-03-13 13:13:18','<h1>Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers. However, over the last five years or so, optics have become not as ‘trendy’ as they used to be, or at least not as trendy as jiggers, thimbles and free-pouring. You’ll see in many older TV programmes, like Only Fools &amp; Horses, that there will always be optics behind the bar, yet in recent years, these have become few and far between.</h1>\r\n<strong><em>“So why has thimbles and jiggers taken popularity over optics?”</em></strong>\r\n\r\n[caption id=\"attachment_4103\" align=\"alignright\" width=\"200\"]<img class=\"wp-image-4103 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/DSC_0100-e1552298742410-200x300.jpg\" alt=\"Optics have long been standing as the easiest and most accurate way of pouring spirits and Beaumont is one of the largest optics manufacturers\" width=\"200\" height=\"300\" /> Optics have long been standing as the most accurate way of pouring spirits &amp; Beaumont is one of the largest manufacturers[/caption]\r\n\r\nThis trend is something you often see in large brewery chains, but no one seems to take much note. So why has thimbles and jiggers taken popularity over optics? Now, I’m a big cocktail fan and love watching a master mixologist making a lovely looking concoction. However, if I’m buying a simple vodka &amp; lemonade or rum &amp; coke, then I like to know that I’m getting the exact amount that I’m paying for, as I’m sure everyone does. Unfortunately, with the lack of optics, human error is too common and you either end up with an under-poured drink which is against the law (Weights &amp; Measures Act 1985) or over-poured, which leads to a lot of drink wastage, ultimately resulting in loss of profit, not to mention the mess and hygiene issues when it leaks onto the bar and the barman’s hands.\r\n\r\nNow I’m sure that there aren’t any venues making these mistakes in a malicious way, but with a little bit of education, you can make sure your staff are pouring correctly, the customer’s receiving the right drink and the business isn’t wasting any product.\r\n\r\n<strong>Beaumont Optics are available at <a href=\"http://www.beaumonttm.co.uk\" target=\"_blank\" rel=\"noopener\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/\" target=\"_blank\" rel=\"noopener\">Wrapmaster helps chefs go greener</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/\" target=\"_blank\" rel=\"noopener\">Artis launches a new mixology cocktail glassware</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/\" target=\"_blank\" rel=\"noopener\">Drury launches new recyclable packaging</a></li>\r\n</ul>','We spoke with Nick DeBorde, of Beaumont TM Ltd, to discuss the importance of bringing optics back','','inherit','closed','closed','','4102-revision-v1','','','2019-03-13 13:13:18','2019-03-13 13:13:18','',4102,'https://www.ontradeprogress.com/2019/03/13/4102-revision-v1/',0,'revision','',0),(4199,1,'2019-03-14 08:35:48','2019-03-14 08:35:48','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Responding to today’s Spring Statement and the earlier announcement on tariffs, UKHospitality Chief Executive Kate Nicholls said:</h1>\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On the digital economy</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“High streets have been seriously impacted by the ongoing shift to digital businesses and hospitality businesses are no exception. It is most welcome that Government is realising that the UK’s tax and regulatory environment needs to keep pace with the way the world is changing. In hospitality, this is clearly manifested in the relatively unregulated worlds of home-sharing and online travel agents, which are dominated by big companies.\"</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitment to ensure there is more transparency for both businesses and consumers is certainly welcome and we will look forward to engaging with the Government to ensure the concerns of our members are heard.\"</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We also urgently need movement on the long-overdue review of the businesses rates system, to capitalise on the introduction of the Digital Services Tax and make sure the system is fit for purpose in the 21<sup>st</sup> Century.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On training</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitments to vocational training are welcome, but the sector is facing an acute staff and skills shortage. The move to bring forward apprenticeship support for SMEs is positive but we need broader support to ensure we can deliver on apprenticeships as soon as possible.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On wages</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Businesses are continually facing increasing costs. We always want to pay our team members well for their hard work, but it is right that National Minimum and Living Wage rates are considered independently by the Low Pay Commission, on the basis of hard evidence. We welcome the Government’s commitment to engage with businesses on the future trajectory of rates.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On today’s no deal tariff announcement</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Tariffs are self-evidently going to increase costs for businesses and for consumers. Many businesses will really struggle to pass those costs on. With costs increasing on all sides, tariffs on food are hugely unhelpful for hospitality businesses. We need the Government to find a way past this Brexit impasse as a matter of extreme urgency. Tariffs cannot be allowed to continue beyond even the shortest of short term – and preferably will not need to be enacted.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">We spoke with Beaumont about the importance of optics</a></li>\r\n</ul>','UKHospitality reaction to Spring Statement and No Deal tariffs on food','','publish','closed','open','','government-ukhospitality-tariffs-food','','https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\nhttps://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/','2019-03-14 14:45:25','2019-03-14 14:45:25','',0,'https://www.ontradeprogress.com/?p=4199',0,'post','',0),(4200,1,'2019-03-14 08:30:51','2019-03-14 08:30:51','','UK Government: UKHospitality reaction to the No Deal tariffs on food','UK Government: UKHospitality reaction to the No Deal tariffs on food','inherit','closed','closed','','ukh_logo_-_hi_res-2','','','2019-03-14 08:31:52','2019-03-14 08:31:52','',4199,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-1.jpg',0,'attachment','image/jpeg',0),(4201,1,'2019-03-14 08:35:48','2019-03-14 08:35:48','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Responding to today’s Spring Statement and the earlier announcement on tariffs, UKHospitality Chief Executive Kate Nicholls said:</h1>\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On the digital economy</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“High streets have been seriously impacted by the ongoing shift to digital businesses and hospitality businesses are no exception. It is most welcome that Government is realising that the UK’s tax and regulatory environment needs to keep pace with the way the world is changing. In hospitality this is clearly manifested in the relatively unregulated worlds of home-sharing and online travel agents, which are dominated by big companies.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitment to ensure there is more transparency for both businesses and consumers is certainly welcome and we will look forward to engaging with the Government to ensure the concerns of our members are heard.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We also urgently need movement on the long-overdue review of the businesses rates system, to capitalise on the introduction of the Digital Services Tax and make sure the system is fit for purpose in the 21<sup>st</sup> Century.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On training</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitments to vocational training are welcome, but the sector is facing an acute staff and skills shortage. The move to bring forward apprenticeship support for SMEs is positive but we need broader support to ensure we can deliver on apprenticeships as soon as possible.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On wages</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Businesses are continually facing increasing costs. We always want to pay our team members well for their hard work, but it is right that National Minimum and Living Wage rates are considered independently by the Low Pay Commission, on the basis of hard evidence. We welcome the Government’s commitment to engage with businesses on the future trajectory of rates.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On today’s no deal tariff announcement</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Tariffs are self-evidently going to increase costs for businesses and for consumers. Many businesses will really struggle to pass those costs on. With costs increasing on all sides, tariffs on food are hugely unhelpful for hospitality businesses. We need the Government to find a way past this Brexit impasse as a matter of extreme urgency. Tariffs cannot be allowed to continue beyond even the shortest of short term – and preferably will not need to be enacted.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">We spoke with Beaumont about the importance of optics</a></li>\r\n</ul>','UKHospitality reaction to Spring Statement and No Deal tariffs on food','','inherit','closed','closed','','4199-revision-v1','','','2019-03-14 08:35:48','2019-03-14 08:35:48','',4199,'https://www.ontradeprogress.com/2019/03/14/4199-revision-v1/',0,'revision','',0),(4202,1,'2019-03-20 14:38:36','2019-03-20 14:38:36','<h1>Popular Italian delicatessen <strong>Diforti </strong>has launched a Brexit Box to help shoppers prepare for shortages of their favourite foods.</h1>\r\nWith Brexit threatening to disrupt imports from Europe, and warnings that food products from the continent could be harder to come by, <strong>Diforti </strong>has taken action with the release of their Brexit Box.\r\n\r\n<strong>Carlo Diforti</strong>, <strong>Director </strong>of <strong>Diforti</strong>, said: “The looming prospect of Brexit may have already hit the pound, but it could be about to hit the people of the UK where it really hurts – their kitchen cupboards. The price of olives has hit a seven-year high, and there are warnings of an impending cheese shortage.\r\n\r\nWe don’t want any of our customers missing out on the very best Italian ingredients, no matter what we wake up to on March 29<sup>th</sup>. That’s why we’ve put together the Brexit Box, full of items that may be harder to come by once Brexit comes around.”\r\n\r\nThe carefully curated box joins <strong>Diforti’s</strong> regular collection of gift hampers, all packed with Italian essentials and available to purchase online.\r\n\r\nFrom pesto to pasta to packets of rice, the contents of the Brexit Box have been selected to keep shoppers’ cupboards stocked for the long haul. It also contains their popular Red Sweet Peppers stuffed with Cheese, in response to fears that cheese will be among the main victims of post-Brexit food shortages.\r\n<h3><strong>Diforti</strong>’s Brexit Box contains:</h3>\r\n<ul>\r\n 	<li>   Carnaroli Rice 500g</li>\r\n 	<li>   Gluten-free Penne Rigate 400g</li>\r\n 	<li>   Red Sweet Peppers Stuffed with Cheese 215g</li>\r\n 	<li>   Nduja Spread 190g</li>\r\n 	<li>   Taralli with Extra Virgin Olive Oil 200g</li>\r\n 	<li>   Tuna Loins in Oil 200g</li>\r\n 	<li>   Truffle Oil 250ml</li>\r\n 	<li>   Salamino Toscano 125g</li>\r\n 	<li>   Sicilian Pesto Jar 180g</li>\r\n</ul>\r\n<strong>Andrea Diforti, Director </strong>of <strong>Diforti,</strong> said: “Everyone’s talking about bad deals or no-deal, so we’ve made sure that our Brexit Box is a very good deal. It has everything you need to keep your cupboards stocked and your table full.”\r\n\r\nFounded by Michele Diforti in Sicily in 1875, <strong>Diforti </strong>is now run by great-great-grandsons Carlo and Andrea, and transports the traditional tastes of Italy to the UK through its online delicatessen.\r\n\r\n<strong>Diforti’s</strong> ethos is based around traditional family values and their Italian heritage, which is at the centre of everything they produce. The brothers personally develop each offering with specially selected suppliers in order to give their trade and retail customers a truly unique product.\r\n\r\n<strong>Diforti’s Brexit Box </strong>is priced at: £44.99 and available until stocks last.\r\n\r\n<strong>To find out more about Diforti’s extensive range of Italian treats visit: shop.diforti.com or call: 0208 953 5453 for trade customers, call: 0203 876 8690 for private customers.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No Deal</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Italian deli Diforti launches Brexit Box','','publish','closed','open','','italian-deli-diforti-launches-brexit-box','','','2019-03-20 14:38:36','2019-03-20 14:38:36','',0,'https://www.ontradeprogress.com/?p=4202',0,'post','',0),(4203,1,'2019-03-14 08:47:15','2019-03-14 08:47:15','','Italian deli Diforti launches Brexit Box incase of food shortages','Italian deli Diforti launches Brexit Box incase of food shortages','inherit','closed','closed','','brexit-box','','','2019-03-14 08:48:05','2019-03-14 08:48:05','',4202,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/BREXIT-BOX.jpg',0,'attachment','image/jpeg',0),(4204,1,'2019-03-14 08:48:19','2019-03-14 08:48:19','<h1>Popular Italian delicatessen <strong>Diforti </strong>has launched a Brexit Box to help shoppers prepare for shortages of their favourite foods.</h1>\r\nWith Brexit threatening to disrupt imports from Europe, and warnings that food products from the continent could be harder to come by, <strong>Diforti </strong>have taken action with the release of their Brexit Box.\r\n\r\n<strong>Carlo Diforti</strong>, <strong>Director </strong>of <strong>Diforti</strong>, said: “The looming prospect of Brexit may have already hit the pound, but it could be about to hit the people of the UK where it really hurts – their kitchen cupboards. The price of olives has hit a seven-year high, and there are warnings of an impending cheese shortage.\r\n\r\nWe don’t want any of our customers missing out on the very best Italian ingredients, no matter what we wake up to on March 29<sup>th</sup>. That’s why we’ve put together the Brexit Box, full of items that may be harder to come by once Brexit comes around.”\r\n\r\nThe carefully curated box joins <strong>Diforti’s</strong> regular collection of gift hampers, all packed with Italian essentials and available to purchase online.\r\n\r\nFrom pesto to pasta to packets of rice, the contents of the Brexit Box have been selected to keep shoppers’ cupboards stocked for the long haul. It also contains their popular Red Sweet Peppers stuffed with Cheese, in response to fears that cheese will be among the main victims of post-Brexit food shortages.\r\n<h3><strong>Diforti</strong>’s Brexit Box contains:</h3>\r\n<ul>\r\n 	<li>   Carnaroli Rice 500g</li>\r\n 	<li>   Gluten-free Penne Rigate 400g</li>\r\n 	<li>   Red Sweet Peppers Stuffed with Cheese 215g</li>\r\n 	<li>   Nduja Spread 190g</li>\r\n 	<li>   Taralli with Extra Virgin Olive Oil 200g</li>\r\n 	<li>   Tuna Loins in Oil 200g</li>\r\n 	<li>   Truffle Oil 250ml</li>\r\n 	<li>   Salamino Toscano 125g</li>\r\n 	<li>   Sicilian Pesto Jar 180g</li>\r\n</ul>\r\n<strong>Andrea Diforti, Director </strong>of <strong>Diforti,</strong> said: “Everyone’s talking about bad deals or no-deal, so we’ve made sure that our Brexit Box is a very good deal. It has everything you need to keep your cupboards stocked and your table full.”\r\n\r\nFounded by Michele Diforti in Sicily in 1875, <strong>Diforti </strong>is now run by great-great-grandsons Carlo and Andrea, and transports the traditional tastes of Italy to the UK through its online delicatessen.\r\n\r\n<strong>Diforti’s</strong> ethos is based around traditional family values and their Italian heritage, which is at the centre of everything they produce. The brothers personally develop each offering with specially selected suppliers in order to give their trade and retail customers a truly unique product.\r\n\r\n<strong>Diforti’s Brexit Box </strong>is priced at: £44.99 and available until stocks last.\r\n\r\n<strong>To find out more about Diforti’s extensive range of Italian treats visit: shop.diforti.com or call: 0208 953 5453 for trade customers, call: 0203 876 8690 for private customers</strong>','Italian deli Diforti launches Brexit Box','','inherit','closed','closed','','4202-revision-v1','','','2019-03-14 08:48:19','2019-03-14 08:48:19','',4202,'https://www.ontradeprogress.com/2019/03/14/4202-revision-v1/',0,'revision','',0),(4205,1,'2019-03-14 08:50:26','2019-03-14 08:50:26','<h1>Popular Italian delicatessen <strong>Diforti </strong>has launched a Brexit Box to help shoppers prepare for shortages of their favourite foods.</h1>\r\nWith Brexit threatening to disrupt imports from Europe, and warnings that food products from the continent could be harder to come by, <strong>Diforti </strong>have taken action with the release of their Brexit Box.\r\n\r\n<strong>Carlo Diforti</strong>, <strong>Director </strong>of <strong>Diforti</strong>, said: “The looming prospect of Brexit may have already hit the pound, but it could be about to hit the people of the UK where it really hurts – their kitchen cupboards. The price of olives has hit a seven-year high, and there are warnings of an impending cheese shortage.\r\n\r\nWe don’t want any of our customers missing out on the very best Italian ingredients, no matter what we wake up to on March 29<sup>th</sup>. That’s why we’ve put together the Brexit Box, full of items that may be harder to come by once Brexit comes around.”\r\n\r\nThe carefully curated box joins <strong>Diforti’s</strong> regular collection of gift hampers, all packed with Italian essentials and available to purchase online.\r\n\r\nFrom pesto to pasta to packets of rice, the contents of the Brexit Box have been selected to keep shoppers’ cupboards stocked for the long haul. It also contains their popular Red Sweet Peppers stuffed with Cheese, in response to fears that cheese will be among the main victims of post-Brexit food shortages.\r\n<h3><strong>Diforti</strong>’s Brexit Box contains:</h3>\r\n<ul>\r\n 	<li>   Carnaroli Rice 500g</li>\r\n 	<li>   Gluten-free Penne Rigate 400g</li>\r\n 	<li>   Red Sweet Peppers Stuffed with Cheese 215g</li>\r\n 	<li>   Nduja Spread 190g</li>\r\n 	<li>   Taralli with Extra Virgin Olive Oil 200g</li>\r\n 	<li>   Tuna Loins in Oil 200g</li>\r\n 	<li>   Truffle Oil 250ml</li>\r\n 	<li>   Salamino Toscano 125g</li>\r\n 	<li>   Sicilian Pesto Jar 180g</li>\r\n</ul>\r\n<strong>Andrea Diforti, Director </strong>of <strong>Diforti,</strong> said: “Everyone’s talking about bad deals or no-deal, so we’ve made sure that our Brexit Box is a very good deal. It has everything you need to keep your cupboards stocked and your table full.”\r\n\r\nFounded by Michele Diforti in Sicily in 1875, <strong>Diforti </strong>is now run by great-great-grandsons Carlo and Andrea, and transports the traditional tastes of Italy to the UK through its online delicatessen.\r\n\r\n<strong>Diforti’s</strong> ethos is based around traditional family values and their Italian heritage, which is at the centre of everything they produce. The brothers personally develop each offering with specially selected suppliers in order to give their trade and retail customers a truly unique product.\r\n\r\n<strong>Diforti’s Brexit Box </strong>is priced at: £44.99 and available until stocks last.\r\n\r\n<strong>To find out more about Diforti’s extensive range of Italian treats visit: shop.diforti.com or call: 0208 953 5453 for trade customers, call: 0203 876 8690 for private customers.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No Deal</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Italian deli Diforti launches Brexit Box','','inherit','closed','closed','','4202-revision-v1','','','2019-03-14 08:50:26','2019-03-14 08:50:26','',4202,'https://www.ontradeprogress.com/2019/03/14/4202-revision-v1/',0,'revision','',0),(4206,1,'2019-03-14 09:30:43','0000-00-00 00:00:00','<h1>Michelin-starred chef <strong>Peter Joseph</strong> will share the cooking skills taught to him by his mother with two culinary Mother’s Day Masterclasses at his debut restaurant <a href=\"http://kahanilondon.com/\" target=\"_blank\" rel=\"noopener\"><strong>Kahani</strong></a>.</h1>\r\n[caption id=\"attachment_4214\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4214\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Peter-Joseph-Kahani-300x200.jpg\" alt=\"Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother\" width=\"300\" height=\"200\" /> Michelin-starred chef Peter Joseph[/caption]\r\n\r\nJust 20 lucky people will have the opportunity to join the respected chef, who is quickly gaining a reputation within the culinary world for his game-changing approach to Indian cuisine,  on Saturday, March 30 at the Chelsea-based restaurant.\r\n\r\nHeld ahead of Mother’s Day on Sunday, March 31, this culinary masterclass with <strong>Peter Joseph</strong> is the ultimate Mother’s Day gift. The menu has been inspired by dishes <strong>Peter Joseph </strong>learnt from his own mother, honed to perfection and peppered with his unique, famed spice combinations.\r\n\r\n<strong>Peter Joseph, Kahani Head Chef and founder,</strong> said: “Much of the food at <strong>Kahani </strong>has been influenced by the dishes of my childhood in India and memories of my mother cooking for the family with love.”\r\n\r\n“I wanted to share the same, emotive cooking with diners at <strong>Kahani</strong>, which is why I have decided to create this special Mother’s Day experience. I’m keen for familial generations to bond over a shared love of good food. It’s an opportunity to create memories which will last a lifetime.”\r\n\r\n[caption id=\"attachment_4210\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4210\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph-II-300x200.jpg\" alt=\"Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother\" width=\"300\" height=\"200\" /> Michelin-starred chef will share the cooking skills taught to him by his mother[/caption]\r\n\r\nGuests will learn how to prepare a selection of dishes from the three-course menu including masala grilled avocado,  sumptuous robata grilled sea bass and fluffy mushroom naan. Visitors will also eat the prepared dishes and have the opportunity to bring along friends and family to join the meal.\r\n\r\nFor those who would prefer to be cooked for, <strong>Kahani</strong> will be opening its doors on Mothering Sunday and serving a special three-course Mother’s Day menu for one day only.\r\n\r\n<strong>Kahani</strong>, which means ‘story’ in Hindi, is the debut restaurant of Michelin-starred chef <strong>Peter Joseph</strong>. Challenging the common misconception that Indian cuisine consists of heavy, oppressive sauces, Peter is bringing innovation back into the kitchen with an emphasis on light dishes, grilled meats, fish and vegetables from the robata grill and tandoor.\r\n\r\nTickets for the Mother’s Day Masterclass are priced at £100 per person, and participants are welcome to invite friends and family to join them for the resulting meal at an additional £36 a head or £16 a head for under 12s. Each guest will also receive a signed recipe card from <strong>Peter Joseph</strong>. The two masterclasses will run on Saturday, March 30 from 10am and 3pm.\r\n\r\nThe Mother’s Day set menu is priced at £42 a head and is available at the restaurant on Sunday, March 31, from midday until 8pm.\r\n\r\n<strong>To reserve a spare at the Mother’s Day Masterclass or to book a table for the Mother’s Day set menu email: <a href=\"mailto:Reservations@Kahanilondon.com\">Reservations@Kahanilondon.com</a>, or call:  0207 7307 634</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Michelin-Starred chef pays homage to Mother\'s cookery skills','','draft','closed','open','','michelin-starred-chef-homage-mothers','','','2019-03-14 09:30:43','2019-03-14 09:30:43','',0,'https://www.ontradeprogress.com/?p=4206',0,'post','',0),(4207,1,'2019-03-14 09:20:37','2019-03-14 09:20:37','','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother','inherit','closed','closed','','cocktails-at-kahani','','','2019-03-14 09:22:00','2019-03-14 09:22:00','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Cocktails-at-Kahani.jpg',0,'attachment','image/jpeg',0),(4208,1,'2019-03-14 09:21:09','2019-03-14 09:21:09','','Dessert at Kahani','','inherit','closed','closed','','dessert-at-kahani','','','2019-03-14 09:21:09','2019-03-14 09:21:09','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Dessert-at-Kahani.jpg',0,'attachment','image/jpeg',0),(4209,1,'2019-03-14 09:21:40','2019-03-14 09:21:40','','In the kitchen with Kahani_s Peter Joseph','','inherit','closed','closed','','in-the-kitchen-with-kahani_s-peter-joseph','','','2019-03-14 09:21:40','2019-03-14 09:21:40','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph.jpg',0,'attachment','image/jpeg',0),(4210,1,'2019-03-14 09:22:01','2019-03-14 09:22:01','','In the kitchen with Kahani_s Peter Joseph II','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother','inherit','closed','closed','','in-the-kitchen-with-kahani_s-peter-joseph-ii','','','2019-03-14 09:26:02','2019-03-14 09:26:02','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph-II.jpg',0,'attachment','image/jpeg',0),(4211,1,'2019-03-14 09:22:35','2019-03-14 09:22:35','<h1>Michelin-starred chef <strong>Peter Joseph</strong> will share the cooking skills taught to him by his mother with two culinary Mother’s Day Masterclasses at his debut restaurant <strong>Kahani</strong>.</h1>\r\nJust 20 lucky people will have the opportunity to join the respected chef, who is quickly gaining a reputation within the culinary world for his game-changing approach to Indian cuisine,  on Saturday, March 30 at the Chelsea-based restaurant.\r\n\r\nHeld ahead of Mother’s Day on Sunday, March 31, this culinary masterclass with <strong>Peter Joseph</strong> is the ultimate Mother’s Day gift. The menu has been inspired by dishes <strong>Peter Joseph </strong>learnt from his own mother, honed to perfection and peppered with his unique, famed spice combinations.\r\n\r\n<strong>Peter Joseph, Kahani Head Chef and founder,</strong> said: “Much of the food at <strong>Kahani </strong>has been influenced by the dishes of my childhood in India and memories of my mother cooking for the family with love.”\r\n\r\n“I wanted to share the same, emotive cooking with diners at <strong>Kahani</strong>, which is why I have decided to create this special Mother’s Day experience. I’m keen for familial generations to bond over a shared love of good food. It’s an opportunity to create memories which will last a lifetime.”\r\n\r\nGuests will learn how to prepare a selection of dishes from the three-course menu including masala grilled avocado,  sumptuous robata grilled sea bass and fluffy mushroom naan. Visitors will also eat the prepared dishes and have the opportunity to bring along friends and family to join the meal.\r\n\r\nFor those who would prefer to be cooked for, <strong>Kahani</strong> will be opening its doors on Mothering Sunday and serving a special three-course Mother’s Day menu for one day only.\r\n\r\n<strong>Kahani</strong>, which means ‘story’ in Hindi, is the debut restaurant of Michelin-starred chef <strong>Peter Joseph</strong>. Challenging the common misconception that Indian cuisine consists of heavy, oppressive sauces, Peter is bringing innovation back into the kitchen with an emphasis on light dishes, grilled meats, fish and vegetables from the robata grill and tandoor.\r\n\r\nTickets for the Mother’s Day Masterclass are priced at £100 per person, and participants are welcome to invite friends and family to join them for the resulting meal at an additional £36 a head or £16 a head for under 12s. Each guest will also receive a signed recipe card from <strong>Peter Joseph</strong>. The two masterclasses will run on Saturday, March 30 from 10am and 3pm.\r\n\r\nThe Mother’s Day set menu is priced at £42 a head and is available at the restaurant on Sunday, March 31, from midday until 8pm.\r\n\r\n<strong>To reserve a spare at the Mother’s Day Masterclass or to book a table for the Mother’s Day set menu email: <a href=\"mailto:Reservations@Kahanilondon.com\">Reservations@Kahanilondon.com</a>, or call:  0207 7307 634</strong>','Michelin-Starred chef pays homage to Mother\'s cookery skills','','inherit','closed','closed','','4206-revision-v1','','','2019-03-14 09:22:35','2019-03-14 09:22:35','',4206,'https://www.ontradeprogress.com/2019/03/14/4206-revision-v1/',0,'revision','',0),(4212,1,'2019-03-14 09:22:50','2019-03-14 09:22:50','','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother','inherit','closed','closed','','kahani-1-wilbraham-place-london-sw1x-9ae','','','2019-03-14 09:24:50','2019-03-14 09:24:50','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Kahani-dishes.jpg',0,'attachment','image/jpeg',0),(4213,1,'2019-03-14 09:23:18','2019-03-14 09:23:18','','Peter Joseph; Kahani, 1 Wilbraham Place, London SW1X 9AE','Peter Joseph; Kahani, 1 Wilbraham Place, London SW1X 9AE','inherit','closed','closed','','peter-joseph-kahani-1-wilbraham-place-london-sw1x-9ae','','','2019-03-14 09:23:18','2019-03-14 09:23:18','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Peter-Joseph-at-Kahani.jpg',0,'attachment','image/jpeg',0),(4214,1,'2019-03-14 09:24:09','2019-03-14 09:24:09','','Peter Joseph Kahani','Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother','inherit','closed','closed','','peter-joseph-kahani','','','2019-03-14 09:25:23','2019-03-14 09:25:23','',4206,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Peter-Joseph-Kahani.jpg',0,'attachment','image/jpeg',0),(4215,1,'2019-03-14 09:29:31','2019-03-14 09:29:31','<h1>Michelin-starred chef <strong>Peter Joseph</strong> will share the cooking skills taught to him by his mother with two culinary Mother’s Day Masterclasses at his debut restaurant <a href=\"http://kahanilondon.com/\" target=\"_blank\" rel=\"noopener\"><strong>Kahani</strong></a>.</h1>\r\n[caption id=\"attachment_4214\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4214\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Peter-Joseph-Kahani-300x200.jpg\" alt=\"Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother\" width=\"300\" height=\"200\" /> Michelin-starred chef Peter Joseph[/caption]\r\n\r\nJust 20 lucky people will have the opportunity to join the respected chef, who is quickly gaining a reputation within the culinary world for his game-changing approach to Indian cuisine,  on Saturday, March 30 at the Chelsea-based restaurant.\r\n\r\nHeld ahead of Mother’s Day on Sunday, March 31, this culinary masterclass with <strong>Peter Joseph</strong> is the ultimate Mother’s Day gift. The menu has been inspired by dishes <strong>Peter Joseph </strong>learnt from his own mother, honed to perfection and peppered with his unique, famed spice combinations.\r\n\r\n<strong>Peter Joseph, Kahani Head Chef and founder,</strong> said: “Much of the food at <strong>Kahani </strong>has been influenced by the dishes of my childhood in India and memories of my mother cooking for the family with love.”\r\n\r\n“I wanted to share the same, emotive cooking with diners at <strong>Kahani</strong>, which is why I have decided to create this special Mother’s Day experience. I’m keen for familial generations to bond over a shared love of good food. It’s an opportunity to create memories which will last a lifetime.”\r\n\r\n[caption id=\"attachment_4210\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4210\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/In-the-kitchen-with-Kahani_s-Peter-Joseph-II-300x200.jpg\" alt=\"Michelin-starred chef Peter Joseph will share the cooking skills taught to him by his mother\" width=\"300\" height=\"200\" /> Michelin-starred chef will share the cooking skills taught to him by his mother[/caption]\r\n\r\nGuests will learn how to prepare a selection of dishes from the three-course menu including masala grilled avocado,  sumptuous robata grilled sea bass and fluffy mushroom naan. Visitors will also eat the prepared dishes and have the opportunity to bring along friends and family to join the meal.\r\n\r\nFor those who would prefer to be cooked for, <strong>Kahani</strong> will be opening its doors on Mothering Sunday and serving a special three-course Mother’s Day menu for one day only.\r\n\r\n<strong>Kahani</strong>, which means ‘story’ in Hindi, is the debut restaurant of Michelin-starred chef <strong>Peter Joseph</strong>. Challenging the common misconception that Indian cuisine consists of heavy, oppressive sauces, Peter is bringing innovation back into the kitchen with an emphasis on light dishes, grilled meats, fish and vegetables from the robata grill and tandoor.\r\n\r\nTickets for the Mother’s Day Masterclass are priced at £100 per person, and participants are welcome to invite friends and family to join them for the resulting meal at an additional £36 a head or £16 a head for under 12s. Each guest will also receive a signed recipe card from <strong>Peter Joseph</strong>. The two masterclasses will run on Saturday, March 30 from 10am and 3pm.\r\n\r\nThe Mother’s Day set menu is priced at £42 a head and is available at the restaurant on Sunday, March 31, from midday until 8pm.\r\n\r\n<strong>To reserve a spare at the Mother’s Day Masterclass or to book a table for the Mother’s Day set menu email: <a href=\"mailto:Reservations@Kahanilondon.com\">Reservations@Kahanilondon.com</a>, or call:  0207 7307 634</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Michelin-Starred chef pays homage to Mother\'s cookery skills','','inherit','closed','closed','','4206-revision-v1','','','2019-03-14 09:29:31','2019-03-14 09:29:31','',4206,'https://www.ontradeprogress.com/2019/03/14/4206-revision-v1/',0,'revision','',0),(4216,1,'2019-03-21 14:16:01','2019-03-21 14:16:01','<h1>The brewing traditions of two great beer nations have come together as Bohem Brewery launches its first collaboration, brewed in partnership with Cornwall-based St Austell Brewery.</h1>\r\nOtakar Brut Lager has been brewed by Roger Ryman, the award-winning head brewer at family-owned St Austell Brewery, and Petr Skocek, co-founder and head brewer of London-based Bohem Brewery, which brews authentic Bohemian-style lagers on bespoke brewing equipment from the Czech Republic. Also on the team was Bohem brewer Matej Krizek...\r\n\r\nThe collaboration brewing day in January saw Roger transport the yeast used to brew St Austell Brewery’s Korev lager to Bohem in London. The recipe, originally developed for a one-off beer called Korev Brut, was given a new twist by being brewed by Roger and Petr on Bohem’s specialist decoction* brewing kit.\r\n\r\n[caption id=\"attachment_4217\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4217 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bohem-St-Austel-collab-2019-300x283.jpg\" alt=\"Bohem Brewery and St Austell launch collaboration lager\" width=\"300\" height=\"283\" /> Left to right Matej Krizek, Petr Skocek and Roger Ryman at the Bohem Brewery in London[/caption]\r\n\r\nThe result is Otakar Brut Lager, a 6.4% ABV beer authentically lagered at low temperature for six weeks, and regally named for the several King Otakars who ruled Bohemia, which is today within the Czech Republic. The beer is made with Pilsner, Cara Gold, Acid Malt and maize, along with Magnum, Hersbrucker and Saaz hops, as well as Nelson Sauvin for dry hopping.\r\n\r\nWith a fresh, vibrant aroma, and initial light citrus tones of lemon and grapefruit, Otakar has low hop bitterness, which combined with the soft carbonation delivers an easy drinking beer that belies its strength.\r\n\r\nRoger Ryman said: “Although I’ve been brewing for many years, this was the first time I’d made a decoction mash. It was very interesting to work with Petr and the team to create a unique beer which we hope lager enthusiasts will enjoy.”\r\n\r\nPetr Skocek added: “Britain and the Czech Republic both have great brewing traditions, and we were delighted to welcome Roger to London for his first decoction brewing experience. We hope both St Austell and Bohem beer lovers will enjoy Otakar while it’s available.”\r\n\r\n*Decoction brewing is a traditional European brewing style which sees part of the mash boiled and returned to the main mash to raise the temperature. The process adds the depth, complexity and flavour which characterises authentic Czech lagers.\r\n\r\nThe strictly limited single run beer will be available on keg in selected London bars including the Bohem Brewery Taproom in London N22, and in selected St Austell Brewery pubs. A small quantity will also be canned and sold through the Bohem online shop at <a href=\"http://www.bohembrewery.com/online-store/\">www.bohembrewery.com/online-store/</a>.\r\n\r\nOtakar is also available in both keg and can, while stocks last, through Bohem Brewery’s distribution partnership with the UK’s leading beer wholesaler The BottleShop. Andrew Morgan, founder of The Bottle Shop, said of Otakar: “The combination of tradition with contemporary and the European twist has produced something that is ultimately satisfying and rewarding and which has never been brewed before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n</ul>','Bohem and St Austell launch collaboration lager','','publish','closed','open','','bohem-brewery-st-austell-collaboration','','','2019-03-21 14:16:01','2019-03-21 14:16:01','',0,'https://www.ontradeprogress.com/?p=4216',0,'post','',0),(4217,1,'2019-03-14 09:37:00','2019-03-14 09:37:00','','Left to right Matej Krizek, Petr Skocek and Roger Ryman at the Bohem Brewery in London','Bohem Brewery and St Austell launch collaboration lager','inherit','closed','closed','','bohem-st-austel-collab-2019','','','2019-03-14 09:38:59','2019-03-14 09:38:59','',4216,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bohem-St-Austel-collab-2019.jpg',0,'attachment','image/jpeg',0),(4218,1,'2019-03-14 09:37:36','2019-03-14 09:37:36','','Bohem Brewery and St Austell launch collaboration lager','Bohem Brewery and St Austell launch collaboration lager','inherit','closed','closed','','st-austell7','','','2019-03-14 09:38:19','2019-03-14 09:38:19','',4216,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Otakar-logo-Bohem-Brewery.jpg',0,'attachment','image/jpeg',0),(4219,1,'2019-03-14 09:43:26','2019-03-14 09:43:26','<h1>The brewing traditions of two great beer nations have come together as Bohem Brewery launches its first collaboration, brewed in partnership with Cornwall-based St Austell Brewery.</h1>\r\nOtakar Brut Lager has been brewed by Roger Ryman, the award-winning head brewer at family-owned St Austell Brewery, and Petr Skocek, co-founder and head brewer of London-based Bohem Brewery, which brews authentic Bohemian-style lagers on bespoke brewing equipment from the Czech Republic. Also on the team was Bohem brewer Matej Krizek...\r\n\r\nThe collaboration brewing day in January saw Roger transport the yeast used to brew St Austell Brewery’s Korev lager to Bohem in London. The recipe, originally developed for a one-off beer called Korev Brut, was given a new twist by being brewed by Roger and Petr on Bohem’s specialist decoction* brewing kit.\r\n\r\n[caption id=\"attachment_4217\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4217 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bohem-St-Austel-collab-2019-300x283.jpg\" alt=\"Bohem Brewery and St Austell launch collaboration lager\" width=\"300\" height=\"283\" /> Left to right Matej Krizek, Petr Skocek and Roger Ryman at the Bohem Brewery in London[/caption]\r\n\r\nThe result is Otakar Brut Lager, a 6.4% ABV beer authentically lagered at low temperature for six weeks, and regally named for the several King Otakars who ruled Bohemia, which is today within the Czech Republic. The beer is made with Pilsner, Cara Gold, Acid Malt and maize, along with Magnum, Hersbrucker and Saaz hops, as well as Nelson Sauvin for dry hopping.\r\n\r\nWith a fresh, vibrant aroma, and initial light citrus tones of lemon and grapefruit, Otakar has low hop bitterness, which combined with the soft carbonation delivers an easy drinking beer that belies its strength.\r\n\r\nRoger Ryman said: “Although I’ve been brewing for many years, this was the first time I’d  made a decoction mash. It was very interesting to work with Petr and the team to create a unique beer which we hope lager enthusiasts will enjoy.”\r\n\r\nPetr Skocek added: “Britain and the Czech Republic both have great brewing traditions, and we were delighted to welcome Roger to London for his first decoction brewing experience. We hope both St Austell and Bohem beer lovers will enjoy Otakar while it’s available.”\r\n\r\n*Decoction brewing is a traditional European brewing style which sees part of the mash boiled and returned to the main mash to raise the temperature. The process adds the depth, complexity and flavour which characterises authentic Czech lagers.\r\n\r\nThe strictly limited single run beer will be available on keg in selected London bars including the Bohem Brewery Taproom in London N22, and in selected St Austell Brewery pubs. A small quantity will also be canned and sold through the Bohem online shop at <a href=\"http://www.bohembrewery.com/online-store/\">www.bohembrewery.com/online-store/</a>.\r\n\r\nOtakar is also available in both keg and can, while stocks last, through Bohem Brewery’s distribution partnership with the UK’s leading beer wholesaler The BottleShop. Andrew Morgan, founder of The Bottle Shop, said of Otakar: “The combination of tradition with contemporary and the European twist has produced something that is ultimately satisfying and rewarding and which has never been brewed before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n</ul>','Bohem and St Austell launch collaboration lager','','inherit','closed','closed','','4216-revision-v1','','','2019-03-14 09:43:26','2019-03-14 09:43:26','',4216,'https://www.ontradeprogress.com/2019/03/14/4216-revision-v1/',0,'revision','',0),(4220,1,'2019-03-21 14:15:15','2019-03-21 14:15:15','<h1>Operators need to look beyond Brexit and focus on the opportunities that a sustainable approach to business offers, believes buying specialist Lynx Purchasing.</h1>\r\n“In the current market, it can feel like a challenge to try and focus past the potential for supply chain disruption over the coming months, and onto the long term,” says Lynx managing director Rachel Dobson, “but that’s exactly what we’re encouraging hospitality businesses to do\".\r\n\r\n“One of the most important issues around Brexit, and one that is most difficult for operators to address directly, is consumer confidence. Consumers need to feel able to commit their disposable income to go out to eat and drink, and a clear message from the industry that, as far as possible, it’s business as usual, will help.”\r\n\r\nThe advice comes as Lynx publishes the Spring 2019 edition of its regular Market Forecast. which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nDobson adds: “Efficient ordering, well-planned delivery schedules and reducing waste all play a part in this. In the short term, they help operators deal with any disruption to supply over the coming months, and over time, these measures will reduce the sector’s environmental impact, as well as increasing operators’ margins in the long term.”\r\n\r\nThe Market Forecast also focuses in detail on the potential supply chain challenges of the months ahead, emphasising that British produce is likely to be the least affected in the event of Brexit hitting supplies, “but with demand a big driver of price, operators are advised to keep menus flexible and work closely with suppliers,” advises Dobson.\r\n<h3>Sectors covered in the Spring 2019 Market Forecast include:</h3>\r\n<strong>Beef:</strong> The arrival of the barbecue season from Easter onwards will see an increase in the demand for burger cuts from the beef forequarter, as well as continuing demand for steaks, Round cuts such as topsides and silversides are likely to be better valued.\r\n\r\n<strong>Fish:</strong> Wild brill, turbot, monk and hake caught in UK waters should be plentiful, weather and tides permitting. Plaice will also be in good condition after the spawning season, from April onwards, while wild bass, skate and mullet should be avoided because of sustainability issues.\r\n\r\n<strong>Potatoes:</strong> The 2018 potato crop was poor due to the weather, and led to a number of quality issues. While supplies are likely to last until the new season, larger potatoes such as bakers will be in shorter supply and so likely to cost more.\r\n\r\n<strong>Salads:</strong> March sees the arrival of Dutch salad crops such as cucumbers, peppers and tomatoes, which gradually replace Spanish stocks as they come to the end of their season. The UK market is important to these producers, and any supply or currency issues caused by Brexit will be a challenge on both sides.\r\n\r\n[caption id=\"attachment_4223\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4223\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/food-1932466_1920-300x199.jpg\" alt=\"Look beyond Brexit to a sustainable approach, urges Lynx Purchasing\" width=\"300\" height=\"199\" /> Look beyond Brexit to a sustainable approach, urges Lynx Purchasing[/caption]\r\n\r\nDobson adds:<strong> “</strong>High-quality British produce coming into season this spring includes rhubarb, asparagus, and Jersey Royals. While higher demand may push up prices, we’re encouraging our customers to buy British wherever possible, and to make the most of produce when it’s at its best in terms of price, quality and availability.\r\n\r\n“Operators who can adapt recipes and menus will be best place to make the most of seasonality. These are simple measures that help operators deal with any short-term challenges in the supply chain, and also support sustainability.”\r\n\r\nThe Spring 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"http://www.lynxpurchasing.co.uk/wp-content/uploads/2019/03/Lynx-Purchasing-Market-Forecast-Spring-2019.pdf\">Lynx-Purchasing-Market-Forecast-Spring-2019.pdf</a>\r\n\r\nLynx Purchasing is launching a new sustainability programme in partnership with its key suppliers. As just one example, Lynx Purchasing has now joined the Sustainable Seafood Coalition, which is working to ensure that all fish and seafood sold in the UK comes from sustainable sources. “We’re the first purchasing group to join, and our membership is part of a wider commitment to sustainability across our business,” says Dobson. <a href=\"https://www.sustainableseafoodcoalition.org/lynx-purchasing/\">https://www.sustainableseafoodcoalition.org/lynx-purchasing/</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01325 710143.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing ','','publish','closed','open','','brexit-sustainable-lynx-purchasing','','https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\nhttps://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/','2019-05-19 20:31:58','2019-05-19 20:31:58','',0,'https://www.ontradeprogress.com/?p=4220',0,'post','',0),(4221,1,'2019-03-14 09:57:38','2019-03-14 09:57:38','','Fresh rhubarb for Spring menus','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing','inherit','closed','closed','','fresh-rhubarb-for-spring-menus','','','2019-03-14 09:58:18','2019-03-14 09:58:18','',4220,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Fresh-rhubarb-for-spring-menus.jpg',0,'attachment','image/jpeg',0),(4222,1,'2019-03-14 09:58:48','2019-03-14 09:58:48','<h1>Operators need to look beyond Brexit and focus on the opportunities that a sustainable approach to business offers, believes buying specialist Lynx Purchasing.</h1>\r\n“In the current market, it can feel like a challenge to try and focus past the potential for supply chain disruption over the coming months, and onto the long term,” says Lynx managing director Rachel Dobson, “but that’s exactly what we’re encouraging hospitality businesses to do.\r\n\r\n“One of the most important issues around Brexit, and one that is most difficult for operators to address directly, is consumer confidence. Consumers need to feel able to commit their disposable income to go out to eat and drink, and a clear message from the industry that, as far as possible, it’s business as usual, will help.”\r\n\r\nThe advice comes as Lynx publishes the Spring 2019 edition of its regular Market Forecast. which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nDobson adds: “Efficient ordering, well-planned delivery schedules and reducing waste all play a part in this. In the short term, they help operators deal with any disruption to supply over the coming months, and over time, these measures will reduce the sector’s environmental impact, as well as increasing operators’ margins in the long term.”\r\n\r\nThe Market Forecast also focuses in detail on the potential supply chain challenges of the months ahead, emphasising that British produce is likely to be the least affected in the event of Brexit hitting supplies, “but with demand a big driver of price, operators are advised to keep menus flexible and work closely with suppliers,” advises Dobson.\r\n\r\nSectors covered in the Spring 2019 Market Forecast include:\r\n\r\n<strong>Beef:</strong> The arrival of the barbecue season from Easter onwards will see an increase in the demand for burger cuts from the beef forequarter, as well as continuing demand for steaks, Round cuts such as topsides and silversides are likely to be better value.\r\n\r\n<strong>Fish:</strong> Wild brill, turbot, monk and hake caught in UK waters should be plentiful, weather and tides permitting. Plaice will also be in good condition after the spawning season, from April onwards, while wild bass, skate and mullet should be avoided because of sustainability issues.\r\n\r\n<strong>Potatoes:</strong> The 2018 potato crop was poor due to the weather, and led to a number of quality issues. While supplies are likely to last until the new season, larger potatoes such as bakers will be in shorter supply and so likely to cost more.\r\n\r\n<strong>Salads:</strong> March sees the arrival of Dutch salad crops such as cucumbers, peppers and tomatoes, which gradually replace Spanish stocks as they come to the end of their season. The UK market is important to these producers, and any supply or currency issues caused by Brexit will be a challenge on both sides.\r\n\r\nDobson adds:<strong> “</strong>High-quality British produce coming into season this spring includes rhubarb, asparagus, and Jersey Royals. While higher demand may push up prices, we’re encouraging our customers to buy British wherever possible, and to make the most of produce when it’s at its best in terms of price, quality and availability.\r\n\r\n“Operators who can adapt recipes and menus will be best place to make the most of seasonality. These are simple measures that help operators deal with any short-term challenges in the supply chain, and also support sustainability.”\r\n\r\nThe Spring 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"http://www.lynxpurchasing.co.uk/wp-content/uploads/2019/03/Lynx-Purchasing-Market-Forecast-Spring-2019.pdf\">Lynx-Purchasing-Market-Forecast-Spring-2019.pdf</a>\r\n\r\nLynx Purchasing is launching a new sustainability programme in partnership with its key suppliers. As just one example, Lynx Purchasing has now joined the Sustainable Seafood Coalition, which is working to ensure that all fish and seafood sold in the UK comes from sustainable sources. “We’re the first purchasing group to join, and our membership is part of a wider commitment to sustainability across our business,” says Dobson. <a href=\"https://www.sustainableseafoodcoalition.org/lynx-purchasing/\">https://www.sustainableseafoodcoalition.org/lynx-purchasing/</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01325 710143.</strong>','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing ','','inherit','closed','closed','','4220-revision-v1','','','2019-03-14 09:58:48','2019-03-14 09:58:48','',4220,'https://www.ontradeprogress.com/2019/03/14/4220-revision-v1/',0,'revision','',0),(4223,1,'2019-03-14 10:01:10','2019-03-14 10:01:10','','food-1932466_1920','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing','inherit','closed','closed','','food-1932466_1920','','','2019-03-14 10:02:14','2019-03-14 10:02:14','',4220,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/food-1932466_1920.jpg',0,'attachment','image/jpeg',0),(4224,1,'2019-03-14 10:03:49','2019-03-14 10:03:49','<h1>Operators need to look beyond Brexit and focus on the opportunities that a sustainable approach to business offers, believes buying specialist Lynx Purchasing.</h1>\r\n“In the current market, it can feel like a challenge to try and focus past the potential for supply chain disruption over the coming months, and onto the long term,” says Lynx managing director Rachel Dobson, “but that’s exactly what we’re encouraging hospitality businesses to do.\r\n\r\n“One of the most important issues around Brexit, and one that is most difficult for operators to address directly, is consumer confidence. Consumers need to feel able to commit their disposable income to go out to eat and drink, and a clear message from the industry that, as far as possible, it’s business as usual, will help.”\r\n\r\nThe advice comes as Lynx publishes the Spring 2019 edition of its regular Market Forecast. which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nDobson adds: “Efficient ordering, well-planned delivery schedules and reducing waste all play a part in this. In the short term, they help operators deal with any disruption to supply over the coming months, and over time, these measures will reduce the sector’s environmental impact, as well as increasing operators’ margins in the long term.”\r\n\r\nThe Market Forecast also focuses in detail on the potential supply chain challenges of the months ahead, emphasising that British produce is likely to be the least affected in the event of Brexit hitting supplies, “but with demand a big driver of price, operators are advised to keep menus flexible and work closely with suppliers,” advises Dobson.\r\n<h3>Sectors covered in the Spring 2019 Market Forecast include:</h3>\r\n<strong>Beef:</strong> The arrival of the barbecue season from Easter onwards will see an increase in the demand for burger cuts from the beef forequarter, as well as continuing demand for steaks, Round cuts such as topsides and silversides are likely to be better value.\r\n\r\n<strong>Fish:</strong> Wild brill, turbot, monk and hake caught in UK waters should be plentiful, weather and tides permitting. Plaice will also be in good condition after the spawning season, from April onwards, while wild bass, skate and mullet should be avoided because of sustainability issues.\r\n\r\n<strong>Potatoes:</strong> The 2018 potato crop was poor due to the weather, and led to a number of quality issues. While supplies are likely to last until the new season, larger potatoes such as bakers will be in shorter supply and so likely to cost more.\r\n\r\n<strong>Salads:</strong> March sees the arrival of Dutch salad crops such as cucumbers, peppers and tomatoes, which gradually replace Spanish stocks as they come to the end of their season. The UK market is important to these producers, and any supply or currency issues caused by Brexit will be a challenge on both sides.\r\n\r\n[caption id=\"attachment_4223\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4223\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/food-1932466_1920-300x199.jpg\" alt=\"Look beyond Brexit to a sustainable approach, urges Lynx Purchasing\" width=\"300\" height=\"199\" /> Look beyond Brexit to a sustainable approach, urges Lynx Purchasing[/caption]\r\n\r\nDobson adds:<strong> “</strong>High-quality British produce coming into season this spring includes rhubarb, asparagus, and Jersey Royals. While higher demand may push up prices, we’re encouraging our customers to buy British wherever possible, and to make the most of produce when it’s at its best in terms of price, quality and availability.\r\n\r\n“Operators who can adapt recipes and menus will be best place to make the most of seasonality. These are simple measures that help operators deal with any short-term challenges in the supply chain, and also support sustainability.”\r\n\r\nThe Spring 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"http://www.lynxpurchasing.co.uk/wp-content/uploads/2019/03/Lynx-Purchasing-Market-Forecast-Spring-2019.pdf\">Lynx-Purchasing-Market-Forecast-Spring-2019.pdf</a>\r\n\r\nLynx Purchasing is launching a new sustainability programme in partnership with its key suppliers. As just one example, Lynx Purchasing has now joined the Sustainable Seafood Coalition, which is working to ensure that all fish and seafood sold in the UK comes from sustainable sources. “We’re the first purchasing group to join, and our membership is part of a wider commitment to sustainability across our business,” says Dobson. <a href=\"https://www.sustainableseafoodcoalition.org/lynx-purchasing/\">https://www.sustainableseafoodcoalition.org/lynx-purchasing/</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01325 710143.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing ','','inherit','closed','closed','','4220-revision-v1','','','2019-03-14 10:03:49','2019-03-14 10:03:49','',4220,'https://www.ontradeprogress.com/2019/03/14/4220-revision-v1/',0,'revision','',0),(4226,1,'2019-03-21 14:14:45','2019-03-21 14:14:45','<h1>With the date of Britain’s departure from the European Union upon us this month, it’s time to turn our eye to the impact it will have on the Great British Pub.</h1>\r\nFor the first time in decades, the UK Government will have the flexibility to reduce tax paid on beer served specifically in pubs. This move, which is currently prevented under EU law, is one of three key measures CAMRA believes the Government needs to urgently take to halt the tide of pub closures.\r\n\r\nIn reducing draught beer prices, the Government could level the playing field between the price of beer sold in social, community settings and cheap supermarket alcohol consumed at home. This would reinvigorate the UK’s traditional pub going culture without affecting public services.\r\n\r\nFrom our perspective, this opportunity hasn’t come soon enough. Our latest pub closure figures show that 14 pubs are still closing their doors every week across the UK. While this has dropped slightly from 18 per week last year - thanks, in part, to CAMRA’s success in achieving new planning protection for pubs in England - it is still far too high.\r\n\r\nWithout swift positive action to correct the business disadvantages faced by our pubs, it is unlikely that many closed pubs will ever reopen. We call on the Government to use Brexit to turn the pub closure story around once and for all.\r\n\r\nOf course, a preferential rate of beer tax for pubs isn’t the only reform we’d like to see - it is just one strand of our three-point plan to save the Great British Pub from extinction. With more than a third of the cost of a pint now made up of various taxes, CAMRA is also calling for a full review of the business rates system to fix the unfair amount pubs pay.\r\n\r\nWe also want to see a full review of the ineffective Pubs Code to ensure that pub tenants get a fair deal from their big-business property owners. A review would allow us to fix inefficiencies and actually deliver meaningful changes for pub tenants, resulting in profitable pubs, greater investment and more open pubs. In addition, it would help tenants secure a Market Rent Only deal to buy their beer on the open market, offering more consumer choice in pubs and at a fair price, and paying a fair rent for their building.\r\n\r\nThe Government has already promised to undertake reviews into Business Rates and the Pubs Code, but has yet to carry them out. Now, at a time of political uncertainty, we need to see decisive action. CAMRA is calling on the Government to fulfil the promises it made to the trade, and utilise the opportunities presented by Brexit for the pub industry’s best interest as we move forward into the unknown.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">The importance of bringing optics back - Beaumont</a></li>\r\n</ul>','CAMRA: Brexit could be a game-changer for pubs','','publish','closed','open','','camra-brexit-british-pubs','','','2019-03-21 14:14:45','2019-03-21 14:14:45','',0,'https://www.ontradeprogress.com/?p=4226',0,'post','',0),(4227,1,'2019-03-14 10:21:17','2019-03-14 10:21:17','','Thurgoland','CAMRA: Brexit could be a game-changer for British pubs','inherit','closed','closed','','thurgoland-106240_1920','','','2019-03-14 10:21:58','2019-03-14 10:21:58','',4226,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/thurgoland-106240_1920.jpg',0,'attachment','image/jpeg',0),(4228,1,'2019-03-14 10:22:05','2019-03-14 10:22:05','<h1>With the date of Britain’s departure from the European Union upon us this month, it’s time to turn our eye to the impact it will have on the Great British Pub.</h1>\r\nFor the first time in decades, the UK Government will have the flexibility to reduce tax paid on beer served specifically in pubs. This move, which is currently prevented under EU law, is one of three key measures CAMRA believes the Government needs to urgently take to halt the tide of pub closures.\r\n\r\nIn reducing draught beer prices, the Government could level the playing field between the price of beer sold in social, community settings and cheap supermarket alcohol consumed at home. This would reinvigorate the UK’s traditional pub going culture without affecting public services.\r\n\r\nFrom our perspective, this opportunity hasn’t come soon enough. Our latest pub closure figures show that 14 pubs are still closing their doors every week across the UK. While this has dropped slightly from 18 per week last year - thanks, in part, to CAMRA’s success in achieving new planning protection for pubs in England - it is still far too high.\r\n\r\nWithout swift positive action to correct the business disadvantages faced by our pubs, it is unlikely that many closed pubs will ever reopen. We call on the Government to use Brexit to turn the pub closure story around once and for all.\r\n\r\nOf course, a preferential rate of beer tax for pubs isn’t the only reform we’d like to see - it is just one strand of our three-point plan to save the Great British Pub from extinction. With more than a third of the cost of a pint now made up of various taxes, CAMRA is also calling for a full review of the business rates system to fix the unfair amount pubs pay.\r\n\r\nWe also want to see a full review of the ineffective Pubs Code to ensure that pub tenants get a fair deal from their big-business property owners. A review would allow us to fix inefficiencies and actually deliver meaningful changes for pub tenants, resulting in profitable pubs, greater investment and more open pubs. In addition, it would help tenants secure a Market Rent Only deal to buy their beer on the open market, offering more consumer choice in pubs and at a fair price, and paying a fair rent for their building.\r\n\r\nThe Government has already promised to undertake reviews into Business Rates and the Pubs Code, but has yet to carry them out. Now, at a time of political uncertainty, we need to see decisive action. CAMRA is calling on the Government to fulfil the promises it made to the trade, and utilise the opportunities presented by Brexit for the pub industry’s best interest as we move forward into the unknown.','CAMRA: Brexit could be a game-changer for pubs','','inherit','closed','closed','','4226-revision-v1','','','2019-03-14 10:22:05','2019-03-14 10:22:05','',4226,'https://www.ontradeprogress.com/2019/03/14/4226-revision-v1/',0,'revision','',0),(4229,1,'2019-03-14 10:26:37','2019-03-14 10:26:37','<h1>With the date of Britain’s departure from the European Union upon us this month, it’s time to turn our eye to the impact it will have on the Great British Pub.</h1>\r\nFor the first time in decades, the UK Government will have the flexibility to reduce tax paid on beer served specifically in pubs. This move, which is currently prevented under EU law, is one of three key measures CAMRA believes the Government needs to urgently take to halt the tide of pub closures.\r\n\r\nIn reducing draught beer prices, the Government could level the playing field between the price of beer sold in social, community settings and cheap supermarket alcohol consumed at home. This would reinvigorate the UK’s traditional pub going culture without affecting public services.\r\n\r\nFrom our perspective, this opportunity hasn’t come soon enough. Our latest pub closure figures show that 14 pubs are still closing their doors every week across the UK. While this has dropped slightly from 18 per week last year - thanks, in part, to CAMRA’s success in achieving new planning protection for pubs in England - it is still far too high.\r\n\r\nWithout swift positive action to correct the business disadvantages faced by our pubs, it is unlikely that many closed pubs will ever reopen. We call on the Government to use Brexit to turn the pub closure story around once and for all.\r\n\r\nOf course, a preferential rate of beer tax for pubs isn’t the only reform we’d like to see - it is just one strand of our three-point plan to save the Great British Pub from extinction. With more than a third of the cost of a pint now made up of various taxes, CAMRA is also calling for a full review of the business rates system to fix the unfair amount pubs pay.\r\n\r\nWe also want to see a full review of the ineffective Pubs Code to ensure that pub tenants get a fair deal from their big-business property owners. A review would allow us to fix inefficiencies and actually deliver meaningful changes for pub tenants, resulting in profitable pubs, greater investment and more open pubs. In addition, it would help tenants secure a Market Rent Only deal to buy their beer on the open market, offering more consumer choice in pubs and at a fair price, and paying a fair rent for their building.\r\n\r\nThe Government has already promised to undertake reviews into Business Rates and the Pubs Code, but has yet to carry them out. Now, at a time of political uncertainty, we need to see decisive action. CAMRA is calling on the Government to fulfil the promises it made to the trade, and utilise the opportunities presented by Brexit for the pub industry’s best interest as we move forward into the unknown.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">The importance of bringing optics back - Beaumont</a></li>\r\n</ul>','CAMRA: Brexit could be a game-changer for pubs','','inherit','closed','closed','','4226-revision-v1','','','2019-03-14 10:26:37','2019-03-14 10:26:37','',4226,'https://www.ontradeprogress.com/2019/03/14/4226-revision-v1/',0,'revision','',0),(4230,1,'2019-03-14 11:23:36','2019-03-14 11:23:36','<h1>On International Women’s Day, UKHospitality has announced the establishment of the UKH Diversity Forum to promote equality and inclusivity in the hospitality sector.</h1>\r\nThe forum will gather UKH members to share best practice and creative solutions to ensure the sector continues to provide opportunities irrespective of gender, ethnicity, age or sexuality.\r\n\r\nUKH helped to establish the Plan B programme, with recruitment experts Odgers Berndtson, BTSport and Elliotts, with the goal of providing mentoring, advice and motivation in the hope of seeing a 50:50 gender split in position shortlists. CEO Kate Nicholls represents the sector on the WiH 2020 campaign, with a similar aim of making a real and lasting difference in gender representation at senior levels in hospitality, travel and leisure. UKH is also a signatory of the Diversity Charter, which it encourages all hospitality businesses to adopt.\r\n\r\nKate Nicholls, said: “One of the hospitality sector’s biggest strengths is its openness and diversity. We see people from all walks of life in our venues as both customers and team members and we want it to continue to be the case. A diverse sector is a strong and resilient sector and UKHospitality’s Diversity Forum will give us a chance to ensure it remains so.\r\n\r\n“The hospitality sector has a great record on issues like gender balance and pay. One of our biggest strengths is that we are a true meritocracy that provides opportunities without discrimination. There is, however, more than we can do to ensure that representation is equal at all levels of business, including senior management and board levels.\r\n\r\n“Our Diversity Forum will provide members with an opportunity to share best practice and solutions to tackle inequality and promote equality in their businesses and the wider sector. This means tackling issues such as pay but also ensuring that team members are supported and free from harassment or discrimination.\r\n“The scope of the forum will be deliberately wide to make sure that we address any concerns our members and their teams may have and to make hospitality even more welcoming.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/gambling-commission-ukhospitality/\">UKHospitality: The Gambling Commission report doesn\'t reflect well for the pub sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','UKHospitality establishes new Diversity Forum','','publish','closed','open','','ukhospitality-diversity-forum','','\nhttps://www.ontradeprogress.com/2019/03/12/gambling-commission-ukhospitality/','2019-03-14 11:29:45','2019-03-14 11:29:45','',0,'https://www.ontradeprogress.com/?p=4230',0,'post','',0),(4231,1,'2019-03-14 10:51:41','2019-03-14 10:51:41','<h1 style=\"margin: 0cm; margin-bottom: .0001pt;\">On International Women’s Day, UKHospitality has announced the establishment of the UKH Diversity Forum to promote equality and inclusivity in the hospitality sector.</h1>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">The forum will gather UKH members to share best practice and creative solutions to ensure the sector continues to provide opportunities irrespective of gender, ethnicity, age or sexuality.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"background: white; margin: 0cm 0cm 7.5pt 0cm;\">UKH helped to establish the Plan B programme, with recruitment experts Odgers Berndtson, BTSport and Elliotts, with the goal of providing mentoring, advice and motivation in the hope of seeing a 50:50 gender split in position shortlists. CEO Kate Nicholls represents the sector on the WiH 2020 campaign, with a similar aim of making a real and lasting difference in gender representation at senior levels in hospitality, travel and leisure. UKH is also a signatory of the Diversity Charter, which it encourages all hospitality businesses to adopt.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">Kate Nicholls, said: “One of the hospitality sector’s biggest strengths is its openness and diversity. We see people from all walks of life in our venues as both customers and team members and we want it to continue to be the case. A diverse sector is a strong and resilient sector and UKHospitality’s Diversity Forum will give us a chance to ensure it remains so.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The hospitality sector has great record on issues like gender balance and pay. One of our biggest strengths is that we are a true meritocracy that provides opportunities without discrimination. There is, however, more that we can do to ensure that representation is equal at all levels of business, including senior management and board levels.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“Our Diversity Forum will provide members with an opportunity to share best practice and solutions to tackle inequality and promote equality in their businesses and the wider sector. This means tackling issues such as pay but also ensuring that team members are supported and free from harassment or discrimination.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The scope of the forum will be deliberately wide to make sure that we address any concerns our members and their teams may have and to make hospitality even more welcoming.”</p>','UKHospitality establishes new Diversity Forum','','inherit','closed','closed','','4230-revision-v1','','','2019-03-14 10:51:41','2019-03-14 10:51:41','',4230,'https://www.ontradeprogress.com/2019/03/14/4230-revision-v1/',0,'revision','',0),(4232,1,'2019-03-14 11:18:41','2019-03-14 11:18:41','','UKHospitality establishes new Diversity Forum to promote equality','UKHospitality establishes new Diversity Forum to promote equality','inherit','closed','closed','','ukh_logo_-_hi_res-3','','','2019-03-14 11:19:35','2019-03-14 11:19:35','',4230,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-2.jpg',0,'attachment','image/jpeg',0),(4233,1,'2019-03-14 11:23:05','2019-03-14 11:23:05','<h1>On International Women’s Day, UKHospitality has announced the establishment of the UKH Diversity Forum to promote equality and inclusivity in the hospitality sector.</h1>\r\nThe forum will gather UKH members to share best practice and creative solutions to ensure the sector continues to provide opportunities irrespective of gender, ethnicity, age or sexuality.\r\n\r\nUKH helped to establish the Plan B programme, with recruitment experts Odgers Berndtson, BTSport and Elliotts, with the goal of providing mentoring, advice and motivation in the hope of seeing a 50:50 gender split in position shortlists. CEO Kate Nicholls represents the sector on the WiH 2020 campaign, with a similar aim of making a real and lasting difference in gender representation at senior levels in hospitality, travel and leisure. UKH is also a signatory of the Diversity Charter, which it encourages all hospitality businesses to adopt.\r\n\r\nKate Nicholls, said: “One of the hospitality sector’s biggest strengths is its openness and diversity. We see people from all walks of life in our venues as both customers and team members and we want it to continue to be the case. A diverse sector is a strong and resilient sector and UKHospitality’s Diversity Forum will give us a chance to ensure it remains so.\r\n\r\n“The hospitality sector has a great record on issues like gender balance and pay. One of our biggest strengths is that we are a true meritocracy that provides opportunities without discrimination. There is, however, more than we can do to ensure that representation is equal at all levels of business, including senior management and board levels.\r\n\r\n“Our Diversity Forum will provide members with an opportunity to share best practice and solutions to tackle inequality and promote equality in their businesses and the wider sector. This means tackling issues such as pay but also ensuring that team members are supported and free from harassment or discrimination.\r\n“The scope of the forum will be deliberately wide to make sure that we address any concerns our members and their teams may have and to make hospitality even more welcoming.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/12/gambling-commission-ukhospitality/\">UKHospitality: The Gambling Commission report doesn\'t reflect well for the pub sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','UKHospitality establishes new Diversity Forum','','inherit','closed','closed','','4230-revision-v1','','','2019-03-14 11:23:05','2019-03-14 11:23:05','',4230,'https://www.ontradeprogress.com/2019/03/14/4230-revision-v1/',0,'revision','',0),(4235,1,'2019-03-14 13:14:02','2019-03-14 13:14:02','<h1>Over 5,000 attendees – representing the UK’s best restaurant, pub and bar operators – were out in force at Casual Dining show (27-28 February).</h1>\r\nThe UK’s flagship casual dining trade event of the year made an unforgettable first impression at its new home of ExCeL London, enjoying another successive record turnout.  220 exhibitors, 50 Keynote speakers in two standing-room-only theatres, and 5,038 unique attendees (up 5% on 2018) – are the top line figures from this year’s action-packed edition.\r\n\r\n“Casual Dining is where the industry does business,” says event manager Eva Ellis. “Once again, it welcomed leading innovators, influencers, trailblazers, key buyers and senior decision makers – the who’s who of this dynamic sector – in their thousands.  This year’s stand-out, sell-out edition at its new home of London ExCeL was easily our biggest, busiest and best yet.”\r\n\r\nShe continues: “There was such a fantastic buzz from the moment doors opened, and the show just looked incredible.  The feedback about the move has been incredibly positive, with the biggest buyers and operators in the country has enjoyed increased opportunities to meet with even more innovative suppliers, listen to even more great speakers and do even more business than ever before.\r\n\r\n“Our exhibitors have also been thrilled with the seniority and the sheer number of relevant industry buyers that they got to meet – from multi-site restaurant, pub and bar groups, to hotels, contract caterers and the nation’s best independents.  We’re delighted to report that 65% of exhibitors have already rebooked for next year, with many asking to take substantially bigger stands.\r\n\r\n“Huge thanks, as always, to all of our exhibitors, visitors and partners for their continued support, it’s been phenomenal.  See you at Casual Dining 2020!”\r\n\r\nSumming up his show experience (as a speaker and visitor), Chris Hill, CEO of The New World Trading Company (NWTC), says: “Casual Dining at ExCeL is the premium sector show, bringing together fantastic debate, content and innovation.\"\r\n\r\n“I loved this year’s show,” agrees Paul Lewis, head of food and drink at Prezzo, “It really delivered on showcasing new trends and growth markets.  Great panels, and the new venue was fantastic, it gave more space to be able to network.”\r\n\r\n“Casual Dining really is the show that does exactly what it says on the tin – an event that has operators of casual dining concepts big and small as its singular focus.  I challenge you to attend and not have at least three interesting conversations with new suppliers, potential customers or even just old friends,” says Thom Elliot, co-founder of Pizza Pilgrims.\r\n\r\n“Casual Dining 2019 provided a great opportunity to engage with innovative new suppliers, network with existing contacts and listen to some informative keynote speakers. A great event and one I look forward to returning to in 2020,” says Mark Carter, head of drinks category management at Marston’s Pubs &amp; Bars.\r\n\r\nKnown for being a magnet for top buyers and brands from across the casual dining sector, this year’s attendees included: Accor Hotels, Aramark, Azzurri Group (ASK Italian, Zizzi and Coco di Mama), BaxterStorey, Benugo, Bill’s Restaurants, BrewDog, Cafe Rouge, Carluccio\'s, Casual Dining Group, CH&amp;Co Group, Charles Wells, Center Parcs, Côte Restaurants, Daniel Thwaites, Dishoom, Domino\'s Pizza Group, DoubleTree By Hilton, Ei Group, Elior UK, Flat Iron, Fuller\'s, Greene King, Hall &amp; Woodhouse, Hard Rock Café, ISS UK, Jamie Oliver Restaurant Group, Las Iguanas, Loungers, Marston’s, Mitchells &amp; Butlers, Nando\'s, National Trust, NWTC, Oakman Inns, Papa John\'s, PizzaExpress, Pizza Hut Restaurants UK, Pizza Pilgrims, Prezzo, Punch Taverns, Revolution Bars Group, Shepherd Neame, Sodexo, SSP, Stonegate Pub Company, TGI Fridays, The Restaurant Group, Wagamama, YO! Sushi, Young\'s, and many more.\r\n\r\nNotably, nearly one in three visitors cited a corporate spend in excess of £1m (15% reported £10m-plus budgets).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/ukhospitality-diversity-forum/\">UKHospitality establishes new Diversity Forum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">The importance of bringing optics back - Beaumont</a></li>\r\n</ul>\r\n<h3><strong>Keynote highlights</strong></h3>\r\nCasual Dining’s two Keynote Theatres (sponsored by Yumpingo) were a hive of activity throughout.  This year’s line-up included a host of rising stars and some of the biggest names in the business, including: Kate Nicholls (UKHospitality), Jens Hofma (Pizza Hut Restaurants UK), Alex Reilley (Loungers), David McDowall (BrewDog), Anna-Marie Mason (Mitchells &amp; Butlers), Simon Potts (The Alchemist Bars &amp; Restaurants), Shamil Thakrar (Dishoom), Nisha Katona (Mowgli), Sarah Weir (Albion &amp; East), Will Beckett (Hawksmoor), Peter Borg-Neal (Oakman Inns), and Mark Jones (Carluccio’s).\r\n\r\nSimon Stenning, founder of FutureFoodservice.com, CGA (Fiona Speakman), and Peter Backman delivered essential market updates and overviews of the latest trends to watch.  Peter Martin, director of CM&amp;Co and founder of The Atlantic Club, chaired a record seven panels and interviews (including Steve Richards, last interview as CEO of The Casual Dining Group).  While lively panel sessions featuring Fuller’s, The Florist/NWTC, wagamama, PizzaExpress, Flat Iron, Yummy Pubs, Whiting &amp; Hammond, Las Iguanas, Young’s, Hawksmoor, Pizza Pilgrims, Bill’s Restaurants, YO! Sushi, Browns Brasserie &amp; Bar, and many others, sparked plenty of insightful debate.\r\n<h3><strong>Innovation Challenge Awards &amp; King of Craft</strong></h3>\r\nThe best new casual dining innovations of the year were announced today at Casual Dining 2019.  Carlsberg UK’s Snap Pack, Hellmann’s Vegan Mayonnaise, Lamb Weston Meijer’s Hot2Home, and Rubies in the Rubble’s Ketchup were all awarded Gold in the show’s prestigious Innovation Challenge Awards.\r\n\r\nBlack Fire Coffee Tequila, Imaginative Cuisine, Jubel Beer, and Yee Kwan Ice Cream received silver awards.\r\n\r\nBronze awards went to Eurilait, Fentimans, The Hygiene Company, LUXLO Spirits, The Meatless Farm Co, Rude Health, Sea Arch – Not Gin, Sea Products International, and The Hygiene Company.  For full product details and winners’ quotes, please visit <a href=\"http://www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced</a>.\r\n\r\nThis year’s judges included: James Elliot, co-founder of Pizza Pilgrims; Chris Knights, group executive chef at Young’s; Brian Trollip, chief operations wallah of Dishoom; Angela Malik, strategy director at Think Hospitality; Gavin Smith, operations director at Pizza Pilgrims; chef and consultant Jay Morjaria; Kate Eastwood, sales &amp; marketing director at Revolution Bars Group; and Megan Lewis-Thomas, head of food development &amp; marketing concessions, franchising &amp; new concepts at Casual Dining Group; and Simon Woplin, head of innovation at Ambassador Theatre Group.\r\n\r\nBig Drop Brewing Co was also celebrating – having won the King of Craft crown at this year’s show.  It took the top spot ahead of 11 other Craft Beer &amp; Cider Zone exhibitors and rising stars of the brewing world with its Citra Four Hop (0.5%) Pale Ale.\r\n\r\n“Following a busy two days at Casual Dining meeting new customers and taking them through our range of award-winning beers, we were thrilled to win the King of Craft Award against strong – full-strength – competition!  We’re really looking forward to being back next year!” says James Kindred, co-founder of Big Drop Brewing Co.\r\n\r\nOther exhibitors planning to return to Casual Dining in 2020, include Reynolds, Nestle, Lamb Weston Meijer, McCain Foodservice, Ascentia FSE, Panasonic UK Ltd, Yumpingo, Yapster, Moving Mountains Foods, Vivera, Cawston Press, Heineken UK, Molson Coors Brewing Company, Diageo, Monin and Sea Products International.\r\n\r\n“Casual Dining is unquestionably our most important trade show in the UK, as it is the most directly-focused show in our sector.  We look forward to continuing exhibiting for many years to come,” says Ian R. Ronan, senior business development manager from Sea Products International.\r\n\r\n“Casual Dining is a fantastic two days that really helps us engage with our customers in a lively and creative space.  The new venue really worked for us and we will be back next year,” says Matthew Kelly, national account manager at Carlsberg UK.\r\n<h3><strong>Save the date for Casual Dining 2020</strong></h3>\r\nCasual Dining will return to ExCeL London on 25-26 March 2020.  For further information, please visit <a href=\"http://www.casualdiningshow.co.uk?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk</a>.\r\n\r\n<strong>Booking for new exhibitors opens later this month on Monday 25 March.  Please contact Casual Dining’s event manager Eva Ellis on <a href=\"mailto:eellis@divcom.co.uk\">eellis@divcom.co.uk</a>.</strong>','Casual Dining Group wows restaurant & pub sector at its new ExCeL venue','','publish','closed','open','','casual-dining-pub-sector-excel','','https://www.ontradeprogress.com/2019/03/14/ukhospitality-diversity-forum/\nhttps://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\nhttps://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/','2019-03-14 14:26:03','2019-03-14 14:26:03','',0,'https://www.ontradeprogress.com/?p=4235',0,'post','',0),(4236,1,'2019-03-14 11:49:43','2019-03-14 11:49:43','','Casual Dining Group wows restaurant & pub sector at its new ExCeL','Casual Dining Group wows restaurant & pub sector at its new ExCeL','inherit','closed','closed','','cds2019b','','','2019-03-14 11:57:13','2019-03-14 11:57:13','',4235,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/cds2019b.jpg',0,'attachment','image/jpeg',0),(4237,1,'2019-03-14 11:57:18','2019-03-14 11:57:18','<h1>Over 5,000 attendees – representing the UK’s best restaurant, pub and bar operators – were out in force at Casual Dining show last week (27-28 February).</h1>\r\nThe UK’s flagship casual dining trade event of the year made an unforgettable first impression at its new home of ExCeL London, enjoying another successive record turnout.  220 exhibitors, 50 Keynote speakers in two standing-room-only theatres, and 5,038 unique attendees (up 5% on 2018) – are the top line figures from this year’s action-packed edition.\r\n\r\n“Casual Dining is where the industry does business,” says event manager Eva Ellis. “Once again, it welcomed leading innovators, influencers, trailblazers, key buyers and senior decision makers – the who’s who of this dynamic sector – in their thousands.  This year’s stand-out, sell-out edition at its new home of London ExCeL was easily our biggest, busiest and best yet.”\r\n\r\nShe continues: “There was such a fantastic buzz from the moment doors opened, and the show just looked incredible.  The feedback about the move has been incredibly positive, with the biggest buyers and operators in the country has enjoyed increased opportunities to meet with even more innovative suppliers, listen to even more great speakers and do even more business than ever before.\r\n\r\n“Our exhibitors have also been thrilled with the seniority and the sheer number of relevant industry buyers that they got to meet – from multi-site restaurant, pub and bar groups, to hotels, contract caterers and the nation’s best independents.  We’re delighted to report that 65% of exhibitors have already rebooked for next year, with many asking to take substantially bigger stands.\r\n\r\n“Huge thanks, as always, to all of our exhibitors, visitors and partners for their continued support, it’s been phenomenal.  See you at Casual Dining 2020!”\r\n\r\nSumming up his show experience (as a speaker and visitor), Chris Hill, CEO of The New World Trading Company (NWTC), says: “Casual Dining at ExCeL is the premium sector show, bringing together fantastic debate, content and innovation.\"\r\n\r\n“I loved this year’s show,” agrees Paul Lewis, head of food and drink at Prezzo, “It really delivered on showcasing new trends and growth markets.  Great panels, and the new venue was fantastic, it gave more space to be able to network.”\r\n\r\n“Casual Dining really is the show that does exactly what it says on the tin – an event that has operators of casual dining concepts big and small as its singular focus.  I challenge you to attend and not have at least three interesting conversations with new suppliers, potential customers or even just old friends,” says Thom Elliot, co-founder of Pizza Pilgrims.\r\n\r\n“Casual Dining 2019 provided a great opportunity to engage with innovative new suppliers, network with existing contacts and listen to some informative keynote speakers. A great event and one I look forward to returning to in 2020,” says Mark Carter, head of drinks category management at Marston’s Pubs &amp; Bars.\r\n\r\nKnown for being a magnet for top buyers and brands from across the casual dining sector, this year’s attendees included: Accor Hotels, Aramark, Azzurri Group (ASK Italian, Zizzi and Coco di Mama), BaxterStorey, Benugo, Bill’s Restaurants, BrewDog, Cafe Rouge, Carluccio\'s, Casual Dining Group, CH&amp;Co Group, Charles Wells, Center Parcs, Côte Restaurants, Daniel Thwaites, Dishoom, Domino\'s Pizza Group, DoubleTree By Hilton, Ei Group, Elior UK, Flat Iron, Fuller\'s, Greene King, Hall &amp; Woodhouse, Hard Rock Café, ISS UK, Jamie Oliver Restaurant Group, Las Iguanas, Loungers, Marston’s, Mitchells &amp; Butlers, Nando\'s, National Trust, NWTC, Oakman Inns, Papa John\'s, PizzaExpress, Pizza Hut Restaurants UK, Pizza Pilgrims, Prezzo, Punch Taverns, Revolution Bars Group, Shepherd Neame, Sodexo, SSP, Stonegate Pub Company, TGI Fridays, The Restaurant Group, Wagamama, YO! Sushi, Young\'s, and many more.\r\n\r\nNotably, nearly one in three visitors cited a corporate spend in excess of £1m (15% reported £10m-plus budgets).\r\n<h3><strong>Keynote highlights</strong></h3>\r\nCasual Dining’s two Keynote Theatres (sponsored by Yumpingo) were a hive of activity throughout.  This year’s line-up included a host of rising stars and some of the biggest names in the business, including: Kate Nicholls (UKHospitality), Jens Hofma (Pizza Hut Restaurants UK), Alex Reilley (Loungers), David McDowall (BrewDog), Anna-Marie Mason (Mitchells &amp; Butlers), Simon Potts (The Alchemist Bars &amp; Restaurants), Shamil Thakrar (Dishoom), Nisha Katona (Mowgli), Sarah Weir (Albion &amp; East), Will Beckett (Hawksmoor), Peter Borg-Neal (Oakman Inns), and Mark Jones (Carluccio’s).\r\n\r\nSimon Stenning, founder of FutureFoodservice.com, CGA (Fiona Speakman), and Peter Backman delivered essential market updates and overviews of the latest trends to watch.  Peter Martin, director of CM&amp;Co and founder of The Atlantic Club, chaired a record seven panels and interviews (including Steve Richards, last interview as CEO of The Casual Dining Group).  While lively panel sessions featuring Fuller’s, The Florist/NWTC, wagamama, PizzaExpress, Flat Iron, Yummy Pubs, Whiting &amp; Hammond, Las Iguanas, Young’s, Hawksmoor, Pizza Pilgrims, Bill’s Restaurants, YO! Sushi, Browns Brasserie &amp; Bar, and many others, sparked plenty of insightful debate.\r\n<h3><strong>Innovation Challenge Awards &amp; King of Craft</strong></h3>\r\nThe best new casual dining innovations of the year were announced today at Casual Dining 2019.  Carlsberg UK’s Snap Pack, Hellmann’s Vegan Mayonnaise, Lamb Weston Meijer’s Hot2Home, and Rubies in the Rubble’s Ketchup were all awarded Gold in the show’s prestigious Innovation Challenge Awards.\r\n\r\nBlack Fire Coffee Tequila, Imaginative Cuisine, Jubel Beer, and Yee Kwan Ice Cream received silver awards.\r\n\r\nBronze awards went to Eurilait, Fentimans, The Hygiene Company, LUXLO Spirits, The Meatless Farm Co, Rude Health, Sea Arch – Not Gin, Sea Products International, and The Hygiene Company.  For full product details and winners’ quotes, please visit <a href=\"http://www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced</a>.\r\n\r\nThis year’s judges included: James Elliot, co-founder of Pizza Pilgrims; Chris Knights, group executive chef at Young’s; Brian Trollip, chief operations wallah of Dishoom; Angela Malik, strategy director at Think Hospitality; Gavin Smith, operations director at Pizza Pilgrims; chef and consultant Jay Morjaria; Kate Eastwood, sales &amp; marketing director at Revolution Bars Group; and Megan Lewis-Thomas, head of food development &amp; marketing concessions, franchising &amp; new concepts at Casual Dining Group; and Simon Woplin, head of innovation at Ambassador Theatre Group.\r\n\r\nBig Drop Brewing Co was also celebrating – having won the King of Craft crown at this year’s show.  It took the top spot ahead of 11 other Craft Beer &amp; Cider Zone exhibitors and rising stars of the brewing world with its Citra Four Hop (0.5%) Pale Ale.\r\n\r\n“Following a busy two days at Casual Dining meeting new customers and taking them through our range of award-winning beers, we were thrilled to win the King of Craft Award against strong – full-strength – competition!  We’re really looking forward to being back next year!” says James Kindred, co-founder of Big Drop Brewing Co.\r\n\r\nOther exhibitors planning to return to Casual Dining in 2020, include Reynolds, Nestle, Lamb Weston Meijer, McCain Foodservice, Ascentia FSE, Panasonic UK Ltd, Yumpingo, Yapster, Moving Mountains Foods, Vivera, Cawston Press, Heineken UK, Molson Coors Brewing Company, Diageo, Monin and Sea Products International.\r\n\r\n“Casual Dining is unquestionably our most important trade show in the UK, as it is the most directly-focused show in our sector.  We look forward to continuing exhibiting for many years to come,” says Ian R. Ronan, senior business development manager from Sea Products International.\r\n\r\n“Casual Dining is a fantastic two days that really helps us engage with our customers in a lively and creative space.  The new venue really worked for us and we will be back next year,” says Matthew Kelly, national account manager at Carlsberg UK.\r\n<h3><strong>Save the date for Casual Dining 2020</strong></h3>\r\nCasual Dining will return to ExCeL London on 25-26 March 2020.  For further information, please visit <a href=\"http://www.casualdiningshow.co.uk?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk</a>.\r\n\r\n<strong>Booking for new exhibitors opens later this month on Monday 25 March.  Please contact Casual Dining’s event manager Eva Ellis on <a href=\"mailto:eellis@divcom.co.uk\">eellis@divcom.co.uk</a>.</strong>','Casual Dining Group wows restaurant & pub sector at its new ExCeL venue','','inherit','closed','closed','','4235-revision-v1','','','2019-03-14 11:57:18','2019-03-14 11:57:18','',4235,'https://www.ontradeprogress.com/2019/03/14/4235-revision-v1/',0,'revision','',0),(4238,1,'2019-03-14 13:05:24','2019-03-14 13:05:24','<h1>Over 5,000 attendees – representing the UK’s best restaurant, pub and bar operators – were out in force at Casual Dining show last week (27-28 February).</h1>\r\nThe UK’s flagship casual dining trade event of the year made an unforgettable first impression at its new home of ExCeL London, enjoying another successive record turnout.  220 exhibitors, 50 Keynote speakers in two standing-room-only theatres, and 5,038 unique attendees (up 5% on 2018) – are the top line figures from this year’s action-packed edition.\r\n\r\n“Casual Dining is where the industry does business,” says event manager Eva Ellis. “Once again, it welcomed leading innovators, influencers, trailblazers, key buyers and senior decision makers – the who’s who of this dynamic sector – in their thousands.  This year’s stand-out, sell-out edition at its new home of London ExCeL was easily our biggest, busiest and best yet.”\r\n\r\nShe continues: “There was such a fantastic buzz from the moment doors opened, and the show just looked incredible.  The feedback about the move has been incredibly positive, with the biggest buyers and operators in the country has enjoyed increased opportunities to meet with even more innovative suppliers, listen to even more great speakers and do even more business than ever before.\r\n\r\n“Our exhibitors have also been thrilled with the seniority and the sheer number of relevant industry buyers that they got to meet – from multi-site restaurant, pub and bar groups, to hotels, contract caterers and the nation’s best independents.  We’re delighted to report that 65% of exhibitors have already rebooked for next year, with many asking to take substantially bigger stands.\r\n\r\n“Huge thanks, as always, to all of our exhibitors, visitors and partners for their continued support, it’s been phenomenal.  See you at Casual Dining 2020!”\r\n\r\nSumming up his show experience (as a speaker and visitor), Chris Hill, CEO of The New World Trading Company (NWTC), says: “Casual Dining at ExCeL is the premium sector show, bringing together fantastic debate, content and innovation.\"\r\n\r\n“I loved this year’s show,” agrees Paul Lewis, head of food and drink at Prezzo, “It really delivered on showcasing new trends and growth markets.  Great panels, and the new venue was fantastic, it gave more space to be able to network.”\r\n\r\n“Casual Dining really is the show that does exactly what it says on the tin – an event that has operators of casual dining concepts big and small as its singular focus.  I challenge you to attend and not have at least three interesting conversations with new suppliers, potential customers or even just old friends,” says Thom Elliot, co-founder of Pizza Pilgrims.\r\n\r\n“Casual Dining 2019 provided a great opportunity to engage with innovative new suppliers, network with existing contacts and listen to some informative keynote speakers. A great event and one I look forward to returning to in 2020,” says Mark Carter, head of drinks category management at Marston’s Pubs &amp; Bars.\r\n\r\nKnown for being a magnet for top buyers and brands from across the casual dining sector, this year’s attendees included: Accor Hotels, Aramark, Azzurri Group (ASK Italian, Zizzi and Coco di Mama), BaxterStorey, Benugo, Bill’s Restaurants, BrewDog, Cafe Rouge, Carluccio\'s, Casual Dining Group, CH&amp;Co Group, Charles Wells, Center Parcs, Côte Restaurants, Daniel Thwaites, Dishoom, Domino\'s Pizza Group, DoubleTree By Hilton, Ei Group, Elior UK, Flat Iron, Fuller\'s, Greene King, Hall &amp; Woodhouse, Hard Rock Café, ISS UK, Jamie Oliver Restaurant Group, Las Iguanas, Loungers, Marston’s, Mitchells &amp; Butlers, Nando\'s, National Trust, NWTC, Oakman Inns, Papa John\'s, PizzaExpress, Pizza Hut Restaurants UK, Pizza Pilgrims, Prezzo, Punch Taverns, Revolution Bars Group, Shepherd Neame, Sodexo, SSP, Stonegate Pub Company, TGI Fridays, The Restaurant Group, Wagamama, YO! Sushi, Young\'s, and many more.\r\n\r\nNotably, nearly one in three visitors cited a corporate spend in excess of £1m (15% reported £10m-plus budgets).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/ukhospitality-diversity-forum/\">UKHospitality establishes new Diversity Forum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">The importance of bringing optics back - Beaumont</a></li>\r\n</ul>\r\n<h3><strong>Keynote highlights</strong></h3>\r\nCasual Dining’s two Keynote Theatres (sponsored by Yumpingo) were a hive of activity throughout.  This year’s line-up included a host of rising stars and some of the biggest names in the business, including: Kate Nicholls (UKHospitality), Jens Hofma (Pizza Hut Restaurants UK), Alex Reilley (Loungers), David McDowall (BrewDog), Anna-Marie Mason (Mitchells &amp; Butlers), Simon Potts (The Alchemist Bars &amp; Restaurants), Shamil Thakrar (Dishoom), Nisha Katona (Mowgli), Sarah Weir (Albion &amp; East), Will Beckett (Hawksmoor), Peter Borg-Neal (Oakman Inns), and Mark Jones (Carluccio’s).\r\n\r\nSimon Stenning, founder of FutureFoodservice.com, CGA (Fiona Speakman), and Peter Backman delivered essential market updates and overviews of the latest trends to watch.  Peter Martin, director of CM&amp;Co and founder of The Atlantic Club, chaired a record seven panels and interviews (including Steve Richards, last interview as CEO of The Casual Dining Group).  While lively panel sessions featuring Fuller’s, The Florist/NWTC, wagamama, PizzaExpress, Flat Iron, Yummy Pubs, Whiting &amp; Hammond, Las Iguanas, Young’s, Hawksmoor, Pizza Pilgrims, Bill’s Restaurants, YO! Sushi, Browns Brasserie &amp; Bar, and many others, sparked plenty of insightful debate.\r\n<h3><strong>Innovation Challenge Awards &amp; King of Craft</strong></h3>\r\nThe best new casual dining innovations of the year were announced today at Casual Dining 2019.  Carlsberg UK’s Snap Pack, Hellmann’s Vegan Mayonnaise, Lamb Weston Meijer’s Hot2Home, and Rubies in the Rubble’s Ketchup were all awarded Gold in the show’s prestigious Innovation Challenge Awards.\r\n\r\nBlack Fire Coffee Tequila, Imaginative Cuisine, Jubel Beer, and Yee Kwan Ice Cream received silver awards.\r\n\r\nBronze awards went to Eurilait, Fentimans, The Hygiene Company, LUXLO Spirits, The Meatless Farm Co, Rude Health, Sea Arch – Not Gin, Sea Products International, and The Hygiene Company.  For full product details and winners’ quotes, please visit <a href=\"http://www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced</a>.\r\n\r\nThis year’s judges included: James Elliot, co-founder of Pizza Pilgrims; Chris Knights, group executive chef at Young’s; Brian Trollip, chief operations wallah of Dishoom; Angela Malik, strategy director at Think Hospitality; Gavin Smith, operations director at Pizza Pilgrims; chef and consultant Jay Morjaria; Kate Eastwood, sales &amp; marketing director at Revolution Bars Group; and Megan Lewis-Thomas, head of food development &amp; marketing concessions, franchising &amp; new concepts at Casual Dining Group; and Simon Woplin, head of innovation at Ambassador Theatre Group.\r\n\r\nBig Drop Brewing Co was also celebrating – having won the King of Craft crown at this year’s show.  It took the top spot ahead of 11 other Craft Beer &amp; Cider Zone exhibitors and rising stars of the brewing world with its Citra Four Hop (0.5%) Pale Ale.\r\n\r\n“Following a busy two days at Casual Dining meeting new customers and taking them through our range of award-winning beers, we were thrilled to win the King of Craft Award against strong – full-strength – competition!  We’re really looking forward to being back next year!” says James Kindred, co-founder of Big Drop Brewing Co.\r\n\r\nOther exhibitors planning to return to Casual Dining in 2020, include Reynolds, Nestle, Lamb Weston Meijer, McCain Foodservice, Ascentia FSE, Panasonic UK Ltd, Yumpingo, Yapster, Moving Mountains Foods, Vivera, Cawston Press, Heineken UK, Molson Coors Brewing Company, Diageo, Monin and Sea Products International.\r\n\r\n“Casual Dining is unquestionably our most important trade show in the UK, as it is the most directly-focused show in our sector.  We look forward to continuing exhibiting for many years to come,” says Ian R. Ronan, senior business development manager from Sea Products International.\r\n\r\n“Casual Dining is a fantastic two days that really helps us engage with our customers in a lively and creative space.  The new venue really worked for us and we will be back next year,” says Matthew Kelly, national account manager at Carlsberg UK.\r\n<h3><strong>Save the date for Casual Dining 2020</strong></h3>\r\nCasual Dining will return to ExCeL London on 25-26 March 2020.  For further information, please visit <a href=\"http://www.casualdiningshow.co.uk?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk</a>.\r\n\r\n<strong>Booking for new exhibitors opens later this month on Monday 25 March.  Please contact Casual Dining’s event manager Eva Ellis on <a href=\"mailto:eellis@divcom.co.uk\">eellis@divcom.co.uk</a>.</strong>','Casual Dining Group wows restaurant & pub sector at its new ExCeL venue','','inherit','closed','closed','','4235-revision-v1','','','2019-03-14 13:05:24','2019-03-14 13:05:24','',4235,'https://www.ontradeprogress.com/2019/03/14/4235-revision-v1/',0,'revision','',0),(4239,1,'2019-03-14 13:05:56','2019-03-14 13:05:56','','Casual Dining Group wows restaurant & pub sector at its new ExCeL','Casual Dining Group wows restaurant & pub sector at its new ExCeL','inherit','closed','closed','','cds2019-2','','','2019-03-14 13:06:23','2019-03-14 13:06:23','',4235,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/CDS2019-1.jpg',0,'attachment','image/jpeg',0),(4240,1,'2019-03-14 14:24:49','2019-03-14 14:24:49','<h1>Over 5,000 attendees – representing the UK’s best restaurant, pub and bar operators – were out in force at Casual Dining show (27-28 February).</h1>\r\nThe UK’s flagship casual dining trade event of the year made an unforgettable first impression at its new home of ExCeL London, enjoying another successive record turnout.  220 exhibitors, 50 Keynote speakers in two standing-room-only theatres, and 5,038 unique attendees (up 5% on 2018) – are the top line figures from this year’s action-packed edition.\r\n\r\n“Casual Dining is where the industry does business,” says event manager Eva Ellis. “Once again, it welcomed leading innovators, influencers, trailblazers, key buyers and senior decision makers – the who’s who of this dynamic sector – in their thousands.  This year’s stand-out, sell-out edition at its new home of London ExCeL was easily our biggest, busiest and best yet.”\r\n\r\nShe continues: “There was such a fantastic buzz from the moment doors opened, and the show just looked incredible.  The feedback about the move has been incredibly positive, with the biggest buyers and operators in the country has enjoyed increased opportunities to meet with even more innovative suppliers, listen to even more great speakers and do even more business than ever before.\r\n\r\n“Our exhibitors have also been thrilled with the seniority and the sheer number of relevant industry buyers that they got to meet – from multi-site restaurant, pub and bar groups, to hotels, contract caterers and the nation’s best independents.  We’re delighted to report that 65% of exhibitors have already rebooked for next year, with many asking to take substantially bigger stands.\r\n\r\n“Huge thanks, as always, to all of our exhibitors, visitors and partners for their continued support, it’s been phenomenal.  See you at Casual Dining 2020!”\r\n\r\nSumming up his show experience (as a speaker and visitor), Chris Hill, CEO of The New World Trading Company (NWTC), says: “Casual Dining at ExCeL is the premium sector show, bringing together fantastic debate, content and innovation.\"\r\n\r\n“I loved this year’s show,” agrees Paul Lewis, head of food and drink at Prezzo, “It really delivered on showcasing new trends and growth markets.  Great panels, and the new venue was fantastic, it gave more space to be able to network.”\r\n\r\n“Casual Dining really is the show that does exactly what it says on the tin – an event that has operators of casual dining concepts big and small as its singular focus.  I challenge you to attend and not have at least three interesting conversations with new suppliers, potential customers or even just old friends,” says Thom Elliot, co-founder of Pizza Pilgrims.\r\n\r\n“Casual Dining 2019 provided a great opportunity to engage with innovative new suppliers, network with existing contacts and listen to some informative keynote speakers. A great event and one I look forward to returning to in 2020,” says Mark Carter, head of drinks category management at Marston’s Pubs &amp; Bars.\r\n\r\nKnown for being a magnet for top buyers and brands from across the casual dining sector, this year’s attendees included: Accor Hotels, Aramark, Azzurri Group (ASK Italian, Zizzi and Coco di Mama), BaxterStorey, Benugo, Bill’s Restaurants, BrewDog, Cafe Rouge, Carluccio\'s, Casual Dining Group, CH&amp;Co Group, Charles Wells, Center Parcs, Côte Restaurants, Daniel Thwaites, Dishoom, Domino\'s Pizza Group, DoubleTree By Hilton, Ei Group, Elior UK, Flat Iron, Fuller\'s, Greene King, Hall &amp; Woodhouse, Hard Rock Café, ISS UK, Jamie Oliver Restaurant Group, Las Iguanas, Loungers, Marston’s, Mitchells &amp; Butlers, Nando\'s, National Trust, NWTC, Oakman Inns, Papa John\'s, PizzaExpress, Pizza Hut Restaurants UK, Pizza Pilgrims, Prezzo, Punch Taverns, Revolution Bars Group, Shepherd Neame, Sodexo, SSP, Stonegate Pub Company, TGI Fridays, The Restaurant Group, Wagamama, YO! Sushi, Young\'s, and many more.\r\n\r\nNotably, nearly one in three visitors cited a corporate spend in excess of £1m (15% reported £10m-plus budgets).\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/ukhospitality-diversity-forum/\">UKHospitality establishes new Diversity Forum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">The importance of bringing optics back - Beaumont</a></li>\r\n</ul>\r\n<h3><strong>Keynote highlights</strong></h3>\r\nCasual Dining’s two Keynote Theatres (sponsored by Yumpingo) were a hive of activity throughout.  This year’s line-up included a host of rising stars and some of the biggest names in the business, including: Kate Nicholls (UKHospitality), Jens Hofma (Pizza Hut Restaurants UK), Alex Reilley (Loungers), David McDowall (BrewDog), Anna-Marie Mason (Mitchells &amp; Butlers), Simon Potts (The Alchemist Bars &amp; Restaurants), Shamil Thakrar (Dishoom), Nisha Katona (Mowgli), Sarah Weir (Albion &amp; East), Will Beckett (Hawksmoor), Peter Borg-Neal (Oakman Inns), and Mark Jones (Carluccio’s).\r\n\r\nSimon Stenning, founder of FutureFoodservice.com, CGA (Fiona Speakman), and Peter Backman delivered essential market updates and overviews of the latest trends to watch.  Peter Martin, director of CM&amp;Co and founder of The Atlantic Club, chaired a record seven panels and interviews (including Steve Richards, last interview as CEO of The Casual Dining Group).  While lively panel sessions featuring Fuller’s, The Florist/NWTC, wagamama, PizzaExpress, Flat Iron, Yummy Pubs, Whiting &amp; Hammond, Las Iguanas, Young’s, Hawksmoor, Pizza Pilgrims, Bill’s Restaurants, YO! Sushi, Browns Brasserie &amp; Bar, and many others, sparked plenty of insightful debate.\r\n<h3><strong>Innovation Challenge Awards &amp; King of Craft</strong></h3>\r\nThe best new casual dining innovations of the year were announced today at Casual Dining 2019.  Carlsberg UK’s Snap Pack, Hellmann’s Vegan Mayonnaise, Lamb Weston Meijer’s Hot2Home, and Rubies in the Rubble’s Ketchup were all awarded Gold in the show’s prestigious Innovation Challenge Awards.\r\n\r\nBlack Fire Coffee Tequila, Imaginative Cuisine, Jubel Beer, and Yee Kwan Ice Cream received silver awards.\r\n\r\nBronze awards went to Eurilait, Fentimans, The Hygiene Company, LUXLO Spirits, The Meatless Farm Co, Rude Health, Sea Arch – Not Gin, Sea Products International, and The Hygiene Company.  For full product details and winners’ quotes, please visit <a href=\"http://www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced</a>.\r\n\r\nThis year’s judges included: James Elliot, co-founder of Pizza Pilgrims; Chris Knights, group executive chef at Young’s; Brian Trollip, chief operations wallah of Dishoom; Angela Malik, strategy director at Think Hospitality; Gavin Smith, operations director at Pizza Pilgrims; chef and consultant Jay Morjaria; Kate Eastwood, sales &amp; marketing director at Revolution Bars Group; and Megan Lewis-Thomas, head of food development &amp; marketing concessions, franchising &amp; new concepts at Casual Dining Group; and Simon Woplin, head of innovation at Ambassador Theatre Group.\r\n\r\nBig Drop Brewing Co was also celebrating – having won the King of Craft crown at this year’s show.  It took the top spot ahead of 11 other Craft Beer &amp; Cider Zone exhibitors and rising stars of the brewing world with its Citra Four Hop (0.5%) Pale Ale.\r\n\r\n“Following a busy two days at Casual Dining meeting new customers and taking them through our range of award-winning beers, we were thrilled to win the King of Craft Award against strong – full-strength – competition!  We’re really looking forward to being back next year!” says James Kindred, co-founder of Big Drop Brewing Co.\r\n\r\nOther exhibitors planning to return to Casual Dining in 2020, include Reynolds, Nestle, Lamb Weston Meijer, McCain Foodservice, Ascentia FSE, Panasonic UK Ltd, Yumpingo, Yapster, Moving Mountains Foods, Vivera, Cawston Press, Heineken UK, Molson Coors Brewing Company, Diageo, Monin and Sea Products International.\r\n\r\n“Casual Dining is unquestionably our most important trade show in the UK, as it is the most directly-focused show in our sector.  We look forward to continuing exhibiting for many years to come,” says Ian R. Ronan, senior business development manager from Sea Products International.\r\n\r\n“Casual Dining is a fantastic two days that really helps us engage with our customers in a lively and creative space.  The new venue really worked for us and we will be back next year,” says Matthew Kelly, national account manager at Carlsberg UK.\r\n<h3><strong>Save the date for Casual Dining 2020</strong></h3>\r\nCasual Dining will return to ExCeL London on 25-26 March 2020.  For further information, please visit <a href=\"http://www.casualdiningshow.co.uk?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319\">www.casualdiningshow.co.uk</a>.\r\n\r\n<strong>Booking for new exhibitors opens later this month on Monday 25 March.  Please contact Casual Dining’s event manager Eva Ellis on <a href=\"mailto:eellis@divcom.co.uk\">eellis@divcom.co.uk</a>.</strong>','Casual Dining Group wows restaurant & pub sector at its new ExCeL venue','','inherit','closed','closed','','4235-revision-v1','','','2019-03-14 14:24:49','2019-03-14 14:24:49','',4235,'https://www.ontradeprogress.com/2019/03/14/4235-revision-v1/',0,'revision','',0),(4241,1,'2019-03-14 14:32:30','2019-03-14 14:32:30','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Responding to today’s Spring Statement and the earlier announcement on tariffs, UKHospitality Chief Executive Kate Nicholls said:</h1>\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On the digital economy</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“High streets have been seriously impacted by the ongoing shift to digital businesses and hospitality businesses are no exception. It is most welcome that Government is realising that the UK’s tax and regulatory environment needs to keep pace with the way the world is changing. In hospitality, this is clearly manifested in the relatively unregulated worlds of home-sharing and online travel agents, which are dominated by big companies.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitment to ensure there is more transparency for both businesses and consumers is certainly welcome and we will look forward to engaging with the Government to ensure the concerns of our members are heard.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We also urgently need movement on the long-overdue review of the businesses rates system, to capitalise on the introduction of the Digital Services Tax and make sure the system is fit for purpose in the 21<sup>st</sup> Century.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On training</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitments to vocational training are welcome, but the sector is facing an acute staff and skills shortage. The move to bring forward apprenticeship support for SMEs is positive but we need broader support to ensure we can deliver on apprenticeships as soon as possible.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On wages</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Businesses are continually facing increasing costs. We always want to pay our team members well for their hard work, but it is right that National Minimum and Living Wage rates are considered independently by the Low Pay Commission, on the basis of hard evidence. We welcome the Government’s commitment to engage with businesses on the future trajectory of rates.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On today’s no deal tariff announcement</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Tariffs are self-evidently going to increase costs for businesses and for consumers. Many businesses will really struggle to pass those costs on. With costs increasing on all sides, tariffs on food are hugely unhelpful for hospitality businesses. We need the Government to find a way past this Brexit impasse as a matter of extreme urgency. Tariffs cannot be allowed to continue beyond even the shortest of short term – and preferably will not need to be enacted.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">We spoke with Beaumont about the importance of optics</a></li>\r\n</ul>','UKHospitality reaction to Spring Statement and No Deal tariffs on food','','inherit','closed','closed','','4199-revision-v1','','','2019-03-14 14:32:30','2019-03-14 14:32:30','',4199,'https://www.ontradeprogress.com/2019/03/14/4199-revision-v1/',0,'revision','',0),(4242,1,'2019-03-14 14:34:40','2019-03-14 14:34:40','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Responding to today’s Spring Statement and the earlier announcement on tariffs, UKHospitality Chief Executive Kate Nicholls said:</h1>\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On the digital economy</span></strong></h3>\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“High streets have been seriously impacted by the ongoing shift to digital businesses and hospitality businesses are no exception. It is most welcome that Government is realising that the UK’s tax and regulatory environment needs to keep pace with the way the world is changing. In hospitality, this is clearly manifested in the relatively unregulated worlds of home-sharing and online travel agents, which are dominated by big companies.\"</p>\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitment to ensure there is more transparency for both businesses and consumers is certainly welcome and we will look forward to engaging with the Government to ensure the concerns of our members are heard.\"</p>\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We also urgently need movement on the long-overdue review of the businesses rates system, to capitalise on the introduction of the Digital Services Tax and make sure the system is fit for purpose in the 21<sup>st</sup> Century.”</p>\n\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On training</span></strong></h3>\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitments to vocational training are welcome, but the sector is facing an acute staff and skills shortage. The move to bring forward apprenticeship support for SMEs is positive but we need broader support to ensure we can deliver on apprenticeships as soon as possible.”</p>\n\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On wages</span></strong></h3>\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Businesses are continually facing increasing costs. We always want to pay our team members well for their hard work, but it is right that National Minimum and Living Wage rates are considered independently by the Low Pay Commission, on the basis of hard evidence. We welcome the Government’s commitment to engage with businesses on the future trajectory of rates.”</p>\n\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On today’s no deal tariff announcement</span></strong></h3>\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Tariffs are self-evidently going to increase costs for businesses and for consumers. Many businesses will really struggle to pass those costs on. With costs increasing on all sides, tariffs on food are hugely unhelpful for hospitality businesses. We need the Government to find a way past this Brexit impasse as a matter of extreme urgency. Tariffs cannot be allowed to continue beyond even the shortest of short term – and preferably will not need to be enacted.”</p>\n\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">We spoke with Beaumont about the importance of optics</a></li>\n</ul>','UKHospitality reaction to Spring Statement and No Deal tariffs on food','','inherit','closed','closed','','4199-autosave-v1','','','2019-03-14 14:34:40','2019-03-14 14:34:40','',4199,'https://www.ontradeprogress.com/2019/03/14/4199-autosave-v1/',0,'revision','',0),(4243,1,'2019-03-14 14:45:25','2019-03-14 14:45:25','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Responding to today’s Spring Statement and the earlier announcement on tariffs, UKHospitality Chief Executive Kate Nicholls said:</h1>\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On the digital economy</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“High streets have been seriously impacted by the ongoing shift to digital businesses and hospitality businesses are no exception. It is most welcome that Government is realising that the UK’s tax and regulatory environment needs to keep pace with the way the world is changing. In hospitality, this is clearly manifested in the relatively unregulated worlds of home-sharing and online travel agents, which are dominated by big companies.\"</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitment to ensure there is more transparency for both businesses and consumers is certainly welcome and we will look forward to engaging with the Government to ensure the concerns of our members are heard.\"</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“We also urgently need movement on the long-overdue review of the businesses rates system, to capitalise on the introduction of the Digital Services Tax and make sure the system is fit for purpose in the 21<sup>st</sup> Century.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On training</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Commitments to vocational training are welcome, but the sector is facing an acute staff and skills shortage. The move to bring forward apprenticeship support for SMEs is positive but we need broader support to ensure we can deliver on apprenticeships as soon as possible.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On wages</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Businesses are continually facing increasing costs. We always want to pay our team members well for their hard work, but it is right that National Minimum and Living Wage rates are considered independently by the Low Pay Commission, on the basis of hard evidence. We welcome the Government’s commitment to engage with businesses on the future trajectory of rates.”</p>\r\n\r\n<h3 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">On today’s no deal tariff announcement</span></strong></h3>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Tariffs are self-evidently going to increase costs for businesses and for consumers. Many businesses will really struggle to pass those costs on. With costs increasing on all sides, tariffs on food are hugely unhelpful for hospitality businesses. We need the Government to find a way past this Brexit impasse as a matter of extreme urgency. Tariffs cannot be allowed to continue beyond even the shortest of short term – and preferably will not need to be enacted.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/\">We spoke with Beaumont about the importance of optics</a></li>\r\n</ul>','UKHospitality reaction to Spring Statement and No Deal tariffs on food','','inherit','closed','closed','','4199-revision-v1','','','2019-03-14 14:45:25','2019-03-14 14:45:25','',4199,'https://www.ontradeprogress.com/2019/03/14/4199-revision-v1/',0,'revision','',0),(4245,1,'2019-03-15 11:31:32','2019-03-15 11:31:32','<h1>Popular Italian delicatessen <strong>Diforti </strong>has launched a Brexit Box to help shoppers prepare for shortages of their favourite foods.</h1>\r\nWith Brexit threatening to disrupt imports from Europe, and warnings that food products from the continent could be harder to come by, <strong>Diforti </strong>has taken action with the release of their Brexit Box.\r\n\r\n<strong>Carlo Diforti</strong>, <strong>Director </strong>of <strong>Diforti</strong>, said: “The looming prospect of Brexit may have already hit the pound, but it could be about to hit the people of the UK where it really hurts – their kitchen cupboards. The price of olives has hit a seven-year high, and there are warnings of an impending cheese shortage.\r\n\r\nWe don’t want any of our customers missing out on the very best Italian ingredients, no matter what we wake up to on March 29<sup>th</sup>. That’s why we’ve put together the Brexit Box, full of items that may be harder to come by once Brexit comes around.”\r\n\r\nThe carefully curated box joins <strong>Diforti’s</strong> regular collection of gift hampers, all packed with Italian essentials and available to purchase online.\r\n\r\nFrom pesto to pasta to packets of rice, the contents of the Brexit Box have been selected to keep shoppers’ cupboards stocked for the long haul. It also contains their popular Red Sweet Peppers stuffed with Cheese, in response to fears that cheese will be among the main victims of post-Brexit food shortages.\r\n<h3><strong>Diforti</strong>’s Brexit Box contains:</h3>\r\n<ul>\r\n 	<li>   Carnaroli Rice 500g</li>\r\n 	<li>   Gluten-free Penne Rigate 400g</li>\r\n 	<li>   Red Sweet Peppers Stuffed with Cheese 215g</li>\r\n 	<li>   Nduja Spread 190g</li>\r\n 	<li>   Taralli with Extra Virgin Olive Oil 200g</li>\r\n 	<li>   Tuna Loins in Oil 200g</li>\r\n 	<li>   Truffle Oil 250ml</li>\r\n 	<li>   Salamino Toscano 125g</li>\r\n 	<li>   Sicilian Pesto Jar 180g</li>\r\n</ul>\r\n<strong>Andrea Diforti, Director </strong>of <strong>Diforti,</strong> said: “Everyone’s talking about bad deals or no-deal, so we’ve made sure that our Brexit Box is a very good deal. It has everything you need to keep your cupboards stocked and your table full.”\r\n\r\nFounded by Michele Diforti in Sicily in 1875, <strong>Diforti </strong>is now run by great-great-grandsons Carlo and Andrea, and transports the traditional tastes of Italy to the UK through its online delicatessen.\r\n\r\n<strong>Diforti’s</strong> ethos is based around traditional family values and their Italian heritage, which is at the centre of everything they produce. The brothers personally develop each offering with specially selected suppliers in order to give their trade and retail customers a truly unique product.\r\n\r\n<strong>Diforti’s Brexit Box </strong>is priced at: £44.99 and available until stocks last.\r\n\r\n<strong>To find out more about Diforti’s extensive range of Italian treats visit: shop.diforti.com or call: 0208 953 5453 for trade customers, call: 0203 876 8690 for private customers.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No Deal</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Italian deli Diforti launches Brexit Box','','inherit','closed','closed','','4202-revision-v1','','','2019-03-15 11:31:32','2019-03-15 11:31:32','',4202,'https://www.ontradeprogress.com/2019/03/15/4202-revision-v1/',0,'revision','',0),(4246,1,'2019-03-18 13:17:30','2019-03-18 13:17:30','<h1><strong>The</strong> <strong><a href=\"https://www.shopdrury.com/\" target=\"_blank\" rel=\"noopener\">Drury</a> Tea &amp; Coffee Company, </strong>London-based tea blender and coffee roaster with well over 80 years’ experience of buying and blending fine teas, has added to its already extensive range of pyramid teabags with the introduction of four new varieties, Decaffeinated Earl Grey, Orange Blossom Oolong, Coconut &amp; Turmeric and Cacao &amp; Ginger.</h1>\r\nThis brings the total number of varieties in the range to 35, comprising black, green and oolong teas, fruit infusions and herbal teas.\r\n\r\nDrury pyramids are made using biodegradable teabag mesh and this material, together with the extra brew space afforded by the pyramid shape, means that the blender can use higher quality, larger leaf teas for better liquoring and a more satisfying taste. The most visually remarkable thing about the teabags is the stunning packaging. Designed with a blue ‘family’ feel, each of the varieties is differentiated by an Art Deco-style illustration relevant to the respective tea type. The design evokes the mood of the thirties when The Drury Tea &amp; Coffee Company was founded.\r\n\r\n<strong>TASTING NOTES ON THE NEW VARIETIES</strong>\r\n\r\n[caption id=\"attachment_4247\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4247\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/2019-New-Pyramid-varieties-1-300x221.jpg\" alt=\"Drury Tea &amp; Coffee Company adds four new varieties\" width=\"300\" height=\"221\" /> Drury Tea &amp; Coffee Company adds four new varieties[/caption]\r\n\r\n<strong>Decaffeinated Earl Grey</strong> - Finest large leaf decaffeinated tea scented with natural oil of Bergamot. This delicious blend is almost the same as Drury’s famous Earl Grey with one crucial difference – most of the caffeine has been removed. With its delicate citrus flavour, it is satisfying with or without milk.\r\n\r\n<strong>Orange Blossom Oolong</strong> - A delightful oolong tea rich with the heady scent of orange blossom. This tea should be sipped slowly to fully savour the delicate citrus flavour of orange petals, which is perfectly balanced with a light liquoring oolong (semi-oxidised) tea. Serve without milk.\r\n\r\n<strong>Coconut &amp; Turmeric</strong> - A vibrant blend of fruit and spices, delivering the flavour of coconut and turmeric.  Real turmeric is skillfully blended with raw and roasted coconut, cinnamon, cardamom and ginger, giving this tea a delicate and balanced spiciness that is gently warming and refreshing. Serve without milk.\r\n\r\n<strong>Cacao &amp; Ginger</strong> - A subtle infusion of raw cacao nibs, blended with honeybush and ginger. With delightful notes of chocolate, ginger and a hint of orange citrus, this mellow infusion is both delicate and intense. Serve without milk.\r\n\r\nThe newcomers join an eclectic range of black teas, green teas, tisanes and infusions that already make up the Drury pyramid range of speciality teabags. Cartons each contain 15 teabags and are packed six to a case.  The carton price of the new teas is from £2.95. Alternatively, for convenience and cost saving, all four new varieties are available in bulk catering packs of 100 from £16.20.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n</ul>','Drury adds four new varieties to its best-selling pyramid teabag range','','publish','closed','open','','drury-coffee-company-four-new-tea','','\nhttps://www.ontradeprogress.com/2019/03/18/heads-tails-otp/','2019-03-18 13:18:20','2019-03-18 13:18:20','',0,'https://www.ontradeprogress.com/?p=4246',0,'post','',0),(4247,1,'2019-03-18 08:39:09','2019-03-18 08:39:09','','Drury Tea & Coffee Company adds four new varieties','Drury Tea & Coffee Company adds four new varieties','inherit','closed','closed','','2019-new-pyramid-varieties-1','','','2019-03-18 09:10:47','2019-03-18 09:10:47','',4246,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/2019-New-Pyramid-varieties-1.jpg',0,'attachment','image/jpeg',0),(4248,1,'2019-03-18 08:39:50','2019-03-18 08:39:50','','Drury Tea & Coffee Company adds four new varieties','Drury Tea & Coffee Company adds four new varieties','inherit','closed','closed','','2019-new-tea-pyramids-2','','','2019-03-18 08:47:23','2019-03-18 08:47:23','',4246,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/2019-New-Tea-Pyramids-2.jpg',0,'attachment','image/jpeg',0),(4249,1,'2019-03-18 09:14:55','2019-03-18 09:14:55','<h1><strong>The</strong> <strong><a href=\"https://www.shopdrury.com/\" target=\"_blank\" rel=\"noopener\">Drury</a> Tea &amp; Coffee Company, </strong>London-based tea blender and coffee roaster with well over 80 years’ experience of buying and blending fine teas, has added to its already extensive range of pyramid teabags with the introduction of four new varieties, Decaffeinated Earl Grey, Orange Blossom Oolong, Coconut &amp; Turmeric and Cacao &amp; Ginger.</h1>\r\nThis brings the total number of varieties in the range to 35, comprising black, green and oolong teas, fruit infusions and herbal teas.\r\n\r\nDrury pyramids are made using biodegradable teabag mesh and this material, together with the extra brew space afforded by the pyramid shape, means that the blender can use higher quality, larger leaf teas for better liquoring and a more satisfying taste. The most visually remarkable thing about the teabags is the stunning packaging. Designed with a blue ‘family’ feel, each of the varieties is differentiated by an Art Deco-style illustration relevant to the respective tea type. The design evokes the mood of the thirties when The Drury Tea &amp; Coffee Company was founded.\r\n\r\n<strong>TASTING NOTES ON THE NEW VARIETIES</strong>\r\n\r\n[caption id=\"attachment_4247\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4247\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/2019-New-Pyramid-varieties-1-300x221.jpg\" alt=\"Drury Tea &amp; Coffee Company adds four new varieties\" width=\"300\" height=\"221\" /> Drury Tea &amp; Coffee Company adds four new varieties[/caption]\r\n\r\n<strong>Decaffeinated Earl Grey</strong> - Finest large leaf decaffeinated tea scented with natural oil of Bergamot. This delicious blend is almost the same as Drury’s famous Earl Grey with one crucial difference – most of the caffeine has been removed. With its delicate citrus flavour, it is satisfying with or without milk.\r\n\r\n<strong>Orange Blossom Oolong</strong> - A delightful oolong tea rich with the heady scent of orange blossom. This tea should be sipped slowly to fully savour the delicate citrus flavour of orange petals, which is perfectly balanced with a light liquoring oolong (semi-oxidised) tea. Serve without milk.\r\n\r\n<strong>Coconut &amp; Turmeric</strong> - A vibrant blend of fruit and spices, delivering the flavour of coconut and turmeric.  Real turmeric is skillfully blended with raw and roasted coconut, cinnamon, cardamom and ginger, giving this tea a delicate and balanced spiciness that is gently warming and refreshing. Serve without milk.\r\n\r\n<strong>Cacao &amp; Ginger</strong> - A subtle infusion of raw cacao nibs, blended with honeybush and ginger. With delightful notes of chocolate, ginger and a hint of orange citrus, this mellow infusion is both delicate and intense. Serve without milk.\r\n\r\nThe newcomers join an eclectic range of black teas, green teas, tisanes and infusions that already make up the Drury pyramid range of speciality teabags. Cartons each contain 15 teabags and are packed six to a case.  The carton price of the new teas is from £2.95. Alternatively, for convenience and cost saving, all four new varieties are available in bulk catering packs of 100 from £16.20.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n</ul>','Drury adds four new varieties to its best-selling pyramid teabag range','','inherit','closed','closed','','4246-revision-v1','','','2019-03-18 09:14:55','2019-03-18 09:14:55','',4246,'https://www.ontradeprogress.com/2019/03/18/4246-revision-v1/',0,'revision','',0),(4250,1,'2019-03-21 14:14:20','2019-03-21 14:14:20','<h1>Play it cool with the range of blast chillers and freezers from Sous Vide Tools. The company’s extensive range moves from a tabletop three-tray option that can chill 9kg of food and freeze 7kg, right through to a stand-alone 14-tray 1/1GN unit than can chill 50kg and freeze 35kg.</h1>\r\nThe smallest Sous Vide Tools 2/3GN tabletop blast chiller can chill food in just over an hour and freeze food in as little as two. It rapidly lowers food temperatures through the +70°C to +3°C heat range to block evaporation and avoid bacterial proliferation. Preserving the food’s qualities, it triples the time it can be stored safely. The unit can also be customised to chill wine or other drinks to a precise temperature quickly, and can produce ice cubes in just 30 minutes.\r\n\r\nThe three-tray 1/1GN model can chill 10kg of food from +70°C to +3°C even faster, in just 90 minutes, and freezes 8kg of food from +70°C to -18°C in 240 minutes. The slightly larger five- tray 1/1GN model is also simple to operate, and made from the same easy clean stainless steel inside and out.\r\n\r\nThe two stand-alone 10-tray and 14-tray 1/1GN units are ideal for busy kitchens. The 10-tray model can chill 40kg of food in 90 minutes and freeze 28kg in 240 minutes, while the 14-tray unit is equally as fast, with a slightly larger capacity.\r\n\r\n<strong>All models come with a two-year part and labour warranty. For further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 0800 678 5001.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n</ul>','Having a blast with Sous Vide Tools range','','publish','closed','open','','sous-vide-chiil-freezers','','','2019-03-21 14:14:20','2019-03-21 14:14:20','',0,'https://www.ontradeprogress.com/?p=4250',0,'post','',0),(4251,1,'2019-03-18 09:26:23','2019-03-18 09:26:23','','Sous Vide Tools blast chiller','Sous Vide Tools blast chiller','inherit','closed','closed','','sous-vide-tools-blast-chiller','','','2019-03-18 09:26:57','2019-03-18 09:26:57','',4250,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Sous-Vide-Tools-blast-chiller.jpg',0,'attachment','image/jpeg',0),(4252,1,'2019-03-18 09:27:01','2019-03-18 09:27:01','<h1>Play it cool with the range of blast chillers and freezers from Sous Vide Tools. The company’s extensive range moves from a tabletop three-tray option that can chill 9kg of food and freeze 7kg, right through to a stand-alone 14-tray 1/1GN unit than can chill 50kg and freeze 35kg.</h1>\r\nThe smallest Sous Vide Tools 2/3GN tabletop blast chiller can chill food in just over an hour and freeze food in as little as two. It rapidly lowers food temperatures through the +70°C to +3°C heat range to block evaporation and avoid bacterial proliferation. Preserving the food’s qualities, it triples the time it can be stored safely. The unit can also be customised to chill wine or other drinks to a precise temperature quickly, and can produce ice cubes in just 30 minutes.\r\n\r\nThe three-tray 1/1GN model can chill 10kg of food from +70°C to +3°C even faster, in just 90 minutes, and freezes 8kg of food from +70°C to -18°C in 240 minutes. The slightly larger five- tray 1/1GN model is also simple to operate, and made from the same easy clean stainless steel inside and out.\r\n\r\nThe two stand-alone 10-tray and 14-tray 1/1GN units are ideal for busy kitchens. The 10-tray model can chill 40kg of food in 90 minutes and freeze 28kg in 240 minutes, while the 14-tray unit is equally as fast, with a slightly larger capacity.\r\n\r\n<strong>All models come with a two-year part and labour warranty. For further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 0800 678 5001.</strong>','Having a blast with Sous Vide Tools range','','inherit','closed','closed','','4250-revision-v1','','','2019-03-18 09:27:01','2019-03-18 09:27:01','',4250,'https://www.ontradeprogress.com/2019/03/18/4250-revision-v1/',0,'revision','',0),(4253,1,'2019-03-18 09:30:32','2019-03-18 09:30:32','<h1>Play it cool with the range of blast chillers and freezers from Sous Vide Tools. The company’s extensive range moves from a tabletop three-tray option that can chill 9kg of food and freeze 7kg, right through to a stand-alone 14-tray 1/1GN unit than can chill 50kg and freeze 35kg.</h1>\r\nThe smallest Sous Vide Tools 2/3GN tabletop blast chiller can chill food in just over an hour and freeze food in as little as two. It rapidly lowers food temperatures through the +70°C to +3°C heat range to block evaporation and avoid bacterial proliferation. Preserving the food’s qualities, it triples the time it can be stored safely. The unit can also be customised to chill wine or other drinks to a precise temperature quickly, and can produce ice cubes in just 30 minutes.\r\n\r\nThe three-tray 1/1GN model can chill 10kg of food from +70°C to +3°C even faster, in just 90 minutes, and freezes 8kg of food from +70°C to -18°C in 240 minutes. The slightly larger five- tray 1/1GN model is also simple to operate, and made from the same easy clean stainless steel inside and out.\r\n\r\nThe two stand-alone 10-tray and 14-tray 1/1GN units are ideal for busy kitchens. The 10-tray model can chill 40kg of food in 90 minutes and freeze 28kg in 240 minutes, while the 14-tray unit is equally as fast, with a slightly larger capacity.\r\n\r\n<strong>All models come with a two-year part and labour warranty. For further information, or for details of other products available from Sous Vide Tools, visit <a href=\"http://www.sousvidetools.com\">www.sousvidetools.com</a> or call 0800 678 5001.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n</ul>','Having a blast with Sous Vide Tools range','','inherit','closed','closed','','4250-revision-v1','','','2019-03-18 09:30:32','2019-03-18 09:30:32','',4250,'https://www.ontradeprogress.com/2019/03/18/4250-revision-v1/',0,'revision','',0),(4254,1,'2019-03-21 14:13:16','2019-03-21 14:13:16','<h1>Falcon has launched an electric version of its F900 chargrill.  Like the established F900 gas chargrills, the new units combine high performance and ease of use.  They are also good looking and easy to clean – making them ideal for both back of house and front of house kitchens. Being electric they are ideal for sites that can’t, or prefer not to, use gas or solid fuel chargrills.</h1>\r\nThere are two F900 electric chargrills available – both can be supplied as countertop models or on fixed or mobile stands.  The E9460 has a single element, with a rating of 8.4kW, and a cooking area of 450mm wide by 590mm.  The E9490 has two elements, a rating of 13.44kW and a total cooking area of 730mm wide by 590mm.  The E9490’s two elements a1re independently-controlled, so one can be switched off to save energy during quieter periods.\r\n\r\nThe Falcon models’ powerful performance means that, unlike gas models, they heat up very quickly so they only need to be turned on just before cooking is to be done. Food is cooked directly on the elements themselves, delivering the distinctive branding demanded from this method of cooking.\r\n\r\nThe new chargrills also feature Falcon’s patented Dynamic Link System (DLS). This creates a virtually seamless link between F900 appliances, giving the flexibility of a modular system, with the good looks and hygiene benefits of a one-piece island suite – without the associated price tag.\r\n\r\nBoth F900 chargrills require a 32A three-phase supply.  The E9460 measures 600mm wide by 900mm deep and 350mm high, while the E9490 is 900mm by 900mm by 350mm.  With the stands the height for both models is 900mm.\r\n\r\nList prices for the F900 electric chargrill start from £3,990.  The F900 Series is available from dealers.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens.  In 2019 Falcon celebrates its Bicentennial.  With a company history going back 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe.  Its comprehensive product portfolio is backed by award-winning customer support.\r\n\r\n<strong>Visit <a href=\"http://www.falconfoodservice.com\">www.falconfoodservice.com</a> for more information. </strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Falcon electrifies F900 chargrill','','publish','closed','open','','falcon-electrifies-f900-chargrill','','','2019-03-21 14:13:16','2019-03-21 14:13:16','',0,'https://www.ontradeprogress.com/?p=4254',0,'post','',0),(4255,1,'2019-03-18 09:37:05','2019-03-18 09:37:05','','Sous Vide Tools blast chiller','','inherit','closed','closed','','sous-vide-tools-blast-chiller-2','','','2019-03-18 09:37:05','2019-03-18 09:37:05','',4254,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Sous-Vide-Tools-blast-chiller-1.jpg',0,'attachment','image/jpeg',0),(4256,1,'2019-03-18 09:38:37','2019-03-18 09:38:37','','The Falcon F900 electric chargrill model E9490','The Falcon F900 electric chargrill model E9490','inherit','closed','closed','','falcons-f900-electric-chargrill-model-e9490','','','2019-03-18 09:40:09','2019-03-18 09:40:09','',4254,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Falcons-F900-electric-chargrill-model-E9490.jpg',0,'attachment','image/jpeg',0),(4257,1,'2019-03-18 09:41:35','2019-03-18 09:41:35','<h1>Falcon has launched an electric version of its F900 chargrill.  Like the established F900 gas chargrills, the new units combine high performance and ease of use.  They are also good looking and easy to clean – making them ideal for both back of house and front of house kitchens. Being electric they are ideal for sites that can’t, or prefer not to, use gas or solid fuel chargrills.</h1>\r\nThere are two F900 electric chargrills available – both can be supplied as countertop models or on fixed or mobile stands.  The E9460 has a single element, with a rating of 8.4kW, and a cooking area of 450mm wide by 590mm.  The E9490 has two elements, a rating of 13.44kW and a total cooking area of 730mm wide by 590mm.  The E9490’s two elements are independently-controlled, so one can be switched off to save energy during quieter periods.\r\n\r\nThe Falcon models’ powerful performance means that, unlike gas models, they heat up very quickly so they only need to be turned on just before cooking is to be done. Food is cooked directly on the elements themselves, delivering the distinctive branding demanded from this method of cooking.\r\n\r\nThe new chargrills also feature Falcon’s patented Dynamic Link System (DLS). This creates a virtually seamless link between F900 appliances, giving the flexibility of a modular system, with the good looks and hygiene benefits of a one-piece island suite – without the associated price tag.\r\n\r\nBoth F900 chargrills require a 32A three-phase supply.  The E9460 measures 600mm wide by 900mm deep and 350mm high, while the E9490 is 900mm by 900mm by 350mm.  With the stands the height for both models is 900mm.\r\n\r\nList prices for the F900 electric chargrill start from £3,990.  The F900 Series is available from dealers.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens.  In 2019 Falcon celebrates its Bicentennial.  With a company history going back 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe.  Its comprehensive product portfolio is backed by award-winning customer support.\r\n\r\n<strong>Visit <a href=\"http://www.falconfoodservice.com\">www.falconfoodservice.com</a> for more information. </strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Falcon electrifies F900 chargrill','','inherit','closed','closed','','4254-revision-v1','','','2019-03-18 09:41:35','2019-03-18 09:41:35','',4254,'https://www.ontradeprogress.com/2019/03/18/4254-revision-v1/',0,'revision','',0),(4258,1,'2019-03-21 14:13:43','2019-03-21 14:13:43','<h1>Compassion in World Farming, the <a href=\"https://www.rspca.org.uk/\" target=\"_blank\" rel=\"noopener\">RSPCA</a> and <a href=\"http://www.britisheggindustrycouncil.com/Home/\" target=\"_blank\" rel=\"noopener\">The British Egg</a> Industry Council has reacted angrily to the Government’s refusal to add eggs and egg products to the list of foods protected by tariffs in the event of a no deal Brexit.</h1>\r\nDespite the Parliamentary vote that the UK will not leave the EU without a deal, legally that is still a possibility regardless of any extension to the 29<sup>th</sup> March being granted.\r\n\r\n[caption id=\"attachment_4259\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/egg-4026374_1920-300x200.jpg\" alt=\"Industry groups question government commitment to animal welfare\" width=\"300\" height=\"200\" /> Industry groups question government commitment to animal welfare[/caption]\r\n\r\nBEIC Chairman Andrew Joret, said: “The Government is trampling over all the good work the industry has done to raise animal welfare standards.  In a few weeks’ time, consumers could be eating products made with eggs from hens housed in barren battery cages.  This is not scaremongering but a real risk.\r\n\r\n“This is extremely damaging for animal welfare and a serious breach of trust by a Government which seems to have lost its way on hen welfare.”\r\n\r\nIn an open letter to Michael Gove, the animal welfare groups and the BEIC have called on the Government to reconsider its stance before it’s too late.\r\n\r\nJoret concluded: “We could see the country going to work on an egg from a barren battery cage, something we didn’t think we’d ever return to. The Government should hang its head in shame.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/\">We attended the Love Well workshop by Love Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\">Beer can stir strong emotions - John Porter</a></li>\r\n</ul>','Industry and welfare groups question government commitment to welfare','','publish','closed','open','','animal-welfare-government-commitment','','','2019-03-21 14:13:43','2019-03-21 14:13:43','',0,'https://www.ontradeprogress.com/?p=4258',0,'post','',0),(4259,1,'2019-03-18 09:57:38','2019-03-18 09:57:38','','Industry groups question government commitment to animal welfare','Industry groups question government commitment to animal welfare','inherit','closed','closed','','egg-4026374_1920','','','2019-03-18 09:59:59','2019-03-18 09:59:59','',4258,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/egg-4026374_1920.jpg',0,'attachment','image/jpeg',0),(4260,1,'2019-03-18 10:00:58','2019-03-18 10:00:58','','Industry groups question government commitment to animal welfare','Industry groups question government commitment to animal welfare','inherit','closed','closed','','animal-1851495_1920','','','2019-03-18 10:01:46','2019-03-18 10:01:46','',4258,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/animal-1851495_1920.jpg',0,'attachment','image/jpeg',0),(4261,1,'2019-03-18 10:02:02','2019-03-18 10:02:02','<h1>Compassion in World Farming, the RSPCA and The British Egg Industry Council have reacted angrily to the Government’s refusal to add eggs and egg products to the list of foods protected by tariffs in the event of a no deal Brexit.</h1>\r\nDespite the Parliamentary vote that the UK will not leave the EU without a deal, legally that is still a possibility regardless of any extension to the 29<sup>th</sup> March being granted.\r\n\r\n[caption id=\"attachment_4259\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/egg-4026374_1920-300x200.jpg\" alt=\"Industry groups question government commitment to animal welfare\" width=\"300\" height=\"200\" /> Industry groups question government commitment to animal welfare[/caption]\r\n\r\nBEIC Chairman Andrew Joret, said: “The Government is trampling over all the good work the industry has done to raise animal welfare standards.  In a few weeks’ time, consumers could be eating products made with eggs from hens housed in barren battery cages.  This is not scaremongering but a real risk.\r\n\r\n“This is extremely damaging for animal welfare and a serious breach of trust by a Government which seems to have lost its way on hen welfare.”\r\n\r\nIn an open letter to Michael Gove, the animal welfare groups and the BEIC have called on the Government to reconsider its stance before it’s too late.\r\n\r\nJoret concluded: “We could see the country going to work on an egg from a barren battery cage, something we didn’t think we’d ever return to. The Government should hang its head in shame.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/\">We attended the Love Well workshop by Love Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\">Beer can stir strong emotions - John Porter</a></li>\r\n</ul>','Industry and welfare groups question government commitment to welfare','','inherit','closed','closed','','4258-revision-v1','','','2019-03-18 10:02:02','2019-03-18 10:02:02','',4258,'https://www.ontradeprogress.com/2019/03/18/4258-revision-v1/',0,'revision','',0),(4262,1,'2019-03-18 10:05:03','2019-03-18 10:05:03','<h1>Compassion in World Farming, the <a href=\"https://www.rspca.org.uk/\" target=\"_blank\" rel=\"noopener\">RSPCA</a> and <a href=\"http://www.britisheggindustrycouncil.com/Home/\" target=\"_blank\" rel=\"noopener\">The British Egg</a> Industry Council have reacted angrily to the Government’s refusal to add eggs and egg products to the list of foods protected by tariffs in the event of a no deal Brexit.</h1>\r\nDespite the Parliamentary vote that the UK will not leave the EU without a deal, legally that is still a possibility regardless of any extension to the 29<sup>th</sup> March being granted.\r\n\r\n[caption id=\"attachment_4259\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/egg-4026374_1920-300x200.jpg\" alt=\"Industry groups question government commitment to animal welfare\" width=\"300\" height=\"200\" /> Industry groups question government commitment to animal welfare[/caption]\r\n\r\nBEIC Chairman Andrew Joret, said: “The Government is trampling over all the good work the industry has done to raise animal welfare standards.  In a few weeks’ time, consumers could be eating products made with eggs from hens housed in barren battery cages.  This is not scaremongering but a real risk.\r\n\r\n“This is extremely damaging for animal welfare and a serious breach of trust by a Government which seems to have lost its way on hen welfare.”\r\n\r\nIn an open letter to Michael Gove, the animal welfare groups and the BEIC have called on the Government to reconsider its stance before it’s too late.\r\n\r\nJoret concluded: “We could see the country going to work on an egg from a barren battery cage, something we didn’t think we’d ever return to. The Government should hang its head in shame.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/\">We attended the Love Well workshop by Love Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\">Beer can stir strong emotions - John Porter</a></li>\r\n</ul>','Industry and welfare groups question government commitment to welfare','','inherit','closed','closed','','4258-revision-v1','','','2019-03-18 10:05:03','2019-03-18 10:05:03','',4258,'https://www.ontradeprogress.com/2019/03/18/4258-revision-v1/',0,'revision','',0),(4263,1,'2019-03-18 10:23:39','2019-03-18 10:23:39','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that restrictions on food advertising would further undermine hospitality businesses already battling against restrictive legislation and rising costs. The Government has today launched a consultation on restricting food advertising.</h1>\r\nUKHospitality Chief Executive Kate Nicholls said: “Hospitality shares the Government’s objectives and public concerns about nurturing healthier attitudes to food and drink. The sector has worked proactively with local authorities and Westminster to help tackle obesity. Many of our members have spent time and money reformulating menus, diversifying their offer and providing nutritional transparency.\r\n\r\n“The sector’s landscape changes quickly, and the customer experience is hugely different from the one it was five or ten years ago, with a greater choice of exciting and healthy food and drink. Furthermore, for the vast majority of our customers, eating out remains an occasional treat and any measures should reflect that.\r\n\r\n“British high streets have been hit hard in recent years, by a mix of rising costs and changing consumer trends and, of course, Brexit uncertainties. Hospitality venues are vital to the social lives of towns and cities and provide huge economic benefits. Preventing them from advertising would undermine high streets further.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\">Beer can stir strong emotions - John Porter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Food advertising restrictions will harm the hospitality sector','','publish','closed','open','','food-advertising-harm-hospitality','','https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\nhttps://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\nhttps://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/','2019-03-18 11:43:54','2019-03-18 11:43:54','',0,'https://www.ontradeprogress.com/?p=4263',0,'post','',0),(4264,1,'2019-03-18 10:18:41','2019-03-18 10:18:41','','Food advertising restrictions will harm the hospitality sector','Food advertising restrictions will harm the hospitality sector','inherit','closed','closed','','mediterranean-346997_1920','','','2019-03-18 10:19:23','2019-03-18 10:19:23','',4263,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/mediterranean-346997_1920.jpg',0,'attachment','image/jpeg',0),(4265,1,'2019-03-18 10:23:10','2019-03-18 10:23:10','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that restrictions on food advertising would further undermine hospitality businesses already battling against restrictive legislation and rising costs. The Government has today launched a consultation on restricting food advertising.</h1>\r\nUKHospitality Chief Executive Kate Nicholls said: “Hospitality shares the Government’s objectives and public concerns about nurturing healthier attitudes to food and drink. The sector has worked proactively with local authorities and Westminster to help tackle obesity. Many of our members have spent time and money reformulating menus, diversifying their offer and providing nutritional transparency.\r\n\r\n“The sector’s landscape changes quickly, and the customer experience is hugely different from the one it was five or ten years ago, with a greater choice of exciting and healthy food and drink. Furthermore, for the vast majority of our customers, eating out remains an occasional treat and any measures should reflect that.\r\n\r\n“British high streets have been hit hard in recent years, by a mix of rising costs and changing consumer trends and, of course, Brexit uncertainties. Hospitality venues are vital to the social lives of towns and cities and provide huge economic benefits. Preventing them from advertising would undermine high streets further.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\">Beer can stir strong emotions - John Porter</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Food advertising restrictions will harm the hospitality sector','','inherit','closed','closed','','4263-revision-v1','','','2019-03-18 10:23:10','2019-03-18 10:23:10','',4263,'https://www.ontradeprogress.com/2019/03/18/4263-revision-v1/',0,'revision','',0),(4267,1,'2019-03-18 11:19:46','2019-03-18 11:19:46','<h1>St. Patrick’s Day is celebrated in every corner of the world, from the well-known gatherings in Dublin, Chicago, and New York to more unexpected places like Auckland and Buenos Aires. This year, Jameson went one step further, going completely off-the-grid to celebrate St. Patrick’s Day in a remote, icy wilderness - proving all you really need are good friends and great whiskey to mark the date.</h1>\r\nSince it was established in 1780, Jameson has been bringing friends together, and never more so than on St. Patrick’s Day. This year, Jameson searched the globe for four groups of friends who always celebrate St. Patrick’s Day and rewarded them with a trip of a lifetime. The group embarked on an expedition to the most northerly inhabited area on the globe, Svalbard, Norway. Why Svalbard? It’s marked by the coordinates 17\' longitude 80\' latitude, a tribute to the year John Jameson set up his Dublin distillery. A mere 1000 km from the North Pole, Svalbard is an icy landscape defined by frozen glaciers and snow caves, where polar bears outnumber the human population.\r\n\r\nThe friends, from Ireland, India and Argentina, trekked over frozen terrain, overcoming obstacles along the way, to celebrate St. Patrick’s Day in the most unexpected way. In-between the snowmobile races, husky rides and ice cave climbing, the Jameson fans cemented their new friendships in the freezing Arctic conditions – bringing new meaning to Jameson on ice!\r\n\r\nThe group’s off-the-grid adventure was a success, arriving at their final destination, as close as humanly possible to 17\' (longitude) 80\' (latitude), where they raised a glass and toasted the Day together. Proving that all you need are good friends and something green (a Jameson bottle counts) to celebrate St. Patrick’s Day.\r\n\r\nSimon Fay, International Marketing Director at Irish Distillers, was excited for fans to enjoy the most unique St. Patrick’s Day gathering the world had ever seen: “St. Patrick’s Day is not just a big day of celebration in Ireland – it’s become a historic day that’s shared all over the world, where we get together with friends and make new memories. This year we wanted to show the world you can create unforgettable moments wherever you are and what better way to demonstrate this than from 17\' 80\'”.\r\n\r\n<strong>Visit <a href=\"https://www.jamesonwhiskey.com/en-EN/article/1780-expedition\">https://www.jamesonwhiskey.com/en-EN/article/1780-expedition</a> to see some highlights from the epic Jameson 17\' 80\' St. Patrick’s Day expedition. Contact <a href=\"mailto:lucinda.tattersall@exposure.net\">lucinda.tattersall@exposure.net </a>07572382844</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/food-advertising-harm-hospitality/\">Food advertising restrictions will harm the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration','','publish','closed','open','','st-patricks-day-jameson','','https://www.ontradeprogress.com/2019/03/18/food-advertising-harm-hospitality/\nhttps://www.ontradeprogress.com/2019/03/18/heads-tails-otp/','2019-03-18 11:27:27','2019-03-18 11:27:27','',0,'https://www.ontradeprogress.com/?p=4267',0,'post','',0),(4268,1,'2019-03-18 10:54:53','2019-03-18 10:54:53','','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration','inherit','closed','closed','','whiskey-herolandscape_1600x900','','','2019-03-18 10:55:24','2019-03-18 10:55:24','',4267,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/whiskey-heroLandscape_1600x900.jpeg',0,'attachment','image/jpeg',0),(4269,1,'2019-03-18 10:57:35','2019-03-18 10:57:35','<h1>St. Patrick’s Day is celebrated in every corner of the world, from the well-known gatherings in Dublin, Chicago, and New York to more unexpected places like Auckland and Buenos Aires. This year, Jameson went one step further, going completely off-the-grid to celebrate St. Patrick’s Day in a remote, icy wilderness - proving all you really need are good friends and great whiskey to mark the date.</h1>\r\nSince it was established in 1780, Jameson has been bringing friends together, and never more so than on St. Patrick’s Day. This year, Jameson searched the globe for four groups of friends who always celebrate St. Patrick’s Day and rewarded them with a trip of a lifetime. The group embarked on an expedition to the most northerly inhabited area on the globe, Svalbard, Norway. Why Svalbard? It’s marked by the coordinates 17\' longitude 80\' latitude, a tribute to the year John Jameson set up his Dublin distillery. A mere 1000 km from the North Pole, Svalbard is an icy landscape defined by frozen glaciers and snow caves, where polar bears outnumber the human population.\r\n\r\nThe friends, from Ireland, India and Argentina, trekked over frozen terrain, overcoming obstacles along the way, to celebrate St. Patrick’s Day in the most unexpected way. In-between the snowmobile races, husky rides and ice cave climbing, the Jameson fans cemented their new friendships in the freezing Arctic conditions – bringing new meaning to Jameson on ice!\r\n\r\nThe group’s off-the-grid adventure was a success, arriving at their final destination, as close as humanly possible to 17\' (longitude) 80\' (latitude), where they raised a glass and toasted the Day together. Proving that all you need are good friends and something green (a Jameson bottle counts) to celebrate St. Patrick’s Day.\r\n\r\nSimon Fay, International Marketing Director at Irish Distillers, was excited for fans to enjoy the most unique St. Patrick’s Day gathering the world had ever seen: “St. Patrick’s Day is not just a big day of celebration in Ireland – it’s become a historic day that’s shared all over the world, where we get together with friends and make new memories. This year we wanted to show the world you can create unforgettable moments wherever you are and what better way to demonstrate this than from 17\' 80\'”.\r\n\r\n<strong>Visit <a href=\"https://www.jamesonwhiskey.com/en-EN/article/1780-expedition\">https://www.jamesonwhiskey.com/en-EN/article/1780-expedition</a> to see some highlights from the epic Jameson 17\' 80\' St. Patrick’s Day expedition. Contact <a href=\"mailto:lucinda.tattersall@exposure.net\">lucinda.tattersall@exposure.net </a>07572382844</strong>','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration','','inherit','closed','closed','','4267-revision-v1','','','2019-03-18 10:57:35','2019-03-18 10:57:35','',4267,'https://www.ontradeprogress.com/2019/03/18/4267-revision-v1/',0,'revision','',0),(4270,1,'2019-03-18 11:18:57','2019-03-18 11:18:57','<h1>St. Patrick’s Day is celebrated in every corner of the world, from the well-known gatherings in Dublin, Chicago, and New York to more unexpected places like Auckland and Buenos Aires. This year, Jameson went one step further, going completely off-the-grid to celebrate St. Patrick’s Day in a remote, icy wilderness - proving all you really need are good friends and great whiskey to mark the date.</h1>\r\nSince it was established in 1780, Jameson has been bringing friends together, and never more so than on St. Patrick’s Day. This year, Jameson searched the globe for four groups of friends who always celebrate St. Patrick’s Day and rewarded them with a trip of a lifetime. The group embarked on an expedition to the most northerly inhabited area on the globe, Svalbard, Norway. Why Svalbard? It’s marked by the coordinates 17\' longitude 80\' latitude, a tribute to the year John Jameson set up his Dublin distillery. A mere 1000 km from the North Pole, Svalbard is an icy landscape defined by frozen glaciers and snow caves, where polar bears outnumber the human population.\r\n\r\nThe friends, from Ireland, India and Argentina, trekked over frozen terrain, overcoming obstacles along the way, to celebrate St. Patrick’s Day in the most unexpected way. In-between the snowmobile races, husky rides and ice cave climbing, the Jameson fans cemented their new friendships in the freezing Arctic conditions – bringing new meaning to Jameson on ice!\r\n\r\nThe group’s off-the-grid adventure was a success, arriving at their final destination, as close as humanly possible to 17\' (longitude) 80\' (latitude), where they raised a glass and toasted the Day together. Proving that all you need are good friends and something green (a Jameson bottle counts) to celebrate St. Patrick’s Day.\r\n\r\nSimon Fay, International Marketing Director at Irish Distillers, was excited for fans to enjoy the most unique St. Patrick’s Day gathering the world had ever seen: “St. Patrick’s Day is not just a big day of celebration in Ireland – it’s become a historic day that’s shared all over the world, where we get together with friends and make new memories. This year we wanted to show the world you can create unforgettable moments wherever you are and what better way to demonstrate this than from 17\' 80\'”.\r\n\r\n<strong>Visit <a href=\"https://www.jamesonwhiskey.com/en-EN/article/1780-expedition\">https://www.jamesonwhiskey.com/en-EN/article/1780-expedition</a> to see some highlights from the epic Jameson 17\' 80\' St. Patrick’s Day expedition. Contact <a href=\"mailto:lucinda.tattersall@exposure.net\">lucinda.tattersall@exposure.net </a>07572382844</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/food-advertising-harm-hospitality/\">Food advertising restrictions will harm the hospitality sector</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Jameson celebrate St. Patrick\'s Day with an off-the-grid celebration','','inherit','closed','closed','','4267-revision-v1','','','2019-03-18 11:18:57','2019-03-18 11:18:57','',4267,'https://www.ontradeprogress.com/2019/03/18/4267-revision-v1/',0,'revision','',0),(4272,1,'2019-03-18 11:48:12','2019-03-18 11:48:12','<h1>Operators need to look beyond Brexit and focus on the opportunities that a sustainable approach to business offers, believes buying specialist Lynx Purchasing.</h1>\r\n“In the current market, it can feel like a challenge to try and focus past the potential for supply chain disruption over the coming months, and onto the long term,” says Lynx managing director Rachel Dobson, “but that’s exactly what we’re encouraging hospitality businesses to do.\r\n\r\n“One of the most important issues around Brexit, and one that is most difficult for operators to address directly, is consumer confidence. Consumers need to feel able to commit their disposable income to go out to eat and drink, and a clear message from the industry that, as far as possible, it’s business as usual, will help.”\r\n\r\nThe advice comes as Lynx publishes the Spring 2019 edition of its regular Market Forecast. which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nDobson adds: “Efficient ordering, well-planned delivery schedules and reducing waste all play a part in this. In the short term, they help operators deal with any disruption to supply over the coming months, and over time, these measures will reduce the sector’s environmental impact, as well as increasing operators’ margins in the long term.”\r\n\r\nThe Market Forecast also focuses in detail on the potential supply chain challenges of the months ahead, emphasising that British produce is likely to be the least affected in the event of Brexit hitting supplies, “but with demand a big driver of price, operators are advised to keep menus flexible and work closely with suppliers,” advises Dobson.\r\n<h3>Sectors covered in the Spring 2019 Market Forecast include:</h3>\r\n<strong>Beef:</strong> The arrival of the barbecue season from Easter onwards will see an increase in the demand for burger cuts from the beef forequarter, as well as continuing demand for steaks, Round cuts such as topsides and silversides are likely to be better valued.\r\n\r\n<strong>Fish:</strong> Wild brill, turbot, monk and hake caught in UK waters should be plentiful, weather and tides permitting. Plaice will also be in good condition after the spawning season, from April onwards, while wild bass, skate and mullet should be avoided because of sustainability issues.\r\n\r\n<strong>Potatoes:</strong> The 2018 potato crop was poor due to the weather, and led to a number of quality issues. While supplies are likely to last until the new season, larger potatoes such as bakers will be in shorter supply and so likely to cost more.\r\n\r\n<strong>Salads:</strong> March sees the arrival of Dutch salad crops such as cucumbers, peppers and tomatoes, which gradually replace Spanish stocks as they come to the end of their season. The UK market is important to these producers, and any supply or currency issues caused by Brexit will be a challenge on both sides.\r\n\r\n[caption id=\"attachment_4223\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4223\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/food-1932466_1920-300x199.jpg\" alt=\"Look beyond Brexit to a sustainable approach, urges Lynx Purchasing\" width=\"300\" height=\"199\" /> Look beyond Brexit to a sustainable approach, urges Lynx Purchasing[/caption]\r\n\r\nDobson adds:<strong> “</strong>High-quality British produce coming into season this spring includes rhubarb, asparagus, and Jersey Royals. While higher demand may push up prices, we’re encouraging our customers to buy British wherever possible, and to make the most of produce when it’s at its best in terms of price, quality and availability.\r\n\r\n“Operators who can adapt recipes and menus will be best place to make the most of seasonality. These are simple measures that help operators deal with any short-term challenges in the supply chain, and also support sustainability.”\r\n\r\nThe Spring 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"http://www.lynxpurchasing.co.uk/wp-content/uploads/2019/03/Lynx-Purchasing-Market-Forecast-Spring-2019.pdf\">Lynx-Purchasing-Market-Forecast-Spring-2019.pdf</a>\r\n\r\nLynx Purchasing is launching a new sustainability programme in partnership with its key suppliers. As just one example, Lynx Purchasing has now joined the Sustainable Seafood Coalition, which is working to ensure that all fish and seafood sold in the UK comes from sustainable sources. “We’re the first purchasing group to join, and our membership is part of a wider commitment to sustainability across our business,” says Dobson. <a href=\"https://www.sustainableseafoodcoalition.org/lynx-purchasing/\">https://www.sustainableseafoodcoalition.org/lynx-purchasing/</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01325 710143.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing ','','inherit','closed','closed','','4220-revision-v1','','','2019-03-18 11:48:12','2019-03-18 11:48:12','',4220,'https://www.ontradeprogress.com/2019/03/18/4220-revision-v1/',0,'revision','',0),(4273,1,'2019-03-18 12:04:02','2019-03-18 12:04:02','<h1>Operators need to look beyond Brexit and focus on the opportunities that a sustainable approach to business offers, believes buying specialist Lynx Purchasing.</h1>\r\n“In the current market, it can feel like a challenge to try and focus past the potential for supply chain disruption over the coming months, and onto the long term,” says Lynx managing director Rachel Dobson, “but that’s exactly what we’re encouraging hospitality businesses to do\".\r\n\r\n“One of the most important issues around Brexit, and one that is most difficult for operators to address directly, is consumer confidence. Consumers need to feel able to commit their disposable income to go out to eat and drink, and a clear message from the industry that, as far as possible, it’s business as usual, will help.”\r\n\r\nThe advice comes as Lynx publishes the Spring 2019 edition of its regular Market Forecast. which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nDobson adds: “Efficient ordering, well-planned delivery schedules and reducing waste all play a part in this. In the short term, they help operators deal with any disruption to supply over the coming months, and over time, these measures will reduce the sector’s environmental impact, as well as increasing operators’ margins in the long term.”\r\n\r\nThe Market Forecast also focuses in detail on the potential supply chain challenges of the months ahead, emphasising that British produce is likely to be the least affected in the event of Brexit hitting supplies, “but with demand a big driver of price, operators are advised to keep menus flexible and work closely with suppliers,” advises Dobson.\r\n<h3>Sectors covered in the Spring 2019 Market Forecast include:</h3>\r\n<strong>Beef:</strong> The arrival of the barbecue season from Easter onwards will see an increase in the demand for burger cuts from the beef forequarter, as well as continuing demand for steaks, Round cuts such as topsides and silversides are likely to be better valued.\r\n\r\n<strong>Fish:</strong> Wild brill, turbot, monk and hake caught in UK waters should be plentiful, weather and tides permitting. Plaice will also be in good condition after the spawning season, from April onwards, while wild bass, skate and mullet should be avoided because of sustainability issues.\r\n\r\n<strong>Potatoes:</strong> The 2018 potato crop was poor due to the weather, and led to a number of quality issues. While supplies are likely to last until the new season, larger potatoes such as bakers will be in shorter supply and so likely to cost more.\r\n\r\n<strong>Salads:</strong> March sees the arrival of Dutch salad crops such as cucumbers, peppers and tomatoes, which gradually replace Spanish stocks as they come to the end of their season. The UK market is important to these producers, and any supply or currency issues caused by Brexit will be a challenge on both sides.\r\n\r\n[caption id=\"attachment_4223\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4223\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/food-1932466_1920-300x199.jpg\" alt=\"Look beyond Brexit to a sustainable approach, urges Lynx Purchasing\" width=\"300\" height=\"199\" /> Look beyond Brexit to a sustainable approach, urges Lynx Purchasing[/caption]\r\n\r\nDobson adds:<strong> “</strong>High-quality British produce coming into season this spring includes rhubarb, asparagus, and Jersey Royals. While higher demand may push up prices, we’re encouraging our customers to buy British wherever possible, and to make the most of produce when it’s at its best in terms of price, quality and availability.\r\n\r\n“Operators who can adapt recipes and menus will be best place to make the most of seasonality. These are simple measures that help operators deal with any short-term challenges in the supply chain, and also support sustainability.”\r\n\r\nThe Spring 2018 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"http://www.lynxpurchasing.co.uk/wp-content/uploads/2019/03/Lynx-Purchasing-Market-Forecast-Spring-2019.pdf\">Lynx-Purchasing-Market-Forecast-Spring-2019.pdf</a>\r\n\r\nLynx Purchasing is launching a new sustainability programme in partnership with its key suppliers. As just one example, Lynx Purchasing has now joined the Sustainable Seafood Coalition, which is working to ensure that all fish and seafood sold in the UK comes from sustainable sources. “We’re the first purchasing group to join, and our membership is part of a wider commitment to sustainability across our business,” says Dobson. <a href=\"https://www.sustainableseafoodcoalition.org/lynx-purchasing/\">https://www.sustainableseafoodcoalition.org/lynx-purchasing/</a>\r\n\r\nLynx Purchasing works with more than 2,200 hospitality and catering operators to match them with the best suppliers and get the best possible prices on food and drink, as well as a whole range of essential products and services. Lynx’s buying experts help operators buy better and save time and money, year after year.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a> or call 01325 710143.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n</ul>','Look beyond Brexit to a sustainable approach, urges Lynx Purchasing ','','inherit','closed','closed','','4220-revision-v1','','','2019-03-18 12:04:02','2019-03-18 12:04:02','',4220,'https://www.ontradeprogress.com/2019/03/18/4220-revision-v1/',0,'revision','',0),(4275,1,'2019-03-18 12:55:32','2019-03-18 12:55:32','<h1>Compassion in World Farming, the <a href=\"https://www.rspca.org.uk/\" target=\"_blank\" rel=\"noopener\">RSPCA</a> and <a href=\"http://www.britisheggindustrycouncil.com/Home/\" target=\"_blank\" rel=\"noopener\">The British Egg</a> Industry Council has reacted angrily to the Government’s refusal to add eggs and egg products to the list of foods protected by tariffs in the event of a no deal Brexit.</h1>\r\nDespite the Parliamentary vote that the UK will not leave the EU without a deal, legally that is still a possibility regardless of any extension to the 29<sup>th</sup> March being granted.\r\n\r\n[caption id=\"attachment_4259\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/egg-4026374_1920-300x200.jpg\" alt=\"Industry groups question government commitment to animal welfare\" width=\"300\" height=\"200\" /> Industry groups question government commitment to animal welfare[/caption]\r\n\r\nBEIC Chairman Andrew Joret, said: “The Government is trampling over all the good work the industry has done to raise animal welfare standards.  In a few weeks’ time, consumers could be eating products made with eggs from hens housed in barren battery cages.  This is not scaremongering but a real risk.\r\n\r\n“This is extremely damaging for animal welfare and a serious breach of trust by a Government which seems to have lost its way on hen welfare.”\r\n\r\nIn an open letter to Michael Gove, the animal welfare groups and the BEIC have called on the Government to reconsider its stance before it’s too late.\r\n\r\nJoret concluded: “We could see the country going to work on an egg from a barren battery cage, something we didn’t think we’d ever return to. The Government should hang its head in shame.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/\">We attended the Love Well workshop by Love Drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/\">Beer can stir strong emotions - John Porter</a></li>\r\n</ul>','Industry and welfare groups question government commitment to welfare','','inherit','closed','closed','','4258-revision-v1','','','2019-03-18 12:55:32','2019-03-18 12:55:32','',4258,'https://www.ontradeprogress.com/2019/03/18/4258-revision-v1/',0,'revision','',0),(4277,1,'2019-03-18 13:43:59','2019-03-18 13:43:59','<h1>Falcon has launched an electric version of its F900 chargrill.  Like the established F900 gas chargrills, the new units combine high performance and ease of use.  They are also good looking and easy to clean – making them ideal for both back of house and front of house kitchens. Being electric they are ideal for sites that can’t, or prefer not to, use gas or solid fuel chargrills.</h1>\r\nThere are two F900 electric chargrills available – both can be supplied as countertop models or on fixed or mobile stands.  The E9460 has a single element, with a rating of 8.4kW, and a cooking area of 450mm wide by 590mm.  The E9490 has two elements, a rating of 13.44kW and a total cooking area of 730mm wide by 590mm.  The E9490’s two elements a1re independently-controlled, so one can be switched off to save energy during quieter periods.\r\n\r\nThe Falcon models’ powerful performance means that, unlike gas models, they heat up very quickly so they only need to be turned on just before cooking is to be done. Food is cooked directly on the elements themselves, delivering the distinctive branding demanded from this method of cooking.\r\n\r\nThe new chargrills also feature Falcon’s patented Dynamic Link System (DLS). This creates a virtually seamless link between F900 appliances, giving the flexibility of a modular system, with the good looks and hygiene benefits of a one-piece island suite – without the associated price tag.\r\n\r\nBoth F900 chargrills require a 32A three-phase supply.  The E9460 measures 600mm wide by 900mm deep and 350mm high, while the E9490 is 900mm by 900mm by 350mm.  With the stands the height for both models is 900mm.\r\n\r\nList prices for the F900 electric chargrill start from £3,990.  The F900 Series is available from dealers.\r\n\r\nFalcon is the market-leading UK manufacturer of professional cooking equipment and is the UK distributor for Lainox combination ovens.  In 2019 Falcon celebrates its Bicentennial.  With a company history going back 200 years, Falcon now supplies operators throughout the catering industry, exporting around the globe.  Its comprehensive product portfolio is backed by award-winning customer support.\r\n\r\n<strong>Visit <a href=\"http://www.falconfoodservice.com\">www.falconfoodservice.com</a> for more information. </strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/\">The owners of the new stylish bars Heads + Tails chat with us</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/\">The do\'s &amp; don\'ts of email marketing - Fat Media</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/\">Skyline Design release their outdoor furniture catalogue</a></li>\r\n</ul>','Falcon electrifies F900 chargrill','','inherit','closed','closed','','4254-revision-v1','','','2019-03-18 13:43:59','2019-03-18 13:43:59','',4254,'https://www.ontradeprogress.com/2019/03/18/4254-revision-v1/',0,'revision','',0),(4278,1,'2019-03-18 16:28:25','2019-03-18 16:28:25','<h1>Sky and Molson Coors have launched a new, game-changing deal for licensed customers which is bigger and better than ever.</h1>\r\nOpen to new and existing customers, the new deal which launches on 2<sup>nd</sup> April is designed to offer more flexibility, more choice and more savings to licensees. It makes it even easier for them to enjoy a discount on their Sky Sports subscription, just by selling from a wider range of products from the Molson Coors portfolio.\r\n\r\nThe deal is now open to more pubs and bars than ever before, thanks to a new structure that offers four great deals across a broad range of Molson Coors beer and cider brands.  There is a new 15% discount offering customers a lower entry point of just two brands and three kegs a week, plus three deeper discounts based on the number of brands.\r\n\r\nThe new structure helps customers find the perfect match for their business.\r\n\r\nThe Molson Coors range has grown significantly since the deal first launched in 2012, with a broad range of beer and ciders fully represented, including Carling, the UK’s No.1 lager brand, Coors Light, the fastest growing beer in the UK top 10 and Doom Bar the UK’s number 1 cask ale*.  Sky Sports will bring customers plenty of pub-packing favourites, including Premier League and EFL football, the UEFA Nations League finals, exclusive F1 weekends, The ICC Cricket World Cup, The Ashes, all four golf Majors and much more.\r\n\r\nMartyn Cozens, On-Trade Sales Director at Molson Coors, says: “We know from our customers that our partnership with Sky is viewed as one of the biggest on-trade initiatives in years. It’s been incredibly successful over the past six years, but with more smaller independents popping up across the UK, we wanted to make it work for outlets of all sizes.”\r\n\r\n[caption id=\"attachment_4279\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4279\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-300x225.jpg\" alt=\"Molson Coors and Sky launch new simplified partnership deal\" width=\"300\" height=\"225\" /> Molson Coors and Sky launch new simplified partnership deal[/caption]\r\n\r\nThe discount deal is backed by tailored insights and consultancy services from both Molson Coors and Sky, to help on-trade outlets determine the best drinks range and Sky Sports package to suit their local customer base.\r\n\r\nCozens continues: “We know that people who go to pubs to watch sport typically spend more than on a non-sport occasion **. Our partnership with Sky has always been about helping operators make the most of those sporting occasions and creating the right experience for consumers to keep them coming back.”\r\n\r\nFrank Atkinson, Sales and Commercial Director at Sky Business says “We’ve worked with our partners Molson Coors to create a bigger and better discount deal – all designed to help drive footfall, revenue and dwell-time for the licensed trade.  The simplification of our partnership means that more licensees than ever before can take advantage of the discounts available to them.  The deal gives licensees more choice too – they can serve up the sport and drinks their customers want and looking forward to the summer of sport there’s even more money-making opportunities available.”\r\n\r\n<strong>To find out more about the deal, please click <a href=\"http://www.molsoncoorssky.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n\r\n*CGA data to 29<sup>th</sup> December 2018\r\n\r\n**CGA Brand Track February 2018','Molson Coors and Sky launch new simplified partnership deal','','publish','closed','open','','molson-coors-sky-launch-new-partnership','','','2019-05-13 19:13:37','2019-05-13 19:13:37','',0,'https://www.ontradeprogress.com/?p=4278',0,'post','',0),(4279,1,'2019-03-18 16:23:46','2019-03-18 16:23:46','','Molson Coors and Sky launch new simplified partnership deal','Molson Coors and Sky launch new simplified partnership deal','inherit','closed','closed','','processed-with-vsco-with-c6-preset','','','2019-03-18 16:26:35','2019-03-18 16:26:35','',4278,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E.jpg',0,'attachment','image/jpeg',0),(4280,1,'2019-03-18 16:24:43','2019-03-18 16:24:43','','Molson Coors and Sky launch new simplified partnership deal','Molson Coors and Sky launch new simplified partnership deal','inherit','closed','closed','','processed-with-vsco-with-c6-preset-2','','','2019-03-18 16:25:56','2019-03-18 16:25:56','',4278,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/E2991DB9-13DB-466D-8BD5-D7A8B15F56CC.jpg',0,'attachment','image/jpeg',0),(4281,1,'2019-03-18 16:27:09','2019-03-18 16:27:09','<h1>Sky and Molson Coors have launched a new, game-changing deal for licensed customers which is bigger and better than ever.</h1>\r\nOpen to new and existing customers, the new deal which launches on 2<sup>nd</sup> April is designed to offer more flexibility, more choice and more savings to licensees. It makes it even easier for them to enjoy a discount on their Sky Sports subscription, just by selling from a wider range of products from the Molson Coors portfolio.\r\n\r\nThe deal is now open to more pubs and bars than ever before, thanks to a new structure that offers four great deals across a broad range of Molson Coors beer and cider brands.  There is a new 15% discount offering customers a lower entry point of just two brands and three kegs a week, plus three deeper discounts based on the number of brands.\r\n\r\nThe new structure helps customers find the perfect match for their business.\r\n\r\nThe Molson Coors range has grown significantly since the deal first launched in 2012, with a broad range of beer and ciders fully represented, including Carling, the UK’s No.1 lager brand, Coors Light, the fastest growing beer in the UK top 10 and Doom Bar the UK’s number 1 cask ale*.  Sky Sports will bring customers plenty of pub-packing favourites, including Premier League and EFL football, the UEFA Nations League finals, exclusive F1 weekends, The ICC Cricket World Cup, The Ashes, all four golf Majors and much more.\r\n\r\nMartyn Cozens, On-Trade Sales Director at Molson Coors, says: “We know from our customers that our partnership with Sky is viewed as one of the biggest on-trade initiatives in years. It’s been incredibly successful over the past six years, but with more smaller independents popping up across the UK, we wanted to make it work for outlets of all sizes.”\r\n\r\n[caption id=\"attachment_4279\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4279\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-300x225.jpg\" alt=\"Molson Coors and Sky launch new simplified partnership deal\" width=\"300\" height=\"225\" /> Molson Coors and Sky launch new simplified partnership deal[/caption]\r\n\r\nThe discount deal is backed by tailored insights and consultancy services from both Molson Coors and Sky, to help on-trade outlets determine the best drinks range and Sky Sports package to suit their local customer base.\r\n\r\nCozens continues: “We know that people who go to pubs to watch sport typically spend more than on a non-sport occasion **. Our partnership with Sky has always been about helping operators make the most of those sporting occasions and creating the right experience for consumers to keep them coming back.”\r\n\r\nFrank Atkinson, Sales and Commercial Director at Sky Business says “We’ve worked with our partners Molson Coors to create a bigger and better discount deal – all designed to help drive footfall, revenue and dwell-time for the licensed trade.  The simplification of our partnership means that more licensees than ever before can take advantage of the discounts available to them.  The deal gives licensees more choice too – they can serve up the sport and drinks their customers want and looking forward to the summer of sport there’s even more money-making opportunities available.”\r\n\r\n<strong>To find out more about the deal, please click <a href=\"http://www.molsoncoorssky.co.uk\" target=\"_blank\" rel=\"noopener\">here</a></strong>\r\n\r\n*CGA data to 29<sup>th</sup> December 2018\r\n\r\n**CGA Brand Track February 2018','Molson Coors and Sky launch new simplified partnership deal','','inherit','closed','closed','','4278-revision-v1','','','2019-03-18 16:27:09','2019-03-18 16:27:09','',4278,'https://www.ontradeprogress.com/2019/03/18/4278-revision-v1/',0,'revision','',0),(4282,1,'2019-03-21 14:12:47','2019-03-21 14:12:47','<h1>Tansun’s new radiant panels are transforming the way people heat their homes and commercial buildings. Stylish, discreet and unobtrusive to blend into any environment, Tansun radiant panels are the ideal indoor heating solution for both commercial and domestic applications.</h1>\r\nTansun radiant heating panels provide even heat distribution to gently warm people and objects before targeting the surrounding air. The panels boast advanced heating technology which is designed to be environmentally friendly and remarkably energy efficient and where energy conversion rates are around 98%.\r\n\r\nTansun radiant panels produce heat that is similar to the sun and instead of warming the air like conventional heaters they heat the people and objects directly in their paths. The rays emitted are easily absorbed by the items and as cool surfaces heat up the panels raise the ambient temperature of the room.\r\n\r\nTansun radiant panels are designed with a number of benefits which include providing instant, healthy, comfortable and gentle heat, ensuring safety and reliability, and are silent making them perfect for noise-sensitive environments. Developed to be highly energy efficient, the panels are cost effective and can save approximately 30-70% in heating costs. They come with a full five-year warranty.\r\n\r\nDesigned at IP55, the heating panels can be used in bathrooms and offer an unobtrusive design that easily blends into any environment. Each heater is easy to install as there is no pipework and can be wall or ceiling mounted to save floor space. No regular maintenance is required.\r\n\r\n[caption id=\"attachment_4283\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4283\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Tansun49-image-1-high-res-300x200.jpg\" alt=\"Tansun\'s radiant heating panels are the future of indoor heating\" width=\"300\" height=\"200\" /> Tansun\'s radiant heating panels are the future of indoor heating[/caption]\r\n\r\nMany rooms around the home will benefit from radiant panel heating including living rooms, dining rooms, bedrooms, bathrooms, garages and conservatories. There are many commercial applications for the new panel heaters too such as restaurants, offices, salons, hotels, retail, education and healthcare.\r\n\r\nThree-panel heaters have been developed by Tansun in different sizes to cater to numerous areas. The Iridium Series 600 (300W), 900 (610W) and 1200 (785W), are lightweight and extra slim radiant heating panels and combine advanced heating technology and a neutral design of white or black finish to blend in with any decor.\r\n\r\nTansun can create the panels in most RAL colour options to suit all environments. This simple feature can be important for the specification sector to help blend in with particular environments and colour schemes.\r\n\r\nThe Tansun Digital Thermostat helps to control the radiant heating panels easily to maximise their potential and save energy and money. Temperature levels can be adjusted based on heating requirements to heat each individual room separately. Designed to a high standard, the Tansun Thermostat will ensure a cosy atmosphere wherever a heater is installed.\r\n\r\nThe launch of the new radiant panels ties in with a recent document released by the Committee on Climate Change on the creation of low carbon and sustainable homes. Existing homes can help meet the challenges of climate change by switching to highly energy efficient appliances so the country can meet its target of a 15% reduction in the energy used for heating existing buildings by 2030. The installation of timers and thermostats is also recommended.\r\n\r\nNew build homes will need to meet even more ambitious standards in some areas, including being fitted with low carbon heating. No new homes will be built on the gas grid from 2025 so housebuilders will need to install more efficient heating systems that are both effective and aesthetically pleasing.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of radiant electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic radiant heaters in the world, providing maintenance-free, safe and healthy radiant heaters for many different types of heating applications.\r\n\r\n<strong>Further information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/\">Redroaster, Brighton, undergoes a makeover and it\'s stunning</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','Tansun\'s radiant heating panels are the future of indoor heating','','publish','closed','open','','tansun-heating-panels-indoor','','','2019-03-21 14:12:47','2019-03-21 14:12:47','',0,'https://www.ontradeprogress.com/?p=4282',0,'post','',0),(4283,1,'2019-03-19 08:57:33','2019-03-19 08:57:33','','Tansun\'s radiant heating panels are the future of indoor heating','Tansun\'s radiant heating panels are the future of indoor heating','inherit','closed','closed','','tansun49-image-1-high-res','','','2019-03-19 09:00:03','2019-03-19 09:00:03','',4282,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Tansun49-image-1-high-res.jpg',0,'attachment','image/jpeg',0),(4284,1,'2019-03-19 08:58:01','2019-03-19 08:58:01','','Tansun\'s radiant heating panels are the future of indoor heating','Tansun\'s radiant heating panels are the future of indoor heating','inherit','closed','closed','','tansun49-image-2-high-res','','','2019-03-19 08:59:41','2019-03-19 08:59:41','',4282,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Tansun49-image-2-high-res.jpg',0,'attachment','image/jpeg',0),(4285,1,'2019-03-19 09:02:48','2019-03-19 09:02:48','<h1>Tansun’s new radiant panels are transforming the way people heat their homes and commercial buildings. Stylish, discreet and unobtrusive to blend into any environment, Tansun radiant panels are the ideal indoor heating solution for both commercial and domestic applications.</h1>\r\nTansun radiant heating panels provide even heat distribution to gently warm people and objects before targeting the surrounding air. The panels boast advanced heating technology which is designed to be environmentally friendly and remarkably energy efficient and where energy conversion rates are around 98%.\r\n\r\nTansun radiant panels produce heat that is similar to the sun and instead of warming the air like conventional heaters they heat the people and objects directly in their paths. The rays emitted are easily absorbed by the items and as cool surfaces heat up the panels raise the ambient temperature of the room.\r\n\r\nTansun radiant panels are designed with a number of benefits which include providing instant, healthy, comfortable and gentle heat, ensuring safety and reliability, and are silent making them perfect for noise-sensitive environments. Developed to be highly energy efficient, the panels are cost effective and can save approximately 30-70% in heating costs. They come with a full five-year warranty.\r\n\r\nDesigned at IP55, the heating panels can be used in bathrooms and offer an unobtrusive design that easily blends into any environment. Each heater is easy to install as there is no pipework and can be wall or ceiling mounted to save floor space. No regular maintenance is required.\r\n\r\n[caption id=\"attachment_4283\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4283\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Tansun49-image-1-high-res-300x200.jpg\" alt=\"Tansun\'s radiant heating panels are the future of indoor heating\" width=\"300\" height=\"200\" /> Tansun\'s radiant heating panels are the future of indoor heating[/caption]\r\n\r\nMany rooms around the home will benefit from radiant panel heating including living rooms, dining rooms, bedrooms, bathrooms, garages and conservatories. There are many commercial applications for the new panel heaters too such as restaurants, offices, salons, hotels, retail, education and healthcare.\r\n\r\nThree-panel heaters have been developed by Tansun in different sizes to cater to numerous areas. The Iridium Series 600 (300W), 900 (610W) and 1200 (785W), are lightweight and extra slim radiant heating panels and combine advanced heating technology and a neutral design of white or black finish to blend in with any decor.\r\n\r\nTansun can create the panels in most RAL colour options to suit all environments. This simple feature can be important for the specification sector to help blend in with particular environments and colour schemes.\r\n\r\nThe Tansun Digital Thermostat helps to control the radiant heating panels easily to maximise their potential and save energy and money. Temperature levels can be adjusted based on heating requirements to heat each individual room separately. Designed to a high standard, the Tansun Thermostat will ensure a cosy atmosphere wherever a heater is installed.\r\n\r\nThe launch of the new radiant panels ties in with a recent document released by the Committee on Climate Change on the creation of low carbon and sustainable homes. Existing homes can help meet the challenges of climate change by switching to highly energy efficient appliances so the country can meet its target of a 15% reduction in the energy used for heating existing buildings by 2030. The installation of timers and thermostats is also recommended.\r\n\r\nNew build homes will need to meet even more ambitious standards in some areas, including being fitted with low carbon heating. No new homes will be built on the gas grid from 2025 so housebuilders will need to install more efficient heating systems that are both effective and aesthetically pleasing.\r\n\r\nAll of Tansun’s products are made in the UK and are designed using premium components. The company has been established for 35 years and pioneered the concept of radiant electric heaters alongside Philips technology. Tansun has the largest range of commercial, industrial and domestic radiant heaters in the world, providing maintenance-free, safe and healthy radiant heaters for many different types of heating applications.\r\n\r\n<strong>Further information is available from Tansun on 0121 580 6200, by emailing <a href=\"mailto:sales@tansun.com\">sales@tansun.com</a> or by visiting the company’s website at <a href=\"http://www.tansun.com\">www.tansun.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/\">Redroaster, Brighton, undergoes a makeover and it\'s stunning</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','Tansun\'s radiant heating panels are the future of indoor heating','','inherit','closed','closed','','4282-revision-v1','','','2019-03-19 09:02:48','2019-03-19 09:02:48','',4282,'https://www.ontradeprogress.com/2019/03/19/4282-revision-v1/',0,'revision','',0),(4286,1,'2019-03-19 09:35:51','2019-03-19 09:35:51','<h1>Closer collaboration is the key to ensuring the success of the Government’s Industrial Strategy, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</h1>\r\nThe Business, Energy and Industrial Strategy (BEIS) Select Committee has today published a report examining the Government’s development of its Industrial Strategy. The report has found that Government support has focused on high-tech sectors at the expense of others such as hospitality.\r\n\r\nUKHospitality Chief Executive Kate Nicholls, said: “The Committee has rightly highlighted both the importance of the hospitality sector to the UK’s economy and the need for a nuanced approach to supporting it.\r\n\r\n“Hospitality is crucial to our economy but is often not given the attention it merits. The sector is the UK’s 3rd largest private employer, providing 9% of total UK jobs. The sector employs twice as many people as financial services in the UK and three times that of the oil and natural gas sectors. It is vital that hospitality is at the heart of the Government’s plans to encourage industrial growth, provide jobs and stimulate the economy.\r\n\r\n“The Government has signalled its intention to support our sector, not least in agreeing in principle a sector deal for Tourism and Hospitality, but there is much more work to be done together. UKHospitality, its members and the wider sector are very happy to work collaboratively with the Government to ensure we get the right support and an effective sector deal.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\" target=\"_blank\" rel=\"noopener\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/\" target=\"_blank\" rel=\"noopener\">Redroaster, Brighton, undergoes a makeover and it\'s stunning</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\" target=\"_blank\" rel=\"noopener\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','UKHospitality: Collaboration key to Industrial Strategy success','','publish','closed','open','','ukhospitality-industrial-strategy','','\nhttps://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/','2019-03-19 09:44:06','2019-03-19 09:44:06','',0,'https://www.ontradeprogress.com/?p=4286',0,'post','',0),(4287,1,'2019-03-19 09:30:51','2019-03-19 09:30:51','','UKHospitality: Collaboration key to Industrial Strategy success','UKHospitality: Collaboration key to Industrial Strategy success','inherit','closed','closed','','ukh_logo_-_hi_res-4','','','2019-03-19 09:31:33','2019-03-19 09:31:33','',4286,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/ukh_logo_-_hi_res-3.jpg',0,'attachment','image/jpeg',0),(4288,1,'2019-03-19 09:35:25','2019-03-19 09:35:25','<h1>Closer collaboration is the key to ensuring the success of the Government’s Industrial Strategy, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</h1>\r\nThe Business, Energy and Industrial Strategy (BEIS) Select Committee has today published a report examining the Government’s development of its Industrial Strategy. The report has found that Government support has focused on high-tech sectors at the expense of others such as hospitality.\r\n\r\nUKHospitality Chief Executive Kate Nicholls, said: “The Committee has rightly highlighted both the importance of the hospitality sector to the UK’s economy and the need for a nuanced approach to supporting it.\r\n\r\n“Hospitality is crucial to our economy but is often not given the attention it merits. The sector is the UK’s 3rd largest private employer, providing 9% of total UK jobs. The sector employs twice as many people as financial services in the UK and three times that of the oil and natural gas sectors. It is vital that hospitality is at the heart of the Government’s plans to encourage industrial growth, provide jobs and stimulate the economy.\r\n\r\n“The Government has signalled its intention to support our sector, not least in agreeing in principle a sector deal for Tourism and Hospitality, but there is much more work to be done together. UKHospitality, its members and the wider sector are very happy to work collaboratively with the Government to ensure we get the right support and an effective sector deal.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\" target=\"_blank\" rel=\"noopener\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/\" target=\"_blank\" rel=\"noopener\">Redroaster, Brighton, undergoes a makeover and it\'s stunning</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\" target=\"_blank\" rel=\"noopener\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','UKHospitality: Collaboration key to Industrial Strategy success','','inherit','closed','closed','','4286-revision-v1','','','2019-03-19 09:35:25','2019-03-19 09:35:25','',4286,'https://www.ontradeprogress.com/2019/03/19/4286-revision-v1/',0,'revision','',0),(4289,1,'2019-03-19 13:18:21','2019-03-19 13:18:21','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that <a href=\"https://www.ppluk.com/\" target=\"_blank\" rel=\"noopener\">PPL</a>’s decision to introduce a new tariff for hospitality businesses could be the final straw for the UK’s hard-pressed music venues.</h1>\r\nPhonographic Performance Limited (PPL) has announced it will introduce a new music tariff that will apply to hospitality businesses hosting DJ events.\r\n\r\nUKHospitality has responded to PPL’s consultation on the tariff arguing against an additional tax for businesses.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The decision to introduce a new tax for music venues could be potentially devastating. This new tax will see venues hit with an average 130% increase which we estimate will cost the hospitality sector upwards of £49 million.\r\n\r\n“Hospitality businesses are already being bombarded with constantly-increasing costs and only today a Government report highlighted the pressures being faced by music venues. The report stated that increasing costs were a major factor in the closure of venues. This additional massive cost is not going to help, it is only going to force more and more venues out of business.\r\n\r\n“It is not just nightclubs and large venues that will be hit, either. Village pubs that host weekly discos will be strangled by the charge and there is every chance that such events, upon which many pubs might rely, will be forced out altogether.\r\n\r\n“The UK’s music venues are some of the hospitality sector’s most exciting businesses. Music plays an enormous role in our lives culturally and socially as well as economically, but extra fees such as PPL’s will only wring the last life out of venues.\r\n\r\n“UKHospitality has been in discussions with PPL and repeatedly highlighted the problems this new tariff would lead to. We had some success in avoiding proposed structural changes but it is disappointing to see them ignore our warnings and push ahead with a hike. Unless PPL rethinks this charge then they are only going to put the businesses they want to charge out of business.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/\">UKHospitality: Collaboration key to Industrial Strategy success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','UKHospitality: PPL fee increase will cost hospitality an estimated £49m','','publish','closed','open','','hospitality-businesses-ppl-increase','','https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/\nhttps://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\nhttps://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/','2019-03-19 14:03:51','2019-03-19 14:03:51','',0,'https://www.ontradeprogress.com/?p=4289',0,'post','',0),(4290,1,'2019-03-19 13:08:51','2019-03-19 13:08:51','','PPL fee increase will cost hospitality businesses an estimated £49m','PPL fee increase will cost hospitality businesses an estimated £49m','inherit','closed','closed','','music-2805506_1280','','','2019-03-19 13:11:28','2019-03-19 13:11:28','',4289,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/music-2805506_1280.jpg',0,'attachment','image/jpeg',0),(4291,1,'2019-03-19 13:14:02','2019-03-19 13:14:02','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that PPL’s decision to introduce a new tariff for hospitality businesses could be the final straw for the UK’s hard-pressed music venues.</h1>\r\nPhonographic Performance Limited (<a href=\"https://www.ppluk.com/\" target=\"_blank\" rel=\"noopener\">PPL</a>) has announced it will introduce a new music tariff that will apply to hospitality businesses hosting DJ events.\r\n\r\nUKHospitality has responded to PPL’s consultation on the tariff arguing against an additional tax for businesses.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The decision to introduce a new tax for music venues could be potentially devastating. This new tax will see venues hit with an average 130% increase which we estimate will cost the hospitality sector upwards of £49 million.\r\n\r\n“Hospitality businesses are already being bombarded with constantly-increasing costs and only today a Government report highlighted the pressures being faced by music venues. The report stated that increasing costs were a major factor in the closure of venues. This additional massive cost is not going to help, it is only going to force more and more venues out of business.\r\n\r\n“It is not just nightclubs and large venues that will be hit, either. Village pubs that host weekly discos will be strangled by the charge and there is every chance that such events, upon which many pubs might rely, will be forced out altogether.\r\n\r\n“The UK’s music venues are some of the hospitality sector’s most exciting businesses. Music plays an enormous role in our lives culturally and socially as well as economically, but extra fees such as PPL’s will only wring the last life out of venues.\r\n\r\n“UKHospitality has been in discussions with PPL and repeatedly highlighted the problems this new tariff would lead to. We had some success in avoiding proposed structural changes but it is disappointing to see them ignore our warnings and push ahead with a hike. Unless PPL rethinks this charge then they are only going to put the businesses they want to charge out of business.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/\">UKHospitality: Collaboration key to Industrial Strategy success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','UKHospitality: PPL fee increase will cost hospitality estimated £49m','','inherit','closed','closed','','4289-revision-v1','','','2019-03-19 13:14:02','2019-03-19 13:14:02','',4289,'https://www.ontradeprogress.com/2019/03/19/4289-revision-v1/',0,'revision','',0),(4292,1,'2019-03-19 13:17:52','2019-03-19 13:17:52','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that PPL’s decision to introduce a new tariff for hospitality businesses could be the final straw for the UK’s hard-pressed music venues.</h1>\r\nPhonographic Performance Limited (<a href=\"https://www.ppluk.com/\" target=\"_blank\" rel=\"noopener\">PPL</a>) has announced it will introduce a new music tariff that will apply to hospitality businesses hosting DJ events.\r\n\r\nUKHospitality has responded to PPL’s consultation on the tariff arguing against an additional tax for businesses.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The decision to introduce a new tax for music venues could be potentially devastating. This new tax will see venues hit with an average 130% increase which we estimate will cost the hospitality sector upwards of £49 million.\r\n\r\n“Hospitality businesses are already being bombarded with constantly-increasing costs and only today a Government report highlighted the pressures being faced by music venues. The report stated that increasing costs were a major factor in the closure of venues. This additional massive cost is not going to help, it is only going to force more and more venues out of business.\r\n\r\n“It is not just nightclubs and large venues that will be hit, either. Village pubs that host weekly discos will be strangled by the charge and there is every chance that such events, upon which many pubs might rely, will be forced out altogether.\r\n\r\n“The UK’s music venues are some of the hospitality sector’s most exciting businesses. Music plays an enormous role in our lives culturally and socially as well as economically, but extra fees such as PPL’s will only wring the last life out of venues.\r\n\r\n“UKHospitality has been in discussions with PPL and repeatedly highlighted the problems this new tariff would lead to. We had some success in avoiding proposed structural changes but it is disappointing to see them ignore our warnings and push ahead with a hike. Unless PPL rethinks this charge then they are only going to put the businesses they want to charge out of business.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/\">UKHospitality: Collaboration key to Industrial Strategy success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','UKHospitality: PPL fee increase will cost hospitality an estimated £49m','','inherit','closed','closed','','4289-revision-v1','','','2019-03-19 13:17:52','2019-03-19 13:17:52','',4289,'https://www.ontradeprogress.com/2019/03/19/4289-revision-v1/',0,'revision','',0),(4293,1,'2019-03-19 13:20:34','2019-03-19 13:20:34','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that <a href=\"https://www.ppluk.com/\" target=\"_blank\" rel=\"noopener\">PPL</a>’s decision to introduce a new tariff for hospitality businesses could be the final straw for the UK’s hard-pressed music venues.</h1>\nPhonographic Performance Limited (PPL) has announced it will introduce a new music tariff that will apply to hospitality businesses hosting DJ events.\n\nUKHospitality has responded to PPL’s consultation on the tariff arguing against an additional tax for businesses.\n\nUKHospitality Chief Executive Kate Nicholls said: “The decision to introduce a new tax for music venues could be potentially devastating. This new tax will see venues hit with an average 130% increase which we estimate will cost the hospitality sector upwards of £49 million.\n\n“Hospitality businesses are already being bombarded with constantly-increasing costs and only today a Government report highlighted the pressures being faced by music venues. The report stated that increasing costs were a major factor in the closure of venues. This additional massive cost is not going to help, it is only going to force more and more venues out of business.\n\n“It is not just nightclubs and large venues that will be hit, either. Village pubs that host weekly discos will be strangled by the charge and there is every chance that such events, upon which many pubs might rely, will be forced out altogether.\n\n“The UK’s music venues are some of the hospitality sector’s most exciting businesses. Music plays an enormous role in our lives culturally and socially as well as economically, but extra fees such as PPL’s will only wring the last life out of venues.\n\n“UKHospitality has been in discussions with PPL and repeatedly highlighted the problems this new tariff would lead to. We had some success in avoiding proposed structural changes but it is disappointing to see them ignore our warnings and push ahead with a hike. Unless PPL rethinks this charge then they are only going to put the businesses they want to charge out of business.”\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/\">UKHospitality: Collaboration key to Industrial Strategy success</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\n</ul>','UKHospitality: PPL fee increase will cost hospitality an estimated £49m','','inherit','closed','closed','','4289-autosave-v1','','','2019-03-19 13:20:34','2019-03-19 13:20:34','',4289,'https://www.ontradeprogress.com/2019/03/19/4289-autosave-v1/',0,'revision','',0),(4294,1,'2019-03-19 13:28:04','2019-03-19 13:28:04','<h1><a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a> has warned that <a href=\"https://www.ppluk.com/\" target=\"_blank\" rel=\"noopener\">PPL</a>’s decision to introduce a new tariff for hospitality businesses could be the final straw for the UK’s hard-pressed music venues.</h1>\r\nPhonographic Performance Limited (PPL) has announced it will introduce a new music tariff that will apply to hospitality businesses hosting DJ events.\r\n\r\nUKHospitality has responded to PPL’s consultation on the tariff arguing against an additional tax for businesses.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The decision to introduce a new tax for music venues could be potentially devastating. This new tax will see venues hit with an average 130% increase which we estimate will cost the hospitality sector upwards of £49 million.\r\n\r\n“Hospitality businesses are already being bombarded with constantly-increasing costs and only today a Government report highlighted the pressures being faced by music venues. The report stated that increasing costs were a major factor in the closure of venues. This additional massive cost is not going to help, it is only going to force more and more venues out of business.\r\n\r\n“It is not just nightclubs and large venues that will be hit, either. Village pubs that host weekly discos will be strangled by the charge and there is every chance that such events, upon which many pubs might rely, will be forced out altogether.\r\n\r\n“The UK’s music venues are some of the hospitality sector’s most exciting businesses. Music plays an enormous role in our lives culturally and socially as well as economically, but extra fees such as PPL’s will only wring the last life out of venues.\r\n\r\n“UKHospitality has been in discussions with PPL and repeatedly highlighted the problems this new tariff would lead to. We had some success in avoiding proposed structural changes but it is disappointing to see them ignore our warnings and push ahead with a hike. Unless PPL rethinks this charge then they are only going to put the businesses they want to charge out of business.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/\">UKHospitality: Collaboration key to Industrial Strategy success</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/\">Ontrade Progress\' questions for Maria Chong</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/\">Molson Coors and Sky launch new simplified partnership deal</a></li>\r\n</ul>','UKHospitality: PPL fee increase will cost hospitality an estimated £49m','','inherit','closed','closed','','4289-revision-v1','','','2019-03-19 13:28:04','2019-03-19 13:28:04','',4289,'https://www.ontradeprogress.com/2019/03/19/4289-revision-v1/',0,'revision','',0),(4296,1,'2019-03-21 14:16:01','2019-03-21 14:16:01','<h1>The brewing traditions of two great beer nations have come together as Bohem Brewery launches its first collaboration, brewed in partnership with Cornwall-based St Austell Brewery.</h1>\r\nOtakar Brut Lager has been brewed by Roger Ryman, the award-winning head brewer at family-owned St Austell Brewery, and Petr Skocek, co-founder and head brewer of London-based Bohem Brewery, which brews authentic Bohemian-style lagers on bespoke brewing equipment from the Czech Republic. Also on the team was Bohem brewer Matej Krizek...\r\n\r\nThe collaboration brewing day in January saw Roger transport the yeast used to brew St Austell Brewery’s Korev lager to Bohem in London. The recipe, originally developed for a one-off beer called Korev Brut, was given a new twist by being brewed by Roger and Petr on Bohem’s specialist decoction* brewing kit.\r\n\r\n[caption id=\"attachment_4217\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-4217 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/Bohem-St-Austel-collab-2019-300x283.jpg\" alt=\"Bohem Brewery and St Austell launch collaboration lager\" width=\"300\" height=\"283\" /> Left to right Matej Krizek, Petr Skocek and Roger Ryman at the Bohem Brewery in London[/caption]\r\n\r\nThe result is Otakar Brut Lager, a 6.4% ABV beer authentically lagered at low temperature for six weeks, and regally named for the several King Otakars who ruled Bohemia, which is today within the Czech Republic. The beer is made with Pilsner, Cara Gold, Acid Malt and maize, along with Magnum, Hersbrucker and Saaz hops, as well as Nelson Sauvin for dry hopping.\r\n\r\nWith a fresh, vibrant aroma, and initial light citrus tones of lemon and grapefruit, Otakar has low hop bitterness, which combined with the soft carbonation delivers an easy drinking beer that belies its strength.\r\n\r\nRoger Ryman said: “Although I’ve been brewing for many years, this was the first time I’d made a decoction mash. It was very interesting to work with Petr and the team to create a unique beer which we hope lager enthusiasts will enjoy.”\r\n\r\nPetr Skocek added: “Britain and the Czech Republic both have great brewing traditions, and we were delighted to welcome Roger to London for his first decoction brewing experience. We hope both St Austell and Bohem beer lovers will enjoy Otakar while it’s available.”\r\n\r\n*Decoction brewing is a traditional European brewing style which sees part of the mash boiled and returned to the main mash to raise the temperature. The process adds the depth, complexity and flavour which characterises authentic Czech lagers.\r\n\r\nThe strictly limited single run beer will be available on keg in selected London bars including the Bohem Brewery Taproom in London N22, and in selected St Austell Brewery pubs. A small quantity will also be canned and sold through the Bohem online shop at <a href=\"http://www.bohembrewery.com/online-store/\">www.bohembrewery.com/online-store/</a>.\r\n\r\nOtakar is also available in both keg and can, while stocks last, through Bohem Brewery’s distribution partnership with the UK’s leading beer wholesaler The BottleShop. Andrew Morgan, founder of The Bottle Shop, said of Otakar: “The combination of tradition with contemporary and the European twist has produced something that is ultimately satisfying and rewarding and which has never been brewed before.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/\">UKHospitality reacts to Spring Statement and No deal tariffs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/\">We caught up with Giffard to talk about their Liqueur</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/\">Melitta welcomes industry heavyweight</a></li>\r\n</ul>','Bohem and St Austell launch collaboration lager','','inherit','closed','closed','','4216-revision-v1','','','2019-03-21 14:16:01','2019-03-21 14:16:01','',4216,'https://www.ontradeprogress.com/2019/03/21/4216-revision-v1/',0,'revision','',0),(4297,1,'2019-03-26 08:39:40','2019-03-26 08:39:40','<h1>A charity founded by an industry entrepreneur is appealing to hospitality operators to get involved in a fun awareness initiative to help drive blood stem cell donor registrations.</h1>\r\nUnusually for a charity The Team Margot Foundation, co-founded by Yaser Martini, who is a board member of Beds and Bars, PubAid and Cirrus Inns, isn’t asking operators to raise money but instead to support in helping spread the message about blood stem cell donor registration through ‘Pinkspiration Week’ which is taking place from Tuesday, 23<sup>rd</sup> July to Tuesday, 30<sup>th</sup> July.\r\n<h3><strong>We row you to register</strong></h3>\r\nThis December, the Team Margot Atlantic Rowers, a team of four dads, skippered by Martin Beaumont whose late father Chris was the first CEO of industry charity Springboard, will be rowing across the Atlantic, in a pink boat, in the Talisker Whisky Atlantic Challenge. In the meantime, the boat will be doing a road trip around some of the participating ‘Pinkspiration’ venues, as part of the campaign.\r\n\r\nThe rowers hope the ‘Pinkspiration’ campaign will help make a significant contribution towards its ‘We Row You Register’ target of 1.5 million sign-ups to the register, with this number being targeted as it will take them around 1.5 million strokes to complete the challenge. If they succeed in reaching this target then statistically up to 15,000 lives could potentially be saved.\r\n<h3><strong>Orchard Pig backing team</strong></h3>\r\nThe Team Margot Atlantic Rowers’ boat is sponsored by cider makers Orchard Pig, part of the C&amp;C group. Jason Ash, the company’s chief marketing officer, said: “In terms of challenges of sheer human endurance this one epitomises the Orchard Pig attitude of ‘Go Pig or Go Home’, and we’ve been hugely inspired by The Team Margot Atlantic Rowers. We’re delighted to sponsor the team and have no doubt they’ll do a brilliant job in raising awareness to drive blood stem cell donor registrations – and hit that magic target of 1.5 million sign-ups.”\r\n<h3><strong>Operator support</strong></h3>\r\n[caption id=\"attachment_4299\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4299\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/TMatlanticrowyaser-300x225.jpg\" alt=\"Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups\" width=\"300\" height=\"225\" /> Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups[/caption]\r\n\r\nBeds and Bars is among operators already set to take part in the awareness week, which is also being supported by UKHospitality, and which asks operators to embrace the Team Margot colour pink in their business for just a day or the full week.\r\n\r\nKate Nicholls, CEO of UKHospitality, said: “We will be helping to raise awareness of this important initiative and would encourage hospitality operators to get involved.\"\r\n\r\nShe adds: \"Stem cell donor registration is such an important issue and people have the opportunity to help save a life just by doing a simple cheek swab which only takes a couple of minutes.\"\r\n<h3><strong>Getting involved: Pinkspiration ideas</strong></h3>\r\nIdeas for activity for the week include featuring a pink drinks list, having a ‘Drink Pink Day’, offering pink-inspired dishes or teams wearing pink to help raise awareness and encourage people to join the register.\r\n\r\nThe Team Margot Foundation was set up in 2015 in memory of Yaser’s daughter Margot and to honour her legacy after she lost her battle with blood cancer, aged two. One of the ways Margot might have been saved was through a well-matched stem cell donation from an unrelated donor on a register.\r\n\r\nMargot’s father Yaser Martini said: “We are excited to be launching ‘Pinkspiration Week’ which we believe will be a fun way for hospitality operators to engage their customers around this important message of going on ‘standby to save a life’ through stem cell registration.”\r\n\r\nHe adds: “Sadly the register of stem cell donors just isn’t large enough or sufficiently diverse to meet patient needs, which is why we encourage every individual who is eligible, particularly those of mixed heritage to register<sup>1</sup>. If you are aged between 17-55 and in general good health you could save a life.”\r\n<h3><strong>Live Your Life, Save a Life</strong></h3>\r\n‘Pinkspiration Week’ ends on 30<sup>th</sup> July which is Franca Knowles’ birthday. Yaser says “My late friend Franca, who was people director at Beds and Bars, embedded a culture of ‘Live Your Life’ at the company and in the short time Margot was with us, it was clear that she loved life and wanted to live! So the aim of the ‘Pinkspiration’ campaign is to encourage people to ‘Live Your Life, Save A Life.”\r\n\r\nKeith Knowles, CEO &amp; founder of Beds and Bars said: “We have been supporting the Team Margot Foundation since 2014 and we will be supporting Team Margot Pinkspiration as part of our annual Live Your Life campaign in July.”\r\n\r\nHe adds: “Through the tragedy of loss, we have come to understand the simple opportunity there is to help save lives and be part of the cure for cancer today.”\r\n<h3><strong>Uniting the country through donati</strong><strong style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">on</strong></h3>\r\n<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">Martini adds: “The country is polarised and</span><span style=\"font-size: 14px;\"> we need a solution to unite people. This opportunity is for hospitality operators to lead the way in helping to unite the country around donation – we need to remind people that of course your views matter, but your humanity matters more. We would love to see other industries coming together in the same way as the hospitality sector to unite people around donation.”</span>\r\n\r\n*<strong> For more information on the Team Margot Atlantic Rowers and ideas on how to get involved in ‘Pinkspiration’ Week visit</strong> <a href=\"http://www.WeRowYouRegister.org\"><strong>www.WeRowYouRegister.org</strong></a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/\">CAMRA: Brexit could be a game-changer for pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/\">Having a blast with Sous Vide Tools range</a></li>\r\n</ul>','Margot: “Pinkspiration” initiative to get hospitality operators to drive blood stem cell donor registrations','','publish','closed','open','','margot-foundation-charity','','','2019-03-26 08:39:40','2019-03-26 08:39:40','',0,'https://www.ontradeprogress.com/?p=4297',0,'post','',0),(4298,1,'2019-03-26 08:25:18','2019-03-26 08:25:18','','Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups','Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups','inherit','closed','closed','','teammargotpinkspirationlogo','','','2019-03-26 08:26:43','2019-03-26 08:26:43','',4297,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/TeamMargotPinkspirationlogo.png',0,'attachment','image/png',0),(4299,1,'2019-03-26 08:26:08','2019-03-26 08:26:08','','Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups','Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups','inherit','closed','closed','','tmatlanticrowyaser','','','2019-03-26 08:34:37','2019-03-26 08:34:37','',4297,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/TMatlanticrowyaser.jpg',0,'attachment','image/jpeg',0),(4300,1,'2019-03-26 08:33:15','2019-03-26 08:33:15','<h1>A charity founded by an industry entrepreneur is appealing to hospitality operators to get involved in a fun awareness initiative to help drive blood stem cell donor registrations.</h1>\r\nUnusually for a charity The Team Margot Foundation, co-founded by Yaser Martini, who is a board member of Beds and Bars, PubAid and Cirrus Inns, isn’t asking operators to raise money but instead to support in helping spread the message about blood stem cell donor registration through ‘Pinkspiration Week’ which is taking place from Tuesday, 23<sup>rd</sup> July to Tuesday, 30<sup>th</sup> July.\r\n<h3><strong>We row you to register</strong></h3>\r\nThis December, the Team Margot Atlantic Rowers, a team of four dads, skippered by Martin Beaumont whose late father Chris was the first CEO of industry charity Springboard, will be rowing across the Atlantic, in a pink boat, in the Talisker Whisky Atlantic Challenge. In the meantime, the boat will be doing a road trip around some of the participating ‘Pinkspiration’ venues, as part of the campaign.\r\n\r\nThe rowers hope the ‘Pinkspiration’ campaign will help make a significant contribution towards its ‘We Row You Register’ target of 1.5 million sign-ups to the register, with this number being targeted as it will take them around 1.5 million strokes to complete the challenge. If they succeed in reaching this target then statistically up to 15,000 lives could potentially be saved.\r\n<h3><strong>Orchard Pig backing team</strong></h3>\r\nThe Team Margot Atlantic Rowers’ boat is sponsored by cider makers Orchard Pig, part of the C&amp;C group. Jason Ash, the company’s chief marketing officer, said: “In terms of challenges of sheer human endurance this one epitomises the Orchard Pig attitude of ‘Go Pig or Go Home’, and we’ve been hugely inspired by The Team Margot Atlantic Rowers. We’re delighted to sponsor the team and have no doubt they’ll do a brilliant job in raising awareness to drive blood stem cell donor registrations – and hit that magic target of 1.5 million sign-ups.”\r\n<h3><strong>Operator support</strong></h3>\r\nBeds and Bars is among operators already set to take part in the awareness week, which is also being supported by UKHospitality, and which asks operators to embrace the Team Margot colour pink in their business for just a day or the full week.\r\n\r\nKate Nicholls, CEO of UKHospitality, said: “We will be helping to raise awareness of this important initiative and would encourage hospitality operators to get involved.\"\r\n\r\nShe adds: \"Stem cell donor registration is such an important issue and people have the opportunity to help save a life just by doing a simple cheek swab which only takes a couple of minutes.\"\r\n<h3><strong>Getting involved: Pinkspiration ideas</strong></h3>\r\nIdeas for activity for the week include featuring a pink drinks list, having a ‘Drink Pink Day’, offering pink-inspired dishes or teams wearing pink to help raise awareness and encourage people to join the register.\r\n\r\nThe Team Margot Foundation was set up in 2015 in memory of Yaser’s daughter Margot and to honour her legacy after she lost her battle with blood cancer, aged two. One of the ways Margot might have been saved was through a well-matched stem cell donation from an unrelated donor on a register.\r\n\r\nMargot’s father Yaser Martini said: “We are excited to be launching ‘Pinkspiration Week’ which we believe will be a fun way for hospitality operators to engage their customers around this important message of going on ‘standby to save a life’ through stem cell registration.”\r\n\r\nHe adds: “Sadly the register of stem cell donors just isn’t large enough or sufficiently diverse to meet patient needs, which is why we encourage every individual who is eligible, particularly those of mixed heritage to register<sup>1</sup>. If you are aged between 17-55 and in general good health you could save a life.”\r\n<h3><strong>Live Your Life, Save a Life</strong></h3>\r\n‘Pinkspiration Week’ ends on 30<sup>th</sup> July which is Franca Knowles’ birthday. Yaser says “My late friend Franca, who was people director at Beds and Bars, embedded a culture of ‘Live Your Life’ at the company and in the short time Margot was with us, it was clear that she loved life and wanted to live! So the aim of the ‘Pinkspiration’ campaign is to encourage people to ‘Live Your Life, Save A Life.”\r\n\r\nKeith Knowles, CEO &amp; founder of Beds and Bars said: “We have been supporting the Team Margot Foundation since 2014 and we will be supporting Team Margot Pinkspiration as part of our annual Live Your Life campaign in July.”\r\n\r\nHe adds: “Through the tragedy of loss, we have come to understand the simple opportunity there is to help save lives and be part of the cure for cancer today.”\r\n<h3><strong>Uniting the country through donati</strong><strong style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">on</strong></h3>\r\n<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">Martini adds: “The country is polarised and</span><span style=\"font-size: 14px;\"> we need a solution to unite people. This opportunity is for hospitality operators to lead the way in helping to unite the country around donation – we need to remind people that of course your views matter, but your humanity matters more. We would love to see other industries coming together in the same way as the hospitality sector to unite people around donation.”</span>\r\n\r\n*<strong> For more information on the Team Margot Atlantic Rowers and ideas on how to get involved in ‘Pinkspiration’ Week visit</strong> <a href=\"http://www.WeRowYouRegister.org\"><strong>www.WeRowYouRegister.org</strong></a>','Margot: “Pinkspiration” initiative to get hospitality operators to drive blood stem cell donor registrations','','inherit','closed','closed','','4297-revision-v1','','','2019-03-26 08:33:15','2019-03-26 08:33:15','',4297,'https://www.ontradeprogress.com/2019/03/26/4297-revision-v1/',0,'revision','',0),(4301,1,'2019-03-26 08:38:39','2019-03-26 08:38:39','<h1>A charity founded by an industry entrepreneur is appealing to hospitality operators to get involved in a fun awareness initiative to help drive blood stem cell donor registrations.</h1>\r\nUnusually for a charity The Team Margot Foundation, co-founded by Yaser Martini, who is a board member of Beds and Bars, PubAid and Cirrus Inns, isn’t asking operators to raise money but instead to support in helping spread the message about blood stem cell donor registration through ‘Pinkspiration Week’ which is taking place from Tuesday, 23<sup>rd</sup> July to Tuesday, 30<sup>th</sup> July.\r\n<h3><strong>We row you to register</strong></h3>\r\nThis December, the Team Margot Atlantic Rowers, a team of four dads, skippered by Martin Beaumont whose late father Chris was the first CEO of industry charity Springboard, will be rowing across the Atlantic, in a pink boat, in the Talisker Whisky Atlantic Challenge. In the meantime, the boat will be doing a road trip around some of the participating ‘Pinkspiration’ venues, as part of the campaign.\r\n\r\nThe rowers hope the ‘Pinkspiration’ campaign will help make a significant contribution towards its ‘We Row You Register’ target of 1.5 million sign-ups to the register, with this number being targeted as it will take them around 1.5 million strokes to complete the challenge. If they succeed in reaching this target then statistically up to 15,000 lives could potentially be saved.\r\n<h3><strong>Orchard Pig backing team</strong></h3>\r\nThe Team Margot Atlantic Rowers’ boat is sponsored by cider makers Orchard Pig, part of the C&amp;C group. Jason Ash, the company’s chief marketing officer, said: “In terms of challenges of sheer human endurance this one epitomises the Orchard Pig attitude of ‘Go Pig or Go Home’, and we’ve been hugely inspired by The Team Margot Atlantic Rowers. We’re delighted to sponsor the team and have no doubt they’ll do a brilliant job in raising awareness to drive blood stem cell donor registrations – and hit that magic target of 1.5 million sign-ups.”\r\n<h3><strong>Operator support</strong></h3>\r\n[caption id=\"attachment_4299\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4299\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/TMatlanticrowyaser-300x225.jpg\" alt=\"Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups\" width=\"300\" height=\"225\" /> Team Margot Foundation founder Yaser Martini with the Team Margot Atlantic Rowers’ car and boat, which will be going 3,000 miles across the Atlantic to help drive blood stem cell register sign-ups[/caption]\r\n\r\nBeds and Bars is among operators already set to take part in the awareness week, which is also being supported by UKHospitality, and which asks operators to embrace the Team Margot colour pink in their business for just a day or the full week.\r\n\r\nKate Nicholls, CEO of UKHospitality, said: “We will be helping to raise awareness of this important initiative and would encourage hospitality operators to get involved.\"\r\n\r\nShe adds: \"Stem cell donor registration is such an important issue and people have the opportunity to help save a life just by doing a simple cheek swab which only takes a couple of minutes.\"\r\n<h3><strong>Getting involved: Pinkspiration ideas</strong></h3>\r\nIdeas for activity for the week include featuring a pink drinks list, having a ‘Drink Pink Day’, offering pink-inspired dishes or teams wearing pink to help raise awareness and encourage people to join the register.\r\n\r\nThe Team Margot Foundation was set up in 2015 in memory of Yaser’s daughter Margot and to honour her legacy after she lost her battle with blood cancer, aged two. One of the ways Margot might have been saved was through a well-matched stem cell donation from an unrelated donor on a register.\r\n\r\nMargot’s father Yaser Martini said: “We are excited to be launching ‘Pinkspiration Week’ which we believe will be a fun way for hospitality operators to engage their customers around this important message of going on ‘standby to save a life’ through stem cell registration.”\r\n\r\nHe adds: “Sadly the register of stem cell donors just isn’t large enough or sufficiently diverse to meet patient needs, which is why we encourage every individual who is eligible, particularly those of mixed heritage to register<sup>1</sup>. If you are aged between 17-55 and in general good health you could save a life.”\r\n<h3><strong>Live Your Life, Save a Life</strong></h3>\r\n‘Pinkspiration Week’ ends on 30<sup>th</sup> July which is Franca Knowles’ birthday. Yaser says “My late friend Franca, who was people director at Beds and Bars, embedded a culture of ‘Live Your Life’ at the company and in the short time Margot was with us, it was clear that she loved life and wanted to live! So the aim of the ‘Pinkspiration’ campaign is to encourage people to ‘Live Your Life, Save A Life.”\r\n\r\nKeith Knowles, CEO &amp; founder of Beds and Bars said: “We have been supporting the Team Margot Foundation since 2014 and we will be supporting Team Margot Pinkspiration as part of our annual Live Your Life campaign in July.”\r\n\r\nHe adds: “Through the tragedy of loss, we have come to understand the simple opportunity there is to help save lives and be part of the cure for cancer today.”\r\n<h3><strong>Uniting the country through donati</strong><strong style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">on</strong></h3>\r\n<span style=\"font-family: \'Open Sans\', Arial, sans-serif; font-size: 14px;\">Martini adds: “The country is polarised and</span><span style=\"font-size: 14px;\"> we need a solution to unite people. This opportunity is for hospitality operators to lead the way in helping to unite the country around donation – we need to remind people that of course your views matter, but your humanity matters more. We would love to see other industries coming together in the same way as the hospitality sector to unite people around donation.”</span>\r\n\r\n*<strong> For more information on the Team Margot Atlantic Rowers and ideas on how to get involved in ‘Pinkspiration’ Week visit</strong> <a href=\"http://www.WeRowYouRegister.org\"><strong>www.WeRowYouRegister.org</strong></a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/\">CAMRA: Brexit could be a game-changer for pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/\">Having a blast with Sous Vide Tools range</a></li>\r\n</ul>','Margot: “Pinkspiration” initiative to get hospitality operators to drive blood stem cell donor registrations','','inherit','closed','closed','','4297-revision-v1','','','2019-03-26 08:38:39','2019-03-26 08:38:39','',4297,'https://www.ontradeprogress.com/2019/03/26/4297-revision-v1/',0,'revision','',0),(4302,1,'2019-03-26 16:40:15','0000-00-00 00:00:00','<h1>In collaboration with Bulmers, Orchard Pioneers is revolutionising consumers’ enjoyment and perception of apple cider by encouraging consumption straight from the bottle – a pioneering shake-up of the category since the introduction of cider ‘over-ice’ more than a decade ago.</h1>\r\nOpening up a wealth of drinking occasions, the new contemporary-designed 330ml bottles offer consumers a smaller, easy-drinking format and a convenient way of consuming cider, without the need to pour into a glass with ice.\r\n\r\nEmma Sherwood-Smith, Cider Marketing Director, comments: <em>“We’ve been used to drinking cider in an over-ice serve for a decade, but, since then, there’s been no indication that the apple cider category has evolved. There is nothing quite like an over-ice cider in a pub garden on a summer’s day, but some consumers are also telling us that sometimes the large bottles can be too much. What’s more, we know that apple cider can feel a little old fashioned, which is why drinkers have started to seek out other categories where there are more variety and excitement. </em>\r\n\r\n<em>“So, to change the game, we have revolutionised the design and format to re-engage apple cider drinkers and suit growing occasions, bringing a fresh take on taste, Red Apple and Green Apple, in new easy drinking bottles. The flavour descriptor plays an important role in communicating what to expect from the taste and the nature of the apples used in a way that can easily be understood by our drinkers”. </em>\r\n\r\nCo-created by passionate British apple cider growers, Orchard Pioneers is available in Green Apple and Red Apple Cider variants – offering bittersweetness and crunchy sweetness respectively. Its fresh taste, delivered straight from the bottle at 5% ABV, is rooted in the provenance of apples grown and picked in Herefordshire.\r\n\r\n<strong>For customers interested in listing Orchard Pioneers, please contact your HEINEKEN sales representative for more information.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/\">CAMRA: Brexit could be a game-changer for pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/\">Having a blast with Sous Vide Tools range</a></li>\r\n</ul>','Cider straight from the bottle: Orchard pioneers revolutionises apple cider refreshment with new launch','','draft','closed','open','','apple-cider-new-launch','','','2019-03-26 16:40:15','2019-03-26 16:40:15','',0,'https://www.ontradeprogress.com/?p=4302',0,'post','',0),(4303,1,'2019-03-26 08:55:03','2019-03-26 08:55:03','','Orchard pioneers revolutionises apple cider refreshment with new launch','Orchard pioneers revolutionises apple cider refreshment with new launch','inherit','closed','closed','','orchard_pioneers_330ml_green','','','2019-03-26 08:55:55','2019-03-26 08:55:55','',4302,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Orchard_Pioneers_330ml_Green.png',0,'attachment','image/png',0),(4304,1,'2019-03-26 08:55:38','2019-03-26 08:55:38','','Orchard_Pioneers_330ml_Red','','inherit','closed','closed','','orchard_pioneers_330ml_red','','','2019-03-26 08:55:38','2019-03-26 08:55:38','',4302,'https://www.ontradeprogress.com/wp-content/uploads/2019/03/Orchard_Pioneers_330ml_Red.png',0,'attachment','image/png',0),(4305,1,'2019-03-26 08:56:17','2019-03-26 08:56:17','<h1>In collaboration with Bulmers, Orchard Pioneers is revolutionising consumers’ enjoyment and perception of apple cider by encouraging consumption straight from the bottle – a pioneering shake-up of the category since the introduction of cider ‘over-ice’ more than a decade ago.</h1>\r\nOpening up a wealth of drinking occasions, the new contemporary-designed 330ml bottles offer consumers a smaller, easy-drinking format and a convenient way of consuming cider, without the need to pour into a glass with ice.\r\n\r\nEmma Sherwood-Smith, Cider Marketing Director, comments: <em>“We’ve been used to drinking cider in an over-ice serve for a decade, but, since then, there’s been no indication that the apple cider category has evolved. There is nothing quite like an over-ice cider in a pub garden on a summer’s day, but some consumers are also telling us that sometimes the large bottles can be too much. What’s more, we know that apple cider can feel a little old fashioned, which is why drinkers have started to seek out other categories where there are more variety and excitement. </em>\r\n\r\n<em>“So, to change the game, we have revolutionised the design and format to re-engage apple cider drinkers and suit growing occasions, bringing a fresh take on taste, Red Apple and Green Apple, in new easy drinking bottles. The flavour descriptor plays an important role in communicating what to expect from the taste and the nature of the apples used in a way that can easily be understood by our drinkers”. </em>\r\n\r\nCo-created by passionate British apple cider growers, Orchard Pioneers is available in Green Apple and Red Apple Cider variants – offering bittersweetness and crunchy sweetness respectively. Its fresh taste, delivered straight from the bottle at 5% ABV, is rooted in the provenance of apples grown and picked in Herefordshire.\r\n\r\n<strong>For customers interested in listing Orchard Pioneers, please contact your HEINEKEN sales representative for more information.</strong>','Cider straight from the bottle: Orchard pioneers revolutionises apple cider refreshment with new launch','','inherit','closed','closed','','4302-revision-v1','','','2019-03-26 08:56:17','2019-03-26 08:56:17','',4302,'https://www.ontradeprogress.com/2019/03/26/4302-revision-v1/',0,'revision','',0),(4306,1,'2019-03-26 08:58:20','2019-03-26 08:58:20','<h1>In collaboration with Bulmers, Orchard Pioneers is revolutionising consumers’ enjoyment and perception of apple cider by encouraging consumption straight from the bottle – a pioneering shake-up of the category since the introduction of cider ‘over-ice’ more than a decade ago.</h1>\r\nOpening up a wealth of drinking occasions, the new contemporary-designed 330ml bottles offer consumers a smaller, easy-drinking format and a convenient way of consuming cider, without the need to pour into a glass with ice.\r\n\r\nEmma Sherwood-Smith, Cider Marketing Director, comments: <em>“We’ve been used to drinking cider in an over-ice serve for a decade, but, since then, there’s been no indication that the apple cider category has evolved. There is nothing quite like an over-ice cider in a pub garden on a summer’s day, but some consumers are also telling us that sometimes the large bottles can be too much. What’s more, we know that apple cider can feel a little old fashioned, which is why drinkers have started to seek out other categories where there are more variety and excitement. </em>\r\n\r\n<em>“So, to change the game, we have revolutionised the design and format to re-engage apple cider drinkers and suit growing occasions, bringing a fresh take on taste, Red Apple and Green Apple, in new easy drinking bottles. The flavour descriptor plays an important role in communicating what to expect from the taste and the nature of the apples used in a way that can easily be understood by our drinkers”. </em>\r\n\r\nCo-created by passionate British apple cider growers, Orchard Pioneers is available in Green Apple and Red Apple Cider variants – offering bittersweetness and crunchy sweetness respectively. Its fresh taste, delivered straight from the bottle at 5% ABV, is rooted in the provenance of apples grown and picked in Herefordshire.\r\n\r\n<strong>For customers interested in listing Orchard Pioneers, please contact your HEINEKEN sales representative for more information.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/\">CAMRA: Brexit could be a game-changer for pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/\">Having a blast with Sous Vide Tools range</a></li>\r\n</ul>','Cider straight from the bottle: Orchard pioneers revolutionises apple cider refreshment with new launch','','inherit','closed','closed','','4302-revision-v1','','','2019-03-26 08:58:20','2019-03-26 08:58:20','',4302,'https://www.ontradeprogress.com/2019/03/26/4302-revision-v1/',0,'revision','',0),(4308,1,'2019-03-29 12:07:38','2019-03-29 12:07:38','[embed]http://issuu.com/bwmediagroup/docs/web_version_-_24_on-trade-progress_?e=32393893/68759616[/embed]gress_?e=32393893/68759616[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-03-29 12:07:38','2019-03-29 12:07:38','',23,'https://www.ontradeprogress.com/2019/03/29/23-revision-v1/',0,'revision','',0),(4309,1,'2019-03-29 12:08:26','2019-03-29 12:08:26','[embed class=\"is-loading\"]http://issuu.com/bwmediagroup/docs/web_version_-_24_on-trade-progress_?e=32393893/68759616[/embed]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-03-29 12:08:26','2019-03-29 12:08:26','',276,'https://www.ontradeprogress.com/2019/03/29/276-revision-v1/',0,'revision','',0),(4310,1,'2019-03-29 12:09:36','2019-03-29 12:09:36','[embed]http://issuu.com/bwmediagroup/docs/web_version_-_24_on-trade-progress_?e=32393893/68759616gress_?e=32393893/68759616[/embed]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-03-29 12:09:36','2019-03-29 12:09:36','',23,'https://www.ontradeprogress.com/2019/03/29/23-revision-v1/',0,'revision','',0),(4311,1,'2019-04-02 07:52:13','2019-04-02 07:52:13','<h1>Encouraging dialogue between customers and businesses is the most effective way of tackling food allergens issues, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</h1>\r\nUKH has responded to the Government’s consultation on allergen regulations for prepacked food advocating the promotion of voluntary labelling and “ask about allergens” stickers.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Food safety is of paramount importance and it is vital that customers are kept safe and confident when they purchase our food and drink.\r\n\r\n“The best way to ensure this is to facilitate an environment which encourages an active dialogue and partnership of responsibility between customers and businesses. We need our customers to feel comfortable about asking team members about allergens and confident that the information they receive is accurate.\r\n\r\n“It may be tempting to rely on full labelling, but this option is potentially dangerous. Not only might it prevent customers from entering into a dialogue with staff, but there are also risks regarding mislabelling. It would also not be practical, as it would not circumvent the issue of cross-contamination which would be ever-present.\r\n\r\n“FSA approved, consistent stickering encouraging customers to ask about allergens alongside continued staff training and industry-led action is the best way to ensure that customers get the most effective and accurate information.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/brexit-sustainable-lynx-purchasing/\">Look beyond Brexit to a sustainable approach</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/\">CAMRA: Brexit could be a game-changer for pubs</a></li>\r\n</ul>','UKHospitality: Dialogue best way to tackle food allergens issues','','publish','closed','open','','ukhospitality-food-allergens-issues','','','2019-04-02 07:52:13','2019-04-02 07:52:13','',0,'https://www.ontradeprogress.com/?p=4311',0,'post','',0),(4312,1,'2019-04-02 07:32:08','2019-04-02 07:32:08','<h1 style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Encouraging dialogue between customers and businesses is the most effective way of tackling allergen-related issues, according to UKHospitality.</h1>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKH has responded to the Government’s consultation on allergen regulations for prepacked food advocating the promotion of voluntary labelling and “ask about allergens” stickers.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “Food safety is of paramount importance and it is vital that customers are kept safe and confident when they purchase our food and drink.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“The best way to ensure this is to facilitate an environment which encourages an active dialogue and partnership of responsibility between customers and businesses. We need our customers to feel comfortable about asking team members about allergens and confident that the information they receive is accurate.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“It may be tempting to rely on full labelling, but this option is potentially dangerous. Not only might it prevent customers from entering into a dialogue with staff, there are risks regarding mislabelling. It would also not be practical, as it would not circumvent the issue of cross-contamination which would be ever-present.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“FSA approved, consistent stickering encouraging customers to ask about allergens alongside continued staff training and industry-led action is the best way to ensure that customers get the most effective and accurate information.”</p>','UKHospitality: Dialogue best way to tackle allergen issues','','inherit','closed','closed','','4311-revision-v1','','','2019-04-02 07:32:08','2019-04-02 07:32:08','',4311,'https://www.ontradeprogress.com/2019/04/02/4311-revision-v1/',0,'revision','',0),(4313,1,'2019-04-02 07:48:03','2019-04-02 07:48:03','','UKHospitality: Dialogue best way to tackle food allergens issues','UKHospitality: Dialogue best way to tackle food allergens issues','inherit','closed','closed','','shish-kebab-417994_1920','','','2019-04-02 07:49:16','2019-04-02 07:49:16','',4311,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/shish-kebab-417994_1920.jpg',0,'attachment','image/jpeg',0),(4314,1,'2019-04-02 07:51:54','2019-04-02 07:51:54','<h1>Encouraging dialogue between customers and businesses is the most effective way of tackling food allergens issues, according to <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener\">UKHospitality</a>.</h1>\r\nUKH has responded to the Government’s consultation on allergen regulations for prepacked food advocating the promotion of voluntary labelling and “ask about allergens” stickers.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “Food safety is of paramount importance and it is vital that customers are kept safe and confident when they purchase our food and drink.\r\n\r\n“The best way to ensure this is to facilitate an environment which encourages an active dialogue and partnership of responsibility between customers and businesses. We need our customers to feel comfortable about asking team members about allergens and confident that the information they receive is accurate.\r\n\r\n“It may be tempting to rely on full labelling, but this option is potentially dangerous. Not only might it prevent customers from entering into a dialogue with staff, but there are also risks regarding mislabelling. It would also not be practical, as it would not circumvent the issue of cross-contamination which would be ever-present.\r\n\r\n“FSA approved, consistent stickering encouraging customers to ask about allergens alongside continued staff training and industry-led action is the best way to ensure that customers get the most effective and accurate information.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/brexit-sustainable-lynx-purchasing/\">Look beyond Brexit to a sustainable approach</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/\">CAMRA: Brexit could be a game-changer for pubs</a></li>\r\n</ul>','UKHospitality: Dialogue best way to tackle food allergens issues','','inherit','closed','closed','','4311-revision-v1','','','2019-04-02 07:51:54','2019-04-02 07:51:54','',4311,'https://www.ontradeprogress.com/2019/04/02/4311-revision-v1/',0,'revision','',0),(4316,0,'2019-04-16 10:55:01','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjIuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iaHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9zaXRlbWFwLnhzbCI/Pgo8dXJsc2V0IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkgaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOS9zaXRlbWFwLnhzZCI+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb208L2xvYz48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTAyVDE4OjQ3OjU2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9vbi10cmFkZS1wcm9ncmVzcy1hYm91dC11cy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAyVDExOjU1OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS90aGUtbWFnYXppbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0yOVQxMjowOTozNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vc3Vic2NyaWJlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjhUMTE6NTg6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjUvY29ja3RhaWwtb2YtdGhlLW1vbnRoLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTM6MjY6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjUvY2FtcmEtY2VsZWJyYXRlcy1wdWItcGxhbm5pbmctbG9vcGhvbGUtY2xvc3VyZS88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI1VDIwOjI5OjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI1L3Njb3R0aXNoLWJ1c2luZXNzLXJhdGVzLWNhcC13aGF0cy10aGUtY2F0Y2gvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yNVQyMDoyNjoxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yNS9oeWdpZW5lLWluc3BlY3Rpb24tZmVlcy1tdXN0LXJlbWFpbi12b2x1bnRhcnkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yNVQyMDozODo0Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yNS9nbG91Y2VzdGVyLWxhdGUtbmlnaHQtbGV2eS1iYnBhLWNvbW1lbnRzLW9uLWRlY2lzaW9uLWRlZmVycmFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjVUMjA6Mzg6MTZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2FkdmVydGlzaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMjNUMDc6MTk6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2NvbnRhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxNDo1ODo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9wcmVtaWVyLWxlYWd1ZS1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNjozMTozMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9iYXItb2YtdGhlLW1vbnRoLWVzdGFibGlzaG1lbnQtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDVUMTU6NTg6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvZm9zdGVycy1uZXctbG9vay1oZXJvZXMtcmVmcmVzaG1lbnQtMTg4OC1oZXJpdGFnZS88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE0OjMxOjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2dsb3VjZXN0ZXItbGF0ZS1uaWdodC1sZXZ5LWJicGEtY29tbWVudHMtb24tZGVjaXNpb24tZGVmZXJyYWwtMi0yLTItMi88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE0OjI2OjE5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2ludHJvZHVjaW5nLXRoZS1iZXN0LXRhc3Rpbmctbm9uLWFsY29ob2xpYy1sYWdlci88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE0OjMwOjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2J1bG1lcnMtY2VsZWJyYXRlcy1hcHBsZS1ncm93ZXJzLXdpdGgtbmV3LWNpZGVyLXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjhUMTQ6MzU6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvaGVpbmVrZW4tYW5ub3VuY2VzLXdvcmxkd2lkZS1wYXJ0bmVyc2hpcC1mb3ItcnVnYnktd29ybGQtY3VwLTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNDozODo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9pbnRyb2R1Y2luZy1tYWx0c21pdGhzLWJyZXdpbmctZnJvbS1oZWluZWtlbi88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE0OjQ4OjQwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2xhbWItd2VzdG9uLXRvLWxhdW5jaC1uZXctc3dlZXQtcG90YXRvLWNhc3VhbC1kaW5pbmctMjAxNy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE1OjExOjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2NhcmxzYmVyZy11ay1sYXVuY2hlcy1uZXctY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNToxOTo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS93aW5lcy1vZi1nZXJtYW55LWNvbWUtdG8tbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTA6NTM6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvd2F0ZXItY2F0ZWdvcnktdG8tYmUtcmVmcmVzaGQtcm9iaW5zb25zLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTE6MzI6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvcGVwc2ktbWF4LXNldHMtY29sYS1jYXRlZ29yeS1hbGlnaHQtd2l0aC1uZXctZ2luZ2VyLXZhcmlhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMTozNjoxN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9icml0dmljLXVudmVpbHMtcGV0LWZvcm1hdC1mb3ItZHJlbmNoLXNwYXJrbGluZy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDExOjM5OjMwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L2hlcm9uLWJyZWFybGV5LXNpZ25zLWRlYWwtd2l0aC1tZWxpdHRhLXByb2Zlc3Npb25hbC1jb2ZmZWUtc29sdXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTI6Mjg6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvYmxhY2stYnVsbC1zY290Y2gtdW52ZWlscy1icml0aXNoLWd0LXNwb25zb3JzaGlwLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTI6MzY6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvbWNjYWluLXRvcC1qb2ItZm9yLW1jbWFudXMtcHVicy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDEyOjU2OjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L3dpbi0xNTAwLXZvdWNoZXJzLW1jY2Fpbi88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDEyOjU2OjI0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L21veS1wYXJrLWZvb2RzZXJ2aWNlLWdvZXMtZ2xvYmFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTM6MTM6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvY291cC1kZS1wYXRlcy1yZS1sYXVuY2hlcy1jaGVmcy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDEzOjE2OjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L2JyaXRhaW5zLWJlc3QtYnJpZ3JhZGVzLWNyb3ducy1zZWN0b3ItY2hhbXBpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxOTozNToxNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS90YWJsZXdhcmUtaGVhdnl3ZWlnaHQtam9pbnMtdXRvcGlhLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTM6MjI6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvYmFyLW9mLXRoZS1tb250aC1lc3RhYmxpc2htZW50LXJldmlldy0yLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMjI6MDk6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvb24tdHJhZGVfcHJvZ3Jlc3NfZ2V0X3NvY2lhbC88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTAzVDE5OjA4OjM4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzMwL2NoZWVyc190b180MF95ZWFyc19vZl9iZWVyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMzBUMDA6MTQ6NTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMzAvc3BhaW5zLW51dHR5LWV4cG9ydC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTMwVDAwOjUzOjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA1L2ZpbmQtdGhlLWJlc3QtdGFsZW50LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDdUMTM6NTg6NTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDUvcHJvbW90ZS15b3VyLXZlbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDdUMTA6Mjc6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDYvbWFuaXRvd29jLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDZUMTE6MjU6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDcvbmF0dXJhbGx5LWNsb3VkeS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTEwVDEwOjMxOjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA3L2NhdGFsb25pYXMtdHJlYXN1cmUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wN1QxMzo1OTozNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vbGF0ZXN0ZGlnaXRhbGlzc3VlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMjlUMTI6MDg6MjZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMTgvZmluYWxpc3RzLXVudmVpbGVkLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMThUMTg6MzA6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMTgvZ2VuZXJhbC1lbGVjdGlvbi0yMDE3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMThUMTg6MzY6MzhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMjAvZGlhbW9uZC1maWx0cmF0ZWQtdm9ka2EvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yMFQxNToyNDoxMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8yMS9kcmluay13aW5lLXdpdGhvdXQtYS1oYW5nb3Zlci88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTI1VDEwOjI0OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzIxL3RoZS1wZXJmZWN0LXBhaXJpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yMVQxMDoyNToxMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8yNC9idXNpbmVzcy1yYXRlcy1yZWZvcm0vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yNFQwOToyNzoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8yNS9iaGEtd2VsY29tZXMtbmV3LXBhcnRuZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0yNVQxMDoyMzoyNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNS8wOS9uZXctY3VycnktZmxhdm91ci1zZWFzb25pbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0wOVQyMDozNDo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNS8wOS9mcmVlLWZyb20tc2F1c2FnZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0wOVQyMDozOToxMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNS8wOS9jYW1yYS1vbi10cmFkZS1wcm9ncmVzcy1leGNsdXNpdmUtb24tdGhlLW5laWdoYm9yaG9vZC1wbGFubmluZy1iaWxsLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMTdUMDg6NDg6NTdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMjMvY29ja3RhaWwtbWVudS1pZGVhLXNvdXRoZXJuLWJyZWV6ZS88L2xvYz48bGFzdG1vZD4yMDE3LTA1LTIzVDE4OjIwOjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA1LzIzL3Rhc3RlLXRlc3QtYmFnZ2VkLXNuYWNrcy88L2xvYz48bGFzdG1vZD4yMDE3LTA1LTIzVDE4OjQzOjM5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIwL2NvY2t0YWlsLW9mLXRoZS1tb250aC1oYWNrbmV5LXdvby13b28vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yMFQxMDo0NTo1N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNi8yMC90YXN0ZS10ZXN0LXNvZnQtZHJpbmtzLXJldmlldy88L2xvYz48bGFzdG1vZD4yMDE3LTA2LTIwVDE0OjQ1OjA0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIxL3ZlbnVlLW9mLXRoZS1tb250aC1qdW5lLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjFUMDk6MTM6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDYvMjMvZXBvcy88L2xvYz48bGFzdG1vZD4yMDE3LTA2LTIzVDA5OjIzOjM1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzI2L2JicGEtY29tbWVudHMtb24tZ292ZXJubWVudGR1cC1jb25maWRlbmNlLWFuZC1zdXBwbHktZGVhbC88L2xvYz48bGFzdG1vZD4yMDE3LTA2LTI2VDEyOjE1OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA3LzExL25ldy1oYWxhbC1tb25pdG9yaW5nLWNvbW1pdHRlZS1obWMtYXBwcm92ZWQtYmVlZi1idXJnZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0xOFQxOTowMTo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS93aGF0LXRoZS1lbGVjdGlvbi1tZWFucy1mb3ItYmVlci1hbmQtcHVicy88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDEzOjI3OjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA3LzExL2V4cGVydHMtdmlldy11ZmktaWJyYWhpbS88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDEzOjMxOjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA3LzExL2V4cGVydHMtdmlldy1rYXRlLW5pY2hvbGxzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDctMTFUMTQ6MTI6MTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTMvdmVudWUtb2YtdGhlLW1vbnRoLWp1bHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNy0xM1QxMDoyNDozMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wOC8yMS92ZW51ZS1tb250aC1hdWd1c3QvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0yMVQxMzozNTowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wOC8yMS9mdXJuaXNoaW5nLWZlc3RpdmFscy88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTIxVDE0OjA5OjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA4LzIxL2NvY2t0YWlsLW1vbnRoLXJhbWJsaW5nLXJvc2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0yMVQxNDoyMTo0NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wOC8yMS9sYXdzLWxpY2Vuc2luZy88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTIxVDE0OjU1OjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA4LzIyL2V4cGVydHMtdmlldy10aW0tcGFnZS1jYW1yYS1jaGllZi1leGVjdXRpdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0yMlQxMzoyNTo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wOS8yNi9leHBlcnRzLXZpZXcta2F0ZS1uaWNob2xscy1hbG1yLWNoaWVmLWV4ZWN1dGl2ZS88L2xvYz48bGFzdG1vZD4yMDE3LTA5LTI2VDEzOjQyOjI4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzAzL2V4cGVydHMtdmlldy10aW0tcGFnZS1jYW1yYS1jaGllZi1leGVjdXRpdmUtMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTAzVDExOjE1OjM1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzAzL2V4cGVydHMtdmlldy11ZmktaWJyYWhpbS1iaGEtY2hpZWYtZXhlY3V0aXZlLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMDNUMTI6MTE6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMDUvYmFycy1yZXN0YXVyYW50cy1haXJwb3J0LWxvdW5nZXMtbGV0LWN1c3RvbWVycy10dW5lLW11dGVkLXR2cy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA3VDA4OjU5OjMwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA3L2NvY2t0YWlsLW1vbnRoLXNtb2t5LWd1bi88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTA2VDE1OjExOjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA3L2NvY2t0YWlsLW1vbnRoLWVsZWN0cmljLWZlZWwtYW1iZXItamVmZnJ5ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wOFQyMjo1NDo0OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8wOS9leHBlcnRzLXZpZXctam9obi1wb3J0ZXItYmVlci1zb21tZWxpZXItMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA5VDE2OjI5OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA5LzQ4Ni88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA5VDE2OjMwOjA5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzE1L2Z1dHVyZS1vbmxpbmUtcmVzZXJ2YXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMTVUMTM6MjY6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMTUvcGVyZmVjdC1jdXAtY29mZmVlLWV2ZXJ5LXNpbmdsZS1jdXN0b21lci88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTE1VDEzOjM4OjEzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzIzL2Fzay1iYXJiYXJlbGxhLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjNUMTY6NTE6MTlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMjMvY3VzdG9tZXItY2FyZS10b2FkLXByaW5jZS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDE2OjU2OjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzIzL3dvcmtpbmctdG9nZXRoZXItcHJvbW90ZS1jYXJlZXItaG9zcGl0YWxpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yM1QxNzowMzo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yMy9kcmlua2Vycy12b2ljZS1naXZpbmctZHJpbmtlcnMtdm9pY2UtYWxjb2hvbC1kZWJhdGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yM1QxNzoxODoyNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yMy9icmV4aXQtZnJlZS1tb3ZlbWVudC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDE3OjE3OjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzAxL2NvY2t0YWlsLW1vbnRoLXJlZGxlZy1naW5nZXItbW9qaXRvLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMjM6MDE6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMjkvdmVudWUtbW9udGgtY29ycmlnYW5zLW1heWZhaXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQyMzo1NjozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8wOS90YXN0ZS10ZXN0LXJ0ZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wOVQwOToxODozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8wOS9kcmlua2F3YXJlLXJlc2VhcmNoLXJldmVhbHMtZXh0ZW50LWRydW5rZW4tc2V4dWFsLWhhcmFzc21lbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wOVQwOTozNDoyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8wOS9xYS1jaHJpcy1ob3dhcmQtZmxleGZ1cm4vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wOVQxODozMTowOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xMC93aGF0bGwtZ2V0dGluZy1iZWVyLXJhbmdlLXJpZ2h0LzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMTBUMDk6MDY6NDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTUvc2NpZW5jZS1wZXJmZWN0LXRpbWluZy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE1VDEzOjQ4OjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE2L2JyZXhpdC1ndWFyYW50ZWVkLXVubG9jay1zdWNjZXNzLWtpZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0xNlQxODo1MjoyNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xNi9ub3ctdGltZS1zYXZlLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0xNlQxODo1Nzo0OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xNi9leHBlcnRzLXZpZXctdmlldy1hbWVyaWNhLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMTZUMTk6MTM6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTgvZXhwZXJ0cy12aWV3LWFsbXItY2FsbHMtbG9jYWwtY291bmNpbHMtc3RhcnQtc3VwcG9ydGluZy1idXNpbmVzc2VzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMThUMTA6Mzk6MzhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTgvZXhwZXJ0cy12aWV3LXRpbWUtZW5jb3VyYWdlLWNhcmVlci1ob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE4VDEwOjQ5OjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE4L3ZlbnVlLW1vbnRoLXNvY2lhbC1mZXN0aXZhbC88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE4VDExOjA1OjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE4L2NvY2t0YWlsLW1vbnRoLXRpYS1tYXJpYS1jYXBwdWNjaW5vLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMThUMTE6MTk6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMjYvdGhlLWNvbWViYWNrLW9mLXJ0ZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0yNlQwODo1MjoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8yNi9uZG1sLWZvcmVmcm9udC1pbnN1cmFuY2UtYnJva2luZy1uaWdodGNsdWJzLWxhdGUtYmFycy1sZWlzdXJlLWVzdGFibGlzaG1lbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMjZUMDk6MDA6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMjYvaG9wLXBpbnQtaG9tZS1ncm93bi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTI2VDA5OjEwOjI5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzI2L2Vwb3MtcWEtc3Rhci1taWNyb25pY3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0yNlQwOToyNzozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMi8wMS9hbG1yLXJlYWN0aW9uLW5ldy1wbGFubmluZy1ndWlkYW5jZS1wcm90ZWN0LWxvbmRvbnMtY2x1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0wMVQxNzo1MToxNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMi8wMS9icmFrZXMtc2NvdGxhbmQtY2VsZWJyYXRlcy01MDAtc2NvdHRpc2gtcHJvZHVjdHMtbmV3LWJyb2NodXJlLWJhY2tlZC1nYXJ5LW1hY2xlYW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMS0xNFQxNzozMjo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMi8wMi9jYW1yYS1kcmlua2F3YXJlLWFubm91bmNlLWZpcnN0LWV2ZXItbG9uZG9uLWxvdy1hbGNvaG9sLWJlZXItY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0wMlQxMzo1Nzo0N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMi8wMi9ob2dzLWJhY2stYnJld2VyeS1tZWV0cy1pbmNyZWFzZWQtZGVtYW5kLTMwMGstaW52ZXN0bWVudC88L2xvYz48bGFzdG1vZD4yMDE3LTEyLTAyVDE0OjA1OjM5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEyLzEzL2hvdGVseW1waWEtcGFydG5lcnMtYnJpdGlzaC1ob3NwaXRhbGl0eS1hc3NvY2lhdGlvbi1zdXBwb3J0LWN1dC10b3VyaXNtLXZhdC1jYW1wYWlnbi88L2xvYz48bGFzdG1vZD4yMDE3LTEyLTEzVDIyOjQ3OjE4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEyLzE4L2NhbXJhLW5hbWVzLWJlc3QtZm91ci1jbHVicy1jb3VudHJ5LzwvbG9jPjxsYXN0bW9kPjIwMTctMTItMTlUMTc6MDA6NTdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDEvMTQvdmVudWUtbW9udGgtaGVybWl0YWdlLXJkLWJhci1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDEtMTRUMTc6NTU6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDEvMjEvdmVudWUtcHJvZmlsZS10cmFkaW5nLWhvdXNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDEtMjdUMTk6MTE6MzVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMDEvc2luZy11cC1hLXN0b3JtLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMDFUMTA6MjU6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMDEvYnJvb2tseW4tZ2luLWluY2VudGl2ZS1vZmZlcnMtdHJpcHMtYmFyLWNvbnZlbnQtYnJvb2tseW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0wMVQxMTozODo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8wNi90cmFkZS1wcm9ncmVzcy1naXZlcy1iYXItcmVzdGF1cmFudC1vcGVyYXRvcnMtdGlwcy1rZWVwLWNvY2t0YWlsLW9mZmVyaW5nLXRyZW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMDZUMTU6NDk6MTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMDcvNjgyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMDdUMTA6MjE6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMTQvbXJtLXRhcmdldGluZy1idXNpbmVzcy1ncm93dGgtY2FybHNiZXJnLXVrLXJvbGxzLWFwcC88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTE0VDA4OjQ1OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzE0L2V1cm9wYS1leHBhbmRzLW1hbmFnZW1lbnQtdGVhbS1hbWlkc3QtMjAxOC1leHBhbnNpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xNFQxMTowODoyOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8xNS9iZXN0LXByYWN0aWNlLWtlZy1kaXNwZW5zZS88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTE1VDE2OjQwOjUyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzE2L3dpbi12aXAtdHJpcC1qdWx5LW5ldy1vcmxlYW5zLXNvdXRoZXJuLWNvbWZvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xNlQwODo0NDo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8xNi9zaXhwb2ludC1leHBhbmRzLXVrLWRpc3RyaWJ1dGlvbi12aWEtaGVhdGh3aWNrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMTZUMTA6NTk6MDRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMjIvY2FzdWFsLWRpbmluZy1yZXN0YXVyYW50LXB1Yi1hd2FyZHMtMjAxOC13aW5uZXJzLWFubm91bmNlZC88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTIyVDEwOjI4OjM1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAzLzA3L3NwYWNlLWFnZS10ZWNobm9sb2d5LW5vdy1vdmVuLXRhYmxld2FyZS88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTA3VDExOjM2OjAxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAzLzI2L2dpZmZhcmQtYWRkLWNyZW1lLWJydWxlZS1jYXJhbWVsLXNhbGUtbGF2ZW5kZXItbWl4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDMtMjZUMTE6MTQ6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDMvMjkvdG91cmlzbS1ob3NwaXRhbGl0eS1oZXJvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDMtMjlUMDc6NTk6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTEvbGF0ZXN0LXRyZW5kcy1ob3NwaXRhbGl0eS1mdXJuaXR1cmUtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTExVDA5OjQxOjQ4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzExL29ubGluZS1iZWVyLWRpc3RyaWJ1dG9yLXJldm9sdXRpb25pc2VzLXN1cHBseS10ZW5kZXItcHJvY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTExVDExOjAyOjM0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzExL2FtZXJpY2FuLWNyYWZ0LWJlZXItZXhwb3J0cy1zdXJwYXNzLTEyNS1taWxsaW9uLWdyb3ctNy0xLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTFUMTQ6MTA6NDRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTEvbmV3LWRlc3NlcnRzLWZyb20tYnJha2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTFUMTQ6Mzg6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTEvbmV3LXRyYW1vbnRpbmEtZnJlbmNoLXN0eWxlLWN1dGxlcnktcmFuZ2UtYXJ0aXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xMVQxNToxNjowN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xMi9wcm9wZXItcGllcy13aW5zLWJyaXRpc2gtcGllLWF3YXJkcy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTJUMTQ6MDI6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTIvcHJvbGlnaHRzLW9tZWdhLXBpeC1uZXh0LWdlbmVyYXRpb24taGlnaC1yZXMtbGVkLXZpZGVvLXNjcmVlbi88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTEyVDE1OjI4OjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE3L21yLWZvZ2dzLWdpbi1wYXJsb3VyLXZpaS1oaWxscy1naW4taGVhZC1yb21lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTdUMTI6MjY6NTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTcvc3RyYXp6YW50aS1zaWNpbGlhbi1iYWtlcnktYnJ1bmNoLXBvcC10YWtlcy1yZXNpZGVuY3ktZml0enJvdmlhLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTdUMTM6MjU6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTcvY2FuLXRoZS1jYW4tbWFrZS1hLWNvbWViYWNrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTdUMTM6NDg6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTcvbmV3LWxhYm91ci1wcm9wb3NhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDA2OjE0OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE4L3RoZS1zaGFwZS1vZi15b3UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yN1QxMTo1NDo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOC9vbi1icmFuZHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOFQwODoyMDo0Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOC93aW50ZXItd2luZS1mb29kLXBhaXJpbmdzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMDg6NTI6MDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvd2FudC1hZGQtcGl6emEtbWVudS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE4VDExOjIwOjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE4L2FydGlzLXNwaXJhbC1nbGFzcy1zZW5zYXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTQ6NTA6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zZXJ2ZS1jb2NrdGFpbC1jb2xsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMTM6NDQ6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTkvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zZXJ2ZS1jb2NrdGFpbC1jb2xsZWN0aW9uLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yMFQwNzo1OTowOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9hcnl6dGEtZm9vZC1zb2x1dGlvbnMtY29sb3VyLWNyb2lzc2FudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOVQxNDozODo0OVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9mdXJuaXR1cmUtZGVzaWduLXRyZW5kcy1pbi1iYXJzLWFuZC1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE5VDE1OjA4OjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3VrLWZvb2Qtc2VydmljZS1xdWFsaXR5LWF3YXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDEwOjI0OjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3NhbGNvbWJlLWdpbi1zaWduYXR1cmUtc3QtY2xhaXItY29ja3RhaWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxMjo1NzoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMTA6MjM6MThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjAvYXJ0aXMtbmV3LWdhbGxlcnktc3RhdGVtZW50LXBsYXRlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI0VDE0OjQ3OjAxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L2ppbS1jYXRoY2FydC1hcHBvaW50ZWQtZGlyZWN0b3ItcG9saWN5LXJlZ3VsYXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNDoxMzoyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9zYWxjb21iZS1naW4tc2lnbmF0dXJlLXBlbm5hbnQtbWFydGluaS1jb2NrdGFpbC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI0VDEzOjI4OjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L2hvb3JheS1oYXJyeS1icmFrc3BlYXItcHVicy1zZXQtY2VsZWJyYXRlLXJveWFsLXdlZGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNDo0NTo0OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC91a2hvc3BpdGFsaXR5LXByb3ZpZGVzLWludGVyaW0tZ3VpZGFuY2UtaW5kdXN0cnktbmV3LWFjcnlsYW1pZGUtbGVnaXNsYXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNDoxNjozMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9zaWVtZW5zLWJ1c3ktY2FudGVlbi11c2VzLW1vZmZhdC1jb3VudGVycy1zcGVlZC1mb29kc2VydmljZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI0VDE1OjMwOjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L3N1c3RhaW5hYmxlLXByZWNpc2lvbi1yZWZyaWdlcmF0aW9uLWhlbHBzLXN1ZmZvbGstcHViLWN1bS1kZWxpLWNvbnRyb2wtY29zdHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNTozMToyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9zYWxjb21iZS1naW4tc2lnbmF0dXJlLXNlcnZlLWNvY2t0YWlsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMDg6MzE6MjZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvZXVyb2Jvb3plci1nZXRzLWx1Y2t5LW9oYXJhcy1kaXN0cmlidXRpb24tZGVhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAyVDA5OjEzOjI1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L3ZpaS1oaWxscy1pdGFsaWFuLWRyeS1naW4tc2lnbi10d28tbmV3LWRpc3RyaWJ1dG9ycy1ldXJvcGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMDozNDoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS91a2hvc3BpdGFsaXR5LXdlbGNvbWVzLXJldmlzZWQtaG9tZS1vZmZpY2UtZ3VpZGFuY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMDo1Mzo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9jYWhvb3RzLWNvaW50cmVhdS1jZWxlYnJhdGUtY2luY28tZGUtbWF5by88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDEyOjM0OjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L3VraG9zcGl0YWxpdHktbGF1bmNoZXMtbWFuaWZlc3RvLTIwMTgtbG9jYWwtZWxlY3Rpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTI6NTg6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvbWV0Y2FsZmUtbGF1bmNoZXMtaGFsbGRlLWNjLTM0LWNvbWJpLWN1dHRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDEzOjA2OjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L2FudmlsLXRyYWN0aW9uLWxhdW5jaC1leGVjdXRpdmUtcmFuZ2Utc2xpcC1yZXNpc3RhbnQtZm9vdHdlYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMzo1NjoyMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9zZXQtc2FsZXMtYWxpZ2h0LXRhYmFzY28taGFiYW5lcm8tc2F1Y2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxNDoxNzowNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9tYXJrZXQtbGVhZGluZy1tYW51ZmFjdHVyZXItbWFyay1sYXVuY2gtb2ZmZXJpbmctZXhjbHVzaXZlLW9mZmVycy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDE1OjAxOjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI2L3VraG9zcGl0YWxpdHktd2VsY29tZXMtb25saW5lLXBsYXRmb3JtLXRyYW5zcGFyZW5jeS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI2VDEzOjM0OjI5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI2L3RhbnN1bi1pbmZyYXJlZC1oZWF0aW5nLXNwZWNpYWxpc3RzLWJyaW5naW5nLW5ldy1hcHAtY29udHJvbC1oZWF0aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjZUMTQ6MjI6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjcvZmxvcmFsLWZhaXJ5LXRhaWwtbWFzdGVycGllY2UtYmFyLXlvdWxsLWxvdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yN1QwODoyNzoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNy9zdHJlZXQtZGVkaWNhdGVkLWNoZWVzZS1yZXR1cm5zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjdUMTE6MDc6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjcvdWtob3NwaXRhbGl0eS1jb21tZW50cy1taWxlc3RvbmUtb25lLXllYXItYnJleGl0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjdUMTE6MzU6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDEvYmVlcy1oZWxwZWQtYnJha3NwZWFyLWJlZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wMVQxMjoxNDowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wMS9waXBlcnMtYW5ub3VuY2VzLXBhY2thZ2luZy1yZWRlc2lnbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAxVDEyOjU0OjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAxL3JhYmJpdC1jZWxlYnJhdGVzLXBlYXMtbG92ZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAxVDE1OjAyOjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAyL25vdnVzLXRlYS1pbm5vdmF0aW5nLWhvdC1iZXZlcmFnZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAyVDA5OjQwOjA5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAyL3VraG9zcGl0YWxpdHktaG9zcGl0YWxpdHktaW1wb3J0YW5jZS1mdXR1cmUtaW1taWdyYXRpb24tcG9saWN5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDJUMTI6NTg6NTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDMvcGlwZXJzLWxhdW5jaGVzLWNyaXNwZWFzLXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDNUMTE6MTI6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDMvdGhlLWVzdGFibGlzaGVkLXJ0ZC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAzVDEzOjQ0OjI0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAzL3NhbGNvbWJlLWdpbi1zaWduYXR1cmUtc2VydmUtY29ja3RhaWwtY29sbGVjdGlvbi0zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDRUMTA6MzA6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDQvY29ja3RhaWxzLWdhbG9yZS1pbi10aGUtY2l0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA0VDEyOjA4OjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L3ZlbnVlLW9mLXRoZS1tb250aC10aGUtYmxpbmQtcGlnLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTM6NDY6NDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDgvYXJ0aXMtaG9tbWUtZmVtbWUtd2luZS1kZWNhbnRlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wOFQxMDo0MDowMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOC9oZW5kaS11ay1sYXVuY2hlcy1uZXctZGlnaXRhbC1ibGVuZGVycy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDEzOjAyOjMzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2hvcHB5LWV2ZXItYWZ0ZXItaG9ncy1iYWNrLXRvYXN0cy1yb3lhbC13ZWRkaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTM6Mjg6MTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDgvdGhlLW11c3QtaGF2ZS1hbWVuaXRpZXMtZm9yLWhvdGVsLWd1ZXN0cy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDEzOjQyOjIyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2NvdW50cnktcmFuZ2UtYm9sc3RlcnMtcG9ydGZvbGlvLXdpdGgtbGF1bmNoLW9mLXN3ZWV0LXBvdGF0by1mcmllcy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDE0OjA3OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2JyYWtzcGVhci1yZWRldmVsb3BtZW50LXVuZGVyd2F5LWF0LXRoZS1mcm9nbWlsbC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDE1OjExOjM2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA5L2l0cy1hbi1vdmVuLWJ1dC1ub3QtYXMtd2Uta25vdy1pdC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA5VDA4OjMxOjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA5L2EtYy1lbnRlcnRhaW5tZW50LXRlY2hub2xvZ2llcy1zdXBwb3J0cy1iYWNrc3RhZ2UtYWNhZGVteS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA5VDA5OjMzOjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA5L21yLWZvZ2dzLXJlc2lkZW5jZS1jZWxlYnJhdGVzLXdvcmxkLWNvY2t0YWlsLWRheS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA5VDExOjAyOjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzEwL2ljZS1jb29sLWNhcnJ5aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTBUMTU6MzA6NDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTEvYS1jLWVudGVydGFpbm1lbnQtdGVjaG5vbG9naWVzLWlyZWxhbmQtbHRkLW9wZW5zLWZvci1idXNpbmVzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDA4OjQwOjUwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL3VraG9zcGl0YWxpdHktY2FsbHMtZm9yLXBsYW5uaW5nLXJldmFtcC10by1zdXBwb3J0LWhvc3BpdGFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTFUMDk6MDc6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTEvc3BlY2lhbGl0eS1icmVhZHMtYWRkcy10by1mcm96ZW4tZG91Z2gtcmFuZ2Utd2l0aC1hLXRyaW8tb2YtY2lhYmF0dGEtb3B0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDEwOjEwOjEwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2JpaS1sb3lhLTIwMTgtZmluYWxpc3RzLWFubm91bmNlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDA5OjU5OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2FkdmljZS1vbi1pY2UtaGFuZGxpbmctYXMtYmJjLXJhaXNlcy1iYWN0ZXJpYS1pc3N1ZS1hZ2Fpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDEwOjI2OjMzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE1L21qLXNlYWZvb2QtbGF1bmNoZXMtY3J1bWJsZS10b3AtY29kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTVUMTU6MDU6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvdWstcHVicy1hbnRpY2lwYXRlLWJ1c2llc3QtZGF5LW9mLXRoZS15ZWFyLXRoaXMtd2Vla2VuZC1zdXBlci1zYXR1cmRheS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDA4OjU3OjU1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3NpeHR5ODItcmVjZWl2ZXMtcG9zaXRpdmUtcmVjZXB0aW9uLWZyb20tdWstcmlnZ2luZy1pbmR1c3RyeS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDA5OjE4OjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L2ludHJvZHVjaW5nLXBhY2lmaWMtcGFyYWRpc2UtYXQtYmxhY2stcm9lLXRoaXMtc3VtbWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMDk6NDE6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvY29zdC1wcmVzc3VyZXMtcmlzay1zZWN0b3Itam9iLWNyZWF0aW9uLXdhcm5zLXVraG9zcGl0YWxpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQwOTo0OToyMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi9wcmljZS1yZWR1Y3Rpb24tb24tdmludGFnZS1zdHlsZS1nbGFzc3dhcmUtZnJvbS1hcnRpcy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDEwOjA1OjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3dpbGxpYW0tc2NvdHQtZmlmdHkteWVhcnMtYXQtZmFsY29uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMTA6MjQ6MTdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvZW5oYW5jZS13b3JsZC1jdXAtZXhwZXJpZW5jZS13aXRoLXRhbnN1bi1oZWF0ZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMTM6MjI6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvY29tbWVyY2lhbC1raXRjaGVuLTIwMTgtcHJldmlld3MtaXRzLWV4aGliaXRvci1zaG93LWhpZ2hsaWdodHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxNToxMDo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi9tYWMtd2lsZC1oZWFkLWhvbWUtdG8tdGhlLWhpZ2hsYW5kcy10by1vcGVuLW5ldy1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMTU6MzQ6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTcvdGhyZWUtaG9ncy1hbGUtc2V0LXRvLXNjb3JlLWF0LXRoZS13b3JsZC1jdXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xN1QwOTowNDo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNy9kcnVyeS1sYXVuY2hlcy1uZXctYmVkcm9vbS1ob3QtZHJpbmtzLXNlbGVjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE3VDA5OjU1OjEzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L2dhbWluZy1tYWNoaW5lcy12aXRhbC1wdWItcmV2ZW51ZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE3VDA5OjM2OjE5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L251dHMtYWJvdXQta3BzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTdUMTM6Mzg6NDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTgvdHJvcGljYWwtbmV3LWZsYXZvdXItZnJvbS13a2QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xOFQwOToyODoxMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMS9lc3NlbnRpYWwtY3Vpc2luZS1zdHJlbmd0aGVuZWQtYnkta2V5LWV1cm9wZWFuLWFjcXVpc2l0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjFUMDc6NTM6MDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjEvZnJvemUtZnJvemVuLWNvY2t0YWlscy1qdXN0LWdvdC1tdWNoLWNvb2xlci88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIzVDE1OjE5OjEwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIyL3drZC1sYXVuY2hlcy1jb2NrdGFpbHMtaW4tY2Fucy10by1vbi10cmFkZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIyVDEzOjM1OjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIyL2xlZS1qb25lcy1zb3V0aGVybi1jb21mb3J0LXNvdXRoZXJuLXNob3dkb3duLXVrLXdpbm5lci88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIyVDE2OjI0OjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIzL21pbGxlbm5pYWwtZGluZXJzLXByb3ZlLWJpZy1vbi1icmFuZC1sb3lhbHR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMDk6MzY6MjFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjMvbGFzdC1jaGFuY2UtdG8tZW50ZXItMjAxOC11a2hvc3BpdGFsaXR5LW9wZXJhdGlvbnMtbWFuYWdlcnMtYXdhcmRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMDk6NTA6MDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjMvYmlnLW5hbWVzLWdlYXItdXAtZm9yLWNvbW1lcmNpYWwta2l0Y2hlbi0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMTI6MDk6NDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjMvcm9hcmluZy10cmFkZS1hdC10aGUtbGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIzVDEyOjQ2OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzI0L3NhbGNvbWJlLWdpbi1hbmQtdGhlLXNwaXJpdC1vZi1zdWNjZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjRUMDg6MjE6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvdGhlLWFsbC1uZXctd21mLWNvZmZlZWNvbm5lY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wN1QxNDoyMTo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9uZXctcmVwb3J0LWhpZ2hsaWdodHMtZ2VuZXJvdXMtc2FsYXJpZXMtb24tb2ZmZXItaW4tdGhlLWhvdGVsLWluZHVzdHJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMDk6MDQ6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvZ3JlZW4tZWNvLWZyaWVuZGx5LXN0cmF3cy1tYWRlLW9mLXBsYXN0aWMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQwOToyNDoyM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9uaWNlLW9uZS1jeXJpbC1jYXJkZW4tcGFyay1jaGVmLXRha2VzLW5vcnRoLXdlc3QtY3Jvd24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQwOTo1OTo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9tY2NhaW4tbGF1bmNoZXMtYmVnaW5uZXJzLWd1aWRlLXRvLXRyaXBhZHZpc29yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTA6MDE6MTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvY2FvcnVubi1jb2xsYWJvcmF0ZS13aXRoLXNjb3R0aXNoLWRlc2lnbmVyLXRvLWNoYW1waW9uLWNyYWZ0c21hbnNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQxMDoyMjo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9uZXctcGFja2FnaW5nLXdhc3RlLXJ1bGVzLW11c3QtcHJvdmlkZS1zdXBwb3J0LWZvci1idXNpbmVzc2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTM6MzA6NDRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvYmVsdm9pcnMtbmV3LW9yZ2FuaWMtbGVtb24tbWludC1jb3JkaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTI6MTg6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvY2x1Yi10by1wdWItc3dpbS1yZXR1cm5zLWZvci1maWZ0aC15ZWFyLWJyYWtzcGVhci1vZmZlcnMtYmFyYmVjdWUtYW5kLWJlZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQxMzowNjoyNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9sZWFkaW5nLXJ0ZC12ay1zZWFyY2hpbmctZm9yLW5ldy1mbGF2b3VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTM6MzY6NDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvdGFibGV3YXJlLW5vaXItcGFyc2xleS1pbi10aW1lLWxhdW5jaGVzLXJha3MtY2hpYy1ibGFjay1rYXJib24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQxNDo0OToxOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9ob3ctZ3JlZW4tYXJlLXlvdS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA4OjQ2OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L2Vudmlyb25tZW50YWwtYXdhcmQtc3VjY2Vzcy1mb3ItZnJlc2gtZGlyZWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMDk6MDk6MDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvYnJha2VzLWxhdW5jaGVzLTItemVyby0yMC1wbGFzdGljLXJlZHVjdGlvbi1jYW1wYWlnbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA5OjI2OjUxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L3VraG9zcGl0YWxpdHktY2FsbHMtZm9yLWZhaXJuZXNzLWFuZC10cmFuc3BhcmVuY3ktZm9yLWVtcGxveWVycy1hbmQtZW1wbG95ZWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMDk6MzA6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvb3V0ZG9vci1kZXNpZ24tY2F0ZXJpbmctdHJlbmRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMTA6MDY6NDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvY2FubnktY2F0ZXJlcnMtc2V0LXRvLXNjb3JlLXdpdGgtbmV3LWxpbWl0ZWQtZWRpdGlvbi1mb290YmFsbC1tdWZmaW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNVQxMDoxMzo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9nb3Zlcm5tZW50LW11c3QtZGVsaXZlci1vbi1zZWN0b3ItdC1sZXZlbHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNVQxMjoyMjozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9kcmlua2F3YXJlLWhpZ2hsaWdodHMtMjAxNy1wcm9ncmVzcy1hdC1hbm51YWwtY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDEyOjM2OjM4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L2hpLXNwaXJpdHMtaGFzLXRoZS1naW4tam91cm5leS1tYXBwZWQtb3V0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMTM6MTA6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvcGljay1hLXBlcHBlci1mcm9tLXRoZS1iYnEtd2l0aC10YWJhc2NvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMTM6MzY6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvcGVhcmwtb2YtYW4taWRlYS1mcm9tLXNvdXMtdmlkZS10b29scy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDE0OjAwOjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA2L2NpbmRlcnMtYmFyYmVjdWVzLW5ldy1wcm9kdWN0LWxhdW5jaC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA2VDA3OjM0OjI1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA2L3NpbmcteW91ci1oZWFydC1vdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNlQwODo1OTozMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi90aGUtbmV3LW11c2ljLWxpY2Vuc2luZy1leHBlcmllbmNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTA6MjY6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDYvdG9wLXF1YWxpdHktdW5pcXVlLWFuZC1iZXNwb2tlLWl0LW11c3QtYmUtc2t5bGluZS1kZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNlQxMDo0NDoyNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9hLXRhc3RlLW9mLXNjb3RsYW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTI6NDM6NDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDYvaGlyaW5nLWdyZWF0LXBlb3BsZS1pbi10b3VnaC1yb2xlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA2VDEzOjEzOjAxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA2L2FsbC10aGluZ3MtZG9udC1uZWVkLXRvLWJlLWVxdWFsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTQ6MjE6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvc2l4cG9pbnQtbGF1bmNoZXMtbmV3LXNwZWNpYWxpdHktcmFuZ2UtaW4tdGhlLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMDc6NTM6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvc2hvd3NlYy10aGUtc2VjdXJpdHktYW5kLWNyb3dkLW1hbmFnZW1lbnQtc3BlY2lhbGlzdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDA5OjA3OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL3NhbGNvbWJlLWRpc3RpbGxpbmctY28taGVscHMtdHVybi10aGUtdGlkZS1vbi1wbGFzdGljLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMDk6MzM6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvZnJvbS1ncmFwZS10by1nbGFzcy1wb3J0dWdhbHMtZ3JlYXRlc3Qtd2luZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QxMDo0NDowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS91a2hvc3BpdGFsaXR5LWNhbGxzLWZvci1sZXZlbC1wbGF5aW5nLWZpZWxkLW9uLXRheC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDEwOjM2OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL2Zhcm0tbGFib3VyLXNob3J0YWdlLW1heS1oaXQtaG9zcGl0YWxpdHktZm9vZC1wcmljZXMtd2FybnMtbHlueC1wdXJjaGFzaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTA6NDk6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvdGhlLWJ1cmdlci1tYW51ZmFjdHVyaW5nLWNvbXBhbnktYW5ub3VuY2VzLXRoZWlyLW5ldy1wcm9kdWN0LWxhdW5jaC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDEyOjMyOjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL2xpY2Vuc2VlLW9mLXRoZS15ZWFyLTIwMTgtYW5kLXRoZS13aW5uZXItaXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QxMDo0Mjo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS93YXktdG8tZ28tYXdhcmQtd2lubmluZy1taWNyb2JyZXdlcnktYnJld3MtdXAtZnVuZGluZy1mb3Itc291dGgtZG93bnMtbmF0aW9uYWwtcGFyay10cnVzdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDE0OjE5OjIyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL25ldy1jb2xkLWJyZXctY29mZmVlLWluLWNhbnMtZnJvbS1kcnVyeS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDE0OjI5OjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL3VraG9zcGl0YWxpdHktcHJvbW90ZXMtam9iLXN0YWJpbGl0eS1hdC1sb3ctcGF5LWNvbW1pc3Npb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQxNDo0MjozNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9mYXQtbWVkaWEtY2VsZWJyYXRlcy10cmFjay1yZWNvcmQtb2Ytc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDE1OjA0OjA0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2Zvb2RzZXJ2aWNlLXF1YWxpdHktZm9vZC1hd2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQwOTozNDoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9oaWphY2stc3lzdGVtcy13ZWxjb21lcy10aGUtaXRpbHQtdG8taXRzLWlubm92YXRpdmUtcHJvZHVjdC1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEyVDEwOjA4OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2NoZWYtYW1iYXNzYWRvcnMtdW5pdGUtZm9yLXRhc3RlLW9mLWxvbmRvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEyVDEwOjI5OjUyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2EtcGFuaW5pLWdyaWxsLXRvLXRocmlsbC1mcm9tLWhlbmRpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTA6NTA6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTIvZ28tb3JnYW5pYy1mZXN0aXZhbC1uZXctY2hlZnMtZm9vZGllLWZlYXR1cmVzLWdhbG9yZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEyVDExOjAwOjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL3VraG9zcGl0YWxpdHktaW52aXRlcy1sYWJvdXItbGVhZGVyLXRvLWRpc2N1c3MtZnV0dXJlLW9mLXNlY3Rvci13b3JrZm9yY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQxMjoyOTo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9hY2FwdWxjby1wb3AtdXAtYXQtc291dGgtcGxhY2UtaG90ZWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QxMDo0MDozNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9ldXJvYm9vemVyLXVudmVpbHMtc3RpZWdsLWxvdy1uby10cmlvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMTI6MjM6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvc3BlY2lhbGl0eS1icmVhZHMtcG9ydGZvbGlvLWV4cGFuZHMtd2l0aC1uZXctcnVzdGljLWJhZ3VldHRlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDE0OjUzOjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2hvc3BpdGFsaXR5LWFwcHJlbnRpY2VzLWltcHJlc3MtYXQtaGl0LW1hc3RlcmNoZWYtZmluYWxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMDg6MzQ6NDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvb24tdm9ka2EtZmVhdHVyZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDA5OjAwOjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2EtdG91Y2gtb2YtZnJvc3QtdGhlLXBlcmZlY3QtY29ja3RhaWwtY29vbC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDEwOjM4OjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL3JlbG9hZC10by10aGUtbW9kZS1sYWlub3gtbGF1bmNoZXMtbmV3LW5hYm9vLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMDk6NDA6NThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvZmFsY29uLWFuZC13aWxsaWFtcy1hcHBvaW50LXN0ZXZlbi1ncmFoYW1zbGF3LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMDk6NDY6MThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvaGFsbC1vZi1mYW1lLWNlbGVicmF0aW5nLXRoZS1oZXJvZXMtb2YtdGhlLWtpdGNoZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwOTo1NzoxOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9hcnl6dGEtZm9vZC1zb2x1dGlvbnMtYnJpbmdzLWFuLWF1dGhlbnRpYy10b3VjaC1vZi1oeWdlZS10by11ay1mb29kc2VydmljZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDEzOjE5OjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2Nlc2EtY2VkYS1hbmQtdGhlLWZjc2ktaG9zdC1jaGFyaXR5LXJhY2UtZGF5LWluLWFpZC1vZi1ob3NwaXRhbGl0eS1hY3Rpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QxMjozNjo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC9kaXZlcnNpdHkta2V5LXRvLWZ1dHVyZS1vZi1ob3NwaXRhbGl0eS1zZWN0b3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOFQwODozMjowN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC90YW5zdW4tc2VydmVzLXVwLXJlbGlhYmxlLWhlYXRpbmctYWhlYWQtb2Ytd2ltYmxlZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMDk6MjE6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvY29tbWVyY2lhbC1raXRjaGVuLWNvbmZpcm1zLWJlc3Qtc2hvdy15ZXQtYWhlYWQtb2YtYmlnZ2VyLTIwMTktZXZlbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOFQwOTozNToyN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC9wYXJzbGV5LWluLXRpbWUtZXhwYW5kcy1zYWxlcy10ZWFtLXdpdGgtdG9wLXRhYmxld2FyZS1zcGVjaWFsaXN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTA6MDY6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvbWF5LXN1bi1zaGluZXMtb24tcHVicy1idXQtY2FzdHMtc2hhZG93LW9uLXJlc3RhdXJhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTA6MzA6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvdGhlLWFwcHJlbnRpY2VzaGlwLWxldnktaGFzLWl0cy1jaGFsbGVuZ2VzLWJ1dC1kb250LW1pc3Mtb3V0LW9uLXRoZS1iZW5lZml0cy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDEwOjU5OjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzE4L2d1aWxkLW9mLWJlZXItd3JpdGVycy1vcGVucy1hbm51YWwtYXdhcmRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTI6MzU6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTkvdWtob3NwaXRhbGl0eS1jYWxscy1mb3Itc2hhcmluZy1lY29ub215LWVxdWFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTlUMDc6NDI6MzdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTkvcGl6emEtYS1zbGljZS1vZi1iaWctc2ljaWxpYW4tc3R5bGUtc3VwcGxpZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOVQwOTo1OTozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOS9hc3RlcnMtbmV3LXZlZ2FuLWJydW5jaC1pbi1jb2xsYWJvcmF0aW9uLXdpdGgta2V0ZWwtb25lLWFuZC1sdW1lbmUtc2tpbmNhcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOVQxMjoyMTo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOS9kZWFkbGluZS1leHRlbmRlZC1pbi1odW50LWZvci11a3MtZmluZXN0LWZvb2RzZXJ2aWNlLXByb2R1Y3RzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTlUMTI6NTU6NTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjAvbWVsZHJ1bS1ob3VzZS1hd2FyZGVkLWJlc3QtYm91dGlxdWUtaG90ZWwtaW4tYnJpdGFpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTIwVDA4OjEwOjIyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzIwL21hdHRlLWlzLWJhY2svPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yMFQxNDo1NzozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNS91a2hvc3BpdGFsaXR5LXdhcnktb2YtbWVudS1jYWxvcmllLWxhYmVsbGluZy1pbXBhY3RzLW9uLXVuZGVyLXByZXNzdXJlLXNlY3Rvci88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI1VDA3OjI4OjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzI1L2FyZS15b3UtdW5kZXJpbnN1cmVkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjVUMDk6NDc6NThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjUvY28yLXNob3J0YWdlcy1kaXNydXB0LWNhcmJvbmF0ZWQtZHJpbmtzLXByb2R1Y3Rpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNVQwOTozMjoyMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNS9waXBlcnMtdGhlLXBlcmZlY3QtcHJlbWl1bS1iYXItc25hY2svPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNVQxMDo0ODoxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNS9kcmlua2F3YXJlLWFsY29ob2wtd2FybmluZ3MtZm9yLXRyYXZlbGxpbmctd29ybGQtY3VwLWZhbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNVQxMjo0OTowOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNi9ncmVlbmluZy10aGUtcGxhbmV0LXdpdGgtbGVmdG92ZXItaWNlLWN1YmVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjZUMDc6Mjc6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjYvZ3JhbmRlLWN1aXNpbmUtdGFrZXMtc3RvY2stb2YtbWFyZW5vLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjZUMTA6MDM6MjBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjcvdWtob3NwaXRhbGl0eS1yZXNwb25kcy10by1hcHByZW50aWNlc2hpcC1sZXZ5LWFubm91bmNlbWVudC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI3VDA4OjA0OjMwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzI3L2dvb2QtZmFybS1hbmltYWwtd2VsZmFyZS1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI3VDEzOjA5OjI4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2JpaS11a2hvc3BpdGFsaXR5LXJlc3BvbmQtdG8tcGNhLWFub255bWl0eS13YWl2ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQwODowNjoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi9uaWNlLWljZS1zdG9yYWdlLXdpdGgtbmV3LWJpbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQwODowNjoxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi90ZW50YXppb25pLWEtcmFuZ2Utb2Ytd2luZS1nbGFzc2VzLWZvci1jb25ub2lzc2V1cnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQwOTo0ODowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi90cmlwLXRvLXJhdGlvbmFsLWZhY3RvcnktaW1wcmVzc2VzLWRlYWxlcnMtYW5kLWNvbnN1bHRhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDJUMDk6MzQ6NTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDIvZ3VpbGQtb2YtYmVlci13cml0ZXJzLWFwcG9pbnRzLXBldGUtYnJvd24tYXMtY2hhaXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQxMDoyNjo1N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi9kcmlua2F3YXJlLWJ5c3RhbmRlci1jYW1wYWlnbi1qdW5lLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQxMDoxMjo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi9hLWMtZW50ZXJ0YWlubWVudC10ZWNobm9sb2dpZXMtdG8taG9zdC1qdWx5LW5leG8tdWstb3Blbi1kYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQxMDo1NzozNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi9zYXVjZS1uZXctYm90dGxld2FybWVyLWRlbGl2ZXJzLXBlcmZlY3QtcXVhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDEyOjQ3OjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2hhcnJvZHMtb2YtdGhlLW5vcnRoLW1hYy13aWxkLW9wZW4tdGhlaXItdGhpcmQtcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDEzOjQwOjA2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAzL3JlZnJpZ2VyYXRvci1hcnQtd2lsbGlhbXMtZW5oYW5jZXMtY2hhbWVsZW9uLXNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wM1QwNzoyMzoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMy90YW5zdW4taGVhdGVycy1pbnN0YWxsZWQtYXQtbHV4dXJ5LWhvdGVsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDNUMDg6MzU6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDMvbGFuY2hlc3Rlci13aW5lcy1zdW1tZXItZHJpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDNUMDk6MTE6NTdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDMvZmFsY29uLWFwcG9pbnRzLXBldGVyLW1jYWxsaXN0ZXItYXMtbWFuYWdpbmctZGlyZWN0b3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wM1QwOTo0NjowOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMy9pbi10aGUtY2VsbGFyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDNUMTI6Mjk6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvdWtob3NwaXRhbGl0eS13YXJucy1hZ2FpbnN0LXBwbC10YXJpZmYtaW5jcmVhc2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwNzoxMDowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wNi9tci1mb2dncy1sYXVuY2gtbXItZm9nZ3MtaG91c2Utb2YtYm90YW5pY2Fscy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDA3OjQwOjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2hvbWVicmV3ZXJzLWNhbi1ub3ctY3JlYXRlLXRoZWlyLW93bi1iZWVyLXJlY2lwZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwODo1NTowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wNi90b3VyaXNtLW1pbmlzdGVyLXRvLXNwZWFrLWF0LXVraG9zcGl0YWxpdHktY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDA4OjU1OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2Zlcm5ldC1icmFuY2EtY2hhbGxlbmdlcy10aGUtYmFyLXRyYWRlcy1icmF2ZXN0LWF0LXRoZS1iYXJiYWNrLWdhbWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDZUMDk6MDM6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvY2VydGEtY29va2luZy1lcXVpcG1lbnQtYmVjb21lcy1leGNsdXNpdmUtdWstcGFydG5lcnMtZm9yLWFkdmVudHlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDZUMDk6MjU6NTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvaGdlbS1sYXVuY2hlcy1uZXctZ3Vlc3QtZXhwZXJpZW5jZS1wbGF0Zm9ybS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDA5OjU4OjAxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L3VraG9zcGl0YWxpdHktd2FybnMtYWdhaW5zdC10b3VyaXN0LXRheC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDEwOjM4OjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L3RoZS1raW5nLW9mLXNvaG8taXMtaW4tdGhlLXBpbmstd2l0aC1uZXctZ2luLWxhdW5jaC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDEwOjUwOjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L3VraG9zcGl0YWxpdHktY2FsbHMtZm9yLXJpbmdmZW5jaW5nLW9mLWRpZ2l0YWwtdGF4LXJldmVudWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQxMjowOTowNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wNi9zdGF5LW91dC1pbi10aGUtZXZlbmluZ3MtZm9yLWxvbmdlci13aXRoLXRhbnN1bi1oZWF0ZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDZUMTI6Mjg6MDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDkvdWtob3NwaXRhbGl0eS1jYWxscy1mb3Itc3VwcG9ydC1mb3ItbG9uZG9ucy1mb29kLWJ1c2luZXNzZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wOVQwODoxMjozMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wOS9uZXctZHV0Y2gtZWdnLXNhZmV0eS1yZXBvcnQtc2hvd3MtbmVlZC1mb3ItaGlnaGVyLXN0YW5kYXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA5VDA4OjU1OjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA5L25hdGlvbmFsLWlubm92YXRpb24taW4tdHJhaW5pbmctYXdhcmRzLW5pdGFzLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wOVQwOTo0NDoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wOS9zcGFjZWQtb3V0LXNwYWNlLWZvci1ldmVyeW9uZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA5VDE0OjMwOjEyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEwL3N1c3RhaW5hYmxlLXN1Y2Nlc3MtZm9yLW1qLXNlYWZvb2QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQwNzoxMzowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9uZXctd2Vic2l0ZS1sYXVuY2hlcy1mb3ItcmVzdGF1cmFudC1iYXItdGVjaC1saXZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMDc6NDk6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvc2NvcmUtd2l0aC1jaGVlc2UtYnVyZ2VyLWRvdWdoLWJhbGxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMDg6NDE6MzRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvaGVpbmVrZW4taGFzLWV4dGVuZGVkLWl0cy1wYXJ0bmVyc2hpcC13aXRoLXRoZS1zc2UtaHlkcm8tYXJlbmEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQwODo1ODoyNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9tb3JnZW5yb3QtdXAtc2lsdmVyLWNyZWVrLXdpdGgtYS1sYWdlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDA5OjI1OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEwL2VuZ2xhbmQtZmFucy10by1idXktdGVuLW1pbGxpb24tZXh0cmEtcGludHMtZHVyaW5nLXNlbWktZmluYWwtbWF0Y2gvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxMDoxNjo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9yYXRpb25hbHMtbmV3LW1hcmtldGluZy1kaXJlY3Rvci10by1kZXZlbG9wLWVuaGFuY2VkLWN1c3RvbWVyLXN1cHBvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxMDoxMTowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9pbi10aGUtY2VsbGFyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxMDozMDozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9jb3VudGluZy1jb3N0LWFzLWZvb3RiYWxsLWNvbWVzLWhvbWUtaG9ncy1iYWNrLWJvc3MtcnVlcy1mcmVlLXBpbnQtb2ZmZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxODowNTo1OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC8xMzAtYmlsbGlvbi1ob3NwaXRhbGl0eS1zZWN0b3ItY2VsZWJyYXRlZC1hdC1pbmF1Z3VyYWwtY29uZmVyZW5jZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEwOjQwOjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEwL3N1Z2FyLXRheC1ub3Qtc28tc3dlZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxMjo0NzozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9oYXZlLXlvdS1jb25zaWRlcmVkLWEtY2FyZWVyLWFzLWEtY2F0ZXJpbmctZXF1aXBtZW50LXNlcnZpY2UtZW5naW5lZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxNDo0MDo1Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9sb25kb24tY3JhZnQtYmVlci1mZXN0aXZhbC0zLTUtYXVndXN0LTIwMTgtdG9iYWNjby1kb2NrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMTQ6MTk6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTEvc3RvbmVnYXRlLXNjb29wcy1jb3Jwb3JhdGUtY2hhcml0eS1mdW5kcmFpc2VyLWF3YXJkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTFUMDc6Mjg6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTEvd2FzdGUtbWFuYWdlbWVudC13YXN0ZS1ub3Qtd2FudC1ub3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMVQxMDozNToyN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMS9kcmlua2F3YXJlLWNyZXctdG8tb3BlcmF0ZS1hdC1zcGxlbmRvdXItZmVzdGl2YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMVQxMzowODo0N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMi93b3JsZC1jdXAtMjAxOC1rZWVwaW5nLXRoZS1wYXJ0eS1nb2luZy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEyVDE1OjAwOjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L3VraG9zcGl0YWxpdHktd2FybnMtYWdhaW5zdC1hZGRpdGlvbmFsLWNvc3QtYnVyZGVuLWZvci1zY290dGlzaC1saWNlbnNlZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQwODoxMzozNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNi9qdW5lLWhlYXR3YXZlLWFuZC1mb290YmFsbC1ib29zdHMtYnJpdGFpbnMtcHViLXRha2luZ3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQwOTowMzoxNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNi9xdWFsaXR5LWNvbWVzLW5hdHVyYWxseS1hcy1lc3NlbnRpYWwtY3Vpc2luZS1leHRlbmRzLXNpZ25hdHVyZS1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDEwOjM5OjEyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L2ZpdmUtc3Ryb25nLXJhbmdlLW9mLXNwYW5pc2gtZ2lucy1qdXN0LXRoZS10b25pYy1mb3ItbW9yZ2Vucm90LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTI6MDU6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTYvYXBwcmVudGljZXMtc3BlYWstdXAtZm9yLWhvc3BpdGFsaXR5LWluZHVzdHJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTI6Mjc6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTYvYnJha3NwZWFyLW9wZW5zLWRvb3JzLXRvLW5ldy1mbGFnc2hpcC1tYW5hZ2VkLXNpdGUtaW4tY290c3dvbGRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTM6MjA6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTYvcGFudGhlb24tcmVwb3J0cy1zYWxlcy1pbmNyZWFzZS1vbi12ZWctcHJlcC1tYWNoaW5lcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDE0OjE4OjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L2ZhbGNvbnMtbmV3LWVsZWN0cmljLWZyeWVyLWlzLWZhc3QtZW5lcmd5LWVmZmljaWVuY3ktYW5kLWdvb2QtbG9va2luZy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDE0OjM4OjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L3VraG9zcGl0YWxpdHktd2VsY29tZXMtYWNrbm93bGVkZ2VtZW50LW9mLXNlY3Rvci12YWx1ZS1pbi13aGl0ZS1wYXBlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDE0OjUwOjA2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE3L2FjbS1lbnZpcm9ubWVudGFsLWFuZC1icmFrZXMtd2luLW5hdGlvbmFsLXJlY3ljbGluZy1hd2FyZC0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTdUMDg6MTY6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTcvbWVhbHMtbW9yZS1iZWNvbWVzLWEtY2hhcml0eS10by1lbmQtaG9saWRheS1odW5nZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xN1QwODozNjo1MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNy91a2hvc3BpdGFsaXR5LWNvbmNlcm5lZC1hYm91dC1kd2luZGxpbmctaW1taWdyYW50LW51bWJlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xN1QxMjoxNToxOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNy9qb3NodWEtYW5kLXBvdmV0a2luLWNvbGxpZGUtb24tc2F0dXJkYXktMjJuZC1zZXB0ZW1iZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xN1QxNDoxMTo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNy9oZWluZWtlbi0wLTAtbGF1bmNoZXMtYmlnZ2VzdC1ldmVyLWNhbXBhaWduLWZvci1hbi1hbGNvaG9sLWZyZWUtYmVlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE3VDE0OjM0OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE3L3ZpaS1oaWxscy1pdGFsaWFuLWRyeS1naW4td2lucy1nb2xkLWF0LXRoZS1naW4tbWFzdGVycy0yMDE4LWF3YXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE3VDE1OjE2OjQ0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzI2L3dpbmRob2VrLWxpbmtzLXVwLXdpdGgtcGlnLXdoaXN0bGUtZm9yLWNoYXJpdHktcGlnZ3ktcmFjZS1uaWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTI2VDEzOjU1OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL3VraG9zcGl0YWxpdHktY2FsbHMtZm9yLXRyYW5zcGFyZW5jeS1hbmQtZXF1YWxpdHktaW4tc2hhcmluZy1lY29ub215LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMDg6MzM6NDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvdWtob3NwaXRhbGl0eS13ZWxjb21lcy1jYWxsLWZvci1idXNpbmVzcy1yYXRlcy1hbmQtd2lkZXItdGF4LXJlZm9ybS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDA4OjAxOjA3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL21ha2luZy1zZW5zZS1vZi10aGluZ3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQwODowOTozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC9vdXQtaW4tdGhlLW9wZW4td2l0aC13ZXRoZXJzcG9vbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQwODo0Mjo0OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC9lY2F0ZXJpbmctZXhwYW5kcy1iYWNrLWJhci1jYWJpbmV0LXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMDg6NTA6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvc2NhcGVncmFjZS1naW4tZ29lcy1yb2d1ZS13aXRoLWFub255bW91cy1jb2NrdGFpbC1jb21wZXRpdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDA5OjExOjIyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL3Jlc3VyZ2VuY2UtaW4tc3BhbmlzaC12ZXJtb3V0aHMtc2Vlcy1tb3JnZW5yb3Qtc3RyZW5ndGhlbi1pdHMtc2VsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMDk6MzI6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvd29ybGRzLWJpZ2dlc3QtcHViLXF1aXotcmFpc2VzLXJlY29yZC1hbW91bnQtZm9yLWNoYXJpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQwOTo1Nzo1MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC9zcGljeS1jaGlja2VuLXdpbGwtc2tld2VyLXNhbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTA6MDg6NTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvc2FsY29tYmUtZ2luLXZveWFnZXItc2VyaWVzLWFyYWJlbGxhLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTA6MzE6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvbmV3LXBpY2FyZGllLWNhcmFmZS1mcm9tLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTA6NTA6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvZmFjZS1mYWN0cy13a2Qtc3VtbWVyLWNhbXBhaWduLXNldC10by1jcmVhdGUtc21pbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTM6MDY6NThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvbmV3LXJhbmdlLW9mLXplcm8tcHJvb2Ytc3Bpcml0cy1oaXRzLXVrLW1hcmtldC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDEzOjUxOjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL2hvbWUtb2ZmaWNlLXRvb2xraXQtZm9yLWV1LW5hdGlvbmFscy1hLXdlbGNvbWUtc3RlcC1mb3J3YXJkLXNheXMtdWtoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTQ6MDY6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvdmlzdGEtMy1ieS1jaHJvbWEtcS1saWdodGluZy1jb250cm9sLW1ha2VzLWltcHJlc3NpdmUtdWstZGVidXQtYXQtc2lsdmVyc3RvbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQxNToyMjo0N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMS9taWdyYXRpb24tc2hvdWxkLW5vdC1iZS1wb2xpdGljYWwtZm9vdGJhbGwtc2F5cy11a2hvc3BpdGFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDc6MDk6MzVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvcHJvbGlnaHRzLWxlZHMtYXJlLWEta2V5LWZpeHR1cmUtYXQtdGhlLWJyaXRpc2gtZ3JhbmQtcHJpeC1wYXJ0eS1hdC1zaWx2ZXJzdG9uZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA3OjI1OjUwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL211c2ljYWwtbW9tZW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA3OjU5OjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL21hYy13aWxkLWxhdW5jaC1sb25kb25zLWZpcnN0LXZpcnR1YWwtc2hvb3RpbmctcmFuZ2Utd2hpc2t5LWJhci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA5OjAwOjI1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL3VraG9zcGl0YWxpdHktd2VsY29tZXMtcHJvdGVjdGlvbi1mb3ItbXVzaWMtdmVudWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDk6MjE6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvdXRvcGlhLWxhdW5jaGVzLWJlYXV0aWZ1bC1zdHJvbmctZ2xhc3N3YXJlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDk6NDA6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvdGhlLXBhbG9tYS1wYXJsb3VyLXBvcHMtdXAtaW4tY292ZW50LWdhcmRlbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA5OjQ4OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL25ldy1vY2Fkby1zdG9ja3MtY29ya2Vycy1vbGl2ZS1vaWwtY3Jpc3AtcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxMDo1NDo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMS9mdW5raW4tZXh0ZW5kcy1pbm5vdmF0aW9uLWxhYi10cmFpbmluZy1wcm9ncmFtbWUtdG8tc2NvdGxhbmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxMjozMDoxM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMS9iZWVyLWJhcm9tZXRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDEzOjAzOjM5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL2JpcnJhLW1vcmV0dGktbGF1bmNoZXMtdGltZS1mb3Itd2hhdC1tYXR0ZXJzLWNhbXBhaWduLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMTM6NDg6NDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvZ28taW4tZnVybml0dXJlLWRlc2lnbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDE1OjA1OjUzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA3L3Jlc3RhdXJhbnQtYmFyLXRlY2gtbGl2ZS0yNXRoLTI2dGgtc2VwdGVtYmVyLTIwMTgtZXhjZWwtbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMDg6MDU6MDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDcvaGVpbmVrZW4tbGF1bmNoZXMtY2lkZXItZGlyZWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMDg6MzA6MTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDcvYnJpdGlzaC1iYXJ0ZW5kZXItd2lucy10aGUtaW50ZXJuYXRpb25hbC1zb3V0aGVybi1zaG93ZG93bi0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMDg6NTg6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDkvdGhlLWtpbmctb2YtY2hvdXgtYXJyaXZlcy1vbi10aGUta2luZ3Mtcm9hZC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEwOjE2OjU5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA3L2Nvb2xpbmctb2ZmLW9uLWNsdWItdG8tcHViLXN3aW0vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wN1QwOToyNjo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wNy9ub21pbmF0aW9ucy1mb3ItMjAxOC1kdXNrLXRpbC1kYXduLW5vdy1vcGVuLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMTA6MTQ6MTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDcvYnJha2VzLWV4dGVuZHMtbWVhdC1mcmVlLXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMTA6MzM6MzhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDkvdWtob3NwaXRhbGl0eS1leHBhbmRzLWR5bmFtaWMtbWVtYmVyc2hpcC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDA5OjQ5OjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L2JyZWdnc2l0LXN0b3JtLWJyZXdpbmctYXMtYnVzaW5lc3Nlcy1lbmNvdXJhZ2VkLXRvLXByZXBhcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMDowMTowOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9iZW4tbWFuY2hlc3Rlci1sZWF2ZXMtamFzb24tYXRoZXJ0b24tdG8tam9pbi1kZC1sb25kb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMDo0MTowN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9za3ktc3BvcnRzLWFubm91bmNlcy1pdHMtbGF0ZXN0LWxpdmUtcHJlbWllci1sZWFndWUtZml4dHVyZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMTowMDo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9icmV3ZXJzLWFzc29jaWF0aW9uLXVuZGVycGlucy1zdHJvbmctZXhwb3J0LWdyb3d0aC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEyOjQ0OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L2xvbmRvbi1nZXRzLWdhbWUtZm9yLWdsb3Jpb3VzLXR3ZWxmdGgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMzozODozNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9hcnl6dGEtb2ZmZXJzLWEtdHJ1ZS10YXN0ZS1vZi10aGUtbWlkZGxlLWVhc3Qtd2l0aC1uZXctc2F2b3VyaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDlUMTQ6Mjc6MzVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTMvdWtob3NwaXRhbGl0eS1jYWxscy1vbi1nb3Zlcm5tZW50LXRvLXB1c2gtYWhlYWQtd2l0aC10YXgtb24tZGlnaXRhbC1idXNpbmVzc2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMDc6MjM6NTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTMvcGlwZXJzLXdpbnMtYWdhaW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xM1QwNzo0MzozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xMy9uZXctdGlraS1kcmlua2luZy12ZXNzZWxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMDg6MDc6NDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTMvYnJha2VzLWJlY29tZXMtZmlyc3QtZm9vZHNlcnZpY2Utd2hvbGVzYWxlci10by1qb2luLXdyYXBzLXBsYXN0aWMtcGFjdC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTEzVDA4OjQyOjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL3V0b3BpYS10YWJsZXdhcmUtdHJlbmRzLWJpZy1iZWF1dGlmdWwtYW5kLWVjby88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTEzVDA4OjUyOjQ1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL3VraG9zcGl0YWxpdHktd2VsY29tZXMtY2JpLWltbWlncmF0aW9uLXJlcG9ydC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTEzVDEwOjE3OjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL2Zvb2RzZXJ2aWNlLWluZHVzdHJ5LWJpbS1pbmZvcm1hdGlvbi1kYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xM1QxMDoyNjoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xMy9icml0aXNoLWxpb24tZWdncy13ZWxjb21lLWNvbXBlbnNhdGlvbi1uZXdzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMTA6NDU6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTUvb24tY29mZmVlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTVUMDg6MDk6MTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTUvdGFzdGUtdGVzdC10cnVseS10b25pYy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA4OjAwOjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE1L2RvdWJsaW5nLWRvd24tb24tdGhlLWRhaXF1aXJpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTVUMDg6MTY6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTUvdWtob3NwaXRhbGl0eS1jYWxscy1mb3Itc2NyYXBwaW5nLW9mLXBlcnNvbmFsLWxpY2VuY2UtcmVuZXdhbC1pbi1zY290bGFuZC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA4OjMzOjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE1L2ZlbS1zdHJlbmd0aGVucy1tYXJrZXRpbmctdGVhbS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA4OjUzOjEyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE1L21hbHRzbWl0aHMtbGF1bmNoZXMtd2hlbi15b3UtbG92ZS13aGF0LXlvdS1kby10di1hZC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA5OjE0OjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE1L3NreS1zcG9ydC1zZWFzb24tcHJldmlldy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA5OjQ4OjMyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE3L2FwcGx5LWZvci10aGUtY2hhbmNlLXRvLWdvLWFyb3VuZC10aGUtd29ybGQtaW4tODAtZGF5cy13aXRoLW1yLWZvZ2dzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTdUMDc6MTI6NDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTcvaG9sZC10aWdodC10aWNrZXRzLWZvci10aGUtdWtob3NwaXRhbGl0eS1jaHJpc3RtYXMtbHVuY2gtYXJlLW9uLXNhbGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwNzowOToxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNy9iZWVyLXdyaXRpbmctYXdhcmRzLXRocmVlLXdlZWtzLWxlZnQtdG8tZW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwODoyMDoxOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNy9rcmlzdGFsaWFuby1wcmFjdGljYWwtZ2xhc3N3YXJlLXRoYXQtZXh1ZGVzLXZpbnRhZ2UtZmxhaXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwODozMjoyN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNy93aW5kaG9lay1kcmF1Z2h0LWRlc2NlbmRzLW9uLXRoZS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE3VDA4OjUwOjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE3L2N1YmFuLXNhbmR3aWNoLWZlc3RpdmFsLXdpdGgtYS1saXR0bGUtaGVscC1mcm9tLWZyZW5jaHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwOToyMjoyNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMC9odWJiYXJkLXN5c3RlbXMtbGF0ZXN0LXVuZGVyY291bnRlci1kaXNod2FzaGVyLWlzLWZhc3QtYW5kLWNvbXBhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMFQwODowNzoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMC9mYWxjb24tZm9vZHNlcnZpY2UtYXBwb2ludHMtcnVieS1oZW5uZXNzZXktYXMtY3VzdG9tZXItc2VydmljZS1tYW5hZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjBUMDg6MTM6MjFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjAvanVseXMtaGVhdHdhdmUtcHJvbXB0cy1zYWxlcy1yaXNlLWluLWJyaXRhaW5zLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMFQxMDoxMDo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMC9uZXctaG9wLWdhcmRlbi10by1kb3VibGUtaG9wLXlpZWxkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjBUMDk6MTk6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjAvY291bnRyeS1yYW5nZXMtZmVzdGl2ZS1vZmZlcmluZy1ib29zdGVkLXdpdGgtYS1xdWFydGV0LW9mLXF1YWxpdHktZGVzc2VydHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMFQwOTo1OToyMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMS9nbGVubi1yb2JlcnRzLWpvaW5zLXdpbnRlcmhhbHRlci11ay1hbmR5LXNhbHRlci1qb2lucy1jbGFzc2VxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDc6MjI6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjEvc3RlYW1sZXNzLXdhcmV3YXNoZXItY3JlYXRlcy1jb29sLWNsaW1hdGUtZm9yLXdpbnRlcmdhcmRlbi1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDc6NDY6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjEvcHJpbWUtbWluaXN0ZXJzLXN0YXRlbWVudC1vbi1ldXJvcGVhbi1jaXRpemVucy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIxVDA4OjI3OjM4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIxL2RyaW5rYXdhcmUtc3BvbnNvcnMtZmlyc3Qtd2Fsa2luZy1mb290YmFsbC10b3VybmFtZW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDg6Mzc6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjEvYmxlbmRzLWxpa2UtYS1kcmVhbS1mb3ItcmVhbC1saWZldGltZS1lbmR1cmFuY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMVQwODo0MjozNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMS9jZXNhLWNvbmZlcmVuY2Utc2V0LXRvLXRhY2tsZS1kaWZmaWN1bHQtaXNzdWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDk6NTE6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjEvcmF0aW9uYWwtdGVhbS1wZWFrLW5vdC1vbmNlLWJ1dC10aHJlZS10aW1lcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIxVDA5OjU1OjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIxL2FyeXp0YS1mb29kLXNvbHV0aW9ucy1hdC10aGUtMjAxOC1ncmVhdC10YXN0ZS1hd2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMVQxMDozMjo0MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9va3RvYmVyZmVzdC1hbmQtYXJ0aXMtZ28taGFuZC1pbi1oYW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjNUMDc6MTY6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjMvcmVhbC1kZWxpLWNvLWFuZC10aGUtcHJvZml0LXBvd2VyLW9mLWhvdW1vdXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yM1QwNzozNjowNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy93YXRlcmNyZXNzLWNyZWF0ZXMtYS1zdGlyLWJ5LWFkZGluZy10by1hbG1vc3QtYW55dGhpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yM1QwNzo0ODo0M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9iYWdzLW9mLWNob2ljZS1mcm9tLXNvdXMtdmlkZS10b29scy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIzVDA5OjAxOjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIzL2ludGVybmF0aW9uYWwtY3ViYW4tc2FuZHdpY2gtZmVzdGl2YWwtd2l0aC1hLWxpdHRsZS1oZWxwLWZyb20tZnJlbmNocy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIzVDA5OjI3OjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIzL3RvbW9ycm93cy1raXRjaGVuLXJhdGlvbmFsLXNob3dzLXRoZS1mdXR1cmUtb2YtZm9vZHNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yM1QwOTozNTozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9tci1mb2dncy1zb2NpZXR5LW9mLWV4cGxvcmF0aW9uLWFsbC1hYm9hcmQtdGhlLWFyb3VuZC10aGUtd29ybGQtZXhwcmVzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA4OjQyOjUwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L3VraG9zcGl0YWxpdHktcHJlc3Mtbm90aWNlLXJlc3BvbnNlLXRvLWdvdnQtbm8tZGVhbC10ZWNobmljYWwtbm90aWNlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA3OjA2OjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L2JyYWtlcy1jZWxlYnJhdGVzLWJyaXRpc2gtZm9vZC1mb3J0bmlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yOVQwNzoxMjo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yOS9ldXJvYm9vemVyLXNlaXplcy1leGNsdXNpdmUtdWstZGlzdHJpYnV0aW9uLW9mLWRlbm1hcmtzLW1pa2tlbGxlci88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA3OjM5OjI0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L2tlZXAtdGhlLWljZS1mbG93aW5nLWR1cmluZy10aGUtcnVuLXVwLXRvLWNocmlzdG1hcy1hbmQtaW50by10aGUtbmV3LXllYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yOVQwODoxNTo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yOS9mdXR1cmEtY2VsZWJyYXRpbmctYS1tZWRhbC1oYXVsLWF0LXRoZS0yMDE4LWludGVybmF0aW9uYWwtY2hlZXNlLWF3YXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA4OjE1OjM0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L3RoZS1uYXRpb25hbC1pbm5vdmF0aW9uLWluLXRyYWluaW5nLWF3YXJkcy1jb21wZXRpdGlvbi1mb3ItMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA4OjQzOjE5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3VlZmEtbmF0aW9ucy1sZWFndWUtdGhlLWJyYW5kLW5ldy1pbnRlcm5hdGlvbmFsLWZvb3RiYWxsLXRvdXJuYW1lbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwNzoxODoyNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yOS9mcmVkZXJpY2stZm9yc3Rlci1yZXR1cm5zLXRvLWRkLWxvbmRvbi1hcy1oZWFkLWNoZWYtb2YtcGxhdGVhdS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA5OjA3OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L25pbmUtbGl2ZXMtbGF1bmNoZXMtbmV3LWNvY2t0YWlsLW1lbnUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yOVQxMDoxOToyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC90YWJsZXdhcmUtdG8taW1wcmVzcy1hdC10aGUtcmVzdGF1cmFudC1zaG93LTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwNzoxOToxNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC91a2hvc3BpdGFsaXR5LWNvbmRlbW5zLWludHJvZHVjdGlvbi1vZi1wZXJzb25hbC1saWNlbmNlLXJlbmV3YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwNzoyMDo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9mcmVzaGVycy13ZWVrLXRoaXMtaXMtb25lLXRvLXdhdGNoLW91dC1mb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwNzo1NzowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9mcmVzaGVycy1tb3JlLXRvLWdpdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwODoxNTowNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9mcm9tLWdyYXBlLXRvLWdsYXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDg6MTk6MDZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvc2luZ2FzLWxhdGVzdC1yZXNlYXJjaC1oYWlscy10aGUtdHJhbnNmb3JtYXRpdmUtcG93ZXItb2Yta2FyYW9rZS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA4OjIyOjQ1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3JlZC1kb29yLXRoZS1sYXRlc3QtZ2luLW9mZmVyaW5nLWZyb20tYmVucm9tYWNoLWRpc3RpbGxlcnktaGFzLWxhbmRlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA4OjQxOjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3dycy1zeXN0ZW1zLXByb3ZpZGUtYS1jb21wbGV0ZS1zb2x1dGlvbi1mb3ItdGhlLWhvc3BpdGFsaXR5LXRyYWRlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDg6NDk6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvZmF0LW1lZGlhLW9uLXNvY2lhbC1tZWRpYS1vdXRyZWFjaC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA4OjU0OjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3Bvcy10ZWNobm9sb2d5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDk6MTY6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvdWtob3NwaXRhbGl0eS13ZWxjb21lcy1saWItZGVtLXJhdGVzLXBsYW5zLWJ1dC1jYWxscy1mb3ItaW1tZWRpYXRlLXJlbGllZi88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA5OjIyOjI3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2ZpbHRlci1jb2ZmZWUtaXMtbWFraW5nLWhlYWR3YXktYWNyb3NzLXRoZS1jb3VudHJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDk6NDA6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvc2lyZW5zLWJyb2tlbi1kcmVhbS1icmVha2Zhc3Qtc3RvdXQtaXMtbmFtZWQtdGhlLWJlc3QtaW4tYnJpdGFpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA5OjQ5OjA5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2RpZ2l0YWwtbWFya2V0aW5nLWFuZC1zdGF5aW5nLXNvY2lhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA5OjUzOjI1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2V4cGVydHMtb3Bpbmlvbi1vbi10aGUtbWlncmF0aW9uLXBvbGljeS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDEwOjAyOjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3RoZS1sdWNrLW9mLXRoZS1pcmlzaC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDEwOjE5OjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2NvbnRhY3RsZXNzLWNhcGFjaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMTA6Mjg6MzVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvdGhlLWZyaWRnZS1hcy1hLXBob25lLWJveC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDEwOjM3OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMxL3NtYXJ0LW9pbC1tYW5hZ2VtZW50LWF0LXRoZS10b3VjaC1vZi1hLWJ1dHRvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMxVDA3OjEyOjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL2ZyZXNoZXJzLWFyZS1nZXR0aW5nLWNyYWZ0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTAzVDA3OjIxOjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL3N0LWphbWVzLWhhcy1sYXVuY2hlZC1hLW5ldy1tdXNpY2FsLWNvY2t0YWlsLW1lbnUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwNzoyMDo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wMy9sYWR5LW9mLXRoZS1ncmFwZXMtbGF1bmNoZXMtaW4tbG9uZG9uLXRoaXMtbW9udGgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwNzoxOToyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMS9oaXQtYXBwcmVudGljZS1iZWNvbWVzLWZpcnN0LXRvLWNvbXBsZXRlLWhvc3BpdGFsaXR5LXN1cGVydmlzb3ItYXBwcmVudGljZXNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMVQwOTowMDo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wMy9nb3Zlcm5tZW50LWxlZ2lzbGF0aW9uLW11c3QtYmUtbW9yZS1lbmZvcmNlYWJsZS10by10YWNrbGUtaG9tZS1zaGFyaW5nLW1pc3VzZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTAzVDA3OjI5OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL21qLXNlYWZvb2RzLW5ldy1maXNoLWRpc2hlcy1oYXZlLXJhdy1hcHBlYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwNzo1NDoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wMy9ub3Jmb2xrLXJlZnJpZ2VyYXRpb24tbWFudWZhY3R1cmVyLWNlbGVicmF0ZXMtdGVudGgtYW5uaXZlcnNhcnkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwODowNzoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wMy9mZW0tYWRkcy1leGNlcHRpb25hbGx5LWV4cGVyaWVuY2VkLWZvb2RzZXJ2aWNlLXByb2Zlc3Npb25hbC10by10ZWFtLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDNUMDk6MTE6MjFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvcmVnaXN0cmF0aW9uLW5vdy1vcGVuLWZvci13b3JsZHMtYmlnZ2VzdC1wdWItcXVpei0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMDc6MDc6MTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvYS13aG9sZS1uZXcta2l0Y2hlbi1mb3ItcmVzdGF1cmFudC0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMDc6MTE6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvcGFua28tYnJlYWRjcnVtYnMtY3Jpc3AtdXAtY291bnRyeS1yYW5nZXMtZ3Jvd2luZy1nbG9iYWwtcGFudHJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMDc6MjU6MTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvbW9mZmF0LXByZXNlbnRzLWV5ZS1jYXRjaGluZy1kdW8tYXQtdGhlLXJlc3RhdXJhbnQtc2hvdy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMDc6Mjg6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvc3Bvb2t5LW11ZmZpbi1zZXQtdG8tcmFpc2UtdGhlLXNwaXJpdHMtdGhpcy1oYWxsb3dlZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wNVQwNzozNzoyOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wNS9nZXQtY3JhY2tpbmctZm9yLWJyaXRpc2gtZWdnLXdlZWstMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTA1VDA3OjQwOjQ4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzA1L3VraG9zcGl0YWxpdHktY2F1dGlvbnMtYWdhaW5zdC1tYW5kYXRvcnktY2Fsb3JpZS1sYWJlbGxpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wNVQxMDoxODo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wNS9tci1mb2dncy1zb2NpZXR5LW9mLWV4cGxvcmF0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMTA6MjM6MzdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTAvamFja2llLW1hcmxvdy11bnZlaWxlZC1hcy1uZXctdWtob3NwaXRhbGl0eS1jaGllZi1vcGVyYXRpbmctb2ZmaWNlci88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEwVDA4OjU0OjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzEwL3Jlc3RhdXJhbnQtYmFyLXRlY2gtbGl2ZS11bnZlaWwtc29tZXRoaW5nLW5ldy88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEwVDA5OjExOjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzEwL3dhdG5leXMtcmFpc2VzLWEtbGF1Z2gtd2l0aC1oZWFkbGluZXJzLWNyYWZ0LXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMTBUMDk6MjA6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTAvcHVibGljLWhlYWx0aC1lbmdsYW5kLWFuZC1kcmlua2F3YXJlLWxhdW5jaC1kcmluay1mcmVlLWRheXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0xMFQwOTo1NTozMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9yZXN0YXVyYW50LWNsb3N1cmVzLXF1YWRydXBsZS1kZWNhZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0xNlQxMDo0NzowNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9jb2NrdGFpbC1jdWx0dXJlLWhpLXNwaXJpdHMtY2VsZWJyYXRlcy1sb25kb24tY29ja3RhaWwtd2Vlay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTE2VDEwOjMyOjQwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzEzL2NhbXJhLW5hbWVzLXRoZS1iZXN0LXB1YnMtaW4tdGhlLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMThUMTQ6MTU6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTgvY29yYXpvbi10ZXF1aWxhLWxhdW5jaGVzLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMThUMTQ6MDc6MzVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTgvbW9yZ2Vucm90LWxhdW5jaGVzLXNvbWV3aGVyZS1lbHNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMTlUMTI6Mzg6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjUvYnVmZmFsby10cmFjZS1ib3VyYm9uLXRydWZmbGVzLWFsemhlaW1lcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yNVQwOTowNTo0M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8yNS9qYWdlcm1laXN0ZXItbG9uZG9uLWNvY2t0YWlsLW9jdG9iZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yNVQwOTo0NTowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8yNS9icmFrc3BlYXItcmFpc2VzLW1hcmllLWN1cmllLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjVUMTU6MjU6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjYvY29sZC1icmV3LXRlYS1ub24tYWxjb2hvbGljLWdyb3duLXVwcy88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDA4OjA1OjI0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI2L2FyeXp0YS1sZW1vbi1icnVsZWUtY2hvY29sYXRlLW1vdXNzZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDA5OjQzOjQ1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI2L2Zvb2QtaW5kdXN0cnktZm9vZC13YXN0ZS1yZWR1Y3Rpb24tMjAzMC88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDEwOjE2OjE5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI2L3NwZWNpYWxpc3RzLWhvc3BpdGFsaXR5LWluc3VyYW5jZS10ZXJyeS1vc2Jvcm5lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjZUMTA6MjY6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjYvc3BlY2lhbGlzdC1iZWVyLWltcG9ydGVyLWV1cm9ib296ZXItZGlzdHJpYnV0aW9uLW1pa2tlbGxlci88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDE0OjQ3OjMyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI3L2Rpc3RyaWJ1dGVyLWFydGlzLWludHJvZHVjZXMtbmV3LXJhbmdlLXB1cml0eS1wZWFybHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yN1QxMDo0OTozMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8yNy9jZWxsYXItbWFuYWdlbWVudC1leGNsdXNpdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yN1QwOToyMjoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8yNy9jYW50YWJyaWEtY2Fub3BpZXMtdWstYWwtZnJlc2NvLXdpbnRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI3VDEwOjAxOjQ4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAxL3RocmVlLWNoZWVzZS1jb3VudHJ5LXJhbmdlcy1sYXRlc3Qtcm9sbC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDA4OjA5OjA0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAxL29rdG9iZXJmZXN0LWNvbWluZy1rZXctYnJpZGdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDFUMTA6NTU6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDEvZHlzb24tYWlyYmxhZGUtdGVjaG5vbG9neS1idXNpbmVzcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDEwOjU0OjI4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL25ldy10aXBwaW5nLWxlZ2lzbGF0aW9uLXVubmVjZXNzYXJ5LXVraG9zcGl0YWxpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxNDo0NDoyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wMS9mb29kc2VydmljZS1iZXN0LWNyb3duZWQtcXVhbGl0eS1mb29kLWF3YXJkcy1yZXR1cm5zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMTQ6NDQ6MDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDIvdWtob3NwaXRhbGl0eS13ZWxjb21lcy1jaGFuY2VsbG9yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMTQ6NDM6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDIvc3RyYXp6YW50aS1sYXVuY2hlcy1zaWNpbGlhbi1zdXBwZXItY2x1Yi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAyVDA5OjEwOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL2ludHJvZHVjaW5nLWRhc2hib2FyZC1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAyVDE0OjMwOjA0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL3VraG9zcGl0YWxpdHktaW1taWdyYXRpb24tYnJleGl0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDJUMTA6NDQ6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDQvd2ludGVyaGFsdGVycy1uZXctdW5kZXItY291bnRlci1tYXN0ZXJwaWVjZS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE2VDE0OjQxOjUwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzA0L2hvc3BpdGFsaXR5LXdvcmtlcnMtcmFsbHktcGF5LXJpZ2h0cy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTA0VDA5OjA0OjIyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzA0L3N0dWRlbnRzLWNlbGVicmF0aW5nLWZlc3RpdmUtc2Vhc29uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDRUMTE6MjI6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTAvYm9oZW0tYnJld2VyeS1uZXctY2FubmVkLWxhZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTBUMTA6MTA6NThaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTAvaG9zcGl0YWxpdHktd2VzdG1pbnN0ZXItaGlnaC1zdHJlZXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxNDo0MToyM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMC9kcmlua2F3YXJlLXVyZ2VzLW1pbmltaXNlLWFsY29ob2wtaGFybXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xMFQxMTowOTozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMC9vbGQtbW91dC1taXRjaGVsbHMtYnV0bGVycy1yYWNlLXN1Y2Nlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxNDowNToxOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMS9iYnBhLWNvbW1pdHRlZS10YXhlcy1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTFUMDg6MTM6NTlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTEvaG9zcGl0YWxpdHktZnV0dXJlLWhpZ2gtc3RyZWV0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTFUMDg6Mzc6NTlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTEvYnJpdGFpbnMteW91bmdlc3QtZXZlci1sb3ctYWJ2LXdpbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xMVQxMToxODoyNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNi9iYnBhLTIwMTgtYW5udWFsLWF3YXJkLXdpbm5lcnMtcmV2ZWFsZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxNDo0MDozN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMi9iYnBhLWFubnVhbC1hd2FyZHMtZGlubmVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMTA6MjY6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTIvbHVzY29tYmUtZHJpbmtzLTIxc3QtYW5uaXZlcnNhcnkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxMDozOTowMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMi93a2QtY2F1bGRyb25zLXdvcmstdHJlYXQtaGFsbG93ZWVuLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTJUMTM6MDE6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvbWFrZXJzLW1hcmstd2hpc2t5LWhhcnZleS1uaWNob2xzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMTA6Mjc6MzVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvc2t5LXNwb3J0cy1wcmVtaWVyLWxlYWd1ZS1maXh0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE2VDA5OjUxOjU5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE2L2RydXJ5LWd1bm5lcnktY2VsZWJyYXRlcy1ob21lLWFyc2VuYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxMDo0ODoyMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNi93ZXRoZXJzcG9vbi1jYW1wYWlnbi10YXJpZmZzLXBvc3QtYnJleGl0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMTQ6Mjg6NDRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvc2t5LXNwb3J0cy1uYmEtYW5ub3VuY2UtcGFydG5lcnNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxNDozOToxNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy9yYXctYm90dGxlcy10YWxrLXNob3dtYW5zLXNob3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xN1QwODowMzo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy9wcm9qZWN0cy1sYXVuY2hlZC11ay1wbGFzdGljcy1wYWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMDk6MTk6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTcvdGVjaG5vbG9neS10YWJsZS10cmVuZC1jb250aW51ZS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE3VDEwOjI0OjM0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE3L3Jlc2lzdGFuY2UtcHJpdmlsZWdlLWZ1bmt0aW9uLW9uZS1pYml6YS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE3VDE1OjA1OjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE4L2JyZXhpdC1wcm9vZi1idXNpbmVzcy1seW54LXB1cmNoYXNpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xOFQxMjo0NzoyNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xOC93aWxsaWFtcy1yZWZyaWdlcmF0aW9uLXRlYW0tZGlzdHJpYnV0b3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xOFQxMjo0NTozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yMy9wdWItYW5udWFsLXB1YmxpYy1ob3VzZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yM1QwODo0MzoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yMy9mZXN0aXZlLWNocmlzdG1hcy1zcHJpdHotYXJ0aXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yM1QwOToyMToyM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yMy9mdW5raW4taW5ub3ZhdGlvbi1jaGFtcGlvbi1icmFuZC1hbWJhc3NhZG9yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjNUMTA6MjA6MjBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjMvYnJld2RvZy1jYW5hcnktd2hhcmYtdmVudWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yM1QxMjozNjozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yMy9jcmFmdC1iZWVyLWJvb20tdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yM1QxMzowMjo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yMy9qb2Itc2Vla2Vycy1hcHAtbWljaGVsaW4tcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTIzVDE0OjQ4OjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L2VsLWppbWFkb3ItbGltaXRlZC1lZGl0aW9uLWRlYWQtYm90dGxlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDEwOjQ4OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L2FyeXp0YS1sYXVuY2hlcy12ZWdhbi1sb2FmLWNha2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMTE6MzI6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvc2FsY29tYmUtZ2luLXZveWFnZXItc2VyaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMTQ6NTU6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvY2FybHNiZXJnLWJyaW5ncy10b2dldGhlci1zaXgtc3RyYW5nZXJzLWZyb20tYXJvdW5kLXRoZS11ay10by1idWlsZC10aGUtY2FybHNiZXJnLWNhYmluLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMTQ6MDc6MDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvcHJvb2YtZHJpbmtzLWplcmVteS1oaWxsLWRpcmVjdG9yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMDg6MTM6NDdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvZG5zLWF0dGFja3MtcmV2ZWFscy0xMi1tb250aHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNVQwOToxNTozNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNS9kcnVyeS1hZGRzLWNocmlzdG1hcy10ZWEtcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNVQxMjozNjoxMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNS92ZWx2ZXQtcGVwcGVybWlsbC1pbnRlcmlvcnMtY29sbGVjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI1VDE1OjAyOjA0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI1L3VrLXJlc3RhdXJhbnQtaW5kdXN0cnktYnVzaW5lc3MtcmF0ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNVQxNToxOTozM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMC9idWRnZXQtY29udGludWUtc3VwcG9ydC1ob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDE0OjAwOjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3dvb2Rmb3JkLXJlc2VydmUtdGhlLW9mZmljaWFsLWJvdXJib24tb2Ytb2xkLWZhc2hpb25lZC13ZWVrLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQxMjoxNDo1OFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMC9mbGV1cmV0cy1tYXJrZXQtZnJlZWhvbGQtcmV2b2x1dGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDEyOjA4OjA1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3Jlc3RhdXJhbnQtZ3JvdXAtcHVyY2hhc2VzLXdhZ2FtYW1hLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzBUMTA6NDA6MjZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzAvdGhhbmtzZ2l2aW5nLWJicS1zYXVjZS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDE0OjQyOjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMxL2d3Zy1hd2FyZHMtMjAxOC1hbm5vdW5jZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMVQwOToyMTowNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMS9tcnMtZm9nZ3MtZWFzdC1sb25kb24tY2x1Yi1kaXN0aWxsZXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTU6Mzg6NDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzEvbXVsbGluZy1zcGljZXMtY2hyaXN0bWFzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTE6NDk6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzEvZmFzdC1jaGVmLWVsaXRlLWZyeWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTQ6MzE6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzEvaGlnaC1zdHJlZXQtcmV0dXJuLXN1cnZleS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDE1OjU2OjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzAxL3VraG9zcGl0YWxpdHktbmV3LWxlZ2lzbGF0aW9uLWFpcnBvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wMVQxMDowMzoxMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wMS90aGVybWljLWdsYXNzLWFydGlzLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDFUMTQ6NDU6MzhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYvd2tkLWNvY2t0YWlsLWNocmlzdG1hcy1iYXVibGUtc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDEzOjUxOjA2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2Vzc2VudGlhbC1jdWlzaW5lLWZlc3RpdmUtcHJpemVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMDk6MTk6NTlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYvaGVhbHRoeS1hdHRpdHVkZXMtdG8tZm9vZC11bmRlcm1pbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wNlQxMDozNjoxNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNi9iZWVyLXdyaXRlci1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDEyOjI2OjM2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2ZlbnRpbWFucy1uZXctYWR2ZXJ0aXNpbmctY2FtcGFpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wNlQxNDoyMTozMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNi9rb2xpYnJpLWN1c3RvbWlzZS1kcmluay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDE1OjE0OjMxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2JhcmNsYXlzLXJldGFpbC1zZWN0b3Itc3RydWdnbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMTU6Mjc6NDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcva3JvbWJhY2hlci10cmFkZS1jaGFyaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDdUMDk6MDU6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcvcXVpbG1lcy1jbGFzaWNhLXJldmFtcC1wYWNrYWdpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QxMTo0NDoxNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNy9zdW4tdmFsbGV5LW51dC1zdXJ2ZXktYmFyLXNuYWNrcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA3VDExOjQ2OjMwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L3JlZC1wcm9jZXNzZWQtbWVhdC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA3VDEzOjI2OjAxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L2JsYW5jaGV0dGUtbGF1bmNoZXMtYnJ1bmNoLW1lbnUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QxNDowMTozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNy9jZGctYmVsbGEtaXRhbGlhLXVhZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA3VDE0OjUzOjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA4L21ldHJvLW1heWhlbS1sb25kb24tYnJld2RvZy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA4VDA5OjA0OjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA4L2RhYmJlcnMtYmluZ28tbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDhUMTA6MTY6MzRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDgvZ2xlbi1nYXJpb2NoLWRpc3RpbGxlcnktZGlzY292ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wOFQxMToyODoyMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wOC9tYWQtaGF0dGVyLWJyZXdpbmctbGlxdWlkYXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wOFQxMTo0NjozNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wOC9tYWdhemluZS1sb25kb24tb3Blbi0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDhUMTI6MjM6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTMvZmVudGltYW5zLXNwaXJpdC1wYWlyaW5nLWd1aWRlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTNUMTI6MDk6MTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTMvdWtoLXdlbGNvbWVzLWxvbmRvbi1uaWdodC10aW1lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTNUMTA6NDI6MDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTMvbWlncmFudC1udW1iZXJzLWhvc3BpdGFsaXR5LXNlY3Rvci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE0VDE0OjEzOjI5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzEzL3dzdGEtYXBwb2ludHMtbmV3LW1lbWJlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xM1QxMTo1MjoxMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xMy9hY3Rpb24tb24tc3VnYXItYmFuLW1pbGtzaGFrZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xM1QxNDoyMzo0MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xMy9mZXN0aXZlLW1lbnVzLXBhcmlzLWhvdXNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTNUMTU6MzI6MjZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTQvbG93LWFsY29ob2wtZGVwYXJ0bWVudC1oZWFsdGgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNFQxNDo1MjoyOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNC93ZXRoZXJzcG9vbi1jbGljLXNhcmdlbnQtbWlsZXN0b25lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTRUMTI6MTI6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTQvZ3Vpbm5lc3MtcmVsZWFzZXMtYmFycmVsLWFnZWQtYmVlci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE0VDE0OjQ4OjU2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE0L21hcnJpb3R0LW1veHktaG90ZWxzLXVrLWdsYXNnb3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNFQxNTowMjo1MFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNS9idXNpbmVzcy10cmF2ZWwtYmFkLWhlYWx0aC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE1VDA5OjU3OjQyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE1L2Zvb2Qtc2VydmljZS1tYW5hZ2VtZW50LWNoYWxsZW5nZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNVQxMDowODo0M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNS9jaGluZXNlLW5ldy15ZWFyLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTVUMTM6NDc6NDRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTUvaG9zcGl0YWxpdHktc3RhbXAtZ2FtYmxpbmctZ2FtaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTVUMTE6NDE6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjAvZ3JlZW5lLWtpbmctbGF1bmNoLWJlcnJpZXMtY2hlcnJpZXMtZHJhdWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDEyOjI3OjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIwL2luZnJhcmVkLWhlYXRlcnMtZWZmZWN0aXZlLWhlYXRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQwOToyNjoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9rcm9tYmFjaGVyLWxpY2Vuc2VkLXRyYWRlLWNoYXJpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQxMDo0NDoxN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9odW5nYXJ5LWJyZXdkb2ctYnVkYXBlc3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQxMTozNzowOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC91ay1kaXN0aWxsZXJ5LWJ1c2luZXNzZXMtZ3Jvdy1zaW5nbGUteWVhci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDExOjMyOjM4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIwL3RoYW5rc2dpdmluZy13ZWVrLWJvb3N0LXVrLWVjb25vbXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQxNDoxMDoxM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC94LW92ZW4tY2hhcmNvYWwtZmFjdG9yLWtpdGNoZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQxNTozNToyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9hZG9wdC1hLWhvcC1oZWxwcy1ob3NwaWNlLWNhcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQxMDo0OTowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9jaGVmLWFwcHJlbnRpY2VzaGlwLWxhdW5jaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjFUMTA6MDQ6NTlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvcHVibGljLXN1cHBvcnQtc3VnYXItY2Fsb3JpZS1yZWR1Y3Rpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQxMDowNjowMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9uby1hbGNvaG9sLWJlZXItYWNjZXB0YWJsZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDExOjMxOjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL3Njb3R0aXNoLWdvdmVybm1lbnRzLWFsY29ob2wtc3RyYXRlZ3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQxMTowODoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9pbmRpYW4tY3JhZnQtZ2luLWxhdW5jaGVzLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjFUMTI6Mzc6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvZWRpbmJ1cmdoLWdpbi1uZXctZGlzdGlsbGVyeS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDEyOjU2OjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL2J1bGxndWFyZC12cG4tbm9yZHZwbi1wYXJ0bmVyc2hpcC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIyVDEwOjIyOjA5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL25pdGEtdHJhaW5pbmctcHJvZ3JhbW1lcy1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIyVDEwOjIxOjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL2tvcmVhbi1iYnEtc2F1Y2UtY3JlYXRpdmUtZm9vZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMlQxNDo0NToyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMi9pY2UtaHlnaWVuZS11c2Utc2Nvb3AvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMlQxNDo0NToyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMi9icmV3ZG9nLXRha2VzLW9mZi1lZGluYnVyZ2gtYWlycG9ydC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIyVDE0OjIxOjE0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI3L29uZS1pbi1mb3VyLXB1YnMtYW5kLWJhcnMtY2xvc2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yN1QxMDozMzoxOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yNy9iYnBhLXJlc3BvbmRzLWJlZXItcHVicy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDExOjA0OjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI3L2NyZXBlYWZmYWlyZS1wYXJ0bmVyc2hpcC10cmdjb25zZXNzaW9ucy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDEyOjIwOjI0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI3L29uLXRyYWRlLWNocmlzdG1hcy1oZWluZWtlbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDEzOjQ5OjAyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI3L3RvdXJpc20tZGVhbC1jZWxlYnJhdGlvbi1ob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDE0OjEyOjIxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI4L25ldy1nb2xkLXBsYXRlZC1iYXJ3YXJlLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMTA6NTU6NDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvY29saWNjaS1raW9zay1ncmVlbi1wYXJrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMTQ6MzE6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvYnJld2RvZy1haXJsaW5lcy1mZWJydWFyeS0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMTM6NDk6NDBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvY2RnLW9wZW4td2FycmVucy1iYWtlcnktYnJpc3RvbC1haXJwb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMTE6Mzk6MTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvc2hvd2VyaW5nLWNpZGVyLW1pbGwtbWFsbGV0cy1jaWRlci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI4VDEyOjE1OjQwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI4L25lbHNvbi1raXRjaGVucy1jYXN1YWwtZGluaW5nLXNob3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOFQxNDoxNjoyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yOS9zdWJ3b29mZXItaXBhLWJyZXdkb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOVQxMTo0MjoyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yOS9idXNpbmVzc2VzLWxvc2luZy1hcHByZW50aWNlc2hpcC1mdW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjlUMDk6NTg6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjkvZXUtbWlncmFudHMtbmVlZGVkLWhvc3BpdGFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjlUMTE6MjI6MjZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjkvY2VzYS1jb25mZXJlbmNlLWluZHVzdHJ5LWhlcm9lcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI5VDExOjQ2OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI5L2hvc3BpdGFsaXR5LWJ1c2luZXNzZXMtbmVlZC1zcGVlZC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI5VDEyOjAyOjUyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA0L3BheWctY2hyaXN0bWFzLWFueGlldHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQwOToyMTo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNC9iZWVyLXNhbGVzLWdyb3ctYnJleGl0LWJicGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNFQwOToyNDoyNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNS9kcmlua2F3YXJlLXRyYWluLW5ldHdvcmstcmFpbC1zdGFmZi88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA1VDA4OjM1OjQ5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L3N0cnl5ay1ub3Qtdm9ka2EtbGF1bmNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQwOTo1ODo0NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNS9pc2xlLW9mLXNreWUtbGF1bmNoZXMtbWlzdHktdm9ka2EvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQxMjozNjozNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNS91a2hvc3BpdGFsaXR5LWVuZ2xhbmQtd29tZW5zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDVUMTI6MzY6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDUvdWstYnJld2Vycy1iZXN0LWluLWV1cm9wZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA1VDE0OjE0OjM2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA2L2F3YXJkLWV4Y2VwdGlvbmFsLXNhbGNvbWJlLWRpc3RpbGxpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNlQwOTo0Mjo1NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNi9iZWVyNTItdGVhbXMtMTMtbG9uZG9uLXJlc3RhdXJhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDZUMDk6MTI6MzdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDYvZm9sZGFiYXItcHJvZml0cy1tb3ZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMjBUMTQ6MTE6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMTgvY3V0LXdhc3RlLW11c3QtYWZmb3JkYWJsZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTE4VDA4OjQ0OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzE4L2NnYS1idXNpbmVzcy1vcHRpbWlzbS1lYXRpbmctZHJpbmtpbmctbWFya2V0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMThUMDg6NDM6MTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMTgvYm9oZW0tYnJld2VyeS1leHBhbmRzLWNhbm5lZC1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTE4VDA4OjU2OjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzE4L2ltcHJvdmUtaG9tZS1zZWN1cml0eS1jaHJpc3RtYXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0xOFQwOToyMjoxN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8yMC91a2gtbWlncmF0aW9uLWhvc3BpdGFsaXR5LXNlY3Rvci88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDExOjE2OjI5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3BpcGVycy1jcmlzcGVhcy1uZXctcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMFQwOToxMjowNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8yMC92ZWdhbnVhcnktZm9sbG93LTE3LXRpcHMtdmVnYW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMFQwOTo0OTo0OVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8yMC9icml0aXNoLWxpb24tZWdncy1tYWtlLXNwbGFzaC0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMjBUMTA6MzQ6MTZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvbWFya2V0aW5nLXZhY2FuY2llcy1kZW1hbmQtcHJvZmVzc2lvbmFscy88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDEwOjUyOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3RvbnJvc2UtY3Jpc3AtY2xlYW4tbGluZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0wNFQxNDo1MDo1Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8yMS91a2hvc3BpdGFsaXR5LXJlZmxlY3RzLXByZXBhcmVzLTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMVQwODo0Mzo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8yMS9zb21ldGltZXMtYWNjZXB0YWJsZS1kcmluay1kcml2ZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIxVDA5OjQwOjUzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzAzL2NoaW5lc2UtbmV3LXllYXItdGlsZGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0wM1QwOTo0MzozNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8wMy9yaW9qYS13aW5lLXZpdmEtZXNwYW5hLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMDNUMTY6MzE6NTdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvc3VyZmFjZS0zNjAtZmxvb3Jpbmctc3BlY2lhbGlzdC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDA4OjMwOjQwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2J1c2luZXNzLWluc3VyYW5jZS1pbnN1cmluZy1ncmVhdG5lc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwODozMTo1Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9zaG93LWluZy1vZmYtY2FzdWFsLWRpbmluZy1zaG93LTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwODoyOTo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC90YXJ0ZWxldHRlcy12YWxlbnRpbmVzLWRheS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDA4OjQ3OjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2NvbnNlcnZhdG9yaWVzLXllYXItcm91bmQtaW5mcmFyZWQtaGVhdGVycy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDA4OjU5OjQxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2hvZ3MtYmFjay1icmV3ZXJ5LWJ1aWxkLW5ldy1raWxuLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMDk6MTE6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvY2FzdWFsLWRpbmluZy1iaWdnZXN0LWtleW5vdGUtc3BlYWtlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwOTozNzo1M1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC93aW5lcnktYm9kZWdhLWRlbC1hYmFkLWFtYXRodXMtZHJpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMDk6NTg6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvdWtob3NwaXRhbGl0eS13YXJucy1oZWFsdGh5LWVhdGluZy1zY290bGFuZC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDEwOjEzOjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2JpaS1saWNlbnNlZS0yMDE5LWNvbXBldGl0aW9uLWxhdW5jaGVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTZUMTA6MTM6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvYS1jLWRpc3RyaWJ1dGUtd29yay1wcm8tYXVkaW8vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQxMDo1NzoxNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9jcnlzdGFsdGVjaC1sYXN0LXlhcmQtcHVtcC1wdW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQxMTozNjoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9jb2ZmZWUtbWFjaGluZXMtYmVhbi1jdXAtZnV0dXJlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTM6MDc6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvcHBsLXBycy1rbm93LXlvdXItbGljZW5zZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQxMzoyMzoyM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9zY3Qtc2N0LWJhci1zbmFja3MtcXVhbGl0eS1maXJzdC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDE0OjA4OjQ4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L25hbnUtc29kYS1ncmVhdC1jb25jZXB0cy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDE0OjA3OjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2hlaW5la2VuLWNhbXBhaWduLXByb2ZpdGFibGUtcHVicy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDE0OjUzOjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE2L3BpenphLWVxdWlwbWVudC1jYXN1YWwtZGluaW5nLXNob3ctMjAxOS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE2VDA5OjUzOjE4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE2L2FpZi1yYXctYm90dGxlcy1wbGFzdGljLWNhbXBhaWduLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTZUMTM6MTQ6NTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvZGVhZGx5LWdvb2QtZGVhZC1tYW5zLWZpbmdlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNToxNzo1NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNi9zdW4tdmFsbGV5LW51dHMtdGFiYXNjby1wYXJ0bmVyc2hpcC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE3VDE0OjI1OjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE2L2ljZWxhbmRpYy1jcmFmdC1iZWVyLWxhbmQtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNDo1OTo0Nlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNy9iZWVyLWtleS1sb3ctbm8tYWxjb2hvbC1ib29tLWJicGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QwOTozMjoxMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNy9qdXN0aW5ncmVkaWVudHMtYnJpbmctb3JnYW5pYy12ZW51ZS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE4VDA4OjUxOjI5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L2JsYWNrLW1hZ2ljLXJ1bS1taXgvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNDo1OToxMVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNy9vbi10cmFkZS1jYXN1YWwtZGluaW5nLXNob3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNDo0ODowMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNy93aW4tdHJpcC1rcm9tYmFjaGVyLWJyZXdlcnktcG91cmZlY3Rpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNjowNjoyNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS8zYy1wYXltZW50LXdvcmtzLWV1cm9wZS1taWRkbGUtZWFzdC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTIxVDA5OjA1OjEzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzIxL21pYnJhc2Etb3Zlbi1tZWFsLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTQ6NDY6MTRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvYXNjZW50aWEtY2FzdWFsLWRpbmluZy0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTA6NTA6NTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvZ2xvYmFsLXBheW1lbnQtdGVjaG5vbG9neS1zeXN0ZW1zLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTQ6NDQ6MzlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvY2F0ZXJlci1yZWNydWl0bWVudC1hdHRyYWN0aW5nLXRoZS1iZXN0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTE6NDI6NTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvbWFraW5nLW1vc3Qtc29jaWFsLW1lZGlhLWZhdC1tZWRpYS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTIxVDE0OjQzOjIyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzIxL2xhbmNoZXN0ZXItd2luZXMtdmludGFnZS1wb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTM6NTU6MDVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvcXVhbGl0eS1jeWNsZS1hbGxhbi1zdGV2ZW5zb24taGVpbmVrZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yMVQxNDo0Mjo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC9ldS1uYXRpb25hbHMtYm9vc3QtZm9yLXB1YnMtc2F5cy1iYnBhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDg6MzQ6MDJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvbm8tYWxjb2hvbC1kcnktamFudWFyeS1oZWluZWtlbi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDA5OjQxOjI0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzI4L2hvYmFydC11ay13YXJld2FzaGluZy1jb29raW5nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTA6MTk6MjNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvY2FzdWFsLWRpbmluZy1yZWNvcmQtaW5ub3ZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMToxNzoxNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC90aWxkYS15b3VuZy1jaGVmLWdvbGQtd2lubmVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTY6MDE6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvYmVzdC1mb29kLXNhZmV0eS1hbmQtdHJhbnNwYXJlbmN5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTY6MjM6NDlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvd29ybGRzLWJpZ2dlc3QtcHViLXF1aXotMTAwMC1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTQ6NDM6MDNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDYvdG9wLWJyYW5kcy12aXNpdC1jYXN1YWwtZGluaW5nLTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QwODo0MzowNVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy91a2hvc3BpdGFsaXR5LWNtYXMtYWN0aW9uLWJvb2tpbmctc2l0ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QwOTozNTozOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy8zci10ZWxlY29tLWx0ZC1sb25kb24tbmF0aW9ud2lkZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDE0OjI3OjIzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L2FzY2VudGlhLWZvb2RzZXJ2aWNlLWNhc3VhbC1kaW5pbmctc2hvdy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDEwOjQwOjA5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L2hlaW5la2VuLXNlcnZpbmctcGVyZmVjdC1waW50LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTE6MDQ6MzdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvc3R1ZGlvLTMzOC1sb25kb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wOFQxMDozNDo0N1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9zaG93c2VjLXN0YW5kaW5nLWNyb3dkLW1pY2hhZWwtcG9vbGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxMzoxMjoxOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9vbi10aGUtcGxhdGUtcXVvcm4tYmFvLWJ1bnMtd2l0aC1xdW9ybi1waWVjZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxMzo0MzowMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9wZXJmZWN0LWJyZXctd21mLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTQ6MDY6MjJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvbWNwaGVyc29uLXdpbmUtYXVzdHJhbGlhbi1sYW5jaGVzdGVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTU6MTA6MTVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvY3J5c3RhbHRlY2gtaW1wcm92ZXMtd2F0ZXItaHlnaWVuZS1jYW4tZGV0ZWN0LWJhY3RlcmlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTU6Mjk6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvd3JzLXBvcy1zeXN0ZW1zLWVtbWEtd2lsc29uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTM6NTY6NTBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvYmVhdW1vbnQtYmFyd2FyZS1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDA5OjI5OjU4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2ZhdC1tZWRpYS1pbXByZXNzLXdlYnNpdGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxMDowNTozNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC9jb2ZmZWUtbWFjaGluZXMtcHJvLXJhbmdlLWp1cmEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxMDoyMDo0OVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC9tYWQtc3F1aXJyZWwtYnJld2VyeS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEwOjM1OjM3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2JyZXdlcnMtYXNzb2NpYXRpb24tZ3VpZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxMToyNTo0OVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC9zaXItd2lsbGlhbS1iZW50bGV5LWJpbGxpYXJkcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDExOjQ1OjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2Vwb3Mtc3lzdGVtLXN0YXItbWljcm9uaWNzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTI6MDA6MzJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvdmVnYW4tc2F1c2FnZS1yb2xsLWdyZWdncy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEzOjM5OjEwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2Nhbm9waWVzLXVrLXJhaXNpbmctaGlsdG9ucy1icmFuZC1uZXctYmFyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTU6MDk6MTJaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvbXVzaWMtbGljZW5zZS1wcGwtcHJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTE6NDA6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvY3JhZnQtYnJld2VyaWVzLWJyZXdlcnMtYXNzb2NpYXRpb24tc2hvdy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE5VDE1OjM3OjU3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE5L2F1dG9tYXRpb24tYnVzaW5lc3MtY29tcGFuaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTQ6MDI6MzBaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvZmVudGltYW5zLXJvc2UtbGVtb25hZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxNDoyOToxM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9oaXQtdHJhaW5pbmctYXBwcmVudGljZXNoaXAtYnJld2Vycy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE5VDE0OjUwOjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE5L2JpaS1sYXVuY2gtc3VtbWVyLWV2ZW50LTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxNToyNDoxN1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8yNi9zb21ldGltZXMteW91LXdhbnQtYS1iZWVyLXRoZW4teW91LXJlYWxpc2UtaG93LW11Y2gtc3QteW91LW5lZWQtdG8tZG8tYmVmb3JlLXlvdS1jYWxsLWl0LWEtZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMjZUMDk6NDI6MjRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDQvdWtob3NwaXRhbGl0eS1kaWdpdGFsLXRheC1yZXZlbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMDg6NDQ6MzFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDQvb2xkLW1vdXQtZmxhdm91cmVkLWNpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTQ6Mzg6NDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDQvcGFudGhlb24tbWl4ZXItc3VwZXItc2FmZS1mZWF0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDE1OjIxOjAwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzA0L3NhbXRvdWNoLXBvcy1wcm9mZXNzaW9uYWwtcmVzdGF1cmF0ZXVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTA6NTI6MzZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDcvY2FzdWFsLWRpbmluZy1yZXN0YXVyYW50LWF3YXJkcy0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDdUMDk6MzY6NDhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDcvY29ja3RhaWwtZ2xhc3N3YXJlLWFydGlzLW1peG9sb2d5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDdUMDk6Mzc6NDRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDcvYXJ5enRhLWNoZWVzZWNha2Utc3dpcmwtYnJvb2tpZS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA3VDA5OjM1OjExWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzA2L2Rlc3BlcmFkb3MtZ2xvYmFsLWJyYW5kLW1hcmNoLTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNlQxMTo1Mzo0NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNy9kcnVyeS1jb2ZmZWUtcGFja2FnaW5nLXJlY3ljbGFibGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wN1QwOTozNjowNFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNy93cmFwbWFzdGVyLWdyZWVuZXItMjYtcGxhbnQtY2xpbmctZmlsbS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA3VDA5OjM4OjI2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzExL2FsbGFuLXN0ZXZlbnNvbi1oaXN0b3J5LWdsYXNzd2FyZS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDE1OjUyOjMyWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzEyL2JyaWdpZC1zaW1tb25kcy1iYnBhLW9udHJhZGUtcHJvZ3Jlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQwOTo1OTowM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xMy9iZWF1bW9udC1kaXNjdXNzLWltcG9ydGFudC1vcHRpY3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xM1QxMzoxMzoxOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNS9icmV3ZXItYXNhaGktYnV5cy1mdWxsZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTVUMDg6MzI6MzRaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTUvaXRhbGlhbi1ncmFwZS12YXJpZXRpZXMtYXVzdHJhbGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTVUMDg6Mjc6NTZaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTIvY2Fzay1kcmlua2Vycy1tYXJxdWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQwOTo1ODozMFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xMy9icmV3ZXJzLWFzc29jaWF0aW9uLWRyYXVnaHQtYmVlci1xdWFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTNUMTA6Mjc6MjlaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTQvbWVsaXR0YS1wcm9mZXNzaW9uYWwtY29mZmVlLXNvbHV0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDA4OjE5OjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzEyL2dhbWJsaW5nLWNvbW1pc3Npb24tdWtob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTEyVDE2OjA4OjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE1L2hlYWx0aHktaG9zcG8tbG92ZS13ZWxsLWxvdmUtZHJpbmtzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTVUMDg6MzM6MzNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvZWZmZWN0aXZlLWVtYWlsLW1hcmtldGluZy1mYXQtbWVkaWEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xOFQwODoxOToxM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOC9vdXRkb29yLWZ1cm5pdHVyZS1za3lsaW5lLWRlc2lnbi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE4VDA4OjIwOjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L3JlZHJvYXN0ZXItYnJpZ2h0b24tbWFrZW92ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xOVQwODoyMjoyOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOC9oZWFkcy10YWlscy1vdHAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xOFQwODoyMToyOFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOS9sZWUta3VtLWtlZS1xdWVzdGlvbnMtbWFyaWEtY2hvbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xOVQwODoyOTozM1o8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNC9nb3Zlcm5tZW50LXVraG9zcGl0YWxpdHktdGFyaWZmcy1mb29kLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTRUMTQ6NDU6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjAvaXRhbGlhbi1kZWxpLWRpZm9ydGktbGF1bmNoZXMtYnJleGl0LWJveC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTIwVDE0OjM4OjM2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzIxL2JvaGVtLWJyZXdlcnktc3QtYXVzdGVsbC1jb2xsYWJvcmF0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMjFUMTQ6MTY6MDFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvYnJleGl0LXN1c3RhaW5hYmxlLWx5bngtcHVyY2hhc2luZy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTIxVDE0OjE1OjE1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzIxL2NhbXJhLWJyZXhpdC1icml0aXNoLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0yMVQxNDoxNDo0NVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNC91a2hvc3BpdGFsaXR5LWRpdmVyc2l0eS1mb3J1bS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDExOjI5OjQ1WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE0L2Nhc3VhbC1kaW5pbmctcHViLXNlY3Rvci1leGNlbC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDE0OjI2OjAzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L2RydXJ5LWNvZmZlZS1jb21wYW55LWZvdXItbmV3LXRlYS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE4VDEzOjE4OjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzIxL3NvdXMtdmlkZS1jaGlpbC1mcmVlemVycy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTIxVDE0OjE0OjIwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzIxL2ZhbGNvbi1lbGVjdHJpZmllcy1mOTAwLWNoYXJncmlsbC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTIxVDE0OjEzOjE2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzIxL2FuaW1hbC13ZWxmYXJlLWdvdmVybm1lbnQtY29tbWl0bWVudC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTIxVDE0OjEzOjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L2Zvb2QtYWR2ZXJ0aXNpbmctaGFybS1ob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE4VDExOjQzOjU0WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L3N0LXBhdHJpY2tzLWRheS1qYW1lc29uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMTE6Mjc6MjdaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvbW9sc29uLWNvb3JzLXNreS1sYXVuY2gtbmV3LXBhcnRuZXJzaGlwLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMTY6Mjg6MjVaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvdGFuc3VuLWhlYXRpbmctcGFuZWxzLWluZG9vci88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTIxVDE0OjEyOjQ3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L3VraG9zcGl0YWxpdHktaW5kdXN0cmlhbC1zdHJhdGVneS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE5VDA5OjQ0OjA2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L2hvc3BpdGFsaXR5LWJ1c2luZXNzZXMtcHBsLWluY3JlYXNlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTlUMTQ6MDM6NTFaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjYvbWFyZ290LWZvdW5kYXRpb24tY2hhcml0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTI2VDA4OjM5OjQwWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzAyL3VraG9zcGl0YWxpdHktZm9vZC1hbGxlcmdlbnMtaXNzdWVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMDJUMDc6NTI6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDQvMTIvbmV3LWxvbmRvbi1sb2NhdGlvbi1mb3ItbHVja3ktdm9pY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNC0xMlQwOTowODoyMlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wNC8xNi9zd2lzcy1jb2ZmZWUtbWFjaGluZS1tYW51ZmFjdHVyZXItc2NoYWVyZXItaXMtbGF1bmNoaW5nLWFuLWlubm92YXRpdmUtdGVjaG5vbG9neS88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTE2VDEwOjMzOjE3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzE2L2NvZmZlZS10ZWNobm9sb2d5LWZyb20td21mLWNvbWJpbmVzLXR3by1jb2ZmZWUtc3R5bGVzLWluLWEtc2luZ2xlLW1hY2hpbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNC0xNlQxMDo1NTowMVo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==','sitemap-1.xml','','draft','closed','closed','','','','','2019-04-22 02:53:32','2019-04-22 02:53:32','',0,'https://www.ontradeprogress.com/?p=4316',0,'jp_sitemap','',0);
INSERT INTO `wpfr_posts` VALUES (4317,0,'2019-04-16 10:41:49','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjIuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iaHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9pbWFnZS1zaXRlbWFwLnhzbCI/Pgo8dXJsc2V0IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkgaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOS9zaXRlbWFwLnhzZCIgeG1sbnM6aW1hZ2U9Imh0dHA6Ly93d3cuZ29vZ2xlLmNvbS9zY2hlbWFzL3NpdGVtYXAtaW1hZ2UvMS4xIj48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9kcmlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yM1QxNDozMjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9kcmlua3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRyaW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vZm9vZC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTIzVDE1OjAwOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL2Zvb2QuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvb2Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3ZpcC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTIzVDE1OjE1OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL3ZpcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dmlwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9mZXN0aXZhbC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTIzVDE1OjE5OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL2Zlc3RpdmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mZXN0aXZhbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vdmVudWUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yM1QxNToyNDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy92ZW51ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dmVudWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL29udHJhZGVwcm9ncmVzc2xvZ28vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxOTozNzoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9PTlRSQURFUFJPR1JFU1NMT0dPLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Pbi1UcmFkZSBQcm9ncmVzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vbG9nby0yLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjNUMTc6MDg6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvbG9nby0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI1L2NvY2t0YWlsLW9mLXRoZS1tb250aC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI1VDIwOjE1OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL3RoYWktYmVhY2gtZml6ei5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhhaS1iZWFjaC1maXp6PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI1L3Njb3R0aXNoLWJ1c2luZXNzLXJhdGVzLWNhcC13aGF0cy10aGUtY2F0Y2gvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yNVQyMDoyNjowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9icml0aXNoLWhvc3BpdGFsaXR5LWFzc29jaWF0aW9uLWxvZ28uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyaXRpc2gtaG9zcGl0YWxpdHktYXNzb2NpYXRpb24tbG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yNS9jYW1yYS1jZWxlYnJhdGVzLXB1Yi1wbGFubmluZy1sb29waG9sZS1jbG9zdXJlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjVUMjA6Mjk6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvY2FtYnJhLWxvZ28uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhbWJyYS1sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI1L2dsb3VjZXN0ZXItbGF0ZS1uaWdodC1sZXZ5LWJicGEtY29tbWVudHMtb24tZGVjaXNpb24tZGVmZXJyYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yNlQxMjoxNTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9icml0aXNoLWJlZXItcHViLWFzc29jaWF0aW9uLWxvZ28uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJCUEE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjUvaHlnaWVuZS1pbnNwZWN0aW9uLWZlZXMtbXVzdC1yZW1haW4tdm9sdW50YXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMjRUMDk6MDY6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvYWxtci1sb2dvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BTE1SIExvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2Fzc29jaWF0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjhUMTE6MTM6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvYXNzb2NpYXRpb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFzc29jaWF0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI1L2NvY2t0YWlsLW9mLXRoZS1tb250aC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDExOjM1OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL0NPQ0tUQUlMMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q09DS1RBSUwxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L3ByZW1pZXItbGVhZ3VlLXJldmlldy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDEzOjQ3OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL3NreS1zcG9ydHMtYnQtc3BvcnRzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5za3ktc3BvcnRzLWJ0LXNwb3J0czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9iYXItb2YtdGhlLW1vbnRoLWVzdGFibGlzaG1lbnQtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMjI6MzE6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvdGhlLXBvdW5kLWNhbnRlcmJ1cnkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoZS1wb3VuZC1jYW50ZXJidXJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgRmVsb25zJyBFeGVyY2lzZSBZYXJkIChJdCByZWFsbHkgd2FzISk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2Zvc3RlcnMtbmV3LWxvb2staGVyb2VzLXJlZnJlc2htZW50LTE4ODgtaGVyaXRhZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNDoxOTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9mb3N0ZXJzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mb3N0ZXJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2dsb3VjZXN0ZXItbGF0ZS1uaWdodC1sZXZ5LWJicGEtY29tbWVudHMtb24tZGVjaXNpb24tZGVmZXJyYWwtMi0yLTItMi88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE0OjI2OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL2Rlc3BlcmFkb3MtZG9zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kZXNwZXJhZG9zLWRvczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9pbnRyb2R1Y2luZy10aGUtYmVzdC10YXN0aW5nLW5vbi1hbGNvaG9saWMtbGFnZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNDozMDo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9oZWluZWtlbjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmhlaW5la2VuMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9idWxtZXJzLWNlbGVicmF0ZXMtYXBwbGUtZ3Jvd2Vycy13aXRoLW5ldy1jaWRlci1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE0OjM1OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL2J1bG1lcnMtYXBwbGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJ1bG1lcnMtYXBwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvaW50cm9kdWNpbmctbWFsdHNtaXRocy1icmV3aW5nLWZyb20taGVpbmVrZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNDo0ODoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9tYWx0c21pdGhzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tYWx0c21pdGhzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2xhbWItd2VzdG9uLXRvLWxhdW5jaC1uZXctc3dlZXQtcG90YXRvLWNhc3VhbC1kaW5pbmctMjAxNy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI4VDE1OjA1OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL0xhbWItV2VzdG9uLVNQLVNob2VzdHJpbmctd2l0aC1TcmlyYWNoYS1kaXAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhbWItV2VzdG9uLVNQLVNob2VzdHJpbmctd2l0aC1TcmlyYWNoYS1kaXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvbGFtYi13ZXN0b24tdG8tbGF1bmNoLW5ldy1zd2VldC1wb3RhdG8tY2FzdWFsLWRpbmluZy0yMDE3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjhUMTU6MDk6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvTGFtYi1XZXN0b24tU1AtQ3Jpc3NDdXRzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYW1iLVdlc3Rvbi1TUC1Dcmlzc0N1dHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvbGFtYi13ZXN0b24tdG8tbGF1bmNoLW5ldy1zd2VldC1wb3RhdG8tY2FzdWFsLWRpbmluZy0yMDE3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjhUMTU6MDk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvTGFtYi1XZXN0b24tVHJpby1vZi1Td2VldC1Qb3RhdG8tRnJpZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhbWItV2VzdG9uLVRyaW8tb2YtU3dlZXQtUG90YXRvLUZyaWVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2NhcmxzYmVyZy11ay1sYXVuY2hlcy1uZXctY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNToxOToxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9UYXBzdGVycy0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYXBzdGVyJ3MtKDIpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2NhcmxzYmVyZy11ay1sYXVuY2hlcy1uZXctY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNToxOToxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9UYXBzdGVycy0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYXBzdGVyJ3MtKDMpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2NhcmxzYmVyZy11ay1sYXVuY2hlcy1uZXctY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNToxOToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9UYXBzdGVycy00LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYXBzdGVyJ3MtKDQpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2NhcmxzYmVyZy11ay1sYXVuY2hlcy1uZXctY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOFQxNToxOToyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy90YXBzdGVyczEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRhcHN0ZXJzMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS93aW5lcy1vZi1nZXJtYW55LWNvbWUtdG8tbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTA6NTM6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvd2luZXMtb2YtZ2VybWFueS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2luZXMtb2YtZ2VybWFueTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9iYXItb2YtdGhlLW1vbnRoLWVzdGFibGlzaG1lbnQtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTE6MTM6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvSU1HXzA4ODEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklNR18wODgxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2Jhci1vZi10aGUtbW9udGgtZXN0YWJsaXNobWVudC1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMToxMzo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9JTUdfMDg4Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SU1HXzA4ODI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvYmFyLW9mLXRoZS1tb250aC1lc3RhYmxpc2htZW50LXJldmlldy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDExOjE0OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL0lNR18wODgzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMDg4MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9iYXItb2YtdGhlLW1vbnRoLWVzdGFibGlzaG1lbnQtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTE6MTQ6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvSU1HXzA4ODQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklNR18wODg0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2Jhci1vZi10aGUtbW9udGgtZXN0YWJsaXNobWVudC1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMToxNDowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9JTUdfMDg4Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SU1HXzA4ODY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvYmFyLW9mLXRoZS1tb250aC1lc3RhYmxpc2htZW50LXJldmlldy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDExOjE0OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL0lNR18wODg4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMDg4ODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOC9iYXItb2YtdGhlLW1vbnRoLWVzdGFibGlzaG1lbnQtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTE6MTQ6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvSU1HXzA4OTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklNR18wODkxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI4L2Jhci1vZi10aGUtbW9udGgtZXN0YWJsaXNobWVudC1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMToxNDowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9JTUdfMDg5Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SU1HXzA4OTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjgvYmFyLW9mLXRoZS1tb250aC1lc3RhYmxpc2htZW50LXJldmlldy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDExOjE0OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL0lNR18wODk0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMDg5NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS93YXRlci1jYXRlZ29yeS10by1iZS1yZWZyZXNoZC1yb2JpbnNvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMTozMjowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9yb2JpbnNvbnMtcmVmcmVzaGQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJvYmluc29ucy1yZWZyZXNoZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9wZXBzaS1tYXgtc2V0cy1jb2xhLWNhdGVnb3J5LWFsaWdodC13aXRoLW5ldy1naW5nZXItdmFyaWFudC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDExOjM2OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL3BlcHNpLWdpbmdlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVwc2ktZ2luZ2VyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L2JyaXR2aWMtdW52ZWlscy1wZXQtZm9ybWF0LWZvci1kcmVuY2gtc3BhcmtsaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTE6Mzg6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvZHJlbmNoLXNwYXJrbGluZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZHJlbmNoLXNwYXJrbGluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9oZXJvbi1icmVhcmxleS1zaWducy1kZWFsLXdpdGgtbWVsaXR0YS1wcm9mZXNzaW9uYWwtY29mZmVlLXNvbHV0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDEyOjI2OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL21lbGl0dGEtbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWVsaXR0YS1sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L2hlcm9uLWJyZWFybGV5LXNpZ25zLWRlYWwtd2l0aC1tZWxpdHRhLXByb2Zlc3Npb25hbC1jb2ZmZWUtc29sdXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTI6Mjg6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvTWVsaXR0YS1Db2ZmZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1lbGl0dGEtQ29mZmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L2JsYWNrLWJ1bGwtc2NvdGNoLXVudmVpbHMtYnJpdGlzaC1ndC1zcG9uc29yc2hpcC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDEyOjM1OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL21hY2xhcmVuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NY0xhcmVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L21jY2Fpbi10b3Atam9iLWZvci1tY21hbnVzLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMjo0NzowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9TdGF5Y3Jpc3AtdGhpbi1za2luLW9uLW9mZi0xYi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U3RheWNyaXNwLXRoaW4tc2tpbi1vbi0mYW1wOy1vZmYtMWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvd2luLTE1MDAtdm91Y2hlcnMtbWNjYWluLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTI6NTQ6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvbWNjYWlucy1sb2dvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tY2NhaW5zLWxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvbW95LXBhcmstZm9vZHNlcnZpY2UtZ29lcy1nbG9iYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQxMzoxMzoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9Nb3ktUGFyay1UZXhhcy1CQlEtQ2hlZXNlLUJpdGVzMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW95LVBhcmstLS1UZXhhcy1CQlEtQ2hlZXNlLUJpdGVzMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9jb3VwLWRlLXBhdGVzLXJlLWxhdW5jaGVzLWNoZWZzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTM6MTY6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvY2hlZnMtYXQtcGxheS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2hlZnMtYXQtcGxheTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9icml0YWlucy1iZXN0LWJyaWdyYWRlcy1jcm93bnMtc2VjdG9yLWNoYW1waW9uLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTk6MzM6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvYmVzdGJyaWdyYWRlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVzdCBCcmlnYWRlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS90YWJsZXdhcmUtaGVhdnl3ZWlnaHQtam9pbnMtdXRvcGlhLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMTM6MjI6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvTmljay1HcmVlbjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5pY2stR3JlZW4xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L2Jhci1vZi10aGUtbW9udGgtZXN0YWJsaXNobWVudC1yZXZpZXctMi88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDIxOjU5OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL1BBR0UtNDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBsYWNlZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UGxhY2VkIEFwcCAnSW4gQWN0aW9uJzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMjkvb24tdHJhZGVfcHJvZ3Jlc3NfZ2V0X3NvY2lhbC88L2xvYz48bGFzdG1vZD4yMDE3LTAzLTI5VDIzOjI1OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL1BBR0UtMzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldpbnRlciBTb2NpYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlllcyAtIHdlIG1heSBoYXZlIGJlZW4gdG9vIGludG94aWNhdGVkIHRvIHRha2UgcGljdHVyZXMhPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9vbi10cmFkZV9wcm9ncmVzc19nZXRfc29jaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMjM6MzU6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvUEFHRS0zNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2ludGVyIFNvY2lhbCBDb2xsYWdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L29uLXRyYWRlX3Byb2dyZXNzX2dldF9zb2NpYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQyMzozNDo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9QQUdFLTMzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QQUdFIDMzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzI5L29uLXRyYWRlX3Byb2dyZXNzX2dldF9zb2NpYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0yOVQyMzozNDo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9QQUdFLTMzLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBBR0UgMzMtMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8yOS9vbi10cmFkZV9wcm9ncmVzc19nZXRfc29jaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMjlUMjM6MzQ6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvUEFHRS0zNC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QQUdFIDM0LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDMvMzAvY2hlZXJzX3RvXzQwX3llYXJzX29mX2JlZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0zMFQwMDoxMjo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9QQUdFLTM2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HQkJGPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5BIGxvb2sgYmFjayBhdCBsYXN0IHllYXJzIEdCQkY8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzMwL3NwYWlucy1udXR0eS1leHBvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0zMFQwMDo1MjoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9QQUdFLTktU21va2VkQ2F0YWxhbkFsbW9uZHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNtb2tlZENhdGFsYW5BbG1vbmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgdGVhbSBhcmUgbG9va2luZyBmb3J3YXJkIHRvIGdpdmluZyB0aGVzZSBhIHRyeSE8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzAzLzMwL3NwYWlucy1udXR0eS1leHBvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wMy0zMFQwMDo1MTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wMy9QQUdFLTktQnJpbmRpc2EtTnV0cy1SYW5nZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UEFHRSA5IC0gQnJpbmRpc2EgTnV0cyBSYW5nZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wMy8zMC9zcGFpbnMtbnV0dHktZXhwb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTctMDMtMzBUMDA6NTE6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDMvUEFHRS05LU1hcmNvbmFBbG1vbmRzMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UEFHRSA5IC0gTWFyY29uYUFsbW9uZHMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9wcmludC88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTAzVDEzOjQ1OjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L09OVFJBREVQUk9HUkVTU0xPR08uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9uLVRyYWRlIFByb2dyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9wcmludC0yLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDNUMTM6NDU6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvb250cmFkZXByb2dyZXNzaWNvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T24tVHJhZGUgUHJvZ3Jlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2Nyb3BwZWQtb250cmFkZXByb2dyZXNzaWNvbi1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wM1QxMzo0NjoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9jcm9wcGVkLW9udHJhZGVwcm9ncmVzc2ljb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNyb3BwZWQtb250cmFkZXByb2dyZXNzaWNvbi5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDUvZmluZC10aGUtYmVzdC10YWxlbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wNVQxNToyNDo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9DVi1MaWJyYXJ5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DViBMaWJyYXJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA1L2ZpbmQtdGhlLWJlc3QtdGFsZW50LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDVUMTU6MzE6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvQmFybmV5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CYXJuZXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDYvbWFuaXRvd29jLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDZUMTE6MjA6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvV2VsYmlsdF9Mb2dvX3dpdGhfdGFnbGluZV9Qcm9jZXNzLnRpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XZWxsYmlsdCBMb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA2L21hbml0b3dvYy1mb29kc2VydmljZS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTA2VDExOjIyOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L1dlbGJpbHRfTG9nb193aXRoX3RhZ2xpbmVfUHJvY2Vzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2VsbGJpbHQgTG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8wNy9uYXR1cmFsbHktY2xvdWR5LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDdUMDk6MDE6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvYW5pdmVyc2FyaS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW5pdmVyc2FyaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8wNy9uYXR1cmFsbHktY2xvdWR5LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDdUMDk6MDI6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvTUdfOTk3Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TEEgUElSQVRBPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA3L25hdHVyYWxseS1jbG91ZHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wN1QwOTowMzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9NR18wMDIyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MQSBQSVJBVEE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDcvbmF0dXJhbGx5LWNsb3VkeS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTA3VDA5OjQ3OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L2FydGljbGUtc3VwcG9ydC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcnRpY2xlLXN1cHBvcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDcvbmF0dXJhbGx5LWNsb3VkeS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTA3VDA5OjQ5OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L0JyYXV0cmFkaXRpb25fR2xhc19DbG9zZS1VcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJhdXRyYWRpdGlvbl9HbGFzX0Nsb3NlLVVwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA3L25hdHVyYWxseS1jbG91ZHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0wN1QwOTo0OTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9CcmF1dHJhZGl0aW9uX1N0aWxsZWJlbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJhdXRyYWRpdGlvbl9TdGlsbGViZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDcvbmF0dXJhbGx5LWNsb3VkeS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTA3VDA5OjUwOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L0JyYXV0cmFkaXRpb25fR2xhc19DbG9zZS1VcC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmF1dHJhZGl0aW9uX0dsYXNfQ2xvc2UtVXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMDcvbmF0dXJhbGx5LWNsb3VkeS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTA3VDA5OjUwOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L0JyYXV0cmFkaXRpb25fQnJhdXN0dWJlX0Fuc3Rvc3Nlbl8xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmF1dHJhZGl0aW9uX0JyYXVzdHViZV9BbnN0b3NzZW5fMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8wNy9uYXR1cmFsbHktY2xvdWR5LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMDdUMDk6NTE6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvQnJhdXRyYWRpdGlvbl9CcmF1ZXJhYnNwcmFjaGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyYXV0cmFkaXRpb25fQnJhdWVyYWJzcHJhY2hlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA3L25hdHVyYWxseS1jbG91ZHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0xMFQwOTo1ODoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9CcmF1dHJhZGl0aW9uX0dsYXNfQ2xvc2UtVXAtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJhdXRyYWRpdGlvbl9HbGFzX0Nsb3NlLVVwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzA3L25hdHVyYWxseS1jbG91ZHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0xMFQwOTo1ODo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9CcmF1dHJhZGl0aW9uX1N0aWxsZWJlbi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmF1dHJhZGl0aW9uX1N0aWxsZWJlbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8wNy9uYXR1cmFsbHktY2xvdWR5LzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMTBUMTA6MDA6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvQnJhdXRyYWRpdGlvbl9HbGFzX0Nsb3NlLVVwMy5naWY8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJhdXRyYWRpdGlvbl9HbGFzX0Nsb3NlLVVwMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8xOC9maW5hbGlzdHMtdW52ZWlsZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNC0xOFQxODoyMToxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNC9OV1lDLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5OV1lDPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzIwL2RpYW1vbmQtZmlsdHJhdGVkLXZvZGthLzwvbG9jPjxsYXN0bW9kPjIwMTctMDQtMjBUMTU6MjM6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDQvVEhSRUUtU0lYVFktUHJvZHVjdC1TaG90LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5USFJFRSBTSVhUWSBWb2RrYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNC8yMS9kcmluay13aW5lLXdpdGhvdXQtYS1oYW5nb3Zlci88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTIxVDA5OjUxOjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L0JlbHZvaXJzLVdpbmUtQWx0ZXJuYXRpdmVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWx2b2lyJ3MgV2luZSBBbHRlcm5hdGl2ZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMjEvdGhlLXBlcmZlY3QtcGFpcmluZy88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTIxVDEwOjA3OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L1RoZS1tb3N0LXBvcHVsYXItZmxhdm91cnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBtb3N0IHBvcHVsYXIgZmxhdm91cnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBNb3N0IFBvcHVsYXIgQmVsdm9pciBGbGF2b3VyczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDQvMjEvdGhlLXBlcmZlY3QtcGFpcmluZy88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTIxVDEwOjEzOjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L0dpbGwtTWVsbGVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaWxsIE1lbGxlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+R2lsbCBNZWxsZXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA0LzI0L2J1c2luZXNzLXJhdGVzLXJlZm9ybS88L2xvYz48bGFzdG1vZD4yMDE3LTA0LTI0VDA5OjA3OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA0L0FMTVIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFMTVI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMDkvbmV3LWN1cnJ5LWZsYXZvdXItc2Vhc29uaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMDlUMjA6MzE6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvVW5iYXItQ3Vycmllcy1GbGF2b3VyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VbmJhciBDdXJyaWVzIEZsYXZvdXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMDkvbmV3LWN1cnJ5LWZsYXZvdXItc2Vhc29uaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMDlUMjA6MzE6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvTWNDYWluLUZvb2RzZXJ2aWNlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NY0NhaW4gRm9vZHNlcnZpY2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMDkvbmV3LWN1cnJ5LWZsYXZvdXItc2Vhc29uaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMDlUMjA6MzE6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvR2x1dGVuLWZyZWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdsdXRlbiBmcmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA1LzA5L2NhbXJhLW9uLXRyYWRlLXByb2dyZXNzLWV4Y2x1c2l2ZS1vbi10aGUtbmVpZ2hib3Job29kLXBsYW5uaW5nLWJpbGwvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0wOVQyMDo0NDozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNS9NZW51LeKAmFNwcmluZy1DbGVhbuKAmS1lc3NlbnRpYWwtdG8tdGFja2xlLWZvb2QtaW5mbGF0aW9uLXdhcm5zLUx5bngtUHVyY2hhc2luZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R3JpbGxlZCBzdGVhayBhbmQgdmVnZXRhYmxlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNS8wOS9jYW1yYS1vbi10cmFkZS1wcm9ncmVzcy1leGNsdXNpdmUtb24tdGhlLW5laWdoYm9yaG9vZC1wbGFubmluZy1iaWxsLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMTdUMDg6NDE6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvcGFnZS0xNS1UaW0tUGFnZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGltIFBhZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRpbSBQYWdlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNS8yMy9jb2NrdGFpbC1tZW51LWlkZWEtc291dGhlcm4tYnJlZXplLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMjNUMTg6MTg6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvUEFHRS0xOC1zb3V0aGVybi1icmVlZXplLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Tb3V0aGVybiBCcmVlemU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNvdXRoZXJuIEJyZWV6ZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMjMvdGFzdGUtdGVzdC1iYWdnZWQtc25hY2tzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMjNUMTg6MzQ6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvUEFHRS0yNC0yNS1TYWx0eS1Eb2ctQ2hvcml6by5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNhbHR5IERvZyBDaG9yaXpvIEZsYXZvdXIgQ3Jpc3BzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TYWx0eSBEb2cgQ2hvcml6byBGbGF2b3VyIENyaXNwczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMjMvdGFzdGUtdGVzdC1iYWdnZWQtc25hY2tzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMjNUMTg6MzI6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvUEFHRS0yNC0yNS1CUklORElTQS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJpbmRpc2EgU3BhbmlzaCBGb29kczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnJpbmRpc2EgU21va2VkIFBhcHJpa2EgQWxtb25kczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDUvMjMvdGFzdGUtdGVzdC1iYWdnZWQtc25hY2tzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDUtMjNUMTg6Mzg6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDUvUEFHRS0yNC0yNS1Qb3Bjb3JuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UZW4gQWNyZSBDYXBwdWNjaW5vIEZsYXZvdXIgUG9jb3JuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UZW4gQWNyZSBDYXBwdWNjaW5vIEZsYXZvdXIgUG9jb3JuPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNS8yMy90YXN0ZS10ZXN0LWJhZ2dlZC1zbmFja3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0yM1QxODozNzoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNS9QYWdlLTI0LTI1LVNuYWZmbGluZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U25hZmZsaW5nIFBpZyBNYXJ2ZWxvdXMgTWFwbGUgRmxhdm91ciBQb3JrIFNjcmF0Y2hpbmdzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TbmFmZmxpbmcgUGlnIE1hcnZlbG91cyBNYXBsZSBGbGF2b3VyIFBvcmsgU2NyYXRjaGluZ3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA1LzIzL3Rhc3RlLXRlc3QtYmFnZ2VkLXNuYWNrcy88L2xvYz48bGFzdG1vZD4yMDE3LTA1LTIzVDE4OjQxOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA1L1RoZS1Mb25kb24tQ3Jpc3AuLUNvLVN3ZWV0LUNoaWxsaS1GbGF2b3VyLUNyaXNwcy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIExvbmRvbiBDcmlzcCBDby4gU3dlZXQgQ2hpbGxpIEZsYXZvdXIgQ3Jpc3BzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgTG9uZG9uIENyaXNwIENvLiBTd2VldCBDaGlsbGkgRmxhdm91ciBDcmlzcHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9leGNlbC1iYW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNS0yNFQwODo0NTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNS9leGNlbC1iYW5uZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmV4Y2VsLWJhbm5lcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNi8yMC9jb2NrdGFpbC1vZi10aGUtbW9udGgtaGFja25leS13b28td29vLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjBUMTA6NDE6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvcGFnZS0xOC12b2RrYS1ib3R0bGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk91ci9Mb25kb24gVm9ka2E8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk91ci9Mb25kb24gVm9ka2E8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIwL2NvY2t0YWlsLW9mLXRoZS1tb250aC1oYWNrbmV5LXdvby13b28vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yMFQxMDozNjo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNi9wYWdlLTE4LWhhY2tuZXktd29vLXdvby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVycnkgQ29vbGVyIENvY2t0YWlsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CZXJyeSBjb2NrdGFpbCBpc29sYXRlZCBvbiB3aGl0ZSBiYWNrZ3JvdW5kPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNi8yMC9jb2NrdGFpbC1vZi10aGUtbW9udGgtaGFja25leS13b28td29vLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjBUMTA6Mzc6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvcGFnZS0xOC1oYWNrbmV5LXdvby13b28tMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVycnkgQ29vbGVyIENvY2t0YWlsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CZXJyeSBjb2NrdGFpbCBpc29sYXRlZCBvbiB3aGl0ZSBiYWNrZ3JvdW5kPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNi8yMC9jb2NrdGFpbC1vZi10aGUtbW9udGgtaGFja25leS13b28td29vLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjBUMTA6NDI6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvaGFja25leS13b28td29vLmdpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IYWNrbmV5IFdvbyBXb288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDYvMjAvdGFzdGUtdGVzdC1zb2Z0LWRyaW5rcy1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yMFQxMzoyMjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNi9QYWdlLTIwLUhlaW5la2VuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IZWluZWtlbiAwLjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhlaW5la2VuIDAuMDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDYvMjAvdGFzdGUtdGVzdC1zb2Z0LWRyaW5rcy1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yMFQxMzoyODozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNi9QYWdlLTIwLUxlLUZydWl0LWRlLU1PTklOLVJodWJhcmIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vbmluIFJodWJhcmI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDYvMjAvdGFzdGUtdGVzdC1zb2Z0LWRyaW5rcy1yZXZpZXcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yMFQxMjo1MzozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNi9QYWdlLTIwLVRlbXAtU3Bpcml0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UZW1wZXJhbmNlIFNwaXJpdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VEVFVE9UQUwgRyduJ1Q8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIwL3Rhc3RlLXRlc3Qtc29mdC1kcmlua3MtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjBUMTI6NTA6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvcGFnZS0yMC1mZWVsLWdvb2QtZHJpbmtzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GZWVsIEdvb2QgRHJpbmtzIENvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgRmVlbCBHb29kIERyaW5rcyBDbyAtIE9yYW5nZSwgUGFzc2lvbiBGcnVpdCAmYW1wOyBXYXRlci48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIwL3Rhc3RlLXRlc3Qtc29mdC1kcmlua3MtcmV2aWV3LzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjBUMTM6MjQ6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvcGFnZS0yMC1iZWx2b2lyLXJvc2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlbHZvaXIgRnJ1aXQgRmFybXMgUm9zw6k8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJlbHZvaXIgRnJ1aXQgRmFybXMgUm9zw6k8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIxL3ZlbnVlLW9mLXRoZS1tb250aC1qdW5lLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjFUMDk6MDk6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvMTg0LU1hbmdvLVRyZWUtU29uZy1LcmFuLTIwMTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE4NCBNYW5nbyBUcmVlIFNvbmcgS3JhbiAyMDE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIxL3ZlbnVlLW9mLXRoZS1tb250aC1qdW5lLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjFUMDk6MTA6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvRFNDRjM4NzcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvY2t0YWlsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA2LzIxL3ZlbnVlLW9mLXRoZS1tb250aC1qdW5lLzwvbG9jPjxsYXN0bW9kPjIwMTctMDYtMjFUMDk6MTA6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDYvRlIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1hbmdvIFRyZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDYvMjEvdmVudWUtb2YtdGhlLW1vbnRoLWp1bmUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNi0yMVQwOTowOTo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNi9QYW5hbmctY3VycnktY2hpY2tlbi0wMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFuYW5nIGN1cnJ5IGNoaWNrZW4gMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDYvMjMvZXBvcy88L2xvYz48bGFzdG1vZD4yMDE3LTA2LTIzVDA5OjEwOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA2L0Vwb3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVwb3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTEvbmV3LWhhbGFsLW1vbml0b3JpbmctY29tbWl0dGVlLWhtYy1hcHByb3ZlZC1iZWVmLWJ1cmdlci88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDExOjQwOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L0ouLVBpY3R1cmUtMDEwLUhhbGFsLVN1cGVyaW9yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IYWxhbCBTdXBlcmlvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS9uZXctaGFsYWwtbW9uaXRvcmluZy1jb21taXR0ZWUtaG1jLWFwcHJvdmVkLWJlZWYtYnVyZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDctMTFUMTE6NDg6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDcvOTUtU3RlYWtidXJnZXIyY3JvcHBwZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjk1JSBTdGVhayBCdXJnZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTEvbmV3LWhhbGFsLW1vbml0b3JpbmctY29tbWl0dGVlLWhtYy1hcHByb3ZlZC1iZWVmLWJ1cmdlci88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDExOjM4OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L0UuLVBpY3R1cmUtMDA1LUFBLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5FLiBQaWN0dXJlIDAwNSBBQTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS9uZXctaGFsYWwtbW9uaXRvcmluZy1jb21taXR0ZWUtaG1jLWFwcHJvdmVkLWJlZWYtYnVyZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDctMTFUMTE6Mzk6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDcvQ29tcG9zaXRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Db21wb3NpdGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTEvbmV3LWhhbGFsLW1vbml0b3JpbmctY29tbWl0dGVlLWhtYy1hcHByb3ZlZC1iZWVmLWJ1cmdlci88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDExOjM5OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L0NvbXBvc2l0ZS1hZGouanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbXBvc2l0ZSBhZGo8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTEvd2hhdC10aGUtZWxlY3Rpb24tbWVhbnMtZm9yLWJlZXItYW5kLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wMlQyMjowNjowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNy9wYWdlLTE5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaW0gUGFnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS93aGF0LXRoZS1lbGVjdGlvbi1tZWFucy1mb3ItYmVlci1hbmQtcHVicy88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDEzOjIyOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L1BhZ2UyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFnZTIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA3LzExL3doYXQtdGhlLWVsZWN0aW9uLW1lYW5zLWZvci1iZWVyLWFuZC1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDctMTFUMTM6MjM6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDcvUGFnZTIwLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhZ2UyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS93aGF0LXRoZS1lbGVjdGlvbi1tZWFucy1mb3ItYmVlci1hbmQtcHVicy88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDEzOjI0OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L1VmaS1JYnJhaGltLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VZmkgSWJyYWhpbTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS9leHBlcnRzLXZpZXcta2F0ZS1uaWNob2xscy88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTExVDEzOjUwOjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L3BhZ2UyMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZTIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA3LzExL2V4cGVydHMtdmlldy1rYXRlLW5pY2hvbGxzLzwvbG9jPjxsYXN0bW9kPjIwMTctMDctMTFUMTM6NTM6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDcvcGFnZTIxLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2UyMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMS9leHBlcnRzLXZpZXcta2F0ZS1uaWNob2xscy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDE3OjEzOjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3L0thdGUtTmljaG9sbHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkthdGUgTmljaG9sbHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTMvdmVudWUtb2YtdGhlLW1vbnRoLWp1bHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNy0xM1QxMDoyMTo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNy9ObzEtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Tm8xIDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTMvdmVudWUtb2YtdGhlLW1vbnRoLWp1bHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNy0xM1QxMDoyMjoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNy9MYW5kaW5nLVBhZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wNy8xMy92ZW51ZS1vZi10aGUtbW9udGgtanVseS88L2xvYz48bGFzdG1vZD4yMDE3LTA3LTEzVDEwOjIxOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA3LzAxMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjAxMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDcvMTMvdmVudWUtb2YtdGhlLW1vbnRoLWp1bHkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wNy0xM1QxMDoyMTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wNy9ObzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5vMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wOC8yMS92ZW51ZS1tb250aC1hdWd1c3QvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOC0yMVQxMzowOToyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9wYWdlLTI4LWF1Zy00LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWFjaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8wOC8yMS9mdXJuaXNoaW5nLWZlc3RpdmFscy88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTIxVDE0OjA2OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L1BhZ2UtNDQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRlIEZlZXN0dGFmZWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMDgvMjEvY29ja3RhaWwtbW9udGgtcmFtYmxpbmctcm9zZS88L2xvYz48bGFzdG1vZD4yMDE3LTA4LTIxVDE0OjIxOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L1BhZ2UtMjYtQ29ja3RhaWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBSYW1ibGluZyBSb3NlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA4LzIxL2xhd3MtbGljZW5zaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTctMDgtMjFUMTQ6NTE6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvQXdhcmVuZXNzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Bd2FyZW5lc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2pvaG4tcG9ydGVyLzwvbG9jPjxsYXN0bW9kPjIwMTctMDgtMjFUMTU6NDk6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvSm9obi1Qb3J0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkpvaG4gUG9ydGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzA5LzI2L2V4cGVydHMtdmlldy1rYXRlLW5pY2hvbGxzLWFsbXItY2hpZWYtZXhlY3V0aXZlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDktMjZUMTM6MTk6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDkvUGFnZS0yMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+S2F0ZSBOaWNob2xsczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8wMy9leHBlcnRzLXZpZXctdWZpLWlicmFoaW0tYmhhLWNoaWVmLWV4ZWN1dGl2ZS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTAyVDIyOjIzOjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL1VmaS1JYnJhaGltLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VZmkgSWJyYWhpbSwgQkhBIENoaWVmIEV4ZWN1dGl2ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8wNS9iYXJzLXJlc3RhdXJhbnRzLWFpcnBvcnQtbG91bmdlcy1sZXQtY3VzdG9tZXJzLXR1bmUtbXV0ZWQtdHZzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMDVUMTc6NDE6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvRHVhbF8yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EdWFsXzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMDUvYmFycy1yZXN0YXVyYW50cy1haXJwb3J0LWxvdW5nZXMtbGV0LWN1c3RvbWVycy10dW5lLW11dGVkLXR2cy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA1VDE3OjQyOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwLzExOTA0MTcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9MWU1QVVMgRElHSVRBTCBDQU1FUkE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9MWU1QVVMgRElHSVRBTCBDQU1FUkE8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA1L2JhcnMtcmVzdGF1cmFudHMtYWlycG9ydC1sb3VuZ2VzLWxldC1jdXN0b21lcnMtdHVuZS1tdXRlZC10dnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wNVQxODowMDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC8xMTkwNDY3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMDUvYmFycy1yZXN0YXVyYW50cy1haXJwb3J0LWxvdW5nZXMtbGV0LWN1c3RvbWVycy10dW5lLW11dGVkLXR2cy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA1VDE3OjQ2OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwLzExOTA1ODYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9MWU1QVVMgRElHSVRBTCBDQU1FUkE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9MWU1QVVMgRElHSVRBTCBDQU1FUkE8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA3L2NvY2t0YWlsLW1vbnRoLXNtb2t5LWd1bi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA3VDA5OjAwOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL1Ntb2t5LUd1bi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U21va3kgR3VuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA3L2NvY2t0YWlsLW1vbnRoLWVsZWN0cmljLWZlZWwtYW1iZXItamVmZnJ5ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wN1QwOToxMDozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9zZXAtMTctcGFnZS0yMC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZXAgMTcgcGFnZSAyMCAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA3L2NvY2t0YWlsLW1vbnRoLWVsZWN0cmljLWZlZWwtYW1iZXItamVmZnJ5ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wN1QwOToxMTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9zZXAtMTctcGFnZS0yMC0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZXAgMTcgcGFnZSAyMCAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA3L2NvY2t0YWlsLW1vbnRoLWVsZWN0cmljLWZlZWwtYW1iZXItamVmZnJ5ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wN1QwOToxMjowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9zZXAtMTctcGFnZS0yMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgMjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMDkvZXhwZXJ0cy12aWV3LWpvaG4tcG9ydGVyLWJlZXItc29tbWVsaWVyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0wOVQxNjoxMjoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9TZXAtMTctcGFnZS0yOC0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TZXAgMTcgcGFnZSAyOCAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzA5L2V4cGVydHMtdmlldy1qb2huLXBvcnRlci1iZWVyLXNvbW1lbGllci0yLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMDlUMTY6MTM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2VwLTE3LXBhZ2UtMjgtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgMjggMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8wOS9leHBlcnRzLXZpZXctam9obi1wb3J0ZXItYmVlci1zb21tZWxpZXItMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTA5VDE2OjE1OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NlcC0xNy1wYWdlLTI4LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlcCAxNyBwYWdlIDI4IDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMDkvNDg2LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMDlUMTY6MjM6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2VwLTE3LXBhZ2UtMzAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdhcnkgU21pdGgsIE1hbmFnaW5nIERpcmVjdG9yIG9mIERyeXBob29uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5HYXJ5IFNtaXRoLCBNYW5hZ2luZyBEaXJlY3RvciBvZiBEcnlwaG9vbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMDkvNDg2LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMDlUMTY6MjQ6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2VwLTE3LXBhZ2UtMzAtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgMzAgMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8xNS9mdXR1cmUtb25saW5lLXJlc2VydmF0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTE1VDEzOjIxOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3BhZ2UtMzYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2UgMzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMTUvZnV0dXJlLW9ubGluZS1yZXNlcnZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0xNVQxMzoyMTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9wYWdlLTM2LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2UgMzYgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8xNS9mdXR1cmUtb25saW5lLXJlc2VydmF0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTE1VDEzOjIyOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3BhZ2UtMzYtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFnZSAzNiAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzE1L3BlcmZlY3QtY3VwLWNvZmZlZS1ldmVyeS1zaW5nbGUtY3VzdG9tZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0xNVQxMzozNDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9zZXAtMTctcGFnZS00MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgNDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMTUvcGVyZmVjdC1jdXAtY29mZmVlLWV2ZXJ5LXNpbmdsZS1jdXN0b21lci88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTE1VDEzOjM1OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NlcC0xNy1wYWdlLTQwLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNlcCAxNyBwYWdlIDQwIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMjMvYXNrLWJhcmJhcmVsbGEvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yM1QxNjo0NTowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9zZXAtMTctcGFnZS00OC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zZXAgMTcgcGFnZSA0OCAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEwLzIzL2Fzay1iYXJiYXJlbGxhLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjNUMTY6NDU6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvc2VwLTE3LXBhZ2UtNDgtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgNDggMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yMy9hc2stYmFyYmFyZWxsYS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDE2OjQ4OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NlcC0xNy1wYWdlLTQ4LTEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgNDggMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yMy9hc2stYmFyYmFyZWxsYS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDE2OjQ5OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL3NlcC0xNy1wYWdlLTQ4LTItMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2VwIDE3IHBhZ2UgNDggMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yMy9jdXN0b21lci1jYXJlLXRvYWQtcHJpbmNlLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjNUMTY6NTY6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvSkdQLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5KR1A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTAvMjkvdmVudWUtbW9udGgtY29ycmlnYW5zLW1heWZhaXIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yOVQxNToyNjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9PY3RvYmVyLXBhZ2UtMjQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9jdG9iZXIgcGFnZSAyNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yOS92ZW51ZS1tb250aC1jb3JyaWdhbnMtbWF5ZmFpci88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE1OjI3OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL09jdG9iZXItcGFnZS0yNC00LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PY3RvYmVyIHBhZ2UgMjQgNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMC8yOS92ZW51ZS1tb250aC1jb3JyaWdhbnMtbWF5ZmFpci88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE1OjI4OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL09jdG9iZXItcGFnZS0yNC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PY3RvYmVyIHBhZ2UgMjQgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8wMS9jb2NrdGFpbC1tb250aC1yZWRsZWctZ2luZ2VyLW1vaml0by88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDIyOjU2OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0RCRTVnS1hXQUFBTTJuNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+REJFNWdLWFdBQUFNMm41PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzAxL2NvY2t0YWlsLW1vbnRoLXJlZGxlZy1naW5nZXItbW9qaXRvLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMjI6NTg6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvT2N0b2Jlci1QYWdlLTIyLVJlZExlZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2N0b2JlciBQYWdlIDIyIFJlZExlZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8wOS90YXN0ZS10ZXN0LXJ0ZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wOVQwODo1NDozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9MLVZLLVNMLXJnYjMwMGRwaS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TCBWSyBTTCByZ2IzMDBkcGk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMDkvdGFzdGUtdGVzdC1ydGRzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMDk6MTQ6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvTC1WSy1URi1yZ2IzMDBkcGkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkwgVksgVEYgcmdiMzAwZHBpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzA5L3Rhc3RlLXRlc3QtcnRkcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTA5VDA4OjU1OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL0wtVkstT1AtcmdiMzAwZHBpLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkwgVksgT1AgcmdiMzAwZHBpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzA5L3Rhc3RlLXRlc3QtcnRkcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTA5VDA5OjEzOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1BhZ2UtMjguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhZ2UgMjg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMDkvdGFzdGUtdGVzdC1ydGRzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMDk6MTA6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUGFnZS0yOC1DaGVycnkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhZ2UgMjggQ2hlcnJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzA5L2RyaW5rYXdhcmUtcmVzZWFyY2gtcmV2ZWFscy1leHRlbnQtZHJ1bmtlbi1zZXh1YWwtaGFyYXNzbWVudC88L2xvYz48bGFzdG1vZD4yMDE3LTExLTA5VDA5OjMzOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL3BhZ2UtMzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBhZ2UgMzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMDkvcWEtY2hyaXMtaG93YXJkLWZsZXhmdXJuLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMTg6MTk6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUGFnZS0zNC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYWdlIDM0IDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMDkvcWEtY2hyaXMtaG93YXJkLWZsZXhmdXJuLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMTg6MjE6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUGFnZS0zNC0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYWdlIDM0IDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMDkvcWEtY2hyaXMtaG93YXJkLWZsZXhmdXJuLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMTg6MjI6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUGFnZS0zNC0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYWdlIDM0IDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMDkvcWEtY2hyaXMtaG93YXJkLWZsZXhmdXJuLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMTg6MjI6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUGFnZS0zNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFnZSAzNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xMC93aGF0bGwtZ2V0dGluZy1iZWVyLXJhbmdlLXJpZ2h0LzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDlUMTk6MDU6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvT2N0b2Jlci1wYWdlLTM4LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9jdG9iZXIgcGFnZSAzOCAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzEwL3doYXRsbC1nZXR0aW5nLWJlZXItcmFuZ2UtcmlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wOVQxOTowNzoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9PY3RvYmVyLXBhZ2UtMzgtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2N0b2JlciBwYWdlIDM4IDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTAvd2hhdGxsLWdldHRpbmctYmVlci1yYW5nZS1yaWdodC88L2xvYz48bGFzdG1vZD4yMDE3LTExLTA5VDE5OjA3OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL29jdG9iZXItcGFnZS0zOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+b2N0b2JlciBwYWdlIDM4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE1L3NjaWVuY2UtcGVyZmVjdC10aW1pbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0xNVQxMzozNTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9QYWdlLTM2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYWdlIDM2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE1L3NjaWVuY2UtcGVyZmVjdC10aW1pbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0xNVQxMzozOTo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9QYWdlLTM2LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhZ2UgMzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTYvYnJleGl0LWd1YXJhbnRlZWQtdW5sb2NrLXN1Y2Nlc3Mta2lkcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE1VDE0OjA1OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1BhZ2UtNDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBob3RvZ3JhcGh5IGJ5OiB3d3cudGhlbWFrZXJzLmNvLnVrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5QaG90b2dyYXBoeSBieTogd3d3LnRoZW1ha2Vycy5jby51azwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTYvYnJleGl0LWd1YXJhbnRlZWQtdW5sb2NrLXN1Y2Nlc3Mta2lkcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE2VDA5OjIxOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1BhZ2UtNDItMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGhvdG9ncmFwaHkgYnk6IHd3dy50aGVtYWtlcnMuY28udWs8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBob3RvZ3JhcGh5IGJ5OiB3d3cudGhlbWFrZXJzLmNvLnVrPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xNi9icmV4aXQtZ3VhcmFudGVlZC11bmxvY2stc3VjY2Vzcy1raWRzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMTZUMDk6MjE6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUGFnZS00Mi0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYWdlIDQyIDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTYvYnJleGl0LWd1YXJhbnRlZWQtdW5sb2NrLXN1Y2Nlc3Mta2lkcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE2VDA5OjIyOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1BhZ2UtNDItMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFnZSA0MiAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE2L2V4cGVydHMtdmlldy12aWV3LWFtZXJpY2EvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0xNlQxOTowODozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9Ob3YxNy1QYWdlLTIyLTIzLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5vdjE3IFBhZ2UgMjIgMjMgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xNi9leHBlcnRzLXZpZXctdmlldy1hbWVyaWNhLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMTZUMTk6MTA6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvU21hbGwtSW5kLUFtLUNyYWZ0LUJlZXItYmFubmVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TbWFsbCAmYW1wOyBJbmQgQW0gQ3JhZnQgQmVlciBiYW5uZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTYvZXhwZXJ0cy12aWV3LXZpZXctYW1lcmljYS88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE2VDE5OjEwOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL05vdjE3LVBhZ2UtMjItMjMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5vdjE3IFBhZ2UgMjIgMjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTgvdmVudWUtbW9udGgtc29jaWFsLWZlc3RpdmFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMThUMTA6NTg6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUllBTjc5ODYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJZQU43OTg2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE4L3ZlbnVlLW1vbnRoLXNvY2lhbC1mZXN0aXZhbC88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE4VDEwOjU5OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1JZQU44MDY4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SWUFOODA2ODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xOC92ZW51ZS1tb250aC1zb2NpYWwtZmVzdGl2YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0xOFQxMTowMTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9SWUFOODE2NS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UllBTjgxNjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMTgvdmVudWUtbW9udGgtc29jaWFsLWZlc3RpdmFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMThUMTA6NTk6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvUllBTjgxODUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJZQU44MTg1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzE4L2NvY2t0YWlsLW1vbnRoLXRpYS1tYXJpYS1jYXBwdWNjaW5vLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMThUMTE6MTA6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvVGlhLU1hcmlhLWJvdHRsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGlhIE1hcmlhIGJvdHRsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xOC9jb2NrdGFpbC1tb250aC10aWEtbWFyaWEtY2FwcHVjY2luby88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE4VDExOjEwOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1RpYS1NYXJpYS1DYXBwdWNjaW5vLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaWEgTWFyaWEgQ2FwcHVjY2lubzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8xOC9jb2NrdGFpbC1tb250aC10aWEtbWFyaWEtY2FwcHVjY2luby88L2xvYz48bGFzdG1vZD4yMDE3LTExLTE4VDExOjE1OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL1RpYS1NYXJpYS1ib3R0bGUtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGlhLU1hcmlhIGJvdHRsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8yNi90aGUtY29tZWJhY2stb2YtcnRkcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTI2VDA4OjQ5OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL0RTQ18wOTU1LWUxNTA1Mzc3NzQ4MjA0LTc2OHg0NzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRTQ18wOTU1LWUxNTA1Mzc3NzQ4MjA0LTc2OHg0NzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMjYvdGhlLWNvbWViYWNrLW9mLXJ0ZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0yNlQwODo1MDowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9WSy1Wb2x1bWUtdXAtYXJ0aWNsZS1pbWFnZS03MzB4NDUwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5WSy1Wb2x1bWUtdXAtYXJ0aWNsZS1pbWFnZS03MzB4NDUwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzI2L25kbWwtZm9yZWZyb250LWluc3VyYW5jZS1icm9raW5nLW5pZ2h0Y2x1YnMtbGF0ZS1iYXJzLWxlaXN1cmUtZXN0YWJsaXNobWVudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0yNlQwODo1Nzo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9uZG1sLW5ld3MuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5kbWwtbmV3czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMS8yNi9ob3AtcGludC1ob21lLWdyb3duLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMjZUMDk6MDY6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvTm92MTctUGFnZS0zOC0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMjYvaG9wLXBpbnQtaG9tZS1ncm93bi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTI2VDA5OjA1OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL05vdjE3LVBhZ2UtMzguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5vdjE3IFBhZ2UgMzg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTEvMjYvZXBvcy1xYS1zdGFyLW1pY3Jvbmljcy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTI2VDA5OjIwOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL25vdjE3LXBhZ2UtNDItMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QW5uZXR0ZSBUYXJsdG9uLCBNYXJrZXRpbmcgRGlyZWN0b3IgYXQgRVBPUyBzcGVjaWFsaXN0cyBTdGFyIE1pY3JvbmljcyBFTUVBPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzExLzI2L2Vwb3MtcWEtc3Rhci1taWNyb25pY3MvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0yNlQwOToxOToyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9ub3YxNy1wYWdlLTQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TdGFyX1doaXRlT25CbHVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEyLzAxL2JyYWtlcy1zY290bGFuZC1jZWxlYnJhdGVzLTUwMC1zY290dGlzaC1wcm9kdWN0cy1uZXctYnJvY2h1cmUtYmFja2VkLWdhcnktbWFjbGVhbi88L2xvYz48bGFzdG1vZD4yMDE3LTEyLTAxVDE4OjA5OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEyL0JyYWtlcy1TY290bGFuZC1icm9jaHVyZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJha2VzIFNjb3RsYW5kIGJyb2NodXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEyLzAxL2JyYWtlcy1zY290bGFuZC1jZWxlYnJhdGVzLTUwMC1zY290dGlzaC1wcm9kdWN0cy1uZXctYnJvY2h1cmUtYmFja2VkLWdhcnktbWFjbGVhbi88L2xvYz48bGFzdG1vZD4yMDE3LTEyLTAxVDE4OjEwOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEyL3Ntb2tlZC1kdWNrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zbW9rZWQgZHVjazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMi8wMi9jYW1yYS1kcmlua2F3YXJlLWFubm91bmNlLWZpcnN0LWV2ZXItbG9uZG9uLWxvdy1hbGNvaG9sLWJlZXItY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0wMlQxMzo1NDoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMi9Sb21tZWwtTW9zZWxleS1Ecmlua2F3YXJlLWRpcmVjdG9yLW9mLWJ1c2luZXNzLWRldmVsb3BtZW50LWFuZC1wYXJ0bmVyc2hpcHMtMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Um9tbWVsIE1vc2VsZXkgRHJpbmthd2FyZSBkaXJlY3RvciBvZiBidXNpbmVzcyBkZXZlbG9wbWVudCBhbmQgcGFydG5lcnNoaXBzIDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTIvMDIvaG9ncy1iYWNrLWJyZXdlcnktbWVldHMtaW5jcmVhc2VkLWRlbWFuZC0zMDBrLWludmVzdG1lbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0wMlQxNDowMDoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMi9OZXctYnVpbGRpbmctaW4tcHJvZ3Jlc3MtYXQtSG9ncy1CYWNrLUJyZXdlcnkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5ldyBidWlsZGluZyBpbiBwcm9ncmVzcyBhdCBIb2dzIEJhY2sgQnJld2VyeTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxNy8xMi8xMy9ob3RlbHltcGlhLXBhcnRuZXJzLWJyaXRpc2gtaG9zcGl0YWxpdHktYXNzb2NpYXRpb24tc3VwcG9ydC1jdXQtdG91cmlzbS12YXQtY2FtcGFpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0xM1QyMjoxMzo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMi9Ib3RlbHltcGlhLWxvZ28tMjAxOC1Ib3NwaXRhbGl0eS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG90ZWx5bXBpYSBsb2dvIDIwMTgtSG9zcGl0YWxpdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTIvMTgvY2FtcmEtbmFtZXMtYmVzdC1mb3VyLWNsdWJzLWNvdW50cnkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0xOFQxNjoyNjo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMi9BcHBsZXRvbi1UaG9ybi1WaWxsYWdlLUhhbGwtOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXBwbGV0b24gVGhvcm4gVmlsbGFnZSBIYWxsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE3LzEyLzE4L2NhbXJhLW5hbWVzLWJlc3QtZm91ci1jbHVicy1jb3VudHJ5LzwvbG9jPjxsYXN0bW9kPjIwMTctMTItMThUMTY6MjI6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTIvQWxiYXRyb3NzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbGJhdHJvc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTIvMTgvY2FtcmEtbmFtZXMtYmVzdC1mb3VyLWNsdWJzLWNvdW50cnkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0xOFQxNjoyNDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMi9CZXhoaWxsLW9uLVNlYS1BbGJhdHJvc3MtQ2x1Yi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTcvMTIvMTgvY2FtcmEtbmFtZXMtYmVzdC1mb3VyLWNsdWJzLWNvdW50cnkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMi0xOFQxNjoyMzoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMi9jYW1yYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2FtcmE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDEvMTQvdmVudWUtbW9udGgtaGVybWl0YWdlLXJkLWJhci1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDEtMTRUMTc6NDQ6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDEvSGVybVJkLUludGVyaW9ycy1KYWYtMDA0Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVybVJkLUludGVyaW9ycy1KYWYtMDA0MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMS8xNC92ZW51ZS1tb250aC1oZXJtaXRhZ2UtcmQtYmFyLXJlc3RhdXJhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMS0xNFQxNzo0NToxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMS9QYWdlLTI0LTI1LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhZ2UgMjQgMjUgKDIpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAxLzE0L3ZlbnVlLW1vbnRoLWhlcm1pdGFnZS1yZC1iYXItcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTAxLTE0VDE3OjQ2OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAxL0hlcm1SZC1JbnRlcmlvcnMtSmFmLTAwNDItMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVybVJkLUludGVyaW9ycy1KYWYtMDA0MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMS8xNC92ZW51ZS1tb250aC1oZXJtaXRhZ2UtcmQtYmFyLXJlc3RhdXJhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMS0xNFQxNzo1MTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMS9IZXJtUmQtSW50ZXJpb3JzLXBuZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVybVJkLUludGVyaW9ycy1wbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDEvMTQvdmVudWUtbW9udGgtaGVybWl0YWdlLXJkLWJhci1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDEtMTRUMTc6NTQ6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDEvSGVybVJkLUludGVyaW9ycy1KYWYtMDA0Mi0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IZXJtaXRhZ2UgUmQgQmFyICZhbXA7IFJlc3RhdXJhbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDEvMjEvdmVudWUtcHJvZmlsZS10cmFkaW5nLWhvdXNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDEtMjFUMjI6NTE6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDEvUGFnZS0yNC0yLnRpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgVHJhZGluZyBIb3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMS8yMS92ZW51ZS1wcm9maWxlLXRyYWRpbmctaG91c2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMS0yMVQyMjo1NTo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMS9QYWdlLTI0LTEudGlmPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhZ2UgMjQgKDEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAxLzIxL3ZlbnVlLXByb2ZpbGUtdHJhZGluZy1ob3VzZS88L2xvYz48bGFzdG1vZD4yMDE4LTAxLTIxVDIzOjA0OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAxL1RoZS1UcmFkaW5nLUhvdXNlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgVHJhZGluZyBIb3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMS8yMS92ZW51ZS1wcm9maWxlLXRyYWRpbmctaG91c2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMS0yN1QxOToxMToxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMS9UaGUtVHJhZGluZy1Ib3VzZS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgVHJhZGluZyBIb3VzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8wMS9zaW5nLXVwLWEtc3Rvcm0vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0wMVQxMDowNzoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9MdWNreS1Wb2ljZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+THVja3kgVm9pY2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMDEvc2luZy11cC1hLXN0b3JtLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMDFUMTA6MDk6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvTHVja3ktVm9pY2UtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+THVja3kgVm9pY2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMDEvYnJvb2tseW4tZ2luLWluY2VudGl2ZS1vZmZlcnMtdHJpcHMtYmFyLWNvbnZlbnQtYnJvb2tseW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0wMVQxMTozMDozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9Ccm9va2x5bi1HaW4tb24tdGhlLUJyb29rbHluLUJyaWRnZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzA2L3RyYWRlLXByb2dyZXNzLWdpdmVzLWJhci1yZXN0YXVyYW50LW9wZXJhdG9ycy10aXBzLWtlZXAtY29ja3RhaWwtb2ZmZXJpbmctdHJlbmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0wNlQxNTozOTo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9QYWdlLTM0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYWdlIDM0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzA2L3RyYWRlLXByb2dyZXNzLWdpdmVzLWJhci1yZXN0YXVyYW50LW9wZXJhdG9ycy10aXBzLWtlZXAtY29ja3RhaWwtb2ZmZXJpbmctdHJlbmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0wNlQxNTo0MToyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9QYWdlLTM0LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8wNy82ODIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0wN1QxMDowODo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9pbXBlcmlhbGxvZ28uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIEltcGVyaWFsIEFybXM6IGR1ZSB0byByZW9wZW4gbGF0ZSBGZWJydWFyeSBmb2xsb3dpbmcgcmVmdXJiaXNobWVudDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMDcvNjgyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMDdUMTA6MTE6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvYW5kcmV3Y29hdGhNRC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Eb3VibGUgZmlndXJlczogVW5pcXVlIEhvc3BpdGFsaXR5IE1hbmFnZW1lbnQsIGxlZCBieSBtYW5hZ2luZyBkaXJlY3RvciBBbmRyZXcgQ29hdGgsIG5vdyBoYXMgdGVuIHNpdGVzLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMTQvbXJtLXRhcmdldGluZy1idXNpbmVzcy1ncm93dGgtY2FybHNiZXJnLXVrLXJvbGxzLWFwcC88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTE0VDA4OjQ0OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAyL0NhcmxzYmVyZy11c2luZy1NUk0tUE9TLUNyZWF0b3IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhcmxzYmVyZyB1c2luZyBNUk0gUE9TIENyZWF0b3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNhcmxzYmVyZyB1c2luZyBNUk0gUE9TIENyZWF0b3I8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzE0L2V1cm9wYS1leHBhbmRzLW1hbmFnZW1lbnQtdGVhbS1hbWlkc3QtMjAxOC1leHBhbnNpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xNFQxMDo1NToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9HYXJyeS1QZXR0aXR0LUV1cm9wYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2FycnkgUGV0dGl0dCBFdXJvcGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkdhcnJ5IFBldHRpdHQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzE0L2V1cm9wYS1leHBhbmRzLW1hbmFnZW1lbnQtdGVhbS1hbWlkc3QtMjAxOC1leHBhbnNpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xNFQxMDo1NzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9HYXJyeS1QZXR0aXR0LUV1cm9wYS4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdhcnJ5IFBldHRpdHQgRXVyb3BhLjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8xNC9ldXJvcGEtZXhwYW5kcy1tYW5hZ2VtZW50LXRlYW0tYW1pZHN0LTIwMTgtZXhwYW5zaW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMTRUMTA6NTk6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvRXVyb3BhLUxvZ28ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkV1cm9wYSBMb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzE1L2Jlc3QtcHJhY3RpY2Uta2VnLWRpc3BlbnNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMTVUMTY6MzE6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvRGVzY3JpcHRpb24tb2YtZXF1aXBtZW50LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EZXNjcmlwdGlvbiBvZiBlcXVpcG1lbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRlc2NyaXB0aW9uIG9mIGVxdWlwbWVudDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDIvMTUvYmVzdC1wcmFjdGljZS1rZWctZGlzcGVuc2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xNVQxNjozNDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9CRkJpLUxvZ28tSEQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJGQmkgTG9nbyBIRDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8xNS9iZXN0LXByYWN0aWNlLWtlZy1kaXNwZW5zZS88L2xvYz48bGFzdG1vZD4yMDE4LTAyLTE1VDE2OjM3OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAyL0JGQkktbG9nby1ldGMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJGQkkgbG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8xNi93aW4tdmlwLXRyaXAtanVseS1uZXctb3JsZWFucy1zb3V0aGVybi1jb21mb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMTZUMDg6Mzc6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvU291dGhlcm4tU2hvd2Rvd24tbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U291dGhlcm4gU2hvd2Rvd24gbG9nbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8xNi93aW4tdmlwLXRyaXAtanVseS1uZXctb3JsZWFucy1zb3V0aGVybi1jb21mb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMTZUMDg6Mzc6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvU291dGhlcm4tU2hvd2Rvd24tMjAxOC1jaGFsbGVuZ2VzLWJhcnRlbmRlcnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNvdXRoZXJuIFNob3dkb3duIDIwMTggY2hhbGxlbmdlcyBiYXJ0ZW5kZXJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAyLzE2L3NpeHBvaW50LWV4cGFuZHMtdWstZGlzdHJpYnV0aW9uLXZpYS1oZWF0aHdpY2svPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMi0xNlQxMDo1NzoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMi9TaXhwb2ludC0zcG9pbnQ1LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNpeHBvaW50IDNwb2ludDUgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8yMi9jYXN1YWwtZGluaW5nLXJlc3RhdXJhbnQtcHViLWF3YXJkcy0yMDE4LXdpbm5lcnMtYW5ub3VuY2VkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMjJUMTA6MjE6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvQ0RfTUFTVEVSXzIwMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhc3VhbCBEaW5pbmcgU2hvdzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8yMi9jYXN1YWwtZGluaW5nLXJlc3RhdXJhbnQtcHViLWF3YXJkcy0yMDE4LXdpbm5lcnMtYW5ub3VuY2VkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMjJUMTA6MjQ6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvQ2FzdWFsLURpbmluZy1TaG93LUxvZ28tV2Vic2l0ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FzdWFsIERpbmluZyBTaG93IExvZ28gV2Vic2l0ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMi8yMi9jYXN1YWwtZGluaW5nLXJlc3RhdXJhbnQtcHViLWF3YXJkcy0yMDE4LXdpbm5lcnMtYW5ub3VuY2VkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDItMjJUMTA6MjY6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDIvQ2FzdWFsLURpbmluZy1TaG93LU5ldy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FzdWFsIERpbmluZyBTaG93IE5ldzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8wNy9zcGFjZS1hZ2UtdGVjaG5vbG9neS1ub3ctb3Zlbi10YWJsZXdhcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMy0wN1QxMTozNDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMy9DZXJhZmxhbWUtTkVXMS1waWUtc21hbGwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNlcmFmbGFtZSBORVcxIHBpZSBzbWFsbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yNi9naWZmYXJkLWFkZC1jcmVtZS1icnVsZWUtY2FyYW1lbC1zYWxlLWxhdmVuZGVyLW1peC88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI2VDA5OjI0OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL1NJUk9QLUNSRU1FLUJSVUxFRS1HSUZGQVJELTEwMENMLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TSVJPUCBDUkVNRSBCUlVMRUUgR0lGRkFSRCAxMDBDTDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yNi9naWZmYXJkLWFkZC1jcmVtZS1icnVsZWUtY2FyYW1lbC1zYWxlLWxhdmVuZGVyLW1peC88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI2VDA5OjI1OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL1NJUk9QLUxBVkFOREUtMTAwQ0wuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNJUk9QIExBVkFOREUgMTAwQ0w8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDMvMjYvZ2lmZmFyZC1hZGQtY3JlbWUtYnJ1bGVlLWNhcmFtZWwtc2FsZS1sYXZlbmRlci1taXgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMy0yNlQwOToyNToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMy9TSVJPUC1DQVJBTUVMLVNBTEUtMTAwQ0wuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNJUk9QIENBUkFNRUwgU0FMRSAxMDBDTDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yNi9naWZmYXJkLWFkZC1jcmVtZS1icnVsZWUtY2FyYW1lbC1zYWxlLWxhdmVuZGVyLW1peC88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI2VDA5OjMxOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL0xhdmVuZGVyLWxlbW9uYWRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZlbmRlciBsZW1vbmFkZSBtYXNvbiBqYXJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5MYXZlbmRlciBsZW1vbmFkZSBtYXNvbiBqYXJzIG9uIHJ1c3RpYyBiYWNrZ3JvdW5kPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yNi9naWZmYXJkLWFkZC1jcmVtZS1icnVsZWUtY2FyYW1lbC1zYWxlLWxhdmVuZGVyLW1peC88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI2VDA5OjMxOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL01JTEtTSEFLRS1DcsOobWUtQnJ1bMOpZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FyYW1lbCBjaG9jb2xhdGUgbWlsa3NoYWtlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAzLzI2L2dpZmZhcmQtYWRkLWNyZW1lLWJydWxlZS1jYXJhbWVsLXNhbGUtbGF2ZW5kZXItbWl4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDMtMjZUMDk6MzE6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDMvU2FsdGVkLUNhcmFtZWwtTGF0dGUtTWFjY2hpYXR0by5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2FsdGVkIENhcmFtZWwgTGF0dGUgTWFjY2hpYXR0bzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yNi9naWZmYXJkLWFkZC1jcmVtZS1icnVsZWUtY2FyYW1lbC1zYWxlLWxhdmVuZGVyLW1peC88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI2VDA5OjMxOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL0dpZmZhcmQtQ3LDqG1lLUJydWzDqWUtU3lydXAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdpZmZhcmQgQ3LDqG1lIEJydWzDqWUgU3lydXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDMvMjYvZ2lmZmFyZC1hZGQtY3JlbWUtYnJ1bGVlLWNhcmFtZWwtc2FsZS1sYXZlbmRlci1taXgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMy0yNlQwOTozMTo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMy9HaWZmYXJkLVNhbHRlZC1DYXJhbWVsLVN5cnVwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaWZmYXJkIFNhbHRlZCBDYXJhbWVsIFN5cnVwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAzLzI2L2dpZmZhcmQtYWRkLWNyZW1lLWJydWxlZS1jYXJhbWVsLXNhbGUtbGF2ZW5kZXItbWl4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDMtMjZUMDk6MzI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDMvR2lmZmFyZC1MYXZlbmRlci1TeXJ1cC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2lmZmFyZCBMYXZlbmRlciBTeXJ1cDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yOS90b3VyaXNtLWhvc3BpdGFsaXR5LWhlcm8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMy0yOVQwNzo0MToxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMy9Db2xpbi1HdW5uLUdlbmVyYWwtTWFuYWdlci1mb3ItTW94eS1BYmVyZGVlbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29saW4gR3VubiwgR2VuZXJhbCBNYW5hZ2VyIGZvciBNb3h5IEFiZXJkZWVuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAzLzI5L3RvdXJpc20taG9zcGl0YWxpdHktaGVyby88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI5VDA3OjQzOjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL0NvbGluLUd1bm4tR2VuZXJhbC1NYW5hZ2VyLWZvci1Nb3h5LUFiZXJkZWVuLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbGluIEd1bm4sIEdlbmVyYWwgTWFuYWdlciBmb3IgTW94eSBBYmVyZGVlbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wMy8yOS90b3VyaXNtLWhvc3BpdGFsaXR5LWhlcm8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wMy0yOVQwNzo0Nzo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wMy9Db2xpbi1HdW5uLUdlbmVyYWwtTWFuYWdlci1mb3ItTW94eS1BYmVyZGVlbi0wMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvbGluIEd1bm4gR2VuZXJhbCBNYW5hZ2VyIGZvciBNb3h5IEFiZXJkZWVuICgwMDIpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzAzLzI5L3RvdXJpc20taG9zcGl0YWxpdHktaGVyby88L2xvYz48bGFzdG1vZD4yMDE4LTAzLTI5VDA3OjU4OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzAzL01veHktbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW94eSBsb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzExL2xhdGVzdC10cmVuZHMtaG9zcGl0YWxpdHktZnVybml0dXJlLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xMVQwOToyOToxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9FZGVuLUZ1cm5pdHVyZS1hdC1EYWJiYXdhbHMtRFNDXzE2NTUtY3JvcC1tZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVkZW4gRnVybml0dXJlIGF0IERhYmJhd2FsJ3MgRFNDXzE2NTUgY3JvcCBtZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTEvbGF0ZXN0LXRyZW5kcy1ob3NwaXRhbGl0eS1mdXJuaXR1cmUtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTExVDA5OjMyOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0VkZW4tRnVybml0dXJlLURlZXJodXJzdC1CZW5jaC0xNjE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5FZGVuIEZ1cm5pdHVyZSBEZWVyaHVyc3QgQmVuY2ggMTYxNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RWRlbiBGdXJuaXR1cmUgRGVlcmh1cnN0IEJlbmNoPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xMS9vbmxpbmUtYmVlci1kaXN0cmlidXRvci1yZXZvbHV0aW9uaXNlcy1zdXBwbHktdGVuZGVyLXByb2Nlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xMVQxMDo0MDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9sb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzExL2FtZXJpY2FuLWNyYWZ0LWJlZXItZXhwb3J0cy1zdXJwYXNzLTEyNS1taWxsaW9uLWdyb3ctNy0xLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTFUMTM6MjI6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYW1lcmljYW4tY3JhZnQtYmVlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW1lcmljYW4gY3JhZnQgYmVlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xMS9hbWVyaWNhbi1jcmFmdC1iZWVyLWV4cG9ydHMtc3VycGFzcy0xMjUtbWlsbGlvbi1ncm93LTctMS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTExVDEzOjI1OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L2NyYWZ0LWJlZXItZmVhdHVyZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JhZnQgYmVlciBmZWF0dXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzExL25ldy1kZXNzZXJ0cy1mcm9tLWJyYWtlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTExVDE0OjI5OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0JyYWtlcy1WZWdhbi1HbHV0ZW4tRnJlZS1SYXNwYmVycnktRnJhbmdpcGFuZS1UYXJ0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmFrZXMgVmVnYW4gJmFtcDsgR2x1dGVuIEZyZWUgUmFzcGJlcnJ5IEZyYW5naXBhbmUgVGFydDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xMS9uZXctZGVzc2VydHMtZnJvbS1icmFrZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xMVQxNDozMDoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9icmFrZXMtbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJha2VzIGxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTEvbmV3LXRyYW1vbnRpbmEtZnJlbmNoLXN0eWxlLWN1dGxlcnktcmFuZ2UtYXJ0aXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xMVQxNTowNzowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9hcnRpcy1sb2dvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcnRpcyBsb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzExL25ldy10cmFtb250aW5hLWZyZW5jaC1zdHlsZS1jdXRsZXJ5LXJhbmdlLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTFUMTU6MTM6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvRnJlbmNoLXN0eWxlLWtuaXZlLWFuZC1mb3JrLVJlZC1zbWFsbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RnJlbmNoIHN0eWxlIGtuaXZlIGFuZCBmb3JrIFJlZCBzbWFsbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xMi9wcm9wZXItcGllcy13aW5zLWJyaXRpc2gtcGllLWF3YXJkcy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTJUMTM6NTY6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvMjAxOC1QaWUtQXdhcmRzLUdvbGQtMDAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yMDE4IFBpZSBBd2FyZHMgR29sZCAoMDAyKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xMi9wcm9wZXItcGllcy13aW5zLWJyaXRpc2gtcGllLWF3YXJkcy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTJUMTM6NTY6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvY3JlYXRpdmUtZm9vZHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNyZWF0aXZlIGZvb2RzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzEyL3Byb2xpZ2h0cy1vbWVnYS1waXgtbmV4dC1nZW5lcmF0aW9uLWhpZ2gtcmVzLWxlZC12aWRlby1zY3JlZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xMlQxNDo1NTo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9Qcm9MaWdodHMtT21lZ2FQSVgtU2FsZS10by1QZWFjaHktRXZlbnRzLVByZXNzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Qcm9MaWdodHMgT21lZ2FQSVggU2FsZSB0byBQZWFjaHkgRXZlbnRzIC0gUHJlc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTIvcHJvbGlnaHRzLW9tZWdhLXBpeC1uZXh0LWdlbmVyYXRpb24taGlnaC1yZXMtbGVkLXZpZGVvLXNjcmVlbi88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTEyVDE0OjU2OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3Byby1saWdodHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBybyBsaWdodHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTIvcHJvbGlnaHRzLW9tZWdhLXBpeC1uZXh0LWdlbmVyYXRpb24taGlnaC1yZXMtbGVkLXZpZGVvLXNjcmVlbi88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTEyVDE0OjU2OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3Byby1saWdodHMtdHdvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wcm8gbGlnaHRzIHR3bzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xNy9tci1mb2dncy1naW4tcGFybG91ci12aWktaGlsbHMtZ2luLWhlYWQtcm9tZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE3VDEyOjE2OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L01yLUZyb2dncy1HaW4ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1yIEZyb2dncyBHaW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTcvbXItZm9nZ3MtZ2luLXBhcmxvdXItdmlpLWhpbGxzLWdpbi1oZWFkLXJvbWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xN1QxMjoxNjoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9Nci1Gcm9nZ3MtR2luLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1yIEZyb2dncyBHaW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTcvbXItZm9nZ3MtZ2luLXBhcmxvdXItdmlpLWhpbGxzLWdpbi1oZWFkLXJvbWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xN1QxMjoyOTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9naW4ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xNy9zdHJhenphbnRpLXNpY2lsaWFuLWJha2VyeS1icnVuY2gtcG9wLXRha2VzLXJlc2lkZW5jeS1maXR6cm92aWEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xN1QxMjo0Mjo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9zdHJhenphbnRpLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdHJhenphbnRpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE3L2Nhbi10aGUtY2FuLW1ha2UtYS1jb21lYmFjay88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE3VDEzOjM5OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0Nhbi1pbWFnZS1vbmUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhbiBpbWFnZSBvbmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTcvbmV3LWxhYm91ci1wcm9wb3NhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE3VDE0OjE4OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0ZHLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZHIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvdGhlLXNoYXBlLW9mLXlvdS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE4VDA3OjE5OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0dlb21ldHJpYy1zaGFwZS0yLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2VvbWV0cmljIHNoYXBlIDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvb24tYnJhbmR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMDg6MTE6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvQnJhbmR5LTEuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmFuZHkgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOC93aW50ZXItd2luZS1mb29kLXBhaXJpbmdzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMDg6NDg6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvV2luZS0xLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2luZSAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE4L3dhbnQtYWRkLXBpenphLW1lbnUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOFQxMDowODozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9QYW50aGVvbi1QTzQtUGl6emEtT3Zlbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFudGhlb24gUE80IFBpenphIE92ZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvd2FudC1hZGQtcGl6emEtbWVudS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE4VDEwOjA4OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1BhbnRoZW9ucy1TTTIwLVNwaXJhbC1NaXhlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFudGhlb24ncyBTTTIwIFNwaXJhbCBNaXhlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOC93YW50LWFkZC1waXp6YS1tZW51LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMTA6MDg6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvUmFuZ2Utb2YtZG91Z2gtcm9sbGVycy1mcm9tLXBhbnRoZW9uLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SYW5nZSBvZiBkb3VnaCByb2xsZXJzIGZyb20gcGFudGhlb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvd2FudC1hZGQtcGl6emEtbWVudS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE4VDExOjA1OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3BhbnRoZW9wbi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGFudGhlb3BuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE4L2FydGlzLXNwaXJhbC1nbGFzcy1zZW5zYXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMTI6NDc6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvU1BJUkFMLUhJQklTQ1VTLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TUElSQUwgSElCSVNDVVM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvYXJ0aXMtc3BpcmFsLWdsYXNzLXNlbnNhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOFQxMjo0NzoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TcGlyYWwtcmFuZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNwaXJhbCByYW5nZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOC9hcnRpcy1zcGlyYWwtZ2xhc3Mtc2Vuc2F0aW9ucy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE4VDEyOjQ3OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1NQSVJBTC1ISUJJU0NVUy0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TUElSQUwgSElCSVNDVVM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvYXJ0aXMtc3BpcmFsLWdsYXNzLXNlbnNhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOFQxMjo0NzozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TcGlyYWwtTWFydGluaS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U3BpcmFsIE1hcnRpbmk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvYXJ0aXMtc3BpcmFsLWdsYXNzLXNlbnNhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOFQxMjo1ODoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9hcnRpcy1sb2dvLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFydGlzIGxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zZXJ2ZS1jb2NrdGFpbC1jb2xsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMTM6MTY6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvc2FsY29tYmUtZ2luLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYWxjb21iZSBnaW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTgvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zZXJ2ZS1jb2NrdGFpbC1jb2xsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMThUMTM6MzY6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvc2FsY29tYmUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbGNvbWJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE5L3NhbGNvbWJlLWdpbi1zaWduYXR1cmUtc2VydmUtY29ja3RhaWwtY29sbGVjdGlvbi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTM6MTQ6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvZ2luLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5naW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTkvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zZXJ2ZS1jb2NrdGFpbC1jb2xsZWN0aW9uLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOVQxMzoxNToxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9naW4tMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z2luPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE5L3NhbGNvbWJlLWdpbi1zaWduYXR1cmUtc2VydmUtY29ja3RhaWwtY29sbGVjdGlvbi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTM6MTU6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvZ2luLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9zYWxjb21iZS1naW4tc2lnbmF0dXJlLXNlcnZlLWNvY2t0YWlsLWNvbGxlY3Rpb24tMi88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE5VDEzOjE2OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3NhbGNvMG1iZW0tZ2luLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYWxjbzBtYmVtIGdpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9zYWxjb21iZS1naW4tc2lnbmF0dXJlLXNlcnZlLWNvY2t0YWlsLWNvbGxlY3Rpb24tMi88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE5VDEzOjE2OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3NhbGNvMG1iZW0tZ2luLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnNhbGNvMG1iZW0gZ2luPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE5L3NhbGNvbWJlLWdpbi1zaWduYXR1cmUtc2VydmUtY29ja3RhaWwtY29sbGVjdGlvbi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTM6MTc6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvU2VhbWlzdC1sb3ctcmVzLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2VhbWlzdCBsb3cgcmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE5L3NhbGNvbWJlLWdpbi1zaWduYXR1cmUtc2VydmUtY29ja3RhaWwtY29sbGVjdGlvbi0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTM6MzA6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvc2FsY29tYmUtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2FsY29tYmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTkvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zZXJ2ZS1jb2NrdGFpbC1jb2xsZWN0aW9uLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOVQxMzo0NToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TYWxjb21iZS1HaW4tYmxhY2stbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2FsY29tYmUtR2luLWJsYWNrLWxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMTkvYXJ5enRhLWZvb2Qtc29sdXRpb25zLWNvbG91ci1jcm9pc3NhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTQ6MDQ6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvUmFzcGJlcnJ5LUNyb2lzc2FudC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UmFzcGJlcnJ5IENyb2lzc2FudDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9hcnl6dGEtZm9vZC1zb2x1dGlvbnMtY29sb3VyLWNyb2lzc2FudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0xOVQxNDowNToxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9DaG9jb2xhdGUtQ3JvaXNzYW50LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaG9jb2xhdGUgQ3JvaXNzYW50PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE5L2Z1cm5pdHVyZS1kZXNpZ24tdHJlbmRzLWluLWJhcnMtYW5kLXJlc3RhdXJhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTQ6NTA6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvR08tSU5fV1MwNTAwX1dGMDUyMF9XRjA1NDBfSEsuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkdPIElOX1dTMDUwMF9XRjA1MjBfV0YwNTQwX0hLPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzE5L2Z1cm5pdHVyZS1kZXNpZ24tdHJlbmRzLWluLWJhcnMtYW5kLXJlc3RhdXJhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMTlUMTQ6NTA6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvR08tSU5fQ2FkZW5fU29mYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R08gSU5fQ2FkZW5fU29mYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9mdXJuaXR1cmUtZGVzaWduLXRyZW5kcy1pbi1iYXJzLWFuZC1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE5VDE0OjUwOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0dPLUlOLVNjYW5kaS1zdHlsZS1hc2gtZGV0YWlsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HTyBJTiBTY2FuZGktc3R5bGUgYXNoIGRldGFpbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8xOS9mdXJuaXR1cmUtZGVzaWduLXRyZW5kcy1pbi1iYXJzLWFuZC1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTE5VDE0OjUwOjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0dPLUlOX01hcmxvX0FybWNoYWlyX1NpZGVjaGFpci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R08gSU5fTWFybG9fQXJtY2hhaXJfU2lkZWNoYWlyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3VrLWZvb2Qtc2VydmljZS1xdWFsaXR5LWF3YXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDA4OjE0OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0ZTUUZBLTIwMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZTUUZBIDIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjAvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1zdC1jbGFpci1jb2NrdGFpbC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDA4OjQ3OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3N0LUNsYWlyLWxvdy1yZXMuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdCBDbGFpciBsb3cgcmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3dpdmVydC1wdWJsaWMtd2ktZmkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yMFQwOToyNDozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9hY3Rpb24tYWR1bHQtYXJ0aXN0LTM1NDMwNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWN0aW9uLWFkdWx0LWFydGlzdC0zNTQzMDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjAvd2l2ZXJ0LXB1YmxpYy13aS1maS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDA5OjI0OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L2FjdGlvbi1hZHVsdC1hcnRpc3QtMzU0MzA1LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFjdGlvbi1hZHVsdC1hcnRpc3QtMzU0MzA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3dpdmVydC1wdWJsaWMtd2ktZmkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yMFQwOToyNjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9hY3Rpb24tYWR1bHQtYXJ0aXN0LXdpZmkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFjdGlvbi1hZHVsdC1hcnRpc3Qtd2lmaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6Mjg6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvd2lmaS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2lmaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6Mjk6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvd2lmaS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53aWZpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3dpdmVydC1wdWJsaWMtd2ktZmkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yMFQwOTozMDowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC93aXZlcnRfZmluYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndpdmVydF9maW5hbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6MzA6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvd2lmaS0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53aWZpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzIwL3dpdmVydC1wdWJsaWMtd2ktZmkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yMFQwOTozMToxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC93aWZpLTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndpZmk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjAvd2l2ZXJ0LXB1YmxpYy13aS1maS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDA5OjMyOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3dpZmktNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2lmaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6MzI6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYWN0aW9uLWFkdWx0LWFydGlzdC0zNTQzMDUtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWN0aW9uLWFkdWx0LWFydGlzdC0zNTQzMDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjAvd2l2ZXJ0LXB1YmxpYy13aS1maS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTIwVDA5OjMzOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L2FkdWx0LWJlYXJkLWJsdXItNDM3NjQ1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hZHVsdC1iZWFyZC1ibHVyLTQzNzY0NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6MzQ6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYWR1bHQtYWdyZWVtZW50LWJlYXJkLTU0MTUyNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWR1bHQtYWdyZWVtZW50LWJlYXJkLTU0MTUyNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6MzU6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYWN0aW9uLWFkdWx0LWFydGlzdC13aWZpLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFjdGlvbi1hZHVsdC1hcnRpc3Qtd2lmaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6Mzc6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYWN0aW9uLWFkdWx0LWFydGlzdC13aWZpLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFjdGlvbi1hZHVsdC1hcnRpc3Qtd2lmaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC93aXZlcnQtcHVibGljLXdpLWZpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMDk6Mzk6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYWN0aW9uLWFkdWx0LWFydGlzdC0zNTQzMDUxMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YWN0aW9uLWFkdWx0LWFydGlzdC0zNTQzMDUxMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yMC9hcnRpcy1uZXctZ2FsbGVyeS1zdGF0ZW1lbnQtcGxhdGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjBUMTA6NTQ6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvYXJ0aXMtcGxhdGVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hcnRpcyAtIHBsYXRlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9qaW0tY2F0aGNhcnQtYXBwb2ludGVkLWRpcmVjdG9yLXBvbGljeS1yZWd1bGF0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTI6MTA6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvVUtIb3NwaXRhbGl0eS1sb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VS0hvc3BpdGFsaXR5IGxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlByb21vdGluZyBiZXN0IHByYWN0aWNlIGFuZCBvcGVuIGRpYWxvZ3VlIGJldHdlZW4gY3VzdG9tZXJzIGFuZCBidXNpbmVzc2VzIGFib3V0IGFsbGVyZ2VucyBpcyB0aGUgYmVzdCB3YXkgdG8gcHJvbW90ZSB0cmFuc3BhcmVuY3kgYW5kIGZvb2Qgc2FmZXR5LCBhY2NvcmRpbmcgdG8gVUtILjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjQvc2FsY29tYmUtZ2luLXNpZ25hdHVyZS1wZW5uYW50LW1hcnRpbmktY29ja3RhaWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxMjozODoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9QZW5uYW50LU1hcnRpbmktbG93LXJlcy5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBlbm5hbnQgTWFydGluaSBsb3cgcmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L2hvb3JheS1oYXJyeS1icmFrc3BlYXItcHVicy1zZXQtY2VsZWJyYXRlLXJveWFsLXdlZGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxMzoyNjoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9Ib29yYXktSGFycnktUHVtcC1DbGlwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ib29yYXkgSGFycnkgUHVtcCBDbGlwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L2hvb3JheS1oYXJyeS1icmFrc3BlYXItcHVicy1zZXQtY2VsZWJyYXRlLXJveWFsLXdlZGRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxMzoyNzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9CcmFrc3BlYXJyb3lhbHdlZGRpbmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyYWtzcGVhcnJveWFsd2VkZGluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC91a2hvc3BpdGFsaXR5LXByb3ZpZGVzLWludGVyaW0tZ3VpZGFuY2UtaW5kdXN0cnktbmV3LWFjcnlsYW1pZGUtbGVnaXNsYXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNDowNzoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9vM0lsMXNSYl80MDB4NDAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5vM0lsMXNSYl80MDB4NDAwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L3NpZW1lbnMtYnVzeS1jYW50ZWVuLXVzZXMtbW9mZmF0LWNvdW50ZXJzLXNwZWVkLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTQ6MzM6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvTW9mZmF0LWNvdW50ZXJzLWF0LXRoZS1TaWVtZW5zLWZhY3RvcnkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vZmZhdC1jb3VudGVycy1hdC10aGUtU2llbWVucy1mYWN0b3J5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L3NpZW1lbnMtYnVzeS1jYW50ZWVuLXVzZXMtbW9mZmF0LWNvdW50ZXJzLXNwZWVkLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTQ6MzQ6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvTW9mZmF0LWNvdW50ZXJzLWF0LXRoZS1TaWVtZW5zLWZhY3RvcnktMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9mZmF0LWNvdW50ZXJzLWF0LXRoZS1TaWVtZW5zLWZhY3Rvcnk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjQvc2llbWVucy1idXN5LWNhbnRlZW4tdXNlcy1tb2ZmYXQtY291bnRlcnMtc3BlZWQtZm9vZHNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNDozNzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TaWVtZW5zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaWVtZW5zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L3NpZW1lbnMtYnVzeS1jYW50ZWVuLXVzZXMtbW9mZmF0LWNvdW50ZXJzLXNwZWVkLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTQ6NTQ6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvU2llbWVucy0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaWVtZW5zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L3NpZW1lbnMtYnVzeS1jYW50ZWVuLXVzZXMtbW9mZmF0LWNvdW50ZXJzLXNwZWVkLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTQ6NTQ6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvTW9mZmF0LWNvdW50ZXJzLWF0LXRoZS1TaWVtZW5zLWZhY3RvcnktMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9mZmF0LWNvdW50ZXJzLWF0LXRoZS1TaWVtZW5zLWZhY3Rvcnk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjQvc2llbWVucy1idXN5LWNhbnRlZW4tdXNlcy1tb2ZmYXQtY291bnRlcnMtc3BlZWQtZm9vZHNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNDo1Njo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9Nb2ZmYXQtY291bnRlcnMtYXQtdGhlLVNpZW1lbnMtZmFjdG9yeS0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2ZmYXQtY291bnRlcnMtYXQtdGhlLVNpZW1lbnMtZmFjdG9yeTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9zdXN0YWluYWJsZS1wcmVjaXNpb24tcmVmcmlnZXJhdGlvbi1oZWxwcy1zdWZmb2xrLXB1Yi1jdW0tZGVsaS1jb250cm9sLWNvc3RzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTU6MTk6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvUHJlY2lzaW9uLXJlZnJpZ2VyYXRpb24tYXQtVGhlLURlLUxhLVBvbGUtQXJtcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJlY2lzaW9uLXJlZnJpZ2VyYXRpb24tYXQtVGhlLURlLUxhLVBvbGUtQXJtczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9zdXN0YWluYWJsZS1wcmVjaXNpb24tcmVmcmlnZXJhdGlvbi1oZWxwcy1zdWZmb2xrLXB1Yi1jdW0tZGVsaS1jb250cm9sLWNvc3RzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTU6MjA6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvcmVmcmlnZXJhdGlvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cmVmcmlnZXJhdGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9zdXN0YWluYWJsZS1wcmVjaXNpb24tcmVmcmlnZXJhdGlvbi1oZWxwcy1zdWZmb2xrLXB1Yi1jdW0tZGVsaS1jb250cm9sLWNvc3RzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjRUMTU6MjA6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvcmVmcmlnZXJhdGlvbi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZWZyaWdlcmF0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI0L3N1c3RhaW5hYmxlLXByZWNpc2lvbi1yZWZyaWdlcmF0aW9uLWhlbHBzLXN1ZmZvbGstcHViLWN1bS1kZWxpLWNvbnRyb2wtY29zdHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNFQxNToyMjoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9QcmVjaXNpb24tcmVmcmlnZXJhdGlvbi1hdC1UaGUtRGUtTGEtUG9sZS1Bcm1zLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlByZWNpc2lvbi1yZWZyaWdlcmF0aW9uLWF0LVRoZS1EZS1MYS1Qb2xlLUFybXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjQvc3VzdGFpbmFibGUtcHJlY2lzaW9uLXJlZnJpZ2VyYXRpb24taGVscHMtc3VmZm9say1wdWItY3VtLWRlbGktY29udHJvbC1jb3N0cy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI0VDE1OjI0OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3JlZnJpZ2VyYXRpb24teC0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZWZyaWdlcmF0aW9uIHggMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNC9zaWVtZW5zLWJ1c3ktY2FudGVlbi11c2VzLW1vZmZhdC1jb3VudGVycy1zcGVlZC1mb29kc2VydmljZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI0VDE1OjMwOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3NpZW1lbnMteC0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zaWVtZW5zIHggMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9zYWxjb21iZS1naW4tc2lnbmF0dXJlLXNlcnZlLWNvY2t0YWlsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMDg6MDk6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvU2lnbmF0dXJlLXNlcnZlLWxvdy1yZXMuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaWduYXR1cmUgc2VydmUgbG93IHJlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9ldXJvYm9vemVyLWdldHMtbHVja3ktb2hhcmFzLWRpc3RyaWJ1dGlvbi1kZWFsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMDg6NTg6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvT0hhcmFzLVN0b3V0LTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk8nSGFyYSdzIFN0b3V0LTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvdmlpLWhpbGxzLWl0YWxpYW4tZHJ5LWdpbi1zaWduLXR3by1uZXctZGlzdHJpYnV0b3JzLWV1cm9wZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDEwOjIyOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0LzIwMTgxMTAyX1ZJSV9ISUxMU19SRVZJU0VEX0VESVRfMDAyNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjAxODExMDJfVklJX0hJTExTX1JFVklTRURfRURJVF8wMDI2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L3ZpaS1oaWxscy1pdGFsaWFuLWRyeS1naW4tc2lnbi10d28tbmV3LWRpc3RyaWJ1dG9ycy1ldXJvcGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMDoyMjo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TRVZFTl9ISUxMU18wMDI4X2JsYWNrLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNFVkVOX0hJTExTXzAwMjhfYmxhY2sgKDEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L3ZpaS1oaWxscy1pdGFsaWFuLWRyeS1naW4tc2lnbi10d28tbmV3LWRpc3RyaWJ1dG9ycy1ldXJvcGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMDoyMzoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TRVZFTl9ISUxMU18wMDI4X2JsYWNrLTEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U0VWRU5fSElMTFNfMDAyOF9ibGFjayAoMSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvdmlpLWhpbGxzLWl0YWxpYW4tZHJ5LWdpbi1zaWduLXR3by1uZXctZGlzdHJpYnV0b3JzLWV1cm9wZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDEwOjIzOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1NFVkVOX0hJTExTXzAwMjhfYmxhY2stMS0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TRVZFTl9ISUxMU18wMDI4X2JsYWNrICgxKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS92aWktaGlsbHMtaXRhbGlhbi1kcnktZ2luLXNpZ24tdHdvLW5ldy1kaXN0cmlidXRvcnMtZXVyb3BlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTA6MjQ6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvU0VWRU5fSElMTFNfMDAyOF9ibGFjay0xLTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNFVkVOX0hJTExTXzAwMjhfYmxhY2sgKDEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L3ZpaS1oaWxscy1pdGFsaWFuLWRyeS1naW4tc2lnbi10d28tbmV3LWRpc3RyaWJ1dG9ycy1ldXJvcGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMDoyNDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TRVZFTl9ISUxMU18wMDI4X2JsYWNrLTEtNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U0VWRU5fSElMTFNfMDAyOF9ibGFjayAoMSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvdmlpLWhpbGxzLWl0YWxpYW4tZHJ5LWdpbi1zaWduLXR3by1uZXctZGlzdHJpYnV0b3JzLWV1cm9wZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDEwOjI1OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1NFVkVOX0hJTExTXzAwMjhfYmxhY2stMS01LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TRVZFTl9ISUxMU18wMDI4X2JsYWNrICgxKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS92aWktaGlsbHMtaXRhbGlhbi1kcnktZ2luLXNpZ24tdHdvLW5ldy1kaXN0cmlidXRvcnMtZXVyb3BlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTA6MjY6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvU0VWRU5fSElMTFNfMDAyOC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TRVZFTl9ISUxMU18wMDI4ICgxKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS92aWktaGlsbHMtaXRhbGlhbi1kcnktZ2luLXNpZ24tdHdvLW5ldy1kaXN0cmlidXRvcnMtZXVyb3BlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTA6MjY6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvR2luLXNldmVuLWhpbGxzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaW4gc2V2ZW4gaGlsbHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvY2Fob290cy1jb2ludHJlYXUtY2VsZWJyYXRlLWNpbmNvLWRlLW1heW8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMjoyMjo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9TY3JlZW4tU2hvdC0yMDE4LTA0LTA5LWF0LTExLjU3LjQxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA0LTA5IGF0IDExLjU3LjQxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L2NhaG9vdHMtY29pbnRyZWF1LWNlbGVicmF0ZS1jaW5jby1kZS1tYXlvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTI6MjM6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvSW5jZXB0aW9uLUdyb3VwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JbmNlcHRpb24gR3JvdXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvY2Fob290cy1jb2ludHJlYXUtY2VsZWJyYXRlLWNpbmNvLWRlLW1heW8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMjoyNDowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9jYWhvb3RzLnRpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYWhvb3RzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L2NhaG9vdHMtY29pbnRyZWF1LWNlbGVicmF0ZS1jaW5jby1kZS1tYXlvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTI6MjQ6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvY2Fob290cy0xLnRpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jYWhvb3RzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L2NhaG9vdHMtY29pbnRyZWF1LWNlbGVicmF0ZS1jaW5jby1kZS1tYXlvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTI6MjU6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvY2Fob290cy14LTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNhaG9vdHMgeCAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L21ldGNhbGZlLWxhdW5jaGVzLWhhbGxkZS1jYy0zNC1jb21iaS1jdXR0ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxMzowMTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9IQUxMREVfQ0MtMzQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhBTExERV9DQy0zNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9tZXRjYWxmZS1sYXVuY2hlcy1oYWxsZGUtY2MtMzQtY29tYmktY3V0dGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTM6MDM6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvbWV0YWNhbGZlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tZXRhY2FsZmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvYW52aWwtdHJhY3Rpb24tbGF1bmNoLWV4ZWN1dGl2ZS1yYW5nZS1zbGlwLXJlc2lzdGFudC1mb290d2Vhci88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDEzOjUxOjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L05vbi1zbGlwLWZvb3R3ZWFyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ob24gc2xpcCBmb290d2VhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNS9zZXQtc2FsZXMtYWxpZ2h0LXRhYmFzY28taGFiYW5lcm8tc2F1Y2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxNDoxMjo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC90YWJhc2NvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50YWJhc2NvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L3NldC1zYWxlcy1hbGlnaHQtdGFiYXNjby1oYWJhbmVyby1zYXVjZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI1VDE0OjE0OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1RBQkFTQ08tSGFiYW5lcm8tU2F1Y2UtMTUwbWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRBQkFTQ08gSGFiYW5lcm8gU2F1Y2UgMTUwbWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvbWFya2V0LWxlYWRpbmctbWFudWZhY3R1cmVyLW1hcmstbGF1bmNoLW9mZmVyaW5nLWV4Y2x1c2l2ZS1vZmZlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxNDo1MjoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9Ib2JhcnQtSW4tVHVuZS1XaXRoLVlvdS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG9iYXJ0IEluIFR1bmUgV2l0aCBZb3U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjUvbWFya2V0LWxlYWRpbmctbWFudWZhY3R1cmVyLW1hcmstbGF1bmNoLW9mZmVyaW5nLWV4Y2x1c2l2ZS1vZmZlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNVQxNDo1MjozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9Ib2JhcnQtQVVQLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ib2JhcnQgQVVQPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI1L21hcmtldC1sZWFkaW5nLW1hbnVmYWN0dXJlci1tYXJrLWxhdW5jaC1vZmZlcmluZy1leGNsdXNpdmUtb2ZmZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjVUMTQ6NTM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvaG9iYXJ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ob2JhcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjYvdGFuc3VuLWluZnJhcmVkLWhlYXRpbmctc3BlY2lhbGlzdHMtYnJpbmdpbmctbmV3LWFwcC1jb250cm9sLWhlYXRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNlQxMzo1ODoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9UYW5zdW4yNy1pbWFnZS0xLWhpZ2gtcmVzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYW5zdW4yNyBpbWFnZSAxIGhpZ2ggcmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI2L3RhbnN1bi1pbmZyYXJlZC1oZWF0aW5nLXNwZWNpYWxpc3RzLWJyaW5naW5nLW5ldy1hcHAtY29udHJvbC1oZWF0aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjZUMTM6NTg6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvVGFuc3VuMjctaW1hZ2UtMi1oaWdoLXJlcy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGFuc3VuMjcgaW1hZ2UgMiBoaWdoIHJlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNi90YW5zdW4taW5mcmFyZWQtaGVhdGluZy1zcGVjaWFsaXN0cy1icmluZ2luZy1uZXctYXBwLWNvbnRyb2wtaGVhdGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI2VDEzOjU4OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1RhbnN1bjI3LWltYWdlLTMtaGlnaC1yZXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRhbnN1bjI3IGltYWdlIDMgaGlnaCByZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjYvdGFuc3VuLWluZnJhcmVkLWhlYXRpbmctc3BlY2lhbGlzdHMtYnJpbmdpbmctbmV3LWFwcC1jb250cm9sLWhlYXRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yNlQxNDowODoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9UYW5zdW4ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRhbnN1bjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNi90YW5zdW4taW5mcmFyZWQtaGVhdGluZy1zcGVjaWFsaXN0cy1icmluZ2luZy1uZXctYXBwLWNvbnRyb2wtaGVhdGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI2VDE0OjA5OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3RhbnN1bi0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50YW5zdW4gMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNi90YW5zdW4taW5mcmFyZWQtaGVhdGluZy1zcGVjaWFsaXN0cy1icmluZ2luZy1uZXctYXBwLWNvbnRyb2wtaGVhdGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI2VDE0OjEyOjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L1RhbnN1bi1Mb2dvLUZpbmFsLUFtbWVuZG1lbnQxNDU5MzM5NzA4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYW5zdW4gTG9nbyBGaW5hbCBBbW1lbmRtZW50MTQ1OTMzOTcwODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNy9mbG9yYWwtZmFpcnktdGFpbC1tYXN0ZXJwaWVjZS1iYXIteW91bGwtbG92ZS88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI3VDA4OjIwOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L0Zsb3Jpc3QtMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmxvcmlzdCAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI3L2Zsb3JhbC1mYWlyeS10YWlsLW1hc3RlcnBpZWNlLWJhci15b3VsbC1sb3ZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjdUMDg6MjE6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvRmxvcmlzdC0zLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GbG9yaXN0IDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDQvMjcvZmxvcmFsLWZhaXJ5LXRhaWwtbWFzdGVycGllY2UtYmFyLXlvdWxsLWxvdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNC0yN1QwODoyMjoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNC9GbG9yaXN0LTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZsb3Jpc3QgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNC8yNy9zdHJlZXQtZGVkaWNhdGVkLWNoZWVzZS1yZXR1cm5zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDQtMjdUMTE6MDU6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDQvY2hlZXNlLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNoZWVzZSAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA0LzI3L3VraG9zcGl0YWxpdHktY29tbWVudHMtbWlsZXN0b25lLW9uZS15ZWFyLWJyZXhpdC88L2xvYz48bGFzdG1vZD4yMDE4LTA0LTI3VDExOjIwOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA0L3VraC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dWtoPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAxL2JlZXMtaGVscGVkLWJyYWtzcGVhci1iZWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDFUMTI6MDc6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJha3NwZWFySG9uZXlCZWUyMDE4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmFrc3BlYXJIb25leUJlZTIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDEvcGlwZXJzLWFubm91bmNlcy1wYWNrYWdpbmctcmVkZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wMVQxMjozNTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9QaXBlcnMtQ3Jpc3BlYXMtUmV2ZWFsLUltYWdlLUhpZ2gtUmVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QaXBlcnMgQ3Jpc3BlYXMgUmV2ZWFsIEltYWdlIEhpZ2ggUmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAxL3BpcGVycy1hbm5vdW5jZXMtcGFja2FnaW5nLXJlZGVzaWduLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDFUMTI6NDU6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvUGlwZXJzLUNyaXNwcy1KYWxlcGVub19kaWxsXzQwZ19uZXctZGVzaWduLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QaXBlcnMgQ3Jpc3BzIEphbGVwZW5vX2RpbGxfNDBnX25ldyBkZXNpZ248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDEvcmFiYml0LWNlbGVicmF0ZXMtcGVhcy1sb3ZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDFUMTQ6NDc6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvcmFiYml0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yYWJiaXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDEvcmFiYml0LWNlbGVicmF0ZXMtcGVhcy1sb3ZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDFUMTQ6NTE6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvcmFiYml0LTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJhYmJpdCAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAyL25vdnVzLXRlYS1pbm5vdmF0aW5nLWhvdC1iZXZlcmFnZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAyVDA4OjEyOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L05vdnVzLVRlYS1XYXJtZXItVGVhcG90LVRpbWVyLVN0YWNrLW1lZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Tm92dXMgVGVhIFdhcm1lciBUZWFwb3QgVGltZXIgU3RhY2sgbWVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAyL25vdnVzLXRlYS1pbm5vdmF0aW5nLWhvdC1iZXZlcmFnZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTAyVDA4OjM1OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L05vdnVzLVRlYS1Ib3RlbC1TdXBwb3J0LUltYWdlLW1lZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Tm92dXMgVGVhIEhvdGVsIFN1cHBvcnQgSW1hZ2UgbWVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzAzL3RoZS1lc3RhYmxpc2hlZC1ydGQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wM1QxMzoxMjo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9SVEQtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UlREIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDQvY29ja3RhaWxzLWdhbG9yZS1pbi10aGUtY2l0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA0VDEyOjA3OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L2NvY2t0YWlsLXBob3RvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2NrdGFpbC1waG90bzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wNC9jb2NrdGFpbHMtZ2Fsb3JlLWluLXRoZS1jaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDRUMTI6MDg6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvZWRpbmJ1cmdoMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZWRpbmJ1cmdoMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOC92ZW51ZS1vZi10aGUtbW9udGgtdGhlLWJsaW5kLXBpZy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDEwOjA0OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0JsaW5kLVBpZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxpbmQgUGlnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2FydGlzLWhvbW1lLWZlbW1lLXdpbmUtZGVjYW50ZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTA6MzA6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvSG9tbWUtZmVtbWUtMi0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ib21tZSAmYW1wOyBmZW1tZSAyICgyKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOC9hcnRpcy1ob21tZS1mZW1tZS13aW5lLWRlY2FudGVycy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDEwOjMxOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0hvbW1lLWZlbW1lLTQtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG9tbWUgJmFtcDsgZmVtbWUgNCAoMik8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDgvYXJ0aXMtaG9tbWUtZmVtbWUtd2luZS1kZWNhbnRlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wOFQxMDozMTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Ib21tZS1mZW1tZS00LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvbW1lICZhbXA7IGZlbW1lIDQgKDEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2hlbmRpLXVrLWxhdW5jaGVzLW5ldy1kaWdpdGFsLWJsZW5kZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTM6MDA6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvSGVuZGktRGlnaXRhbC1CbGVuZGVyLVdpdGgtTm9pc2UtQ292ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhlbmRpIERpZ2l0YWwgQmxlbmRlciBXaXRoIE5vaXNlIENvdmVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2hvcHB5LWV2ZXItYWZ0ZXItaG9ncy1iYWNrLXRvYXN0cy1yb3lhbC13ZWRkaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTM6MjU6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvSG9ncy1CYWNrLUhvcHB5LUV2ZXItQWZ0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvcHB5IEV2ZXIgQWZ0ZXIgY29uY2VwdCBmaW5hbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOC90aGUtbXVzdC1oYXZlLWFtZW5pdGllcy1mb3ItaG90ZWwtZ3Vlc3RzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTM6NDE6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvVUtIb3NwaXRhaXR5LXdoaXRlLWJhY2tncm91bmQtMDAyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VS0hvc3BpdGFpdHktIHdoaXRlIGJhY2tncm91bmQgKDAwMik8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDgvY291bnRyeS1yYW5nZS1ib2xzdGVycy1wb3J0Zm9saW8td2l0aC1sYXVuY2gtb2Ytc3dlZXQtcG90YXRvLWZyaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDhUMTQ6MDY6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvRElSVFktU1dFRVQtRlJJRVMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNPVU5UUlkgUkFOR0UgR1JPVVAgKEZPT0QgU0hPT1QgV0lUSCBQQVVMIERJQ0tTT04gMTIuMTAuMjAxNyk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNPVU5UUlkgUkFOR0UgR1JPVVAgKEZPT0QgU0hPT1QgV0lUSCBQQVVMIERJQ0tTT04gMTIuMTAuMjAxNyk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA4L2JyYWtzcGVhci1yZWRldmVsb3BtZW50LXVuZGVyd2F5LWF0LXRoZS1mcm9nbWlsbC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA4VDE1OjA5OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0JyYWtzcGVhckZyb2dtaWxsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmFrc3BlYXJGcm9nbWlsbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOS9pdHMtYW4tb3Zlbi1idXQtbm90LWFzLXdlLWtub3ctaXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wOVQwODoyMToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9UaGUtVmVjdG9yLWZvdXItaW4tb25lLW92ZW4tZnJvbS1GRU0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZS1WZWN0b3ItZm91ci1pbi1vbmUtb3Zlbi1mcm9tLUZFTTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOS9hLWMtZW50ZXJ0YWlubWVudC10ZWNobm9sb2dpZXMtc3VwcG9ydHMtYmFja3N0YWdlLWFjYWRlbXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wOVQwOTozMjoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9DaHJvbWEtUS1MaWdodGluZy1NYXN0ZXJjbGFzcy1QaWMyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaHJvbWEtUSBMaWdodGluZyBNYXN0ZXJjbGFzcyBQaWMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzA5L21yLWZvZ2dzLXJlc2lkZW5jZS1jZWxlYnJhdGVzLXdvcmxkLWNvY2t0YWlsLWRheS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTA5VDEwOjE0OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L21yLWZyb2dnLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5tciBmcm9nZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8wOS9tci1mb2dncy1yZXNpZGVuY2UtY2VsZWJyYXRlcy13b3JsZC1jb2NrdGFpbC1kYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0wOVQxMDoxODo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9tcmZvZ2ctMzAweDI1NC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bXJmb2dnLTMwMHgyNTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDkvbXItZm9nZ3MtcmVzaWRlbmNlLWNlbGVicmF0ZXMtd29ybGQtY29ja3RhaWwtZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDlUMTA6MjE6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvZnJvZy0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mcm9nIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMDkvbXItZm9nZ3MtcmVzaWRlbmNlLWNlbGVicmF0ZXMtd29ybGQtY29ja3RhaWwtZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMDlUMTA6Mzg6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvZnJvZ2ctMi1lMTUyNTg2MjUyMjYyOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZnJvZ2cgMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xMC9pY2UtY29vbC1jYXJyeWluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTEwVDE1OjI3OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0ZlbS1pbnRyb2R1Y2VzLVNhbi1KYW1hcnMtbGlnaHQtZHV0eS1pY2UtY2Fycmllci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVtLWludHJvZHVjZXMtU2FuLUphbWFycy1saWdodC1kdXR5LWljZS1jYXJyaWVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2EtYy1lbnRlcnRhaW5tZW50LXRlY2hub2xvZ2llcy1pcmVsYW5kLWx0ZC1vcGVucy1mb3ItYnVzaW5lc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xMVQwODozNTo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9BQy1FVC1JcmVsYW5kcy1BYXJvbi1DcmlwcHMtYW5kLUFDLUVUcy1EYXZpZC1MZWdnZXR0LVByZXNzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BQy1FVCBJcmVsYW5kJ3MgQWFyb24gQ3JpcHBzIGFuZCBBQy1FVCdzIERhdmlkIExlZ2dldHQgLSBQcmVzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xMS9zcGVjaWFsaXR5LWJyZWFkcy1hZGRzLXRvLWZyb3plbi1kb3VnaC1yYW5nZS13aXRoLWEtdHJpby1vZi1jaWFiYXR0YS1vcHRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTFUMDk6NDg6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvUFA3My1iYWtlZC1zdW5kcmllZC10b21hdG8uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBQNzMgYmFrZWQgc3VuZHJpZWQgdG9tYXRvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL3NwZWNpYWxpdHktYnJlYWRzLWFkZHMtdG8tZnJvemVuLWRvdWdoLXJhbmdlLXdpdGgtYS10cmlvLW9mLWNpYWJhdHRhLW9wdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xMVQwOTo0ODo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9QUDcxLWJha2VkLU9saXZlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QUDcxIGJha2VkIE9saXZlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL3NwZWNpYWxpdHktYnJlYWRzLWFkZHMtdG8tZnJvemVuLWRvdWdoLXJhbmdlLXdpdGgtYS10cmlvLW9mLWNpYWJhdHRhLW9wdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xMVQwOTo0OTowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9QUDcwLWJha2VkLVBsYWluLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QUDcwIGJha2VkIFBsYWluPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2JpaS1sb3lhLTIwMTgtZmluYWxpc3RzLWFubm91bmNlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDA5OjU4OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1VudGl0bGVkX2Rlc2lnbl9fMjFfLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VbnRpdGxlZF9kZXNpZ25fXzIxXzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xMS9hZHZpY2Utb24taWNlLWhhbmRsaW5nLWFzLWJiYy1yYWlzZXMtYmFjdGVyaWEtaXNzdWUtYWdhaW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xMVQxMDoxOTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9GRU1zLVNhZi1ULUljZS1TY29vcC1hbmQtU2FmLVQtSWNlLUNhcnJpZXItZnJvbS1TYW4tSmFtYXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xMS9hZHZpY2Utb24taWNlLWhhbmRsaW5nLWFzLWJiYy1yYWlzZXMtYmFjdGVyaWEtaXNzdWUtYWdhaW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xMVQxMDoyMDozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9GRU1zLVNhZi1ULUljZS1TY29vcC1hbmQtU2FmLVQtSWNlLUNhcnJpZXItZnJvbS1TYW4tSmFtYXItMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RkVNcy1TYWYtVC1JY2UtU2Nvb3AtYW5kLVNhZi1ULUljZS1DYXJyaWVyLWZyb20tU2FuLUphbWFyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2FkdmljZS1vbi1pY2UtaGFuZGxpbmctYXMtYmJjLXJhaXNlcy1iYWN0ZXJpYS1pc3N1ZS1hZ2Fpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDEwOjIxOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0ZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hci0xLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hciAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2FkdmljZS1vbi1pY2UtaGFuZGxpbmctYXMtYmJjLXJhaXNlcy1iYWN0ZXJpYS1pc3N1ZS1hZ2Fpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDEwOjIyOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0ZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hci0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GRU1zLVNhZi1ULUljZS1TY29vcC1hbmQtU2FmLVQtSWNlLUNhcnJpZXItZnJvbS1TYW4tSmFtYXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTEvYWR2aWNlLW9uLWljZS1oYW5kbGluZy1hcy1iYmMtcmFpc2VzLWJhY3RlcmlhLWlzc3VlLWFnYWluLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTFUMTA6MjI6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvRkVNcy1TYWYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZFTXMtU2FmPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2FkdmljZS1vbi1pY2UtaGFuZGxpbmctYXMtYmJjLXJhaXNlcy1iYWN0ZXJpYS1pc3N1ZS1hZ2Fpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDEwOjIzOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0ZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hcjEyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GRU1zLVNhZi1ULUljZS1TY29vcC1hbmQtU2FmLVQtSWNlLUNhcnJpZXItZnJvbS1TYW4tSmFtYXIxMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xMS9hZHZpY2Utb24taWNlLWhhbmRsaW5nLWFzLWJiYy1yYWlzZXMtYmFjdGVyaWEtaXNzdWUtYWdhaW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xMVQxMDoyNToxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9GRU1zLVNhZi1ULUljZS1TY29vcC1hbmQtU2FmLVQtSWNlLUNhcnJpZXItZnJvbS1TYW4tSmFtYXItMTIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GRU1zLVNhZi1ULUljZS1TY29vcC1hbmQtU2FmLVQtSWNlLUNhcnJpZXItZnJvbS1TYW4tSmFtYXIgMTIzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzExL2FkdmljZS1vbi1pY2UtaGFuZGxpbmctYXMtYmJjLXJhaXNlcy1iYWN0ZXJpYS1pc3N1ZS1hZ2Fpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTExVDEwOjI2OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0ZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hci0xLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZFTXMtU2FmLVQtSWNlLVNjb29wLWFuZC1TYWYtVC1JY2UtQ2Fycmllci1mcm9tLVNhbi1KYW1hciAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE1L21qLXNlYWZvb2QtbGF1bmNoZXMtY3J1bWJsZS10b3AtY29kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTVUMTQ6NDU6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvTUouanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk0mYW1wO0o8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTUvbWotc2VhZm9vZC1sYXVuY2hlcy1jcnVtYmxlLXRvcC1jb2QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNVQxNDo0NzoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9NSi1TZWFmb29kLUNydW1ibGUtVG9wLUNvZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TSZhbXA7SiBTZWFmb29kIENydW1ibGUgVG9wIENvZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi91ay1wdWJzLWFudGljaXBhdGUtYnVzaWVzdC1kYXktb2YtdGhlLXllYXItdGhpcy13ZWVrZW5kLXN1cGVyLXNhdHVyZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMDg6NDU6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvc3Rhci5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3RhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi91ay1wdWJzLWFudGljaXBhdGUtYnVzaWVzdC1kYXktb2YtdGhlLXllYXItdGhpcy13ZWVrZW5kLXN1cGVyLXNhdHVyZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMDg6NTA6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJpdHMtdG8tc2F5LUktRG8tdG8tYW5vdGhlci1waW50LXRoaXMtd2Vla2VuZC1DcmVkaXQtTWF0dC1Gb3dsZXIxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ccml0cyB0byBzYXkgJ0kgRG8nIHRvIGFub3RoZXIgcGludCB0aGlzIHdlZWtlbmQgKENyZWRpdDsgTWF0dCBGb3dsZXIpMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi91ay1wdWJzLWFudGljaXBhdGUtYnVzaWVzdC1kYXktb2YtdGhlLXllYXItdGhpcy13ZWVrZW5kLXN1cGVyLXNhdHVyZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMDg6NTE6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJpdHMtdG8tc2F5LUktRG8tdG8tYW5vdGhlci1waW50LXRoaXMtd2Vla2VuZC1DcmVkaXQtTWF0dC1Gb3dsZXIxLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyaXRzIHRvIHNheSAnSSBEbycgdG8gYW5vdGhlciBwaW50IHRoaXMgd2Vla2VuZCAoQ3JlZGl0OyBNYXR0IEZvd2xlcikxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3VrLXB1YnMtYW50aWNpcGF0ZS1idXNpZXN0LWRheS1vZi10aGUteWVhci10aGlzLXdlZWtlbmQtc3VwZXItc2F0dXJkYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQwODo1Mjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS93ZWRkaW5nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53ZWRkaW5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3VrLXB1YnMtYW50aWNpcGF0ZS1idXNpZXN0LWRheS1vZi10aGUteWVhci10aGlzLXdlZWtlbmQtc3VwZXItc2F0dXJkYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQwODo1MzozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Ccml0cy10by1zYXktSS1Eby10by1hbm90aGVyLXBpbnQtdGhpcy13ZWVrZW5kLUNyZWRpdC1NYXR0LUZvd2xlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJpdHMgdG8gc2F5ICdJIERvJyB0byBhbm90aGVyIHBpbnQgdGhpcyB3ZWVrZW5kIChDcmVkaXQ7IE1hdHQgRm93bGVyKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi91ay1wdWJzLWFudGljaXBhdGUtYnVzaWVzdC1kYXktb2YtdGhlLXllYXItdGhpcy13ZWVrZW5kLXN1cGVyLXNhdHVyZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMDg6NTQ6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJpdHMtdG8tc2F5LUktRG8tdG8tYW5vdGhlci1waW50LXRoaXMtd2Vla2VuZC1DcmVkaXQtTWF0dC1Gb3dsZXIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ccml0cyB0byBzYXkgJ0kgRG8nIHRvIGFub3RoZXIgcGludCB0aGlzIHdlZWtlbmQgKENyZWRpdDsgTWF0dCBGb3dsZXIpMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi91ay1wdWJzLWFudGljaXBhdGUtYnVzaWVzdC1kYXktb2YtdGhlLXllYXItdGhpcy13ZWVrZW5kLXN1cGVyLXNhdHVyZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMDg6NTU6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJpdHMtdG8tc2F5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ccml0cyB0byBzYXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvdWstcHVicy1hbnRpY2lwYXRlLWJ1c2llc3QtZGF5LW9mLXRoZS15ZWFyLXRoaXMtd2Vla2VuZC1zdXBlci1zYXR1cmRheS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDA4OjU2OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L3dlZGRpbmctMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2VkZGluZyAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3NpeHR5ODItcmVjZWl2ZXMtcG9zaXRpdmUtcmVjZXB0aW9uLWZyb20tdWstcmlnZ2luZy1pbmR1c3RyeS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDA5OjEzOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1NpeHR5ODItYXQtUExBU0EtRm9jdXMtTGVlZHMtb24tdGhlLUFDLUVULVN0YW5kLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaXh0eTgyIGF0IFBMQVNBIEZvY3VzIExlZWRzIG9uIHRoZSBBQy1FVCBTdGFuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi9pbnRyb2R1Y2luZy1wYWNpZmljLXBhcmFkaXNlLWF0LWJsYWNrLXJvZS10aGlzLXN1bW1lci88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDA5OjMxOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0JsYWNrLVJvZS1pbnRlcmlvci13ZWItMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxhY2sgUm9lIGludGVyaW9yIHdlYiAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3ByaWNlLXJlZHVjdGlvbi1vbi12aW50YWdlLXN0eWxlLWdsYXNzd2FyZS1mcm9tLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMTA6MDQ6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvSG9ic3Rhci0yMDE4LS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG9ic3RhciAyMDE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L3dpbGxpYW0tc2NvdHQtZmlmdHkteWVhcnMtYXQtZmFsY29uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTZUMTA6MjI6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvS2FyZW4tV2FsbGFjZS1hbmQtV2lsbGlhbS1TY290dC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+S2FyZW4tV2FsbGFjZS1hbmQtV2lsbGlhbS1TY290dDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xNi9lbmhhbmNlLXdvcmxkLWN1cC1leHBlcmllbmNlLXdpdGgtdGFuc3VuLWhlYXRlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxMzoxOToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9UYW5zdW4yOS1Xb3JsZC1jdXAtaGVhdGluZy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGFuc3VuMjkgV29ybGQgY3VwIGhlYXRpbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvY29tbWVyY2lhbC1raXRjaGVuLTIwMTgtcHJldmlld3MtaXRzLWV4aGliaXRvci1zaG93LWhpZ2hsaWdodHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxNTowODozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9DSzE3X2hpLXJlc180LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DSzE3X2hpLXJlc180PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L21hYy13aWxkLWhlYWQtaG9tZS10by10aGUtaGlnaGxhbmRzLXRvLW9wZW4tbmV3LXJlc3RhdXJhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxNToyNjozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Db3B5LW9mLVZlbmlzb24tU2NvdGNoLUVnZy0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Db3B5IG9mIFZlbmlzb24gU2NvdGNoIEVnZyAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L21hYy13aWxkLWhlYWQtaG9tZS10by10aGUtaGlnaGxhbmRzLXRvLW9wZW4tbmV3LXJlc3RhdXJhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxNToyNzowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9CdXJnZXItc2hvdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnVyZ2VyIHNob3Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvbWFjLXdpbGQtaGVhZC1ob21lLXRvLXRoZS1oaWdobGFuZHMtdG8tb3Blbi1uZXctcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDE1OjMwOjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0J1cmdlci1zaG90LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1cmdlciBzaG90PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L21hYy13aWxkLWhlYWQtaG9tZS10by10aGUtaGlnaGxhbmRzLXRvLW9wZW4tbmV3LXJlc3RhdXJhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxNTozMDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Db3B5LW9mLVZlbmlzb24tU2NvdGNoLUVnZy0yLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvcHkgb2YgVmVuaXNvbiBTY290Y2ggRWdnIDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTYvbWFjLXdpbGQtaGVhZC1ob21lLXRvLXRoZS1oaWdobGFuZHMtdG8tb3Blbi1uZXctcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE2VDE1OjMxOjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0J1cmdlci1zaG90LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1cmdlciBzaG90PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE2L21hYy13aWxkLWhlYWQtaG9tZS10by10aGUtaGlnaGxhbmRzLXRvLW9wZW4tbmV3LXJlc3RhdXJhbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xNlQxNTozMjoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Db3B5LW9mLVZlbmlzb24tU2NvdGNoLUVnZy0yLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvcHkgb2YgVmVuaXNvbiBTY290Y2ggRWdnIDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMTcvdGhyZWUtaG9ncy1hbGUtc2V0LXRvLXNjb3JlLWF0LXRoZS13b3JsZC1jdXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0xN1QwODo1NzoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Ib2dzLUJhY2stVGhyZWUtSG9ncy1wdW1wLWNsaXAtV0VCLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaHJlZV9ob2dzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L3RocmVlLWhvZ3MtYWxlLXNldC10by1zY29yZS1hdC10aGUtd29ybGQtY3VwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTdUMDg6NTc6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvSG9ncy1CYWNrLVRocmVlLUhvZ3MtbHItUnVwZXJ0LVRob21wc29uLU1pbGVzLUNoZXN0ZXJtYW4tR29yZG9uLVRob21wc29uLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvZ3MgQmFjayBUaHJlZSBIb2dzIGxyIFJ1cGVydCBUaG9tcHNvbiBNaWxlcyBDaGVzdGVybWFuIEdvcmRvbiBUaG9tcHNvbiAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L2RydXJ5LWxhdW5jaGVzLW5ldy1iZWRyb29tLWhvdC1kcmlua3Mtc2VsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTdUMDk6MjU6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvVHJheTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRyYXkxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L2RydXJ5LWxhdW5jaGVzLW5ldy1iZWRyb29tLWhvdC1kcmlua3Mtc2VsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTdUMDk6MjU6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvU2FjaGV0LVNlbGVjdGlvbi1zbWFsbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2FjaGV0IFNlbGVjdGlvbiAoc21hbGwpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L2RydXJ5LWxhdW5jaGVzLW5ldy1iZWRyb29tLWhvdC1kcmlua3Mtc2VsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTdUMDk6NTM6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvUGljdHVyZTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBpY3R1cmUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE3L251dHMtYWJvdXQta3BzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMTdUMTM6Mzc6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvV2ludGVyaGFsdGVyX0xvZ29fMTUwZHBpLWNvcHktMjAxNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2ludGVyaGFsdGVyX0xvZ29fMTUwZHBpLWNvcHktMjAxNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xOC90cm9waWNhbC1uZXctZmxhdm91ci1mcm9tLXdrZC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE4VDA5OjIyOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1BpY3R1cmUxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QaWN0dXJlMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8xOC90cm9waWNhbC1uZXctZmxhdm91ci1mcm9tLXdrZC88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTE4VDA5OjI1OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1dLRC1NYW5nby1DcnVzaC0yNzVtbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0tEIE1hbmdvIENydXNoIDI3NW1sPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzE4L3Ryb3BpY2FsLW5ldy1mbGF2b3VyLWZyb20td2tkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMThUMDk6MjY6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvV0tELU1hbmdvLUNydXNoLTI0eDI3NW1sLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XS0QgTWFuZ28gQ3J1c2ggMjR4Mjc1bWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjEvZXNzZW50aWFsLWN1aXNpbmUtc3RyZW5ndGhlbmVkLWJ5LWtleS1ldXJvcGVhbi1hY3F1aXNpdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIxVDA3OjQ1OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0Vzc2VudGlhbC1DdWlzaW5lLWxvZ28tbm9zdHJhcC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJpbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjEvZXNzZW50aWFsLWN1aXNpbmUtc3RyZW5ndGhlbmVkLWJ5LWtleS1ldXJvcGVhbi1hY3F1aXNpdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIxVDA3OjQ1OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0VDLWZvdW5kZXItTmlnZWwtQ3JhbmUtd2hvLXN0ZXBzLWRvd24taW4tc3VtbWVyLTIwMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVDIGZvdW5kZXIgTmlnZWwgQ3JhbmUsIHdobyBzdGVwcyBkb3duIGluIHN1bW1lciAyMDE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIxL2Zyb3plLWZyb3plbi1jb2NrdGFpbHMtanVzdC1nb3QtbXVjaC1jb29sZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0yMVQwODowMjoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Gcm96ZS1mcm96ZW4tY29ja3RhaWwtZnJvbS1QZXRlci1TcGFudG9uLURyaW5rcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RnJvemUgZnJvemVuIGNvY2t0YWlsIGZyb20gUGV0ZXIgU3BhbnRvbiBEcmlua3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjEvZnJvemUtZnJvemVuLWNvY2t0YWlscy1qdXN0LWdvdC1tdWNoLWNvb2xlci88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIxVDA4OjAzOjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1BpY3R1cmUxLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBpY3R1cmUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIyL3drZC1sYXVuY2hlcy1jb2NrdGFpbHMtaW4tY2Fucy10by1vbi10cmFkZS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIyVDEzOjI0OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1dLRC1NSVhFRF9uZW9uLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XS0QgTUlYRURfbmVvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMi9sZWUtam9uZXMtc291dGhlcm4tY29tZm9ydC1zb3V0aGVybi1zaG93ZG93bi11ay13aW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0yMlQxNTo1Nzo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9sZWUtam9uZXMtZTE1MjcwMDQ3NTkyMTUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxlZSBqb25lczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMi9sZWUtam9uZXMtc291dGhlcm4tY29tZm9ydC1zb3V0aGVybi1zaG93ZG93bi11ay13aW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0yMlQxNjowMTozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9sZWUtam9uZXMtMS1lMTUyNzAwNDkzNzU0My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGVlIGpvbmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIyL2xlZS1qb25lcy1zb3V0aGVybi1jb21mb3J0LXNvdXRoZXJuLXNob3dkb3duLXVrLXdpbm5lci88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIyVDE2OjEwOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L2xvZG9uLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sb2RvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMi9sZWUtam9uZXMtc291dGhlcm4tY29tZm9ydC1zb3V0aGVybi1zaG93ZG93bi11ay13aW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0yMlQxNjoxMzowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9Tb3V0aGVybi1Db21mb3J0LS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U291dGhlcm4gQ29tZm9ydDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMy9taWxsZW5uaWFsLWRpbmVycy1wcm92ZS1iaWctb24tYnJhbmQtbG95YWx0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTIzVDA5OjMzOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L0xveWFsdHktMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TG95YWx0eSAzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA1LzIzL21pbGxlbm5pYWwtZGluZXJzLXByb3ZlLWJpZy1vbi1icmFuZC1sb3lhbHR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMDk6MzU6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvTG95YWx0eS0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxveWFsdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjMvYmlnLW5hbWVzLWdlYXItdXAtZm9yLWNvbW1lcmNpYWwta2l0Y2hlbi0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMTI6MDg6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQ0sxNy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q0sxNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMy9yb2FyaW5nLXRyYWRlLWF0LXRoZS1saW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMTI6NDM6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJha3NwZWFyLUxpb24tYmVkcm9vbS0yLWNyZWRpdC1Pc2Jvcm5lSG9sbGlzLmNvXy51a18uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyYWtzcGVhciBMaW9uIGJlZHJvb20gMiBjcmVkaXQgT3Nib3JuZUhvbGxpcy5jby51azwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yMy9yb2FyaW5nLXRyYWRlLWF0LXRoZS1saW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDUtMjNUMTI6NDY6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDUvQnJha3NwZWFyLUxpb24tcGF0aW8tMi1Pc2Jvcm5lSG9sbGlzLmNvXy51a18uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyYWtzcGVhciBMaW9uIHBhdGlvIDIgT3Nib3JuZUhvbGxpcy5jby51azwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNS8yNC9zYWxjb21iZS1naW4tYW5kLXRoZS1zcGlyaXQtb2Ytc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA1LTI0VDA4OjE0OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA1L1NBTENPTUJFX0dJTl8wNzA4MTdfMDQ4LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNBTENPTUJFX0dJTl8wNzA4MTdfMDQ4LTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjQvc2FsY29tYmUtZ2luLWFuZC10aGUtc3Bpcml0LW9mLXN1Y2Nlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0yNFQwODoxOTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9TQUxDT01CRV9HSU5fMDcwODE3XzA0OC0yLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNBTENPTUJFX0dJTl8wNzA4MTdfMDQ4LTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDUvMjQvc2FsY29tYmUtZ2luLWFuZC10aGUtc3Bpcml0LW9mLXN1Y2Nlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNS0yNFQwODoyMDowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNS9TRy1qcGVncy04NC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U0cganBlZ3MtODQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvdGhlLWFsbC1uZXctd21mLWNvZmZlZWNvbm5lY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQwNzo0NTozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi93bWYtMS0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndtZiAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA0L3RoZS1hbGwtbmV3LXdtZi1jb2ZmZWVjb25uZWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMDc6NTY6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvd21mLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53bWY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvZ3JlZW4tZWNvLWZyaWVuZGx5LXN0cmF3cy1tYWRlLW9mLXBsYXN0aWMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQwOToyMDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9QYXJzbGV5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYXJzbGV5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA0L2dyZWVuLWVjby1mcmllbmRseS1zdHJhd3MtbWFkZS1vZi1wbGFzdGljLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMDk6MjI6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvUGFyc2xleS0xMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFyc2xleSAxMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9ncmVlbi1lY28tZnJpZW5kbHktc3RyYXdzLW1hZGUtb2YtcGxhc3RpYy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA0VDA5OjIzOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1BhcnNsZXktMTIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYXJzbGV5IDEyMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9uaWNlLW9uZS1jeXJpbC1jYXJkZW4tcGFyay1jaGVmLXRha2VzLW5vcnRoLXdlc3QtY3Jvd24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQwOTo0MjoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9DeXJpbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q3lyaWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvbWNjYWluLWxhdW5jaGVzLWJlZ2lubmVycy1ndWlkZS10by10cmlwYWR2aXNvci88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA0VDA5OjUxOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L01jQ2Fpbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWNDYWluPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA0L21jY2Fpbi1sYXVuY2hlcy1iZWdpbm5lcnMtZ3VpZGUtdG8tdHJpcGFkdmlzb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQwOTo1Mzo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9NY0NhaW4xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NY0NhaW4xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA0L2Nhb3J1bm4tY29sbGFib3JhdGUtd2l0aC1zY290dGlzaC1kZXNpZ25lci10by1jaGFtcGlvbi1jcmFmdHNtYW5zaGlwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTA6MTg6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvR2luLUNTLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaW4gQ1M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvYmVsdm9pcnMtbmV3LW9yZ2FuaWMtbGVtb24tbWludC1jb3JkaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTI6MDc6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvQmVsdm9pcjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlbHZvaXIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA0L2JlbHZvaXJzLW5ldy1vcmdhbmljLWxlbW9uLW1pbnQtY29yZGlhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA0VDEyOjE1OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L0JlbHZvaXItZHJpbmtzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWx2b2lyIGRyaW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9jbHViLXRvLXB1Yi1zd2ltLXJldHVybnMtZm9yLWZpZnRoLXllYXItYnJha3NwZWFyLW9mZmVycy1iYXJiZWN1ZS1hbmQtYmVlci88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA0VDEyOjQ1OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L0JyYWtzcGVhci1Td2ltLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmFrc3BlYXIgU3dpbTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNC9sZWFkaW5nLXJ0ZC12ay1zZWFyY2hpbmctZm9yLW5ldy1mbGF2b3VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDRUMTM6MTk6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvVksuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlZLPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA0L2xlYWRpbmctcnRkLXZrLXNlYXJjaGluZy1mb3ItbmV3LWZsYXZvdXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQxMzoyMTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9WSy0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5WSyE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvbGVhZGluZy1ydGQtdmstc2VhcmNoaW5nLWZvci1uZXctZmxhdm91ci88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA0VDEzOjI2OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDQtYXQtMTQuMjQuMjcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDQgYXQgMTQuMjQuMjc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvbGVhZGluZy1ydGQtdmstc2VhcmNoaW5nLWZvci1uZXctZmxhdm91ci88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA0VDEzOjM2OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDQtYXQtMTQuMzQuNTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDQgYXQgMTQuMzQuNTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDQvdGFibGV3YXJlLW5vaXItcGFyc2xleS1pbi10aW1lLWxhdW5jaGVzLXJha3MtY2hpYy1ibGFjay1rYXJib24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNFQxNDo0NzoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9LYXJib24tdGFibGV3YXJlLWZyb20tUGFyc2xleS1pbi1UaW1lLTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkthcmJvbi10YWJsZXdhcmUtZnJvbS1QYXJzbGV5LWluLVRpbWUtNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9ob3ctZ3JlZW4tYXJlLXlvdS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA4OjA3OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDUtYXQtMDkuMDUuMjEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDUgYXQgMDkuMDUuMjE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvaG93LWdyZWVuLWFyZS15b3UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNVQwODowOTozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTA1LWF0LTA5LjA1LjAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTA1IGF0IDA5LjA1LjAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L2hvdy1ncmVlbi1hcmUteW91LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMDg6MTE6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvUmVjeWNsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UmVjeWNsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9ob3ctZ3JlZW4tYXJlLXlvdS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA4OjExOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L05leHQtYmlnLXRoaW5nLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5OZXh0IGJpZyB0aGluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9lbnZpcm9ubWVudGFsLWF3YXJkLXN1Y2Nlc3MtZm9yLWZyZXNoLWRpcmVjdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA5OjA1OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L2ZyZXNoLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mcmVzaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9lbnZpcm9ubWVudGFsLWF3YXJkLXN1Y2Nlc3MtZm9yLWZyZXNoLWRpcmVjdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA5OjA3OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L2dyZWVuZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdyZWVuZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvYnJha2VzLWxhdW5jaGVzLTItemVyby0yMC1wbGFzdGljLXJlZHVjdGlvbi1jYW1wYWlnbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDA5OjI0OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L0JyYWtlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJha2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L291dGRvb3ItZGVzaWduLWNhdGVyaW5nLXRyZW5kcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDEwOjAzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDUtYXQtMTEuMDMuMTUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDUgYXQgMTEuMDMuMTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvb3V0ZG9vci1kZXNpZ24tY2F0ZXJpbmctdHJlbmRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMTA6MDY6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNS1hdC0xMS4wNS40NS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNSBhdCAxMS4wNS40NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9jYW5ueS1jYXRlcmVycy1zZXQtdG8tc2NvcmUtd2l0aC1uZXctbGltaXRlZC1lZGl0aW9uLWZvb3RiYWxsLW11ZmZpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDEwOjEyOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDUtYXQtMTEuMDguMjQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDUgYXQgMTEuMDguMjQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvZHJpbmthd2FyZS1oaWdobGlnaHRzLTIwMTctcHJvZ3Jlc3MtYXQtYW5udWFsLWNvbmZlcmVuY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNVQxMjozNTozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTA1LWF0LTEzLjM0LjU1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTA1IGF0IDEzLjM0LjU1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L2hpLXNwaXJpdHMtaGFzLXRoZS1naW4tam91cm5leS1tYXBwZWQtb3V0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMTM6MDc6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNS1hdC0xNC4wMy4zMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNSBhdCAxNC4wMy4zMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9oaS1zcGlyaXRzLWhhcy10aGUtZ2luLWpvdXJuZXktbWFwcGVkLW91dC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA1VDEzOjA3OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDUtYXQtMTQuMDQuMjgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDUgYXQgMTQuMDQuMjg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDUvcGljay1hLXBlcHBlci1mcm9tLXRoZS1iYnEtd2l0aC10YWJhc2NvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDVUMTM6MjQ6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvdGFiYXNjby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGFiYXNjbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNS9waWNrLWEtcGVwcGVyLWZyb20tdGhlLWJicS13aXRoLXRhYmFzY28vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNVQxMzozMzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTA1LWF0LTE0LjMyLjI1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTA1IGF0IDE0LjMyLjI1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA1L3BlYXJsLW9mLWFuLWlkZWEtZnJvbS1zb3VzLXZpZGUtdG9vbHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNVQxMzo1NTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTA1LWF0LTE0LjM3LjM3LWUxNTI4MjA3MTc0NDcxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTA1IGF0IDE0LjM3LjM3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA2L2NpbmRlcnMtYmFyYmVjdWVzLW5ldy1wcm9kdWN0LWxhdW5jaC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA2VDA3OjI2OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L2NpbmRlcnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNpbmRlcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDYvY2luZGVycy1iYXJiZWN1ZXMtbmV3LXByb2R1Y3QtbGF1bmNoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMDc6Mjk6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0wOC4yOC4zMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAwOC4yOC4zMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9zaW5nLXlvdXItaGVhcnQtb3V0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMDg6NDc6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0wOS40NC4wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAwOS40NC4wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi90aGUtbmV3LW11c2ljLWxpY2Vuc2luZy1leHBlcmllbmNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTA6MjE6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMS4xOS40MS1lMTUyODI4MDY2Mzk0MS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMS4xOS40MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi90b3AtcXVhbGl0eS11bmlxdWUtYW5kLWJlc3Bva2UtaXQtbXVzdC1iZS1za3lsaW5lLWRlc2lnbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA2VDEwOjQwOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDYtYXQtMTEuMzguMjQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDYgYXQgMTEuMzguMjQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDYvdG9wLXF1YWxpdHktdW5pcXVlLWFuZC1iZXNwb2tlLWl0LW11c3QtYmUtc2t5bGluZS1kZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNlQxMDo0MDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTA2LWF0LTExLjM4LjQyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTA2IGF0IDExLjM4LjQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA2L3RvcC1xdWFsaXR5LXVuaXF1ZS1hbmQtYmVzcG9rZS1pdC1tdXN0LWJlLXNreWxpbmUtZGVzaWduLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTA6NDQ6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMS40My41My5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMS40My41MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9hLXRhc3RlLW9mLXNjb3RsYW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTA6NTg6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMS41OC4xMy1lMTUyODI4OTAxNDIyMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMS41OC4xMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9hLXRhc3RlLW9mLXNjb3RsYW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTI6NDE6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMy40MC4yOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMy40MC4yODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9oaXJpbmctZ3JlYXQtcGVvcGxlLWluLXRvdWdoLXJvbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTI6NTQ6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMy41My4yOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMy41My4yOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9oaXJpbmctZ3JlYXQtcGVvcGxlLWluLXRvdWdoLXJvbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTI6NTQ6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMy41NC4zMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMy41NC4zMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9oaXJpbmctZ3JlYXQtcGVvcGxlLWluLXRvdWdoLXJvbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTM6MDE6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xMy40Ny4xMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxMy40Ny4xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8wNi9hbGwtdGhpbmdzLWRvbnQtbmVlZC10by1iZS1lcXVhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTA2VDE0OjA2OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMDYtYXQtMTUuMDUuMjgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMDYgYXQgMTUuMDUuMjg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMDYvYWxsLXRoaW5ncy1kb250LW5lZWQtdG8tYmUtZXF1YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0wNlQxNDowNjo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTA2LWF0LTE1LjA2LjA1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTA2IGF0IDE1LjA2LjA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzA2L2FsbC10aGluZ3MtZG9udC1uZWVkLXRvLWJlLWVxdWFsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMDZUMTQ6MDY6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0wNi1hdC0xNS4wNC41Ni1lMTUyODI5NDQ0OTQ4Ni5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0wNiBhdCAxNS4wNC41NjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9zaXhwb2ludC1sYXVuY2hlcy1uZXctc3BlY2lhbGl0eS1yYW5nZS1pbi10aGUtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQwNzo0NDo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTExLWF0LTA4LjQ0LjE1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTExIGF0IDA4LjQ0LjE1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL3Nob3dzZWMtdGhlLXNlY3VyaXR5LWFuZC1jcm93ZC1tYW5hZ2VtZW50LXNwZWNpYWxpc3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQwOTowMzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTExLWF0LTEwLjAyLjI1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTExIGF0IDEwLjAyLjI1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL3Nob3dzZWMtdGhlLXNlY3VyaXR5LWFuZC1jcm93ZC1tYW5hZ2VtZW50LXNwZWNpYWxpc3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQwOTowNToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTExLWF0LTEwLjA1LjA0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTExIGF0IDEwLjA1LjA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL3NhbGNvbWJlLWRpc3RpbGxpbmctY28taGVscHMtdHVybi10aGUtdGlkZS1vbi1wbGFzdGljLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMDk6MjU6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMC4yNS4wMC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMC4yNS4wMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9mcm9tLWdyYXBlLXRvLWdsYXNzLXBvcnR1Z2Fscy1ncmVhdGVzdC13aW5lcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDEwOjA3OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTEtYXQtMTAuNTkuMDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTEgYXQgMTAuNTkuMDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvZnJvbS1ncmFwZS10by1nbGFzcy1wb3J0dWdhbHMtZ3JlYXRlc3Qtd2luZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQxMDowNzo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTExLWF0LTEwLjU5LjM5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTExIGF0IDEwLjU5LjM5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL2Zyb20tZ3JhcGUtdG8tZ2xhc3MtcG9ydHVnYWxzLWdyZWF0ZXN0LXdpbmVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTA6MDc6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMC41OS4yNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMC41OS4yNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9mcm9tLWdyYXBlLXRvLWdsYXNzLXBvcnR1Z2Fscy1ncmVhdGVzdC13aW5lcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDEwOjEzOjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTEtYXQtMTEuMTMuMzYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTEgYXQgMTEuMTMuMzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvZnJvbS1ncmFwZS10by1nbGFzcy1wb3J0dWdhbHMtZ3JlYXRlc3Qtd2luZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQxMDoxNDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTExLWF0LTExLjE0LjM3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTExIGF0IDExLjE0LjM3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzExL2Zhcm0tbGFib3VyLXNob3J0YWdlLW1heS1oaXQtaG9zcGl0YWxpdHktZm9vZC1wcmljZXMtd2FybnMtbHlueC1wdXJjaGFzaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTA6NDQ6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMS4zOS41Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMS4zOS41MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS90aGUtYnVyZ2VyLW1hbnVmYWN0dXJpbmctY29tcGFueS1hbm5vdW5jZXMtdGhlaXItbmV3LXByb2R1Y3QtbGF1bmNoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTI6MzA6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMy4zMC4yOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMy4zMC4yODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS90aGUtYnVyZ2VyLW1hbnVmYWN0dXJpbmctY29tcGFueS1hbm5vdW5jZXMtdGhlaXItbmV3LXByb2R1Y3QtbGF1bmNoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTI6MzE6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMy4zMC4wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMy4zMC4wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9saWNlbnNlZS1vZi10aGUteWVhci0yMDE4LWFuZC10aGUtd2lubmVyLWlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTI6NTk6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMy40OC41NC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMy40OC41NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9saWNlbnNlZS1vZi10aGUteWVhci0yMDE4LWFuZC10aGUtd2lubmVyLWlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTI6NTk6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xMy40OS4yMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxMy40OS4yMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS93YXktdG8tZ28tYXdhcmQtd2lubmluZy1taWNyb2JyZXdlcnktYnJld3MtdXAtZnVuZGluZy1mb3Itc291dGgtZG93bnMtbmF0aW9uYWwtcGFyay10cnVzdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDE0OjE2OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTEtYXQtMTUuMTIuMTItZTE1Mjg3MjY3MDg3ODYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTEgYXQgMTUuMTIuMTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvbmV3LWNvbGQtYnJldy1jb2ZmZWUtaW4tY2Fucy1mcm9tLWRydXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTQ6MjY6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xNS4yMy4yNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxNS4yMy4yNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9uZXctY29sZC1icmV3LWNvZmZlZS1pbi1jYW5zLWZyb20tZHJ1cnkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQxNDoyNzo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9EcnVyeS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RHJ1cnk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvbmV3LWNvbGQtYnJldy1jb2ZmZWUtaW4tY2Fucy1mcm9tLWRydXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTFUMTQ6Mjg6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMS1hdC0xNS4yOC4wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMSBhdCAxNS4yOC4wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMS9mYXQtbWVkaWEtY2VsZWJyYXRlcy10cmFjay1yZWNvcmQtb2Ytc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTExVDE0OjU1OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTEtYXQtMTUuNTUuMTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTEgYXQgMTUuNTUuMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTEvZmF0LW1lZGlhLWNlbGVicmF0ZXMtdHJhY2stcmVjb3JkLW9mLXN1Y2Nlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMVQxNTowMzoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTExLWF0LTE2LjAyLjQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTExIGF0IDE2LjAyLjQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2Zvb2RzZXJ2aWNlLXF1YWxpdHktZm9vZC1hd2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQwOTozMjoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEyLWF0LTEwLjMxLjQ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEyIGF0IDEwLjMxLjQ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2Zvb2RzZXJ2aWNlLXF1YWxpdHktZm9vZC1hd2FyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQwOTozMjoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEyLWF0LTEwLjMyLjAwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEyIGF0IDEwLjMyLjAwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2hpamFjay1zeXN0ZW1zLXdlbGNvbWVzLXRoZS1pdGlsdC10by1pdHMtaW5ub3ZhdGl2ZS1wcm9kdWN0LXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTA6MDU6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMi1hdC0xMS4wNC4zMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMiBhdCAxMS4wNC4zMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9jaGVmLWFtYmFzc2Fkb3JzLXVuaXRlLWZvci10YXN0ZS1vZi1sb25kb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQxMDoyNjo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEyLWF0LTExLjI2LjMzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEyIGF0IDExLjI2LjMzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2NoZWYtYW1iYXNzYWRvcnMtdW5pdGUtZm9yLXRhc3RlLW9mLWxvbmRvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEyVDEwOjI3OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTItYXQtMTEuMjUuMzkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTIgYXQgMTEuMjUuMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTIvYS1wYW5pbmktZ3JpbGwtdG8tdGhyaWxsLWZyb20taGVuZGkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQxMDo0Nzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEyLWF0LTExLjM5LjQ2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEyIGF0IDExLjM5LjQ2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2EtcGFuaW5pLWdyaWxsLXRvLXRocmlsbC1mcm9tLWhlbmRpLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTA6NDk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMi1hdC0xMS40OC4yNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMiBhdCAxMS40OC4yNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9nby1vcmdhbmljLWZlc3RpdmFsLW5ldy1jaGVmcy1mb29kaWUtZmVhdHVyZXMtZ2Fsb3JlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTA6NTU6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMi1hdC0xMS41My41Ny5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMiBhdCAxMS41My41NzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9nby1vcmdhbmljLWZlc3RpdmFsLW5ldy1jaGVmcy1mb29kaWUtZmVhdHVyZXMtZ2Fsb3JlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTA6NTU6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMi1hdC0xMS41My40Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMiBhdCAxMS41My40MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9nby1vcmdhbmljLWZlc3RpdmFsLW5ldy1jaGVmcy1mb29kaWUtZmVhdHVyZXMtZ2Fsb3JlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTA6NTU6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMi1hdC0xMS41My4xOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMiBhdCAxMS41My4xODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9zb3V0aGVybi1jb21mb3J0LW9sZC1mYXNoaW9uZWQtbm9pcl9fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEyVDEzOjA2OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTItYXQtMTQuMDUuMjcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTIgYXQgMTQuMDUuMjc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTIvc291dGhlcm4tY29tZm9ydC1vbGQtZmFzaGlvbmVkLW5vaXJfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQxMzowNjo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEyLWF0LTE0LjA1LjQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEyIGF0IDE0LjA1LjQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEyL2FjYXB1bGNvLXBvcC11cC1hdC1zb3V0aC1wbGFjZS1ob3RlbC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEyVDE0OjA3OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTItYXQtMTUuMDYuMzMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTIgYXQgMTUuMDYuMzM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTIvYWNhcHVsY28tcG9wLXVwLWF0LXNvdXRoLXBsYWNlLWhvdGVsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTJUMTQ6MDc6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMi1hdC0xNS4wNi4wNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMiBhdCAxNS4wNi4wNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMi9hY2FwdWxjby1wb3AtdXAtYXQtc291dGgtcGxhY2UtaG90ZWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xMlQxNDowNzoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEyLWF0LTE1LjA1LjU3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEyIGF0IDE1LjA1LjU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2V1cm9ib296ZXItdW52ZWlscy1zdGllZ2wtbG93LW5vLXRyaW8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwODowMzowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTA5LjAxLjAyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDA5LjAxLjAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2V1cm9ib296ZXItdW52ZWlscy1zdGllZ2wtbG93LW5vLXRyaW8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwODowMzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTA5LjAwLjQ1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDA5LjAwLjQ1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2V1cm9ib296ZXItdW52ZWlscy1zdGllZ2wtbG93LW5vLXRyaW8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwODoxMzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTA5LjEyLjM5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDA5LjEyLjM5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL3NwZWNpYWxpdHktYnJlYWRzLXBvcnRmb2xpby1leHBhbmRzLXdpdGgtbmV3LXJ1c3RpYy1iYWd1ZXR0ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwODoyMTo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTA5LjIxLjIyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDA5LjIxLjIyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2hvc3BpdGFsaXR5LWFwcHJlbnRpY2VzLWltcHJlc3MtYXQtaGl0LW1hc3RlcmNoZWYtZmluYWxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMDg6MzI6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0wOS4zMC4yNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAwOS4zMC4yNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9ob3NwaXRhbGl0eS1hcHByZW50aWNlcy1pbXByZXNzLWF0LWhpdC1tYXN0ZXJjaGVmLWZpbmFscy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDA4OjMzOjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTMtYXQtMDkuMzAuMDgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTMgYXQgMDkuMzAuMDg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvb24tdm9ka2EtZmVhdHVyZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDA4OjU4OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTMtYXQtMDkuNTguMzcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTMgYXQgMDkuNTguMzc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvb24tdm9ka2EtZmVhdHVyZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDA4OjU5OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTMtYXQtMDkuNTguMjUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTMgYXQgMDkuNTguMjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvYS10b3VjaC1vZi1mcm9zdC10aGUtcGVyZmVjdC1jb2NrdGFpbC1jb29sLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMDk6MTY6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0xMC4xNS41Ny5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAxMC4xNS41NzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9hLXRvdWNoLW9mLWZyb3N0LXRoZS1wZXJmZWN0LWNvY2t0YWlsLWNvb2wvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwOToxODowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTEwLjE3LjM1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDEwLjE3LjM1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL3JlbG9hZC10by10aGUtbW9kZS1sYWlub3gtbGF1bmNoZXMtbmV3LW5hYm9vLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMDk6Mjk6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0xMC4yNy4xMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAxMC4yNy4xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9mYWxjb24tYW5kLXdpbGxpYW1zLWFwcG9pbnQtc3RldmVuLWdyYWhhbXNsYXcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwOTo0NDo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTEwLjQ0LjI2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDEwLjQ0LjI2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2ZhbGNvbi1hbmQtd2lsbGlhbXMtYXBwb2ludC1zdGV2ZW4tZ3JhaGFtc2xhdy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTEzVDA5OjQ2OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTMtYXQtMTAuNDUuNDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTMgYXQgMTAuNDUuNDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTMvaGFsbC1vZi1mYW1lLWNlbGVicmF0aW5nLXRoZS1oZXJvZXMtb2YtdGhlLWtpdGNoZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xM1QwOTo1MzowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTEzLWF0LTEwLjUyLjQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTEzIGF0IDEwLjUyLjQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzEzL2FyeXp0YS1mb29kLXNvbHV0aW9ucy1icmluZ3MtYW4tYXV0aGVudGljLXRvdWNoLW9mLWh5Z2VlLXRvLXVrLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMTA6NTA6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0xMS41MC4wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAxMS41MC4wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9ldXJvYm9vemVyLXVudmVpbHMtc3RpZWdsLWxvdy1uby10cmlvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMTI6MjE6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0xMy4yMC4yNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAxMy4yMC4yNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9ldXJvYm9vemVyLXVudmVpbHMtc3RpZWdsLWxvdy1uby10cmlvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMTI6MjM6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0xMy4yMy4wNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAxMy4yMy4wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xMy9jZXNhLWNlZGEtYW5kLXRoZS1mY3NpLWhvc3QtY2hhcml0eS1yYWNlLWRheS1pbi1haWQtb2YtaG9zcGl0YWxpdHktYWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMTNUMTI6Mjk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xMy1hdC0xMy4yOS4xMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xMyBhdCAxMy4yOS4xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC90YW5zdW4tc2VydmVzLXVwLXJlbGlhYmxlLWhlYXRpbmctYWhlYWQtb2Ytd2ltYmxlZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMDk6MTk6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xOC1hdC0xMC4xOC4yNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xOCBhdCAxMC4xOC4yNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC90YW5zdW4tc2VydmVzLXVwLXJlbGlhYmxlLWhlYXRpbmctYWhlYWQtb2Ytd2ltYmxlZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMDk6MTk6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xOC1hdC0xMC4xOS4wNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xOCBhdCAxMC4xOS4wNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC9jb21tZXJjaWFsLWtpdGNoZW4tY29uZmlybXMtYmVzdC1zaG93LXlldC1haGVhZC1vZi1iaWdnZXItMjAxOS1ldmVudC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDA5OjMyOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTgtYXQtMTAuMzIuMDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTggYXQgMTAuMzIuMDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvcGFyc2xleS1pbi10aW1lLWV4cGFuZHMtc2FsZXMtdGVhbS13aXRoLXRvcC10YWJsZXdhcmUtc3BlY2lhbGlzdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDEwOjAwOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTgtYXQtMTEuMDAuMTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTggYXQgMTEuMDAuMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvcGFyc2xleS1pbi10aW1lLWV4cGFuZHMtc2FsZXMtdGVhbS13aXRoLXRvcC10YWJsZXdhcmUtc3BlY2lhbGlzdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDEwOjAyOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTgtYXQtMTEuMDIuMTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTggYXQgMTEuMDIuMTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvcGFyc2xleS1pbi10aW1lLWV4cGFuZHMtc2FsZXMtdGVhbS13aXRoLXRvcC10YWJsZXdhcmUtc3BlY2lhbGlzdC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDEwOjA0OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTgtYXQtMTEuMDQuMjMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTggYXQgMTEuMDQuMjM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTgvbWF5LXN1bi1zaGluZXMtb24tcHVicy1idXQtY2FzdHMtc2hhZG93LW9uLXJlc3RhdXJhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTA6Mjk6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xOC1hdC0xMS4yOC40Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xOCBhdCAxMS4yOC40MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC90aGUtYXBwcmVudGljZXNoaXAtbGV2eS1oYXMtaXRzLWNoYWxsZW5nZXMtYnV0LWRvbnQtbWlzcy1vdXQtb24tdGhlLWJlbmVmaXRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTA6NTQ6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xOC1hdC0xMS41NC4xOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xOCBhdCAxMS41NC4xOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC90aGUtYXBwcmVudGljZXNoaXAtbGV2eS1oYXMtaXRzLWNoYWxsZW5nZXMtYnV0LWRvbnQtbWlzcy1vdXQtb24tdGhlLWJlbmVmaXRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTA6NTQ6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xOC1hdC0xMS41My4yNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xOCBhdCAxMS41My4yNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC90aGUtYXBwcmVudGljZXNoaXAtbGV2eS1oYXMtaXRzLWNoYWxsZW5nZXMtYnV0LWRvbnQtbWlzcy1vdXQtb24tdGhlLWJlbmVmaXRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMThUMTA6NTg6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0xOC1hdC0xMS41OC4yNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0xOCBhdCAxMS41OC4yNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8xOC9ndWlsZC1vZi1iZWVyLXdyaXRlcnMtb3BlbnMtYW5udWFsLWF3YXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE4VDEyOjMyOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTgtYXQtMTMuMjkuNTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTggYXQgMTMuMjkuNTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTkvcGl6emEtYS1zbGljZS1vZi1iaWctc2ljaWxpYW4tc3R5bGUtc3VwcGxpZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0xOVQwOTo1ODo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTE5LWF0LTEwLjU4LjExLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTE5IGF0IDEwLjU4LjExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzE5L2FzdGVycy1uZXctdmVnYW4tYnJ1bmNoLWluLWNvbGxhYm9yYXRpb24td2l0aC1rZXRlbC1vbmUtYW5kLWx1bWVuZS1za2luY2FyZS88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE5VDEyOjIwOjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTktYXQtMTMuMTcuMDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTkgYXQgMTMuMTcuMDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMTkvZGVhZGxpbmUtZXh0ZW5kZWQtaW4taHVudC1mb3ItdWtzLWZpbmVzdC1mb29kc2VydmljZS1wcm9kdWN0cy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTE5VDEyOjUyOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMTktYXQtMTMuNDUuMTMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMTkgYXQgMTMuNDUuMTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjAvbWVsZHJ1bS1ob3VzZS1hd2FyZGVkLWJlc3QtYm91dGlxdWUtaG90ZWwtaW4tYnJpdGFpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTIwVDA4OjA4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMjAtYXQtMDkuMDAuNTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMjAgYXQgMDkuMDAuNTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjAvbWF0dGUtaXMtYmFjay88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTIwVDE0OjU1OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMjAtYXQtMTUuNTQuNTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMjAgYXQgMTUuNTQuNTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjUvYXJlLXlvdS11bmRlcmluc3VyZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNVQwOTowMTowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTI1LWF0LTA5LjU0LjM3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTI1IGF0IDA5LjU0LjM3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzI1L2NvMi1zaG9ydGFnZXMtZGlzcnVwdC1jYXJib25hdGVkLWRyaW5rcy1wcm9kdWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjVUMDk6Mjc6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0yNS1hdC0xMC4yNi4zOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0yNSBhdCAxMC4yNi4zODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNS9waXBlcnMtdGhlLXBlcmZlY3QtcHJlbWl1bS1iYXItc25hY2svPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNVQxMDo0MzowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTI1LWF0LTExLjQyLjMwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTI1IGF0IDExLjQyLjMwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzI1L2RyaW5rYXdhcmUtYWxjb2hvbC13YXJuaW5ncy1mb3ItdHJhdmVsbGluZy13b3JsZC1jdXAtZmFucy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI1VDEyOjM0OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMjUtYXQtMTMuMzAuNDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMjUgYXQgMTMuMzAuNDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjUvZHJpbmthd2FyZS1hbGNvaG9sLXdhcm5pbmdzLWZvci10cmF2ZWxsaW5nLXdvcmxkLWN1cC1mYW5zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjVUMTI6MzQ6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0yNS1hdC0xMy4zMS4xMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0yNSBhdCAxMy4zMS4xMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNS9kcmlua2F3YXJlLWFsY29ob2wtd2FybmluZ3MtZm9yLXRyYXZlbGxpbmctd29ybGQtY3VwLWZhbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNVQxMjozNDoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTI1LWF0LTEzLjMxLjIzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTI1IGF0IDEzLjMxLjIzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzI1L2RyaW5rYXdhcmUtYWxjb2hvbC13YXJuaW5ncy1mb3ItdHJhdmVsbGluZy13b3JsZC1jdXAtZmFucy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI1VDEyOjM0OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMjUtYXQtMTMuMzMuMzkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMjUgYXQgMTMuMzMuMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjYvZ3JlZW5pbmctdGhlLXBsYW5ldC13aXRoLWxlZnRvdmVyLWljZS1jdWJlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI2VDA3OjI2OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMjYtYXQtMDguMjQuMzkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMjYgYXQgMDguMjQuMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjYvZ3JhbmRlLWN1aXNpbmUtdGFrZXMtc3RvY2stb2YtbWFyZW5vLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjZUMDk6NTc6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0yNi1hdC0xMC41Ny4wMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0yNiBhdCAxMC41Ny4wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNi9ncmFuZGUtY3Vpc2luZS10YWtlcy1zdG9jay1vZi1tYXJlbm8vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yNlQxMDowMToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTI2LWF0LTExLjAwLjU3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTI2IGF0IDExLjAwLjU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA2LzI3L2dvb2QtZmFybS1hbmltYWwtd2VsZmFyZS1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA2LTI3VDA4OjM0OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA2L1NjcmVlbi1TaG90LTIwMTgtMDYtMjctYXQtMDkuMzMuMjcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDYtMjcgYXQgMDkuMzMuMjc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDYvMjcvZ29vZC1mYXJtLWFuaW1hbC13ZWxmYXJlLWF3YXJkcy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDYtMjdUMDg6MzQ6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDYvU2NyZWVuLVNob3QtMjAxOC0wNi0yNy1hdC0wOS4zMy4wMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNi0yNyBhdCAwOS4zMy4wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNi8yNy9nb29kLWZhcm0tYW5pbWFsLXdlbGZhcmUtYXdhcmRzLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNi0yN1QwODozNDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNi9TY3JlZW4tU2hvdC0yMDE4LTA2LTI3LWF0LTA5LjMzLjM5LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA2LTI3IGF0IDA5LjMzLjM5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL25pY2UtaWNlLXN0b3JhZ2Utd2l0aC1uZXctYmlucy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDA4OjA0OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDItYXQtMDguNTMuNTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDIgYXQgMDguNTMuNTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDIvdGVudGF6aW9uaS1hLXJhbmdlLW9mLXdpbmUtZ2xhc3Nlcy1mb3ItY29ubm9pc3NldXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDJUMDg6NTU6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0wMi1hdC0wOS41MC4wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0wMiBhdCAwOS41MC4wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi90ZW50YXppb25pLWEtcmFuZ2Utb2Ytd2luZS1nbGFzc2VzLWZvci1jb25ub2lzc2V1cnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQwODo1Njo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAyLWF0LTA5LjU2LjEzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAyIGF0IDA5LjU2LjEzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL3RyaXAtdG8tcmF0aW9uYWwtZmFjdG9yeS1pbXByZXNzZXMtZGVhbGVycy1hbmQtY29uc3VsdGFudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQwOTozMzowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAyLWF0LTEwLjA2LjI2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAyIGF0IDEwLjA2LjI2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2d1aWxkLW9mLWJlZXItd3JpdGVycy1hcHBvaW50cy1wZXRlLWJyb3duLWFzLWNoYWlyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDJUMDk6NTM6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0wMi1hdC0xMC40Ni4zMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0wMiBhdCAxMC40Ni4zMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wMi9kcmlua2F3YXJlLWJ5c3RhbmRlci1jYW1wYWlnbi1qdW5lLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQxMDowOTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAyLWF0LTExLjA5LjM1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAyIGF0IDExLjA5LjM1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2RyaW5rYXdhcmUtYnlzdGFuZGVyLWNhbXBhaWduLWp1bmUtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDEwOjEyOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDItYXQtMTEuMTEuMzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDIgYXQgMTEuMTEuMzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDIvZ3VpbGQtb2YtYmVlci13cml0ZXJzLWFwcG9pbnRzLXBldGUtYnJvd24tYXMtY2hhaXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQxMDoxNTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9iZ29idy1sb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZ29idy1sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2EtYy1lbnRlcnRhaW5tZW50LXRlY2hub2xvZ2llcy10by1ob3N0LWp1bHktbmV4by11ay1vcGVuLWRheS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDEwOjUzOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDItYXQtMTEuNDkuMjEtZTE1MzA1MjkwNDY3NTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDIgYXQgMTEuNDkuMjE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDIvc2F1Y2UtbmV3LWJvdHRsZXdhcm1lci1kZWxpdmVycy1wZXJmZWN0LXF1YWxpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wMlQxMjo0MzoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAyLWF0LTEzLjQwLjMwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAyIGF0IDEzLjQwLjMwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2hhcnJvZHMtb2YtdGhlLW5vcnRoLW1hYy13aWxkLW9wZW4tdGhlaXItdGhpcmQtcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDEzOjIzOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDItYXQtMTQuMjMuMDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDIgYXQgMTQuMjMuMDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDIvaGFycm9kcy1vZi10aGUtbm9ydGgtbWFjLXdpbGQtb3Blbi10aGVpci10aGlyZC1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDJUMTM6MjQ6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0wMi1hdC0xNC4yMy4wNy0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAyIGF0IDE0LjIzLjA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAyL2hhcnJvZHMtb2YtdGhlLW5vcnRoLW1hYy13aWxkLW9wZW4tdGhlaXItdGhpcmQtcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAyVDEzOjI3OjA0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0xvZ29fTVdJTERfdHJhbnNwYXJlbnRfMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TG9nb19NV0lMRF90cmFuc3BhcmVudF8yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAzL3JlZnJpZ2VyYXRvci1hcnQtd2lsbGlhbXMtZW5oYW5jZXMtY2hhbWVsZW9uLXNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wM1QwNzoyMTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAzLWF0LTA4LjIwLjUxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAzIGF0IDA4LjIwLjUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAzL3RhbnN1bi1oZWF0ZXJzLWluc3RhbGxlZC1hdC1sdXh1cnktaG90ZWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wM1QwODoyMTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAzLWF0LTA5LjEwLjU3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAzIGF0IDA5LjEwLjU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAzL2xhbmNoZXN0ZXItd2luZXMtc3VtbWVyLWRyaW5rcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTAzVDA4OjU4OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDMtYXQtMDkuNTIuNDkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDMgYXQgMDkuNTIuNDk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDMvZmFsY29uLWFwcG9pbnRzLXBldGVyLW1jYWxsaXN0ZXItYXMtbWFuYWdpbmctZGlyZWN0b3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wM1QwOTo0NTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAzLWF0LTEwLjQ0LjQyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAzIGF0IDEwLjQ0LjQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzAzL2luLXRoZS1jZWxsYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wM1QxMjoyNDozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTAzLWF0LTEzLjE3LjE4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTAzIGF0IDEzLjE3LjE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L21yLWZvZ2dzLWxhdW5jaC1tci1mb2dncy1ob3VzZS1vZi1ib3RhbmljYWxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDZUMDc6MzM6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0wNi1hdC0wOC4yNS4yMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0wNiBhdCAwOC4yNS4yMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wNi9tci1mb2dncy1sYXVuY2gtbXItZm9nZ3MtaG91c2Utb2YtYm90YW5pY2Fscy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDA3OjM1OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDYtYXQtMDguMzMuNTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDYgYXQgMDguMzMuNTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvbXItZm9nZ3MtbGF1bmNoLW1yLWZvZ2dzLWhvdXNlLW9mLWJvdGFuaWNhbHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwNzo0MDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTA2LWF0LTA4LjQwLjA3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTA2IGF0IDA4LjQwLjA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2hvbWVicmV3ZXJzLWNhbi1ub3ctY3JlYXRlLXRoZWlyLW93bi1iZWVyLXJlY2lwZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwODoxNzo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTA2LWF0LTA4LjQ4LjQxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTA2IGF0IDA4LjQ4LjQxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2hvbWVicmV3ZXJzLWNhbi1ub3ctY3JlYXRlLXRoZWlyLW93bi1iZWVyLXJlY2lwZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwODoxOTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTA2LWF0LTA4LjQ5LjE0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTA2IGF0IDA4LjQ5LjE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2Zlcm5ldC1icmFuY2EtY2hhbGxlbmdlcy10aGUtYmFyLXRyYWRlcy1icmF2ZXN0LWF0LXRoZS1iYXJiYWNrLWdhbWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDZUMDk6MDE6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvSFMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhTPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2Zlcm5ldC1icmFuY2EtY2hhbGxlbmdlcy10aGUtYmFyLXRyYWRlcy1icmF2ZXN0LWF0LXRoZS1iYXJiYWNrLWdhbWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDZUMDk6MDI6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0wNi1hdC0wOS41Mi4wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0wNiBhdCAwOS41Mi4wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wNi9jZXJ0YS1jb29raW5nLWVxdWlwbWVudC1iZWNvbWVzLWV4Y2x1c2l2ZS11ay1wYXJ0bmVycy1mb3ItYWR2ZW50eXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwOToxNjoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTA2LWF0LTEwLjE0LjEwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTA2IGF0IDEwLjE0LjEwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2NlcnRhLWNvb2tpbmctZXF1aXBtZW50LWJlY29tZXMtZXhjbHVzaXZlLXVrLXBhcnRuZXJzLWZvci1hZHZlbnR5cy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDA5OjI1OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDYtYXQtMTAuMjUuMDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDYgYXQgMTAuMjUuMDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvaGdlbS1sYXVuY2hlcy1uZXctZ3Vlc3QtZXhwZXJpZW5jZS1wbGF0Zm9ybS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDA5OjUyOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L25ld19sYXJnZV9oZ2VtTG9nby5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bmV3X2xhcmdlX2hnZW1Mb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2hnZW0tbGF1bmNoZXMtbmV3LWd1ZXN0LWV4cGVyaWVuY2UtcGxhdGZvcm0vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwOTo1Njo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTA2LWF0LTEwLjU1LjM1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTA2IGF0IDEwLjU1LjM1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L2hnZW0tbGF1bmNoZXMtbmV3LWd1ZXN0LWV4cGVyaWVuY2UtcGxhdGZvcm0vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wNlQwOTo1NzowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTA2LWF0LTEwLjU1LjQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTA2IGF0IDEwLjU1LjQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzA2L3RoZS1raW5nLW9mLXNvaG8taXMtaW4tdGhlLXBpbmstd2l0aC1uZXctZ2luLWxhdW5jaC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDEwOjQ5OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDYtYXQtMTEuNDkuMjAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDYgYXQgMTEuNDkuMjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvc3RheS1vdXQtaW4tdGhlLWV2ZW5pbmdzLWZvci1sb25nZXItd2l0aC10YW5zdW4taGVhdGVycy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDEyOjE1OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDYtYXQtMTMuMTMuNDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDYgYXQgMTMuMTMuNDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDYvc3RheS1vdXQtaW4tdGhlLWV2ZW5pbmdzLWZvci1sb25nZXItd2l0aC10YW5zdW4taGVhdGVycy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA2VDEyOjI3OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDYtYXQtMTMuMTQuMTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDYgYXQgMTMuMTQuMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDkvbmV3LWR1dGNoLWVnZy1zYWZldHktcmVwb3J0LXNob3dzLW5lZWQtZm9yLWhpZ2hlci1zdGFuZGFyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wOVQwODo1MToxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9Db2RlLW9mLVByYWN0aWNlLXN1bW1hcnktZnItZTE1MzExMjY0MjI2MDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvZGUtb2YtUHJhY3RpY2Utc3VtbWFyeS1mcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wOS9uZXctZHV0Y2gtZWdnLXNhZmV0eS1yZXBvcnQtc2hvd3MtbmVlZC1mb3ItaGlnaGVyLXN0YW5kYXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA5VDA4OjUyOjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0xpb24tZWdncy1pbi1mb29kc2VydmljZTAxXzAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxpb24tZWdncy1pbi1mb29kc2VydmljZTAxXzA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDkvbmV3LWR1dGNoLWVnZy1zYWZldHktcmVwb3J0LXNob3dzLW5lZWQtZm9yLWhpZ2hlci1zdGFuZGFyZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0wOVQwODo1NToxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9XaHktTGlvbi1lZ2dzLWJveC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2h5IExpb24gZWdncyBib3g8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMDkvbmF0aW9uYWwtaW5ub3ZhdGlvbi1pbi10cmFpbmluZy1hd2FyZHMtbml0YXMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA5VDA5OjM3OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1VudGl0bGVkX2Rlc2lnbl9fNTFfLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VbnRpdGxlZF9kZXNpZ25fXzUxXzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wOS9uYXRpb25hbC1pbm5vdmF0aW9uLWluLXRyYWluaW5nLWF3YXJkcy1uaXRhcy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMDlUMDk6Mzk6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0wOS1hdC0xMC4zOC41MC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0wOSBhdCAxMC4zOC41MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8wOS9zcGFjZWQtb3V0LXNwYWNlLWZvci1ldmVyeW9uZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTA5VDE0OjIxOjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMDktYXQtMTUuMTEuNTUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMDkgYXQgMTUuMTEuNTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvc3VzdGFpbmFibGUtc3VjY2Vzcy1mb3ItbWotc2VhZm9vZC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDA3OjA3OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMDguMDcuMTQtZTE1MzEyMDY3MTczMDAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMDguMDcuMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvbmV3LXdlYnNpdGUtbGF1bmNoZXMtZm9yLXJlc3RhdXJhbnQtYmFyLXRlY2gtbGl2ZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDA3OjQ4OjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMDguNDAuNTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMDguNDAuNTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvc2NvcmUtd2l0aC1jaGVlc2UtYnVyZ2VyLWRvdWdoLWJhbGxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMDg6MjA6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xMC1hdC0wOS4xNC4zMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xMCBhdCAwOS4xNC4zMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9oZWluZWtlbi1oYXMtZXh0ZW5kZWQtaXRzLXBhcnRuZXJzaGlwLXdpdGgtdGhlLXNzZS1oeWRyby1hcmVuYS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDA4OjU0OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMDkuNTMuMzQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMDkuNTMuMzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvaGVpbmVrZW4taGFzLWV4dGVuZGVkLWl0cy1wYXJ0bmVyc2hpcC13aXRoLXRoZS1zc2UtaHlkcm8tYXJlbmEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQwODo1NToyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTEwLWF0LTA5LjUzLjI1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTEwIGF0IDA5LjUzLjI1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEwL21vcmdlbnJvdC11cC1zaWx2ZXItY3JlZWstd2l0aC1hLWxhZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMDk6MjA6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xMC1hdC0xMC4xOS4zOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xMCBhdCAxMC4xOS4zODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9tb3JnZW5yb3QtdXAtc2lsdmVyLWNyZWVrLXdpdGgtYS1sYWdlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDA5OjIwOjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTAuMjAuMDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTAuMjAuMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvbW9yZ2Vucm90LXVwLXNpbHZlci1jcmVlay13aXRoLWEtbGFnZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQwOToyMDo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTEwLWF0LTEwLjIwLjI4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTEwIGF0IDEwLjIwLjI4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEwL3JhdGlvbmFscy1uZXctbWFya2V0aW5nLWRpcmVjdG9yLXRvLWRldmVsb3AtZW5oYW5jZWQtY3VzdG9tZXItc3VwcG9ydC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEwOjA1OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTEuMDUuMTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTEuMDUuMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvZW5nbGFuZC1mYW5zLXRvLWJ1eS10ZW4tbWlsbGlvbi1leHRyYS1waW50cy1kdXJpbmctc2VtaS1maW5hbC1tYXRjaC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEwOjE1OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTEuMTQuNTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTEuMTQuNTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvZW5nbGFuZC1mYW5zLXRvLWJ1eS10ZW4tbWlsbGlvbi1leHRyYS1waW50cy1kdXJpbmctc2VtaS1maW5hbC1tYXRjaC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEwOjE2OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTEuMTMuMzYucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTEuMTMuMzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvaW4tdGhlLWNlbGxhci0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMTA6MjI6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xMC1hdC0xMS4xOS4xNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xMCBhdCAxMS4xOS4xNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMC9pbi10aGUtY2VsbGFyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMFQxMDoyMzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTEwLWF0LTExLjE5LjI3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTEwIGF0IDExLjE5LjI3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEwL2NvdW50aW5nLWNvc3QtYXMtZm9vdGJhbGwtY29tZXMtaG9tZS1ob2dzLWJhY2stYm9zcy1ydWVzLWZyZWUtcGludC1vZmZlci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEwOjM1OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTEuMTguNTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTEuMTguNTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvc3VnYXItdGF4LW5vdC1zby1zd2VldC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEyOjQyOjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTMuMzYuMTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTMuMzYuMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvc3VnYXItdGF4LW5vdC1zby1zd2VldC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDEyOjQzOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTMuMzYuNDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTMuMzYuNDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvbG9uZG9uLWNyYWZ0LWJlZXItZmVzdGl2YWwtMy01LWF1Z3VzdC0yMDE4LXRvYmFjY28tZG9jay88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDE0OjE0OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTUuMDUuMDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTUuMDUuMDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvbG9uZG9uLWNyYWZ0LWJlZXItZmVzdGl2YWwtMy01LWF1Z3VzdC0yMDE4LXRvYmFjY28tZG9jay88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEwVDE0OjE1OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTAtYXQtMTUuMDYuMDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTAgYXQgMTUuMDYuMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTAvaGF2ZS15b3UtY29uc2lkZXJlZC1hLWNhcmVlci1hcy1hLWNhdGVyaW5nLWVxdWlwbWVudC1zZXJ2aWNlLWVuZ2luZWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTBUMTQ6Mzc6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xMC1hdC0xNS4zNy4wMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xMCBhdCAxNS4zNy4wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMS9zdG9uZWdhdGUtc2Nvb3BzLWNvcnBvcmF0ZS1jaGFyaXR5LWZ1bmRyYWlzZXItYXdhcmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMVQwNzoyNzoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTExLWF0LTA4LjI2LjUzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTExIGF0IDA4LjI2LjUzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzExL3dhc3RlLW1hbmFnZW1lbnQtd2FzdGUtbm90LXdhbnQtbm90LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTFUMTA6MzM6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xMS1hdC0xMC41OS4xNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xMSBhdCAxMC41OS4xNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMS9kcmlua2F3YXJlLWNyZXctdG8tb3BlcmF0ZS1hdC1zcGxlbmRvdXItZmVzdGl2YWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMVQxMzowNzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTExLWF0LTE0LjA0LjA1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTExIGF0IDE0LjA0LjA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEyL3dvcmxkLWN1cC0yMDE4LWtlZXBpbmctdGhlLXBhcnR5LWdvaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTJUMTM6Mzk6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2luZ2FfcHJvZHVjdF83YS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzEyL3dvcmxkLWN1cC0yMDE4LWtlZXBpbmctdGhlLXBhcnR5LWdvaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTJUMTM6NDA6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2luZ2FfcHJvZHVjdF8xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaW5nYV9wcm9kdWN0XzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTIvd29ybGQtY3VwLTIwMTgta2VlcGluZy10aGUtcGFydHktZ29pbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xMlQxMzo0MDoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TaW5nYV9wcm9kdWN0XzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNpbmdhX3Byb2R1Y3RfMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xMi93b3JsZC1jdXAtMjAxOC1rZWVwaW5nLXRoZS1wYXJ0eS1nb2luZy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTEyVDEzOjQwOjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NpbmdhX3Byb2R1Y3RfMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2luZ2FfcHJvZHVjdF8zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L2p1bmUtaGVhdHdhdmUtYW5kLWZvb3RiYWxsLWJvb3N0cy1icml0YWlucy1wdWItdGFraW5ncy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDA4OjUxOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTYtYXQtMDkuMjcuMjUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTYgYXQgMDkuMjcuMjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTYvanVuZS1oZWF0d2F2ZS1hbmQtZm9vdGJhbGwtYm9vc3RzLWJyaXRhaW5zLXB1Yi10YWtpbmdzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMDk6MDA6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xNi1hdC0wOS41OS4yOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xNiBhdCAwOS41OS4yODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNi9qdW5lLWhlYXR3YXZlLWFuZC1mb290YmFsbC1ib29zdHMtYnJpdGFpbnMtcHViLXRha2luZ3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQwOTowMjo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTE2LWF0LTEwLjAyLjIwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTE2IGF0IDEwLjAyLjIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L3F1YWxpdHktY29tZXMtbmF0dXJhbGx5LWFzLWVzc2VudGlhbC1jdWlzaW5lLWV4dGVuZHMtc2lnbmF0dXJlLXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMDk6NTc6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xNi1hdC0xMC4zNC40My5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xNiBhdCAxMC4zNC40MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNi9maXZlLXN0cm9uZy1yYW5nZS1vZi1zcGFuaXNoLWdpbnMtanVzdC10aGUtdG9uaWMtZm9yLW1vcmdlbnJvdC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDExOjU3OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTYtYXQtMTEuNDAuMTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTYgYXQgMTEuNDAuMTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTYvYnJha3NwZWFyLW9wZW5zLWRvb3JzLXRvLW5ldy1mbGFnc2hpcC1tYW5hZ2VkLXNpdGUtaW4tY290c3dvbGRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTZUMTM6MTA6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xNi1hdC0xNC4wOS4zMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xNiBhdCAxNC4wOS4zMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNi9icmFrc3BlYXItb3BlbnMtZG9vcnMtdG8tbmV3LWZsYWdzaGlwLW1hbmFnZWQtc2l0ZS1pbi1jb3Rzd29sZHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQxMzoxNTo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTE2LWF0LTE0LjAyLjI4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTE2IGF0IDE0LjAyLjI4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L3BhbnRoZW9uLXJlcG9ydHMtc2FsZXMtaW5jcmVhc2Utb24tdmVnLXByZXAtbWFjaGluZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xNlQxNDoxNDoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTE2LWF0LTE0LjQzLjU1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTE2IGF0IDE0LjQzLjU1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE2L2ZhbGNvbnMtbmV3LWVsZWN0cmljLWZyeWVyLWlzLWZhc3QtZW5lcmd5LWVmZmljaWVuY3ktYW5kLWdvb2QtbG9va2luZy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTE2VDE0OjM2OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMTYtYXQtMTUuMjguNDgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMTYgYXQgMTUuMjguNDg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMTcvYWNtLWVudmlyb25tZW50YWwtYW5kLWJyYWtlcy13aW4tbmF0aW9uYWwtcmVjeWNsaW5nLWF3YXJkLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xN1QwNzoxNToyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTE3LWF0LTA4LjE0LjU3LWUxNTMxODE1Mjc0OTM2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTE3IGF0IDA4LjE0LjU3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE3L21lYWxzLW1vcmUtYmVjb21lcy1hLWNoYXJpdHktdG8tZW5kLWhvbGlkYXktaHVuZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTdUMDg6MzQ6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xNy1hdC0wOS4zNC4wNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xNyBhdCAwOS4zNC4wNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8xNy9qb3NodWEtYW5kLXBvdmV0a2luLWNvbGxpZGUtb24tc2F0dXJkYXktMjJuZC1zZXB0ZW1iZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0xN1QxMzozNzoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTE3LWF0LTE0LjM0LjQyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTE3IGF0IDE0LjM0LjQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE3L2hlaW5la2VuLTAtMC1sYXVuY2hlcy1iaWdnZXN0LWV2ZXItY2FtcGFpZ24tZm9yLWFuLWFsY29ob2wtZnJlZS1iZWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTdUMTQ6MjQ6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvaW1hZ2UwMDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltYWdlMDAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzE3L2hlaW5la2VuLTAtMC1sYXVuY2hlcy1iaWdnZXN0LWV2ZXItY2FtcGFpZ24tZm9yLWFuLWFsY29ob2wtZnJlZS1iZWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMTdUMTQ6MzE6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0xNy1hdC0xNS4zMS4zNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0xNyBhdCAxNS4zMS4zNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8yNi93aW5kaG9lay1saW5rcy11cC13aXRoLXBpZy13aGlzdGxlLWZvci1jaGFyaXR5LXBpZ2d5LXJhY2UtbmlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yNlQxMzozMzozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9waWctd2hpc3RsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGlnICZhbXA7IHdoaXN0bGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMjYvd2luZGhvZWstbGlua3MtdXAtd2l0aC1waWctd2hpc3RsZS1mb3ItY2hhcml0eS1waWdneS1yYWNlLW5pZ2h0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMjZUMTM6MzM6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvdGh1bWJuYWlsX2ltYWdlMy0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aHVtYm5haWxfaW1hZ2UzICgxKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8yNi93aW5kaG9lay1saW5rcy11cC13aXRoLXBpZy13aGlzdGxlLWZvci1jaGFyaXR5LXBpZ2d5LXJhY2UtbmlnaHQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0yNlQxMzozMzo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy90aHVtYm5haWxfaW1hZ2UyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT50aHVtYm5haWxfaW1hZ2UyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL21ha2luZy1zZW5zZS1vZi10aGluZ3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQwODowNzoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMwLWF0LTA5LjAzLjE0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMwIGF0IDA5LjAzLjE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL291dC1pbi10aGUtb3Blbi13aXRoLXdldGhlcnNwb29ucy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDA4OjI0OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMDkuMjQuMTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMDkuMjQuMTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvZWNhdGVyaW5nLWV4cGFuZHMtYmFjay1iYXItY2FiaW5ldC1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDA4OjQ1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMDkuNDUuMDkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMDkuNDUuMDk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvc2NhcGVncmFjZS1naW4tZ29lcy1yb2d1ZS13aXRoLWFub255bW91cy1jb2NrdGFpbC1jb21wZXRpdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDA5OjA3OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L0hTLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhTPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL3NjYXBlZ3JhY2UtZ2luLWdvZXMtcm9ndWUtd2l0aC1hbm9ueW1vdXMtY29ja3RhaWwtY29tcGV0aXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQwOToxMDowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMwLWF0LTEwLjA5LjMyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMwIGF0IDEwLjA5LjMyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL3Jlc3VyZ2VuY2UtaW4tc3BhbmlzaC12ZXJtb3V0aHMtc2Vlcy1tb3JnZW5yb3Qtc3RyZW5ndGhlbi1pdHMtc2VsZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMDk6MzE6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0zMC1hdC0xMC4yOS40NS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0zMCBhdCAxMC4yOS40NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC93b3JsZHMtYmlnZ2VzdC1wdWItcXVpei1yYWlzZXMtcmVjb3JkLWFtb3VudC1mb3ItY2hhcml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDA5OjU2OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMTAuNTYuMTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMTAuNTYuMTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvc3BpY3ktY2hpY2tlbi13aWxsLXNrZXdlci1zYWxlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDEwOjA0OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMTEuMDEuMTUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMTEuMDEuMTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvc2FsY29tYmUtZ2luLXZveWFnZXItc2VyaWVzLWFyYWJlbGxhLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTA6MzA6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0zMC1hdC0xMS4yOS4yNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0zMCBhdCAxMS4yOS4yNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC9zYWxjb21iZS1naW4tdm95YWdlci1zZXJpZXMtYXJhYmVsbGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQxMDozMDo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMwLWF0LTExLjI5LjU1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMwIGF0IDExLjI5LjU1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL25ldy1waWNhcmRpZS1jYXJhZmUtZnJvbS1hcnRpcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDEwOjQwOjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMTEuMzguMjQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMTEuMzguMjQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvbmV3LXBpY2FyZGllLWNhcmFmZS1mcm9tLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTA6NDA6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0zMC1hdC0xMS4zOC40My5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0zMCBhdCAxMS4zOC40MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC9mYWNlLWZhY3RzLXdrZC1zdW1tZXItY2FtcGFpZ24tc2V0LXRvLWNyZWF0ZS1zbWlsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQxMjo1MTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMwLWF0LTEzLjQzLjMxLWUxNTMyOTU1NTM3MzI4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMwIGF0IDEzLjQzLjMxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL2ZhY2UtZmFjdHMtd2tkLXN1bW1lci1jYW1wYWlnbi1zZXQtdG8tY3JlYXRlLXNtaWxlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDEyOjUxOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMTMuNDMuNDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMTMuNDMuNDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvbmV3LXJhbmdlLW9mLXplcm8tcHJvb2Ytc3Bpcml0cy1oaXRzLXVrLW1hcmtldC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDEzOjM1OjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMTQuMjEuNDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMTQuMjEuNDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzAvdmlzdGEtMy1ieS1jaHJvbWEtcS1saWdodGluZy1jb250cm9sLW1ha2VzLWltcHJlc3NpdmUtdWstZGVidXQtYXQtc2lsdmVyc3RvbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMFQxNToxMzo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMwLWF0LTE2LjA4LjAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMwIGF0IDE2LjA4LjAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMwL3Zpc3RhLTMtYnktY2hyb21hLXEtbGlnaHRpbmctY29udHJvbC1tYWtlcy1pbXByZXNzaXZlLXVrLWRlYnV0LWF0LXNpbHZlcnN0b25lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzBUMTU6MTc6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0zMC1hdC0xNi4xNi40NS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0zMCBhdCAxNi4xNi40NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMC92aXN0YS0zLWJ5LWNocm9tYS1xLWxpZ2h0aW5nLWNvbnRyb2wtbWFrZXMtaW1wcmVzc2l2ZS11ay1kZWJ1dC1hdC1zaWx2ZXJzdG9uZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMwVDE1OjE4OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzAtYXQtMTYuMTguMzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzAgYXQgMTYuMTguMzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvcHJvbGlnaHRzLWxlZHMtYXJlLWEta2V5LWZpeHR1cmUtYXQtdGhlLWJyaXRpc2gtZ3JhbmQtcHJpeC1wYXJ0eS1hdC1zaWx2ZXJzdG9uZS88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA3OjE5OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzEtYXQtMDguMTEuMTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzEgYXQgMDguMTEuMTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvbXVzaWNhbC1tb21lbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDc6NTA6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0zMS1hdC0wOC40OS40NS1lMTUzMzAyMzczMTg1Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0zMSBhdCAwOC40OS40NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMS9tdXNpY2FsLW1vbWVudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwNzo1ODowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMxLWF0LTA4LjU3LjM0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMxIGF0IDA4LjU3LjM0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL21hYy13aWxkLWxhdW5jaC1sb25kb25zLWZpcnN0LXZpcnR1YWwtc2hvb3RpbmctcmFuZ2Utd2hpc2t5LWJhci88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDA4OjUwOjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzEtYXQtMDkuNDguMzkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzEgYXQgMDkuNDguMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvbWFjLXdpbGQtbGF1bmNoLWxvbmRvbnMtZmlyc3QtdmlydHVhbC1zaG9vdGluZy1yYW5nZS13aGlza3ktYmFyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDctMzFUMDg6NTA6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDcvU2NyZWVuLVNob3QtMjAxOC0wNy0zMS1hdC0wOS40OS4wNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wNy0zMSBhdCAwOS40OS4wNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wNy8zMS91dG9waWEtbGF1bmNoZXMtYmVhdXRpZnVsLXN0cm9uZy1nbGFzc3dhcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwOTozOToxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMxLWF0LTEwLjM2LjU0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMxIGF0IDEwLjM2LjU0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL3RoZS1wYWxvbWEtcGFybG91ci1wb3BzLXVwLWluLWNvdmVudC1nYXJkZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQwOTo0Nzo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMxLWF0LTEwLjQ1LjAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMxIGF0IDEwLjQ1LjAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL25ldy1vY2Fkby1zdG9ja3MtY29ya2Vycy1vbGl2ZS1vaWwtY3Jpc3AtcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxMDo1MTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMxLWF0LTExLjQ5LjQ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMxIGF0IDExLjQ5LjQ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL2Z1bmtpbi1leHRlbmRzLWlubm92YXRpb24tbGFiLXRyYWluaW5nLXByb2dyYW1tZS10by1zY290bGFuZC88L2xvYz48bGFzdG1vZD4yMDE4LTA3LTMxVDEyOjI4OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA3L1NjcmVlbi1TaG90LTIwMTgtMDctMzEtYXQtMTMuMjguMTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDctMzEgYXQgMTMuMjguMTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDcvMzEvYmlycmEtbW9yZXR0aS1sYXVuY2hlcy10aW1lLWZvci13aGF0LW1hdHRlcnMtY2FtcGFpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxMzo0Mjo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMxLWF0LTE0LjM2LjA0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMxIGF0IDE0LjM2LjA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA3LzMxL2dvLWluLWZ1cm5pdHVyZS1kZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wNy0zMVQxNDo1NzoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wNy9TY3JlZW4tU2hvdC0yMDE4LTA3LTMxLWF0LTE1LjExLjU1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA3LTMxIGF0IDE1LjExLjU1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA3L3Jlc3RhdXJhbnQtYmFyLXRlY2gtbGl2ZS0yNXRoLTI2dGgtc2VwdGVtYmVyLTIwMTgtZXhjZWwtbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMDc6NTg6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wNy1hdC0wOC41NS4zNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wNyBhdCAwOC41NS4zNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wNy9oZWluZWtlbi1sYXVuY2hlcy1jaWRlci1kaXJlY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wN1QwODoyNzoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTA3LWF0LTA5LjI2LjQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA3IGF0IDA5LjI2LjQ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA3L2JyaXRpc2gtYmFydGVuZGVyLXdpbnMtdGhlLWludGVybmF0aW9uYWwtc291dGhlcm4tc2hvd2Rvd24tMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA3VDA4OjU2OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDctYXQtMDkuNTIuMjIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMDcgYXQgMDkuNTIuMjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDcvY29vbGluZy1vZmYtb24tY2x1Yi10by1wdWItc3dpbS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA3VDA5OjIyOjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDctYXQtMDkuNTIuMjItMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wNyBhdCAwOS41Mi4yMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wNy9jb29saW5nLW9mZi1vbi1jbHViLXRvLXB1Yi1zd2ltLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDdUMDk6MjI6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wNy1hdC0xMC4xMi4xNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wNyBhdCAxMC4xMi4xNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wNy9icmFrZXMtZXh0ZW5kcy1tZWF0LWZyZWUtcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wN1QxMDozMjozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTA3LWF0LTExLjI4LjEyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA3IGF0IDExLjI4LjEyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L2JyZWdnc2l0LXN0b3JtLWJyZXdpbmctYXMtYnVzaW5lc3Nlcy1lbmNvdXJhZ2VkLXRvLXByZXBhcmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQwOTo1OToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTA5LWF0LTEwLjU0LjA0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA5IGF0IDEwLjU0LjA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L3RoZS1raW5nLW9mLWNob3V4LWFycml2ZXMtb24tdGhlLWtpbmdzLXJvYWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMDoxMTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTA5LWF0LTExLjExLjExLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA5IGF0IDExLjExLjExPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L3RoZS1raW5nLW9mLWNob3V4LWFycml2ZXMtb24tdGhlLWtpbmdzLXJvYWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMDoxNTo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTA5LWF0LTExLjE1LjE2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA5IGF0IDExLjE1LjE2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L2Jlbi1tYW5jaGVzdGVyLWxlYXZlcy1qYXNvbi1hdGhlcnRvbi10by1qb2luLWRkLWxvbmRvbi88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEwOjM4OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDktYXQtMTEuMzEuMzgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMDkgYXQgMTEuMzEuMzg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDkvYmVuLW1hbmNoZXN0ZXItbGVhdmVzLWphc29uLWF0aGVydG9uLXRvLWpvaW4tZGQtbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDlUMTA6Mzk6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wOS1hdC0xMS4zMS4zOC0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA5IGF0IDExLjMxLjM4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L3NreS1zcG9ydHMtYW5ub3VuY2VzLWl0cy1sYXRlc3QtbGl2ZS1wcmVtaWVyLWxlYWd1ZS1maXh0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEwOjUzOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDktYXQtMTEuNTMuMzkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMDkgYXQgMTEuNTMuMzk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDkvYnJld2Vycy1hc3NvY2lhdGlvbi11bmRlcnBpbnMtc3Ryb25nLWV4cG9ydC1ncm93dGgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0wOVQxMjozMTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTA5LWF0LTEzLjMwLjQ1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA5IGF0IDEzLjMwLjQ1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzA5L2JyZXdlcnMtYXNzb2NpYXRpb24tdW5kZXJwaW5zLXN0cm9uZy1leHBvcnQtZ3Jvd3RoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDlUMTI6MzE6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wOS1hdC0xMy4zMC4wMy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wOSBhdCAxMy4zMC4wMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9icmV3ZXJzLWFzc29jaWF0aW9uLXVuZGVycGlucy1zdHJvbmctZXhwb3J0LWdyb3d0aC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEyOjMyOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDktYXQtMTMuMzEuNTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMDkgYXQgMTMuMzEuNTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDkvbG9uZG9uLWdldHMtZ2FtZS1mb3ItZ2xvcmlvdXMtdHdlbGZ0aC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEzOjA5OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDktYXQtMTQuMDguNTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMDkgYXQgMTQuMDguNTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMDkvbG9uZG9uLWdldHMtZ2FtZS1mb3ItZ2xvcmlvdXMtdHdlbGZ0aC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTA5VDEzOjA5OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMDktYXQtMTQuMDguNTctMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wOSBhdCAxNC4wOC41NzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9sb25kb24tZ2V0cy1nYW1lLWZvci1nbG9yaW91cy10d2VsZnRoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDlUMTM6MDk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wOS1hdC0xNC4wOS4wNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wOSBhdCAxNC4wOS4wNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9hcnl6dGEtb2ZmZXJzLWEtdHJ1ZS10YXN0ZS1vZi10aGUtbWlkZGxlLWVhc3Qtd2l0aC1uZXctc2F2b3VyaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDlUMTQ6MjQ6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wOS1hdC0xNS4yMS40Ny5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0wOSBhdCAxNS4yMS40NzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8wOS9hcnl6dGEtb2ZmZXJzLWEtdHJ1ZS10YXN0ZS1vZi10aGUtbWlkZGxlLWVhc3Qtd2l0aC1uZXctc2F2b3VyaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMDlUMTQ6MjU6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0wOS1hdC0xNS4yMS40Ny0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTA5IGF0IDE1LjIxLjQ3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL3BpcGVycy13aW5zLWFnYWluLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMDc6MzU6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xMy1hdC0wOC4zMC40OS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xMyBhdCAwOC4zMC40OTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xMy9uZXctdGlraS1kcmlua2luZy12ZXNzZWxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMDg6MDQ6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xMy1hdC0wOC41OS4zMC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xMyBhdCAwOC41OS4zMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xMy9uZXctdGlraS1kcmlua2luZy12ZXNzZWxzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMDg6MDU6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xMy1hdC0wOC41OS4zMC0xLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTEzIGF0IDA4LjU5LjMwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL2JyYWtlcy1iZWNvbWVzLWZpcnN0LWZvb2RzZXJ2aWNlLXdob2xlc2FsZXItdG8tam9pbi13cmFwcy1wbGFzdGljLXBhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xM1QwODozODowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTEzLWF0LTA5LjMzLjE0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTEzIGF0IDA5LjMzLjE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL2JyYWtlcy1iZWNvbWVzLWZpcnN0LWZvb2RzZXJ2aWNlLXdob2xlc2FsZXItdG8tam9pbi13cmFwcy1wbGFzdGljLXBhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xM1QwODozODowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTEzLWF0LTA5LjMzLjMwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTEzIGF0IDA5LjMzLjMwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzEzL2JyYWtlcy1iZWNvbWVzLWZpcnN0LWZvb2RzZXJ2aWNlLXdob2xlc2FsZXItdG8tam9pbi13cmFwcy1wbGFzdGljLXBhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xM1QwODozODoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTEzLWF0LTA5LjMzLjE0LTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMTMgYXQgMDkuMzMuMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTMvdXRvcGlhLXRhYmxld2FyZS10cmVuZHMtYmlnLWJlYXV0aWZ1bC1hbmQtZWNvLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMDg6NTA6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xMy1hdC0wOS40Ni40NC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xMyBhdCAwOS40Ni40NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xMy9mb29kc2VydmljZS1pbmR1c3RyeS1iaW0taW5mb3JtYXRpb24tZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMTA6MjQ6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xMy1hdC0xMS4xOS4yNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xMyBhdCAxMS4xOS4yNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xMy9icml0aXNoLWxpb24tZWdncy13ZWxjb21lLWNvbXBlbnNhdGlvbi1uZXdzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTNUMTA6NDM6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xMy1hdC0xMS40MS4yMC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xMyBhdCAxMS40MS4yMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNS9vbi1jb2ZmZWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xNVQwNzozMDoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTE1LWF0LTA4LjE4LjIyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTE1IGF0IDA4LjE4LjIyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE1L29uLWNvZmZlZS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA3OjMyOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMTUtYXQtMDguMzEuMzUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMTUgYXQgMDguMzEuMzU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTUvb24tY29mZmVlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTVUMDc6NDg6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xNS1hdC0wOC4xOC4wOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xNSBhdCAwOC4xOC4wODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNS90YXN0ZS10ZXN0LXRydWx5LXRvbmljLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTVUMDc6NTg6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xNS1hdC0wOC41Ny41MS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xNSBhdCAwOC41Ny41MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNS9kb3VibGluZy1kb3duLW9uLXRoZS1kYWlxdWlyaS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA4OjEzOjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMTUtYXQtMDkuMDIuMDkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMTUgYXQgMDkuMDIuMDk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTUvZmVtLXN0cmVuZ3RoZW5zLW1hcmtldGluZy10ZWFtLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTVUMDg6NTE6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xNS1hdC0wOS41MC40Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xNSBhdCAwOS41MC40MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNS9tYWx0c21pdGhzLWxhdW5jaGVzLXdoZW4teW91LWxvdmUtd2hhdC15b3UtZG8tdHYtYWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xNVQwOTowNjowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTE1LWF0LTA5LjU3LjQyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTE1IGF0IDA5LjU3LjQyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE1L3NreS1zcG9ydC1zZWFzb24tcHJldmlldy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE1VDA5OjQzOjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMTUtYXQtMTAuMTAuNTcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMTUgYXQgMTAuMTAuNTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTcvYXBwbHktZm9yLXRoZS1jaGFuY2UtdG8tZ28tYXJvdW5kLXRoZS13b3JsZC1pbi04MC1kYXlzLXdpdGgtbXItZm9nZ3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwNzoxMToxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTE3LWF0LTA4LjEwLjMzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTE3IGF0IDA4LjEwLjMzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE3L2JlZXItd3JpdGluZy1hd2FyZHMtdGhyZWUtd2Vla3MtbGVmdC10by1lbnRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE3VDA3OjQwOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L2Jnb2J3LWxvZ28ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJnb2J3LWxvZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTcvYmVlci13cml0aW5nLWF3YXJkcy10aHJlZS13ZWVrcy1sZWZ0LXRvLWVudGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMTdUMDc6NDg6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0xNy1hdC0wOC40Ni41Mi1lMTUzNDQ5MzU5MjU0OC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0xNyBhdCAwOC40Ni41MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8xNy9iZWVyLXdyaXRpbmctYXdhcmRzLXRocmVlLXdlZWtzLWxlZnQtdG8tZW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwODoyMDoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTE3LWF0LTA5LjE5LjA3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTE3IGF0IDA5LjE5LjA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE3L2tyaXN0YWxpYW5vLXByYWN0aWNhbC1nbGFzc3dhcmUtdGhhdC1leHVkZXMtdmludGFnZS1mbGFpci88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTE3VDA4OjMwOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMTctYXQtMDkuMjQuMjUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMTcgYXQgMDkuMjQuMjU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMTcvd2luZGhvZWstZHJhdWdodC1kZXNjZW5kcy1vbi10aGUtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwODo0OToxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTE3LWF0LTA5LjQ2LjI3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTE3IGF0IDA5LjQ2LjI3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzE3L2N1YmFuLXNhbmR3aWNoLWZlc3RpdmFsLXdpdGgtYS1saXR0bGUtaGVscC1mcm9tLWZyZW5jaHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0xN1QwOToxMDowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTE3LWF0LTEwLjA0LjI4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTE3IGF0IDEwLjA0LjI4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIwL2h1YmJhcmQtc3lzdGVtcy1sYXRlc3QtdW5kZXJjb3VudGVyLWRpc2h3YXNoZXItaXMtZmFzdC1hbmQtY29tcGFjdC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIwVDA4OjA2OjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjAtYXQtMDkuMDAuMzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjAgYXQgMDkuMDAuMzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjAvZmFsY29uLWZvb2RzZXJ2aWNlLWFwcG9pbnRzLXJ1YnktaGVubmVzc2V5LWFzLWN1c3RvbWVyLXNlcnZpY2UtbWFuYWdlci88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIwVDA4OjEyOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjAtYXQtMDkuMDkuMjcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjAgYXQgMDkuMDkuMjc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjAvanVseXMtaGVhdHdhdmUtcHJvbXB0cy1zYWxlcy1yaXNlLWluLWJyaXRhaW5zLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMFQwODo0NDoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTIwLWF0LTA5LjQzLjU1LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTIwIGF0IDA5LjQzLjU1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIwL2p1bHlzLWhlYXR3YXZlLXByb21wdHMtc2FsZXMtcmlzZS1pbi1icml0YWlucy1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjBUMDg6NDU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMC1hdC0wOS40My4xOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMCBhdCAwOS40My4xODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMC9uZXctaG9wLWdhcmRlbi10by1kb3VibGUtaG9wLXlpZWxkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjBUMDk6MTg6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMC1hdC0wOS41Ny4wMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMCBhdCAwOS41Ny4wMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMC9jb3VudHJ5LXJhbmdlcy1mZXN0aXZlLW9mZmVyaW5nLWJvb3N0ZWQtd2l0aC1hLXF1YXJ0ZXQtb2YtcXVhbGl0eS1kZXNzZXJ0cy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIwVDA5OjU2OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjAtYXQtMTAuNTEuMzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjAgYXQgMTAuNTEuMzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjAvanVseXMtaGVhdHdhdmUtcHJvbXB0cy1zYWxlcy1yaXNlLWluLWJyaXRhaW5zLXB1YnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMFQxMDoxMDoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTIwLWF0LTExLjA5LjQwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTIwIGF0IDExLjA5LjQwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIxL2dsZW5uLXJvYmVydHMtam9pbnMtd2ludGVyaGFsdGVyLXVrLWFuZHktc2FsdGVyLWpvaW5zLWNsYXNzZXEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMVQwNzoyMTo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTIxLWF0LTA4LjIwLjUwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTIxIGF0IDA4LjIwLjUwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIxL3N0ZWFtbGVzcy13YXJld2FzaGVyLWNyZWF0ZXMtY29vbC1jbGltYXRlLWZvci13aW50ZXJnYXJkZW4tcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIxVDA3OjQxOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjEtYXQtMDguMzcuMjIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjEgYXQgMDguMzcuMjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjEvZHJpbmthd2FyZS1zcG9uc29ycy1maXJzdC13YWxraW5nLWZvb3RiYWxsLXRvdXJuYW1lbnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yMVQwODozNzowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTIxLWF0LTA5LjM0LjE2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTIxIGF0IDA5LjM0LjE2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIxL2JsZW5kcy1saWtlLWEtZHJlYW0tZm9yLXJlYWwtbGlmZXRpbWUtZW5kdXJhbmNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDg6NDE6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMS1hdC0wOS4zNy40MS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMSBhdCAwOS4zNy40MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMS9jZXNhLWNvbmZlcmVuY2Utc2V0LXRvLXRhY2tsZS1kaWZmaWN1bHQtaXNzdWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDk6NTA6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMS1hdC0xMC40Ny40My5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMSBhdCAxMC40Ny40MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMS9yYXRpb25hbC10ZWFtLXBlYWstbm90LW9uY2UtYnV0LXRocmVlLXRpbWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMDk6NTU6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMS1hdC0xMC41Mi4xMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMSBhdCAxMC41Mi4xMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMS9hcnl6dGEtZm9vZC1zb2x1dGlvbnMtYXQtdGhlLTIwMTgtZ3JlYXQtdGFzdGUtYXdhcmRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjFUMTA6MzE6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMS1hdC0xMS4zMC41Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMSBhdCAxMS4zMC41MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9va3RvYmVyZmVzdC1hbmQtYXJ0aXMtZ28taGFuZC1pbi1oYW5kLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjNUMDc6MTU6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMy1hdC0wOC4xMC4xNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMyBhdCAwOC4xMC4xNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9yZWFsLWRlbGktY28tYW5kLXRoZS1wcm9maXQtcG93ZXItb2YtaG91bW91cy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIzVDA3OjM1OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjMtYXQtMDguMzIuMjkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjMgYXQgMDguMzIuMjk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjMvd2F0ZXJjcmVzcy1jcmVhdGVzLWEtc3Rpci1ieS1hZGRpbmctdG8tYWxtb3N0LWFueXRoaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjNUMDc6NDI6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMy1hdC0wOC4zOC41MS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMyBhdCAwOC4zOC41MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy93YXRlcmNyZXNzLWNyZWF0ZXMtYS1zdGlyLWJ5LWFkZGluZy10by1hbG1vc3QtYW55dGhpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yM1QwNzo0MjowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTIzLWF0LTA4LjM5LjEzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTIzIGF0IDA4LjM5LjEzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzIzL3dhdGVyY3Jlc3MtY3JlYXRlcy1hLXN0aXItYnktYWRkaW5nLXRvLWFsbW9zdC1hbnl0aGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIzVDA3OjQyOjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjMtYXQtMDguNDEuMTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjMgYXQgMDguNDEuMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjMvd2F0ZXJjcmVzcy1jcmVhdGVzLWEtc3Rpci1ieS1hZGRpbmctdG8tYWxtb3N0LWFueXRoaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjNUMDc6NDI6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMy1hdC0wOC40MS4yNy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMyBhdCAwOC40MS4yNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9iYWdzLW9mLWNob2ljZS1mcm9tLXNvdXMtdmlkZS10b29scy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIzVDA5OjAwOjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjMtYXQtMDkuNTcuNDMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjMgYXQgMDkuNTcuNDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjMvaW50ZXJuYXRpb25hbC1jdWJhbi1zYW5kd2ljaC1mZXN0aXZhbC13aXRoLWEtbGl0dGxlLWhlbHAtZnJvbS1mcmVuY2hzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjNUMDk6MjQ6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMy1hdC0xMC4xMC4xNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMyBhdCAxMC4xMC4xNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy90b21vcnJvd3Mta2l0Y2hlbi1yYXRpb25hbC1zaG93cy10aGUtZnV0dXJlLW9mLWZvb2RzZXJ2aWNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjNUMDk6MzU6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yMy1hdC0xMC4zNS4wOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yMyBhdCAxMC4zNS4wODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yMy9tci1mb2dncy1zb2NpZXR5LW9mLWV4cGxvcmF0aW9uLWFsbC1hYm9hcmQtdGhlLWFyb3VuZC10aGUtd29ybGQtZXhwcmVzcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTIzVDA5OjU4OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjMtYXQtMTAuNTcuNTUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjMgYXQgMTAuNTcuNTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjkvYnJha2VzLWNlbGVicmF0ZXMtYnJpdGlzaC1mb29kLWZvcnRuaWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA3OjExOjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjktYXQtMDguMDcuNTAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjkgYXQgMDguMDcuNTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjkvZXVyb2Jvb3plci1zZWl6ZXMtZXhjbHVzaXZlLXVrLWRpc3RyaWJ1dGlvbi1vZi1kZW5tYXJrcy1taWtrZWxsZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yOVQwNzozNzoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTI5LWF0LTA4LjA3LjUwLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjkgYXQgMDguMDcuNTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjkvZXVyb2Jvb3plci1zZWl6ZXMtZXhjbHVzaXZlLXVrLWRpc3RyaWJ1dGlvbi1vZi1kZW5tYXJrcy1taWtrZWxsZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yOVQwNzozNzoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTI5LWF0LTA4LjMxLjM3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTI5IGF0IDA4LjMxLjM3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L2V1cm9ib296ZXItc2VpemVzLWV4Y2x1c2l2ZS11ay1kaXN0cmlidXRpb24tb2YtZGVubWFya3MtbWlra2VsbGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjlUMDc6Mzc6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yOS1hdC0wOC4zMi4wOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yOSBhdCAwOC4zMi4wOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yOS9rZWVwLXRoZS1pY2UtZmxvd2luZy1kdXJpbmctdGhlLXJ1bi11cC10by1jaHJpc3RtYXMtYW5kLWludG8tdGhlLW5ldy15ZWFyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjlUMDc6NTc6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yOS1hdC0wOC41Ni41My5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yOSBhdCAwOC41Ni41MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yOS9mdXR1cmEtY2VsZWJyYXRpbmctYS1tZWRhbC1oYXVsLWF0LXRoZS0yMDE4LWludGVybmF0aW9uYWwtY2hlZXNlLWF3YXJkcy88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTI5VDA4OjEwOjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMjktYXQtMDkuMDMuNDgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMjkgYXQgMDkuMDMuNDg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMjkvZnJlZGVyaWNrLWZvcnN0ZXItcmV0dXJucy10by1kZC1sb25kb24tYXMtaGVhZC1jaGVmLW9mLXBsYXRlYXUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0yOVQwOTowMzozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9kb3dubG9hZC5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRvd25sb2FkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzI5L2ZyZWRlcmljay1mb3JzdGVyLXJldHVybnMtdG8tZGQtbG9uZG9uLWFzLWhlYWQtY2hlZi1vZi1wbGF0ZWF1LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjlUMDk6MDU6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yOS1hdC0xMC4wNS4xMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yOSBhdCAxMC4wNS4xMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8yOS9uaW5lLWxpdmVzLWxhdW5jaGVzLW5ldy1jb2NrdGFpbC1tZW51LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMjlUMDk6MjY6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0yOS1hdC0xMC4yMy4zOC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0yOSBhdCAxMC4yMy4zODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC91ZWZhLW5hdGlvbnMtbGVhZ3VlLXRoZS1icmFuZC1uZXctaW50ZXJuYXRpb25hbC1mb290YmFsbC10b3VybmFtZW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDc6MDQ6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0zMC1hdC0wOC4wMi4wMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0zMCBhdCAwOC4wMi4wMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC90YWJsZXdhcmUtdG8taW1wcmVzcy1hdC10aGUtcmVzdGF1cmFudC1zaG93LTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwNzoxMDoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTA4LjA5LjQ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDA4LjA5LjQ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3VraG9zcGl0YWxpdHktY29uZGVtbnMtaW50cm9kdWN0aW9uLW9mLXBlcnNvbmFsLWxpY2VuY2UtcmVuZXdhbC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDEyOjA4OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1VLSC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Qcm9tb3RpbmcgYmVzdCBwcmFjdGljZSBhbmQgb3BlbiBkaWFsb2d1ZSBiZXR3ZWVuIGN1c3RvbWVycyBhbmQgYnVzaW5lc3NlcyBhYm91dCBhbGxlcmdlbnMgaXMgdGhlIGJlc3Qgd2F5IHRvIHByb21vdGUgdHJhbnNwYXJlbmN5IGFuZCBmb29kIHNhZmV0eSwgYWNjb3JkaW5nIHRvIFVLSC48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3VraG9zcGl0YWxpdHktY29uZGVtbnMtaW50cm9kdWN0aW9uLW9mLXBlcnNvbmFsLWxpY2VuY2UtcmVuZXdhbC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA3OjIwOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1VLSC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VS0g8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvZnJlc2hlcnMtd2Vlay10aGlzLWlzLW9uZS10by13YXRjaC1vdXQtZm9yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDc6NTU6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0zMC1hdC0wOC41MS41MS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0zMCBhdCAwOC41MS41MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9mcmVzaGVycy1tb3JlLXRvLWdpdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwODoxMzozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTA4LjU3LjU2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDA4LjU3LjU2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2Zyb20tZ3JhcGUtdG8tZ2xhc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwODoxODowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTA5LjE1LjM2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDA5LjE1LjM2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3Npbmdhcy1sYXRlc3QtcmVzZWFyY2gtaGFpbHMtdGhlLXRyYW5zZm9ybWF0aXZlLXBvd2VyLW9mLWthcmFva2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwODoyMTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTA5LjE5LjIxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDA5LjE5LjIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3JlZC1kb29yLXRoZS1sYXRlc3QtZ2luLW9mZmVyaW5nLWZyb20tYmVucm9tYWNoLWRpc3RpbGxlcnktaGFzLWxhbmRlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA4OjM5OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMzAtYXQtMDkuMzYuMTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMzAgYXQgMDkuMzYuMTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvd3JzLXN5c3RlbXMtcHJvdmlkZS1hLWNvbXBsZXRlLXNvbHV0aW9uLWZvci10aGUtaG9zcGl0YWxpdHktdHJhZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwODo0ODo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTA5LjQyLjQ4LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDA5LjQyLjQ4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2ZhdC1tZWRpYS1vbi1zb2NpYWwtbWVkaWEtb3V0cmVhY2gvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQwODo1Mzo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTA5LjUwLjI0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDA5LjUwLjI0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL3Bvcy10ZWNobm9sb2d5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDk6MTY6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0zMC1hdC0xMC4xNS4zNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0zMCBhdCAxMC4xNS4zNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9maWx0ZXItY29mZmVlLWlzLW1ha2luZy1oZWFkd2F5LWFjcm9zcy10aGUtY291bnRyeS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA5OjM4OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMzAtYXQtMTAuMzUuMTQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMzAgYXQgMTAuMzUuMTQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvc2lyZW5zLWJyb2tlbi1kcmVhbS1icmVha2Zhc3Qtc3RvdXQtaXMtbmFtZWQtdGhlLWJlc3QtaW4tYnJpdGFpbi88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDA5OjQ2OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMzAtYXQtMTAuNDMuMzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMzAgYXQgMTAuNDMuMzE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvZGlnaXRhbC1tYXJrZXRpbmctYW5kLXN0YXlpbmctc29jaWFsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMDk6NTM6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0zMC1hdC0xMC40OS41MC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0zMCBhdCAxMC40OS41MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9leHBlcnRzLW9waW5pb24tb24tdGhlLW1pZ3JhdGlvbi1wb2xpY3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMFQxMDowMDoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMwLWF0LTEwLjU3LjUxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMwIGF0IDEwLjU3LjUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA4LzMwL2V4cGVydHMtb3Bpbmlvbi1vbi10aGUtbWlncmF0aW9uLXBvbGljeS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDEwOjAwOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMzAtYXQtMTAuNTguMDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMzAgYXQgMTAuNTguMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvdGhlLWx1Y2stb2YtdGhlLWlyaXNoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzBUMTA6MTg6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0zMC1hdC0xMS4xNC40OC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0zMCBhdCAxMS4xNC40ODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMC9jb250YWN0bGVzcy1jYXBhY2l0eS88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDEwOjI3OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMzAtYXQtMTEuMjMuNTkucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMzAgYXQgMTEuMjMuNTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzAvdGhlLWZyaWRnZS1hcy1hLXBob25lLWJveC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMwVDEwOjM1OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDgtMzAtYXQtMTEuMzMuMjcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDgtMzAgYXQgMTEuMzMuMjc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDgvMzEvc21hcnQtb2lsLW1hbmFnZW1lbnQtYXQtdGhlLXRvdWNoLW9mLWEtYnV0dG9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDgtMzFUMDc6MTE6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDgvU2NyZWVuLVNob3QtMjAxOC0wOC0zMS1hdC0wOC4xMS4xOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOC0zMSBhdCAwOC4xMS4xOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOC8zMS9oaXQtYXBwcmVudGljZS1iZWNvbWVzLWZpcnN0LXRvLWNvbXBsZXRlLWhvc3BpdGFsaXR5LXN1cGVydmlzb3ItYXBwcmVudGljZXNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOC0zMVQwOTowMDo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA4LTMxLWF0LTA5LjU3LjU2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA4LTMxIGF0IDA5LjU3LjU2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9yYnRsLWJhbi03MjgteC05MC88L2xvYz48bGFzdG1vZD4yMDE4LTA4LTMxVDEwOjE2OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1JCVEwtQkFOLTcyOC14LTkwLWUxNTM1NzExMjc1OTkyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SQlRMIEJBTiA3MjggeCA5MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wMy9sYWR5LW9mLXRoZS1ncmFwZXMtbGF1bmNoZXMtaW4tbG9uZG9uLXRoaXMtbW9udGgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwNzoxNzo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA5LTAzLWF0LTA4LjE3LjE0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA5LTAzIGF0IDA4LjE3LjE0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL2xhZHktb2YtdGhlLWdyYXBlcy1sYXVuY2hlcy1pbi1sb25kb24tdGhpcy1tb250aC88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTAzVDA3OjE4OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L3NodXR0ZXJzdG9ja184NDc4OTk1Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c2h1dHRlcnN0b2NrXzg0Nzg5OTUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL2xhZHktb2YtdGhlLWdyYXBlcy1sYXVuY2hlcy1pbi1sb25kb24tdGhpcy1tb250aC88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTAzVDA3OjE4OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA4L1NjcmVlbi1TaG90LTIwMTgtMDktMDMtYXQtMDguMTYuNDgtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOS0wMyBhdCAwOC4xNi40OCAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL3N0LWphbWVzLWhhcy1sYXVuY2hlZC1hLW5ldy1tdXNpY2FsLWNvY2t0YWlsLW1lbnUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwNzoyMDowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOC9TY3JlZW4tU2hvdC0yMDE4LTA5LTAzLWF0LTA4LjE3LjMzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA5LTAzIGF0IDA4LjE3LjMzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL21qLXNlYWZvb2RzLW5ldy1maXNoLWRpc2hlcy1oYXZlLXJhdy1hcHBlYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wM1QwNzo1NDowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9TY3JlZW4tU2hvdC0yMDE4LTA5LTAzLWF0LTA4LjUxLjE3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA5LTAzIGF0IDA4LjUxLjE3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzAzL25vcmZvbGstcmVmcmlnZXJhdGlvbi1tYW51ZmFjdHVyZXItY2VsZWJyYXRlcy10ZW50aC1hbm5pdmVyc2FyeS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTAzVDA4OjA2OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMDMtYXQtMDkuMDUuNTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMDMgYXQgMDkuMDUuNTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDMvZmVtLWFkZHMtZXhjZXB0aW9uYWxseS1leHBlcmllbmNlZC1mb29kc2VydmljZS1wcm9mZXNzaW9uYWwtdG8tdGVhbS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTAzVDA5OjExOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMDMtYXQtMTAuMTAuNDcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMDMgYXQgMTAuMTAuNDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvcmVnaXN0cmF0aW9uLW5vdy1vcGVuLWZvci13b3JsZHMtYmlnZ2VzdC1wdWItcXVpei0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMDc6MDU6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvU2NyZWVuLVNob3QtMjAxOC0wOS0wNS1hdC0wOC4wMi41OS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOS0wNSBhdCAwOC4wMi41OTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wNS9hLXdob2xlLW5ldy1raXRjaGVuLWZvci1yZXN0YXVyYW50LTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wNVQwNzoxMDowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9TY3JlZW4tU2hvdC0yMDE4LTA5LTA1LWF0LTA4LjA5LjQzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA5LTA1IGF0IDA4LjA5LjQzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzA1L3BhbmtvLWJyZWFkY3J1bWJzLWNyaXNwLXVwLWNvdW50cnktcmFuZ2VzLWdyb3dpbmctZ2xvYmFsLXBhbnRyeS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTA1VDA3OjIzOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMDUtYXQtMDguMTYuMzQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMDUgYXQgMDguMTYuMzQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvbW9mZmF0LXByZXNlbnRzLWV5ZS1jYXRjaGluZy1kdW8tYXQtdGhlLXJlc3RhdXJhbnQtc2hvdy0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMDVUMDc6Mjg6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvU2NyZWVuLVNob3QtMjAxOC0wOS0wNS1hdC0wOC4yOC4yMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOS0wNSBhdCAwOC4yOC4yMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8wNS9zcG9va3ktbXVmZmluLXNldC10by1yYWlzZS10aGUtc3Bpcml0cy10aGlzLWhhbGxvd2Vlbi88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTA1VDA3OjM3OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMDUtYXQtMDguMzUuMDIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMDUgYXQgMDguMzUuMDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMDUvZ2V0LWNyYWNraW5nLWZvci1icml0aXNoLWVnZy13ZWVrLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0wNVQwNzo0MDoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9TY3JlZW4tU2hvdC0yMDE4LTA5LTA1LWF0LTA4LjQwLjAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA5LTA1IGF0IDA4LjQwLjAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzEwL3Jlc3RhdXJhbnQtYmFyLXRlY2gtbGl2ZS11bnZlaWwtc29tZXRoaW5nLW5ldy88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEwVDA5OjA4OjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMTAtYXQtMDkuNTguMjcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMTAgYXQgMDkuNTguMjc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTAvcmVzdGF1cmFudC1iYXItdGVjaC1saXZlLXVudmVpbC1zb21ldGhpbmctbmV3LzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMTBUMDk6MDg6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvU2NyZWVuLVNob3QtMjAxOC0wOS0xMC1hdC0wOS41OC4xNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuIFNob3QgMjAxOC0wOS0xMCBhdCAwOS41OC4xNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMC93YXRuZXlzLXJhaXNlcy1hLWxhdWdoLXdpdGgtaGVhZGxpbmVycy1jcmFmdC1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEwVDA5OjE5OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMTAtYXQtMTAuMTcuMzAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMTAgYXQgMTAuMTcuMzA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTAvcHVibGljLWhlYWx0aC1lbmdsYW5kLWFuZC1kcmlua2F3YXJlLWxhdW5jaC1kcmluay1mcmVlLWRheXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0xMFQwOTo1NToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9TY3JlZW4tU2hvdC0yMDE4LTA5LTEwLWF0LTEwLjQ3LjIwLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TY3JlZW4gU2hvdCAyMDE4LTA5LTEwIGF0IDEwLjQ3LjIwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzEwL2Zlc3RpdmUtZmxhdm91cnMtdG9wLW9mLXRoZS1tZW51LXdpdGgtbmV3LXJlYWwtc291cC1jb19fdHJhc2hlZC88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEwVDEwOjI1OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NjcmVlbi1TaG90LTIwMTgtMDktMTAtYXQtMTEuMjEuNTMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbiBTaG90IDIwMTgtMDktMTAgYXQgMTEuMjEuNTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTMvcmVzdGF1cmFudC1jbG9zdXJlcy1xdWFkcnVwbGUtZGVjYWRlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMTNUMTA6MTg6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvU2NyZWVuc2hvdC0yMDE4LTA5LTEzLTExLjExLjA3LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GcmVuY2ggRHVuY2FuIG9uIFR3aXR0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkZyZW5jaCBEdW5jYW4gb24gVHdpdHRlcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTMvcmVzdGF1cmFudC1jbG9zdXJlcy1xdWFkcnVwbGUtZGVjYWRlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMTNUMTA6NDQ6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvY2hpcHMtZGlubmVyLWZhc3QtZm9vZC03MDQ5Ny5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y2hpcHMtZGlubmVyLWZhc3QtZm9vZC03MDQ5NzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9jb2NrdGFpbC1jdWx0dXJlLWhpLXNwaXJpdHMtY2VsZWJyYXRlcy1sb25kb24tY29ja3RhaWwtd2Vlay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTE2VDEwOjMyOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0hpU3Bpcml0cy1MQ1ctMjAxOC13aXRoLXRleHQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhpLVNwaXJpdHMgTENXIDIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTMvY29ja3RhaWwtY3VsdHVyZS1oaS1zcGlyaXRzLWNlbGVicmF0ZXMtbG9uZG9uLWNvY2t0YWlsLXdlZWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0xM1QxMjoyODo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9IaVNwaXJpdHMtTENXLTIwMTguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhpU3Bpcml0cyBMQ1cgMjAxODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9jYW1yYS1uYW1lcy10aGUtYmVzdC1wdWJzLWluLXRoZS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEzVDEzOjUzOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0JlZXJzLUNoZWVycy1lMTUzNjg0NjgzNTIxMy5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNoZWVyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9jYW1yYS1uYW1lcy10aGUtYmVzdC1wdWJzLWluLXRoZS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEzVDEzOjU3OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L2Jsb2JpZDFfMTUzNjc2MDE5NTgyNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q0FNUkE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTMvY2FtcmEtbmFtZXMtdGhlLWJlc3QtcHVicy1pbi10aGUtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0xM1QxNDoyMzozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9CZWVycy1DaGVlcnMtMS5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlZXJzIENoZWVyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9jYW1yYS1uYW1lcy10aGUtYmVzdC1wdWJzLWluLXRoZS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTEzVDE0OjI0OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0JlZXItMi5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlB1YiBCZWVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzE4L2NvcmF6b24tdGVxdWlsYS1sYXVuY2hlcy11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTE4VDA3OjI4OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0NvcmF6b24tdGVxdWlsYXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvcmF6b24gdGVxdWlsYXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2NvcmF6b24tdGVxdWlsYXMtMi88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTE4VDA4OjE0OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0NvcmF6b24tdGVxdWlsYXMtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29yYXpvbiB0ZXF1aWxhczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xMy9jYW1yYS1uYW1lcy10aGUtYmVzdC1wdWJzLWluLXRoZS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTE4VDE0OjEyOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L2FsY29ob2wtYWxjb2hvbGljLWFsZS02ODE4NDcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFsY29ob2wtYWxjb2hvbGljLWFsZS02ODE4NDc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTgvbW9yZ2Vucm90LWxhdW5jaGVzLXNvbWV3aGVyZS1lbHNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMThUMTQ6MjM6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvU29tZXdoZXJlLUVsc2UtQ0YuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNvbWV3aGVyZSBFbHNlIENGPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzE4L21vcmdlbnJvdC1sYXVuY2hlcy1zb21ld2hlcmUtZWxzZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTE4VDE0OjQ3OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1NvbWV3aGVyZS1FbHNlLVBWLWUxNTM3MjgyMTA4MjgxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Tb21ld2hlcmUgRWxzZSBQVjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8xOC9tb3JnZW5yb3QtbGF1bmNoZXMtc29tZXdoZXJlLWVsc2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0xOFQxNDo1MjoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9Qcm9qZWN0SE9NRV8yMDE4X1NRVUFSRS1lMTUzNzI4MzE1MjE5My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJvamVjdEhPTUVfMjAxOF9TUVVBUkU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMTgvbW9yZ2Vucm90LWxhdW5jaGVzLXNvbWV3aGVyZS1lbHNlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMThUMTU6MTg6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvUHJvamVjdEhPTUVfMjAxOF9TUVVBUkVfRURJVC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJvamVjdEhPTUVfMjAxOF9TUVVBUkVfRURJVDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vbGF0ZXN0ZGlnaXRhbGlzc3VlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjRUMDc6NDY6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvSXNzdWUtMTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklzc3VlIDE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI1L2J1ZmZhbG8tdHJhY2UtYm91cmJvbi10cnVmZmxlcy1hbHpoZWltZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjVUMDc6NDc6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvQnVmZmFsby1UcmFjZS1Cb3VyYm9uLVRydWZmbGVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CdWZmYWxvIFRyYWNlIEJvdXJib24gVHJ1ZmZsZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ1ZmZhbG8gVHJhY2UgaW5jbHVkZSB0aGVpciByZWNpcGUgaW4gYSBDaHJpc3RtYXMgY29va2Jvb2sgdG8gaGVscCByYWlzZSBtb25leSBmb3IgYW4gYWx6aGVpbWVyJ3MgY2hhcml0eTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjUvamFnZXJtZWlzdGVyLWxvbmRvbi1jb2NrdGFpbC1vY3RvYmVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjVUMDk6MjI6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvSmFnZXItTENXLVNtYWxsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5KYWdlciBMQ1cgU21hbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkxvbmRvbiBDb2NrdGFpbCBXZWVrIEJyaWNrIExhbmUgT2N0b2JlcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjUvYnJha3NwZWFyLXJhaXNlcy1tYXJpZS1jdXJpZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI1VDE1OjIyOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0JyYWtzcGVhck1hcmllQ3VyaWVGaW5hbENoZXF1ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJha3NwZWFyTWFyaWVDdXJpZUZpbmFsQ2hlcXVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj4obC1yKTogVG9tIERhdmllcywgQnJha3NwZWFyIGNoaWVmIGV4ZWN1dGl2ZTsgU2FuZHJhIER1Z2dhbiwgbGljZW5zZWUgYXQgdGhlIENoZXF1ZXJzIGluIEJlcnJpY2sgU2Fsb21lOyBIYXplbCBCZW5kb24sIE1hcmllIEN1cmllIGxvY2FsIGZ1bmRyYWlzZXIsIE1hcmsgRHVnZ2FuIGFuZCBFbW1hIFN3ZWV0LCBCcmFrc3BlYXIgbWFya2V0aW5nIG1hbmFnZXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9ub3Z1cy10ZWEtY29sZC1icmV3LXNodXR0ZXJzdG9ja180MzU0Njg4NDEtbWVkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjZUMDc6NDY6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvTm92dXMtVGVhLUNvbGQtQnJldy1zaHV0dGVyc3RvY2tfNDM1NDY4ODQxLW1lZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Tm92dXMgVGVhIENvbGQgQnJldyBzaHV0dGVyc3RvY2tfNDM1NDY4ODQxIG1lZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vbm92dXMtdGVhLWNvbGQtYnJldy1zaHV0dGVyc3RvY2tfMTA1MzkwMzI2LW1lZC88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDA3OjU1OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L05vdnVzLVRlYS1Db2xkLUJyZXctc2h1dHRlcnN0b2NrXzEwNTM5MDMyNi1tZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5vdnVzIFRlYSBDb2xkIEJyZXc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk5vdnVzIFRlYSBpbnRyb2R1Y2UgdGhlaXIgbmV3IG5vbi1hbGNvaG9saWMgY29sZCBicmV3IHRlYTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjYvYXJ5enRhLWxlbW9uLWJydWxlZS1jaG9jb2xhdGUtbW91c3NlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjZUMDg6MTk6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvTGVtb24tQnJ1bGVlLUJhbmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxlbW9uIEJydWxlZSBCYW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI2L2FyeXp0YS1sZW1vbi1icnVsZWUtY2hvY29sYXRlLW1vdXNzZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDA4OjIwOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1RyaW8tQ2hvYy1CYW5kLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UcmlvIENob2MgQmFuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8yNi9mb29kLWluZHVzdHJ5LWZvb2Qtd2FzdGUtcmVkdWN0aW9uLTIwMzAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yNlQwODo1NjoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9zaHV0dGVyc3RvY2tfMjM0ODU1NjY3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Gb29kIFdhc3RlIFJlZHVjdGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TmVzdGxlIGNvbW1pdCB0byBoYWx2aW5nIGZvb2Qgd2FzdGU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI2L3NwZWNpYWxpc3RzLWhvc3BpdGFsaXR5LWluc3VyYW5jZS10ZXJyeS1vc2Jvcm5lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjZUMDk6NTE6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvYmFyLTIyMDk4MTNfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG9zcGl0YWxpdHkgaW5zdXJhbmNlIHdpdGggVGVycnkgT3Nib3JuZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SG9zcGl0YWxpdHkgaW5zdXJhbmNlIHdpdGggVGVycnkgT3Nib3JuZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjYvc3BlY2lhbGlzdC1iZWVyLWltcG9ydGVyLWV1cm9ib296ZXItZGlzdHJpYnV0aW9uLW1pa2tlbGxlci88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDEwOjMzOjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1dvb2QtV2lsbC1GYWxsLURvd24tQ2FuLVNob3QucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldvb2QgV2lsbCBGYWxsIERvd24gQ2FuIFNob3Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjYvc3BlY2lhbGlzdC1iZWVyLWltcG9ydGVyLWV1cm9ib296ZXItZGlzdHJpYnV0aW9uLW1pa2tlbGxlci88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI2VDEwOjQxOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L3BpYzMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkV1cm9ib296ZXIgYW5ub3VuY2VzIE1pa2tlbGxlciBkaXN0cmlidXRpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjcvZGlzdHJpYnV0ZXItYXJ0aXMtaW50cm9kdWNlcy1uZXctcmFuZ2UtcHVyaXR5LXBlYXJscy88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI3VDA4OjM2OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L0NvbmNlcHQtcHVyaXR5LUNvcHBlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29uY2VwdCBwdXJpdHkgQ29wcGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI3L2Rpc3RyaWJ1dGVyLWFydGlzLWludHJvZHVjZXMtbmV3LXJhbmdlLXB1cml0eS1wZWFybHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yN1QwODozNjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9Db25jZXB0LXB1cml0eS1Hb2xkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Db25jZXB0IHB1cml0eSBHb2xkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI3L2Rpc3RyaWJ1dGVyLWFydGlzLWludHJvZHVjZXMtbmV3LXJhbmdlLXB1cml0eS1wZWFybHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yN1QwODozNjo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9wdXJpdHktZ29sZC1wbGF0ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cHVyaXR5IGdvbGQgcGxhdGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjcvZGlzdHJpYnV0ZXItYXJ0aXMtaW50cm9kdWNlcy1uZXctcmFuZ2UtcHVyaXR5LXBlYXJscy88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI3VDA4OjM3OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1B1cml0eS1QZWFybHMtbGlmZXN0eWxlMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHVyaXR5IFBlYXJscyBsaWZlc3R5bGUyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI3L2NlbGxhci1tYW5hZ2VtZW50LWV4Y2x1c2l2ZS88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI3VDA5OjE0OjQwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L2JlZXItYmFycmVsLTk1NjMyMl8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWVyLWJhcnJlbC05NTYzMjJfMTkyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Y2VsbGFyIG1hbmFnZW1lbnQgaXMgdGhlIGtleSB0byBhIGdvb2QgcGludDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjcvY2VsbGFyLW1hbmFnZW1lbnQtZXhjbHVzaXZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjdUMDk6MTU6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvYmFyLTIwOTE0OF8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYXItMjA5MTQ4XzE5MjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPmNlbGxhciBtYW5hZ2VtZW50IGlzIHRoZSBrZXkgdG8gYSBnb29kIHBpbnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzA5LzI3L2NhbnRhYnJpYS1jYW5vcGllcy11ay1hbC1mcmVzY28td2ludGVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMDktMjdUMDk6NDM6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvVGhlLUNhbnRhYnJpYS1vdXRkb29yLWNhbm9weS1mcm9tLUNhbm9waWVzLVVLLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgQ2FudGFicmlhIG91dGRvb3IgY2Fub3B5IGZyb20gQ2Fub3BpZXMgVUs8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjcvY2FudGFicmlhLWNhbm9waWVzLXVrLWFsLWZyZXNjby13aW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yN1QwOTo0NDowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9UaGUtWWVsbG93LUJyb29tLXJlc3RhdXJhbnQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBZZWxsb3cgQnJvb20gcmVzdGF1cmFudDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8wOS8yNy9jYW50YWJyaWEtY2Fub3BpZXMtdWstYWwtZnJlc2NvLXdpbnRlci88L2xvYz48bGFzdG1vZD4yMDE4LTA5LTI3VDA5OjUwOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L1RoZS1HYXJyYWNrLUhvdGVsLVJlc3RhdXJhbnQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBHYXJyYWNrIEhvdGVsICZhbXA7IFJlc3RhdXJhbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMDkvMjcvY2FudGFicmlhLWNhbm9waWVzLXVrLWFsLWZyZXNjby13aW50ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0wOS0yN1QwOTo1MTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9BbGVjcy1CYXItR3JpbGwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFsZWMncyBCYXIgJmFtcDsgR3JpbGw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDEvdGhyZWUtY2hlZXNlLWNvdW50cnktcmFuZ2VzLWxhdGVzdC1yb2xsLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDFUMDc6NTI6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvVEhSRUUtQ0hFRVNFLU9OSU9OLVJPTExTLWhvcml6b250YWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNPVU5UUlkgUkFOR0UgR1JPVVAgKEZPT0QgU0hPT1QgV0lUSCBQQVVMIERJQ0tTT04gMDcsMDguMDguMjAxOCk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNPVU5UUlkgUkFOR0UgR1JPVVAgKEZPT0QgU0hPT1QgV0lUSCBQQVVMIERJQ0tTT04gMDcsMDguMDguMjAxOCk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAxL3RocmVlLWNoZWVzZS1jb3VudHJ5LXJhbmdlcy1sYXRlc3Qtcm9sbC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDA3OjUyOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1RIUkVFLUNIRUVTRS1PTklPTi1ST0xMUy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q09VTlRSWSBSQU5HRSBHUk9VUCAoRk9PRCBTSE9PVCBXSVRIIFBBVUwgRElDS1NPTiAwNywwOC4wOC4yMDE4KTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q09VTlRSWSBSQU5HRSBHUk9VUCAoRk9PRCBTSE9PVCBXSVRIIFBBVUwgRElDS1NPTiAwNywwOC4wOC4yMDE4KTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDEvb2t0b2JlcmZlc3QtY29taW5nLWtldy1icmlkZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wMVQwODoyOTozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9iZWVyLXd1cnN0LWltYWdlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HcmlsbGVkIGJyYXR3dXJzdCBzYXVzYWdlcyB3aXRoIGZyZXNoIG11c3RhcmQgYW5kIGJlZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkZyZXNobHkgZ3JpbGxlZCBicmF0d3Vyc3Qgc2F1c2FnZXMgb24gYSB3b29kZW4gYm9hcmQgd2l0aCBmcmVzaCBnZXJtYW4gbXVzdGFyZCBhbmQgYSBwaW50IGdsYXNzIG9mIGJlZXIgaW4gdGhlIGZvcmVncm91bmQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAxL29rdG9iZXJmZXN0LWNvbWluZy1rZXctYnJpZGdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDFUMDg6Mjk6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvb2t0b2JlcmZlc3QuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9rdG9iZXJmZXN0IHBhcnR5LUdlcm1hbnk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBlb3BsZSBoYXZpbmcgZnVuIGFuZCBkYW5jaW5nIG9uIHRhYmxlcyBhdCB0aGUgbGFyZ2VzdCBiZWVyIGZlc3RpdmFsICwgT2t0b2JlcmZlc3QtR2VybWFueTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDEvZHlzb24tYWlyYmxhZGUtdGVjaG5vbG9neS1idXNpbmVzcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDA5OjI2OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0R5c29uX0FpcmJsYWRlX1RyYW5zcGFyZW50X0JHLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EeXNvbl9BaXJibGFkZV9UcmFuc3BhcmVudF9CRzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wMS9keXNvbi1haXJibGFkZS10ZWNobm9sb2d5LWJ1c2luZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDFUMDk6MzY6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvMjIwcHgtRHlzb25fbG9nby5zdmdfLWUxNTM4Mzg2NTk3NzkyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yMjBweC1EeXNvbl9sb2dvLnN2ZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wMS9keXNvbi1haXJibGFkZS10ZWNobm9sb2d5LWJ1c2luZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDFUMDk6Mzc6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvMjIwcHgtRHlzb25fbG9nby5zdmdfLTEtZTE1MzgzODY2OTI1MzgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjIyMHB4LUR5c29uX2xvZ28uc3ZnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAxL2R5c29uLWFpcmJsYWRlLXRlY2hub2xvZ3ktYnVzaW5lc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wMVQwOTo0MDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC8yMjBweC1EeXNvbl9sb2dvLnN2Z18tMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjIwcHgtRHlzb25fbG9nby5zdmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDIvbmV3LXRpcHBpbmctbGVnaXNsYXRpb24tdW5uZWNlc3NhcnktdWtob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDEwOjA4OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0thcnJlbnNlaWxiYWhuX0JlcmdzdGF0aW9uLVJlc3RhdXJhbnRfRG9ybmJpcm5fMS5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkthcnJlbnNlaWxiYWhuX0JlcmdzdGF0aW9uLVJlc3RhdXJhbnRfRG9ybmJpcm5fMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TmVubmUgZGVuIEF1dG9yITwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDIvbmV3LXRpcHBpbmctbGVnaXNsYXRpb24tdW5uZWNlc3NhcnktdWtob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDEwOjE2OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwLzIyMHB4LVRoZV9DdXR0eV9SZXN0YXVyYW50Xy1fZ2VvZ3JhcGgub3JnXy51a18tXzQ0ODQ3Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjIwcHgtVGhlX0N1dHR5X1Jlc3RhdXJhbnRfLV9nZW9ncmFwaC5vcmcudWtfLV80NDg0NzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlVLaG9zcGl0YWxpdHkgd2FybnMgYWJvdXQgdGhlIG5ldyB0aXBwaW5nIGxlZ2lzbGF0aW9uPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wMS9keXNvbi1haXJibGFkZS10ZWNobm9sb2d5LWJ1c2luZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDFUMTA6NTQ6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvT1RQX0R5c29uLWJhbm5lci02MDB4NDYwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PVFBfRHlzb24tYmFubmVyIDYwMHg0NjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDEvZm9vZHNlcnZpY2UtYmVzdC1jcm93bmVkLXF1YWxpdHktZm9vZC1hd2FyZHMtcmV0dXJucy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAxVDE0OjQ1OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1RoZS0yMDE4LVFGQS1XaW5uZXJzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgMjAxOCBRRkEgV2lubmVyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIDIwMTggUUZBIFdpbm5lcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL3VraG9zcGl0YWxpdHktd2VsY29tZXMtY2hhbmNlbGxvci88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEwVDA5OjA5OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1VLaG9zcGl0YWxpdHktdW52ZWlscy1uZXctbG9nby1hbmQtc3VtbWVyLWNvbmZlcmVuY2Vfd3JibV9sYXJnZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtob3NwaXRhbGl0eS11bnZlaWxzLW5ldy1sb2dvLWFuZC1zdW1tZXItY29uZmVyZW5jZV93cmJtX2xhcmdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgVUsgSG9zcGl0YWxpdHkgc2VjdG9yIG1lZXRzIHdpdGggTVAnczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDIvc3RyYXp6YW50aS1sYXVuY2hlcy1zaWNpbGlhbi1zdXBwZXItY2x1Yi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAyVDA4OjMzOjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0RTQzAzNTAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPl9EU0MwMzUwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL3N0cmF6emFudGktbGF1bmNoZXMtc2ljaWxpYW4tc3VwcGVyLWNsdWIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wMlQwODozNjoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC8yMDEzLTA4LTExLTIyLjMwLjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yMDEzLTA4LTExIDIyLjMwLjQwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL3N0cmF6emFudGktbGF1bmNoZXMtc2ljaWxpYW4tc3VwcGVyLWNsdWIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wMlQwODo0MToyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9JTUdfMjAxODA4MTZfMTg1MzQ2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMjAxODA4MTZfMTg1MzQ2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TdHJhenphbnRpPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wMi9zdHJhenphbnRpLWxhdW5jaGVzLXNpY2lsaWFuLXN1cHBlci1jbHViLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDJUMDg6Mzc6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvRFNDMDMzMi0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5fRFNDMDMzMi0yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL2ludHJvZHVjaW5nLWRhc2hib2FyZC1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAyVDA5OjU2OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0FjY2VudFBPU19MT0dPLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BY2NlbnRQT1NfTE9HTzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wMi9pbnRyb2R1Y2luZy1kYXNoYm9hcmQtcmVzdGF1cmFudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wMlQwOTo1NjoyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9BY2NlbnRQT1NfU3Rhci1wcmludGVycy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QWNjZW50UE9TX1N0YXIgcHJpbnRlcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDIvaW50cm9kdWNpbmctZGFzaGJvYXJkLXJlc3RhdXJhbnRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDJUMDk6NTY6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvYW5hbHl0aWNzLXNlY3Rpb24tQWR2ZXJ0LTIxOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YW5hbHl0aWNzLXNlY3Rpb24gKEFkdmVydCAyKTE4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzAyL2ludHJvZHVjaW5nLWRhc2hib2FyZC1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTAyVDEwOjAwOjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1N0YXItbG9nby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U3RhciBsb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzA0L3dpbnRlcmhhbHRlcnMtbmV3LXVuZGVyLWNvdW50ZXItbWFzdGVycGllY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wNFQwODoyMjo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9XaW50ZXJoYWx0ZXItbGF1bmNoZXMtbmV3LXZlcnNpb25zLW9mLXRoZS1ldmVyLXBvcHVsYXItVUMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldpbnRlcmhhbHRlciBsYXVuY2hlcyBuZXcgdmVyc2lvbnMgb2YgdGhlIGV2ZXIgcG9wdWxhciBVQzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wNC9ob3NwaXRhbGl0eS13b3JrZXJzLXJhbGx5LXBheS1yaWdodHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0wNFQwODo1MjoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9SRVNUQVVSQU5ULmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UkVTVEFVUkFOVDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SG9zcGl0YWxpdHkgd29ya2VycyBzdHJpa2Ugb3ZlciBwYXkgYW5kIHJpZ2h0czwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMDQvaG9zcGl0YWxpdHktd29ya2Vycy1yYWxseS1wYXktcmlnaHRzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMDRUMDg6NTg6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvZ2xhc3Nlcy05MTkwNzFfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ib3NwaXRhbGl0eSB3b3JrZXJzIHN0cmlrZSBvdmVyIHBheSBhbmQgcmlnaHRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Ib3NwaXRhbGl0eSB3b3JrZXJzIHN0cmlrZSBvdmVyIHBheSBhbmQgcmlnaHRzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wNC9zdHVkZW50cy1jZWxlYnJhdGluZy1mZXN0aXZlLXNlYXNvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTA0VDExOjAxOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2NvY2t0YWlsLTMzMjcyNDJfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2NrdGFpbC0zMzI3MjQyXzY0MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8wNC9zdHVkZW50cy1jZWxlYnJhdGluZy1mZXN0aXZlLXNlYXNvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTA0VDExOjAzOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2FsY29ob2wtMTg1MzMyN182NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmFsY29ob2wtMTg1MzMyN182NDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlByZXBhcmUgeW91ciB2ZW51ZSBmb3IgdGhlIGluZmx1eCBvZiBzdHVkZW50czwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTAvYm9oZW0tYnJld2VyeS1uZXctY2FubmVkLWxhZ2VyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTBUMDg6NTI6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvQm9oZW0tQnJld2VyeS00NDBtbC1DYW4tUmFuZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJvaGVtIEJyZXdlcnkgNDQwbWwgQ2FuIFJhbmdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Cb2hlbSBCcmV3ZXJ5J3MgbmV3IGNhbm5lZCBiZWVyJ3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEwL2hvc3BpdGFsaXR5LXdlc3RtaW5zdGVyLWhpZ2gtc3RyZWV0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTBUMDk6MTg6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvbG9uZG9uLTIzOTMwOThfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4xNTAgSG9zcGl0YWxpdHkgY29tcGFuaWVzIG1ldCBhdCBXZXN0bWluc3RlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+MTUwIEhvc3BpdGFsaXR5IGNvbXBhbmllcyBtZXQgYXQgV2VzdG1pbnN0ZXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEwL2RyaW5rYXdhcmUtdXJnZXMtbWluaW1pc2UtYWxjb2hvbC1oYXJtcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEwVDEwOjM0OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2JlZXItMTk1NTE3NF82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRyaW5rYXdhcmUgd2FybnMgb2YgYWxjb2hvbCBoYXJtPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Ecmlua2F3YXJlIHdhcm5zIG9mIGFsY29ob2wgaGFybSA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEwL29sZC1tb3V0LW1pdGNoZWxscy1idXRsZXJzLXJhY2Utc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEwVDEyOjQxOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL09sZC1Nb3V0LWtpd2ktY3ljbGUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9sZCBNb3V0IC0ga2l3aSBjeWNsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T2xkIE1vdXQgdGVhbXMgdXAgcmFpc2luZyBtb25leSBmb3IgY2hhcml0eSBLaXdpcyBmb3IgS2l3aTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTAvb2xkLW1vdXQtbWl0Y2hlbGxzLWJ1dGxlcnMtcmFjZS1zdWNjZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTBUMTI6MzU6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvb2xkLW1vdXQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm9sZCBtb3V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5raXdpcyBmb3Iga2l3aTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTEvYmJwYS1jb21taXR0ZWUtdGF4ZXMtcHVicy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTExVDA4OjAxOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2JicGEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJicGE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJyaXRpc2ggQmVlciAmYW1wOyBQdWIgQXNzb2NpYXRpb24gKEJCUEEpPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMS9iYnBhLWNvbW1pdHRlZS10YXhlcy1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTFUMDg6MjI6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvbmV3Y2FzdGxlLXVwb24tdHluZS0xNjc1ODgwXzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGlnaCBzdHJlZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhpZ2ggc3RyZWV0cywgbGlrZSBOZXdjYXN0bGUsIGNvdWxkIGJlIGFmZmVjdGVkIHdpdGggdGhlIG5ldyBwcm9wb3NhbDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTEvaG9zcGl0YWxpdHktZnV0dXJlLWhpZ2gtc3RyZWV0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTFUMDg6MzM6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvY2l0eS0xODA3ODgxXzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+WW9yayBIaWdoIFN0cmVldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SGlnaCBTdHJlZXRzIHVwICZhbXA7IGRvd24gdGhlIGNvdW50cnkgY291bGQgYmUgc2F2ZWQgYnkgdGhlIGhvc3BpdGFsaXR5IHNlY3RvcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTEvYnJpdGFpbnMteW91bmdlc3QtZXZlci1sb3ctYWJ2LXdpbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xMVQxMDozNjowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9wdXJwbGUtZ3JhcGVzLTU1MzQ2M182NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlZpbmV5YXJkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5oYXJ2ZXN0IHRvIGRhdGUgZnJvbSB0aGVpciBXZXN0IFN1c3NleCB2aW5leWFyZCwgTnV0Ym91cm5lLiA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzExL2JyaXRhaW5zLXlvdW5nZXN0LWV2ZXItbG93LWFidi13aW5lLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTFUMTA6Mzc6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvcHVycGxlLWdyYXBlcy01NTM0NjRfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Mb3cgQVZCIFdpbmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPmhhcnZlc3QgdG8gZGF0ZSBmcm9tIHRoZWlyIFdlc3QgU3Vzc2V4IHZpbmV5YXJkLCBOdXRib3VybmUuIDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTIvYmJwYS1hbm51YWwtYXdhcmRzLWRpbm5lci88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEyVDA4OjA5OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0lhbi1QYXluZS1NQkUtcGlja3MtdXAtdGhlLUNoYWlybWFucy1Bd2FyZC1mcm9tLVNpbW9uLUVtZW55LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CQlBBIEFubnVhbCBBd2FyZHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPklhbiBQYXluZSBNQkUgcGlja3MgdXAgdGhlIENoYWlybWFucyBBd2FyZCBmcm9tIFNpbW9uIEVtZW55PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMi9iYnBhLWFubnVhbC1hd2FyZHMtZGlubmVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTJUMDg6MDg6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvSm9zZXBoLUhvbHQtYW5kLVNBLUJyYWluLWJvdGgtcGljay11cC10aGUtSGVhcnQtb2YtdGhlLUNvbW11bml0eS1Bd2FyZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QkJQQSBBbm51YWwgQXdhcmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Kb3NlcGggSG9sdCBhbmQgU0EgQnJhaW4gYm90aCBwaWNrIHVwIHRoZSBIZWFydCBvZiB0aGUgQ29tbXVuaXR5IEF3YXJkPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMi9iYnBhLWFubnVhbC1hd2FyZHMtZGlubmVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTJUMDg6MDk6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvTW9sc29uLUNvb3JzLXBpY2stdXAtdGhlLUJlZXItQ2hhbXBpb24tQXdhcmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJCUEEgQW5udWFsIEF3YXJkczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TW9sc29uIENvb3JzIHBpY2sgdXAgdGhlIEJlZXIgQ2hhbXBpb24gQXdhcmQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEyL2JicGEtYW5udWFsLWF3YXJkcy1kaW5uZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xMlQwODoxMDowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9TdC1BdXN0ZWxsLXBpY2stdXAtdGhlLVB1Yi1DaGFtcGlvbi1Bd2FyZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QkJQQSBBbm51YWwgQXdhcmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TdCBBdXN0ZWxsIHBpY2sgdXAgdGhlIFB1YiBDaGFtcGlvbiBBd2FyZDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTIvYmJwYS1hbm51YWwtYXdhcmRzLWRpbm5lci88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEyVDA4OjA3OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwLzg1MF85MTYwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT44NTBfOTE2MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMi9sdXNjb21iZS1kcmlua3MtMjFzdC1hbm5pdmVyc2FyeS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEyVDA4OjIwOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0RheXMtb2YtTHVzY29tYmUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRheXMgb2YgTHVzY29tYmUgRHJpbmtzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5MdXNjb21iZSBkcmlua3MgY2VsZWJyYXRlIDIxIHllYXJzIHRoaXMgbW9udGg8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEyL2x1c2NvbWJlLWRyaW5rcy0yMXN0LWFubml2ZXJzYXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTJUMDg6MjI6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvTHVzY29tYmUtZ3VpZGVsaW5lczIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkx1c2NvbWJlIGRyaW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+THVzY29tYmUgZHJpbmtzIGNlbGVicmF0ZSAyMSB5ZWFycyB0aGlzIG1vbnRoPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xMi9sdXNjb21iZS1kcmlua3MtMjFzdC1hbm5pdmVyc2FyeS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEyVDA4OjIyOjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0x1c2NvbWJlLVNpY2lsaWFuLUxlbW9uYWRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MdXNjb21iZSBkcmlua3MgU2ljaWxpYW4gTGVtb25hZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkx1c2NvbWJlIGRyaW5rcyBjZWxlYnJhdGUgMjEgeWVhcnMgdGhpcyBtb250aDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTIvd2tkLWNhdWxkcm9ucy13b3JrLXRyZWF0LWhhbGxvd2Vlbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEyVDA5OjMzOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1dLRC1DYXVsZHJvbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0tEIENhdWxkcm9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEyL3drZC1jYXVsZHJvbnMtd29yay10cmVhdC1oYWxsb3dlZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xMlQxMToxMTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9XS0QtSGFsbG93ZWVuLXBvc3Rlcl9jYXVsZHJvbi1lLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XS0QgY291bGRyb25zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NYWtlIHN1cmUgeW91IHN0b2NrIGEgdmFyaWV0eSBvZiBjb2NrdGFpbHMgdGhpcyBIYWxsb3dlZW48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzEyL3drZC1jYXVsZHJvbnMtd29yay10cmVhdC1oYWxsb3dlZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xMlQxMTowNTo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9XS0QtSGFsbG93ZWVuLXBvc3Rlcl9wdW1wa2luLWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldLRCBjb3VsZHJvbnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNwaWNlIHlvdXIgbWVudSB0aGlzIEhhbGxvd2VlbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTIvd2tkLWNhdWxkcm9ucy13b3JrLXRyZWF0LWhhbGxvd2Vlbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTEyVDExOjA5OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1dLRC1IYWxsb3dlZW4tcG9zdGVyX3NrdWxsLWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldLRCBjb3VsZHJvbnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldpbGwgeW91IGJlIHN0b2NraW5nIFdLRCB0aGlzIEhhbGxvd2VuPzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvbWFrZXJzLW1hcmstd2hpc2t5LWhhcnZleS1uaWNob2xzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMDc6NTk6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvZHJpbmstNDI4MzE5XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWFrZXIncyBNYXJrIFdoaXNreTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWFrZXIncyBNYXJrIHJlbGVhc2UgYSBuZXcgd2hpc2t5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNi9tYWtlcnMtbWFyay13aGlza3ktaGFydmV5LW5pY2hvbHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQwODoxMzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9kaXN0aWxsZXJ5LWJhcnJlbHMtNTkxNjAyXzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWFrZXIncyBNYXJrIFdoaXNreTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWFrZXIncyBNYXJrIGFubm91bmNlIGNvbGxhYm9yYXRpb24gd2l0aCBIYXJ2ZXkgTmljaG9sczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvc2t5LXNwb3J0cy1wcmVtaWVyLWxlYWd1ZS1maXh0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE2VDA4OjQ5OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2VuZ2xhbmQtcHJlbWllci1sZWFndWUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlByZW1pZXIgTGVhZ3VlIEZpeHR1cmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Ta3kgU3BvcnRzIGFubm91bmNlcyBzb21lIG1vdXRoLXdhdGVyaW5nIGZpeHR1cmVzIGZvciBOb3ZlbWJlciwgRGVjZW1iZXIgJmFtcDsgSmFudWFyeTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvc2t5LXNwb3J0cy1wcmVtaWVyLWxlYWd1ZS1maXh0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE2VDA4OjU5OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2Zvb3RiYWxsLTM1Njg4OThfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Qcm1pZXIgbGVhZ3VlIGZpeHR1cmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Cb3hpbmcgRGF5IG9uIFNreSBTcG9ydHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE2L3NreS1zcG9ydHMtcHJlbWllci1sZWFndWUtZml4dHVyZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQwOToyNjo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9za3lzcG9ydHMtY2xpbmljYWwtZ3JhcGhpYy1tZWRsZXktcGwtbHVrYWt1LWthbmUtc2FsYWgtamVzdXMtbW9yYXRhXzQxMjYwOTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlByZW1pZXIgTGVhZ3VlIEZpeHR1cmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE2L2RydXJ5LWd1bm5lcnktY2VsZWJyYXRlcy1ob21lLWFyc2VuYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxMDo0MDozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9HdW5uZXJ5LUJsZW5kLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkd1bm5lcnkgQmxlbmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRydXJ5IGFubm91bmNlcyBHdW5uZXJ5IEJsZW5kIHdpbGwgaGF2ZSBhIHBlcm1hbmVudCBwbGFjZSBvbiB0aGVpciBtZW51J3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE2L2RydXJ5LWd1bm5lcnktY2VsZWJyYXRlcy1ob21lLWFyc2VuYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxMDo0MjozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9HdW5uZXJ5LUJsZW5kLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRydXJ5IEd1bm5lcnkgQmxlbmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRydXJ5IGFubm91bmNlcyBHdW5uZXJ5IEJsZW5kIHdpbGwgaGF2ZSBhIHBlcm1hbmVudCBwbGFjZSBvbiB0aGVpciBtZW51J3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE2L2RydXJ5LWd1bm5lcnktY2VsZWJyYXRlcy1ob21lLWFyc2VuYWwvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xNlQxMDo0NTozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9jb2ZmZWUtOTgzOTU1XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RHJ1cnkgR3VubmVyeSBCbGVuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNi93ZXRoZXJzcG9vbi1jYW1wYWlnbi10YXJpZmZzLXBvc3QtYnJleGl0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMTM6MTI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvV2hhdC1kb250LXlvdS1saWtlLWFib3V0LWZyZWUtdHJhZGUtTXJzLU1heS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cG9zdC1CcmV4aXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBwb3N0ZXIgaXMgdGl0bGVkICdXaGF0IGRvbid0IHlvdSBsaWtlIGFib3V0IGZyZWUgdHJhZGUsIE1ycyBNYXk/JzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTYvd2V0aGVyc3Bvb24tY2FtcGFpZ24tdGFyaWZmcy1wb3N0LWJyZXhpdC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE2VDEzOjE3OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwLzA3MzhfTmV3X0Zyb250MDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBvc3QtQnJleGl0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgcG9zdGVyJ3MgYXJlIHRpdGxlZCAnV2hhdCBkb24ndCB5b3UgbGlrZSBhYm91dCBmcmVlIHRyYWRlLCBNcnMgTWF5Pyc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE2L3NreS1zcG9ydHMtbmJhLWFubm91bmNlLXBhcnRuZXJzaGlwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTZUMTQ6MTk6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvc2t5c3BvcnRzLW5iYS1za3ktc3BvcnRzLXByb21vdGlvbmFsLW9ubHlfNDQ1Mzg3OC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TkJBIGlzIGNvbWluZyB0byBTa3kgU3BvcnRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5HcmVhdCBuZXdzIGZvciBiYXNrZXRiYWxsIGZhbnMgaW4gdGhlIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNi9za3ktc3BvcnRzLW5iYS1hbm5vdW5jZS1wYXJ0bmVyc2hpcC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE2VDE0OjIzOjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL05CQS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TkJBIGlzIGNvbWluZyBsaXZlIHRvIFNreSBTcG9ydHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk5CQSB3aWxsIGJlIGJyb2FkY2FzdCBsaWtlIG9uIFNreSBTcG9ydHMgZm9yIGN1c3RvbWVycyBpbiB0aGUgVUs8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE3L3Jhdy1ib3R0bGVzLXRhbGstc2hvd21hbnMtc2hvdy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE3VDA3OjQyOjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1NoYW1iYWxhLUJvdHRsZS0xLTEwMjR4NTc2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SQVcgQm90dGxlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UkFXIEJvdHRsZXMgd2lsbCBiZSBhdCB0aGUgU2hvd21hbidzIFNob3cgMTh0aCBPY3RvYmVyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy9yYXctYm90dGxlcy10YWxrLXNob3dtYW5zLXNob3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xN1QwNzo1MToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9Cb3R0bGUtY29tcGFyaXNvbi1ncmFwaGljLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Cb3R0bGUtY29tcGFyaXNvbi1ncmFwaGljPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5SQVcgQm90dGxlcyBnaXZlIGFuIG92ZXJ2aWV3IG9mIHRoZSBkaWZmZXJlbnQgbWF0ZXJpYWxzIHVzZWQgZm9yIGN1cnJlbnQgYm90dGxlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTcvcHJvamVjdHMtbGF1bmNoZWQtdWstcGxhc3RpY3MtcGFjdC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE3VDA4OjIxOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2ltYWdlXzEtcGxhc3RpYy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUsgcGxhc3RpY3MgcGFjdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T3VyIG9jZWFucyBhcmUgZ2V0dGluZyBtb3JlIGFuZCBtb3JlIHBvbGx1dGVkPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy9wcm9qZWN0cy1sYXVuY2hlZC11ay1wbGFzdGljcy1wYWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMDg6MjI6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaW1hZ2VfMi1wbGFzdGljLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VSyBwbGFzdGljcyBwYWN0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5MYW5kZmlsbHMgYWxsIG92ZXIgdGhlIGdsb2JlIGNhbid0IGtlZXAgdXAgd2l0aCB0aGUgdm9sdW1lIG9mIHBsYXN0aWM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE3L3Byb2plY3RzLWxhdW5jaGVkLXVrLXBsYXN0aWNzLXBhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xN1QwODoxNTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9VS1BQXzMwX3BlcmNlbnRfc3RhdF93aXRoX21lc3NhZ2luZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUsgcGxhc3RpY3MgcGFjazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy9wcm9qZWN0cy1sYXVuY2hlZC11ay1wbGFzdGljcy1wYWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMDg6MTk6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvVUtQUF83MF9wZXJjZW50X3N0YXRfd2l0aF9tZXNzYWdpbmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlVLUFBfNzBfcGVyY2VudF9zdGF0X3dpdGhfbWVzc2FnaW5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE3L3Byb2plY3RzLWxhdW5jaGVkLXVrLXBsYXN0aWNzLXBhY3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xN1QwODoyMDo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9VS1BQXzEwMF9wZXJjZW50X3N0YXRfd2l0aF9tZXNzYWdpbmcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlVLIHBsYXN0aWNzIHBhY3Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ5IDIwMjUgMTAwJSBvZiBwbGFzdGljIHRvIGJlIHJldXNhYmxlLCByZWN5Y2xhYmxlIG9yIGNvbXBvc3RhYmxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy9wcm9qZWN0cy1sYXVuY2hlZC11ay1wbGFzdGljcy1wYWN0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMDg6MTk6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvVUtQUF9FbGltaW5hdGVfcGFja2FnaW5nX3dpdGhfbWVzc2FnZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtQUF9FbGltaW5hdGVfcGFja2FnaW5nX3dpdGhfbWVzc2FnZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy90ZWNobm9sb2d5LXRhYmxlLXRyZW5kLWNvbnRpbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMTA6MTc6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvbWFuLTc5MTA0OV82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRlY2ggdHJlbmRzIHNldCB0byBjb250aW51ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VXNpbmcgdGVjaG5vbG9neSB0cmVuZHMgc2V0IHRvIGNvbnRpbnVlIHdpdGhpbiB0aGUgaG9zcGl0YWxpdHkgc2VjdG9yPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xNy90ZWNobm9sb2d5LXRhYmxlLXRyZW5kLWNvbnRpbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMTdUMTA6MTU6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvdGFibGV0LTc5MTA1MV82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRhYmxldC03OTEwNTFfNjQwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzE3L3Jlc2lzdGFuY2UtcHJpdmlsZWdlLWZ1bmt0aW9uLW9uZS1pYml6YS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE3VDEzOjI4OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1Bob3RvLWJ5LUdlcmFyZG8tQXJ0ZWFnYS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mdW5rdGlvbi1vbmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlJlc2lzdGFuY2UsIFByaXZpbGVnZSwgSWJpemEuIFBob3RvIGJ5IEdlcmFyZG8gQXJ0ZWFnYTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMTgvYnJleGl0LXByb29mLWJ1c2luZXNzLWx5bngtcHVyY2hhc2luZy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTE4VDA3OjQ3OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0x5bngtUHVyY2hhc2luZy1zdGVhay1hbmQtY2hpcHMtZmFjZS1zZWFzb25hbC1wcmljZS1pbmNyZWFzZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkx5bnggUHVyY2hhc2luZyBzYXlzIGJ1c2luZXNzZXMgbmVlZCB0byBiZSBCcmV4aXQtcHJvb2Y8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldlbGwgRG9uZSBHcmlsbGVkIE5ldyBZb3JrIFN0ZWFrIFdpdGggUm9hc3RlZCBQb3RhdG8gV2VkZ2VzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8xOC93aWxsaWFtcy1yZWZyaWdlcmF0aW9uLXRlYW0tZGlzdHJpYnV0b3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xOFQwODozNTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9raXRjaGVuLTczMTM1MV82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndpbGxpYW1zIHJlZnJpZ2VyYXRpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldpbGxpYW1zIHJlc3RydWN0dXJlcyBzYWxlcyB0ZWFtIHRvIHdvcmsgbW9yZSBjbG9zZWx5IHdpdGggZGlzdHJpYnV0b3IgcGFydG5lcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9sYXRlc3RkaWdpdGFsaXNzdWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0xOVQxMToxMDoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9Jc3N1ZS0xOS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SXNzdWUgMTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjMvcHViLWFubnVhbC1wdWJsaWMtaG91c2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjNUMDg6MjY6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvYWxjb2hvbGljLWJldmVyYWdlcy0xODQ1Mjk1XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHViIGFubnVhbCBjb2RlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgYW5udWFsIGF1ZGl0IG9mIHB1YmxpYyBob3VzZXMgY292ZXJlZCBieSB0aGUgYWJvdmUgY29kZShzKSBvZiBwcmFjdGljZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjMvZmVzdGl2ZS1jaHJpc3RtYXMtc3ByaXR6LWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjNUMDk6MDg6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvQ2hyaXN0bWFzLVNwcml0ei5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2hyaXN0bWFzIFNwcml0eiB0aGlzIGZlc3RpdmUgc2Vhc29uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DaHJpc3RtYXMgU3ByaXR6IHRoaXMgZmVzdGl2ZSBzZWFzb248L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzIzL2Z1bmtpbi1pbm5vdmF0aW9uLWNoYW1waW9uLWJyYW5kLWFtYmFzc2Fkb3IvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yM1QxMDoxMTo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9BaXN0ZV9GdW5raW4tQnJhbmQtQW1iYXNzYWRvci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RnVua2luIGlubm92YXRpb24gY2hhbXBpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjMvYnJld2RvZy1jYW5hcnktd2hhcmYtdmVudWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yM1QxMDo0MTo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9CcmV3ZG9nX0NhbmFyeV9XaGFyZl8xNjA4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmV3RG9nIENhbmFyeSBXaGFyZjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnJld0RvZyBoYXMgb3BlbmVkIGEgYmFyIGluIENhbmFyeSBXaGFyZiB3aGljaCBhY2NlcHRzIEJpdGNvaW48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzIzL2NyYWZ0LWJlZXItYm9vbS11ay88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTIzVDEyOjQ5OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2JlZXItMjQ0OTg4N182NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNyYWZ0IGJlZXIgc2FsZXMgYXJlIHVwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DcmFmdCBiZWVyIHNhbGVzIGFyZSB1cApUaGUgY3JhZnQgYmVlciBib29tIGhhcyBzZWVuIHRoZSBudW1iZXIgb2YgbmV3IHRyYWRlbWFya3MgcmVnaXN0ZXJlZCBpbiB0aGUgVUsgZm9yIGJlZXIgYnJhbmRzIHJpc2UgYnkgMjAlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yMy9qb2Itc2Vla2Vycy1hcHAtbWljaGVsaW4tcmVzdGF1cmFudC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTIzVDEzOjIyOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL3dhaXRlci00OTI4NzJfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Kb2Igc2Vla2VyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Sm9iIHNlZWtlcnMgYXJlIGFibGUgdG8gZ2V0IGV4cGVyaWVuY2UgYXQgYSBNaWNoZWxpbi1zdGFyIHJlc3RhdXJhbnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzIzL2pvYi1zZWVrZXJzLWFwcC1taWNoZWxpbi1yZXN0YXVyYW50LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjNUMTM6MTc6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvd2FpdHJlc3MtMjM3NjcyOF82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkpvYiBzZWVrZXJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Kb2Igc2Vla2VycyBhcmUgYWJsZSB0byBnZXQgZXhwZXJpZW5jZSBhdCBhIE1pY2hlbGxpbi1zdGFyIHJlc3RhdXJhbnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L2VsLWppbWFkb3ItbGltaXRlZC1lZGl0aW9uLWRlYWQtYm90dGxlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDA3OjU3OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2ltYWdlMDAxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5lbCBqaW1hZG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5lbCBqaW1hZG9yIGZvciB0aGUgb24tdHJhZGUgZ29lcyBvbiBzYWxlIDJuZCBOb3ZlbWJlcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvZWwtamltYWRvci1saW1pdGVkLWVkaXRpb24tZGVhZC1ib3R0bGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDc6NTU6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaW1hZ2UwMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmltYWdlMDAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L2VsLWppbWFkb3ItbGltaXRlZC1lZGl0aW9uLWRlYWQtYm90dGxlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDA3OjU1OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2ltYWdlMDAzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWFnZTAwMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNC9lbC1qaW1hZG9yLWxpbWl0ZWQtZWRpdGlvbi1kZWFkLWJvdHRsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNFQwNzo1NToxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9pbWFnZTAwNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1hZ2UwMDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvZWwtamltYWRvci1saW1pdGVkLWVkaXRpb24tZGVhZC1ib3R0bGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDg6MTg6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvTGlmZXN0eWxlLUJsYW5jby5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZWwgSmltYWRvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+ZWwgSmltYWRvcidzIExpZmVzdHlsZSBCbGFuY288L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L2VsLWppbWFkb3ItbGltaXRlZC1lZGl0aW9uLWRlYWQtYm90dGxlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDA4OjIwOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2JsYW5jby1ibGFjay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxhbmNvLSBibGFjazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNC9lbC1qaW1hZG9yLWxpbWl0ZWQtZWRpdGlvbi1kZWFkLWJvdHRsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNFQwODoyMTowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9CbGFuY28tV2hpdGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJsYW5jby0gV2hpdGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvZWwtamltYWRvci1saW1pdGVkLWVkaXRpb24tZGVhZC1ib3R0bGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDg6MjE6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvQm90aC1CbGFjay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Qm90aC0gQmxhY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvZWwtamltYWRvci1saW1pdGVkLWVkaXRpb24tZGVhZC1ib3R0bGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDg6MjU6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvYm90aC13aGl0ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZWwgSmltYWRvcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+ZWwgSmltYWRvcidzIG5ldyB0ZXF1aWxhIHdpbGwgYmUgYXZhaWxhYmxlIGZvciB0aGUgb24tdHJhZGUgc2VjdG9yIGluIE5vdmVtYmVyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNC9lbC1qaW1hZG9yLWxpbWl0ZWQtZWRpdGlvbi1kZWFkLWJvdHRsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNFQwODoyMjo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9saWZlc3R5bGUtcmVwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5saWZlc3R5bGUtIHJlcDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNC9lbC1qaW1hZG9yLWxpbWl0ZWQtZWRpdGlvbi1kZWFkLWJvdHRsZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNFQwODoyMzoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9SZXAtQmxhY2suanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJlcC0gQmxhY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvZWwtamltYWRvci1saW1pdGVkLWVkaXRpb24tZGVhZC1ib3R0bGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDg6MjM6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvUmVwLVdoaXRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SZXAtIFdoaXRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L2FyeXp0YS1sYXVuY2hlcy12ZWdhbi1sb2FmLWNha2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDk6MDI6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvQVJZWlRBcy1OZXctTGVtb24tQ2hpYS1TZWVkLVBpc3RhY2hpby1Mb2FmLUNha2UtTFIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFSWVpUQSdzIE5ldyBMZW1vbiwgQ2hpYSBTZWVkICZhbXA7IFBpc3RhY2hpbyBMb2FmIENha2UgZm9yIHZlZ2FuczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QVJZWlRBJ3MgTmV3IExlbW9uLCBDaGlhIFNlZWQgJmFtcDsgUGlzdGFjaGlvIExvYWYgQ2FrZSBmb3IgdmVnYW5zPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNC9hcnl6dGEtbGF1bmNoZXMtdmVnYW4tbG9hZi1jYWtlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDA4OjU4OjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0Nob2NvbGF0ZS1Db29raWUtTG9hZi1DYWtlLUxSLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaG9jb2xhdGUgY29va2llIHZlZ2FuIGxvYWYgY2FrZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q2hvY29sYXRlIGNvb2tpZSB2ZWdhbiBsb2FmIGNha2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L3NhbGNvbWJlLWdpbi12b3lhZ2VyLXNlcmllcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDEwOjExOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0RpcmstTmllcG9vcnQtQlcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnJlbGVhc2UgaXRzIGZpcnN0IHNsb2UgJmFtcDsgZGFtc29uIGdpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U2FsY29tYmUgR2luIHBhcnRuZXJzIHVwIHdpdGggRGlyayBOaWVwb29ydDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjQvc2FsY29tYmUtZ2luLXZveWFnZXItc2VyaWVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjRUMDk6NTA6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvRGlyay1OaWVwb29ydC1oaWdoLXJlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RGlyayBOaWVwb29ydCAtIGhpZ2ggcmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI0L3NhbGNvbWJlLWdpbi12b3lhZ2VyLXNlcmllcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI0VDEwOjIxOjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL1NBTENPTUJFX0dJTl9Wb3lhZ2VyLXNlcmllcy0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TYWxjb21iZSBnaW4gdm95YWdlciBzZXJpZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNhbGNvbWJlIEdpbiBWb3lhZ2VyIFNlcmllcyBzZXQgdG8gcmVsZWFzZSBpdHMgZmlyc3Qgc2xvZSAmYW1wOyBkYW1zb24gZ2luPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNC9jYXJsc2JlcmctYnJpbmdzLXRvZ2V0aGVyLXNpeC1zdHJhbmdlcnMtZnJvbS1hcm91bmQtdGhlLXVrLXRvLWJ1aWxkLXRoZS1jYXJsc2JlcmctY2FiaW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNFQxMzo1ODoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9DYXJsc2JlcmcucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhcmxzYmVyZyBjYWJpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q2FybHNiZXJnIGNhYmluIHdhcyBidWlsdCB1c2luZyBoeWRybyBhbmQgc29sYXIgcG93ZXIgdGVjaG5vbG9neTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvcHJvb2YtZHJpbmtzLWplcmVteS1oaWxsLWRpcmVjdG9yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMDc6NDc6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvUHJvb2YtRHJpbmtzLVBhdWwtRmVyZ3Vzb24tSmVyZW15LUhpbGwtSmFtZXMtTWNEZXJtb3R0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Qcm9vZiBEcmlua3MgUGF1bCBGZXJndXNvbiBKZXJlbXkgSGlsbCBKYW1lcyBNY0Rlcm1vdHQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlByb29mIERyaW5rcyBhcHBvaW50cyBKZXJlbXkgSGlsbCBhcyBNYW5hZ2luZyBEaXJlY3RvcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvZG5zLWF0dGFja3MtcmV2ZWFscy0xMi1tb250aHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNVQwOToxMToyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9jeWJlci0xNjU0NzA5XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZG5zIGF0dGFja3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPklzIHlvdXIgYnVzaW5lc3Mgc2FmZT88L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI1L2Rucy1hdHRhY2tzLXJldmVhbHMtMTItbW9udGhzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMDk6MTA6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaGFja2VyLTI4ODM2MzJfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5kbnMgYXR0YWNrczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RWZmaWNpZW50SVDigJlzIEROUyBUaHJlYXQgUmVwb3J0IHJldmVhbHMgYWxhcm1pbmcgNTclIGF0dGFjayBjb3N0IHJpc2UgaW4gbGFzdCAxMiBtb250aHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzI1L2Rucy1hdHRhY2tzLXJldmVhbHMtMTItbW9udGhzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMDk6MTU6MTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaGFja2VyLTI4ODM2MzJfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZG5zIGF0dGFja3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkVmZmljaWVudElQ4oCZcyBETlMgVGhyZWF0IFJlcG9ydCByZXZlYWxzIGFsYXJtaW5nIDU3JSBhdHRhY2sgY29zdCByaXNlIGluIGxhc3QgMTIgbW9udGhzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vP3A9Mjk4MjwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMTA6MDQ6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvU2NyZWVuc2hvdC0yMDE4LTEwLTI1LTEwLjQ3LjIyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iYXIgYW5kIGNhbnRlZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNhZ2UgKyBXaWxkZSBvcGVuIGEgbmV3ICdCYXIgYW5kIENhbnRlZW4nIGluIE9sZCBTdHJlZXQsIExvbmRvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLz9wPTI5ODI8L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI1VDEwOjEwOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL05ld1NpdGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJhciBhbmQgY2FudGVlbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QmFyIGFuZCBDYW50ZWVuIC0gVGhlIG5ldyB2ZW51ZSBmcm9tIFNhZ2VyICsgV0lsZGUgaW4gT2xkIFN0cmVldDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvZHJ1cnktYWRkcy1jaHJpc3RtYXMtdGVhLXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMTE6MDg6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvQ2hyaXN0bWFzLWluLU1hbmhhdHRhbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2hyaXN0bWFzIHRlYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RHJ1cnkgaGFzIGFkZGVkIENocmlzdG1hcyB0ZWEgdG8gdGhlaXIgcmFuZ2Ugb25jZSBhZ2FpbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvZHJ1cnktYWRkcy1jaHJpc3RtYXMtdGVhLXJhbmdlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMjVUMTE6MDk6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvQ2hyaXN0bWFzLVRlYS0yMDE4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaHJpc3RtYXMgVGVhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5EcnVyeSBoYXMgYWRkZWQgQ2hyaXN0bWFzIHRlYSB0byB0aGVpciByYW5nZSBvbmNlIGFnYWluPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNS92ZWx2ZXQtcGVwcGVybWlsbC1pbnRlcmlvcnMtY29sbGVjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI1VDE0OjQ5OjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0NoZXN0ZXItdmVsdmV0LWJhci1zdG9vbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVwcGVybWlsbCBpbnRlcmlvcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvdmVsdmV0LXBlcHBlcm1pbGwtaW50ZXJpb3JzLWNvbGxlY3Rpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0yNVQxNDo0OTowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9jb21tZXJjaWFsLWZ1cm5pdHVyZS1wZXBwZXJtaWxsLWludGVyaW9ycy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVwcGVybWlsbCBpbnRlcmlvcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBlcHBlcm1pbGwgSW50ZXJpb3JzIG5ldyB2ZWx2ZXQgcmFuZ2UgaGFzIGJlZW4gdGFraW5nIHRoZSBpbmR1c3RyeSBieSBzdG9ybSwgYW5kIHdlIGNhbiBzZWUgd2h5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8yNS92ZWx2ZXQtcGVwcGVybWlsbC1pbnRlcmlvcnMtY29sbGVjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI1VDE0OjUxOjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL3ZlbHZldC1hcm1jaGFpci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+cGVwcGVybWlsbCBpbnRlcmlvcnM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMjUvdWstcmVzdGF1cmFudC1pbmR1c3RyeS1idXNpbmVzcy1yYXRlcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTI1VDE1OjE1OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2ltYWdlMDA5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5idXNpbmVzcyByYXRlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+d2l0aCByaXNpbmcgYnVzaW5lc3MgcmF0ZXMsIHJlc3RhdXJhbnQgY2xvc3VyZXMgYXJlIGFsYXJtaW5nPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMC9idWRnZXQtY29udGludWUtc3VwcG9ydC1ob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDA4OjMyOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2RyaW5rcy0yNTc4NDQ2XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSB3ZWxjb21lcyB0aGUgYnVkZ2V0IGZvciB0aGUgaG9zcGl0YWxpdHkgc2VjdG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5VS0hvc3BpdGFsaXR5IHdlbGNvbWVzIHRoZSBidWRnZXQgZm9yIHRoZSBob3NwaXRhbGl0eSBzZWN0b3I8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3dvb2Rmb3JkLXJlc2VydmUtdGhlLW9mZmljaWFsLWJvdXJib24tb2Ytb2xkLWZhc2hpb25lZC13ZWVrLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQwOTowMzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9pbWFnZTAwMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2xkIEZhc2hpb25lZCBXZWVrIDIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBGYXNoaW9uZWQgV2VlayAyMDE4PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMC9mbGV1cmV0cy1tYXJrZXQtZnJlZWhvbGQtcmV2b2x1dGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDA5OjI0OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL0h1ZGRlcnNmaWVsZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UmV2b2x1dGlvbiBCYXIgMjggQ3Jvc3MgQ2h1cmNoIFN0cmVldCwgSHVkZGVyc2ZpZWxkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5SZXZvbHV0aW9uIEJhciAyOCBDcm9zcyBDaHVyY2ggU3RyZWV0LCBIdWRkZXJzZmllbGQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3Jlc3RhdXJhbnQtZ3JvdXAtcHVyY2hhc2VzLXdhZ2FtYW1hLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzBUMTA6MjE6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvYnVzaW5lc3MtMzE1MjU4Nl82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldhZ2FtYW1hIGhhcyBiZWVuIHNvbGQgdG8gVFJHPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5XYWdhbWFtYSBoYXMgYmVlbiBzb2xkIHRvIFRSRzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3BpYW5vLTEyNDE2NDNfNjQwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzBUMTE6MTc6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvcGlhbm8tMTI0MTY0M182NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnBpYW5vLTEyNDE2NDNfNjQwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3RoYW5rc2dpdmluZy1iYnEtc2F1Y2UtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQxMTozNzoxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9BdGxhbnRpY3MtSG91c2Utb2YtTG9yZHMtQ2Fyb2xpbmEtTXVzdGFyZC1CQlEtc2F1Y2UtZnJvbS1DcmVhdGl2ZS1Gb29kcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXRsYW50aWMncyBIb3VzZSBvZiBMb3JkcyBDYXJvbGluYSBNdXN0YXJkIEJCUSBzYXVjZSBmcm9tIENyZWF0aXZlIEZvb2RzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5BdGxhbnRpYydzIEhvdXNlIG9mIExvcmRzIENhcm9saW5hIE11c3RhcmQgQkJRIHNhdWNlIGZyb20gQ3JlYXRpdmUgRm9vZHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3RoYW5rc2dpdmluZy1iYnEtc2F1Y2UtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQxMTozNzo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9BdGxhbnRpY3MtSG91c2Utb2YtTG9yZHMtVGV4YW4tTW9wLUJCUS1zYXVjZS1mcm9tLUNyZWF0aXZlLUZvb2RzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BdGxhbnRpYydzIEhvdXNlIG9mIExvcmRzIFRleGFuIE1vcCBCQlEgc2F1Y2UgZnJvbSBDcmVhdGl2ZSBGb29kczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QXRsYW50aWMncyBIb3VzZSBvZiBMb3JkcyBUZXhhbiBNb3AgQkJRIHNhdWNlIGZyb20gQ3JlYXRpdmUgRm9vZHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3dvb2Rmb3JkLXJlc2VydmUtdGhlLW9mZmljaWFsLWJvdXJib24tb2Ytb2xkLWZhc2hpb25lZC13ZWVrLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQxMjoxMToxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC8yNjU4NTQ3NjU2M18zNjA4NGYxZjJjX2suanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT4yNjU4NTQ3NjU2M18zNjA4NGYxZjJjX2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzAvd29vZGZvcmQtcmVzZXJ2ZS10aGUtb2ZmaWNpYWwtYm91cmJvbi1vZi1vbGQtZmFzaGlvbmVkLXdlZWstMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDEyOjEyOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwLzI2OTE1NjI4ODkwX2Q1NWVlNjg4N2Jfay5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9sZCBGYXNoaW9uIFdlZWsgMjAxODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T2xkIEZhc2hpb24gV2VlayAyMDE4PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMC93b29kZm9yZC1yZXNlcnZlLXRoZS1vZmZpY2lhbC1ib3VyYm9uLW9mLW9sZC1mYXNoaW9uZWQtd2Vlay0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzBUMTI6MTE6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvMjcwOTQ3NzE1MjJfMTc2NzY0NTQ1Y19oLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjcwOTQ3NzE1MjJfMTc2NzY0NTQ1Y19oPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3dvb2Rmb3JkLXJlc2VydmUtdGhlLW9mZmljaWFsLWJvdXJib24tb2Ytb2xkLWZhc2hpb25lZC13ZWVrLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQxMjoxMzoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC8yNzE5MDUxNDA5NV8yZjgzOGM3YjczX2suanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PbGQgRmFzaGlvbiBXZWVrIDIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBGYXNoaW9uIFdlZWsgMjAxODwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzAvd29vZGZvcmQtcmVzZXJ2ZS10aGUtb2ZmaWNpYWwtYm91cmJvbi1vZi1vbGQtZmFzaGlvbmVkLXdlZWstMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMwVDEyOjExOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwLzI3MTkwNTMwNTg1X2IxMjJhNDlhNjFfay5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjI3MTkwNTMwNTg1X2IxMjJhNDlhNjFfazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMC93b29kZm9yZC1yZXNlcnZlLXRoZS1vZmZpY2lhbC1ib3VyYm9uLW9mLW9sZC1mYXNoaW9uZWQtd2Vlay0yMDE4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzBUMTI6MTE6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvMjcxOTA1NTc1OTVfOGUxY2QyNjM2Zl9rLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjcxOTA1NTc1OTVfOGUxY2QyNjM2Zl9rPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMwL3dvb2Rmb3JkLXJlc2VydmUtdGhlLW9mZmljaWFsLWJvdXJib24tb2Ytb2xkLWZhc2hpb25lZC13ZWVrLTIwMTgvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMFQxMjoxMjowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9PbGQtRmFzaGlvbmVkLTYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9sZCBGYXNoaW9uZWQgNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMS9nd2ctYXdhcmRzLTIwMTgtYW5ub3VuY2VkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMDk6MDA6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvYXdhcmRzLXR3ZWV0LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmd3ZyBhd2FyZHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBHV0cgQXdhcmRzIDIwMTg8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMxL2d3Zy1hd2FyZHMtMjAxOC1hbm5vdW5jZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMVQwOTowODoxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9tb25pdG9yLTEzMDcyMjdfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5nd2cgYXdhcmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5HV0cgQXdhcmRzIDIwMTggPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMS9tcnMtZm9nZ3MtZWFzdC1sb25kb24tY2x1Yi1kaXN0aWxsZXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTA6MTc6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvTXJzLUZyb2dnc18wMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bXJzIGZvZ2dzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NcnMgRm9nZ3MgY29tZXMgdG8gRWFzdCBMb25kb248L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMxL21ycy1mb2dncy1lYXN0LWxvbmRvbi1jbHViLWRpc3RpbGxlcnkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMVQxMDoxMzozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9NcnMtRnJvZ2dzXzAyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NcnMgRm9nZ3MgY29tZXMgdG8gRWFzdCBMb25kb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk1ycyBGb2dncyBjb21lcyB0byBFYXN0IExvbmRvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzEvbXJzLWZvZ2dzLWVhc3QtbG9uZG9uLWNsdWItZGlzdGlsbGVyeS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDEwOjEzOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL01ycy1Gcm9nZ3NfMDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1ycyBGb2dncyBjb21lcyB0byBFYXN0IExvbmRvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TXJzIEZvZ2dzIGNvbWVzIHRvIEVhc3QgTG9uZG9uPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMS9tcnMtZm9nZ3MtZWFzdC1sb25kb24tY2x1Yi1kaXN0aWxsZXJ5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTA6MjA6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvY3Vpc2luZS0yMjQ4NTY3XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bXJzIGZvZ2dzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5tcnMgZm9nZ3MgaXMgb3BlbmluZyBpbiBFYXN0IExvbmRvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzEvbXVsbGluZy1zcGljZXMtY2hyaXN0bWFzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTE6MTU6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaW1hZ2UwMDMtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bXVsbGluZyBzcGljZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk11bGxpbmcgU3BpY2VzIGFyZSBhIG11c3QgdGhpcyBDaHJpc3RtYXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEwLzMxL211bGxpbmctc3BpY2VzLWNocmlzdG1hcy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDExOjE1OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2ltYWdlMDA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NdWxsaW5nIFNwaWNlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TXVsbGluZyBTcGljZXMgYXJlIGEgbXVzdCB0aGlzIENocmlzdG1hczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTAvMzEvbXVsbGluZy1zcGljZXMtY2hyaXN0bWFzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTE6MTU6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaW1hZ2UwMDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk11bGxpbmcgU3BpY2VzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NdWxsaW5nIFNwaWNlcyBhcmUgYSBtdXN0IHRoaXMgQ2hyaXN0bWFzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMS9mYXN0LWNoZWYtZWxpdGUtZnJ5ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMC0zMVQxNDoyNTozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9GYXN0LUNoZWYtRWxpdGUtZnJ5ZXItZnJvbS1UYXlsb3ItVUsuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZhc3QgQ2hlZiBFbGl0ZSBmcnllciBmcm9tIFRheWxvciBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RmFzdCBDaGVmIEVsaXRlIGZyeWVyIGZyb20gVGF5bG9yIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMC8zMS9oaWdoLXN0cmVldC1yZXR1cm4tc3VydmV5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTU6NTA6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvZXhldGVyLWhpZ2gtNzExODA0XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aGlnaCBzdHJlZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjkxJSBvZiBzaG9wcGVycyB3b3VsZCBjb21lIGJhY2sgdG8gdGhlIGhpZ2ggc3RyZWV0PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vb3RwX3R3aXR0ZXJfcHJvZmlsZS1pbWFnZTAxLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTg6MzQ6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvT1RQX1RXSVRURVJfUFJPRklMRS1JTUFHRTAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PVFBfVFdJVFRFUl9QUk9GSUxFLUlNQUdFMDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2Nyb3BwZWQtb3RwX3R3aXR0ZXJfcHJvZmlsZS1pbWFnZTAxLWpwZy88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDE4OjM2OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2Nyb3BwZWQtT1RQX1RXSVRURVJfUFJPRklMRS1JTUFHRTAxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jcm9wcGVkLU9UUF9UV0lUVEVSX1BST0ZJTEUtSU1BR0UwMS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2Nyb3BwZWQtb3RwX3R3aXR0ZXJfcHJvZmlsZS1pbWFnZTAxLTEtanBnLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTAtMzFUMTg6MzY6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvY3JvcHBlZC1PVFBfVFdJVFRFUl9QUk9GSUxFLUlNQUdFMDEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1PVFBfVFdJVFRFUl9QUk9GSUxFLUlNQUdFMDEtMS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL29uLXRyYWRlLXByb2dyZXNzX2xvZ29fMjAxOF9yZ2ItYmx1ZS88L2xvYz48bGFzdG1vZD4yMDE4LTEwLTMxVDE4OjQ1OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL09OLVRSQURFLVBST0dSRVNTX0xPR09fMjAxOF9SR0ItQkxVRS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T04tVFJBREUtUFJPR1JFU1NfTE9HT18yMDE4X1JHQiAoQkxVRSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbG9nb18yMDE4LXJnYi1ibGFjay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAxVDA4OjI2OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL09OLVRSQURFLVBST0dSRVNTX0ZVTEwtTE9HT18yMDE4LVJHQi1CTEFDSy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T04tVFJBREUtUFJPR1JFU1NfRlVMTC1MT0dPXzIwMTggUkdCIChCTEFDSyk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbG9nb18yMDE4LXJnYi1ibGFjay0yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDFUMDg6Mjc6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvT04tVFJBREUtUFJPR1JFU1NfRlVMTC1MT0dPXzIwMTgtUkdCLUJMQUNLLTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9OLVRSQURFLVBST0dSRVNTX0ZVTEwtTE9HT18yMDE4IFJHQiAoQkxBQ0spPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzAxL3VraG9zcGl0YWxpdHktbmV3LWxlZ2lzbGF0aW9uLWFpcnBvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wMVQwOTo0MzoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9haXJwb3J0LTkyMzk3MF82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPm5ldyBsZWdpc2xhdGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+bmV3IGxlZ2lzbGF0aW9uIGNvdWxkIGhhdmUgYSBodWdlIGltcGFjdCBvbiBhaXJwb3J0IGJhcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzAxL3RoZXJtaWMtZ2xhc3MtYXJ0aXMtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wMVQxNDoyMDoyNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS90aGVybWljLWFuZC1jb3BwZXItcHVyaXR5LXBlYXJscy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dGhlcm1pYyBhbmQgY29wcGVyIHB1cml0eSBwZWFybHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZXJtaWMgYW5kIGNvcHBlciBwdXJpdHkgcGVhcmwgZnJvbSBBcnRpczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDEvdGhlcm1pYy1nbGFzcy1hcnRpcy11ay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAxVDE0OjE5OjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3RoZXJtaWMtanVnLWFuZC1wdXJpdHktcGVhcmxzLWRhcmsuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnRoZXJtaWMganVnIHB1cml0eSBwZWFybHMgZGFyazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlcm1pYyBqdWcgZnJvbSBBcnRpczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDEvdGhlcm1pYy1nbGFzcy1hcnRpcy11ay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAxVDE0OjE4OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1RoZXJtaWMtbW9udGFnZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlcm1pYyBtb250YWdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGVybWljIG1vbnRhZ2UgcmFuZ2UgZnJvbSBBcnRpczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDEvdGhlcm1pYy1nbGFzcy1hcnRpcy11ay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTAxVDE0OjE4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1RoZXJtaWMtc21hbGwtYmx1ZWJlcnJpZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZXJtaWMgc21hbGwgYmx1ZWJlcnJpZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYvd2tkLWNvY2t0YWlsLWNocmlzdG1hcy1iYXVibGUtc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDA4OjQ0OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1dLRC1Db2NrdGFpbC1CYXVibGVfcGl0Y2hlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V0tEIENvY2t0YWlsIENocmlzdG1hcyBCYXVibGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldLRCBDb2NrdGFpbCBDaHJpc3RtYXMgQmF1YmxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNi93a2QtY29ja3RhaWwtY2hyaXN0bWFzLWJhdWJsZS1zdWNjZXNzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMDg6Mzc6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvV0tELUNvY2t0YWlsLUJhdWJsZV9wb3N0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldLRCBjb2NrdGFpbCBjaHJpc3RtYXMgYmF1YmxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5XS0QgY29ja3RhaWwgY2hyaXN0bWFzIGJhdWJsZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYvd2tkLWNvY2t0YWlsLWNocmlzdG1hcy1iYXVibGUtc3VjY2Vzcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDA4OjM1OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1dLRC1Db2NrdGFpbC1CYXVibGVfc2NyZWVuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XS0QgY2hyaXN0bWFzIGJhdWJsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+V0tEIGNocmlzdG1hcyBiYXVibGU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2Vzc2VudGlhbC1jdWlzaW5lLWZlc3RpdmUtcHJpemVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMDk6MDY6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvQ2hlZnMtY2FuLXdpbi1hbi1leGNsdXNpdmUtZGV2ZWxvcG1lbnQtZGF5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaGVmcyBjYW4gd2luIGFuIGV4Y2x1c2l2ZSBkZXZlbG9wbWVudCBkYXkgd2l0aCBlc3NlbnRpYWwgY3Vpc2luZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q2hlZnMgY2FuIHdpbiBhbiBleGNsdXNpdmUgZGV2ZWxvcG1lbnQgZGF5IHdpdGggZXNzZW50aWFsIGN1aXNpbmU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2Vzc2VudGlhbC1jdWlzaW5lLWZlc3RpdmUtcHJpemVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMDk6MDk6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvSE9TUC1BQ1RfTE9HT19TVEFDS0VEX0NNWUsuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNoZWZzIGNhbiB3aW4gYW4gZXhjbHVzaXZlIGRldmVsb3BtZW50IGRheSB3aXRoIGVzc2VudGlhbCBjdWlzaW5lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DaGVmcyBjYW4gd2luIGFuIGV4Y2x1c2l2ZSBkZXZlbG9wbWVudCBkYXkgd2l0aCBlc3NlbnRpYWwgY3Vpc2luZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYvaGVhbHRoeS1hdHRpdHVkZXMtdG8tZm9vZC11bmRlcm1pbmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wNlQwOTo0MDoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9lYXQtMjgzNDU0OV82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBnb3Zlcm5tZW50cyBoZWFsdGh5IGF0dGl0dWRlcyB0byBmb29kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgR292ZXJubWVudHMgaGVhbHRoeSBhdHRpdHVkZXMgdG8gZm9vZCBtdXN0bid0IGFmZmVjdCB0aGUgc2VjdG9yPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNi9iZWVyLXdyaXRlci1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDExOjM2OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0d1aWxkLUF3YXJkcy13aW5uZXItMjAxNy1MUi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2lubmVycyBvZiB0aGUgR3VpbGQgb2YgQmVlciBXcml0ZXIgQXdhcmRzIDIwMTc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPndpbm5lcnMgb2YgdGhlIEd1aWxkIG9mIEJlZXIgV3JpdGVycyBBd2FyZHMgMjAxNzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYvZmVudGltYW5zLW5ldy1hZHZlcnRpc2luZy1jYW1wYWlnbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDE0OjE1OjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0dpbmdlci1CZWVyLUF2ZXJ0aXNpbmctQ2FtcGFpZ24tVW5pdmVyc2FsLU1jY2FuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GZW50aW1hbnMgR2luZ2VyIEJlZXIgLSBBdmVydGlzaW5nIENhbXBhaWduIC0gVW5pdmVyc2FsIE1jY2FuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5GZW50aW1hbnMgR2luZ2VyIEJlZXIgLSBBdmVydGlzaW5nIENhbXBhaWduIC0gVW5pdmVyc2FsIE1jY2FuPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNi9rb2xpYnJpLWN1c3RvbWlzZS1kcmluay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA2VDE1OjAzOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2tvbGlicmktQXdhcmRzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5rb2xpYnJpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Lb2xpYnJpIGFsbG93cyBwZW9wbGUgdG8gY3VzdG9taXNlIHRoZWlyIGRyaW5rczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDYva29saWJyaS1jdXN0b21pc2UtZHJpbmsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wNlQxNTowNDowMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9rb2xpYnJpXzA3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5rb2xpYnJpXzA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2tvbGlicmktY3VzdG9taXNlLWRyaW5rLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMTU6MDQ6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvUGljdHVyZTEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBpY3R1cmUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2tvbGlicmktY3VzdG9taXNlLWRyaW5rLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMTU6MDQ6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvWG1hcy1iYWNrZ3JvdW5kLTExMG1teDExMG1tLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Lb2xpYnJpIGFsbG93cyBwZW9wbGUgdG8gY3VzdG9taXNlIHRoZWlyIGRyaW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+S29saWJyaSBhbGxvd3MgcGVvcGxlIHRvIGN1c3RvbWlzZSB0aGVpciBkcmlua3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA2L2JhcmNsYXlzLXJldGFpbC1zZWN0b3Itc3RydWdnbGVzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDZUMTU6MjI6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvZWNvbW1lcmNlLTIxNDA2MDNfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5yZXRhaWwgc2VjdG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgcmV0YWlsIHNlY3RvciBzdHJ1Z2dsZXMgPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNy9rcm9tYmFjaGVyLXRyYWRlLWNoYXJpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QwOTowMTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9Lcm9tYmFjaGVyX1B1Yl9XYWxrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Lcm9tYmFjaGVyIGlzIGFpbWluZyB0byByYWlzZSBtb25leSBmb3IgdGhlIGxpY2Vuc2VkIHRyYWRlIGNoYXJpdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPktyb21iYWNoZXIgaXMgYWltaW5nIHRvIHJhaXNlIG1vbmV5IGZvciB0aGUgbGljZW5zZWQgdHJhZGUgY2hhcml0eTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcva3JvbWJhY2hlci10cmFkZS1jaGFyaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDdUMDk6MDA6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvSU1HXzY2MDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktyb21iYWNoZXIgaXMgYWltaW5nIHRvIHJhaXNlIG1vbmV5IGZvciBmb3IgdGhlIGxpY2Vuc2VkIHRyYWRlIGNoYXJpdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPktyb21iYWNoZXIgaXMgYWltaW5nIHRvIHJhaXNlIG1vbmV5IGZvciBmb3IgdGhlIGxpY2Vuc2VkIHRyYWRlIGNoYXJpdHk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L3F1aWxtZXMtY2xhc2ljYS1yZXZhbXAtcGFja2FnaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDdUMDk6MzQ6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvbmV3LXBhY2thLWxpZmVzdHlsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UXVpbG1lcyBDbGFzaWNhIGhhdmUgcmV2YW1wZWQgdGhlaXIgcGFja2FnaW5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5RdWlsbWVzIENsYXNpY2EgaGF2ZSByZXZhbXBlZCB0aGVpciBwYWNrYWdpbmc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L3F1aWxtZXMtY2xhc2ljYS1yZXZhbXAtcGFja2FnaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDdUMDk6MzQ6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvbmV3LXBhY2thZ2luZy1ncm91cC1zaG90LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5RdWlsbWVzIENsYXNpY2E8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlF1aWxtZXMgQ2xhc2ljYTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcvcXVpbG1lcy1jbGFzaWNhLXJldmFtcC1wYWNrYWdpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QwOTozOTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9RdWlsbWVzLW5ldy1sYWJlbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UXVpbG1lcyBDbGFzaWNhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5RdWlsbWVzIENsYXNpY2EgaGFzIGhhZCBhIHJldmFtcDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcvc3VuLXZhbGxleS1udXQtc3VydmV5LWJhci1zbmFja3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QxMToyMTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9GZW1hbGUtc25hY2tlcnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlN1biBWYWxsZXkgTnV0IENvLiBzdXJ2ZXllZCAzMDAgZmVtYWxlcyBhYm91dCByYW5nZSBvZiBiYXIgc25hY2tzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TdW4gVmFsbGV5IE51dCBDby4gc3VydmV5ZWQgMzAwIGZlbWFsZXMgYWJvdXQgcmFuZ2Ugb2YgYmFyIHNuYWNrczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcvc3VuLXZhbGxleS1udXQtc3VydmV5LWJhci1zbmFja3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QxMToyMzowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9mZW1hbGUtc25hY2tlcnMyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TdW4gVmFsbGV5IE51dCBDby4gc3VydmV5ZWQgMzAwIGZlbWFsZXMgYWJvdXQgcmFuZ2Ugb2YgYmFyIHNuYWNrczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U3VuIFZhbGxleSBOdXQgQ28uIHN1cnZleWVkIDMwMCBmZW1hbGVzIGFib3V0IHJhbmdlIG9mIGJhciBzbmFja3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L3JlZC1wcm9jZXNzZWQtbWVhdC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA3VDEzOjE5OjA1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3RheC00Njg0NDBfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JcyB0aGVyZSBhIHRheCBvbiB0aGUgd2F5IGZvciByZWQgJmFtcDsgcHJvY2Vzc2VkIG1lYXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPklzIHRoZXJlIGEgdGF4IG9uIHRoZSB3YXkgZm9yIHJlZCAmYW1wOyBwcm9jZXNzZWQgbWVhdDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDcvcmVkLXByb2Nlc3NlZC1tZWF0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDdUMTM6MTk6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvQWRvYmVTdG9ja18xNjM2MzAyMzFfU3VwZXJtYXJrZXRfTWVhdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SXMgdGhlcmUgYSB0YXggb24gdGhlIHdheSBmb3IgcmVkICZhbXA7IHByb2Nlc3NlZCBtZWF0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JcyB0aGVyZSBhIHRheCBvbiB0aGUgd2F5IGZvciByZWQgJmFtcDsgcHJvY2Vzc2VkIG1lYXQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L2JsYW5jaGV0dGUtbGF1bmNoZXMtYnJ1bmNoLW1lbnUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wN1QxMzo0MjozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9CbGFuY2hldHRlLUJyaWNrLUxhbmUtbGF1bmNoZXMtd2Vla2VuZC1icnVuY2gtbWVudS0xNTIweDcwMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxhbmNoZXR0ZSBCcmljayBMYW5lIGxhdW5jaGVzIHdlZWtlbmQgYnJ1bmNoIG1lbnU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJsYW5jaGV0dGUgQnJpY2sgTGFuZSBsYXVuY2hlcyB3ZWVrZW5kIGJydW5jaCBtZW51PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wNy9jZGctYmVsbGEtaXRhbGlhLXVhZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA3VDE0OjIzOjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3BpemEtMzAxMDA2Ml82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhc3VhbCBEaW5pbmcgR3JvdXAgaGFzIGFncmVlZCBhIG5ldyBmcmFuY2hpc2luZyBkZWFsIGZvciBpdHMgTGFzIElndWFuYXMsIEJlbGxhIEl0YWxpYSBldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q2FzdWFsIERpbmluZyBHcm91cCBoYXMgYWdyZWVkIGEgbmV3IGZyYW5jaGlzaW5nIGRlYWwgZm9yIGl0cyBMYXMgSWd1YW5hcywgQmVsbGEgSXRhbGlhIGluIHRoZSBVQUU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA3L2NkZy1iZWxsYS1pdGFsaWEtdWFlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDdUMTQ6Mzc6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvc2hhcmQtMjgwMzk0MV82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlbGxhIGl0YWxpYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q0RHIGhhcyBleHRlbmRlZCBpdHMgZnJhbmNoaXNlIHRvIHRoZSBVQUU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA4L21ldHJvLW1heWhlbS1sb25kb24tYnJld2RvZy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI4VDExOjA5OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2JyZXdkYXdnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmV3RG9nIEFpcmxpbmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CcmV3RG9nIEFpcmxpbmVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wOC9kYWJiZXJzLWJpbmdvLWxvbmRvbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA4VDA5OjQzOjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2JpbmdvLTE0ODkwM182NDAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmRhYmJlcnMgYmluZ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRhYmJlcnMgQmluZ28gaXMgY29taW5nIHRvIExvbmRvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDgvZ2xlbi1nYXJpb2NoLWRpc3RpbGxlcnktZGlzY292ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0wOFQxMTowOToyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9HbGVuLUdhcmlvY2gtMTIteWVhci1vbGQtY2hlZXNlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HbGVuIEdhcmlvY2ggMTIgeWVhciBvbGQgJmFtcDsgY2hlZXNlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5HbGVuIEdhcmlvY2ggMTIgeWVhciBvbGQgJmFtcDsgY2hlZXNlIC0gZGlzY292ZXIgYSByYXJlIGZpbmQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzA4L21hZC1oYXR0ZXItYnJld2luZy1saXF1aWRhdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA4VDExOjMwOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1NjcmVlbnNob3QtMjAxOC0xMS0wOC0xMS4yOS41Mi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWFkIEhhdHRlciBCcmV3ZXJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NYWQgSGF0dGVyIEJyZXdlcnkgaGF2ZSBjZWFzZWQgdHJhZGluZzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDgvbWFkLWhhdHRlci1icmV3aW5nLWxpcXVpZGF0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDhUMTE6NDA6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvYmVlci0zNDQ1OTg4XzE5MjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1hZCBIYXR0ZXIgZ29lcyBpbnRvIGxpcXVpZGF0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NYWQgSGF0dGVyIGdvZXMgaW50byBsaXF1aWRhdGlvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMDgvbWFnYXppbmUtbG9uZG9uLW9wZW4tMjAxOS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTA4VDExOjUwOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0lNR18yMDE4MTAxNF8yMDEyNDBfMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJpbnR3b3JrcyBpbiBMb25kb24gYXJlIGJlaGluZCBNYWdhemluZSBMb25kb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlByaW50d29ya3MgaW4gTG9uZG9uIGFyZSBiZWhpbmQgTWFnYXppbmUgTG9uZG9uPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8wOC9tYWdhemluZS1sb25kb24tb3Blbi0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMDhUMTE6NTI6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvSU1HXzIwMTgxMDE0XzE4MjQwMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJpbnR3b3JrcyBpbiBMb25kb24gaXMgYmVoaW5kIE1hZ2F6aW5lIExvbmRvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UHJpbnR3b3JrcyBpbiBMb25kb24gaXMgYmVoaW5kIE1hZ2F6aW5lIExvbmRvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTMvZmVudGltYW5zLXNwaXJpdC1wYWlyaW5nLWd1aWRlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTNUMDk6Mzc6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvY29ja3RhaWwtMTcwNTU2MV82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZlbnRpbWFucyB1bnZlaWwgdGhlaXIgU3Bpcml0IFBhaXJpbmcgR3VpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkZlbnRpbWFucywgZmxhdm91ciBpbm5vdmF0b3JzIGFuZCB0aGUgbWFrZXIgb2YgcHJlbWl1bSBib3RhbmljYWxseSBicmV3ZWQgYmV2ZXJhZ2VzLCB1bnZlaWxzIHRoZWlyIG5ldyBTcGlyaXQgUGFpcmluZyBHdWlkZS48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzEzL3VraC13ZWxjb21lcy1sb25kb24tbmlnaHQtdGltZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTEzVDEwOjA4OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2xvbmRvbi1leWUtOTQ1NDk3XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSBoYXMgd2VsY29tZWQgdGhlIGxhdW5jaCBvZiB0aGUgTG9uZG9uJ3MgbmlnaHQgdGltZSByZXBvcnQuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5VS0hvc3BpdGFsaXR5IGhhcyB3ZWxjb21lZCB0aGUgbGF1bmNoIG9mIHRoZSBMb25kb24gYXQgTmlnaHQgcmVwb3J0LjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTMvbWlncmFudC1udW1iZXJzLWhvc3BpdGFsaXR5LXNlY3Rvci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTEzVDEwOjMzOjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3Jlc3RhdXJhbnQtNjkwOTc1XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSBoYXMgd2FybmVkIHRoYXQgcmVzdHJpY3RpbmcgdGhlIG51bWJlciBvZiBtaWdyYW50IHdvcmtlcnMgaW50byB0aGUgVUsgd2lsbCBzZXZlcmVseSBpbXBhY3QgdGhlIGhvc3BpdGFsaXR5IHNlY3Rvci48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlVLSG9zcGl0YWxpdHkgaGFzIHdhcm5lZCB0aGF0IHJlc3RyaWN0aW5nIHRoZSBudW1iZXIgb2YgbWlncmFudCB3b3JrZXJzIGludG8gdGhlIFVLIHdpbGwgc2V2ZXJlbHkgaW1wYWN0IHRoZSBob3NwaXRhbGl0eSBzZWN0b3IuPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xMy93c3RhLWFwcG9pbnRzLW5ldy1tZW1iZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTNUMTE6MjE6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvYWxjb2hvbC02NDE2NF82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldTVEEgYXBwb2ludHMgdHdvIG5ldyBCb2FyZCBtZW1iZXJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5XU1RBIGFwcG9pbnRzIHR3byBuZXcgQm9hcmQgbWVtYmVyczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTMvYWN0aW9uLW9uLXN1Z2FyLWJhbi1taWxrc2hha2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTNUMTI6MTg6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvbWlsay0yNTg1MDg3XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QWN0aW9uIG9uIFN1Z2FyIGNhbGwgZm9yIGJhbiBvbiBoaWdoIHN1Z2FyIG1pbGtzaGFrZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkFjdGlvbiBvbiBTdWdhciBjYWxsIGZvciBhIGJhbiBvbiBoaWdoIHN1Z2FyIG1pbGtzaGFrZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzEzL2Zlc3RpdmUtbWVudXMtcGFyaXMtaG91c2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xM1QxNDozMToxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9QaEJhdWJsZS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TdHVubmluZyBGZXN0aXZlIG1lbnVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TdHVubmluZyBGZXN0aXZlIG1lbnVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNC9sb3ctYWxjb2hvbC1kZXBhcnRtZW50LWhlYWx0aC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE0VDA4OjUxOjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3Jlc3RhdXJhbnQtNjkxMzk3XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bG93IGFsY29ob2w8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJCUEEg4oCYYml0dGVybHkgZGlzYXBwb2ludGVkIOKAmSBieSBsb3cgYWxjb2hvbCBjb25zdWx0YXRpb24gb3V0Y29tZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTQvd2V0aGVyc3Bvb24tY2xpYy1zYXJnZW50LW1pbGVzdG9uZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE0VDEwOjM4OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0hPLTE2TTE1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XZXRoZXJzcG9vbnMgJmFtcDsgQ0xJQyBTYXJnZW50IHJhaXNlIG92ZXIgwqMxNiBtaWxsaW9uIHRvZ2V0aGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5XZXRoZXJzcG9vbnMgJmFtcDsgQ0xJQyBTYXJnZW50IHJhaXNlIG92ZXIgwqMxNiBtaWxsaW9uIHRvZ2V0aGVyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNC9ndWlubmVzcy1yZWxlYXNlcy1iYXJyZWwtYWdlZC1iZWVyLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTRUMTM6NTE6MjdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvZ3VpbmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Z3Vpbm5lc3M8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkd1aW5uZXNzIGFubm91bmNlcyBBZ2VkIFN0b3V0IDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTQvbWFycmlvdHQtbW94eS1ob3RlbHMtdWstZ2xhc2dvdy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE0VDE0OjQwOjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL21veHkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1veHkgSG90ZWxzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Nb3h5IEhvdGVscyBoYXZlIGEgbmV3IHZlbnVlIGluIEdsYXNnb3c8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE1L2J1c2luZXNzLXRyYXZlbC1iYWQtaGVhbHRoLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTVUMDg6NTM6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvZGVzaWduLTM1ODgyMTRfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EbyB5b3UgdHJhdmVsIGZvciBidXNpbmVzcz88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRvIHlvdSB0cmF2ZWwgZm9yIGJ1c2luZXNzPyBJdCBjb3VsZCBoYXZlIGEgZGV0cmltZW50YWwgZWZmZWN0IG9uIHlvdXIgaGVhbHRoPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNS9mb29kLXNlcnZpY2UtbWFuYWdlbWVudC1jaGFsbGVuZ2VzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMTVUMDk6NDc6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvY2hlZmYtMTMwMzMxM182NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZvb2Qgc2VydmljZSBtYW5hZ2VtZW50PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Gb29kIFNlcnZpY2UgTWFuYWdlbWVudCBzZWN0b3IgaGFzIGJlZW4gc2V0IHNvbWUgY2hhbGxlbmdlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMTUvZm9vZC1zZXJ2aWNlLW1hbmFnZW1lbnQtY2hhbGxlbmdlcy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE1VDA5OjUwOjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2J1ZmZldC05MDkxNjFfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Gb29kIFNlcnZpY2UgTWFuYWdlbWVudCBzZWN0b3IgaGFzIGJlZW4gc2V0IHNvbWUgY2hhbGxlbmdlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Rm9vZCBTZXJ2aWNlIE1hbmFnZW1lbnQgc2VjdG9yIGhhcyBiZWVuIHNldCBzb21lIGNoYWxsZW5nZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE1L2NoaW5lc2UtbmV3LXllYXItZm9vZHNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNVQxMDoyMToyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9pbWFnZTAwOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2hpbmVzZSBOZXcgWWVhciAyMDE5IGlzIGZhc3QgYXBwcm9hY2hpbmcgYW5kIExlZSBLdW0gS2VlLCBhIENoaW5lc2Ugc2F1Y2UgYnJhbmQgaW4gSG9uZyBLb25nLCBpcyBzaGFyaW5nIDYga2V5IHRpcHMgdG8gaGVscCBVSyBmb29kc2VydmljZSBvcGVyYXRpdmVzIG1heGltaXNlIHNhbGVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DaGluZXNlIE5ldyBZZWFyIDIwMTkgaXMgZmFzdCBhcHByb2FjaGluZyBhbmQgTGVlIEt1bSBLZWUsIGEgQ2hpbmVzZSBzYXVjZSBicmFuZCBpbiBIb25nIEtvbmcsIGlzIHNoYXJpbmcgNiBrZXkgdGlwcyB0byBoZWxwIFVLIGZvb2RzZXJ2aWNlIG9wZXJhdGl2ZXMgbWF4aW1pc2Ugc2FsZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE1L2NoaW5lc2UtbmV3LXllYXItZm9vZHNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNVQxMDoxOTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9pbWFnZTAwOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2hpbmVzZSBOZXcgWWVhciAyMDE5IGlzIGZhc3QgYXBwcm9hY2hpbmcgYW5kIExlZSBLdW0gS2VlLCB0aGUgbnVtYmVyIG9uZSBDaGluZXNlIHNhdWNlIGJyYW5kIGluIEhvbmcgS29uZyBpcyBzaGFyaW5nIDYga2V5IHRpcHMgdG8gaGVscCBVSyBmb29kc2VydmljZSBvcGVyYXRpdmVzIG1heGltaXNlIHNhbGVzIGZyb20gdGhlIGZvcnRoY29taW5nIGZlc3Rpdml0aWVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DaGluZXNlIE5ldyBZZWFyIDIwMTkgaXMgZmFzdCBhcHByb2FjaGluZyBhbmQgTGVlIEt1bSBLZWUsIHRoZSBudW1iZXIgb25lIENoaW5lc2Ugc2F1Y2UgYnJhbmQgaW4gSG9uZyBLb25nIGlzIHNoYXJpbmcgNiBrZXkgdGlwcyB0byBoZWxwIFVLIGZvb2RzZXJ2aWNlIG9wZXJhdGl2ZXMgbWF4aW1pc2Ugc2FsZXMgZnJvbSB0aGUgZm9ydGhjb21pbmcgZmVzdGl2aXRpZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE1L2NoaW5lc2UtbmV3LXllYXItZm9vZHNlcnZpY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNVQxMDoyMDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9pbWFnZTAxMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2hpbmVzZSBOZXcgWWVhciAyMDE5IGlzIGZhc3QgYXBwcm9hY2hpbmcgYW5kIExlZSBLdW0gS2VlLCBhIENoaW5lc2Ugc2F1Y2UgYnJhbmQgaW4gSG9uZyBLb25nLCBpcyBzaGFyaW5nIDYga2V5IHRpcHMgdG8gaGVscCBVSyBmb29kc2VydmljZSBvcGVyYXRpdmVzIG1heGltaXNlIHNhbGVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DaGluZXNlIE5ldyBZZWFyIDIwMTkgaXMgZmFzdCBhcHByb2FjaGluZyBhbmQgTGVlIEt1bSBLZWUsIGEgQ2hpbmVzZSBzYXVjZSBicmFuZCBpbiBIb25nIEtvbmcsIGlzIHNoYXJpbmcgNiBrZXkgdGlwcyB0byBoZWxwIFVLIGZvb2RzZXJ2aWNlIG9wZXJhdGl2ZXMgbWF4aW1pc2Ugc2FsZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzE1L2hvc3BpdGFsaXR5LXN0YW1wLWdhbWJsaW5nLWdhbWluZy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTE1VDExOjE0OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2Nhc2luby0zMjYwMzcyXzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIGhvc3BpdGFsaXR5IHNlY3RvciBpcyB3b3JraW5nIGhhcmQgdG8gc3RhbXAgb3V0IGlsbGVnYWwgZ2FtYmxpbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBob3NwaXRhbGl0eSBzZWN0b3IgaXMgd29ya2luZyBoYXJkIHRvIHN0YW1wIG91dCBpbGxlZ2FsIGdhbWJsaW5nPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8xNS9ob3NwaXRhbGl0eS1zdGFtcC1nYW1ibGluZy1nYW1pbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0xNVQxMToxNTowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9tYWNoaW5lLTM3ODcwMDdfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgaG9zcGl0YWxpdHkgc2VjdG9yIGlzIHdvcmtpbmcgaGFyZCB0byBzdGFtcCBvdXQgaWxsZWdhbCBnYW1ibGluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIGhvc3BpdGFsaXR5IHNlY3RvciBpcyB3b3JraW5nIGhhcmQgdG8gc3RhbXAgb3V0IGlsbGVnYWwgZ2FtYmxpbmc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIwL2luZnJhcmVkLWhlYXRlcnMtZWZmZWN0aXZlLWhlYXRpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQwOTowODo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9pbWFnZTAwOC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbmZyYXJlZCBoZWF0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPmluZnJhcmVkIGhlYXRlcnMgYXJlIGEgZ3JlYXQgd2F5IHRvIGhlYXQgdXAgZ29sZiBjb3Vyc2VzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9pbmZyYXJlZC1oZWF0ZXJzLWVmZmVjdGl2ZS1oZWF0aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6MjE6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvaW1hZ2UwMDktMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VG8gZW5zdXJlIHZpc2l0b3JzIGVuam95IHRoZWlyIGV4cGVyaWVuY2UgYWxsIHllYXIgcm91bmQsIHRoZSBnb2xmIGNsdWIgaGFzIGluc3RhbGxlZCBUYW5zdW4gaW5mcmFyZWQgaGVhdGVycyBpbnRvIGl0cyBkcml2aW5nIHJhbmdlIGFyZWE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRvIGVuc3VyZSB2aXNpdG9ycyBlbmpveSB0aGVpciBleHBlcmllbmNlIGFsbCB5ZWFyIHJvdW5kLCB0aGUgZ29sZiBjbHViIGhhcyBpbnN0YWxsZWQgVGFuc3VuIGluZnJhcmVkIGhlYXRlcnMgaW50byBpdHMgZHJpdmluZyByYW5nZSBhcmVhPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9pbmZyYXJlZC1oZWF0ZXJzLWVmZmVjdGl2ZS1oZWF0aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6MDc6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvVGFuc3VuMzktaW1hZ2UtMS1oaWdoLXJlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGFuc3VuMzkgaW1hZ2UgMSBoaWdoIHJlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9pbmZyYXJlZC1oZWF0ZXJzLWVmZmVjdGl2ZS1oZWF0aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6MDg6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvVGFuc3VuMzktaW1hZ2UtMi1oaWdoLXJlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW5mcmFyZWQgaGVhdGVycyBhcmUgYSBncmVhdCB3YXkgdG8gaGVhdCB1cCBnb2xmIGNvdXJzZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPmluZnJhcmVkIGhlYXRlcnMgYXJlIGEgZ3JlYXQgd2F5IHRvIGhlYXQgdXAgZ29sZiBjb3Vyc2VzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9pbmZyYXJlZC1oZWF0ZXJzLWVmZmVjdGl2ZS1oZWF0aW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6MjI6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvc3BsaXQtY3JvYXRpYS0zMTk0MjUzXzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VG8gZW5zdXJlIHZpc2l0b3JzIGVuam95IHRoZWlyIGV4cGVyaWVuY2UgYWxsIHllYXIgcm91bmQsIHRoZSBnb2xmIGNsdWIgaGFzIGluc3RhbGxlZCBUYW5zdW4gaW5mcmFyZWQgaGVhdGVycyBpbnRvIGl0cyBkcml2aW5nIHJhbmdlIGFyZWE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRvIGVuc3VyZSB2aXNpdG9ycyBlbmpveSB0aGVpciBleHBlcmllbmNlIGFsbCB5ZWFyIHJvdW5kLCB0aGUgZ29sZiBjbHViIGhhcyBpbnN0YWxsZWQgVGFuc3VuIGluZnJhcmVkIGhlYXRlcnMgaW50byBpdHMgZHJpdmluZyByYW5nZSBhcmVhPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9ncmVlbmUta2luZy1sYXVuY2gtYmVycmllcy1jaGVycmllcy1kcmF1Z2h0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6NDk6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvT01VX0ZPVU5ULnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hIHN1Y2Nlc3NmdWwgdHJpYWwgaGFzIGJlZW4gZG9uZSBvZiBPbGQgTW91dCBCZXJyaWVzICZhbXA7IENoZXJyaWVzIERyYXVnaHQgaW4gbW9yZSB0aGFuIDEwMCBHcmVlbmUgS2luZyBvdXRsZXRzIG5hdGlvbndpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPmEgc3VjY2Vzc2Z1bCB0cmlhbCBoYXMgYmVlbiBkb25lIG9mIE9sZCBNb3V0IEJlcnJpZXMgJmFtcDsgQ2hlcnJpZXMgRHJhdWdodCBpbiBtb3JlIHRoYW4gMTAwIEdyZWVuZSBLaW5nIG91dGxldHMgbmF0aW9ud2lkZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjAvZ3JlZW5lLWtpbmctbGF1bmNoLWJlcnJpZXMtY2hlcnJpZXMtZHJhdWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDA5OjQ2OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL09NVV9HTEFTU19CRVJSSUVTLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PTVVfR0xBU1NfQkVSUklFUzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9ncmVlbmUta2luZy1sYXVuY2gtYmVycmllcy1jaGVycmllcy1kcmF1Z2h0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6NTI6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvU0VSVkVTXzAwMDRfMDA1LWJlcnJpZXMtY2hlcnJpZXMucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmEgc3VjY2Vzc2Z1bCB0cmlhbCBoYXMgYmVlbiBkb25lIG9mIE9sZCBNb3V0IEJlcnJpZXMgJmFtcDsgQ2hlcnJpZXMgRHJhdWdodCBpbiBtb3JlIHRoYW4gMTAwIEdyZWVuZSBLaW5nIG91dGxldHMgbmF0aW9ud2lkZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QSBzdWNjZXNzZnVsIHRyaWFsIGhhcyBiZWVuIGRvbmUgb2YgT2xkIE1vdXQgQmVycmllcyAmYW1wOyBDaGVycmllcyBEcmF1Z2h0IGluIG1vcmUgdGhhbiAxMDAgR3JlZW5lIEtpbmcgb3V0bGV0cyBuYXRpb253aWRlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9ncmVlbmUta2luZy1sYXVuY2gtYmVycmllcy1jaGVycmllcy1kcmF1Z2h0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMDk6NDg6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvU3Rhci1QdWRzLU5ld2JlcnJ5LTQ1LnRpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hIHN1Y2Nlc3NmdWwgdHJpYWwgaGFzIGJlZW4gZG9uZSBvZiBPbGQgTW91dCBCZXJyaWVzICZhbXA7IENoZXJyaWVzIERyYXVnaHQgaW4gbW9yZSB0aGFuIDEwMCBHcmVlbmUgS2luZyBvdXRsZXRzIG5hdGlvbndpZGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPmEgc3VjY2Vzc2Z1bCB0cmlhbCBoYXMgYmVlbiBkb25lIG9mIE9sZCBNb3V0IEJlcnJpZXMgJmFtcDsgQ2hlcnJpZXMgRHJhdWdodCBpbiBtb3JlIHRoYW4gMTAwIEdyZWVuZSBLaW5nIG91dGxldHMgbmF0aW9ud2lkZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjAvZ3JlZW5lLWtpbmctbGF1bmNoLWJlcnJpZXMtY2hlcnJpZXMtZHJhdWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDA5OjUwOjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1N0YXItUHVkcy1OZXdiZXJyeS00NS0xLnRpZjwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TdGFyIFB1ZHMgTmV3YmVycnkgNDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjAvZ3JlZW5lLWtpbmctbGF1bmNoLWJlcnJpZXMtY2hlcnJpZXMtZHJhdWdodC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDA5OjUyOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1NjcmVlbnNob3QtMjAxOC0xMS0yMC0wOS41MS4yNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QSBzdWNjZXNzZnVsIHRyaWFsIGhhcyBiZWVuIGRvbmUgb2YgT2xkIE1vdXQgQmVycmllcyAmYW1wOyBDaGVycmllcyBEcmF1Z2h0IGluIG1vcmUgdGhhbiAxMDAgR3JlZW5lIEtpbmcgb3V0bGV0cyBuYXRpb253aWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5BIHN1Y2Nlc3NmdWwgdHJpYWwgaGFzIGJlZW4gZG9uZSBvZiBPbGQgTW91dCBCZXJyaWVzICZhbXA7IENoZXJyaWVzIERyYXVnaHQgaW4gbW9yZSB0aGFuIDEwMCBHcmVlbmUgS2luZyBvdXRsZXRzIG5hdGlvbndpZGU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIwL2tyb21iYWNoZXItbGljZW5zZWQtdHJhZGUtY2hhcml0eS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDEwOjIyOjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0lNR18wMDg5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Lcm9tYmFjaGVyIGNvbXBsZXRlZCB0aGVpciBwdWIgd2FsayBmb3IgdGhlIExpY2Vuc2VkIFRyYWRlIENoYXJpdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPktyb21iYWNoZXIgY29tcGxldGVkIHRoZWlyIHB1YiB3YWxrIGZvciB0aGUgTGljZW5zZWQgVHJhZGUgQ2hhcml0eTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjAva3JvbWJhY2hlci1saWNlbnNlZC10cmFkZS1jaGFyaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjBUMTA6MjM6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvSU1HXzA1OTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktyb21iYWNoZXIgY29tcGxldGVkIHRoZWlyIHB1YiB3YWxrIGZvciB0aGUgTGljZW5zZWQgVHJhZGUgQ2hhcml0eTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+S3JvbWJhY2hlciBjb21wbGV0ZWQgdGhlaXIgcHViIHdhbGsgZm9yIHRoZSBMaWNlbnNlZCBUcmFkZSBDaGFyaXR5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC9odW5nYXJ5LWJyZXdkb2ctYnVkYXBlc3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQxMDo1Njo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS8xNTQyMjk1MDg4NC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJld0RvZyBoYXMgb3BlbmVkIGEgYmFyIGluIEh1bmdhcnk6IEJyZXdEb2cgQnVkYXBlc3Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJyZXdEb2cgaGFzIG9wZW5lZCBhIGJhciBpbiBIdW5nYXJ5OiBCcmV3RG9nIEJ1ZGFwZXN0PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMC91ay1kaXN0aWxsZXJ5LWJ1c2luZXNzZXMtZ3Jvdy1zaW5nbGUteWVhci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDExOjE3OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2Rpc3RpbGxlci0xNzY5NTc0XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIG51bWJlciBvZiBkaXN0aWxsZXJ5IGJ1c2luZXNzZXMgaW4gdGhlIFVLIGhhcyBqdW1wZWQgMzAlIGluIGp1c3QgYSB5ZWFyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgbnVtYmVyIG9mIGRpc3RpbGxlcnkgYnVzaW5lc3NlcyBpbiB0aGUgVUsgaGFzIGp1bXBlZCAzMCUgaW4ganVzdCBhIHllYXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIwL3RoYW5rc2dpdmluZy13ZWVrLWJvb3N0LXVrLWVjb25vbXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMFQxMTo0OTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9jZWxlYnJhdGlvbi0zMTUwNzlfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VSyB0byBnZXQgYSBib29zdCBmcm9tIHZpc2l0b3JzIGZyb20gdGhlIFVTIGR1cmluZyBUaGFua3NnaXZpbmcgd2VlazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUsgdG8gZ2V0IGEgYm9vc3QgZnJvbSB2aXNpdG9ycyBmcm9tIHRoZSBVUyBkdXJpbmcgVGhhbmtzZ2l2aW5nIHdlZWs8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIwL3gtb3Zlbi1jaGFyY29hbC1mYWN0b3Ita2l0Y2hlbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIwVDE0OjI3OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL1gtT3Zlbi1mcm9tLUNlcnRhLUNvb2tpbmctRXF1aXBtZW50LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5YLU92ZW4gZnJvbSBDZXJ0YSBDb29raW5nIEVxdWlwbWVudDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+WC1PdmVuIGZyb20gQ2VydGEgQ29va2luZyBFcXVpcG1lbnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL2Fkb3B0LWEtaG9wLWhlbHBzLWhvc3BpY2UtY2FyZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDA5OjAwOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0hvZ3MtQmFjay1CcmV3ZXJ5LUFkb3B0LWEtaG9wLU5pY2stQWRhbXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvZ3MgQmFjayBCcmV3ZXJ5IEFkb3B0IGEgaG9wIE5pY2sgQWRhbXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhvZ3MgQmFjayBCcmV3ZXJ5IEFkb3B0IGEgaG9wIE5pY2sgQWRhbXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL2NoZWYtYXBwcmVudGljZXNoaXAtbGF1bmNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQwOTozNTowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9DYXN1YWwtZGluaW5nLXBpenphX0l0YWxpYW4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxvbmcgYXdhaXRlZCBwcm9kdWN0aW9uIENoZWYgQXBwcmVudGljZXNoaXAgaXMgbGF1bmNoZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkxvbmcgYXdhaXRlZCBwcm9kdWN0aW9uIENoZWYgQXBwcmVudGljZXNoaXAgaXMgbGF1bmNoZWQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL2NoZWYtYXBwcmVudGljZXNoaXAtbGF1bmNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQwOTozNTo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9DYXN1YWwtRGluaW5nLWJ1cmdlci1wcmVwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Mb25nIGF3YWl0ZWQgcHJvZHVjdGlvbiBDaGVmIEFwcHJlbnRpY2VzaGlwIGlzIGxhdW5jaGVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Mb25nIGF3YWl0ZWQgcHJvZHVjdGlvbiBDaGVmIEFwcHJlbnRpY2VzaGlwIGlzIGxhdW5jaGVkPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9wdWJsaWMtc3VwcG9ydC1zdWdhci1jYWxvcmllLXJlZHVjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDA5OjQ4OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3N1Z2FyLTM0ODU0MzBfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zdWdhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QSBzdXJ2ZXkgZnJvbSBQdWJsaWMgSGVhbHRoIEVuZ2xhbmQgc2hvd3Mgb3ZlcndoZWxtaW5nIHB1YmxpYyBzdXBwb3J0IGZvciByZWR1Y2luZyBzdWdhciBhbmQgY2Fsb3JpZXMgaW4gZXZlcnlkYXkgZm9vZHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL25vLWFsY29ob2wtYmVlci1hY2NlcHRhYmxlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjFUMTA6MjY6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvc2FuLW1pZ3VlbC0wMC1oZWFkbGluZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FybHNiZXJnIC0gTm8gYWxjb2hvbCBiZWVyIGlzIGJlY29taW5nIG1vcmUgc29jaWFsbHkgYWNjZXB0YWJsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q2FybHNiZXJnIC0gTm8gYWxjb2hvbCBiZWVyIGlzIGJlY29taW5nIG1vcmUgc29jaWFsbHkgYWNjZXB0YWJsZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvc2NvdHRpc2gtZ292ZXJubWVudHMtYWxjb2hvbC1zdHJhdGVneS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDExOjA0OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3JlZC13aW5lLTI0NDM2OTlfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VS0hvc3BpdGFsaXR5IGhhcyByZWFjdGVkIHRvIHRoZSBTY290dGlzaCBHb3Zlcm5tZW504oCZcyBhbm5vdW5jZW1lbnQgb2YgYSBzdHJhdGVneSB0byB0YWNrbGUgYWxjb2hvbCBoYXJtIG11c3QgYmUgcHJvcG9ydGlvbmF0ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUtIb3NwaXRhbGl0eSBoYXMgcmVhY3RlZCB0byB0aGUgU2NvdHRpc2ggR292ZXJubWVudOKAmXMgYW5ub3VuY2VtZW50IG9mIGEgc3RyYXRlZ3kgdG8gdGFja2xlIGFsY29ob2wgaGFybSBtdXN0IGJlIHByb3BvcnRpb25hdGU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL3Njb3R0aXNoLWdvdmVybm1lbnRzLWFsY29ob2wtc3RyYXRlZ3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQxMTowNTozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9hbGNvaG9sLTQyODM5Ml82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlVLSG9zcGl0YWxpdHkgaGFzIHJlYWN0ZWQgdG8gdGhlIFNjb3R0aXNoIEdvdmVybm1lbnTigJlzIGFubm91bmNlbWVudCBvZiBhIHN0cmF0ZWd5IHRvIHRhY2tsZSBhbGNvaG9sIGhhcm0gbXVzdCBiZSBwcm9wb3J0aW9uYXRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5VS0hvc3BpdGFsaXR5IGhhcyByZWFjdGVkIHRvIHRoZSBTY290dGlzaCBHb3Zlcm5tZW504oCZcyBhbm5vdW5jZW1lbnQgb2YgYSBzdHJhdGVneSB0byB0YWNrbGUgYWxjb2hvbCBoYXJtIG11c3QgYmUgcHJvcG9ydGlvbmF0ZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvaW5kaWFuLWNyYWZ0LWdpbi1sYXVuY2hlcy11ay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDExOjU3OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2ltYWdlMDAzLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JbmRpYW4gY3JhZnQgR2luICZhbXA7IFRvbmljPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JbmRpYW4gY3JhZnQgR2luICZhbXA7IFRvbmljPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9pbmRpYW4tY3JhZnQtZ2luLWxhdW5jaGVzLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjFUMTE6NTk6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvaW1hZ2UwMDQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkphaXNhbG1lciBJbmRpYW4gQ3JhZnQgR2luIGxhdW5jaGVzIGluIHRoZSBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SmFpc2FsbWVyIEluZGlhbiBDcmFmdCBHaW4gbGF1bmNoZXMgaW4gdGhlIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMS9pbmRpYW4tY3JhZnQtZ2luLWxhdW5jaGVzLXVrLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjFUMTE6NDE6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvaW1hZ2UwMDUucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkluZGlhbiBjcmFmdCBnaW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkluZGlhbiBjcmFmdCBnaW48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIxL2luZGlhbi1jcmFmdC1naW4tbGF1bmNoZXMtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMVQxMTo1NjoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9pbWFnZTAwNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SW5kaWFuIGNyYWZ0IGdpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW5kaWFuIGNyYWZ0IGdpbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvaW5kaWFuLWNyYWZ0LWdpbi1sYXVuY2hlcy11ay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDEyOjMzOjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2dpbi0yMTI2Mzc1XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SW5kaWFuIGNyYWZ0IEdpbiAmYW1wOyBUb25pYzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW5kaWFuIGNyYWZ0IEdpbiAmYW1wOyBUb25pYzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvZWRpbmJ1cmdoLWdpbi1uZXctZGlzdGlsbGVyeS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDEyOjQ4OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0FydGlzdGljLWltcHJlc3Npb24tb2YtbmV3LUVkaW5idXJnaC1HaW4tRGlzdGlsbGVyeS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXJ0aXN0aWMgaW1wcmVzc2lvbiBvZiBuZXcgRWRpbmJ1cmdoIEdpbiBEaXN0aWxsZXJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5BcnRpc3Rz4oCZIGltcHJlc3Npb24gb2YgdGhlIHByb3Bvc2VkIEVkaW5idXJnaCBHaW4gRGlzdGlsbGVyeSBhdCBFYXN0IE1hcmtldCBTdHJlZXQsIE5ldyBXYXZlcmxleTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjEvZWRpbmJ1cmdoLWdpbi1uZXctZGlzdGlsbGVyeS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIxVDEyOjQ5OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0VHLUNHSS1VUERBVEUtMTQuMTEuMjAxOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXJ0aXN0c+KAmSBpbXByZXNzaW9uIG9mIHRoZSBwcm9wb3NlZCBFZGluYnVyZ2ggR2luIERpc3RpbGxlcnkgYXQgRWFzdCBNYXJrZXQgU3RyZWV0LCBOZXcgV2F2ZXJsZXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkFydGlzdHPigJkgaW1wcmVzc2lvbiBvZiB0aGUgcHJvcG9zZWQgRWRpbmJ1cmdoIEdpbiBEaXN0aWxsZXJ5IGF0IEVhc3QgTWFya2V0IFN0cmVldCwgTmV3IFdhdmVybGV5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMi9idWxsZ3VhcmQtdnBuLW5vcmR2cG4tcGFydG5lcnNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yMlQwODo0NDo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9hbmFseXRpY3MtMzA4ODk1OF82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1bGxHdWFyZCBWUE4gYW5kIE5vcmRWUE4gYW5ub3VuY2UgcGFydG5lcnNoaXAgZm9yIGN5YmVyc2VjdXJpdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ1bGxHdWFyZCBWUE4gYW5kIE5vcmRWUE4gYW5ub3VuY2UgcGFydG5lcnNoaXAgZm9yIGN5YmVyc2VjdXJpdHk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL2J1bGxndWFyZC12cG4tbm9yZHZwbi1wYXJ0bmVyc2hpcC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIyVDA4OjQ5OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2FuYWx5dGljcy0zMDg4OTU4XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1bGxHdWFyZCBWUE4gYW5kIE5vcmRWUE4gYW5ub3VuY2UgcGFydG5lcnNoaXAgZm9yIGN5YmVyc2VjdXJpdHk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ1bGxHdWFyZCBWUE4gYW5kIE5vcmRWUE4gYW5ub3VuY2UgcGFydG5lcnNoaXAgZm9yIGN5YmVyc2VjdXJpdHk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL25pdGEtdHJhaW5pbmctcHJvZ3JhbW1lcy1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIyVDA5OjM5OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2NzbV9HaW5fYmFyXzJfYmIxOTdkNzlkNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TklUQSdzwqBpbm5vdmF0aXZlIHRyYWluaW5nIHByb2dyYW1tZXMgYXdhcmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5OSVRBJ3PCoGlubm92YXRpdmUgdHJhaW5pbmcgcHJvZ3JhbW1lcyBhd2FyZHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL25pdGEtdHJhaW5pbmctcHJvZ3JhbW1lcy1hd2FyZHMtMjAxOC88L2xvYz48bGFzdG1vZD4yMDE4LTExLTIyVDA5OjU2OjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2dsYXNzZXMtOTE5MDcxXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5JVEEnc8KgaW5ub3ZhdGl2ZSB0cmFpbmluZyBwcm9ncmFtbWVzIGF3YXJkczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TklUQSdzwqBpbm5vdmF0aXZlIHRyYWluaW5nIHByb2dyYW1tZXMgYXdhcmRzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yMi9rb3JlYW4tYmJxLXNhdWNlLWNyZWF0aXZlLWZvb2RzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjJUMTA6NDY6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvSG91c2Utb2YtTG9yZHMtS29yZWFuLUJCUS1zYXVjZS1mcm9tLUNyZWF0aXZlLUZvb2RzLUV1cm9wZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG91c2Ugb2YgTG9yZHMgS29yZWFuIEJCUSBzYXVjZSBmcm9tIENyZWF0aXZlIEZvb2RzIEV1cm9wZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SG91c2Ugb2YgTG9yZHMgS29yZWFuIEJCUSBzYXVjZSBmcm9tIENyZWF0aXZlIEZvb2RzIEV1cm9wZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjIvaWNlLWh5Z2llbmUtdXNlLXNjb29wLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjJUMTE6NDI6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvRkVNcy1TYWYtVC1JY2UtU2Nvb3AtZnJvbS1TYW4tSmFtYXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkljZSBoeWdpZW5lOiBCQkMgV2F0Y2hkb2cgLSBhdm9pZCB0aGUgcG9vcCDigJMgdXNlIGEgc2Nvb3A8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkljZSBoeWdpZW5lOiBCQkMgV2F0Y2hkb2cgLSBhdm9pZCB0aGUgcG9vcCDigJMgdXNlIGEgc2Nvb3A8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzIyL2JyZXdkb2ctdGFrZXMtb2ZmLWVkaW5idXJnaC1haXJwb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjJUMTI6MzE6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvQnJld0RvZ0VkaW5BaXJwb3J0XzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyZXdEb2cgbGF1bmNoZXMgYSBuZXcgYmFyIGF0IEVkaW5idXJnaCBBaXJwb3J0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CcmV3RG9nIGxhdW5jaGVzIGEgbmV3IGJhciBhdCBFZGluYnVyZ2ggQWlycG9ydDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjcvb25lLWluLWZvdXItcHVicy1hbmQtYmFycy1jbG9zZS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDEwOjE2OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3B1Yi0xMTI1NTE0XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9uZSBpbiBmb3VyIHB1YnMgYW5kIGJhcnMgaGF2ZSBjbG9zZWQgc2luY2UgMjAwODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T25lIGluIGZvdXIgcHVicyBhbmQgYmFycyBoYXZlIGNsb3NlZCBzaW5jZSAyMDA4PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yNy9vbmUtaW4tZm91ci1wdWJzLWFuZC1iYXJzLWNsb3NlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTA6MTg6MjhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvcml2ZXItNjA3MDIwXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9uZSBpbiBmb3VyIHB1YnMgYW5kIGJhcnMgaGF2ZSBjbG9zZWQgc2luY2UgMjAwODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T25lIGluIGZvdXIgcHVicyBhbmQgYmFycyBoYXZlIGNsb3NlZCBzaW5jZSAyMDA4PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yNy9iYnBhLXJlc3BvbmRzLWJlZXItcHVicy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDEwOjM5OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2Jhci0yMjA5ODEzXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJlZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldoZW4gYmVlciB0YXggcm9zZSBieSA0MiUgLSA1LDAwMCBwdWJzIGNsb3NlZCBhY3Jvc3MgdGhlIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yNy9iYnBhLXJlc3BvbmRzLWJlZXItcHVicy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDEwOjQzOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2JlZXItMjQzOTIzN18xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BcyBiZWVyIHRheCByb3NlIGJ5IDQyJSAtIDUsMDAwIHB1YnMgY2xvc2VkIGFjcm9zcyB0aGUgVUs8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkFzIGJlZXIgdGF4IHJvc2UgYnkgNDIlIC0gNSwwMDAgcHVicyBjbG9zZWQgYWNyb3NzIHRoZSBVSzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjcvY3JlcGVhZmZhaXJlLXBhcnRuZXJzaGlwLXRyZ2NvbnNlc3Npb25zLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTI6MDE6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvZGVzc2VydC0zODA0NjkzXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRSRyBDb25jZXNzaW9ucyBhcmUgcGxlYXNlZCB0byBhbm5vdW5jZSB0aGUgbGF1bmNoIG9mIGFuIGV4Y2l0aW5nIG5ldyBwYXJ0bmVyc2hpcCB3aXRoIENyZXBlYWZmYWlyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VFJHIENvbmNlc3Npb25zIGFyZSBwbGVhc2VkIHRvIGFubm91bmNlIHRoZSBsYXVuY2ggb2YgYW4gZXhjaXRpbmcgbmV3IHBhcnRuZXJzaGlwIHdpdGggQ3JlcGVhZmZhaXJlIDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjcvb24tdHJhZGUtY2hyaXN0bWFzLWhlaW5la2VuLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTI6MzI6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvYmlycmEtbW9yZXR0aS1kYXktMi1wcmltYXJ5LWVkaXRzLUBiZW5naWJzb25waG90by0yNDMwX1JFVF9WMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIG1vc3QgaW1wb3J0YW50IHNlbGxpbmcgcGVyaW9kIGZvciB0aGUgb24gdHJhZGUgaXMgZmFzdCBhcHByb2FjaGluZyBIZWtuZWtlbiBnaXZlcyB5b3UgdGlwcyB0byBzdWNjZWVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgbW9zdCBpbXBvcnRhbnQgc2VsbGluZyBwZXJpb2QgZm9yIHRoZSBvbiB0cmFkZSBpcyBmYXN0IGFwcHJvYWNoaW5nIEhla25la2VuIGdpdmVzIHlvdSB0aXBzIHRvIHN1Y2NlZWQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI3L29uLXRyYWRlLWNocmlzdG1hcy1oZWluZWtlbi88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI3VDEyOjMxOjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL0JpcnJhLU1vcmV0dGktVUstUGludC1HbGFzcy0zRC1SZW5kZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJpcnJhIE1vcmV0dGkgVUsgUGludCBHbGFzcyAzRCBSZW5kZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBtb3N0IGltcG9ydGFudCBzZWxsaW5nIHBlcmlvZCBmb3IgdGhlIG9uIHRyYWRlIGlzIGZhc3QgYXBwcm9hY2hpbmcgSGVrbmVrZW4gZ2l2ZSB5b3UgdGlwcyB0byBzdWNjZWVkPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yNy9vbi10cmFkZS1jaHJpc3RtYXMtaGVpbmVrZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yN1QxMjozMToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9CTS0xNS0wNjAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBtb3N0IGltcG9ydGFudCBzZWxsaW5nIHBlcmlvZCBmb3IgdGhlIG9uIHRyYWRlIGlzIGZhc3QgYXBwcm9hY2hpbmcgSGVrbmVrZW4gZ2l2ZSB5b3UgdGlwcyB0byBzdWNjZWVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgbW9zdCBpbXBvcnRhbnQgc2VsbGluZyBwZXJpb2QgZm9yIHRoZSBvbiB0cmFkZSBpcyBmYXN0IGFwcHJvYWNoaW5nIEhla25la2VuIGdpdmUgeW91IHRpcHMgdG8gc3VjY2VlZDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjcvb24tdHJhZGUtY2hyaXN0bWFzLWhlaW5la2VuLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTI6MzM6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvSGVpbmVrZW7Cri0wLjAtbGF1bmNoZXMtYmlnZ2VzdC1ldmVyLWNhbXBhaWduLWZvci1hbi1uby1hbGNvaG9sLWJlZXItNS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVpbmVrZW7CriAwLjAgbGF1bmNoZXMgYmlnZ2VzdCBldmVyIGNhbXBhaWduIGZvciBhbiBuby1hbGNvaG9sIGJlZXIgNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIG1vc3QgaW1wb3J0YW50IHNlbGxpbmcgcGVyaW9kIGZvciB0aGUgb24gdHJhZGUgaXMgZmFzdCBhcHByb2FjaGluZyBIZWtuZWtlbiBnaXZlcyB5b3UgdGlwcyB0byBzdWNjZWVkPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yNy90b3VyaXNtLWRlYWwtY2VsZWJyYXRpb24taG9zcGl0YWxpdHkvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yN1QxMzo1OTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9jaXR5LTczMTIxOV8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ub3VyaXNtIFNlY3RvciBEZWFsIGNhdXNlIGZvciBjZWxlYnJhdGlvbiBmb3IgdGhlIGhvc3BpdGFsaXR5IHNlY3RvciBhbmQgaXRzIHdvcmtmb3JjZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VG91cmlzbSBTZWN0b3IgRGVhbCBjYXVzZSBmb3IgY2VsZWJyYXRpb24gZm9yIHRoZSBob3NwaXRhbGl0eSBzZWN0b3IgYW5kIGl0cyB3b3JrZm9yY2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS82MDB4NDAwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTQ6NDQ6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvNjAwWDQwMC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NjAwWDQwMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMTkyMHg0MDAvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yN1QxNDo0NDo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS8xOTIwWDQwMC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MTkyMFg0MDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzE5MjB4NjAwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTQ6NDQ6NTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvMTkyMFg2MDAucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE5MjBYNjAwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS82MDB4MjAwLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTQ6NDU6MzNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvNjAwWDIwMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+NjAwWDIwMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vZHlzb24tNzI4LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTQ6NTI6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvZHlzb24tNzI4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5keXNvbi03Mjg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbG9nb18yMDE4LXJnYi1ibGFjay0xLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjdUMTY6MDM6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvT04tVFJBREUtUFJPR1JFU1NfRlVMTC1MT0dPXzIwMTgtUkdCLUJMQUNLLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk9OLVRSQURFLVBST0dSRVNTX0ZVTEwtTE9HT18yMDE4LVJHQi1CTEFDSy0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI4L25ldy1nb2xkLXBsYXRlZC1iYXJ3YXJlLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMDg6NTY6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvR29sZC1iYXJ3YXJlLWxpZmVzdHlsZS13aXRoLWdvbGQtYmFuZGVkLWdsYXNzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5uZXcgZ29sZC1wbGF0ZWQgYmFyd2FyZSBmcm9tIEFydGlzIHBlcmZlY3QgZm9yIGNvY2t0YWlsczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+bmV3IGdvbGQtcGxhdGVkIGJhcndhcmUgZnJvbSBBcnRpcyBwZXJmZWN0IGZvciBjb2NrdGFpbHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI4L25ldy1nb2xkLXBsYXRlZC1iYXJ3YXJlLWFydGlzLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMDg6NTg6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvR29sZC1iYXJ3YXJlLWxpZmVzdHlsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bmV3IGdvbGQtcGxhdGVkIGJhcndhcmUgZnJvbSBBcnRpcyBwZXJmZWN0IGZvciBjb2NrdGFpbHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPm5ldyBnb2xkLXBsYXRlZCBiYXJ3YXJlIGZyb20gQXJ0aXMgcGVyZmVjdCBmb3IgY29ja3RhaWxzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yOC9jb2xpY2NpLWtpb3NrLWdyZWVuLXBhcmsvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOFQxMDoyNzoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9Db2xpY2NpNC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29saWNjaSBvcGVucyB0aGVpciBmaXJzdCBraW9zayBpbiBHcmVlbiBQYXJrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Db2xpY2NpIG9wZW5zIHRoZWlyIGZpcnN0IGtpb3NrIGluIEdyZWVuIFBhcms8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI4L2NvbGljY2kta2lvc2stZ3JlZW4tcGFyay88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI4VDEwOjMyOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL3VuaXRlZC1raW5nZG9tLTExMDY0NTNfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29saWNjaSBvcGVucyB0aGVpciBmaXJzdCBraW9zayBpbiBHcmVlbiBQYXJrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Db2xpY2NpIG9wZW5zIHRoZWlyIGZpcnN0IGtpb3NrIGluIEdyZWVuIFBhcms8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI4L2JyZXdkb2ctYWlybGluZXMtZmVicnVhcnktMjAxOS88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI4VDExOjA2OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2JyZXdhaXIuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbGUgbWlsZXM6IEJyZXdEb2cgQWlybGluZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkFsZSBtaWxlczogQnJld0RvZyBBaXJsaW5lczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvY2RnLW9wZW4td2FycmVucy1iYWtlcnktYnJpc3RvbC1haXJwb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMTE6MzE6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvYmFrZXJ5LTE4NjgzOTZfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q0RHIHRvIG9wZW4gV2FycmVucyBCYWtlcnkgZnJhbmNoaXNlIGF0IEJyaXN0b2wgQWlycG9ydDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q0RHIHRvIG9wZW4gV2FycmVucyBCYWtlcnkgZnJhbmNoaXNlIGF0IEJyaXN0b2wgQWlycG9ydDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvc2hvd2VyaW5nLWNpZGVyLW1pbGwtbWFsbGV0cy1jaWRlci88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI4VDExOjQ4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2FwcGxlLTE5NjI3NDdfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIFNob3dlcmluZyBDaWRlciBNaWxsIGhhcyBsYXVuY2hlZCBNYWxsZXRzIGZvciBtaWxsZW5uaWFsczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIFNob3dlcmluZyBDaWRlciBNaWxsIGhhcyBsYXVuY2hlZCBNYWxsZXRzIGZvciBtaWxsZW5uaWFsczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjgvbmVsc29uLWtpdGNoZW5zLWNhc3VhbC1kaW5pbmctc2hvdy88L2xvYz48bGFzdG1vZD4yMDE4LTExLTI4VDE0OjA5OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzExL2tpdGNoZW4tNzMxMzUxXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5lbHNvbiB3aWxsIHNob3cgZXhhbXBsZXMgb2YgaXRzIGtpdGNoZW5zIGF0IENEUzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TmVsc29uIHdpbGwgc2hvdyBleGFtcGxlcyBvZiBpdHMga2l0Y2hlbnMgYXQgQ0RTPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yOC9uZWxzb24ta2l0Y2hlbnMtY2FzdWFsLWRpbmluZy1zaG93LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjhUMTQ6MDk6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvQ2FzdWFsLURpbmluZy0yMDE5LU5lbHNvbnMtbmV3LXN1cGVyLWVuZXJneS1lZmZpY2llbnQtQWR2YW50YWdlLVBsdXMtcmFuZ2Utd2lsbC1iZS1zaG93Y2FzZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5lbHNvbiB3aWxsIHNob3cgZXhhbXBsZXMgb2YgaXRzIGtpdGNoZW5zIGF0IENEUzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TmVsc29uIHdpbGwgc2hvdyBleGFtcGxlcyBvZiBpdHMga2l0Y2hlbnMgYXQgQ0RTPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yOS9zdWJ3b29mZXItaXBhLWJyZXdkb2cvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOVQwOToyNzoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9kb2ctMTM3ODA4N18xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmV3RG9nIGhhcyB0b2RheSBsYXVuY2hlZCBpdHMgZmlyc3QgYmVlciBmb3IgZG9ncywgU3Vid29vZmVyIElQQTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnJld0RvZyBoYXMgdG9kYXkgbGF1bmNoZWQgaXRzIGZpcnN0IGJlZXIgZm9yIGRvZ3MsIFN1Yndvb2ZlciBJUEE8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI5L2J1c2luZXNzZXMtbG9zaW5nLWFwcHJlbnRpY2VzaGlwLWZ1bmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOVQwOTo1MTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9ISVQtVHJhaW5pbmctMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGFsZiBvZiBob3NwaXRhbGl0eSBidXNpbmVzc2VzIHJpc2sgbG9zaW5nIHRoZWlyIGFwcHJlbnRpY2VzaGlwIGxldnkgZnVuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SGFsZiBvZiBob3NwaXRhbGl0eSBidXNpbmVzc2VzIHJpc2sgbG9zaW5nIHRoZWlyIGFwcHJlbnRpY2VzaGlwIGxldnkgZnVuZDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTEvMjkvZXUtbWlncmFudHMtbmVlZGVkLWhvc3BpdGFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTgtMTEtMjlUMTA6MDk6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTEvd2FpdHJlc3MtMjM3NjcyOF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BIGZhbGwgaW4gdGhlIG51bWJlciBvZiBFVSBtaWdyYW50cyBpcyBzZXJpb3VzbHkgd29ycnlpbmcgZm9yIGhvc3BpdGFsaXR5IGVtcGxveWVyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QSBmYWxsIGluIHRoZSBudW1iZXIgb2YgRVUgbWlncmFudHMgaXMgc2VyaW91c2x5IHdvcnJ5aW5nIGZvciBob3NwaXRhbGl0eSBlbXBsb3llcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzExLzI5L2Nlc2EtY29uZmVyZW5jZS1pbmR1c3RyeS1oZXJvZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOVQxMTozNDoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS9BbmRyZXctQ3Jvb2stb2YtdGhlLU5hdGlvbmFsLUZlZGVyYXRpb24tb2YtRmlzaC1GcmllcnMtbGVmdC1hY2NlcHRzLWhpcy1PcmRlci1vZi1NZXJpdC1mcm9tLUNFU0FzLUdsZW5uLVJvYmVydHMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNFU0EgQ29uZmVyZW5jZSBzYWx1dGVzIGZvb2RzZXJ2aWNlIGluZHVzdHJ5IGhlcm9lczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q0VTQSBDb25mZXJlbmNlIHNhbHV0ZXMgZm9vZHNlcnZpY2UgaW5kdXN0cnkgaGVyb2VzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMS8yOS9ob3NwaXRhbGl0eS1idXNpbmVzc2VzLW5lZWQtc3BlZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMS0yOVQxMTo1NzowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMS93YWl0ZXItNDkyODcyXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvc3BpdGFsaXR5IGJ1c2luZXNzZXMgbXVzdCBoYXZlIHRoZSAnbmVlZCBmb3Igc3BlZWQnIGZvciB0aGVpciBjdXN0b21lcnMgYXMgdGhleSdyZSB0byBwdXQgcXVpY2sgc2VydmljZSBhbmQgY29udmVuaWVuY2UgYXQgdGhlIHRvcCBvZiB0aGVpciBsaXN0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Ib3NwaXRhbGl0eSBidXNpbmVzc2VzIG11c3QgaGF2ZSB0aGUgJ25lZWQgZm9yIHNwZWVkJyBmb3IgdGhlaXIgY3VzdG9tZXJzIGFzIHRoZXkncmUgdG8gcHV0IHF1aWNrIHNlcnZpY2UgYW5kIGNvbnZlbmllbmNlIGF0IHRoZSB0b3Agb2YgdGhlaXIgbGlzdDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDQvcGF5Zy1jaHJpc3RtYXMtYW54aWV0eS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA0VDA4OjQ0OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2NocmlzdG1hcy0zMDQzNjgxXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNocmlzdG1hczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TGVhZGluZyBob3NwaXRhbGl0eSBhbmQgbGVpc3VyZSBidXNpbmVzc2VzIHdpbGwgaGVscCB3aWRlc3ByZWFkIGFueGlldHkgQ2hyaXN0bWFzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNC9iZWVyLXNhbGVzLWdyb3ctYnJleGl0LWJicGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNFQwOToxNToxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9iZWVyLTM0NDU5ODhfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVlciBzYWxlcyBncm93LCBidXQgc2VjdG9yIG5lZWRzIGNlcnRhaW50eSBvbiBCcmV4aXQsIHNheXMgQkJQQcKgPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CZWVyIHNhbGVzIGdyb3csIGJ1dCBzZWN0b3IgbmVlZHMgY2VydGFpbnR5IG9uIEJyZXhpdCwgc2F5cyBCQlBBwqA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L2RyaW5rYXdhcmUtdHJhaW4tbmV0d29yay1yYWlsLXN0YWZmLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDVUMDg6MzE6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvc3RhdGlvbi04MzkyMDhfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RHJpbmthd2FyZSB0byB0cmFpbiBOZXR3b3JrIFJhaWwgc3RhZmYgYWhlYWQgb2YgZmVzdGl2ZSBzZWFzb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRyaW5rYXdhcmUgdG8gdHJhaW4gTmV0d29yayBSYWlsIHN0YWZmIGFoZWFkIG9mIGZlc3RpdmUgc2Vhc29uPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNS9zdHJ5eWstbm90LXZvZGthLWxhdW5jaGVkLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDVUMDg6NTA6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvaW1hZ2UwMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNUUllZSyBOT1QgVk9ES0EgaXMgdGhlIG5ldyBkcmluayB0byBnbyB3aXRoIHRoZWlyIHJ1bSAmYW1wOyBnaW4gcmFuZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNUUllZSyBOT1QgVk9ES0EgaXMgdGhlIG5ldyBkcmluayB0byBnbyB3aXRoIHRoZWlyIHJ1bSAmYW1wOyBnaW4gcmFuZ2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L2lzbGUtb2Ytc2t5ZS1sYXVuY2hlcy1taXN0eS12b2RrYS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA1VDA5OjI4OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL0lzbGUtb2YtU2t5ZS1EaXN0aWxsZXJzLVRob21hcy1sZWZ0LWFuZC1BbGlzdGFpci1XaWxzb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklzbGUgb2YgU2t5ZSBEaXN0aWxsZXJzIC0gVGhvbWFzIChsZWZ0KSBhbmQgQWxpc3RhaXIgV2lsc29uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NaXN0eSBJc2xlIFZvZGthIGlzIHRoZSBuZXdlc3QgbWVtYmVyIG9mIHRoZSBmYW1pbHkgZnJvbSBJc2xlIG9mIFNreWUgRGlzdGlsbGVyczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDUvaXNsZS1vZi1za3llLWxhdW5jaGVzLW1pc3R5LXZvZGthLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDVUMDk6Mjk6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvTWlzdHktSXNsZS1Wb2RrYS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWlzdHkgSXNsZSBWb2RrYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWlzdHkgSXNsZSBWb2RrYSBpcyB0aGUgbmV3ZXN0IG1lbWJlciBvZiB0aGUgZmFtaWx5IGZyb20gSXNsZSBvZiBTa3llIERpc3RpbGxlcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L3VraG9zcGl0YWxpdHktZW5nbGFuZC13b21lbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQwOTo0OTo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9lbmdsYW5kLWV1cm8tMjAyMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSBoYXMgd2VsY29tZWQgdGhlIG5ld3MgdGhhdCBFbmdsYW5kIGhhcyB3b24gdGhlIHJpZ2h0IHRvIGhvc3QgdGhlIFVFRkEgMjAyMSBXb21lbuKAmXMgRXVyb3BlYW4gQ2hhbXBpb25zaGlwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5VS0hvc3BpdGFsaXR5IGhhcyB3ZWxjb21lZCB0aGUgbmV3cyB0aGF0IEVuZ2xhbmQgaGFzIHdvbiB0aGUgcmlnaHQgdG8gaG9zdCB0aGUgVUVGQSAyMDIxIFdvbWVu4oCZcyBFdXJvcGVhbiBDaGFtcGlvbnNoaXA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L3VraG9zcGl0YWxpdHktZW5nbGFuZC13b21lbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQwOTo1NDoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi91ZWZhLXdvbWVucy1ldXJvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT51ZWZhLXdvbWVucy1ldXJvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L3N0cnl5ay1ub3Qtdm9ka2EtbGF1bmNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQwOTo1ODozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9jb2NrdGFpbHMtNzMxODk4XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNUUllZSyBOT1QgVk9ES0EgaXMgdGhlIG5ldyBkcmluayB0byBnbyB3aXRoIHRoZWlyIHJ1bSAmYW1wOyBnaW4gcmFuZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNUUllZSyBOT1QgVk9ES0EgaXMgdGhlIG5ldyBkcmluayB0byBnbyB3aXRoIHRoZWlyIHJ1bSAmYW1wOyBnaW4gcmFuZ2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA1L3VrLWJyZXdlcnMtYmVzdC1pbi1ldXJvcGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNVQxNDowMjoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9zY290bGFuZC0zNTY5MjczXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlVLIGJyZXdlcnMgYW1vbmdzdCB0aGUgYmVzdCBpbiBFdXJvcGUsIGJ1dCB0YXggYnVyZGVuIGhvbGRzIHRoZW0gYmFjazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUsgYnJld2VycyBhbW9uZ3N0IHRoZSBiZXN0IGluIEV1cm9wZSwgYnV0IHRheCBidXJkZW4gaG9sZHMgdGhlbSBiYWNrPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNi9hd2FyZC1leGNlcHRpb25hbC1zYWxjb21iZS1kaXN0aWxsaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDZUMDg6MzY6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvSG93YXJkLURhdmllcy1Bbmd1cy1MdWdzZGluLVNhbGNvbWJlLUdpbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SG93YXJkIERhdmllcyAmYW1wOyBBbmd1cyBMdWdzZGluIFNhbGNvbWJlIEdpbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNi9hd2FyZC1leGNlcHRpb25hbC1zYWxjb21iZS1kaXN0aWxsaW5nLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDZUMDg6MzY6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvU0FMQ09NQkVfR0lOX3ZveWFnZXItc2VyaWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNBTENPTUJFX0dJTl92b3lhZ2VyIHNlcmllPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA2L2F3YXJkLWV4Y2VwdGlvbmFsLXNhbGNvbWJlLWRpc3RpbGxpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNlQwODozODozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9TRy1IaXgtY29ja3RhaWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkF3YXJkIHRyaXVtcGhzIGZvciB0aGUgZXhjZXB0aW9uYWwgU2FsY29tYmUgRGlzdGlsbGluZyBDby48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkF3YXJkIHRyaXVtcGhzIGZvciB0aGUgZXhjZXB0aW9uYWwgU2FsY29tYmUgRGlzdGlsbGluZyBDby48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA2L2F3YXJkLWV4Y2VwdGlvbmFsLXNhbGNvbWJlLWRpc3RpbGxpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNlQwODo0NjoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9TRy1IaXgtTWlzY2hpZWYtYm90dGxlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NaXNjaGllZiBib3R0bGUgU2FsY29tYmUgRGlzdGlsbGluZyBDby48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk1pc2NoaWVmIGJvdHRsZSBTYWxjb21iZSBEaXN0aWxsaW5nIENvLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDYvYXdhcmQtZXhjZXB0aW9uYWwtc2FsY29tYmUtZGlzdGlsbGluZy88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA2VDA4OjQ1OjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL1RoZS1jcmVhdGlvbi1wcm9jZXNzLU1hcmstSGl4LUNyZWRpdC1SZWFsbHktR29vZC1NZWRpYS1Db21wYW55LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgY3JlYXRpb24gcHJvY2VzcyAtIE1hcmsgSGl4IChDcmVkaXQgUmVhbGx5IEdvb2QgTWVkaWEgQ29tcGFueSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkF3YXJkIHRyaXVtcGhzIGZvciB0aGUgZXhjZXB0aW9uYWwgU2FsY29tYmUgRGlzdGlsbGluZyBDby48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA2L2JlZXI1Mi10ZWFtcy0xMy1sb25kb24tcmVzdGF1cmFudHMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNlQwODo1NDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9waWMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlZXI1MiB0ZWFtcyB1cCB3aXRoIDEzIExvbmRvbiByZXN0YXVyYW50czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QmVlcjUyIHRlYW1zIHVwIHdpdGggMTMgTG9uZG9uIHJlc3RhdXJhbnRzIDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDYvYmVlcjUyLXRlYW1zLTEzLWxvbmRvbi1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA2VDA4OjU4OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL3BhbGUtYWxlLWJ1bS03N3gzMDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhbGUgQWxlIEJ1bTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QmVlcjUyIHRlYW1zIHVwIHdpdGggMTMgTG9uZG9uIHJlc3RhdXJhbnRzIDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDYvYmVlcjUyLXRlYW1zLTEzLWxvbmRvbi1yZXN0YXVyYW50cy88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA2VDA4OjU5OjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2NsdWItbWV4aWNhbmEtNzh4MzAwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DbHViIE1leGljYW5hPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CZWVyNTIgdGVhbXMgdXAgd2l0aCAxMyBMb25kb24gcmVzdGF1cmFudHMgPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8wNi9mb2xkYWJhci1wcm9maXRzLW1vdmUvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0wNlQxNjowNDo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9CcmV3Zml0dC1GT0xEQUJhci0yMDE3LUV4aGliaXRpb24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlByb2ZpdHMgb24gdGhlIE1vdmUuLi4gRnJvbSBTZXJ2YWNsZWFuIGNvbWVzIHRoZSBuZXcgRk9MREFCYXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlByb2ZpdHMgb24gdGhlIE1vdmUuLi4gRnJvbSBTZXJ2YWNsZWFuIGNvbWVzIHRoZSBuZXcgRk9MREFCYXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzA2L2ZvbGRhYmFyLXByb2ZpdHMtbW92ZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTA2VDE2OjA1OjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL0dsYXNnb3ctRGlzdGlsbGVyeS1GT0xEQUJhci0xOTkwLUdsYXNnb3ctQWlycG9ydC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJvZml0cyBvbiB0aGUgTW92ZS4uLiBGcm9tIFNlcnZhY2xlYW4gY29tZXMgdGhlIG5ldyBGT0xEQUJhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UHJvZml0cyBvbiB0aGUgTW92ZS4uLiBGcm9tIFNlcnZhY2xlYW4gY29tZXMgdGhlIG5ldyBGT0xEQUJhcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMDYvZm9sZGFiYXItcHJvZml0cy1tb3ZlLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMDZUMTY6MjA6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvR2xhc2dvdy1EaXN0aWxsZXJ5LUZPTERBQmFyLTE5OTAtR2xhc2dvdy1BaXJwb3J0MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJvZml0cyBvbiB0aGUgTW92ZS4uLiBGcm9tIFNlcnZhY2xlYW4gY29tZXMgdGhlIG5ldyBGT0xEQUJhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UHJvZml0cyBvbiB0aGUgTW92ZS4uLiBGcm9tIFNlcnZhY2xlYW4gY29tZXMgdGhlIG5ldyBGT0xEQUJhcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMTgvY3V0LXdhc3RlLW11c3QtYWZmb3JkYWJsZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTE4VDA4OjI0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2FwcGxlLTMwNDAxMzJfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+c3VzdGFpbmFiaWxpdHkgYW5kIGN1dCB3YXN0ZSBtZWFzdXJlcyBtdXN0IGJlIGFmZm9yZGFibGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPnN1c3RhaW5hYmlsaXR5IGFuZCBjdXQgd2FzdGUgbWVhc3VyZXMgbXVzdCBiZSBhZmZvcmRhYmxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8xOC9jZ2EtYnVzaW5lc3Mtb3B0aW1pc20tZWF0aW5nLWRyaW5raW5nLW1hcmtldC88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTE4VDA4OjQwOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2J1c2luZXNzLTMxNjcyOTVfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q0dBIEJ1c2luZXNzIC0gb3B0aW1pc20gYWNyb3NzIGVhdGluZyBhbmQgZHJpbmtpbmctb3V0IG1hcmtldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q0dBIEJ1c2luZXNzIC0gb3B0aW1pc20gYWNyb3NzIGVhdGluZyBhbmQgZHJpbmtpbmctb3V0IG1hcmtldDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMTgvYm9oZW0tYnJld2VyeS1leHBhbmRzLWNhbm5lZC1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTE4VDA4OjUxOjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL0JvaGVtLUJyZXdlcnktZXhwYW5kZWQtY2FuLXJhbmdlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Cb2hlbSBCcmV3ZXJ5IGV4cGFuZHMgY2FubmVkIHJhbmdlIGFzIGxpc3RpbmdzIGdyb3c8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJvaGVtIEJyZXdlcnkgZXhwYW5kcyBjYW5uZWQgcmFuZ2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzE4L2ltcHJvdmUtaG9tZS1zZWN1cml0eS1jaHJpc3RtYXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0xOFQwOToxNjo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9idXJnbGFyLTM3MTgzODFfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RGVjZW1iZXIgMjAxNiB3YXMgdGhlIG1vbnRoIHdoaWNoIHNhdyB0aGUgaGlnaGVzdCByYXRlIG9mIGhvbWUgYnJlYWstaW5zIG9mIHRoYXQgeWVhciwgdGhpcyBpcyB3aHkgaXRzIGVzc2VudGlhbCB0byBub3Qgb3Zlcmxvb2sgaG9tZSBzZWN1cml0eTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RGVjZW1iZXIgMjAxNiB3YXMgdGhlIG1vbnRoIHdoaWNoIHNhdyB0aGUgaGlnaGVzdCByYXRlIG9mIGhvbWUgYnJlYWstaW5zIG9mIHRoYXQgeWVhciwgdGhpcyBpcyB3aHkgaXRzIGVzc2VudGlhbCB0byBub3Qgb3Zlcmxvb2sgaG9tZSBzZWN1cml0eSA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3VraC1taWdyYXRpb24taG9zcGl0YWxpdHktc2VjdG9yLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMjBUMDg6Mjk6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvY2FmZS02MDQ2MDBfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIEdvdmVybm1lbnQgbXVzdCByZWFsaXNlIHRoZXNlIHByb3Bvc2FscyB3aWxsIGJlIGNyaXBwbGluZyBmb3IgaG9zcGl0YWxpdHkgc2VjdG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgR292ZXJubWVudCBtdXN0IHJlYWxpc2UgdGhlc2UgcHJvcG9zYWxzIHdpbGwgYmUgY3JpcHBsaW5nIGZvciBob3NwaXRhbGl0eSBzZWN0b3I8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3BpcGVycy1jcmlzcGVhcy1uZXctcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMFQwOTowMzoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9QSVBFUlMtMjAxOC1KQUxBUEVOTy1ESUxMLTQwZy02MDQxMi1TSEFELmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QSVBFUlMgMjAxOCBKQUxBUEVOTyAmYW1wOyBESUxMIDQwZyA2MDQxMiBTSEFEPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5QaXBlcnMgQ3Jpc3BlYXMgYXJlIHNldCB0byBoaXQgdGhlIG1hcmtldDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvcGlwZXJzLWNyaXNwZWFzLW5ldy1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDA5OjA0OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL1BpcGVycy1DcmlzcGVhcy1QYWNrcy1BbGwtb3ZlcmxhcC1tZWRpdW0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBpcGVycyBDcmlzcGVhcyBQYWNrczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UGlwZXJzIENyaXNwZWFzIGFyZSBzZXQgdG8gaGl0IHRoZSBtYXJrZXQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3BpcGVycy1jcmlzcGVhcy1uZXctcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMFQwOTowNToxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9QaXBlcnMtQ3Jpc3BzLXBhaXJpbmctSW5mb3JtYXRpb24ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBpcGVycyBDcmlzcHMgcGFpcmluZyBJbmZvcm1hdGlvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UGlwZXJzIENyaXNwZWFzIGFyZSBzZXQgdG8gaGl0IHRoZSBtYXJrZXQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3ZlZ2FudWFyeS1mb2xsb3ctMTctdGlwcy12ZWdhbi88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDA5OjQxOjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL3ZlZ2V0YWJsZXMtMjMzODgyNF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5WZWdhbnVhcnkgZ3JldyBieSAxODMlIGluIDIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlZlZ2FudWFyeSBncmV3IGJ5IDE4MyUgaW4gMjAxODwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvdmVnYW51YXJ5LWZvbGxvdy0xNy10aXBzLXZlZ2FuLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMjBUMDk6NDQ6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvc2FsYWQtMjc1NjQ2N18xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5zYWxhZC0yNzU2NDY3XzEyODA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlZlZ2FudWFyeSBncmV3IGJ5IDE4MyUgaW4gMjAxODwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvdmVnYW51YXJ5LWZvbGxvdy0xNy10aXBzLXZlZ2FuLzwvbG9jPjxsYXN0bW9kPjIwMTgtMTItMjBUMDk6NDU6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTIvd2F0ZXItMjk0MzUxOF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5WZWdhbnVhcnkgZ3JldyBieSAxODMlIGluIDIwMTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlZlZ2FudWFyeSBncmV3IGJ5IDE4MyUgaW4gMjAxODwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvYnJpdGlzaC1saW9uLWVnZ3MtbWFrZS1zcGxhc2gtMjAxOS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDEwOjI1OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL1RPTS1EQUxFWS0zLUxSLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ub20gRGFsZXk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRvbSBEYWxleSAmYW1wOyBCcml0aXNoIEVnZ3MgdGVhbSB1cCBmb3IgMjAxOTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvYnJpdGlzaC1saW9uLWVnZ3MtbWFrZS1zcGxhc2gtMjAxOS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDEwOjI3OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2VnZy1zYW5kd2ljaC0yNzYxODk0XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmVnZy1zYW5kd2ljaC0yNzYxODk0XzEyODA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRvbSBEYWxleSAmYW1wOyBCcml0aXNoIEVnZ3MgdGVhbSB1cCBmb3IgMjAxOTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTgvMTIvMjAvbWFya2V0aW5nLXZhY2FuY2llcy1kZW1hbmQtcHJvZmVzc2lvbmFscy88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIwVDEwOjQyOjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL21vYmlsZS1waG9uZS0xOTE3NzM3XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1hcmtldGluZyB2YWNhbmNpZXMgZGVtYW5kIG1vcmUgbWFya2V0aW5nIHByb2Zlc3Npb25hbHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk1hcmtldGluZyB2YWNhbmNpZXMgZGVtYW5kIG1vcmUgbWFya2V0aW5nIHByb2Zlc3Npb25hbHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3RvbnJvc2UtY3Jpc3AtY2xlYW4tbGluZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMFQxNToxOTo1OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9ob3RlbC0xOTc5NDA2XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRvbnJvc2UgZGlzY3VzcyBrZWVwaW5nIGxpbmVuIGNsZWFuIGFuZCB0aGVpciBsYXRlc3QgcHJvZHVjdHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRvbnJvc2UgZGlzY3VzcyBrZWVwaW5nIGxpbmVuIGNsZWFuIGFuZCB0aGVpciBsYXRlc3QgcHJvZHVjdHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIwL3RvbnJvc2UtY3Jpc3AtY2xlYW4tbGluZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOC0xMi0yMFQxNToyMTo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMi9TY3JlZW5zaG90LTIwMTgtMTItMjAtMTUuMjAuMzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRvbnJvc2UgZGlzY3VzcyBrZWVwaW5nIGxpbmVuIGNsZWFuIGFuZCB0aGVpciBsYXRlc3QgcHJvZHVjdHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRvbnJvc2UgZGlzY3VzcyBrZWVwaW5nIGxpbmVuIGNsZWFuIGFuZCB0aGVpciBsYXRlc3QgcHJvZHVjdHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE4LzEyLzIxL3VraG9zcGl0YWxpdHktcmVmbGVjdHMtcHJlcGFyZXMtMjAxOS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIxVDA4OjM3OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2Jha2VkLWdvb2RzLTE4Njc0NTlfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSByZWZsZWN0cyBvbiB0cmFuc2Zvcm1hdGlvbmFsIHllYXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlVLSG9zcGl0YWxpdHkgcmVmbGVjdHMgb24gdHJhbnNmb3JtYXRpb25hbCB5ZWFyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOC8xMi8yMS9zb21ldGltZXMtYWNjZXB0YWJsZS1kcmluay1kcml2ZS88L2xvYz48bGFzdG1vZD4yMDE4LTEyLTIxVDA5OjM4OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEyL2hhbmRjdWZmcy0yMTAyNDg4XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjEgaW4gNSBwZW9wbGUgc3VydmV5ZWQgdGhpbmsgZHJpbmsgZHJpdmluZyBpcyBhY2NlcHRhYmxlIGluIHRoZSBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+MSBpbiA1IHBlb3BsZSBzdXJ2ZXllZCB0aGluayBkcmluayBkcml2aW5nIGlzIGFjY2VwdGFibGUgaW4gdGhlIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8wMy9jaGluZXNlLW5ldy15ZWFyLXRpbGRhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMDNUMDk6MjI6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQ2hpbmVzZS1QcmF3bi1Qb3RzdGlja2VyLUR1bXBsaW5ncy0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaWxkYSBpcyBlbmNvdXJhZ2luZyBvcGVyYXRvcnMgdG8gdGFrZSBwYXJ0IGluIHRoZSBDaGluZXNlIE5ldyBZZWFyIGNlbGVicmF0aW9ucyBvbiA1dGggRmVicnVhcnk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRpbGRhIGlzIGVuY291cmFnaW5nIG9wZXJhdG9ycyB0byB0YWtlIHBhcnQgaW4gdGhlIENoaW5lc2UgTmV3IFllYXIgY2VsZWJyYXRpb25zIG9uIDV0aCBGZWJydWFyeTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMDMvY2hpbmVzZS1uZXcteWVhci10aWxkYS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTAzVDA5OjIzOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0NvY29udXQtUmljZS1QdWRkaW5nLXdpdGgtTWFuZ28tU29yYmV0LVBpc3RhY2hpby1DcnVtYmxlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Db2NvbnV0IFJpY2UgUHVkZGluZyB3aXRoIE1hbmdvIFNvcmJldCAmYW1wOyBQaXN0YWNoaW8gQ3J1bWJsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGlsZGEgaXMgZW5jb3VyYWdpbmcgb3BlcmF0b3JzIHRvIHRha2UgcGFydCBpbiB0aGUgQ2hpbmVzZSBOZXcgWWVhciBjZWxlYnJhdGlvbnMgb24gNXRoIEZlYnJ1YXJ5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8wMy9jaGluZXNlLW5ldy15ZWFyLXRpbGRhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMDNUMDk6MjQ6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvVG9mdS1GcmllZC1SaWNlLXJlc2l6ZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRvZnUgRnJpZWQgUmljZSByZXNpemVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaWxkYSBpcyBlbmNvdXJhZ2luZyBvcGVyYXRvcnMgdG8gdGFrZSBwYXJ0IGluIHRoZSBDaGluZXNlIE5ldyBZZWFyIGNlbGVicmF0aW9ucyBvbiA1dGggRmVicnVhcnk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzAzL3Jpb2phLXdpbmUtdml2YS1lc3BhbmEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0wM1QxNDo0MTo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS93aW5lLTE1NDMxNzBfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UmlvamEgV2luZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+V2UgY2hhdCB0byBMYW5jaGVzdGVyIFdpbmVz4oCZIGRpcmVjdG9yIG9mIHB1cmNoYXNpbmcsIExlc2xleSBDb29rLCB0byB0ZWxsIHVzIHRoZSBzZWNyZXQgdG8gaWRlbnRpZnlpbmcgYSBncmVhdCBSaW9qYSB3aW5lPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9zdXJmYWNlLTM2MC1mbG9vcmluZy1zcGVjaWFsaXN0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMDNUMTU6MDk6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvc2h1dHRlcnN0b2NrXzcwMTg2Mzk1MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U3VyZmFjZSAzNjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlN1cmZhY2UgMzYwLCB0aGUgZXh0ZXJpb3IgcG9yY2VsYWluIGZsb29yaW5nIHNvbHV0aW9uIHNwZWNpYWxpc3QsIGNoYXRzIHRvIE9uLVRyYWRlIFByb2dyZXNzIGFib3V0IHN1c3RhaW5hYmlsaXR5IGFuZCBicmluZ2luZyBpdHMgYmVzdCB0byB0aGUgaW5kdXN0cnk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2J1c2luZXNzLWluc3VyYW5jZS1pbnN1cmluZy1ncmVhdG5lc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0wM1QxNToyODo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9zaHV0dGVyc3RvY2tfNTg2NDE1NDE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CdXNpbmVzcyBJbnN1cmFuY2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ1c2luZXNzIEluc3VyYW5jZSAtIFRlcnJ5IE9zYm9ybmUgSW5zdXJhbmNlIFNlcnZpY2VzIGNoYXRzIHRvIE9uLVRyYWRlIFByb2dyZXNzIGFib3V0IGhvdyBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHNob3VsZCBiZSBwcm90ZWN0aW5nIHRoZWlyIHByb3BlcnR5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vP3A9MzYxOTwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMDNUMTU6NTg6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvR2FyZGVuLW9mLUVkZW4tYmctZWxkZXJmbG93ZXJfbHNjYXBlMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2FyZGVuIG9mIEVkZW4gKyBiZyBlbGRlcmZsb3dlcl9sc2NhcGVbMV08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJvdHRsZWdyZWVuIHRhbGtzIHRvIE9uLVRyYWRlIFByb2dyZXNzIGFib3V0IGtlZXBpbmcgcXVhbGl0eSBkcmlua3MgZmxvd2luZyB3aXRoIHByZW1pdW0gbmF0dXJhbCBpbmdyZWRpZW50cyAtICB0aGUgVUsncyBOby4xIGVsZGVyZmxvd2VyIGJyYW5kPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vP3A9MzYxOTwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMDNUMTU6NTQ6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvR2FyZGVuLW9mLUVkZW4tYmctZWxkZXJmbG93ZXIxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HYXJkZW4gb2YgRWRlbiArIGJnIGVsZGVyZmxvd2VyWzFdPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD0zNjE5PC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0wM1QxNTo1OTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9HZXR0eUltYWdlcy00NzAyMTQ5MTIuMDBfMDBfMDFfMjEuU3RpbGwwMDZfQ01ZSy0zMDBkcGkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJvdHRsZWdyZWVuIHRhbGtzIHRvIE9uLVRyYWRlIFByb2dyZXNzIGFib3V0IGtlZXBpbmcgcXVhbGl0eSBkcmlua3MgZmxvd2luZyB3aXRoIHByZW1pdW0gbmF0dXJhbCBpbmdyZWRpZW50cyAtICB0aGUgVUsncyBOby4xIGVsZGVyZmxvd2VyIGJyYW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Cb3R0bGVncmVlbiB0YWxrcyB0byBPbi1UcmFkZSBQcm9ncmVzcyBhYm91dCBrZWVwaW5nIHF1YWxpdHkgZHJpbmtzIGZsb3dpbmcgd2l0aCBwcmVtaXVtIG5hdHVyYWwgaW5ncmVkaWVudHMgLSAgdGhlIFVLJ3MgTm8uMSBlbGRlcmZsb3dlciBicmFuZDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLz9wPTM2MTk8L2xvYz48bGFzdG1vZD4yMDE5LTAxLTAzVDE1OjU5OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0dpbmdlci1DdWJhbi1iZy1HaW5nZXItTGVtb25ncmFzc183NjIxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaW5nZXIgQ3ViYW4gK2JnIEdpbmdlciAmYW1wOyBMZW1vbmdyYXNzXzc2MlsxXTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Qm90dGxlZ3JlZW4gdGFsa3MgdG8gT24tVHJhZGUgUHJvZ3Jlc3MgYWJvdXQga2VlcGluZyBxdWFsaXR5IGRyaW5rcyBmbG93aW5nIHdpdGggcHJlbWl1bSBuYXR1cmFsIGluZ3JlZGllbnRzIC0gIHRoZSBVSydzIE5vLjEgZWxkZXJmbG93ZXIgYnJhbmQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L3Nob3ctaW5nLW9mZi1jYXN1YWwtZGluaW5nLXNob3ctMjAxOS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTAzVDE2OjE4OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0NEMTlfVHdpdHRlcl9CYW5uZXJfMzEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhc3VhbCBEaW5pbmcgU2hvdzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q2FzdWFsIERpbmluZyB0YWtlcyBwbGFjZSBhdCB0aGUgbmV3IHZlbnVlIG9mIEV4Q2VMIExvbmRvbiBvbiAyNy0yOCBGZWJydWFyeS7CoCBJdHMgY29tcGVsbGluZyBsaW5lLXVwIHdpbGwgaW5jbHVkZSAyMjAgZXhoaWJpdG9ycywgcGx1cyA1MCBzcGVha2VyczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvc2hvdy1pbmctb2ZmLWNhc3VhbC1kaW5pbmctc2hvdy0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTA6NDY6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvT1RQX0NEU2ltZ183MDJ4MzM2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Bc2NlbnRpYSBhdCB0aGUgQ2FzdWFsIERpbmluZyBTaG93IOKAkzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QXNjZW50aWEgYXQgdGhlIENhc3VhbCBEaW5pbmcgU2hvdyDigJMgPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC90YXJ0ZWxldHRlcy12YWxlbnRpbmVzLWRheS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDA4OjQwOjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0Nob2NvbGF0ZS1DYXJhbWVsLVRhcnRlbGV0dGUtTFIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNob2NvbGF0ZSAmYW1wOyBDYXJhbWVsIFRhcnRlbGV0dGUgTFI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkFSWVpUQSBGb29kIFNvbHV0aW9ucyBpbnRyb2R1Y2VzIHR3byBuZXcgaW5kdWxnZW50IFRhcnRlbGV0dGVzIGluIHRpbWUgZm9yIFZhbGVudGluZXMgRGF5IG9uIDE0dGggRmVicnVhcnk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L3RhcnRlbGV0dGVzLXZhbGVudGluZXMtZGF5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMDg6NDE6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQVJZWlRBLWxhdW5jaGVzLW5ldy1UYXJ0ZWxldHRlcy1pbnNwaXJlZC1ieS10aGUtZXhxdWlzaXRlLWJvdWxhbmdlcmllcy1vZi1QYXJpcy10aGUtY2l0eS1vZi1sb3ZlLUxSLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BUllaVEEgbGF1bmNoZXMgbmV3IFRhcnRlbGV0dGVzIGluc3BpcmVkIGJ5IHRoZSBleHF1aXNpdGUgYm91bGFuZ2VyaWVzIG9mIFBhcmlzLCB0aGUgY2l0eSBvZiBsb3ZlIChMUik8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvdGFydGVsZXR0ZXMtdmFsZW50aW5lcy1kYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwODo0MTo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9DaG9jb2xhdGUtQ2FyYW1lbC1UYXJ0ZWxldHRlLUxSLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNob2NvbGF0ZSAmYW1wOyBDYXJhbWVsIFRhcnRlbGV0dGUgTFI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvdGFydGVsZXR0ZXMtdmFsZW50aW5lcy1kYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwODo0MzozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9MZW1vbi1NZXJpbmd1ZS1UYXJ0ZWxldHRlLUxSLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MZW1vbiBNZXJpbmd1ZSBUYXJ0ZWxldHRlIExSPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2NvbnNlcnZhdG9yaWVzLXllYXItcm91bmQtaW5mcmFyZWQtaGVhdGVycy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDA4OjU0OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL1RhbnN1bjQ1LWltYWdlLWhpZ2gtcmVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYW5zdW40NSBpbWFnZSBoaWdoIHJlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RW5qb3kgQ29uc2VydmF0b3JpZXMgYWxsIHllYXIgcm91bmQgd2l0aCBUYW5zdW4gaW5mcmFyZWQgaGVhdGVyczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvaG9ncy1iYWNrLWJyZXdlcnktYnVpbGQtbmV3LWtpbG4vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwOTowNzoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9Ib2dzQmFja0tpbG4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvZ3NCYWNrS2lsbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SG9ncyBCYWNrIEJyZXdlcnkgaXMgYnVpbGRpbmcgYSBuZXcga2lsbiBvbiB0aGUgYnJld2VyeSBzaXRlIGF0IE1hbm9yIEZhcm0gaW4gVG9uZ2hhbSwgU3VycmV5IGFzIHRoZSBicmV3ZXJ5IGNvbnRpbnVlcyBpdHMgc2lnbmlmaWNhbnQgaW52ZXN0bWVudCBwcm9ncmFtbWUuPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9ob2dzLWJhY2stYnJld2VyeS1idWlsZC1uZXcta2lsbi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDA5OjA5OjMwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JyZXctMTAzMTQ4NF82NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvZ3MgQmFjayBCcmV3ZXJ5IGlzIGJ1aWxkaW5nIGEgbmV3IGhvcCBraWxuIG9uIHRoZSBicmV3ZXJ5IHNpdGUgYXQgTWFub3IgRmFybSBpbiBUb25naGFtLCBTdXJyZXkgYXMgdGhlIGJyZXdlcnkgY29udGludWVzIGl0cyBzaWduaWZpY2FudCBpbnZlc3RtZW50IHByb2dyYW1tZS48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhvZ3MgQmFjayBCcmV3ZXJ5IGlzIGJ1aWxkaW5nIGEgbmV3IGhvcCBraWxuIG9uIHRoZSBicmV3ZXJ5IHNpdGUgYXQgTWFub3IgRmFybSBpbiBUb25naGFtLCBTdXJyZXkgYXMgdGhlIGJyZXdlcnkgY29udGludWVzIGl0cyBzaWduaWZpY2FudCBpbnZlc3RtZW50IHByb2dyYW1tZS48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2Nhc3VhbC1kaW5pbmctYmlnZ2VzdC1rZXlub3RlLXNwZWFrZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMDk6MjQ6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQ0QxOV9Ud2l0dGVyX0Jhbm5lcl8yMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+MjAxOSBpcyBzZXQgdG8gYmUgYSByZWNvcmQgeWVhciBmb3IgQ2FzdWFsIERpbmluZyBTaG93LCBhcyBpdCBhbm5vdW5jZXMgaXRzIGZyZWUgS2V5bm90ZSBsaW5lLXVwIGZlYXR1cmluZyBzb21lIG9mIHRoZSBiaWdnZXN0IG5hbWVzIGZyb20gdGhlIGJlc3Qgb3BlcmF0b3JzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj4yMDE5IGlzIHNldCB0byBiZSBhIHJlY29yZCB5ZWFyIGZvciBDYXN1YWwgRGluaW5nIFNob3csIGFzIGl0IGFubm91bmNlcyBpdHMgZnJlZSBLZXlub3RlIGxpbmUtdXAgZmVhdHVyaW5nIHNvbWUgb2YgdGhlIGJpZ2dlc3QgbmFtZXMgZnJvbSB0aGUgYmVzdCBvcGVyYXRvcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L3dpbmVyeS1ib2RlZ2EtZGVsLWFiYWQtYW1hdGh1cy1kcmlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwOTo0Njo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9ncmFwZXMtMTk1MjAzNV8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MZWFkaW5nIEJpZXJ6byB3aW5lcnkgQm9kZWdhIGRlbCBBYmFkIGhhcyBqdXN0IGpvaW5lZCBBbWF0aHVzIERyaW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TGVhZGluZyBCaWVyem8gd2luZXJ5IEJvZGVnYSBkZWwgQWJhZCBoYXMganVzdCBqb2luZWQgQW1hdGh1cyBEcmlua3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L3dpbmVyeS1ib2RlZ2EtZGVsLWFiYWQtYW1hdGh1cy1kcmlua3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQwOTo0ODoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS93aW5lLTI4OTE4OTRfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MZWFkaW5nIEJpZXJ6byB3aW5lcnkgQm9kZWdhIGRlbCBBYmFkIGhhcyBqdXN0IGpvaW5lZCBBbWF0aHVzIERyaW5rczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TGVhZGluZyBCaWVyem8gd2luZXJ5IEJvZGVnYSBkZWwgQWJhZCBoYXMganVzdCBqb2luZWQgQW1hdGh1cyBEcmlua3M8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L3VraG9zcGl0YWxpdHktd2FybnMtaGVhbHRoeS1lYXRpbmctc2NvdGxhbmQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQxMDowNDozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS92ZWdldGFibGVzLTEwODUwNjNfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSBoYXMgcmVpdGVyYXRlZCBpdHMgc3VwcG9ydCBvZiB0aGUgZWZmb3J0cyB0byBwcm92aWRlIGN1c3RvbWVycyB3aXRoIGhlYWx0aHkgZWF0aW5nIGNob2ljZXMgYnV0IHdhcm5zIGFnYWluc3QgdGhlIG1lYXN1cmVzIG9uIGFkdmVydGlzaW5nPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5VS0hvc3BpdGFsaXR5IGhhcyByZWl0ZXJhdGVkIGl0cyBzdXBwb3J0IG9mIHRoZSBlZmZvcnRzIHRvIHByb3ZpZGUgY3VzdG9tZXJzIHdpdGggaGVhbHRoeSBlYXRpbmcgY2hvaWNlcyBidXQgd2FybnMgYWdhaW5zdCB0aGUgbWVhc3VyZXMgb24gYWR2ZXJ0aXNpbmc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2JpaS1saWNlbnNlZS0yMDE5LWNvbXBldGl0aW9uLWxhdW5jaGVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTA6MjE6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQklJLUxPVFktMjAxOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QklJIExpY2Vuc2VlIG9mIHRoZSB5ZWFyIDIwMTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkVudHJpZXMgYXJlIG5vdyBvcGVuIGZvciB0aGlzIHllYXLigJlzIEJJSSBMaWNlbnNlZSBvZiB0aGUgWWVhciBhd2FyZCwgc3BvbnNvcmVkIGJ5IFNreS4gVGhlIEJyaXRpc2ggSW5zdGl0dXRlIG9mIElubmtlZXBpbmcgYXJlIGNlbGVicmF0aW5nIHRoZSByZXRhaWwgc2VjdG9yPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9iaWktbGljZW5zZWUtMjAxOS1jb21wZXRpdGlvbi1sYXVuY2hlcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDEwOjM0OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0FsZXgtYW5kLVRhbnlhLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbGV4IGFuZCBUYW55YSBXaWxsaWFtczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RW50cmllcyBhcmUgbm93IG9wZW4gZm9yIHRoaXMgeWVhcuKAmXMgQklJIExpY2Vuc2VlIG9mIHRoZSBZZWFyIGF3YXJkLCBzcG9uc29yZWQgYnkgU2t5LiBUaGUgQnJpdGlzaCBJbnN0aXR1dGUgb2YgSW5ua2VlcGluZyBhcmUgY2VsZWJyYXRpbmcgdGhlIHJldGFpbCBzZWN0b3I8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L2EtYy1kaXN0cmlidXRlLXdvcmstcHJvLWF1ZGlvLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTA6NDk6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQUMtRVQtdG8tRGlzdHJpYnV0ZS1Xb3JrLVByby1QcmVzcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QS5DLiBFbnRlcnRhaW5tZW50IFRlY2hub2xvZ2llcyBMdGQuIChBQy1FVCkgaGFzIGJlZW4gc2VsZWN0ZWQgdG8gcHJvdmlkZSBkaXN0cmlidXRpb24gZm9yIHRoZSBWYWxlbmNpYS1iYXNlZCBXb3JrIFBybyBBdWRpbzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QS5DLiBFbnRlcnRhaW5tZW50IFRlY2hub2xvZ2llcyBMdGQuIChBQy1FVCkgaGFzIGJlZW4gc2VsZWN0ZWQgdG8gcHJvdmlkZSBkaXN0cmlidXRpb24gZm9yIHRoZSBWYWxlbmNpYS1iYXNlZCBXb3JrIFBybyBBdWRpbzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvY3J5c3RhbHRlY2gtbGFzdC15YXJkLXB1bXAtcHVudGVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTE6MjY6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYmVlci05MzI5OTRfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q3J5c3RhbHRlY2g8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNyeXN0YWx0ZWNoIC0gUHViIG9wZXJhdG9ycyBmb2N1cyBpcyBvbiBjZWxsYXJpbmcgYW5kIHRoZSBoYW5kbGluZyBvZiBiZWVyIGZvciBxdWFsaXR5LCBidXQgb3BlcmF0b3JzIHNob3VsZCBuZXZlciBsb3NlIHNpZ2h0IG9mIHRoYXQgdml0YWwgbGFzdCB5YXJkPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9jb2ZmZWUtbWFjaGluZXMtYmVhbi1jdXAtZnV0dXJlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTE6NTE6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvc2h1dHRlcnN0b2NrXzI3ODQ1NjUxMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29mZmVlIE1hY2hpbmVzIHRoZSBGdXR1cmU/PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JZiB5b3XigJl2ZSBhbHdheXMgdGhvdWdodCBhdXRvbWF0ZWQgY29mZmVlIG1hY2hpbmVzIG1lYW4gaGlnaCB2b2x1bWUsIGxvdyBxdWFsaXR5LCBpdOKAmXMgdGltZSB0byBzd2l0Y2ggb24gdG8gYXV0b21hdGlvbiwgc2F5cyBTY290dCBHcmVlbiBvZiBKVVJBIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNC9wcGwtcHJzLWtub3cteW91ci1saWNlbnNlcy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDEzOjE3OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2NvbmNlcnQtMzM2Njk1XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBQTCBQUlM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBQTCBQUlMgLSBXZSBhbGwga25vdyBwbGF5aW5nIG11c2ljIGluIGEgdmVudWUgY2FuIGJlIGJlbmVmaWNpYWwgdG8geW91ciBidXNpbmVzcy4gTm90IG9ubHkgZW5zdXJpbmcgdGhlIHNvdW5kIHN5c3RlbSBpcyBzcG90IG9uIGlzIGVzc2VudGlhbCA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L3BwbC1wcnMta25vdy15b3VyLWxpY2Vuc2VzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTM6MTk6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvYXVkaWVuY2UtODY4MDc0XzY0MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXVkaWVuY2UtODY4MDc0XzY0MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UFBMIFBSUzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvc2N0LXNjdC1iYXItc25hY2tzLXF1YWxpdHktZmlyc3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNFQxMzozOTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9jaHJpc3RtYXMtbWFya2V0LTI5NDg2NzNfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U0NUPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5XaXRoIG1hbnkgcHJvZHVjdHMgb24gdGhlIG1hcmtldCB0b2RheSwgdGFzdGUgYW5kIHF1YWxpdHkgd2lsbCBlbWVyZ2UgdHJpdW1waGFudC4gU0NUICZhbXA7IFNDVCBlc3RhYmxpc2hlcyBpdHNlbGYgYXMgdGhlIGNsZWFyIGxlYWRlciBvZiBpdHMgZmllbGQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE0L25hbnUtc29kYS1ncmVhdC1jb25jZXB0cy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE0VDEzOjU4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3NodXR0ZXJzdG9ja181MTkxOTE0ODguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk5hbnUgU29kYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TmFudSBTb2RhLCB0aGUgYXJjaGl0ZWN0dXJlICZhbXA7IGludGVyaW9yIGRlc2lnbiBzcGVjaWFsaXN0LCBvZmZlcnMgaGVscCBvbiBhbnkgdHlwZSBvZiBwcm9qZWN0LiBCeSBzdXBwbHlpbmcgYmVzcG9rZSBpbnRlcmlvciBkZXNpZ24gZm9yIGhvc3BpdGFsaXR5IHNwYWNlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvaGVpbmVrZW4tY2FtcGFpZ24tcHJvZml0YWJsZS1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTQ6NDQ6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvSHlkcm9IZWluZWtlbl82LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IeWRyb0hlaW5la2VuXzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhlaW5la2VuIFVLIHJlY2VudGx5IGNvbGxhYm9yYXRlZCB3aXRoIGl0cyBTdGFyIFB1YnMgJmFtcDsgQmFycyBlc3RhdGUgdG8gdGVzdCBwaWxvdCBtdWx0aXBsZSBwcm94aW1pdHkgZGF0YS1kcml2ZW4gbWFya2V0aW5nIGNhbXBhaWducyAoRERNKTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTQvaGVpbmVrZW4tY2FtcGFpZ24tcHJvZml0YWJsZS1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTRUMTQ6NDc6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvRERNLWltYWdlLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ERE08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhlaW5la2VuIFVLIHJlY2VudGx5IGNvbGxhYm9yYXRlZCB3aXRoIGl0cyBTdGFyIFB1YnMgJmFtcDsgQmFycyBlc3RhdGUgdG8gdGVzdCBwaWxvdCBtdWx0aXBsZSBwcm94aW1pdHkgZGF0YS1kcml2ZW4gbWFya2V0aW5nIGNhbXBhaWducyAoRERNKTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLz9wPTM3MDk8L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE2VDA5OjEwOjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JyZXhpdC0zODczNTU0XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyZXhpdDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VG9uaWdodOKAmXMgdm90ZSBpbiBQYXJsaWFtZW50IGJyaW5ncyBpbnRvIHN0YXJrIHJlYWxpdHkgdGhlIHByb3NwZWN0IG9mIGEgbm8gZGVhbCBCcmV4aXQsIHdoaWNoIHdvdWxkIGxpa2VseSBiZSBkaXNhc3Ryb3VzIGZvciB0aGUgQnJpdGlzaCBlY29ub215PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNi9waXp6YS1lcXVpcG1lbnQtY2FzdWFsLWRpbmluZy1zaG93LTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNlQwOTo0MzoyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9waXp6YS0xMzE3Njk5XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBpenphPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5QaXp6YSBFcXVpcG1lbnQgTFREIGF0IHRoZSBDYXN1YWwgRGluaW5nIFNob3cgMjAxOTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvcGl6emEtZXF1aXBtZW50LWNhc3VhbC1kaW5pbmctc2hvdy0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTZUMDk6NDQ6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvU2lnbWEtU1BaLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaWdtYSBTUFo8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNpZ21hIFNQWiBmcm9tIFBpenphIEVxdWlwbWVudDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvYWlmLXJhdy1ib3R0bGVzLXBsYXN0aWMtY2FtcGFpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNlQxMToyOToyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9Cb3R0bGUtY29tcGFyaXNvbi1ncmFwaGljLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SZXVzYWJsZSBCb3R0bGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlJldXNhYmxlIGJvdHRsZXMgZnJvbSBSQVcgQm90dGxlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvYWlmLXJhdy1ib3R0bGVzLXBsYXN0aWMtY2FtcGFpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNlQxMTozMDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9GZXN0aXZhbC1ib3R0bGVzLXJvdW5kLXVwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GZXN0aXZhbCBib3R0bGVzIHJvdW5kIHVwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgUmV1c2FibGUgYm90dGxlIGZyb20gUkFXIEJvdHRsZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE2L2RlYWRseS1nb29kLWRlYWQtbWFucy1maW5nZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTZUMTM6MjU6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvaW1hZ2UwMDA4NC5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNoaWxsaSBGcm9zdGJpdGUgQ29ja3RhaWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvZGVhZGx5LWdvb2QtZGVhZC1tYW5zLWZpbmdlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNlQxMzoyODo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9pbWFnZTAwMDMzLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxhY2sgQmFydCBDb2NrdGFpbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNi9kZWFkbHktZ29vZC1kZWFkLW1hbnMtZmluZ2Vycy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE2VDEzOjMxOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2ltYWdlMDAwNjAuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbWFnZTAwMDYwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE2L2RlYWRseS1nb29kLWRlYWQtbWFucy1maW5nZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTZUMTM6NDI6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvaW1hZ2UwMDA0Mi5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRlYWQgTWFuJ3MgRmluZ2VyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T24tVHJhZGUgUHJvZ3Jlc3MnIGlzc3VlIDIwIEluIHRoZSBNaXg8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE2L3N1bi12YWxsZXktbnV0cy10YWJhc2NvLXBhcnRuZXJzaGlwLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTZUMTQ6NDc6MzdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvVGFiYXNjby01MGctYmFnLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UYWJhc2NvIDUwZyBiYWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvc3VuLXZhbGxleS1udXRzLXRhYmFzY28tcGFydG5lcnNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNlQxNDo1MTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9zdW52YWxsZXludXQuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgU3VuIFZhbGxleSBOdXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBTdW4gVmFsbGV5IE51dCBDby4gaXMgYWRkaW5nIGEgYnJhbmQtbmV3IFNwaWN5IEJCUSBQZWFudXRzIGFuZCBDb3JuIHdpdGggVGFiYXNjb8KuIEJyYW5kIFNlYXNvbmluZyBmbGF2b3VyIHRvIGl0cyByYW5nZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvc3VuLXZhbGxleS1udXRzLXRhYmFzY28tcGFydG5lcnNoaXAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xNlQxNDo1Nzo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9zaHV0dGVyc3RvY2tfNTY3OTAxMTE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgU3VuIFZhbGxleSBOdXQgQ288L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBTdW4gVmFsbGV5IE51dCBDby4gaXMgYWRkaW5nIGEgYnJhbmQtbmV3IFNwaWN5IEJCUSBQZWFudXRzIGFuZCBDb3JuIHdpdGggVGFiYXNjb8KuIEJyYW5kIFNlYXNvbmluZyBmbGF2b3VyIHRvIGl0cyByYW5nZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvaWNlbGFuZGljLWNyYWZ0LWJlZXItbGFuZC11ay88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE2VDE2OjIzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0VpbnN0b2stdG9hc3RlZC1wb3J0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVpbnN0b2stdG9hc3RlZCBwb3J0ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkxvdmUgRHJpbmtzIGhhcyBzdHJlbmd0aGVuZWQgaXRzIGNyYWZ0IGJlZXIgcG9ydGZvbGlvIHdpdGggdGhlIHdpbnRlciByb2xsLW91dCBvZiBhIHRyaW8gb2YgaW5pbWl0YWJsZSBicmV3cyBmcm9tIEljZWxhbmTigJlzIGhpZ2hseSBhY2NsYWltZWQgRWluc3TDtmsgYnJld2VyeTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvaWNlbGFuZGljLWNyYWZ0LWJlZXItbGFuZC11ay88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE2VDE2OjI3OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0VpbnN0b2std2VlLWhlYXZ5LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVpbnN0b2std2VlIGhlYXZ5IDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkxvdmUgRHJpbmtzIGhhcyBzdHJlbmd0aGVuZWQgaXRzIGNyYWZ0IGJlZXIgcG9ydGZvbGlvIHdpdGggRWluc3TDtmsgYnJld2VyeTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTYvaWNlbGFuZGljLWNyYWZ0LWJlZXItbGFuZC11ay88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE2VDE2OjMwOjM0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL3NodXR0ZXJzdG9ja18xMDg1MjE1MjUzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWVyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TG92ZSBEcmlua3MgaGFzIHN0cmVuZ3RoZW5lZCBpdHMgY3JhZnQgYmVlciBwb3J0Zm9saW8gd2l0aCBFaW5zdMO2ayBicmV3ZXJ5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNy9iZWVyLWtleS1sb3ctbm8tYWxjb2hvbC1ib29tLWJicGEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QwODo1Njo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9iZWVyLTIxODE0OF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmV3ZXJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CQlBBIGhhcyBjb21tZW50ZWQgb24gdGhlIGZpbmRpbmdzIG9mIGEgc3VydmV5IGJ5IHRoZSBQb3J0bWFuIEdyb3VwLCB3aGljaCBmb3VuZCB0aGVyZSBoYXMgYmVlbiBhIGJvb20gaW4gdGhlIHBvcHVsYXJpdHkgb2YgbG93IGFuZCBubyBhbGNvaG9sIGFsdGVybmF0aXZlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTcvanVzdGluZ3JlZGllbnRzLWJyaW5nLW9yZ2FuaWMtdmVudWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxMzoxNjo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9KdXN0SW5ncmVkXzEyODB4ODUzcHguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkp1c3RJbmdyZWRpZW50czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SnVzdEluZ3JlZGllbnRzLCB0aGUgc3BlY2lhbGlzdCBwcm92aWRlciBvZiBwcmVtaXVtIGluZ3JlZGllbnRzLCBpcyBhIG9uZS1zdG9wIHNob3AgZm9yIHF1YWxpdHkgaW5ncmVkaWVudHMgdGhhdCBob3NwaXRhbGl0eSBjYW4gdHJ1c3Q8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L2p1c3RpbmdyZWRpZW50cy1icmluZy1vcmdhbmljLXZlbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTdUMTM6MzI6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTYxME1ILnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5KdXN0SW5ncmVkaWVudHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkp1c3RJbmdyZWRpZW50cywgdGhlIHNwZWNpYWxpc3QgcHJvdmlkZXIgb2YgcHJlbWl1bSBpbmdyZWRpZW50cywgaXMgYSBvbmUtc3RvcCBzaG9wIGZvciBxdWFsaXR5IGluZ3JlZGllbnRzIHRoYXQgaG9zcGl0YWxpdHkgY2FuIHRydXN0PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8xNy9qdXN0aW5ncmVkaWVudHMtYnJpbmctb3JnYW5pYy12ZW51ZS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE3VDEzOjMzOjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzE2MTFDTy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SnVzdEluZ3JlZGllbnRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5KdXN0SW5ncmVkaWVudHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L2p1c3RpbmdyZWRpZW50cy1icmluZy1vcmdhbmljLXZlbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTdUMTM6MzQ6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTYxMkJQQy5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SnVzdEluZ3JlZGllbnRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5KdXN0SW5ncmVkaWVudHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L2p1c3RpbmdyZWRpZW50cy1icmluZy1vcmdhbmljLXZlbnVlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTdUMTM6MzE6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvMTYxM0NPXzEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjE2MTNDT18xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L2JsYWNrLW1hZ2ljLXJ1bS1taXgvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNDoxMzozMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9pbWFnZTAwMTA4LWUxNTQ3NzM0MzQ5Nzg2LmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmxhY2sgTWFnaWMgUnVtPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CbGFjayBNYWdpYyBSdW08L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L2JsYWNrLW1hZ2ljLXJ1bS1taXgvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0xN1QxNDo1NzoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9EZWFkTWFuc0Zpbmdlcl8xMjgweDg1M3B4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CbGFjayBNYWdpYyBSdW08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJsYWNrIE1hZ2ljIFJ1bTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMTcvd2luLXRyaXAta3JvbWJhY2hlci1icmV3ZXJ5LXBvdXJmZWN0aW9uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMTdUMTU6NDI6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvNDg0MTEyNTJfMTAxNjUyODI4NTE5OTMyMF84Mjc4NjQ1NDA0MDE5NDU4MDQ4X24uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPktyb21iYWNoZXIgUG91cmZlY3Rpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPktyb21iYWNoZXIgUG91cmZlY3Rpb248L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzE3L3dpbi10cmlwLWtyb21iYWNoZXItYnJld2VyeS1wb3VyZmVjdGlvbi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTE3VDE1OjQ4OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JlZXItMzYyMDg2N18xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Lcm9tYmFjaGVyIFBvdXJmZWN0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Lcm9tYmFjaGVyIFBvdXJmZWN0aW9uPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS8zYy1wYXltZW50LXdvcmtzLWV1cm9wZS1taWRkbGUtZWFzdC88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTIxVDA4OjU4OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxLzEtM0NQYXltZW50LUxPR08tTUFJTi1SR0IuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjNjIFBheW1lbnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjNjIFBheW1lbnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzIxL21pYnJhc2Etb3Zlbi1tZWFsLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTA6MjU6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvTUlCUkFTQS1PdmVuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NSUJSQVNBIE92ZW48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk1JQlJBU0EgY2hhcmNvYWwgb3ZlbiAtIENoYXJjb2FsIHJvYXN0ZWQgY29kIGZpbGxldCB3aXRoIGEgYmFjb24gJmFtcDsgaGF6ZWxudXQgY3J1bWIsIHB1eSBsZW50aWxzLCBjaGFycmVkIHZlZ2V0YWJsZXMgYW5kIGNob3Jpem8gbWF5bzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvZ2xvYmFsLXBheW1lbnQtdGVjaG5vbG9neS1zeXN0ZW1zLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTE6MDE6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvc3RvY2stdmVjdG9yLXZlY3Rvci1yZWFsaXN0aWMtc2lsdmVyLWQtcGF5bWVudC1tYWNoaW5lLXBvcy10ZXJtaW5hbC13aXRoLXJlY2VpcHQtY2xvc2V1cC1pc29sYXRlZC1kZXNpZ24tMTI0MDMzNjc3MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VmVjdG9yPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5OZXcgQmFyY2xheXMgcGF5bWVudCB0ZWNobm9sb2d5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS9nbG9iYWwtcGF5bWVudC10ZWNobm9sb2d5LXN5c3RlbXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yMVQxMTozMTozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9tYWNoaW5lLWNhcmRzLTI4MjgyNDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJhcmNsYXlzIHBheW1lbnQgdGVjaG5vbG9neTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QmFyY2xheXMgcGF5bWVudCB0ZWNobm9sb2d5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS9jYXRlcmVyLXJlY3J1aXRtZW50LWF0dHJhY3RpbmctdGhlLWJlc3QvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yMVQxMTozNzo1NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9oaXJpbmctMTk3NzgwM18xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXRlcmVyIHNoYXJlIHRoZWlyIGxhdGVzdCB0aXBzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DYXRlcmVyIHNoYXJlIHRoZWlyIGxhdGVzdCB0aXBzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS9tYWtpbmctbW9zdC1zb2NpYWwtbWVkaWEtZmF0LW1lZGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTE6NTY6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvRmF0TWVkaV9sb2dvX0E0X25vX0JHLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GYXRNZWRpX2xvZ29fQTRfbm9fQkc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNvY2lhbCBtZWRpYSBpcyBhIHZpdGFsIHBhcnQgb2YgYW55IGhvc3BpdGFsaXR5IGJ1c2luZXNz4oCZIGNvbW11bmljYXRpb24gbWl4LiBCdXQgaXQgY2FuIGJlIGEgdHJpY2t5IG9uZSB0byBnZXQgcmlnaHQsIHNvIGhlcmUgYXJlIGEgZmV3IHRoaW5ncyB0byB0aGluayBhYm91dCBhbmQgdG8gdHJ5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS9tYWtpbmctbW9zdC1zb2NpYWwtbWVkaWEtZmF0LW1lZGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTE6NTk6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvbWVkaWEtOTk4OTkwXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNvY2lhbCBNZWRpYTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U29jaWFsIG1lZGlhIGlzIGEgdml0YWwgcGFydCBvZiBhbnkgaG9zcGl0YWxpdHkgYnVzaW5lc3PigJkgY29tbXVuaWNhdGlvbiBtaXg8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzIxL2xhbmNoZXN0ZXItd2luZXMtdmludGFnZS1wb3J0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTM6NDE6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvTGFuY2hlc3Rlci1XaW5lcy1Dcm9wcGVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYW5jaGVzdGVyIFdpbmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5MYW5jaGVzdGVyIFdpbmVz4oCZIExlc2xpZSBDb29rIGRpc2N1c3NlcyB0aGUgbWFueSBkaWZmZXJlbnQgc3R5bGVzIG9mIHZpbnRhZ2UgcG9ydDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjEvbGFuY2hlc3Rlci13aW5lcy12aW50YWdlLXBvcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yMVQxMzo0NTowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS93aW5lLTI4OTE4OTRfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGFuY2hlc3RlciBXaW5lczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TGFuY2hlc3RlciBXaW5lc+KAmSBMZXNsaWUgQ29vayBkaXNjdXNzZXMgdGhlIG1hbnkgZGlmZmVyZW50IHN0eWxlcyBvZiB2aW50YWdlIHBvcnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzIxL3F1YWxpdHktY3ljbGUtYWxsYW4tc3RldmVuc29uLWhlaW5la2VuLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjFUMTQ6MDg6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvQmVlci1DeWNsZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVlciBDeWNsZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yMS9xdWFsaXR5LWN5Y2xlLWFsbGFuLXN0ZXZlbnNvbi1oZWluZWtlbi88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTIxVDE0OjE4OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2JlZXItMzQ0NTk4OF8xMjgwLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkV4cGVydHMgb3BpbmlvbiAtIEFsbGFuIFN0ZXZlbnNvbiAtIFRoZSBRdWFsaXR5IEN5Y2xlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC9ldS1uYXRpb25hbHMtYm9vc3QtZm9yLXB1YnMtc2F5cy1iYnBhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDg6MzA6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvcGFyaXMtODQzMjI5XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVVIE5hdGlvbmFsczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U2NyYXBwaW5nIG9mIHNldHRsZWQgc3RhdHVzIGZlZSBmb3IgRVUgbmF0aW9uYWxzIGEgYm9vc3QgZm9yIHB1YnMgLSBCQlBBPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC9uby1hbGNvaG9sLWRyeS1qYW51YXJ5LWhlaW5la2VuLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDk6MzY6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvSGVpbmVrZW4tMC4wLWNhbi1mcm9udC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVpbmVrZW4gMC4wIGNhbiBmcm9udDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC9uby1hbGNvaG9sLWRyeS1qYW51YXJ5LWhlaW5la2VuLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMDk6Mzc6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvSGVpbmVrZW4tMC4wLWNhbi1mcm9udC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IZWluZWtlbiAwLjAgY2FuIGZyb250PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzI4L25vLWFsY29ob2wtZHJ5LWphbnVhcnktaGVpbmVrZW4vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQwOTozOTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9IeWRyb0hlaW5la2VuXzE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JbiAyMDE2LCB3ZSByZWNvZ25pc2VkIHRoYXQgdGhlIGxvdyBhbmQgbm8gYWxjb2hvbCBjYXRlZ29yeSB3YXMgYSBrZXkgZ3Jvd3RoIGRyaXZlciBmb3IgdGhlIFVLPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JbiAyMDE2LCB3ZSByZWNvZ25pc2VkIHRoYXQgdGhlIGxvdyBhbmQgbm8gYWxjb2hvbCBjYXRlZ29yeSB3YXMgYSBrZXkgZ3Jvd3RoIGRyaXZlciBmb3IgdGhlIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC9ob2JhcnQtdWstd2FyZXdhc2hpbmctY29va2luZy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDEwOjE1OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0hvYi1sb2dvLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ib2JhcnQgVUsgdG8gbWVyZ2UgZGV2aXNpb25zIGFuZCBiZWNvbWUgdGhlIEhvYmFydCBFcXVpcG1lbnQgRGl2aXNpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkhvYmFydCBVSyB0byBtZXJnZSBkZXZpc2lvbnMgYW5kIGJlY29tZSB0aGUgSG9iYXJ0IEVxdWlwbWVudCBEaXZpc2lvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvY2FzdWFsLWRpbmluZy1yZWNvcmQtaW5ub3ZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTowNTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9DYXN1YWwtRGluaW5nLWJ1cmdlci1wcmVwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXN1YWwgRGluaW5nIC0gYnVyZ2VyIHByZXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvY2FzdWFsLWRpbmluZy1yZWNvcmQtaW5ub3ZhdGlvbnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMS0yOFQxMTowNjoyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMS9DYXN1YWwtZGluaW5nLXBpenphX0l0YWxpYW4uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhc3VhbCBkaW5pbmcgLSBwaXp6YV9JdGFsaWFuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5SZWNvcmQgbnVtYmVyIG9mIG5ldyBwcm9kdWN0IGlubm92YXRpb25zIG9uIHNob3cgYXQgQ2FzdWFsIERpbmluZyAyMDE5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMS8yOC90aWxkYS15b3VuZy1jaGVmLWdvbGQtd2lubmVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTE6MzQ6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvSU1HXzA1NDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkl0IHdhcyBnb2xkIGZvciBjaGVmIER5bGFuIEhvZGdzb24gZnJvbSBSQUYgTWFyaGFtLCB3aG8gd2FzIGNyb3duZWQgVGlsZGEgWW91bmcgQ2hlZiBvZiBZZWFyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5JdCB3YXMgZ29sZCBmb3IgY2hlZiBEeWxhbiBIb2Rnc29uIGZyb20gUkFGIE1hcmhhbSwgd2hvIHdhcyBjcm93bmVkIFRpbGRhIFlvdW5nIENoZWYgb2YgWWVhcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvdGlsZGEteW91bmctY2hlZi1nb2xkLXdpbm5lci88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDExOjMyOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL0lNR181Mjc2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JdCB3YXMgZ29sZCBmb3IgY2hlZiBEeWxhbiBIb2Rnc29uIGZyb20gUkFGIE1hcmhhbSwgd2hvIHdhcyBjcm93bmVkIFRpbGRhIFlvdW5nIENoZWYgb2YgWWVhcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SXQgd2FzIGdvbGQgZm9yIGNoZWYgRHlsYW4gSG9kZ3NvbiBmcm9tIFJBRiBNYXJoYW0sIHdobyB3YXMgY3Jvd25lZCBUaWxkYSBZb3VuZyBDaGVmIG9mIFllYXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzI4L2Jlc3QtZm9vZC1zYWZldHktYW5kLXRyYW5zcGFyZW5jeS88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDEyOjEyOjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL2Fpc2xlLTMxMDU2MjlfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJvbW90aW5nIGJlc3QgcHJhY3RpY2UgYW5kIG9wZW4gZGlhbG9ndWUgYmV0d2VlbiBjdXN0b21lcnMgYW5kIGJ1c2luZXNzZXMgYWJvdXQgYWxsZXJnZW5zIGlzIHRoZSBiZXN0IHdheSB0byBwcm9tb3RlIHRyYW5zcGFyZW5jeSBhbmQgZm9vZCBzYWZldHksIGFjY29yZGluZyB0byBVS0guPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Qcm9tb3RpbmcgYmVzdCBwcmFjdGljZSBhbmQgb3BlbiBkaWFsb2d1ZSBiZXR3ZWVuIGN1c3RvbWVycyBhbmQgYnVzaW5lc3NlcyBhYm91dCBhbGxlcmdlbnMgaXMgdGhlIGJlc3Qgd2F5IHRvIHByb21vdGUgdHJhbnNwYXJlbmN5IGFuZCBmb29kIHNhZmV0eSwgYWNjb3JkaW5nIHRvIFVLSC48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAxLzI4L3dvcmxkcy1iaWdnZXN0LXB1Yi1xdWl6LTEwMDAtcHVicy88L2xvYz48bGFzdG1vZD4yMDE5LTAxLTI4VDE0OjA5OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAxL1dCUFEtcGFjay1qYW4tMTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldCUFEgcGFjayBqYW4gMTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDEvMjgvd29ybGRzLWJpZ2dlc3QtcHViLXF1aXotMTAwMC1wdWJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDEtMjhUMTQ6Mzc6MzhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDEvV0JQUTE5YmxhY2suanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldCUFExOWJsYWNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Xb3JsZCdzIEJpZ2dlc3QgUHViIFF1aXo8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA2L3RvcC1icmFuZHMtdmlzaXQtY2FzdWFsLWRpbmluZy0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMDg6Mzc6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvRFNDXzk1NTQtZWRpdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2FzdWFsIERpbmluZyBTaG93PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DYXN1YWwgRGluaW5nIFNob3cgMjAxOTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDYvdG9wLWJyYW5kcy12aXNpdC1jYXN1YWwtZGluaW5nLTIwMTkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wNlQwOToyMTowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9EU0NfOTI0NC1lZGl0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXN1YWwgRGluaW5nIFNob3c8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvdWtob3NwaXRhbGl0eS1jbWFzLWFjdGlvbi1ib29raW5nLXNpdGVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMDk6MDM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvaG90ZWwtMTk3OTQwNl8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VS0hvc3BpdGFsaXR5IHdlbGNvbWVzIENNQSdzIGFjdGlvbiBvbiBib29raW5nIHNpdGVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5VS0hvc3BpdGFsaXR5IHdlbGNvbWVzIENNQSdzIGFjdGlvbiBvbiBib29raW5nIHNpdGVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy8zci10ZWxlY29tLWx0ZC1sb25kb24tbmF0aW9ud2lkZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDEwOjA0OjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2lDUE9TLU1TLUhhcmR3YXJlLUJhY2stTGVmdC1mYWNpbmctQmxhY2suanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZyb20gTG9uZG9uIHRvIE5hdGlvbndpZGUgLSBFUG9zIEdpYW50cyAzUiBUZWxlY29tIEx0ZC48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkZyb20gTG9uZG9uIHRvIE5hdGlvbndpZGUgLSBFUG9zIEdpYW50cyAzUiBUZWxlY29tIEx0ZC48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L2FzY2VudGlhLWZvb2RzZXJ2aWNlLWNhc3VhbC1kaW5pbmctc2hvdy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDEwOjI5OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0JhcmJlY29hLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Bc2NlbnRpYSBGb29kc2VydmljZSBhdCBDYXN1YWwgRGluaW5nIFNob3cgMjAxOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QXNjZW50aWEgRm9vZHNlcnZpY2UgYXQgQ2FzdWFsIERpbmluZyBTaG93IDIwMTkgPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9oZWluZWtlbi1zZXJ2aW5nLXBlcmZlY3QtcGludC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDEwOjU1OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2hlaW5la2VuLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5oZWluZWtlbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9oZWluZWtlbi1zZXJ2aW5nLXBlcmZlY3QtcGludC88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDExOjAxOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2dsYXNzLW9mLWJlZXItMzQ0NDQ4MF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IZWluZWtlbiAtIFNlcnZpbmcgdGhlIHBlcmZlY3QgcGludDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SGVpbmVrZW4gLSBTZXJ2aW5nIHRoZSBwZXJmZWN0IHBpbnQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L3N0dWRpby0zMzgtbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTE6MTQ6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvMzM4LTE4MDkyOS1sb3ctMTE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Pbi1UcmFkZSBQcm9ncmVzcyBtZXQgTGFycnkgRmllbGQsIHRlY2huaWNhbCBtYW5hZ2VyIGFuZCBzb3VuZCBlbmdpbmVlciBhdCBvbmUgb2YgTG9uZG9uJ3MgaG90dGVzdCBuaWdodGNsdWJzIC0gU3R1ZGlvIDMzODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T24tVHJhZGUgUHJvZ3Jlc3MgbWV0IExhcnJ5IEZpZWxkLCB0ZWNobmljYWwgbWFuYWdlciBhbmQgc291bmQgZW5naW5lZXIgYXQgb25lIG9mIExvbmRvbidzIGhvdHRlc3QgbmlnaHRjbHVicyAtIFN0dWRpbyAzMzg8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L3N0dWRpby0zMzgtbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTE6MTY6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvT1RQM19FRElULmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Pbi1UcmFkZSBQcm9ncmVzcyBtZXQgTGFycnkgRmllbGQsIHRlY2huaWNhbCBtYW5hZ2VyIGFuZCBzb3VuZCBlbmdpbmVlciBhdCBvbmUgb2YgTG9uZG9uJ3MgaG90dGVzdCBuaWdodGNsdWJzIC0gU3R1ZGlvIDMzODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T24tVHJhZGUgUHJvZ3Jlc3MgbWV0IExhcnJ5IEZpZWxkLCB0ZWNobmljYWwgbWFuYWdlciBhbmQgc291bmQgZW5naW5lZXIgYXQgb25lIG9mIExvbmRvbidzIGhvdHRlc3QgbmlnaHRjbHVicyAtIFN0dWRpbyAzMzg8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L3N0dWRpby0zMzgtbG9uZG9uLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTE6MTg6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2h1dHRlcnN0b2NrXzI4NzgwNTcxMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T24tVHJhZGUgUHJvZ3Jlc3MgbWV0IExhcnJ5IEZpZWxkLCB0ZWNobmljYWwgbWFuYWdlciBhbmQgc291bmQgZW5naW5lZXIgYXQgb25lIG9mIExvbmRvbidzIGhvdHRlc3QgbmlnaHRjbHVicyAtIFN0dWRpbyAzMzg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9uZSBvZiBMb25kb24ncyBob3R0ZXN0IG5pZ2h0Y2x1YnMgLSBTdHVkaW8gMzM4PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy8zci10ZWxlY29tLWx0ZC1sb25kb24tbmF0aW9ud2lkZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDExOjM0OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL09UUF8zUlRlbGVjb21fNzAyeDMzNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RnJvbSBMb25kb24gdG8gTmF0aW9ud2lkZSAtIEVQb3MgR2lhbnRzIDNSIFRlbGVjb20gTHRkLjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RnJvbSBMb25kb24gdG8gTmF0aW9ud2lkZSAtIEVQb3MgR2lhbnRzIDNSIFRlbGVjb20gTHRkLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvc2hvd3NlYy1zdGFuZGluZy1jcm93ZC1taWNoYWVsLXBvb2xlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTI6MTI6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2h1dHRlcnN0b2NrXzU5MDY4NTUzMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2hvd3NlYyDigJMgU3RhbmRpbmcgb3V0IGZyb20gdGhlIGNyb3dkIHdpdGggTWljaGFlbCBQb29sZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U2hvd3NlYyDigJMgU3RhbmRpbmcgb3V0IGZyb20gdGhlIGNyb3dkIHdpdGggTWljaGFlbCBQb29sZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvc2hvd3NlYy1zdGFuZGluZy1jcm93ZC1taWNoYWVsLXBvb2xlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTI6MTk6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvY29uY2VydC03Njg3MjJfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y29uY2VydC03Njg3MjJfMTI4MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9zaG93c2VjLXN0YW5kaW5nLWNyb3dkLW1pY2hhZWwtcG9vbGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxMjoyMjowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9wYXJ0eS02MjkyNDFfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2hvd3NlYyDigJMgU3RhbmRpbmcgb3V0IGZyb20gdGhlIGNyb3dkIHdpdGggTWljaGFlbCBQb29sZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U2hvd3NlYyDigJMgU3RhbmRpbmcgb3V0IGZyb20gdGhlIGNyb3dkIHdpdGggTWljaGFlbCBQb29sZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMDcvb24tdGhlLXBsYXRlLXF1b3JuLWJhby1idW5zLXdpdGgtcXVvcm4tcGllY2VzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMDdUMTM6Mjg6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvT1RQX1FVT1JOXzcwMngzMzYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk91ciAnT24gdGhlIFBsYXRlJyBmZWF0dXJlIHRoaXMgbW9udGggZmVhdHVyZXMgUXVvcm4ncyBCYW8gQnVucyB3aXRoIHRoZSByZWNpcGUgZGV2ZWxvcGVkIGJ5IE1hcmsgUm9iaW5zb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk91ciAnT24gdGhlIFBsYXRlJyBmZWF0dXJlIHRoaXMgbW9udGggZmVhdHVyZXMgUXVvcm4ncyBCYW8gQnVucyB3aXRoIHRoZSByZWNpcGUgZGV2ZWxvcGVkIGJ5IE1hcmsgUm9iaW5zb248L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L3BlcmZlY3QtYnJldy13bWYtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxMzo1NDoxMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9jb2ZmZWUtMTcxNjUzXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBQZXJmZWN0IEJyZXcgd2l0aCBXTUY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBQZXJmZWN0IEJyZXcgd2l0aCBXTUY8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L3BlcmZlY3QtYnJldy13bWYtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxMzo1NTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi8yMDE1X1dNRl9lc3ByZXNzb19QcmVzc2VfMDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRoZSBQZXJmZWN0IEJyZXcgd2l0aCBXTUY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBQZXJmZWN0IEJyZXcgd2l0aCBXTUY8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L3BlcmZlY3QtYnJldy13bWYtdWsvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxMzo1Nzo0Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9jb2ZmZWUtMTI5MTY1Nl8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgUGVyZmVjdCBCcmV3IHdpdGggV01GPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgUGVyZmVjdCBCcmV3IHdpdGggV01GPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy8zci10ZWxlY29tLWx0ZC1sb25kb24tbmF0aW9ud2lkZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDE0OjE1OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL09UUF8zUlRlbGVjb21fNzAyeDMzNi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Gcm9tIExvbmRvbiB0byBOYXRpb253aWRlIC0gRVBvcyBHaWFudHMgM1IgVGVsZWNvbSBMdGQuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Gcm9tIExvbmRvbiB0byBOYXRpb253aWRlIC0gRVBvcyBHaWFudHMgM1IgVGVsZWNvbSBMdGQuPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9tY3BoZXJzb24td2luZS1hdXN0cmFsaWFuLWxhbmNoZXN0ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxNDo0MDoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9jb3JrLTczODYwM18xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb3JrLTczODYwM18xMjgwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L21jcGhlcnNvbi13aW5lLWF1c3RyYWxpYW4tbGFuY2hlc3Rlci88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDE0OjQ0OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3dpbmUtMjg5MTg5NF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XZSd2ZSBnb3QgYSBDcnVzaCBvbiBNY3BoZXJzb24gV2luZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+V2UndmUgZ290IGEgQ3J1c2ggb24gTWNwaGVyc29uIFdpbmU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzA3L21jcGhlcnNvbi13aW5lLWF1c3RyYWxpYW4tbGFuY2hlc3Rlci88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTA3VDE1OjA5OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL09UUF9MQU4tV0lORVNfNzAyeDMzNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2UndmUgZ290IGEgQ3J1c2ggb24gTWNwaGVyc29uIFdpbmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldlJ3ZlIGdvdCBhIENydXNoIG9uIE1jcGhlcnNvbiBXaW5lPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8wNy9jcnlzdGFsdGVjaC1pbXByb3Zlcy13YXRlci1oeWdpZW5lLWNhbi1kZXRlY3QtYmFjdGVyaWEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0wN1QxNToyMToxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9JTUdfMjkxMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q3J5c3RhbHRlY2ggaW1wcm92ZXMgd2F0ZXIgaHlnaWVuZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Q3J5c3RhbHRlY2ggaW1wcm92ZXMgd2F0ZXIgaHlnaWVuZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvYmVhdW1vbnQtYmFyd2FyZS1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDA5OjE1OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3NodXR0ZXJzdG9ja182NTEzODE1ODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJhcndhcmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJlYXVtb250IFRNIEx0ZCBhYm91dCB3aGF0IHNldHMgdGhlaXIgYmFyd2FyZSByYW5nZSBhcGFydCBmcm9tIHRoZWlyIGNvbXBldGl0aW9uPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vY2FzdWFsLWJhbm5lci0yMDE5LTcyOHgxNDIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQwOToxODo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9DQVNVQUwtQkFOTkVSLTIwMTktNzI4eDE0Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q0FTVUFMLUJBTk5FUi0yMDE5LTcyOHgxNDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvYmVhdW1vbnQtYmFyd2FyZS1yYW5nZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDA5OjIxOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0JlYXQtUGVhY2gtQXVkaW8tUHJvZHVjdGlvbnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPldlIHJlY2VudGx5IGNhdWdodCB1cCB3aXRoIE5pY2sgRGVCb3JkZSBCZWF1bW9udCdzIGJhcndhcmUgcmFuZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldlIHJlY2VudGx5IGNhdWdodCB1cCB3aXRoIE5pY2sgRGVCb3JkZSBCZWF1bW9udCdzIGJhcndhcmUgcmFuZ2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2JlYXVtb250LWJhcndhcmUtcmFuZ2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQwOToyMzozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9pbWFnZTAwMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+aW1hZ2UwMDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPldlIHJlY2VudGx5IGNhdWdodCB1cCB3aXRoIE5pY2sgRGVCb3JkZSBCZWF1bW9udCdzIGJhcndhcmUgcmFuZ2U8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L3dycy1wb3Mtc3lzdGVtcy1lbW1hLXdpbHNvbi88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDA5OjMzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL3NodXR0ZXJzdG9ja180MzYyODE0MDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBPUyBTeXN0ZW1zPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5XUlMgaGFzIGJlY29tZSBvbmUgb2YgdGhlIGxlYWRpbmcgc3VwcGxpZXJzIG9mIFBPUyBzeXN0ZW1zIGluIEV1cm9wZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvZmF0LW1lZGlhLWltcHJlc3Mtd2Vic2l0ZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEwOjAwOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2xhcHRvcC01OTM2NzNfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmF0IE1lZGlhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5GYXQgTWVkaWEgZ2F2ZSB1cyB0aGVpciB0aXBzIG9uIGhvdyB0byBpbnN0YW50bHkgaW1wcmVzczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvZmF0LW1lZGlhLWltcHJlc3Mtd2Vic2l0ZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEwOjAzOjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL21lZGlhLTk5ODk5MF8xMjgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GYXQgTWVkaWE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkZhdCBNZWRpYSBnYXZlIHVzIHRoZWlyIHRpcHMgb24gaG93IHRvIGluc3RhbnRseSBpbXByZXNzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC9jb2ZmZWUtbWFjaGluZXMtcHJvLXJhbmdlLWp1cmEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxMDoxNTozMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9HSUdBLVg4LTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvZmZlZSBtYWNoaW5lcyBieSBKdXJhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgbmV3IHBybyByYW5nZSBvZiBuZXcgYmVhbi10by1jdXAgY29mZmVlIG1hY2hpbmVzIGJ5IEp1cmE8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2NvZmZlZS1tYWNoaW5lcy1wcm8tcmFuZ2UtanVyYS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEwOjE4OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2NvZmZlZS0xNzE2NTNfMTI4MC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb2ZmZWUtMTcxNjUzXzEyODAgKDEpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2NvZmZlZS1tYWNoaW5lcy1wcm8tcmFuZ2UtanVyYS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEwOjIwOjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2NvZmZlZS0yMDYxNDJfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q29mZmVlIG1hY2hpbmVzIGJ5IEp1cmE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBuZXcgcHJvIHJhbmdlIG9mIG5ldyBiZWFuLXRvLWN1cCBjb2ZmZWUgbWFjaGluZXMgYnkgSnVyYTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvbWFkLXNxdWlycmVsLWJyZXdlcnkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxMDozMDowOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9JTUdfOTk2NS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWFkIFNxdWlycmVsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NYWQgU3F1aXJyZWwgQnJld2VyeSB0YWxrIGFib3V0IHRoZWlyIHN1Y2Nlc3MgaW4gdGhlIGluZHVzdHJ5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC9tYWQtc3F1aXJyZWwtYnJld2VyeS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDEwOjMzOjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2Nhbi0zMDk1MTQ5XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1hZCBTcXVpcnJlbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWFkIFNxdWlycmVsIEJyZXdlcnkgdGFsayBhYm91dCB0aGVpciBzdWNjZXNzIGluIHRoZSBpbmR1c3RyeTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvYnJld2Vycy1hc3NvY2lhdGlvbi1ndWlkZS88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDExOjE2OjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL2JlZXItMjE4MTQ4XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyZXdlcnMgQXNzb2NpYXRpb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJyZXdlcnMgQXNzb2NpYXRpb24gbGF1bmNoZXMgbmV3IGRpdmVyc2l0eSAmYW1wOyBpbmNsdXNpb24gZ3VpZGVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC9zaXItd2lsbGlhbS1iZW50bGV5LWJpbGxpYXJkcy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE0VDExOjM5OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0NvbnRpbmVudGFsLUJSLU9hay1CcmFzcy0xLUhELmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MZWFzaW5nIG9yIHJlbnRhbD/CoCBIb3cgY2FuIFNpciBXaWxsaWFtIEJlbnRsZXkgaGVscCB5b3VyIGJ1c2luZXNzPzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TGVhc2luZyBvciByZW50YWw/wqAgSG93IGNhbiBTaXIgV2lsbGlhbSBCZW50bGV5IGhlbHAgeW91ciBidXNpbmVzcz88L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2Vwb3Mtc3lzdGVtLXN0YXItbWljcm9uaWNzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTE6NTM6MzFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvU3Rhci1NaWNyb25pY3MtVG91Y2hCaXN0cm8taW1hZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlN0YXIgTWljcm9uaWNzIFRvdWNoQmlzdHJvIGltYWdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5TZWxlY3QgdGhlIGJlc3QgRVBPUyBzeXN0ZW0gZm9yIHlvdXIgUmVzdGF1cmFudCB3aXRoIFN0YXIgTWljcm9uaWNzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xNC92ZWdhbi1zYXVzYWdlLXJvbGwtZ3JlZ2dzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTI6MTc6MDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvbmV3X3ZlZ2FuX3NhdXNhZ2Vfcm9sbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VmVnYW4gc2F1c2FnZSByb2xsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UdGhlIGludHJvZHVjdGlvbiBvZiBhIHZlZ2FuIHNhdXNhZ2Ugcm9sbCB0byBHcmVnZ3PigJkgcmFuZ2Ugb2YgYmFrZWQgdHJlYXRzLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvY2Fub3BpZXMtdWstcmFpc2luZy1oaWx0b25zLWJyYW5kLW5ldy1iYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxNTowMjoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9IaWx0b25Eb3VibGVUcmVlLTEuanBnLS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnVpbGRpbmc6IEhpbHRvbiBEb3VibGUgVHJlZUxvY2F0aW9uOiBMb25kb25DbGllbnQ6IENhbm9waWVzIFVLPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CdWlsZGluZzogSGlsdG9uIERvdWJsZSBUcmVlCkxvY2F0aW9uOiBMb25kb24KQ2xpZW50OiBDYW5vcGllcyBVSzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTQvY2Fub3BpZXMtdWstcmFpc2luZy1oaWx0b25zLWJyYW5kLW5ldy1iYXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xNFQxNTowMTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9IaWx0b25Eb3VibGVUcmVlLTIuanBnLS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Q2Fub3BpZXMgVUs8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNhbm9waWVzIFVLIC0gUmFpc2luZyB0aGUgcm9vZiBhdCBIaWx0b27igJlzIGJyYW5kIG5ldyBiYXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2Nhbm9waWVzLXVrLXJhaXNpbmctaGlsdG9ucy1icmFuZC1uZXctYmFyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTU6MDM6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvSGlsdG9uRG91YmxlVHJlZS0zLmpwZy0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1aWxkaW5nOiBIaWx0b24gRG91YmxlIFRyZWVMb2NhdGlvbjogTG9uZG9uQ2xpZW50OiBDYW5vcGllcyBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnVpbGRpbmc6IEhpbHRvbiBEb3VibGUgVHJlZQpMb2NhdGlvbjogTG9uZG9uCkNsaWVudDogQ2Fub3BpZXMgVUs8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE0L2Nhbm9waWVzLXVrLXJhaXNpbmctaGlsdG9ucy1icmFuZC1uZXctYmFyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTRUMTU6MDM6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvSGlsdG9uRG91YmxlVHJlZS00LmpwZy0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1aWxkaW5nOiBIaWx0b24gRG91YmxlIFRyZWVMb2NhdGlvbjogTG9uZG9uQ2xpZW50OiBDYW5vcGllcyBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnVpbGRpbmc6IEhpbHRvbiBEb3VibGUgVHJlZQpMb2NhdGlvbjogTG9uZG9uCkNsaWVudDogQ2Fub3BpZXMgVUs8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE5L211c2ljLWxpY2Vuc2UtcHBsLXBycy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE5VDExOjMzOjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL09UUDNfRURJVC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgTXVzaWMgTGljZW5jZSBmcm9tIFBQTCBQUlMgLSBoZWxwaW5nIHRvIHBsYXkgbXVzaWMgbW9yZSBzdHJhaWdodGZvcndhcmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRoZSBNdXNpYyBMaWNlbmNlIGZyb20gUFBMIFBSUyAtIGhlbHBpbmcgdG8gcGxheSBtdXNpYyBtb3JlIHN0cmFpZ2h0Zm9yd2FyZDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvbXVzaWMtbGljZW5zZS1wcGwtcHJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTE6MjI6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvc2h1dHRlcnN0b2NrXzI4NzgwNTcxMy0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UaGUgTXVzaWMgTGljZW5jZSBmcm9tIFBQTCBQUlMgLTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIE11c2ljIExpY2VuY2UgZnJvbSBQUEwgUFJTPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9tdXNpYy1saWNlbnNlLXBwbC1wcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxMTozMzo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaHV0dGVyc3RvY2tfMTEzNzY1MTY4My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIE11c2ljIExpY2VuY2UgZnJvbSBQUEwgUFJTPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGUgTXVzaWMgTGljZW5jZSBmcm9tIFBQTCBQUlM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE5L2NyYWZ0LWJyZXdlcmllcy1icmV3ZXJzLWFzc29jaWF0aW9uLXNob3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxMjoyMDozMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9IaWx0b25Eb3VibGVUcmVlLTEtMS5qcGctMS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CdWlsZGluZzogSGlsdG9uIERvdWJsZSBUcmVlJiMxMztMb2NhdGlvbjogTG9uZG9uJiMxMztDbGllbnQ6IENhbm9waWVzIFVLPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CdWlsZGluZzogSGlsdG9uIERvdWJsZSBUcmVlJiMxMztMb2NhdGlvbjogTG9uZG9uJiMxMztDbGllbnQ6IENhbm9waWVzIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9jcmFmdC1icmV3ZXJpZXMtYnJld2Vycy1hc3NvY2lhdGlvbi1zaG93LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTI6MjE6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvSGlsdG9uRG91YmxlVHJlZS0yLTEuanBnLTEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnVpbGRpbmc6IEhpbHRvbiBEb3VibGUgVHJlZSYjMTM7TG9jYXRpb246IExvbmRvbiYjMTM7Q2xpZW50OiBDYW5vcGllcyBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnVpbGRpbmc6IEhpbHRvbiBEb3VibGUgVHJlZSYjMTM7TG9jYXRpb246IExvbmRvbiYjMTM7Q2xpZW50OiBDYW5vcGllcyBVSzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvY3JhZnQtYnJld2VyaWVzLWJyZXdlcnMtYXNzb2NpYXRpb24tc2hvdy88L2xvYz48bGFzdG1vZD4yMDE5LTAyLTE5VDEyOjIyOjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAyL0hpbHRvbkRvdWJsZVRyZWUtMy0xLmpwZy0xLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJ1aWxkaW5nOiBIaWx0b24gRG91YmxlIFRyZWUmIzEzO0xvY2F0aW9uOiBMb25kb24mIzEzO0NsaWVudDogQ2Fub3BpZXMgVUs8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ1aWxkaW5nOiBIaWx0b24gRG91YmxlIFRyZWUmIzEzO0xvY2F0aW9uOiBMb25kb24mIzEzO0NsaWVudDogQ2Fub3BpZXMgVUs8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE5L2NyYWZ0LWJyZXdlcmllcy1icmV3ZXJzLWFzc29jaWF0aW9uLXNob3cvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxMjo0MDoxM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9IaWx0b25Eb3VibGVUcmVlLTQtMS5qcGctMS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CdWlsZGluZzogSGlsdG9uIERvdWJsZSBUcmVlTG9jYXRpb246IExvbmRvbkNsaWVudDogQ2Fub3BpZXMgVUs8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJ1aWxkaW5nOiBIaWx0b24gRG91YmxlIFRyZWUKTG9jYXRpb246IExvbmRvbgpDbGllbnQ6IENhbm9waWVzIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9jcmFmdC1icmV3ZXJpZXMtYnJld2Vycy1hc3NvY2lhdGlvbi1zaG93LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTI6NDQ6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvY2ItNDMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyZXdlcnMgQXNzb2NpYXRpb24gQW1lcmljYW4gQ3JhZnQgQnJld2VyaWVzIFNob3cgKDIxLTIzIEZlYnJ1YXJ5KTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9jcmFmdC1icmV3ZXJpZXMtYnJld2Vycy1hc3NvY2lhdGlvbi1zaG93LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTM6MTU6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvY29vbGVyX3NlYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyZXdlcnMgQXNzb2NpYXRpb24gQW1lcmljYW4gQ3JhZnQgQnJld2VyaWVzIFNob3cgKDIxLTIzIEZlYnJ1YXJ5KTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnJld2VycyBBc3NvY2lhdGlvbiBBbWVyaWNhbiBDcmFmdCBCcmV3ZXJpZXMgU2hvdyAoMjEtMjMgRmVicnVhcnkpPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9jcmFmdC1icmV3ZXJpZXMtYnJld2Vycy1hc3NvY2lhdGlvbi1zaG93LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTI6NDQ6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvd2hhdF9pc19jcmFmdF9iZWVyX3RodW1iLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmV3ZXJzIEFzc29jaWF0aW9uIEFtZXJpY2FuIENyYWZ0IEJyZXdlcmllcyBTaG93ICgyMS0yMyBGZWJydWFyeSk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJyZXdlcnMgQXNzb2NpYXRpb24gQW1lcmljYW4gQ3JhZnQgQnJld2VyaWVzIFNob3cgKDIxLTIzIEZlYnJ1YXJ5KTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvYXV0b21hdGlvbi1idXNpbmVzcy1jb21wYW5pZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxMzo1OToyOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9zaHV0dGVyc3RvY2tfMTEzMzk4MjAzOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2l0aCBzdGFydC11cCBmaXJtcyB1c2luZyBhdXRvbWF0aW9uIGZvciBncm93dGggLSBBcmUgeW91IGJlaW5nIGxlZnQgYmVoaW5kPzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+V2l0aCBzdGFydC11cCBmaXJtcyB1c2luZyBhdXRvbWF0aW9uIGZvciBncm93dGggLSBBcmUgeW91IGJlaW5nIGxlZnQgYmVoaW5kPzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvZmVudGltYW5zLXJvc2UtbGVtb25hZGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxNDoyNzozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9Sb3NlX3NlcnZlXzI3NW1sX2Zpbi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVudGltYW5zIFJvc2UgTGVtb25hZGUgY29ja3RhaWxzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5GZW50aW1hbnMgUm9zZSBMZW1vbmFkZSBjb2NrdGFpbHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzE5L2ZlbnRpbWFucy1yb3NlLWxlbW9uYWRlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTQ6MTU6MjRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvSU1HXzM0MDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZlbnRpbWFucyBhcmUgbGF1bmNoaW5nIHRoZWlyIFJvc2UgTGVtb25hZGUgY29ja3RhaWxzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5GZW50aW1hbnMgYXJlIGxhdW5jaGluZyB0aGVpciBSb3NlIExlbW9uYWRlIGNvY2t0YWlsczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDIvMTkvaGl0LXRyYWluaW5nLWFwcHJlbnRpY2VzaGlwLWJyZXdlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMi0xOVQxNDo0NjoxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9hbGNvaG9sLTIxOTM4XzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhJVCB0cmFpbmluZyBhbm5vdW5jZSB0aGUgZmlyc3QgYnJld2VyIGFwcHJlbnRpY2VzaGlwIGluIHRoZSBVSzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SElUIHRyYWluaW5nIGFubm91bmNlIHRoZSBmaXJzdCBicmV3ZXIgYXBwcmVudGljZXNoaXAgaW4gdGhlIFVLPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMi8xOS9iaWktbGF1bmNoLXN1bW1lci1ldmVudC0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDItMTlUMTU6MTQ6MjVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDIvaG90ZWwtcm9vbS0xNDQ3MjAxXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJJSSBhbm5vdW5jZXMgdGlja2V0IHNhbGVzIGxhdW5jaCBmb3IgU3VtbWVyIEV2ZW50IDIwMTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJJSSBhbm5vdW5jZXMgdGlja2V0IHNhbGVzIGxhdW5jaCBmb3IgU3VtbWVyIEV2ZW50IDIwMTk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAyLzI2L3NvbWV0aW1lcy15b3Utd2FudC1hLWJlZXItdGhlbi15b3UtcmVhbGlzZS1ob3ctbXVjaC1zdC15b3UtbmVlZC10by1kby1iZWZvcmUteW91LWNhbGwtaXQtYS1kYXkvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMTozMjoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMi9MYWd1bml0YXMtRGF5VGltZS1TZXNzaW9uLUlQQS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGFndW5pdGFzIERheVRpbWUgU2Vzc2lvbiBJUEE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBNb3V0IGlzIGV4cGFuZGluZyB0aGVpciBmbGF2b3VyZWQgY2lkZXIgcmFuZ2UgLSBSYXNwYmVycnkgJmFtcDsgUGluZWFwcGxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC91a2hvc3BpdGFsaXR5LWRpZ2l0YWwtdGF4LXJldmVudWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQwODozNzo1M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy91a2hfbG9nb18tX2hpX3Jlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eSAtIERpZ2l0YWwgdGF4IHJldmVudWUgbXVzdCBiZSB1c2VkIHRvIGJvb3N0IGhpZ2ggc3RyZWV0czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUtIb3NwaXRhbGl0eSAtIERpZ2l0YWwgdGF4IHJldmVudWUgbXVzdCBiZSB1c2VkIHRvIGJvb3N0IGhpZ2ggc3RyZWV0czwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDQvb2xkLW1vdXQtZmxhdm91cmVkLWNpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMDk6MDI6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvUElORUFQUExFX1NFUlZFX2FwcHJvdmVkMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2xkIE1vdXQgaXMgZXhwYW5kaW5nIHRoZWlyIGZsYXZvdXJlZCBjaWRlciByYW5nZSAtIFJhc3BiZXJyeSAmYW1wOyBQaW5lYXBwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBNb3V0IGlzIGV4cGFuZGluZyB0aGVpciBmbGF2b3VyZWQgY2lkZXIgcmFuZ2UgLSBSYXNwYmVycnkgJmFtcDsgUGluZWFwcGxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC9vbGQtbW91dC1mbGF2b3VyZWQtY2lkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQwOToxMTozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9kb3dubG9hZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2xkIE1vdXQgaXMgZXhwYW5kaW5nIHRoZWlyIGZsYXZvdXJlZCBjaWRlciByYW5nZSAtIFJhc3BiZXJyeSAmYW1wOyBQaW5lYXBwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBNb3V0IGlzIGV4cGFuZGluZyB0aGVpciBmbGF2b3VyZWQgY2lkZXIgcmFuZ2UgLSBSYXNwYmVycnkgJmFtcDsgUGluZWFwcGxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC9vbGQtbW91dC1mbGF2b3VyZWQtY2lkZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQwOToxMTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9PTEQtTU9VVC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2xkIE1vdXQgaXMgZXhwYW5kaW5nIHRoZWlyIGZsYXZvdXJlZCBjaWRlciByYW5nZSAtIFJhc3BiZXJyeSAmYW1wOyBQaW5lYXBwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBNb3V0IGlzIGV4cGFuZGluZyB0aGVpciBmbGF2b3VyZWQgY2lkZXIgcmFuZ2UgLSBSYXNwYmVycnkgJmFtcDsgUGluZWFwcGxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vcGFudGhlb25zLXJlLWRlc2lnbmVkLXBtMjAtcGxhbmV0YXJ5LW1peGVyLWhhcy1pbXBvcnRhbnQtbmV3LXNhZmV0eS1mZWF0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDA5OjM1OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL1BhbnRoZW9ucy1yZS1kZXNpZ25lZC1QTTIwLXBsYW5ldGFyeS1taXhlci1oYXMtaW1wb3J0YW50LW5ldy1zYWZldHktZmVhdHVyZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhbnRoZW9uJ3MgcmUtZGVzaWduZWQgUE0yMCBwbGFuZXRhcnkgbWl4ZXIgaGFzIGltcG9ydGFudCBuZXcgc2FmZXR5IGZlYXR1cmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5QYW50aGVvbidzIHJlLWRlc2lnbmVkIFBNMjAgcGxhbmV0YXJ5IG1peGVyIGhhcyBpbXBvcnRhbnQgbmV3IHNhZmV0eSBmZWF0dXJlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3BhbnRoZW9ucy1yZWRlc2lnbmVkLXBtMjAtbWl4ZXItZGV0YWlsLXNob3dpbmctbWFnbmV0aWMtc2FmZXR5LXN3aXRjaC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDA5OjM2OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL1BhbnRoZW9ucy1yZWRlc2lnbmVkLVBNMjAtbWl4ZXIuLURldGFpbC1zaG93aW5nLW1hZ25ldGljLXNhZmV0eS1zd2l0Y2guLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QYW50aGVvbidzIHJlZGVzaWduZWQgUE0yMCBtaXhlci4gRGV0YWlsIHNob3dpbmcgbWFnbmV0aWMgc2FmZXR5IHN3aXRjaC48L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBhbnRoZW9uJ3MgcmUtZGVzaWduZWQgUE0yMCBwbGFuZXRhcnkgbWl4ZXIgaGFzIGltcG9ydGFudCBuZXcgc2FmZXR5IGZlYXR1cmVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC9wYW50aGVvbi1taXhlci1zdXBlci1zYWZlLWZlYXR1cmVzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMDk6NTM6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvcGFudGhlb24ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBhbnRoZW9uIHJlLWxhdW5jaGVzIG1peGVyIHdpdGggbmV3LCBzdXBlci1zYWZlIGZlYXR1cmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5QYW50aGVvbiByZS1sYXVuY2hlcyBtaXhlciB3aXRoIG5ldywgc3VwZXItc2FmZSBmZWF0dXJlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDQvcGFudGhlb24tbWl4ZXItc3VwZXItc2FmZS1mZWF0dXJlcy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDA5OjUzOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3BhbnRoZW9uMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGFudGhlb24gcmUtbGF1bmNoZXMgbWl4ZXIgd2l0aCBuZXcsIHN1cGVyLXNhZmUgZmVhdHVyZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBhbnRoZW9uIHJlLWxhdW5jaGVzIG1peGVyIHdpdGggbmV3LCBzdXBlci1zYWZlIGZlYXR1cmVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC9zYW10b3VjaC1wb3MtcHJvZmVzc2lvbmFsLXJlc3RhdXJhdGV1ci88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDEwOjQwOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3NhbXRvdWNoMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2FtdG91Y2ggUE9TIHNvZnR3YXJlIG9mZmVycyBhIGhpZ2ggbGV2ZWwgb2YgZmVhdHVyZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNhbXRvdWNoIFBPUyBzb2Z0d2FyZSBvZmZlcnMgYSBoaWdoIGxldmVsIG9mIGZlYXR1cmVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC9zYW10b3VjaC1wb3MtcHJvZmVzc2lvbmFsLXJlc3RhdXJhdGV1ci88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDEwOjQxOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3NhbXRvdWNoMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2FtdG91Y2ggUE9TIHNvZnR3YXJlIG9mZmVycyBhIGhpZ2ggbGV2ZWwgb2YgZmVhdHVyZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNhbXRvdWNoIFBPUyBzb2Z0d2FyZSBvZmZlcnMgYSBoaWdoIGxldmVsIG9mIGZlYXR1cmVzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNC9zYW10b3VjaC1wb3MtcHJvZmVzc2lvbmFsLXJlc3RhdXJhdGV1ci88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDEwOjQyOjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0hpc2Vuc2UtSEstOTUwLU5vMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlaXIgbmV3IFBPUyBzb2Z0d2FyZSBvZmZlcnMgYSBoaWdoIGxldmVsIG9mIGZlYXR1cmVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UaGVpciBuZXcgUE9TIHNvZnR3YXJlIG9mZmVycyBhIGhpZ2ggbGV2ZWwgb2YgZmVhdHVyZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzA3L2Nhc3VhbC1kaW5pbmctcmVzdGF1cmFudC1hd2FyZHMtMjAxOS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDExOjE3OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0NEUzIwMTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkF6enVycmkgR3JvdXAgJmFtcDsgV2FnYW1hbWEgd2lubmVycyBvZiBDYXN1YWwgRGluaW5nIFJlc3RhdXJhbnQgQXdhcmRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Benp1cnJpIEdyb3VwICZhbXA7IFdhZ2FtYW1hIHdpbm5lcnMgb2YgQ2FzdWFsIERpbmluZyBSZXN0YXVyYW50IEF3YXJkczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDQvb2xkLW1vdXQtZmxhdm91cmVkLWNpZGVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTE6MzI6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvT1RQX09MRE1PVVRfNzAyeDMzNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T2xkIE1vdXQgaXMgZXhwYW5kaW5nIHRoZWlyIGZsYXZvdXJlZCBjaWRlciByYW5nZSAtIFJhc3BiZXJyeSAmYW1wOyBQaW5lYXBwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk9sZCBNb3V0IGlzIGV4cGFuZGluZyB0aGVpciBmbGF2b3VyZWQgY2lkZXIgcmFuZ2UgLSBSYXNwYmVycnkgJmFtcDsgUGluZWFwcGxlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNy9jb2NrdGFpbC1nbGFzc3dhcmUtYXJ0aXMtbWl4b2xvZ3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMTo0NzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9NSVhPTE9HWS01LTIwMTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFydGlzIFVLIGxhdW5jaGVzIGEgbmV3IG1peG9sb2d5IGNvY2t0YWlsIGdsYXNzd2FyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QXJ0aXMgVUsgbGF1bmNoZXMgYSBuZXcgbWl4b2xvZ3kgY29ja3RhaWwgZ2xhc3N3YXJlPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNy9jb2NrdGFpbC1nbGFzc3dhcmUtYXJ0aXMtbWl4b2xvZ3kvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMTo0ODowNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9NaXhvbG9neS1hbmQtSW5jYW50by5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWl4b2xvZ3kgYW5kIEluY2FudG88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkFydGlzIFVLIGxhdW5jaGVzIGEgbmV3IG1peG9sb2d5IGNvY2t0YWlsIGdsYXNzd2FyZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMDcvY29ja3RhaWwtZ2xhc3N3YXJlLWFydGlzLW1peG9sb2d5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTE6NTE6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvTUlYT0xPR1ktMjAxOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXJ0aXMgVUsgbGF1bmNoZXMgYSBuZXcgbWl4b2xvZ3kgY29ja3RhaWwgZ2xhc3N3YXJlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5BcnRpcyBVSyBsYXVuY2hlcyBhIG5ldyBtaXhvbG9neSBjb2NrdGFpbCBnbGFzc3dhcmU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzA3L2FyeXp0YS1jaGVlc2VjYWtlLXN3aXJsLWJyb29raWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMjowMTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9DaGVlc2VjYWtlLVN3aXJsLUJyb29raWUtU2VydmluZy1TdWdnZXN0aW9uLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DaGVlc2VjYWtlIFN3aXJsIEJyb29raWUgU2VydmluZyBTdWdnZXN0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzA3L2FyeXp0YS1jaGVlc2VjYWtlLXN3aXJsLWJyb29raWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMjowMzowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9DaGVlc2VjYWtlLVN3aXJsLUJyb29raWUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFSWVpUQSBoYXMgY3JlYXRlZCBhIGxhbmRtYXJrIOKAmHRyaS1icmlk4oCZIENoZWVzZWNha2UgU3dpcmwgQnJvb2tpZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QVJZWlRBIGhhcyBjcmVhdGVkIGEgbGFuZG1hcmsg4oCYdHJpLWJyaWTigJkgQ2hlZXNlY2FrZSBTd2lybCBCcm9va2llPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNi9kZXNwZXJhZG9zLWdsb2JhbC1icmFuZC1tYXJjaC0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTI6MjQ6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvSE5LLkRTUF8uRFJFLTA3X1BSSV9CVExfT1JJX1Zpc3VhbC0wMTEzOTIyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EZXNwZXJhZG9zIGlzIHJvbGxpbmcgb3V0IGEgbmV3LCBnbG9iYWwgYnJhbmQgcmVkZXNpZ24gaW4gdGhlIFVLIGZyb20gTWFyY2ggMjAxOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+IERlc3BlcmFkb3MgaXMgcm9sbGluZyBvdXQgYSBuZXcsIGdsb2JhbCBicmFuZCByZWRlc2lnbiBpbiB0aGUgVUsgZnJvbSBNYXJjaCAyMDE5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNi9kZXNwZXJhZG9zLWdsb2JhbC1icmFuZC1tYXJjaC0yMDE5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTI6MjY6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvSE5LLkRTUF8uRFJFLTA3X1NFQ18zeDMzY2wtQlRMX1dyYXBfT1JJX1Zpc3VhbDEzOTIyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EZXNwZXJhZG9zIGlzIHJvbGxpbmcgb3V0IGEgbmV3LCBnbG9iYWwgYnJhbmQgcmVkZXNpZ24gaW4gdGhlIFVLIGZyb20gTWFyY2ggMjAxOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+IERlc3BlcmFkb3MgaXMgcm9sbGluZyBvdXQgYSBuZXcsIGdsb2JhbCBicmFuZCByZWRlc2lnbiBpbiB0aGUgVUsgZnJvbSBNYXJjaCAyMDE5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vP3A9NDA2OTwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMDRUMTM6NDE6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvSm8tUHJvYmVydC1FcGljLVB1YnMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkpvIFByb2JlcnQgRXBpYyBQdWJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MDY5PC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMzo0NDowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9wb3N0ZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJvY2twb29sIEludmVzdG1lbnRzIGhhcyBhcHBvaW50ZWQgYSBuZXcgY2hhaXJtYW4gYW5kIE1EPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Sb2NrcG9vbCBJbnZlc3RtZW50cyBoYXMgYXBwb2ludGVkIGEgbmV3IGNoYWlybWFuIGFuZCBNRDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLz9wPTQwNjk8L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDEzOjQ0OjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL2xvZ28ucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJvY2twb29sIEludmVzdG1lbnRzIGhhcyBhcHBvaW50ZWQgYSBuZXcgY2hhaXJtYW4gYW5kIE1EPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Sb2NrcG9vbCBJbnZlc3RtZW50cyBoYXMgYXBwb2ludGVkIGEgbmV3IGNoYWlybWFuIGFuZCBNRDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLz9wPTQwNjk8L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDEzOjQ3OjE4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3JvY2twb29sLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Sb2NrcG9vbCBJbnZlc3RtZW50cyBoYXMgYXBwb2ludGVkIGEgbmV3IGNoYWlybWFuIGFuZCBNRDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+Um9ja3Bvb2wgSW52ZXN0bWVudHMgaGFzIGFwcG9pbnRlZCBhIG5ldyBjaGFpcm1hbiBhbmQgTUQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzA3L2RydXJ5LWNvZmZlZS1wYWNrYWdpbmctcmVjeWNsYWJsZS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDEzOjU1OjEyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0xhbWluYXRlLXBhY2tpbmctbWFjaGluZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RHJ1cnkgbGF1bmNoZXMgYSBuZXcgaW5pdGlhdGl2ZSB0byByZWN5Y2xlIGl0cyB1c2VkIGNvZmZlZSBwYWNrYWdpbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRydXJ5IGxhdW5jaGVzIGEgbmV3IGluaXRpYXRpdmUgdG8gcmVjeWNsZSBpdHMgdXNlZCBjb2ZmZWUgcGFja2FnaW5nPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNy9kcnVyeS1jb2ZmZWUtcGFja2FnaW5nLXJlY3ljbGFibGUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0wNFQxMzo1OTo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9FeHBvcnQtcmFuZ2UtMi1lc3ByZXNzby1iZWFucy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RHJ1cnkgbGF1bmNoZXMgYSBuZXcgaW5pdGlhdGl2ZSB0byByZWN5Y2xlIGl0cyB1c2VkIGNvZmZlZSBwYWNrYWdpbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRydXJ5IGxhdW5jaGVzIGEgbmV3IGluaXRpYXRpdmUgdG8gcmVjeWNsZSBpdHMgdXNlZCBjb2ZmZWUgcGFja2FnaW5nPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8wNy93cmFwbWFzdGVyLWdyZWVuZXItMjYtcGxhbnQtY2xpbmctZmlsbS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTA0VDE0OjE1OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL1dyYXBtYXN0ZXItU3VzdGFpbmFibGUtQ2xpbmctRmlsbS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V3JhcG1hc3RlciBnbyBncmVlbmVyIHdpdGggMjYlIHBsYW50LWJhc2VkIHN1c3RhaW5hYmxlIGNsaW5nIGZpbG0gKFBFKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+V3JhcG1hc3RlciBnbyBncmVlbmVyIHdpdGggMjYlIHBsYW50LWJhc2VkIHN1c3RhaW5hYmxlIGNsaW5nIGZpbG0gKFBFKTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTEvYWxsYW4tc3RldmVuc29uLWhpc3RvcnktZ2xhc3N3YXJlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTFUMDk6MTI6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvYmxhY2stYW5kLXdoaXRlLTEyODQwNzJfNjQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5BbGxhbiBTdGV2ZW5zb24gY2hhdHMgd2l0aCBPbnRyYWRlIFByb2dyZXNzIGFib3V0IHRoZSBoaXN0b3J5IG9mIGdsYXNzd2FyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QWxsYW4gU3RldmVuc29uIGNoYXRzIHdpdGggT250cmFkZSBQcm9ncmVzcyBhYm91dCB0aGUgaGlzdG9yeSBvZiBnbGFzc3dhcmU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzEyL2JyaWdpZC1zaW1tb25kcy1iYnBhLW9udHJhZGUtcHJvZ3Jlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQwOTo0Njo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9iYXItMjIwOTgxM182NDAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyaWdpZCBTaW1tb25kcywgQ2hpZWYgRXhlY3V0aXZlIG9mIHRoZSBCQlBBIGNoYXRzIHRvwqBPbnRyYWRlIFByb2dyZXNzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CcmlnaWQgU2ltbW9uZHMsIENoaWVmIEV4ZWN1dGl2ZSBvZiB0aGUgQkJQQSBjaGF0cyB0b8KgT250cmFkZSBQcm9ncmVzczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTIvYnJpZ2lkLXNpbW1vbmRzLWJicGEtb250cmFkZS1wcm9ncmVzcy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDA5OjU0OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL2Jhci0yMjA5ODEzXzEyODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyaWdpZCBTaW1tb25kcywgQ2hpZWYgRXhlY3V0aXZlIG9mIHRoZSBCQlBBIGNoYXRzIHRvwqBPbnRyYWRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CcmlnaWQgU2ltbW9uZHMsIENoaWVmIEV4ZWN1dGl2ZSBvZiB0aGUgQkJQQSBjaGF0cyB0b8KgT250cmFkZSA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzEyL2JyaWdpZC1zaW1tb25kcy1iYnBhLW9udHJhZGUtcHJvZ3Jlc3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQwOTo1NjozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9iYXItMjIwOTgxM18xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmlnaWQgU2ltbW9uZHMsIENoaWVmIEV4ZWN1dGl2ZSBvZiB0aGUgQkJQQSBjaGF0cyB0b8KgT250cmFkZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnJpZ2lkIFNpbW1vbmRzLCBDaGllZiBFeGVjdXRpdmUgb2YgdGhlIEJCUEEgY2hhdHMgdG/CoE9udHJhZGUgPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xMy9iZWF1bW9udC1kaXNjdXNzLWltcG9ydGFudC1vcHRpY3MvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQxMDowMToxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9EU0NfMDEwMC1lMTU1MjI5ODc0MjQxMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RFNDXzAxMDA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTMvYmVhdW1vbnQtZGlzY3Vzcy1pbXBvcnRhbnQtb3B0aWNzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTFUMTA6MTA6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvZHJpbmstMTg3MDEzOV8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PcHRpY3MgaGF2ZSBsb25nIGJlZW4gc3RhbmRpbmcgYXMgdGhlIG1vc3QgYWNjdXJhdGUgd2F5IG9mIHBvdXJpbmcgc3Bpcml0cyAmYW1wOyBCZWF1bW9udCBpcyBvbmUgb2YgdGhlIGxhcmdlc3QgbWFudWZhY3R1cmVyczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T3B0aWNzIGhhdmUgbG9uZyBiZWVuIHN0YW5kaW5nIGFzIHRoZSBtb3N0IGFjY3VyYXRlIHdheSBvZiBwb3VyaW5nIHNwaXJpdHMgJmFtcDsgQmVhdW1vbnQgaXMgb25lIG9mIHRoZSBsYXJnZXN0IG1hbnVmYWN0dXJlcnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9naWZmYXJkMS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDEwOjI1OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0dpZmZhcmQxLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaWZmYXJkIGlzIGFuIGluZGVwZW5kZW50LCBmYW1pbHktb3duZWQgY29tcGFueSBzcGVjaWFsaXppbmcgaW4gbGlxdWV1cnMgYW5kIHN5cnVwczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+IEdpZmZhcmQgaXMgYW4gaW5kZXBlbmRlbnQsIGZhbWlseS1vd25lZCBjb21wYW55IHNwZWNpYWxpemluZyBpbiBsaXF1ZXVycyBhbmQgc3lydXBzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vZ2lmZmFyZDIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQxMDozMTozN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9naWZmYXJkMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2lmZmFyZCBpcyBhbiBpbmRlcGVuZGVudCwgZmFtaWx5LW93bmVkIGNvbXBhbnkgc3BlY2lhbGl6aW5nIGluIGxpcXVldXJzIGFuZCBzeXJ1cHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPiBHaWZmYXJkIGlzIGFuIGluZGVwZW5kZW50LCBmYW1pbHktb3duZWQgY29tcGFueSBzcGVjaWFsaXppbmcgaW4gbGlxdWV1cnMgYW5kIHN5cnVwczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2dpZmZhcmRfcmh1YmFyYi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDEwOjM2OjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0dJRkZBUkRfUmh1YmFyYi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2lmZmFyZCBpcyBhbiBpbmRlcGVuZGVudCwgZmFtaWx5LW93bmVkIGNvbXBhbnkgc3BlY2lhbGl6aW5nIGluIGxpcXVldXJzIGFuZCBzeXJ1cHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPiBHaWZmYXJkIGlzIGFuIGluZGVwZW5kZW50LCBmYW1pbHktb3duZWQgY29tcGFueSBzcGVjaWFsaXppbmcgaW4gbGlxdWV1cnMgYW5kIHN5cnVwczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL2JlYWNoLTg0NTMzXzE5MjAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQxMDo1NDoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9iZWFjaC04NDUzM18xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5HaWZmYXJkIGJhY2tlZCBieSBzdHJvbmcgdmFsdWVzLCBpdCBoYXMgYnVpbHQgaXRzIHN1Y2Nlc3Mgb24gcXVhbGl0eSBwcm9kdWN0cywgaW5jbHVkaW5nIHRoZWlywqBzaWduYXR1cmUgTWVudGhlLVBhc3RpbGxlLCBhIHJlYWwgZW1ibGVtIG9mIHRoZSBicmFuZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+R2lmZmFyZCBiYWNrZWQgYnkgc3Ryb25nIHZhbHVlcywgaXQgaGFzIGJ1aWx0IGl0cyBzdWNjZXNzIG9uIHF1YWxpdHkgcHJvZHVjdHMsIGluY2x1ZGluZyB0aGVpcsKgc2lnbmF0dXJlIE1lbnRoZS1QYXN0aWxsZSwgYSByZWFsIGVtYmxlbSBvZiB0aGUgYnJhbmQ8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE1L2JyZXdlci1hc2FoaS1idXlzLWZ1bGxlcnMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQxMToxMToxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Kb2huLVBvcnRlcl9Mb25kb24tUHJpZGUtMzMwbWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyZXdlciBGdWxsZXLigJlzIHRvIHNlbGwgaXRzIGJyYW5kcyB0byBnbG9iYWwgYnJld2VyIEFzYWhpPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5CcmV3ZXIgRnVsbGVy4oCZcyB0byBzZWxsIGl0cyBicmFuZHMgdG8gZ2xvYmFsIGJyZXdlciBBc2FoaTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTUvYnJld2VyLWFzYWhpLWJ1eXMtZnVsbGVycy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDExOjE1OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL2JlZXItMjE2NjAwNF8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CcmV3ZXIgRnVsbGVy4oCZcyB0byBzZWxsIGl0cyBicmFuZHMgdG8gZ2xvYmFsIGJyZXdlciBBc2FoaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QnJld2VyIEZ1bGxlcuKAmXMgdG8gc2VsbCBpdHMgYnJhbmRzIHRvIGdsb2JhbCBicmV3ZXIgQXNhaGk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE1L2l0YWxpYW4tZ3JhcGUtdmFyaWV0aWVzLWF1c3RyYWxpYS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDExOjM0OjQ0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL2dyYXBlcy0yNzYwNzBfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXVzc2llIHdpbmVtYWtlcnMgaGF2ZSBiZWVuIGV4cGVyaW1lbnRpbmcgd2l0aCBJdGFsaWFuIGdyYXBlIHZhcmlldGllczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+QXVzc2llIHdpbmVtYWtlcnMgaGF2ZSBiZWVuIGV4cGVyaW1lbnRpbmcgd2l0aCBJdGFsaWFuIGdyYXBlIHZhcmlldGllczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTUvaXRhbGlhbi1ncmFwZS12YXJpZXRpZXMtYXVzdHJhbGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTFUMTI6Mjg6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvZ3JhcGVzLTM1NTA3MzNfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QXVzdHJhbGlhbiB3aW5lbWFrZXJzIGhhdmUgYmVlbiBleHBlcmltZW50aW5nIHdpdGggSXRhbGlhbiBncmFwZSB2YXJpZXRpZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkF1c3RyYWxpYW4gd2luZW1ha2VycyBoYXZlIGJlZW4gZXhwZXJpbWVudGluZyB3aXRoIEl0YWxpYW4gZ3JhcGUgdmFyaWV0aWVzIDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTIvY2Fzay1kcmlua2Vycy1tYXJxdWUvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMVQxMzoyNDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Ecmlua2Vycy0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXNrIGRyaW5rZXJzIGFyZSBtb3JlIGxpa2VseSB0byB2aXNpdCB0aGUgcHViPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5DYXNrIGRyaW5rZXJzIGFyZSBtb3JlIGxpa2VseSB0byB2aXNpdCB0aGUgcHViPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xMi9jYXNrLWRyaW5rZXJzLW1hcnF1ZS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDEzOjMxOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0IxNTMxMzItUkVDUlVJVE1FTlQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNhc2sgZHJpbmtlcnMgYXJlIG1vcmUgbGlrZWx5IHRvIHZpc2l0IHRoZSBwdWI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTMvYnJld2Vycy1hc3NvY2lhdGlvbi1kcmF1Z2h0LWJlZXItcXVhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTExVDE0OjEwOjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0V2ZW50cy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QnJld2VycyBBc3NvY2lhdGlvbjogRHJhdWdodCBiZWVyIHF1YWxpdHkgLSBNb3JlIGltcG9ydGFudCB0aGFuIGV2ZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJyZXdlcnMgQXNzb2NpYXRpb246IERyYXVnaHQgYmVlciBxdWFsaXR5IC0gTW9yZSBpbXBvcnRhbnQgdGhhbiBldmVyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNC9tZWxpdHRhLXByb2Zlc3Npb25hbC1jb2ZmZWUtc29sdXRpb25zLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTFUMTU6MDE6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvY29mZmVlLWJlYW5zLTYxODg1OF8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NZWxpdHRhIFByb2Zlc3Npb25hbCBDb2ZmZWUgU29sdXRpb25zIGhhcyByZWNydWl0ZWQgQnJhZCBKb3VybmV0LVJvYmluczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWVsaXR0YSBQcm9mZXNzaW9uYWwgQ29mZmVlIFNvbHV0aW9ucyBoYXMgcmVjcnVpdGVkIEJyYWQgSm91cm5ldC1Sb2JpbnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzEyL2dhbWJsaW5nLWNvbW1pc3Npb24tdWtob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTEyVDA5OjMyOjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3Nsb3QtbWFjaGluZS0xNTk5NzJfMTI4MC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RGF0YSBmcm9tIHRoZSBHYW1ibGluZyBDb21taXNzaW9uIGRvZXNuJ3QgcmVmbGVjdCB3ZWxsIGZvciBwdWJzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5EYXRhIGZyb20gdGhlIEdhbWJsaW5nIENvbW1pc3Npb24gZG9lc24ndCByZWZsZWN0IHdlbGwgZm9yIHB1YnM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzEyL2dhbWJsaW5nLWNvbW1pc3Npb24tdWtob3NwaXRhbGl0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTEyVDA5OjQyOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3NodXR0ZXJzdG9ja18xMjcyNDU3NzkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRhdGEgZnJvbSB0aGUgR2FtYmxpbmcgQ29tbWlzc2lvbiBkb2Vzbid0IHJlZmxlY3Qgd2VsbCBmb3IgcHViczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RGF0YSBmcm9tIHRoZSBHYW1ibGluZyBDb21taXNzaW9uIGRvZXNuJ3QgcmVmbGVjdCB3ZWxsIGZvciBwdWJzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNS9oZWFsdGh5LWhvc3BvLWxvdmUtd2VsbC1sb3ZlLWRyaW5rcy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTEyVDEwOjE0OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0lNR185NTgwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PVFAgcmVjZW50bHkgYXR0ZW5kZWQgdGhlIExvdmUgV2VsbCB3b3Jrc2hvcCBob3N0ZWQgYnkgTG92ZSBEcmlua3MgaW4gYXNzb2NpYXRpb24gd2l0aCBIZWFsdGh5IEhvc3BvLjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T1RQIHJlY2VudGx5IGF0dGVuZGVkIHRoZSBMb3ZlIFdlbGwgd29ya3Nob3AgaG9zdGVkIGJ5IExvdmUgRHJpbmtzIGluIGFzc29jaWF0aW9uIHdpdGggSGVhbHRoeSBIb3Nwby48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L2VmZmVjdGl2ZS1lbWFpbC1tYXJrZXRpbmctZmF0LW1lZGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTA6MzM6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvaGFuZC04OTU1ODhfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RW1haWwgbWFya2V0aW5nIGlzIHdpZGVseSBwcmFpc2VkIGFzIGdpdmluZyB0aGUgaGlnaGVzdCByZXR1cm4gb24gaW52ZXN0bWVudDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+RW1haWwgbWFya2V0aW5nIGlzIHdpZGVseSBwcmFpc2VkIGFzIGdpdmluZyB0aGUgaGlnaGVzdCByZXR1cm4gb24gaW52ZXN0bWVudDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvb3V0ZG9vci1mdXJuaXR1cmUtc2t5bGluZS1kZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxMToyNzozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9IT1JJWk9OLURFVEFJTC0xLUxSLTEtMTAyNHg2ODQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNreWxpbmUgRGVzaWduIHJlbGVhc2UgdGhlaXIgb3V0ZG9vciBmdXJuaXR1cmUgY2F0YWxvZ3VlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Ta3lsaW5lIERlc2lnbiByZWxlYXNlIHRoZWlyIG91dGRvb3IgZnVybml0dXJlIGNhdGFsb2d1ZSA8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L291dGRvb3ItZnVybml0dXJlLXNreWxpbmUtZGVzaWduLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTE6Mjc6NThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvSE9SSVpPTi1ERVRBSUwtMi1MUi02ODR4MTAyNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2t5bGluZSBEZXNpZ24gcmVsZWFzZSB0aGVpciBvdXRkb29yIGZ1cm5pdHVyZSBjYXRhbG9ndWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlNreWxpbmUgRGVzaWduIHJlbGVhc2UgdGhlaXIgb3V0ZG9vciBmdXJuaXR1cmUgY2F0YWxvZ3VlIDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvb3V0ZG9vci1mdXJuaXR1cmUtc2t5bGluZS1kZXNpZ24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxMToyODo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9IT1JJWk9OLURFVEFJTC01LUxSLTY4NHgxMDI0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Ta3lsaW5lIERlc2lnbiByZWxlYXNlIHRoZWlyIG91dGRvb3IgZnVybml0dXJlIGNhdGFsb2d1ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+U2t5bGluZSBEZXNpZ24gcmVsZWFzZSB0aGVpciBvdXRkb29yIGZ1cm5pdHVyZSBjYXRhbG9ndWUgPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOS9yZWRyb2FzdGVyLWJyaWdodG9uLW1ha2VvdmVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTQ6MDA6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvZmM4MmU3YWJkZGRkYWU0YjM3MzYwNjliOGRiYjRjMDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJlZHJvYXN0ZXIsIEJyaWdodG9uLCB1bmRlcmdvZXMgYSBtYWtlIG92ZXIgYW5kIGl0J3Mgc3R1bm5pbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlJlZHJvYXN0ZXIsIEJyaWdodG9uLCB1bmRlcmdvZXMgYSBtYWtlIG92ZXIgYW5kIGl0J3Mgc3R1bm5pbmc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L3JlZHJvYXN0ZXItYnJpZ2h0b24tbWFrZW92ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxMzowMzoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9QaWtlLWFuZC1QaW5lLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QaWtlLWFuZC1QaW5lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L3JlZHJvYXN0ZXItYnJpZ2h0b24tbWFrZW92ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxMzowNDoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9SZWRSb2FzdGVyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5SZWRSb2FzdGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L3JlZHJvYXN0ZXItYnJpZ2h0b24tbWFrZW92ZXIvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxMzowNDo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9SZWRyb2FzdGVyX2Jhci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UHJvY2Vzc2VkIHdpdGggVlNDTyB3aXRoIGhiMiBwcmVzZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlByb2Nlc3NlZCB3aXRoIFZTQ08gd2l0aCBoYjIgcHJlc2V0PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOS9yZWRyb2FzdGVyLWJyaWdodG9uLW1ha2VvdmVyLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTM6NTk6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvUmVkLVJvYXN0ZXItUFdGLTA1MDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlJlZHJvYXN0ZXIsIEJyaWdodG9uLCB1bmRlcmdvZXMgYSBtYWtlIG92ZXIgYW5kIGl0J3Mgc3R1bm5pbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlJlZHJvYXN0ZXIsIEJyaWdodG9uLCB1bmRlcmdvZXMgYSBtYWtlIG92ZXIgYW5kIGl0J3Mgc3R1bm5pbmc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L2hlYWRzLXRhaWxzLW90cC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTEyVDE0OjIyOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0JyaWdhZG9vbi5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJyaWdhZG9vbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOC9oZWFkcy10YWlscy1vdHAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxNDoyMzoyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Eb3ZlLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RG92ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOC9oZWFkcy10YWlscy1vdHAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxNDozMjowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9GbG9yYWRvcmEuanBlZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5IZWFkcyArIFRhaWxzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5IZWFkcyArIFRhaWxzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOC9oZWFkcy10YWlscy1vdHAvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxNDoyNjozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9NaXN0bGV0b2UtUGluZS5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhlYWRzICsgVGFpbHMsIFdpbGwgUGFydHJpZGdlICZhbXA7IENocmlzdG9waGVyIERlbm5pcywgY2hhdCB0byB1cyBhYm91dCB0aGVpciB1bmlxdWUgdmVudWUuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5IZWFkcyArIFRhaWxzLCBXaWxsIFBhcnRyaWRnZSAmYW1wOyBDaHJpc3RvcGhlciBEZW5uaXMsIGNoYXQgdG8gdXMgYWJvdXQgdGhlaXIgdW5pcXVlIHZlbnVlLjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvaGVhZHMtdGFpbHMtb3RwLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTQ6MzE6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvUHJldHR5bWFuLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SGVhZHMgKyBUYWlsczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SGVhZHMgKyBUYWlsczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvaGVhZHMtdGFpbHMtb3RwLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTQ6Mjc6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvVGh1bmRlci5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhlYWRzICsgVGFpbHMsIGNoYXQgdG8gdXMgYWJvdXQgdGhlaXIgdW5pcXVlIHZlbnVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5IZWFkcyArIFRhaWxzLCBjaGF0IHRvIHVzIGFib3V0IHRoZWlyIHVuaXF1ZSB2ZW51ZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTkvbGVlLWt1bS1rZWUtcXVlc3Rpb25zLW1hcmlhLWNob25nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTU6MjM6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvRm9vZHNlcnZpY2UtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGVlIEt1bSBLZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkxlZSBLdW0gS2VlIGZvb2Qgc2VydmljZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTkvbGVlLWt1bS1rZWUtcXVlc3Rpb25zLW1hcmlhLWNob25nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTU6MTc6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvR2l6emktRXJza2luZXMtUG9ydG9iZWxsby1NdXNocm9vbS1CZWFuc3Byb3V0LWFuZC1TcHJpbmctT25pb24tQ3Jpc3B5LUJyb2tlbi1FZ2dzLXBvcnRyYWl0LXdpdGgtcHJvZHVjdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+R2l6emkgRXJza2luZSdzIFBvcnRvYmVsbG8gTXVzaHJvb20sIEJlYW5zcHJvdXQgYW5kIFNwcmluZyBPbmlvbiBDcmlzcHkgQnJva2VuIEVnZ3MgLSBMZWUgS3VtIEtlZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+R2l6emkgRXJza2luZSdzIFBvcnRvYmVsbG8gTXVzaHJvb20sIEJlYW5zcHJvdXQgYW5kIFNwcmluZyBPbmlvbiBDcmlzcHkgQnJva2VuIEVnZ3MgLSBMZWUgS3VtIEtlZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTkvbGVlLWt1bS1rZWUtcXVlc3Rpb25zLW1hcmlhLWNob25nLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTU6MjI6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvS2VuLUhvbXMtVmVnYW4tZnJpZW5kbHktU2ljaHVhbi1EYW4tRGFuLU5vb2RsZXMtbGFuZHNjYXBlLXdpdGgtcHJvZHVjdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWFyaWEgQ2hvbmcsIE1hbmFnaW5nIERpcmVjdG9yIG9mIExlZSBLdW0gS2VlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5HaXp6aSBFcnNraW5lJ3MgUG9ydG9iZWxsbyBNdXNocm9vbSwgQmVhbnNwcm91dCBhbmQgU3ByaW5nIE9uaW9uIENyaXNweSBCcm9rZW4gRWdncyAocG9ydHJhaXQgd2l0aCBwcm9kdWN0KTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTUvaXRhbGlhbi1ncmFwZS12YXJpZXRpZXMtYXVzdHJhbGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTU6NDk6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQXF1YXJpdXMtU2FuZ2lvdmVzZS1TaGlyYXotQVUyODIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkFxdWFyaXVzIFNhbmdpb3Zlc2UgU2hpcmF6IEFVMjgyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5BcXVhcml1cyBTYW5naW92ZXNlIFNoaXJheiBBVTI4MjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTUvaXRhbGlhbi1ncmFwZS12YXJpZXRpZXMtYXVzdHJhbGlhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTJUMTU6NDI6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQmVsbGEtTHVuYS1GaWFuby1hdTI4My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVsbGEgTHVuYSBGaWFubyBhdTI4MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNS9pdGFsaWFuLWdyYXBlLXZhcmlldGllcy1hdXN0cmFsaWEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxNTo0Mjo1N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9CZWxsYS1MdW5hLU5lcm8tREF2b2xhLUFVMjg0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWxsYSBMdW5hIE5lcm8gRCdBdm9sYSBBVTI4NDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNS9pdGFsaWFuLWdyYXBlLXZhcmlldGllcy1hdXN0cmFsaWEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xMlQxNTo0NzoyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9MYW5ld2F5LVZlcm1lbnRpbm8tQVUyOTcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhbmV3YXkgVmVybWVudGlubyBBVTI5NzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TGFuZXdheSBWZXJtZW50aW5vIEFVMjk3PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xM1QxMDo1MDo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9FQ1RTRC1fLVJlZ2lzdGVyLU5vdy1fLTcyOHgxNDIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVDVFNEIF8gUmVnaXN0ZXIgTm93IF8gNzI4eDE0MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xNC9nb3Zlcm5tZW50LXVraG9zcGl0YWxpdHktdGFyaWZmcy1mb29kLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTRUMDg6MzE6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvdWtoX2xvZ29fLV9oaV9yZXMtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUsgR292ZXJubWVudDogVUtIb3NwaXRhbGl0eSByZWFjdGlvbiB0byB0aGUgTm8gRGVhbCB0YXJpZmZzIG9uIGZvb2Q8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlVLIEdvdmVybm1lbnQ6IFVLSG9zcGl0YWxpdHkgcmVhY3Rpb24gdG8gdGhlIE5vIERlYWwgdGFyaWZmcyBvbiBmb29kPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8yMC9pdGFsaWFuLWRlbGktZGlmb3J0aS1sYXVuY2hlcy1icmV4aXQtYm94LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTRUMDg6NDg6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQlJFWElULUJPWC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SXRhbGlhbiBkZWxpIERpZm9ydGkgbGF1bmNoZXMgQnJleGl0IEJveCBpbmNhc2Ugb2YgZm9vZCBzaG9ydGFnZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkl0YWxpYW4gZGVsaSBEaWZvcnRpIGxhdW5jaGVzIEJyZXhpdCBCb3ggaW5jYXNlIG9mIGZvb2Qgc2hvcnRhZ2VzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vP3A9NDIwNjwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTRUMDk6MjI6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQ29ja3RhaWxzLWF0LUthaGFuaS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TWljaGVsaW4tc3RhcnJlZCBjaGVmIFBldGVyIEpvc2VwaCB3aWxsIHNoYXJlIHRoZSBjb29raW5nIHNraWxscyB0YXVnaHQgdG8gaGltIGJ5IGhpcyBtb3RoZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk1pY2hlbGluLXN0YXJyZWQgY2hlZiBQZXRlciBKb3NlcGggd2lsbCBzaGFyZSB0aGUgY29va2luZyBza2lsbHMgdGF1Z2h0IHRvIGhpbSBieSBoaXMgbW90aGVyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vP3A9NDIwNjwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTRUMDk6MjE6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvRGVzc2VydC1hdC1LYWhhbmkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRlc3NlcnQgYXQgS2FoYW5pPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MjA2PC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQwOToyMTo0MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Jbi10aGUta2l0Y2hlbi13aXRoLUthaGFuaV9zLVBldGVyLUpvc2VwaC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SW4gdGhlIGtpdGNoZW4gd2l0aCBLYWhhbmlfcyBQZXRlciBKb3NlcGg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLz9wPTQyMDY8L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDA5OjI2OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0luLXRoZS1raXRjaGVuLXdpdGgtS2FoYW5pX3MtUGV0ZXItSm9zZXBoLUlJLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JbiB0aGUga2l0Y2hlbiB3aXRoIEthaGFuaV9zIFBldGVyIEpvc2VwaCBJSTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWljaGVsaW4tc3RhcnJlZCBjaGVmIFBldGVyIEpvc2VwaCB3aWxsIHNoYXJlIHRoZSBjb29raW5nIHNraWxscyB0YXVnaHQgdG8gaGltIGJ5IGhpcyBtb3RoZXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MjA2PC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQwOToyNDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9LYWhhbmktZGlzaGVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NaWNoZWxpbi1zdGFycmVkIGNoZWYgUGV0ZXIgSm9zZXBoIHdpbGwgc2hhcmUgdGhlIGNvb2tpbmcgc2tpbGxzIHRhdWdodCB0byBoaW0gYnkgaGlzIG1vdGhlcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TWljaGVsaW4tc3RhcnJlZCBjaGVmIFBldGVyIEpvc2VwaCB3aWxsIHNoYXJlIHRoZSBjb29raW5nIHNraWxscyB0YXVnaHQgdG8gaGltIGJ5IGhpcyBtb3RoZXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MjA2PC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQwOToyMzoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9QZXRlci1Kb3NlcGgtYXQtS2FoYW5pLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QZXRlciBKb3NlcGg7IEthaGFuaSwgMSBXaWxicmFoYW0gUGxhY2UsIExvbmRvbiBTVzFYIDlBRTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+UGV0ZXIgSm9zZXBoOyBLYWhhbmksIDEgV2lsYnJhaGFtIFBsYWNlLCBMb25kb24gU1cxWCA5QUU8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MjA2PC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQwOToyNToyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9QZXRlci1Kb3NlcGgtS2FoYW5pLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5QZXRlciBKb3NlcGggS2FoYW5pPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5NaWNoZWxpbi1zdGFycmVkIGNoZWYgUGV0ZXIgSm9zZXBoIHdpbGwgc2hhcmUgdGhlIGNvb2tpbmcgc2tpbGxzIHRhdWdodCB0byBoaW0gYnkgaGlzIG1vdGhlcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvYm9oZW0tYnJld2VyeS1zdC1hdXN0ZWxsLWNvbGxhYm9yYXRpb24vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQwOTozODo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Cb2hlbS1TdC1BdXN0ZWwtY29sbGFiLTIwMTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxlZnQgdG8gcmlnaHQgTWF0ZWogS3JpemVrLCBQZXRyIFNrb2NlayBhbmQgUm9nZXIgUnltYW4gYXQgdGhlIEJvaGVtIEJyZXdlcnkgaW4gTG9uZG9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Cb2hlbSBCcmV3ZXJ5IGFuZCBTdCBBdXN0ZWxsIGxhdW5jaCBjb2xsYWJvcmF0aW9uIGxhZ2VyPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8yMS9ib2hlbS1icmV3ZXJ5LXN0LWF1c3RlbGwtY29sbGFib3JhdGlvbi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDA5OjM4OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL090YWthci1sb2dvLUJvaGVtLUJyZXdlcnkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJvaGVtIEJyZXdlcnkgYW5kIFN0IEF1c3RlbGwgbGF1bmNoIGNvbGxhYm9yYXRpb24gbGFnZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkJvaGVtIEJyZXdlcnkgYW5kIFN0IEF1c3RlbGwgbGF1bmNoIGNvbGxhYm9yYXRpb24gbGFnZXI8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzIxL2JyZXhpdC1zdXN0YWluYWJsZS1seW54LXB1cmNoYXNpbmcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQwOTo1ODoxOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9GcmVzaC1yaHViYXJiLWZvci1zcHJpbmctbWVudXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZyZXNoIHJodWJhcmIgZm9yIFNwcmluZyBtZW51czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TG9vayBiZXlvbmQgQnJleGl0IHRvIGEgc3VzdGFpbmFibGUgYXBwcm9hY2gsIHVyZ2VzIEx5bnggUHVyY2hhc2luZzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvYnJleGl0LXN1c3RhaW5hYmxlLWx5bngtcHVyY2hhc2luZy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDEwOjAyOjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL2Zvb2QtMTkzMjQ2Nl8xOTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5mb29kLTE5MzI0NjZfMTkyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TG9vayBiZXlvbmQgQnJleGl0IHRvIGEgc3VzdGFpbmFibGUgYXBwcm9hY2gsIHVyZ2VzIEx5bnggUHVyY2hhc2luZzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvY2FtcmEtYnJleGl0LWJyaXRpc2gtcHVicy88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDEwOjIxOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3RodXJnb2xhbmQtMTA2MjQwXzE5MjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRodXJnb2xhbmQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNBTVJBOiBCcmV4aXQgY291bGQgYmUgYSBnYW1lLWNoYW5nZXIgZm9yIEJyaXRpc2ggcHViczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTQvdWtob3NwaXRhbGl0eS1kaXZlcnNpdHktZm9ydW0vPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0xNFQxMToxOTozNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy91a2hfbG9nb18tX2hpX3Jlcy0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5VS0hvc3BpdGFsaXR5IGVzdGFibGlzaGVzIG5ldyBEaXZlcnNpdHkgRm9ydW0gdG8gcHJvbW90ZSBlcXVhbGl0eTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUtIb3NwaXRhbGl0eSBlc3RhYmxpc2hlcyBuZXcgRGl2ZXJzaXR5IEZvcnVtIHRvIHByb21vdGUgZXF1YWxpdHk8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE0L2Nhc3VhbC1kaW5pbmctcHViLXNlY3Rvci1leGNlbC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE0VDExOjU3OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL2NkczIwMTliLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXN1YWwgRGluaW5nIEdyb3VwIHdvd3MgcmVzdGF1cmFudCAmYW1wOyBwdWIgc2VjdG9yIGF0IGl0cyBuZXcgRXhDZUw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNhc3VhbCBEaW5pbmcgR3JvdXAgd293cyByZXN0YXVyYW50ICZhbXA7IHB1YiBzZWN0b3IgYXQgaXRzIG5ldyBFeENlTDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTQvY2FzdWFsLWRpbmluZy1wdWItc2VjdG9yLWV4Y2VsLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTRUMTM6MDY6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvQ0RTMjAxOS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5DYXN1YWwgRGluaW5nIEdyb3VwIHdvd3MgcmVzdGF1cmFudCAmYW1wOyBwdWIgc2VjdG9yIGF0IGl0cyBuZXcgRXhDZUw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkNhc3VhbCBEaW5pbmcgR3JvdXAgd293cyByZXN0YXVyYW50ICZhbXA7IHB1YiBzZWN0b3IgYXQgaXRzIG5ldyBFeENlTDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvZHJ1cnktY29mZmVlLWNvbXBhbnktZm91ci1uZXctdGVhLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMDk6MTA6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvMjAxOS1OZXctUHlyYW1pZC12YXJpZXRpZXMtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RHJ1cnkgVGVhICZhbXA7IENvZmZlZSBDb21wYW55IGFkZHMgZm91ciBuZXcgdmFyaWV0aWVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5EcnVyeSBUZWEgJmFtcDsgQ29mZmVlIENvbXBhbnkgYWRkcyBmb3VyIG5ldyB2YXJpZXRpZXM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L2RydXJ5LWNvZmZlZS1jb21wYW55LWZvdXItbmV3LXRlYS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE4VDA4OjQ3OjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzLzIwMTktTmV3LVRlYS1QeXJhbWlkcy0yLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5EcnVyeSBUZWEgJmFtcDsgQ29mZmVlIENvbXBhbnkgYWRkcyBmb3VyIG5ldyB2YXJpZXRpZXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkRydXJ5IFRlYSAmYW1wOyBDb2ZmZWUgQ29tcGFueSBhZGRzIGZvdXIgbmV3IHZhcmlldGllczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvc291cy12aWRlLWNoaWlsLWZyZWV6ZXJzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMDk6MjY6NTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvU291cy1WaWRlLVRvb2xzLWJsYXN0LWNoaWxsZXIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNvdXMgVmlkZSBUb29scyBibGFzdCBjaGlsbGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5Tb3VzIFZpZGUgVG9vbHMgYmxhc3QgY2hpbGxlcjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvZmFsY29uLWVsZWN0cmlmaWVzLWY5MDAtY2hhcmdyaWxsLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMDk6Mzc6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvU291cy1WaWRlLVRvb2xzLWJsYXN0LWNoaWxsZXItMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U291cyBWaWRlIFRvb2xzIGJsYXN0IGNoaWxsZXI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvZmFsY29uLWVsZWN0cmlmaWVzLWY5MDAtY2hhcmdyaWxsLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMDk6NDA6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvRmFsY29ucy1GOTAwLWVsZWN0cmljLWNoYXJncmlsbC1tb2RlbC1FOTQ5MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGhlIEZhbGNvbiBGOTAwIGVsZWN0cmljIGNoYXJncmlsbCBtb2RlbCBFOTQ5MDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGhlIEZhbGNvbiBGOTAwIGVsZWN0cmljIGNoYXJncmlsbCBtb2RlbCBFOTQ5MDwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvYW5pbWFsLXdlbGZhcmUtZ292ZXJubWVudC1jb21taXRtZW50LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMDk6NTk6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvZWdnLTQwMjYzNzRfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SW5kdXN0cnkgZ3JvdXBzIHF1ZXN0aW9uIGdvdmVybm1lbnQgY29tbWl0bWVudCB0byBhbmltYWwgd2VsZmFyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW5kdXN0cnkgZ3JvdXBzIHF1ZXN0aW9uIGdvdmVybm1lbnQgY29tbWl0bWVudCB0byBhbmltYWwgd2VsZmFyZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvYW5pbWFsLXdlbGZhcmUtZ292ZXJubWVudC1jb21taXRtZW50LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMTA6MDE6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvYW5pbWFsLTE4NTE0OTVfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SW5kdXN0cnkgZ3JvdXBzIHF1ZXN0aW9uIGdvdmVybm1lbnQgY29tbWl0bWVudCB0byBhbmltYWwgd2VsZmFyZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+SW5kdXN0cnkgZ3JvdXBzIHF1ZXN0aW9uIGdvdmVybm1lbnQgY29tbWl0bWVudCB0byBhbmltYWwgd2VsZmFyZTwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvZm9vZC1hZHZlcnRpc2luZy1oYXJtLWhvc3BpdGFsaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMTA6MTk6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvbWVkaXRlcnJhbmVhbi0zNDY5OTdfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Rm9vZCBhZHZlcnRpc2luZyByZXN0cmljdGlvbnMgd2lsbCBoYXJtIHRoZSBob3NwaXRhbGl0eSBzZWN0b3I8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPkZvb2QgYWR2ZXJ0aXNpbmcgcmVzdHJpY3Rpb25zIHdpbGwgaGFybSB0aGUgaG9zcGl0YWxpdHkgc2VjdG9yPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOC9zdC1wYXRyaWNrcy1kYXktamFtZXNvbi88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE4VDEwOjU1OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3doaXNrZXktaGVyb0xhbmRzY2FwZV8xNjAweDkwMC5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkphbWVzb24gY2VsZWJyYXRlIFN0LiBQYXRyaWNrJ3MgRGF5IHdpdGggYW4gb2ZmLXRoZS1ncmlkIGNlbGVicmF0aW9uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5KYW1lc29uIGNlbGVicmF0ZSBTdC4gUGF0cmljaydzIERheSB3aXRoIGFuIG9mZi10aGUtZ3JpZCBjZWxlYnJhdGlvbjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMTgvbW9sc29uLWNvb3JzLXNreS1sYXVuY2gtbmV3LXBhcnRuZXJzaGlwLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMThUMTY6MjY6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvOEZEQTRENzMtNEM3MC00MEY5LUE2Q0QtMEQ2RDBGMjNDRjhFLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Nb2xzb24gQ29vcnMgYW5kIFNreSBsYXVuY2ggbmV3IHNpbXBsaWZpZWQgcGFydG5lcnNoaXAgZGVhbDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+TW9sc29uIENvb3JzIGFuZCBTa3kgbGF1bmNoIG5ldyBzaW1wbGlmaWVkIHBhcnRuZXJzaGlwIGRlYWw8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE4L21vbHNvbi1jb29ycy1za3ktbGF1bmNoLW5ldy1wYXJ0bmVyc2hpcC88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE4VDE2OjI1OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0UyOTkxREI5LTEzREItNDY2RC04QkQ1LUQ3QThCMTVGNTZDQy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TW9sc29uIENvb3JzIGFuZCBTa3kgbGF1bmNoIG5ldyBzaW1wbGlmaWVkIHBhcnRuZXJzaGlwIGRlYWw8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPk1vbHNvbiBDb29ycyBhbmQgU2t5IGxhdW5jaCBuZXcgc2ltcGxpZmllZCBwYXJ0bmVyc2hpcCBkZWFsPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8yMS90YW5zdW4taGVhdGluZy1wYW5lbHMtaW5kb29yLzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMTlUMDk6MDA6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvVGFuc3VuNDktaW1hZ2UtMS1oaWdoLXJlcy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGFuc3VuJ3MgcmFkaWFudCBoZWF0aW5nIHBhbmVscyBhcmUgdGhlIGZ1dHVyZSBvZiBpbmRvb3IgaGVhdGluZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VGFuc3VuJ3MgcmFkaWFudCBoZWF0aW5nIHBhbmVscyBhcmUgdGhlIGZ1dHVyZSBvZiBpbmRvb3IgaGVhdGluZzwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjEvdGFuc3VuLWhlYXRpbmctcGFuZWxzLWluZG9vci88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE5VDA4OjU5OjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL1RhbnN1bjQ5LWltYWdlLTItaGlnaC1yZXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRhbnN1bidzIHJhZGlhbnQgaGVhdGluZyBwYW5lbHMgYXJlIHRoZSBmdXR1cmUgb2YgaW5kb29yIGhlYXRpbmc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRhbnN1bidzIHJhZGlhbnQgaGVhdGluZyBwYW5lbHMgYXJlIHRoZSBmdXR1cmUgb2YgaW5kb29yIGhlYXRpbmc8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzAzLzE5L3VraG9zcGl0YWxpdHktaW5kdXN0cmlhbC1zdHJhdGVneS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE5VDA5OjMxOjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL3VraF9sb2dvXy1faGlfcmVzLTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlVLSG9zcGl0YWxpdHk6IENvbGxhYm9yYXRpb24ga2V5IHRvIEluZHVzdHJpYWwgU3RyYXRlZ3kgc3VjY2VzczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUtIb3NwaXRhbGl0eTogQ29sbGFib3JhdGlvbiBrZXkgdG8gSW5kdXN0cmlhbCBTdHJhdGVneSBzdWNjZXNzPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8xOS9ob3NwaXRhbGl0eS1idXNpbmVzc2VzLXBwbC1pbmNyZWFzZS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTE5VDEzOjExOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL211c2ljLTI4MDU1MDZfMTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UFBMIGZlZSBpbmNyZWFzZSB3aWxsIGNvc3QgaG9zcGl0YWxpdHkgYnVzaW5lc3NlcyBhbiBlc3RpbWF0ZWQgwqM0OW08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlBQTCBmZWUgaW5jcmVhc2Ugd2lsbCBjb3N0IGhvc3BpdGFsaXR5IGJ1c2luZXNzZXMgYW4gZXN0aW1hdGVkIMKjNDltPC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wMy8yNi9tYXJnb3QtZm91bmRhdGlvbi1jaGFyaXR5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDMtMjZUMDg6MjY6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvVGVhbU1hcmdvdFBpbmtzcGlyYXRpb25sb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UZWFtIE1hcmdvdCBGb3VuZGF0aW9uIGZvdW5kZXIgWWFzZXIgTWFydGluaSB3aXRoIHRoZSBUZWFtIE1hcmdvdCBBdGxhbnRpYyBSb3dlcnPigJkgY2FyIGFuZCBib2F0LCB3aGljaCB3aWxsIGJlIGdvaW5nIDMsMDAwIG1pbGVzIGFjcm9zcyB0aGUgQXRsYW50aWMgdG8gaGVscCBkcml2ZSBibG9vZCBzdGVtIGNlbGwgcmVnaXN0ZXIgc2lnbi11cHM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPlRlYW0gTWFyZ290IEZvdW5kYXRpb24gZm91bmRlciBZYXNlciBNYXJ0aW5pIHdpdGggdGhlIFRlYW0gTWFyZ290IEF0bGFudGljIFJvd2Vyc+KAmSBjYXIgYW5kIGJvYXQsIHdoaWNoIHdpbGwgYmUgZ29pbmcgMywwMDAgbWlsZXMgYWNyb3NzIHRoZSBBdGxhbnRpYyB0byBoZWxwIGRyaXZlIGJsb29kIHN0ZW0gY2VsbCByZWdpc3RlciBzaWduLXVwczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDMvMjYvbWFyZ290LWZvdW5kYXRpb24tY2hhcml0eS88L2xvYz48bGFzdG1vZD4yMDE5LTAzLTI2VDA4OjM0OjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL1RNYXRsYW50aWNyb3d5YXNlci5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VGVhbSBNYXJnb3QgRm91bmRhdGlvbiBmb3VuZGVyIFlhc2VyIE1hcnRpbmkgd2l0aCB0aGUgVGVhbSBNYXJnb3QgQXRsYW50aWMgUm93ZXJz4oCZIGNhciBhbmQgYm9hdCwgd2hpY2ggd2lsbCBiZSBnb2luZyAzLDAwMCBtaWxlcyBhY3Jvc3MgdGhlIEF0bGFudGljIHRvIGhlbHAgZHJpdmUgYmxvb2Qgc3RlbSBjZWxsIHJlZ2lzdGVyIHNpZ24tdXBzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj5UZWFtIE1hcmdvdCBGb3VuZGF0aW9uIGZvdW5kZXIgWWFzZXIgTWFydGluaSB3aXRoIHRoZSBUZWFtIE1hcmdvdCBBdGxhbnRpYyBSb3dlcnPigJkgY2FyIGFuZCBib2F0LCB3aGljaCB3aWxsIGJlIGdvaW5nIDMsMDAwIG1pbGVzIGFjcm9zcyB0aGUgQXRsYW50aWMgdG8gaGVscCBkcml2ZSBibG9vZCBzdGVtIGNlbGwgcmVnaXN0ZXIgc2lnbi11cHM8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MzAyPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0yNlQwODo1NTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9PcmNoYXJkX1Bpb25lZXJzXzMzMG1sX0dyZWVuLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5PcmNoYXJkIHBpb25lZXJzIHJldm9sdXRpb25pc2VzIGFwcGxlIGNpZGVyIHJlZnJlc2htZW50IHdpdGggbmV3IGxhdW5jaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+T3JjaGFyZCBwaW9uZWVycyByZXZvbHV0aW9uaXNlcyBhcHBsZSBjaWRlciByZWZyZXNobWVudCB3aXRoIG5ldyBsYXVuY2g8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8/cD00MzAyPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wMy0yNlQwODo1NTozOFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9PcmNoYXJkX1Bpb25lZXJzXzMzMG1sX1JlZC5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+T3JjaGFyZF9QaW9uZWVyc18zMzBtbF9SZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDQvMDIvdWtob3NwaXRhbGl0eS1mb29kLWFsbGVyZ2Vucy1pc3N1ZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNC0wMlQwNzo0OToxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNC9zaGlzaC1rZWJhYi00MTc5OTRfMTkyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VUtIb3NwaXRhbGl0eTogRGlhbG9ndWUgYmVzdCB3YXkgdG8gdGFja2xlIGZvb2QgYWxsZXJnZW5zIGlzc3VlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+VUtIb3NwaXRhbGl0eTogRGlhbG9ndWUgYmVzdCB3YXkgdG8gdGFja2xlIGZvb2QgYWxsZXJnZW5zIGlzc3VlczwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tLzIwMTkvMDQvMTIvbmV3LWxvbmRvbi1sb2NhdGlvbi1mb3ItbHVja3ktdm9pY2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNC0xMlQwODo0NTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNC9FUlMxMzE3MTYtMTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVSUzEzMTcxNi0xOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wNC8xMi9uZXctbG9uZG9uLWxvY2F0aW9uLWZvci1sdWNreS12b2ljZS88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTEyVDA4OjQ2OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA0L0VSUzE3MzAxNS0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5FUlMxNzMwMTUtMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wNC8xMi9uZXctbG9uZG9uLWxvY2F0aW9uLWZvci1sdWNreS12b2ljZS88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTEyVDA4OjUyOjU4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA0L0VSUzI0MDcxNi0xNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+THVja3kgVm9pY2UgSG9sYnVybjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wNC8xMi9uZXctbG9uZG9uLWxvY2F0aW9uLWZvci1sdWNreS12b2ljZS88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTEyVDA4OjUzOjM3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA0L0VSUzI1MjcxNi0yNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+THVja3kgVm9pY2UgSG9sYnVybjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vMjAxOS8wNC8xMi9uZXctbG9uZG9uLWxvY2F0aW9uLWZvci1sdWNreS12b2ljZS88L2xvYz48bGFzdG1vZD4yMDE5LTA0LTEyVDA4OjQ4OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL3d3dy5vbnRyYWRlcHJvZ3Jlc3MuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA0L0VSUzM1MDkxNi0xNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RVJTMzUwOTE2LTE1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzEyL25ldy1sb25kb24tbG9jYXRpb24tZm9yLWx1Y2t5LXZvaWNlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMTJUMDg6NDk6MTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDQvRVJTNDgyMTE1LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkVSUzQ4MjExNS0xPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzEyL25ldy1sb25kb24tbG9jYXRpb24tZm9yLWx1Y2t5LXZvaWNlLzwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMTJUMDg6NTQ6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDQvRVJTNTkxNzE2LTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MdWNreSBWb2ljZSBIb2xidXJuPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzE2L3N3aXNzLWNvZmZlZS1tYWNoaW5lLW1hbnVmYWN0dXJlci1zY2hhZXJlci1pcy1sYXVuY2hpbmctYW4taW5ub3ZhdGl2ZS10ZWNobm9sb2d5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMTZUMTA6MTg6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDQvU0FHX0hvdG5Db2xkX0NvZmZlZVNvdWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjaGFlcmVyIENvZmZlZSBNYWNoaW5lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzE2L3N3aXNzLWNvZmZlZS1tYWNoaW5lLW1hbnVmYWN0dXJlci1zY2hhZXJlci1pcy1sYXVuY2hpbmctYW4taW5ub3ZhdGl2ZS10ZWNobm9sb2d5LzwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMTZUMTA6MzI6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDQvTW9uaS1CaWxkdm9yc2NobGFlZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vbmkgQmlsZHZvcnNjaGxhZWdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS8yMDE5LzA0LzE2L2NvZmZlZS10ZWNobm9sb2d5LWZyb20td21mLWNvbWJpbmVzLXR3by1jb2ZmZWUtc3R5bGVzLWluLWEtc2luZ2xlLW1hY2hpbmVfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNC0xNlQxMDo0MTo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNC9XTUYtRkZDLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5XTUYgRkZDPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48L3VybHNldD4K','image-sitemap-1.xml','','draft','closed','closed','','','','','2019-04-22 02:53:34','2019-04-22 02:53:34','',0,'https://www.ontradeprogress.com/?p=4317',0,'jp_img_sitemap','',0),(4318,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay02LjIuMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iaHR0cHM6Ly93d3cub250cmFkZXByb2dyZXNzLmNvbS9zaXRlbWFwLWluZGV4LnhzbCI/Pgo8c2l0ZW1hcGluZGV4IHhtbG5zPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45Ij48c2l0ZW1hcD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMTZUMTA6NTU6MDFaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vd3d3Lm9udHJhZGVwcm9ncmVzcy5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMTktMDQtMTZUMTA6NDE6NDlaPC9sYXN0bW9kPjwvc2l0ZW1hcD48L3NpdGVtYXBpbmRleD4K','sitemap.xml','','draft','closed','closed','','','','','2019-04-22 02:53:35','2019-04-22 02:53:35','',0,'https://www.ontradeprogress.com/?p=4318',0,'jp_sitemap_master','',0),(4319,1,'2019-04-02 18:47:56','2019-04-02 18:47:56','<h1>The Ontrade Progress Hospitality Magazine is an excellent resource for owners, operators and licensees of pubs, bars, clubs and restaurants.</h1>','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-02 18:47:56','2019-04-02 18:47:56','',8,'https://www.ontradeprogress.com/2019/04/02/8-revision-v1/',0,'revision','',0),(4322,1,'2019-04-12 09:00:40','2019-04-12 09:00:40','<h1>Lucky Voice\'s Holburn site in London is due to become home to the company\'s largest venue.</h1>\r\nPrivate karaoke company Lucky Voice is about to launch an addition to its portfolio, with acquisition of a new venue in London’s Holborn.\r\n\r\nThe company (which already has three owner-operated venues in Soho, Islington and Brighton) will open its fourth site on Chancery Lane, late February 2019.\r\n\r\nThe venue (which has a square footage of 5,000) will be home to the company’s largest VIP karaoke room, for over 25 people. It will have a late license until 3am on week-days and 4am at weekends, making it a new significant late night destination in the ever-evolving midtown area of the city. Lucky Voice worked with award-winning commercial property advisory firm DeVono Cresa to source the site.\r\n\r\n[caption id=\"attachment_4326\" align=\"alignright\" width=\"402\"]<img class=\"wp-image-4326\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS252716-24-300x200.jpg\" alt=\"Lucky Voice Holburn\" width=\"402\" height=\"268\" /> First new Lucky Voice site in London for a decade following hiatus for business development[/caption]\r\n\r\nClose to Holborn, Chancery Lane and Farringdon stations, the new site puts Lucky Voice in the heart of a flourishing central location, catering for the growing numbers of creative industries that have joined the long-standing law firms in the area. The location’s popularity is set to develop even further when the Elizabeth line arrives next year.\r\n\r\nAside from celebrations such as birthdays and hen nights, Lucky Voice has always been a strong draw for the post-work crowd. With the advent in revellers seeking experiential nights out, this looks set to continue. The combination of private karaoke with drinks delivered to the room at the touch of a button has helped the company sales increase by 20% yoy for the last five years. Additional hooks (such as dressing-up props, games, an extended food menu and a multi-language playlist of over 9,000 songs) has also allowed for growth in the face of reduced alcohol consumption amongst Millennials.\r\n\r\nLucky Voice has engaged respected agency CT Creative to oversee the design of the new venue. The company is highly regarded, with an extensive client portfolio of high-profile London businesses, from Inception Group-owned Mr Fogg’s Tavern to Mahiki (which licenses Lucky Voice technology for its own karaoke room). Work will shortly begin on creating a ‘look and feel’ to cater for the local demographic. Lucky Voice plans to invest over £1.5m developing its first new site in London for a decade, following a hiatus to develop its online karaoke and franchise offerings.\r\n\r\nThe new venue marks the latest milestone in a period of development for Lucky Voice, with the refurbishment of its Islington venue and the launch of a Dubai franchise taking place over the last year. The Dubai venue was the fifth franchise for the business, and marks the first venue of a new period of expanding its owner-operated portfolio in the UK. The company plans a further London site for 2019, and other major UK cities in the coming years.\r\n\r\nManaging Director Charlie Elek says: “We’re excited to bring another late night entertainment venue to the area, and to be playing our part in keeping the Mayor’s dream of a 24 hour city alive. The success of Lucky Voice (Christmas bookings are already 20% up on last year) reflects the fact that there truly is a demand for after-hours entertainment in our Capital, and we’re very proud to cater for that.”','New London location for Lucky Voice','','publish','closed','open','','new-london-location-for-lucky-voice','','','2019-05-29 10:54:16','2019-05-29 10:54:16','',0,'https://www.ontradeprogress.com/?p=4322',0,'post','',0),(4323,1,'2019-04-12 08:45:56','2019-04-12 08:45:56','','ERS131716-19','','inherit','closed','closed','','ers131716-19','','','2019-04-12 08:45:56','2019-04-12 08:45:56','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS131716-19.jpg',0,'attachment','image/jpeg',0),(4324,1,'2019-04-12 08:46:38','2019-04-12 08:46:38','','ERS173015-3','','inherit','closed','closed','','ers173015-3','','','2019-04-12 08:46:38','2019-04-12 08:46:38','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS173015-3.jpg',0,'attachment','image/jpeg',0),(4325,1,'2019-04-12 08:47:20','2019-04-12 08:47:20','','Lucky Voice Holburn','','inherit','closed','closed','','ers240716-14','','','2019-04-12 08:52:58','2019-04-12 08:52:58','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS240716-14.jpg',0,'attachment','image/jpeg',0),(4326,1,'2019-04-12 08:47:46','2019-04-12 08:47:46','','Lucky Voice Holburn','','inherit','closed','closed','','ers252716-24','','','2019-04-12 08:53:37','2019-04-12 08:53:37','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS252716-24.jpg',0,'attachment','image/jpeg',0),(4327,1,'2019-04-12 08:48:38','2019-04-12 08:48:38','','ERS350916-15','','inherit','closed','closed','','ers350916-15','','','2019-04-12 08:48:38','2019-04-12 08:48:38','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS350916-15.jpg',0,'attachment','image/jpeg',0),(4328,1,'2019-04-12 08:49:12','2019-04-12 08:49:12','','ERS482115-1','','inherit','closed','closed','','ers482115-1','','','2019-04-12 08:49:12','2019-04-12 08:49:12','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS482115-1.jpg',0,'attachment','image/jpeg',0),(4329,1,'2019-04-12 08:49:51','2019-04-12 08:49:51','','Lucky Voice Holburn','','inherit','closed','closed','','ers591716-20','','','2019-04-12 08:54:42','2019-04-12 08:54:42','',4322,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS591716-20.jpg',0,'attachment','image/jpeg',0),(4330,1,'2019-04-12 08:53:02','2019-04-12 08:53:02','<h1>Lucky Voice\'s Holburn site in London is due to become home to the company\'s largest venue.</h1>\r\n<h2><em>First new Lucky Voice site in London for a decade following hiatus for business development.</em></h2>\r\nPrivate karaoke company Lucky Voice is about to launch an addition to its portfolio, with acquisition of a new venue in London’s Holborn.\r\n\r\nThe company (which already has three owner-operated venues in Soho, Islington and Brighton) will open its fourth site on Chancery Lane, late February 2019.\r\n\r\nThe venue (which has a square footage of 5,000) will be home to the company’s largest VIP karaoke room, for over 25 people. It will have a late license until 3am on week-days and 4am at weekends, making it a new significant late night destination in the ever-evolving midtown area of the city. Lucky Voice worked with award-winning commercial property advisory firm DeVono Cresa to source the site.\r\n\r\nClose to Holborn, Chancery Lane and Farringdon stations, the new site puts Lucky Voice in the heart of a flourishing central location, catering for the growing numbers of creative industries that have joined the long-standing law firms in the area. The location’s popularity is set to develop even further when the Elizabeth line arrives next year.\r\n\r\nAside from celebrations such as birthdays and hen nights, Lucky Voice has always been a strong draw for the post-work crowd. With the advent in revellers seeking experiential nights out, this looks set to continue. The combination of private karaoke with drinks delivered to the room at the touch of a button has helped the company sales increase by 20% yoy for the last five years. Additional hooks (such as dressing-up props, games, an extended food menu and a multi-language playlist of over 9,000 songs) has also allowed for growth in the face of reduced alcohol consumption amongst Millennials.\r\n\r\nLucky Voice has engaged respected agency CT Creative to oversee the design of the new venue. The company is highly regarded, with an extensive client portfolio of high-profile London businesses, from Inception Group-owned Mr Fogg’s Tavern to Mahiki (which licenses Lucky Voice technology for its own karaoke room). Work will shortly begin on creating a ‘look and feel’ to cater for the local demographic. Lucky Voice plans to invest over £1.5m developing its first new site in London for a decade, following a hiatus to develop its online karaoke and franchise offerings.\r\n\r\nThe new venue marks the latest milestone in a period of development for Lucky Voice, with the refurbishment of its Islington venue and the launch of a Dubai franchise taking place over the last year. The Dubai venue was the fifth franchise for the business, and marks the first venue of a new period of expanding its owner-operated portfolio in the UK. The company plans a further London site for 2019, and other major UK cities in the coming years.\r\n\r\nManaging Director Charlie Elek says: “We’re excited to bring another late night entertainment venue to the area, and to be playing our part in keeping the Mayor’s dream of a 24 hour city alive. The success of Lucky Voice (Christmas bookings are already 20% up on last year) reflects the fact that there truly is a demand for after-hours entertainment in our Capital, and we’re very proud to cater for that.”','New London location for Lucky Voice','','inherit','closed','closed','','4322-revision-v1','','','2019-04-12 08:53:02','2019-04-12 08:53:02','',4322,'https://www.ontradeprogress.com/2019/04/12/4322-revision-v1/',0,'revision','',0),(4331,1,'2019-04-12 08:59:01','2019-04-12 08:59:01','<h1>Lucky Voice\'s Holburn site in London is due to become home to the company\'s largest venue.</h1>\r\n<h2><em>First new Lucky Voice site in London for a decade following hiatus for business development</em></h2>\r\nPrivate karaoke company Lucky Voice is about to launch an addition to its portfolio, with acquisition of a new venue in London’s Holborn.\r\n\r\nThe company (which already has three owner-operated venues in Soho, Islington and Brighton) will open its fourth site on Chancery Lane, late February 2019.\r\n\r\nThe venue (which has a square footage of 5,000) will be home to the company’s largest VIP karaoke room, for over 25 people. It will have a late license until 3am on week-days and 4am at weekends, making it a new significant late night destination in the ever-evolving midtown area of the city. Lucky Voice worked with award-winning commercial property advisory firm DeVono Cresa to source the site.\r\n\r\n<img class=\"alignright  wp-image-4326\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS252716-24-300x200.jpg\" alt=\"Lucky Voice Holburn\" width=\"421\" height=\"281\" />\r\n\r\nClose to Holborn, Chancery Lane and Farringdon stations, the new site puts Lucky Voice in the heart of a flourishing central location, catering for the growing numbers of creative industries that have joined the long-standing law firms in the area. The location’s popularity is set to develop even further when the Elizabeth line arrives next year.\r\n\r\nAside from celebrations such as birthdays and hen nights, Lucky Voice has always been a strong draw for the post-work crowd. With the advent in revellers seeking experiential nights out, this looks set to continue. The combination of private karaoke with drinks delivered to the room at the touch of a button has helped the company sales increase by 20% yoy for the last five years. Additional hooks (such as dressing-up props, games, an extended food menu and a multi-language playlist of over 9,000 songs) has also allowed for growth in the face of reduced alcohol consumption amongst Millennials.\r\n\r\nLucky Voice has engaged respected agency CT Creative to oversee the design of the new venue. The company is highly regarded, with an extensive client portfolio of high-profile London businesses, from Inception Group-owned Mr Fogg’s Tavern to Mahiki (which licenses Lucky Voice technology for its own karaoke room). Work will shortly begin on creating a ‘look and feel’ to cater for the local demographic. Lucky Voice plans to invest over £1.5m developing its first new site in London for a decade, following a hiatus to develop its online karaoke and franchise offerings.\r\n\r\nThe new venue marks the latest milestone in a period of development for Lucky Voice, with the refurbishment of its Islington venue and the launch of a Dubai franchise taking place over the last year. The Dubai venue was the fifth franchise for the business, and marks the first venue of a new period of expanding its owner-operated portfolio in the UK. The company plans a further London site for 2019, and other major UK cities in the coming years.\r\n\r\nManaging Director Charlie Elek says: “We’re excited to bring another late night entertainment venue to the area, and to be playing our part in keeping the Mayor’s dream of a 24 hour city alive. The success of Lucky Voice (Christmas bookings are already 20% up on last year) reflects the fact that there truly is a demand for after-hours entertainment in our Capital, and we’re very proud to cater for that.”','New London location for Lucky Voice','','inherit','closed','closed','','4322-revision-v1','','','2019-04-12 08:59:01','2019-04-12 08:59:01','',4322,'https://www.ontradeprogress.com/2019/04/12/4322-revision-v1/',0,'revision','',0),(4332,1,'2019-04-12 09:00:20','2019-04-12 09:00:20','<h1>Lucky Voice\'s Holburn site in London is due to become home to the company\'s largest venue.</h1>\r\nPrivate karaoke company Lucky Voice is about to launch an addition to its portfolio, with acquisition of a new venue in London’s Holborn.\r\n\r\nThe company (which already has three owner-operated venues in Soho, Islington and Brighton) will open its fourth site on Chancery Lane, late February 2019.\r\n\r\nThe venue (which has a square footage of 5,000) will be home to the company’s largest VIP karaoke room, for over 25 people. It will have a late license until 3am on week-days and 4am at weekends, making it a new significant late night destination in the ever-evolving midtown area of the city. Lucky Voice worked with award-winning commercial property advisory firm DeVono Cresa to source the site.\r\n\r\n[caption id=\"attachment_4326\" align=\"alignright\" width=\"402\"]<img class=\"wp-image-4326\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS252716-24-300x200.jpg\" alt=\"Lucky Voice Holburn\" width=\"402\" height=\"268\" /> First new Lucky Voice site in London for a decade following hiatus for business development[/caption]\r\n\r\nClose to Holborn, Chancery Lane and Farringdon stations, the new site puts Lucky Voice in the heart of a flourishing central location, catering for the growing numbers of creative industries that have joined the long-standing law firms in the area. The location’s popularity is set to develop even further when the Elizabeth line arrives next year.\r\n\r\nAside from celebrations such as birthdays and hen nights, Lucky Voice has always been a strong draw for the post-work crowd. With the advent in revellers seeking experiential nights out, this looks set to continue. The combination of private karaoke with drinks delivered to the room at the touch of a button has helped the company sales increase by 20% yoy for the last five years. Additional hooks (such as dressing-up props, games, an extended food menu and a multi-language playlist of over 9,000 songs) has also allowed for growth in the face of reduced alcohol consumption amongst Millennials.\r\n\r\nLucky Voice has engaged respected agency CT Creative to oversee the design of the new venue. The company is highly regarded, with an extensive client portfolio of high-profile London businesses, from Inception Group-owned Mr Fogg’s Tavern to Mahiki (which licenses Lucky Voice technology for its own karaoke room). Work will shortly begin on creating a ‘look and feel’ to cater for the local demographic. Lucky Voice plans to invest over £1.5m developing its first new site in London for a decade, following a hiatus to develop its online karaoke and franchise offerings.\r\n\r\nThe new venue marks the latest milestone in a period of development for Lucky Voice, with the refurbishment of its Islington venue and the launch of a Dubai franchise taking place over the last year. The Dubai venue was the fifth franchise for the business, and marks the first venue of a new period of expanding its owner-operated portfolio in the UK. The company plans a further London site for 2019, and other major UK cities in the coming years.\r\n\r\nManaging Director Charlie Elek says: “We’re excited to bring another late night entertainment venue to the area, and to be playing our part in keeping the Mayor’s dream of a 24 hour city alive. The success of Lucky Voice (Christmas bookings are already 20% up on last year) reflects the fact that there truly is a demand for after-hours entertainment in our Capital, and we’re very proud to cater for that.”','New London location for Lucky Voice','','inherit','closed','closed','','4322-revision-v1','','','2019-04-12 09:00:20','2019-04-12 09:00:20','',4322,'https://www.ontradeprogress.com/2019/04/12/4322-revision-v1/',0,'revision','',0),(4333,1,'2019-04-12 09:00:52','2019-04-12 09:00:52','<h1>Lucky Voice\'s Holburn site in London is due to become home to the company\'s largest venue.</h1>\nPrivate karaoke company Lucky Voice is about to launch an addition to its portfolio, with acquisition of a new venue in London’s Holborn.\n\nThe company (which already has three owner-operated venues in Soho, Islington and Brighton) will open its fourth site on Chancery Lane, late February 2019.\n\nThe venue (which has a square footage of 5,000) will be home to the company’s largest VIP karaoke room, for over 25 people. It will have a late license until 3am on week-days and 4am at weekends, making it a new significant late night destination in the ever-evolving midtown area of the city. Lucky Voice worked with award-winning commercial property advisory firm DeVono Cresa to source the site.\n\n[caption id=\"attachment_4326\" align=\"alignright\" width=\"402\"]<img class=\"wp-image-4326\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/ERS252716-24-300x200.jpg\" alt=\"Lucky Voice Holburn\" width=\"402\" height=\"268\" /> First new Lucky Voice site in London for a decade following hiatus for business development[/caption]\n\nClose to Holborn, Chancery Lane and Farringdon stations, the new site puts Lucky Voice in the heart of a flourishing central location, catering for the growing numbers of creative industries that have joined the long-standing law firms in the area. The location’s popularity is set to develop even further when the Elizabeth line arrives next year.\n\nAside from celebrations such as birthdays and hen nights, Lucky Voice has always been a strong draw for the post-work crowd. With the advent in revellers seeking experiential nights out, this looks set to continue. The combination of private karaoke with drinks delivered to the room at the touch of a button has helped the company sales increase by 20% yoy for the last five years. Additional hooks (such as dressing-up props, games, an extended food menu and a multi-language playlist of over 9,000 songs) has also allowed for growth in the face of reduced alcohol consumption amongst Millennials.\n\nLucky Voice has engaged respected agency CT Creative to oversee the design of the new venue. The company is highly regarded, with an extensive client portfolio of high-profile London businesses, from Inception Group-owned Mr Fogg’s Tavern to Mahiki (which licenses Lucky Voice technology for its own karaoke room). Work will shortly begin on creating a ‘look and feel’ to cater for the local demographic. Lucky Voice plans to invest over £1.5m developing its first new site in London for a decade, following a hiatus to develop its online karaoke and franchise offerings.\n\nThe new venue marks the latest milestone in a period of development for Lucky Voice, with the refurbishment of its Islington venue and the launch of a Dubai franchise taking place over the last year. The Dubai venue was the fifth franchise for the business, and marks the first venue of a new period of expanding its owner-operated portfolio in the UK. The company plans a further London site for 2019, and other major UK cities in the coming years.\n\nManaging Director Charlie Elek says: “We’re excited to bring another late night entertainment venue to the area, and to be playing our part in keeping the Mayor’s dream of a 24 hour city alive. The success of Lucky Voice (Christmas bookings are already 20% up on last year) reflects the fact that there truly is a demand for after-hours entertainment in our Capital, and we’re very proud to cater for that.”','New London location for Lucky Voice','','inherit','closed','closed','','4322-autosave-v1','','','2019-04-12 09:00:52','2019-04-12 09:00:52','',4322,'https://www.ontradeprogress.com/2019/04/12/4322-autosave-v1/',0,'revision','',0),(4336,1,'2019-04-16 10:32:41','2019-04-16 10:32:41','<h1>Cold coffee specialities for hot summer days</h1>\r\n<em>Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot &amp; Cold” in the Schaerer Coffee Soul.</em>\r\n\r\n<em>This new feature is expanding the range of coffee to include cold specialities and offers refreshing creations that are ideal for generating higher sales in the hot summer months.</em>\r\n\r\n<img class=\"alignright wp-image-4338\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/SAG_HotnCold_CoffeeSoul-300x277.jpg\" alt=\"Schaerer Coffee Machine\" width=\"314\" height=\"290\" />\r\n\r\nWith the \"Hot &amp; Cold\" technology in the Schaerer Coffee Soul, Schaerer is underlining its extensive coffee expertise, its feel for market trends and its high standards on outstanding coffee enjoyment.\r\n\r\nIn the “hot brewed - served chilled\" process, coffee beans are ground and brewed conventionally at 90°C, then cooled down to 30°C to 35°C. When the pre-cooled coffee hits the ice cubes, they melt slowly and the drink retains its intense aromatic taste. This principle opens up entirely new possibilities for the creation of a wide range of refreshing coffee specialities.\r\n\r\nFor milk-based beverages, the patented \"Best Foam\" milk system supplies cold milk and barista-level milk foam in up to four different consistencies. The recipes are stored on the Schaerer Coffee Soul and selected on the touch display. The Schaerer Coffee Soul, recommended for a capacity of 250 cups a day, combines trend-setting technology with excellent beverage quality. Thanks to its modular design with numerous features and add-on devices, it can be configured precisely for the requirements of the respective area of application. In the course of the year, Schaerer will launch additional features for the Schaerer Coffee Soul which promise maximum coffee enjoyment - including a syrup station for even greater beverage variety.','Swiss coffee machine manufacturer Schaerer is launching an innovative technology','','publish','closed','open','','swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology','','','2019-04-16 10:33:17','2019-04-16 10:33:17','',0,'https://www.ontradeprogress.com/?p=4336',0,'post','',0),(4337,1,'2019-04-16 10:09:36','2019-04-16 10:09:36','<h1>Cold coffee specialities for hot summer days</h1>\r\n<h2><strong>Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot &amp; Cold” in the Schaerer Coffee Soul</strong></h2>\r\n<h2><strong>This new feature is expanding the range of coffee to include cold specialities and offers refreshing creations that are ideal for generating higher sales in the hot summer months. </strong></h2>\r\nWith the \"Hot &amp; Cold\" technology in the Schaerer Coffee Soul, Schaerer is underlining its extensive coffee expertise, its feel for market trends and its high standards on outstanding coffee enjoyment.\r\n\r\nIn the “hot brewed - served chilled\" process, coffee beans are ground and brewed conventionally at 90°C, then cooled down to 30°C to 35°C. When the pre-cooled coffee hits the ice cubes, they melt slowly and the drink retains its intense aromatic taste. This principle opens up entirely new possibilities for the creation of a wide range of refreshing coffee specialities.\r\n\r\nFor milk-based beverages, the patented \"Best Foam\" milk system supplies cold milk and barista-level milk foam in up to four different consistencies. The recipes are stored on the Schaerer Coffee Soul and selected on the touch display. The Schaerer Coffee Soul, recommended for a capacity of 250 cups a day, combines trend-setting technology with excellent beverage quality. Thanks to its modular design with numerous features and add-on devices, it can be configured precisely for the requirements of the respective area of application. In the course of the year, Schaerer will launch additional features for the Schaerer Coffee Soul which promise maximum coffee enjoyment - including a syrup station for even greater beverage variety.','Swiss coffee machine manufacturer Schaerer is launching an innovative technology','','inherit','closed','closed','','4336-revision-v1','','','2019-04-16 10:09:36','2019-04-16 10:09:36','',4336,'https://www.ontradeprogress.com/2019/04/16/4336-revision-v1/',0,'revision','',0),(4338,1,'2019-04-16 10:16:15','2019-04-16 10:16:15','','Schaerer Coffee Machine','','inherit','closed','closed','','sag_hotncold_coffeesoul','','','2019-04-16 10:18:04','2019-04-16 10:18:04','',4336,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/SAG_HotnCold_CoffeeSoul.jpg',0,'attachment','image/jpeg',0),(4339,1,'2019-04-16 10:20:34','2019-04-16 10:20:34','','Moni Bildvorschlaege','','inherit','closed','closed','','moni-bildvorschlaege','','','2019-04-16 10:32:06','2019-04-16 10:32:06','',4336,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/Moni-Bildvorschlaege.jpg',0,'attachment','image/jpeg',0),(4340,1,'2019-04-16 10:21:56','2019-04-16 10:21:56','<h1>Cold coffee specialities for hot summer days</h1>\r\n<em>Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot &amp; Cold” in the Schaerer Coffee Soul.</em>\r\n\r\n<em>This new feature is expanding the range of coffee to include cold specialities and offers refreshing creations that are ideal for generating higher sales in the hot summer months.</em>\r\n\r\n<img class=\"alignright size-medium wp-image-4339\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Moni-Bildvorschlaege-300x225.jpg\" alt=\"Moni Bildvorschlaege\" width=\"300\" height=\"225\" />\r\n\r\nWith the \"Hot &amp; Cold\" technology in the Schaerer Coffee Soul, Schaerer is underlining its extensive coffee expertise, its feel for market trends and its high standards on outstanding coffee enjoyment.\r\n\r\nIn the “hot brewed - served chilled\" process, coffee beans are ground and brewed conventionally at 90°C, then cooled down to 30°C to 35°C. When the pre-cooled coffee hits the ice cubes, they melt slowly and the drink retains its intense aromatic taste. This principle opens up entirely new possibilities for the creation of a wide range of refreshing coffee specialities.\r\n\r\nFor milk-based beverages, the patented \"Best Foam\" milk system supplies cold milk and barista-level milk foam in up to four different consistencies. The recipes are stored on the Schaerer Coffee Soul and selected on the touch display. The Schaerer Coffee Soul, recommended for a capacity of 250 cups a day, combines trend-setting technology with excellent beverage quality. Thanks to its modular design with numerous features and add-on devices, it can be configured precisely for the requirements of the respective area of application. In the course of the year, Schaerer will launch additional features for the Schaerer Coffee Soul which promise maximum coffee enjoyment - including a syrup station for even greater beverage variety.','Swiss coffee machine manufacturer Schaerer is launching an innovative technology','','inherit','closed','closed','','4336-revision-v1','','','2019-04-16 10:21:56','2019-04-16 10:21:56','',4336,'https://www.ontradeprogress.com/2019/04/16/4336-revision-v1/',0,'revision','',0),(4341,1,'2019-04-16 10:32:41','2019-04-16 10:32:41','<h1>Cold coffee specialities for hot summer days</h1>\r\n<em>Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot &amp; Cold” in the Schaerer Coffee Soul.</em>\r\n\r\n<em>This new feature is expanding the range of coffee to include cold specialities and offers refreshing creations that are ideal for generating higher sales in the hot summer months.</em>\r\n\r\n<img class=\"alignright  wp-image-4338\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/SAG_HotnCold_CoffeeSoul-300x277.jpg\" alt=\"Schaerer Coffee Machine\" width=\"314\" height=\"290\" />\r\n\r\nWith the \"Hot &amp; Cold\" technology in the Schaerer Coffee Soul, Schaerer is underlining its extensive coffee expertise, its feel for market trends and its high standards on outstanding coffee enjoyment.\r\n\r\nIn the “hot brewed - served chilled\" process, coffee beans are ground and brewed conventionally at 90°C, then cooled down to 30°C to 35°C. When the pre-cooled coffee hits the ice cubes, they melt slowly and the drink retains its intense aromatic taste. This principle opens up entirely new possibilities for the creation of a wide range of refreshing coffee specialities.\r\n\r\nFor milk-based beverages, the patented \"Best Foam\" milk system supplies cold milk and barista-level milk foam in up to four different consistencies. The recipes are stored on the Schaerer Coffee Soul and selected on the touch display. The Schaerer Coffee Soul, recommended for a capacity of 250 cups a day, combines trend-setting technology with excellent beverage quality. Thanks to its modular design with numerous features and add-on devices, it can be configured precisely for the requirements of the respective area of application. In the course of the year, Schaerer will launch additional features for the Schaerer Coffee Soul which promise maximum coffee enjoyment - including a syrup station for even greater beverage variety.','Swiss coffee machine manufacturer Schaerer is launching an innovative technology','','inherit','closed','closed','','4336-revision-v1','','','2019-04-16 10:32:41','2019-04-16 10:32:41','',4336,'https://www.ontradeprogress.com/2019/04/16/4336-revision-v1/',0,'revision','',0),(4342,1,'2019-04-16 10:32:53','2019-04-16 10:32:53','<h1>Cold coffee specialities for hot summer days</h1>\r\n<em>Iced coffee or cold cappuccinos have become an essential part of many beverage menus. Swiss coffee machine manufacturer Schaerer is now launching an innovative technology: For the first time, automatic preparation of fresh drinks at a new level of quality is available with the “Hot &amp; Cold” in the Schaerer Coffee Soul.</em>\r\n\r\n<em>This new feature is expanding the range of coffee to include cold specialities and offers refreshing creations that are ideal for generating higher sales in the hot summer months.</em>\r\n\r\n<img class=\"alignright wp-image-4338\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/SAG_HotnCold_CoffeeSoul-300x277.jpg\" alt=\"Schaerer Coffee Machine\" width=\"314\" height=\"290\" />\r\n\r\nWith the \"Hot &amp; Cold\" technology in the Schaerer Coffee Soul, Schaerer is underlining its extensive coffee expertise, its feel for market trends and its high standards on outstanding coffee enjoyment.\r\n\r\nIn the “hot brewed - served chilled\" process, coffee beans are ground and brewed conventionally at 90°C, then cooled down to 30°C to 35°C. When the pre-cooled coffee hits the ice cubes, they melt slowly and the drink retains its intense aromatic taste. This principle opens up entirely new possibilities for the creation of a wide range of refreshing coffee specialities.\r\n\r\nFor milk-based beverages, the patented \"Best Foam\" milk system supplies cold milk and barista-level milk foam in up to four different consistencies. The recipes are stored on the Schaerer Coffee Soul and selected on the touch display. The Schaerer Coffee Soul, recommended for a capacity of 250 cups a day, combines trend-setting technology with excellent beverage quality. Thanks to its modular design with numerous features and add-on devices, it can be configured precisely for the requirements of the respective area of application. In the course of the year, Schaerer will launch additional features for the Schaerer Coffee Soul which promise maximum coffee enjoyment - including a syrup station for even greater beverage variety.','Swiss coffee machine manufacturer Schaerer is launching an innovative technology','','inherit','closed','closed','','4336-autosave-v1','','','2019-04-16 10:32:53','2019-04-16 10:32:53','',4336,'https://www.ontradeprogress.com/2019/04/16/4336-autosave-v1/',0,'revision','',0),(4345,1,'2019-04-16 10:39:41','2019-04-16 10:39:41','','WMF FFC','','inherit','closed','closed','','wmf-ffc','','','2019-05-22 09:07:58','2019-05-22 09:07:58','',4346,'https://www.ontradeprogress.com/wp-content/uploads/2019/04/WMF-FFC.png',0,'attachment','image/png',0),(4346,1,'2019-04-16 10:55:01','2019-04-16 10:55:01','<h1><strong>Unique Fresh Filtered Coffee technology from WMF combines two coffee styles in a single machine</strong></h1>\r\nWith its innovative Fresh Filtered Coffee technology, designed for the WMF 1500 S+ and WMF 5000 S+ automatic speciality machines, the German coffee machine manufacturer is bringing together the best features of two different worlds – making it possible to produce both coffee specialities and fresh filtered coffee using a single machine. The revolutionary technology is based on a bean-to-cup brewing cycle that is able to accommodate both popular speciality beverages and fresh filtered coffee. For each cup, the machine starts by freshly grinding and brewing a café crème or espresso; this is then filtered in the patented filter capsule and dispensed. This process removes any sediment or oils, allowing the fresh filtered coffee to develop its characteristic aromatic taste. And to make everything even more convenient for users, there is a choice of different milk systems: Dynamic Milk, Easy Milk or Basic Milk, so coffee specialities and fresh filtered coffee can both be produced and served with milk.\r\n\r\nIn almost every area of the restaurant and hospitality business, having an appealing range of coffees on offer is a key sales driver. Quite apart from hotels and restaurants themselves, in fact, there are hardly any areas of the catering sector that would operate smoothly without the ability to serve up some black gold – it is impossible to imagine a bakery or kiosk not having it for sale. This is what has driven WMF to combine the technology required for espresso-based specialities and fresh filtered coffee in a single machine.\r\n<h2><strong>Fresh Filtered Coffee by WMF: An intuitive revolution</strong></h2>\r\nThe WMF philosophy is grounded in user-friendliness and unfailingly reliable processes. That’s why the Fresh Filtered Coffee (FFC) technology only needs users to add a few additional components to their equipment – the most important of which is a filter capsule, designed to deliver approximately 100 cups of fresh filtered coffee every day or last for up to three days. Every single step is explained clearly on the machine display, from the easy process of positioning and removing the capsule on the top cover through to daily cleaning requirements. Even better, the user does not have to perform any extra cleaning, as everything to do with cleaning has been integrated seamlessly into the existing concepts.\r\n<h2><strong>Fresh and delicious – and at the perfect temperature</strong></h2>\r\nThe FFC process runs extremely smoothly in everyday use. The first stage always involves a freshly ground and brewed café crème or espresso, which makes its way through the new filter capsule by diffusing through the membrane in the filter element. This ensures that any unwanted sediment and oils are removed, and produces a fresh result. The coffee then flows back to the machine spout and into the cup. Optional milk systems such as WMF Dynamic Milk make it possible to adjust hot and cold milk and milk foam additions exactly as required. The machine performs all the other processes automatically without the need for any input from the user. This includes a well-thought-out, sensor-controlled monitoring concept that keeps an eye on various parameters and checks whether the filter system is in the correct position and working properly. An additional steam valve also ensures that each beverage is produced to the very highest standards of quality, with a taste, volume and temperature that is consistent every time.\r\n\r\n<img class=\"size-medium wp-image-4345 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/WMF-FFC-300x271.png\" alt=\"WMF FFC\" width=\"300\" height=\"271\" />','Coffee technology from WMF combines two coffee styles in a single machine','','publish','closed','open','','coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine','','','2019-05-22 09:08:10','2019-05-22 09:08:10','',0,'https://www.ontradeprogress.com/?p=4346',0,'post','',0),(4347,1,'2019-04-16 10:55:01','2019-04-16 10:55:01','<h1><strong>Unique Fresh Filtered Coffee technology from WMF combines two coffee styles in a single machine</strong></h1>\r\nWith its innovative Fresh Filtered Coffee technology, designed for the WMF 1500 S+ and WMF 5000 S+ automatic speciality machines, the German coffee machine manufacturer is bringing together the best features of two different worlds – making it possible to produce both coffee specialities and fresh filtered coffee using a single machine. The revolutionary technology is based on a bean-to-cup brewing cycle that is able to accommodate both popular speciality beverages and fresh filtered coffee. For each cup, the machine starts by freshly grinding and brewing a café crème or espresso; this is then filtered in the patented filter capsule and dispensed. This process removes any sediment or oils, allowing the fresh filtered coffee to develop its characteristic aromatic taste. And to make everything even more convenient for users, there is a choice of different milk systems: Dynamic Milk, Easy Milk or Basic Milk, so coffee specialities and fresh filtered coffee can both be produced and served with milk.\r\n\r\nIn almost every area of the restaurant and hospitality business, having an appealing range of coffees on offer is a key sales driver. Quite apart from hotels and restaurants themselves, in fact, there are hardly any areas of the catering sector that would operate smoothly without the ability to serve up some black gold – it is impossible to imagine a bakery or kiosk not having it for sale. This is what has driven WMF to combine the technology required for espresso-based specialities and fresh filtered coffee in a single machine.\r\n<h2><strong>Fresh Filtered Coffee by WMF: An intuitive revolution</strong></h2>\r\nThe WMF philosophy is grounded in user-friendliness and unfailingly reliable processes. That’s why the Fresh Filtered Coffee (FFC) technology only needs users to add a few additional components to their equipment – the most important of which is a filter capsule, designed to deliver approximately 100 cups of fresh filtered coffee every day or last for up to three days. Every single step is explained clearly on the machine display, from the easy process of positioning and removing the capsule on the top cover through to daily cleaning requirements. Even better, the user does not have to perform any extra cleaning, as everything to do with cleaning has been integrated seamlessly into the existing concepts.\r\n<h2><strong>Fresh and delicious – and at the perfect temperature</strong></h2>\r\nThe FFC process runs extremely smoothly in everyday use. The first stage always involves a freshly ground and brewed café crème or espresso, which makes its way through the new filter capsule by diffusing through the membrane in the filter element. This ensures that any unwanted sediment and oils are removed, and produces a fresh result. The coffee then flows back to the machine spout and into the cup. Optional milk systems such as WMF Dynamic Milk make it possible to adjust hot and cold milk and milk foam additions exactly as required. The machine performs all the other processes automatically without the need for any input from the user. This includes a well-thought-out, sensor-controlled monitoring concept that keeps an eye on various parameters and checks whether the filter system is in the correct position and working properly. An additional steam valve also ensures that each beverage is produced to the very highest standards of quality, with a taste, volume and temperature that is consistent every time.','Coffee technology from WMF combines two coffee styles in a single machine','','inherit','closed','closed','','4346-revision-v1','','','2019-04-16 10:55:01','2019-04-16 10:55:01','',4346,'https://www.ontradeprogress.com/2019/04/16/4346-revision-v1/',0,'revision','',0),(4350,1,'2019-04-23 08:01:07','2019-04-23 08:01:07','<h1>RedLeg spiced rum is extending its range with the launch of Caramelised Pineapple flavour, available in the UK from May 2019.</h1>\r\nThe launch comes as the rum category, and spiced rum in particular, continues to enjoy double-digit growth. The new flavour expands on the established success of the RedLeg brand, which is growing faster than the market. RedLeg is owned by Distil and distributed by Hi-Spirits.\r\n\r\nRedLeg Caramelised Pineapple has 100% natural pineapple and caramel flavour. This brings a new dimension to RedLeg’s original combination of rum rested in oak barrels and infused with Jamaican ginger and vanilla spices, creating a very accessible, mixable spirit.\r\n\r\n[caption id=\"attachment_4352\" align=\"alignright\" width=\"160\"]<img class=\"size-medium wp-image-4352\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/RedLeg-Caramelised-Pineapple-160x300.jpg\" alt=\"RedLeg Caramelised Pineapple\" width=\"160\" height=\"300\" /> RedLeg Caramelised Pineapple[/caption]\r\n\r\nJade McKenzie, marketing co-ordinator at Distil said: “RedLeg is all about relaxing with good friends. Pineapples have long been a symbol of friendship and hospitality in the Caribbean, with islanders traditionally hanging pineapples on their doors to welcome all inside. Taking inspiration from this tradition, RedLeg Caramelised Pineapple is a celebration of friendship and good times.\r\n\r\n“We expect the flavour profile to attract new consumers to the RedLeg brand and to the spiced rum category as a whole. As the gin boom has demonstrated, consumers are very confident about moving between flavours and styles within a popular spirits category, and RedLeg Caramelised Pineapple is the perfect reason to gather friends and explore new and great tasting cocktails.”\r\n\r\nRedLeg Caramelised Pineapple combines well with simple mixers as well as in more complex cocktails. The recommended perfect serve is a simple Pineapple and Tonic, made by adding a double measure of RedLeg Caramelised Pineapple to a Collins glass with plenty of ice, a dash of gomme syrup topped with tonic water, and a squeeze of lime.\r\n\r\nRedLeg Caramelised Pineapple is 37.5% ABV, with an RRP of £20. Its vibrant, stand out packaging gives it a high profile on every shelf or back bar.\r\n<h3>For more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a> or visit www.hi-spirits.com.</h3>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines two coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for lucky voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/02/ukhospitality-food-allergens-issues/\">UKHospitality - Dialogue best way to tackle food allergens</a></li>\r\n</ul>','RedLeg Caramelised Pineapple spiced rum adds to the mix','','publish','closed','open','','redleg-caramelised-pineapple-rum','','','2019-05-13 14:47:45','2019-05-13 14:47:45','',0,'https://www.ontradeprogress.com/?p=4350',0,'post','',0),(4352,1,'2019-04-23 12:49:04','2019-04-23 12:49:04','[tdc_zone type=\"tdc_content\"][vc_row gap=\"0\"][vc_column][rev_slider][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 12:49:04','2019-04-23 12:49:04','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4353,1,'2019-04-23 13:04:30','2019-04-23 13:04:30','','header-otp','','inherit','closed','closed','','header-otp','','','2019-04-23 13:04:30','2019-04-23 13:04:30','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/header-otp.png',0,'attachment','image/png',0),(4354,1,'2019-04-23 13:05:49','2019-04-23 13:05:49','','otp-retina','','inherit','closed','closed','','otp-retina','','','2019-07-17 18:22:53','2019-07-17 18:22:53','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-retina.png',0,'attachment','image/png',0),(4355,1,'2019-04-23 13:46:21','2019-04-23 13:46:21','','footer-logo','','inherit','closed','closed','','footer-logo','','','2019-04-29 10:43:25','2019-04-29 10:43:25','',4424,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/footer-logo.png',0,'attachment','image/png',0),(4356,1,'2019-04-23 13:47:16','2019-04-23 13:47:16','','otp-retina-footer','','inherit','closed','closed','','otp-retina-footer','','','2019-04-23 13:47:16','2019-04-23 13:47:16','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-retina-footer.png',0,'attachment','image/png',0),(4359,1,'2019-04-23 14:19:43','2019-04-23 14:19:43','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4 tdc_css=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 14:19:43','2019-04-23 14:19:43','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4360,1,'2019-04-23 14:30:02','2019-04-23 14:30:02','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1556029729655{background-color: #f6f6f6 !important;}\"][vc_column][td_block_big_grid_fl_2 tdc_css=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 14:30:02','2019-04-23 14:30:02','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4361,1,'2019-04-23 14:34:00','2019-04-23 14:34:00','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row css=\".vc_custom_1556029957675{background-color: #f6f6f6 !important;}\"][vc_column][td_block_big_grid_4 tdc_css=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 14:34:00','2019-04-23 14:34:00','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4362,1,'2019-04-23 14:47:57','2019-04-23 14:47:57','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4][/vc_column][/vc_row][vc_row][vc_column][td_block_4 m2_tl=\"3\" m2_el=\"10\" limit=\"6\" offset=\"2\" tdc_css=\"\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 14:47:57','2019-04-23 14:47:57','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4363,1,'2019-04-23 15:34:35','2019-04-23 15:34:35','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4 mx5_tl=\"12\" tdc_css=\"\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 m2_tl=\"3\" m2_el=\"10\" limit=\"6\" offset=\"2\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 15:34:35','2019-04-23 15:34:35','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4364,1,'2019-04-23 15:36:49','2019-04-23 15:36:49','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4 mx5_tl=\"12\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1556033741573{background-color: #f4f4f4 !important;}\"][vc_column][td_block_4 m2_tl=\"3\" m2_el=\"10\" limit=\"6\" offset=\"2\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 15:36:49','2019-04-23 15:36:49','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4365,1,'2019-04-23 15:38:15','2019-04-23 15:38:15','[vc_row][vc_column][rev_slider][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4 mx5_tl=\"12\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 m2_tl=\"3\" m2_el=\"10\" limit=\"6\" offset=\"2\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 15:38:15','2019-04-23 15:38:15','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4366,1,'2019-04-23 15:38:53','2019-04-23 15:38:53','','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 15:38:53','2019-04-23 15:38:53','',8,'http://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4367,1,'2019-04-23 15:48:29','2019-04-23 15:48:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 15:48:29','2019-04-23 15:48:29','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4368,1,'2019-04-23 20:20:30','2019-04-23 20:20:30','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"15\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:20:30','2019-04-23 20:20:30','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4369,1,'2019-04-23 20:21:19','2019-04-23 20:21:19','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"15\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:21:19','2019-04-23 20:21:19','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4370,1,'2019-04-23 20:31:34','2019-04-23 20:31:34','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"15\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:31:34','2019-04-23 20:31:34','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4371,1,'2019-04-23 20:32:09','2019-04-23 20:32:09','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:32:09','2019-04-23 20:32:09','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4372,1,'2019-04-23 20:33:20','2019-04-23 20:33:20','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:33:20','2019-04-23 20:33:20','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4373,1,'2019-04-23 20:36:31','2019-04-23 20:36:31','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:36:31','2019-04-23 20:36:31','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4374,1,'2019-04-23 20:36:54','2019-04-23 20:36:54','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:36:54','2019-04-23 20:36:54','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4375,1,'2019-04-23 20:51:04','2019-04-23 20:51:04','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text display_inline=\"yes\" description=\"U3Vic2NyaWJlJTIwdG8lMjBPbnRyYWRlJTBBUHJvZ3Jlc3MlMEFOZXdzbGV0dGVy\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"10\"][/vc_column_inner][vc_column_inner width=\"7\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:51:04','2019-04-23 20:51:04','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4376,1,'2019-04-23 20:54:41','2019-04-23 20:54:41','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:54:41','2019-04-23 20:54:41','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4377,1,'2019-04-23 20:54:57','2019-04-23 20:54:57','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:54:57','2019-04-23 20:54:57','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4378,1,'2019-04-23 20:55:22','2019-04-23 20:55:22','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:55:22','2019-04-23 20:55:22','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4379,1,'2019-04-23 20:57:17','2019-04-23 20:57:17','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"100\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:57:17','2019-04-23 20:57:17','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4380,1,'2019-04-23 20:59:22','2019-04-23 20:59:22','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 20:59:22','2019-04-23 20:59:22','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4381,1,'2019-04-23 21:05:36','2019-04-23 21:05:36','<div style=\"width:100%;\">\r\n<div style=\"float:left; width:80%;\">\r\n<label>\r\n    [email* your-email placeholder \"Your Email Address\"] </label>\r\n\r\n</div>\r\n<div style=\"float:left; width:19%;\">\r\n[submit \"Subscribe Now\"]\r\n</div>\r\n\r\n<div style=\"clear: both;\">\r\n</div>\r\n\r\n</div>\n1\nOntrade Progress \"[your-subject]\"\nOntrade Progress <wordpress@ontradeprogress.com>\nryan@bwmediagroup.co.uk\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\nReply-To: [your-email]\n\n\n\n\nOntrade Progress \"[your-subject]\"\nOntrade Progress <wordpress@johnsons-gb-test.co.uk>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\nReply-To: ryan@bwmediagroup.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Newsletter','','publish','closed','closed','','newsletter','','','2019-05-15 10:31:08','2019-05-15 10:31:08','',0,'http://johnsons-gb-test.co.uk/?post_type=wpcf7_contact_form&#038;p=4381',0,'wpcf7_contact_form','',0),(4382,1,'2019-04-23 21:06:28','2019-04-23 21:06:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_raw_html]JTVCY29udGFjdC1mb3JtLTclMjBpZCUzRCUyMjQzODElMjIlMjB0aXRsZSUzRCUyMk5ld3NsZXR0ZXIlMjIlNUQ=[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:06:28','2019-04-23 21:06:28','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4383,1,'2019-04-23 21:08:09','2019-04-23 21:08:09','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:08:09','2019-04-23 21:08:09','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4384,1,'2019-04-23 21:13:57','2019-04-23 21:13:57','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:13:57','2019-04-23 21:13:57','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4385,1,'2019-04-23 21:24:13','2019-04-23 21:24:13','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:24:13','2019-04-23 21:24:13','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4386,1,'2019-04-23 21:29:01','2019-04-23 21:29:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:29:01','2019-04-23 21:29:01','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4387,1,'2019-04-23 21:37:28','2019-04-23 21:37:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"52px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:37:28','2019-04-23 21:37:28','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4388,1,'2019-04-23 21:37:47','2019-04-23 21:37:47','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:37:47','2019-04-23 21:37:47','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4389,1,'2019-04-23 21:39:12','2019-04-23 21:39:12','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:39:12','2019-04-23 21:39:12','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4390,1,'2019-04-23 21:48:14','2019-04-23 21:48:14','','banner-here','','inherit','closed','closed','','banner-here','','','2019-04-23 21:48:14','2019-04-23 21:48:14','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/banner-here.gif',0,'attachment','image/gif',0),(4391,1,'2019-04-23 21:48:37','2019-04-23 21:48:37','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:48:37','2019-04-23 21:48:37','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4392,1,'2019-04-23 21:49:17','2019-04-23 21:49:17','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:49:17','2019-04-23 21:49:17','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4393,1,'2019-04-23 21:49:42','2019-04-23 21:49:42','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:49:42','2019-04-23 21:49:42','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4394,1,'2019-04-23 21:50:01','2019-04-23 21:50:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:50:01','2019-04-23 21:50:01','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4395,1,'2019-04-23 21:50:34','2019-04-23 21:50:34','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:50:34','2019-04-23 21:50:34','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4396,1,'2019-04-23 21:51:07','2019-04-23 21:51:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:51:07','2019-04-23 21:51:07','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4397,1,'2019-04-23 21:51:29','2019-04-23 21:51:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:51:29','2019-04-23 21:51:29','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4398,1,'2019-04-23 21:54:40','2019-04-23 21:54:40','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 21:54:40','2019-04-23 21:54:40','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4399,1,'2019-04-23 22:08:16','2019-04-23 22:08:16','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\"]<p class=\"p2\"><b>Subscribe for our...</b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\"]<h1>Latest issue</h1>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:08:16','2019-04-23 22:08:16','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4400,1,'2019-04-23 22:15:11','2019-04-23 22:15:11','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 40px; font-weight: 900;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:15:11','2019-04-23 22:15:11','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4401,1,'2019-04-23 22:16:04','2019-04-23 22:16:04','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 40px; font-weight: 900;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:16:04','2019-04-23 22:16:04','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4402,1,'2019-04-23 22:16:38','2019-04-23 22:16:38','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 40px; font-weight: 900;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:16:38','2019-04-23 22:16:38','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4403,1,'2019-04-23 22:19:15','2019-04-23 22:19:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 40px; font-weight: 900; line-height: 42px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"20px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:19:15','2019-04-23 22:19:15','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4404,1,'2019-04-23 22:19:59','2019-04-23 22:19:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 40px; font-weight: 900; line-height: 42px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"20px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:19:59','2019-04-23 22:19:59','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4405,1,'2019-04-23 22:20:53','2019-04-23 22:20:53','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:20:53','2019-04-23 22:20:53','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4406,1,'2019-04-23 22:23:19','2019-04-23 22:23:19','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:23:19','2019-04-23 22:23:19','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4407,1,'2019-04-23 22:28:40','2019-04-23 22:28:40','','otp-mag','','inherit','closed','closed','','otp-mag','','','2019-04-23 22:28:40','2019-04-23 22:28:40','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-mag.jpg',0,'attachment','image/jpeg',0),(4408,1,'2019-04-23 22:37:42','2019-04-23 22:37:42','','otp-mag','','inherit','closed','closed','','otp-mag-2','','','2019-04-23 22:37:42','2019-04-23 22:37:42','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-mag-1.jpg',0,'attachment','image/jpeg',0),(4409,1,'2019-04-23 22:38:13','2019-04-23 22:38:13','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" style=\"style-shadow\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:38:13','2019-04-23 22:38:13','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4410,1,'2019-04-23 22:39:07','2019-04-23 22:39:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-23 22:39:07','2019-04-23 22:39:07','',8,'https://johnsons-gb-test.co.uk/2019/04/23/8-revision-v1/',0,'revision','',0),(4411,1,'2019-04-29 08:50:14','2019-04-29 08:50:14','','OTP-Banner-DESKTOP','','inherit','closed','closed','','otp-banner-desktop','','','2019-04-29 09:34:57','2019-04-29 09:34:57','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Banner-DESKTOP.jpg',0,'attachment','image/jpeg',0),(4412,1,'2019-04-29 08:50:16','2019-04-29 08:50:16','','OTP-Banner-MOBILE','','inherit','closed','closed','','otp-banner-mobile','','','2019-04-29 09:35:13','2019-04-29 09:35:13','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Banner-MOBILE.jpg',0,'attachment','image/jpeg',0),(4413,1,'2019-04-29 08:50:18','2019-04-29 08:50:18','','OTP-Takeover-DESKTOP','','inherit','closed','closed','','otp-takeover-desktop','','','2019-04-29 08:50:18','2019-04-29 08:50:18','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takeover-DESKTOP.jpg',0,'attachment','image/jpeg',0),(4414,1,'2019-04-29 08:50:21','2019-04-29 08:50:21','','OTP-Takleover-LAPTOP','','inherit','closed','closed','','otp-takleover-laptop','','','2019-04-29 08:50:21','2019-04-29 08:50:21','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-LAPTOP.jpg',0,'attachment','image/jpeg',0),(4415,1,'2019-04-29 08:50:24','2019-04-29 08:50:24','','OTP-Takleover-MOBILE','','inherit','closed','closed','','otp-takleover-mobile','','','2019-05-13 05:01:58','2019-05-13 05:01:58','',25,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-MOBILE.jpg',0,'attachment','image/jpeg',0),(4417,1,'2019-04-29 09:06:27','2019-04-29 09:06:27','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:06:27','2019-04-29 09:06:27','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4418,1,'2019-04-29 09:15:02','2019-04-29 09:15:02','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:15:02','2019-04-29 09:15:02','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4419,1,'2019-04-29 09:15:23','2019-04-29 09:15:23','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0zMCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:15:23','2019-04-29 09:15:23','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4420,1,'2019-04-29 09:24:32','2019-04-29 09:24:32','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRmJhbm5lci1oZXJlLmdpZiUyMiUzRQ==\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:24:32','2019-04-29 09:24:32','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4421,1,'2019-04-29 09:26:07','2019-04-29 09:26:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRk9UUC1CYW5uZXItREVTS1RPUC5qcGclMjIlM0U=\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:26:07','2019-04-29 09:26:07','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4422,1,'2019-04-29 09:26:38','2019-04-29 09:26:38','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_code=\"JTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmpvaG5zb25zLWdiLXRlc3QuY28udWslMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTklMkYwNCUyRk9UUC1CYW5uZXItREVTS1RPUC5qcGclMjIlM0U=\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:26:38','2019-04-29 09:26:38','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4423,1,'2019-04-29 09:35:23','2019-04-29 09:35:23','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 09:35:23','2019-04-29 09:35:23','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4424,1,'2019-04-29 09:41:58','2019-04-29 09:41:58','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlM0NiciUyMCUyRiUzRWNvbnRlbnQlMjBvZiUyMGV4dGVybmFsJTIwc2l0ZXMu\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"90\" media_size_image_width=\"92\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\" image=\"5067\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0IiwicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','publish','closed','closed','','footer','','','2019-05-20 15:39:51','2019-05-20 15:39:51','',0,'http://johnsons-gb-test.co.uk/?page_id=4424',0,'page','',0),(4425,1,'2019-04-29 09:41:58','2019-04-29 09:41:58','','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 09:41:58','2019-04-29 09:41:58','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4426,1,'2019-04-29 09:56:36','2019-04-29 09:56:36','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1556531788568{background-color: #3c3c3b !important;}\"][vc_column][vc_column_text]test[/vc_column_text][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 09:56:36','2019-04-29 09:56:36','',4424,'http://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4428,1,'2019-04-29 09:58:17','2019-04-29 09:58:17','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1556531884856{background-color: #3c3c3b !important;}\"][vc_column][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 09:58:17','2019-04-29 09:58:17','',4424,'http://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4429,1,'2019-04-29 09:58:46','2019-04-29 09:58:46','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1556531884856{background-color: #3c3c3b !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]test[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 09:58:46','2019-04-29 09:58:46','',4424,'http://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4430,1,'2019-04-29 09:59:50','2019-04-29 09:59:50','','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 09:59:50','2019-04-29 09:59:50','',4424,'http://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4431,1,'2019-04-29 10:12:46','2019-04-29 10:12:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector </i></p>[/td_block_text_with_title][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:12:46','2019-04-29 10:12:46','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4432,1,'2019-04-29 10:18:24','2019-04-29 10:18:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 300;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector </i></p>[/td_block_text_with_title][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:18:24','2019-04-29 10:18:24','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4433,1,'2019-04-29 10:19:05','2019-04-29 10:19:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector </i></p>[/td_block_text_with_title][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:19:05','2019-04-29 10:19:05','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4434,1,'2019-04-29 10:20:53','2019-04-29 10:20:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p><p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/td_block_text_with_title][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:20:53','2019-04-29 10:20:53','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4435,1,'2019-04-29 10:22:10','2019-04-29 10:22:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:22:10','2019-04-29 10:22:10','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4436,1,'2019-04-29 10:22:19','2019-04-29 10:22:19','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:22:19','2019-04-29 10:22:19','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4437,1,'2019-04-29 10:23:17','2019-04-29 10:23:17','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:23:17','2019-04-29 10:23:17','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4438,1,'2019-04-29 10:24:51','2019-04-29 10:24:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:24:51','2019-04-29 10:24:51','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4439,1,'2019-04-29 10:31:40','2019-04-29 10:31:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:31:40','2019-04-29 10:31:40','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4440,1,'2019-04-29 10:58:29','2019-04-29 10:58:29','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-xxsm\" description=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:58:29','2019-04-29 10:58:29','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4441,1,'2019-04-29 10:59:10','2019-04-29 10:59:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:59:10','2019-04-29 10:59:10','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4443,1,'2019-04-29 10:59:53','2019-04-29 10:59:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 10:59:53','2019-04-29 10:59:53','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4444,1,'2019-04-29 11:00:33','2019-04-29 11:00:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_separator color=\"#ffffff\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:00:33','2019-04-29 11:00:33','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4445,1,'2019-04-29 11:01:26','2019-04-29 11:01:26','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:01:26','2019-04-29 11:01:26','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4446,1,'2019-04-29 11:01:59','2019-04-29 11:01:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:01:59','2019-04-29 11:01:59','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4447,1,'2019-04-29 11:02:24','2019-04-29 11:02:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:02:24','2019-04-29 11:02:24','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4448,1,'2019-04-29 11:02:38','2019-04-29 11:02:38','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\"]<p><span style=\"color: #ffffff; font-weight: 100;\">Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</span></p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:02:38','2019-04-29 11:02:38','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4449,1,'2019-04-29 11:04:09','2019-04-29 11:04:09','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"14\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:04:09','2019-04-29 11:04:09','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4450,1,'2019-04-29 11:05:22','2019-04-29 11:05:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:05:22','2019-04-29 11:05:22','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4451,1,'2019-04-29 11:05:49','2019-04-29 11:05:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:05:49','2019-04-29 11:05:49','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4452,1,'2019-04-29 11:06:17','2019-04-29 11:06:17','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-center\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 11:06:17','2019-04-29 11:06:17','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4453,1,'2019-04-29 13:39:29','2019-04-29 13:39:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:39:29','2019-04-29 13:39:29','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4454,1,'2019-04-29 13:40:07','2019-04-29 13:40:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:40:07','2019-04-29 13:40:07','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4455,1,'2019-04-29 13:41:10','2019-04-29 13:41:10','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiMiIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIyIiwic2hhZG93LW9mZnNldC12IjoiMiIsImRpc3BsYXkiOiIifX0=\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:41:10','2019-04-29 13:41:10','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4456,1,'2019-04-29 13:41:27','2019-04-29 13:41:27','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiMiIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiMiIsImRpc3BsYXkiOiIifX0=\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:41:27','2019-04-29 13:41:27','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (4457,1,'2019-04-29 13:41:46','2019-04-29 13:41:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiMCIsImRpc3BsYXkiOiIifX0=\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:41:46','2019-04-29 13:41:46','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4458,1,'2019-04-29 13:41:56','2019-04-29 13:41:56','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiMSIsImRpc3BsYXkiOiIifX0=\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:41:56','2019-04-29 13:41:56','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4459,1,'2019-04-29 13:42:11','2019-04-29 13:42:11','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTEiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:42:11','2019-04-29 13:42:11','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4460,1,'2019-04-29 13:42:25','2019-04-29 13:42:25','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTE0IiwiZGlzcGxheSI6IiJ9fQ==\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:42:25','2019-04-29 13:42:25','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4461,1,'2019-04-29 13:42:35','2019-04-29 13:42:35','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTUiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:42:35','2019-04-29 13:42:35','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4462,1,'2019-04-29 13:42:46','2019-04-29 13:42:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiM4YzhjOGMiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTQiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:42:46','2019-04-29 13:42:46','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4463,1,'2019-04-29 13:43:01','2019-04-29 13:43:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiNjNmM2YzYiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTQiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:43:01','2019-04-29 13:43:01','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4464,1,'2019-04-29 13:43:18','2019-04-29 13:43:18','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii05MCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwic2hhZG93LXNpemUiOiI0Iiwic2hhZG93LWNvbG9yIjoiI2M2YzZjNiIsInNoYWRvdy1vZmZzZXQtaCI6IjAiLCJzaGFkb3ctb2Zmc2V0LXYiOiItNCIsImRpc3BsYXkiOiIifX0=\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:43:18','2019-04-29 13:43:18','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4465,1,'2019-04-29 13:43:34','2019-04-29 13:43:34','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiNjNmM2YzYiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTQiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:43:34','2019-04-29 13:43:34','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4466,1,'2019-04-29 13:43:59','2019-04-29 13:43:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiNjNmM2YzYiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTQiLCJkaXNwbGF5IjoiIn19\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:43:59','2019-04-29 13:43:59','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4467,1,'2019-04-29 13:45:46','2019-04-29 13:45:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiNjNmM2YzYiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7ImJhY2tncm91bmQtc3R5bGUiOiJuby1yZXBlYXQiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" height=\"280\" alignment=\"top\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:45:46','2019-04-29 13:45:46','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4468,1,'2019-04-29 13:45:51','2019-04-29 13:45:51','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"contain\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiNCIsInNoYWRvdy1jb2xvciI6IiNjNmM2YzYiLCJzaGFkb3ctb2Zmc2V0LWgiOiIwIiwic2hhZG93LW9mZnNldC12IjoiLTQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7ImJhY2tncm91bmQtc3R5bGUiOiJuby1yZXBlYXQiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" height=\"280\" alignment=\"\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:45:51','2019-04-29 13:45:51','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4469,1,'2019-04-29 13:46:57','2019-04-29 13:46:57','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"277\" image=\"4408\" size=\"\" width=\"80%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJvcmRlci1zdHlsZSI6Im5vbmUiLCJzaGFkb3ctc2l6ZSI6IjQiLCJzaGFkb3ctY29sb3IiOiIjYzZjNmM2Iiwic2hhZG93LW9mZnNldC1oIjoiMCIsInNoYWRvdy1vZmZzZXQtdiI6Ii00IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLXN0eWxlIjoibm8tcmVwZWF0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" height=\"280\" alignment=\"\" repeat=\"\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:46:57','2019-04-29 13:46:57','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4470,1,'2019-04-29 13:49:37','2019-04-29 13:49:37','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 13:49:37','2019-04-29 13:49:37','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4471,1,'2019-04-29 14:25:47','2019-04-29 14:25:47','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 14:25:47','2019-04-29 14:25:47','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4472,1,'2019-04-29 14:28:15','2019-04-29 14:28:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 14:28:15','2019-04-29 14:28:15','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4474,1,'2019-04-29 14:54:41','2019-04-29 14:54:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"32\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 14:54:41','2019-04-29 14:54:41','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4475,1,'2019-04-29 14:54:51','2019-04-29 14:54:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 14:54:51','2019-04-29 14:54:51','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4476,1,'2019-04-29 14:55:53','2019-04-29 14:55:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_empty_space][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 14:55:53','2019-04-29 14:55:53','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4477,1,'2019-04-29 14:56:42','2019-04-29 14:56:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI2MCIsInBhZGRpbmctcmlnaHQiOiIzMCIsImRpc3BsYXkiOiIifX0=\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjYwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 14:56:42','2019-04-29 14:56:42','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4478,1,'2019-04-29 14:57:41','2019-04-29 14:57:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-04-29 14:57:41','2019-04-29 14:57:41','',4424,'https://johnsons-gb-test.co.uk/2019/04/29/4424-revision-v1/',0,'revision','',0),(4479,1,'2019-04-29 14:58:53','2019-04-29 14:58:53','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 14:58:53','2019-04-29 14:58:53','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4481,1,'2019-04-29 15:03:07','2019-04-29 15:03:07','','otp-mag-1','','inherit','closed','closed','','otp-mag-1','','','2019-04-29 15:03:22','2019-04-29 15:03:22','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-mag-1-1.jpg',0,'attachment','image/jpeg',0),(4482,1,'2019-04-29 15:03:13','2019-04-29 15:03:13','','OTP-Takeover-TABLET','','inherit','closed','closed','','otp-takeover-tablet','','','2019-04-29 15:03:13','2019-04-29 15:03:13','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takeover-TABLET.jpg',0,'attachment','image/jpeg',0),(4483,1,'2019-04-29 15:04:31','2019-04-29 15:04:31','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"283\" media_size_image_width=\"200\" spot_img_all=\"4481\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInNoYWRvdy1zaXplIjoiMyIsInNoYWRvdy1vZmZzZXQtdiI6IjQiLCJkaXNwbGF5IjoiIn19\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:04:31','2019-04-29 15:04:31','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4484,1,'2019-04-29 15:04:54','2019-04-29 15:04:54','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"283\" media_size_image_width=\"200\" spot_img_all=\"4481\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:04:54','2019-04-29 15:04:54','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4485,1,'2019-04-29 15:07:45','2019-04-29 15:07:45','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"283\" media_size_image_width=\"200\" spot_img_all=\"4481\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0zMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:07:45','2019-04-29 15:07:45','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4486,1,'2019-04-29 15:07:58','2019-04-29 15:07:58','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"283\" media_size_image_width=\"200\" spot_img_all=\"4481\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:07:58','2019-04-29 15:07:58','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4487,1,'2019-04-29 15:08:12','2019-04-29 15:08:12','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"283\" media_size_image_width=\"200\" spot_img_all=\"4481\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:08:12','2019-04-29 15:08:12','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4488,1,'2019-04-29 15:09:18','2019-04-29 15:09:18','','otp-mag-1','','inherit','closed','closed','','otp-mag-1-2','','','2019-04-29 15:09:18','2019-04-29 15:09:18','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-mag-1-2.jpg',0,'attachment','image/jpeg',0),(4489,1,'2019-04-29 15:09:25','2019-04-29 15:09:25','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"237\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4488\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:09:25','2019-04-29 15:09:25','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4490,1,'2019-04-29 15:10:17','2019-04-29 15:10:17','','otp-mag-1','','inherit','closed','closed','','otp-mag-1-3','','','2019-04-29 15:10:17','2019-04-29 15:10:17','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-mag-1-3.jpg',0,'attachment','image/jpeg',0),(4491,1,'2019-04-29 15:10:29','2019-04-29 15:10:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xMzAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:10:29','2019-04-29 15:10:29','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4492,1,'2019-04-29 15:17:31','2019-04-29 15:17:31','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:17:31','2019-04-29 15:17:31','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4493,1,'2019-04-29 15:23:47','2019-04-29 15:23:47','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"25px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:23:47','2019-04-29 15:23:47','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4494,1,'2019-04-29 15:25:53','2019-04-29 15:25:53','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_empty_space height=\"20px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][vc_empty_space height=\"20px\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space height=\"35px\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"20px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:25:53','2019-04-29 15:25:53','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4495,1,'2019-04-29 15:26:42','2019-04-29 15:26:42','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:26:42','2019-04-29 15:26:42','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4496,1,'2019-04-29 15:27:08','2019-04-29 15:27:08','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:27:08','2019-04-29 15:27:08','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4497,1,'2019-04-29 15:27:19','2019-04-29 15:27:19','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:27:19','2019-04-29 15:27:19','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4498,1,'2019-04-29 15:27:58','2019-04-29 15:27:58','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:27:58','2019-04-29 15:27:58','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4499,1,'2019-04-29 15:28:17','2019-04-29 15:28:17','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:28:17','2019-04-29 15:28:17','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4500,1,'2019-04-29 15:39:14','2019-04-29 15:39:14','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"263\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:39:14','2019-04-29 15:39:14','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4501,1,'2019-04-29 15:39:53','2019-04-29 15:39:53','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" vertical_align=\"top\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:39:53','2019-04-29 15:39:53','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4502,1,'2019-04-29 15:44:01','2019-04-29 15:44:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_empty_space][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:44:01','2019-04-29 15:44:01','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4503,1,'2019-04-29 15:44:27','2019-04-29 15:44:27','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-md\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:44:27','2019-04-29 15:44:27','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4504,1,'2019-04-29 15:45:28','2019-04-29 15:45:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:45:28','2019-04-29 15:45:28','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4505,1,'2019-04-29 15:45:44','2019-04-29 15:45:44','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:45:44','2019-04-29 15:45:44','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4506,1,'2019-04-29 15:51:10','2019-04-29 15:51:10','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:51:10','2019-04-29 15:51:10','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4507,1,'2019-04-29 15:54:57','2019-04-29 15:54:57','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-29 15:54:57','2019-04-29 15:54:57','',8,'https://johnsons-gb-test.co.uk/2019/04/29/8-revision-v1/',0,'revision','',0),(4510,1,'2019-04-30 09:40:29','2019-04-30 09:40:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 09:40:29','2019-04-30 09:40:29','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4511,1,'2019-04-30 11:19:13','2019-04-30 11:19:13','','desktop-red-lion','','inherit','closed','closed','','desktop-red-lion','','','2019-04-30 11:19:13','2019-04-30 11:19:13','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/desktop-red-lion.jpg',0,'attachment','image/jpeg',0),(4512,1,'2019-04-30 11:19:57','2019-04-30 11:19:57','','laptop-red-lion','','inherit','closed','closed','','laptop-red-lion','','','2019-04-30 11:19:57','2019-04-30 11:19:57','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/laptop-red-lion.jpg',0,'attachment','image/jpeg',0),(4513,1,'2019-04-30 12:09:02','2019-04-30 12:09:02','','desktop-red-lion','','inherit','closed','closed','','desktop-red-lion-2','','','2019-04-30 12:09:02','2019-04-30 12:09:02','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/desktop-red-lion-1.jpg',0,'attachment','image/jpeg',0),(4514,1,'2019-04-30 12:11:38','2019-04-30 12:11:38','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 12:11:38','2019-04-30 12:11:38','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4515,1,'2019-04-30 12:11:52','2019-04-30 12:11:52','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 12:11:52','2019-04-30 12:11:52','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4516,1,'2019-04-30 12:18:44','2019-04-30 12:18:44','','desktop-red-lion','','inherit','closed','closed','','desktop-red-lion-3','','','2019-05-13 05:00:48','2019-05-13 05:00:48','',25,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/desktop-red-lion-2.jpg',0,'attachment','image/jpeg',0),(4518,1,'2019-04-30 12:46:19','2019-04-30 12:46:19','','otp-logo-mobile','','inherit','closed','closed','','otp-logo-mobile','','','2019-04-30 12:46:19','2019-04-30 12:46:19','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/otp-logo-mobile.png',0,'attachment','image/png',0),(4519,1,'2019-04-30 12:46:29','2019-04-30 12:46:29','','OTP-LOGO','','inherit','closed','closed','','otp-logo','','','2019-04-30 12:46:29','2019-04-30 12:46:29','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-LOGO.png',0,'attachment','image/png',0),(4520,1,'2019-04-30 13:32:34','2019-04-30 13:32:34','','OTP-Takleover-TABLET-778-650','','inherit','closed','closed','','otp-takleover-tablet-778-650','','','2019-04-30 13:32:34','2019-04-30 13:32:34','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/OTP-Takleover-TABLET-778-650.jpg',0,'attachment','image/jpeg',0),(4521,1,'2019-04-30 13:39:31','2019-04-30 13:39:31','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:39:31','2019-04-30 13:39:31','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4522,1,'2019-04-30 13:45:08','2019-04-30 13:45:08','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMiIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:45:08','2019-04-30 13:45:08','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4523,1,'2019-04-30 13:47:17','2019-04-30 13:47:17','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:47:17','2019-04-30 13:47:17','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4524,1,'2019-04-30 13:49:22','2019-04-30 13:49:22','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:49:22','2019-04-30 13:49:22','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4525,1,'2019-04-30 13:49:42','2019-04-30 13:49:42','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:49:42','2019-04-30 13:49:42','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4526,1,'2019-04-30 13:50:48','2019-04-30 13:50:48','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:50:48','2019-04-30 13:50:48','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4527,1,'2019-04-30 13:50:58','2019-04-30 13:50:58','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:50:58','2019-04-30 13:50:58','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4528,1,'2019-04-30 13:52:25','2019-04-30 13:52:25','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][/vc_row][vc_row full_width=\"\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 13:52:25','2019-04-30 13:52:25','',8,'https://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4529,1,'2019-04-30 14:00:00','2019-04-30 14:00:00','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"95%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:00:00','2019-04-30 14:00:00','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4530,1,'2019-04-30 14:00:09','2019-04-30 14:00:09','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:00:09','2019-04-30 14:00:09','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4531,1,'2019-04-30 14:00:21','2019-04-30 14:00:21','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"97%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:00:21','2019-04-30 14:00:21','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4532,1,'2019-04-30 14:00:31','2019-04-30 14:00:31','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"leadmag\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:00:31','2019-04-30 14:00:31','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4533,1,'2019-04-30 14:06:38','2019-04-30 14:06:38','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:06:38','2019-04-30 14:06:38','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4534,1,'2019-04-30 14:35:27','2019-04-30 14:35:27','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:35:27','2019-04-30 14:35:27','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4535,1,'2019-04-30 14:49:08','2019-04-30 14:49:08','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\".otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:49:08','2019-04-30 14:49:08','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4536,1,'2019-04-30 14:50:45','2019-04-30 14:50:45','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\"]\r\n<p class=\"p2\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-04-30 14:50:45','2019-04-30 14:50:45','',8,'http://johnsons-gb-test.co.uk/2019/04/30/8-revision-v1/',0,'revision','',0),(4537,1,'2019-04-30 21:18:55','2019-04-30 21:18:55','','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:18:55','2019-04-30 21:18:55','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4538,1,'2019-04-30 21:25:34','2019-04-30 21:25:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:25:34','2019-04-30 21:25:34','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4539,1,'2019-04-30 21:29:03','2019-04-30 21:29:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:29:03','2019-04-30 21:29:03','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4541,1,'2019-04-30 21:38:50','2019-04-30 21:38:50','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:38:50','2019-04-30 21:38:50','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4542,1,'2019-04-30 21:40:09','2019-04-30 21:40:09','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:40:09','2019-04-30 21:40:09','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4543,1,'2019-04-30 21:40:41','2019-04-30 21:40:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:40:41','2019-04-30 21:40:41','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4544,1,'2019-04-30 21:44:33','2019-04-30 21:44:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\"][/vc_column][vc_column width=\"2/3\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:44:33','2019-04-30 21:44:33','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4545,1,'2019-04-30 21:45:38','2019-04-30 21:45:38','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:45:38','2019-04-30 21:45:38','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4546,1,'2019-04-30 21:46:02','2019-04-30 21:46:02','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:46:02','2019-04-30 21:46:02','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4547,1,'2019-04-30 21:46:53','2019-04-30 21:46:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:46:53','2019-04-30 21:46:53','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4548,1,'2019-04-30 21:48:22','2019-04-30 21:48:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" display_inline=\"yes\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:48:22','2019-04-30 21:48:22','',23,'https://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4549,1,'2019-04-30 21:50:06','2019-04-30 21:50:06','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:50:06','2019-04-30 21:50:06','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4550,1,'2019-04-30 21:51:27','2019-04-30 21:51:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text description=\"RWFjaCB0ZW1wbGF0ZSBpbiBvdXIgZXZlciBncm93aW5nIHN0dWRpbyBsaWJyYXJ5IGNhbiBiZSBhZGRlZCBhbmQgbW92ZWQgYXJvdW5kIHdpdGhpbiBhbnkgcGFnZSBlZmZvcnRsZXNzbHkgd2l0aCBvbmUgY2xpY2suIENvbWJpbmUgdGhlbSwgcmVhcnJhbmdlIHRoZW0gYW5kIGN1c3RvbWl6ZSB0aGVtIGZ1cnRoZXIgYXMgbXVjaCBhcyB5b3UgZGVzaXJlLiBXZWxjb21lIHRvIHRoZSBmdXR1cmUgb2YgYnVpbGRpbmcgd2l0aCBXb3JkUHJlc3Mu\" display_inline=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"7\"][/vc_column][vc_column width=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:51:27','2019-04-30 21:51:27','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4551,1,'2019-04-30 21:55:17','2019-04-30 21:55:17','','issue-24','','inherit','closed','closed','','issue-24','','','2019-04-30 21:55:17','2019-04-30 21:55:17','',23,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/issue-24.jpg',0,'attachment','image/jpeg',0),(4552,1,'2019-04-30 21:59:05','2019-04-30 21:59:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"7\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" height=\"100%\" size=\"contain\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" alignment=\"\" style=\"\" repeat=\"\"][/vc_column][vc_column width=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 21:59:05','2019-04-30 21:59:05','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4553,1,'2019-04-30 22:02:20','2019-04-30 22:02:20','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"7\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\"][/vc_column][vc_column width=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:02:20','2019-04-30 22:02:20','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4554,1,'2019-04-30 22:03:48','2019-04-30 22:03:48','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"7\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"849\"][/vc_column][vc_column width=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:03:48','2019-04-30 22:03:48','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4555,1,'2019-04-30 22:04:36','2019-04-30 22:04:36','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:04:36','2019-04-30 22:04:36','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4556,1,'2019-04-30 22:06:33','2019-04-30 22:06:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:06:33','2019-04-30 22:06:33','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4557,1,'2019-04-30 22:10:14','2019-04-30 22:10:14','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:10:14','2019-04-30 22:10:14','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4558,1,'2019-04-30 22:12:50','2019-04-30 22:12:50','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:12:50','2019-04-30 22:12:50','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4559,1,'2019-04-30 22:13:34','2019-04-30 22:13:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:13:34','2019-04-30 22:13:34','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4560,1,'2019-04-30 22:14:05','2019-04-30 22:14:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"18\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:14:05','2019-04-30 22:14:05','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4561,1,'2019-04-30 22:14:48','2019-04-30 22:14:48','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:14:48','2019-04-30 22:14:48','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4562,1,'2019-04-30 22:15:01','2019-04-30 22:15:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"#\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:15:01','2019-04-30 22:15:01','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4563,1,'2019-04-30 22:15:18','2019-04-30 22:15:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"#\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:15:18','2019-04-30 22:15:18','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4564,1,'2019-04-30 22:15:35','2019-04-30 22:15:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"#\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:15:35','2019-04-30 22:15:35','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4565,1,'2019-04-30 22:16:24','2019-04-30 22:16:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"#\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:16:24','2019-04-30 22:16:24','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4566,1,'2019-04-30 22:16:55','2019-04-30 22:16:55','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"200\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"#\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-04-30 22:16:55','2019-04-30 22:16:55','',23,'http://johnsons-gb-test.co.uk/2019/04/30/23-revision-v1/',0,'revision','',0),(4567,1,'2019-05-01 08:53:15','2019-05-01 08:53:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 08:53:15','2019-05-01 08:53:15','',8,'https://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4568,1,'2019-05-01 08:56:56','2019-05-01 08:56:56','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_column_text f_post_font_size=\"18\" f_post_font_family=\"394\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 08:56:56','2019-05-01 08:56:56','',4424,'http://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4569,1,'2019-05-01 08:58:27','2019-05-01 08:58:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text f_post_font_size=\"18\" f_post_font_family=\"394\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 08:58:27','2019-05-01 08:58:27','',4424,'http://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4570,1,'2019-05-01 08:58:48','2019-05-01 08:58:48','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text f_post_font_size=\"18\" f_post_font_family=\"394\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 08:58:48','2019-05-01 08:58:48','',4424,'http://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4571,1,'2019-05-01 09:01:21','2019-05-01 09:01:21','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 09:01:21','2019-05-01 09:01:21','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4572,1,'2019-05-01 09:11:47','2019-05-01 09:11:47','','footer-issue-6','','inherit','closed','closed','','footer-issue-6','','','2019-05-01 09:11:47','2019-05-01 09:11:47','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/footer-issue-6.jpg',0,'attachment','image/jpeg',0),(4573,1,'2019-05-01 09:11:51','2019-05-01 09:11:51','','footer-issue-5','','inherit','closed','closed','','footer-issue-5','','','2019-05-01 09:11:51','2019-05-01 09:11:51','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/footer-issue-5.jpg',0,'attachment','image/jpeg',0),(4574,1,'2019-05-01 09:11:53','2019-05-01 09:11:53','','footer-issue-4','','inherit','closed','closed','','footer-issue-4','','','2019-05-01 09:11:53','2019-05-01 09:11:53','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/footer-issue-4.jpg',0,'attachment','image/jpeg',0),(4575,1,'2019-05-01 09:11:56','2019-05-01 09:11:56','','footer-issue-3','','inherit','closed','closed','','footer-issue-3','','','2019-05-01 09:11:56','2019-05-01 09:11:56','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/footer-issue-3.jpg',0,'attachment','image/jpeg',0),(4576,1,'2019-05-01 09:11:58','2019-05-01 09:11:58','','footer-issue-2','','inherit','closed','closed','','footer-issue-2','','','2019-05-01 09:11:58','2019-05-01 09:11:58','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/footer-issue-2.jpg',0,'attachment','image/jpeg',0),(4577,1,'2019-05-01 09:12:01','2019-05-01 09:12:01','','footer-issue-1','','inherit','closed','closed','','footer-issue-1','','','2019-05-01 09:12:01','2019-05-01 09:12:01','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/footer-issue-1.jpg',0,'attachment','image/jpeg',0),(4579,1,'2019-05-01 09:18:04','2019-05-01 09:18:04','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text f_post_font_size=\"18\" f_post_font_family=\"394\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTVCZndkc2lzYyUyMHByZXNldF9pZCUzRCUyMkZvb3RlciUyMEltYWdlcyUyMiUyMHBsYXlsaXN0X2lkJTNEJTIyRm9vdGVyJTIwTWFncyUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 09:18:04','2019-05-01 09:18:04','',4424,'http://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4580,1,'2019-05-01 09:19:06','2019-05-01 09:19:06','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text f_post_font_size=\"18\" f_post_font_family=\"394\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 09:19:06','2019-05-01 09:19:06','',4424,'http://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4582,1,'2019-05-01 09:41:52','2019-05-01 09:41:52','[tdc_zone type=\"tdc_content\"]\r\n[vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 09:41:52','2019-05-01 09:41:52','',4424,'http://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4585,1,'2019-05-01 11:08:49','2019-05-01 11:08:49','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text description=\"JTVCZndkc2lzYyUyMHByZXNldF9pZCUzRCUyMkZvb3RlciUyMEltYWdlcyUyMiUyMHBsYXlsaXN0X2lkJTNEJTIyRm9vdGVyJTIwTWFncyUyMiU1RA==\" display_inline=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:08:49','2019-05-01 11:08:49','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4586,1,'2019-05-01 11:11:02','2019-05-01 11:11:02','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner][vc_column_inner][vc_column_text]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:11:02','2019-05-01 11:11:02','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4587,1,'2019-05-01 11:13:16','2019-05-01 11:13:16','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner][vc_column_inner tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column_text]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:13:16','2019-05-01 11:13:16','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4588,1,'2019-05-01 11:15:49','2019-05-01 11:15:49','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner][vc_column_inner tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column_text][fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:15:49','2019-05-01 11:15:49','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4589,1,'2019-05-01 11:17:57','2019-05-01 11:17:57','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner][vc_column_inner tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column_text][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:17:57','2019-05-01 11:17:57','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4590,1,'2019-05-01 11:18:37','2019-05-01 11:18:37','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_row_inner][vc_column_inner tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:18:37','2019-05-01 11:18:37','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4591,1,'2019-05-01 11:20:48','2019-05-01 11:20:48','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:20:48','2019-05-01 11:20:48','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4592,1,'2019-05-01 11:23:45','2019-05-01 11:23:45','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii03MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\" full_width=\"stretch_row\"][vc_column][vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:23:45','2019-05-01 11:23:45','',8,'https://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4593,1,'2019-05-01 11:24:29','2019-05-01 11:24:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii03MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\" full_width=\"stretch_row\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:24:29','2019-05-01 11:24:29','',8,'https://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4594,1,'2019-05-01 11:24:59','2019-05-01 11:24:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:24:59','2019-05-01 11:24:59','',8,'https://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4595,1,'2019-05-01 11:25:41','2019-05-01 11:25:41','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:25:41','2019-05-01 11:25:41','',8,'https://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4596,1,'2019-05-01 11:39:23','2019-05-01 11:39:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_tag=\"h3\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-lg\" content_align_vertical=\"content-vert-center\" layout=\"layout-12-12\" flip_content=\"yes\" button_icon_space=\"0\" f_descr_font_size=\"10\" f_descr_font_line_height=\"14px\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" tds_title1-f_title_font_size=\"10\" tds_title1-f_title_font_line_height=\"14px\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_weight=\"100\" tds_title1-title_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-01 11:39:23','2019-05-01 11:39:23','',4424,'https://johnsons-gb-test.co.uk/2019/05/01/4424-revision-v1/',0,'revision','',0),(4597,1,'2019-05-01 11:53:18','2019-05-01 11:53:18','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 11:53:18','2019-05-01 11:53:18','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4598,1,'2019-05-01 12:01:30','2019-05-01 12:01:30','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:01:30','2019-05-01 12:01:30','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4599,1,'2019-05-01 12:02:15','2019-05-01 12:02:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii0zMCIsInotaW5kZXgiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:02:15','2019-05-01 12:02:15','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4600,1,'2019-05-01 12:02:33','2019-05-01 12:02:33','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii04MCIsInotaW5kZXgiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:02:33','2019-05-01 12:02:33','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4601,1,'2019-05-01 12:03:00','2019-05-01 12:03:00','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiei1pbmRleCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:03:00','2019-05-01 12:03:00','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4602,1,'2019-05-01 12:03:03','2019-05-01 12:03:03','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiei1pbmRleCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:03:03','2019-05-01 12:03:03','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4603,1,'2019-05-01 12:04:21','2019-05-01 12:04:21','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:04:21','2019-05-01 12:04:21','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4604,1,'2019-05-01 12:05:45','2019-05-01 12:05:45','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:05:45','2019-05-01 12:05:45','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4605,1,'2019-05-01 12:06:47','2019-05-01 12:06:47','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"6\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:06:47','2019-05-01 12:06:47','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4606,1,'2019-05-01 12:21:46','2019-05-01 12:21:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-01 12:21:46','2019-05-01 12:21:46','',8,'http://johnsons-gb-test.co.uk/2019/05/01/8-revision-v1/',0,'revision','',0),(4608,1,'2019-05-02 13:44:59','2019-05-02 13:44:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][vc_column_text f_post_font_size=\"10\" f_post_font_family=\"394\" post_color=\"#ffffff\"]<p><img class=\"alignleft wp-image-4355\" src=\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/footer-logo-300x214.png\" alt=\"\" width=\"140\" height=\"100\" />Copyright © 2019 OTP. OTP is not responsible for the content of external sites. Read more</p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 13:44:59','2019-05-02 13:44:59','',4424,'http://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4609,1,'2019-05-02 13:48:33','2019-05-02 13:48:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][vc_column_text f_post_font_size=\"10\" f_post_font_family=\"394\" post_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p><img class=\" td-modal-image alignleft wp-image-4355\" src=\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/footer-logo-300x214.png\" alt=\"\" width=\"145\" height=\"142\" />Copyright © 2019 OTP. OTP is not responsible for the content of external sites. Read more</p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 13:48:33','2019-05-02 13:48:33','',4424,'https://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4610,1,'2019-05-02 13:51:32','2019-05-02 13:51:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][vc_column_text f_post_font_size=\"10\" f_post_font_family=\"394\" post_color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" el_class=\"footerlogo\"]<p><img class=\" td-modal-image alignleft wp-image-4355\" src=\"http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/footer-logo-300x214.png\" alt=\"\" width=\"145\" height=\"142\" />Copyright © 2019 OTP. OTP is not responsible for the content of external sites. Read more</p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 13:51:32','2019-05-02 13:51:32','',4424,'https://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4612,1,'2019-05-02 14:15:25','2019-05-02 14:15:25','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 14:15:25','2019-05-02 14:15:25','',4424,'https://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4613,1,'2019-05-02 14:16:45','2019-05-02 14:16:45','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 14:16:45','2019-05-02 14:16:45','',4424,'https://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4614,1,'2019-05-02 14:17:46','2019-05-02 14:17:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 14:17:46','2019-05-02 14:17:46','',4424,'https://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4615,1,'2019-05-02 14:18:21','2019-05-02 14:18:21','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"100\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6IiJ9fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-02 14:18:21','2019-05-02 14:18:21','',4424,'https://johnsons-gb-test.co.uk/2019/05/02/4424-revision-v1/',0,'revision','',0),(4616,1,'2019-05-02 15:29:01','2019-05-02 15:29:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"200\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"12\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 15:29:01','2019-05-02 15:29:01','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4617,1,'2019-05-02 15:29:23','2019-05-02 15:29:23','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"10\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 15:29:23','2019-05-02 15:29:23','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4618,1,'2019-05-02 15:29:49','2019-05-02 15:29:49','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 45px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"900\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 15:29:49','2019-05-02 15:29:49','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4619,1,'2019-05-02 15:30:16','2019-05-02 15:30:16','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 15:30:16','2019-05-02 15:30:16','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4620,1,'2019-05-02 15:30:51','2019-05-02 15:30:51','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 15:30:51','2019-05-02 15:30:51','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4621,1,'2019-05-02 15:55:53','2019-05-02 15:55:53','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 15:55:53','2019-05-02 15:55:53','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4622,1,'2019-05-02 20:57:28','2019-05-02 20:57:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 20:57:28','2019-05-02 20:57:28','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4623,1,'2019-05-02 20:57:46','2019-05-02 20:57:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-02 20:57:46','2019-05-02 20:57:46','',8,'https://johnsons-gb-test.co.uk/2019/05/02/8-revision-v1/',0,'revision','',0),(4624,1,'2019-05-03 07:09:22','2019-05-03 07:09:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6IiJ9fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 07:09:22','2019-05-03 07:09:22','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4625,1,'2019-05-03 07:15:40','2019-05-03 07:15:40','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url_window=\"yes\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-03 07:15:40','2019-05-03 07:15:40','',8,'https://johnsons-gb-test.co.uk/2019/05/03/8-revision-v1/',0,'revision','',0),(4626,1,'2019-05-03 07:19:15','2019-05-03 07:19:15','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"300\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"#\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-03 07:19:15','2019-05-03 07:19:15','',23,'http://johnsons-gb-test.co.uk/2019/05/03/23-revision-v1/',0,'revision','',0),(4627,1,'2019-05-03 07:23:46','2019-05-03 07:23:46','','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:23:46','2019-05-03 07:23:46','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4629,1,'2019-05-03 07:26:12','2019-05-03 07:26:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:26:12','2019-05-03 07:26:12','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4630,1,'2019-05-03 07:26:38','2019-05-03 07:26:38','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554175\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:26:38','2019-05-03 07:26:38','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4631,1,'2019-05-03 07:28:11','2019-05-03 07:28:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyNSIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\"]<p>Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554175\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:28:11','2019-05-03 07:28:11','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4632,1,'2019-05-03 07:29:35','2019-05-03 07:29:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyNSIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:29:35','2019-05-03 07:29:35','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4633,1,'2019-05-03 07:31:21','2019-05-03 07:31:21','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyNSIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:31:21','2019-05-03 07:31:21','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4634,1,'2019-05-03 07:31:57','2019-05-03 07:31:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:31:57','2019-05-03 07:31:57','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4635,1,'2019-05-03 07:32:30','2019-05-03 07:32:30','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:32:30','2019-05-03 07:32:30','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4636,1,'2019-05-03 07:32:51','2019-05-03 07:32:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:32:51','2019-05-03 07:32:51','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4637,1,'2019-05-03 07:33:06','2019-05-03 07:33:06','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMjUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:33:06','2019-05-03 07:33:06','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4638,1,'2019-05-03 07:34:40','2019-05-03 07:34:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-03 07:34:40','2019-05-03 07:34:40','',276,'http://johnsons-gb-test.co.uk/2019/05/03/276-revision-v1/',0,'revision','',0),(4639,1,'2019-05-03 07:57:19','2019-05-03 07:57:19','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"300\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"VmlldyUyMG91ciUyMGxhdGVzdCUyMGlzc3VlLi4u\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"http://johnsons-gb-test.co.uk/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-03 07:57:19','2019-05-03 07:57:19','',23,'https://johnsons-gb-test.co.uk/2019/05/03/23-revision-v1/',0,'revision','',0),(4640,1,'2019-05-03 07:58:07','2019-05-03 07:58:07','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"300\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGam9obnNvbnMtZ2ItdGVzdC5jby51ayUyRmxhdGVzdGRpZ2l0YWxpc3N1ZSUyRiUyMiUzRVZpZXclMjBvdXIlMjBsYXRlc3QlMjBpc3N1ZS4uLiUzQyUyRmElM0U=\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"http://johnsons-gb-test.co.uk/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-03 07:58:07','2019-05-03 07:58:07','',23,'https://johnsons-gb-test.co.uk/2019/05/03/23-revision-v1/',0,'revision','',0),(4641,1,'2019-05-03 08:00:16','2019-05-03 08:00:16','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url=\"http://johnsons-gb-test.co.uk/latestdigitalissue/\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-03 08:00:16','2019-05-03 08:00:16','',8,'http://johnsons-gb-test.co.uk/2019/05/03/8-revision-v1/',0,'revision','',0),(4642,1,'2019-05-03 08:01:01','2019-05-03 08:01:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-03 08:01:01','2019-05-03 08:01:01','',8,'http://johnsons-gb-test.co.uk/2019/05/03/8-revision-v1/',0,'revision','',0),(4643,1,'2019-05-03 08:01:11','2019-05-03 08:01:11','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"277\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" spot_img_all=\"4490\" spot_img_mob=\"4408\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-03 08:01:11','2019-05-03 08:01:11','',8,'http://johnsons-gb-test.co.uk/2019/05/03/8-revision-v1/',0,'revision','',0),(4644,1,'2019-05-03 08:02:42','2019-05-03 08:02:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"300\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGam9obnNvbnMtZ2ItdGVzdC5jby51ayUyRmxhdGVzdGRpZ2l0YWxpc3N1ZSUyRiUyMiUzRVZpZXclMjBvdXIlMjBsYXRlc3QlMjBpc3N1ZS4uLiUzQyUyRmElM0U=\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-03 08:02:42','2019-05-03 08:02:42','',23,'http://johnsons-gb-test.co.uk/2019/05/03/23-revision-v1/',0,'revision','',0),(4645,1,'2019-05-03 08:02:52','2019-05-03 08:02:52','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"300\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-03 08:02:52','2019-05-03 08:02:52','',23,'http://johnsons-gb-test.co.uk/2019/05/03/23-revision-v1/',0,'revision','',0),(4646,1,'2019-05-03 08:04:26','2019-05-03 08:04:26','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6IiJ9fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 08:04:26','2019-05-03 08:04:26','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4647,1,'2019-05-03 08:04:47','2019-05-03 08:04:47','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6IiJ9fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 08:04:47','2019-05-03 08:04:47','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4648,1,'2019-05-03 08:34:13','2019-05-03 08:34:13','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column][vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:34:13','2019-05-03 08:34:13','',25,'https://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4649,1,'2019-05-03 08:38:40','2019-05-03 08:38:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column vertical_align=\"top\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#0082c2\" f_post_font_weight=\"600\" f_post_font_family=\"394\" f_post_font_size=\"45px\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: center;\">Subscribe</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:38:40','2019-05-03 08:38:40','',25,'https://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4650,1,'2019-05-03 08:39:07','2019-05-03 08:39:07','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column vertical_align=\"top\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#0082c2\" f_post_font_weight=\"600\" f_post_font_family=\"394\" f_post_font_size=\"45px\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p style=\"text-align: center;\">Subscribe</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:39:07','2019-05-03 08:39:07','',25,'https://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4651,1,'2019-05-03 08:41:36','2019-05-03 08:41:36','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column vertical_align=\"top\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#0082c2\" f_post_font_weight=\"600\" f_post_font_family=\"394\" f_post_font_size=\"45px\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMyIsImRpc3BsYXkiOiIifX0=\"]<p style=\"text-align: center;\">Subscribe</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:41:36','2019-05-03 08:41:36','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4652,1,'2019-05-03 08:42:18','2019-05-03 08:42:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column vertical_align=\"top\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#0082c2\" f_post_font_weight=\"600\" f_post_font_family=\"394\" f_post_font_size=\"45px\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMSIsImRpc3BsYXkiOiIifX0=\"]<p style=\"text-align: center;\">Subscribe</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:42:18','2019-05-03 08:42:18','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4653,1,'2019-05-03 08:42:22','2019-05-03 08:42:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column vertical_align=\"top\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#0082c2\" f_post_font_weight=\"600\" f_post_font_family=\"394\" f_post_font_size=\"45px\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyNSIsInBhZGRpbmctYm90dG9tIjoiMSIsImRpc3BsYXkiOiIifX0=\"]<p style=\"text-align: center;\">Subscribe</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:42:22','2019-05-03 08:42:22','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4654,1,'2019-05-03 08:42:39','2019-05-03 08:42:39','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\"][vc_column vertical_align=\"top\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_text post_color=\"#0082c2\" f_post_font_weight=\"600\" f_post_font_family=\"394\" f_post_font_size=\"45px\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMSIsImRpc3BsYXkiOiIifX0=\"]<p style=\"text-align: center;\">Subscribe</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:42:39','2019-05-03 08:42:39','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4655,1,'2019-05-03 08:44:14','2019-05-03 08:44:14','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:44:14','2019-05-03 08:44:14','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4656,1,'2019-05-03 08:45:01','2019-05-03 08:45:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:45:01','2019-05-03 08:45:01','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4657,1,'2019-05-03 08:47:47','2019-05-03 08:47:47','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"500\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription.</p>[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"500\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:47:47','2019-05-03 08:47:47','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4658,1,'2019-05-03 08:49:01','2019-05-03 08:49:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"500\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription.</p>[/vc_column_text][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"500\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-03 08:49:01','2019-05-03 08:49:01','',25,'http://johnsons-gb-test.co.uk/2019/05/03/25-revision-v1/',0,'revision','',0),(4676,1,'2019-05-03 09:21:42','2019-05-03 09:21:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #24','','publish','closed','closed','','issue-24','','','2019-05-28 19:47:06','2019-05-28 19:47:06','',0,'http://johnsons-gb-test.co.uk/?page_id=4676',0,'page','',0),(4677,1,'2019-05-03 09:21:35','2019-05-03 09:21:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #24','','inherit','closed','closed','','4676-revision-v1','','','2019-05-03 09:21:35','2019-05-03 09:21:35','',4676,'http://johnsons-gb-test.co.uk/2019/05/03/4676-revision-v1/',0,'revision','',0),(4679,1,'2019-05-03 09:23:00','2019-05-03 09:23:00','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556575\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #23','','publish','closed','closed','','issue-23','','','2019-05-28 19:46:54','2019-05-28 19:46:54','',0,'http://johnsons-gb-test.co.uk/?page_id=4679',0,'page','',0),(4680,1,'2019-05-03 09:22:56','2019-05-03 09:22:56','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556494\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #22','','publish','closed','closed','','issue-22','','','2019-05-28 19:46:44','2019-05-28 19:46:44','',0,'http://johnsons-gb-test.co.uk/?page_id=4680',0,'page','',0),(4681,1,'2019-05-03 09:22:54','2019-05-03 09:22:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556522\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #21','','publish','closed','closed','','issue-21','','','2019-05-28 19:46:33','2019-05-28 19:46:33','',0,'http://johnsons-gb-test.co.uk/?page_id=4681',0,'page','',0),(4682,1,'2019-05-03 09:22:53','2019-05-03 09:22:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556541\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #20','','publish','closed','closed','','issue-20','','','2019-05-28 19:46:23','2019-05-28 19:46:23','',0,'http://johnsons-gb-test.co.uk/?page_id=4682',0,'page','',0),(4683,1,'2019-05-03 09:22:51','2019-05-03 09:22:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556558\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #19','','publish','closed','closed','','issue-19','','','2019-05-28 19:46:13','2019-05-28 19:46:13','',0,'http://johnsons-gb-test.co.uk/?page_id=4683',0,'page','',0),(4684,1,'2019-05-03 09:22:51','2019-05-03 09:22:51','','Issue #19','','inherit','closed','closed','','4683-revision-v1','','','2019-05-03 09:22:51','2019-05-03 09:22:51','',4683,'http://johnsons-gb-test.co.uk/2019/05/03/4683-revision-v1/',0,'revision','',0),(4685,1,'2019-05-03 09:22:53','2019-05-03 09:22:53','','Issue #20','','inherit','closed','closed','','4682-revision-v1','','','2019-05-03 09:22:53','2019-05-03 09:22:53','',4682,'http://johnsons-gb-test.co.uk/2019/05/03/4682-revision-v1/',0,'revision','',0),(4686,1,'2019-05-03 09:22:54','2019-05-03 09:22:54','','Issue #21','','inherit','closed','closed','','4681-revision-v1','','','2019-05-03 09:22:54','2019-05-03 09:22:54','',4681,'http://johnsons-gb-test.co.uk/2019/05/03/4681-revision-v1/',0,'revision','',0),(4687,1,'2019-05-03 09:22:56','2019-05-03 09:22:56','','Issue #22','','inherit','closed','closed','','4680-revision-v1','','','2019-05-03 09:22:56','2019-05-03 09:22:56','',4680,'http://johnsons-gb-test.co.uk/2019/05/03/4680-revision-v1/',0,'revision','',0),(4688,1,'2019-05-03 09:23:00','2019-05-03 09:23:00','','Issue #23','','inherit','closed','closed','','4679-revision-v1','','','2019-05-03 09:23:00','2019-05-03 09:23:00','',4679,'http://johnsons-gb-test.co.uk/2019/05/03/4679-revision-v1/',0,'revision','',0),(4689,1,'2019-05-03 09:23:10','2019-05-03 09:23:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #23','','inherit','closed','closed','','4679-revision-v1','','','2019-05-03 09:23:10','2019-05-03 09:23:10','',4679,'http://johnsons-gb-test.co.uk/2019/05/03/4679-revision-v1/',0,'revision','',0),(4690,1,'2019-05-03 09:23:12','2019-05-03 09:23:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #22','','inherit','closed','closed','','4680-revision-v1','','','2019-05-03 09:23:12','2019-05-03 09:23:12','',4680,'http://johnsons-gb-test.co.uk/2019/05/03/4680-revision-v1/',0,'revision','',0),(4691,1,'2019-05-03 09:23:15','2019-05-03 09:23:15','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #21','','inherit','closed','closed','','4681-revision-v1','','','2019-05-03 09:23:15','2019-05-03 09:23:15','',4681,'http://johnsons-gb-test.co.uk/2019/05/03/4681-revision-v1/',0,'revision','',0),(4692,1,'2019-05-03 09:23:18','2019-05-03 09:23:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #20','','inherit','closed','closed','','4682-revision-v1','','','2019-05-03 09:23:18','2019-05-03 09:23:18','',4682,'http://johnsons-gb-test.co.uk/2019/05/03/4682-revision-v1/',0,'revision','',0),(4693,1,'2019-05-03 09:23:20','2019-05-03 09:23:20','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #24</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #19','','inherit','closed','closed','','4683-revision-v1','','','2019-05-03 09:23:20','2019-05-03 09:23:20','',4683,'http://johnsons-gb-test.co.uk/2019/05/03/4683-revision-v1/',0,'revision','',0),(4698,1,'2019-05-03 09:26:53','2019-05-03 09:26:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #21</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div data-configid=\"32393893/69556522\" style=\"width:100%; height:678px;\" class=\"issuuembed\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #21','','inherit','closed','closed','','4681-revision-v1','','','2019-05-03 09:26:53','2019-05-03 09:26:53','',4681,'http://johnsons-gb-test.co.uk/2019/05/03/4681-revision-v1/',0,'revision','',0),(4699,1,'2019-05-22 20:57:29','2019-05-22 20:57:29','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]</p><p style=\"text-align: center;\">Issue #20</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]</p><div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556541\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Issue #20','','inherit','closed','closed','','4682-autosave-v1','','','2019-05-22 20:57:29','2019-05-22 20:57:29','',4682,'http://johnsons-gb-test.co.uk/2019/05/03/4682-autosave-v1/',0,'revision','',0),(4700,1,'2019-05-03 09:27:53','2019-05-03 09:27:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #20</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div data-configid=\"32393893/69556541\" style=\"width:100%; height:678px;\" class=\"issuuembed\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #20','','inherit','closed','closed','','4682-revision-v1','','','2019-05-03 09:27:53','2019-05-03 09:27:53','',4682,'http://johnsons-gb-test.co.uk/2019/05/03/4682-revision-v1/',0,'revision','',0),(4701,1,'2019-05-03 09:29:26','2019-05-03 09:29:26','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #19</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div data-configid=\"32393893/69556558\" style=\"width:100%; height:678px;\" class=\"issuuembed\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #19','','inherit','closed','closed','','4683-revision-v1','','','2019-05-03 09:29:26','2019-05-03 09:29:26','',4683,'http://johnsons-gb-test.co.uk/2019/05/03/4683-revision-v1/',0,'revision','',0),(4702,1,'2019-05-22 20:57:33','2019-05-22 20:57:33','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]</p><p style=\"text-align: center;\">Issue #22</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]</p><div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556494\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Issue #22','','inherit','closed','closed','','4680-autosave-v1','','','2019-05-22 20:57:33','2019-05-22 20:57:33','',4680,'http://johnsons-gb-test.co.uk/2019/05/03/4680-autosave-v1/',0,'revision','',0),(4703,1,'2019-05-03 09:30:00','2019-05-03 09:30:00','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #22</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div data-configid=\"32393893/69556494\" style=\"width:100%; height:678px;\" class=\"issuuembed\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #22','','inherit','closed','closed','','4680-revision-v1','','','2019-05-03 09:30:00','2019-05-03 09:30:00','',4680,'http://johnsons-gb-test.co.uk/2019/05/03/4680-revision-v1/',0,'revision','',0),(4704,1,'2019-05-03 09:30:44','2019-05-03 09:30:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #23</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div data-configid=\"32393893/69556575\" style=\"width:100%; height:678px;\" class=\"issuuembed\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #23','','inherit','closed','closed','','4679-revision-v1','','','2019-05-03 09:30:44','2019-05-03 09:30:44','',4679,'http://johnsons-gb-test.co.uk/2019/05/03/4679-revision-v1/',0,'revision','',0),(4705,1,'2019-05-03 11:57:15','2019-05-03 11:57:15','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"100\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-03 11:57:15','2019-05-03 11:57:15','',23,'http://johnsons-gb-test.co.uk/2019/05/03/23-revision-v1/',0,'revision','',0),(4706,1,'2019-05-03 11:58:18','2019-05-03 11:58:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6IiJ9fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 11:58:18','2019-05-03 11:58:18','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4707,1,'2019-05-03 11:59:14','2019-05-03 11:59:14','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6IiJ9fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 11:59:14','2019-05-03 11:59:14','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4708,1,'2019-05-03 11:59:31','2019-05-03 11:59:31','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 11:59:31','2019-05-03 11:59:31','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4709,1,'2019-05-03 12:00:45','2019-05-03 12:00:45','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"#\" twitter=\"#\" instagram=\"#\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" youtube=\"#\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-03 12:00:45','2019-05-03 12:00:45','',4424,'https://johnsons-gb-test.co.uk/2019/05/03/4424-revision-v1/',0,'revision','',0),(4710,1,'2019-05-03 15:30:17','2019-05-03 15:30:17','','24','','inherit','closed','closed','','24','','','2019-05-03 15:30:17','2019-05-03 15:30:17','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/24.jpg',0,'attachment','image/jpeg',0),(4711,1,'2019-05-03 15:31:34','2019-05-03 15:31:34','','24','','inherit','closed','closed','','24-2','','','2019-05-03 15:31:34','2019-05-03 15:31:34','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/24-1.jpg',0,'attachment','image/jpeg',0),(4712,1,'2019-05-03 15:35:18','2019-05-03 15:35:18','','21','','inherit','closed','closed','','21','','','2019-05-03 15:35:18','2019-05-03 15:35:18','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/21.jpg',0,'attachment','image/jpeg',0),(4713,1,'2019-05-03 15:35:21','2019-05-03 15:35:21','','22','','inherit','closed','closed','','22','','','2019-05-03 15:35:21','2019-05-03 15:35:21','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/22.jpg',0,'attachment','image/jpeg',0),(4714,1,'2019-05-03 15:35:23','2019-05-03 15:35:23','','23','','inherit','closed','closed','','23','','','2019-05-03 15:35:23','2019-05-03 15:35:23','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/23.jpg',0,'attachment','image/jpeg',0),(4715,1,'2019-05-03 15:35:26','2019-05-03 15:35:26','','19','','inherit','closed','closed','','19','','','2019-05-03 15:35:26','2019-05-03 15:35:26','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/19.jpg',0,'attachment','image/jpeg',0),(4716,1,'2019-05-03 15:35:28','2019-05-03 15:35:28','','20','','inherit','closed','closed','','20','','','2019-05-03 15:35:28','2019-05-03 15:35:28','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/20.jpg',0,'attachment','image/jpeg',0),(4717,1,'2019-05-03 15:56:49','2019-05-03 15:56:49','','latest-desktop','','inherit','closed','closed','','latest-desktop','','','2019-05-03 15:56:49','2019-05-03 15:56:49','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/latest-desktop.jpg',0,'attachment','image/jpeg',0),(4718,1,'2019-05-03 15:57:01','2019-05-03 15:57:01','','latest-mobile','','inherit','closed','closed','','latest-mobile','','','2019-05-03 15:57:01','2019-05-03 15:57:01','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/latest-mobile.jpg',0,'attachment','image/jpeg',0),(4719,1,'2019-05-03 15:57:09','2019-05-03 15:57:09','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4717\" spot_img_mob=\"4718\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-03 15:57:09','2019-05-03 15:57:09','',8,'http://johnsons-gb-test.co.uk/2019/05/03/8-revision-v1/',0,'revision','',0),(4720,1,'2019-05-03 16:00:05','2019-05-03 16:00:05','','latest-desktop','','inherit','closed','closed','','latest-desktop-2','','','2019-05-03 16:00:05','2019-05-03 16:00:05','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/latest-desktop.png',0,'attachment','image/png',0),(4721,1,'2019-05-03 16:01:09','2019-05-03 16:01:09','','latest-mobile','','inherit','closed','closed','','latest-mobile-2','','','2019-05-03 16:01:09','2019-05-03 16:01:09','',8,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/latest-mobile.png',0,'attachment','image/png',0),(4722,1,'2019-05-03 16:01:15','2019-05-03 16:01:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4720\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-03 16:01:15','2019-05-03 16:01:15','',8,'http://johnsons-gb-test.co.uk/2019/05/03/8-revision-v1/',0,'revision','',0),(4724,1,'2019-05-06 09:45:08','2019-05-06 09:45:08','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-06 09:45:08','2019-05-06 09:45:08','',4424,'https://johnsons-gb-test.co.uk/2019/05/06/4424-revision-v1/',0,'revision','',0),(4725,1,'2019-05-06 09:45:47','2019-05-06 09:45:47','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-06 09:45:47','2019-05-06 09:45:47','',4424,'https://johnsons-gb-test.co.uk/2019/05/06/4424-revision-v1/',0,'revision','',0),(4726,1,'2019-05-06 11:12:28','2019-05-06 11:12:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:12:28','2019-05-06 11:12:28','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4727,1,'2019-05-06 11:16:34','2019-05-06 11:16:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" post_color=\"#3c3c3b\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector</b></p>[/vc_column_text][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" post_color=\"#3c3c3b\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:16:34','2019-05-06 11:16:34','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4728,1,'2019-05-06 11:17:02','2019-05-06 11:17:02','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" post_color=\"#3c3c3b\"]<p style=\"text-align: center;\"><b>All the latest from the Hospitality sector</b></p>[/vc_column_text][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" post_color=\"#3c3c3b\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:17:02','2019-05-06 11:17:02','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4729,1,'2019-05-06 11:18:00','2019-05-06 11:18:00','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]\n\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row]\n\n[vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\n[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\n\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\n\n[/vc_column_text][/vc_column][/vc_row]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:18:00','2019-05-06 11:18:00','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4730,1,'2019-05-06 11:18:42','2019-05-06 11:18:42','[tdc_zone type=\"tdc_content\"]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:18:42','2019-05-06 11:18:42','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4731,1,'2019-05-06 11:19:32','2019-05-06 11:19:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]\n\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row]\n\n[vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\n[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\n\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\n\n[/vc_column_text][/vc_column][/vc_row]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:19:32','2019-05-06 11:19:32','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4732,1,'2019-05-06 11:20:09','2019-05-06 11:20:09','[tdc_zone type=\"tdc_content\"]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:20:09','2019-05-06 11:20:09','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4733,1,'2019-05-06 11:20:29','2019-05-06 11:20:29','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]\n\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row]\n\n[vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\n[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\n\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\n\n[/vc_column_text][/vc_column][/vc_row]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:20:29','2019-05-06 11:20:29','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4734,1,'2019-05-06 11:22:11','2019-05-06 11:22:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:22:11','2019-05-06 11:22:11','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4735,1,'2019-05-06 11:24:41','2019-05-06 11:24:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:24:41','2019-05-06 11:24:41','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4736,1,'2019-05-06 11:25:43','2019-05-06 11:25:43','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:25:43','2019-05-06 11:25:43','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4737,1,'2019-05-06 11:26:20','2019-05-06 11:26:20','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 11:26:20','2019-05-06 11:26:20','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4738,1,'2019-05-06 12:01:40','2019-05-06 12:01:40','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"246\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"4720\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:01:40','2019-05-06 12:01:40','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4739,1,'2019-05-06 12:02:50','2019-05-06 12:02:50','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"4720\" spot_img_all=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:02:50','2019-05-06 12:02:50','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4740,1,'2019-05-06 12:03:42','2019-05-06 12:03:42','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4718\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:03:42','2019-05-06 12:03:42','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4741,1,'2019-05-06 12:04:06','2019-05-06 12:04:06','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:04:06','2019-05-06 12:04:06','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4742,1,'2019-05-06 12:08:29','2019-05-06 12:08:29','','OPT-Mobile','','inherit','closed','closed','','opt-mobile','','','2019-05-06 12:08:29','2019-05-06 12:08:29','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/OPT-Mobile.png',0,'attachment','image/png',0),(4743,1,'2019-05-06 12:08:58','2019-05-06 12:08:58','','opt-retina-mobile','','inherit','closed','closed','','opt-retina-mobile','','','2019-05-06 12:08:58','2019-05-06 12:08:58','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/opt-retina-mobile.png',0,'attachment','image/png',0),(4744,1,'2019-05-06 12:13:09','2019-05-06 12:13:09','','otp-mobile-recommended','','inherit','closed','closed','','otp-mobile-recommended','','','2019-05-06 12:13:09','2019-05-06 12:13:09','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/otp-mobile-recommended.png',0,'attachment','image/png',0),(4745,1,'2019-05-06 12:14:01','2019-05-06 12:14:01','','opt-mobile-retina-recommended','','inherit','closed','closed','','opt-mobile-retina-recommended','','','2019-05-06 12:14:01','2019-05-06 12:14:01','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/opt-mobile-retina-recommended.png',0,'attachment','image/png',0),(4746,1,'2019-05-06 12:16:43','2019-05-06 12:16:43','','opt-mobile-retina-recommended','','inherit','closed','closed','','opt-mobile-retina-recommended-2','','','2019-05-06 12:16:43','2019-05-06 12:16:43','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/opt-mobile-retina-recommended-1.png',0,'attachment','image/png',0),(4747,1,'2019-05-06 12:17:17','2019-05-06 12:17:17','','opt-mobile-retina-recommended','','inherit','closed','closed','','opt-mobile-retina-recommended-3','','','2019-05-06 12:17:17','2019-05-06 12:17:17','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/opt-mobile-retina-recommended-2.png',0,'attachment','image/png',0),(4748,1,'2019-05-06 12:34:26','2019-05-06 12:34:26','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribe\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:34:26','2019-05-06 12:34:26','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4749,1,'2019-05-06 12:38:59','2019-05-06 12:38:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribe\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:38:59','2019-05-06 12:38:59','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4750,1,'2019-05-06 12:50:23','2019-05-06 12:50:23','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 45px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-center\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-06 12:50:23','2019-05-06 12:50:23','',8,'http://johnsons-gb-test.co.uk/2019/05/06/8-revision-v1/',0,'revision','',0),(4751,1,'2019-05-06 12:54:48','2019-05-06 12:54:48','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 12:54:48','2019-05-06 12:54:48','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4752,1,'2019-05-06 12:55:28','2019-05-06 12:55:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 12:55:28','2019-05-06 12:55:28','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4753,1,'2019-05-06 12:55:47','2019-05-06 12:55:47','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 12:55:47','2019-05-06 12:55:47','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4754,1,'2019-05-06 12:56:28','2019-05-06 12:56:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 12:56:28','2019-05-06 12:56:28','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4755,1,'2019-05-06 12:59:23','2019-05-06 12:59:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIzMCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 12:59:23','2019-05-06 12:59:23','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4756,1,'2019-05-06 13:00:16','2019-05-06 13:00:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 13:00:16','2019-05-06 13:00:16','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4757,1,'2019-05-06 13:00:57','2019-05-06 13:00:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 13:00:57','2019-05-06 13:00:57','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4758,1,'2019-05-06 13:01:05','2019-05-06 13:01:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-06 13:01:05','2019-05-06 13:01:05','',23,'http://johnsons-gb-test.co.uk/2019/05/06/23-revision-v1/',0,'revision','',0),(4759,1,'2019-05-06 13:14:12','2019-05-06 13:14:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-06 13:14:12','2019-05-06 13:14:12','',4424,'http://johnsons-gb-test.co.uk/2019/05/06/4424-revision-v1/',0,'revision','',0),(4760,1,'2019-05-06 13:20:27','2019-05-06 13:20:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-06 13:20:27','2019-05-06 13:20:27','',76,'http://johnsons-gb-test.co.uk/2019/05/06/76-revision-v1/',0,'revision','',0),(4761,1,'2019-05-06 13:21:41','2019-05-06 13:21:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-06 13:21:41','2019-05-06 13:21:41','',76,'http://johnsons-gb-test.co.uk/2019/05/06/76-revision-v1/',0,'revision','',0),(4762,1,'2019-05-06 13:21:49','2019-05-06 13:21:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-06 13:21:49','2019-05-06 13:21:49','',76,'http://johnsons-gb-test.co.uk/2019/05/06/76-revision-v1/',0,'revision','',0),(4764,1,'2019-05-08 20:16:43','2019-05-08 20:16:43','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:16:43','2019-05-08 20:16:43','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4765,1,'2019-05-08 20:23:58','2019-05-08 20:23:58','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:23:58','2019-05-08 20:23:58','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (4766,1,'2019-05-08 20:24:59','2019-05-08 20:24:59','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class=\"subscribeform\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:24:59','2019-05-08 20:24:59','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4767,1,'2019-05-08 20:27:23','2019-05-08 20:27:23','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class=\"subscribeform\"]<center>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</center>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:27:23','2019-05-08 20:27:23','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4768,1,'2019-05-08 20:27:43','2019-05-08 20:27:43','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text el_class=\"subscribeform\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:27:43','2019-05-08 20:27:43','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4769,1,'2019-05-08 20:43:25','2019-05-08 20:43:25','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Subscribe</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column][vc_column_text el_class=\"subscribeform\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:43:25','2019-05-08 20:43:25','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4770,1,'2019-05-08 20:44:55','2019-05-08 20:44:55','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column][vc_column_text el_class=\"subscribeform\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:44:55','2019-05-08 20:44:55','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4771,1,'2019-05-08 20:46:16','2019-05-08 20:46:16','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:46:16','2019-05-08 20:46:16','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4772,1,'2019-05-08 20:50:33','2019-05-08 20:50:33','','subscribe','','inherit','closed','closed','','subscribe-2','','','2019-05-08 20:50:33','2019-05-08 20:50:33','',25,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/subscribe.jpg',0,'attachment','image/jpeg',0),(4773,1,'2019-05-08 20:52:44','2019-05-08 20:52:44','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y2ZjZmNiIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 20:52:44','2019-05-08 20:52:44','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4774,1,'2019-05-08 21:01:26','2019-05-08 21:01:26','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 21:01:26','2019-05-08 21:01:26','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4775,1,'2019-05-08 21:02:48','2019-05-08 21:02:48','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"18\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 21:02:48','2019-05-08 21:02:48','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4776,1,'2019-05-08 21:12:32','2019-05-08 21:12:32','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 21:12:32','2019-05-08 21:12:32','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4777,1,'2019-05-08 21:12:55','2019-05-08 21:12:55','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"][vc_column width=\"1/2\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 21:12:55','2019-05-08 21:12:55','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4778,1,'2019-05-08 21:35:12','2019-05-08 21:35:12','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 21:35:12','2019-05-08 21:35:12','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4779,1,'2019-05-08 21:41:28','2019-05-08 21:41:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"32\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 21:41:28','2019-05-08 21:41:28','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4780,1,'2019-05-08 21:43:05','2019-05-08 21:43:05','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_row_inner][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 21:43:05','2019-05-08 21:43:05','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4781,1,'2019-05-08 21:52:20','2019-05-08 21:52:20','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"13\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 21:52:20','2019-05-08 21:52:20','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4782,1,'2019-05-08 21:57:23','2019-05-08 21:57:23','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn19\"]<p style=\"text-align: right;\">[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 21:57:23','2019-05-08 21:57:23','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4783,1,'2019-05-08 21:58:09','2019-05-08 21:58:09','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 21:58:09','2019-05-08 21:58:09','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4784,1,'2019-05-08 21:58:35','2019-05-08 21:58:35','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 21:58:35','2019-05-08 21:58:35','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4785,1,'2019-05-08 22:01:33','2019-05-08 22:01:33','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:01:33','2019-05-08 22:01:33','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4786,1,'2019-05-08 22:02:32','2019-05-08 22:02:32','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:02:32','2019-05-08 22:02:32','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4787,1,'2019-05-08 22:03:54','2019-05-08 22:03:54','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn19\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:03:54','2019-05-08 22:03:54','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4788,1,'2019-05-08 22:04:28','2019-05-08 22:04:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:04:28','2019-05-08 22:04:28','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4789,1,'2019-05-08 22:06:31','2019-05-08 22:06:31','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:06:31','2019-05-08 22:06:31','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4790,1,'2019-05-08 22:07:49','2019-05-08 22:07:49','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-bottom\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"bluesubscribe\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:07:49','2019-05-08 22:07:49','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4791,1,'2019-05-08 22:10:59','2019-05-08 22:10:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:10:59','2019-05-08 22:10:59','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4792,1,'2019-05-08 22:17:37','2019-05-08 22:17:37','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"30px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"20px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:17:37','2019-05-08 22:17:37','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4793,1,'2019-05-08 22:18:08','2019-05-08 22:18:08','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-08 22:18:08','2019-05-08 22:18:08','',8,'http://johnsons-gb-test.co.uk/2019/05/08/8-revision-v1/',0,'revision','',0),(4794,1,'2019-05-08 22:19:22','2019-05-08 22:19:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-08 22:19:22','2019-05-08 22:19:22','',23,'http://johnsons-gb-test.co.uk/2019/05/08/23-revision-v1/',0,'revision','',0),(4795,1,'2019-05-08 22:20:16','2019-05-08 22:20:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"14\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-08 22:20:16','2019-05-08 22:20:16','',23,'http://johnsons-gb-test.co.uk/2019/05/08/23-revision-v1/',0,'revision','',0),(4796,1,'2019-05-08 22:23:20','2019-05-08 22:23:20','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 22:23:20','2019-05-08 22:23:20','',25,'http://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4797,1,'2019-05-08 22:23:51','2019-05-08 22:23:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-08 22:23:51','2019-05-08 22:23:51','',23,'http://johnsons-gb-test.co.uk/2019/05/08/23-revision-v1/',0,'revision','',0),(4798,1,'2019-05-08 22:24:18','2019-05-08 22:24:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-08 22:24:18','2019-05-08 22:24:18','',23,'http://johnsons-gb-test.co.uk/2019/05/08/23-revision-v1/',0,'revision','',0),(4799,1,'2019-05-08 22:53:07','2019-05-08 22:53:07','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 22:53:07','2019-05-08 22:53:07','',25,'https://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4800,1,'2019-05-08 22:54:43','2019-05-08 22:54:43','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 22:54:43','2019-05-08 22:54:43','',25,'https://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4801,1,'2019-05-08 22:58:27','2019-05-08 22:58:27','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"94\" media_size_image_width=\"300\" image=\"4772\" tds_title_over_image1-title_color=\"#ffffff\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-08 22:58:27','2019-05-08 22:58:27','',25,'https://johnsons-gb-test.co.uk/2019/05/08/25-revision-v1/',0,'revision','',0),(4802,1,'2019-05-09 00:15:50','2019-05-09 00:15:50','','mobile-white','','inherit','closed','closed','','mobile-white','','','2019-05-09 00:15:50','2019-05-09 00:15:50','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/mobile-white.png',0,'attachment','image/png',0),(4803,1,'2019-05-13 05:05:22','2019-05-13 05:05:22','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"133\" media_size_image_width=\"300\" tds_title_over_image1-title_color=\"#0082c2\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\" url=\"https://www.egginfo.co.uk/\" image=\"4516\" block_height=\"450\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-13 05:05:22','2019-05-13 05:05:22','',25,'http://johnsons-gb-test.co.uk/2019/05/13/25-revision-v1/',0,'revision','',0),(4804,1,'2019-05-13 05:13:20','2019-05-13 05:13:20','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-13 05:13:20','2019-05-13 05:13:20','',8,'http://johnsons-gb-test.co.uk/2019/05/13/8-revision-v1/',0,'revision','',0),(4805,1,'2019-05-13 05:13:26','2019-05-13 05:13:26','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" vertical_align=\"\"][vc_empty_space][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-13 05:13:26','2019-05-13 05:13:26','',8,'http://johnsons-gb-test.co.uk/2019/05/13/8-revision-v1/',0,'revision','',0),(4806,1,'2019-05-13 05:15:40','2019-05-13 05:15:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI1MCIsInBhZGRpbmctYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:15:40','2019-05-13 05:15:40','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4807,1,'2019-05-13 05:16:24','2019-05-13 05:16:24','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"133\" media_size_image_width=\"300\" tds_title_over_image1-title_color=\"#0082c2\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\" url=\"https://www.egginfo.co.uk/\" image=\"4516\" block_height=\"500\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-13 05:16:24','2019-05-13 05:16:24','',25,'http://johnsons-gb-test.co.uk/2019/05/13/25-revision-v1/',0,'revision','',0),(4808,1,'2019-05-13 05:17:00','2019-05-13 05:17:00','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][tdm_block_title_over_image title_text=\"U3Vic2NyaWJl\" title_size=\"tdm-title-bg\" open_in_new_window=\"yes\" image_alignment=\"center\" content_align_vertical=\"content-vert-bottom\" media_size_image_height=\"133\" media_size_image_width=\"300\" tds_title_over_image1-title_color=\"#0082c2\" tds_title_over_image1-f_title_font_size=\"55\" tds_title_over_image1-f_title_font_weight=\"900\" tds_title_over_image1-f_title_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifX0=\" content_align_horizontal=\"content-horiz-left\" el_class=\"subscribetitle\" url=\"https://www.egginfo.co.uk/\" image=\"4516\" block_height=\"550\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-13 05:17:00','2019-05-13 05:17:00','',25,'http://johnsons-gb-test.co.uk/2019/05/13/25-revision-v1/',0,'revision','',0),(4809,1,'2019-05-13 05:47:26','2019-05-13 05:47:26','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:47:26','2019-05-13 05:47:26','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4810,1,'2019-05-13 05:48:03','2019-05-13 05:48:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:48:03','2019-05-13 05:48:03','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4811,1,'2019-05-13 05:48:46','2019-05-13 05:48:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:48:46','2019-05-13 05:48:46','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4812,1,'2019-05-13 05:49:17','2019-05-13 05:49:17','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:49:17','2019-05-13 05:49:17','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4813,1,'2019-05-13 05:49:59','2019-05-13 05:49:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:49:59','2019-05-13 05:49:59','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4814,1,'2019-05-13 05:50:23','2019-05-13 05:50:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiOCIsImRpc3BsYXkiOiIifX0=\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:50:23','2019-05-13 05:50:23','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4815,1,'2019-05-13 05:50:45','2019-05-13 05:50:45','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU2VkaXRlbSUyMGZhY2NhdGVuaWElMjBpbnVzJTIwcmUlMEFuZXN0cnVtJTIwZG9sdXB0YXF1aXMlMjByZS4lMEE=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 05:50:45','2019-05-13 05:50:45','',23,'http://johnsons-gb-test.co.uk/2019/05/13/23-revision-v1/',0,'revision','',0),(4816,1,'2019-05-13 06:19:27','2019-05-13 06:19:27','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_empty_space height=\"40px\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"12\" post_color=\"#d0d0d0\" f_post_font_style=\"italic\" a_color=\"#d0d0d0\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTUiLCJwYWRkaW5nLWJvdHRvbSI6IjUiLCJkaXNwbGF5IjoiIn19\"]\r\n<p style=\"text-align: center;\"><strong><a href=\"#\">View more</a></strong></p>\r\n[/vc_column_text][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-13 06:19:27','2019-05-13 06:19:27','',8,'http://johnsons-gb-test.co.uk/2019/05/13/8-revision-v1/',0,'revision','',0),(4817,1,'2019-05-13 13:51:55','2019-05-13 13:51:55','','mt-sample-background','','inherit','closed','closed','','mt-sample-background','','','2019-05-13 13:51:55','2019-05-13 13:51:55','',0,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/mt-sample-background.jpg',0,'attachment','image/jpeg',0),(4819,1,'2019-04-30 10:34:49','2019-04-30 10:34:49','<h1>Airing tonight, Strongbow – Britain’s favourite cider<a href=\"#_ftn1\" name=\"_ftnref1\"><sup>[2]</sup></a> – has launched a brand new TVC, centred around real pubs and real people, as part of a wider ATL campaign.</h1>\r\nTwo friends passionately perform the 80s classic  ‘Together in Electric Dreams’, and the powerful one minute spot builds to a spine-tingling crescendo as the locals all join in with the pub band’s rendition of the classic tune.\r\n\r\nSet in the North of England, the 60-second advert showcases two real-life musicians, Rob Waters and Chris Kinley, playing for locals. The heart-warming, moment of real, local heroes providing enjoyment to Strongbow drinkers illustrates Britain’s unique pub culture and its sense of togetherness.\r\n\r\nThe ad ends with the familiar sound of the Strongbow arrows hitting the bar and the line ‘Refreshing People since 1960’.  And for the first time, the campaign features all three Strongbow ciders – Original, the biggest cider in the UK; Dark Fruit, launched just five years ago and already a cultural phenomenon and second biggest cider in the UK; and Strongbow Cloudy Apple – the premium, crisp and sweeter cider of the family.\r\n\r\n<strong>Emma Sherwood-Smith, cider director at HEINEKEN says</strong>: “Strongbow has always been famous for its iconic advertising reflecting the brand’s strong roots in the Great British pub.  To remind people of all those great times in pubs, we have called upon actual local music heroes who are masters in creating an electric atmosphere that brings everyone together.\r\n\r\n“This is the first in a series of adverts where we’ll see local heroes celebrated.  We’re going to be sharing positive, inspirational stories of the unsung heroes who make the Great British Pub so special. These are the people who bring us all together in pubs up and down the country, over a pint of Strongbow and make us feel united and proud.\r\n\r\n“More importantly, we are going to bring this to life in pubs across the country.  Over the next few months, we’ll host a series of ‘Strongbow Nights’ that will see our local heroes perform in pubs across the UK.”\r\n\r\nAs a pioneer of mainstream cider and leader of the category, the Original is the UK’s most popular cider and sees 300,000 pints poured every day<a href=\"#_ftn2\" name=\"_ftnref2\">[3]</a>. Strongbow Dark Fruit accounts for 84% of the flavoured cider market<a href=\"#_ftn3\" name=\"_ftnref3\">[4]</a>, with outlets experiencing a ROS increase of 44% when stocked alongside Strongbow Original<a href=\"#_ftn4\" name=\"_ftnref4\">[5]</a>.  Cloudy Apple completes the range, providing a great trade up option for more premium outlets.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[2]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[3]</a><sup> Dohler sensory cider profiling December 2015</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[4]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[5]</a><sup> CGA CSDI Data to April 2018 – QTIR TY vs YA.</sup>\r\n\r\n<strong>Watch the 60-second TVC now </strong><strong><a href=\"https://youtu.be/eZ33d35iU8o\">HERE</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/\">Schaerer is launching innovative technology</a></li>\r\n</ul>\r\n&nbsp;','Strongbow - Real people, a real put and of course, real arrows','','publish','closed','open','','strongbow-real-people-a-real-put-and-of-course-real-arrows','','','2019-05-13 14:39:09','2019-05-13 14:39:09','',0,'https://www.ontradeprogress.com/?p=4354',0,'post','',0),(4820,1,'2019-04-30 10:35:47','2019-04-30 10:35:47','<h1><strong>With the launch of new British Grown Potato Skins, Aviko Foodservice is encouraging operators to get creative with their toppings to meet the growing demand for plant-based dishes.</strong></h1>\r\n[caption id=\"attachment_4360\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4360\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Curried-Chickpeas-Spinach-Potato-Skins-300x300.jpg\" alt=\"Aviko launches British grown potato skins\" width=\"300\" height=\"300\" /> Curried Chickpeas &amp; Spinach Skins[/caption]\r\n\r\nAs 22.3 million consumers in the UK make a conscious effort to cut down on their meat consumption* by following a flexitarian, vegetarian or vegan diet, the arrival of Aviko’s handmade 1/4 and 1/2 Potato Skins provides a golden opportunity for operators to tap into this trend.\r\n\r\n<strong>Mohammed Essa, Commercial Director UK and Ireland, Aviko, explains; </strong>\r\n“Veganism has gone mainstream and the meat-free market is now worth over £780 million,** providing a massive profit opportunity for operators.  Our new Potato Skins offer the perfect platform for operators to try out plant-based flavour combinations and increase the appeal of their dishes across all aspects of the menu, from starters and sharing platters to lunches and snacking options.”\r\n\r\nMade from British grown baking potatoes with a higher natural sugar content to provide a superior taste, Aviko’s Potato Skins can be both fried or oven-cooked, maintaining a crispy outer texture even when loaded.\r\n\r\n[caption id=\"attachment_4362\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4362\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Superfood-Greens-Potato-Skins-300x300.jpg\" alt=\"Aviko launches British grown potato skins\" width=\"300\" height=\"300\" /> Aviko launches British grown potato skins[/caption]\r\n\r\nTo inspire operators in choosing their toppings, Aviko has created a host of innovative recipes including Superfood Greens, Firecracker Peppers, Slow-Cooked Four Bean Chilli and Curried Chickpeas &amp; Spinach. These can be viewed at <a href=\"http://www.aviko.co.uk\">www.aviko.co.uk</a> along with step-by-step video tutorials.\r\n\r\n<strong>Mohammed adds;</strong> “When it comes to potato skins, anything goes! No longer just reserved for bacon and cheese, our recipes show how operators can use a variety of on-trend meat-free ingredients from avocados to chickpeas to create loaded potato skins that will appeal to those searching for exciting vegan and vegetarian options.”\r\n\r\nAviko’s new Potato Skins are handmade, ensuring excellent and consistent quality every time. Available as ¼ skins to create sharing platters and ½ skins ideal for individual starters and snacking options. Operators can request a free sample by visiting <a href=\"http://www.aviko.co.uk\">www.aviko.co.uk</a> to start benefiting from the endless possibilities loaded Potato Skins provide.\r\n\r\n<strong>* Waitrose Partners Food &amp; Drink Report 2018-19 **Mintel Nov 2018</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/\">Schaerer is launching innovative technology</a></li>\r\n</ul>','Aviko launches British grown potato skins','','publish','closed','open','','aviko-british-potato-skins','','','2019-05-13 14:36:00','2019-05-13 14:36:00','',0,'https://www.ontradeprogress.com/?p=4359',0,'post','',0),(4822,1,'2019-04-30 10:35:18','2019-04-30 10:35:18','<h1><strong>How often have you been to a pub or restaurant, sat down at the table of your choice, only to notice that it’s wobbly? Well, we chat with Beaumont TM Ltd about the sTABLElizer, the answer to crooked tables.</strong></h1>\r\nPerhaps you are tired of coming a<span style=\"font-size: 14px;\">cross dislodged folded up napkins, business cards and more strewn across the floor that were previously stopping your tables from wobbling. Whatever bodge you apply to a wobbly table in the short term will work, but in the long term however, the cost of all those napkins will eventually tally up so why not just sort it once and for all?</span>\r\n\r\n[caption id=\"attachment_4370\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4370\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/3908-sTABLEizer-Table-Wedge-PK25-1-300x300.jpg\" alt=\"sTABLEizer Table Wedge\" width=\"300\" height=\"300\" /> sTABLEizer Table Wedge[/caption]\r\n\r\nWobbly tables will always be something any eating or drinking establishment has to deal with. Floors aren’t always level; the workmanship isn’t always up to scratch – either way, wonky tables will always be a problem. Something that you see more often than not is customers dealing with their own tables with the napkin bodge. It is far from reinforcing a positive and professional experience for the customer if they are feeling the need to do this on occasion.\r\n\r\nPackaged in a small tub, each one contains 25 different PVC tabs that have been designed to be wedged under uneven table legs. In fact, the sTABLElizer does the job so well that you will almost certainly forget that some of your tables are being stabilised after a couple of weeks.\r\n\r\n[caption id=\"attachment_4373\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4373\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/3908-sTABLEizer-Table-Wedge-PK25-3-300x300.jpg\" alt=\"sTABLEizer Table Wedge\" width=\"300\" height=\"300\" /> sTABLEizer Table Wedge[/caption]\r\n\r\nAs the individual tabs are made from strong PVC they will hold up under the heaviest tables and will last for a while before they need replacing. The grooved design of the tabs means they can easily be doubled up if you need that bit more height from your stabiliser. The tabs are also textured, which is important to grip the floor and ensure the table doesn’t end up sliding anywhere.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n</ul>','Beaumont - A Stable Purchase with sTABLElizer','','publish','closed','open','','stable-purchase-stablelizer','','','2019-05-13 14:40:17','2019-05-13 14:40:17','',0,'https://www.ontradeprogress.com/?p=4369',0,'post','',0),(4823,1,'2019-04-30 10:34:12','2019-04-30 10:34:12','<h1>Bob Pease, CEO/president of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers, on the latest developments highlighting independence.</h1>\r\nIndependence remains one of the hallmarks of the American craft beer industry.  A couple of years ago we introduced the Independent Craft Brewer Seal to minimise confusion in the marketplace and clearly identify beers from small and independent American craft breweries.  It has subsequently been adopted by more than 4,100 small and independent breweries, representing more than 85 percent of domestic volume.\r\n\r\nEarlier this year we introduced a new seal exclusively for supporters of the independent American craft brewing movement.  The supporter seal - which emulates the Independent Craft Brewer Seal – is available to any champions of independent American craft breweries including retailers, distributors, importers, festivals, websites and many more.  Establishments and outlets in the UK are welcome to use the new supporter seal too as long as they represent bona fide American craft beers.\r\n\r\nThe supporter seal can be accessed via a newly launched website <a href=\"http://www.supportindependentbeer.com\">www.supportindependentbeer.com</a>.  Here you can find assets for activation, information and history about the independent craft brewer seal, and ‘Is It a Craft Brewery?’, a comprehensive, searchable database of all U.S. breweries that identifies which breweries meet the Brewers Association craft brewer definition.\r\n\r\nIn a recent Nielsen survey, 40 percent of people said the seal would make them “more” or “much more” likely to buy that beer, a 5 percent increase from the previous year.  That number jumps to 57 per cent for craft beer lovers aged 21-34 (up from 45 per cent a year ago) with 23 percent stating that it would make them “much more” likely to purchase.\r\n\r\n<strong>Join the conversation on social media using the hashtag #seektheseal</strong>\r\n\r\n<strong><a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a></strong>','Brewers Association - New independent American craft brewer seal','','publish','closed','open','','brewers-american-craft-brewer','','','2019-05-13 14:40:23','2019-05-13 14:40:23','',0,'https://www.ontradeprogress.com/?p=4380',0,'post','',0),(4824,1,'2019-04-30 10:33:39','2019-04-30 10:33:39','<h1><strong>Alex Metcalfe, Information and Education Manager from CAMRA chats to us about their leading role in Craft Beer education.  </strong></h1>\r\nLast year CAMRA voted to “play a leading role in the provision of information, education and training to all those with an interest in beer, cider and perry of any type” - a decision that has become increasingly important in light of recent reports that find consumers are increasingly bewildered by the range of choice they face when ordering at the bar.\r\n\r\nIn 2017 SIBA found that 60% of consumers care about who makes their beer and expect more clarity regarding provenance. SIBA recently published new research suggesting that 98% of consumers don\'t believe that beers brewed by the largest beer companies in the world can be considered \'craft\' beer. For the individual looking for a truly local or artisan beer experience, a real ale might well fit the bill in more cases than not.\r\n\r\nIn response to such consumer needs CAMRA is developing a new educational element to our beer festivals across the country to help educate beer drinkers about where their beer comes from, the processes, ingredients and people behind their favourite drinks.\r\n\r\nOur first event took place at the Manchester Beer and Cider Festival in January, where we set up an education stand to showcase the hops and malts that go into brewing, to talk about different beer styles and forms of dispense. James Hardwick from Beatnikz Republic Brewing Co. guided festival goers through tasting their Kentucky Riot Stout sampled from both cask and keg, and gave us an industry perspective on the brew. We also provided information about our latest campaigns and publications to raise awareness of what’s going on in the beer world.\r\n\r\nWe aimed to provide unbiased, technically accurate information in an informal and hands-on setting. The response to our pilot in Manchester was overwhelmingly positive. Many festival-goers shared their support and encouraged us to continue building and expanding our educational activities.\r\n\r\nI’m so thankful to the festival organisers and volunteers who made the success of the pilot possible and who will be vital to the future of CAMRA’s educational programme. As we look toward the rest of 2019, I’m excited to help CAMRA provide more educational experiences for beer, cider and perry drinkers, with Thanet, Cambridge and the Great British Beer Festival on the horizon.\r\n\r\nEducation is key for CAMRA, and we welcome any thoughts, feedback and opportunities for collaboration from the independent brewing and pubs industry. If you’d like to get involved, please get in touch on <a href=\"mailto:alex.metcalfe@camra.org.uk\">alex.metcalfe@camra.org.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n</ul>','Introducing beer education to CAMRA festival','','publish','closed','open','','beer-education-camra-festival','','','2019-05-13 14:40:40','2019-05-13 14:40:40','',0,'https://www.ontradeprogress.com/?p=4384',0,'post','',0),(4825,1,'2019-04-30 10:33:12','2019-04-30 10:33:12','<h1>Customer perception is enhanced by the quality of service and the importance of spotlessly clean glass and tableware is crucial.  As well as looking visually appealing, glassware has to be sparkling clean or it can affect the taste and appearance of beer or wine and poorly maintained glasswashers are one of the main sources of cross-contamination within pubs and restaurants.</h1>\r\n<em>“Customers tend to drink with their eyes, so correct presentation is essential. Poor glasswashing results will affect head retention (flat beer) as animal fats from crisps and peanuts will kill the head. The head generating logo on the inside base of the glass is now a laser finish and each brewer will determine the correct depth of lasering for their product to produce the correct Head</em>,” says Derek Maher, MD of Crystaltech.\r\n\r\nMany glasswasher detergents are too caustic and cause cloudy looking etching on glasses or, are too weak and leave behind unhygienic residual dirt/proteins.\r\n\r\nCorrect glasswashing is the answer using liquid “Glasswashing Renovate” continuously for those sites that dispense high volumes of cask ale or red wines.  Developments in water treatment and the evolution of Reverse Osmosis has made it economically viable to achieve near perfect results.\r\n\r\nCrystaltech has developed its own reverse osmosis system which requires fewer chemicals at a lower temperature to deliver perfect results and can reduce the need for cleaning chemicals by up to 70% as well as removing the need for labour intensive polishing of glasses after cleaning.\r\n\r\n<strong>How to recognise a dirty glass:</strong>\r\n<ul>\r\n 	<li>Wipe the inside of the glass with a moist white serviette</li>\r\n 	<li>An upside-down glass will show the outer ring as a brown halo and the ‘Headkeeper’ Logo will also be brown</li>\r\n 	<li>Bubbles will stick to the inside of a dirty glass</li>\r\n 	<li>Dirty or unhygienic glasses •?Flat Beer / poor head retention</li>\r\n 	<li>Spots &amp; streaks left on glasses</li>\r\n 	<li>Etching or permanent damage (the customer will perceive this as a dirty glass)</li>\r\n</ul>\r\n<strong>Cures for flat beer / poor head retention</strong>\r\n<ul>\r\n 	<li>Use a reputable good quality glasswashing Rinseaid</li>\r\n 	<li>Ensure that the rinse water pressure is adequate</li>\r\n 	<li>All lagers should be poured in the correct glass</li>\r\n 	<li>Renovate glasses if the problem persists</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n</ul>','Crystaltech glasswashing - Clean glass & tableware is crucial','','publish','closed','open','','crystaltech-glassware-clean-glasses','','','2019-05-13 14:39:33','2019-05-13 14:39:33','',0,'https://www.ontradeprogress.com/?p=4390',0,'post','',0),(4826,1,'2019-04-30 10:32:50','2019-04-30 10:32:50','<h1>European Coffee, Tea &amp; Soft Drink Expo is the only trade show that is 100% devoted to the professional sales of soft beverages – coffee, tea and soft drinks – right across the entire foodservice spectrum from cafes, coffee shops and hotels to restaurants, contract caterers, leisure outlets, travel sector, pubs, bars and offices. This market is huge and growing and these \"wet\" sales usually have the best profit margins.</h1>\r\nIn common with most burgeoning sectors, and faced with an ever discerning consumer palette, key players need to stay one step ahead of the game when it comes to the latest innovations in equipment, beans, teas, flavours, soft drinks varieties, and serving apparatus – this is what the event delivers! It is where real decision-makers meet, buy, network, learn, are inspired and drive their business forward.\r\n\r\nRunning alongside the exhibition will be an awe-inspiring conference programme with a headline-grabbing speaker line-up.  In addition, there is an exciting range of features, with the Barista Masterclasses, Roastery Masterclass LIVE, the Tea Quarter and the Soft Drinks Pavilion all NEW for 2019.   All this plus numerous networking opportunities, and all FREE to attend.\r\n\r\nIn a world first, European Coffee, Tea &amp; Soft Drinks Expo will be running Barista Masterclasses to showcase the skills of the best known and most inspiring baristas.  The sessions will offer visitors a refresh on the fundamentals but also keep them up to date with the latest trends, educating and inspiring the coffee business community about the importance of not only being able to make great coffee but also to serve it to the discerning customer of today.    Baristas taking part include the current World Barista Champion Agnieszka Rojewska and Dale Harris, World Barista Champion 2017.\r\n\r\nIn another first, European Coffee, Tea &amp; Soft Drinks Expo will be featuring LIVE coffee roasting.  Never before seen in the UK, visitors will be able to see LIVE coffee roasting on a Diedrich machine by the best roasters in the industry, with expert commentary.   Visitors will be able to witness for themselves the complexity and great skill involved in roasting - LIVE! Famous roasters will display and discuss the unique intricacies in the art and science of roasting.  Highly skilled roasters hosting sessions come from Allpress, Ancoats Coffee Co, April Coffee Copenhagen, Caravan Coffee Roasters, Dark Arts Coffee, Has Bean Coffee, Nord Coffee, Ozone Coffee Roasters, 200 Degrees. Union Hand-Roasted Coffee and Wogan Coffee.\r\n\r\nAnother exciting new feature is the Soft Drinks Pavilion –dedicated to soft drinks, specifically for all the relevant exhibitors offering everything involved in providing and selling refreshing cold drinks as well as equipment such as ice making machines.  The show’s timing in May is perfect to catch the buying season for the hot summer ahead!\r\n\r\nIf you’re responsible for purchasing great coffee, tea, soft drinks, and the equipment and accessories required to prepare and serve them, then you need to visit European Coffee, Tea &amp; Soft Drinks Expo.\r\n\r\n<strong>Visit www.europeancoffeeexpo.com for more details.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n</ul>','European Coffee, Tea & Soft Drinks, London Olympia, May 21st & 22nd 2019','','publish','closed','open','','coffee-teasoft-drinks-london-olympia','','','2019-05-13 14:42:08','2019-05-13 14:42:08','',0,'https://www.ontradeprogress.com/?p=4393',0,'post','',0),(4827,1,'2019-04-30 10:32:21','2019-04-30 10:32:21','<h1>The February heatwave started us thinking about sitting in beer gardens with a refreshing drink. So a great excuse to talk about rose wine – as if we needed one!</h1>\r\nWhile sales of pink gin have soared in recent years, rose wines seems to have slipped off the popularity ladder. Perhaps we think of rose wine only as a sweet drink – White Zinfandel has a place firmly planted in the summer beer garden as a delicious drink (especially when chilled), but if you don’t have a sweet tooth then you’ll probably not reach for the second glass.\r\n\r\nStep in the new wave of rose wines – dryer, crisper and perhaps more citrus, and superbly refreshing (on any day to be honest, not just in the sun). So, where to stop first on our journey of rose discovery?\r\n<ol>\r\n 	<li><strong>The Three Thieves</strong></li>\r\n</ol>\r\nThis wine hails from the spiritual second home of Rose wine – California. These ‘Thieves’ are in fact three rock stars in the world of winemaking: Charles Bieler, Joel Gott and Roger Scommegna. All three have illustrious winemaking careers spanning decades and crossing the globe, and each has branched out into other highly successful ventures - anyone who’s been lucky enough to travel to California is likely to have eaten at a Gott’s Roadside.\r\n\r\nThese “Liberators of Fine Wines” have created a fresh, juicy rose which is a blend of 95% Syrah and 5% Merlot. They describe it as:\r\n\r\n<em>Our delicate rosé shows a pale pink hue in the glass, while the nose brims with aromas of white peach and apricot. The fresh, vibrant palate offers flavours of strawberry and tart cranberry, framed by crisp acidity—perfect for kicking back with friends on a sunny afternoon.</em>\r\n<ol start=\"2\">\r\n 	<li><strong>Nika Tiki Marlborough Sauvignon Blanc Rose</strong></li>\r\n</ol>\r\nLaunching this summer, this unusual Sauvignon Blanc Rose is bursting with refreshing floral aromas with berry and spices. If you’re a fan of Sauvignon Blanc you’ll love this! The traditional Sauvignon Blanc you’d expect build to a flavour explosion with hints of berries from the addition of red fruit.\r\n\r\nAs with all the best Sauvignon Blancs, this wine comes from the famed Marlborough region\r\n\r\nWhere a combination of a cool yet high sunshine climate, low rainfall and free-draining, moderately fertile soil produces uniquely vivid wines.\r\n\r\nWhile Sauvignon Blanc is one of the best-selling wines in the world, Sauvignon Blanc Rose is a relatively new concept – but one we’re confident will boom this summer! Perfect for rosé and Sauvignon lovers alike, what’s not to love?!\r\n<ol start=\"3\">\r\n 	<li><strong>Bieler Pere et Fils</strong></li>\r\n</ol>\r\nAs the name suggests, this is a French wine made in traditional Provence style – but by an American! This is the second appearance for Charles Bieler (see Three Thieves attached) who lives in New York but travels across the US and France making wine with various other winemakers including The Three Thieves and also Charles Smith as ‘Charles and Charles’. However, this particular brand is rather close to his heart:\r\n\r\n<em>In 1992, my father, Philippe Bieler, founded Chateau Routas in Coteaux Varois — a small </em><em>appellation in the middle of Provence. The winery focused on Grenache based red blends and Rosé. My sister Mira and I got involved in the mid 90’s when we developed, through unorthodox winemaking and creative marketing and selling, one of the more dynamic Rosé brands in America at the time. In 2005 there was a great opportunity to sell the winery and estate and we took it. The same year we sold Routas, we founded Bieler Père et Fils with a single-minded focus on making Rosé. We have been making wine in Provence since 1992.</em>\r\n\r\nSo what about the wine itself?  The classic, light coloured, dry Provence Rosé profile is famed, and for good reason. Bieler’s goal is find the delicate balance between floral, herbal, wild red fruit (not overly ripe), stone fruit and acid. The wine is in no way heavy or fat on the palate, but rather it has tremendous length in addition to the raspberry, cherry, peach,\r\n\r\nherbal, citrus and mineral core.\r\n\r\nLight, fruity and fabulous.\r\n\r\n<strong><em>For more information on wines included within this article, please visit </em><a href=\"http://www.lanchesterwines.co.uk\"><em>www.lanchesterwines.co.uk</em></a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n</ul>','Lanchester Wines - A new wave of Rosé','','publish','closed','open','','lanchester-wines-rose','','','2019-05-13 14:42:56','2019-05-13 14:42:56','',0,'https://www.ontradeprogress.com/?p=4399',0,'post','',0),(4828,1,'2019-04-24 08:28:07','2019-04-24 08:28:07','<h1><strong>WiFi is now a standard that consumers expect in any venue now, but besides the benefits of attracting a wider audience like the ‘on-the-go’ workers, WiFi can be one of the m</strong><strong style=\"font-size: 24px;\">ost powerful marketing tools in your venue.</strong></h1>\r\n<h3><strong>What is Social WiFi Marketing?</strong></h3>\r\nGoing into a venue and logging onto their WiFi network is nothing from the ordinary, and a majority of venues will be using a password that they give out to their customers, but not only does this cause problems of customers constantly asking for the password, it also leaves a lot of potential profit on the table.\r\n\r\nHowever, we’re finding more-and-more venues setting up their WiFi network with a sign-in splash page asking customers to connect to the hotspot via their social media accounts or email address. Using a social network to sign-in is what’s known as social WiFi. Now this may seem like an insignificant difference from the password-based approach, it can be the most powerful and cost-effective marketing tool a venue can implement.\r\n\r\nWhen a customer signs-in using their social media platform, they are providing you with an abundance of demographic information. Not only do you get their names and contact information, you’ll also get to see what their interests are so you can work out your demographic. This then makes it much easier to effectively target your customer base with emails, surveys and your own social medias.\r\n<h3><strong>How Does This Benefit Customers?</strong></h3>\r\nAs many know, logging into a venue’s WiFi can be a real hassle – having to twist your neck around the room with your glasses on to find the password on the wall or trying to catch the attention of an already busy staff member.\r\n\r\nHowever, logging in through social media means that the connection is usually confirmed immediately and there’s no way of getting the password wrong as It’s a one-button sign-in option. Some providers take that even further by not only automatically signing users onto the WiFi network every time they return to that venue, but every time they visit other locations you may be running the social WiFi platform, it will also log them in automatically - whether they have been there before or not.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n</ul>','Social WiFi Marketing','','publish','closed','open','','social-media-wifi-marketing','','','2019-05-13 14:44:20','2019-05-13 14:44:20','',0,'https://www.ontradeprogress.com/?p=4403',0,'post','',0),(4829,1,'2019-04-29 11:35:15','2019-04-29 11:35:15','<h1><strong>Amstel® enlists Hollywood legend Jeff Bridges to encourage people to come together in latest TV commercial and above the line campaign</strong></h1>\r\n<strong> </strong>Airing 3<sup>rd</sup> May 2019, Amstel is set to launch a bold, new TV commercial starring Hollywood legend Jeff Bridges as the lead role – a human bridge! – encouraging people to come together and connect over a golden bier.\r\n\r\nEntitled <em>Bridges on Bridges</em>, the advert features a gigantic Jeff Bridges literally becoming a human bridge, with his arms connecting both sides of the canal for the people of Amsterdam to come together.\r\n\r\nThe new advert will form part of a £7million campaign running from May to August 2019 across TV, cinema, video on demand and digital channels, and is estimated to reach 83% of all adults (47 million) in the UK this year. The campaign will also be brought to life through a PR campaign centred around the role pubs play in bringing people together throughout the UK.\r\n\r\nStar of the ad, Jeff Bridges, comments: “<em>Bridging differences, now that’s something we really need to do. I’d love this spot to encourage people to come together.”</em>\r\n\r\nNic Casby, Brand Director at HEINEKEN, adds: “<em>As a premium beer brand, we wanted to create an advert that got people talking whilst sharing our brand values and point of view. Amstel’s second TV advert, </em>Bridges on Bridges<em>, does just that, by illustrating the power of bridges to bring people together. When we thought about the most famous bridge who brings people together, there was only one bridge, Jeff Bridges.</em>”\r\n\r\n<em>Bridges on Bridges</em> will air on 3<sup>rd</sup> May 2019 during Gogglebox at 21:00 on Channel 4.','Amstel® enlist Hollywood\'s Jeff Bridges for latest TV commercial','','publish','closed','open','','amstel-enlist-hollywoods-jeff-bridges-for-latest-tv-commercial','','','2019-05-13 14:46:04','2019-05-13 14:46:04','',0,'https://www.ontradeprogress.com/?p=4407',0,'post','',0),(4830,1,'2019-04-30 10:03:43','2019-04-30 10:03:43','<h1>With the first of the May Bank Holiday almost upon us, it’s a crucial time for outlets to ensure they are perfectly primed to make the most of the long (and hopefully warmer) weekends. In light of this, <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener noreferrer\">HEINEKEN</a> UK has pulled together some top tips to help outlets boost performance and maximise sales over the Bank Holiday, reinforcing its “Let’s Get Together” category driver.</h1>\r\nIn a competitive landscape, the last few years have seen the number of visits to the on-trade fall by 10% due to more competition for consumers’ hard-earned cash<a href=\"applewebdata://AB1DD935-C890-4BAF-8F91-081FFFADF582#_ftn1\"><sup>[1]</sup></a>, however with the Bank Holiday offering an extra day to draw people out of their homes and spend the extra time with friends and family, it’s the perfect time for outlets to give consumers a reason to come through the door.\r\n\r\nOver Bank Holidays, an average pub sees an increase in sales of 15%, and if the sun is shining, there is the potential for the returns to be even higher. Furthermore, Bank Holidays provide the justification needed for the 22% of people who would consider going to the pub if it stayed open longer. In light of these statistics, there are several tactics that outlets can employ to bring people together with the end goal of increasing spend in their venue:\r\n<ol>\r\n 	<li><strong>Foodie appeal</strong></li>\r\n</ol>\r\nGiven that one in three on-trade occasions include some kind of nosh<a href=\"applewebdata://AB1DD935-C890-4BAF-8F91-081FFFADF582#_ftn2\"><sup>[2]</sup></a>, food is a key element in enticing customers over the Bank Holiday. As such, it’s essential that outlets think about food options and how drinks sales can be driven alongside meals. By promoting a combined F&amp;B offering, outlets will deliver greater value to the consumer. For example, a ‘burger and beer’ style deal is a simple ploy that will increase footfall, while a more formal food and drink matched menu will drive spend in a higher-end venue.\r\n<ul>\r\n 	<li><strong>HEINEKEN UK offers expertise in boosting business ahead of the Early May Bank Holiday, reinforcing its “Let’s Get Together” category driver – worth £249M incremental value over three years</strong></li>\r\n</ul>\r\n<strong>TIPS:</strong>\r\n<ul>\r\n 	<li>A third of customers will look at drinks menus online before they visit a pub, so outlets need to make sure offers are as engaging and visually appealing as possible online.</li>\r\n 	<li>Drinks should always match the quality of the food, so offering a high mix of continental premium lager, craft beer and premium spirits is advised. Ensure bar staff are fully trained and can confidently deliver recommendations to help upsell.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Sporting occasions</strong></li>\r\n</ol>\r\nWith several sporting fixtures scheduled to take place over the first May Bank Holiday weekend, it’s an exciting time for fans and an easy win for outlets. Whether it’s the penultimate matches of the Premier League (4-6 May) or the Women’s FA Cup Final (4 May), we are a sociable footballing nation. Almost a fifth of all UK adults specifically go to the pub to watch the game, and showing your average Premier League match on the big screen can drive an increase in beer and cider sales by up to 22%. Bigger games, finals and tournaments can result in an even higher figure – up to 87%! And with the Europa League, FA Cup and UEFA Champions League all drawing to a close across the ensuing weeks, it’s a key area for outlets to nail.\r\n<ul>\r\n 	<li><strong>The average pub enjoys +15% sales over Bank Holidays, bolstering on-trade business</strong></li>\r\n</ul>\r\n<strong>TIPS:</strong>\r\n<ul>\r\n 	<li>Busy periods cause increase congestion at the bar, so avoid this by thinking about different drink formats, such as jugs and pitchers of beer to decrease the number of visits to the till without losing on sales.</li>\r\n 	<li>It might seem obvious, but with beer and cider averaging an immense 90% of the volume of drinks sold in a pub at any time of year, and with this stat increasing further during a match, it’s vital that outlets are fully stocked up.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Pub gardens</strong></li>\r\n</ol>\r\nHopes are always high for a sunshine-filled Bank Holiday. If an outlet has a garden or terrace, serving food and drink customers associate with the outdoors is a surefire way to bring people together and draw in the crowds. Summer’s favourite tipple, cider, sees an uplift of 10% during the warmer months, so expanding upon the selection of premium flavoured ciders stocked in the fridge, such as with Old Mout’s new and exotic Pineapple and Raspberry flavour, will encourage trade up and result in greater spend.\r\n<ul>\r\n 	<li><strong>Outlets can drive footfall and spend through easy wins: food and drink pairings, sporting occasions and maximising alfresco areas</strong></li>\r\n</ul>\r\n<strong>TIPS:</strong>\r\n<ul>\r\n 	<li>If it’s hot, setting up a BBQ could increase dwell time and spend in outlets.</li>\r\n 	<li>53% of customers would visit a pub more often if there was a good garden – and were aware of it! Outlets can tempt customers in with plenty of outdoor seating, both shaded and in the sun, to facilitate bringing people together.</li>\r\n 	<li>Blade is a cutting-edge draught dispense beer system that allows outlets to serve a freshly poured pint of beer on any surface or counter, meaning draught is no longer limited to outlets with cellars. Promising fresh, quality draught beer, Blade is perfect for pub gardens. Currently, Heineken®, Heineken® 0.0 and Birra Moretti are available on Blade in 8L kegs.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/29/amstel-enlist-hollywoods-jeff-bridges-for-latest-tv-commercial/\" target=\"_blank\" rel=\"noopener noreferrer\">Amstel enlist Hollywood star for TV Ad</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/24/social-media-wifi-marketing/\" target=\"_blank\" rel=\"noopener noreferrer\">Social WiFi marketing</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\" target=\"_blank\" rel=\"noopener noreferrer\">New London location for Lucky Voice</a></li>\r\n</ul>','Sunshine sales: Cash in on 15% additional spend over the bank holiday with quick, easy wins from Heineken UK','','publish','closed','open','','heineken-bank-holiday','','','2019-05-13 14:43:30','2019-05-13 14:43:30','',0,'https://www.ontradeprogress.com/?p=4412',0,'post','',0),(4835,1,'2019-04-30 14:21:50','2019-04-30 14:21:50','<h1><a href=\"https://www.amathusdrinks.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Amathus</a> Drinks continue to expand their portfolio with the addition of two new Catalonian producers: Celler l’Encastell from Priorat and Celler Masroig from Montsant. The wines will be showcased for the first time to both Trade and Consumers at the Wines from Spain annual tasting on Thursday, 7<sup>th</sup> of March.</h1>\r\nIn 1999, Carme Figuerola and Raimon Castellvi founded Celler l’Encastell, an 8-hectare estate making small volumes of highly concentrated red wines from ancient vineyards, some over 100 years old. The hills of Priorat are the source of some of Spain’s most highly sought-after wines. Here, the high altitude and iron-rich slate soils combine to create wines of great personality, depth and minerality. Carme and Raimon work their steep, low-yielding terraced vineyards entirely by hand. This tiny estate produces wines which easily match the most famous names of the region.\r\n\r\nThe first shipment consists of two wines from the outstanding 2015 vintage, dominated by old-vine Garnatxa; Marge and Roquers de Porrera.\r\n\r\nMontsant is a region that surrounds Priorat at a slightly lower altitude and offers similar wines that are slightly more approachable in both style and price. Since 1917, Celler Masroig has been producing wines using fruit originating from their vineyards situated on dry, red clay soil, surrounded by their extensive olive groves. They create clean, modern wines that capture the essence of both region and variety in an approachable, fruit-forward yet complex and mineral style that offers superb value.\r\n\r\nThe Carinena-focused 2016 Rojalet Seleccio and 2016 Les Sorts Sycar are the two new wines Amathus has shipped from Celler Masroig for the UK market.\r\n\r\nJeremy Lithgow MW, Head of Wine at Amathus Drinks explained: “Spain continues to offer value and quality at all levels, and as part of the ongoing premiumisation and diversification of our wine portfolio it was important for us to represent this. We tasted many samples from Priorat and Montsant and these two producers stood out in both senses, with exceptional wines displaying great typicity at sensible prices”.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/\">Aviko launches British grown potato skins</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/strongbow-real-people-a-real-put-and-of-course-real-arrows/\">Strongbow - Real people</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/\">Introducing beer education to CAMRA festival</a></li>\r\n</ul>','Amathus Drinks ships new agencies from Priorat and Montsant','','publish','closed','open','','amathus-drinks-new-agencies-priorat-montsant','','','2019-05-13 14:35:54','2019-05-13 14:35:54','',0,'https://www.ontradeprogress.com/?p=4415',0,'post','',0),(4836,1,'2019-05-13 09:38:51','2019-05-13 09:38:51','<h1>Much like the success story of Gin, Rum has been forecasted to be the next spirit to take the UK by storm. Ontrade Progress gives you the low-down on this trend and what to stock up on for 2019.</h1>\r\nCommonly known as the Pirate’s choice of drink, Rum has always had a strong and steady prescience in the spirits sector with fan favourites like Havana Club, Captains Morgan’s, Bacardi etc, but Rum had always been shadowed by the glamourous spirits like Gin &amp; Whiskey. Once an unglamorous choice, gin has become an aesthetic of fashionable sophistication, helping to fuel the record success story of annual UK sales reaching 47m bottles, enough for 25 Gin &amp; Tonics for every person of legal drinking age. Being a hard record to match, building a domestic champion is a challenge very few have attempted in the past. Unlike gin, which can be made relatively quickly with little more than ethanol and botanicals, rum is expensive and fiddly.\r\n\r\nDespite this, over recent years, Rum has grown in popularity with annual sales in Britain topping £1b in 2018, after being stuck around the £750m mark for years. So, could 2019 be ‘the year of Rum’, and what trends are driving the growing rum market?\r\n<ol>\r\n 	<li><strong>Premium rum</strong></li>\r\n</ol>\r\nWith spirits as a whole growing in popularity, consumers are becoming more interested in the age and provenance of these spirits. To utilize this trend, rum brands are researching and launching more premium spirits like the Guatemalan rum, Zacapa, this ultra-premium rum brand is part of the luxury spirits collection known as The Diageo<em> </em>Reserve Portfolio. While in 2012, a 50-year-old expression by Appleton Estate was the oldest commercially available rum at the time.\r\n<ol start=\"2\">\r\n 	<li><strong>Philippines rum</strong></li>\r\n</ol>\r\nAs many would presume, Rum is mainly associated with Jamaica, however, consumers are looking further afield for their rum, not just the Caribbean. The Philippine’s involvement in the rum industry is turning heads and currently ranked the third largest rum market in the world. Its first small batch of single island sipping rum, Don Papa, was close to one million bottles being sold globally in 2017.\r\n<ol start=\"3\">\r\n 	<li><strong>Golden rum</strong></li>\r\n</ol>\r\nGolden rum will be the next big trend in the spirits category, outpacing gin by 2020, according to data insight professionals at CGA. Whilst golden rum is steaming ahead with popularity, white rum is growing less popular. Due to this, brands that are primarily known for producing white rum, such as Bacardi, are investing into golden rum variants. For example, in 2018, Bacardi launched their Bacardi Cuatro.\r\n<ol start=\"4\">\r\n 	<li><strong>Flavoured rum</strong></li>\r\n</ol>\r\nAs the trend went with Gin, flavoured variants are the next step for the rum sector.\r\n\r\nConsumers are always intrigued to try new flavours of an already existing staple. Coffee rum and pineapple rum have proven to be particularly popular this year so far, with many brands creating their own version of the flavoured spirit. It’s only natural that these brands will be experimenting with various different flavours in the future to cater the growing rum sector.\r\n<ol start=\"5\">\r\n 	<li><strong>Rum Cocktails</strong></li>\r\n</ol>\r\nAs most will be aware, the UK’s cocktail culture rapidly growing with most bars now boasting a cocktail menu. With rum being a key ingredient in many cocktails such as a Daiquiri, Pina Colada etc, cocktails are believed to be behind the surge of rum sales, and it doesn’t seem that the UK’s cocktail culture is slowing down any time soon. Tiki &amp; tropical cocktails remain as the most common rum derived style of cocktail. However, as the popularity of rum continues to grow, it’s expected that bars and restaurants are looking for new ways use rum in their offerings.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/brewers-american-craft-brewer/\">Brewers Association - New independent American craft</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/\">Introducing beer education to CAMRA festival</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/lanchester-wines-rose/\">Lanchester Wines - A new wave of Rose</a></li>\r\n</ul>','Ontrade Progress spirits exclusive: The Year of Rum','','publish','closed','open','','spirits-rum-britain-exclusive','','','2019-05-13 14:32:11','2019-05-13 14:32:11','',0,'https://www.ontradeprogress.com/?p=4422',0,'post','',0),(4837,1,'2019-05-02 11:25:49','2019-05-02 11:25:49','<h1>Luxury Coffee, Luxury Environment</h1>\r\nYou’ve sourced the finest coffee beans, you have state-of-the-art barista equipment and you’ve trained the best staff, but does your furniture reflect all that quality? When you’re passionate about your craft and the product you create, you can be forgiven for thinking that customers won’t mind if the furniture is “functional”. However, unless you’re more focused on footfall than upsell, you could be making a mistake.\r\n\r\n<img class=\"alignright size-medium wp-image-4445\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Coach-house-coffee_Waterford_Ireland-300x300.jpg\" alt=\"Coach house coffee\" width=\"300\" height=\"300\" />\r\n\r\nCreating an environment that encourages people to spend more time on the premises allows you to extend the selling opportunity, why sell one coffee when you could sell two! Als<span style=\"font-size: 14px;\">o, by offering a comfortable place to gather for social occasions you increase the chance of additional food sales.</span>\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><span style=\"font-size: 14px;\">Peppermill Interiors are a furniture stockist in the midlands who cater to bars, restaurants and cafés around the country. They carry a wide range of upholstered café chairs, dining chairs, bar stools and lounge seating as well as a wide variety of tables. Whether you are looking to create a more functional setting with café seating and bar height tables and stools, or a more laid-back environment with lounge chairs, sofas and coffee tables, Peppermill have the quality and quantity of product in stock that you need.</span></p>\r\nTo see more of the range of products available from Peppermill Interiors, visit their website at <a href=\"http://www.peppermillinteriors.com\">www.peppermillinteriors.com</a> or visit their Staffordshire showroom.','Is the quality of your coffee reflected in your furnishings?','','publish','closed','open','','is-the-quality-of-your-coffee-reflected-in-your-furnishings','','','2019-05-13 14:34:44','2019-05-13 14:34:44','',0,'https://www.ontradeprogress.com/?p=4440',0,'post','',0),(4841,1,'2019-05-13 14:27:56','2019-05-13 14:27:56','<h1>Much like the success story of Gin, Rum has been forecasted to be the next spirit to take the UK by storm. Ontrade Progress gives you the low-down on this trend and what to stock up on for 2019.</h1>\nCommonly known as the Pirate’s choice of drink, Rum has always had a strong and steady prescience in the spirits sector with fan favourites like Havana Club, Captains Morgan’s, Bacardi etc, but Rum had always been shadowed by the glamourous spirits like Gin &amp; Whiskey. Once an unglamorous choice, gin has become an aesthetic of fashionable sophistication, helping to fuel the record success story of annual UK sales reaching 47m bottles, enough for 25 Gin &amp; Tonics for every person of legal drinking age. Being a hard record to match, building a domestic champion is a challenge very few have attempted in the past. Unlike gin, which can be made relatively quickly with little more than ethanol and botanicals, rum is expensive and fiddly.\n\nDespite this, over recent years, Rum has grown in popularity with annual sales in Britain topping £1b in 2018, after being stuck around the £750m mark for years. So, could 2019 be ‘the year of Rum’, and what trends are driving the growing rum market?\n<ol>\n 	<li><strong>Premium rum</strong></li>\n</ol>\nWith spirits as a whole growing in popularity, consumers are becoming more interested in the age and provenance of these spirits. To utilize this trend, rum brands are researching and launching more premium spirits like the Guatemalan rum, Zacapa, this ultra-premium rum brand is part of the luxury spirits collection known as The Diageo<em> </em>Reserve Portfolio. While in 2012, a 50-year-old expression by Appleton Estate was the oldest commercially available rum at the time.\n<ol start=\"2\">\n 	<li><strong>Philippines rum</strong></li>\n</ol>\nAs many would presume, Rum is mainly associated with Jamaica, however, consumers are looking further afield for their rum, not just the Caribbean. The Philippine’s involvement in the rum industry is turning heads and currently ranked the third largest rum market in the world. Its first small batch of single island sipping rum, Don Papa, was close to one million bottles being sold globally in 2017.\n<ol start=\"3\">\n 	<li><strong>Golden rum</strong></li>\n</ol>\nGolden rum will be the next big trend in the spirits category, outpacing gin by 2020, according to data insight professionals at CGA. Whilst golden rum is steaming ahead with popularity, white rum is growing less popular. Due to this, brands that are primarily known for producing white rum, such as Bacardi, are investing into golden rum variants. For example, in 2018, Bacardi launched their Bacardi Cuatro.\n<ol start=\"4\">\n 	<li><strong>Flavoured rum</strong></li>\n</ol>\nAs the trend went with Gin, flavoured variants are the next step for the rum sector.\n\nConsumers are always intrigued to try new flavours of an already existing staple. Coffee rum and pineapple rum have proven to be particularly popular this year so far, with many brands creating their own version of the flavoured spirit. It’s only natural that these brands will be experimenting with various different flavours in the future to cater the growing rum sector.\n<ol start=\"5\">\n 	<li><strong>Rum Cocktails</strong></li>\n</ol>\nAs most will be aware, the UK’s cocktail culture rapidly growing with most bars now boasting a cocktail menu. With rum being a key ingredient in many cocktails such as a Daiquiri, Pina Colada etc, cocktails are believed to be behind the surge of rum sales, and it doesn’t seem that the UK’s cocktail culture is slowing down any time soon. Tiki &amp; tropical cocktails remain as the most common rum derived style of cocktail. However, as the popularity of rum continues to grow, it’s expected that bars and restaurants are looking for new ways use rum in their offerings.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/brewers-american-craft-brewer/\">Brewers Association - New independent American craft</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/\">Introducing beer education to CAMRA festival</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/lanchester-wines-rose/\">Lanchester Wines - A new wave of Rose</a></li>\n</ul>','Ontrade Progress spirits exclusive: The Year of Rum','','inherit','closed','closed','','4836-revision-v1','','','2019-05-13 14:27:56','2019-05-13 14:27:56','',4836,'http://johnsons-gb-test.co.uk/2019/05/13/4836-revision-v1/',0,'revision','',0),(4842,1,'2019-05-13 14:31:28','2019-05-13 14:31:28','','rum-3898745_1920','','inherit','closed','closed','','rum-3898745_1920','','','2019-05-13 14:31:28','2019-05-13 14:31:28','',4836,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/rum-3898745_1920.jpg',0,'attachment','image/jpeg',0),(4844,1,'2019-05-13 14:34:35','2019-05-13 14:34:35','','Peppermill-Cafe_upstairs_rs-702x336@2x','','inherit','closed','closed','','peppermill-cafe_upstairs_rs-702x3362x','','','2019-05-13 14:34:35','2019-05-13 14:34:35','',4837,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/05/Peppermill-Cafe_upstairs_rs-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4845,1,'2019-05-13 14:34:44','2019-05-13 14:34:44','<h1>Luxury Coffee, Luxury Environment</h1>\r\nYou’ve sourced the finest coffee beans, you have state-of-the-art barista equipment and you’ve trained the best staff, but does your furniture reflect all that quality? When you’re passionate about your craft and the product you create, you can be forgiven for thinking that customers won’t mind if the furniture is “functional”. However, unless you’re more focused on footfall than upsell, you could be making a mistake.\r\n\r\n<img class=\"alignright size-medium wp-image-4445\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Coach-house-coffee_Waterford_Ireland-300x300.jpg\" alt=\"Coach house coffee\" width=\"300\" height=\"300\" />\r\n\r\nCreating an environment that encourages people to spend more time on the premises allows you to extend the selling opportunity, why sell one coffee when you could sell two! Als<span style=\"font-size: 14px;\">o, by offering a comfortable place to gather for social occasions you increase the chance of additional food sales.</span>\r\n<p style=\"font-size: 14px; font-family: \'Open Sans\', Arial, sans-serif;\"><span style=\"font-size: 14px;\">Peppermill Interiors are a furniture stockist in the midlands who cater to bars, restaurants and cafés around the country. They carry a wide range of upholstered café chairs, dining chairs, bar stools and lounge seating as well as a wide variety of tables. Whether you are looking to create a more functional setting with café seating and bar height tables and stools, or a more laid-back environment with lounge chairs, sofas and coffee tables, Peppermill have the quality and quantity of product in stock that you need.</span></p>\r\nTo see more of the range of products available from Peppermill Interiors, visit their website at <a href=\"http://www.peppermillinteriors.com\">www.peppermillinteriors.com</a> or visit their Staffordshire showroom.','Is the quality of your coffee reflected in your furnishings?','','inherit','closed','closed','','4837-revision-v1','','','2019-05-13 14:34:44','2019-05-13 14:34:44','',4837,'http://johnsons-gb-test.co.uk/2019/05/13/4837-revision-v1/',0,'revision','',0),(4846,1,'2019-05-13 14:35:38','2019-05-13 14:35:38','','wineglass-1495861_1920-702x336@2x','','inherit','closed','closed','','wineglass-1495861_1920-702x3362x','','','2019-05-13 14:35:38','2019-05-13 14:35:38','',4835,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/wineglass-1495861_1920-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4847,1,'2019-05-13 14:35:49','2019-05-13 14:35:49','','Quarter-Skins-with-Firecracker-Peppers-702x336@2x','','inherit','closed','closed','','quarter-skins-with-firecracker-peppers-702x3362x','','','2019-05-13 14:35:49','2019-05-13 14:35:49','',4820,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/Quarter-Skins-with-Firecracker-Peppers-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4848,1,'2019-05-13 14:35:54','2019-05-13 14:35:54','<h1><a href=\"https://www.amathusdrinks.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Amathus</a> Drinks continue to expand their portfolio with the addition of two new Catalonian producers: Celler l’Encastell from Priorat and Celler Masroig from Montsant. The wines will be showcased for the first time to both Trade and Consumers at the Wines from Spain annual tasting on Thursday, 7<sup>th</sup> of March.</h1>\r\nIn 1999, Carme Figuerola and Raimon Castellvi founded Celler l’Encastell, an 8-hectare estate making small volumes of highly concentrated red wines from ancient vineyards, some over 100 years old. The hills of Priorat are the source of some of Spain’s most highly sought-after wines. Here, the high altitude and iron-rich slate soils combine to create wines of great personality, depth and minerality. Carme and Raimon work their steep, low-yielding terraced vineyards entirely by hand. This tiny estate produces wines which easily match the most famous names of the region.\r\n\r\nThe first shipment consists of two wines from the outstanding 2015 vintage, dominated by old-vine Garnatxa; Marge and Roquers de Porrera.\r\n\r\nMontsant is a region that surrounds Priorat at a slightly lower altitude and offers similar wines that are slightly more approachable in both style and price. Since 1917, Celler Masroig has been producing wines using fruit originating from their vineyards situated on dry, red clay soil, surrounded by their extensive olive groves. They create clean, modern wines that capture the essence of both region and variety in an approachable, fruit-forward yet complex and mineral style that offers superb value.\r\n\r\nThe Carinena-focused 2016 Rojalet Seleccio and 2016 Les Sorts Sycar are the two new wines Amathus has shipped from Celler Masroig for the UK market.\r\n\r\nJeremy Lithgow MW, Head of Wine at Amathus Drinks explained: “Spain continues to offer value and quality at all levels, and as part of the ongoing premiumisation and diversification of our wine portfolio it was important for us to represent this. We tasted many samples from Priorat and Montsant and these two producers stood out in both senses, with exceptional wines displaying great typicity at sensible prices”.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/\">Aviko launches British grown potato skins</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/strongbow-real-people-a-real-put-and-of-course-real-arrows/\">Strongbow - Real people</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/\">Introducing beer education to CAMRA festival</a></li>\r\n</ul>','Amathus Drinks ships new agencies from Priorat and Montsant','','inherit','closed','closed','','4835-revision-v1','','','2019-05-13 14:35:54','2019-05-13 14:35:54','',4835,'http://johnsons-gb-test.co.uk/2019/05/13/4835-revision-v1/',0,'revision','',0),(4849,1,'2019-05-13 14:36:00','2019-05-13 14:36:00','<h1><strong>With the launch of new British Grown Potato Skins, Aviko Foodservice is encouraging operators to get creative with their toppings to meet the growing demand for plant-based dishes.</strong></h1>\r\n[caption id=\"attachment_4360\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4360\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Curried-Chickpeas-Spinach-Potato-Skins-300x300.jpg\" alt=\"Aviko launches British grown potato skins\" width=\"300\" height=\"300\" /> Curried Chickpeas &amp; Spinach Skins[/caption]\r\n\r\nAs 22.3 million consumers in the UK make a conscious effort to cut down on their meat consumption* by following a flexitarian, vegetarian or vegan diet, the arrival of Aviko’s handmade 1/4 and 1/2 Potato Skins provides a golden opportunity for operators to tap into this trend.\r\n\r\n<strong>Mohammed Essa, Commercial Director UK and Ireland, Aviko, explains; </strong>\r\n“Veganism has gone mainstream and the meat-free market is now worth over £780 million,** providing a massive profit opportunity for operators.  Our new Potato Skins offer the perfect platform for operators to try out plant-based flavour combinations and increase the appeal of their dishes across all aspects of the menu, from starters and sharing platters to lunches and snacking options.”\r\n\r\nMade from British grown baking potatoes with a higher natural sugar content to provide a superior taste, Aviko’s Potato Skins can be both fried or oven-cooked, maintaining a crispy outer texture even when loaded.\r\n\r\n[caption id=\"attachment_4362\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4362\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/Superfood-Greens-Potato-Skins-300x300.jpg\" alt=\"Aviko launches British grown potato skins\" width=\"300\" height=\"300\" /> Aviko launches British grown potato skins[/caption]\r\n\r\nTo inspire operators in choosing their toppings, Aviko has created a host of innovative recipes including Superfood Greens, Firecracker Peppers, Slow-Cooked Four Bean Chilli and Curried Chickpeas &amp; Spinach. These can be viewed at <a href=\"http://www.aviko.co.uk\">www.aviko.co.uk</a> along with step-by-step video tutorials.\r\n\r\n<strong>Mohammed adds;</strong> “When it comes to potato skins, anything goes! No longer just reserved for bacon and cheese, our recipes show how operators can use a variety of on-trend meat-free ingredients from avocados to chickpeas to create loaded potato skins that will appeal to those searching for exciting vegan and vegetarian options.”\r\n\r\nAviko’s new Potato Skins are handmade, ensuring excellent and consistent quality every time. Available as ¼ skins to create sharing platters and ½ skins ideal for individual starters and snacking options. Operators can request a free sample by visiting <a href=\"http://www.aviko.co.uk\">www.aviko.co.uk</a> to start benefiting from the endless possibilities loaded Potato Skins provide.\r\n\r\n<strong>* Waitrose Partners Food &amp; Drink Report 2018-19 **Mintel Nov 2018</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/\">Schaerer is launching innovative technology</a></li>\r\n</ul>','Aviko launches British grown potato skins','','inherit','closed','closed','','4820-revision-v1','','','2019-05-13 14:36:00','2019-05-13 14:36:00','',4820,'http://johnsons-gb-test.co.uk/2019/05/13/4820-revision-v1/',0,'revision','',0),(4850,1,'2019-05-13 14:39:03','2019-05-13 14:39:03','','beer-2493058_1920-702x336@2x','','inherit','closed','closed','','beer-2493058_1920-702x3362x','','','2019-05-13 14:39:03','2019-05-13 14:39:03','',4819,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/beer-2493058_1920-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4851,1,'2019-05-13 14:39:09','2019-05-13 14:39:09','<h1>Airing tonight, Strongbow – Britain’s favourite cider<a href=\"#_ftn1\" name=\"_ftnref1\"><sup>[2]</sup></a> – has launched a brand new TVC, centred around real pubs and real people, as part of a wider ATL campaign.</h1>\r\nTwo friends passionately perform the 80s classic  ‘Together in Electric Dreams’, and the powerful one minute spot builds to a spine-tingling crescendo as the locals all join in with the pub band’s rendition of the classic tune.\r\n\r\nSet in the North of England, the 60-second advert showcases two real-life musicians, Rob Waters and Chris Kinley, playing for locals. The heart-warming, moment of real, local heroes providing enjoyment to Strongbow drinkers illustrates Britain’s unique pub culture and its sense of togetherness.\r\n\r\nThe ad ends with the familiar sound of the Strongbow arrows hitting the bar and the line ‘Refreshing People since 1960’.  And for the first time, the campaign features all three Strongbow ciders – Original, the biggest cider in the UK; Dark Fruit, launched just five years ago and already a cultural phenomenon and second biggest cider in the UK; and Strongbow Cloudy Apple – the premium, crisp and sweeter cider of the family.\r\n\r\n<strong>Emma Sherwood-Smith, cider director at HEINEKEN says</strong>: “Strongbow has always been famous for its iconic advertising reflecting the brand’s strong roots in the Great British pub.  To remind people of all those great times in pubs, we have called upon actual local music heroes who are masters in creating an electric atmosphere that brings everyone together.\r\n\r\n“This is the first in a series of adverts where we’ll see local heroes celebrated.  We’re going to be sharing positive, inspirational stories of the unsung heroes who make the Great British Pub so special. These are the people who bring us all together in pubs up and down the country, over a pint of Strongbow and make us feel united and proud.\r\n\r\n“More importantly, we are going to bring this to life in pubs across the country.  Over the next few months, we’ll host a series of ‘Strongbow Nights’ that will see our local heroes perform in pubs across the UK.”\r\n\r\nAs a pioneer of mainstream cider and leader of the category, the Original is the UK’s most popular cider and sees 300,000 pints poured every day<a href=\"#_ftn2\" name=\"_ftnref2\">[3]</a>. Strongbow Dark Fruit accounts for 84% of the flavoured cider market<a href=\"#_ftn3\" name=\"_ftnref3\">[4]</a>, with outlets experiencing a ROS increase of 44% when stocked alongside Strongbow Original<a href=\"#_ftn4\" name=\"_ftnref4\">[5]</a>.  Cloudy Apple completes the range, providing a great trade up option for more premium outlets.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[2]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[3]</a><sup> Dohler sensory cider profiling December 2015</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[4]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[5]</a><sup> CGA CSDI Data to April 2018 – QTIR TY vs YA.</sup>\r\n\r\n<strong>Watch the 60-second TVC now </strong><strong><a href=\"https://youtu.be/eZ33d35iU8o\">HERE</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/\">Schaerer is launching innovative technology</a></li>\r\n</ul>\r\n&nbsp;','Strongbow - Real people, a real put and of course, real arrows','','inherit','closed','closed','','4819-revision-v1','','','2019-05-13 14:39:09','2019-05-13 14:39:09','',4819,'http://johnsons-gb-test.co.uk/2019/05/13/4819-revision-v1/',0,'revision','',0),(4852,1,'2019-05-13 14:39:28','2019-05-13 14:39:28','','black-and-white-1284072_1280-1078x516','','inherit','closed','closed','','black-and-white-1284072_1280-1078x516','','','2019-05-13 14:39:28','2019-05-13 14:39:28','',4825,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/black-and-white-1284072_1280-1078x516-1.jpg',0,'attachment','image/jpeg',0),(4853,1,'2019-05-13 14:39:33','2019-05-13 14:39:33','<h1>Customer perception is enhanced by the quality of service and the importance of spotlessly clean glass and tableware is crucial.  As well as looking visually appealing, glassware has to be sparkling clean or it can affect the taste and appearance of beer or wine and poorly maintained glasswashers are one of the main sources of cross-contamination within pubs and restaurants.</h1>\r\n<em>“Customers tend to drink with their eyes, so correct presentation is essential. Poor glasswashing results will affect head retention (flat beer) as animal fats from crisps and peanuts will kill the head. The head generating logo on the inside base of the glass is now a laser finish and each brewer will determine the correct depth of lasering for their product to produce the correct Head</em>,” says Derek Maher, MD of Crystaltech.\r\n\r\nMany glasswasher detergents are too caustic and cause cloudy looking etching on glasses or, are too weak and leave behind unhygienic residual dirt/proteins.\r\n\r\nCorrect glasswashing is the answer using liquid “Glasswashing Renovate” continuously for those sites that dispense high volumes of cask ale or red wines.  Developments in water treatment and the evolution of Reverse Osmosis has made it economically viable to achieve near perfect results.\r\n\r\nCrystaltech has developed its own reverse osmosis system which requires fewer chemicals at a lower temperature to deliver perfect results and can reduce the need for cleaning chemicals by up to 70% as well as removing the need for labour intensive polishing of glasses after cleaning.\r\n\r\n<strong>How to recognise a dirty glass:</strong>\r\n<ul>\r\n 	<li>Wipe the inside of the glass with a moist white serviette</li>\r\n 	<li>An upside-down glass will show the outer ring as a brown halo and the ‘Headkeeper’ Logo will also be brown</li>\r\n 	<li>Bubbles will stick to the inside of a dirty glass</li>\r\n 	<li>Dirty or unhygienic glasses •?Flat Beer / poor head retention</li>\r\n 	<li>Spots &amp; streaks left on glasses</li>\r\n 	<li>Etching or permanent damage (the customer will perceive this as a dirty glass)</li>\r\n</ul>\r\n<strong>Cures for flat beer / poor head retention</strong>\r\n<ul>\r\n 	<li>Use a reputable good quality glasswashing Rinseaid</li>\r\n 	<li>Ensure that the rinse water pressure is adequate</li>\r\n 	<li>All lagers should be poured in the correct glass</li>\r\n 	<li>Renovate glasses if the problem persists</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n</ul>','Crystaltech glasswashing - Clean glass & tableware is crucial','','inherit','closed','closed','','4825-revision-v1','','','2019-05-13 14:39:33','2019-05-13 14:39:33','',4825,'http://johnsons-gb-test.co.uk/2019/05/13/4825-revision-v1/',0,'revision','',0),(4854,1,'2019-05-13 14:39:52','2019-05-13 14:39:52','','rustic-334080_1920-702x336@2x','','inherit','closed','closed','','rustic-334080_1920-702x3362x','','','2019-05-13 14:39:52','2019-05-13 14:39:52','',4822,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/rustic-334080_1920-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4855,1,'2019-05-13 14:40:05','2019-05-13 14:40:05','','cooler_seal-702x336@2x','','inherit','closed','closed','','cooler_seal-702x3362x','','','2019-05-13 14:40:05','2019-05-13 14:40:05','',4823,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/cooler_seal-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4856,1,'2019-05-13 14:40:17','2019-05-13 14:40:17','<h1><strong>How often have you been to a pub or restaurant, sat down at the table of your choice, only to notice that it’s wobbly? Well, we chat with Beaumont TM Ltd about the sTABLElizer, the answer to crooked tables.</strong></h1>\r\nPerhaps you are tired of coming a<span style=\"font-size: 14px;\">cross dislodged folded up napkins, business cards and more strewn across the floor that were previously stopping your tables from wobbling. Whatever bodge you apply to a wobbly table in the short term will work, but in the long term however, the cost of all those napkins will eventually tally up so why not just sort it once and for all?</span>\r\n\r\n[caption id=\"attachment_4370\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4370\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/3908-sTABLEizer-Table-Wedge-PK25-1-300x300.jpg\" alt=\"sTABLEizer Table Wedge\" width=\"300\" height=\"300\" /> sTABLEizer Table Wedge[/caption]\r\n\r\nWobbly tables will always be something any eating or drinking establishment has to deal with. Floors aren’t always level; the workmanship isn’t always up to scratch – either way, wonky tables will always be a problem. Something that you see more often than not is customers dealing with their own tables with the napkin bodge. It is far from reinforcing a positive and professional experience for the customer if they are feeling the need to do this on occasion.\r\n\r\nPackaged in a small tub, each one contains 25 different PVC tabs that have been designed to be wedged under uneven table legs. In fact, the sTABLElizer does the job so well that you will almost certainly forget that some of your tables are being stabilised after a couple of weeks.\r\n\r\n[caption id=\"attachment_4373\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4373\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/3908-sTABLEizer-Table-Wedge-PK25-3-300x300.jpg\" alt=\"sTABLEizer Table Wedge\" width=\"300\" height=\"300\" /> sTABLEizer Table Wedge[/caption]\r\n\r\nAs the individual tabs are made from strong PVC they will hold up under the heaviest tables and will last for a while before they need replacing. The grooved design of the tabs means they can easily be doubled up if you need that bit more height from your stabiliser. The tabs are also textured, which is important to grip the floor and ensure the table doesn’t end up sliding anywhere.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n</ul>','Beaumont - A Stable Purchase with sTABLElizer','','inherit','closed','closed','','4822-revision-v1','','','2019-05-13 14:40:17','2019-05-13 14:40:17','',4822,'http://johnsons-gb-test.co.uk/2019/05/13/4822-revision-v1/',0,'revision','',0),(4857,1,'2019-05-13 14:40:23','2019-05-13 14:40:23','<h1>Bob Pease, CEO/president of the Brewers Association, the not-for-profit trade association representing small and independent American craft brewers, on the latest developments highlighting independence.</h1>\r\nIndependence remains one of the hallmarks of the American craft beer industry.  A couple of years ago we introduced the Independent Craft Brewer Seal to minimise confusion in the marketplace and clearly identify beers from small and independent American craft breweries.  It has subsequently been adopted by more than 4,100 small and independent breweries, representing more than 85 percent of domestic volume.\r\n\r\nEarlier this year we introduced a new seal exclusively for supporters of the independent American craft brewing movement.  The supporter seal - which emulates the Independent Craft Brewer Seal – is available to any champions of independent American craft breweries including retailers, distributors, importers, festivals, websites and many more.  Establishments and outlets in the UK are welcome to use the new supporter seal too as long as they represent bona fide American craft beers.\r\n\r\nThe supporter seal can be accessed via a newly launched website <a href=\"http://www.supportindependentbeer.com\">www.supportindependentbeer.com</a>.  Here you can find assets for activation, information and history about the independent craft brewer seal, and ‘Is It a Craft Brewery?’, a comprehensive, searchable database of all U.S. breweries that identifies which breweries meet the Brewers Association craft brewer definition.\r\n\r\nIn a recent Nielsen survey, 40 percent of people said the seal would make them “more” or “much more” likely to buy that beer, a 5 percent increase from the previous year.  That number jumps to 57 per cent for craft beer lovers aged 21-34 (up from 45 per cent a year ago) with 23 percent stating that it would make them “much more” likely to purchase.\r\n\r\n<strong>Join the conversation on social media using the hashtag #seektheseal</strong>\r\n\r\n<strong><a href=\"http://www.brewersassociation.org\">www.brewersassociation.org</a></strong>','Brewers Association - New independent American craft brewer seal','','inherit','closed','closed','','4823-revision-v1','','','2019-05-13 14:40:23','2019-05-13 14:40:23','',4823,'http://johnsons-gb-test.co.uk/2019/05/13/4823-revision-v1/',0,'revision','',0),(4858,1,'2019-05-13 14:40:34','2019-05-13 14:40:34','','audience-1868137_1920-702x336@2x','','inherit','closed','closed','','audience-1868137_1920-702x3362x','','','2019-05-13 14:40:34','2019-05-13 14:40:34','',4824,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/audience-1868137_1920-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4859,1,'2019-05-13 14:40:40','2019-05-13 14:40:40','<h1><strong>Alex Metcalfe, Information and Education Manager from CAMRA chats to us about their leading role in Craft Beer education.  </strong></h1>\r\nLast year CAMRA voted to “play a leading role in the provision of information, education and training to all those with an interest in beer, cider and perry of any type” - a decision that has become increasingly important in light of recent reports that find consumers are increasingly bewildered by the range of choice they face when ordering at the bar.\r\n\r\nIn 2017 SIBA found that 60% of consumers care about who makes their beer and expect more clarity regarding provenance. SIBA recently published new research suggesting that 98% of consumers don\'t believe that beers brewed by the largest beer companies in the world can be considered \'craft\' beer. For the individual looking for a truly local or artisan beer experience, a real ale might well fit the bill in more cases than not.\r\n\r\nIn response to such consumer needs CAMRA is developing a new educational element to our beer festivals across the country to help educate beer drinkers about where their beer comes from, the processes, ingredients and people behind their favourite drinks.\r\n\r\nOur first event took place at the Manchester Beer and Cider Festival in January, where we set up an education stand to showcase the hops and malts that go into brewing, to talk about different beer styles and forms of dispense. James Hardwick from Beatnikz Republic Brewing Co. guided festival goers through tasting their Kentucky Riot Stout sampled from both cask and keg, and gave us an industry perspective on the brew. We also provided information about our latest campaigns and publications to raise awareness of what’s going on in the beer world.\r\n\r\nWe aimed to provide unbiased, technically accurate information in an informal and hands-on setting. The response to our pilot in Manchester was overwhelmingly positive. Many festival-goers shared their support and encouraged us to continue building and expanding our educational activities.\r\n\r\nI’m so thankful to the festival organisers and volunteers who made the success of the pilot possible and who will be vital to the future of CAMRA’s educational programme. As we look toward the rest of 2019, I’m excited to help CAMRA provide more educational experiences for beer, cider and perry drinkers, with Thanet, Cambridge and the Great British Beer Festival on the horizon.\r\n\r\nEducation is key for CAMRA, and we welcome any thoughts, feedback and opportunities for collaboration from the independent brewing and pubs industry. If you’d like to get involved, please get in touch on <a href=\"mailto:alex.metcalfe@camra.org.uk\">alex.metcalfe@camra.org.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n</ul>','Introducing beer education to CAMRA festival','','inherit','closed','closed','','4824-revision-v1','','','2019-05-13 14:40:40','2019-05-13 14:40:40','',4824,'http://johnsons-gb-test.co.uk/2019/05/13/4824-revision-v1/',0,'revision','',0),(4860,1,'2019-05-13 14:42:02','2019-05-13 14:42:02','','coffee-3043424_1920-702x336@2x','','inherit','closed','closed','','coffee-3043424_1920-702x3362x','','','2019-05-13 14:42:02','2019-05-13 14:42:02','',4826,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/coffee-3043424_1920-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4861,1,'2019-05-13 14:42:08','2019-05-13 14:42:08','<h1>European Coffee, Tea &amp; Soft Drink Expo is the only trade show that is 100% devoted to the professional sales of soft beverages – coffee, tea and soft drinks – right across the entire foodservice spectrum from cafes, coffee shops and hotels to restaurants, contract caterers, leisure outlets, travel sector, pubs, bars and offices. This market is huge and growing and these \"wet\" sales usually have the best profit margins.</h1>\r\nIn common with most burgeoning sectors, and faced with an ever discerning consumer palette, key players need to stay one step ahead of the game when it comes to the latest innovations in equipment, beans, teas, flavours, soft drinks varieties, and serving apparatus – this is what the event delivers! It is where real decision-makers meet, buy, network, learn, are inspired and drive their business forward.\r\n\r\nRunning alongside the exhibition will be an awe-inspiring conference programme with a headline-grabbing speaker line-up.  In addition, there is an exciting range of features, with the Barista Masterclasses, Roastery Masterclass LIVE, the Tea Quarter and the Soft Drinks Pavilion all NEW for 2019.   All this plus numerous networking opportunities, and all FREE to attend.\r\n\r\nIn a world first, European Coffee, Tea &amp; Soft Drinks Expo will be running Barista Masterclasses to showcase the skills of the best known and most inspiring baristas.  The sessions will offer visitors a refresh on the fundamentals but also keep them up to date with the latest trends, educating and inspiring the coffee business community about the importance of not only being able to make great coffee but also to serve it to the discerning customer of today.    Baristas taking part include the current World Barista Champion Agnieszka Rojewska and Dale Harris, World Barista Champion 2017.\r\n\r\nIn another first, European Coffee, Tea &amp; Soft Drinks Expo will be featuring LIVE coffee roasting.  Never before seen in the UK, visitors will be able to see LIVE coffee roasting on a Diedrich machine by the best roasters in the industry, with expert commentary.   Visitors will be able to witness for themselves the complexity and great skill involved in roasting - LIVE! Famous roasters will display and discuss the unique intricacies in the art and science of roasting.  Highly skilled roasters hosting sessions come from Allpress, Ancoats Coffee Co, April Coffee Copenhagen, Caravan Coffee Roasters, Dark Arts Coffee, Has Bean Coffee, Nord Coffee, Ozone Coffee Roasters, 200 Degrees. Union Hand-Roasted Coffee and Wogan Coffee.\r\n\r\nAnother exciting new feature is the Soft Drinks Pavilion –dedicated to soft drinks, specifically for all the relevant exhibitors offering everything involved in providing and selling refreshing cold drinks as well as equipment such as ice making machines.  The show’s timing in May is perfect to catch the buying season for the hot summer ahead!\r\n\r\nIf you’re responsible for purchasing great coffee, tea, soft drinks, and the equipment and accessories required to prepare and serve them, then you need to visit European Coffee, Tea &amp; Soft Drinks Expo.\r\n\r\n<strong>Visit www.europeancoffeeexpo.com for more details.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n</ul>','European Coffee, Tea & Soft Drinks, London Olympia, May 21st & 22nd 2019','','inherit','closed','closed','','4826-revision-v1','','','2019-05-13 14:42:08','2019-05-13 14:42:08','',4826,'http://johnsons-gb-test.co.uk/2019/05/13/4826-revision-v1/',0,'revision','',0),(4862,1,'2019-05-13 14:42:50','2019-05-13 14:42:50','','wine-791133_1920-702x336@2x','','inherit','closed','closed','','wine-791133_1920-702x3362x','','','2019-05-13 14:42:50','2019-05-13 14:42:50','',4827,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/wine-791133_1920-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4863,1,'2019-05-13 14:42:56','2019-05-13 14:42:56','<h1>The February heatwave started us thinking about sitting in beer gardens with a refreshing drink. So a great excuse to talk about rose wine – as if we needed one!</h1>\r\nWhile sales of pink gin have soared in recent years, rose wines seems to have slipped off the popularity ladder. Perhaps we think of rose wine only as a sweet drink – White Zinfandel has a place firmly planted in the summer beer garden as a delicious drink (especially when chilled), but if you don’t have a sweet tooth then you’ll probably not reach for the second glass.\r\n\r\nStep in the new wave of rose wines – dryer, crisper and perhaps more citrus, and superbly refreshing (on any day to be honest, not just in the sun). So, where to stop first on our journey of rose discovery?\r\n<ol>\r\n 	<li><strong>The Three Thieves</strong></li>\r\n</ol>\r\nThis wine hails from the spiritual second home of Rose wine – California. These ‘Thieves’ are in fact three rock stars in the world of winemaking: Charles Bieler, Joel Gott and Roger Scommegna. All three have illustrious winemaking careers spanning decades and crossing the globe, and each has branched out into other highly successful ventures - anyone who’s been lucky enough to travel to California is likely to have eaten at a Gott’s Roadside.\r\n\r\nThese “Liberators of Fine Wines” have created a fresh, juicy rose which is a blend of 95% Syrah and 5% Merlot. They describe it as:\r\n\r\n<em>Our delicate rosé shows a pale pink hue in the glass, while the nose brims with aromas of white peach and apricot. The fresh, vibrant palate offers flavours of strawberry and tart cranberry, framed by crisp acidity—perfect for kicking back with friends on a sunny afternoon.</em>\r\n<ol start=\"2\">\r\n 	<li><strong>Nika Tiki Marlborough Sauvignon Blanc Rose</strong></li>\r\n</ol>\r\nLaunching this summer, this unusual Sauvignon Blanc Rose is bursting with refreshing floral aromas with berry and spices. If you’re a fan of Sauvignon Blanc you’ll love this! The traditional Sauvignon Blanc you’d expect build to a flavour explosion with hints of berries from the addition of red fruit.\r\n\r\nAs with all the best Sauvignon Blancs, this wine comes from the famed Marlborough region\r\n\r\nWhere a combination of a cool yet high sunshine climate, low rainfall and free-draining, moderately fertile soil produces uniquely vivid wines.\r\n\r\nWhile Sauvignon Blanc is one of the best-selling wines in the world, Sauvignon Blanc Rose is a relatively new concept – but one we’re confident will boom this summer! Perfect for rosé and Sauvignon lovers alike, what’s not to love?!\r\n<ol start=\"3\">\r\n 	<li><strong>Bieler Pere et Fils</strong></li>\r\n</ol>\r\nAs the name suggests, this is a French wine made in traditional Provence style – but by an American! This is the second appearance for Charles Bieler (see Three Thieves attached) who lives in New York but travels across the US and France making wine with various other winemakers including The Three Thieves and also Charles Smith as ‘Charles and Charles’. However, this particular brand is rather close to his heart:\r\n\r\n<em>In 1992, my father, Philippe Bieler, founded Chateau Routas in Coteaux Varois — a small </em><em>appellation in the middle of Provence. The winery focused on Grenache based red blends and Rosé. My sister Mira and I got involved in the mid 90’s when we developed, through unorthodox winemaking and creative marketing and selling, one of the more dynamic Rosé brands in America at the time. In 2005 there was a great opportunity to sell the winery and estate and we took it. The same year we sold Routas, we founded Bieler Père et Fils with a single-minded focus on making Rosé. We have been making wine in Provence since 1992.</em>\r\n\r\nSo what about the wine itself?  The classic, light coloured, dry Provence Rosé profile is famed, and for good reason. Bieler’s goal is find the delicate balance between floral, herbal, wild red fruit (not overly ripe), stone fruit and acid. The wine is in no way heavy or fat on the palate, but rather it has tremendous length in addition to the raspberry, cherry, peach,\r\n\r\nherbal, citrus and mineral core.\r\n\r\nLight, fruity and fabulous.\r\n\r\n<strong><em>For more information on wines included within this article, please visit </em><a href=\"http://www.lanchesterwines.co.uk\"><em>www.lanchesterwines.co.uk</em></a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/\">Redleg caramelised pineapple spiced rum adds to the mix</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n</ul>','Lanchester Wines - A new wave of Rosé','','inherit','closed','closed','','4827-revision-v1','','','2019-05-13 14:42:56','2019-05-13 14:42:56','',4827,'http://johnsons-gb-test.co.uk/2019/05/13/4827-revision-v1/',0,'revision','',0),(4864,1,'2019-05-13 14:43:22','2019-05-13 14:43:22','','Heineken-Bank-Holiday-702x336@2x','','inherit','closed','closed','','heineken-bank-holiday-702x3362x','','','2019-05-13 14:43:22','2019-05-13 14:43:22','',4830,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/Heineken-Bank-Holiday-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4865,1,'2019-05-13 14:43:30','2019-05-13 14:43:30','<h1>With the first of the May Bank Holiday almost upon us, it’s a crucial time for outlets to ensure they are perfectly primed to make the most of the long (and hopefully warmer) weekends. In light of this, <a href=\"https://www.heineken.co.uk/site-choices\" target=\"_blank\" rel=\"noopener noreferrer\">HEINEKEN</a> UK has pulled together some top tips to help outlets boost performance and maximise sales over the Bank Holiday, reinforcing its “Let’s Get Together” category driver.</h1>\r\nIn a competitive landscape, the last few years have seen the number of visits to the on-trade fall by 10% due to more competition for consumers’ hard-earned cash<a href=\"applewebdata://AB1DD935-C890-4BAF-8F91-081FFFADF582#_ftn1\"><sup>[1]</sup></a>, however with the Bank Holiday offering an extra day to draw people out of their homes and spend the extra time with friends and family, it’s the perfect time for outlets to give consumers a reason to come through the door.\r\n\r\nOver Bank Holidays, an average pub sees an increase in sales of 15%, and if the sun is shining, there is the potential for the returns to be even higher. Furthermore, Bank Holidays provide the justification needed for the 22% of people who would consider going to the pub if it stayed open longer. In light of these statistics, there are several tactics that outlets can employ to bring people together with the end goal of increasing spend in their venue:\r\n<ol>\r\n 	<li><strong>Foodie appeal</strong></li>\r\n</ol>\r\nGiven that one in three on-trade occasions include some kind of nosh<a href=\"applewebdata://AB1DD935-C890-4BAF-8F91-081FFFADF582#_ftn2\"><sup>[2]</sup></a>, food is a key element in enticing customers over the Bank Holiday. As such, it’s essential that outlets think about food options and how drinks sales can be driven alongside meals. By promoting a combined F&amp;B offering, outlets will deliver greater value to the consumer. For example, a ‘burger and beer’ style deal is a simple ploy that will increase footfall, while a more formal food and drink matched menu will drive spend in a higher-end venue.\r\n<ul>\r\n 	<li><strong>HEINEKEN UK offers expertise in boosting business ahead of the Early May Bank Holiday, reinforcing its “Let’s Get Together” category driver – worth £249M incremental value over three years</strong></li>\r\n</ul>\r\n<strong>TIPS:</strong>\r\n<ul>\r\n 	<li>A third of customers will look at drinks menus online before they visit a pub, so outlets need to make sure offers are as engaging and visually appealing as possible online.</li>\r\n 	<li>Drinks should always match the quality of the food, so offering a high mix of continental premium lager, craft beer and premium spirits is advised. Ensure bar staff are fully trained and can confidently deliver recommendations to help upsell.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Sporting occasions</strong></li>\r\n</ol>\r\nWith several sporting fixtures scheduled to take place over the first May Bank Holiday weekend, it’s an exciting time for fans and an easy win for outlets. Whether it’s the penultimate matches of the Premier League (4-6 May) or the Women’s FA Cup Final (4 May), we are a sociable footballing nation. Almost a fifth of all UK adults specifically go to the pub to watch the game, and showing your average Premier League match on the big screen can drive an increase in beer and cider sales by up to 22%. Bigger games, finals and tournaments can result in an even higher figure – up to 87%! And with the Europa League, FA Cup and UEFA Champions League all drawing to a close across the ensuing weeks, it’s a key area for outlets to nail.\r\n<ul>\r\n 	<li><strong>The average pub enjoys +15% sales over Bank Holidays, bolstering on-trade business</strong></li>\r\n</ul>\r\n<strong>TIPS:</strong>\r\n<ul>\r\n 	<li>Busy periods cause increase congestion at the bar, so avoid this by thinking about different drink formats, such as jugs and pitchers of beer to decrease the number of visits to the till without losing on sales.</li>\r\n 	<li>It might seem obvious, but with beer and cider averaging an immense 90% of the volume of drinks sold in a pub at any time of year, and with this stat increasing further during a match, it’s vital that outlets are fully stocked up.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Pub gardens</strong></li>\r\n</ol>\r\nHopes are always high for a sunshine-filled Bank Holiday. If an outlet has a garden or terrace, serving food and drink customers associate with the outdoors is a surefire way to bring people together and draw in the crowds. Summer’s favourite tipple, cider, sees an uplift of 10% during the warmer months, so expanding upon the selection of premium flavoured ciders stocked in the fridge, such as with Old Mout’s new and exotic Pineapple and Raspberry flavour, will encourage trade up and result in greater spend.\r\n<ul>\r\n 	<li><strong>Outlets can drive footfall and spend through easy wins: food and drink pairings, sporting occasions and maximising alfresco areas</strong></li>\r\n</ul>\r\n<strong>TIPS:</strong>\r\n<ul>\r\n 	<li>If it’s hot, setting up a BBQ could increase dwell time and spend in outlets.</li>\r\n 	<li>53% of customers would visit a pub more often if there was a good garden – and were aware of it! Outlets can tempt customers in with plenty of outdoor seating, both shaded and in the sun, to facilitate bringing people together.</li>\r\n 	<li>Blade is a cutting-edge draught dispense beer system that allows outlets to serve a freshly poured pint of beer on any surface or counter, meaning draught is no longer limited to outlets with cellars. Promising fresh, quality draught beer, Blade is perfect for pub gardens. Currently, Heineken®, Heineken® 0.0 and Birra Moretti are available on Blade in 8L kegs.</li>\r\n</ul>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/29/amstel-enlist-hollywoods-jeff-bridges-for-latest-tv-commercial/\" target=\"_blank\" rel=\"noopener noreferrer\">Amstel enlist Hollywood star for TV Ad</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/24/social-media-wifi-marketing/\" target=\"_blank\" rel=\"noopener noreferrer\">Social WiFi marketing</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\" target=\"_blank\" rel=\"noopener noreferrer\">New London location for Lucky Voice</a></li>\r\n</ul>','Sunshine sales: Cash in on 15% additional spend over the bank holiday with quick, easy wins from Heineken UK','','inherit','closed','closed','','4830-revision-v1','','','2019-05-13 14:43:30','2019-05-13 14:43:30','',4830,'http://johnsons-gb-test.co.uk/2019/05/13/4830-revision-v1/',0,'revision','',0),(4866,1,'2019-05-13 14:44:12','2019-05-13 14:44:12','','wifi-158401_1280-1078x516','','inherit','closed','closed','','wifi-158401_1280-1078x516','','','2019-05-13 14:44:12','2019-05-13 14:44:12','',4828,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/wifi-158401_1280-1078x516-1.png',0,'attachment','image/png',0),(4867,1,'2019-05-13 14:44:20','2019-05-13 14:44:20','<h1><strong>WiFi is now a standard that consumers expect in any venue now, but besides the benefits of attracting a wider audience like the ‘on-the-go’ workers, WiFi can be one of the m</strong><strong style=\"font-size: 24px;\">ost powerful marketing tools in your venue.</strong></h1>\r\n<h3><strong>What is Social WiFi Marketing?</strong></h3>\r\nGoing into a venue and logging onto their WiFi network is nothing from the ordinary, and a majority of venues will be using a password that they give out to their customers, but not only does this cause problems of customers constantly asking for the password, it also leaves a lot of potential profit on the table.\r\n\r\nHowever, we’re finding more-and-more venues setting up their WiFi network with a sign-in splash page asking customers to connect to the hotspot via their social media accounts or email address. Using a social network to sign-in is what’s known as social WiFi. Now this may seem like an insignificant difference from the password-based approach, it can be the most powerful and cost-effective marketing tool a venue can implement.\r\n\r\nWhen a customer signs-in using their social media platform, they are providing you with an abundance of demographic information. Not only do you get their names and contact information, you’ll also get to see what their interests are so you can work out your demographic. This then makes it much easier to effectively target your customer base with emails, surveys and your own social medias.\r\n<h3><strong>How Does This Benefit Customers?</strong></h3>\r\nAs many know, logging into a venue’s WiFi can be a real hassle – having to twist your neck around the room with your glasses on to find the password on the wall or trying to catch the attention of an already busy staff member.\r\n\r\nHowever, logging in through social media means that the connection is usually confirmed immediately and there’s no way of getting the password wrong as It’s a one-button sign-in option. Some providers take that even further by not only automatically signing users onto the WiFi network every time they return to that venue, but every time they visit other locations you may be running the social WiFi platform, it will also log them in automatically - whether they have been there before or not.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines 2 coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/\">Bohem &amp; St Austell launch collaboration lager</a></li>\r\n</ul>','Social WiFi Marketing','','inherit','closed','closed','','4828-revision-v1','','','2019-05-13 14:44:20','2019-05-13 14:44:20','',4828,'http://johnsons-gb-test.co.uk/2019/05/13/4828-revision-v1/',0,'revision','',0),(4868,1,'2019-05-13 14:45:58','2019-05-13 14:45:58','','AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS--702x336@2x','','inherit','closed','closed','','amstels-new-tv-ad-bridges-on-bridges-sees-hollywood-legend-jeff-bridges-proost-to-togetherness-702x3362x','','','2019-05-13 14:45:58','2019-05-13 14:45:58','',4829,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/AMSTEL’S-NEW-TV-AD-BRIDGES-ON-BRIDGES-SEES-HOLLYWOOD-LEGEND-JEFF-BRIDGES-PROOST-TO-TOGETHERNESS-702x336@2x.jpg',0,'attachment','image/jpeg',0),(4869,1,'2019-05-13 14:46:04','2019-05-13 14:46:04','<h1><strong>Amstel® enlists Hollywood legend Jeff Bridges to encourage people to come together in latest TV commercial and above the line campaign</strong></h1>\r\n<strong> </strong>Airing 3<sup>rd</sup> May 2019, Amstel is set to launch a bold, new TV commercial starring Hollywood legend Jeff Bridges as the lead role – a human bridge! – encouraging people to come together and connect over a golden bier.\r\n\r\nEntitled <em>Bridges on Bridges</em>, the advert features a gigantic Jeff Bridges literally becoming a human bridge, with his arms connecting both sides of the canal for the people of Amsterdam to come together.\r\n\r\nThe new advert will form part of a £7million campaign running from May to August 2019 across TV, cinema, video on demand and digital channels, and is estimated to reach 83% of all adults (47 million) in the UK this year. The campaign will also be brought to life through a PR campaign centred around the role pubs play in bringing people together throughout the UK.\r\n\r\nStar of the ad, Jeff Bridges, comments: “<em>Bridging differences, now that’s something we really need to do. I’d love this spot to encourage people to come together.”</em>\r\n\r\nNic Casby, Brand Director at HEINEKEN, adds: “<em>As a premium beer brand, we wanted to create an advert that got people talking whilst sharing our brand values and point of view. Amstel’s second TV advert, </em>Bridges on Bridges<em>, does just that, by illustrating the power of bridges to bring people together. When we thought about the most famous bridge who brings people together, there was only one bridge, Jeff Bridges.</em>”\r\n\r\n<em>Bridges on Bridges</em> will air on 3<sup>rd</sup> May 2019 during Gogglebox at 21:00 on Channel 4.','Amstel® enlist Hollywood\'s Jeff Bridges for latest TV commercial','','inherit','closed','closed','','4829-revision-v1','','','2019-05-13 14:46:04','2019-05-13 14:46:04','',4829,'http://johnsons-gb-test.co.uk/2019/05/13/4829-revision-v1/',0,'revision','',0),(4870,1,'2019-05-13 14:47:39','2019-05-13 14:47:39','','RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x','','inherit','closed','closed','','redleg-caramelised-pineapple-and-tonic-702x3362x','','','2019-05-13 14:47:39','2019-05-13 14:47:39','',4350,'http://johnsons-gb-test.co.uk/wp-content/uploads/2019/04/RedLeg-Caramelised-Pineapple-and-Tonic-702x336@2x-1.jpg',0,'attachment','image/jpeg',0),(4871,1,'2019-05-13 14:47:45','2019-05-13 14:47:45','<h1>RedLeg spiced rum is extending its range with the launch of Caramelised Pineapple flavour, available in the UK from May 2019.</h1>\r\nThe launch comes as the rum category, and spiced rum in particular, continues to enjoy double-digit growth. The new flavour expands on the established success of the RedLeg brand, which is growing faster than the market. RedLeg is owned by Distil and distributed by Hi-Spirits.\r\n\r\nRedLeg Caramelised Pineapple has 100% natural pineapple and caramel flavour. This brings a new dimension to RedLeg’s original combination of rum rested in oak barrels and infused with Jamaican ginger and vanilla spices, creating a very accessible, mixable spirit.\r\n\r\n[caption id=\"attachment_4352\" align=\"alignright\" width=\"160\"]<img class=\"size-medium wp-image-4352\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/RedLeg-Caramelised-Pineapple-160x300.jpg\" alt=\"RedLeg Caramelised Pineapple\" width=\"160\" height=\"300\" /> RedLeg Caramelised Pineapple[/caption]\r\n\r\nJade McKenzie, marketing co-ordinator at Distil said: “RedLeg is all about relaxing with good friends. Pineapples have long been a symbol of friendship and hospitality in the Caribbean, with islanders traditionally hanging pineapples on their doors to welcome all inside. Taking inspiration from this tradition, RedLeg Caramelised Pineapple is a celebration of friendship and good times.\r\n\r\n“We expect the flavour profile to attract new consumers to the RedLeg brand and to the spiced rum category as a whole. As the gin boom has demonstrated, consumers are very confident about moving between flavours and styles within a popular spirits category, and RedLeg Caramelised Pineapple is the perfect reason to gather friends and explore new and great tasting cocktails.”\r\n\r\nRedLeg Caramelised Pineapple combines well with simple mixers as well as in more complex cocktails. The recommended perfect serve is a simple Pineapple and Tonic, made by adding a double measure of RedLeg Caramelised Pineapple to a Collins glass with plenty of ice, a dash of gomme syrup topped with tonic water, and a squeeze of lime.\r\n\r\nRedLeg Caramelised Pineapple is 37.5% ABV, with an RRP of £20. Its vibrant, stand out packaging gives it a high profile on every shelf or back bar.\r\n<h3>For more information, please contact Hi-Spirits on 01932 252 100, email <a href=\"mailto:info@hi-spirits.com\">info@hi-spirits.com</a> or visit www.hi-spirits.com.</h3>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/\">WMF combines two coffee styles in a single machine</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/\">New London location for lucky voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/02/ukhospitality-food-allergens-issues/\">UKHospitality - Dialogue best way to tackle food allergens</a></li>\r\n</ul>','RedLeg Caramelised Pineapple spiced rum adds to the mix','','inherit','closed','closed','','4350-revision-v1','','','2019-05-13 14:47:45','2019-05-13 14:47:45','',4350,'http://johnsons-gb-test.co.uk/2019/05/13/4350-revision-v1/',0,'revision','',0),(4872,1,'2019-05-13 19:13:37','2019-05-13 19:13:37','<h1>Sky and Molson Coors have launched a new, game-changing deal for licensed customers which is bigger and better than ever.</h1>\r\nOpen to new and existing customers, the new deal which launches on 2<sup>nd</sup> April is designed to offer more flexibility, more choice and more savings to licensees. It makes it even easier for them to enjoy a discount on their Sky Sports subscription, just by selling from a wider range of products from the Molson Coors portfolio.\r\n\r\nThe deal is now open to more pubs and bars than ever before, thanks to a new structure that offers four great deals across a broad range of Molson Coors beer and cider brands.  There is a new 15% discount offering customers a lower entry point of just two brands and three kegs a week, plus three deeper discounts based on the number of brands.\r\n\r\nThe new structure helps customers find the perfect match for their business.\r\n\r\nThe Molson Coors range has grown significantly since the deal first launched in 2012, with a broad range of beer and ciders fully represented, including Carling, the UK’s No.1 lager brand, Coors Light, the fastest growing beer in the UK top 10 and Doom Bar the UK’s number 1 cask ale*.  Sky Sports will bring customers plenty of pub-packing favourites, including Premier League and EFL football, the UEFA Nations League finals, exclusive F1 weekends, The ICC Cricket World Cup, The Ashes, all four golf Majors and much more.\r\n\r\nMartyn Cozens, On-Trade Sales Director at Molson Coors, says: “We know from our customers that our partnership with Sky is viewed as one of the biggest on-trade initiatives in years. It’s been incredibly successful over the past six years, but with more smaller independents popping up across the UK, we wanted to make it work for outlets of all sizes.”\r\n\r\n[caption id=\"attachment_4279\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4279\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/03/8FDA4D73-4C70-40F9-A6CD-0D6D0F23CF8E-300x225.jpg\" alt=\"Molson Coors and Sky launch new simplified partnership deal\" width=\"300\" height=\"225\" /> Molson Coors and Sky launch new simplified partnership deal[/caption]\r\n\r\nThe discount deal is backed by tailored insights and consultancy services from both Molson Coors and Sky, to help on-trade outlets determine the best drinks range and Sky Sports package to suit their local customer base.\r\n\r\nCozens continues: “We know that people who go to pubs to watch sport typically spend more than on a non-sport occasion **. Our partnership with Sky has always been about helping operators make the most of those sporting occasions and creating the right experience for consumers to keep them coming back.”\r\n\r\nFrank Atkinson, Sales and Commercial Director at Sky Business says “We’ve worked with our partners Molson Coors to create a bigger and better discount deal – all designed to help drive footfall, revenue and dwell-time for the licensed trade.  The simplification of our partnership means that more licensees than ever before can take advantage of the discounts available to them.  The deal gives licensees more choice too – they can serve up the sport and drinks their customers want and looking forward to the summer of sport there’s even more money-making opportunities available.”\r\n\r\n<strong>To find out more about the deal, please click <a href=\"http://www.molsoncoorssky.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n\r\n*CGA data to 29<sup>th</sup> December 2018\r\n\r\n**CGA Brand Track February 2018','Molson Coors and Sky launch new simplified partnership deal','','inherit','closed','closed','','4278-revision-v1','','','2019-05-13 19:13:37','2019-05-13 19:13:37','',4278,'https://www.ontradeprogress.com/2019/05/13/4278-revision-v1/',0,'revision','',0),(4873,1,'2019-05-13 20:02:12','2019-05-13 20:02:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" display_inline=\"yes\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwMjAxOSUyMFN1bW1lciUyMHJlcG9ydC4=\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"18\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 20:02:12','2019-05-13 20:02:12','',23,'https://www.ontradeprogress.com/2019/05/13/23-revision-v1/',0,'revision','',0),(4874,1,'2019-05-13 20:06:21','2019-05-13 20:06:21','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"212\" image=\"4551\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 20:06:21','2019-05-13 20:06:21','',23,'https://www.ontradeprogress.com/2019/05/13/23-revision-v1/',0,'revision','',0),(4875,1,'2019-05-13 20:09:46','2019-05-13 20:09:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribeform\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-13 20:09:46','2019-05-13 20:09:46','',76,'https://www.ontradeprogress.com/2019/05/13/76-revision-v1/',0,'revision','',0),(4876,1,'2019-05-13 20:15:01','2019-05-13 20:15:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-13 20:15:01','2019-05-13 20:15:01','',76,'https://www.ontradeprogress.com/2019/05/13/76-revision-v1/',0,'revision','',0),(4877,1,'2019-05-13 20:22:26','2019-05-13 20:22:26','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4721\" spot_img_mob=\"4721\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_empty_space height=\"40px\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-13 20:22:26','2019-05-13 20:22:26','',8,'https://www.ontradeprogress.com/2019/05/13/8-revision-v1/',0,'revision','',0),(4878,1,'2019-05-13 20:31:16','2019-05-13 20:31:16','','25','','inherit','closed','closed','','25','','','2019-05-13 20:31:16','2019-05-13 20:31:16','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.jpg',0,'attachment','image/jpeg',0),(4879,1,'2019-05-13 20:32:19','2019-05-13 20:32:19','','Issue 25','','inherit','closed','closed','','25-2','','','2019-05-13 20:32:30','2019-05-13 20:32:30','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-1.jpg',0,'attachment','image/jpeg',0),(4880,1,'2019-05-13 20:32:51','2019-05-13 20:32:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4879\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 20:32:51','2019-05-13 20:32:51','',23,'https://www.ontradeprogress.com/2019/05/13/23-revision-v1/',0,'revision','',0),(4881,1,'2019-05-13 20:34:08','2019-05-13 20:34:08','','25','','inherit','closed','closed','','25-3','','','2019-05-13 20:34:08','2019-05-13 20:34:08','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-2.jpg',0,'attachment','image/jpeg',0),(4882,1,'2019-05-13 20:34:19','2019-05-13 20:34:19','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-13 20:34:19','2019-05-13 20:34:19','',23,'https://www.ontradeprogress.com/2019/05/13/23-revision-v1/',0,'revision','',0),(4883,1,'2019-05-13 20:38:12','2019-05-13 20:38:12','','25','','inherit','closed','closed','','25-4','','','2019-05-13 20:38:12','2019-05-13 20:38:12','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/25.png',0,'attachment','image/png',0),(4884,1,'2019-05-13 20:38:26','2019-05-13 20:38:26','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_empty_space height=\"40px\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-13 20:38:26','2019-05-13 20:38:26','',8,'https://www.ontradeprogress.com/2019/05/13/8-revision-v1/',0,'revision','',0),(4885,1,'2019-05-13 20:40:14','2019-05-13 20:40:14','','25-footer','','inherit','closed','closed','','25-footer','','','2019-05-13 20:40:14','2019-05-13 20:40:14','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-footer.jpg',0,'attachment','image/jpeg',0),(4886,1,'2019-05-13 20:46:27','2019-05-13 20:46:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #24','','inherit','closed','closed','','276-revision-v1','','','2019-05-13 20:46:27','2019-05-13 20:46:27','',276,'https://www.ontradeprogress.com/2019/05/13/276-revision-v1/',0,'revision','',0),(4887,1,'2019-05-13 20:47:33','2019-05-13 20:47:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #25','','publish','closed','closed','','issue-25','','','2019-05-28 19:45:03','2019-05-28 19:45:03','',0,'https://www.ontradeprogress.com/?page_id=4887',0,'page','',0),(4888,1,'2019-05-13 20:47:11','2019-05-13 20:47:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-13 20:47:11','2019-05-13 20:47:11','',276,'https://www.ontradeprogress.com/2019/05/13/276-revision-v1/',0,'revision','',0),(4889,1,'2019-05-13 20:47:33','2019-05-13 20:47:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-13 20:47:33','2019-05-13 20:47:33','',4887,'https://www.ontradeprogress.com/2019/05/13/4887-revision-v1/',0,'revision','',0),(4890,1,'2019-05-14 08:58:16','2019-05-14 08:58:16','<h1><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">?</span>Much like the success story of Gin, Rum has been forecasted to be the next spirit to take the UK by storm. Ontrade Progress gives you the low-down on this trend and what to stock up on for 2019.</h1>\nCommonly known as the Pirate’s choice of drink, Rum has always had a strong and steady prescience in the spirits sector with fan favourites like Havana Club, Captains Morgan’s, Bacardi etc, but Rum had always been shadowed by the glamourous spirits like Gin &amp; Whiskey. Once an unglamorous choice, gin has become an aesthetic of fashionable sophistication, helping to fuel the record success story of annual UK sales reaching 47m bottles, enough for 25 Gin &amp; Tonics for every person of legal drinking age. Being a hard record to match, building a domestic champion is a challenge very few have attempted in the past. Unlike gin, which can be made relatively quickly with little more than ethanol and botanicals, rum is expensive and fiddly.\n\nDespite this, over recent years, Rum has grown in popularity with annual sales in Britain topping £1b in 2018, after being stuck around the £750m mark for years. So, could 2019 be ‘the year of Rum’, and what trends are driving the growing rum market?\n<ol>\n 	<li><strong>Premium rum</strong></li>\n</ol>\nWith spirits as a whole growing in popularity, consumers are becoming more interested in the age and provenance of these spirits. To utilize this trend, rum brands are researching and launching more premium spirits like the Guatemalan rum, Zacapa, this ultra-premium rum brand is part of the luxury spirits collection known as The Diageo<em> </em>Reserve Portfolio. While in 2012, a 50-year-old expression by Appleton Estate was the oldest commercially available rum at the time.\n<ol start=\"2\">\n 	<li><strong>Philippines rum</strong></li>\n</ol>\nAs many would presume, Rum is mainly associated with Jamaica, however, consumers are looking further afield for their rum, not just the Caribbean. The Philippine’s involvement in the rum industry is turning heads and currently ranked the third largest rum market in the world. Its first small batch of single island sipping rum, Don Papa, was close to one million bottles being sold globally in 2017.\n<ol start=\"3\">\n 	<li><strong>Golden rum</strong></li>\n</ol>\nGolden rum will be the next big trend in the spirits category, outpacing gin by 2020, according to data insight professionals at CGA. Whilst golden rum is steaming ahead with popularity, white rum is growing less popular. Due to this, brands that are primarily known for producing white rum, such as Bacardi, are investing into golden rum variants. For example, in 2018, Bacardi launched their Bacardi Cuatro.\n<ol start=\"4\">\n 	<li><strong>Flavoured rum</strong></li>\n</ol>\nAs the trend went with Gin, flavoured variants are the next step for the rum sector.\n\nConsumers are always intrigued to try new flavours of an already existing staple. Coffee rum and pineapple rum have proven to be particularly popular this year so far, with many brands creating their own version of the flavoured spirit. It’s only natural that these brands will be experimenting with various different flavours in the future to cater the growing rum sector.\n<ol start=\"5\">\n 	<li><strong>Rum Cocktails</strong></li>\n</ol>\nAs most will be aware, the UK’s cocktail culture rapidly growing with most bars now boasting a cocktail menu. With rum being a key ingredient in many cocktails such as a Daiquiri, Pina Colada etc, cocktails are believed to be behind the surge of rum sales, and it doesn’t seem that the UK’s cocktail culture is slowing down any time soon. Tiki &amp; tropical cocktails remain as the most common rum derived style of cocktail. However, as the popularity of rum continues to grow, it’s expected that bars and restaurants are looking for new ways use rum in their offerings.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/brewers-american-craft-brewer/\">Brewers Association - New independent American craft</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/\">Introducing beer education to CAMRA festival</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/lanchester-wines-rose/\">Lanchester Wines - A new wave of Rose</a></li>\n</ul>','Ontrade Progress spirits exclusive: The Year of Rum','','inherit','closed','closed','','4836-autosave-v1','','','2019-05-14 08:58:16','2019-05-14 08:58:16','',4836,'https://www.ontradeprogress.com/2019/05/14/4836-autosave-v1/',0,'revision','',0),(4891,1,'2019-05-14 10:15:56','2019-05-14 10:15:56','<h1>Namibian Rugby captain Renaldo Bothma, who currently plays for Harlequins, has teamed up with Windhoek Lager to raise money in aid of Save the Rhino International through the sale of limited-edition pairs of socks.</h1>\r\nAs part of the collaboration, Renaldo’s fashion company <strong>botthms</strong> has designed and produced 1,000 pairs of exclusive rhino and beer socks, which are now on sale for £8.99 on his website – <a href=\"http://www.botthms.com/rhinos\" target=\"_blank\" rel=\"noopener noreferrer\">www.botthms.com</a>\r\n\r\n50% of the profits from the sale of each pair of socks will be donated in aid of Windhoek Lager’s campaign to raise at least £5,000 for Save the Rhino. For details visit - <a href=\"https://uk.virginmoneygiving.com/RenaldoBothma\">https://uk.virginmoneygiving.com/RenaldoBothma</a>\r\n\r\n[caption id=\"attachment_4894\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4894\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/E53657D2-726A-48D9-A9C5-A0EC13B6DE23-225x300.jpg\" alt=\"Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers\" width=\"225\" height=\"300\" /> Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers[/caption]\r\n\r\nRenaldo Bothma commented:\r\n\r\n“Like most Namibians, I have huge respect for our country and wildlife and I’m passionate about ensuring we conserve it for future generations.  The rhino story is heart-wrenching so I’m delighted to be able to team up with the iconic beer of Namibia to raise awareness in the UK of the plight of rhinos and generate some money in aid of a fantastic charity.”\r\n\r\nThe Windhoek Lager campaign has already raised over £3,700 through a wide range of fundraising activities in the UK. This included a Windhoek team member running the Hackney Half marathon in full rhino suit, a charity Pig Racing night at the award-winning Pig &amp; Whistle pub in Wandsworth and a series of charity live music nights at Brighton Rocks bar.\r\n\r\nThree more Windhoek warriors will be completing charity runs in April and May but it is hoped all 1,000 pairs of the limited-edition socks can be sold, which alone would generate £3,000.\r\n\r\nWindhoek Lager Export Manager Antonio Simoes said:\r\n\r\n“We can’t thank Renaldo enough for agreeing to support our fundraising campaign for Save the Rhino International.  He’s a hard-working, passionate, inspirational and no nonsense young man on and off the rugby pitch so it’s a privilege to have him on our side as we aim for a common goal – socking it to the poachers!”\r\n\r\nFor further information on Windhoek Lager’s campaign in aid of Save The Rhino International and this latest charity initiative visit:  <a href=\"http://uk.virginmoneygiving.com/fund/WindhoekBeerUK\">http://uk.virginmoneygiving.com/fund/WindhoekBeerUK</a>','Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers','','publish','closed','open','','windhoek-lager-botthms-poachers','','','2019-05-14 10:15:56','2019-05-14 10:15:56','',0,'https://www.ontradeprogress.com/?p=4891',0,'post','',0),(4892,1,'2019-05-14 09:05:42','2019-05-14 09:05:42','<strong>Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</strong>\r\n\r\nNamibian Rugby captain Renaldo Bothma, who currently plays for Harlequins, has teamed up with Windhoek Lager to raise money in aid of Save the Rhino International through the sale of limited-edition pairs of socks.\r\n\r\nAs part of the collaboration, Renaldo’s fashion company <strong>botthms</strong> has designed and produced 1,000 pairs of exclusive rhino and beer socks, which are now on sale for £8.99 on his website – <a href=\"http://www.botthms.com\">www.botthms.com</a><u>/rhinos/</u>\r\n\r\n50% of the profits from the sale of each pair of socks will be donated in aid of Windhoek Lager’s campaign to raise at least £5,000 for Save the Rhino. For details visit - <a href=\"https://uk.virginmoneygiving.com/RenaldoBothma\">https://uk.virginmoneygiving.com/RenaldoBothma</a>\r\n\r\nRenaldo Bothma commented:\r\n\r\n“Like most Namibians, I have a huge respect for our country and wildlife and I’m passionate about ensuring we conserve it for future generations.  The rhino story is heart-wrenching so I’m delighted to be able to team up with the iconic beer of Namibia to raise awareness in the UK of the plight of rhinos and generate some money in aid of a fantastic charity.”\r\n\r\nThe Windhoek Lager campaign has already raised over £3,700 through a wide range of fundraising activities in the UK. This included a Windhoek team member running the Hackney Half marathon in full rhino suit, a charity Pig Racing night at the award-winning Pig &amp; Whistle pub in Wandsworth and a series of charity live music nights at Brighton Rocks bar.\r\n\r\nThree more Windhoek warriors will be completing charity runs in April and May but it is hoped all 1,000 pairs of the limited-edition socks can be sold, which alone would generate £3,000.\r\n\r\nWindhoek Lager Export Manager Antonio Simoes said:\r\n\r\n“We can’t thank Renaldo enough for agreeing to support our fundraising campaign for Save the Rhino International.  He’s a hard-working, passionate, inspirational and no nonsense young man on and off the rugby pitch so it’s a privilege to have him on our side as we aim for a common goal – socking it to the poachers!”\r\n\r\nFor further information on Windhoek Lager’s campaign in aid of Save The Rhino International and this latest charity initiative visit:  <a href=\"http://uk.virginmoneygiving.com/fund/WindhoekBeerUK\">http://uk.virginmoneygiving.com/fund/WindhoekBeerUK</a>','Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers','','inherit','closed','closed','','4891-revision-v1','','','2019-05-14 09:05:42','2019-05-14 09:05:42','',4891,'https://www.ontradeprogress.com/2019/05/14/4891-revision-v1/',0,'revision','',0),(4893,1,'2019-05-14 10:12:58','2019-05-14 10:12:58','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers','inherit','closed','closed','','sock-it-to-the-poachers','','','2019-05-14 10:15:38','2019-05-14 10:15:38','',4891,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sock-it-to-the-Poachers.jpg',0,'attachment','image/jpeg',0),(4894,1,'2019-05-14 10:13:12','2019-05-14 10:13:12','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers','Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers','inherit','closed','closed','','processed-with-vsco-with-c6-preset-3','','','2019-05-14 10:14:49','2019-05-14 10:14:49','',4891,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/E53657D2-726A-48D9-A9C5-A0EC13B6DE23.jpg',0,'attachment','image/jpeg',0),(4895,1,'2019-05-14 10:15:41','2019-05-14 10:15:41','<h1>Namibian Rugby captain Renaldo Bothma, who currently plays for Harlequins, has teamed up with Windhoek Lager to raise money in aid of Save the Rhino International through the sale of limited-edition pairs of socks.</h1>\r\nAs part of the collaboration, Renaldo’s fashion company <strong>botthms</strong> has designed and produced 1,000 pairs of exclusive rhino and beer socks, which are now on sale for £8.99 on his website – <a href=\"http://www.botthms.com/rhinos\" target=\"_blank\" rel=\"noopener noreferrer\">www.botthms.com</a>\r\n\r\n50% of the profits from the sale of each pair of socks will be donated in aid of Windhoek Lager’s campaign to raise at least £5,000 for Save the Rhino. For details visit - <a href=\"https://uk.virginmoneygiving.com/RenaldoBothma\">https://uk.virginmoneygiving.com/RenaldoBothma</a>\r\n\r\n[caption id=\"attachment_4894\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4894\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/E53657D2-726A-48D9-A9C5-A0EC13B6DE23-225x300.jpg\" alt=\"Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers\" width=\"225\" height=\"300\" /> Windhoek Lager and Bothma Aiming to Sock it to The Rhino Poachers[/caption]\r\n\r\nRenaldo Bothma commented:\r\n\r\n“Like most Namibians, I have huge respect for our country and wildlife and I’m passionate about ensuring we conserve it for future generations.  The rhino story is heart-wrenching so I’m delighted to be able to team up with the iconic beer of Namibia to raise awareness in the UK of the plight of rhinos and generate some money in aid of a fantastic charity.”\r\n\r\nThe Windhoek Lager campaign has already raised over £3,700 through a wide range of fundraising activities in the UK. This included a Windhoek team member running the Hackney Half marathon in full rhino suit, a charity Pig Racing night at the award-winning Pig &amp; Whistle pub in Wandsworth and a series of charity live music nights at Brighton Rocks bar.\r\n\r\nThree more Windhoek warriors will be completing charity runs in April and May but it is hoped all 1,000 pairs of the limited-edition socks can be sold, which alone would generate £3,000.\r\n\r\nWindhoek Lager Export Manager Antonio Simoes said:\r\n\r\n“We can’t thank Renaldo enough for agreeing to support our fundraising campaign for Save the Rhino International.  He’s a hard-working, passionate, inspirational and no nonsense young man on and off the rugby pitch so it’s a privilege to have him on our side as we aim for a common goal – socking it to the poachers!”\r\n\r\nFor further information on Windhoek Lager’s campaign in aid of Save The Rhino International and this latest charity initiative visit:  <a href=\"http://uk.virginmoneygiving.com/fund/WindhoekBeerUK\">http://uk.virginmoneygiving.com/fund/WindhoekBeerUK</a>','Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers','','inherit','closed','closed','','4891-revision-v1','','','2019-05-14 10:15:41','2019-05-14 10:15:41','',4891,'https://www.ontradeprogress.com/2019/05/14/4891-revision-v1/',0,'revision','',0),(4896,1,'2019-05-14 15:39:03','2019-05-14 15:39:03','<h1><strong>You may have seen a majority of eggs with a red Lion stamp, but why is this and what does it mean? We sat down with British Lion Eggs to talk about the Lion stamp and where it came from.</strong></h1>\r\nThe British Lion has become one of the UK’s most successful food safety schemes since its launch in 1998. All eggs that carry the British Lion mark have been produced under the stringent requirements of the British Lion Code of Practice which ensures the highest standards of food safety. The code covers the entire production chain and ensures strict food safety controls including the guarantee that all hens are vaccinated against Salmonella.\r\n\r\nSince its launch, more than 130 billion Lion stamped eggs have been sold and over 90% of UK eggs are now produced under the British Lion scheme.\r\n\r\nThe egg safety scheme was first introduced to reduce cases of salmonella food poisoning caused by eggs, but it also includes a guarantee that hens and eggs are British, as well as being kept to higher welfare standards than the law demands. The Food Standards Agency has even recently confirmed that they are the only eggs that are safe to be consumed runny, or even raw, by vulnerable groups.\r\n\r\nThe ‘passport’ system means that every British Lion egg also gets a unique number, which acts as a passport and means every egg, hen and bag of feed is completely traceable, every step of the way.\r\n\r\n<strong>The British Lion Quality Code of Practice includes;</strong>\r\n<ul>\r\n 	<li>Compulsory vaccination against Salmonella Enteritidis of all pullets destined for Lion egg-producing flocks</li>\r\n 	<li>Regular independent auditing</li>\r\n 	<li>Improved traceability of eggs</li>\r\n 	<li>A ‘best before’ date stamped on the shell and pack</li>\r\n 	<li>Stricter hygiene controls at farms and packing centres</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','British Lion Eggs - The stamp of approval','','publish','closed','open','','british-lion-eggs-the-stamp-of-approval','','\nhttps://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/','2019-05-14 15:39:03','2019-05-14 15:39:03','',0,'https://www.ontradeprogress.com/?p=4896',0,'post','',0),(4897,1,'2019-05-14 10:17:25','2019-05-14 10:17:25','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n\r\n[/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-14 10:17:25','2019-05-14 10:17:25','',23,'https://www.ontradeprogress.com/2019/05/14/23-revision-v1/',0,'revision','',0),(4898,1,'2019-05-14 10:20:16','2019-05-14 10:20:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-14 10:20:16','2019-05-14 10:20:16','',23,'https://www.ontradeprogress.com/2019/05/14/23-revision-v1/',0,'revision','',0),(4899,1,'2019-05-14 10:21:44','2019-05-14 10:21:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-14 10:21:44','2019-05-14 10:21:44','',23,'https://www.ontradeprogress.com/2019/05/14/23-revision-v1/',0,'revision','',0),(4900,1,'2019-05-14 10:43:38','2019-05-14 10:43:38','<h1><strong>You may have seen a majority of eggs with a red Lion stamp, but why is this and what does it mean? We sat down with British Lion Eggs to talk about the Lion stamp and where it came from.</strong></h1>\r\nThe British Lion has become one of the UK’s most successful food safety schemes since its launch in 1998. All eggs that carry the British Lion mark have been produced under the stringent requirements of the British Lion Code of Practice which ensures the highest standards of food safety. The code covers the entire production chain and ensures strict food safety controls including the guarantee that all hens are vaccinated against Salmonella.\r\n\r\nSince its launch, more than 130 billion Lion stamped eggs have been sold and over 90% of UK eggs are now produced under the British Lion scheme.\r\n\r\nThe egg safety scheme was first introduced to reduce cases of salmonella food poisoning caused by eggs, but it also includes a guarantee that hens and eggs are British, as well as being kept to higher welfare standards than the law demands. The Food Standards Agency has even recently confirmed that they are the only eggs that are safe to be consumed runny, or even raw, by vulnerable groups.\r\n\r\nThe ‘passport’ system means that every British Lion egg also gets a unique number, which acts as a passport and means every egg, hen and bag of feed is completely traceable, every step of the way.\r\n\r\n<strong>The British Lion Quality Code of Practice includes;</strong>\r\n<ul>\r\n 	<li>Compulsory vaccination against Salmonella Enteritidis of all pullets destined for Lion egg-producing flocks</li>\r\n 	<li>Regular independent auditing</li>\r\n 	<li>Improved traceability of eggs</li>\r\n 	<li>A ‘best before’ date stamped on the shell and pack</li>\r\n 	<li>Stricter hygiene controls at farms and packing centres</li>\r\n</ul>','British Lion Eggs - The stamp of approval','','inherit','closed','closed','','4896-revision-v1','','','2019-05-14 10:43:38','2019-05-14 10:43:38','',4896,'https://www.ontradeprogress.com/2019/05/14/4896-revision-v1/',0,'revision','',0),(4901,1,'2019-05-14 15:39:38','2019-05-14 15:39:38','<h1>The use of smart speakers and voice assistants such as Google Home and Amazon Echo, as well as Siri and Cortana on smartphones, is unmistakably on the rise. In fact, comScore predicts that by 2020, 50% of all searches will be voice searches.</h1>\r\nIt opens a wealth of opportunities, but to get your business as the first answer will require optimising your site – and in a different way than you would for keyboard searches. Here are a few things you can do to start…\r\n\r\n[caption id=\"attachment_4902\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4902\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Google-home-300x249.jpg\" alt=\"Voice search is on the rise\" width=\"300\" height=\"249\" /> Voice search is on the rise[/caption]\r\n<h3><strong>Voice Search is Local Search</strong></h3>\r\nLocation, or “near me”, features in 80% of voice searches, so it is vital that your site is set up to capture those local searchers. A good starting point for this is to set up your free Google My Business page. Not only does this ensure your venue appears on Google Maps, it’s also the go-to place for the engine’s local business search. Ensure all sections are completed, including opening hours, photos and reviews – even though a photo won’t appear in a voice search, having a full profile signals to Google that your business is credible.\r\n\r\nIt’s also a good idea to have some location information in your homepage metadata – the title and description that show on search engine results pages. Metadata is a major ranking factor and so it’s vital to get your high priority keywords in there.\r\n<h3><strong>Frequently Asked Questions</strong></h3>\r\nThe majority of those using voice search will speak to their virtual assistants in full, specific, sentences like you would a friend. For example, natural sounding questions such as “Alexa, where’s a cocktail bar in Manchester?” are more common, opposed to SEO-focused questions such as “cocktails Manchester”.\r\n\r\nTo optimise your site for these “who”, “what”, “where” questions, create an FAQ page, including the full question the consumer would ask. You can also include snippets of content which answer specific questions the consumer may be asking. Snippets and FAQs will increase your website\'s chances of showing up in voice search results and in Google’s ‘Featured Snippet’, which appears at the very top of keyboard search result pages.\r\n\r\nWhen creating your answers, remember to keep them succinct as shorter answers are more commonly used in voice responses.\r\n\r\n[caption id=\"attachment_4904\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4904\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Echo-2nd-generation-300x300.png\" alt=\"Voice search is on the rise\" width=\"300\" height=\"300\" /> Voice search - Amazon Echo[/caption]\r\n<h3><strong>Page Speed</strong></h3>\r\nVoice search looks to give instant results, and so the quicker your site loads, the more likely it is to feature in voice results. Of course, the same applies to traditional searches, so having a fast site load speed is important for all areas really.\r\n\r\nA common reason for a slow load speed is having large image files. While of course you want a high resolution, remember that images don’t need to be print-quality to look perfect on a screen.\r\n\r\nYou can test your site speed for free using Google’s tool – search for PageSpeed Insights, enter your URL, and Google will analyse it plus give suggestions on what can be improved.\r\n\r\n[caption id=\"attachment_4903\" align=\"alignleft\" width=\"225\"]<img class=\"wp-image-4903 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Amazon-echo-2nd-gen-225x300.jpg\" alt=\"Voice search is on the rise\" width=\"225\" height=\"300\" /> Voice search is on the rise - By 2020 it\'s estimated that 50% of searches will be by voice[/caption]\r\n<h3><strong>Security</strong></h3>\r\nThis is another area that is good practice in general, however another important ranking factor in voice search. Having a valid SSL Certificate, giving your site the https:// prefix, is proven to increase your ranking potential in voice results.\r\n\r\nImplementing this is likely to require some help from your hosting provider, but is extremely worthwhile for both voice search and traditional search – Google now often places warnings against domains that don’t have an SSL in place. It’s another sign that your business is credible and, more importantly, trustworthy – especially if your site collects personal information through a contact form, for example.\r\n\r\nVoice search is on the rise – but there are plenty of brands out there who are not yet optimising their site for it. By making small changes such as these above, you can seize the opportunity to get your name at the top of Siri’s suggestions.\r\n\r\n<strong>Fat Media are a leading digital agency, who can offer help or advice on this, or any aspect of SEO. You can get in touch with them on 01524 548948 or info@fatmedia.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','Fat Media - Say hello to voice search','','publish','closed','open','','fat-media-say-hello-to-voice-search','','\nhttps://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/','2019-05-14 15:39:38','2019-05-14 15:39:38','',0,'https://www.ontradeprogress.com/?p=4901',0,'post','',0),(4902,1,'2019-05-14 11:02:24','2019-05-14 11:02:24','Voice search is on the rise','Voice search is on the rise','Voice search is on the rise','inherit','closed','closed','','google-home','','','2019-05-14 11:12:45','2019-05-14 11:12:45','',4901,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Google-home.jpg',0,'attachment','image/jpeg',0),(4903,1,'2019-05-14 11:02:28','2019-05-14 11:02:28','Voice search is on the rise','Amazon-echo-2nd-gen','Voice search is on the rise','inherit','closed','closed','','amazon-echo-2nd-gen','','','2019-05-14 11:14:15','2019-05-14 11:14:15','',4901,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Amazon-echo-2nd-gen.jpg',0,'attachment','image/jpeg',0),(4904,1,'2019-05-14 11:02:33','2019-05-14 11:02:33','Voice search is on the rise','Echo-2nd-generation','Voice search is on the rise','inherit','closed','closed','','echo-2nd-generation','','','2019-05-14 11:13:53','2019-05-14 11:13:53','',4901,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Echo-2nd-generation.png',0,'attachment','image/png',0),(4905,1,'2019-05-14 11:12:49','2019-05-14 11:12:49','<h1>The use of smart speakers and voice assistants such as Google Home and Amazon Echo, as well as Siri and Cortana on smartphones, is unmistakably on the rise. In fact, comScore predicts that by 2020, 50% of all searches will be voice searches.</h1>\r\nIt opens a wealth of opportunities, but to get your business as the first answer will require optimising your site – and in a different way than you would for keyboard searches. Here are a few things you can do to start…\r\n<h3><strong>Voice Search is Local Search</strong></h3>\r\nLocation, or “near me”, features in 80% of voice searches, so it is vital that your site is set up to capture those local searchers. A good starting point for this is to set up your free Google My Business page. Not only does this ensure your venue appears on Google Maps, it’s also the go-to place for the engine’s local business search. Ensure all sections are completed, including opening hours, photos and reviews – even though a photo won’t appear in a voice search, having a full profile signals to Google that your business is credible.\r\n\r\nIt’s also a good idea to have some location information in your homepage metadata – the title and description that show on search engine results pages. Metadata is a major ranking factor and so it’s vital to get your high priority keywords in there.\r\n<h3><strong>Frequently Asked Questions</strong></h3>\r\nThe majority of those using voice search will speak to their virtual assistants in full, specific, sentences like you would a friend. For example, natural sounding questions such as “Alexa, where’s a cocktail bar in Manchester?” are more common, opposed to SEO-focused questions such as “cocktails Manchester”.\r\n\r\nTo optimise your site for these “who”, “what”, “where” questions, create an FAQ page, including the full question the consumer would ask. You can also include snippets of content which answer specific questions the consumer may be asking. Snippets and FAQs will increase your website\'s chances of showing up in voice search results and in Google’s ‘Featured Snippet’, which appears at the very top of keyboard search result pages.\r\n\r\nWhen creating your answers, remember to keep them succinct as shorter answers are more commonly used in voice responses.\r\n<h3><strong>Page Speed</strong></h3>\r\nVoice search looks to give instant results, and so the quicker your site loads, the more likely it is to feature in voice results. Of course, the same applies to traditional searches, so having a fast site load speed is important for all areas really.\r\n\r\nA common reason for a slow load speed is having large image files. While of course you want a high resolution, remember that images don’t need to be print-quality to look perfect on a screen.\r\n\r\nYou can test your site speed for free using Google’s tool – search for PageSpeed Insights, enter your URL, and Google will analyse it plus give suggestions on what can be improved.\r\n<h3><strong>Security</strong></h3>\r\nThis is another area that is good practice in general, however anther important ranking factor in voice search. Having a valid SSL Certificate, giving your site the https:// prefix, is proven to increase your ranking potential in voice results.\r\n\r\nImplementing this is likely to require some help from your hosting provider, but is extremely worthwhile for both voice search and traditional search – Google now often places warnings against domains that don’t have an SSL in place. It’s another sign that your business is credible and, more importantly, trustworthy – especially if your site collects personal information through a contact form, for example.\r\n\r\nVoice search is on the rise – but there are plenty of brands out there who are not yet optimising their site for it. By making small changes such as these above, you can seize the opportunity to get your name at the top of Siri’s suggestions.\r\n\r\n<strong>Fat Media are a leading digital agency, who can offer help or advice on this, or any aspect of SEO. You can get in touch with them on 01524 548948 or info@fatmedia.co.uk.</strong>','Fat Media - Say hello to voice search','','inherit','closed','closed','','4901-revision-v1','','','2019-05-14 11:12:49','2019-05-14 11:12:49','',4901,'https://www.ontradeprogress.com/2019/05/14/4901-revision-v1/',0,'revision','',0),(4906,1,'2019-05-14 11:17:01','2019-05-14 11:17:01','<h1>The use of smart speakers and voice assistants such as Google Home and Amazon Echo, as well as Siri and Cortana on smartphones, is unmistakably on the rise. In fact, comScore predicts that by 2020, 50% of all searches will be voice searches.</h1>\r\nIt opens a wealth of opportunities, but to get your business as the first answer will require optimising your site – and in a different way than you would for keyboard searches. Here are a few things you can do to start…\r\n<h3><strong>Voice Search is Local Search</strong></h3>\r\nLocation, or “near me”, features in 80% of voice searches, so it is vital that your site is set up to capture those local searchers. A good starting point for this is to set up your free Google My Business page. Not only does this ensure your venue appears on Google Maps, it’s also the go-to place for the engine’s local business search. Ensure all sections are completed, including opening hours, photos and reviews – even though a photo won’t appear in a voice search, having a full profile signals to Google that your business is credible.\r\n\r\nIt’s also a good idea to have some location information in your homepage metadata – the title and description that show on search engine results pages. Metadata is a major ranking factor and so it’s vital to get your high priority keywords in there.\r\n<h3><strong>Frequently Asked Questions</strong></h3>\r\nThe majority of those using voice search will speak to their virtual assistants in full, specific, sentences like you would a friend. For example, natural sounding questions such as “Alexa, where’s a cocktail bar in Manchester?” are more common, opposed to SEO-focused questions such as “cocktails Manchester”.\r\n\r\nTo optimise your site for these “who”, “what”, “where” questions, create an FAQ page, including the full question the consumer would ask. You can also include snippets of content which answer specific questions the consumer may be asking. Snippets and FAQs will increase your website\'s chances of showing up in voice search results and in Google’s ‘Featured Snippet’, which appears at the very top of keyboard search result pages.\r\n\r\nWhen creating your answers, remember to keep them succinct as shorter answers are more commonly used in voice responses.\r\n\r\n[caption id=\"attachment_4904\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4904\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Echo-2nd-generation-300x300.png\" alt=\"Voice search is on the rise\" width=\"300\" height=\"300\" /> Voice search - Amazon Echo[/caption]\r\n<h3><strong>Page Speed</strong></h3>\r\nVoice search looks to give instant results, and so the quicker your site loads, the more likely it is to feature in voice results. Of course, the same applies to traditional searches, so having a fast site load speed is important for all areas really.\r\n\r\nA common reason for a slow load speed is having large image files. While of course you want a high resolution, remember that images don’t need to be print-quality to look perfect on a screen.\r\n\r\nYou can test your site speed for free using Google’s tool – search for PageSpeed Insights, enter your URL, and Google will analyse it plus give suggestions on what can be improved.\r\n\r\n[caption id=\"attachment_4903\" align=\"alignleft\" width=\"225\"]<img class=\"wp-image-4903 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Amazon-echo-2nd-gen-225x300.jpg\" alt=\"Voice search is on the rise\" width=\"225\" height=\"300\" /> Voice search is on the rise - By 2020 it\'s estimated that 50% of searches will be by voice[/caption]\r\n<h3><strong>Security</strong></h3>\r\nThis is another area that is good practice in general, however another important ranking factor in voice search. Having a valid SSL Certificate, giving your site the https:// prefix, is proven to increase your ranking potential in voice results.\r\n\r\nImplementing this is likely to require some help from your hosting provider, but is extremely worthwhile for both voice search and traditional search – Google now often places warnings against domains that don’t have an SSL in place. It’s another sign that your business is credible and, more importantly, trustworthy – especially if your site collects personal information through a contact form, for example.\r\n\r\nVoice search is on the rise – but there are plenty of brands out there who are not yet optimising their site for it. By making small changes such as these above, you can seize the opportunity to get your name at the top of Siri’s suggestions.\r\n\r\n<strong>Fat Media are a leading digital agency, who can offer help or advice on this, or any aspect of SEO. You can get in touch with them on 01524 548948 or info@fatmedia.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','Fat Media - Say hello to voice search','','inherit','closed','closed','','4901-revision-v1','','','2019-05-14 11:17:01','2019-05-14 11:17:01','',4901,'https://www.ontradeprogress.com/2019/05/14/4901-revision-v1/',0,'revision','',0),(4908,1,'2019-05-14 11:22:30','2019-05-14 11:22:30','<h1>The use of smart speakers and voice assistants such as Google Home and Amazon Echo, as well as Siri and Cortana on smartphones, is unmistakably on the rise. In fact, comScore predicts that by 2020, 50% of all searches will be voice searches.</h1>\r\nIt opens a wealth of opportunities, but to get your business as the first answer will require optimising your site – and in a different way than you would for keyboard searches. Here are a few things you can do to start…\r\n\r\n[caption id=\"attachment_4902\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-4902\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Google-home-300x249.jpg\" alt=\"Voice search is on the rise\" width=\"300\" height=\"249\" /> Voice search is on the rise[/caption]\r\n<h3><strong>Voice Search is Local Search</strong></h3>\r\nLocation, or “near me”, features in 80% of voice searches, so it is vital that your site is set up to capture those local searchers. A good starting point for this is to set up your free Google My Business page. Not only does this ensure your venue appears on Google Maps, it’s also the go-to place for the engine’s local business search. Ensure all sections are completed, including opening hours, photos and reviews – even though a photo won’t appear in a voice search, having a full profile signals to Google that your business is credible.\r\n\r\nIt’s also a good idea to have some location information in your homepage metadata – the title and description that show on search engine results pages. Metadata is a major ranking factor and so it’s vital to get your high priority keywords in there.\r\n<h3><strong>Frequently Asked Questions</strong></h3>\r\nThe majority of those using voice search will speak to their virtual assistants in full, specific, sentences like you would a friend. For example, natural sounding questions such as “Alexa, where’s a cocktail bar in Manchester?” are more common, opposed to SEO-focused questions such as “cocktails Manchester”.\r\n\r\nTo optimise your site for these “who”, “what”, “where” questions, create an FAQ page, including the full question the consumer would ask. You can also include snippets of content which answer specific questions the consumer may be asking. Snippets and FAQs will increase your website\'s chances of showing up in voice search results and in Google’s ‘Featured Snippet’, which appears at the very top of keyboard search result pages.\r\n\r\nWhen creating your answers, remember to keep them succinct as shorter answers are more commonly used in voice responses.\r\n\r\n[caption id=\"attachment_4904\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4904\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Echo-2nd-generation-300x300.png\" alt=\"Voice search is on the rise\" width=\"300\" height=\"300\" /> Voice search - Amazon Echo[/caption]\r\n<h3><strong>Page Speed</strong></h3>\r\nVoice search looks to give instant results, and so the quicker your site loads, the more likely it is to feature in voice results. Of course, the same applies to traditional searches, so having a fast site load speed is important for all areas really.\r\n\r\nA common reason for a slow load speed is having large image files. While of course you want a high resolution, remember that images don’t need to be print-quality to look perfect on a screen.\r\n\r\nYou can test your site speed for free using Google’s tool – search for PageSpeed Insights, enter your URL, and Google will analyse it plus give suggestions on what can be improved.\r\n\r\n[caption id=\"attachment_4903\" align=\"alignleft\" width=\"225\"]<img class=\"wp-image-4903 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Amazon-echo-2nd-gen-225x300.jpg\" alt=\"Voice search is on the rise\" width=\"225\" height=\"300\" /> Voice search is on the rise - By 2020 it\'s estimated that 50% of searches will be by voice[/caption]\r\n<h3><strong>Security</strong></h3>\r\nThis is another area that is good practice in general, however another important ranking factor in voice search. Having a valid SSL Certificate, giving your site the https:// prefix, is proven to increase your ranking potential in voice results.\r\n\r\nImplementing this is likely to require some help from your hosting provider, but is extremely worthwhile for both voice search and traditional search – Google now often places warnings against domains that don’t have an SSL in place. It’s another sign that your business is credible and, more importantly, trustworthy – especially if your site collects personal information through a contact form, for example.\r\n\r\nVoice search is on the rise – but there are plenty of brands out there who are not yet optimising their site for it. By making small changes such as these above, you can seize the opportunity to get your name at the top of Siri’s suggestions.\r\n\r\n<strong>Fat Media are a leading digital agency, who can offer help or advice on this, or any aspect of SEO. You can get in touch with them on 01524 548948 or info@fatmedia.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','Fat Media - Say hello to voice search','','inherit','closed','closed','','4901-revision-v1','','','2019-05-14 11:22:30','2019-05-14 11:22:30','',4901,'https://www.ontradeprogress.com/2019/05/14/4901-revision-v1/',0,'revision','',0),(4909,1,'2019-05-14 15:39:20','2019-05-14 15:39:20','<h1>James Dainty and Hannah Fennelly have joined Lanchester Wines’ expanding sales team in two newly created roles, increasing the leading wine merchant’s physical presence across both the North and South West regions.</h1>\r\nBased in Yorkshire, Business Manager James’ role will focus on driving sales across Lanchester Wines’ premium regional wholesale customers and specialist independent stores, while sourcing new business opportunities. He joins the business from Hallgarten &amp; Novum Wines and has extensive experience across the premium wine trade both in the Yorkshire region and nationally.\r\n\r\nHannah is Lanchester Wines’ newest recruit. Focusing on the South West, her role as Regional Business Manager will see her working closely with colleague Steve Machin who joined Lanchester Wines in May 2018 as Senior Business Manager in the South. Hannah joins the team with extensive retail experience, including six years at Majestic before managing a small chain of independent wine stores.\r\n\r\nBoth report into Director of Sales, Mark Roberts: “Our business continues to evolve and we’ve made a conscious decision to seek out young, ambitious people to join our team. The creation of these new roles provides opportunities in two very different geographical locations and within a new demographic of customer.\r\n\r\n“Over the last five years, we’ve strategically reviewed, reassessed and reformed both our sales team structure and our business as a whole. Our focus has been the ongoing premiumisation of our business through both the wines we buy and the people we employ. Both Hannah and James are the next step in our evolution and we’re very much looking forward to working with them.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/\">Amathus Drinks ships new agencies from Priorat and Montsant</a></li>\r\n</ul>','Lanchester Wines Continues to Grow','','publish','closed','open','','lanchester-wines-continues-to-grow','','','2019-05-14 15:39:20','2019-05-14 15:39:20','',0,'https://www.ontradeprogress.com/?p=4909',0,'post','',0),(4910,1,'2019-05-14 12:04:47','2019-05-14 12:04:47','Lanchester Wines Continues to Grow','Lanchester Wines Continues to Grow','Lanchester Wines Continues to Grow','inherit','closed','closed','','sparkling-wine-1030754_1920','','','2019-05-14 12:05:03','2019-05-14 12:05:03','',4909,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/sparkling-wine-1030754_1920.jpg',0,'attachment','image/jpeg',0),(4911,1,'2019-05-14 12:05:13','2019-05-14 12:05:13','<h1>James Dainty and Hannah Fennelly have joined Lanchester Wines’ expanding sales team in two newly created roles, increasing the leading wine merchant’s physical presence across both the North and South West regions.</h1>\r\nBased in Yorkshire, Business Manager James’ role will focus on driving sales across Lanchester Wines’ premium regional wholesale customers and specialist independent stores, while sourcing new business opportunities. He joins the business from Hallgarten &amp; Novum Wines and has extensive experience across the premium wine trade both in the Yorkshire region and nationally.\r\n\r\nHannah is Lanchester Wines’ newest recruit. Focusing on the South West, her role as Regional Business Manager will see her working closely with colleague Steve Machin who joined Lanchester Wines in May 2018 as Senior Business Manager in the South. Hannah joins the team with extensive retail experience, including six years at Majestic before managing a small chain of independent wine stores.\r\n\r\nBoth report into Director of Sales, Mark Roberts: “Our business continues to evolve and we’ve made a conscious decision to seek out young, ambitious people to join our team. The creation of these new roles provides opportunities in two very different geographical locations and within a new demographic of customer.\r\n\r\n“Over the last five years, we’ve strategically reviewed, reassessed and reformed both our sales team structure and our business as a whole. Our focus has been the ongoing premiumisation of our business through both the wines we buy and the people we employ. Both Hannah and James are the next step in our evolution and we’re very much looking forward to working with them.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/\">Amathus Drinks ships new agencies from Priorat and Montsant</a></li>\r\n</ul>','Lanchester Wines Continues to Grow','','inherit','closed','closed','','4909-revision-v1','','','2019-05-14 12:05:13','2019-05-14 12:05:13','',4909,'https://www.ontradeprogress.com/2019/05/14/4909-revision-v1/',0,'revision','',0),(4913,1,'2019-05-14 12:52:48','0000-00-00 00:00:00','<h1><strong>As the younger generation leans more towards a healthier lifestyle, a study has suggested a new rising trend that almost a third of under-25’s are cutting out the booze.</strong></h1>\r\nI remember turning eighteen with an eager face to get down the local with my mates, secretly hoping the barman asks for my ID so I can show off the new provisional – if only I still got asked. However, times have changed, we’re apart of a new generation that promotes healthy living wherever possible. With many youngsters choosing more mindful options or even committing entirely to vegan or vegetarianism, it’s no surprise that alcohol is next on the list for these health advocates to tackle.\r\n\r\nAccording to the study carried out by the BMC Public Health Medical Journal, they suggested that between 25% &amp; 33% of under-25’s are avoiding alcohol altogether – a considerable increase from 18% in 2005.\r\n\r\nThe hospitality industry is known for ever-changing trends and quickly adapting to the growing market, so I’m sure the industry will take this in its stride and continue to dominate.\r\n<h3><strong>Soft Drinks rather than booze</strong></h3>\r\nA key to staying afloat through these social changes is to adapt where you can, and put your customers’ needs at the forefront of your business. Now, obviously this doesn’t mean cutting out your booze offering’s entirely but match it to cater for the consumer.\r\n\r\nThe soft drinks market is broader than ever with consumers no longer wanting to settle with a standard glass of coke or lemonade (some still do, but definitely not all), they want to still enjoy their time out by treating themselves to an exciting beverage, just without the units. With this sudden change in trends, brands are already spouting up everywhere with their own non-alcoholic solution – meaning there’s plenty to choose from. Additionally, the reason young people are cutting booze is predominantly due to the health benefits, so you’ll find a majority of these new soft drinks’ brands will be boasting the use of healthy &amp; organic ingredients, and usually presented in sustainable packaging which is another ‘mainstream’ trend that consumers look for.\r\n<h3><strong>Hot Drinks</strong></h3>\r\nNon-alcoholic offerings aren’t just restricted to the soft drinks market. Tea &amp; Coffee has been on a non-stop growth in the past few years with 70 million cups of coffee being consumed in the UK every day, and tea more than doubles that figure with 165 million cups being consumed on a daily basis – that’s 60.2 billion cups a year. You don’t need me to tell you that it’s an impressive figure. Introducing or broadening your hot drinks selection in your venue is a great way to widen your audience and maintain and the front of these trends. However, when taking this on, understand that the stereotype of British people drinking builder’s tea from china cups is not the case anymore. Much the same as the craft beer trend, consumers are wanting to try specialised products that are far from the norm, whether that be loose leaf tea or exotic coffee beans. Also, you’ll find with a lot of coffee drinkers/enthusiasts that they will look for details like what beans are being used, the quality of the barista and even if the right cup is used. So, make sure you do the research - either train existing staff in coffee making or employ an already qualified barista.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/\">Amathus Drinks ships new agencies from Priorat and Montsant</a></li>\r\n</ul>','Youth say no to booze','','draft','closed','open','','youth-say-no-booze','','','2019-05-14 12:52:48','2019-05-14 12:52:48','',0,'https://www.ontradeprogress.com/?p=4913',0,'post','',0),(4914,1,'2019-05-14 12:45:08','2019-05-14 12:45:08','Youth say no to booze','Youth say no to booze','Youth say no to booze, swapping for smoothies & coffee instead','inherit','closed','closed','','raspberry-3176371_1920','','','2019-05-14 12:45:37','2019-05-14 12:45:37','',4913,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/raspberry-3176371_1920.jpg',0,'attachment','image/jpeg',0),(4915,1,'2019-05-14 12:45:41','2019-05-14 12:45:41','<h1><strong>As the younger generation leans more towards a healthier lifestyle, a study has suggested a new rising trend that almost a third of under-25’s are cutting out the booze.</strong></h1>\r\nI remember turning eighteen with an eager face to get down the local with my mates, secretly hoping the barman asks for my ID so I can show off the new provisional – if only I still got asked. However, times have changed, we’re apart of a new generation that promotes healthy living wherever possible. With many youngsters choosing more mindful options or even committing entirely to vegan or vegetarianism, it’s no surprise that alcohol is next on the list for these health advocates to tackle.\r\n\r\nAccording to the study carried out by the BMC Public Health Medical Journal, they suggested that between 25% &amp; 33% of under-25’s are avoiding alcohol all together – a considerable increase from 18% in 2005.\r\n\r\nThe hospitality industry is known for ever-changing trends and quickly adapting to the growing market, so I’m sure the industry will take this in its stride and continue to dominate.\r\n<h3><strong>Soft Drinks</strong></h3>\r\nA key to staying afloat through these social changes is to adapt where you can, and put your customers’ needs at the forefront of your business. Now, obviously this doesn’t mean cutting out your booze offering’s entirely but match it to cater for the consumer.\r\n\r\nThe soft drinks market is broader than ever with consumers no longer wanting to settle with a standard glass of coke or lemonade (some still do, but definitely not all), they want to still enjoy their time out by treating themselves to an exciting beverage, just without the units. With this sudden change in trends, brands are already spouting up everywhere with their own non-alcoholic solution – meaning there’s plenty to choose from. Additionally, the reason young people are cutting booze is predominantly due to the health benefits, so you’ll find a majority of these new soft drinks’ brands will be boasting the use of healthy &amp; organic ingredients, and usually presented in sustainable packaging which is another ‘mainstream’ trend that consumers look for.\r\n<h3><strong>Hot Drinks</strong></h3>\r\nNon-alcoholic offerings aren’t just restricted to the soft drinks market. Tea &amp; Coffee has been on a non-stop growth in the past few years with 70 million cups of coffee being consumed in the UK every day, and tea more than doubles that figure with 165 million cups being consumed on a daily basis – that’s 60.2 billion cups a year. You don’t need me to tell you that it’s an impressive figure. Introducing or broadening your hot drinks selection in your venue is a great way to widen your audience and maintain and the front of these trends. However, when taking this on, understand that the stereotype of British people drinking builder’s tea from china cups is not the case anymore. Much the same as the craft beer trend, consumers are wanting to try specialised products that are far from the norm, whether that be loose leaf tea or exotic coffee beans. Also, you’ll find with a lot of coffee drinkers/enthusiasts that they will look for details like what beans are being used, the quality of the barista and even if the right cup is used. So, make sure you do the research - either train existing staff in coffee making or employ an already qualified barista.','Youth say no to booze','','inherit','closed','closed','','4913-revision-v1','','','2019-05-14 12:45:41','2019-05-14 12:45:41','',4913,'https://www.ontradeprogress.com/2019/05/14/4913-revision-v1/',0,'revision','',0),(4916,1,'2019-05-14 12:50:44','2019-05-14 12:50:44','<h1><strong>As the younger generation leans more towards a healthier lifestyle, a study has suggested a new rising trend that almost a third of under-25’s are cutting out the booze.</strong></h1>\r\nI remember turning eighteen with an eager face to get down the local with my mates, secretly hoping the barman asks for my ID so I can show off the new provisional – if only I still got asked. However, times have changed, we’re apart of a new generation that promotes healthy living wherever possible. With many youngsters choosing more mindful options or even committing entirely to vegan or vegetarianism, it’s no surprise that alcohol is next on the list for these health advocates to tackle.\r\n\r\nAccording to the study carried out by the BMC Public Health Medical Journal, they suggested that between 25% &amp; 33% of under-25’s are avoiding alcohol altogether – a considerable increase from 18% in 2005.\r\n\r\nThe hospitality industry is known for ever-changing trends and quickly adapting to the growing market, so I’m sure the industry will take this in its stride and continue to dominate.\r\n<h3><strong>Soft Drinks rather than booze</strong></h3>\r\nA key to staying afloat through these social changes is to adapt where you can, and put your customers’ needs at the forefront of your business. Now, obviously this doesn’t mean cutting out your booze offering’s entirely but match it to cater for the consumer.\r\n\r\nThe soft drinks market is broader than ever with consumers no longer wanting to settle with a standard glass of coke or lemonade (some still do, but definitely not all), they want to still enjoy their time out by treating themselves to an exciting beverage, just without the units. With this sudden change in trends, brands are already spouting up everywhere with their own non-alcoholic solution – meaning there’s plenty to choose from. Additionally, the reason young people are cutting booze is predominantly due to the health benefits, so you’ll find a majority of these new soft drinks’ brands will be boasting the use of healthy &amp; organic ingredients, and usually presented in sustainable packaging which is another ‘mainstream’ trend that consumers look for.\r\n<h3><strong>Hot Drinks</strong></h3>\r\nNon-alcoholic offerings aren’t just restricted to the soft drinks market. Tea &amp; Coffee has been on a non-stop growth in the past few years with 70 million cups of coffee being consumed in the UK every day, and tea more than doubles that figure with 165 million cups being consumed on a daily basis – that’s 60.2 billion cups a year. You don’t need me to tell you that it’s an impressive figure. Introducing or broadening your hot drinks selection in your venue is a great way to widen your audience and maintain and the front of these trends. However, when taking this on, understand that the stereotype of British people drinking builder’s tea from china cups is not the case anymore. Much the same as the craft beer trend, consumers are wanting to try specialised products that are far from the norm, whether that be loose leaf tea or exotic coffee beans. Also, you’ll find with a lot of coffee drinkers/enthusiasts that they will look for details like what beans are being used, the quality of the barista and even if the right cup is used. So, make sure you do the research - either train existing staff in coffee making or employ an already qualified barista.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/\">Amathus Drinks ships new agencies from Priorat and Montsant</a></li>\r\n</ul>','Youth say no to booze','','inherit','closed','closed','','4913-revision-v1','','','2019-05-14 12:50:44','2019-05-14 12:50:44','',4913,'https://www.ontradeprogress.com/2019/05/14/4913-revision-v1/',0,'revision','',0),(4917,1,'2019-05-14 15:38:35','2019-05-14 15:38:35','<h1><strong>Kate Nicholls, Chief Executive of UKHospitality chats to Ontrade Progress about the importance of seaside towns to the industry. </strong></h1>\r\nWhen, in <em>The Entertainer, </em>Joan Plowright returns to her seaside hometown, it is a town on the wane. Even in 1960, the heyday of the British holiday resort has long since passed and her father, a faded music hall star played by Laurence Olivier, plays to increasingly dwindling and disinterested crowds.\r\n\r\nIn a wider sense, the movie sees Britain facing its own reflection as a previously dominant power and coming to terms with its current place in the world. There is, though, a reason why its framing device is that of a town in decline and an end-of-the-pier show in trouble. The problems being faced by towns such as this were obvious nearly 60 years ago.\r\n\r\nBritain’s seaside resort towns are, these days, a mixed bunch. Some have managed to age gracefully and retain a discreet charm, but many have spent decades deteriorating. The post-war boom in cheap package holidays has not been kind to the venerable British seaside resort and some of them are severely overdue for regeneration.\r\n\r\nThe House of Lords Regenerating Seaside Towns Committee recently published a report outlining the desperate need for such resorts to “reinvent themselves”. I gave evidence to the Committee last year and highlighted the integral role that hospitality can play in revitalising beleaguered towns around the country. Traditionally, our sector has been at the heart of the success of resorts - pubs, restaurants, holiday parks, theme parks, bingo halls and nightclubs have all played their part.\r\n\r\nThe Committee’s report calls for a reinvention of seaside towns. Plainly, we are not going to see a return to the golden days of holiday-makers flocking to golden miles around the country; but we can help seaside resorts forge a new, contemporary identity.\r\n\r\nHospitality can, and indeed should, be at the centre of regeneration efforts. The report outlines employment as a major challenge. Younger people, the Committee says, are not drawn to working and living in these towns. UKHospitality has spoken about the unfair perceptions that the sector faces regarding the work it offers. Our efforts to dispel myths can go hand-in-hand with efforts to promote living and working in seaside towns.\r\n\r\n[caption id=\"attachment_4918\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4918\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/IMG-20190429-WA0003-225x300.jpg\" alt=\"The importance of seaside towns\" width=\"225\" height=\"300\" /> The importance of seaside towns (Broadstairs, Kent)[/caption]\r\n\r\nThis work is already underway, spearheaded by one of UKHospitality’s most active members. Daniel Davies, founder and Chief Executive of CPL Training and Chair of the National Licensing Forum is driving a major revitalisation project in New Brighton. Dan has formed a brand new company with the specific purpose of breathing new life into a famous old seaside resort that has been allowed to go to seed in recent decades. The new company, Rockpoint Leisure, has purchased a number of derelict buildings in the town with the aim of creating a new culture and leisure hub in the historic Victorian Quarter. The James Atherton pub is already up and running following a major refurbishment.\r\n\r\nIt is to be hoped that the efforts on the Wirral will be a catalyst for more regeneration around the country and proof that hospitality can be at the heart of driving positive change and growth.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poacher</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/\">Aviko launches British grown potato skins</a></li>\r\n</ul>\r\n&nbsp;','UKHospitality - The importance of seaside towns','','publish','closed','open','','ukhospitality-the-importance-of-seaside-towns','','','2019-05-14 15:38:35','2019-05-14 15:38:35','',0,'https://www.ontradeprogress.com/?p=4917',0,'post','',0),(4918,1,'2019-05-14 13:07:54','2019-05-14 13:07:54','The importance of seaside towns','The importance of seaside towns','The importance of seaside towns (Broadstairs, Kent)','inherit','closed','closed','','img-20190429-wa0003','','','2019-05-14 13:08:44','2019-05-14 13:08:44','',4917,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/IMG-20190429-WA0003.jpg',0,'attachment','image/jpeg',0),(4919,1,'2019-05-14 13:09:17','2019-05-14 13:09:17','<h1><strong>Kate Nicholls, Chief Executive of UKHospitality chats to Ontrade Progress about the importance of seaside towns to the industry. </strong></h1>\r\nWhen, in <em>The Entertainer, </em>Joan Plowright returns to her seaside hometown, it is a town on the wane. Even in 1960, the heyday of the British holiday resort has long since passed and her father, a faded music hall star played by Laurence Olivier, plays to increasingly dwindling and disinterested crowds.\r\n\r\nIn a wider sense, the movie sees Britain facing its own reflection as a previously dominant power and coming to terms with its current place in the world. There is, though, a reason why its framing device is that of a town in decline and an end-of-the-pier show in trouble. The problems being faced by towns such as this were obvious nearly 60 years ago.\r\n\r\nBritain’s seaside resort towns are, these days, a mixed bunch. Some have managed to age gracefully and retain a discreet charm, but many have spent decades deteriorating. The post-war boom in cheap package holidays has not been kind to the venerable British seaside resort and some of them are severely overdue for regeneration.\r\n\r\nThe House of Lords Regenerating Seaside Towns Committee recently published a report outlining the desperate need for such resorts to “reinvent themselves”. I gave evidence to the Committee last year and highlighted the integral role that hospitality can play in revitalising beleaguered towns around the country. Traditionally, our sector has been at the heart of the success of resorts - pubs, restaurants, holiday parks, theme parks, bingo halls and nightclubs have all played their part.\r\n\r\nThe Committee’s report calls for a reinvention of seaside towns. Plainly, we are not going to see a return to the golden days of holiday-makers flocking to golden miles around the country; but we can help seaside resorts forge a new, contemporary identity.\r\n\r\nHospitality can, and indeed should, be at the centre of regeneration efforts. The report outlines employment as a major challenge. Younger people, the Committee says, are not drawn to working and living in these towns. UKHospitality has spoken about the unfair perceptions that the sector faces regarding the work it offers. Our efforts to dispel myths can go hand-in-hand with efforts to promote living and working in seaside towns.\r\n\r\nThis work is already underway, spearheaded by one of UKHospitality’s most active members. Daniel Davies, founder and Chief Executive of CPL Training and Chair of the National Licensing Forum is driving a major revitalisation project in New Brighton. Dan has formed a brand new company with the specific purpose of breathing new life into a famous old seaside resort that has been allowed to go to seed in recent decades. The new company, Rockpoint Leisure, has purchased a number of derelict buildings in the town with the aim of creating a new culture and leisure hub in the historic Victorian Quarter. The James Atherton pub is already up and running following a major refurbishment.\r\n\r\nIt is to be hoped that the efforts on the Wirral will be a catalyst for more regeneration around the country and proof that hospitality can be at the heart of driving positive change and growth.','UKHospitality - The importance of seaside towns','','inherit','closed','closed','','4917-revision-v1','','','2019-05-14 13:09:17','2019-05-14 13:09:17','',4917,'https://www.ontradeprogress.com/2019/05/14/4917-revision-v1/',0,'revision','',0),(4920,1,'2019-05-14 13:12:12','2019-05-14 13:12:12','<h1><strong>Kate Nicholls, Chief Executive of UKHospitality chats to Ontrade Progress about the importance of seaside towns to the industry. </strong></h1>\r\nWhen, in <em>The Entertainer, </em>Joan Plowright returns to her seaside hometown, it is a town on the wane. Even in 1960, the heyday of the British holiday resort has long since passed and her father, a faded music hall star played by Laurence Olivier, plays to increasingly dwindling and disinterested crowds.\r\n\r\nIn a wider sense, the movie sees Britain facing its own reflection as a previously dominant power and coming to terms with its current place in the world. There is, though, a reason why its framing device is that of a town in decline and an end-of-the-pier show in trouble. The problems being faced by towns such as this were obvious nearly 60 years ago.\r\n\r\nBritain’s seaside resort towns are, these days, a mixed bunch. Some have managed to age gracefully and retain a discreet charm, but many have spent decades deteriorating. The post-war boom in cheap package holidays has not been kind to the venerable British seaside resort and some of them are severely overdue for regeneration.\r\n\r\nThe House of Lords Regenerating Seaside Towns Committee recently published a report outlining the desperate need for such resorts to “reinvent themselves”. I gave evidence to the Committee last year and highlighted the integral role that hospitality can play in revitalising beleaguered towns around the country. Traditionally, our sector has been at the heart of the success of resorts - pubs, restaurants, holiday parks, theme parks, bingo halls and nightclubs have all played their part.\r\n\r\nThe Committee’s report calls for a reinvention of seaside towns. Plainly, we are not going to see a return to the golden days of holiday-makers flocking to golden miles around the country; but we can help seaside resorts forge a new, contemporary identity.\r\n\r\nHospitality can, and indeed should, be at the centre of regeneration efforts. The report outlines employment as a major challenge. Younger people, the Committee says, are not drawn to working and living in these towns. UKHospitality has spoken about the unfair perceptions that the sector faces regarding the work it offers. Our efforts to dispel myths can go hand-in-hand with efforts to promote living and working in seaside towns.\r\n\r\n[caption id=\"attachment_4918\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-4918\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/IMG-20190429-WA0003-225x300.jpg\" alt=\"The importance of seaside towns\" width=\"225\" height=\"300\" /> The importance of seaside towns (Broadstairs, Kent)[/caption]\r\n\r\nThis work is already underway, spearheaded by one of UKHospitality’s most active members. Daniel Davies, founder and Chief Executive of CPL Training and Chair of the National Licensing Forum is driving a major revitalisation project in New Brighton. Dan has formed a brand new company with the specific purpose of breathing new life into a famous old seaside resort that has been allowed to go to seed in recent decades. The new company, Rockpoint Leisure, has purchased a number of derelict buildings in the town with the aim of creating a new culture and leisure hub in the historic Victorian Quarter. The James Atherton pub is already up and running following a major refurbishment.\r\n\r\nIt is to be hoped that the efforts on the Wirral will be a catalyst for more regeneration around the country and proof that hospitality can be at the heart of driving positive change and growth.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poacher</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/\">Aviko launches British grown potato skins</a></li>\r\n</ul>\r\n&nbsp;','UKHospitality - The importance of seaside towns','','inherit','closed','closed','','4917-revision-v1','','','2019-05-14 13:12:12','2019-05-14 13:12:12','',4917,'https://www.ontradeprogress.com/2019/05/14/4917-revision-v1/',0,'revision','',0),(4922,1,'2019-05-14 15:37:25','2019-05-14 15:37:25','<h1>Artisanal soft drinks and mixer maker Fentimans is launching the Save the Botanicals campaign for Earth Day (Monday 22nd April). The Fentimans team is aiming to raise awareness of endangered British plant species in the best way they know how, cocktails.</h1>\r\nThe Save the Botanicals cocktail menu will be launched across top bars in the UK over the Easter Bank Holiday. Each cocktail is named after and inspired by one of Britain’s most rare indigenous plant species.\r\n\r\nEarth Day takes place annually on the 22nd April and is the world’s largest environmental movement whose mission is to educate the public about the environmental challenges facing our planet. Fentimans has chosen its cause due to their own reliance on sustainable botanicals; from the ginger root, yarrow and speedwell that help form the basis of their beverages to the citrus, florals and spices that add flavour. Each natural ingredient used by Fentimans is the result of a harmonious eco-system of which every species plays a vital part, so it’s time to help preserve some of the hedgerow, woodland and meadow plants which have fallen dangerously into decline in recent years.\r\n\r\n[caption id=\"attachment_4923\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4923\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/VOTW_awards_1-300x211.jpg\" alt=\"Fentimans launch campaign to Save the Botanicals this Earth Day\" width=\"300\" height=\"211\" /> Fentimans launch campaign to Save the Botanicals this Earth Day[/caption]\r\n\r\nTeaming up with Plantlife, the wild plant conservation charity, Fentimans has compiled a list of botanicals that are amongst the rarest in Britain:\r\n\r\nSpreading bellflower- Campanula patula Ghost orchid - Epipogium aphyllum Red helleborine - Cephalanthera rubra Lady orchid - Orchis purpurea Twinflower - Linnaea borealis Lesser butterfly orchid - Platanthera bifolia Cotswolds pennycress - Microthlaspi perfoliatum Meadow clary - Salvia pratensis Crested cow-wheat - Melampyrum cristatum One-flowered wintergreen - Moneses uniflora\r\n\r\nFentimans has partnered with top cocktail bars across the country including Public in Sheffield, Cottonopolis in Manchester, Her Majesty’s Secret Service in Bristol, Mr Foggs and Heads + Tails in London, Plotting Parlour in Brighton, and Fifty-Six North in Edinburgh.\r\n\r\nEach bar will be serving a Save the Botanicals G&amp;T: - 50ml The Botanist Gin - 10ml House of Broughton Cucumber Syrup - 125ml Fentimans Botanical Tonic Water\r\n\r\nThe bartenders will also be creating their own signature drink dedicated to one of the endangered plant species; this will be served with a small packet of plant seeds for drinkers to sow in their own\r\nprivate gardens or in local community plots. Fentimans is working closely with Plantlife to ensure that the seeds are sustainably sourced and given with the correct care advice. The menu will be beautifully illustrated with botanical drawings of the rare plant species and be available to try at the participating bars over the Easter Bank Holiday weekend from 18th-22nd April.\r\n\r\nThe Save the Botanicals initiative for Earth Day will help to raise the visibility of these wild British species, helping the general public to identify the rare plants when out walking in the countryside as well as offering tips on how to protect them. Through its Save the British Botanicals menu Fentimans hopes to help Plantlife bring back threatened wild flowers species back from the brink of extinction.\r\n\r\n<strong>For further press enquiries please contact Kapranos PR: sabsile@kapranos-pr.com &amp; harriet@kapranos-pr.com M: 07557 681532 &amp; T: 020 3417 9457 @fentimansltd www.fentimans.com</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','Fentimans launch campaign to Save the Botanicals this Earth Day','','publish','closed','open','','fentimans-botanicals-earth-day','','','2019-05-14 15:37:25','2019-05-14 15:37:25','',0,'https://www.ontradeprogress.com/?p=4922',0,'post','',0),(4923,1,'2019-05-14 14:51:38','2019-05-14 14:51:38','Fentimans launch campaign to Save the Botanicals this Earth Day','Fentimans launch campaign to Save the Botanicals this Earth Day','Fentimans launch campaign to Save the Botanicals this Earth Day','inherit','closed','closed','','votw_awards_1','','','2019-05-14 14:54:09','2019-05-14 14:54:09','',4922,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/VOTW_awards_1.jpg',0,'attachment','image/jpeg',0),(4925,1,'2019-05-14 14:55:45','2019-05-14 14:55:45','<h1>Artisanal soft drinks and mixer maker Fentimans is launching the Save the Botanicals campaign for Earth Day (Monday 22nd April). The Fentimans team is aiming to raise awareness of endangered British plant species in the best way they know how, cocktails.</h1>\r\nThe Save the Botanicals cocktail menu will be launched across top bars in the UK over the Easter Bank Holiday. Each cocktail is named after and inspired by one of Britain’s most rare indigenous plant species.\r\n\r\nEarth Day takes place annually on the 22nd April and is the world’s largest environmental movement whose mission is to educate the public about the environmental challenges facing our planet. Fentimans has chosen its cause due to their own reliance on sustainable botanicals; from the ginger root, yarrow and speedwell that help form the basis of their beverages to the citrus, florals and spices that add flavour. Each natural ingredient used by Fentimans is the result of a harmonious eco-system of which every species plays a vital part, so it’s time to help preserve some of the hedgerow, woodland and meadow plants which have fallen dangerously into decline in recent years.\r\n\r\n[caption id=\"attachment_4923\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-4923\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/VOTW_awards_1-300x211.jpg\" alt=\"Fentimans launch campaign to Save the Botanicals this Earth Day\" width=\"300\" height=\"211\" /> Fentimans launch campaign to Save the Botanicals this Earth Day[/caption]\r\n\r\nTeaming up with Plantlife, the wild plant conservation charity, Fentimans has compiled a list of botanicals that are amongst the rarest in Britain:\r\n\r\nSpreading bellflower- Campanula patula Ghost orchid - Epipogium aphyllum Red helleborine - Cephalanthera rubra Lady orchid - Orchis purpurea Twinflower - Linnaea borealis Lesser butterfly orchid - Platanthera bifolia Cotswolds pennycress - Microthlaspi perfoliatum Meadow clary - Salvia pratensis Crested cow-wheat - Melampyrum cristatum One-flowered wintergreen - Moneses uniflora\r\n\r\nFentimans has partnered with top cocktail bars across the country including Public in Sheffield, Cottonopolis in Manchester, Her Majesty’s Secret Service in Bristol, Mr Foggs and Heads + Tails in London, Plotting Parlour in Brighton, and Fifty-Six North in Edinburgh.\r\n\r\nEach bar will be serving a Save the Botanicals G&amp;T: - 50ml The Botanist Gin - 10ml House of Broughton Cucumber Syrup - 125ml Fentimans Botanical Tonic Water\r\n\r\nThe bartenders will also be creating their own signature drink dedicated to one of the endangered plant species; this will be served with a small packet of plant seeds for drinkers to sow in their own\r\nprivate gardens or in local community plots. Fentimans is working closely with Plantlife to ensure that the seeds are sustainably sourced and given with the correct care advice. The menu will be beautifully illustrated with botanical drawings of the rare plant species and be available to try at the participating bars over the Easter Bank Holiday weekend from 18th-22nd April.\r\n\r\nThe Save the Botanicals initiative for Earth Day will help to raise the visibility of these wild British species, helping the general public to identify the rare plants when out walking in the countryside as well as offering tips on how to protect them. Through its Save the British Botanicals menu Fentimans hopes to help Plantlife bring back threatened wild flowers species back from the brink of extinction.\r\n\r\n<strong>For further press enquiries please contact Kapranos PR: sabsile@kapranos-pr.com &amp; harriet@kapranos-pr.com M: 07557 681532 &amp; T: 020 3417 9457 @fentimansltd www.fentimans.com</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','Fentimans launch campaign to Save the Botanicals this Earth Day','','inherit','closed','closed','','4922-revision-v1','','','2019-05-14 14:55:45','2019-05-14 14:55:45','',4922,'https://www.ontradeprogress.com/2019/05/14/4922-revision-v1/',0,'revision','',0),(4927,1,'2019-05-14 15:12:54','2019-05-14 15:12:54','British Lion Eggs','British Lion Eggs','British Lion Eggs','inherit','closed','closed','','otp-takeover-desktop-2','','','2019-05-14 15:13:04','2019-05-14 15:13:04','',4896,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP-Takeover-DESKTOP.jpg',0,'attachment','image/jpeg',0),(4928,1,'2019-05-14 15:13:42','2019-05-14 15:13:42','<h1><strong>You may have seen a majority of eggs with a red Lion stamp, but why is this and what does it mean? We sat down with British Lion Eggs to talk about the Lion stamp and where it came from.</strong></h1>\r\nThe British Lion has become one of the UK’s most successful food safety schemes since its launch in 1998. All eggs that carry the British Lion mark have been produced under the stringent requirements of the British Lion Code of Practice which ensures the highest standards of food safety. The code covers the entire production chain and ensures strict food safety controls including the guarantee that all hens are vaccinated against Salmonella.\r\n\r\nSince its launch, more than 130 billion Lion stamped eggs have been sold and over 90% of UK eggs are now produced under the British Lion scheme.\r\n\r\nThe egg safety scheme was first introduced to reduce cases of salmonella food poisoning caused by eggs, but it also includes a guarantee that hens and eggs are British, as well as being kept to higher welfare standards than the law demands. The Food Standards Agency has even recently confirmed that they are the only eggs that are safe to be consumed runny, or even raw, by vulnerable groups.\r\n\r\nThe ‘passport’ system means that every British Lion egg also gets a unique number, which acts as a passport and means every egg, hen and bag of feed is completely traceable, every step of the way.\r\n\r\n<strong>The British Lion Quality Code of Practice includes;</strong>\r\n<ul>\r\n 	<li>Compulsory vaccination against Salmonella Enteritidis of all pullets destined for Lion egg-producing flocks</li>\r\n 	<li>Regular independent auditing</li>\r\n 	<li>Improved traceability of eggs</li>\r\n 	<li>A ‘best before’ date stamped on the shell and pack</li>\r\n 	<li>Stricter hygiene controls at farms and packing centres</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/\">Namibian Beer and Bothma Aiming to Sock it to The Rhino Poachers</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/\">Ontrade Progress spirits exclusive: The Year of Rum</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/\">Is the quality of your coffee reflected in your furnishings?</a></li>\r\n</ul>','British Lion Eggs - The stamp of approval','','inherit','closed','closed','','4896-revision-v1','','','2019-05-14 15:13:42','2019-05-14 15:13:42','',4896,'https://www.ontradeprogress.com/2019/05/14/4896-revision-v1/',0,'revision','',0),(4929,1,'2019-05-15 08:53:01','2019-05-15 08:53:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifX0=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 08:53:01','2019-05-15 08:53:01','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4930,1,'2019-05-15 08:57:04','2019-05-15 08:57:04','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 08:57:04','2019-05-15 08:57:04','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4931,1,'2019-05-15 09:02:07','2019-05-15 09:02:07','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"12\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn19\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-right\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:02:07','2019-05-15 09:02:07','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4932,1,'2019-05-15 09:05:21','2019-05-15 09:05:21','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn19\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-right\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:05:21','2019-05-15 09:05:21','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4933,1,'2019-05-15 09:06:42','2019-05-15 09:06:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMiIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMTgwIiwiZGlzcGxheSI6IiJ9fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-right\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:06:42','2019-05-15 09:06:42','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4934,1,'2019-05-15 09:07:49','2019-05-15 09:07:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMiIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMTgwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-right\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:07:49','2019-05-15 09:07:49','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4935,1,'2019-05-15 09:09:46','2019-05-15 09:09:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMiIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMTgwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE5NSIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:09:46','2019-05-15 09:09:46','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4936,1,'2019-05-15 09:13:08','2019-05-15 09:13:08','<div style=\"width:100%;\">\r\n<div style=\"float:left; width:70%;\">\r\n<label>\r\n    [email* your-email placeholder \"Your Email Address\"] </label>\r\n\r\n</div>\r\n<div style=\"float:left; width:22%;\">\r\n[submit \"Subscribe Now\"]\r\n</div>\r\n\r\n<div style=\"clear: both;\">\r\n</div>\r\n\r\n</div>\n1\nOntrade Progress \"[your-subject]\"\nOntrade Progress <wordpress@ontradeprogress.com>\nryan@bwmediagroup.co.uk\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\nReply-To: [your-email]\n\n\n\n\nOntrade Progress \"[your-subject]\"\nOntrade Progress <wordpress@johnsons-gb-test.co.uk>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Ontrade Progress (http://johnsons-gb-test.co.uk)\nReply-To: ryan@bwmediagroup.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Newsletter_Footer','','publish','closed','closed','','newsletter_copy','','','2019-05-15 09:45:56','2019-05-15 09:45:56','',0,'https://www.ontradeprogress.com/?post_type=wpcf7_contact_form&#038;p=4936',0,'wpcf7_contact_form','',0),(4937,1,'2019-05-15 09:15:00','2019-05-15 09:15:00','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMiIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE5NSIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:15:00','2019-05-15 09:15:00','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4938,1,'2019-05-15 09:22:32','2019-05-15 09:22:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMiIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE5NSIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:22:32','2019-05-15 09:22:32','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4939,1,'2019-05-15 09:23:32','2019-05-15 09:23:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4lMjBSZWFkJTIwbW9yZQ==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"12\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTIwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE5NSIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:23:32','2019-05-15 09:23:32','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4940,1,'2019-05-15 09:27:11','2019-05-15 09:27:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:27:11','2019-05-15 09:27:11','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4941,1,'2019-05-15 09:33:36','2019-05-15 09:33:36','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column][tdm_block_inline_text display_inline=\"yes\" description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:33:36','2019-05-15 09:33:36','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4942,1,'2019-05-15 09:34:42','2019-05-15 09:34:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"720\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:34:42','2019-05-15 09:34:42','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4943,1,'2019-05-15 09:36:33','2019-05-15 09:36:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:36:33','2019-05-15 09:36:33','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4944,1,'2019-05-15 09:36:46','2019-05-15 09:36:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:36:46','2019-05-15 09:36:46','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4945,1,'2019-05-15 09:36:55','2019-05-15 09:36:55','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:36:55','2019-05-15 09:36:55','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4946,1,'2019-05-15 09:37:05','2019-05-15 09:37:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:37:05','2019-05-15 09:37:05','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4947,1,'2019-05-15 09:37:37','2019-05-15 09:37:37','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:37:37','2019-05-15 09:37:37','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4948,1,'2019-05-15 09:38:49','2019-05-15 09:38:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:38:49','2019-05-15 09:38:49','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4949,1,'2019-05-15 09:39:05','2019-05-15 09:39:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:39:05','2019-05-15 09:39:05','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4950,1,'2019-05-15 09:39:33','2019-05-15 09:39:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItNSIsInBhZGRpbmctdG9wIjoiMjUiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:39:33','2019-05-15 09:39:33','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4951,1,'2019-05-15 09:39:46','2019-05-15 09:39:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:39:46','2019-05-15 09:39:46','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4952,1,'2019-05-15 09:40:29','2019-05-15 09:40:29','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyMCIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:40:29','2019-05-15 09:40:29','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4953,1,'2019-05-15 09:40:44','2019-05-15 09:40:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"20\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 09:40:44','2019-05-15 09:40:44','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4954,1,'2019-05-15 09:42:12','2019-05-15 09:42:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjE1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:42:12','2019-05-15 09:42:12','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4955,1,'2019-05-15 09:42:28','2019-05-15 09:42:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"0px\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1sZWZ0IjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:42:28','2019-05-15 09:42:28','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4956,1,'2019-05-15 09:44:35','2019-05-15 09:44:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:44:35','2019-05-15 09:44:35','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4957,1,'2019-05-15 09:46:41','2019-05-15 09:46:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOX0=\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:46:41','2019-05-15 09:46:41','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4958,1,'2019-05-15 09:47:16','2019-05-15 09:47:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"10\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:47:16','2019-05-15 09:47:16','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4959,1,'2019-05-15 09:48:33','2019-05-15 09:48:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMCIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgifQ==\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjE1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:48:33','2019-05-15 09:48:33','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4960,1,'2019-05-15 09:48:54','2019-05-15 09:48:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMCIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgifQ==\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:48:54','2019-05-15 09:48:54','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4961,1,'2019-05-15 09:56:32','2019-05-15 09:56:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctcmlnaHQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-sm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMCIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgifQ==\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 09:56:32','2019-05-15 09:56:32','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4962,1,'2019-05-15 09:59:35','2019-05-15 09:59:35','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_empty_space height=\"40px\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 09:59:35','2019-05-15 09:59:35','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4963,1,'2019-05-15 10:04:39','2019-05-15 10:04:39','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_empty_space height=\"40px\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9fQ==\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:04:39','2019-05-15 10:04:39','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4964,1,'2019-05-15 10:06:43','2019-05-15 10:06:43','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" display_inline=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\" f_descr_font_size=\"40\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:06:43','2019-05-15 10:06:43','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4965,1,'2019-05-15 10:08:22','2019-05-15 10:08:22','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjQifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:08:22','2019-05-15 10:08:22','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4966,1,'2019-05-15 10:08:48','2019-05-15 10:08:48','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjYifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" f_descr_font_size=\"15\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:08:48','2019-05-15 10:08:48','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4967,1,'2019-05-15 10:09:19','2019-05-15 10:09:19','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjYifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTIifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:09:19','2019-05-15 10:09:19','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4968,1,'2019-05-15 10:09:51','2019-05-15 10:09:51','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjYifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:09:51','2019-05-15 10:09:51','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4969,1,'2019-05-15 10:10:03','2019-05-15 10:10:03','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjYifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:10:03','2019-05-15 10:10:03','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4970,1,'2019-05-15 10:10:52','2019-05-15 10:10:52','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjgifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:10:52','2019-05-15 10:10:52','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4971,1,'2019-05-15 10:11:13','2019-05-15 10:11:13','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjgifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:11:13','2019-05-15 10:11:13','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4972,1,'2019-05-15 10:11:38','2019-05-15 10:11:38','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjgifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:11:38','2019-05-15 10:11:38','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4973,1,'2019-05-15 10:12:07','2019-05-15 10:12:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjgifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:12:07','2019-05-15 10:12:07','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4974,1,'2019-05-15 10:12:26','2019-05-15 10:12:26','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjgifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:12:26','2019-05-15 10:12:26','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4975,1,'2019-05-15 10:12:38','2019-05-15 10:12:38','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMjgifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:12:38','2019-05-15 10:12:38','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4976,1,'2019-05-15 10:12:46','2019-05-15 10:12:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:12:46','2019-05-15 10:12:46','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4977,1,'2019-05-15 10:13:15','2019-05-15 10:13:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:13:15','2019-05-15 10:13:15','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4978,1,'2019-05-15 10:18:04','2019-05-15 10:18:04','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:18:04','2019-05-15 10:18:04','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4979,1,'2019-05-15 10:18:14','2019-05-15 10:18:14','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjE1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:18:14','2019-05-15 10:18:14','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4980,1,'2019-05-15 10:18:28','2019-05-15 10:18:28','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMTIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:18:28','2019-05-15 10:18:28','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4981,1,'2019-05-15 10:27:27','2019-05-15 10:27:27','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 10:27:27','2019-05-15 10:27:27','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4982,1,'2019-05-15 10:37:51','2019-05-15 10:37:51','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 10:37:51','2019-05-15 10:37:51','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4983,1,'2019-05-15 10:38:49','2019-05-15 10:38:49','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMjAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 10:38:49','2019-05-15 10:38:49','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4984,1,'2019-05-15 10:39:13','2019-05-15 10:39:13','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 10:39:13','2019-05-15 10:39:13','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4985,1,'2019-05-15 10:39:54','2019-05-15 10:39:54','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifX0=\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 10:39:54','2019-05-15 10:39:54','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4986,1,'2019-05-15 10:40:56','2019-05-15 10:40:56','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"20\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 10:40:56','2019-05-15 10:40:56','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4987,1,'2019-05-15 11:09:02','2019-05-15 11:09:02','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctcmlnaHQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMCIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgifQ==\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:09:02','2019-05-15 11:09:02','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4988,1,'2019-05-15 11:09:27','2019-05-15 11:09:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiei1pbmRleCI6IjMiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctcmlnaHQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_empty_space tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:09:27','2019-05-15 11:09:27','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4989,1,'2019-05-15 11:35:41','2019-05-15 11:35:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:35:41','2019-05-15 11:35:41','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4990,1,'2019-05-15 11:35:58','2019-05-15 11:35:58','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMTAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifX0=\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:35:58','2019-05-15 11:35:58','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4991,1,'2019-05-15 11:36:15','2019-05-15 11:36:15','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:36:15','2019-05-15 11:36:15','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4992,1,'2019-05-15 11:36:59','2019-05-15 11:36:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lMjBPVFAlMjBpcyUyMG5vdCUyMHJlc3BvbnNpYmxlJTIwZm9yJTIwdGhlJTIwY29udGVudCUyMG9mJTIwZXh0ZXJuYWwlMjBzaXRlcy4=\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE3MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:36:59','2019-05-15 11:36:59','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4993,1,'2019-05-15 11:37:22','2019-05-15 11:37:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"14\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE3MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-15 11:37:22','2019-05-15 11:37:22','',4424,'https://www.ontradeprogress.com/2019/05/15/4424-revision-v1/',0,'revision','',0),(4994,1,'2019-05-15 13:30:43','2019-05-15 13:30:43','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTgifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 13:30:43','2019-05-15 13:30:43','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4995,1,'2019-05-15 13:31:07','2019-05-15 13:31:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-15 13:31:07','2019-05-15 13:31:07','',8,'https://www.ontradeprogress.com/2019/05/15/8-revision-v1/',0,'revision','',0),(4996,1,'2019-05-15 13:31:35','2019-05-15 13:31:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-15 13:31:35','2019-05-15 13:31:35','',23,'https://www.ontradeprogress.com/2019/05/15/23-revision-v1/',0,'revision','',0),(4997,1,'2019-05-15 13:31:52','2019-05-15 13:31:52','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjRmNGY0IiwiZGlzcGxheSI6IiJ9fQ==\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-15 13:31:52','2019-05-15 13:31:52','',25,'https://www.ontradeprogress.com/2019/05/15/25-revision-v1/',0,'revision','',0),(4998,1,'2019-05-17 10:58:28','2019-05-17 10:58:28','<h1>British food company, The Meatless Farm Co, is expanding its range of plant-based products with a new line of sausages that cater perfectly for the nation’s meat reducers, veggies and vegans.</h1>\r\nLaunching into 200+ Sainsbury’s stores this month, the sausages are made from high quality, natural plant-based ingredients, including the company’s signature mix of pea, soya and rice proteins. The sausages join The Meatless Farm Co’s plant-based mince and burgers being high in protein, a good source of fibre, vegan friendly and gluten free.\r\n\r\nWith ex-Kellogg chief, Rob Woodall, at the helm, the British brand is quickly becoming one of the nation’s favourite plant-based companies. The new product launch follows a successful brand launch into Sainsbury’s last October and most recently 95% of all Morrisons stores nationwide. The company has also expanded overseas with listings across UAE and Europe.\r\n\r\nRob Woodall, CEO of The Meatless Farm Co, says, ‘We’re a British start-up that’s carefully created the recipe for our new plant-based sausages over the course of two years and we’re thrilled with the result. Our sausages provide the same taste and texture of meat whilst remaining nutritionally sound, this was really key to us. We wanted to add another product to the range which further champions ‘kind eating’ and provides a healthy, centre of plate solution for families - whether they’re veggie, vegan or just swapping out the odd meat meal.’\r\n\r\n[caption id=\"attachment_4999\" align=\"alignright\" width=\"240\"]<img class=\"size-medium wp-image-4999\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/sausage-new-2-240x300.png\" alt=\"Meat-free sausage\" width=\"240\" height=\"300\" /> The Meatless Farm Co’s plant-based sausages[/caption]\r\n\r\nRecent research from the brand has found that 42% of British consumers are increasing the amount of plant-based food they eat this year* and the meat alternative market is expected to be worth £4.1bn globally by 2020*. The British company recently launched The UK Meatless Consumption Target, a campaign aimed at encouraging UK households to swap one more meat meal to plant-based a week by 2021. Working closely with leading environmental scientist, Dr Joseph Poore, they found that this one simple swap would result in a reduction of up to 8.4% in the UK’s total greenhouse gasses, the equivalent of taking 16 million cars off the road. The campaign has been supported by MPs, celebrity family Wayne and Frankie Bridge and a host of influencers.\r\n\r\nThe Meatless Farm Co’s plant-based sausages (RRP £2.50) will launch in the Sainsbury’s meat-free fixture, supported with dedicated marketing activity including POS, print and digital advertising, email incentives via Nectar, social media, PR and sampling.','The Meatless Farm Co launches line of plant-based sausages','','publish','closed','open','','the-meatless-farm-co-launches-line-of-plant-based-sausages','','','2019-05-17 11:30:37','2019-05-17 11:30:37','',0,'https://www.ontradeprogress.com/?p=4998',0,'post','',0),(4999,1,'2019-05-17 10:52:34','2019-05-17 10:52:34','','sausage-new (2)','The Meatless Farm Co’s plant-based sausages ','inherit','closed','closed','','sausage-new-2','','','2019-05-17 10:54:11','2019-05-17 10:54:11','',4998,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/sausage-new-2.png',0,'attachment','image/png',0),(5000,1,'2019-05-17 10:58:11','2019-05-17 10:58:11','<h1>British food company, The Meatless Farm Co, is expanding its range of plant-based products with a new line of sausages that cater perfectly for the nation’s meat reducers, veggies and vegans.</h1>\r\nLaunching into 200+ Sainsbury’s stores this month, the sausages are made from high quality, natural plant-based ingredients, including the company’s signature mix of pea, soya and rice proteins. The sausages join The Meatless Farm Co’s plant-based mince and burgers being high in protein, a good source of fibre, vegan friendly and gluten free.\r\n\r\nWith ex-Kellogg chief, Rob Woodall, at the helm, the British brand is quickly becoming one of the nation’s favourite plant-based companies. The new product launch follows a successful brand launch into Sainsbury’s last October and most recently 95% of all Morrisons stores nationwide. The company has also expanded overseas with listings across UAE and Europe.\r\n\r\nRob Woodall, CEO of The Meatless Farm Co, says, ‘We’re a British start-up that’s carefully created the recipe for our new plant-based sausages over the course of two years and we’re thrilled with the result. Our sausages provide the same taste and texture of meat whilst remaining nutritionally sound, this was really key to us. We wanted to add another product to the range which further champions ‘kind eating’ and provides a healthy, centre of plate solution for families - whether they’re veggie, vegan or just swapping out the odd meat meal.’\r\n\r\nRecent research from the brand has found that 42% of British consumers are increasing the amount of plant-based food they eat this year* and the meat alternative market is expected to be worth £4.1bn globally by 2020*. The British company recently launched The UK Meatless Consumption Target, a campaign aimed at encouraging UK households to swap one more meat meal to plant-based a week by 2021. Working closely with leading environmental scientist, Dr Joseph Poore, they found that this one simple swap would result in a reduction of up to 8.4% in the UK’s total greenhouse gasses, the equivalent of taking 16 million cars off the road. The campaign has been supported by MPs, celebrity family Wayne and Frankie Bridge and a host of influencers.\r\n\r\nThe Meatless Farm Co’s plant-based sausages (RRP £2.50) will launch in the Sainsbury’s meat-free fixture, supported with dedicated marketing activity including POS, print and digital advertising, email incentives via Nectar, social media, PR and sampling.','The Meatless Farm Co launches line of plant-based sausages','','inherit','closed','closed','','4998-revision-v1','','','2019-05-17 10:58:11','2019-05-17 10:58:11','',4998,'https://www.ontradeprogress.com/2019/05/17/4998-revision-v1/',0,'revision','',0),(5001,1,'2019-05-17 11:23:09','2019-05-17 11:23:09','','Meatless-Farm_Img 1280x450','The Meatless Farm Co’s plant-based sausages ','inherit','closed','closed','','meatless-farm_img-1280x450','','','2019-05-17 11:23:52','2019-05-17 11:23:52','',4998,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Meatless-Farm_Img-1280x450.jpg',0,'attachment','image/jpeg',0),(5002,1,'2019-05-17 11:28:51','2019-05-17 11:28:51','<h1>British food company, The Meatless Farm Co, is expanding its range of plant-based products with a new line of sausages that cater perfectly for the nation’s meat reducers, veggies and vegans.</h1>\r\nLaunching into 200+ Sainsbury’s stores this month, the sausages are made from high quality, natural plant-based ingredients, including the company’s signature mix of pea, soya and rice proteins. The sausages join The Meatless Farm Co’s plant-based mince and burgers being high in protein, a good source of fibre, vegan friendly and gluten free.\r\n\r\nWith ex-Kellogg chief, Rob Woodall, at the helm, the British brand is quickly becoming one of the nation’s favourite plant-based companies. The new product launch follows a successful brand launch into Sainsbury’s last October and most recently 95% of all Morrisons stores nationwide. The company has also expanded overseas with listings across UAE and Europe.\r\n\r\nRob Woodall, CEO of The Meatless Farm Co, says, ‘We’re a British start-up that’s carefully created the recipe for our new plant-based sausages over the course of two years and we’re thrilled with the result. Our sausages provide the same taste and texture of meat whilst remaining nutritionally sound, this was really key to us. We wanted to add another product to the range which further champions ‘kind eating’ and provides a healthy, centre of plate solution for families - whether they’re veggie, vegan or just swapping out the odd meat meal.’\r\n\r\n[caption id=\"attachment_4999\" align=\"alignright\" width=\"240\"]<img class=\"size-medium wp-image-4999\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/sausage-new-2-240x300.png\" alt=\"Meat-free sausage\" width=\"240\" height=\"300\" /> The Meatless Farm Co’s plant-based sausages[/caption]\r\n\r\nRecent research from the brand has found that 42% of British consumers are increasing the amount of plant-based food they eat this year* and the meat alternative market is expected to be worth £4.1bn globally by 2020*. The British company recently launched The UK Meatless Consumption Target, a campaign aimed at encouraging UK households to swap one more meat meal to plant-based a week by 2021. Working closely with leading environmental scientist, Dr Joseph Poore, they found that this one simple swap would result in a reduction of up to 8.4% in the UK’s total greenhouse gasses, the equivalent of taking 16 million cars off the road. The campaign has been supported by MPs, celebrity family Wayne and Frankie Bridge and a host of influencers.\r\n\r\nThe Meatless Farm Co’s plant-based sausages (RRP £2.50) will launch in the Sainsbury’s meat-free fixture, supported with dedicated marketing activity including POS, print and digital advertising, email incentives via Nectar, social media, PR and sampling.','The Meatless Farm Co launches line of plant-based sausages','','inherit','closed','closed','','4998-autosave-v1','','','2019-05-17 11:28:51','2019-05-17 11:28:51','',4998,'https://www.ontradeprogress.com/2019/05/17/4998-autosave-v1/',0,'revision','',0),(5003,1,'2019-05-17 11:29:14','2019-05-17 11:29:14','<h1>British food company, The Meatless Farm Co, is expanding its range of plant-based products with a new line of sausages that cater perfectly for the nation’s meat reducers, veggies and vegans.</h1>\r\nLaunching into 200+ Sainsbury’s stores this month, the sausages are made from high quality, natural plant-based ingredients, including the company’s signature mix of pea, soya and rice proteins. The sausages join The Meatless Farm Co’s plant-based mince and burgers being high in protein, a good source of fibre, vegan friendly and gluten free.\r\n\r\nWith ex-Kellogg chief, Rob Woodall, at the helm, the British brand is quickly becoming one of the nation’s favourite plant-based companies. The new product launch follows a successful brand launch into Sainsbury’s last October and most recently 95% of all Morrisons stores nationwide. The company has also expanded overseas with listings across UAE and Europe.\r\n\r\nRob Woodall, CEO of The Meatless Farm Co, says, ‘We’re a British start-up that’s carefully created the recipe for our new plant-based sausages over the course of two years and we’re thrilled with the result. Our sausages provide the same taste and texture of meat whilst remaining nutritionally sound, this was really key to us. We wanted to add another product to the range which further champions ‘kind eating’ and provides a healthy, centre of plate solution for families - whether they’re veggie, vegan or just swapping out the odd meat meal.’\r\n\r\n[caption id=\"attachment_4999\" align=\"alignright\" width=\"240\"]<img class=\"size-medium wp-image-4999\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/sausage-new-2-240x300.png\" alt=\"Meat-free sausage\" width=\"240\" height=\"300\" /> The Meatless Farm Co’s plant-based sausages[/caption]\r\n\r\nRecent research from the brand has found that 42% of British consumers are increasing the amount of plant-based food they eat this year* and the meat alternative market is expected to be worth £4.1bn globally by 2020*. The British company recently launched The UK Meatless Consumption Target, a campaign aimed at encouraging UK households to swap one more meat meal to plant-based a week by 2021. Working closely with leading environmental scientist, Dr Joseph Poore, they found that this one simple swap would result in a reduction of up to 8.4% in the UK’s total greenhouse gasses, the equivalent of taking 16 million cars off the road. The campaign has been supported by MPs, celebrity family Wayne and Frankie Bridge and a host of influencers.\r\n\r\nThe Meatless Farm Co’s plant-based sausages (RRP £2.50) will launch in the Sainsbury’s meat-free fixture, supported with dedicated marketing activity including POS, print and digital advertising, email incentives via Nectar, social media, PR and sampling.','The Meatless Farm Co launches line of plant-based sausages','','inherit','closed','closed','','4998-revision-v1','','','2019-05-17 11:29:14','2019-05-17 11:29:14','',4998,'https://www.ontradeprogress.com/2019/05/17/4998-revision-v1/',0,'revision','',0),(5004,1,'2019-12-19 14:58:02','2019-12-19 14:58:02','<p>[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]</p><p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p><p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Home','','inherit','closed','closed','','8-autosave-v1','','','2019-12-19 14:58:02','2019-12-19 14:58:02','',8,'https://www.ontradeprogress.com/2019/05/19/8-autosave-v1/',0,'revision','',0),(5005,1,'2019-05-19 20:07:12','2019-05-19 20:07:12','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','publish','closed','closed','','drinks','','','2020-01-29 09:32:25','2020-01-29 09:32:25','',5007,'https://www.ontradeprogress.com/?page_id=5005',0,'page','',0),(5006,1,'2019-05-19 20:07:12','2019-05-19 20:07:12','','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:07:12','2019-05-19 20:07:12','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5007,1,'2019-05-19 20:08:20','2019-05-19 20:08:20','','News','','publish','closed','closed','','news','','','2019-05-19 20:08:20','2019-05-19 20:08:20','',0,'https://www.ontradeprogress.com/?page_id=5007',0,'page','',0),(5008,1,'2019-05-19 20:08:20','2019-05-19 20:08:20','','News','','inherit','closed','closed','','5007-revision-v1','','','2019-05-19 20:08:20','2019-05-19 20:08:20','',5007,'https://www.ontradeprogress.com/2019/05/19/5007-revision-v1/',0,'revision','',0),(5009,1,'2019-10-22 09:33:24','2019-10-22 09:33:24','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Drinks','','inherit','closed','closed','','5005-autosave-v1','','','2019-10-22 09:33:24','2019-10-22 09:33:24','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-autosave-v1/',0,'revision','',0),(5010,1,'2019-05-19 20:09:45','2019-05-19 20:09:45','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:09:45','2019-05-19 20:09:45','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5011,1,'2019-05-19 20:14:08','2019-05-19 20:14:08','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:14:08','2019-05-19 20:14:08','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5012,1,'2019-05-19 20:14:55','2019-05-19 20:14:55','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:14:55','2019-05-19 20:14:55','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5013,1,'2019-05-19 20:16:06','2019-05-19 20:16:06','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:16:06','2019-05-19 20:16:06','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5014,1,'2019-05-19 20:17:40','2019-05-19 20:17:40','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:17:40','2019-05-19 20:17:40','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5015,1,'2019-05-19 20:19:46','2019-05-19 20:19:46','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:19:46','2019-05-19 20:19:46','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5016,1,'2019-05-19 20:20:36','2019-05-19 20:20:36','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:20:36','2019-05-19 20:20:36','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5017,1,'2019-05-19 20:21:19','2019-05-19 20:21:19','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:21:19','2019-05-19 20:21:19','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5018,1,'2019-05-19 20:22:12','2019-05-19 20:22:12','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:22:12','2019-05-19 20:22:12','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5019,1,'2019-05-19 20:23:10','2019-05-19 20:23:10','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:23:10','2019-05-19 20:23:10','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5020,1,'2019-05-19 20:25:50','2019-05-19 20:25:50','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-19 20:25:50','2019-05-19 20:25:50','',5005,'https://www.ontradeprogress.com/2019/05/19/5005-revision-v1/',0,'revision','',0),(5021,1,'2019-05-19 20:28:07','2019-05-19 20:28:07',' ','','','publish','closed','closed','','5021','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',5007,'https://www.ontradeprogress.com/?p=5021',4,'nav_menu_item','',0),(5022,1,'2019-05-19 20:29:56','2019-05-19 20:29:56','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','publish','closed','closed','','food','','','2020-01-29 09:32:59','2020-01-29 09:32:59','',5007,'https://www.ontradeprogress.com/?page_id=5022',0,'page','',0),(5023,1,'2019-05-19 20:32:57','2019-05-19 20:32:57','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','publish','closed','closed','','business','','','2020-01-29 09:33:33','2020-01-29 09:33:33','',5007,'https://www.ontradeprogress.com/?page_id=5023',0,'page','',0),(5024,1,'2019-05-19 20:33:08','2019-05-19 20:33:08','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','publish','closed','closed','','design','','','2019-05-27 21:53:11','2019-05-27 21:53:11','',5007,'https://www.ontradeprogress.com/?page_id=5024',0,'page','',0),(5025,1,'2019-05-19 20:33:18','2019-05-19 20:33:18','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','publish','closed','closed','','entertainment','','','2020-01-29 09:34:04','2020-01-29 09:34:04','',5007,'https://www.ontradeprogress.com/?page_id=5025',0,'page','',0),(5026,1,'2019-05-19 20:33:41','2019-05-19 20:33:41','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6258\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','publish','closed','closed','','technology','','','2020-01-29 09:34:34','2020-01-29 09:34:34','',5007,'https://www.ontradeprogress.com/?page_id=5026',0,'page','',0);
INSERT INTO `wpfr_posts` VALUES (5027,1,'2019-05-19 20:38:17','2019-05-19 20:38:17','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','publish','closed','closed','','otp-exclusives','','','2019-05-27 21:53:47','2019-05-27 21:53:47','',5007,'https://www.ontradeprogress.com/?page_id=5027',0,'page','',0),(5028,1,'2019-05-19 20:29:56','2019-05-19 20:29:56','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-05-19 20:29:56','2019-05-19 20:29:56','',5022,'https://www.ontradeprogress.com/2019/05/19/5022-revision-v1/',0,'revision','',0),(5029,1,'2019-05-19 20:30:39','2019-05-19 20:30:39','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-05-19 20:30:39','2019-05-19 20:30:39','',5022,'https://www.ontradeprogress.com/2019/05/19/5022-revision-v1/',0,'revision','',0),(5030,1,'2019-05-19 20:32:57','2019-05-19 20:32:57','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-05-19 20:32:57','2019-05-19 20:32:57','',5023,'https://www.ontradeprogress.com/2019/05/19/5023-revision-v1/',0,'revision','',0),(5031,1,'2019-05-19 20:33:08','2019-05-19 20:33:08','','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-19 20:33:08','2019-05-19 20:33:08','',5024,'https://www.ontradeprogress.com/2019/05/19/5024-revision-v1/',0,'revision','',0),(5032,1,'2019-05-19 20:33:18','2019-05-19 20:33:18','','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-19 20:33:18','2019-05-19 20:33:18','',5025,'https://www.ontradeprogress.com/2019/05/19/5025-revision-v1/',0,'revision','',0),(5033,1,'2019-05-19 20:33:41','2019-05-19 20:33:41','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-05-19 20:33:41','2019-05-19 20:33:41','',5026,'https://www.ontradeprogress.com/2019/05/19/5026-revision-v1/',0,'revision','',0),(5034,1,'2019-05-19 20:33:45','2019-05-19 20:33:45','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-19 20:33:45','2019-05-19 20:33:45','',5025,'https://www.ontradeprogress.com/2019/05/19/5025-revision-v1/',0,'revision','',0),(5035,1,'2019-05-19 20:33:49','2019-05-19 20:33:49','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-19 20:33:49','2019-05-19 20:33:49','',5024,'https://www.ontradeprogress.com/2019/05/19/5024-revision-v1/',0,'revision','',0),(5036,1,'2019-05-19 20:34:34','2019-05-19 20:34:34','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-05-19 20:34:34','2019-05-19 20:34:34','',5023,'https://www.ontradeprogress.com/2019/05/19/5023-revision-v1/',0,'revision','',0),(5037,1,'2019-05-19 20:35:24','2019-05-19 20:35:24','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-19 20:35:24','2019-05-19 20:35:24','',5024,'https://www.ontradeprogress.com/2019/05/19/5024-revision-v1/',0,'revision','',0),(5038,1,'2019-05-19 20:36:19','2019-05-19 20:36:19','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-19 20:36:19','2019-05-19 20:36:19','',5025,'https://www.ontradeprogress.com/2019/05/19/5025-revision-v1/',0,'revision','',0),(5039,1,'2019-05-19 20:37:07','2019-05-19 20:37:07','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-05-19 20:37:07','2019-05-19 20:37:07','',5026,'https://www.ontradeprogress.com/2019/05/19/5026-revision-v1/',0,'revision','',0),(5040,1,'2019-05-19 20:38:17','2019-05-19 20:38:17','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','inherit','closed','closed','','5027-revision-v1','','','2019-05-19 20:38:17','2019-05-19 20:38:17','',5027,'https://www.ontradeprogress.com/2019/05/19/5027-revision-v1/',0,'revision','',0),(5041,1,'2019-05-19 20:39:27','2019-05-19 20:39:27','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','publish','closed','closed','','venue-profiles','','','2019-05-27 21:53:56','2019-05-27 21:53:56','',5007,'https://www.ontradeprogress.com/?page_id=5041',0,'page','',0),(5042,1,'2019-05-19 20:39:46','2019-05-19 20:39:46','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','publish','closed','closed','','festivals-events','','','2019-05-27 21:54:04','2019-05-27 21:54:04','',5007,'https://www.ontradeprogress.com/?page_id=5042',0,'page','',0),(5043,1,'2019-05-19 20:39:27','2019-05-19 20:39:27','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','inherit','closed','closed','','5041-revision-v1','','','2019-05-19 20:39:27','2019-05-19 20:39:27','',5041,'https://www.ontradeprogress.com/2019/05/19/5041-revision-v1/',0,'revision','',0),(5044,1,'2019-05-19 20:39:46','2019-05-19 20:39:46','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','inherit','closed','closed','','5042-revision-v1','','','2019-05-19 20:39:46','2019-05-19 20:39:46','',5042,'https://www.ontradeprogress.com/2019/05/19/5042-revision-v1/',0,'revision','',0),(5045,1,'2019-05-19 20:40:13','2019-05-19 20:40:13','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','inherit','closed','closed','','5027-revision-v1','','','2019-05-19 20:40:13','2019-05-19 20:40:13','',5027,'https://www.ontradeprogress.com/2019/05/19/5027-revision-v1/',0,'revision','',0),(5046,1,'2019-05-19 20:40:56','2019-05-19 20:40:56','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','inherit','closed','closed','','5041-revision-v1','','','2019-05-19 20:40:56','2019-05-19 20:40:56','',5041,'https://www.ontradeprogress.com/2019/05/19/5041-revision-v1/',0,'revision','',0),(5047,1,'2019-05-19 20:41:35','2019-05-19 20:41:35','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','inherit','closed','closed','','5042-revision-v1','','','2019-05-19 20:41:35','2019-05-19 20:41:35','',5042,'https://www.ontradeprogress.com/2019/05/19/5042-revision-v1/',0,'revision','',0),(5048,1,'2019-05-19 20:42:56','2019-05-19 20:42:56','','card-machine','','inherit','closed','closed','','card-machine','','','2019-05-19 20:42:56','2019-05-19 20:42:56','',3923,'https://www.ontradeprogress.com/wp-content/uploads/2019/02/card-machine.jpg',0,'attachment','image/jpeg',0),(5052,1,'2019-05-19 20:46:00','2019-05-19 20:46:00',' ','','','publish','closed','closed','','5052','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',5007,'https://www.ontradeprogress.com/?p=5052',9,'nav_menu_item','',0),(5053,1,'2019-05-19 20:46:00','2019-05-19 20:46:00',' ','','','publish','closed','closed','','5053','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',5007,'https://www.ontradeprogress.com/?p=5053',8,'nav_menu_item','',0),(5055,1,'2019-05-19 20:46:00','2019-05-19 20:46:00',' ','','','publish','closed','closed','','5055','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',5007,'https://www.ontradeprogress.com/?p=5055',6,'nav_menu_item','',0),(5056,1,'2019-05-19 20:46:00','2019-05-19 20:46:00',' ','','','publish','closed','closed','','5056','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',5007,'https://www.ontradeprogress.com/?p=5056',5,'nav_menu_item','',0),(5057,1,'2019-05-20 14:53:40','2019-05-20 14:53:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIxMCIsImRpc3BsYXkiOiIifX0=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE3MCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 14:53:40','2019-05-20 14:53:40','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5058,1,'2019-05-20 14:57:33','2019-05-20 14:57:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MiIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 14:57:33','2019-05-20 14:57:33','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5059,1,'2019-05-20 14:57:51','2019-05-20 14:57:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/3\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwicGFkZGluZy1sZWZ0IjoiMTEwIiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjE4MiIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 14:57:51','2019-05-20 14:57:51','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5060,1,'2019-05-20 15:01:16','2019-05-20 15:01:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:01:16','2019-05-20 15:01:16','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5061,1,'2019-05-20 15:06:57','2019-05-20 15:06:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:06:57','2019-05-20 15:06:57','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5062,1,'2019-05-20 15:07:31','2019-05-20 15:07:31','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:07:31','2019-05-20 15:07:31','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5063,1,'2019-05-20 15:08:04','2019-05-20 15:08:04','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwibGFuZHNjYXBlIjp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTl9\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:08:04','2019-05-20 15:08:04','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5064,1,'2019-05-20 15:08:29','2019-05-20 15:08:29','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:08:29','2019-05-20 15:08:29','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5065,1,'2019-05-20 15:08:45','2019-05-20 15:08:45','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:08:45','2019-05-20 15:08:45','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5066,1,'2019-05-20 15:32:37','2019-05-20 15:32:37','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlMjBjb250ZW50JTIwb2YlMjBleHRlcm5hbCUyMHNpdGVzLg==\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-12-12\" button_icon_space=\"0\" media_size_image_height=\"214\" media_size_image_width=\"300\" image=\"4355\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][/vc_column][vc_column width=\"1/4\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:32:37','2019-05-20 15:32:37','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5067,1,'2019-05-20 15:35:31','2019-05-20 15:35:31','','OTP-Footer-New','','inherit','closed','closed','','otp-footer-new','','','2019-05-20 15:35:31','2019-05-20 15:35:31','',4424,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP-Footer-New.png',0,'attachment','image/png',0),(5068,1,'2019-05-20 15:36:13','2019-05-20 15:36:13','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlM0NiciUyMCUyRiUzRWNvbnRlbnQlMjBvZiUyMGV4dGVybmFsJTIwc2l0ZXMu\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"90\" media_size_image_width=\"92\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\" image=\"5067\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:36:13','2019-05-20 15:36:13','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5069,1,'2019-05-20 15:37:32','2019-05-20 15:37:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlM0NiciUyMCUyRiUzRWNvbnRlbnQlMjBvZiUyMGV4dGVybmFsJTIwc2l0ZXMu\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"90\" media_size_image_width=\"92\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\" image=\"5067\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:37:32','2019-05-20 15:37:32','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5070,1,'2019-05-20 15:39:51','2019-05-20 15:39:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJ6LWluZGV4IjoiMyIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column width=\"1/2\"][td_block_text_with_title custom_title=\"About Us\" block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"none\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjMwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#ffffff\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\"]<p>Ontrade Progress is the go to hospitality magazine for progressive owners, operators and licencees of pubs, bars and restaurants.</p><p>Have any questions? Get in touch <a href=\"/contact/\"><strong>here</strong></a>.</p>[/td_block_text_with_title][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJkaXNwbGF5IjoiIn19\"][td_block_text_with_title block_template_id=\"td_block_template_2\" header_text_color=\"#ffffff\" f_post_font_family=\"394\" f_post_font_weight=\"300\" f_post_font_style=\"\" f_post_font_transform=\"\" f_post_font_size=\"13\" f_h1_font_weight=\"\" f_h1_font_style=\"\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" post_color=\"#ffffff\" custom_title=\" Subscribe to Ontrade Progress Newsletter\"]<p class=\"p2\"><i>All the latest news and updates from across the Hospitality sector</i></p>[/td_block_text_with_title][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1ib3R0b20iOiIzMCIsInBhZGRpbmctdG9wIjoiMzIiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LXJpZ2h0IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMzIiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsInBvcnRyYWl0Ijp7InBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\" el_class=\"footernews\"]<p>[contact-form-7 id=\"4936\" title=\"Newsletter_Footer\"]</p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIyMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column][vc_separator color=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMzYzNjM2IiLCJkaXNwbGF5IjoiIn19\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_text_image title_text=\"Q29weXJpZ2h0JTIwJUMyJUE5JTIwMjAxOSUyME9UUC4lM0NiciUyMCUyRiUzRU9UUCUyMGlzJTIwbm90JTIwcmVzcG9uc2libGUlMjBmb3IlMjB0aGUlM0NiciUyMCUyRiUzRWNvbnRlbnQlMjBvZiUyMGV4dGVybmFsJTIwc2l0ZXMu\" title_tag=\"h4\" title_size=\"tdm-title-xxsm\" button_size=\"tdm-btn-sm\" content_align_vertical=\"content-vert-top\" layout=\"layout-13-23\" button_icon_space=\"0\" media_size_image_height=\"90\" media_size_image_width=\"92\" flip_content=\"yes\" tds_title=\"tds_title1\" tds_title1-title_color=\"#ffffff\" tds_title1-f_title_font_family=\"394\" tds_title1-f_title_font_size=\"eyJhbGwiOiIxMSIsInBob25lIjoiMTEifQ==\" button_padding=\"eyJhbGwiOiIwcHgiLCJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9\" el_class=\"footerlogo\" tds_title1-f_title_font_weight=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" tds_title1-f_title_font_line_height=\"eyJwaG9uZSI6IjE1cHgiLCJhbGwiOiIxNXB4In0=\" image=\"5067\"][/vc_column][vc_column width=\"1/4\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_column_text post_color=\"#ffffff\" f_post_font_size=\"13\" a_color=\"#ffffff\" a_hover_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI3IiwiZGlzcGxheSI6ImJsb2NrIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctbGVmdCI6IjIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\" f_post_font_family=\"438\"]<p><strong>e:</strong> <a href=\"mailto:mail@ontradeprogress.com\">mail@ontradeprogress.com</a><br /><strong>t:</strong> <a href=\"tel:01843621002\">+44 (0) 1843 621 002</a></p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tdm_block_socials facebook=\"https://www.facebook.com/ontradeprogress/\" twitter=\"https://twitter.com/ontradeprogress\" instagram=\"https://www.instagram.com/ontrade_progress/\" tds_social=\"tds_social3\" content_align_horizontal=\"content-horiz-left\" tds_social3-icons_background_color=\"#ffffff\" tds_social3-icons_color=\"#3c3c3b\" tds_social3-border_radius=\"40\" open_in_new_window=\"yes\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0IiwicGFkZGluZy1ib3R0b20iOiIyMCIsInBhZGRpbmctbGVmdCI6IjkwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii04IiwicGFkZGluZy1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" tds_social3-icons_hover_color=\"#ffffff\" icons_size=\"16\"][/vc_column][/vc_row][/tdc_zone]','Footer','','inherit','closed','closed','','4424-revision-v1','','','2019-05-20 15:39:51','2019-05-20 15:39:51','',4424,'https://www.ontradeprogress.com/2019/05/20/4424-revision-v1/',0,'revision','',0),(5071,1,'2019-05-20 15:41:33','2019-05-20 15:41:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3MjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-20 15:41:33','2019-05-20 15:41:33','',23,'https://www.ontradeprogress.com/2019/05/20/23-revision-v1/',0,'revision','',0),(5072,1,'2019-05-20 15:43:10','2019-05-20 15:43:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NTAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-20 15:43:10','2019-05-20 15:43:10','',23,'https://www.ontradeprogress.com/2019/05/20/23-revision-v1/',0,'revision','',0),(5073,1,'2019-05-20 15:43:35','2019-05-20 15:43:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjUwMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-20 15:43:35','2019-05-20 15:43:35','',23,'https://www.ontradeprogress.com/2019/05/20/23-revision-v1/',0,'revision','',0),(5074,1,'2019-05-20 15:46:13','2019-05-20 15:46:13','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-left\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-20 15:46:13','2019-05-20 15:46:13','',8,'https://www.ontradeprogress.com/2019/05/20/8-revision-v1/',0,'revision','',0),(5075,1,'2019-05-20 15:46:46','2019-05-20 15:46:46','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-20 15:46:46','2019-05-20 15:46:46','',8,'https://www.ontradeprogress.com/2019/05/20/8-revision-v1/',0,'revision','',0),(5076,1,'2019-05-20 15:47:21','2019-05-20 15:47:21','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-20 15:47:21','2019-05-20 15:47:21','',8,'https://www.ontradeprogress.com/2019/05/20/8-revision-v1/',0,'revision','',0),(5077,1,'2019-05-20 15:47:39','2019-05-20 15:47:39','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-20 15:47:39','2019-05-20 15:47:39','',8,'https://www.ontradeprogress.com/2019/05/20/8-revision-v1/',0,'revision','',0),(5078,1,'2019-05-20 15:47:54','2019-05-20 15:47:54','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"800\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-20 15:47:54','2019-05-20 15:47:54','',8,'https://www.ontradeprogress.com/2019/05/20/8-revision-v1/',0,'revision','',0),(5081,1,'2019-05-21 13:35:50','2019-05-21 13:35:50','<h1>Direct Seafoods is encouraging pubs to keep up to date with the latest advice on sustainable fish and seafood species, as it increases its support with new online resources and increased access to specialist advice in its network of local businesses.</h1>\r\nWith guidance changing regularly according to factors such as the time of year and the quantity of specific species being landed, Direct Seafoods’ director of sustainability Laky Zervudachi warns that operators need to be committed in order to stay up to speed.\r\n\r\nHe said: “A sustainability programme isn’t something operators can simply sign up to and ‘tick the box’. Any list of fish and seafood species is a snapshot, as the situation changes all the time. It can depend on the breeding season, changes to quotas and simply the size of the catch, among other factors.\r\n\r\n“As just one example, wild caught sea bass has become widely used on pub menus, and the advice now is to switch to farmed varieties or alternative species. We’ve been making this kind of up-to-date guidance available to our customers through our local businesses for some time, and we’re expanding that to ensure the information is also regularly updated online.\r\n\r\n“The Marine Conservation Society Good Fish Guide provides up-to-date guidance on which species should be avoided and which are ok to eat. We use this as a main reference point for our teams to advise customers on sustainable species.”\r\n\r\n<img class=\"alignright size-medium wp-image-5082\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n\r\nDirect Seafoods brings together 10 hospitality-focused, regional fish businesses covering Cornwall to Scotland, under a national brand within the Bidfresh group, supplying thousands of chefs and restaurants, hotels, pubs and other hospitality sectors.\r\n\r\nWith more consumers than ever expecting operators to put sustainably caught and managed fish on the menu, Direct Seafoods will now offer regular online updates not only on which species are being caught sustainably, but which are ‘red rated’ and should be avoided. This includes downloadable posters that can be used as a simple reference guide when ordering, backed up by a range of information and resources.\r\n\r\nRecognising the need to put responsible sourcing at the heart of its service to operators, the business has recruited a specialist team led by Zervudachi as director of sustainability.\r\n\r\nBrian Hall, managing director of Direct Seafoods says: “For us, it’s not simply a question of advising operators on sustainability; there are species we simply won’t sell. We’re committed to working with customers to ensure their menus reflect the latest sustainability advice, and we have specialists at all our sites to help ensure that.”\r\n\r\nDirect Seafoods works with a range of organisations including The Marine Stewardship Council, The Marine Conservation Society, the Global Sustainable Seafood Initiative, The Sustainable Seafood Coalition, Sustainable Restaurant Association, Global Aquaculture Alliance, Global GAP, Sustain and the Blue Marine Foundation.','Direct Seafoods urges pubs to stay up to speed on sustainability','','publish','closed','open','','direct-seafoods-urges-pubs-to-stay-up-to-speed-on-sustainability','','','2019-05-23 09:13:49','2019-05-23 09:13:49','',0,'https://www.ontradeprogress.com/?p=5081',0,'post','',0),(5082,1,'2019-05-21 13:33:38','2019-05-21 13:33:38','','Liberation Group seafood platter','','inherit','closed','closed','','liberation-group-seafood-platter','','','2019-05-23 09:12:24','2019-05-23 09:12:24','',5081,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter.jpg',0,'attachment','image/jpeg',0),(5083,1,'2019-05-21 13:35:12','2019-05-21 13:35:12','Direct Seafoods is encouraging pubs to keep up to date with the latest advice on sustainable fish and seafood species, as it increases its support with new online resources and increased access to specialist advice in its network of local businesses.\r\n\r\nWith guidance changing regularly according to factors such as the time of year and the quantity of specific species being landed, Direct Seafoods’ director of sustainability Laky Zervudachi warns that operators need to be committed in order to stay up to speed.\r\n\r\nHe said: “A sustainability programme isn’t something operators can simply sign up to and ‘tick the box’. Any list of fish and seafood species is a snapshot, as the situation changes all the time. It can depend on the breeding season, changes to quotas and simply the size of the catch, among other factors.\r\n\r\n“As just one example, wild caught sea bass has become widely used on pub menus, and the advice now is to switch to farmed varieties or alternative species. We’ve been making this kind of up-to-date guidance available to our customers through our local businesses for some time, and we’re expanding that to ensure the information is also regularly updated online.\r\n\r\n“The Marine Conservation Society Good Fish Guide provides up-to-date guidance on which species should be avoided and which are ok to eat. We use this as a main reference point for our teams to advise customers on sustainable species.”\r\n\r\nDirect Seafoods brings together 10 hospitality-focused, regional fish businesses covering Cornwall to Scotland, under a national brand within the Bidfresh group, supplying thousands of chefs and restaurants, hotels, pubs and other hospitality sectors.\r\n\r\nWith more consumers than ever expecting operators to put sustainably caught and managed fish on the menu, Direct Seafoods will now offer regular online updates not only on which species are being caught sustainably, but which are ‘red rated’ and should be avoided. This includes downloadable posters that can be used as a simple reference guide when ordering, backed up by a range of information and resources.\r\n\r\nRecognising the need to put responsible sourcing at the heart of its service to operators, the business has recruited a specialist team led by Zervudachi as director of sustainability.\r\n\r\nBrian Hall, managing director of Direct Seafoods says: “For us, it’s not simply a question of advising operators on sustainability; there are species we simply won’t sell. We’re committed to working with customers to ensure their menus reflect the latest sustainability advice, and we have specialists at all our sites to help ensure that.”\r\n\r\nDirect Seafoods works with a range of organisations including The Marine Stewardship Council, The Marine Conservation Society, the Global Sustainable Seafood Initiative, The Sustainable Seafood Coalition, Sustainable Restaurant Association, Global Aquaculture Alliance, Global GAP, Sustain and the Blue Marine Foundation.','Direct Seafoods urges pubs to stay up to speed on sustainability','','inherit','closed','closed','','5081-revision-v1','','','2019-05-21 13:35:12','2019-05-21 13:35:12','',5081,'https://www.ontradeprogress.com/2019/05/21/5081-revision-v1/',0,'revision','',0),(5084,1,'2019-05-21 13:44:56','2019-05-21 13:44:56','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n</ul>\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n<ul>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','publish','closed','open','','peter-spanton-drinks-launches-two-new-premium-flavours','','','2019-05-22 09:21:21','2019-05-22 09:21:21','',0,'https://www.ontradeprogress.com/?p=5084',0,'post','',0),(5085,1,'2019-05-21 13:43:18','2019-05-21 13:43:18','','Peter Spanton Drinks No 2 and No 16 launch','Peter Spanton Drinks No 2 and No 16 launch','inherit','closed','closed','','peter-spanton-drinks-no-2-and-no-16-launch','','','2019-05-22 09:12:57','2019-05-22 09:12:57','',5084,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch.jpg',0,'attachment','image/jpeg',0),(5086,1,'2019-05-21 13:44:28','2019-05-21 13:44:28','Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.\r\n\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-21 13:44:28','2019-05-21 13:44:28','',5084,'https://www.ontradeprogress.com/2019/05/21/5084-revision-v1/',0,'revision','',0),(5087,1,'2019-05-21 14:00:58','2019-05-21 14:00:58','<h1 class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">One of the Southwest’s premier vineyards, Furleigh Estate is releasing a new range of super-premium sparkling wines into its portfolio of award-winning English wines. The prestigious </span>‘From the Oenothèque’ range is being unveiled in time for English Wine Week (Saturday 25<sup>th</sup> May – Sunday 2<sup>nd</sup> June).</span></h1>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Oenothèque means ‘wine cellar’ and the Furleigh Estate ‘From the Oenothèque’ range reflects the lengthy production and cellaring process the wines in this range undergo before they are released.  Releases are very limited and are only made in exceptional years. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><a name=\"m_5659966542107118242_m_-2486428870474053995_m_-6463041118089923959__Hlk7620591\"></a>\'From the Oenothèque 10’ is the first of the range and is displayed in a beautiful presentation box with a RRP of £49.50.  It is an elegant sparkling wine of exceptional balance and poise, made entirely from the 2010 vintage.  A cool autumn in this year meant acidity levels in the wines were high.  Given the luxury of extended time on lees and post dosage, this crisp English acidity has mellowed into a fabulously complex wine. </span></p>\r\n<img class=\"alignright size-medium wp-image-5088\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007-200x300.jpg\" alt=\"furleigh estate\" width=\"200\" height=\"300\" />\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Commenting on the new release, Rebecca Hansford, who co-owns and runs Furleigh Estate with her husband Ian Edwards, says: “Here at Furleigh Estate we have always been about producing the very highest quality wines from our glorious Dorset soils.  The ’From the Oenothèque’ range represents the pinnacle of our production here at Furleigh Estate.  It is the crème de la creme.” </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Rebecca continues: “Ian is our winemaker here.  He produces wines of exceptional balance with acidity, fruit and texture all working together in perfect harmony. With the Oenothèque range he has had the freedom and the time to select the best wines to produce something very special.”</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">‘From the Oenothèque 10’ <span lang=\"EN-US\">has an attractive pale golden hue with a continuous stream of very fine, minute bubbles. Alluring floral aromas of hawthorne and almond blossom mingle with butterscotch and nougat, alongside sweet apple tarte tatin, panettone and a hint of marzipan. Flavours of preserved lemons, yellow peach and nectarine with medlar and russet apple marry toasted brioche and notes of hazelnut on the palate. The mousse has a wonderfully soft, creamy texture with beautifully balanced acidity and seamless integration of autolytic character plus a touch of saline minerality on the extremely long finish. This </span></span><span lang=\"EN-US\"><span style=\"font-family: arial,helvetica,sans-serif;\">delightful sparkling wine shows abundant elegance and finesse.</span></span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-Body\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">Serve this wonderfully food-friendly sparkling wine well-chilled with savoury pastry dishes such as salmon en croute or seafood filo parcel.  It also pairs well with poultry dishes such as chicken with garlic mushroom cream sauce. Alternatively, try it with wild mushroom and rice timbale or creamy mushroom risotto.</span></span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Produced using the traditional method with a secondary fermentation in the bottle, it has spent 70 months on its lees and a further 24 months under cork.  It consists of 60% Chardonnay, 35% Pinot Noir and 5% Pinot Meunier. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">The Furleigh Estate at Salway Ash near Bridport is set in an area of Outstanding Natural Beauty just five miles from Dorset’s Jurassic Coast World Heritage Site.  The soil in the Furleigh Estate vineyards is perfect for growing world-class still and sparkling wines.</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Amongst the many awards received, Furleigh Estate was awarded Trophies in the International Wine Challenge and in the Japan Wine Challenge, the Classic Cuvée was the first and so far only English sparkling wine to win a gold medal in the prestigious Effervescent du Monde competition held in Lyon.</span></p>','Furleigh Estate is releasing a new premium wine range','','publish','closed','open','','introducing-the-super-premium-range-from-the-oenotheque','','','2019-05-23 08:29:00','2019-05-23 08:29:00','',0,'https://www.ontradeprogress.com/?p=5087',0,'post','',0),(5088,1,'2019-05-21 13:59:47','2019-05-21 13:59:47','','furleigh319_007','','inherit','closed','closed','','furleigh319_007','','','2019-05-23 08:26:04','2019-05-23 08:26:04','',5087,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007.jpg',0,'attachment','image/jpeg',0),(5089,1,'2019-05-21 14:00:09','2019-05-21 14:00:09','<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">One of the Southwest’s premier vineyards, Furleigh Estate is releasing a new range of super-premium sparkling wines into its portfolio of award-winning English wines. The prestigious </span>‘From the Oenothèque’ range is being unveiled in time for English Wine Week (Saturday 25<sup>th</sup> May – Sunday 2<sup>nd</sup> June).</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Oenothèque means ‘wine cellar’ and the Furleigh Estate ‘From the Oenothèque’ range reflects the lengthy production and cellaring process the wines in this range undergo before they are released.  Releases are very limited and are only made in exceptional years. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><a name=\"m_5659966542107118242_m_-2486428870474053995_m_-6463041118089923959__Hlk7620591\"></a>\'From the Oenothèque 10’ is the first of the range and is displayed in a beautiful presentation box with a RRP of £49.50.  It is an elegant sparkling wine of exceptional balance and poise, made entirely from the 2010 vintage.  A cool autumn in this year meant acidity levels in the wines were high.  Given the luxury of extended time on lees and post dosage, this crisp English acidity has mellowed into a fabulously complex wine. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Commenting on the new release, Rebecca Hansford, who co-owns and runs Furleigh Estate with her husband Ian Edwards, says: “Here at Furleigh Estate we have always been about producing the very highest quality wines from our glorious Dorset soils.  The ’From the Oenothèque’ range represents the pinnacle of our production here at Furleigh Estate.  It is the crème de la creme.” </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Rebecca continues: “Ian is our winemaker here.  He produces wines of exceptional balance with acidity, fruit and texture all working together in perfect harmony. With the Oenothèque range he has had the freedom and the time to select the best wines to produce something very special.”</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">‘From the Oenothèque 10’ <span lang=\"EN-US\">has an attractive pale golden hue with a continuous stream of very fine, minute bubbles. Alluring floral aromas of hawthorne and almond blossom mingle with butterscotch and nougat, alongside sweet apple tarte tatin, panettone and a hint of marzipan. Flavours of preserved lemons, yellow peach and nectarine with medlar and russet apple marry toasted brioche and notes of hazelnut on the palate. The mousse has a wonderfully soft, creamy texture with beautifully balanced acidity and seamless integration of autolytic character plus a touch of saline minerality on the extremely long finish. This </span></span><span lang=\"EN-US\"><span style=\"font-family: arial,helvetica,sans-serif;\">delightful sparkling wine shows abundant elegance and finesse.</span></span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-Body\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">Serve this wonderfully food-friendly sparkling wine well-chilled with savoury pastry dishes such as salmon en croute or seafood filo parcel.  It also pairs well with poultry dishes such as chicken with garlic mushroom cream sauce. Alternatively, try it with wild mushroom and rice timbale or creamy mushroom risotto.</span></span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Produced using the traditional method with a secondary fermentation in the bottle, it has spent 70 months on its lees and a further 24 months under cork.  It consists of 60% Chardonnay, 35% Pinot Noir and 5% Pinot Meunier. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">The Furleigh Estate at Salway Ash near Bridport is set in an area of Outstanding Natural Beauty just five miles from Dorset’s Jurassic Coast World Heritage Site.  The soil in the Furleigh Estate vineyards is perfect for growing world-class still and sparkling wines.</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Amongst the many awards received, Furleigh Estate was awarded Trophies in the International Wine Challenge and in the Japan Wine Challenge, the Classic Cuvée was the first and so far only English sparkling wine to win a gold medal in the prestigious Effervescent du Monde competition held in Lyon.</span></p>','Introducing the super premium range \'From the Oenotheque\'','','inherit','closed','closed','','5087-revision-v1','','','2019-05-21 14:00:09','2019-05-21 14:00:09','',5087,'https://www.ontradeprogress.com/2019/05/21/5087-revision-v1/',0,'revision','',0),(5091,1,'2019-05-21 14:07:40','2019-05-21 14:07:40','','Sweet Potato & Corn Salad','','inherit','closed','closed','','sweet-potato-corn-salad','','','2019-05-21 14:07:40','2019-05-21 14:07:40','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sweet-Potato-Corn-Salad.jpg',0,'attachment','image/jpeg',0),(5093,1,'2019-05-21 14:24:06','2019-05-21 14:24:06','<h1><a id=\"_Hlk8636876\"></a>Mr Fitz Aqua Spritz has expanded its innovative range of premium soft drinks with the launch of new Lemon, Yuzu &amp; Turmeric flavour. Served using pure filtered mains water through a distinctive branded dispense system, Mr Fitz Aqua Spritz boosts both profitability and sustainability for hospitality businesses.</h1>\r\nThe new Lemon, Yuzu &amp; Turmeric botanically-brewed drink is an on-trend blend of authentic flavours that brings the total number in the range to more than 25. Exotic in taste, and vibrant in colour and style, this latest addition features Sicilian lemons blended with Japanese yuzu citrus fruit, and invigorating extracts of turmeric.\r\n\r\nThe new blend has been created to work as a sparkling or still long soft drink, meeting growing customer expectations that restaurants, bars and hotels will offer an appealing choice of adult soft drinks. It can also be served as a mixer with a spirit, and in dessert, mocktail and cocktail recipes.\r\n\r\nLike all the botanically-infused range, the new flavour is served in combination with pure filtered water from the bespoke Mr Fitz Aqua Spritz system, supplied by dispense specialist Brewfitt. This is connected to the mains water supply and dispenses sparkling and still water, removing the need to store and serve water in disposable plastic and glass bottles.\r\n\r\nThe system also comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on water.\r\n\r\nThe choice of flavours across the Mr Fitz Aqua Spritz range enables operators to change their drinks menu quickly and profitability, according to the season, the weather, or simply the changing customer mix though the day or week.\r\n\r\n<img class=\"alignright size-medium wp-image-5094\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-189x300.jpg\" alt=\"Mr Fitz Aqua Spritz new flavour\" width=\"189\" height=\"300\" />\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: \"Our new Lemon, Yuzu &amp; Turmeric flavour is already proving very popular with both consumers and bartenders. Across the range, we offer an unbeatable combination of current and classic flavours, with businesses using the system seeing the benefits of improved customer choice and higher margins. The eye-catching font drives interest, while the sustainability benefits of eliminating single serve bottles in bars addresses a key environmental concern.\"\r\n\r\nAward winning gastropub operator Whiting &amp; Hammond is now using the Mr Fitz Aqua Spritz system in all its eight pubs. Operations director Paul Worman said: \"Our customers expect to be offered a varied choice of premium drinks, and the combination of the Mr Fitz font and the range of flavours enables us to do that across soft drinks, as well as both mocktail and cocktail serves.\r\n\r\n\"We can vary our drinks list quickly and simply, as well as serve chilled sparkling and still water, while achieving high margins. We\'ve freed fridge space previously used for bottled water and soft drinks for more profitable products, as well as reducing our recycling costs and improving our sustainability credentials, which is important to us as a business as well as to our customers. The continued flavour innovation from Mr Fitz Aqua Spritz is an important part of the brand\'s appeal.\"\r\n\r\n<a id=\"_Hlk8833575\"></a>Mr Fitz Aqua Spritz is an innovative partnership between drinks dispense technology company Brewfitt and soft drink producer Mr Fitzpatrick\'s.','Mr Fitz Aqua Spritz launches on-trend new flavour','','publish','closed','open','','mr-fitz-aqua-spritz-launches-on-trend-new-flavour','','','2019-05-23 09:21:54','2019-05-23 09:21:54','',0,'https://www.ontradeprogress.com/?p=5093',0,'post','',0),(5094,1,'2019-05-21 14:23:08','2019-05-21 14:23:08','','Mr Fitz Aqua Spritz new flavour May 2019','','inherit','closed','closed','','mr-fitz-aqua-spritz-new-flavour-may-2019','','','2019-05-22 08:52:45','2019-05-22 08:52:45','',5093,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019.jpg',0,'attachment','image/jpeg',0),(5095,1,'2019-05-21 14:23:34','2019-05-21 14:23:34','<a id=\"_Hlk8636876\"></a>Mr Fitz Aqua Spritz has expanded its innovative range of premium soft drinks with the launch of new Lemon, Yuzu &amp; Turmeric flavour. Served using pure filtered mains water though a distinctive branded dispense system, Mr Fitz Aqua Spritz boosts both profitability and sustainability for hospitality businesses.\r\n\r\nThe new Lemon, Yuzu &amp; Turmeric botanically-brewed drink is an on-trend blend of authentic flavours that brings the total number in the range to more than 25. Exotic in taste, and vibrant in colour and style, this latest addition features Sicilian lemons blended with Japanese yuzu citrus fruit, and invigorating extracts of turmeric.\r\n\r\nThe new blend has been created to work as a sparkling or still long soft drink, meeting growing customer expectations that restaurants, bars and hotels will offer an appealing choice of adult soft drinks. It can also be served as a mixer with a spirit, and in dessert, mocktail and cocktail recipes.\r\n\r\nLike all the botanically-infused range, the new flavour is served in combination with pure filtered water from the bespoke Mr Fitz Aqua Spritz system, supplied by dispense specialist Brewfitt. This is connected to the mains water supply and dispenses sparkling and still water, removing the need to store and serve water in disposable plastic and glass bottles.\r\n\r\nThe system also comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on water.\r\n\r\nThe choice of flavours across the Mr Fitz Aqua Spritz range enables operators to change their drinks menu quickly and profitability, according to the season, the weather, or simply the changing customer mix though the day or week.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: \"Our new Lemon, Yuzu &amp; Turmeric flavour is already proving very popular with both consumers and bartenders. Across the range, we offer an unbeatable combination of current and classic flavours, with businesses using the system seeing the benefits of improved customer choice and higher margins. The eye-catching font drives interest, while the sustainability benefits of eliminating single serve bottles in bars addresses a key environmental concern.\"\r\n\r\nAward winning gastropub operator Whiting &amp; Hammond is now using the Mr Fitz Aqua Spritz system in all its eight pubs. Operations director Paul Worman said: \"Our customers expect to be offered a varied choice of premium drinks, and the combination of the Mr Fitz font and the range of flavours enables us to do that across soft drinks, as well as both mocktail and cocktail serves.\r\n\r\n\"We can vary our drinks list quickly and simply, as well as serve chilled sparkling and still water, while achieving high margins. We\'ve freed fridge space previously used for bottled water and soft drinks for more profitable products, as well as reducing our recycling costs and improving our sustainability credentials, which is important to us as a business as well as to our customers. The continued flavour innovation from Mr Fitz Aqua Spritz is an important part of the brand\'s appeal.\"\r\n\r\n<a id=\"_Hlk8833575\"></a>Mr Fitz Aqua Spritz is an innovative partnership between drinks dispense technology company Brewfitt and soft drink producer Mr Fitzpatrick\'s.','Mr Fitz Aqua Spritz launches on-trend new flavour','','inherit','closed','closed','','5093-revision-v1','','','2019-05-21 14:23:34','2019-05-21 14:23:34','',5093,'https://www.ontradeprogress.com/2019/05/21/5093-revision-v1/',0,'revision','',0),(5098,1,'2019-05-23 09:20:53','2019-05-23 09:20:53','<h1><a id=\"_Hlk8636876\"></a>Mr Fitz Aqua Spritz has expanded its innovative range of premium soft drinks with the launch of new Lemon, Yuzu &amp; Turmeric flavour. Served using pure filtered mains water through a distinctive branded dispense system, Mr Fitz Aqua Spritz boosts both profitability and sustainability for hospitality businesses.</h1>\nThe new Lemon, Yuzu &amp; Turmeric botanically-brewed drink is an on-trend blend of authentic flavours that brings the total number in the range to more than 25. Exotic in taste, and vibrant in colour and style, this latest addition features Sicilian lemons blended with Japanese yuzu citrus fruit, and invigorating extracts of turmeric.\n\nThe new blend has been created to work as a sparkling or still long soft drink, meeting growing customer expectations that restaurants, bars and hotels will offer an appealing choice of adult soft drinks. It can also be served as a mixer with a spirit, and in dessert, mocktail and cocktail recipes.\n\nLike all the botanically-infused range, the new flavour is served in combination with pure filtered water from the bespoke Mr Fitz Aqua Spritz system, supplied by dispense specialist Brewfitt. This is connected to the mains water supply and dispenses sparkling and still water, removing the need to store and serve water in disposable plastic and glass bottles.\n\nThe system also comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on water.\n\nThe choice of flavours across the Mr Fitz Aqua Spritz range enables operators to change their drinks menu quickly and profitability, according to the season, the weather, or simply the changing customer mix though the day or week.\n\n<img class=\"alignright size-medium wp-image-5094\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-189x300.jpg\" alt=\"Mr Fitz Aqua Spritz new flavour\" width=\"189\" height=\"300\" />\n\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: \"Our new Lemon, Yuzu &amp; Turmeric flavour is already proving very popular with both consumers and bartenders. Across the range, we offer an unbeatable combination of current and classic flavours, with businesses using the system seeing the benefits of improved customer choice and higher margins. The eye-catching font drives interest, while the sustainability benefits of eliminating single serve bottles in bars addresses a key environmental concern.\"\n\nAward winning gastropub operator Whiting &amp; Hammond is now using the Mr Fitz Aqua Spritz system in all its eight pubs. Operations director Paul Worman said: \"Our customers expect to be offered a varied choice of premium drinks, and the combination of the Mr Fitz font and the range of flavours enables us to do that across soft drinks, as well as both mocktail and cocktail serves.\n\n\"We can vary our drinks list quickly and simply, as well as serve chilled sparkling and still water, while achieving high margins. We\'ve freed fridge space previously used for bottled water and soft drinks for more profitable products, as well as reducing our recycling costs and improving our sustainability credentials, which is important to us as a business as well as to our customers. The continued flavour innovation from Mr Fitz Aqua Spritz is an important part of the brand\'s appeal.\"\n\n<a id=\"_Hlk8833575\"></a>Mr Fitz Aqua Spritz is an innovative partnership between drinks dispense technology company Brewfitt and soft drink producer Mr Fitzpatrick\'s.','Mr Fitz Aqua Spritz launches on-trend new flavour','','inherit','closed','closed','','5093-autosave-v1','','','2019-05-23 09:20:53','2019-05-23 09:20:53','',5093,'https://www.ontradeprogress.com/2019/05/22/5093-autosave-v1/',0,'revision','',0),(5099,1,'2019-05-22 08:55:24','2019-05-22 08:55:24','<a id=\"_Hlk8636876\"></a>Mr Fitz Aqua Spritz has expanded its innovative range of premium soft drinks with the launch of new Lemon, Yuzu &amp; Turmeric flavour. Served using pure filtered mains water though a distinctive branded dispense system, Mr Fitz Aqua Spritz boosts both profitability and sustainability for hospitality businesses.\r\n\r\nThe new Lemon, Yuzu &amp; Turmeric botanically-brewed drink is an on-trend blend of authentic flavours that brings the total number in the range to more than 25. Exotic in taste, and vibrant in colour and style, this latest addition features Sicilian lemons blended with Japanese yuzu citrus fruit, and invigorating extracts of turmeric.\r\n\r\nThe new blend has been created to work as a sparkling or still long soft drink, meeting growing customer expectations that restaurants, bars and hotels will offer an appealing choice of adult soft drinks. It can also be served as a mixer with a spirit, and in dessert, mocktail and cocktail recipes.\r\n\r\nLike all the botanically-infused range, the new flavour is served in combination with pure filtered water from the bespoke Mr Fitz Aqua Spritz system, supplied by dispense specialist Brewfitt. This is connected to the mains water supply and dispenses sparkling and still water, removing the need to store and serve water in disposable plastic and glass bottles.\r\n\r\nThe system also comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on water.\r\n\r\nThe choice of flavours across the Mr Fitz Aqua Spritz range enables operators to change their drinks menu quickly and profitability, according to the season, the weather, or simply the changing customer mix though the day or week.\r\n\r\n<img class=\"alignright size-medium wp-image-5094\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-189x300.jpg\" alt=\"Mr Fitz Aqua Spritz new flavour\" width=\"189\" height=\"300\" />\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: \"Our new Lemon, Yuzu &amp; Turmeric flavour is already proving very popular with both consumers and bartenders. Across the range, we offer an unbeatable combination of current and classic flavours, with businesses using the system seeing the benefits of improved customer choice and higher margins. The eye-catching font drives interest, while the sustainability benefits of eliminating single serve bottles in bars addresses a key environmental concern.\"\r\n\r\nAward winning gastropub operator Whiting &amp; Hammond is now using the Mr Fitz Aqua Spritz system in all its eight pubs. Operations director Paul Worman said: \"Our customers expect to be offered a varied choice of premium drinks, and the combination of the Mr Fitz font and the range of flavours enables us to do that across soft drinks, as well as both mocktail and cocktail serves.\r\n\r\n\"We can vary our drinks list quickly and simply, as well as serve chilled sparkling and still water, while achieving high margins. We\'ve freed fridge space previously used for bottled water and soft drinks for more profitable products, as well as reducing our recycling costs and improving our sustainability credentials, which is important to us as a business as well as to our customers. The continued flavour innovation from Mr Fitz Aqua Spritz is an important part of the brand\'s appeal.\"\r\n\r\n<a id=\"_Hlk8833575\"></a>Mr Fitz Aqua Spritz is an innovative partnership between drinks dispense technology company Brewfitt and soft drink producer Mr Fitzpatrick\'s.','Mr Fitz Aqua Spritz launches on-trend new flavour','','inherit','closed','closed','','5093-revision-v1','','','2019-05-22 08:55:24','2019-05-22 08:55:24','',5093,'https://www.ontradeprogress.com/2019/05/22/5093-revision-v1/',0,'revision','',0),(5100,1,'2019-05-22 09:08:10','2019-05-22 09:08:10','<h1><strong>Unique Fresh Filtered Coffee technology from WMF combines two coffee styles in a single machine</strong></h1>\r\nWith its innovative Fresh Filtered Coffee technology, designed for the WMF 1500 S+ and WMF 5000 S+ automatic speciality machines, the German coffee machine manufacturer is bringing together the best features of two different worlds – making it possible to produce both coffee specialities and fresh filtered coffee using a single machine. The revolutionary technology is based on a bean-to-cup brewing cycle that is able to accommodate both popular speciality beverages and fresh filtered coffee. For each cup, the machine starts by freshly grinding and brewing a café crème or espresso; this is then filtered in the patented filter capsule and dispensed. This process removes any sediment or oils, allowing the fresh filtered coffee to develop its characteristic aromatic taste. And to make everything even more convenient for users, there is a choice of different milk systems: Dynamic Milk, Easy Milk or Basic Milk, so coffee specialities and fresh filtered coffee can both be produced and served with milk.\r\n\r\nIn almost every area of the restaurant and hospitality business, having an appealing range of coffees on offer is a key sales driver. Quite apart from hotels and restaurants themselves, in fact, there are hardly any areas of the catering sector that would operate smoothly without the ability to serve up some black gold – it is impossible to imagine a bakery or kiosk not having it for sale. This is what has driven WMF to combine the technology required for espresso-based specialities and fresh filtered coffee in a single machine.\r\n<h2><strong>Fresh Filtered Coffee by WMF: An intuitive revolution</strong></h2>\r\nThe WMF philosophy is grounded in user-friendliness and unfailingly reliable processes. That’s why the Fresh Filtered Coffee (FFC) technology only needs users to add a few additional components to their equipment – the most important of which is a filter capsule, designed to deliver approximately 100 cups of fresh filtered coffee every day or last for up to three days. Every single step is explained clearly on the machine display, from the easy process of positioning and removing the capsule on the top cover through to daily cleaning requirements. Even better, the user does not have to perform any extra cleaning, as everything to do with cleaning has been integrated seamlessly into the existing concepts.\r\n<h2><strong>Fresh and delicious – and at the perfect temperature</strong></h2>\r\nThe FFC process runs extremely smoothly in everyday use. The first stage always involves a freshly ground and brewed café crème or espresso, which makes its way through the new filter capsule by diffusing through the membrane in the filter element. This ensures that any unwanted sediment and oils are removed, and produces a fresh result. The coffee then flows back to the machine spout and into the cup. Optional milk systems such as WMF Dynamic Milk make it possible to adjust hot and cold milk and milk foam additions exactly as required. The machine performs all the other processes automatically without the need for any input from the user. This includes a well-thought-out, sensor-controlled monitoring concept that keeps an eye on various parameters and checks whether the filter system is in the correct position and working properly. An additional steam valve also ensures that each beverage is produced to the very highest standards of quality, with a taste, volume and temperature that is consistent every time.\r\n\r\n<img class=\"size-medium wp-image-4345 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/04/WMF-FFC-300x271.png\" alt=\"WMF FFC\" width=\"300\" height=\"271\" />','Coffee technology from WMF combines two coffee styles in a single machine','','inherit','closed','closed','','4346-revision-v1','','','2019-05-22 09:08:10','2019-05-22 09:08:10','',4346,'https://www.ontradeprogress.com/2019/05/22/4346-revision-v1/',0,'revision','',0),(5101,1,'2019-05-22 09:17:36','2019-05-22 09:17:36','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n</ul>\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n<ul>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-autosave-v1','','','2019-05-22 09:17:36','2019-05-22 09:17:36','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-autosave-v1/',0,'revision','',0),(5102,1,'2019-05-22 09:14:04','2019-05-22 09:14:04','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n 	<li></li>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-22 09:14:04','2019-05-22 09:14:04','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-revision-v1/',0,'revision','',0),(5103,1,'2019-05-22 09:14:26','2019-05-22 09:14:26','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-22 09:14:26','2019-05-22 09:14:26','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-revision-v1/',0,'revision','',0),(5104,1,'2019-05-22 09:15:40','2019-05-22 09:15:40','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-22 09:15:40','2019-05-22 09:15:40','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-revision-v1/',0,'revision','',0),(5105,1,'2019-05-22 09:16:26','2019-05-22 09:16:26','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-22 09:16:26','2019-05-22 09:16:26','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-revision-v1/',0,'revision','',0),(5106,1,'2019-05-22 09:17:02','2019-05-22 09:17:02','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-22 09:17:02','2019-05-22 09:17:02','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-revision-v1/',0,'revision','',0),(5107,1,'2019-05-22 09:17:47','2019-05-22 09:17:47','<h1>Premium soft drinks producer Peter Spanton Drinks is expanding its range ahead of the key summer sales season with the launch of two new authentic flavours, Peter Spanton No. 2 Lemonade With Italian Bitters and Peter Spanton No.16 Cream Soda.</h1>\r\nAs with the other varieties in the range, they can be enjoyed alone, as a mixer with spirits, and in both alcoholic and non-alcoholic cocktails. The new launches build on the established success of the drinks range created in 2012 by entrepreneur Peter Spanton, former owner of Vic Naylor’s restaurant in Clerkenwell.\r\n\r\nSpanton said: “We wouldn’t bring anything to market that didn’t deliver something different, and these new recipes do exactly that. I initially devised our range because there simply weren’t enough genuinely adult non-alcoholic choices, and despite the growth of the market, there is still a real need for distinctive soft drinks choices for consumers and operators.”\r\n<ul>\r\n 	<li>Peter Spanton No. 2 Lemonade With Italian Bitters is described by Spanton as “more <em>Talented Mister Ripley</em> in style than the sugary kids’ soda everyone knows. The flavour is inspired by the romance of the Riviera, and is a homage to Italy’s aperitivo culture.” It can be enjoyed served simply with a slice of orange, or pairs well with a premium vodka. Tasting notes: Combines the fizz and punch of sharp sherbet lemons with the oily swagger of a fine negroni. Refreshing Sicilian lemon in the mouth subsides into warmer, richer aromatics on the nose.</li>\r\n</ul>\r\n[caption id=\"attachment_5085\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5085\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Peter-Spanton-Drinks-No-2-and-No-16-launch-300x210.jpg\" alt=\"Peter Spanton Drinks No 2 and No 16 launch\" width=\"300\" height=\"210\" /> Peter Spanton Drinks No 2 and No 16 launch[/caption]\r\n<ul>\r\n 	<li>Peter Spanton 16 Cream Soda is a reimagining of the classic cream soda, originally patented as a temperance drink in Vienna, New Jersey in the 1850s. “It has a really sensual mouth feel and rich flavour, capturing the spirit of sultry summers,” said Spanton. As well as working very well on its own, it mixes superbly with American Whiskey. Tasting notes: Soft, rich, buttery bubbles fill the mouth with vanilla and cream. A refreshingly rich quencher, as satisfying as the first ice-cream of summer on a warm pebbly beach.</li>\r\n</ul>\r\nSpanton adds: “Consumers are seeking out authentic flavours, and they want to know that there’s a genuine story behind their drink. Alongside a classic cocktail or spirit-and-mixer serve, they increasingly expect a soft drink to deliver the same premium, engaging experience, without leaving them feeling that a non-alcoholic choice is second best.”','Peter Spanton Drinks launches two new premium flavours','','inherit','closed','closed','','5084-revision-v1','','','2019-05-22 09:17:47','2019-05-22 09:17:47','',5084,'https://www.ontradeprogress.com/2019/05/22/5084-revision-v1/',0,'revision','',0),(5108,1,'2019-05-22 13:39:27','2019-05-22 13:39:27','<h1>Rotpunkt, award winning designer and manufacturer of quality German Kitchen furniture revolutionise the contemporary kitchen with the launch of its new floating units and stack-up frame shelving systemsfor dynamic results and a renewed freedom of installation.</h1>\r\n“As market trends continue to favour open-plan living environments, we have noticed a shift towards unexpected kitchen furniture, where broken-plan furniture solutions like room dividers, asymmetrical layouts and wall-hung designs have become the new staples for 2019 kitchens,” says Matt Philips, Head of UK Operations, Rotpunkt.\r\n\r\n“This need for contemporary form and function is allowing the modern kitchen to play with different eye-lines and visual weights, and we have introduced a range of new kitchen furniture that is sensitive to you and your surroundings.”\r\n\r\n“So whether you’re open to the living room, limited on floor space or demand a state-of-the-art designscheme, our new floating units and stack-up frame shelving systems will enable you to create a high-profile, yet ergonomic kitchen space that is built to last” says Matt.\r\n\r\n<img class=\"alignright size-medium wp-image-5109\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n\r\nThe central island unit is seen in the new Umbra finish: a grey matt colour option new for 2019. Also part of Rotpunkt’s 2019 Black Line kitchen series, Umbra is finished with a circumferential zero-joint edging in black which outlines and frames each piece of kitchen furniture for the height of definition. The adjoining City Grey Oak Herb Garden in new extra tall 910mm Height completes the island unit,and creates a dedicated area to cultivate fresh herbs and organic ingredients for cooking.\r\n\r\nThis suspended furniture concept is chic in style and naturally kerbs the domestic qualities of a kitchen space. Rotpunkt’s new floating units are shown in Kashmir, a new cabinet colour that creates the perfect contrast against the industrial style shelving system in City Grey Oak and Black. Discreet anddynamic, this kitchen also features the new ZX 1400 Zircon drawers and pan drawers: a system of drawers and pull-outs with 140mm glass or oak side panels (City Brown Oak, City Grey Oak and City Nature Oak).\r\n\r\nWhat else can you see?\r\n<ul type=\"disc\">\r\n 	<li>Zerox Black Line Umbra Kitchen –in NEW colour option Umbra, grey matt finish - Also available in other new colour options Arabica, Carbon and Snow</li>\r\n 	<li>New cabinet colours: Carbon FM / Umbra FM / Kashmir FM and &amp; City Grey Oak FM</li>\r\n 	<li>New dimensions: 910 mm Height Blum</li>\r\n 	<li>New SX 105 hinge in Anthracite</li>\r\n 	<li>New floating units with inset worktop which sits behind the door to finish flush</li>\r\n 	<li>Room Divider – Herb Garden concept pictured</li>\r\n 	<li>New Industrial style wall hung stack-up frames shelving system in Black</li>\r\n 	<li>ZX 1400 City pan drawers with sides in City Grey Oak FM sides</li>\r\n 	<li>Floating units with handle 875 Blaze in Black</li>\r\n 	<li>Tall unit with handle 854 in Black with “Push Soft”</li>\r\n 	<li>Worktop: Ceramic MKE 4022 Geo Gris, 20mm think</li>\r\n 	<li>Interior fixtures and fittings in Carbon</li>\r\n</ul>','‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt','','publish','closed','open','','defy-gravity-with-new-floating-kitchen-solutions-by-rotpunkt','','','2019-05-23 09:39:04','2019-05-23 09:39:04','',0,'https://www.ontradeprogress.com/?p=5108',0,'post','',0),(5109,1,'2019-05-22 13:37:55','2019-05-22 13:37:55','','ROTPUNKT 2019 - Zerox Black Line Umbra - HR(b)','','inherit','closed','closed','','rotpunkt-2019-zerox-black-line-umbra-hrb','','','2019-05-23 09:37:56','2019-05-23 09:37:56','',5108,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb.jpg',0,'attachment','image/jpeg',0),(5110,1,'2019-05-22 13:38:58','2019-05-22 13:38:58','Rotpunkt, award winning designer and manufacturer of quality German Kitchen furniture revolutionise the contemporary kitchen with the launch of its new floating units and stack-up frame shelving systemsfor dynamic results and a renewed freedom of installation.\r\n\r\n“As market trends continue to favour open-plan living environments, we have noticed a shift towards unexpected kitchen furniture, where broken-plan furniture solutions like room dividers, asymmetrical layouts and wall-hung designs have become the new staples for 2019 kitchens,” says Matt Philips, Head of UK Operations, Rotpunkt.\r\n\r\n“This need for contemporary form and function is allowing the modern kitchen to play with different eye-lines and visual weights, and we have introduced a range of new kitchen furniture that is sensitive to you and your surroundings.”\r\n\r\n“So whether you’re open to the living room, limited on floor space or demand a state-of-the-art designscheme, our new floating units and stack-up frame shelving systems will enable you to create a high-profile, yet ergonomic kitchen space that is built to last” says Matt.\r\n\r\nThe central island unit is seen in the new Umbra finish: a grey matt colour option new for 2019. Also part of Rotpunkt’s 2019 Black Line kitchen series, Umbra is finished with a circumferential zero-joint edging in black which outlines and frames each piece of kitchen furniture for the height of definition. The adjoining City Grey Oak Herb Garden in new extra tall 910mm Height completes the island unit,and creates a dedicated area to cultivate fresh herbs and organic ingredients for cooking.\r\n\r\nThis suspended furniture concept is chic in style and naturally kerbs the domestic qualities of a kitchen space. Rotpunkt’s new floating units are shown in Kashmir, a new cabinet colour that creates the perfect contrast against the industrial style shelving system in City Grey Oak and Black. Discreet anddynamic, this kitchen also features the new ZX 1400 Zircon drawers and pan drawers: a system of drawers and pull-outs with 140mm glass or oak side panels (City Brown Oak, City Grey Oak and City Nature Oak).\r\n\r\nWhat else can you see?\r\n<ul type=\"disc\">\r\n 	<li>Zerox Black Line Umbra Kitchen –in NEW colour option Umbra, grey matt finish - Also available in other new colour options Arabica, Carbon and Snow</li>\r\n 	<li>New cabinet colours: Carbon FM / Umbra FM / Kashmir FM and &amp; City Grey Oak FM</li>\r\n 	<li>New dimensions: 910 mm Height Blum</li>\r\n 	<li>New SX 105 hinge in Anthracite</li>\r\n 	<li>New floating units with inset worktop which sits behind the door to finish flush</li>\r\n 	<li>Room Divider – Herb Garden concept pictured</li>\r\n 	<li>New Industrial style wall hung stack-up frames shelving system in Black</li>\r\n 	<li>ZX 1400 City pan drawers with sides in City Grey Oak FM sides</li>\r\n 	<li>Floating units with handle 875 Blaze in Black</li>\r\n 	<li>Tall unit with handle 854 in Black with “Push Soft”</li>\r\n 	<li>Worktop: Ceramic MKE 4022 Geo Gris, 20mm think</li>\r\n 	<li>Interior fixtures and fittings in Carbon</li>\r\n</ul>','‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt','','inherit','closed','closed','','5108-revision-v1','','','2019-05-22 13:38:58','2019-05-22 13:38:58','',5108,'https://www.ontradeprogress.com/2019/05/22/5108-revision-v1/',0,'revision','',0),(5111,1,'2019-05-22 13:57:35','2019-05-22 13:57:35','<h1>As summer approaches, Hi-Spirits is encouraging operators to make their drinks sales shine with simple, profitable serves featuring popular brands from its portfolio.</h1>\r\nThe Southern Comfort Lemonade &amp; Fresh Lime serve brings the party spirit of New Orleans to summer nights out, while Buffalo Trace Bourbon and Coke offers one of the most popular spirit and mixer combinations. The newly launched RedLeg Caramelised Pineapple spiced rum features in an appealing summer daiquiri recipe.\r\n\r\nIn addition, Hi-Spirits has created new ‘perfect serve’ videos showing bar staff how to tap into demand for coffee-based drinks including the espresso martini, using authentic Italian liqueur Caffe Borghetti.\r\n\r\n<img class=\"alignright size-medium wp-image-5112\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-244x300.jpg\" alt=\"redleg carmelised\" width=\"244\" height=\"300\" />\r\n\r\nThe videos show bar staff how to make a premium espresso martini combining Caffe Borghetti and Tito’s Handmade Vodka, as well as demonstrating how Borghetti can be served on its own over ice.\r\n\r\nPoppy Croft, marketing manager at Hi-Spirits said: “As soon as the sun comes out, bars need to be ready with appealing serves for customers. We have some wonderful cocktail recipes for brands across our portfolio, but for many operators, these quick and simple serves made with popular brands including Southern Comfort are ideal.”\r\n\r\nShe adds: “An espresso martini made with Caffé Borghetti doesn’t need added coffee, and so offers improved GP, saves bar staff time and frees up space on the back bar. Alongside the proven popularity of the espresso martini, a well-shaken Borghetti, served over ice, is a classic Italian summer serve.”\r\n\r\nOperators can access the Caffe Borghetti videos at <a href=\"https://rebrand.ly/Borghetti\">https://rebrand.ly/Borghetti</a>','Hi-Spirits launches Summer serves','','publish','closed','open','','hi-spirits-launches-summer-serves','','','2019-05-25 08:26:42','2019-05-25 08:26:42','',0,'https://www.ontradeprogress.com/?p=5111',0,'post','',0),(5112,1,'2019-05-22 13:53:12','2019-05-22 13:53:12','','RedLeg Carmelised Pineapple Daiquiri 1','','inherit','closed','closed','','redleg-carmelised-pineapple-daiquiri-1','','','2019-05-23 09:45:36','2019-05-23 09:45:36','',5111,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1.jpg',0,'attachment','image/jpeg',0),(5113,1,'2019-05-22 13:53:43','2019-05-22 13:53:43','As summer approaches, Hi-Spirits is encouraging operators to make their drinks sales shine with simple, profitable serves featuring popular brands from its portfolio.\r\n\r\nThe Southern Comfort Lemonade &amp; Fresh Lime serve brings the party spirit of New Orleans to summer nights out, while Buffalo Trace Bourbon and Coke offers one of the most popular spirit and mixer combinations. The newly launched RedLeg Caramelised Pineapple spiced rum features in an appealing summer daiquiri recipe.\r\n\r\nIn addition, Hi-Spirits has created new ‘perfect serve’ videos showing bar staff how to tap into demand for coffee-based drinks including the espresso martini, using authentic Italian liqueur Caffe Borghetti.\r\n\r\nThe videos show bar staff how to make a premium espresso martini combining Caffe Borghetti and Tito’s Handmade Vodka, as well as demonstrating how Borghetti can be served on its own over ice.\r\n\r\nPoppy Croft, managing director of Hi-Spirits said: “As soon as the sun comes out, bars need to be ready with appealing serves for customers. We have some wonderful cocktail recipes for brands across our portfolio, but for many operators, these quick and simple serves made with popular brands including Southern Comfort are ideal.”\r\n\r\nShe adds: “An espresso martini made with Caffé Borghetti doesn’t need added coffee, and so offers improved GP, saves bar staff time and frees up space on the back bar. Alongside the proven popularity of the espresso martini, a well-shaken Borghetti, served over ice, is a classic Italian summer serve.”\r\n\r\nOperators can access the Caffe Borghetti videos at <a href=\"https://rebrand.ly/Borghetti\">https://rebrand.ly/Borghetti</a>','Hi-Spirits launches Summer serves','','inherit','closed','closed','','5111-revision-v1','','','2019-05-22 13:53:43','2019-05-22 13:53:43','',5111,'https://www.ontradeprogress.com/2019/05/22/5111-revision-v1/',0,'revision','',0),(5116,1,'2019-05-22 15:32:08','2019-05-22 15:32:08','','507641-PHVXES-131','','inherit','closed','closed','','507641-phvxes-131','','','2019-05-22 15:32:08','2019-05-22 15:32:08','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/507641-PHVXES-131.jpg',0,'attachment','image/jpeg',0),(5119,1,'2019-05-22 20:43:40','2019-05-22 20:43:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7ImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:43:40','2019-05-22 20:43:40','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5120,1,'2019-05-22 20:46:00','2019-05-22 20:46:00','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiODAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:46:00','2019-05-22 20:46:00','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5121,1,'2019-05-22 20:46:14','2019-05-22 20:46:14','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMTAwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:46:14','2019-05-22 20:46:14','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5122,1,'2019-05-22 20:46:23','2019-05-22 20:46:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMTIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:46:23','2019-05-22 20:46:23','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5123,1,'2019-05-22 20:46:32','2019-05-22 20:46:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMTUwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:46:32','2019-05-22 20:46:32','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5124,1,'2019-05-22 20:54:10','2019-05-22 20:54:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMTUwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:54:10','2019-05-22 20:54:10','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5125,1,'2019-05-22 20:55:40','2019-05-22 20:55:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMTUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 20:55:40','2019-05-22 20:55:40','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5126,1,'2019-05-22 20:57:27','2019-05-22 20:57:27','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]</p><p style=\"text-align: center;\">Issue #19</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]</p><div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556558\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Issue #19','','inherit','closed','closed','','4683-autosave-v1','','','2019-05-22 20:57:27','2019-05-22 20:57:27','',4683,'https://www.ontradeprogress.com/2019/05/22/4683-autosave-v1/',0,'revision','',0),(5127,1,'2019-05-22 20:57:31','2019-05-22 20:57:31','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]</p><p style=\"text-align: center;\">Issue #21</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]</p><div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556522\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Issue #21','','inherit','closed','closed','','4681-autosave-v1','','','2019-05-22 20:57:31','2019-05-22 20:57:31','',4681,'https://www.ontradeprogress.com/2019/05/22/4681-autosave-v1/',0,'revision','',0),(5128,1,'2019-05-22 20:57:35','2019-05-22 20:57:35','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]</p><p style=\"text-align: center;\">Issue #23</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]</p><div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556575\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Issue #23','','inherit','closed','closed','','4679-autosave-v1','','','2019-05-22 20:57:35','2019-05-22 20:57:35','',4679,'https://www.ontradeprogress.com/2019/05/22/4679-autosave-v1/',0,'revision','',0),(5129,1,'2019-05-22 20:57:38','2019-05-22 20:57:38','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\" post_color=\"#0082c2\"]</p><p style=\"text-align: center;\">Issue #24</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]</p><div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Issue #24','','inherit','closed','closed','','4676-autosave-v1','','','2019-05-22 20:57:38','2019-05-22 20:57:38','',4676,'https://www.ontradeprogress.com/2019/05/22/4676-autosave-v1/',0,'revision','',0),(5130,1,'2019-05-22 21:05:07','2019-05-22 21:05:07','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:05:07','2019-05-22 21:05:07','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5131,1,'2019-05-22 21:10:57','2019-05-22 21:10:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#ffffff\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:10:57','2019-05-22 21:10:57','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5132,1,'2019-05-22 21:13:03','2019-05-22 21:13:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMjQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#ffffff\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:13:03','2019-05-22 21:13:03','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5133,1,'2019-05-22 21:13:16','2019-05-22 21:13:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzNjM2MzYiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzAifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjM2MzYzNiIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#ffffff\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:13:16','2019-05-22 21:13:16','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5134,1,'2019-05-22 21:14:20','2019-05-22 21:14:20','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzAifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#ffffff\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:14:20','2019-05-22 21:14:20','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5135,1,'2019-05-22 21:14:39','2019-05-22 21:14:39','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzAifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#ffffff\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:14:39','2019-05-22 21:14:39','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5136,1,'2019-05-22 21:14:57','2019-05-22 21:14:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#ffffff\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:14:57','2019-05-22 21:14:57','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5137,1,'2019-05-22 21:16:44','2019-05-22 21:16:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjUyMCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-22 21:16:44','2019-05-22 21:16:44','',23,'https://www.ontradeprogress.com/2019/05/22/23-revision-v1/',0,'revision','',0),(5138,1,'2019-05-22 21:16:59','2019-05-22 21:16:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU2MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-22 21:16:59','2019-05-22 21:16:59','',23,'https://www.ontradeprogress.com/2019/05/22/23-revision-v1/',0,'revision','',0),(5139,1,'2019-05-22 21:17:12','2019-05-22 21:17:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"800\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-22 21:17:12','2019-05-22 21:17:12','',23,'https://www.ontradeprogress.com/2019/05/22/23-revision-v1/',0,'revision','',0),(5140,1,'2019-05-22 21:18:27','2019-05-22 21:18:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:18:27','2019-05-22 21:18:27','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5141,1,'2019-05-22 21:19:11','2019-05-22 21:19:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-22 21:19:11','2019-05-22 21:19:11','',276,'https://www.ontradeprogress.com/2019/05/22/276-revision-v1/',0,'revision','',0),(5142,1,'2019-05-22 21:19:54','2019-05-22 21:19:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-22 21:19:54','2019-05-22 21:19:54','',276,'https://www.ontradeprogress.com/2019/05/22/276-revision-v1/',0,'revision','',0),(5143,1,'2019-05-22 21:20:11','2019-05-22 21:20:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjUwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-22 21:20:11','2019-05-22 21:20:11','',276,'https://www.ontradeprogress.com/2019/05/22/276-revision-v1/',0,'revision','',0),(5144,1,'2019-05-22 21:20:50','2019-05-22 21:20:50','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjUwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" post_color=\"#0082c2\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-22 21:20:50','2019-05-22 21:20:50','',276,'https://www.ontradeprogress.com/2019/05/22/276-revision-v1/',0,'revision','',0),(5145,1,'2019-05-22 21:21:40','2019-05-22 21:21:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjUwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" post_color=\"#0082c2\" el_class=\"magazinetitle\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-22 21:21:40','2019-05-22 21:21:40','',276,'https://www.ontradeprogress.com/2019/05/22/276-revision-v1/',0,'revision','',0),(5146,1,'2019-05-22 21:24:36','2019-05-22 21:24:36','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLWJvdHRvbSI6IjMwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:24:36','2019-05-22 21:24:36','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5147,1,'2019-05-22 21:24:46','2019-05-22 21:24:46','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiIzMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLWJvdHRvbSI6IjMwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:24:46','2019-05-22 21:24:46','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5148,1,'2019-05-22 21:25:01','2019-05-22 21:25:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLWJvdHRvbSI6IjMwIiwiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:25:01','2019-05-22 21:25:01','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5149,1,'2019-05-22 21:25:14','2019-05-22 21:25:14','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:25:14','2019-05-22 21:25:14','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5150,1,'2019-05-22 21:31:33','2019-05-22 21:31:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJkaXNwbGF5Ijoibm9uZSJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJkaXNwbGF5Ijoibm9uZSJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:31:33','2019-05-22 21:31:33','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5151,1,'2019-05-22 21:31:53','2019-05-22 21:31:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjcwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImxhbmRzY2FwZSI6eyJkaXNwbGF5Ijoibm9uZSJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJkaXNwbGF5Ijoibm9uZSJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:31:53','2019-05-22 21:31:53','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5152,1,'2019-05-22 21:32:12','2019-05-22 21:32:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjcwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:32:12','2019-05-22 21:32:12','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5153,1,'2019-05-22 21:32:33','2019-05-22 21:32:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjcwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:32:33','2019-05-22 21:32:33','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5154,1,'2019-05-22 21:33:00','2019-05-22 21:33:00','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjcwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:33:00','2019-05-22 21:33:00','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5155,1,'2019-05-22 21:33:24','2019-05-22 21:33:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:33:24','2019-05-22 21:33:24','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5156,1,'2019-05-22 21:34:49','2019-05-22 21:34:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #24','','inherit','closed','closed','','4676-revision-v1','','','2019-05-22 21:34:49','2019-05-22 21:34:49','',4676,'https://www.ontradeprogress.com/2019/05/22/4676-revision-v1/',0,'revision','',0),(5157,1,'2019-05-22 21:35:53','2019-05-22 21:35:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556558\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #19','','inherit','closed','closed','','4683-revision-v1','','','2019-05-22 21:35:53','2019-05-22 21:35:53','',4683,'https://www.ontradeprogress.com/2019/05/22/4683-revision-v1/',0,'revision','',0),(5158,1,'2019-05-22 21:36:22','2019-05-22 21:36:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556541\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #20','','inherit','closed','closed','','4682-revision-v1','','','2019-05-22 21:36:22','2019-05-22 21:36:22','',4682,'https://www.ontradeprogress.com/2019/05/22/4682-revision-v1/',0,'revision','',0),(5159,1,'2019-05-22 21:36:36','2019-05-22 21:36:36','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556522\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #21','','inherit','closed','closed','','4681-revision-v1','','','2019-05-22 21:36:36','2019-05-22 21:36:36','',4681,'https://www.ontradeprogress.com/2019/05/22/4681-revision-v1/',0,'revision','',0),(5160,1,'2019-05-22 21:36:49','2019-05-22 21:36:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556494\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #22','','inherit','closed','closed','','4680-revision-v1','','','2019-05-22 21:36:49','2019-05-22 21:36:49','',4680,'https://www.ontradeprogress.com/2019/05/22/4680-revision-v1/',0,'revision','',0),(5161,1,'2019-05-22 21:37:01','2019-05-22 21:37:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"600\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row]\r\n\r\n[vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556575\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #23','','inherit','closed','closed','','4679-revision-v1','','','2019-05-22 21:37:01','2019-05-22 21:37:01','',4679,'https://www.ontradeprogress.com/2019/05/22/4679-revision-v1/',0,'revision','',0),(5162,1,'2019-05-22 21:40:37','2019-05-22 21:40:37','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]<p style=\"text-align: center;\">Issue #25</p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"> </div><p><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script></p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue 25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-22 21:40:37','2019-05-22 21:40:37','',4887,'https://www.ontradeprogress.com/2019/05/22/4887-revision-v1/',0,'revision','',0),(5163,1,'2019-05-22 21:40:45','2019-05-22 21:40:45','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #24','','inherit','closed','closed','','4676-revision-v1','','','2019-05-22 21:40:45','2019-05-22 21:40:45','',4676,'https://www.ontradeprogress.com/2019/05/22/4676-revision-v1/',0,'revision','',0),(5164,1,'2019-05-22 21:40:53','2019-05-22 21:40:53','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556575\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #23','','inherit','closed','closed','','4679-revision-v1','','','2019-05-22 21:40:53','2019-05-22 21:40:53','',4679,'https://www.ontradeprogress.com/2019/05/22/4679-revision-v1/',0,'revision','',0),(5165,1,'2019-05-22 21:41:03','2019-05-22 21:41:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556494\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #22','','inherit','closed','closed','','4680-revision-v1','','','2019-05-22 21:41:03','2019-05-22 21:41:03','',4680,'https://www.ontradeprogress.com/2019/05/22/4680-revision-v1/',0,'revision','',0),(5166,1,'2019-05-22 21:41:12','2019-05-22 21:41:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556522\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #21','','inherit','closed','closed','','4681-revision-v1','','','2019-05-22 21:41:12','2019-05-22 21:41:12','',4681,'https://www.ontradeprogress.com/2019/05/22/4681-revision-v1/',0,'revision','',0),(5167,1,'2019-05-22 21:41:20','2019-05-22 21:41:20','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556541\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #20','','inherit','closed','closed','','4682-revision-v1','','','2019-05-22 21:41:20','2019-05-22 21:41:20','',4682,'https://www.ontradeprogress.com/2019/05/22/4682-revision-v1/',0,'revision','',0),(5168,1,'2019-05-22 21:42:02','2019-05-22 21:42:02','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556558\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #19','','inherit','closed','closed','','4683-revision-v1','','','2019-05-22 21:42:02','2019-05-22 21:42:02','',4683,'https://www.ontradeprogress.com/2019/05/22/4683-revision-v1/',0,'revision','',0),(5169,1,'2019-05-22 22:12:40','2019-05-22 22:12:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-22 22:12:40','2019-05-22 22:12:40','',276,'https://www.ontradeprogress.com/2019/05/22/276-revision-v1/',0,'revision','',0),(5171,1,'2019-05-22 22:32:44','2019-05-22 22:32:44','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-22 22:32:44','2019-05-22 22:32:44','',8,'https://www.ontradeprogress.com/2019/05/22/8-revision-v1/',0,'revision','',0),(5172,1,'2019-05-22 22:33:09','2019-05-22 22:33:09','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][vc_column_text f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjIwIiwicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"50px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-22 22:33:09','2019-05-22 22:33:09','',23,'https://www.ontradeprogress.com/2019/05/22/23-revision-v1/',0,'revision','',0),(5173,1,'2019-05-22 22:35:18','2019-05-22 22:35:18','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6258\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','publish','closed','closed','','hospitality-news','','','2020-01-29 09:31:29','2020-01-29 09:31:29','',5007,'https://www.ontradeprogress.com/?page_id=5173',0,'page','',0),(5174,1,'2019-05-22 22:35:18','2019-05-22 22:35:18','','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-05-22 22:35:18','2019-05-22 22:35:18','',5173,'https://www.ontradeprogress.com/2019/05/22/5173-revision-v1/',0,'revision','',0),(5175,1,'2019-05-22 22:35:36','2019-05-22 22:35:36','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','publish','closed','closed','','blog','','','2020-01-07 16:44:12','2020-01-07 16:44:12','',0,'https://www.ontradeprogress.com/?page_id=5175',0,'page','',0),(5176,1,'2019-05-22 22:35:36','2019-05-22 22:35:36','','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-22 22:35:36','2019-05-22 22:35:36','',5175,'https://www.ontradeprogress.com/2019/05/22/5175-revision-v1/',0,'revision','',0),(5177,1,'2019-05-22 22:36:48','2019-05-22 22:36:48','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-05-22 22:36:48','2019-05-22 22:36:48','',5173,'https://www.ontradeprogress.com/2019/05/22/5173-revision-v1/',0,'revision','',0),(5178,1,'2019-05-22 22:37:32','2019-05-22 22:37:32','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-05-22 22:37:32','2019-05-22 22:37:32','',5173,'https://www.ontradeprogress.com/2019/05/22/5173-revision-v1/',0,'revision','',0),(5179,1,'2019-05-22 22:38:22','2019-05-22 22:38:22',' ','','','publish','closed','closed','','5179','','','2019-05-28 19:57:05','2019-05-28 19:57:05','',5007,'https://www.ontradeprogress.com/?p=5179',3,'nav_menu_item','',0),(5180,1,'2019-05-22 22:43:20','2019-05-22 22:43:20','','Features','','publish','closed','closed','','5180','','','2019-05-29 10:50:14','2019-05-29 10:50:14','',0,'https://www.ontradeprogress.com/?p=5180',12,'nav_menu_item','',0),(5181,1,'2019-05-22 22:43:34','2019-05-22 22:43:34','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-22 22:43:34','2019-05-22 22:43:34','',5175,'https://www.ontradeprogress.com/2019/05/22/5175-revision-v1/',0,'revision','',0),(5182,1,'2019-05-22 22:45:36','2019-05-22 22:45:36','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-22 22:45:36','2019-05-22 22:45:36','',5175,'https://www.ontradeprogress.com/2019/05/22/5175-revision-v1/',0,'revision','',0),(5183,1,'2019-05-22 22:46:39','2019-05-22 22:46:39','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-22 22:46:39','2019-05-22 22:46:39','',5175,'https://www.ontradeprogress.com/2019/05/22/5175-revision-v1/',0,'revision','',0),(5184,1,'2019-05-22 22:47:41','2019-05-22 22:47:41','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-22 22:47:41','2019-05-22 22:47:41','',5175,'https://www.ontradeprogress.com/2019/05/22/5175-revision-v1/',0,'revision','',0),(5185,1,'2019-05-22 22:48:35','2019-05-22 22:48:35','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-05-22 22:48:35','2019-05-22 22:48:35','',5173,'https://www.ontradeprogress.com/2019/05/22/5173-revision-v1/',0,'revision','',0),(5186,1,'2019-05-22 22:50:01','2019-05-22 22:50:01','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-22 22:50:01','2019-05-22 22:50:01','',5005,'https://www.ontradeprogress.com/2019/05/22/5005-revision-v1/',0,'revision','',0),(5187,1,'2019-05-22 22:50:33','2019-05-22 22:50:33','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-05-22 22:50:33','2019-05-22 22:50:33','',5022,'https://www.ontradeprogress.com/2019/05/22/5022-revision-v1/',0,'revision','',0),(5188,1,'2019-05-22 22:51:00','2019-05-22 22:51:00','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-05-22 22:51:00','2019-05-22 22:51:00','',5023,'https://www.ontradeprogress.com/2019/05/22/5023-revision-v1/',0,'revision','',0),(5189,1,'2019-05-22 22:53:34','2019-05-22 22:53:34','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-22 22:53:34','2019-05-22 22:53:34','',5024,'https://www.ontradeprogress.com/2019/05/22/5024-revision-v1/',0,'revision','',0),(5190,1,'2019-05-22 22:53:42','2019-05-22 22:53:42','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-22 22:53:42','2019-05-22 22:53:42','',5025,'https://www.ontradeprogress.com/2019/05/22/5025-revision-v1/',0,'revision','',0),(5191,1,'2019-05-22 22:53:52','2019-05-22 22:53:52','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-05-22 22:53:52','2019-05-22 22:53:52','',5026,'https://www.ontradeprogress.com/2019/05/22/5026-revision-v1/',0,'revision','',0),(5192,1,'2019-05-22 22:53:59','2019-05-22 22:53:59','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','inherit','closed','closed','','5027-revision-v1','','','2019-05-22 22:53:59','2019-05-22 22:53:59','',5027,'https://www.ontradeprogress.com/2019/05/22/5027-revision-v1/',0,'revision','',0),(5193,1,'2019-05-22 22:54:06','2019-05-22 22:54:06','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','inherit','closed','closed','','5041-revision-v1','','','2019-05-22 22:54:06','2019-05-22 22:54:06','',5041,'https://www.ontradeprogress.com/2019/05/22/5041-revision-v1/',0,'revision','',0),(5194,1,'2019-05-22 22:54:17','2019-05-22 22:54:17','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]\r\n<p class=\"p2\"><b>Subscribe for our...\r\n<span style=\"color: #0082c2; font-size: 50px; font-weight: bold; line-height: 45px;\">Latest issue</span></b></p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','inherit','closed','closed','','5042-revision-v1','','','2019-05-22 22:54:17','2019-05-22 22:54:17','',5042,'https://www.ontradeprogress.com/2019/05/22/5042-revision-v1/',0,'revision','',0),(5195,1,'2019-05-22 22:54:48','2019-05-22 22:54:48','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','inherit','closed','closed','','5042-revision-v1','','','2019-05-22 22:54:48','2019-05-22 22:54:48','',5042,'https://www.ontradeprogress.com/2019/05/22/5042-revision-v1/',0,'revision','',0),(5196,1,'2019-05-22 22:55:05','2019-05-22 22:55:05','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','inherit','closed','closed','','5041-revision-v1','','','2019-05-22 22:55:05','2019-05-22 22:55:05','',5041,'https://www.ontradeprogress.com/2019/05/22/5041-revision-v1/',0,'revision','',0),(5197,1,'2019-05-22 22:55:20','2019-05-22 22:55:20','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','inherit','closed','closed','','5027-revision-v1','','','2019-05-22 22:55:20','2019-05-22 22:55:20','',5027,'https://www.ontradeprogress.com/2019/05/22/5027-revision-v1/',0,'revision','',0),(5198,1,'2019-05-22 22:55:42','2019-05-22 22:55:42','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-05-22 22:55:42','2019-05-22 22:55:42','',5026,'https://www.ontradeprogress.com/2019/05/22/5026-revision-v1/',0,'revision','',0),(5199,1,'2019-05-22 22:56:04','2019-05-22 22:56:04','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-22 22:56:04','2019-05-22 22:56:04','',5025,'https://www.ontradeprogress.com/2019/05/22/5025-revision-v1/',0,'revision','',0),(5200,1,'2019-05-22 22:57:02','2019-05-22 22:57:02','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9fQ==\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-22 22:57:02','2019-05-22 22:57:02','',5024,'https://www.ontradeprogress.com/2019/05/22/5024-revision-v1/',0,'revision','',0),(5201,1,'2019-05-22 23:01:45','2019-05-22 23:01:45','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-22 23:01:45','2019-05-22 23:01:45','',5005,'https://www.ontradeprogress.com/2019/05/22/5005-revision-v1/',0,'revision','',0),(5202,1,'2019-05-22 23:03:14','2019-05-22 23:03:14','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-22 23:03:14','2019-05-22 23:03:14','',5005,'https://www.ontradeprogress.com/2019/05/22/5005-revision-v1/',0,'revision','',0),(5203,1,'2019-05-22 23:04:47','2019-05-22 23:04:47','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-22 23:04:47','2019-05-22 23:04:47','',5175,'https://www.ontradeprogress.com/2019/05/22/5175-revision-v1/',0,'revision','',0),(5204,1,'2019-05-22 23:06:22','2019-05-22 23:06:22','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-05-22 23:06:22','2019-05-22 23:06:22','',5023,'https://www.ontradeprogress.com/2019/05/22/5023-revision-v1/',0,'revision','',0),(5205,1,'2019-05-22 23:06:36','2019-05-22 23:06:36','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our... <span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-05-22 23:06:36','2019-05-22 23:06:36','',5022,'https://www.ontradeprogress.com/2019/05/22/5022-revision-v1/',0,'revision','',0),(5206,1,'2019-05-22 23:06:50','2019-05-22 23:06:50','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-05-22 23:06:50','2019-05-22 23:06:50','',5022,'https://www.ontradeprogress.com/2019/05/22/5022-revision-v1/',0,'revision','',0),(5207,1,'2019-05-22 23:08:06','2019-05-22 23:08:06','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-22 23:08:06','2019-05-22 23:08:06','',5024,'https://www.ontradeprogress.com/2019/05/22/5024-revision-v1/',0,'revision','',0),(5208,1,'2019-05-22 23:08:23','2019-05-22 23:08:23','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-22 23:08:23','2019-05-22 23:08:23','',5025,'https://www.ontradeprogress.com/2019/05/22/5025-revision-v1/',0,'revision','',0),(5209,1,'2019-05-22 23:08:44','2019-05-22 23:08:44','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-05-22 23:08:44','2019-05-22 23:08:44','',5026,'https://www.ontradeprogress.com/2019/05/22/5026-revision-v1/',0,'revision','',0),(5210,1,'2019-05-22 23:09:03','2019-05-22 23:09:03','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','inherit','closed','closed','','5027-revision-v1','','','2019-05-22 23:09:03','2019-05-22 23:09:03','',5027,'https://www.ontradeprogress.com/2019/05/22/5027-revision-v1/',0,'revision','',0),(5211,1,'2019-05-22 23:09:20','2019-05-22 23:09:20','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','inherit','closed','closed','','5041-revision-v1','','','2019-05-22 23:09:20','2019-05-22 23:09:20','',5041,'https://www.ontradeprogress.com/2019/05/22/5041-revision-v1/',0,'revision','',0),(5212,1,'2019-05-22 23:09:37','2019-05-22 23:09:37','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','inherit','closed','closed','','5042-revision-v1','','','2019-05-22 23:09:37','2019-05-22 23:09:37','',5042,'https://www.ontradeprogress.com/2019/05/22/5042-revision-v1/',0,'revision','',0),(5213,1,'2019-05-22 23:09:55','2019-05-22 23:09:55','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-05-22 23:09:55','2019-05-22 23:09:55','',5173,'https://www.ontradeprogress.com/2019/05/22/5173-revision-v1/',0,'revision','',0),(5214,1,'2019-05-22 23:33:15','2019-05-22 23:33:15','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\" row_bg_gradient=\"#f6f6f6\"][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-22 23:33:15','2019-05-22 23:33:15','',8,'https://www.ontradeprogress.com/2019/05/22/8-revision-v1/',0,'revision','',0),(5215,1,'2019-05-22 23:33:59','2019-05-22 23:33:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-22 23:33:59','2019-05-22 23:33:59','',8,'https://www.ontradeprogress.com/2019/05/22/8-revision-v1/',0,'revision','',0),(5216,1,'2019-05-22 23:35:54','2019-05-22 23:35:54','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-22 23:35:54','2019-05-22 23:35:54','',8,'https://www.ontradeprogress.com/2019/05/22/8-revision-v1/',0,'revision','',0),(5217,1,'2019-05-22 23:37:07','2019-05-22 23:37:07','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-22 23:37:07','2019-05-22 23:37:07','',8,'https://www.ontradeprogress.com/2019/05/22/8-revision-v1/',0,'revision','',0),(5218,1,'2019-05-23 07:09:13','2019-05-23 07:09:13','<h1>Aster restaurant in Victoria will evolve into a European Grand Cafe from the 20th May with a new Executive Chef and a menu featuring a range of new Brasserie dishes.</h1>\r\nBjoern Wassmuth will head up the kitchen, taking Aster into a new culinary direction, and re-positioning the menu. This new appointment sees Wassmuth take on a second role at D&amp;D London as he will remain in his current position as Executive Chef at German Gymnasium in King’s Cross.\r\n\r\n<img class=\"alignright size-medium wp-image-5219\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Bjoern-221x300.png\" alt=\"aster restaurant\" width=\"221\" height=\"300\" />\r\n<div>Moving away from Nordic influences, the new menu will include dishes such as oysters; burrata and smoked semi-dried heritage tomatoes with basil pesto, lemon olive oil and balsamic; Spanish seabass with sauté radish, new potato, samphire and watercress velouté and chicken schnitzel with rocket, beans, sundried tomato, sweet potato fries and a red wine jus. Some signature plates will remain on the menu such as cured salmon with cucumber and crispy potato and meatballs with mash potato and lingonberry jam.</div>\r\n<div></div>\r\n<div>Wassmuth has over 14 years’ international experience in the industry and has previously worked at Tschuggen Grand Hotel in St Moritz and Käfer Berlin restaurant on the rooftop of the German Federal Parliament building. Helena Puolakka will still continue to work and remain closely involved with D&amp;D alongside her new role at Savoy Helsinki.</div>','Aster Restaurant gets a new European Grand Cafe menu and Executive Chef','','publish','closed','open','','aster-restaurant-gets-a-new-european-grand-cafe-menu-and-executive-chef','','','2019-05-23 10:02:31','2019-05-23 10:02:31','',0,'https://www.ontradeprogress.com/?p=5218',0,'post','',0),(5219,1,'2019-05-23 07:08:25','2019-05-23 07:08:25','','Bjoern','','inherit','closed','closed','','bjoern','','','2019-05-23 10:01:54','2019-05-23 10:01:54','',5218,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Bjoern.png',0,'attachment','image/png',0),(5220,1,'2019-05-23 07:08:49','2019-05-23 07:08:49','<div>Aster restaurant in Victoria will evolve into a European Grand Cafe from the 20th May with a new Executive Chef and a menu featuring a range of new Brasserie dishes. Bjoern Wassmuth will head up the kitchen, taking Aster into a new culinary direction, and re-positioning the menu. This new appointment sees Wassmuth take on a second role at D&amp;D London as he will remain in his current position as Executive Chef at German Gymnasium in King’s Cross.</div>\r\n<div></div>\r\n<div>Moving away from Nordic influences, the new menu will include dishes such as oysters; burrata and smoked semi-dried heritage tomatoes with basil pesto, lemon olive oil and balsamic; Spanish seabass with sauté radish, new potato, samphire and watercress velouté and chicken schnitzel with rocket, beans, sundried tomato, sweet potato fries and a red wine jus. Some signature plates will remain on the menu such as cured salmon with cucumber and crispy potato and meatballs with mash potato and lingonberry jam.</div>\r\n<div></div>\r\n<div>Wassmuth has over 14 years’ international experience in the industry and has previously worked at Tschuggen Grand Hotel in St Moritz and Käfer Berlin restaurant on the rooftop of the German Federal Parliament building. Helena Puolakka will still continue to work and remain closely involved with D&amp;D alongside her new role at Savoy Helsinki.</div>','Aster Restaurant gets a new European Grand Cafe menu and Executive Chef','','inherit','closed','closed','','5218-revision-v1','','','2019-05-23 07:08:49','2019-05-23 07:08:49','',5218,'https://www.ontradeprogress.com/2019/05/23/5218-revision-v1/',0,'revision','',0),(5223,1,'2019-05-23 07:16:17','2019-05-23 07:16:17','<h1>Launching in early June on Hanway Street in London’s West End, Murder Inc. is a new cocktail bar and the latest offering from the team behind The Cocktail Trading Company.</h1>\r\nHidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined- sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth in to one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the de?cor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour. A sizeable bar will take pride of place in a room where oak paneling, woven cane and striking artworks stand out against dark brick walls lit up by red neon signs and industrial pendants.\r\n\r\nFour years have passed since The Cocktail Trading Co. first popped up at the top of Carnaby Street and impressed Londoners with its refreshing approach to cocktails – namely being fun &amp; affordable with no shortage of creativity, and absolutely zero pretense. Owner- bartenders Andy Mil, Olly Brading and Elliot Ball moved on from their pop-up to the now flagship, brick and mortar Cocktail Trading Co. in the heart of Shoreditch, which recently celebrated its 3rd birthday, in which time they have built this little bar into one of the new staples of the London cocktail scene. Returning to the West End with Murder Inc. four years older sees an evolution of the team’s creative style whilst retaining their core values.\r\n\r\n<img class=\"alignright size-medium wp-image-5224\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw-e1558595734460-300x262.jpeg\" alt=\"\" width=\"300\" height=\"262\" />\r\n\r\nThe drinks at Murder Inc. still have the tongue in cheek theatricality that Cocktail Trading Co. has become known for, but with a simpler, more refined sense of style. Featuring takes on evocative cocktails like the notorious Death In The Afternoon, an on-tap blend of Pernod Absinthe, agave-ginger sherbet and Moe?t Champagne and the Diablo II, a combination of Patron Silver, salted galangal, cassis, rooibos beer and demonic overtones, the drinks are sophisticated yet striking, often darkly funny and guaranteed to bring a smile to any face.\r\n\r\nStarting from £9 each, examples from the menu are below:\r\n\r\n• Adonis - Lillet Blanc, hibiscus vermouth, wild strawberry, bitters &amp; bubbles.\r\n• Slipper &amp; ‘ting - Pisco el Gobernador, Melonade, lime &amp; grapefruit soda.\r\n• Rusty Nail in the Coffin - Ardbeg, Drambuie, barbequed marmalade vermouth.\r\n• Cannonball Collins - Flor de Cana 7, Hennessy VS, triple sec, clarified sweet pineapple soda\r\n• Frozen Banana Ramos – Jagermeister, banana milk, coconut cream, egg white, citrus, stout.\r\n\r\nOpen until 2am at the weekends, offering live music and a serious ‘happy hour’ until 7pm, Murder Inc, will soon become the go-to place for quality drinks at reasonable prices, in a highly entertaining environment.\r\n\r\nOpening Hours: Mon – Weds 4.30pm – midnight, Thurs – Sat 4.30pm – 2am\r\n\r\nMURDER INC.\r\n36 Hanway St,\r\nFitzrovia,\r\nLondon, W1T 1UP\r\n\r\n&nbsp;','New cocktail bar Murder Inc. set to launch this June','','publish','closed','open','','new-cocktail-bar-murder-inc-set-to-launch-this-june','','','2019-05-23 10:48:15','2019-05-23 10:48:15','',0,'https://www.ontradeprogress.com/?p=5223',0,'post','',0),(5224,1,'2019-05-23 07:15:14','2019-05-23 07:15:14','','3JCo1Asw','','inherit','closed','closed','','3jco1asw','','','2019-05-23 10:47:41','2019-05-23 10:47:41','',5223,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw.jpeg',0,'attachment','image/jpeg',0),(5225,1,'2019-05-23 07:16:02','2019-05-23 07:16:02','Launching in early June on Hanway Street in London’s West End, Murder Inc. is a new cocktail bar and the latest offering from the team behind The Cocktail Trading Company.\r\n\r\nHidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined- sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth in to one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the de?cor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour. A sizeable bar will take pride of place in a room where oak paneling, woven cane and striking artworks stand out against dark brick walls lit up by red neon signs and industrial pendants.\r\n\r\nFour years have passed since The Cocktail Trading Co. first popped up at the top of Carnaby Street and impressed Londoners with its refreshing approach to cocktails – namely being fun &amp; affordable with no shortage of creativity, and absolutely zero pretense. Owner- bartenders Andy Mil, Olly Brading and Elliot Ball moved on from their pop-up to the now flagship, brick and mortar Cocktail Trading Co. in the heart of Shoreditch, which recently celebrated its 3rd birthday, in which time they have built this little bar into one of the new staples of the London cocktail scene. Returning to the West End with Murder Inc. four years older sees an evolution of the team’s creative style whilst retaining their core values.\r\n\r\nThe drinks at Murder Inc. still have the tongue in cheek theatricality that Cocktail Trading Co. has become known for, but with a simpler, more refined sense of style. Featuring takes on evocative cocktails like the notorious Death In The Afternoon, an on-tap blend of Pernod Absinthe, agave-ginger sherbet and Moe?t Champagne and the Diablo II, a combination of Patron Silver, salted galangal, cassis, rooibos beer and demonic overtones, the drinks are sophisticated yet striking, often darkly funny and guaranteed to bring a smile to any face.\r\n\r\nStarting from £9 each, examples from the menu are below:\r\n\r\n• Adonis - Lillet Blanc, hibiscus vermouth, wild strawberry, bitters &amp; bubbles.\r\n• Slipper &amp; ‘ting - Pisco el Gobernador, Melonade, lime &amp; grapefruit soda.\r\n• Rusty Nail in the Coffin - Ardbeg, Drambuie, barbequed marmalade vermouth.\r\n• Cannonball Collins - Flor de Cana 7, Hennessy VS, triple sec, clarified sweet pineapple soda\r\n• Frozen Banana Ramos – Jagermeister, banana milk, coconut cream, egg white, citrus, stout.\r\n\r\nOpen until 2am at the weekends, offering live music and a serious ‘happy hour’ until 7pm, Murder Inc, will soon become the go-to place for quality drinks at reasonable prices, in a highly entertaining environment.\r\n\r\nOpening Hours: Mon – Weds 4.30pm – midnight, Thurs – Sat 4.30pm – 2am\r\n\r\nMURDER INC.\r\n36 Hanway St,\r\nFitzrovia,\r\nLondon, W1T 1UP','New cocktail bar Murder Inc. set to launch this June','','inherit','closed','closed','','5223-revision-v1','','','2019-05-23 07:16:02','2019-05-23 07:16:02','',5223,'https://www.ontradeprogress.com/2019/05/23/5223-revision-v1/',0,'revision','',0),(5226,1,'2019-05-23 07:21:26','2019-05-23 07:21:26','<strong>Kate Nicholls, Chief Executive of UKHospitality said:</strong>\r\n\r\n“Hospitality is a dynamic industry where careers can be fun and rewarding but these findings are obviously of concern. Many of our members already have practises and programmes in place to support those dealing with mental health issues, but it is clear that more needs to be done – especially if we are to encourage more British workers to consider a career in a sector with an increasingly acute labour shortage.\r\n\r\n“Whether it is to address internal or external matters that lead to a stressful work environment, these results reiterate that we as an industry must work faster to provide our valuable and committed staff with the support they need. In the work place in particular, staff abuse from customers or colleagues should never be tolerated and businesses must always act firmly to protect staff.\r\n\r\n“By integrating this thinking into business strategy and investing more in supporting resources, businesses can show they are serious about offering their staff a safe work environment. We work closely with charities such as Hospitality Action and The Licenced Trade Charity,<s> </s>assist both businesses and employees promote measures to ensure better mental health and wellbeing in the workplace.\r\n\r\n“As a trustee of Hospitality Action, I have seen first-hand the dedicated efforts that are being made to develop employee assistance and support. UKHospitality is committed to helping on this front and will be signposting these services to businesses and employees.\"\r\n\r\n&nbsp;','UKHospitality has reacted to the RSPH’s study on mental health in hospitality','','publish','closed','open','','ukhospitality-has-reacted-to-the-rsphs-study-on-mental-health-in-hospitality','','','2019-05-23 10:55:02','2019-05-23 10:55:02','',0,'https://www.ontradeprogress.com/?p=5226',0,'post','',0),(5227,1,'2019-05-23 07:20:35','2019-05-23 07:20:35','','mental-health','','inherit','closed','closed','','mental-health','','','2019-05-23 10:51:59','2019-05-23 10:51:59','',5226,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/393999-PCOC4C-960.jpg',0,'attachment','image/jpeg',0),(5228,1,'2019-05-23 07:20:53','2019-05-23 07:20:53','<strong>Kate Nicholls, Chief Executive of UKHospitality said:</strong>\r\n\r\n“Hospitality is a dynamic industry where careers can be fun and rewarding but these findings are obviously of concern. Many of our members already have practises and programmes in place to support those dealing with mental health issues, but it is clear that more needs to be done – especially if we are to encourage more British workers to consider a career in a sector with an increasingly acute labour shortage.\r\n\r\n“Whether it is to address internal or external matters that lead to a stressful work environment, these results reiterate that we as an industry must work faster to provide our valuable and committed staff with the support they need. In the work place in particular, staff abuse from customers or colleagues should never be tolerated and businesses must always act firmly to protect staff.\r\n\r\n“By integrating this thinking into business strategy and investing more in supporting resources, businesses can show they are serious about offering their staff a safe work environment. We work closely with charities such as Hospitality Action and The Licenced Trade Charity,<s> </s>assist both businesses and employees promote measures to ensure better mental health and wellbeing in the workplace.\r\n\r\n“As a trustee of Hospitality Action, I have seen first-hand the dedicated efforts that are being made to develop employee assistance and support. UKHospitality is committed to helping on this front and will be signposting these services to businesses and employees.\"','UKHospitality has reacted to the RSPH’s study on mental health in hospitality','','inherit','closed','closed','','5226-revision-v1','','','2019-05-23 07:20:53','2019-05-23 07:20:53','',5226,'https://www.ontradeprogress.com/2019/05/23/5226-revision-v1/',0,'revision','',0),(5229,1,'2019-05-23 07:21:26','2019-05-23 07:21:26','<strong>Kate Nicholls, Chief Executive of UKHospitality said:</strong>\r\n\r\n“Hospitality is a dynamic industry where careers can be fun and rewarding but these findings are obviously of concern. Many of our members already have practises and programmes in place to support those dealing with mental health issues, but it is clear that more needs to be done – especially if we are to encourage more British workers to consider a career in a sector with an increasingly acute labour shortage.\r\n\r\n“Whether it is to address internal or external matters that lead to a stressful work environment, these results reiterate that we as an industry must work faster to provide our valuable and committed staff with the support they need. In the work place in particular, staff abuse from customers or colleagues should never be tolerated and businesses must always act firmly to protect staff.\r\n\r\n“By integrating this thinking into business strategy and investing more in supporting resources, businesses can show they are serious about offering their staff a safe work environment. We work closely with charities such as Hospitality Action and The Licenced Trade Charity,<s> </s>assist both businesses and employees promote measures to ensure better mental health and wellbeing in the workplace.\r\n\r\n“As a trustee of Hospitality Action, I have seen first-hand the dedicated efforts that are being made to develop employee assistance and support. UKHospitality is committed to helping on this front and will be signposting these services to businesses and employees.\"\r\n\r\n<span style=\"color: #d9d9d9;\">&lt;a href=\"https://www.freepik.com/free-photos-vectors/people\"&gt;People vector created by freepik - www.freepik.com&lt;/a&gt;</span>','UKHospitality has reacted to the RSPH’s study on mental health in hospitality','','inherit','closed','closed','','5226-revision-v1','','','2019-05-23 07:21:26','2019-05-23 07:21:26','',5226,'https://www.ontradeprogress.com/2019/05/23/5226-revision-v1/',0,'revision','',0),(5230,1,'2019-05-23 07:28:59','2019-05-23 07:28:59','<h1>Old Mout, one of the UK’s most sustainable ciders and the world’s leading independent conservation organisation, the World Wildlife Fund (WWF), have joined forces for a brand new campaign, which will help to protect half a million acres of habitat around the world.</h1>\r\nThe partnership is the next chapter in Old Mout’s sustainability agenda, which has already seen the New Zealand-born cider help protect its native country’s national icon, the kiwi, that sits proudly on all Old Mout packaging. The status of the quirky kiwi has now improved from ‘endangered’ to ‘vulnerable’ after the cider maker found out that just one in twenty kiwi chicks survived to adulthood. Old Mout has now set its sights further afield with an ambitious goal – teaming up with WWF in a partnership to help protect animals’ natural habitats across the world, including the continued conservation for the kiwi.\r\n\r\nThe brand new campaign includes Old Mout’s first-ever TV ad and features the kiwi and WWF’s iconic panda, as well as showcasing Old Mout’s sustainability credentials – 100% recyclable, natural flavours and vegan friendly.\r\n\r\nThe ad stars the adventurous little kiwi who, once endangered himself, sets out on a journey to help protect other animals’ habitats. He meets the WWF panda on his travels and together they enthusiastically announce the partnership, resolving on a striking visual of endangered animals circling the world.\r\n\r\nThis marks the beginning of a summer-long integrated campaign for Old Mout, which is now the fastest growing premium flavoured cider in the UK<a name=\"_ftnref1\"></a>. The campaign communicates a serious message in a proactive and enjoyable manner, which has proven effective with millennials and the growing Gen-Z<a name=\"_ftnref2\"></a>. 2019 will see Old Mout’s biggest ever media presence, festival activation with the return of the Kiwi Camp at the Isle of Wight Festival and, for the first time, Boardmasters, as well as on-trade activation in over 1,500 pubs, where a 30p donation to WWF will be made for every bottle purchased.\r\n\r\n<img class=\"alignright size-medium wp-image-5231\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002-300x169.jpg\" alt=\"old mout wwf\" width=\"300\" height=\"169\" />\r\n\r\n<strong>Emma Sherwood-Smith, Cider Marketing Director at HEINEKEN</strong>, said: <em>“Our ambition is to lead the way as the most sustainable cider – setting the standard to help protect our planet. </em><em>Our partnership with WWF acknowledges the work we’ve done so far for the kiwi in New Zealand and our success in making our cider and packaging the most sustainable it can be.</em>\r\n\r\n<em>“Seventy-five per cent of consumers actively look for environmentally conscious brands and we’re proud that our distinctive brand purpose, coupled with WWF’s fame, will help communicate the urgency in the efforts needed to help save our planet.”</em>\r\n\r\n<em> </em><strong>Naomi Hicks, Director of Partnerships at WWF</strong>, said: “<em>We are the first generation that knows we’re destroying the planet and could be the last that can do anything about it. Partnerships like this one are essential if we’re to halt and reverse nature’s decline. That’s why we’re delighted to be joining up with Old Mout to protect vital habitats like the Amazon. We’re looking forward to working together to inspire millions to join the fight for our world.</em>”\r\n\r\n<em> </em>Old Mout is available on every High Street in the UK, and is outperforming the category and competition as the fastest-growing premium flavoured cider in volume and value<a name=\"_ftnref3\"></a>. In 2018, Old Mout delivered +34% value share growth and boasted the strongest rate of sale in the premium flavoured cider category<a name=\"_ftnref4\"></a>. Exotic flavours are increasing in popularity within the premium flavoured cider sector, driven by a younger generation looking for sessionable fruit ciders in original, unique flavours. To capitalise on this growth, Old Mout launched its new Pineapple &amp; Raspberry variant in March 2019 – set to be the next big thing, especially with pineapple going head to head with avocado as the UK’s fastest-growing tropical fruit.\r\n\r\nTo find out more about Old Mout Cider and WWF’s partnership and learn about habitat loss and its devastating effects on endangered wildlife and how to protect it, visit <a href=\"http://www.oldmoutcider.co.uk/wwf\">www.oldmoutcider.co.uk/wwf</a>','Old Mout Cider and WWF partner to protect habitats around the world','','publish','closed','open','','old-mout-cider-and-wwf-partner-to-protect-habitats-around-the-world','','','2019-05-23 10:56:26','2019-05-23 10:56:26','',0,'https://www.ontradeprogress.com/?p=5230',0,'post','',0),(5231,1,'2019-05-23 07:28:03','2019-05-23 07:28:03','','image002','','inherit','closed','closed','','image002-4','','','2019-05-23 10:55:51','2019-05-23 10:55:51','',5230,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002.jpg',0,'attachment','image/jpeg',0),(5232,1,'2019-05-23 07:28:30','2019-05-23 07:28:30','Old Mout, one of the UK’s most sustainable ciders and the world’s leading independent conservation organisation, the World Wildlife Fund (WWF), have joined forces for a brand new campaign, which will help to protect half a million acres of habitat around the world.\r\n\r\nThe partnership is the next chapter in Old Mout’s sustainability agenda, which has already seen the New Zealand-born cider help protect its native country’s national icon, the kiwi, that sits proudly on all Old Mout packaging. The status of the quirky kiwi has now improved from ‘endangered’ to ‘vulnerable’ after the cider maker found out that just one in twenty kiwi chicks survived to adulthood. Old Mout has now set its sights further afield with an ambitious goal – teaming up with WWF in a partnership to help protect animals’ natural habitats across the world, including the continued conservation for the kiwi.\r\n\r\nThe brand new campaign includes Old Mout’s first-ever TV ad and features the kiwi and WWF’s iconic panda, as well as showcasing Old Mout’s sustainability credentials – 100% recyclable, natural flavours and vegan friendly.\r\n\r\nThe ad stars the adventurous little kiwi who, once endangered himself, sets out on a journey to help protect other animals’ habitats. He meets the WWF panda on his travels and together they enthusiastically announce the partnership, resolving on a striking visual of endangered animals circling the world.\r\n\r\nThis marks the beginning of a summer-long integrated campaign for Old Mout, which is now the fastest growing premium flavoured cider in the UK<a name=\"_ftnref1\"></a>. The campaign communicates a serious message in a proactive and enjoyable manner, which has proven effective with millennials and the growing Gen-Z<a name=\"_ftnref2\"></a>. 2019 will see Old Mout’s biggest ever media presence, festival activation with the return of the Kiwi Camp at the Isle of Wight Festival and, for the first time, Boardmasters, as well as on-trade activation in over 1,500 pubs, where a 30p donation to WWF will be made for every bottle purchased.\r\n\r\n<strong>Emma Sherwood-Smith, Cider Marketing Director at HEINEKEN</strong>, said: <em>“Our ambition is to lead the way as the most sustainable cider – setting the standard to help protect our planet. </em><em>Our partnership with WWF acknowledges the work we’ve done so far for the kiwi in New Zealand and our success in making our cider and packaging the most sustainable it can be.</em>\r\n\r\n<em>“Seventy-five per cent of consumers actively look for environmentally conscious brands and we’re proud that our distinctive brand purpose, coupled with WWF’s fame, will help communicate the urgency in the efforts needed to help save our planet.”</em>\r\n\r\n<em> </em><strong>Naomi Hicks, Director of Partnerships at WWF</strong>, said: “<em>We are the first generation that knows we’re destroying the planet and could be the last that can do anything about it. Partnerships like this one are essential if we’re to halt and reverse nature’s decline. That’s why we’re delighted to be joining up with Old Mout to protect vital habitats like the Amazon. We’re looking forward to working together to inspire millions to join the fight for our world.</em>”\r\n\r\n<em> </em>Old Mout is available on every High Street in the UK, and is outperforming the category and competition as the fastest-growing premium flavoured cider in volume and value<a name=\"_ftnref3\"></a>. In 2018, Old Mout delivered +34% value share growth and boasted the strongest rate of sale in the premium flavoured cider category<a name=\"_ftnref4\"></a>. Exotic flavours are increasing in popularity within the premium flavoured cider sector, driven by a younger generation looking for sessionable fruit ciders in original, unique flavours. To capitalise on this growth, Old Mout launched its new Pineapple &amp; Raspberry variant in March 2019 – set to be the next big thing, especially with pineapple going head to head with avocado as the UK’s fastest-growing tropical fruit.\r\n\r\nTo find out more about Old Mout Cider and WWF’s partnership and learn about habitat loss and its devastating effects on endangered wildlife and how to protect it, visit <a href=\"http://www.oldmoutcider.co.uk/wwf\">www.oldmoutcider.co.uk/wwf</a>','','','inherit','closed','closed','','5230-revision-v1','','','2019-05-23 07:28:30','2019-05-23 07:28:30','',5230,'https://www.ontradeprogress.com/2019/05/23/5230-revision-v1/',0,'revision','',0),(5233,1,'2019-05-23 07:28:59','2019-05-23 07:28:59','Old Mout, one of the UK’s most sustainable ciders and the world’s leading independent conservation organisation, the World Wildlife Fund (WWF), have joined forces for a brand new campaign, which will help to protect half a million acres of habitat around the world.\r\n\r\nThe partnership is the next chapter in Old Mout’s sustainability agenda, which has already seen the New Zealand-born cider help protect its native country’s national icon, the kiwi, that sits proudly on all Old Mout packaging. The status of the quirky kiwi has now improved from ‘endangered’ to ‘vulnerable’ after the cider maker found out that just one in twenty kiwi chicks survived to adulthood. Old Mout has now set its sights further afield with an ambitious goal – teaming up with WWF in a partnership to help protect animals’ natural habitats across the world, including the continued conservation for the kiwi.\r\n\r\nThe brand new campaign includes Old Mout’s first-ever TV ad and features the kiwi and WWF’s iconic panda, as well as showcasing Old Mout’s sustainability credentials – 100% recyclable, natural flavours and vegan friendly.\r\n\r\nThe ad stars the adventurous little kiwi who, once endangered himself, sets out on a journey to help protect other animals’ habitats. He meets the WWF panda on his travels and together they enthusiastically announce the partnership, resolving on a striking visual of endangered animals circling the world.\r\n\r\nThis marks the beginning of a summer-long integrated campaign for Old Mout, which is now the fastest growing premium flavoured cider in the UK<a name=\"_ftnref1\"></a>. The campaign communicates a serious message in a proactive and enjoyable manner, which has proven effective with millennials and the growing Gen-Z<a name=\"_ftnref2\"></a>. 2019 will see Old Mout’s biggest ever media presence, festival activation with the return of the Kiwi Camp at the Isle of Wight Festival and, for the first time, Boardmasters, as well as on-trade activation in over 1,500 pubs, where a 30p donation to WWF will be made for every bottle purchased.\r\n\r\n<strong>Emma Sherwood-Smith, Cider Marketing Director at HEINEKEN</strong>, said: <em>“Our ambition is to lead the way as the most sustainable cider – setting the standard to help protect our planet. </em><em>Our partnership with WWF acknowledges the work we’ve done so far for the kiwi in New Zealand and our success in making our cider and packaging the most sustainable it can be.</em>\r\n\r\n<em>“Seventy-five per cent of consumers actively look for environmentally conscious brands and we’re proud that our distinctive brand purpose, coupled with WWF’s fame, will help communicate the urgency in the efforts needed to help save our planet.”</em>\r\n\r\n<em> </em><strong>Naomi Hicks, Director of Partnerships at WWF</strong>, said: “<em>We are the first generation that knows we’re destroying the planet and could be the last that can do anything about it. Partnerships like this one are essential if we’re to halt and reverse nature’s decline. That’s why we’re delighted to be joining up with Old Mout to protect vital habitats like the Amazon. We’re looking forward to working together to inspire millions to join the fight for our world.</em>”\r\n\r\n<em> </em>Old Mout is available on every High Street in the UK, and is outperforming the category and competition as the fastest-growing premium flavoured cider in volume and value<a name=\"_ftnref3\"></a>. In 2018, Old Mout delivered +34% value share growth and boasted the strongest rate of sale in the premium flavoured cider category<a name=\"_ftnref4\"></a>. Exotic flavours are increasing in popularity within the premium flavoured cider sector, driven by a younger generation looking for sessionable fruit ciders in original, unique flavours. To capitalise on this growth, Old Mout launched its new Pineapple &amp; Raspberry variant in March 2019 – set to be the next big thing, especially with pineapple going head to head with avocado as the UK’s fastest-growing tropical fruit.\r\n\r\nTo find out more about Old Mout Cider and WWF’s partnership and learn about habitat loss and its devastating effects on endangered wildlife and how to protect it, visit <a href=\"http://www.oldmoutcider.co.uk/wwf\">www.oldmoutcider.co.uk/wwf</a>','Old Mout Cider and WWF partner to protect habitats around the world','','inherit','closed','closed','','5230-revision-v1','','','2019-05-23 07:28:59','2019-05-23 07:28:59','',5230,'https://www.ontradeprogress.com/2019/05/23/5230-revision-v1/',0,'revision','',0),(5234,1,'2019-05-23 08:28:48','2019-05-23 08:28:48','<h1 class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">One of the Southwest’s premier vineyards, Furleigh Estate is releasing a new range of super-premium sparkling wines into its portfolio of award-winning English wines. The prestigious </span>‘From the Oenothèque’ range is being unveiled in time for English Wine Week (Saturday 25<sup>th</sup> May – Sunday 2<sup>nd</sup> June).</span></h1>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Oenothèque means ‘wine cellar’ and the Furleigh Estate ‘From the Oenothèque’ range reflects the lengthy production and cellaring process the wines in this range undergo before they are released.  Releases are very limited and are only made in exceptional years. </span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><a name=\"m_5659966542107118242_m_-2486428870474053995_m_-6463041118089923959__Hlk7620591\"></a>\'From the Oenothèque 10’ is the first of the range and is displayed in a beautiful presentation box with a RRP of £49.50.  It is an elegant sparkling wine of exceptional balance and poise, made entirely from the 2010 vintage.  A cool autumn in this year meant acidity levels in the wines were high.  Given the luxury of extended time on lees and post dosage, this crisp English acidity has mellowed into a fabulously complex wine. </span></p>\n<img class=\"alignright size-medium wp-image-5088\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007-200x300.jpg\" alt=\"furleigh estate\" width=\"200\" height=\"300\" />\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Commenting on the new release, Rebecca Hansford, who co-owns and runs Furleigh Estate with her husband Ian Edwards, says: “Here at Furleigh Estate we have always been about producing the very highest quality wines from our glorious Dorset soils.  The ’From the Oenothèque’ range represents the pinnacle of our production here at Furleigh Estate.  It is the crème de la creme.” </span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Rebecca continues: “Ian is our winemaker here.  He produces wines of exceptional balance with acidity, fruit and texture all working together in perfect harmony. With the Oenothèque range he has had the freedom and the time to select the best wines to produce something very special.”</span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">‘From the Oenothèque 10’ <span lang=\"EN-US\">has an attractive pale golden hue with a continuous stream of very fine, minute bubbles. Alluring floral aromas of hawthorne and almond blossom mingle with butterscotch and nougat, alongside sweet apple tarte tatin, panettone and a hint of marzipan. Flavours of preserved lemons, yellow peach and nectarine with medlar and russet apple marry toasted brioche and notes of hazelnut on the palate. The mousse has a wonderfully soft, creamy texture with beautifully balanced acidity and seamless integration of autolytic character plus a touch of saline minerality on the extremely long finish. This </span></span><span lang=\"EN-US\"><span style=\"font-family: arial,helvetica,sans-serif;\">delightful sparkling wine shows abundant elegance and finesse.</span></span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-Body\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">Serve this wonderfully food-friendly sparkling wine well-chilled with savoury pastry dishes such as salmon en croute or seafood filo parcel.  It also pairs well with poultry dishes such as chicken with garlic mushroom cream sauce. Alternatively, try it with wild mushroom and rice timbale or creamy mushroom risotto.</span></span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Produced using the traditional method with a secondary fermentation in the bottle, it has spent 70 months on its lees and a further 24 months under cork.  It consists of 60% Chardonnay, 35% Pinot Noir and 5% Pinot Meunier. </span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">The Furleigh Estate at Salway Ash near Bridport is set in an area of Outstanding Natural Beauty just five miles from Dorset’s Jurassic Coast World Heritage Site.  The soil in the Furleigh Estate vineyards is perfect for growing world-class still and sparkling wines.</span></p>\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Amongst the many awards received, Furleigh Estate was awarded Trophies in the International Wine Challenge and in the Japan Wine Challenge, the Classic Cuvée was the first and so far only English sparkling wine to win a gold medal in the prestigious Effervescent du Monde competition held in Lyon.</span></p>','Furleigh Estate is releasing a new premium wine range','','inherit','closed','closed','','5087-autosave-v1','','','2019-05-23 08:28:48','2019-05-23 08:28:48','',5087,'https://www.ontradeprogress.com/2019/05/23/5087-autosave-v1/',0,'revision','',0),(5235,1,'2019-05-23 08:29:00','2019-05-23 08:29:00','<h1 class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">One of the Southwest’s premier vineyards, Furleigh Estate is releasing a new range of super-premium sparkling wines into its portfolio of award-winning English wines. The prestigious </span>‘From the Oenothèque’ range is being unveiled in time for English Wine Week (Saturday 25<sup>th</sup> May – Sunday 2<sup>nd</sup> June).</span></h1>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Oenothèque means ‘wine cellar’ and the Furleigh Estate ‘From the Oenothèque’ range reflects the lengthy production and cellaring process the wines in this range undergo before they are released.  Releases are very limited and are only made in exceptional years. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\"><a name=\"m_5659966542107118242_m_-2486428870474053995_m_-6463041118089923959__Hlk7620591\"></a>\'From the Oenothèque 10’ is the first of the range and is displayed in a beautiful presentation box with a RRP of £49.50.  It is an elegant sparkling wine of exceptional balance and poise, made entirely from the 2010 vintage.  A cool autumn in this year meant acidity levels in the wines were high.  Given the luxury of extended time on lees and post dosage, this crisp English acidity has mellowed into a fabulously complex wine. </span></p>\r\n<img class=\"alignright size-medium wp-image-5088\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/furleigh319_007-200x300.jpg\" alt=\"furleigh estate\" width=\"200\" height=\"300\" />\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Commenting on the new release, Rebecca Hansford, who co-owns and runs Furleigh Estate with her husband Ian Edwards, says: “Here at Furleigh Estate we have always been about producing the very highest quality wines from our glorious Dorset soils.  The ’From the Oenothèque’ range represents the pinnacle of our production here at Furleigh Estate.  It is the crème de la creme.” </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Rebecca continues: “Ian is our winemaker here.  He produces wines of exceptional balance with acidity, fruit and texture all working together in perfect harmony. With the Oenothèque range he has had the freedom and the time to select the best wines to produce something very special.”</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">‘From the Oenothèque 10’ <span lang=\"EN-US\">has an attractive pale golden hue with a continuous stream of very fine, minute bubbles. Alluring floral aromas of hawthorne and almond blossom mingle with butterscotch and nougat, alongside sweet apple tarte tatin, panettone and a hint of marzipan. Flavours of preserved lemons, yellow peach and nectarine with medlar and russet apple marry toasted brioche and notes of hazelnut on the palate. The mousse has a wonderfully soft, creamy texture with beautifully balanced acidity and seamless integration of autolytic character plus a touch of saline minerality on the extremely long finish. This </span></span><span lang=\"EN-US\"><span style=\"font-family: arial,helvetica,sans-serif;\">delightful sparkling wine shows abundant elegance and finesse.</span></span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-Body\"><span style=\"font-family: arial,helvetica,sans-serif;\"><span lang=\"EN-US\">Serve this wonderfully food-friendly sparkling wine well-chilled with savoury pastry dishes such as salmon en croute or seafood filo parcel.  It also pairs well with poultry dishes such as chicken with garlic mushroom cream sauce. Alternatively, try it with wild mushroom and rice timbale or creamy mushroom risotto.</span></span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Produced using the traditional method with a secondary fermentation in the bottle, it has spent 70 months on its lees and a further 24 months under cork.  It consists of 60% Chardonnay, 35% Pinot Noir and 5% Pinot Meunier. </span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">The Furleigh Estate at Salway Ash near Bridport is set in an area of Outstanding Natural Beauty just five miles from Dorset’s Jurassic Coast World Heritage Site.  The soil in the Furleigh Estate vineyards is perfect for growing world-class still and sparkling wines.</span></p>\r\n<p class=\"gmail-m_5659966542107118242m_-2486428870474053995gmail-m_-6463041118089923959gmail-BodyA\"><span style=\"font-family: arial,helvetica,sans-serif;\">Amongst the many awards received, Furleigh Estate was awarded Trophies in the International Wine Challenge and in the Japan Wine Challenge, the Classic Cuvée was the first and so far only English sparkling wine to win a gold medal in the prestigious Effervescent du Monde competition held in Lyon.</span></p>','Furleigh Estate is releasing a new premium wine range','','inherit','closed','closed','','5087-revision-v1','','','2019-05-23 08:29:00','2019-05-23 08:29:00','',5087,'https://www.ontradeprogress.com/2019/05/23/5087-revision-v1/',0,'revision','',0),(5236,1,'2019-05-23 08:37:02','2019-05-23 08:37:02','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-23 08:37:02','2019-05-23 08:37:02','',8,'https://www.ontradeprogress.com/2019/05/23/8-revision-v1/',0,'revision','',0),(5237,1,'2019-05-23 09:12:20','2019-05-23 09:12:20','<h1>Direct Seafoods is encouraging pubs to keep up to date with the latest advice on sustainable fish and seafood species, as it increases its support with new online resources and increased access to specialist advice in its network of local businesses.</h1>\nWith guidance changing regularly according to factors such as the time of year and the quantity of specific species being landed, Direct Seafoods’ director of sustainability Laky Zervudachi warns that operators need to be committed in order to stay up to speed.\n\nHe said: “A sustainability programme isn’t something operators can simply sign up to and ‘tick the box’. Any list of fish and seafood species is a snapshot, as the situation changes all the time. It can depend on the breeding season, changes to quotas and simply the size of the catch, among other factors.\n\n“As just one example, wild caught sea bass has become widely used on pub menus, and the advice now is to switch to farmed varieties or alternative species. We’ve been making this kind of up-to-date guidance available to our customers through our local businesses for some time, and we’re expanding that to ensure the information is also regularly updated online.\n\n“The Marine Conservation Society Good Fish Guide provides up-to-date guidance on which species should be avoided and which are ok to eat. We use this as a main reference point for our teams to advise customers on sustainable species.”\n\n<img class=\"alignright size-medium wp-image-5082\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\n\nDirect Seafoods brings together 10 hospitality-focused, regional fish businesses covering Cornwall to Scotland, under a national brand within the Bidfresh group, supplying thousands of chefs and restaurants, hotels, pubs and other hospitality sectors.\n\nWith more consumers than ever expecting operators to put sustainably caught and managed fish on the menu, Direct Seafoods will now offer regular online updates not only on which species are being caught sustainably, but which are ‘red rated’ and should be avoided. This includes downloadable posters that can be used as a simple reference guide when ordering, backed up by a range of information and resources.\n\nRecognising the need to put responsible sourcing at the heart of its service to operators, the business has recruited a specialist team led by Zervudachi as director of sustainability.\n\nBrian Hall, managing director of Direct Seafoods says: “For us, it’s not simply a question of advising operators on sustainability; there are species we simply won’t sell. We’re committed to working with customers to ensure their menus reflect the latest sustainability advice, and we have specialists at all our sites to help ensure that.”\n\nDirect Seafoods works with a range of organisations including The Marine Stewardship Council, The Marine Conservation Society, the Global Sustainable Seafood Initiative, The Sustainable Seafood Coalition, Sustainable Restaurant Association, Global Aquaculture Alliance, Global GAP, Sustain and the Blue Marine Foundation.','Direct Seafoods urges pubs to stay up to speed on sustainability','','inherit','closed','closed','','5081-autosave-v1','','','2019-05-23 09:12:20','2019-05-23 09:12:20','',5081,'https://www.ontradeprogress.com/2019/05/23/5081-autosave-v1/',0,'revision','',0),(5238,1,'2019-05-23 09:13:23','2019-05-23 09:13:23','<h1>Direct Seafoods is encouraging pubs to keep up to date with the latest advice on sustainable fish and seafood species, as it increases its support with new online resources and increased access to specialist advice in its network of local businesses.</h1>\r\nWith guidance changing regularly according to factors such as the time of year and the quantity of specific species being landed, Direct Seafoods’ director of sustainability Laky Zervudachi warns that operators need to be committed in order to stay up to speed.\r\n\r\nHe said: “A sustainability programme isn’t something operators can simply sign up to and ‘tick the box’. Any list of fish and seafood species is a snapshot, as the situation changes all the time. It can depend on the breeding season, changes to quotas and simply the size of the catch, among other factors.\r\n\r\n“As just one example, wild caught sea bass has become widely used on pub menus, and the advice now is to switch to farmed varieties or alternative species. We’ve been making this kind of up-to-date guidance available to our customers through our local businesses for some time, and we’re expanding that to ensure the information is also regularly updated online.\r\n\r\n“The Marine Conservation Society Good Fish Guide provides up-to-date guidance on which species should be avoided and which are ok to eat. We use this as a main reference point for our teams to advise customers on sustainable species.”\r\n\r\n<img class=\"alignright size-medium wp-image-5082\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Liberation-Group-seafood-platter-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n\r\nDirect Seafoods brings together 10 hospitality-focused, regional fish businesses covering Cornwall to Scotland, under a national brand within the Bidfresh group, supplying thousands of chefs and restaurants, hotels, pubs and other hospitality sectors.\r\n\r\nWith more consumers than ever expecting operators to put sustainably caught and managed fish on the menu, Direct Seafoods will now offer regular online updates not only on which species are being caught sustainably, but which are ‘red rated’ and should be avoided. This includes downloadable posters that can be used as a simple reference guide when ordering, backed up by a range of information and resources.\r\n\r\nRecognising the need to put responsible sourcing at the heart of its service to operators, the business has recruited a specialist team led by Zervudachi as director of sustainability.\r\n\r\nBrian Hall, managing director of Direct Seafoods says: “For us, it’s not simply a question of advising operators on sustainability; there are species we simply won’t sell. We’re committed to working with customers to ensure their menus reflect the latest sustainability advice, and we have specialists at all our sites to help ensure that.”\r\n\r\nDirect Seafoods works with a range of organisations including The Marine Stewardship Council, The Marine Conservation Society, the Global Sustainable Seafood Initiative, The Sustainable Seafood Coalition, Sustainable Restaurant Association, Global Aquaculture Alliance, Global GAP, Sustain and the Blue Marine Foundation.','Direct Seafoods urges pubs to stay up to speed on sustainability','','inherit','closed','closed','','5081-revision-v1','','','2019-05-23 09:13:23','2019-05-23 09:13:23','',5081,'https://www.ontradeprogress.com/2019/05/23/5081-revision-v1/',0,'revision','',0),(5239,1,'2019-05-23 09:21:54','2019-05-23 09:21:54','<h1><a id=\"_Hlk8636876\"></a>Mr Fitz Aqua Spritz has expanded its innovative range of premium soft drinks with the launch of new Lemon, Yuzu &amp; Turmeric flavour. Served using pure filtered mains water through a distinctive branded dispense system, Mr Fitz Aqua Spritz boosts both profitability and sustainability for hospitality businesses.</h1>\r\nThe new Lemon, Yuzu &amp; Turmeric botanically-brewed drink is an on-trend blend of authentic flavours that brings the total number in the range to more than 25. Exotic in taste, and vibrant in colour and style, this latest addition features Sicilian lemons blended with Japanese yuzu citrus fruit, and invigorating extracts of turmeric.\r\n\r\nThe new blend has been created to work as a sparkling or still long soft drink, meeting growing customer expectations that restaurants, bars and hotels will offer an appealing choice of adult soft drinks. It can also be served as a mixer with a spirit, and in dessert, mocktail and cocktail recipes.\r\n\r\nLike all the botanically-infused range, the new flavour is served in combination with pure filtered water from the bespoke Mr Fitz Aqua Spritz system, supplied by dispense specialist Brewfitt. This is connected to the mains water supply and dispenses sparkling and still water, removing the need to store and serve water in disposable plastic and glass bottles.\r\n\r\nThe system also comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on water.\r\n\r\nThe choice of flavours across the Mr Fitz Aqua Spritz range enables operators to change their drinks menu quickly and profitability, according to the season, the weather, or simply the changing customer mix though the day or week.\r\n\r\n<img class=\"alignright size-medium wp-image-5094\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Mr-Fitz-Aqua-Spritz-new-flavour-May-2019-189x300.jpg\" alt=\"Mr Fitz Aqua Spritz new flavour\" width=\"189\" height=\"300\" />\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: \"Our new Lemon, Yuzu &amp; Turmeric flavour is already proving very popular with both consumers and bartenders. Across the range, we offer an unbeatable combination of current and classic flavours, with businesses using the system seeing the benefits of improved customer choice and higher margins. The eye-catching font drives interest, while the sustainability benefits of eliminating single serve bottles in bars addresses a key environmental concern.\"\r\n\r\nAward winning gastropub operator Whiting &amp; Hammond is now using the Mr Fitz Aqua Spritz system in all its eight pubs. Operations director Paul Worman said: \"Our customers expect to be offered a varied choice of premium drinks, and the combination of the Mr Fitz font and the range of flavours enables us to do that across soft drinks, as well as both mocktail and cocktail serves.\r\n\r\n\"We can vary our drinks list quickly and simply, as well as serve chilled sparkling and still water, while achieving high margins. We\'ve freed fridge space previously used for bottled water and soft drinks for more profitable products, as well as reducing our recycling costs and improving our sustainability credentials, which is important to us as a business as well as to our customers. The continued flavour innovation from Mr Fitz Aqua Spritz is an important part of the brand\'s appeal.\"\r\n\r\n<a id=\"_Hlk8833575\"></a>Mr Fitz Aqua Spritz is an innovative partnership between drinks dispense technology company Brewfitt and soft drink producer Mr Fitzpatrick\'s.','Mr Fitz Aqua Spritz launches on-trend new flavour','','inherit','closed','closed','','5093-revision-v1','','','2019-05-23 09:21:54','2019-05-23 09:21:54','',5093,'https://www.ontradeprogress.com/2019/05/23/5093-revision-v1/',0,'revision','',0),(5240,1,'2019-05-23 09:38:22','2019-05-23 09:38:22','<h1>Rotpunkt, award winning designer and manufacturer of quality German Kitchen furniture revolutionise the contemporary kitchen with the launch of its new floating units and stack-up frame shelving systemsfor dynamic results and a renewed freedom of installation.</h1>\n“As market trends continue to favour open-plan living environments, we have noticed a shift towards unexpected kitchen furniture, where broken-plan furniture solutions like room dividers, asymmetrical layouts and wall-hung designs have become the new staples for 2019 kitchens,” says Matt Philips, Head of UK Operations, Rotpunkt.\n\n“This need for contemporary form and function is allowing the modern kitchen to play with different eye-lines and visual weights, and we have introduced a range of new kitchen furniture that is sensitive to you and your surroundings.”\n\n“So whether you’re open to the living room, limited on floor space or demand a state-of-the-art designscheme, our new floating units and stack-up frame shelving systems will enable you to create a high-profile, yet ergonomic kitchen space that is built to last” says Matt.\n\n<img class=\"alignright size-medium wp-image-5109\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\n\nThe central island unit is seen in the new Umbra finish: a grey matt colour option new for 2019. Also part of Rotpunkt’s 2019 Black Line kitchen series, Umbra is finished with a circumferential zero-joint edging in black which outlines and frames each piece of kitchen furniture for the height of definition. The adjoining City Grey Oak Herb Garden in new extra tall 910mm Height completes the island unit,and creates a dedicated area to cultivate fresh herbs and organic ingredients for cooking.\n\nThis suspended furniture concept is chic in style and naturally kerbs the domestic qualities of a kitchen space. Rotpunkt’s new floating units are shown in Kashmir, a new cabinet colour that creates the perfect contrast against the industrial style shelving system in City Grey Oak and Black. Discreet anddynamic, this kitchen also features the new ZX 1400 Zircon drawers and pan drawers: a system of drawers and pull-outs with 140mm glass or oak side panels (City Brown Oak, City Grey Oak and City Nature Oak).\n\nWhat else can you see?\n<ul type=\"disc\">\n 	<li>Zerox Black Line Umbra Kitchen –in NEW colour option Umbra, grey matt finish - Also available in other new colour options Arabica, Carbon and Snow</li>\n 	<li>New cabinet colours: Carbon FM / Umbra FM / Kashmir FM and &amp; City Grey Oak FM</li>\n 	<li>New dimensions: 910 mm Height Blum</li>\n 	<li>New SX 105 hinge in Anthracite</li>\n 	<li>New floating units with inset worktop which sits behind the door to finish flush</li>\n 	<li>Room Divider – Herb Garden concept pictured</li>\n 	<li>New Industrial style wall hung stack-up frames shelving system in Black</li>\n 	<li>ZX 1400 City pan drawers with sides in City Grey Oak FM sides</li>\n 	<li>Floating units with handle 875 Blaze in Black</li>\n 	<li>Tall unit with handle 854 in Black with “Push Soft”</li>\n 	<li>Worktop: Ceramic MKE 4022 Geo Gris, 20mm think</li>\n 	<li>Interior fixtures and fittings in Carbon</li>\n</ul>','‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt','','inherit','closed','closed','','5108-autosave-v1','','','2019-05-23 09:38:22','2019-05-23 09:38:22','',5108,'https://www.ontradeprogress.com/2019/05/23/5108-autosave-v1/',0,'revision','',0),(5241,1,'2019-05-23 09:39:04','2019-05-23 09:39:04','<h1>Rotpunkt, award winning designer and manufacturer of quality German Kitchen furniture revolutionise the contemporary kitchen with the launch of its new floating units and stack-up frame shelving systemsfor dynamic results and a renewed freedom of installation.</h1>\r\n“As market trends continue to favour open-plan living environments, we have noticed a shift towards unexpected kitchen furniture, where broken-plan furniture solutions like room dividers, asymmetrical layouts and wall-hung designs have become the new staples for 2019 kitchens,” says Matt Philips, Head of UK Operations, Rotpunkt.\r\n\r\n“This need for contemporary form and function is allowing the modern kitchen to play with different eye-lines and visual weights, and we have introduced a range of new kitchen furniture that is sensitive to you and your surroundings.”\r\n\r\n“So whether you’re open to the living room, limited on floor space or demand a state-of-the-art designscheme, our new floating units and stack-up frame shelving systems will enable you to create a high-profile, yet ergonomic kitchen space that is built to last” says Matt.\r\n\r\n<img class=\"alignright size-medium wp-image-5109\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ROTPUNKT-2019-Zerox-Black-Line-Umbra-HRb-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />\r\n\r\nThe central island unit is seen in the new Umbra finish: a grey matt colour option new for 2019. Also part of Rotpunkt’s 2019 Black Line kitchen series, Umbra is finished with a circumferential zero-joint edging in black which outlines and frames each piece of kitchen furniture for the height of definition. The adjoining City Grey Oak Herb Garden in new extra tall 910mm Height completes the island unit,and creates a dedicated area to cultivate fresh herbs and organic ingredients for cooking.\r\n\r\nThis suspended furniture concept is chic in style and naturally kerbs the domestic qualities of a kitchen space. Rotpunkt’s new floating units are shown in Kashmir, a new cabinet colour that creates the perfect contrast against the industrial style shelving system in City Grey Oak and Black. Discreet anddynamic, this kitchen also features the new ZX 1400 Zircon drawers and pan drawers: a system of drawers and pull-outs with 140mm glass or oak side panels (City Brown Oak, City Grey Oak and City Nature Oak).\r\n\r\nWhat else can you see?\r\n<ul type=\"disc\">\r\n 	<li>Zerox Black Line Umbra Kitchen –in NEW colour option Umbra, grey matt finish - Also available in other new colour options Arabica, Carbon and Snow</li>\r\n 	<li>New cabinet colours: Carbon FM / Umbra FM / Kashmir FM and &amp; City Grey Oak FM</li>\r\n 	<li>New dimensions: 910 mm Height Blum</li>\r\n 	<li>New SX 105 hinge in Anthracite</li>\r\n 	<li>New floating units with inset worktop which sits behind the door to finish flush</li>\r\n 	<li>Room Divider – Herb Garden concept pictured</li>\r\n 	<li>New Industrial style wall hung stack-up frames shelving system in Black</li>\r\n 	<li>ZX 1400 City pan drawers with sides in City Grey Oak FM sides</li>\r\n 	<li>Floating units with handle 875 Blaze in Black</li>\r\n 	<li>Tall unit with handle 854 in Black with “Push Soft”</li>\r\n 	<li>Worktop: Ceramic MKE 4022 Geo Gris, 20mm think</li>\r\n 	<li>Interior fixtures and fittings in Carbon</li>\r\n</ul>','‘Defy Gravity’ with new floating kitchen solutions by Rotpunkt','','inherit','closed','closed','','5108-revision-v1','','','2019-05-23 09:39:04','2019-05-23 09:39:04','',5108,'https://www.ontradeprogress.com/2019/05/23/5108-revision-v1/',0,'revision','',0),(5242,1,'2019-05-25 08:22:54','2019-05-25 08:22:54','<h1>As summer approaches, Hi-Spirits is encouraging operators to make their drinks sales shine with simple, profitable serves featuring popular brands from its portfolio.</h1>\nThe Southern Comfort Lemonade &amp; Fresh Lime serve brings the party spirit of New Orleans to summer nights out, while Buffalo Trace Bourbon and Coke offers one of the most popular spirit and mixer combinations. The newly launched RedLeg Caramelised Pineapple spiced rum features in an appealing summer daiquiri recipe.\n\nIn addition, Hi-Spirits has created new ‘perfect serve’ videos showing bar staff how to tap into demand for coffee-based drinks including the espresso martini, using authentic Italian liqueur Caffe Borghetti.\n\n<img class=\"alignright size-medium wp-image-5112\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-244x300.jpg\" alt=\"redleg carmelised\" width=\"244\" height=\"300\" />\n\nThe videos show bar staff how to make a premium espresso martini combining Caffe Borghetti and Tito’s Handmade Vodka, as well as demonstrating how Borghetti can be served on its own over ice.\n\nPoppy Croft, marketing manager at Hi-Spirits said: “As soon as the sun comes out, bars need to be ready with appealing serves for customers. We have some wonderful cocktail recipes for brands across our portfolio, but for many operators, these quick and simple serves made with popular brands including Southern Comfort are ideal.”\n\nShe adds: “An espresso martini made with Caffé Borghetti doesn’t need added coffee, and so offers improved GP, saves bar staff time and frees up space on the back bar. Alongside the proven popularity of the espresso martini, a well-shaken Borghetti, served over ice, is a classic Italian summer serve.”\n\nOperators can access the Caffe Borghetti videos at <a href=\"https://rebrand.ly/Borghetti\">https://rebrand.ly/Borghetti</a>','Hi-Spirits launches Summer serves','','inherit','closed','closed','','5111-autosave-v1','','','2019-05-25 08:22:54','2019-05-25 08:22:54','',5111,'https://www.ontradeprogress.com/2019/05/23/5111-autosave-v1/',0,'revision','',0),(5243,1,'2019-05-23 09:50:58','2019-05-23 09:50:58','<h1>As summer approaches, Hi-Spirits is encouraging operators to make their drinks sales shine with simple, profitable serves featuring popular brands from its portfolio.</h1>\r\nThe Southern Comfort Lemonade &amp; Fresh Lime serve brings the party spirit of New Orleans to summer nights out, while Buffalo Trace Bourbon and Coke offers one of the most popular spirit and mixer combinations. The newly launched RedLeg Caramelised Pineapple spiced rum features in an appealing summer daiquiri recipe.\r\n\r\nIn addition, Hi-Spirits has created new ‘perfect serve’ videos showing bar staff how to tap into demand for coffee-based drinks including the espresso martini, using authentic Italian liqueur Caffe Borghetti.\r\n\r\n<img class=\"alignright size-medium wp-image-5112\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-244x300.jpg\" alt=\"redleg carmelised\" width=\"244\" height=\"300\" />\r\n\r\nThe videos show bar staff how to make a premium espresso martini combining Caffe Borghetti and Tito’s Handmade Vodka, as well as demonstrating how Borghetti can be served on its own over ice.\r\n\r\nPoppy Croft, managing director of Hi-Spirits said: “As soon as the sun comes out, bars need to be ready with appealing serves for customers. We have some wonderful cocktail recipes for brands across our portfolio, but for many operators, these quick and simple serves made with popular brands including Southern Comfort are ideal.”\r\n\r\nShe adds: “An espresso martini made with Caffé Borghetti doesn’t need added coffee, and so offers improved GP, saves bar staff time and frees up space on the back bar. Alongside the proven popularity of the espresso martini, a well-shaken Borghetti, served over ice, is a classic Italian summer serve.”\r\n\r\nOperators can access the Caffe Borghetti videos at <a href=\"https://rebrand.ly/Borghetti\">https://rebrand.ly/Borghetti</a>','Hi-Spirits launches Summer serves','','inherit','closed','closed','','5111-revision-v1','','','2019-05-23 09:50:58','2019-05-23 09:50:58','',5111,'https://www.ontradeprogress.com/2019/05/23/5111-revision-v1/',0,'revision','',0),(5246,1,'2019-05-23 10:01:15','2019-05-23 10:01:15','<h1>Aster restaurant in Victoria will evolve into a European Grand Cafe from the 20th May with a new Executive Chef and a menu featuring a range of new Brasserie dishes.</h1>\nBjoern Wassmuth will head up the kitchen, taking Aster into a new culinary direction, and re-positioning the menu. This new appointment sees Wassmuth take on a second role at D&amp;D London as he will remain in his current position as Executive Chef at German Gymnasium in King’s Cross.\n<div>Moving away from Nordic influences, the new menu will include dishes such as oysters; burrata and smoked semi-dried heritage tomatoes with basil pesto, lemon olive oil and balsamic; Spanish seabass with sauté radish, new potato, samphire and watercress velouté and chicken schnitzel with rocket, beans, sundried tomato, sweet potato fries and a red wine jus. Some signature plates will remain on the menu such as cured salmon with cucumber and crispy potato and meatballs with mash potato and lingonberry jam.</div>\n<div></div>\n<div>Wassmuth has over 14 years’ international experience in the industry and has previously worked at Tschuggen Grand Hotel in St Moritz and Käfer Berlin restaurant on the rooftop of the German Federal Parliament building. Helena Puolakka will still continue to work and remain closely involved with D&amp;D alongside her new role at Savoy Helsinki.</div>','Aster Restaurant gets a new European Grand Cafe menu and Executive Chef','','inherit','closed','closed','','5218-autosave-v1','','','2019-05-23 10:01:15','2019-05-23 10:01:15','',5218,'https://www.ontradeprogress.com/2019/05/23/5218-autosave-v1/',0,'revision','',0),(5247,1,'2019-05-23 10:02:31','2019-05-23 10:02:31','<h1>Aster restaurant in Victoria will evolve into a European Grand Cafe from the 20th May with a new Executive Chef and a menu featuring a range of new Brasserie dishes.</h1>\r\nBjoern Wassmuth will head up the kitchen, taking Aster into a new culinary direction, and re-positioning the menu. This new appointment sees Wassmuth take on a second role at D&amp;D London as he will remain in his current position as Executive Chef at German Gymnasium in King’s Cross.\r\n\r\n<img class=\"alignright size-medium wp-image-5219\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Bjoern-221x300.png\" alt=\"aster restaurant\" width=\"221\" height=\"300\" />\r\n<div>Moving away from Nordic influences, the new menu will include dishes such as oysters; burrata and smoked semi-dried heritage tomatoes with basil pesto, lemon olive oil and balsamic; Spanish seabass with sauté radish, new potato, samphire and watercress velouté and chicken schnitzel with rocket, beans, sundried tomato, sweet potato fries and a red wine jus. Some signature plates will remain on the menu such as cured salmon with cucumber and crispy potato and meatballs with mash potato and lingonberry jam.</div>\r\n<div></div>\r\n<div>Wassmuth has over 14 years’ international experience in the industry and has previously worked at Tschuggen Grand Hotel in St Moritz and Käfer Berlin restaurant on the rooftop of the German Federal Parliament building. Helena Puolakka will still continue to work and remain closely involved with D&amp;D alongside her new role at Savoy Helsinki.</div>','Aster Restaurant gets a new European Grand Cafe menu and Executive Chef','','inherit','closed','closed','','5218-revision-v1','','','2019-05-23 10:02:31','2019-05-23 10:02:31','',5218,'https://www.ontradeprogress.com/2019/05/23/5218-revision-v1/',0,'revision','',0),(5248,1,'2019-05-23 10:47:32','2019-05-23 10:47:32','<h1>Launching in early June on Hanway Street in London’s West End, Murder Inc. is a new cocktail bar and the latest offering from the team behind The Cocktail Trading Company.</h1>\nHidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined- sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth in to one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the de?cor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour. A sizeable bar will take pride of place in a room where oak paneling, woven cane and striking artworks stand out against dark brick walls lit up by red neon signs and industrial pendants.\n\nFour years have passed since The Cocktail Trading Co. first popped up at the top of Carnaby Street and impressed Londoners with its refreshing approach to cocktails – namely being fun &amp; affordable with no shortage of creativity, and absolutely zero pretense. Owner- bartenders Andy Mil, Olly Brading and Elliot Ball moved on from their pop-up to the now flagship, brick and mortar Cocktail Trading Co. in the heart of Shoreditch, which recently celebrated its 3rd birthday, in which time they have built this little bar into one of the new staples of the London cocktail scene. Returning to the West End with Murder Inc. four years older sees an evolution of the team’s creative style whilst retaining their core values.\n\n<img class=\"alignright size-medium wp-image-5224\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw-e1558595734460-300x262.jpeg\" alt=\"\" width=\"300\" height=\"262\" />\n\nThe drinks at Murder Inc. still have the tongue in cheek theatricality that Cocktail Trading Co. has become known for, but with a simpler, more refined sense of style. Featuring takes on evocative cocktails like the notorious Death In The Afternoon, an on-tap blend of Pernod Absinthe, agave-ginger sherbet and Moe?t Champagne and the Diablo II, a combination of Patron Silver, salted galangal, cassis, rooibos beer and demonic overtones, the drinks are sophisticated yet striking, often darkly funny and guaranteed to bring a smile to any face.\n\nStarting from £9 each, examples from the menu are below:\n\n• Adonis - Lillet Blanc, hibiscus vermouth, wild strawberry, bitters &amp; bubbles.\n• Slipper &amp; ‘ting - Pisco el Gobernador, Melonade, lime &amp; grapefruit soda.\n• Rusty Nail in the Coffin - Ardbeg, Drambuie, barbequed marmalade vermouth.\n• Cannonball Collins - Flor de Cana 7, Hennessy VS, triple sec, clarified sweet pineapple soda\n• Frozen Banana Ramos – Jagermeister, banana milk, coconut cream, egg white, citrus, stout.\n\nOpen until 2am at the weekends, offering live music and a serious ‘happy hour’ until 7pm, Murder Inc, will soon become the go-to place for quality drinks at reasonable prices, in a highly entertaining environment.\n\nOpening Hours: Mon – Weds 4.30pm – midnight, Thurs – Sat 4.30pm – 2am\n\nMURDER INC.\n36 Hanway St,\nFitzrovia,\nLondon, W1T 1UP\n\n&nbsp;','New cocktail bar Murder Inc. set to launch this June','','inherit','closed','closed','','5223-autosave-v1','','','2019-05-23 10:47:32','2019-05-23 10:47:32','',5223,'https://www.ontradeprogress.com/2019/05/23/5223-autosave-v1/',0,'revision','',0),(5249,1,'2019-05-23 10:48:15','2019-05-23 10:48:15','<h1>Launching in early June on Hanway Street in London’s West End, Murder Inc. is a new cocktail bar and the latest offering from the team behind The Cocktail Trading Company.</h1>\r\nHidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined- sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth in to one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the de?cor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour. A sizeable bar will take pride of place in a room where oak paneling, woven cane and striking artworks stand out against dark brick walls lit up by red neon signs and industrial pendants.\r\n\r\nFour years have passed since The Cocktail Trading Co. first popped up at the top of Carnaby Street and impressed Londoners with its refreshing approach to cocktails – namely being fun &amp; affordable with no shortage of creativity, and absolutely zero pretense. Owner- bartenders Andy Mil, Olly Brading and Elliot Ball moved on from their pop-up to the now flagship, brick and mortar Cocktail Trading Co. in the heart of Shoreditch, which recently celebrated its 3rd birthday, in which time they have built this little bar into one of the new staples of the London cocktail scene. Returning to the West End with Murder Inc. four years older sees an evolution of the team’s creative style whilst retaining their core values.\r\n\r\n<img class=\"alignright size-medium wp-image-5224\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/3JCo1Asw-e1558595734460-300x262.jpeg\" alt=\"\" width=\"300\" height=\"262\" />\r\n\r\nThe drinks at Murder Inc. still have the tongue in cheek theatricality that Cocktail Trading Co. has become known for, but with a simpler, more refined sense of style. Featuring takes on evocative cocktails like the notorious Death In The Afternoon, an on-tap blend of Pernod Absinthe, agave-ginger sherbet and Moe?t Champagne and the Diablo II, a combination of Patron Silver, salted galangal, cassis, rooibos beer and demonic overtones, the drinks are sophisticated yet striking, often darkly funny and guaranteed to bring a smile to any face.\r\n\r\nStarting from £9 each, examples from the menu are below:\r\n\r\n• Adonis - Lillet Blanc, hibiscus vermouth, wild strawberry, bitters &amp; bubbles.\r\n• Slipper &amp; ‘ting - Pisco el Gobernador, Melonade, lime &amp; grapefruit soda.\r\n• Rusty Nail in the Coffin - Ardbeg, Drambuie, barbequed marmalade vermouth.\r\n• Cannonball Collins - Flor de Cana 7, Hennessy VS, triple sec, clarified sweet pineapple soda\r\n• Frozen Banana Ramos – Jagermeister, banana milk, coconut cream, egg white, citrus, stout.\r\n\r\nOpen until 2am at the weekends, offering live music and a serious ‘happy hour’ until 7pm, Murder Inc, will soon become the go-to place for quality drinks at reasonable prices, in a highly entertaining environment.\r\n\r\nOpening Hours: Mon – Weds 4.30pm – midnight, Thurs – Sat 4.30pm – 2am\r\n\r\nMURDER INC.\r\n36 Hanway St,\r\nFitzrovia,\r\nLondon, W1T 1UP\r\n\r\n&nbsp;','New cocktail bar Murder Inc. set to launch this June','','inherit','closed','closed','','5223-revision-v1','','','2019-05-23 10:48:15','2019-05-23 10:48:15','',5223,'https://www.ontradeprogress.com/2019/05/23/5223-revision-v1/',0,'revision','',0),(5250,1,'2019-05-23 10:55:02','2019-05-23 10:55:02','<strong>Kate Nicholls, Chief Executive of UKHospitality said:</strong>\r\n\r\n“Hospitality is a dynamic industry where careers can be fun and rewarding but these findings are obviously of concern. Many of our members already have practises and programmes in place to support those dealing with mental health issues, but it is clear that more needs to be done – especially if we are to encourage more British workers to consider a career in a sector with an increasingly acute labour shortage.\r\n\r\n“Whether it is to address internal or external matters that lead to a stressful work environment, these results reiterate that we as an industry must work faster to provide our valuable and committed staff with the support they need. In the work place in particular, staff abuse from customers or colleagues should never be tolerated and businesses must always act firmly to protect staff.\r\n\r\n“By integrating this thinking into business strategy and investing more in supporting resources, businesses can show they are serious about offering their staff a safe work environment. We work closely with charities such as Hospitality Action and The Licenced Trade Charity,<s> </s>assist both businesses and employees promote measures to ensure better mental health and wellbeing in the workplace.\r\n\r\n“As a trustee of Hospitality Action, I have seen first-hand the dedicated efforts that are being made to develop employee assistance and support. UKHospitality is committed to helping on this front and will be signposting these services to businesses and employees.\"\r\n\r\n&nbsp;','UKHospitality has reacted to the RSPH’s study on mental health in hospitality','','inherit','closed','closed','','5226-revision-v1','','','2019-05-23 10:55:02','2019-05-23 10:55:02','',5226,'https://www.ontradeprogress.com/2019/05/23/5226-revision-v1/',0,'revision','',0),(5251,1,'2019-05-23 10:56:22','2019-05-23 10:56:22','<h1>Old Mout, one of the UK’s most sustainable ciders and the world’s leading independent conservation organisation, the World Wildlife Fund (WWF), have joined forces for a brand new campaign, which will help to protect half a million acres of habitat around the world.</h1>\nThe partnership is the next chapter in Old Mout’s sustainability agenda, which has already seen the New Zealand-born cider help protect its native country’s national icon, the kiwi, that sits proudly on all Old Mout packaging. The status of the quirky kiwi has now improved from ‘endangered’ to ‘vulnerable’ after the cider maker found out that just one in twenty kiwi chicks survived to adulthood. Old Mout has now set its sights further afield with an ambitious goal – teaming up with WWF in a partnership to help protect animals’ natural habitats across the world, including the continued conservation for the kiwi.\n\nThe brand new campaign includes Old Mout’s first-ever TV ad and features the kiwi and WWF’s iconic panda, as well as showcasing Old Mout’s sustainability credentials – 100% recyclable, natural flavours and vegan friendly.\n\nThe ad stars the adventurous little kiwi who, once endangered himself, sets out on a journey to help protect other animals’ habitats. He meets the WWF panda on his travels and together they enthusiastically announce the partnership, resolving on a striking visual of endangered animals circling the world.\n\nThis marks the beginning of a summer-long integrated campaign for Old Mout, which is now the fastest growing premium flavoured cider in the UK<a name=\"_ftnref1\"></a>. The campaign communicates a serious message in a proactive and enjoyable manner, which has proven effective with millennials and the growing Gen-Z<a name=\"_ftnref2\"></a>. 2019 will see Old Mout’s biggest ever media presence, festival activation with the return of the Kiwi Camp at the Isle of Wight Festival and, for the first time, Boardmasters, as well as on-trade activation in over 1,500 pubs, where a 30p donation to WWF will be made for every bottle purchased.\n\n<img class=\"alignright size-medium wp-image-5231\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002-300x169.jpg\" alt=\"old mout wwf\" width=\"300\" height=\"169\" />\n\n<strong>Emma Sherwood-Smith, Cider Marketing Director at HEINEKEN</strong>, said: <em>“Our ambition is to lead the way as the most sustainable cider – setting the standard to help protect our planet. </em><em>Our partnership with WWF acknowledges the work we’ve done so far for the kiwi in New Zealand and our success in making our cider and packaging the most sustainable it can be.</em>\n\n<em>“Seventy-five per cent of consumers actively look for environmentally conscious brands and we’re proud that our distinctive brand purpose, coupled with WWF’s fame, will help communicate the urgency in the efforts needed to help save our planet.”</em>\n\n<em> </em><strong>Naomi Hicks, Director of Partnerships at WWF</strong>, said: “<em>We are the first generation that knows we’re destroying the planet and could be the last that can do anything about it. Partnerships like this one are essential if we’re to halt and reverse nature’s decline. That’s why we’re delighted to be joining up with Old Mout to protect vital habitats like the Amazon. We’re looking forward to working together to inspire millions to join the fight for our world.</em>”\n\n<em> </em>Old Mout is available on every High Street in the UK, and is outperforming the category and competition as the fastest-growing premium flavoured cider in volume and value<a name=\"_ftnref3\"></a>. In 2018, Old Mout delivered +34% value share growth and boasted the strongest rate of sale in the premium flavoured cider category<a name=\"_ftnref4\"></a>. Exotic flavours are increasing in popularity within the premium flavoured cider sector, driven by a younger generation looking for sessionable fruit ciders in original, unique flavours. To capitalise on this growth, Old Mout launched its new Pineapple &amp; Raspberry variant in March 2019 – set to be the next big thing, especially with pineapple going head to head with avocado as the UK’s fastest-growing tropical fruit.\n\nTo find out more about Old Mout Cider and WWF’s partnership and learn about habitat loss and its devastating effects on endangered wildlife and how to protect it, visit <a href=\"http://www.oldmoutcider.co.uk/wwf\">www.oldmoutcider.co.uk/wwf</a>','Old Mout Cider and WWF partner to protect habitats around the world','','inherit','closed','closed','','5230-autosave-v1','','','2019-05-23 10:56:22','2019-05-23 10:56:22','',5230,'https://www.ontradeprogress.com/2019/05/23/5230-autosave-v1/',0,'revision','',0),(5252,1,'2019-05-23 10:56:26','2019-05-23 10:56:26','<h1>Old Mout, one of the UK’s most sustainable ciders and the world’s leading independent conservation organisation, the World Wildlife Fund (WWF), have joined forces for a brand new campaign, which will help to protect half a million acres of habitat around the world.</h1>\r\nThe partnership is the next chapter in Old Mout’s sustainability agenda, which has already seen the New Zealand-born cider help protect its native country’s national icon, the kiwi, that sits proudly on all Old Mout packaging. The status of the quirky kiwi has now improved from ‘endangered’ to ‘vulnerable’ after the cider maker found out that just one in twenty kiwi chicks survived to adulthood. Old Mout has now set its sights further afield with an ambitious goal – teaming up with WWF in a partnership to help protect animals’ natural habitats across the world, including the continued conservation for the kiwi.\r\n\r\nThe brand new campaign includes Old Mout’s first-ever TV ad and features the kiwi and WWF’s iconic panda, as well as showcasing Old Mout’s sustainability credentials – 100% recyclable, natural flavours and vegan friendly.\r\n\r\nThe ad stars the adventurous little kiwi who, once endangered himself, sets out on a journey to help protect other animals’ habitats. He meets the WWF panda on his travels and together they enthusiastically announce the partnership, resolving on a striking visual of endangered animals circling the world.\r\n\r\nThis marks the beginning of a summer-long integrated campaign for Old Mout, which is now the fastest growing premium flavoured cider in the UK<a name=\"_ftnref1\"></a>. The campaign communicates a serious message in a proactive and enjoyable manner, which has proven effective with millennials and the growing Gen-Z<a name=\"_ftnref2\"></a>. 2019 will see Old Mout’s biggest ever media presence, festival activation with the return of the Kiwi Camp at the Isle of Wight Festival and, for the first time, Boardmasters, as well as on-trade activation in over 1,500 pubs, where a 30p donation to WWF will be made for every bottle purchased.\r\n\r\n<img class=\"alignright size-medium wp-image-5231\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image002-300x169.jpg\" alt=\"old mout wwf\" width=\"300\" height=\"169\" />\r\n\r\n<strong>Emma Sherwood-Smith, Cider Marketing Director at HEINEKEN</strong>, said: <em>“Our ambition is to lead the way as the most sustainable cider – setting the standard to help protect our planet. </em><em>Our partnership with WWF acknowledges the work we’ve done so far for the kiwi in New Zealand and our success in making our cider and packaging the most sustainable it can be.</em>\r\n\r\n<em>“Seventy-five per cent of consumers actively look for environmentally conscious brands and we’re proud that our distinctive brand purpose, coupled with WWF’s fame, will help communicate the urgency in the efforts needed to help save our planet.”</em>\r\n\r\n<em> </em><strong>Naomi Hicks, Director of Partnerships at WWF</strong>, said: “<em>We are the first generation that knows we’re destroying the planet and could be the last that can do anything about it. Partnerships like this one are essential if we’re to halt and reverse nature’s decline. That’s why we’re delighted to be joining up with Old Mout to protect vital habitats like the Amazon. We’re looking forward to working together to inspire millions to join the fight for our world.</em>”\r\n\r\n<em> </em>Old Mout is available on every High Street in the UK, and is outperforming the category and competition as the fastest-growing premium flavoured cider in volume and value<a name=\"_ftnref3\"></a>. In 2018, Old Mout delivered +34% value share growth and boasted the strongest rate of sale in the premium flavoured cider category<a name=\"_ftnref4\"></a>. Exotic flavours are increasing in popularity within the premium flavoured cider sector, driven by a younger generation looking for sessionable fruit ciders in original, unique flavours. To capitalise on this growth, Old Mout launched its new Pineapple &amp; Raspberry variant in March 2019 – set to be the next big thing, especially with pineapple going head to head with avocado as the UK’s fastest-growing tropical fruit.\r\n\r\nTo find out more about Old Mout Cider and WWF’s partnership and learn about habitat loss and its devastating effects on endangered wildlife and how to protect it, visit <a href=\"http://www.oldmoutcider.co.uk/wwf\">www.oldmoutcider.co.uk/wwf</a>','Old Mout Cider and WWF partner to protect habitats around the world','','inherit','closed','closed','','5230-revision-v1','','','2019-05-23 10:56:26','2019-05-23 10:56:26','',5230,'https://www.ontradeprogress.com/2019/05/23/5230-revision-v1/',0,'revision','',0),(5254,1,'2019-05-23 13:03:48','2019-05-23 13:03:48','','ALBERTO NANI_prosecco_750ml','','inherit','closed','closed','','alberto-nani_prosecco_750ml','','','2019-05-23 13:04:34','2019-05-23 13:04:34','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/ALBERTO-NANI_prosecco_750ml.png',0,'attachment','image/png',0),(5258,1,'2019-05-24 07:30:06','2019-05-24 07:30:06','<h1>Healthy Hospo founder, Tim Etherington-Judge and wine &amp; spirits specialist, Stephanie Jordon will launch new Calvados brand, Avallen on Wednesday 29th May at Nine Lives, encouraging people to #beepositive.</h1>\r\nBorn out of a shared passion for traditional spirits and sustainable products, Avallen Calvados has been founded with the intention to re-ignite Calvados, one of the world\'s great brandies, and have a positive impact on the wild bee populations in the markets where it is sold.\r\n\r\nFounders Etherington-Judge and Jordan explain that Calvados is by far one of the most sustainable spirits in the world made from over 300 varieties of apples and pears, cultivated in a well-orchestrated eco-system whereby the orchards, cows, birds and bees work in perfect harmony. It is this biodiversity that inspired them to build a program to help bee populations around the world with their #BeePositive message, donating €0,50 of profit for every bottle sold to organizations dedicated to restoring and protecting the most important of insects as well as a commitment to plant 100,000 wild flowers over the next 3 years across the globe in aid of helping our forever declining bee population.\r\n\r\nIn the wake of Sweet &amp; Chilli\'s recent human sustainability aim, the partnership with Nine Lives could not have been a better one. In its simplest form, the specialist drinks agency\'s profit shares are given to staff on the grounds of providing great service to customers. With businesses obtaining growing revenue and profitability, the money made is reinvested back into the scheme. The new initiative Sweet &amp; Chilli are hoping to maintain longstanding individuals, meaning the money spent on the costly recruitment process can be used in other areas.\r\n\r\n<img class=\"alignright size-medium wp-image-5259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen-300x100.jpg\" alt=\"avallen brandy sustainable\" width=\"300\" height=\"100\" />\r\n\r\nHuman Sustainability goes beyond fair wages; it\'s about providing a solid foundation which allows individuals to grow, learn and reap the financial rewards in a fair and driven company. Sweet &amp; Chilli are currently in their last month of their three-month trial of the scheme and have overall given 10% profit to all team members who have been involved in the company longer than three months.\r\n\r\nAvallen\'s liquid is fresh, fruity and proudly apple forward in its flavour profile. A Calvados AOC aged in French oak barrels for 2 years and bottled at 40% ABV with no added sugar, caramel or boisé. It is made from nothing buy real apples, water and time. Ultimately an accessible yet high-quality liquid with a fresh and innovative take on design for the category, Avallen Spirits aims to shake up the global spirits market and take Calvados off the shelf and into the speedwells and cocktail menus of bars around the world.\r\n\r\nAvallen Spirits is a company with environmental positivity at its core. Made from nothing but real apples, water and time, Avallen Calvados is completely natural with no additives or added sugar. The bottle has been selected for its bartender friendliness but also as it is one of the lightest on the market ensuring a reduced carbon footprint from shipping. The label is printed on recycled apple pulp paper (the rest of the pulp is distributed to dairy farmers to feed their herds) using only sustainable dyes minimizing the impact on the environment. Avallen Calvados is produced in La Manche region of Normandy, France, who\'s local council have been pesticide free since 2016.','New eco-friendly apple brandy','','publish','closed','open','','new-eco-friendly-apple-brandy-avallen-calvados-will-launch-this-may-at-sustainable-cocktail-bar-nine-lives','','','2019-07-18 07:27:33','2019-07-18 07:27:33','',0,'https://www.ontradeprogress.com/?p=5258',0,'post','',0),(5259,1,'2019-05-24 07:27:21','2019-05-24 07:27:21','','Avallen','','inherit','closed','closed','','avallen','','','2019-05-24 07:27:51','2019-05-24 07:27:51','',5258,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen.jpg',0,'attachment','image/jpeg',0),(5260,1,'2019-05-24 07:29:33','2019-05-24 07:29:33','<h1>Healthy Hospo founder, Tim Etherington-Judge and wine &amp; spirits specialist, Stephanie Jordon will launch new Calvados brand, Avallen on Wednesday 29th May at Nine Lives, encouraging people to #beepositive.</h1>\r\nBorn out of a shared passion for traditional spirits and sustainable products, Avallen Calvados has been founded with the intention to re-ignite Calvados, one of the world\'s great brandies, and have a positive impact on the wild bee populations in the markets where it is sold.\r\n\r\nFounders Etherington-Judge and Jordan explain that Calvados is by far one of the most sustainable spirits in the world made from over 300 varieties of apples and pears, cultivated in a well-orchestrated eco-system whereby the orchards, cows, birds and bees work in perfect harmony. It is this biodiversity that inspired them to build a program to help bee populations around the world with their #BeePositive message, donating €0,50 of profit for every bottle sold to organizations dedicated to restoring and protecting the most important of insects as well as a commitment to plant 100,000 wild flowers over the next 3 years across the globe in aid of helping our forever declining bee population.\r\n\r\nIn the wake of Sweet &amp; Chilli\'s recent human sustainability aim, the partnership with Nine Lives could not have been a better one. In its simplest form, the specialist drinks agency\'s profit shares are given to staff on the grounds of providing great service to customers. With businesses obtaining growing revenue and profitability, the money made is reinvested back into the scheme. The new initiative Sweet &amp; Chilli are hoping to maintain longstanding individuals, meaning the money spent on the costly recruitment process can be used in other areas.\r\n\r\n<img class=\"alignright size-medium wp-image-5259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen-300x100.jpg\" alt=\"avallen brandy sustainable\" width=\"300\" height=\"100\" />\r\n\r\nHuman Sustainability goes beyond fair wages; it\'s about providing a solid foundation which allows individuals to grow, learn and reap the financial rewards in a fair and driven company. Sweet &amp; Chilli are currently in their last month of their three-month trial of the scheme and have overall given 10% profit to all team members who have been involved in the company longer than three months.\r\n\r\nAvallen\'s liquid is fresh, fruity and proudly apple forward in its flavour profile. A Calvados AOC aged in French oak barrels for 2 years and bottled at 40% ABV with no added sugar, caramel or boisé. It is made from nothing buy real apples, water and time. Ultimately an accessible yet high-quality liquid with a fresh and innovative take on design for the category, Avallen Spirits aims to shake up the global spirits market and take Calvados off the shelf and into the speedwells and cocktail menus of bars around the world.\r\n\r\nAvallen Spirits is a company with environmental positivity at its core. Made from nothing but real apples, water and time, Avallen Calvados is completely natural with no additives or added sugar. The bottle has been selected for its bartender friendliness but also as it is one of the lightest on the market ensuring a reduced carbon footprint from shipping. The label is printed on recycled apple pulp paper (the rest of the pulp is distributed to dairy farmers to feed their herds) using only sustainable dyes minimizing the impact on the environment. Avallen Calvados is produced in La Manche region of Normandy, France, who\'s local council have been pesticide free since 2016.','New eco-friendly apple brandy, Avallen Calvados will launch this May  at sustainable cocktail bar, Nine Lives','','inherit','closed','closed','','5258-revision-v1','','','2019-05-24 07:29:33','2019-05-24 07:29:33','',5258,'https://www.ontradeprogress.com/2019/05/24/5258-revision-v1/',0,'revision','',0),(5262,1,'2019-05-24 07:38:38','2019-05-24 07:38:38','','MortyandBobswinepairing','','inherit','closed','closed','','mortyandbobswinepairing','','','2019-05-24 07:48:11','2019-05-24 07:48:11','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/MortyandBobswinepairing.png',0,'attachment','image/png',0),(5266,1,'2019-05-24 07:52:14','2019-05-24 07:52:14','<h1>Healthy Hospo founder, Tim Etherington-Judge and wine &amp; spirits specialist, Stephanie Jordon will launch new Calvados brand, Avallen on Wednesday 29th May at Nine Lives, encouraging people to #beepositive.</h1>\r\nBorn out of a shared passion for traditional spirits and sustainable products, Avallen Calvados has been founded with the intention to re-ignite Calvados, one of the world\'s great brandies, and have a positive impact on the wild bee populations in the markets where it is sold.\r\n\r\nFounders Etherington-Judge and Jordan explain that Calvados is by far one of the most sustainable spirits in the world made from over 300 varieties of apples and pears, cultivated in a well-orchestrated eco-system whereby the orchards, cows, birds and bees work in perfect harmony. It is this biodiversity that inspired them to build a program to help bee populations around the world with their #BeePositive message, donating €0,50 of profit for every bottle sold to organizations dedicated to restoring and protecting the most important of insects as well as a commitment to plant 100,000 wild flowers over the next 3 years across the globe in aid of helping our forever declining bee population.\r\n\r\nIn the wake of Sweet &amp; Chilli\'s recent human sustainability aim, the partnership with Nine Lives could not have been a better one. In its simplest form, the specialist drinks agency\'s profit shares are given to staff on the grounds of providing great service to customers. With businesses obtaining growing revenue and profitability, the money made is reinvested back into the scheme. The new initiative Sweet &amp; Chilli are hoping to maintain longstanding individuals, meaning the money spent on the costly recruitment process can be used in other areas.\r\n\r\n<img class=\"alignright size-medium wp-image-5259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen-300x100.jpg\" alt=\"avallen brandy sustainable\" width=\"300\" height=\"100\" />\r\n\r\nHuman Sustainability goes beyond fair wages; it\'s about providing a solid foundation which allows individuals to grow, learn and reap the financial rewards in a fair and driven company. Sweet &amp; Chilli are currently in their last month of their three-month trial of the scheme and have overall given 10% profit to all team members who have been involved in the company longer than three months.\r\n\r\nAvallen\'s liquid is fresh, fruity and proudly apple forward in its flavour profile. A Calvados AOC aged in French oak barrels for 2 years and bottled at 40% ABV with no added sugar, caramel or boisé. It is made from nothing buy real apples, water and time. Ultimately an accessible yet high-quality liquid with a fresh and innovative take on design for the category, Avallen Spirits aims to shake up the global spirits market and take Calvados off the shelf and into the speedwells and cocktail menus of bars around the world.\r\n\r\nAvallen Spirits is a company with environmental positivity at its core. Made from nothing but real apples, water and time, Avallen Calvados is completely natural with no additives or added sugar. The bottle has been selected for its bartender friendliness but also as it is one of the lightest on the market ensuring a reduced carbon footprint from shipping. The label is printed on recycled apple pulp paper (the rest of the pulp is distributed to dairy farmers to feed their herds) using only sustainable dyes minimizing the impact on the environment. Avallen Calvados is produced in La Manche region of Normandy, France, who\'s local council have been pesticide free since 2016.','New eco-friendly apple brandy, Avallen Calvados will launch this May','','inherit','closed','closed','','5258-revision-v1','','','2019-05-24 07:52:14','2019-05-24 07:52:14','',5258,'https://www.ontradeprogress.com/2019/05/24/5258-revision-v1/',0,'revision','',0),(5268,1,'2019-05-24 07:57:36','2019-05-24 07:57:36','<h1 class=\"paragraph\"><b>Iconic American sweet bakery brand Otis Spunkmeyer is coming to the lemon-aid of uninspired caterers this May, introducing a limited-edition Pink Lemonade Muffin to help shake up sales and put outlets in the pink.</b></h1>\r\n<p class=\"paragraph\">The new creation, available now, is a delicate lemon muffin practically fizzing with a smooth raspberry and lemon curd filling, topped with delicate pink sugar crystals and decorated with an edible yellow straw; all wrapped up in a vibrant pink and white gingham muffin case, evoking the traditional summer picnic blanket.</p>\r\n<p class=\"paragraph\">Supplied in units of 24 the new muffins can be thawed and served in minutes, but caterers need to move fast; the parent company of Otis Spunkmeyer, ARYZTA Food Solutions, is offering the muffins up at a very special seasonal price of £18.96 per case.</p>\r\n<img class=\"alignright size-medium wp-image-5269\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin-300x200.jpg\" alt=\"pink lemonade muffin\" width=\"300\" height=\"200\" />\r\n<p class=\"paragraph\"><b>Paul Maxwell, Marketing Manager UK at ARYZTA Food Solutions</b>, comments: “Demand for seasonal NPD is peaking*, with the summer proving high season for snacking, especially for younger Gen Z consumers who admit to indulging more than once a week^. These diners are Instagram natives, of course; consumers that can’t help but be swayed into purchase by the muffin’s striking look and edible straw – ideal fodder for the perfect social post! For caterers, it’s the perfect snacking storm; I urge them to grab a case today at this very special limited-edition price and profit from a market in the ascendancy.”</p>\r\n&nbsp;','New Pink Lemonade Muffin by Otis Spunkmeyer','','publish','closed','open','','new-pink-lemonade-muffin-set-to-make-summer-sales-fizz','','','2019-05-24 08:14:19','2019-05-24 08:14:19','',0,'https://www.ontradeprogress.com/?p=5268',0,'post','',0),(5269,1,'2019-05-24 07:55:46','2019-05-24 07:55:46','','Limited-edition Pink Lemonade Muffin','','inherit','closed','closed','','limited-edition-pink-lemonade-muffin','','','2019-05-24 07:55:57','2019-05-24 07:55:57','',5268,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin.jpg',0,'attachment','image/jpeg',0),(5270,1,'2019-05-24 07:57:17','2019-05-24 07:57:17','<h1 class=\"paragraph\"><b>Iconic American sweet bakery brand Otis Spunkmeyer is coming to the lemon-aid of uninspired caterers this May, introducing a limited-edition Pink Lemonade Muffin to help shake up sales and put outlets in the pink.</b></h1>\r\n<p class=\"paragraph\">The new creation, available now, is a delicate lemon muffin practically fizzing with a smooth raspberry and lemon curd filling, topped with delicate pink sugar crystals and decorated with an edible yellow straw; all wrapped up in a vibrant pink and white gingham muffin case, evoking the traditional summer picnic blanket.</p>\r\n<p class=\"paragraph\">Supplied in units of 24 the new muffins can be thawed and served in minutes, but caterers need to move fast; the parent company of Otis Spunkmeyer, ARYZTA Food Solutions, is offering the muffins up at a very special seasonal price of £18.96 per case.</p>\r\n<img class=\"alignright size-medium wp-image-5269\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin-300x200.jpg\" alt=\"pink lemonade muffin\" width=\"300\" height=\"200\" />\r\n<p class=\"paragraph\"><b>Paul Maxwell, Marketing Manager UK at ARYZTA Food Solutions</b>, comments: “Demand for seasonal NPD is peaking*, with the summer proving high season for snacking, especially for younger Gen Z consumers who admit to indulging more than once a week^. These diners are Instagram natives, of course; consumers that can’t help but be swayed into purchase by the muffin’s striking look and edible straw – ideal fodder for the perfect social post! For caterers, it’s the perfect snacking storm; I urge them to grab a case today at this very special limited-edition price and profit from a market in the ascendancy.”</p>','New Pink Lemonade Muffin Set to Make Summer Sales Fizz','','inherit','closed','closed','','5268-revision-v1','','','2019-05-24 07:57:17','2019-05-24 07:57:17','',5268,'https://www.ontradeprogress.com/2019/05/24/5268-revision-v1/',0,'revision','',0),(5271,1,'2019-05-24 07:57:36','2019-05-24 07:57:36','<h1 class=\"paragraph\"><b>Iconic American sweet bakery brand Otis Spunkmeyer is coming to the lemon-aid of uninspired caterers this May, introducing a limited-edition Pink Lemonade Muffin to help shake up sales and put outlets in the pink.</b></h1>\r\n<p class=\"paragraph\">The new creation, available now, is a delicate lemon muffin practically fizzing with a smooth raspberry and lemon curd filling, topped with delicate pink sugar crystals and decorated with an edible yellow straw; all wrapped up in a vibrant pink and white gingham muffin case, evoking the traditional summer picnic blanket.</p>\r\n<p class=\"paragraph\">Supplied in units of 24 the new muffins can be thawed and served in minutes, but caterers need to move fast; the parent company of Otis Spunkmeyer, ARYZTA Food Solutions, is offering the muffins up at a very special seasonal price of £18.96 per case.</p>\r\n<img class=\"alignright size-medium wp-image-5269\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin-300x200.jpg\" alt=\"pink lemonade muffin\" width=\"300\" height=\"200\" />\r\n<p class=\"paragraph\"><b>Paul Maxwell, Marketing Manager UK at ARYZTA Food Solutions</b>, comments: “Demand for seasonal NPD is peaking*, with the summer proving high season for snacking, especially for younger Gen Z consumers who admit to indulging more than once a week^. These diners are Instagram natives, of course; consumers that can’t help but be swayed into purchase by the muffin’s striking look and edible straw – ideal fodder for the perfect social post! For caterers, it’s the perfect snacking storm; I urge them to grab a case today at this very special limited-edition price and profit from a market in the ascendancy.”</p>\r\n&nbsp;','New Pink Lemonade Muffin Set to Make Summer Sales Fizz','','inherit','closed','closed','','5268-revision-v1','','','2019-05-24 07:57:36','2019-05-24 07:57:36','',5268,'https://www.ontradeprogress.com/2019/05/24/5268-revision-v1/',0,'revision','',0),(5273,1,'2019-05-24 08:10:19','2019-05-24 08:10:19','<h1>UKHospitality has welcomed reports suggesting that the Government has heeded hospitality\'s calls and urged a move away from a prohibitive minimum salary threshold for EU migrants in future policy.</h1>\r\nA letter from the Home Secretary to the Migration Advisory Committee (MAC) purportedly urges the dropping of a £30,000 salary threshold for migrants to work in the UK, instead suggesting that companies pay \'the going rate\'.\r\n\r\nKate Nicholls, CEO of UKHospitality, said “Such a recommendation would be positive and pragmatic, while demonstrating that the Home Secretary has been listening to our concerns about the £30,000 minimum salary threshold. Such a threshold would make many crucial, hard to fill roles in hospitality unavailable to EU workers.\r\n\r\n“Any future migration policy must focus on the needs and fortunes of the wider economy, rather than focusing on individuals. Hospitality is a key economic driver but to keep growing will need to employ non-British workers in many different roles. It is vital that we also have a separate route for semi-skilled workers.”','Dropping of the £30,000 minimum salary threshold','','publish','closed','open','','dropping-30000-minimum-salary-threshold-positive-and-pragmatic-says-ukhospitality','','','2019-05-29 15:13:19','2019-05-29 15:13:19','',0,'https://www.ontradeprogress.com/?p=5273',0,'post','',0),(5274,1,'2019-05-24 08:08:45','2019-05-24 08:08:45','','Finances Saving Economy concept. Female accountant or banker use','Finances Saving Economy concept. Female accountant or banker use calculator.','inherit','closed','closed','','finances-saving-economy-concept-female-accountant-or-banker-use','','','2019-05-24 08:08:59','2019-05-24 08:08:59','',5273,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/91.jpg',0,'attachment','image/jpeg',0),(5275,1,'2019-05-24 08:09:50','2019-05-24 08:09:50','<h1>UKHospitality has welcomed reports suggesting that the Government has heeded hospitality\'s calls and urged a move away from a prohibitive minimum salary threshold for EU migrants in future policy.</h1>\r\nA letter from the Home Secretary to the Migration Advisory Committee (MAC) purportedly urges the dropping of a £30,000 salary threshold for migrants to work in the UK, instead suggesting that companies pay \'the going rate\'.\r\n\r\nKate Nicholls, CEO of UKHospitality, said “Such a recommendation would be positive and pragmatic, while demonstrating that the Home Secretary has been listening to our concerns about the £30,000 minimum salary threshold. Such a threshold would make many crucial, hard to fill roles in hospitality unavailable to EU workers.\r\n\r\n“Any future migration policy must focus on the needs and fortunes of the wider economy, rather than focusing on individuals. Hospitality is a key economic driver but to keep growing will need to employ non-British workers in many different roles. It is vital that we also have a separate route for semi-skilled workers.”','Dropping £30,000 minimum salary threshold \"positive and pragmatic\", says UKHospitality','','inherit','closed','closed','','5273-revision-v1','','','2019-05-24 08:09:50','2019-05-24 08:09:50','',5273,'https://www.ontradeprogress.com/2019/05/24/5273-revision-v1/',0,'revision','',0),(5276,1,'2019-05-24 08:13:26','2019-05-24 08:13:26','<h1 class=\"paragraph\"><b>Iconic American sweet bakery brand Otis Spunkmeyer is coming to the lemon-aid of uninspired caterers this May, introducing a limited-edition Pink Lemonade Muffin to help shake up sales and put outlets in the pink.</b></h1>\n<p class=\"paragraph\">The new creation, available now, is a delicate lemon muffin practically fizzing with a smooth raspberry and lemon curd filling, topped with delicate pink sugar crystals and decorated with an edible yellow straw; all wrapped up in a vibrant pink and white gingham muffin case, evoking the traditional summer picnic blanket.</p>\n<p class=\"paragraph\">Supplied in units of 24 the new muffins can be thawed and served in minutes, but caterers need to move fast; the parent company of Otis Spunkmeyer, ARYZTA Food Solutions, is offering the muffins up at a very special seasonal price of £18.96 per case.</p>\n<img class=\"alignright size-medium wp-image-5269\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin-300x200.jpg\" alt=\"pink lemonade muffin\" width=\"300\" height=\"200\" />\n<p class=\"paragraph\"><b>Paul Maxwell, Marketing Manager UK at ARYZTA Food Solutions</b>, comments: “Demand for seasonal NPD is peaking*, with the summer proving high season for snacking, especially for younger Gen Z consumers who admit to indulging more than once a week^. These diners are Instagram natives, of course; consumers that can’t help but be swayed into purchase by the muffin’s striking look and edible straw – ideal fodder for the perfect social post! For caterers, it’s the perfect snacking storm; I urge them to grab a case today at this very special limited-edition price and profit from a market in the ascendancy.”</p>\n&nbsp;','New Pink Lemonade Muffin set to make Summer sales fizz','','inherit','closed','closed','','5268-autosave-v1','','','2019-05-24 08:13:26','2019-05-24 08:13:26','',5268,'https://www.ontradeprogress.com/2019/05/24/5268-autosave-v1/',0,'revision','',0),(5277,1,'2019-05-24 08:14:19','2019-05-24 08:14:19','<h1 class=\"paragraph\"><b>Iconic American sweet bakery brand Otis Spunkmeyer is coming to the lemon-aid of uninspired caterers this May, introducing a limited-edition Pink Lemonade Muffin to help shake up sales and put outlets in the pink.</b></h1>\r\n<p class=\"paragraph\">The new creation, available now, is a delicate lemon muffin practically fizzing with a smooth raspberry and lemon curd filling, topped with delicate pink sugar crystals and decorated with an edible yellow straw; all wrapped up in a vibrant pink and white gingham muffin case, evoking the traditional summer picnic blanket.</p>\r\n<p class=\"paragraph\">Supplied in units of 24 the new muffins can be thawed and served in minutes, but caterers need to move fast; the parent company of Otis Spunkmeyer, ARYZTA Food Solutions, is offering the muffins up at a very special seasonal price of £18.96 per case.</p>\r\n<img class=\"alignright size-medium wp-image-5269\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Limited-edition-Pink-Lemonade-Muffin-300x200.jpg\" alt=\"pink lemonade muffin\" width=\"300\" height=\"200\" />\r\n<p class=\"paragraph\"><b>Paul Maxwell, Marketing Manager UK at ARYZTA Food Solutions</b>, comments: “Demand for seasonal NPD is peaking*, with the summer proving high season for snacking, especially for younger Gen Z consumers who admit to indulging more than once a week^. These diners are Instagram natives, of course; consumers that can’t help but be swayed into purchase by the muffin’s striking look and edible straw – ideal fodder for the perfect social post! For caterers, it’s the perfect snacking storm; I urge them to grab a case today at this very special limited-edition price and profit from a market in the ascendancy.”</p>\r\n&nbsp;','New Pink Lemonade Muffin by Otis Spunkmeyer','','inherit','closed','closed','','5268-revision-v1','','','2019-05-24 08:14:19','2019-05-24 08:14:19','',5268,'https://www.ontradeprogress.com/2019/05/24/5268-revision-v1/',0,'revision','',0),(5278,1,'2019-05-24 08:48:11','2019-05-24 08:48:11','<h1>Scotland’s market-leading ale brand has announced it will be relaunching its invigorated McEwan’s Lager as part of the brands focus on the refresh of the McEwan’s portfolio.</h1>\r\nLaunching across the UK on-trade in May 2019, the new look McEwan’s Lager will be the first product for the brand to be rolled out nationally across the on-trade in response to a demand for a competitive value driven lager.\r\n\r\nMcEwan’s Lager forms part two of the wider McEwan’s re-brand and follows the success of new look Export, Champion and Headspace, which since the 2018 relaunch, have helped drive the brand family to return to growth at +19.4% vs LY MAT. Determined to continue with the success of the new look, the brand has re-invested in McEwan’s Lager giving it a premium lager look but to sit comfortably within the standard lager category.\r\n\r\n<img class=\"alignright size-medium wp-image-5279\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/McEwans-Lager-Glass-Visual-Condensation-133x300.jpg\" alt=\"\" width=\"133\" height=\"300\" />\r\n\r\nJoanna Stickler, McEwan’s Brand Manager explained the focus of the new look: <em>“There was a clear opportunity for a new lager to add depth and diversity to the category; competing not only in the Scottish market but also across the whole of the UK without compromising on quality and taste.”</em>\r\n\r\n<em> </em><em>“We knew we had the great product but it just needed bringing up to date. Keeping in line with the value that our customers expect, we have given it a new lease of life – with a premium look that doesn’t mean breaking the bank for our consumers.”</em>\r\n\r\nMcEwan’s Lager has secured over 200 stockists following an early release into the Marston’s estate earlier this year and has plans to launch into can for the off-trade later in the year.\r\n\r\n&nbsp;','McEwan’s lager relaunches this month','','publish','closed','open','','mcewans-lager-relaunches-this-month','','','2019-05-24 08:48:11','2019-05-24 08:48:11','',0,'https://www.ontradeprogress.com/?p=5278',0,'post','',0),(5279,1,'2019-05-24 08:39:04','2019-05-24 08:39:04','','McEwans Lager Glass Visual Condensation','','inherit','closed','closed','','mcewans-lager-glass-visual-condensation','','','2019-05-24 08:39:04','2019-05-24 08:39:04','',5278,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/McEwans-Lager-Glass-Visual-Condensation.jpg',0,'attachment','image/jpeg',0),(5280,1,'2019-05-24 08:45:15','2019-05-24 08:45:15','','Beer Background','Light Beer Background - Beer in Macro Photography. Closeup View.','inherit','closed','closed','','beer-background','','','2019-05-24 08:45:38','2019-05-24 08:45:38','',5278,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/1238.jpg',0,'attachment','image/jpeg',0),(5281,1,'2019-05-24 08:47:51','2019-05-24 08:47:51','<h1>Scotland’s market-leading ale brand has announced it will be relaunching its invigorated McEwan’s Lager as part of the brands focus on the refresh of the McEwan’s portfolio.</h1>\r\nLaunching across the UK on-trade in May 2019, the new look McEwan’s Lager will be the first product for the brand to be rolled out nationally across the on-trade in response to a demand for a competitive value driven lager.\r\n\r\nMcEwan’s Lager forms part two of the wider McEwan’s re-brand and follows the success of new look Export, Champion and Headspace, which since the 2018 relaunch, have helped drive the brand family to return to growth at +19.4% vs LY MAT. Determined to continue with the success of the new look, the brand has re-invested in McEwan’s Lager giving it a premium lager look but to sit comfortably within the standard lager category.\r\n\r\n<img class=\"alignright size-medium wp-image-5279\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/McEwans-Lager-Glass-Visual-Condensation-133x300.jpg\" alt=\"\" width=\"133\" height=\"300\" />\r\n\r\nJoanna Stickler, McEwan’s Brand Manager explained the focus of the new look: <em>“There was a clear opportunity for a new lager to add depth and diversity to the category; competing not only in the Scottish market but also across the whole of the UK without compromising on quality and taste.”</em>\r\n\r\n<em> </em><em>“We knew we had the great product but it just needed bringing up to date. Keeping in line with the value that our customers expect, we have given it a new lease of life – with a premium look that doesn’t mean breaking the bank for our consumers.”</em>\r\n\r\nMcEwan’s Lager has secured over 200 stockists following an early release into the Marston’s estate earlier this year and has plans to launch into can for the off-trade later in the year.\r\n\r\n&nbsp;','McEwan’s lager relaunches this month','','inherit','closed','closed','','5278-revision-v1','','','2019-05-24 08:47:51','2019-05-24 08:47:51','',5278,'https://www.ontradeprogress.com/2019/05/24/5278-revision-v1/',0,'revision','',0),(5282,1,'2019-05-25 08:26:42','2019-05-25 08:26:42','<h1>As summer approaches, Hi-Spirits is encouraging operators to make their drinks sales shine with simple, profitable serves featuring popular brands from its portfolio.</h1>\r\nThe Southern Comfort Lemonade &amp; Fresh Lime serve brings the party spirit of New Orleans to summer nights out, while Buffalo Trace Bourbon and Coke offers one of the most popular spirit and mixer combinations. The newly launched RedLeg Caramelised Pineapple spiced rum features in an appealing summer daiquiri recipe.\r\n\r\nIn addition, Hi-Spirits has created new ‘perfect serve’ videos showing bar staff how to tap into demand for coffee-based drinks including the espresso martini, using authentic Italian liqueur Caffe Borghetti.\r\n\r\n<img class=\"alignright size-medium wp-image-5112\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/RedLeg-Carmelised-Pineapple-Daiquiri-1-e1558533420104-244x300.jpg\" alt=\"redleg carmelised\" width=\"244\" height=\"300\" />\r\n\r\nThe videos show bar staff how to make a premium espresso martini combining Caffe Borghetti and Tito’s Handmade Vodka, as well as demonstrating how Borghetti can be served on its own over ice.\r\n\r\nPoppy Croft, marketing manager at Hi-Spirits said: “As soon as the sun comes out, bars need to be ready with appealing serves for customers. We have some wonderful cocktail recipes for brands across our portfolio, but for many operators, these quick and simple serves made with popular brands including Southern Comfort are ideal.”\r\n\r\nShe adds: “An espresso martini made with Caffé Borghetti doesn’t need added coffee, and so offers improved GP, saves bar staff time and frees up space on the back bar. Alongside the proven popularity of the espresso martini, a well-shaken Borghetti, served over ice, is a classic Italian summer serve.”\r\n\r\nOperators can access the Caffe Borghetti videos at <a href=\"https://rebrand.ly/Borghetti\">https://rebrand.ly/Borghetti</a>','Hi-Spirits launches Summer serves','','inherit','closed','closed','','5111-revision-v1','','','2019-05-25 08:26:42','2019-05-25 08:26:42','',5111,'https://www.ontradeprogress.com/2019/05/25/5111-revision-v1/',0,'revision','',0),(5283,1,'2019-05-25 09:32:20','2019-05-25 09:32:20','','ON-TRADE-PROGRESS_LOGO_2018 RGB (BLUE)','','inherit','closed','closed','','on-trade-progress_logo_2018-rgb-blue','','','2019-05-25 09:32:37','2019-05-25 09:32:37','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/ON-TRADE-PROGRESS_LOGO_2018-RGB-BLUE.jpg',0,'attachment','image/jpeg',0),(5284,1,'2019-05-25 09:32:54','2019-05-25 09:32:54','','ON-TRADE-PROGRESS_LOGO_2018_RGB (BLUE)','','inherit','closed','closed','','on-trade-progress_logo_2018_rgb-blue-2','','','2019-05-25 09:33:03','2019-05-25 09:33:03','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/ON-TRADE-PROGRESS_LOGO_2018_RGB-BLUE.png',0,'attachment','image/png',0),(5285,1,'2019-05-25 09:33:17','2019-05-25 09:33:17','','OTP_TWITTER_PROFILE-IMAGE01','','inherit','closed','closed','','otp_twitter_profile-image01-2','','','2019-05-25 09:33:31','2019-05-25 09:33:31','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP_TWITTER_PROFILE-IMAGE01.jpg',0,'attachment','image/jpeg',0),(5286,1,'2019-05-27 21:37:39','2019-05-27 21:37:39','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNDAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-27 21:37:39','2019-05-27 21:37:39','',8,'https://www.ontradeprogress.com/2019/05/27/8-revision-v1/',0,'revision','',0),(5287,1,'2019-05-27 21:39:20','2019-05-27 21:39:20','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNzAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-27 21:39:20','2019-05-27 21:39:20','',8,'https://www.ontradeprogress.com/2019/05/27/8-revision-v1/',0,'revision','',0),(5288,1,'2019-05-27 21:40:05','2019-05-27 21:40:05','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-05-27 21:40:05','2019-05-27 21:40:05','',8,'https://www.ontradeprogress.com/2019/05/27/8-revision-v1/',0,'revision','',0),(5289,1,'2019-05-27 21:50:09','2019-05-27 21:50:09','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-05-27 21:50:09','2019-05-27 21:50:09','',5005,'https://www.ontradeprogress.com/2019/05/27/5005-revision-v1/',0,'revision','',0),(5290,1,'2019-10-22 09:34:28','2019-10-22 09:34:28','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Food','','inherit','closed','closed','','5022-autosave-v1','','','2019-10-22 09:34:28','2019-10-22 09:34:28','',5022,'https://www.ontradeprogress.com/2019/05/27/5022-autosave-v1/',0,'revision','',0),(5291,1,'2019-05-27 21:53:01','2019-05-27 21:53:01','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-05-27 21:53:01','2019-05-27 21:53:01','',5022,'https://www.ontradeprogress.com/2019/05/27/5022-revision-v1/',0,'revision','',0),(5292,1,'2019-05-27 21:53:11','2019-05-27 21:53:11','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"29\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"29\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Design','','inherit','closed','closed','','5024-revision-v1','','','2019-05-27 21:53:11','2019-05-27 21:53:11','',5024,'https://www.ontradeprogress.com/2019/05/27/5024-revision-v1/',0,'revision','',0),(5293,1,'2019-05-27 21:53:20','2019-05-27 21:53:20','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-05-27 21:53:20','2019-05-27 21:53:20','',5023,'https://www.ontradeprogress.com/2019/05/27/5023-revision-v1/',0,'revision','',0),(5294,1,'2019-05-27 21:53:29','2019-05-27 21:53:29','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-05-27 21:53:29','2019-05-27 21:53:29','',5025,'https://www.ontradeprogress.com/2019/05/27/5025-revision-v1/',0,'revision','',0),(5295,1,'2019-05-27 21:53:38','2019-05-27 21:53:38','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-05-27 21:53:38','2019-05-27 21:53:38','',5026,'https://www.ontradeprogress.com/2019/05/27/5026-revision-v1/',0,'revision','',0),(5296,1,'2019-05-27 21:53:47','2019-05-27 21:53:47','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"4\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"4\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','OTP Exclusives','','inherit','closed','closed','','5027-revision-v1','','','2019-05-27 21:53:47','2019-05-27 21:53:47','',5027,'https://www.ontradeprogress.com/2019/05/27/5027-revision-v1/',0,'revision','',0),(5297,1,'2019-05-27 21:53:56','2019-05-27 21:53:56','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"5\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"5\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Venue Profiles','','inherit','closed','closed','','5041-revision-v1','','','2019-05-27 21:53:56','2019-05-27 21:53:56','',5041,'https://www.ontradeprogress.com/2019/05/27/5041-revision-v1/',0,'revision','',0),(5298,1,'2019-05-27 21:54:04','2019-05-27 21:54:04','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"6\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"6\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Festivals & Events','','inherit','closed','closed','','5042-revision-v1','','','2019-05-27 21:54:04','2019-05-27 21:54:04','',5042,'https://www.ontradeprogress.com/2019/05/27/5042-revision-v1/',0,'revision','',0),(5299,1,'2019-05-27 21:54:19','2019-05-27 21:54:19','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-05-27 21:54:19','2019-05-27 21:54:19','',5173,'https://www.ontradeprogress.com/2019/05/27/5173-revision-v1/',0,'revision','',0),(5301,1,'2019-05-27 21:56:18','2019-05-27 21:56:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"4881\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwVUslMjAlMjN3aW5lJTBB\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQXJlJTIwdW5kZXIlMjAyNSdzJTIwZHJpbmtpbmclMjBsZXNzJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwYmVlciUyMHN1bW1lciUyMHN0b2NrbGlzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hlcmUlMjBkbyUyMHlvdXIlMjBlZ2dzJTIwY29tZSUyMGZyb20lM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-05-27 21:56:18','2019-05-27 21:56:18','',23,'https://www.ontradeprogress.com/2019/05/27/23-revision-v1/',0,'revision','',0),(5302,1,'2019-05-27 21:56:52','2019-05-27 21:56:52','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-autosave-v1','','','2019-05-27 21:56:52','2019-05-27 21:56:52','',25,'https://www.ontradeprogress.com/2019/05/27/25-autosave-v1/',0,'revision','',0),(5303,1,'2019-05-27 21:57:02','2019-05-27 21:57:02','[tdc_zone type=\"tdc_content\" el_class=\"subscribeform\"][vc_row full_width=\"stretch_row_content td-stretch-content\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"subscribe-page\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXQiOnsiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_weight=\"700\" f_post_font_size=\"21\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]<p>Please enter your details and we will be in touch shortly to confirm your subscription...</p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJwb3J0cmFpdCI6eyJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column][vc_column_text el_class=\"subscribeform\" tdc_css=\"eyJwb3J0cmFpdCI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsImFsbCI6eyJwYWRkaW5nLXJpZ2h0IjoiMTAwIiwicGFkZGluZy1sZWZ0IjoiMTAwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5fQ==\"]<p>[contact-form-7 id=\"85\" title=\"Subscribe Form\"]</p>[/vc_column_text][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Subscribe','','inherit','closed','closed','','25-revision-v1','','','2019-05-27 21:57:02','2019-05-27 21:57:02','',25,'https://www.ontradeprogress.com/2019/05/27/25-revision-v1/',0,'revision','',0),(5304,1,'2019-05-27 21:57:14','2019-05-27 21:57:14','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-05-27 21:57:14','2019-05-27 21:57:14','',5175,'https://www.ontradeprogress.com/2019/05/27/5175-revision-v1/',0,'revision','',0),(5305,1,'2019-05-27 21:58:49','2019-05-27 21:58:49','','25','','inherit','closed','closed','','25-5','','','2019-05-27 21:58:49','2019-05-27 21:58:49','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/25-1.png',0,'attachment','image/png',0),(5306,1,'2019-05-27 22:07:26','2019-05-27 22:07:26','','24','','inherit','closed','closed','','24-3','','','2019-05-27 22:07:26','2019-05-27 22:07:26','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/24.png',0,'attachment','image/png',0),(5307,1,'2019-05-27 22:07:39','2019-05-27 22:07:39','','23','','inherit','closed','closed','','23-2','','','2019-05-27 22:07:39','2019-05-27 22:07:39','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/23.png',0,'attachment','image/png',0),(5308,1,'2019-05-27 22:07:53','2019-05-27 22:07:53','','22','','inherit','closed','closed','','22-2','','','2019-05-27 22:07:53','2019-05-27 22:07:53','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/22.png',0,'attachment','image/png',0),(5309,1,'2019-05-27 22:08:07','2019-05-27 22:08:07','','21','','inherit','closed','closed','','21-2','','','2019-05-27 22:08:07','2019-05-27 22:08:07','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/21.png',0,'attachment','image/png',0),(5310,1,'2019-05-27 22:08:21','2019-05-27 22:08:21','','20','','inherit','closed','closed','','20-2','','','2019-05-27 22:08:21','2019-05-27 22:08:21','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/20.png',0,'attachment','image/png',0),(5311,1,'2019-05-28 08:35:11','2019-05-28 08:35:11','<div>\r\n<h1>An awareness week for Team Margot, the charity set up by industry entrepreneur Yaser Martini, is gathering support from a growing number of operators across the hospitality sector, ahead of the first ‘Pinkspiration Week\' running from 23-30 July this year.</h1>\r\nThe support already pledged means around 500 outlets will be running activity around Team Margot Pinkspiration Week. Operators Beds and Bars, Glendola Leisure, Yummy Pubs, Cirrus Inns, Arc Inspirations, New World Trading, All Our Bars and Fuller\'s have agreed to participate in Pinkspiration Week, while UK Hospitality and the BII are encouraging members to back the campaign.\r\n\r\nUnlike most charity initiatives, Pinkspiration Week is aiming not to raise money, but to encourage people to register as stem cell and bone marrow donors. The campaign links to the Team Margot Atlantic Row in December this year, when a team of four dads will be taking part in the Talisker Whisky Atlantic Challenge. Their aim is to encourage new registrations from 1.5 million people - the number of strokes it will take them to complete the 3,000-mile journey, hence their slogan of ‘We Row, You Register\' #WeRowYouRegister\r\n\r\n<img class=\"alignright size-medium wp-image-5312\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/TeamMargotAtlanticBoat-300x225.png\" alt=\"team margot pinkspiration blood cancer\" width=\"300\" height=\"225\" />\r\n\r\nMartini says: \"We are basically asking people to swab their cheeks and join the register. It\'s quick and easy to do and it\'s incredible to think that a stranger standing next to you at the bar could be your ‘perfect match\' and lifesaver, if you needed a stem cell transplant. But you wouldn\'t know that, unless they were on the register.\"\r\n\r\nTeam Margot was set up in 2015 by Martini in memory of his daughter Margot and to honour her legacy after she lost her battle with blood cancer, aged two. Margot was unable to find her ‘perfect match\'.Anyone between 17-55 years old who is in general good health can join the register via a simple swab test.\r\n\r\nPubs, bars and restaurants supporting Pinkspiration Week are encouraged to ‘Think Pink\' by offering apink drinks list, having a ‘Drink Pink Day\', offering pink-inspired dishes or putting team members in pink to help raise awareness. Team Margot are supporting participating operators with a suite of downloadable assets, including copy and images for use in customer newsletters,\r\n\r\n</div>\r\n&nbsp;\r\n<div>\r\n\r\nposters, website banners and social media posts, all available from the website:<a href=\"https://app.prmax.co.uk/track/27643055/click/df6444b0-8114-11e9-999a-6cf0490443a9\"><span class=\"Hyperlink\">https://www.teammargotatlanticrowers.com/pinkspiration</span></a>\r\n\r\n</div>','Operators lend support for Pinkspiration Week','','publish','closed','open','','operators-lend-support-for-pinkspiration-week','','','2019-05-28 08:35:11','2019-05-28 08:35:11','',0,'https://www.ontradeprogress.com/?p=5311',0,'post','',0),(5312,1,'2019-05-28 08:32:27','2019-05-28 08:32:27','','TeamMargotAtlanticBoat','','inherit','closed','closed','','teammargotatlanticboat','','','2019-05-28 08:32:46','2019-05-28 08:32:46','',5311,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/TeamMargotAtlanticBoat.png',0,'attachment','image/png',0),(5313,1,'2019-05-28 08:32:58','2019-05-28 08:32:58','','logo','','inherit','closed','closed','','logo-4','','','2019-05-28 08:33:21','2019-05-28 08:33:21','',5311,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/logo.png',0,'attachment','image/png',0),(5314,1,'2019-05-28 08:33:52','2019-05-28 08:33:52','<div>\r\n<h1>An awareness week for Team Margot, the charity set up by industry entrepreneur Yaser Martini, is gathering support from a growing number of operators across the hospitality sector, ahead of the first ‘Pinkspiration Week\' running from 23-30 July this year.</h1>\r\nThe support already pledged means around 500 outlets will be running activity around Team Margot Pinkspiration Week. Operators Beds and Bars, Glendola Leisure, Yummy Pubs, Cirrus Inns, Arc Inspirations, New World Trading, All Our Bars and Fuller\'s have agreed to participate in Pinkspiration Week, while UK Hospitality and the BII are encouraging members to back the campaign.\r\n\r\nUnlike most charity initiatives, Pinkspiration Week is aiming not to raise money, but to encourage people to register as stem cell and bone marrow donors. The campaign links to the Team Margot Atlantic Row in December this year, when a team of four dads will be taking part in the Talisker Whisky Atlantic Challenge. Their aim is to encourage new registrations from 1.5 million people - the number of strokes it will take them to complete the 3,000-mile journey, hence their slogan of ‘We Row, You Register\' #WeRowYouRegister\r\n\r\n<img class=\"alignright size-medium wp-image-5312\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/TeamMargotAtlanticBoat-300x225.png\" alt=\"team margot pinkspiration blood cancer\" width=\"300\" height=\"225\" />\r\n\r\nMartini says: \"We are basically asking people to swab their cheeks and join the register. It\'s quick and easy to do and it\'s incredible to think that a stranger standing next to you at the bar could be your ‘perfect match\' and lifesaver, if you needed a stem cell transplant. But you wouldn\'t know that, unless they were on the register.\"\r\n\r\nTeam Margot was set up in 2015 by Martini in memory of his daughter Margot and to honour her legacy after she lost her battle with blood cancer, aged two. Margot was unable to find her ‘perfect match\'.Anyone between 17-55 years old who is in general good health can join the register via a simple swab test.\r\n\r\nPubs, bars and restaurants supporting Pinkspiration Week are encouraged to ‘Think Pink\' by offering apink drinks list, having a ‘Drink Pink Day\', offering pink-inspired dishes or putting team members in pink to help raise awareness. Team Margot are supporting participating operators with a suite of downloadable assets, including copy and images for use in customer newsletters,\r\n\r\n</div>\r\n&nbsp;\r\n<div>\r\n\r\nposters, website banners and social media posts, all available from the website:<a href=\"https://app.prmax.co.uk/track/27643055/click/df6444b0-8114-11e9-999a-6cf0490443a9\"><span class=\"Hyperlink\">https://www.teammargotatlanticrowers.com/pinkspiration</span></a>\r\n\r\n</div>','Operators lend support for Pinkspiration Week','','inherit','closed','closed','','5311-revision-v1','','','2019-05-28 08:33:52','2019-05-28 08:33:52','',5311,'https://www.ontradeprogress.com/2019/05/28/5311-revision-v1/',0,'revision','',0),(5315,1,'2019-05-28 08:49:36','2019-05-28 08:49:36','<h1><strong>ARYZTA is rallying operators to get involved and get creative this National BBQ Week (27th May – 2nd June), with the launch of its new Puff Pastry Swirl; a premium burger carrier to rival the standard breaded burger bun.</strong></h1>\r\nVoted the most popular BBQ food^, the humble burger awaits ARZYTA’s premium carrier. A delicately layered puff pastry swirl, with a light and slightly crisp mouthfeel, its flaky texture makes for a unique alternative to heavier, traditional burger buns – an option turning increasingly health-conscious consumers away.\r\n\r\nWith competition to win the consumer pound fiercer than ever, operators can reap the rewards by premiumising menus with the addition of the Puff Pastry Swirl - guaranteed to attract consumers and at a higher price point.\r\n\r\n<img class=\"alignright size-medium wp-image-5316\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-200x300.jpg\" alt=\"ARYZTA puff pastry burger\" width=\"200\" height=\"300\" />\r\n\r\n<strong>Paul Maxwell, Marketing Manager at ARYZTA Food Solutions</strong>, says: “The UK BBQ market is now worth around £1.6 billion+ and whilst the number of home BBQs rises each year, so too does the appetite for ordering BBQ foods out of home. Adding an innovative take on the standard seeded burger bun will doubtless help menus standout and tempt even the most seasoned of BBQ-eaters to try this new dish. We’re really excited about this one.”\r\n\r\nIt’s not just the burger menu where this premium carrier sizzles though. The versatile nature of the Puff Pastry Swirl means caterers can feature it from breakfast through to dinner, including dessert menus. With the ability to pair perfectly with all manner of flavours and textures, caterers can serve up a hearty bacon and egg swirl or a deliciously sweet ice cream sandwich. The benefit to caterers? One SKU that works across all menus, all day.\r\n\r\n&nbsp;','Fire-up the BBQ menus','','publish','closed','open','','fire-up-the-bbq-menus','','','2019-05-28 08:49:36','2019-05-28 08:49:36','',0,'https://www.ontradeprogress.com/?p=5315',0,'post','',0),(5316,1,'2019-05-28 08:45:09','2019-05-28 08:45:09','','ARYZTA\'s Puff Pastry Swirl - Burger Carrier','','inherit','closed','closed','','aryztas-puff-pastry-swirl-burger-carrier','','','2019-05-28 08:45:34','2019-05-28 08:45:34','',5315,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier.jpg',0,'attachment','image/jpeg',0),(5317,1,'2019-05-28 08:47:40','2019-05-28 08:47:40','<h1><strong>ARYZTA is rallying operators to get involved and get creative this National BBQ Week (27th May – 2nd June), with the launch of its new Puff Pastry Swirl; a premium burger carrier to rival the standard breaded burger bun.</strong></h1>\r\nVoted the most popular BBQ food^, the humble burger awaits ARZYTA’s premium carrier. A delicately layered puff pastry swirl, with a light and slightly crisp mouthfeel, its flaky texture makes for a unique alternative to heavier, traditional burger buns – an option turning increasingly health-conscious consumers away.\r\n\r\nWith competition to win the consumer pound fiercer than ever, operators can reap the rewards by premiumising menus with the addition of the Puff Pastry Swirl - guaranteed to attract consumers and at a higher price point.\r\n\r\n<img class=\"alignright size-medium wp-image-5316\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/ARYZTAs-Puff-Pastry-Swirl-Burger-Carrier-200x300.jpg\" alt=\"ARYZTA puff pastry burger\" width=\"200\" height=\"300\" />\r\n\r\n<strong>Paul Maxwell, Marketing Manager at ARYZTA Food Solutions</strong>, says: “The UK BBQ market is now worth around £1.6 billion+ and whilst the number of home BBQs rises each year, so too does the appetite for ordering BBQ foods out of home. Adding an innovative take on the standard seeded burger bun will doubtless help menus standout and tempt even the most seasoned of BBQ-eaters to try this new dish. We’re really excited about this one.”\r\n\r\nIt’s not just the burger menu where this premium carrier sizzles though. The versatile nature of the Puff Pastry Swirl means caterers can feature it from breakfast through to dinner, including dessert menus. With the ability to pair perfectly with all manner of flavours and textures, caterers can serve up a hearty bacon and egg swirl or a deliciously sweet ice cream sandwich. The benefit to caterers? One SKU that works across all menus, all day.\r\n\r\n&nbsp;','Fire-up the BBQ menus','','inherit','closed','closed','','5315-revision-v1','','','2019-05-28 08:47:40','2019-05-28 08:47:40','',5315,'https://www.ontradeprogress.com/2019/05/28/5315-revision-v1/',0,'revision','',0),(5318,1,'2019-05-28 10:17:14','2019-05-28 10:17:14','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>French Tonique | Monsieur Le Duck</strong>\r\n\r\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"French Tonique - Monsieur Le Duck French Tonique \" width=\"177\" height=\"249\" /> French Tonique | Monsieur Le Duck[/caption]\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <em>French Tonique (£10) - Gin Chambord, St Germain Elderflower Liqueur, Lime, Light Tonic. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight[/caption]\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar[/caption]\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails[/caption]\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n&nbsp;\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n</ul>','London\'s top Summer cocktails 2019','','publish','closed','open','','londons-top-summer-cocktails-2019','','https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\nhttps://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\nhttps://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/','2019-06-06 09:58:05','2019-06-06 09:58:05','',0,'https://www.ontradeprogress.com/?p=5318',0,'post','',0),(5319,1,'2019-05-28 09:12:36','2019-05-28 09:12:36','','Frozen Banana Ramos- Murder Inc','','inherit','closed','closed','','frozen-banana-ramos-murder-inc','','','2019-05-28 09:12:41','2019-05-28 09:12:41','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc.jpg',0,'attachment','image/jpeg',0),(5320,1,'2019-05-28 09:14:20','2019-05-28 09:14:20','','image','','inherit','closed','closed','','image','','','2019-05-28 09:14:36','2019-05-28 09:14:36','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/image.png',0,'attachment','image/png',0),(5321,1,'2019-05-28 09:16:07','2019-05-28 09:16:07','','Jalisco Sky - Skylight','','inherit','closed','closed','','jalisco-sky-skylight','','','2019-05-28 09:16:22','2019-05-28 09:16:22','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight.jpg',0,'attachment','image/jpeg',0),(5322,1,'2019-05-28 09:16:54','2019-05-28 09:16:54','','Sun Sun Sun - American Bar at The Savoy','','inherit','closed','closed','','sun-sun-sun-american-bar-at-the-savoy','','','2019-05-28 09:22:00','2019-05-28 09:22:00','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy.jpg',0,'attachment','image/jpeg',0),(5323,1,'2019-05-28 09:22:42','2019-05-28 09:22:42','','Dove - Heads + Tails','','inherit','closed','closed','','dove-heads-tails','','','2019-05-28 09:22:56','2019-05-28 09:22:56','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails-.jpeg',0,'attachment','image/jpeg',0),(5324,1,'2019-05-28 09:23:28','2019-05-28 09:23:28','','Enrique the 5th - Bobby Fitzpatrick','','inherit','closed','closed','','enrique-the-5th-bobby-fitzpatrick','','','2019-05-28 09:23:55','2019-05-28 09:23:55','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick.jpg',0,'attachment','image/jpeg',0),(5325,1,'2019-05-28 09:27:30','2019-05-28 09:27:30','','Oslo Spritz - Oslo','','inherit','closed','closed','','oslo-spritz-oslo','','','2019-05-28 09:27:51','2019-05-28 09:27:51','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo.jpg',0,'attachment','image/jpeg',0),(5326,1,'2019-05-28 09:31:03','2019-05-28 09:31:03','','Oye Como Va - Quaglino\'s Bar','','inherit','closed','closed','','oye-como-va-quaglinos-bar','','','2019-05-28 09:31:30','2019-05-28 09:31:30','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar.jpg',0,'attachment','image/jpeg',0),(5327,1,'2019-05-28 09:40:51','2019-05-28 09:40:51','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n<img class=\"wp-image-5319 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" />\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>Martini Rosé | Monsieur Le Duck</strong>\r\n\r\n<img class=\"alignright  wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"Martini Rosé - Monsieur Le Duck\" width=\"177\" height=\"249\" />\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <strong>Martini Rosé</strong> (£10) which comprises <em>Rhubarb &amp; Ginger Gin, Lillet Rosé, Dry Vermouth and Grapefruit Liqueur. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n<img class=\"wp-image-5321 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" />\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n<img class=\"alignright  wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" />\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n<img class=\"wp-image-5323 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" />\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> London\'s top summer cocktail offerings[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> London\'s top summer cocktail offerings[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> London\'s top summer cocktails offerings[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-revision-v1','','','2019-05-28 09:40:51','2019-05-28 09:40:51','',5318,'https://www.ontradeprogress.com/2019/05/28/5318-revision-v1/',0,'revision','',0),(5328,1,'2019-05-28 10:04:18','2019-05-28 10:04:18','<h1>Cornish cider company, Cornish Orchards, in partnership with the Eden Project is launching a limited-edition honey cider on 27<sup>th</sup> May 2019.</h1>\r\nThe cider celebrates the long-standing partnership between Cornish Orchards and the Eden Project and aims to highlight the important work that the bee plays as a key pollinator in our ecosystem. This cider launch follows a campaign to support the Native Honey Bee and the cider will be sold exclusively within the Eden Project’s retail outlets from May 2019.\r\n\r\nThis collaboration involves the co-fermenting of apples grown in the Eden Project and at Cornish Orchards’ Westnorth Manor Farm. The juice was then blended together before fermenting in cool winter temperatures for a long fermentation process, imparting maximum flavour. With fermentation successful, the base cider was then given extra time to mature in the tank to achieve maximum flavour and aroma quality.\r\n\r\n[caption id=\"attachment_5329\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5329\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1-300x200.jpg\" alt=\"Cornish Orchards - Honey Cider\" width=\"300\" height=\"200\" /> Cornish Orchards - Honey Cider[/caption]\r\n\r\nHoney from the Eden Project’s apiaries was then added to achieve the right level of flavour that worked in harmony with the character and quality of the base cider.\r\n\r\nPatrick Gardner, General Manager at Cornish Orchards, said: “We’re really excited about this new Honey Cider. This is a new venture for our cider-makers, working with ingredients that they have only experimented with before.”\r\n\r\nChris Newton, Head Cider Maker at Cornish Orchards added “I am delighted to be working in collaboration with the Eden Project on this product. The sustainability work they do for the environment is inspiring and a real benefit to not only our ecosystem on Westnorth Manor Farm, but also in the whole of Cornwall and globally. Bees play such a key part in the cider making process as pollinators in the orchard and the chance to collaborate with the Eden Project to help raise awareness for their current plight was one we couldn’t pass up. If we can also blow some minds with an incredible product as well that’s a bonus.”\r\n\r\nAmy Higgins, Senior Retail Buyer at the Eden Project, said: “We’re very pleased to be working with Cornish Orchards on this delicious new honey cider. It’s a brilliant product that also raises awareness of the importance of bees and other pollinators as well as being a great example of Eden’s commitment to local sourcing.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/24/mcewans-lager-relaunches-this-month/\">McEwan’s lager relaunches this month</a></li>\r\n</ul>','Cornish Orchards launches Honey Cider with the Eden Project','','publish','closed','open','','cornish-orchards-honey-cider','','','2019-05-28 10:04:18','2019-05-28 10:04:18','',0,'https://www.ontradeprogress.com/?p=5328',0,'post','',0),(5329,1,'2019-05-28 09:47:48','2019-05-28 09:47:48','Cornish Orchards - Honey Cider','13d10589-ea3a-4de2-8315-edc0e038f642 (1)','Cornish Orchards - Honey Cider','inherit','closed','closed','','13d10589-ea3a-4de2-8315-edc0e038f642-1','','','2019-05-28 09:48:42','2019-05-28 09:48:42','',5328,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1.jpg',0,'attachment','image/jpeg',0),(5330,1,'2019-05-28 09:50:31','2019-05-28 09:50:31','<h1>Cornish cider company, Cornish Orchards, in partnership with the Eden Project is launching a limited-edition honey cider on 27<sup>th</sup> May 2019.</h1>\r\nThe cider celebrates the long-standing partnership between Cornish Orchards and the Eden Project and aims to highlight the important work that the bee plays as a key pollinator in our ecosystem. This cider launch follows a campaign to support the Native Honey Bee and the cider will be sold exclusively within the Eden Project’s retail outlets from May 2019.\r\n\r\nThis collaboration involves the co-fermenting of apples grown in the Eden Project and at Cornish Orchards’ Westnorth Manor Farm. The juice was then blended together before fermenting in cool winter temperatures for a long fermentation process, imparting maximum flavour. With fermentation successful, the base cider was then given extra time to mature in the tank to achieve maximum flavour and aroma quality.\r\n\r\nHoney from the Eden Project’s apiaries was then added to achieve the right level of flavour that worked in harmony with the character and quality of the base cider.\r\n\r\nPatrick Gardner, General Manager at Cornish Orchards, said: “We’re really excited about this new Honey Cider. This is a new venture for our cider-makers, working with ingredients that they have only experimented with before.”\r\n\r\nChris Newton, Head Cider Maker at Cornish Orchards added “I am delighted to be working in collaboration with the Eden Project on this product. The sustainability work they do for the environment is inspiring and a real benefit to not only our ecosystem on Westnorth Manor Farm, but also in the whole of Cornwall and globally. Bees play such a key part in the cider making process as pollinators in the orchard and the chance to collaborate with the Eden Project to help raise awareness for their current plight was one we couldn’t pass up. If we can also blow some minds with an incredible product as well that’s a bonus.”\r\n\r\nAmy Higgins, Senior Retail Buyer at the Eden Project, said: “We’re very pleased to be working with Cornish Orchards on this delicious new honey cider. It’s a brilliant product that also raises awareness of the importance of bees and other pollinators as well as being a great example of Eden’s commitment to local sourcing.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/24/mcewans-lager-relaunches-this-month/\">McEwan’s lager relaunches this month</a></li>\r\n</ul>','Cornish Orchards launches Honey Cider with the Eden Project','','inherit','closed','closed','','5328-revision-v1','','','2019-05-28 09:50:31','2019-05-28 09:50:31','',5328,'https://www.ontradeprogress.com/2019/05/28/5328-revision-v1/',0,'revision','',0),(5331,1,'2019-05-28 09:52:30','2019-05-28 09:52:30','<h1>Cornish cider company, Cornish Orchards, in partnership with the Eden Project is launching a limited-edition honey cider on 27<sup>th</sup> May 2019.</h1>\r\nThe cider celebrates the long-standing partnership between Cornish Orchards and the Eden Project and aims to highlight the important work that the bee plays as a key pollinator in our ecosystem. This cider launch follows a campaign to support the Native Honey Bee and the cider will be sold exclusively within the Eden Project’s retail outlets from May 2019.\r\n\r\nThis collaboration involves the co-fermenting of apples grown in the Eden Project and at Cornish Orchards’ Westnorth Manor Farm. The juice was then blended together before fermenting in cool winter temperatures for a long fermentation process, imparting maximum flavour. With fermentation successful, the base cider was then given extra time to mature in the tank to achieve maximum flavour and aroma quality.\r\n\r\n[caption id=\"attachment_5329\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5329\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/13d10589-ea3a-4de2-8315-edc0e038f642-1-300x200.jpg\" alt=\"Cornish Orchards - Honey Cider\" width=\"300\" height=\"200\" /> Cornish Orchards - Honey Cider[/caption]\r\n\r\nHoney from the Eden Project’s apiaries was then added to achieve the right level of flavour that worked in harmony with the character and quality of the base cider.\r\n\r\nPatrick Gardner, General Manager at Cornish Orchards, said: “We’re really excited about this new Honey Cider. This is a new venture for our cider-makers, working with ingredients that they have only experimented with before.”\r\n\r\nChris Newton, Head Cider Maker at Cornish Orchards added “I am delighted to be working in collaboration with the Eden Project on this product. The sustainability work they do for the environment is inspiring and a real benefit to not only our ecosystem on Westnorth Manor Farm, but also in the whole of Cornwall and globally. Bees play such a key part in the cider making process as pollinators in the orchard and the chance to collaborate with the Eden Project to help raise awareness for their current plight was one we couldn’t pass up. If we can also blow some minds with an incredible product as well that’s a bonus.”\r\n\r\nAmy Higgins, Senior Retail Buyer at the Eden Project, said: “We’re very pleased to be working with Cornish Orchards on this delicious new honey cider. It’s a brilliant product that also raises awareness of the importance of bees and other pollinators as well as being a great example of Eden’s commitment to local sourcing.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/24/mcewans-lager-relaunches-this-month/\">McEwan’s lager relaunches this month</a></li>\r\n</ul>','Cornish Orchards launches Honey Cider with the Eden Project','','inherit','closed','closed','','5328-revision-v1','','','2019-05-28 09:52:30','2019-05-28 09:52:30','',5328,'https://www.ontradeprogress.com/2019/05/28/5328-revision-v1/',0,'revision','',0),(5333,1,'2019-05-28 09:57:57','2019-05-28 09:57:57','Mr Fitz Aqua Spritz','Dove- Heads + Tails','Mr Fitz Aqua Spritz','inherit','closed','closed','','dove-heads-tails-2','','','2019-05-28 09:58:25','2019-05-28 09:58:25','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails-1-1.jpeg',0,'attachment','image/jpeg',0),(5335,1,'2019-05-28 10:12:47','2019-05-28 10:12:47','','Summer cocktails','Summer cocktails','inherit','closed','closed','','a-glass-of-homemade-mint-lemonade','','','2019-05-28 10:13:19','2019-05-28 10:13:19','',5318,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/737.jpg',0,'attachment','image/jpeg',0),(5336,1,'2019-05-28 10:15:57','2019-05-28 10:15:57','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>Martini Rosé | Monsieur Le Duck</strong>\r\n\r\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"Martini Rosé - Monsieur Le Duck\" width=\"177\" height=\"249\" /> Martini Rosé | Monsieur Le Duck[/caption]\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <strong>Martini Rosé</strong> (£10) which comprises <em>Rhubarb &amp; Ginger Gin, Lillet Rosé, Dry Vermouth and Grapefruit Liqueur. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight [/caption]\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar [/caption]\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails [/caption]\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n&nbsp;\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-revision-v1','','','2019-05-28 10:15:57','2019-05-28 10:15:57','',5318,'https://www.ontradeprogress.com/2019/05/28/5318-revision-v1/',0,'revision','',0),(5337,1,'2019-05-28 10:18:39','2019-05-28 10:18:39','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>Martini Rosé | Monsieur Le Duck</strong>\r\n\r\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"Martini Rosé - Monsieur Le Duck\" width=\"177\" height=\"249\" /> Martini Rosé | Monsieur Le Duck[/caption]\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <strong>Martini Rosé</strong> (£10) which comprises <em>Rhubarb &amp; Ginger Gin, Lillet Rosé, Dry Vermouth and Grapefruit Liqueur. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight[/caption]\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar[/caption]\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails[/caption]\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n&nbsp;\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-revision-v1','','','2019-05-28 10:18:39','2019-05-28 10:18:39','',5318,'https://www.ontradeprogress.com/2019/05/28/5318-revision-v1/',0,'revision','',0),(5338,1,'2019-06-05 07:22:28','2019-06-05 07:22:28','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\n\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\n\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\n\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\n\n<strong>Martini Rosé | Monsieur Le Duck</strong>\n\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"Martini Rosé - Monsieur Le Duck\" width=\"177\" height=\"249\" /> Martini Rosé | Monsieur Le Duck[/caption]\n\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <em>French Tonique (£10) -Gin Chambord, St Germain Elderflower Liqueur, Lime, Light Tonic. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\n\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\n\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\n\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\n\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\n\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight[/caption]\n\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\n\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\n\n<strong>Sun Sun Sun | American Bar </strong>\n\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar[/caption]\n\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\n\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\n\n<strong>Dove | Heads + Tails </strong>\n\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails[/caption]\n\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\n\n&nbsp;\n\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\n\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\n\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\n\n<strong>OSLO Spritz | Oslo Hackney</strong>\n\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\n\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\n\n&nbsp;\n\n&nbsp;\n\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\n\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\n\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\n</ul>','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-autosave-v1','','','2019-06-05 07:22:28','2019-06-05 07:22:28','',5318,'https://www.ontradeprogress.com/2019/05/28/5318-autosave-v1/',0,'revision','',0),(5339,1,'2019-05-28 10:21:18','2019-05-28 10:21:18','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>Martini Rosé | Monsieur Le Duck</strong>\r\n\r\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"Martini Rosé - Monsieur Le Duck\" width=\"177\" height=\"249\" /> Martini Rosé | Monsieur Le Duck[/caption]\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <strong>Martini Rosé</strong> (£10) which comprises <em>Rhubarb &amp; Ginger Gin, Lillet Rosé, Dry Vermouth and Grapefruit Liqueur. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight[/caption]\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar[/caption]\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails[/caption]\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n&nbsp;\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n</ul>','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-revision-v1','','','2019-05-28 10:21:18','2019-05-28 10:21:18','',5318,'https://www.ontradeprogress.com/2019/05/28/5318-revision-v1/',0,'revision','',0),(5340,1,'2019-05-28 19:42:48','2019-05-28 19:42:48','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn19\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-28 19:42:48','2019-05-28 19:42:48','',276,'https://www.ontradeprogress.com/2019/05/28/276-revision-v1/',0,'revision','',0),(5341,1,'2019-05-28 19:43:08','2019-05-28 19:43:08','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','On-Trade Progress Issue #25','','inherit','closed','closed','','276-revision-v1','','','2019-05-28 19:43:08','2019-05-28 19:43:08','',276,'https://www.ontradeprogress.com/2019/05/28/276-revision-v1/',0,'revision','',0),(5342,1,'2019-05-28 19:44:31','2019-05-28 19:44:31','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-28 19:44:31','2019-05-28 19:44:31','',4887,'https://www.ontradeprogress.com/2019/05/28/4887-revision-v1/',0,'revision','',0),(5343,1,'2019-05-28 19:45:03','2019-05-28 19:45:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #25','','inherit','closed','closed','','4887-revision-v1','','','2019-05-28 19:45:03','2019-05-28 19:45:03','',4887,'https://www.ontradeprogress.com/2019/05/28/4887-revision-v1/',0,'revision','',0),(5344,1,'2019-05-28 19:46:13','2019-05-28 19:46:13','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #19</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556558\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #19','','inherit','closed','closed','','4683-revision-v1','','','2019-05-28 19:46:13','2019-05-28 19:46:13','',4683,'https://www.ontradeprogress.com/2019/05/28/4683-revision-v1/',0,'revision','',0),(5345,1,'2019-05-28 19:46:23','2019-05-28 19:46:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #20</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556541\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #20','','inherit','closed','closed','','4682-revision-v1','','','2019-05-28 19:46:23','2019-05-28 19:46:23','',4682,'https://www.ontradeprogress.com/2019/05/28/4682-revision-v1/',0,'revision','',0),(5346,1,'2019-05-28 19:46:33','2019-05-28 19:46:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #21</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556522\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #21','','inherit','closed','closed','','4681-revision-v1','','','2019-05-28 19:46:33','2019-05-28 19:46:33','',4681,'https://www.ontradeprogress.com/2019/05/28/4681-revision-v1/',0,'revision','',0),(5347,1,'2019-05-28 19:46:44','2019-05-28 19:46:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #22</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556494\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #22','','inherit','closed','closed','','4680-revision-v1','','','2019-05-28 19:46:44','2019-05-28 19:46:44','',4680,'https://www.ontradeprogress.com/2019/05/28/4680-revision-v1/',0,'revision','',0),(5348,1,'2019-05-28 19:46:54','2019-05-28 19:46:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #23</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69556575\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #23','','inherit','closed','closed','','4679-revision-v1','','','2019-05-28 19:46:54','2019-05-28 19:46:54','',4679,'https://www.ontradeprogress.com/2019/05/28/4679-revision-v1/',0,'revision','',0),(5349,1,'2019-05-28 19:47:06','2019-05-28 19:47:06','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #24</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsImRpc3BsYXkiOiIifX0=\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69554248\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #24','','inherit','closed','closed','','4676-revision-v1','','','2019-05-28 19:47:06','2019-05-28 19:47:06','',4676,'https://www.ontradeprogress.com/2019/05/28/4676-revision-v1/',0,'revision','',0),(5350,1,'2019-05-28 19:54:44','2019-05-28 19:54:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\n<p style=\"text-align: center;\">Contact</p>\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\n<p style=\"text-align: center;\">Contact</p>\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsInBhZGRpbmctdG9wIjoiMjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-autosave-v1','','','2019-05-28 19:54:44','2019-05-28 19:54:44','',76,'https://www.ontradeprogress.com/2019/05/28/76-autosave-v1/',0,'revision','',0),(5351,1,'2019-05-28 19:49:33','2019-05-28 19:49:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]\r\n<p style=\"text-align: center;\">Contact</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" el_class=\"contactformpage\"]\r\n\r\n[contact-form-7 id=\"185\" title=\"Contact Page Form\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-28 19:49:33','2019-05-28 19:49:33','',76,'https://www.ontradeprogress.com/2019/05/28/76-revision-v1/',0,'revision','',0),(5352,1,'2019-05-28 19:49:42','2019-05-28 19:49:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"45\" f_post_font_weight=\"600\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsInBhZGRpbmctdG9wIjoiMjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-28 19:49:42','2019-05-28 19:49:42','',76,'https://www.ontradeprogress.com/2019/05/28/76-revision-v1/',0,'revision','',0),(5353,1,'2019-05-28 19:52:56','2019-05-28 19:52:56','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_top=\"\" row_divider_bottom=\"tdc-divider16\" svg_background_color_bottom=\"#ffffff\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn19\"][vc_column_text f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_post_font_family=\"394\" post_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"]<p style=\"text-align: center;\">Contact</p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsInBhZGRpbmctdG9wIjoiMjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-28 19:52:56','2019-05-28 19:52:56','',76,'https://www.ontradeprogress.com/2019/05/28/76-revision-v1/',0,'revision','',0),(5354,1,'2019-05-28 19:54:41','2019-05-28 19:54:41','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Contact</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Contact</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjE1MCIsInBhZGRpbmctdG9wIjoiMjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"contactformpage\"]<p>[contact-form-7 id=\"185\" title=\"Contact Page Form\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Contact','','inherit','closed','closed','','76-revision-v1','','','2019-05-28 19:54:41','2019-05-28 19:54:41','',76,'https://www.ontradeprogress.com/2019/05/28/76-revision-v1/',0,'revision','',0),(5355,1,'2019-05-29 07:55:08','2019-05-29 07:55:08','<h1 class=\"x_x_MsoNormal\">Accolade Wines, the UK’s number one wine company, has announced a new on-trade exclusive, the ‘Foodies Range’ from its leading wine brand, Hardys.</h1>\r\n<p class=\"x_x_MsoNormal\">Available from the end of April 2019, the new ‘Foodies Range’ will see the launch of three carefully selected consumer favourite wines with artisanal design labels featuring an animal drawing to indicate the wine’s best food pairing.</p>\r\n<p class=\"x_x_MsoNormal\">The range will feature a Shiraz with a cow label, a Chardonnay with a chicken label and a Rosé with a pig label.</p>\r\n\r\n\r\n[caption id=\"attachment_5356\" align=\"alignright\" width=\"122\"]<img class=\" wp-image-5356\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay-104x300.jpg\" alt=\"Hardys Foodies Choice Chardonnay\" width=\"122\" height=\"352\" /> Hardys Foodies Choice Chardonnay[/caption]\r\n<p class=\"x_x_MsoNormal\">The move follows extensive category insight and consumer research showing that wine knowledge in the on-trade in the UK is low. Two thirds of drinkers surveyed do not feel confident about their choice of wine when they dine out and this sentiment is higher in 18 – 24 year olds with 86% stating that confidence is an issue.</p>\r\n<p class=\"x_x_MsoNormal\">David White, Marketing Director at Accolade Wines, says ‘’The new range has been developed specifically for the on-trade to ensure their customers feel confident and knowledgeable about the wine they choose to pair with their meals.</p>\r\n<p class=\"x_x_MsoNormal\">‘’Hardys is the UK’s number one wine brand, loved by 4.7m UK households and is growing at +3.6% year-on-year. The Foodies Range aims to encourage diners to spend more on wine in outlets, through providing consumers and bar staff with simple and delicious wine pairing recommendations for popular menu options.’’</p>\r\n<p class=\"x_x_MsoNormal\">The launch will be supported by print and online advertising, PR and social media. There will be POS support available including glassware and ice buckets.</p>\r\n<p class=\"x_x_MsoNormal\">The range is available exclusively to the on trade and available in Matthew Clark and Heineken from 29<sup>th</sup> April 2019.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/\">London’s top Summer cocktails 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n</ul>\r\n&nbsp;','Hardy\'s new foodie range','','publish','closed','open','','hardys-new-foodie-range','','\nhttps://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/','2019-05-29 07:56:29','2019-05-29 07:56:29','',0,'https://www.ontradeprogress.com/?p=5355',0,'post','',0),(5356,1,'2019-05-29 07:48:40','2019-05-29 07:48:40','Hardys Foodies Choice Chardonnay','Hardys Foodies Choice Chardonnay','Hardys Foodies Choice Chardonnay','inherit','closed','closed','','hardys-foodies-choice-chardonnay','','','2019-05-29 07:49:10','2019-05-29 07:49:10','',5355,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay.jpg',0,'attachment','image/jpeg',0),(5357,1,'2019-05-29 07:53:42','2019-05-29 07:53:42','<h1 class=\"x_x_MsoNormal\">Accolade Wines, the UK’s number one wine company, has announced a new on-trade exclusive, the ‘Foodies Range’ from its leading wine brand, Hardys.</h1>\r\n<p class=\"x_x_MsoNormal\">Available from the end of April 2019, the new ‘Foodies Range’ will see the launch of three carefully selected consumer favourite wines with artisanal design labels featuring an animal drawing to indicate the wine’s best food pairing.</p>\r\n<p class=\"x_x_MsoNormal\">The range will feature a Shiraz with a cow label, a Chardonnay with a chicken label and a Rosé with a pig label.</p>\r\n\r\n\r\n[caption id=\"attachment_5356\" align=\"alignright\" width=\"122\"]<img class=\" wp-image-5356\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay-104x300.jpg\" alt=\"Hardys Foodies Choice Chardonnay\" width=\"122\" height=\"352\" /> Hardys Foodies Choice Chardonnay[/caption]\r\n<p class=\"x_x_MsoNormal\">The move follows extensive category insight and consumer research showing that wine knowledge in the on-trade in the UK is low. Two thirds of drinkers surveyed do not feel confident about their choice of wine when they dine out and this sentiment is higher in 18 – 24 year olds with 86% stating that confidence is an issue.</p>\r\n<p class=\"x_x_MsoNormal\">David White, Marketing Director at Accolade Wines, says ‘’The new range has been developed specifically for the on-trade to ensure their customers feel confident and knowledgeable about the wine they choose to pair with their meals.</p>\r\n<p class=\"x_x_MsoNormal\">‘’Hardys is the UK’s number one wine brand, loved by 4.7m UK households and is growing at +3.6% year-on-year. The Foodies Range aims to encourage diners to spend more on wine in outlets, through providing consumers and bar staff with simple and delicious wine pairing recommendations for popular menu options.’’</p>\r\n<p class=\"x_x_MsoNormal\">The launch will be supported by print and online advertising, PR and social media. There will be POS support available including glassware and ice buckets.</p>\r\n<p class=\"x_x_MsoNormal\">The range is available exclusively to the on trade and available in Matthew Clark and Heineken from 29<sup>th</sup> April 2019.</p>','Hardy\'s new foodie range','','inherit','closed','closed','','5355-revision-v1','','','2019-05-29 07:53:42','2019-05-29 07:53:42','',5355,'https://www.ontradeprogress.com/2019/05/29/5355-revision-v1/',0,'revision','',0),(5358,1,'2019-05-29 07:54:34','2019-05-29 07:54:34','<h1 class=\"x_x_MsoNormal\">Accolade Wines, the UK’s number one wine company, has announced a new on-trade exclusive, the ‘Foodies Range’ from its leading wine brand, Hardys.</h1>\r\n<p class=\"x_x_MsoNormal\">Available from the end of April 2019, the new ‘Foodies Range’ will see the launch of three carefully selected consumer favourite wines with artisanal design labels featuring an animal drawing to indicate the wine’s best food pairing.</p>\r\n<p class=\"x_x_MsoNormal\">The range will feature a Shiraz with a cow label, a Chardonnay with a chicken label and a Rosé with a pig label.</p>\r\n\r\n\r\n[caption id=\"attachment_5356\" align=\"alignright\" width=\"122\"]<img class=\" wp-image-5356\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Hardys-Foodies-Choice-Chardonnay-104x300.jpg\" alt=\"Hardys Foodies Choice Chardonnay\" width=\"122\" height=\"352\" /> Hardys Foodies Choice Chardonnay[/caption]\r\n<p class=\"x_x_MsoNormal\">The move follows extensive category insight and consumer research showing that wine knowledge in the on-trade in the UK is low. Two thirds of drinkers surveyed do not feel confident about their choice of wine when they dine out and this sentiment is higher in 18 – 24 year olds with 86% stating that confidence is an issue.</p>\r\n<p class=\"x_x_MsoNormal\">David White, Marketing Director at Accolade Wines, says ‘’The new range has been developed specifically for the on-trade to ensure their customers feel confident and knowledgeable about the wine they choose to pair with their meals.</p>\r\n<p class=\"x_x_MsoNormal\">‘’Hardys is the UK’s number one wine brand, loved by 4.7m UK households and is growing at +3.6% year-on-year. The Foodies Range aims to encourage diners to spend more on wine in outlets, through providing consumers and bar staff with simple and delicious wine pairing recommendations for popular menu options.’’</p>\r\n<p class=\"x_x_MsoNormal\">The launch will be supported by print and online advertising, PR and social media. There will be POS support available including glassware and ice buckets.</p>\r\n<p class=\"x_x_MsoNormal\">The range is available exclusively to the on trade and available in Matthew Clark and Heineken from 29<sup>th</sup> April 2019.</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/\">London’s top Summer cocktails 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n</ul>\r\n&nbsp;','Hardy\'s new foodie range','','inherit','closed','closed','','5355-revision-v1','','','2019-05-29 07:54:34','2019-05-29 07:54:34','',5355,'https://www.ontradeprogress.com/2019/05/29/5355-revision-v1/',0,'revision','',0),(5359,1,'2019-05-29 08:17:07','2019-05-29 08:17:07','<h1>London’s award-winning Bimber Distillery has opened entries to its Founders’ Club, and will release a limited number of private casks for members to purchase (just in time for Father’s Day), to celebrate its first casks reaching three years of maturity.</h1>\r\nA significant milestone for Bimber ahead of its official whisky release in September 2019. The Founders’ Club, which publicly launches today, aims to build a community of people who according to Sales Director Farid Shawish; <em>“share our passion and want to be part of a distillery whose mission is to produce a true handcrafted whisky, made with care and traditional methods. Our members will always be welcome for a chat, and their input will play an important part in shaping the future of Bimber Distillery.” </em>\r\n\r\n[caption id=\"attachment_5360\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5360\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/1-300x200.jpg\" alt=\"Bimber Distillery\" width=\"300\" height=\"200\" /> Bimber Distillery Exclusive Cask[/caption]\r\n\r\nMembers will receive their first, exclusive cask strength bottle of London Single Malt Whisky in December this year. This is different from most other distilleries where members often must wait many years before receiving a mature bottle of whisky. Members will also enjoy a further three special and rare releases; a unique members tour of the distillery for up to four people (including tasting Bimber’s Master Distillers private casks), a sample box with 6 x 50ml bottles of cask drawn samples, a welcome pack, 10% discount on online whisky purchases, and notice of all future releases, before they launch.\r\n\r\nAccording to Farid <em>“prospective members have the advantage of being able to try our whisky at one of our tours, or by purchasing samples from our website, before deciding to join the club. We want to be fair and accessible, and have priced our Founders’ Club at £395, which is substantially cheaper than other comparable offerings.”</em>\r\n\r\nMembers will also be able to purchase their very own 30 Litre cask, hand filled by them with either Peated or Non-peated New Make Spirit. These casks will mature at the distillery for three years, at which point they will be bottled onsite with personalised labels.  Casks are expected to yield approximately 49 bottles of London Single Malt. The offer is strictly limited to 50 casks and is priced at £895.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/\">London’s top Summer cocktails 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n</ul>','Bimber celebrates whisky milestone with founders club and exclusive cask','','publish','closed','open','','bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask','','','2019-05-29 08:17:07','2019-05-29 08:17:07','',0,'https://www.ontradeprogress.com/?p=5359',0,'post','',0),(5360,1,'2019-05-29 08:10:23','2019-05-29 08:10:23','Bimber Distillery Exclusive Cask','Bimber Distillery Exclusive Cask','Bimber Distillery Exclusive Cask','inherit','closed','closed','','1','','','2019-05-29 08:15:42','2019-05-29 08:15:42','',5359,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/1.jpg',0,'attachment','image/jpeg',0),(5361,1,'2019-05-29 08:16:14','2019-05-29 08:16:14','<h1>London’s award-winning Bimber Distillery has opened entries to its Founders’ Club, and will release a limited number of private casks for members to purchase (just in time for Father’s Day), to celebrate its first casks reaching three years of maturity.</h1>\r\nA significant milestone for Bimber ahead of its official whisky release in September 2019. The Founders’ Club, which publicly launches today, aims to build a community of people who according to Sales Director Farid Shawish; <em>“share our passion and want to be part of a distillery whose mission is to produce a true handcrafted whisky, made with care and traditional methods. Our members will always be welcome for a chat, and their input will play an important part in shaping the future of Bimber Distillery.” </em>\r\n\r\n[caption id=\"attachment_5360\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5360\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/1-300x200.jpg\" alt=\"Bimber Distillery\" width=\"300\" height=\"200\" /> Bimber Distillery Exclusive Cask[/caption]\r\n\r\nMembers will receive their first, exclusive cask strength bottle of London Single Malt Whisky in December this year. This is different from most other distilleries where members often must wait many years before receiving a mature bottle of whisky. Members will also enjoy a further three special and rare releases; a unique members tour of the distillery for up to four people (including tasting Bimber’s Master Distillers private casks), a sample box with 6 x 50ml bottles of cask drawn samples, a welcome pack, 10% discount on online whisky purchases, and notice of all future releases, before they launch.\r\n\r\nAccording to Farid <em>“prospective members have the advantage of being able to try our whisky at one of our tours, or by purchasing samples from our website, before deciding to join the club. We want to be fair and accessible, and have priced our Founders’ Club at £395, which is substantially cheaper than other comparable offerings.”</em>\r\n\r\nMembers will also be able to purchase their very own 30 Litre cask, hand filled by them with either Peated or Non-peated New Make Spirit. These casks will mature at the distillery for three years, at which point they will be bottled onsite with personalised labels.  Casks are expected to yield approximately 49 bottles of London Single Malt. The offer is strictly limited to 50 casks and is priced at £895.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/\">London’s top Summer cocktails 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n</ul>','Bimber celebrates whisky milestone with founders club and exclusive cask','','inherit','closed','closed','','5359-revision-v1','','','2019-05-29 08:16:14','2019-05-29 08:16:14','',5359,'https://www.ontradeprogress.com/2019/05/29/5359-revision-v1/',0,'revision','',0),(5362,1,'2019-05-29 08:47:21','2019-05-29 08:47:21','<h1>New research has uncovered that as many as three in four adults would prefer to eat in a restaurant which displays carbon footprint details on menus, helping them make more informed decisions over what they eat. <strong> </strong></h1>\r\nThe findings, uncovered by E.Mission, a carbon consultancy for hospitality businesses, make, says the company, the clearest business case yet for more sustainable menus. The start-up company is offering all UK hospitality outlets the opportunity to undertake a carbon menu analysis and labelling service, helping them to educate diners on the carbon-impact of their meals, or as E.Mission likes to call it, their <em>Carbon Forkprint<sup>TM</sup></em>.\r\n\r\nA first of its kind, E.Mission’s menu analysis service uses academic data to calculate the Carbon Forkprint<sup>TM</sup> of each dish - based on both the ingredients’ sourcing and how emission intensive the food production process is. With 78% of diners saying they’d like to reduce their environmental impact by making more informed choices on their food when eating out*, E.Mission’s ‘Carbon Forkprint<sup>TM</sup>’ service enables restaurants to empower consumers to achieve their sustainable dining goals.\r\n\r\n<strong>James Bagshaw, Co-Founder E.Mission comments:</strong> “Eager to reduce their carbon footprint, consumers are asking questions about the content and origin of the food they consume and the impact on their health and the environment. No longer is allergy and nutritional information enough on menus, consumers are hungry to learn more about sustainable eating. Displaying the Carbon Forkprint<sup>TM</sup> of dishes, in a similar way to calories, helps consumers make more informed decisions about what they eat.”\r\n\r\nIt’s reported that more than half of consumers (54%) think they themselves could be doing more to try to live more sustainably^ and hospitality outlets can play a vital role in helping them do so. According to MCA Insight, eating out contributed 43.2% of total spend on food &amp; beverages in 2018, so it’s clear, the choices consumers make when dining out can have a big impact on their carbon footprint.\r\n\r\nThe consumer demand for the Carbon Forkprint<sup>TM</sup> on menus is clear; more than 90% of adults say large restaurant chains and caterers have a responsibility to do all they can to help our environment*. The business case for more sustainable menus is equally as strong; providing information on the carbon footprint of a dish not only makes sense from an ethical standpoint, it makes sense commercially. Lower carbon foods tend to carry a lower cost while conversely, research shows 80% of UK adults are happy to pay more for their meals if the food benefits society.<strong> </strong>\r\n\r\n<strong>James says:</strong> “Your sustainable menu can offer a healthy margin to your business, help to drive footfall of ethical consumers and improve your brand perception as a responsible, environmentally aware operator.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/\">London’s top Summer cocktails 2019</a></li>\r\n</ul>\r\n&nbsp;','75% of diners want carbon footprint information on menus','','publish','closed','open','','75-of-diners-want-carbon-footprint-information-on-menus','','\nhttps://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/','2019-05-29 10:40:06','2019-05-29 10:40:06','',0,'https://www.ontradeprogress.com/?p=5362',0,'post','',0),(5363,1,'2019-05-29 08:27:52','2019-05-29 08:27:52','Cointreau orange liquor','Cointreau orange liquor','Cointreau orange liquor','inherit','closed','closed','','screen-shot-2019-05-23-at-16-20-26','','','2019-05-29 08:29:12','2019-05-29 08:29:12','',5362,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-23-at-16.20.26.png',0,'attachment','image/png',0),(5364,1,'2019-05-29 08:30:51','2019-05-29 08:30:51','<h1>This year, Maison Cointreau is to celebrate its 170th Anniversary, with an exceptional array of events and activities taking place around the globe that will toast the brand\'s history, creativity, and the art of the mix.</h1>\r\nTo celebrate this milestone, Cointreau have partnered with an exceptional talent to create a stunning Limited Edition Bottle, which will be available from Autumn 2019. Created by the one-and-only Vincent Darre, the outstanding French interior designer epitomises chic creativity and mixes style and eras with unique elegance. Vincent has reimagined the iconic bottle by adorning it with three original designs, bringing the story of Maison Cointreau, the duality of its orange liqueur, and memorable cocktail moments to life.\r\n\r\nKicking off the celebrations, Le Cointreau Cocktail Show will head to Paris and take up residence at the prestigious Pavillion Elysee from June 13th-16th, putting a spotlight on the classics that have played a key role in Cointreau\'s proud history. Maison Cointreau has created a four-part showcase around its most legendary cocktails: the Sidecar, the Margarita, the Cointreau Fizz, and the Cosmopolitan, which will be brought to life across the globe through eye-catching activations.','Cointreau Celebrates 170 Years of The Art of the Mix','','inherit','closed','closed','','5362-revision-v1','','','2019-05-29 08:30:51','2019-05-29 08:30:51','',5362,'https://www.ontradeprogress.com/2019/05/29/5362-revision-v1/',0,'revision','',0),(5365,1,'2019-05-29 08:31:56','2019-05-29 08:31:56','<h1>This year, Maison Cointreau is to celebrate its 170th Anniversary, with an exceptional array of events and activities taking place around the globe that will toast the brand\'s history, creativity, and the art of the mix.</h1>\r\nTo celebrate this milestone, Cointreau have partnered with an exceptional talent to create a stunning Limited Edition Bottle, which will be available from Autumn 2019. Created by the one-and-only Vincent Darre, the outstanding French interior designer epitomises chic creativity and mixes style and eras with unique elegance. Vincent has reimagined the iconic bottle by adorning it with three original designs, bringing the story of Maison Cointreau, the duality of its orange liqueur, and memorable cocktail moments to life.\r\n\r\n[caption id=\"attachment_5363\" align=\"alignright\" width=\"425\"]<img class=\" wp-image-5363\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-23-at-16.20.26-300x97.png\" alt=\"Cointreau orange liquor\" width=\"425\" height=\"137\" /> Cointreau orange liquor[/caption]\r\n\r\nKicking off the celebrations, Le Cointreau Cocktail Show will head to Paris and take up residence at the prestigious Pavillion Elysee from June 13th-16th, putting a spotlight on the classics that have played a key role in Cointreau\'s proud history. Maison Cointreau has created a four-part showcase around its most legendary cocktails: the Sidecar, the Margarita, the Cointreau Fizz, and the Cosmopolitan, which will be brought to life across the globe through eye-catching activations.','Cointreau Celebrates 170 Years of The Art of the Mix','','inherit','closed','closed','','5362-revision-v1','','','2019-05-29 08:31:56','2019-05-29 08:31:56','',5362,'https://www.ontradeprogress.com/2019/05/29/5362-revision-v1/',0,'revision','',0),(5366,1,'2019-05-29 08:44:29','2019-05-29 08:44:29','','carbon footprint','carbon footprint','inherit','closed','closed','','355920-paq2tp-970','','','2019-05-29 08:45:00','2019-05-29 08:45:00','',5362,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/355920-PAQ2TP-970.jpg',0,'attachment','image/jpeg',0),(5367,1,'2019-05-29 08:45:06','2019-05-29 08:45:06','<h1>New research has uncovered that as many as three in four adults would prefer to eat in a restaurant which displays carbon footprint details on menus, helping them make more informed decisions over what they eat. <strong> </strong></h1>\r\nThe findings, uncovered by E.Mission, a carbon consultancy for hospitality businesses, make, says the company, the clearest business case yet for more sustainable menus. The start-up company is offering all UK hospitality outlets the opportunity to undertake a carbon menu analysis and labelling service, helping them to educate diners on the carbon-impact of their meals, or as E.Mission likes to call it, their <em>Carbon Forkprint<sup>TM</sup></em>.\r\n\r\nA first of its kind, E.Mission’s menu analysis service uses academic data to calculate the Carbon Forkprint<sup>TM</sup> of each dish - based on both the ingredients’ sourcing and how emission intensive the food production process is. With 78% of diners saying they’d like to reduce their environmental impact by making more informed choices on their food when eating out*, E.Mission’s ‘Carbon Forkprint<sup>TM</sup>’ service enables restaurants to empower consumers to achieve their sustainable dining goals.\r\n\r\n<strong>James Bagshaw, Co-Founder E.Mission comments:</strong> “Eager to reduce their carbon footprint, consumers are asking questions about the content and origin of the food they consume and the impact on their health and the environment. No longer is allergy and nutritional information enough on menus, consumers are hungry to learn more about sustainable eating. Displaying the Carbon Forkprint<sup>TM</sup> of dishes, in a similar way to calories, helps consumers make more informed decisions about what they eat.”\r\n\r\nIt’s reported that more than half of consumers (54%) think they themselves could be doing more to try to live more sustainably^ and hospitality outlets can play a vital role in helping them do so. According to MCA Insight, eating out contributed 43.2% of total spend on food &amp; beverages in 2018, so it’s clear, the choices consumers make when dining out can have a big impact on their carbon footprint.\r\n\r\nThe consumer demand for the Carbon Forkprint<sup>TM</sup> on menus is clear; more than 90% of adults say large restaurant chains and caterers have a responsibility to do all they can to help our environment*. The business case for more sustainable menus is equally as strong; providing information on the carbon footprint of a dish not only makes sense from an ethical standpoint, it makes sense commercially. Lower carbon foods tend to carry a lower cost while conversely, research shows 80% of UK adults are happy to pay more for their meals if the food benefits society.<strong> </strong>\r\n\r\n<strong>James says:</strong> “Your sustainable menu can offer a healthy margin to your business, help to drive footfall of ethical consumers and improve your brand perception as a responsible, environmentally aware operator.”\r\n\r\n&nbsp;','75% of diners want carbon footprint information on menus','','inherit','closed','closed','','5362-revision-v1','','','2019-05-29 08:45:06','2019-05-29 08:45:06','',5362,'https://www.ontradeprogress.com/2019/05/29/5362-revision-v1/',0,'revision','',0),(5368,1,'2019-05-29 08:47:21','2019-05-29 08:47:21','<h1>New research has uncovered that as many as three in four adults would prefer to eat in a restaurant which displays carbon footprint details on menus, helping them make more informed decisions over what they eat. <strong> </strong></h1>\r\nThe findings, uncovered by E.Mission, a carbon consultancy for hospitality businesses, make, says the company, the clearest business case yet for more sustainable menus. The start-up company is offering all UK hospitality outlets the opportunity to undertake a carbon menu analysis and labelling service, helping them to educate diners on the carbon-impact of their meals, or as E.Mission likes to call it, their <em>Carbon Forkprint<sup>TM</sup></em>.\r\n\r\nA first of its kind, E.Mission’s menu analysis service uses academic data to calculate the Carbon Forkprint<sup>TM</sup> of each dish - based on both the ingredients’ sourcing and how emission intensive the food production process is. With 78% of diners saying they’d like to reduce their environmental impact by making more informed choices on their food when eating out*, E.Mission’s ‘Carbon Forkprint<sup>TM</sup>’ service enables restaurants to empower consumers to achieve their sustainable dining goals.\r\n\r\n<strong>James Bagshaw, Co-Founder E.Mission comments:</strong> “Eager to reduce their carbon footprint, consumers are asking questions about the content and origin of the food they consume and the impact on their health and the environment. No longer is allergy and nutritional information enough on menus, consumers are hungry to learn more about sustainable eating. Displaying the Carbon Forkprint<sup>TM</sup> of dishes, in a similar way to calories, helps consumers make more informed decisions about what they eat.”\r\n\r\nIt’s reported that more than half of consumers (54%) think they themselves could be doing more to try to live more sustainably^ and hospitality outlets can play a vital role in helping them do so. According to MCA Insight, eating out contributed 43.2% of total spend on food &amp; beverages in 2018, so it’s clear, the choices consumers make when dining out can have a big impact on their carbon footprint.\r\n\r\nThe consumer demand for the Carbon Forkprint<sup>TM</sup> on menus is clear; more than 90% of adults say large restaurant chains and caterers have a responsibility to do all they can to help our environment*. The business case for more sustainable menus is equally as strong; providing information on the carbon footprint of a dish not only makes sense from an ethical standpoint, it makes sense commercially. Lower carbon foods tend to carry a lower cost while conversely, research shows 80% of UK adults are happy to pay more for their meals if the food benefits society.<strong> </strong>\r\n\r\n<strong>James says:</strong> “Your sustainable menu can offer a healthy margin to your business, help to drive footfall of ethical consumers and improve your brand perception as a responsible, environmentally aware operator.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/\">London’s top Summer cocktails 2019</a></li>\r\n</ul>\r\n&nbsp;','75% of diners want carbon footprint information on menus','','inherit','closed','closed','','5362-revision-v1','','','2019-05-29 08:47:21','2019-05-29 08:47:21','',5362,'https://www.ontradeprogress.com/2019/05/29/5362-revision-v1/',0,'revision','',0),(5369,1,'2019-05-29 09:57:58','2019-05-29 09:57:58','<h1>CESA has released a guide about how to reduce food waste. Aimed at foodservice operators, distributors and consultants, it contains a comprehensive summary of the legislation surrounding this vital area. It also details the best ways for operators in all sectors to comply with requirements, and shows steps they can take to improve overall efficiency.</h1>\r\nSustainability and climate change are becoming increasingly important issues to confront. They require action at every level. Reducing food waste is one of the most pressing issues, and the guide explains the current landscape with regards to how policies and initiatives, like the Courtauld Commitment, are affecting the drive towards a zero waste economy.\r\n\r\nMany businesses are not aware of the true costs of food waste, from the cost of uneaten food to those incurred by its collection and disposal. The guide covers every step of the food’s life cycle within a modern catering environment and offers advice on how to optimise your process in order to reduce waste as much as possible, from menu design, storage and preparation to portioning, and how to handle unpreventable waste.\r\n\r\n[caption id=\"attachment_5373\" align=\"alignright\" width=\"212\"]<img class=\"size-medium wp-image-5373\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/CESAs-Guide-to-Reducing-Food-Waste-212x300.jpg\" alt=\"Food Waste Guide\" width=\"212\" height=\"300\" /> CESA Food Waste Guide[/caption]\r\n\r\nIt includes information about best practice for site evaluations, as well as guides to the available equipment solutions. Also covered is information about the importance of correct installation and maintenance of new equipment, and also how to ensure your staff are fully trained in any new procedures these initiatives require.\r\n\r\nThese changes can seem overwhelming, which is why the guide also includes case studies, setting out what needs to be done for a diverse range of businesses, from small cafes to large industrial caterers. The case studies also demonstrate the real reduction in costs these businesses have seen since implementing new waste disposal protocols, showing the concrete benefits they have gained.\r\n\r\nThe guide is available to download now from the Info Hub on CESA’s website, which can be accessed via the information tab on the home page.\r\n\r\nThe Catering Equipment Suppliers Association (CESA) is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n</ul>\r\n&nbsp;','Reducing your food waste with CESA','','publish','closed','open','','reducing-your-food-waste-with-cesa','','https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\nhttps://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/','2019-05-29 10:57:39','2019-05-29 10:57:39','',0,'https://www.ontradeprogress.com/?p=5369',0,'post','',0),(5370,1,'2019-05-29 09:53:32','2019-05-29 09:53:32','','Food Waste','Food Waste','inherit','closed','closed','','different-vegetables-textile-bag-beige_1220-4284','','','2019-05-29 09:53:48','2019-05-29 09:53:48','',5369,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/different-vegetables-textile-bag-beige_1220-4284.jpg',0,'attachment','image/jpeg',0),(5371,1,'2019-05-29 09:54:13','2019-05-29 09:54:13','<h1>CESA has released a guide about how to reduce food waste. Aimed at foodservice operators, distributors and consultants, it contains a comprehensive summary of the legislation surrounding this vital area. It also details the best ways for operators in all sectors to comply with requirements, and shows steps they can take to improve overall efficiency.</h1>\r\nSustainability and climate change are becoming increasingly important issues to confront. They require action at every level. Reducing food waste is one of the most pressing issues, and the guide explains the current landscape with regards to how policies and initiatives, like the Courtauld Commitment, are affecting the drive towards a zero waste economy.\r\n\r\nMany businesses are not aware of the true costs of food waste, from the cost of uneaten food to those incurred by its collection and disposal. The guide covers every step of the food’s life cycle within a modern catering environment and offers advice on how to optimise your process in order to reduce waste as much as possible, from menu design, storage and preparation to portioning, and how to handle unpreventable waste.\r\n\r\nIt includes information about best practice for site evaluations, as well as guides to the available equipment solutions. Also covered is information about the importance of correct installation and maintenance of new equipment, and also how to ensure your staff are fully trained in any new procedures these initiatives require.\r\n\r\nThese changes can seem overwhelming, which is why the guide also includes case studies, setting out what needs to be done for a diverse range of businesses, from small cafes to large industrial caterers. The case studies also demonstrate the real reduction in costs these businesses have seen since implementing new waste disposal protocols, showing the concrete benefits they have gained.\r\n\r\nThe guide is available to download now from the Info Hub on CESA’s website, which can be accessed via the information tab on the home page.\r\n\r\nThe Catering Equipment Suppliers Association (CESA) is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n</ul>','Reducing your food waste with CESA','','inherit','closed','closed','','5369-revision-v1','','','2019-05-29 09:54:13','2019-05-29 09:54:13','',5369,'https://www.ontradeprogress.com/2019/05/29/5369-revision-v1/',0,'revision','',0),(5372,1,'2019-05-29 09:55:19','2019-05-29 09:55:19','','Food Waste','Food Waste','inherit','closed','closed','','different-vegetables-in-textile-bag-on-beige','','','2019-05-29 09:55:45','2019-05-29 09:55:45','',5369,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/4284.jpg',0,'attachment','image/jpeg',0),(5373,1,'2019-05-29 09:57:31','2019-05-29 09:57:31','','Food Waste Guide','CESA Food Waste Guide','inherit','closed','closed','','cesas-guide-to-reducing-food-waste','','','2019-05-29 09:57:53','2019-05-29 09:57:53','',5369,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/CESAs-Guide-to-Reducing-Food-Waste.jpg',0,'attachment','image/jpeg',0),(5374,1,'2019-05-29 09:57:58','2019-05-29 09:57:58','<h1>CESA has released a guide about how to reduce food waste. Aimed at foodservice operators, distributors and consultants, it contains a comprehensive summary of the legislation surrounding this vital area. It also details the best ways for operators in all sectors to comply with requirements, and shows steps they can take to improve overall efficiency.</h1>\r\nSustainability and climate change are becoming increasingly important issues to confront. They require action at every level. Reducing food waste is one of the most pressing issues, and the guide explains the current landscape with regards to how policies and initiatives, like the Courtauld Commitment, are affecting the drive towards a zero waste economy.\r\n\r\nMany businesses are not aware of the true costs of food waste, from the cost of uneaten food to those incurred by its collection and disposal. The guide covers every step of the food’s life cycle within a modern catering environment and offers advice on how to optimise your process in order to reduce waste as much as possible, from menu design, storage and preparation to portioning, and how to handle unpreventable waste.\r\n\r\n[caption id=\"attachment_5373\" align=\"alignright\" width=\"212\"]<img class=\"size-medium wp-image-5373\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/CESAs-Guide-to-Reducing-Food-Waste-212x300.jpg\" alt=\"Food Waste Guide\" width=\"212\" height=\"300\" /> CESA Food Waste Guide[/caption]\r\n\r\nIt includes information about best practice for site evaluations, as well as guides to the available equipment solutions. Also covered is information about the importance of correct installation and maintenance of new equipment, and also how to ensure your staff are fully trained in any new procedures these initiatives require.\r\n\r\nThese changes can seem overwhelming, which is why the guide also includes case studies, setting out what needs to be done for a diverse range of businesses, from small cafes to large industrial caterers. The case studies also demonstrate the real reduction in costs these businesses have seen since implementing new waste disposal protocols, showing the concrete benefits they have gained.\r\n\r\nThe guide is available to download now from the Info Hub on CESA’s website, which can be accessed via the information tab on the home page.\r\n\r\nThe Catering Equipment Suppliers Association (CESA) is the authoritative voice of the catering equipment industry, representing over 190 companies who supply, service and maintain all types of commercial catering equipment - from utensils to full kitchen schemes.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/\">Hardy’s new foodie range</a></li>\r\n</ul>\r\n&nbsp;','Reducing your food waste with CESA','','inherit','closed','closed','','5369-revision-v1','','','2019-05-29 09:57:58','2019-05-29 09:57:58','',5369,'https://www.ontradeprogress.com/2019/05/29/5369-revision-v1/',0,'revision','',0),(5376,1,'2019-05-29 13:58:16','2019-05-29 13:58:16','<h1>Hubbard has launched the latest in Scotsman’s MXG range of high volume, modular ice machines. The MXG 938 is the biggest model in the range, producing up to 400kg of ice per day.</h1>\r\nIt’s bang on trend because the hospitality industry is using more ice than ever. While undercounter machines are popular, their production capacity is limited, which is why more operators are considering larger, modular icemakers. To keep up with demand, ice machines are being developed to produce more and more ice – hence the MXG 938.\r\n\r\nThese days, when they order an ice machine many operators want it right away, especially if it’s a replacement purchase during a busy period. For summer 2019 Hubbard has built up extra stock of its MXG range and can offer most models for next day delivery, to most of the UK. MXG models are available in a range of sizes, with the smallest model producing 150kg of ice per day.\r\n\r\n[caption id=\"attachment_5378\" align=\"alignright\" width=\"111\"]<img class=\" wp-image-5378\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-133x300.jpg\" alt=\"Scotsman icemaker\" width=\"111\" height=\"250\" /> Scotsman icemaker[/caption]\r\n\r\nLike all MXG models, the big 938 produces Scotsman’s gourmet ‘supercube’ ice cubes.  Thimble shaped, crystal clear and long-lasting, they are the ideal cube for upmarket presentation since they look fabulous, cool quickly and don’t dilute the drink. Two cube sizes are available: medium, a 20g ice cube, and large, each of which weighs 39g.\r\n\r\nDespite its capacity, the MXG 938 has a relatively compact footprint, being just 773mm wide by 704mm deep.  As a modular machine it will be sited on top of a storage bin – Hubbard offers a choice of these, with storage capacities ranging from 180kg to over 800kg.\r\n\r\nFor more information about Hubbard’s free, next day delivery service, contact the company. The MXG range has list prices starting from £3,834.00+VAT. The list price for the MXG 938 is £6,621.00+VAT.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n</ul>','Hubbard launches 400kg a day icemaker','','publish','closed','open','','hubbard-launches-400kg-a-day-icemaker','','','2019-05-29 13:58:16','2019-05-29 13:58:16','',0,'https://www.ontradeprogress.com/?p=5376',0,'post','',0),(5377,1,'2019-05-29 13:19:12','2019-05-29 13:19:12','','Icemaker','Icemaker','inherit','closed','closed','','shutterstock_360544148','','','2019-05-29 13:30:51','2019-05-29 13:30:51','',5376,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_360544148.jpg',0,'attachment','image/jpeg',0),(5378,1,'2019-05-29 13:31:09','2019-05-29 13:31:09','','Scotsman icemaker','Scotsman icemaker','inherit','closed','closed','','stampa','','','2019-05-29 13:31:39','2019-05-29 13:31:39','',5376,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin.jpg',0,'attachment','image/jpeg',0),(5379,1,'2019-05-29 13:44:46','2019-05-29 13:44:46','','OTP_Social-Media-Icon_180x180px','','inherit','closed','closed','','otp_social-media-icon_180x180px','','','2019-05-29 13:44:53','2019-05-29 13:44:53','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/OTP_Social-Media-Icon_180x180px.jpg',0,'attachment','image/jpeg',0),(5380,1,'2019-05-29 13:44:57','2019-05-29 13:44:57','https://www.ontradeprogress.com/wp-content/uploads/2019/05/cropped-OTP_Social-Media-Icon_180x180px.jpg','cropped-OTP_Social-Media-Icon_180x180px.jpg','','inherit','closed','closed','','cropped-otp_social-media-icon_180x180px-jpg','','','2019-05-29 13:44:57','2019-05-29 13:44:57','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/cropped-OTP_Social-Media-Icon_180x180px.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wpfr_posts` VALUES (5382,1,'2019-05-29 13:45:59','2019-05-29 13:45:59','https://www.ontradeprogress.com/wp-content/uploads/2019/05/cropped-OTP_Social-Media-Icon_180x180px-1.jpg','cropped-OTP_Social-Media-Icon_180x180px-1.jpg','','inherit','closed','closed','','cropped-otp_social-media-icon_180x180px-1-jpg','','','2019-05-29 13:45:59','2019-05-29 13:45:59','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/cropped-OTP_Social-Media-Icon_180x180px-1.jpg',0,'attachment','image/jpeg',0),(5383,1,'2019-05-29 13:58:02','2019-05-29 13:58:02','<h1>Hubbard has launched the latest in Scotsman’s MXG range of high volume, modular ice machines. The MXG 938 is the biggest model in the range, producing up to 400kg of ice per day.</h1>\r\nIt’s bang on trend because the hospitality industry is using more ice than ever. While undercounter machines are popular, their production capacity is limited, which is why more operators are considering larger, modular icemakers. To keep up with demand, ice machines are being developed to produce more and more ice – hence the MXG 938.\r\n\r\nThese days, when they order an ice machine many operators want it right away, especially if it’s a replacement purchase during a busy period. For summer 2019 Hubbard has built up extra stock of its MXG range and can offer most models for next day delivery, to most of the UK. MXG models are available in a range of sizes, with the smallest model producing 150kg of ice per day.\r\n\r\n[caption id=\"attachment_5378\" align=\"alignright\" width=\"111\"]<img class=\" wp-image-5378\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/A-Scotsman-MXG-938-icemaker-on-a-SB530-ice-bin-133x300.jpg\" alt=\"Scotsman icemaker\" width=\"111\" height=\"250\" /> Scotsman icemaker[/caption]\r\n\r\nLike all MXG models, the big 938 produces Scotsman’s gourmet ‘supercube’ ice cubes.  Thimble shaped, crystal clear and long-lasting, they are the ideal cube for upmarket presentation since they look fabulous, cool quickly and don’t dilute the drink. Two cube sizes are available: medium, a 20g ice cube, and large, each of which weighs 39g.\r\n\r\nDespite its capacity, the MXG 938 has a relatively compact footprint, being just 773mm wide by 704mm deep.  As a modular machine it will be sited on top of a storage bin – Hubbard offers a choice of these, with storage capacities ranging from 180kg to over 800kg.\r\n\r\nFor more information about Hubbard’s free, next day delivery service, contact the company. The MXG range has list prices starting from £3,834.00+VAT. The list price for the MXG 938 is £6,621.00+VAT.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/\">Bimber celebrates whisky milestone with founders club and exclusive cask</a></li>\r\n</ul>','Hubbard launches 400kg a day icemaker','','inherit','closed','closed','','5376-revision-v1','','','2019-05-29 13:58:02','2019-05-29 13:58:02','',5376,'https://www.ontradeprogress.com/2019/05/29/5376-revision-v1/',0,'revision','',0),(5388,1,'2019-05-29 14:49:56','2019-05-29 14:49:56','<h1>UKHospitality has warned that the lack of funds for local authorities may have a detrimental effect on hospitality businesses around the UK.</h1>\r\nFollowing today’s reports that councils are facing a funding crisis, UKHospitality has warned that hard-pressed local authorities may turn to measures, such as tourist taxes, harming hospitality businesses and, in turn, reducing local income from tourism.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The disgruntlement of local authorities about lack of funds backs up a lot of evidence put to the Hospitality APPG’s report on Tourist Tax, published today. Local government is struggling with an acute funding gap and, unless it is addressed, businesses, including hospitality, may ultimately end up bearing the burden.\r\n\r\n“With local authorities under so much pressure financially, it is perhaps no surprise that they are turning in desperation to flawed policies such as the tourist tax to drum up cash. Funding levels for councils ought not to be allowed to trickle down all the way to the front line of businesses but it is having a visible effect. We sympathise with the difficult situation that councils around the UK find themselves in but we need a resolution that does not place an unfair financial burden on valuable hospitality businesses.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n</ul>\r\n&nbsp;','Council funding crisis may harm hospitality','','publish','closed','open','','council-funding-crisis-may-harm-hospitality','','','2019-05-29 14:49:56','2019-05-29 14:49:56','',0,'https://www.ontradeprogress.com/?p=5388',0,'post','',0),(5389,1,'2019-05-29 14:48:37','2019-05-29 14:48:37','','ukhospitality','ukhospitality','inherit','closed','closed','','shutterstock_300163883','','','2019-05-29 14:49:17','2019-05-29 14:49:17','',5388,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_300163883.jpg',0,'attachment','image/jpeg',0),(5390,1,'2019-05-29 14:49:30','2019-05-29 14:49:30','<h1>UKHospitality has warned that the lack of funds for local authorities may have a detrimental effect on hospitality businesses around the UK.</h1>\r\nFollowing today’s reports that councils are facing a funding crisis, UKHospitality has warned that hard-pressed local authorities may turn to measures, such as tourist taxes, harming hospitality businesses and, in turn, reducing local income from tourism.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The disgruntlement of local authorities about lack of funds backs up a lot of evidence put to the Hospitality APPG’s report on Tourist Tax, published today. Local government is struggling with an acute funding gap and, unless it is addressed, businesses, including hospitality, may ultimately end up bearing the burden.\r\n\r\n“With local authorities under so much pressure financially, it is perhaps no surprise that they are turning in desperation to flawed policies such as the tourist tax to drum up cash. Funding levels for councils ought not to be allowed to trickle down all the way to the front line of businesses but it is having a visible effect. We sympathise with the difficult situation that councils around the UK find themselves in but we need a resolution that does not place an unfair financial burden on valuable hospitality businesses.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n</ul>','Council funding crisis may harm hospitality','','inherit','closed','closed','','5388-revision-v1','','','2019-05-29 14:49:30','2019-05-29 14:49:30','',5388,'https://www.ontradeprogress.com/2019/05/29/5388-revision-v1/',0,'revision','',0),(5391,1,'2019-05-29 14:49:56','2019-05-29 14:49:56','<h1>UKHospitality has warned that the lack of funds for local authorities may have a detrimental effect on hospitality businesses around the UK.</h1>\r\nFollowing today’s reports that councils are facing a funding crisis, UKHospitality has warned that hard-pressed local authorities may turn to measures, such as tourist taxes, harming hospitality businesses and, in turn, reducing local income from tourism.\r\n\r\nUKHospitality Chief Executive Kate Nicholls said: “The disgruntlement of local authorities about lack of funds backs up a lot of evidence put to the Hospitality APPG’s report on Tourist Tax, published today. Local government is struggling with an acute funding gap and, unless it is addressed, businesses, including hospitality, may ultimately end up bearing the burden.\r\n\r\n“With local authorities under so much pressure financially, it is perhaps no surprise that they are turning in desperation to flawed policies such as the tourist tax to drum up cash. Funding levels for councils ought not to be allowed to trickle down all the way to the front line of businesses but it is having a visible effect. We sympathise with the difficult situation that councils around the UK find themselves in but we need a resolution that does not place an unfair financial burden on valuable hospitality businesses.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/\">75% of diners want carbon footprint information on menus</a></li>\r\n</ul>\r\n&nbsp;','Council funding crisis may harm hospitality','','inherit','closed','closed','','5388-revision-v1','','','2019-05-29 14:49:56','2019-05-29 14:49:56','',5388,'https://www.ontradeprogress.com/2019/05/29/5388-revision-v1/',0,'revision','',0),(5393,1,'2019-05-29 15:12:07','2019-05-29 15:12:07','<h1>UKHospitality has welcomed reports suggesting that the Government has heeded hospitality\'s calls and urged a move away from a prohibitive minimum salary threshold for EU migrants in future policy.</h1>\nA letter from the Home Secretary to the Migration Advisory Committee (MAC) purportedly urges the dropping of a £30,000 salary threshold for migrants to work in the UK, instead suggesting that companies pay \'the going rate\'.\n\nKate Nicholls, CEO of UKHospitality, said “Such a recommendation would be positive and pragmatic, while demonstrating that the Home Secretary has been listening to our concerns about the £30,000 minimum salary threshold. Such a threshold would make many crucial, hard to fill roles in hospitality unavailable to EU workers.\n\n“Any future migration policy must focus on the needs and fortunes of the wider economy, rather than focusing on individuals. Hospitality is a key economic driver but to keep growing will need to employ non-British workers in many different roles. It is vital that we also have a separate route for semi-skilled workers.”','Dropping £30,000 minimum salary threshold \"positive and pragmatic\"','','inherit','closed','closed','','5273-autosave-v1','','','2019-05-29 15:12:07','2019-05-29 15:12:07','',5273,'https://www.ontradeprogress.com/2019/05/29/5273-autosave-v1/',0,'revision','',0),(5394,1,'2019-05-29 15:13:19','2019-05-29 15:13:19','<h1>UKHospitality has welcomed reports suggesting that the Government has heeded hospitality\'s calls and urged a move away from a prohibitive minimum salary threshold for EU migrants in future policy.</h1>\r\nA letter from the Home Secretary to the Migration Advisory Committee (MAC) purportedly urges the dropping of a £30,000 salary threshold for migrants to work in the UK, instead suggesting that companies pay \'the going rate\'.\r\n\r\nKate Nicholls, CEO of UKHospitality, said “Such a recommendation would be positive and pragmatic, while demonstrating that the Home Secretary has been listening to our concerns about the £30,000 minimum salary threshold. Such a threshold would make many crucial, hard to fill roles in hospitality unavailable to EU workers.\r\n\r\n“Any future migration policy must focus on the needs and fortunes of the wider economy, rather than focusing on individuals. Hospitality is a key economic driver but to keep growing will need to employ non-British workers in many different roles. It is vital that we also have a separate route for semi-skilled workers.”','Dropping of the £30,000 minimum salary threshold','','inherit','closed','closed','','5273-revision-v1','','','2019-05-29 15:13:19','2019-05-29 15:13:19','',5273,'https://www.ontradeprogress.com/2019/05/29/5273-revision-v1/',0,'revision','',0),(5395,1,'2019-05-30 09:59:53','2019-05-30 09:59:53','<h1>The Brockmans annual search for the best #Brocktails submitted by bar-tender for World Gin Day has this year attracted a record 273 entries. Submissions came from across the globe with bar professionals from 18 countries entering.</h1>\r\nIn 2018 there were 242 entries from 18 countries whilst the previous year, there were 118 entries from just 12 countries.\r\n\r\nBritish bars came top with 60 entries, followed by the closest rivals USA with 47 and Spain with 34 entrants.\r\n\r\nThe winning #Brocktails (Brockmans Gin cocktails) will be selected by public voting so now the race is on for bars to get their customers to vote. Voting goes live on 1st June via <a title=\"http://www.brockmansgin.com/worldginday\" href=\"http://www.brockmansgin.com/worldginday\"><span class=\"Hyperlink\">www.brockmansgin.com/worldginday</span></a>\r\n\r\nVoting closes on 8 June - World Gin Day. Results will be announced that same day and the lucky winner and two runners-up, each bringing a guest, will be taken to <i>Tales of the Cocktail</i> in New Orleans as guests of Brockmans Gin. UK consumers, who can vote daily during the polling period, stand a chance of winning a bottle of gin every time they vote.\r\n\r\nThe competition also provides a superb opportunity for bars to offer special Brockmans Gin Cocktail menus.\r\n\r\n<b>The 2019 Entries for World Gin Day</b>\r\n<ul>\r\n 	<li>Austria: 3</li>\r\n 	<li>Czech Republic: 3</li>\r\n 	<li>France: 3</li>\r\n 	<li>Germany: 14</li>\r\n 	<li>Guatemala: 15</li>\r\n 	<li>Hungary: 5</li>\r\n 	<li>Ireland: 8</li>\r\n 	<li>Italy: 34</li>\r\n 	<li>Mexico: 1</li>\r\n 	<li>Peru: 2</li>\r\n 	<li>Philippines: 32</li>\r\n 	<li>Romania: 2</li>\r\n 	<li>Russia: 8</li>\r\n 	<li>Spain: 34</li>\r\n 	<li>Sweden: 1</li>\r\n 	<li>UK: 60</li>\r\n 	<li>USA: 47</li>\r\n 	<li>Venezuela: 1</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n</ul>','Brockmans World Gin Day contest attracts record entries','','publish','closed','open','','brockmans-world-gin-day-contest-attracts-record-entries','','','2019-05-30 09:59:53','2019-05-30 09:59:53','',0,'https://www.ontradeprogress.com/?p=5395',0,'post','',0),(5396,1,'2019-05-30 09:40:25','2019-05-30 09:40:25','','152498','Brockmans Gin','inherit','closed','closed','','152498','','','2019-05-30 09:40:48','2019-05-30 09:40:48','',5395,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/152498.jpg',0,'attachment','image/jpeg',0),(5397,1,'2019-05-30 09:59:40','2019-05-30 09:59:40','<h1>The Brockmans annual search for the best #Brocktails submitted by bar-tender for World Gin Day has this year attracted a record 273 entries. Submissions came from across the globe with bar professionals from 18 countries entering.</h1>\r\nIn 2018 there were 242 entries from 18 countries whilst the previous year, there were 118 entries from just 12 countries.\r\n\r\nBritish bars came top with 60 entries, followed by the closest rivals USA with 47 and Spain with 34 entrants.\r\n\r\nThe winning #Brocktails (Brockmans Gin cocktails) will be selected by public voting so now the race is on for bars to get their customers to vote. Voting goes live on 1st June via <a title=\"http://www.brockmansgin.com/worldginday\" href=\"http://www.brockmansgin.com/worldginday\"><span class=\"Hyperlink\">www.brockmansgin.com/worldginday</span></a>\r\n\r\nVoting closes on 8 June - World Gin Day. Results will be announced that same day and the lucky winner and two runners-up, each bringing a guest, will be taken to <i>Tales of the Cocktail</i> in New Orleans as guests of Brockmans Gin. UK consumers, who can vote daily during the polling period, stand a chance of winning a bottle of gin every time they vote.\r\n\r\nThe competition also provides a superb opportunity for bars to offer special Brockmans Gin Cocktail menus.\r\n\r\n<b>The 2019 Entries for World Gin Day</b>\r\n<ul>\r\n 	<li>Austria: 3</li>\r\n 	<li>Czech Republic: 3</li>\r\n 	<li>France: 3</li>\r\n 	<li>Germany: 14</li>\r\n 	<li>Guatemala: 15</li>\r\n 	<li>Hungary: 5</li>\r\n 	<li>Ireland: 8</li>\r\n 	<li>Italy: 34</li>\r\n 	<li>Mexico: 1</li>\r\n 	<li>Peru: 2</li>\r\n 	<li>Philippines: 32</li>\r\n 	<li>Romania: 2</li>\r\n 	<li>Russia: 8</li>\r\n 	<li>Spain: 34</li>\r\n 	<li>Sweden: 1</li>\r\n 	<li>UK: 60</li>\r\n 	<li>USA: 47</li>\r\n 	<li>Venezuela: 1</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/\">Reducing your food waste with CESA</a></li>\r\n</ul>','Brockmans World Gin Day contest attracts record entries','','inherit','closed','closed','','5395-revision-v1','','','2019-05-30 09:59:40','2019-05-30 09:59:40','',5395,'https://www.ontradeprogress.com/2019/05/30/5395-revision-v1/',0,'revision','',0),(5398,1,'2019-05-30 10:48:54','2019-05-30 10:48:54','<h1>The British Beer and Pub Association (BBPA) has predicted that sports fans will drink two million extra pints at the pub on Saturday 1<sup>st</sup> June.</h1>\r\nThe ‘Super Saturday’ of sport will see fans head to their local to watch the all-English Champions League final, the Premiership Rugby final, the Epsom Derby and two matches from the Cricket World Cup. This will be followed by the Anthony Joshua fight in the early hours of Sunday morning.\r\n\r\nThe extra number of pints bought during ‘Super Saturday’ could provide as much as a £6 million boost to the economy. The Great British pub will be one of the main benefactors of the surge in demand for beer as fans inevitably cheer on their teams at the local.\r\n\r\nThe taxman will be cheering loudly too on ‘Super Saturday’. Beer duty, the extra tax put on beer in addition to VAT, could mean that HMRC get an additional windfall as high as £1.1million from beer drinkers and pub-goers.\r\n\r\n<strong>BBPA Chief Executive Brigid Simmonds commented:</strong>\r\n\r\n“Major sporting events provide a great opportunity for pubs to get people through the door and can contribute as much as £5 million extra revenue to the pub trade. Publicans actively promoting the sports they are showing can help increase these benefits too.\r\n\r\n“On June 1st, pubs will be able to take advantage of the Premiership Rugby final, Derby Day at Epsom, the Cricket World Cup, Antony Joshua’s boxing match and of course, an all-English Champions League Final. When it comes to watching live sport, only being at a fixture itself can compare with being in the pub. We fully expect Brits to pack out their local on June 1st for a great day of sport.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/\">Brockmans World Gin Day contest attracts record entries</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n</ul>\r\n&nbsp;','Two million extra pints to be sold on blockbuster day of sport','','publish','closed','open','','two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport','','\nhttps://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/','2019-05-30 10:58:55','2019-05-30 10:58:55','',0,'https://www.ontradeprogress.com/?p=5398',0,'post','',0),(5399,1,'2019-05-30 10:46:25','2019-05-30 10:46:25','','shutterstock_168246680','sports pub','inherit','closed','closed','','shutterstock_168246680','','','2019-05-30 10:47:03','2019-05-30 10:47:03','',5398,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/shutterstock_168246680.jpg',0,'attachment','image/jpeg',0),(5400,1,'2019-05-30 10:48:14','2019-05-30 10:48:14','<h1>The British Beer and Pub Association (BBPA) has predicted that sports fans will drink two million extra pints at the pub on Saturday 1<sup>st</sup> June.</h1>\r\nThe ‘Super Saturday’ of sport will see fans head to their local to watch the all-English Champions League final, the Premiership Rugby final, the Epsom Derby and two matches from the Cricket World Cup. This will be followed by the Anthony Joshua fight in the early hours of Sunday morning.\r\n\r\nThe extra number of pints bought during ‘Super Saturday’ could provide as much as a £6 million boost to the economy. The Great British pub will be one of the main benefactors of the surge in demand for beer as fans inevitably cheer on their teams at the local.\r\n\r\nThe taxman will be cheering loudly too on ‘Super Saturday’. Beer duty, the extra tax put on beer in addition to VAT, could mean that HMRC get an additional windfall as high as £1.1million from beer drinkers and pub-goers.\r\n\r\n<strong>BBPA Chief Executive Brigid Simmonds commented:</strong>\r\n\r\n“Major sporting events provide a great opportunity for pubs to get people through the door and can contribute as much as £5 million extra revenue to the pub trade. Publicans actively promoting the sports they are showing can help increase these benefits too.\r\n\r\n“On June 1st, pubs will be able to take advantage of the Premiership Rugby final, Derby Day at Epsom, the Cricket World Cup, Antony Joshua’s boxing match and of course, an all-English Champions League Final. When it comes to watching live sport, only being at a fixture itself can compare with being in the pub. We fully expect Brits to pack out their local on June 1st for a great day of sport.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/\">Brockmans World Gin Day contest attracts record entries</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n</ul>','Two million extra pints to be sold on blockbuster day of sport','','inherit','closed','closed','','5398-revision-v1','','','2019-05-30 10:48:14','2019-05-30 10:48:14','',5398,'https://www.ontradeprogress.com/2019/05/30/5398-revision-v1/',0,'revision','',0),(5401,1,'2019-05-30 10:48:54','2019-05-30 10:48:54','<h1>The British Beer and Pub Association (BBPA) has predicted that sports fans will drink two million extra pints at the pub on Saturday 1<sup>st</sup> June.</h1>\r\nThe ‘Super Saturday’ of sport will see fans head to their local to watch the all-English Champions League final, the Premiership Rugby final, the Epsom Derby and two matches from the Cricket World Cup. This will be followed by the Anthony Joshua fight in the early hours of Sunday morning.\r\n\r\nThe extra number of pints bought during ‘Super Saturday’ could provide as much as a £6 million boost to the economy. The Great British pub will be one of the main benefactors of the surge in demand for beer as fans inevitably cheer on their teams at the local.\r\n\r\nThe taxman will be cheering loudly too on ‘Super Saturday’. Beer duty, the extra tax put on beer in addition to VAT, could mean that HMRC get an additional windfall as high as £1.1million from beer drinkers and pub-goers.\r\n\r\n<strong>BBPA Chief Executive Brigid Simmonds commented:</strong>\r\n\r\n“Major sporting events provide a great opportunity for pubs to get people through the door and can contribute as much as £5 million extra revenue to the pub trade. Publicans actively promoting the sports they are showing can help increase these benefits too.\r\n\r\n“On June 1st, pubs will be able to take advantage of the Premiership Rugby final, Derby Day at Epsom, the Cricket World Cup, Antony Joshua’s boxing match and of course, an all-English Champions League Final. When it comes to watching live sport, only being at a fixture itself can compare with being in the pub. We fully expect Brits to pack out their local on June 1st for a great day of sport.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/\">Brockmans World Gin Day contest attracts record entries</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/\">Hubbard launches 400kg a day icemaker</a></li>\r\n</ul>\r\n&nbsp;','Two million extra pints to be sold on blockbuster day of sport','','inherit','closed','closed','','5398-revision-v1','','','2019-05-30 10:48:54','2019-05-30 10:48:54','',5398,'https://www.ontradeprogress.com/2019/05/30/5398-revision-v1/',0,'revision','',0),(5404,1,'2019-05-31 08:35:43','2019-05-31 08:35:43','<h1>UKHospitality has welcomed the removal of a clause preventing pubs, restaurants and hotels employing non-EU chefs if they also provide a takeaway service.</h1>\r\nThe clause has been removed from the Migration Advisory Committee’s (MAC) recommendations on the shortage occupation list (SOL), something UKH had pushed for.\r\n\r\nUKH has also urged the MAC to go further and abolish the unfair salary threshold on chefs.\r\n\r\nThe SOL permits non-EU staff to work in the UK in roles where there is a labour shortage. UKH has highlighted the UK’s chef shortage to the MAC. Chefs are ranked ‘fairly highly’ on the shortage list with an above average level of vacancies.\r\n\r\nUKH continues to push for Government to adopt a coherent policy that delivers the future workforce needs of the sector.\r\n\r\nCommenting on today’s announcement, Kate Nicholls said: “Removing the punitive takeaway clause is a positive step and one we called for in our response earlier this year. This reflects the increasingly diverse nature of the UK’s culinary sector and the move to more app-based deliveries. It also helps restaurants that have recently struggled to fill vacancies, particularly those offering authentic Indian, Bangladeshi and Chinese food, among others.\r\n\r\n“However, the MAC needs to go further and abolish the salary threshold which limits our ability to deal with staffing shortages.\r\n\r\n“Any future immigration policy needs to be fit for purpose, beneficial to the UK economy, and allow our sector to grow and thrive. We will be making these points to Ministers and future leadership candidates in the coming weeks and months.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/\">Two million extra pints to be sold on blockbuster day of sport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/\">Brockmans World Gin Day contest attracts record entries</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n</ul>\r\n&nbsp;','UKH welcomes first step in relaxation of chef employment restrictions','','publish','closed','open','','ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions','','','2019-05-31 08:35:43','2019-05-31 08:35:43','',0,'https://www.ontradeprogress.com/?p=5404',0,'post','',0),(5405,1,'2019-05-31 08:32:26','2019-05-31 08:32:26','','chef','chef','inherit','closed','closed','','67','','','2019-05-31 08:33:02','2019-05-31 08:33:02','',5404,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/67.jpg',0,'attachment','image/jpeg',0),(5406,1,'2019-05-31 08:34:55','2019-05-31 08:34:55','<h1>UKHospitality has welcomed the removal of a clause preventing pubs, restaurants and hotels employing non-EU chefs if they also provide a takeaway service.</h1>\r\nThe clause has been removed from the Migration Advisory Committee’s (MAC) recommendations on the shortage occupation list (SOL), something UKH had pushed for.\r\n\r\nUKH has also urged the MAC to go further and abolish the unfair salary threshold on chefs.\r\n\r\nThe SOL permits non-EU staff to work in the UK in roles where there is a labour shortage. UKH has highlighted the UK’s chef shortage to the MAC. Chefs are ranked ‘fairly highly’ on the shortage list with an above average level of vacancies.\r\n\r\nUKH continues to push for Government to adopt a coherent policy that delivers the future workforce needs of the sector.\r\n\r\nCommenting on today’s announcement, Kate Nicholls said: “Removing the punitive takeaway clause is a positive step and one we called for in our response earlier this year. This reflects the increasingly diverse nature of the UK’s culinary sector and the move to more app-based deliveries. It also helps restaurants that have recently struggled to fill vacancies, particularly those offering authentic Indian, Bangladeshi and Chinese food, among others.\r\n\r\n“However, the MAC needs to go further and abolish the salary threshold which limits our ability to deal with staffing shortages.\r\n\r\n“Any future immigration policy needs to be fit for purpose, beneficial to the UK economy, and allow our sector to grow and thrive. We will be making these points to Ministers and future leadership candidates in the coming weeks and months.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/\">Two million extra pints to be sold on blockbuster day of sport</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/\">Brockmans World Gin Day contest attracts record entries</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/\">Council funding crisis may harm hospitality</a></li>\r\n</ul>\r\n&nbsp;','UKH welcomes first step in relaxation of chef employment restrictions','','inherit','closed','closed','','5404-revision-v1','','','2019-05-31 08:34:55','2019-05-31 08:34:55','',5404,'https://www.ontradeprogress.com/2019/05/31/5404-revision-v1/',0,'revision','',0),(5408,1,'2019-05-31 08:55:15','2019-05-31 08:55:15','','CK18_hi-res_2_W0325','commercial kitchens','inherit','closed','closed','','ck18_hi-res_2_w0325','','','2019-05-31 08:55:30','2019-05-31 08:55:30','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/CK18_hi-res_2_W0325.jpg',0,'attachment','image/jpeg',0),(5410,1,'2019-05-31 09:08:56','2019-05-31 09:08:56','<h1>It’s a company arguably more famous for colder weather classics, but this summer Essential Cuisine is unveiling a chef-focused, productivity-boosting recipe guide, packed with vibrant ingredients that not only offer a timely flavour lift, but could help brighten the moods of diners too.</h1>\r\n<strong> </strong>Available to download now, at <a href=\"http://www.essentialcuisine.com/interactive-recipes/\">www.essentialcuisine.com/interactive-recipes/</a> the<em>Summer Superfoods</em> recipe book sees the company’s talented team of development chefs take some of its best-known products including its Premier Jus, Asian bases, and Glace ranges, and use them to create a whole host of inspirational spring and summer-inspired recipes. From Smoked Duck, Heritage Carrot, Orange &amp; Wild Rice Salad with a Hazelnut &amp; Pomegranate Dressing, to Tofu Poké, Jerk Fish and a One Pot Moroccan Chickpea Brown Rice Salad, chefs will be spoilt for choice in their endeavours to provide healthy, nutritious meals.\r\n\r\nThe recipe book includes a foreword by highly respected nutritionist Dr Sarah Schenker, on how a poor diet can affect individuals and their families, employers and wider society, recognising that people are happier and more productive if they feel and eat healthily. Dr Schenker also offers up her expert view on the value of ingredients used in each recipe, giving working kitchens the confidence that, when employed, these recipes can help vastly improve the wellness of diners.\r\n\r\n<strong>Senior Business Development Chef at </strong><strong>Essential Cuisine, Jonathan Harvey-Barnes, </strong>who was one of the chef team, instrumental in bringing the recipe book to life, <strong>commented: </strong>“Essential Cuisine may be more famous for autumn and winter inspiration than spring and summer, but hopefully this new guide goes a long way to proving the sheer versatility of some of our best loved products. There are certain sectors – B&amp;I, Education – where using food to boost productivity is a real science. We’re here to say that, with some 87% of UK diners stating that the healthiness of their food is important to them*, these recipes can be used in any sector, their simplicity, freshness and vibrancy playing into the hands of chefs and working kitchens across hospitality.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/\">Two million extra pints to be sold on blockbuster day of sport</a></li>\r\n</ul>','The new wellbeing and productivity-boosting recipe guide','','publish','closed','open','','the-new-wellbeing-and-productivity-boosting-recipe-guide','','','2019-07-24 08:57:09','2019-07-24 08:57:09','',0,'https://www.ontradeprogress.com/?p=5410',0,'post','',0),(5411,1,'2019-05-31 09:06:27','2019-05-31 09:06:27','','EC Summer Superfoods','wellbeing recipe guide','inherit','closed','closed','','ec-summer-superfoods','','','2019-05-31 09:06:47','2019-05-31 09:06:47','',5410,'https://www.ontradeprogress.com/wp-content/uploads/2019/05/EC-Summer-Superfoods.jpg',0,'attachment','image/jpeg',0),(5412,1,'2019-05-31 09:08:48','2019-05-31 09:08:48','<h1>It’s a company arguably more famous for colder weather classics, but this summer Essential Cuisine is unveiling a chef-focused, productivity-boosting recipe guide, packed with vibrant ingredients that not only offer a timely flavour lift, but could help brighten the moods of diners too.</h1>\r\n<strong> </strong>Available to download now, at <a href=\"http://www.essentialcuisine.com/interactive-recipes/\">www.essentialcuisine.com/interactive-recipes/</a> the<em>Summer Superfoods</em> recipe book sees the company’s talented team of development chefs take some of its best-known products including its Premier Jus, Asian bases, and Glace ranges, and use them to create a whole host of inspirational spring and summer-inspired recipes. From Smoked Duck, Heritage Carrot, Orange &amp; Wild Rice Salad with a Hazelnut &amp; Pomegranate Dressing, to Tofu Poké, Jerk Fish and a One Pot Moroccan Chickpea Brown Rice Salad, chefs will be spoilt for choice in their endeavours to provide healthy, nutritious meals.\r\n\r\nThe recipe book includes a foreword by highly respected nutritionist Dr Sarah Schenker, on how a poor diet can affect individuals and their families, employers and wider society, recognising that people are happier and more productive if they feel and eat healthily. Dr Schenker also offers up her expert view on the value of ingredients used in each recipe, giving working kitchens the confidence that, when employed, these recipes can help vastly improve the wellness of diners.\r\n\r\n<strong>Senior Business Development Chef at </strong><strong>Essential Cuisine, Jonathan Harvey-Barnes, </strong>who was one of the chef team, instrumental in bringing the recipe book to life, <strong>commented: </strong>“Essential Cuisine may be more famous for autumn and winter inspiration than spring and summer, but hopefully this new guide goes a long way to proving the sheer versatility of some of our best loved products. There are certain sectors – B&amp;I, Education – where using food to boost productivity is a real science. We’re here to say that, with some 87% of UK diners stating that the healthiness of their food is important to them*, these recipes can be used in any sector, their simplicity, freshness and vibrancy playing into the hands of chefs and working kitchens across hospitality.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/\">Commercial Kitchen reveals Innovation Challenge contenders</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/\">Two million extra pints to be sold on blockbuster day of sport</a></li>\r\n</ul>','The new wellbeing and productivity-boosting recipe guide','','inherit','closed','closed','','5410-revision-v1','','','2019-05-31 09:08:48','2019-05-31 09:08:48','',5410,'https://www.ontradeprogress.com/2019/05/31/5410-revision-v1/',0,'revision','',0),(5413,1,'2019-06-03 10:42:20','2019-06-03 10:42:20','<h1>Surrey-based Hogs Back Brewery has celebrated the growth of its new hop garden with an official blessing by local vicar Rev. Claire Holt, attended by close to 200 local residents and customers.</h1>\r\nThe 8.5-acre hop garden next to the brewery on Manor Farm in Tongham, was created late last year, when Hogs Back relocated 2,000 hop plants from its previous site across the road and added 4,000 new ones. The new garden is almost treble the size of the old one and the hop plants are now beginning to flourish in their new home, growing up posts and wires ahead of harvest later this year.\r\n\r\nBlessing the hops, Rev. Holt, of St Paul\'s Church in Tongham, explained the origins of crop blessing ceremonies, which were traditionally held on Ascension Day - falling this year on 30 May, which was when the Hogs Back blessing took place.   She said: \"When the crops were planted, a group of young and old people from the village, usually led by the priest, would walk round the boundaries of the parish, stopping at each boundary post to pray for the protection of the crops.\r\n\r\n\"Blessing the hop garden therefore revives a long-held tradition that would certainly have been part of the cycle of hop growing in Farnham for many years. It gives me great joy to lead today\'s prayers for the Hogs Back hop garden, the brewery, and all who work in them, for this year and long into the future.\"\r\n\r\nRupert Thompson, Hogs Back Brewery managing director, said: \"Ever since we planted our first hop garden five years ago, we\'ve been keen to observe hop farming milestones and were delighted to welcome back Rev. Holt, who also conducted a blessing for us in 2014.\r\n\r\n\"Today\'s celebration was a much larger affair, which shows the extent to which the community has engaged with the hop garden and the brewery in that time. Hogs Back\'s values of tradition, authenticity and local community appeals to a growing number of craft beer drinkers, across Surrey and beyond.\"\r\n\r\nWith the hops duly blessed, the Hogs Back team led by estate manager Matthew King, will now be tending the bines carefully to encourage a healthy harvest in September. Three varieties are being grown in the new garden: Fuggles - used in the brewer\'s flagship TEA ale; Cascade - used in its Hogstar Lager; and Farnham White Bine - a local variety that they have revived from near-extinction.\r\n\r\nKing said: \"We\'ve learned that the first harvest from a new hop garden is never the best, as it\'s good practice not to cut all the new plants in Year 1, leaving them in the ground to grow stronger for subsequent years.   However, we\'re pleased with the way the hop plants transported from our old garden have adapted to their new home so are hoping they will yield a good crop in September.\"\r\n\r\nAs well as expanding its hop garden, Hogs Back is also planning to build a new kiln to dry its hops, next to the brewery. This is believed to be the first traditional style kiln to be constructed in Surrey for over 100 years and will stand on the site occupied for many years by an original kiln within Manor Farm. It will be used to dry Hogs Back\'s hops for around one month and for the rest of the year will serve as an event space and visitor centre, educating people about the local hop farming industry.\r\n\r\nThompson said, \"We are excited about continuing the journey we started with the planting of our original hop garden in 2014. Growing our own hops has made us better brewers, as with each harvest we\'ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer. It has also drawn us closer to the local rural community and its history, and gives us a unique opportunity to accentuate the provenance and quality of our beers.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n</ul>\r\n&nbsp;','Traditional blessing for Hogs Back Brewery hop garden','','publish','closed','open','','traditional-blessing-for-hogs-back-brewery-hop-garden','','https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/\nhttps://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/','2019-07-24 08:59:58','2019-07-24 08:59:58','',0,'https://www.ontradeprogress.com/?p=5413',0,'post','',0),(5414,1,'2019-06-03 10:38:35','2019-06-03 10:38:35','','hogs brewery hop garden','hogs brewery hop garden','inherit','closed','closed','','hogsbackhopblessing','','','2019-06-03 10:40:12','2019-06-03 10:40:12','',5413,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/HogsBackHopBlessing.jpg',0,'attachment','image/jpeg',0),(5415,1,'2019-06-03 10:41:48','2019-06-03 10:41:48','<h1>Surrey-based Hogs Back Brewery has celebrated the growth of its new hop garden with an official blessing by local vicar Rev. Claire Holt, attended by close to 200 local residents and customers.</h1>\r\nThe 8.5-acre hop garden next to the brewery on Manor Farm in Tongham, was created late last year, when Hogs Back relocated 2,000 hop plants from its previous site across the road and added 4,000 new ones. The new garden is almost treble the size of the old one and the hop plants are now beginning to flourish in their new home, growing up posts and wires ahead of harvest later this year.\r\n\r\nBlessing the hops, Rev. Holt, of St Paul\'s Church in Tongham, explained the origins of crop blessing ceremonies, which were traditionally held on Ascension Day - falling this year on 30 May, which was when the Hogs Back blessing took place.   She said: \"When the crops were planted, a group of young and old people from the village, usually led by the priest, would walk round the boundaries of the parish, stopping at each boundary post to pray for the protection of the crops.\r\n\r\n\"Blessing the hop garden therefore revives a long-held tradition that would certainly have been part of the cycle of hop growing in Farnham for many years. It gives me great joy to lead today\'s prayers for the Hogs Back hop garden, the brewery, and all who work in them, for this year and long into the future.\"\r\n\r\nRupert Thompson, Hogs Back Brewery managing director, said: \"Ever since we planted our first hop garden five years ago, we\'ve been keen to observe hop farming milestones and were delighted to welcome back Rev. Holt, who also conducted a blessing for us in 2014.\r\n\r\n\"Today\'s celebration was a much larger affair, which shows the extent to which the community has engaged with the hop garden and the brewery in that time. Hogs Back\'s values of tradition, authenticity and local community appeals to a growing number of craft beer drinkers, across Surrey and beyond.\"\r\n\r\nWith the hops duly blessed, the Hogs Back team led by estate manager Matthew King, will now be tending the bines carefully to encourage a healthy harvest in September. Three varieties are being grown in the new garden: Fuggles - used in the brewer\'s flagship TEA ale; Cascade - used in its Hogstar Lager; and Farnham White Bine - a local variety that they have revived from near-extinction.\r\n\r\nKing said: \"We\'ve learned that the first harvest from a new hop garden is never the best, as it\'s good practice not to cut all the new plants in Year 1, leaving them in the ground to grow stronger for subsequent years.   However, we\'re pleased with the way the hop plants transported from our old garden have adapted to their new home so are hoping they will yield a good crop in September.\"\r\n\r\nAs well as expanding its hop garden, Hogs Back is also planning to build a new kiln to dry its hops, next to the brewery. This is believed to be the first traditional style kiln to be constructed in Surrey for over 100 years and will stand on the site occupied for many years by an original kiln within Manor Farm. It will be used to dry Hogs Back\'s hops for around one month and for the rest of the year will serve as an event space and visitor centre, educating people about the local hop farming industry.\r\n\r\nThompson said, \"We are excited about continuing the journey we started with the planting of our original hop garden in 2014. Growing our own hops has made us better brewers, as with each harvest we\'ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer. It has also drawn us closer to the local rural community and its history, and gives us a unique opportunity to accentuate the provenance and quality of our beers.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/\">Commercial Kitchen reveals Innovation Challenge contenders</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n</ul>','Traditional blessing for Hogs Back Brewery hop garden','','inherit','closed','closed','','5413-revision-v1','','','2019-06-03 10:41:48','2019-06-03 10:41:48','',5413,'https://www.ontradeprogress.com/2019/06/03/5413-revision-v1/',0,'revision','',0),(5416,1,'2019-06-03 10:42:20','2019-06-03 10:42:20','<h1>Surrey-based Hogs Back Brewery has celebrated the growth of its new hop garden with an official blessing by local vicar Rev. Claire Holt, attended by close to 200 local residents and customers.</h1>\r\nThe 8.5-acre hop garden next to the brewery on Manor Farm in Tongham, was created late last year, when Hogs Back relocated 2,000 hop plants from its previous site across the road and added 4,000 new ones. The new garden is almost treble the size of the old one and the hop plants are now beginning to flourish in their new home, growing up posts and wires ahead of harvest later this year.\r\n\r\nBlessing the hops, Rev. Holt, of St Paul\'s Church in Tongham, explained the origins of crop blessing ceremonies, which were traditionally held on Ascension Day - falling this year on 30 May, which was when the Hogs Back blessing took place.   She said: \"When the crops were planted, a group of young and old people from the village, usually led by the priest, would walk round the boundaries of the parish, stopping at each boundary post to pray for the protection of the crops.\r\n\r\n\"Blessing the hop garden therefore revives a long-held tradition that would certainly have been part of the cycle of hop growing in Farnham for many years. It gives me great joy to lead today\'s prayers for the Hogs Back hop garden, the brewery, and all who work in them, for this year and long into the future.\"\r\n\r\nRupert Thompson, Hogs Back Brewery managing director, said: \"Ever since we planted our first hop garden five years ago, we\'ve been keen to observe hop farming milestones and were delighted to welcome back Rev. Holt, who also conducted a blessing for us in 2014.\r\n\r\n\"Today\'s celebration was a much larger affair, which shows the extent to which the community has engaged with the hop garden and the brewery in that time. Hogs Back\'s values of tradition, authenticity and local community appeals to a growing number of craft beer drinkers, across Surrey and beyond.\"\r\n\r\nWith the hops duly blessed, the Hogs Back team led by estate manager Matthew King, will now be tending the bines carefully to encourage a healthy harvest in September. Three varieties are being grown in the new garden: Fuggles - used in the brewer\'s flagship TEA ale; Cascade - used in its Hogstar Lager; and Farnham White Bine - a local variety that they have revived from near-extinction.\r\n\r\nKing said: \"We\'ve learned that the first harvest from a new hop garden is never the best, as it\'s good practice not to cut all the new plants in Year 1, leaving them in the ground to grow stronger for subsequent years.   However, we\'re pleased with the way the hop plants transported from our old garden have adapted to their new home so are hoping they will yield a good crop in September.\"\r\n\r\nAs well as expanding its hop garden, Hogs Back is also planning to build a new kiln to dry its hops, next to the brewery. This is believed to be the first traditional style kiln to be constructed in Surrey for over 100 years and will stand on the site occupied for many years by an original kiln within Manor Farm. It will be used to dry Hogs Back\'s hops for around one month and for the rest of the year will serve as an event space and visitor centre, educating people about the local hop farming industry.\r\n\r\nThompson said, \"We are excited about continuing the journey we started with the planting of our original hop garden in 2014. Growing our own hops has made us better brewers, as with each harvest we\'ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer. It has also drawn us closer to the local rural community and its history, and gives us a unique opportunity to accentuate the provenance and quality of our beers.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/\">Commercial Kitchen reveals Innovation Challenge contenders</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n</ul>\r\n&nbsp;','Traditional blessing for Hogs Back Brewery hop garden','','inherit','closed','closed','','5413-revision-v1','','','2019-06-03 10:42:20','2019-06-03 10:42:20','',5413,'https://www.ontradeprogress.com/2019/06/03/5413-revision-v1/',0,'revision','',0),(5417,1,'2019-06-03 12:05:26','2019-06-03 12:05:26','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 12:05:26','2019-06-03 12:05:26','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5418,1,'2019-06-03 12:05:52','2019-06-03 12:05:52','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 12:05:52','2019-06-03 12:05:52','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5419,1,'2019-06-03 12:07:04','2019-06-03 12:07:04','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 12:07:04','2019-06-03 12:07:04','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5420,1,'2019-06-03 12:08:00','2019-06-03 12:08:00','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 12:08:00','2019-06-03 12:08:00','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5421,1,'2019-06-03 12:09:05','2019-06-03 12:09:05','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 12:09:05','2019-06-03 12:09:05','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5422,1,'2019-06-03 13:18:01','2019-06-03 13:18:01','<h1>UKHospitality has cautioned against the introduction of minimum unit pricing for alcohol in Wales following the Welsh Government’s reiteration it intends to introduce the measure.</h1>\r\nUKHospitality Executive Director for Wales, David Chapman said: “We are, of course, very supportive of efforts to promote healthier attitudes to alcohol, provided they are strictly evidence-based.\r\n\r\n\"We believe minimum unit pricing is, however, a very blunt and limited instrument and we are concerned that there is little substantive evidence its introduction in Wales would curb harmful drinking.\r\n\r\n\"Instead, hospitality businesses that are already facing continually increasing costs that threaten their sustainability and positive employment ambitions will be placed under further erosive pressure.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/\">Traditional blessing for Hogs Back Brewery hop garden</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n</ul>\r\n&nbsp;','UKHospitality warns against MUP in Wales','','publish','closed','open','','ukh-warns-against-mup-in-wales','','https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\nhttps://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/','2019-07-24 08:57:59','2019-07-24 08:57:59','',0,'https://www.ontradeprogress.com/?p=5422',0,'post','',0),(5423,1,'2019-06-03 13:15:20','2019-06-03 13:15:20','','ukhospitality','ukhospitality','inherit','closed','closed','','glass-bottles-of-beer-with-glass-and-ice-on-dark-background','','','2019-06-03 13:16:00','2019-06-03 13:16:00','',5422,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/8901.jpg',0,'attachment','image/jpeg',0),(5424,1,'2019-06-03 13:16:36','2019-06-03 13:16:36','<h1>UKHospitality has cautioned against the introduction of minimum unit pricing for alcohol in Wales following the Welsh Government’s reiteration it intends to introduce the measure.</h1>\r\nUKHospitality Executive Director for Wales, David Chapman said: “We are, of course, very supportive of efforts to promote healthier attitudes to alcohol, provided they are strictly evidence-based.\r\n\r\n\"We believe minimum unit pricing is, however, a very blunt and limited instrument and we are concerned that there is little substantive evidence its introduction in Wales would curb harmful drinking.\r\n\r\n\"Instead, hospitality businesses that are already facing continually increasing costs that threaten their sustainability and positive employment ambitions will be placed under further erosive pressure.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/\">Traditional blessing for Hogs Back Brewery hop garden</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/\">Commercial Kitchen reveals Innovation Challenge contenders</a></li>\r\n</ul>\r\n&nbsp;','UKH warns against MUP in Wales','','inherit','closed','closed','','5422-revision-v1','','','2019-06-03 13:16:36','2019-06-03 13:16:36','',5422,'https://www.ontradeprogress.com/2019/06/03/5422-revision-v1/',0,'revision','',0),(5425,1,'2019-06-03 13:46:22','2019-06-03 13:46:22','<h1>UKHospitality has cautioned against the introduction of minimum unit pricing for alcohol in Wales following the Welsh Government’s reiteration it intends to introduce the measure.</h1>\r\nUKHospitality Executive Director for Wales, David Chapman said: “We are, of course, very supportive of efforts to promote healthier attitudes to alcohol, provided they are strictly evidence-based.\r\n\r\n\"We believe minimum unit pricing is, however, a very blunt and limited instrument and we are concerned that there is little substantive evidence its introduction in Wales would curb harmful drinking.\r\n\r\n\"Instead, hospitality businesses that are already facing continually increasing costs that threaten their sustainability and positive employment ambitions will be placed under further erosive pressure.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/\">Traditional blessing for Hogs Back Brewery hop garden</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/commercial-kitchen-reveals-innovation-challenge-contenders/\">Commercial Kitchen reveals Innovation Challenge contenders</a></li>\r\n</ul>\r\n&nbsp;','UKHospitality warns against MUP in Wales','','inherit','closed','closed','','5422-revision-v1','','','2019-06-03 13:46:22','2019-06-03 13:46:22','',5422,'https://www.ontradeprogress.com/2019/06/03/5422-revision-v1/',0,'revision','',0),(5427,1,'2019-06-03 15:12:22','2019-06-03 15:12:22','<h1 class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Today, the British Beer &amp; Pub Association (BBPA) has launched the first episode of its new podcast, <i>The Beer &amp; Pubcast.</i></span></h1>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Made by the trade for the trade, the newly launched podcast will speak up for Britain’s beer and pub sector, exploring issues and topics that affect brewing and pub businesses across the UK.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">The podcast is available to listen to on the BBPA website at </span><span lang=\"EN-US\"><a href=\"https://beerandpub.com/beer-and-pubcast/\">beerandpub.com/beer-and-pubcast</a></span><span lang=\"EN-US\"> and on </span><span lang=\"EN-US\"><a href=\"https://soundcloud.com/user-948645472\">Soundcloud</a></span><span lang=\"EN-US\">. The BBPA has plans to host the new podcast series on iTunes in the future as well.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">In the very first episode of <i>The Beer &amp; Pubcast</i>, the British Beer &amp; Pub Association\'s CEO Brigid Simmonds, and Director of Public Affairs David Wilson, discuss the pertinent issues facing brewers and pubs at present.</span><span lang=\"EN-US\"> </span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Hosted by Adam Batstone, a shareholder of the The Craufurd Arms, Maidenhead, an award-winning community owned pub, the first episode of the podcast explores the impact of taxes such as business rates and beer duty on pubs, as well as the role of pubs in communities and on the high street. The episode also touches on the potential effect Brexit might have on Britain\'s beer and pubs, as well as the export potential of British beer around the world.</span><span lang=\"EN-US\"> </span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Future episodes of <i>The Beer &amp; Pubcast</i> will be aired on a monthly basis. Upcoming episode topics planned for the podcast include </span><span lang=\"EN-US\">brewing, pubs and the environment, the future of British beer exports, the future of cask ale, and many more.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Future episodes of the podcast will also feature external guests from across the beer and pubs industry, as well as government.</span></p>\r\n<p class=\"PressReleaseBodyText\"><b><span lang=\"EN-US\">Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, commented:</span></b><b></b></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">“Made by the trade for the trade, <i>The Beer &amp; Pubcast</i> will speak up for Britain’s beer and pub industry. From business rates to Brexit, it will discuss the most important issues of the day for brewers and publicans, making it an essential listen for those wanting to know more about the issues our sector faces and understand in more detail some of our policy asks.”</span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/\">UKHospitality warns against MUP in Wales</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/\">Traditional blessing for Hogs Back Brewery hop garden</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n</ul>\r\n&nbsp;','BBPA launches The Beer & Pubcast','','publish','closed','open','','bbpa-launches-the-beer-pubcast','','\nhttps://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/','2019-06-03 15:12:22','2019-06-03 15:12:22','',0,'https://www.ontradeprogress.com/?p=5427',0,'post','',0),(5428,1,'2019-06-03 15:11:39','2019-06-03 15:11:39','','264451-P4TGPG-255','BBPA','inherit','closed','closed','','264451-p4tgpg-255','','','2019-06-03 15:12:03','2019-06-03 15:12:03','',5427,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/264451-P4TGPG-255.jpg',0,'attachment','image/jpeg',0),(5429,1,'2019-06-03 15:12:09','2019-06-03 15:12:09','<h1 class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Today, the British Beer &amp; Pub Association (BBPA) has launched the first episode of its new podcast, <i>The Beer &amp; Pubcast.</i></span></h1>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Made by the trade for the trade, the newly launched podcast will speak up for Britain’s beer and pub sector, exploring issues and topics that affect brewing and pub businesses across the UK.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">The podcast is available to listen to on the BBPA website at </span><span lang=\"EN-US\"><a href=\"https://beerandpub.com/beer-and-pubcast/\">beerandpub.com/beer-and-pubcast</a></span><span lang=\"EN-US\"> and on </span><span lang=\"EN-US\"><a href=\"https://soundcloud.com/user-948645472\">Soundcloud</a></span><span lang=\"EN-US\">. The BBPA has plans to host the new podcast series on iTunes in the future as well.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">In the very first episode of <i>The Beer &amp; Pubcast</i>, the British Beer &amp; Pub Association\'s CEO Brigid Simmonds, and Director of Public Affairs David Wilson, discuss the pertinent issues facing brewers and pubs at present.</span><span lang=\"EN-US\"> </span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Hosted by Adam Batstone, a shareholder of the The Craufurd Arms, Maidenhead, an award-winning community owned pub, the first episode of the podcast explores the impact of taxes such as business rates and beer duty on pubs, as well as the role of pubs in communities and on the high street. The episode also touches on the potential effect Brexit might have on Britain\'s beer and pubs, as well as the export potential of British beer around the world.</span><span lang=\"EN-US\"> </span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Future episodes of <i>The Beer &amp; Pubcast</i> will be aired on a monthly basis. Upcoming episode topics planned for the podcast include </span><span lang=\"EN-US\">brewing, pubs and the environment, the future of British beer exports, the future of cask ale, and many more.</span></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">Future episodes of the podcast will also feature external guests from across the beer and pubs industry, as well as government.</span></p>\r\n<p class=\"PressReleaseBodyText\"><b><span lang=\"EN-US\">Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, commented:</span></b><b></b></p>\r\n<p class=\"PressReleaseBodyText\"><span lang=\"EN-US\">“Made by the trade for the trade, <i>The Beer &amp; Pubcast</i> will speak up for Britain’s beer and pub industry. From business rates to Brexit, it will discuss the most important issues of the day for brewers and publicans, making it an essential listen for those wanting to know more about the issues our sector faces and understand in more detail some of our policy asks.”</span></p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/\">UKHospitality warns against MUP in Wales</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/\">Traditional blessing for Hogs Back Brewery hop garden</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n</ul>\r\n&nbsp;','BBPA launches The Beer & Pubcast','','inherit','closed','closed','','5427-revision-v1','','','2019-06-03 15:12:09','2019-06-03 15:12:09','',5427,'https://www.ontradeprogress.com/2019/06/03/5427-revision-v1/',0,'revision','',0),(5430,1,'2019-06-03 19:13:48','2019-06-03 19:13:48','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIxOCIsInBhZGRpbmctbGVmdCI6IjAiLCJjb250ZW50LWgtYWxpZ24iOiJjb250ZW50LWhvcml6LWNlbnRlciIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 19:13:48','2019-06-03 19:13:48','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5431,1,'2019-06-03 19:13:52','2019-06-03 19:13:52','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-06-03 19:13:52','2019-06-03 19:13:52','',5173,'https://www.ontradeprogress.com/2019/06/03/5173-revision-v1/',0,'revision','',0),(5432,1,'2019-06-03 19:14:33','2019-06-03 19:14:33','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-06-03 19:14:33','2019-06-03 19:14:33','',5173,'https://www.ontradeprogress.com/2019/06/03/5173-revision-v1/',0,'revision','',0),(5433,1,'2019-06-03 19:15:53','2019-06-03 19:15:53','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 19:15:53','2019-06-03 19:15:53','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5434,1,'2019-06-03 19:16:28','2019-06-03 19:16:28','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-06-03 19:16:28','2019-06-03 19:16:28','',5173,'https://www.ontradeprogress.com/2019/06/03/5173-revision-v1/',0,'revision','',0),(5435,1,'2019-06-03 19:17:29','2019-06-03 19:17:29','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-06-03 19:17:29','2019-06-03 19:17:29','',5005,'https://www.ontradeprogress.com/2019/06/03/5005-revision-v1/',0,'revision','',0),(5436,1,'2019-06-03 19:18:20','2019-06-03 19:18:20','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-06-03 19:18:20','2019-06-03 19:18:20','',5022,'https://www.ontradeprogress.com/2019/06/03/5022-revision-v1/',0,'revision','',0),(5437,1,'2019-06-03 19:18:50','2019-06-03 19:18:50','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-06-03 19:18:50','2019-06-03 19:18:50','',5023,'https://www.ontradeprogress.com/2019/06/03/5023-revision-v1/',0,'revision','',0),(5438,1,'2019-06-03 19:19:15','2019-06-03 19:19:15','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTI1IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-06-03 19:19:15','2019-06-03 19:19:15','',5025,'https://www.ontradeprogress.com/2019/06/03/5025-revision-v1/',0,'revision','',0),(5439,1,'2019-06-03 19:19:40','2019-06-03 19:19:40','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-06-03 19:19:40','2019-06-03 19:19:40','',5026,'https://www.ontradeprogress.com/2019/06/03/5026-revision-v1/',0,'revision','',0),(5440,1,'2019-06-03 19:20:33','2019-06-03 19:20:33','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-06-03 19:20:33','2019-06-03 19:20:33','',5025,'https://www.ontradeprogress.com/2019/06/03/5025-revision-v1/',0,'revision','',0),(5443,1,'2019-06-03 20:01:41','2019-06-03 20:01:41','','IDE_Banner_1000x200','','inherit','closed','closed','','ide_banner_1000x200','','','2019-10-10 07:24:17','2019-10-10 07:24:17','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/IDE_Banner_1000x200.jpg',0,'attachment','image/jpeg',0),(5444,1,'2019-06-03 20:01:43','2019-06-03 20:01:43','','RBTL_Banner_1000x200','','inherit','closed','closed','','rbtl_banner_1000x200','','','2019-06-03 20:01:43','2019-06-03 20:01:43','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/RBTL_Banner_1000x200.jpg',0,'attachment','image/jpeg',0),(5445,1,'2019-06-03 20:09:54','2019-06-03 20:09:54','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-03 20:09:54','2019-06-03 20:09:54','',8,'https://www.ontradeprogress.com/2019/06/03/8-revision-v1/',0,'revision','',0),(5446,1,'2019-06-04 09:13:11','2019-06-04 09:13:11','','26_ON-TRADE-PROGRESS_COVER_ISSUE-26','','inherit','closed','closed','','26_on-trade-progress_cover_issue-26','','','2019-06-04 09:13:36','2019-06-04 09:13:36','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26.jpg',0,'attachment','image/jpeg',0),(5452,1,'2019-06-04 09:29:10','2019-06-04 09:29:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #26','','publish','closed','closed','','ontrade-progress-issue-26','','','2019-10-15 15:05:04','2019-10-15 15:05:04','',0,'https://www.ontradeprogress.com/?page_id=5452',0,'page','',0),(5453,1,'2019-06-04 09:27:54','2019-06-04 09:27:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:27:54','2019-06-04 09:27:54','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5454,1,'2019-06-04 09:28:18','2019-06-04 09:28:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:28:18','2019-06-04 09:28:18','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5456,1,'2019-06-04 09:45:39','2019-06-04 09:45:39','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBNTI1cHglM0IlMjBoZWlnaHQlM0EzNzFweCUzQiUyMiUyMGNsYXNzJTNEJTIyaXNzdXVlbWJlZCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQ3NjcmlwdCUyMHR5cGUlM0QlMjJ0ZXh0JTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuanMlMjIlMjBhc3luYyUzRCUyMnRydWUlMjIlM0UlM0MlMkZzY3JpcHQlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:45:39','2019-06-04 09:45:39','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5457,1,'2019-06-04 09:46:16','2019-06-04 09:46:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBNTI1cHglM0IlMjBoZWlnaHQlM0EzNzFweCUzQiUyMiUyMGNsYXNzJTNEJTIyaXNzdXVlbWJlZCUyMiUzRSUzQyUyRmRpdiUzRSUwQSUzQ3NjcmlwdCUyMHR5cGUlM0QlMjJ0ZXh0JTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuanMlMjIlMjBhc3luYyUzRCUyMnRydWUlMjIlM0UlM0MlMkZzY3JpcHQlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:46:16','2019-06-04 09:46:16','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5458,1,'2019-06-04 09:49:08','2019-06-04 09:49:08','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:49:08','2019-06-04 09:49:08','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5459,1,'2019-06-04 09:49:58','2019-06-04 09:49:58','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:49:58','2019-06-04 09:49:58','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5460,1,'2019-06-04 09:53:10','2019-06-04 09:53:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-06-04 09:53:10','2019-06-04 09:53:10','',5452,'https://www.ontradeprogress.com/2019/06/04/5452-revision-v1/',0,'revision','',0),(5461,1,'2019-06-04 10:22:47','2019-06-04 10:22:47','','26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px','','inherit','closed','closed','','26_on-trade-progress_cover_issue-26_300x425px','','','2019-06-04 10:22:47','2019-06-04 10:22:47','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x425px.jpg',0,'attachment','image/jpeg',0),(5462,1,'2019-06-04 10:40:59','2019-06-04 10:40:59','','ISSUE-26_Front-Cover','','inherit','closed','closed','','issue-26_front-cover','','','2019-06-04 10:40:59','2019-06-04 10:40:59','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/ISSUE-26_Front-Cover.png',0,'attachment','image/png',0),(5463,1,'2019-06-04 11:08:11','2019-06-04 11:08:11','','ISSUE-26_Front-Cover','','inherit','closed','closed','','issue-26_front-cover-2','','','2019-06-04 11:08:11','2019-06-04 11:08:11','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/ISSUE-26_Front-Cover-1.png',0,'attachment','image/png',0),(5464,1,'2019-06-04 11:28:33','2019-06-04 11:28:33','','26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px','','inherit','closed','closed','','26_on-trade-progress_cover_issue-26_620x861px','','','2019-06-04 11:29:08','2019-06-04 11:29:08','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_620x861px.png',0,'attachment','image/png',0),(5465,1,'2019-06-04 11:41:42','2019-06-04 11:41:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5464\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwVGhlJTIwcmlzZSUyMG9mJTIwQ0JEJTIwJTI2JTIwd2hhdCUyMHRoaXMlMjBtZWFucyUyMGZvciUyMGhvc3BpdGFsaXR5\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVGlwcyUyMHRvJTIwYm9vc3QlMjB5b3VyJTIwc3VtbWVyJTIwdHJhZGU=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwZG8lMjB5b3UlMjBoYW5kbGUlMjBjYXNrJTIwaW4lMjB3YXJtJTIwd2VhdGhlciUzRg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWVudSUyMGlkZWElMjBmcm9tJTIwQm9iYnklMjBCcm93biUyMG9mJTIwJTIwQmFua2hvdXNlJTIw\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-06-04 11:41:42','2019-06-04 11:41:42','',23,'https://www.ontradeprogress.com/2019/06/04/23-revision-v1/',0,'revision','',0),(5466,1,'2019-06-04 11:52:59','2019-06-04 11:52:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #26','','inherit','closed','closed','','276-revision-v1','','','2019-06-04 11:52:59','2019-06-04 11:52:59','',276,'https://www.ontradeprogress.com/2019/06/04/276-revision-v1/',0,'revision','',0),(5467,1,'2019-06-04 12:11:53','2019-06-04 12:11:53','','26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px','','inherit','closed','closed','','26_on-trade-progress_cover_issue-26_300x330px','','','2019-06-04 12:12:19','2019-06-04 12:12:19','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.jpg',0,'attachment','image/jpeg',0),(5468,1,'2019-06-04 12:14:59','2019-06-04 12:14:59','','26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px','','inherit','closed','closed','','26_on-trade-progress_cover_issue-26_300x330px-2','','','2019-06-04 12:15:25','2019-06-04 12:15:25','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px-1.jpg',0,'attachment','image/jpeg',0),(5469,1,'2019-06-04 12:29:54','2019-06-04 12:29:54','','26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px','','inherit','closed','closed','','26_on-trade-progress_cover_issue-26_300x330px-3','','','2019-06-04 12:30:19','2019-06-04 12:30:19','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26_ON-TRADE-PROGRESS_COVER_ISSUE-26_300x330px.png',0,'attachment','image/png',0),(5470,1,'2019-06-04 12:30:34','2019-06-04 12:30:34','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5469\" spot_img_mob=\"5469\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-06-04 12:30:34','2019-06-04 12:30:34','',8,'https://www.ontradeprogress.com/2019/06/04/8-revision-v1/',0,'revision','',0),(5471,1,'2019-06-04 13:36:37','2019-06-04 13:36:37','','26','','inherit','closed','closed','','26','','','2019-06-04 13:36:37','2019-06-04 13:36:37','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26.png',0,'attachment','image/png',0),(5472,1,'2019-06-04 13:42:34','2019-06-04 13:42:34','','26-2','','inherit','closed','closed','','26-2','','','2019-06-04 13:42:34','2019-06-04 13:42:34','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/26-2.png',0,'attachment','image/png',0),(5473,1,'2019-06-05 07:23:06','2019-06-05 07:23:06','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>Martini Rosé | Monsieur Le Duck</strong>\r\n\r\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"French Tonique - Monsieur Le Duck French Tonique \" width=\"177\" height=\"249\" /> French Tonique | Monsieur Le Duck[/caption]\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <em>French Tonique (£10) - Gin Chambord, St Germain Elderflower Liqueur, Lime, Light Tonic. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight[/caption]\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar[/caption]\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails[/caption]\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n&nbsp;\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n</ul>','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-revision-v1','','','2019-06-05 07:23:06','2019-06-05 07:23:06','',5318,'https://www.ontradeprogress.com/2019/06/05/5318-revision-v1/',0,'revision','',0),(5475,1,'2019-06-06 09:58:05','2019-06-06 09:58:05','<h1>With Summer just around the corner and new bars popping up every week, we highlight some of London\'s top cocktail offerings.</h1>\r\n<strong>Frozen Banana Ramos | Murder Inc.</strong>\r\n\r\n[caption id=\"attachment_5319\" align=\"alignleft\" width=\"261\"]<img class=\"wp-image-5319\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Frozen-Banana-Ramos-Murder-Inc-300x200.jpg\" alt=\"Frozen Banana Ramos- Murder Inc\" width=\"261\" height=\"174\" /> Frozen Banana Ramos | Murder Inc[/caption]\r\n\r\nSet to launch this June and hidden down one of London’s famously in-the-know drinking streets, Murder Inc. teeters on the edge of the refined-sophisticated Fitzrovia and glitzy-gritty Soho, perfectly blending beauty and filth into one very cool neighbourhood bar. Taking inspiration from the gangster noir of the 1940s &amp; 50s, the décor and style of this new sixty-capacity bar will be that of industrial New York meets mid-century glamour.\r\n\r\nThe <strong>Frozen Banana Ramos</strong> is a refreshing frozen cocktail comprising Jagermeister, banana milk, coconut cream, egg white, citrus and stout.\r\n\r\n<strong>French Tonique | Monsieur Le Duck</strong>\r\n\r\n[caption id=\"attachment_5320\" align=\"alignright\" width=\"177\"]<img class=\"wp-image-5320\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/image-213x300.png\" alt=\"French Tonique - Monsieur Le Duck French Tonique \" width=\"177\" height=\"249\" /> French Tonique | Monsieur Le Duck[/caption]\r\n\r\nHaving been well received by Londoners, Francophiles and critics alike, Monsieur Le Duck has now opened its doors in Clerkenwell. The new venue has a French-inspired cocktail list featuring apéritif classics including the <em>French Tonique (£10) - Gin Chambord, St Germain Elderflower Liqueur, Lime, Light Tonic. </em>The ground floor restaurant spills out onto outside tables, making Monsieur Le Duck an ideal spot for alfresco dining, akin to wine-soaked languid lunches in village squares on holiday.\r\n\r\n<strong>Rose &amp; Bergamot Spritz | Coupette </strong>\r\n\r\nCoupette, one of London’s finest bars, has announced a new cocktail menu soon to launch at the Bethnal Green bar. Entitled Spring / Summer, this exciting new menu, created by Chris Moore and in collaboration with local sign writer, Ged Palmer, will be the first offering from a new series of seasonal menus that are inspired by local creative figures from the bar’s Bethnal Green location.\r\n\r\nSpring / Summer sings with the optimism of the season, evoking fresh fragrances, sun-filled spaces, languorous endless days and heady nights. The <strong>Rose &amp; Bergamot Spritz </strong>will a light and refreshing summer spritz, aromatic and evocative of dappled rose gardens on balmy summer days; the cocktail comprises Grey Goose, Italicus, Rose, Lillet Rose? and Sparkling Wine\r\n\r\n<strong>Jalisco Sky </strong><strong>| Skylight </strong>\r\n\r\n[caption id=\"attachment_5321\" align=\"alignleft\" width=\"162\"]<img class=\"wp-image-5321\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Jalisco-Sky-Skylight-200x300.jpg\" alt=\"Jalisco Sky - Skylight\" width=\"162\" height=\"244\" /> Jalisco Sky | Skylight[/caption]\r\n\r\nSkylight Rooftop at Tobacco Dock is now open for its summer season. Famous for its panoramic and uninterrupted views across the city’s skyline and unique urban lawn games and bar offering, the expansive rooftop venue has become one of London’s favourite summer hot spots.\r\n\r\n<strong> </strong>The Jalisco Sky (Aqua Riva Reposado Tequila, Marie Blizzard APRY, Maraschino, Lemon juice, Sugar) is topped with a marshmallow and is reminiscent of starlit nights spent with friends around the campfire\r\n\r\n<strong>Sun Sun Sun | American Bar </strong>\r\n\r\n[caption id=\"attachment_5322\" align=\"alignright\" width=\"235\"]<img class=\"wp-image-5322\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Sun-Sun-Sun-American-Bar-at-The-Savoy-300x225.jpg\" alt=\"Sun-Sun-Sun-American-Bar-at-The-Savoy\" width=\"235\" height=\"176\" /> Sun Sun Sun | American Bar[/caption]\r\n\r\nPaying homage to the legendary musicians and songwriters that have entertained guests at The Savoy\'s American Bar for decades, ‘The Savoy Songbook’ menu at The Savoy\'s American Bar is a collection of twenty cocktails that have been created with the bar’s most iconic songs in mind.\r\n\r\n<strong>Sun Sun </strong><strong>Sun </strong>reflects the imagination of George Harrison who wrote the song \'Here Comes The Sun\' which then appeared on the famed Abbey Road album. The zesty hue of this summer cocktail evokes the sunshine even on the cloudiest summer day and is an elegant tipple of Bombay Gin, Lime, Egg White, White Creme de Menthe, Orange Blossom and Yuzu Wine.\r\n\r\n<strong>Dove | Heads + Tails </strong>\r\n\r\n[caption id=\"attachment_5323\" align=\"alignleft\" width=\"138\"]<img class=\"wp-image-5323\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Dove-Heads-Tails--225x300.jpeg\" alt=\"Dove - Heads + Tails\" width=\"138\" height=\"184\" /> Dove | Heads + Tails[/caption]\r\n\r\nNeighbourhood cocktail bar Heads + Tails in leafy West Hampstead boasts a beautiful sun-trap garden; with leafy walls, cushion-topped seating and a hidden feel, this secluded outdoor space is the perfect place to sip spritzes and aperitivo this summer. For after work drinks, order a refreshing an aromatic Dove - El Gobernador Pisco, Jasmine cordial, fresh lemon, Prosecco - to take out into the sunshine.\r\n\r\n&nbsp;\r\n\r\n<strong>Enrique the 5th | Bobby Fitzpatrick </strong>\r\n\r\n[caption id=\"attachment_5324\" align=\"alignright\" width=\"132\"]<img class=\"wp-image-5324\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Enrique-the-5th-Bobby-Fitzpatrick-200x300.jpg\" alt=\"Enrique the 5th - Bobby Fitzpatrick\" width=\"132\" height=\"198\" /> Enrique the 5th | Bobby Fitzpatrick[/caption]\r\n\r\nBobby Fitzpatrick is a characterful and an unapologetically-retro venue in West Hampstead with snazzy seventies decor providing a thoroughly instagrammable backdrop<strong>. </strong>The <strong>Enrique the 5th </strong>cocktail features the holiday flavours of pineapple with a potent twist (Vida mezcal, Aperol, pineapple, lime, demerara, absinthe, egg white); topped with a curl of dried pineapple with every sip transporting the drinker to sunnier climes.\r\n\r\n<strong>OSLO Spritz | Oslo Hackney</strong>\r\n\r\n[caption id=\"attachment_5325\" align=\"alignleft\" width=\"132\"]<img class=\"wp-image-5325\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oslo-Spritz-Oslo-225x300.jpg\" alt=\"Oslo Spritz - Oslo\" width=\"132\" height=\"176\" /> OSLO Spritz | Oslo Hackney[/caption]\r\n\r\nAs the days grow longer and post-work drinks become part of the norm, OSLO is the perfect East London hangout to head to and enjoy a refreshing <strong>Oslo Spritz</strong> (I<em>talicus, Prosecco, Angostura Orange Bitters, Fee Brothers Grapefruit Bitters &amp; Soda)</em> on its sun soaked terrace.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Oye Como Va | Quaglino\'s Bar</strong>\r\n\r\n[caption id=\"attachment_5326\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5326 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Oye-Como-Va-Quaglinos-Bar-300x200.jpg\" alt=\"Oye Como Va Quaglinos Bar\" width=\"300\" height=\"200\" /> Oye Como Va | Quaglino\'s Bar[/caption]\r\n\r\n<strong> </strong>Quaglino’s Bar has been synonymous with style, glamour and great cocktails since its establishment in 1929. This summer, slink down the stairs to Q Bar and try <strong>Oye Como Va </strong>(Tequila Olmeca Blanco, Illegal Mezcal Joven, Manzanilla Sherry, Lime and chilli cordial) - the perfect way to spice up the summer. Available for £12.50 a glass, or £60 a bottle.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/\">Cornish Orchards launches Honey Cider with the Eden Project</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/\">Fire-up the BBQ menus</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/\">Operators lend support for Pinkspiration Week</a></li>\r\n</ul>','London\'s top Summer cocktails 2019','','inherit','closed','closed','','5318-revision-v1','','','2019-06-06 09:58:05','2019-06-06 09:58:05','',5318,'https://www.ontradeprogress.com/2019/06/06/5318-revision-v1/',0,'revision','',0),(5476,1,'2019-06-06 13:18:21','2019-06-06 13:18:21','<h1>Commercial Kitchen – the UK’s leading kitchen equipment, services and design show – bid farewell to Birmingham in style this week (4-5 June). With final figures still to be announced, the 2019 show saw the best quality of buyers yet and 50% of exhibitors already rebooking for the much-anticipated 2020 show at ExCeL London.</h1>\r\nThe show’s prestigious visitor list annually includes many of the biggest catering equipment purchasers and specifiers working in foodservice and hospitality today. Philipp Schumacher, director at Hupfer, said that “the number of high quality buyers at Commercial Kitchen 2019 was the best we’d ever seen”.\r\n\r\nNow, after four incredible successful years – where the show has become firmly established as the two days a year where the industry meets, launches innovations and does business – Commercial Kitchen will move to London (said to be home to more kitchens per sqm than anywhere else in the UK) in June 2020 for its ‘biggest edition yet’.\r\n\r\nIt’s an exciting development to the show, which boasts huge support from the industry’s major associations and trade media titles.  It also counts a raft of leading CEOs, MDs, top chefs and food chiefs from across the hospitality industry among its many fans.\r\n\r\n“I love Commercial Kitchen and I’m delighted it’s moving to London for an even bigger and better show in 2020.  It has my full support,” says Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina.\r\n\r\n“Commercial Kitchen 2019 was brilliant.  After seeing what the organisers did when they moved their food-to-go show lunch! to ExCeL, I have no doubt that Commercial Kitchen 2020 will be the best one yet,” says Arnaud Kaziewicz, executive chef at EAT.\r\n\r\n“It’s a great show and it will be so much easier for me and my team to attend now that it’s moving to London.  Great move!” agrees Peter Woods, executive chef at Ace Hotel.\r\n\r\nNotably, the move will enable Commercial Kitchen to continue to grow and deliver on its promise to be the only truly dedicated show serving buyers from every vertical sector and every type of kitchen.\r\n\r\nEvent manager Katie Tyler (from organiser Diversified Communications UK) says: “Following a very busy, valuable and productive two days at Commercial Kitchen 2019, we’re delighted to announce the show’s move to ExCeL London.  The time is right for a change and the news has already generated a lot of interest and enthusiasm from our exhibitors, supporters, and visitors alike.\r\n\r\n“Best of all, the tenancy enjoys similar dates, with our 2020 show scheduled to open on 3-4 June.  Plus, when the Elizabeth line opens, ExCeL London will become even more accessible from both Heathrow and central London in minutes.\r\n\r\n“We’ll be drawing on all our strengths – harnessing Diversified’s unique experience, connections and knowledge within the hospitality, foodservice and catering industry to ensure Commercial Kitchen’s fifth anniversary show in London is as memorable as it is unmissable for buyers across the whole country.”\r\n\r\n<strong>Strong industry support</strong>\r\n\r\nceda, the UK’s leading membership association for companies involved in the distribution and servicing of commercial catering equipment, has been a pivotal lead partner for the show since its launch in 2016.\r\n\r\nCommenting on the move, ceda’s director general Adam Mason says: “As lead-partners since Commercial Kitchen’s inception, ceda are happy to support the move to Excel from 2020.  Our relationship with the show has been hugely beneficial for both parties and our Members are passionate about an exhibition that has such a tight focus on equipment and services, as it is so relevant to their businesses.  We look forward to supporting Diversified Communications UK in their move and developing the show for the benefit of our Members, our Partner exhibitors and end-user operators.”\r\n\r\nLouise Willis, executive director at FCSI (UK &amp; Ireland), which has been an association partner since 2017, adds:  “We are delighted to be a partner of the Commercial Kitchen Show, and think the decision to relocate the event to London’s ExCel for 2020 will be a positive move and will encourage more members to attend.”\r\n\r\n<strong>Save the date for 2020</strong>\r\n\r\nCommercial Kitchen will open at the new venue of ExCeL London on 3-4 June 2020.  For further information, please visit <a href=\"http://link.email.dynect.net/link.php?DynEngagement=true&amp;H=5eXH0qSKdBRphS6WO4YlQwwSTi8wtQOqejFjZKiddbCzZ5Bbl4XDYW%2Bs6x7t415lLtDZY3H04EFlvh0pFGlyv7LCOT5l5WUjtsmeFxfP7ca1R%2Fud2lZN3qHgBCsgirvi&amp;G=0&amp;R=http%3A%2F%2Fwww.commercialkitchenshow.co.uk%3Futm_source%3Dpressrelease%26utm_medium%3Demail-pr%26utm_campaign%3DCKS_PR_150319&amp;I=20190606115239.0000032c1363%40mail6-43-usnbn1&amp;X=MHwxMDQ2NzU4OjVjZjhmZTdlOTUyZjZhNDQ4YmExNmM4Mzs%3D&amp;S=GfNJ85sNXxObnrpbG-7aGt8QP-kTI8V3aBbmqtwmLrw\">www.commercialkitchenshow.co.uk</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\">Ontrade Progress issue #26</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/\">BBPA launches The Beer &amp; Pubcast</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/\">UKHospitality warns against MUP in Wales</a></li>\r\n</ul>\r\n&nbsp;','Commercial Kitchen moves to London for 2020','','publish','closed','open','','commercial-kitchen-moves-to-london-for-2020','','','2019-06-06 13:18:21','2019-06-06 13:18:21','',0,'https://www.ontradeprogress.com/?p=5476',0,'post','',0),(5477,1,'2019-06-06 13:16:06','2019-06-06 13:16:06','','E42A8824-1','Commercial Kitchen','inherit','closed','closed','','e42a8824-1','','','2019-06-06 13:16:31','2019-06-06 13:16:31','',5476,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/E42A8824-1.jpg',0,'attachment','image/jpeg',0),(5478,1,'2019-06-06 13:17:34','2019-06-06 13:17:34','<h1>Commercial Kitchen – the UK’s leading kitchen equipment, services and design show – bid farewell to Birmingham in style this week (4-5 June). With final figures still to be announced, the 2019 show saw the best quality of buyers yet and 50% of exhibitors already rebooking for the much-anticipated 2020 show at ExCeL London.</h1>\r\nThe show’s prestigious visitor list annually includes many of the biggest catering equipment purchasers and specifiers working in foodservice and hospitality today. Philipp Schumacher, director at Hupfer, said that “the number of high quality buyers at Commercial Kitchen 2019 was the best we’d ever seen”.\r\n\r\nNow, after four incredible successful years – where the show has become firmly established as the two days a year where the industry meets, launches innovations and does business – Commercial Kitchen will move to London (said to be home to more kitchens per sqm than anywhere else in the UK) in June 2020 for its ‘biggest edition yet’.\r\n\r\nIt’s an exciting development to the show, which boasts huge support from the industry’s major associations and trade media titles.  It also counts a raft of leading CEOs, MDs, top chefs and food chiefs from across the hospitality industry among its many fans.\r\n\r\n“I love Commercial Kitchen and I’m delighted it’s moving to London for an even bigger and better show in 2020.  It has my full support,” says Glenn Evans, head of food development at Las Iguanas, La Tasca &amp; La Vina.\r\n\r\n“Commercial Kitchen 2019 was brilliant.  After seeing what the organisers did when they moved their food-to-go show lunch! to ExCeL, I have no doubt that Commercial Kitchen 2020 will be the best one yet,” says Arnaud Kaziewicz, executive chef at EAT.\r\n\r\n“It’s a great show and it will be so much easier for me and my team to attend now that it’s moving to London.  Great move!” agrees Peter Woods, executive chef at Ace Hotel.\r\n\r\nNotably, the move will enable Commercial Kitchen to continue to grow and deliver on its promise to be the only truly dedicated show serving buyers from every vertical sector and every type of kitchen.\r\n\r\nEvent manager Katie Tyler (from organiser Diversified Communications UK) says: “Following a very busy, valuable and productive two days at Commercial Kitchen 2019, we’re delighted to announce the show’s move to ExCeL London.  The time is right for a change and the news has already generated a lot of interest and enthusiasm from our exhibitors, supporters, and visitors alike.\r\n\r\n“Best of all, the tenancy enjoys similar dates, with our 2020 show scheduled to open on 3-4 June.  Plus, when the Elizabeth line opens, ExCeL London will become even more accessible from both Heathrow and central London in minutes.\r\n\r\n“We’ll be drawing on all our strengths – harnessing Diversified’s unique experience, connections and knowledge within the hospitality, foodservice and catering industry to ensure Commercial Kitchen’s fifth anniversary show in London is as memorable as it is unmissable for buyers across the whole country.”\r\n\r\n<strong>Strong industry support</strong>\r\n\r\nceda, the UK’s leading membership association for companies involved in the distribution and servicing of commercial catering equipment, has been a pivotal lead partner for the show since its launch in 2016.\r\n\r\nCommenting on the move, ceda’s director general Adam Mason says: “As lead-partners since Commercial Kitchen’s inception, ceda are happy to support the move to Excel from 2020.  Our relationship with the show has been hugely beneficial for both parties and our Members are passionate about an exhibition that has such a tight focus on equipment and services, as it is so relevant to their businesses.  We look forward to supporting Diversified Communications UK in their move and developing the show for the benefit of our Members, our Partner exhibitors and end-user operators.”\r\n\r\nLouise Willis, executive director at FCSI (UK &amp; Ireland), which has been an association partner since 2017, adds:  “We are delighted to be a partner of the Commercial Kitchen Show, and think the decision to relocate the event to London’s ExCel for 2020 will be a positive move and will encourage more members to attend.”\r\n\r\n<strong>Save the date for 2020</strong>\r\n\r\nCommercial Kitchen will open at the new venue of ExCeL London on 3-4 June 2020.  For further information, please visit <a href=\"http://link.email.dynect.net/link.php?DynEngagement=true&amp;H=5eXH0qSKdBRphS6WO4YlQwwSTi8wtQOqejFjZKiddbCzZ5Bbl4XDYW%2Bs6x7t415lLtDZY3H04EFlvh0pFGlyv7LCOT5l5WUjtsmeFxfP7ca1R%2Fud2lZN3qHgBCsgirvi&amp;G=0&amp;R=http%3A%2F%2Fwww.commercialkitchenshow.co.uk%3Futm_source%3Dpressrelease%26utm_medium%3Demail-pr%26utm_campaign%3DCKS_PR_150319&amp;I=20190606115239.0000032c1363%40mail6-43-usnbn1&amp;X=MHwxMDQ2NzU4OjVjZjhmZTdlOTUyZjZhNDQ4YmExNmM4Mzs%3D&amp;S=GfNJ85sNXxObnrpbG-7aGt8QP-kTI8V3aBbmqtwmLrw\">www.commercialkitchenshow.co.uk</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\">Ontrade Progress issue #26</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/\">BBPA launches The Beer &amp; Pubcast</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/\">UKHospitality warns against MUP in Wales</a></li>\r\n</ul>\r\n&nbsp;','Commercial Kitchen moves to London for 2020','','inherit','closed','closed','','5476-revision-v1','','','2019-06-06 13:17:34','2019-06-06 13:17:34','',5476,'https://www.ontradeprogress.com/2019/06/06/5476-revision-v1/',0,'revision','',0),(5479,1,'2019-06-06 13:43:46','2019-06-06 13:43:46','<h1>The British Beer and Pub Association (BBPA) has predicted that the Women’s World Cup could boost beer sales by 3 million pints, should the Lionesses reach the final of the tournament and pubs show the game.</h1>\r\nThe trade association is backing a campaign called ‘Change the Channel’, which is spurring venues across the UK to back women in sport and show the Women’s World Cup.\r\n\r\nWith 8.7 million people in the UK keen to watch women’s sport, the tournament could be a big boost to Britain’s pubs. Particularly as all games will be broadcast on the BBC, meaning pubs that don’t have a subscription to Sky Sports or BT Sports can still show the tournament.\r\n\r\nWith more interest in the Women’s World Cup than ever before, and the Lionesses carrying the best odds they’ve ever had to win the tournament, the BBPA believes that pubs could greatly benefit if England go on a run and make it to the final.\r\n\r\nIf the England team did make it to the final, the 3 million extra pints sold would provide as much as a £9 million boost to the economy, with the Great British pub being one of the main benefactors of a surge in demand for beer as fans cheer on the Lionesses at their local.\r\n\r\nA Women’s World Cup run would also be great news for the taxman. Beer duty, the extra tax put on beer in addition to VAT, would mean that HMRC would get a windfall as high as £1.4 million from beer drinkers and pub-goers watching the Lionesses throughout the tournament if they made it to the final.\r\n\r\nWith the friendly timings of England’s group stage fixtures meaning that the Lionesses will play Argentina and Japan in the evenings after work and Scotland at the weekend, as well as fewer fans travelling to the tournament itself to catch the games, the Great British pub can be <em>the</em> place to watch England Women’s World Cup matches this summer, so long as a pubs change the channel and show the matches.\r\n\r\nBBPA Chief Executive Brigid Simmonds comments:\r\n\r\n“When it comes to watching England at the World Cup, only being at the game itself can compare with being in the pub.\r\n\r\n“By switching the station to the Women’s World Cup, pubs will be doing their bit to promote women’s sport. With 8.7 million people in the UK keen to watch women’s sport, it will also be a great chance for pubs to get customers through the door. This is why we support the Change the Channel campaign.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/\">Commercial Kitchen moves to London for 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\">Ontrade Progress issue #26</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/\">BBPA launches The Beer &amp; Pubcast</a></li>\r\n</ul>\r\n&nbsp;','Women’s World Cup to boost beer sales by 3 million pints','','publish','closed','open','','womens-world-cup-to-boost-beer-sales-by-3-million-pints','','','2019-06-06 13:43:46','2019-06-06 13:43:46','',0,'https://www.ontradeprogress.com/?p=5479',0,'post','',0),(5480,1,'2019-06-06 13:41:36','2019-06-06 13:41:36','','341695-PA9A9I-814','Womens World Cup','inherit','closed','closed','','341695-pa9a9i-814','','','2019-06-06 13:42:37','2019-06-06 13:42:37','',5479,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/341695-PA9A9I-814.jpg',0,'attachment','image/jpeg',0),(5481,1,'2019-06-06 13:43:33','2019-06-06 13:43:33','<h1>The British Beer and Pub Association (BBPA) has predicted that the Women’s World Cup could boost beer sales by 3 million pints, should the Lionesses reach the final of the tournament and pubs show the game.</h1>\r\nThe trade association is backing a campaign called ‘Change the Channel’, which is spurring venues across the UK to back women in sport and show the Women’s World Cup.\r\n\r\nWith 8.7 million people in the UK keen to watch women’s sport, the tournament could be a big boost to Britain’s pubs. Particularly as all games will be broadcast on the BBC, meaning pubs that don’t have a subscription to Sky Sports or BT Sports can still show the tournament.\r\n\r\nWith more interest in the Women’s World Cup than ever before, and the Lionesses carrying the best odds they’ve ever had to win the tournament, the BBPA believes that pubs could greatly benefit if England go on a run and make it to the final.\r\n\r\nIf the England team did make it to the final, the 3 million extra pints sold would provide as much as a £9 million boost to the economy, with the Great British pub being one of the main benefactors of a surge in demand for beer as fans cheer on the Lionesses at their local.\r\n\r\nA Women’s World Cup run would also be great news for the taxman. Beer duty, the extra tax put on beer in addition to VAT, would mean that HMRC would get a windfall as high as £1.4 million from beer drinkers and pub-goers watching the Lionesses throughout the tournament if they made it to the final.\r\n\r\nWith the friendly timings of England’s group stage fixtures meaning that the Lionesses will play Argentina and Japan in the evenings after work and Scotland at the weekend, as well as fewer fans travelling to the tournament itself to catch the games, the Great British pub can be <em>the</em> place to watch England Women’s World Cup matches this summer, so long as a pubs change the channel and show the matches.\r\n\r\nBBPA Chief Executive Brigid Simmonds comments:\r\n\r\n“When it comes to watching England at the World Cup, only being at the game itself can compare with being in the pub.\r\n\r\n“By switching the station to the Women’s World Cup, pubs will be doing their bit to promote women’s sport. With 8.7 million people in the UK keen to watch women’s sport, it will also be a great chance for pubs to get customers through the door. This is why we support the Change the Channel campaign.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/\">Commercial Kitchen moves to London for 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\">Ontrade Progress issue #26</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/\">BBPA launches The Beer &amp; Pubcast</a></li>\r\n</ul>\r\n&nbsp;','Women’s World Cup to boost beer sales by 3 million pints','','inherit','closed','closed','','5479-revision-v1','','','2019-06-06 13:43:33','2019-06-06 13:43:33','',5479,'https://www.ontradeprogress.com/2019/06/06/5479-revision-v1/',0,'revision','',0),(5482,1,'2019-06-06 13:55:24','2019-06-06 13:55:24','<h1>Kanpai is the Japanese for ‘Cheers!’. Founders, Tom and Lucy Wilson, were so inspired by what they saw and tasted in Japan that a few years ago they began home-brewing Sake with great success.</h1>\r\nThanks to great word of mouth and the fantastic quality of what they produced, 2 years ago this hobby expanded to become a commercial operation operating out of the unlikely surrounds of Peckham, Southeast London where they have recently opened the doors of their taproom.\r\n\r\nTraditionally, milled rice is sourced from both Japan and California and traditional Japanese Koji and yeasts are used. Kanpai sakes have already begun to win awards and national recognition with presence in traditional Japanese restaurants, cocktail bars and even Michelin-starred establishments. The quality more than matches that of their Japanese counterparts, who have been supportive in recognising the work done by Tom and Lucy.\r\n\r\nThe core range consists of 3 sakes, from the classic Junmai Sumi, to the Nigori / cloudy Kumo and a special hopped sparkling sake called Fizu; a unique product, which appeals to sake, wine and beer lovers alike. The sparkling sake is also available on tap and a range of seasonal specials is also produced.\r\n\r\n[caption id=\"attachment_5484\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5484 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Tom-and-Lucy-300x300.jpg\" alt=\"Kanpai Founders, Tom and Lucy\" width=\"300\" height=\"300\" /> Kanpai Founders, Tom and Lucy[/caption]\r\n\r\nAmathus Drinks’ Head of Wine, Jeremy Lithgow MW said: <em>“We are really excited to begin this partnership with Kanpai. This is a properly artisanal operation, which is highly focused on quality and innovation. Tom and Lucy’s enthusiasm and passion is infectious and we think the potential is enormous for this ground-breaking product. At a time when demand for sake is booming, what better than to offer something made in our own backyard? ”.</em>\r\n\r\nTom Wilson added: <em>“As the UK\'s first sake brewery, we\'re excited to be working with Amathus to take the next leap in the sake revolution. We\'re proud to join their interesting line up of exclusive and unique drinks, to reach all corners of the UK”.</em>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/\">Commercial Kitchen moves to London for 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\">Ontrade Progress issue #26</a></li>\r\n</ul>\r\n&nbsp;','Amathus Drinks becomes UK distributor for Kanpai','','publish','closed','open','','amathus-drinks-becomes-uk-distributor-for-kanpai','','','2019-06-06 13:55:24','2019-06-06 13:55:24','',0,'https://www.ontradeprogress.com/?p=5482',0,'post','',0),(5483,1,'2019-06-06 13:50:00','2019-06-06 13:50:00','','Kanpai Sake','Kanpai Sake','inherit','closed','closed','','kanpai-sake','','','2019-06-06 13:50:16','2019-06-06 13:50:16','',5482,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Kanpai-Sake.jpg',0,'attachment','image/jpeg',0),(5484,1,'2019-06-06 13:52:01','2019-06-06 13:52:01','','Tom and Lucy from Kanpai','Tom and Lucy from Kanpai','inherit','closed','closed','','tom-and-lucy','','','2019-06-06 13:52:27','2019-06-06 13:52:27','',5482,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Tom-and-Lucy.jpg',0,'attachment','image/jpeg',0),(5485,1,'2019-06-06 13:53:20','2019-06-06 13:53:20','<h1>Kanpai is the Japanese for ‘Cheers!’. Founders, Tom and Lucy Wilson, were so inspired by what they saw and tasted in Japan that a few years ago they began home-brewing Sake with great success.</h1>\r\nThanks to great word of mouth and the fantastic quality of what they produced, 2 years ago this hobby expanded to become a commercial operation operating out of the unlikely surrounds of Peckham, Southeast London where they have recently opened the doors of their taproom.\r\n\r\nTraditionally, milled rice is sourced from both Japan and California and traditional Japanese Koji and yeasts are used. Kanpai sakes have already begun to win awards and national recognition with presence in traditional Japanese restaurants, cocktail bars and even Michelin-starred establishments. The quality more than matches that of their Japanese counterparts, who have been supportive in recognising the work done by Tom and Lucy.\r\n\r\nThe core range consists of 3 sakes, from the classic Junmai Sumi, to the Nigori / cloudy Kumo and a special hopped sparkling sake called Fizu; a unique product, which appeals to sake, wine and beer lovers alike. The sparkling sake is also available on tap and a range of seasonal specials is also produced.\r\n\r\n[caption id=\"attachment_5484\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5484 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Tom-and-Lucy-300x300.jpg\" alt=\"Kanpai Founders, Tom and Lucy\" width=\"300\" height=\"300\" /> Kanpai Founders, Tom and Lucy[/caption]\r\n\r\nAmathus Drinks’ Head of Wine, Jeremy Lithgow MW said: <em>“We are really excited to begin this partnership with Kanpai. This is a properly artisanal operation, which is highly focused on quality and innovation. Tom and Lucy’s enthusiasm and passion is infectious and we think the potential is enormous for this ground-breaking product. At a time when demand for sake is booming, what better than to offer something made in our own backyard? ”.</em>\r\n\r\nTom Wilson added: <em>“As the UK\'s first sake brewery, we\'re excited to be working with Amathus to take the next leap in the sake revolution. We\'re proud to join their interesting line up of exclusive and unique drinks, to reach all corners of the UK”.</em>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/\">Commercial Kitchen moves to London for 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-26/\">Ontrade Progress issue #26</a></li>\r\n</ul>\r\n&nbsp;','Amathus Drinks becomes UK distributor for Kanpai','','inherit','closed','closed','','5482-revision-v1','','','2019-06-06 13:53:20','2019-06-06 13:53:20','',5482,'https://www.ontradeprogress.com/2019/06/06/5482-revision-v1/',0,'revision','',0),(5486,1,'2019-06-06 14:24:46','2019-06-06 14:24:46','<h1>On the 8th June, World Gin Day is back with a boozy bang as The Botanist have teamed up with a number of prestigious London bars to create special serves to celebrate the most treasured day in the gin calendar.</h1>\r\nThe Botanist, distilled on the Island of Islay, have partnered with Boisdale of Belgravia, Opium, The Blind Pig, The Shrub and Shutter, The Little Yellow Door, Le Pont de la Tour and Jin Bo Law Skybar to offer guests foraged gin-based cocktails within some of the most stylish bars in the capital, and have created a beautiful map to guide Londoners on their perfect gin quest to celebrate World Gin Day.\r\n\r\nArtisanally crafted on the Island of Islay, The Botanist is truly unique with 22 hand-foraged, local herbs and flowers delicately and slowly distilled with nine classic gin botanicals. Complete with a dash of citrus freshness and a full- bodied yet delicate taste, The Botanist is a true expression of the progressive nature and heritage of the remote Scottish island.\r\n\r\n[caption id=\"attachment_5488\" align=\"aligncenter\" width=\"413\"]<img class=\" wp-image-5488\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56-1-300x300.png\" alt=\"World Gin Day\" width=\"413\" height=\"413\" /> The Botanist - World Gin Day[/caption]\r\n\r\nAt traditional Scottish haunt Boisdale of Belgravia, enjoy exclusive foraged cocktails in the specially created The Botanist Garden and upstairs terrace, where you can sip on their specialty Ugly Betty cocktail amongst the glorious greenery. Down the road in Notting Hill, The Little Yellow Door will wake you up with The Hangover, a quirky breakfast cocktail made with The Botanist Gin, elderflower, egg white, and chlorophyll, served in a coupette with mint and chlorophyll perfume.\r\n\r\nThe Blind Pig, the renowned Jason Atherton drinking den, has a special dessert-esque cocktail on the menu. The low-lit and speakeasy-style bar have used The Botanist Bee Pollen Gin to provide the foundation for the Queen Bee libation. The cocktail, a gloriously creamy concoction, features The Botanist Gin mixed with mead, honey liqueur, ‘New Forest’ syrup, cream, citrus and egg white. One for the White Russian lovers.\r\n\r\nAt Opium, Chinatown’s vibe-y late night dim sum and drinking spot, the bar have stuck to their Asian influences with the creation of Shanghai’s Botanist. A light, floral drink with citrus undertones, the long cocktail includes The Botanist Gin, aloe vera and melon cordial, lemon juice, and lemon verbena soda, garnished with an edible flower and lemon balm tea. Brixton’s The Shrub and Shutter have put their mixologists to the test, producing the weird and wonderful High as a Kite. The fluorescent pink cocktail includes The Botanist Gin, belsazar rose, beetroot, hibiscus shrub, and comes served with a packet of lemon balm and blueberry sherbet for added nostalgic fun.\r\n\r\nOver at riverside restaurant Le Pont de La Tour, the English Heritage cocktail is summer in liquid form. The fizzy number is made with The Botanist Gin infused with rosemary, elderflower cordial, lemon juice and topped with English sparkling wine. For drinking with a view, Jin Bo Law Skybar boasts unrivalled views across London with an equally impressive cocktail menu to match. Pimping up the classic G&amp;T, Jin Bo Law Skybar’s Premium Gin and Tonic features The Botanist Gin infused with raspberries, goji berry and baby pineapple, mixed with lemon grass tonic and garnished with raspberries, lime and goji berries. Fresh, fruity and utterly delicious.\r\n\r\nThe cocktails will be available at the above bars from the 5th-9th June 2019. You can find a hi-res image of The Botanist World Gin Day map here, and why not post your travels on social media tagging @TheBotanistGin and using the hashtag #BeTheBotanist.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/\">Commercial Kitchen moves to London for 2020</a></li>\r\n</ul>\r\n&nbsp;','The Botanist to celebrate World Gin Day','','publish','closed','open','','the-botanist-to-celebrate-world-gin-day','','','2019-06-06 14:24:46','2019-06-06 14:24:46','',0,'https://www.ontradeprogress.com/?p=5486',0,'post','',0),(5487,1,'2019-06-06 14:20:27','2019-06-06 14:20:27','','Screen Shot 2019-05-30 at 12.34.56','World Gin Day','inherit','closed','closed','','screen-shot-2019-05-30-at-12-34-56','','','2019-06-06 14:20:38','2019-06-06 14:20:38','',5486,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56.png',0,'attachment','image/png',0),(5488,1,'2019-06-06 14:22:44','2019-06-06 14:22:44','','Screen Shot 2019-05-30 at 12.34.56','The Botanist - World Gin Day','inherit','closed','closed','','screen-shot-2019-05-30-at-12-34-56-2','','','2019-06-06 14:23:05','2019-06-06 14:23:05','',5486,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56-1.png',0,'attachment','image/png',0),(5489,1,'2019-06-06 14:24:35','2019-06-06 14:24:35','<h1>On the 8th June, World Gin Day is back with a boozy bang as The Botanist have teamed up with a number of prestigious London bars to create special serves to celebrate the most treasured day in the gin calendar.</h1>\r\nThe Botanist, distilled on the Island of Islay, have partnered with Boisdale of Belgravia, Opium, The Blind Pig, The Shrub and Shutter, The Little Yellow Door, Le Pont de la Tour and Jin Bo Law Skybar to offer guests foraged gin-based cocktails within some of the most stylish bars in the capital, and have created a beautiful map to guide Londoners on their perfect gin quest to celebrate World Gin Day.\r\n\r\nArtisanally crafted on the Island of Islay, The Botanist is truly unique with 22 hand-foraged, local herbs and flowers delicately and slowly distilled with nine classic gin botanicals. Complete with a dash of citrus freshness and a full- bodied yet delicate taste, The Botanist is a true expression of the progressive nature and heritage of the remote Scottish island.\r\n\r\n[caption id=\"attachment_5488\" align=\"aligncenter\" width=\"413\"]<img class=\" wp-image-5488\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Screen-Shot-2019-05-30-at-12.34.56-1-300x300.png\" alt=\"World Gin Day\" width=\"413\" height=\"413\" /> The Botanist - World Gin Day[/caption]\r\n\r\nAt traditional Scottish haunt Boisdale of Belgravia, enjoy exclusive foraged cocktails in the specially created The Botanist Garden and upstairs terrace, where you can sip on their specialty Ugly Betty cocktail amongst the glorious greenery. Down the road in Notting Hill, The Little Yellow Door will wake you up with The Hangover, a quirky breakfast cocktail made with The Botanist Gin, elderflower, egg white, and chlorophyll, served in a coupette with mint and chlorophyll perfume.\r\n\r\nThe Blind Pig, the renowned Jason Atherton drinking den, has a special dessert-esque cocktail on the menu. The low-lit and speakeasy-style bar have used The Botanist Bee Pollen Gin to provide the foundation for the Queen Bee libation. The cocktail, a gloriously creamy concoction, features The Botanist Gin mixed with mead, honey liqueur, ‘New Forest’ syrup, cream, citrus and egg white. One for the White Russian lovers.\r\n\r\nAt Opium, Chinatown’s vibe-y late night dim sum and drinking spot, the bar have stuck to their Asian influences with the creation of Shanghai’s Botanist. A light, floral drink with citrus undertones, the long cocktail includes The Botanist Gin, aloe vera and melon cordial, lemon juice, and lemon verbena soda, garnished with an edible flower and lemon balm tea. Brixton’s The Shrub and Shutter have put their mixologists to the test, producing the weird and wonderful High as a Kite. The fluorescent pink cocktail includes The Botanist Gin, belsazar rose, beetroot, hibiscus shrub, and comes served with a packet of lemon balm and blueberry sherbet for added nostalgic fun.\r\n\r\nOver at riverside restaurant Le Pont de La Tour, the English Heritage cocktail is summer in liquid form. The fizzy number is made with The Botanist Gin infused with rosemary, elderflower cordial, lemon juice and topped with English sparkling wine. For drinking with a view, Jin Bo Law Skybar boasts unrivalled views across London with an equally impressive cocktail menu to match. Pimping up the classic G&amp;T, Jin Bo Law Skybar’s Premium Gin and Tonic features The Botanist Gin infused with raspberries, goji berry and baby pineapple, mixed with lemon grass tonic and garnished with raspberries, lime and goji berries. Fresh, fruity and utterly delicious.\r\n\r\nThe cocktails will be available at the above bars from the 5th-9th June 2019. You can find a hi-res image of The Botanist World Gin Day map here, and why not post your travels on social media tagging @TheBotanistGin and using the hashtag #BeTheBotanist.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/\">Commercial Kitchen moves to London for 2020</a></li>\r\n</ul>\r\n&nbsp;','The Botanist to celebrate World Gin Day','','inherit','closed','closed','','5486-revision-v1','','','2019-06-06 14:24:35','2019-06-06 14:24:35','',5486,'https://www.ontradeprogress.com/2019/06/06/5486-revision-v1/',0,'revision','',0),(5490,1,'2019-06-06 14:44:20','2019-06-06 14:44:20','<h1>Fireball is once again adding a shot of excitement to the live music scene, with confirmation of the fourth annual Fireball: Fuelling The Fire tour.</h1>\r\nRun in association with Academy Events, the tour has become one of the most anticipated events in the UK Punk-Rock calendar. Held in O2 Academy venues up and down the UK in September, this year sees ska-punk legends Less Than Jake and Goldfinger as headliners, along with some very special guests to be announced.\r\n\r\nAs testament to the Fireball brand\'s continued support for grass roots music, also on the bill are the winners of the Fireball Hottest Band competition, Sunderland-based Thieves Of Liberty. DJ Matt Stocks will keep the party vibe going between sets.\r\n\r\nFans are being offered early bird tickets at just £15, along with multi-buy discounts. Matt Reynolds, Fireball brand ambassador with UK distributor Hi-Spirits, said: \"Music is all about the fans. That\'s why we at Fireball UK want to do this. We\'ve grown up loving music, and watched in fear as ticket and drink prices are hiked at live shows beyond comprehension.\r\n\r\n\"Our brand support goes into subsidising the ticket and drink prices for the fans. A great line-up of bands for just £15, party games, confetti cannons, toilet roll guns, and some great deals on Fireball. What\'s not to love?\r\n\r\n\"We also work hard to support bands that play live in pubs, bars and venues around the UK, and the Fireball Hottest Band competition gives them a chance to take a step up as part of the Fuelling The Fire line-up.\"\r\n\r\nChris DeMakes of headliners Less Than Jake, who are regulars on the tour, said: \"Yes! It\'s that time of the year again. Less Than Jake is extremely excited to headline this year\'s Fireball: Fuelling The Fire Tour. We wanted to ramp up the insanity this time around so we\'re bringing along our friends in Goldfinger to celebrate with us. We can\'t wait for these shows. It\'s going to be epic!\"\r\n\r\nTour dates September 2019:\r\n\r\n19thO2 Academy, Sheffield\r\n\r\n20th O2 Academy, Leeds\r\n\r\n21stO2 Academy Birmingham\r\n\r\n23rdO2 Ritz Manchester\r\n\r\n24thO2 Academy Newcastle\r\n\r\n25thO2 Academy Glasgow\r\n\r\n27thO2 Academy Bournemouth\r\n\r\n28thO2 Academy Brixton\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/the-botanist-to-celebrate-world-gin-day/\">The Botanist to celebrate World Gin Day</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n</ul>\r\n&nbsp;','Fireball announces Fuelling The Fire Tour 2019','','publish','closed','open','','fireball-announces-fuelling-the-fire-tour-2019','','\nhttps://www.ontradeprogress.com/2019/06/06/the-botanist-to-celebrate-world-gin-day/','2019-06-06 14:44:20','2019-06-06 14:44:20','',0,'https://www.ontradeprogress.com/?p=5490',0,'post','',0),(5491,1,'2019-06-06 14:42:54','2019-06-06 14:42:54','','Fireball Fuelling The Fire Tour','Fireball - The Fire Tour','inherit','closed','closed','','fireball-fuelling-the-fire-tour','','','2019-06-06 14:43:15','2019-06-06 14:43:15','',5490,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Fireball-Fuelling-The-Fire-Tour.jpg',0,'attachment','image/jpeg',0),(5492,1,'2019-06-06 14:43:47','2019-06-06 14:43:47','<h1>Fireball is once again adding a shot of excitement to the live music scene, with confirmation of the fourth annual Fireball: Fuelling The Fire tour.</h1>\r\nRun in association with Academy Events, the tour has become one of the most anticipated events in the UK Punk-Rock calendar. Held in O2 Academy venues up and down the UK in September, this year sees ska-punk legends Less Than Jake and Goldfinger as headliners, along with some very special guests to be announced.\r\n\r\nAs testament to the Fireball brand\'s continued support for grass roots music, also on the bill are the winners of the Fireball Hottest Band competition, Sunderland-based Thieves Of Liberty. DJ Matt Stocks will keep the party vibe going between sets.\r\n\r\nFans are being offered early bird tickets at just £15, along with multi-buy discounts. Matt Reynolds, Fireball brand ambassador with UK distributor Hi-Spirits, said: \"Music is all about the fans. That\'s why we at Fireball UK want to do this. We\'ve grown up loving music, and watched in fear as ticket and drink prices are hiked at live shows beyond comprehension.\r\n\r\n\"Our brand support goes into subsidising the ticket and drink prices for the fans. A great line-up of bands for just £15, party games, confetti cannons, toilet roll guns, and some great deals on Fireball. What\'s not to love?\r\n\r\n\"We also work hard to support bands that play live in pubs, bars and venues around the UK, and the Fireball Hottest Band competition gives them a chance to take a step up as part of the Fuelling The Fire line-up.\"\r\n\r\nChris DeMakes of headliners Less Than Jake, who are regulars on the tour, said: \"Yes! It\'s that time of the year again. Less Than Jake is extremely excited to headline this year\'s Fireball: Fuelling The Fire Tour. We wanted to ramp up the insanity this time around so we\'re bringing along our friends in Goldfinger to celebrate with us. We can\'t wait for these shows. It\'s going to be epic!\"\r\n\r\nTour dates September 2019:\r\n\r\n19thO2 Academy, Sheffield\r\n\r\n20th O2 Academy, Leeds\r\n\r\n21stO2 Academy Birmingham\r\n\r\n23rdO2 Ritz Manchester\r\n\r\n24thO2 Academy Newcastle\r\n\r\n25thO2 Academy Glasgow\r\n\r\n27thO2 Academy Bournemouth\r\n\r\n28thO2 Academy Brixton\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/the-botanist-to-celebrate-world-gin-day/\">The Botanist to celebrate World Gin Day</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n</ul>\r\n&nbsp;','Fireball announces Fuelling The Fire Tour 2019','','inherit','closed','closed','','5490-revision-v1','','','2019-06-06 14:43:47','2019-06-06 14:43:47','',5490,'https://www.ontradeprogress.com/2019/06/06/5490-revision-v1/',0,'revision','',0),(5494,1,'2019-06-19 10:42:17','2019-06-19 10:42:17','<h1>American Craft Beer brand Shipyard launches Low Tide, a 0.5% low alcohol pale ale to its range in response to ‘tasteless’ No and Low Alcohol beer.</h1>\r\nAs ‘Craft’ and ‘No and Low’<sup>1 </sup>continue to dominate as the two biggest drink trends, Shipyard’s launch of Low Tide is in direct response to consumer research that has demonstrated that Low and No alcohol beer options in the current market are tasteless. Shipyard’s newest offering promises to not be side-tracked by gimmicks but to focus on the quality of the product ensuring that that Low Tide is an alternative that won’t compromise on taste.\r\n\r\nSam Coles, Shipyard brand manager explained: <em>“Shipyard is a brand for everyone, and we want the beers to be enjoyed inclusively.</em><em> We know that consumers expect more from their brands, particularly craft, in both quality and overall experience.</em><em> So, with this in mind we took the opportunity to provide a low alcohol alternative that doesn’t compromise on taste which we know is an important factor when making a choice to drink a low and no offer.”</em>\r\n\r\nLow Tide, the 0.5% low alcohol alternative joins the brand\'s portfolio including craft keg category leader, Shipyard American Pale Ale and the fastest growing Premium Bottled Ale, Shipyard IPA. The inclusion of Low Tide has prompted a brand identity update across the range and includes illustrations taking inspiration from shipyard docks.\r\n\r\nSam concluded: <em>“For Shipyard, we wanted to make sure that Low Tide wasn’t a compromise and it is still as great tasting as our other beers. The brewing team have done an amazing job on ensuring the American hops deliver that full round flavour that our customers expect – alcohol or not and we look forward to everyone giving it a try.”</em>','New low alcohol alternative from Shipyard','','publish','closed','open','','new-low-alcohol-alternative-from-shipyard','','','2019-06-19 11:11:14','2019-06-19 11:11:14','',0,'https://www.ontradeprogress.com/?p=5494',0,'post','',0),(5495,1,'2019-06-19 10:34:02','2019-06-19 10:34:02','','Shipyard low alcohol alternative','','inherit','closed','closed','','shipyard-low-tide-6','','','2019-06-19 10:41:08','2019-06-19 10:41:08','',5494,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Shipyard-Low-Tide-6.jpg',0,'attachment','image/jpeg',0),(5496,1,'2019-06-19 10:34:45','2019-06-19 10:34:45','<h1>American Craft Beer brand Shipyard launches Low Tide, a 0.5% low alcohol pale ale to its range in response to ‘tasteless’ No and Low Alcohol beer.</h1>\r\nAs ‘Craft’ and ‘No and Low’<sup>1 </sup>continue to dominate as the two biggest drink trends, Shipyard’s launch of Low Tide is in direct response to consumer research that has demonstrated that Low and No alcohol beer options in the current market are tasteless. Shipyard’s newest offering promises to not be side-tracked by gimmicks but to focus on the quality of the product ensuring that that Low Tide is an alternative that won’t compromise on taste.\r\n\r\nSam Coles, Shipyard brand manager explained: <em>“Shipyard is a brand for everyone, and we want the beers to be enjoyed inclusively.</em><em> We know that consumers expect more from their brands, particularly craft, in both quality and overall experience.</em><em> So, with this in mind we took the opportunity to provide a low alcohol alternative that doesn’t compromise on taste which we know is an important factor when making a choice to drink a low and no offer.”</em>\r\n\r\nLow Tide, the 0.5% low alcohol alternative joins the brand\'s portfolio including craft keg category leader, Shipyard American Pale Ale and the fastest growing Premium Bottled Ale, Shipyard IPA. The inclusion of Low Tide has prompted a brand identity update across the range and includes illustrations taking inspiration from shipyard docks.\r\n\r\nSam concluded: <em>“For Shipyard, we wanted to make sure that Low Tide wasn’t a compromise and it is still as great tasting as our other beers. The brewing team have done an amazing job on ensuring the American hops deliver that full round flavour that our customers expect – alcohol or not and we look forward to everyone giving it a try.”</em>','New low alcohol alternative from Shipyard','','inherit','closed','closed','','5494-revision-v1','','','2019-06-19 10:34:45','2019-06-19 10:34:45','',5494,'https://www.ontradeprogress.com/2019/06/19/5494-revision-v1/',0,'revision','',0),(5497,1,'2019-06-19 10:53:59','2019-06-19 10:53:59','<h1>American Craft Beer brand Shipyard launches Low Tide, a 0.5% low alcohol pale ale to its range in response to ‘tasteless’ No and Low Alcohol beer.</h1>\r\nAs ‘Craft’ and ‘No and Low’<sup>1 </sup>continue to dominate as the two biggest drink trends, Shipyard’s launch of Low Tide is in direct response to consumer research that has demonstrated that Low and No alcohol beer options in the current market are tasteless. Shipyard’s newest offering promises to not be side-tracked by gimmicks but to focus on the quality of the product ensuring that that Low Tide is an alternative that won’t compromise on taste.\r\n\r\nSam Coles, Shipyard brand manager explained: <em>“Shipyard is a brand for everyone, and we want the beers to be enjoyed inclusively.</em><em> We know that consumers expect more from their brands, particularly craft, in both quality and overall experience.</em><em> So, with this in mind we took the opportunity to provide a low alcohol alternative that doesn’t compromise on taste which we know is an important factor when making a choice to drink a low and no offer.”</em>\r\n\r\nLow Tide, the 0.5% low alcohol alternative joins the brand\'s portfolio including craft keg category leader, Shipyard American Pale Ale and the fastest growing Premium Bottled Ale, Shipyard IPA. The inclusion of Low Tide has prompted a brand identity update across the range and includes illustrations taking inspiration from shipyard docks.\r\n\r\nSam concluded: <em>“For Shipyard, we wanted to make sure that Low Tide wasn’t a compromise and it is still as great tasting as our other beers. The brewing team have done an amazing job on ensuring the American hops deliver that full round flavour that our customers expect – alcohol or not and we look forward to everyone giving it a try.”</em>','New low alcohol alternative from Shipyard','','inherit','closed','closed','','5494-autosave-v1','','','2019-06-19 10:53:59','2019-06-19 10:53:59','',5494,'https://www.ontradeprogress.com/2019/06/19/5494-autosave-v1/',0,'revision','',0),(5498,1,'2019-06-20 13:21:41','2019-06-20 13:21:41','<h1>Strongbow is rolling out its new Dual Fount to pubs and bars nationwide. Operators who currently stock both Strongbow Original and Strongbow Dark Fruit together can now reap the benefits of stocking the UK’s number one and number two ciders in a brand new, high impact and eye-catching single fount.</h1>\r\nAt a time when competition for space on the bar is increasing, and with stand-alone founts gaining 20% more consideration over the standard T-bar, Strongbow’s unique and eye-catching Dual Fount was designed to stand out from the crowd. Its iconic bow shape, LED lights and gold and purple colourways, synonymous with Strongbow Original and Strongbow Dark Fruit respectively, combine to provide a real presence on the bar, attracting drinkers’ attention.\r\n\r\nThe flavoured cider market has seen phenomenal growth in recent years. Strongbow Dark Fruit now accounts for one in four pints of cider poured in all UK pubs and bars and has the highest ROS of any cider brand and sells three times more than the nearest competitor.\r\n\r\nRecent research has shown that pubs and bars stocking Strongbow Original <em>and</em> Strongbow Dark Fruit alongside each other, will experience a rate of sale increase of 44%.\r\n\r\n[caption id=\"attachment_5502\" align=\"alignleft\" width=\"189\"]<img class=\"wp-image-5502\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_003-200x300.jpg\" alt=\"Strongbow new dual fount\" width=\"189\" height=\"284\" /> Strongbow\'s new dual fount[/caption]\r\n\r\nThe new Dual Fount forms a key part of Strongbow’s continued investment and expansion within the UK on-trade, and accompanies the launch of the brand’s recent, multi-million-pound integrated campaign. Centered around real pubs and real people, the first TVC for the Strongbow family of ciders, shows Strongbow’s inimitable role at the heart of British pub culture while celebrating real-life local heroes.\r\n\r\n<strong>Ian Hood owner of Corn Exchange Sports Bar</strong>, Derby, describes the positive impact the fount has had on his business <em>“The Strongbow Dual Fount is fantastic,  it’s been a real talking point with customers and is a true showpiece on the bar. Since installing the fount three months ago, we’ve noticed a considerable uplift in sales and are selling an additional 40-50 pints of Strongbow every week. The Dual Fount is a no-brainer - great profit margins, sells really easily and in high volumes.” </em>\r\n\r\n<strong>Jerry Shedden, Category &amp; Trade Marketing Director at Heineken</strong>, said: <em>“With the new Strongbow Dual Fount, we simply wanted to bring together the UK’s two best-selling cider brands in to one, stand-out fount on the bar. We know that stocking Strongbow Original and Dark Fruit together has a dramatic uplift on rate of sale for operators, so combining the two stand-out founts means a win-win for you and your customers.”</em>','New Strongbow dual fount which could boost cider sales by 44%','','publish','closed','open','','strongbow-dual-fount','','','2019-06-20 13:27:26','2019-06-20 13:27:26','',0,'https://www.ontradeprogress.com/?p=5498',0,'post','',0),(5499,1,'2019-06-20 13:12:04','2019-06-20 13:12:04','Strongbow is rolling out its new Dual Fount to pubs and bars nationwide. Operators who currently stock both Strongbow Original and Strongbow Dark Fruit together, can now reap the benefits of stocking the UK’s number one and number two ciders in a brand new, high impact and eye-catching single fount.\r\n\r\nAt a time when competition for space on the bar is increasing, and with stand-alone founts gaining 20% more consideration over the standard T-bar, Strongbow’s unique and eye-catching Dual Fount was designed to stand out from the crowd. Its iconic bow shape, LED lights and gold and purple colourways, synonymous with Strongbow Original and Strongbow Dark Fruit respectively, combine to provide a real presence on the bar, attracting drinkers’ attention.\r\n\r\nThe flavoured cider market has seen phenomenal growth in recent years. Strongbow Dark Fruit now accounts for one in four pints of cider poured in all UK pubs and bars and has the highest ROS of any cider brand and sells three times more than the nearest competitor.\r\n\r\nRecent research has shown that pubs and bars stocking Strongbow Original <em>and</em> Strongbow Dark Fruit alongside each other, will experience a rate of sale increase of 44%.\r\n\r\nThe new Dual Fount forms a key part of Strongbow’s continued investment and expansion within the UK on-trade, and accompanies the launch of the brand’s recent, multi-million-pound integrated campaign. Centered around real pubs and real people, the first TVC for the Strongbow family of ciders, shows Strongbow’s inimitable role at the heart of British pub culture while celebrating real-life local heroes.\r\n\r\n<strong>Ian Hood owner of Corn Exchange Sports Bar</strong>, Derby, describes the positive impact the fount has had on his business <em>“The Strongbow Dual Fount is fantastic,  it’s been a real talking point with customers and is a true showpiece on the bar. Since installing the fount three months ago, we’ve noticed a considerable uplift in sales and are selling an additional 40-50 pints of Strongbow every week. The Dual Fount is a no-brainer - great profit margins, sells really easily and in high volumes.” </em>\r\n\r\n<strong>Jerry Shedden, Category &amp; Trade Marketing Director at Heineken</strong>, said: <em>“With the new Strongbow Dual Fount, we simply wanted to bring together the UK’s two best-selling cider brands in to one, stand-out fount on the bar. We know that stocking Strongbow Original and Dark Fruit together has a dramatic uplift on rate of sale for operators, so combining the two stand-out founts means a win-win for you and your customers.”</em>','Strongbow launch dual fount which could boost cider sales by 44%','','inherit','closed','closed','','5498-revision-v1','','','2019-06-20 13:12:04','2019-06-20 13:12:04','',5498,'https://www.ontradeprogress.com/2019/06/20/5498-revision-v1/',0,'revision','',0),(5500,1,'2019-06-20 13:17:33','2019-06-20 13:17:33','<h1>Strongbow is rolling out its new Dual Fount to pubs and bars nationwide. Operators who currently stock both Strongbow Original and Strongbow Dark Fruit together can now reap the benefits of stocking the UK’s number one and number two ciders in a brand new, high impact and eye-catching single fount.</h1>\r\nAt a time when competition for space on the bar is increasing, and with stand-alone founts gaining 20% more consideration over the standard T-bar, Strongbow’s unique and eye-catching Dual Fount was designed to stand out from the crowd. Its iconic bow shape, LED lights and gold and purple colourways, synonymous with Strongbow Original and Strongbow Dark Fruit respectively, combine to provide a real presence on the bar, attracting drinkers’ attention.\r\n\r\nThe flavoured cider market has seen phenomenal growth in recent years. Strongbow Dark Fruit now accounts for one in four pints of cider poured in all UK pubs and bars and has the highest ROS of any cider brand and sells three times more than the nearest competitor.\r\n\r\nRecent research has shown that pubs and bars stocking Strongbow Original <em>and</em> Strongbow Dark Fruit alongside each other, will experience a rate of sale increase of 44%.\r\n\r\nThe new Dual Fount forms a key part of Strongbow’s continued investment and expansion within the UK on-trade, and accompanies the launch of the brand’s recent, multi-million-pound integrated campaign. Centered around real pubs and real people, the first TVC for the Strongbow family of ciders, shows Strongbow’s inimitable role at the heart of British pub culture while celebrating real-life local heroes.\r\n\r\n<strong>Ian Hood owner of Corn Exchange Sports Bar</strong>, Derby, describes the positive impact the fount has had on his business <em>“The Strongbow Dual Fount is fantastic,  it’s been a real talking point with customers and is a true showpiece on the bar. Since installing the fount three months ago, we’ve noticed a considerable uplift in sales and are selling an additional 40-50 pints of Strongbow every week. The Dual Fount is a no-brainer - great profit margins, sells really easily and in high volumes.” </em>\r\n\r\n<strong>Jerry Shedden, Category &amp; Trade Marketing Director at Heineken</strong>, said: <em>“With the new Strongbow Dual Fount, we simply wanted to bring together the UK’s two best-selling cider brands in to one, stand-out fount on the bar. We know that stocking Strongbow Original and Dark Fruit together has a dramatic uplift on rate of sale for operators, so combining the two stand-out founts means a win-win for you and your customers.”</em>','New Strongbow dual fount which could boost cider sales by 44%','','inherit','closed','closed','','5498-revision-v1','','','2019-06-20 13:17:33','2019-06-20 13:17:33','',5498,'https://www.ontradeprogress.com/2019/06/20/5498-revision-v1/',0,'revision','',0),(5501,1,'2019-06-20 13:19:10','2019-06-20 13:19:10','','Strongbow Fount_010','','inherit','closed','closed','','strongbow-fount_010','','','2019-06-20 13:26:29','2019-06-20 13:26:29','',5498,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_010.jpg',0,'attachment','image/jpeg',0),(5502,1,'2019-06-20 13:20:10','2019-06-20 13:20:10','','Strongbow Fount_003','Strongbows new dual fount','inherit','closed','closed','','strongbow-fount_003','','','2019-06-20 13:20:36','2019-06-20 13:20:36','',5498,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_003.jpg',0,'attachment','image/jpeg',0),(5503,1,'2019-06-20 13:21:23','2019-06-20 13:21:23','<h1>Strongbow is rolling out its new Dual Fount to pubs and bars nationwide. Operators who currently stock both Strongbow Original and Strongbow Dark Fruit together can now reap the benefits of stocking the UK’s number one and number two ciders in a brand new, high impact and eye-catching single fount.</h1>\r\nAt a time when competition for space on the bar is increasing, and with stand-alone founts gaining 20% more consideration over the standard T-bar, Strongbow’s unique and eye-catching Dual Fount was designed to stand out from the crowd. Its iconic bow shape, LED lights and gold and purple colourways, synonymous with Strongbow Original and Strongbow Dark Fruit respectively, combine to provide a real presence on the bar, attracting drinkers’ attention.\r\n\r\nThe flavoured cider market has seen phenomenal growth in recent years. Strongbow Dark Fruit now accounts for one in four pints of cider poured in all UK pubs and bars and has the highest ROS of any cider brand and sells three times more than the nearest competitor.\r\n\r\nRecent research has shown that pubs and bars stocking Strongbow Original <em>and</em> Strongbow Dark Fruit alongside each other, will experience a rate of sale increase of 44%.\r\n\r\n[caption id=\"attachment_5502\" align=\"alignleft\" width=\"189\"]<img class=\"wp-image-5502\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/Strongbow-Fount_003-200x300.jpg\" alt=\"Strongbow new dual fount\" width=\"189\" height=\"284\" /> Strongbow\'s new dual fount[/caption]\r\n\r\nThe new Dual Fount forms a key part of Strongbow’s continued investment and expansion within the UK on-trade, and accompanies the launch of the brand’s recent, multi-million-pound integrated campaign. Centered around real pubs and real people, the first TVC for the Strongbow family of ciders, shows Strongbow’s inimitable role at the heart of British pub culture while celebrating real-life local heroes.\r\n\r\n<strong>Ian Hood owner of Corn Exchange Sports Bar</strong>, Derby, describes the positive impact the fount has had on his business <em>“The Strongbow Dual Fount is fantastic,  it’s been a real talking point with customers and is a true showpiece on the bar. Since installing the fount three months ago, we’ve noticed a considerable uplift in sales and are selling an additional 40-50 pints of Strongbow every week. The Dual Fount is a no-brainer - great profit margins, sells really easily and in high volumes.” </em>\r\n\r\n<strong>Jerry Shedden, Category &amp; Trade Marketing Director at Heineken</strong>, said: <em>“With the new Strongbow Dual Fount, we simply wanted to bring together the UK’s two best-selling cider brands in to one, stand-out fount on the bar. We know that stocking Strongbow Original and Dark Fruit together has a dramatic uplift on rate of sale for operators, so combining the two stand-out founts means a win-win for you and your customers.”</em>','New Strongbow dual fount which could boost cider sales by 44%','','inherit','closed','closed','','5498-revision-v1','','','2019-06-20 13:21:23','2019-06-20 13:21:23','',5498,'https://www.ontradeprogress.com/2019/06/20/5498-revision-v1/',0,'revision','',0),(5504,1,'2019-06-20 15:34:36','2019-06-20 15:34:36','<h1>Heineken UK pledges new calories and nutrition labels on all cider packaging white reducing sugar content of major cider brands by 30%</h1>\r\nHeineken, the UK’s leading cider maker, announces it will add calorie and nutritional information labelling to all its cider packaging in 2019.  The move will enable consumers to easily find ingredients and calorie content of their drinks and is a key pillar of Heinekens’s commitment to lead a more sustainable cider category.\r\n\r\nHEINEKEN is also leading the way on reducing sugar through natural techniques without adding artificial sweeteners. Pioneering the change is Bulmers Original cider, which relaunched with a new and improved recipe made with 100% British apples from Herefordshire, and is free from artificial flavourings, colours and sweeteners.  The natural sweetness of the cider and its refreshing, crisp taste is derived purely from the apples themselves.\r\n\r\nThe recipe has 30% less sugar than before and is suitable for vegans, broadening the brand’s appeal.  The improvement in the sugar content comes at a time when 93% of Brits say they want to reduce the amount of sugar they consume. However, many consumers don’t just want to swap sugar for artificial sweeteners with 46% believing that artificial sweeteners are no better.\r\n\r\nCindy Tervoort, UK Marketing Director at HEINEKEN, explains: “We know UK consumers are thinking more about what they consume and where it\'s come from. We have already made the changes on our beers and now our entire range of ciders will give consumers calorie and ingredient information to help them make informed choices. We hope this move will inspire the rest of the cider industry to follow.\"\r\n\r\n“We’re incredibly proud of the new and improved Bulmers apple cider. The new recipe champions Bulmers’ rich British heritage. By expanding our orchard range with variants such as Hastings and Amanda apples, Bulmers cider now has a natural, authentic sweetness that new and existing consumers have shown great enthusiasm for and all with 30% less sugar!”\r\n\r\nHEINEKEN is the UK’s leading cider maker and harvests around 30% of the apples grown in the UK in partnership with over one hundred apple growers, supporting thousands of jobs in the rural economy.\r\n\r\nThe company has invested £58m in its cider operations in Herefordshire over the last two years to improve the sustainability of its cider making.','New calorie and nutrition pledge from Heineken','','publish','closed','open','','new-calorie-and-nutrition-pledge-from-heineken','','','2019-06-20 15:35:22','2019-06-20 15:35:22','',0,'https://www.ontradeprogress.com/?p=5504',0,'post','',0),(5505,1,'2019-06-20 14:20:25','2019-06-20 14:20:25','<h1>Heineken UK pledges new calories and nutrition labels on all cider packaging white reducing sugar content of major cider brands by 30%</h1>\r\nHeineken, the UK’s leading cider maker, announces it will add calorie and nutritional information labelling to all its cider packaging in 2019.  The move will enable consumers to easily find ingredients and calorie content of their drinks and is a key pillar of Heinekens’s commitment to lead a more sustainable cider category.\r\n\r\nHEINEKEN is also leading the way on reducing sugar through natural techniques without adding artificial sweeteners. Pioneering the change is Bulmers Original cider, which relaunched with a new and improved recipe made with 100% British apples from Herefordshire, and is free from artificial flavourings, colours and sweeteners.  The natural sweetness of the cider and its refreshing, crisp taste is derived purely from the apples themselves.\r\n\r\nThe recipe has 30% less sugar than before and is suitable for vegans, broadening the brand’s appeal.  The improvement in the sugar content comes at a time when 93% of Brits say they want to reduce the amount of sugar they consume. However, many consumers don’t just want to swap sugar for artificial sweeteners with 46% believing that artificial sweeteners are no better.\r\n<blockquote>Cindy Tervoort, UK Marketing Director at HEINEKEN, explains: “We know UK consumers are thinking more about what they consume and where it\'s come from. We have already made the changes on our beers and now our entire range of ciders will give consumers calorie and ingredient information to help them make informed choices. We hope this move will inspire the rest of the cider industry to follow.\"</blockquote>\r\n&nbsp;\r\n\r\n“We’re incredibly proud of the new and improved Bulmers apple cider. The new recipe champions Bulmers’ rich British heritage. By expanding our orchard range with variants such as Hastings and Amanda apples, Bulmers cider now has a natural, authentic sweetness that new and existing consumers have shown great enthusiasm for and all with 30% less sugar!”\r\n\r\n&nbsp;\r\n\r\nHEINEKEN is the UK’s leading cider maker and harvests around 30% of the apples grown in the UK in partnership with over one hundred apple growers, supporting thousands of jobs in the rural economy.\r\n\r\n&nbsp;\r\n\r\nThe company has invested £58m in its cider operations in Herefordshire over the last two years to improve the sustainability of its cider making.','New calorie and nutrition labels on all cider packaging pledge from Heineken','','inherit','closed','closed','','5504-revision-v1','','','2019-06-20 14:20:25','2019-06-20 14:20:25','',5504,'https://www.ontradeprogress.com/2019/06/20/5504-revision-v1/',0,'revision','',0),(5506,1,'2019-06-20 14:21:23','2019-06-20 14:21:23','','HEINEKEN - Bulmers','','inherit','closed','closed','','heineken-bulmers','','','2019-06-20 14:21:51','2019-06-20 14:21:51','',5504,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/HEINEKEN-Bulmers.jpg',0,'attachment','image/jpeg',0),(5507,1,'2019-06-20 14:21:54','2019-06-20 14:21:54','<h1>Heineken UK pledges new calories and nutrition labels on all cider packaging white reducing sugar content of major cider brands by 30%</h1>\r\nHeineken, the UK’s leading cider maker, announces it will add calorie and nutritional information labelling to all its cider packaging in 2019.  The move will enable consumers to easily find ingredients and calorie content of their drinks and is a key pillar of Heinekens’s commitment to lead a more sustainable cider category.\r\n\r\nHEINEKEN is also leading the way on reducing sugar through natural techniques without adding artificial sweeteners. Pioneering the change is Bulmers Original cider, which relaunched with a new and improved recipe made with 100% British apples from Herefordshire, and is free from artificial flavourings, colours and sweeteners.  The natural sweetness of the cider and its refreshing, crisp taste is derived purely from the apples themselves.\r\n\r\nThe recipe has 30% less sugar than before and is suitable for vegans, broadening the brand’s appeal.  The improvement in the sugar content comes at a time when 93% of Brits say they want to reduce the amount of sugar they consume. However, many consumers don’t just want to swap sugar for artificial sweeteners with 46% believing that artificial sweeteners are no better.\r\n\r\nCindy Tervoort, UK Marketing Director at HEINEKEN, explains: “We know UK consumers are thinking more about what they consume and where it\'s come from. We have already made the changes on our beers and now our entire range of ciders will give consumers calorie and ingredient information to help them make informed choices. We hope this move will inspire the rest of the cider industry to follow.\"\r\n\r\n“We’re incredibly proud of the new and improved Bulmers apple cider. The new recipe champions Bulmers’ rich British heritage. By expanding our orchard range with variants such as Hastings and Amanda apples, Bulmers cider now has a natural, authentic sweetness that new and existing consumers have shown great enthusiasm for and all with 30% less sugar!”\r\n\r\nHEINEKEN is the UK’s leading cider maker and harvests around 30% of the apples grown in the UK in partnership with over one hundred apple growers, supporting thousands of jobs in the rural economy.\r\n\r\nThe company has invested £58m in its cider operations in Herefordshire over the last two years to improve the sustainability of its cider making.','New calorie and nutrition labels on all cider packaging pledge from Heineken','','inherit','closed','closed','','5504-revision-v1','','','2019-06-20 14:21:54','2019-06-20 14:21:54','',5504,'https://www.ontradeprogress.com/2019/06/20/5504-revision-v1/',0,'revision','',0),(5508,1,'2019-06-20 15:34:36','2019-06-20 15:34:36','<h1>Heineken UK pledges new calories and nutrition labels on all cider packaging white reducing sugar content of major cider brands by 30%</h1>\r\nHeineken, the UK’s leading cider maker, announces it will add calorie and nutritional information labelling to all its cider packaging in 2019.  The move will enable consumers to easily find ingredients and calorie content of their drinks and is a key pillar of Heinekens’s commitment to lead a more sustainable cider category.\r\n\r\nHEINEKEN is also leading the way on reducing sugar through natural techniques without adding artificial sweeteners. Pioneering the change is Bulmers Original cider, which relaunched with a new and improved recipe made with 100% British apples from Herefordshire, and is free from artificial flavourings, colours and sweeteners.  The natural sweetness of the cider and its refreshing, crisp taste is derived purely from the apples themselves.\r\n\r\nThe recipe has 30% less sugar than before and is suitable for vegans, broadening the brand’s appeal.  The improvement in the sugar content comes at a time when 93% of Brits say they want to reduce the amount of sugar they consume. However, many consumers don’t just want to swap sugar for artificial sweeteners with 46% believing that artificial sweeteners are no better.\r\n\r\nCindy Tervoort, UK Marketing Director at HEINEKEN, explains: “We know UK consumers are thinking more about what they consume and where it\'s come from. We have already made the changes on our beers and now our entire range of ciders will give consumers calorie and ingredient information to help them make informed choices. We hope this move will inspire the rest of the cider industry to follow.\"\r\n\r\n“We’re incredibly proud of the new and improved Bulmers apple cider. The new recipe champions Bulmers’ rich British heritage. By expanding our orchard range with variants such as Hastings and Amanda apples, Bulmers cider now has a natural, authentic sweetness that new and existing consumers have shown great enthusiasm for and all with 30% less sugar!”\r\n\r\nHEINEKEN is the UK’s leading cider maker and harvests around 30% of the apples grown in the UK in partnership with over one hundred apple growers, supporting thousands of jobs in the rural economy.\r\n\r\nThe company has invested £58m in its cider operations in Herefordshire over the last two years to improve the sustainability of its cider making.','New calorie and nutrition pledge from Heineken','','inherit','closed','closed','','5504-revision-v1','','','2019-06-20 15:34:36','2019-06-20 15:34:36','',5504,'https://www.ontradeprogress.com/2019/06/20/5504-revision-v1/',0,'revision','',0),(5509,1,'2019-06-25 08:44:10','2019-06-25 08:44:10','<h1>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup. On May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.</h1>\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n<ul>\r\n 	<li>LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.</li>\r\n 	<li>BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.</li>\r\n</ul>\r\n<strong>Following the two days of competition, one winner was chosen by an international jury composed of:</strong>\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n<strong>The winners’ podium was composed of:</strong>\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong>Sailor’s Apothecary</strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li style=\"text-align: left;\">10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\n[caption id=\"attachment_5512\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-5512\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Giffard West Cup 2019[/caption]\r\n\r\nGiffard, an independent family business founded in Angers 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n<strong><u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com`</a></strong><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<a href=\"http://www.giffard.com\"><strong>www.giffard.com</strong></a>','Giffard West Cup 2019','','publish','closed','open','','giffard-west-cup-2019','','','2019-06-25 08:44:10','2019-06-25 08:44:10','',0,'https://www.ontradeprogress.com/?p=5509',0,'post','',0),(5510,1,'2019-06-25 08:26:48','2019-06-25 08:26:48','<strong>Press Release - GIFFARD WEST CUP 2019 </strong>\r\n\r\n<strong>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup</strong>\r\n\r\nOn May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.\r\n\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n\r\n- LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.\r\n\r\n- BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.\r\n\r\n&nbsp;\r\n\r\nFollowing the two days of competition, one winner was chosen by an international jury composed of\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe winners’ podium was composed of:\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n\r\n<strong><em><u> </u></em></strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u> </u></em></strong>\r\n\r\n<strong><em><u> </u></em></strong>\r\n\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong> </strong>\r\n\r\n<strong>Sailor’s Apothecary</strong>\r\n\r\n<strong> </strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li>10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\nGiffard, an independent family business founded in Angers in 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\n&nbsp;\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n&nbsp;\r\n\r\n<u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com</a><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<strong>www.giffard.com</strong>','','','inherit','closed','closed','','5509-revision-v1','','','2019-06-25 08:26:48','2019-06-25 08:26:48','',5509,'https://www.ontradeprogress.com/2019/06/25/5509-revision-v1/',0,'revision','',0),(5511,1,'2019-06-25 08:33:53','2019-06-25 08:33:53','<strong>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup</strong>\r\n\r\nOn May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.\r\n\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n\r\n- LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.\r\n\r\n- BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.\r\n\r\n&nbsp;\r\n\r\nFollowing the two days of competition, one winner was chosen by an international jury composed of\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n&nbsp;\r\n\r\nThe winners’ podium was composed of:\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\n&nbsp;\r\n\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n\r\n<strong><em><u> </u></em></strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong>Sailor’s Apothecary</strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li style=\"text-align: left;\">10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\nGiffard, an independent family business founded in Angers in 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n<u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com</a><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<strong>www.giffard.com</strong>','Giffard West Cup 2019','','inherit','closed','closed','','5509-revision-v1','','','2019-06-25 08:33:53','2019-06-25 08:33:53','',5509,'https://www.ontradeprogress.com/2019/06/25/5509-revision-v1/',0,'revision','',0),(5512,1,'2019-06-25 08:40:11','2019-06-25 08:40:11','Giffard West Cup Winner','Giffard West Cup Winner','Giffard West Cup Winner','inherit','closed','closed','','1-2','','','2019-06-25 08:41:56','2019-06-25 08:41:56','',5509,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/1.jpg',0,'attachment','image/jpeg',0),(5513,1,'2019-06-25 08:40:14','2019-06-25 08:40:14','Giffard West Cup Winner','Giffard West Cup Winner','Giffard West Cup Winner','inherit','closed','closed','','2','','','2019-06-25 08:40:39','2019-06-25 08:40:39','',5509,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/2.jpg',0,'attachment','image/jpeg',0),(5514,1,'2019-06-25 08:40:45','2019-06-25 08:40:45','<strong>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup</strong>\r\n\r\nOn May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.\r\n\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n<ul>\r\n 	<li>LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.</li>\r\n 	<li>BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.</li>\r\n</ul>\r\n<strong>Following the two days of competition, one winner was chosen by an international jury composed of:</strong>\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n<strong>The winners’ podium was composed of:</strong>\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong>Sailor’s Apothecary</strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li style=\"text-align: left;\">10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\nGiffard, an independent family business founded in Angers 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n<strong><u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com`</a></strong><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<a href=\"http://www.giffard.com\"><strong>www.giffard.com</strong></a>','Giffard West Cup 2019','','inherit','closed','closed','','5509-revision-v1','','','2019-06-25 08:40:45','2019-06-25 08:40:45','',5509,'https://www.ontradeprogress.com/2019/06/25/5509-revision-v1/',0,'revision','',0),(5515,1,'2019-06-25 08:42:01','2019-06-25 08:42:01','<strong>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup</strong>\r\n\r\nOn May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.\r\n\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n<ul>\r\n 	<li>LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.</li>\r\n 	<li>BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.</li>\r\n</ul>\r\n<strong>Following the two days of competition, one winner was chosen by an international jury composed of:</strong>\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n<strong>The winners’ podium was composed of:</strong>\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong>Sailor’s Apothecary</strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li style=\"text-align: left;\">10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\n[caption id=\"attachment_5512\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-5512\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Giffard West Cup Winner[/caption]\r\n\r\nGiffard, an independent family business founded in Angers 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n<strong><u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com`</a></strong><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<a href=\"http://www.giffard.com\"><strong>www.giffard.com</strong></a>','Giffard West Cup 2019','','inherit','closed','closed','','5509-revision-v1','','','2019-06-25 08:42:01','2019-06-25 08:42:01','',5509,'https://www.ontradeprogress.com/2019/06/25/5509-revision-v1/',0,'revision','',0),(5516,1,'2019-06-25 08:43:11','2019-06-25 08:43:11','<strong>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup</strong>\r\n\r\nOn May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.\r\n\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n<ul>\r\n 	<li>LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.</li>\r\n 	<li>BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.</li>\r\n</ul>\r\n<strong>Following the two days of competition, one winner was chosen by an international jury composed of:</strong>\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n<strong>The winners’ podium was composed of:</strong>\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong>Sailor’s Apothecary</strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li style=\"text-align: left;\">10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\n[caption id=\"attachment_5512\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-5512\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Giffard West Cup 2019[/caption]\r\n\r\nGiffard, an independent family business founded in Angers 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n<strong><u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com`</a></strong><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<a href=\"http://www.giffard.com\"><strong>www.giffard.com</strong></a>','Giffard West Cup 2019','','inherit','closed','closed','','5509-revision-v1','','','2019-06-25 08:43:11','2019-06-25 08:43:11','',5509,'https://www.ontradeprogress.com/2019/06/25/5509-revision-v1/',0,'revision','',0),(5517,1,'2019-06-25 08:43:43','2019-06-25 08:43:43','<h1>Samuel Treadway from Boston, USA Wins the 2019 Giffard West Cup. On May 27 and 28, 2019, Giffard held the 21<sup>st</sup> edition of its cocktail competition, bringing together 17 bartenders from all over the world at Château d\'Angers.</h1>\r\nFrom September 2018 to March 2019, each country organized its own pre-selections to pick the champion who would represent them at the grand international final. Over 1,200 bartenders took part in the 24 events organized and 17 competitors qualified for the final in Angers.\r\n\r\nOver the course of two days, contestants faced off over two rounds:\r\n<ul>\r\n 	<li>LESS IS MORE, a minimalist and topical theme intended to showcase Giffard liqueurs in a creation composed of only two main ingredients.</li>\r\n 	<li>BORN TO REFRESH, a nod to the story of Menthe-Pastille, the objective was to create a refreshing long drink using Giffard\'s iconic liqueur.</li>\r\n</ul>\r\n<strong>Following the two days of competition, one winner was chosen by an international jury composed of:</strong>\r\n<ul>\r\n 	<li>Simon Difford (Creator of Difford\'s Guide, an internationally renowned blog in the spirits world)</li>\r\n 	<li>Yana Volfson (Beverage Director for Cosme and Atla in New York)</li>\r\n 	<li>David Hans (Winner of the Giffard West Cup in 2017)</li>\r\n 	<li>Jen Riley (Owner of Red House and Sister Midnight in Paris)</li>\r\n 	<li>Bruno and Edith Giffard</li>\r\n</ul>\r\n<strong>The winners’ podium was composed of:</strong>\r\n<ol>\r\n 	<li>Samuel Treadway from Backbar Union - Boston (US) in first place with his \"B²\" and \"Sailor\'s Apothecary\" cocktails</li>\r\n 	<li>Matteo Mosetti from Nocturnal Animals - Birmingham (UK) in second with the \"Brasilian Highball\" and the \"1885 Breeze.\".</li>\r\n 	<li>Sebastian Bauer from Gelbes Haus - Nürnberg (Germany) took third place thanks to the exquisite \"Appartment No.74\" and \"Once Upon a Thyme.\"</li>\r\n</ol>\r\nThe candidates first gathered on the Giffard stand at the Cocktail Spirits Fair for a special series of Guest Shifts, before heading to Angers for two days of competition. Joined by about a hundred guests, they had the chance to enjoy the exceptional setting of the Château d\'Angers, a 13<sup>th</sup> century medieval fortress.\r\n\r\n<strong>The competition brought together 17 candidates:</strong>\r\n<ul>\r\n 	<li><strong>Samuel Treadway</strong> – Boston, USA – Backbar Union</li>\r\n 	<li><strong>Christopher Day</strong> – Oakland, USA – Tartine Manufactory</li>\r\n 	<li><strong>Olivia Povarchook</strong> – Vancouver, Canada – Juke Fried Chicken</li>\r\n 	<li><strong>Matteo Mosetti</strong> – Birmingham, UK – Nocturnal Animals</li>\r\n 	<li><strong>Marco Baricchi</strong> – Brussels, Belgium – The Twelve Bar</li>\r\n 	<li><strong>Adam Fernandez</strong> – Copenhagen, Denmark – The Blume</li>\r\n 	<li><strong>Piotr Sawlan</strong> – Warsaw, Poland – Cocktail Bar Max</li>\r\n 	<li><strong>Petr Novotny</strong> – Prague, Czech Republic – Hemingway Bar</li>\r\n 	<li><strong>Sharam Mohebbi</strong> – Gothenburg, Sweden – Brasserie Lipp</li>\r\n 	<li><strong>Wilmer Achata</strong> – Bilbao, Spain – Hotel Tayko</li>\r\n 	<li><strong>Sebastian Bauer</strong> – Nürnberg, Germany – Gelbes Haus</li>\r\n 	<li><strong>Dimitrios Filippou</strong> – Heraklion, Greece – The Garden</li>\r\n 	<li><strong>Mirco Guizzardi</strong> – Modena, Italy – Freccia Bar</li>\r\n 	<li><strong>Shirmy Chan</strong> – Kuala Lumpur, Malaysia – 61 Monarchy</li>\r\n 	<li><strong>Francis Gerard Carag</strong> – Singapore, Singapore – Cé La Vi</li>\r\n 	<li><strong>Duc Duong</strong> – Ho Chi Minh, Vietnam – Basta Hiro</li>\r\n 	<li><strong>Chirine Cabaret</strong> – Paris, France – Kouto</li>\r\n</ul>\r\n<strong><em><u>Sam Treadway\'s Winning Recipes:</u></em></strong>\r\n\r\n<strong>B²</strong>\r\n<ul>\r\n 	<li>30 ml <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>60 ml Avuà Prata Cachaça</li>\r\n 	<li>1 barspoon lime juice</li>\r\n 	<li>1 barspoon Angostura bitters</li>\r\n</ul>\r\n<strong>Sailor’s Apothecary</strong>\r\n<ul>\r\n 	<li>20 ml <strong>Giffard Menthe Pastille</strong></li>\r\n 	<li>60 ml Clément Select Barrel</li>\r\n 	<li>40 ml Sherry</li>\r\n 	<li>20ml <strong>Liqueur</strong> <strong>Giffard Banane du Brésil</strong></li>\r\n 	<li>20 ml freshly squeezed lime juice</li>\r\n 	<li style=\"text-align: left;\">10 ml <strong>Sirop</strong> <strong>Orgeat Giffard</strong></li>\r\n 	<li>1 dash Angostura bitter</li>\r\n 	<li>Pinch of sea salt</li>\r\n 	<li>40 ml of soda water</li>\r\n</ul>\r\n<strong><u>About Giffard and the West Cup</u></strong>\r\n\r\n[caption id=\"attachment_5512\" align=\"alignright\" width=\"225\"]<img class=\"size-medium wp-image-5512\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/06/1-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /> Giffard West Cup 2019[/caption]\r\n\r\nGiffard, an independent family business founded in Angers 1885 by Emile Giffard with the Menthe Pastille, produces liqueurs, fruit creams, and syrups for cocktail bars and is distributed in France and abroad.\r\n\r\nIn 1997, Giffard launched its own cocktail competition open to professional bartenders from Western France, the Giffard West Cup. Soon after, this competition gained momentum and more countries were invited to participate.\r\n\r\n<strong><u>Contact : Eloïse Serra – </u><a href=\"mailto:eloise.serra@giffard.com\">eloise.serra@giffard.com`</a></strong><u>\r\n</u><strong>GIFFARD\r\n</strong>Chemin du Bocage – ZA La Violette – 49 240 Avrillé (Angers) - FRANCE\r\n<a href=\"http://www.giffard.com\"><strong>www.giffard.com</strong></a>','Giffard West Cup 2019','','inherit','closed','closed','','5509-revision-v1','','','2019-06-25 08:43:43','2019-06-25 08:43:43','',5509,'https://www.ontradeprogress.com/2019/06/25/5509-revision-v1/',0,'revision','',0),(5518,1,'2019-06-25 10:23:21','2019-06-25 10:23:21','<h1><a href=\"https://uk.strongbow.com/\">Strongbow</a>, the UK’s favourite cider<a href=\"#_ftn2\" name=\"_ftnref2\"><strong>[2]</strong></a>, has announced its Strongbow Original, Strongbow Cloudy Apple and Strongbow Dark Fruit variants are now made without artificial sweeteners, colours or flavours.  Strongbow, whose ciders use approximately 25% of all apples grown in Britain, is firmly asserting its position as the category leader with this move.</h1>\r\nLeading the charge, Strongbow aims to transform the cider category in 2019 and the move to focus on more natural products is just the first step in achieving this. The brand is adding calorie and nutritional information labelling to all its packaging to enable consumers to easily find the ingredients and calorie content of their drink.\r\n\r\nUsing millions of apples grown in Herefordshire orchards, and with hundreds of years of cider making experience, Strongbow has been able to remove all artificial colours, flavours and sweeteners, with no effect on taste<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. HEINEKEN is continuing its cider-making journey with its ‘Better Cider’ programme, to ensure a sustainable future for this great British industry.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/strongbow-dual-fount/\">New Strongbow dual fount which could boost cider sales by 44%</a></li>\r\n</ul>\r\n<strong>Cindy Tervoort, UK Marketing Director at HEINEKEN, says:</strong> “<em>With the cider category hugely important to the on-trade, we’ve been on a mission to make our Strongbow offering even better and future-proof it for generations to come. Research tells us that consumer attitudes are changing; they are thinking more about what they consume and where it’s from – which includes being more mindful about ingredients too – so with this change, we’re leading the way with Strongbow as you would expect from the No.1 cider brand.”</em>\r\n\r\nAs a pioneer of mainstream cider and leader of the category, Strongbow Original is the UK’s most popular cider and sees 300,000 pints poured every day<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>. Strongbow Dark Fruit, the UK’s number two cider brand, accounts for 84% of the flavoured cider market<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. Its new Dual Fount enables licensees to pour both Strongbow Original and Strongbow Dark Fruit from one fount for the first time; research shows stocking the two leading cider brands alongside one another has been proven to boost rate of sale by a staggering 44%<a href=\"#_ftn6\" name=\"_ftnref6\"><strong>[6]</strong></a>. Strongbow Cloudy Apple completes the range and is available from 5,000 distribution points.\r\n<ul>\r\n 	<li>Strongbow, the UK’s favourite cider<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, has announced that all of its variants will be made with no artificial sweeteners, colours or flavours – setting itself apart from competitors</li>\r\n 	<li>Taste profiles of all Strongbow cider variants have remained the same and have been positively tested with thousands of loyal Strongbow customers</li>\r\n</ul>\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a><sup> Savanta, quantitative monadic in hall test, n=311 Strongbow Dark Fruit drinkers, current vs new recipe. Fieldwork conducted in Long Eaton and Leeds, April 2019; Source: Cardinal Research, quantitative monadic in hall test, n=470 Strongbow Original qdrinkers, current vs new recipe. Fieldwork conducted in Watford, Long Eaton and Leeds, Feb 2019</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref6\" name=\"_ftn6\"><sup>[6] CGA CSDI Data to April 2018 – QTR TY vs YA. Versus stocking the second best-selling apple cider alongside Strongbow Dark Frui</sup></a><sup>t</sup>','Strongbow relaunches its range with no artificial sweeteners, flavours or colours','','publish','closed','open','','strongbow-dark-fruit-cloudy-apple','','https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\nhttps://www.ontradeprogress.com/2019/06/20/strongbow-dual-fount/','2019-06-25 15:26:38','2019-06-25 15:26:38','',0,'https://www.ontradeprogress.com/?p=5518',0,'post','',0),(5519,1,'2019-06-25 10:08:56','2019-06-25 10:08:56','','Strongbow Dark Fruit relaunches its range with no artificial','Strongbow Dark Fruit relaunches its range with no artificial ','inherit','closed','closed','','apple-3964049_1280','','','2019-06-25 10:21:49','2019-06-25 10:21:49','',5518,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/apple-3964049_1280.jpg',0,'attachment','image/jpeg',0),(5520,1,'2019-06-25 10:23:07','2019-06-25 10:23:07','<h1><a href=\"https://uk.strongbow.com/\">Strongbow</a>, the UK’s favourite cider<a href=\"#_ftn2\" name=\"_ftnref2\"><strong>[2]</strong></a>, has announced its Strongbow Original, Strongbow Cloudy Apple and Strongbow Dark Fruit variants are now made without artificial sweeteners, colours or flavours.  Strongbow, whose ciders use approximately 25% of all apples grown in Britain, is firmly asserting its position as the category leader with this move.</h1>\r\nLeading the charge, Strongbow aims to transform the cider category in 2019 and the move to focus on more natural products is just the first step in achieving this. The brand is adding calorie and nutritional information labelling to all its packaging to enable consumers to easily find the ingredients and calorie content of their drink.\r\n\r\nUsing millions of apples grown in Herefordshire orchards, and with hundreds of years of cider making experience, Strongbow has been able to remove all artificial colours, flavours and sweeteners, with no effect on taste<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. HEINEKEN is continuing its cider-making journey with its ‘Better Cider’ programme, to ensure a sustainable future for this great British industry.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/strongbow-dual-fount/\">New Strongbow dual fount which could boost cider sales by 44%</a></li>\r\n</ul>\r\n<strong>Cindy Tervoort, UK Marketing Director at HEINEKEN, says:</strong> “<em>With the cider category hugely important to the on-trade, we’ve been on a mission to make our Strongbow offering even better and future-proof it for generations to come. Research tells us that consumer attitudes are changing; they are thinking more about what they consume and where it’s from – which includes being more mindful about ingredients too – so with this change, we’re leading the way with Strongbow as you would expect from the No.1 cider brand.”</em>\r\n\r\nAs a pioneer of mainstream cider and leader of the category, Strongbow Original is the UK’s most popular cider and sees 300,000 pints poured every day<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>. Strongbow Dark Fruit, the UK’s number two cider brand, accounts for 84% of the flavoured cider market<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. Its new Dual Fount enables licensees to pour both Strongbow Original and Strongbow Dark Fruit from one fount for the first time; research shows stocking the two leading cider brands alongside one another has been proven to boost rate of sale by a staggering 44%<a href=\"#_ftn6\" name=\"_ftnref6\"><strong>[6]</strong></a>. Strongbow Cloudy Apple completes the range and is available from 5,000 distribution points.\r\n<ul>\r\n 	<li>Strongbow, the UK’s favourite cider<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, has announced that all of its variants will be made with no artificial sweeteners, colours or flavours – setting itself apart from competitors</li>\r\n 	<li>Taste profiles of all Strongbow cider variants have remained the same and have been positively tested with thousands of loyal Strongbow customers</li>\r\n</ul>\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a><sup> Savanta, quantitative monadic in hall test, n=311 Strongbow Dark Fruit drinkers, current vs new recipe. Fieldwork conducted in Long Eaton and Leeds, April 2019; Source: Cardinal Research, quantitative monadic in hall test, n=470 Strongbow Original qdrinkers, current vs new recipe. Fieldwork conducted in Watford, Long Eaton and Leeds, Feb 2019</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref6\" name=\"_ftn6\"><sup>[6] CGA CSDI Data to April 2018 – QTR TY vs YA. Versus stocking the second best-selling apple cider alongside Strongbow Dark Frui</sup></a><sup>t</sup>','Strongbow Dark Fruit relaunches its range with no artificial sweeteners, flavours or colours','','inherit','closed','closed','','5518-revision-v1','','','2019-06-25 10:23:07','2019-06-25 10:23:07','',5518,'https://www.ontradeprogress.com/2019/06/25/5518-revision-v1/',0,'revision','',0),(5521,1,'2019-06-25 10:42:08','2019-06-25 10:42:08','<h1>Marston’s have officially launched a work placement scheme called ‘Take 5’ in partnership with Changing Education.</h1>\r\nThe brand-new Marston\'s scheme focuses on reaching students in Year 10 and will provide a minimum of one week in house experience. The scheme enables students to experience all aspects of a pub business and understand the different roles and opportunities available.\r\n\r\nWith different activities for beginner, intermediate and advanced levels, each student will be able to work through a range of challenges, during their placement, which will provide a different insight into pub operations. From motivating teams, customer feedback, food and drink and stock management, each activity is specific to each element of pub management.\r\n\r\nThe scheme will be available all year round at participating pubs and forms part of Marston’s wider responsibility to provide valuable experience and learning to the people within the local community.\r\n\r\nLiam Powell, Head of Human Resources at Marston’s said: “<em>It’s great to finally launch our work placement scheme here at Marston’s. The programme enables us to support and encourage school leavers to peruse a valuable career in hospitality, whilst also providing different learning opportunities within local communities</em>.”\r\n\r\nDean Maxfield, Head of Employer Engagement at Changing Education said: “<em>As an organisation that engages with over 58,000 companies countrywide, we are incredibly proud to add Marston’s to that number in a partnership to deliver a truly unique programme of work experience. This programme aims to open the eyes of students to the opportunities available to them within the hospitality industry and does so in a way unlike any we have seen before.”</em>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/\">Strongbow Dark Fruit relaunches its range with no artificial sweeteners, flavours or colours</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n</ul>','Marston’s Launch It’s First Official Work Placement Scheme','','publish','closed','open','','marstons-launch-its-first-official-work-placement-scheme','','https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/\nhttps://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/','2019-06-25 14:48:18','2019-06-25 14:48:18','',0,'https://www.ontradeprogress.com/?p=5521',0,'post','',0),(5522,1,'2019-06-25 10:38:24','2019-06-25 10:38:24','','alcohol-21938_1280','','inherit','closed','closed','','alcohol-21938_1280-2','','','2019-06-25 10:38:24','2019-06-25 10:38:24','',5521,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/alcohol-21938_1280.jpg',0,'attachment','image/jpeg',0),(5523,1,'2019-06-25 10:39:41','2019-06-25 10:39:41','','Marston’s Launch It’s First Official Work Placement Scheme','Marston’s Launch It’s First Official Work Placement Scheme','inherit','closed','closed','','alcohol-21938_1280-3','','','2019-06-25 10:39:49','2019-06-25 10:39:49','',5521,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/alcohol-21938_1280-1.jpg',0,'attachment','image/jpeg',0),(5524,1,'2019-06-25 10:41:12','2019-06-25 10:41:12','<h1>Marston’s have officially launched a work placement scheme called ‘Take 5’ in partnership with Changing Education.</h1>\r\nThe brand-new Marston\'s scheme focuses on reaching students in Year 10 and will provide a minimum of one week in house experience. The scheme enables students to experience all aspects of a pub business and understand the different roles and opportunities available.\r\n\r\nWith different activities for beginner, intermediate and advanced levels, each student will be able to work through a range of challenges, during their placement, which will provide a different insight into pub operations. From motivating teams, customer feedback, food and drink and stock management, each activity is specific to each element of pub management.\r\n\r\nThe scheme will be available all year round at participating pubs and forms part of Marston’s wider responsibility to provide valuable experience and learning to the people within the local community.\r\n\r\nLiam Powell, Head of Human Resources at Marston’s said: “<em>It’s great to finally launch our work placement scheme here at Marston’s. The programme enables us to support and encourage school leavers to peruse a valuable career in hospitality, whilst also providing different learning opportunities within local communities</em>.”\r\n\r\nDean Maxfield, Head of Employer Engagement at Changing Education said: “<em>As an organisation that engages with over 58,000 companies countrywide, we are incredibly proud to add Marston’s to that number in a partnership to deliver a truly unique programme of work experience. This programme aims to open the eyes of students to the opportunities available to them within the hospitality industry and does so in a way unlike any we have seen before.”</em>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/\">Strongbow Dark Fruit relaunches its range with no artificial sweeteners, flavours or colours</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n</ul>','Marston’s Launch It’s First Official Work Placement Scheme','','inherit','closed','closed','','5521-revision-v1','','','2019-06-25 10:41:12','2019-06-25 10:41:12','',5521,'https://www.ontradeprogress.com/2019/06/25/5521-revision-v1/',0,'revision','',0),(5525,1,'2019-06-25 11:00:08','2019-06-25 11:00:08','<h1>There\'s a new and unique ‘Love Fresh’ Cheeseburger Melt from Calder Foods is available for orders now. It’s a quick and easy way to dress up many menu favourites.</h1>\r\nPrime minced beef, mozzarella and Cheddar cheese are blended together in a tangy burger sauce that can be poured onto a burger for a fast and tasty topping. Not confined to burgers though, pour the versatile Cheeseburger Melt over tortilla chips or fries for a simple snack, starter or side, or use it to liven up a variety of starters and main meal dishes. Packed in handy one kg tubs, ‘Love Fresh’ Cheeseburger Melt is a convenient topping that tops the taste charts and extends the menu.\r\n\r\n<strong>For further details of the ‘Love Fresh’ Cheeseburger Melt, or other products from Calder Foods, part of Creative Foods Europe, visit wwwcalderfoods.co.uk or <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/\">Marston’s Launch It’s First Official Work Placement Scheme</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/\">Strongbow Dark Fruit relaunches its range with no artificial sweeteners, flavours or colours</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n</ul>','Calder Foods creates their new \'Love Fresh\' Burger','','publish','closed','open','','calder-foods-love-fresh','','\nhttps://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/','2019-06-25 11:00:08','2019-06-25 11:00:08','',0,'https://www.ontradeprogress.com/?p=5525',0,'post','',0),(5526,1,'2019-06-25 10:55:55','2019-06-25 10:55:55','','Love Fresh cheeseburger melt burger topper','Calder Foods creates their new \'Love Fresh\' Burger','inherit','closed','closed','','love-fresh-cheeseburger-melt-burger-topper','','','2019-06-25 10:56:39','2019-06-25 10:56:39','',5525,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Love-Fresh-cheeseburger-melt-burger-topper.jpg',0,'attachment','image/jpeg',0),(5527,1,'2019-06-25 10:56:00','2019-06-25 10:56:00','','Love Fresh cheeseburger melt on Yorkshire pudding','','inherit','closed','closed','','love-fresh-cheeseburger-melt-on-yorkshire-pudding','','','2019-06-25 10:56:00','2019-06-25 10:56:00','',5525,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Love-Fresh-cheeseburger-melt-on-Yorkshire-pudding.jpg',0,'attachment','image/jpeg',0),(5528,1,'2019-06-25 10:59:35','2019-06-25 10:59:35','<h1>There\'s a new and unique ‘Love Fresh’ Cheeseburger Melt from Calder Foods is available for orders now. It’s a quick and easy way to dress up many menu favourites.</h1>\r\nPrime minced beef, mozzarella and Cheddar cheese are blended together in a tangy burger sauce that can be poured onto a burger for a fast and tasty topping. Not confined to burgers though, pour the versatile Cheeseburger Melt over tortilla chips or fries for a simple snack, starter or side, or use it to liven up a variety of starters and main meal dishes. Packed in handy one kg tubs, ‘Love Fresh’ Cheeseburger Melt is a convenient topping that tops the taste charts and extends the menu.\r\n\r\n<strong>For further details of the ‘Love Fresh’ Cheeseburger Melt, or other products from Calder Foods, part of Creative Foods Europe, visit wwwcalderfoods.co.uk or <a href=\"http://www.creativefoodseurope.eu\">www.creativefoodseurope.eu</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/\">Marston’s Launch It’s First Official Work Placement Scheme</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/\">Strongbow Dark Fruit relaunches its range with no artificial sweeteners, flavours or colours</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n</ul>','Calder Foods creates their new \'Love Fresh\' Burger','','inherit','closed','closed','','5525-revision-v1','','','2019-06-25 10:59:35','2019-06-25 10:59:35','',5525,'https://www.ontradeprogress.com/2019/06/25/5525-revision-v1/',0,'revision','',0),(5529,1,'2019-06-25 11:17:11','2019-06-25 11:17:11','<h1>The arrival of summer is the ideal time for hospitality and catering operators to give their business a thorough pre-Brexit buying check, urges buying specialist Lynx Purchasing.</h1>\r\nWith so much still uncertain, including who will be leading both the country and the ongoing Brexit negotiations, Lynx Purchasing is advising the industry that the abundance of good value British produce now available makes it a good time to make sure robust product sourcing practices are in place.\r\n\r\nThe advice comes as Lynx Purchasing publishes the Summer 2019 edition of its regular Market Forecast, which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nRachel Dobson, managing director of Lynx Purchasing, says: “The Brexit uncertainty rumbles on, but overall, the next few months are looking positive in produce terms. Weather conditions have been kind, with no repeat of last years’ ‘beast from the east’ or similar challenges, and most crops are expected to be good quality across the summer.\r\n\r\n“While every operator is dealing with similar challenges in terms of rising costs and lower consumer confidence, it’s important to remember that there are also costs that can be controlled.\r\n\r\n“With a wide choice of British produce at its best across the summer in terms of quality, value and availability, a pre-Brexit buying check looking at menus, ordering procedures, suppliers used and other factors could make all the difference to being ready for whatever challenges are to come,” she added.\r\n\r\nProduct areas highlighted in the Market Forecast include:\r\n\r\n<strong>Meat:</strong> There have been expected seasonal increases in the price of home produced beef, lamb and poultry, with higher demand for cuts popular for barbecue and grill menus.  UK lamb is in demand for export to France in particular, while imported beef is in shorter supply, both of which have a pricing impact. Suppliers can advise on alternative cuts, which can be better value and boost sustainability by making use of the whole animal.\r\n\r\n<strong>Fish and seafood: </strong> There is a strong export market for UK wild caught fish, as well as increasing domestic demand as it becomes increasingly recognised as an environmentally friendly source of protein. Farmed seafood can often better value, and although there have been concerns raised in the media about some practices, it can be a more sustainable option provided it is properly certified. Farmed bass, bream, turbot and halibut will be in good supply.\r\n\r\n<strong>Berries:</strong> The British berries season has started well, with strawberries to be followed by raspberries, blueberries and blackberries as crops ripen. With berries expected to be high quality thanks to good growing conditions, operators should make the most of the opportunity. As well as desserts, try using use fresh berries to flavour and garnish cocktails and spritz-style drinks.<strong>   </strong>\r\n\r\n<strong>Vegetables:</strong> Jersey Royal potatoes have been very good quality and value this year, which is a good indicator of a better overall potato crop than last year, when supplies were affected by the weather. Home-grown carrots, broccoli and courgettes are also expected to be high quality. Use ‘served with fresh, seasonal vegetables’ as a menu description to make the most of changing supplies.\r\n\r\nDobson adds: “By making simple improvements to their purchasing, and working with suppliers who understand their needs, operators can generate substantial savings that can mean the difference between staying profitable or going under.\r\n\r\n“As ever, there will be some product areas that are a challenge, but overall summer is a great time to put good buying principles into practice, with appealing menus focusing on  British produce.”\r\n\r\nThe Summer 2019 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://www.lynxpurchasing.co.uk/wp-content/uploads/2019/06/Lynx-Purchasing-Market-Forecast-Summer-2019.pdf\">Lynx Purchasing-Market-Forecast-Summer-2019.pdf</a>\r\n\r\nLynx Purchasing works with more than 2,200 accounts in the hospitality and catering sector, on a no-membership and no-contract basis that offers like-for-like products at lower prices and often better quality than operators could obtain by negotiating alone.\r\n\r\nAs purchasing professionals, Lynx works with leading suppliers in the hospitality and catering industry. These include specialist fresh food suppliers, wines &amp; spirits, catering equipment providers, utilities, and specialist service providers such as telecom, business rates consultancy and waste management.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  call 01325 710143 or email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/19/new-low-alcohol-alternative-from-shipyard/\">New low alcohol alternative from Shipyard</a></li>\r\n</ul>','It\'s time for a pre-Brexit buying guide - Lynx Purchasing','','publish','closed','open','','lynx-purchasing-brexit-buying-guide','','','2019-06-25 11:17:11','2019-06-25 11:17:11','',0,'https://www.ontradeprogress.com/?p=5529',0,'post','',0),(5530,1,'2019-06-25 11:13:55','2019-06-25 11:13:55','','Grilled steak and vegetables','Grilled steak and salad - Lynx Purchasing','inherit','closed','closed','','grilled-steak-and-vegetables-2','','','2019-06-25 11:14:19','2019-06-25 11:14:19','',5529,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Lynx-Purchasing-steak-salad.jpg',0,'attachment','image/jpeg',0),(5531,1,'2019-06-25 11:14:22','2019-06-25 11:14:22','<h1>The arrival of summer is the ideal time for hospitality and catering operators to give their business a thorough pre-Brexit buying check, urges buying specialist Lynx Purchasing.</h1>\r\nWith so much still uncertain, including who will be leading both the country and the ongoing Brexit negotiations, Lynx Purchasing is advising the industry that the abundance of good value British produce now available makes it a good time to make sure robust product sourcing practices are in place.\r\n\r\nThe advice comes as Lynx Purchasing publishes the Summer 2019 edition of its regular Market Forecast, which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nRachel Dobson, managing director of Lynx Purchasing, says: “The Brexit uncertainty rumbles on, but overall, the next few months are looking positive in produce terms. Weather conditions have been kind, with no repeat of last years’ ‘beast from the east’ or similar challenges, and most crops are expected to be good quality across the summer.\r\n\r\n“While every operator is dealing with similar challenges in terms of rising costs and lower consumer confidence, it’s important to remember that there are also costs that can be controlled.\r\n\r\n“With a wide choice of British produce at its best across the summer in terms of quality, value and availability, a pre-Brexit buying check looking at menus, ordering procedures, suppliers used and other factors could make all the difference to being ready for whatever challenges are to come,” she added.\r\n\r\nProduct areas highlighted in the Market Forecast include:\r\n\r\n<strong>Meat:</strong> There have been expected seasonal increases in the price of home produced beef, lamb and poultry, with higher demand for cuts popular for barbecue and grill menus.  UK lamb is in demand for export to France in particular, while imported beef is in shorter supply, both of which have a pricing impact. Suppliers can advise on alternative cuts, which can be better value and boost sustainability by making use of the whole animal.\r\n\r\n<strong>Fish and seafood: </strong> There is a strong export market for UK wild caught fish, as well as increasing domestic demand as it becomes increasingly recognised as an environmentally friendly source of protein. Farmed seafood can often better value, and although there have been concerns raised in the media about some practices, it can be a more sustainable option provided it is properly certified. Farmed bass, bream, turbot and halibut will be in good supply.\r\n\r\n<strong>Berries:</strong> The British berries season has started well, with strawberries to be followed by raspberries, blueberries and blackberries as crops ripen. With berries expected to be high quality thanks to good growing conditions, operators should make the most of the opportunity. As well as desserts, try using use fresh berries to flavour and garnish cocktails and spritz-style drinks.<strong>   </strong>\r\n\r\n<strong>Vegetables:</strong> Jersey Royal potatoes have been very good quality and value this year, which is a good indicator of a better overall potato crop than last year, when supplies were affected by the weather. Home-grown carrots, broccoli and courgettes are also expected to be high quality. Use ‘served with fresh, seasonal vegetables’ as a menu description to make the most of changing supplies.\r\n\r\nDobson adds: “By making simple improvements to their purchasing, and working with suppliers who understand their needs, operators can generate substantial savings that can mean the difference between staying profitable or going under.\r\n\r\n“As ever, there will be some product areas that are a challenge, but overall summer is a great time to put good buying principles into practice, with appealing menus focusing on  British produce.”\r\n\r\nThe Summer 2019 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://www.lynxpurchasing.co.uk/wp-content/uploads/2019/06/Lynx-Purchasing-Market-Forecast-Summer-2019.pdf\">Lynx Purchasing-Market-Forecast-Summer-2019.pdf</a>\r\n\r\nLynx Purchasing works with more than 2,200 accounts in the hospitality and catering sector, on a no-membership and no-contract basis that offers like-for-like products at lower prices and often better quality than operators could obtain by negotiating alone.\r\n\r\nAs purchasing professionals, Lynx works with leading suppliers in the hospitality and catering industry. These include specialist fresh food suppliers, wines &amp; spirits, catering equipment providers, utilities, and specialist service providers such as telecom, business rates consultancy and waste management.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  call 01325 710143 or email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a>.</strong>','It\'s time for a pre-Brexit buying guide - Lynx Purchasing','','inherit','closed','closed','','5529-revision-v1','','','2019-06-25 11:14:22','2019-06-25 11:14:22','',5529,'https://www.ontradeprogress.com/2019/06/25/5529-revision-v1/',0,'revision','',0),(5532,1,'2019-06-25 11:17:11','2019-06-25 11:17:11','<h1>The arrival of summer is the ideal time for hospitality and catering operators to give their business a thorough pre-Brexit buying check, urges buying specialist Lynx Purchasing.</h1>\r\nWith so much still uncertain, including who will be leading both the country and the ongoing Brexit negotiations, Lynx Purchasing is advising the industry that the abundance of good value British produce now available makes it a good time to make sure robust product sourcing practices are in place.\r\n\r\nThe advice comes as Lynx Purchasing publishes the Summer 2019 edition of its regular Market Forecast, which offers operators an in-depth look at pricing and product trends over the coming months, using exclusive data gathered from the range of suppliers who work with Lynx Purchasing.\r\n\r\nRachel Dobson, managing director of Lynx Purchasing, says: “The Brexit uncertainty rumbles on, but overall, the next few months are looking positive in produce terms. Weather conditions have been kind, with no repeat of last years’ ‘beast from the east’ or similar challenges, and most crops are expected to be good quality across the summer.\r\n\r\n“While every operator is dealing with similar challenges in terms of rising costs and lower consumer confidence, it’s important to remember that there are also costs that can be controlled.\r\n\r\n“With a wide choice of British produce at its best across the summer in terms of quality, value and availability, a pre-Brexit buying check looking at menus, ordering procedures, suppliers used and other factors could make all the difference to being ready for whatever challenges are to come,” she added.\r\n\r\nProduct areas highlighted in the Market Forecast include:\r\n\r\n<strong>Meat:</strong> There have been expected seasonal increases in the price of home produced beef, lamb and poultry, with higher demand for cuts popular for barbecue and grill menus.  UK lamb is in demand for export to France in particular, while imported beef is in shorter supply, both of which have a pricing impact. Suppliers can advise on alternative cuts, which can be better value and boost sustainability by making use of the whole animal.\r\n\r\n<strong>Fish and seafood: </strong> There is a strong export market for UK wild caught fish, as well as increasing domestic demand as it becomes increasingly recognised as an environmentally friendly source of protein. Farmed seafood can often better value, and although there have been concerns raised in the media about some practices, it can be a more sustainable option provided it is properly certified. Farmed bass, bream, turbot and halibut will be in good supply.\r\n\r\n<strong>Berries:</strong> The British berries season has started well, with strawberries to be followed by raspberries, blueberries and blackberries as crops ripen. With berries expected to be high quality thanks to good growing conditions, operators should make the most of the opportunity. As well as desserts, try using use fresh berries to flavour and garnish cocktails and spritz-style drinks.<strong>   </strong>\r\n\r\n<strong>Vegetables:</strong> Jersey Royal potatoes have been very good quality and value this year, which is a good indicator of a better overall potato crop than last year, when supplies were affected by the weather. Home-grown carrots, broccoli and courgettes are also expected to be high quality. Use ‘served with fresh, seasonal vegetables’ as a menu description to make the most of changing supplies.\r\n\r\nDobson adds: “By making simple improvements to their purchasing, and working with suppliers who understand their needs, operators can generate substantial savings that can mean the difference between staying profitable or going under.\r\n\r\n“As ever, there will be some product areas that are a challenge, but overall summer is a great time to put good buying principles into practice, with appealing menus focusing on  British produce.”\r\n\r\nThe Summer 2019 Market Forecast is available to download free from the Lynx Purchasing website at <a href=\"https://www.lynxpurchasing.co.uk/wp-content/uploads/2019/06/Lynx-Purchasing-Market-Forecast-Summer-2019.pdf\">Lynx Purchasing-Market-Forecast-Summer-2019.pdf</a>\r\n\r\nLynx Purchasing works with more than 2,200 accounts in the hospitality and catering sector, on a no-membership and no-contract basis that offers like-for-like products at lower prices and often better quality than operators could obtain by negotiating alone.\r\n\r\nAs purchasing professionals, Lynx works with leading suppliers in the hospitality and catering industry. These include specialist fresh food suppliers, wines &amp; spirits, catering equipment providers, utilities, and specialist service providers such as telecom, business rates consultancy and waste management.\r\n\r\n<strong>For more information on Lynx Purchasing, visit <a href=\"http://www.lynxpurchasing.co.uk\">www.lynxpurchasing.co.uk</a>  call 01325 710143 or email <a href=\"mailto:savings@lynxpurchasing.co.uk\">savings@lynxpurchasing.co.uk</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/19/new-low-alcohol-alternative-from-shipyard/\">New low alcohol alternative from Shipyard</a></li>\r\n</ul>','It\'s time for a pre-Brexit buying guide - Lynx Purchasing','','inherit','closed','closed','','5529-revision-v1','','','2019-06-25 11:17:11','2019-06-25 11:17:11','',5529,'https://www.ontradeprogress.com/2019/06/25/5529-revision-v1/',0,'revision','',0),(5533,1,'2019-06-25 13:17:45','2019-06-25 13:17:45','<h1>The 7th London Craft Beer Festival runs from 9th -11th August and, after last year’s huge success, is once again dedicating the opening session to trade professionals from the brewery, pubs, restaurant and hotel sector. This year’s Trade Session will run from 11.30am to 4.30pm on Friday 9th August.</h1>\r\nFor the first time We Are Beer, the team behind London Craft Beer Festival, is recognising best in class craft brewers, bars and bar staff in the inaugural LCBF trade awards at this year’s Trade Session on 9th August. The WABies (a word play on We Are Beer) are trade awards dedicated to the craft beer sector and have been introduced to honour the hard work and quality demonstrated by the best operators, breweries and bar workers across the UK.\r\n\r\n<strong>Nominations are being received from across the UK for the following categories:</strong>\r\n<ol>\r\n 	<li><strong><em>Best Craft Watering Hole</em></strong> - the best on-trade retailer in the UK: nominated by our exhibiting Brewers and voted on by drinkers</li>\r\n 	<li><strong><em>Best Beer Slinger</em></strong> - the most engaging and knowledgeable Bar Staff: nominated by Bar Owners, Operators and the pub-going public</li>\r\n 	<li><strong><em>The Warhol BizArt Award</em></strong> - the best beer can or bottle design: voted on by consumers</li>\r\n 	<li><strong><em>Brewery No. 1</em></strong> -  the best craft beer brewer, voted on by consumers</li>\r\n</ol>\r\nShortlisted entrants can be voted upon via the LCBF app, another innovation at this year’s festival, which allows visitors to plan their day, greet and meet brewers and vote in the WABies.\r\n\r\nWABie winners will be announced during the festival.\r\n\r\nGreg Wells co-founder of LCBF organisers We Are Beer said “we are in awe of the passion, commitment and relentless pursuit of excellence displayed by brewers and operators in the craft sector, and we wanted to honour that dedication to the development of modern beer through these awards”\r\n\r\nDan Sylvester co-founder added “these awards are part of our increased focus on providing an experience from which our trade guests can take huge value. Recognising best in class shows our trade guests that modern beer is overflowing with quality and innovation”\r\n\r\nThe LCBF trade session is the opening session of this year’s festival which sees a line-up of over 80 breweries from around the world pouring close to 500 different beers across the weekend. Trade guests will also get the chance to engage directly with the brewers via the Brewers Connect event, another innovation of this year that allows the brewers to pitch their products and do some deals with attending trade professionals.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/\">Marston’s Launch It’s First Official Work Placement Scheme</a></li>\r\n</ul>','London Craft Beer Festival launch the WABies best in class craft awards at dedicated trade session','','publish','closed','open','','london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session','','','2019-06-25 13:17:45','2019-06-25 13:17:45','',0,'https://www.ontradeprogress.com/?p=5533',0,'post','',0),(5534,1,'2019-06-25 11:21:21','2019-06-25 11:21:21','<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">Licensing Act not suitable for airside hospitality</span></strong></p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">Introducing the Licensing Act <span style=\"color: black;\">airside would be an unwieldy step that would unfairly </span>penalise businesses and customers without effectively tackling disruptive passengers, according to UKHospitality.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">The trade association has submitted its response <span style=\"color: black;\">to ‘</span><a href=\"http://icm-tracking.meltwater.com/link.php?DynEngagement=true&amp;H=btYXC68syxnIlVIaW0qBweEUHWPFwuN5EgnqFgPj0oiC1OMl9zi1RtydfmSrKKwdE%2Fg46Q34Q27OA7y9azOIBj2HIktDoPLHlixpSEeQajlrBv4ODx6RHO715n3ODLKF&amp;G=0&amp;R=https%3A%2F%2Fwww.gov.uk%2Fgovernment%2Fconsultations%2Faviation-2050-the-future-of-uk-aviation&amp;I=20190621111414.0000006d0336%40mail6-113-ussnn1&amp;X=MHwxMDQ2NzU4OjVkMGNiYmY3YjA1ZjM5NTQ1MjYyMjM3NDs%3D&amp;S=ClAuDfHQJ_Z_iqJ9RsUm1KT053MxMy14lN3RUen_Mgo\">Aviation 2050: The future of UK aviation</a><span style=\"color: black;\">’ </span>consultation, arguing against the introduction of the Licensing Act and encouraging the Government <span style=\"color: black;\">to better </span>support voluntary schemes.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">UKHospitality Chief Executive Kate Nicholls said: “The Licensing Act is a complex piece of legislation that touches upon a wide range of issues and obligations for both licensing authorities and venues. Its remit is much wider than just dealing with disruptive customers<span style=\"color: red;\">. </span>If the issue is tackling anti-social behaviour, <span style=\"color: black;\">as the current focus very much indicates</span>, then there are other avenues open.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“The existing UK Aviation Industry Code of Practice on Disruptive Passengers already places a responsibility <span style=\"color: black;\">on stakeholders along the passenger journey, including retailers, to </span>pre-empt disruptive behaviour and act accordingly. UKHospitality <span style=\"color: black;\">has long been a signatory to it and it has helped to curb</span> excessive drinking. In many cases, airside venues have already taken the proactive step of pushing industry-led schemes, such as Best Bar None, to tackle the issue, by ending the sale of things like shots or multi-pint jugs and bringing together businesses to work proactively.</p>\r\n<p style=\"line-height: 115%; margin: 0cm 0cm 10.0pt 0cm;\">“Introducing the Licensing Act airside would not only be a logistical headache, it would penalise businesses and well-behaved customers without necessarily tackling the issue.”</p>','','','inherit','closed','closed','','5533-revision-v1','','','2019-06-25 11:21:21','2019-06-25 11:21:21','',5533,'https://www.ontradeprogress.com/2019/06/25/5533-revision-v1/',0,'revision','',0),(5535,1,'2019-06-25 12:00:39','2019-06-25 12:00:39','London Craft Beer Festival launch the WABies best in class craft awards','London Craft Beer Festival','London Craft Beer Festival launch the WABies best in class craft awards','inherit','closed','closed','','london-cratf-beer-festival','','','2019-06-25 12:00:56','2019-06-25 12:00:56','',5533,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/London-Cratf-Beer-Festival.jpg',0,'attachment','image/jpeg',0),(5536,1,'2019-06-25 13:16:36','2019-06-25 13:16:36','<h1>The 7th London Craft Beer Festival runs from 9th -11th August and, after last year’s huge success, is once again dedicating the opening session to trade professionals from the brewery, pubs, restaurant and hotel sector. This year’s Trade Session will run from 11.30am to 4.30pm on Friday 9th August.</h1>\r\nFor the first time We Are Beer, the team behind London Craft Beer Festival, is recognising best in class craft brewers, bars and bar staff in the inaugural LCBF trade awards at this year’s Trade Session on 9th August. The WABies (a word play on We Are Beer) are trade awards dedicated to the craft beer sector and have been introduced to honour the hard work and quality demonstrated by the best operators, breweries and bar workers across the UK.\r\n\r\nNominations are being received from across the UK for the following categories\r\n<ol>\r\n 	<li><strong><em>Best Craft Watering Hole</em></strong> - the best on-trade retailer in the UK: nominated by our exhibiting Brewers and voted on by drinkers</li>\r\n 	<li><strong><em>Best Beer Slinger</em></strong> - the most engaging and knowledgeable Bar Staff: nominated by Bar Owners, Operators and the pub-going public</li>\r\n 	<li><strong><em>The Warhol BizArt Award</em></strong> - the best beer can or bottle design: voted on by consumers</li>\r\n 	<li><strong><em>Brewery No. 1</em></strong> -  the best craft beer brewer, voted on by consumers</li>\r\n</ol>\r\nShortlisted entrants can be voted upon via the LCBF app, another innovation at this year’s festival, which allows visitors to plan their day, greet and meet brewers and vote in the WABies.\r\n\r\nWABie winners will be announced during the festival.\r\n\r\nGreg Wells co-founder of LCBF organisers We Are Beer said “we are in awe of the passion, commitment and relentless pursuit of excellence displayed by brewers and operators in the craft sector, and we wanted to honour that dedication to the development of modern beer through these awards”\r\n\r\nDan Sylvester co-founder added “these awards are part of our increased focus on providing an experience from which our trade guests can take huge value. Recognising best in class shows our trade guests that modern beer is overflowing with quality and innovation”\r\n\r\nThe LCBF trade session is the opening session of this year’s festival which sees a line-up of over 80 breweries from around the world pouring close to 500 different beers across the weekend. Trade guests will also get the chance to engage directly with the brewers via the Brewers Connect event, another innovation of this year that allows the brewers to pitch their products and do some deals with attending trade professionals.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/\">Marston’s Launch It’s First Official Work Placement Scheme</a></li>\r\n</ul>','London Craft Beer Festival launch the WABies best in class craft awards at dedicated trade session','','inherit','closed','closed','','5533-revision-v1','','','2019-06-25 13:16:36','2019-06-25 13:16:36','',5533,'https://www.ontradeprogress.com/2019/06/25/5533-revision-v1/',0,'revision','',0),(5537,1,'2019-06-25 13:17:45','2019-06-25 13:17:45','<h1>The 7th London Craft Beer Festival runs from 9th -11th August and, after last year’s huge success, is once again dedicating the opening session to trade professionals from the brewery, pubs, restaurant and hotel sector. This year’s Trade Session will run from 11.30am to 4.30pm on Friday 9th August.</h1>\r\nFor the first time We Are Beer, the team behind London Craft Beer Festival, is recognising best in class craft brewers, bars and bar staff in the inaugural LCBF trade awards at this year’s Trade Session on 9th August. The WABies (a word play on We Are Beer) are trade awards dedicated to the craft beer sector and have been introduced to honour the hard work and quality demonstrated by the best operators, breweries and bar workers across the UK.\r\n\r\n<strong>Nominations are being received from across the UK for the following categories:</strong>\r\n<ol>\r\n 	<li><strong><em>Best Craft Watering Hole</em></strong> - the best on-trade retailer in the UK: nominated by our exhibiting Brewers and voted on by drinkers</li>\r\n 	<li><strong><em>Best Beer Slinger</em></strong> - the most engaging and knowledgeable Bar Staff: nominated by Bar Owners, Operators and the pub-going public</li>\r\n 	<li><strong><em>The Warhol BizArt Award</em></strong> - the best beer can or bottle design: voted on by consumers</li>\r\n 	<li><strong><em>Brewery No. 1</em></strong> -  the best craft beer brewer, voted on by consumers</li>\r\n</ol>\r\nShortlisted entrants can be voted upon via the LCBF app, another innovation at this year’s festival, which allows visitors to plan their day, greet and meet brewers and vote in the WABies.\r\n\r\nWABie winners will be announced during the festival.\r\n\r\nGreg Wells co-founder of LCBF organisers We Are Beer said “we are in awe of the passion, commitment and relentless pursuit of excellence displayed by brewers and operators in the craft sector, and we wanted to honour that dedication to the development of modern beer through these awards”\r\n\r\nDan Sylvester co-founder added “these awards are part of our increased focus on providing an experience from which our trade guests can take huge value. Recognising best in class shows our trade guests that modern beer is overflowing with quality and innovation”\r\n\r\nThe LCBF trade session is the opening session of this year’s festival which sees a line-up of over 80 breweries from around the world pouring close to 500 different beers across the weekend. Trade guests will also get the chance to engage directly with the brewers via the Brewers Connect event, another innovation of this year that allows the brewers to pitch their products and do some deals with attending trade professionals.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/\">Amathus Drinks becomes UK distributor for Kanpai</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/\">Women’s World Cup to boost beer sales by 3 million pints</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/\">Marston’s Launch It’s First Official Work Placement Scheme</a></li>\r\n</ul>','London Craft Beer Festival launch the WABies best in class craft awards at dedicated trade session','','inherit','closed','closed','','5533-revision-v1','','','2019-06-25 13:17:45','2019-06-25 13:17:45','',5533,'https://www.ontradeprogress.com/2019/06/25/5533-revision-v1/',0,'revision','',0),(5542,1,'2019-06-25 14:05:16','2019-06-25 14:05:16','<h1>The new EFL season gets underway live on Sky Sports on Friday 2 August when Middlesbrough travel to Luton Town, who are making their return to the Sky Bet Championship following back to back promotions (7.45pm kick-off).</h1>\r\nIt continues on Sky Sports on Saturday 3 August, as Salford City begin life in the Football League with the visit of Stevenage (12.30pm kick-off) before returning to the Sky Championship as Nottingham Forest begin their campaign at home to West Bromwich Albion.\r\n\r\nOn Sunday 4 August, Leeds United travel to Bristol City (4.30pm kick-off).  The opening weekend culminates on Monday 5 August with Derby County’s visit to Huddersfield Town (7.45pm kick-off).\r\n\r\nThe 2019/20 season signifies the start of a new five-year deal with the EFL which sees an increase from 132 games to 138 EFL games, meaning more opportunities to drive trade at key times and show more of the games that matter to customers.\r\n\r\nPlus, there’s exclusively live coverage from the Carabao Cup and the EFL Trophy, which means that customers can show 171 EFL games throughout the 2019/20 season.\r\n\r\n<strong>Live games on the opening weekend</strong>\r\n\r\nFri 2 Aug              Luton Town v Middlesbrough                             7.45pm\r\n\r\nSat 3 Aug             Salford City v Stevenage                                  12.30pm\r\n\r\nSat 3 Aug             Nottingham Forest v West Bromwich Albion        5.30pm\r\n\r\nSun 4 Aug            Bristol City v Leeds Utd                                     4.30pm\r\n\r\nMon 5 Aug          Huddersfield Town v Derby County                       7.45pm\r\n\r\n<strong>The 2019/20 EFL season will be Sky Sports’ biggest yet</strong>\r\n\r\nSky Sports customers will be able to enjoy:\r\n<ul>\r\n 	<li>More games than ever before across the Sky Bet Championship, Sky Bet League One, Sky Bet League Two, Carabao Cup and Checkatrade Trophy</li>\r\n 	<li>Full coverage of midweek fixtures on Gillette Soccer Specials, featuring live clips and highlights</li>\r\n 	<li>Analysis from some of the biggest names in the game#</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\">London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/calder-foods-love-fresh/\">Calder Foods creates its new ‘Love Fresh’ Burger</a></li>\r\n</ul>','Media Alert: The New EFL Season Gets Underway on Sky Sports','','publish','closed','open','','efl-season-underway-sky-sports','','https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\nhttps://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/','2019-06-25 14:08:55','2019-06-25 14:08:55','',0,'https://www.ontradeprogress.com/?p=5542',0,'post','',0),(5543,1,'2019-06-25 13:50:19','2019-06-25 13:50:19','','Sky Sports EFL Coverage','Sky Sports EFL Coverage','inherit','closed','closed','','the-ball-488714_1280','','','2019-06-25 13:50:43','2019-06-25 13:50:43','',5542,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/the-ball-488714_1280.jpg',0,'attachment','image/jpeg',0),(5544,1,'2019-06-25 13:51:12','2019-06-25 13:51:12','<h1>The new EFL season gets underway live on Sky Sports on Friday 2 August when Middlesbrough travel to Luton Town, who are making their return to the Sky Bet Championship following back to back promotions (7.45pm kick-off).</h1>\r\nIt continues on Sky Sports on Saturday 3 August, as Salford City begin life in the Football League with the visit of Stevenage (12.30pm kick-off) before returning to the Sky Championship as Nottingham Forest begin their campaign at home to West Bromwich Albion.\r\n\r\nOn Sunday 4 August, Leeds United travel to Bristol City (4.30pm kick-off).  The opening weekend culminates on Monday 5 August with Derby County’s visit to Huddersfield Town (7.45pm kick-off).\r\n\r\nThe 2019/20 season signifies the start of a new five-year deal with the EFL which sees an increase from 132 games to 138 EFL games, meaning more opportunities to drive trade at key times and show more of the games that matter to customers.\r\n\r\nPlus, there’s exclusively live coverage from the Carabao Cup and the EFL Trophy, which means that customers can show 171 EFL games throughout the 2019/20 season.\r\n\r\n<strong>Live games on the opening weekend</strong>\r\n\r\nFri 2 Aug              Luton Town v Middlesbrough                             7.45pm\r\n\r\nSat 3 Aug             Salford City v Stevenage                                  12.30pm\r\n\r\nSat 3 Aug             Nottingham Forest v West Bromwich Albion        5.30pm\r\n\r\nSun 4 Aug            Bristol City v Leeds Utd                                     4.30pm\r\n\r\nMon 5 Aug          Huddersfield Town v Derby County                       7.45pm\r\n\r\n<strong>The 2019/20 EFL season will be Sky Sports’ biggest yet</strong>\r\n\r\nSky Sports customers will be able to enjoy:\r\n<ul>\r\n 	<li>More games than ever before across the Sky Bet Championship, Sky Bet League One, Sky Bet League Two, Carabao Cup and Checkatrade Trophy</li>\r\n 	<li>Full coverage of midweek fixtures on Gillette Soccer Specials, featuring live clips and highlights</li>\r\n 	<li>Analysis from some of the biggest names in the game#</li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\">London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/calder-foods-love-fresh/\">Calder Foods creates its new ‘Love Fresh’ Burger</a></li>\r\n</ul>','Media Alert: The New EFL Season Gets Underway on Sky Sports','','inherit','closed','closed','','5542-revision-v1','','','2019-06-25 13:51:12','2019-06-25 13:51:12','',5542,'https://www.ontradeprogress.com/2019/06/25/5542-revision-v1/',0,'revision','',0),(5545,1,'2019-06-25 15:15:16','2019-06-25 15:15:16','<h1><a href=\"https://uk.strongbow.com/\">Strongbow</a>, the UK’s favourite cider<a href=\"#_ftn2\" name=\"_ftnref2\"><strong>[2]</strong></a>, has announced its Strongbow Original, Strongbow Cloudy Apple and Strongbow Dark Fruit variants are now made without artificial sweeteners, colours or flavours.  Strongbow, whose ciders use approximately 25% of all apples grown in Britain, is firmly asserting its position as the category leader with this move.</h1>\r\nLeading the charge, Strongbow aims to transform the cider category in 2019 and the move to focus on more natural products is just the first step in achieving this. The brand is adding calorie and nutritional information labelling to all its packaging to enable consumers to easily find the ingredients and calorie content of their drink.\r\n\r\nUsing millions of apples grown in Herefordshire orchards, and with hundreds of years of cider making experience, Strongbow has been able to remove all artificial colours, flavours and sweeteners, with no effect on taste<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>. HEINEKEN is continuing its cider-making journey with its ‘Better Cider’ programme, to ensure a sustainable future for this great British industry.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/\">Giffard West Cup 2019</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/\">New calorie and nutrition pledge from Heineken</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/20/strongbow-dual-fount/\">New Strongbow dual fount which could boost cider sales by 44%</a></li>\r\n</ul>\r\n<strong>Cindy Tervoort, UK Marketing Director at HEINEKEN, says:</strong> “<em>With the cider category hugely important to the on-trade, we’ve been on a mission to make our Strongbow offering even better and future-proof it for generations to come. Research tells us that consumer attitudes are changing; they are thinking more about what they consume and where it’s from – which includes being more mindful about ingredients too – so with this change, we’re leading the way with Strongbow as you would expect from the No.1 cider brand.”</em>\r\n\r\nAs a pioneer of mainstream cider and leader of the category, Strongbow Original is the UK’s most popular cider and sees 300,000 pints poured every day<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a>. Strongbow Dark Fruit, the UK’s number two cider brand, accounts for 84% of the flavoured cider market<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. Its new Dual Fount enables licensees to pour both Strongbow Original and Strongbow Dark Fruit from one fount for the first time; research shows stocking the two leading cider brands alongside one another has been proven to boost rate of sale by a staggering 44%<a href=\"#_ftn6\" name=\"_ftnref6\"><strong>[6]</strong></a>. Strongbow Cloudy Apple completes the range and is available from 5,000 distribution points.\r\n<ul>\r\n 	<li>Strongbow, the UK’s favourite cider<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>, has announced that all of its variants will be made with no artificial sweeteners, colours or flavours – setting itself apart from competitors</li>\r\n 	<li>Taste profiles of all Strongbow cider variants have remained the same and have been positively tested with thousands of loyal Strongbow customers</li>\r\n</ul>\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3]</a><sup> Savanta, quantitative monadic in hall test, n=311 Strongbow Dark Fruit drinkers, current vs new recipe. Fieldwork conducted in Long Eaton and Leeds, April 2019; Source: Cardinal Research, quantitative monadic in hall test, n=470 Strongbow Original qdrinkers, current vs new recipe. Fieldwork conducted in Watford, Long Eaton and Leeds, Feb 2019</sup>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5]</a><sup> CGA Strategy 52 w/e 26 January 2019</sup>\r\n\r\n<a href=\"#_ftnref6\" name=\"_ftn6\"><sup>[6] CGA CSDI Data to April 2018 – QTR TY vs YA. Versus stocking the second best-selling apple cider alongside Strongbow Dark Frui</sup></a><sup>t</sup>','Strongbow relaunches its range with no artificial sweeteners, flavours or colours','','inherit','closed','closed','','5518-revision-v1','','','2019-06-25 15:15:16','2019-06-25 15:15:16','',5518,'https://www.ontradeprogress.com/2019/06/25/5518-revision-v1/',0,'revision','',0),(5547,1,'2019-07-02 08:28:03','2019-07-02 08:28:03','<h1><strong>Roma 1960</strong> is a new collection of vintage-style cocktail glassware from leading UK distributor to the foodservice industry, <strong>Artis<sup>®</sup></strong>. It is manufactured by leading Italian design house, Luigi Bormioli, using its patented <strong>SON.hyx<sup>®</sup></strong> process which gives the glasses an added strength. A distinctive feature is its embossed design that is bang on trend for today’s bars and restaurants.</h1>\r\n<strong>Roma 1960 </strong>\r\n\r\n<img class=\"alignright size-medium wp-image-5550\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Roma-1960_new-additions-197x300.jpg\" alt=\"New vintage style cocktail glassware from Artis\" width=\"197\" height=\"300\" />This collection of vintage crystal glassware is a mixologist’s dream with a cross-hatch embossed design, to complement your cocktail creations. The collection features Rocks, Double Old Fashioned, Hi-Ball and Beverage styles. However, Artis has now added to the collection with the introduction of two new pieces - Martini and Margarita, making six different styles in all. Roma 1960 is perfect for mixing and matching cocktail glassware. Prices vary from £3.99 for the Rocks glass to £5.95 for the Margarita glass.\r\n\r\nThe Artis portfolio encompasses a huge range of not just glassware but tableware and bar accessories, too. To view the Artis fully illustrated price list, go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>. There you will also find the Temptations mini brochure containing all new Artis products launched in June 2019. Alternatively, request your own personal print copy of each by calling <strong>020 8391 5544</strong>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/\">Media Alert: The New EFL Season Gets Underway on Sky Sports</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\">London Craft Beer Festival launch the WABies best in class craft awards at dedicated trade session</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n</ul>','New vintage style cocktail glassware from Artis','','publish','closed','open','','cocktail-glassware-from-artis','','','2019-07-02 08:28:03','2019-07-02 08:28:03','',0,'https://www.ontradeprogress.com/?p=5547',0,'post','',0),(5548,1,'2019-07-02 08:17:18','2019-07-02 08:17:18','<h1><strong>Roma 1960</strong> is a new collection of vintage-style cocktail glassware from leading UK distributor to the foodservice industry, <strong>Artis<sup>®</sup></strong>. It is manufactured by leading Italian design house, Luigi Bormioli, using its patented <strong>SON.hyx<sup>®</sup></strong> process which gives the glasses an added strength. A distinctive feature is its embossed design that is bang on trend for today’s bars and restaurants.</h1>\r\n<strong>ROMA 1960 </strong>\r\n\r\nThis collection of vintage crystal glassware is a mixologist’s dream with a cross-hatch embossed design, to complement your cocktail creations. The collection features Rocks, Double Old Fashioned, Hi-Ball and Beverage styles. However, Artis has now added to the collection with the introduction of two new pieces - Martini and Margarita, making six different styles in all. Roma 1960 is perfect for mixing and matching cocktail glassware. Prices vary from £3.99 for the Rocks glass to £5.95 for the Margarita glass.\r\n\r\nThe Artis portfolio encompasses a huge range of not just glassware but tableware and bar accessories, too. To view the Artis fully illustrated price list, go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>. There you will also find the Temptations mini brochure containing all new Artis products launched in June 2019. Alternatively, request your own personal print copy of each by calling <strong>020 8391 5544</strong>.','New vintage style cocktail glassware from Artis','','inherit','closed','closed','','5547-revision-v1','','','2019-07-02 08:17:18','2019-07-02 08:17:18','',5547,'https://www.ontradeprogress.com/2019/07/02/5547-revision-v1/',0,'revision','',0),(5549,1,'2019-07-02 08:25:16','2019-07-02 08:25:16','','ROMA 1960 with stems','New vintage style cocktail glassware from Artis','inherit','closed','closed','','roma-1960-with-stems','','','2019-07-02 08:25:28','2019-07-02 08:25:28','',5547,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/ROMA-1960-with-stems.jpg',0,'attachment','image/jpeg',0),(5550,1,'2019-07-02 08:25:45','2019-07-02 08:25:45','','New vintage style cocktail glassware from Artis','New vintage style cocktail glassware from Artis','inherit','closed','closed','','roma-1960_new-additions','','','2019-07-02 08:25:54','2019-07-02 08:25:54','',5547,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Roma-1960_new-additions.jpg',0,'attachment','image/jpeg',0),(5551,1,'2019-07-02 08:28:03','2019-07-02 08:28:03','<h1><strong>Roma 1960</strong> is a new collection of vintage-style cocktail glassware from leading UK distributor to the foodservice industry, <strong>Artis<sup>®</sup></strong>. It is manufactured by leading Italian design house, Luigi Bormioli, using its patented <strong>SON.hyx<sup>®</sup></strong> process which gives the glasses an added strength. A distinctive feature is its embossed design that is bang on trend for today’s bars and restaurants.</h1>\r\n<strong>Roma 1960 </strong>\r\n\r\n<img class=\"alignright size-medium wp-image-5550\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Roma-1960_new-additions-197x300.jpg\" alt=\"New vintage style cocktail glassware from Artis\" width=\"197\" height=\"300\" />This collection of vintage crystal glassware is a mixologist’s dream with a cross-hatch embossed design, to complement your cocktail creations. The collection features Rocks, Double Old Fashioned, Hi-Ball and Beverage styles. However, Artis has now added to the collection with the introduction of two new pieces - Martini and Margarita, making six different styles in all. Roma 1960 is perfect for mixing and matching cocktail glassware. Prices vary from £3.99 for the Rocks glass to £5.95 for the Margarita glass.\r\n\r\nThe Artis portfolio encompasses a huge range of not just glassware but tableware and bar accessories, too. To view the Artis fully illustrated price list, go online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>. There you will also find the Temptations mini brochure containing all new Artis products launched in June 2019. Alternatively, request your own personal print copy of each by calling <strong>020 8391 5544</strong>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/\">Media Alert: The New EFL Season Gets Underway on Sky Sports</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\">London Craft Beer Festival launch the WABies best in class craft awards at dedicated trade session</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n</ul>','New vintage style cocktail glassware from Artis','','inherit','closed','closed','','5547-revision-v1','','','2019-07-02 08:28:03','2019-07-02 08:28:03','',5547,'https://www.ontradeprogress.com/2019/07/02/5547-revision-v1/',0,'revision','',0),(5552,1,'2019-07-02 08:41:12','2019-07-02 08:41:12','<h1>Fentimans, the botanically brewed drinks maker has announced the launch of a data-driven report that offers a unique insight into the premium soft drinks and mixers market in the UK. As the most comprehensive evaluation yet, the report combines Fentimans’ deep knowledge of premium drinks with in-depth data and authoritative analysis from research consultancy CGA, as well as expert opinions of influencers, taste makers and leaders within the drinks industry.</h1>\r\nThe premium soft drinks and mixer category has grown 33% versus last year and is now worth a huge £517 million, accounting for 11.5% of the total category. Staggeringly this equates to nearly 12p of every £1 spent on soft drinks and mixers in the on-trade*. Fentimans further expands on this data, providing valuable insights for on-trade outlets to consider when developing their drinks offerings.\r\n\r\nThe report looks at the market from two points of view: that of consumers and their evolving needs and that of the businesses and brands that serve them. It explores consumer themes such as the rise of the everyday connoisseur, the need for memorable ‘insta’ moments and the increasing demand for healthy options such as no/low alcohol offerings. As well as highlighting on-trade market trends for outlets such as consumer drinking experiences, wellness of employees, sustainability and use of plastics.\r\n\r\nIn addition to the current findings, the report gazes into the future, predicting drinks trends we might see over the next few years. Some exciting findings that will undoubtedly inspire the market include the look to Japanese ingredients and styles in response to the country hosting 2020’s Olympics and Rugby World Cup, the increased use of fermentation in drinks, and the growing trend of using citrus alternatives like yuzu and bergamot.\r\n\r\nAndrew Jackson, marketing director at Fentimans commented: “Set against a backdrop of continual change and the need to imagine what the future may look like, the inaugural Fentimans market report aims to stimulate thinking and provide relevant market intelligence to help operators who work in the industry make better business decisions and contribute towards shaping their future.”\r\n\r\n<strong>Download a free copy of the report here: <a href=\"http://www.fentimans.com/marketreport2019.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.fentimans.com/marketreport2019.pdf</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\" target=\"_blank\" rel=\"noopener noreferrer\">New vintage style cocktail glassware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/\" target=\"_blank\" rel=\"noopener noreferrer\">Media Alert: The New EFL Season Gets Underway on Sky Sports</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\" target=\"_blank\" rel=\"noopener noreferrer\">London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session</a></li>\r\n</ul>','Fentimans launches its first premium soft drinks and mixer report','','publish','closed','open','','fentimans-launches-soft-drinks-report','','https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\nhttps://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/','2019-07-02 13:52:33','2019-07-02 13:52:33','',0,'https://www.ontradeprogress.com/?p=5552',0,'post','',0),(5553,1,'2019-07-02 08:33:26','2019-07-02 08:33:26','<h1>Fentimans, the botanically brewed drinks maker has announced the launch of a data-driven report that offers a unique insight into the premium soft drinks and mixers market in the UK. As the most comprehensive evaluation yet, the report combines Fentimans’ deep knowledge of premium drinks with in-depth data and authoritative analysis from research consultancy CGA, as well as expert opinions of influencers, taste makers and leaders within the drinks industry.</h1>\r\nThe premium soft drinks and mixer category has grown 33% versus last year and is now worth a huge £517 million, accounting for 11.5% of the total category. Staggeringly this equates to nearly 12p of every £1 spent on soft drinks and mixers in the on-trade*. Fentimans further expands on this data, providing valuable insights for on-trade outlets to consider when developing their drinks offerings.\r\n\r\nThe report looks at the market from two points of view: that of consumers and their evolving needs and that of the businesses and brands that serve them. It explores consumer themes such as the rise of the everyday connoisseur, the need for memorable ‘insta’ moments and the increasing demand for healthy options such as no/low alcohol offerings. As well as highlighting on-trade market trends for outlets such as consumer drinking experiences, wellness of employees, sustainability and use of plastics.\r\n\r\nIn addition to the current findings, the report gazes into the future, predicting drinks trends we might see over the next few years. Some exciting findings that will undoubtedly inspire the market include the look to Japanese ingredients and styles in response to the country hosting 2020’s Olympics and Rugby World Cup, the increased use of fermentation in drinks, and the growing trend of using citrus alternatives like yuzu and bergamot.\r\n\r\nAndrew Jackson, marketing director at Fentimans commented: “Set against a backdrop of continual change and the need to imagine what the future may look like, the inaugural Fentimans market report aims to stimulate thinking and provide relevant market intelligence to help operators who work in the industry make better business decisions and contribute towards shaping their future.”\r\n\r\nDownload a free copy of the report here: <a href=\"http://www.fentimans.com/marketreport2019.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.fentimans.com/marketreport2019.pdf</a>','Fentimans launches first premium soft drinks and mixer report','','inherit','closed','closed','','5552-revision-v1','','','2019-07-02 08:33:26','2019-07-02 08:33:26','',5552,'https://www.ontradeprogress.com/2019/07/02/5552-revision-v1/',0,'revision','',0),(5554,1,'2019-07-02 08:39:00','2019-07-02 08:39:00','','Fentimans launches first premium soft drinks and mixer report','Fentimans launches first premium soft drinks and mixer report','inherit','closed','closed','','fentimans-new','','','2019-07-02 08:39:29','2019-07-02 08:39:29','',5552,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Fentimans-New.png',0,'attachment','image/png',0),(5555,1,'2019-07-02 08:41:02','2019-07-02 08:41:02','<h1>Fentimans, the botanically brewed drinks maker has announced the launch of a data-driven report that offers a unique insight into the premium soft drinks and mixers market in the UK. As the most comprehensive evaluation yet, the report combines Fentimans’ deep knowledge of premium drinks with in-depth data and authoritative analysis from research consultancy CGA, as well as expert opinions of influencers, taste makers and leaders within the drinks industry.</h1>\r\nThe premium soft drinks and mixer category has grown 33% versus last year and is now worth a huge £517 million, accounting for 11.5% of the total category. Staggeringly this equates to nearly 12p of every £1 spent on soft drinks and mixers in the on-trade*. Fentimans further expands on this data, providing valuable insights for on-trade outlets to consider when developing their drinks offerings.\r\n\r\nThe report looks at the market from two points of view: that of consumers and their evolving needs and that of the businesses and brands that serve them. It explores consumer themes such as the rise of the everyday connoisseur, the need for memorable ‘insta’ moments and the increasing demand for healthy options such as no/low alcohol offerings. As well as highlighting on-trade market trends for outlets such as consumer drinking experiences, wellness of employees, sustainability and use of plastics.\r\n\r\nIn addition to the current findings, the report gazes into the future, predicting drinks trends we might see over the next few years. Some exciting findings that will undoubtedly inspire the market include the look to Japanese ingredients and styles in response to the country hosting 2020’s Olympics and Rugby World Cup, the increased use of fermentation in drinks, and the growing trend of using citrus alternatives like yuzu and bergamot.\r\n\r\nAndrew Jackson, marketing director at Fentimans commented: “Set against a backdrop of continual change and the need to imagine what the future may look like, the inaugural Fentimans market report aims to stimulate thinking and provide relevant market intelligence to help operators who work in the industry make better business decisions and contribute towards shaping their future.”\r\n\r\n<strong>Download a free copy of the report here: <a href=\"http://www.fentimans.com/marketreport2019.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.fentimans.com/marketreport2019.pdf</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\" target=\"_blank\" rel=\"noopener noreferrer\">New vintage style cocktail glassware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/\" target=\"_blank\" rel=\"noopener noreferrer\">Media Alert: The New EFL Season Gets Underway on Sky Sports</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\" target=\"_blank\" rel=\"noopener noreferrer\">London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session</a></li>\r\n</ul>','Fentimans launches first premium soft drinks and mixer report','','inherit','closed','closed','','5552-revision-v1','','','2019-07-02 08:41:02','2019-07-02 08:41:02','',5552,'https://www.ontradeprogress.com/2019/07/02/5552-revision-v1/',0,'revision','',0),(5558,1,'2019-07-02 09:27:05','2019-07-02 09:27:05','<h1>Leading global beverage importer, Heathwick is bringing innovation and excitement to the imported craft beer market with the nationwide launch of new Foolproof Brewing Co from Pawtucket, Rhode Island.</h1>\r\nFoolproof is a newly emerging East coast American craft brewery that produces limited production seasonal and speciality brews and markets its beers by naming them after experiences or common drinking contexts for which each beer is intended.  Heathwick will be tapping into the trend towards more experience-based drinking occasions that offer the consumer something different.\r\n\r\n[caption id=\"attachment_5561\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5561\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/image011-300x300.jpg\" alt=\"Heathwick brings innovation to imported beer market\" width=\"300\" height=\"300\" /> Heathwick brings innovation to the imported beer market[/caption]\r\n\r\nPackaged in the popular 12 oz can format, four year-round beers will be making their debut in the UK from July, comprising:\r\n\r\n<strong><u>Foolproof Backyahd IPA</u></strong><strong>, </strong>6% ABV – an aggressively hopped American IPA with a tantalising hop aroma.  Available in 12oz cans and 30ltr keg.Pairs with: spicy food.  Experience: unspoken zen with a spatula in your hand...\r\n\r\n<strong><u>Foolproof Barstool American Golden Ale</u></strong>, 4.5% ABV – handcrafted from the freshest ingredients including two-row barley and speciality malts, and a blend of English and Czech hops.  Available in 12 oz can and 30 ltr keg.  Pairs with: burgers, chicken and lamb\r\nExperience – drinking at the bar with your buddies\r\n\r\n<strong><u>Foolproof Raincloud Robust Porter</u></strong>, 6.8%ABV – a rich and flavoursome porter brewed with chocolate and crystal malts and a subtle blend of European hops. Available in 12oz can and 30ltr keg. Pairs with: smoked foods, barbecue, sausage, rich strews, meats, bacon, chilli.  Experience: the perfect “stay at home” brew for a rainy day.\r\n\r\n<strong><u>Foolproof La Ferme Urbaine Farmhouse Ale</u></strong>, 7.8% ABV – a farmhouse ale influenced by the Belgian saison style.  Features a complex blend of German hops, pilsener and pale malts, wheat, rye, oats and spelt.   Available in 12oz cans. Pairs with: sausage, roast pork, braised meat dishes. Experience: the workday is done, and it\'s time to unwind...\r\n\r\n\"We are ecstatic to introduce Foolproof\'s brews to beer lovers across the UK and fortunate to be partnering with such a reputable and knowledgeable importer, Heathwick Ltd.,\" said Nick Garrison, president and founder of Foolproof Brewing Company. \"The UK has a proud beer culture deeply steeped in history and tradition, and Foolproof looks forward to showcasing the bold flavours, ingenuity, and creativity of our craft beers to the UK market.\"\r\n\r\n[caption id=\"attachment_5559\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5559\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/FOOLPROOF_UK_1-300x237.jpg\" alt=\"Heathwick brings innovation to imported beer market\" width=\"300\" height=\"237\" /> Heathwick brings innovation to the imported beer market[/caption]\r\n\r\nGraham Richardson, general manager at Heathwick, adds: “It’s important for the imported beer market to continue innovating in order to compete with the rapidly evolving UK market we see today.  We are launching Foolproof because it brings a different dimension into the UK market and is not just a ‘me-too’ brand.  Consumers are more adventurous than ever before and want to try new and exciting beers that offer a genuine point of difference.  We believe that Foolproof’s experience-based drinking occasions will fulfil these criteria and the UK beer drinker will welcome a new imported entrant. From the trade perspective, we will be supplying high-quality American craft beer competitively priced with comparable UK styles.”\r\n\r\nThe Foolproof range will be available to consumers nationally from Beers of Europe and the trade will find it at most major craft beer wholesalers from w/c 1.7.19. It will feature in 4<sup>th</sup> July events across the UK and be part of the international bottled beer range at the Great British Beer Festival this August.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Sixpoint Brewery, Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer. Heathwick also distributes a range of beers from Cameron’s Brewery in Hartlepool.   Contact  <a href=\"http://www.heathwick.com\">www.heathwick.com</a>   Tel:  020 7938 3991.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\">New vintage style cocktail glassware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n</ul>','Heathwick brings innovation to the imported beer market','','publish','closed','open','','heathwick-foolproof-pawtucket','','','2019-07-02 09:27:05','2019-07-02 09:27:05','',0,'https://www.ontradeprogress.com/?p=5558',0,'post','',0),(5559,1,'2019-07-02 09:23:10','2019-07-02 09:23:10','Heathwick brings innovation to imported beer market','Heathwick brings innovation to imported beer market','Heathwick brings innovation to imported beer market','inherit','closed','closed','','foolproof_uk_1','','','2019-07-02 09:23:32','2019-07-02 09:23:32','',5558,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/FOOLPROOF_UK_1.jpg',0,'attachment','image/jpeg',0),(5560,1,'2019-07-02 09:23:19','2019-07-02 09:23:19','','FOOLPROOF_UK_5','','inherit','closed','closed','','foolproof_uk_5','','','2019-07-02 09:23:19','2019-07-02 09:23:19','',5558,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/FOOLPROOF_UK_5.jpg',0,'attachment','image/jpeg',0),(5561,1,'2019-07-02 09:23:26','2019-07-02 09:23:26','Heathwick brings innovation to imported beer market','Heathwick brings innovation to imported beer market','Heathwick brings innovation to imported beer market','inherit','closed','closed','','image011','','','2019-07-02 09:24:18','2019-07-02 09:24:18','',5558,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/image011.jpg',0,'attachment','image/jpeg',0),(5562,1,'2019-07-02 09:23:41','2019-07-02 09:23:41','<h1>Leading global beverage importer, Heathwick is bringing innovation and excitement to the imported craft beer market with the nationwide launch of new Foolproof Brewing Co from Pawtucket, Rhode Island.</h1>\r\nFoolproof is a newly emerging East coast American craft brewery that produces limited production seasonal and speciality brews and markets its beers by naming them after experiences or common drinking contexts for which each beer is intended.  Heathwick will be tapping into the trend towards more experience-based drinking occasions that offer the consumer something different.\r\n\r\nPackaged in the popular 12 oz can format, four year-round beers will be making their debut in the UK from July, comprising:\r\n\r\n<strong><u>Foolproof Backyahd IPA</u></strong><strong>, </strong>6% ABV – an aggressively hopped American IPA with a tantalising hop aroma.  Available in 12oz cans and 30ltr keg.Pairs with: spicy food.  Experience: unspoken zen with a spatula in your hand...\r\n\r\n<strong><u>Foolproof Barstool American Golden Ale</u></strong>, 4.5% ABV – handcrafted from the freshest ingredients including two-row barley and speciality malts, and a blend of English and Czech hops.  Available in 12 oz can and 30 ltr keg.  Pairs with: burgers, chicken and lamb\r\nExperience – drinking at the bar with your buddies\r\n\r\n<strong><u>Foolproof Raincloud Robust Porter</u></strong>, 6.8%ABV – a rich and flavoursome porter brewed with chocolate and crystal malts and a subtle blend of European hops. Available in 12oz can and 30ltr keg. Pairs with: smoked foods, barbecue, sausage, rich strews, meats, bacon, chilli.  Experience: the perfect “stay at home” brew for a rainy day.\r\n\r\n<strong><u>Foolproof La Ferme Urbaine Farmhouse Ale</u></strong>, 7.8% ABV – a farmhouse ale influenced by the Belgian saison style.  Features a complex blend of German hops, pilsener and pale malts, wheat, rye, oats and spelt.   Available in 12oz cans. Pairs with: sausage, roast pork, braised meat dishes. Experience: the workday is done, and it\'s time to unwind...\r\n\r\n\"We are ecstatic to introduce Foolproof\'s brews to beer lovers across the UK and fortunate to be partnering with such a reputable and knowledgeable importer, Heathwick Ltd.,\" said Nick Garrison, president and founder of Foolproof Brewing Company. \"The UK has a proud beer culture deeply steeped in history and tradition, and Foolproof looks forward to showcasing the bold flavours, ingenuity, and creativity of our craft beers to the UK market.\"\r\n\r\nGraham Richardson, general manager at Heathwick, adds: “It’s important for the imported beer market to continue innovating in order to compete with the rapidly evolving UK market we see today.  We are launching Foolproof because it brings a different dimension into the UK market and is not just a ‘me-too’ brand.  Consumers are more adventurous than ever before and want to try new and exciting beers that offer a genuine point of difference.  We believe that Foolproof’s experience-based drinking occasions will fulfil this criteria and the UK beer drinker will welcome a new imported entrant. From the trade perspective, we will be supplying high quality American craft beer competitively priced with comparable UK styles.”\r\n\r\nThe Foolproof range will be available to consumers nationally from Beers of Europe and the trade will find it at most major craft beer wholesalers from w/c 1.7.19. It will feature in 4<sup>th</sup> July events across the UK and be part of the international bottled beer range at the Great British Beer Festival this August.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Sixpoint Brewery, Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer. Heathwick also distributes a range of beers from Cameron’s Brewery in Hartlepool.   Contact  <a href=\"http://www.heathwick.com\">www.heathwick.com</a>   Tel:  020 7938 3991.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\">New vintage style cocktail glassware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n</ul>','Heathwick brings innovation to imported beer market','','inherit','closed','closed','','5558-revision-v1','','','2019-07-02 09:23:41','2019-07-02 09:23:41','',5558,'https://www.ontradeprogress.com/2019/07/02/5558-revision-v1/',0,'revision','',0),(5563,1,'2019-07-02 09:25:20','2019-07-02 09:25:20','<h1>Leading global beverage importer, Heathwick is bringing innovation and excitement to the imported craft beer market with the nationwide launch of new Foolproof Brewing Co from Pawtucket, Rhode Island.</h1>\r\nFoolproof is a newly emerging East coast American craft brewery that produces limited production seasonal and speciality brews and markets its beers by naming them after experiences or common drinking contexts for which each beer is intended.  Heathwick will be tapping into the trend towards more experience-based drinking occasions that offer the consumer something different.\r\n\r\n[caption id=\"attachment_5561\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5561\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/image011-300x300.jpg\" alt=\"Heathwick brings innovation to imported beer market\" width=\"300\" height=\"300\" /> Heathwick brings innovation to the imported beer market[/caption]\r\n\r\nPackaged in the popular 12 oz can format, four year-round beers will be making their debut in the UK from July, comprising:\r\n\r\n<strong><u>Foolproof Backyahd IPA</u></strong><strong>, </strong>6% ABV – an aggressively hopped American IPA with a tantalising hop aroma.  Available in 12oz cans and 30ltr keg.Pairs with: spicy food.  Experience: unspoken zen with a spatula in your hand...\r\n\r\n<strong><u>Foolproof Barstool American Golden Ale</u></strong>, 4.5% ABV – handcrafted from the freshest ingredients including two-row barley and speciality malts, and a blend of English and Czech hops.  Available in 12 oz can and 30 ltr keg.  Pairs with: burgers, chicken and lamb\r\nExperience – drinking at the bar with your buddies\r\n\r\n<strong><u>Foolproof Raincloud Robust Porter</u></strong>, 6.8%ABV – a rich and flavoursome porter brewed with chocolate and crystal malts and a subtle blend of European hops. Available in 12oz can and 30ltr keg. Pairs with: smoked foods, barbecue, sausage, rich strews, meats, bacon, chilli.  Experience: the perfect “stay at home” brew for a rainy day.\r\n\r\n<strong><u>Foolproof La Ferme Urbaine Farmhouse Ale</u></strong>, 7.8% ABV – a farmhouse ale influenced by the Belgian saison style.  Features a complex blend of German hops, pilsener and pale malts, wheat, rye, oats and spelt.   Available in 12oz cans. Pairs with: sausage, roast pork, braised meat dishes. Experience: the workday is done, and it\'s time to unwind...\r\n\r\n\"We are ecstatic to introduce Foolproof\'s brews to beer lovers across the UK and fortunate to be partnering with such a reputable and knowledgeable importer, Heathwick Ltd.,\" said Nick Garrison, president and founder of Foolproof Brewing Company. \"The UK has a proud beer culture deeply steeped in history and tradition, and Foolproof looks forward to showcasing the bold flavours, ingenuity, and creativity of our craft beers to the UK market.\"\r\n\r\n[caption id=\"attachment_5559\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5559\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/FOOLPROOF_UK_1-300x237.jpg\" alt=\"Heathwick brings innovation to imported beer market\" width=\"300\" height=\"237\" /> Heathwick brings innovation to the imported beer market[/caption]\r\n\r\nGraham Richardson, general manager at Heathwick, adds: “It’s important for the imported beer market to continue innovating in order to compete with the rapidly evolving UK market we see today.  We are launching Foolproof because it brings a different dimension into the UK market and is not just a ‘me-too’ brand.  Consumers are more adventurous than ever before and want to try new and exciting beers that offer a genuine point of difference.  We believe that Foolproof’s experience-based drinking occasions will fulfil these criteria and the UK beer drinker will welcome a new imported entrant. From the trade perspective, we will be supplying high-quality American craft beer competitively priced with comparable UK styles.”\r\n\r\nThe Foolproof range will be available to consumers nationally from Beers of Europe and the trade will find it at most major craft beer wholesalers from w/c 1.7.19. It will feature in 4<sup>th</sup> July events across the UK and be part of the international bottled beer range at the Great British Beer Festival this August.\r\n\r\nHeathwick imports and distributes a range of unique beverages including American craft beers from Sixpoint Brewery, Fordham &amp; Dominion, Saugatuck Brewing Co and Tailgate beer. Heathwick also distributes a range of beers from Cameron’s Brewery in Hartlepool.   Contact  <a href=\"http://www.heathwick.com\">www.heathwick.com</a>   Tel:  020 7938 3991.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\">New vintage style cocktail glassware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/\">It’s time for a pre-Brexit buying guide – Lynx Purchasing</a></li>\r\n</ul>','Heathwick brings innovation to the imported beer market','','inherit','closed','closed','','5558-revision-v1','','','2019-07-02 09:25:20','2019-07-02 09:25:20','',5558,'https://www.ontradeprogress.com/2019/07/02/5558-revision-v1/',0,'revision','',0),(5564,1,'2019-07-02 09:51:40','2019-07-02 09:51:40','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate &amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\r\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\r\n\r\n<strong>The Fab Four</strong>\r\n\r\n<strong>Triple Chocolate Cheesecake (12 x 112.5g portions)</strong> - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\r\n\r\n[caption id=\"attachment_5565\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-5565\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHEESECAKE-GROUP-SHOT-001-RT-200x300.jpg\" alt=\"Country Range launches four new desserts\" width=\"200\" height=\"300\" /> Country Range launches four new desserts[/caption]\r\n\r\n<strong>White Chocolate and Raspberry Cheesecake (12 x 95.8g portions)</strong> - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\r\n\r\n<strong>Salted Caramel Cheesecake (12 x 133.3g portions)</strong> - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\r\n\r\n<strong>Chocolate and Cherry Mousse Cake (12 x 108g portions)</strong> - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\r\n\r\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\r\n\r\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\r\n\r\n<strong>About the Country Range Group</strong>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\">Heathwick brings innovation to the imported beer market</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n</ul>','Country Range launches four new desserts','','publish','closed','open','','country-range-launches-four-new-desserts','','\nhttps://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/','2019-07-02 14:18:28','2019-07-02 14:18:28','',0,'https://www.ontradeprogress.com/?p=5564',0,'post','',0),(5565,1,'2019-07-02 09:32:26','2019-07-02 09:32:26','Country Range launches four new desserts','Country Range launches four new desserts','Country Range launches four new desserts','inherit','closed','closed','','country-range-group-food-shoot-16-05-2019','','','2019-07-02 09:50:56','2019-07-02 09:50:56','',5564,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHEESECAKE-GROUP-SHOT-001-RT.jpg',0,'attachment','image/jpeg',0),(5566,1,'2019-07-02 09:32:30','2019-07-02 09:32:30','','COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)','COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)','inherit','closed','closed','','country-range-group-food-shoot-16-05-2019-2','','','2019-07-02 09:32:30','2019-07-02 09:32:30','',5564,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHOC-CHERRY-MOUSE-CAKE-001-RT.jpg',0,'attachment','image/jpeg',0),(5567,1,'2019-07-02 09:32:34','2019-07-02 09:32:34','Country Range launches four new desserts','Country Range launches four new desserts','Country Range launches four new desserts','inherit','closed','closed','','country-range-group-food-shoot-16-05-2019-3','','','2019-07-02 09:48:51','2019-07-02 09:48:51','',5564,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/RASPBERRY-WHT-CHOC-CHEESECAKE-001-RT.jpg',0,'attachment','image/jpeg',0),(5568,1,'2019-07-02 09:32:37','2019-07-02 09:32:37','','COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)','COUNTRY RANGE GROUP (FOOD SHOOT 16.05.2019)','inherit','closed','closed','','country-range-group-food-shoot-16-05-2019-4','','','2019-07-02 09:32:37','2019-07-02 09:32:37','',5564,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/SALTED-CARAMEL-CHEESECAKE-001-RT.jpg',0,'attachment','image/jpeg',0),(5569,1,'2019-07-02 09:32:41','2019-07-02 09:32:41','Country Range launches four new desserts','Country Range launches four new desserts','Country Range launches four new desserts','inherit','closed','closed','','country-range-group-food-shoot-16-05-2019-5','','','2019-07-02 09:44:40','2019-07-02 09:44:40','',5564,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT.jpg',0,'attachment','image/jpeg',0),(5570,1,'2019-07-02 09:44:49','2019-07-02 09:44:49','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate&amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\r\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\r\n\r\n<strong>The Fab Four</strong>\r\n\r\nTriple Chocolate Cheesecake (12 x 112.5g portions) - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\r\n\r\nWhite Chocolate and Raspberry Cheesecake (12 x 95.8g portions) - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\r\n\r\nSalted Caramel Cheesecake (12 x 133.3g portions) - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\r\n\r\nChocolate and Cherry Mousse Cake (12 x 108g portions) - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\r\n\r\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\r\n\r\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\r\n\r\n<strong>About the Country Range Group</strong>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range launches four new desserts','','inherit','closed','closed','','5564-revision-v1','','','2019-07-02 09:44:49','2019-07-02 09:44:49','',5564,'https://www.ontradeprogress.com/2019/07/02/5564-revision-v1/',0,'revision','',0),(5571,1,'2019-07-02 09:48:01','2019-07-02 09:48:01','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate&amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\r\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\r\n\r\n<strong>The Fab Four</strong>\r\n\r\n[caption id=\"attachment_5569\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5569\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-e1562060775428-300x167.jpg\" alt=\"Country Range launches four new desserts\" width=\"300\" height=\"167\" /> Country Range launches four new desserts[/caption]\r\n\r\n<strong>Triple Chocolate Cheesecake (12 x 112.5g portions)</strong> - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\r\n\r\n&nbsp;\r\n\r\n<strong>White Chocolate and Raspberry Cheesecake (12 x 95.8g portions)</strong> - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\r\n\r\n<strong>Salted Caramel Cheesecake (12 x 133.3g portions)</strong> - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\r\n\r\n<strong>Chocolate and Cherry Mousse Cake (12 x 108g portions)</strong> - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\r\n\r\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\r\n\r\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\r\n\r\n<strong>About the Country Range Group</strong>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range launches four new desserts','','inherit','closed','closed','','5564-revision-v1','','','2019-07-02 09:48:01','2019-07-02 09:48:01','',5564,'https://www.ontradeprogress.com/2019/07/02/5564-revision-v1/',0,'revision','',0),(5572,1,'2019-07-02 09:49:24','2019-07-02 09:49:24','Country Range launches four new desserts','Country Range launches four new desserts','Country Range launches four new desserts','inherit','closed','closed','','country-range-group-food-shoot-16-05-2019-6','','','2019-07-02 09:50:01','2019-07-02 09:50:01','',5564,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/TRIPLE-CHOC-CHEESECAKE-001-RT-1.jpg',0,'attachment','image/jpeg',0),(5573,1,'2019-07-02 09:51:40','2019-07-02 09:51:40','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate&amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\r\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\r\n\r\n<strong>The Fab Four</strong>\r\n\r\n<strong>Triple Chocolate Cheesecake (12 x 112.5g portions)</strong> - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\r\n\r\n[caption id=\"attachment_5565\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-5565\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHEESECAKE-GROUP-SHOT-001-RT-200x300.jpg\" alt=\"Country Range launches four new desserts\" width=\"200\" height=\"300\" /> Country Range launches four new desserts[/caption]\r\n\r\n<strong>White Chocolate and Raspberry Cheesecake (12 x 95.8g portions)</strong> - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\r\n\r\n<strong>Salted Caramel Cheesecake (12 x 133.3g portions)</strong> - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\r\n\r\n<strong>Chocolate and Cherry Mousse Cake (12 x 108g portions)</strong> - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\r\n\r\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\r\n\r\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\r\n\r\n<strong>About the Country Range Group</strong>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk','Country Range launches four new desserts','','inherit','closed','closed','','5564-revision-v1','','','2019-07-02 09:51:40','2019-07-02 09:51:40','',5564,'https://www.ontradeprogress.com/2019/07/02/5564-revision-v1/',0,'revision','',0),(5574,1,'2019-07-02 10:20:47','2019-07-02 10:20:47','<h1>Namibian #PureBeer brand Windhoek Lager has completed its year-long UK fundraising campaign after hitting its £5,000 target for Save the Rhino International. Collaborating with bars, pubs, retailers, rugby players and consumers, a wide range of fundraising activities have been run in the past year.</h1>\r\nThe campaign began with a Windhoek Lager UK representative running the Hackney Half marathon in a rhino suit before a series of in-outlet events last summer, including a charity pig racing night at the award-winning Pig &amp; Whistle pub in Wandsworth and a weekly charity live music night at the Brighton Rocks bar on the south coast.\r\n\r\nThree more Windhoek warriors completed charity runs in April and May this year and the brand has also recently linked up with Namibian Rugby captain Renaldo Bothma, who currently plays for Harlequins.\r\n\r\nAs part of the collaboration, Renaldo’s fashion company <strong>botthms</strong> has designed and produced 1,000 pairs of exclusive rhino and Windhoek Lager socks, which are now on sale for £8.99 on his website –<a href=\"http://www.botthms.com/rhinos/\">www.botthms.com/rhinos/</a>.\r\n\r\nFifty per cent of the profits from the sale of each pair of socks will be donated to the campaign so it’s hoped that the initial £5,000 target can be further increased. For details visit - <a href=\"https://uk.virginmoneygiving.com/RenaldoBothma\">https://uk.virginmoneygiving.com/RenaldoBothma</a>\r\n\r\n[caption id=\"attachment_5576\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5576\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rhino-socks-300x300.jpg\" alt=\"Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l\" width=\"300\" height=\"300\" /> Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l[/caption]\r\n\r\n<strong>Windhoek Lager Export Manager Antonio Simoes said:</strong>\r\n\r\n“We’re so proud to have hit our target and to have raised some much-needed funds for a charity doing incredible work to help save such awe-inspiring animals.  I want to say a special thanks to everyone who has got involved, donated to and supported the campaign as without their generosity this wouldn’t have been possible.”\r\n\r\n<strong>Michaela Butorova, Partnerships Manager from Save the Rhino International, said:</strong>\r\n\r\n“On behalf of everyone at Save the Rhino International, I would like to say a huge thank you to Namibia Breweries team for exceeding their goal and reaching an amazing through their fantastic fundraising efforts!  It has been brilliant to see all of the different events and activities the brewery and their partners have been getting involved in. From the Piggy Racing night, Brighton Rocks bar and Botthms socks, to the Hackney Half, their commitment to raising funds and awareness has been incredible, and we greatly appreciate their dedication to protecting rhinos in the wild.”\r\n\r\n<a href=\"http://uk.virginmoneygiving.com/fund/WindhoekBeerUK\" target=\"_blank\" rel=\"noopener noreferrer\">http://uk.virginmoneygiving.com/fund/WindhoekBeerUK </a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\" target=\"_blank\" rel=\"noopener noreferrer\">Country Range launches four new desserts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\" target=\"_blank\" rel=\"noopener noreferrer\">Heathwick brings innovation to the imported beer market</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\" target=\"_blank\" rel=\"noopener noreferrer\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n</ul>','Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International','','publish','closed','open','','windhoek-fundraising-rhino-international','','\nhttps://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/','2019-07-03 08:52:29','2019-07-03 08:52:29','',0,'https://www.ontradeprogress.com/?p=5574',0,'post','',0),(5575,1,'2019-07-02 10:03:06','2019-07-02 10:03:06','','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l','inherit','closed','closed','','proud-to-support-sri','','','2019-07-02 10:18:28','2019-07-02 10:18:28','',5574,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Proud-to-Support-SRI.jpg',0,'attachment','image/jpeg',0),(5576,1,'2019-07-02 10:03:09','2019-07-02 10:03:09','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l','Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l','inherit','closed','closed','','rhino-socks','','','2019-07-02 10:20:05','2019-07-02 10:20:05','',5574,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rhino-socks.jpg',0,'attachment','image/jpeg',0),(5577,1,'2019-07-02 10:18:33','2019-07-02 10:18:33','<h1>Namibian #PureBeer brand Windhoek Lager has completed its year-long UK fundraising campaign after hitting its £5,000 target for Save the Rhino International. Collaborating with bars, pubs, retailers, rugby players and consumers, a wide range of fundraising activities have been run in the past year.</h1>\r\nThe campaign began with a Windhoek Lager UK representative running the Hackney Half marathon in a rhino suit before a series of in-outlet events last summer, including a charity pig racing night at the award-winning Pig &amp; Whistle pub in Wandsworth and a weekly charity live music night at the Brighton Rocks bar on the south coast.\r\n\r\nThree more Windhoek warriors completed charity runs in April and May this year and the brand has also recently linked up with Namibian Rugby captain Renaldo Bothma, who currently plays for Harlequins.\r\n\r\nAs part of the collaboration, Renaldo’s fashion company <strong>botthms</strong> has designed and produced 1,000 pairs of exclusive rhino and Windhoek Lager socks, which are now on sale for £8.99 on his website –<a href=\"http://www.botthms.com/rhinos/\">www.botthms.com/rhinos/</a>.\r\n\r\nFifty per cent of the profits from the sale of each pair of socks will be donated to the campaign so it’s hoped that the initial £5,000 target can be further increased. For details visit - <a href=\"https://uk.virginmoneygiving.com/RenaldoBothma\">https://uk.virginmoneygiving.com/RenaldoBothma</a>\r\n\r\n<strong>Windhoek Lager Export Manager Antonio Simoes said:</strong>\r\n\r\n“We’re so proud to have hit our target and to have raised some much-needed funds for a charity doing incredible work to help save such awe-inspiring animals.  I want to say a special thanks to everyone who has got involved, donated to and supported the campaign as without their generosity this wouldn’t have been possible.”\r\n\r\n<strong>Michaela Butorova, Partnerships Manager from Save the Rhino International, said:</strong>\r\n\r\n“On behalf of everyone at Save the Rhino International, I would like to say a huge thank you to Namibia Breweries team for exceeding their goal and reaching an amazing through their fantastic fundraising efforts!  It has been brilliant to see all of the different events and activities the brewery and their partners have been getting involved in. From the Piggy Racing night, Brighton Rocks bar and Botthms socks, to the Hackney Half, their commitment to raising funds and awareness has been incredible, and we greatly appreciate their dedication to protecting rhinos in the wild.”\r\n\r\n<a href=\"http://uk.virginmoneygiving.com/fund/WindhoekBeerUK\" target=\"_blank\" rel=\"noopener noreferrer\">http://uk.virginmoneygiving.com/fund/WindhoekBeerUK </a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\" target=\"_blank\" rel=\"noopener noreferrer\">Country Range launches four new desserts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\" target=\"_blank\" rel=\"noopener noreferrer\">Heathwick brings innovation to the imported beer market</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\" target=\"_blank\" rel=\"noopener noreferrer\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n</ul>','Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International','','inherit','closed','closed','','5574-revision-v1','','','2019-07-02 10:18:33','2019-07-02 10:18:33','',5574,'https://www.ontradeprogress.com/2019/07/02/5574-revision-v1/',0,'revision','',0),(5578,1,'2019-07-02 10:20:47','2019-07-02 10:20:47','<h1>Namibian #PureBeer brand Windhoek Lager has completed its year-long UK fundraising campaign after hitting its £5,000 target for Save the Rhino International. Collaborating with bars, pubs, retailers, rugby players and consumers, a wide range of fundraising activities have been run in the past year.</h1>\r\nThe campaign began with a Windhoek Lager UK representative running the Hackney Half marathon in a rhino suit before a series of in-outlet events last summer, including a charity pig racing night at the award-winning Pig &amp; Whistle pub in Wandsworth and a weekly charity live music night at the Brighton Rocks bar on the south coast.\r\n\r\nThree more Windhoek warriors completed charity runs in April and May this year and the brand has also recently linked up with Namibian Rugby captain Renaldo Bothma, who currently plays for Harlequins.\r\n\r\nAs part of the collaboration, Renaldo’s fashion company <strong>botthms</strong> has designed and produced 1,000 pairs of exclusive rhino and Windhoek Lager socks, which are now on sale for £8.99 on his website –<a href=\"http://www.botthms.com/rhinos/\">www.botthms.com/rhinos/</a>.\r\n\r\nFifty per cent of the profits from the sale of each pair of socks will be donated to the campaign so it’s hoped that the initial £5,000 target can be further increased. For details visit - <a href=\"https://uk.virginmoneygiving.com/RenaldoBothma\">https://uk.virginmoneygiving.com/RenaldoBothma</a>\r\n\r\n[caption id=\"attachment_5576\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5576\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rhino-socks-300x300.jpg\" alt=\"Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l\" width=\"300\" height=\"300\" /> Windhoek Lager completes fundraising challenge for Save the Rhino Int\'l[/caption]\r\n\r\n<strong>Windhoek Lager Export Manager Antonio Simoes said:</strong>\r\n\r\n“We’re so proud to have hit our target and to have raised some much-needed funds for a charity doing incredible work to help save such awe-inspiring animals.  I want to say a special thanks to everyone who has got involved, donated to and supported the campaign as without their generosity this wouldn’t have been possible.”\r\n\r\n<strong>Michaela Butorova, Partnerships Manager from Save the Rhino International, said:</strong>\r\n\r\n“On behalf of everyone at Save the Rhino International, I would like to say a huge thank you to Namibia Breweries team for exceeding their goal and reaching an amazing through their fantastic fundraising efforts!  It has been brilliant to see all of the different events and activities the brewery and their partners have been getting involved in. From the Piggy Racing night, Brighton Rocks bar and Botthms socks, to the Hackney Half, their commitment to raising funds and awareness has been incredible, and we greatly appreciate their dedication to protecting rhinos in the wild.”\r\n\r\n<a href=\"http://uk.virginmoneygiving.com/fund/WindhoekBeerUK\" target=\"_blank\" rel=\"noopener noreferrer\">http://uk.virginmoneygiving.com/fund/WindhoekBeerUK </a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\" target=\"_blank\" rel=\"noopener noreferrer\">Country Range launches four new desserts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\" target=\"_blank\" rel=\"noopener noreferrer\">Heathwick brings innovation to the imported beer market</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\" target=\"_blank\" rel=\"noopener noreferrer\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n</ul>','Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International','','inherit','closed','closed','','5574-revision-v1','','','2019-07-02 10:20:47','2019-07-02 10:20:47','',5574,'https://www.ontradeprogress.com/2019/07/02/5574-revision-v1/',0,'revision','',0),(5579,1,'2019-07-02 10:21:51','2019-07-02 10:21:51','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate&amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\r\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\r\n\r\n<strong>The Fab Four</strong>\r\n\r\n<strong>Triple Chocolate Cheesecake (12 x 112.5g portions)</strong> - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\r\n\r\n[caption id=\"attachment_5565\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-5565\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHEESECAKE-GROUP-SHOT-001-RT-200x300.jpg\" alt=\"Country Range launches four new desserts\" width=\"200\" height=\"300\" /> Country Range launches four new desserts[/caption]\r\n\r\n<strong>White Chocolate and Raspberry Cheesecake (12 x 95.8g portions)</strong> - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\r\n\r\n<strong>Salted Caramel Cheesecake (12 x 133.3g portions)</strong> - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\r\n\r\n<strong>Chocolate and Cherry Mousse Cake (12 x 108g portions)</strong> - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\r\n\r\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\r\n\r\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\r\n\r\n<strong>About the Country Range Group</strong>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\">Heathwick brings innovation to the imported beer market</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n</ul>','Country Range launches four new desserts','','inherit','closed','closed','','5564-revision-v1','','','2019-07-02 10:21:51','2019-07-02 10:21:51','',5564,'https://www.ontradeprogress.com/2019/07/02/5564-revision-v1/',0,'revision','',0),(5580,1,'2019-07-02 11:04:10','2019-07-02 11:04:10','<h1>Sure to be the star of any kitchen, the MARENO Star 110 series from Grande Cuisine provides the ideal solution to creating a central cooking island that makes it simple to work on two fronts where space is limited.</h1>\r\nBased on the original and highly successful MARENO range, the Star 110 has been updated and aesthetically redesigned, while technical improvements have increased its power output by 40%, creating a workspace that is not only good-looking, ergonomic, and comfortable to use, but also extremely efficient.\r\n\r\nThe all-important 110cm wide central block is designed to optimise work organisation with centrally positioned cooking zones, pass-through ovens and bases so that several chefs can work together in harmony. The variety of the range, plus its modular flexibility, allows the Star 110 to offer made-to-measure solutions, with appliances aligned either side by side, or back-to-back, to suit any operation.\r\n\r\nThe iconic controls, with their unmistakable star-shaped design, are the inspiration for the Star name. An updated design makes them more ergonomic, stylish, sturdy and durable. A raised mark, highlighted in blue, allows the user to quickly determine which setting the knob is adjusted to with a touch of the hand. The new handles blend seamlessly with the modern pressed doors and enhanced grip.\r\n\r\n[caption id=\"attachment_5582\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5582\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/MARENO-STAR-110-suite-300x217.jpg\" alt=\"Grande Cuisine promises a versatile solution courtesy of Mareno\" width=\"300\" height=\"217\" /> Grande Cuisine promises a versatile solution courtesy of Mareno[/caption]\r\n\r\nGas ranges in the Star 110 range are equipped with high-yield (over 60%) open burners providing rapid power and cooking, ensuring fuel savings of between 20% and 30% a year when compared to more traditional style burners. Press-moulded frying vats come with a generous cold zone that guarantees perfect frying, while the static oven has a cast iron base and provides precise, uniform cooking. In addition, the pasta cooker features a built-in safety system that prevents it from operating without water in the tank. Among other items within the portfolio are traditional style solid gas or electric tops, gas wok ranges, single zone and multiple zone induction tops, lava stones and electric grills, all highly productive, easy to operate and simple to keep clean.\r\n\r\nOne of the most complete ranges on the market, the Mareno Star 110 offers over 70 different modules giving multiple configurations and layout options that can be tailored to each client’s requirement.\r\n\r\nFor more information on the outstanding Mareno Star 110 range or for details of other ranges in the Grande Cuisine portfolio, visit <a href=\"http://www.grandecuisine.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.grandecuisine.co.uk</a> or call 01908 745540.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\" target=\"_blank\" rel=\"noopener noreferrer\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\" target=\"_blank\" rel=\"noopener noreferrer\">Country Range launches four new desserts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\" target=\"_blank\" rel=\"noopener noreferrer\">Heathwick brings innovation to the imported beer market</a></li>\r\n</ul>','Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno','','publish','closed','open','','grande-cuisine-mareno','','\nhttps://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/','2019-07-02 11:04:10','2019-07-02 11:04:10','',0,'https://www.ontradeprogress.com/?p=5580',0,'post','',0),(5581,1,'2019-07-02 10:28:34','2019-07-02 10:28:34','<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\" align=\"center\">UKHospitality, the single, authoritative voice for the hospitality sector, has hailed the launch of a Sector Deal for Tourism as a landmark moment. The announcement by the Government will see the sector prioritised and recognised as a key driver of future economic growth and vital to the prosperity of the UK.</p>\r\n<p align=\"center\"></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">Launched by the Prime Minister today, the Sector Deal is an agreement with Government to prioritise and support the sector as a driver of economic growth and job creation. It will see the creation of a Hospitality and Tourism Skills Board, promoting hospitality as a career of choice, supporting and funding a 3-year industry-led skills and recruitment campaign.</p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">In addition, the deal would see local Tourism Zones created, a new Business Events strategy and significant investment in infrastructure and connectivity.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><strong>Kate Nicholls, CEO UKHospitality, said:</strong> “This Sector Deal marks a tremendous moment for all of us in the hospitality, tourism and leisure industries. The move will be absolutely critical in changing the perception of the sector within Government and the wider public opinion, and acknowledges that hospitality is key to the country’s economic growth.</p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">“Tourism and hospitality are inextricably linked, with over 80% of tourism jobs within hospitality, so this will have a positive impact on our ability to recruit and retain the people we need. UKHospitality has worked tirelessly to ensure that the Government understands the importance of our vital industry and we look forward to continuing this partnership, with positive action to secure the future workforce for our sector.”</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><strong>Nick Varney, UKHospitality Chairman and CEO of Merlin Entertainments, said:</strong> “I welcome the announcement of this Sector Deal, which is an acknowledgement by Government of the critical role tourism and hospitality plays in the future of the UK economy. Realisation of this opportunity coincides with consumers’ increasing desire for experiences; whether that’s a high-quality stay, a delicious meal or a fun day out.</p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">“I hope this agreement will act as a catalyst for greater cooperation and connectivity between our industry, Government and other stakeholder groups in supporting tourism and hospitality as the choice for investment and the place for an exciting and rewarding career.”</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><strong>Co-Chair of the Tourism Industry Council, Simon Vincent OBE, who is EVP &amp; President, EMEA, of Hilton added:</strong> “The Tourism Sector Deal is an important vote of confidence in the UK tourism industry, providing a long-term vision which reflects the skills and innovation in our sector and will help ensure we continue to thrive in a highly competitive global market.”</p>\r\n&nbsp;\r\n<h2 style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><strong><span style=\"font-family: \'Calibri\',sans-serif;\">Leading UKH members welcome deal</span></strong></h2>\r\n&nbsp;\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><strong>Nick Mackenzie, CEO at Greene King</strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">“We welcome the Government’s announcement of this Sector Deal, which recognises the important role of the industry in the UK’s economic growth. We are proud of Greene King’s contribution to the industry, employing 38,000 people. We are also one of the largest hospitality sector providers of apprenticeships in the UK and have supported more than 11,000 team members through apprenticeships since 2011. We are looking forward to working with government and the industry through the Sector Deal, which will help us support more people who are interested in a career in hospitality and tourism.”</p>\r\n&nbsp;\r\n<p style=\"line-height: 150%; margin: 0cm 0cm 8pt; text-align: left;\"><span style=\"color: #333333;\"><strong>Thomas Dubaere, COO of Accor Northern Europe</strong>\r\n“This announcement is welcome recognition of the significant role the tourism and hospitality industry plays right across the UK economy. The sector employs one in ten people in the UK, whose skills are required daily to represent the nation to the world. </span></p>\r\n<p style=\"line-height: 150%; margin: 0cm 0cm 8pt; text-align: left;\"><span style=\"color: #333333;\">“The number of people employed in accommodation and food service has risen by 18% in the last decade. At Accor, we are investing heavily in the UK, helping to ensure people can capitalise on their talent and the opportunities the sector provides. We believe the Sector Deal will highlight both the range of high value career paths and the economic benefit our industry offers.”</span></p>\r\n&nbsp;\r\n<p style=\"line-height: 150%; margin: 0cm 0cm 8pt; text-align: left;\"><strong>Tim Doubleday, Group CFO at Burger King UK</strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">“The tourism and eating-out industries are intrinsically linked so a sector deal for tourism that will positively impact UK hospitality businesses is to be welcomed. As a global business and one of the most well-known brands in the UK, we are committed to ensuring our employees are given every opportunity to grow and develop in their careers, and this deal will support us in that commitment.”</p>\r\n<strong>Bob Ivell, Chairman at Mitchells &amp; Butlers</strong>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\">“As a leading employer of people working in pubs, bars and restaurants across the UK, this new Sector Deal is great news for us and the country’s hospitality businesses. This deal will be a game-changer, moving the sector up the agenda and increasing employment opportunities in both hospitality and tourism.”</p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><strong>Steve Holmes, CEO of Azzuri Group</strong></p>\r\n<p style=\"margin: 0cm 0cm 0.0001pt; line-height: 150%; text-align: left;\"><span style=\"color: #333333;\">“Azzurri welcomes this 10th Sector Deal with Government. The hospitality industry is a significant contributor to the UK economy and a major employer, particularly for young people. We are encouraged that this is gaining more recognition in Government and more generally and look forward to building greater support for the sector in future.”</span></p>','UKHospitality welcomes landmark Sector Deal after extensive campaigning','','inherit','closed','closed','','5580-revision-v1','','','2019-07-02 10:28:34','2019-07-02 10:28:34','',5580,'https://www.ontradeprogress.com/2019/07/02/5580-revision-v1/',0,'revision','',0),(5582,1,'2019-07-02 10:59:35','2019-07-02 10:59:35','Grande Cuisine promises a versatile solution courtesy of Mareno','Grande Cuisine promises a versatile solution courtesy of Mareno','Grande Cuisine promises a versatile solution courtesy of Mareno','inherit','closed','closed','','mareno-star-110-suite','','','2019-07-02 10:59:56','2019-07-02 10:59:56','',5580,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/MARENO-STAR-110-suite.jpg',0,'attachment','image/jpeg',0),(5583,1,'2019-07-02 11:01:24','2019-07-02 11:01:24','<h1>Sure to be the star of any kitchen, the MARENO Star 110 series from Grande Cuisine provides the ideal solution to creating a central cooking island that makes it simple to work on two fronts where space is limited.</h1>\r\nBased on the original and highly successful MARENO range, the Star 110 has been updated and aesthetically redesigned, while technical improvements have increased its power output by 40%, creating a workspace that is not only good-looking, ergonomic, and comfortable to use, but also extremely efficient.\r\n\r\nThe all-important 110cm wide central block is designed to optimise work organisation with centrally positioned cooking zones, pass-through ovens and bases so that several chefs can work together in harmony. The variety of the range, plus its modular flexibility, allows the Star 110 to offer made-to-measure solutions, with appliances aligned either side by side, or back-to-back, to suit any operation.\r\n\r\nThe iconic controls, with their unmistakable star-shaped design, are the inspiration for the Star name. An updated design makes them more ergonomic, stylish, sturdy and durable. A raised mark, highlighted in blue, allows the user to quickly determine which setting the knob is adjusted to with a touch of the hand. The new handles blend seamlessly with the modern pressed doors and enhanced grip.\r\n\r\n[caption id=\"attachment_5582\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5582\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/MARENO-STAR-110-suite-300x217.jpg\" alt=\"Grande Cuisine promises a versatile solution courtesy of Mareno\" width=\"300\" height=\"217\" /> Grande Cuisine promises a versatile solution courtesy of Mareno[/caption]\r\n\r\nGas ranges in the Star 110 range are equipped with high-yield (over 60%) open burners providing rapid power and cooking, ensuring fuel savings of between 20% and 30% a year when compared to more traditional style burners. Press-moulded frying vats come with a generous cold zone that guarantees perfect frying, while the static oven has a cast iron base and provides precise, uniform cooking. In addition, the pasta cooker features a built-in safety system that prevents it from operating without water in the tank. Among other items within the portfolio are traditional style solid gas or electric tops, gas wok ranges, single zone and multiple zone induction tops, lava stones and electric grills, all highly productive, easy to operate and simple to keep clean.\r\n\r\nOne of the most complete ranges on the market, the Mareno Star 110 offers over 70 different modules giving multiple configuration and layout options that can be tailored to each client’s requirement.\r\n\r\nFor more information on the outstanding Mareno Star 110 range or for details of other ranges in the Grande Cuisine portfolio, visit <a href=\"http://www.grandecuisine.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.grandecuisine.co.uk</a> or call 01908 745540.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\" target=\"_blank\" rel=\"noopener noreferrer\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\" target=\"_blank\" rel=\"noopener noreferrer\">Country Range launches four new desserts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\" target=\"_blank\" rel=\"noopener noreferrer\">Heathwick brings innovation to the imported beer market</a></li>\r\n</ul>','Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno','','inherit','closed','closed','','5580-revision-v1','','','2019-07-02 11:01:24','2019-07-02 11:01:24','',5580,'https://www.ontradeprogress.com/2019/07/02/5580-revision-v1/',0,'revision','',0),(5584,1,'2019-07-02 11:04:10','2019-07-02 11:04:10','<h1>Sure to be the star of any kitchen, the MARENO Star 110 series from Grande Cuisine provides the ideal solution to creating a central cooking island that makes it simple to work on two fronts where space is limited.</h1>\r\nBased on the original and highly successful MARENO range, the Star 110 has been updated and aesthetically redesigned, while technical improvements have increased its power output by 40%, creating a workspace that is not only good-looking, ergonomic, and comfortable to use, but also extremely efficient.\r\n\r\nThe all-important 110cm wide central block is designed to optimise work organisation with centrally positioned cooking zones, pass-through ovens and bases so that several chefs can work together in harmony. The variety of the range, plus its modular flexibility, allows the Star 110 to offer made-to-measure solutions, with appliances aligned either side by side, or back-to-back, to suit any operation.\r\n\r\nThe iconic controls, with their unmistakable star-shaped design, are the inspiration for the Star name. An updated design makes them more ergonomic, stylish, sturdy and durable. A raised mark, highlighted in blue, allows the user to quickly determine which setting the knob is adjusted to with a touch of the hand. The new handles blend seamlessly with the modern pressed doors and enhanced grip.\r\n\r\n[caption id=\"attachment_5582\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5582\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/MARENO-STAR-110-suite-300x217.jpg\" alt=\"Grande Cuisine promises a versatile solution courtesy of Mareno\" width=\"300\" height=\"217\" /> Grande Cuisine promises a versatile solution courtesy of Mareno[/caption]\r\n\r\nGas ranges in the Star 110 range are equipped with high-yield (over 60%) open burners providing rapid power and cooking, ensuring fuel savings of between 20% and 30% a year when compared to more traditional style burners. Press-moulded frying vats come with a generous cold zone that guarantees perfect frying, while the static oven has a cast iron base and provides precise, uniform cooking. In addition, the pasta cooker features a built-in safety system that prevents it from operating without water in the tank. Among other items within the portfolio are traditional style solid gas or electric tops, gas wok ranges, single zone and multiple zone induction tops, lava stones and electric grills, all highly productive, easy to operate and simple to keep clean.\r\n\r\nOne of the most complete ranges on the market, the Mareno Star 110 offers over 70 different modules giving multiple configurations and layout options that can be tailored to each client’s requirement.\r\n\r\nFor more information on the outstanding Mareno Star 110 range or for details of other ranges in the Grande Cuisine portfolio, visit <a href=\"http://www.grandecuisine.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.grandecuisine.co.uk</a> or call 01908 745540.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\" target=\"_blank\" rel=\"noopener noreferrer\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\" target=\"_blank\" rel=\"noopener noreferrer\">Country Range launches four new desserts</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\" target=\"_blank\" rel=\"noopener noreferrer\">Heathwick brings innovation to the imported beer market</a></li>\r\n</ul>','Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno','','inherit','closed','closed','','5580-revision-v1','','','2019-07-02 11:04:10','2019-07-02 11:04:10','',5580,'https://www.ontradeprogress.com/2019/07/02/5580-revision-v1/',0,'revision','',0),(5585,1,'2019-07-02 13:26:03','2019-07-02 13:26:03','<h1>Don’t get caught without ice this summer, play it cool with ice crusher and ice cube machines from Hendi UK.</h1>\r\nIce crushing is the biggest cause of bar blender breakdowns so invest in the right equipment for the job. The Hendi UK ice crusher produces up to 12kg of crushed ice per hour using its stainless steel blades and durable grinding mechanism. Ice cubes are poured into a large ABS plastic chute on top of the 170mm x 220mm x 460mm unit, are then crushed within the stainless steel interior, and collected in a see-through container beneath that can hold 12 cups of ice ready to be dispensed from a pull-out drawer.\r\n\r\n<img class=\"size-medium wp-image-5587 alignright\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Hendi-tabletop-ice-maker-281x300.jpg\" alt=\"Hendi UK tabletop ice maker\" width=\"281\" height=\"300\" />\r\n\r\nThe two sizes of tabletop Hendi UK ice cube machines require no fixed water connection and can produce up to 9kg or 15kg of ice cubes per hour respectively. The smaller model, 320mm x 367mm x 378mm, produces nine cubes per cycle, storing up to 100 cubes. The larger model, 375mm x 435mm x 420 mm, yields 12 cubes per cycle, storing up to 150, so that there will always be ice on hand. Both models can dispense cubes in three sizes.\r\n\r\n<strong>For more information on Hendi UK’s ice solutions, or for details of other Hendi UK products, visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 014 3200.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/grande-cuisine-mareno/\">Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\">Country Range launches four new desserts</a></li>\r\n</ul>','Keep your cool this summer with Hendi UK\'s ice solutions','','publish','closed','open','','hendi-uk-ice-crushed','','https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\nhttps://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/','2019-07-02 14:44:25','2019-07-02 14:44:25','',0,'https://www.ontradeprogress.com/?p=5585',0,'post','',0),(5586,1,'2019-07-02 13:05:59','2019-07-02 13:05:59','Keep your cool this summer with Hendi UK\'s ice solutions','Keep your cool this summer with Hendi UK\'s ice solutions','Keep your cool this summer with Hendi UK\'s ice solutions','inherit','closed','closed','','hendi-ice-crusher','','','2019-07-02 13:06:12','2019-07-02 13:06:12','',5585,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Hendi-ice-crusher.jpg',0,'attachment','image/jpeg',0),(5587,1,'2019-07-02 13:06:05','2019-07-02 13:06:05','Hendi UK tabletop ice maker','Hendi UK tabletop ice maker','Hendi UK tabletop ice maker','inherit','closed','closed','','hendi-tabletop-ice-maker','','','2019-07-02 13:25:19','2019-07-02 13:25:19','',5585,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Hendi-tabletop-ice-maker.jpg',0,'attachment','image/jpeg',0),(5588,1,'2019-07-02 13:26:03','2019-07-02 13:26:03','<h1>Don’t get caught without ice this summer, play it cool with ice crusher and ice cube machines from Hendi UK.</h1>\r\nIce crushing is the biggest cause of bar blender breakdowns so invest in the right equipment for the job. The Hendi UK ice crusher produces up to 12kg of crushed ice per hour using its stainless steel blades and durable grinding mechanism. Ice cubes are poured into a large ABS plastic chute on top of the 170mm x 220mm x 460mm unit, are then crushed within the stainless steel interior, and collected in a see-through container beneath that can hold 12 cups of ice ready to be dispensed from a pull-out drawer.\r\n\r\n<img class=\"size-medium wp-image-5587\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Hendi-tabletop-ice-maker-281x300.jpg\" alt=\"Hendi UK tabletop ice maker\" width=\"281\" height=\"300\" />\r\n\r\nThe two sizes of tabletop Hendi UK ice cube machines require no fixed water connection and can produce up to 9kg or 15kg of ice cubes per hour respectively. The smaller model, 320mm x 367mm x 378mm, produces nine cubes per cycle, storing up to 100 cubes. The larger model, 375mm x 435mm x 420 mm, yields 12 cubes per cycle, storing up to 150, so that there will always be ice on hand. Both models can dispense cubes in three sizes.\r\n\r\n<strong>For more information on Hendi UK’s ice solutions, or for details of other Hendi UK products, visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 014 3200.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/grande-cuisine-mareno/\">Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\">Country Range launches four new desserts</a></li>\r\n</ul>','Keep your cool this summer with Hendi UK\'s ice solutions','','inherit','closed','closed','','5585-revision-v1','','','2019-07-02 13:26:03','2019-07-02 13:26:03','',5585,'https://www.ontradeprogress.com/2019/07/02/5585-revision-v1/',0,'revision','',0),(5589,1,'2019-07-02 13:48:26','2019-07-02 13:48:26','<h1>Fentimans, the botanically brewed drinks maker has announced the launch of a data-driven report that offers a unique insight into the premium soft drinks and mixers market in the UK. As the most comprehensive evaluation yet, the report combines Fentimans’ deep knowledge of premium drinks with in-depth data and authoritative analysis from research consultancy CGA, as well as expert opinions of influencers, taste makers and leaders within the drinks industry.</h1>\nThe premium soft drinks and mixer category has grown 33% versus last year and is now worth a huge £517 million, accounting for 11.5% of the total category. Staggeringly this equates to nearly 12p of every £1 spent on soft drinks and mixers in the on-trade*. Fentimans further expands on this data, providing valuable insights for on-trade outlets to consider when developing their drinks offerings.\n\nThe report looks at the market from two points of view: that of consumers and their evolving needs and that of the businesses and brands that serve them. It explores consumer themes such as the rise of the everyday connoisseur, the need for memorable ‘insta’ moments and the increasing demand for healthy options such as no/low alcohol offerings. As well as highlighting on-trade market trends for outlets such as consumer drinking experiences, wellness of employees, sustainability and use of plastics.\n\nIn addition to the current findings, the report gazes into the future, predicting drinks trends we might see over the next few years. Some exciting findings that will undoubtedly inspire the market include the look to Japanese ingredients and styles in response to the country hosting 2020’s Olympics and Rugby World Cup, the increased use of fermentation in drinks, and the growing trend of using citrus alternatives like yuzu and bergamot.\n\nAndrew Jackson, marketing director at Fentimans commented: “Set against a backdrop of continual change and the need to imagine what the future may look like, the inaugural Fentimans market report aims to stimulate thinking and provide relevant market intelligence to help operators who work in the industry make better business decisions and contribute towards shaping their future.”\n\n<strong>Download a free copy of the report here: <a href=\"http://www.fentimans.com/marketreport2019.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.fentimans.com/marketreport2019.pdf</a></strong>\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\" target=\"_blank\" rel=\"noopener noreferrer\">New vintage style cocktail glassware from Artis</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/\" target=\"_blank\" rel=\"noopener noreferrer\">Media Alert: The New EFL Season Gets Underway on Sky Sports</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\" target=\"_blank\" rel=\"noopener noreferrer\">London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session</a></li>\n</ul>','Fentimans launches its first premium soft drinks and mixer report','','inherit','closed','closed','','5552-autosave-v1','','','2019-07-02 13:48:26','2019-07-02 13:48:26','',5552,'https://www.ontradeprogress.com/2019/07/02/5552-autosave-v1/',0,'revision','',0),(5590,1,'2019-07-02 13:52:33','2019-07-02 13:52:33','<h1>Fentimans, the botanically brewed drinks maker has announced the launch of a data-driven report that offers a unique insight into the premium soft drinks and mixers market in the UK. As the most comprehensive evaluation yet, the report combines Fentimans’ deep knowledge of premium drinks with in-depth data and authoritative analysis from research consultancy CGA, as well as expert opinions of influencers, taste makers and leaders within the drinks industry.</h1>\r\nThe premium soft drinks and mixer category has grown 33% versus last year and is now worth a huge £517 million, accounting for 11.5% of the total category. Staggeringly this equates to nearly 12p of every £1 spent on soft drinks and mixers in the on-trade*. Fentimans further expands on this data, providing valuable insights for on-trade outlets to consider when developing their drinks offerings.\r\n\r\nThe report looks at the market from two points of view: that of consumers and their evolving needs and that of the businesses and brands that serve them. It explores consumer themes such as the rise of the everyday connoisseur, the need for memorable ‘insta’ moments and the increasing demand for healthy options such as no/low alcohol offerings. As well as highlighting on-trade market trends for outlets such as consumer drinking experiences, wellness of employees, sustainability and use of plastics.\r\n\r\nIn addition to the current findings, the report gazes into the future, predicting drinks trends we might see over the next few years. Some exciting findings that will undoubtedly inspire the market include the look to Japanese ingredients and styles in response to the country hosting 2020’s Olympics and Rugby World Cup, the increased use of fermentation in drinks, and the growing trend of using citrus alternatives like yuzu and bergamot.\r\n\r\nAndrew Jackson, marketing director at Fentimans commented: “Set against a backdrop of continual change and the need to imagine what the future may look like, the inaugural Fentimans market report aims to stimulate thinking and provide relevant market intelligence to help operators who work in the industry make better business decisions and contribute towards shaping their future.”\r\n\r\n<strong>Download a free copy of the report here: <a href=\"http://www.fentimans.com/marketreport2019.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.fentimans.com/marketreport2019.pdf</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/\" target=\"_blank\" rel=\"noopener noreferrer\">New vintage style cocktail glassware from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/\" target=\"_blank\" rel=\"noopener noreferrer\">Media Alert: The New EFL Season Gets Underway on Sky Sports</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/\" target=\"_blank\" rel=\"noopener noreferrer\">London Craft Beer Festival launches the WABies best in class craft awards at dedicated trade session</a></li>\r\n</ul>','Fentimans launches its first premium soft drinks and mixer report','','inherit','closed','closed','','5552-revision-v1','','','2019-07-02 13:52:33','2019-07-02 13:52:33','',5552,'https://www.ontradeprogress.com/2019/07/02/5552-revision-v1/',0,'revision','',0),(5592,1,'2019-07-02 14:06:34','2019-07-02 14:06:34','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate &amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\n\n<strong>The Fab Four</strong>\n\n<strong>Triple Chocolate Cheesecake (12 x 112.5g portions)</strong> - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\n\n[caption id=\"attachment_5565\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-5565\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHEESECAKE-GROUP-SHOT-001-RT-200x300.jpg\" alt=\"Country Range launches four new desserts\" width=\"200\" height=\"300\" /> Country Range launches four new desserts[/caption]\n\n<strong>White Chocolate and Raspberry Cheesecake (12 x 95.8g portions)</strong> - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\n\n<strong>Salted Caramel Cheesecake (12 x 133.3g portions)</strong> - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\n\n<strong>Chocolate and Cherry Mousse Cake (12 x 108g portions)</strong> - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\n\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\n\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\n\n<strong>About the Country Range Group</strong>\n\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\n\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\n\nTwitter/Instagram: @countryrangeuk\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\">Heathwick brings innovation to the imported beer market</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\n</ul>','Country Range launches four new desserts','','inherit','closed','closed','','5564-autosave-v1','','','2019-07-02 14:06:34','2019-07-02 14:06:34','',5564,'https://www.ontradeprogress.com/2019/07/02/5564-autosave-v1/',0,'revision','',0),(5593,1,'2019-07-02 14:18:28','2019-07-02 14:18:28','<h1>Leading independent foodservice brand Country Range is making it easier for operators to serve up a stunning dessert selection with the addition of four new launches – Triple Chocolate Cheesecake, White Chocolate &amp; Raspberry Cheesecake, Salted Caramel Cheesecake and a Chocolate and Cherry Mousse Cake.</h1>\r\nThe new eye-catching launches come frozen in and pre-sliced, meaning there’s little fuss and preparation for caterers who just have to defrost and serve. The latest desserts from the innovative foodservice brand are available exclusively through the Country Range Group’s network of twelve independent wholesalers.\r\n\r\n<strong>The Fab Four</strong>\r\n\r\n<strong>Triple Chocolate Cheesecake (12 x 112.5g portions)</strong> - <em>A delicious and decadent Triple Chocolate Cheesecake made with Belgian milk &amp; dark chocolate, white chocolate and swirls of chocolate sauce on a chocolate biscuit base.</em>\r\n\r\n[caption id=\"attachment_5565\" align=\"alignright\" width=\"200\"]<img class=\"size-medium wp-image-5565\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/CHEESECAKE-GROUP-SHOT-001-RT-200x300.jpg\" alt=\"Country Range launches four new desserts\" width=\"200\" height=\"300\" /> Country Range launches four new desserts[/caption]\r\n\r\n<strong>White Chocolate and Raspberry Cheesecake (12 x 95.8g portions)</strong> - <em>A heavenly flavour combination of white chocolate cheesecake and raspberry pieces on a digestive biscuit base. Beautifully finished with a raspberry swirl and white chocolate chunks.</em>\r\n\r\n<strong>Salted Caramel Cheesecake (12 x 133.3g portions)</strong> - <em>A smooth and creamy salted caramel cheesecake made with vanilla cheesecake filling and salted caramel ripples on a crunchy chocolate chip biscuit base. Topped with a layer of salted caramel, chocolate sauce and decorated with chocolate and caramel flavour chocolate chips.</em>\r\n\r\n<strong>Chocolate and Cherry Mousse Cake (12 x 108g portions)</strong> - <em>A light chocolate sponge base topped with a dark Belgian chocolate mousse with a layer of cherry sauce. Finished with chocolate brownie pieces, cherry sauce and dried cherry pieces.</em>\r\n\r\nVasita Jantabutara, Brand Manager for the Country Range Group, commented:\r\n\r\n“We’re thrilled to launch our new desserts and believe they can definitely help operators add some excitement to their menus. They are ideal for busy kitchens too as they come pre-prepared and just need to be defrosted before serving. Not only that but they also taste fantastic and will definitely catch the eyes of customers as they look stunning when served. We think they’ll be a big hit with caterers and customers over the coming months.”\r\n\r\n<strong>About the Country Range Group</strong>\r\n\r\nWith 25 years of heritage servicing the UK’s innovative foodservice sector, the Country Range Group is made up of 12 independent members: Birchall Foodservice, Blakemore Foodservice, Caterite Foodservice, Creed Foodservice, Dunns Food and Drinks, EFG Foodservice, Harvest Fine Foods, Henderson Foodservice, Savona Foodservice, Thomas Ridley Foodservice, Trevors Foodservice and Turner Price.? In addition to offering leading brands, the Group also provides over 800 products, all developed exclusively for professional caterers under the Country Range brand. Covering grocery, chilled, frozen and non-food, Country Range is widely recognised by caterers as a trusted and reliable brand delivering consistent quality and value for money without compromising on taste and flavour.\r\n\r\nWebsite: <a href=\"https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.countryrange.co.uk&amp;data=02%7C01%7C%7C1df8bb0386f2401a5e2808d5dda7de0f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636658635405482906&amp;sdata=6Nf2PBwgBeNmM5Lgkejv0IDN0SECmQ%2BYMXTAplqCDaY%3D&amp;reserved=0\">www.countryrange.co.uk</a>\r\n\r\nTwitter/Instagram: @countryrangeuk\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/\">Heathwick brings innovation to the imported beer market</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/\">Fentimans launches first premium soft drinks and mixer report</a></li>\r\n</ul>','Country Range launches four new desserts','','inherit','closed','closed','','5564-revision-v1','','','2019-07-02 14:18:28','2019-07-02 14:18:28','',5564,'https://www.ontradeprogress.com/2019/07/02/5564-revision-v1/',0,'revision','',0),(5595,1,'2019-07-02 14:44:25','2019-07-02 14:44:25','<h1>Don’t get caught without ice this summer, play it cool with ice crusher and ice cube machines from Hendi UK.</h1>\r\nIce crushing is the biggest cause of bar blender breakdowns so invest in the right equipment for the job. The Hendi UK ice crusher produces up to 12kg of crushed ice per hour using its stainless steel blades and durable grinding mechanism. Ice cubes are poured into a large ABS plastic chute on top of the 170mm x 220mm x 460mm unit, are then crushed within the stainless steel interior, and collected in a see-through container beneath that can hold 12 cups of ice ready to be dispensed from a pull-out drawer.\r\n\r\n<img class=\"size-medium wp-image-5587 alignright\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Hendi-tabletop-ice-maker-281x300.jpg\" alt=\"Hendi UK tabletop ice maker\" width=\"281\" height=\"300\" />\r\n\r\nThe two sizes of tabletop Hendi UK ice cube machines require no fixed water connection and can produce up to 9kg or 15kg of ice cubes per hour respectively. The smaller model, 320mm x 367mm x 378mm, produces nine cubes per cycle, storing up to 100 cubes. The larger model, 375mm x 435mm x 420 mm, yields 12 cubes per cycle, storing up to 150, so that there will always be ice on hand. Both models can dispense cubes in three sizes.\r\n\r\n<strong>For more information on Hendi UK’s ice solutions, or for details of other Hendi UK products, visit <a href=\"http://www.hendi.co.uk\">www.hendi.co.uk</a> or call 0333 014 3200.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/grande-cuisine-mareno/\">Grande Cuisine promises a versatile solution where space is limited courtesy of Mareno</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/\">Windhoek Lager completes £5,000 UK fundraising challenge for Save the Rhino International</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/\">Country Range launches four new desserts</a></li>\r\n</ul>','Keep your cool this summer with Hendi UK\'s ice solutions','','inherit','closed','closed','','5585-revision-v1','','','2019-07-02 14:44:25','2019-07-02 14:44:25','',5585,'https://www.ontradeprogress.com/2019/07/02/5585-revision-v1/',0,'revision','',0),(5598,1,'2019-07-02 16:57:22','2019-07-02 16:57:22','<div data-url=\"https://issuu.com/bwmediagroup/docs/web_version_-_27_on-trade-progress_\" style=\"width: 696px; height: 492px;\" class=\"issuuembed\"></div><script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>','','','publish','closed','closed','','395602f235bb209ee0c32fdcad306d04','','','2019-07-02 16:57:22','2019-07-02 16:57:22','',0,'https://www.ontradeprogress.com/2019/07/02/395602f235bb209ee0c32fdcad306d04/',0,'oembed_cache','',0),(5599,1,'2019-07-02 16:59:55','2019-07-02 16:59:55','{{unknown}}','','','publish','closed','closed','','1a2f258a458c87b5216b85526eeb691a','','','2019-07-02 16:59:55','2019-07-02 16:59:55','',0,'https://www.ontradeprogress.com/2019/07/02/1a2f258a458c87b5216b85526eeb691a/',0,'oembed_cache','',0),(5604,1,'2019-07-02 17:15:59','2019-07-02 17:15:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #25</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][vc_column_text tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3NjcsImFsbCI6eyJtYXJnaW4tYm90dG9tIjoiMTUwIiwiZGlzcGxheSI6IiJ9fQ==\"]\r\n<div class=\"issuuembed\" style=\"width: 100%; height: 678px;\" data-configid=\"32393893/69840279\"></div>\r\n<script type=\"text/javascript\" src=\"//e.issuu.com/embed.js\" async=\"true\"></script>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Issue #25','','inherit','closed','closed','','4887-autosave-v1','','','2019-07-02 17:15:59','2019-07-02 17:15:59','',4887,'https://www.ontradeprogress.com/2019/07/02/4887-autosave-v1/',0,'revision','',0),(5606,1,'2019-07-02 17:21:34','2019-07-02 17:21:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #27','','publish','closed','closed','','ontrade-progress-issue-27','','','2019-08-08 09:10:07','2019-08-08 09:10:07','',0,'https://www.ontradeprogress.com/?page_id=5606',0,'page','',0),(5607,1,'2019-07-02 17:21:07','2019-07-02 17:21:07','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','TagDiv Composer Draft','','inherit','closed','closed','','5606-revision-v1','','','2019-07-02 17:21:07','2019-07-02 17:21:07','',5606,'https://www.ontradeprogress.com/2019/07/02/5606-revision-v1/',0,'revision','',0),(5608,1,'2019-07-02 17:21:34','2019-07-02 17:21:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #27','','inherit','closed','closed','','5606-revision-v1','','','2019-07-02 17:21:34','2019-07-02 17:21:34','',5606,'https://www.ontradeprogress.com/2019/07/02/5606-revision-v1/',0,'revision','',0),(5609,1,'2019-07-02 17:21:40','2019-07-02 17:21:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #27','','inherit','closed','closed','','5606-autosave-v1','','','2019-07-02 17:21:40','2019-07-02 17:21:40','',5606,'https://www.ontradeprogress.com/2019/07/02/5606-autosave-v1/',0,'revision','',0),(5610,1,'2019-07-02 17:29:44','2019-07-02 17:29:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #27','','inherit','closed','closed','','276-revision-v1','','','2019-07-02 17:29:44','2019-07-02 17:29:44','',276,'https://www.ontradeprogress.com/2019/07/02/276-revision-v1/',0,'revision','',0),(5611,1,'2019-07-02 17:32:31','2019-07-02 17:32:31','','27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px','','inherit','closed','closed','','27_on-trade-progress_cover_issue-27_300x330px','','','2019-07-02 17:32:45','2019-07-02 17:32:45','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_300x330px.png',0,'attachment','image/png',0),(5612,1,'2019-07-02 17:33:04','2019-07-02 17:33:04','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5611\" spot_img_mob=\"5611\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-07-02 17:33:04','2019-07-02 17:33:04','',8,'https://www.ontradeprogress.com/2019/07/02/8-revision-v1/',0,'revision','',0),(5613,1,'2019-07-02 17:36:55','2019-07-02 17:36:55','','27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px','','inherit','closed','closed','','27_on-trade-progress_cover_issue-27_620x861px','','','2019-07-02 17:37:08','2019-07-02 17:37:08','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_620x861px.png',0,'attachment','image/png',0),(5614,1,'2019-07-02 17:36:59','2019-07-02 17:36:59','','27_ON-TRADE-PROGRESS_COVER_ISSUE-27','','inherit','closed','closed','','27_on-trade-progress_cover_issue-27','','','2019-07-02 17:37:17','2019-07-02 17:37:17','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/27_ON-TRADE-PROGRESS_COVER_ISSUE-27.jpg',0,'attachment','image/jpeg',0),(5615,1,'2019-07-02 17:37:42','2019-07-02 17:37:42','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"216\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5613\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-07-02 17:37:42','2019-07-02 17:37:42','',8,'https://www.ontradeprogress.com/2019/07/02/8-revision-v1/',0,'revision','',0),(5616,1,'2019-07-02 17:38:57','2019-07-02 17:38:57','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5611\" spot_img_mob=\"5611\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-07-02 17:38:57','2019-07-02 17:38:57','',8,'https://www.ontradeprogress.com/2019/07/02/8-revision-v1/',0,'revision','',0),(5617,1,'2019-07-02 17:46:04','2019-07-02 17:46:04','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5613\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwTWVudSUyMGluc3BpcmF0aW9uJTIwZnJvbSUyMEdyYW5kJTIwVHJ1bmslMjBSb2Fk\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQnJleGl0JTIwYnV5aW5nJTIwYWR2aWNl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMENoYXJsaWUlMjBFbGVr\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWFrZSUyMHRoZSUyMG1vc3QlMjBvdXQlMjBvZiUyMHlvdXIlMjBlbWFpbCUyMGNhbXBhaWdu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-07-02 17:46:04','2019-07-02 17:46:04','',23,'https://www.ontradeprogress.com/2019/07/02/23-revision-v1/',0,'revision','',0),(5618,1,'2019-07-08 08:56:03','2019-07-08 08:56:03','<h1>Sky Sports has announced its Premier League Fixtures for August and September.</h1>\r\nThe latest set of fixtures create even more money-making opportunities for Sky Sports customers with a number of head-to-heads featuring the top six. Highlights include Manchester City vs Spurs on Saturday 17th August, Liverpool vs Arsenal on Saturday 24th August, a North London derby on Sunday 1st September at the Emirates and Chelsea vs Liverpool on 22nd September.\r\n\r\nThe start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.\r\n\r\nPlus, Sky Sports matches are at the best times for pubs, including Saturday 5.30pm tea time matches, the brand-new Saturday 7.45pm kick off, Super Sunday double header, Monday Night Football and Friday Night Football.\r\n\r\nDavid Rey, Managing Director of Sky Business said: “The long-awaited return of the Premier League will not disappoint with a number of standout games throughout August and September that your customers won’t want to miss. Last season’s top six will all feature, with some huge clashes including holders Manchester City against Spurs and Champions League winners, Liverpool against Arsenal. It will be also be fascinating to see Frank Lampard’s return to Stamford Bridge but this time as a manager. Wolves, Villa and Sheffield United all make a return to the top flight and will be in action in front of the Sky Sports cameras. What a line-up!”\r\n\r\nThe fixtures are:\r\n\r\nSaturday 17th August Manchester City vs Tottenham Hotspur 5.30pm kick off\r\nSunday 18th August Sheffield United vs Crystal Palace 2.00pm kick off\r\nSunday 18th August Chelsea vs Leicester 4.30pm kick off\r\nMonday 19th August Wolves vs Manchester United 8.00pm kick off\r\nFriday 23rd August Aston Villa vs Everton 8.00pm kick off\r\nSaturday 24th August Liverpool vs Arsenal 5.30pm kick off\r\nSunday 25th August Bournemouth vs Manchester City 2.00pm kick off\r\nSunday 25th August Tottenham Hotspur vs Newcastle 4.30pm kick off\r\nSaturday 31st August Burnley vs Liverpool 5.30pm kick off\r\nSunday 1st September Everton vs Wolves 2.00pm kick off\r\nSunday 1st September Arsenal vs Tottenham 4.30pm kick off\r\nSaturday 14th September Norwich vs Manchester City 5.30pm kick off\r\nSunday 15th September Bournemouth vs Everton 2.00pm kick off\r\nSunday 15th September Watford vs Arsenal 4.30pm kick off\r\nMonday 16th September Aston Villa vs West Ham 8.00pm kick off\r\nFriday 20th September Southampton vs Bournemouth 8.00pm kick off\r\nSaturday 21st September Newcastle vs Brighton 5.30pm kick off\r\nSunday 22nd September West Ham Utd vs Manchester Utd 2.00pm kick off\r\nSunday 22nd September Chelsea vs Liverpool 4.30pm kick off\r\nSaturday 28th September Leicester vs Newcastle 5.30pm kick off\r\nSunday 29th September Everton vs Manchester City 4.30pm kick off\r\nMonday 30th September Manchester United vs Arsenal 8.00pm kick off\r\n\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nSky Sports also has some of the best sporting events exclusively live, including every F1 race weekend, the ICC Cricket World Cup, The Ashes, all 4 golf Major’s including The Open Championship, and England’s Rugby World Cup warm-up matches.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.','Sky Sports releases live football fixtures','','publish','closed','open','','sky-sports-releases-fixtures','','','2019-07-17 18:21:20','2019-07-17 18:21:20','',0,'https://www.ontradeprogress.com/?p=5618',0,'post','',0),(5619,1,'2019-07-08 08:42:47','2019-07-08 08:42:47','<h1>Sky Sports has announced its Premier League Fixtures for August and September.</h1>\r\n<h1>\r\nThe latest set of fixtures create even more money-making opportunities for Sky Sports customers with a number of head-to-heads featuring the top six. Highlights include Manchester City vs Spurs on Saturday 17th August, Liverpool vs Arsenal on Saturday 24th August, a North London derby on Sunday 1st September at the Emirates and Chelsea vs Liverpool on 22nd September.\r\n\r\nThe start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.\r\n\r\nPlus, Sky Sports matches are at the best times for pubs, including Saturday 5.30pm tea time matches, the brand-new Saturday 7.45pm kick off, Super Sunday double header, Monday Night Football and Friday Night Football.\r\n\r\nDavid Rey, Managing Director of Sky Business said: “The long-awaited return of the Premier League will not disappoint with a number of standout games throughout August and September that your customers won’t want to miss. Last season’s top six will all feature, with some huge clashes including holders Manchester City against Spurs and Champions League winners, Liverpool against Arsenal. It will be also be fascinating to see Frank Lampard’s return to Stamford Bridge but this time as a manager. Wolves, Villa and Sheffield United all make a return to the top flight and will be in action in front of the Sky Sports cameras. What a line-up!”\r\n\r\nThe fixtures are:\r\n\r\nSaturday 17th August Manchester City vs Tottenham Hotspur 5.30pm kick off\r\nSunday 18th August Sheffield United vs Crystal Palace 2.00pm kick off\r\nSunday 18th August Chelsea vs Leicester 4.30pm kick off\r\nMonday 19th August Wolves vs Manchester United 8.00pm kick off\r\nFriday 23rd August Aston Villa vs Everton 8.00pm kick off\r\nSaturday 24th August Liverpool vs Arsenal 5.30pm kick off\r\nSunday 25th August Bournemouth vs Manchester City 2.00pm kick off\r\nSunday 25th August Tottenham Hotspur vs Newcastle 4.30pm kick off\r\nSaturday 31st August Burnley vs Liverpool 5.30pm kick off\r\nSunday 1st September Everton vs Wolves 2.00pm kick off\r\nSunday 1st September Arsenal vs Tottenham 4.30pm kick off\r\nSaturday 14th September Norwich vs Manchester City 5.30pm kick off\r\nSunday 15th September Bournemouth vs Everton 2.00pm kick off\r\nSunday 15th September Watford vs Arsenal 4.30pm kick off\r\nMonday 16th September Aston Villa vs West Ham 8.00pm kick off\r\nFriday 20th September Southampton vs Bournemouth 8.00pm kick off\r\nSaturday 21st September Newcastle vs Brighton 5.30pm kick off\r\nSunday 22nd September West Ham Utd vs Manchester Utd 2.00pm kick off\r\nSunday 22nd September Chelsea vs Liverpool 4.30pm kick off\r\nSaturday 28th September Leicester vs Newcastle 5.30pm kick off\r\nSunday 29th September Everton vs Manchester City 4.30pm kick off\r\nMonday 30th September Manchester United vs Arsenal 8.00pm kick off</h1>\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nSky Sports also has some of the best sporting events exclusively live, including every F1 race weekend, the ICC Cricket World Cup, The Ashes, all 4 golf Major’s including The Open Championship, and England’s Rugby World Cup warm-up matches.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.','Sky Sports Releases August and September Fixtures','','inherit','closed','closed','','5618-revision-v1','','','2019-07-08 08:42:47','2019-07-08 08:42:47','',5618,'https://www.ontradeprogress.com/2019/07/08/5618-revision-v1/',0,'revision','',0),(5620,1,'2019-07-08 08:44:59','2019-07-08 08:44:59','','Sky Sports Logo','','inherit','closed','closed','','sky-sports-logo','','','2019-07-08 08:45:11','2019-07-08 08:45:11','',5618,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Sky-Sports-Logo.png',0,'attachment','image/png',0),(5621,1,'2019-07-08 08:46:56','2019-07-08 08:46:56','<h1>Sky Sports has announced its Premier League Fixtures for August and September.</h1>\r\n<h1>\r\nThe latest set of fixtures create even more money-making opportunities for Sky Sports customers with a number of head-to-heads featuring the top six. Highlights include Manchester City vs Spurs on Saturday 17th August, Liverpool vs Arsenal on Saturday 24th August, a North London derby on Sunday 1st September at the Emirates and Chelsea vs Liverpool on 22nd September.\r\n\r\nThe start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.\r\n\r\nPlus, Sky Sports matches are at the best times for pubs, including Saturday 5.30pm tea time matches, the brand-new Saturday 7.45pm kick off, Super Sunday double header, Monday Night Football and Friday Night Football.\r\n\r\nDavid Rey, Managing Director of Sky Business said: “The long-awaited return of the Premier League will not disappoint with a number of standout games throughout August and September that your customers won’t want to miss. Last season’s top six will all feature, with some huge clashes including holders Manchester City against Spurs and Champions League winners, Liverpool against Arsenal. It will be also be fascinating to see Frank Lampard’s return to Stamford Bridge but this time as a manager. Wolves, Villa and Sheffield United all make a return to the top flight and will be in action in front of the Sky Sports cameras. What a line-up!”\r\n\r\nThe fixtures are:\r\n\r\nSaturday 17th August Manchester City vs Tottenham Hotspur 5.30pm kick off\r\nSunday 18th August Sheffield United vs Crystal Palace 2.00pm kick off\r\nSunday 18th August Chelsea vs Leicester 4.30pm kick off\r\nMonday 19th August Wolves vs Manchester United 8.00pm kick off\r\nFriday 23rd August Aston Villa vs Everton 8.00pm kick off\r\nSaturday 24th August Liverpool vs Arsenal 5.30pm kick off\r\nSunday 25th August Bournemouth vs Manchester City 2.00pm kick off\r\nSunday 25th August Tottenham Hotspur vs Newcastle 4.30pm kick off\r\nSaturday 31st August Burnley vs Liverpool 5.30pm kick off\r\nSunday 1st September Everton vs Wolves 2.00pm kick off\r\nSunday 1st September Arsenal vs Tottenham 4.30pm kick off\r\nSaturday 14th September Norwich vs Manchester City 5.30pm kick off\r\nSunday 15th September Bournemouth vs Everton 2.00pm kick off\r\nSunday 15th September Watford vs Arsenal 4.30pm kick off\r\nMonday 16th September Aston Villa vs West Ham 8.00pm kick off\r\nFriday 20th September Southampton vs Bournemouth 8.00pm kick off\r\nSaturday 21st September Newcastle vs Brighton 5.30pm kick off\r\nSunday 22nd September West Ham Utd vs Manchester Utd 2.00pm kick off\r\nSunday 22nd September Chelsea vs Liverpool 4.30pm kick off\r\nSaturday 28th September Leicester vs Newcastle 5.30pm kick off\r\nSunday 29th September Everton vs Manchester City 4.30pm kick off\r\nMonday 30th September Manchester United vs Arsenal 8.00pm kick off</h1>\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nSky Sports also has some of the best sporting events exclusively live, including every F1 race weekend, the ICC Cricket World Cup, The Ashes, all 4 golf Major’s including The Open Championship, and England’s Rugby World Cup warm-up matches.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.','Sky Sports releases fixtures','','inherit','closed','closed','','5618-revision-v1','','','2019-07-08 08:46:56','2019-07-08 08:46:56','',5618,'https://www.ontradeprogress.com/2019/07/08/5618-revision-v1/',0,'revision','',0),(5622,1,'2019-07-08 08:54:03','2019-07-08 08:54:03','','Sky logo','','inherit','closed','closed','','sky-logo','','','2019-07-08 08:54:15','2019-07-08 08:54:15','',5618,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Sky-logo.png',0,'attachment','image/png',0),(5623,1,'2019-07-08 08:54:18','2019-07-08 08:54:18','<h1>Sky Sports has announced its Premier League Fixtures for August and September.\r\n\r\nThe latest set of fixtures create even more money-making opportunities for Sky Sports customers with a number of head-to-heads featuring the top six. Highlights include Manchester City vs Spurs on Saturday 17th August, Liverpool vs Arsenal on Saturday 24th August, a North London derby on Sunday 1st September at the Emirates and Chelsea vs Liverpool on 22nd September.\r\n\r\nThe start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.\r\n\r\nPlus, Sky Sports matches are at the best times for pubs, including Saturday 5.30pm tea time matches, the brand-new Saturday 7.45pm kick off, Super Sunday double header, Monday Night Football and Friday Night Football.\r\n\r\nDavid Rey, Managing Director of Sky Business said: “The long-awaited return of the Premier League will not disappoint with a number of standout games throughout August and September that your customers won’t want to miss. Last season’s top six will all feature, with some huge clashes including holders Manchester City against Spurs and Champions League winners, Liverpool against Arsenal. It will be also be fascinating to see Frank Lampard’s return to Stamford Bridge but this time as a manager. Wolves, Villa and Sheffield United all make a return to the top flight and will be in action in front of the Sky Sports cameras. What a line-up!”\r\n\r\nThe fixtures are:\r\n\r\nSaturday 17th August Manchester City vs Tottenham Hotspur 5.30pm kick off\r\nSunday 18th August Sheffield United vs Crystal Palace 2.00pm kick off\r\nSunday 18th August Chelsea vs Leicester 4.30pm kick off\r\nMonday 19th August Wolves vs Manchester United 8.00pm kick off\r\nFriday 23rd August Aston Villa vs Everton 8.00pm kick off\r\nSaturday 24th August Liverpool vs Arsenal 5.30pm kick off\r\nSunday 25th August Bournemouth vs Manchester City 2.00pm kick off\r\nSunday 25th August Tottenham Hotspur vs Newcastle 4.30pm kick off\r\nSaturday 31st August Burnley vs Liverpool 5.30pm kick off\r\nSunday 1st September Everton vs Wolves 2.00pm kick off\r\nSunday 1st September Arsenal vs Tottenham 4.30pm kick off\r\nSaturday 14th September Norwich vs Manchester City 5.30pm kick off\r\nSunday 15th September Bournemouth vs Everton 2.00pm kick off\r\nSunday 15th September Watford vs Arsenal 4.30pm kick off\r\nMonday 16th September Aston Villa vs West Ham 8.00pm kick off\r\nFriday 20th September Southampton vs Bournemouth 8.00pm kick off\r\nSaturday 21st September Newcastle vs Brighton 5.30pm kick off\r\nSunday 22nd September West Ham Utd vs Manchester Utd 2.00pm kick off\r\nSunday 22nd September Chelsea vs Liverpool 4.30pm kick off\r\nSaturday 28th September Leicester vs Newcastle 5.30pm kick off\r\nSunday 29th September Everton vs Manchester City 4.30pm kick off\r\nMonday 30th September Manchester United vs Arsenal 8.00pm kick off</h1>\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nSky Sports also has some of the best sporting events exclusively live, including every F1 race weekend, the ICC Cricket World Cup, The Ashes, all 4 golf Major’s including The Open Championship, and England’s Rugby World Cup warm-up matches.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.','Sky Sports releases fixtures','','inherit','closed','closed','','5618-revision-v1','','','2019-07-08 08:54:18','2019-07-08 08:54:18','',5618,'https://www.ontradeprogress.com/2019/07/08/5618-revision-v1/',0,'revision','',0),(5624,1,'2019-07-08 09:05:11','2019-07-08 09:05:11','<h1>This month, Maltsmiths kicks off its <strong>“Have a lager on us”</strong> through the line (TTL) campaign, encouraging consumers to enjoy a pint of Maltsmiths for free. Rolling out in the on-trade across England, the campaign will encourage mass trial, with over one million consumers expected to redeem the offer.</h1>\r\nPart of a £6m investment from HEINEKEN UK, the Maltsmiths campaign – created by ATL agency Otherway – will be promoted heavily across TV, out of home, targeted social media ads and VOD, expecting to reach 15 million people.\r\n\r\nTargeting male and female drinkers between the ages of 18-44, campaign assets will invite consumers to redeem their free pint of Maltsmiths lager, simply by searching <em>‘try maltsmiths’</em>, leading them to a custom-built webpage: <a href=\"http://www.maltsmithsbrewing.co.uk/try\">www.maltsmithsbrewing.co.uk/try</a>. Here, consumers can use a virtual map to discover where to find their nearest Maltsmiths, as well as upload their receipt via checkoutsmart.com to claim their cashback.\r\n\r\nUnderpinned by the brand’s new platform “change tastes good”, the “Have a lager on us” initiative seeks to capitalise on the growth of the Maltsmiths brand<a name=\"_ftnref1\"></a><a href=\"applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn1\"><sup>[1]</sup></a> – for which HEINEKEN saw a 57% increase in rate of sale (May 2018 – May 2019)<a name=\"_ftnref2\"></a><a href=\"applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn2\"><sup>[2]</sup></a>, encouraging consumers to try something different. The concept is born from Maltsmiths’ understanding that consumer tastes change, and so the brewery thought it was about time lager did too, setting Maltsmiths apart from the usual options on shelves.\r\n\r\nA crisp and flavoursome lager, Maltsmiths marries citrus and earthy hoppy notes, traditionally making it the perfect gateway beer for those looking to try craft for the first time. But with the growing trend for premiumisation, linked to HEINEKEN’s ‘We’re Worth It’ driver in The Greenpaper 2018 which projects £72M incremental value over three years, Maltsmiths’ crisp and refreshing flavour and contemporary branding is seeing its popularity rise amongst a new generation of drinkers.\r\n\r\nIzabela Glodek, Business Unit Director of Premium Beer at HEINEKEN UK, says: “<em>Maltsmiths’ mantra is that it takes a ‘drinker-focused’ approach to brewing, because it’s passionate about creating beers that meet the changing tastes of today’s drinkers. Brewed with plenty of flavour, whilst still being crisp and refreshing, Maltsmiths is a modern alternative to the traditional lagers of yesteryears – and this is what our ‘change tastes good’ campaign seeks to bring to life.</em>\r\n\r\n<em>Whilst change can be daunting for some, in a fast-moving 2019, it’s what we know this new generation of drinkers want – and what better way to reward the bold and encourage the unsure, by offering a refreshing Maltsmiths for free.”</em>\r\n\r\nThe “Have a lager on us” initiative is available across a pint of Maltsmiths lager at ABV 4.6% and 660ml bottles in the off-trade.\r\n\r\n<em>*One Maltsmiths redeemable per person</em>','Have a lager on Maltsmiths','','publish','closed','open','','have-a-lager-on-maltsmiths','','','2019-07-17 18:17:05','2019-07-17 18:17:05','',0,'https://www.ontradeprogress.com/?p=5624',0,'post','',0),(5625,1,'2019-07-08 09:01:32','2019-07-08 09:01:32','','Maltsmiths','','inherit','closed','closed','','maltsmiths-2','','','2019-07-08 09:20:11','2019-07-08 09:20:11','',5624,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Maltsmiths.png',0,'attachment','image/png',0),(5626,1,'2019-07-08 09:02:02','2019-07-08 09:02:02','<h1>This month, Maltsmiths kicks off its <strong>“Have a lager on us”</strong> through the line (TTL) campaign, encouraging consumers to enjoy a pint of Maltsmiths for free. Rolling out in the on-trade across England, the campaign will encourage mass trial, with over one million consumers expected to redeem the offer.</h1>\r\nPart of a £6m investment from HEINEKEN UK, the Maltsmiths campaign – created by ATL agency Otherway – will be promoted heavily across TV, out of home, targeted social media ads and VOD, expecting to reach 15 million people.\r\n\r\nTargeting male and female drinkers between the ages of 18-44, campaign assets will invite consumers to redeem their free pint of Maltsmiths lager, simply by searching <em>‘try maltsmiths’</em>, leading them to a custom-built webpage: <a href=\"http://www.maltsmithsbrewing.co.uk/try\">www.maltsmithsbrewing.co.uk/try</a>. Here, consumers can use a virtual map to discover where to find their nearest Maltsmiths, as well as upload their receipt via checkoutsmart.com to claim their cashback.\r\n\r\nUnderpinned by the brand’s new platform “change tastes good”, the “Have a lager on us” initiative seeks to capitalise on the growth of the Maltsmiths brand<a name=\"_ftnref1\"></a><a href=\"applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn1\"><sup>[1]</sup></a> – for which HEINEKEN saw a 57% increase in rate of sale (May 2018 – May 2019)<a name=\"_ftnref2\"></a><a href=\"applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn2\"><sup>[2]</sup></a>, encouraging consumers to try something different. The concept is born from Maltsmiths’ understanding that consumer tastes change, and so the brewery thought it was about time lager did too, setting Maltsmiths apart from the usual options on shelves.\r\n\r\nA crisp and flavoursome lager, Maltsmiths marries citrus and earthy hoppy notes, traditionally making it the perfect gateway beer for those looking to try craft for the first time. But with the growing trend for premiumisation, linked to HEINEKEN’s ‘We’re Worth It’ driver in The Greenpaper 2018 which projects £72M incremental value over three years, Maltsmiths’ crisp and refreshing flavour and contemporary branding is seeing its popularity rise amongst a new generation of drinkers.\r\n\r\nIzabela Glodek, Business Unit Director of Premium Beer at HEINEKEN UK, says: “<em>Maltsmiths’ mantra is that it takes a ‘drinker-focused’ approach to brewing, because it’s passionate about creating beers that meet the changing tastes of today’s drinkers. Brewed with plenty of flavour, whilst still being crisp and refreshing, Maltsmiths is a modern alternative to the traditional lagers of yesteryears – and this is what our ‘change tastes good’ campaign seeks to bring to life.</em>\r\n\r\n<em>Whilst change can be daunting for some, in a fast-moving 2019, it’s what we know this new generation of drinkers want – and what better way to reward the bold and encourage the unsure, by offering a refreshing Maltsmiths for free.”</em>\r\n\r\nThe “Have a lager on us” initiative is available across a pint of Maltsmiths lager at ABV 4.6% and 660ml bottles in the off-trade.\r\n\r\n<em>*One Maltsmiths redeemable per person</em>','Have a lager on Maltsmiths','','inherit','closed','closed','','5624-revision-v1','','','2019-07-08 09:02:02','2019-07-08 09:02:02','',5624,'https://www.ontradeprogress.com/2019/07/08/5624-revision-v1/',0,'revision','',0),(5627,1,'2019-07-08 09:20:16','2019-07-08 09:20:16','<h1>This month, Maltsmiths kicks off its <strong>“Have a lager on us”</strong> through the line (TTL) campaign, encouraging consumers to enjoy a pint of Maltsmiths for free. Rolling out in the on-trade across England, the campaign will encourage mass trial, with over one million consumers expected to redeem the offer.</h1>\r\nPart of a £6m investment from HEINEKEN UK, the Maltsmiths campaign – created by ATL agency Otherway – will be promoted heavily across TV, out of home, targeted social media ads and VOD, expecting to reach 15 million people.\r\n\r\nTargeting male and female drinkers between the ages of 18-44, campaign assets will invite consumers to redeem their free pint of Maltsmiths lager, simply by searching <em>‘try maltsmiths’</em>, leading them to a custom-built webpage: <a href=\"http://www.maltsmithsbrewing.co.uk/try\">www.maltsmithsbrewing.co.uk/try</a>. Here, consumers can use a virtual map to discover where to find their nearest Maltsmiths, as well as upload their receipt via checkoutsmart.com to claim their cashback.\r\n\r\nUnderpinned by the brand’s new platform “change tastes good”, the “Have a lager on us” initiative seeks to capitalise on the growth of the Maltsmiths brand<a name=\"_ftnref1\"></a><a href=\"applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn1\"><sup>[1]</sup></a> – for which HEINEKEN saw a 57% increase in rate of sale (May 2018 – May 2019)<a name=\"_ftnref2\"></a><a href=\"applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn2\"><sup>[2]</sup></a>, encouraging consumers to try something different. The concept is born from Maltsmiths’ understanding that consumer tastes change, and so the brewery thought it was about time lager did too, setting Maltsmiths apart from the usual options on shelves.\r\n\r\nA crisp and flavoursome lager, Maltsmiths marries citrus and earthy hoppy notes, traditionally making it the perfect gateway beer for those looking to try craft for the first time. But with the growing trend for premiumisation, linked to HEINEKEN’s ‘We’re Worth It’ driver in The Greenpaper 2018 which projects £72M incremental value over three years, Maltsmiths’ crisp and refreshing flavour and contemporary branding is seeing its popularity rise amongst a new generation of drinkers.\r\n\r\nIzabela Glodek, Business Unit Director of Premium Beer at HEINEKEN UK, says: “<em>Maltsmiths’ mantra is that it takes a ‘drinker-focused’ approach to brewing, because it’s passionate about creating beers that meet the changing tastes of today’s drinkers. Brewed with plenty of flavour, whilst still being crisp and refreshing, Maltsmiths is a modern alternative to the traditional lagers of yesteryears – and this is what our ‘change tastes good’ campaign seeks to bring to life.</em>\r\n\r\n<em>Whilst change can be daunting for some, in a fast-moving 2019, it’s what we know this new generation of drinkers want – and what better way to reward the bold and encourage the unsure, by offering a refreshing Maltsmiths for free.”</em>\r\n\r\nThe “Have a lager on us” initiative is available across a pint of Maltsmiths lager at ABV 4.6% and 660ml bottles in the off-trade.\r\n\r\n<em>*One Maltsmiths redeemable per person</em>','Have a lager on Maltsmiths','','inherit','closed','closed','','5624-autosave-v1','','','2019-07-08 09:20:16','2019-07-08 09:20:16','',5624,'https://www.ontradeprogress.com/2019/07/08/5624-autosave-v1/',0,'revision','',0),(5629,1,'2019-07-15 09:33:25','2019-07-15 09:33:25','<h1><strong>The Fernet-Branca Barback Games return to London for a second year. The popular Italian liqueur, used in many cocktails is back in September.</strong></h1>\r\nThe Fernet-Branca Barback Games return to London this September to challenge Britain’s bravest bar industry professionals.  The winning team will go on to compete in the European final, taking place during the Bar Convent trade event in Berlin in October.\r\n\r\nThe event takes place at Village Underground, London on Sunday 29 September, with host Hi-Spirits expecting an even stronger turnout for the games’ second year in London, both from teams competing, and with loud, enthusiastic support from across the bar trade to cheer them on.\r\n\r\nEight teams of finalists will be chosen, with travel and accommodation paid for, and a minimum of four teams from outside of London competing on the night. The games test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\nAny bar stocking Fernet-Branca or another Fratelli Branca brand can enter a team, made up of one competitor and one coach. A competitor must work in a role that includes barback duties. To narrow down the entries, teams are being asked to sum up “What does the industry mean to you?”.\r\n\r\nA global judging panel of bar professionals will oversee the proceedings, leading to a final battle between the top two teams to decide who will compete for the honour of the British bar trade in Berlin.\r\n\r\nPoppy Croft, marketing manager of Fernet-Branca UK distributor Hi-Spirits, said: “The audience is as much a part of the Barback Games as the competitors, and bars can RSVP for tickets online.\r\n\r\n“It’s a great chance to network, explore exciting complimentary Fernet-Branca drinks, and enjoy food and entertainment - last year saw DJ Luck and MC Neat perform - and, of course, shout themselves hoarse as the competitors are put through their paces.”\r\n\r\nTeams hoping to compete, and trade professionals applying for complimentary tickets, can sign up at <a href=\"http://www.fernet-branca.co.uk/barbackgames\">www.fernet-branca.co.uk/barbackgames</a>.  Entries for competitors are open from 15 July to 31 August, with the finalists announced on 8 September.\r\n\r\nThe teams won’t find out what’s involved until the day of the games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\nOriginally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. The 2019 London competition takes place at Village Underground, Shoreditch, London from 7pm – 12pm on 29 September. The winning team will spend three nights in Berlin, with the European final taking place during Bar Convent, which runs from 7 to 9 October.','Fernet-Branca Barback Games returns','','publish','closed','open','','fernet-branca-barback-games','','','2019-07-17 18:14:41','2019-07-17 18:14:41','',0,'https://www.ontradeprogress.com/?p=5629',0,'post','',0),(5630,1,'2019-07-15 09:32:54','2019-07-15 09:32:54','','Fernet Branca Barback Games competitors','','inherit','closed','closed','','fernet-branca-barback-games-competitors','','','2019-07-15 09:33:10','2019-07-15 09:33:10','',5629,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Fernet-Branca-Barback-Games-competitors.jpg',0,'attachment','image/jpeg',0),(5631,1,'2019-07-15 09:33:13','2019-07-15 09:33:13','<h1><strong>The Fernet-Branca Barback Games return to London for a second year </strong></h1>\r\nThe Fernet-Branca Barback Games return to London this September to challenge Britain’s bravest bar industry professionals.  The winning team will go on to compete in the European final, taking place during the Bar Convent trade event in Berlin in October.\r\n\r\nThe event takes place at Village Underground, London on Sunday 29 September, with host Hi-Spirits expecting an even stronger turnout for the games’ second year in London, both from teams competing, and with loud, enthusiastic support from across the bar trade to cheer them on.\r\n\r\nEight teams of finalists will be chosen, with travel and accommodation paid for, and a minimum of four teams from outside of London competing on the night. The games test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\nAny bar stocking Fernet-Branca or another Fratelli Branca brand can enter a team, made up of one competitor and one coach. A competitor must work in a role that includes barback duties. To narrow down the entries, teams are being asked to sum up “What does the industry mean to you?”.\r\n\r\nA global judging panel of bar professionals will oversee the proceedings, leading to a final battle between the top two teams to decide who will compete for the honour of the British bar trade in Berlin.\r\n\r\nPoppy Croft, marketing manager of Fernet-Branca UK distributor Hi-Spirits, said: “The audience is as much a part of the Barback Games as the competitors, and bars can RSVP for tickets online.\r\n\r\n“It’s a great chance to network, explore exciting complimentary Fernet-Branca drinks, and enjoy food and entertainment - last year saw DJ Luck and MC Neat perform - and, of course, shout themselves hoarse as the competitors are put through their paces.”\r\n\r\nTeams hoping to compete, and trade professionals applying for complimentary tickets, can sign up at <a href=\"http://www.fernet-branca.co.uk/barbackgames\">www.fernet-branca.co.uk/barbackgames</a>.  Entries for competitors are open from 15 July to 31 August, with the finalists announced on 8 September\r\n\r\nThe teams won’t find out what’s involved until the day of the games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\nOriginally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. The 2019 London competition takes place at Village Underground, Shoreditch, London from 7pm – 12pm on 29 September. The winning team will spend three nights in Berlin, with the European final taking place during Bar Convent, which runs from 7 to 9 October.','Fernet-Branca Barback Games returns','','inherit','closed','closed','','5629-revision-v1','','','2019-07-15 09:33:13','2019-07-15 09:33:13','',5629,'https://www.ontradeprogress.com/2019/07/15/5629-revision-v1/',0,'revision','',0),(5632,1,'2019-07-16 09:09:12','2019-07-16 09:09:12','<h1><strong>British Egg Week 2019 runs from 7-13th of October</strong></h1>\r\nBritish Lion eggs is calling on UK food businesses to get cracking and make plans for British Egg Week, which is running from 7-13 October with a Protein Power theme.\r\n\r\nA well-established date on the foodie calendar, it provides retailers, caterers, wholesalers and manufacturers with the opportunity to boost their egg sales and capitalise on the continued popularity of eggs. Retail egg sales grew by 4% YOY in 2018, the equivalent of around 240 million extra eggs.\r\n\r\n“Millennials are driving the growth of eggs as more and more are won over by their nutritional benefits and versatility. The protein in eggs is one of the most motivating benefits for young professionals and families, which is why we are focusing on Protein Power as our British Egg Week theme,” says Andrew Joret, Chairman of the British Egg Industry Council.\r\n\r\nThe trade can drive awareness of their egg offering with product displays, recipes, promotions, meal-deals, special menus and events.\r\n\r\n“British Lion eggs will be supporting British Egg Week with social media content and promotions, including a challenge to see if it’s possible to break an eggshell holding it top to bottom, which is apparently impossible,” adds Andrew Joret.','Get cracking for British Egg Week 2019','','publish','closed','open','','get-cracking-for-british-egg-week','','','2019-07-17 17:56:10','2019-07-17 17:56:10','',0,'https://www.ontradeprogress.com/?p=5632',0,'post','',0),(5633,1,'2019-07-16 09:04:49','2019-07-16 09:04:49','','British egg week log#F59010 - high res','','inherit','closed','closed','','british-egg-week-logf59010-high-res','','','2019-07-16 09:05:13','2019-07-16 09:05:13','',5632,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res.jpg',0,'attachment','image/jpeg',0),(5634,1,'2019-07-16 09:05:16','2019-07-16 09:05:16','<h1><strong>British Egg Week runs from 7-13th of October</strong></h1>\r\nBritish Lion eggs is calling on UK food businesses to get cracking and make plans for British Egg Week, which is running from 7-13 October with a Protein Power theme.\r\n\r\nA well-established date on the foodie calendar, it provides retailers, caterers, wholesalers and manufacturers with the opportunity to boost their egg sales and capitalise on the continued popularity of eggs. Retail egg sales grew by 4% YOY in 2018, the equivalent of around 240 million extra eggs.\r\n\r\n“Millennials are driving the growth of eggs as more and more are won over by their nutritional benefits and versatility. The protein in eggs is one of the most motivating benefits for young professionals and families, which is why we are focusing on Protein Power as our British Egg Week theme,” says Andrew Joret, Chairman of the British Egg Industry Council.\r\n\r\nThe trade can drive awareness of their egg offering with product displays, recipes, promotions, meal-deals, special menus and events.\r\n\r\n“British Lion eggs will be supporting British Egg Week with social media content and promotions, including a challenge to see if it’s possible to break an eggshell holding it top to bottom, which is apparently impossible,” adds Andrew Joret.','Get cracking for British Egg Week','','inherit','closed','closed','','5632-revision-v1','','','2019-07-16 09:05:16','2019-07-16 09:05:16','',5632,'https://www.ontradeprogress.com/2019/07/16/5632-revision-v1/',0,'revision','',0),(5635,1,'2019-07-16 09:06:09','2019-07-16 09:06:09','','British egg week log#F59010 - high res','','inherit','closed','closed','','british-egg-week-logf59010-high-res-2','','','2019-07-16 09:07:40','2019-07-16 09:07:40','',5632,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-1.jpg',0,'attachment','image/jpeg',0),(5637,1,'2019-07-16 09:12:11','2019-07-16 09:12:11','','British egg week log#F59010 - high res','','inherit','closed','closed','','british-egg-week-logf59010-high-res-3','','','2019-07-16 09:12:23','2019-07-16 09:12:23','',5632,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-2.jpg',0,'attachment','image/jpeg',0),(5638,1,'2019-07-16 09:15:08','2019-07-16 09:15:08','','British egg week log#F59010 - high res','','inherit','closed','closed','','british-egg-week-logf59010-high-res-4','','','2019-07-16 09:15:18','2019-07-16 09:15:18','',5632,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-3.jpg',0,'attachment','image/jpeg',0),(5639,1,'2019-07-16 09:18:38','2019-07-16 09:18:38','','British egg week log#F59010 - high res','','inherit','closed','closed','','british-egg-week-logf59010-high-res-5','','','2019-07-16 09:18:57','2019-07-16 09:18:57','',5632,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/British-egg-week-logF59010-high-res-4.jpg',0,'attachment','image/jpeg',0),(5641,1,'2019-07-17 17:55:37','2019-07-17 17:55:37','<h1><strong>British Egg Week runs from 7-13th of October</strong></h1>\r\nBritish Lion eggs is calling on UK food businesses to get cracking and make plans for British Egg Week, which is running from 7-13 October with a Protein Power theme.\r\n\r\nA well-established date on the foodie calendar, it provides retailers, caterers, wholesalers and manufacturers with the opportunity to boost their egg sales and capitalise on the continued popularity of eggs. Retail egg sales grew by 4% YOY in 2018, the equivalent of around 240 million extra eggs.\r\n\r\n“Millennials are driving the growth of eggs as more and more are won over by their nutritional benefits and versatility. The protein in eggs is one of the most motivating benefits for young professionals and families, which is why we are focusing on Protein Power as our British Egg Week theme,” says Andrew Joret, Chairman of the British Egg Industry Council.\r\n\r\nThe trade can drive awareness of their egg offering with product displays, recipes, promotions, meal-deals, special menus and events.\r\n\r\n“British Lion eggs will be supporting British Egg Week with social media content and promotions, including a challenge to see if it’s possible to break an eggshell holding it top to bottom, which is apparently impossible,” adds Andrew Joret.','Get cracking for British Egg Week 2019','','inherit','closed','closed','','5632-revision-v1','','','2019-07-17 17:55:37','2019-07-17 17:55:37','',5632,'https://www.ontradeprogress.com/2019/07/17/5632-revision-v1/',0,'revision','',0),(5642,1,'2019-07-17 17:55:46','2019-07-17 17:55:46','<h1><strong>British Egg Week 2019 runs from 7-13th of October</strong></h1>\r\nBritish Lion eggs is calling on UK food businesses to get cracking and make plans for British Egg Week, which is running from 7-13 October with a Protein Power theme.\r\n\r\nA well-established date on the foodie calendar, it provides retailers, caterers, wholesalers and manufacturers with the opportunity to boost their egg sales and capitalise on the continued popularity of eggs. Retail egg sales grew by 4% YOY in 2018, the equivalent of around 240 million extra eggs.\r\n\r\n“Millennials are driving the growth of eggs as more and more are won over by their nutritional benefits and versatility. The protein in eggs is one of the most motivating benefits for young professionals and families, which is why we are focusing on Protein Power as our British Egg Week theme,” says Andrew Joret, Chairman of the British Egg Industry Council.\r\n\r\nThe trade can drive awareness of their egg offering with product displays, recipes, promotions, meal-deals, special menus and events.\r\n\r\n“British Lion eggs will be supporting British Egg Week with social media content and promotions, including a challenge to see if it’s possible to break an eggshell holding it top to bottom, which is apparently impossible,” adds Andrew Joret.','Get cracking for British Egg Week 2019','','inherit','closed','closed','','5632-revision-v1','','','2019-07-17 17:55:46','2019-07-17 17:55:46','',5632,'https://www.ontradeprogress.com/2019/07/17/5632-revision-v1/',0,'revision','',0),(5643,1,'2019-07-17 18:06:40','2019-07-17 18:06:40','<h1><strong>The Fernet-Branca Barback Games return to London for a second year </strong></h1>\r\nThe Fernet-Branca Barback Games return to London this September to challenge Britain’s bravest bar industry professionals.  The winning team will go on to compete in the European final, taking place during the Bar Convent trade event in Berlin in October.\r\n\r\nThe event takes place at Village Underground, London on Sunday 29 September, with host Hi-Spirits expecting an even stronger turnout for the games’ second year in London, both from teams competing, and with loud, enthusiastic support from across the bar trade to cheer them on.\r\n\r\nEight teams of finalists will be chosen, with travel and accommodation paid for, and a minimum of four teams from outside of London competing on the night. The games test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\nAny bar stocking Fernet-Branca or another Fratelli Branca brand can enter a team, made up of one competitor and one coach. A competitor must work in a role that includes barback duties. To narrow down the entries, teams are being asked to sum up “What does the industry mean to you?”.\r\n\r\nA global judging panel of bar professionals will oversee the proceedings, leading to a final battle between the top two teams to decide who will compete for the honour of the British bar trade in Berlin.\r\n\r\nPoppy Croft, marketing manager of Fernet-Branca UK distributor Hi-Spirits, said: “The audience is as much a part of the Barback Games as the competitors, and bars can RSVP for tickets online.\r\n\r\n“It’s a great chance to network, explore exciting complimentary Fernet-Branca drinks, and enjoy food and entertainment - last year saw DJ Luck and MC Neat perform - and, of course, shout themselves hoarse as the competitors are put through their paces.”\r\n\r\nTeams hoping to compete, and trade professionals applying for complimentary tickets, can sign up at <a href=\"http://www.fernet-branca.co.uk/barbackgames\">www.fernet-branca.co.uk/barbackgames</a>.  Entries for competitors are open from 15 July to 31 August, with the finalists announced on 8 September.\r\n\r\nThe teams won’t find out what’s involved until the day of the games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\nOriginally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. The 2019 London competition takes place at Village Underground, Shoreditch, London from 7pm – 12pm on 29 September. The winning team will spend three nights in Berlin, with the European final taking place during Bar Convent, which runs from 7 to 9 October.','Fernet-Branca Barback Games returns','','inherit','closed','closed','','5629-revision-v1','','','2019-07-17 18:06:40','2019-07-17 18:06:40','',5629,'https://www.ontradeprogress.com/2019/07/17/5629-revision-v1/',0,'revision','',0),(5644,1,'2019-07-17 18:14:39','2019-07-17 18:14:39','<h1><strong>The Fernet-Branca Barback Games return to London for a second year. The popular Italian liqueur, used in many cocktails is back in September.</strong></h1>\nThe Fernet-Branca Barback Games return to London this September to challenge Britain’s bravest bar industry professionals.  The winning team will go on to compete in the European final, taking place during the Bar Convent trade event in Berlin in October.\n\nThe event takes place at Village Underground, London on Sunday 29 September, with host Hi-Spirits expecting an even stronger turnout for the games’ second year in London, both from teams competing, and with loud, enthusiastic support from across the bar trade to cheer them on.\n\nEight teams of finalists will be chosen, with travel and accommodation paid for, and a minimum of four teams from outside of London competing on the night. The games test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\n\nAny bar stocking Fernet-Branca or another Fratelli Branca brand can enter a team, made up of one competitor and one coach. A competitor must work in a role that includes barback duties. To narrow down the entries, teams are being asked to sum up “What does the industry mean to you?”.\n\nA global judging panel of bar professionals will oversee the proceedings, leading to a final battle between the top two teams to decide who will compete for the honour of the British bar trade in Berlin.\n\nPoppy Croft, marketing manager of Fernet-Branca UK distributor Hi-Spirits, said: “The audience is as much a part of the Barback Games as the competitors, and bars can RSVP for tickets online.\n\n“It’s a great chance to network, explore exciting complimentary Fernet-Branca drinks, and enjoy food and entertainment - last year saw DJ Luck and MC Neat perform - and, of course, shout themselves hoarse as the competitors are put through their paces.”\n\nTeams hoping to compete, and trade professionals applying for complimentary tickets, can sign up at <a href=\"http://www.fernet-branca.co.uk/barbackgames\">www.fernet-branca.co.uk/barbackgames</a>.  Entries for competitors are open from 15 July to 31 August, with the finalists announced on 8 September.\n\nThe teams won’t find out what’s involved until the day of the games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\n\nOriginally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. The 2019 London competition takes place at Village Underground, Shoreditch, London from 7pm – 12pm on 29 September. The winning team will spend three nights in Berlin, with the European final taking place during Bar Convent, which runs from 7 to 9 October.','Fernet-Branca Barback Games returns','','inherit','closed','closed','','5629-autosave-v1','','','2019-07-17 18:14:39','2019-07-17 18:14:39','',5629,'https://www.ontradeprogress.com/2019/07/17/5629-autosave-v1/',0,'revision','',0),(5645,1,'2019-07-17 18:14:41','2019-07-17 18:14:41','<h1><strong>The Fernet-Branca Barback Games return to London for a second year. The popular Italian liqueur, used in many cocktails is back in September.</strong></h1>\r\nThe Fernet-Branca Barback Games return to London this September to challenge Britain’s bravest bar industry professionals.  The winning team will go on to compete in the European final, taking place during the Bar Convent trade event in Berlin in October.\r\n\r\nThe event takes place at Village Underground, London on Sunday 29 September, with host Hi-Spirits expecting an even stronger turnout for the games’ second year in London, both from teams competing, and with loud, enthusiastic support from across the bar trade to cheer them on.\r\n\r\nEight teams of finalists will be chosen, with travel and accommodation paid for, and a minimum of four teams from outside of London competing on the night. The games test the skills and endurance of competitors with a series of physical challenges, as well as their knowledge and passion for classic Italian digestif Fernet-Branca.\r\n\r\nAny bar stocking Fernet-Branca or another Fratelli Branca brand can enter a team, made up of one competitor and one coach. A competitor must work in a role that includes barback duties. To narrow down the entries, teams are being asked to sum up “What does the industry mean to you?”.\r\n\r\nA global judging panel of bar professionals will oversee the proceedings, leading to a final battle between the top two teams to decide who will compete for the honour of the British bar trade in Berlin.\r\n\r\nPoppy Croft, marketing manager of Fernet-Branca UK distributor Hi-Spirits, said: “The audience is as much a part of the Barback Games as the competitors, and bars can RSVP for tickets online.\r\n\r\n“It’s a great chance to network, explore exciting complimentary Fernet-Branca drinks, and enjoy food and entertainment - last year saw DJ Luck and MC Neat perform - and, of course, shout themselves hoarse as the competitors are put through their paces.”\r\n\r\nTeams hoping to compete, and trade professionals applying for complimentary tickets, can sign up at <a href=\"http://www.fernet-branca.co.uk/barbackgames\">www.fernet-branca.co.uk/barbackgames</a>.  Entries for competitors are open from 15 July to 31 August, with the finalists announced on 8 September.\r\n\r\nThe teams won’t find out what’s involved until the day of the games, but competitors are being warned that they need to be fit and able to compete in some very physical challenges.\r\n\r\nOriginally held in San Francisco in 2007, the Barback Games are now one of the biggest touring bar industry events. The 2019 London competition takes place at Village Underground, Shoreditch, London from 7pm – 12pm on 29 September. The winning team will spend three nights in Berlin, with the European final taking place during Bar Convent, which runs from 7 to 9 October.','Fernet-Branca Barback Games returns','','inherit','closed','closed','','5629-revision-v1','','','2019-07-17 18:14:41','2019-07-17 18:14:41','',5629,'https://www.ontradeprogress.com/2019/07/17/5629-revision-v1/',0,'revision','',0),(5646,1,'2019-07-17 18:19:51','2019-07-17 18:19:51','<h1>Sky Sports has announced its Premier League Fixtures for August and September.</h1>\r\nThe latest set of fixtures create even more money-making opportunities for Sky Sports customers with a number of head-to-heads featuring the top six. Highlights include Manchester City vs Spurs on Saturday 17th August, Liverpool vs Arsenal on Saturday 24th August, a North London derby on Sunday 1st September at the Emirates and Chelsea vs Liverpool on 22nd September.\r\n\r\nThe start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.\r\n\r\nPlus, Sky Sports matches are at the best times for pubs, including Saturday 5.30pm tea time matches, the brand-new Saturday 7.45pm kick off, Super Sunday double header, Monday Night Football and Friday Night Football.\r\n\r\nDavid Rey, Managing Director of Sky Business said: “The long-awaited return of the Premier League will not disappoint with a number of standout games throughout August and September that your customers won’t want to miss. Last season’s top six will all feature, with some huge clashes including holders Manchester City against Spurs and Champions League winners, Liverpool against Arsenal. It will be also be fascinating to see Frank Lampard’s return to Stamford Bridge but this time as a manager. Wolves, Villa and Sheffield United all make a return to the top flight and will be in action in front of the Sky Sports cameras. What a line-up!”\r\n\r\nThe fixtures are:\r\n\r\nSaturday 17th August Manchester City vs Tottenham Hotspur 5.30pm kick off\r\nSunday 18th August Sheffield United vs Crystal Palace 2.00pm kick off\r\nSunday 18th August Chelsea vs Leicester 4.30pm kick off\r\nMonday 19th August Wolves vs Manchester United 8.00pm kick off\r\nFriday 23rd August Aston Villa vs Everton 8.00pm kick off\r\nSaturday 24th August Liverpool vs Arsenal 5.30pm kick off\r\nSunday 25th August Bournemouth vs Manchester City 2.00pm kick off\r\nSunday 25th August Tottenham Hotspur vs Newcastle 4.30pm kick off\r\nSaturday 31st August Burnley vs Liverpool 5.30pm kick off\r\nSunday 1st September Everton vs Wolves 2.00pm kick off\r\nSunday 1st September Arsenal vs Tottenham 4.30pm kick off\r\nSaturday 14th September Norwich vs Manchester City 5.30pm kick off\r\nSunday 15th September Bournemouth vs Everton 2.00pm kick off\r\nSunday 15th September Watford vs Arsenal 4.30pm kick off\r\nMonday 16th September Aston Villa vs West Ham 8.00pm kick off\r\nFriday 20th September Southampton vs Bournemouth 8.00pm kick off\r\nSaturday 21st September Newcastle vs Brighton 5.30pm kick off\r\nSunday 22nd September West Ham Utd vs Manchester Utd 2.00pm kick off\r\nSunday 22nd September Chelsea vs Liverpool 4.30pm kick off\r\nSaturday 28th September Leicester vs Newcastle 5.30pm kick off\r\nSunday 29th September Everton vs Manchester City 4.30pm kick off\r\nMonday 30th September Manchester United vs Arsenal 8.00pm kick off\r\n\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nSky Sports also has some of the best sporting events exclusively live, including every F1 race weekend, the ICC Cricket World Cup, The Ashes, all 4 golf Major’s including The Open Championship, and England’s Rugby World Cup warm-up matches.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.','Sky Sports releases fixtures','','inherit','closed','closed','','5618-revision-v1','','','2019-07-17 18:19:51','2019-07-17 18:19:51','',5618,'https://www.ontradeprogress.com/2019/07/17/5618-revision-v1/',0,'revision','',0),(5647,1,'2019-07-17 18:21:20','2019-07-17 18:21:20','<h1>Sky Sports has announced its Premier League Fixtures for August and September.</h1>\r\nThe latest set of fixtures create even more money-making opportunities for Sky Sports customers with a number of head-to-heads featuring the top six. Highlights include Manchester City vs Spurs on Saturday 17th August, Liverpool vs Arsenal on Saturday 24th August, a North London derby on Sunday 1st September at the Emirates and Chelsea vs Liverpool on 22nd September.\r\n\r\nThe start of season marks the start of a new deal which sees Sky Sports remain the home of the Premier League, with 128 exclusively live games. And with the first pick every matchday weekend, licensees can rely on Sky Sports to bring their customers the biggest head to heads throughout the season.\r\n\r\nPlus, Sky Sports matches are at the best times for pubs, including Saturday 5.30pm tea time matches, the brand-new Saturday 7.45pm kick off, Super Sunday double header, Monday Night Football and Friday Night Football.\r\n\r\nDavid Rey, Managing Director of Sky Business said: “The long-awaited return of the Premier League will not disappoint with a number of standout games throughout August and September that your customers won’t want to miss. Last season’s top six will all feature, with some huge clashes including holders Manchester City against Spurs and Champions League winners, Liverpool against Arsenal. It will be also be fascinating to see Frank Lampard’s return to Stamford Bridge but this time as a manager. Wolves, Villa and Sheffield United all make a return to the top flight and will be in action in front of the Sky Sports cameras. What a line-up!”\r\n\r\nThe fixtures are:\r\n\r\nSaturday 17th August Manchester City vs Tottenham Hotspur 5.30pm kick off\r\nSunday 18th August Sheffield United vs Crystal Palace 2.00pm kick off\r\nSunday 18th August Chelsea vs Leicester 4.30pm kick off\r\nMonday 19th August Wolves vs Manchester United 8.00pm kick off\r\nFriday 23rd August Aston Villa vs Everton 8.00pm kick off\r\nSaturday 24th August Liverpool vs Arsenal 5.30pm kick off\r\nSunday 25th August Bournemouth vs Manchester City 2.00pm kick off\r\nSunday 25th August Tottenham Hotspur vs Newcastle 4.30pm kick off\r\nSaturday 31st August Burnley vs Liverpool 5.30pm kick off\r\nSunday 1st September Everton vs Wolves 2.00pm kick off\r\nSunday 1st September Arsenal vs Tottenham 4.30pm kick off\r\nSaturday 14th September Norwich vs Manchester City 5.30pm kick off\r\nSunday 15th September Bournemouth vs Everton 2.00pm kick off\r\nSunday 15th September Watford vs Arsenal 4.30pm kick off\r\nMonday 16th September Aston Villa vs West Ham 8.00pm kick off\r\nFriday 20th September Southampton vs Bournemouth 8.00pm kick off\r\nSaturday 21st September Newcastle vs Brighton 5.30pm kick off\r\nSunday 22nd September West Ham Utd vs Manchester Utd 2.00pm kick off\r\nSunday 22nd September Chelsea vs Liverpool 4.30pm kick off\r\nSaturday 28th September Leicester vs Newcastle 5.30pm kick off\r\nSunday 29th September Everton vs Manchester City 4.30pm kick off\r\nMonday 30th September Manchester United vs Arsenal 8.00pm kick off\r\n\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nSky Sports also has some of the best sporting events exclusively live, including every F1 race weekend, the ICC Cricket World Cup, The Ashes, all 4 golf Major’s including The Open Championship, and England’s Rugby World Cup warm-up matches.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.','Sky Sports releases live football fixtures','','inherit','closed','closed','','5618-revision-v1','','','2019-07-17 18:21:20','2019-07-17 18:21:20','',5618,'https://www.ontradeprogress.com/2019/07/17/5618-revision-v1/',0,'revision','',0),(5648,1,'2019-07-17 18:31:50','2019-07-17 18:31:50','Brighton Gin has produced a 2019 edition of its Brighton Pride label design. Since 2016 Brighton Gin has created a limited edition Pride bottling, in support of local LGBTQ charities.\r\n\r\nThis year, Brighton Gin has teamed up with Brighton-based artist, Hizze Fletcher, who runs BRUSH, the iconic North Laine Art Gallery and hair salon. She has created a label to recognise the 50th anniversary of the Stonewall Riots which mark the birth of the modern Gay Liberation Movement (GLM).  It features Marsha P. Johnson, LGBTQ activist and self-identifed drag queen, who was a prominent figure in the 1969 Stonewall uprising, when New York police raided the Stonewall Inn and provoked the start of riots and demonstrations\r\n\r\nBrighton Gin’s founder, Kathy Caton said “We’re proud to support our LGBTQ communities and give something back to the city which has so much a part of our identity. By featuring Marsha P. Johnson on the label, we hope people will ask more questions about who she was and the origins of the modern day LGBTQ movement.  We’re also delighted to be able to highlight the work of renowned queer artist Hizze Fletcher with this collector’s edition bottle”.\r\n\r\nThe exclusive run will be kept to 500 bottles, each one capped off with a gold wax top, rather than Brighton Gin’s signature ‘Brighton Seafront Blue’ wax.  A percentage of each bottle sold will go to the Rainbow Fund, the grant-giving organisation set up to support local LGBTQ community initiatives.\r\n\r\nThrough their Community Spirit initiative, Brighton Gin has supported dozens of charities across the city and beyond and is incredibly proud of the impact they’ve been able to have locally and across the UK.\r\n\r\nThe limited edition Brighton Pride bottle will be released through local wholesalers Latin Spirits &amp; Beers, HT Drinks, LWC and Harp Wines and when they’re gone, they’re gone!\r\n\r\n“Now they got two little nice statues in Chariot Park to remember the gay movement. How many people have died for these two little statues to be put in the park for them to recognize gay people? How many years has it taken people to realize that we are all brothers and sisters and human beings in the human race? I mean how many years does it take people to see that we\'re all in this rat race together!\"\r\n\r\nMarsha P. Johnson 1992','Brighton Gin limited edition pride bottle announced','','publish','closed','open','','brighton-gin-pride-bottle','','','2019-07-18 10:37:24','2019-07-18 10:37:24','',0,'https://www.ontradeprogress.com/?p=5648',0,'post','',0),(5649,1,'2019-07-17 18:31:15','2019-07-17 18:31:15','','dav_vivid','dav_vivid','inherit','closed','closed','','dav_vivid','','','2019-07-17 18:31:37','2019-07-17 18:31:37','',5648,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Pride-2019-artwork-close-up-1.jpg',0,'attachment','image/jpeg',0),(5650,1,'2019-07-17 18:31:50','2019-07-17 18:31:50','Brighton Gin has produced a 2019 edition of its Brighton Pride label design. Since 2016 Brighton Gin has created a limited edition Pride bottling, in support of local LGBTQ charities.\r\n\r\nThis year, Brighton Gin has teamed up with Brighton-based artist, Hizze Fletcher, who runs BRUSH, the iconic North Laine Art Gallery and hair salon. She has created a label to recognise the 50th anniversary of the Stonewall Riots which mark the birth of the modern Gay Liberation Movement (GLM).  It features Marsha P. Johnson, LGBTQ activist and self-identifed drag queen, who was a prominent figure in the 1969 Stonewall uprising, when New York police raided the Stonewall Inn and provoked the start of riots and demonstrations\r\n\r\nBrighton Gin’s founder, Kathy Caton said “We’re proud to support our LGBTQ communities and give something back to the city which has so much a part of our identity. By featuring Marsha P. Johnson on the label, we hope people will ask more questions about who she was and the origins of the modern day LGBTQ movement.  We’re also delighted to be able to highlight the work of renowned queer artist Hizze Fletcher with this collector’s edition bottle”.\r\n\r\nThe exclusive run will be kept to 500 bottles, each one capped off with a gold wax top, rather than Brighton Gin’s signature ‘Brighton Seafront Blue’ wax.  A percentage of each bottle sold will go to the Rainbow Fund, the grant-giving organisation set up to support local LGBTQ community initiatives.\r\n\r\nThrough their Community Spirit initiative, Brighton Gin has supported dozens of charities across the city and beyond and is incredibly proud of the impact they’ve been able to have locally and across the UK.\r\n\r\nThe limited edition Brighton Pride bottle will be released through local wholesalers Latin Spirits &amp; Beers, HT Drinks, LWC and Harp Wines and when they’re gone, they’re gone!\r\n\r\n“Now they got two little nice statues in Chariot Park to remember the gay movement. How many people have died for these two little statues to be put in the park for them to recognize gay people? How many years has it taken people to realize that we are all brothers and sisters and human beings in the human race? I mean how many years does it take people to see that we\'re all in this rat race together!\"\r\n\r\nMarsha P. Johnson 1992','Brighton Gin limited edition pride bottle announced','','inherit','closed','closed','','5648-revision-v1','','','2019-07-17 18:31:50','2019-07-17 18:31:50','',5648,'https://www.ontradeprogress.com/2019/07/17/5648-revision-v1/',0,'revision','',0),(5661,1,'2019-07-18 07:27:33','2019-07-18 07:27:33','<h1>Healthy Hospo founder, Tim Etherington-Judge and wine &amp; spirits specialist, Stephanie Jordon will launch new Calvados brand, Avallen on Wednesday 29th May at Nine Lives, encouraging people to #beepositive.</h1>\r\nBorn out of a shared passion for traditional spirits and sustainable products, Avallen Calvados has been founded with the intention to re-ignite Calvados, one of the world\'s great brandies, and have a positive impact on the wild bee populations in the markets where it is sold.\r\n\r\nFounders Etherington-Judge and Jordan explain that Calvados is by far one of the most sustainable spirits in the world made from over 300 varieties of apples and pears, cultivated in a well-orchestrated eco-system whereby the orchards, cows, birds and bees work in perfect harmony. It is this biodiversity that inspired them to build a program to help bee populations around the world with their #BeePositive message, donating €0,50 of profit for every bottle sold to organizations dedicated to restoring and protecting the most important of insects as well as a commitment to plant 100,000 wild flowers over the next 3 years across the globe in aid of helping our forever declining bee population.\r\n\r\nIn the wake of Sweet &amp; Chilli\'s recent human sustainability aim, the partnership with Nine Lives could not have been a better one. In its simplest form, the specialist drinks agency\'s profit shares are given to staff on the grounds of providing great service to customers. With businesses obtaining growing revenue and profitability, the money made is reinvested back into the scheme. The new initiative Sweet &amp; Chilli are hoping to maintain longstanding individuals, meaning the money spent on the costly recruitment process can be used in other areas.\r\n\r\n<img class=\"alignright size-medium wp-image-5259\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/05/Avallen-300x100.jpg\" alt=\"avallen brandy sustainable\" width=\"300\" height=\"100\" />\r\n\r\nHuman Sustainability goes beyond fair wages; it\'s about providing a solid foundation which allows individuals to grow, learn and reap the financial rewards in a fair and driven company. Sweet &amp; Chilli are currently in their last month of their three-month trial of the scheme and have overall given 10% profit to all team members who have been involved in the company longer than three months.\r\n\r\nAvallen\'s liquid is fresh, fruity and proudly apple forward in its flavour profile. A Calvados AOC aged in French oak barrels for 2 years and bottled at 40% ABV with no added sugar, caramel or boisé. It is made from nothing buy real apples, water and time. Ultimately an accessible yet high-quality liquid with a fresh and innovative take on design for the category, Avallen Spirits aims to shake up the global spirits market and take Calvados off the shelf and into the speedwells and cocktail menus of bars around the world.\r\n\r\nAvallen Spirits is a company with environmental positivity at its core. Made from nothing but real apples, water and time, Avallen Calvados is completely natural with no additives or added sugar. The bottle has been selected for its bartender friendliness but also as it is one of the lightest on the market ensuring a reduced carbon footprint from shipping. The label is printed on recycled apple pulp paper (the rest of the pulp is distributed to dairy farmers to feed their herds) using only sustainable dyes minimizing the impact on the environment. Avallen Calvados is produced in La Manche region of Normandy, France, who\'s local council have been pesticide free since 2016.','New eco-friendly apple brandy','','inherit','closed','closed','','5258-revision-v1','','','2019-07-18 07:27:33','2019-07-18 07:27:33','',5258,'https://www.ontradeprogress.com/2019/07/18/5258-revision-v1/',0,'revision','',0),(5662,1,'2019-07-18 10:37:14','2019-07-18 10:37:14','Brighton Gin has produced a 2019 edition of its Brighton Pride label design. Since 2016 Brighton Gin has created a limited edition Pride bottling, in support of local LGBTQ charities.\r\n\r\nThis year, Brighton Gin has teamed up with Brighton-based artist, Hizze Fletcher, who runs BRUSH, the iconic North Laine Art Gallery and hair salon. She has created a label to recognise the 50th anniversary of the Stonewall Riots which mark the birth of the modern Gay Liberation Movement (GLM).  It features Marsha P. Johnson, LGBTQ activist and self-identifed drag queen, who was a prominent figure in the 1969 Stonewall uprising, when New York police raided the Stonewall Inn and provoked the start of riots and demonstrations\r\n\r\nBrighton Gin’s founder, Kathy Caton said “We’re proud to support our LGBTQ communities and give something back to the city which has so much a part of our identity. By featuring Marsha P. Johnson on the label, we hope people will ask more questions about who she was and the origins of the modern day LGBTQ movement.  We’re also delighted to be able to highlight the work of renowned queer artist Hizze Fletcher with this collector’s edition bottle”.\r\n\r\nThe exclusive run will be kept to 500 bottles, each one capped off with a gold wax top, rather than Brighton Gin’s signature ‘Brighton Seafront Blue’ wax.  A percentage of each bottle sold will go to the Rainbow Fund, the grant-giving organisation set up to support local LGBTQ community initiatives.\r\n\r\nThrough their Community Spirit initiative, Brighton Gin has supported dozens of charities across the city and beyond and is incredibly proud of the impact they’ve been able to have locally and across the UK.\r\n\r\nThe limited edition Brighton Pride bottle will be released through local wholesalers Latin Spirits &amp; Beers, HT Drinks, LWC and Harp Wines and when they’re gone, they’re gone!\r\n\r\n“Now they got two little nice statues in Chariot Park to remember the gay movement. How many people have died for these two little statues to be put in the park for them to recognize gay people? How many years has it taken people to realize that we are all brothers and sisters and human beings in the human race? I mean how many years does it take people to see that we\'re all in this rat race together!\"\r\n\r\nMarsha P. Johnson 1992','Brighton Gin limited edition pride bottle announced','','inherit','closed','closed','','5648-autosave-v1','','','2019-07-18 10:37:14','2019-07-18 10:37:14','',5648,'https://www.ontradeprogress.com/2019/07/18/5648-autosave-v1/',0,'revision','',0),(5663,1,'2019-07-24 08:57:09','2019-07-24 08:57:09','<h1>It’s a company arguably more famous for colder weather classics, but this summer Essential Cuisine is unveiling a chef-focused, productivity-boosting recipe guide, packed with vibrant ingredients that not only offer a timely flavour lift, but could help brighten the moods of diners too.</h1>\r\n<strong> </strong>Available to download now, at <a href=\"http://www.essentialcuisine.com/interactive-recipes/\">www.essentialcuisine.com/interactive-recipes/</a> the<em>Summer Superfoods</em> recipe book sees the company’s talented team of development chefs take some of its best-known products including its Premier Jus, Asian bases, and Glace ranges, and use them to create a whole host of inspirational spring and summer-inspired recipes. From Smoked Duck, Heritage Carrot, Orange &amp; Wild Rice Salad with a Hazelnut &amp; Pomegranate Dressing, to Tofu Poké, Jerk Fish and a One Pot Moroccan Chickpea Brown Rice Salad, chefs will be spoilt for choice in their endeavours to provide healthy, nutritious meals.\r\n\r\nThe recipe book includes a foreword by highly respected nutritionist Dr Sarah Schenker, on how a poor diet can affect individuals and their families, employers and wider society, recognising that people are happier and more productive if they feel and eat healthily. Dr Schenker also offers up her expert view on the value of ingredients used in each recipe, giving working kitchens the confidence that, when employed, these recipes can help vastly improve the wellness of diners.\r\n\r\n<strong>Senior Business Development Chef at </strong><strong>Essential Cuisine, Jonathan Harvey-Barnes, </strong>who was one of the chef team, instrumental in bringing the recipe book to life, <strong>commented: </strong>“Essential Cuisine may be more famous for autumn and winter inspiration than spring and summer, but hopefully this new guide goes a long way to proving the sheer versatility of some of our best loved products. There are certain sectors – B&amp;I, Education – where using food to boost productivity is a real science. We’re here to say that, with some 87% of UK diners stating that the healthiness of their food is important to them*, these recipes can be used in any sector, their simplicity, freshness and vibrancy playing into the hands of chefs and working kitchens across hospitality.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/\">Two million extra pints to be sold on blockbuster day of sport</a></li>\r\n</ul>','The new wellbeing and productivity-boosting recipe guide','','inherit','closed','closed','','5410-revision-v1','','','2019-07-24 08:57:09','2019-07-24 08:57:09','',5410,'https://www.ontradeprogress.com/2019/07/24/5410-revision-v1/',0,'revision','',0),(5664,1,'2019-07-24 08:57:59','2019-07-24 08:57:59','<h1>UKHospitality has cautioned against the introduction of minimum unit pricing for alcohol in Wales following the Welsh Government’s reiteration it intends to introduce the measure.</h1>\r\nUKHospitality Executive Director for Wales, David Chapman said: “We are, of course, very supportive of efforts to promote healthier attitudes to alcohol, provided they are strictly evidence-based.\r\n\r\n\"We believe minimum unit pricing is, however, a very blunt and limited instrument and we are concerned that there is little substantive evidence its introduction in Wales would curb harmful drinking.\r\n\r\n\"Instead, hospitality businesses that are already facing continually increasing costs that threaten their sustainability and positive employment ambitions will be placed under further erosive pressure.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/\">Traditional blessing for Hogs Back Brewery hop garden</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n</ul>\r\n&nbsp;','UKHospitality warns against MUP in Wales','','inherit','closed','closed','','5422-revision-v1','','','2019-07-24 08:57:59','2019-07-24 08:57:59','',5422,'https://www.ontradeprogress.com/2019/07/24/5422-revision-v1/',0,'revision','',0),(5665,1,'2019-07-24 08:59:58','2019-07-24 08:59:58','<h1>Surrey-based Hogs Back Brewery has celebrated the growth of its new hop garden with an official blessing by local vicar Rev. Claire Holt, attended by close to 200 local residents and customers.</h1>\r\nThe 8.5-acre hop garden next to the brewery on Manor Farm in Tongham, was created late last year, when Hogs Back relocated 2,000 hop plants from its previous site across the road and added 4,000 new ones. The new garden is almost treble the size of the old one and the hop plants are now beginning to flourish in their new home, growing up posts and wires ahead of harvest later this year.\r\n\r\nBlessing the hops, Rev. Holt, of St Paul\'s Church in Tongham, explained the origins of crop blessing ceremonies, which were traditionally held on Ascension Day - falling this year on 30 May, which was when the Hogs Back blessing took place.   She said: \"When the crops were planted, a group of young and old people from the village, usually led by the priest, would walk round the boundaries of the parish, stopping at each boundary post to pray for the protection of the crops.\r\n\r\n\"Blessing the hop garden therefore revives a long-held tradition that would certainly have been part of the cycle of hop growing in Farnham for many years. It gives me great joy to lead today\'s prayers for the Hogs Back hop garden, the brewery, and all who work in them, for this year and long into the future.\"\r\n\r\nRupert Thompson, Hogs Back Brewery managing director, said: \"Ever since we planted our first hop garden five years ago, we\'ve been keen to observe hop farming milestones and were delighted to welcome back Rev. Holt, who also conducted a blessing for us in 2014.\r\n\r\n\"Today\'s celebration was a much larger affair, which shows the extent to which the community has engaged with the hop garden and the brewery in that time. Hogs Back\'s values of tradition, authenticity and local community appeals to a growing number of craft beer drinkers, across Surrey and beyond.\"\r\n\r\nWith the hops duly blessed, the Hogs Back team led by estate manager Matthew King, will now be tending the bines carefully to encourage a healthy harvest in September. Three varieties are being grown in the new garden: Fuggles - used in the brewer\'s flagship TEA ale; Cascade - used in its Hogstar Lager; and Farnham White Bine - a local variety that they have revived from near-extinction.\r\n\r\nKing said: \"We\'ve learned that the first harvest from a new hop garden is never the best, as it\'s good practice not to cut all the new plants in Year 1, leaving them in the ground to grow stronger for subsequent years.   However, we\'re pleased with the way the hop plants transported from our old garden have adapted to their new home so are hoping they will yield a good crop in September.\"\r\n\r\nAs well as expanding its hop garden, Hogs Back is also planning to build a new kiln to dry its hops, next to the brewery. This is believed to be the first traditional style kiln to be constructed in Surrey for over 100 years and will stand on the site occupied for many years by an original kiln within Manor Farm. It will be used to dry Hogs Back\'s hops for around one month and for the rest of the year will serve as an event space and visitor centre, educating people about the local hop farming industry.\r\n\r\nThompson said, \"We are excited about continuing the journey we started with the planting of our original hop garden in 2014. Growing our own hops has made us better brewers, as with each harvest we\'ve learned more about how the flavour of the hops is affected by the weather, and how that then impacts the quality and taste of the beer. It has also drawn us closer to the local rural community and its history, and gives us a unique opportunity to accentuate the provenance and quality of our beers.\"\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/\">The new wellbeing and productivity-boosting recipe guide</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/\">UKH welcomes first step in relaxation of chef employment restrictions</a></li>\r\n</ul>\r\n&nbsp;','Traditional blessing for Hogs Back Brewery hop garden','','inherit','closed','closed','','5413-revision-v1','','','2019-07-24 08:59:58','2019-07-24 08:59:58','',5413,'https://www.ontradeprogress.com/2019/07/24/5413-revision-v1/',0,'revision','',0),(5666,1,'2019-07-24 09:00:47','2019-07-24 09:00:47','<h1 class=\"p1\"><span class=\"s1\"><b>More Than Mendoza as Morgenrot Launches Somewhere Else</b></span></h1>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<span class=\"s1\"><a href=\"https://www.morgenrot.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">Morgenrot</a> is once again getting off the beaten track but this time in Argentina, after launching a unique quartet of Somewhere Else wines from the Tulum Valley at the foot of the Andes. </span>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">The new Somewhere Else wines will be showcased at Morgenrot’s Project HOME trade tasting on the 19</span><span class=\"s2\"><sup>th</sup></span><span class=\"s1\"> September, which will run from 11am until 6pm at Manchester’s HOME, 2 Tony Wilson Place, First Street, Manchester, M15 4FN. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Produced by the family run Somewhere Else Vineyards, the initial range features a fruit-driven Malbec but it’s the winery’s unique Cabernet Franc, Petit Verdot and Torrontes-Pedro Gimenez blend which have created the most interest at recent tastings. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Made using grapes from their own vines in single estate vineyards, the grapes are treated with great respect and given a long maceration before a natural malolactic fermentation. Each wine is then aged in oak for eight months with cold stabilisation and light filtration prior to bottling.</span></p>\r\n&nbsp;\r\n<h2 class=\"p1\"><span class=\"s1\">The bold and brave new Somewhere Else quartet includes:</span></h2>\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Malbec – 14.0%, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, but elegant and forward with subtleties throughout. Deep ruby colour, intense aromas of ripe red fruits, with layers of spices and subtle vanilla. It has fine tannins that provide elegance and authenticity to its firm structure.  75cl bottle.    </span></p>\r\n\r\n\r\n[caption id=\"attachment_2593\" align=\"alignright\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2593 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-CF-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Cabernet Franc[/caption]\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i>Somewhere Else - Cabernet Franc – 13% abv, Vintage – 2017 </i></b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">A bright ruby-red colour with notes of cloves, bell pepper and red fruit on the nose, this wine is loved for its persistent and silky mouthfeel, sweet tannins and round long finish. 75cl bottle</span></p>\r\n<p class=\"p1\"><span class=\"s1\">              </span></p>\r\n\r\n\r\n[caption id=\"attachment_2594\" align=\"alignleft\" width=\"221\"]<a href=\"https://www.morgenrot.co.uk/\"><img class=\"wp-image-2594 size-medium\" title=\"Morgenrot releases their Somewhere Else quartet\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/09/Somewhere-Else-PV-221x300.jpg\" alt=\"Morgenrot releases their Somewhere Else quartet\" width=\"221\" height=\"300\" /></a> Somewhere Else - Petit Verdot[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else - Petit Verdot – 13% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Intense, dark colour with an aroma combining plum, blackberries, vanilla and mocha. It has a fruity and complex mouthfeel matched with tender tannins and a balanced finish. 75cl bottle.   </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>Somewhere Else – Torrontes – Pedro Gimenez – 15% abv, Vintage 2017</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Believed to be the first blend of its kind, this beauty offers plenty of citrus (lemon and grapefruit) and tropical fruit (banana, pineapple) aromas with a touch of vanilla. It has a full bodied mouth-feel with a persistent crispness. 75cl bottle.</span></p>\r\n<p class=\"p1\"><strong><span class=\"s1\">John Critchley, Morgenrot, Commercial Director said:</span></strong></p>\r\n<p class=\"p1\"><span class=\"s1\">“Argentina is an incredible country and I believe we are only just starting to see the star quality of its grapes, winemakers and wines.  We’ve been exploring the country this last year to try and discover some of the up and coming regions, varietals and producers who are creating a buzz through their creativity and approach. Alejandro and his Somewhere Else winery are the perfect representation of this.”</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b><i> </i></b></span></p>\r\n\r\n<h3 class=\"p1\"><span class=\"s1\"><b>About Somewhere Else Vineyards</b></span></h3>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\">Founded in 2002 by Alejandro Menin and based at the foot of Los Andes, around 30 km from the city of San Juan in the Tulum Valley, Somewhere Else Vineyards was born to create wines that express the personality of the people and the land of the region. </span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">After renovating and upgrading an old 1950’s winery, the company merges age-old techniques of the past with the latest innovation to optimize harvests, grape quality and to ensure they work in full harmony with the environment.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Somewhere Else Vineyards finds itself in a magic place at the foot of Los Andes where the grapes receive permanent sunlight, soft and dry wind and abundant water that comes down from mountains.  This landscape combined with the stony ground and the winemakers expertise, is essential in creating these high quality, well-rounded, fruit forward wines.</span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b> </b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"><b>About Morgenrot</b></span></p>\r\n<p class=\"p1\"><span class=\"s1\"> </span></p>\r\n<p class=\"p1\"><span class=\"s1\">Established in 1970, Manchester-based Morgenrot supply a sublime selection of wines, beers, ciders and spirits nationally including Argentina’s famous Quilmes beer,  Krombacher, Windhoek, Tribaut, Loxarel, Supper Club and Vallemajor to name a few. The company recently launched an exciting range of Spanish Vermouths and Gins.</span></p>','More Than Mendoza as Morgenrot Launches Somewhere Else','','inherit','closed','closed','','2592-revision-v1','','','2019-07-24 09:00:47','2019-07-24 09:00:47','',2592,'https://www.ontradeprogress.com/2019/07/24/2592-revision-v1/',0,'revision','',0),(5667,1,'2019-07-24 09:01:46','2019-07-24 09:01:46','<p class=\"ox-3e073e722f-xmsonormal\"><a href=\"https://beerandpub.com/\" target=\"_blank\" rel=\"noopener noreferrer\">British Beer &amp; Pub Association</a> (BBPA) Chief Executive Brigid Simmonds yesterday appeared before the Commons Housing, Communities and Local Government Select Committee session to give evidence on High Streets and Town Centers in 2030.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">Speaking on the challenges the hospitality sector faces on the high street, she noted how Brexit was creating uncertainty for businesses such as pubs. This is in addition to consumers who are tightening their purse strings as a result of food inflation from Brexit. She also talked about how business rates cumulatively affect pubs who are paying around 4% of their turnover in business rates alone, more than any other sector according to a recent report by Oxford Economics. Pubs pay 2.8% of the total business rates bill while accounting for just 0.5% of rateable turnover – an overpayment of £500m.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">It was not all negative, Brigid Simmonds also spoke about the decreasing value of the pound, explaining how this has led to an increase in tourists visiting the UK, which has boosted pubs on the high street, with as many as seven in ten overseas tourists visiting a pub whilst in the UK.</p>\r\n\r\n\r\n[caption id=\"attachment_2772\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-2772\" src=\"http://www.ontradeprogress.com/wp-content/uploads/2018/10/newcastle-upon-tyne-1675880_640-300x200.jpg\" alt=\"BBPA\" width=\"300\" height=\"200\" /> Town centers, like Newcastle, could be affected with the new proposal[/caption]\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">Discussing the overall problems, the beer and pub sectors faces with taxes, Brigid Simmonds flagged the <a href=\"https://www.longlivethelocal.pub/\" target=\"_blank\" rel=\"noopener noreferrer\">Long Live the Local</a> campaign by Britain’s Beer Alliance, which is backed by microbreweries, regional and national pub chains, the British Beer &amp; Pub Association and global breweries. The campaign is calling for a cut in beer duty in the upcoming Budget and so far over 97,000 people have signed its petition to cut beer tax, with a further 40,000 people also writing to their MP. A number of MPs on the Committee had already seen the campaign at Westminster</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\"><strong>Commenting on the committee session, Brigid Simmonds, Chief Executive of British Beer &amp; Pub Association said:</strong></p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">“The high street is an important part of any town or city in the UK, but it is struggling. The answers are not only about tax, there are some great examples of best practice from the Great British High Street’s competition, which all point to local leadership, partnerships, understanding your local market and events.  There is a pub on every high street, but as an industry they face considerable cost pressures from a range of sources; particularly high beer duty, unfair business rates and VAT.</p>\r\n<p class=\"ox-3e073e722f-xpressreleasebodytext\">“In response to this, Britain’s Beer Alliance, backed by microbreweries, regional and national pub chains, global breweries and the British Beer &amp; Pub Association, (BBPA) ourselves, have launched the <a href=\"https://www.longlivethelocal.pub/\" target=\"_blank\" rel=\"noopener noreferrer\">Long Live the Local</a> campaign to call for a cut in beer duty in the upcoming Budget.”</p>\r\nRead more from BBPA:\r\n\r\nBBPA <a href=\"http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/\" target=\"_blank\" rel=\"noopener noreferrer\">comments on Government/ DUP</a>','BBPA Chief Executive Brigid Simmonds tells Select Committee that high taxes threaten pubs ','','inherit','closed','closed','','2770-revision-v1','','','2019-07-24 09:01:46','2019-07-24 09:01:46','',2770,'https://www.ontradeprogress.com/2019/07/24/2770-revision-v1/',0,'revision','',0),(5669,1,'2019-07-24 10:33:08','2019-07-24 10:33:08','<h1>Mrs Foggs praises Void as sound system of choice</h1>\r\nVoid Acoustics are delighted to be the audio brand of choice for the high-end professional sound system installed in Mrs Fogg’s Maritime Club &amp; Distillery.\r\n\r\nLocated in the heart of London, Mrs Fogg’s is the sixth venue in the Mr Fogg’s collection, inspired by Aouda, Phileas Fogg’s Indian wife, in Jules Verne’s classic adventure novel, Around The World in 80 Days. Mrs Fogg’s serves inventive cocktails and innovative dishes, giving a nod to Aouda the explorer’s heritage and nautical travels.\r\n\r\nStyled as if aboard a Victorian steamer ship, guests enter the ground floor through the Maritime Club. Sound in this large bar and dining space is aptly powered by six black Void Acoustics Air 8 passive, two-way, eight-inch surface mount loudspeakers and two Venu Bass low frequency enclosures. The adjoining Rangoon Steamer room boasts 16 luxurious chandeliers, plush dining seating and decorative curtained windows, all built to size to replicate the steamer Phileas and Aouda travelled on. Four white Cyclone 55 dual five-inch, passive, surface mount loudspeakers, together with a Venu Bass, are strategically positioned to create the perfect sound balance, while complementing the exquisite interior décor.\r\n\r\nA staircase leads guests below deck, to an authentic bar and distillery. Here, an intimate stage is powered by two Venu X low frequency enclosures, two Air 8, and two black Air Motions. The spherical shape of the Air Motion horns gives a modern-day nod to the Victorian gramophone of Phileas Fogg’s era.\r\n\r\nOriginally, these loudspeakers were not part of the design plan for this area. However, Guy Ayres, Projects Director for Diamond AV Ltd, knew they would be the perfect choice. Guy explained that they would be well worth the investment to Charlie Gilkes and Duncan Stirling, Inception Group’s founders, who, after seeing the Air Motions and understanding their sound quality, responded with “Oh my God! We have got to have those!” The adjacent Engine room and distillery is equipped with two black Cyclone 55 loudspeakers, expertly positioned to maximise the space, within this fully operational gin distillery and cosy seating area.\r\n\r\nInception Group have an extensive portfolio of high-profile entertainment properties, all sharing the same mission “to bring people together and to entertain them with unique and memorable experiences”. Unique to Mrs Fogg’s, Diamond AV Ltd (Void’s installation partners), were briefed by Duncan and Charlie to provide “something that can impress both visually and audibly.” Duncan happily confirms that “the Void Air Motion certainly does that. We needed versatility to accommodate everything from an eight-piece band to DJs and conferences. The quality of sound that Void gives is second to none and our underground space needed something that not only sounded incredible but also looked unique within the venue.” As well as the venue management team being delighted, DJs have also responded well to the Void sound system – “They love it. It’s clean, crisp and packs a punch!”\r\n\r\nPositive feedback from experienced hospitality industry thought leaders like Inception Group reinforces Void Acoustics’ reputation as the go-to brand for professional audio solutions.','Mrs Foggs praises Void','','publish','closed','open','','mrs-foggs-praises-void','','','2019-07-24 10:33:08','2019-07-24 10:33:08','',0,'https://www.ontradeprogress.com/?p=5669',0,'post','',0),(5670,1,'2019-07-24 10:32:12','2019-07-24 10:32:12','','MrsFoggs_Apr19_006-corrected-v2','','inherit','closed','closed','','mrsfoggs_apr19_006-corrected-v2','','','2019-07-24 10:32:40','2019-07-24 10:32:40','',5669,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/MrsFoggs_Apr19_006-corrected-v2.jpg',0,'attachment','image/jpeg',0),(5671,1,'2019-07-24 10:32:44','2019-07-24 10:32:44','<h1>Mrs Foggs praises Void as sound system of choice</h1>\r\nVoid Acoustics are delighted to be the audio brand of choice for the high-end professional sound system installed in Mrs Fogg’s Maritime Club &amp; Distillery.\r\n\r\nLocated in the heart of London, Mrs Fogg’s is the sixth venue in the Mr Fogg’s collection, inspired by Aouda, Phileas Fogg’s Indian wife, in Jules Verne’s classic adventure novel, Around The World in 80 Days. Mrs Fogg’s serves inventive cocktails and innovative dishes, giving a nod to Aouda the explorer’s heritage and nautical travels.\r\n\r\nStyled as if aboard a Victorian steamer ship, guests enter the ground floor through the Maritime Club. Sound in this large bar and dining space is aptly powered by six black Void Acoustics Air 8 passive, two-way, eight-inch surface mount loudspeakers and two Venu Bass low frequency enclosures. The adjoining Rangoon Steamer room boasts 16 luxurious chandeliers, plush dining seating and decorative curtained windows, all built to size to replicate the steamer Phileas and Aouda travelled on. Four white Cyclone 55 dual five-inch, passive, surface mount loudspeakers, together with a Venu Bass, are strategically positioned to create the perfect sound balance, while complementing the exquisite interior décor.\r\n\r\nA staircase leads guests below deck, to an authentic bar and distillery. Here, an intimate stage is powered by two Venu X low frequency enclosures, two Air 8, and two black Air Motions. The spherical shape of the Air Motion horns gives a modern-day nod to the Victorian gramophone of Phileas Fogg’s era.\r\n\r\nOriginally, these loudspeakers were not part of the design plan for this area. However, Guy Ayres, Projects Director for Diamond AV Ltd, knew they would be the perfect choice. Guy explained that they would be well worth the investment to Charlie Gilkes and Duncan Stirling, Inception Group’s founders, who, after seeing the Air Motions and understanding their sound quality, responded with “Oh my God! We have got to have those!” The adjacent Engine room and distillery is equipped with two black Cyclone 55 loudspeakers, expertly positioned to maximise the space, within this fully operational gin distillery and cosy seating area.\r\n\r\nInception Group have an extensive portfolio of high-profile entertainment properties, all sharing the same mission “to bring people together and to entertain them with unique and memorable experiences”. Unique to Mrs Fogg’s, Diamond AV Ltd (Void’s installation partners), were briefed by Duncan and Charlie to provide “something that can impress both visually and audibly.” Duncan happily confirms that “the Void Air Motion certainly does that. We needed versatility to accommodate everything from an eight-piece band to DJs and conferences. The quality of sound that Void gives is second to none and our underground space needed something that not only sounded incredible but also looked unique within the venue.” As well as the venue management team being delighted, DJs have also responded well to the Void sound system – “They love it. It’s clean, crisp and packs a punch!”\r\n\r\nPositive feedback from experienced hospitality industry thought leaders like Inception Group reinforces Void Acoustics’ reputation as the go-to brand for professional audio solutions.','Mrs Foggs praises Void','','inherit','closed','closed','','5669-revision-v1','','','2019-07-24 10:32:44','2019-07-24 10:32:44','',5669,'https://www.ontradeprogress.com/2019/07/24/5669-revision-v1/',0,'revision','',0),(5673,1,'2019-07-30 12:09:32','2019-07-30 12:09:32','<h1>Fentimans, the botanical drinks maker is launching a new light soft drinks range, to better meet the needs of a growing audience seeking reduced calories in premium soft drinks.</h1>\r\nA recent Fentimans Market report indicates that two thirds (65%) of British consumers are now proactively trying to lead a healthier lifestyle*. They have therefore chosen three of their top-selling flavours and skilfully crafted the recipe to be lower in calories without compromising the famous Fentimans flavour.\r\n\r\nThe ‘light’ range includes a lower calorie version of their iconic Rose Lemonade, plus Gently Sparkling Elderflower and Sparkling Raspberry. The drinks have been created by adopting the same botanical brewing method Fentimans have been using for over 100 years, where milled ginger root and selected botanicals are fermented for seven days.\r\nThe new recipe for the Fentimans ‘light’ soft drink range contains no artificial sweeteners. Each drink contains less than 60 calories per bottle, whilst sugar has been reduced to 4.8g per 100ml.\r\n\r\nFentimans Marketing Director, Andrew Jackson comments: “We know that a growing number of our audience are increasingly looking for great tasting ‘light’ drinks with fewer calories. At Fentimans, great flavour is our number one objective, so we have worked long and hard on the new recipes to ensure we can deliver a lighter option of our classic drinks, with absolutely no compromise on flavour.”\r\nThe new ‘light’ range will be launched in a new 250ml bottle – available in both a single and 4 pack formats. The launch of Fentimans Light will be supported by print advertising, sampling, digital and instore activation.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/17/brighton-gin-pride-bottle/\">Brighton Gin limited edition pride bottle announced</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/16/get-cracking-for-british-egg-week/\">Get cracking for British Egg Week 2019</a></li>\r\n</ul>','Fentimans launches a new light range of soft drinks','','publish','closed','open','','fentimans-light-soft-drinks','','','2019-07-30 12:09:32','2019-07-30 12:09:32','',0,'https://www.ontradeprogress.com/?p=5673',0,'post','',0),(5674,1,'2019-07-30 10:26:36','2019-07-30 10:26:36','Fentimans, the botanical drinks maker is launching a new light soft drinks range, to better meet the needs of a growing audience seeking reduced calories in premium soft drinks. A recent Fentimans Market report indicates that two thirds (65%) of British consumers are now proactively trying to lead a healthier lifestyle*. They have therefore chosen three of their top-selling flavours and skilfully crafted the recipe to be lower in calories without compromising the famous Fentimans flavour.\r\n\r\nThe ‘light’ range includes a lower calorie version of their iconic Rose Lemonade, plus Gently Sparkling Elderflower and Sparkling Raspberry. The drinks have been created by adopting the same botanical brewing method Fentimans have been using for over 100 years, where milled ginger root and selected botanicals are fermented for seven days.\r\nThe new recipe for the Fentimans ‘light’ soft drink range contains no artificial sweeteners. Each drink contains less than 60 calories per bottle, whilst sugar has been reduced to 4.8g per 100ml.\r\n\r\nFentimans Marketing Director, Andrew Jackson comments: “We know that a growing number of our audience are increasingly looking for great tasting ‘light’ drinks with fewer calories. At Fentimans, great flavour is our number one objective, so we have worked long and hard on the new recipes to ensure we can deliver a lighter option of our classic drinks, with absolutely no compromise on flavour.”\r\nThe new Fentimans ‘light’ range will be launched in a new 250ml bottle – available in both a single and 4 pack formats. The launch of Fentimans Light will be supported by print advertising, sampling, digital and instore activation.','Fentimans launches a new light range of soft drinks','','inherit','closed','closed','','5673-revision-v1','','','2019-07-30 10:26:36','2019-07-30 10:26:36','',5673,'https://www.ontradeprogress.com/2019/07/30/5673-revision-v1/',0,'revision','',0),(5675,1,'2019-07-30 11:29:12','2019-07-30 11:29:12','Fentimans launches a new light range of soft drinks','Fentimans launches a new light range of soft drinks','Fentimans launches a new light range of soft drinks','inherit','closed','closed','','fen','','','2019-07-30 11:29:43','2019-07-30 11:29:43','',5673,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/fen.png',0,'attachment','image/png',0),(5676,1,'2019-07-30 11:49:43','2019-07-30 11:49:43','<h1>Fentimans, the botanical drinks maker is launching a new light soft drinks range, to better meet the needs of a growing audience seeking reduced calories in premium soft drinks.</h1>\r\nA recent Fentimans Market report indicates that two thirds (65%) of British consumers are now proactively trying to lead a healthier lifestyle*. They have therefore chosen three of their top-selling flavours and skilfully crafted the recipe to be lower in calories without compromising the famous Fentimans flavour.\r\n\r\nThe ‘light’ range includes a lower calorie version of their iconic Rose Lemonade, plus Gently Sparkling Elderflower and Sparkling Raspberry. The drinks have been created by adopting the same botanical brewing method Fentimans have been using for over 100 years, where milled ginger root and selected botanicals are fermented for seven days.\r\nThe new recipe for the Fentimans ‘light’ soft drink range contains no artificial sweeteners. Each drink contains less than 60 calories per bottle, whilst sugar has been reduced to 4.8g per 100ml.\r\n\r\nFentimans Marketing Director, Andrew Jackson comments: “We know that a growing number of our audience are increasingly looking for great tasting ‘light’ drinks with fewer calories. At Fentimans, great flavour is our number one objective, so we have worked long and hard on the new recipes to ensure we can deliver a lighter option of our classic drinks, with absolutely no compromise on flavour.”\r\nThe new Fentimans ‘light’ range will be launched in a new 250ml bottle – available in both a single and 4 pack formats. The launch of Fentimans Light will be supported by print advertising, sampling, digital and instore activation.','Fentimans launches a new light range of soft drinks','','inherit','closed','closed','','5673-revision-v1','','','2019-07-30 11:49:43','2019-07-30 11:49:43','',5673,'https://www.ontradeprogress.com/2019/07/30/5673-revision-v1/',0,'revision','',0),(5677,1,'2019-07-30 12:09:32','2019-07-30 12:09:32','<h1>Fentimans, the botanical drinks maker is launching a new light soft drinks range, to better meet the needs of a growing audience seeking reduced calories in premium soft drinks.</h1>\r\nA recent Fentimans Market report indicates that two thirds (65%) of British consumers are now proactively trying to lead a healthier lifestyle*. They have therefore chosen three of their top-selling flavours and skilfully crafted the recipe to be lower in calories without compromising the famous Fentimans flavour.\r\n\r\nThe ‘light’ range includes a lower calorie version of their iconic Rose Lemonade, plus Gently Sparkling Elderflower and Sparkling Raspberry. The drinks have been created by adopting the same botanical brewing method Fentimans have been using for over 100 years, where milled ginger root and selected botanicals are fermented for seven days.\r\nThe new recipe for the Fentimans ‘light’ soft drink range contains no artificial sweeteners. Each drink contains less than 60 calories per bottle, whilst sugar has been reduced to 4.8g per 100ml.\r\n\r\nFentimans Marketing Director, Andrew Jackson comments: “We know that a growing number of our audience are increasingly looking for great tasting ‘light’ drinks with fewer calories. At Fentimans, great flavour is our number one objective, so we have worked long and hard on the new recipes to ensure we can deliver a lighter option of our classic drinks, with absolutely no compromise on flavour.”\r\nThe new ‘light’ range will be launched in a new 250ml bottle – available in both a single and 4 pack formats. The launch of Fentimans Light will be supported by print advertising, sampling, digital and instore activation.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/17/brighton-gin-pride-bottle/\">Brighton Gin limited edition pride bottle announced</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/16/get-cracking-for-british-egg-week/\">Get cracking for British Egg Week 2019</a></li>\r\n</ul>','Fentimans launches a new light range of soft drinks','','inherit','closed','closed','','5673-revision-v1','','','2019-07-30 12:09:32','2019-07-30 12:09:32','',5673,'https://www.ontradeprogress.com/2019/07/30/5673-revision-v1/',0,'revision','',0),(5678,1,'2019-07-30 12:50:05','2019-07-30 12:50:05','<h1>The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs. The Alzheimer’s Society initiative is the biggest ever social action movement to change the way the nation thinks, acts and talks about the condition.</h1>\r\nThe BBPA will be promoting the charity’s Dementia Friends initiative to pubs across the country, teaching hospitality staff more about what it’s like to live with dementia. So far pub companies including Ei Group, Marston’s, Wadworth, St Austell Brewery and Daniel Bathams have all registered their support for the initiative, equating to more than 6,000 pubs across the UK.\r\n\r\nBBPA will be working closely with these pub companies to promote Dementia Friends across their estate and raise awareness of the UK’s biggest killer. An estimated 850,000 people in the UK live with dementia but many aren’t included in their communities and face isolation.\r\n\r\nPeople with dementia have a right to live the lives they choose – by raising awareness amongst pub staff; they can work to support those living with dementia in their community and ensure that pubs continue to provide a great service to all customers.\r\n\r\nSince the initiative was launched in 2013, around 2.9 million people have become Alzheimer’s Society’s Dementia Friends and there are now over 400 Dementia Friendly Communities in England, Wales and Northern Ireland tackling the stigma around dementia and improving the lives of those affected.\r\n\r\nThis initiative supports the work of the Tourism Sector Deal, which seeks to make the UK the most accessible tourism destination in Europe by 2025, increasing the number of international disabled visitors by one-third.\r\n\r\nThe initiative has already been implemented by Wadworth, a BBPA member and pub operator in Wiltshire. As part of Wadworth’s work, 43 people working in and running Wadworth pubs have so far attended the sessions with more to come. The sessions are being organised by Wadworth to ensure that people with dementia and their carers can enjoy their visits to a Wadworth pub and know their needs are better understood.<strong> </strong>\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, comments:</strong>\r\n\r\n“The BBPA looks forward to working closely with Alzheimer’s Society to promote this great initiative which raises awareness of the importance of pub staff understanding what it is like living with dementia. Pubs are at the heart of every community and it is important that they are accessible to everyone living with disabilities. We were pleased to hear the Government’s announcement of a Sector Deal for Tourism which promotes the importance of accessible tourism. We hope that this work with Alzheimer’s Society contributes to this. I and the BBPA team, are all now Dementia Friends.”\r\n\r\n<strong>Jeremy Hughes, Chief Executive of Alzheimer’s Society added:</strong>\r\n\r\n“Dementia isn’t going away – two million people in the UK will be living with it by 2051. But too many people experience loneliness and isolation and don’t have adequate support. By working with the BBPA and delivering Alzheimer’s Society Dementia Friends sessions, the pub sector will be joining the biggest social action movement in dementia.  Equipping people working in the thick of our local communities with information, as well as the confidence to support customers affected by dementia, will do much to ensure that people with dementia feel understood and better included in society.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/17/brighton-gin-pride-bottle/\">Brighton Gin limited edition pride bottle announced</a></li>\r\n</ul>','BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs','','publish','closed','open','','dementia-friends-bbpa-alzheimers','','','2019-07-30 12:50:05','2019-07-30 12:50:05','',0,'https://www.ontradeprogress.com/?p=5678',0,'post','',0),(5679,1,'2019-07-30 12:37:32','2019-07-30 12:37:32','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs','inherit','closed','closed','','dementia-friends','','','2019-07-30 12:37:53','2019-07-30 12:37:53','',5678,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/dementia-friends.jpg',0,'attachment','image/jpeg',0),(5680,1,'2019-07-30 12:38:02','2019-07-30 12:38:02','<h1>The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs. The Alzheimer’s Society initiative is the biggest ever social action movement to change the way the nation thinks, acts and talks about the condition.</h1>\r\nThe BBPA will be promoting the charity’s Dementia Friends initiative to pubs across the country, teaching hospitality staff more about what it’s like to live with dementia. So far pub companies including Ei Group, Marston’s, Wadworth, St Austell Brewery and Daniel Bathams have all registered their support for the initiative, equating to more than 6,000 pubs across the UK.\r\n\r\nBBPA will be working closely with these pub companies to promote Dementia Friends across their estate and raise awareness of the UK’s biggest killer. An estimated 850,000 people in the UK live with dementia but many aren’t included in their communities and face isolation.\r\n\r\nPeople with dementia have a right to live the lives they choose – by raising awareness amongst pub staff; they can work to support those living with dementia in their community and ensure that pubs continue to provide a great service to all customers.\r\n\r\nSince the initiative was launched in 2013, around 2.9 million people have become Alzheimer’s Society’s Dementia Friends and there are now over 400 Dementia Friendly Communities in England, Wales and Northern Ireland tackling the stigma around dementia and improving the lives of those affected.\r\n\r\nThis initiative supports the work of the Tourism Sector Deal, which seeks to make the UK the most accessible tourism destination in Europe by 2025, increasing the number of international disabled visitors by one-third.\r\n\r\nThe initiative has already been implemented by Wadworth, a BBPA member and pub operator in Wiltshire. As part of Wadworth’s work, 43 people working in and running Wadworth pubs have so far attended the sessions with more to come. The sessions are being organised by Wadworth to ensure that people with dementia and their carers can enjoy their visits to a Wadworth pub and know their needs are better understood.<strong> </strong>\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, comments:</strong>\r\n\r\n“The BBPA looks forward to working closely with Alzheimer’s Society to promote this great initiative which raises awareness of the importance of pub staff understanding what it is like living with dementia. Pubs are at the heart of every community and it is important that they are accessible to everyone living with disabilities. We were pleased to hear the Government’s announcement of a Sector Deal for Tourism which promotes the importance of accessible tourism. We hope that this work with Alzheimer’s Society contributes to this. I and the BBPA team, are all now Dementia Friends.”\r\n\r\n<strong>Jeremy Hughes, Chief Executive of Alzheimer’s Society added:</strong>\r\n\r\n“Dementia isn’t going away – two million people in the UK will be living with it by 2051. But too many people experience loneliness and isolation and don’t have adequate support. By working with the BBPA and delivering Alzheimer’s Society Dementia Friends sessions, the pub sector will be joining the biggest social action movement in dementia.  Equipping people working in the thick of our local communities with information, as well as the confidence to support customers affected by dementia, will do much to ensure that people with dementia feel understood and better included in society.”','BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs','','inherit','closed','closed','','5678-revision-v1','','','2019-07-30 12:38:02','2019-07-30 12:38:02','',5678,'https://www.ontradeprogress.com/2019/07/30/5678-revision-v1/',0,'revision','',0),(5681,1,'2019-07-30 12:39:36','2019-07-30 12:39:36','<h1>The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs. The Alzheimer’s Society initiative is the biggest ever social action movement to change the way the nation thinks, acts and talks about the condition.</h1>\r\nThe BBPA will be promoting the charity’s Dementia Friends initiative to pubs across the country, teaching hospitality staff more about what it’s like to live with dementia. So far pub companies including Ei Group, Marston’s, Wadworth, St Austell Brewery and Daniel Bathams have all registered their support for the initiative, equating to more than 6,000 pubs across the UK.\r\n\r\nBBPA will be working closely with these pub companies to promote Dementia Friends across their estate and raise awareness of the UK’s biggest killer. An estimated 850,000 people in the UK live with dementia but many aren’t included in their communities and face isolation.\r\n\r\nPeople with dementia have a right to live the lives they choose – by raising awareness amongst pub staff; they can work to support those living with dementia in their community and ensure that pubs continue to provide a great service to all customers.\r\n\r\nSince the initiative was launched in 2013, around 2.9 million people have become Alzheimer’s Society’s Dementia Friends and there are now over 400 Dementia Friendly Communities in England, Wales and Northern Ireland tackling the stigma around dementia and improving the lives of those affected.\r\n\r\nThis initiative supports the work of the Tourism Sector Deal, which seeks to make the UK the most accessible tourism destination in Europe by 2025, increasing the number of international disabled visitors by one-third.\r\n\r\nThe initiative has already been implemented by Wadworth, a BBPA member and pub operator in Wiltshire. As part of Wadworth’s work, 43 people working in and running Wadworth pubs have so far attended the sessions with more to come. The sessions are being organised by Wadworth to ensure that people with dementia and their carers can enjoy their visits to a Wadworth pub and know their needs are better understood.<strong> </strong>\r\n\r\n<strong>Brigid Simmonds, Chief Executive of the British Beer &amp; Pub Association, comments:</strong>\r\n\r\n“The BBPA looks forward to working closely with Alzheimer’s Society to promote this great initiative which raises awareness of the importance of pub staff understanding what it is like living with dementia. Pubs are at the heart of every community and it is important that they are accessible to everyone living with disabilities. We were pleased to hear the Government’s announcement of a Sector Deal for Tourism which promotes the importance of accessible tourism. We hope that this work with Alzheimer’s Society contributes to this. I and the BBPA team, are all now Dementia Friends.”\r\n\r\n<strong>Jeremy Hughes, Chief Executive of Alzheimer’s Society added:</strong>\r\n\r\n“Dementia isn’t going away – two million people in the UK will be living with it by 2051. But too many people experience loneliness and isolation and don’t have adequate support. By working with the BBPA and delivering Alzheimer’s Society Dementia Friends sessions, the pub sector will be joining the biggest social action movement in dementia.  Equipping people working in the thick of our local communities with information, as well as the confidence to support customers affected by dementia, will do much to ensure that people with dementia feel understood and better included in society.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/17/brighton-gin-pride-bottle/\">Brighton Gin limited edition pride bottle announced</a></li>\r\n</ul>','BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs','','inherit','closed','closed','','5678-revision-v1','','','2019-07-30 12:39:36','2019-07-30 12:39:36','',5678,'https://www.ontradeprogress.com/2019/07/30/5678-revision-v1/',0,'revision','',0),(5684,1,'2019-07-30 12:49:08','2019-07-30 12:49:08','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs','The BBPA and Alzheimer’s Society have today launched a dementia-friendly hospitality initiative, which seeks to promote Dementia Friends to pubs','inherit','closed','closed','','dementia-friends-logo_1600x500-otp','','','2019-07-30 12:49:34','2019-07-30 12:49:34','',5678,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Dementia-Friends-logo_1600x500-OTP.jpg',0,'attachment','image/jpeg',0),(5690,1,'2019-07-31 10:53:46','2019-07-31 10:53:46','Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes','Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes','Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes','inherit','closed','closed','','gtr_april_17_036-1','','','2019-07-31 10:54:06','2019-07-31 10:54:06','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/GTR_April_17_036-1.jpg',0,'attachment','image/jpeg',0),(5695,1,'2019-07-31 11:01:16','2019-07-31 11:01:16','','Rajesh Suri and Dayashankar Sharma','Rajesh Suri and Dayashankar Sharma','inherit','closed','closed','','rajesh-suri-and-dayashankar-sharma','','','2019-07-31 11:01:25','2019-07-31 11:01:25','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rajesh-Suri-and-Dayashankar-Sharma.jpg',0,'attachment','image/jpeg',0),(5702,1,'2019-07-31 11:10:51','2019-07-31 11:10:51','<h1 style=\"text-align: left;\">Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes. Their recipes are steeped in tradition and also focus on modern elements such as using the best British ingredients available<strong>                                  </strong></h1>\r\n[caption id=\"attachment_5690\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5690\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/GTR_April_17_036-1-300x200.jpg\" alt=\"Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes\" width=\"300\" height=\"200\" /> Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes[/caption]\r\n<h3>Ingredients</h3>\r\n<div>Washed &amp; clean lamb mince (600 grams)\r\nGood quality sunflower oil (40 grams)\r\nGood quality chopped onion (200 grams)\r\nPureed Peeled plum tomato (100 grams)\r\nTomato paste (15 grams)\r\nFreshly ground ginger &amp; garlic paste (40 grams)\r\nGood quality turmeric powder (8 grams)\r\nChilli powder MDH (10 grams)\r\nCumin powder (8 grams)</div>\r\n<div>Coriander powder (12 grams)\r\nSalt\r\n\r\n[caption id=\"attachment_5695\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5695\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rajesh-Suri-and-Dayashankar-Sharma-300x203.jpg\" alt=\"Rajesh Suri and Dayashankar Sharma\" width=\"300\" height=\"203\" /> Rajesh Suri and Dayashankar Sharma[/caption]\r\n\r\nKashmiri chilli powder (5 grams)\r\nWhole garam masala powder (4 grams)\r\nWhole nutmeg powder (2 grams)\r\nWhole cardamom powder (2 grams)\r\nWhole British Lion Eggs\r\n\r\n</div>\r\n<h3>Method</h3>\r\n<div>\r\n<ol>\r\n 	<li>Heat oil in a large saucepan for half a minute.</li>\r\n 	<li>Add peeled chopped onion and sauté over medium heat, stirring occasionally until golden brown.</li>\r\n 	<li>Add ginger, garlic paste, stir well for a couple of minutes, add turmeric, chilli, cumin and coriander powder and salt. Sauté for 5 minutes.</li>\r\n 	<li>Add pureed plum tomato, cook until oil separates.</li>\r\n 	<li>Add Lamb mince, cook on high flame for ten minutes, continuously stirring</li>\r\n 	<li>Now add all powdered spices including salt, stir well, reduce the flame, let it cook it on low heat.</li>\r\n 	<li>Thoroughly cook lamb mince.</li>\r\n 	<li>Taste for seasoning.</li>\r\n 	<li>Boil lion eggs. Cut into 4 pieces and decorate the dish with egg.</li>\r\n</ol>\r\n<strong>Recommended to eat with Steamed Rice Or Naan Bread.</strong>\r\n\r\n<strong>Fun Fact:</strong> We collected this recipe from a Chef whose forefathers were Chefs at the Royal palace.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n</ul>\r\n</div>','Grand Trunk Road - Lahori Keema Matar','','publish','closed','open','','grand-trunk-road-lahori-keema-matar','','https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\nhttps://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/','2019-07-31 11:12:00','2019-07-31 11:12:00','',0,'https://www.ontradeprogress.com/?p=5702',0,'post','',0),(5703,1,'2019-07-31 11:10:51','2019-07-31 11:10:51','<h1 style=\"text-align: left;\">Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes. Their recipes are steeped in tradition and also focus on modern elements such as using the best British ingredients available<strong>                                  </strong></h1>\r\n[caption id=\"attachment_5690\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5690\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/GTR_April_17_036-1-300x200.jpg\" alt=\"Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes\" width=\"300\" height=\"200\" /> Grand Trunk Road chef\'s Sharma and Rajesh Suri frequently travel back to the route to search for inspiration for new dishes[/caption]\r\n<h3>Ingredients</h3>\r\n<div>Washed &amp; clean lamb mince (600 grams)\r\nGood quality sunflower oil (40 grams)\r\nGood quality chopped onion (200 grams)\r\nPureed Peeled plum tomato (100 grams)\r\nTomato paste (15 grams)\r\nFreshly ground ginger &amp; garlic paste (40 grams)\r\nGood quality turmeric powder (8 grams)\r\nChilli powder MDH (10 grams)\r\nCumin powder (8 grams)</div>\r\n<div>Coriander powder (12 grams)\r\nSalt\r\n\r\n[caption id=\"attachment_5695\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5695\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rajesh-Suri-and-Dayashankar-Sharma-300x203.jpg\" alt=\"Rajesh Suri and Dayashankar Sharma\" width=\"300\" height=\"203\" /> Rajesh Suri and Dayashankar Sharma[/caption]\r\n\r\nKashmiri chilli powder (5 grams)\r\nWhole garam masala powder (4 grams)\r\nWhole nutmeg powder (2 grams)\r\nWhole cardamom powder (2 grams)\r\nWhole British Lion Eggs\r\n\r\n</div>\r\n<h3>Method</h3>\r\n<div>\r\n<ol>\r\n 	<li>Heat oil in a large saucepan for half a minute.</li>\r\n 	<li>Add peeled chopped onion and sauté over medium heat, stirring occasionally until golden brown.</li>\r\n 	<li>Add ginger, garlic paste, stir well for a couple of minutes, add turmeric, chilli, cumin and coriander powder and salt. Sauté for 5 minutes.</li>\r\n 	<li>Add pureed plum tomato, cook until oil separates.</li>\r\n 	<li>Add Lamb mince, cook on high flame for ten minutes, continuously stirring</li>\r\n 	<li>Now add all powdered spices including salt, stir well, reduce the flame, let it cook it on low heat.</li>\r\n 	<li>Thoroughly cook lamb mince.</li>\r\n 	<li>Taste for seasoning.</li>\r\n 	<li>Boil lion eggs. Cut into 4 pieces and decorate the dish with egg.</li>\r\n</ol>\r\n<strong>Recommended to eat with Steamed Rice Or Naan Bread.</strong>\r\n\r\n<strong>Fun Fact:</strong> We collected this recipe from a Chef whose forefathers were Chefs at the Royal palace.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n</ul>\r\n</div>','Grand Trunk Road - Lahori Keema Matar','','inherit','closed','closed','','5702-revision-v1','','','2019-07-31 11:10:51','2019-07-31 11:10:51','',5702,'https://www.ontradeprogress.com/2019/07/31/5702-revision-v1/',0,'revision','',0),(5706,1,'2019-07-31 12:49:57','2019-07-31 12:49:57','<h1>For this month’s edition of On the plate we’re joined by one of the most acclaimed Indian restaurateurs in the UK, Rajesh Suri &amp; the equally impressive Chef Dayashankar Sharma. We were lucky enough to have Chef Sharma cook a dish to inspire our readers. In addition, the pair shared with us the importance of the British Lion stamp.</h1>\r\nWith over 28 years of culinary experience, Chef Dayashankar Sharma has become synonymous with producing quality food that pairs tradition with contemporary ideas and techniques. He has worked with a number of prestigious brands and has helped to establish several high-profile outlets.\r\n\r\nHaving held the position of Head Chef for the critically acclaimed Imli, Mayfair Pinnacle and Zaika, Chef Dayashankar Sharma has had a varied career, having also led teams of 12-14 chefs at his most recent position as Indian Food Consultant for a collection of major airline catering companies.\r\n\r\nHe was also responsible for a host of events and state banquets for foreign Presidents, Dignitaries and Luminaries in his time at the Taj Hotel.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_5708\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5708\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Delhi-Ki-Chaat-300x200.jpg\" alt=\"Rajesh Suri &amp; Dayashankar Sharma highly recommend using British Lion Eggs\" width=\"300\" height=\"200\" /> Delhi-Ki-Chaat from Rajesh Suri &amp; Dayashankar Sharma[/caption]\r\n\r\nHaving partnered with Rajesh Suri to launch The Grand Trunk Road restaurant, he continues to explore the heady and rich flavours of India through a well-devised menu comprising of high-quality ingredients and his trademark culinary skills. Chef Sharma has just launched a new menu at Grand Trunk Road, inspired by a recent visit to the World Heritage Cuisine Summit and Food Festival, where a number of acclaimed Indian chefs assisted him in his research.\r\n<h3>Have you always used British Lion eggs?</h3>\r\n“British Lion eggs have been in my kitchen for as long as I can remember and I consider them an ingredient I won’t do without. A good egg can make or break a dish, and we use them in many of ours, such as the ‘Last Mile Stone’ - a Mango Brûlée or our Almond and Orange cake. Without really fresh, high-quality eggs, these desserts would not be the correct consistency, texture or taste anywhere near as wonderful.”\r\n<h3>Why is it important?</h3>\r\n“We like using British Lion eggs as we know we are getting quality eggs, made to the highest food safety standards, every time. We go to great lengths to ensure all our other ingredients are the best on the market and of the highest quality. We only use the finest spices and all of the chefs at Grand Trunk Road are trained under me, so why would our outlook differ when it comes to eggs? You’ll only ever see British Lion eggs in our kitchen!”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n</ul>','We’re joined by Indian restaurateurs, Rajesh Suri & Dayashankar Sharma - The Importance of using British Lion Eggs','','publish','closed','open','','british-lion-eggs-indian-restaurateurs','','\nhttps://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/','2019-07-31 12:50:34','2019-07-31 12:50:34','',0,'https://www.ontradeprogress.com/?p=5706',0,'post','',0),(5707,1,'2019-07-31 11:22:21','2019-07-31 11:22:21','Rajesh Suri & Chef Sharma of GTR','Rajesh Suri & Chef Sharma of GTR','Rajesh Suri & Chef Sharma of GTR','inherit','closed','closed','','rajesh-suri-chef-sharma-of-gtr','','','2019-07-31 11:25:36','2019-07-31 11:25:36','',5706,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Rajesh-Suri-Chef-Sharma-of-GTR.jpg',0,'attachment','image/jpeg',0),(5708,1,'2019-07-31 12:36:07','2019-07-31 12:36:07','Delhi-Ki-Chaat from Rajesh Suri & Dayashankar Sharma','Delhi-Ki-Chaat from Rajesh Suri & Dayashankar Sharma','Delhi-Ki-Chaat from Rajesh Suri & Dayashankar Sharma','inherit','closed','closed','','delhi-ki-chaat','','','2019-07-31 12:39:53','2019-07-31 12:39:53','',5706,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/Delhi-Ki-Chaat.jpg',0,'attachment','image/jpeg',0),(5709,1,'2019-07-31 12:44:55','2019-07-31 12:44:55','<h1>For this month’s edition of On the plate we’re joined by one of the most acclaimed Indian restaurateurs in the UK, Rajesh Suri &amp; the equally impressive Chef Dayashankar Sharma. We were lucky enough to have Chef Sharma cook a dish to inspire our readers. In addition, the pair shared with us the importance of the British Lion stamp.</h1>\r\nWith over 28 years of culinary experience, Chef Dayashankar Sharma has become synonymous with producing quality food that pairs tradition with contemporary ideas and techniques. He has worked with a number of prestigious brands and has helped to establish several high-profile outlets.\r\n\r\nHaving held the position of Head Chef for the critically acclaimed Imli, Mayfair Pinnacle and Zaika, Chef Dayashankar Sharma has had a varied career, having also led teams of 12-14 chefs at his most recent position as Indian Food Consultant for a collection of major airline catering companies.\r\n\r\nHe was also responsible for a host of events and state banquets for foreign Presidents, Dignitaries and Luminaries in his time at the Taj Hotel.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_5708\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5708\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Delhi-Ki-Chaat-300x200.jpg\" alt=\"Rajesh Suri &amp; Dayashankar Sharma highly recommend using British Lion Eggs\" width=\"300\" height=\"200\" /> Delhi-Ki-Chaat from Rajesh Suri &amp; Dayashankar Sharma[/caption]\r\n\r\nHaving partnered with Rajesh Suri to launch The Grand Trunk Road restaurant, he continues to explore the heady and rich flavours of India through a well-devised menu comprising of high-quality ingredients and his trademark culinary skills. Chef Sharma has just launched a new menu at Grand Trunk Road, inspired by a recent visit to the World Heritage Cuisine Summit and Food Festival, where a number of acclaimed Indian chefs assisted him in his research.\r\n<h3>\r\nHave you always used British Lion eggs?</h3>\r\n“British Lion eggs have been in my kitchen for as long as I can remember and I consider them an ingredient I won’t do without. A good egg can make or break a dish, and we use them in many of ours, such as the ‘Last Mile Stone’ - a Mango Brûlée or our Almond and Orange cake. Without really fresh, high-quality eggs, these desserts would not be the correct consistency, texture or taste anywhere near as wonderful.”\r\n<h3>\r\nWhy is it important?</h3>\r\n“We like using British Lion eggs as we know we are getting quality eggs, made to the highest food safety standards, every time. We go to great lengths to ensure all our other ingredients are the best on the market and of the highest quality. We only use the finest spices and all of the chefs at Grand Trunk Road are trained under me, so why would our outlook differ when it comes to eggs? You’ll only ever see British Lion eggs in our kitchen!”','We’re joined by Indian restaurateurs, Rajesh Suri & Dayashankar Sharma - The Importance of using British Lion Eggs','','inherit','closed','closed','','5706-revision-v1','','','2019-07-31 12:44:55','2019-07-31 12:44:55','',5706,'https://www.ontradeprogress.com/2019/07/31/5706-revision-v1/',0,'revision','',0),(5710,1,'2019-07-31 12:49:57','2019-07-31 12:49:57','<h1>For this month’s edition of On the plate we’re joined by one of the most acclaimed Indian restaurateurs in the UK, Rajesh Suri &amp; the equally impressive Chef Dayashankar Sharma. We were lucky enough to have Chef Sharma cook a dish to inspire our readers. In addition, the pair shared with us the importance of the British Lion stamp.</h1>\r\nWith over 28 years of culinary experience, Chef Dayashankar Sharma has become synonymous with producing quality food that pairs tradition with contemporary ideas and techniques. He has worked with a number of prestigious brands and has helped to establish several high-profile outlets.\r\n\r\nHaving held the position of Head Chef for the critically acclaimed Imli, Mayfair Pinnacle and Zaika, Chef Dayashankar Sharma has had a varied career, having also led teams of 12-14 chefs at his most recent position as Indian Food Consultant for a collection of major airline catering companies.\r\n\r\nHe was also responsible for a host of events and state banquets for foreign Presidents, Dignitaries and Luminaries in his time at the Taj Hotel.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_5708\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5708\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Delhi-Ki-Chaat-300x200.jpg\" alt=\"Rajesh Suri &amp; Dayashankar Sharma highly recommend using British Lion Eggs\" width=\"300\" height=\"200\" /> Delhi-Ki-Chaat from Rajesh Suri &amp; Dayashankar Sharma[/caption]\r\n\r\nHaving partnered with Rajesh Suri to launch The Grand Trunk Road restaurant, he continues to explore the heady and rich flavours of India through a well-devised menu comprising of high-quality ingredients and his trademark culinary skills. Chef Sharma has just launched a new menu at Grand Trunk Road, inspired by a recent visit to the World Heritage Cuisine Summit and Food Festival, where a number of acclaimed Indian chefs assisted him in his research.\r\n<h3>\r\nHave you always used British Lion eggs?</h3>\r\n“British Lion eggs have been in my kitchen for as long as I can remember and I consider them an ingredient I won’t do without. A good egg can make or break a dish, and we use them in many of ours, such as the ‘Last Mile Stone’ - a Mango Brûlée or our Almond and Orange cake. Without really fresh, high-quality eggs, these desserts would not be the correct consistency, texture or taste anywhere near as wonderful.”\r\n<h3>\r\nWhy is it important?</h3>\r\n“We like using British Lion eggs as we know we are getting quality eggs, made to the highest food safety standards, every time. We go to great lengths to ensure all our other ingredients are the best on the market and of the highest quality. We only use the finest spices and all of the chefs at Grand Trunk Road are trained under me, so why would our outlook differ when it comes to eggs? You’ll only ever see British Lion eggs in our kitchen!”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n</ul>','We’re joined by Indian restaurateurs, Rajesh Suri & Dayashankar Sharma - The Importance of using British Lion Eggs','','inherit','closed','closed','','5706-revision-v1','','','2019-07-31 12:49:57','2019-07-31 12:49:57','',5706,'https://www.ontradeprogress.com/2019/07/31/5706-revision-v1/',0,'revision','',0),(5711,1,'2019-07-31 12:50:34','2019-07-31 12:50:34','<h1>For this month’s edition of On the plate we’re joined by one of the most acclaimed Indian restaurateurs in the UK, Rajesh Suri &amp; the equally impressive Chef Dayashankar Sharma. We were lucky enough to have Chef Sharma cook a dish to inspire our readers. In addition, the pair shared with us the importance of the British Lion stamp.</h1>\r\nWith over 28 years of culinary experience, Chef Dayashankar Sharma has become synonymous with producing quality food that pairs tradition with contemporary ideas and techniques. He has worked with a number of prestigious brands and has helped to establish several high-profile outlets.\r\n\r\nHaving held the position of Head Chef for the critically acclaimed Imli, Mayfair Pinnacle and Zaika, Chef Dayashankar Sharma has had a varied career, having also led teams of 12-14 chefs at his most recent position as Indian Food Consultant for a collection of major airline catering companies.\r\n\r\nHe was also responsible for a host of events and state banquets for foreign Presidents, Dignitaries and Luminaries in his time at the Taj Hotel.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_5708\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5708\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/Delhi-Ki-Chaat-300x200.jpg\" alt=\"Rajesh Suri &amp; Dayashankar Sharma highly recommend using British Lion Eggs\" width=\"300\" height=\"200\" /> Delhi-Ki-Chaat from Rajesh Suri &amp; Dayashankar Sharma[/caption]\r\n\r\nHaving partnered with Rajesh Suri to launch The Grand Trunk Road restaurant, he continues to explore the heady and rich flavours of India through a well-devised menu comprising of high-quality ingredients and his trademark culinary skills. Chef Sharma has just launched a new menu at Grand Trunk Road, inspired by a recent visit to the World Heritage Cuisine Summit and Food Festival, where a number of acclaimed Indian chefs assisted him in his research.\r\n<h3>Have you always used British Lion eggs?</h3>\r\n“British Lion eggs have been in my kitchen for as long as I can remember and I consider them an ingredient I won’t do without. A good egg can make or break a dish, and we use them in many of ours, such as the ‘Last Mile Stone’ - a Mango Brûlée or our Almond and Orange cake. Without really fresh, high-quality eggs, these desserts would not be the correct consistency, texture or taste anywhere near as wonderful.”\r\n<h3>Why is it important?</h3>\r\n“We like using British Lion eggs as we know we are getting quality eggs, made to the highest food safety standards, every time. We go to great lengths to ensure all our other ingredients are the best on the market and of the highest quality. We only use the finest spices and all of the chefs at Grand Trunk Road are trained under me, so why would our outlook differ when it comes to eggs? You’ll only ever see British Lion eggs in our kitchen!”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/\">Fentimans launches a new light range of soft drinks</a></li>\r\n</ul>','We’re joined by Indian restaurateurs, Rajesh Suri & Dayashankar Sharma - The Importance of using British Lion Eggs','','inherit','closed','closed','','5706-revision-v1','','','2019-07-31 12:50:34','2019-07-31 12:50:34','',5706,'https://www.ontradeprogress.com/2019/07/31/5706-revision-v1/',0,'revision','',0),(5712,1,'2019-07-31 13:37:55','2019-07-31 13:37:55','<h1><strong>This month we had the pleasure to interview Charlie Elek, Managing Director at Lucky Voice. They’ve recently opened their fifth location we wanted to sit down with Charlie to discuss the past, present and future of the karaoke chain, Lucky Voice.</strong></h1>\r\n<ol>\r\n 	<li><strong>Tell us about Lucky Voice. What sparked your interest in the market?</strong></li>\r\n</ol>\r\nOur first Lucky Voice venue opened in 2005, after one of our co-founders, Martha Lane Fox, went to Japan and after a 24-hour karaoke marathon, she knew she had to bring the concept to the UK. There was very little private room karaoke in the UK, only pub karaoke, which most people didn\'t enjoy because it\'s singing in front of strangers. What we wanted to create was all about singing in a comfortable environment with friends or family, with it not mattering if you were actually good at singing. It was all about having a great time and creating memorable experiences. We combined this with high-quality cocktails in beautifully designed venues. We have been developing this concept ever since and the demand for what we offer only continues to grow.\r\n<ol start=\"2\">\r\n 	<li><strong>You’ve recently opened your fifth venue. How did you know the time was right to do this?</strong></li>\r\n</ol>\r\n[caption id=\"attachment_5714\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5714\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS252716-24-300x200.jpg\" alt=\"The karaoke chain, Lucky Voice\" width=\"300\" height=\"200\" /> The karaoke chain, Lucky Voice[/caption]\r\n\r\nThe success of our London venues has really surged over the last 2-3 years and we were having to turn so many groups away because we were full, so we knew the demand was there in force. It\'s also something our wonderful customers have been demanding for years and we were excited about how we could make this the best Lucky Voice yet, using everything we\'ve learnt over the years. We and more importantly our customers are delighted with the result.\r\n<ol start=\"3\">\r\n 	<li><strong>What made you choose to open it in Holborn?</strong></li>\r\n</ol>\r\nPeople understand more what private room karaoke is and we are seeing more of these venues opening around the world. The quality of the software, drinks and food isn\'t generally of a high standard though. These are all key parts of our offering and we remain at the top of the market and of course strive to keep improving. We also work with a lot of licensing partners around the world, having recently expanded further in Australia with FunLab. We often see karaoke slotting into a range of concepts, and recently its been added to a lot to a lot of dining experiences. In South Africa we worked with Saigon Suzy to work karaoke into their offering, and in London we partnered with Jidori to add a karaoke element to their private dining space. Bao have also recently opened their third site in Borough Market which also has a karaoke room. This idea is about providing people with a full spectrum of activities on a night out. Something we\'re also focusing on through expanding the food offering in our recently opened Holborn venue.\r\n<ol start=\"4\">\r\n 	<li><strong>What direction do karaoke bars seem to be going in?</strong></li>\r\n</ol>\r\nWe were looking for a central London location with great transport links, in one of London\'s corporate hubs, so this site really fitted the bill. We get a lot of work parties and events in our other venues, so wanted to be in an area where we could proactively sell our space to all the neighbouring businesses. Midtown is also an exciting area that is on the up and we wanted to be a part of that.\r\n<ol start=\"5\">\r\n 	<li><strong>What sets Lucky Voice apart from other bars of its kind?</strong></li>\r\n</ol>\r\n[caption id=\"attachment_5713\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5713\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS232216-23-300x200.jpg\" alt=\"The karaoke chain, Lucky Voice\" width=\"300\" height=\"200\" /> The karaoke chain, Lucky Voice[/caption]\r\n\r\nLucky Voice Holborn gives you the opportunity to have your own private party within our wonderful venue. We can cater for all group sizes and needs. We have a great late license (4am Fri-Sat, 3am rest of week) and we get brilliant DJs in, so we become the area\'s late-night party venue. We\'ve really improved our food offering, so customers now have so many options for their night out. They can come down for after-work drinks and food, a memorable karaoke session or a dance with friends. With the new menu, we\'re seeing our customers stay longer in the venue, rather than leaving to find somewhere to eat. We also have a really strong corporate offering, from team-building events to bespoke full venue hire parties.\r\n<ol start=\"6\">\r\n 	<li><strong>As Lucky Voice expands, have you encountered any challenges? If so, how have you overcome these?</strong></li>\r\n</ol>\r\nCommunicating to people in the local area that we do more than just karaoke. It\'s a key part of our offering but we also have a fantastic bar space with high-end drinks and food. It\'s all about getting customers down to the venue for the first time. Once we get them down for that first time, we know they\'ll keep coming back.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/\">We’re joined by Indian restaurateurs, Rajesh Suri &amp; Dayashankar Sharma – The Importance of using British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n</ul>','We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice','','publish','closed','open','','karaoke-chain-lucky-voice-charlie-elek','','\nhttps://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/','2019-07-31 13:37:55','2019-07-31 13:37:55','',0,'https://www.ontradeprogress.com/?p=5712',0,'post','',0),(5713,1,'2019-07-31 13:18:16','2019-07-31 13:18:16','The karaoke chain, Lucky Voice','The karaoke chain, Lucky Voice','The karaoke chain, Lucky Voice','inherit','closed','closed','','ers232216-23','','','2019-07-31 13:20:21','2019-07-31 13:20:21','',5712,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS232216-23.jpg',0,'attachment','image/jpeg',0),(5714,1,'2019-07-31 13:18:21','2019-07-31 13:18:21','The karaoke chain, Lucky Voice','The karaoke chain, Lucky Voice','The karaoke chain, Lucky Voice','inherit','closed','closed','','ers252716-24-2','','','2019-07-31 13:19:48','2019-07-31 13:19:48','',5712,'https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS252716-24.jpg',0,'attachment','image/jpeg',0),(5715,1,'2019-07-31 13:22:28','2019-07-31 13:22:28','<h1><strong>This month we had the pleasure to interview Charlie Elek, Managing Director at Lucky Voice. They’ve recently opened their fifth location we wanted to sit down with Charlie to discuss the past, present and future of the karaoke chain, Lucky Voice.</strong></h1>\r\n<ol>\r\n 	<li><strong>Tell us about Lucky Voice. What sparked your interest in the market?</strong></li>\r\n</ol>\r\nOur first Lucky Voice venue opened in 2005, after one of our co-founders, Martha Lane Fox, went to Japan and after a 24-hour karaoke marathon, she knew she had to bring the concept to the UK. There was very little private room karaoke in the UK, only pub karaoke, which most people didn\'t enjoy because it\'s singing in front of strangers. What we wanted to create was all about singing in a comfortable environment with friends or family, with it not mattering if you were actually good at singing. It was all about having a great time and creating memorable experiences. We combined this with high-quality cocktails in beautifully designed venues. We have been developing this concept ever since and the demand for what we offer only continues to grow.\r\n<ol start=\"2\">\r\n 	<li><strong>You’ve recently opened your fifth venue. How did you know the time was right to do this?</strong></li>\r\n</ol>\r\n[caption id=\"attachment_5714\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5714\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS252716-24-300x200.jpg\" alt=\"The karaoke chain, Lucky Voice\" width=\"300\" height=\"200\" /> The karaoke chain, Lucky Voice[/caption]\r\n\r\nThe success of our London venues has really surged over the last 2-3 years and we were having to turn so many groups away because we were full, so we knew the demand was there in force. It\'s also something our wonderful customers have been demanding for years and we were excited about how we could make this the best Lucky Voice yet, using everything we\'ve learnt over the years. We and more importantly our customers are delighted with the result.\r\n<ol start=\"3\">\r\n 	<li><strong>What made you choose to open it in Holborn?</strong></li>\r\n</ol>\r\nPeople understand more what private room karaoke is and we are seeing more of these venues opening around the world. The quality of the software, drinks and food isn\'t generally of a high standard though. These are all key parts of our offering and we remain at the top of the market and of course strive to keep improving. We also work with a lot of licensing partners around the world, having recently expanded further in Australia with FunLab. We often see karaoke slotting into a range of concepts, and recently its been added to a lot to a lot of dining experiences. In South Africa we worked with Saigon Suzy to work karaoke into their offering, and in London we partnered with Jidori to add a karaoke element to their private dining space. Bao have also recently opened their third site in Borough Market which also has a karaoke room. This idea is about providing people with a full spectrum of activities on a night out. Something we\'re also focusing on through expanding the food offering in our recently opened Holborn venue.\r\n<ol start=\"4\">\r\n 	<li><strong>What direction do karaoke bars seem to be going in?</strong></li>\r\n</ol>\r\nWe were looking for a central London location with great transport links, in one of London\'s corporate hubs, so this site really fitted the bill. We get a lot of work parties and events in our other venues, so wanted to be in an area where we could proactively sell our space to all the neighbouring businesses. Midtown is also an exciting area that is on the up and we wanted to be a part of that.\r\n<ol start=\"5\">\r\n 	<li><strong>What sets Lucky Voice apart from other bars of its kind?</strong></li>\r\n</ol>\r\n[caption id=\"attachment_5713\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5713\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/07/ERS232216-23-300x200.jpg\" alt=\"The karaoke chain, Lucky Voice\" width=\"300\" height=\"200\" /> The karaoke chain, Lucky Voice[/caption]\r\n\r\nLucky Voice Holborn gives you the opportunity to have your own private party within our wonderful venue. We can cater for all group sizes and needs. We have a great late license (4am Fri-Sat, 3am rest of week) and we get brilliant DJs in, so we become the area\'s late-night party venue. We\'ve really improved our food offering, so customers now have so many options for their night out. They can come down for after-work drinks and food, a memorable karaoke session or a dance with friends. With the new menu, we\'re seeing our customers stay longer in the venue, rather than leaving to find somewhere to eat. We also have a really strong corporate offering, from team-building events to bespoke full venue hire parties.\r\n<ol start=\"6\">\r\n 	<li><strong>As Lucky Voice expands, have you encountered any challenges? If so, how have you overcome these?</strong></li>\r\n</ol>\r\nCommunicating to people in the local area that we do more than just karaoke. It\'s a key part of our offering but we also have a fantastic bar space with high-end drinks and food. It\'s all about getting customers down to the venue for the first time. Once we get them down for that first time, we know they\'ll keep coming back.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/\">We’re joined by Indian restaurateurs, Rajesh Suri &amp; Dayashankar Sharma – The Importance of using British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n</ul>','We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice','','inherit','closed','closed','','5712-revision-v1','','','2019-07-31 13:22:28','2019-07-31 13:22:28','',5712,'https://www.ontradeprogress.com/2019/07/31/5712-revision-v1/',0,'revision','',0),(5717,1,'2019-08-05 14:03:22','2019-08-05 14:03:22','<h1>Sky Sports has announced its Premier League Fixtures for October and it includes a showdown between old rivals, Manchester United and Liverpool.</h1>\r\nJurgen Klopp\'s side will travel to Old Trafford on Saturday, October 19 (5.30pm) and the Reds will face another of last season\'s top six in front of the Sky cameras at the end of the month (Sunday, October 27) when Tottenham head to Anfield looking to avenge their Champions League final defeat.\r\n\r\nSky Sports\' latest picks also include champions Manchester City\'s trip to Crystal Palace, Manchester United\'s date with Newcastle and a <em>Monday Night Football</em> clash between Sheffield United and Arsenal at Bramall Lane.\r\n<h3>The Premier League fixtures are:</h3>\r\nSaturday 5 Oct, West Ham Utd v Crystal Palace, 17.30\r\n\r\nSunday 6 Oct, Southampton v Chelsea, 14.00\r\n\r\nSunday 6 Oct, Newcastle Utd v Man Utd, 16.30\r\n\r\nSaturday 19 Oct, Man Utd v Liverpool, 17.30\r\n\r\nSunday 20 Oct, Crystal Palace v Man City, 16.30\r\n\r\nMonday 21 Oct, Sheffield Utd v Arsenal, 20.00\r\n\r\nFriday 25 Oct, Southampton v Leicester City, 20.00\r\n\r\nSaturday 26 Oct, Burnley v Chelsea, 17.30\r\n\r\nSunday 27 Oct, Newcastle Utd v Wolves, 14.00\r\n\r\nSunday 27 Oct, Liverpool v Spurs, 16.30\r\n\r\nSky Sports remains the home of the Premier League until 2022, providing customers with even more opportunities to drive footfall into their venues.\r\n\r\nFrom 2019/20, Sky Sports will continue to offer more games than any other broadcaster, the biggest head-to-heads with the first-pick match choice every weekend, and match slots at key pub trading times throughout the week - including a new Saturday 7.45pm kick-off.\r\n\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.\r\n\r\nSky customers should make sure they are promoting all the sporting content available on Sky Sports through the website, <a href=\"http://www.myskysports.com\">www.myskysports.com</a>.\r\n\r\nCustomers have access to a <strong>range of game-changing support tools including:</strong>\r\n<ul>\r\n 	<li><strong>Customisable fixture posters</strong> to help our customers promote the sports and fixtures they want to show, across multiple broadcasters, not just Sky Sports.</li>\r\n 	<li>Share <strong>ready-made marketing images</strong> across media like Twitter and Facebook, with one easy click.</li>\r\n 	<li>Plus loads to <strong>fixture planning information</strong> and top tips to help our customers make their venue the home of sport.</li>\r\n 	<li>To make it even quicker and easier for our customers to market the sports that matter to them, all these tools are <strong>located in one digital location, MySkySports.com</strong>.</li>\r\n</ul>\r\n<strong>To register, please visit <a href=\"http://www.myskysports.com\">www.myskysports.com</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/\">We’re joined by Indian restaurateurs, Rajesh Suri &amp; Dayashankar Sharma – The Importance of using British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n</ul>','Sky Sports Releases October Premier League Fixtures','','publish','closed','open','','premier-league-fixtures-sky-sports','','\nhttps://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/','2019-08-05 14:05:26','2019-08-05 14:05:26','',0,'https://www.ontradeprogress.com/?p=5717',0,'post','',0),(5718,1,'2019-08-05 08:32:46','2019-08-05 08:32:46','','Sky Sports Releases October Premier League Fixtures','Sky Sports Releases October Premier League Fixtures','inherit','closed','closed','','premier_league_logo-svg','','','2019-08-05 08:33:00','2019-08-05 08:33:00','',5717,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Premier_League_Logo.svg_.png',0,'attachment','image/png',0),(5719,1,'2019-08-05 08:33:06','2019-08-05 08:33:06','<h1>Sky Sports has announced its Premier League Fixtures for October and it includes a showdown between old rivals, Manchester United and Liverpool.</h1>\r\nJurgen Klopp\'s side will travel to Old Trafford on Saturday, October 19 (5.30pm) and the Reds will face another of last season\'s top six in front of the Sky cameras at the end of the month (Sunday, October 27) when Tottenham head to Anfield looking to avenge their Champions League final defeat.\r\n\r\nSky Sports\' latest picks also include champions Manchester City\'s trip to Crystal Palace, Manchester United\'s date with Newcastle and a <em>Monday Night Football</em> clash between Sheffield United and Arsenal at Bramall Lane.\r\n<h3>The Premier League fixtures are:</h3>\r\nSaturday 5 Oct, West Ham Utd v Crystal Palace, 17.30\r\n\r\nSunday 6 Oct, Southampton v Chelsea, 14.00\r\n\r\nSunday 6 Oct, Newcastle Utd v Man Utd, 16.30\r\n\r\nSaturday 19 Oct, Man Utd v Liverpool, 17.30\r\n\r\nSunday 20 Oct, Crystal Palace v Man City, 16.30\r\n\r\nMonday 21 Oct, Sheffield Utd v Arsenal, 20.00\r\n\r\nFriday 25 Oct, Southampton v Leicester City, 20.00\r\n\r\nSaturday 26 Oct, Burnley v Chelsea, 17.30\r\n\r\nSunday 27 Oct, Newcastle Utd v Wolves, 14.00\r\n\r\nSunday 27 Oct, Liverpool v Spurs, 16.30\r\n\r\nSky Sports remains the home of the Premier League until 2022, providing customers with even more opportunities to drive footfall into their venues.\r\n\r\nFrom 2019/20, Sky Sports will continue to offer more games than any other broadcaster, the biggest head-to-heads with the first-pick match choice every weekend, and match slots at key pub trading times throughout the week - including a new Saturday 7.45pm kick-off.\r\n\r\nThis year Sky Sports brings customers more football, with 138 games exclusively live from the EFL – including the Sky Bet Championship, League 1 and League 2 – SPFL and Euro 2020 Qualifiers.\r\n\r\nPlus, with a wide range of new and emerging sports live on Sky, including NFL, NBA, Women’s netball, rugby and cricket, Sky Sports continues to bring even more money-making opportunities to help Sky customers drive their business.\r\n\r\nSky customers should make sure they are promoting all the sporting content available on Sky Sports through the website, <a href=\"http://www.myskysports.com\">www.myskysports.com</a>.\r\n\r\nCustomers have access to a <strong>range of game-changing support tools including:</strong>\r\n<ul>\r\n 	<li><strong>Customisable fixture posters</strong> to help our customers promote the sports and fixtures they want to show, across multiple broadcasters, not just Sky Sports.</li>\r\n 	<li>Share <strong>ready-made marketing images</strong> across media like Twitter and Facebook, with one easy click.</li>\r\n 	<li>Plus loads to <strong>fixture planning information</strong> and top tips to help our customers make their venue the home of sport.</li>\r\n 	<li>To make it even quicker and easier for our customers to market the sports that matter to them, all these tools are <strong>located in one digital location, MySkySports.com</strong>.</li>\r\n</ul>\r\n<strong>To register, please visit <a href=\"http://www.myskysports.com\">www.myskysports.com</a>.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/\">We’re joined by Indian restaurateurs, Rajesh Suri &amp; Dayashankar Sharma – The Importance of using British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/\">BBPA and Alzheimer’s Society to promote Dementia Friends initiative to pubs</a></li>\r\n</ul>','Sky Sports Releases October Premier League Fixtures','','inherit','closed','closed','','5717-revision-v1','','','2019-08-05 08:33:06','2019-08-05 08:33:06','',5717,'https://www.ontradeprogress.com/2019/08/05/5717-revision-v1/',0,'revision','',0),(5720,1,'2019-08-05 13:46:37','2019-08-05 13:46:37','<h1>Botanical drinks brand, Fentimans has announced the winner of its first national Summer of Rose cocktail competition, the final of which took place at Bar Disrepute in Soho on Monday 29th July 2019.</h1>\r\nEric Tinca from Bethnal Green cocktail bar, Satan’s Whiskers won the coveted top spot and a trip for two to Ibiza’s Paradiso Art Hotel with his impressive cocktail, ‘Pink Parlour’. Vibrant, pink and perfectly evoking a day by the pool in Ibiza, Eric’s winning drink was a delicious combination of Fentimans Rose Lemonade, fresh raspberries, Campari and Koko Kanu coconut rum.\r\n\r\nIn second place was Holly Law from new Soho bar, Murder Inc, who impressed the judges in her first-ever cocktail competition with Blossom, a concoction of Fentimans Rose Lemonade, nettle cordial and vermouth. Third place went to Alexandre Robin from Sketch Bar, whose cocktail, Riddle No. 9 combined Fentimans Rose Lemonade, Tanqueray Ten, Double Jus and grapefruit bitters.\r\n\r\nHaving partnered with the famous Paradiso Art Hotel in Ibiza, the Fentimans ‘Summer of Rose’ cocktail competition created a response from over a hundred bartenders across the country keen to create beautiful pink-tinged cocktails and be in with the chance to win one of the most coveted prizes of the summer. The other talented bartenders who took part in the final included; Joseph Miller of Blackfriars Restaurant, Newcastle, Tom Sutton from Her Majesty\'s Secret Service in Bristol, Joe Stefani Rodgers from The Kenilworth Boutique Hotel &amp; Cocktail Lounge, Warwickshire, Daniel Crowther from Hedonist, Leeds, Joe Taylor from Tomahawk Steakhouse in Northumberland, Ryan Finch from The Wigmore and Emanuele Mensah from Disrepute, London.\r\n\r\nThe ten finalists competed against each other in front of a panel of three industry expert judges; Andy Ives (BarLife UK), Cameron Attfield (Disrepute), and Hannah Sharman Cox (Drink Up London), who assessed the drink on flavour, aroma and appearance before deciding unanimously on the winner.\r\n\r\nRose Lemonade’s vibrant pink colour has made it an Instagram favourite recently, and this combined with a distinctive Rose flavour, has made it one of the UK’s most lusted after drinks. Like all Fentimans drinks, only the finest natural ingredients are used. Rose Oil from the world-famous ‘valley of the roses’ in Kazanlak, Bulgaria, is the magic behind the great flavour. What’s more, the rose petals can only be picked two weeks of the year and in the two hours before sunrise.\r\n\r\nThe brief for the Summer of Rose competition was simple – entrants must make a drink that captures the essence of the Summer and the most creative and original cocktail or mocktail wins a trip for two to Ibiza. The drink must contain Fentimans Rose Lemonade and the serve needs to have the potential to be re-created multiple times in a busy bar environment.\r\n\r\nEric’s winning drink will be served at Satan’s Whiskers during the summer as well as being listed in the Paradiso Art Hotel for two weeks following the competition. Eric was delighted with his win, saying: “I came up with the ‘Pink Parlour’ to recreate the feeling of getting away from everyday life and having that holiday feeling, no matter whether you are in Ibiza or in the middle of London.”\r\n\r\n<strong>For Further Information about the Fentimans Summer of Rose Cocktail Competition p</strong><strong>lease contact Kapranos PR: <a href=\"mailto:anne@kapranos-pr.com\">anne@kapranos-pr.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n</ul>','Fentimans announces first cocktail competition winner','','publish','closed','open','','fentimans-announces-first-cocktail-competition-winner','','','2019-08-05 13:46:37','2019-08-05 13:46:37','',0,'https://www.ontradeprogress.com/?p=5720',0,'post','',0),(5721,1,'2019-08-05 08:57:56','2019-08-05 08:57:56','','Fentimans announces first cocktail competition winner','Fentimans announces first cocktail competition winner','inherit','closed','closed','','cocktails-1149171_1920','','','2019-08-05 13:46:12','2019-08-05 13:46:12','',5720,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/cocktails-1149171_1920.jpg',0,'attachment','image/jpeg',0),(5722,1,'2019-08-05 13:46:17','2019-08-05 13:46:17','<h1>Botanical drinks brand, Fentimans has announced the winner of its first national Summer of Rose cocktail competition, the final of which took place at Bar Disrepute in Soho on Monday 29th July 2019.</h1>\r\nEric Tinca from Bethnal Green cocktail bar, Satan’s Whiskers won the coveted top spot and a trip for two to Ibiza’s Paradiso Art Hotel with his impressive cocktail, ‘Pink Parlour’. Vibrant, pink and perfectly evoking a day by the pool in Ibiza, Eric’s winning drink was a delicious combination of Fentimans Rose Lemonade, fresh raspberries, Campari and Koko Kanu coconut rum.\r\n\r\nIn second place was Holly Law from new Soho bar, Murder Inc, who impressed the judges in her first-ever cocktail competition with Blossom, a concoction of Fentimans Rose Lemonade, nettle cordial and vermouth. Third place went to Alexandre Robin from Sketch Bar, whose cocktail, Riddle No. 9 combined Fentimans Rose Lemonade, Tanqueray Ten, Double Jus and grapefruit bitters.\r\n\r\nHaving partnered with the famous Paradiso Art Hotel in Ibiza, the Fentimans ‘Summer of Rose’ cocktail competition created a response from over a hundred bartenders across the country keen to create beautiful pink-tinged cocktails and be in with the chance to win one of the most coveted prizes of the summer. The other talented bartenders who took part in the final included; Joseph Miller of Blackfriars Restaurant, Newcastle, Tom Sutton from Her Majesty\'s Secret Service in Bristol, Joe Stefani Rodgers from The Kenilworth Boutique Hotel &amp; Cocktail Lounge, Warwickshire, Daniel Crowther from Hedonist, Leeds, Joe Taylor from Tomahawk Steakhouse in Northumberland, Ryan Finch from The Wigmore and Emanuele Mensah from Disrepute, London.\r\n\r\nThe ten finalists competed against each other in front of a panel of three industry expert judges; Andy Ives (BarLife UK), Cameron Attfield (Disrepute), and Hannah Sharman Cox (Drink Up London), who assessed the drink on flavour, aroma and appearance before deciding unanimously on the winner.\r\n\r\nRose Lemonade’s vibrant pink colour has made it an Instagram favourite recently, and this combined with a distinctive Rose flavour, has made it one of the UK’s most lusted after drinks. Like all Fentimans drinks, only the finest natural ingredients are used. Rose Oil from the world-famous ‘valley of the roses’ in Kazanlak, Bulgaria, is the magic behind the great flavour. What’s more, the rose petals can only be picked two weeks of the year and in the two hours before sunrise.\r\n\r\nThe brief for the Summer of Rose competition was simple – entrants must make a drink that captures the essence of the Summer and the most creative and original cocktail or mocktail wins a trip for two to Ibiza. The drink must contain Fentimans Rose Lemonade and the serve needs to have the potential to be re-created multiple times in a busy bar environment.\r\n\r\nEric’s winning drink will be served at Satan’s Whiskers during the summer as well as being listed in the Paradiso Art Hotel for two weeks following the competition. Eric was delighted with his win, saying: “I came up with the ‘Pink Parlour’ to recreate the feeling of getting away from everyday life and having that holiday feeling, no matter whether you are in Ibiza or in the middle of London.”\r\n\r\n<strong>For Further Information about the Fentimans Summer of Rose Cocktail Competition p</strong><strong>lease contact Kapranos PR: <a href=\"mailto:anne@kapranos-pr.com\">anne@kapranos-pr.com</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\r\n</ul>','Fentimans announces first cocktail competition winner','','inherit','closed','closed','','5720-revision-v1','','','2019-08-05 13:46:17','2019-08-05 13:46:17','',5720,'https://www.ontradeprogress.com/2019/08/05/5720-revision-v1/',0,'revision','',0),(5723,1,'2019-08-05 14:02:47','2019-08-05 14:02:47','','Sky Sports Releases October Premier League Fixtures','Sky Sports Releases October Premier League Fixtures','inherit','closed','closed','','otp-premleg_1600x550','','','2019-08-05 14:03:06','2019-08-05 14:03:06','',5717,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-PremLeg_1600x550.jpg',0,'attachment','image/jpeg',0),(5724,1,'2019-08-05 14:35:24','2019-08-05 14:35:24','<h1 style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality has welcomed the Greater Manchester Combined Authority’s blueprint for its night-time economy and called for all Mayoral authorities around the UK to follow suit. This includes the appointment of Night Czars and publication of local night-time strategies, with input from businesses, to promote late-night hospitality in every region of the UK.</h1>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Greater Manchester Combined Authority and Mayor Andy Burnham prioritise the importance of the late-night sector and work towards boosting it. Greater Manchester has a fantastic nightlife thanks, in part, to major investment by hospitality businesses. It is one of the most exciting and diverse in the country and it is great to see policy-makers understand the value the sector brings to the region.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The blueprint for the night-time economy contains some very positive measures aimed at supporting late-night venues. Not least the Agent of Change principle, the introduction of which UKHospitality has consistently lobbied for. Measures to encourage people to stay out late and facilitate their enjoyment of late-night hospitality are very positive. Support for a whole raft of measures that boost the sector, including: improving transport links, encouraging later openings and supporting industry-led schemes that keep customers feeling safe and supported on nights out are all hugely positive.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“Perhaps the most encouraging sign here is that Greater Manchester Combined Authority understands the importance of the late-night hospitality sector. We need more local authorities who “get” what we do and the early signs from Manchester are positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“We are therefore calling for the widespread adoption of similar policies by Mayoral authorities around the UK. We want to see widespread appointment of Night Czars in cities from Aberdeen to Brighton, following Greater Manchester’s example to support the immensely valuable late-night sector.”</p>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/\">Sky Sports Releases October Premier League Fixtures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/\">Fentimans announces the first cocktail competition winner</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n</ul>','Greater Manchester leads the way in promoting the night-time economy, says UKH','','publish','closed','open','','greater-manchester-ukhospitality','','\nhttps://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/','2019-08-05 14:36:10','2019-08-05 14:36:10','',0,'https://www.ontradeprogress.com/?p=5724',0,'post','',0),(5725,1,'2019-08-05 14:31:59','2019-08-05 14:31:59','','Greater Manchester leads the way says UKHospitality','Greater Manchester leads the way says UKHospitality','inherit','closed','closed','','concert-1149979_1920','','','2019-08-05 14:32:29','2019-08-05 14:32:29','',5724,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/concert-1149979_1920.jpg',0,'attachment','image/jpeg',0),(5726,1,'2019-08-05 14:32:33','2019-08-05 14:32:33','<h1 style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality has welcomed the Greater Manchester Combined Authority’s blueprint for its night-time economy and called for all Mayoral authorities around the UK to follow suit. This includes the appointment of Night Czars and publication of local night-time strategies, with input from businesses, to promote late-night hospitality in every region of the UK.</h1>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Greater Manchester Combined Authority and Mayor Andy Burnham prioritise the importance of the late-night sector and work towards boosting it. Greater Manchester has a fantastic nightlife thanks, in part, to major investment by hospitality businesses. It is one of the most exciting and diverse in the country and it is great to see policy-makers understand the value the sector brings to the region.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The blueprint for the night-time economy contains some very positive measures aimed at supporting late-night venues. Not least the Agent of Change principle, the introduction of which UKHospitality has consistently lobbied for. Measures to encourage people to stay out late and facilitate their enjoyment of late-night hospitality are very positive. Support for a whole raft of measures that boost the sector, including: improving transport links, encouraging later openings and supporting industry-led schemes that keep customers feeling safe and supported on nights out are all hugely positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“Perhaps the most encouraging sign here is that Greater Manchester Combined Authority understands the importance of the late-night hospitality sector. We need more local authorities who “get” what we do and the early signs from Manchester are positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“We are therefore calling for the widespread adoption of similar policies by Mayoral authorities around the UK. We want to see widespread appointment of Night Czars in cities from Aberdeen to Brighton, following Greater Manchester’s example to support the immensely valuable late-night sector.”</p>','Greater Manchester leads the way in promoting the night-time economy, says UKH','','inherit','closed','closed','','5724-revision-v1','','','2019-08-05 14:32:33','2019-08-05 14:32:33','',5724,'https://www.ontradeprogress.com/2019/08/05/5724-revision-v1/',0,'revision','',0),(5727,1,'2019-08-05 14:35:24','2019-08-05 14:35:24','<h1 style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality has welcomed the Greater Manchester Combined Authority’s blueprint for its night-time economy and called for all Mayoral authorities around the UK to follow suit. This includes the appointment of Night Czars and publication of local night-time strategies, with input from businesses, to promote late-night hospitality in every region of the UK.</h1>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Greater Manchester Combined Authority and Mayor Andy Burnham prioritise the importance of the late-night sector and work towards boosting it. Greater Manchester has a fantastic nightlife thanks, in part, to major investment by hospitality businesses. It is one of the most exciting and diverse in the country and it is great to see policy-makers understand the value the sector brings to the region.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The blueprint for the night-time economy contains some very positive measures aimed at supporting late-night venues. Not least the Agent of Change principle, the introduction of which UKHospitality has consistently lobbied for. Measures to encourage people to stay out late and facilitate their enjoyment of late-night hospitality are very positive. Support for a whole raft of measures that boost the sector, including: improving transport links, encouraging later openings and supporting industry-led schemes tha tkeep customers feeling safe and supported on nights out are all hugely positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“Perhaps the most encouraging sign here is that Greater Manchester Combined Authority understands the importance of the late-night hospitality sector. We need more local authorities who “get” what we do and the early signs from Manchester are positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\"></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“We are therefore calling for the widespread adoption of similar policies by Mayoral authorities around the UK. We want to see widespread appointment of Night Czars in cities from Aberdeen to Brighton, following Greater Manchester’s example to support the immensely valuable late-night sector.”</p>\r\n\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/\">Sky Sports Releases October Premier League Fixtures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/\">Fentimans announces the first cocktail competition winner</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n</ul>','Greater Manchester leads the way in promoting the night-time economy, says UKH','','inherit','closed','closed','','5724-revision-v1','','','2019-08-05 14:35:24','2019-08-05 14:35:24','',5724,'https://www.ontradeprogress.com/2019/08/05/5724-revision-v1/',0,'revision','',0),(5728,1,'2019-08-05 14:36:00','2019-08-05 14:36:00','<h1 style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality has welcomed the Greater Manchester Combined Authority’s blueprint for its night-time economy and called for all Mayoral authorities around the UK to follow suit. This includes the appointment of Night Czars and publication of local night-time strategies, with input from businesses, to promote late-night hospitality in every region of the UK.</h1>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Greater Manchester Combined Authority and Mayor Andy Burnham prioritise the importance of the late-night sector and work towards boosting it. Greater Manchester has a fantastic nightlife thanks, in part, to major investment by hospitality businesses. It is one of the most exciting and diverse in the country and it is great to see policy-makers understand the value the sector brings to the region.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The blueprint for the night-time economy contains some very positive measures aimed at supporting late-night venues. Not least the Agent of Change principle, the introduction of which UKHospitality has consistently lobbied for. Measures to encourage people to stay out late and facilitate their enjoyment of late-night hospitality are very positive. Support for a whole raft of measures that boost the sector, including: improving transport links, encouraging later openings and supporting industry-led schemes that keep customers feeling safe and supported on nights out are all hugely positive.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“Perhaps the most encouraging sign here is that Greater Manchester Combined Authority understands the importance of the late-night hospitality sector. We need more local authorities who “get” what we do and the early signs from Manchester are positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“We are therefore calling for the widespread adoption of similar policies by Mayoral authorities around the UK. We want to see widespread appointment of Night Czars in cities from Aberdeen to Brighton, following Greater Manchester’s example to support the immensely valuable late-night sector.”</p>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/\">Sky Sports Releases October Premier League Fixtures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/\">Fentimans announces the first cocktail competition winner</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n</ul>','Greater Manchester leads the way in promoting the night-time economy, says UKH','','inherit','closed','closed','','5724-autosave-v1','','','2019-08-05 14:36:00','2019-08-05 14:36:00','',5724,'https://www.ontradeprogress.com/2019/08/05/5724-autosave-v1/',0,'revision','',0),(5729,1,'2019-08-05 14:36:10','2019-08-05 14:36:10','<h1 style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality has welcomed the Greater Manchester Combined Authority’s blueprint for its night-time economy and called for all Mayoral authorities around the UK to follow suit. This includes the appointment of Night Czars and publication of local night-time strategies, with input from businesses, to promote late-night hospitality in every region of the UK.</h1>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">UKHospitality Chief Executive Kate Nicholls said: “It is encouraging to see the Greater Manchester Combined Authority and Mayor Andy Burnham prioritise the importance of the late-night sector and work towards boosting it. Greater Manchester has a fantastic nightlife thanks, in part, to major investment by hospitality businesses. It is one of the most exciting and diverse in the country and it is great to see policy-makers understand the value the sector brings to the region.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“The blueprint for the night-time economy contains some very positive measures aimed at supporting late-night venues. Not least the Agent of Change principle, the introduction of which UKHospitality has consistently lobbied for. Measures to encourage people to stay out late and facilitate their enjoyment of late-night hospitality are very positive. Support for a whole raft of measures that boost the sector, including: improving transport links, encouraging later openings and supporting industry-led schemes that keep customers feeling safe and supported on nights out are all hugely positive.</p>\r\n&nbsp;\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“Perhaps the most encouraging sign here is that Greater Manchester Combined Authority understands the importance of the late-night hospitality sector. We need more local authorities who “get” what we do and the early signs from Manchester are positive.</p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt;\">“We are therefore calling for the widespread adoption of similar policies by Mayoral authorities around the UK. We want to see widespread appointment of Night Czars in cities from Aberdeen to Brighton, following Greater Manchester’s example to support the immensely valuable late-night sector.”</p>\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/\">Sky Sports Releases October Premier League Fixtures</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/\">Fentimans announces the first cocktail competition winner</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\r\n</ul>','Greater Manchester leads the way in promoting the night-time economy, says UKH','','inherit','closed','closed','','5724-revision-v1','','','2019-08-05 14:36:10','2019-08-05 14:36:10','',5724,'https://www.ontradeprogress.com/2019/08/05/5724-revision-v1/',0,'revision','',0),(5732,1,'2019-08-05 15:01:16','2019-08-05 15:01:16','<h1>Botanical drinks brand, Fentimans has announced the winner of its first national Summer of Rose cocktail competition, the final of which took place at Bar Disrepute in Soho on Monday 29th July 2019.</h1>\nEric Tinca from Bethnal Green cocktail bar, Satan’s Whiskers won the coveted top spot and a trip for two to Ibiza’s Paradiso Art Hotel with his impressive cocktail, ‘Pink Parlour’. Vibrant, pink and perfectly evoking a day by the pool in Ibiza, Eric’s winning drink was a delicious combination of Fentimans Rose Lemonade, fresh raspberries, Campari and Koko Kanu coconut rum.\n\nIn second place was Holly Law from new Soho bar, Murder Inc, who impressed the judges in her first-ever cocktail competition with Blossom, a concoction of Fentimans Rose Lemonade, nettle cordial and vermouth. Third place went to Alexandre Robin from Sketch Bar, whose cocktail, Riddle No. 9 combined Fentimans Rose Lemonade, Tanqueray Ten, Double Jus and grapefruit bitters.\n\nHaving partnered with the famous Paradiso Art Hotel in Ibiza, the Fentimans ‘Summer of Rose’ cocktail competition created a response from over a hundred bartenders across the country keen to create beautiful pink-tinged cocktails and be in with the chance to win one of the most coveted prizes of the summer. The other talented bartenders who took part in the final included; Joseph Miller of Blackfriars Restaurant, Newcastle, Tom Sutton from Her Majesty\'s Secret Service in Bristol, Joe Stefani Rodgers from The Kenilworth Boutique Hotel &amp; Cocktail Lounge, Warwickshire, Daniel Crowther from Hedonist, Leeds, Joe Taylor from Tomahawk Steakhouse in Northumberland, Ryan Finch from The Wigmore and Emanuele Mensah from Disrepute, London.\n\nThe ten finalists competed against each other in front of a panel of three industry expert judges; Andy Ives (BarLife UK), Cameron Attfield (Disrepute), and Hannah Sharman Cox (Drink Up London), who assessed the drink on flavour, aroma and appearance before deciding unanimously on the winner.\n\nRose Lemonade’s vibrant pink colour has made it an Instagram favourite recently, and this combined with a distinctive Rose flavour, has made it one of the UK’s most lusted after drinks. Like all Fentimans drinks, only the finest natural ingredients are used. Rose Oil from the world-famous ‘valley of the roses’ in Kazanlak, Bulgaria, is the magic behind the great flavour. What’s more, the rose petals can only be picked two weeks of the year and in the two hours before sunrise.\n\nThe brief for the Summer of Rose competition was simple – entrants must make a drink that captures the essence of the Summer and the most creative and original cocktail or mocktail wins a trip for two to Ibiza. The drink must contain Fentimans Rose Lemonade and the serve needs to have the potential to be re-created multiple times in a busy bar environmen1t.\n\nEric’s winning drink will be served at Satan’s Whiskers during the summer as well as being listed in the Paradiso Art Hotel for two weeks following the competition. Eric was delighted with his win, saying: “I came up with the ‘Pink Parlour’ to recreate the feeling of getting away from everyday life and having that holiday feeling, no matter whether you are in Ibiza or in the middle of London.”\n\n<strong>For Further Information about the Fentimans Summer of Rose Cocktail Competition p</strong><strong>lease contact Kapranos PR: <a href=\"mailto:anne@kapranos-pr.com\">anne@kapranos-pr.com</a></strong>\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/\">We sat down with Charlie to discuss the future of the karaoke chain, Lucky Voice</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/\">Grand Trunk Road – Lahori Keema Matar</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/\">Mrs Foggs praises Void</a></li>\n</ul>','Fentimans announces first cocktail competition winner','','inherit','closed','closed','','5720-autosave-v1','','','2019-08-05 15:01:16','2019-08-05 15:01:16','',5720,'https://www.ontradeprogress.com/2019/08/05/5720-autosave-v1/',0,'revision','',0),(5734,1,'2019-08-08 09:11:28','2019-08-08 09:11:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #28','','publish','closed','closed','','issue-28','','','2019-08-08 09:50:05','2019-08-08 09:50:05','',0,'https://www.ontradeprogress.com/?page_id=5734',0,'page','',0),(5735,1,'2019-08-08 09:11:28','2019-08-08 09:11:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #28','','inherit','closed','closed','','5734-revision-v1','','','2019-08-08 09:11:28','2019-08-08 09:11:28','',5734,'https://www.ontradeprogress.com/2019/08/08/5734-revision-v1/',0,'revision','',0),(5737,1,'2019-08-08 09:14:04','2019-08-08 09:14:04','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #28','','inherit','closed','closed','','5734-revision-v1','','','2019-08-08 09:14:04','2019-08-08 09:14:04','',5734,'https://www.ontradeprogress.com/2019/08/08/5734-revision-v1/',0,'revision','',0),(5738,1,'2019-08-08 09:18:05','2019-08-08 09:18:05','','28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px','','inherit','closed','closed','','28_on-trade-progress_cover_issue-28_300x330px','','','2019-08-08 09:18:21','2019-08-08 09:18:21','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_300x330px.png',0,'attachment','image/png',0),(5739,1,'2019-08-08 09:18:25','2019-08-08 09:18:25','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:18:25','2019-08-08 09:18:25','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5740,1,'2019-08-08 09:23:29','2019-08-08 09:23:29','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii0zMCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:23:29','2019-08-08 09:23:29','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5741,1,'2019-08-08 09:24:47','2019-08-08 09:24:47','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii01NCIsImRpc3BsYXkiOiIifX0=\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:24:47','2019-08-08 09:24:47','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5742,1,'2019-08-08 09:26:09','2019-08-08 09:26:09','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:26:09','2019-08-08 09:26:09','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5743,1,'2019-08-08 09:26:20','2019-08-08 09:26:20','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0yNTAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:26:20','2019-08-08 09:26:20','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5744,1,'2019-08-08 09:26:43','2019-08-08 09:26:43','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMjAwIiwibWFyZ2luLWxlZnQiOiItNDgiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:26:43','2019-08-08 09:26:43','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5745,1,'2019-08-08 09:27:01','2019-08-08 09:27:01','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:27:01','2019-08-08 09:27:01','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5746,1,'2019-08-08 09:27:14','2019-08-08 09:27:14','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:27:14','2019-08-08 09:27:14','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5747,1,'2019-08-08 09:28:08','2019-08-08 09:28:08','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5738\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-08-08 09:28:08','2019-08-08 09:28:08','',8,'https://www.ontradeprogress.com/2019/08/08/8-revision-v1/',0,'revision','',0),(5748,1,'2019-08-08 09:50:58','2019-08-08 09:50:58','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #27</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #28','','inherit','closed','closed','','276-revision-v1','','','2019-08-08 09:50:58','2019-08-08 09:50:58','',276,'https://www.ontradeprogress.com/2019/08/08/276-revision-v1/',0,'revision','',0),(5749,1,'2019-08-08 09:51:10','2019-08-08 09:51:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzOGRjY2VjJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjdfb24tdHJhZGUtcHJvZ3Jlc3NfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZ1JTNEYndtZWRpYWdyb3VwJTIyJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #28','','inherit','closed','closed','','276-revision-v1','','','2019-08-08 09:51:10','2019-08-08 09:51:10','',276,'https://www.ontradeprogress.com/2019/08/08/276-revision-v1/',0,'revision','',0),(5750,1,'2019-08-08 09:51:44','2019-08-08 09:51:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #28','','inherit','closed','closed','','276-revision-v1','','','2019-08-08 09:51:44','2019-08-08 09:51:44','',276,'https://www.ontradeprogress.com/2019/08/08/276-revision-v1/',0,'revision','',0),(5751,1,'2019-08-08 10:04:27','2019-08-08 10:04:27','','28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px','','inherit','closed','closed','','28_on-trade-progress_cover_issue-28_620x861px','','','2019-08-08 10:04:42','2019-08-08 10:04:42','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_620x861px.png',0,'attachment','image/png',0),(5752,1,'2019-08-08 10:05:11','2019-08-08 10:05:11','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5751\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwTWVudSUyMGluc3BpcmF0aW9uJTIwZnJvbSUyMEdyYW5kJTIwVHJ1bmslMjBSb2Fk\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQnJleGl0JTIwYnV5aW5nJTIwYWR2aWNl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMENoYXJsaWUlMjBFbGVr\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWFrZSUyMHRoZSUyMG1vc3QlMjBvdXQlMjBvZiUyMHlvdXIlMjBlbWFpbCUyMGNhbXBhaWdu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-08-08 10:05:11','2019-08-08 10:05:11','',23,'https://www.ontradeprogress.com/2019/08/08/23-revision-v1/',0,'revision','',0),(5753,1,'2019-08-08 10:11:47','2019-08-08 10:11:47','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5751\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjB0YWNrbGUlMjB5b3VyJTIwd2FzdGVmdWwlMjB3YXlz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwaG93JTIweW91JTIwY2FuJTIwJ2tlZXAlMjBmcmVzaCclMjBmb3IlMjBmcmVzaGVycw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50cm9kdWN0aW9uJTIwb2YlMjBvdXIlMjByZWd1bGFyJTIwbG93JTIwYW5kJTIwbm8lMjBmZWF0dXJl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWFrZSUyMHRoZSUyMG1vc3QlMjBvdXQlMjBvZiUyMHlvdXIlMjBlbWFpbCUyMGNhbXBhaWdu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-08-08 10:11:47','2019-08-08 10:11:47','',23,'https://www.ontradeprogress.com/2019/08/08/23-revision-v1/',0,'revision','',0),(5754,1,'2019-08-08 10:12:10','2019-08-08 10:12:10','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5751\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjB0YWNrbGUlMjB5b3VyJTIwd2FzdGVmdWwlMjB3YXlz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwaG93JTIweW91JTIwY2FuJTIwJ2tlZXAlMjBmcmVzaCclMjBmb3IlMjBmcmVzaGVycw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50cm9kdWN0aW9uJTIwb2YlMjBvdXIlMjByZWd1bGFyJTIwbG93JTIwYW5kJTIwbm8lMjBmZWF0dXJl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwR2V0dGluZyUyMHRoZSUyMHJpZ2h0JTIwZGlzaHdhc2hlcg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGx1cyUyMG11Y2glMjBtb3JlIQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-08-08 10:12:10','2019-08-08 10:12:10','',23,'https://www.ontradeprogress.com/2019/08/08/23-revision-v1/',0,'revision','',0),(5755,1,'2019-08-08 10:16:51','2019-08-08 10:16:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5751\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjB0YWNrbGUlMjB5b3VyJTIwd2FzdGVmdWwlMjB3YXlz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwaG93JTIweW91JTIwY2FuJTIwJ2tlZXAlMjBmcmVzaCclMjBmb3IlMjBmcmVzaGVycw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50cm9kdWN0aW9uJTIwb2YlMjBvdXIlMjByZWd1bGFyJTIwbG93JTIwYW5kJTIwbm8lMjBmZWF0dXJl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwR2V0dGluZyUyMHRoZSUyMHJpZ2h0JTIwZGlzaHdhc2hlcg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMENyYWlnJTIwTWF0aGVyJTJDJTIwaGVhZCUyMGNoZWYlMjBvZiUyMER1bmtpcmslMjBpbnNwaXJlZCUyMHJlc3RhdXJhbnQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FuJTIwb25saW5lJTIwZ2FtZXMlMjBzcGljZSUyMHVwJTIweW91ciUyMHNvY2lhbCUyMG1lZGlhJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFQ2FzayUyMG1hcnF1ZSdzJTIwY2FzayUyMHRyb3VibGVzaG9vdGluZyUyMGd1aWRl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-08-08 10:16:51','2019-08-08 10:16:51','',23,'https://www.ontradeprogress.com/2019/08/08/23-revision-v1/',0,'revision','',0),(5756,1,'2019-08-08 10:17:13','2019-08-08 10:17:13','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5751\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjB0YWNrbGUlMjB5b3VyJTIwd2FzdGVmdWwlMjB3YXlz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwaG93JTIweW91JTIwY2FuJTIwJ2tlZXAlMjBmcmVzaCclMjBmb3IlMjBmcmVzaGVycw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50cm9kdWN0aW9uJTIwb2YlMjBvdXIlMjByZWd1bGFyJTIwbG93JTIwYW5kJTIwbm8lMjBmZWF0dXJl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwR2V0dGluZyUyMHRoZSUyMHJpZ2h0JTIwZGlzaHdhc2hlcg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMENyYWlnJTIwTWF0aGVyJTJDJTIwaGVhZCUyMGNoZWYlMjBvZiUyMER1bmtpcmslMjBpbnNwaXJlZCUyMHJlc3RhdXJhbnQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FuJTIwb25saW5lJTIwZ2FtZXMlMjBzcGljZSUyMHVwJTIweW91ciUyMHNvY2lhbCUyMG1lZGlhJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FzayUyMG1hcnF1ZSdzJTIwY2FzayUyMHRyb3VibGVzaG9vdGluZyUyMGd1aWRl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-08-08 10:17:13','2019-08-08 10:17:13','',23,'https://www.ontradeprogress.com/2019/08/08/23-revision-v1/',0,'revision','',0),(5757,1,'2019-08-08 10:23:13','2019-08-08 10:23:13','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5751\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjB0YWNrbGUlMjB5b3VyJTIwd2FzdGVmdWwlMjB3YXlz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwaG93JTIweW91JTIwY2FuJTIwJ2tlZXAlMjBmcmVzaCclMjBmb3IlMjBmcmVzaGVycw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50cm9kdWN0aW9uJTIwb2YlMjBvdXIlMjByZWd1bGFyJTIwbG93JTIwYW5kJTIwbm8lMjBmZWF0dXJl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwR2V0dGluZyUyMHRoZSUyMHJpZ2h0JTIwZGlzaHdhc2hlcg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMENyYWlnJTIwTWF0aGVyJTJDJTIwaGVhZCUyMGNoZWYlMjBvZiUyMER1bmtpcmslMjBpbnNwaXJlZCUyMHJlc3RhdXJhbnQlMkMlMjBMaXR0bGUlMjBTaGlwcw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FuJTIwb25saW5lJTIwZ2FtZXMlMjBzcGljZSUyMHVwJTIweW91ciUyMHNvY2lhbCUyMG1lZGlhJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FzayUyMG1hcnF1ZSdzJTIwY2FzayUyMHRyb3VibGVzaG9vdGluZyUyMGd1aWRl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-08-08 10:23:13','2019-08-08 10:23:13','',23,'https://www.ontradeprogress.com/2019/08/08/23-revision-v1/',0,'revision','',0),(5759,1,'2019-08-13 10:47:28','2019-08-13 10:47:28','<h1>Ontrade Progress are partnered with the International Drink Expo</h1>\r\nAs one of the UK\'s leading hospitality magazines and one that focuses, it is our mission to discover innovative products and services to meet customer and readership needs - so we are proud to have partnered with Europe’s leading event for the drinks products boosting the profits of restaurant and bar owners, the <a href=\"http://bit.ly/2GWiAFC\" target=\"_blank\" rel=\"noopener noreferrer\">International Drink Expo</a>!\r\n\r\nHosted at <strong>London’s ExCeL</strong> on the <strong>19th &amp; 20th November</strong>, your <strong>FREE</strong> ticket will give you exclusive access to all of the hottest new drinks trends, immersing you in the ultimate marketplace for business growth, and equipping you with all the tools you need to maximise your revenue and drink sales.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled lineup is sure to equip you with all the latest advancements you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nAll under one roof, you’ll be able to try, touch and test all the latest products, solutions and systems from across the globe that are driving revenue growth, and hear industry experts from the biggest brands on the planet divulge their very own secrets to success, enabling you to return to your business armed with ambition, and brimming with ideas and inspiration.\r\n\r\nOver the course of two unmissable days, you’ll be able to find over 200 suppliers of the most innovative drinks solutions available on the market, listen to over 120 expert seminars, engage in panel sessions led by inspirational industry giants, connect with many like-minded professionals, sample an extraordinary array of products to get a taste for success, and so much more.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/?ptnOTP\">#FES19</a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, visit <a href=\"http://www.internationaldrinkexpo.co.uk/?ptnOTP\">internationaldrinkexpo.co.uk</a>.\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\nJames Williams - Managing Director\r\nJames.Williams@prysmgroup.co.uk +44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\nLizzie Duffin - Marketing Manager\r\nLizzie.Duffin@prysmgroup.co.uk +44 (0) 117 990 2096','Ontrade Progress new partnership','','publish','closed','open','','ontrade-progress-new-partnership','','','2019-08-13 10:48:34','2019-08-13 10:48:34','',0,'https://www.ontradeprogress.com/?p=5759',0,'post','',0),(5760,1,'2019-08-13 10:46:07','2019-08-13 10:46:07','','OTP-1st Press Release (1) (002)','','inherit','closed','closed','','otp-1st-press-release-1-002','','','2019-08-13 10:46:18','2019-08-13 10:46:18','',5759,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-1st-Press-Release-1-002.jpg',0,'attachment','image/jpeg',0),(5761,1,'2019-08-13 10:46:23','2019-08-13 10:46:23','Ontrade Progress are partnered with the International Drink Expo\r\n\r\nAs one of the UK\'s leading hospitality magazines and one that focuses, it is our mission to discover innovative products and services to meet customer and readership needs - so we are proud to have partnered with Europe’s leading event for the drinks products boosting the profits of restaurant and bar owners, the <a href=\"http://bit.ly/2GWiAFC\" target=\"_blank\" rel=\"noopener noreferrer\">International Drink Expo</a>!\r\n\r\nHosted at <strong>London’s ExCeL</strong> on the <strong>19th &amp; 20th November</strong>, your <strong>FREE</strong> ticket will give you exclusive access to all of the hottest new drinks trends, immersing you in the ultimate marketplace for business growth, and equipping you with all the tools you need to maximise your revenue and drink sales.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled lineup is sure to equip you with all the latest advancements you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nAll under one roof, you’ll be able to try, touch and test all the latest products, solutions and systems from across the globe that are driving revenue growth, and hear industry experts from the biggest brands on the planet divulge their very own secrets to success, enabling you to return to your business armed with ambition, and brimming with ideas and inspiration.\r\n\r\nOver the course of two unmissable days, you’ll be able to find over 200 suppliers of the most innovative drinks solutions available on the market, listen to over 120 expert seminars, engage in panel sessions led by inspirational industry giants, connect with many like-minded professionals, sample an extraordinary array of products to get a taste for success, and so much more.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/?ptnOTP\">#FES19</a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, visit <a href=\"http://www.internationaldrinkexpo.co.uk/?ptnOTP\">internationaldrinkexpo.co.uk</a>.\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\nJames Williams - Managing Director\r\nJames.Williams@prysmgroup.co.uk +44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\nLizzie Duffin - Marketing Manager\r\nLizzie.Duffin@prysmgroup.co.uk +44 (0) 117 990 2096','Ontrade Progress new partnership','','inherit','closed','closed','','5759-revision-v1','','','2019-08-13 10:46:23','2019-08-13 10:46:23','',5759,'https://www.ontradeprogress.com/2019/08/13/5759-revision-v1/',0,'revision','',0),(5762,1,'2019-08-13 10:48:18','2019-08-13 10:48:18','','OTP-1st Press Release (1) (002)','','inherit','closed','closed','','otp-1st-press-release-1-002-2','','','2019-08-13 10:48:18','2019-08-13 10:48:18','',5759,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/OTP-1st-Press-Release-1-002-1.jpg',0,'attachment','image/jpeg',0),(5763,1,'2019-08-13 10:48:34','2019-08-13 10:48:34','<h1>Ontrade Progress are partnered with the International Drink Expo</h1>\r\nAs one of the UK\'s leading hospitality magazines and one that focuses, it is our mission to discover innovative products and services to meet customer and readership needs - so we are proud to have partnered with Europe’s leading event for the drinks products boosting the profits of restaurant and bar owners, the <a href=\"http://bit.ly/2GWiAFC\" target=\"_blank\" rel=\"noopener noreferrer\">International Drink Expo</a>!\r\n\r\nHosted at <strong>London’s ExCeL</strong> on the <strong>19th &amp; 20th November</strong>, your <strong>FREE</strong> ticket will give you exclusive access to all of the hottest new drinks trends, immersing you in the ultimate marketplace for business growth, and equipping you with all the tools you need to maximise your revenue and drink sales.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled lineup is sure to equip you with all the latest advancements you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nAll under one roof, you’ll be able to try, touch and test all the latest products, solutions and systems from across the globe that are driving revenue growth, and hear industry experts from the biggest brands on the planet divulge their very own secrets to success, enabling you to return to your business armed with ambition, and brimming with ideas and inspiration.\r\n\r\nOver the course of two unmissable days, you’ll be able to find over 200 suppliers of the most innovative drinks solutions available on the market, listen to over 120 expert seminars, engage in panel sessions led by inspirational industry giants, connect with many like-minded professionals, sample an extraordinary array of products to get a taste for success, and so much more.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/?ptnOTP\">#FES19</a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, visit <a href=\"http://www.internationaldrinkexpo.co.uk/?ptnOTP\">internationaldrinkexpo.co.uk</a>.\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\nJames Williams - Managing Director\r\nJames.Williams@prysmgroup.co.uk +44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\nLizzie Duffin - Marketing Manager\r\nLizzie.Duffin@prysmgroup.co.uk +44 (0) 117 990 2096','Ontrade Progress new partnership','','inherit','closed','closed','','5759-revision-v1','','','2019-08-13 10:48:34','2019-08-13 10:48:34','',5759,'https://www.ontradeprogress.com/2019/08/13/5759-revision-v1/',0,'revision','',0),(5766,1,'2019-08-14 14:52:53','2019-08-14 14:52:53','<h1>Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the previous test match at Edgbaston.</h1>\r\nMarston’s Brewery, the official ale partner of Warwickshire County Cricket Club, sold 150,000 pints during the Edgbaston Ashes Test Match, with an emergency delivery being delivered to the ground to keep up with demand.\r\n\r\nIn preparation for the Test Match, over 1,800 kegs of 61 Deep, Pedigree, Pearl Jet and other cask ale were delivered to Edgbaston. However, this soon proved not to be enough as an additional 350 kegs of 61 Deep were needed in order to keep up with consumer demand, proving to be a firm favourite for local cricket fans.\r\n\r\nKirsty Polmeer, Marston’s Brewery Brand Manager said: “The Ashes Test Match at Edgbaston was a huge success and we continue to be tremendously proud to be the Official Ale Partner for Warwickshire County Cricket Club. Our team did a great job to ensure the emergency delivery arrived on time and no glasses were left empty.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marston’s Sell Out During the Ashes','','publish','closed','open','','marstons-sell-out-during-the-ashes-test-match-at-edgbaston','','','2019-08-16 09:49:20','2019-08-16 09:49:20','',0,'https://www.ontradeprogress.com/?p=5766',0,'post','',0),(5767,1,'2019-08-14 14:33:34','2019-08-14 14:33:34','','GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2','','inherit','closed','closed','','glassware_marstons_61deep_with_beer_fl-2','','','2019-08-14 14:56:20','2019-08-14 14:56:20','',5766,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/GLASSWARE_MARSTONS_61DEEP_WITH_BEER_fl-2.png',0,'attachment','image/png',0),(5768,1,'2019-08-14 14:34:30','2019-08-14 14:34:30','<h1>Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the test match at Edgebaston.</h1>\r\nMarston’s Brewery, the official ale partner of Warwickshire County Cricket Club, sold 150,000 pints during the Edgbaston Ashes Test Match, with an emergency delivery being delivered to the ground to keep up with demand.\r\n\r\nIn preparation for the Test Match, over 1,800 kegs of 61 Deep, Pedigree, Pearl Jet and other cask ale were delivered to Edgbaston. However, this soon proved not to be enough as an additional 350 kegs of 61 Deep were needed in order to keep up with consumer demand, proving to be a firm favourite for local cricket fans.\r\n\r\nKirsty Polmeer, Marston’s Brewery Brand Manager said: “The Ashes Test Match at Edgbaston was a huge success and we continue to be tremendously proud to be the Official Ale Partner for Warwickshire County Cricket Club. Our team did a great job to ensure the emergency delivery arrived on time and no glasses were left empty.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marston’s Sell Out During the Ashes Test Match at Edgbaston','','inherit','closed','closed','','5766-revision-v1','','','2019-08-14 14:34:30','2019-08-14 14:34:30','',5766,'https://www.ontradeprogress.com/2019/08/14/5766-revision-v1/',0,'revision','',0),(5769,1,'2019-08-14 14:51:48','2019-08-14 14:51:48','','marstons logo','','inherit','closed','closed','','marstons-logo','','','2019-08-14 14:51:48','2019-08-14 14:51:48','',5766,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/marstons-logo.png',0,'attachment','image/png',0),(5770,1,'2019-08-14 14:52:53','2019-08-14 14:52:53','<h1>Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the previous test match at Edgebaston.</h1>\r\nMarston’s Brewery, the official ale partner of Warwickshire County Cricket Club, sold 150,000 pints during the Edgbaston Ashes Test Match, with an emergency delivery being delivered to the ground to keep up with demand.\r\n\r\nIn preparation for the Test Match, over 1,800 kegs of 61 Deep, Pedigree, Pearl Jet and other cask ale were delivered to Edgbaston. However, this soon proved not to be enough as an additional 350 kegs of 61 Deep were needed in order to keep up with consumer demand, proving to be a firm favourite for local cricket fans.\r\n\r\nKirsty Polmeer, Marston’s Brewery Brand Manager said: “The Ashes Test Match at Edgbaston was a huge success and we continue to be tremendously proud to be the Official Ale Partner for Warwickshire County Cricket Club. Our team did a great job to ensure the emergency delivery arrived on time and no glasses were left empty.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marston’s Sell Out During the Ashes Test Match at Edgbaston','','inherit','closed','closed','','5766-revision-v1','','','2019-08-14 14:52:53','2019-08-14 14:52:53','',5766,'https://www.ontradeprogress.com/2019/08/14/5766-revision-v1/',0,'revision','',0),(5771,1,'2019-08-14 14:57:59','2019-08-14 14:57:59','<h1>Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the previous test match at Edgebaston.</h1>\nMarston’s Brewery, the official ale partner of Warwickshire County Cricket Club, sold 150,000 pints during the Edgbaston Ashes Test Match, with an emergency delivery being delivered to the ground to keep up with demand.\n\nIn preparation for the Test Match, over 1,800 kegs of 61 Deep, Pedigree, Pearl Jet and other cask ale were delivered to Edgbaston. However, this soon proved not to be enough as an additional 350 kegs of 61 Deep were needed in order to keep up with consumer demand, proving to be a firm favourite for local cricket fans.\n\nKirsty Polmeer, Marston’s Brewery Brand Manager said: “The Ashes Test Match at Edgbaston was a huge success and we continue to be tremendously proud to be the Official Ale Partner for Warwickshire County Cricket Club. Our team did a great job to ensure the emergency delivery arrived on time and no glasses were left empty.”\n\n&nbsp;\n\n&nbsp;','Marston’s Sell Out During the Ashes','','inherit','closed','closed','','5766-autosave-v1','','','2019-08-14 14:57:59','2019-08-14 14:57:59','',5766,'https://www.ontradeprogress.com/2019/08/14/5766-autosave-v1/',0,'revision','',0),(5772,1,'2019-08-14 14:58:16','2019-08-14 14:58:16','<h1>Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the previous test match at Edgebaston.</h1>\r\nMarston’s Brewery, the official ale partner of Warwickshire County Cricket Club, sold 150,000 pints during the Edgbaston Ashes Test Match, with an emergency delivery being delivered to the ground to keep up with demand.\r\n\r\nIn preparation for the Test Match, over 1,800 kegs of 61 Deep, Pedigree, Pearl Jet and other cask ale were delivered to Edgbaston. However, this soon proved not to be enough as an additional 350 kegs of 61 Deep were needed in order to keep up with consumer demand, proving to be a firm favourite for local cricket fans.\r\n\r\nKirsty Polmeer, Marston’s Brewery Brand Manager said: “The Ashes Test Match at Edgbaston was a huge success and we continue to be tremendously proud to be the Official Ale Partner for Warwickshire County Cricket Club. Our team did a great job to ensure the emergency delivery arrived on time and no glasses were left empty.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marston’s Sell Out During the Ashes','','inherit','closed','closed','','5766-revision-v1','','','2019-08-14 14:58:16','2019-08-14 14:58:16','',5766,'https://www.ontradeprogress.com/2019/08/14/5766-revision-v1/',0,'revision','',0),(5774,1,'2019-08-16 09:36:54','2019-08-16 09:36:54','<h1>Amongst the disappointing delay of the latest Ashes match due to bad weather we bring some positive news from the previous test match at Edgbaston.</h1>\r\nMarston’s Brewery, the official ale partner of Warwickshire County Cricket Club, sold 150,000 pints during the Edgbaston Ashes Test Match, with an emergency delivery being delivered to the ground to keep up with demand.\r\n\r\nIn preparation for the Test Match, over 1,800 kegs of 61 Deep, Pedigree, Pearl Jet and other cask ale were delivered to Edgbaston. However, this soon proved not to be enough as an additional 350 kegs of 61 Deep were needed in order to keep up with consumer demand, proving to be a firm favourite for local cricket fans.\r\n\r\nKirsty Polmeer, Marston’s Brewery Brand Manager said: “The Ashes Test Match at Edgbaston was a huge success and we continue to be tremendously proud to be the Official Ale Partner for Warwickshire County Cricket Club. Our team did a great job to ensure the emergency delivery arrived on time and no glasses were left empty.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Marston’s Sell Out During the Ashes','','inherit','closed','closed','','5766-revision-v1','','','2019-08-16 09:36:54','2019-08-16 09:36:54','',5766,'https://www.ontradeprogress.com/2019/08/16/5766-revision-v1/',0,'revision','',0),(5775,1,'2019-08-19 10:04:45','2019-08-19 10:04:45','<h1><strong>The prestigious international Cheese &amp; Dairy Awards were a cause for celebration for Granarolo Groupa with the leading Italian dairy co-operative winning three awards – including silver for its Vegetarian Quattrocento Hard Cheese.</strong></h1>\r\nShowcasing the skills of Granarolo’s Master Cheesemakers, Quattrocento was awarded silver in the highly competitive Best Italian Cheese category. This result for the vegetarian hard cheese provides a golden opportunity for chefs to bring authentic meat-free Italian dishes to menus from pasta and pizza to risotto. Speaking about the award, Aldo Bosco, CEO, Granarolo Group UK says:\r\n“We are absolutely delighted to see our Quattrocento Italian Hard Cheese recognised with this award. The International Cheese &amp; Dairy Awards are one of the most important events in our industry and this accolade shows chefs can feel confident in making the swap to our premium quality hard cheese to create artisanal vegetarian dishes that deliver a taste of Italy.”\r\n\r\n[caption id=\"attachment_5777\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5777\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Sun-dried-tomato-pasta-with-Quattrocento-300x225.jpg\" alt=\"Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards\" width=\"300\" height=\"225\" /> Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards[/caption]\r\n\r\nStarting with 400 litres of fresh creamy Italian milk in each wheel, Quattrocento is also used to create Granarolo’s Cheese Snacks – which won Silver &amp; Gold at last year’s International Cheese &amp; Dairy Awards – and is the main ingredient in the new Cheese Crumbles combining the hard cheese with dried fruits and seeds for topping soups and salads.\r\n\r\nSilver for Quattrocento was not the only prize for the dairy co-operative with Granarolo’s Parmigiano Reggiano also receiving a highly commended in the Best Italian Cheese category and the Gorgonzola Picante being awarded a bronze in the Blue Vein Soft Cheese class.\r\n\r\n<strong>Aldo adds:</strong>\r\n“At Granarolo we pride ourselves on producing great traditional Italian Cheeses and providing a unique and unmistakable taste. It is a huge honour to see both our Parmigiano Reggiano &amp; Gorgonzola Picante celebrated with these awards as two of our ‘Protected Designation of Origin’ cheeses (PDO). They showcase the strong heritage of traditional Italian cheesemaking methods, and we can’t wait to for chefs to bring these classics to their plates.”\r\n\r\nGranarolo Group is the number 1 Italian Milk and Dairy Group and the largest dairy farmer co-operative of 700 animal welfare certified farms*. Granarolo supplies the highest quality farm-to-fork dairy produce all over the world, including Italian regional lines such as fresh and hard cheese, milk, yoghurts, and snacks.\r\n\r\n* CSQA DTP 122 farm animal welfare certification\r\n\r\n<strong>For more information on Granarolo Group UK call </strong><strong>01902 369 656 </strong><strong>or visit </strong><a href=\"http://www.granarologroup.com\"><strong>www.granarologroup.com</strong></a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/\">Marston’s Sell Out During the Ashes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/13/ontrade-progress-new-partnership/\">Ontrade Progress new partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/\">Greater Manchester leads the way in promoting the night-time economy, says UKH</a></li>\r\n</ul>','Granarolo Group Wins Silver at International Cheese & Dairy Awards','','publish','closed','open','','granarolo-group-wins-silver-at-international-cheese-dairy-awards','','','2019-08-19 10:04:45','2019-08-19 10:04:45','',0,'https://www.ontradeprogress.com/?p=5775',0,'post','',0),(5776,1,'2019-08-19 10:02:56','2019-08-19 10:02:56','Granarolo Group Wins Silver at International Cheese & Dairy Awards','Granarolo Group Wins Silver at International Cheese & Dairy Awards','Granarolo Group Wins Silver at International Cheese & Dairy Awards','inherit','closed','closed','','italian-hard-cheese-shavings','','','2019-08-19 10:03:14','2019-08-19 10:03:14','',5775,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Italian-Hard-Cheese-Shavings.jpg',0,'attachment','image/jpeg',0),(5777,1,'2019-08-19 10:03:27','2019-08-19 10:03:27','Granarolo Group Wins Silver at International Cheese & Dairy Awards','Sun-dried tomato pasta with Quattrocento','Granarolo Group Wins Silver at International Cheese & Dairy Awards','inherit','closed','closed','','sun-dried-tomato-pasta-with-quattrocento','','','2019-08-19 10:03:49','2019-08-19 10:03:49','',5775,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Sun-dried-tomato-pasta-with-Quattrocento.jpg',0,'attachment','image/jpeg',0),(5778,1,'2019-08-19 10:04:45','2019-08-19 10:04:45','<h1><strong>The prestigious international Cheese &amp; Dairy Awards were a cause for celebration for Granarolo Groupa with the leading Italian dairy co-operative winning three awards – including silver for its Vegetarian Quattrocento Hard Cheese.</strong></h1>\r\nShowcasing the skills of Granarolo’s Master Cheesemakers, Quattrocento was awarded silver in the highly competitive Best Italian Cheese category. This result for the vegetarian hard cheese provides a golden opportunity for chefs to bring authentic meat-free Italian dishes to menus from pasta and pizza to risotto. Speaking about the award, Aldo Bosco, CEO, Granarolo Group UK says:\r\n“We are absolutely delighted to see our Quattrocento Italian Hard Cheese recognised with this award. The International Cheese &amp; Dairy Awards are one of the most important events in our industry and this accolade shows chefs can feel confident in making the swap to our premium quality hard cheese to create artisanal vegetarian dishes that deliver a taste of Italy.”\r\n\r\n[caption id=\"attachment_5777\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5777\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Sun-dried-tomato-pasta-with-Quattrocento-300x225.jpg\" alt=\"Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards\" width=\"300\" height=\"225\" /> Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards[/caption]\r\n\r\nStarting with 400 litres of fresh creamy Italian milk in each wheel, Quattrocento is also used to create Granarolo’s Cheese Snacks – which won Silver &amp; Gold at last year’s International Cheese &amp; Dairy Awards – and is the main ingredient in the new Cheese Crumbles combining the hard cheese with dried fruits and seeds for topping soups and salads.\r\n\r\nSilver for Quattrocento was not the only prize for the dairy co-operative with Granarolo’s Parmigiano Reggiano also receiving a highly commended in the Best Italian Cheese category and the Gorgonzola Picante being awarded a bronze in the Blue Vein Soft Cheese class.\r\n\r\n<strong>Aldo adds:</strong>\r\n“At Granarolo we pride ourselves on producing great traditional Italian Cheeses and providing a unique and unmistakable taste. It is a huge honour to see both our Parmigiano Reggiano &amp; Gorgonzola Picante celebrated with these awards as two of our ‘Protected Designation of Origin’ cheeses (PDO). They showcase the strong heritage of traditional Italian cheesemaking methods, and we can’t wait to for chefs to bring these classics to their plates.”\r\n\r\nGranarolo Group is the number 1 Italian Milk and Dairy Group and the largest dairy farmer co-operative of 700 animal welfare certified farms*. Granarolo supplies the highest quality farm-to-fork dairy produce all over the world, including Italian regional lines such as fresh and hard cheese, milk, yoghurts, and snacks.\r\n\r\n* CSQA DTP 122 farm animal welfare certification\r\n\r\n<strong>For more information on Granarolo Group UK call </strong><strong>01902 369 656 </strong><strong>or visit </strong><a href=\"http://www.granarologroup.com\"><strong>www.granarologroup.com</strong></a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/\">Marston’s Sell Out During the Ashes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/13/ontrade-progress-new-partnership/\">Ontrade Progress new partnership</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/\">Greater Manchester leads the way in promoting the night-time economy, says UKH</a></li>\r\n</ul>','Granarolo Group Wins Silver at International Cheese & Dairy Awards','','inherit','closed','closed','','5775-revision-v1','','','2019-08-19 10:04:45','2019-08-19 10:04:45','',5775,'https://www.ontradeprogress.com/2019/08/19/5775-revision-v1/',0,'revision','',0),(5779,1,'2019-08-19 10:24:40','2019-08-19 10:24:40','<h1>Carlsberg UK is sponsoring a new prize within the Guild of Beer Writers Annual Awards this year, with the aim of recognising the importance of writing and other communication in driving sustainability in the beer and pubs sector.</h1>\r\nThe Carlsberg UK Award for Best Writing on Sustainability in Beer and Pubs is now open for entries until the closing date of 6 September. Submissions can be press articles in trade or consumer-facing publications, blogs, radio or TV broadcasts, podcasts or any other communication that reports on sustainability.\r\n\r\nEntries can be made online on the Guild\'s website <a href=\"https://app.prmax.co.uk/track/28189757/click/7cd35e18-c1e6-11e9-99ff-6cf0490443a9\">https://www.beerguild.co.uk/awards/</a>.  All submissions will be reviewed by judges and a shortlist announced in November before the winners are announced the Guild\'s Annual Awards Dinner on 3 December. The new award comes with a £1,000 prize for the winner and £500 for the runner-up, contributing to a total prize fund of £13,500 - an all-time high for the competition.\r\n\r\nCarlsberg UK Head of Corporate Affairs, Andrew Roache, said: \"To secure a sustainable future for our industry, brewers and pubs must strive to have a positive impact on people and the planet. By sharing across the industry and learning from one another, we can progress faster.\r\n\r\n\"We are delighted to sponsor this new award to honour the writers, podcasters, filmmakers, journalists, and all those documenting the pursuit of better across the industry. It recognises their important role in sharing knowledge and ideas to build a more sustainable future.\"\r\n\r\nGuild Chair Pete Brown said: \"Sustainability is one of the most important topics in our industry and likely to become even more so in the years ahead. It is absolutely right that we recognise and reward those writers who are contributing to greater awareness and sharing of best practice in the field, and we\'re thrilled that Carlsberg UK are making this new award possible.\r\n\r\n\"We now have nine Awards sponsors and are immensely grateful for their support.  We\'re very proud of our awards scheme, which encourages entries from a wide range of communicators, is robustly judged and offers a generous prize fund. We look forward to rewarding the best beer and pubs communicators at our Awards Dinner in December.\"\r\n\r\nAward categories, criteria and downloadable entry forms can be found on the <a href=\"https://app.prmax.co.uk/track/28189757/click/7cd35e18-c1e6-11e9-99ff-6cf0490443a9\">Awards page</a>. Entries must have been published between 1 September 2018 and 31 August 2019 to be eligible.\r\n\r\nJudging this year\'s entries are: Laurence Creamer, Social &amp; Digital Lead on industry campaign <em>Long Live The Local</em>; Tim Hayward, food &amp; drink author, restaurant reviewer and regular on Radio 4\'s <em>Kitchen Cabinet</em>;: Charlie McVeigh, founder of Draft House; Tony Naylor, food &amp; drink writer contributing to <em>The Guardian</em> and <em>BBC Good</em> Food; Ross O\'Hara, head brewer at Greene King; Kate Oppenheim, hospitality sector journalist and communications expert,  currently publisher and editor of <em>BII News</em>; Tony Sophoclides, Strategic Affairs Director at UKHospitality. The current Beer Writer of the Year, writer and broadcaster Emma Inch, chairs the panel.\r\n\r\n<em><strong>Caption to attached image: Goodbye plastic rings. Hello Snap Pack. By sticking cans together, the Carlsberg Snap Pack helps to halve plastic use from brewery to store. Part of the brewer\'s ambitious sustainability plan, Together Towards ZERO</strong></em><strong>.</strong>\r\n\r\n<strong>The categories:</strong>\r\n<ul>\r\n 	<li>Greene King Award for Best Beer Writer - National Media</li>\r\n 	<li>Adnams Award for Best Beer Writer - Regional Media</li>\r\n 	<li>Fuller Smith &amp; Turner Award for Best Beer Writer -  Trade Media</li>\r\n 	<li>Heineken Award for Best Beer Communicator - Online</li>\r\n 	<li>St Austell Family Group Award for Best Young Beer Writer</li>\r\n 	<li>Asahi Award for Best Beer &amp; Travel Writer</li>\r\n 	<li>Carlsberg UK Award for Best Writing on Sustainability in Beer and Pubs</li>\r\n 	<li>Long Live The Local Award for Best Writer about Pubs</li>\r\n 	<li>Guild Award for Best Beer Broadcaster</li>\r\n 	<li>Guild Award for Best Beer Writer - Corporate Communications</li>\r\n 	<li>Guild Award for Best Beer Citizen Communicator</li>\r\n 	<li>SIBA Brewer of the Year Award (by member vote)</li>\r\n</ul>\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of quality beers which reflect its heritage but also challenge conventions. The brewer uses locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters. Adnams retains the values of an independent, family run business with a strong commitment to and leadership in sustainable business practice.\r\n\r\n<strong>Asahi Europe Ltd</strong>\r\n\r\nAsahi Europe\'s beer portfolio includes beers brewed in unique ways and with unique histories, from medieval Belgium and Netherlands to modern day Japan, Italy and Great Britain. Crafted from a long tradition and rich heritage, our world-class brands continuously reinvent themselves as contemporary premium beers that travel the world and please discerning consumers in nearly 80 countries. Supported by state-of-the-art breweries, quality ingredients and a culture that fosters innovation, encourages collaboration and rewards high performance, we aim to bring the best quality of beer to life. Our variety of beers delight millions of people around the world with their top quality and uncompromising integrity.\r\n\r\n<strong>Carlsberg UK</strong>\r\n\r\nAs part of the Carlsberg Group, Carlsberg UK has long been brewing and selling some of Britain\'s favourite beers. Today, they include Carlsberg Danish Pilsner, Carlsberg Export, Poretti, Grimbergen and Tuborg. We also hold the UK brand licences for San Miguel, Mahou, and the Brooklyn Brewery range, putting them at the heart of our growing premium portfolio.\r\n\r\nOur founders were driven by an ambition to brew for a better today and tomorrow. Over 170 years later, we continue to pursue the same purpose. We want to contribute to a better society wherever our beers are brewed and sold, and that includes taking a lead on sustainability. It is central to our purpose, and we also believe it\'s the right thing to do - bringing clear benefits to our business and to society as a whole.\r\n\r\n<strong>Fuller, Smith and Turner</strong>\r\n\r\nFuller, Smith and Turner P.L.C. is a premium pub and hotel business with just under 200 Tenanted and just over 200 Managed Pubs and Hotels. Fuller\'s focuses on providing delicious fresh, home-cooked food, outstanding cask and craft ale, great wine and exceptional service and there are 817 boutique bedrooms across the Managed estate. The Fuller\'s pub estate stretches from Brighton to Birmingham and from Bristol to the Greenwich Peninsula, including 173 locations within the M25. Fuller\'s also owns Bel &amp; The Dragon, six stunning country inns across the Home Counties, and The Stable, a craft cider and gourmet pizza restaurant business, with 17 restaurants in England and Wales. In April 2019, Fuller\'s sold its beer business to Asahi Europe Ltd.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to the day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken</strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, 2,700 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Heineken®, Lagunitas, Birra Moretti, Maltsmiths, Kronenbourg1664, John Smith\'s, Amstel and Red Stripe, backed by a full range of niche and speciality brands.  We are also proud to work in partnership with Beavertown Brewery and Brixton Brewery.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>Long Live The Local</strong>\r\n\r\nThis campaign, backed by Britain\'s Beer Alliance, celebrates the vital role local pubs play in our community, culture and economy whilst highlighting the jeopardy they face from a range of taxes including beer duty, business rates and VAT. Last year more than 116,000 people signed the petition and almost 50,000 people wrote to their MP asking for a cut in beer duty. In addition, more than 19,000 pubs supported the campaign. The Chancellor heard the voices of pub-goers, publicans and politicians and froze beer duty protecting jobs and future investment - but there is more to do\r\n\r\nThis year there is a further beer duty rise planned in the Autumn Budget, so we are encouraging everyone to sign a petition and email their MP to ask for a cut in beer duty at <a href=\"https://app.prmax.co.uk/track/28189757/click/7cddd672-c1e6-11e9-99ff-6cf0490443a9\">www.longlivethelocal.pub</a>.\r\n\r\n<strong>SIBA</strong>\r\n\r\nSIBA represent around 750 independent craft brewers across the UK and are the voice of British independent brewing. With their ‘Assured Independent British Craft Brewer\' seal, SIBA champion quality, flavoursome beers from independent craft brewers, as well as protect the businesses of thousands of breweries across the UK through Government lobbying and campaigning in Parliament.\r\n\r\n<strong>St Austell Family Group</strong>\r\n\r\nIn 2016, St Austell Brewery joined forces with fellow West Country brewer, Bath Ales, forming the St Austell Family Group.\r\n\r\nIndependent, family-owned brewer, St Austell Brewery has been brewing beer in Cornwall since 1851. Most famous for its flagship beer, Tribute Cornish Pale Ale, St Austell Brewery\'s range of award-winning beers - also including Proper Job IPA and Korev Lager - are available in pubs and supermarkets nationwide.\r\n\r\nBath Ales opened the doors to its new four-vessel brew house, Hare Brewery, in 2018. Fronted by flagship beer, Gem, Hare Brewery has the capacity to produce over 50,000 brewers\' barrels of beer - doubling Bath Ales\' previous brewing capacity. An exciting schedule of new beers launched alongside the brewery opening, including a West Coast IPA - Lansdown - and premium English lager, Sulis.\r\n\r\nThe St Austell Family Group employs more than 1,500 people and runs over 175 pubs, inns and hotels across the South West.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/\">Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/\">Marston’s Sell Out During the Ashes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/13/ontrade-progress-new-partnership/\">Ontrade Progress new partnership</a></li>\r\n</ul>','Carlsberg UK and Guild of Beer Writers launch sustainability award','','publish','closed','open','','carlsberg-uk-guild-beer-awards','','\nhttps://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/','2019-08-19 10:24:40','2019-08-19 10:24:40','',0,'https://www.ontradeprogress.com/?p=5779',0,'post','',0),(5780,1,'2019-08-19 10:23:16','2019-08-19 10:23:16','Carlsberg UK and Guild of Beer Writers launch sustainability award','Carlsberg UK and Guild of Beer Writers launch sustainability award','Carlsberg UK and Guild of Beer Writers launch sustainability award','inherit','closed','closed','','carlsberg_snap_pack','','','2019-08-19 10:23:28','2019-08-19 10:23:28','',5779,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Carlsberg_Snap_Pack.jpg',0,'attachment','image/jpeg',0),(5781,1,'2019-08-19 10:24:17','2019-08-19 10:24:17','<h1>Carlsberg UK is sponsoring a new prize within the Guild of Beer Writers Annual Awards this year, with the aim of recognising the importance of writing and other communication in driving sustainability in the beer and pubs sector.</h1>\r\nThe Carlsberg UK Award for Best Writing on Sustainability in Beer and Pubs is now open for entries until the closing date of 6 September. Submissions can be press articles in trade or consumer-facing publications, blogs, radio or TV broadcasts, podcasts or any other communication that reports on sustainability.\r\n\r\nEntries can be made online on the Guild\'s website <a href=\"https://app.prmax.co.uk/track/28189757/click/7cd35e18-c1e6-11e9-99ff-6cf0490443a9\">https://www.beerguild.co.uk/awards/</a>.  All submissions will be reviewed by judges and a shortlist announced in November before the winners are announced the Guild\'s Annual Awards Dinner on 3 December. The new award comes with a £1,000 prize for the winner and £500 for the runner-up, contributing to a total prize fund of £13,500 - an all-time high for the competition.\r\n\r\nCarlsberg UK Head of Corporate Affairs, Andrew Roache, said: \"To secure a sustainable future for our industry, brewers and pubs must strive to have a positive impact on people and the planet. By sharing across the industry and learning from one another, we can progress faster.\r\n\r\n\"We are delighted to sponsor this new award to honour the writers, podcasters, filmmakers, journalists, and all those documenting the pursuit of better across the industry. It recognises their important role in sharing knowledge and ideas to build a more sustainable future.\"\r\n\r\nGuild Chair Pete Brown said: \"Sustainability is one of the most important topics in our industry and likely to become even more so in the years ahead. It is absolutely right that we recognise and reward those writers who are contributing to greater awareness and sharing of best practice in the field, and we\'re thrilled that Carlsberg UK are making this new award possible.\r\n\r\n\"We now have nine Awards sponsors and are immensely grateful for their support.  We\'re very proud of our awards scheme, which encourages entries from a wide range of communicators, is robustly judged and offers a generous prize fund. We look forward to rewarding the best beer and pubs communicators at our Awards Dinner in December.\"\r\n\r\nAward categories, criteria and downloadable entry forms can be found on the <a href=\"https://app.prmax.co.uk/track/28189757/click/7cd35e18-c1e6-11e9-99ff-6cf0490443a9\">Awards page</a>. Entries must have been published between 1 September 2018 and 31 August 2019 to be eligible.\r\n\r\nJudging this year\'s entries are: Laurence Creamer, Social &amp; Digital Lead on industry campaign <em>Long Live The Local</em>; Tim Hayward, food &amp; drink author, restaurant reviewer and regular on Radio 4\'s <em>Kitchen Cabinet</em>;: Charlie McVeigh, founder of Draft House; Tony Naylor, food &amp; drink writer contributing to <em>The Guardian</em> and <em>BBC Good</em> Food; Ross O\'Hara, head brewer at Greene King; Kate Oppenheim, hospitality sector journalist and communications expert,  currently publisher and editor of <em>BII News</em>; Tony Sophoclides, Strategic Affairs Director at UKHospitality. The current Beer Writer of the Year, writer and broadcaster Emma Inch, chairs the panel.\r\n\r\n<em><strong>Caption to attached image: Goodbye plastic rings. Hello Snap Pack. By sticking cans together, the Carlsberg Snap Pack helps to halve plastic use from brewery to store. Part of the brewer\'s ambitious sustainability plan, Together Towards ZERO</strong></em><strong>.</strong>\r\n\r\n<strong>The categories:</strong>\r\n<ul>\r\n 	<li>Greene King Award for Best Beer Writer - National Media</li>\r\n 	<li>Adnams Award for Best Beer Writer - Regional Media</li>\r\n 	<li>Fuller Smith &amp; Turner Award for Best Beer Writer -  Trade Media</li>\r\n 	<li>Heineken Award for Best Beer Communicator - Online</li>\r\n 	<li>St Austell Family Group Award for Best Young Beer Writer</li>\r\n 	<li>Asahi Award for Best Beer &amp; Travel Writer</li>\r\n 	<li>Carlsberg UK Award for Best Writing on Sustainability in Beer and Pubs</li>\r\n 	<li>Long Live The Local Award for Best Writer about Pubs</li>\r\n 	<li>Guild Award for Best Beer Broadcaster</li>\r\n 	<li>Guild Award for Best Beer Writer - Corporate Communications</li>\r\n 	<li>Guild Award for Best Beer Citizen Communicator</li>\r\n 	<li>SIBA Brewer of the Year Award (by member vote)</li>\r\n</ul>\r\nThe Guild is grateful to the following sponsors, whose support makes possible our annual awards and dinner:\r\n\r\n<strong>Adnams</strong>\r\n\r\nEstablished in 1872, Adnams combines innovation with tradition. Behind the walls of its Victorian-looking building, it has some of the most advanced and energy-efficient brewing equipment in Europe and constantly experiments with new, innovative techniques.  Adnams brews a range of quality beers which reflect its heritage but also challenge conventions. The brewer uses locally-grown East Anglian grains of malted barley, rye, wheat and oats wherever possible and deploy a number of different hop varieties from Britain as well as across the world - all of which contribute to their beers\' individual characters. Adnams retains the values of an independent, family run business with a strong commitment to and leadership in sustainable business practice.\r\n\r\n<strong>Asahi Europe Ltd</strong>\r\n\r\nAsahi Europe\'s beer portfolio includes beers brewed in unique ways and with unique histories, from medieval Belgium and Netherlands to modern day Japan, Italy and Great Britain. Crafted from a long tradition and rich heritage, our world-class brands continuously reinvent themselves as contemporary premium beers that travel the world and please discerning consumers in nearly 80 countries. Supported by state-of-the-art breweries, quality ingredients and a culture that fosters innovation, encourages collaboration and rewards high performance, we aim to bring the best quality of beer to life. Our variety of beers delight millions of people around the world with their top quality and uncompromising integrity.\r\n\r\n<strong>Carlsberg UK</strong>\r\n\r\nAs part of the Carlsberg Group, Carlsberg UK has long been brewing and selling some of Britain\'s favourite beers. Today, they include Carlsberg Danish Pilsner, Carlsberg Export, Poretti, Grimbergen and Tuborg. We also hold the UK brand licences for San Miguel, Mahou, and the Brooklyn Brewery range, putting them at the heart of our growing premium portfolio.\r\n\r\nOur founders were driven by an ambition to brew for a better today and tomorrow. Over 170 years later, we continue to pursue the same purpose. We want to contribute to a better society wherever our beers are brewed and sold, and that includes taking a lead on sustainability. It is central to our purpose, and we also believe it\'s the right thing to do - bringing clear benefits to our business and to society as a whole.\r\n\r\n<strong>Fuller, Smith and Turner</strong>\r\n\r\nFuller, Smith and Turner P.L.C. is a premium pub and hotel business with just under 200 Tenanted and just over 200 Managed Pubs and Hotels. Fuller\'s focuses on providing delicious fresh, home-cooked food, outstanding cask and craft ale, great wine and exceptional service and there are 817 boutique bedrooms across the Managed estate. The Fuller\'s pub estate stretches from Brighton to Birmingham and from Bristol to the Greenwich Peninsula, including 173 locations within the M25. Fuller\'s also owns Bel &amp; The Dragon, six stunning country inns across the Home Counties, and The Stable, a craft cider and gourmet pizza restaurant business, with 17 restaurants in England and Wales. In April 2019, Fuller\'s sold its beer business to Asahi Europe Ltd.\r\n\r\n<strong>Greene King</strong>\r\n\r\nBrewing in Bury St Edmunds, the home of Greene King, dates back 1000 years to the day of the Doomsday book and in 2019 our two historic breweries, Westgate in Bury St Edmunds and Belhaven in Dunbar will be celebrating a combined brewing heritage of 520 years. With a diverse range in our beer portfolio, from pale ales to craft beers and from bitters to stout one thing is for sure, our passion for brewing top quality, delicious beer is as strong today as all those years ago.\r\n\r\nWe are proud to sponsor the Guild of Beer Writers Awards, a wonderful celebration of our national passion for great quality British beer, the writers who challenge the brewers and the brewing industry who continue to drive innovation in beer.\r\n\r\n<strong>Heineken</strong>\r\n\r\nWith over 2,000 passionate people, some of the nation\'s most loved beers and ciders, 2,700 pubs, thousands of acres of orchards and three UK breweries, there\'s more to HEINEKEN than the name above the door. Our portfolio of brands includes Heineken®, Lagunitas, Birra Moretti, Maltsmiths, Kronenbourg1664, John Smith\'s, Amstel and Red Stripe, backed by a full range of niche and speciality brands.  We are also proud to work in partnership with Beavertown Brewery and Brixton Brewery.\r\n\r\nAs long term supporters of the British Guild of Beer Writers, we truly believe in the power of storytelling - whether that be through the written word, a podcast, or a photograph.  And we are proud to be sponsoring once again.\r\n\r\n<strong>Long Live The Local</strong>\r\n\r\nThis campaign, backed by Britain\'s Beer Alliance, celebrates the vital role local pubs play in our community, culture and economy whilst highlighting the jeopardy they face from a range of taxes including beer duty, business rates and VAT. Last year more than 116,000 people signed the petition and almost 50,000 people wrote to their MP asking for a cut in beer duty. In addition, more than 19,000 pubs supported the campaign. The Chancellor heard the voices of pub-goers, publicans and politicians and froze beer duty protecting jobs and future investment - but there is more to do\r\n\r\nThis year there is a further beer duty rise planned in the Autumn Budget, so we are encouraging everyone to sign a petition and email their MP to ask for a cut in beer duty at <a href=\"https://app.prmax.co.uk/track/28189757/click/7cddd672-c1e6-11e9-99ff-6cf0490443a9\">www.longlivethelocal.pub</a>.\r\n\r\n<strong>SIBA</strong>\r\n\r\nSIBA represent around 750 independent craft brewers across the UK and are the voice of British independent brewing. With their ‘Assured Independent British Craft Brewer\' seal, SIBA champion quality, flavoursome beers from independent craft brewers, as well as protect the businesses of thousands of breweries across the UK through Government lobbying and campaigning in Parliament.\r\n\r\n<strong>St Austell Family Group</strong>\r\n\r\nIn 2016, St Austell Brewery joined forces with fellow West Country brewer, Bath Ales, forming the St Austell Family Group.\r\n\r\nIndependent, family-owned brewer, St Austell Brewery has been brewing beer in Cornwall since 1851. Most famous for its flagship beer, Tribute Cornish Pale Ale, St Austell Brewery\'s range of award-winning beers - also including Proper Job IPA and Korev Lager - are available in pubs and supermarkets nationwide.\r\n\r\nBath Ales opened the doors to its new four-vessel brew house, Hare Brewery, in 2018. Fronted by flagship beer, Gem, Hare Brewery has the capacity to produce over 50,000 brewers\' barrels of beer - doubling Bath Ales\' previous brewing capacity. An exciting schedule of new beers launched alongside the brewery opening, including a West Coast IPA - Lansdown - and premium English lager, Sulis.\r\n\r\nThe St Austell Family Group employs more than 1,500 people and runs over 175 pubs, inns and hotels across the South West.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/\">Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/\">Marston’s Sell Out During the Ashes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/13/ontrade-progress-new-partnership/\">Ontrade Progress new partnership</a></li>\r\n</ul>','Carlsberg UK and Guild of Beer Writers launch sustainability award','','inherit','closed','closed','','5779-revision-v1','','','2019-08-19 10:24:17','2019-08-19 10:24:17','',5779,'https://www.ontradeprogress.com/2019/08/19/5779-revision-v1/',0,'revision','',0),(5782,1,'2019-08-19 11:00:13','2019-08-19 11:00:13','<h1>Ei Publican Partnerships, part of the UK’s largest pub company Ei Group, has revamped its online ‘Applicant Channel’ for prospective publicans, becoming the first in the industry to digitalise the entire application process, from start to end.</h1>\r\n&nbsp;\r\n\r\nThe Applicant Channel is a digital search and application platform for those seeking a leased or tenanted pub business. While historically, a large part of the pub lettings process required completing paperwork, Ei Publican Partnerships’ new and improved system will enhance the user journey, making the onboarding process more streamlined and efficient than ever before.\r\n\r\n&nbsp;\r\n\r\nThe upgraded channel clearly demonstrates Ei Group’s ambition to be a sector leader when it comes to utilising the power of technology, as both aspiring and existing publicans are turning to digital tools and devices to start their new pub venture. More than two thirds (68%) of prospective publican enquiries now originate from digital channels, such as email, social media and through the website, compared to just 22% of enquiries in 2016.\r\n\r\n&nbsp;\r\n\r\nAs part of the enhanced channel, key improvements include a more guided, tailored experience for applicants whereby they will receive personal messages, reminders for when information needs to be submitted, and support via the telephone or social media channels. One of the latest features enables applicants to ‘favourite’ up to five pubs, which are added to their basket, making it easier to compare their options all in one place.\r\n\r\n&nbsp;\r\n\r\nIn addition, Ei Publican Partnerships has partnered with FLOW Hospitality Training to offer both new and existing publicans a range of training modules entitled ‘eilearning’. These resources will help applicants prepare for their new journey, equipping them with valuable knowledge on running a successful pub business via a suite of e-learning modules, videos, and Pub Principle Guides, which can all be accessed via PC, laptop or mobile device.\r\n\r\n&nbsp;\r\n\r\nEi Group, Group Recruitment Manager Matthew Ralphs said: “We are constantly striving to find new and innovative ways to attract and recruit new publicans, while simultaneously providing the best, user-friendly tools to create a positive experience. It’s exciting to go paperless at a time where technology can be used for just about anything – the only ‘offline’ part is to sign the final official deal.\r\n\r\n&nbsp;\r\n\r\n“With the newly-developed platform, we want to continue to attract applicants by ensuring the process is as smooth and frictionless as possible and give them the support they need at their fingertips.”\r\n\r\n&nbsp;\r\n\r\nLater this year, Ei Publican Partnerships plans to make further improvements to the Applicant Channel, including a new look and feel, which was suggested by its trusted Publican Council, a group of top performing publicans from across its estate, set up as an advisory board for Ei Group.\r\n\r\n&nbsp;\r\n\r\nApplicants could earn themselves £1,000 by recommending a fellow publican. For more information, please read <a href=\"https://www.eipublicanpartnerships.com/run-a-pub/pages/recommend-a-publican.aspx\">here</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/\">Carlsberg UK and Guild of Beer Writers launch sustainability award</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/\">Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/\">Marston’s Sell Out During the Ashes</a></li>\r\n</ul>','Ei Publican Partnerships re-launches evolved pub application hub','','publish','closed','open','','ei-publican-partnership','','\nhttps://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/','2019-08-19 11:00:13','2019-08-19 11:00:13','',0,'https://www.ontradeprogress.com/?p=5782',0,'post','',0),(5783,1,'2019-08-19 10:57:30','2019-08-19 10:57:30','Ei Publican Partnerships re-launches evolved pub application hub','Ei Publican Partnerships re-launches evolved pub application hub','Ei Publican Partnerships re-launches evolved pub application hub','inherit','closed','closed','','online-applicant-channel','','','2019-08-19 10:58:12','2019-08-19 10:58:12','',5782,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Online-Applicant-Channel.jpg',0,'attachment','image/jpeg',0),(5784,1,'2019-08-19 10:59:50','2019-08-19 10:59:50','<h1>Ei Publican Partnerships, part of the UK’s largest pub company Ei Group, has revamped its online ‘Applicant Channel’ for prospective publicans, becoming the first in the industry to digitalise the entire application process, from start to end.</h1>\r\n&nbsp;\r\n\r\nThe Applicant Channel is a digital search and application platform for those seeking a leased or tenanted pub business. While historically, a large part of the pub lettings process required completing paperwork, Ei Publican Partnerships’ new and improved system will enhance the user journey, making the onboarding process more streamlined and efficient than ever before.\r\n\r\n&nbsp;\r\n\r\nThe upgraded channel clearly demonstrates Ei Group’s ambition to be a sector leader when it comes to utilising the power of technology, as both aspiring and existing publicans are turning to digital tools and devices to start their new pub venture. More than two thirds (68%) of prospective publican enquiries now originate from digital channels, such as email, social media and through the website, compared to just 22% of enquiries in 2016.\r\n\r\n&nbsp;\r\n\r\nAs part of the enhanced channel, key improvements include a more guided, tailored experience for applicants whereby they will receive personal messages, reminders for when information needs to be submitted, and support via the telephone or social media channels. One of the latest features enables applicants to ‘favourite’ up to five pubs, which are added to their basket, making it easier to compare their options all in one place.\r\n\r\n&nbsp;\r\n\r\nIn addition, Ei Publican Partnerships has partnered with FLOW Hospitality Training to offer both new and existing publicans a range of training modules entitled ‘eilearning’. These resources will help applicants prepare for their new journey, equipping them with valuable knowledge on running a successful pub business via a suite of e-learning modules, videos, and Pub Principle Guides, which can all be accessed via PC, laptop or mobile device.\r\n\r\n&nbsp;\r\n\r\nEi Group, Group Recruitment Manager Matthew Ralphs said: “We are constantly striving to find new and innovative ways to attract and recruit new publicans, while simultaneously providing the best, user-friendly tools to create a positive experience. It’s exciting to go paperless at a time where technology can be used for just about anything – the only ‘offline’ part is to sign the final official deal.\r\n\r\n&nbsp;\r\n\r\n“With the newly-developed platform, we want to continue to attract applicants by ensuring the process is as smooth and frictionless as possible and give them the support they need at their fingertips.”\r\n\r\n&nbsp;\r\n\r\nLater this year, Ei Publican Partnerships plans to make further improvements to the Applicant Channel, including a new look and feel, which was suggested by its trusted Publican Council, a group of top performing publicans from across its estate, set up as an advisory board for Ei Group.\r\n\r\n&nbsp;\r\n\r\nApplicants could earn themselves £1,000 by recommending a fellow publican. For more information, please read <a href=\"https://www.eipublicanpartnerships.com/run-a-pub/pages/recommend-a-publican.aspx\">here</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/\">Carlsberg UK and Guild of Beer Writers launch sustainability award</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/\">Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/\">Marston’s Sell Out During the Ashes</a></li>\r\n</ul>','Ei Publican Partnerships re-launches evolved pub application hub','','inherit','closed','closed','','5782-revision-v1','','','2019-08-19 10:59:50','2019-08-19 10:59:50','',5782,'https://www.ontradeprogress.com/2019/08/19/5782-revision-v1/',0,'revision','',0),(5785,1,'2019-08-19 12:00:36','0000-00-00 00:00:00','<h1>The Moretti Forni Neapolis, the world’s most powerful electric oven, will be taking pride of place on stand GJ18 by Pizza Equipment Ltd at the Restaurant Show.</h1>\n&nbsp;\n\nThe Neapolis can bake classic pizza at the usual 375°C to 400°C temperature but is specially designed to make authentic Neapolitan pizza, which requires a much higher temperature of 485 - 500°C.  A Neapolitan pizza cooks in 90 seconds in the Neapolis, placed on stones designed to release heat gradually to avoid burning. The oven has a maximum temperature of 510°C, and being electric rather than wood fired, the temperature is constant and even throughout the baking chamber, so there is no need to turn the pizza to achieve even baking with the unique “leoparding” effect.\n\n&nbsp;\n\n[caption id=\"attachment_5786\" align=\"alignright\" width=\"194\"]<img class=\"size-medium wp-image-5786\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd-194x300.jpg\" alt=\"The Moretti Forni Neapolis, the world’s most powerful electric oven\" width=\"194\" height=\"300\" /> The Moretti Forni Neapolis, the world’s most powerful electric oven[/caption]\n\nVisitors to the stand can also view Italian dough mixers from GGF and the Next Phase pizza bag range. Offering superb value for money, the Italian built GGF machines are designed to stand the test of time in busy pizzerias. Three sizes are available – 22, 33 and 42 litre - all featuring a stainless steel bowl, stainless steel guard, timer, and castors as standard. The innovative Next Phase bag range can retain the heat of a pizza for up to 30 minutes using self-charging technology with no cords and no electric elements.\n\n&nbsp;\n\nFinally, check out the range of GI Metal aluminium pizza accessories on the stand, all lightweight but extremely hardwearing.\n\n&nbsp;\n\nFor further information please visit <a href=\"http://www.pizzaequipment.ltd.uk\">www.pizzaequipment.ltd.uk</a> or contact Daniel Phillips at Pizza Equipment on 0208 424 9483 or email on <a href=\"mailto:daniel@pizzaequipment.ltd.uk\">daniel@pizzaequipment.ltd.uk</a>.','Hot news from Pizza Equipment LTD on stand GJ18','','draft','closed','open','','','','','2019-08-19 12:00:36','2019-08-19 12:00:36','',0,'https://www.ontradeprogress.com/?p=5785',0,'post','',0),(5786,1,'2019-08-19 11:58:24','2019-08-19 11:58:24','The Moretti Forni Neapolis, the world’s most powerful electric oven','The Moretti Forni Neapolis, the world’s most powerful electric oven','The Moretti Forni Neapolis, the world’s most powerful electric oven','inherit','closed','closed','','moretti-forni-neapolis-oven-from-pizza-equipment-ltd','','','2019-08-19 11:58:37','2019-08-19 11:58:37','',5785,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Moretti-Forni-Neapolis-oven-from-Pizza-Equipment-Ltd.jpg',0,'attachment','image/jpeg',0),(5787,1,'2019-08-19 12:17:54','2019-08-19 12:17:54','<h1>The Fentimans Secret Spritz Garden has now opened its doors in Farringdon (Thursday 8th August). Hidden behind ivy-covered walls and unknown to passers-by, the Spritz Garden is hideaway filled with fragrant herbs, aromatic plants and delicious spritz cocktails.</h1>\r\nCreated by the botanical soft drink and mixer makers Fentimans, the Secret Spritz Garden is an oasis for after-work drinks and savoured weekend cocktails during parched August days. The garden is filled with medicinal herbs and plants including 200-year-old olive tree at its heart provides a beautiful shaded spot to sit under, spritz in hand. The Spritz Garden also features beautiful vignettes such as a romantic swing seat, trailed with foliage, and a babbling fountain, while the bar itself can be found hidden through the cloister windows. As night falls, garlands of fairy lights will glimmer amid the greenery and mellow music will float across the secret garden.\r\nThe Secret Spritz Garden menu explores the full range of Fentimans tonics – from the sweet citrus of Valencian Orange to the candied notes of Pink Rhubarb – which are complemented by homemade herbal infusions and liqueurs, fresh fruit and exquisite aperitifs. Spritzes include the Rose Spritz (<em>Fentimans Rose Lemonade with Martini Prosecco and fresh strawberries</em>), Valencian Spritz  (<em>Fentimans Valencian Orange Tonic Water with Belsazar White Vermouth and peach liqueur</em>) and Pacific Island Spritz (Fentimans Yuzu Tonic Water with passionfruit liqueur, white wine and basil).\r\n\r\n&nbsp;\r\n\r\nThe pop-up Secret Spritz Garden will be open from 8th – 29th August from Wednesday to Saturday, including the Sunday of the bank holiday weekend.  Please see further information about the events taking place in the garden in the attached press release and imagery <a href=\"https://www.dropbox.com/sh/wjr3ebgca55mvv5/AABo9wY4vR6fQS40QME_Wj1La?dl=0\">here</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/\">Ei Publican Partnerships re-launches evolved pub application hub</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/\">Carlsberg UK and Guild of Beer Writers launch sustainability award</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/\">Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards</a></li>\r\n</ul>','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon','','publish','closed','open','','secret-spritz-fentimans-garden-opened-farringdon','','','2019-08-19 12:17:54','2019-08-19 12:17:54','',0,'https://www.ontradeprogress.com/?p=5787',0,'post','',0),(5788,1,'2019-08-19 12:16:01','2019-08-19 12:16:01','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon','inherit','closed','closed','','cafe-4410475_1920','','','2019-08-19 12:16:13','2019-08-19 12:16:13','',5787,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/cafe-4410475_1920.jpg',0,'attachment','image/jpeg',0),(5789,1,'2019-08-19 12:17:37','2019-08-19 12:17:37','<h1>The Fentimans Secret Spritz Garden has now opened its doors in Farringdon (Thursday 8th August). Hidden behind ivy-covered walls and unknown to passers-by, the Spritz Garden is hideaway filled with fragrant herbs, aromatic plants and delicious spritz cocktails.</h1>\r\nCreated by the botanical soft drink and mixer makers Fentimans, the Secret Spritz Garden is an oasis for after-work drinks and savoured weekend cocktails during parched August days. The garden is filled with medicinal herbs and plants including 200-year-old olive tree at its heart provides a beautiful shaded spot to sit under, spritz in hand. The Spritz Garden also features beautiful vignettes such as a romantic swing seat, trailed with foliage, and a babbling fountain, while the bar itself can be found hidden through the cloister windows. As night falls, garlands of fairy lights will glimmer amid the greenery and mellow music will float across the secret garden.\r\nThe Secret Spritz Garden menu explores the full range of Fentimans tonics – from the sweet citrus of Valencian Orange to the candied notes of Pink Rhubarb – which are complemented by homemade herbal infusions and liqueurs, fresh fruit and exquisite aperitifs. Spritzes include the Rose Spritz (<em>Fentimans Rose Lemonade with Martini Prosecco and fresh strawberries</em>), Valencian Spritz  (<em>Fentimans Valencian Orange Tonic Water with Belsazar White Vermouth and peach liqueur</em>) and Pacific Island Spritz (Fentimans Yuzu Tonic Water with passionfruit liqueur, white wine and basil).\r\n\r\n&nbsp;\r\n\r\nThe pop-up Secret Spritz Garden will be open from 8th – 29th August from Wednesday to Saturday, including the Sunday of the bank holiday weekend.  Please see further information about the events taking place in the garden in the attached press release and imagery <a href=\"https://www.dropbox.com/sh/wjr3ebgca55mvv5/AABo9wY4vR6fQS40QME_Wj1La?dl=0\">here</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/\">Ei Publican Partnerships re-launches evolved pub application hub</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/\">Carlsberg UK and Guild of Beer Writers launch sustainability award</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/\">Granarolo Group Wins Silver at International Cheese &amp; Dairy Awards</a></li>\r\n</ul>','The Fentimans Secret Spritz Garden has now opened its doors in Farringdon','','inherit','closed','closed','','5787-revision-v1','','','2019-08-19 12:17:37','2019-08-19 12:17:37','',5787,'https://www.ontradeprogress.com/2019/08/19/5787-revision-v1/',0,'revision','',0),(5790,1,'2019-08-19 12:47:31','2019-08-19 12:47:31','<h1>Pubs across the country from Elgin to Southampton have entered the Charity Pub of the Year Awards, organised by PubAid and the All-Party Parliamentary Beer Group (APPBG) and sponsored by Matthew Clark.</h1>\r\nEntrants are coming from all sectors of the industry, with managed and leased pubs from operators including Ei, Punch, Wadworth, Fuller Smith &amp; Turner, JW Lees, Hawthorn Leisure, St Austell and Joseph Holt as well as independent licensees. The competition is open until 30<sup>th</sup> September and entry is via an online form at <a href=\"http://www.pubaid.com/matthew-clark-charity-pub-award\">http://www.pubaid.com/matthew-clark-charity-pub-award</a>\r\n\r\nThe competition, now in its second year, seeks to recognise pubs who go the extra mile in their support of charities and good causes. While the sums of money raised are one element, judges are also looking for other involvement, such as hosting meetings for local groups, offering meals as raffle prizes or doing good works in the community, such as litter picking or helping elderly residents.\r\n\r\nAll pubs who enter the competition are promoted on PubAid’s social media channels and pub companies are encouraging their licensees to take part, with the help of a suite of assets including internal ads and Twitter and Facebook templates. To request these, or to find out more about the competition, contact <a href=\"mailto:pr@pubaid.com\">pr@pubaid.com</a>.\r\n\r\nAfter the closing date, judges will review entries and publish a shortlist of the pubs who are, in their view, best fulfilling the aims of the competition. All finalists will be invited, with their MP, to attend a reception in London, where the overall winner will be announced.\r\n\r\nCo-founder of PubAid, Des O’Flanagan said: “We’re delighted with the response so far to the Charity Pub of the Year 2019 and grateful to Matthew Clark for their sponsorship which is enabling us to give the competition more support this year.\r\n\r\n“Whatever size of pub you run, whether you raise money for a national charity or a local cause, or support your local community in other ways, please think about entering and receiving recognition for the great work done by you, your team and your customers.”\r\n\r\nDavid Philips, Managing Director, Matthew Clark, said: “The support provided by pubs up and down the land for charities and worthy causes is hugely impressive, with licensees and their teams frequently putting in many additional hours to organise fundraising events and similar, on top of the demands of running a pub. They certainly deserve recognition and we are proud to be sponsoring these awards for a second year.”\r\n\r\nMike Wood, MP for Dudley South and Chairman of the All-Party Parliamentary Beer Group, said “We had some fantastic entries for this award last year.  It was truly humbling to learn about the amazing things that pubs do to support charities and local community groups.  We already have an impressive list of entrants for this year’s competition and are looking forward to welcoming the finalists to a celebration of their achievements in the autumn.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/\">The Fentimans Secret Spritz Garden has now opened its doors in Farringdon</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/\">Ei Publican Partnerships re-launches evolved pub application hub</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/\">Carlsberg UK and Guild of Beer Writers launch sustainability award</a></li>\r\n</ul>','Pubs across the country enter Charity Pub of the Year competition','','publish','closed','open','','pub-of-the-year','','\nhttps://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/','2019-08-19 12:52:32','2019-08-19 12:52:32','',0,'https://www.ontradeprogress.com/?p=5790',0,'post','',0),(5791,1,'2019-08-19 12:43:30','2019-08-19 12:43:30','Pubs across the country enter Charity Pub of the Year competition','Pubs across the country enter Charity Pub of the Year competition','Pubs across the country enter Charity Pub of the Year competition','inherit','closed','closed','','charity-pub-of-the-year-image','','','2019-08-19 12:46:41','2019-08-19 12:46:41','',5790,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Charity-Pub-of-the-Year-image.jpg',0,'attachment','image/jpeg',0),(5792,1,'2019-08-19 12:46:58','2019-08-19 12:46:58','<h1>Pubs across the country from Elgin to Southampton have entered the Charity Pub of the Year Awards, organised by PubAid and the All-Party Parliamentary Beer Group (APPBG) and sponsored by Matthew Clark.</h1>\r\nEntrants are coming from all sectors of the industry, with managed and leased pubs from operators including Ei, Punch, Wadworth, Fuller Smith &amp; Turner, JW Lees, Hawthorn Leisure, St Austell and Joseph Holt as well as independent licensees. The competition is open until 30<sup>th</sup> September and entry is via an online form at <a href=\"http://www.pubaid.com/matthew-clark-charity-pub-award\">http://www.pubaid.com/matthew-clark-charity-pub-award</a>\r\n\r\nThe competition, now in its second year, seeks to recognise pubs who go the extra mile in their support of charities and good causes. While the sums of money raised are one element, judges are also looking for other involvement, such as hosting meetings for local groups, offering meals as raffle prizes or doing good works in the community, such as litter picking or helping elderly residents.\r\n\r\nAll pubs who enter the competition are promoted on PubAid’s social media channels and pub companies are encouraging their licensees to take part, with the help of a suite of assets including internal ads and Twitter and Facebook templates. To request these, or to find out more about the competition, contact <a href=\"mailto:pr@pubaid.com\">pr@pubaid.com</a>.\r\n\r\nAfter the closing date, judges will review entries and publish a shortlist of the pubs who are, in their view, best fulfilling the aims of the competition. All finalists will be invited, with their MP, to attend a reception in London, where the overall winner will be announced.\r\n\r\nCo-founder of PubAid, Des O’Flanagan said: “We’re delighted with the response so far to the Charity Pub of the Year 2019 and grateful to Matthew Clark for their sponsorship which is enabling us to give the competition more support this year.\r\n\r\n“Whatever size of pub you run, whether you raise money for a national charity or a local cause, or support your local community in other ways, please think about entering and receiving recognition for the great work done by you, your team and your customers.”\r\n\r\nDavid Philips, Managing Director, Matthew Clark, said: “The support provided by pubs up and down the land for charities and worthy causes is hugely impressive, with licensees and their teams frequently putting in many additional hours to organise fundraising events and similar, on top of the demands of running a pub. They certainly deserve recognition and we are proud to be sponsoring these awards for a second year.”\r\n\r\nMike Wood, MP for Dudley South and Chairman of the All-Party Parliamentary Beer Group, said “We had some fantastic entries for this award last year.  It was truly humbling to learn about the amazing things that pubs do to support charities and local community groups.  We already have an impressive list of entrants for this year’s competition and are looking forward to welcoming the finalists to a celebration of their achievements in the autumn.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/\">The Fentimans Secret Spritz Garden has now opened its doors in Farringdon</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/\">Ei Publican Partnerships re-launches evolved pub application hub</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/\">Carlsberg UK and Guild of Beer Writers launch sustainability award</a></li>\r\n</ul>','Pubs across the country enter Charity Pub of the Year competition','','inherit','closed','closed','','5790-revision-v1','','','2019-08-19 12:46:58','2019-08-19 12:46:58','',5790,'https://www.ontradeprogress.com/2019/08/19/5790-revision-v1/',0,'revision','',0),(5793,1,'2019-08-19 13:08:40','2019-08-19 13:08:40','<h1>Molson Coors in the UK and Ireland is removing the plastic packaging from its Carling and Coors Light brands, as part of new global packaging goals announced today. The brewer will remove the plastic film wrap from large multipacks by the end of March 2020, replacing the plastic wrap with 100% recyclable fully enclosed carton board. By the end of March 2021, it will remove plastic rings from Carling and Coors Light cans, switching to 100% recyclable cardboard sleeves.</h1>\r\n<ul>\r\n 	<li><em>As part of new global packaging goals, Molson Coors in the UK &amp; Ireland will remove plastic from its Carling and Coors Light packaging by April 2021</em></li>\r\n 	<li><em>Molson Coors’ new science-based targets to lower absolute carbon emissions by 50% within its own operations and by 20% across its value chain are aggressive enough to meet the 1.5 degrees Celsius pathway and the Paris Climate Agreement</em></li>\r\n</ul>\r\nMolson Coors in the UK and Ireland is removing the plastic packaging from its Carling and Coors Light brands, as part of new global packaging goals announced today. The brewer will remove the plastic film wrap from large multipacks by the end of March 2020, replacing the plastic wrap with 100% recyclable fully enclosed carton board. By the end of March 2021, it will remove plastic rings from Carling and Coors Light cans, switching to 100% recyclable cardboard sleeves.\r\n\r\nMolson Coors is investing around £7.5m over the next two years to implement the changes.\r\n\r\nThe global brewer announced a set of new global packaging goals to reduce plastics in its packaging, aiming for 100% of its packaging to be reusable, recyclable, compostable or biodegradable by 2025. It is also strengthening its goals to drive down packaging emissions, use more recycled materials in its plastic packaging and improve recycling solutions in its key markets.\r\n\r\nThe new packaging goals have been announced as part of the release of Molson Coors’ annual sustainability report, <a href=\"http://www.molsoncoors.com/-/media/molson-coors-corporate/sustainability/obp-report-en.ashx\"><em>Our Beer Print Report 2019</em></a>, which also details its latest performance against its 2025 Our Beer Print sustainability goals and its recently approved science-based emission reduction targets, which align with the Paris Climate Agreement and have been verified by the <a href=\"https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsciencebasedtargets.org%2F&amp;data=02%7C01%7CNatalie.Lau%40millercoors.com%7Cfe3eb8f64853482db9ca08d711ab6823%7C9d22fedaa32c4757aa1db6208426fd0e%7C0%7C1%7C636997300210345935&amp;sdata=v6v51%2FmBT%2BnKZqkspKLzvwMswlol7u0KWaa7ziyQw38%3D&amp;reserved=0\">Science Based Targets initiative</a><u>.</u>\r\n\r\nScience-based targets offer a roadmap for companies to reduce their greenhouse gas (GHG) emissions to a level of decarbonization required to limit global temperature increase to well-below 2 degrees Celsius compared to pre-industrial temperatures. Molson Coors’ 2025 goal to lower absolute emissions by 50% within its direct operations was determined as ambitious enough to meet the requirements of the 1.5°C pathway – the latest and most aggressive recommendations set forth by the recent <a href=\"https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ipcc.ch%2Fsr15%2F&amp;data=02%7C01%7CNatalie.Lau%40millercoors.com%7Cfe3eb8f64853482db9ca08d711ab6823%7C9d22fedaa32c4757aa1db6208426fd0e%7C0%7C1%7C636997300210355928&amp;sdata=534DPY5sl2LV21Lg5ckJXOllMe1V91c2pdL5aSRRVqo%3D&amp;reserved=0\">report by the Intergovernmental Panel on Climate Change (IPCC)</a>.\r\n\r\n“As a global brewer with a strong family heritage, we have always taken seriously our responsibility to brew a more sustainable future,” <strong>Molson Coors CEO Mark Hunter said.</strong> “Plastic waste poses a clear environmental challenge, and as a consumer-packaged goods company, we play an important role in helping to solve the global waste crisis.”\r\n\r\nCommenting on the steps the UK and Ireland business is taking towards achieving the new packaging goals, <strong>Kristin Wolfe, Molson Coors UK &amp; Ireland Legal and Corporate Affairs Director, said:</strong> “We recognise the challenge of single-use plastics and we’re committed to reducing its use throughout our supply chain. The pledge we’ve made today, both globally and with the local actions we’re taking in the UK &amp; Ireland, will significantly reduce single-use plastics in our packaging, reinforcing our long-term commitment to brewing greener and working towards our 2025 sustainability goals.”\r\n\r\nThe company’s new packaging strategy outlines four clear goals:\r\n<ol>\r\n 	<li><strong>Innovate</strong>: Make 100% of plastic packaging reusable, recyclable, compostable or biodegradable</li>\r\n</ol>\r\nThis includes plans to move from a five-layer PET bottle to a three-layer bottle in the US to enhance its recyclability.  Additionally, Colorado Native, one of the company’s US craft brands, has become the first Molson Coors brand to test a new plastic-free, fibre-based six-pack ring for beverage cans. These eco-friendly rings are made from post-industrial recycled fibre and are 100% bio-based, recyclable and compostable in commercial composting facilities.\r\n<ol>\r\n 	<li><strong>Accelerate</strong>: Incorporate at least 30% recycled content in plastic packaging</li>\r\n</ol>\r\nAlongside the UK’s decision to remove plastic rings and film wrap from its Carling and Coors Light brands, globally the company is aiming to achieve at least 30% recycled content in its PET bottles, plastic film wrap and plastic rings.\r\n<ol>\r\n 	<li><strong>Collaborate</strong>: Improve recycling infrastructure and support a better recycling system for communities, government and industries</li>\r\n</ol>\r\nMolson Coors has signed on to the <a href=\"https://www.newplasticseconomy.org/projects/global-commitment\">New Plastics Economy Global Commitment</a>, which is a worldwide initiative led by the <a href=\"https://www.ellenmacarthurfoundation.org/\">Ellen MacArthur Foundation</a> in collaboration with UN Environment that addresses plastic pollution and waste at its source by applying circular economy principles.\r\n<ol>\r\n 	<li><strong>Climate</strong>: Reduce carbon emissions from packaging by 26%.</li>\r\n</ol>\r\nThe brewer is also strengthening its goal to reduce carbon emissions from its packaging, which is the largest source of emissions across its value chain. As a component of its goal to reduce its value chain emissions by 50% by 2025, Molson Coors set a specific target to cut packaging emissions by 26%, based on a 2016 baseline.\r\n\r\nMolson Coors is working collaboratively with its packaging suppliers to achieve its emissions reduction goal. The effort involves making continuous improvements to packaging type and materials, in addition to working together to promote the use of more renewable energy sources where possible.\r\n<h3><strong><em>Keeping a comprehensive approach</em></strong></h3>\r\nA key element of the company’s global sustainability strategy is working toward a circular economy. Actions such as capturing clean water for reuse, turning wastewater into biogas for onsite energy, sending spent grain to be used for animal feed and cutting down the waste sent to landfills are driving the company’s efforts.\r\n\r\nSo far, the company has achieved zero waste to landfill at 17 of its global brewing and manufacturing facilities, representing an improvement of three sites over the last year. In the UK, Molson Coors’ two largest breweries in Burton and Tadcaster are zero waste to landfill sites.\r\n\r\nSince 2012 Molson Coors’ Burton brewery has benefited from a multi-million dollar investment and continuous improvement programme to drive significant improvements in energy efficiency, water consumption and carbon dioxide recovery. As a result, energy consumption per hectolitre produced has decreased by 23%, with approximately half of this improvement being made in 2018. The brewery has also doubled the output from its carbon dioxide recovery plant, allowing Molson Coors to capture up to 47 tonnes of carbon dioxide from the fermentation process each day. Since January 2018 the Burton site has been completely self-sufficient in carbon dioxide production, going from purchasing around 4,800 tonnes in 2016, to just 100 tonnes in 2018, the equivalent of removing 2,350 tonnes of emissions from its operations.\r\n\r\nMolson Coors has invested more than $20 million over the past 10 years to help its barley farmers manage climate-related risks. In addition, as part of a commitment to source 100% of its barley and hops from sustainable suppliers in key growing regions, the company provides financial incentives to encourage growers to adopt more sustainable practices and to collect and report their sustainability metrics to Molson Coors. As a result of these and other efforts, 99% of the company’s barley and hops growers in the US and the UK are aligned with sustainable growing practices.\r\n\r\nThe company aims to continue to implement water stewardship programs and protect local water resources in partnership with others. Molson Coors has implemented long-standing water stewardship programs in collaboration with communities for its at-risk brewing sites to improve and maintain the health local watersheds.\r\n\r\nTaken collectively, the company believes that these initiatives will help the company raise the bar on beer. “More than securing our business, we want to secure our planet,” states Mark Hunter. “We want to ensure that every glass of beer we brew supports our communities and protects our environment for future generations.”\r\n\r\nFor further details on these and other programs, as well as targets and performance indicators, please find the complete<em> Our Beer Print Report</em> <em>2019 </em><a href=\"http://www.molsoncoors.com/-/media/molson-coors-corporate/sustainability/obp-report-en.ashx\">here</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/\">Pubs across the country enter Charity Pub of the Year competition</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/\">The Fentimans Secret Spritz Garden has now opened its doors in Farringdon</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/\">Ei Publican Partnerships re-launches evolved pub application hub</a></li>\r\n</ul>','Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report','','publish','closed','open','','molson-coors-reduce-plastics','','\nhttps://www.ontradeprogress.com/2019/08/19/pub-of-the-year/','2019-08-19 13:08:40','2019-08-19 13:08:40','',0,'https://www.ontradeprogress.com/?p=5793',0,'post','',0),(5794,1,'2019-08-19 13:07:56','2019-08-19 13:07:56','Molson Coors Commits to Reduce Plastics in Packaging','Molson Coors Commits to Reduce Plastics in Packaging','Molson Coors Commits to Reduce Plastics in Packaging','inherit','closed','closed','','carling-and-coors-light-image','','','2019-08-19 13:08:15','2019-08-19 13:08:15','',5793,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Carling-and-Coors-Light-image.jpg',0,'attachment','image/jpeg',0),(5795,1,'2019-08-19 13:08:40','2019-08-19 13:08:40','<h1>Molson Coors in the UK and Ireland is removing the plastic packaging from its Carling and Coors Light brands, as part of new global packaging goals announced today. The brewer will remove the plastic film wrap from large multipacks by the end of March 2020, replacing the plastic wrap with 100% recyclable fully enclosed carton board. By the end of March 2021, it will remove plastic rings from Carling and Coors Light cans, switching to 100% recyclable cardboard sleeves.</h1>\r\n<ul>\r\n 	<li><em>As part of new global packaging goals, Molson Coors in the UK &amp; Ireland will remove plastic from its Carling and Coors Light packaging by April 2021</em></li>\r\n 	<li><em>Molson Coors’ new science-based targets to lower absolute carbon emissions by 50% within its own operations and by 20% across its value chain are aggressive enough to meet the 1.5 degrees Celsius pathway and the Paris Climate Agreement</em></li>\r\n</ul>\r\nMolson Coors in the UK and Ireland is removing the plastic packaging from its Carling and Coors Light brands, as part of new global packaging goals announced today. The brewer will remove the plastic film wrap from large multipacks by the end of March 2020, replacing the plastic wrap with 100% recyclable fully enclosed carton board. By the end of March 2021, it will remove plastic rings from Carling and Coors Light cans, switching to 100% recyclable cardboard sleeves.\r\n\r\nMolson Coors is investing around £7.5m over the next two years to implement the changes.\r\n\r\nThe global brewer announced a set of new global packaging goals to reduce plastics in its packaging, aiming for 100% of its packaging to be reusable, recyclable, compostable or biodegradable by 2025. It is also strengthening its goals to drive down packaging emissions, use more recycled materials in its plastic packaging and improve recycling solutions in its key markets.\r\n\r\nThe new packaging goals have been announced as part of the release of Molson Coors’ annual sustainability report, <a href=\"http://www.molsoncoors.com/-/media/molson-coors-corporate/sustainability/obp-report-en.ashx\"><em>Our Beer Print Report 2019</em></a>, which also details its latest performance against its 2025 Our Beer Print sustainability goals and its recently approved science-based emission reduction targets, which align with the Paris Climate Agreement and have been verified by the <a href=\"https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsciencebasedtargets.org%2F&amp;data=02%7C01%7CNatalie.Lau%40millercoors.com%7Cfe3eb8f64853482db9ca08d711ab6823%7C9d22fedaa32c4757aa1db6208426fd0e%7C0%7C1%7C636997300210345935&amp;sdata=v6v51%2FmBT%2BnKZqkspKLzvwMswlol7u0KWaa7ziyQw38%3D&amp;reserved=0\">Science Based Targets initiative</a><u>.</u>\r\n\r\nScience-based targets offer a roadmap for companies to reduce their greenhouse gas (GHG) emissions to a level of decarbonization required to limit global temperature increase to well-below 2 degrees Celsius compared to pre-industrial temperatures. Molson Coors’ 2025 goal to lower absolute emissions by 50% within its direct operations was determined as ambitious enough to meet the requirements of the 1.5°C pathway – the latest and most aggressive recommendations set forth by the recent <a href=\"https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ipcc.ch%2Fsr15%2F&amp;data=02%7C01%7CNatalie.Lau%40millercoors.com%7Cfe3eb8f64853482db9ca08d711ab6823%7C9d22fedaa32c4757aa1db6208426fd0e%7C0%7C1%7C636997300210355928&amp;sdata=534DPY5sl2LV21Lg5ckJXOllMe1V91c2pdL5aSRRVqo%3D&amp;reserved=0\">report by the Intergovernmental Panel on Climate Change (IPCC)</a>.\r\n\r\n“As a global brewer with a strong family heritage, we have always taken seriously our responsibility to brew a more sustainable future,” <strong>Molson Coors CEO Mark Hunter said.</strong> “Plastic waste poses a clear environmental challenge, and as a consumer-packaged goods company, we play an important role in helping to solve the global waste crisis.”\r\n\r\nCommenting on the steps the UK and Ireland business is taking towards achieving the new packaging goals, <strong>Kristin Wolfe, Molson Coors UK &amp; Ireland Legal and Corporate Affairs Director, said:</strong> “We recognise the challenge of single-use plastics and we’re committed to reducing its use throughout our supply chain. The pledge we’ve made today, both globally and with the local actions we’re taking in the UK &amp; Ireland, will significantly reduce single-use plastics in our packaging, reinforcing our long-term commitment to brewing greener and working towards our 2025 sustainability goals.”\r\n\r\nThe company’s new packaging strategy outlines four clear goals:\r\n<ol>\r\n 	<li><strong>Innovate</strong>: Make 100% of plastic packaging reusable, recyclable, compostable or biodegradable</li>\r\n</ol>\r\nThis includes plans to move from a five-layer PET bottle to a three-layer bottle in the US to enhance its recyclability.  Additionally, Colorado Native, one of the company’s US craft brands, has become the first Molson Coors brand to test a new plastic-free, fibre-based six-pack ring for beverage cans. These eco-friendly rings are made from post-industrial recycled fibre and are 100% bio-based, recyclable and compostable in commercial composting facilities.\r\n<ol>\r\n 	<li><strong>Accelerate</strong>: Incorporate at least 30% recycled content in plastic packaging</li>\r\n</ol>\r\nAlongside the UK’s decision to remove plastic rings and film wrap from its Carling and Coors Light brands, globally the company is aiming to achieve at least 30% recycled content in its PET bottles, plastic film wrap and plastic rings.\r\n<ol>\r\n 	<li><strong>Collaborate</strong>: Improve recycling infrastructure and support a better recycling system for communities, government and industries</li>\r\n</ol>\r\nMolson Coors has signed on to the <a href=\"https://www.newplasticseconomy.org/projects/global-commitment\">New Plastics Economy Global Commitment</a>, which is a worldwide initiative led by the <a href=\"https://www.ellenmacarthurfoundation.org/\">Ellen MacArthur Foundation</a> in collaboration with UN Environment that addresses plastic pollution and waste at its source by applying circular economy principles.\r\n<ol>\r\n 	<li><strong>Climate</strong>: Reduce carbon emissions from packaging by 26%.</li>\r\n</ol>\r\nThe brewer is also strengthening its goal to reduce carbon emissions from its packaging, which is the largest source of emissions across its value chain. As a component of its goal to reduce its value chain emissions by 50% by 2025, Molson Coors set a specific target to cut packaging emissions by 26%, based on a 2016 baseline.\r\n\r\nMolson Coors is working collaboratively with its packaging suppliers to achieve its emissions reduction goal. The effort involves making continuous improvements to packaging type and materials, in addition to working together to promote the use of more renewable energy sources where possible.\r\n<h3><strong><em>Keeping a comprehensive approach</em></strong></h3>\r\nA key element of the company’s global sustainability strategy is working toward a circular economy. Actions such as capturing clean water for reuse, turning wastewater into biogas for onsite energy, sending spent grain to be used for animal feed and cutting down the waste sent to landfills are driving the company’s efforts.\r\n\r\nSo far, the company has achieved zero waste to landfill at 17 of its global brewing and manufacturing facilities, representing an improvement of three sites over the last year. In the UK, Molson Coors’ two largest breweries in Burton and Tadcaster are zero waste to landfill sites.\r\n\r\nSince 2012 Molson Coors’ Burton brewery has benefited from a multi-million dollar investment and continuous improvement programme to drive significant improvements in energy efficiency, water consumption and carbon dioxide recovery. As a result, energy consumption per hectolitre produced has decreased by 23%, with approximately half of this improvement being made in 2018. The brewery has also doubled the output from its carbon dioxide recovery plant, allowing Molson Coors to capture up to 47 tonnes of carbon dioxide from the fermentation process each day. Since January 2018 the Burton site has been completely self-sufficient in carbon dioxide production, going from purchasing around 4,800 tonnes in 2016, to just 100 tonnes in 2018, the equivalent of removing 2,350 tonnes of emissions from its operations.\r\n\r\nMolson Coors has invested more than $20 million over the past 10 years to help its barley farmers manage climate-related risks. In addition, as part of a commitment to source 100% of its barley and hops from sustainable suppliers in key growing regions, the company provides financial incentives to encourage growers to adopt more sustainable practices and to collect and report their sustainability metrics to Molson Coors. As a result of these and other efforts, 99% of the company’s barley and hops growers in the US and the UK are aligned with sustainable growing practices.\r\n\r\nThe company aims to continue to implement water stewardship programs and protect local water resources in partnership with others. Molson Coors has implemented long-standing water stewardship programs in collaboration with communities for its at-risk brewing sites to improve and maintain the health local watersheds.\r\n\r\nTaken collectively, the company believes that these initiatives will help the company raise the bar on beer. “More than securing our business, we want to secure our planet,” states Mark Hunter. “We want to ensure that every glass of beer we brew supports our communities and protects our environment for future generations.”\r\n\r\nFor further details on these and other programs, as well as targets and performance indicators, please find the complete<em> Our Beer Print Report</em> <em>2019 </em><a href=\"http://www.molsoncoors.com/-/media/molson-coors-corporate/sustainability/obp-report-en.ashx\">here</a>.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/\">Pubs across the country enter Charity Pub of the Year competition</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/\">The Fentimans Secret Spritz Garden has now opened its doors in Farringdon</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/\">Ei Publican Partnerships re-launches evolved pub application hub</a></li>\r\n</ul>','Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report','','inherit','closed','closed','','5793-revision-v1','','','2019-08-19 13:08:40','2019-08-19 13:08:40','',5793,'https://www.ontradeprogress.com/2019/08/19/5793-revision-v1/',0,'revision','',0),(5796,1,'2019-08-19 13:28:04','2019-08-19 13:28:04','<h1>Opening in late August 2019, Berto is a hand-made fresh pasta concept from the team behind neighbourhood pizzeria Zia Lucia. The authentic, artisanal pasta restaurant will sit next to its sister venue on Holloway Road.</h1>\r\n[caption id=\"attachment_5798\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5798\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/1-_-Berto-log-300x212.jpg\" alt=\"Berto to open on Holloway Road on Saturday 31st August\" width=\"300\" height=\"212\" /> Berto to open on Holloway Road on Saturday 31st August[/caption]\r\n\r\nJust as Zia Lucia uses different flours to create four signature pizza doughs, Berto will serve a selection of pasta doughs made from traditional, wholemeal and gluten-free flours. The concise menu will focus on intricately created and simply served fresh pasta, made onsite daily. Hand-crafted pastas include fresh egg tagliatelle and pappardelle, vegan pici, gnocchi and filled pasta such as ravioli, all effortlessly dressed with both classic and inventive sauces made with the finest Italian produce. Maintaining its ethos of great value genuine Italian food, all generous pasta dishes at Berto will be priced from £8 - £13 and the menu will also feature a changing selection of seasonal specials.\r\n\r\n[caption id=\"attachment_5800\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5800\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/3-_-Berto-log-300x212.jpg\" alt=\"Berto to open on Holloway Road on Saturday 31st August\" width=\"300\" height=\"212\" /> Berto to open on Holloway Road on Saturday 31st August[/caption]\r\n\r\n‘Berto’, much like Lucia is a prominent figure in the lives of restaurant owners Claudio Vescovo and Gianluca D’Angelo. An expert pasta maker, friend and teacher, Piero – or ‘Berto’ as they call him – is both the inspiration behind the evolvement of the brand and a key figure in the restaurant. Berto owns a pasta shop in his home town of Ronciglione, just north of Rome, where has worked for over 25 years researching antique flours, tools and recipes to hone his craft. Working closely with Claudio and Gianluca, they have devised a selection of pasta styles that combine these traditional techniques with a progressive approach to Italian food. Berto will train the in-house team to ensure that Londoners can enjoy the taste of authentic Italian pasta, without leaving the capital.\r\n\r\nClaudio, Gianluca and Berto have combined their passion and nostalgia for wholesome Italian ingredients to create a menu that lets regional produce shine. Guests can expect to start the evening with a spritz paired with Roman-style Puntarella, or Carciofo, or an assortment of Fritti, followed by Caseificio – a selection of young, fresh cheeses including a mouth-watering Stracciatella – all served on colourful Umbrian pottery. The drinks menu will include a broad selection of Italian wines stretching from Sicily to Piedmont, alongside beers from North London brewers, Hammerton Brewery, and succinct cocktail list of aperitivo and digestivo.\r\n\r\nThe 45-cover restaurant will be centred around a pasta bar, where diners can enjoy long suppers or a quick bite and a glass of wine while looking onto the craftsmanship that goes into fresh pasta making. The open counter will be set beneath a central skylight which will let streams of natural light into the restaurant. A warm, golden-toned wall will be offset by natural brick, brass light fixtures and foliage, creating a bright, airy restaurant and a convivial Italian dining experience.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/\">Pubs across the country enter Charity Pub of the Year competition</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/\">The Fentimans Secret Spritz Garden has now opened its doors in Farringdon</a></li>\r\n</ul>','Berto to open on Holloway Road','','publish','closed','open','','berto-to-open-on-holloway-road','','\nhttps://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/','2019-08-19 13:28:04','2019-08-19 13:28:04','',0,'https://www.ontradeprogress.com/?p=5796',0,'post','',0),(5798,1,'2019-08-19 13:24:59','2019-08-19 13:24:59','Berto to open on Holloway Road on Saturday 31st August','Berto to open on Holloway Road on Saturday 31st August','Berto to open on Holloway Road on Saturday 31st August','inherit','closed','closed','','1-_-berto-log','','','2019-08-19 13:25:58','2019-08-19 13:25:58','',5796,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/1-_-Berto-log.jpg',0,'attachment','image/jpeg',0),(5799,1,'2019-08-19 13:25:05','2019-08-19 13:25:05','Berto to open on Holloway Road on Saturday 31st August','Berto to open on Holloway Road on Saturday 31st August','Berto to open on Holloway Road on Saturday 31st August','inherit','closed','closed','','2-_-berto-log','','','2019-08-19 13:25:42','2019-08-19 13:25:42','',5796,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/2-_-Berto-log.jpg',0,'attachment','image/jpeg',0),(5800,1,'2019-08-19 13:25:11','2019-08-19 13:25:11','Berto to open on Holloway Road on Saturday 31st August','Berto to open on Holloway Road on Saturday 31st August','Berto to open on Holloway Road on Saturday 31st August','inherit','closed','closed','','3-_-berto-log','','','2019-08-19 13:26:21','2019-08-19 13:26:21','',5796,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/3-_-Berto-log.jpg',0,'attachment','image/jpeg',0),(5801,1,'2019-08-19 13:26:30','2019-08-19 13:26:30','<h1>Opening in late August 2019, Berto is a hand-made fresh pasta concept from the team behind neighbourhood pizzeria Zia Lucia. The authentic, artisanal pasta restaurant will sit next to its sister venue on Holloway Road.</h1>\r\n[caption id=\"attachment_5798\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5798\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/1-_-Berto-log-300x212.jpg\" alt=\"Berto to open on Holloway Road on Saturday 31st August\" width=\"300\" height=\"212\" /> Berto to open on Holloway Road on Saturday 31st August[/caption]\r\n\r\nJust as Zia Lucia uses different flours to create four signature pizza doughs, Berto will serve a selection of pasta doughs made from traditional, wholemeal and gluten-free flours. The concise menu will focus on intricately created and simply served fresh pasta, made onsite daily. Hand-crafted pastas include fresh egg tagliatelle and pappardelle, vegan pici, gnocchi and filled pasta such as ravioli, all effortlessly dressed with both classic and inventive sauces made with the finest Italian produce. Maintaining its ethos of great value genuine Italian food, all generous pasta dishes at Berto will be priced from £8 - £13 and the menu will also feature a changing selection of seasonal specials.\r\n\r\n[caption id=\"attachment_5800\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5800\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/3-_-Berto-log-300x212.jpg\" alt=\"Berto to open on Holloway Road on Saturday 31st August\" width=\"300\" height=\"212\" /> Berto to open on Holloway Road on Saturday 31st August[/caption]\r\n\r\n‘Berto’, much like Lucia is a prominent figure in the lives of restaurant owners Claudio Vescovo and Gianluca D’Angelo. An expert pasta maker, friend and teacher, Piero – or ‘Berto’ as they call him – is both the inspiration behind the evolvement of the brand and a key figure in the restaurant. Berto owns a pasta shop in his home town of Ronciglione, just north of Rome, where has worked for over 25 years researching antique flours, tools and recipes to hone his craft. Working closely with Claudio and Gianluca, they have devised a selection of pasta styles that combine these traditional techniques with a progressive approach to Italian food. Berto will train the in-house team to ensure that Londoners can enjoy the taste of authentic Italian pasta, without leaving the capital.\r\n\r\nClaudio, Gianluca and Berto have combined their passion and nostalgia for wholesome Italian ingredients to create a menu that lets regional produce shine. Guests can expect to start the evening with a spritz paired with Roman-style Puntarella, or Carciofo, or an assortment of Fritti, followed by Caseificio – a selection of young, fresh cheeses including a mouth-watering Stracciatella – all served on colourful Umbrian pottery. The drinks menu will include a broad selection of Italian wines stretching from Sicily to Piedmont, alongside beers from North London brewers, Hammerton Brewery, and succinct cocktail list of aperitivo and digestivo.\r\n\r\nThe 45-cover restaurant will be centred around a pasta bar, where diners can enjoy long suppers or a quick bite and a glass of wine while looking onto the craftsmanship that goes into fresh pasta making. The open counter will be set beneath a central skylight which will let streams of natural light into the restaurant. A warm, golden-toned wall will be offset by natural brick, brass light fixtures and foliage, creating a bright, airy restaurant and a convivial Italian dining experience.','Berto to open on Holloway Road','','inherit','closed','closed','','5796-revision-v1','','','2019-08-19 13:26:30','2019-08-19 13:26:30','',5796,'https://www.ontradeprogress.com/2019/08/19/5796-revision-v1/',0,'revision','',0),(5802,1,'2019-08-19 13:27:46','2019-08-19 13:27:46','<h1>Opening in late August 2019, Berto is a hand-made fresh pasta concept from the team behind neighbourhood pizzeria Zia Lucia. The authentic, artisanal pasta restaurant will sit next to its sister venue on Holloway Road.</h1>\r\n[caption id=\"attachment_5798\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5798\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/1-_-Berto-log-300x212.jpg\" alt=\"Berto to open on Holloway Road on Saturday 31st August\" width=\"300\" height=\"212\" /> Berto to open on Holloway Road on Saturday 31st August[/caption]\r\n\r\nJust as Zia Lucia uses different flours to create four signature pizza doughs, Berto will serve a selection of pasta doughs made from traditional, wholemeal and gluten-free flours. The concise menu will focus on intricately created and simply served fresh pasta, made onsite daily. Hand-crafted pastas include fresh egg tagliatelle and pappardelle, vegan pici, gnocchi and filled pasta such as ravioli, all effortlessly dressed with both classic and inventive sauces made with the finest Italian produce. Maintaining its ethos of great value genuine Italian food, all generous pasta dishes at Berto will be priced from £8 - £13 and the menu will also feature a changing selection of seasonal specials.\r\n\r\n[caption id=\"attachment_5800\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5800\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/3-_-Berto-log-300x212.jpg\" alt=\"Berto to open on Holloway Road on Saturday 31st August\" width=\"300\" height=\"212\" /> Berto to open on Holloway Road on Saturday 31st August[/caption]\r\n\r\n‘Berto’, much like Lucia is a prominent figure in the lives of restaurant owners Claudio Vescovo and Gianluca D’Angelo. An expert pasta maker, friend and teacher, Piero – or ‘Berto’ as they call him – is both the inspiration behind the evolvement of the brand and a key figure in the restaurant. Berto owns a pasta shop in his home town of Ronciglione, just north of Rome, where has worked for over 25 years researching antique flours, tools and recipes to hone his craft. Working closely with Claudio and Gianluca, they have devised a selection of pasta styles that combine these traditional techniques with a progressive approach to Italian food. Berto will train the in-house team to ensure that Londoners can enjoy the taste of authentic Italian pasta, without leaving the capital.\r\n\r\nClaudio, Gianluca and Berto have combined their passion and nostalgia for wholesome Italian ingredients to create a menu that lets regional produce shine. Guests can expect to start the evening with a spritz paired with Roman-style Puntarella, or Carciofo, or an assortment of Fritti, followed by Caseificio – a selection of young, fresh cheeses including a mouth-watering Stracciatella – all served on colourful Umbrian pottery. The drinks menu will include a broad selection of Italian wines stretching from Sicily to Piedmont, alongside beers from North London brewers, Hammerton Brewery, and succinct cocktail list of aperitivo and digestivo.\r\n\r\nThe 45-cover restaurant will be centred around a pasta bar, where diners can enjoy long suppers or a quick bite and a glass of wine while looking onto the craftsmanship that goes into fresh pasta making. The open counter will be set beneath a central skylight which will let streams of natural light into the restaurant. A warm, golden-toned wall will be offset by natural brick, brass light fixtures and foliage, creating a bright, airy restaurant and a convivial Italian dining experience.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/\">Pubs across the country enter Charity Pub of the Year competition</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/\">The Fentimans Secret Spritz Garden has now opened its doors in Farringdon</a></li>\r\n</ul>','Berto to open on Holloway Road','','inherit','closed','closed','','5796-revision-v1','','','2019-08-19 13:27:46','2019-08-19 13:27:46','',5796,'https://www.ontradeprogress.com/2019/08/19/5796-revision-v1/',0,'revision','',0);
INSERT INTO `wpfr_posts` VALUES (5803,1,'2019-08-19 13:49:07','2019-08-19 13:49:07','<h1>East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp, who joins from a similar role at St Peter’s Brewery in Suffolk, will spearhead the global expansion plans, having been tasked with taking Woodforde’s into key international territories such as the USA, Canada, Russia and Scandinavia within the next 12 months.</h1>\r\nAt St Peter’s, Crisp was responsible for sales development in over 40 countries worldwide, and brings a wealth of contacts to drive international growth for Woodforde’s, having launched new ranges in Canada, introduced new SKUs into the highly competitive US and Russian markets, and negotiated and closed agreements with customers in new markets including China, Germany and India.\r\n\r\nCrisp is one of a number of significant new hires to have recently joined the Woodforde’s team, as the brewer aims to set itself up for future success. Additions to the marketing, commercial and sales teams will all help grow the business, while new technical experience in the brewery will ensure Woodforde’s can continue to develop its range of award-winning cask and keg beers.\r\n\r\n<strong>James Armitage, Commercial and Marketing Director, Woodforde’s Brewery, said:</strong> “These new hires will help us build on our proud brewing heritage, spread the word about Woodforde’s, and gain a foothold in new markets. It’s a very exciting time for the business and we’re looking forward to introducing our champion brews to beer-lovers around the world.”\r\n\r\nIn addition to making important new hires, Woodforde’s is also upgrading its facilities. This year, they will also invest £1m in new canning and bottling facilities to ensure all of its beers can be packaged on site. This major development will ensure the brewery becomes completely self-sufficient, as well as providing a local bottling and canning facility for other breweries across East Anglia.\r\n\r\nFurthermore, as Primary Partner of newly-promoted Premier League side, Norwich City, Woodforde’s beers, Wherry and Norada, will be available to fans at Carrow Road, while the brewery’s branding will also be visible to a global TV audience of millions through Woodforde’s sponsorship of the stadium’s Barclay Stand.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/\">Pubs across the country enter Charity Pub of the Year competition</a></li>\r\n</ul>','Woodforde\'s Brewery targets international growth with new hire','','publish','closed','open','','woodfordes-brewery-targets-international-growth','','https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\nhttps://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/','2019-08-19 13:51:16','2019-08-19 13:51:16','',0,'https://www.ontradeprogress.com/?p=5803',0,'post','',0),(5804,1,'2019-08-19 13:44:19','2019-08-19 13:44:19','East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp','East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp','East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp','inherit','closed','closed','','woodfordes-pint','','','2019-08-19 13:45:42','2019-08-19 13:45:42','',5803,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Woodfordes-pint.jpg',0,'attachment','image/jpeg',0),(5805,1,'2019-08-19 13:48:13','2019-08-19 13:48:13','<h1>East Anglian brewery, Woodforde’s, has appointed its first-ever export manager as it seeks to introduce its award-winning beers to new markets. Ryan Crisp, who joins from a similar role at St Peter’s Brewery in Suffolk, will spearhead the global expansion plans, having been tasked with taking Woodforde’s into key international territories such as the USA, Canada, Russia and Scandinavia within the next 12 months.</h1>\r\nAt St Peter’s, Crisp was responsible for sales development in over 40 countries worldwide, and brings a wealth of contacts to drive international growth for Woodforde’s, having launched new ranges in Canada, introduced new SKUs into the highly competitive US and Russian markets, and negotiated and closed agreements with customers in new markets including China, Germany and India.\r\n\r\nCrisp is one of a number of significant new hires to have recently joined the Woodforde’s team, as the brewer aims to set itself up for future success. Additions to the marketing, commercial and sales teams will all help grow the business, while new technical experience in the brewery will ensure Woodforde’s can continue to develop its range of award-winning cask and keg beers.\r\n\r\n<strong>James Armitage, Commercial and Marketing Director, Woodforde’s Brewery, said:</strong> “These new hires will help us build on our proud brewing heritage, spread the word about Woodforde’s, and gain a foothold in new markets. It’s a very exciting time for the business and we’re looking forward to introducing our champion brews to beer-lovers around the world.”\r\n\r\nIn addition to making important new hires, Woodforde’s is also upgrading its facilities. This year, they will also invest £1m in new canning and bottling facilities to ensure all of its beers can be packaged on site. This major development will ensure the brewery becomes completely self-sufficient, as well as providing a local bottling and canning facility for other breweries across East Anglia.\r\n\r\nFurthermore, as Primary Partner of newly-promoted Premier League side, Norwich City, Woodforde’s beers, Wherry and Norada, will be available to fans at Carrow Road, while the brewery’s branding will also be visible to a global TV audience of millions through Woodforde’s sponsorship of the stadium’s Barclay Stand.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/\">Pubs across the country enter Charity Pub of the Year competition</a></li>\r\n</ul>','Woodforde\'s Brewery targets international growth with new hire','','inherit','closed','closed','','5803-revision-v1','','','2019-08-19 13:48:13','2019-08-19 13:48:13','',5803,'https://www.ontradeprogress.com/2019/08/19/5803-revision-v1/',0,'revision','',0),(5807,1,'2019-08-19 15:17:00','2019-08-19 15:17:00','<h1>Runny eggs are now safe for all, as long as they are Lion. We have been working with chefs and venues across the country to help spread the word. Recently, we chose to visit Little Ships restaurant in Ramsgate, Kent. A restaurant themed around the Dunkirk rescue which saw allied soldiers brought back to safety. During our visit, we learned about the unique history behind the venue, what food safety means to Head Chef, Craig Mather and why using British Lion eggs in his cooking is of utmost importance.</h1>\r\n[caption id=\"attachment_5808\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5808\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0345-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nOne of the reasons this venue stood out to us is because of the interesting historical elements that owner James has seamlessly incorporated into the interior design of the restaurant, as well as the fact that most of their produce is locally sourced from within 30 miles of the restaurant, an area which includes both Kent and the Pas de Calais! Both of these factors have contributed to the restaurant’s success and we wanted to see this first hand and delve deeper into the concept behind the venue which suitably ties in with our safety theme.\r\n\r\nThe restaurant opened its doors in summer 2018 and has quickly become an integral part of Ramsgate’s restaurant offering. With stunning views of the harbour, the name of the restaurant pays tribute to the hundreds of ‘little ships’ that left from Ramsgate and other ports on the South Coast of England in the last weeks of May 1940 to rescue over 300,000 British and allied servicemen from the beaches of Dunkirk and bring them back to safety. In fact, opposite the venue, sits one of the last surviving ‘little ships’, the Sundowner. The owner of the Sundowner Charles Lightoller’s actions inspired the character of Mr Dawson in Christopher Nolan’s 2017 film, Dunkirk.\r\n\r\nDuring our time at Little Ships, Craig showed us around and explained the rather unique décor to us. On display are pictures, books and photographs of the evacuation, including a uniform worn by James’ grandfather who was safely rescued from Dunkirk himself on 30th May 1940. The display also features medals that James discovered in the pocket of the uniform before having it dry cleaned to be put on display. This gives the venue a personal and intimate feel, almost taking visitors on a journey through time and allowing them to experience a key moment in history whilst providing customers with classic and timeless dishes.\r\n\r\n[caption id=\"attachment_5811\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5811\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0274-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nThe restaurant’s menu has something for everyone and the family-friendly atmosphere has definitely solidified the venue’s success. Interestingly, Little Ships are the only restaurant in the UK to offer famous Northern French artisan beer and cheeses such as the White Blanche de Wissant Beer, the unique Dome de Wissant and also the Camembert du Boulonnais. Once again, adding to the uniqueness and popularity of the venue.\r\n\r\nAs part of the purpose of our visit was to talk about food safety and British Lion eggs, we decided to go for the Homemade Scotch Egg with Bacon Jam (which Craig tells us is one of the most popular dishes on the menu!) and the Eggs Benedict. Both dishes went down a treat and after this, we sat down with Craig to chat about him, the inspiration behind some of the dishes on the menu and how he ensures food safety measures are always met in his kitchen.\r\nAbout the venue\r\n<h3>World War Salmonella</h3>\r\nSalmonella. It’s a word that strikes fear into any chef, restauranteur or patron. Put simply, it’s food poisoning. The last thing anyone operating a venue would want to risk a chance of bestowing on their customers.\r\n\r\nThe salmonella outbreak in the United States last month, July 2019, which left near 1000 people hospitalised and caused two deaths has once again drawn attention to salmonella. With regular salmonella outbreaks occurring across the world on a regular basis and eggs often being at blame, it may be surprising to know that any egg containing the British Lion symbol is virtually guaranteed to be free of salmonella.\r\n\r\n[caption id=\"attachment_5815\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5815\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0320-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nIt was even announced in 2017 that pregnant women, children and the elderly can now enjoy runny eggs with no risk to their health, as long as they are Lion marked. Whilst this doesn’t guarantee the United Kingdom is salmonella free, the scheme has effectively eradicated salmonella in Lion eggs.\r\n<h3>What is salmonella?</h3>\r\nSalmonella is a bacteria that is a common cause of foodborne illness. Both humans and animals both harbour salmonella bacteria in their gut. However, stomach acid and ‘good’ bacteria typically destroy this before it has a chance to infect us.\r\n<h3>How is it spread?</h3>\r\nSalmonella can be found in a variety of animal produce. Cross-contamination is a problem so it’s important that you adhere to strict food safety practices and use food sources you know you can trust, such as eggs that are tagged with the British Lion stamp.\r\n<h3>Scotch egg</h3>\r\nOur scotch eggs with bacon jam, rocket &amp; pickled red cabbage are one of our most popular dishes. Perfect as brunch item, light lunch or a starter. It showcases a soft boiled free range local egg encased with sausagemeat flavoured with wholegrain mustard and herbs, then breadcrumbed in panko breadcrumbs.\r\n<h3><strong>Interview with Craig Mathers</strong></h3>\r\n<h3>What made you want to become a chef?</h3>\r\n[caption id=\"attachment_5809\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5809\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Apr2019_RamsgateRec_LittleShips-74-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nAs a child I cooked regularly with my grandmother. Then from the age of 13, all I wanted to do was be a chef. I had a real passion for it. I learnt at Thanet College and also spent five years teaching there.\r\n<h3>What are your views on food safety?</h3>\r\nHealth &amp; safety is our absolute number one priority. It really does not matter how good someone can cook, if you cannot comply with food safety then you should not be selling food to paying customers. This is why we choose to use British Lion eggs, because customer safety is paramount.\r\n<h3>Why do you recommend using British Lion eggs?</h3>\r\nBritish Lion eggs have strict guidelines to help prevent salmonella and vaccinate all hens against it. It would be silly for anyone, whether a home cook or a professional chef to use anything other than British Lion certified eggs. We use a local Kent Free Range egg producer which is British Lion stamped. With the British Lion tracker, you can trace your eggs to see where they’re from.\r\n\r\n<strong>To read more about Little Ships and Craig Mather please click <a href=\"https://littleshipsramsgate.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n\r\n<strong>To read more about British Lion Eggs please click <a href=\"http://lioneggfarms.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\" target=\"_blank\" rel=\"noopener noreferrer\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\" target=\"_blank\" rel=\"noopener noreferrer\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\" target=\"_blank\" rel=\"noopener noreferrer\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n</ul>','Safe Eggs ‘n’ Soldiers - British Lion Eggs','','publish','closed','open','','little-ships-safe-eggs-n-soldiers','','https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\nhttps://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/','2019-08-19 15:22:55','2019-08-19 15:22:55','',0,'https://www.ontradeprogress.com/?p=5807',0,'post','',0),(5808,1,'2019-08-19 14:59:22','2019-08-19 14:59:22','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','inherit','closed','closed','','dsc_0345','','','2019-08-19 15:14:07','2019-08-19 15:14:07','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0345.jpg',0,'attachment','image/jpeg',0),(5809,1,'2019-08-19 14:59:40','2019-08-19 14:59:40','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','inherit','closed','closed','','apr2019_ramsgaterec_littleships-74','','','2019-08-19 15:12:10','2019-08-19 15:12:10','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/Apr2019_RamsgateRec_LittleShips-74.jpg',0,'attachment','image/jpeg',0),(5810,1,'2019-08-19 15:00:04','2019-08-19 15:00:04','','DSC_0272','','inherit','closed','closed','','dsc_0272','','','2019-08-19 15:00:04','2019-08-19 15:00:04','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0272.jpg',0,'attachment','image/jpeg',0),(5811,1,'2019-08-19 15:00:30','2019-08-19 15:00:30','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','inherit','closed','closed','','dsc_0274','','','2019-08-19 15:13:49','2019-08-19 15:13:49','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0274.jpg',0,'attachment','image/jpeg',0),(5812,1,'2019-08-19 15:01:02','2019-08-19 15:01:02','','DSC_0276','','inherit','closed','closed','','dsc_0276','','','2019-08-19 15:01:02','2019-08-19 15:01:02','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0276.jpg',0,'attachment','image/jpeg',0),(5813,1,'2019-08-19 15:01:27','2019-08-19 15:01:27','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','inherit','closed','closed','','dsc_0277','','','2019-08-19 15:11:00','2019-08-19 15:11:00','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0277.jpg',0,'attachment','image/jpeg',0),(5814,1,'2019-08-19 15:01:56','2019-08-19 15:01:56','','DSC_0280','','inherit','closed','closed','','dsc_0280','','','2019-08-19 15:01:56','2019-08-19 15:01:56','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0280.jpg',0,'attachment','image/jpeg',0),(5815,1,'2019-08-19 15:02:21','2019-08-19 15:02:21','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','British Lion Eggs & Little Ships, Ramsgate, Kent','inherit','closed','closed','','dsc_0320','','','2019-08-19 15:13:00','2019-08-19 15:13:00','',5807,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0320.jpg',0,'attachment','image/jpeg',0),(5816,1,'2019-08-19 15:14:11','2019-08-19 15:14:11','<h1>Runny eggs are now safe for all, as long as they are Lion. We have been working with chefs and venues across the country to help spread the word. Recently, we chose to visit Little Ships restaurant in Ramsgate, Kent. A restaurant themed around the Dunkirk rescue which saw allied soldiers brought back to safety. During our visit, we learned about the unique history behind the venue, what food safety means to Head Chef, Craig Mather and why using British Lion eggs in his cooking is of utmost importance.</h1>\r\n[caption id=\"attachment_5808\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5808\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0345-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nOne of the reasons this venue stood out to us is because of the interesting historical elements that owner James has seamlessly incorporated into the interior design of the restaurant, as well as the fact that most of their produce is locally sourced from within 30 miles of the restaurant, an area which includes both Kent and the Pas de Calais! Both of these factors have contributed to the restaurant’s success and we wanted to see this first hand and delve deeper into the concept behind the venue which suitably ties in with our safety theme.\r\n\r\nThe restaurant opened its doors in summer 2018 and has quickly become an integral part of Ramsgate’s restaurant offering. With stunning views of the harbour, the name of the restaurant pays tribute to the hundreds of ‘little ships’ that left from Ramsgate and other ports on the South Coast of England in the last weeks of May 1940 to rescue over 300,000 British and allied servicemen from the beaches of Dunkirk and bring them back to safety. In fact, opposite the venue, sits one of the last surviving ‘little ships’, the Sundowner. The owner of the Sundowner Charles Lightoller’s actions inspired the character of Mr Dawson in Christopher Nolan’s 2017 film, Dunkirk.\r\n\r\nDuring our time at Little Ships, Craig showed us around and explained the rather unique décor to us. On display are pictures, books and photographs of the evacuation, including a uniform worn by James’ grandfather who was safely rescued from Dunkirk himself on 30th May 1940. The display also features medals that James discovered in the pocket of the uniform before having it dry cleaned to be put on display. This gives the venue a personal and intimate feel, almost taking visitors on a journey through time and allowing them to experience a key moment in history whilst providing customers with classic and timeless dishes.\r\n\r\n[caption id=\"attachment_5811\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5811\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0274-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nThe restaurant’s menu has something for everyone and the family-friendly atmosphere has definitely solidified the venue’s success. Interestingly, Little Ships are the only restaurant in the UK to offer famous Northern French artisan beer and cheeses such as the White Blanche de Wissant Beer, the unique Dome de Wissant and also the Camembert du Boulonnais. Once again, adding to the uniqueness and popularity of the venue.\r\n\r\nAs part of the purpose of our visit was to talk about food safety and British Lion eggs, we decided to go for the Homemade Scotch Egg with Bacon Jam (which Craig tells us is one of the most popular dishes on the menu!) and the Eggs Benedict. Both dishes went down a treat and after this, we sat down with Craig to chat about him, the inspiration behind some of the dishes on the menu and how he ensures food safety measures are always met in his kitchen.\r\nAbout the venue\r\n<h3>World War Salmonella</h3>\r\nSalmonella. It’s a word that strikes fear into any chef, restauranteur or patron. Put simply, it’s food poisoning. The last thing anyone operating a venue would want to risk a chance of bestowing on their customers.\r\n\r\nThe salmonella outbreak in the United States last month, July 2019, which left near 1000 people hospitalised and caused two deaths has once again drawn attention to salmonella. With regular salmonella outbreaks occurring across the world on a regular basis and eggs often being at blame, it may be surprising to know that any egg containing the British Lion symbol is virtually guaranteed to be free of salmonella.\r\n\r\n[caption id=\"attachment_5815\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5815\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0320-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nIt was even announced in 2017 that pregnant women, children and the elderly can now enjoy runny eggs with no risk to their health, as long as they are Lion marked. Whilst this doesn’t guarantee the United Kingdom is salmonella free, the scheme has effectively eradicated salmonella in Lion eggs.\r\n<h3>What is salmonella?</h3>\r\nSalmonella is a bacteria that is a common cause of foodborne illness. Both humans and animals both harbour salmonella bacteria in their gut. However, stomach acid and ‘good’ bacteria typically destroy this before it has a chance to infect us.\r\n<h3>How is it spread?</h3>\r\nSalmonella can be found in a variety of animal produce. Cross-contamination is a problem so it’s important that you adhere to strict food safety practices and use food sources you know you can trust, such as eggs that are tagged with the British Lion stamp.\r\n<h3>Scotch egg</h3>\r\nOur scotch eggs with bacon jam, rocket &amp; pickled red cabbage are one of our most popular dishes. Perfect as brunch item, light lunch or a starter. It showcases a soft boiled free range local egg encased with sausagemeat flavoured with wholegrain mustard and herbs, then breadcrumbed in panko breadcrumbs.\r\n<h3><strong>Interview with Craig Mathers</strong></h3>\r\n<h3>What made you want to become a chef?</h3>\r\n[caption id=\"attachment_5809\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5809\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Apr2019_RamsgateRec_LittleShips-74-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nAs a child I cooked regularly with my grandmother. Then from the age of 13, all I wanted to do was be a chef. I had a real passion for it. I learnt at Thanet College and also spent five years teaching there.\r\n<h3>What are your views on food safety?</h3>\r\nHealth &amp; safety is our absolute number one priority. It really does not matter how good someone can cook, if you cannot comply with food safety then you should not be selling food to paying customers. This is why we choose to use British Lion eggs, because customer safety is paramount.\r\n<h3>Why do you recommend using British Lion eggs?</h3>\r\nBritish Lion eggs have strict guidelines to help prevent salmonella and vaccinate all hens against it. It would be silly for anyone, whether a home cook or a professional chef to use anything other than British Lion certified eggs. We use a local Kent Free Range egg producer which is British Lion stamped. With the British Lion tracker, you can trace your eggs to see where they’re from.\r\n\r\n<strong>To read more about Little Ships and Craig Mather please click <a href=\"https://littleshipsramsgate.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\" target=\"_blank\" rel=\"noopener noreferrer\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\" target=\"_blank\" rel=\"noopener noreferrer\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\" target=\"_blank\" rel=\"noopener noreferrer\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n</ul>','Safe Eggs ‘n’ Soldiers - British Lion Eggs','','inherit','closed','closed','','5807-revision-v1','','','2019-08-19 15:14:11','2019-08-19 15:14:11','',5807,'https://www.ontradeprogress.com/2019/08/19/5807-revision-v1/',0,'revision','',0),(5817,1,'2019-08-19 15:17:00','2019-08-19 15:17:00','<h1>Runny eggs are now safe for all, as long as they are Lion. We have been working with chefs and venues across the country to help spread the word. Recently, we chose to visit Little Ships restaurant in Ramsgate, Kent. A restaurant themed around the Dunkirk rescue which saw allied soldiers brought back to safety. During our visit, we learned about the unique history behind the venue, what food safety means to Head Chef, Craig Mather and why using British Lion eggs in his cooking is of utmost importance.</h1>\r\n[caption id=\"attachment_5808\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5808\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0345-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nOne of the reasons this venue stood out to us is because of the interesting historical elements that owner James has seamlessly incorporated into the interior design of the restaurant, as well as the fact that most of their produce is locally sourced from within 30 miles of the restaurant, an area which includes both Kent and the Pas de Calais! Both of these factors have contributed to the restaurant’s success and we wanted to see this first hand and delve deeper into the concept behind the venue which suitably ties in with our safety theme.\r\n\r\nThe restaurant opened its doors in summer 2018 and has quickly become an integral part of Ramsgate’s restaurant offering. With stunning views of the harbour, the name of the restaurant pays tribute to the hundreds of ‘little ships’ that left from Ramsgate and other ports on the South Coast of England in the last weeks of May 1940 to rescue over 300,000 British and allied servicemen from the beaches of Dunkirk and bring them back to safety. In fact, opposite the venue, sits one of the last surviving ‘little ships’, the Sundowner. The owner of the Sundowner Charles Lightoller’s actions inspired the character of Mr Dawson in Christopher Nolan’s 2017 film, Dunkirk.\r\n\r\nDuring our time at Little Ships, Craig showed us around and explained the rather unique décor to us. On display are pictures, books and photographs of the evacuation, including a uniform worn by James’ grandfather who was safely rescued from Dunkirk himself on 30th May 1940. The display also features medals that James discovered in the pocket of the uniform before having it dry cleaned to be put on display. This gives the venue a personal and intimate feel, almost taking visitors on a journey through time and allowing them to experience a key moment in history whilst providing customers with classic and timeless dishes.\r\n\r\n[caption id=\"attachment_5811\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5811\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0274-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nThe restaurant’s menu has something for everyone and the family-friendly atmosphere has definitely solidified the venue’s success. Interestingly, Little Ships are the only restaurant in the UK to offer famous Northern French artisan beer and cheeses such as the White Blanche de Wissant Beer, the unique Dome de Wissant and also the Camembert du Boulonnais. Once again, adding to the uniqueness and popularity of the venue.\r\n\r\nAs part of the purpose of our visit was to talk about food safety and British Lion eggs, we decided to go for the Homemade Scotch Egg with Bacon Jam (which Craig tells us is one of the most popular dishes on the menu!) and the Eggs Benedict. Both dishes went down a treat and after this, we sat down with Craig to chat about him, the inspiration behind some of the dishes on the menu and how he ensures food safety measures are always met in his kitchen.\r\nAbout the venue\r\n<h3>World War Salmonella</h3>\r\nSalmonella. It’s a word that strikes fear into any chef, restauranteur or patron. Put simply, it’s food poisoning. The last thing anyone operating a venue would want to risk a chance of bestowing on their customers.\r\n\r\nThe salmonella outbreak in the United States last month, July 2019, which left near 1000 people hospitalised and caused two deaths has once again drawn attention to salmonella. With regular salmonella outbreaks occurring across the world on a regular basis and eggs often being at blame, it may be surprising to know that any egg containing the British Lion symbol is virtually guaranteed to be free of salmonella.\r\n\r\n[caption id=\"attachment_5815\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5815\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0320-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nIt was even announced in 2017 that pregnant women, children and the elderly can now enjoy runny eggs with no risk to their health, as long as they are Lion marked. Whilst this doesn’t guarantee the United Kingdom is salmonella free, the scheme has effectively eradicated salmonella in Lion eggs.\r\n<h3>What is salmonella?</h3>\r\nSalmonella is a bacteria that is a common cause of foodborne illness. Both humans and animals both harbour salmonella bacteria in their gut. However, stomach acid and ‘good’ bacteria typically destroy this before it has a chance to infect us.\r\n<h3>How is it spread?</h3>\r\nSalmonella can be found in a variety of animal produce. Cross-contamination is a problem so it’s important that you adhere to strict food safety practices and use food sources you know you can trust, such as eggs that are tagged with the British Lion stamp.\r\n<h3>Scotch egg</h3>\r\nOur scotch eggs with bacon jam, rocket &amp; pickled red cabbage are one of our most popular dishes. Perfect as brunch item, light lunch or a starter. It showcases a soft boiled free range local egg encased with sausagemeat flavoured with wholegrain mustard and herbs, then breadcrumbed in panko breadcrumbs.\r\n<h3><strong>Interview with Craig Mathers</strong></h3>\r\n<h3>What made you want to become a chef?</h3>\r\n[caption id=\"attachment_5809\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5809\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Apr2019_RamsgateRec_LittleShips-74-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nAs a child I cooked regularly with my grandmother. Then from the age of 13, all I wanted to do was be a chef. I had a real passion for it. I learnt at Thanet College and also spent five years teaching there.\r\n<h3>What are your views on food safety?</h3>\r\nHealth &amp; safety is our absolute number one priority. It really does not matter how good someone can cook, if you cannot comply with food safety then you should not be selling food to paying customers. This is why we choose to use British Lion eggs, because customer safety is paramount.\r\n<h3>Why do you recommend using British Lion eggs?</h3>\r\nBritish Lion eggs have strict guidelines to help prevent salmonella and vaccinate all hens against it. It would be silly for anyone, whether a home cook or a professional chef to use anything other than British Lion certified eggs. We use a local Kent Free Range egg producer which is British Lion stamped. With the British Lion tracker, you can trace your eggs to see where they’re from.\r\n\r\n<strong>To read more about Little Ships and Craig Mather please click <a href=\"https://littleshipsramsgate.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\" target=\"_blank\" rel=\"noopener noreferrer\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\" target=\"_blank\" rel=\"noopener noreferrer\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\" target=\"_blank\" rel=\"noopener noreferrer\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n</ul>','Safe Eggs ‘n’ Soldiers','','inherit','closed','closed','','5807-revision-v1','','','2019-08-19 15:17:00','2019-08-19 15:17:00','',5807,'https://www.ontradeprogress.com/2019/08/19/5807-revision-v1/',0,'revision','',0),(5818,1,'2019-08-19 15:23:06','2019-08-19 15:23:06','<h1>Runny eggs are now safe for all, as long as they are Lion. We have been working with chefs and venues across the country to help spread the word. Recently, we chose to visit Little Ships restaurant in Ramsgate, Kent. A restaurant themed around the Dunkirk rescue which saw allied soldiers brought back to safety. During our visit, we learned about the unique history behind the venue, what food safety means to Head Chef, Craig Mather and why using British Lion eggs in his cooking is of utmost importance.</h1>\r\n[caption id=\"attachment_5808\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5808\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0345-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nOne of the reasons this venue stood out to us is because of the interesting historical elements that owner James has seamlessly incorporated into the interior design of the restaurant, as well as the fact that most of their produce is locally sourced from within 30 miles of the restaurant, an area which includes both Kent and the Pas de Calais! Both of these factors have contributed to the restaurant’s success and we wanted to see this first hand and delve deeper into the concept behind the venue which suitably ties in with our safety theme.\r\n\r\nThe restaurant opened its doors in summer 2018 and has quickly become an integral part of Ramsgate’s restaurant offering. With stunning views of the harbour, the name of the restaurant pays tribute to the hundreds of ‘little ships’ that left from Ramsgate and other ports on the South Coast of England in the last weeks of May 1940 to rescue over 300,000 British and allied servicemen from the beaches of Dunkirk and bring them back to safety. In fact, opposite the venue, sits one of the last surviving ‘little ships’, the Sundowner. The owner of the Sundowner Charles Lightoller’s actions inspired the character of Mr Dawson in Christopher Nolan’s 2017 film, Dunkirk.\r\n\r\nDuring our time at Little Ships, Craig showed us around and explained the rather unique décor to us. On display are pictures, books and photographs of the evacuation, including a uniform worn by James’ grandfather who was safely rescued from Dunkirk himself on 30th May 1940. The display also features medals that James discovered in the pocket of the uniform before having it dry cleaned to be put on display. This gives the venue a personal and intimate feel, almost taking visitors on a journey through time and allowing them to experience a key moment in history whilst providing customers with classic and timeless dishes.\r\n\r\n[caption id=\"attachment_5811\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5811\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0274-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nThe restaurant’s menu has something for everyone and the family-friendly atmosphere has definitely solidified the venue’s success. Interestingly, Little Ships are the only restaurant in the UK to offer famous Northern French artisan beer and cheeses such as the White Blanche de Wissant Beer, the unique Dome de Wissant and also the Camembert du Boulonnais. Once again, adding to the uniqueness and popularity of the venue.\r\n\r\nAs part of the purpose of our visit was to talk about food safety and British Lion eggs, we decided to go for the Homemade Scotch Egg with Bacon Jam (which Craig tells us is one of the most popular dishes on the menu!) and the Eggs Benedict. Both dishes went down a treat and after this, we sat down with Craig to chat about him, the inspiration behind some of the dishes on the menu and how he ensures food safety measures are always met in his kitchen.\r\nAbout the venue\r\n<h3>World War Salmonella</h3>\r\nSalmonella. It’s a word that strikes fear into any chef, restauranteur or patron. Put simply, it’s food poisoning. The last thing anyone operating a venue would want to risk a chance of bestowing on their customers.\r\n\r\nThe salmonella outbreak in the United States last month, July 2019, which left near 1000 people hospitalised and caused two deaths has once again drawn attention to salmonella. With regular salmonella outbreaks occurring across the world on a regular basis and eggs often being at blame, it may be surprising to know that any egg containing the British Lion symbol is virtually guaranteed to be free of salmonella.\r\n\r\n[caption id=\"attachment_5815\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5815\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0320-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nIt was even announced in 2017 that pregnant women, children and the elderly can now enjoy runny eggs with no risk to their health, as long as they are Lion marked. Whilst this doesn’t guarantee the United Kingdom is salmonella free, the scheme has effectively eradicated salmonella in Lion eggs.\r\n<h3>What is salmonella?</h3>\r\nSalmonella is a bacteria that is a common cause of foodborne illness. Both humans and animals both harbour salmonella bacteria in their gut. However, stomach acid and ‘good’ bacteria typically destroy this before it has a chance to infect us.\r\n<h3>How is it spread?</h3>\r\nSalmonella can be found in a variety of animal produce. Cross-contamination is a problem so it’s important that you adhere to strict food safety practices and use food sources you know you can trust, such as eggs that are tagged with the British Lion stamp.\r\n<h3>Scotch egg</h3>\r\nOur scotch eggs with bacon jam, rocket &amp; pickled red cabbage are one of our most popular dishes. Perfect as brunch item, light lunch or a starter. It showcases a soft boiled free range local egg encased with sausagemeat flavoured with wholegrain mustard and herbs, then breadcrumbed in panko breadcrumbs.\r\n<h3><strong>Interview with Craig Mathers</strong></h3>\r\n<h3>What made you want to become a chef?</h3>\r\n[caption id=\"attachment_5809\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5809\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Apr2019_RamsgateRec_LittleShips-74-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nAs a child I cooked regularly with my grandmother. Then from the age of 13, all I wanted to do was be a chef. I had a real passion for it. I learnt at Thanet College and also spent five years teaching there.\r\n<h3>What are your views on food safety?</h3>\r\nHealth &amp; safety is our absolute number one priority. It really does not matter how good someone can cook, if you cannot comply with food safety then you should not be selling food to paying customers. This is why we choose to use British Lion eggs, because customer safety is paramount.\r\n<h3>Why do you recommend using British Lion eggs?</h3>\r\nBritish Lion eggs have strict guidelines to help prevent salmonella and vaccinate all hens against it. It would be silly for anyone, whether a home cook or a professional chef to use anything other than British Lion certified eggs. We use a local Kent Free Range egg producer which is British Lion stamped. With the British Lion tracker, you can trace your eggs to see where they’re from.\r\n\r\n<strong>To read more about Little Ships and Craig Mather please click <a href=\"https://littleshipsramsgate.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n\r\n<strong>To read more about British Lion Eggs please click <a href=\"http://lioneggfarms.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\" target=\"_blank\" rel=\"noopener noreferrer\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\" target=\"_blank\" rel=\"noopener noreferrer\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\" target=\"_blank\" rel=\"noopener noreferrer\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n</ul>','Safe Eggs ‘n’ Soldiers - British Lion Eggs','','inherit','closed','closed','','5807-autosave-v1','','','2019-08-19 15:23:06','2019-08-19 15:23:06','',5807,'https://www.ontradeprogress.com/2019/08/19/5807-autosave-v1/',0,'revision','',0),(5819,1,'2019-08-19 15:22:55','2019-08-19 15:22:55','<h1>Runny eggs are now safe for all, as long as they are Lion. We have been working with chefs and venues across the country to help spread the word. Recently, we chose to visit Little Ships restaurant in Ramsgate, Kent. A restaurant themed around the Dunkirk rescue which saw allied soldiers brought back to safety. During our visit, we learned about the unique history behind the venue, what food safety means to Head Chef, Craig Mather and why using British Lion eggs in his cooking is of utmost importance.</h1>\r\n[caption id=\"attachment_5808\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5808\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0345-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nOne of the reasons this venue stood out to us is because of the interesting historical elements that owner James has seamlessly incorporated into the interior design of the restaurant, as well as the fact that most of their produce is locally sourced from within 30 miles of the restaurant, an area which includes both Kent and the Pas de Calais! Both of these factors have contributed to the restaurant’s success and we wanted to see this first hand and delve deeper into the concept behind the venue which suitably ties in with our safety theme.\r\n\r\nThe restaurant opened its doors in summer 2018 and has quickly become an integral part of Ramsgate’s restaurant offering. With stunning views of the harbour, the name of the restaurant pays tribute to the hundreds of ‘little ships’ that left from Ramsgate and other ports on the South Coast of England in the last weeks of May 1940 to rescue over 300,000 British and allied servicemen from the beaches of Dunkirk and bring them back to safety. In fact, opposite the venue, sits one of the last surviving ‘little ships’, the Sundowner. The owner of the Sundowner Charles Lightoller’s actions inspired the character of Mr Dawson in Christopher Nolan’s 2017 film, Dunkirk.\r\n\r\nDuring our time at Little Ships, Craig showed us around and explained the rather unique décor to us. On display are pictures, books and photographs of the evacuation, including a uniform worn by James’ grandfather who was safely rescued from Dunkirk himself on 30th May 1940. The display also features medals that James discovered in the pocket of the uniform before having it dry cleaned to be put on display. This gives the venue a personal and intimate feel, almost taking visitors on a journey through time and allowing them to experience a key moment in history whilst providing customers with classic and timeless dishes.\r\n\r\n[caption id=\"attachment_5811\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5811\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0274-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nThe restaurant’s menu has something for everyone and the family-friendly atmosphere has definitely solidified the venue’s success. Interestingly, Little Ships are the only restaurant in the UK to offer famous Northern French artisan beer and cheeses such as the White Blanche de Wissant Beer, the unique Dome de Wissant and also the Camembert du Boulonnais. Once again, adding to the uniqueness and popularity of the venue.\r\n\r\nAs part of the purpose of our visit was to talk about food safety and British Lion eggs, we decided to go for the Homemade Scotch Egg with Bacon Jam (which Craig tells us is one of the most popular dishes on the menu!) and the Eggs Benedict. Both dishes went down a treat and after this, we sat down with Craig to chat about him, the inspiration behind some of the dishes on the menu and how he ensures food safety measures are always met in his kitchen.\r\nAbout the venue\r\n<h3>World War Salmonella</h3>\r\nSalmonella. It’s a word that strikes fear into any chef, restauranteur or patron. Put simply, it’s food poisoning. The last thing anyone operating a venue would want to risk a chance of bestowing on their customers.\r\n\r\nThe salmonella outbreak in the United States last month, July 2019, which left near 1000 people hospitalised and caused two deaths has once again drawn attention to salmonella. With regular salmonella outbreaks occurring across the world on a regular basis and eggs often being at blame, it may be surprising to know that any egg containing the British Lion symbol is virtually guaranteed to be free of salmonella.\r\n\r\n[caption id=\"attachment_5815\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5815\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/DSC_0320-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nIt was even announced in 2017 that pregnant women, children and the elderly can now enjoy runny eggs with no risk to their health, as long as they are Lion marked. Whilst this doesn’t guarantee the United Kingdom is salmonella free, the scheme has effectively eradicated salmonella in Lion eggs.\r\n<h3>What is salmonella?</h3>\r\nSalmonella is a bacteria that is a common cause of foodborne illness. Both humans and animals both harbour salmonella bacteria in their gut. However, stomach acid and ‘good’ bacteria typically destroy this before it has a chance to infect us.\r\n<h3>How is it spread?</h3>\r\nSalmonella can be found in a variety of animal produce. Cross-contamination is a problem so it’s important that you adhere to strict food safety practices and use food sources you know you can trust, such as eggs that are tagged with the British Lion stamp.\r\n<h3>Scotch egg</h3>\r\nOur scotch eggs with bacon jam, rocket &amp; pickled red cabbage are one of our most popular dishes. Perfect as brunch item, light lunch or a starter. It showcases a soft boiled free range local egg encased with sausagemeat flavoured with wholegrain mustard and herbs, then breadcrumbed in panko breadcrumbs.\r\n<h3><strong>Interview with Craig Mathers</strong></h3>\r\n<h3>What made you want to become a chef?</h3>\r\n[caption id=\"attachment_5809\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5809\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/08/Apr2019_RamsgateRec_LittleShips-74-300x200.jpg\" alt=\"British Lion Eggs &amp; Little Ships, Ramsgate, Kent\" width=\"300\" height=\"200\" /> British Lion Eggs &amp; Little Ships, Ramsgate, Kent[/caption]\r\n\r\nAs a child I cooked regularly with my grandmother. Then from the age of 13, all I wanted to do was be a chef. I had a real passion for it. I learnt at Thanet College and also spent five years teaching there.\r\n<h3>What are your views on food safety?</h3>\r\nHealth &amp; safety is our absolute number one priority. It really does not matter how good someone can cook, if you cannot comply with food safety then you should not be selling food to paying customers. This is why we choose to use British Lion eggs, because customer safety is paramount.\r\n<h3>Why do you recommend using British Lion eggs?</h3>\r\nBritish Lion eggs have strict guidelines to help prevent salmonella and vaccinate all hens against it. It would be silly for anyone, whether a home cook or a professional chef to use anything other than British Lion certified eggs. We use a local Kent Free Range egg producer which is British Lion stamped. With the British Lion tracker, you can trace your eggs to see where they’re from.\r\n\r\n<strong>To read more about Little Ships and Craig Mather please click <a href=\"https://littleshipsramsgate.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n\r\n<strong>To read more about British Lion Eggs please click <a href=\"http://lioneggfarms.co.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\" target=\"_blank\" rel=\"noopener noreferrer\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/\" target=\"_blank\" rel=\"noopener noreferrer\">Berto to open on Holloway Road</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/\" target=\"_blank\" rel=\"noopener noreferrer\">Molson Coors Commits to Reduce Plastics in Packaging with the Release of its 2019 Sustainability Report</a></li>\r\n</ul>','Safe Eggs ‘n’ Soldiers - British Lion Eggs','','inherit','closed','closed','','5807-revision-v1','','','2019-08-19 15:22:55','2019-08-19 15:22:55','',5807,'https://www.ontradeprogress.com/2019/08/19/5807-revision-v1/',0,'revision','',0),(5821,1,'2019-08-29 13:30:02','0000-00-00 00:00:00','<h1>Kanpai Sake just released a very limited, ultra-premium, Junmai Ginjo Sake – Miru - just ahead of the Rugby World Cup.</h1>\nLondon based, the founders Tom and Lucy Wilson are crafting modern, London-style sake using traditional Japanese techniques. Five years ago, they began a home-brewing sake and thanks to the amazing quality of their sake as well as word of mouth, they then decided to pursue this hobby from 2017 as a commercial brewery in Peckham.\n\nMiru – meaning ‘to see’ – is an alternative style of premium sake with rich, fruity flavour and a gentle acidity ; a perfect pairing with cheese, charcuterie or crustaceans served either cold or at 45C.\n\nThe best ingredients have been used to elaborate a fruity, smooth and rich junmai ginjo sake: Yamada Nishiki rice, 901 Japanese sake yeast as well as a selected traditional Japanese koji.\n\nAmathus Drinks is pleased to distribute the new special edition from Kanpai in addition with the core range of 3 Sakes: the classic Junmai Sumi, the Nigori / cloudy Kumo and a special hopped sparkling sake called Fizu.\n\nAmathus Drinks’ Head of Wine, Jeremy Lithgow MW said: <em>“We are really thrilled with our first few months of collaboration with Kanpai. We are able to offer an English product to our customers which is produced just in Peckham in London. Tom and Lucy are always innovating and we are fans of their new release – ideal to enjoy during this upcoming World Cup in Japan!”.</em>\n\nTom Wilson, Co-Founder and Head Brewer, Kanpai London Sake said: <em>\"MIRU was just as much of a dream to brew as it is to drink. When that premium rice is in your fingers and you\'re putting a twist on the brew style, you know you\'re in for something special and we\'re super proud of how it came out. Whilst we love traditional ginjo styles - light and delicate - we wanted to create something just that bit bolder: a premium sake that can stand up to a strong cheese or even be warmed up for the winter to open up its richness\".</em>','Kenpai Sake release new limited premium sake','','draft','closed','open','','','','','2019-08-29 13:30:02','2019-08-29 13:30:02','',0,'https://www.ontradeprogress.com/?p=5821',0,'post','',0),(5822,1,'2019-08-29 13:36:53','2019-08-29 13:36:53','<h1>Country Range is turning up the heat with its latest launch after boosting its ambient range with the addition of five new delicious curry pastes – Tandoori, Korma, Tikka, Tikka Masala and Madras.</h1>\r\nThe new arrivals, which all come in 1.2kg jars in packs of 3 for convenience and ease of use, are not only bursting with flavour but also highly versatile and can be used in a number of different dishes and occasions. The curry pastes are also school compliant and allergen-free, making them suitable for all sectors of foodservice.\r\n\r\nTo support the launch of these fabulous curry pastes, Country Range has produced a recipe book for operators featuring a collection of fifteen tantalising curry-inspired recipes, including Tandoori Egg Bhurji, Salmon Korma Mini Quiches and Slow Cooked Lamb Masala.\r\n<h2>Five Stars</h2>\r\nTandoori Curry Paste - A richly flavoured Tandoori paste made with a delicious blend of ginger, coriander, paprika, turmeric and black pepper.\r\n\r\nKorma Curry Paste - A deliciously mild curry paste made with a delicate blend of spices such as cinnamon, turmeric, onion, cardamom and ginger\r\n\r\nTikka Curry Paste - A mild spiced curry paste made with cumin, coriander, cinnamon, cardamom and dark brown sugar for a beautifully balanced Tikka dish.\r\n\r\nTikka Masala Curry Paste - A flavoursome medium spiced Tikka Masala paste made with paprika, turmeric, chilli powder, cinnamon and ginger.\r\n\r\nMadras Curry Paste - An aromatic Madras curry blend of hot spices including coriander, paprika, chilli, turmeric, ginger and garlic.\r\n\r\nCountry Range Group Brand Manager Vasita Jantabutara said:\r\n\r\n“Indian food is one of the UK’s most-loved and go-to cuisines, whether eating out or cooking at home, so operators serving curry dishes on their menu must ensure they stand out from the crowd with the most flavoursome sauces and pastes. Our new range of curry pastes are packed full of flavour and ideal to help you tantalise your diners’ taste buds. Whether you’re looking to create a classic Indian curry or are using the paste as an ingredient in another dish, our new launches are guaranteed to impress.”','Country Range releases five new curry pastes','','publish','closed','open','','country-range-releases-five-new-curry-pastes','','','2019-08-29 13:36:53','2019-08-29 13:36:53','',0,'https://www.ontradeprogress.com/?p=5822',0,'post','',0),(5823,1,'2019-08-29 13:32:23','2019-08-29 13:32:23','<h1><strong><span style=\"font-size: 10pt; color: black;\">Country Range is turning up the heat with its latest launch after boosting its ambient range with the addition of five new delicious curry pastes – Tandoori, Korma, Tikka, Tikka Masala and Madras.</span></strong></h1>\r\n<span style=\"font-size: 10.0pt; color: black;\">The new arrivals, which all come in 1.2kg jars in</span> <span style=\"font-size: 10.0pt; color: black;\">packs of 3 for convenience and ease of use, are not only bursting with flavour but also highly versatile and can be used in a number of different dishes and occasions. The curry pastes are also school compliant and allergen</span><span style=\"font-size: 10.0pt; color: red;\">-</span><span style=\"font-size: 10.0pt; color: black;\">free, making them suitable for all sectors of foodservice.</span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">To support the launch of these fabulous curry pastes, Country Range has produced a recipe book for operators featuring a collection of fifteen tantalising curry-inspired recipes, including Tandoori Egg Bhurji, Salmon Korma Mini Quiches and Slow Cooked Lamb Masala.</span>\r\n<h2><span style=\"font-size: 10.0pt; color: black;\">Five Stars</span></h2>\r\n<span style=\"font-size: 10.0pt; color: black;\">Tandoori Curry Paste - <i>A richly flavoured Tandoori paste made with a delicious blend of ginger, coriander, paprika, turmeric and black pepper.</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Korma Curry Paste - <i>A deliciously mild curry paste made with a delicate blend of spices such as cinnamon, turmeric, onion, cardamom and ginger</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Tikka Curry Paste - <i>A mild spiced curry paste made with cumin, coriander, cinnamon, cardamom and dark brown sugar for a beautifully balanced Tikka dish.</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Tikka Masala Curry Paste - <i>A flavoursome medium spiced Tikka Masala paste made with paprika, turmeric, chilli powder, cinnamon and ginger.</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Madras Curry Paste - <i>An aromatic Madras curry blend of hot spices including coriander, paprika, chilli, turmeric, ginger and garlic. </i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Country Range Group Brand Manager Vasita Jantabutara said:</span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">“Indian food is one of the UK’s most-loved and go-to cuisines, whether eating out or cooking at home, so operators serving curry dishes on their menu must ensure they stand out from the crowd with the most flavoursome sauces and pastes. Our new range of curry pastes are packed full of flavour and ideal to help you tantalise your diners’ taste buds. Whether you’re looking to create a classic Indian curry or are using the paste as an ingredient in another dish, our new launches are guaranteed to impress.”</span>','Spice Up Your Life with Country Range’s Five New Curry Pastes','','inherit','closed','closed','','5822-revision-v1','','','2019-08-29 13:32:23','2019-08-29 13:32:23','',5822,'https://www.ontradeprogress.com/2019/08/29/5822-revision-v1/',0,'revision','',0),(5824,1,'2019-08-29 13:32:41','2019-08-29 13:32:41','<strong><span style=\"font-size: 10pt; color: black;\">Country Range is turning up the heat with its latest launch after boosting its ambient range with the addition of five new delicious curry pastes – Tandoori, Korma, Tikka, Tikka Masala and Madras.</span></strong>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">The new arrivals, which all come in 1.2kg jars in</span> <span style=\"font-size: 10.0pt; color: black;\">packs of 3 for convenience and ease of use, are not only bursting with flavour but also highly versatile and can be used in a number of different dishes and occasions. The curry pastes are also school compliant and allergen</span><span style=\"font-size: 10.0pt; color: red;\">-</span><span style=\"font-size: 10.0pt; color: black;\">free, making them suitable for all sectors of foodservice.</span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">To support the launch of these fabulous curry pastes, Country Range has produced a recipe book for operators featuring a collection of fifteen tantalising curry-inspired recipes, including Tandoori Egg Bhurji, Salmon Korma Mini Quiches and Slow Cooked Lamb Masala.</span>\r\n<h2><span style=\"font-size: 10.0pt; color: black;\">Five Stars</span></h2>\r\n<span style=\"font-size: 10.0pt; color: black;\">Tandoori Curry Paste - <i>A richly flavoured Tandoori paste made with a delicious blend of ginger, coriander, paprika, turmeric and black pepper.</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Korma Curry Paste - <i>A deliciously mild curry paste made with a delicate blend of spices such as cinnamon, turmeric, onion, cardamom and ginger</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Tikka Curry Paste - <i>A mild spiced curry paste made with cumin, coriander, cinnamon, cardamom and dark brown sugar for a beautifully balanced Tikka dish.</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Tikka Masala Curry Paste - <i>A flavoursome medium spiced Tikka Masala paste made with paprika, turmeric, chilli powder, cinnamon and ginger.</i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Madras Curry Paste - <i>An aromatic Madras curry blend of hot spices including coriander, paprika, chilli, turmeric, ginger and garlic. </i></span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">Country Range Group Brand Manager Vasita Jantabutara said:</span>\r\n\r\n<span style=\"font-size: 10.0pt; color: black;\">“Indian food is one of the UK’s most-loved and go-to cuisines, whether eating out or cooking at home, so operators serving curry dishes on their menu must ensure they stand out from the crowd with the most flavoursome sauces and pastes. Our new range of curry pastes are packed full of flavour and ideal to help you tantalise your diners’ taste buds. Whether you’re looking to create a classic Indian curry or are using the paste as an ingredient in another dish, our new launches are guaranteed to impress.”</span>','Spice Up Your Life with Country Range’s Five New Curry Pastes','','inherit','closed','closed','','5822-revision-v1','','','2019-08-29 13:32:41','2019-08-29 13:32:41','',5822,'https://www.ontradeprogress.com/2019/08/29/5822-revision-v1/',0,'revision','',0),(5825,1,'2019-08-29 13:34:07','2019-08-29 13:34:07','<h1>Country Range is turning up the heat with its latest launch after boosting its ambient range with the addition of five new delicious curry pastes – Tandoori, Korma, Tikka, Tikka Masala and Madras.</h1>\r\nThe new arrivals, which all come in 1.2kg jars in packs of 3 for convenience and ease of use, are not only bursting with flavour but also highly versatile and can be used in a number of different dishes and occasions. The curry pastes are also school compliant and allergen-free, making them suitable for all sectors of foodservice.\r\n\r\nTo support the launch of these fabulous curry pastes, Country Range has produced a recipe book for operators featuring a collection of fifteen tantalising curry-inspired recipes, including Tandoori Egg Bhurji, Salmon Korma Mini Quiches and Slow Cooked Lamb Masala.\r\n<h2>Five Stars</h2>\r\nTandoori Curry Paste - A richly flavoured Tandoori paste made with a delicious blend of ginger, coriander, paprika, turmeric and black pepper.\r\n\r\nKorma Curry Paste - A deliciously mild curry paste made with a delicate blend of spices such as cinnamon, turmeric, onion, cardamom and ginger\r\n\r\nTikka Curry Paste - A mild spiced curry paste made with cumin, coriander, cinnamon, cardamom and dark brown sugar for a beautifully balanced Tikka dish.\r\n\r\nTikka Masala Curry Paste - A flavoursome medium spiced Tikka Masala paste made with paprika, turmeric, chilli powder, cinnamon and ginger.\r\n\r\nMadras Curry Paste - An aromatic Madras curry blend of hot spices including coriander, paprika, chilli, turmeric, ginger and garlic.\r\n\r\nCountry Range Group Brand Manager Vasita Jantabutara said:\r\n\r\n“Indian food is one of the UK’s most-loved and go-to cuisines, whether eating out or cooking at home, so operators serving curry dishes on their menu must ensure they stand out from the crowd with the most flavoursome sauces and pastes. Our new range of curry pastes are packed full of flavour and ideal to help you tantalise your diners’ taste buds. Whether you’re looking to create a classic Indian curry or are using the paste as an ingredient in another dish, our new launches are guaranteed to impress.”','Country Range releases five new curry pastes','','inherit','closed','closed','','5822-revision-v1','','','2019-08-29 13:34:07','2019-08-29 13:34:07','',5822,'https://www.ontradeprogress.com/2019/08/29/5822-revision-v1/',0,'revision','',0),(5826,1,'2019-08-29 13:35:18','2019-08-29 13:35:18','','COUNTRY RANGE GROUP (FOOD SHOOT 05.06.2019)','COUNTRY RANGE GROUP (FOOD SHOOT 05.06.2019)','inherit','closed','closed','','country-range-group-food-shoot-05-06-2019','','','2019-08-29 13:35:35','2019-08-29 13:35:35','',5822,'https://www.ontradeprogress.com/wp-content/uploads/2019/08/BBQ-TANDOORI-AUBERGINE-SALAD-003-RT.jpg',0,'attachment','image/jpeg',0),(5829,1,'2019-09-02 11:53:27','2019-09-02 11:53:27','<h1>All styles of cuisine have their staple elements, pasta for Italian, burgers or hotdogs for American food joints and what kind of self-respecting Chinese wouldn’t offer prawn crackers? But across all quick service restaurants (QSR), there is one ubiquitous element: chips.</h1>\r\nThe ever-present chip has been a constant for the QSR trade meaning most, if not all, restaurants, takeaways and quick serve establishments employ the use of a deep fat fryer. With a fryer comes expenses, the two main ones being electricity and cooking oil. Fryers need to be filled with oil in order to cook food, the process requires the fryer heating oil up 375oF (190oC). During the cooking process triglycerides in both the oil and the food being\r\ncooked break down through processes such as oxidation, hydrolysis and polymerisation. The remaining byproducts of these reactions act as surfactants which ultimately reduce the surface tension of the oil.\r\n\r\nThe lower the surface tension the more oil is absorbed by food being cooked, decreasing quality of the food – soggy partly burnt chips for example. It is recommended oil be changed after 5 to 7 days of use. As such it can be a costly resource and with fryers being used almost constantly throughout a service shift, it is understandable cooking oil costs can quickly become a large expenditure.\r\n<h3>But how can this be reduced?</h3>\r\nSimple, by introducing a FriPura tablet to your fryer when you change your oil. The ceramic tablet housed in an envelope is placed in a metal box. This box is positioned at the bottom of a fryer and left there for the remainder of the oil’s working life.\r\n\r\nThe tablet works in such a way the oil maintains a higher surface tension for longer, meaning less surfactants form over the same period of time. Tests conducted by Bibra Toxicology Advice &amp; Consulting and Campden BRI showed no difference between oil after 4 days of use without a tablet and oil after 8 days with a tablet. As a result, users of the tablet have found their fryer oil consumption has been reduced by over 50%, a massive saving which is reflected in their cooking oil spending.\r\n<h3>Not just cost saving, but calorie reduction too!</h3>\r\nFurthermore, food cooked in fryers containing a Fripura tablet benefit from a 23% reduction in calories. This occurs due to the lack of surfactants, as previously mentioned. Food being fried can be thought of as a watersoaked sponge, due to the amount of water stored within them. Naturally, water and oil generally do not mix well due to the difference in surface tension and density (hencewhy oil floats). When food is dropped into the hot fryer oil the water rapidly escapes in the form of steam, with new oil having a high surface tension the energy flow from the oil and the food being cooked is greatly reduced. As such, the food is only in contact with the oil for about 10% of the frying time due to the steam being released, meaning food is more boiled than fried.\r\n\r\nAs the oil gets older the food spends more time in contact with the oil meaning during the cooking process more oil, and any impurities present in it, are absorbed by the food. As FriPura prolongs the “cleanliness” of the oil, food is crispier and not soggy and benefits from the previously mentioned 23% calorie reduction.\r\n<h3>But that’s not all!</h3>\r\nAlongside this calorific curtailment, acrylamides also see a reduction too. Acrylamides are organic compounds which are produced when high starch foods are fried, baked, roasted, grilled or toasted at a temperature above 350oF (175oC). Fripura’s tablets reduce the rate of heat flow into the food being fried (as they reduce the concentration of surfactants that promote oil/food contact) and thus reduce the build-up of acrylamides.\r\nIn 2017, the EU passed new legislation requiring kitchens to ensure acrylamide levels in the food they serve are “As low as reasonably achievable”. However, with the link between cancer and acrylamides in humans being confirmed by a study published in December 2017 there is potential for further standards surrounding acrylamide reduction on the horizon. Independent laboratory tests show that using FriPura tablets can result in an 11% reduction in acrylamide levels for food cooked in fryers, resulting in an easily attainable decline.\r\n<h3>Where do I get them?</h3>\r\nUltimately, the FriPura tablet is a simple to use product which saves on your budget whilst also saving chef’s time. In addition to the nutritional benefits, the tablets help to reduce oil consumption, thus decreasing the need for large orders, producing further savings. To begin cutting costs and improving the nutritional value and healthiness of your fried food, contact your local Alliance branch. With 13 depots across the UK and Ireland, coupled with a 120-vehicle strong fleet, Alliance offer a value for money service built on over 20 years of experience and expertise.\r\n\r\n<strong>For more information on FriPura please contact Alliance either by number (0844 499 4300) or email: response@alliancenational.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/\">Country Range releases five new curry pastes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/\">Safe Eggs ‘n’ Soldiers – British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n</ul>','The answer to reducing your cooking oil costs','','publish','closed','open','','fripura-cooking-oil','','https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/\nhttps://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\nhttps://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/','2019-09-02 13:17:11','2019-09-02 13:17:11','',0,'https://www.ontradeprogress.com/?p=5829',0,'post','',0),(5830,1,'2019-09-02 11:26:47','2019-09-02 11:26:47','','FriPura – the answer to reducing your cooking oil costs','FriPura – the answer to reducing your cooking oil costs','inherit','closed','closed','','olive-oil-601487_1920','','','2019-09-02 11:34:06','2019-09-02 11:34:06','',5829,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/olive-oil-601487_1920.jpg',0,'attachment','image/jpeg',0),(5831,1,'2019-09-02 11:52:23','2019-09-02 11:52:23','<h1>All styles of cuisine have their staple elements, pasta for Italian, burgers or hotdogs for American food joints and what kind of self-respecting Chinese wouldn’t offer prawn crackers? But across all quick service restaurants (QSR), there is one ubiquitous element: chips.</h1>\r\nThe ever-present chip has been a constant for the QSR trade meaning most, if not all, restaurants, takeaways and quick serve establishments employ the use of a deep fat fryer. With a fryer comes expenses, the two main ones being electricity and cooking oil. Fryers need to be filled with oil in order to cook food, the process requires the fryer heating oil up 375oF (190oC). During the cooking process triglycerides in both the oil and the food being\r\ncooked break down through processes such as oxidation, hydrolysis and polymerisation. The remaining byproducts of these reactions act as surfactants which ultimately reduce the surface tension of the oil.\r\n\r\nThe lower the surface tension the more oil is absorbed by food being cooked, decreasing quality of the food – soggy partly burnt chips for example. It is recommended oil be changed after 5 to 7 days of use. As such it can be a costly resource and with fryers being used almost constantly throughout a service shift, it is understandable cooking oil costs can quickly become a large expenditure.\r\n<h3>But how can this be reduced?</h3>\r\nSimple, by introducing a FriPura tablet to your fryer when you change your oil. The ceramic tablet housed in an envelope is placed in a metal box. This box is positioned at the bottom of a fryer and left there for the remainder of the oil’s working life.\r\n\r\nThe tablet works in such a way the oil maintains a higher surface tension for longer, meaning less surfactants form over the same period of time. Tests conducted by Bibra Toxicology Advice &amp; Consulting and Campden BRI showed no difference between oil after 4 days of use without a tablet and oil after 8 days with a tablet. As a result, users of the tablet have found their fryer oil consumption has been reduced by over 50%, a massive saving which is reflected in their cooking oil spending.\r\n<h3>Not just cost saving, but calorie reduction too!</h3>\r\nFurthermore, food cooked in fryers containing a Fripura tablet benefit from a 23% reduction in calories. This occurs due to the lack of surfactants, as previously mentioned. Food being fried can be thought of as a watersoaked sponge, due to the amount of water stored within them. Naturally, water and oil generally do not mix well due to the difference in surface tension and density (hencewhy oil floats). When food is dropped into the hot fryer oil the water rapidly escapes in the form of steam, with new oil having a high surface tension the energy flow from the oil and the food being cooked is greatly reduced. As such, the food is only in contact with the oil for about 10% of the frying time due to the steam being released, meaning food is more boiled than fried.\r\n\r\nAs the oil gets older the food spends more time in contact with the oil meaning during the cooking process more oil, and any impurities present in it, are absorbed by the food. As FriPura prolongs the “cleanliness” of the oil, food is crispier and not soggy and benefits from the previously mentioned 23% calorie reduction.\r\n<h3>\r\nBut that’s not all!</h3>\r\nAlongside this calorific curtailment, acrylamides also see a reduction too. Acrylamides are organic compounds which are produced when high starch foods are fried, baked, roasted, grilled or toasted at a temperature above 350oF (175oC). Fripura’s tablets reduce the rate of heat flow into the food being fried (as they reduce the concentration of surfactants that promote oil/food contact) and thus reduce the build-up of acrylamides.\r\nIn 2017, the EU passed new legislation requiring kitchens to ensure acrylamide levels in the food they serve are “As low as reasonably achievable”. However, with the link between cancer and acrylamides in humans being confirmed by a study published in December 2017 there is potential for further standards surrounding acrylamide reduction on the horizon. Independent laboratory tests show that using FriPura tablets can result in an 11% reduction in acrylamide levels for food cooked in fryers, resulting in an easily attainable decline.\r\n<h3>\r\nWhere do I get them?</h3>\r\nUltimately, the FriPura tablet is a simple to use product which saves on your budget whilst also saving chef’s time. In addition to the nutritional benefits, the tablets help to reduce oil consumption, thus decreasing the need for large orders, producing further savings. To begin cutting costs and improving the nutritional value and healthiness of your fried food, contact your local Alliance branch. With 13 depots across the UK and Ireland, coupled with a 120-vehicle strong fleet, Alliance offer a value for money service built on over 20 years of experience and expertise.\r\n\r\n<strong>For more information on FriPura please contact Alliance either by number (0844 499 4300) or email: response@allaincenational.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/\">Country Range releases five new curry pastes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/\">Safe Eggs ‘n’ Soldiers – British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n</ul>','FriPura – the answer to reducing your cooking oil costs','','inherit','closed','closed','','5829-revision-v1','','','2019-09-02 11:52:23','2019-09-02 11:52:23','',5829,'https://www.ontradeprogress.com/2019/09/02/5829-revision-v1/',0,'revision','',0),(5832,1,'2019-09-02 12:13:32','2019-09-02 12:13:32','<h1>Award winning gastropub group Whiting &amp; Hammond is on course to remove 10,000 single use water bottles from its supply chain this year, following the installation of the Mr Fitz Aqua Spritz dispense system across its eight sites.</h1>\r\nIn each pub, the distinctive Mr Fitz Aqua Spritz bar-top font serves sparkling and still pure filtered mains water, replacing 75cl single use water bottles. Having initially installed the system to provide a premium non-alcoholic drink solution, Whiting &amp; Hammond soon realised the added environmental and economic benefits of switching to dispensed water served in re-usable stoppered bottles.\r\n\r\nPaul Worman, Operations Director for Whiting &amp; Hammond, said: “We’re on course to dispense and sell at least 10,000 bottles of water by the end of the year, which means switching to Mr Fitz Aqua Spritz equates to eliminating close to 900 cases of 75cl water bottles from transport, delivery and storage across our sites.\r\n\r\n“We additionally make operational savings on storage and chilling, open up fridge space for other products, and as an added bonus we generate near to 100% profit on each sale. It’s good for our business and good for the environment, and customers see no difference in  quality.”\r\n\r\nOver and above its standalone water sales, Whiting &amp; Hammond is also seeing the benefits of serving an appealing range of non-alcoholic drinks, made by mixing dispensed sparkling and still water with the Mr Fitzpatrick range of more than 25 botanically infused flavours.\r\n\r\n‘A premium non-alcoholic drinks range is increasingly important to our customers, and we’d been looking for something innovative and different to deliver that,” added Worman. “There was simply nothing available to match the Mr Fitz Aqua Spritz solution for flavour, variety and profit delivery.”\r\n\r\nThe bespoke system, supplied by dispense specialist Brewfitt, is connected to the mains water supply. The system comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on still and sparkling water.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “As an ‘early adopter’ of the system, we’re delighted that Whiting &amp; Hammond are seeing such clear benefits to both their sustainability profile, and to their bottom line.\r\n\r\n“The environmental impact of bottled water is an issue of increasing concern, while more consumers than ever are looking for appealing and engaging non-alcoholic drinks. The Mr Fitz Aqua Spritz system addresses both issues for operators of restaurants, pubs, bars, hotels and the full range of hospitality businesses.”\r\n\r\n<strong>For more information, visit <a href=\"http://www.mrfitzaquaspritz.com\">www.mrfitzaquaspritz.com</a></strong>','Pub group cuts 10,000 water bottles','','publish','closed','open','','mr-fitz-aqua-spritz-dispenser','','','2019-09-02 12:52:38','2019-09-02 12:52:38','',0,'https://www.ontradeprogress.com/?p=5832',0,'post','',0),(5833,1,'2019-09-02 12:12:24','2019-09-02 12:12:24','','Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz','Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz','inherit','closed','closed','','mr-fitz-aqua-spritz-water-dispense-at-whiting-hammond','','','2019-09-02 12:12:51','2019-09-02 12:12:51','',5832,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/Mr-Fitz-Aqua-Spritz-water-dispense-at-Whiting-Hammond.jpg',0,'attachment','image/jpeg',0),(5834,1,'2019-09-02 12:13:03','2019-09-02 12:13:03','<h1>Award winning gastropub group Whiting &amp; Hammond is on course to remove 10,000 single use water bottles from its supply chain this year, following the installation of the Mr Fitz Aqua Spritz dispense system across its eight sites.</h1>\r\nIn each pub, the distinctive Mr Fitz Aqua Spritz bar-top font serves sparkling and still pure filtered mains water, replacing 75cl single use water bottles. Having initially installed the system to provide a premium non-alcoholic drink solution, Whiting &amp; Hammond soon realised the added environmental and economic benefits of switching to dispensed water served in re-usable stoppered bottles.\r\n\r\nPaul Worman, Operations Director for Whiting &amp; Hammond, said: “We’re on course to dispense and sell at least 10,000 bottles of water by the end of the year, which means switching to Mr Fitz Aqua Spritz equates to eliminating close to 900 cases of 75cl water bottles from transport, delivery and storage across our sites.\r\n\r\n“We additionally make operational savings on storage and chilling, open up fridge space for other products, and as an added bonus we generate near to 100% profit on each sale. It’s good for our business and good for the environment, and customers see no difference in  quality.”\r\n\r\nOver and above its standalone water sales, Whiting &amp; Hammond is also seeing the benefits of serving an appealing range of non-alcoholic drinks, made by mixing dispensed sparkling and still water with the Mr Fitzpatrick range of more than 25 botanically infused flavours.\r\n\r\n‘A premium non-alcoholic drinks range is increasingly important to our customers, and we’d been looking for something innovative and different to deliver that,” added Worman. “There was simply nothing available to match the Mr Fitz Aqua Spritz solution for flavour, variety and profit delivery.”\r\n\r\nThe bespoke system, supplied by dispense specialist Brewfitt, is connected to the mains water supply. The system comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on still and sparkling water.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “As an ‘early adopter’ of the system, we’re delighted that Whiting &amp; Hammond are seeing such clear benefits to both their sustainability profile, and to their bottom line.\r\n\r\n“The environmental impact of bottled water is an issue of increasing concern, while more consumers than ever are looking for appealing and engaging non-alcoholic drinks. The Mr Fitz Aqua Spritz system addresses both issues for operators of restaurants, pubs, bars, hotels and the full range of hospitality businesses.”\r\n\r\n<strong>For more information, visit <a href=\"http://www.mrfitzaquaspritz.com\">www.mrfitzaquaspritz.com</a></strong>','Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz','','inherit','closed','closed','','5832-revision-v1','','','2019-09-02 12:13:03','2019-09-02 12:13:03','',5832,'https://www.ontradeprogress.com/2019/09/02/5832-revision-v1/',0,'revision','',0),(5835,1,'2019-09-02 12:45:28','2019-09-02 12:45:28','<h1>Drinks presentation is particularly important at Christmas, helping to add value to your cocktail menu. Glassware is at the very heart of it, encouraging customers to opt for drinks that they might not normally order at other times of the year. Leading glassware distributor, <strong>Artis</strong><strong><sup>®</sup></strong>, has put together an eclectic and broad-reaching portfolio of glassware that is perfect for creating the right look and feel at Christmas.</h1>\r\n<strong>Select Picks</strong>\r\n\r\nParticularly suitable for the festive season are <strong>Gold Banded</strong> coupes and gin goblets from the <strong>Speakeasy</strong> and <strong>1924</strong> collections, by Libbey. The gold-banded coupes illustrated have list prices of £5.05 and £5.67 respectively.\r\n\r\n<strong>Mixology</strong> is a wide range of luxury glassware that includes nine different stemware styles – from brandy and martini glasses to Nick &amp; Nora and shot glasses. Spritzers are very popular at Christmas and the Mixology spritz glass shown costs just £5.30.\r\n\r\nAlso available in the Luigi Bormioli, mixology collection is <strong>Charme, Textures and Elixir </strong>ranges, comprising of a Hi-Ball, Double Old Fashioned and matching Decanter in each style<strong>. </strong> All are perfect for cocktail presentation or a Whiskey and a large chunk of pure ice in the Double Old Fashioned. The Hi-Ball has a list price of £4.27 with the Double Old Fashioned at £4.17.\r\n\r\n[caption id=\"attachment_5836\" align=\"alignright\" width=\"223\"]<img class=\"size-medium wp-image-5836\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Christmas-cocktail-in-Mixology-Charme-Hi-ball-223x300.jpg\" alt=\"Seasonal Christmas glassware picks from distributer Artis\" width=\"223\" height=\"300\" /> Seasonal Christmas glassware picks from distributer Artis[/caption]\r\n\r\nBar managers and mixologists could also consider adding a Christmas sparkle to their back-bar operation by investing in a range of <strong>gold, copper and brass</strong> bar tools. The Artis illustrated price list includes a comprehensive range of shakers, mugs, julep cups, strainers, bar spoons, bath tubs and much more. Take a look at the gold-plated shaker at £20.96 and the gold-plated julep strainer with a list price of £11.85.\r\n\r\nThe <strong>Artis</strong><strong><sup>®</sup></strong> portfolio contains a myriad of other festive glassware and backbar options, all of which can all be viewed on the Artis website: <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>. For your own personal hard copy of the current illustrated Artis price list, call 020 8391 5544.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/\">Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/\">FriPura – the answer to reducing your cooking oil costs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/\">Country Range releases five new curry pastes</a></li>\r\n</ul>','Seasonal glassware picks from Artis','','publish','closed','open','','artis-seasonal-glassware-picks-from','','','2019-09-02 12:45:28','2019-09-02 12:45:28','',0,'https://www.ontradeprogress.com/?p=5835',0,'post','',0),(5836,1,'2019-09-02 12:36:33','2019-09-02 12:36:33','','Seasonal Christmas glassware picks from distributer Artis','Seasonal Christmas glassware picks from distributer Artis','inherit','closed','closed','','christmas-cocktail-in-mixology-charme-hi-ball','','','2019-09-02 12:37:37','2019-09-02 12:37:37','',5835,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/Christmas-cocktail-in-Mixology-Charme-Hi-ball.jpg',0,'attachment','image/jpeg',0),(5837,1,'2019-09-02 12:36:43','2019-09-02 12:36:43','','Seasonal Christmas glassware picks from distributer Artis','Seasonal Christmas glassware picks from distributer Artis','inherit','closed','closed','','christmas-montage-2019','','','2019-09-02 12:37:11','2019-09-02 12:37:11','',5835,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/christmas-montage-2019.jpg',0,'attachment','image/jpeg',0),(5838,1,'2019-09-02 12:42:37','2019-09-02 12:42:37','<h1>Drinks presentation is particularly important at Christmas, helping to add value to your cocktail menu. Glassware is at the very heart of it, encouraging customers to opt for drinks that they might not normally order at other times of the year. Leading glassware distributor, <strong>Artis</strong><strong><sup>®</sup></strong>, has put together an eclectic and broad-reaching portfolio of glassware that is perfect for creating the right look and feel at Christmas.</h1>\r\n<strong>Select Picks</strong>\r\n\r\nParticularly suitable for the festive season are <strong>Gold Banded</strong> coupes and gin goblets from the <strong>Speakeasy</strong> and <strong>1924</strong> collections, by Libbey. The gold-banded coupes illustrated have list prices of £5.05 and £5.67 respectively.\r\n\r\n<strong>Mixology</strong> is a wide range of luxury glassware that includes nine different stemware styles – from brandy and martini glasses to Nick &amp; Nora and shot glasses. Spritzers are very popular at Christmas and the Mixology spritz glass shown costs just £5.30.\r\n\r\nAlso available in the Luigi Bormioli, mixology collection is <strong>Charme, Textures and Elixir </strong>ranges, comprising of a Hi-Ball, Double Old Fashioned and matching Decanter in each style<strong>. </strong> All are perfect for cocktail presentation or a Whiskey and a large chunk of pure ice in the Double Old Fashioned. The Hi-Ball has a list price of £4.27 with the Double Old Fashioned at £4.17.\r\n\r\n[caption id=\"attachment_5836\" align=\"alignright\" width=\"223\"]<img class=\"size-medium wp-image-5836\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Christmas-cocktail-in-Mixology-Charme-Hi-ball-223x300.jpg\" alt=\"Seasonal Christmas glassware picks from distributer Artis\" width=\"223\" height=\"300\" /> Seasonal Christmas glassware picks from distributer Artis[/caption]\r\n\r\nBar managers and mixologists could also consider adding a Christmas sparkle to their back-bar operation by investing in a range of <strong>gold, copper and brass</strong> bar tools. The Artis illustrated price list includes a comprehensive range of shakers, mugs, julep cups, strainers, bar spoons, bath tubs and much more. Take a look at the gold-plated shaker at £20.96 and the gold-plated julep strainer with a list price of £11.85.\r\n\r\nThe <strong>Artis</strong><strong><sup>®</sup></strong> portfolio contains a myriad of other festive glassware and backbar options, all of which can all be viewed on the Artis website: <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>. For your own personal hard copy of the current illustrated Artis price list, call 020 8391 5544.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/\">Pub group cuts 10,000 water bottles with Mr Fitz Aqua Spritz</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/\">FriPura – the answer to reducing your cooking oil costs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/\">Country Range releases five new curry pastes</a></li>\r\n</ul>','Seasonal glassware picks from Artis','','inherit','closed','closed','','5835-revision-v1','','','2019-09-02 12:42:37','2019-09-02 12:42:37','',5835,'https://www.ontradeprogress.com/2019/09/02/5835-revision-v1/',0,'revision','',0),(5840,1,'2019-09-02 12:52:11','2019-09-02 12:52:11','<h1>Award winning gastropub group Whiting &amp; Hammond is on course to remove 10,000 single use water bottles from its supply chain this year, following the installation of the Mr Fitz Aqua Spritz dispense system across its eight sites.</h1>\nIn each pub, the distinctive Mr Fitz Aqua Spritz bar-top font serves sparkling and still pure filtered mains water, replacing 75cl single use water bottles. Having initially installed the system to provide a premium non-alcoholic drink solution, Whiting &amp; Hammond soon realised the added environmental and economic benefits of switching to dispensed water served in re-usable stoppered bottles.\n\nPaul Worman, Operations Director for Whiting &amp; Hammond, said: “We’re on course to dispense and sell at least 10,000 bottles of water by the end of the year, which means switching to Mr Fitz Aqua Spritz equates to eliminating close to 900 cases of 75cl water bottles from transport, delivery and storage across our sites.\n\n“We additionally make operational savings on storage and chilling, open up fridge space for other products, and as an added bonus we generate near to 100% profit on each sale. It’s good for our business and good for the environment, and customers see no difference in  quality.”\n\nOver and above its standalone water sales, Whiting &amp; Hammond is also seeing the benefits of serving an appealing range of non-alcoholic drinks, made by mixing dispensed sparkling and still water with the Mr Fitzpatrick range of more than 25 botanically infused flavours.\n\n‘A premium non-alcoholic drinks range is increasingly important to our customers, and we’d been looking for something innovative and different to deliver that,” added Worman. “There was simply nothing available to match the Mr Fitz Aqua Spritz solution for flavour, variety and profit delivery.”\n\nThe bespoke system, supplied by dispense specialist Brewfitt, is connected to the mains water supply. The system comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on still and sparkling water.\n\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “As an ‘early adopter’ of the system, we’re delighted that Whiting &amp; Hammond are seeing such clear benefits to both their sustainability profile, and to their bottom line.\n\n“The environmental impact of bottled water is an issue of increasing concern, while more consumers than ever are looking for appealing and engaging non-alcoholic drinks. The Mr Fitz Aqua Spritz system addresses both issues for operators of restaurants, pubs, bars, hotels and the full range of hospitality businesses.”\n\n<strong>For more information, visit <a href=\"http://www.mrfitzaquaspritz.com\">www.mrfitzaquaspritz.com</a></strong>','Pub group cuts 10,000 water bottles','','inherit','closed','closed','','5832-autosave-v1','','','2019-09-02 12:52:11','2019-09-02 12:52:11','',5832,'https://www.ontradeprogress.com/2019/09/02/5832-autosave-v1/',0,'revision','',0),(5841,1,'2019-09-02 12:52:15','2019-09-02 12:52:15','<h1>All styles of cuisine have their staple elements, pasta for Italian, burgers or hotdogs for American food joints and what kind of self-respecting Chinese wouldn’t offer prawn crackers? But across all quick service restaurants (QSR), there is one ubiquitous element: chips.</h1>\r\nThe ever-present chip has been a constant for the QSR trade meaning most, if not all, restaurants, takeaways and quick serve establishments employ the use of a deep fat fryer. With a fryer comes expenses, the two main ones being electricity and cooking oil. Fryers need to be filled with oil in order to cook food, the process requires the fryer heating oil up 375oF (190oC). During the cooking process triglycerides in both the oil and the food being\r\ncooked break down through processes such as oxidation, hydrolysis and polymerisation. The remaining byproducts of these reactions act as surfactants which ultimately reduce the surface tension of the oil.\r\n\r\nThe lower the surface tension the more oil is absorbed by food being cooked, decreasing quality of the food – soggy partly burnt chips for example. It is recommended oil be changed after 5 to 7 days of use. As such it can be a costly resource and with fryers being used almost constantly throughout a service shift, it is understandable cooking oil costs can quickly become a large expenditure.\r\n<h3>But how can this be reduced?</h3>\r\nSimple, by introducing a FriPura tablet to your fryer when you change your oil. The ceramic tablet housed in an envelope is placed in a metal box. This box is positioned at the bottom of a fryer and left there for the remainder of the oil’s working life.\r\n\r\nThe tablet works in such a way the oil maintains a higher surface tension for longer, meaning less surfactants form over the same period of time. Tests conducted by Bibra Toxicology Advice &amp; Consulting and Campden BRI showed no difference between oil after 4 days of use without a tablet and oil after 8 days with a tablet. As a result, users of the tablet have found their fryer oil consumption has been reduced by over 50%, a massive saving which is reflected in their cooking oil spending.\r\n<h3>Not just cost saving, but calorie reduction too!</h3>\r\nFurthermore, food cooked in fryers containing a Fripura tablet benefit from a 23% reduction in calories. This occurs due to the lack of surfactants, as previously mentioned. Food being fried can be thought of as a watersoaked sponge, due to the amount of water stored within them. Naturally, water and oil generally do not mix well due to the difference in surface tension and density (hencewhy oil floats). When food is dropped into the hot fryer oil the water rapidly escapes in the form of steam, with new oil having a high surface tension the energy flow from the oil and the food being cooked is greatly reduced. As such, the food is only in contact with the oil for about 10% of the frying time due to the steam being released, meaning food is more boiled than fried.\r\n\r\nAs the oil gets older the food spends more time in contact with the oil meaning during the cooking process more oil, and any impurities present in it, are absorbed by the food. As FriPura prolongs the “cleanliness” of the oil, food is crispier and not soggy and benefits from the previously mentioned 23% calorie reduction.\r\n<h3>But that’s not all!</h3>\r\nAlongside this calorific curtailment, acrylamides also see a reduction too. Acrylamides are organic compounds which are produced when high starch foods are fried, baked, roasted, grilled or toasted at a temperature above 350oF (175oC). Fripura’s tablets reduce the rate of heat flow into the food being fried (as they reduce the concentration of surfactants that promote oil/food contact) and thus reduce the build-up of acrylamides.\r\nIn 2017, the EU passed new legislation requiring kitchens to ensure acrylamide levels in the food they serve are “As low as reasonably achievable”. However, with the link between cancer and acrylamides in humans being confirmed by a study published in December 2017 there is potential for further standards surrounding acrylamide reduction on the horizon. Independent laboratory tests show that using FriPura tablets can result in an 11% reduction in acrylamide levels for food cooked in fryers, resulting in an easily attainable decline.\r\n<h3>Where do I get them?</h3>\r\nUltimately, the FriPura tablet is a simple to use product which saves on your budget whilst also saving chef’s time. In addition to the nutritional benefits, the tablets help to reduce oil consumption, thus decreasing the need for large orders, producing further savings. To begin cutting costs and improving the nutritional value and healthiness of your fried food, contact your local Alliance branch. With 13 depots across the UK and Ireland, coupled with a 120-vehicle strong fleet, Alliance offer a value for money service built on over 20 years of experience and expertise.\r\n\r\n<strong>For more information on FriPura please contact Alliance either by number (0844 499 4300) or email: response@allaincenational.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/\">Country Range releases five new curry pastes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/\">Safe Eggs ‘n’ Soldiers – British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n</ul>','The answer to reducing your cooking oil costs','','inherit','closed','closed','','5829-revision-v1','','','2019-09-02 12:52:15','2019-09-02 12:52:15','',5829,'https://www.ontradeprogress.com/2019/09/02/5829-revision-v1/',0,'revision','',0),(5842,1,'2019-09-02 12:52:38','2019-09-02 12:52:38','<h1>Award winning gastropub group Whiting &amp; Hammond is on course to remove 10,000 single use water bottles from its supply chain this year, following the installation of the Mr Fitz Aqua Spritz dispense system across its eight sites.</h1>\r\nIn each pub, the distinctive Mr Fitz Aqua Spritz bar-top font serves sparkling and still pure filtered mains water, replacing 75cl single use water bottles. Having initially installed the system to provide a premium non-alcoholic drink solution, Whiting &amp; Hammond soon realised the added environmental and economic benefits of switching to dispensed water served in re-usable stoppered bottles.\r\n\r\nPaul Worman, Operations Director for Whiting &amp; Hammond, said: “We’re on course to dispense and sell at least 10,000 bottles of water by the end of the year, which means switching to Mr Fitz Aqua Spritz equates to eliminating close to 900 cases of 75cl water bottles from transport, delivery and storage across our sites.\r\n\r\n“We additionally make operational savings on storage and chilling, open up fridge space for other products, and as an added bonus we generate near to 100% profit on each sale. It’s good for our business and good for the environment, and customers see no difference in  quality.”\r\n\r\nOver and above its standalone water sales, Whiting &amp; Hammond is also seeing the benefits of serving an appealing range of non-alcoholic drinks, made by mixing dispensed sparkling and still water with the Mr Fitzpatrick range of more than 25 botanically infused flavours.\r\n\r\n‘A premium non-alcoholic drinks range is increasingly important to our customers, and we’d been looking for something innovative and different to deliver that,” added Worman. “There was simply nothing available to match the Mr Fitz Aqua Spritz solution for flavour, variety and profit delivery.”\r\n\r\nThe bespoke system, supplied by dispense specialist Brewfitt, is connected to the mains water supply. The system comes with premium branded glassware and exclusive drinks recipes. The combination of cost-effective dispense and premium serves can deliver a category-leading GP of 85% on soft drinks, and close to 100% on still and sparkling water.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “As an ‘early adopter’ of the system, we’re delighted that Whiting &amp; Hammond are seeing such clear benefits to both their sustainability profile, and to their bottom line.\r\n\r\n“The environmental impact of bottled water is an issue of increasing concern, while more consumers than ever are looking for appealing and engaging non-alcoholic drinks. The Mr Fitz Aqua Spritz system addresses both issues for operators of restaurants, pubs, bars, hotels and the full range of hospitality businesses.”\r\n\r\n<strong>For more information, visit <a href=\"http://www.mrfitzaquaspritz.com\">www.mrfitzaquaspritz.com</a></strong>','Pub group cuts 10,000 water bottles','','inherit','closed','closed','','5832-revision-v1','','','2019-09-02 12:52:38','2019-09-02 12:52:38','',5832,'https://www.ontradeprogress.com/2019/09/02/5832-revision-v1/',0,'revision','',0),(5844,1,'2019-09-02 12:55:18','2019-09-02 12:55:18','<h1>All styles of cuisine have their staple elements, pasta for Italian, burgers or hotdogs for American food joints and what kind of self-respecting Chinese wouldn’t offer prawn crackers? But across all quick service restaurants (QSR), there is one ubiquitous element: chips.</h1>\r\nThe ever-present chip has been a constant for the QSR trade meaning most, if not all, restaurants, takeaways and quick serve establishments employ the use of a deep fat fryer. With a fryer comes expenses, the two main ones being electricity and cooking oil. Fryers need to be filled with oil in order to cook food, the process requires the fryer heating oil up 375oF (190oC). During the cooking process triglycerides in both the oil and the food being\r\ncooked break down through processes such as oxidation, hydrolysis and polymerisation. The remaining byproducts of these reactions act as surfactants which ultimately reduce the surface tension of the oil.\r\n\r\nThe lower the surface tension the more oil is absorbed by food being cooked, decreasing quality of the food – soggy partly burnt chips for example. It is recommended oil be changed after 5 to 7 days of use. As such it can be a costly resource and with fryers being used almost constantly throughout a service shift, it is understandable cooking oil costs can quickly become a large expenditure.\r\n<h3>But how can this be reduced?</h3>\r\nSimple, by introducing a FriPura tablet to your fryer when you change your oil. The ceramic tablet housed in an envelope is placed in a metal box. This box is positioned at the bottom of a fryer and left there for the remainder of the oil’s working life.\r\n\r\nThe tablet works in such a way the oil maintains a higher surface tension for longer, meaning less surfactants form over the same period of time. Tests conducted by Bibra Toxicology Advice &amp; Consulting and Campden BRI showed no difference between oil after 4 days of use without a tablet and oil after 8 days with a tablet. As a result, users of the tablet have found their fryer oil consumption has been reduced by over 50%, a massive saving which is reflected in their cooking oil spending.\r\n<h3>Not just cost saving, but calorie reduction too!</h3>\r\nFurthermore, food cooked in fryers containing a Fripura tablet benefit from a 23% reduction in calories. This occurs due to the lack of surfactants, as previously mentioned. Food being fried can be thought of as a watersoaked sponge, due to the amount of water stored within them. Naturally, water and oil generally do not mix well due to the difference in surface tension and density (hencewhy oil floats). When food is dropped into the hot fryer oil the water rapidly escapes in the form of steam, with new oil having a high surface tension the energy flow from the oil and the food being cooked is greatly reduced. As such, the food is only in contact with the oil for about 10% of the frying time due to the steam being released, meaning food is more boiled than fried.\r\n\r\nAs the oil gets older the food spends more time in contact with the oil meaning during the cooking process more oil, and any impurities present in it, are absorbed by the food. As FriPura prolongs the “cleanliness” of the oil, food is crispier and not soggy and benefits from the previously mentioned 23% calorie reduction.\r\n<h3>But that’s not all!</h3>\r\nAlongside this calorific curtailment, acrylamides also see a reduction too. Acrylamides are organic compounds which are produced when high starch foods are fried, baked, roasted, grilled or toasted at a temperature above 350oF (175oC). Fripura’s tablets reduce the rate of heat flow into the food being fried (as they reduce the concentration of surfactants that promote oil/food contact) and thus reduce the build-up of acrylamides.\r\nIn 2017, the EU passed new legislation requiring kitchens to ensure acrylamide levels in the food they serve are “As low as reasonably achievable”. However, with the link between cancer and acrylamides in humans being confirmed by a study published in December 2017 there is potential for further standards surrounding acrylamide reduction on the horizon. Independent laboratory tests show that using FriPura tablets can result in an 11% reduction in acrylamide levels for food cooked in fryers, resulting in an easily attainable decline.\r\n<h3>Where do I get them?</h3>\r\nUltimately, the FriPura tablet is a simple to use product which saves on your budget whilst also saving chef’s time. In addition to the nutritional benefits, the tablets help to reduce oil consumption, thus decreasing the need for large orders, producing further savings. To begin cutting costs and improving the nutritional value and healthiness of your fried food, contact your local Alliance branch. With 13 depots across the UK and Ireland, coupled with a 120-vehicle strong fleet, Alliance offer a value for money service built on over 20 years of experience and expertise.\r\n\r\n<strong>For more information on FriPura please contact Alliance either by number (0844 499 4300) or email: response@alliancenational.co.uk.</strong>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/\">Country Range releases five new curry pastes</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/\">Safe Eggs ‘n’ Soldiers – British Lion Eggs</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/\">Woodforde’s Brewery targets international growth with new hire</a></li>\r\n</ul>','The answer to reducing your cooking oil costs','','inherit','closed','closed','','5829-revision-v1','','','2019-09-02 12:55:18','2019-09-02 12:55:18','',5829,'https://www.ontradeprogress.com/2019/09/02/5829-revision-v1/',0,'revision','',0),(5847,1,'2019-09-04 10:34:57','2019-09-04 10:34:57','<h1>Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!</h1>\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress partner with Restaurant & Bar Tech Live','','publish','closed','open','','ontrade-progress-have-partnered-with-restaurant-bar-tech-live','','','2019-09-23 09:44:41','2019-09-23 09:44:41','',0,'https://www.ontradeprogress.com/?p=5847',0,'post','',0),(5848,1,'2019-09-04 08:47:21','2019-09-04 08:47:21','Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!\r\n\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress have partnered with Restaurant & Bar Tech Live','','inherit','closed','closed','','5847-revision-v1','','','2019-09-04 08:47:21','2019-09-04 08:47:21','',5847,'https://www.ontradeprogress.com/2019/09/04/5847-revision-v1/',0,'revision','',0),(5849,1,'2019-09-04 08:47:29','2019-09-04 08:47:29','<h1>Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!\r\n\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.</h1>\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress have partnered with Restaurant & Bar Tech Live','','inherit','closed','closed','','5847-revision-v1','','','2019-09-04 08:47:29','2019-09-04 08:47:29','',5847,'https://www.ontradeprogress.com/2019/09/04/5847-revision-v1/',0,'revision','',0),(5850,1,'2019-09-04 08:47:46','2019-09-04 08:47:46','Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!\r\n\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress have partnered with Restaurant & Bar Tech Live','','inherit','closed','closed','','5847-revision-v1','','','2019-09-04 08:47:46','2019-09-04 08:47:46','',5847,'https://www.ontradeprogress.com/2019/09/04/5847-revision-v1/',0,'revision','',0),(5851,1,'2019-09-04 08:48:10','2019-09-04 08:48:10','<h1>Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!</h1>\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress have partnered with Restaurant & Bar Tech Live','','inherit','closed','closed','','5847-revision-v1','','','2019-09-04 08:48:10','2019-09-04 08:48:10','',5847,'https://www.ontradeprogress.com/2019/09/04/5847-revision-v1/',0,'revision','',0),(5852,1,'2019-09-04 10:34:15','2019-09-04 10:34:15','','Rest&BarTechLive_1600x500 OTP','','inherit','closed','closed','','restbartechlive_1600x500-otp','','','2019-09-04 10:34:35','2019-09-04 10:34:35','',5847,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/RestBarTechLive_1600x500-OTP.jpg',0,'attachment','image/jpeg',0),(5853,1,'2019-09-04 12:23:38','2019-09-04 12:23:38','','Rest&BarTechLive_1600x550 OTP','','inherit','closed','closed','','restbartechlive_1600x550-otp','','','2019-09-04 12:24:03','2019-09-04 12:24:03','',5847,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/RestBarTechLive_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(5854,1,'2019-09-04 12:39:01','2019-09-04 12:39:01','','Rest&BarTechLive_1600x550 OTP','','inherit','closed','closed','','restbartechlive_1600x550-otp-2','','','2019-09-04 12:39:26','2019-09-04 12:39:26','',5847,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/RestBarTechLive_1600x550-OTP-1.jpg',0,'attachment','image/jpeg',0),(5855,1,'2019-09-04 12:39:29','2019-09-04 12:39:29','<h1>Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!</h1>\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress have partnered with Restaurant & Bar Tech Live','','inherit','closed','closed','','5847-autosave-v1','','','2019-09-04 12:39:29','2019-09-04 12:39:29','',5847,'https://www.ontradeprogress.com/2019/09/04/5847-autosave-v1/',0,'revision','',0),(5857,1,'2019-09-10 12:07:42','2019-09-10 12:07:42','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #29','','publish','closed','closed','','ontrade-progress-issue-29','','','2019-10-15 15:05:26','2019-10-15 15:05:26','',0,'https://www.ontradeprogress.com/?page_id=5857',0,'page','',0),(5858,1,'2019-09-10 12:03:01','2019-09-10 12:03:01','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n&lt;p style=\"text-align: center;\"&gt;Issue #29&lt;/p&gt;\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n&lt;p style=\"text-align: center;\"&gt;Issue #29&lt;/p&gt;\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','','','inherit','closed','closed','','5857-revision-v1','','','2019-09-10 12:03:01','2019-09-10 12:03:01','',5857,'https://www.ontradeprogress.com/2019/09/10/5857-revision-v1/',0,'revision','',0),(5859,1,'2019-09-10 12:03:22','2019-09-10 12:03:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n&lt;p style=\"text-align: center;\"&gt;Issue #28&lt;/p&gt;\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n&lt;p style=\"text-align: center;\"&gt;Issue #29&lt;/p&gt;\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','','','inherit','closed','closed','','5857-revision-v1','','','2019-09-10 12:03:22','2019-09-10 12:03:22','',5857,'https://www.ontradeprogress.com/2019/09/10/5857-revision-v1/',0,'revision','',0),(5860,1,'2019-09-10 12:04:51','2019-09-10 12:04:51','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','','','inherit','closed','closed','','5857-revision-v1','','','2019-09-10 12:04:51','2019-09-10 12:04:51','',5857,'https://www.ontradeprogress.com/2019/09/10/5857-revision-v1/',0,'revision','',0),(5861,1,'2019-09-10 12:05:03','2019-09-10 12:05:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','','','inherit','closed','closed','','5857-revision-v1','','','2019-09-10 12:05:03','2019-09-10 12:05:03','',5857,'https://www.ontradeprogress.com/2019/09/10/5857-revision-v1/',0,'revision','',0),(5862,1,'2019-09-10 12:06:55','2019-09-10 12:06:55','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #29','','inherit','closed','closed','','5857-revision-v1','','','2019-09-10 12:06:55','2019-09-10 12:06:55','',5857,'https://www.ontradeprogress.com/2019/09/10/5857-revision-v1/',0,'revision','',0),(5863,1,'2019-09-10 12:07:17','2019-09-10 12:07:17','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #29','','inherit','closed','closed','','5857-revision-v1','','','2019-09-10 12:07:17','2019-09-10 12:07:17','',5857,'https://www.ontradeprogress.com/2019/09/10/5857-revision-v1/',0,'revision','',0),(5865,1,'2019-09-10 12:09:24','2019-09-10 12:09:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #29','','inherit','closed','closed','','276-revision-v1','','','2019-09-10 12:09:24','2019-09-10 12:09:24','',276,'https://www.ontradeprogress.com/2019/09/10/276-revision-v1/',0,'revision','',0),(5866,1,'2019-09-10 12:10:32','2019-09-10 12:10:32','','29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px','','inherit','closed','closed','','29_on-trade-progress_cover_issue-29_620x861px','','','2019-09-10 12:10:32','2019-09-10 12:10:32','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_620x861px.png',0,'attachment','image/png',0),(5867,1,'2019-09-10 12:11:55','2019-09-10 12:11:55','','29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px','','inherit','closed','closed','','29_on-trade-progress_cover_issue-29_300x330px','','','2019-09-10 12:11:55','2019-09-10 12:11:55','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_300x330px.png',0,'attachment','image/png',0),(5868,1,'2019-09-10 12:12:23','2019-09-10 12:12:23','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5867\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-09-10 12:12:23','2019-09-10 12:12:23','',8,'https://www.ontradeprogress.com/2019/09/10/8-revision-v1/',0,'revision','',0),(5869,1,'2019-09-10 12:12:55','2019-09-10 12:12:55','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5866\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjB0YWNrbGUlMjB5b3VyJTIwd2FzdGVmdWwlMjB3YXlz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwaG93JTIweW91JTIwY2FuJTIwJ2tlZXAlMjBmcmVzaCclMjBmb3IlMjBmcmVzaGVycw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50cm9kdWN0aW9uJTIwb2YlMjBvdXIlMjByZWd1bGFyJTIwbG93JTIwYW5kJTIwbm8lMjBmZWF0dXJl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwR2V0dGluZyUyMHRoZSUyMHJpZ2h0JTIwZGlzaHdhc2hlcg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMENyYWlnJTIwTWF0aGVyJTJDJTIwaGVhZCUyMGNoZWYlMjBvZiUyMER1bmtpcmslMjBpbnNwaXJlZCUyMHJlc3RhdXJhbnQlMkMlMjBMaXR0bGUlMjBTaGlwcw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FuJTIwb25saW5lJTIwZ2FtZXMlMjBzcGljZSUyMHVwJTIweW91ciUyMHNvY2lhbCUyMG1lZGlhJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwQ2FzayUyMG1hcnF1ZSdzJTIwY2FzayUyMHRyb3VibGVzaG9vdGluZyUyMGd1aWRl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-09-10 12:12:55','2019-09-10 12:12:55','',23,'https://www.ontradeprogress.com/2019/09/10/23-revision-v1/',0,'revision','',0),(5870,1,'2019-09-10 12:21:30','2019-09-10 12:21:30','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5866\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBpbmNvcnBvcmF0ZSUyMEhhbGxvd2VlbiUyMHdpdGhpbiUyMHlvdXIlMjB2ZW51ZS4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGVlciUyMHByZXNzdXJlJTIwZHJpbmtpbmclMjAtJTIwJTIwd2hhdCUyMHRvJTIwbG9vayUyMG91dCUyMGZvci4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW5jb21lJTIwc3RyZWFtaW5nJTNGJTIwSXMlMjB0aGlzJTIwdGhlJTIwZnV0dXJlJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSGF2ZSUyMHdlJTIwZm91bmQlMjB0aGUlMjBuZXh0JTIwaW5kdXN0cnklMjBkaXNydXB0b3IlM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTGVhcm4lMjBob3clMjB0byUyMG1ha2UlMjB0aGUlMjBtb3N0JTIwb2YlMjBpbmZsdWVuY2VyJTIwbWFya2V0aW5nJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-09-10 12:21:30','2019-09-10 12:21:30','',23,'https://www.ontradeprogress.com/2019/09/10/23-revision-v1/',0,'revision','',0),(5871,1,'2019-09-16 10:40:33','2019-09-16 10:40:33','<h1>A fresh look Hobgoblin includes the overhaul of its key beers whilst also championing the wider Wychwood portfolio.</h1>\r\nHobgoblin, the brand that brought ‘Taste to the Nation’ and questioned ‘What’s the matter Lagerboy?’ is evolving for the first time in its 31-year history.\r\n\r\nThe Hobgoblin character, synonymous with the brand’s rebellious state of mind, will remain front of stage but the branding will be stripped back to focus on a more contemporary and modern look that is just the beginning for the refreshed Hobgoblin.\r\n\r\n[caption id=\"attachment_5873\" align=\"alignright\" width=\"124\"]<img class=\"size-medium wp-image-5873\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-124x300.jpg\" alt=\"Hobgoblin takes on brand evolution\" width=\"124\" height=\"300\" /> Hobgoblin takes on brand evolution[/caption]\r\n\r\nThe fresh new look is about making the brand more accessible to potential new drinkers, something that Marketing Manager Jo Wyke, who has worked with Hobgoblin for six years has been keen to explore: <em>“This is a bold change for Hobgoblin. We know how much it is celebrated as the leader of the pack and its legacy amongst great British Beers, so we wanted to make sure we tested the new look, researched and tested again, ensuring we kept the character that everyone expects from Hobgoblin.”</em>\r\n\r\n<em>The design revamp is just the beginning of the journey we want to take our new consumer on and it will be the quality, taste and range of the beers that will keep everyone coming back.”</em>\r\n\r\nThe brand is transitioning from its image as a ‘core Halloween seasonal beer’ to become a more mainstream year-long beer for anytime anywhere with increased focus on the award-winning Hobgoblin Gold and Hobgoblin IPA, voted the World’s best IPA. These two beers alongside the legendary Hobgoblin Ruby will be followed in the new year by a shake-up in the smaller batch brewed Wychwood portfolio.  Introducing some new contemporary beer styles to support the new look including; 5Head a brand-new session IPA, Shy Giant an American hopped Amber and Diceman Stout alongside originals Firecatcher and Dryneck.\r\n\r\nThe contemporary look will be supported by a new creative platform that will be launched in early 2020 - in true style, the original rebel beer is back and ready for more.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/\">Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/artis-seasonal-glassware-picks-from/\">Seasonal glassware picks from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/\">Pub group cuts 10,000 water bottles</a></li>\r\n</ul>','Hobgoblin takes on brand evolution','','publish','closed','open','','hobgoblin-takes-on-brand-evolution','','\nhttps://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/','2019-09-23 10:12:49','2019-09-23 10:12:49','',0,'https://www.ontradeprogress.com/?p=5871',0,'post','',0),(5872,1,'2019-09-16 10:27:29','2019-09-16 10:27:29','','Print','','inherit','closed','closed','','print-5','','','2019-09-16 10:27:29','2019-09-16 10:27:29','',5871,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-GOLD-Pump-Clip-Draft-visual.jpg',0,'attachment','image/jpeg',0),(5873,1,'2019-09-16 10:27:34','2019-09-16 10:27:34','','Print','Hobgoblin takes on brand evolution','inherit','closed','closed','','print-6','','','2019-09-16 10:31:01','2019-09-16 10:31:01','',5871,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual.jpg',0,'attachment','image/jpeg',0),(5874,1,'2019-09-16 10:27:39','2019-09-16 10:27:39','','Print','','inherit','closed','closed','','print-7','','','2019-09-16 10:27:39','2019-09-16 10:27:39','',5871,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-Ruby-Pump-Clip-Draft-visual.jpg',0,'attachment','image/jpeg',0),(5875,1,'2019-09-16 10:27:43','2019-09-16 10:27:43','','Hobgoblin takes on brand evolution','Hobgoblin takes on brand evolution','inherit','closed','closed','','gr_master-logos_generic','','','2019-09-16 10:31:19','2019-09-16 10:31:19','',5871,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Master-Logos_Generic.jpg',0,'attachment','image/jpeg',0),(5876,1,'2019-09-16 10:37:20','2019-09-16 10:37:20','<h1>A new look Hobgoblin includes the overhaul of its key beers whilst also championing the wider Wychwood portfolio.</h1>\r\nHobgoblin, the brand that brought ‘Taste to the Nation’ and questioned ‘What’s the matter Lagerboy?’ is evolving for the first time in its 31-year history.\r\n\r\nThe character, synonymous with the brand’s rebellious state of mind, will remain front of stage but the branding will be stripped back to focus on a more contemporary and modern look that is just the beginning for the refreshed Hobgoblin.\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_5873\" align=\"alignright\" width=\"124\"]<img class=\"size-medium wp-image-5873\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-124x300.jpg\" alt=\"Hobgoblin takes on brand evolution\" width=\"124\" height=\"300\" /> Hobgoblin takes on brand evolution[/caption]\r\n\r\nAs the UK’s number three beer brand, the fresh new look i1s about making the brand more accessible to potential new drinkers, something that Brand Manager Jo Wyke, who has worked with Hobgoblin for six years has been keen to explore:<em> “This is a bold change for Hobgoblin. We know how much it is celebrated as the leader of the pack and its legacy amongst great British Beers, so we wanted to make sure we tested the new look, researched and tested again, ensuring we kept the character that everyone expects from Hobgoblin.</em>\r\n\r\n<em>The design revamp is just the beginning of the journey we want to take our new consumer on and it will be the quality, taste and range of the beers that will keep everyone coming back.”</em>\r\n\r\nThe brand is transitioning from its on-trade image as a ‘core Halloween seasonal beer’ to become a more mainstream year-long beer for anytime anywhere with the focus on the award-wining Hobgoblin Gold and Hobgoblin IPA, voted the World’s best IPA. These two beers alongside the classic Hobgoblin Ruby will be followed in the new year by a shake-up in the smaller batch brews Wychwood portfolio of six beers and introducing more contemporary new beer styles to support the new look including; 5Head a brand-new session IPA, Shy Giant an American hopped Amber and Diceman Stout alongside originals Firecatcher and Dryneck.\r\n\r\nThe contemporary look will be supported by a new creative platform that will be launched in early 2020 - in true style, the original rebel beer is back and ready for more.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/\">Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/artis-seasonal-glassware-picks-from/\">Seasonal glassware picks from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/\">Pub group cuts 10,000 water bottles</a></li>\r\n</ul>','Hobgoblin takes on brand evolution','','inherit','closed','closed','','5871-revision-v1','','','2019-09-16 10:37:20','2019-09-16 10:37:20','',5871,'https://www.ontradeprogress.com/2019/09/16/5871-revision-v1/',0,'revision','',0),(5877,1,'2019-09-16 10:59:10','2019-09-16 10:59:10','<h1>Since 2013, the global rugby fan base has increased by an impressive 24%<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.  Rugby is the second most popular sport-tuned into by fans (after football), and 20% of pub-goers watch the game in their local<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.</h1>\r\nWith Heineken® a global partner, the 2019 Rugby World Cup kicks-off in Japan on 20<sup>th</sup> September and presents a huge opportunity for pubs and bars to capitalise on sporting footfall and boost revenue. The eight-hour time difference will result in many morning matches, so operators may need to rethink their offering to draw in viewers. Research ahead of this year’s tournament reveals that the most important considerations for these rugby fans, outside of alcohol, are a good breakfast menu, coffee, and table bookings for a good view<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nTo help licensees, HEINEKEN UK has identified three tips worth a try for this year’s sporting spectacular. The insight reinforces two of HEINEKEN UK’s key category drivers: “Let’s Get Together” and “Live Better” – worth a combined £423M incremental value to the sector over three years by 2021.\r\n<ol>\r\n 	<li><strong><u>Extend the occasion with food and drink deals</u></strong></li>\r\n</ol>\r\nMake the most of early kick-offs with strong pre- and post-match offers on food and drink. During bigger tournaments like the World Cup, food sales peak to double the average just before kick-off<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a> as half of consumers look to eat before a match<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. They decline rapidly during the game with a slight increase after, irrelevant of kick-off time or day.\r\n\r\nTIPS:\r\n<ul>\r\n 	<li>Consider breakfast or brunch opportunities before the midday matches to extend trading over a longer period of time, and offer classic pub grub or themed dishes post-match.</li>\r\n 	<li>A simple ‘burger and drink’ style promotion will keep things quick and straightforward for staff and entice consumers.</li>\r\n 	<li>Offering half time pre-orders before kick-off is another quick, easy way to ensure people stay in your business and avoid a scrum at the bar</li>\r\n 	<li>Multi-buy promotions, cross category deals, and offers particularly focused on large groups and round-buying will help maximise sales, particularly during the latter stages of the tournament.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong><u>Think No &amp; Low </u></strong></li>\r\n</ol>\r\nMidday matches mean that viewers are more likely to be looking to drink something other than the classic pint. Having a well-stocked alcohol-free range will appeal to consumers who still want to soak up the atmosphere but without the alcohol, or those that want to slow the tempo by alternating between alcohol and alcohol-free.\r\n\r\nTIPS:\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest-growing no and low alcohol brand, adding £5.4M value to the category in the last 12 months<a href=\"#_ftn6\" name=\"_ftnref6\"><sup>[6]</sup></a>, while Old Mout Berries &amp; Cherries Alcohol-Free is growing its presence in fridges across the country and satisfying cider drinkers looking to moderate. With a higher RSP than soft drinks, alcohol-free beers and ciders are a great way of unlocking additional category value.</li>\r\n 	<li>Appeal to draught beer lovers by offering Heineken® 0.0 on BLADE®. As 93% of all beer consumed is draught<a href=\"#_ftn7\" name=\"_ftnref7\">[7]</a>, BLADE’s cutting-edge beer dispense system allows consumers to feel part of the crowd by enjoying a freshly poured, alcohol-free pint in a way that previously wasn’t possible.</li>\r\n 	<li>Signpost your no and low options to make them clear and visible to drinkers, either at the bar or through special menus. Placing BLADE®, with its eye-catching dome, on the front of your bar is proven to drive 22% more sales than if it were on the back bar <a href=\"#_ftn8\" name=\"_ftnref8\">[8]</a>.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong><u>The perfect atmosphere </u></strong></li>\r\n</ol>\r\n93% of sports-watchers will go back to the same pub if their first experience was a success<a href=\"#_ftn9\" name=\"_ftnref9\">[9]</a>, so make it count and give customers something they can’t get by sitting on the sofa at home in front of their own screen. Focus on the home nations and big matches, such as England vs. Tonga, or Ireland vs. Scotland, as these games are more likely to drive people from their sofas and into the pub.\r\n\r\nTIPS:\r\n<ul>\r\n 	<li>Encourage your staff to wear their nation’s colours or a rugby shirt to help everyone get into the spirit.</li>\r\n 	<li>More than one third of rugby fans say they would be willing to pay a deposit of £16+ per head to pre-book a table,<a href=\"#_ftn10\" name=\"_ftnref10\">[10]</a> so consider how to facilitate this and make sure you have plenty of seats with a good view, as well as several screens so that customers don’t miss any of the action.</li>\r\n 	<li>Ensure your next big event is well-advertised. Keep on top of the group stages, use social media to shout about your events, and share future matches and offers to make your outlet the go-to destination for a first-class sporting experience.</li>\r\n 	<li>Use Heineken®’s visibility kits – including bunting, fixture posters, drip mats and ‘try’ scarves – to drive consumer awareness of games being shown and enhance the atmosphere.</li>\r\n</ul>\r\nWhile we’re hoping for a home nation victory, one thing is for sure; a buzzing atmosphere will drive greater footfall, dwell time and sales, even after the match, as consumers either celebrate or commiserate in equal quantities<a href=\"#_ftn11\" name=\"_ftnref11\">[11]</a>.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1] Nielson sport study 2017, </a><a href=\"https://www.world.rugby/news/353740\">https://www.world.rugby/news/353740</a>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2] B</a><sup>ased on viewing figures from Six Nations tournaments and autumn internationals </sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3] MatchPint Rugby World Cup Survey June 2019</a>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4] Star Pubs &amp; Bars Proprietary data 2018-201</a>9\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5] C</a><sup>GA 2019  </sup>\r\n\r\n<a href=\"#_ftnref6\" name=\"_ftn6\">[6] Nielsen &amp; CGA Data; Rolling MAT, YOY Comparison from Jun</a>e\r\n\r\n<a href=\"#_ftnref7\" name=\"_ftn7\">[7]</a> CGA Strategy 52 w/e 21 January 2018\r\n\r\n<a href=\"#_ftnref8\" name=\"_ftn8\">[8] Star Pubs &amp; Bars Proprietary data 2018-2019</a>\r\n\r\n<a href=\"#_ftnref9\" name=\"_ftn9\">[9] MatchPint Rugby World Cup Survey June 201</a>9\r\n\r\n<a href=\"#_ftnref10\" name=\"_ftn10\">[10] Match Pint Rugby World Cup Survey 2019</a>\r\n\r\n<a href=\"#_ftnref11\" name=\"_ftn11\">[11] Star Pubs &amp; Bars Proprietary data 2018-201</a>9\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/\">Hobgoblin takes on brand evolution</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/\">Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-29/\">Ontrade Progress Issue #29</a></li>\r\n</ul>','Rugby World Cup 2019: How to score big','','publish','closed','open','','rugby-world-cup-2019-how-to-score-big','','https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/\nhttps://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/','2019-09-17 14:01:11','2019-09-17 14:01:11','',0,'https://www.ontradeprogress.com/?p=5877',0,'post','',0),(5878,1,'2019-09-16 10:52:03','2019-09-16 10:52:03','Rugby World Cup 2019','Rugby World Cup 2019','Rugby World Cup 2019','inherit','closed','closed','','heineken_rwc','','','2019-09-16 10:52:33','2019-09-16 10:52:33','',5877,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/Heineken_RWC.jpg',0,'attachment','image/jpeg',0),(5879,1,'2019-09-16 10:56:15','2019-09-16 10:56:15','<h1>Since 2013, the global rugby fan base has increased by an impressive 24%<a href=\"#_ftn1\" name=\"_ftnref1\">[1]</a>.  Rugby is the second most popular sport-tuned into by fans (after football), and 20% of pub-goers watch the game in their local<a href=\"#_ftn2\" name=\"_ftnref2\">[2]</a>.</h1>\r\nWith Heineken® a global partner, the 2019 Rugby World Cup kicks-off in Japan on 20<sup>th</sup> September and presents a huge opportunity for pubs and bars to capitalise on sporting footfall and boost revenue. The eight-hour time difference will result in many morning matches, so operators may need to rethink their offering to draw in viewers. Research ahead of this year’s tournament reveals that the most important considerations for these rugby fans, outside of alcohol, are a good breakfast menu, coffee, and table bookings for a good view<a href=\"#_ftn3\" name=\"_ftnref3\">[3]</a>.\r\n\r\nTo help licensees, HEINEKEN UK has identified three tips worth a try for this year’s sporting spectacular. The insight reinforces two of HEINEKEN UK’s key category drivers: “Let’s Get Together” and “Live Better” – worth a combined £423M incremental value to the sector over three years by 2021.\r\n<ol>\r\n 	<li><strong><u>Extend the occasion with food and drink deals</u></strong></li>\r\n</ol>\r\nMake the most of early kick-offs with strong pre- and post-match offers on food and drink. During bigger tournaments like the World Cup, food sales peak to double the average just before kick-off<a href=\"#_ftn4\" name=\"_ftnref4\">[4]</a> as half of consumers look to eat before a match<a href=\"#_ftn5\" name=\"_ftnref5\">[5]</a>. They decline rapidly during the game with a slight increase after, irrelevant of kick-off time or day.\r\n\r\nTIPS:\r\n<ul>\r\n 	<li>Consider breakfast or brunch opportunities before the midday matches to extend trading over a longer period of time, and offer classic pub grub or themed dishes post-match.</li>\r\n 	<li>A simple ‘burger and drink’ style promotion will keep things quick and straightforward for staff and entice consumers.</li>\r\n 	<li>Offering half time pre-orders before kick-off is another quick, easy way to ensure people stay in your business and avoid a scrum at the bar</li>\r\n 	<li>Multi-buy promotions, cross category deals, and offers particularly focused on large groups and round-buying will help maximise sales, particularly during the latter stages of the tournament.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong><u>Think No &amp; Low </u></strong></li>\r\n</ol>\r\nMidday matches mean that viewers are more likely to be looking to drink something other than the classic pint. Having a well-stocked alcohol-free range will appeal to consumers who still want to soak up the atmosphere but without the alcohol, or those that want to slow the tempo by alternating between alcohol and alcohol-free.\r\n\r\nTIPS:\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest-growing no and low alcohol brand, adding £5.4M value to the category in the last 12 months<a href=\"#_ftn6\" name=\"_ftnref6\"><sup>[6]</sup></a>, while Old Mout Berries &amp; Cherries Alcohol-Free is growing its presence in fridges across the country and satisfying cider drinkers looking to moderate. With a higher RSP than soft drinks, alcohol-free beers and ciders are a great way of unlocking additional category value.</li>\r\n 	<li>Appeal to draught beer lovers by offering Heineken® 0.0 on BLADE®. As 93% of all beer consumed is draught<a href=\"#_ftn7\" name=\"_ftnref7\">[7]</a>, BLADE’s cutting-edge beer dispense system allows consumers to feel part of the crowd by enjoying a freshly poured, alcohol-free pint in a way that previously wasn’t possible.</li>\r\n 	<li>Signpost your no and low options to make them clear and visible to drinkers, either at the bar or through special menus. Placing BLADE®, with its eye-catching dome, on the front of your bar is proven to drive 22% more sales than if it were on the back bar <a href=\"#_ftn8\" name=\"_ftnref8\">[8]</a>.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong><u>The perfect atmosphere </u></strong></li>\r\n</ol>\r\n93% of sports-watchers will go back to the same pub if their first experience was a success<a href=\"#_ftn9\" name=\"_ftnref9\">[9]</a>, so make it count and give customers something they can’t get by sitting on the sofa at home in front of their own screen. Focus on the home nations and big matches, such as England vs. Tonga, or Ireland vs. Scotland, as these games are more likely to drive people from their sofas and into the pub.\r\n\r\nTIPS:\r\n<ul>\r\n 	<li>Encourage your staff to wear their nation’s colours or a rugby shirt to help everyone get into the spirit.</li>\r\n 	<li>More than one third of rugby fans say they would be willing to pay a deposit of £16+ per head to pre-book a table,<a href=\"#_ftn10\" name=\"_ftnref10\">[10]</a> so consider how to facilitate this and make sure you have plenty of seats with a good view, as well as several screens so that customers don’t miss any of the action.</li>\r\n 	<li>Ensure your next big event is well-advertised. Keep on top of the group stages, use social media to shout about your events, and share future matches and offers to make your outlet the go-to destination for a first-class sporting experience.</li>\r\n 	<li>Use Heineken®’s visibility kits – including bunting, fixture posters, drip mats and ‘try’ scarves – to drive consumer awareness of games being shown and enhance the atmosphere.</li>\r\n</ul>\r\nWhile we’re hoping for a home nation victory, one thing is for sure; a buzzing atmosphere will drive greater footfall, dwell time and sales, even after the match, as consumers either celebrate or commiserate in equal quantities<a href=\"#_ftn11\" name=\"_ftnref11\">[11]</a>.\r\n\r\n<a href=\"#_ftnref1\" name=\"_ftn1\">[1] Nielson sport study 2017, </a><a href=\"https://www.world.rugby/news/353740\">https://www.world.rugby/news/353740</a>\r\n\r\n<a href=\"#_ftnref2\" name=\"_ftn2\">[2] B</a><sup>ased on viewing figures from Six Nations tournaments and autumn internationals </sup>\r\n\r\n<a href=\"#_ftnref3\" name=\"_ftn3\">[3] MatchPint Rugby World Cup Survey June 2019</a>\r\n\r\n<a href=\"#_ftnref4\" name=\"_ftn4\">[4] Star Pubs &amp; Bars Proprietary data 2018-201</a>9\r\n\r\n<a href=\"#_ftnref5\" name=\"_ftn5\">[5] C</a><sup>GA 2019  </sup>\r\n\r\n<a href=\"#_ftnref6\" name=\"_ftn6\">[6] Nielsen &amp; CGA Data; Rolling MAT, YOY Comparison from Jun</a>e\r\n\r\n<a href=\"#_ftnref7\" name=\"_ftn7\">[7]</a> CGA Strategy 52 w/e 21 January 2018\r\n\r\n<a href=\"#_ftnref8\" name=\"_ftn8\">[8] Star Pubs &amp; Bars Proprietary data 2018-2019</a>\r\n\r\n<a href=\"#_ftnref9\" name=\"_ftn9\">[9] MatchPint Rugby World Cup Survey June 201</a>9\r\n\r\n<a href=\"#_ftnref10\" name=\"_ftn10\">[10] Match Pint Rugby World Cup Survey 2019</a>\r\n\r\n<a href=\"#_ftnref11\" name=\"_ftn11\">[11] Star Pubs &amp; Bars Proprietary data 2018-201</a>9\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/\">Hobgoblin takes on brand evolution</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/\">Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/ontrade-progress-issue-29/\">Ontrade Progress Issue #29</a></li>\r\n</ul>','Rugby World Cup 2019: How to score big','','inherit','closed','closed','','5877-revision-v1','','','2019-09-16 10:56:15','2019-09-16 10:56:15','',5877,'https://www.ontradeprogress.com/2019/09/16/5877-revision-v1/',0,'revision','',0),(5882,1,'2019-09-23 09:02:54','2019-09-23 09:02:54','<h1>The Rugby World Cup in Japan is now underway. As a venue owner or manager you may be considering how you can entice your customers away from their couches and into your establishment to enjoy the excitement of the match with other fans.</h1>\r\n<img class=\"alignright size-medium wp-image-5884\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-1-300x200.jpg\" alt=\"Rugby posts\" width=\"300\" height=\"200\" />\r\n\r\nHowever, before you adorn your walls with the flags of the nations taking part, and offer deals on pints of the black stuff with breakfast during the game, have you checked that your business is correctly licensed to be open, serving alcohol and showing the games – including the music used as part of the TV broadcasts?\r\n\r\nWe have put together a quick guide to keep you out of the licensing sin bin this Rugby World Cup.\r\n\r\n<strong>Know your licences</strong>\r\n\r\nObviously, a TV licence will be required to show the games to your customers. However, sports programming uses more music than people often realise, such as in the opening and closing titles, highlights and featured sequences, as well as the advertisements during commercial breaks.  You\'ll therefore usually need TheMusicLicence from PPL PRS Ltd if you’re using the television for showing sports and other programming in public.\r\n\r\n<strong>Why do I need a TV licence and a music licence?</strong>\r\n\r\n<strong><img class=\"alignright size-medium wp-image-5886\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/TML_Powered_Logo_RGB_Blue_Orange_Black-264x300.png\" alt=\"\" width=\"264\" height=\"300\" /></strong>\r\n\r\nUnder the Copyright, Designs and Patents Act 1988, permission is needed from the relevant copyright holders – those people who create music – in order to play or perform music in public.\r\n\r\nA TV licence allows you to receive the broadcast signal to the television within your business. However, it does not give you permission to play or perform the music within the broadcast.  Instead, TheMusicLicence gives you that permission, for virtually all commercially released music available.\r\n\r\n<strong>Premises Licence</strong>\r\n\r\nJapan is nine hours ahead of us here in the UK, and so most matches will start between 8:00am -11:00am.\r\n\r\nWhilst some premises’ licence will have a condition allowing you to show international sporting events and to hold licensable activities during that period, most will likely require a temporary event notice (TEN) to enable you to sell alcohol whilst the game is on. It would be advisable to check your licence now to see what permission you have. Further information can be found here: (<a href=\"https://www.gov.uk/temporary-events-notice\">https://www.gov.uk/temporary-events-notice</a>)\r\n\r\nSo, this September, make sure you are correctly licensed to entertain and refresh your customers, from the very first try through to the final whistle!\r\n\r\nGet TheMusicLicence<a href=\"https://pplprs.co.uk/getyourlicence/\"> here</a>, or call us on 0800 086 8820.','Don’t get sin-binned during the Rugby World Cup 2019','','publish','closed','open','','dont-get-sin-binned-during-the-rugby-world-cup-2019','','','2019-09-23 16:51:18','2019-09-23 16:51:18','',0,'https://www.ontradeprogress.com/?p=5882',0,'post','',0),(5883,1,'2019-09-23 08:37:08','2019-09-23 08:37:08','<h1>The Rugby World Cup in Japan is now underway. As a venue owner or manager you may be considering how you can entice your customers away from their couches and into your establishment to enjoy the excitement of the match with other fans.</h1>\r\nHowever, before you adorn your walls with the flags of the nations taking part, and offer deals on pints of the black stuff with breakfast during the game, have you checked that your business is correctly licensed to be open, serving alcohol and showing the games – including the music used as part of the TV broadcasts?\r\n\r\nWe have put together a quick guide to keep you out of the licensing sin bin this Rugby World Cup.\r\n\r\n<strong>Know your licences</strong>\r\n\r\nObviously, a TV licence will be required to show the games to your customers. However, sports programming uses more music than people often realise, such as in the opening and closing titles, highlights and featured sequences, as well as the advertisements during commercial breaks.  You\'ll therefore usually need TheMusicLicence from PPL PRS Ltd if you’re using the television for showing sports and other programming in public.\r\n\r\n<strong>Why do I need a TV licence and a music licence?</strong>\r\n\r\nUnder the Copyright, Designs and Patents Act 1988, permission is needed from the relevant copyright holders – those people who create music – in order to play or perform music in public.\r\n\r\nA TV licence allows you to receive the broadcast signal to the television within your business. However, it does not give you permission to play or perform the music within the broadcast.  Instead, TheMusicLicence gives you that permission, for virtually all commercially released music available.\r\n\r\n<strong>Premises Licence</strong>\r\n\r\nJapan is nine hours ahead of us here in the UK, and so most matches will start between 8:00am -11:00am.\r\n\r\nWhilst some premises’ licence will have a condition allowing you to show international sporting events and to hold licensable activities during that period, most will likely require a temporary event notice (TEN) to enable you to sell alcohol whilst the game is on. It would be advisable to check your licence now to see what permission you have. Further information can be found here: (<a href=\"https://www.gov.uk/temporary-events-notice\">https://www.gov.uk/temporary-events-notice</a>)\r\n\r\nSo, this September, make sure you are correctly licensed to entertain and refresh your customers, from the very first try through to the final whistle!','Don’t get sin-binned during the Rugby World Cup 2019','','inherit','closed','closed','','5882-revision-v1','','','2019-09-23 08:37:08','2019-09-23 08:37:08','',5882,'https://www.ontradeprogress.com/2019/09/23/5882-revision-v1/',0,'revision','',0),(5884,1,'2019-09-23 08:38:00','2019-09-23 08:38:00','','Rugby Photo 1','','inherit','closed','closed','','rugby-photo-1','','','2019-09-23 08:41:17','2019-09-23 08:41:17','',5882,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-1.jpg',0,'attachment','image/jpeg',0),(5885,1,'2019-09-23 08:38:16','2019-09-23 08:38:16','','Rugby Photo 2','','inherit','closed','closed','','rugby-photo-2','','','2019-09-23 08:39:20','2019-09-23 08:39:20','',5882,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-2.jpg',0,'attachment','image/jpeg',0),(5886,1,'2019-09-23 08:38:30','2019-09-23 08:38:30','','TML_Powered_Logo_RGB_Blue_Orange_Black','','inherit','closed','closed','','tml_powered_logo_rgb_blue_orange_black','','','2019-09-23 08:38:30','2019-09-23 08:38:30','',5882,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/TML_Powered_Logo_RGB_Blue_Orange_Black.png',0,'attachment','image/png',0),(5887,1,'2019-09-23 08:41:27','2019-09-23 08:41:27','<h1>The Rugby World Cup in Japan is now underway. As a venue owner or manager you may be considering how you can entice your customers away from their couches and into your establishment to enjoy the excitement of the match with other fans.</h1>\r\n<img class=\"alignright size-medium wp-image-5884\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-1-300x200.jpg\" alt=\"Rugby posts\" width=\"300\" height=\"200\" />\r\n\r\nHowever, before you adorn your walls with the flags of the nations taking part, and offer deals on pints of the black stuff with breakfast during the game, have you checked that your business is correctly licensed to be open, serving alcohol and showing the games – including the music used as part of the TV broadcasts?\r\n\r\nWe have put together a quick guide to keep you out of the licensing sin bin this Rugby World Cup.\r\n\r\n<strong>Know your licences</strong>\r\n\r\nObviously, a TV licence will be required to show the games to your customers. However, sports programming uses more music than people often realise, such as in the opening and closing titles, highlights and featured sequences, as well as the advertisements during commercial breaks.  You\'ll therefore usually need TheMusicLicence from PPL PRS Ltd if you’re using the television for showing sports and other programming in public.\r\n\r\n<strong>Why do I need a TV licence and a music licence?</strong>\r\n\r\nUnder the Copyright, Designs and Patents Act 1988, permission is needed from the relevant copyright holders – those people who create music – in order to play or perform music in public.\r\n\r\nA TV licence allows you to receive the broadcast signal to the television within your business. However, it does not give you permission to play or perform the music within the broadcast.  Instead, TheMusicLicence gives you that permission, for virtually all commercially released music available.\r\n\r\n<strong>Premises Licence</strong>\r\n\r\nJapan is nine hours ahead of us here in the UK, and so most matches will start between 8:00am -11:00am.\r\n\r\nWhilst some premises’ licence will have a condition allowing you to show international sporting events and to hold licensable activities during that period, most will likely require a temporary event notice (TEN) to enable you to sell alcohol whilst the game is on. It would be advisable to check your licence now to see what permission you have. Further information can be found here: (<a href=\"https://www.gov.uk/temporary-events-notice\">https://www.gov.uk/temporary-events-notice</a>)\r\n\r\nSo, this September, make sure you are correctly licensed to entertain and refresh your customers, from the very first try through to the final whistle!','Don’t get sin-binned during the Rugby World Cup 2019','','inherit','closed','closed','','5882-revision-v1','','','2019-09-23 08:41:27','2019-09-23 08:41:27','',5882,'https://www.ontradeprogress.com/2019/09/23/5882-revision-v1/',0,'revision','',0),(5888,1,'2019-09-23 09:02:37','2019-09-23 09:02:37','<h1>The Rugby World Cup in Japan is now underway. As a venue owner or manager you may be considering how you can entice your customers away from their couches and into your establishment to enjoy the excitement of the match with other fans.</h1>\r\n<img class=\"alignright size-medium wp-image-5884\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-1-300x200.jpg\" alt=\"Rugby posts\" width=\"300\" height=\"200\" />\r\n\r\nHowever, before you adorn your walls with the flags of the nations taking part, and offer deals on pints of the black stuff with breakfast during the game, have you checked that your business is correctly licensed to be open, serving alcohol and showing the games – including the music used as part of the TV broadcasts?\r\n\r\nWe have put together a quick guide to keep you out of the licensing sin bin this Rugby World Cup.\r\n\r\n<strong>Know your licences</strong>\r\n\r\nObviously, a TV licence will be required to show the games to your customers. However, sports programming uses more music than people often realise, such as in the opening and closing titles, highlights and featured sequences, as well as the advertisements during commercial breaks.  You\'ll therefore usually need TheMusicLicence from PPL PRS Ltd if you’re using the television for showing sports and other programming in public.\r\n\r\n<strong>Why do I need a TV licence and a music licence?</strong>\r\n\r\n<strong><img class=\"alignright size-medium wp-image-5886\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/TML_Powered_Logo_RGB_Blue_Orange_Black-264x300.png\" alt=\"\" width=\"264\" height=\"300\" /></strong>\r\n\r\nUnder the Copyright, Designs and Patents Act 1988, permission is needed from the relevant copyright holders – those people who create music – in order to play or perform music in public.\r\n\r\nA TV licence allows you to receive the broadcast signal to the television within your business. However, it does not give you permission to play or perform the music within the broadcast.  Instead, TheMusicLicence gives you that permission, for virtually all commercially released music available.\r\n\r\n<strong>Premises Licence</strong>\r\n\r\nJapan is nine hours ahead of us here in the UK, and so most matches will start between 8:00am -11:00am.\r\n\r\nWhilst some premises’ licence will have a condition allowing you to show international sporting events and to hold licensable activities during that period, most will likely require a temporary event notice (TEN) to enable you to sell alcohol whilst the game is on. It would be advisable to check your licence now to see what permission you have. Further information can be found here: (<a href=\"https://www.gov.uk/temporary-events-notice\">https://www.gov.uk/temporary-events-notice</a>)\r\n\r\nSo, this September, make sure you are correctly licensed to entertain and refresh your customers, from the very first try through to the final whistle!','Don’t get sin-binned during the Rugby World Cup 2019','','inherit','closed','closed','','5882-revision-v1','','','2019-09-23 09:02:37','2019-09-23 09:02:37','',5882,'https://www.ontradeprogress.com/2019/09/23/5882-revision-v1/',0,'revision','',0),(5889,1,'2019-09-23 09:43:43','2019-09-23 09:43:43','<h1>Did you know that you can increase your average customer spend by up to 42% by organising two or three karaoke nights a month?*</h1>\r\nWe are approaching the busy party season and before you know it, everyone will be singing “All I Want for Christmas is You” too early for Christmas songs? We don’t think so, preparation for the busy season ahead is underway. Don’t miss out on the chance to provide your very own entertainment with Singa, a modern service for karaoke, background music and digital advertising.\r\n\r\nVenues all over the world are using Singa to provide entertainment, advertise their offers and events and increase their number of customers and spend.\r\n\r\nHere’s what operations manager, Gary Roberts at Amber Taverns has to say about us: “During the development of a new trading concept we explored he options of having a karaoke system that we could utilise for themed nights – whilst also giving our customers the option to use it anytime throughout the day. Singa was the perfect piece of kit with the software preloaded on an iPad, simple to use for the customers and backed up with a superb app. Key trading periods the booth is fully utilised and our research shows the customers that come to the venue for Singa account for 16% of trade at weekends and 6% midweek. We believe without Singa this particular customer base probably wouldn’t even come to the venue – karaoke is the attraction for them”.\r\n\r\nFor a limited time only, get 2 months at half price on Singa.\r\n\r\nWhat are you waiting for? To book your free demo, please contact Steve on 07748117864\r\n\r\n*Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>\r\n\r\nFor more information on Singa visit:  <a href=\"https://singa.business/en\">https://singa.business/en</a>','Increase your Customer Spend with Singa','','publish','closed','open','','increase-your-customer-spend-with-singa','','','2019-09-23 12:37:37','2019-09-23 12:37:37','',0,'https://www.ontradeprogress.com/?p=5889',0,'post','',0),(5890,1,'2019-09-23 09:18:32','2019-09-23 09:18:32','<h1>Did you know that you can increase your average customer spend by up to 42% by organising two or three karaoke nights a month?*</h1>\r\nWe are approaching the busy party season and before you know it, everyone will be singing “All I Want for Christmas is You” too early for Christmas songs? We don’t think so, preparation for the busy season ahead is underway.\r\nDon’t miss out on the chance to provide your very own entertainment with Singa, a modern service for karaoke, background music and digital advertising.\r\n\r\nVenues all over the world are using Singa to provide entertainment, advertise their offers and events and increase their number of customers and spend.\r\n\r\nHere’s what operations manager, Gary Roberts at Amber Taverns has to say about us: “During the development of a new trading concept we explored he options of having a karaoke system that we could utilise for themed nights – whilst also giving our customers the option to use it anytime throughout the day. Singa was the perfect piece of kit with the software preloaded on an iPad, simple to use for the customers and backed up with a superb app. Key trading periods the booth is fully utilised and our research shows the customers that come to the venue for Singa account for 16% of trade at weekends and 6% midweek. We believe without Singa this particular customer base probably wouldn’t even come to the venue – karaoke is the attraction for them”\r\n\r\nFor a limited time only, get 2 months at half price on Singa.\r\n\r\nWhat are you waiting for? To book your free demo, please contact Steve on 07748117864\r\n\r\n*Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>','Increase your Customer Spend with Singa','','inherit','closed','closed','','5889-revision-v1','','','2019-09-23 09:18:32','2019-09-23 09:18:32','',5889,'https://www.ontradeprogress.com/2019/09/23/5889-revision-v1/',0,'revision','',0),(5891,1,'2019-09-23 09:19:13','2019-09-23 09:19:13','<h1>Did you know that you can increase your average customer spend by up to 42% by organising two or three karaoke nights a month?*</h1>\r\nWe are approaching the busy party season and before you know it, everyone will be singing “All I Want for Christmas is You” too early for Christmas songs? We don’t think so, preparation for the busy season ahead is underway. Don’t miss out on the chance to provide your very own entertainment with Singa, a modern service for karaoke, background music and digital advertising.\r\n\r\nVenues all over the world are using Singa to provide entertainment, advertise their offers and events and increase their number of customers and spend.\r\n\r\nHere’s what operations manager, Gary Roberts at Amber Taverns has to say about us: “During the development of a new trading concept we explored he options of having a karaoke system that we could utilise for themed nights – whilst also giving our customers the option to use it anytime throughout the day. Singa was the perfect piece of kit with the software preloaded on an iPad, simple to use for the customers and backed up with a superb app. Key trading periods the booth is fully utilised and our research shows the customers that come to the venue for Singa account for 16% of trade at weekends and 6% midweek. We believe without Singa this particular customer base probably wouldn’t even come to the venue – karaoke is the attraction for them”\r\n\r\nFor a limited time only, get 2 months at half price on Singa.\r\n\r\nWhat are you waiting for? To book your free demo, please contact Steve on 07748117864\r\n\r\n*Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>','Increase your Customer Spend with Singa','','inherit','closed','closed','','5889-revision-v1','','','2019-09-23 09:19:13','2019-09-23 09:19:13','',5889,'https://www.ontradeprogress.com/2019/09/23/5889-revision-v1/',0,'revision','',0),(5892,1,'2019-09-23 09:40:51','2019-09-23 09:40:51','','Singa_Party_Venue','','inherit','closed','closed','','singa_party_venue','','','2019-09-23 09:40:51','2019-09-23 09:40:51','',5889,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/Singa_Party_Venue.jpg',0,'attachment','image/jpeg',0),(5893,1,'2019-09-23 09:44:41','2019-09-23 09:44:41','<h1>Come the <strong>19<sup>th</sup> &amp; 20<sup>th</sup> November</strong>, <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">Restaurant &amp; Bar Tech Live</a> will transform the <strong>ExCeL London</strong> into the biggest hub in Europe for the technologies transforming restaurants and bars, for yet another unmissable year!</h1>\r\nAt the much-anticipated 2019 event, your <strong>FREE </strong>ticket will give you exclusive access to all of the hottest new tech trends in hospitality, immersing you in the ultimate marketplace for business growth and equipping you with all the tools you need to secure the success of your business for years to come.\r\n\r\nDesigned to inspire ambitious industry professionals with an appetite for innovation, the show’s unparalleled line-up is sure to arm you with all the systems, gadgets, and gizmos you need to build your brand, boost your profits and attract hordes of new customers.\r\n\r\nOver the course of two action-packed days, you’ll join thousands of industry professionals all hungry for growth and armed with ambition as you take advantage of all that the show’s truly unprecedented line-up has to offer.\r\n\r\nAs soon as the doors open to this year’s much-anticipated event, you’ll be able to find over <strong>300 </strong>cutting-edge suppliers, engage in <strong>200 </strong>educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming <a href=\"http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP\"><strong>#FES19</strong></a>, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP\">restauranttechlive.co.uk.</a>\r\n\r\n<strong>For Exhibiting &amp; Sponsorship enquiries:</strong>\r\n\r\nJames Williams - Managing Director\r\n<a href=\"mailto:James.Williams@prysmgroup.co.uk\">James.Williams@prysmgroup.co.uk </a>\r\n\r\n+44 (0) 117 990 2850\r\n\r\n<strong>For Marketing &amp; Press enquiries:</strong>\r\n\r\nLizzie Duffin - Marketing Manager\r\n<a href=\"mailto:Lizzie.Duffin@prysmgroup.co.uk\">Lizzie.Duffin@prysmgroup.co.uk</a>\r\n\r\n+44 (0) 117 990 2096\r\n\r\n&nbsp;','Ontrade Progress partner with Restaurant & Bar Tech Live','','inherit','closed','closed','','5847-revision-v1','','','2019-09-23 09:44:41','2019-09-23 09:44:41','',5847,'https://www.ontradeprogress.com/2019/09/23/5847-revision-v1/',0,'revision','',0),(5894,1,'2019-09-23 10:11:25','2019-09-23 10:11:25','<h1>A new look Hobgoblin includes the overhaul of its key beers whilst also championing the wider Wychwood portfolio.</h1>\nHobgoblin, the brand that brought ‘Taste to the Nation’ and questioned ‘What’s the matter Lagerboy?’ is evolving for the first time in its 31-year history.\n\nThe character, synonymous with the brand’s rebellious state of mind, will remain front of stage but the branding will be stripped back to focus on a more contemporary and modern look that is just the beginning for the refreshed Hobgoblin.\n\n[caption id=\"attachment_5873\" align=\"alignright\" width=\"124\"]<img class=\"size-medium wp-image-5873\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-124x300.jpg\" alt=\"Hobgoblin takes on brand evolution\" width=\"124\" height=\"300\" /> Hobgoblin takes on brand evolution[/caption]\n\nThe fresh new look is about making the brand more accessible to potential new drinkers, something that Marketing Manager Jo Wyke, who has worked with Hobgoblin for six years has been keen to explore: <em>“This is a bold change for Hobgoblin. We know how much it is celebrated as the leader of the pack and its legacy amongst great British Beers, so we wanted to make sure we tested the new look, researched and tested again, ensuring we kept the character that everyone expects from Hobgoblin.”</em>\n\n<em>The design revamp is just the beginning of the journey we want to take our new consumer on and it will be the quality, taste and range of the beers that will keep everyone coming back.”</em>\n\nThe brand is transitioning from its image as a ‘core Halloween seasonal beer’ to become a more mainstream year-long beer for anytime anywhere with increased focus on the award-winning Hobgoblin Gold and Hobgoblin IPA, voted the World’s best IPA. These two beers alongside the legendary Hobgoblin Ruby will be followed in the new year by a shake-up in the smaller batch brewed Wychwood portfolio.  Introducing some new contemporary beer styles to support the new look including; 5Head a brand-new session IPA, Shy Giant an American hopped Amber and Diceman Stout alongside originals Firecatcher and Dryneck.\n\nThe contemporary look will be supported by a new creative platform that will be launched in early 2020 - in true style, the original rebel beer is back and ready for more.\n<ul>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/\">Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/artis-seasonal-glassware-picks-from/\">Seasonal glassware picks from Artis</a></li>\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/\">Pub group cuts 10,000 water bottles</a></li>\n</ul>','Hobgoblin takes on brand evolution','','inherit','closed','closed','','5871-autosave-v1','','','2019-09-23 10:11:25','2019-09-23 10:11:25','',5871,'https://www.ontradeprogress.com/2019/09/23/5871-autosave-v1/',0,'revision','',0),(5895,1,'2019-09-23 10:12:49','2019-09-23 10:12:49','<h1>A fresh look Hobgoblin includes the overhaul of its key beers whilst also championing the wider Wychwood portfolio.</h1>\r\nHobgoblin, the brand that brought ‘Taste to the Nation’ and questioned ‘What’s the matter Lagerboy?’ is evolving for the first time in its 31-year history.\r\n\r\nThe Hobgoblin character, synonymous with the brand’s rebellious state of mind, will remain front of stage but the branding will be stripped back to focus on a more contemporary and modern look that is just the beginning for the refreshed Hobgoblin.\r\n\r\n[caption id=\"attachment_5873\" align=\"alignright\" width=\"124\"]<img class=\"size-medium wp-image-5873\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/GR_Hobgoblin-IPA-Pump-Clip-Draft-visual-124x300.jpg\" alt=\"Hobgoblin takes on brand evolution\" width=\"124\" height=\"300\" /> Hobgoblin takes on brand evolution[/caption]\r\n\r\nThe fresh new look is about making the brand more accessible to potential new drinkers, something that Marketing Manager Jo Wyke, who has worked with Hobgoblin for six years has been keen to explore: <em>“This is a bold change for Hobgoblin. We know how much it is celebrated as the leader of the pack and its legacy amongst great British Beers, so we wanted to make sure we tested the new look, researched and tested again, ensuring we kept the character that everyone expects from Hobgoblin.”</em>\r\n\r\n<em>The design revamp is just the beginning of the journey we want to take our new consumer on and it will be the quality, taste and range of the beers that will keep everyone coming back.”</em>\r\n\r\nThe brand is transitioning from its image as a ‘core Halloween seasonal beer’ to become a more mainstream year-long beer for anytime anywhere with increased focus on the award-winning Hobgoblin Gold and Hobgoblin IPA, voted the World’s best IPA. These two beers alongside the legendary Hobgoblin Ruby will be followed in the new year by a shake-up in the smaller batch brewed Wychwood portfolio.  Introducing some new contemporary beer styles to support the new look including; 5Head a brand-new session IPA, Shy Giant an American hopped Amber and Diceman Stout alongside originals Firecatcher and Dryneck.\r\n\r\nThe contemporary look will be supported by a new creative platform that will be launched in early 2020 - in true style, the original rebel beer is back and ready for more.\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/\">Ontrade Progress have partnered with Restaurant &amp; Bar Tech Live</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/artis-seasonal-glassware-picks-from/\">Seasonal glassware picks from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/\">Pub group cuts 10,000 water bottles</a></li>\r\n</ul>','Hobgoblin takes on brand evolution','','inherit','closed','closed','','5871-revision-v1','','','2019-09-23 10:12:49','2019-09-23 10:12:49','',5871,'https://www.ontradeprogress.com/2019/09/23/5871-revision-v1/',0,'revision','',0),(5896,1,'2019-09-23 10:36:12','2019-09-23 10:36:12','<h1>We recognise that it’s important to keep ahead of your competition and stay ahead of the trend driven culture that surrounds the night time industry; this is why we are proud to be working with International Drink Expo - a show entirely dedicated to the advancements of bar &amp; club innovations.</h1>\r\nOne of the hot topics at this year’s unmissable event is rum. Found on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed.\r\n<h2>But what are the predictions for the rum market in 2020?</h2>\r\n<h2>Quality Over Quantity</h2>\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n<h2>Innovative Flavours</h2>\r\nThe UK has experienced a big increase in competition and new product launches thanks to consumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is predicted to be a big trend in 2020. Coconut rum is already particularly popular, along with coffee rum like RumJava. According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n<h2>Rum Cocktails</h2>\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails is growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more?<a href=\"http://www.internationaldrinkexpo.co.uk/news/21153/?pntOTP\"> View full article.</a>\r\n\r\nWant to discover more about the future of rum? The International Drink Expo will be welcoming a variety of great rum brands, rum enthusiasts, and experts from the industry - so grab your <strong>FREE</strong> tickets and join us in November!','Rum Trends For 2020','','publish','closed','open','','rum-trends-for-2020','','','2019-09-23 11:16:46','2019-09-23 11:16:46','',0,'https://www.ontradeprogress.com/?p=5896',0,'post','',0),(5897,1,'2019-09-23 10:22:06','2019-09-23 10:22:06','<h1>We recognise that it’s important to keep ahead of your competition and stay ahead of the trend driven culture that surrounds the night time industry; this is why we are proud to be working with International Drink Expo - a show entirely dedicated to the advancements of bar &amp; club innovations.</h1>\r\nOne of the hot topics at this year’s unmissable event is rum. Found on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed.\r\n<h2>But what are the predictions for the rum market in 2020?</h2>\r\nQuality Over Quantity\r\n\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better\r\n\r\nquality” and there are no signs of this stopping. As consumers are becoming more interested\r\n\r\nin age and origin, luxury rum is expected to increase in sales by almost $230 million between\r\n\r\n2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more\r\n\r\nabout content over cost, big brands are turning their focuses to launching premium rum.\r\n\r\nInnovative Flavours\r\n\r\nThe UK has experienced a big increase in competition and new product launches thanks to\r\n\r\nconsumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in\r\n\r\nthe UK, there are now nearly 200, with that number only looking to escalate in the future.\r\n\r\nConsumers are always on the hunt for new, innovative flavours, which is why this is\r\n\r\npredicted to be a big trend in 2020. Coconut rum is already particularly popular, along with\r\n\r\ncoffee rum like RumJava. According to reports, the flavoured sector will be bigger than white\r\n\r\nrum in off-trade by 2020.\r\n\r\nRum Cocktails\r\n\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum!\r\n\r\nThe UK’s cocktail culture is booming, and as rum cocktails is growing in popularity, bars are\r\n\r\nlooking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more? View full article .\r\n\r\nWant to discover more about the future of rum? The International Drink Expo will be\r\n\r\nwelcoming a variety of great rum brands, rum enthusiasts, and experts from the industry - so\r\n\r\ngrab your FREE tickets and join us in November!\r\n\r\n…………………………………………………………………………………………………………...','Rum Trends For 2020','','inherit','closed','closed','','5896-revision-v1','','','2019-09-23 10:22:06','2019-09-23 10:22:06','',5896,'https://www.ontradeprogress.com/2019/09/23/5896-revision-v1/',0,'revision','',0),(5898,1,'2019-09-23 10:27:12','2019-09-23 10:27:12','<h1>We recognise that it’s important to keep ahead of your competition and stay ahead of the trend driven culture that surrounds the night time industry; this is why we are proud to be working with International Drink Expo - a show entirely dedicated to the advancements of bar &amp; club innovations.</h1>\r\nOne of the hot topics at this year’s unmissable event is rum. Found on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed.\r\n<h2>But what are the predictions for the rum market in 2020?</h2>\r\n<h2>Quality Over Quantity</h2>\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n<h2>Innovative Flavours</h2>\r\nThe UK has experienced a big increase in competition and new product launches thanks to consumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is predicted to be a big trend in 2020. Coconut rum is already particularly popular, along with coffee rum like RumJava. According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n<h2>Rum Cocktails</h2>\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails is growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more?<a href=\"http://www.internationaldrinkexpo.co.uk/news/21153/?pntOTP\"> View full article.</a>\r\n\r\nWant to discover more about the future of rum? The International Drink Expo will be welcoming a variety of great rum brands, rum enthusiasts, and experts from the industry - so grab your <strong>FREE</strong> tickets and join us in November!','Rum Trends For 2020','','inherit','closed','closed','','5896-revision-v1','','','2019-09-23 10:27:12','2019-09-23 10:27:12','',5896,'https://www.ontradeprogress.com/2019/09/23/5896-revision-v1/',0,'revision','',0),(5899,1,'2019-09-23 16:07:51','2019-09-23 16:07:51','<h1>Your guide to designing a restaurant website</h1>\r\nWhen it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.\r\n<h2><strong>Ambiance</strong></h2>\r\nYour website should reflect the atmosphere and space of your restaurant. This allows customers to get a sense of the experience they will get when they visit your establishment. Many details feed into the vibe your website gives off, from the fonts and the colour palette you choose to the imagery you use. Beautiful imagery can show customers how great your restaurant looks or how appetising your food is. By using high quality photography, the restaurant can sell itself.\r\n\r\nThe most commonly used colour palettes for restaurant websites are red, black, white or light grey, and brown and neutral earth tones.\r\n\r\nRed symbolises energy and increases appetites. It is most commonly used in the fast food industry. Muted, earthy toned reds or richer, darker reds are effective for creating a comforting or luxurious feeling.\r\n\r\nThe colour black exudes sophistication, luxury and simplicity which is why it is often used on fine dining websites. Black is also a prevalent colour for restaurants with a rustic or industrial style.\r\n\r\nWebsites that use white or light grey convey a sense of cleanliness and openness as well as simplicity and elegance. White is a regularly used colour for upscale restaurants for those reasons. Light grey can also have a similar effect.\r\n\r\nRestaurants that use browns and neutral tones on their websites communicate reliability, comfort and adherence to tradition which makes them a popular choice for fine dining establishments as well as those offering hearty, rustic, comfort food.\r\n<h2><strong>Usability</strong></h2>\r\nEase of navigation for your customers is central to creating a great website. There are numerous features of a website that provide a simple and more enjoyable user experience.\r\n\r\nHave the website designed using a mobile-first approach. 81% of consumers search for restaurants on their mobiles so instead of trying to make a desktop design work for mobile create a better, faster website that will work on all devices. This way each user will have the same experience.\r\n\r\nPlace your restaurant logo in the top left corner. It’s the traditional positioning for a logo because it’s almost always the first thing your customers read as most customers read from top to bottom, left to right.\r\n\r\nConsider using a sticky header; a navigation or menu bar that will remain visible as the user scrolls down and moves around a page. This enables the user to view the information they want wherever on the website they may be.\r\n\r\nAvoid PDF menus. Google has menus included in its search metrics so if your menu is in PDF form not only is it harder for the user to access and navigate, it also means that your menu isn’t driving traffic to your website by showing up in Google search results.\r\n\r\nAllow your customers to make a reservation through your website. You can either utilise third party booking software like OpenTable or you can have your own booking form created.\r\n<h2>Essential pages for a restaurant website</h2>\r\n<ul>\r\n 	<li>Homepage</li>\r\n 	<li>Our story/About us (which may include: the story or inspiration behind your restaurant, where you source your ingredients, a head chef profile, an introduction to your front of house and back of house staff)</li>\r\n 	<li>Gallery</li>\r\n 	<li>Menu</li>\r\n 	<li>Book A Table</li>\r\n 	<li>Contact &amp; Hours</li>\r\n</ul>\r\nWe hope this gives you a better understanding of what to consider when creating the restaurant website of your dreams. If you have any questions or would like some help in putting any of this into action, our dedicated website design team are here to help. Say hello on 01524 548948, or email <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a>.','How to design a great restaurant website','','publish','closed','open','','how-to-design-a-great-restaurant-website','','','2019-09-23 16:07:51','2019-09-23 16:07:51','',0,'https://www.ontradeprogress.com/?p=5899',0,'post','',0),(5900,1,'2019-09-23 10:35:46','2019-09-23 10:35:46','','quality rum (1)','','inherit','closed','closed','','quality-rum-1','','','2019-09-23 10:35:59','2019-09-23 10:35:59','',5896,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/quality-rum-1.png',0,'attachment','image/png',0),(5901,1,'2019-09-23 10:37:03','2019-09-23 10:37:03','<h1>We recognise that it’s important to keep ahead of your competition and stay ahead of the trend driven culture that surrounds the night time industry; this is why we are proud to be working with International Drink Expo - a show entirely dedicated to the advancements of bar &amp; club innovations.</h1>\r\nOne of the hot topics at this year’s unmissable event is rum. Found on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed.\r\n<h2>But what are the predictions for the rum market in 2020?</h2>\r\n<h2>Quality Over Quantity</h2>\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n<h2>Innovative Flavours</h2>\r\nThe UK has experienced a big increase in competition and new product launches thanks to consumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is predicted to be a big trend in 2020. Coconut rum is already particularly popular, along with coffee rum like RumJava. According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n<h2>Rum Cocktails</h2>\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails is growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more?<a href=\"http://www.internationaldrinkexpo.co.uk/news/21153/?pntOTP\"> View full article.</a>\r\n\r\nWant to discover more about the future of rum? The International Drink Expo will be welcoming a variety of great rum brands, rum enthusiasts, and experts from the industry - so grab your <strong>FREE</strong> tickets and join us in November!','Rum Trends For 2020','','inherit','closed','closed','','5896-autosave-v1','','','2019-09-23 10:37:03','2019-09-23 10:37:03','',5896,'https://www.ontradeprogress.com/2019/09/23/5896-autosave-v1/',0,'revision','',0),(5902,1,'2019-09-23 11:24:36','2019-09-23 11:24:36','<h1>The Rugby World Cup in Japan is now underway. As a venue owner or manager you may be considering how you can entice your customers away from their couches and into your establishment to enjoy the excitement of the match with other fans.</h1>\r\n<img class=\"alignright size-medium wp-image-5884\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/Rugby-Photo-1-300x200.jpg\" alt=\"Rugby posts\" width=\"300\" height=\"200\" />\r\n\r\nHowever, before you adorn your walls with the flags of the nations taking part, and offer deals on pints of the black stuff with breakfast during the game, have you checked that your business is correctly licensed to be open, serving alcohol and showing the games – including the music used as part of the TV broadcasts?\r\n\r\nWe have put together a quick guide to keep you out of the licensing sin bin this Rugby World Cup.\r\n\r\n<strong>Know your licences</strong>\r\n\r\nObviously, a TV licence will be required to show the games to your customers. However, sports programming uses more music than people often realise, such as in the opening and closing titles, highlights and featured sequences, as well as the advertisements during commercial breaks.  You\'ll therefore usually need TheMusicLicence from PPL PRS Ltd if you’re using the television for showing sports and other programming in public.\r\n\r\n<strong>Why do I need a TV licence and a music licence?</strong>\r\n\r\n<strong><img class=\"alignright size-medium wp-image-5886\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/09/TML_Powered_Logo_RGB_Blue_Orange_Black-264x300.png\" alt=\"\" width=\"264\" height=\"300\" /></strong>\r\n\r\nUnder the Copyright, Designs and Patents Act 1988, permission is needed from the relevant copyright holders – those people who create music – in order to play or perform music in public.\r\n\r\nA TV licence allows you to receive the broadcast signal to the television within your business. However, it does not give you permission to play or perform the music within the broadcast.  Instead, TheMusicLicence gives you that permission, for virtually all commercially released music available.\r\n\r\n<strong>Premises Licence</strong>\r\n\r\nJapan is nine hours ahead of us here in the UK, and so most matches will start between 8:00am -11:00am.\r\n\r\nWhilst some premises’ licence will have a condition allowing you to show international sporting events and to hold licensable activities during that period, most will likely require a temporary event notice (TEN) to enable you to sell alcohol whilst the game is on. It would be advisable to check your licence now to see what permission you have. Further information can be found here: (<a href=\"https://www.gov.uk/temporary-events-notice\">https://www.gov.uk/temporary-events-notice</a>)\r\n\r\nSo, this September, make sure you are correctly licensed to entertain and refresh your customers, from the very first try through to the final whistle!\r\n\r\nGet TheMusicLicence<a href=\"https://pplprs.co.uk/getyourlicence/\"> here</a>, or call us on 0800 086 8820.','Don’t get sin-binned during the Rugby World Cup 2019','','inherit','closed','closed','','5882-revision-v1','','','2019-09-23 11:24:36','2019-09-23 11:24:36','',5882,'https://www.ontradeprogress.com/2019/09/23/5882-revision-v1/',0,'revision','',0),(5903,1,'2019-09-23 11:44:06','2019-09-23 11:44:06','<h1>Did you know that you can increase your average customer spend by up to 42% by organising two or three karaoke nights a month?*</h1>\r\nWe are approaching the busy party season and before you know it, everyone will be singing “All I Want for Christmas is You” too early for Christmas songs? We don’t think so, preparation for the busy season ahead is underway. Don’t miss out on the chance to provide your very own entertainment with Singa, a modern service for karaoke, background music and digital advertising.\r\n\r\nVenues all over the world are using Singa to provide entertainment, advertise their offers and events and increase their number of customers and spend.\r\n\r\nHere’s what operations manager, Gary Roberts at Amber Taverns has to say about us: “During the development of a new trading concept we explored he options of having a karaoke system that we could utilise for themed nights – whilst also giving our customers the option to use it anytime throughout the day. Singa was the perfect piece of kit with the software preloaded on an iPad, simple to use for the customers and backed up with a superb app. Key trading periods the booth is fully utilised and our research shows the customers that come to the venue for Singa account for 16% of trade at weekends and 6% midweek. We believe without Singa this particular customer base probably wouldn’t even come to the venue – karaoke is the attraction for them”.\r\n\r\nFor a limited time only, get 2 months at half price on Singa.\r\n\r\nWhat are you waiting for? To book your free demo, please contact Steve on 07748117864\r\n\r\n*Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>\r\n\r\nFor more information on Singa visit:  <a href=\"https://singa.business/en\">https://singa.business/en</a>','Increase your Customer Spend with Singa','','inherit','closed','closed','','5889-revision-v1','','','2019-09-23 11:44:06','2019-09-23 11:44:06','',5889,'https://www.ontradeprogress.com/2019/09/23/5889-revision-v1/',0,'revision','',0),(5904,1,'2019-09-23 12:05:57','2019-09-23 12:05:57','<h1>Your guide to designing a restaurant website</h1>\r\nWhen it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.\r\n<h2><strong>Ambiance</strong></h2>\r\nYour website should reflect the atmosphere and space of your restaurant. This allows customers to get a sense of the experience they will get when they visit your establishment. Many details feed into the vibe your website gives off, from the fonts and the colour palette you choose to the imagery you use. Beautiful imagery can show customers how great your restaurant looks or how appetising your food is. By using high quality photography, the restaurant can sell itself.\r\n\r\nThe most commonly used colour palettes for restaurant websites are red, black, white or light grey, and brown and neutral earth tones.\r\n\r\nRed symbolises energy and increases appetites. It is most commonly used in the fast food industry. Muted, earthy toned reds or richer, darker reds are effective for creating a comforting or luxurious feeling.\r\n\r\nThe colour black exudes sophistication, luxury and simplicity which is why it is often used on fine dining websites. Black is also a prevalent colour for restaurants with a rustic or industrial style.\r\n\r\nWebsites that use white or light grey convey a sense of cleanliness and openness as well as simplicity and elegance. White is a regularly used colour for upscale restaurants for those reasons. Light grey can also have a similar effect.\r\n\r\nRestaurants that use browns and neutral tones on their websites communicate reliability, comfort and adherence to tradition which makes them a popular choice for fine dining establishments as well as those offering hearty, rustic, comfort food.\r\n<h2><strong>Usability</strong></h2>\r\nEase of navigation for your customers is central to creating a great website. There are numerous features of a website that provide a simple and more enjoyable user experience.\r\n\r\nHave the website designed using a mobile-first approach. 81% of consumers search for restaurants on their mobiles so instead of trying to make a desktop design work for mobile create a better, faster website that will work on all devices. This way each user will have the same experience.\r\n\r\nPlace your restaurant logo in the top left corner. It’s the traditional positioning for a logo because it’s almost always the first thing your customers read as most customers read from top to bottom, left to right.\r\n\r\nConsider using a sticky header; a navigation or menu bar that will remain visible as the user scrolls down and moves around a page. This enables the user to view the information they want wherever on the website they may be.\r\n\r\nAvoid PDF menus. Google has menus included in its search metrics so if your menu is in PDF form not only is it harder for the user to access and navigate, it also means that your menu isn’t driving traffic to your website by showing up in Google search results.\r\n\r\nAllow your customers to make a reservation through your website. You can either utilise third party booking software like OpenTable or you can have your own booking form created.\r\n<h2>Essential pages for a restaurant website</h2>\r\n<ul>\r\n 	<li>Homepage</li>\r\n 	<li>Our story/About us (which may include: the story or inspiration behind your restaurant, where you source your ingredients, a head chef profile, an introduction to your front of house and back of house staff)</li>\r\n 	<li>Gallery</li>\r\n 	<li>Menu</li>\r\n 	<li>Book A Table</li>\r\n 	<li>Contact &amp; Hours</li>\r\n</ul>\r\nWe hope this gives you a better understanding of what to consider when creating the restaurant website of your dreams. If you have any questions or would like some help in putting any of this into action, our dedicated website design team are here to help. Say hello on 01524 548948, or email <a href=\"mailto:info@fatmedia.co.uk\">info@fatmedia.co.uk</a>.','How to design a great restaurant website','','inherit','closed','closed','','5899-revision-v1','','','2019-09-23 12:05:57','2019-09-23 12:05:57','',5899,'https://www.ontradeprogress.com/2019/09/23/5899-revision-v1/',0,'revision','',0),(5905,1,'2019-09-23 15:03:52','2019-09-23 15:03:52','','OTP-EMAIL-FAT-MEDIA','','inherit','closed','closed','','otp-email-fat-media','','','2019-09-23 15:03:52','2019-09-23 15:03:52','',5899,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/OTP-EMAIL-FAT-MEDIA.jpg',0,'attachment','image/jpeg',0),(5906,1,'2019-09-23 16:06:21','2019-09-23 16:06:21','','FatMedia_1600x550 OTP','','inherit','closed','closed','','fatmedia_1600x550-otp','','','2019-09-23 16:06:46','2019-09-23 16:06:46','',5899,'https://www.ontradeprogress.com/wp-content/uploads/2019/09/FatMedia_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(5913,1,'2019-10-01 09:38:56','2019-10-01 09:38:56','<h1>Taking place on the 19th &amp; 20th of November at the ExCeL London, your free ticket promises to connect bar and restaurant professionals with over 15,000 restaurant and bar operators actively looking to streamline their operations, enhance their efficiency and improve customer experience!</h1>\r\nExperts from the likes of Honest Burger, Brewdog, and Coppa Club will be on hand to enlighten visitors with the very best hospitality guidance, whilst an array of the industry\'s biggest and most innovative suppliers will be showcasing the solutions shaping the drinks sector-all under one roof!\r\n\r\nSo what’s all the fuss about? Be sure to check out what\'s on the menu with this tasty lineup of unmissable keynotes speakers...\r\n<h2>Deskless Not Voiceless- Redefining the Knowledge Worker in Hospitality</h2>\r\nThis session will be a conversation with <a href=\"http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Dana Muntean</a>, Growth Lead at Workplace by Facebook, and <a href=\"http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Daniel Davis</a>, Engagement and Communication Manager at Honest Burgers, where they will discuss the importance of creating connected communities at work, tips on how to navigate and communicate with frontline workers, and the reason why companies should obsess about their culture.\r\n\r\nRedefining the knowledge worker in hospitality, connecting the whole organisation and giving everyone a voice is an essential part of a happy, successful business -- unfortunately, this is far from reality. 84% of business leaders say that they stay connected with their frontline workers, but only 14% of those employees feel connected to HQ, and only 3% feel connected to their C-Suite. It\'s time for a change.\r\n\r\nFor all this and more, your free ticket will give you access to over 300 drink producers, 200 insightful seminars, 1-2-1 business advice, invaluable new contacts, live demos and so much more. So whether you’re simply looking to source the latest products &amp; services, or yearning to revolutionise your business, there’s no better place to be!\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink. So what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.restauranttechlive.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\" target=\"_blank\" rel=\"noopener noreferrer\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\" target=\"_blank\" rel=\"noopener noreferrer\">Rum Trends For 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/\" target=\"_blank\" rel=\"noopener noreferrer\">Increase your Customer Spend with Singa</a></li>\r\n</ul>','Meet Honest Burger and Facebook at Restaurant & Bar Tech Live!','','publish','closed','open','','restaurant-bar-tech-live-hospitality','','\nhttps://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/','2019-10-02 10:18:29','2019-10-02 10:18:29','',0,'https://www.ontradeprogress.com/?p=5913',0,'post','',0),(5914,1,'2019-10-01 09:38:38','2019-10-01 09:38:38','<h1>Taking place on the ?19th &amp; 20th of November ?at the ?ExCeL London?, your ?free ticket promises to connect bar and restaurant professionals with over 15,000 restaurant and bar operators actively looking to streamline their operations, enhance their efficiency and improve customer experience!</h1>\r\nE?xperts from the likes of Honest Burger, Brewdog, and Coppa Club will be on hand to enlighten visitors with the very best hospitality guidance, whilst an array of the industry\'s biggest and most innovative suppliers will be showcasing the solutions shaping the drinks sector-all under one roof!\r\n\r\nSo what’s all the fuss about? ?Be sure to check out ?what\'s on the menu with this ?tasty lineup of unmissable keynotes ?speakers?...\r\n<h2>Deskless Not Voiceless- Redefining the Knowledge Worker in Hospitality</h2>\r\nThis session will be a conversation with? <a href=\"http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Dana Muntean</a>?, Growth Lead at Workplace by Facebook, and ?<a href=\"http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Daniel Davis</a>?, Engagement and Communication Manager at Honest Burgers, where they will discuss the importance of creating connected communities at work, tips on how to navigate and communicate with frontline workers, and the reason why companies should obsess about their culture.\r\n\r\nRedefining the knowledge worker in hospitality, connecting the whole organisation and giving everyone a voice is an essential part of a happy, successful business -- unfortunately, this is far from reality. 84% of business leaders say that they stay connected with their frontline workers, but only 14% of those employees feel connected to HQ, and only 3% feel connected to their C-Suite. It\'s time for a change.\r\n\r\nFor all this and more, your ?free ?ticket will give you access to over ?300 ?drink producers,? 200 insightful seminars, 1-2-1 business advice, invaluable new contacts, live demos and so much more. So whether you’re simply looking to source the latest products &amp; services, or yearning to revolutionise your business, there’s no better place to be!\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming ?#FES19?,? THE biggest business growth event for the world of food and drink. So what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.restauranttechlive.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\" target=\"_blank\" rel=\"noopener noreferrer\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\" target=\"_blank\" rel=\"noopener noreferrer\">Rum Trends For 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/\" target=\"_blank\" rel=\"noopener noreferrer\">Increase your Customer Spend with Singa</a></li>\r\n</ul>','Meet Honest Burger and Facebook at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5913-revision-v1','','','2019-10-01 09:38:38','2019-10-01 09:38:38','',5913,'https://www.ontradeprogress.com/2019/10/01/5913-revision-v1/',0,'revision','',0),(5915,1,'2019-10-01 09:41:13','2019-10-01 09:41:13','<h1>Taking place on the 19th &amp; 20th of November at the ExCeL London, your free ticket promises to connect bar and restaurant professionals with over 15,000 restaurant and bar operators actively looking to streamline their operations, enhance their efficiency and improve customer experience!</h1>\r\nE?xperts from the likes of Honest Burger, Brewdog, and Coppa Club will be on hand to enlighten visitors with the very best hospitality guidance, whilst an array of the industry\'s biggest and most innovative suppliers will be showcasing the solutions shaping the drinks sector-all under one roof!\r\n\r\nSo what’s all the fuss about? Be sure to check out what\'s on the menu with this tasty lineup of unmissable keynotes speakers...\r\n<h2>Deskless Not Voiceless- Redefining the Knowledge Worker in Hospitality</h2>\r\nThis session will be a conversation with <a href=\"http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Dana Muntean</a>, Growth Lead at Workplace by Facebook, and <a href=\"http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Daniel Davis</a>, Engagement and Communication Manager at Honest Burgers, where they will discuss the importance of creating connected communities at work, tips on how to navigate and communicate with frontline workers, and the reason why companies should obsess about their culture.\r\n\r\nRedefining the knowledge worker in hospitality, connecting the whole organisation and giving everyone a voice is an essential part of a happy, successful business -- unfortunately, this is far from reality. 84% of business leaders say that they stay connected with their frontline workers, but only 14% of those employees feel connected to HQ, and only 3% feel connected to their C-Suite. It\'s time for a change.\r\n\r\nFor all this and more, your free ticket will give you access to over 300 drink producers, 200 insightful seminars, 1-2-1 business advice, invaluable new contacts, live demos and so much more. So whether you’re simply looking to source the latest products &amp; services, or yearning to revolutionise your business, there’s no better place to be!\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink. So what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.restauranttechlive.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\" target=\"_blank\" rel=\"noopener noreferrer\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\" target=\"_blank\" rel=\"noopener noreferrer\">Rum Trends For 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/\" target=\"_blank\" rel=\"noopener noreferrer\">Increase your Customer Spend with Singa</a></li>\r\n</ul>','Meet Honest Burger and Facebook at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5913-autosave-v1','','','2019-10-01 09:41:13','2019-10-01 09:41:13','',5913,'https://www.ontradeprogress.com/2019/10/01/5913-autosave-v1/',0,'revision','',0),(5916,1,'2019-10-01 09:40:14','2019-10-01 09:40:14','<h1>Taking place on the 19th &amp; 20th of November at the ExCeL London, your free ticket promises to connect bar and restaurant professionals with over 15,000 restaurant and bar operators actively looking to streamline their operations, enhance their efficiency and improve customer experience!</h1>\r\nE?xperts from the likes of Honest Burger, Brewdog, and Coppa Club will be on hand to enlighten visitors with the very best hospitality guidance, whilst an array of the industry\'s biggest and most innovative suppliers will be showcasing the solutions shaping the drinks sector-all under one roof!\r\n\r\nSo what’s all the fuss about? Be sure to check out what\'s on the menu with this tasty lineup of unmissable keynotes speakers...\r\n<h2>Deskless Not Voiceless- Redefining the Knowledge Worker in Hospitality</h2>\r\nThis session will be a conversation with <a href=\"http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Dana Muntean</a>, Growth Lead at Workplace by Facebook, and <a href=\"http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Daniel Davis</a>, Engagement and Communication Manager at Honest Burgers, where they will discuss the importance of creating connected communities at work, tips on how to navigate and communicate with frontline workers, and the reason why companies should obsess about their culture.\r\n\r\nRedefining the knowledge worker in hospitality, connecting the whole organisation and giving everyone a voice is an essential part of a happy, successful business -- unfortunately, this is far from reality. 84% of business leaders say that they stay connected with their frontline workers, but only 14% of those employees feel connected to HQ, and only 3% feel connected to their C-Suite. It\'s time for a change.\r\n\r\nFor all this and more, your ?free ?ticket will give you access to over ?300 ?drink producers,? 200 insightful seminars, 1-2-1 business advice, invaluable new contacts, live demos and so much more. So whether you’re simply looking to source the latest products &amp; services, or yearning to revolutionise your business, there’s no better place to be!\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming ?#FES19?,? THE biggest business growth event for the world of food and drink. So what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.restauranttechlive.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\" target=\"_blank\" rel=\"noopener noreferrer\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\" target=\"_blank\" rel=\"noopener noreferrer\">Rum Trends For 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/\" target=\"_blank\" rel=\"noopener noreferrer\">Increase your Customer Spend with Singa</a></li>\r\n</ul>','Meet Honest Burger and Facebook at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5913-revision-v1','','','2019-10-01 09:40:14','2019-10-01 09:40:14','',5913,'https://www.ontradeprogress.com/2019/10/01/5913-revision-v1/',0,'revision','',0),(5917,1,'2019-10-01 09:41:01','2019-10-01 09:41:01','<h1>Taking place on the 19th &amp; 20th of November at the ExCeL London, your free ticket promises to connect bar and restaurant professionals with over 15,000 restaurant and bar operators actively looking to streamline their operations, enhance their efficiency and improve customer experience!</h1>\r\nE?xperts from the likes of Honest Burger, Brewdog, and Coppa Club will be on hand to enlighten visitors with the very best hospitality guidance, whilst an array of the industry\'s biggest and most innovative suppliers will be showcasing the solutions shaping the drinks sector-all under one roof!\r\n\r\nSo what’s all the fuss about? Be sure to check out what\'s on the menu with this tasty lineup of unmissable keynotes speakers...\r\n<h2>Deskless Not Voiceless- Redefining the Knowledge Worker in Hospitality</h2>\r\nThis session will be a conversation with <a href=\"http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Dana Muntean</a>, Growth Lead at Workplace by Facebook, and <a href=\"http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Daniel Davis</a>, Engagement and Communication Manager at Honest Burgers, where they will discuss the importance of creating connected communities at work, tips on how to navigate and communicate with frontline workers, and the reason why companies should obsess about their culture.\r\n\r\nRedefining the knowledge worker in hospitality, connecting the whole organisation and giving everyone a voice is an essential part of a happy, successful business -- unfortunately, this is far from reality. 84% of business leaders say that they stay connected with their frontline workers, but only 14% of those employees feel connected to HQ, and only 3% feel connected to their C-Suite. It\'s time for a change.\r\n\r\nFor all this and more, your free ticket will give you access to over 300 drink producers, 200 insightful seminars, 1-2-1 business advice, invaluable new contacts, live demos and so much more. So whether you’re simply looking to source the latest products &amp; services, or yearning to revolutionise your business, there’s no better place to be!\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink. So what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.restauranttechlive.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\" target=\"_blank\" rel=\"noopener noreferrer\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\" target=\"_blank\" rel=\"noopener noreferrer\">Rum Trends For 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/\" target=\"_blank\" rel=\"noopener noreferrer\">Increase your Customer Spend with Singa</a></li>\r\n</ul>','Meet Honest Burger and Facebook at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5913-revision-v1','','','2019-10-01 09:41:01','2019-10-01 09:41:01','',5913,'https://www.ontradeprogress.com/2019/10/01/5913-revision-v1/',0,'revision','',0),(5918,1,'2019-10-01 09:54:51','2019-10-01 09:54:51','<h1>If you are looking to make a point of difference with your glassware <strong>Divergence,</strong> the latest collection from Artis<sup>®</sup>, may well fit the bill.</h1>\r\nManufactured by Libbey, Divergence was conceived during its first Glassology competition, when mixologists were invited to design their own glassware. Designed by Dries Venlerberghe, it is expected to appeal to mixologists and restaurateurs alike.\r\n\r\n[caption id=\"attachment_5919\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5919\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-montage-300x200.jpg\" alt=\"Brand new range from Libbey - Divergence from Artis \" width=\"300\" height=\"200\" /> Brand new range from Libbey - Divergence from Artis[/caption]\r\n\r\nSuitable for serving cocktails, juice or water, the geometric Art Deco style design of Divergence is very much on-trend. The faceted sides act like a prism reflecting light and adding a pleasant look to any product served in it. The ‘chimney’ design of the glass makes it ideal for serving cocktails, since it concentrates flavours and funnels them towards the nose.\r\n\r\nDivergence is available in three styles – Rocks, Double Old Fashioned and Beverage. The Double Old Fashioned is ideal for serving rum, which is rapidly establishing itself as the successor to gin in cocktail popularity.\r\n\r\n[caption id=\"attachment_5921\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-5921\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-Vermouth-300x200.jpg\" alt=\"Brand new range from Libbey - Divergence from Artis \" width=\"300\" height=\"200\" /> Brand new range from Libbey - Divergence from Artis[/caption]\r\n\r\nList prices start at £3.64 for the 29cl Rocks glass. The 35cl DOF costs £3.91, as does the 41cl Beverage glass.\r\n\r\nDivergence is one of many glassware choices in the Artis portfolio. This may be viewed online at: <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>s. For a free hard copy of the complete Artis 2019 illustrated price list, call 020 8391 5544.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\">Rum Trends For 2020</a></li>\r\n</ul>','Divergence from Artis','','publish','closed','open','','divergence-from-artis','','','2019-10-01 09:54:51','2019-10-01 09:54:51','',0,'https://www.ontradeprogress.com/?p=5918',0,'post','',0),(5919,1,'2019-10-01 09:50:09','2019-10-01 09:50:09','Brand new range from Libbey - Divergence from Artis ','Divergence montage','Brand new range from Libbey - Divergence from Artis ','inherit','closed','closed','','divergence-montage','','','2019-10-01 09:51:03','2019-10-01 09:51:03','',5918,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-montage.jpg',0,'attachment','image/jpeg',0),(5920,1,'2019-10-01 09:50:28','2019-10-01 09:50:28','Brand new range from Libbey - Divergence from Artis ','Divergence toast','Brand new range from Libbey - Divergence from Artis ','inherit','closed','closed','','divergence-toast','','','2019-10-01 09:52:22','2019-10-01 09:52:22','',5918,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-toast.jpg',0,'attachment','image/jpeg',0),(5921,1,'2019-10-01 09:50:44','2019-10-01 09:50:44','Brand new range from Libbey - Divergence from Artis ','Divergence Vermouth','Brand new range from Libbey - Divergence from Artis ','inherit','closed','closed','','divergence-vermouth','','','2019-10-01 09:51:34','2019-10-01 09:51:34','',5918,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-Vermouth.jpg',0,'attachment','image/jpeg',0),(5922,1,'2019-10-01 09:52:03','2019-10-01 09:52:03','<h1>If you are looking to make a point of difference with your glassware <strong>Divergence,</strong> the latest collection from Artis<sup>®</sup>, may well fit the bill.</h1>\r\nManufactured by Libbey, Divergence was conceived during its first Glassology competition, when mixologists were invited to design their own glassware. Designed by Dries Venlerberghe, it is expected to appeal to mixologists and restaurateurs alike.\r\n\r\n[caption id=\"attachment_5919\" align=\"alignright\" width=\"300\"]<img class=\"size-medium wp-image-5919\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-montage-300x200.jpg\" alt=\"Brand new range from Libbey - Divergence from Artis \" width=\"300\" height=\"200\" /> Brand new range from Libbey - Divergence from Artis[/caption]\r\n\r\nSuitable for serving cocktails, juice or water, the geometric Art Deco style design of Divergence is very much on-trend. The faceted sides act like a prism reflecting light and adding a pleasant look to any product served in it. The ‘chimney’ design of the glass makes it ideal for serving cocktails, since it concentrates flavours and funnels them towards the nose.\r\n\r\nDivergence is available in three styles – Rocks, Double Old Fashioned and Beverage. The Double Old Fashioned is ideal for serving rum, which is rapidly establishing itself as the successor to gin in cocktail popularity.\r\n\r\n[caption id=\"attachment_5921\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-5921\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Divergence-Vermouth-300x200.jpg\" alt=\"Brand new range from Libbey - Divergence from Artis \" width=\"300\" height=\"200\" /> Brand new range from Libbey - Divergence from Artis[/caption]\r\n\r\nList prices start at £3.64 for the 29cl Rocks glass. The 35cl DOF costs £3.91, as does the 41cl Beverage glass.\r\n\r\nDivergence is one of many glassware choices in the Artis portfolio. This may be viewed online at: <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/download</a>s. For a free hard copy of the complete Artis 2019 illustrated price list, call 020 8391 5544.\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\">Rum Trends For 2020</a></li>\r\n</ul>','Divergence from Artis','','inherit','closed','closed','','5918-revision-v1','','','2019-10-01 09:52:03','2019-10-01 09:52:03','',5918,'https://www.ontradeprogress.com/2019/10/01/5918-revision-v1/',0,'revision','',0),(5924,1,'2019-10-01 10:03:13','2019-10-01 10:03:13','<h1 style=\"text-align: left;\">Commenting on today’s announcement that the Government will aim to raise the National Living Wage to £10.50 per hour by 2024, <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">UKHospitality</a> Chief Executive Kate Nicholls said:</h1>\r\n“The Chancellor’s announcement threatens a double whammy of a further unprecedented cost increase for employers and an adjustment down in terms of age, so we will need a clear regulatory framework with an independent review by Low Pay Commission. There needs to be a way to adjust National Living Wage levels to react to economic changes; no fixed endpoint to achieving 66% median earnings and mitigation measures. These measures might sensibly include cutting employment allowance and NICs to help low paid workers keep more money and incentivise job creation.\r\n\r\n“Hospitality is keen to attract British talent and part of that process will be to raise entry-level wages. However, the cumulative costs of regulation and taxes over the past three years have wiped a third off the margins of hospitality businesses and this move, if marshalled in too quickly, will hurt business, damage jobs and not just stifle growth but reverse it. The Chancellor wants to be the party of the workers; the Prime Minister, the party of business – the reality is that this country and our economy need it to be both.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\">How to design a great restaurant website</a></li>\r\n</ul>','UKHospitality reaction to National Living Wage announcement','','publish','closed','open','','ukhospitality-reaction-to-national-living-wage-announcement','','https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\nhttps://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/','2019-10-01 10:06:26','2019-10-01 10:06:26','',0,'https://www.ontradeprogress.com/?p=5924',0,'post','',0),(5925,1,'2019-10-01 10:02:12','2019-10-01 10:02:12','<h1 style=\"text-align: left;\">Commenting on today’s announcement that the Government will aim to raise the National Living Wage to £10.50 per hour by 2024, <a href=\"https://www.ukhospitality.org.uk/\" target=\"_blank\" rel=\"noopener noreferrer\">UKHospitality</a> Chief Executive Kate Nicholls said:</h1>\r\n“The Chancellor’s announcement threatens a double whammy of a further unprecedented cost increase for employers and an adjustment down in terms of age, so we will need a clear regulatory framework with an independent review by Low Pay Commission. There needs to be a way to adjust National Living Wage levels to react to economic changes; no fixed endpoint to achieving 66% median earnings and mitigation measures. These measures might sensibly include cutting employment allowance and NICs to help low paid workers keep more money and incentivise job creation.\r\n\r\n“Hospitality is keen to attract British talent and part of that process will be to raise entry-level wages. However, the cumulative costs of regulation and taxes over the past three years have wiped a third off the margins of hospitality businesses and this move, if marshalled in too quickly, will hurt business, damage jobs and not just stifle growth but reverse it. The Chancellor wants to be the party of the workers; the Prime Minister, the party of business – the reality is that this country and our economy need it to be both.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\">How to design a great restaurant website</a></li>\r\n</ul>','UKHospitality reaction to National Living Wage announcement','','inherit','closed','closed','','5924-revision-v1','','','2019-10-01 10:02:12','2019-10-01 10:02:12','',5924,'https://www.ontradeprogress.com/2019/10/01/5924-revision-v1/',0,'revision','',0),(5926,1,'2019-10-01 10:37:12','2019-10-01 10:37:12','<h1>The British Beer and Pub Association (BBPA) has today announced the appointment of Emma McClarkin as its new Chief Executive. Emma will start in the role in early November and succeeds Brigid Simmonds, who steps down to become Chairman of the new Betting and Gaming Council.</h1>\r\nEmma has an impressive CV and is currently working as a Global Consultant following a 10-year term as a Member of the European Parliament. Previously, Emma held posts including Chairman of the Commonwealth Forum, Director of Global Policy for the Sports Integrity Global Alliance and is a Special Advisory Board Member at the Commonwealth Enterprise and Investment Council.\r\n\r\n[caption id=\"attachment_5929\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5929 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Emma-McClarkin-300x200.jpg\" alt=\"Emma McClarkin BBPA\" width=\"300\" height=\"200\" /> Emma McClarkin - BBPA[/caption]\r\n\r\nA political communications expert, Emma has a wealth of experience influencing regulatory frameworks, setting strategy and communicating messages on a UK, EU and International level. In addition, she is a known Trade specialist and negotiator. Skilled in scrutinising legislation and influencing policy change, Emma has regularly worked with the BBPA, Brewers of Europe and Spirits Europe. A true beer lover, Emma was also Vice President of the European Parliament Beer Club during her tenure as an MEP.\r\n\r\nBritish Beer &amp; Pub Association Chairman, Simon Emeny, said: “Emma has a genuine passion for beer and pubs, combined with the technical skills needed to champion this fantastic industry. She has drive and enthusiasm and I’m excited about the energy she brings to the role.\r\n\r\n“Brigid leaves an incredible legacy and a decade of excellent results. I’m really looking forward to seeing how Emma builds on this great work and utilises her past experience and connections to further the success of British pubs and beer.”\r\n\r\nEmma McClarkin added: “The great British pub is an institution – it provides a home for the amazing beers we brew in the UK as well as a hub for local produce and local people. The industry is a showcase for innovation and how business can contribute to society and I’m looking forward to telling that story in my new role.\r\n\r\n“I’m excited to be leading the BBPA as it continues to make sure that this great community asset is protected, that British beer continues to be revered on the national and international stage, and that our industry is recognised for the amazing contribution it makes to the economy and the social fabric of Britain.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/\">UKHospitality reaction to National Living Wage announcement</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n</ul>','Emma McClarkin appointed as new Chief Executive of the British Beer & Pub Association','','publish','closed','open','','emma-mcclarkin-new-chief-executive-bbpa','','\nhttps://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/','2019-10-01 10:38:26','2019-10-01 10:38:26','',0,'https://www.ontradeprogress.com/?p=5926',0,'post','',0),(5927,1,'2019-10-01 10:33:31','2019-10-01 10:33:31','BBPA','BBPA','BBPA','inherit','closed','closed','','bbpa-logo-for-general-use','','','2019-10-01 10:34:13','2019-10-01 10:34:13','',5926,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/BBPA-Logo-for-General-Use.jpg',0,'attachment','image/jpeg',0),(5928,1,'2019-10-01 10:34:17','2019-10-01 10:34:17','<h1>The British Beer and Pub Association (BBPA) has today announced the appointment of Emma McClarkin as its new Chief Executive. Emma will start in the role in early November and succeeds Brigid Simmonds, who steps down to become Chairman of the new Betting and Gaming Council.</h1>\r\nEmma has an impressive CV and is currently working as a Global Consultant following a 10-year term as a Member of the European Parliament. Previously, Emma held posts including Chairman of the Commonwealth Forum, Director of Global Policy for the Sports Integrity Global Alliance and is a Special Advisory Board Member at the Commonwealth Enterprise and Investment Council.\r\n\r\nA political communications expert, Emma has a wealth of experience influencing regulatory frameworks, setting strategy and communicating messages on a UK, EU and International level. In addition, she is a known Trade specialist and negotiator. Skilled in scrutinising legislation and influencing policy change, Emma has regularly worked with the BBPA, Brewers of Europe and Spirits Europe. A true beer lover, Emma was also Vice President of the European Parliament Beer Club during her tenure as an MEP.\r\n\r\nBritish Beer &amp; Pub Association Chairman, Simon Emeny, said: “Emma has a genuine passion for beer and pubs, combined with the technical skills needed to champion this fantastic industry. She has drive and enthusiasm and I’m excited about the energy she brings to the role.\r\n\r\n“Brigid leaves an incredible legacy and a decade of excellent results. I’m really looking forward to seeing how Emma builds on this great work and utilises her past experience and connections to further the success of British pubs and beer.”\r\n\r\nEmma McClarkin added: “The great British pub is an institution – it provides a home for the amazing beers we brew in the UK as well as a hub for local produce and local people. The industry is a showcase for innovation and how business can contribute to society and I’m looking forward to telling that story in my new role.\r\n\r\n“I’m excited to be leading the BBPA as it continues to make sure that this great community asset is protected, that British beer continues to be revered on the national and international stage, and that our industry is recognised for the amazing contribution it makes to the economy and the social fabric of Britain.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/\">UKHospitality reaction to National Living Wage announcement</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n</ul>','Emma McClarkin appointed as new Chief Executive of the British Beer & Pub Association','','inherit','closed','closed','','5926-revision-v1','','','2019-10-01 10:34:17','2019-10-01 10:34:17','',5926,'https://www.ontradeprogress.com/2019/10/01/5926-revision-v1/',0,'revision','',0),(5929,1,'2019-10-01 10:35:02','2019-10-01 10:35:02','','Emma McClarkin - BBPA','','inherit','closed','closed','','emma-mcclarkin','','','2019-10-01 10:35:25','2019-10-01 10:35:25','',5926,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/Emma-McClarkin.jpg',0,'attachment','image/jpeg',0),(5930,1,'2019-10-01 10:37:12','2019-10-01 10:37:12','<h1>The <a href=\"https://beerandpub.com/resources/bbpa-logo/\" target=\"_blank\" rel=\"noopener noreferrer\">British Beer and Pub Association</a> (BBPA) has today announced the appointment of Emma McClarkin as its new Chief Executive. Emma will start in the role in early November and succeeds Brigid Simmonds, who steps down to become Chairman of the new Betting and Gaming Council.</h1>\r\nEmma has an impressive CV and is currently working as a Global Consultant following a 10-year term as a Member of the European Parliament. Previously, Emma held posts including Chairman of the Commonwealth Forum, Director of Global Policy for the Sports Integrity Global Alliance and is a Special Advisory Board Member at the Commonwealth Enterprise and Investment Council.\r\n\r\n[caption id=\"attachment_5929\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5929 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Emma-McClarkin-300x200.jpg\" alt=\"Emma McClarkin BBPA\" width=\"300\" height=\"200\" /> Emma McClarkin - BBPA[/caption]\r\n\r\nA political communications expert, Emma has a wealth of experience influencing regulatory frameworks, setting strategy and communicating messages on a UK, EU and International level. In addition, she is a known Trade specialist and negotiator. Skilled in scrutinising legislation and influencing policy change, Emma has regularly worked with the BBPA, Brewers of Europe and Spirits Europe. A true beer lover, Emma was also Vice President of the European Parliament Beer Club during her tenure as an MEP.\r\n\r\nBritish Beer &amp; Pub Association Chairman, Simon Emeny, said: “Emma has a genuine passion for beer and pubs, combined with the technical skills needed to champion this fantastic industry. She has drive and enthusiasm and I’m excited about the energy she brings to the role.\r\n\r\n“Brigid leaves an incredible legacy and a decade of excellent results. I’m really looking forward to seeing how Emma builds on this great work and utilises her past experience and connections to further the success of British pubs and beer.”\r\n\r\nEmma McClarkin added: “The great British pub is an institution – it provides a home for the amazing beers we brew in the UK as well as a hub for local produce and local people. The industry is a showcase for innovation and how business can contribute to society and I’m looking forward to telling that story in my new role.\r\n\r\n“I’m excited to be leading the BBPA as it continues to make sure that this great community asset is protected, that British beer continues to be revered on the national and international stage, and that our industry is recognised for the amazing contribution it makes to the economy and the social fabric of Britain.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/\">UKHospitality reaction to National Living Wage announcement</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n</ul>','Emma McClarkin appointed as new Chief Executive of the British Beer & Pub Association','','inherit','closed','closed','','5926-revision-v1','','','2019-10-01 10:37:12','2019-10-01 10:37:12','',5926,'https://www.ontradeprogress.com/2019/10/01/5926-revision-v1/',0,'revision','',0),(5931,1,'2019-10-01 10:38:15','2019-10-01 10:38:15','<h1>The British Beer and Pub Association (BBPA) has today announced the appointment of Emma McClarkin as its new Chief Executive. Emma will start in the role in early November and succeeds Brigid Simmonds, who steps down to become Chairman of the new Betting and Gaming Council.</h1>\r\nEmma has an impressive CV and is currently working as a Global Consultant following a 10-year term as a Member of the European Parliament. Previously, Emma held posts including Chairman of the Commonwealth Forum, Director of Global Policy for the Sports Integrity Global Alliance and is a Special Advisory Board Member at the Commonwealth Enterprise and Investment Council.\r\n\r\n[caption id=\"attachment_5929\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5929 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Emma-McClarkin-300x200.jpg\" alt=\"Emma McClarkin BBPA\" width=\"300\" height=\"200\" /> Emma McClarkin - BBPA[/caption]\r\n\r\nA political communications expert, Emma has a wealth of experience influencing regulatory frameworks, setting strategy and communicating messages on a UK, EU and International level. In addition, she is a known Trade specialist and negotiator. Skilled in scrutinising legislation and influencing policy change, Emma has regularly worked with the BBPA, Brewers of Europe and Spirits Europe. A true beer lover, Emma was also Vice President of the European Parliament Beer Club during her tenure as an MEP.\r\n\r\nBritish Beer &amp; Pub Association Chairman, Simon Emeny, said: “Emma has a genuine passion for beer and pubs, combined with the technical skills needed to champion this fantastic industry. She has drive and enthusiasm and I’m excited about the energy she brings to the role.\r\n\r\n“Brigid leaves an incredible legacy and a decade of excellent results. I’m really looking forward to seeing how Emma builds on this great work and utilises her past experience and connections to further the success of British pubs and beer.”\r\n\r\nEmma McClarkin added: “The great British pub is an institution – it provides a home for the amazing beers we brew in the UK as well as a hub for local produce and local people. The industry is a showcase for innovation and how business can contribute to society and I’m looking forward to telling that story in my new role.\r\n\r\n“I’m excited to be leading the BBPA as it continues to make sure that this great community asset is protected, that British beer continues to be revered on the national and international stage, and that our industry is recognised for the amazing contribution it makes to the economy and the social fabric of Britain.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/\">UKHospitality reaction to National Living Wage announcement</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n</ul>','Emma McClarkin appointed as new Chief Executive of the British Beer & Pub Association','','inherit','closed','closed','','5926-autosave-v1','','','2019-10-01 10:38:15','2019-10-01 10:38:15','',5926,'https://www.ontradeprogress.com/2019/10/01/5926-autosave-v1/',0,'revision','',0),(5932,1,'2019-10-01 10:38:26','2019-10-01 10:38:26','<h1>The British Beer and Pub Association (BBPA) has today announced the appointment of Emma McClarkin as its new Chief Executive. Emma will start in the role in early November and succeeds Brigid Simmonds, who steps down to become Chairman of the new Betting and Gaming Council.</h1>\r\nEmma has an impressive CV and is currently working as a Global Consultant following a 10-year term as a Member of the European Parliament. Previously, Emma held posts including Chairman of the Commonwealth Forum, Director of Global Policy for the Sports Integrity Global Alliance and is a Special Advisory Board Member at the Commonwealth Enterprise and Investment Council.\r\n\r\n[caption id=\"attachment_5929\" align=\"alignright\" width=\"300\"]<img class=\"wp-image-5929 size-medium\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/10/Emma-McClarkin-300x200.jpg\" alt=\"Emma McClarkin BBPA\" width=\"300\" height=\"200\" /> Emma McClarkin - BBPA[/caption]\r\n\r\nA political communications expert, Emma has a wealth of experience influencing regulatory frameworks, setting strategy and communicating messages on a UK, EU and International level. In addition, she is a known Trade specialist and negotiator. Skilled in scrutinising legislation and influencing policy change, Emma has regularly worked with the BBPA, Brewers of Europe and Spirits Europe. A true beer lover, Emma was also Vice President of the European Parliament Beer Club during her tenure as an MEP.\r\n\r\nBritish Beer &amp; Pub Association Chairman, Simon Emeny, said: “Emma has a genuine passion for beer and pubs, combined with the technical skills needed to champion this fantastic industry. She has drive and enthusiasm and I’m excited about the energy she brings to the role.\r\n\r\n“Brigid leaves an incredible legacy and a decade of excellent results. I’m really looking forward to seeing how Emma builds on this great work and utilises her past experience and connections to further the success of British pubs and beer.”\r\n\r\nEmma McClarkin added: “The great British pub is an institution – it provides a home for the amazing beers we brew in the UK as well as a hub for local produce and local people. The industry is a showcase for innovation and how business can contribute to society and I’m looking forward to telling that story in my new role.\r\n\r\n“I’m excited to be leading the BBPA as it continues to make sure that this great community asset is protected, that British beer continues to be revered on the national and international stage, and that our industry is recognised for the amazing contribution it makes to the economy and the social fabric of Britain.”\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/\">UKHospitality reaction to National Living Wage announcement</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/\">Divergence from Artis</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/\">Meet Honest Burger and Facebook at Restaurant &amp; Bar Tech Live!</a></li>\r\n</ul>','Emma McClarkin appointed as new Chief Executive of the British Beer & Pub Association','','inherit','closed','closed','','5926-revision-v1','','','2019-10-01 10:38:26','2019-10-01 10:38:26','',5926,'https://www.ontradeprogress.com/2019/10/01/5926-revision-v1/',0,'revision','',0),(5934,1,'2019-10-02 10:17:30','2019-10-02 10:17:30','<h1>Taking place on the 19th &amp; 20th of November at the ExCeL London, your free ticket promises to connect bar and restaurant professionals with over 15,000 restaurant and bar operators actively looking to streamline their operations, enhance their efficiency and improve customer experience!</h1>\r\nExperts from the likes of Honest Burger, Brewdog, and Coppa Club will be on hand to enlighten visitors with the very best hospitality guidance, whilst an array of the industry\'s biggest and most innovative suppliers will be showcasing the solutions shaping the drinks sector-all under one roof!\r\n\r\nSo what’s all the fuss about? Be sure to check out what\'s on the menu with this tasty lineup of unmissable keynotes speakers...\r\n<h2>Deskless Not Voiceless- Redefining the Knowledge Worker in Hospitality</h2>\r\nThis session will be a conversation with <a href=\"http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Dana Muntean</a>, Growth Lead at Workplace by Facebook, and <a href=\"http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP\" target=\"_blank\" rel=\"noopener noreferrer\">Daniel Davis</a>, Engagement and Communication Manager at Honest Burgers, where they will discuss the importance of creating connected communities at work, tips on how to navigate and communicate with frontline workers, and the reason why companies should obsess about their culture.\r\n\r\nRedefining the knowledge worker in hospitality, connecting the whole organisation and giving everyone a voice is an essential part of a happy, successful business -- unfortunately, this is far from reality. 84% of business leaders say that they stay connected with their frontline workers, but only 14% of those employees feel connected to HQ, and only 3% feel connected to their C-Suite. It\'s time for a change.\r\n\r\nFor all this and more, your free ticket will give you access to over 300 drink producers, 200 insightful seminars, 1-2-1 business advice, invaluable new contacts, live demos and so much more. So whether you’re simply looking to source the latest products &amp; services, or yearning to revolutionise your business, there’s no better place to be!\r\n\r\nBetter still, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink. So what are you waiting for? To register for your free ticket now, simply head over to <a href=\"http://www.restauranttechlive.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.restauranttechlive.co.uk</a>\r\n<ul>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/\" target=\"_blank\" rel=\"noopener noreferrer\">How to design a great restaurant website</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/\" target=\"_blank\" rel=\"noopener noreferrer\">Rum Trends For 2020</a></li>\r\n 	<li><a href=\"https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/\" target=\"_blank\" rel=\"noopener noreferrer\">Increase your Customer Spend with Singa</a></li>\r\n</ul>','Meet Honest Burger and Facebook at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5913-revision-v1','','','2019-10-02 10:17:30','2019-10-02 10:17:30','',5913,'https://www.ontradeprogress.com/2019/10/02/5913-revision-v1/',0,'revision','',0),(5935,1,'2019-10-08 09:24:26','2019-10-08 09:24:26','<h1>Innovative British food company, The Meatless Farm Co, has launched its plant-based burgers in the JD Wetherspoon pub chain across the UK. The burgers will be fully branded on menu and available in 877 outlets, almost the entire estate.</h1>\r\nThe roll out follows a successful trial across several Wetherspoon premises. This new menu addition will allow consumers to make the swap from red meat to plant-based easily, without comprising on taste or texture.\r\n\r\nAs the plant-based industry continues to grow rapidly, restaurants and pubs are turning to meat-alternatives to bolster the menu and add real and varied choices for those looking to reduce meat consumption, rather than just having the one veggie/vegan option.\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: “It’s not about these polarising views between ‘vegan’ and ‘meat-eater’ anymore, it’s about balance and everyone working together to reduce their red meat intake as we know it’s fundamentally better for our planet and health. To partner with a pub giant such as JD Wetherspoon is testament to the fact that plant-based is well and truly mainstream. We’re looking forward to taking plant-based to new levels together.”\r\n\r\nOliver Addis, Wetherspoon Food Development Manager says: “We were looking for a plant-based burger that could deliver on taste and texture and we found that in The Meatless Farm Co. The British company is really driving the UK’s plant-based based movement and we’re confident customers are going to enjoy this new offering within our pubs.”\r\n\r\nThe British plant-based company spent over two years blending, researching, experimenting and trialling different recipes and ingredients to create their range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','The Meatless Farm lands on Wetherspoon menu','','publish','closed','open','','the-meatless-farm-lands-on-wetherspoon-menu','','','2019-10-08 09:25:49','2019-10-08 09:25:49','',0,'https://www.ontradeprogress.com/?p=5935',0,'post','',0),(5936,1,'2019-10-08 09:21:45','2019-10-08 09:21:45','<h1>Innovative British food company, The Meatless Farm Co, has launched its plant-based burgers in the JD Wetherspoon pub chain across the UK. The burgers will be fully branded on menu and available in 877 outlets, almost the entire estate.</h1>\r\nThe roll out follows a successful trial across several Wetherspoon premises. This new menu addition will allow consumers to make the swap from red meat to plant-based easily, without comprising on taste or texture.\r\n\r\nAs the plant-based industry continues to grow rapidly, restaurants and pubs are turning to meat-alternatives to bolster the menu and add real and varied choices for those looking to reduce meat consumption, rather than just having the one veggie/vegan option.\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: “It’s not about these polarising views between ‘vegan’ and ‘meat-eater’ anymore, it’s about balance and everyone working together to reduce their red meat intake as we know it’s fundamentally better for our planet and health. To partner with a pub giant such as JD Wetherspoon is testament to the fact that plant-based is well and truly mainstream. We’re looking forward to taking plant-based to new levels together.”\r\n\r\nOliver Addis, Wetherspoon Food Development Manager says: “We were looking for a plant-based burger that could deliver on taste and texture and we found that in The Meatless Farm Co. The British company is really driving the UK’s plant-based based movement and we’re confident customers are going to enjoy this new offering within our pubs.”\r\n\r\nThe British plant-based company spent over two years blending, researching, experimenting and trialing different recipes and ingredients to create their range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','The Meatless Farm lands on Wetherspoon menu','','inherit','closed','closed','','5935-revision-v1','','','2019-10-08 09:21:45','2019-10-08 09:21:45','',5935,'https://www.ontradeprogress.com/2019/10/08/5935-revision-v1/',0,'revision','',0),(5937,1,'2019-10-08 09:23:03','2019-10-08 09:23:03','','DSC07337','','inherit','closed','closed','','dsc07337','','','2019-10-08 09:23:21','2019-10-08 09:23:21','',5935,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/DSC07337.jpg',0,'attachment','image/jpeg',0),(5938,1,'2019-10-08 09:23:27','2019-10-08 09:23:27','<h1>Innovative British food company, The Meatless Farm Co, has launched its plant-based burgers in the JD Wetherspoon pub chain across the UK. The burgers will be fully branded on menu and available in 877 outlets, almost the entire estate.</h1>\r\nThe roll out follows a successful trial across several Wetherspoon premises. This new menu addition will allow consumers to make the swap from red meat to plant-based easily, without comprising on taste or texture.\r\n\r\nAs the plant-based industry continues to grow rapidly, restaurants and pubs are turning to meat-alternatives to bolster the menu and add real and varied choices for those looking to reduce meat consumption, rather than just having the one veggie/vegan option.\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: “It’s not about these polarising views between ‘vegan’ and ‘meat-eater’ anymore, it’s about balance and everyone working together to reduce their red meat intake as we know it’s fundamentally better for our planet and health. To partner with a pub giant such as JD Wetherspoon is testament to the fact that plant-based is well and truly mainstream. We’re looking forward to taking plant-based to new levels together.”\r\n\r\nOliver Addis, Wetherspoon Food Development Manager says: “We were looking for a plant-based burger that could deliver on taste and texture and we found that in The Meatless Farm Co. The British company is really driving the UK’s plant-based based movement and we’re confident customers are going to enjoy this new offering within our pubs.”\r\n\r\nThe British plant-based company spent over two years blending, researching, experimenting and trialling different recipes and ingredients to create their range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','The Meatless Farm lands on Wetherspoon menu','','inherit','closed','closed','','5935-revision-v1','','','2019-10-08 09:23:27','2019-10-08 09:23:27','',5935,'https://www.ontradeprogress.com/2019/10/08/5935-revision-v1/',0,'revision','',0),(5940,1,'2019-10-08 10:36:00','2019-10-08 10:36:00','<h1>The Michelin Great Britain &amp; Ireland Stars for 2020 have been unveiled yesterday at a special launch event at The Hurlingham Club in Fulham, London.</h1>\r\nOne hundred and eighty-seven Michelin-Starred Restaurants are featured for 2020, including one new Three Star, four new Two Stars and 23 new One Stars.\r\n\r\nThis year’s highlight is the promotion of Sketch (The Lecture Room &amp; Library) in Mayfair (Johannes Nuding) from Two to Three Michelin Stars – our highest accolade.\r\n\r\n<em>“Despite the obvious challenges being faced by the industry here in the UK, we are thrilled that this has been such a stellar year, and we have seen many first ventures opening and rapidly rising to success,”</em> says Gwendal Poullennec, International Director of the Michelin guides.\r\n\r\n<em>“With three Michelin Stars, Sketch joins four other restaurants at this prestigious level. This Pierre Gagnaire restaurant won its first star in 2005 and its second in 2013. Our inspectors judge the cooking here to be wonderfully complex and highly original, with each element of the meal excelling in terms of structure, composition and, above all, flavour,”</em> adds Mr Poullennec.\r\n\r\nThree restaurants have been promoted from One to Two Stars: La Dame de Pic in the City of London (Anne-Sophie Pic); The Dining Room at Whatley Manor in Malmesbury (Niall Keating); and The Greenhouse in Dublin (Mikael Viljanen).\r\n\r\nMeanwhile, Aimsir in Celbridge – where Jordan Bailey focuses on foraged and preserved produce – enters the guide for the first time with Two Michelin Stars.\r\n\r\nThe Lake District is a big winner, with three restaurants gaining One Star: the sweet, intimate Old Stamp House at Ambleside; Allium at Askham Hall in Askham, which makes great use of produce from its gardens and estate; and hidden gem The Cottage in the Wood in Braithwaite.\r\n\r\nOne Star is awarded to Interlude in the Leonardslee Gardens in Lower Beeding and to Pensons in Tenbury Wells, which both focus on local and garden produce; meanwhile, Nottingham’s new One Michelin Star alchemilla really brings plant-based ingredients to the fore.\r\n\r\nIt is pleasing to see an increasing number of restaurants run by couples, with six of our new Stars run by husband and wife teams. These include the picture-perfect Royal Oak pub at Whatcote; modest little Stark in Broadstairs, which seats just 10 guests; The Angel in Hetton, which is now under the leadership of experienced owner Michael Wignall; and Laurie Gear’s Artichoke in Amersham.\r\n\r\nLondon has a good geographical spread of new One Stars, with intimate Mãos in Shoreditch; Da Terra in the restored Town Hall Hotel in Bethnal Green; Dysart Petersham, set in a charming early1900s house in Richmond; and Japanese Endo at The Rotunda in the old BBC Building in Shepherd’s Bush.\r\n\r\nOther city establishments include sophisticated Indian restaurant Opheem in Birmingham and stylish Mana in Manchester, which receives the city’s first Michelin Star in over 40 years.\r\n\r\nScotland brings home two new Stars in the form of understated Condita in Edinburgh and Isle of Eriska, which is set within an impressive baronial mansion on the island of the same name. Wales sees the charming Beach House at Oxwich awarded a Michelin Star and the trendy Muddlers Club brings a third Star to Belfast, Northern Ireland.\r\n\r\nThe Republic of Ireland also has much to celebrate, with intimate wine-bar-cum-bistro Bastion in Kinsale being promoted from a Bib Gourmand, and funky modern Variety Jones in Dublin and grand hotel dining room The Oak Room in Adare both receiving One Michelin Star.\r\n\r\n<em>“This is an amazing year for the Republic of Ireland, with five new Michelin Stars being awarded – two of them at Two Star level. This brings the total number of Starred restaurants in Ireland up to 18 and is just reward for the determination of young chefs who are keen to make their mark on the Irish dining scene,”</em> says Rebecca Burr, Director of the Michelin Guide Great Britain &amp; Ireland.\r\n\r\nShe adds: <em>“Running a successful restaurant is tough, and we know that. It takes long hours, dedication, teamwork and the support of those people closest to you. I congratulate all the teams and chefs who have won and retained Michelin Stars in the 2020 guide.”</em>\r\n\r\nAlongside the new Stars, the winners of the three Michelin Awards for 2020 have been announced:\r\n\r\n<strong>Welcome &amp; Service Award 2020</strong> – Team Bonwick at The Crown at Burchetts Green.\r\n\r\n<strong>Sommelier Award 2020</strong> – Jurica Gojevic at Adare Manor in County Limerick.\r\n\r\n<strong>Sustainability Award 2020</strong> – Loam in Galway.\r\n\r\n<em>“This selection is highly symbolic because it also marks a turning point in the enormous digitisation work launched by our teams, adds Mr Poullennec. “Indeed, foodies around the world can now find the full selection on line, free of charge, accompanied by exclusive editorial content that is regularly enriched throughout the year.\"</em>\r\n\r\nFine-dining lovers, whether British, Irish or tourists who wish to enhance their stay with a first-rate culinary experience, will also be able to book certain tables online and enjoy exclusive offers.\r\n\r\nThe 2020 selection at a glance:\r\n<ul>\r\n 	<li>1,464 restaurants in total (131 New)</li>\r\n 	<li>5 Three Michelin Star restaurants (1 New)</li>\r\n 	<li>23 Two Michelin Star restaurants (4 New)</li>\r\n 	<li>159 One Michelin Star restaurants (23 New)</li>\r\n 	<li>131 Michelin Bib Gourmand restaurants (22 New) [See also the Bib Gourmand Press Release]</li>\r\n 	<li>1,146 Michelin Plate restaurants (131 New)</li>\r\n</ul>\r\nFind more about the Michelin Guide at <a href=\"https://guide.michelin.com/gb%20and%20http://guide.michelin.com/ie\">http://guide.michelin.com/gb and http://guide.michelin.com/ie</a>','New rising stars for British and Irish restaurants','','publish','closed','open','','new-rising-stars-for-british-and-irish-restaurants','','','2019-10-08 13:04:17','2019-10-08 13:04:17','',0,'https://www.ontradeprogress.com/?p=5940',0,'post','',0),(5941,1,'2019-10-08 10:24:17','2019-10-08 10:24:17','<h1>The Michelin Great Britain &amp; Ireland Stars for 2020 have been unveiled yesterday at a special launch event at The Hurlingham Club in Fulham, London.</h1>\r\nOne hundred and eighty-seven Michelin-Starred Restaurants are featured for 2020, including one new Three Star, four new Two Stars and 23 new One Stars.\r\n\r\nThis year’s highlight is the promotion of Sketch (The Lecture Room &amp; Library) in Mayfair (Johannes Nuding) from Two to Three Michelin Stars – our highest accolade.\r\n\r\n<em>“Despite the obvious challenges being faced by the industry here in the UK, we are thrilled that this has been such a stellar year, and we have seen many first ventures opening and rapidly rising to success,”</em> says Gwendal Poullennec, International Director of the Michelin guides.\r\n\r\n<em>“With three Michelin Stars, Sketch joins four other restaurants at this prestigious level. This Pierre Gagnaire restaurant won its first star in 2005 and its second in 2013. Our inspectors judge the cooking here to be wonderfully complex and highly original, with each element of the meal excelling in terms of structure, composition and, above all, flavour,”</em> adds Mr Poullennec.\r\n\r\nThree restaurants have been promoted from One to Two Stars: La Dame de Pic in the City of London (Anne-Sophie Pic); The Dining Room at Whatley Manor in Malmesbury (Niall Keating); and The Greenhouse in Dublin (Mikael Viljanen).\r\n\r\nMeanwhile, Aimsir in Celbridge – where Jordan Bailey focuses on foraged and preserved produce – enters the guide for the first time with Two Michelin Stars.\r\n\r\nThe Lake District is a big winner, with three restaurants gaining One Star: the sweet, intimate Old Stamp House at Ambleside; Allium at Askham Hall in Askham, which makes great use of produce from its gardens and estate; and hidden gem The Cottage in the Wood in Braithwaite.\r\n\r\nOne Star is awarded to Interlude in the Leonardslee Gardens in Lower Beeding and to Pensons in Tenbury Wells, which both focus on local and garden produce; meanwhile, Nottingham’s new One Michelin Star alchemilla really brings plant-based ingredients to the fore.\r\n\r\nIt is pleasing to see an increasing number of restaurants run by couples, with six of our new Stars run by husband and wife teams. These include the picture-perfect Royal Oak pub at Whatcote; modest little Stark in Broadstairs, which seats just 10 guests; The Angel in Hetton, which is now under the leadership of experienced owner Michael Wignall; and Laurie Gear’s Artichoke in Amersham.\r\n\r\nLondon has a good geographical spread of new One Stars, with intimate Mãos in Shoreditch; Da Terra in the restored Town Hall Hotel in Bethnal Green; Dysart Petersham, set in a charming early1900s house in Richmond; and Japanese Endo at The Rotunda in the old BBC Building in Shepherd’s Bush.\r\n\r\nOther city establishments include sophisticated Indian restaurant Opheem in Birmingham and stylish Mana in Manchester, which receives the city’s first Michelin Star in over 40 years.\r\n\r\nScotland brings home two new Stars in the form of understated Condita in Edinburgh and Isle of Eriska, which is set within an impressive baronial mansion on the island of the same name. Wales sees the charming Beach House at Oxwich awarded a Michelin Star and the trendy Muddlers Club brings a third Star to Belfast, Northern Ireland.\r\n\r\nThe Republic of Ireland also has much to celebrate, with intimate wine-bar-cum-bistro Bastion in Kinsale being promoted from a Bib Gourmand, and funky modern Variety Jones in Dublin and grand hotel dining room The Oak Room in Adare both receiving One Michelin Star.\r\n\r\n<em>“This is an amazing year for the Republic of Ireland, with five new Michelin Stars being awarded – two of them at Two Star level. This brings the total number of Starred restaurants in Ireland up to 18 and is just reward for the determination of young chefs who are keen to make their mark on the Irish dining scene,”</em> says Rebecca Burr, Director of the Michelin Guide Great Britain &amp; Ireland.\r\n\r\nShe adds: <em>“Running a successful restaurant is tough, and we know that. It takes long hours, dedication, teamwork and the support of those people closest to you. I congratulate all the teams and chefs who have won and retained Michelin Stars in the 2020 guide.”</em>\r\n\r\nAlongside the new Stars, the winners of the three Michelin Awards for 2020 have been announced:\r\n\r\n<strong>Welcome &amp; Service Award 2020</strong> – Team Bonwick at The Crown at Burchetts Green.\r\n\r\n<strong>Sommelier Award 2020</strong> – Jurica Gojevic at Adare Manor in County Limerick.\r\n\r\n<strong>Sustainability Award 2020</strong> – Loam in Galway.\r\n\r\n<em>“This selection is highly symbolic because it also marks a turning point in the enormous digitisation work launched by our teams, adds Mr Poullennec. “Indeed, foodies around the world can now find the full selection on line, free of charge, accompanied by exclusive editorial content that is regularly enriched throughout the year.\"</em>\r\n\r\nFine-dining lovers, whether British, Irish or tourists who wish to enhance their stay with a first-rate culinary experience, will also be able to book certain tables online and enjoy exclusive offers.\r\n\r\nThe 2020 selection at a glance:\r\n<ul>\r\n 	<li>1,464 restaurants in total (131 New)</li>\r\n 	<li>5 Three Michelin Star restaurants (1 New)</li>\r\n 	<li>23 Two Michelin Star restaurants (4 New)</li>\r\n 	<li>159 One Michelin Star restaurants (23 New)</li>\r\n 	<li>131 Michelin Bib Gourmand restaurants (22 New) [See also the Bib Gourmand Press Release]</li>\r\n 	<li>1,146 Michelin Plate restaurants (131 New)</li>\r\n</ul>\r\nFind more about the Michelin Guide at http://guide.michelin.com/gb and http://guide.michelin.com/ie','New rising stars for British and Irish restaurants','','inherit','closed','closed','','5940-revision-v1','','','2019-10-08 10:24:17','2019-10-08 10:24:17','',5940,'https://www.ontradeprogress.com/2019/10/08/5940-revision-v1/',0,'revision','',0),(5942,1,'2019-10-08 10:25:16','2019-10-08 10:25:16','<h1>The Michelin Great Britain &amp; Ireland Stars for 2020 have been unveiled yesterday at a special launch event at The Hurlingham Club in Fulham, London.</h1>\r\nOne hundred and eighty-seven Michelin-Starred Restaurants are featured for 2020, including one new Three Star, four new Two Stars and 23 new One Stars.\r\n\r\nThis year’s highlight is the promotion of Sketch (The Lecture Room &amp; Library) in Mayfair (Johannes Nuding) from Two to Three Michelin Stars – our highest accolade.\r\n\r\n<em>“Despite the obvious challenges being faced by the industry here in the UK, we are thrilled that this has been such a stellar year, and we have seen many first ventures opening and rapidly rising to success,”</em> says Gwendal Poullennec, International Director of the Michelin guides.\r\n\r\n<em>“With three Michelin Stars, Sketch joins four other restaurants at this prestigious level. This Pierre Gagnaire restaurant won its first star in 2005 and its second in 2013. Our inspectors judge the cooking here to be wonderfully complex and highly original, with each element of the meal excelling in terms of structure, composition and, above all, flavour,”</em> adds Mr Poullennec.\r\n\r\nThree restaurants have been promoted from One to Two Stars: La Dame de Pic in the City of London (Anne-Sophie Pic); The Dining Room at Whatley Manor in Malmesbury (Niall Keating); and The Greenhouse in Dublin (Mikael Viljanen).\r\n\r\nMeanwhile, Aimsir in Celbridge – where Jordan Bailey focuses on foraged and preserved produce – enters the guide for the first time with Two Michelin Stars.\r\n\r\nThe Lake District is a big winner, with three restaurants gaining One Star: the sweet, intimate Old Stamp House at Ambleside; Allium at Askham Hall in Askham, which makes great use of produce from its gardens and estate; and hidden gem The Cottage in the Wood in Braithwaite.\r\n\r\nOne Star is awarded to Interlude in the Leonardslee Gardens in Lower Beeding and to Pensons in Tenbury Wells, which both focus on local and garden produce; meanwhile, Nottingham’s new One Michelin Star alchemilla really brings plant-based ingredients to the fore.\r\n\r\nIt is pleasing to see an increasing number of restaurants run by couples, with six of our new Stars run by husband and wife teams. These include the picture-perfect Royal Oak pub at Whatcote; modest little Stark in Broadstairs, which seats just 10 guests; The Angel in Hetton, which is now under the leadership of experienced owner Michael Wignall; and Laurie Gear’s Artichoke in Amersham.\r\n\r\nLondon has a good geographical spread of new One Stars, with intimate Mãos in Shoreditch; Da Terra in the restored Town Hall Hotel in Bethnal Green; Dysart Petersham, set in a charming early1900s house in Richmond; and Japanese Endo at The Rotunda in the old BBC Building in Shepherd’s Bush.\r\n\r\nOther city establishments include sophisticated Indian restaurant Opheem in Birmingham and stylish Mana in Manchester, which receives the city’s first Michelin Star in over 40 years.\r\n\r\nScotland brings home two new Stars in the form of understated Condita in Edinburgh and Isle of Eriska, which is set within an impressive baronial mansion on the island of the same name. Wales sees the charming Beach House at Oxwich awarded a Michelin Star and the trendy Muddlers Club brings a third Star to Belfast, Northern Ireland.\r\n\r\nThe Republic of Ireland also has much to celebrate, with intimate wine-bar-cum-bistro Bastion in Kinsale being promoted from a Bib Gourmand, and funky modern Variety Jones in Dublin and grand hotel dining room The Oak Room in Adare both receiving One Michelin Star.\r\n\r\n<em>“This is an amazing year for the Republic of Ireland, with five new Michelin Stars being awarded – two of them at Two Star level. This brings the total number of Starred restaurants in Ireland up to 18 and is just reward for the determination of young chefs who are keen to make their mark on the Irish dining scene,”</em> says Rebecca Burr, Director of the Michelin Guide Great Britain &amp; Ireland.\r\n\r\nShe adds: <em>“Running a successful restaurant is tough, and we know that. It takes long hours, dedication, teamwork and the support of those people closest to you. I congratulate all the teams and chefs who have won and retained Michelin Stars in the 2020 guide.”</em>\r\n\r\nAlongside the new Stars, the winners of the three Michelin Awards for 2020 have been announced:\r\n\r\n<strong>Welcome &amp; Service Award 2020</strong> – Team Bonwick at The Crown at Burchetts Green.\r\n\r\n<strong>Sommelier Award 2020</strong> – Jurica Gojevic at Adare Manor in County Limerick.\r\n\r\n<strong>Sustainability Award 2020</strong> – Loam in Galway.\r\n\r\n<em>“This selection is highly symbolic because it also marks a turning point in the enormous digitisation work launched by our teams, adds Mr Poullennec. “Indeed, foodies around the world can now find the full selection on line, free of charge, accompanied by exclusive editorial content that is regularly enriched throughout the year.\"</em>\r\n\r\nFine-dining lovers, whether British, Irish or tourists who wish to enhance their stay with a first-rate culinary experience, will also be able to book certain tables online and enjoy exclusive offers.\r\n\r\nThe 2020 selection at a glance:\r\n<ul>\r\n 	<li>1,464 restaurants in total (131 New)</li>\r\n 	<li>5 Three Michelin Star restaurants (1 New)</li>\r\n 	<li>23 Two Michelin Star restaurants (4 New)</li>\r\n 	<li>159 One Michelin Star restaurants (23 New)</li>\r\n 	<li>131 Michelin Bib Gourmand restaurants (22 New) [See also the Bib Gourmand Press Release]</li>\r\n 	<li>1,146 Michelin Plate restaurants (131 New)</li>\r\n</ul>\r\nFind more about the Michelin Guide at <a href=\"https://guide.michelin.com/gb%20and%20http://guide.michelin.com/ie\">http://guide.michelin.com/gb and http://guide.michelin.com/ie</a>','New rising stars for British and Irish restaurants','','inherit','closed','closed','','5940-revision-v1','','','2019-10-08 10:25:16','2019-10-08 10:25:16','',5940,'https://www.ontradeprogress.com/2019/10/08/5940-revision-v1/',0,'revision','',0),(5943,1,'2019-10-08 10:25:55','2019-10-08 10:25:55','','michelinstar2020','','inherit','closed','closed','','800_bpw-6141-284583','','','2019-10-08 10:28:14','2019-10-08 10:28:14','',5940,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/800_bpw-6141-284583.jpg',0,'attachment','image/jpeg',0),(5944,1,'2019-10-08 10:32:33','2019-10-08 10:32:33','','michelinstarguide2020','','inherit','closed','closed','','img_9080_1500x800-0','','','2019-10-08 10:33:27','2019-10-08 10:33:27','',5940,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/IMG_9080_1500x800.0.jpg',0,'attachment','image/jpeg',0),(5946,1,'2019-10-10 09:26:49','2019-10-10 09:26:49','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h3><b>1. Plan, plan, plan</b></h3>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important</li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout</li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>2. Party perks</b></h3>\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<h3><b>3. Set a spooky scene – and think big!</b></h3>\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>4. Moderation</b></h3>\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: tips and tricks from Heineken','','publish','closed','open','','halloween-haunts-tips-and-tricks-from-heineken','','','2019-10-22 09:23:45','2019-10-22 09:23:45','',0,'https://www.ontradeprogress.com/?p=5946',0,'post','',0),(5947,1,'2019-10-09 08:01:17','2019-10-09 08:01:17','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener noreferrer\">[1]</a>. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n\r\n<b>1. Plan, plan, plan</b>\r\n\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener noreferrer\">[2]</a>. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener noreferrer\">[3]</a>. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener noreferrer\">[4]</a>.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener noreferrer\">[5</a>]</li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn6\" target=\"_blank\" rel=\"noopener noreferrer\">[6</a>]</li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn7\" target=\"_blank\" rel=\"noopener noreferrer\">[7]</a>.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<b>2. Party perks</b>\r\n\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn8\" target=\"_blank\" rel=\"noopener noreferrer\">[8]</a>. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn9\" target=\"_blank\" rel=\"noopener noreferrer\">[9]</a>. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn10\" target=\"_blank\" rel=\"noopener noreferrer\">[10]</a>. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn11\" target=\"_blank\" rel=\"noopener noreferrer\">[11]</a>), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn12\" target=\"_blank\" rel=\"noopener noreferrer\">[12]</a>; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<b>3. Set a spooky scene – and think big!</b>\r\n\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn13\" target=\"_blank\" rel=\"noopener noreferrer\">[13]</a>. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn14\" target=\"_blank\" rel=\"noopener noreferrer\">[14]</a>, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<b>4. Moderation</b>\r\n\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn15\" target=\"_blank\" rel=\"noopener noreferrer\">[15]</a> and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn16\" target=\"_blank\" rel=\"noopener noreferrer\">[16]</a>. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn17\" target=\"_blank\" rel=\"noopener noreferrer\">[17]</a>.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn18\" target=\"_blank\" rel=\"noopener noreferrer\">[18]</a>. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: Tip and tricking ideas from Heineken UK','','inherit','closed','closed','','5946-revision-v1','','','2019-10-09 08:01:17','2019-10-09 08:01:17','',5946,'https://www.ontradeprogress.com/2019/10/09/5946-revision-v1/',0,'revision','',0),(5948,1,'2019-10-09 08:06:12','2019-10-09 08:06:12','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener noreferrer\">[1]</a>. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h2><b>1. Plan, plan, plan</b></h2>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener noreferrer\">[2]</a>. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener noreferrer\">[3]</a>. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener noreferrer\">[4]</a>.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener noreferrer\">[5</a>]</li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn6\" target=\"_blank\" rel=\"noopener noreferrer\">[6</a>]</li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn7\" target=\"_blank\" rel=\"noopener noreferrer\">[7]</a>.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<b>2. Party perks</b>\r\n\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn8\" target=\"_blank\" rel=\"noopener noreferrer\">[8]</a>. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn9\" target=\"_blank\" rel=\"noopener noreferrer\">[9]</a>. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn10\" target=\"_blank\" rel=\"noopener noreferrer\">[10]</a>. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn11\" target=\"_blank\" rel=\"noopener noreferrer\">[11]</a>), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn12\" target=\"_blank\" rel=\"noopener noreferrer\">[12]</a>; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<b>3. Set a spooky scene – and think big!</b>\r\n\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn13\" target=\"_blank\" rel=\"noopener noreferrer\">[13]</a>. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn14\" target=\"_blank\" rel=\"noopener noreferrer\">[14]</a>, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<b>4. Moderation</b>\r\n\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn15\" target=\"_blank\" rel=\"noopener noreferrer\">[15]</a> and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn16\" target=\"_blank\" rel=\"noopener noreferrer\">[16]</a>. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn17\" target=\"_blank\" rel=\"noopener noreferrer\">[17]</a>.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn18\" target=\"_blank\" rel=\"noopener noreferrer\">[18]</a>. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: Tip and tricking ideas from Heineken UK','','inherit','closed','closed','','5946-revision-v1','','','2019-10-09 08:06:12','2019-10-09 08:06:12','',5946,'https://www.ontradeprogress.com/2019/10/09/5946-revision-v1/',0,'revision','',0),(5949,1,'2019-10-09 08:07:55','2019-10-09 08:07:55','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener noreferrer\">[1]</a>. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h3><b>1. Plan, plan, plan</b></h3>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener noreferrer\">[2]</a>. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener noreferrer\">[3]</a>. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener noreferrer\">[4]</a>.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener noreferrer\">[5]</a></li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn6\" target=\"_blank\" rel=\"noopener noreferrer\">[6]</a></li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn7\" target=\"_blank\" rel=\"noopener noreferrer\">[7]</a>.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<b>2. Party perks</b>\r\n\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn8\" target=\"_blank\" rel=\"noopener noreferrer\">[8]</a>. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn9\" target=\"_blank\" rel=\"noopener noreferrer\">[9]</a>. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn10\" target=\"_blank\" rel=\"noopener noreferrer\">[10]</a>. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn11\" target=\"_blank\" rel=\"noopener noreferrer\">[11]</a>), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn12\" target=\"_blank\" rel=\"noopener noreferrer\">[12]</a>; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<b>3. Set a spooky scene – and think big!</b>\r\n\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn13\" target=\"_blank\" rel=\"noopener noreferrer\">[13]</a>. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn14\" target=\"_blank\" rel=\"noopener noreferrer\">[14]</a>, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<b>4. Moderation</b>\r\n\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn15\" target=\"_blank\" rel=\"noopener noreferrer\">[15]</a> and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn16\" target=\"_blank\" rel=\"noopener noreferrer\">[16]</a>. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn17\" target=\"_blank\" rel=\"noopener noreferrer\">[17]</a>.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn18\" target=\"_blank\" rel=\"noopener noreferrer\">[18]</a>. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: Tip and tricking ideas from Heineken UK','','inherit','closed','closed','','5946-revision-v1','','','2019-10-09 08:07:55','2019-10-09 08:07:55','',5946,'https://www.ontradeprogress.com/2019/10/09/5946-revision-v1/',0,'revision','',0),(5950,1,'2019-10-09 08:09:39','2019-10-09 08:09:39','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener noreferrer\">[1]</a>. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h3><b>1. Plan, plan, plan</b></h3>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener noreferrer\">[2]</a>. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener noreferrer\">[3]</a>. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener noreferrer\">[4]</a>.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener noreferrer\">[5]</a></li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn6\" target=\"_blank\" rel=\"noopener noreferrer\">[6]</a></li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn7\" target=\"_blank\" rel=\"noopener noreferrer\">[7]</a>.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>2. Party perks</b></h3>\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn8\" target=\"_blank\" rel=\"noopener noreferrer\">[8]</a>. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn9\" target=\"_blank\" rel=\"noopener noreferrer\">[9]</a>. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn10\" target=\"_blank\" rel=\"noopener noreferrer\">[10]</a>. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn11\" target=\"_blank\" rel=\"noopener noreferrer\">[11]</a>), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn12\" target=\"_blank\" rel=\"noopener noreferrer\">[12]</a>; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<h3><b>3. Set a spooky scene – and think big!</b></h3>\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn13\" target=\"_blank\" rel=\"noopener noreferrer\">[13]</a>. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn14\" target=\"_blank\" rel=\"noopener noreferrer\">[14]</a>, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>4. Moderation</b></h3>\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn15\" target=\"_blank\" rel=\"noopener noreferrer\">[15]</a> and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn16\" target=\"_blank\" rel=\"noopener noreferrer\">[16]</a>. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn17\" target=\"_blank\" rel=\"noopener noreferrer\">[17]</a>.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn18\" target=\"_blank\" rel=\"noopener noreferrer\">[18]</a>. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: Tip and tricking ideas from Heineken UK','','inherit','closed','closed','','5946-revision-v1','','','2019-10-09 08:09:39','2019-10-09 08:09:39','',5946,'https://www.ontradeprogress.com/2019/10/09/5946-revision-v1/',0,'revision','',0),(5951,1,'2019-10-09 08:12:35','2019-10-09 08:12:35','','Heineken Halloween png','','inherit','closed','closed','','heineken-halloween-png','','','2019-10-09 08:12:35','2019-10-09 08:12:35','',5946,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/Heineken-Halloween-png.png',0,'attachment','image/png',0),(5952,1,'2019-10-10 07:23:03','2019-10-10 07:23:03','','Restaurant tech live','','inherit','closed','closed','','restaurant-tech-live','','','2019-10-10 07:24:20','2019-10-10 07:24:20','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/Restaurant-tech-live.jpg',0,'attachment','image/jpeg',0),(5953,1,'2019-10-10 09:26:49','2019-10-10 09:26:49','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn1\" target=\"_blank\" rel=\"noopener noreferrer\">[1]</a>. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h3><b>1. Plan, plan, plan</b></h3>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn2\" target=\"_blank\" rel=\"noopener noreferrer\">[2]</a>. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn3\" target=\"_blank\" rel=\"noopener noreferrer\">[3]</a>. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn4\" target=\"_blank\" rel=\"noopener noreferrer\">[4]</a>.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn5\" target=\"_blank\" rel=\"noopener noreferrer\">[5]</a></li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn6\" target=\"_blank\" rel=\"noopener noreferrer\">[6]</a></li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn7\" target=\"_blank\" rel=\"noopener noreferrer\">[7]</a>.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>2. Party perks</b></h3>\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn8\" target=\"_blank\" rel=\"noopener noreferrer\">[8]</a>. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn9\" target=\"_blank\" rel=\"noopener noreferrer\">[9]</a>. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn10\" target=\"_blank\" rel=\"noopener noreferrer\">[10]</a>. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn11\" target=\"_blank\" rel=\"noopener noreferrer\">[11]</a>), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn12\" target=\"_blank\" rel=\"noopener noreferrer\">[12]</a>; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<h3><b>3. Set a spooky scene – and think big!</b></h3>\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn13\" target=\"_blank\" rel=\"noopener noreferrer\">[13]</a>. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn14\" target=\"_blank\" rel=\"noopener noreferrer\">[14]</a>, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>4. Moderation</b></h3>\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn15\" target=\"_blank\" rel=\"noopener noreferrer\">[15]</a> and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn16\" target=\"_blank\" rel=\"noopener noreferrer\">[16]</a>. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn17\" target=\"_blank\" rel=\"noopener noreferrer\">[17]</a>.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months<a href=\"https://email.ionos.co.uk/appsuite/?tl=y#_ftn18\" target=\"_blank\" rel=\"noopener noreferrer\">[18]</a>. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: tips and tricks from Heineken','','inherit','closed','closed','','5946-revision-v1','','','2019-10-10 09:26:49','2019-10-10 09:26:49','',5946,'https://www.ontradeprogress.com/2019/10/10/5946-revision-v1/',0,'revision','',0),(5954,1,'2019-10-22 09:23:36','2019-10-22 09:23:36','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h3><b>1. Plan, plan, plan</b></h3>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important</li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout</li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>2. Party perks</b></h3>\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<h3><b>3. Set a spooky scene – and think big!</b></h3>\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>4. Moderation</b></h3>\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: tips and tricks from Heineken','','inherit','closed','closed','','5946-autosave-v1','','','2019-10-22 09:23:36','2019-10-22 09:23:36','',5946,'https://www.ontradeprogress.com/2019/10/10/5946-autosave-v1/',0,'revision','',0),(5955,1,'2019-10-10 10:16:10','2019-10-10 10:16:10','<h1>With Halloween creeping up in the calendar, now is the time to ensure pubs and bars are in the perfect position to capitalise on the second biggest party night of the year after New Year’s Eve. Falling on a Thursday this year, Halloween represents a significant opportunity for operators to boost mid-week sales, as well as providing outlets with the perfect excuse to extend the occasion into the weekend after and draw in the crowds.</h1>\r\nHEINEKEN UK has devised expert tips to help outlets lure visitors in from the cold and maximise profits over the spookiest time of the year. The advice underpins one of the key category drivers identified in its Greenpaper research: <i>Let’s Get Together</i>. Worth £249M incremental value to the sector over three years, it demonstrates how outlets can capitalise on existing events, creating rich experiences to drive footfall and sales throughout the year.\r\n\r\nHere are some tips and tricks from HEINEKEN to ensure Halloween is a treat for all:\r\n<h3><b>1. Plan, plan, plan</b></h3>\r\nHalloween is one of the most age-targeted celebrations of the year, largely driven by millennials, with 60%  of 18-34 YOs visiting the on trade during that period. As Halloween falls on a Thursday, celebrations are likely to be more muted on the day itself. To hit the nail on the head, outlets should target the weekend following Halloween itself for their show-stopper parties as it tends to perform better than the weekend before. Latest research shows that outlets experience an 8% uplift in sales when activating on the Friday following Halloween versus other Fridays in this period.\r\n\r\n<b>TIPS</b>\r\n<ul>\r\n 	<li>Family-friendly pubs could capitalise on Halloween night itself by offering Halloween-themed kids’ menus, spooky party games, apple bobbing, face painting and so on.</li>\r\n 	<li>For weekend parties, it’s critical that you plan a compelling line-up to ensure strong footfall as Halloween consumers tend to choose where to go based on the range. In particular, keep in mind that, when choosing a venue for a spooky night out:\r\n<ul>\r\n 	<li>88% of Halloween consumers consider the range of cider important</li>\r\n 	<li>20% of Halloween consumers will go elsewhere if the venue they were in does not serve stout</li>\r\n</ul>\r\n</li>\r\n 	<li>In addition, Halloween consumers show a strong preference towards cocktails and spirits, so ranging these categories is essential to engage this audience.\r\n<ul>\r\n 	<li>Out of the spirits, vodka and tequila reign supreme, experiencing an uplift of more than 100% versus the Average Respective Day.</li>\r\n 	<li>Pre-batched cocktails are quick to serve and can help reduce waiting times during busy periods. Themed cocktails can also help innovate an outlet’s offering, tapping into the experimental aspect which is central to the Halloween occasion.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>2. Party perks</b></h3>\r\nHalloween consumers are highly engaged with the on trade and spend 30% more than the average consumer during this period. With this in mind, it stands to reason that Halloween parties over the weekend will, on average, deliver an incremental £452 more profit than a usual Friday or Saturday night. What’s more, 65% of customers love to dress up for the occasion, with nearly half of these putting a lot of effort into their costumes. Offering prizes for the best dressed is a sure fire way to attract these customers into your venue.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>For the forgetful few (40% will leave it to the last minute to prepare a costume), a photo background with a few extra props such as Strongbow CarnEvil masks for selfies will go down well (and result in greater traction on social media too!).</li>\r\n 	<li>68% of Halloween consumers have increased brand awareness through social media; highlighting competitions and other Halloween activations via your outlet’s social media accounts will ensure you reach this valuable audience.</li>\r\n</ul>\r\n<h3><b>3. Set a spooky scene – and think big!</b></h3>\r\nHalloween is a playground for operators to create the rich experiences that consumers now desire. Spooky decorations and themed displays are great for getting customers into a party mood and can also make a strong impact on social media. Over the last three years, Strongbow CarnEvil has dominated this space, with Google searches now four times higher than the year of launch. The campaign encourages licensees to ditch the norm and embrace the strange, helping licensees create their own spectacular set-up, with an online asset library and themed POS support kits, including posters, staff fancy dress and drip mats.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Swerve around the usual ghouls and ghosts and capture people’s attention with a more creative theme such as Mexico’s Day of the Dead, to open up the celebration into something more. Offering Mexican-inspired drink options can help add to the atmosphere and with 42% of Desperados drinkers aged between 18-35, the tequila-flavoured beer is a great way to appeal to younger consumers.</li>\r\n 	<li>Be creative! Other spooky Halloween nights could include:</li>\r\n</ul>\r\n<ul>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>Ghost tour of ‘haunted’ pub and grounds</li>\r\n 	<li>Séance or clairvoyant in residence</li>\r\n 	<li>Murder mystery guest performers</li>\r\n 	<li>Horror film screening</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3><b>4. Moderation</b></h3>\r\nBe careful not to alienate the growing number of people choosing to moderate their alcohol intake. The no and low category has seen substantial growth in recent years, with 50% of drinkers now limiting their alcohol consumption and 15% of consumers saying they are more likely to visit pubs if a broader range of non-alcoholic options were available. In particular, this upward trend has been led by millennials, with almost a third (29%) of 18-24 YOs now teetotal.\r\n\r\n<b>TIPS:</b>\r\n<ul>\r\n 	<li>Ensure a range of no and low options are available in both draught and packaged format to ensure those looking to moderate their alcohol consumption feel part of the occasion.\r\n<ul>\r\n 	<li>HEINEKEN 0.0 is the fastest growing no and low alcohol brand, adding £6.4M value to the category in the last 12 months. The award-winning, perfectly balanced alcohol-free beer is now available on draught thanks to the counter-top beer dispense system, BLADE, and responds directly to those limiting their alcohol intake, without compromising on taste.</li>\r\n 	<li>Consider creating mocktail versions of themed Halloween cocktails to ensure those moderating don’t feel left out.</li>\r\n</ul>\r\n</li>\r\n</ul>','Halloween haunts: tips and tricks from Heineken','','inherit','closed','closed','','5946-revision-v1','','','2019-10-10 10:16:10','2019-10-10 10:16:10','',5946,'https://www.ontradeprogress.com/2019/10/10/5946-revision-v1/',0,'revision','',0),(5956,1,'2019-10-11 10:44:50','2019-10-11 10:44:50','Please enter your details to receive the 2020 media pack.\r\n\r\n[contact-form-7 id=\"88\" title=\"Advertise Form\"]','Advertising','','inherit','closed','closed','','74-revision-v1','','','2019-10-11 10:44:50','2019-10-11 10:44:50','',74,'https://www.ontradeprogress.com/2019/10/11/74-revision-v1/',0,'revision','',0),(5957,1,'2019-10-15 14:46:31','2019-10-15 14:46:31','','30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px','','inherit','closed','closed','','30_on-trade-progress_cover_issue-30_300x330px','','','2019-10-15 14:46:42','2019-10-15 14:46:42','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_300x330px.png',0,'attachment','image/png',0),(5958,1,'2019-10-15 14:46:55','2019-10-15 14:46:55','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-10-15 14:46:55','2019-10-15 14:46:55','',8,'https://www.ontradeprogress.com/2019/10/15/8-revision-v1/',0,'revision','',0),(5960,1,'2019-10-15 14:49:05','2019-10-15 14:49:05','','30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px','','inherit','closed','closed','','30_on-trade-progress_cover_issue-30_620x861px','','','2019-10-15 14:49:14','2019-10-15 14:49:14','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_620x861px.png',0,'attachment','image/png',0),(5961,1,'2019-10-15 14:49:23','2019-10-15 14:49:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6Ii0xMCIsInBhZGRpbmctdG9wIjoiMjUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5960\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBpbmNvcnBvcmF0ZSUyMEhhbGxvd2VlbiUyMHdpdGhpbiUyMHlvdXIlMjB2ZW51ZS4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGVlciUyMHByZXNzdXJlJTIwZHJpbmtpbmclMjAtJTIwJTIwd2hhdCUyMHRvJTIwbG9vayUyMG91dCUyMGZvci4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW5jb21lJTIwc3RyZWFtaW5nJTNGJTIwSXMlMjB0aGlzJTIwdGhlJTIwZnV0dXJlJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSGF2ZSUyMHdlJTIwZm91bmQlMjB0aGUlMjBuZXh0JTIwaW5kdXN0cnklMjBkaXNydXB0b3IlM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTGVhcm4lMjBob3clMjB0byUyMG1ha2UlMjB0aGUlMjBtb3N0JTIwb2YlMjBpbmZsdWVuY2VyJTIwbWFya2V0aW5nJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-10-15 14:49:23','2019-10-15 14:49:23','',23,'https://www.ontradeprogress.com/2019/10/15/23-revision-v1/',0,'revision','',0),(5962,1,'2019-10-15 14:50:06','2019-10-15 14:50:06','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5960\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBpbmNvcnBvcmF0ZSUyMEhhbGxvd2VlbiUyMHdpdGhpbiUyMHlvdXIlMjB2ZW51ZS4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGVlciUyMHByZXNzdXJlJTIwZHJpbmtpbmclMjAtJTIwJTIwd2hhdCUyMHRvJTIwbG9vayUyMG91dCUyMGZvci4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW5jb21lJTIwc3RyZWFtaW5nJTNGJTIwSXMlMjB0aGlzJTIwdGhlJTIwZnV0dXJlJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSGF2ZSUyMHdlJTIwZm91bmQlMjB0aGUlMjBuZXh0JTIwaW5kdXN0cnklMjBkaXNydXB0b3IlM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTGVhcm4lMjBob3clMjB0byUyMG1ha2UlMjB0aGUlMjBtb3N0JTIwb2YlMjBpbmZsdWVuY2VyJTIwbWFya2V0aW5nJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-10-15 14:50:06','2019-10-15 14:50:06','',23,'https://www.ontradeprogress.com/2019/10/15/23-revision-v1/',0,'revision','',0),(5963,1,'2019-10-15 14:51:05','2019-10-15 14:51:05','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #30','','inherit','closed','closed','','276-revision-v1','','','2019-10-15 14:51:05','2019-10-15 14:51:05','',276,'https://www.ontradeprogress.com/2019/10/15/276-revision-v1/',0,'revision','',0),(5964,1,'2020-01-29 10:31:54','2020-01-29 10:31:54','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]</p><p style=\"text-align: center;\">Issue #33</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]</p><p style=\"text-align: center;\">Issue #33</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]</p>','Issue #32','','inherit','closed','closed','','276-autosave-v1','','','2020-01-29 10:31:54','2020-01-29 10:31:54','',276,'https://www.ontradeprogress.com/2019/10/15/276-autosave-v1/',0,'revision','',0),(5965,1,'2019-10-15 14:52:24','2019-10-15 14:52:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzBfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #30','','inherit','closed','closed','','276-revision-v1','','','2019-10-15 14:52:24','2019-10-15 14:52:24','',276,'https://www.ontradeprogress.com/2019/10/15/276-revision-v1/',0,'revision','',0),(5966,1,'2019-10-15 14:54:58','2019-10-15 14:54:58','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #30</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #30</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzBfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress Issue #30','','inherit','closed','closed','','276-revision-v1','','','2019-10-15 14:54:58','2019-10-15 14:54:58','',276,'https://www.ontradeprogress.com/2019/10/15/276-revision-v1/',0,'revision','',0),(5968,1,'2019-10-15 14:59:28','2019-10-15 14:59:28','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5960\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBjcmVhdGUlMjBhbiUyMGVuZ2FnaW5nJTIwYW5kJTIwbWVtb3JhYmxlJTIwY3VzdG9tZXIlMjBleHBlcmllbmNl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBkZXNpZ24lMjBhJTIwZ3JlYXQlMjByZXN0YXVyYW50JTIwd2Vic2l0ZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWFrZSUyMGZlc3RpdmUlMjBkcmlua2luZyUyMHNhZmU=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hhdCUyMG1ha2VzJTIwYSUyMGdvb2QlMjBob3VzZSUyMHdpbmUlM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTGVhcm4lMjBob3clMjB0byUyMG1ha2UlMjB0aGUlMjBtb3N0JTIwb2YlMjBpbmZsdWVuY2VyJTIwbWFya2V0aW5nJTNG\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-10-15 14:59:28','2019-10-15 14:59:28','',23,'https://www.ontradeprogress.com/2019/10/15/23-revision-v1/',0,'revision','',0),(5969,1,'2019-10-15 15:02:52','2019-10-15 15:02:52','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"5960\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBjcmVhdGUlMjBhbiUyMGVuZ2FnaW5nJTIwYW5kJTIwbWVtb3JhYmxlJTIwY3VzdG9tZXIlMjBleHBlcmllbmNl\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBkZXNpZ24lMjBhJTIwZ3JlYXQlMjByZXN0YXVyYW50JTIwd2Vic2l0ZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWFrZSUyMGZlc3RpdmUlMjBkcmlua2luZyUyMHNhZmU=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2hhdCUyMG1ha2VzJTIwYSUyMGdvb2QlMjBob3VzZSUyMHdpbmUlM0Y=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIwdG8lMjBhY2hpZXZlJTIwZmxhd2xlc3MlMjB3YXNod2FyZSUyMHJlc3VsdHM=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-10-15 15:02:52','2019-10-15 15:02:52','',23,'https://www.ontradeprogress.com/2019/10/15/23-revision-v1/',0,'revision','',0),(5970,1,'2019-10-15 15:05:04','2019-10-15 15:05:04','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #26</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS1jb25maWdpZCUzRCUyMjMyMzkzODkzJTJGNzAzNTI0NzUlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTAwJTI1JTNCJTIwaGVpZ2h0JTNBNjc4cHglM0IlMjIlMjBjbGFzcyUzRCUyMmlzc3V1ZW1iZWQlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NzY3JpcHQlMjB0eXBlJTNEJTIydGV4dCUyRmphdmFzY3JpcHQlMjIlMjBzcmMlM0QlMjIlMkYlMkZlLmlzc3V1LmNvbSUyRmVtYmVkLmpzJTIyJTIwYXN5bmMlM0QlMjJ0cnVlJTIyJTNFJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #26','','inherit','closed','closed','','5452-revision-v1','','','2019-10-15 15:05:04','2019-10-15 15:05:04','',5452,'https://www.ontradeprogress.com/2019/10/15/5452-revision-v1/',0,'revision','',0),(5971,1,'2019-10-15 15:05:26','2019-10-15 15:05:26','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #29</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZGY2YzMwJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZGY2YzMwJTI2ZCUzRHdlYl92ZXJzaW9uXy1fXzI5X29uLXRyYWRlLXByb2dyZXNzX2Z1bGwtbWFnYXppbmVfJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #29','','inherit','closed','closed','','5857-revision-v1','','','2019-10-15 15:05:26','2019-10-15 15:05:26','',5857,'https://www.ontradeprogress.com/2019/10/15/5857-revision-v1/',0,'revision','',0),(5972,1,'2019-10-15 15:05:49','2019-10-15 15:05:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #30</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #30</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzBfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #30','','inherit','closed','closed','','276-revision-v1','','','2019-10-15 15:05:49','2019-10-15 15:05:49','',276,'https://www.ontradeprogress.com/2019/10/15/276-revision-v1/',0,'revision','',0),(5973,1,'2019-10-15 15:06:03','2019-10-15 15:06:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #28</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMjhfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #28','','inherit','closed','closed','','5734-autosave-v1','','','2019-10-15 15:06:03','2019-10-15 15:06:03','',5734,'https://www.ontradeprogress.com/2019/10/15/5734-autosave-v1/',0,'revision','',0),(5979,1,'2019-10-15 15:33:53','2019-10-15 15:33:53','','30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px','','inherit','closed','closed','','30_on-trade-progress_cover_issue-30_220x270px-3','','','2019-10-15 15:33:53','2019-10-15 15:33:53','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/30_ON-TRADE-PROGRESS_COVER_ISSUE-30_220x270px-2.png',0,'attachment','image/png',0),(5980,1,'2019-10-15 15:35:55','2019-10-15 15:35:55','','29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px','','inherit','closed','closed','','29_on-trade-progress_cover_issue-29_220x270px','','','2019-10-15 15:35:55','2019-10-15 15:35:55','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/29_ON-TRADE-PROGRESS_COVER_ISSUE-29_220x270px.png',0,'attachment','image/png',0),(5981,1,'2019-10-15 15:37:01','2019-10-15 15:37:01','','28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px','','inherit','closed','closed','','28_on-trade-progress_cover_issue-28_220x270px','','','2019-10-15 15:37:01','2019-10-15 15:37:01','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/28_ON-TRADE-PROGRESS_COVER_ISSUE-28_220x270px.png',0,'attachment','image/png',0),(5982,1,'2019-10-15 15:42:53','2019-10-15 15:42:53','','27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px','','inherit','closed','closed','','27_on-trade-progress_cover_issue-27_220x270px','','','2019-10-15 15:42:53','2019-10-15 15:42:53','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/27_ON-TRADE-PROGRESS_COVER_ISSUE-27_220x270px.png',0,'attachment','image/png',0),(5983,1,'2019-10-15 15:46:37','2019-10-15 15:46:37','','24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px','','inherit','closed','closed','','24_on-trade-progress_cover_issue-24_220x270px','','','2019-10-15 15:46:37','2019-10-15 15:46:37','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/24_ON-TRADE-PROGRESS_COVER_ISSUE-24_220x270px.png',0,'attachment','image/png',0),(5985,1,'2019-10-15 15:47:52','2019-10-15 15:47:52','','23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px','','inherit','closed','closed','','23_on-trade-progress_cover_issue-23_220x270px','','','2019-10-15 15:47:52','2019-10-15 15:47:52','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/23_ON-TRADE-PROGRESS_COVER_ISSUE-23_220x270px.png',0,'attachment','image/png',0),(5986,1,'2019-10-15 15:49:54','2019-10-15 15:49:54','','21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px','','inherit','closed','closed','','21_on-trade-progress_cover_issue-21_220x270px','','','2019-10-15 15:49:54','2019-10-15 15:49:54','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/21_ON-TRADE-PROGRESS_COVER_ISSUE-21_220x270px.png',0,'attachment','image/png',0),(5987,1,'2019-10-15 15:56:07','2019-10-15 15:56:07','','20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px','','inherit','closed','closed','','20_on-trade-progress_cover_issue-20_220x270px','','','2019-10-15 15:56:07','2019-10-15 15:56:07','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/20_ON-TRADE-PROGRESS_COVER_ISSUE-20_220x270px.png',0,'attachment','image/png',0),(5989,1,'2019-10-22 09:06:37','2019-10-22 09:06:37','<h1>At Ontrade Progress, our readers are at the heart of everything we do and it is our mission to discover innovative products and services to meet customer and readership needs; which is why we are proud to have partnered with Europe’s leading event for the drink products boosting the profits of restaurant and bar owners, Restaurant &amp; Bar Tech Live!</h1>\r\nTaking place on the 19th &amp; 20th of November at the ExCeL London, the unmissable free event promises to connect bar and restaurant professionals with over 15,000 decision makers actively looking to streamline their operations, enhance their efficiency and improve the customer experience!\r\n\r\nAs part of this year’s incredible keynote lineup, you’ll gain invaluable insight into some of the biggest brands in the industry, including none other than the mighty Brewdog! International Growth Director Lisa Paton will take you through the ins and outs of their pioneering innovation strategy, revealing exactly what it takes to accelerate growth through concept and franchise innovation. Lisa is now responsible for the rapid global growth of BrewDog retail including bars, microbreweries and hotels, in the fast paced and exciting world of craft beer. So be sure to join the beer revolution, and get the lowdown on the beer that changed the game!\r\n\r\nIf that isn’t enough to tickle your tastebuds, you can also hear from the Head of Systems at Coppa Club, Iwona Dobek. Starting her career in Jamie’s Italian and now, heading the Systems Team in Various Eateries, where she is actively involved in the success of brands such as Coppa Club. She’ll be discussing their famous igloos, and the planning that went into creating a social media sensation. Don\'t miss the chance to get the inside scoop on the brand’s innovative dining experience, and the story behind the success of the industry’s most instagrammable restaurant - Coppa Club is raising the bar of customer experience!\r\n\r\nBetter yet, your FREE ticket will give you exclusive access to all of the hottest new tech trends in hospitality, you’ll be able to find over 300 cutting-edge suppliers, engage in 200 educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe. What’s more, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to\r\n<a href=\"http://www.restauranttechlive.co.uk/\">restauranttechlive.co.uk</a>.\r\n\r\nWe can’t wait to see you there!','Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live!','','publish','closed','open','','meet-brewdog-and-coppa-club-at-restaurant-bar-tech-live','','','2019-10-22 09:17:53','2019-10-22 09:17:53','',0,'https://www.ontradeprogress.com/?p=5989',0,'post','',0),(5990,1,'2019-10-17 11:32:56','2019-10-17 11:32:56','<h1>At Ontrade Progress, our readers are at the heart of everything we do and it is our\r\nmission to discover innovative products and services to meet customer and readership\r\nneeds; which is why we are proud to have partnered with Europe’s leading event for the\r\ndrink products boosting the profits of restaurant and bar owners, Restaurant &amp; Bar Tech\r\nLive!</h1>\r\nTaking place on the 19th &amp; 20th of November at the ExCeL London , the unmissable free event promises to connect bar and restaurant professionals with over 15,000 decision makers actively looking to streamline their operations, enhance their efficiency and\r\nimprove the customer experience!\r\n\r\nAs part of this year’s incredible keynote lineup, you’ll gain invaluable insight into some of the biggest brands in the industry, including none other than the mighty Brewdog! International Growth Director Lisa Paton will take you through the ins and outs of their pioneering innovation strategy, revealing exactly what it takes to accelerate growth through concept and franchise innovation. Lisa is now responsible for the rapid global growth of BrewDog retail including bars, microbreweries and hotels, in the fast paced and exciting world of craft beer. So be sure to join the beer revolution, and get the lowdown on the beer that changed the game!\r\n\r\nIf that isn’t enough to tickle your tastebuds, you can also hear from the Head of Systems at\r\nCoppa Club, Iwona Dobek. Starting her career in Jamie’s Italian and now, heading the\r\nSystems Team in Various Eateries, where she is actively involved in the success of brands\r\nsuch as Coppa Club. She’ll be discussing their famous igloos, and the planning that went\r\ninto creating a social media sensation. Don\'t miss the chance to get the inside scoop on the\r\nbrand’s innovative dining experience, and the story behind the success of the industry’s\r\nmost instagrammable restaurant - Coppa Club is raising the bar of customer experience!\r\n\r\nBetter yet, your FREE ticket will give you exclusive access to all of the hottest new tech\r\ntrends in hospitality, you’ll be able to find over 300 cutting-edge suppliers, engage in 200\r\neducational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get\r\ninvolved in live demos and so much more, giving you unprecedented access to all the\r\nawe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\nWhat’s more, this year’s instalment runs alongside 5 other industry-leading events;\r\ncollectively forming #FES19, THE biggest business growth event for the world of food and\r\ndrink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to\r\n<a href=\"http://www.restauranttechlive.co.uk/\">restauranttechlive.co.uk</a>.\r\n\r\nWe can’t wait to see you there!','Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5989-revision-v1','','','2019-10-17 11:32:56','2019-10-17 11:32:56','',5989,'https://www.ontradeprogress.com/2019/10/17/5989-revision-v1/',0,'revision','',0),(5991,1,'2019-10-17 11:33:25','2019-10-17 11:33:25','<h1>At Ontrade Progress, our readers are at the heart of everything we do and it is our mission to discover innovative products and services to meet customer and readership needs; which is why we are proud to have partnered with Europe’s leading event for the drink products boosting the profits of restaurant and bar owners, Restaurant &amp; Bar Tech Live!</h1>\r\nTaking place on the 19th &amp; 20th of November at the ExCeL London , the unmissable free event promises to connect bar and restaurant professionals with over 15,000 decision makers actively looking to streamline their operations, enhance their efficiency and\r\nimprove the customer experience!\r\n\r\nAs part of this year’s incredible keynote lineup, you’ll gain invaluable insight into some of the biggest brands in the industry, including none other than the mighty Brewdog! International Growth Director Lisa Paton will take you through the ins and outs of their pioneering innovation strategy, revealing exactly what it takes to accelerate growth through concept and franchise innovation. Lisa is now responsible for the rapid global growth of BrewDog retail including bars, microbreweries and hotels, in the fast paced and exciting world of craft beer. So be sure to join the beer revolution, and get the lowdown on the beer that changed the game!\r\n\r\nIf that isn’t enough to tickle your tastebuds, you can also hear from the Head of Systems at\r\nCoppa Club, Iwona Dobek. Starting her career in Jamie’s Italian and now, heading the\r\nSystems Team in Various Eateries, where she is actively involved in the success of brands\r\nsuch as Coppa Club. She’ll be discussing their famous igloos, and the planning that went\r\ninto creating a social media sensation. Don\'t miss the chance to get the inside scoop on the\r\nbrand’s innovative dining experience, and the story behind the success of the industry’s\r\nmost instagrammable restaurant - Coppa Club is raising the bar of customer experience!\r\n\r\nBetter yet, your FREE ticket will give you exclusive access to all of the hottest new tech\r\ntrends in hospitality, you’ll be able to find over 300 cutting-edge suppliers, engage in 200\r\neducational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get\r\ninvolved in live demos and so much more, giving you unprecedented access to all the\r\nawe-inspiring advancements fueling the future of restaurants and bars across the globe.\r\nWhat’s more, this year’s instalment runs alongside 5 other industry-leading events;\r\ncollectively forming #FES19, THE biggest business growth event for the world of food and\r\ndrink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to\r\n<a href=\"http://www.restauranttechlive.co.uk/\">restauranttechlive.co.uk</a>.\r\n\r\nWe can’t wait to see you there!','Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5989-revision-v1','','','2019-10-17 11:33:25','2019-10-17 11:33:25','',5989,'https://www.ontradeprogress.com/2019/10/17/5989-revision-v1/',0,'revision','',0),(5992,1,'2019-10-17 11:34:24','2019-10-17 11:34:24','<h1>At Ontrade Progress, our readers are at the heart of everything we do and it is our mission to discover innovative products and services to meet customer and readership needs; which is why we are proud to have partnered with Europe’s leading event for the drink products boosting the profits of restaurant and bar owners, Restaurant &amp; Bar Tech Live!</h1>\r\nTaking place on the 19th &amp; 20th of November at the ExCeL London , the unmissable free event promises to connect bar and restaurant professionals with over 15,000 decision makers actively looking to streamline their operations, enhance their efficiency and\r\nimprove the customer experience!\r\n\r\nAs part of this year’s incredible keynote lineup, you’ll gain invaluable insight into some of the biggest brands in the industry, including none other than the mighty Brewdog! International Growth Director Lisa Paton will take you through the ins and outs of their pioneering innovation strategy, revealing exactly what it takes to accelerate growth through concept and franchise innovation. Lisa is now responsible for the rapid global growth of BrewDog retail including bars, microbreweries and hotels, in the fast paced and exciting world of craft beer. So be sure to join the beer revolution, and get the lowdown on the beer that changed the game!\r\n\r\nIf that isn’t enough to tickle your tastebuds, you can also hear from the Head of Systems at Coppa Club, Iwona Dobek. Starting her career in Jamie’s Italian and now, heading the Systems Team in Various Eateries, where she is actively involved in the success of brands such as Coppa Club. She’ll be discussing their famous igloos, and the planning that went into creating a social media sensation. Don\'t miss the chance to get the inside scoop on the brand’s innovative dining experience, and the story behind the success of the industry’s most instagrammable restaurant - Coppa Club is raising the bar of customer experience!\r\n\r\nBetter yet, your FREE ticket will give you exclusive access to all of the hottest new tech trends in hospitality, you’ll be able to find over 300 cutting-edge suppliers, engage in 200 educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe. What’s more, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to\r\n<a href=\"http://www.restauranttechlive.co.uk/\">restauranttechlive.co.uk</a>.\r\n\r\nWe can’t wait to see you there!','Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5989-revision-v1','','','2019-10-17 11:34:24','2019-10-17 11:34:24','',5989,'https://www.ontradeprogress.com/2019/10/17/5989-revision-v1/',0,'revision','',0),(5994,1,'2019-10-17 11:36:41','2019-10-17 11:36:41','<h1>At Ontrade Progress, our readers are at the heart of everything we do and it is our mission to discover innovative products and services to meet customer and readership needs; which is why we are proud to have partnered with Europe’s leading event for the drink products boosting the profits of restaurant and bar owners, Restaurant &amp; Bar Tech Live!</h1>\r\nTaking place on the 19th &amp; 20th of November at the ExCeL London , the unmissable free event promises to connect bar and restaurant professionals with over 15,000 decision makers actively looking to streamline their operations, enhance their efficiency and improve the customer experience!\r\n\r\nAs part of this year’s incredible keynote lineup, you’ll gain invaluable insight into some of the biggest brands in the industry, including none other than the mighty Brewdog! International Growth Director Lisa Paton will take you through the ins and outs of their pioneering innovation strategy, revealing exactly what it takes to accelerate growth through concept and franchise innovation. Lisa is now responsible for the rapid global growth of BrewDog retail including bars, microbreweries and hotels, in the fast paced and exciting world of craft beer. So be sure to join the beer revolution, and get the lowdown on the beer that changed the game!\r\n\r\nIf that isn’t enough to tickle your tastebuds, you can also hear from the Head of Systems at Coppa Club, Iwona Dobek. Starting her career in Jamie’s Italian and now, heading the Systems Team in Various Eateries, where she is actively involved in the success of brands such as Coppa Club. She’ll be discussing their famous igloos, and the planning that went into creating a social media sensation. Don\'t miss the chance to get the inside scoop on the brand’s innovative dining experience, and the story behind the success of the industry’s most instagrammable restaurant - Coppa Club is raising the bar of customer experience!\r\n\r\nBetter yet, your FREE ticket will give you exclusive access to all of the hottest new tech trends in hospitality, you’ll be able to find over 300 cutting-edge suppliers, engage in 200 educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe. What’s more, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to\r\n<a href=\"http://www.restauranttechlive.co.uk/\">restauranttechlive.co.uk</a>.\r\n\r\nWe can’t wait to see you there!','Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5989-revision-v1','','','2019-10-17 11:36:41','2019-10-17 11:36:41','',5989,'https://www.ontradeprogress.com/2019/10/17/5989-revision-v1/',0,'revision','',0),(5995,1,'2019-10-17 11:49:27','2019-10-17 11:49:27','<h1>At Ontrade Progress, our readers are at the heart of everything we do and it is our mission to discover innovative products and services to meet customer and readership needs; which is why we are proud to have partnered with Europe’s leading event for the drink products boosting the profits of restaurant and bar owners, Restaurant &amp; Bar Tech Live!</h1>\r\nTaking place on the 19th &amp; 20th of November at the ExCeL London, the unmissable free event promises to connect bar and restaurant professionals with over 15,000 decision makers actively looking to streamline their operations, enhance their efficiency and improve the customer experience!\r\n\r\nAs part of this year’s incredible keynote lineup, you’ll gain invaluable insight into some of the biggest brands in the industry, including none other than the mighty Brewdog! International Growth Director Lisa Paton will take you through the ins and outs of their pioneering innovation strategy, revealing exactly what it takes to accelerate growth through concept and franchise innovation. Lisa is now responsible for the rapid global growth of BrewDog retail including bars, microbreweries and hotels, in the fast paced and exciting world of craft beer. So be sure to join the beer revolution, and get the lowdown on the beer that changed the game!\r\n\r\nIf that isn’t enough to tickle your tastebuds, you can also hear from the Head of Systems at Coppa Club, Iwona Dobek. Starting her career in Jamie’s Italian and now, heading the Systems Team in Various Eateries, where she is actively involved in the success of brands such as Coppa Club. She’ll be discussing their famous igloos, and the planning that went into creating a social media sensation. Don\'t miss the chance to get the inside scoop on the brand’s innovative dining experience, and the story behind the success of the industry’s most instagrammable restaurant - Coppa Club is raising the bar of customer experience!\r\n\r\nBetter yet, your FREE ticket will give you exclusive access to all of the hottest new tech trends in hospitality, you’ll be able to find over 300 cutting-edge suppliers, engage in 200 educational seminars, gain 1-2-1 business advice, cultivate invaluable new contacts, get involved in live demos and so much more, giving you unprecedented access to all the awe-inspiring advancements fueling the future of restaurants and bars across the globe. What’s more, this year’s instalment runs alongside 5 other industry-leading events; collectively forming #FES19, THE biggest business growth event for the world of food and drink.\r\n\r\nSo what are you waiting for? To register for your free ticket now, simply head over to\r\n<a href=\"http://www.restauranttechlive.co.uk/\">restauranttechlive.co.uk</a>.\r\n\r\nWe can’t wait to see you there!','Meet BrewDog and Coppa Club at Restaurant & Bar Tech Live!','','inherit','closed','closed','','5989-revision-v1','','','2019-10-17 11:49:27','2019-10-17 11:49:27','',5989,'https://www.ontradeprogress.com/2019/10/17/5989-revision-v1/',0,'revision','',0),(5996,1,'2019-10-23 16:11:19','2019-10-23 16:11:19','<h1>At Ontrade Progress, we are one step ahead of trend driven culture, this is why we are proud to be working with the International Drink Expo, not only to highlight the importance of the competitive beverage industry, but also to show drinks brands smart new ways to embrace drinks solutions and the tips of the trade!</h1>\r\nThe International Drink Expo will be hitting London’s ExCeL on the 19th &amp; 20th November,\r\ntransforming the capital into the ultimate hub for beverage innovation, asserting its presence in the industry as the UK’s leading event for maximising drink sales.\r\n\r\nAt the incredible 2019 event, your FREE ticket will give you exclusive access to all of the hottest new drinks trends, immersing you in the ultimate marketplace for business growth, and equipping you with all the tools you need to maximise your revenue. Our array of incredible exhibitors will offer insight into some of the biggest brands in the industry, including none other than Drop Bear Beer Co, Rudwolf and Mélange Drinks. All will be on hand to enlighten visitors with the very best beverage guidance, so join the industry’s biggest and most innovative suppliers showcasing the solutions shaping the drinks sector!\r\n\r\nThe show is packed with innovators and visionaries demonstrating their products live at the show, allowing you to test some of the hottest trends in drinks technology and sample delicious concoctions from some of the sector’s finest mixologists. We are bringing together the very best of the drinks industry - including everything from naturally sourced botanicals and CBD infused spirits, to ethical packaging and premium craft beers!\r\n\r\n<strong>So what’s in store for the future of drinks trends?</strong>\r\n\r\nFound on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed. So let\'s look into the future and see what\'s in store for the 2020 rum market…\r\n\r\n<strong>Quality Over Quantity</strong>\r\n\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n\r\n<strong>Innovative Flavours</strong>\r\n\r\nThe UK has experienced a big increase in competition and new product launches thanks to consumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is predicted to be a big trend in 2020. Coconut rum is already particularly popular, along with coffee rum-like RumJava . According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n\r\n<strong>Rum Cocktails</strong>\r\n\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails are growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more? <a href=\"http://www.internationaldrinkexpo.co.uk/news/18687/?ptnBarMag\">View full article</a>.\r\n\r\nGrab your <a href=\"https://www.eventdata.co.uk/Forms/Form.aspx?FormRef=IDEB9Visitor&amp;TrackingCode=ptnBarMag\"><strong>FREE</strong></a> tickets today!','International Drink Expo 2019','','publish','closed','open','','international-drink-expo-2019','','','2019-10-23 16:11:19','2019-10-23 16:11:19','',0,'https://www.ontradeprogress.com/?p=5996',0,'post','',0),(5997,1,'2019-10-22 08:43:13','2019-10-22 08:43:13','<h1>At Ontrade Progress, we are one step ahead of trend driven culture, this is why we are\r\nproud to be working with the International Drink Expo , not only to highlight the importance of the competitive beverage industry, but also to show drinks brands smart new ways to embrace drinks solutions and the tips of the trade!</h1>\r\nThe International Drink Expo will be hitting London’s ExCeL on the 19 th &amp; 20 th November,\r\ntransforming the capital into the ultimate hub for beverage innovation, asserting its presence in the industry as the UK’s leading event for maximising drink sales.\r\n\r\nAt the incredible 2019 event, your FREE ticket will give you exclusive access to all of the\r\nhottest new drinks trends, immersing you in the ultimate marketplace for business growth,\r\nand equipping you with all the tools you need to maximise your revenue. Our array of\r\nincredible exhibitors will offer insight into some of the biggest brands in the industry,\r\nincluding none other than Drop Bear Beer Co, Rudwolf and Mélange Drinks. All will be on\r\nhand to enlighten visitors with the very best beverage guidance, so join the industry’s biggest and most innovative suppliers showcasing the solutions shaping the drinks sector!\r\n\r\nThe show is packed with innovators and visionaries demonstrating their products live at the\r\nshow, allowing you to test some of the hottest trends in drinks technology and sample\r\ndelicious concoctions from some of the sector’s finest mixologists. We are bringing together\r\nthe very best of the drinks industry - including everything from naturally sourced botanicals\r\nand CBD infused spirits, to ethical packaging and premium craft beers!\r\n\r\nSo what’s in store for the future of drinks trends?\r\nFound on your typical drinks menu and on every off-license shelf, rum is becoming\r\nexceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks\r\nalongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain\r\ntopped £1 billion for the first time in 2018, with over 1 billion litres consumed. So let\'s look\r\ninto the future and see what\'s in store for the 2020 rum market…\r\n\r\n<strong>Quality Over Quantity</strong>\r\n\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n\r\n<strong>Innovative Flavours</strong>\r\n\r\nThe UK has experienced a big increase in competition and new product launches thanks to\r\nconsumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is\r\npredicted to be a big trend in 2020. Coconut rum is already particularly popular, along with\r\ncoffee rum-like RumJava . According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n\r\n<strong>Rum Cocktails</strong>\r\n\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails are growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more? View full article.\r\n\r\nGrab your FREE tickets today!','The International Drink Expo 2019','','inherit','closed','closed','','5996-revision-v1','','','2019-10-22 08:43:13','2019-10-22 08:43:13','',5996,'https://www.ontradeprogress.com/2019/10/22/5996-revision-v1/',0,'revision','',0),(5998,1,'2019-10-22 08:43:46','2019-10-22 08:43:46','<h1>At Ontrade Progress, we are one step ahead of trend driven culture, this is why we are proud to be working with the International Drink Expo, not only to highlight the importance of the competitive beverage industry, but also to show drinks brands smart new ways to embrace drinks solutions and the tips of the trade!</h1>\r\nThe International Drink Expo will be hitting London’s ExCeL on the 19 th &amp; 20 th November,\r\ntransforming the capital into the ultimate hub for beverage innovation, asserting its presence in the industry as the UK’s leading event for maximising drink sales.\r\n\r\nAt the incredible 2019 event, your FREE ticket will give you exclusive access to all of the\r\nhottest new drinks trends, immersing you in the ultimate marketplace for business growth,\r\nand equipping you with all the tools you need to maximise your revenue. Our array of\r\nincredible exhibitors will offer insight into some of the biggest brands in the industry,\r\nincluding none other than Drop Bear Beer Co, Rudwolf and Mélange Drinks. All will be on\r\nhand to enlighten visitors with the very best beverage guidance, so join the industry’s biggest and most innovative suppliers showcasing the solutions shaping the drinks sector!\r\n\r\nThe show is packed with innovators and visionaries demonstrating their products live at the\r\nshow, allowing you to test some of the hottest trends in drinks technology and sample\r\ndelicious concoctions from some of the sector’s finest mixologists. We are bringing together\r\nthe very best of the drinks industry - including everything from naturally sourced botanicals\r\nand CBD infused spirits, to ethical packaging and premium craft beers!\r\n\r\nSo what’s in store for the future of drinks trends?\r\nFound on your typical drinks menu and on every off-license shelf, rum is becoming\r\nexceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks\r\nalongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain\r\ntopped £1 billion for the first time in 2018, with over 1 billion litres consumed. So let\'s look\r\ninto the future and see what\'s in store for the 2020 rum market…\r\n\r\n<strong>Quality Over Quantity</strong>\r\n\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n\r\n<strong>Innovative Flavours</strong>\r\n\r\nThe UK has experienced a big increase in competition and new product launches thanks to\r\nconsumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is\r\npredicted to be a big trend in 2020. Coconut rum is already particularly popular, along with\r\ncoffee rum-like RumJava . According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n\r\n<strong>Rum Cocktails</strong>\r\n\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails are growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more? View full article.\r\n\r\nGrab your FREE tickets today!','The International Drink Expo 2019','','inherit','closed','closed','','5996-revision-v1','','','2019-10-22 08:43:46','2019-10-22 08:43:46','',5996,'https://www.ontradeprogress.com/2019/10/22/5996-revision-v1/',0,'revision','',0),(5999,1,'2019-10-22 08:46:06','2019-10-22 08:46:06','<h1>At Ontrade Progress, we are one step ahead of trend driven culture, this is why we are proud to be working with the International Drink Expo, not only to highlight the importance of the competitive beverage industry, but also to show drinks brands smart new ways to embrace drinks solutions and the tips of the trade!</h1>\r\nThe International Drink Expo will be hitting London’s ExCeL on the 19 th &amp; 20 th November,\r\ntransforming the capital into the ultimate hub for beverage innovation, asserting its presence in the industry as the UK’s leading event for maximising drink sales.\r\n\r\nAt the incredible 2019 event, your FREE ticket will give you exclusive access to all of the hottest new drinks trends, immersing you in the ultimate marketplace for business growth, and equipping you with all the tools you need to maximise your revenue. Our array of incredible exhibitors will offer insight into some of the biggest brands in the industry, including none other than Drop Bear Beer Co, Rudwolf and Mélange Drinks. All will be on hand to enlighten visitors with the very best beverage guidance, so join the industry’s biggest and most innovative suppliers showcasing the solutions shaping the drinks sector!\r\n\r\nThe show is packed with innovators and visionaries demonstrating their products live at the show, allowing you to test some of the hottest trends in drinks technology and sample delicious concoctions from some of the sector’s finest mixologists. We are bringing together the very best of the drinks industry - including everything from naturally sourced botanicals and CBD infused spirits, to ethical packaging and premium craft beers!\r\n\r\nSo what’s in store for the future of drinks trends?\r\nFound on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed. So let\'s look into the future and see what\'s in store for the 2020 rum market…\r\n\r\n<strong>Quality Over Quantity</strong>\r\n\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n\r\n<strong>Innovative Flavours</strong>\r\n\r\nThe UK has experienced a big increase in competition and new product launches thanks to consumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is predicted to be a big trend in 2020. Coconut rum is already particularly popular, along with coffee rum-like RumJava . According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n\r\n<strong>Rum Cocktails</strong>\r\n\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails are growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more? <a href=\"http://www.internationaldrinkexpo.co.uk/news/18687/?ptnBarMag\">View full article</a>.\r\n\r\nGrab your <a href=\"https://www.eventdata.co.uk/Forms/Form.aspx?FormRef=IDEB9Visitor&amp;TrackingCode=ptnBarMag\"><strong>FREE</strong></a> tickets today!','The International Drink Expo 2019','','inherit','closed','closed','','5996-revision-v1','','','2019-10-22 08:46:06','2019-10-22 08:46:06','',5996,'https://www.ontradeprogress.com/2019/10/22/5996-revision-v1/',0,'revision','',0),(6000,1,'2019-10-22 08:50:21','2019-10-22 08:50:21','','BrewDog-1','','inherit','closed','closed','','brewdog-1','','','2019-10-22 08:50:21','2019-10-22 08:50:21','',5989,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/BrewDog-1.jpg',0,'attachment','image/jpeg',0),(6003,1,'2019-10-22 09:19:23','2019-10-22 09:19:23','','1','The International Drinks Expo 2019','inherit','closed','closed','','1-4','','','2019-10-22 09:20:16','2019-10-22 09:20:16','',5996,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/1-1.jpg',0,'attachment','image/jpeg',0),(6004,1,'2019-10-22 09:22:13','2019-10-22 09:22:13','','Heineken Halloween png','Halloween haunts: tips and tricks from Heineken','inherit','closed','closed','','heineken-halloween-png-2','','','2019-10-22 09:22:47','2019-10-22 09:22:47','',5946,'https://www.ontradeprogress.com/wp-content/uploads/2019/10/Heineken-Halloween-png-1.png',0,'attachment','image/png',0),(6006,1,'2019-10-22 09:28:56','2019-10-22 09:28:56','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Blog','','inherit','closed','closed','','5175-autosave-v1','','','2019-10-22 09:28:56','2019-10-22 09:28:56','',5175,'https://www.ontradeprogress.com/2019/10/22/5175-autosave-v1/',0,'revision','',0),(6007,1,'2019-10-22 09:30:09','2019-10-22 09:30:09','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\" spot_img_mob=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2019-10-22 09:30:09','2019-10-22 09:30:09','',5175,'https://www.ontradeprogress.com/2019/10/22/5175-revision-v1/',0,'revision','',0),(6008,1,'2019-10-22 09:31:17','2019-10-22 09:31:17','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Hospitality News','','inherit','closed','closed','','5173-autosave-v1','','','2019-10-22 09:31:17','2019-10-22 09:31:17','',5173,'https://www.ontradeprogress.com/2019/10/22/5173-autosave-v1/',0,'revision','',0),(6009,1,'2019-10-22 09:31:45','2019-10-22 09:31:45','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-10-22 09:31:45','2019-10-22 09:31:45','',5173,'https://www.ontradeprogress.com/2019/10/22/5173-revision-v1/',0,'revision','',0),(6010,1,'2019-10-22 09:32:53','2019-10-22 09:32:53','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\" spot_img_mob=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2019-10-22 09:32:53','2019-10-22 09:32:53','',5173,'https://www.ontradeprogress.com/2019/10/22/5173-revision-v1/',0,'revision','',0),(6011,1,'2019-10-22 09:33:50','2019-10-22 09:33:50','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2019-10-22 09:33:50','2019-10-22 09:33:50','',5005,'https://www.ontradeprogress.com/2019/10/22/5005-revision-v1/',0,'revision','',0),(6012,1,'2019-10-22 09:34:55','2019-10-22 09:34:55','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2019-10-22 09:34:55','2019-10-22 09:34:55','',5022,'https://www.ontradeprogress.com/2019/10/22/5022-revision-v1/',0,'revision','',0),(6013,1,'2019-10-22 09:35:39','2019-10-22 09:35:39','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Business','','inherit','closed','closed','','5023-autosave-v1','','','2019-10-22 09:35:39','2019-10-22 09:35:39','',5023,'https://www.ontradeprogress.com/2019/10/22/5023-autosave-v1/',0,'revision','',0),(6014,1,'2019-10-22 09:35:59','2019-10-22 09:35:59','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2019-10-22 09:35:59','2019-10-22 09:35:59','',5023,'https://www.ontradeprogress.com/2019/10/22/5023-revision-v1/',0,'revision','',0),(6015,1,'2019-10-22 09:36:28','2019-10-22 09:36:28','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Entertainment','','inherit','closed','closed','','5025-autosave-v1','','','2019-10-22 09:36:28','2019-10-22 09:36:28','',5025,'https://www.ontradeprogress.com/2019/10/22/5025-autosave-v1/',0,'revision','',0),(6016,1,'2019-10-22 09:36:48','2019-10-22 09:36:48','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2019-10-22 09:36:48','2019-10-22 09:36:48','',5025,'https://www.ontradeprogress.com/2019/10/22/5025-revision-v1/',0,'revision','',0),(6017,1,'2019-10-22 09:37:28','2019-10-22 09:37:28','<p>[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"4883\" spot_img_mob=\"4883\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]</p><p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p><p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','Technology','','inherit','closed','closed','','5026-autosave-v1','','','2019-10-22 09:37:28','2019-10-22 09:37:28','',5026,'https://www.ontradeprogress.com/2019/10/22/5026-autosave-v1/',0,'revision','',0),(6018,1,'2019-10-22 09:37:51','2019-10-22 09:37:51','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2019-10-22 09:37:51','2019-10-22 09:37:51','',5026,'https://www.ontradeprogress.com/2019/10/22/5026-revision-v1/',0,'revision','',0),(6019,1,'2019-10-23 16:11:19','2019-10-23 16:11:19','<h1>At Ontrade Progress, we are one step ahead of trend driven culture, this is why we are proud to be working with the International Drink Expo, not only to highlight the importance of the competitive beverage industry, but also to show drinks brands smart new ways to embrace drinks solutions and the tips of the trade!</h1>\r\nThe International Drink Expo will be hitting London’s ExCeL on the 19th &amp; 20th November,\r\ntransforming the capital into the ultimate hub for beverage innovation, asserting its presence in the industry as the UK’s leading event for maximising drink sales.\r\n\r\nAt the incredible 2019 event, your FREE ticket will give you exclusive access to all of the hottest new drinks trends, immersing you in the ultimate marketplace for business growth, and equipping you with all the tools you need to maximise your revenue. Our array of incredible exhibitors will offer insight into some of the biggest brands in the industry, including none other than Drop Bear Beer Co, Rudwolf and Mélange Drinks. All will be on hand to enlighten visitors with the very best beverage guidance, so join the industry’s biggest and most innovative suppliers showcasing the solutions shaping the drinks sector!\r\n\r\nThe show is packed with innovators and visionaries demonstrating their products live at the show, allowing you to test some of the hottest trends in drinks technology and sample delicious concoctions from some of the sector’s finest mixologists. We are bringing together the very best of the drinks industry - including everything from naturally sourced botanicals and CBD infused spirits, to ethical packaging and premium craft beers!\r\n\r\n<strong>So what’s in store for the future of drinks trends?</strong>\r\n\r\nFound on your typical drinks menu and on every off-license shelf, rum is becoming exceedingly well-loved in the UK. In fact, it’s becoming so popular that it now ranks alongside whisky and gin as one of the UK’s favourite spirits! Annual rum sales in Britain topped £1 billion for the first time in 2018, with over 1 billion litres consumed. So let\'s look into the future and see what\'s in store for the 2020 rum market…\r\n\r\n<strong>Quality Over Quantity</strong>\r\n\r\nA key market trend in the drinks industry sees consumers “drinking less, but drinking better quality” and there are no signs of this stopping. As consumers are becoming more interested in age and origin, luxury rum is expected to increase in sales by almost $230 million between 2015 - 2020. With this in mind, and the knowledge that consumers are starting to care more about content over cost, big brands are turning their focuses to launching premium rum.\r\n\r\n<strong>Innovative Flavours</strong>\r\n\r\nThe UK has experienced a big increase in competition and new product launches thanks to consumers wanting to explore a variety of new flavours. In 2006 there were 50 rum brands in the UK, there are now nearly 200, with that number only looking to escalate in the future. Consumers are always on the hunt for new, innovative flavours, which is why this is predicted to be a big trend in 2020. Coconut rum is already particularly popular, along with coffee rum-like RumJava . According to reports, the flavoured sector will be bigger than white rum in off-trade by 2020.\r\n\r\n<strong>Rum Cocktails</strong>\r\n\r\nDaiquiri, Mojito, Piña Colada, it’s hard not to think of cocktails when you’re talking about rum! The UK’s cocktail culture is booming, and as rum cocktails are growing in popularity, bars are looking for new and innovative recipes to captivate their customers.\r\n\r\nWant to find out more? <a href=\"http://www.internationaldrinkexpo.co.uk/news/18687/?ptnBarMag\">View full article</a>.\r\n\r\nGrab your <a href=\"https://www.eventdata.co.uk/Forms/Form.aspx?FormRef=IDEB9Visitor&amp;TrackingCode=ptnBarMag\"><strong>FREE</strong></a> tickets today!','International Drink Expo 2019','','inherit','closed','closed','','5996-revision-v1','','','2019-10-23 16:11:19','2019-10-23 16:11:19','',5996,'https://www.ontradeprogress.com/2019/10/23/5996-revision-v1/',0,'revision','',0),(6021,1,'2019-11-04 10:22:55','2019-11-04 10:22:55','<h1>Woodford Reserve brings flavour to life with UK\'s best bars for old fashioned week</h1>\r\nThis Old Fashioned Week, WOODFORD RESERVE®, one of the most celebrated American whiskeys, will be hosting an array of experiences, events and limited edition menus in celebration of the world’s no.1* classic cocktail.\r\n\r\nFrom 1 – 10 November, drinks enthusiasts and cocktail aficionados alike will explore the rich and complex flavour profile of this beloved tipple, as some of the UK’s best bars serve up twists on the original recipe. No one will feel left out or bitter, as Woodford Reserve partners with 285 bars from London, Manchester, Edinburgh, Glasgow, Bristol and Cardiff to showcase the importance of flavour. Thanks to its rich and full-bodied profile, Woodford Reserve will elevate and enhance this classic throughout the celebrations.\r\n\r\n<strong>A flavourful experience</strong>\r\n\r\nIt is widely acknowledged that one’s unique flavour memory is based on the different tastes and aromatics they have experienced throughout their life. Whether you foster a sweet tooth, prefer savoury serves or have a taste for spice, there is a proven, imperceptible link between taste and memory. With over 200 detectable flavour notes, Woodford Reserve’s award-winning Distiller’s Select bourbon will bring these to life through its 5 key flavour profiles; grain, wood, sweet aromatics, fruit and floral and spice.\r\n\r\n<strong>Old fashioned five\r\n</strong>\r\nMade with just a handful of ingredients, the Old Fashioned cocktail demands a flavourful, American whiskey base. Often heralded as the ‘bartender’s bourbon’, being the preferred choice for the Old Fashioned in 9 out of 10 of the world’s best bars*, Woodford Reserve is working alongside some of the UK’s leading bartenders to create a map across the UK this Old Fashioned Week.\r\n\r\nKicking off in London, Soho institution Swift will be serving up a sweet take on an Old Fashioned called the ‘Timber’, inspired by Woodford Reserve’s sweet aromatic flavour notes. For those staying locally, check out Murder Inc’s grain influenced, ‘Oryzae Does It Mate!’ while spice lovers can head down to Discount Suit Company where they can experience a spicy, ‘Fast and Loose’ amongst Spitalfields scenesters and City pros. Finally, minimalist icons, Three Sheets, will offer a woody twist with their nutty alternative labelled ‘Whiskey + Milk’ as Islington haunt Homeboy list a fruity ‘Orchard Old Fashioned’.\r\n\r\nMia Johansson, co-owner of Swift, Soho comments: “Woodford Reserve really is the perfect base for all kinds of twists on the Old Fashioned, our most popular serve. We’ve taken inspiration from the \'sweet aromatics\' flavour segment of Distiller’s Select - the backbone of the complex whiskey flavour – to craft a complex, wholesome Old Fashioned with notes directly from the award-winning mashbill. We’re delighted to have partnered with Woodford Reserve for Old Fashioned Week and look forward to welcoming cocktail lovers from across the country.”\r\n\r\n<em>*Drinks International, ‘The World’s best-selling classic cocktails 2019’, (04/01/2019)</em>','Make mine an old fashioned','','publish','closed','open','','make-mine-an-old-fashioned','','','2019-11-04 10:22:55','2019-11-04 10:22:55','',0,'https://www.ontradeprogress.com/?p=6021',0,'post','',0),(6022,1,'2019-11-04 10:22:11','2019-11-04 10:22:11','','','','inherit','closed','closed','','woodford-reserve_ofw_press-release_final','','','2019-11-04 10:22:27','2019-11-04 10:22:27','',6021,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/Woodford-Reserve_OFW_press-release_FINAL.jpg',0,'attachment','image/jpeg',0),(6023,1,'2019-11-04 10:22:43','2019-11-04 10:22:43','<h1>Woodford Reserve brings flavour to life with UK\'s best bars for old fashioned week</h1>\r\nThis Old Fashioned Week, WOODFORD RESERVE®, one of the most celebrated American whiskeys, will be hosting an array of experiences, events and limited edition menus in celebration of the world’s no.1* classic cocktail.\r\n\r\nFrom 1 – 10 November, drinks enthusiasts and cocktail aficionados alike will explore the rich and complex flavour profile of this beloved tipple, as some of the UK’s best bars serve up twists on the original recipe. No one will feel left out or bitter, as Woodford Reserve partners with 285 bars from London, Manchester, Edinburgh, Glasgow, Bristol and Cardiff to showcase the importance of flavour. Thanks to its rich and full-bodied profile, Woodford Reserve will elevate and enhance this classic throughout the celebrations.\r\n\r\n<strong>A flavourful experience</strong>\r\n\r\nIt is widely acknowledged that one’s unique flavour memory is based on the different tastes and aromatics they have experienced throughout their life. Whether you foster a sweet tooth, prefer savoury serves or have a taste for spice, there is a proven, imperceptible link between taste and memory. With over 200 detectable flavour notes, Woodford Reserve’s award-winning Distiller’s Select bourbon will bring these to life through its 5 key flavour profiles; grain, wood, sweet aromatics, fruit and floral and spice.\r\n\r\n<strong>Old fashioned five\r\n</strong>\r\nMade with just a handful of ingredients, the Old Fashioned cocktail demands a flavourful, American whiskey base. Often heralded as the ‘bartender’s bourbon’, being the preferred choice for the Old Fashioned in 9 out of 10 of the world’s best bars*, Woodford Reserve is working alongside some of the UK’s leading bartenders to create a map across the UK this Old Fashioned Week.\r\n\r\nKicking off in London, Soho institution Swift will be serving up a sweet take on an Old Fashioned called the ‘Timber’, inspired by Woodford Reserve’s sweet aromatic flavour notes. For those staying locally, check out Murder Inc’s grain influenced, ‘Oryzae Does It Mate!’ while spice lovers can head down to Discount Suit Company where they can experience a spicy, ‘Fast and Loose’ amongst Spitalfields scenesters and City pros. Finally, minimalist icons, Three Sheets, will offer a woody twist with their nutty alternative labelled ‘Whiskey + Milk’ as Islington haunt Homeboy list a fruity ‘Orchard Old Fashioned’.\r\n\r\nMia Johansson, co-owner of Swift, Soho comments: “Woodford Reserve really is the perfect base for all kinds of twists on the Old Fashioned, our most popular serve. We’ve taken inspiration from the \'sweet aromatics\' flavour segment of Distiller’s Select - the backbone of the complex whiskey flavour – to craft a complex, wholesome Old Fashioned with notes directly from the award-winning mashbill. We’re delighted to have partnered with Woodford Reserve for Old Fashioned Week and look forward to welcoming cocktail lovers from across the country.”\r\n\r\n<em>*Drinks International, ‘The World’s best-selling classic cocktails 2019’, (04/01/2019)</em>','Make mine an old fashioned','','inherit','closed','closed','','6021-revision-v1','','','2019-11-04 10:22:43','2019-11-04 10:22:43','',6021,'https://www.ontradeprogress.com/2019/11/04/6021-revision-v1/',0,'revision','',0),(6024,1,'2019-11-04 10:23:03','2019-11-04 10:23:03','<h1>Woodford Reserve brings flavour to life with UK\'s best bars for old fashioned week</h1>\nThis Old Fashioned Week, WOODFORD RESERVE®, one of the most celebrated American whiskeys, will be hosting an array of experiences, events and limited edition menus in celebration of the world’s no.1* classic cocktail.\n\nFrom 1 – 10 November, drinks enthusiasts and cocktail aficionados alike will explore the rich and complex flavour profile of this beloved tipple, as some of the UK’s best bars serve up twists on the original recipe. No one will feel left out or bitter, as Woodford Reserve partners with 285 bars from London, Manchester, Edinburgh, Glasgow, Bristol and Cardiff to showcase the importance of flavour. Thanks to its rich and full-bodied profile, Woodford Reserve will elevate and enhance this classic throughout the celebrations.\n\n<strong>A flavourful experience</strong>\n\nIt is widely acknowledged that one’s unique flavour memory is based on the different tastes and aromatics they have experienced throughout their life. Whether you foster a sweet tooth, prefer savoury serves or have a taste for spice, there is a proven, imperceptible link between taste and memory. With over 200 detectable flavour notes, Woodford Reserve’s award-winning Distiller’s Select bourbon will bring these to life through its 5 key flavour profiles; grain, wood, sweet aromatics, fruit and floral and spice.\n\n<strong>Old fashioned five\n</strong>\nMade with just a handful of ingredients, the Old Fashioned cocktail demands a flavourful, American whiskey base. Often heralded as the ‘bartender’s bourbon’, being the preferred choice for the Old Fashioned in 9 out of 10 of the world’s best bars*, Woodford Reserve is working alongside some of the UK’s leading bartenders to create a map across the UK this Old Fashioned Week.\n\nKicking off in London, Soho institution Swift will be serving up a sweet take on an Old Fashioned called the ‘Timber’, inspired by Woodford Reserve’s sweet aromatic flavour notes. For those staying locally, check out Murder Inc’s grain influenced, ‘Oryzae Does It Mate!’ while spice lovers can head down to Discount Suit Company where they can experience a spicy, ‘Fast and Loose’ amongst Spitalfields scenesters and City pros. Finally, minimalist icons, Three Sheets, will offer a woody twist with their nutty alternative labelled ‘Whiskey + Milk’ as Islington haunt Homeboy list a fruity ‘Orchard Old Fashioned’.\n\nMia Johansson, co-owner of Swift, Soho comments: “Woodford Reserve really is the perfect base for all kinds of twists on the Old Fashioned, our most popular serve. We’ve taken inspiration from the \'sweet aromatics\' flavour segment of Distiller’s Select - the backbone of the complex whiskey flavour – to craft a complex, wholesome Old Fashioned with notes directly from the award-winning mashbill. We’re delighted to have partnered with Woodford Reserve for Old Fashioned Week and look forward to welcoming cocktail lovers from across the country.”\n\n<em>*Drinks International, ‘The World’s best-selling classic cocktails 2019’, (04/01/2019)</em>','Make mine an old fashioned','','inherit','closed','closed','','6021-autosave-v1','','','2019-11-04 10:23:03','2019-11-04 10:23:03','',6021,'https://www.ontradeprogress.com/2019/11/04/6021-autosave-v1/',0,'revision','',0),(6026,1,'2019-11-06 09:12:39','2019-11-06 09:12:39','<h1>When it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.</h1>\r\n<h3>\r\nAmbiance</h3>\r\nYour website should reflect the atmosphere and space of your restaurant. This allows customers to get a sense of the experience they will get when they visit your establishment. Many details feed into the vibe your website gives off, from the fonts and the colour palette you choose to the imagery you use. Beautiful imagery can show customers how great your restaurant looks or how appetising your food is. By using high quality photography, the restaurant can sell itself.\r\n\r\nThe most commonly used colour palettes for restaurant websites are red, black, white or light grey, and brown and neutral earth tones.\r\n\r\nRed symbolises energy and increases appetites. It is most commonly used in the fast food industry. Muted, earthy toned reds or richer, darker reds are effective for creating a comforting or luxurious feeling.\r\n\r\nThe colour black exudes sophistication, luxury and simplicity which is why it is often used on fine dining websites. Black is also a prevalent colour for restaurants with a rustic or industrial style.\r\n\r\nWebsites that use white or light grey convey a sense of cleanliness and openness as well as simplicity and elegance. White is a regularly used colour for upscale restaurants for those reasons. Light grey can also have a similar effect.\r\n\r\nRestaurants that use browns and neutral tones on their websites communicate reliability, comfort and adherence to tradition which makes them a popular choice for fine dining establishments as well as those offering hearty, rustic, comfort food.\r\n<h3>\r\nUsability</h3>\r\nEase of navigation for your customers is central to creating a great website. There are numerous features of a website that provide a simple and more enjoyable user experience.\r\nHave the website designed using a mobile-first approach. 81% of consumers search for restaurants on their mobiles so instead of trying to make a desktop design work for mobile create a better, faster website that will work on all devices. This way each user will have the same experience.\r\n\r\nPlace your restaurant logo in the top left corner. It’s the traditional positioning for a logo because it’s almost always the first thing your customers read as most customers read from top to bottom, left to right.\r\n\r\nConsider using a sticky header; a navigation or menu bar that will remain visible as the user scrolls down and moves around a page. This enables the user to view the information they want wherever on the website they may be.\r\n\r\nAvoid PDF menus. Google has menus included in its search metrics so if your menu is in PDF form not only is it harder for the user to access and navigate, it also means that your menu isn’t driving traffic to your website by showing up in Google search results.\r\n\r\nAllow you customers to make a reservation through your website. You can either utilise third party booking software like OpenTable or you can have your own booking form created.\r\n\r\n<strong>Essential pages for a restaurant website</strong>\r\n<ul>\r\n 	<li>Homepage</li>\r\n 	<li>Our story/About us (which may include: the story or inspiration behind your restaurant, where you source your ingredients, a head chef profile, an introduction to your front of house and back of house staff)</li>\r\n 	<li>Gallery</li>\r\n 	<li>Menu</li>\r\n 	<li>Book A Table</li>\r\n 	<li>Contact &amp; Hours</li>\r\n</ul>\r\nWe hope this gives you a better understanding of what to consider when creating the restaurant website of your dreams. If you have any questions or would like some help in putting any of this into action, our dedicated website design team are here to help.\r\nSay hello on <strong>01524 548948</strong>, or email <a href=\"mailto:info@fatmedia.co.uk\"><strong>info@fatmedia.co.uk</strong></a>.','How to design a great restaurant website','','publish','closed','open','','how-to-design-a-great-restaurant-website-2','','','2019-11-06 09:12:39','2019-11-06 09:12:39','',0,'https://www.ontradeprogress.com/?p=6026',0,'post','',0),(6027,1,'2019-11-06 09:00:20','2019-11-06 09:00:20','<h1>When it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.</h1>\r\n<h3>\r\nAmbiance</h3>\r\nYour website should reflect the atmosphere and space of your restaurant. This allows customers to get a sense of the experience they will get when they visit your establishment. Many details feed into the vibe your website gives off, from the fonts and the colour palette you choose to the imagery you use. Beautiful imagery can show customers how great your restaurant looks or how appetising your food is. By using high quality photography, the restaurant can sell itself.\r\n\r\nThe most commonly used colour palettes for restaurant websites are red, black, white or light grey, and brown and neutral earth tones.\r\n\r\nRed symbolises energy and increases appetites. It is most commonly used in the fast food industry. Muted, earthy toned reds or richer, darker reds are effective for creating a comforting or luxurious feeling.\r\n\r\nThe colour black exudes sophistication, luxury and simplicity which is why it is often used on fine dining websites. Black is also a prevalent colour for restaurants with a rustic or industrial style.\r\n\r\nWebsites that use white or light grey convey a sense of cleanliness and openness as well as simplicity and elegance. White is a regularly used colour for upscale restaurants for those reasons. Light grey can also have a similar effect.\r\n\r\nRestaurants that use browns and neutral tones on their websites communicate reliability, comfort and adherence to tradition which makes them a popular choice for fine dining establishments as well as those offering hearty, rustic, comfort food.\r\n<h3>\r\nUsability</h3>\r\nEase of navigation for your customers is central to creating a great website. There are numerous features of a website that provide a simple and more enjoyable user experience.\r\nHave the website designed using a mobile-first approach. 81% of consumers search for restaurants on their mobiles so instead of trying to make a desktop design work for mobile create a better, faster website that will work on all devices. This way each user will have the same experience.\r\n\r\nPlace your restaurant logo in the top left corner. It’s the traditional positioning for a logo because it’s almost always the first thing your customers read as most customers read from top to bottom, left to right.\r\n\r\nConsider using a sticky header; a navigation or menu bar that will remain visible as the user scrolls down and moves around a page. This enables the user to view the information they want wherever on the website they may be.\r\n\r\nAvoid PDF menus. Google has menus included in its search metrics so if your menu is in PDF form not only is it harder for the user to access and navigate, it also means that your menu isn’t driving traffic to your website by showing up in Google search results.\r\n\r\nAllow you customers to make a reservation through your website. You can either utilise third party booking software like OpenTable or you can have your own booking form created.\r\n\r\n<strong>Essential pages for a restaurant website</strong>\r\n<ul>\r\n 	<li>Homepage</li>\r\n 	<li>Our story/About us (which may include: the story or inspiration behind your restaurant, where you source your ingredients, a head chef profile, an introduction to your front of house and back of house staff)</li>\r\n 	<li>Gallery</li>\r\n 	<li>Menu</li>\r\n 	<li>Book A Table</li>\r\n 	<li>Contact &amp; Hours</li>\r\n</ul>\r\nWe hope this gives you a better understanding of what to consider when creating the restaurant website of your dreams. If you have any questions or would like some help in putting any of this into action, our dedicated website design team are here to help. Say hello on 01524 548948, or email info@fatmedia.co.uk.','How to design a great restaurant website','','inherit','closed','closed','','6026-revision-v1','','','2019-11-06 09:00:20','2019-11-06 09:00:20','',6026,'https://www.ontradeprogress.com/2019/11/06/6026-revision-v1/',0,'revision','',0),(6029,1,'2019-11-06 09:08:42','2019-11-06 09:08:42','<h1>When it comes to creating a website for your restaurant there are features that are fundamental to most designs. This guide will take you through those features as well as some tips that will enhance the user experience and usability of your website.</h1>\r\n<h3>\r\nAmbiance</h3>\r\nYour website should reflect the atmosphere and space of your restaurant. This allows customers to get a sense of the experience they will get when they visit your establishment. Many details feed into the vibe your website gives off, from the fonts and the colour palette you choose to the imagery you use. Beautiful imagery can show customers how great your restaurant looks or how appetising your food is. By using high quality photography, the restaurant can sell itself.\r\n\r\nThe most commonly used colour palettes for restaurant websites are red, black, white or light grey, and brown and neutral earth tones.\r\n\r\nRed symbolises energy and increases appetites. It is most commonly used in the fast food industry. Muted, earthy toned reds or richer, darker reds are effective for creating a comforting or luxurious feeling.\r\n\r\nThe colour black exudes sophistication, luxury and simplicity which is why it is often used on fine dining websites. Black is also a prevalent colour for restaurants with a rustic or industrial style.\r\n\r\nWebsites that use white or light grey convey a sense of cleanliness and openness as well as simplicity and elegance. White is a regularly used colour for upscale restaurants for those reasons. Light grey can also have a similar effect.\r\n\r\nRestaurants that use browns and neutral tones on their websites communicate reliability, comfort and adherence to tradition which makes them a popular choice for fine dining establishments as well as those offering hearty, rustic, comfort food.\r\n<h3>\r\nUsability</h3>\r\nEase of navigation for your customers is central to creating a great website. There are numerous features of a website that provide a simple and more enjoyable user experience.\r\nHave the website designed using a mobile-first approach. 81% of consumers search for restaurants on their mobiles so instead of trying to make a desktop design work for mobile create a better, faster website that will work on all devices. This way each user will have the same experience.\r\n\r\nPlace your restaurant logo in the top left corner. It’s the traditional positioning for a logo because it’s almost always the first thing your customers read as most customers read from top to bottom, left to right.\r\n\r\nConsider using a sticky header; a navigation or menu bar that will remain visible as the user scrolls down and moves around a page. This enables the user to view the information they want wherever on the website they may be.\r\n\r\nAvoid PDF menus. Google has menus included in its search metrics so if your menu is in PDF form not only is it harder for the user to access and navigate, it also means that your menu isn’t driving traffic to your website by showing up in Google search results.\r\n\r\nAllow you customers to make a reservation through your website. You can either utilise third party booking software like OpenTable or you can have your own booking form created.\r\n\r\n<strong>Essential pages for a restaurant website</strong>\r\n<ul>\r\n 	<li>Homepage</li>\r\n 	<li>Our story/About us (which may include: the story or inspiration behind your restaurant, where you source your ingredients, a head chef profile, an introduction to your front of house and back of house staff)</li>\r\n 	<li>Gallery</li>\r\n 	<li>Menu</li>\r\n 	<li>Book A Table</li>\r\n 	<li>Contact &amp; Hours</li>\r\n</ul>\r\nWe hope this gives you a better understanding of what to consider when creating the restaurant website of your dreams. If you have any questions or would like some help in putting any of this into action, our dedicated website design team are here to help.\r\nSay hello on <strong>01524 548948</strong>, or email <a href=\"mailto:info@fatmedia.co.uk\"><strong>info@fatmedia.co.uk</strong></a>.','How to design a great restaurant website','','inherit','closed','closed','','6026-revision-v1','','','2019-11-06 09:08:42','2019-11-06 09:08:42','',6026,'https://www.ontradeprogress.com/2019/11/06/6026-revision-v1/',0,'revision','',0),(6030,1,'2019-11-06 09:10:04','2019-11-06 09:10:04','','Fat Media cover img_1600x550','How to design a great restaurant website','inherit','closed','closed','','fat-media-cover-img_1600x550','','','2019-11-06 09:10:34','2019-11-06 09:10:34','',6026,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/Fat-Media-cover-img_1600x550.jpg',0,'attachment','image/jpeg',0),(6032,1,'2019-11-12 16:17:45','2019-11-12 16:17:45','<h1>Salcombe Gin, which embraces life on and around the water, has announced an exciting new partnership with the <strong>Marine Conservation Society (MCS)</strong>.</h1>\r\nAs the UK’s leading marine charity, MCS works to ensure that our seas are healthy, pollution-free and protected.  The partnership between Salcombe Gin and MCS will launch in November 2019 with a Christmas gift donation throughout November and December. Salcombe Distilling Co. (SDCo) has pledged to donate £1 to MCS for every purchase made through their website, distillery shop and at events during this period.\r\n\r\nCommenting on the partnership, Howard Davies co-founder of Salcombe Distilling Co. says: <em>“The team and I at SDCo. have made several changes throughout the business to support the environment </em><em>and ensure we are operating sustainably.  In addition to this we want to have a positive impact well beyond Salcombe and the reach of our business.  This partnership with the Marine Conservation Society gives us this opportunity to support change on a global scale.”</em>  Howard continues: “<em>From a personal perspective, I’ve always had a strong association with the water, from a childhood of racing sailboats to a lifestyle immersed in kitesurfing, surfing and yachting – anything on the water really – I am particularly thrilled to be working with such an amazing charity and one that can make a real, tangible difference to our precious ocean environment around the world</em>.”\r\n\r\nKatharine Sharp, Corporate Partnerships Manager at MCS said: “<em>We’re really excited to be working with Salcombe Distilling Company and to be receiving vital donations from their pre-Christmas sales which will help support our important conservation work.  Based on the coast, the staff are fully aware of the importance of clean and healthy seas have on their community. We commend their plans around sustainability, such as refilling empties, more sustainable packaging and using compostable plant-based materials for tasting cups at events, and hope others in the industry will follow their lead</em>.”\r\n\r\nThis new partnership is in addition to a number of SDCo.’s ongoing sustainability initiatives to minimize their use of plastic. SDCo. recently launched a bottle refill scheme at their headquarters in Island Street, Salcombe.  Customers can return an empty bottle of ‘Start Point’ or ‘Rosé Sainte Marie’ and request a refill with a discount of 10 percent off the retail price of a full bottle.','Salcombe Gin launch new partnership','','publish','closed','open','','salcombe-gin-launch-new-partnership','','','2019-11-12 16:17:45','2019-11-12 16:17:45','',0,'https://www.ontradeprogress.com/?p=6032',0,'post','',0),(6033,1,'2019-11-12 16:16:50','2019-11-12 16:16:50','','Natasha Ewins (8)','','inherit','closed','closed','','natasha-ewins-8','','','2019-11-12 16:17:16','2019-11-12 16:17:16','',6032,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/Natasha-Ewins-8.jpg',0,'attachment','image/jpeg',0),(6034,1,'2019-11-12 16:17:25','2019-11-12 16:17:25','<h1>Salcombe Gin, which embraces life on and around the water, has announced an exciting new partnership with the <strong>Marine Conservation Society (MCS)</strong>.</h1>\r\nAs the UK’s leading marine charity, MCS works to ensure that our seas are healthy, pollution-free and protected.  The partnership between Salcombe Gin and MCS will launch in November 2019 with a Christmas gift donation throughout November and December. Salcombe Distilling Co. (SDCo) has pledged to donate £1 to MCS for every purchase made through their website, distillery shop and at events during this period.\r\n\r\nCommenting on the partnership, Howard Davies co-founder of Salcombe Distilling Co. says: <em>“The team and I at SDCo. have made several changes throughout the business to support the environment </em><em>and ensure we are operating sustainably.  In addition to this we want to have a positive impact well beyond Salcombe and the reach of our business.  This partnership with the Marine Conservation Society gives us this opportunity to support change on a global scale.”</em>  Howard continues: “<em>From a personal perspective, I’ve always had a strong association with the water, from a childhood of racing sailboats to a lifestyle immersed in kitesurfing, surfing and yachting – anything on the water really – I am particularly thrilled to be working with such an amazing charity and one that can make a real, tangible difference to our precious ocean environment around the world</em>.”\r\n\r\nKatharine Sharp, Corporate Partnerships Manager at MCS said: “<em>We’re really excited to be working with Salcombe Distilling Company and to be receiving vital donations from their pre-Christmas sales which will help support our important conservation work.  Based on the coast, the staff are fully aware of the importance of clean and healthy seas have on their community. We commend their plans around sustainability, such as refilling empties, more sustainable packaging and using compostable plant-based materials for tasting cups at events, and hope others in the industry will follow their lead</em>.”\r\n\r\nThis new partnership is in addition to a number of SDCo.’s ongoing sustainability initiatives to minimize their use of plastic. SDCo. recently launched a bottle refill scheme at their headquarters in Island Street, Salcombe.  Customers can return an empty bottle of ‘Start Point’ or ‘Rosé Sainte Marie’ and request a refill with a discount of 10 percent off the retail price of a full bottle.','Salcombe Gin launch new partnership','','inherit','closed','closed','','6032-revision-v1','','','2019-11-12 16:17:25','2019-11-12 16:17:25','',6032,'https://www.ontradeprogress.com/2019/11/12/6032-revision-v1/',0,'revision','',0),(6036,1,'2019-11-15 10:45:54','2019-11-15 10:45:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #31','','publish','closed','closed','','issue-31','','','2019-11-15 12:22:03','2019-11-15 12:22:03','',0,'https://www.ontradeprogress.com/?page_id=6036',0,'page','',0),(6037,1,'2019-11-15 10:45:25','2019-11-15 10:45:25','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzBfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #31','','inherit','closed','closed','','6036-revision-v1','','','2019-11-15 10:45:25','2019-11-15 10:45:25','',6036,'https://www.ontradeprogress.com/2019/11/15/6036-revision-v1/',0,'revision','',0),(6038,1,'2019-12-19 14:53:23','2019-12-19 14:53:23','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]</p><p style=\"text-align: center;\">Issue #31</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]</p><p style=\"text-align: center;\">Issue #31</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]</p>','Issue #31','','inherit','closed','closed','','6036-autosave-v1','','','2019-12-19 14:53:23','2019-12-19 14:53:23','',6036,'https://www.ontradeprogress.com/2019/11/15/6036-autosave-v1/',0,'revision','',0),(6039,1,'2019-12-19 15:02:13','2019-12-19 15:02:13','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]</p><p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p><p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6040\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyME1pY2hlbGluJTIwc3RhcnJlZCUyMGNoZWYlMkMlMjBTYWxseSUyMEFiZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIweW91JTIwY2FuJTIwa2VlcCUyMHVwJTIwd2l0aCUyMHRoZSUyMGNvZmZlZSUyMHNob3AlMjBib29t\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU21hcnQlMjBlbmVyZ3klMjB0ZWNobm9sb2d5JTIwZW5lcmd5JTIwc2F2aW5ncw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW1wcm92ZSUyMHlvdXIlMjBlbXBsb3llZSUyMGV4cGVyaWVuY2U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIweW91JTIwY2FuJTIwbWFrZSUyMHRoZSUyMG1vc3QlMjBvZiUyMGluc3RhZ3JhbSUyMGZvciUyMHlvdXIlMjBiYXIlMjBvciUyMHJlc3RhdXJhbnQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwRmVzdGl2ZSUyMGJlZXIlMjBhbmQlMjBmb29kJTIwcGFpcmluZ3M=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]</p><p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p><p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]</p><p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p><p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]</p>','The Magazine','','inherit','closed','closed','','23-autosave-v1','','','2019-12-19 15:02:13','2019-12-19 15:02:13','',23,'https://www.ontradeprogress.com/2019/11/15/23-autosave-v1/',0,'revision','',0),(6040,1,'2019-11-15 11:33:41','2019-11-15 11:33:41','','31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px','','inherit','closed','closed','','31_on-trade-progress_cover_issue-31_620x861px','','','2019-11-15 11:33:55','2019-11-15 11:33:55','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_620x861px.png',0,'attachment','image/png',0),(6041,1,'2019-11-15 12:09:27','2019-11-15 12:09:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #31','','inherit','closed','closed','','6036-revision-v1','','','2019-11-15 12:09:27','2019-11-15 12:09:27','',6036,'https://www.ontradeprogress.com/2019/11/15/6036-revision-v1/',0,'revision','',0),(6042,1,'2019-11-15 12:12:34','2019-11-15 12:12:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6040\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyME1pY2hlbGluJTIwc3RhcnJlZCUyMGNoZWYlMkMlMjBTYWxseSUyMEFiZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIweW91JTIwY2FuJTIwa2VlcCUyMHVwJTIwd2l0aCUyMHRoZSUyMGNvZmZlZSUyMHNob3AlMjBib29t\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU21hcnQlMjBlbmVyZ3klMjB0ZWNobm9sb2d5JTIwZW5lcmd5JTIwc2F2aW5ncw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW1wcm92ZSUyMHlvdXIlMjBlbXBsb3llZSUyMGV4cGVyaWVuY2U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIweW91JTIwY2FuJTIwbWFrZSUyMHRoZSUyMG1vc3QlMjBvZiUyMGluc3RhZ3JhbSUyMGZvciUyMHlvdXIlMjBiYXIlMjBvciUyMHJlc3RhdXJhbnQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwRmVzdGl2ZSUyMGJlZXIlMjBhbmQlMjBmb29kJTIwcGFpcmluZ3M=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-11-15 12:12:34','2019-11-15 12:12:34','',23,'https://www.ontradeprogress.com/2019/11/15/23-revision-v1/',0,'revision','',0),(6043,1,'2019-11-15 12:15:24','2019-11-15 12:15:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #30</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #30</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #30','','inherit','closed','closed','','276-revision-v1','','','2019-11-15 12:15:24','2019-11-15 12:15:24','',276,'https://www.ontradeprogress.com/2019/11/15/276-revision-v1/',0,'revision','',0),(6044,1,'2019-11-15 12:16:54','2019-11-15 12:16:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #31</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #31','','inherit','closed','closed','','276-revision-v1','','','2019-11-15 12:16:54','2019-11-15 12:16:54','',276,'https://www.ontradeprogress.com/2019/11/15/276-revision-v1/',0,'revision','',0),(6045,1,'2019-11-15 12:25:55','2019-11-15 12:25:55','','31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px','','inherit','closed','closed','','31_on-trade-progress_cover_issue-31_300x330px','','','2019-11-15 12:26:09','2019-11-15 12:26:09','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_300x330px.png',0,'attachment','image/png',0),(6046,1,'2019-11-15 12:26:17','2019-11-15 12:26:17','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6045\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-11-15 12:26:17','2019-11-15 12:26:17','',8,'https://www.ontradeprogress.com/2019/11/15/8-revision-v1/',0,'revision','',0),(6047,1,'2019-11-15 12:29:08','2019-11-15 12:29:08','','31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px','','inherit','closed','closed','','31_on-trade-progress_cover_issue-31_220x270px','','','2019-11-15 12:29:08','2019-11-15 12:29:08','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/31_ON-TRADE-PROGRESS_COVER_ISSUE-31_220x270px.png',0,'attachment','image/png',0),(6048,1,'2019-11-20 10:07:23','0000-00-00 00:00:00','<h1>According to eMarketer, users spend an average of 28 minutes per day on Instagram, with 200 million of them visiting at least one business profile in that time. So it’s easy to see what potential this platform has for advertising your venue!</h1>\r\nIf you’re new to Instagram, or just not sure how to make the most of the opportunities it offers, these hints should help point you in the right direction…\r\n\r\n<b>Image is Everything</b>\r\n\r\nThis should go without saying, however when you’re busy and just need to get something shared, it can be all to easy to snap a quick photo on your smartphone and pop it up on your profile without taking much care over it.\r\n\r\nRemember though, that those photos make up your feed and will be seen by anyone who clicks onto your profile, so it’s vital that they are top quality. Taking a little extra time to compose the shot and get the lighting right will really make all the difference, and give people a great first impression when they visit your profile.\r\n\r\nA great way to use those off-the-cuff shots is on the Instagram Stories function. Rather than being permanently on your profile, these daily slideshows are deleted after 24 hours. This makes them the perfect vehicle to showcase events as they’re happening – and lower image quality actually adds to the authenticity of your ‘in the moment’ post.\r\n\r\n<b>Do Your Hashtag Research</b>\r\n\r\nInstagram posts that include hashtags will be seen by more people, and are more likely to generate engagement with your audience. But, rather than adding a heap on there using whatever you can think of, take the time to do a little research.\r\n\r\nHelpfully, Instagram will show you how many other posts there are out there with any given hashtag – just type it into the search bar at the top. The trick here is to choose tags that are popular, but not so much so that your post is likely to be lost amongst thousands.\r\n\r\nA great way to find that middle ground, and get seen by a more relevant audience, is to add locations to popular hashtags. For example #londoncocktailbar has far fewer posts that just #cocktailbar, and is more likely to be used by someone actually in your area looking for a place to visit!\r\n\r\n<b>Post Planning</b>\r\n\r\nAs with any marketing activity, planning ahead is always going to save you time in the long run. There are plenty of tools out there, many of them free to use, which enable you to schedule posts for the future. It means after spending a little time scheduling your posts for the week, you can forget about them, knowing they will go live exactly when you want them to!\r\n\r\nPlanning ahead will also enable you to create more of a narrative with your posts – rather than them all being individual and sporadic. That could be introducing new menu items in a logical order – starters, mains then desserts – or promoting an upcoming event followed by the drinks offers that will be available on that night.\r\n\r\nThe final thing to note when planning posts is choosing the best time to post. Again, scheduling tools will often help you decide this by showing when your posts usually get the most engagement. But you should also consider the content of the post – is it ‘evergreen’ such as an exterior shot, or time-sensitive such as a happy hour announcement? You don’t want customers to only see an offer after it’s ended!\r\n\r\n<b>Help is on Hand</b>\r\n\r\nWe hope this has been a useful insight into how Instagram can become a real asset to your marketing efforts. But if you feel you could benefit from some expert help, for organic or sponsored posts, the digital marketing team at Fat Media are here to help!\r\n\r\nYou can find us at <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> or say hello on 01524 548948.','How to make the most of Instagram for your restaurant or bar','','draft','closed','open','','','','','2019-11-20 10:07:23','2019-11-20 10:07:23','',0,'https://www.ontradeprogress.com/?p=6048',0,'post','',0),(6049,1,'2019-11-20 09:52:40','2019-11-20 09:52:40','<h1>According to eMarketer, users spend an average of 28 minutes per day on Instagram, with 200 million of them visiting at least one business profile in that time. So it’s easy to see what potential this platform has for advertising your venue!</h1>\r\n<h1>If you’re new to Instagram, or just not sure how to make the most of the opportunities it offers, these hints should help point you in the right direction…</h1>\r\n<h1></h1>\r\n<b>Image is Everything</b>\r\n\r\nThis should go without saying, however when you’re busy and just need to get something shared, it can be all to easy to snap a quick photo on your smartphone and pop it up on your profile without taking much care over it.\r\n\r\nRemember though, that those photos make up your feed and will be seen by anyone who clicks onto your profile, so it’s vital that they are top quality. Taking a little extra time to compose the shot and get the lighting right will really make all the difference, and give people a great first impression when they visit your profile.\r\n\r\nA great way to use those off-the-cuff shots is on the Instagram Stories function. Rather than being permanently on your profile, these daily slideshows are deleted after 24 hours. This makes them the perfect vehicle to showcase events as they’re happening – and lower image quality actually adds to the authenticity of your ‘in the moment’ post.\r\n\r\n&nbsp;\r\n\r\n<b>Do Your Hashtag Research</b>\r\n\r\nInstagram posts that include hashtags will be seen by more people, and are more likely to generate engagement with your audience. But, rather than adding a heap on there using whatever you can think of, take the time to do a little research.\r\n\r\nHelpfully, Instagram will show you how many other posts there are out there with any given hashtag – just type it into the search bar at the top. The trick here is to choose tags that are popular, but not so much so that your post is likely to be lost amongst thousands.\r\n\r\nA great way to find that middle ground, and get seen by a more relevant audience, is to add locations to popular hashtags. For example #londoncocktailbar has far fewer posts that just #cocktailbar, and is more likely to be used by someone actually in your area looking for a place to visit!\r\n\r\n&nbsp;\r\n\r\n<b>Post Planning</b>\r\n\r\nAs with any marketing activity, planning ahead is always going to save you time in the long run. There are plenty of tools out there, many of them free to use, which enable you to schedule posts for the future. It means after spending a little time scheduling your posts for the week, you can forget about them, knowing they will go live exactly when you want them to!\r\n\r\nPlanning ahead will also enable you to create more of a narrative with your posts – rather than them all being individual and sporadic. That could be introducing new menu items in a logical order – starters, mains then desserts – or promoting an upcoming event followed by the drinks offers that will be available on that night.\r\n\r\nThe final thing to note when planning posts is choosing the best time to post. Again, scheduling tools will often help you decide this by showing when your posts usually get the most engagement. But you should also consider the content of the post – is it ‘evergreen’ such as an exterior shot, or time-sensitive such as a happy hour announcement? You don’t want customers to only see an offer after it’s ended!\r\n\r\n&nbsp;\r\n\r\n<b>Help is on Hand</b>\r\n\r\nWe hope this has been a useful insight into how Instagram can become a real asset to your marketing efforts. But if you feel you could benefit from some expert help, for organic or sponsored posts, the digital marketing team at Fat Media are here to help! You can find us at <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> or say hello on 01524 548948.','How to make the most of Instagram for your restaurant or bar','','inherit','closed','closed','','6048-revision-v1','','','2019-11-20 09:52:40','2019-11-20 09:52:40','',6048,'https://www.ontradeprogress.com/2019/11/20/6048-revision-v1/',0,'revision','',0),(6050,1,'2019-11-20 09:53:25','2019-11-20 09:53:25','<h1>According to eMarketer, users spend an average of 28 minutes per day on Instagram, with 200 million of them visiting at least one business profile in that time. So it’s easy to see what potential this platform has for advertising your venue!</h1>\r\nIf you’re new to Instagram, or just not sure how to make the most of the opportunities it offers, these hints should help point you in the right direction…\r\n\r\n<b>Image is Everything</b>\r\n\r\nThis should go without saying, however when you’re busy and just need to get something shared, it can be all to easy to snap a quick photo on your smartphone and pop it up on your profile without taking much care over it.\r\n\r\nRemember though, that those photos make up your feed and will be seen by anyone who clicks onto your profile, so it’s vital that they are top quality. Taking a little extra time to compose the shot and get the lighting right will really make all the difference, and give people a great first impression when they visit your profile.\r\n\r\nA great way to use those off-the-cuff shots is on the Instagram Stories function. Rather than being permanently on your profile, these daily slideshows are deleted after 24 hours. This makes them the perfect vehicle to showcase events as they’re happening – and lower image quality actually adds to the authenticity of your ‘in the moment’ post.\r\n\r\n<b>Do Your Hashtag Research</b>\r\n\r\nInstagram posts that include hashtags will be seen by more people, and are more likely to generate engagement with your audience. But, rather than adding a heap on there using whatever you can think of, take the time to do a little research.\r\n\r\nHelpfully, Instagram will show you how many other posts there are out there with any given hashtag – just type it into the search bar at the top. The trick here is to choose tags that are popular, but not so much so that your post is likely to be lost amongst thousands.\r\n\r\nA great way to find that middle ground, and get seen by a more relevant audience, is to add locations to popular hashtags. For example #londoncocktailbar has far fewer posts that just #cocktailbar, and is more likely to be used by someone actually in your area looking for a place to visit!\r\n\r\n<b>Post Planning</b>\r\n\r\nAs with any marketing activity, planning ahead is always going to save you time in the long run. There are plenty of tools out there, many of them free to use, which enable you to schedule posts for the future. It means after spending a little time scheduling your posts for the week, you can forget about them, knowing they will go live exactly when you want them to!\r\n\r\nPlanning ahead will also enable you to create more of a narrative with your posts – rather than them all being individual and sporadic. That could be introducing new menu items in a logical order – starters, mains then desserts – or promoting an upcoming event followed by the drinks offers that will be available on that night.\r\n\r\nThe final thing to note when planning posts is choosing the best time to post. Again, scheduling tools will often help you decide this by showing when your posts usually get the most engagement. But you should also consider the content of the post – is it ‘evergreen’ such as an exterior shot, or time-sensitive such as a happy hour announcement? You don’t want customers to only see an offer after it’s ended!\r\n\r\n<b>Help is on Hand</b>\r\n\r\nWe hope this has been a useful insight into how Instagram can become a real asset to your marketing efforts. But if you feel you could benefit from some expert help, for organic or sponsored posts, the digital marketing team at Fat Media are here to help!\r\n\r\nYou can find us at <a href=\"http://www.fatmedia.co.uk\">www.fatmedia.co.uk</a> or say hello on 01524 548948.','How to make the most of Instagram for your restaurant or bar','','inherit','closed','closed','','6048-revision-v1','','','2019-11-20 09:53:25','2019-11-20 09:53:25','',6048,'https://www.ontradeprogress.com/2019/11/20/6048-revision-v1/',0,'revision','',0),(6053,1,'2019-11-20 10:04:42','2019-11-20 10:04:42','','FatMedia_instagram','','inherit','closed','closed','','fatmedia_1600x550-otp01','','','2019-11-20 10:05:10','2019-11-20 10:05:10','',6048,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/FatMedia_1600x550-OTP01.jpg',0,'attachment','image/jpeg',0),(6054,1,'2020-01-29 13:00:11','2020-01-29 13:00:11','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“ and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter wp-image-6058\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"900\" height=\"600\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or another.\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t roll off.','Sally Abé interview','','publish','closed','open','','interview-with-sally-abe-keep-calm-and-use-our-produce','','','2020-01-29 13:00:11','2020-01-29 13:00:11','',0,'https://www.ontradeprogress.com/?p=6054',0,'post','',0),(6055,1,'2019-11-20 10:20:52','2019-11-20 10:20:52','','Sally Abe cooking OTP','','inherit','closed','closed','','dsc_0383_edit','','','2019-11-20 10:21:18','2019-11-20 10:21:18','',6054,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT.jpg',0,'attachment','image/jpeg',0),(6056,1,'2019-11-20 10:21:50','2019-11-20 10:21:50','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><img class=\"size-medium wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" /><em>of that, and once</em>\r\n\r\n<em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or another','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:21:50','2019-11-20 10:21:50','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6057,1,'2019-11-20 10:22:35','2019-11-20 10:22:35','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chef<img class=\"wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"322\" height=\"475\" />s, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once</em>\r\n\r\n<em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or another','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:22:35','2019-11-20 10:22:35','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6058,1,'2019-11-20 10:24:16','2019-11-20 10:24:16','','Sally Abe OTP','','inherit','closed','closed','','dsc_0420_edit','','','2019-11-20 10:24:40','2019-11-20 10:24:40','',6054,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT.jpg',0,'attachment','image/jpeg',0),(6059,1,'2019-11-20 10:25:00','2019-11-20 10:25:00','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chefs, p<img class=\"wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"250\" height=\"370\" />erhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once</em>\r\n\r\n<em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\" wp-image-6058 alignnone\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"686\" height=\"457\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or another','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:25:00','2019-11-20 10:25:00','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6060,1,'2019-11-20 10:25:50','2019-11-20 10:25:50','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chefs, p<img class=\"wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"250\" height=\"370\" />erhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once</em>\r\n\r\n<em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or another','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:25:50','2019-11-20 10:25:50','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6061,1,'2019-11-20 10:28:44','2019-11-20 10:28:44','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chefs, p<img class=\"wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"250\" height=\"370\" />erhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once</em>\r\n\r\n<em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify. Store in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:28:44','2019-11-20 10:28:44','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6062,1,'2019-11-20 10:30:32','2019-11-20 10:30:32','','Sally Abe OTP','','inherit','closed','closed','','dsc_0406_edit','','','2019-11-20 10:31:07','2019-11-20 10:31:07','',6054,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0406_EDIT.jpg',0,'attachment','image/jpeg',0),(6063,1,'2019-11-20 10:31:51','2019-11-20 10:31:51','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chefs, p<img class=\"wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"250\" height=\"370\" />erhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once</em>\r\n\r\n<em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:31:51','2019-11-20 10:31:51','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6064,1,'2019-11-20 10:41:21','2019-11-20 10:41:21','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I wasn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em><img class=\"wp-image-6055 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"220\" height=\"325\" />\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.<em> “I source and use as much British produce as is possible,” she explains. “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:41:21','2019-11-20 10:41:21','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6065,1,'2019-11-20 10:48:34','2019-11-20 10:48:34','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"271\" height=\"400\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:48:34','2019-11-20 10:48:34','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6066,1,'2019-11-20 10:50:11','2019-11-20 10:50:11','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"237\" height=\"350\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:50:11','2019-11-20 10:50:11','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6067,1,'2019-11-20 10:50:28','2019-11-20 10:50:28','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"217\" height=\"320\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:50:28','2019-11-20 10:50:28','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6068,1,'2019-11-20 10:50:46','2019-11-20 10:50:46','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"210\" height=\"310\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:50:46','2019-11-20 10:50:46','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6069,1,'2019-11-20 10:51:05','2019-11-20 10:51:05','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"wp-image-6058 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"720\" height=\"480\" />\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:51:05','2019-11-20 10:51:05','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6070,1,'2019-11-20 10:52:00','2019-11-20 10:52:00','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"aligncenter wp-image-6058\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"800\" height=\"533\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:52:00','2019-11-20 10:52:00','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6071,1,'2019-11-20 10:52:24','2019-11-20 10:52:24','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n<img class=\"aligncenter wp-image-6058\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"900\" height=\"600\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:52:24','2019-11-20 10:52:24','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6072,1,'2019-11-20 10:52:57','2019-11-20 10:52:57','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“I source and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter wp-image-6058\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"900\" height=\"600\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t\r\nroll off.','Interview with Sally Abé...\'Keep calm and use our produce\'','','inherit','closed','closed','','6054-revision-v1','','','2019-11-20 10:52:57','2019-11-20 10:52:57','',6054,'https://www.ontradeprogress.com/2019/11/20/6054-revision-v1/',0,'revision','',0),(6073,1,'2019-11-21 11:54:21','2019-11-21 11:54:21','<h1>Relied on as an audio installation staple for the past five years, the Void Acoustics Venu range has recently been significantly enhanced, together with receiving a complete aesthetic overhaul. These high-performance loudspeakers now have a smooth, high-end finish that aligns with Void’s coveted, stylish fibreglass range.</h1>\r\nAcross the whole Venu V2 series, each product now features a desirable speakONTM socket for ease of use and quick assembly in touring and mobile applications. Meanwhile, a larger Phoenix connector makes it possible to use wider diameter cables to improve sound quality.\r\n\r\nThe passive, two-way Venu V2 mid-high loudspeakers are available in five sizes, with low frequency drivers ranging from 6.5 inches to 15 inches. Whether you need to play background music in smaller bars and restaurants, or fill larger spaces as the main sound system, there’s a Venu V2 loudspeaker to cater to all needs. With the introduction of an asymmetric, rotatable, high frequency horn (excluding the Venu 6 V2), this allows the correct dispersion to be maintained in both horizontal and vertical mounting positions, plus wider horizontal coverage in the near field and improved far field projection. With sound travelling further at a consistent volume, those listening at the back of the venue will have a similar sound experience to people standing at the front.\r\n\r\nThe freedom to position the loudspeaker exactly as desired, combined with a new-found consistency in the dispersion is a favourable development from the original Venu mid-tops. Additional special features also include: fixing points for Easy Hang, yolk or ceiling brackets, and an optional top hat in place of the blanking plate, allowing mounting in mobile applications. The durable grilles and fittings are combined with a robust enclosure made entirely from 15 mm multi-laminate birch plywood to enhance durability.\r\n\r\nWhen it comes to installing these loudspeakers, it could not be easier. Hardware options include the Easy Hang wall bracket, conventional yoke bracket and ceiling bracket. Installers can choose to position the enclosure vertically or horizontally in almost any application. Once fixed in place, the rotatable Void logo badge can be positioned in the correct orientation.\r\n\r\nNew engineering within the Venu V2 low frequency enclosures (Venu 112 V2, Venu 212 V2, Venu 115 V2, Venu 215 V2 and Venu 210i) has resulted in the following special features being incorporated: tough high excursion transducers; a recessed rear connector panel that allows the enclosure to be placed against a rear wall; and durable grilles and fittings. Yoke bracket positions give the option of either wall or ceiling mounting. Should pole mounting of the mid-high loudspeakers be preferred, the blanking plate for low frequency enclosures can be replaced with an additional M20 fixing point.\r\n\r\nAlthough black and white are the standard colour options available for each Venu model, any custom RAL colour option is available by special request. Given the high performance, alluring design enhancements and choice for colour customisation, the entire Venu V2 series far outweighs the competition in the comparable price range.\r\n\r\nVenu V2 models are available now.','Void Acoustics further enhance the popular Venu series','','publish','closed','open','','void-acoustics-further-enhance-the-popular-venu-series','','','2019-11-21 12:02:05','2019-11-21 12:02:05','',0,'https://www.ontradeprogress.com/?p=6073',0,'post','',0),(6074,1,'2019-11-20 13:23:09','2019-11-20 13:23:09','','Void Acoustics Venu series','','inherit','closed','closed','','void-audio-004','','','2019-11-20 13:23:56','2019-11-20 13:23:56','',6073,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/Void-Audio-004.jpg',0,'attachment','image/jpeg',0),(6075,1,'2019-11-20 13:24:01','2019-11-20 13:24:01','<h1>Relied on as an audio installation staple for the past five years, the Void Acoustics Venu range has recently been significantly enhanced, together with receiving a complete aesthetic overhaul. These high-performance loudspeakers now have a smooth, high-end finish that aligns with Void’s coveted, stylish fibreglass range.</h1>\r\nAcross the whole Venu V2 series, each product now features a desirable speakONTM socket for ease of use and quick assembly in touring and mobile applications. Meanwhile, a larger Phoenix connector makes it possible to use wider diameter cables to improve sound quality.\r\n\r\nThe passive, two-way Venu V2 mid-high loudspeakers are available in five sizes, with low frequency drivers ranging from 6.5 inches to 15 inches. Whether you need to play background music in smaller bars and restaurants, or fill larger spaces as the main sound system, there’s a Venu V2 loudspeaker to cater to all needs. With the introduction of an asymmetric, rotatable, high frequency horn (excluding the Venu 6 V2), this allows the correct dispersion to be maintained in both horizontal and vertical mounting positions, plus wider horizontal coverage in the near field and improved far field projection. With sound travelling further at a consistent volume, those listening at the back of the venue will have a similar sound experience to people standing at the front.\r\n\r\nThe freedom to position the loudspeaker exactly as desired, combined with a new-found consistency in the dispersion is a favourable development from the original Venu mid-tops. Additional special features also include: fixing points for Easy Hang, yolk or ceiling brackets, and an optional top hat in place of the blanking plate, allowing mounting in mobile applications. The durable grilles and fittings are combined with a robust enclosure made entirely from 15 mm multi-laminate birch plywood to enhance durability.\r\n\r\nWhen it comes to installing these loudspeakers, it could not be easier. Hardware options include the Easy Hang wall bracket, conventional yoke bracket and ceiling bracket. Installers can choose to position the enclosure vertically or horizontally in almost any application. Once fixed in place, the rotatable Void logo badge can be positioned in the correct orientation.\r\n\r\nNew engineering within the Venu V2 low frequency enclosures (Venu 112 V2, Venu 212 V2, Venu 115 V2, Venu 215 V2 and Venu 210i) has resulted in the following special features being incorporated: tough high excursion transducers; a recessed rear connector panel that allows the enclosure to be placed against a rear wall; and durable grilles and fittings. Yoke bracket positions give the option of either wall or ceiling mounting. Should pole mounting of the mid-high loudspeakers be preferred, the blanking plate for low frequency enclosures can be replaced with an additional M20 fixing point.\r\n\r\nAlthough black and white are the standard colour options available for each Venu model, any custom RAL colour option is available by special request. Given the high performance, alluring design enhancements and choice for colour customisation, the entire Venu V2 series far outweighs the competition in the comparable price range.\r\n\r\nVenu V2 models are available now.','Void Acoustics further enhance the popular Venu series','','inherit','closed','closed','','6073-revision-v1','','','2019-11-20 13:24:01','2019-11-20 13:24:01','',6073,'https://www.ontradeprogress.com/2019/11/20/6073-revision-v1/',0,'revision','',0),(6077,1,'2019-11-26 15:03:18','2019-11-26 15:03:18','<h1>Bermondsey-based Fourpure Brewing Co. has joined forces with Jameson Irish Whiskey to create a new limited-edition Barrel-Aged Irish Coffee Imperial Stout – <strong>Nightcap (9%). </strong>The launch of Nightcap comes hot off the heels of a successful launch of the limited-edition Jameson Caskmates Fourpure Edition whiskey this September.</h1>\r\nAn idea conceived in Midleton, Ireland, a stone throw’s away from the Jameson Irish Whiskey distillery, with Nightcap’s branding and beer style paying homage to Cork’s surrounding countryside. The process started with Jameson whiskey barrels which were shipped from Ireland to Fourpure’s South Bermondsey home, a rich, Imperial Stout was aged in the barrels before blending back and adding fresh coffee beans. The resulting beer contains six different malts with hints of vanilla and heavy roast flavours of rich coffee and cocoa. The result of the barrel-ageing process also provides a rounded oak finish and a warm taste of whiskey.\r\n\r\nAdrian Lugg, head of marketing at Fourpure Brewing Co., said: ‘Team Jameson are world-conquerors for a reason, they know their stuff. Combining their quality and expertise with our recipes and brewing skills is a lot of fun, and if I may say, makes for a cracking beer. We’re very proud of Nightcap. It’s another example of our continued innovation, pushing flavour boundaries and giving customers something extraordinary outside our core range of beers. And it tastes amazing.’\r\n\r\nNightcap is a highlight in Fourpure’s calendar of ‘First Chance Fridays’, giving customers the first chance to try each of the brewery’s small batch Pioneer range when they become available each month on draught at the taproom. Nightcap will be available on Friday 22<sup>nd</sup> November to the public at Fourpure’s taproom and will be available to on-trade as of the 25<sup>th</sup> November.','Fourpure and Jameson create the perfect nightcap','','publish','closed','open','','fourpure-and-jameson-create-the-perfect-nightcap','','','2019-12-03 09:39:45','2019-12-03 09:39:45','',0,'https://www.ontradeprogress.com/?p=6077',0,'post','',0),(6078,1,'2019-11-26 08:36:22','2019-11-26 08:36:22','<h1>Bermondsey-based Fourpure Brewing Co. has joined forces with Jameson Irish Whiskey to create a new limited-edition Barrel-Aged Irish Coffee Imperial Stout – <strong>Nightcap (9%). </strong>The launch of Nightcap comes hot off the heels of a successful launch of the limited-edition Jameson Caskmates Fourpure Edition whiskey this September.</h1>\r\nAn idea conceived in Midleton, Ireland, a stone throw’s away from the Jameson Irish Whiskey distillery, with Nightcap’s branding and beer style paying homage to Cork’s surrounding countryside. The process started with Jameson whiskey barrels which were shipped from Ireland to Fourpure’s South Bermondsey home, a rich, Imperial Stout was aged in the barrels before blending back and adding fresh coffee beans. The resulting beer contains six different malts with hints of vanilla and heavy roast flavours of rich coffee and cocoa. The result of the barrel-ageing process also provides a rounded oak finish and a warm taste of whiskey.\r\n\r\nAdrian Lugg, head of marketing at Fourpure Brewing Co., said: ‘Team Jameson are world-conquerors for a reason, they know their stuff. Combining their quality and expertise with our recipes and brewing skills is a lot of fun, and if I may say, makes for a cracking beer. We’re very proud of Nightcap. It’s another example of our continued innovation, pushing flavour boundaries and giving customers something extraordinary outside our core range of beers. And it tastes amazing.’\r\n\r\nNightcap is a highlight in Fourpure’s calendar of ‘First Chance Fridays’, giving customers the first chance to try each of the brewery’s small batch Pioneer range when they become available each month on draught at the taproom. Nightcap will be available on Friday 22<sup>nd</sup> November to the public at Fourpure’s taproom and will be available to on-trade as of the 25<sup>th</sup> November.\r\n\r\nFor more information, follow the brand on Instagram and Facebook at @Fourpure and on Twitter at @fourpurebrewing or head to the website <a href=\"http://www.fourpure.com\">www.fourpure.com</a> to find out more.','Fourpure and Jameson create the perfect nightcap','','inherit','closed','closed','','6077-revision-v1','','','2019-11-26 08:36:22','2019-11-26 08:36:22','',6077,'https://www.ontradeprogress.com/2019/11/26/6077-revision-v1/',0,'revision','',0),(6079,1,'2019-11-26 15:02:59','2019-11-26 15:02:59','<div>\r\n<h1>Drinkaware is relaunching its successful Drinkaware Crew scheme with a new name - Nightlife Crew - and a new structure that includes five different training offers to extend the scheme into a wider range of environments.</h1>\r\nHackney and Cardiff have become the first local areas to sign up for Nightlife Crew. Drinkaware is expecting more local authorities, BIDs (Business Improvement District) and others with responsibility for night-time safety to adopt the training over the coming months.\r\n\r\nThe relaunch follows a thorough evaluation of the scheme, which was launched in 2015 and has so far been activated in clubs and bars in 21 areas across the country, including Birmingham, Bristol, Glasgow and Nottingham. It has also been informed by Drinkaware\'s activity at festivals, such as British Summer Time, and on the streets, like those in Soho, where the original training has been successfully adapted to promote customer safety.\r\n\r\nNightlife Crew is being offered to local authorities and BIDs, through a ‘train the trainer\' course delivered by Drinkaware. Delegates who successfully complete the course are then accredited by Drinkaware to deliver the training in their areas, incorporating it into their existing night-time safety initiatives.\r\n\r\nNightlife Crew is available as a complete package of five training modules:\r\n<ul>\r\n 	<li><strong>Club Crew:</strong> Training for dedicated members of staff in a pub or club, whose role is to promote a positive social environment and identify and support customers who may become vulnerable</li>\r\n 	<li><strong>Lead Crew:</strong> Training for managers and supervisors, equipping them to support customers</li>\r\n 	<li><strong>Support Crew:</strong> E-learning for all staff to raise awareness of vulnerability in venues</li>\r\n 	<li><strong>Festival Crew:</strong> Adapted training for dedicated members of staff to support festival-goers</li>\r\n 	<li><strong>Street</strong> <strong>Crew:</strong> Training for dedicated volunteers within local communities, helping them to support people on the streets rather than in venues, and to create a safer environment</li>\r\n</ul>\r\n</div>\r\nDrinkaware will continue to offer its e-learning course, now called Support Crew, direct to pub, bar and club operators wanting to ensure that all their staff selling alcohol are trained to identify and deal with alcohol-related vulnerability.\r\n<div>\r\n\r\nBrett Crabtree, Head of Business Development at Drinkaware, said: \"We\'ve already seen our night-time safety scheme help so many people to have a safer, more positive night out, and we\'re grateful to the many partners who have made it such a success.\r\n\r\n\"We\'re enormously proud to see the training evolve into what is now Nightlife Crew.\r\n\r\n\"We\'re delighted to have secured Hackney and Cardiff as our first partners and are looking forward to seeing Nightlife Crew roll out across the country.  We would urge all local authorities, BIDs and others with a night-time safety remit to look at how Nightlife Crew can help to promote their local area as one that people can visit for an enjoyable evening - without the risk of alcohol harms.\"\r\n\r\nAdrian Field, Executive Director at FOR Cardiff, said: \"We are proud that Cardiff\'s nightlife has so much to offer. Our aim is always to ensure the public experience Cardiff at its best by promoting the city as a safe environment where you can have a memorable night out. We\'re delighted to be rolling out Drinkaware\'s Nightlife Crew training in venues across the city.\r\n\r\n\"The Nightlife Crew training gives venues the confidence that their staff are fully aware of how to support customers, thereby giving them room to provide quality, safe service as well as a great time<strong>.</strong>\"\r\n\r\nSamantha Mathys, Hackney Council\'s Late Night Levy Manager, said: \"We\'re really excited to be rolling out Nightlife Crew at the beginning of 2020 to venues across the borough. The training will form part of Hackney Nights, our night-time safety charter, which will encompass and deliver a variety of training modules for venues and public advice on safety-related issues throughout the night-time economy.\r\n\r\n\"So alongside the training, our Charter will include public awareness campaigns on night-time safety and resources for local licensed premises, funded by Hackney\'s Late Night Levy, which is paid for by local late-night licensed venues to contribute towards policing and the management of night-time economy areas.\r\n\r\n\"In addition to licensee training and resources and our public awareness campaigns, the Late Night Levy is also funding extra police presence on the ground. These are just some of the ways our Late Night Levy is helping to promote a safer night-time economy and protect local residents, visitors and licensees from crime and antisocial behaviour.\r\n\r\n\"Drinkaware\'s training is another layer to Hackney Nights, and we are sure that it will empower venues with the tools they need to help support their customers on nights out.\"\r\n\r\nThe night-time training from Drinkaware has made an impact in a number of venues, including larger clubs and bars. In what will now be known as Club Crew, dedicated, specially-trained team members circulate inside the venue, promoting a more positive atmosphere and supporting customers where needed - reuniting them with lost friends or helping them get home.\r\n\r\nIn research at nine venues operating the scheme<em><sup>1</sup></em>, four out of five customers said they felt more positive about a venue with Crew in place. Three in four would be willing to pay £1 more for entry if a venue offered Drinkaware\'s Crew scheme.\r\n\r\nLast Christmas, Westminster City Council launched its Soho Angels night-time safety scheme, for which Drinkaware provides training to its large group of volunteers. The scheme, which runs in partnership with the LGBT Foundation and is supported by Smirnoff, runs every weekend, and collaborates with St John Ambulance as well as the local police and ambulance services. Volunteers, who join the scheme from all ages and backgrounds, receive the Drinkaware-based training to help people on a night out to ‘end the night well\'.\r\n\r\nThe training includes everything from how to approach someone who is drunk to how to spot someone with alcohol poisoning. In just a year the Soho Angels have helped hundreds of people get home safely, prevented ‘blue light\' incidents and even saved lives.\r\n\r\nTo find out more about Night Life Crew, contact <a href=\"mailto:drinkawarecrew@drinkaware.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">drinkawarecrew@drinkaware.co.uk</a>\r\n\r\nTo purchase the Support Crew e-learning module, contact <a href=\"mailto:elearning@drinkaware.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"Hyperlink\">elearning@drinkaware.co.uk</span></a>\r\n\r\n<em><sup>1</sup></em> <em>Future Thinking (2019). Drinkaware Crew Research. February 2019. London: Future Thinking. Available at:</em><a href=\"https://app.prmax.co.uk/track/28818718/click/5c5c591a-0bf0-11ea-806d-50e549351d15\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"Hyperlink\">https://www.drinkaware.co.uk/media/293240/drinkaware-crew-research-feb-2019-190305.pdf</span></a>\r\n\r\n</div>','Drinkaware relaunches night-time economy safety scheme','','publish','closed','open','','drinkaware-relaunches-night-time-economy-safety-scheme','','','2019-11-26 15:02:59','2019-11-26 15:02:59','',0,'https://www.ontradeprogress.com/?p=6079',0,'post','',0),(6080,1,'2019-11-26 08:40:06','2019-11-26 08:40:06','<h1>Pub operator and brewer Brakspear has purchased the Golden Ball near Maidenhead, taking its managed estate up to 15 sites.</h1>\r\nThe Golden Ball is sited in Pinkneys Green, a village outside Maidenhead. The pub has seating for 110 customers inside as well as a large patio and garden. Food includes fresh hand-stretched pizzas, burgers and a range of pub favourites, while the drinks list includes wines, cocktails and an extensive selection of gins.\r\n\r\nBrakspear plan to trade the pub in its existing format through the busy Christmas period before giving it a light ‘sparkle\' in January to bring its look and feel more in line with other sites in the managed estate. The existing pub team will remain in place.\r\n\r\nTom Davies, Brakspear chief executive, said, \"We\'re delighted to be adding the Golden Ball to our managed division. It\'s a popular pub serving its local community with a great range of food and drink and we think it has great potential within the Brakspear family.\r\n\r\nHe adds, \"We\'re very happy with the growth of our managed estate, which we started six years ago. While each pub has its own individual character, they also have some shared features that help customers to identify them as a Brakspear managed site, which will encourage them to visit other pubs in the group, knowing they\'ll experience the same top quality food, drink and customer service.\"\r\n\r\nBrakspear\'s managed division was formed in 2013 with the opening of the Bull on Bell Street in Henley-on-Thames and includes pubs across the Cotswolds and south east, many of them with letting rooms. Last summer, Brakspear reopened the Frogmill near Cheltenham, its largest managed site to date, set in extensive grounds with a sizeable wedding and functions business.','Brakspear managed estate reaches 15 with Maidenhead pub purchase','','inherit','closed','closed','','6079-revision-v1','','','2019-11-26 08:40:06','2019-11-26 08:40:06','',6079,'https://www.ontradeprogress.com/2019/11/26/6079-revision-v1/',0,'revision','',0),(6081,1,'2019-11-26 08:40:24','2019-11-26 08:40:24','','Limited Space','Drinkaware crew at Level nightclub in Bolton.\n\ncredit:  leeboswellphotography.com','inherit','closed','closed','','limited-space','','','2019-11-26 08:41:12','2019-11-26 08:41:12','',6079,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/DrinkawareNightlifeCrew.jpg',0,'attachment','image/jpeg',0),(6082,1,'2019-11-26 08:45:25','2019-11-26 08:45:25','<div>\r\n<h1>Drinkaware is relaunching its successful Drinkaware Crew scheme with a new name - Nightlife Crew - and a new structure that includes five different training offers to extend the scheme into a wider range of environments.</h1>\r\nHackney and Cardiff have become the first local areas to sign up for Nightlife Crew. Drinkaware is expecting more local authorities, BIDs (Business Improvement District) and others with responsibility for night-time safety to adopt the training over the coming months.\r\n\r\nThe relaunch follows a thorough evaluation of the scheme, which was launched in 2015 and has so far been activated in clubs and bars in 21 areas across the country, including Birmingham, Bristol, Glasgow and Nottingham. It has also been informed by Drinkaware\'s activity at festivals, such as British Summer Time, and on the streets, like those in Soho, where the original training has been successfully adapted to promote customer safety.\r\n\r\nNightlife Crew is being offered to local authorities and BIDs, through a ‘train the trainer\' course delivered by Drinkaware. Delegates who successfully complete the course are then accredited by Drinkaware to deliver the training in their areas, incorporating it into their existing night-time safety initiatives.\r\n\r\nNightlife Crew is available as a complete package of five training modules:\r\n<ul>\r\n 	<li><strong>Club Crew:</strong> Training for dedicated members of staff in a pub or club, whose role is to promote a positive social environment and identify and support customers who may become vulnerable</li>\r\n 	<li><strong>Lead Crew:</strong> Training for managers and supervisors, equipping them to support customers</li>\r\n 	<li><strong>Support Crew:</strong> E-learning for all staff to raise awareness of vulnerability in venues</li>\r\n 	<li><strong>Festival Crew:</strong> Adapted training for dedicated members of staff to support festival-goers</li>\r\n 	<li><strong>Street</strong> <strong>Crew:</strong> Training for dedicated volunteers within local communities, helping them to support people on the streets rather than in venues, and to create a safer environment</li>\r\n</ul>\r\n</div>\r\nDrinkaware will continue to offer its e-learning course, now called Support Crew, direct to pub, bar and club operators wanting to ensure that all their staff selling alcohol are trained to identify and deal with alcohol-related vulnerability.\r\n<div>\r\n\r\nBrett Crabtree, Head of Business Development at Drinkaware, said: \"We\'ve already seen our night-time safety scheme help so many people to have a safer, more positive night out, and we\'re grateful to the many partners who have made it such a success.\r\n\r\n\"We\'re enormously proud to see the training evolve into what is now Nightlife Crew.\r\n\r\n\"We\'re delighted to have secured Hackney and Cardiff as our first partners and are looking forward to seeing Nightlife Crew roll out across the country.  We would urge all local authorities, BIDs and others with a night-time safety remit to look at how Nightlife Crew can help to promote their local area as one that people can visit for an enjoyable evening - without the risk of alcohol harms.\"\r\n\r\nAdrian Field, Executive Director at FOR Cardiff, said: \"We are proud that Cardiff\'s nightlife has so much to offer. Our aim is always to ensure the public experience Cardiff at its best by promoting the city as a safe environment where you can have a memorable night out. We\'re delighted to be rolling out Drinkaware\'s Nightlife Crew training in venues across the city.\r\n\r\n\"The Nightlife Crew training gives venues the confidence that their staff are fully aware of how to support customers, thereby giving them room to provide quality, safe service as well as a great time<strong>.</strong>\"\r\n\r\nSamantha Mathys, Hackney Council\'s Late Night Levy Manager, said: \"We\'re really excited to be rolling out Nightlife Crew at the beginning of 2020 to venues across the borough. The training will form part of Hackney Nights, our night-time safety charter, which will encompass and deliver a variety of training modules for venues and public advice on safety-related issues throughout the night-time economy.\r\n\r\n\"So alongside the training, our Charter will include public awareness campaigns on night-time safety and resources for local licensed premises, funded by Hackney\'s Late Night Levy, which is paid for by local late-night licensed venues to contribute towards policing and the management of night-time economy areas.\r\n\r\n\"In addition to licensee training and resources and our public awareness campaigns, the Late Night Levy is also funding extra police presence on the ground. These are just some of the ways our Late Night Levy is helping to promote a safer night-time economy and protect local residents, visitors and licensees from crime and antisocial behaviour.\r\n\r\n\"Drinkaware\'s training is another layer to Hackney Nights, and we are sure that it will empower venues with the tools they need to help support their customers on nights out.\"\r\n\r\nThe night-time training from Drinkaware has made an impact in a number of venues, including larger clubs and bars. In what will now be known as Club Crew, dedicated, specially-trained team members circulate inside the venue, promoting a more positive atmosphere and supporting customers where needed - reuniting them with lost friends or helping them get home.\r\n\r\nIn research at nine venues operating the scheme<em><sup>1</sup></em>, four out of five customers said they felt more positive about a venue with Crew in place. Three in four would be willing to pay £1 more for entry if a venue offered Drinkaware\'s Crew scheme.\r\n\r\nLast Christmas, Westminster City Council launched its Soho Angels night-time safety scheme, for which Drinkaware provides training to its large group of volunteers. The scheme, which runs in partnership with the LGBT Foundation and is supported by Smirnoff, runs every weekend, and collaborates with St John Ambulance as well as the local police and ambulance services. Volunteers, who join the scheme from all ages and backgrounds, receive the Drinkaware-based training to help people on a night out to ‘end the night well\'.\r\n\r\nThe training includes everything from how to approach someone who is drunk to how to spot someone with alcohol poisoning. In just a year the Soho Angels have helped hundreds of people get home safely, prevented ‘blue light\' incidents and even saved lives.\r\n\r\nTo find out more about Night Life Crew, contact <a href=\"mailto:drinkawarecrew@drinkaware.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">drinkawarecrew@drinkaware.co.uk</a>\r\n\r\nTo purchase the Support Crew e-learning module, contact <a href=\"mailto:elearning@drinkaware.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"Hyperlink\">elearning@drinkaware.co.uk</span></a>\r\n\r\n<em><sup>1</sup></em> <em>Future Thinking (2019). Drinkaware Crew Research. February 2019. London: Future Thinking. Available at:</em><a href=\"https://app.prmax.co.uk/track/28818718/click/5c5c591a-0bf0-11ea-806d-50e549351d15\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"Hyperlink\">https://www.drinkaware.co.uk/media/293240/drinkaware-crew-research-feb-2019-190305.pdf</span></a>\r\n\r\n</div>','Drinkaware relaunches night-time economy safety scheme','','inherit','closed','closed','','6079-revision-v1','','','2019-11-26 08:45:25','2019-11-26 08:45:25','',6079,'https://www.ontradeprogress.com/2019/11/26/6079-revision-v1/',0,'revision','',0),(6084,1,'2019-11-26 09:19:19','2019-11-26 09:19:19','','Fourpure & Jameson Nightcap','','inherit','closed','closed','','fourpure_1600x550-otp','','','2019-11-26 09:20:12','2019-11-26 09:20:12','',6077,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/Fourpure_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6085,1,'2019-11-27 13:06:59','2019-11-27 13:06:59','','PUB20-banner-1068x213','','inherit','closed','closed','','pub20-banner-1068x213','','','2019-11-27 13:09:53','2019-11-27 13:09:53','',0,'https://www.ontradeprogress.com/wp-content/uploads/2019/06/PUB20-banner-1068x213.jpg',0,'attachment','image/jpeg',0),(6088,1,'2019-11-28 09:43:51','2019-11-28 09:43:51','<h1>New from <b>Artis</b><b>®</b> is <b>Levitas</b>, an elegant collection of short stem glassware. The collection offers a great alternative to traditional stemware to showcase a variety of drink serves.</h1>\r\n<b>LEVITAS</b>\r\n\r\nLevitas lends its name from the Esperanto word for ‘floating’, which perfectly describes its style and elegance. Manufactured by leading design house, Libbey, this range offers restaurateurs and bar owners a sophisticated glassware collection which is bang on trend with cocktail bars around the world. It has all the stability of a tumbler, combined with the elegance of a stemmed glass.\r\n\r\nIts fine polished rims are achieved using a finesse laser cut, giving a premium look and a superior lip feel whilst drinking. The Rocks glass is reminiscent of the classic AM Cassandre glass with its sleek Art Deco simplicity and proportions, whilst the iconic flute is the perfect measure for a Bellini.\r\n\r\nThe range is fourfold – 26cl Rocks; 35cl Double Old Fashioned; 34cl Hi-Ball and a 20cl Flute. Prices are in the range £3.99 to £4.10.','Artis® showcase their Levitas range','','publish','closed','open','','artis-showcase-their-levitas-range-a-simple-yet-sophisticated-design','','','2019-12-03 09:38:59','2019-12-03 09:38:59','',0,'https://www.ontradeprogress.com/?p=6088',0,'post','',0),(6090,1,'2019-11-28 09:36:38','2019-11-28 09:36:38','<h1>New from <b>Artis</b><b>®</b> is <b>Levitas</b>, an elegant collection of short stem glassware. The collection offers a great alternative to traditional stemware to showcase a variety of drink serves.</h1>\r\n<b>LEVITAS</b>\r\n\r\nLevitas lends its name from the Esperanto word for ‘floating’, which perfectly describes its style and elegance. Manufactured by leading design house, Libbey, this range offers restaurateurs and bar owners a sophisticated glassware collection which is bang on trend with cocktail bars around the world. It has all the stability of a tumbler, combined with the elegance of a stemmed glass.\r\n\r\nIts fine polished rims are achieved using a finesse laser cut, giving a premium look and a superior lip feel whilst drinking. The Rocks glass is reminiscent of the classic AM Cassandre glass with its sleek Art Deco simplicity and proportions, whilst the iconic flute is the perfect measure for a Bellini.\r\n\r\nThe range is fourfold – 26cl Rocks; 35cl Double Old Fashioned; 34cl Hi-Ball and a 20cl Flute. Prices are in the range £3.99 to £4.10.\r\n\r\nLevitas is featured in the latest Artis Temptations brochure. For your own personal print copy, call 020 8391 5544. Alternatively visit <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a> to view the full Artis portfolio online.','A versatile short stem glassware collection from Artis®','','inherit','closed','closed','','6088-revision-v1','','','2019-11-28 09:36:38','2019-11-28 09:36:38','',6088,'https://www.ontradeprogress.com/2019/11/28/6088-revision-v1/',0,'revision','',0),(6091,1,'2019-11-28 09:39:41','2019-11-28 09:39:41','','LEVITAS range','','inherit','closed','closed','','levitas-range','','','2019-11-28 09:40:33','2019-11-28 09:40:33','',6088,'https://www.ontradeprogress.com/wp-content/uploads/2019/11/LEVITAS-range.jpg',0,'attachment','image/jpeg',0),(6092,1,'2019-11-28 09:43:25','2019-11-28 09:43:25','<h1>New from <b>Artis</b><b>®</b> is <b>Levitas</b>, an elegant collection of short stem glassware. The collection offers a great alternative to traditional stemware to showcase a variety of drink serves.</h1>\r\n<b>LEVITAS</b>\r\n\r\nLevitas lends its name from the Esperanto word for ‘floating’, which perfectly describes its style and elegance. Manufactured by leading design house, Libbey, this range offers restaurateurs and bar owners a sophisticated glassware collection which is bang on trend with cocktail bars around the world. It has all the stability of a tumbler, combined with the elegance of a stemmed glass.\r\n\r\nIts fine polished rims are achieved using a finesse laser cut, giving a premium look and a superior lip feel whilst drinking. The Rocks glass is reminiscent of the classic AM Cassandre glass with its sleek Art Deco simplicity and proportions, whilst the iconic flute is the perfect measure for a Bellini.\r\n\r\nThe range is fourfold – 26cl Rocks; 35cl Double Old Fashioned; 34cl Hi-Ball and a 20cl Flute. Prices are in the range £3.99 to £4.10.\r\n\r\nLevitas is featured in the latest Artis Temptations brochure. For your own personal print copy, call 020 8391 5544. Alternatively visit <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a> to view the full Artis portfolio online.','Artis® showcase their Levitas range, a simple yet sophisticated design','','inherit','closed','closed','','6088-revision-v1','','','2019-11-28 09:43:25','2019-11-28 09:43:25','',6088,'https://www.ontradeprogress.com/2019/11/28/6088-revision-v1/',0,'revision','',0),(6093,1,'2019-12-03 09:40:54','2019-12-03 09:40:54','<h1>Fresh produce specialist Oliver Kay Produce has appointed Dean Kinsey as development chef.</h1>\r\nKinsey joins the business as sales of vegan and vegetarian dishes continue to grow, and will be working with chefs across the full range of hospitality businesses to develop innovative ingredients and recipe ideas.\r\n\r\nHis background as a chef spans fine dining in restaurants and hotels, food-led pubs and private dining, and he was most recently head chef at BAB NQ restaurant in Manchester.\r\n\r\nOne of Kinsey\'s first tasks will be to help oversee the Oliver Kay National Vegan Dish of the Year 2020, a high-profile recipe competition for chefs, which launches in January 2020.\r\n\r\nHe said: <em>\"I\'m delighted to join Oliver Kay, and it\'s definitely a case of jumping in at the deep end as we launch the search for new and innovative vegan menu ideas.</em>\r\n\r\n<em>\"It\'s now essential that hospitality businesses offer engaging vegan options, and I\'m looking  forward to seeing what my fellow chefs come up with for the competition - as well as working closely with them in the longer term to drive sales of plant-based ingredients, and develop new recipes.\"</em>\r\n\r\nKinsey\'s role is not limited to vegan dishes, as he has an expertise in meat, including game, developed during his days working in country pubs. This ability to turn his hand to a wide range of cooking styles will enable him to support chefs and caterers at all levels with menu planning and recipe development.\r\n\r\nIan Stuart, Managing Director of Oliver Kay Produce, said: <em>\"We\'re delighted to welcome Dean on board. His experience of a broad range of catering businesses combined with the flair, innovative ideas and skills he brings, will ensure our sales teams appreciate what can be done with fantastic seasonal produce, and help our customers offer innovative and profitable menus.\"</em>','Oliver Kay Produce appoints new development chef','','publish','closed','open','','oliver-kay-produce-appoints-new-development-chef','','','2019-12-03 09:40:54','2019-12-03 09:40:54','',0,'https://www.ontradeprogress.com/?p=6093',0,'post','',0),(6094,1,'2019-12-03 09:16:25','2019-12-03 09:16:25','','Dean Kinsey Development Chef Oliver Kay Produce','','inherit','closed','closed','','dean-kinsey-development-chef-oliver-kay-produce','','','2019-12-03 09:19:21','2019-12-03 09:19:21','',6093,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Dean-Kinsey-Development-Chef-Oliver-Kay-Produce.jpg',0,'attachment','image/jpeg',0),(6095,1,'2019-12-03 09:20:11','2019-12-03 09:20:11','<h1>Fresh produce specialist Oliver Kay Produce has appointed Dean Kinsey as development chef.</h1>\r\nKinsey joins the business as sales of vegan and vegetarian dishes continue to grow, and will be working with chefs across the full range of hospitality businesses to develop innovative ingredients and recipe ideas.\r\n\r\nHis background as a chef spans fine dining in restaurants and hotels, food-led pubs and private dining, and he was most recently head chef at BAB NQ restaurant in Manchester.\r\n\r\nOne of Kinsey\'s first tasks will be to help oversee the Oliver Kay National Vegan Dish of the Year 2020, a high-profile recipe competition for chefs, which launches in January 2020.\r\n\r\nHe said: \"I\'m delighted to join Oliver Kay, and it\'s definitely a case of jumping in at the deep end as we launch the search for new and innovative vegan menu ideas.\r\n\r\n\"It\'s now essential that hospitality businesses offer engaging vegan options, and I\'m looking  forward to seeing what my fellow chefs come up with for the competition - as well as working closely with them in the longer term to drive sales of plant-based ingredients, and develop new recipes.\"\r\n\r\nKinsey\'s role is not limited to vegan dishes, as he has an expertise in meat, including game, developed during his days working in country pubs. This ability to turn his hand to a wide range of cooking styles will enable him to support chefs and caterers at all levels with menu planning and recipe development.\r\n\r\nIan Stuart, Managing Director of Oliver Kay Produce, said: \"We\'re delighted to welcome Dean on board. His experience of a broad range of catering businesses combined with the flair, innovative ideas and skills he brings, will ensure our sales teams appreciate what can be done with fantastic seasonal produce, and help our customers offer innovative and profitable menus.\"\r\n\r\nOliver Kay supplies a wide selection of vegan products and ingredients, which will be further expanding in time for January menus. For more information and for chefs to order call 0844 847 9790 or order online from Oliver Kay Produce <a href=\"https://app.prmax.co.uk/track/28878055/click/58c16da4-14ec-11ea-9771-6cf0490443a9\"><span class=\"hyperlink\">www.oliverkayproduce.co.uk</span></a>','Oliver Kay Produce appoints new development chef','','inherit','closed','closed','','6093-revision-v1','','','2019-12-03 09:20:11','2019-12-03 09:20:11','',6093,'https://www.ontradeprogress.com/2019/12/03/6093-revision-v1/',0,'revision','',0),(6096,1,'2019-12-03 09:34:43','2019-12-03 09:34:43','<h1>Innovative British food company, The Meatless Farm Co, has today appointed Jesper Højer as its new chair, one of a series of hires to help grow the plant-based meat alternatives business globally.</h1>\r\nHis appointment comes as The Meatless Farm Co has started strengthening its management team to build the group and brand globally. Lone Thomsen joined as chief marketing officer from Coca-Cola in September and earlier this month the company appointed Dr Peter Hynes, who has a background at Unilever, Smith &amp; Nephew and Taylors of Harrogate, as head of research and development.\r\n\r\nJesper was until earlier this year global CEO of Lidl and spent 16 years at the fast-growing German supermarket giant. He says: <em>“I have been following the market for meat alternatives for some time and The Meatless Farm Co has a great opportunity to be one of the global leaders in this fast-developing food sector. I am impressed by the quality of both the products and the team, and aim to help build The Meatless Farm Co into an international business.”</em>\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: <em>“Bringing someone with the global experience of Jesper on board is a marker not only of what we have achieved so far, but also the potential of The Meatless Farm Co over the next few years. The world is waking up to the need to reduce red meat in our diets, and we are ready to feed the growing demand for plant-based alternatives.”</em>\r\n\r\nHeadquartered in Leeds, The Meatless Farm Co only started producing its products in 2018 and is now sold in Sainsbury’s, Morrisons and the JD Wetherspoon pub chain among others across the UK, as well as in Wholefoods Markets stores in the US, Dolan Foods in Canada and other international markets.\r\n\r\nThe Meatless Farm Co spent over two years blending, researching, experimenting and trialling different recipes and ingredients to create its range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.','Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman','','publish','closed','open','','meatless-farm-co-appoints-ex-lidl-ceo-jesper-hojer-as-new-chairman-to-help-build-the-company-globally','','','2019-12-03 09:37:03','2019-12-03 09:37:03','',0,'https://www.ontradeprogress.com/?p=6096',0,'post','',0),(6097,1,'2019-12-03 09:31:57','2019-12-03 09:31:57','','Meatless Farm gluten free vegan spaghetti-meatballs-recipe-dairy-free-featured','','inherit','closed','closed','','gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured','','','2019-12-03 09:33:11','2019-12-03 09:33:11','',6096,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/gluten-free-vegan-spaghetti-meatballs-recipe-dairy-free-featured.jpg',0,'attachment','image/jpeg',0),(6098,1,'2019-12-03 09:33:18','2019-12-03 09:33:18','<h1>Innovative British food company, The Meatless Farm Co, has today appointed Jesper Højer as its new chair, one of a series of hires to help grow the plant-based meat alternatives business globally.</h1>\r\nHis appointment comes as The Meatless Farm Co has started strengthening its management team to build the group and brand globally. Lone Thomsen joined as chief marketing officer from Coca-Cola in September and earlier this month the company appointed Dr Peter Hynes, who has a background at Unilever, Smith &amp; Nephew and Taylors of Harrogate, as head of research and development.\r\n\r\nJesper was until earlier this year global CEO of Lidl and spent 16 years at the fast-growing German supermarket giant. He says: “I have been following the market for meat alternatives for some time and The Meatless Farm Co has a great opportunity to be one of the global leaders in this fast-developing food sector. I am impressed by the quality of both the products and the team, and aim to help build The Meatless Farm Co into an international business.”\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: “Bringing someone with the global experience of Jesper on board is a marker not only of what we have achieved so far, but also the potential of The Meatless Farm Co over the next few years. The world is waking up to the need to reduce red meat in our diets, and we are ready to feed the growing demand for plant-based alternatives.”\r\n\r\nHeadquartered in Leeds, The Meatless Farm Co only started producing its products in 2018 and is now sold in Sainsbury’s, Morrisons and the JD Wetherspoon pub chain among others across the UK, as well as in Wholefoods Markets stores in the US, Dolan Foods in Canada and other international markets.\r\n\r\nThe Meatless Farm Co spent over two years blending, researching, experimenting and trialling different recipes and ingredients to create its range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman to help build the company globally','','inherit','closed','closed','','6096-revision-v1','','','2019-12-03 09:33:18','2019-12-03 09:33:18','',6096,'https://www.ontradeprogress.com/2019/12/03/6096-revision-v1/',0,'revision','',0),(6099,1,'2019-12-03 09:34:43','2019-12-03 09:34:43','<h1>Innovative British food company, The Meatless Farm Co, has today appointed Jesper Højer as its new chair, one of a series of hires to help grow the plant-based meat alternatives business globally.</h1>\r\nHis appointment comes as The Meatless Farm Co has started strengthening its management team to build the group and brand globally. Lone Thomsen joined as chief marketing officer from Coca-Cola in September and earlier this month the company appointed Dr Peter Hynes, who has a background at Unilever, Smith &amp; Nephew and Taylors of Harrogate, as head of research and development.\r\n\r\nJesper was until earlier this year global CEO of Lidl and spent 16 years at the fast-growing German supermarket giant. He says: <em>“I have been following the market for meat alternatives for some time and The Meatless Farm Co has a great opportunity to be one of the global leaders in this fast-developing food sector. I am impressed by the quality of both the products and the team, and aim to help build The Meatless Farm Co into an international business.”</em>\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: <em>“Bringing someone with the global experience of Jesper on board is a marker not only of what we have achieved so far, but also the potential of The Meatless Farm Co over the next few years. The world is waking up to the need to reduce red meat in our diets, and we are ready to feed the growing demand for plant-based alternatives.”</em>\r\n\r\nHeadquartered in Leeds, The Meatless Farm Co only started producing its products in 2018 and is now sold in Sainsbury’s, Morrisons and the JD Wetherspoon pub chain among others across the UK, as well as in Wholefoods Markets stores in the US, Dolan Foods in Canada and other international markets.\r\n\r\nThe Meatless Farm Co spent over two years blending, researching, experimenting and trialling different recipes and ingredients to create its range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman to help build the company globally','','inherit','closed','closed','','6096-revision-v1','','','2019-12-03 09:34:43','2019-12-03 09:34:43','',6096,'https://www.ontradeprogress.com/2019/12/03/6096-revision-v1/',0,'revision','',0),(6100,1,'2019-12-03 09:37:03','2019-12-03 09:37:03','<h1>Innovative British food company, The Meatless Farm Co, has today appointed Jesper Højer as its new chair, one of a series of hires to help grow the plant-based meat alternatives business globally.</h1>\r\nHis appointment comes as The Meatless Farm Co has started strengthening its management team to build the group and brand globally. Lone Thomsen joined as chief marketing officer from Coca-Cola in September and earlier this month the company appointed Dr Peter Hynes, who has a background at Unilever, Smith &amp; Nephew and Taylors of Harrogate, as head of research and development.\r\n\r\nJesper was until earlier this year global CEO of Lidl and spent 16 years at the fast-growing German supermarket giant. He says: <em>“I have been following the market for meat alternatives for some time and The Meatless Farm Co has a great opportunity to be one of the global leaders in this fast-developing food sector. I am impressed by the quality of both the products and the team, and aim to help build The Meatless Farm Co into an international business.”</em>\r\n\r\nMorten Toft Bech, Founder of The Meatless Farm Co says: <em>“Bringing someone with the global experience of Jesper on board is a marker not only of what we have achieved so far, but also the potential of The Meatless Farm Co over the next few years. The world is waking up to the need to reduce red meat in our diets, and we are ready to feed the growing demand for plant-based alternatives.”</em>\r\n\r\nHeadquartered in Leeds, The Meatless Farm Co only started producing its products in 2018 and is now sold in Sainsbury’s, Morrisons and the JD Wetherspoon pub chain among others across the UK, as well as in Wholefoods Markets stores in the US, Dolan Foods in Canada and other international markets.\r\n\r\nThe Meatless Farm Co spent over two years blending, researching, experimenting and trialling different recipes and ingredients to create its range, which also includes sausages and mince. Now it has become a serious contender in the global plant-based market, alongside US groups Impossible Foods and Beyond Burger. It was recently recognised by the industry for its innovation, being awarded best emerging business at the Food and Drink Federation awards.','Meatless Farm Co appoints ex-Lidl CEO Jesper Højer as new chairman','','inherit','closed','closed','','6096-revision-v1','','','2019-12-03 09:37:03','2019-12-03 09:37:03','',6096,'https://www.ontradeprogress.com/2019/12/03/6096-revision-v1/',0,'revision','',0),(6101,1,'2019-12-03 09:38:05','2019-12-03 09:38:05','<h1>Fresh produce specialist Oliver Kay Produce has appointed Dean Kinsey as development chef.</h1>\r\nKinsey joins the business as sales of vegan and vegetarian dishes continue to grow, and will be working with chefs across the full range of hospitality businesses to develop innovative ingredients and recipe ideas.\r\n\r\nHis background as a chef spans fine dining in restaurants and hotels, food-led pubs and private dining, and he was most recently head chef at BAB NQ restaurant in Manchester.\r\n\r\nOne of Kinsey\'s first tasks will be to help oversee the Oliver Kay National Vegan Dish of the Year 2020, a high-profile recipe competition for chefs, which launches in January 2020.\r\n\r\nHe said: \"I\'m delighted to join Oliver Kay, and it\'s definitely a case of jumping in at the deep end as we launch the search for new and innovative vegan menu ideas.\r\n\r\n<em>\"It\'s now essential that hospitality businesses offer engaging vegan options, and I\'m looking  forward to seeing what my fellow chefs come up with for the competition - as well as working closely with them in the longer term to drive sales of plant-based ingredients, and develop new recipes.\"</em>\r\n\r\nKinsey\'s role is not limited to vegan dishes, as he has an expertise in meat, including game, developed during his days working in country pubs. This ability to turn his hand to a wide range of cooking styles will enable him to support chefs and caterers at all levels with menu planning and recipe development.\r\n\r\nIan Stuart, Managing Director of Oliver Kay Produce, said: <em>\"We\'re delighted to welcome Dean on board. His experience of a broad range of catering businesses combined with the flair, innovative ideas and skills he brings, will ensure our sales teams appreciate what can be done with fantastic seasonal produce, and help our customers offer innovative and profitable menus.\"</em>','Oliver Kay Produce appoints new development chef','','inherit','closed','closed','','6093-revision-v1','','','2019-12-03 09:38:05','2019-12-03 09:38:05','',6093,'https://www.ontradeprogress.com/2019/12/03/6093-revision-v1/',0,'revision','',0),(6102,1,'2019-12-03 09:38:59','2019-12-03 09:38:59','<h1>New from <b>Artis</b><b>®</b> is <b>Levitas</b>, an elegant collection of short stem glassware. The collection offers a great alternative to traditional stemware to showcase a variety of drink serves.</h1>\r\n<b>LEVITAS</b>\r\n\r\nLevitas lends its name from the Esperanto word for ‘floating’, which perfectly describes its style and elegance. Manufactured by leading design house, Libbey, this range offers restaurateurs and bar owners a sophisticated glassware collection which is bang on trend with cocktail bars around the world. It has all the stability of a tumbler, combined with the elegance of a stemmed glass.\r\n\r\nIts fine polished rims are achieved using a finesse laser cut, giving a premium look and a superior lip feel whilst drinking. The Rocks glass is reminiscent of the classic AM Cassandre glass with its sleek Art Deco simplicity and proportions, whilst the iconic flute is the perfect measure for a Bellini.\r\n\r\nThe range is fourfold – 26cl Rocks; 35cl Double Old Fashioned; 34cl Hi-Ball and a 20cl Flute. Prices are in the range £3.99 to £4.10.','Artis® showcase their Levitas range','','inherit','closed','closed','','6088-revision-v1','','','2019-12-03 09:38:59','2019-12-03 09:38:59','',6088,'https://www.ontradeprogress.com/2019/12/03/6088-revision-v1/',0,'revision','',0),(6103,1,'2019-12-03 09:39:45','2019-12-03 09:39:45','<h1>Bermondsey-based Fourpure Brewing Co. has joined forces with Jameson Irish Whiskey to create a new limited-edition Barrel-Aged Irish Coffee Imperial Stout – <strong>Nightcap (9%). </strong>The launch of Nightcap comes hot off the heels of a successful launch of the limited-edition Jameson Caskmates Fourpure Edition whiskey this September.</h1>\r\nAn idea conceived in Midleton, Ireland, a stone throw’s away from the Jameson Irish Whiskey distillery, with Nightcap’s branding and beer style paying homage to Cork’s surrounding countryside. The process started with Jameson whiskey barrels which were shipped from Ireland to Fourpure’s South Bermondsey home, a rich, Imperial Stout was aged in the barrels before blending back and adding fresh coffee beans. The resulting beer contains six different malts with hints of vanilla and heavy roast flavours of rich coffee and cocoa. The result of the barrel-ageing process also provides a rounded oak finish and a warm taste of whiskey.\r\n\r\nAdrian Lugg, head of marketing at Fourpure Brewing Co., said: ‘Team Jameson are world-conquerors for a reason, they know their stuff. Combining their quality and expertise with our recipes and brewing skills is a lot of fun, and if I may say, makes for a cracking beer. We’re very proud of Nightcap. It’s another example of our continued innovation, pushing flavour boundaries and giving customers something extraordinary outside our core range of beers. And it tastes amazing.’\r\n\r\nNightcap is a highlight in Fourpure’s calendar of ‘First Chance Fridays’, giving customers the first chance to try each of the brewery’s small batch Pioneer range when they become available each month on draught at the taproom. Nightcap will be available on Friday 22<sup>nd</sup> November to the public at Fourpure’s taproom and will be available to on-trade as of the 25<sup>th</sup> November.','Fourpure and Jameson create the perfect nightcap','','inherit','closed','closed','','6077-revision-v1','','','2019-12-03 09:39:45','2019-12-03 09:39:45','',6077,'https://www.ontradeprogress.com/2019/12/03/6077-revision-v1/',0,'revision','',0),(6104,1,'2019-12-03 09:40:54','2019-12-03 09:40:54','<h1>Fresh produce specialist Oliver Kay Produce has appointed Dean Kinsey as development chef.</h1>\r\nKinsey joins the business as sales of vegan and vegetarian dishes continue to grow, and will be working with chefs across the full range of hospitality businesses to develop innovative ingredients and recipe ideas.\r\n\r\nHis background as a chef spans fine dining in restaurants and hotels, food-led pubs and private dining, and he was most recently head chef at BAB NQ restaurant in Manchester.\r\n\r\nOne of Kinsey\'s first tasks will be to help oversee the Oliver Kay National Vegan Dish of the Year 2020, a high-profile recipe competition for chefs, which launches in January 2020.\r\n\r\nHe said: <em>\"I\'m delighted to join Oliver Kay, and it\'s definitely a case of jumping in at the deep end as we launch the search for new and innovative vegan menu ideas.</em>\r\n\r\n<em>\"It\'s now essential that hospitality businesses offer engaging vegan options, and I\'m looking  forward to seeing what my fellow chefs come up with for the competition - as well as working closely with them in the longer term to drive sales of plant-based ingredients, and develop new recipes.\"</em>\r\n\r\nKinsey\'s role is not limited to vegan dishes, as he has an expertise in meat, including game, developed during his days working in country pubs. This ability to turn his hand to a wide range of cooking styles will enable him to support chefs and caterers at all levels with menu planning and recipe development.\r\n\r\nIan Stuart, Managing Director of Oliver Kay Produce, said: <em>\"We\'re delighted to welcome Dean on board. His experience of a broad range of catering businesses combined with the flair, innovative ideas and skills he brings, will ensure our sales teams appreciate what can be done with fantastic seasonal produce, and help our customers offer innovative and profitable menus.\"</em>','Oliver Kay Produce appoints new development chef','','inherit','closed','closed','','6093-revision-v1','','','2019-12-03 09:40:54','2019-12-03 09:40:54','',6093,'https://www.ontradeprogress.com/2019/12/03/6093-revision-v1/',0,'revision','',0),(6105,1,'2019-12-03 14:24:28','0000-00-00 00:00:00','<h1>‘Tis the season – not only to be jolly, but to tempt more customers through your doors and keep them staying longer.</h1>\r\nThanks to a warmer winter and changing festive habits, the on-trade experienced like-for-like sales growth of 4.1%<a name=\"_ftnref1\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn1\"><sup>[1]</sup></a> in 2018 versus 2017. And, in 2018, the last working Friday before Christmas – dubbed Mad Friday – had the highest rate of sale over the festive period. Sales even eclipsed New Year’s Eve<a name=\"_ftnref2\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn2\"><sup>[2]</sup></a>, as consumers across the country celebrated in the lead up to Christmas Day.\r\n\r\nThis year, Mad Friday is set to fall on 21<sup>st</sup> December, and there is a big opportunity to boost sales in the weeks leading up to Christmas and New Year. With Christmas a time for sharing, HEINEKEN UK has compiled insights and tips – underpinned by The Greenpaper research – to support you in maximising on the occasion and hear the ringing of tills throughout December.\r\n<ol>\r\n 	<li><strong>All the trimmings</strong></li>\r\n</ol>\r\nTurkey, brussels sprouts, Christmas pudding; you name it – food has become integral to festive occasions in the on-trade. One in two visits involve both food and drink<a name=\"_ftnref3\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn3\"><sup>[3]</sup></a> and more consumers are heading to pubs and restaurants for their Christmas dinner<a name=\"_ftnref4\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn4\"><sup>[4]</sup></a>. This underpins HEINEKEN’s <em>Great With Food</em> driver, worth £189M incremental value over three years.\r\n<ul>\r\n 	<li><strong>Festive menus:</strong> Create the ultimate festive feast, ensuring you stay true to your outlet’s style and audience. For example, a traditional Christmas dinner will go down well in a community wet-led pub, whereas gastropubs, restaurants and premium high-street venues have the opportunity to be more experimental. Use chalkboards, menus and table talkers to shout about your offering, as well as online promotion via your website and social media to get the word out in advance.</li>\r\n 	<li><strong>Social savviness:</strong> A huge growth area in recent years are food posts on Instagram, so this is the best platform for showcasing food content.</li>\r\n 	<li><strong>Bookings and pre-ordering:</strong> Even if you don’t have an online booking system, consider offering customers the option of pre-ordering food and drink to streamline service on the day. Ensure you concentrate on both groups/corporate and individual bookings too!</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Premiumise, premiumise, premiumise</strong></li>\r\n</ol>\r\nConsumers are willing to pay more and try new drinks at Christmas, and their on-trade experiences and decisions are often treat-led. 40% expect to see a wider range over the period<a name=\"_ftnref5\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn5\"><sup>[5]</sup></a>, presenting the perfect opportunity to push them into trading up across categories. This reinforces the <em>We’re Worth It</em> and <em>Live Better</em> drivers, worth £72M and £58M incremental value over three years respectively.\r\n<ul>\r\n 	<li><strong>Premium ranges:</strong> While most beer and cider categories see an increased rate of sale over Christmas (17.6%, on average)<a name=\"_ftnref6\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn6\"><sup>[6]</sup></a>, reap the financial benefits in stocking premium 4% and continental premium lager brands like Birra Moretti and Amstel. Birra Moretti is the fastest growing beer in the UK, delivering an extra £76M to the market in the last 12 months<a name=\"_ftnref7\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn7\"><sup>[7]</sup></a>.</li>\r\n 	<li><strong>No &amp; Low:</strong> With 50% of consumers now moderating their alcohol intake<a name=\"_ftnref8\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn8\"><sup>[8]</sup></a>, ensure you offer the health-conscious and designated drivers products that make them feel part of the festive occasion. Provide different options across categories and stock popular brands like Heineken® 0.0 and Old Mout Alcohol Free. Remember to include these in festive drinks deals alongside alcohol counterparts to offer your customers greater choice.</li>\r\n 	<li><strong>Visibility:</strong> 51% of consumers who tried new drinks over Christmas in 2018 were influenced to do so by promotions or adverts<a name=\"_ftnref9\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn9\"><sup>[9]</sup></a>. Witnessing another customer enjoying a particular serve prompted 22% of experimental consumers to order the same drink<a name=\"_ftnref10\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn10\"><sup>[10]</sup></a>, so it’s key for outlets to introduce festive or innovative serves to remain relevant and keep them front of mind.</li>\r\n 	<li><strong>Quality: </strong>Over a third (34%) of customers would pay extra for a better quality drink over Christmas than at any other time of the year<a name=\"_ftnref11\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn11\"><sup>[11]</sup></a>. Word of mouth recommendations and return business are essential, so ensure you have a good cellar management routine, knowledgeable staff and a balanced range.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Festive spirit</strong></li>\r\n</ol>\r\nDriven by the phenomenal popularity of gin, spirits saw a 9% uplift in value share over Christmas last year in comparison to 2017<a name=\"_ftnref12\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn12\"><sup>[12]</sup></a>. Some categories also play heavily into the occasion, with cream liqueurs experiencing a +139% rate of sale over the festive period<a name=\"_ftnref13\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn13\"><sup>[13]</sup></a>.\r\n<ul>\r\n 	<li><strong>Seasonal cocktails:</strong> From hot gin toddies and spiced negronis, to eggnog and Bucks Fizz, consider adding a mix of classic cocktails and creative concoctions to your drinks list.</li>\r\n 	<li><strong>Turn up the heat:</strong> Given the trends for more warming flavours, why not incorporate a mulled wine or cider to your offering?</li>\r\n</ul>','Have yourself a Merry busy Christmas','','draft','closed','open','','have-yourself-a-merry-busy-christmas','','','2019-12-03 14:24:28','2019-12-03 14:24:28','',0,'https://www.ontradeprogress.com/?p=6105',0,'post','',0),(6106,1,'2019-12-03 12:25:00','2019-12-03 12:25:00','<h1>‘Tis the season – not only to be jolly, but to tempt more customers through your doors and keep them staying longer.</h1>\r\nThanks to a warmer winter and changing festive habits, the on-trade experienced like-for-like sales growth of 4.1%<a name=\"_ftnref1\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn1\"><sup>[1]</sup></a> in 2018 versus 2017. And, in 2018, the last working Friday before Christmas – dubbed Mad Friday – had the highest rate of sale over the festive period. Sales even eclipsed New Year’s Eve<a name=\"_ftnref2\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn2\"><sup>[2]</sup></a>, as consumers across the country celebrated in the lead up to Christmas Day.\r\n\r\nThis year, Mad Friday is set to fall on 21<sup>st</sup> December, and there is a big opportunity to boost sales in the weeks leading up to Christmas and New Year. With Christmas a time for sharing, HEINEKEN UK has compiled insights and tips – underpinned by The Greenpaper research – to support you in maximising on the occasion and hear the ringing of tills throughout December.\r\n<ol>\r\n 	<li><strong>All the trimmings</strong></li>\r\n</ol>\r\nTurkey, brussels sprouts, Christmas pudding; you name it – food has become integral to festive occasions in the on-trade. One in two visits involve both food and drink<a name=\"_ftnref3\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn3\"><sup>[3]</sup></a> and more consumers are heading to pubs and restaurants for their Christmas dinner<a name=\"_ftnref4\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn4\"><sup>[4]</sup></a>. This underpins HEINEKEN’s <em>Great With Food</em> driver, worth £189M incremental value over three years.\r\n<ul>\r\n 	<li><strong>Festive menus:</strong> Create the ultimate festive feast, ensuring you stay true to your outlet’s style and audience. For example, a traditional Christmas dinner will go down well in a community wet-led pub, whereas gastropubs, restaurants and premium high-street venues have the opportunity to be more experimental. Use chalkboards, menus and table talkers to shout about your offering, as well as online promotion via your website and social media to get the word out in advance.</li>\r\n 	<li><strong>Social savviness:</strong> A huge growth area in recent years are food posts on Instagram, so this is the best platform for showcasing food content.</li>\r\n 	<li><strong>Bookings and pre-ordering:</strong> Even if you don’t have an online booking system, consider offering customers the option of pre-ordering food and drink to streamline service on the day. Ensure you concentrate on both groups/corporate and individual bookings too!</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Premiumise, premiumise, premiumise</strong></li>\r\n</ol>\r\nConsumers are willing to pay more and try new drinks at Christmas, and their on-trade experiences and decisions are often treat-led. 40% expect to see a wider range over the period<a name=\"_ftnref5\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn5\"><sup>[5]</sup></a>, presenting the perfect opportunity to push them into trading up across categories. This reinforces the <em>We’re Worth It</em> and <em>Live Better</em> drivers, worth £72M and £58M incremental value over three years respectively.\r\n<ul>\r\n 	<li><strong>Premium ranges:</strong> While most beer and cider categories see an increased rate of sale over Christmas (17.6%, on average)<a name=\"_ftnref6\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn6\"><sup>[6]</sup></a>, reap the financial benefits in stocking premium 4% and continental premium lager brands like Birra Moretti and Amstel. Birra Moretti is the fastest growing beer in the UK, delivering an extra £76M to the market in the last 12 months<a name=\"_ftnref7\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn7\"><sup>[7]</sup></a>.</li>\r\n 	<li><strong>No &amp; Low:</strong> With 50% of consumers now moderating their alcohol intake<a name=\"_ftnref8\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn8\"><sup>[8]</sup></a>, ensure you offer the health-conscious and designated drivers products that make them feel part of the festive occasion. Provide different options across categories and stock popular brands like Heineken® 0.0 and Old Mout Alcohol Free. Remember to include these in festive drinks deals alongside alcohol counterparts to offer your customers greater choice.</li>\r\n 	<li><strong>Visibility:</strong> 51% of consumers who tried new drinks over Christmas in 2018 were influenced to do so by promotions or adverts<a name=\"_ftnref9\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn9\"><sup>[9]</sup></a>. Witnessing another customer enjoying a particular serve prompted 22% of experimental consumers to order the same drink<a name=\"_ftnref10\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn10\"><sup>[10]</sup></a>, so it’s key for outlets to introduce festive or innovative serves to remain relevant and keep them front of mind.</li>\r\n 	<li><strong>Quality: </strong>Over a third (34%) of customers would pay extra for a better quality drink over Christmas than at any other time of the year<a name=\"_ftnref11\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn11\"><sup>[11]</sup></a>. Word of mouth recommendations and return business are essential, so ensure you have a good cellar management routine, knowledgeable staff and a balanced range.</li>\r\n</ul>\r\n<ol>\r\n 	<li><strong>Festive spirit</strong></li>\r\n</ol>\r\nDriven by the phenomenal popularity of gin, spirits saw a 9% uplift in value share over Christmas last year in comparison to 2017<a name=\"_ftnref12\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn12\"><sup>[12]</sup></a>. Some categories also play heavily into the occasion, with cream liqueurs experiencing a +139% rate of sale over the festive period<a name=\"_ftnref13\"></a><a href=\"applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn13\"><sup>[13]</sup></a>.\r\n<ul>\r\n 	<li><strong>Seasonal cocktails:</strong> From hot gin toddies and spiced negronis, to eggnog and Bucks Fizz, consider adding a mix of classic cocktails and creative concoctions to your drinks list.</li>\r\n 	<li><strong>Turn up the heat:</strong> Given the trends for more warming flavours, why not incorporate a mulled wine or cider to your offering?</li>\r\n</ul>','Have yourself a Merry busy Christmas','','inherit','closed','closed','','6105-revision-v1','','','2019-12-03 12:25:00','2019-12-03 12:25:00','',6105,'https://www.ontradeprogress.com/2019/12/03/6105-revision-v1/',0,'revision','',0),(6107,1,'2019-12-04 13:16:51','0000-00-00 00:00:00','','TagDiv Composer Draft','','draft','closed','closed','','','','','2019-12-04 13:16:51','2019-12-04 13:16:51','',0,'https://www.ontradeprogress.com/?page_id=6107',0,'page','',0),(6108,1,'2019-12-05 14:38:04','2019-12-05 14:38:04','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ul>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ul>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2>Top Tip: <strong><em>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</em></strong></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix up the festive magic with MONIN','','publish','closed','open','','mix-up-the-festive-magic-with-monin','','','2019-12-05 14:38:04','2019-12-05 14:38:04','',0,'https://www.ontradeprogress.com/?p=6108',0,'post','',0),(6109,1,'2019-12-05 12:21:28','2019-12-05 12:21:28','','Basmati & Wild Rice Baked Tomato - resized','','inherit','closed','closed','','basmati-wild-rice-baked-tomato-resized','','','2019-12-05 12:22:43','2019-12-05 12:22:43','',6108,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Basmati-Wild-Rice-Baked-Tomato-resized.jpg',0,'attachment','image/jpeg',0),(6110,1,'2019-12-05 12:43:34','2019-12-05 12:43:34','<h1>With 3.5 million people in the UK now following a vegan diet and a further 7 million are vegetarian* now is the time to bring flavourful plant-based dishes to your menu.</h1>\r\nOperators looking for inspiration can visit <a href=\"http://www.tilda.com/professionals/\">www.tilda.com/professionals/</a> for a host of great tasting dishes to make cater for vegans, vegetarians and flexitarians whilst dialling your dishes up to delicious.\r\n\r\nWhen it comes to maintaining a balanced plant-based diet, the Vegan Society suggests including a starchy food – such as brown rice – into every meal. Rice is not only a great source of energy and high in fibre, but it’s is also gluten-free helping pubs to provide for special diets at the same time as creating tasty nutrition vegan dishes.\r\n\r\nRice lends itself to a variety of different caterers, working well in starters, mains and desserts. Tilda’s Speciality Rice range includes the nutty and aromatic Basmati &amp; Wild, deliciously creamy Arborio Risotto Rice from Po Valley and the naturally fragrant Jasmine Rice. Loved by diners, when these authentic, fluffy grains are listed on menus consumers will pay as much as £2 more for the dish***.\r\n\r\n*VegSoc  **Waitrose Food &amp; Drink Report 2017','Veganuary... seeing in the New Year with new dishes','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 12:43:34','2019-12-05 12:43:34','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6111,1,'2019-12-05 13:19:24','2019-12-05 13:19:24','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ol>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ol>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n\r\n<strong>TOP TIP: </strong><em><strong>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</strong></em>\r\n\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix Up The Festive Magic With MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 13:19:24','2019-12-05 13:19:24','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6112,1,'2019-12-05 13:20:04','2019-12-05 13:20:04','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ol>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ol>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2><strong>TOP TIP: </strong><em><strong>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</strong></em></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix Up The Festive Magic With MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 13:20:04','2019-12-05 13:20:04','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6113,1,'2019-12-05 13:20:51','2019-12-05 13:20:51','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ol>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ol>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2><strong>Top Tip: </strong><em><strong>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</strong></em></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix Up The Festive Magic With MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 13:20:51','2019-12-05 13:20:51','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6114,1,'2019-12-05 13:21:15','2019-12-05 13:21:15','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ol>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ol>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2><strong>Top Tip: </strong><em>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</em></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix Up The Festive Magic With MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 13:21:15','2019-12-05 13:21:15','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6115,1,'2019-12-05 13:23:20','2019-12-05 13:23:20','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ul>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.<strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ul>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2><strong>Top Tip: </strong><em>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</em></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix Up The Festive Magic With MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 13:23:20','2019-12-05 13:23:20','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6116,1,'2019-12-05 13:26:45','2019-12-05 13:26:45','','image011','','inherit','closed','closed','','image011-2','','','2019-12-05 13:26:45','2019-12-05 13:26:45','',6108,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/image011.png',0,'attachment','image/png',0),(6117,1,'2019-12-05 13:26:47','2019-12-05 13:26:47','','image013','','inherit','closed','closed','','image013','','','2019-12-05 13:26:47','2019-12-05 13:26:47','',6108,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/image013.png',0,'attachment','image/png',0),(6118,1,'2019-12-05 13:26:49','2019-12-05 13:26:49','','image015','','inherit','closed','closed','','image015','','','2019-12-05 13:26:49','2019-12-05 13:26:49','',6108,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/image015.png',0,'attachment','image/png',0),(6119,1,'2019-12-05 13:43:08','2019-12-05 13:43:08','','MONIN_1600x550 OTP01','','inherit','closed','closed','','monin_1600x550-otp01','','','2019-12-05 13:43:46','2019-12-05 13:43:46','',6108,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/MONIN_1600x550-OTP01.jpg',0,'attachment','image/jpeg',0),(6120,1,'2019-12-05 13:43:50','2019-12-05 13:43:50','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ul>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ul>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2><strong>Top Tip: </strong><em>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</em></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix Up The Festive Magic With MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 13:43:50','2019-12-05 13:43:50','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6121,1,'2019-12-05 14:31:23','2019-12-05 14:31:23','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ul>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ul>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2><strong>Top Tip: </strong><em>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</em></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix up the festive magic with MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 14:31:23','2019-12-05 14:31:23','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6122,1,'2019-12-05 14:38:04','2019-12-05 14:38:04','<h1>Snow is far from guaranteed this Christmas, but what we can count on is the estimated 65.2 million<a name=\"_ftnref1\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1\"><sup>[1]</sup></a>consumers heading out of home to celebrate the festive season.</h1>\r\nAcross the Christmas and New Year period 45% of consumers expect to see a wider range of drinks to choose from, while 51% agree that they would like to see seasonal drinks offered<a name=\"_ftnref2\"></a><a href=\"applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2\"><sup>[2]</sup></a>. So it’s imperative that venues showcase their festive spirit.\r\n\r\nHowever, with such stiff competition it’s essential to ensure that increased footfall and tricky to prepare innovations don’t lead to longer waiting times.\r\n\r\nLee Hyde, Beverage Innovation Manager at MONIN UK, shares his top tips and favourite seasonal recipes to help spread the festive cheer this Christmas.\r\n<ul>\r\n 	<li><strong>Make Christmas an immersive experience – </strong>Christmas is the one time of year that outlets can really go all out to embrace the festive cheer and creativity is key. For example naming cocktails after popular Christmas songs is a great way to demonstrate that your establishment is full of holiday spirit. It’s a fun opportunity to introduce a range of exciting themed concept-led drinks. A ‘White Christmas’ might offer a fresh take on an Eggnog classic. While a ‘Do They Know It’s Christmas’ cocktail could have a percentage of its price donated to charity and a ‘Driving Home For Christmas’ could showcase no ABV alternatives.</li>\r\n 	<li><strong>Don’t let waiting times dampen the festive spirit – </strong>Increased footfall can mean longer queues and waiting times. Keep customers’ festive cheer by considering the length of time it takes to make each drink. Cocktails and no ABV options can be made in batches! For example venues could offer a barrel aged Winter Cherry Negroni, it’s simple to scale up or down to make the required volume. Alternatively consider preparing a No ABV cocktail in a Kilner jar which is ready to serve.</li>\r\n 	<li><strong>Be creative with a few favourites –</strong> Flavour plays an important part in the overall festive experience. Investing in just two or three popular winter flavours which can be used across multiple drinks can help to reduce waste and improve the bottom line. For example, both MONIN Salted Caramel syrup and MONIN Morello Cherry syrup can be used across a range of different beverages, meaning consumers can enjoy traditional festive flavours without the need for bartenders to invest in a vast range of syrups.</li>\r\n 	<li><strong>Make it a standout Christmas – Increasingly - </strong>Food and drink remain some of the biggest themes on Instagram and many establishments are looking to the platform to create social buzz. Visually appealing drinks encourages customers to post on social media which will ultimately drive awareness and traffic to an outlet. Consumers tend to be tempted by fun, colourful and textured drinks that look great on Instagram and concept drinks are key players when it comes to visually-inspired beverages. The festive season provides an opportunity to go all out! Glitter, sparklers, pine needles and dried fruits can all help to elevate drinks to Instagrammable status.</li>\r\n</ul>\r\nOutlets can also consider going one step further and extending the visual appeal of their drinks to their menus.  Consider providing an advent calendar style menu that offers a different Christmas inspired drink in the lead up to the big day.  This can offer a focal point, engage consumers, as well as provide content for social media.\r\n\r\nFinally it’s vital not to forget that while decoration is important, glassware, garnishes and the names given to the drinks all contribute to the overall experience.\r\n<h2>Top Tip: <strong><em>Don’t forget to showcase your offering – POS, social media and menu boards are all vital to raising awareness of the Christmas offering.</em></strong></h2>\r\nFun Festive Serves:\r\n\r\n<strong>Spiced Winter Shrub (Hot)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with hot water\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Spiced Winter Shrub (Cold)</strong>\r\n\r\n25 ml MONIN Salted Caramel syrup\r\n12.5 ml Apple Cider Vinegar\r\nTop with Soda Water for the iced version\r\n\r\nAdd all ingredients to the glass or mug and garnish with dried citrus and spices.\r\n\r\n<strong>Winter Spritz (No ABV)</strong>\r\n\r\n20 ml MONIN Morello Cherry syrup\r\n40 ml Seedlip Grove\r\nTop with Ginger Ale\r\n\r\nAdd all ingredients to the glass with ice and stir thoroughly. Garnish with dried citrus, fresh cranberries, and a sprig of rosemary.','Mix up the festive magic with MONIN','','inherit','closed','closed','','6108-revision-v1','','','2019-12-05 14:38:04','2019-12-05 14:38:04','',6108,'https://www.ontradeprogress.com/2019/12/05/6108-revision-v1/',0,'revision','',0),(6124,1,'2019-12-12 09:23:24','2019-12-12 09:23:24','<h1>PUB20, the UK’s only dedicated trade show for the pub industry, is back for a sixth year in February 2020. The free-to-attend show will welcome thousands of pub operators and owners, offering the chance to learn from industry experts, share ideas, meet suppliers, discover the latest industry trends and do some all-important networking with their peers (at the bar of course!).</h1>\r\n<b>The Pub Show Returns to Olympia, 4</b><b>th</b><b> &amp; 5</b><b>th</b><b> February 2020.</b>\r\n\r\nOver 200 exhibitors will be tempting taste buds, whetting appetites and engaging brains with everything from food, drinks and vegan snacks, to technology to streamline efficiency and pub quiz providers on display - all under one roof.\r\n\r\nMore than 60 expert speakers will be sharing their knowledge with visitors too. Engaging talks and tastings from industry heavyweights will feature hot topics including sustainability, food revenue opportunities, business growth, recruitment and more, to help improve pub experiences and profits across the country. All sessions are free-to-attend; simply register for your free ticket in advance to book your place.\r\n\r\nPUB20 will support every area of the pub business and, to help keep fingers on the innovation pulse, there will be plenty of refreshing new things to see and do:\r\n<ul>\r\n 	<li>Food, glorious food….reflecting greater demand for pub grub, PUB20 will feature more deliciousness than ever, with a brand-new area called <i>Hungry Business,</i> dedicated to showcasing food and snack providers. The focus on food continues with the <i>Taste Table</i>, in partnership with Brew City and supported by Rational and Brakes, featuring new celebrity chef presentations, guided tastings and demonstrations. PUB20 really is the perfect place to pick up tips and trends, get great advice and inspiration for all things edible and profitable.</li>\r\n 	<li>The show will be full of new ideas too, such as Fever Tree’s <i>DrinkX </i>installation – themed around immersive experiences, innovation and turnkey solutions to bring your pub or bar to life.</li>\r\n 	<li>Pubs are the glue that hold society together, so this year PUB20 will celebrate the people who are all about humanity and hospitality, with their brand-new awards. Designed to recognise the passion of publicans who drive the dynamic pub industry forward, along with pub chefs who are giving the sector a culinary makeover, <i>The Pub Awards</i> will champion the very best pubs in the UK. Winners will be announced on Tuesday 4th February 2020 during a special ceremony at PUB20.</li>\r\n</ul>\r\nThere are new take-away trends to digest, with ‘The PUB Trends Report’ back for a second year – so if you’ve ever wanted to know what your customers look for most in a landlord, be sure to grab a copy!\r\n\r\nRegular visitors to The Pub Show will know that rubbing shoulders with other industry professionals is a key part of PUB20, so be sure to pull up a bar stool at <i>The Watering Hole</i>, designed by Form Creative and fitted out by Faber Bespoke, grab a snack and, of course, have a tipple or two.\r\n\r\nPUB20 Commercial Manager, Alex Booth, said: <em>“PUB20 will showcase the diverse and dynamic UK pub sector, celebrating the passion and innovation in the industry and ensuring visitors who are usually on the other side of the bar get treated to a brilliant day out too!” </em>\r\n\r\nRegister for your free ticket in advance and book your place at the speaker sessions online to avoid disappointment at <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, and follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook and Instagram to keep up to date with news from the show.','First orders called as registration opens for PUB20','','publish','closed','open','','first-orders-called-as-registration-opens-for-pub20','','','2019-12-12 12:52:54','2019-12-12 12:52:54','',0,'https://www.ontradeprogress.com/?p=6124',0,'post','',0),(6125,1,'2019-12-12 09:05:36','2019-12-12 09:05:36','<h1>PUB20, the UK’s only dedicated trade show for the pub industry, is back for a sixth year in February 2020. The free-to-attend show will welcome thousands of pub operators and owners, offering the chance to learn from industry experts, share ideas, meet suppliers, discover the latest industry trends and do some all-important networking with their peers (at the bar of course!).</h1>\r\nOver 200 exhibitors will be tempting taste buds, whetting appetites and engaging brains with everything from food, drinks and vegan snacks, to technology to streamline efficiency and pub quiz providers on display - all under one roof.\r\n\r\nMore than 60 expert speakers will be sharing their knowledge with visitors too. Engaging talks and tastings from industry heavyweights will feature hot topics including sustainability, food revenue opportunities, business growth, recruitment and more, to help improve pub experiences and profits across the country. All sessions are free-to-attend; simply register for your free ticket in advance to book your place.\r\n\r\nPUB20 will support every area of the pub business and, to help keep fingers on the innovation pulse, there will be plenty of refreshing new things to see and do:\r\n<ul>\r\n 	<li>Food, glorious food….reflecting greater demand for pub grub, PUB20 will feature more deliciousness than ever, with a brand-new area called <i>Hungry Business,</i> dedicated to showcasing food and snack providers. The focus on food continues with the <i>Taste Table</i>, in partnership with Brew City and supported by Rational and Brakes, featuring new celebrity chef presentations, guided tastings and demonstrations. PUB20 really is the perfect place to pick up tips and trends, get great advice and inspiration for all things edible and profitable.</li>\r\n 	<li>The show will be full of new ideas too, such as Fever Tree’s <i>DrinkX </i>installation – themed around immersive experiences, innovation and turnkey solutions to bring your pub or bar to life.</li>\r\n 	<li>Pubs are the glue that hold society together, so this year PUB20 will celebrate the people who are all about humanity and hospitality, with their brand-new awards. Designed to recognise the passion of publicans who drive the dynamic pub industry forward, along with pub chefs who are giving the sector a culinary makeover, <i>The Pub Awards</i> will champion the very best pubs in the UK. Winners will be announced on Tuesday 4th February 2020 during a special ceremony at PUB20.</li>\r\n</ul>\r\nThere are new take-away trends to digest, with ‘The PUB Trends Report’ back for a second year – so if you’ve ever wanted to know what your customers look for most in a landlord, be sure to grab a copy!\r\n\r\nRegular visitors to The Pub Show will know that rubbing shoulders with other industry professionals is a key part of PUB20, so be sure to pull up a bar stool at <i>The Watering Hole</i>, designed by Form Creative and fitted out by Faber Bespoke, grab a snack and, of course, have a tipple or two.\r\n\r\nPUB20 Commercial Manager, Alex Booth, said: <em>“PUB20 will showcase the diverse and dynamic UK pub sector, celebrating the passion and innovation in the industry and ensuring visitors who are usually on the other side of the bar get treated to a brilliant day out too!” </em>\r\n\r\nRegister for your free ticket in advance and book your place at the speaker sessions online to avoid disappointment at <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, and follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook and Instagram to keep up to date with news from the show.','First orders called as registration opens for PUB20','','inherit','closed','closed','','6124-revision-v1','','','2019-12-12 09:05:36','2019-12-12 09:05:36','',6124,'https://www.ontradeprogress.com/2019/12/12/6124-revision-v1/',0,'revision','',0),(6126,1,'2019-12-12 09:06:46','2019-12-12 09:06:46','','PUB20','','inherit','closed','closed','','pub_19_day_1_edit_0371_464a9256','','','2020-01-31 11:24:59','2020-01-31 11:24:59','',6124,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Pub_19_Day_1_Edit_0371_464A9256.jpg',0,'attachment','image/jpeg',0),(6127,1,'2019-12-12 09:21:32','2019-12-12 09:21:32','<h1>PUB20, the UK’s only dedicated trade show for the pub industry, is back for a sixth year in February 2020. The free-to-attend show will welcome thousands of pub operators and owners, offering the chance to learn from industry experts, share ideas, meet suppliers, discover the latest industry trends and do some all-important networking with their peers (at the bar of course!).</h1>\r\n<b>The Pub Show Returns to Olympia, 4</b><b>th</b><b> &amp; 5</b><b>th</b><b> February 2020</b>\r\n\r\nOver 200 exhibitors will be tempting taste buds, whetting appetites and engaging brains with everything from food, drinks and vegan snacks, to technology to streamline efficiency and pub quiz providers on display - all under one roof.\r\n\r\nMore than 60 expert speakers will be sharing their knowledge with visitors too. Engaging talks and tastings from industry heavyweights will feature hot topics including sustainability, food revenue opportunities, business growth, recruitment and more, to help improve pub experiences and profits across the country. All sessions are free-to-attend; simply register for your free ticket in advance to book your place.\r\n\r\nPUB20 will support every area of the pub business and, to help keep fingers on the innovation pulse, there will be plenty of refreshing new things to see and do:\r\n<ul>\r\n 	<li>Food, glorious food….reflecting greater demand for pub grub, PUB20 will feature more deliciousness than ever, with a brand-new area called <i>Hungry Business,</i> dedicated to showcasing food and snack providers. The focus on food continues with the <i>Taste Table</i>, in partnership with Brew City and supported by Rational and Brakes, featuring new celebrity chef presentations, guided tastings and demonstrations. PUB20 really is the perfect place to pick up tips and trends, get great advice and inspiration for all things edible and profitable.</li>\r\n 	<li>The show will be full of new ideas too, such as Fever Tree’s <i>DrinkX </i>installation – themed around immersive experiences, innovation and turnkey solutions to bring your pub or bar to life.</li>\r\n 	<li>Pubs are the glue that hold society together, so this year PUB20 will celebrate the people who are all about humanity and hospitality, with their brand-new awards. Designed to recognise the passion of publicans who drive the dynamic pub industry forward, along with pub chefs who are giving the sector a culinary makeover, <i>The Pub Awards</i> will champion the very best pubs in the UK. Winners will be announced on Tuesday 4th February 2020 during a special ceremony at PUB20.</li>\r\n</ul>\r\nThere are new take-away trends to digest, with ‘The PUB Trends Report’ back for a second year – so if you’ve ever wanted to know what your customers look for most in a landlord, be sure to grab a copy!\r\n\r\nRegular visitors to The Pub Show will know that rubbing shoulders with other industry professionals is a key part of PUB20, so be sure to pull up a bar stool at <i>The Watering Hole</i>, designed by Form Creative and fitted out by Faber Bespoke, grab a snack and, of course, have a tipple or two.\r\n\r\nPUB20 Commercial Manager, Alex Booth, said: <em>“PUB20 will showcase the diverse and dynamic UK pub sector, celebrating the passion and innovation in the industry and ensuring visitors who are usually on the other side of the bar get treated to a brilliant day out too!” </em>\r\n\r\nRegister for your free ticket in advance and book your place at the speaker sessions online to avoid disappointment at <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, and follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook and Instagram to keep up to date with news from the show.','First orders called as registration opens for PUB20','','inherit','closed','closed','','6124-revision-v1','','','2019-12-12 09:21:32','2019-12-12 09:21:32','',6124,'https://www.ontradeprogress.com/2019/12/12/6124-revision-v1/',0,'revision','',0),(6128,1,'2019-12-12 09:23:07','2019-12-12 09:23:07','<h1>PUB20, the UK’s only dedicated trade show for the pub industry, is back for a sixth year in February 2020. The free-to-attend show will welcome thousands of pub operators and owners, offering the chance to learn from industry experts, share ideas, meet suppliers, discover the latest industry trends and do some all-important networking with their peers (at the bar of course!).</h1>\r\n<b>The Pub Show Returns to Olympia, 4</b><b>th</b><b> &amp; 5</b><b>th</b><b> February 2020.</b>\r\n\r\nOver 200 exhibitors will be tempting taste buds, whetting appetites and engaging brains with everything from food, drinks and vegan snacks, to technology to streamline efficiency and pub quiz providers on display - all under one roof.\r\n\r\nMore than 60 expert speakers will be sharing their knowledge with visitors too. Engaging talks and tastings from industry heavyweights will feature hot topics including sustainability, food revenue opportunities, business growth, recruitment and more, to help improve pub experiences and profits across the country. All sessions are free-to-attend; simply register for your free ticket in advance to book your place.\r\n\r\nPUB20 will support every area of the pub business and, to help keep fingers on the innovation pulse, there will be plenty of refreshing new things to see and do:\r\n<ul>\r\n 	<li>Food, glorious food….reflecting greater demand for pub grub, PUB20 will feature more deliciousness than ever, with a brand-new area called <i>Hungry Business,</i> dedicated to showcasing food and snack providers. The focus on food continues with the <i>Taste Table</i>, in partnership with Brew City and supported by Rational and Brakes, featuring new celebrity chef presentations, guided tastings and demonstrations. PUB20 really is the perfect place to pick up tips and trends, get great advice and inspiration for all things edible and profitable.</li>\r\n 	<li>The show will be full of new ideas too, such as Fever Tree’s <i>DrinkX </i>installation – themed around immersive experiences, innovation and turnkey solutions to bring your pub or bar to life.</li>\r\n 	<li>Pubs are the glue that hold society together, so this year PUB20 will celebrate the people who are all about humanity and hospitality, with their brand-new awards. Designed to recognise the passion of publicans who drive the dynamic pub industry forward, along with pub chefs who are giving the sector a culinary makeover, <i>The Pub Awards</i> will champion the very best pubs in the UK. Winners will be announced on Tuesday 4th February 2020 during a special ceremony at PUB20.</li>\r\n</ul>\r\nThere are new take-away trends to digest, with ‘The PUB Trends Report’ back for a second year – so if you’ve ever wanted to know what your customers look for most in a landlord, be sure to grab a copy!\r\n\r\nRegular visitors to The Pub Show will know that rubbing shoulders with other industry professionals is a key part of PUB20, so be sure to pull up a bar stool at <i>The Watering Hole</i>, designed by Form Creative and fitted out by Faber Bespoke, grab a snack and, of course, have a tipple or two.\r\n\r\nPUB20 Commercial Manager, Alex Booth, said: <em>“PUB20 will showcase the diverse and dynamic UK pub sector, celebrating the passion and innovation in the industry and ensuring visitors who are usually on the other side of the bar get treated to a brilliant day out too!” </em>\r\n\r\nRegister for your free ticket in advance and book your place at the speaker sessions online to avoid disappointment at <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, and follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook and Instagram to keep up to date with news from the show.','First orders called as registration opens for PUB20','','inherit','closed','closed','','6124-revision-v1','','','2019-12-12 09:23:07','2019-12-12 09:23:07','',6124,'https://www.ontradeprogress.com/2019/12/12/6124-revision-v1/',0,'revision','',0),(6129,1,'2019-12-12 09:58:46','2019-12-12 09:58:46','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b>11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces new CEO and CFO','','publish','closed','open','','fourth-announces-clinton-anderson-and-john-whitmarsh-as-new-ceo-and-cfo','','','2019-12-12 09:59:37','2019-12-12 09:59:37','',0,'https://www.ontradeprogress.com/?p=6129',0,'post','',0),(6130,1,'2019-12-12 09:32:28','2019-12-12 09:32:28','','Ben Hood CEO','','inherit','closed','closed','','ben-hood-ceo','','','2019-12-12 09:33:02','2019-12-12 09:33:02','',6129,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Ben-Hood-CEO.jpg',0,'attachment','image/jpeg',0),(6131,1,'2019-12-12 09:33:06','2019-12-12 09:33:06','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b><img class=\"alignright size-medium wp-image-6130\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Ben-Hood-CEO-199x300.jpg\" alt=\"Ben Hood New CEO of Fourth\" width=\"199\" height=\"300\" />11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces Clinton Anderson and John Whitmarsh as new CEO and CFO','','inherit','closed','closed','','6129-revision-v1','','','2019-12-12 09:33:06','2019-12-12 09:33:06','',6129,'https://www.ontradeprogress.com/2019/12/12/6129-revision-v1/',0,'revision','',0),(6132,1,'2019-12-12 09:33:45','2019-12-12 09:33:45','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b><img class=\" wp-image-6130 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Ben-Hood-CEO-199x300.jpg\" alt=\"Ben Hood New CEO of Fourth\" width=\"393\" height=\"592\" />11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces Clinton Anderson and John Whitmarsh as new CEO and CFO','','inherit','closed','closed','','6129-revision-v1','','','2019-12-12 09:33:45','2019-12-12 09:33:45','',6129,'https://www.ontradeprogress.com/2019/12/12/6129-revision-v1/',0,'revision','',0),(6133,1,'2019-12-12 09:33:59','2019-12-12 09:33:59','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b><img class=\" wp-image-6130 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Ben-Hood-CEO-199x300.jpg\" alt=\"Ben Hood New CEO of Fourth\" width=\"411\" height=\"619\" />11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces Clinton Anderson and John Whitmarsh as new CEO and CFO','','inherit','closed','closed','','6129-revision-v1','','','2019-12-12 09:33:59','2019-12-12 09:33:59','',6129,'https://www.ontradeprogress.com/2019/12/12/6129-revision-v1/',0,'revision','',0),(6134,1,'2019-12-12 09:34:18','2019-12-12 09:34:18','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b><img class=\" wp-image-6130 alignleft\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/12/Ben-Hood-CEO-199x300.jpg\" alt=\"Ben Hood New CEO of Fourth\" width=\"263\" height=\"397\" />11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces Clinton Anderson and John Whitmarsh as new CEO and CFO','','inherit','closed','closed','','6129-revision-v1','','','2019-12-12 09:34:18','2019-12-12 09:34:18','',6129,'https://www.ontradeprogress.com/2019/12/12/6129-revision-v1/',0,'revision','',0),(6135,1,'2019-12-12 09:43:59','2019-12-12 09:43:59','','Ben Hood CEO','','inherit','closed','closed','','fourth_1600x550-otp','','','2019-12-12 09:52:54','2019-12-12 09:52:54','',6129,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Fourth_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6136,1,'2019-12-12 09:44:34','2019-12-12 09:44:34','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b>11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces Clinton Anderson and John Whitmarsh as new CEO and CFO','','inherit','closed','closed','','6129-revision-v1','','','2019-12-12 09:44:34','2019-12-12 09:44:34','',6129,'https://www.ontradeprogress.com/2019/12/12/6129-revision-v1/',0,'revision','',0),(6139,1,'2019-12-12 09:53:33','2019-12-12 09:53:33','','Fourth OTP','','inherit','closed','closed','','fourth_1600x550-otp-2','','','2019-12-12 09:54:08','2019-12-12 09:54:08','',6129,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Fourth_1600x550-OTP-1.jpg',0,'attachment','image/jpeg',0),(6140,1,'2019-12-12 09:57:25','2019-12-12 09:57:25','','Fourth_1600x550 OTP02','','inherit','closed','closed','','fourth_1600x550-otp02','','','2019-12-12 09:57:25','2019-12-12 09:57:25','',6129,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/Fourth_1600x550-OTP02.jpg',0,'attachment','image/jpeg',0),(6141,1,'2019-12-12 09:59:37','2019-12-12 09:59:37','<h1>Leading the company to its next phase of growth, Clinton Anderson will succeed Ben Hood as CEO, John Whitmarsh joins as CFO.</h1>\r\n<b>11 December 2019: </b>Fourth Enterprises, LLC, parent company of HotSchedules and Fourth, a leading provider of workforce, inventory and operations management solutions to the global restaurant and hospitality industry, today announced the appointment of Clinton Anderson as its new Chief Executive Officer (CEO).\r\n\r\nClinton has a proven track record of innovation and success within the hospitality industry, most recently as President of the Hospitality Solutions business at Sabre, a global public company with over $4 billion in sales.\r\n\r\nClinton joined Sabre in 2014, and has served in multiple roles from corporate strategy to managing the Traveler Experience business, to his most recent role leading Sabre Hospitality Solutions providing reservation and operations software to 40,000 hotels in over 160 countries. Previously, Clinton spent nearly 20 years at Bain &amp; Company where he developed growth, operations and M&amp;A strategy for clients across the United States and Europe.\r\n\r\nCommenting on the development, Ben Hood, founding CEO of Fourth, said: “While stepping away from a company and customer base that I have grown and been passionate about for over 20 years is never easy, one of the key aspects of a good leader is to know the right time to transition. Clinton is the right person to lead the organisation into the future, given his strong experience and proven ability to drive results at scale. The future is bright for this organisation and I will be cheering for its continued success.”\r\n\r\nDoug Bayerd, principal at Marlin Equity Partners, said: “Clinton has breadth of business experience and strategic vision to lead the organisation in the next stage of its growth. This includes a commitment to our people and core values, and a focus on delivering value to both the customer and the end users. On behalf of the board, we look forward to working closely with Clinton as CEO.\r\n\r\n<em>“At the same time, we thank Ben for all he has done and wish him well. He has been an exemplary leader during this critical time of transition and of Fourth for over 20 years. We are grateful for his leadership as we brought these businesses together to create a global champion in the restaurant and hospitality software industry.”</em>\r\n\r\nCommenting on his appointment, Anderson said: “I am truly honoured to lead as Fourth Enterprises’ CEO. I look forward to working closely with our exceptional senior leadership team and all employees as we continue to create and sell products that improve the lives of millions of users. Fourth and HotSchedules have an incredibly talented team that shares a common passion for delivering results for our customers. Together, we will drive innovation and growth by remaining focused on providing our customers with the solutions they need to be successful and providing exceptional experiences for our people.”\r\n\r\nIn conjunction with this announcement, Fourth Enterprises is also pleased to announce John Whitmarsh as Chief Financial Officer. As CFO, Whitmarsh brings over two decades of financial management expertise to the executive team, having played a pivotal role in growing multiple private equity-backed SaaS and technology companies.\r\n\r\nPrior to joining the team, Whitmarsh served as the CFO of Vyze, which was recently acquired by MasterCard. Previously, Whitmarsh was the CFO for Zenoss Inc., a provider of unified IT monitoring and management solutions for physical, virtual and cloud-based IT infrastructures. He also held CFO roles at Century Payments (Worldpay), Misys Transactions Services (Allscripts), Digital Motorworks (ADP) and MessageOne (Dell), where he was named 2009 Best CFO for private companies by the Austin Business Journal. He graduated from The University of Texas at Austin.\r\n\r\nHe said: <em>“HotSchedules and Fourth have long served as technology leaders in the restaurant and hospitality industries and I am ecstatic to join the team as it embarks on its next stage of growth.”</em>','Fourth announces new CEO and CFO','','inherit','closed','closed','','6129-revision-v1','','','2019-12-12 09:59:37','2019-12-12 09:59:37','',6129,'https://www.ontradeprogress.com/2019/12/12/6129-revision-v1/',0,'revision','',0),(6143,1,'2019-12-19 14:52:03','2019-12-19 14:52:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #32','','publish','closed','closed','','ontrade-progress-issue-32','','','2020-01-29 09:37:34','2020-01-29 09:37:34','',0,'https://www.ontradeprogress.com/?page_id=6143',0,'page','',0),(6144,1,'2019-12-19 14:52:03','2019-12-19 14:52:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','','','inherit','closed','closed','','6143-revision-v1','','','2019-12-19 14:52:03','2019-12-19 14:52:03','',6143,'https://www.ontradeprogress.com/2019/12/19/6143-revision-v1/',0,'revision','',0),(6145,1,'2019-12-19 14:52:32','2019-12-19 14:52:32','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #32','','inherit','closed','closed','','6143-revision-v1','','','2019-12-19 14:52:32','2019-12-19 14:52:32','',6143,'https://www.ontradeprogress.com/2019/12/19/6143-revision-v1/',0,'revision','',0),(6146,1,'2019-12-19 14:54:47','2019-12-19 14:54:47','<p>[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]</p><p style=\"text-align: center;\">Issue #32</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]</p><p style=\"text-align: center;\">Issue #32</p><p>[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]</p>','Ontrade Progress issue #32','','inherit','closed','closed','','6143-autosave-v1','','','2019-12-19 14:54:47','2019-12-19 14:54:47','',6143,'https://www.ontradeprogress.com/2019/12/19/6143-autosave-v1/',0,'revision','',0),(6147,1,'2019-12-19 14:54:57','2019-12-19 14:54:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #32','','inherit','closed','closed','','6143-revision-v1','','','2019-12-19 14:54:57','2019-12-19 14:54:57','',6143,'https://www.ontradeprogress.com/2019/12/19/6143-revision-v1/',0,'revision','',0),(6148,1,'2019-12-19 14:55:54','2019-12-19 14:55:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzFfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #32','','inherit','closed','closed','','276-revision-v1','','','2019-12-19 14:55:54','2019-12-19 14:55:54','',276,'https://www.ontradeprogress.com/2019/12/19/276-revision-v1/',0,'revision','',0),(6149,1,'2019-12-19 14:56:12','2019-12-19 14:56:12','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #32','','inherit','closed','closed','','276-revision-v1','','','2019-12-19 14:56:12','2019-12-19 14:56:12','',276,'https://www.ontradeprogress.com/2019/12/19/276-revision-v1/',0,'revision','',0),(6150,1,'2019-12-19 14:57:17','2019-12-19 14:57:17','','32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px','','inherit','closed','closed','','32_on-trade-progress_cover_issue-32_300x330px','','','2019-12-19 14:57:32','2019-12-19 14:57:32','',8,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_300x330px.png',0,'attachment','image/png',0),(6151,1,'2019-12-19 14:57:39','2019-12-19 14:57:39','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI1NCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-12-19 14:57:39','2019-12-19 14:57:39','',8,'https://www.ontradeprogress.com/2019/12/19/8-revision-v1/',0,'revision','',0),(6152,1,'2019-12-19 14:58:42','2019-12-19 14:58:42','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiIxNCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtcG9zaXRpb24iOiJjZW50ZXIgYm90dG9tIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsInBhZGRpbmctcmlnaHQiOiIwIiwicGFkZGluZy1sZWZ0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotY2VudGVyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-12-19 14:58:42','2019-12-19 14:58:42','',8,'https://www.ontradeprogress.com/2019/12/19/8-revision-v1/',0,'revision','',0),(6153,1,'2019-12-19 14:58:59','2019-12-19 14:58:59','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy10b3AiOiI0IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-12-19 14:58:59','2019-12-19 14:58:59','',8,'https://www.ontradeprogress.com/2019/12/19/8-revision-v1/',0,'revision','',0),(6154,1,'2019-12-19 14:59:11','2019-12-19 14:59:11','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2019-12-19 14:59:11','2019-12-19 14:59:11','',8,'https://www.ontradeprogress.com/2019/12/19/8-revision-v1/',0,'revision','',0),(6155,1,'2019-12-19 15:02:40','2019-12-19 15:02:40','','32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px','','inherit','closed','closed','','32_on-trade-progress_cover_issue-32_620x861px','','','2019-12-19 15:02:50','2019-12-19 15:02:50','',23,'https://www.ontradeprogress.com/wp-content/uploads/2019/12/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_620x861px.png',0,'attachment','image/png',0),(6156,1,'2019-12-19 15:02:52','2019-12-19 15:02:52','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6155\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyME1pY2hlbGluJTIwc3RhcnJlZCUyMGNoZWYlMkMlMjBTYWxseSUyMEFiZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIweW91JTIwY2FuJTIwa2VlcCUyMHVwJTIwd2l0aCUyMHRoZSUyMGNvZmZlZSUyMHNob3AlMjBib29t\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwU21hcnQlMjBlbmVyZ3klMjB0ZWNobm9sb2d5JTIwZW5lcmd5JTIwc2F2aW5ncw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW1wcm92ZSUyMHlvdXIlMjBlbXBsb3llZSUyMGV4cGVyaWVuY2U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSG93JTIweW91JTIwY2FuJTIwbWFrZSUyMHRoZSUyMG1vc3QlMjBvZiUyMGluc3RhZ3JhbSUyMGZvciUyMHlvdXIlMjBiYXIlMjBvciUyMHJlc3RhdXJhbnQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwRmVzdGl2ZSUyMGJlZXIlMjBhbmQlMjBmb29kJTIwcGFpcmluZ3M=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbXVjaCUyMG1vcmUh\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-12-19 15:02:52','2019-12-19 15:02:52','',23,'https://www.ontradeprogress.com/2019/12/19/23-revision-v1/',0,'revision','',0),(6157,1,'2019-12-19 15:11:22','2019-12-19 15:11:22','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"300\" media_size_image_width=\"216\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6155\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG9zcGl0YWxpdHklMjBhbmQlMjBtZW51JTIwdHJlbmRzJTIwZm9yJTIwMjAyMA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGV0ZSUyMEJyb3duJTIwdGVsbHMlMjB1cyUyMHdoeSUyMGxvdyUyMCUyNiUyMG5vJTIwaXMlMjBoZXJlJTIwdG8lMjBzdGF5\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwcGFuZWwlMjB0ZXN0JTIwc29tZSUyMGxvdyUyMCUyNiUyMG5vJTIwb3B0aW9ucyUyMG9uJTIwdGhlJTIwbWFya2V0\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVGlwcyUyMGZvciUyMHJlc3RhdXJhbnQlMjBlbWFpbCUyMG1hcmtldGluZw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVGlwcyUyMG9uJTIwaG93JTIwdG8lMjBlbnN1cmUlMjBiZXN0JTIwcHJhY3Rpc2UlMjB3aGVuJTIwaXQlMjBjb21lcyUyMHRvJTIweW91ciUyMGdsYXNzd2FyZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVmVnYW51YXJ5JTIwaXMlMjBhcHByb2FjaGluZyUyMC0lMjB3ZSUyMGJyZWFrJTIwZG93biUyMHRoZSUyMGZhY3RzJTIwYmVoaW5kJTIwdGhlJTIwdHJlbmQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2019-12-19 15:11:22','2019-12-19 15:11:22','',23,'https://www.ontradeprogress.com/2019/12/19/23-revision-v1/',0,'revision','',0),(6159,1,'2020-01-04 10:27:01','2020-01-04 10:27:01','<h1><strong>Beer Hawk FRESH to distribute Fix8 Kombucha</strong></h1>\r\nBeer Hawk FRESH is expanding its range of premium drinks with the addition of the Fix8 Kombucha range to its chilled supply chain.\r\n\r\nThe distribution partnership between Beer Hawk FRESH and Fix8 means that bars and retailers can now order freshly-fermented kombucha from a refrigerated warehouse to be delivered in top quality, chilled condition, in both bottle and keg.\r\n\r\nThe three-flavour Fix8 range will be available same-day to London customers, and for next-day delivery across the UK.\r\n\r\nAndrew Morgan, Head of Beer Hawk FRESH, said: “The Fix8 range complements the expanding choice of brewery-fresh beers we distribute, and further demonstrates the benefits of our partnership approach to working with craft drinks producers.\r\n\r\n“With consumers increasingly expecting to be offered a broad range of premium drinks in prime condition, we’re delighted to be expanding our offer to on-trade and off-trade retailers with the addition of the Fix8 range. For operators looking for a premium non-alcoholic offering to engage customer interest, which is important during Dry January and increasingly all year round, it enhances the choice of brands we offer.”\r\n\r\nBeer Hawk FRESH is part of ZX Ventures, the global growth and innovation group of AB InBev, and operates a chilled supply chain, supplying brewery-fresh beer from its refrigerated warehouse in Central London.','Beer Hawk FRESH expands range of premium drinks','','publish','closed','open','','beer-hawk-fresh-expands-range-of-premium-drinks','','','2020-01-04 10:27:17','2020-01-04 10:27:17','',0,'https://www.ontradeprogress.com/?p=6159',0,'post','',0),(6160,1,'2020-01-04 10:22:01','2020-01-04 10:22:01','<h1><strong>Beer Hawk FRESH to distribute Fix8 Kombucha</strong></h1>\r\nBeer Hawk FRESH is expanding its range of premium drinks with the addition of the Fix8 Kombucha range to its chilled supply chain.\r\n\r\nThe distribution partnership between Beer Hawk FRESH and Fix8 means that bars and retailers can now order freshly-fermented kombucha from a refrigerated warehouse to be delivered in top quality, chilled condition, in both bottle and keg.\r\n\r\nThe three-flavour Fix8 range will be available same-day to London customers, and for next-day delivery across the UK.\r\n\r\nAndrew Morgan, Head of Beer Hawk FRESH, said: “The Fix8 range complements the expanding choice of brewery-fresh beers we distribute, and further demonstrates the benefits of our partnership approach to working with craft drinks producers.\r\n\r\n“With consumers increasingly expecting to be offered a broad range of premium drinks in prime condition, we’re delighted to be expanding our offer to on-trade and off-trade retailers with the addition of the Fix8 range. For operators looking for a premium non-alcoholic offering to engage customer interest, which is important during Dry January and increasingly all year round, it enhances the choice of brands we offer.”','Beer Hawk FRESH expands range of premium drinks','','inherit','closed','closed','','6159-revision-v1','','','2020-01-04 10:22:01','2020-01-04 10:22:01','',6159,'https://www.ontradeprogress.com/2020/01/04/6159-revision-v1/',0,'revision','',0),(6161,1,'2020-01-04 10:23:07','2020-01-04 10:23:07','','Fix8_Kombucha range','','inherit','closed','closed','','fix8_kombucha-range','','','2020-01-04 10:23:29','2020-01-04 10:23:29','',6159,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Fix8_Kombucha-range.jpg',0,'attachment','image/jpeg',0),(6162,1,'2020-01-04 10:27:01','2020-01-04 10:27:01','<h1><strong>Beer Hawk FRESH to distribute Fix8 Kombucha</strong></h1>\r\nBeer Hawk FRESH is expanding its range of premium drinks with the addition of the Fix8 Kombucha range to its chilled supply chain.\r\n\r\nThe distribution partnership between Beer Hawk FRESH and Fix8 means that bars and retailers can now order freshly-fermented kombucha from a refrigerated warehouse to be delivered in top quality, chilled condition, in both bottle and keg.\r\n\r\nThe three-flavour Fix8 range will be available same-day to London customers, and for next-day delivery across the UK.\r\n\r\nAndrew Morgan, Head of Beer Hawk FRESH, said: “The Fix8 range complements the expanding choice of brewery-fresh beers we distribute, and further demonstrates the benefits of our partnership approach to working with craft drinks producers.\r\n\r\n“With consumers increasingly expecting to be offered a broad range of premium drinks in prime condition, we’re delighted to be expanding our offer to on-trade and off-trade retailers with the addition of the Fix8 range. For operators looking for a premium non-alcoholic offering to engage customer interest, which is important during Dry January and increasingly all year round, it enhances the choice of brands we offer.”\r\n\r\nBeer Hawk FRESH is part of ZX Ventures, the global growth and innovation group of AB InBev, and operates a chilled supply chain, supplying brewery-fresh beer from its refrigerated warehouse in Central London.','Beer Hawk FRESH expands range of premium drinks','','inherit','closed','closed','','6159-revision-v1','','','2020-01-04 10:27:01','2020-01-04 10:27:01','',6159,'https://www.ontradeprogress.com/2020/01/04/6159-revision-v1/',0,'revision','',0),(6163,1,'2020-01-07 09:10:53','2020-01-07 09:10:53','<h1>PubAid, the organisation dedicated to promoting pubs as a force for good, has appointed Keith Bott MBE as its first ever President. The founder of Titanic Brewery and former chairman of the Society of Independent Brewers (SIBA) takes up the position in January 2020, and will serve for two years.</h1>\r\nBott’s appointment comes as PubAid enters its second decade. Founded in 2009 by a group of senior pub industry figures, it has helped to shape more positive perceptions of the great British pub, through research showing that pubs raise more than £100 million every year for hundreds of charities and local causes. Last year, a PubAid-commissioned survey revealed that pubs also provide an estimated £40m per year in financial and in-kind support to grassroots sports.\r\n\r\nPubAid co-founder Des O’Flanagan said: <em>“We’re delighted that Keith has agreed to become our first President and confident that his highly respected status both within and outside the pub industry will be a tremendous boost to the work of PubAid. </em>\r\n\r\n<em>“Keith’s appointment marks a new chapter for PubAid, as we look to expand our communications around pubs’ support for charities and their local communities to a wider audience. </em>\r\n\r\n<em>“In the decade since we founded PubAid, pubs have raised an estimated £1 billion for charities and causes; we think that’s a figure that everyone in the industry should be proud of, and everyone outside it should know about!”</em>\r\n\r\nBott said: <em>“I was honoured to be asked to become President of PubAid, an organisation I’ve admired since its foundation. Throughout my years in the industry, pubs have been at the heart of their communities and have had community at their heart, including our 13 Titanic pubs.</em>\r\n\r\n<em> “I’m looking forward to helping the PubAid team continue to spread the word about the pivotal role pubs play in their communities, and ensuring that their contribution to society’s wellbeing is always recognised by policymakers.”</em>','PubAid names Keith Bott as its first President','','publish','closed','open','','pubaid-names-keith-bott-as-its-first-president','','','2020-01-07 09:10:53','2020-01-07 09:10:53','',0,'https://www.ontradeprogress.com/?p=6163',0,'post','',0);
INSERT INTO `wpfr_posts` VALUES (6165,1,'2020-01-07 09:07:25','2020-01-07 09:07:25','<h1>PubAid, the organisation dedicated to promoting pubs as a force for good, has appointed Keith Bott MBE as its first ever President. The founder of Titanic Brewery and former chairman of the Society of Independent Brewers (SIBA) takes up the position in January 2020, and will serve for two years.</h1>\r\nBott’s appointment comes as PubAid enters its second decade. Founded in 2009 by a group of senior pub industry figures, it has helped to shape more positive perceptions of the great British pub, through research showing that pubs raise more than £100 million every year for hundreds of charities and local causes. Last year, a PubAid-commissioned survey revealed that pubs also provide an estimated £40m per year in financial and in-kind support to grassroots sports.\r\n\r\nPubAid co-founder Des O’Flanagan said: <em>“We’re delighted that Keith has agreed to become our first President and confident that his highly respected status both within and outside the pub industry will be a tremendous boost to the work of PubAid. </em>\r\n\r\n<em>“Keith’s appointment marks a new chapter for PubAid, as we look to expand our communications around pubs’ support for charities and their local communities to a wider audience. </em>\r\n\r\n<em>“In the decade since we founded PubAid, pubs have raised an estimated £1 billion for charities and causes; we think that’s a figure that everyone in the industry should be proud of, and everyone outside it should know about!”</em>\r\n\r\nBott said: <em>“I was honoured to be asked to become President of PubAid, an organisation I’ve admired since its foundation. Throughout my years in the industry, pubs have been at the heart of their communities and have had community at their heart, including our 13 Titanic pubs.</em>\r\n\r\n<em> “I’m looking forward to helping the PubAid team continue to spread the word about the pivotal role pubs play in their communities, and ensuring that their contribution to society’s wellbeing is always recognised by policymakers.”</em>','PubAid names Keith Bott as its first President','','inherit','closed','closed','','6163-revision-v1','','','2020-01-07 09:07:25','2020-01-07 09:07:25','',6163,'https://www.ontradeprogress.com/2020/01/07/6163-revision-v1/',0,'revision','',0),(6166,1,'2020-01-07 09:07:53','2020-01-07 09:07:53','','Keith Bott','Keith Bott named first PubAid President','inherit','closed','closed','','keithbottpubaid','','','2020-01-07 09:09:01','2020-01-07 09:09:01','',6163,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/KeithBottPubAid.jpg',0,'attachment','image/jpeg',0),(6167,1,'2020-01-07 09:18:16','2020-01-07 09:18:16','<h1>Sky Sports has confirmed its latest batch of live Premier League games, with more crunch clashes at the top of the table on the schedule as the title and top-four races gather pace.</h1>\r\nThe current top six - Liverpool, Leicester, Manchester City, Chelsea, Tottenham and Manchester United - all feature in front of the Sky cameras during February as the competition heats up.\r\n\r\nLeaders Liverpool have televised <em>Saturday Night Football</em> trips to Norwich (February 15) and Watford (February 29) to look forward to, as well as a<em> Monday Night Football</em> clash with West Ham at Anfield (February 24).\r\n\r\nWill champions Manchester City be able to cut the gap at the top of the table in early 2020? Pep Guardiola\'s side travel to Tottenham on Sunday February 2, and take on their current closest rivals, Leicester, at the King Power Stadium on February 22.\r\n\r\nOle Gunnar Solskjaer\'s Manchester United kick off February on Sky Sports by hosting Wolves (Saturday February 1), while Arsenal travel to Burnley on the first <em>Super Sunday</em> of the month\r\n\r\nThe Premier League fixtures will be split across the weekends of February 8/9 and 15/16 as the competition takes its first winter break.\r\n\r\n<strong>Latest confirmed Premier League games live on Sky</strong>\r\n\r\nSat Feb 1: <strong>Man Utd vs Wolves</strong> (5.30pm)\r\n\r\nSun Feb 2: <strong>Burnley vs Arsenal</strong> (2pm)\r\n\r\nSun Feb 2: <strong>Tottenham vs Man City</strong> (4.30pm)\r\n\r\nSun Feb 9: <strong>Man City vs West Ham</strong> (4.30pm)\r\n\r\nSat Feb 15: <strong>Norwich City vs Liverpool</strong> (5.30pm)\r\n\r\nSun Feb 16: <strong>Aston Villa vs Tottenham</strong> (2pm)\r\n\r\nSun Feb 16: <strong>Arsenal vs Newcastle</strong> (4.30pm)\r\n\r\nMon Feb 17: <strong>Chelsea vs Man Utd</strong> (8pm)\r\n\r\nSat Feb 22: <strong>Leicester vs Man City</strong> (5.30pm)\r\n\r\nSun Feb 23: <strong>Arsenal vs Everton</strong> (4.30pm)\r\n\r\nMon Feb 24: <strong>Liverpool vs West Ham</strong> (8pm)\r\n\r\nFri Feb 28: <strong>Norwich vs Leicester</strong> (8pm)*\r\n\r\nSat Feb 29: <strong>Watford vs Liverpool</strong> (5.30pm)\r\n\r\nSun Mar 1: <strong>Man City vs Arsenal</strong> (2pm)**\r\n\r\nSun Mar 1: <strong>Everton vs Man Utd</strong> (2pm)**\r\n\r\n<em>* subject to Leicester\'s possible participation in the EFL Cup final\r\n** subject to EFL Cup final</em>','Sky Sports announces February’s Premier League fixtures','','publish','closed','open','','sky-sports-announces-februarys-premier-league-fixtures','','','2020-01-07 09:18:16','2020-01-07 09:18:16','',0,'https://www.ontradeprogress.com/?p=6167',0,'post','',0),(6168,1,'2020-01-07 09:13:56','2020-01-07 09:13:56','','Sky Sports','Sky Sports Premier League fixtures','inherit','closed','closed','','skysports-premier-league-fixtures_4709655','','','2020-01-07 09:14:57','2020-01-07 09:14:57','',6167,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/skysports-premier-league-fixtures_4709655.jpg',0,'attachment','image/jpeg',0),(6169,1,'2020-01-07 09:15:30','2020-01-07 09:15:30','<h1>Sky Sports has confirmed its latest batch of live Premier League games, with more crunch clashes at the top of the table on the schedule as the title and top-four races gather pace.</h1>\r\nThe current top six - Liverpool, Leicester, Manchester City, Chelsea, Tottenham and Manchester United - all feature in front of the Sky cameras during February as the competition heats up.\r\n\r\nLeaders Liverpool have televised <em>Saturday Night Football</em> trips to Norwich (February 15) and Watford (February 29) to look forward to, as well as a<em> Monday Night Football</em> clash with West Ham at Anfield (February 24).\r\n\r\nWill champions Manchester City be able to cut the gap at the top of the table in early 2020? Pep Guardiola\'s side travel to Tottenham on Sunday February 2, and take on their current closest rivals, Leicester, at the King Power Stadium on February 22.\r\n\r\nOle Gunnar Solskjaer\'s Manchester United kick off February on Sky Sports by hosting Wolves (Saturday February 1), while Arsenal travel to Burnley on the first <em>Super Sunday</em> of the month\r\n\r\nThe Premier League fixtures will be split across the weekends of February 8/9 and 15/16 as the competition takes its first winter break.\r\n\r\n<strong>Latest confirmed Premier League games live on Sky</strong>\r\n\r\nSat Feb 1: Man Utd vs Wolves (5.30pm)\r\n\r\nSun Feb 2: Burnley vs Arsenal (2pm)\r\n\r\nSun Feb 2: Tottenham vs Man City (4.30pm)\r\n\r\nSun Feb 9: Man City vs West Ham (4.30pm)\r\n\r\nSat Feb 15: Norwich City vs Liverpool (5.30pm)\r\n\r\nSun Feb 16: Aston Villa vs Tottenham (2pm)\r\n\r\nSun Feb 16: Arsenal vs Newcastle (4.30pm)\r\n\r\nMon Feb 17: Chelsea vs Man Utd (8pm)\r\n\r\nSat Feb 22: Leicester vs Man City (5.30pm)\r\n\r\nSun Feb 23: Arsenal vs Everton (4.30pm)\r\n\r\nMon Feb 24: Liverpool vs West Ham (8pm)\r\n\r\nFri Feb 28: Norwich vs Leicester (8pm)*\r\n\r\nSat Feb 29: Watford vs Liverpool (5.30pm)\r\n\r\nSun Mar 1: Man City vs Arsenal (2pm)**\r\n\r\nSun Mar 1: Everton vs Man Utd (2pm)**\r\n\r\n<em>* subject to Leicester\'s possible participation in the EFL Cup final\r\n** subject to EFL Cup final</em>','Sky Sports Announces February’s Premier League Fixtures','','inherit','closed','closed','','6167-revision-v1','','','2020-01-07 09:15:30','2020-01-07 09:15:30','',6167,'https://www.ontradeprogress.com/2020/01/07/6167-revision-v1/',0,'revision','',0),(6170,1,'2020-01-07 09:18:16','2020-01-07 09:18:16','<h1>Sky Sports has confirmed its latest batch of live Premier League games, with more crunch clashes at the top of the table on the schedule as the title and top-four races gather pace.</h1>\r\nThe current top six - Liverpool, Leicester, Manchester City, Chelsea, Tottenham and Manchester United - all feature in front of the Sky cameras during February as the competition heats up.\r\n\r\nLeaders Liverpool have televised <em>Saturday Night Football</em> trips to Norwich (February 15) and Watford (February 29) to look forward to, as well as a<em> Monday Night Football</em> clash with West Ham at Anfield (February 24).\r\n\r\nWill champions Manchester City be able to cut the gap at the top of the table in early 2020? Pep Guardiola\'s side travel to Tottenham on Sunday February 2, and take on their current closest rivals, Leicester, at the King Power Stadium on February 22.\r\n\r\nOle Gunnar Solskjaer\'s Manchester United kick off February on Sky Sports by hosting Wolves (Saturday February 1), while Arsenal travel to Burnley on the first <em>Super Sunday</em> of the month\r\n\r\nThe Premier League fixtures will be split across the weekends of February 8/9 and 15/16 as the competition takes its first winter break.\r\n\r\n<strong>Latest confirmed Premier League games live on Sky</strong>\r\n\r\nSat Feb 1: <strong>Man Utd vs Wolves</strong> (5.30pm)\r\n\r\nSun Feb 2: <strong>Burnley vs Arsenal</strong> (2pm)\r\n\r\nSun Feb 2: <strong>Tottenham vs Man City</strong> (4.30pm)\r\n\r\nSun Feb 9: <strong>Man City vs West Ham</strong> (4.30pm)\r\n\r\nSat Feb 15: <strong>Norwich City vs Liverpool</strong> (5.30pm)\r\n\r\nSun Feb 16: <strong>Aston Villa vs Tottenham</strong> (2pm)\r\n\r\nSun Feb 16: <strong>Arsenal vs Newcastle</strong> (4.30pm)\r\n\r\nMon Feb 17: <strong>Chelsea vs Man Utd</strong> (8pm)\r\n\r\nSat Feb 22: <strong>Leicester vs Man City</strong> (5.30pm)\r\n\r\nSun Feb 23: <strong>Arsenal vs Everton</strong> (4.30pm)\r\n\r\nMon Feb 24: <strong>Liverpool vs West Ham</strong> (8pm)\r\n\r\nFri Feb 28: <strong>Norwich vs Leicester</strong> (8pm)*\r\n\r\nSat Feb 29: <strong>Watford vs Liverpool</strong> (5.30pm)\r\n\r\nSun Mar 1: <strong>Man City vs Arsenal</strong> (2pm)**\r\n\r\nSun Mar 1: <strong>Everton vs Man Utd</strong> (2pm)**\r\n\r\n<em>* subject to Leicester\'s possible participation in the EFL Cup final\r\n** subject to EFL Cup final</em>','Sky Sports announces February’s Premier League fixtures','','inherit','closed','closed','','6167-revision-v1','','','2020-01-07 09:18:16','2020-01-07 09:18:16','',6167,'https://www.ontradeprogress.com/2020/01/07/6167-revision-v1/',0,'revision','',0),(6171,1,'2020-01-07 13:48:06','2020-01-07 13:48:06','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0yMDAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2020-01-07 13:48:06','2020-01-07 13:48:06','',8,'https://www.ontradeprogress.com/2020/01/07/8-revision-v1/',0,'revision','',0),(6172,1,'2020-01-07 13:48:56','2020-01-07 13:48:56','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2020-01-07 13:48:56','2020-01-07 13:48:56','',8,'https://www.ontradeprogress.com/2020/01/07/8-revision-v1/',0,'revision','',0),(6173,1,'2020-01-09 08:29:36','2020-01-09 08:29:36','<h1>Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.</h1>\r\nLooking back at what I thought the hospitality industry would become in the dwindling months of 2009 – I don’t think I would have ever accurately predicted what we have experienced over the past decade. While some people would have spotted a vegetarian trend at the time, no one would have imagined the UK hospitality industry would push even further – sailing straight past vegetarianism and into veganism. As a result, London was recently voted the best city for vegans in the world! Meaning we have more vegan restaurants and options per square mile than any other city.\r\n\r\nSimilarly, the rise in technology has seen apps take over the restaurant industry. In 2009, my pink Motorola RAZR flip-phone would under no circumstances be able to get me on the internet, let alone have the capacity to download a single restaurant app. Today, however, my iPhone XR requires a special ‘hospitality’ folder to support all the apps I regularly use; Whetherspoons, Pizza Express and Sushimania – as well as shameful amount of takeaway apps including UberEats and Deliveroo.\r\n\r\nSo writing now, in 2019, a decade on, we can only wish to envision what the next decade will bring – let alone the next year. As technology and the advancing world moves forward at such a pace, and the political and socioeconomic landscape develops faster than ever before – we ask ourselves, what is hospitality now and what trends can we expect to emerge in 2020?\r\n\r\n<strong>Chain free</strong>\r\n\r\nIn May 2019, Jamie Oliver announced his restaurant group had gone into administration. As 22 restaurants across the country closed and nearly 1,000 staff were made redundant – the hospitality industry asked ‘how could this happen?’\r\n\r\nWill Wright, a KPMG partner and joint administrator, commented that: <em>“The current trading environment for companies across the casual dining sector is as tough as I’ve ever seen. The directors at Jamie Oliver Restaurant Group have worked tirelessly to stabilise the business against a backdrop of rising costs and brittle consumer confidence.”</em>\r\n\r\nIt’s not just Jamie Oliver that felt the squeeze, Pizza Express revealed in October that it was in £1 billion worth of debt – causing the chain to hire financial advisors to negotiate their way forward.\r\n\r\nThere seems to be an emerging trend for consumers to step away from chains – with the discount model being seen as archaic, many other restaurants are simply offering initially affordable meals without the fuss of discount codes. Moreover, the general trend is away from conglomerate hospitality and towards a bespoke and tailored service – this can be seen across the hotel industry also. Meaning that as we move in 2020, we will see an emergence of small to medium restaurant chains rise in popularity and success as they are grown on a seemingly organic scale; consider Flat Iron and Franco Manca to become the norm not the exception.\r\n\r\n<strong>Sustainable everything</strong>\r\n\r\nMuch in the same way the noughties saw the rise of veganism; our millennia’s twenties will see the consumer voting to support hospitality that promotes sustainability. While you think that veganism and sustainability are linked (which they are), they are actually distinctly different concepts.\r\n\r\nWhile large restaurant chains can offer vegan menus which attract vegan consumers (especially catering to large groups), this often doesn’t reflect their ability as an enterprise to be sustainable. For example, in theory, the larger the restaurant chain, the larger the waste that said chain produces.\r\n\r\nToo Good Too Waste, the sustainability association, estimate that London restaurants alone waste up to 600,000 tonnes of food per annum – a staggering figure! By consumers opting to eat in sustainably conscious restaurants they are considering the consequences that their choices have on the environment.\r\n\r\nSome pioneers in the hospitality industry are already doing this; for example the Green House Hotel in Bournemouth has a mantra of “spoil the guests without spoiling anything else”. Similarly, Brighton’s zero waste restaurant Silo, is opening a second restaurant in the capital later this year – indicating that sustainable choices are on the rise.\r\n\r\n<strong>Tech and more</strong>\r\n\r\nIn the next decade, I do wonder what we can expect in terms of technology. If you told me I could order food from McDonald\'s to my house in less than 15 mins through my phone, I probably would have thought that 2019 would be a utopia! In that respect – the world of technology is moving faster than ever and while we may feel there are limits to what the future can offer, there are a few trends we can predict.\r\n\r\nDigitalised menus are on the rise – as we move away from a paperless planet; the needless printing of menu after menu is a high expense and terrible for the environment. While the Japanese seem to have already perfected this, the digital menu trend is on the way to the UK. With cheap tablets, and companies specifically offering this service gaining traction, ordering from an app or digital menu will be the hospitality tech trend of 2020!','One step beyond','','publish','closed','open','','one-step-beyond-what-will-be-trending-in-2020','','','2020-01-23 10:27:42','2020-01-23 10:27:42','',0,'https://www.ontradeprogress.com/?p=6173',0,'post','',0),(6174,1,'2020-01-07 15:58:08','2020-01-07 15:58:08','<h1>Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.</h1>\r\nLooking back at what I thought the hospitality industry would become in the dwindling months of 2009 – I don’t think I would have ever accurately predicted what we have experienced over the past decade. While some people would have spotted a vegetarian trend at the time, no one would have imagined the UK hospitality industry would push even further – sailing straight past vegetarianism and into veganism. As a result, London was recently voted the best city for vegans in the world! Meaning we have more vegan\r\nrestaurants and options per square mile than any other city.\r\n\r\nSimilarly, the rise in technology has seen apps take over the restaurant industry. In 2009, my pink Motorola RAZR flip-phone would under no circumstances be able to get me\r\non the internet, let alone have the capacity to download a single restaurant app. Today, however, my iPhone XR requires a special ‘hospitality’ folder to support all the apps I regularly use; Whetherspoons, Pizza Express and Sushimania – as well as shameful amount of takeaway apps including UberEats and Deliveroo.\r\n\r\nSo writing now, in 2019, a decade on, we can only wish to envision what the next decade will bring – let alone the next year. As technology and the advancing world moves forward at such a pace, and the political and socioeconomic landscape develops faster than ever before – we ask ourselves, what is hospitality now and what trends can we expect to emerge in 2020?\r\n\r\n<strong>Chain free</strong>\r\n\r\nIn May 2019, Jamie Oliver announced his restaurant group had gone into administration. As 22 restaurants across the country closed and nearly 1,000 staff were made redundant – the hospitality industry asked ‘how could this happen?’\r\n\r\nWill Wright, a KPMG partner and joint administrator, commented that: <em>“The current trading environment for companies across the casual dining sector is as tough as I’ve ever seen. The directors at Jamie Oliver Restaurant Group have worked tirelessly to stabilise the business against a backdrop of rising costs and brittle consumer confidence.”</em>\r\n\r\nIt’s not just Jamie Oliver that felt the squeeze, Pizza Express revealed in October that it was in £1 billion worth of debt – causing the chain to hire financial advisors to negotiate their way forward.\r\n\r\nThere seems to be an emerging trend for consumers to step away from chains – with the discount model being seen as archaic, many other restaurants are simply offering initially affordable meals without the fuss of discount codes. Moreover, the general trend is away from conglomerate hospitality and towards a bespoke and tailored service – this can be seen across the hotel industry also. Meaning that as we move in 2020, we will see an emergence of small to medium restaurant chains rise in popularity and success as they are grown on a seemingly organic scale; consider Flat Iron and Franco Manca to become the norm not the exception.\r\n\r\n<strong>Sustainable everything</strong>\r\n\r\nMuch in the same way the noughties saw the rise of veganism; our millennia’s twenties will see the consumer voting to support hospitality that promotes sustainability. While you think that veganism and sustainability are linked (which they are), they are actually distinctly different concepts.\r\n\r\nWhile large restaurant chains can offer vegan menus which attract vegan consumers (especially catering to large groups), this often doesn’t reflect their ability as an enterprise to be sustainable. For example, in theory, the larger the restaurant chain, the larger the waste that said chain produces.\r\n\r\nToo Good Too Waste, the sustainability association, estimate that London restaurants alone waste up to 600,000 tonnes of food per annum – a staggering figure! By consumers opting to eat in sustainably conscious restaurants they are considering the consequences that their choices have on the environment.\r\n\r\nSome pioneers in the hospitality industry are already doing this; for example the Green House Hotel in Bournemouth has a mantra of “spoil the guests without spoiling anything\r\nelse”. Similarly, Brighton’s zero waste restaurant Silo, is opening a second restaurant in the capital later this year – indicating that sustainable choices are on the rise.\r\n\r\n<strong>Tech and more</strong>\r\n\r\nIn the next decade, I do wonder what we can expect in terms of technology. If you told me I could order food from McDonalds to my house in less than 15 mins through my phone, I probably would have thought that 2019 would be a utopia! In that respect – the world of technology is moving faster than ever and while we may feel there are limits to what the future can offer, there are a few trends we can predict.\r\n\r\nDigitalised menus are on the rise – as we move away from a paperless planet; the needless printing of menu after menu is a high expense and terrible for the environment. While the Japanese seem to have already perfected this, the digital menu trend is on the way to the UK. With cheap tablets, and companies specifically offering this service gaining traction,\r\nordering from an app or digital menu will be the hospitality tech trend of 2020!','One step beyond - What will be trending in 2020?','','inherit','closed','closed','','6173-revision-v1','','','2020-01-07 15:58:08','2020-01-07 15:58:08','',6173,'https://www.ontradeprogress.com/2020/01/07/6173-revision-v1/',0,'revision','',0),(6175,1,'2020-01-07 15:58:46','2020-01-07 15:58:46','<h1>Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.</h1>\r\nLooking back at what I thought the hospitality industry would become in the dwindling months of 2009 – I don’t think I would have ever accurately predicted what we have experienced over the past decade. While some people would have spotted a vegetarian trend at the time, no one would have imagined the UK hospitality industry would push even further – sailing straight past vegetarianism and into veganism. As a result, London was recently voted the best city for vegans in the world! Meaning we have more vegan\r\nrestaurants and options per square mile than any other city.\r\n\r\nSimilarly, the rise in technology has seen apps take over the restaurant industry. In 2009, my pink Motorola RAZR flip-phone would under no circumstances be able to get me\r\non the internet, let alone have the capacity to download a single restaurant app. Today, however, my iPhone XR requires a special ‘hospitality’ folder to support all the apps I regularly use; Whetherspoons, Pizza Express and Sushimania – as well as shameful amount of takeaway apps including UberEats and Deliveroo.\r\n\r\nSo writing now, in 2019, a decade on, we can only wish to envision what the next decade will bring – let alone the next year. As technology and the advancing world moves forward at such a pace, and the political and socioeconomic landscape develops faster than ever before – we ask ourselves, what is hospitality now and what trends can we expect to emerge in 2020?\r\n\r\n<strong>Chain free</strong>\r\n\r\nIn May 2019, Jamie Oliver announced his restaurant group had gone into administration. As 22 restaurants across the country closed and nearly 1,000 staff were made redundant – the hospitality industry asked ‘how could this happen?’\r\n\r\nWill Wright, a KPMG partner and joint administrator, commented that: <em>“The current trading environment for companies across the casual dining sector is as tough as I’ve ever seen. The directors at Jamie Oliver Restaurant Group have worked tirelessly to stabilise the business against a backdrop of rising costs and brittle consumer confidence.”</em>\r\n\r\nIt’s not just Jamie Oliver that felt the squeeze, Pizza Express revealed in October that it was in £1 billion worth of debt – causing the chain to hire financial advisors to negotiate their way forward.\r\n\r\nThere seems to be an emerging trend for consumers to step away from chains – with the discount model being seen as archaic, many other restaurants are simply offering initially affordable meals without the fuss of discount codes. Moreover, the general trend is away from conglomerate hospitality and towards a bespoke and tailored service – this can be seen across the hotel industry also. Meaning that as we move in 2020, we will see an emergence of small to medium restaurant chains rise in popularity and success as they are grown on a seemingly organic scale; consider Flat Iron and Franco Manca to become the norm not the exception.\r\n\r\n<strong>Sustainable everything</strong>\r\n\r\nMuch in the same way the noughties saw the rise of veganism; our millennia’s twenties will see the consumer voting to support hospitality that promotes sustainability. While you think that veganism and sustainability are linked (which they are), they are actually distinctly different concepts.\r\n\r\nWhile large restaurant chains can offer vegan menus which attract vegan consumers (especially catering to large groups), this often doesn’t reflect their ability as an enterprise to be sustainable. For example, in theory, the larger the restaurant chain, the larger the waste that said chain produces.\r\n\r\nToo Good Too Waste, the sustainability association, estimate that London restaurants alone waste up to 600,000 tonnes of food per annum – a staggering figure! By consumers opting to eat in sustainably conscious restaurants they are considering the consequences that their choices have on the environment.\r\n\r\nSome pioneers in the hospitality industry are already doing this; for example the Green House Hotel in Bournemouth has a mantra of “spoil the guests without spoiling anything\r\nelse”. Similarly, Brighton’s zero waste restaurant Silo, is opening a second restaurant in the capital later this year – indicating that sustainable choices are on the rise.\r\n\r\n<strong>Tech and more</strong>\r\n\r\nIn the next decade, I do wonder what we can expect in terms of technology. If you told me I could order food from McDonalds to my house in less than 15 mins through my phone, I probably would have thought that 2019 would be a utopia! In that respect – the world of technology is moving faster than ever and while we may feel there are limits to what the future can offer, there are a few trends we can predict.\r\n\r\nDigitalised menus are on the rise – as we move away from a paperless planet; the needless printing of menu after menu is a high expense and terrible for the environment. While the Japanese seem to have already perfected this, the digital menu trend is on the way to the UK. With cheap tablets, and companies specifically offering this service gaining traction, ordering from an app or digital menu will be the hospitality tech trend of 2020!','One step beyond - What will be trending in 2020?','','inherit','closed','closed','','6173-revision-v1','','','2020-01-07 15:58:46','2020-01-07 15:58:46','',6173,'https://www.ontradeprogress.com/2020/01/07/6173-revision-v1/',0,'revision','',0),(6176,1,'2020-01-07 15:59:43','2020-01-07 15:59:43','<h1>Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.</h1>\r\nLooking back at what I thought the hospitality industry would become in the dwindling months of 2009 – I don’t think I would have ever accurately predicted what we have experienced over the past decade. While some people would have spotted a vegetarian trend at the time, no one would have imagined the UK hospitality industry would push even further – sailing straight past vegetarianism and into veganism. As a result, London was recently voted the best city for vegans in the world! Meaning we have more vegan\r\nrestaurants and options per square mile than any other city.\r\n\r\nSimilarly, the rise in technology has seen apps take over the restaurant industry. In 2009, my pink Motorola RAZR flip-phone would under no circumstances be able to get me on the internet, let alone have the capacity to download a single restaurant app. Today, however, my iPhone XR requires a special ‘hospitality’ folder to support all the apps I regularly use; Whetherspoons, Pizza Express and Sushimania – as well as shameful amount of takeaway apps including UberEats and Deliveroo.\r\n\r\nSo writing now, in 2019, a decade on, we can only wish to envision what the next decade will bring – let alone the next year. As technology and the advancing world moves forward at such a pace, and the political and socioeconomic landscape develops faster than ever before – we ask ourselves, what is hospitality now and what trends can we expect to emerge in 2020?\r\n\r\n<strong>Chain free</strong>\r\n\r\nIn May 2019, Jamie Oliver announced his restaurant group had gone into administration. As 22 restaurants across the country closed and nearly 1,000 staff were made redundant – the hospitality industry asked ‘how could this happen?’\r\n\r\nWill Wright, a KPMG partner and joint administrator, commented that: <em>“The current trading environment for companies across the casual dining sector is as tough as I’ve ever seen. The directors at Jamie Oliver Restaurant Group have worked tirelessly to stabilise the business against a backdrop of rising costs and brittle consumer confidence.”</em>\r\n\r\nIt’s not just Jamie Oliver that felt the squeeze, Pizza Express revealed in October that it was in £1 billion worth of debt – causing the chain to hire financial advisors to negotiate their way forward.\r\n\r\nThere seems to be an emerging trend for consumers to step away from chains – with the discount model being seen as archaic, many other restaurants are simply offering initially affordable meals without the fuss of discount codes. Moreover, the general trend is away from conglomerate hospitality and towards a bespoke and tailored service – this can be seen across the hotel industry also. Meaning that as we move in 2020, we will see an emergence of small to medium restaurant chains rise in popularity and success as they are grown on a seemingly organic scale; consider Flat Iron and Franco Manca to become the norm not the exception.\r\n\r\n<strong>Sustainable everything</strong>\r\n\r\nMuch in the same way the noughties saw the rise of veganism; our millennia’s twenties will see the consumer voting to support hospitality that promotes sustainability. While you think that veganism and sustainability are linked (which they are), they are actually distinctly different concepts.\r\n\r\nWhile large restaurant chains can offer vegan menus which attract vegan consumers (especially catering to large groups), this often doesn’t reflect their ability as an enterprise to be sustainable. For example, in theory, the larger the restaurant chain, the larger the waste that said chain produces.\r\n\r\nToo Good Too Waste, the sustainability association, estimate that London restaurants alone waste up to 600,000 tonnes of food per annum – a staggering figure! By consumers opting to eat in sustainably conscious restaurants they are considering the consequences that their choices have on the environment.\r\n\r\nSome pioneers in the hospitality industry are already doing this; for example the Green House Hotel in Bournemouth has a mantra of “spoil the guests without spoiling anything else”. Similarly, Brighton’s zero waste restaurant Silo, is opening a second restaurant in the capital later this year – indicating that sustainable choices are on the rise.\r\n\r\n<strong>Tech and more</strong>\r\n\r\nIn the next decade, I do wonder what we can expect in terms of technology. If you told me I could order food from McDonalds to my house in less than 15 mins through my phone, I probably would have thought that 2019 would be a utopia! In that respect – the world of technology is moving faster than ever and while we may feel there are limits to what the future can offer, there are a few trends we can predict.\r\n\r\nDigitalised menus are on the rise – as we move away from a paperless planet; the needless printing of menu after menu is a high expense and terrible for the environment. While the Japanese seem to have already perfected this, the digital menu trend is on the way to the UK. With cheap tablets, and companies specifically offering this service gaining traction, ordering from an app or digital menu will be the hospitality tech trend of 2020!','One step beyond - What will be trending in 2020?','','inherit','closed','closed','','6173-revision-v1','','','2020-01-07 15:59:43','2020-01-07 15:59:43','',6173,'https://www.ontradeprogress.com/2020/01/07/6173-revision-v1/',0,'revision','',0),(6178,1,'2020-01-07 16:05:06','2020-01-07 16:05:06','','2020 Trends','What will be trending in 2020?','inherit','closed','closed','','2020_trends','','','2020-01-07 16:06:53','2020-01-07 16:06:53','',6173,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/2020_Trends.jpg',0,'attachment','image/jpeg',0),(6179,1,'2020-01-08 11:16:20','2020-01-08 11:16:20','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix</blockquote>\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno</blockquote>\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Edinburgh</li>\r\n 	<li>Delhi <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<strong>2019 Survey results</strong>\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','publish','closed','open','','over-350000-have-signed-up-for-veganuary','','','2020-01-08 11:16:20','2020-01-08 11:16:20','',0,'https://www.ontradeprogress.com/?p=6179',0,'post','',0),(6180,1,'2020-01-07 16:38:41','2020-01-07 16:38:41','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... 3,300\r\n2015... 12,000\r\n2016... 23,000\r\n2017... 59,500\r\n2018... 168,000\r\n2019... 250,000\r\n2020... 350,000+ <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.','Embracing Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-07 16:38:41','2020-01-07 16:38:41','',6179,'https://www.ontradeprogress.com/2020/01/07/6179-revision-v1/',0,'revision','',0),(6181,1,'2020-01-07 16:44:12','2020-01-07 16:44:12','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTUiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"900\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"700\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_4 limit=\"9\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"0\" category_id=\"509\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Blog','','inherit','closed','closed','','5175-revision-v1','','','2020-01-07 16:44:12','2020-01-07 16:44:12','',5175,'https://www.ontradeprogress.com/2020/01/07/5175-revision-v1/',0,'revision','',0),(6182,1,'2020-01-07 16:45:18','2020-01-07 16:45:18','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"5957\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2020-01-07 16:45:18','2020-01-07 16:45:18','',5173,'https://www.ontradeprogress.com/2020/01/07/5173-revision-v1/',0,'revision','',0),(6183,1,'2020-01-07 16:46:08','2020-01-07 16:46:08','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6150\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2020-01-07 16:46:08','2020-01-07 16:46:08','',5173,'https://www.ontradeprogress.com/2020/01/07/5173-revision-v1/',0,'revision','',0),(6184,1,'2020-01-07 16:47:03','2020-01-07 16:47:03','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2020-01-07 16:47:03','2020-01-07 16:47:03','',5005,'https://www.ontradeprogress.com/2020/01/07/5005-revision-v1/',0,'revision','',0),(6185,1,'2020-01-07 16:47:47','2020-01-07 16:47:47','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2020-01-07 16:47:47','2020-01-07 16:47:47','',5022,'https://www.ontradeprogress.com/2020/01/07/5022-revision-v1/',0,'revision','',0),(6186,1,'2020-01-07 16:48:28','2020-01-07 16:48:28','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2020-01-07 16:48:28','2020-01-07 16:48:28','',5023,'https://www.ontradeprogress.com/2020/01/07/5023-revision-v1/',0,'revision','',0),(6187,1,'2020-01-07 16:49:15','2020-01-07 16:49:15','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6150\" spot_img_mob=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2020-01-07 16:49:15','2020-01-07 16:49:15','',5025,'https://www.ontradeprogress.com/2020/01/07/5025-revision-v1/',0,'revision','',0),(6188,1,'2020-01-07 16:50:01','2020-01-07 16:50:01','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"300\" media_size_image_width=\"273\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6150\" spot_img_all=\"6150\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2020-01-07 16:50:01','2020-01-07 16:50:01','',5026,'https://www.ontradeprogress.com/2020/01/07/5026-revision-v1/',0,'revision','',0),(6189,1,'2020-01-07 16:51:35','2020-01-07 16:51:35','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... 3,300\r\n2015... 12,000\r\n2016... 23,000\r\n2017... 59,500\r\n2018... 168,000\r\n2019... 250,000\r\n2020... 350,000+ <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.','Embracing Veganuary - this year\'s big trend','','inherit','closed','closed','','6179-revision-v1','','','2020-01-07 16:51:35','2020-01-07 16:51:35','',6179,'https://www.ontradeprogress.com/2020/01/07/6179-revision-v1/',0,'revision','',0),(6190,1,'2020-01-07 16:54:07','2020-01-07 16:54:07','','Veganuary_2020','Embrassing Veganuary','inherit','closed','closed','','veganuary_2020','','','2020-01-07 16:55:00','2020-01-07 16:55:00','',6179,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Veganuary_2020.jpg',0,'attachment','image/jpeg',0),(6191,1,'2020-01-08 16:58:05','2020-01-08 16:58:05','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite statistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the demand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session. Sometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers.\r\n\r\nNow, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','publish','closed','open','','the-no-and-low-down','','','2020-01-08 17:02:08','2020-01-08 17:02:08','',0,'https://www.ontradeprogress.com/?p=6191',0,'post','',0),(6192,1,'2020-01-07 17:11:27','2020-01-07 17:11:27','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-andno beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten fullstrength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the lowand- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a cleanliving younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-noalcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the\r\ndemand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session.\r\nSometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers. Now, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-07 17:11:27','2020-01-07 17:11:27','',6191,'https://www.ontradeprogress.com/2020/01/07/6191-revision-v1/',0,'revision','',0),(6193,1,'2020-01-07 17:13:15','2020-01-07 17:13:15','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-andno beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten fullstrength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the lowand- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a cleanliving younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-noalcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the\r\ndemand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session.\r\nSometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers. Now, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','Pete Brown gives the No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-07 17:13:15','2020-01-07 17:13:15','',6191,'https://www.ontradeprogress.com/2020/01/07/6191-revision-v1/',0,'revision','',0),(6194,1,'2020-01-08 09:04:14','2020-01-08 09:04:14','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the\r\ndemand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session.\r\nSometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers. Now, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','Pete Brown gives the No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-08 09:04:14','2020-01-08 09:04:14','',6191,'https://www.ontradeprogress.com/2020/01/08/6191-revision-v1/',0,'revision','',0),(6195,1,'2020-01-08 10:07:02','2020-01-08 10:07:02','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... 3,300\r\n2015... 12,000\r\n2016... 23,000\r\n2017... 59,500\r\n2018... 168,000\r\n2019... 250,000\r\n2020... 350,000+ <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 10:07:02','2020-01-08 10:07:02','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6196,1,'2020-01-08 10:39:59','2020-01-08 10:39:59','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... 3,300\r\n2015... 12,000\r\n2016... 23,000\r\n2017... 59,500\r\n2018... 168,000\r\n2019... 250,000\r\n2020... 350,000+ <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em>\r\n\r\n<strong>2019 Survey results</strong>\r\n\r\n<em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 10:39:59','2020-01-08 10:39:59','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6197,1,'2020-01-08 10:40:59','2020-01-08 10:40:59','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em>\r\n\r\n<strong>2019 Survey results</strong>\r\n\r\n<em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 10:40:59','2020-01-08 10:40:59','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6198,1,'2020-01-08 10:49:50','2020-01-08 10:49:50','','Pete-Brown_1600x550','Author, broadcaster and consultant Pete Brown','inherit','closed','closed','','pete-brown_1600x550','','','2020-01-08 10:50:29','2020-01-08 10:50:29','',6191,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Pete-Brown_1600x550.jpg',0,'attachment','image/jpeg',0),(6199,1,'2020-01-08 11:09:06','2020-01-08 11:09:06','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<blockquote class=\"td_pull_center\">\r\n<blockquote class=\"td_quote_box td_box_center\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em></blockquote>\r\n</blockquote>\r\n<strong>2019 Survey results</strong>\r\n\r\n<em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 11:09:06','2020-01-08 11:09:06','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6200,1,'2020-01-08 11:09:48','2020-01-08 11:09:48','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<blockquote class=\"td_pull_center\">\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em></blockquote>\r\n</blockquote>\r\n<strong>2019 Survey results</strong>\r\n\r\n<em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 11:09:48','2020-01-08 11:09:48','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6201,1,'2020-01-08 11:11:07','2020-01-08 11:11:07','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London\r\n<blockquote class=\"td_pull_quote td_pull_right\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno</blockquote>\r\n</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<blockquote class=\"td_pull_center\">\r\n<blockquote class=\"td_pull_quote td_pull_right\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em></blockquote>\r\n</blockquote>\r\n<strong>2019 Survey results</strong>\r\n\r\n<em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 11:11:07','2020-01-08 11:11:07','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6202,1,'2020-01-08 11:13:02','2020-01-08 11:13:02','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<blockquote class=\"td_pull_center\">\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em></blockquote>\r\n</blockquote>\r\n<strong>2019 Survey results</strong>\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix</blockquote>\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 11:13:02','2020-01-08 11:13:02','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6203,1,'2020-01-08 11:13:47','2020-01-08 11:13:47','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix</blockquote>\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Ediinburgh</li>\r\n 	<li>Dehli <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<blockquote class=\"td_pull_center\">\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno<em>\r\n</em></blockquote>\r\n</blockquote>\r\n<strong>2019 Survey results</strong>\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 11:13:47','2020-01-08 11:13:47','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6204,1,'2020-01-08 11:16:20','2020-01-08 11:16:20','<h1>For the past several years, forecasters have predicted veganism to be ‘this year’s big trend’ and they have always been proven right, and it shows no sign of slowing.</h1>\r\nIn 2019, vegan food became the fastest growing takeaway trend with Deliveroo reporting that vegan orders had quadrupled over the past two years. The online delivery platform said that in the previous 12 months the number of vegan restaurants on the app increased by 168 percent. Plant-based food is now so popular that vegan product launches make up almost a fifth of all retail food, while reports show that 25 percent of Britons consume plant milks.\r\n\r\n<em><strong>One thing is clear. Vegan food is the trend that keeps on trending.</strong></em>\r\n\r\nWhile, the number of products offered rises steadily all year round, Veganuary guarantees that the new year starts with a sharp spike or launches, all aimed at meeting the increased demand. With hundreds of thousands of registered participants, and veganism dominating newspaper headlines and social media timelines, it is vital that the hospitality sector jumps into the fray. Veganuary has become a staple part of the calendar, and ignoring it is no longer an option.\r\n\r\nThere are thought to be more than half a million vegans in the UK, though the figure is rising so rapidly, no one is entirely sure of the number. Veganuary estimates that at least 350,000 people will register with them to go vegan for January 2020, but it is likely that many more will take the plant-based pledge without officially signing up.\r\n\r\nAnd when we factor in the rapidly growing number of flexitarians – people who eat meat only occasionally – it is little wonder that cafes, pubs, restaurants and hotels give serious thought to their new year menus.\r\n\r\nOne costly mistake is to add a vegan dish or menu without taking the time to find out what vegans like and what they are sick of eating!\r\n\r\n<strong>Veganuary in Numbers</strong>\r\n\r\nParticipants by year:\r\n2014... <strong>3,300</strong>\r\n2015... <strong>12,000</strong>\r\n2016... <strong>23,000</strong>\r\n2017... <strong>59,500</strong>\r\n2018... <strong>168,000</strong>\r\n2019... <strong>250,000</strong>\r\n2020... <strong>350,000+</strong> <em>(estimated)</em>\r\n\r\nParticipants have come from 178 countries, with more than 500 businesses took part in Veganuary 2019.\r\n\r\nMore than 200 new vegan products and menus were launched for Veganuary 2019.\r\nIn 2019, 46 percent of participants cited health as their key reason; 34 percent said animals; 12 percent said environment.\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“If you look at the climate crisis or the violence of our food system and feel helpless, thinking ‘I wish there was something I could do’- you can. Right now. Sign up to try vegan this January.”</em> Joaquin Phoenix</blockquote>\r\n<strong>Here are some tips to guide you through a successful Veganuary:</strong>\r\n\r\n1. Vegans can spot a token dish a mile off, and going for the easy option just to tick a plant-based box will not yield benefits. Risotto, stuffed pepper, superfoods salads are default options that vegans have eaten a hundred times and would be glad never to have to eat again. If the dish doesn’t thrill you, it won’t thrill vegans, either.\r\n\r\n2. One option is to veganise one or more of your most popular existing dishes with simple tweaks. Almost everything can be made vegan now, so let your own menu inspire you, and create something that fits perfectly with your existing menu and will appeal to all customers.\r\n\r\n3. You need to offer choice. Competition is fierce now, with chain restaurants making it supereasy for vegans, and giving them a meaningful choice, which not only satisfies them on the first visit, but ensures they keep coming back. If you want to get them through the doors more than once, you need to give them a reason.\r\n\r\n4. Think about the whole menu. It’s not good enough to offer an amazing main while neglecting sides, starters and desserts. If you don’t do this, vegans will eat elsewhere, and they’ll take the rest of their group with them. Everyone knows that it is the vegan in the group that determines where they eat. Please the vegans and see your footfall rise.\r\n\r\n5. Vegans are not all the same. Some prefer healthier options that are rich in natural flavours and have fresh produce at their heart, while others want their plants deep-fried with a blend of 11 secret herbs and spices. Ensure the vegan dishes you offer sit well within the rest of your menu but don’t make the mistake of stereotyping vegans.\r\n\r\n6. While unique dishes are welcome and will make your establishment stand out from others, classic meals veganised also go down well. Truly innovative chefs are recreating old favourites, including fish and chips (using tofu or banana blossom), ‘pepperoni’ pizzas and roast dinners. Omitting the vegan tartar sauce for the fish, melting cheese for pizzas and the Yorkshire puddings for roasts will result in disappointed and dissatisfied customers. These things can be made vegan!\r\n\r\n7. Don’t forget desserts. Vegans do not count fruit as a dessert unless it tops a cheesecake or a tarte tatin, so offer a fruit salad at your peril! There is almost nothing off limits in terms of what can be made vegan now. Even beautiful meringues can be created using aquafaba. Sticky toffee pudding, chocolate fudge cake, Eton mess and all the other favourites can be – and are being – made, and they are good enough to tempt vegans and non-vegans alike.\r\n\r\n8. The same goes for breakfasts. Offer plant milks, butter and yogurts as a matter of course, and ensure your breakfast cereals contain no honey, dairy or other non-vegan items. Vegans still like a full cooked breakfast, so ensure the meat-free sausages you offer are vegan, and team them with tomatoes, mushrooms, hash browns, baked beans and vegan bacon.\r\n\r\n9. Vegan versions of complimentary items, such as biscuits or chocolates either left in a room, served with coffee or offered at the end of a meal, should be sourced. To keep things simple, find the best vegan version and serve this to everyone. Already, many regular brands are vegan, so it might be your items already fit the bill, but if you don’t know, then you really should find out.\r\n\r\n10. In washrooms and en suites, consider the toiletries you offer. Vegans are no keener on rubbing animal products into their skin than they are eating them. Again, find cruelty-free and vegan items and make these standard. It’s simpler in the long run.\r\n<blockquote class=\"td_pull_quote td_pull_center\"><em>“As a chef I feel responsible for what we feed and teach people to cook. I believe we can do it in a much more compassionate way that can be just as delicious as any animal product out there and have a better impact on our health, the environment and animals.” </em>Derek Sarno</blockquote>\r\n<strong>Top 20 Vegan Cities...</strong>\r\n<ol>\r\n 	<li>London</li>\r\n 	<li>Manchester</li>\r\n 	<li>Johannesbury</li>\r\n 	<li>Cape Town</li>\r\n 	<li>Mumbai</li>\r\n 	<li>Bristol</li>\r\n 	<li>Birmingham</li>\r\n 	<li>Dublin</li>\r\n 	<li>Glasgow</li>\r\n 	<li>Leeds</li>\r\n 	<li>Liverpool</li>\r\n 	<li>Nottingham</li>\r\n 	<li>Melbourne</li>\r\n 	<li>Durban</li>\r\n 	<li>Edinburgh</li>\r\n 	<li>Delhi <em>(includes New Delhi)</em></li>\r\n 	<li>Santiago</li>\r\n 	<li>Brighton</li>\r\n 	<li>Bangalore</li>\r\n 	<li>Leicester</li>\r\n</ol>\r\n<strong>2019 Survey results</strong>\r\n\r\nGender:\r\n<strong>87%</strong> Female\r\n<strong>11%</strong> Male\r\n\r\nDiet before veganuary:\r\n<strong>44%</strong> Omnivore\r\n<strong>23%</strong> Vegetarian\r\n<strong>17%</strong> Vegan\r\n<strong>16%</strong> Pescetarian\r\n\r\nAge Range:\r\n<strong>3%</strong> 13 - 17 year olds\r\n<strong>22%</strong> 18 - 24 year olds\r\n<strong>28%</strong> 25 - 34 year olds\r\n<strong>21%</strong> 35 - 44 year olds\r\n<strong>17%</strong> 45 - 54 year olds\r\n<strong>7%</strong> 55 - 64 year olds\r\n<strong>2%</strong> 65 - 74 year olds\r\n<strong>&lt;1%</strong> 75+ year olds\r\n\r\nReasons for participating:\r\n<strong>46%</strong> Health\r\n<strong>34%</strong> Animals\r\n<strong>12%</strong> Environment\r\n<strong>8%</strong> Other\r\n\r\n<em>Source: Pledge Emal Series, 2019 Analysis</em>','Over 350,000 have signed up for Veganuary','','inherit','closed','closed','','6179-revision-v1','','','2020-01-08 11:16:20','2020-01-08 11:16:20','',6179,'https://www.ontradeprogress.com/2020/01/08/6179-revision-v1/',0,'revision','',0),(6205,1,'2020-01-08 16:56:37','2020-01-08 16:56:37','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n<blockquote class=\"td_pull_quote td_pull_center\"><strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong></blockquote>\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the\r\ndemand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session.\r\nSometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers. Now, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-08 16:56:37','2020-01-08 16:56:37','',6191,'https://www.ontradeprogress.com/2020/01/08/6191-revision-v1/',0,'revision','',0),(6206,1,'2020-01-08 16:58:05','2020-01-08 16:58:05','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the\r\ndemand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session.\r\nSometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers. Now, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-08 16:58:05','2020-01-08 16:58:05','',6191,'https://www.ontradeprogress.com/2020/01/08/6191-revision-v1/',0,'revision','',0),(6207,1,'2020-01-08 16:59:22','2020-01-08 16:59:22','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the demand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session.\r\nSometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers. Now, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-08 16:59:22','2020-01-08 16:59:22','',6191,'https://www.ontradeprogress.com/2020/01/08/6191-revision-v1/',0,'revision','',0),(6208,1,'2020-01-08 16:59:59','2020-01-08 16:59:59','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite\r\nstatistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the demand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session. Sometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers.\r\n\r\nNow, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-08 16:59:59','2020-01-08 16:59:59','',6191,'https://www.ontradeprogress.com/2020/01/08/6191-revision-v1/',0,'revision','',0),(6209,1,'2020-01-08 17:00:31','2020-01-08 17:00:31','<h1>Anyone who has been around the block a few times has been here before: this time – no, really – low and no-alcohol beers are really going to be a thing.</h1>\r\nIt comes along every five years or so – someone has a new brand, there’s been some investment, there’s a big noise, and then… it fades away, quietly forgotten until the next time.\r\n\r\nSo you could be forgiven for thinking that the current buzz is more of the same this time. But you’d be wrong. This time, thanks to a unique combination of factors, the low-and no beer market really is here to stay. It just needs to get over one little hump in the road, and then it will be a permanent, popular and profitable fixture on any bar.\r\n\r\nThe sector has grown by over 150% over the last four years, and the sales line already looks very different from the previous small bumps in the graph you see if you trace it back over the last couple of decades.\r\n\r\n<strong><em>First, let’s get that annoying half-a-per cent out of the way. To all intents and purposes, 0.5% ABV is 0% ABV. It’s just that in this country, producers are not allowed to say so. Ginger beer is 0.5% ABV. Bananas are 0.5% ABV. Freshly squeezed orange juice is… you get the idea. 0.5% ABV is a trace level of alcohol that exists naturally.</em></strong>\r\n\r\nWe eat and drink things every day that have this level of alcohol, and the manufacturers don’t need to declare it because it’s at such a low concentration it simply cannot have any effect on you. Lower strength versions of alcoholic drinks are the only exception.\r\n\r\nThere are various different ways of making a non-alcoholic beer, and traditionally they make it taste horrible. You could brew a full-strength beer and then boil the alcohol off, which leaves an unpleasant taste of stewed vegetables. Or you could make a beer where you don’t ferment to full alcoholic strength, leaving a worty, grainy character.\r\n\r\nNow, there are new methods of extracting alcohol, and new combinations of traditional methods, that don’t affect the flavour at all. The absence of the weight of alcohol means the body of the beer can feel a little lighter on the palate, but that’s the only difference. Anyone who needs convincing on this point need only check out the beers from Big Drop, which have beaten full strength competitors in blind tasting at competitions such as the World Beer Awards.\r\n\r\nThe other big change around the low and- no-alcohol market is consumer demand. And here’s the tricky part. Most articles you see around the growth of no-alcohol beers cite statistics concerning the growth of teetotalism in the UK. They’re missing the point.\r\n\r\nFor one thing, the picture of a clean living younger generation looks quite different if you look at the data on the use of drugs such as cocaine, ketamine and nitrous oxide.\r\n\r\nIn addition, many younger people who don’t drink beer simply don’t like the idea of drinking beer – they’re not looking for a low-alcohol version of something they never got into in the first place.\r\n\r\nThe real market for low-and-no alcohol beer is people who like drinking beer – a lot. They like drinking beer so much, they sometimes wish they drank a little less of it. They love going to the pub any night of the week, but some nights, they still have to get up in the morning. Maybe they do Dry January or Stoptober to try to moderate their drinking. During periods of abstinence, they’d love to still go to the pub, but more than one pint of lime and soda sends them into a depression.\r\n\r\nI know, because I’m one of them.\r\n\r\nThe hump in the road is the availability of good no-alcohol beers on draught. This is a difficult proposition, because you need the demand to be there to justify a draught line on which the beer has a shorter shelf-life thanks to the lack of alcohol, but you won’t see the demand fully realised unless you put a draught line on.\r\n\r\nBut as soon as people like me can go to the bar and order a pint of something that looks and tastes like good beer but contains no alcohol, it’ll be the first pint in every session. Sometimes, we want to drink without getting drunk, but we still want to looks and feel like beer drinkers.\r\n\r\nNow, finally, we can.\r\n\r\n<em>By<strong> Pete Brown</strong>, British author, journalist, broadcaster and consultant</em>','The No and Low down','','inherit','closed','closed','','6191-revision-v1','','','2020-01-08 17:00:31','2020-01-08 17:00:31','',6191,'https://www.ontradeprogress.com/2020/01/08/6191-revision-v1/',0,'revision','',0),(6211,1,'2020-01-09 08:29:36','2020-01-09 08:29:36','<h1>Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.</h1>\r\nLooking back at what I thought the hospitality industry would become in the dwindling months of 2009 – I don’t think I would have ever accurately predicted what we have experienced over the past decade. While some people would have spotted a vegetarian trend at the time, no one would have imagined the UK hospitality industry would push even further – sailing straight past vegetarianism and into veganism. As a result, London was recently voted the best city for vegans in the world! Meaning we have more vegan restaurants and options per square mile than any other city.\r\n\r\nSimilarly, the rise in technology has seen apps take over the restaurant industry. In 2009, my pink Motorola RAZR flip-phone would under no circumstances be able to get me on the internet, let alone have the capacity to download a single restaurant app. Today, however, my iPhone XR requires a special ‘hospitality’ folder to support all the apps I regularly use; Whetherspoons, Pizza Express and Sushimania – as well as shameful amount of takeaway apps including UberEats and Deliveroo.\r\n\r\nSo writing now, in 2019, a decade on, we can only wish to envision what the next decade will bring – let alone the next year. As technology and the advancing world moves forward at such a pace, and the political and socioeconomic landscape develops faster than ever before – we ask ourselves, what is hospitality now and what trends can we expect to emerge in 2020?\r\n\r\n<strong>Chain free</strong>\r\n\r\nIn May 2019, Jamie Oliver announced his restaurant group had gone into administration. As 22 restaurants across the country closed and nearly 1,000 staff were made redundant – the hospitality industry asked ‘how could this happen?’\r\n\r\nWill Wright, a KPMG partner and joint administrator, commented that: <em>“The current trading environment for companies across the casual dining sector is as tough as I’ve ever seen. The directors at Jamie Oliver Restaurant Group have worked tirelessly to stabilise the business against a backdrop of rising costs and brittle consumer confidence.”</em>\r\n\r\nIt’s not just Jamie Oliver that felt the squeeze, Pizza Express revealed in October that it was in £1 billion worth of debt – causing the chain to hire financial advisors to negotiate their way forward.\r\n\r\nThere seems to be an emerging trend for consumers to step away from chains – with the discount model being seen as archaic, many other restaurants are simply offering initially affordable meals without the fuss of discount codes. Moreover, the general trend is away from conglomerate hospitality and towards a bespoke and tailored service – this can be seen across the hotel industry also. Meaning that as we move in 2020, we will see an emergence of small to medium restaurant chains rise in popularity and success as they are grown on a seemingly organic scale; consider Flat Iron and Franco Manca to become the norm not the exception.\r\n\r\n<strong>Sustainable everything</strong>\r\n\r\nMuch in the same way the noughties saw the rise of veganism; our millennia’s twenties will see the consumer voting to support hospitality that promotes sustainability. While you think that veganism and sustainability are linked (which they are), they are actually distinctly different concepts.\r\n\r\nWhile large restaurant chains can offer vegan menus which attract vegan consumers (especially catering to large groups), this often doesn’t reflect their ability as an enterprise to be sustainable. For example, in theory, the larger the restaurant chain, the larger the waste that said chain produces.\r\n\r\nToo Good Too Waste, the sustainability association, estimate that London restaurants alone waste up to 600,000 tonnes of food per annum – a staggering figure! By consumers opting to eat in sustainably conscious restaurants they are considering the consequences that their choices have on the environment.\r\n\r\nSome pioneers in the hospitality industry are already doing this; for example the Green House Hotel in Bournemouth has a mantra of “spoil the guests without spoiling anything else”. Similarly, Brighton’s zero waste restaurant Silo, is opening a second restaurant in the capital later this year – indicating that sustainable choices are on the rise.\r\n\r\n<strong>Tech and more</strong>\r\n\r\nIn the next decade, I do wonder what we can expect in terms of technology. If you told me I could order food from McDonald\'s to my house in less than 15 mins through my phone, I probably would have thought that 2019 would be a utopia! In that respect – the world of technology is moving faster than ever and while we may feel there are limits to what the future can offer, there are a few trends we can predict.\r\n\r\nDigitalised menus are on the rise – as we move away from a paperless planet; the needless printing of menu after menu is a high expense and terrible for the environment. While the Japanese seem to have already perfected this, the digital menu trend is on the way to the UK. With cheap tablets, and companies specifically offering this service gaining traction, ordering from an app or digital menu will be the hospitality tech trend of 2020!','One step beyond - Hospitality trends','','inherit','closed','closed','','6173-revision-v1','','','2020-01-09 08:29:36','2020-01-09 08:29:36','',6173,'https://www.ontradeprogress.com/2020/01/09/6173-revision-v1/',0,'revision','',0),(6212,1,'2020-01-10 14:50:48','2020-01-10 14:50:48','<h1>January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n<h2><strong>The Experts...</strong></h2>\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n<h2><strong>Our Taste Test results...</strong></h2>\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\nWhat they say:\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\nOur panel says:<em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\nWhat Murray says:\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol mi</em><em>ssing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<img class=\"alignnone size-full wp-image-6242\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test1.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\nWhat they say:\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\nOur panel says:\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\nWhat Paul says:\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-6245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test4.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\nWhat they say:\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the non alcohol moment – low in calories, but still full of flavour.\r\n\r\nOur panel says:\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\nWhat Paul says:\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<img class=\"alignnone size-full wp-image-6244\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test3.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Marston\'s Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\nWhat they say:\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\nOur panel says:\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\nWhat Murray says:<strong>\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-6243\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test2.jpg\" alt=\"\" width=\"860\" height=\"600\" />','Keep it on the Dry-Low','','publish','closed','open','','keep-it-on-the-dry-low-taste-test','','','2020-01-17 10:40:29','2020-01-17 10:40:29','',0,'https://www.ontradeprogress.com/?p=6212',0,'post','',0),(6213,1,'2020-01-09 10:15:50','2020-01-09 10:15:50','<h1>January is approaching and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n\r\n<strong>The Experts...</strong>\r\n\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come\r\nwith it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\nWhat they say:\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\nOur panel says:\r\n<em>“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real\r\nthing but it’s pretty good considering.”\r\n“Smells, looks and tastes like cider.”\r\n“Sweet like the original which I personally really like.”\r\n“This tastes lovely over ice.”\r\n\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”\r\n“Very smooth and refreshing taste.”</em>\r\n\r\n&nbsp;','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-09 10:15:50','2020-01-09 10:15:50','',6212,'https://www.ontradeprogress.com/2020/01/09/6212-revision-v1/',0,'revision','',0),(6214,1,'2020-01-09 10:25:02','2020-01-09 10:25:02','<h1>January is approaching and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n\r\n<strong>The Experts...</strong>\r\n\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come\r\nwith it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\n<strong>What they say:</strong>\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\n<strong>Our panel says:</strong><em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\n<strong>What Murray says:</strong>\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\n<strong>What they say:</strong>\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\n<strong>What Paul says:</strong>\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\n<strong>What they say:</strong>\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the nonalcohol moment – low in calories, but still full of flavour.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\n<strong>What Paul says:</strong>\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<strong>Marstons Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\n<strong>What they say:</strong>\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\n<strong>What Murray says:\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-09 10:25:02','2020-01-09 10:25:02','',6212,'https://www.ontradeprogress.com/2020/01/09/6212-revision-v1/',0,'revision','',0),(6215,1,'2020-01-09 10:25:59','2020-01-09 10:25:59','<h1>January is approaching and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n\r\n<strong>The Experts...</strong>\r\n\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\n<strong>What they say:</strong>\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\n<strong>Our panel says:</strong><em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\n<strong>What Murray says:</strong>\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\n<strong>What they say:</strong>\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\n<strong>What Paul says:</strong>\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\n<strong>What they say:</strong>\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the nonalcohol moment – low in calories, but still full of flavour.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\n<strong>What Paul says:</strong>\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<strong>Marstons Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\n<strong>What they say:</strong>\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\n<strong>What Murray says:\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-09 10:25:59','2020-01-09 10:25:59','',6212,'https://www.ontradeprogress.com/2020/01/09/6212-revision-v1/',0,'revision','',0),(6216,1,'2020-01-09 10:27:13','2020-01-09 10:27:13','<h1>January is approaching and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n\r\n<strong>The Experts...</strong>\r\n\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\n<strong>What they say:</strong>\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\n<strong>Our panel says:</strong><em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\n<strong>What Murray says:</strong>\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\n<strong>What they say:</strong>\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\n<strong>What Paul says:</strong>\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\n<strong>What they say:</strong>\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the nonalcohol moment – low in calories, but still full of flavour.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\n<strong>What Paul says:</strong>\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<strong>Marstons Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\n<strong>What they say:</strong>\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\n<strong>What Murray says:\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low - Taste Test','','inherit','closed','closed','','6212-revision-v1','','','2020-01-09 10:27:13','2020-01-09 10:27:13','',6212,'https://www.ontradeprogress.com/2020/01/09/6212-revision-v1/',0,'revision','',0),(6217,1,'2020-01-09 10:30:27','2020-01-09 10:30:27','','Taste-Test_1600x550 OTP','Keep it on the Dry-Low - Taste Test','inherit','closed','closed','','taste-test_1600x550-otp','','','2020-01-09 10:30:58','2020-01-09 10:30:58','',6212,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6218,1,'2020-01-09 10:31:43','2020-01-09 10:31:43','<h1>January is approaching and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n\r\n<strong>The Experts...</strong>\r\n\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n\r\n<strong>Our Taste Test results...</strong>\r\n\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\n<strong>What they say:</strong>\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\n<strong>Our panel says:</strong><em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\n<strong>What Murray says:</strong>\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\n<strong>What they say:</strong>\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\n<strong>What Paul says:</strong>\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\n<strong>What they say:</strong>\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the nonalcohol moment – low in calories, but still full of flavour.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\n<strong>What Paul says:</strong>\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<strong>Marstons Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\n<strong>What they say:</strong>\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\n<strong>What Murray says:\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low - Taste Test','','inherit','closed','closed','','6212-revision-v1','','','2020-01-09 10:31:43','2020-01-09 10:31:43','',6212,'https://www.ontradeprogress.com/2020/01/09/6212-revision-v1/',0,'revision','',0),(6219,1,'2020-01-10 12:40:35','2020-01-10 12:40:35','<h1><strong>Leading industry figures line up to speak at PUB<sup>20 </sup></strong></h1>\r\nPUB<sup>20</sup>, the only dedicated show for the UK pub industry, has announced a glittering line-up of speakers for its 2020 event, designed to give those in the business inspiration and food for thought as the new decade gets underway.\r\n\r\nJohn Longden OBE, founder &amp; chief executive of Pub is the Hub, Clive Watson, executive chairman of City Pub Company, Josie Adams, head of learning and development at Young’s, Dawn Davies, head buyer at Specialty Drinks, Charlie Gilkes, founder of Inception Group, Rafael Liuth, head chef at The Jugged Hare, and Neil Rankin, chef proprietor at Temper will be among those taking to the stage to educate and inspire visitors at the free-to-attend show, which takes place on the 4<sup>th</sup> and 5<sup>th</sup> February 2020 at Olympia London.\r\n\r\nAttendees will be given access to a wealth of advice through a series of talks, presentations and demonstrations held across four stages: The PUB Theatre, designed by Harp Interiors, Talks at the Bar, The Taproom Talk-Space, in partnership with Thirsty’s, and the Taste Table, in partnership with Brew City, supported by Rational and Brakes.\r\n<h2>Hightlights include</h2>\r\n<ul>\r\n 	<li><em>CEO Panel: The Great British Pub:</em> A panel of industry pioneers including <strong>Kris Gumbrell,</strong> of Brewhouse and Kitchen and <strong>Clive Watson</strong> of The City Pub Group will examine how pubs are evolving to keep up with modern pubgoers.</li>\r\n 	<li><em>Leading Landladies: Women in The On-Trade:</em> <strong>Stosie Madi</strong>, chef patron at The Parkers Arms in Newton-in-Bowland, <strong>Mary Mclaughlin</strong>, co-founder of Cheshire Cat Pub Company and <strong>Jackie Moody-McNamara</strong>, coach, mentor and consultant at Turn the Key will explain how to champion, inspire and engage the future female leaders of the industry.</li>\r\n 	<li><em>Sustainability 101: Top Tips for Your Pub:</em> <strong>Peter Borg-Neal</strong>, founder and CEO of Oakman Inns &amp; Restaurants, <strong>Sandy Jarvis</strong>, operations director of The Culpeper and <strong>Mel Marriott</strong>, MD of Darwin &amp; Wallace will discuss ten easy ways pubs can become more sustainable, as hospitality businesses come under increasing pressure to adopt sustainable polices and reduce their carbon footprint.</li>\r\n 	<li><em>A Mindful Drinker Walks into a Bar:</em> With over eight million people now moderating their drinking, pubs can no longer ignore the mindful drinking trend. Club Soda’s <strong>Laura Whilloughby</strong> will explore the opportunities for publicans to upsell a more extensive and diverse range of soft drinks.</li>\r\n 	<li><em>CBD Curious?</em> Set to be one of 2020’s hottest trends, <strong>Serge Davies,</strong> CEO at Green Monkey will delve into the use of CBD as an ingredient, dispelling the myths and exploring how you can cash in on CBD products in your pub.</li>\r\n</ul>\r\nOisin Rogers, PUB<sup>20 </sup>ambassador and general manager of The Guinea Grill said: “PUB<sup>20</sup> has something for everyone. Whether you are just starting out or are well established, the stellar line-up of industry heavyweights will cover the issues that really matter to the trade from food and drink trends to the fantastic career opportunities this dynamic and innovative industry has to offer.”\r\n\r\nPUB<sup>20 </sup>community manager, Keterina Albanese, said: “We have worked hard to curate our speakers to bring fresh content to the show in the new decade.  We know many of these sessions are going to be in high demand so would advise those planning to come to the show to register and book them in advance to guarantee they don’t miss out on invaluable advice.”\r\n\r\nTo see the full line-up, register for PUB<sup>20</sup> and keep up-to-date with the latest news and information, visit <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, or follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook or Instagram.','PUB20 speakers announced','','publish','closed','open','','pub20-speakers-announced','','','2020-01-10 12:40:35','2020-01-10 12:40:35','',0,'https://www.ontradeprogress.com/?p=6219',0,'post','',0),(6220,1,'2020-01-10 12:38:13','2020-01-10 12:38:13','','The PUB Theatre','','inherit','closed','closed','','the-pub-theatre','','','2020-01-10 12:38:24','2020-01-10 12:38:24','',6219,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/The-PUB-Theatre.jpg',0,'attachment','image/jpeg',0),(6221,1,'2020-01-10 12:38:28','2020-01-10 12:38:28','<h1><strong>Leading industry figures line up to speak at PUB<sup>20 </sup></strong></h1>\r\nPUB<sup>20</sup>, the only dedicated show for the UK pub industry, has announced a glittering line-up of speakers for its 2020 event, designed to give those in the business inspiration and food for thought as the new decade gets underway.\r\n\r\nJohn Longden OBE, founder &amp; chief executive of Pub is the Hub, Clive Watson, executive chairman of City Pub Company, Josie Adams, head of learning and development at Young’s, Dawn Davies, head buyer at Specialty Drinks, Charlie Gilkes, founder of Inception Group, Rafael Liuth, head chef at The Jugged Hare, and Neil Rankin, chef proprietor at Temper will be among those taking to the stage to educate and inspire visitors at the free-to-attend show, which takes place on the 4<sup>th</sup> and 5<sup>th</sup> February 2020 at Olympia London.\r\n\r\nAttendees will be given access to a wealth of advice through a series of talks, presentations and demonstrations held across four stages: The PUB Theatre, designed by Harp Interiors, Talks at the Bar, The Taproom Talk-Space, in partnership with Thirsty’s, and the Taste Table, in partnership with Brew City, supported by Rational and Brakes.\r\n<h2>Hightlights include</h2>\r\n<ul>\r\n 	<li><em>CEO Panel: The Great British Pub:</em> A panel of industry pioneers including <strong>Kris Gumbrell,</strong> of Brewhouse and Kitchen and <strong>Clive Watson</strong> of The City Pub Group will examine how pubs are evolving to keep up with modern pubgoers.</li>\r\n 	<li><em>Leading Landladies: Women in The On-Trade:</em> <strong>Stosie Madi</strong>, chef patron at The Parkers Arms in Newton-in-Bowland, <strong>Mary Mclaughlin</strong>, co-founder of Cheshire Cat Pub Company and <strong>Jackie Moody-McNamara</strong>, coach, mentor and consultant at Turn the Key will explain how to champion, inspire and engage the future female leaders of the industry.</li>\r\n 	<li><em>Sustainability 101: Top Tips for Your Pub:</em> <strong>Peter Borg-Neal</strong>, founder and CEO of Oakman Inns &amp; Restaurants, <strong>Sandy Jarvis</strong>, operations director of The Culpeper and <strong>Mel Marriott</strong>, MD of Darwin &amp; Wallace will discuss ten easy ways pubs can become more sustainable, as hospitality businesses come under increasing pressure to adopt sustainable polices and reduce their carbon footprint.</li>\r\n 	<li><em>A Mindful Drinker Walks into a Bar:</em> With over eight million people now moderating their drinking, pubs can no longer ignore the mindful drinking trend. Club Soda’s <strong>Laura Whilloughby</strong> will explore the opportunities for publicans to upsell a more extensive and diverse range of soft drinks.</li>\r\n 	<li><em>CBD Curious?</em> Set to be one of 2020’s hottest trends, <strong>Serge Davies,</strong> CEO at Green Monkey will delve into the use of CBD as an ingredient, dispelling the myths and exploring how you can cash in on CBD products in your pub.</li>\r\n</ul>\r\nOisin Rogers, PUB<sup>20 </sup>ambassador and general manager of The Guinea Grill said: “PUB<sup>20</sup> has something for everyone. Whether you are just starting out or are well established, the stellar line-up of industry heavyweights will cover the issues that really matter to the trade from food and drink trends to the fantastic career opportunities this dynamic and innovative industry has to offer.”\r\n\r\nPUB<sup>20 </sup>community manager, Keterina Albanese, said: “We have worked hard to curate our speakers to bring fresh content to the show in the new decade.  We know many of these sessions are going to be in high demand so would advise those planning to come to the show to register and book them in advance to guarantee they don’t miss out on invaluable advice.”\r\n\r\nTo see the full line-up, register for PUB<sup>20</sup> and keep up-to-date with the latest news and information, visit <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, or follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook or Instagram.','PUB20 speakers announced','','inherit','closed','closed','','6219-revision-v1','','','2020-01-10 12:38:28','2020-01-10 12:38:28','',6219,'https://www.ontradeprogress.com/2020/01/10/6219-revision-v1/',0,'revision','',0),(6222,1,'2020-01-10 14:50:39','2020-01-10 14:50:39','<h1>January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n<h2><strong>The Experts...</strong></h2>\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n<h2><strong>Our Taste Test results...</strong></h2>\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\n<strong>What they say:</strong>\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\n<strong>Our panel says:</strong><em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\n<strong>What Murray says:</strong>\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\n<strong>What they say:</strong>\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\n<strong>What Paul says:</strong>\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\n<strong>What they say:</strong>\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the non alcohol moment – low in calories, but still full of flavour.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\n<strong>What Paul says:</strong>\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<strong>Marston\'s Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\n<strong>What they say:</strong>\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\n<strong>What Murray says:\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-10 14:50:39','2020-01-10 14:50:39','',6212,'https://www.ontradeprogress.com/2020/01/10/6212-revision-v1/',0,'revision','',0),(6223,1,'2020-01-17 10:40:08','2020-01-17 10:40:08','<h1>January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n<h2><strong>The Experts...</strong></h2>\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n<h2><strong>Our Taste Test results...</strong></h2>\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\nWhat they say:\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\nOur panel says:<em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\nWhat Murray says:\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol mi</em><em>ssing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<img class=\"alignnone size-full wp-image-6242\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test1.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\nWhat they say:\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\nOur panel says:\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\nWhat Paul says:\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-6245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test4.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\nWhat they say:\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the non alcohol moment – low in calories, but still full of flavour.\r\n\r\nOur panel says:\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\nWhat Paul says:\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<img class=\"alignnone size-full wp-image-6244\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test3.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Marston\'s Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\nWhat they say:\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\nOur panel says:\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\nWhat Murray says:<strong>\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-6243\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test2.jpg\" alt=\"\" width=\"860\" height=\"600\" />','Keep it on the Dry-Low','','inherit','closed','closed','','6212-autosave-v1','','','2020-01-17 10:40:08','2020-01-17 10:40:08','',6212,'https://www.ontradeprogress.com/2020/01/10/6212-autosave-v1/',0,'revision','',0),(6225,1,'2020-01-14 14:27:47','0000-00-00 00:00:00','<h1>Specialist distributor of glassware and tableware, <b>Artis</b><b>®</b>, has announced that it is to become the sole UK distributor to the foodservice industry of <b>Vidivi</b> glassware with effect from January 2020.</h1>\r\n<strong>Vidivi</strong>, based in Verona, is world renowned for the quality of its glassware products, which are designed and manufactured in Italy. All their products are high definition pressed glass, giving a smoother surface. This process gives each glass an extra high brilliance with a refractive index of 1.51. It offers extreme clarity and total transparency. The pressed glass is resistant to thermal and mechanical shock and is guaranteed microwave and dishwasher safe.\r\n\r\n<b>Diva 2.4.6 and Concerto</b>\r\n\r\nArtis is carrying a broad range of Vidivi products including seven ranges of drinking glasses together with jugs, glass chargers, dessert plates, bowls and buffet ware. Amongst the drinking glass ranges, <b>Diva 2.4.6</b> is a versatile collection of refined pleat effect tumblers, suitable for a variety of drinks with the ability to stack up to 6 high, making them a great space saver. With a distinctly contemporary feel, <b>Concerto</b> is a complete collection of tumblers that are unique and modern in their rhomboid geometry design. The two ranges work well across a variety of drink styles and each has a matching jug. List prices start at £3.75 for the Concerto Old Fashioned glass and £1.65 for the Diva 2.4.6 shot glass.\r\n\r\n<b>Tableware</b>\r\n\r\n<b>Accademia</b>, <b>Diva</b> and <b>Campiello</b> ranges feature charger plates, which can also be used to serve desserts. These are priced at £7.50. <b>Rialto</b>, <b>Banquet</b> and <b>Torcello</b> are collections of glass bowls and side dishes ranging from £3.50 upwards. Glass buffet ware features in the Fenice, Full Moon and Banquet collections and includes trays, cake stands and cheese/cake domes. Prices range from £6.50 for a small tray to £29.99 for the glass dome or cake stand.\r\n\r\n<img class=\" wp-image-6229 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Counter-top-e1579011536102-300x193.jpg\" alt=\"\" width=\"940\" height=\"605\" />\r\n\r\nThe full Vidivi selection can be seen in a new brochure produced by Artis. It is available online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>. For your own personal print copy or a hard copy of the full Artis illustrated price list, call 020 8391 5544.','Artis becomes sole distributor for Vidivi glassware','','draft','closed','open','','','','','2020-01-14 14:27:47','2020-01-14 14:27:47','',0,'https://www.ontradeprogress.com/?p=6225',0,'post','',0),(6226,1,'2020-01-14 14:06:38','2020-01-14 14:06:38','','Concerto range lifestyle','','inherit','closed','closed','','concerto-range-lifestyle','','','2020-01-14 14:06:38','2020-01-14 14:06:38','',6225,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Concerto-range-lifestyle.jpg',0,'attachment','image/jpeg',0),(6227,1,'2020-01-14 14:07:16','2020-01-14 14:07:16','<h1>Specialist distributor of glassware and tableware, <b>Artis</b><b>®</b>, has announced that it is to become the sole UK distributor to the foodservice industry of <b>Vidivi</b> glassware with effect from January 2020.</h1>\r\n<b>VIDIVI</b>\r\n\r\nVidivi, based in Verona, is world renowned for the quality of its glassware products, which are designed and manufactured in Italy. All their products are high definition pressed glass, giving a smoother surface. This process gives each glass an extra high brilliance with a refractive index of 1.51. It offers extreme clarity and total transparency. The pressed glass is resistant to thermal and mechanical shock and is guaranteed microwave and dishwasher safe.\r\n\r\n<b>DIVA 2.4.6 AND CONCERTO</b>\r\n\r\nArtis is carrying a broad range of Vidivi products including seven ranges of drinking glasses together with jugs, glass chargers, dessert plates, bowls and buffet ware. Amongst the drinking glass ranges, <b>Diva 2.4.6</b> is a versatile collection of refined pleat effect tumblers, suitable for a variety of drinks with the ability to stack up to 6 high, making them a great space saver. With a distinctly contemporary feel, <b>Concerto</b> is a complete collection of tumblers that are unique and modern in their rhomboid geometry design. The two ranges work well across a variety of drink styles and each has a matching jug. List prices start at £3.75 for the Concerto Old Fashioned glass and £1.65 for the Diva 2.4.6 shot glass.\r\n\r\n<b>TABLEWARE</b>\r\n\r\n<b>Accademia</b>, <b>Diva</b> and <b>Campiello</b> ranges feature charger plates, which can also be used to serve desserts. These are priced at £7.50. <b>Rialto</b>, <b>Banquet</b> and <b>Torcello</b> are collections of glass bowls and side dishes ranging from £3.50 upwards. Glass buffet ware features in the Fenice, Full Moon and Banquet collections and includes trays, cake stands and cheese/cake domes. Prices range from £6.50 for a small tray to £29.99 for the glass dome or cake stand.\r\n\r\nThe full Vidivi selection can be seen in a new brochure produced by Artis. It is available online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>. For your own personal print copy or a hard copy of the full Artis illustrated price list, call 020 8391 5544.','Artis becomes sole distributor for Vidivi glassware','','inherit','closed','closed','','6225-revision-v1','','','2020-01-14 14:07:16','2020-01-14 14:07:16','',6225,'https://www.ontradeprogress.com/2020/01/14/6225-revision-v1/',0,'revision','',0),(6228,1,'2020-01-14 14:14:23','2020-01-14 14:14:23','<h1>Specialist distributor of glassware and tableware, <b>Artis</b><b>®</b>, has announced that it is to become the sole UK distributor to the foodservice industry of <b>Vidivi</b> glassware with effect from January 2020.</h1>\r\n<b>Vidivi</b>\r\n\r\nVidivi, based in Verona, is world renowned for the quality of its glassware products, which are designed and manufactured in Italy. All their products are high definition pressed glass, giving a smoother surface. This process gives each glass an extra high brilliance with a refractive index of 1.51. It offers extreme clarity and total transparency. The pressed glass is resistant to thermal and mechanical shock and is guaranteed microwave and dishwasher safe.\r\n\r\n<b>Diva 2.4.6 and Concerto</b>\r\n\r\nArtis is carrying a broad range of Vidivi products including seven ranges of drinking glasses together with jugs, glass chargers, dessert plates, bowls and buffet ware. Amongst the drinking glass ranges, <b>Diva 2.4.6</b> is a versatile collection of refined pleat effect tumblers, suitable for a variety of drinks with the ability to stack up to 6 high, making them a great space saver. With a distinctly contemporary feel, <b>Concerto</b> is a complete collection of tumblers that are unique and modern in their rhomboid geometry design. The two ranges work well across a variety of drink styles and each has a matching jug. List prices start at £3.75 for the Concerto Old Fashioned glass and £1.65 for the Diva 2.4.6 shot glass.\r\n\r\n<b>Tableware</b>\r\n\r\n<b>Accademia</b>, <b>Diva</b> and <b>Campiello</b> ranges feature charger plates, which can also be used to serve desserts. These are priced at £7.50. <b>Rialto</b>, <b>Banquet</b> and <b>Torcello</b> are collections of glass bowls and side dishes ranging from £3.50 upwards. Glass buffet ware features in the Fenice, Full Moon and Banquet collections and includes trays, cake stands and cheese/cake domes. Prices range from £6.50 for a small tray to £29.99 for the glass dome or cake stand.\r\n\r\nThe full Vidivi selection can be seen in a new brochure produced by Artis. It is available online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>. For your own personal print copy or a hard copy of the full Artis illustrated price list, call 020 8391 5544.','Artis becomes sole distributor for Vidivi glassware','','inherit','closed','closed','','6225-revision-v1','','','2020-01-14 14:14:23','2020-01-14 14:14:23','',6225,'https://www.ontradeprogress.com/2020/01/14/6225-revision-v1/',0,'revision','',0),(6229,1,'2020-01-14 14:18:35','2020-01-14 14:18:35','','Counter top','','inherit','closed','closed','','counter-top','','','2020-01-14 14:18:35','2020-01-14 14:18:35','',6225,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Counter-top.jpg',0,'attachment','image/jpeg',0),(6230,1,'2020-01-14 14:19:41','2020-01-14 14:19:41','<h1>Specialist distributor of glassware and tableware, <b>Artis</b><b>®</b>, has announced that it is to become the sole UK distributor to the foodservice industry of <b>Vidivi</b> glassware with effect from January 2020.</h1>\r\n<b>Vidivi</b>\r\n\r\nVidivi, based in Verona, is world renowned for the quality of its glassware products, which are designed and manufactured in Italy. All their products are high definition pressed glass, giving a smoother surface. This process gives each glass an extra high brilliance with a refractive index of 1.51. It offers extreme clarity and total transparency. The pressed glass is resistant to thermal and mechanical shock and is guaranteed microwave and dishwasher safe.\r\n\r\n<b>Diva 2.4.6 and Concerto</b>\r\n\r\nArtis is carrying a broad range of Vidivi products including seven ranges of drinking glasses together with jugs, glass chargers, dessert plates, bowls and buffet ware. Amongst the drinking glass ranges, <b>Diva 2.4.6</b> is a versatile collection of refined pleat effect tumblers, suitable for a variety of drinks with the ability to stack up to 6 high, making them a great space saver. With a distinctly contemporary feel, <b>Concerto</b> is a complete collection of tumblers that are unique and modern in their rhomboid geometry design. The two ranges work well across a variety of drink styles and each has a matching jug. List prices start at £3.75 for the Concerto Old Fashioned glass and £1.65 for the Diva 2.4.6 shot glass.\r\n\r\n<b>Tableware</b>\r\n\r\n<b>Accademia</b>, <b>Diva</b> and <b>Campiello</b> ranges feature charger plates, which can also be used to serve desserts. These are priced at £7.50. <b>Rialto</b>, <b>Banquet</b> and <b>Torcello</b> are collections of glass bowls and side dishes ranging from £3.50 upwards. Glass buffet ware features in the Fenice, Full Moon and Banquet collections and includes trays, cake stands and cheese/cake domes. Prices range from £6.50 for a small tray to £29.99 for the glass dome or cake stand.\r\n\r\n<img class=\" wp-image-6229 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Counter-top-e1579011536102-300x193.jpg\" alt=\"\" width=\"694\" height=\"447\" />\r\n\r\nThe full Vidivi selection can be seen in a new brochure produced by Artis. It is available online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>. For your own personal print copy or a hard copy of the full Artis illustrated price list, call 020 8391 5544.','Artis becomes sole distributor for Vidivi glassware','','inherit','closed','closed','','6225-revision-v1','','','2020-01-14 14:19:41','2020-01-14 14:19:41','',6225,'https://www.ontradeprogress.com/2020/01/14/6225-revision-v1/',0,'revision','',0),(6231,1,'2020-01-14 14:20:14','2020-01-14 14:20:14','<h1>Specialist distributor of glassware and tableware, <b>Artis</b><b>®</b>, has announced that it is to become the sole UK distributor to the foodservice industry of <b>Vidivi</b> glassware with effect from January 2020.</h1>\r\n<b>Vidivi</b>\r\n\r\nVidivi, based in Verona, is world renowned for the quality of its glassware products, which are designed and manufactured in Italy. All their products are high definition pressed glass, giving a smoother surface. This process gives each glass an extra high brilliance with a refractive index of 1.51. It offers extreme clarity and total transparency. The pressed glass is resistant to thermal and mechanical shock and is guaranteed microwave and dishwasher safe.\r\n\r\n<b>Diva 2.4.6 and Concerto</b>\r\n\r\nArtis is carrying a broad range of Vidivi products including seven ranges of drinking glasses together with jugs, glass chargers, dessert plates, bowls and buffet ware. Amongst the drinking glass ranges, <b>Diva 2.4.6</b> is a versatile collection of refined pleat effect tumblers, suitable for a variety of drinks with the ability to stack up to 6 high, making them a great space saver. With a distinctly contemporary feel, <b>Concerto</b> is a complete collection of tumblers that are unique and modern in their rhomboid geometry design. The two ranges work well across a variety of drink styles and each has a matching jug. List prices start at £3.75 for the Concerto Old Fashioned glass and £1.65 for the Diva 2.4.6 shot glass.\r\n\r\n<b>Tableware</b>\r\n\r\n<b>Accademia</b>, <b>Diva</b> and <b>Campiello</b> ranges feature charger plates, which can also be used to serve desserts. These are priced at £7.50. <b>Rialto</b>, <b>Banquet</b> and <b>Torcello</b> are collections of glass bowls and side dishes ranging from £3.50 upwards. Glass buffet ware features in the Fenice, Full Moon and Banquet collections and includes trays, cake stands and cheese/cake domes. Prices range from £6.50 for a small tray to £29.99 for the glass dome or cake stand.\r\n\r\n<img class=\" wp-image-6229 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Counter-top-e1579011536102-300x193.jpg\" alt=\"\" width=\"940\" height=\"605\" />\r\n\r\nThe full Vidivi selection can be seen in a new brochure produced by Artis. It is available online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>. For your own personal print copy or a hard copy of the full Artis illustrated price list, call 020 8391 5544.','Artis becomes sole distributor for Vidivi glassware','','inherit','closed','closed','','6225-revision-v1','','','2020-01-14 14:20:14','2020-01-14 14:20:14','',6225,'https://www.ontradeprogress.com/2020/01/14/6225-revision-v1/',0,'revision','',0),(6232,1,'2020-01-14 14:27:47','2020-01-14 14:27:47','<h1>Specialist distributor of glassware and tableware, <b>Artis</b><b>®</b>, has announced that it is to become the sole UK distributor to the foodservice industry of <b>Vidivi</b> glassware with effect from January 2020.</h1>\r\n<strong>Vidivi</strong>, based in Verona, is world renowned for the quality of its glassware products, which are designed and manufactured in Italy. All their products are high definition pressed glass, giving a smoother surface. This process gives each glass an extra high brilliance with a refractive index of 1.51. It offers extreme clarity and total transparency. The pressed glass is resistant to thermal and mechanical shock and is guaranteed microwave and dishwasher safe.\r\n\r\n<b>Diva 2.4.6 and Concerto</b>\r\n\r\nArtis is carrying a broad range of Vidivi products including seven ranges of drinking glasses together with jugs, glass chargers, dessert plates, bowls and buffet ware. Amongst the drinking glass ranges, <b>Diva 2.4.6</b> is a versatile collection of refined pleat effect tumblers, suitable for a variety of drinks with the ability to stack up to 6 high, making them a great space saver. With a distinctly contemporary feel, <b>Concerto</b> is a complete collection of tumblers that are unique and modern in their rhomboid geometry design. The two ranges work well across a variety of drink styles and each has a matching jug. List prices start at £3.75 for the Concerto Old Fashioned glass and £1.65 for the Diva 2.4.6 shot glass.\r\n\r\n<b>Tableware</b>\r\n\r\n<b>Accademia</b>, <b>Diva</b> and <b>Campiello</b> ranges feature charger plates, which can also be used to serve desserts. These are priced at £7.50. <b>Rialto</b>, <b>Banquet</b> and <b>Torcello</b> are collections of glass bowls and side dishes ranging from £3.50 upwards. Glass buffet ware features in the Fenice, Full Moon and Banquet collections and includes trays, cake stands and cheese/cake domes. Prices range from £6.50 for a small tray to £29.99 for the glass dome or cake stand.\r\n\r\n<img class=\" wp-image-6229 aligncenter\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Counter-top-e1579011536102-300x193.jpg\" alt=\"\" width=\"940\" height=\"605\" />\r\n\r\nThe full Vidivi selection can be seen in a new brochure produced by Artis. It is available online at <a href=\"http://www.artis-uk.com/downloads\">www.artis-uk.com/downloads</a>. For your own personal print copy or a hard copy of the full Artis illustrated price list, call 020 8391 5544.','Artis becomes sole distributor for Vidivi glassware','','inherit','closed','closed','','6225-revision-v1','','','2020-01-14 14:27:47','2020-01-14 14:27:47','',6225,'https://www.ontradeprogress.com/2020/01/14/6225-revision-v1/',0,'revision','',0),(6233,1,'2020-01-16 11:33:49','2020-01-16 11:33:49','<h1>Dispensed soft drinks specialist Mr Fitz Aqua Spritz is throwing a lifeline to operators struggling with packed bottle fridges and overflowing recycling bins, with the launch of four premium mixer varieties.</h1>\r\nThree tonic waters, along with a ginger-based dark spirits mixer, are being added to the choice of concentrates in the Mr Fitz Aqua Spritz range. Each of the four new flavours - Aromatic Tonic; Mediterranean Tonic; Indian Citrus Tonic; and Ginger Beer, Orange &amp; Nutmeg – is made with premium ingredients to an exclusive recipe formulated to mix perfectly with spirits.\r\n\r\nServed using pure filtered sparkling mains water from the brand’s distinctive bar-top fount, the mixers boost both profitability and sustainability for hospitality businesses by eliminating the need for single serve glass bottles. Each bottle of concentrate can be used to serve 20 or more spirit-and-mixer drinks or cocktails, removing many thousands of bottles annually from a venue’s recycling costs.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “The addition of premium mixers to our existing range of soft drink concentrates makes the business and environmental case for operators to switch to dispense even more compelling.\r\n\r\n“The boom in sales of spirits and cocktails over recent years means pubs, bars, hotels and restaurants now send millions of single use mixer bottles to recycling every year, which has implications for both costs and sustainability.\r\n\r\n“The Mr Fitz Aqua Spritz system is backed by the proven dispense expertise of Brewfitt. By switching dispense to pure filtered still and sparkling water, soft drinks and now mixers, operators can achieve market-leading GPs, as well as removing single-use glass bottles from the supply chain.”\r\n\r\nThe new mixer range will be available to try at Pub 20, taking place at Olympia London on 4th-5th February. Brewfitt and Mr Fitz Aqua Spritz will be on <strong>stand C65</strong> at the show.','Mr Fitz Aqua Spritz launch new range of mixer concentrates','','publish','closed','open','','mr-fitz-aqua-spritz-launch-a-new-range-of-mixer-concentrates','','','2020-01-16 11:33:49','2020-01-16 11:33:49','',0,'https://www.ontradeprogress.com/?p=6233',0,'post','',0),(6234,1,'2020-01-16 11:06:45','2020-01-16 11:06:45','','Mr Fitz Aqua Spritz','','inherit','closed','closed','','mr-fitz-aqua-spritz-font-and-glassware','','','2020-01-16 11:07:00','2020-01-16 11:07:00','',6233,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Mr-Fitz-Aqua-Spritz-font-and-glassware.jpg',0,'attachment','image/jpeg',0),(6235,1,'2020-01-16 11:08:54','2020-01-16 11:08:54','<h1>Dispensed soft drinks specialist Mr Fitz Aqua Spritz is throwing a lifeline to operators struggling with packed bottle fridges and overflowing recycling bins, with the launch of four premium mixer varieties.</h1>\r\nThree tonic waters, along with a ginger-based dark spirits mixer, are being added to the choice of concentrates in the Mr Fitz Aqua Spritz range. Each of the four new flavours - Aromatic Tonic; Mediterranean Tonic; Indian Citrus Tonic; and Ginger Beer, Orange &amp; Nutmeg – is made with premium ingredients to an exclusive recipe formulated to mix perfectly with spirits.\r\n\r\nServed using pure filtered sparkling mains water from the brand’s distinctive bar-top fount, the mixers boost both profitability and sustainability for hospitality businesses by eliminating the need for single serve glass bottles. Each bottle of concentrate can be used to serve 20 or more spirit-and-mixer drinks or cocktails, removing many thousands of bottles annually from a venue’s recycling costs.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “The addition of premium mixers to our existing range of soft drink concentrates makes the business and environmental case for operators to switch to dispense even more compelling.\r\n\r\n“The boom in sales of spirits and cocktails over recent years means pubs, bars, hotels and restaurants now send millions of single use mixer bottles to recycling every year, which has implications for both costs and sustainability.\r\n\r\n“The Mr Fitz Aqua Spritz system is backed by the proven dispense expertise of Brewfitt. By switching dispense to pure filtered still and sparkling water, soft drinks and now mixers, operators can achieve market-leading GPs, as well as removing single-use glass bottles from the supply chain.”\r\n\r\nThe new mixer range will be available to try at Pub 20, taking place at Olympia London on 04-05 February.  Brewfitt and Mr Fitz Aqua Spritz will be on stand C65 at the show.','Mr Fitz Aqua Spritz launch a new range of mixer concentrates','','inherit','closed','closed','','6233-revision-v1','','','2020-01-16 11:08:54','2020-01-16 11:08:54','',6233,'https://www.ontradeprogress.com/2020/01/16/6233-revision-v1/',0,'revision','',0),(6236,1,'2020-01-16 11:09:54','2020-01-16 11:09:54','<h1>Dispensed soft drinks specialist Mr Fitz Aqua Spritz is throwing a lifeline to operators struggling with packed bottle fridges and overflowing recycling bins, with the launch of four premium mixer varieties.</h1>\r\nThree tonic waters, along with a ginger-based dark spirits mixer, are being added to the choice of concentrates in the Mr Fitz Aqua Spritz range. Each of the four new flavours - Aromatic Tonic; Mediterranean Tonic; Indian Citrus Tonic; and Ginger Beer, Orange &amp; Nutmeg – is made with premium ingredients to an exclusive recipe formulated to mix perfectly with spirits.\r\n\r\nServed using pure filtered sparkling mains water from the brand’s distinctive bar-top fount, the mixers boost both profitability and sustainability for hospitality businesses by eliminating the need for single serve glass bottles. Each bottle of concentrate can be used to serve 20 or more spirit-and-mixer drinks or cocktails, removing many thousands of bottles annually from a venue’s recycling costs.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “The addition of premium mixers to our existing range of soft drink concentrates makes the business and environmental case for operators to switch to dispense even more compelling.\r\n\r\n“The boom in sales of spirits and cocktails over recent years means pubs, bars, hotels and restaurants now send millions of single use mixer bottles to recycling every year, which has implications for both costs and sustainability.\r\n\r\n“The Mr Fitz Aqua Spritz system is backed by the proven dispense expertise of Brewfitt. By switching dispense to pure filtered still and sparkling water, soft drinks and now mixers, operators can achieve market-leading GPs, as well as removing single-use glass bottles from the supply chain.”\r\n\r\nThe new mixer range will be available to try at Pub 20, taking place at Olympia London on 4th-5th February. Brewfitt and Mr Fitz Aqua Spritz will be on <strong>stand C65</strong> at the show.','Mr Fitz Aqua Spritz launch a new range of mixer concentrates','','inherit','closed','closed','','6233-revision-v1','','','2020-01-16 11:09:54','2020-01-16 11:09:54','',6233,'https://www.ontradeprogress.com/2020/01/16/6233-revision-v1/',0,'revision','',0),(6237,1,'2020-01-16 11:33:32','2020-01-16 11:33:32','<h1>Dispensed soft drinks specialist Mr Fitz Aqua Spritz is throwing a lifeline to operators struggling with packed bottle fridges and overflowing recycling bins, with the launch of four premium mixer varieties.</h1>\r\nThree tonic waters, along with a ginger-based dark spirits mixer, are being added to the choice of concentrates in the Mr Fitz Aqua Spritz range. Each of the four new flavours - Aromatic Tonic; Mediterranean Tonic; Indian Citrus Tonic; and Ginger Beer, Orange &amp; Nutmeg – is made with premium ingredients to an exclusive recipe formulated to mix perfectly with spirits.\r\n\r\nServed using pure filtered sparkling mains water from the brand’s distinctive bar-top fount, the mixers boost both profitability and sustainability for hospitality businesses by eliminating the need for single serve glass bottles. Each bottle of concentrate can be used to serve 20 or more spirit-and-mixer drinks or cocktails, removing many thousands of bottles annually from a venue’s recycling costs.\r\n\r\nMark Fenton, head of brand for Mr Fitz Aqua Spritz, said: “The addition of premium mixers to our existing range of soft drink concentrates makes the business and environmental case for operators to switch to dispense even more compelling.\r\n\r\n“The boom in sales of spirits and cocktails over recent years means pubs, bars, hotels and restaurants now send millions of single use mixer bottles to recycling every year, which has implications for both costs and sustainability.\r\n\r\n“The Mr Fitz Aqua Spritz system is backed by the proven dispense expertise of Brewfitt. By switching dispense to pure filtered still and sparkling water, soft drinks and now mixers, operators can achieve market-leading GPs, as well as removing single-use glass bottles from the supply chain.”\r\n\r\nThe new mixer range will be available to try at Pub 20, taking place at Olympia London on 4th-5th February. Brewfitt and Mr Fitz Aqua Spritz will be on <strong>stand C65</strong> at the show.','Mr Fitz Aqua Spritz launch new range of mixer concentrates','','inherit','closed','closed','','6233-revision-v1','','','2020-01-16 11:33:32','2020-01-16 11:33:32','',6233,'https://www.ontradeprogress.com/2020/01/16/6233-revision-v1/',0,'revision','',0),(6238,1,'2020-01-17 09:54:35','2020-01-17 09:54:35','<h1>January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n<h2><strong>The Experts...</strong></h2>\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n<h2><strong>Our Taste Test results...</strong></h2>\r\n<h4><strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider</h4>\r\n<strong>What they say:</strong>\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\n<strong>Our panel says:</strong><em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\n<strong>What Murray says:</strong>\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n<h4><strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T</h4>\r\n<strong>What they say:</strong>\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\n<strong>What Paul says:</strong>\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n<h4><strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong></h4>\r\n<strong>What they say:</strong>\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the non alcohol moment – low in calories, but still full of flavour.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\n<strong>What Paul says:</strong>\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n<h4><strong>Marston\'s Low Tide</strong>\r\n0.5% ABV Pale Ale</h4>\r\n<strong>What they say:</strong>\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\n<strong>Our panel says:</strong>\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\n<strong>What Murray says:\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-17 09:54:35','2020-01-17 09:54:35','',6212,'https://www.ontradeprogress.com/2020/01/17/6212-revision-v1/',0,'revision','',0),(6239,1,'2020-01-17 09:56:57','2020-01-17 09:56:57','<h1>January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n<h2><strong>The Experts...</strong></h2>\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n<h2><strong>Our Taste Test results...</strong></h2>\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\nWhat they say:\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\nOur panel says:<em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\nWhat Murray says:\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol missing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\nWhat they say:\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\nOur panel says:\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\nWhat Paul says:\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\nWhat they say:\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the non alcohol moment – low in calories, but still full of flavour.\r\n\r\nOur panel says:\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\nWhat Paul says:\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<strong>Marston\'s Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\nWhat they say:\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\nOur panel says:\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\nWhat Murray says:<strong>\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-17 09:56:57','2020-01-17 09:56:57','',6212,'https://www.ontradeprogress.com/2020/01/17/6212-revision-v1/',0,'revision','',0),(6242,1,'2020-01-17 10:34:27','2020-01-17 10:34:27','','Sheppy’s Low Alcohol Classic Cider','','inherit','closed','closed','','taste-test1','','','2020-01-17 10:34:51','2020-01-17 10:34:51','',6212,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test1.jpg',0,'attachment','image/jpeg',0),(6243,1,'2020-01-17 10:34:29','2020-01-17 10:34:29','','Marston’s Low Tide 0.5% ABV Pale Ale','','inherit','closed','closed','','taste-test2','','','2020-01-17 10:37:40','2020-01-17 10:37:40','',6212,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test2.jpg',0,'attachment','image/jpeg',0),(6244,1,'2020-01-17 10:34:32','2020-01-17 10:34:32','','Franklin & Sons Sister’s Soda 0% ABV infused drinks','','inherit','closed','closed','','taste-test3','','','2020-01-17 10:37:17','2020-01-17 10:37:17','',6212,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test3.jpg',0,'attachment','image/jpeg',0),(6245,1,'2020-01-17 10:34:34','2020-01-17 10:34:34','','Highball Cocktails Alcohol Free Cocktails','','inherit','closed','closed','','taste-test4','','','2020-01-17 10:36:24','2020-01-17 10:36:24','',6212,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test4.jpg',0,'attachment','image/jpeg',0),(6246,1,'2020-01-17 10:40:29','2020-01-17 10:40:29','<h1>January is here and with it comes groups of new years resolution hopefuls, many of which will be attempting Dry January. However, like a dog isn’t just for Christmas, abstinence from alcohol isn’t just for January! It’s a growing trend on the rise as the general consumer grows more conscious around physical and mental health.</h1>\r\nMany of those that want to abstain from alcohol still want to enjoy the familiar taste and be able to socialise without being asked all night why they’re not drinking as they stare into their can of coke.\r\n\r\nIn step the no-alcohol alternatives. Options for venues are growing and a lot of the top brands now have a drink under this niche. To help you navigate the market and suggest some options that you may or may not know are available - OTP has assembled our mighty taste test panel to put some of the options on the market through their paces. Their aim was to look at taste, packaging and compare the taste to the real thing. We also invited a sommelier and mixologist along to get a balanced view. Let’s see what they thought.\r\n<h2><strong>The Experts...</strong></h2>\r\n<strong>Paul Keighley</strong>\r\nDirector of Mix and Match Ltd.\r\n\r\nPaul Keighley has over 15 years experience working in the cocktail and events world. Born in Scotland, raised in Australia and now living in England his life is as busy as his heritage.\r\n\r\nA professional mixologist, beverage consultant and former winemaker trained in Oenology and Viticulture at Plumpton College in Sussex, he has a finely tuned palate from his years of experience. In 2016, Paul and his wife started a cocktail events company called Mix and Match Ltd. A creative and versatile cocktail and events agency that offer complete event bar solutions for corporate, private and brand events of all shapes and sizes. Working with brands and distributors such as Auchentoshen Whisky, Dead Man’s Fingers Rum, 1800 Tequila, Halewood Wines and Spirits and Quintessential Brands UK.\r\n\r\nPaul joined the panel to explore new non-alcoholic offerings for use in the events industry.\r\n\r\n<strong>Murray Phillips</strong>\r\nMixologist\r\n\r\nMany of you will know Murray as OTP resident mixologist through numerous pieces of content that he’s worked on for us.\r\n\r\nFor those who don’t - Murray grew up in Wales Pembrokeshire and in his later years moved to Kent to study at university. Like a lot of students, he started working as a glass washer at a local cocktail bar. Within a couple of years, Murray had worked his way up to bar supervisor and had fallen in love with making cocktails and all the techniques that come with it.\r\n\r\nMurray was inspired by Death and Co’s book which expanded his drive and inspired creativity and experimentation which led to making his own infused Syrups and liquors! Murray has worked with brands such as Giffard, Black Magic and many more.\r\n<h2><strong>Our Taste Test results...</strong></h2>\r\n<strong>Sheppy’s Low Alcohol Classic Cider</strong>\r\n0.5% ABV Classic Cider\r\n\r\nWhat they say:\r\nMade with the carefully selected blend of Somerset’s finest traditional and desert apples, Sheppy’s Low Alcohol Classic Cider has a light and delicious apple taste with the same flavour profile as Sheppy’s traditional cider, but an ABV of 0.5%.\r\n\r\nOur panel says:<em>\r\n“The packaging looks very similar to the original, I like that it would feel like I’m ordering a low alcohol drink.”</em>\r\n<em>“I usually drink Magners but this is actually really nice.”“I can’t say it’s the same as the real thing but it’s pretty good considering.”</em>\r\n<em>“Smells, looks and tastes like cider.”</em>\r\n<em>“Sweet like the original which I personally really like.”</em>\r\n<em>“This tastes lovely over ice.”</em>\r\n<em>\"I’m attempting Dry Jan this year and I’ll be looking out for local pubs that stock this!”</em>\r\n<em>“Very smooth and refreshing taste.”</em>\r\n\r\nWhat Murray says:\r\n<em>“Cider is my go-to drink when not drinking something mixed so I was keen to get my hands on this one from Sheppy’s. The drink tastes very sweet and refreshing. Sheppy’s have done well replicating the original. It’s not really that easy to tell that there’s alcohol mi</em><em>ssing, which is usually one of the pitfalls of low and no ranges.”</em>\r\n\r\n<img class=\"alignnone size-full wp-image-6242\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test1.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Highball Cocktails Alcohol Free Cocktails</strong>\r\nClassic G&amp;T\r\n\r\nWhat they say:\r\nThe classic Gin &amp; Tonic in a Highball glass is a time-honoured favourite. We have masterfully mixed the aroma and flavour notes of juniper with a unique blend of botanicals to deliver thirst quenching freshness, with quinine bite and a citrus twist; positively alcohol free. Each 250ml bottle has just 55 calories per serve, a 0% ABV and is vegan and gluten-free.\r\n\r\nOur panel says:\r\n<em>“Very authentic tasting.”</em>\r\n<em>“The classic G&amp;T tastes very similar to the real thing.”</em>\r\n<em>“The packaging on the highball brand variants is really nice. I managed to get to try the mojito flavour as well which has got a real minty kick.”</em>\r\n<em>“The Mojito is smooth but has an after kick to it. It’s a really nice drink.”</em>\r\n<em>“I can imagine gin lovers liking this as it tastes pretty genuine.”</em>\r\n<em>“The quinine gives the G&amp;T a really authentic taste!”</em>\r\n\r\nWhat Paul says:\r\nHighball Classic G&amp;T:\r\n<em>“Subtle juniper spice leads to bitter quinine. A hint of sweetness balances the palate nicely. Good effervescence, could do with a slightly heavier juniper profile.”</em>\r\n\r\nHighball Mojito:\r\n<em>“Light and refreshing. Well balanced sweetness and citrus with mint and spearmint undertones. Slightly confected aftertaste, citric acid is evident on the palate.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-6245\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test4.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Franklin &amp; Sons Sister’s Soda\r\n</strong>0% ABV infused drink, Pineapple Cardamom<strong>\r\n</strong>\r\n\r\nWhat they say:\r\nLightly carbonated, the refreshing flavour combinations have been crafted using fruit extracts and a touch of British sugar beet. Delicious on the go, or the perfect way to create an occasion for the non alcohol moment – low in calories, but still full of flavour.\r\n\r\nOur panel says:\r\n<em>“I’m not doing Dry Jan this year, but its refreshing enough to drink all year round.”</em>\r\n<em>“Light and refreshing, I like that there are no added sweeteners as they sometimes irritate my teeth.”</em>\r\n<em>“Mild, not too sweet. Could literally drink these all day.”</em>\r\n\r\nWhat Paul says:\r\n<em>“This is sparkling and fruity. There are sweet notes of tropical pineapple followed by a touch of earthy cardamom. Very agreeable!”</em>\r\n\r\n<img class=\"alignnone size-full wp-image-6244\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test3.jpg\" alt=\"\" width=\"860\" height=\"600\" />\r\n\r\n<strong>Marston\'s Low Tide</strong>\r\n0.5% ABV Pale Ale\r\n\r\nWhat they say:\r\nA juicy, tropical Pale Ale, with a fullness that belies its low alcohol. Generous quantities of hops are added throughout the brewing process and it is those hops that deliver Low Tide’s richly fruity hop character, with tropical fruits, and notes of subtle citrus and blueberry.\r\n\r\nOur panel says:\r\n<em>“Very hoppy, nice and fruity.”</em>\r\n<em>“A little bitter for me, the flavours are nice though.”</em>\r\n<em>“Tastes quite like Punk IPA, which I like.”</em>\r\n<em>“I can’t really tell that there’s no alcohol in it. I’m not a regular beer drinker but it tastes exactly the same.”</em>\r\n\r\nWhat Murray says:<strong>\r\n</strong><em>\"Low Tide has an aroma of Mango, medium sweetness and tastes of tropical fruits.\"</em><strong>\r\n</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-6243\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Taste-Test2.jpg\" alt=\"\" width=\"860\" height=\"600\" />','Keep it on the Dry-Low','','inherit','closed','closed','','6212-revision-v1','','','2020-01-17 10:40:29','2020-01-17 10:40:29','',6212,'https://www.ontradeprogress.com/2020/01/17/6212-revision-v1/',0,'revision','',0),(6247,1,'2020-02-03 13:49:04','2020-02-03 13:49:04','<h1>Making a point of difference on the tabletop is the Nara stoneware collection from leading UK distributor of table and glassware, Artis®. Part of the extensive Playground collection, Nara provides restaurateurs with the opportunity to differentiate their tabletop, mixing and matching with existing pieces or with other products from the Playground collection.</h1>\r\n<b>Playground</b>\r\n\r\nPlayground is a versatile tabletop collection from BHS Tabletop AG (Bauscher and Tafelstern), harnessing the latest gastronomic trends and enabling restaurateurs to create a different mood for every occasion. The range includes literally hundreds of items and features many different types of materials and very modern shapes including colourful stoneware, wood, glass, metal, cast iron, ceramic and leather. Nara is just one of many collections within the Playground portfolio, available from Artis.\r\n\r\n<img class=\"alignnone size-full wp-image-6252\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Nara2.jpg\" alt=\"\" width=\"860\" height=\"644\" />\r\n\r\n<b>Nara</b>\r\n\r\nThe Nara stoneware collection provides a point of contrast with white porcelain and is particularly suited to creating new combinations with existing or new crockery pieces.\r\n\r\nNara is an interaction of colours, shapes and textures. It is available in many different pieces including rectangular platters of varying sizes, round plates, dip dishes, round and square bowls and mugs. All pieces are made with a distinctive semi-matte glaze and come in several colourways including black for that on-trend industrial cast-iron look, but also in grey, brown and dark or light speckled finishes.\r\n\r\nList prices range from £5.15 for the dip dishes to £20.87 for the large 30x18cm rectangular platter, with stylish handless mugs at £7.22 each.\r\n\r\nSays Gill Head, Marketing Manager at Artis:<em> “Playground is the ultimate mix and match opportunity, allowing our customers to create different effects and ever-changing tabletops. Nara is bang on trend for its contemporary textures and colours. It will enable restaurateurs to refresh their tabletop appearance without changing their main porcelain collection”</em>.','A point of difference','','publish','closed','open','','a-point-of-difference','','','2020-02-03 13:49:04','2020-02-03 13:49:04','',0,'https://www.ontradeprogress.com/?p=6247',0,'post','',0),(6248,1,'2020-01-17 15:24:00','2020-01-17 15:24:00','','Nara Stoneware by Artis®','','inherit','closed','closed','','hyperfocal-0','','','2020-01-17 15:25:55','2020-01-17 15:25:55','',6247,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Nara4.jpg',0,'attachment','image/jpeg',0),(6251,1,'2020-01-17 15:27:59','2020-01-17 15:27:59','<h1>Making a point of difference on the tabletop is the Nara stoneware collection from leading UK distributor of table and glassware, Artis®. Part of the extensive Playground collection, Nara provides restaurateurs with the opportunity to differentiate their tabletop, mixing and matching with existing pieces or with other products from the Playground collection.</h1>\r\n<b>Playground</b>\r\n\r\nPlayground is a versatile tabletop collection from BHS Tabletop AG (Bauscher and Tafelstern), harnessing the latest gastronomic trends and enabling restaurateurs to create a different mood for every occasion. The range includes literally hundreds of items and features many different types of materials and very modern shapes including colourful stoneware, wood, glass, metal, cast iron, ceramic and leather. Nara is just one of many collections within the Playground portfolio, available from Artis.\r\n\r\n<b>Nara</b>\r\n\r\nThe Nara stoneware collection provides a point of contrast with white porcelain and is particularly suited to creating new combinations with existing or new crockery pieces.\r\n\r\nNara is an interaction of colours, shapes and textures. It is available in many different pieces including rectangular platters of varying sizes, round plates, dip dishes, round and square bowls and mugs. All pieces are made with a distinctive semi-matte glaze and come in several colourways including black for that on-trend industrial cast-iron look, but also in grey, brown and dark or light speckled finishes.\r\n\r\nList prices range from £5.15 for the dip dishes to £20.87 for the large 30x18cm rectangular platter, with stylish handless mugs at £7.22 each.\r\n\r\nSays Gill Head, Marketing Manager at Artis:<em> “Playground is the ultimate mix and match opportunity, allowing our customers to create different effects and ever-changing tabletops. Nara is bang on trend for its contemporary textures and colours. It will enable restaurateurs to refresh their tabletop appearance without changing their main porcelain collection”</em>.\r\n\r\n<img class=\"alignnone size-full wp-image-6249\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Nara2.jpg\" alt=\"\" width=\"2837\" height=\"2126\" />','A point of difference','','inherit','closed','closed','','6247-revision-v1','','','2020-01-17 15:27:59','2020-01-17 15:27:59','',6247,'https://www.ontradeprogress.com/2020/01/17/6247-revision-v1/',0,'revision','',0),(6252,1,'2020-01-17 15:42:31','2020-01-17 15:42:31','','Nara Stoneware by Artis®','','inherit','closed','closed','','hyperfocal-0-2','','','2020-01-17 15:43:00','2020-01-17 15:43:00','',6247,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Nara2.jpg',0,'attachment','image/jpeg',0),(6253,1,'2020-01-17 15:43:04','2020-01-17 15:43:04','<h1>Making a point of difference on the tabletop is the Nara stoneware collection from leading UK distributor of table and glassware, Artis®. Part of the extensive Playground collection, Nara provides restaurateurs with the opportunity to differentiate their tabletop, mixing and matching with existing pieces or with other products from the Playground collection.</h1>\r\n<b>Playground</b>\r\n\r\nPlayground is a versatile tabletop collection from BHS Tabletop AG (Bauscher and Tafelstern), harnessing the latest gastronomic trends and enabling restaurateurs to create a different mood for every occasion. The range includes literally hundreds of items and features many different types of materials and very modern shapes including colourful stoneware, wood, glass, metal, cast iron, ceramic and leather. Nara is just one of many collections within the Playground portfolio, available from Artis.\r\n\r\n<img class=\"alignnone size-full wp-image-6252\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2020/01/Nara2.jpg\" alt=\"\" width=\"860\" height=\"644\" />\r\n\r\n<b>Nara</b>\r\n\r\nThe Nara stoneware collection provides a point of contrast with white porcelain and is particularly suited to creating new combinations with existing or new crockery pieces.\r\n\r\nNara is an interaction of colours, shapes and textures. It is available in many different pieces including rectangular platters of varying sizes, round plates, dip dishes, round and square bowls and mugs. All pieces are made with a distinctive semi-matte glaze and come in several colourways including black for that on-trend industrial cast-iron look, but also in grey, brown and dark or light speckled finishes.\r\n\r\nList prices range from £5.15 for the dip dishes to £20.87 for the large 30x18cm rectangular platter, with stylish handless mugs at £7.22 each.\r\n\r\nSays Gill Head, Marketing Manager at Artis:<em> “Playground is the ultimate mix and match opportunity, allowing our customers to create different effects and ever-changing tabletops. Nara is bang on trend for its contemporary textures and colours. It will enable restaurateurs to refresh their tabletop appearance without changing their main porcelain collection”</em>.','A point of difference','','inherit','closed','closed','','6247-revision-v1','','','2020-01-17 15:43:04','2020-01-17 15:43:04','',6247,'https://www.ontradeprogress.com/2020/01/17/6247-revision-v1/',0,'revision','',0),(6255,1,'2020-01-23 10:27:42','2020-01-23 10:27:42','<h1>Ontrade Progress takes a look at what trends the hospitality industry can expect in 2020.</h1>\r\nLooking back at what I thought the hospitality industry would become in the dwindling months of 2009 – I don’t think I would have ever accurately predicted what we have experienced over the past decade. While some people would have spotted a vegetarian trend at the time, no one would have imagined the UK hospitality industry would push even further – sailing straight past vegetarianism and into veganism. As a result, London was recently voted the best city for vegans in the world! Meaning we have more vegan restaurants and options per square mile than any other city.\r\n\r\nSimilarly, the rise in technology has seen apps take over the restaurant industry. In 2009, my pink Motorola RAZR flip-phone would under no circumstances be able to get me on the internet, let alone have the capacity to download a single restaurant app. Today, however, my iPhone XR requires a special ‘hospitality’ folder to support all the apps I regularly use; Whetherspoons, Pizza Express and Sushimania – as well as shameful amount of takeaway apps including UberEats and Deliveroo.\r\n\r\nSo writing now, in 2019, a decade on, we can only wish to envision what the next decade will bring – let alone the next year. As technology and the advancing world moves forward at such a pace, and the political and socioeconomic landscape develops faster than ever before – we ask ourselves, what is hospitality now and what trends can we expect to emerge in 2020?\r\n\r\n<strong>Chain free</strong>\r\n\r\nIn May 2019, Jamie Oliver announced his restaurant group had gone into administration. As 22 restaurants across the country closed and nearly 1,000 staff were made redundant – the hospitality industry asked ‘how could this happen?’\r\n\r\nWill Wright, a KPMG partner and joint administrator, commented that: <em>“The current trading environment for companies across the casual dining sector is as tough as I’ve ever seen. The directors at Jamie Oliver Restaurant Group have worked tirelessly to stabilise the business against a backdrop of rising costs and brittle consumer confidence.”</em>\r\n\r\nIt’s not just Jamie Oliver that felt the squeeze, Pizza Express revealed in October that it was in £1 billion worth of debt – causing the chain to hire financial advisors to negotiate their way forward.\r\n\r\nThere seems to be an emerging trend for consumers to step away from chains – with the discount model being seen as archaic, many other restaurants are simply offering initially affordable meals without the fuss of discount codes. Moreover, the general trend is away from conglomerate hospitality and towards a bespoke and tailored service – this can be seen across the hotel industry also. Meaning that as we move in 2020, we will see an emergence of small to medium restaurant chains rise in popularity and success as they are grown on a seemingly organic scale; consider Flat Iron and Franco Manca to become the norm not the exception.\r\n\r\n<strong>Sustainable everything</strong>\r\n\r\nMuch in the same way the noughties saw the rise of veganism; our millennia’s twenties will see the consumer voting to support hospitality that promotes sustainability. While you think that veganism and sustainability are linked (which they are), they are actually distinctly different concepts.\r\n\r\nWhile large restaurant chains can offer vegan menus which attract vegan consumers (especially catering to large groups), this often doesn’t reflect their ability as an enterprise to be sustainable. For example, in theory, the larger the restaurant chain, the larger the waste that said chain produces.\r\n\r\nToo Good Too Waste, the sustainability association, estimate that London restaurants alone waste up to 600,000 tonnes of food per annum – a staggering figure! By consumers opting to eat in sustainably conscious restaurants they are considering the consequences that their choices have on the environment.\r\n\r\nSome pioneers in the hospitality industry are already doing this; for example the Green House Hotel in Bournemouth has a mantra of “spoil the guests without spoiling anything else”. Similarly, Brighton’s zero waste restaurant Silo, is opening a second restaurant in the capital later this year – indicating that sustainable choices are on the rise.\r\n\r\n<strong>Tech and more</strong>\r\n\r\nIn the next decade, I do wonder what we can expect in terms of technology. If you told me I could order food from McDonald\'s to my house in less than 15 mins through my phone, I probably would have thought that 2019 would be a utopia! In that respect – the world of technology is moving faster than ever and while we may feel there are limits to what the future can offer, there are a few trends we can predict.\r\n\r\nDigitalised menus are on the rise – as we move away from a paperless planet; the needless printing of menu after menu is a high expense and terrible for the environment. While the Japanese seem to have already perfected this, the digital menu trend is on the way to the UK. With cheap tablets, and companies specifically offering this service gaining traction, ordering from an app or digital menu will be the hospitality tech trend of 2020!','One step beyond','','inherit','closed','closed','','6173-revision-v1','','','2020-01-23 10:27:42','2020-01-23 10:27:42','',6173,'https://www.ontradeprogress.com/2020/01/23/6173-revision-v1/',0,'revision','',0),(6256,1,'2020-01-29 09:23:23','2020-01-29 09:23:23','','33_ON-TRADE-PROGRESS_COVER_ISSUE-33','','inherit','closed','closed','','33_on-trade-progress_cover_issue-33','','','2020-01-29 09:23:23','2020-01-29 09:23:23','',8,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33.jpg',0,'attachment','image/jpeg',0),(6257,1,'2020-01-29 09:23:30','2020-01-29 09:23:30','','33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px','','inherit','closed','closed','','33_on-trade-progress_cover_issue-33_220x270px','','','2020-01-29 09:23:30','2020-01-29 09:23:30','',8,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_220x270px.png',0,'attachment','image/png',0),(6258,1,'2020-01-29 09:23:32','2020-01-29 09:23:32','','33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px','','inherit','closed','closed','','33_on-trade-progress_cover_issue-33_300x330px','','','2020-01-29 09:23:32','2020-01-29 09:23:32','',8,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_300x330px.png',0,'attachment','image/png',0),(6259,1,'2020-01-29 09:23:34','2020-01-29 09:23:34','','33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px','','inherit','closed','closed','','33_on-trade-progress_cover_issue-33_620x861px','','','2020-01-29 09:23:34','2020-01-29 09:23:34','',8,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/33_ON-TRADE-PROGRESS_COVER_ISSUE-33_620x861px.png',0,'attachment','image/png',0),(6260,1,'2020-01-29 09:23:55','2020-01-29 09:23:55','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_url_window=\"yes\" spot_code=\"JTVCbml2b3NsaWRlciUyMGlkJTNEJTIyNTQ0MiUyMiU1RA==\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2020-01-29 09:23:55','2020-01-29 09:23:55','',8,'https://www.ontradeprogress.com/2020/01/29/8-revision-v1/',0,'revision','',0),(6261,1,'2020-01-29 09:24:49','2020-01-29 09:24:49','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSG9zcGl0YWxpdHklMjBhbmQlMjBtZW51JTIwdHJlbmRzJTIwZm9yJTIwMjAyMA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUGV0ZSUyMEJyb3duJTIwdGVsbHMlMjB1cyUyMHdoeSUyMGxvdyUyMCUyNiUyMG5vJTIwaXMlMjBoZXJlJTIwdG8lMjBzdGF5\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwT3VyJTIwcGFuZWwlMjB0ZXN0JTIwc29tZSUyMGxvdyUyMCUyNiUyMG5vJTIwb3B0aW9ucyUyMG9uJTIwdGhlJTIwbWFya2V0\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVGlwcyUyMGZvciUyMHJlc3RhdXJhbnQlMjBlbWFpbCUyMG1hcmtldGluZw==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVGlwcyUyMG9uJTIwaG93JTIwdG8lMjBlbnN1cmUlMjBiZXN0JTIwcHJhY3Rpc2UlMjB3aGVuJTIwaXQlMjBjb21lcyUyMHRvJTIweW91ciUyMGdsYXNzd2FyZQ==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwVmVnYW51YXJ5JTIwaXMlMjBhcHByb2FjaGluZyUyMC0lMjB3ZSUyMGJyZWFrJTIwZG93biUyMHRoZSUyMGZhY3RzJTIwYmVoaW5kJTIwdGhlJTIwdHJlbmQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 09:24:49','2020-01-29 09:24:49','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6262,1,'2020-01-29 09:30:23','2020-01-29 09:30:23','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3cyUyMGJ5JTIwTWljaGVsbGUlMjBQZXJyZXQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWFraW5nJTIwVmFsZW50aW5lJ3MlMjBEYXklMjBzcGVjaWFs\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMERhdmlkJTIwSG9vZCUyMGZyb20lMjBTcGlyaXQlMjBDYXJ0ZWw=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUFVCMjAlMjBQcmV2aWV3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWVhdCUyMGFsdGVybmF0aXZlcyUyMHdoZW4lMjBlYXRpbmclMjBvdXQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUG9yayUyMFNjcmF0Y2hpbmdzLi4uJTIwVGhlJTIwY2xhc3NpYyUyMGJhciUyMHNuYWNrJTIwd2l0aCUyMGElMjB0d2lzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 09:30:23','2020-01-29 09:30:23','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6263,1,'2020-01-29 09:31:29','2020-01-29 09:31:29','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6258\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"510\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"510\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Hospitality News','','inherit','closed','closed','','5173-revision-v1','','','2020-01-29 09:31:29','2020-01-29 09:31:29','',5173,'https://www.ontradeprogress.com/2020/01/29/5173-revision-v1/',0,'revision','',0),(6264,1,'2020-01-29 09:32:25','2020-01-29 09:32:25','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiLTM1IiwibWFyZ2luLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"2\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Drinks','','inherit','closed','closed','','5005-revision-v1','','','2020-01-29 09:32:25','2020-01-29 09:32:25','',5005,'https://www.ontradeprogress.com/2020/01/29/5005-revision-v1/',0,'revision','',0),(6265,1,'2020-01-29 09:32:59','2020-01-29 09:32:59','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"3\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"3\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Food','','inherit','closed','closed','','5022-revision-v1','','','2020-01-29 09:32:59','2020-01-29 09:32:59','',5022,'https://www.ontradeprogress.com/2020/01/29/5022-revision-v1/',0,'revision','',0),(6266,1,'2020-01-29 09:33:33','2020-01-29 09:33:33','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"8\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"8\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Business','','inherit','closed','closed','','5023-revision-v1','','','2020-01-29 09:33:33','2020-01-29 09:33:33','',5023,'https://www.ontradeprogress.com/2020/01/29/5023-revision-v1/',0,'revision','',0),(6267,1,'2020-01-29 09:34:04','2020-01-29 09:34:04','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\" spot_img_mob=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"28\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"28\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Entertainment','','inherit','closed','closed','','5025-revision-v1','','','2020-01-29 09:34:04','2020-01-29 09:34:04','',5025,'https://www.ontradeprogress.com/2020/01/29/5025-revision-v1/',0,'revision','',0),(6268,1,'2020-01-29 09:34:34','2020-01-29 09:34:34','[tdc_zone type=\"tdc_content\"][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tbGVmdCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_mob=\"6258\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"middle\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" el_class=\"subscribebutton\" float_right=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\"][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\" category_id=\"10\" offset=\"2\"][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\" full_width=\"stretch_row\"][vc_column][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"100%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"12\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"load_more\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"4\" category_id=\"10\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Technology','','inherit','closed','closed','','5026-revision-v1','','','2020-01-29 09:34:34','2020-01-29 09:34:34','',5026,'https://www.ontradeprogress.com/2020/01/29/5026-revision-v1/',0,'revision','',0),(6269,1,'2020-01-29 09:36:57','2020-01-29 09:36:57','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #33','','inherit','closed','closed','','6143-revision-v1','','','2020-01-29 09:36:57','2020-01-29 09:36:57','',6143,'https://www.ontradeprogress.com/2020/01/29/6143-revision-v1/',0,'revision','',0),(6270,1,'2020-01-29 09:37:34','2020-01-29 09:37:34','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #32</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Ontrade Progress issue #32','','inherit','closed','closed','','6143-revision-v1','','','2020-01-29 09:37:34','2020-01-29 09:37:34','',6143,'https://www.ontradeprogress.com/2020/01/29/6143-revision-v1/',0,'revision','',0),(6271,1,'2020-01-29 10:30:24','2020-01-29 10:30:24','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzJfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #32','','inherit','closed','closed','','276-revision-v1','','','2020-01-29 10:30:24','2020-01-29 10:30:24','',276,'https://www.ontradeprogress.com/2020/01/29/276-revision-v1/',0,'revision','',0),(6272,1,'2020-01-29 10:33:29','2020-01-29 10:33:29','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzNfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #32','','inherit','closed','closed','','276-revision-v1','','','2020-01-29 10:33:29','2020-01-29 10:33:29','',276,'https://www.ontradeprogress.com/2020/01/29/276-revision-v1/',0,'revision','',0),(6273,1,'2020-01-29 10:33:43','2020-01-29 10:33:43','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzNfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #33','','inherit','closed','closed','','276-revision-v1','','','2020-01-29 10:33:43','2020-01-29 10:33:43','',276,'https://www.ontradeprogress.com/2020/01/29/276-revision-v1/',0,'revision','',0),(6274,1,'2020-01-29 10:46:54','2020-01-29 10:46:54','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwTWljaGVsbGUlMjBQZXJyZXR0JTIwaW50ZXJ2aWV3cyUyME9za2FyJTIwS2luYmVyZyUyMChIaWRlKSUyQyUyMEFuZHklMjBLZXJyJTIwKFRoZSUyMFVtYnJlbGxhJTIwUHJvamVjdCklMkMlMjBDYW1pbGxlJTIwVmlkYWwlMjAoTGElMjBNYWlzb24lMjBXZWxsbmVzcyklMkMlMjBBbmRyZWklMjBNYXJjdSUyMChDb3VwZXR0ZSklMkMlMjBTYWx2YXRvcmUlMjBNZWduYSUyMChUaGUlMjBBbWVyaWNhbiUyMEJhciUyMGF0JTIwdGhlJTIwU3RhZmZvcmQpJTIwdG8lMjB0YWxrJTIwZHJpbmslMjB0cmVuZHM=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwdGhlJTIwcm9vdHMlMjBvZiUyMFZhbGVudGluZSdzJTIwRGF5JTIwYW5kJTIwd2h5JTIwdGhpcyUyMGlzJTIwb25lJTIwb2YlMjB0aGUlMjBmaXJzdCUyMGJpZyUyMGhpZ2hsaWdodHMlMjBvZiUyMHRoZSUyMGhvc3BpdGFsaXR5JTIwY2FsZW5kYXI=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMERhdmlkJTIwSG9vZCUyMGZyb20lMjBTcGlyaXQlMjBDYXJ0ZWwlMkMlMjB3ZSUyMHRhbGslMjBhYm91dCUyMCUyMHRoZWlyJTIwcmVjZW50JTIwSVdTQyUyMHdpbiUyMGFuZCUyMHBldCUyMHBpZ3M=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUFVCMjAlMjBQcmV2aWV3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWVhdCUyMGFsdGVybmF0aXZlcyUyMHdoZW4lMjBlYXRpbmclMjBvdXQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUG9yayUyMFNjcmF0Y2hpbmdzLi4uJTIwVGhlJTIwY2xhc3NpYyUyMGJhciUyMHNuYWNrJTIwd2l0aCUyMGElMjB0d2lzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 10:46:54','2020-01-29 10:46:54','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6275,1,'2020-01-29 11:13:57','2020-01-29 11:13:57','','32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px','','inherit','closed','closed','','32_on-trade-progress_cover_issue-32_220x270px','','','2020-01-29 11:13:57','2020-01-29 11:13:57','',0,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/32_ON-TRADE-PROGRESS_COVER_ISSUE-32_220x270px.png',0,'attachment','image/png',0),(6276,1,'2020-01-29 12:58:48','2020-01-29 12:58:48','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“ and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter wp-image-6058\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"900\" height=\"600\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or anothe\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t roll off.','Sally Abé interview','','inherit','closed','closed','','6054-revision-v1','','','2020-01-29 12:58:48','2020-01-29 12:58:48','',6054,'https://www.ontradeprogress.com/2020/01/29/6054-revision-v1/',0,'revision','',0),(6277,1,'2020-01-29 13:00:11','2020-01-29 13:00:11','<h1>Sally Abé, inspirational chef, talks her stellar career, plans for the future and why she prioritises British produce.</h1>\r\nOur identity and relationship to British food has always been complex. When we talk about French food, we picture beef bourguignonne, cheeses and wines galore. Talk of Naples and Italy conjures up images of freshly baked pizzas and rich pastas. Even non-European foods have taken on clear identities – with Japanese sushi, Chinese dim sum and Thai rice. So what are we, this emerald isles? What is our food identity?\r\n\r\nOne incredible chef who is reshaping our conceptions of British cuisine is Sally Abé – current head chef of The Harwood Arms and advocate of British Lion Eggs. For her, British produce takes priority – both now and in the future.\r\n\r\nAbé has had, and continues to have, a truly stand out career. She has worked with, and at, the biggest names in the British food industry. Including notorious chef, Gordon Ramsay, whom she worked with at The Savoy and Claridge’s. Additionally, Abé has trained under Brett Graham, the two-Michelin-starred chef, wherein she developed a range of excellent culinary skills that carried her forward throughout her career.\r\n\r\nIn 2017, Abé was invited to become the Head Chef at The Harwood Arms – the only Michelin-starred pub in London. Here is where her true flair and love for British produce began; with The Harwood Arms only focusing on British produce. Sally’s cooking style reflects the pub’s ethos and her continued investment in hearty, simple, British food means that The Harwood Arms remains on the map.\r\n\r\n<strong>Rising star</strong>\r\n\r\n<img class=\"alignright wp-image-6055\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0383_EDIT-203x300.jpg\" alt=\"Sally Abe\" width=\"203\" height=\"300\" />\r\n\r\nUnlike most chefs, perhaps, Abé wasn’t born into cooking. She explains: <em>“Strangely enough, I w</em><em>asn’t really into food as a kid but when I moved to Sheffield when I was 18, I really got into cooking and decided to study hospitality and business ma</em><em>nagement at university. I did a placement at The Savoy in London as part </em><em>of that, and once </em><em>I got there, I realised I wanted to be a chef. I’ve always been in the industry one way or the other!”</em>\r\n\r\nSince then, incorporating British cuisine into her cooking has always been a huge part of her mission statement. Abé prioritises British cuisine and uses the complex variety of different produce to influence her cooking.\r\n\r\n<em>“ and use as much British produce as is possible,” </em>she explains.<em> “And I’m led by the seasons of the British Isles. The Harwood Arms has always been known for championing the very best British produce with a focus on game and wild food, all of which is sourced within the UK. Provenance has been key to our success, and sustainability is also very important to us.”</em>\r\n\r\n<strong>Egg-static</strong>\r\n\r\nFor Abé, the use of British produce also means she knows exactly where it’s coming from. Elaborating on this, she champions her love for British Lion eggs. The Lion Code of Practice is managed by the British Egg Industry Council and this scheme assures that British Lion eggs meet stringent standards. With more than 700 auditable criteria, the high standards protect against Salmonella and other potential food safety issues.\r\n\r\nThe red lion stamp is a sign of quality and signals that the hen and egg is guaranteed British. Moreover, the unique ‘passport’ system ensures complete traceability of hens, eggs and feed so every step of the supply chain is monitored. To ensure the freshness and quality of the eggs, the Lion mark, system of production and best-before date is printed on the shell and the egg box – meaning that Abé and other consumers can trust the eggs they use.\r\n\r\n<em>“I only ever source free-range eggs that have been stamped with the British Lion,” Abé adds. “Most importantly, it is to make sure that they’re safe for our guests to eat, but it’s also a hallmark of quality which is a cornerstone of the dishes we produce at The Harwood Arms.”</em>\r\n\r\nBritish Lion has revolutionised the British approach to eggs in general too; before the introduction of the British Lion 21 years ago this year, the safety standards of eggs were less certain. Now, with popular dishes such as Eggs Benedict and poached eggs on avocado and toast… it’s become a hero ingredient. With Brexit on the horizon, and the potential for a higher proportion of lower quality imported eggs coming into the country, being able to rely on the Lion is more important than ever.\r\n\r\nIt’s not just the eggs that she ensures live up to the highest of quality and food safety, Abé continues: <em>“Aside from the legal obligations we have as a restaurant serving food to the public (and natural common sense!), I make sure we evaluate and choose our suppliers very carefully. They must have the right documentation, and naturally, their produce has to be as fresh as possible. I need to know where all of our ingredients come from.”</em>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter wp-image-6058\" src=\"https://www.ontradeprogress.com/wp-content/uploads/2019/11/DSC_0420_EDIT-300x200.jpg\" alt=\"Slow cooked egg with a salad of duck hearts, bacon and hazelnuts\" width=\"900\" height=\"600\" />\r\n\r\n&nbsp;\r\n\r\n<strong>Future plans</strong>\r\n\r\nFor Abé, British cuisine and produce will remain a huge part of her future. We ask her how she envisions the next ten years of her career?\r\n\r\n“I’m so busy at the moment, I can’t even think about what I’m going to be doing next month! In ten years’ time… Who knows? All I know is that I will keep cooking and keep using amazing British produce. I don’t ever see myself leaving the industry, so I know I’ll always be involved in it, in one guise or another.\r\n\r\n<strong>Slow cooked egg with a salad of duck hearts, bacon and hazelnuts:</strong>\r\n\r\nRecipe:\r\n4 x Slow cooked British Lion eggs\r\n1 x Frisee\r\n100g Mache\r\n100g Crispy bacon\r\n50g Duck fat croutons\r\n50g Toasted hazelnuts\r\nHazelnut dressing\r\n50ml Chicken sauce\r\n8 x Duck livers\r\n8 x Duck hearts\r\n1 tsp Chives\r\n1 tsp Shallots\r\n\r\nMethod:\r\n<strong>Duck Hearts</strong>\r\nBrine 10% for 2 hours.\r\nVac Pack with oil, thyme and a cracked clove of garlic.\r\nCook 65 degrees for 60 minutes.\r\nDrain and reserve in the fridge.\r\nTo serve pan fry lightly until browned on both sides and slice into three, 2 hearts per portion.\r\n\r\n<strong>Duck Gizzards</strong>\r\nSalt 16g per kilo for 2 hours.\r\nVac Pack with oil and cook at 85 degrees for 8 hours.\r\nLeave to cool.\r\nDice into 0.5cm cubes for service.\r\n\r\n<strong>Egg</strong>\r\nCook in the shell at 63 degrees for one hour at 11am and 5pm.\r\nStore in small water bath at 55 degrees for service.\r\n\r\n<strong>Hazelnut dressing</strong>\r\n1 clove garlic\r\n10 Dijon Mustard\r\n80 White wine vinegar\r\n110 Honey\r\n220 Hazelnut oil\r\n\r\nPlace all ingredients in the blender and drizzle in the oil to emulsify.\r\nStore in squeezy bottle for service. To serve mix with 50% chicken sauce in a small pan and warm gently.\r\n\r\nTo serve:\r\nMix frisee, mache, bacon, hazelnuts, livers, croutons, chives, shallots in a bowl and dress with hazelnut and chicken sauce dressing, season with salt to taste. Dress into a ring into a large bowl.\r\n\r\nSaute the duck hearts and livers and slice, arrange over the salad and remove the ring.\r\n\r\nCrack an egg onto a tray, season with salt and pepper and carefully spoon onto the centre of the salad, making sure it is secure and won’t roll off.','Sally Abé interview','','inherit','closed','closed','','6054-revision-v1','','','2020-01-29 13:00:11','2020-01-29 13:00:11','',6054,'https://www.ontradeprogress.com/2020/01/29/6054-revision-v1/',0,'revision','',0),(6278,1,'2020-01-29 13:22:40','2020-01-29 13:22:40','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwTWljaGVsbGUlMjBQZXJyZXR0JTIwaW50ZXJ2aWV3cyUyME9za2FyJTIwS2luYmVyZyUyMChIaWRlKSUyQyUyMEFuZHklMjBLZXJyJTIwKFRoZSUyMFVtYnJlbGxhJTIwUHJvamVjdCklMkMlMjBDYW1pbGxlJTIwVmlkYWwlMjAoTGElMjBNYWlzb24lMjBXZWxsbmVzcyklMkMlMjBBbmRyZWklMjBNYXJjdSUyMChDb3VwZXR0ZSklMkMlMjBTYWx2YXRvcmUlMjBNZWduYSUyMChUaGUlMjBBbWVyaWNhbiUyMEJhciUyMGF0JTIwdGhlJTIwU3RhZmZvcmQpJTIwdG8lMjB0YWxrJTIwZHJpbmslMjB0cmVuZHM=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwdGhlJTIwcm9vdHMlMjBvZiUyMFZhbGVudGluZSdzJTIwRGF5JTIwYW5kJTIwaGlnaGxpZ2h0JTIwd2h5JTIwdGhpcyUyMGlzJTIwb25lJTIwb2YlMjB0aGUlMjBmaXJzdCUyMGJpZyUyMGhpZ2hsaWdodHMlMjBvZiUyMHRoZSUyMGhvc3BpdGFsaXR5JTIwY2FsZW5kYXI=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwSW50ZXJ2aWV3JTIwd2l0aCUyMERhdmlkJTIwSG9vZCUyMGZyb20lMjBTcGlyaXQlMjBDYXJ0ZWwlMkMlMjB3ZSUyMHRhbGslMjBhYm91dCUyMCUyMHRoZWlyJTIwcmVjZW50JTIwSVdTQyUyMHdpbiUyMGFuZCUyMHBldCUyMHBpZ3M=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUFVCMjAlMjBQcmV2aWV3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWVhdCUyMGFsdGVybmF0aXZlcyUyMHdoZW4lMjBlYXRpbmclMjBvdXQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUG9yayUyMFNjcmF0Y2hpbmdzLi4uJTIwVGhlJTIwY2xhc3NpYyUyMGJhciUyMHNuYWNrJTIwd2l0aCUyMGElMjB0d2lzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 13:22:40','2020-01-29 13:22:40','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6279,1,'2020-01-29 13:22:59','2020-01-29 13:22:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwTWljaGVsbGUlMjBQZXJyZXR0JTIwaW50ZXJ2aWV3cyUyME9za2FyJTIwS2luYmVyZyUyMChIaWRlKSUyQyUyMEFuZHklMjBLZXJyJTIwKFRoZSUyMFVtYnJlbGxhJTIwUHJvamVjdCklMkMlMjBDYW1pbGxlJTIwVmlkYWwlMjAoTGElMjBNYWlzb24lMjBXZWxsbmVzcyklMkMlMjBBbmRyZWklMjBNYXJjdSUyMChDb3VwZXR0ZSklMkMlMjBTYWx2YXRvcmUlMjBNZWduYSUyMChUaGUlMjBBbWVyaWNhbiUyMEJhciUyMGF0JTIwdGhlJTIwU3RhZmZvcmQpJTIwdG8lMjB0YWxrJTIwZHJpbmslMjB0cmVuZHM=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwdGhlJTIwcm9vdHMlMjBvZiUyMFZhbGVudGluZSdzJTIwRGF5JTIwYW5kJTIwaGlnaGxpZ2h0JTIwd2h5JTIwdGhpcyUyMGlzJTIwb25lJTIwb2YlMjB0aGUlMjBmaXJzdCUyMGJpZyUyMGhpZ2hsaWdodHMlMjBvZiUyMHRoZSUyMGhvc3BpdGFsaXR5JTIwY2FsZW5kYXI=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBpbnRlcnZpZXclMjBEYXZpZCUyMEhvb2QlMjBmcm9tJTIwU3Bpcml0JTIwQ2FydGVsJTIwdG8lMjB0YWxrJTIwYWJvdXQlMjAlMjB0aGVpciUyMHJlY2VudCUyMElXU0MlMjB3aW4lMjBhbmQlMjBwZXQlMjBwaWdz\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUFVCMjAlMjBQcmV2aWV3\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwTWVhdCUyMGFsdGVybmF0aXZlcyUyMHdoZW4lMjBlYXRpbmclMjBvdXQ=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUG9yayUyMFNjcmF0Y2hpbmdzLi4uJTIwVGhlJTIwY2xhc3NpYyUyMGJhciUyMHNuYWNrJTIwd2l0aCUyMGElMjB0d2lzdA==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 13:22:59','2020-01-29 13:22:59','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6280,1,'2020-01-29 14:27:02','2020-01-29 14:27:02','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwTWljaGVsbGUlMjBQZXJyZXR0JTIwaW50ZXJ2aWV3cyUyME9za2FyJTIwS2luYmVyZyUyMChIaWRlKSUyQyUyMEFuZHklMjBLZXJyJTIwKFRoZSUyMFVtYnJlbGxhJTIwUHJvamVjdCklMkMlMjBDYW1pbGxlJTIwVmlkYWwlMjAoTGElMjBNYWlzb24lMjBXZWxsbmVzcyklMkMlMjBBbmRyZWklMjBNYXJjdSUyMChDb3VwZXR0ZSklMkMlMjBTYWx2YXRvcmUlMjBNZWduYSUyMChUaGUlMjBBbWVyaWNhbiUyMEJhciUyMGF0JTIwdGhlJTIwU3RhZmZvcmQpJTIwdG8lMjB0YWxrJTIwZHJpbmslMjB0cmVuZHMu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBleHBsb3JlJTIwdGhlJTIwcm9vdHMlMjBvZiUyMFZhbGVudGluZSdzJTIwRGF5JTIwYW5kJTIwaGlnaGxpZ2h0JTIwd2h5JTIwdGhpcyUyMGlzJTIwb25lJTIwb2YlMjB0aGUlMjBmaXJzdCUyMGJpZyUyMGhpZ2hsaWdodHMlMjBvZiUyMHRoZSUyMGhvc3BpdGFsaXR5JTIwY2FsZW5kYXIu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwV2UlMjBpbnRlcnZpZXclMjBEYXZpZCUyMEhvb2QlMjBmcm9tJTIwU3Bpcml0JTIwQ2FydGVsJTIwdG8lMjB0YWxrJTIwYWJvdXQlMjAlMjB0aGVpciUyMHJlY2VudCUyMElXU0MlMjB3aW4lMjBhbmQlMjBwZXQlMjBwaWdzLg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwUFVCMjAlMjB0YWtlcyUyMHBsYWNlJTIwYmV0d2VlbiUyMHRoZSUyMDR0aC01dGglMjBvZiUyMEZlYnJ1YXJ5LiUyMFdlJTIwcHJldmlldyUyMHRoZSUyMFBVQjIwJTIwcmVwb3J0JTIwYW5kJTIwc29tZSUyMG9mJTIwdGhlJTIwZXhoaWJpdG9ycy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 14:27:02','2020-01-29 14:27:02','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6281,1,'2020-01-29 14:37:29','2020-01-29 14:37:29','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6259\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRU1pY2hlbGxlJTIwUGVycmV0dCUyMGludGVydmlld3MlMjAlM0MlMkZiJTNFJTIwT3NrYXIlMjBLaW5iZXJnJTIwKEhpZGUpJTJDJTIwQW5keSUyMEtlcnIlMjAoVGhlJTIwVW1icmVsbGElMjBQcm9qZWN0KSUyQyUyMENhbWlsbGUlMjBWaWRhbCUyMChMYSUyME1haXNvbiUyMFdlbGxuZXNzKSUyQyUyMEFuZHJlaSUyME1hcmN1JTIwKENvdXBldHRlKSUyQyUyMFNhbHZhdG9yZSUyME1lZ25hJTIwKFRoZSUyMEFtZXJpY2FuJTIwQmFyJTIwYXQlMjB0aGUlMjBTdGFmZm9yZCklMjB0byUyMHRhbGslMjBkcmluayUyMHRyZW5kcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwZXhwbG9yZSUyMHRoZSUyMHJvb3RzJTIwb2YlMjBWYWxlbnRpbmUncyUyMERheSUzQyUyRmIlM0UlMjBhbmQlMjBoaWdobGlnaHQlMjB3aHklMjB0aGlzJTIwaXMlMjBvbmUlMjBvZiUyMHRoZSUyMGZpcnN0JTIwYmlnJTIwaGlnaGxpZ2h0cyUyMG9mJTIwdGhlJTIwaG9zcGl0YWxpdHklMjBjYWxlbmRhci4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwaW50ZXJ2aWV3JTIwRGF2aWQlMjBIb29kJTIwZnJvbSUyMFNwaXJpdCUyMENhcnRlbCUzQyUyRmIlM0UlMjB0byUyMHRhbGslMjBhYm91dCUyMCUyMHRoZWlyJTIwcmVjZW50JTIwSVdTQyUyMHdpbiUyMGFuZCUyMHBldCUyMHBpZ3Mu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwcHJldmlldyUyMHRoZSUyMFBVQjIwJTIwcmVwb3J0JTNDJTJGYiUzRSUyMGFuZCUyMHNvbWUlMjBvZiUyMHRoZSUyMGV4aGliaXRvcnMuJTIwVGhlJTIwZXZlbnQlMjB0YWtlcyUyMHBsYWNlJTIwYmV0d2VlbiUyMHRoZSUyMDR0aC01dGglMjBvZiUyMEZlYnJ1YXJ5Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-01-29 14:37:29','2020-01-29 14:37:29','',23,'https://www.ontradeprogress.com/2020/01/29/23-revision-v1/',0,'revision','',0),(6283,1,'2020-02-03 13:37:38','2020-02-03 13:37:38','<h1>Westerhall Rums UK is a family-run business based in Canterbury, Kent. They import their award-winning rum from Grenada, The Spice Isle of the West Indies.</h1>\r\nThe range comprises of five aged rums and two overproof rums that all offer the drinker the real spirit of Grenada in every glass. Steeped in culture and history Westerhall’s story and rum are truly unique.\r\n\r\nWith such a diverse and delectable range they have something for everyone; their range is tailored to your enjoyment and experience. The waters of Grenada are naturally infused with the spices and flavours of the island such as nutmeg, and during the blending process these are filtered into the rum giving it a distinctively Grenadian spiced-yet-smooth taste and its golden sunset hues.\r\n\r\n<strong>The result is a range of award-winning, hand-crafted rum like no other.</strong>\r\n\r\n<strong>Rum No.2</strong> – double distilled and aged for two years to achieve a smooth and mellow balance. Perfect in spritz serves and Mojitos.\r\n\r\n<strong>Rum No.3</strong> – a smooth mixing rum that robusts robust Grenadian flavours. Perfect with ginger beer and fresh lime.\r\n\r\n<strong>Rum No.5</strong> – silky smooth and effortless to drink. Immensely enjoyable on the rocks and the perfect cocktail rum.\r\n\r\n<strong>Rum No.7</strong> – Aged for 7 years in new American oak ex-bourbon casks resulting in a dark rum that boasts robust interesting flavours.\r\n\r\n<strong>Rum No.10</strong> – A 10 year old rum, incredibly smooth and rich in flavours. It has been recognised as an outstanding vintage and is best enjoyed neat or on the rocks.\r\n\r\nWesterhall Rums UK will be exhibiting at this years Pub20 show on stand A66 and with rum set to become the next big spirit of 2020 make sure you come and pay them a visit to experience the variety of rums on offer to suit every drinker and occasion.\r\n\r\nFind out <strong>#whatsyournumber</strong>\r\n\r\n<a href=\"http://www.westerhallrums.co.uk\">www.westerhallrums.co.uk</a>','PUB20 exhibitor profile - Westerhall Rums UK','','publish','closed','open','','westerhall-rums-uk','','','2020-02-03 13:38:52','2020-02-03 13:38:52','',0,'https://www.ontradeprogress.com/?p=6283',0,'post','',0),(6284,1,'2020-01-31 10:54:44','2020-01-31 10:54:44','<h1>Westerhall Rums UK is a family-run business based in Canterbury, Kent. We import our award-winning rum from Grenada, The Spice Isle of the West Indies.</h1>\r\nThe range comprises of five aged rums and two overproof rums that all offer the drinker the real spirit of Grenada in every glass. Steeped in culture and history Westerhall’s story and rum are truly unique.\r\n\r\nWith such a diverse and delectable range we have something for everyone; our range is tailored to your enjoyment and experience. The waters of Grenada are naturally infused with the spices and flavours of the island such as nutmeg, and during the blending process these are filtered into the rum giving it a distinctively Grenadian spiced-yet-smooth taste and its golden sunset hues.\r\n\r\nThe result is a range of award-winning, hand-crafted rum like no other.\r\n\r\nRum No.2 – double distilled and aged for two years to achieve a smooth and mellow balance. Perfect in spritz serves and Mojitos\r\n\r\nRum No.3 – a smooth mixing rum that robusts robust Grenadian flavours. Perfect with ginger beer and fresh lime.\r\n\r\nRum No.5 – silky smooth and effortless to drink. Immensely enjoyable on the rocks and the perfect cocktail rum.\r\n\r\nRum No.7 – Aged for 7 years in new American oak ex-bourbon casks resulting in a dark rum that boasts robust interesting flavours.\r\n\r\nRum No.10 – A 10 year old rum, incredibly smooth and rich in flavours. It has been recognised as an outstanding vintage and is best enjoyed neat or on the rocks.\r\n\r\nWesterhall Rums UK will be exhibiting at this years Pub20 show on stand A66 with rum set to become the next big spirit of 2020 make sure you come and pay them a visit to experience the variety of rums on offer to suit every drinker and occasion.\r\n\r\nFind out #whatsyournumber\r\n\r\nWebsite – <a href=\"http://www.westerhallrums.co.uk\">www.westerhallrums.co.uk</a>','Westerhall Rums UK','','inherit','closed','closed','','6283-revision-v1','','','2020-01-31 10:54:44','2020-01-31 10:54:44','',6283,'https://www.ontradeprogress.com/2020/01/31/6283-revision-v1/',0,'revision','',0),(6285,1,'2020-01-31 10:56:15','2020-01-31 10:56:15','<h1>Westerhall Rums UK is a family-run business based in Canterbury, Kent. We import our award-winning rum from Grenada, The Spice Isle of the West Indies.</h1>\r\nThe range comprises of five aged rums and two overproof rums that all offer the drinker the real spirit of Grenada in every glass. Steeped in culture and history Westerhall’s story and rum are truly unique.\r\n\r\nWith such a diverse and delectable range we have something for everyone; our range is tailored to your enjoyment and experience. The waters of Grenada are naturally infused with the spices and flavours of the island such as nutmeg, and during the blending process these are filtered into the rum giving it a distinctively Grenadian spiced-yet-smooth taste and its golden sunset hues.\r\n\r\n<strong>The result is a range of award-winning, hand-crafted rum like no other.</strong>\r\n\r\n<strong>Rum No.2</strong> – double distilled and aged for two years to achieve a smooth and mellow balance. Perfect in spritz serves and Mojitos\r\n\r\n<strong>Rum No.3</strong> – a smooth mixing rum that robusts robust Grenadian flavours. Perfect with ginger beer and fresh lime.\r\n\r\n<strong>Rum No.5</strong> – silky smooth and effortless to drink. Immensely enjoyable on the rocks and the perfect cocktail rum.\r\n\r\n<strong>Rum No.7</strong> – Aged for 7 years in new American oak ex-bourbon casks resulting in a dark rum that boasts robust interesting flavours.\r\n\r\n<strong>Rum No.10</strong> – A 10 year old rum, incredibly smooth and rich in flavours. It has been recognised as an outstanding vintage and is best enjoyed neat or on the rocks.\r\n\r\nWesterhall Rums UK will be exhibiting at this years Pub20 show on stand A66 with rum set to become the next big spirit of 2020 make sure you come and pay them a visit to experience the variety of rums on offer to suit every drinker and occasion.\r\n\r\nFind out <strong>#whatsyournumber</strong>\r\n\r\nWebsite – <a href=\"http://www.westerhallrums.co.uk\">www.westerhallrums.co.uk</a>','Westerhall Rums UK','','inherit','closed','closed','','6283-revision-v1','','','2020-01-31 10:56:15','2020-01-31 10:56:15','',6283,'https://www.ontradeprogress.com/2020/01/31/6283-revision-v1/',0,'revision','',0),(6286,1,'2020-01-31 12:33:34','2020-01-31 12:33:34','<h1>Based in Britain’s home of metal work The Black Country, Square One Interiors are the specialists in creating bespoke, Rustic Industrial style furniture.</h1>\r\nIf you’re struggling to find the perfect industrial style furniture for your project this should be your first stop at PUB20. Their in-house design team we can assist with all aspects of interior and exterior design, looking at the intended use of the space and how their furniture can be designed to offer maximum functionality of your environment.\r\n\r\nSquare One Interiors products are made to order within the UK, which allows them to offer a fully bespoke service. Regardless of the colour, size and style you’re looking for, whether it be interior or exterior furniture for your pub, bar or restaurant such as upholstered seating or a display shelving unit, Square one can provide it.\r\n\r\nPart of the company’s ethos is to be environmentally conscious and that’s not just in the materials that they use, but also their manufacturing processes. All materials are purchased locally, either from sustainable or reclaimed sources.\r\n\r\nSquare One have worked alongside some of the top retailers in the world including Nike, The NEC Group and SKY and are ongoing furniture supplier for men’s fashion brand LUKE1977.\r\n\r\nSquare One Interiors are official design partners for PUB20 and you can catch them on <strong>stand D33</strong> on the event between the 4<sup>th</sup>-5<sup>th</sup> of February at the Excel in London. Drop by and speak to the team to discuss your project.','PUB20 exhibitor profile - Square One Interiors','','publish','closed','open','','pub20-exhibitor-profile-square-one-interiors','','','2020-01-31 12:33:34','2020-01-31 12:33:34','',0,'https://www.ontradeprogress.com/?p=6286',0,'post','',0),(6287,1,'2020-01-31 10:58:15','2020-01-31 10:58:15','<h1>Based in Britain’s home of metal work The Black Country, Square One Interiors are the specialists in creating bespoke, Rustic Industrial style furniture.</h1>\r\nIf you’re struggling to find the perfect industrial style furniture for your project this should be your first stop at PUB20. Their in-house design team we can assist with all aspects of interior and exterior design, looking at the intended use of the space and how their furniture can be designed to offer maximum functionality of your environment.\r\n\r\nSquare One Interiors products are made to order within the UK, which allows them to offer a fully bespoke service. Regardless of the colour, size and style you’re looking for, whether it be interior or exterior furniture for your pub, bar or restaurant such as upholstered seating or a display shelving unit, Square one can provide it.\r\n\r\nPart of the company’s ethos is to be environmentally conscious and that’s not just in the materials that they use, but also their manufacturing processes. All materials are purchased locally, either from sustainable or reclaimed sources.\r\n\r\nSquare One have worked alongside some of the top retailers in the world including Nike, The NEC Group and SKY and are ongoing furniture supplier for men’s fashion brand LUKE1977.\r\n\r\nSquare One Interiors are official design partners for PUB20 and you can catch them on <strong>stand D33</strong> on the event between the 4<sup>th</sup>-5<sup>th</sup> of February at the Excel in London. Drop by and speak to the team to discuss your project.','Square One Interiors','','inherit','closed','closed','','6286-revision-v1','','','2020-01-31 10:58:15','2020-01-31 10:58:15','',6286,'https://www.ontradeprogress.com/2020/01/31/6286-revision-v1/',0,'revision','',0),(6288,1,'2020-01-31 12:27:11','2020-01-31 12:27:11','<h1>Pork Scratchings. Perfect for pairing with a pint and considered a pub cliché.</h1>\r\nHowever, there’s now a new take on the pork snack, and no, I’m not talking about simply adding a flavouring. Welcome the Vegan Pig – the meat-free alternative to the classic bar snack.\r\n\r\n<strong>That’s right, meat-free scratchings.</strong>\r\n\r\nThe Vegan Pig has kicked up a fuss amongst meat-eaters which was epitomised when they found Piers Morgan waving a packet around angrily on Good Morning Britain during an anti-vegan rant. That coupled with a lot of PR and a successful Kickstarter campaign has generated some buzz around the brand. We spoke with co-founders Josh Pearce and Sean Johnson to find out how this almost ludicrous snack came about.\r\n\r\nJosh said:<em> “Two years ago, we were sat in the pub eating a pack of pork scratchings and joked whether it might be possible to make a vegan version of the dirty, hairy and delicious pork scratching sat in front of us. We were both trying to cut down on the amount of meat we were eating. So we thought, why not give it a go?”</em>\r\n\r\n<strong>Piggy in the middle</strong>\r\n\r\nThe scratchings are for those who love eating meat but are trying to eat less of it. On launch, meat-eaters who hadn’t tried the product were outraged, but vegans loved the idea said Sean.\r\n\r\nJosh continues: <em>“Vegan Pig captures the taste, the crunch and even those weird soft bits. It’s meaty, it’s filthy, but surprisingly it’s not that bad for you – which was an unexpected bonus.”</em>\r\n\r\nThey’re cleverly using some of the hate they’ve received on social media, for content for their channels, with their favourite being, “generation idiot strikes again.”\r\n\r\n<em>“We’re thinking about getting it on a t-shirt”</em> laughed Sean.\r\n\r\nTheir mission is to get Vegan Pig into every pub in the UK and they’re attending PUB20 which is a big step towards that. They’re on <strong>stand A32</strong> so stop by and give them a try.\r\n\r\nThey assure us that you won’t be disappointed. (Unless you hate delicious pub snacks in which case you might be).','PUB20 exhibitor profile - The Vegan Pig','','publish','closed','open','','gilt-free','','','2020-01-31 12:31:14','2020-01-31 12:31:14','',0,'https://www.ontradeprogress.com/?p=6288',0,'post','',0),(6289,1,'2020-01-31 11:01:28','2020-01-31 11:01:28','<h1>Pork Scratchings. Perfect for pairing with a pint and considered a pub cliché.</h1>\r\nHowever, there’s now a new take on the pork snack, and no, I’m not talking about simply adding a flavouring. Welcome the Vegan Pig – the meat-free alternative to the classic bar snack.\r\n\r\n<strong>That’s right, meat-free scratchings.</strong>\r\n\r\nThe Vegan Pig has kicked up a fuss amongst meat-eaters which was epitomised when they found Piers Morgan waving a packet around angrily on Good Morning Britain during an anti-vegan rant. That coupled with a lot of PR and a successful Kickstarter campaign has generated some buzz around the brand. We spoke with co-founders Josh Pearce and Sean Johnson to find out how this almost ludicrous snack came about.\r\n\r\nJosh said:<em> “Two years ago, we were sat in the pub eating a pack of pork scratchings and joked whether it might be possible to make a vegan version of the dirty, hairy and delicious pork scratching sat in front of us. We were both trying to cut down on the amount of meat we were eating. So we thought, why not give it a go?”</em>\r\n\r\n<strong>Piggy in the middle</strong>\r\n\r\nThe scratchings are for those who love eating meat but are trying to eat less of it. On launch, meat-eaters who hadn’t tried the product were outraged, but vegans loved the idea said Sean.\r\n\r\nJosh continues: <em>“Vegan Pig captures the taste, the crunch and even those weird soft bits. It’s meaty, it’s filthy, but surprisingly it’s not that bad for you – which was an unexpected bonus.”</em>\r\n\r\nThey’re cleverly using some of the hate they’ve received on social media, for content for their channels, with their favourite being, “generation idiot strikes again.”\r\n\r\n<em>“We’re thinking about getting it on a t-shirt”</em> laughed Sean.\r\n\r\nTheir mission is to get Vegan Pig into every pub in the UK and they’re attending PUB20 which is a big step towards that. They’re on <strong>stand A32</strong> so stop by and give them a try.\r\n\r\nThey assure us that you won’t be disappointed. (Unless you hate delicious pub snacks in which case you might be).','Gilt free','','inherit','closed','closed','','6288-revision-v1','','','2020-01-31 11:01:28','2020-01-31 11:01:28','',6288,'https://www.ontradeprogress.com/2020/01/31/6288-revision-v1/',0,'revision','',0),(6290,1,'2020-01-31 12:41:58','2020-01-31 12:41:58','<h1>It’s no secret that consumers are demanding more alternatives to meat when eating out.</h1>\r\nIn fact, research from Meatless Farm, the British plant-based supplier to the foodservice market, shows that 54% of British consumers are increasing the amount of plant-based food they’re eating this year alone. Further statistics show that vegans and vegetarians will make up one quarter of the UK’s population, and flexitarians 50%, in the next half decade.\r\n\r\nThis is being driven by a surge towards a healthier lifestyle, animal welfare concerns and sustainability, with 65% of British consumers planning to consume less meat in 2020 for animal welfare reasons and 52% in order to benefit their health. There has been a dramatic increase in demand for vegetarian and vegan options, driven by the growth of the ‘flexitarian’ consumer.\r\n\r\nMeatless Farm’s Account Controller, Sarah-Jane Virr, advises operators not to be afraid to innovate and develop plant-based dishes:<i> ‘’We know that 39% of consumers would be likely to go to a restaurant if they knew it was introducing new plant-based menu options.</i><i> There’s a tendency for people to think that eating plant-based or vegan is all about being stringently healthy, mainly lettuce leaves and quinoa, when actually there’s real opportunity to create familiar, delicious food. It’s also important that operators remember that the vegan / veggie friend in a group will most likely dictate where the group dines depending on the menu options available, by having a menu that caters to all groups operators can really drive sales and footfall to their venues.’’ </i>\r\n\r\nFurther research from the company reveals that 20% of consumers say they would be more likely to visit a restaurant if it promoted its plant-based dishes.\r\n\r\nOut of home is a huge market and will play an integral role in helping to make the changes needed to the global food system and ultimately to the environment. As we go through 2020, vegan and veggie options will start to become hygiene factors for consumers, for pub and restaurant operators this provides a ripe opportunity to create meat-free menu options that deliver to the plant-based demand yet simultaneously cater those who would like meat-like options if they choose to cut down or go vegan/veggie. Virr highlights: ‘<i>’For operators this doesn’t necessarily mean re-inventing the whole menu, this could be anything from creating a new dish to simply offering plant-based versions of your best-selling meat dishes, such as Lasagne, or familiar pub classics, like bangers and mash.’’ </i><i>  </i>\r\n\r\nVirr continues: “<i>Our experts and chefs spent two years developing products that deliver on the cook, look, taste and health factors – the biggest barriers to people going meat free. Plant-based consumers are becoming increasingly discerning and it’s important that operators can deliver a variety of quality plant-based menu options. This was one of the key drivers for us whilst in the development stage – we wanted our products to be seen as a quality protein source, where chefs can have the freedom to create anything from innovative dishes to everyday family favourites and they’re not restricted by strong product flavours. There’s so much opportunity for chefs to create a variety of meat free dishes that they can put their own stamp on. Our range is also competitively priced against its meat counterparts, offering operators a credible plant-based offer which delivers on taste, texture and margin.</i>’’\r\n\r\nVirr adds: “<i>The plant-based market is expected to grow from a $14BN industry to $140BN in the next decade</i><i> and we strongly believe this industry is here to stay; the category’s YOY growth, rise in flexitarians and the UN’s climate change report, looking at health and environmental impact, are all testament to this.” </i>\r\n\r\nThe Meatless Farm Co will be exhibiting at PUB20 on stand G54\r\n\r\nFor Foodservice enquiries, contact: Ashley Parkes <a href=\"mailto:ashley.parkes@meatlessfarm.com\">ashley.parkes@meatlessfarm.com</a>\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','Meatless Farm research shows that British consumers are increasing their plant based intake','','publish','closed','open','','meatless-farm-research-shows-that-british-consumers-are-increasing-their-plant-based-intake','','','2020-02-03 14:13:13','2020-02-03 14:13:13','',0,'https://www.ontradeprogress.com/?p=6290',0,'post','',0),(6291,1,'2020-01-31 11:08:08','2020-01-31 11:08:08','<h1>It’s no secret that consumers are demanding more alternatives to meat when eating out.</h1>\r\nIn fact, research from Meatless Farm, the British plant-based supplier to the foodservice market, shows that 54% of British consumers are increasing the amount of plant-based food they’re eating this year alone. Further statistics show that vegans and vegetarians will make up one quarter of the UK’s population, and flexitarians 50%, in the next half decade.\r\n\r\nThis is being driven by a surge towards a healthier lifestyle, animal welfare concerns and sustainability, with 65% of British consumers planning to consume less meat in 2020 for animal welfare reasons and 52% in order to benefit their health. There has been a dramatic increase in demand for vegetarian and vegan options, driven by the growth of the ‘flexitarian’ consumer.\r\n\r\nMeatless Farm’s Account Controller, Sarah-Jane Virr, advises operators not to be afraid to innovate and develop plant-based dishes:<i> ‘’We know that 39% of consumers would be likely to go to a restaurant if they knew it was introducing new plant-based menu options.</i><i> There’s a tendency for people to think that eating plant-based or vegan is all about being stringently healthy, mainly lettuce leaves and quinoa, when actually there’s real opportunity to create familiar, delicious food. It’s also important that operators remember that the vegan / veggie friend in a group will most likely dictate where the group dines depending on the menu options available, by having a menu that caters to all groups operators can really drive sales and footfall to their venues.’’ </i>\r\n\r\nFurther research from the company reveals that 20% of consumers say they would be more likely to visit a restaurant if it promoted its plant-based dishes.\r\n\r\nOut of home is a huge market and will play an integral role in helping to make the changes needed to the global food system and ultimately to the environment. As we go through 2020, vegan and veggie options will start to become hygiene factors for consumers, for pub and restaurant operators this provides a ripe opportunity to create meat-free menu options that deliver to the plant-based demand yet simultaneously cater those who would like meat-like options if they choose to cut down or go vegan/veggie. Virr highlights: ‘<i>’For operators this doesn’t necessarily mean re-inventing the whole menu, this could be anything from creating a new dish to simply offering plant-based versions of your best-selling meat dishes, such as Lasagne, or familiar pub classics, like bangers and mash.’’ </i><i>  </i>\r\n\r\nVirr continues: “<i>Our experts and chefs spent two years developing products that deliver on the cook, look, taste and health factors – the biggest barriers to people going meat free. Plant-based consumers are becoming increasingly discerning and it’s important that operators can deliver a variety of quality plant-based menu options. This was one of the key drivers for us whilst in the development stage – we wanted our products to be seen as a quality protein source, where chefs can have the freedom to create anything from innovative dishes to everyday family favourites and they’re not restricted by strong product flavours. There’s so much opportunity for chefs to create a variety of meat free dishes that they can put their own stamp on. Our range is also competitively priced against its meat counterparts, offering operators a credible plant-based offer which delivers on taste, texture and margin.</i>’’\r\n\r\nVirr adds: “<i>The plant-based market is expected to grow from a $14BN industry to $140BN in the next decade</i><i> and we strongly believe this industry is here to stay; the category’s YOY growth, rise in flexitarians and the UN’s climate change report, looking at health and environmental impact, are all testament to this.” </i>\r\n\r\nFor Foodservice enquiries, contact: Ashley Parkes <a href=\"mailto:ashley.parkes@meatlessfarm.com\">ashley.parkes@meatlessfarm.com</a>\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','Giving in to demand','','inherit','closed','closed','','6290-revision-v1','','','2020-01-31 11:08:08','2020-01-31 11:08:08','',6290,'https://www.ontradeprogress.com/2020/01/31/6290-revision-v1/',0,'revision','',0),(6292,1,'2020-01-31 11:12:02','0000-00-00 00:00:00','<h1>Kegstar, the smart keg rental and collection business, are delighted to announce a partnership that aims to “do two lots of good” across the UK and Ireland.</h1>\r\nTheir one-way steel keg and cask solution uses unique scanning technology at the heart of its operation to help producers keep track of what they use and reduce the risk of keg and cask losses. They’re now turning those scans into a charitable donation to support current and former employees of the drinks industry who are most in need.\r\n\r\nThe initiative was launched in November 2019 with Kegstar donating 1p to The Benovolent for every empty keg and cask scanned for collection. Christian Barden, who started Kegstar’s operation in Europe less than four years and is now wanting to take the brand truly global said <em>“we collect over 15,000 of our kegs from thousands of venues every week now and we love talking to all of them via phone, social media, email and events to arrange collections, but it’d be great to convert all of that into a donation that supports colleagues when they need it most.”</em>\r\n\r\nHe goes on to say <em>“There’s a bunch of us at Kegstar that have been in the drinks industry for many years and I’m certainly very grateful for everything it’s given me. Adversity can hit anyone, any time, in many ways so this is a great opportunity to contribute to our industry through something that’s both simple and fundamental to how we work.”</em>\r\n\r\nChris Baker, Partnership Development Manager of The Benevolent is excited to see this project make an impact and said:<em> \"We are absolutely delighted to be partnering with a company such as Kegstar, who clearly strives to make a difference to the industry they operate in. The income that this project will generate for us as a charity is invaluable in helping those within our industry suffering hardship and difficulty in their lives and there are many additional benefits for the charity in working with such a well-respected brand in the brewing world. We look forward to a successful partnership between Kegstar and The Benevolent moving forward.\"</em>\r\n\r\nIf you work in a bar, restaurant, pub, hotel, club and have a Kegstar keg or cask empty and ready to be collected, they’d love to hear from you. The easiest way to arrange collection is to download the free Kegstar app, scan the matrix code on each keg and request collection so that you can “do two lots of good.”','The Drinks Industry Charity Launch A Scan-tastic Partnership','','draft','closed','open','','','','','2020-01-31 11:12:02','2020-01-31 11:12:02','',0,'https://www.ontradeprogress.com/?p=6292',0,'post','',0),(6293,1,'2020-01-31 11:11:38','2020-01-31 11:11:38','<h1>Kegstar, the smart keg rental and collection business, are delighted to announce a partnership that aims to “do two lots of good” across the UK and Ireland.</h1>\r\nTheir one-way steel keg and cask solution uses unique scanning technology at the heart of its operation to help producers keep track of what they use and reduce the risk of keg and cask losses. They’re now turning those scans into a charitable donation to support current and former employees of the drinks industry who are most in need.\r\n\r\nThe initiative was launched in November 2019 with Kegstar donating 1p to The Benovolent for every empty keg and cask scanned for collection. Christian Barden, who started Kegstar’s operation in Europe less than four years and is now wanting to take the brand truly global said <em>“we collect over 15,000 of our kegs from thousands of venues every week now and we love talking to all of them via phone, social media, email and events to arrange collections, but it’d be great to convert all of that into a donation that supports colleagues when they need it most.”</em>\r\n\r\nHe goes on to say <em>“There’s a bunch of us at Kegstar that have been in the drinks industry for many years and I’m certainly very grateful for everything it’s given me. Adversity can hit anyone, any time, in many ways so this is a great opportunity to contribute to our industry through something that’s both simple and fundamental to how we work.”</em>\r\n\r\nChris Baker, Partnership Development Manager of The Benevolent is excited to see this project make an impact and said:<em> \"We are absolutely delighted to be partnering with a company such as Kegstar, who clearly strives to make a difference to the industry they operate in. The income that this project will generate for us as a charity is invaluable in helping those within our industry suffering hardship and difficulty in their lives and there are many additional benefits for the charity in working with such a well-respected brand in the brewing world. We look forward to a successful partnership between Kegstar and The Benevolent moving forward.\"</em>\r\n\r\nIf you work in a bar, restaurant, pub, hotel, club and have a Kegstar keg or cask empty and ready to be collected, they’d love to hear from you. The easiest way to arrange collection is to download the free Kegstar app, scan the matrix code on each keg and request collection so that you can “do two lots of good.”','The Drinks Industry Charity Launch A Scan-tastic Partnership','','inherit','closed','closed','','6292-revision-v1','','','2020-01-31 11:11:38','2020-01-31 11:11:38','',6292,'https://www.ontradeprogress.com/2020/01/31/6292-revision-v1/',0,'revision','',0),(6294,1,'2020-02-03 13:45:24','2020-02-03 13:45:24','<h1>Low and no, healthy food options, demand for vegan dishes and pub experiences on the menu for 2020.</h1>\r\n<b><i>Healthy Trends Here to Stay as The PUB Trends Report 2020 Findings Revealed.</i></b>\r\n\r\nDry January could last all year for some as over half (52%) of pub goers would consider drinking a ‘low or no’ version of their typical alcoholic tipple, according to The PUB Trends Report 2020, in partnership with Arla Pro.\r\n\r\nOf over 1,500 pub customers polled for the research, a quarter said they were drinking less alcohol than they were 12 months ago, the report, available exclusively to visitors attending PUB20, the only dedicated show for the UK Pub industry, discovered. This is despite the fact that pub visits are on the rise with 60% of respondents visiting a pub at least once a week, and more than one in ten respondents (12%) visiting a pub more than four times a week.\r\n\r\nThe emergence of the premium soft drink category, in demand for a third (31%) of those polled, reflects consumer desire for variety as they continue to drink out but cut back on alcohol content. With as many as 14% saying they were buying more low and no drinks and almost a quarter of respondents (23%) claiming alcoholic content was an important consideration when deciding what to drink at the bar, beating brand recognition that came in at 19%, this premium soft drink category presents a real growth opportunity for the trade.\r\n\r\nOn the food front, 36% of customers wanted healthy dishes made with fewer calories, additives and less processing. The results also revealed a growing demand for broader menu choices:\r\n<ul>\r\n 	<li>24% favoured options for diners struggling with allergens or food intolerances</li>\r\n 	<li>21% desired vegetarian dishes</li>\r\n 	<li>12% believed there should be vegan options</li>\r\n</ul>\r\nOutside of these trends the report also studied the drinks most popular with punters in 2020 and found:\r\n<ul>\r\n 	<li>Gin and tonic was named the most popular spirit and mixer for the second year on the trot for 80% respondents, but this figure fell from 91% the previous year suggesting that thirst for the tipple may have peaked.</li>\r\n 	<li>‘Beer or ale’ was crowned the beverage of choice by 45% of respondents – up 20% from last year’s survey, but the ‘spirit and mixer’ category fell out of favour. Only 26% voted for it, down from 53% the year before. Wine was up at 17%, as was cider slightly to five per cent.</li>\r\n 	<li>Craft cider topped the list of most enjoyable ciders with 41% of the vote replacing last year’s fruit cider winner. ‘Mainstream cider’ held firm at 32% but fruit cider nose-dived to 14%. Last year all three were evenly matched.</li>\r\n 	<li>Prosecco (69%) proved three times as popular as Champagne (23%), while Cava – which took home 20% of the fizz vote last year – received no love at all with 0%</li>\r\n</ul>\r\nOf course, we all know a pub visit is about more than the food and drink on offer, what you do while you’re there matters too. The report found that despite a ‘traditional country pub’ still being the favourite kind of watering hole to visit, the kind of entertainment people like to find when they get there was more varied.  Entertainment was popular with nearly all respondents, with 9 in 10 approving of organised events taking place in pubs. Seasonal events like St Patrick’s Day celebrations still pull in the crowds with 20% of respondents attending these events, charity and community events did well at 17% and craft events like sewing and knitting pulled in a surprising 11% of the vote.\r\n\r\nFor the first time this year’s report asked punters what they looked for in a publican too, with ‘friendly’ topping the bill for almost a third of respondents (32%).  This was followed by a desire for good drinks knowledge for a fifth of those questioned (20%). Almost one in ten (7%) were looking for a good listener and five percent wanted a publican who could keep secrets.\r\n\r\nJenna Hodgson-Silke, marketing manager of report sponsors, Arla Pro, commented: <em>“We know there is a demand for food and drink to meet a wide range of tastes and dietary requirements and this report really highlights the fact that these trends are here to stay and to grow.  We’re looking forward to working with our industry partners to help them make the most of these new trends.”</em>\r\n\r\nThe PUB Trends Report 2020, in partnership with Arla Pro, is available free to all attendees at PUB20, <strong>4th-5th February</strong> at <strong>Olympia London</strong>. To keep up-to-date with the latest news and information, visit <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, or follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook or Instagram.','See you at the pub','','publish','closed','open','','see-you-at-the-pub','','','2020-02-03 13:45:24','2020-02-03 13:45:24','',0,'https://www.ontradeprogress.com/?p=6294',0,'post','',0),(6295,1,'2020-01-31 11:16:29','2020-01-31 11:16:29','<h1>Low and no, healthy food options, demand for vegan dishes and pub experiences on the menu for 2020.</h1>\r\n<b><i>Healthy Trends Here to Stay as The PUB Trends Report 2020 Findings Revealed.</i></b>\r\n\r\nDry January could last all year for some as over half (52%) of pub goers would consider drinking a ‘low or no’ version of their typical alcoholic tipple, according to The PUB Trends Report 2020, in partnership with Arla Pro.\r\n\r\nOf over 1,500 pub customers polled for the research, a quarter said they were drinking less alcohol than they were 12 months ago, the report, available exclusively to visitors attending PUB20, the only dedicated show for the UK Pub industry, discovered. This is despite the fact that pub visits are on the rise with 60% of respondents visiting a pub at least once a week, and more than one in ten respondents (12%) visiting a pub more than four times a week.\r\n\r\nThe emergence of the premium soft drink category, in demand for a third (31%) of those polled, reflects consumer desire for variety as they continue to drink out but cut back on alcohol content. With as many as 14% saying they were buying more low and no drinks and almost a quarter of respondents (23%) claiming alcoholic content was an important consideration when deciding what to drink at the bar, beating brand recognition that came in at 19%, this premium soft drink category presents a real growth opportunity for the trade.\r\n\r\nOn the food front, 36% of customers wanted healthy dishes made with fewer calories, additives and less processing. The results also revealed a growing demand for broader menu choices:\r\n<ul>\r\n 	<li>24% favoured options for diners struggling with allergens or food intolerances</li>\r\n 	<li>21% desired vegetarian dishes</li>\r\n 	<li>12% believed there should be vegan options</li>\r\n</ul>\r\nOutside of these trends the report also studied the drinks most popular with punters in 2020 and found:\r\n<ul>\r\n 	<li>Gin and tonic was named the most popular spirit and mixer for the second year on the trot for 80% respondents, but this figure fell from 91% the previous year suggesting that thirst for the tipple may have peaked.</li>\r\n 	<li>‘Beer or ale’ was crowned the beverage of choice by 45% of respondents – up 20% from last year’s survey, but the ‘spirit and mixer’ category fell out of favour. Only 26% voted for it, down from 53% the year before. Wine was up at 17%, as was cider slightly to five per cent.</li>\r\n 	<li>Craft cider topped the list of most enjoyable ciders with 41% of the vote replacing last year’s fruit cider winner. ‘Mainstream cider’ held firm at 32% but fruit cider nose-dived to 14%. Last year all three were evenly matched.</li>\r\n 	<li>Prosecco (69%) proved three times as popular as Champagne (23%), while Cava – which took home 20% of the fizz vote last year – received no love at all with 0%</li>\r\n</ul>\r\nOf course, we all know a pub visit is about more than the food and drink on offer, what you do while you’re there matters too. The report found that despite a ‘traditional country pub’ still being the favourite kind of watering hole to visit, the kind of entertainment people like to find when they get there was more varied.  Entertainment was popular with nearly all respondents, with 9 in 10 approving of organised events taking place in pubs. Seasonal events like St Patrick’s Day celebrations still pull in the crowds with 20% of respondents attending these events, charity and community events did well at 17% and craft events like sewing and knitting pulled in a surprising 11% of the vote.\r\n\r\nFor the first time this year’s report asked punters what they looked for in a publican too, with ‘friendly’ topping the bill for almost a third of respondents (32%).  This was followed by a desire for good drinks knowledge for a fifth of those questioned (20%). Almost one in ten (7%) were looking for a good listener and five percent wanted a publican who could keep secrets.\r\n\r\nJenna Hodgson-Silke, marketing manager of report sponsors, Arla Pro, commented: <em>“We know there is a demand for food and drink to meet a wide range of tastes and dietary requirements and this report really highlights the fact that these trends are here to stay and to grow.  We’re looking forward to working with our industry partners to help them make the most of these new trends.”</em>\r\n\r\nThe PUB Trends Report 2020, in partnership with Arla Pro, is available free to all attendees at PUB20, 4th-5th February at Olympia London. To keep up-to-date with the latest news and information, visit <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, or follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook or Instagram.','See you at the pub PUB20','','inherit','closed','closed','','6294-revision-v1','','','2020-01-31 11:16:29','2020-01-31 11:16:29','',6294,'https://www.ontradeprogress.com/2020/01/31/6294-revision-v1/',0,'revision','',0),(6296,1,'2020-01-31 11:17:38','2020-01-31 11:17:38','<h1>Low and no, healthy food options, demand for vegan dishes and pub experiences on the menu for 2020.</h1>\r\n<b><i>Healthy Trends Here to Stay as The PUB Trends Report 2020 Findings Revealed.</i></b>\r\n\r\nDry January could last all year for some as over half (52%) of pub goers would consider drinking a ‘low or no’ version of their typical alcoholic tipple, according to The PUB Trends Report 2020, in partnership with Arla Pro.\r\n\r\nOf over 1,500 pub customers polled for the research, a quarter said they were drinking less alcohol than they were 12 months ago, the report, available exclusively to visitors attending PUB20, the only dedicated show for the UK Pub industry, discovered. This is despite the fact that pub visits are on the rise with 60% of respondents visiting a pub at least once a week, and more than one in ten respondents (12%) visiting a pub more than four times a week.\r\n\r\nThe emergence of the premium soft drink category, in demand for a third (31%) of those polled, reflects consumer desire for variety as they continue to drink out but cut back on alcohol content. With as many as 14% saying they were buying more low and no drinks and almost a quarter of respondents (23%) claiming alcoholic content was an important consideration when deciding what to drink at the bar, beating brand recognition that came in at 19%, this premium soft drink category presents a real growth opportunity for the trade.\r\n\r\nOn the food front, 36% of customers wanted healthy dishes made with fewer calories, additives and less processing. The results also revealed a growing demand for broader menu choices:\r\n<ul>\r\n 	<li>24% favoured options for diners struggling with allergens or food intolerances</li>\r\n 	<li>21% desired vegetarian dishes</li>\r\n 	<li>12% believed there should be vegan options</li>\r\n</ul>\r\nOutside of these trends the report also studied the drinks most popular with punters in 2020 and found:\r\n<ul>\r\n 	<li>Gin and tonic was named the most popular spirit and mixer for the second year on the trot for 80% respondents, but this figure fell from 91% the previous year suggesting that thirst for the tipple may have peaked.</li>\r\n 	<li>‘Beer or ale’ was crowned the beverage of choice by 45% of respondents – up 20% from last year’s survey, but the ‘spirit and mixer’ category fell out of favour. Only 26% voted for it, down from 53% the year before. Wine was up at 17%, as was cider slightly to five per cent.</li>\r\n 	<li>Craft cider topped the list of most enjoyable ciders with 41% of the vote replacing last year’s fruit cider winner. ‘Mainstream cider’ held firm at 32% but fruit cider nose-dived to 14%. Last year all three were evenly matched.</li>\r\n 	<li>Prosecco (69%) proved three times as popular as Champagne (23%), while Cava – which took home 20% of the fizz vote last year – received no love at all with 0%</li>\r\n</ul>\r\nOf course, we all know a pub visit is about more than the food and drink on offer, what you do while you’re there matters too. The report found that despite a ‘traditional country pub’ still being the favourite kind of watering hole to visit, the kind of entertainment people like to find when they get there was more varied.  Entertainment was popular with nearly all respondents, with 9 in 10 approving of organised events taking place in pubs. Seasonal events like St Patrick’s Day celebrations still pull in the crowds with 20% of respondents attending these events, charity and community events did well at 17% and craft events like sewing and knitting pulled in a surprising 11% of the vote.\r\n\r\nFor the first time this year’s report asked punters what they looked for in a publican too, with ‘friendly’ topping the bill for almost a third of respondents (32%).  This was followed by a desire for good drinks knowledge for a fifth of those questioned (20%). Almost one in ten (7%) were looking for a good listener and five percent wanted a publican who could keep secrets.\r\n\r\nJenna Hodgson-Silke, marketing manager of report sponsors, Arla Pro, commented: <em>“We know there is a demand for food and drink to meet a wide range of tastes and dietary requirements and this report really highlights the fact that these trends are here to stay and to grow.  We’re looking forward to working with our industry partners to help them make the most of these new trends.”</em>\r\n\r\nThe PUB Trends Report 2020, in partnership with Arla Pro, is available free to all attendees at PUB20, <strong>4th-5th February</strong> at <strong>Olympia London</strong>. To keep up-to-date with the latest news and information, visit <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, or follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook or Instagram.','See you at the pub PUB20','','inherit','closed','closed','','6294-revision-v1','','','2020-01-31 11:17:38','2020-01-31 11:17:38','',6294,'https://www.ontradeprogress.com/2020/01/31/6294-revision-v1/',0,'revision','',0),(6297,1,'2020-01-31 11:19:05','2020-01-31 11:19:05','','Vegan Pig','','inherit','closed','closed','','vegan-pig','','','2020-01-31 11:19:23','2020-01-31 11:19:23','',6288,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Vegan-Pig.jpg',0,'attachment','image/jpeg',0),(6298,1,'2020-01-31 11:21:22','2020-01-31 11:21:22','','Meatless Farm','','inherit','closed','closed','','meatlessfarm_foodshots_01092020-47','','','2020-01-31 11:21:39','2020-01-31 11:21:39','',6290,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/MeatlessFarm_FOODSHOTS_01092020-47.jpg',0,'attachment','image/jpeg',0),(6299,1,'2020-01-31 11:28:59','2020-01-31 11:28:59','','Westerhall Rums UK','','inherit','closed','closed','','hs_whr_thegroove_a4_cmyk_jan20','','','2020-01-31 11:29:16','2020-01-31 11:29:16','',6283,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/Westerhall-Estate.jpg',0,'attachment','image/jpeg',0),(6300,1,'2020-01-31 11:34:32','2020-01-31 11:34:32','','square one interiors','','inherit','closed','closed','','squareoneinteriors','','','2020-01-31 11:34:43','2020-01-31 11:34:43','',6286,'https://www.ontradeprogress.com/wp-content/uploads/2020/01/squareoneinteriors.jpg',0,'attachment','image/jpeg',0),(6301,1,'2020-01-31 12:27:11','2020-01-31 12:27:11','<h1>Pork Scratchings. Perfect for pairing with a pint and considered a pub cliché.</h1>\r\nHowever, there’s now a new take on the pork snack, and no, I’m not talking about simply adding a flavouring. Welcome the Vegan Pig – the meat-free alternative to the classic bar snack.\r\n\r\n<strong>That’s right, meat-free scratchings.</strong>\r\n\r\nThe Vegan Pig has kicked up a fuss amongst meat-eaters which was epitomised when they found Piers Morgan waving a packet around angrily on Good Morning Britain during an anti-vegan rant. That coupled with a lot of PR and a successful Kickstarter campaign has generated some buzz around the brand. We spoke with co-founders Josh Pearce and Sean Johnson to find out how this almost ludicrous snack came about.\r\n\r\nJosh said:<em> “Two years ago, we were sat in the pub eating a pack of pork scratchings and joked whether it might be possible to make a vegan version of the dirty, hairy and delicious pork scratching sat in front of us. We were both trying to cut down on the amount of meat we were eating. So we thought, why not give it a go?”</em>\r\n\r\n<strong>Piggy in the middle</strong>\r\n\r\nThe scratchings are for those who love eating meat but are trying to eat less of it. On launch, meat-eaters who hadn’t tried the product were outraged, but vegans loved the idea said Sean.\r\n\r\nJosh continues: <em>“Vegan Pig captures the taste, the crunch and even those weird soft bits. It’s meaty, it’s filthy, but surprisingly it’s not that bad for you – which was an unexpected bonus.”</em>\r\n\r\nThey’re cleverly using some of the hate they’ve received on social media, for content for their channels, with their favourite being, “generation idiot strikes again.”\r\n\r\n<em>“We’re thinking about getting it on a t-shirt”</em> laughed Sean.\r\n\r\nTheir mission is to get Vegan Pig into every pub in the UK and they’re attending PUB20 which is a big step towards that. They’re on <strong>stand A32</strong> so stop by and give them a try.\r\n\r\nThey assure us that you won’t be disappointed. (Unless you hate delicious pub snacks in which case you might be).','PUB20 exhibitor profile - The Vegan Pig','','inherit','closed','closed','','6288-revision-v1','','','2020-01-31 12:27:11','2020-01-31 12:27:11','',6288,'https://www.ontradeprogress.com/2020/01/31/6288-revision-v1/',0,'revision','',0),(6302,1,'2020-01-31 12:33:34','2020-01-31 12:33:34','<h1>Based in Britain’s home of metal work The Black Country, Square One Interiors are the specialists in creating bespoke, Rustic Industrial style furniture.</h1>\r\nIf you’re struggling to find the perfect industrial style furniture for your project this should be your first stop at PUB20. Their in-house design team we can assist with all aspects of interior and exterior design, looking at the intended use of the space and how their furniture can be designed to offer maximum functionality of your environment.\r\n\r\nSquare One Interiors products are made to order within the UK, which allows them to offer a fully bespoke service. Regardless of the colour, size and style you’re looking for, whether it be interior or exterior furniture for your pub, bar or restaurant such as upholstered seating or a display shelving unit, Square one can provide it.\r\n\r\nPart of the company’s ethos is to be environmentally conscious and that’s not just in the materials that they use, but also their manufacturing processes. All materials are purchased locally, either from sustainable or reclaimed sources.\r\n\r\nSquare One have worked alongside some of the top retailers in the world including Nike, The NEC Group and SKY and are ongoing furniture supplier for men’s fashion brand LUKE1977.\r\n\r\nSquare One Interiors are official design partners for PUB20 and you can catch them on <strong>stand D33</strong> on the event between the 4<sup>th</sup>-5<sup>th</sup> of February at the Excel in London. Drop by and speak to the team to discuss your project.','PUB20 exhibitor profile - Square One Interiors','','inherit','closed','closed','','6286-revision-v1','','','2020-01-31 12:33:34','2020-01-31 12:33:34','',6286,'https://www.ontradeprogress.com/2020/01/31/6286-revision-v1/',0,'revision','',0),(6303,1,'2020-01-31 12:41:58','2020-01-31 12:41:58','<h1>It’s no secret that consumers are demanding more alternatives to meat when eating out.</h1>\r\nIn fact, research from Meatless Farm, the British plant-based supplier to the foodservice market, shows that 54% of British consumers are increasing the amount of plant-based food they’re eating this year alone. Further statistics show that vegans and vegetarians will make up one quarter of the UK’s population, and flexitarians 50%, in the next half decade.\r\n\r\nThis is being driven by a surge towards a healthier lifestyle, animal welfare concerns and sustainability, with 65% of British consumers planning to consume less meat in 2020 for animal welfare reasons and 52% in order to benefit their health. There has been a dramatic increase in demand for vegetarian and vegan options, driven by the growth of the ‘flexitarian’ consumer.\r\n\r\nMeatless Farm’s Account Controller, Sarah-Jane Virr, advises operators not to be afraid to innovate and develop plant-based dishes:<i> ‘’We know that 39% of consumers would be likely to go to a restaurant if they knew it was introducing new plant-based menu options.</i><i> There’s a tendency for people to think that eating plant-based or vegan is all about being stringently healthy, mainly lettuce leaves and quinoa, when actually there’s real opportunity to create familiar, delicious food. It’s also important that operators remember that the vegan / veggie friend in a group will most likely dictate where the group dines depending on the menu options available, by having a menu that caters to all groups operators can really drive sales and footfall to their venues.’’ </i>\r\n\r\nFurther research from the company reveals that 20% of consumers say they would be more likely to visit a restaurant if it promoted its plant-based dishes.\r\n\r\nOut of home is a huge market and will play an integral role in helping to make the changes needed to the global food system and ultimately to the environment. As we go through 2020, vegan and veggie options will start to become hygiene factors for consumers, for pub and restaurant operators this provides a ripe opportunity to create meat-free menu options that deliver to the plant-based demand yet simultaneously cater those who would like meat-like options if they choose to cut down or go vegan/veggie. Virr highlights: ‘<i>’For operators this doesn’t necessarily mean re-inventing the whole menu, this could be anything from creating a new dish to simply offering plant-based versions of your best-selling meat dishes, such as Lasagne, or familiar pub classics, like bangers and mash.’’ </i><i>  </i>\r\n\r\nVirr continues: “<i>Our experts and chefs spent two years developing products that deliver on the cook, look, taste and health factors – the biggest barriers to people going meat free. Plant-based consumers are becoming increasingly discerning and it’s important that operators can deliver a variety of quality plant-based menu options. This was one of the key drivers for us whilst in the development stage – we wanted our products to be seen as a quality protein source, where chefs can have the freedom to create anything from innovative dishes to everyday family favourites and they’re not restricted by strong product flavours. There’s so much opportunity for chefs to create a variety of meat free dishes that they can put their own stamp on. Our range is also competitively priced against its meat counterparts, offering operators a credible plant-based offer which delivers on taste, texture and margin.</i>’’\r\n\r\nVirr adds: “<i>The plant-based market is expected to grow from a $14BN industry to $140BN in the next decade</i><i> and we strongly believe this industry is here to stay; the category’s YOY growth, rise in flexitarians and the UN’s climate change report, looking at health and environmental impact, are all testament to this.” </i>\r\n\r\nThe Meatless Farm Co will be exhibiting at PUB20 on stand G54\r\n\r\nFor Foodservice enquiries, contact: Ashley Parkes <a href=\"mailto:ashley.parkes@meatlessfarm.com\">ashley.parkes@meatlessfarm.com</a>\r\n\r\nFor more information, visit: <a href=\"http://www.meatlessfarm.com\">www.meatlessfarm.com</a>','Meatless Farm research shows that British consumers are increasing their plant based intake','','inherit','closed','closed','','6290-revision-v1','','','2020-01-31 12:41:58','2020-01-31 12:41:58','',6290,'https://www.ontradeprogress.com/2020/01/31/6290-revision-v1/',0,'revision','',0),(6304,1,'2020-02-03 13:37:38','2020-02-03 13:37:38','<h1>Westerhall Rums UK is a family-run business based in Canterbury, Kent. We import our award-winning rum from Grenada, The Spice Isle of the West Indies.</h1>\r\nThe range comprises of five aged rums and two overproof rums that all offer the drinker the real spirit of Grenada in every glass. Steeped in culture and history Westerhall’s story and rum are truly unique.\r\n\r\nWith such a diverse and delectable range we have something for everyone; our range is tailored to your enjoyment and experience. The waters of Grenada are naturally infused with the spices and flavours of the island such as nutmeg, and during the blending process these are filtered into the rum giving it a distinctively Grenadian spiced-yet-smooth taste and its golden sunset hues.\r\n\r\n<strong>The result is a range of award-winning, hand-crafted rum like no other.</strong>\r\n\r\n<strong>Rum No.2</strong> – double distilled and aged for two years to achieve a smooth and mellow balance. Perfect in spritz serves and Mojitos\r\n\r\n<strong>Rum No.3</strong> – a smooth mixing rum that robusts robust Grenadian flavours. Perfect with ginger beer and fresh lime.\r\n\r\n<strong>Rum No.5</strong> – silky smooth and effortless to drink. Immensely enjoyable on the rocks and the perfect cocktail rum.\r\n\r\n<strong>Rum No.7</strong> – Aged for 7 years in new American oak ex-bourbon casks resulting in a dark rum that boasts robust interesting flavours.\r\n\r\n<strong>Rum No.10</strong> – A 10 year old rum, incredibly smooth and rich in flavours. It has been recognised as an outstanding vintage and is best enjoyed neat or on the rocks.\r\n\r\nWesterhall Rums UK will be exhibiting at this years Pub20 show on stand A66 with rum set to become the next big spirit of 2020 make sure you come and pay them a visit to experience the variety of rums on offer to suit every drinker and occasion.\r\n\r\nFind out <strong>#whatsyournumber</strong>\r\n\r\nWebsite – <a href=\"http://www.westerhallrums.co.uk\">www.westerhallrums.co.uk</a>','PUB20 exhibitor profile - Westerhall Rums UK','','inherit','closed','closed','','6283-revision-v1','','','2020-02-03 13:37:38','2020-02-03 13:37:38','',6283,'https://www.ontradeprogress.com/2020/02/03/6283-revision-v1/',0,'revision','',0),(6305,1,'2020-02-03 13:38:44','2020-02-03 13:38:44','<h1>Westerhall Rums UK is a family-run business based in Canterbury, Kent. They import their award-winning rum from Grenada, The Spice Isle of the West Indies.</h1>\nThe range comprises of five aged rums and two overproof rums that all offer the drinker the real spirit of Grenada in every glass. Steeped in culture and history Westerhall’s story and rum are truly unique.\n\nWith such a diverse and delectable range they have something for everyone; their range is tailored to your enjoyment and experience. The waters of Grenada are naturally infused with the spices and flavours of the island such as nutmeg, and during the blending process these are filtered into the rum giving it a distinctively Grenadian spiced-yet-smooth taste and its golden sunset hues.\n\n<strong>The result is a range of award-winning, hand-crafted rum like no other.</strong>\n\n<strong>Rum No.2</strong> – double distilled and aged for two years to achieve a smooth and mellow balance. Perfect in spritz serves and Mojitos.\n\n<strong>Rum No.3</strong> – a smooth mixing rum that robusts robust Grenadian flavours. Perfect with ginger beer and fresh lime.\n\n<strong>Rum No.5</strong> – silky smooth and effortless to drink. Immensely enjoyable on the rocks and the perfect cocktail rum.\n\n<strong>Rum No.7</strong> – Aged for 7 years in new American oak ex-bourbon casks resulting in a dark rum that boasts robust interesting flavours.\n\n<strong>Rum No.10</strong> – A 10 year old rum, incredibly smooth and rich in flavours. It has been recognised as an outstanding vintage and is best enjoyed neat or on the rocks.\n\nWesterhall Rums UK will be exhibiting at this years Pub20 show on stand A66 and with rum set to become the next big spirit of 2020 make sure you come and pay them a visit to experience the variety of rums on offer to suit every drinker and occasion.\n\nFind out <strong>#whatsyournumber</strong>\n\n<a href=\"http://www.westerhallrums.co.uk\">www.westerhallrums.co.uk</a>','PUB20 exhibitor profile - Westerhall Rums UK','','inherit','closed','closed','','6283-autosave-v1','','','2020-02-03 13:38:44','2020-02-03 13:38:44','',6283,'https://www.ontradeprogress.com/2020/02/03/6283-autosave-v1/',0,'revision','',0),(6306,1,'2020-02-03 13:38:52','2020-02-03 13:38:52','<h1>Westerhall Rums UK is a family-run business based in Canterbury, Kent. They import their award-winning rum from Grenada, The Spice Isle of the West Indies.</h1>\r\nThe range comprises of five aged rums and two overproof rums that all offer the drinker the real spirit of Grenada in every glass. Steeped in culture and history Westerhall’s story and rum are truly unique.\r\n\r\nWith such a diverse and delectable range they have something for everyone; their range is tailored to your enjoyment and experience. The waters of Grenada are naturally infused with the spices and flavours of the island such as nutmeg, and during the blending process these are filtered into the rum giving it a distinctively Grenadian spiced-yet-smooth taste and its golden sunset hues.\r\n\r\n<strong>The result is a range of award-winning, hand-crafted rum like no other.</strong>\r\n\r\n<strong>Rum No.2</strong> – double distilled and aged for two years to achieve a smooth and mellow balance. Perfect in spritz serves and Mojitos.\r\n\r\n<strong>Rum No.3</strong> – a smooth mixing rum that robusts robust Grenadian flavours. Perfect with ginger beer and fresh lime.\r\n\r\n<strong>Rum No.5</strong> – silky smooth and effortless to drink. Immensely enjoyable on the rocks and the perfect cocktail rum.\r\n\r\n<strong>Rum No.7</strong> – Aged for 7 years in new American oak ex-bourbon casks resulting in a dark rum that boasts robust interesting flavours.\r\n\r\n<strong>Rum No.10</strong> – A 10 year old rum, incredibly smooth and rich in flavours. It has been recognised as an outstanding vintage and is best enjoyed neat or on the rocks.\r\n\r\nWesterhall Rums UK will be exhibiting at this years Pub20 show on stand A66 and with rum set to become the next big spirit of 2020 make sure you come and pay them a visit to experience the variety of rums on offer to suit every drinker and occasion.\r\n\r\nFind out <strong>#whatsyournumber</strong>\r\n\r\n<a href=\"http://www.westerhallrums.co.uk\">www.westerhallrums.co.uk</a>','PUB20 exhibitor profile - Westerhall Rums UK','','inherit','closed','closed','','6283-revision-v1','','','2020-02-03 13:38:52','2020-02-03 13:38:52','',6283,'https://www.ontradeprogress.com/2020/02/03/6283-revision-v1/',0,'revision','',0),(6307,1,'2020-02-03 13:45:24','2020-02-03 13:45:24','<h1>Low and no, healthy food options, demand for vegan dishes and pub experiences on the menu for 2020.</h1>\r\n<b><i>Healthy Trends Here to Stay as The PUB Trends Report 2020 Findings Revealed.</i></b>\r\n\r\nDry January could last all year for some as over half (52%) of pub goers would consider drinking a ‘low or no’ version of their typical alcoholic tipple, according to The PUB Trends Report 2020, in partnership with Arla Pro.\r\n\r\nOf over 1,500 pub customers polled for the research, a quarter said they were drinking less alcohol than they were 12 months ago, the report, available exclusively to visitors attending PUB20, the only dedicated show for the UK Pub industry, discovered. This is despite the fact that pub visits are on the rise with 60% of respondents visiting a pub at least once a week, and more than one in ten respondents (12%) visiting a pub more than four times a week.\r\n\r\nThe emergence of the premium soft drink category, in demand for a third (31%) of those polled, reflects consumer desire for variety as they continue to drink out but cut back on alcohol content. With as many as 14% saying they were buying more low and no drinks and almost a quarter of respondents (23%) claiming alcoholic content was an important consideration when deciding what to drink at the bar, beating brand recognition that came in at 19%, this premium soft drink category presents a real growth opportunity for the trade.\r\n\r\nOn the food front, 36% of customers wanted healthy dishes made with fewer calories, additives and less processing. The results also revealed a growing demand for broader menu choices:\r\n<ul>\r\n 	<li>24% favoured options for diners struggling with allergens or food intolerances</li>\r\n 	<li>21% desired vegetarian dishes</li>\r\n 	<li>12% believed there should be vegan options</li>\r\n</ul>\r\nOutside of these trends the report also studied the drinks most popular with punters in 2020 and found:\r\n<ul>\r\n 	<li>Gin and tonic was named the most popular spirit and mixer for the second year on the trot for 80% respondents, but this figure fell from 91% the previous year suggesting that thirst for the tipple may have peaked.</li>\r\n 	<li>‘Beer or ale’ was crowned the beverage of choice by 45% of respondents – up 20% from last year’s survey, but the ‘spirit and mixer’ category fell out of favour. Only 26% voted for it, down from 53% the year before. Wine was up at 17%, as was cider slightly to five per cent.</li>\r\n 	<li>Craft cider topped the list of most enjoyable ciders with 41% of the vote replacing last year’s fruit cider winner. ‘Mainstream cider’ held firm at 32% but fruit cider nose-dived to 14%. Last year all three were evenly matched.</li>\r\n 	<li>Prosecco (69%) proved three times as popular as Champagne (23%), while Cava – which took home 20% of the fizz vote last year – received no love at all with 0%</li>\r\n</ul>\r\nOf course, we all know a pub visit is about more than the food and drink on offer, what you do while you’re there matters too. The report found that despite a ‘traditional country pub’ still being the favourite kind of watering hole to visit, the kind of entertainment people like to find when they get there was more varied.  Entertainment was popular with nearly all respondents, with 9 in 10 approving of organised events taking place in pubs. Seasonal events like St Patrick’s Day celebrations still pull in the crowds with 20% of respondents attending these events, charity and community events did well at 17% and craft events like sewing and knitting pulled in a surprising 11% of the vote.\r\n\r\nFor the first time this year’s report asked punters what they looked for in a publican too, with ‘friendly’ topping the bill for almost a third of respondents (32%).  This was followed by a desire for good drinks knowledge for a fifth of those questioned (20%). Almost one in ten (7%) were looking for a good listener and five percent wanted a publican who could keep secrets.\r\n\r\nJenna Hodgson-Silke, marketing manager of report sponsors, Arla Pro, commented: <em>“We know there is a demand for food and drink to meet a wide range of tastes and dietary requirements and this report really highlights the fact that these trends are here to stay and to grow.  We’re looking forward to working with our industry partners to help them make the most of these new trends.”</em>\r\n\r\nThe PUB Trends Report 2020, in partnership with Arla Pro, is available free to all attendees at PUB20, <strong>4th-5th February</strong> at <strong>Olympia London</strong>. To keep up-to-date with the latest news and information, visit <a href=\"http://www.thepubshow.co.uk\">thepubshow.co.uk</a>, or follow <a href=\"https://twitter.com/PubShowUK\">@PubShowUK</a> on Twitter, Facebook or Instagram.','See you at the pub','','inherit','closed','closed','','6294-revision-v1','','','2020-02-03 13:45:24','2020-02-03 13:45:24','',6294,'https://www.ontradeprogress.com/2020/02/03/6294-revision-v1/',0,'revision','',0),(6308,1,'2020-02-03 14:50:47','2020-02-03 14:50:47','<h1>Karaoke and pubs - a match made in singing heaven - and it hasn’t been left behind in the 80’s!</h1>\r\nSinga is a new concept, well it’s not totally new, it karaoke but it’s back with a modern twist. Singa is a modern solution for karaoke, background music and digital advertising and venues all over the world are using Singa to provide entertainment, advertise their offers and increase their footfall and customer spend.\r\n\r\nDid you know that venues who organise karaoke nights two or three times a month grew their average customer spend by 42% demonstrating that karaoke works as a revenue driver in venues that are not full time karaoke bars.\r\n\r\nYou don’t have to take our word for it. We spoke to Hogarths in Stafford which is a recently opened pub who\'s strategy is to appeal to young people. To bring their concept to life, the pub planned their drinks offerings and cocktails accordingly, ensuring popular gins and rums were available. However, this alone wasn\'t enough to attract their target customer group. Hogarths needed a more permanent source of entertainment and settled on the idea of karaoke. They specifically designed and built a room to host their karaoke sessions and we visited them to find out more about why they chose karaoke and Singa as their provider. You can watch the full interview here: <a href=\"https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo\">https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo</a>\r\n\r\nThe Singa team will be making some noise at the PUB20 show next week and we would love you to join us for a sing song (or just a chat) to find out more about how karaoke can help drive your business forward. If you don’t hear us before you see us, we will be on stand B72 and look forward to meeting you there.\r\n\r\nIn the mean time - Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>\r\n\r\nNot going to PUB20? Contact us anytime for a chat: <a href=\"https://singabusiness.com/\">https://singabusiness.com</a>','PUB20 exhibitor profile - Singa Karaoke','','publish','closed','open','','exhibitor-profile-singa-karaoke','','','2020-02-03 14:51:32','2020-02-03 14:51:32','',0,'https://www.ontradeprogress.com/?p=6308',0,'post','',0),(6309,1,'2020-02-03 14:48:54','2020-02-03 14:48:54','','Singa Party Venue','','inherit','closed','closed','','singa-party-venue','','','2020-02-03 14:49:04','2020-02-03 14:49:04','',6308,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Singa-Party-Venue.jpeg',0,'attachment','image/jpeg',0),(6310,1,'2020-02-03 14:50:47','2020-02-03 14:50:47','<h1>Karaoke and pubs - a match made in singing heaven - and it hasn’t been left behind in the 80’s!</h1>\r\nSinga is a new concept, well it’s not totally new, it karaoke but it’s back with a modern twist. Singa is a modern solution for karaoke, background music and digital advertising and venues all over the world are using Singa to provide entertainment, advertise their offers and increase their footfall and customer spend.\r\n\r\nDid you know that venues who organise karaoke nights two or three times a month grew their average customer spend by 42% demonstrating that karaoke works as a revenue driver in venues that are not full time karaoke bars.\r\n\r\nYou don’t have to take our word for it. We spoke to Hogarths in Stafford which is a recently opened pub who\'s strategy is to appeal to young people. To bring their concept to life, the pub planned their drinks offerings and cocktails accordingly, ensuring popular gins and rums were available. However, this alone wasn\'t enough to attract their target customer group. Hogarths needed a more permanent source of entertainment and settled on the idea of karaoke. They specifically designed and built a room to host their karaoke sessions and we visited them to find out more about why they chose karaoke and Singa as their provider. You can watch the full interview here: <a href=\"https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo\">https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo</a>\r\n\r\nThe Singa team will be making some noise at the PUB20 show next week and we would love you to join us for a sing song (or just a chat) to find out more about how karaoke can help drive your business forward. If you don’t hear us before you see us, we will be on stand B72 and look forward to meeting you there.\r\n\r\nIn the mean time - Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>\r\n\r\nNot going to PUB20? Contact us anytime for a chat: <a href=\"https://singabusiness.com/\">https://singabusiness.com</a>','Exhibitor profile - Singa Karaoke','','inherit','closed','closed','','6308-revision-v1','','','2020-02-03 14:50:47','2020-02-03 14:50:47','',6308,'https://www.ontradeprogress.com/2020/02/03/6308-revision-v1/',0,'revision','',0),(6311,1,'2020-02-03 14:51:32','2020-02-03 14:51:32','<h1>Karaoke and pubs - a match made in singing heaven - and it hasn’t been left behind in the 80’s!</h1>\r\nSinga is a new concept, well it’s not totally new, it karaoke but it’s back with a modern twist. Singa is a modern solution for karaoke, background music and digital advertising and venues all over the world are using Singa to provide entertainment, advertise their offers and increase their footfall and customer spend.\r\n\r\nDid you know that venues who organise karaoke nights two or three times a month grew their average customer spend by 42% demonstrating that karaoke works as a revenue driver in venues that are not full time karaoke bars.\r\n\r\nYou don’t have to take our word for it. We spoke to Hogarths in Stafford which is a recently opened pub who\'s strategy is to appeal to young people. To bring their concept to life, the pub planned their drinks offerings and cocktails accordingly, ensuring popular gins and rums were available. However, this alone wasn\'t enough to attract their target customer group. Hogarths needed a more permanent source of entertainment and settled on the idea of karaoke. They specifically designed and built a room to host their karaoke sessions and we visited them to find out more about why they chose karaoke and Singa as their provider. You can watch the full interview here: <a href=\"https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo\">https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo</a>\r\n\r\nThe Singa team will be making some noise at the PUB20 show next week and we would love you to join us for a sing song (or just a chat) to find out more about how karaoke can help drive your business forward. If you don’t hear us before you see us, we will be on stand B72 and look forward to meeting you there.\r\n\r\nIn the mean time - Check out our research on the impact karaoke has on pub trading: <a href=\"https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading\">https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading</a>\r\n\r\nNot going to PUB20? Contact us anytime for a chat: <a href=\"https://singabusiness.com/\">https://singabusiness.com</a>','PUB20 exhibitor profile - Singa Karaoke','','inherit','closed','closed','','6308-revision-v1','','','2020-02-03 14:51:32','2020-02-03 14:51:32','',6308,'https://www.ontradeprogress.com/2020/02/03/6308-revision-v1/',0,'revision','',0),(6312,1,'2020-02-03 15:36:45','2020-02-03 15:36:45','<h1>Kegstar, the smart keg rental and collection business, are delighted to announce a partnership that aims to “do two lots of good” across the UK and Ireland. Their one-way steel keg and cask solution uses unique scanning technology at the heart of its operation to help producers keep track of what they use and reduce the risk of keg and cask losses. They’re now turning those scans into a charitable donation to support current and former employees of the drinks industry who are most in need.</h1>\r\nThe initiative was launched in November 2019 with Kegstar donating 1p to The Benovolent for every empty keg and cask scanned for collection. Christian Barden, who started Kegstar’s operation in Europe less than four years and is now wanting to take the brand truly global said “we collect over 15,000 of our kegs from thousands of venues every week now and we love talking to all of them via phone, social media, email and events to arrange collections, but it’d be great to convert all of that into a donation that supports colleagues when they need it most.”\r\n\r\nHe goes on to say “There’s a bunch of us at Kegstar that have been in the drinks industry for many years and I’m certainly very grateful for everything it’s given me. Adversity can hit anyone, any time, in many ways so this is a great opportunity to contribute to our industry through something that’s both simple and fundamental to how we work.”\r\n\r\nChris Baker, Partnership Development Manager of The Benevolent is excited to see this project make an impact and said: \"We are absolutely delighted to be partnering with a company such as Kegstar, who clearly strives to make a difference to the industry they operate in. The income that this project will generate for us as a charity is invaluable in helping those within our industry suffering hardship and difficulty in their lives and there are many additional benefits for the charity in working with such a well-respected brand in the brewing world. We look forward to a successful partnership between Kegstar and The Benevolent moving forward.\"\r\n\r\nIf you work in a bar, restaurant, pub, hotel, club and have a Kegstar keg or cask empty and ready to be collected, they’d love to hear from you. The easiest way to arrange collection is to download the free Kegstar app, scan the matrix code on each keg and request collection so that you can “do two lots of good.”\r\n\r\n<strong>About Kegstar:</strong> Kegstar rent smart tech-enabled one way stainless steel kegs to drinks producers. Each keg has its own unique identity making it easily tracked through the supply chain on proprietary cloud based software. The goal is to help as many great draught drinks get to more happy drinkers and keep keg and cask fleet management as simple as fill, scan, deliver, repeat.” <a href=\"http://www.kegstar.com\">www.kegstar.com</a>\r\n\r\n<strong>About The Benevolent:</strong> The Benevolent is the trade charity that provides help and support to current and former employees of the drinks industry and their families. The Benevolent is here to support colleagues of the trade facing a variety of difficult circumstances including serious illness, disability, issues with debt or family crisis such as an a seriously ill partner or child providing financial and emotional support as well as practical advice when you need it most.\r\n\r\nGet in touch with Kegstar:\r\n\r\nChristian Barden | UK, Europe &amp; Global Brand | <a href=\"mailto:christian@kegstar.com\">christian@kegstar.com</a> | +447940 355832\r\n\r\nChris Hill | Global Customer Experience &amp; Brand | <a href=\"mailto:chill@kegstar.com\">chill@kegstar.com</a> | +447920 820886\r\n\r\nGet in touch with The Benevolent:\r\n\r\nChris Baker | Partnership Manager | <a href=\"mailto:chris.baker@thebenevolent.org.uk\">chris.baker@thebenevolent.org.uk</a> | +447581 210809','The Drinks Industry Charity Launch A Scan-tastic Partnership','','publish','closed','open','','the-drinks-industry-charity-launch-a-scan-tastic-partnership','','','2020-02-03 15:40:46','2020-02-03 15:40:46','',0,'https://www.ontradeprogress.com/?p=6312',0,'post','',0),(6313,1,'2020-02-03 15:33:23','2020-02-03 15:33:23','','Kegstar','','inherit','closed','closed','','kegstar','','','2020-02-03 15:34:19','2020-02-03 15:34:19','',6312,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Kegstar.jpg',0,'attachment','image/jpeg',0),(6314,1,'2020-02-03 15:36:45','2020-02-03 15:36:45','<h1>Kegstar, the smart keg rental and collection business, are delighted to announce a partnership that aims to “do two lots of good” across the UK and Ireland. Their one-way steel keg and cask solution uses unique scanning technology at the heart of its operation to help producers keep track of what they use and reduce the risk of keg and cask losses. They’re now turning those scans into a charitable donation to support current and former employees of the drinks industry who are most in need.</h1>\r\nThe initiative was launched in November 2019 with Kegstar donating 1p to The Benovolent for every empty keg and cask scanned for collection. Christian Barden, who started Kegstar’s operation in Europe less than four years and is now wanting to take the brand truly global said “we collect over 15,000 of our kegs from thousands of venues every week now and we love talking to all of them via phone, social media, email and events to arrange collections, but it’d be great to convert all of that into a donation that supports colleagues when they need it most.”\r\n\r\nHe goes on to say “There’s a bunch of us at Kegstar that have been in the drinks industry for many years and I’m certainly very grateful for everything it’s given me. Adversity can hit anyone, any time, in many ways so this is a great opportunity to contribute to our industry through something that’s both simple and fundamental to how we work.”\r\n\r\nChris Baker, Partnership Development Manager of The Benevolent is excited to see this project make an impact and said: \"We are absolutely delighted to be partnering with a company such as Kegstar, who clearly strives to make a difference to the industry they operate in. The income that this project will generate for us as a charity is invaluable in helping those within our industry suffering hardship and difficulty in their lives and there are many additional benefits for the charity in working with such a well-respected brand in the brewing world. We look forward to a successful partnership between Kegstar and The Benevolent moving forward.\"\r\n\r\nIf you work in a bar, restaurant, pub, hotel, club and have a Kegstar keg or cask empty and ready to be collected, they’d love to hear from you. The easiest way to arrange collection is to download the free Kegstar app, scan the matrix code on each keg and request collection so that you can “do two lots of good.”\r\n\r\n<strong>About Kegstar:</strong> Kegstar rent smart tech-enabled one way stainless steel kegs to drinks producers. Each keg has its own unique identity making it easily tracked through the supply chain on proprietary cloud based software. The goal is to help as many great draught drinks get to more happy drinkers and keep keg and cask fleet management as simple as fill, scan, deliver, repeat.” <a href=\"http://www.kegstar.com\">www.kegstar.com</a>\r\n\r\n<strong>About The Benevolent:</strong> The Benevolent is the trade charity that provides help and support to current and former employees of the drinks industry and their families. The Benevolent is here to support colleagues of the trade facing a variety of difficult circumstances including serious illness, disability, issues with debt or family crisis such as an a seriously ill partner or child providing financial and emotional support as well as practical advice when you need it most.\r\n\r\nGet in touch with Kegstar:\r\n\r\nChristian Barden | UK, Europe &amp; Global Brand | <a href=\"mailto:christian@kegstar.com\">christian@kegstar.com</a> | +447940 355832\r\n\r\nChris Hill | Global Customer Experience &amp; Brand | <a href=\"mailto:chill@kegstar.com\">chill@kegstar.com</a> | +447920 820886\r\n\r\nGet in touch with The Benevolent:\r\n\r\nChris Baker | Partnership Manager | <a href=\"mailto:chris.baker@thebenevolent.org.uk\">chris.baker@thebenevolent.org.uk</a> | +447581 210809','The Drinks Industry Charity Launch A Scan-tastic Partnership','','inherit','closed','closed','','6312-revision-v1','','','2020-02-03 15:36:45','2020-02-03 15:36:45','',6312,'https://www.ontradeprogress.com/2020/02/03/6312-revision-v1/',0,'revision','',0),(6315,1,'2020-02-03 15:37:49','2020-02-03 15:37:49','<h1>Kegstar, the smart keg rental and collection business, are delighted to announce a partnership that aims to “do two lots of good” across the UK and Ireland. Their one-way steel keg and cask solution uses unique scanning technology at the heart of its operation to help producers keep track of what they use and reduce the risk of keg and cask losses. They’re now turning those scans into a charitable donation to support current and former employees of the drinks industry who are most in need.</h1>\nThe initiative was launched in November 2019 with Kegstar donating 1p to The Benovolent for every empty keg and cask scanned for collection. Christian Barden, who started Kegstar’s operation in Europe less than four years and is now wanting to take the brand truly global said “we collect over 15,000 of our kegs from thousands of venues every week now and we love talking to all of them via phone, social media, email and events to arrange collections, but it’d be great to convert all of that into a donation that supports colleagues when they need it most.”\n\nHe goes on to say “There’s a bunch of us at Kegstar that have been in the drinks industry for many years and I’m certainly very grateful for everything it’s given me. Adversity can hit anyone, any time, in many ways so this is a great opportunity to contribute to our industry through something that’s both simple and fundamental to how we work.”\n\nChris Baker, Partnership Development Manager of The Benevolent is excited to see this project make an impact and said: \"We are absolutely delighted to be partnering with a company such as Kegstar, who clearly strives to make a difference to the industry they operate in. The income that this project will generate for us as a charity is invaluable in helping those within our industry suffering hardship and difficulty in their lives and there are many additional benefits for the charity in working with such a well-respected brand in the brewing world. We look forward to a successful partnership between Kegstar and The Benevolent moving forward.\"\n\nIf you work in a bar, restaurant, pub, hotel, club and have a Kegstar keg or cask empty and ready to be collected, they’d love to hear from you. The easiest way to arrange collection is to download the free Kegstar app, scan the matrix code on each keg and request collection so that you can “do two lots of good.”\n\n<strong>About Kegstar:</strong> Kegstar rent smart tech-enabled one way stainless steel kegs to drinks producers. Each keg has its own unique identity making it easily tracked through the supply chain on proprietary cloud based software. The goal is to help as many great draught drinks get to more happy drinkers and keep keg and cask fleet management as simple as fill, scan, deliver, repeat.” <a href=\"http://www.kegstar.com\">www.kegstar.com</a>\n\n<strong>About The Benevolent:</strong> The Benevolent is the trade charity that provides help and support to current and former employees of the drinks industry and their families. The Benevolent is here to support colleagues of the trade facing a variety of difficult circumstances including serious illness, disability, issues with debt or family crisis such as an a seriously ill partner or child providing financial and emotional support as well as practical advice when you need it most.\n\nYou can find Kegstar on\n\nGet in touch with Kegstar:\n\nChristian Barden | UK, Europe &amp; Global Brand | <a href=\"mailto:christian@kegstar.com\">christian@kegstar.com</a> | +447940 355832\n\nChris Hill | Global Customer Experience &amp; Brand | <a href=\"mailto:chill@kegstar.com\">chill@kegstar.com</a> | +447920 820886\n\nGet in touch with The Benevolent:\n\nChris Baker | Partnership Manager | <a href=\"mailto:chris.baker@thebenevolent.org.uk\">chris.baker@thebenevolent.org.uk</a> | +447581 210809','The Drinks Industry Charity Launch A Scan-tastic Partnership','','inherit','closed','closed','','6312-autosave-v1','','','2020-02-03 15:37:49','2020-02-03 15:37:49','',6312,'https://www.ontradeprogress.com/2020/02/03/6312-autosave-v1/',0,'revision','',0),(6316,1,'2020-02-04 14:50:32','2020-02-04 14:50:32','<h1>Hi-Spirits is bringing Carpano Botanic Bitter to the UK market, offering bartenders and cocktail lovers an authentic premium cocktail bitters that brings a new dimension to classic cocktails such as the Negroni, Americano and Boulevardier.</h1>\r\nThe launch further builds on Hi-Spirits’ successful distribution partnership with Italy’s Fratelli Branca Distillerie. Carpano Botanic Bitter aligns closely with the established Carpano range, as well as the broader Fratelli Branca family of brands including Fernet-Branca.\r\n\r\nThe Carpano brand dates back in 1786 when the first Vermouth was created in Turin. Over more than 230 years, the Carpano name has become world famous for its passion for balancing natural ingredients using traditional, artisan methods. The development of Carpano Botanic Bitter is the latest milestone, leveraging all the brand’s heritage and premium drinks expertise.\r\n\r\nAs a contemporary take on the Italian bitters tradition, Carpano Botanic Bitter skillfully combines 10 natural botanicals including saffron, sandal, fresh green orange peel, bitter orange peel, cinchona, rhubarb, zedoria, gentian, myrrh and wormwood.\r\n\r\nThese combine harmoniously into a ruby red bitters with a fragrant aroma, a balanced sweet and spicy flavour, and a long bittering finish. The overall result is a premium cocktail bitters that enables bartenders to bring an added dimension to a range of drinks recipes.\r\n\r\nNicola Olianas, Branca Distillery Global Ambassador said:<b> “</b>Carpano Botanic Bitter adds further breadth to the Carpano range, with a unique recipe that combines the Carpano tradition with a contemporary complexity.\r\n\r\n“With cocktail sales set for further strong growth in the UK,  Carpano Botanic Bitter meets the need for continued innovation at the premium end of the market.”\r\n\r\nCarpano Botanic Bitter will be launched in the UK on-trade in February 2020. Supplied in a 1-litre bottle with an ABV of 25%, it will be available through trade wholesalers.','Hi-Spirits to launch Carpano Botanic Bitter','','publish','closed','open','','hi-spirits-to-launch-carpano-botanic-bitter','','','2020-02-04 14:50:32','2020-02-04 14:50:32','',0,'https://www.ontradeprogress.com/?p=6316',0,'post','',0),(6317,1,'2020-02-04 12:16:49','2020-02-04 12:16:49','<h1>Hi-Spirits is bringing Carpano Botanic Bitter to the UK market, offering bartenders and cocktail lovers an authentic premium cocktail bitters that brings a new dimension to classic cocktails such as the Negroni, Americano and Boulevardier.</h1>\r\nThe launch further builds on Hi-Spirits’ successful distribution partnership with Italy’s Fratelli Branca Distillerie. Carpano Botanic Bitter aligns closely with the established Carpano range, as well as the broader Fratelli Branca family of brands including Fernet-Branca.\r\n\r\nThe Carpano brand dates back in 1786 when the first Vermouth was created in Turin. Over more than 230 years, the Carpano name has become world famous for its passion for balancing natural ingredients using traditional, artisan methods. The development of Carpano Botanic Bitter is the latest milestone, leveraging all the brand’s heritage and premium drinks expertise.\r\n\r\nAs a contemporary take on the Italian bitters tradition, Carpano Botanic Bitter skillfully combines 10 natural botanicals including saffron, sandal, fresh green orange peel, bitter orange peel, cinchona, rhubarb, zedoria, gentian, myrrh and wormwood.\r\n\r\nThese combine harmoniously into a ruby red bitters with a fragrant aroma, a balanced sweet and spicy flavour, and a long bittering finish. The overall result is a premium cocktail bitters that enables bartenders to bring an added dimension to a range of drinks recipes.\r\n\r\nNicola Olianas, Branca Distillery Global Ambassador said:<b> “</b>Carpano Botanic Bitter adds further breadth to the Carpano range, with a unique recipe that combines the Carpano tradition with a contemporary complexity.\r\n\r\n“With cocktail sales set for further strong growth in the UK,  Carpano Botanic Bitter meets the need for continued innovation at the premium end of the market.”\r\n\r\nCocktail recipes created by Wet &amp; Dry’s Russell Burgess and Harry Gerakis will be served at industry events in February 2020. They include:\r\n\r\n<b>Perfect Negroni </b>\r\n<ul>\r\n 	<li>30ml Carpano Botanic Bitter</li>\r\n 	<li>30ml Brooklyn Gin</li>\r\n 	<li>30ml Punt e Mes</li>\r\n 	<li>Garnished with lemon</li>\r\n</ul>\r\n<b>Americano</b>\r\n<ul>\r\n 	<li>40ml Carpano Botanic Bitter</li>\r\n 	<li>20ml Carpano Antica Formula</li>\r\n 	<li>Topped with tonic and garnished with grapefruit</li>\r\n</ul>\r\n<b>Irish Boulevardier </b>\r\n<ul>\r\n 	<li>30ml Carpano Botanic Bitter</li>\r\n 	<li>30ml Paddy Irish Whiskey</li>\r\n 	<li>30ml Carpano Antica Formula</li>\r\n 	<li>Garnished with lemon</li>\r\n</ul>\r\nThe Carpano range, crafted in Milano by the family owned Fratelli Branca Distillerie and distributed in the UK in partnership with Hi-Spirits, also includes:\r\n<ul>\r\n 	<li>Antica Formula, the original Italian vermouth and the pinnacle of the range, made with wines blended with carefully selected precious herbs, as vanilla and saffron;</li>\r\n 	<li>Punt e Mes, the red vermouth, ideal for classic cocktails including the Manhattan;</li>\r\n 	<li>Carpano Dry, an authentic dry white vermouth, with suggested serves including the Champagne Dry and Vesper;</li>\r\n 	<li>Carpano Bianco, a sweet white vermouth ideal with just splash of prosecco or in a Bianco Spritz;</li>\r\n 	<li>Carpano Classico, the traditional Italian red vermouth.</li>\r\n</ul>\r\nCarpano Botanic Bitter will be launched in the UK on-trade in February 2020. Supplied in a 1-litre bottle with an ABV of 25%, it will be available through trade wholesalers.','Hi-Spirits to launch Carpano Botanic Bitter','','inherit','closed','closed','','6316-revision-v1','','','2020-02-04 12:16:49','2020-02-04 12:16:49','',6316,'https://www.ontradeprogress.com/2020/02/04/6316-revision-v1/',0,'revision','',0),(6318,1,'2020-02-04 15:21:07','0000-00-00 00:00:00','<h1>Ei Group, the UK’s largest pub company, is boosting its existing partnership with The Clink Charity, and launching a new exclusive cask beer ahead of the Six Nations, available in pubs across its Ei Publican Partnerships and selected Bermondsey and Craft Union estates.</h1>\r\n<em>Passing Time</em>, a 3.8% ABV beer, brewed by Marston’s in Wolverhampton is available ‘on the dray’ immediately and in pubs throughout the tournament until 12 March. From each pint sold, 25p will be donated to The Clink, a charity which reduces reoffending by training and supporting prisoners into fulltime employment within the hospitality sector, upon release.\r\n\r\nEi Group partnered with The Clink Charity last year, as part of its broad focus on promoting hospitality as a career of choice and transforming lives through offering individuals from all backgrounds opportunities that can lead to meaningful employment.\r\n\r\nThe Amber Bitter, <em>Passing Time,</em> is brewed with Fuggles and Golden hops to give a tangy and refreshing taste. Ei Publican Partnerships publicans can order the beer directly online or via the Customer Contact Centre.\r\n\r\nPaul Harbottle, Group Commercial Director at Ei Group, said: <em>“We’re delighted to continue our support for The Clink Charity and bring this exclusive beer to communities across the UK. We’re confident the brew will be a popular choice throughout the Six Nations, while generating support for this tremendous charity.”</em>\r\n\r\nChristopher Moore, Chief Executive at The Clink, added: <em>“We’re hugely thankful to both Ei Group and Marston’s for their continued support. The funds raised by this beer throughout the Six Nation’s will be invaluable in supporting us with training offenders and providing them the structure they need to gain employment upon their release, thus significantly reducing reoffending rates. Providing offenders with the relevant skills and discipline to work in the hospitality industry, not only gives them hope and stability upon leaving jail, but also provides a pipeline of potential workers for the industry, helping alleviate the ongoing staffing pressures.”</em>\r\n\r\nThe Clink currently trains up to 200 prisoners a day to gain their Level 2 NVQs in Food Service, Food Preparation, Food Hygiene and Horticulture. It operates four training restaurants in partnership with Her Majesty’s Prison and Probation Service, along with a training kitchen, gardens, a café and an event catering business.','Ei Group’s new charity beer converts pints into pounds during Six Nations','','draft','closed','open','','','','','2020-02-04 15:21:07','2020-02-04 15:21:07','',0,'https://www.ontradeprogress.com/?p=6318',0,'post','',0),(6319,1,'2020-02-04 12:18:54','2020-02-04 12:18:54','<h1>Ei Group, the UK’s largest pub company, is boosting its existing partnership with The Clink Charity, and launching a new exclusive cask beer ahead of the Six Nations, available in pubs across its Ei Publican Partnerships and selected Bermondsey and Craft Union estates.</h1>\r\n<em>Passing Time</em>, a 3.8% ABV beer, brewed by Marston’s in Wolverhampton is available ‘on the dray’ immediately and in pubs throughout the tournament until 12 March. From each pint sold, 25p will be donated to The Clink, a charity which reduces reoffending by training and supporting prisoners into fulltime employment within the hospitality sector, upon release.\r\n\r\nEi Group partnered with The Clink Charity last year, as part of its broad focus on promoting hospitality as a career of choice and transforming lives through offering individuals from all backgrounds opportunities that can lead to meaningful employment.\r\n\r\nThe Amber Bitter, <em>Passing Time,</em> is brewed with Fuggles and Golden hops to give a tangy and refreshing taste. Ei Publican Partnerships publicans can order the beer directly online or via the Customer Contact Centre.\r\n\r\nPaul Harbottle, Group Commercial Director at Ei Group, said: <em>“We’re delighted to continue our support for The Clink Charity and bring this exclusive beer to communities across the UK. We’re confident the brew will be a popular choice throughout the Six Nations, while generating support for this tremendous charity.”</em>\r\n\r\nChristopher Moore, Chief Executive at The Clink, added: <em>“We’re hugely thankful to both Ei Group and Marston’s for their continued support. The funds raised by this beer throughout the Six Nation’s will be invaluable in supporting us with training offenders and providing them the structure they need to gain employment upon their release, thus significantly reducing reoffending rates. Providing offenders with the relevant skills and discipline to work in the hospitality industry, not only gives them hope and stability upon leaving jail, but also provides a pipeline of potential workers for the industry, helping alleviate the ongoing staffing pressures.”</em>\r\n\r\nThe Clink currently trains up to 200 prisoners a day to gain their Level 2 NVQs in Food Service, Food Preparation, Food Hygiene and Horticulture. It operates four training restaurants in partnership with Her Majesty’s Prison and Probation Service, along with a training kitchen, gardens, a café and an event catering business.','Ei Group’s new charity beer converts pints into pounds during Six Nations','','inherit','closed','closed','','6318-revision-v1','','','2020-02-04 12:18:54','2020-02-04 12:18:54','',6318,'https://www.ontradeprogress.com/2020/02/04/6318-revision-v1/',0,'revision','',0),(6320,1,'2020-02-04 14:55:40','2020-02-04 14:55:40','<h1>Celebrating February as the ultimate Month of Fun with nutella®, Ferrero Foodservice is giving one lucky caterer the chance to win a year’s supply of nutella® – worth £600! <strong>\r\n</strong></h1>\r\nWorld nutella® Day on 5<sup>th</sup> February marks the start of nutella’s Month of Fun with Valentine’s Day (14<sup>th</sup>) and Pancake Day (25<sup>th</sup>) giving caterers endless opportunities to use the nation’s favourite spread* and bring a welcomed boost to profits at the beginning of the year.\r\n\r\nTo start off the festivities, Ferrero Foodservice is giving caterers the chance to win a 12 month’s supply of nutella® for their business simply by entering the prize draw before midnight on 29<sup>th</sup> February 2020 at <a href=\"http://www.ferrerofoodservice.com\">www.ferrerofoodservice.com</a>.\r\n\r\nZareen Deboo, Foodservice Channel Operators Manager, Ferrero UK &amp; Ireland explains:\r\n<em>“February is one of the biggest months of the year for nutella<strong>®</strong> and we wanted to make it even better with a year’s worth of nutella<strong>®</strong> up for grabs! Extending the celebrations past World nutella<strong>®</strong> Day, caterers can spread the love on Valentine’s Day and bring the perfect partner to pancakes for a whole month of fun that will keep consumers coming back for more.”</em>\r\n\r\nAlongside entering the prize draw, caterers who visit the nutella<strong>®</strong> Month of Fun hub on Ferrero’s website will find a host of recipe inspiration including Strawberry Funnel Cake with nutella<strong>®</strong>, crispy pastry pillows with nutella<strong>®</strong> and Peaches and Amaretto Biscuits Tartlet with nutella<strong>®</strong>. Caterers can also download the dedicated World nutella<strong>®</strong> Day POS kit to get the festivities started.\r\n\r\n<em>* Nielsen Scantrack, Total Spreads, Total Coverage, MAT to 03.08.19 based on Unit Sales</em>','Win a Year’s Supply of nutella® with Ferrero’s Month of Fun','','publish','closed','open','','win-a-years-supply-of-nutella-with-ferreros-month-of-fun','','','2020-02-04 14:55:40','2020-02-04 14:55:40','',0,'https://www.ontradeprogress.com/?p=6320',0,'post','',0),(6321,1,'2020-02-04 12:20:50','2020-02-04 12:20:50','<h1>Celebrating February as the ultimate Month of Fun with nutella®, Ferrero Foodservice is giving one lucky caterer the chance to win a year’s supply of nutella® – worth £600! <strong>\r\n</strong></h1>\r\nWorld nutella® Day on 5<sup>th</sup> February marks the start of nutella’s Month of Fun with Valentine’s Day (14<sup>th</sup>) and Pancake Day (25<sup>th</sup>) giving caterers endless opportunities to use the nation’s favourite spread* and bring a welcomed boost to profits at the beginning of the year.\r\n\r\nTo start off the festivities, Ferrero Foodservice is giving caterers the chance to win a 12 month’s supply of nutella® for their business simply by entering the prize draw before midnight on 29<sup>th</sup> February 2020 at <a href=\"http://www.ferrerofoodservice.com\">www.ferrerofoodservice.com</a>.\r\n\r\nZareen Deboo, Foodservice Channel Operators Manager, Ferrero UK &amp; Ireland explains:\r\n<em>“February is one of the biggest months of the year for nutella<strong>®</strong> and we wanted to make it even better with a year’s worth of nutella<strong>®</strong> up for grabs! Extending the celebrations past World nutella<strong>®</strong> Day, caterers can spread the love on Valentine’s Day and bring the perfect partner to pancakes for a whole month of fun that will keep consumers coming back for more.”</em>\r\n\r\nAlongside entering the prize draw, caterers who visit the nutella<strong>®</strong> Month of Fun hub on Ferrero’s website will find a host of recipe inspiration including Strawberry Funnel Cake with nutella<strong>®</strong>, crispy pastry pillows with nutella<strong>®</strong> and Peaches and Amaretto Biscuits Tartlet with nutella<strong>®</strong>. Caterers can also download the dedicated World nutella<strong>®</strong> Day POS kit to get the festivities started.\r\n\r\nZareen adds;<em> “Let your customers know you are celebrating by downloading the World nutella<strong>®</strong> Day posters, flags and window stickers and keep the momentum going all month long with our recipe inspiration to bring excitement to menus throughout February.” </em>\r\n\r\nThe one year’s supply of nutella<strong>®</strong> brings together the dedicated foodservice range and includes 480 x individual 15g portion packs for front of house, 24 x ready to use 1kg nutella<strong>®</strong> Piping Bags to add the finishing touch to your items and 16 x 3kg tubs for high volume users.\r\n\r\nFor fifty years Ferrero has built a legion of nutella<sup>®</sup> fans. Its unique hazelnut taste and versatility has made it a menu must-have. As one of the world’s largest confectionery companies, Ferrero’s portfolio includes nutella<sup>®</sup>, Thorntons, Fererro Rocher, tic tac<sup>®</sup> and Kinder.\r\n\r\n<em>* Nielsen Scantrack, Total Spreads, Total Coverage, MAT to 03.08.19 based on Unit Sales</em>','Win a Year’s Supply of nutella® with Ferrero’s Month of Fun','','inherit','closed','closed','','6320-revision-v1','','','2020-02-04 12:20:50','2020-02-04 12:20:50','',6320,'https://www.ontradeprogress.com/2020/02/04/6320-revision-v1/',0,'revision','',0),(6322,1,'2020-02-04 14:58:06','2020-02-04 14:58:06','<h1>New research from HIT Training reveals that three quarters (76%) of parents and over half (55%) of teachers believe jobs in hospitality offer a long-term career route that will help young people develop lifelong skills.</h1>\r\nThe study, released during National Apprenticeship Week, represents a positive change in perceptions of the industry that can be leveraged by employers to attract and retain talent.\r\n\r\nBoth parents and teachers also shared the opinion that the hospitality sector should be given a greater focus in schools. Some 86% of parents*1 say food subjects should be on the curriculum and over a third (38%) of teachers*2 believe that schools do not provide enough advice about jobs in hospitality to meet employment demand.\r\n\r\nOverall, young people are more open to exploring careers in hospitality too. One in five teachers say they have experienced an increase in pupils asking for information about jobs in hospitality in recent years*2.\r\n\r\nDespite these positive perceptions of careers in the industry, there is still work to be done to convince over a third (35%) of parents who still believe hospitality careers have anti-social working hours and over a quarter (26%) who say it’s a ‘stop gap’ between school and university*1.\r\n\r\nJill Whittaker, Managing Director at HIT Training, says hospitality businesses should nurture these promising perceptions for the greater good of the industry: <em>“We know there’s still a lack of understanding about what careers in this industry can offer in terms of progression, satisfaction and reward, which has resulted in a number of barriers preventing new talent entering the industry. </em>\r\n\r\n<em>“However, there’s a huge opportunity for hospitality employers to maximise these encouraging perceptions from parents and teachers to attract and retain top talent and work towards closing the skills gap crippling the industry. </em>\r\n\r\n<em>“Key ways employers in the sector can do this is by ensuring they’re making effective work experience opportunities available, forging stronger relationships with schools to offer first-hand hospitality experiences, and providing more sector specific information to schools and parents. The aim of these initiatives is to shine a spotlight on the industry and showcase the different roles and progression opportunities available.”</em>\r\n\r\nTo help hospitality businesses maximise the recruitment and retention opportunities presented by changing perceptions of the industry, HIT Training has launched a report, <a href=\"http://www.hittraining.co.uk/Future_of_hospitality\"><i>Don’t Waste: The Future of Hospitality</i>. </a>\r\n\r\nIt offers in-depth research and insight into the current challenges faced by the sector, along with practical tips and advice from hospitality leaders on how businesses can attract the next generation and target different talent pools to future-proof the sector.\r\n\r\nCommenting on the <i>Don’t Waste: The Future of Hospitality</i> report, Kate Nicholls, CEO of UK Hospitality, says: <em>“Hospitality has struggled to fill gaps in recent years and the challenges are not going away. Too often we have an undeserved reputation problem which undermines recruitment even further.</em>\r\n\r\n“This report by HIT Training outlines the challenges and opportunities we face as a sector when it comes to securing our future. It gives insight into understanding the workforce, the younger generation’s perception of the sector and how you can attract them.”\r\n\r\nFor more information and to download a copy of the report, please visit:  <a href=\"https://hittraining.co.uk/Future_of_hospitality\">www.hittraining.co.uk/Future_of_hospitality</a>\r\n\r\n<em>1. Survey of 1,000 parents conducted by 3GEM and HIT Training (July 2019)</em>\r\n<em>2. Survey of 500 teachers conducted by OnePoll and HIT Training (November 2019)</em>','Research reveals a positive change in perceptions of hospitality careers','','publish','closed','open','','research-reveals-a-positive-change-in-perceptions-of-hospitality-careers','','','2020-02-04 15:11:31','2020-02-04 15:11:31','',0,'https://www.ontradeprogress.com/?p=6322',0,'post','',0),(6323,1,'2020-02-04 12:25:46','2020-02-04 12:25:46','<h1>New research from HIT Training reveals that three quarters (76%) of parents and over half (55%) of teachers believe jobs in hospitality offer a long-term career route that will help young people develop lifelong skills.</h1>\r\nThe study, released during National Apprenticeship Week, represents a positive change in perceptions of the industry that can be leveraged by employers to attract and retain talent.\r\n\r\nBoth parents and teachers also shared the opinion that the hospitality sector should be given a greater focus in schools. Some 86% of parents1 say food subjects should be on the curriculum and over a third (38%) of teachers2 believe that schools do not provide enough advice about jobs in hospitality to meet employment demand.\r\n\r\nOverall, young people are more open to exploring careers in hospitality too. One in five teachers say they have experienced an increase in pupils asking for information about jobs in hospitality in recent years2.\r\n\r\nDespite these positive perceptions of careers in the industry, there is still work to be done to convince over a third (35%) of parents who still believe hospitality careers have anti-social working hours and over a quarter (26%) who say it’s a ‘stop gap’ between school and university1.\r\n\r\nJill Whittaker, Managing Director at HIT Training, says hospitality businesses should nurture these promising perceptions for the greater good of the industry: <em>“We know there’s still a lack of understanding about what careers in this industry can offer in terms of progression, satisfaction and reward, which has resulted in a number of barriers preventing new talent entering the industry. </em>\r\n\r\n<em>“However, there’s a huge opportunity for hospitality employers to maximise these encouraging perceptions from parents and teachers to attract and retain top talent and work towards closing the skills gap crippling the industry. </em>\r\n\r\n<em>“Key ways employers in the sector can do this is by ensuring they’re making effective work experience opportunities available, forging stronger relationships with schools to offer first-hand hospitality experiences, and providing more sector specific information to schools and parents. The aim of these initiatives is to shine a spotlight on the industry and showcase the different roles and progression opportunities available.”</em>\r\n\r\nTo help hospitality businesses maximise the recruitment and retention opportunities presented by changing perceptions of the industry, HIT Training has launched a report, <a href=\"http://www.hittraining.co.uk/Future_of_hospitality\"><i>Don’t Waste: The Future of Hospitality</i>. </a>\r\n\r\nIt offers in-depth research and insight into the current challenges faced by the sector, along with practical tips and advice from hospitality leaders on how businesses can attract the next generation and target different talent pools to future-proof the sector.\r\n\r\nCommenting on the <i>Don’t Waste: The Future of Hospitality</i> report, Kate Nicholls, CEO of UK Hospitality, says: <em>“Hospitality has struggled to fill gaps in recent years and the challenges are not going away. Too often we have an undeserved reputation problem which undermines recruitment even further.</em>\r\n\r\n“This report by HIT Training outlines the challenges and opportunities we face as a sector when it comes to securing our future. It gives insight into understanding the workforce, the younger generation’s perception of the sector and how you can attract them.”\r\n\r\nFor more information and to download a copy of the report, please visit:  <a href=\"https://hittraining.co.uk/Future_of_hospitality\">www.hittraining.co.uk/Future_of_hospitality</a>\r\n\r\n<em>1. Survey of 1,000 parents conducted by 3GEM and HIT Training (July 2019)</em>\r\n<em>2. Survey of 500 teachers conducted by OnePoll and HIT Training (November 2019)</em>','Research reveals a positive change in perceptions of hospitality careers','','inherit','closed','closed','','6322-revision-v1','','','2020-02-04 12:25:46','2020-02-04 12:25:46','',6322,'https://www.ontradeprogress.com/2020/02/04/6322-revision-v1/',0,'revision','',0),(6324,1,'2020-02-04 12:51:30','2020-02-04 12:51:30','','American Pancakes','','inherit','closed','closed','','american-pancakes','','','2020-02-04 12:51:30','2020-02-04 12:51:30','',6320,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/American-Pancakes.jpg',0,'attachment','image/jpeg',0),(6325,1,'2020-02-04 12:51:35','2020-02-04 12:51:35','','nutella and Waffles','','inherit','closed','closed','','nutella-and-waffles','','','2020-02-04 12:51:35','2020-02-04 12:51:35','',6320,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/nutella-and-Waffles.jpg',0,'attachment','image/jpeg',0),(6326,1,'2020-02-04 12:51:41','2020-02-04 12:51:41','','Pillows with nutella','','inherit','closed','closed','','pillows-with-nutella','','','2020-02-04 12:51:41','2020-02-04 12:51:41','',6320,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Pillows-with-nutella.png',0,'attachment','image/png',0),(6327,1,'2020-02-04 14:13:47','2020-02-04 14:13:47','','Carpano Botanic Bitter','','inherit','closed','closed','','carpano_1600x550-otp01','','','2020-02-04 14:13:59','2020-02-04 14:13:59','',6316,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Carpano_1600x550-OTP01.jpg',0,'attachment','image/jpeg',0),(6328,1,'2020-02-04 14:50:32','2020-02-04 14:50:32','<h1>Hi-Spirits is bringing Carpano Botanic Bitter to the UK market, offering bartenders and cocktail lovers an authentic premium cocktail bitters that brings a new dimension to classic cocktails such as the Negroni, Americano and Boulevardier.</h1>\r\nThe launch further builds on Hi-Spirits’ successful distribution partnership with Italy’s Fratelli Branca Distillerie. Carpano Botanic Bitter aligns closely with the established Carpano range, as well as the broader Fratelli Branca family of brands including Fernet-Branca.\r\n\r\nThe Carpano brand dates back in 1786 when the first Vermouth was created in Turin. Over more than 230 years, the Carpano name has become world famous for its passion for balancing natural ingredients using traditional, artisan methods. The development of Carpano Botanic Bitter is the latest milestone, leveraging all the brand’s heritage and premium drinks expertise.\r\n\r\nAs a contemporary take on the Italian bitters tradition, Carpano Botanic Bitter skillfully combines 10 natural botanicals including saffron, sandal, fresh green orange peel, bitter orange peel, cinchona, rhubarb, zedoria, gentian, myrrh and wormwood.\r\n\r\nThese combine harmoniously into a ruby red bitters with a fragrant aroma, a balanced sweet and spicy flavour, and a long bittering finish. The overall result is a premium cocktail bitters that enables bartenders to bring an added dimension to a range of drinks recipes.\r\n\r\nNicola Olianas, Branca Distillery Global Ambassador said:<b> “</b>Carpano Botanic Bitter adds further breadth to the Carpano range, with a unique recipe that combines the Carpano tradition with a contemporary complexity.\r\n\r\n“With cocktail sales set for further strong growth in the UK,  Carpano Botanic Bitter meets the need for continued innovation at the premium end of the market.”\r\n\r\nCarpano Botanic Bitter will be launched in the UK on-trade in February 2020. Supplied in a 1-litre bottle with an ABV of 25%, it will be available through trade wholesalers.','Hi-Spirits to launch Carpano Botanic Bitter','','inherit','closed','closed','','6316-revision-v1','','','2020-02-04 14:50:32','2020-02-04 14:50:32','',6316,'https://www.ontradeprogress.com/2020/02/04/6316-revision-v1/',0,'revision','',0),(6329,1,'2020-02-04 14:55:40','2020-02-04 14:55:40','<h1>Celebrating February as the ultimate Month of Fun with nutella®, Ferrero Foodservice is giving one lucky caterer the chance to win a year’s supply of nutella® – worth £600! <strong>\r\n</strong></h1>\r\nWorld nutella® Day on 5<sup>th</sup> February marks the start of nutella’s Month of Fun with Valentine’s Day (14<sup>th</sup>) and Pancake Day (25<sup>th</sup>) giving caterers endless opportunities to use the nation’s favourite spread* and bring a welcomed boost to profits at the beginning of the year.\r\n\r\nTo start off the festivities, Ferrero Foodservice is giving caterers the chance to win a 12 month’s supply of nutella® for their business simply by entering the prize draw before midnight on 29<sup>th</sup> February 2020 at <a href=\"http://www.ferrerofoodservice.com\">www.ferrerofoodservice.com</a>.\r\n\r\nZareen Deboo, Foodservice Channel Operators Manager, Ferrero UK &amp; Ireland explains:\r\n<em>“February is one of the biggest months of the year for nutella<strong>®</strong> and we wanted to make it even better with a year’s worth of nutella<strong>®</strong> up for grabs! Extending the celebrations past World nutella<strong>®</strong> Day, caterers can spread the love on Valentine’s Day and bring the perfect partner to pancakes for a whole month of fun that will keep consumers coming back for more.”</em>\r\n\r\nAlongside entering the prize draw, caterers who visit the nutella<strong>®</strong> Month of Fun hub on Ferrero’s website will find a host of recipe inspiration including Strawberry Funnel Cake with nutella<strong>®</strong>, crispy pastry pillows with nutella<strong>®</strong> and Peaches and Amaretto Biscuits Tartlet with nutella<strong>®</strong>. Caterers can also download the dedicated World nutella<strong>®</strong> Day POS kit to get the festivities started.\r\n\r\n<em>* Nielsen Scantrack, Total Spreads, Total Coverage, MAT to 03.08.19 based on Unit Sales</em>','Win a Year’s Supply of nutella® with Ferrero’s Month of Fun','','inherit','closed','closed','','6320-revision-v1','','','2020-02-04 14:55:40','2020-02-04 14:55:40','',6320,'https://www.ontradeprogress.com/2020/02/04/6320-revision-v1/',0,'revision','',0),(6330,1,'2020-02-04 15:11:37','2020-02-04 15:11:37','<h1>New research from HIT Training reveals that three quarters (76%) of parents and over half (55%) of teachers believe jobs in hospitality offer a long-term career route that will help young people develop lifelong skills.</h1>\r\nThe study, released during National Apprenticeship Week, represents a positive change in perceptions of the industry that can be leveraged by employers to attract and retain talent.\r\n\r\nBoth parents and teachers also shared the opinion that the hospitality sector should be given a greater focus in schools. Some 86% of parents*1 say food subjects should be on the curriculum and over a third (38%) of teachers*2 believe that schools do not provide enough advice about jobs in hospitality to meet employment demand.\r\n\r\nOverall, young people are more open to exploring careers in hospitality too. One in five teachers say they have experienced an increase in pupils asking for information about jobs in hospitality in recent years*2.\r\n\r\nDespite these positive perceptions of careers in the industry, there is still work to be done to convince over a third (35%) of parents who still believe hospitality careers have anti-social working hours and over a quarter (26%) who say it’s a ‘stop gap’ between school and university*1.\r\n\r\nJill Whittaker, Managing Director at HIT Training, says hospitality businesses should nurture these promising perceptions for the greater good of the industry: <em>“We know there’s still a lack of understanding about what careers in this industry can offer in terms of progression, satisfaction and reward, which has resulted in a number of barriers preventing new talent entering the industry. </em>\r\n\r\n<em>“However, there’s a huge opportunity for hospitality employers to maximise these encouraging perceptions from parents and teachers to attract and retain top talent and work towards closing the skills gap crippling the industry. </em>\r\n\r\n<em>“Key ways employers in the sector can do this is by ensuring they’re making effective work experience opportunities available, forging stronger relationships with schools to offer first-hand hospitality experiences, and providing more sector specific information to schools and parents. The aim of these initiatives is to shine a spotlight on the industry and showcase the different roles and progression opportunities available.”</em>\r\n\r\nTo help hospitality businesses maximise the recruitment and retention opportunities presented by changing perceptions of the industry, HIT Training has launched a report, <a href=\"http://www.hittraining.co.uk/Future_of_hospitality\"><i>Don’t Waste: The Future of Hospitality</i>. </a>\r\n\r\nIt offers in-depth research and insight into the current challenges faced by the sector, along with practical tips and advice from hospitality leaders on how businesses can attract the next generation and target different talent pools to future-proof the sector.\r\n\r\nCommenting on the <i>Don’t Waste: The Future of Hospitality</i> report, Kate Nicholls, CEO of UK Hospitality, says: <em>“Hospitality has struggled to fill gaps in recent years and the challenges are not going away. Too often we have an undeserved reputation problem which undermines recruitment even further.</em>\r\n\r\n“This report by HIT Training outlines the challenges and opportunities we face as a sector when it comes to securing our future. It gives insight into understanding the workforce, the younger generation’s perception of the sector and how you can attract them.”\r\n\r\nFor more information and to download a copy of the report, please visit:  <a href=\"https://hittraining.co.uk/Future_of_hospitality\">www.hittraining.co.uk/Future_of_hospitality</a>\r\n\r\n<em>1. Survey of 1,000 parents conducted by 3GEM and HIT Training (July 2019)</em>\r\n<em>2. Survey of 500 teachers conducted by OnePoll and HIT Training (November 2019)</em>','Research reveals a positive change in perceptions of hospitality careers','','inherit','closed','closed','','6322-autosave-v1','','','2020-02-04 15:11:37','2020-02-04 15:11:37','',6322,'https://www.ontradeprogress.com/2020/02/04/6322-autosave-v1/',0,'revision','',0),(6331,1,'2020-02-04 14:59:34','2020-02-04 14:59:34','<h1>New research from HIT Training reveals that three quarters (76%) of parents and over half (55%) of teachers believe jobs in hospitality offer a long-term career route that will help young people develop lifelong skills.</h1>\r\nThe study, released during National Apprenticeship Week, represents a positive change in perceptions of the industry that can be leveraged by employers to attract and retain talent.\r\n\r\nBoth parents and teachers also shared the opinion that the hospitality sector should be given a greater focus in schools. Some 86% of parents*1 say food subjects should be on the curriculum and over a third (38%) of teachers*2 believe that schools do not provide enough advice about jobs in hospitality to meet employment demand.\r\n\r\nOverall, young people are more open to exploring careers in hospitality too. One in five teachers say they have experienced an increase in pupils asking for information about jobs in hospitality in recent years*2.\r\n\r\nDespite these positive perceptions of careers in the industry, there is still work to be done to convince over a third (35%) of parents who still believe hospitality careers have anti-social working hours and over a quarter (26%) who say it’s a ‘stop gap’ between school and university*1.\r\n\r\nJill Whittaker, Managing Director at HIT Training, says hospitality businesses should nurture these promising perceptions for the greater good of the industry: <em>“We know there’s still a lack of understanding about what careers in this industry can offer in terms of progression, satisfaction and reward, which has resulted in a number of barriers preventing new talent entering the industry. </em>\r\n\r\n<em>“However, there’s a huge opportunity for hospitality employers to maximise these encouraging perceptions from parents and teachers to attract and retain top talent and work towards closing the skills gap crippling the industry. </em>\r\n\r\n<em>“Key ways employers in the sector can do this is by ensuring they’re making effective work experience opportunities available, forging stronger relationships with schools to offer first-hand hospitality experiences, and providing more sector specific information to schools and parents. The aim of these initiatives is to shine a spotlight on the industry and showcase the different roles and progression opportunities available.”</em>\r\n\r\nTo help hospitality businesses maximise the recruitment and retention opportunities presented by changing perceptions of the industry, HIT Training has launched a report, <a href=\"http://www.hittraining.co.uk/Future_of_hospitality\"><i>Don’t Waste: The Future of Hospitality</i>. </a>\r\n\r\nIt offers in-depth research and insight into the current challenges faced by the sector, along with practical tips and advice from hospitality leaders on how businesses can attract the next generation and target different talent pools to future-proof the sector.\r\n\r\nCommenting on the <i>Don’t Waste: The Future of Hospitality</i> report, Kate Nicholls, CEO of UK Hospitality, says: <em>“Hospitality has struggled to fill gaps in recent years and the challenges are not going away. Too often we have an undeserved reputation problem which undermines recruitment even further.</em>\r\n\r\n“This report by HIT Training outlines the challenges and opportunities we face as a sector when it comes to securing our future. It gives insight into understanding the workforce, the younger generation’s perception of the sector and how you can attract them.”\r\n\r\nFor more information and to download a copy of the report, please visit:  <a href=\"https://hittraining.co.uk/Future_of_hospitality\">www.hittraining.co.uk/Future_of_hospitality</a>\r\n\r\n<em>1. Survey of 1,000 parents conducted by 3GEM and HIT Training (July 2019)</em>\r\n<em>2. Survey of 500 teachers conducted by OnePoll and HIT Training (November 2019)</em>','Research reveals a positive change in perceptions of hospitality careers','','inherit','closed','closed','','6322-revision-v1','','','2020-02-04 14:59:34','2020-02-04 14:59:34','',6322,'https://www.ontradeprogress.com/2020/02/04/6322-revision-v1/',0,'revision','',0),(6332,1,'2020-02-04 15:10:41','2020-02-04 15:10:41','','Hospitality Careers','','inherit','closed','closed','','hospitalitycareers_1600x550-otp01','','','2020-02-04 15:10:53','2020-02-04 15:10:53','',6322,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/HospitalityCareers_1600x550-OTP01.jpg',0,'attachment','image/jpeg',0),(6334,1,'2020-02-04 15:20:54','2020-02-04 15:20:54','','Ei-Group','','inherit','closed','closed','','ei-group_1600x550-otp','','','2020-02-04 15:21:03','2020-02-04 15:21:03','',6318,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Ei-Group_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6335,1,'2020-02-10 09:08:56','2020-02-10 09:08:56','<h1>Tayto Group are delighted to announce that they have been awarded a 2-star Great Taste Award for both Midland Snacks Traditional Scratchings and Mr Porky Handcooked Scratchings and a 1-star award for Mr Porky Crispy Strips.</h1>\r\nGreat Taste - the world’s most coveted food and drink award, is recognised as a stamp of excellence among consumers and retailers alike and celebrates taste above all else.\r\n\r\nJudges raved about <b>Midlands Snacks Traditional Scratchings</b>: <em>“We found this deliciously moreish and we all agreed they are the best pork scratchings we have had. Really a wow!”</em>\r\n\r\nThey were equally complimentary about <b>Mr Porky Crispy Strips</b>: <em>“Light and crunchy, clean on the palate. Easy to eat indeed. Attractive well-made snack with good crunch and clear flavour.”</em>\r\n\r\nAs well as delicious pork scratchings, Tayto have Snacking Sorted with their extensive range of snacks including REAL Handcooked crisps (a Foodservice-exclusive brand) plus the iconic and much loved Golden Wonder crisps and snacks ranges.','Mr Porky and Midland Snacks Great Taste Award Winners 2019','','publish','closed','open','','mr-porky-and-midland-snacks-great-taste-award-winners-2019','','','2020-02-10 09:08:56','2020-02-10 09:08:56','',0,'https://www.ontradeprogress.com/?p=6335',0,'post','',0),(6336,1,'2020-02-04 16:05:38','2020-02-04 16:05:38','','Mr Porky','','inherit','closed','closed','','mr-porky_1600x550-otp','','','2020-02-04 16:05:49','2020-02-04 16:05:49','',6335,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Mr-Porky_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6337,1,'2020-02-04 16:05:53','2020-02-04 16:05:53','<h1>Tayto Group are delighted to announce that they have been awarded a 2-star Great Taste Award for both Midland Snacks Traditional Scratchings and Mr Porky Handcooked Scratchings and a 1-star award for Mr Porky Crispy Strips.</h1>\r\nGreat Taste - the world’s most coveted food and drink award, is recognised as a stamp of excellence among consumers and retailers alike and celebrates taste above all else.\r\n\r\nJudges raved about <b>Midlands Snacks Traditional Scratchings</b>: <em>“We found this deliciously moreish and we all agreed they are the best pork scratchings we have had. Really a wow!”</em>\r\n\r\nThey were equally complimentary about <b>Mr Porky Crispy Strips</b>: <em>“Light and crunchy, clean on the palate. Easy to eat indeed. Attractive well-made snack with good crunch and clear flavour.”</em>\r\n\r\nAs well as delicious pork scratchings, Tayto have Snacking Sorted with their extensive range of snacks including REAL Handcooked crisps (a Foodservice-exclusive brand) plus the iconic and much loved Golden Wonder crisps and snacks ranges.','Mr Porky and Midland Snacks Great Taste Award Winners 2019','','inherit','closed','closed','','6335-revision-v1','','','2020-02-04 16:05:53','2020-02-04 16:05:53','',6335,'https://www.ontradeprogress.com/2020/02/04/6335-revision-v1/',0,'revision','',0),(6338,1,'2020-02-05 09:29:13','0000-00-00 00:00:00','<h1>Scotsman’s latest publication offers ideas and recipes for cold coffee menus.</h1>\r\n<em> </em>Cold coffee-based drinks have been an increasingly important part of the cafe menu in recent years. Scotsman and the brand’s UK distributor, Hubbard Systems, have been working with top barista Michalis Dimitrakopoulos to investigate the best ice types for different recipes and coffees. Which ice is best for blended drinks? Which for iced espresso drinks? And what about the increasingly popular cold brew coffee?\r\n\r\nNow Scotsman, Hubbard and Michalis have put their combined expertise into a booklet, called Coffee Inspirations. It looks at the different varieties of cold coffee beverages and suggests which ice would be best for different sites.\r\n\r\nThe big three ice types for coffee are gourmet cubes, nugget ice and dice cubes. Gourmet is best for cold brew, espresso brew variations and cold drip. It’s hard, pure and long lasting, so it doesn’t dilute the drink. The slow-melt properties improve flavour distribution, preserving the drink’s body and aroma. The purity of the ice, with low mineral salt content, maintains the integrity of the flavour.\r\n\r\nNugget gives the best drinks displacement in blended drinks and mixed beverages. Dice ice is a great all-rounder and is the preferred option for many chains. A key benefit is that it’s great in blenders, minimising blending time and delivering an exceptional drink texture.\r\n\r\nCoffee Inspirations has loads of information about specialist coffees as well as an extended section with recipes featuring coffee-based cocktails. The booklet is available to download for free from the downloads section of the Hubbard website, scotsman-ice.co.uk.\r\n\r\nScotsman is the exclusive sponsor for World Coffee Events (WCE) and a gold sponsor for both the World Barista Championship (WBC) and World Coffee in Good Spirits (WCIGS).  Scotsman will be exhibiting at the London Coffee Festival, 2-5 April 2020, at the Old Truman Brewery.\r\n\r\nMichalis Dimitrakopoulos is a brand ambassador for Scotsman. He was runner up in the WBC 2019 and was World Champion in the WCIGS 2016.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range of icemakers, which is available via dealers nationwide. Hubbard Systems is part of HTG Trading Ltd.','Cold coffee inspirations','','draft','closed','open','','','','','2020-02-05 09:29:13','2020-02-05 09:29:13','',0,'https://www.ontradeprogress.com/?p=6338',0,'post','',0),(6339,1,'2020-02-05 09:20:06','2020-02-05 09:20:06','','Cold Coffee','','inherit','closed','closed','','cold-coffee_1600x550-otp','','','2020-02-05 09:20:28','2020-02-05 09:20:28','',6338,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Cold-Coffee_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6340,1,'2020-02-05 09:20:38','2020-02-05 09:20:38','<h1><em>Scotsman’s latest publication offers ideas and recipes for cold coffee menus.</em></h1>\r\n<em> </em>Cold coffee-based drinks have been an increasingly important part of the cafe menu in recent years. Scotsman and the brand’s UK distributor, Hubbard Systems, have been working with top barista Michalis Dimitrakopoulos to investigate the best ice types for different recipes and coffees. Which ice is best for blended drinks? Which for iced espresso drinks? And what about the increasingly popular cold brew coffee?\r\n\r\nNow Scotsman, Hubbard and Michalis have put their combined expertise into a booklet, called Coffee Inspirations. It looks at the different varieties of cold coffee beverages and suggests which ice would be best for different sites.\r\n\r\nThe big three ice types for coffee are gourmet cubes, nugget ice and dice cubes. Gourmet is best for cold brew, espresso brew variations and cold drip. It’s hard, pure and long lasting, so it doesn’t dilute the drink. The slow-melt properties improve flavour distribution, preserving the drink’s body and aroma. The purity of the ice, with low mineral salt content, maintains the integrity of the flavour.\r\n\r\nNugget gives the best drinks displacement in blended drinks and mixed beverages. Dice ice is a great all-rounder and is the preferred option for many chains. A key benefit is that it’s great in blenders, minimising blending time and delivering an exceptional drink texture.\r\n\r\nCoffee Inspirations has loads of information about specialist coffees as well as an extended section with recipes featuring coffee-based cocktails. The booklet is available to download for free from the downloads section of the Hubbard website, scotsman-ice.co.uk.\r\n\r\nScotsman is the exclusive sponsor for World Coffee Events (WCE) and a gold sponsor for both the World Barista Championship (WBC) and World Coffee in Good Spirits (WCIGS).  Scotsman will be exhibiting at the London Coffee Festival, 2-5 April 2020, at the Old Truman Brewery.\r\n\r\nMichalis Dimitrakopoulos is a brand ambassador for Scotsman. He was runner up in the WBC 2019 and was World Champion in the WCIGS 2016.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range of icemakers, which is available via dealers nationwide. Hubbard Systems is part of HTG Trading Ltd.','Cold coffee inspirations','','inherit','closed','closed','','6338-revision-v1','','','2020-02-05 09:20:38','2020-02-05 09:20:38','',6338,'https://www.ontradeprogress.com/2020/02/05/6338-revision-v1/',0,'revision','',0),(6341,1,'2020-02-05 09:31:53','0000-00-00 00:00:00','<h1>Bob Pease, CEO/President of the Brewers Association the not-for-profit trade association representing small and independent American craft brewers, on what’s in store this month.</h1>\r\nThere are now more than 8,000 craft breweries operating in America, a record number for the United States, with many more in planning. A proportion of these breweries are active in the UK and we’re looking forward to another year of exciting new launches and ground-breaking innovation, kicking things off with the following activities for American craft beer…\r\n\r\nDr J Nikol Jackson-Beckham, Brewers Association Diversity Ambassador, will make her debut appearance in the UK with the keynote speech at Cloudwater’s Friends, Family and Beer Festival, 21-22 February in Manchester. In the States, her role is to visit state guilds and the craft brewing community talking about best practices for diversifying both customer and staff bases. At the Brewers Association we believe craft beer is for everyone and continue to be proactive in advancing diversity and inclusion. Keynoting the Industry Expo of Friends, Family and Beer Festival will be Dr J’s first speech in the UK.\r\n\r\nLater in February, the Brewers Association Export Development Programme will be conducting a series of Masterclass tastings at the BrewLDN Festival, London 27-29 February comprising a range of high quality, innovative and full-flavoured American craft beers presented by our American craft beer Ambassador for Europe, Lotte Peplow and those  American craft brewers who have travelled over for the Show. (Timings: 8.00-8.45pm on Friday 28th and 1.30-2.15pm on Saturday 29th February).\r\n\r\nThe UK is an important trading partner for American craft brewers and represents the second largest export market (after Canada) with 16.6% of all exports.\r\n\r\nFinally, don’t forget to apply for early bird registration for the Craft Brewers Conference® (CBC) in San Antonio, Texas, 19-22 April 2020 before it closes on 6th February 2020.','American Craft beer activities in the UK','','draft','closed','open','','','','','2020-02-05 09:31:53','2020-02-05 09:31:53','',0,'https://www.ontradeprogress.com/?p=6341',0,'post','',0),(6342,1,'2020-02-05 09:28:24','2020-02-05 09:28:24','<h1>Bob Pease, CEO/President of the Brewers Association the not-for-profit trade association representing small and independent American craft brewers, on what’s in store this month.</h1>\r\nThere are now more than 8,000 craft breweries operating in America, a record number for the United States, with many more in planning. A proportion of these breweries are active in the UK and we’re looking forward to another year of exciting new launches and ground-breaking innovation, kicking things off with the following activities for American craft beer…\r\n\r\nDr J Nikol Jackson-Beckham, Brewers Association Diversity Ambassador, will make her debut appearance in the UK with the keynote speech at Cloudwater’s Friends, Family and Beer Festival, 21-22 February in Manchester. In the States, her role is to visit state guilds and the craft brewing community talking about best practices for diversifying both customer and staff bases. At the Brewers Association we believe craft beer is for everyone and continue to be proactive in advancing diversity and inclusion. Keynoting the Industry Expo of Friends, Family and Beer Festival will be Dr J’s first speech in the UK.\r\n\r\nLater in February, the Brewers Association Export Development Programme will be conducting a series of Masterclass tastings at the BrewLDN Festival, London 27-29 February comprising a range of high quality, innovative and full-flavoured American craft beers presented by our American craft beer Ambassador for Europe, Lotte Peplow and those  American craft brewers who have travelled over for the Show. (Timings: 8.00-8.45pm on Friday 28th and 1.30-2.15pm on Saturday 29th February).\r\n\r\nThe UK is an important trading partner for American craft brewers and represents the second largest export market (after Canada) with 16.6% of all exports.\r\n\r\nFinally, don’t forget to apply for early bird registration for the Craft Brewers Conference® (CBC) in San Antonio, Texas, 19-22 April 2020 before it closes on 6th February 2020.','American Craft beer activities in the UK','','inherit','closed','closed','','6341-revision-v1','','','2020-02-05 09:28:24','2020-02-05 09:28:24','',6341,'https://www.ontradeprogress.com/2020/02/05/6341-revision-v1/',0,'revision','',0),(6343,1,'2020-02-05 09:29:13','2020-02-05 09:29:13','<h1>Scotsman’s latest publication offers ideas and recipes for cold coffee menus.</h1>\r\n<em> </em>Cold coffee-based drinks have been an increasingly important part of the cafe menu in recent years. Scotsman and the brand’s UK distributor, Hubbard Systems, have been working with top barista Michalis Dimitrakopoulos to investigate the best ice types for different recipes and coffees. Which ice is best for blended drinks? Which for iced espresso drinks? And what about the increasingly popular cold brew coffee?\r\n\r\nNow Scotsman, Hubbard and Michalis have put their combined expertise into a booklet, called Coffee Inspirations. It looks at the different varieties of cold coffee beverages and suggests which ice would be best for different sites.\r\n\r\nThe big three ice types for coffee are gourmet cubes, nugget ice and dice cubes. Gourmet is best for cold brew, espresso brew variations and cold drip. It’s hard, pure and long lasting, so it doesn’t dilute the drink. The slow-melt properties improve flavour distribution, preserving the drink’s body and aroma. The purity of the ice, with low mineral salt content, maintains the integrity of the flavour.\r\n\r\nNugget gives the best drinks displacement in blended drinks and mixed beverages. Dice ice is a great all-rounder and is the preferred option for many chains. A key benefit is that it’s great in blenders, minimising blending time and delivering an exceptional drink texture.\r\n\r\nCoffee Inspirations has loads of information about specialist coffees as well as an extended section with recipes featuring coffee-based cocktails. The booklet is available to download for free from the downloads section of the Hubbard website, scotsman-ice.co.uk.\r\n\r\nScotsman is the exclusive sponsor for World Coffee Events (WCE) and a gold sponsor for both the World Barista Championship (WBC) and World Coffee in Good Spirits (WCIGS).  Scotsman will be exhibiting at the London Coffee Festival, 2-5 April 2020, at the Old Truman Brewery.\r\n\r\nMichalis Dimitrakopoulos is a brand ambassador for Scotsman. He was runner up in the WBC 2019 and was World Champion in the WCIGS 2016.\r\n\r\nHubbard Systems is the UK distributor for the market-leading Scotsman range of icemakers, which is available via dealers nationwide. Hubbard Systems is part of HTG Trading Ltd.','Cold coffee inspirations','','inherit','closed','closed','','6338-revision-v1','','','2020-02-05 09:29:13','2020-02-05 09:29:13','',6338,'https://www.ontradeprogress.com/2020/02/05/6338-revision-v1/',0,'revision','',0),(6344,1,'2020-02-05 09:31:36','2020-02-05 09:31:36','','Bob Pease','','inherit','closed','closed','','bob-pease_1600x550','','','2020-02-05 09:31:45','2020-02-05 09:31:45','',6341,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Bob-Pease_1600x550.jpg',0,'attachment','image/jpeg',0),(6345,1,'2020-02-13 16:14:51','2020-02-13 16:14:51','<h1>The holiday of love is a special time of year for many couples. We discuss the origins of the event and why this day might be more important than you think if you don’t serve food.</h1>\r\n<strong>Sex, sacrifice and spirits</strong>\r\n\r\nSt. Valentine’s Day is named for a Christian martyr and dates back to the 5th century, but has origins in the Roman holiday Lupercalia which is estimated to be an annual affair that would have taken place in around 600bc. Lupercalia was a bloody, violet and sexual festival awash with animal sacrifice and random matchmaking. The Romans believed that the festival warded off evil spirits in addition to promoting fertility. Fast forward a few centuries and like all holidays it’s evolved into something else. Instead of sacrifices of goats, dogs and other animals, February 14th is now commonly known for the cards, flowers, gifts and experiences that people spoil their ‘valentine’ with.\r\n\r\n<strong>Dry no more</strong>\r\n\r\nValentine’s Day will be the first big night out of the year for some. The public will have started to move away from Dry January and the self-imposed spending sanctions after what was likely an expensive Christmas and holiday season. Because of this, standing out as a venue on Valentine’s Day is key to attracting customers to your venue; and getting footfall through the door.\r\n\r\nResearch from CGA in February 2019 suggested that bars and pubs are potentially missing out on extra wet sales. They found that only 7% of non-food venues ran Valentine’s Day specific drink offers, as opposed to 50% of food-led venues.\r\n\r\nWith a lot of people coming off the back of Dry January some extra marketing around the event is certainly something to be considered. Maybe you can achieve extra footfall with reduced drink prices, a premium Valentine’s Day cocktail menu or a traffic light party with corresponding shots for the student crowd. Every venue is different and it’ll depend on your typical clientele.\r\n\r\n<em><strong>Early February we’ll be putting out some Valentine’s Day cocktail suggestions on our website as well as sending these out via email. So keep an eye out!</strong></em>\r\n\r\n<strong>Mutton dressed as lamb</strong>\r\n\r\nWhile a menu compiled of oysters and champagne is known as a classic, to others it may be seen as outdated. Adapting your menu to go toe-to-toe with the premium types of venues that typically offer those delights won’t necessarily get you the customers you’re looking for. If you don’t want to create a whole new menu for just one or two days of the year, you could adapt what you currently have on offer to make it more Valentine friendly.\r\n\r\nAesthetically pleasing instagrammable food will be a priority for some. Pizza Express has had success in the past with their famous dough balls, simply by crafting them in a heart shape. Morrisons audaciously sold a heartshaped steak for Valentine’s Day last year dubbed ‘the sweetheart steak’ which shows there’s a market out there to capitalise on. I think I’d personally shudder at the thought, for me heartshaped meat is a no-no, but each to their own! I’m not saying serve everything heart-shaped, but you get the idea.\r\n\r\nWhatever you decide, ensure that the kitchen goes the extra distance to make your offerings not only look but also taste special.','Valentine’s Day','','publish','closed','open','','valentines-day','','','2020-02-13 16:31:27','2020-02-13 16:31:27','',0,'https://www.ontradeprogress.com/?p=6345',0,'post','',0),(6346,1,'2020-02-05 09:37:39','2020-02-05 09:37:39','<h1>The holiday of love is a special time of year for many couples. We discuss the origins of the event and why this day might be more important than you think if you don’t serve food.</h1>\r\n<strong>Sex, sacrifice and spirits</strong>\r\n\r\nSt. Valentine’s Day is named for a Christian martyr and dates back to the 5th century, but has origins in the Roman holiday Lupercalia which is estimated to be an annual affair that would have taken place in around 600bc. Lupercalia was a bloody, violet and sexual festival awash with animal sacrifice and random matchmaking. The Romans believed that the festival warded off evil spirits in addition to promoting fertility. Fast forward a few centuries and like all holidays it’s evolved into something else. Instead of sacrifices of goats, dogs and other animals, February 14th is now commonly known for the cards, flowers, gifts and experiences that people spoil their ‘valentine’ with.\r\n\r\n<strong>Dry no more</strong>\r\n\r\nValentine’s Day will be the first big night out of the year for some. The public will have started to move away from Dry January and the self-imposed spending sanctions after what was likely an expensive Christmas and holiday season. Because of this, standing out as a venue on Valentine’s Day is key to attracting customers to your venue; and getting footfall through the door.\r\n\r\nResearch from CGA in February 2019 suggested that bars and pubs are potentially missing out on extra wet sales. They found that only 7% of non-food venues ran Valentine’s Day specific drink offers, as opposed to 50% of food-led venues.\r\n\r\nWith a lot of people coming off the back of Dry January some extra marketing around the event is certainly something to be considered. Maybe you can achieve extra footfall with reduced drink prices, a premium Valentine’s Day cocktail menu or a traffic light party with corresponding shots for the student crowd. Every venue is different and it’ll depend on your typical clientele.\r\n\r\n<em><strong>Early February we’ll be putting out some Valentine’s Day cocktail suggestions on our website as well as sending these out via email. So keep an eye out!</strong></em>\r\n\r\n<strong>Mutton dressed as lamb</strong>\r\n\r\nWhile a menu compiled of oysters and champagne is known as a classic, to others it may be seen as outdated. Adapting your menu to go toe-to-toe with the premium types of venues that typically offer those delights won’t necessarily get you the customers you’re looking for. If you don’t want to create a whole new menu for just one or two days of the year, you could adapt what you currently have on offer to make it more Valentine friendly.\r\n\r\nAesthetically pleasing instagrammable food will be a priority for some. Pizza Express has had success in the past with their famous dough balls, simply by crafting them in a heart shape. Morrisons audaciously sold a heartshaped steak for Valentine’s Day last year dubbed ‘the sweetheart steak’ which shows there’s a market out there to capitalise on. I think I’d personally shudder at the thought, for me heartshaped meat is a no-no, but each to their own! I’m not saying serve everything heart-shaped, but you get the idea.\r\n\r\nWhatever you decide, ensure that the kitchen goes the extra distance to make your offerings not only look but also taste special.','Valentine’s Day','','inherit','closed','closed','','6345-revision-v1','','','2020-02-05 09:37:39','2020-02-05 09:37:39','',6345,'https://www.ontradeprogress.com/2020/02/05/6345-revision-v1/',0,'revision','',0),(6348,1,'2020-02-05 09:43:32','2020-02-05 09:43:32','','Valentines Day','','inherit','closed','closed','','valentines-day_1600x550-otp','','','2020-02-05 09:43:43','2020-02-05 09:43:43','',6345,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Valentines-Day_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6350,1,'2020-02-10 09:08:20','2020-02-10 09:08:20','<h1>Germany’s leading premium beer brand Krombacher has unveiled a stylish new label and sleek bottle design for its packaged range of brewed-at-source beers.</h1>\r\nThe new Krombacher bottles are modern in shape, with distinctive embossing and high-quality labels to reflect the brand’s premium credentials.\r\n\r\nThe changes will see the Krombacher Pils, Weizen, Dark, 0,0% Pils and the Non-Alcoholic Weizen all refreshed with the new bottles and packaging.\r\n\r\nWith a deep respect for nature and its people, the Krombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803.\r\n\r\nAdhering to the German Beer Purity Law of 1516 (Reinheitsgebot) but relying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the art technology, the brewery only uses the best, 100% natural and wholesome ingredients. This includes the finest two-row summer barley, Siegel hops from Hallertau and the brewery’s own specially cultivated Krombacher Pilsner Superioris yeast, which is used in one brew only.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is naturally soft and low in mineral content and isthe only water ever used to brew Krombacher beer, providing the beer with its unique, recognisably refreshing, pure and crisp taste.\r\n\r\nCommenting on the brand refresh, Stephan Kofler, Krombacher’s UK &amp; Italy Sales &amp; Marketing Director, said:\r\n\r\n<em>“We’re delighted to refresh the brand and roll out the new packaging ahead of a big 2020. It will help provide strong visibility and presence on-shelf and will reinforce the premium nature of our products. With the brand continuing to see year-on-year growth in the ON-Trade and OFF-Trade, we believe the new packaging will connect with consumers and in turn help us to grow our audience in the UK.”</em>','Krombacher unveils brand refresh','','publish','closed','open','','krombacher-unveils-brand-refresh','','','2020-02-10 09:08:20','2020-02-10 09:08:20','',0,'https://www.ontradeprogress.com/?p=6350',0,'post','',0),(6351,1,'2020-02-05 16:56:56','2020-02-05 16:56:56','','Krombacher','','inherit','closed','closed','','img_9646','','','2020-02-05 16:57:23','2020-02-05 16:57:23','',6350,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/IMG_9646.jpg',0,'attachment','image/jpeg',0),(6352,1,'2020-02-05 16:58:19','2020-02-05 16:58:19','<h1>Germany’s leading premium beer brand Krombacher has unveiled a stylish new label and sleek bottle design for its packaged range of brewed-at-source beers.</h1>\r\nThe new Krombacher bottles are modern in shape, with distinctive embossing and high-quality labels to reflect the brand’s premium credentials.\r\n\r\nThe changes will see the Krombacher Pils, Weizen, Dark, 0,0% Pils and the Non-Alcoholic Weizen all refreshed with the new bottles and packaging.\r\n\r\nWith a deep respect for nature and its people, the Krombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803.\r\n\r\nAdhering to the German Beer Purity Law of 1516 (Reinheitsgebot) but relying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the art technology, the brewery only uses the best, 100% natural and wholesome ingredients. This includes the finest two-row summer barley, Siegel hops from Hallertau and the brewery’s own specially cultivated Krombacher Pilsner Superioris yeast, which is used in one brew only.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is naturally soft and low in mineral content and isthe only water ever used to brew Krombacher beer, providing the beer with its unique, recognisably refreshing, pure and crisp taste.\r\n\r\nCommenting on the brand refresh, Stephan Kofler, Krombacher’s UK &amp; Italy Sales &amp; Marketing Director, said:\r\n\r\n<em>“We’re delighted to refresh the brand and roll out the new packaging ahead of a big 2020. It will help provide strong visibility and presence on-shelf and will reinforce the premium nature of our products. With the brand continuing to see year-on-year growth in the ON-Trade and OFF-Trade, we believe the new packaging will connect with consumers and in turn help us to grow our audience in the UK.”</em>\r\n\r\nThe proudly independent, family-run brewery has achieved consecutive year-on-year double-digit UK sales growth since 2012 with over 300 draught taps now in operation in the UK.\r\n\r\nSuccess in the ON-Trade for its comprehensive draught, bottle and can offering, plus it’s low/no alcohol range, has also bolstered OFF-Trade sales with the brand now listed in Booths, Bargain Booze, Majestic, Morrisons, Ocado and Tesco.\r\n\r\n<em>Krombacher is imported into the UK by Morgenrot and Oakham Ales.</em>','Krombacher Unveils Brand Refresh','','inherit','closed','closed','','6350-revision-v1','','','2020-02-05 16:58:19','2020-02-05 16:58:19','',6350,'https://www.ontradeprogress.com/2020/02/05/6350-revision-v1/',0,'revision','',0),(6353,1,'2020-02-10 09:07:27','2020-02-10 09:07:27','<h1>The trendsetting Pedrino Spritz brand is targeting the pub and bar sector after Love Drinks was announced as it\'s new UK distributor.</h1>\r\nPedrino was launched by Joe Knopfler, son of music icon Mark of Dire Straits fame, and Sam Showering, the next generation from the family that helped pioneer brands such as Babycham, Harveys Bristol Cream, Cockburn Port and Brothers Cider.\r\n\r\nAlready helping the authentic spritz to be very much back in vogue, the vibrant Pedrino range is inspired by the drink cabinets of Spain, Portugal and Italy.\r\n\r\nThe company carefully blends the finest origin-protected Sherry, Port or Vermouth with their own artisanal tonic water, made with all-natural botanicals and British spring water.\r\n\r\nThe Pedrino range can be mixed with a wide range of quality spirits to provide the sophistication of a cocktail with the sparkling refreshment of a spritz.\r\n\r\nFantastic for a fast serve behind a bar and ultra-versatile, the trio can be used to create numerous new contenders for the aperitivo occasion such as the Sherry Mojito Spritz, Negroni Spritz and Cherry Bakewell Spritz.\r\n\r\nVoted the International Spirit Challenge’s Pre-Mixed Drinks Producer of the Year in 2019, the Pedrino terrace-ready trio includes a floral Vermouth &amp; Tonic, a bittersweet Sherry &amp; Tonic and a citrussy Ruby &amp; Tonic, which are wonderfully refreshing libations or aperitifs, when simply served chilled over ice.\r\n\r\nSamantha Burke, Managing Director of Love Drinks, said: <em>“The Pedrino brand was ahead of its time and continues to lead from the front in the fast evolving spritz category.  The brand has been key in putting the spritz back on the map in the UK and the Pedrino spritz trio is as authentic as it gets. They are great on their own but they are also being used to brilliant effect by bars to create all manner of highball drinks or stylish spritz cocktails. We believe they are perfect for pubs and bars this summer.”</em>\r\n\r\nSam Showering, Pedrino Co-Founder, said: <em>“We have been looking for a distributor for the last few months who can help us take the next steps as a brand and a company.  We’re delighted to have found Love Drinks and look forward to working with their like-minded and energetic team as we look to drive further growth and target new markets in 2020.” </em>','Pedrino Spritz brand targets pub and bar sector','','publish','closed','open','','pedrino-spritz-brand-targets-pub-and-bar-sector','','','2020-02-10 09:07:27','2020-02-10 09:07:27','',0,'https://www.ontradeprogress.com/?p=6353',0,'post','',0),(6354,1,'2020-02-05 17:01:15','2020-02-05 17:01:15','','Pedrino Trio Spring','','inherit','closed','closed','','pedrino-trio-spring2019-flyingv2-edited-pixlr-2','','','2020-02-05 17:02:16','2020-02-05 17:02:16','',6353,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Pedrino-Trio-Spring2019-FlyingV2-edited-Pixlr-2.jpg',0,'attachment','image/jpeg',0),(6355,1,'2020-02-05 17:02:25','2020-02-05 17:02:25','<h1>The trendsetting Pedrino Spritz brand is targeting the pub and bar sector after Love Drinks was announced as it\'s new UK distributor.</h1>\r\nPedrino was launched by Joe Knopfler, son of music icon Mark of Dire Straits fame, and Sam Showering, the next generation from the family that helped pioneer brands such as Babycham, Harveys Bristol Cream, Cockburn Port and Brothers Cider.\r\n\r\nAlready helping the authentic spritz to be very much back in vogue, the vibrant Pedrino range is inspired by the drink cabinets of Spain, Portugal and Italy.\r\n\r\nThe company carefully blends the finest origin-protected Sherry, Port or Vermouth with their own artisanal tonic water, made with all-natural botanicals and British spring water.\r\n\r\nThe Pedrino range can be mixed with a wide range of quality spirits to provide the sophistication of a cocktail with the sparkling refreshment of a spritz.\r\n\r\nFantastic for a fast serve behind a bar and ultra-versatile, the trio can be used to create numerous new contenders for the aperitivo occasion such as the Sherry Mojito Spritz, Negroni Spritz and Cherry Bakewell Spritz.\r\n\r\nVoted the International Spirit Challenge’s Pre-Mixed Drinks Producer of the Year in 2019, the Pedrino terrace-ready trio includes a floral Vermouth &amp; Tonic, a bittersweet Sherry &amp; Tonic and a citrussy Ruby &amp; Tonic, which are wonderfully refreshing libations or aperitifs, when simply served chilled over ice.\r\n\r\nSamantha Burke, Managing Director of Love Drinks, said: <em>“The Pedrino brand was ahead of its time and continues to lead from the front in the fast evolving spritz category.  The brand has been key in putting the spritz back on the map in the UK and the Pedrino spritz trio is as authentic as it gets. They are great on their own but they are also being used to brilliant effect by bars to create all manner of highball drinks or stylish spritz cocktails. We believe they are perfect for pubs and bars this summer.”</em>\r\n\r\nSam Showering, Pedrino Co-Founder, said: <em>“We have been looking for a distributor for the last few months who can help us take the next steps as a brand and a company.  We’re delighted to have found Love Drinks and look forward to working with their like-minded and energetic team as we look to drive further growth and target new markets in 2020.” </em>\r\n\r\n<b>The Pedrino Trio</b>\r\n\r\n<b>Pedrino Vermouth &amp; Tonic - Floral</b>\r\n\r\nLight and refreshing for the perfect spritz every time, this uses premium vermouth blended with bitter tonic water and the natural freshness of grapefruit botanicals.\r\n\r\nABV: 5.5% ABV\r\n\r\nTasting Notes: Notes of melon, floral botanicals and grapefruit.\r\nClassic serve: Over ice with a garnish with grapefruit\r\nSpritz cocktails: Bramble Spritz, Elderflower Spritz or Negroni Spritz\r\n\r\n<b>Pedrino Sherry &amp; Tonic - Bittersweet</b>\r\n\r\nThe original spritzer is the Pedrino Sherry &amp; Tonic Spritz made with origin-protected Sherry and Pedrino’s special all-natural tonic water and citrussy botanicals.\r\n\r\nABV: 5.5% ABV\r\n\r\nTasting Notes: Notes of stone fruits, raisins and orange blossom.\r\nClassic serve: Over ice with a garnish with orange\r\nSpritz cocktails: Mediterranean G&amp;T, Sherry Mojito Spritz or Paloma Spritz\r\n\r\n<b>Pedrino Ruby &amp; Tonic - Citrus</b>\r\n\r\nThe perfect contrast in flavour to the Sherry &amp; Tonic, it’s made with premium Ruby Port which is blended with bitter tonic water and the natural freshness of lemon botanicals.\r\n\r\nABV: 5.5% ABV\r\n\r\nTasting Notes: Notes of red berries, plum and bitter lemon.\r\nClassic serve: Over ice with a garnish with lemon.\r\nSpritz cocktails: Old Fashioned Spritz, Brandy Spritz, Cherry Bakewell Spritz','The Sultans of Spritz Targets Pub and Bar Sector','','inherit','closed','closed','','6353-revision-v1','','','2020-02-05 17:02:25','2020-02-05 17:02:25','',6353,'https://www.ontradeprogress.com/2020/02/05/6353-revision-v1/',0,'revision','',0),(6356,1,'2020-02-05 17:02:49','2020-02-05 17:02:49','<h1>The trendsetting Pedrino Spritz brand is targeting the pub and bar sector after Love Drinks was announced as it\'s new UK distributor.</h1>\r\nPedrino was launched by Joe Knopfler, son of music icon Mark of Dire Straits fame, and Sam Showering, the next generation from the family that helped pioneer brands such as Babycham, Harveys Bristol Cream, Cockburn Port and Brothers Cider.\r\n\r\nAlready helping the authentic spritz to be very much back in vogue, the vibrant Pedrino range is inspired by the drink cabinets of Spain, Portugal and Italy.\r\n\r\nThe company carefully blends the finest origin-protected Sherry, Port or Vermouth with their own artisanal tonic water, made with all-natural botanicals and British spring water.\r\n\r\nThe Pedrino range can be mixed with a wide range of quality spirits to provide the sophistication of a cocktail with the sparkling refreshment of a spritz.\r\n\r\nFantastic for a fast serve behind a bar and ultra-versatile, the trio can be used to create numerous new contenders for the aperitivo occasion such as the Sherry Mojito Spritz, Negroni Spritz and Cherry Bakewell Spritz.\r\n\r\nVoted the International Spirit Challenge’s Pre-Mixed Drinks Producer of the Year in 2019, the Pedrino terrace-ready trio includes a floral Vermouth &amp; Tonic, a bittersweet Sherry &amp; Tonic and a citrussy Ruby &amp; Tonic, which are wonderfully refreshing libations or aperitifs, when simply served chilled over ice.\r\n\r\nSamantha Burke, Managing Director of Love Drinks, said: <em>“The Pedrino brand was ahead of its time and continues to lead from the front in the fast evolving spritz category.  The brand has been key in putting the spritz back on the map in the UK and the Pedrino spritz trio is as authentic as it gets. They are great on their own but they are also being used to brilliant effect by bars to create all manner of highball drinks or stylish spritz cocktails. We believe they are perfect for pubs and bars this summer.”</em>\r\n\r\nSam Showering, Pedrino Co-Founder, said: <em>“We have been looking for a distributor for the last few months who can help us take the next steps as a brand and a company.  We’re delighted to have found Love Drinks and look forward to working with their like-minded and energetic team as we look to drive further growth and target new markets in 2020.” </em>\r\n\r\n<b>The Pedrino Trio</b>\r\n\r\n<b>Pedrino Vermouth &amp; Tonic - Floral</b>\r\n\r\nLight and refreshing for the perfect spritz every time, this uses premium vermouth blended with bitter tonic water and the natural freshness of grapefruit botanicals.\r\n\r\nABV: 5.5% ABV\r\n\r\nTasting Notes: Notes of melon, floral botanicals and grapefruit.\r\nClassic serve: Over ice with a garnish with grapefruit\r\nSpritz cocktails: Bramble Spritz, Elderflower Spritz or Negroni Spritz\r\n\r\n<b>Pedrino Sherry &amp; Tonic - Bittersweet</b>\r\n\r\nThe original spritzer is the Pedrino Sherry &amp; Tonic Spritz made with origin-protected Sherry and Pedrino’s special all-natural tonic water and citrussy botanicals.\r\n\r\nABV: 5.5% ABV\r\n\r\nTasting Notes: Notes of stone fruits, raisins and orange blossom.\r\nClassic serve: Over ice with a garnish with orange\r\nSpritz cocktails: Mediterranean G&amp;T, Sherry Mojito Spritz or Paloma Spritz\r\n\r\n<b>Pedrino Ruby &amp; Tonic - Citrus</b>\r\n\r\nThe perfect contrast in flavour to the Sherry &amp; Tonic, it’s made with premium Ruby Port which is blended with bitter tonic water and the natural freshness of lemon botanicals.\r\n\r\nABV: 5.5% ABV\r\n\r\nTasting Notes: Notes of red berries, plum and bitter lemon.\r\nClassic serve: Over ice with a garnish with lemon.\r\nSpritz cocktails: Old Fashioned Spritz, Brandy Spritz, Cherry Bakewell Spritz','The Sultans of Spritz targets Pub and Bar sector','','inherit','closed','closed','','6353-revision-v1','','','2020-02-05 17:02:49','2020-02-05 17:02:49','',6353,'https://www.ontradeprogress.com/2020/02/05/6353-revision-v1/',0,'revision','',0),(6357,1,'2020-02-10 09:05:02','2020-02-10 09:05:02','<h1>Ei Publican Partnerships has supported local publican, Gordon Reeves, with revitalising the Prince of Wales, Lincoln, which has recently reopened following a major £260,000 joint investment.</h1>\r\nLocated in the historic Bailgate area of Lincoln, the reopening follows a significant transformation to bring the well-known and historic site back to its former glory. The exciting refurbishment received £200,000 investment from Ei Publican Partnerships, the leased and tenanted division of the UK’s largest pub company Ei Group. This sum forms part of a capital investment programme of £80m per year, that the Group continues to make into its pub estate for the benefit of communities across the country.\r\n\r\nThe revitalised site has undergone major interior and exterior renovations, including converting outbuildings to create a dedicated restaurant area, which in turn has doubled the pub’s capacity to 90, as well as creating a new area ideal for hosting birthdays, christenings and other events for the local community. Additionally, a new bar, furniture, and log burning fireplace have been installed, creating a warm and cosy atmosphere.\r\n\r\nThe food and drink menus have also been revamped, now offering a streamlined range of premium beers and spirits. A new seasonal menu offers a selection of handmade, locally sourced dishes, including traditional British pub classics such as steak and chips during the evening and lighter options including a range of wraps a lunchtime.\r\n\r\nPublican Gordon Reeves said: “Having run the Prince of Wales for around 10 years, my business partner Simon Chester and I are hugely excited to have the opportunity to take the pub to new heights following this investment and reposition it as the beating heart of the community once again.\r\n\r\n<em>“We are looking forward to utilising the new restaurant space, offering great food and hosting several family events in the near future.”</em>\r\n\r\nEi Publican Partnerships Regional Manager, Sean Gifford added: “Since taking on The Prince of Wales, Gordon has worked very hard to make this pub a success and it is great to have such an experienced publican at the helm. I wish him the best of luck as he continues to take this pub from strength to strength, bringing positive change to the local area and attracting new customers.\r\n\r\n<em>“Ei Publican Partnerships is passionate about running pubs that are more than just a place to eat and drink, but serve as a venue for communities to come together and enjoy a fantastic experience. The Prince of Wales is a shining example of this.”</em>','Ei Publican partner with Lincoln pub','','publish','closed','open','','ei-publican-partner-with-lincoln-pub','','','2020-02-10 09:05:02','2020-02-10 09:05:02','',0,'https://www.ontradeprogress.com/?p=6357',0,'post','',0),(6358,1,'2020-02-05 17:06:23','2020-02-05 17:06:23','','Prince of Wales 1','','inherit','closed','closed','','prince-of-wales-1','','','2020-02-05 17:06:23','2020-02-05 17:06:23','',6357,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Prince-of-Wales-1.jpg',0,'attachment','image/jpeg',0),(6359,1,'2020-02-05 17:07:55','2020-02-05 17:07:55','','Prince of Wales, Lincoln','','inherit','closed','closed','','prince-of-wales-3','','','2020-02-05 17:08:09','2020-02-05 17:08:09','',6357,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Prince-of-Wales-3.jpg',0,'attachment','image/jpeg',0),(6360,1,'2020-02-05 17:08:48','2020-02-05 17:08:48','<h1>Ei Publican Partnerships has supported local publican, Gordon Reeves, with revitalising the Prince of Wales, Lincoln, which has recently reopened following a major £260,000 joint investment.</h1>\r\nLocated in the historic Bailgate area of Lincoln, the reopening follows a significant transformation to bring the well-known and historic site back to its former glory. The exciting refurbishment received £200,000 investment from Ei Publican Partnerships, the leased and tenanted division of the UK’s largest pub company Ei Group. This sum forms part of a capital investment programme of c£80m per year, that the Group continues to make into its pub estate for the benefit of communities across the country.\r\n\r\nThe revitalised site has undergone major interior and exterior renovations, including converting outbuildings to create a dedicated restaurant area, which in turn has doubled the pub’s capacity to 90, as well as creating a new area ideal for hosting birthdays, christenings and other events for the local community. Additionally, a new bar, furniture, and log burning fireplace have been installed, creating a warm and cosy atmosphere.\r\n\r\nThe food and drink menus have also been revamped, now offering a streamlined range of premium beers and spirits. A new seasonal menu offers a selection of handmade, locally sourced dishes, including traditional British pub classics such as steak and chips during the evening and lighter options including a range of wraps a lunchtime.\r\n\r\nPublican Gordon Reeves said: “Having run the Prince of Wales for around 10 years, my business partner Simon Chester and I are hugely excited to have the opportunity to take the pub to new heights following this investment and reposition it as the beating heart of the community once again.\r\n\r\n<em>“We are looking forward to utilising the new restaurant space, offering great food and hosting several family events in the near future.”</em>\r\n\r\nEi Publican Partnerships Regional Manager, Sean Gifford added: “Since taking on The Prince of Wales, Gordon has worked very hard to make this pub a success and it is great to have such an experienced publican at the helm. I wish him the best of luck as he continues to take this pub from strength to strength, bringing positive change to the local area and attracting new customers.\r\n\r\n<em>“Ei Publican Partnerships is passionate about running pubs that are more than just a place to eat and drink, but serve as a venue for communities to come together and enjoy a fantastic experience. The Prince of Wales is a shining example of this.”</em>','Ei Publican partner with Lincoln pub','','inherit','closed','closed','','6357-revision-v1','','','2020-02-05 17:08:48','2020-02-05 17:08:48','',6357,'https://www.ontradeprogress.com/2020/02/05/6357-revision-v1/',0,'revision','',0),(6361,1,'2020-02-10 09:04:11','2020-02-10 09:04:11','<h1>Marston’s has won ‘Waste and Resource Management Project of the Year’ at the 2020 edie sustainability leaders awards in collaboration with UKWSL. The award follows a successful year for Marston’s in sustainable practice and achievements across the hospitality industry.</h1>\r\nThe award win recognises Marston’s partnership work with UKWSL on waste reduction and management over the entirety of Marston’s estate.\r\n\r\nFrom the outset of the relationship between Marston’s and UKWSL, both sides have had the same ambition and goal to reduce environmental impact. The collaborative partnership began in 2016 and initiated targets to:\r\n<ul>\r\n 	<li>Recycle Marston’s food waste at 80% of its food-led pubs.</li>\r\n 	<li>Segregate dry mixed recycling across 80% of the estate.</li>\r\n 	<li>Recycle glass bottles at 95% of all pubs.</li>\r\n 	<li>Achieve zero waste to landfill by 2020.</li>\r\n</ul>\r\nThe success of the project not only achieved and exceed all targets, but also made Marston’s the first large pub company to achieve zero waste to landfill in 2018, two years in advance of the original target.\r\n\r\nJonathan Davies, Waste and Recycling Co-ordinator at Marston’s, said: “<i>We are extremely proud to receive this award and gain this type of recognition. We have built a great partnership with UKWSL and the results we have achieved so far is definitely a joint effort, so to win this award is a great achievement for us both.” </i>\r\n\r\nThe commitment between UKWSL and Marston’s to change the working culture, has meant recycling is now at the forefront of the agenda for all employees. Waste related e-learning content is available online and is included as part of the induction programme. This cultural change has ensured recycling rates has increased from 60% to 77%.','Marston’s Win at National edie awards','','publish','closed','open','','marstons-win-at-national-edie-awards','','','2020-02-10 09:04:11','2020-02-10 09:04:11','',0,'https://www.ontradeprogress.com/?p=6361',0,'post','',0),(6362,1,'2020-02-06 11:32:57','2020-02-06 11:32:57','','Marstons edie awards win','','inherit','closed','closed','','image-two-edie-awards-win','','','2020-02-06 11:33:50','2020-02-06 11:33:50','',6361,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Image-two-edie-awards-win.jpg',0,'attachment','image/jpeg',0),(6363,1,'2020-02-06 11:33:53','2020-02-06 11:33:53','<h1>Marston’s has won ‘Waste and Resource Management Project of the Year’ at the 2020 edie sustainability leaders awards in collaboration with UKWSL. The award follows a successful year for Marston’s in sustainable practice and achievements across the hospitality industry.</h1>\r\nThe award win recognises Marston’s partnership work with UKWSL on waste reduction and management over the entirety of Marston’s estate.\r\n\r\nFrom the outset of the relationship between Marston’s and UKWSL, both sides have had the same ambition and goal to reduce environmental impact. The collaborative partnership began in 2016 and initiated targets to:\r\n<ul>\r\n 	<li>Recycle Marston’s food waste at 80% of its food-led pubs.</li>\r\n 	<li>Segregate dry mixed recycling across 80% of the estate.</li>\r\n 	<li>Recycle glass bottles at 95% of all pubs.</li>\r\n 	<li>Achieve zero waste to landfill by 2020.</li>\r\n</ul>\r\nThe success of the project not only achieved and exceed all targets, but also made Marston’s the first large pub company to achieve zero waste to landfill in 2018, two years in advance of the original target.\r\n\r\nJonathan Davies, Waste and Recycling Co-ordinator at Marston’s, said: “<i>We are extremely proud to receive this award and gain this type of recognition. We have built a great partnership with UKWSL and the results we have achieved so far is definitely a joint effort, so to win this award is a great achievement for us both.” </i>\r\n\r\nThe commitment between UKWSL and Marston’s to change the working culture, has meant recycling is now at the forefront of the agenda for all employees. Waste related e-learning content is available online and is included as part of the induction programme. This cultural change has ensured recycling rates has increased from 60% to 77%.','Marston’s Win at National edie awards with Partner UK Waste Solutions Ltd (UKWSL)','','inherit','closed','closed','','6361-revision-v1','','','2020-02-06 11:33:53','2020-02-06 11:33:53','',6361,'https://www.ontradeprogress.com/2020/02/06/6361-revision-v1/',0,'revision','',0),(6364,1,'2020-02-06 11:36:07','2020-02-06 11:36:07','','Marston’s Win at National edie awards','','inherit','closed','closed','','8507556','','','2020-02-06 11:36:32','2020-02-06 11:36:32','',6361,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/8507556.jpg',0,'attachment','image/jpeg',0),(6366,1,'2020-02-10 09:04:11','2020-02-10 09:04:11','<h1>Marston’s has won ‘Waste and Resource Management Project of the Year’ at the 2020 edie sustainability leaders awards in collaboration with UKWSL. The award follows a successful year for Marston’s in sustainable practice and achievements across the hospitality industry.</h1>\r\nThe award win recognises Marston’s partnership work with UKWSL on waste reduction and management over the entirety of Marston’s estate.\r\n\r\nFrom the outset of the relationship between Marston’s and UKWSL, both sides have had the same ambition and goal to reduce environmental impact. The collaborative partnership began in 2016 and initiated targets to:\r\n<ul>\r\n 	<li>Recycle Marston’s food waste at 80% of its food-led pubs.</li>\r\n 	<li>Segregate dry mixed recycling across 80% of the estate.</li>\r\n 	<li>Recycle glass bottles at 95% of all pubs.</li>\r\n 	<li>Achieve zero waste to landfill by 2020.</li>\r\n</ul>\r\nThe success of the project not only achieved and exceed all targets, but also made Marston’s the first large pub company to achieve zero waste to landfill in 2018, two years in advance of the original target.\r\n\r\nJonathan Davies, Waste and Recycling Co-ordinator at Marston’s, said: “<i>We are extremely proud to receive this award and gain this type of recognition. We have built a great partnership with UKWSL and the results we have achieved so far is definitely a joint effort, so to win this award is a great achievement for us both.” </i>\r\n\r\nThe commitment between UKWSL and Marston’s to change the working culture, has meant recycling is now at the forefront of the agenda for all employees. Waste related e-learning content is available online and is included as part of the induction programme. This cultural change has ensured recycling rates has increased from 60% to 77%.','Marston’s Win at National edie awards','','inherit','closed','closed','','6361-revision-v1','','','2020-02-10 09:04:11','2020-02-10 09:04:11','',6361,'https://www.ontradeprogress.com/2020/02/10/6361-revision-v1/',0,'revision','',0),(6367,1,'2020-02-10 09:05:02','2020-02-10 09:05:02','<h1>Ei Publican Partnerships has supported local publican, Gordon Reeves, with revitalising the Prince of Wales, Lincoln, which has recently reopened following a major £260,000 joint investment.</h1>\r\nLocated in the historic Bailgate area of Lincoln, the reopening follows a significant transformation to bring the well-known and historic site back to its former glory. The exciting refurbishment received £200,000 investment from Ei Publican Partnerships, the leased and tenanted division of the UK’s largest pub company Ei Group. This sum forms part of a capital investment programme of £80m per year, that the Group continues to make into its pub estate for the benefit of communities across the country.\r\n\r\nThe revitalised site has undergone major interior and exterior renovations, including converting outbuildings to create a dedicated restaurant area, which in turn has doubled the pub’s capacity to 90, as well as creating a new area ideal for hosting birthdays, christenings and other events for the local community. Additionally, a new bar, furniture, and log burning fireplace have been installed, creating a warm and cosy atmosphere.\r\n\r\nThe food and drink menus have also been revamped, now offering a streamlined range of premium beers and spirits. A new seasonal menu offers a selection of handmade, locally sourced dishes, including traditional British pub classics such as steak and chips during the evening and lighter options including a range of wraps a lunchtime.\r\n\r\nPublican Gordon Reeves said: “Having run the Prince of Wales for around 10 years, my business partner Simon Chester and I are hugely excited to have the opportunity to take the pub to new heights following this investment and reposition it as the beating heart of the community once again.\r\n\r\n<em>“We are looking forward to utilising the new restaurant space, offering great food and hosting several family events in the near future.”</em>\r\n\r\nEi Publican Partnerships Regional Manager, Sean Gifford added: “Since taking on The Prince of Wales, Gordon has worked very hard to make this pub a success and it is great to have such an experienced publican at the helm. I wish him the best of luck as he continues to take this pub from strength to strength, bringing positive change to the local area and attracting new customers.\r\n\r\n<em>“Ei Publican Partnerships is passionate about running pubs that are more than just a place to eat and drink, but serve as a venue for communities to come together and enjoy a fantastic experience. The Prince of Wales is a shining example of this.”</em>','Ei Publican partner with Lincoln pub','','inherit','closed','closed','','6357-revision-v1','','','2020-02-10 09:05:02','2020-02-10 09:05:02','',6357,'https://www.ontradeprogress.com/2020/02/10/6357-revision-v1/',0,'revision','',0),(6368,1,'2020-02-10 09:07:27','2020-02-10 09:07:27','<h1>The trendsetting Pedrino Spritz brand is targeting the pub and bar sector after Love Drinks was announced as it\'s new UK distributor.</h1>\r\nPedrino was launched by Joe Knopfler, son of music icon Mark of Dire Straits fame, and Sam Showering, the next generation from the family that helped pioneer brands such as Babycham, Harveys Bristol Cream, Cockburn Port and Brothers Cider.\r\n\r\nAlready helping the authentic spritz to be very much back in vogue, the vibrant Pedrino range is inspired by the drink cabinets of Spain, Portugal and Italy.\r\n\r\nThe company carefully blends the finest origin-protected Sherry, Port or Vermouth with their own artisanal tonic water, made with all-natural botanicals and British spring water.\r\n\r\nThe Pedrino range can be mixed with a wide range of quality spirits to provide the sophistication of a cocktail with the sparkling refreshment of a spritz.\r\n\r\nFantastic for a fast serve behind a bar and ultra-versatile, the trio can be used to create numerous new contenders for the aperitivo occasion such as the Sherry Mojito Spritz, Negroni Spritz and Cherry Bakewell Spritz.\r\n\r\nVoted the International Spirit Challenge’s Pre-Mixed Drinks Producer of the Year in 2019, the Pedrino terrace-ready trio includes a floral Vermouth &amp; Tonic, a bittersweet Sherry &amp; Tonic and a citrussy Ruby &amp; Tonic, which are wonderfully refreshing libations or aperitifs, when simply served chilled over ice.\r\n\r\nSamantha Burke, Managing Director of Love Drinks, said: <em>“The Pedrino brand was ahead of its time and continues to lead from the front in the fast evolving spritz category.  The brand has been key in putting the spritz back on the map in the UK and the Pedrino spritz trio is as authentic as it gets. They are great on their own but they are also being used to brilliant effect by bars to create all manner of highball drinks or stylish spritz cocktails. We believe they are perfect for pubs and bars this summer.”</em>\r\n\r\nSam Showering, Pedrino Co-Founder, said: <em>“We have been looking for a distributor for the last few months who can help us take the next steps as a brand and a company.  We’re delighted to have found Love Drinks and look forward to working with their like-minded and energetic team as we look to drive further growth and target new markets in 2020.” </em>','Pedrino Spritz brand targets pub and bar sector','','inherit','closed','closed','','6353-revision-v1','','','2020-02-10 09:07:27','2020-02-10 09:07:27','',6353,'https://www.ontradeprogress.com/2020/02/10/6353-revision-v1/',0,'revision','',0),(6369,1,'2020-02-10 09:08:20','2020-02-10 09:08:20','<h1>Germany’s leading premium beer brand Krombacher has unveiled a stylish new label and sleek bottle design for its packaged range of brewed-at-source beers.</h1>\r\nThe new Krombacher bottles are modern in shape, with distinctive embossing and high-quality labels to reflect the brand’s premium credentials.\r\n\r\nThe changes will see the Krombacher Pils, Weizen, Dark, 0,0% Pils and the Non-Alcoholic Weizen all refreshed with the new bottles and packaging.\r\n\r\nWith a deep respect for nature and its people, the Krombacher beers have been produced exclusively in the small town of Krombach, nestling in the beautiful Siegerland Hills of Westfalia, central Germany since 1803.\r\n\r\nAdhering to the German Beer Purity Law of 1516 (Reinheitsgebot) but relying on artistry, experience and above all passion, Krombacher’s 55 Master Brewers ensure no corners are cut in their pursuit of perfection.\r\n\r\nCombining time-consuming methods of the traditional German brewers with state-of-the art technology, the brewery only uses the best, 100% natural and wholesome ingredients. This includes the finest two-row summer barley, Siegel hops from Hallertau and the brewery’s own specially cultivated Krombacher Pilsner Superioris yeast, which is used in one brew only.\r\n\r\nFor the precious water, Krombacher beers benefit from the local Felsquellwasser® found in 48 wells within 3km of the brewery. The special water is naturally soft and low in mineral content and isthe only water ever used to brew Krombacher beer, providing the beer with its unique, recognisably refreshing, pure and crisp taste.\r\n\r\nCommenting on the brand refresh, Stephan Kofler, Krombacher’s UK &amp; Italy Sales &amp; Marketing Director, said:\r\n\r\n<em>“We’re delighted to refresh the brand and roll out the new packaging ahead of a big 2020. It will help provide strong visibility and presence on-shelf and will reinforce the premium nature of our products. With the brand continuing to see year-on-year growth in the ON-Trade and OFF-Trade, we believe the new packaging will connect with consumers and in turn help us to grow our audience in the UK.”</em>','Krombacher unveils brand refresh','','inherit','closed','closed','','6350-revision-v1','','','2020-02-10 09:08:20','2020-02-10 09:08:20','',6350,'https://www.ontradeprogress.com/2020/02/10/6350-revision-v1/',0,'revision','',0),(6373,1,'2020-02-13 09:16:12','2020-02-13 09:16:12','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6258\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2020-02-13 09:16:12','2020-02-13 09:16:12','',8,'https://www.ontradeprogress.com/2020/02/13/8-revision-v1/',0,'revision','',0),(6374,1,'2020-02-13 16:11:03','2020-02-13 16:11:03','<h1>Operators have fresh reason to celebrate the start of the decade as, collectively, they have helped save over 100 million pints of water and 360 tonnes of keg CO<sub>2</sub> over the past six years, thanks to the installation of the innovative SmartDispense<sup>TM</sup> system. These waste savings will see publicans make an estimated cost saving of £819 per year on water and CO<sub>2 </sub>alone.</h1>\r\n<ul>\r\n 	<li>In just six years, British pub and bar operators have saved over 100m pints of water and 360 tonnes of CO<sub>2 </sub></li>\r\n 	<li>The result of this reduction in waste is an estimated annual cost saving of £819 per pub</li>\r\n 	<li>The extended 8-week line cleaning cycle cuts beer, cider, water, cleaning fluid and dispense CO<sub>2 </sub>wastage by 87.5%</li>\r\n</ul>\r\nEnergy bills are a sizeable outgoing for pubs, so identifying savings can be hugely beneficial. No punter orders a warm pint, but cellar cooling can be a significant contributor to a pub’s carbon footprint. The pioneering SmartDispense<sup>TM</sup> system was the first draught dispense to only use energy-saving green cooling technology to chill beer and cider efficiently towards OºC. Partnered with extremely well insulated lines – known as pythons that deliver 20% less energy loss from keg coupler to tap – helps pubs to chill and serve great quality pints in a more sustainable way than ever before.\r\n\r\nSmartDispense’s<sup>TM</sup> unique cooling and insulation system has revolutionised the way draught beer and cider is stored and served in pubs and bars across the UK, keeping it cold, fresh and away from light.  Extending line cleaning to four-, eight-, or even twelve-weekly cycles, as opposed to the 7-day line-clean in standard systems, saves on time as well as reducing water, dispense gas, beer and cider wastage by 87.5%.\r\n\r\nPubs who have contributed to these savings can now communicate their green credentials via the Green Pint scheme – an in-pub and digital campaign, created to educate and inspire consumers to make conscious choices about the pints they drink. Consumers are becoming increasingly environmentally aware, with 65% of Brits saying they are trying to live more ethically, and around half (48%) saying they are loyal to companies whose ethics align with their own, rising to 56% of under-25s.\r\n\r\nOne pub that’s benefitted from switching to a SmartDispense<sup>TM</sup> system is The Gun. Rachael Scollen comments on the significant cost implications <em>“The reduction in wastage has seen us make huge savings – at least £3k this year - while the time saved on line-cleaning has resulted in efficiencies throughout the business.”</em>\r\n\r\nClub owner, Alan Nelson, of Newton Aycliffe Working Men’s Club has noticed a significant improvement in pint quality; <em>“Complaints around the quality of our pints used to be a daily issue. So, we decided to completely change our offering and install SmartDispense<sup>TM</sup>. Members now comment on the quality, and we’ve seen a 50% sales increase in the past two years.”</em>\r\n\r\nIn 2018, HEINEKEN launched The Greenpaper, its largest piece of category research ever undertaken, which found that the desire to ‘Live Better’ is worth an incremental £58M over three years, demonstrating that consumers are looking to reduce their impact on the environment. SmartDispense<sup>TM</sup>, and last year’s launch of the Green Pint represents just one initiative enabling licensees to tap into this booming consumer trend.\r\n\r\nPhil Gray, SmartDispense<sup>TM</sup> sales director for HEINEKEN UK explains; <em>“At HEINEKEN, we know we’ve got an important role. As the UK’s largest pub, cider and beer company, we’re in a unique position to make positive changes throughout the whole supply chain. SmartDispense</em><sup>TM</sup><em> not only saves you time and effort (by removing the need for a weekly line clean), it also reduces your water and CO<sub>2</sub> usage. These savings, coupled with colder, more consistent and quality pints leads to happier and more loyal customers, helping you sell more pints.”</em>','UK operators save 100m pints of waste water','','publish','closed','open','','uk-operators-save-100m-pints-of-waste-water','','','2020-02-13 16:11:03','2020-02-13 16:11:03','',0,'https://www.ontradeprogress.com/?p=6374',0,'post','',0),(6376,1,'2020-02-13 14:32:17','2020-02-13 14:32:17','<ul>\r\n 	<li>In just six years, British pub and bar operators have saved over 100m pints of water and 360 tonnes of CO<sub>2</sub><a name=\"_ftnref1\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn1\"><sup>[1]</sup></a>with SmartDispense<sup>TM</sup></li>\r\n 	<li>The result of this reduction in waste is an estimated annual cost saving of £819 per pub<a name=\"_ftnref2\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn2\"><sup>[2]</sup></a></li>\r\n 	<li>The extended 8-week line cleaning cycle cuts beer, cider, water, cleaning fluid and dispense CO<sub>2</sub>wastage by 87.5%<a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn3\"><sup>[3]</sup></a></li>\r\n</ul>\r\nOperators have fresh reason to celebrate the start of the decade as, collectively, they have helped save over 100 million pints of water and 360 tonnes of keg CO<sub>2</sub> over the past six years<a name=\"_ftnref4\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn4\"><sup>[4]</sup></a>, thanks to the installation of the innovative SmartDispense<sup>TM</sup> system. These waste savings will see publicans make an estimated cost saving of £819 per year<a name=\"_ftnref5\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn5\"><sup>[5]</sup></a> on water and CO<sub>2 </sub>alone.\r\n\r\nEnergy bills are a sizeable outgoing for pubs, so identifying savings can be hugely beneficial. No punter orders a warm pint, but cellar cooling can be a significant contributor to a pub’s carbon footprint. The pioneering SmartDispense<sup>TM</sup> system was the first draught dispense to only use energy-saving green cooling technology to chill beer and cider efficiently towards OºC. Partnered with extremely well insulated lines – known as pythons that deliver 20% less energy loss from keg coupler to tap – helps pubs to chill and serve great quality pints in a more sustainable way than ever before.\r\n\r\nSmartDispense’s<sup>TM</sup> unique cooling and insulation system has revolutionised the way draught beer and cider is stored and served in pubs and bars across the UK, keeping it cold, fresh and away from light.  Extending line cleaning to four-, eight-, or even twelve-weekly cycles, as opposed to the 7-day line-clean in standard systems, saves on time as well as reducing water, dispense gas, beer and cider wastage by 87.5%<a name=\"_ftnref6\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn6\"><sup>[6]</sup></a>.\r\n\r\nPubs who have contributed to these savings can now communicate their green credentials via the Green Pint scheme – an in-pub and digital campaign, created to educate and inspire consumers to make conscious choices about the pints they drink. Consumers are becoming increasingly environmentally aware, with 65% of Brits saying they are trying to live more ethically<a name=\"_ftnref7\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn7\"><sup>[7]</sup></a>, and around half (48%) saying they are loyal to companies whose ethics align with their own, rising to 56% of under-25s<a name=\"_ftnref8\"></a><a href=\"applewebdata://CBB2BB62-6A91-4DA0-A5F3-F90AC6F48DA5#_ftn8\"><sup>[8]</sup></a>.\r\n\r\n<em> </em>One pub that’s benefitted from switching to a SmartDispense<sup>TM</sup> system is The Gun. <strong>Rachael Scollen comments on the significant cost implications<em>;</em></strong><em> “The reduction in wastage has seen us make huge savings – at least £3k this year - while the time saved on line-cleaning has resulted in efficiencies throughout the business.”</em>\r\n\r\n<em> </em><strong>Club owner, Alan Nelson, of Newton Aycliffe Working Men’s Club has noticed a significant improvement in pint quality;</strong><em> “Complaints around the quality of our pints used to be a daily issue. So, we decided to completely change our offering and install SmartDispense</em><sup>TM</sup><em>. Members now comment on the quality, and we’ve seen a 50% sales increase in the past two years.”</em>\r\n\r\nIn 2018, HEINEKEN launched The Greenpaper, its largest piece of category research ever undertaken, which found that the desire to ‘Live Better’ is worth an incremental £58M over three years, demonstrating that consumers are looking to reduce their impact on the environment. SmartDispense<sup>TM</sup>, and last year’s launch of the <a href=\"https://smartdispense.heineken.co.uk/green-pint/\">Green Pint</a><u>,</u> represents just one initiative enabling licensees to tap into this booming consumer trend.\r\n\r\n<strong>Phil Gray, SmartDispense</strong><sup>TM</sup><strong> sales director for HEINEKEN UK explains</strong>; <em>“At HEINEKEN, we know we’ve got an important role. As the UK’s largest pub, cider and beer company, we’re in a unique position to make positive changes throughout the whole supply chain. SmartDispense</em><sup>TM</sup><em> not only saves you time and effort (by removing the need for a weekly line clean), it also reduces your water and CO<sub>2</sub> usage. These savings, coupled with colder, more consistent and quality pints leads to happier and more loyal customers, helping you sell more pints.”</em>','UK operators save 100m pints of waste water','','inherit','closed','closed','','6374-revision-v1','','','2020-02-13 14:32:17','2020-02-13 14:32:17','',6374,'https://www.ontradeprogress.com/2020/02/13/6374-revision-v1/',0,'revision','',0),(6377,1,'2020-02-13 14:33:47','2020-02-13 14:33:47','','SmartDispense pythons','','inherit','closed','closed','','smartdispense-pythons','','','2020-02-13 14:33:47','2020-02-13 14:33:47','',6374,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/SmartDispense-pythons.jpg',0,'attachment','image/jpeg',0),(6378,1,'2020-02-13 14:48:12','2020-02-13 14:48:12','<h1>Operators have fresh reason to celebrate the start of the decade as, collectively, they have helped save over 100 million pints of water and 360 tonnes of keg CO<sub>2</sub> over the past six years, thanks to the installation of the innovative SmartDispense<sup>TM</sup> system. These waste savings will see publicans make an estimated cost saving of £819 per year on water and CO<sub>2 </sub>alone.</h1>\r\n<ul>\r\n 	<li>In just six years, British pub and bar operators have saved over 100m pints of water and 360 tonnes of CO<sub>2 </sub></li>\r\n 	<li>The result of this reduction in waste is an estimated annual cost saving of £819 per pub</li>\r\n 	<li>The extended 8-week line cleaning cycle cuts beer, cider, water, cleaning fluid and dispense CO<sub>2 </sub>wastage by 87.5%</li>\r\n</ul>\r\nEnergy bills are a sizeable outgoing for pubs, so identifying savings can be hugely beneficial. No punter orders a warm pint, but cellar cooling can be a significant contributor to a pub’s carbon footprint. The pioneering SmartDispense<sup>TM</sup> system was the first draught dispense to only use energy-saving green cooling technology to chill beer and cider efficiently towards OºC. Partnered with extremely well insulated lines – known as pythons that deliver 20% less energy loss from keg coupler to tap – helps pubs to chill and serve great quality pints in a more sustainable way than ever before.\r\n\r\nSmartDispense’s<sup>TM</sup> unique cooling and insulation system has revolutionised the way draught beer and cider is stored and served in pubs and bars across the UK, keeping it cold, fresh and away from light.  Extending line cleaning to four-, eight-, or even twelve-weekly cycles, as opposed to the 7-day line-clean in standard systems, saves on time as well as reducing water, dispense gas, beer and cider wastage by 87.5%.\r\n\r\nPubs who have contributed to these savings can now communicate their green credentials via the Green Pint scheme – an in-pub and digital campaign, created to educate and inspire consumers to make conscious choices about the pints they drink. Consumers are becoming increasingly environmentally aware, with 65% of Brits saying they are trying to live more ethically, and around half (48%) saying they are loyal to companies whose ethics align with their own, rising to 56% of under-25s.\r\n\r\nOne pub that’s benefitted from switching to a SmartDispense<sup>TM</sup> system is The Gun. Rachael Scollen comments on the significant cost implications <em>“The reduction in wastage has seen us make huge savings – at least £3k this year - while the time saved on line-cleaning has resulted in efficiencies throughout the business.”</em>\r\n\r\nClub owner, Alan Nelson, of Newton Aycliffe Working Men’s Club has noticed a significant improvement in pint quality; <em>“Complaints around the quality of our pints used to be a daily issue. So, we decided to completely change our offering and install SmartDispense<sup>TM</sup>. Members now comment on the quality, and we’ve seen a 50% sales increase in the past two years.”</em>\r\n\r\nIn 2018, HEINEKEN launched The Greenpaper, its largest piece of category research ever undertaken, which found that the desire to ‘Live Better’ is worth an incremental £58M over three years, demonstrating that consumers are looking to reduce their impact on the environment. SmartDispense<sup>TM</sup>, and last year’s launch of the Green Pint represents just one initiative enabling licensees to tap into this booming consumer trend.\r\n\r\nPhil Gray, SmartDispense<sup>TM</sup> sales director for HEINEKEN UK explains; <em>“At HEINEKEN, we know we’ve got an important role. As the UK’s largest pub, cider and beer company, we’re in a unique position to make positive changes throughout the whole supply chain. SmartDispense</em><sup>TM</sup><em> not only saves you time and effort (by removing the need for a weekly line clean), it also reduces your water and CO<sub>2</sub> usage. These savings, coupled with colder, more consistent and quality pints leads to happier and more loyal customers, helping you sell more pints.”</em>','UK operators save 100m pints of waste water','','inherit','closed','closed','','6374-revision-v1','','','2020-02-13 14:48:12','2020-02-13 14:48:12','',6374,'https://www.ontradeprogress.com/2020/02/13/6374-revision-v1/',0,'revision','',0),(6379,1,'2020-02-13 16:10:37','2020-02-13 16:10:37','<h1>Would you like your cocktail, shaken or stirred, with or without alcohol?</h1>\r\n<strong>12</strong><strong><sup>th</sup> February, 2020: </strong>Are you ‘Drink Twinning’? Do you want the experience, taste and look from a cocktail but with the choice of having it without alcohol whilst your friend has it with alcohol? Then you are sipping your way through the big trend for 2020.\r\n\r\nThe Botanist, known for being leading drinks innovators, have announced the launch of the new cocktail collection where you can sip exactly the same cocktail as your friend - almost the same. No longer do those opting for a non alcoholic alternative need to feel like they’re missing out with a selection of drinks delivering the same experience, taste profile and look but without the alcohol.\r\n\r\nThe first cocktail to be launched is a twist on the signature cocktail, The Botanist, and is served in a crystal cut glass with crushed ice:\r\n\r\n<strong>The Botanist (non-alcoholic) - </strong>£4.95<strong>\r\n</strong>Bax Botanics Verbena, Belvoir Elderflower, Jasmine syrup, red amaranth, fresh mint, lime juice and lemonade.\r\n\r\n<strong>The Botanist (alcoholic) - </strong>£7.95<strong>\r\n</strong>Bacardi Carta Blanca rum, Ketel One vodka, St Germain, jasmine syrup, red amaranth, fresh mint, lime juice and lemonade\r\n\r\nJack Jolly, national campaign manager for The New World Trading Company said: <em>“As the mindful drinking movement continues to rise non-alcoholic drinks are in the spotlight, creating more opportunities for those with a wellness-orientated approach to drinking. </em>\r\n\r\n<em>Our new cocktails are designed to offer all the quality and depth of flavour of The Botanist cocktails, but without losing out on the theatre of the cocktail experience. Both versions have the delicious and delicate flavours, the fresh ingredients and are poured into a crystal cut glass. You won\'t be able to tell the difference.”  </em>\r\n\r\nWith an array of drinks to satisfy even the most sophisticated of palates the new menu mirrors the award winning classics, so sober curious customers can have exactly the same experience but without the alcohol. The new cocktail collection includes some of The Botanists’ classics, including The Botanist, Apricot Mai Tai, Thai Chilli Crush, Rhubarb and Sage Spritz, Disaronno Sour, Strawberry and Elderflower Mojito in a new non-alcoholic form and will sit alongside the extensive botanical cocktail menu. <strong>\r\n</strong>\r\nThe Botanist prides itself on offering the very best pub experience reimagined for the modern day. With this new menu it aims to ensure that those who don’t want to drink alcohol can still have the same great botanical taste experience.\r\n\r\nFor further information on the new cocktails or the extensive drinks menu of spirits, craft beers and ales along with deli, rotisserie and BBQ inspired food visit: <a href=\"http://thebotanist.uk.com/\">http://thebotanist.uk.com/</a>','\'Drink Twinning’ The 2020 Drinks Trend','','publish','closed','open','','drink-twinning-the-2020-drinks-trend','','','2020-02-13 16:10:37','2020-02-13 16:10:37','',0,'https://www.ontradeprogress.com/?p=6379',0,'post','',0),(6380,1,'2020-02-13 14:50:46','2020-02-13 14:50:46','<h1>Would you like your cocktail, shaken or stirred, with or without alcohol?</h1>\r\n<strong>12</strong><strong><sup>th</sup> February, 2020: </strong>Are you ‘Drink Twinning’? Do you want the experience, taste and look from a cocktail but with the choice of having it without alcohol whilst your friend has it with alcohol? Then you are sipping your way through the big trend for 2020.\r\n\r\nThe Botanist, known for being leading drinks innovators, have announced the launch of the new cocktail collection where you can sip exactly the same cocktail as your friend - almost the same. No longer do those opting for a non alcoholic alternative need to feel like they’re missing out with a selection of drinks delivering the same experience, taste profile and look but without the alcohol.\r\n\r\nThe first cocktail to be launched is a twist on the signature cocktail, The Botanist, and is served in a crystal cut glass with crushed ice:\r\n\r\n<strong>The Botanist (non-alcoholic) - </strong>£4.95<strong>\r\n</strong>Bax Botanics Verbena, Belvoir Elderflower, Jasmine syrup, red amaranth, fresh mint, lime juice and lemonade.\r\n\r\n<strong>The Botanist (alcoholic) - </strong>£7.95<strong>\r\n</strong>Bacardi Carta Blanca rum, Ketel One vodka, St Germain, jasmine syrup, red amaranth, fresh mint, lime juice and lemonade\r\n\r\nJack Jolly, national campaign manager for The New World Trading Company said: <em>“As the mindful drinking movement continues to rise non-alcoholic drinks are in the spotlight, creating more opportunities for those with a wellness-orientated approach to drinking. </em>\r\n\r\n<em>Our new cocktails are designed to offer all the quality and depth of flavour of The Botanist cocktails, but without losing out on the theatre of the cocktail experience. Both versions have the delicious and delicate flavours, the fresh ingredients and are poured into a crystal cut glass. You won\'t be able to tell the difference.”  </em>\r\n\r\nWith an array of drinks to satisfy even the most sophisticated of palates the new menu mirrors the award winning classics, so sober curious customers can have exactly the same experience but without the alcohol. The new cocktail collection includes some of The Botanists’ classics, including The Botanist, Apricot Mai Tai, Thai Chilli Crush, Rhubarb and Sage Spritz, Disaronno Sour, Strawberry and Elderflower Mojito in a new non-alcoholic form and will sit alongside the extensive botanical cocktail menu. <strong>\r\n</strong>\r\nThe Botanist prides itself on offering the very best pub experience reimagined for the modern day. With this new menu it aims to ensure that those who don’t want to drink alcohol can still have the same great botanical taste experience.\r\n\r\nFor further information on the new cocktails or the extensive drinks menu of spirits, craft beers and ales along with deli, rotisserie and BBQ inspired food visit: <a href=\"http://thebotanist.uk.com/\">http://thebotanist.uk.com/</a>','\'Drink Twinning’ The 2020 Drinks Trend','','inherit','closed','closed','','6379-revision-v1','','','2020-02-13 14:50:46','2020-02-13 14:50:46','',6379,'https://www.ontradeprogress.com/2020/02/13/6379-revision-v1/',0,'revision','',0),(6382,1,'2020-02-13 14:57:15','2020-02-13 14:57:15','','Plumb & Thai Basil Mojito','','inherit','closed','closed','','plumb-thai-basil-mojito','','','2020-02-13 14:57:15','2020-02-13 14:57:15','',6379,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Plumb-Thai-Basil-Mojito.jpg',0,'attachment','image/jpeg',0),(6384,1,'2020-02-13 15:51:12','0000-00-00 00:00:00','<h1>The top bartenders in London are at the forefront of recognising drinks trends and creating them.</h1>\r\nWhether they are responding to consumer demands, concocting innovative cocktails with new ingredients or creating an experience – they are at the cutting edge of the drinks industry.\r\n\r\nThe latest CGA stats reveal that 10.3 million consumers enjoy cocktails when they go out, making this one of Britain’s fastest growing drinks categories within spirits. This has in turn boosted sales through Britain’s pubs, bars and restaurants by 10% over the past 12 months.\r\n\r\n<strong>Oskar Kinberg</strong>\r\n\r\nOskar Kinberg, bar manager atMichelin-star restaurant Hide, argues that sustainability is high on the agenda for bartenders as issues such as climate change hit people’s consciousness.\r\n\r\n<em>“If you have a bar and restaurant there is a lot more communication between bar and kitchen as well. Rather than throwing away something we are seeing if we can make something with it.”</em>\r\n\r\nThis sustainability trend is also driving many bartenders to take a more holistic approach with sourcing local produce and changing their menus to fit with the seasons.\r\n\r\nKinberg says: <em>“It does not make sense to import lower quality berries from Spain or Italy rather than getting them when they are the best locally.”</em>\r\n\r\nHe admits that there seems to be no sign of gin slowing down. However, the bartenders’ former favourite – vodka – is making a revival.\r\n\r\n<em>“I am seeing a few vodkas trying to make a comeback with some new flavoured vodkas, which are more botanical-led, which is bridging the gap,”</em> he argues.\r\n\r\nConsumer demands are also driving drink choices with the Highball growing in popularity, Kinberg reveals. This fits in with the trend of people consuming less alcohol as it allows them to drink a more diluted drink over a longer period.\r\n\r\nKinberg also highlights the growing trend in people wanting interesting non-alcoholic cocktails with brands such as Aecorn Aperitifs helping to fulfil this demand.\r\n\r\n<em>“We have also got a non-alcoholic pairing and a tasting menu which is a bit more exciting than just having sparkling water,”</em> he adds.\r\n\r\nBut whatever the alcoholic content of the drink flavour must come first and London bartenders need to be less “self-indulgent’, he argues.\r\n\r\n<strong>Andy Kerr</strong>\r\n\r\nAndy Kerr, creative director at The Umbrella Project, which runs both The Sun Tavern and Discount Suit Company, agrees that sustainability is a common trend.\r\n\r\n<em>“People are also more socially responsible and socially aware too. This is reflected in the way people order and what bartenders are offering,”</em> he says.\r\n\r\n<em>“Low ABV cocktails is an obvious trend due to people being much more conscious of what and when they drink. Also sustainable and low waste cocktails are popular drink trends.”</em>\r\n\r\nHe says longer cocktails and Highballs, which use less but better quality ingredients, are popular due to the demand for lower ABV options.\r\n\r\n<em>“At The Sun Tavern and Discount Suit Company we have seen such a demand for non or low alcoholic drinks we now offer a non-alcohol option on the majority of our house cocktails,”</em> he says.\r\n\r\n<strong>Camille Vidal</strong>\r\n\r\nCamille Vidal, founder of mindful drinking brand La Maison Wellness, agrees that London bartenders are now recognising the importance of offering more interesting nonalcoholic drinks.\r\n\r\n<em>“Very often in the hospitality industry bartenders create the trends. For the first time it is the consumer that is driving this movement,”</em> she says.\r\n\r\nVidal, who has been in the hospitality industry for over 15 years, with many as a bartender at the Experimental Cocktail Club in London, says that bartenders are taking up the challenge of making non-alcoholic cocktails, despite not having the “backbone of the alcohol.”\r\n\r\nShe works with mindful drinking group Club Soda and currently there are five bars in London that are all serving La Maison Wellness cocktails including Redemption Bar, Fugitive Motel, London Cocktail Club, 108 Brasserie and Genuine Liquorette.\r\n\r\nShe advises bartenders to experiment with flavours and new products.<em> “One of the reasons us bartenders love what we do is because we are creating an experience,”</em> she says.\r\n\r\n<em>“Take up the challenge and play with different flavours and try these amazing non-alcoholic spirits.”</em>\r\n\r\n<strong>Andrei Marcu</strong>\r\n\r\nMeanwhile, Coupette bar manager Andrei Marcu argues that frozen drinks are popular but says that bartenders need to respond quickly to rapidly changing trends.\r\n\r\n<em>“We get huge demands on our worldwide known Champagne Pina Colada and Apples. A big factor in people choosing a certain type of drink from long to short, boozy to light is the time of the year,”</em> he says.\r\n\r\n<em>“From season to season different drinks and ingredients requests vary. This is one of the reasons we are launching a new menu every season.”</em>\r\n\r\nWhile he agrees that lower ABV drinks is “definitely a thing” he predicts that creamy drinks will make a big comeback in 2020.\r\n\r\n<em>“Especially the good old classics Pink Squirrel and Golden Cadillac,”</em> he argues.\r\n\r\nHe also advises bartenders to keep learning and creating. <em>“Give your guests an experience not just a service. They might not remember your name but they will remember ‘that bartender that made them feel great on that certain night’,”</em> he advises.\r\n\r\n<strong>Salvatore Megna</strong>\r\n\r\nSalvatore Megna, head bartender at The American Bar at The Stafford, argues that customers are still committed to the classic cocktails.\r\n\r\n<em>“Twists on classic cocktails is a trend I have noticed this past year. Clients are still very loyal to classic cocktails, but are much more open to experimenting with the inclusion of different spirits e.g. Mezcal Negroni or Rum Espresso Martini,”</em> he says.\r\n\r\nOne trend that has become more obvious is consumers being ‘more decisive’ in their choices by asking for specific cocktail rather than being guided by the bartender.\r\n\r\n<em>“It is our job to educate the clients on some of the fantastic new spirits that are coming onto the market and show them how they can transform their favourite drinks, without losing what they love about them,”</em> he says.\r\n\r\nTrends such as sustainability, health, mindful drinking and experimentation are influencing the top London bartenders. And it looks like 2020 could bring even more innovation to the sector.','Knowing the industry','','draft','closed','open','','','','','2020-02-13 15:51:12','2020-02-13 15:51:12','',0,'https://www.ontradeprogress.com/?p=6384',0,'post','',0),(6385,1,'2020-02-13 15:39:37','2020-02-13 15:39:37','<h1>The top bartenders in London are at the forefront of recognising drinks trends and creating them.</h1>\r\nWhether they are responding to consumer demands, concocting innovative cocktails with new ingredients or creating an experience – they are at the cutting edge of the drinks industry.\r\n\r\nThe latest CGA stats reveal that 10.3 million consumers enjoy cocktails when they go out, making this one of Britain’s fastest growing drinks categories within spirits. This has in turn boosted sales through Britain’s pubs, bars and restaurants by 10% over the past 12 months.\r\n\r\n<strong>Oskar Kinberg</strong>\r\n\r\nOskar Kinberg, bar manager atMichelin-star restaurant Hide, argues that sustainability is high on the agenda for bartenders as issues such as climate change hit people’s consciousness.\r\n\r\n<em>“If you have a bar and restaurant there is a lot more communication between bar and kitchen as well. Rather than throwing away something we are seeing if we can make something with it.”</em>\r\n\r\nThis sustainability trend is also driving many bartenders to take a more holistic approach with sourcing local produce and changing their menus to fit with the seasons.\r\n\r\nKinberg says: <em>“It does not make sense to import lower quality berries from Spain or Italy rather than getting them when they are the best locally.”</em>\r\n\r\nHe admits that there seems to be no sign of gin slowing down. However, the bartenders’ former favourite – vodka – is making a revival.\r\n\r\n<em>“I am seeing a few vodkas trying to make a comeback with some new flavoured vodkas, which are more botanical-led, which is bridging the gap,”</em> he argues.\r\n\r\nConsumer demands are also driving drink choices with the Highball growing in popularity, Kinberg reveals. This fits in with the trend of people consuming less alcohol as it allows them to drink a more diluted drink over a longer period.\r\n\r\nKinberg also highlights the growing trend in people wanting interesting non-alcoholic cocktails with brands such as Aecorn Aperitifs helping to fulfil this demand.\r\n\r\n<em>“We have also got a non-alcoholic pairing and a tasting menu which is a bit more exciting than just having sparkling water,”</em> he adds.\r\n\r\nBut whatever the alcoholic content of the drink flavour must come first and London bartenders need to be less “self-indulgent’, he argues.\r\n\r\n<strong>Andy Kerr</strong>\r\n\r\nAndy Kerr, creative director at The Umbrella Project, which runs both The Sun Tavern and Discount Suit Company, agrees that sustainability is a common trend.\r\n\r\n<em>“People are also more socially responsible and socially aware too. This is reflected in the way people order and what bartenders are offering,”</em> he says.\r\n\r\n<em>“Low ABV cocktails is an obvious trend due to people being much more conscious of what and when they drink. Also sustainable and low waste cocktails are popular drink trends.”</em>\r\n\r\nHe says longer cocktails and Highballs, which use less but better quality ingredients, are popular due to the demand for lower ABV options.\r\n\r\n<em>“At The Sun Tavern and Discount Suit Company we have seen such a demand for non or low alcoholic drinks we now offer a non-alcohol option on the majority of our house cocktails,”</em> he says.\r\n\r\n<strong>Camille Vidal</strong>\r\n\r\nCamille Vidal, founder of mindful drinking brand La Maison Wellness, agrees that London bartenders are now recognising the importance of offering more interesting nonalcoholic drinks.\r\n\r\n<em>“Very often in the hospitality industry bartenders create the trends. For the first time it is the consumer that is driving this movement,”</em> she says.\r\n\r\nVidal, who has been in the hospitality industry for over 15 years, with many as a bartender at the Experimental Cocktail Club in London, says that bartenders are taking up the challenge of making non-alcoholic cocktails, despite not having the “backbone of the alcohol.”\r\n\r\nShe works with mindful drinking group Club Soda and currently there are five bars in London that are all serving La Maison Wellness cocktails including Redemption Bar, Fugitive Motel, London Cocktail Club, 108 Brasserie and Genuine Liquorette.\r\n\r\nShe advises bartenders to experiment with flavours and new products.<em> “One of the reasons us bartenders love what we do is because we are creating an experience,”</em> she says.\r\n\r\n<em>“Take up the challenge and play with different flavours and try these amazing non-alcoholic spirits.”</em>\r\n\r\n<strong>Andrei Marcu</strong>\r\n\r\nMeanwhile, Coupette bar manager Andrei Marcu argues that frozen drinks are popular but says that bartenders need to respond quickly to rapidly changing trends.\r\n\r\n<em>“We get huge demands on our worldwide known Champagne Pina Colada and Apples. A big factor in people choosing a certain type of drink from long to short, boozy to light is the time of the year,”</em> he says.\r\n\r\n<em>“From season to season different drinks and ingredients requests vary. This is one of the reasons we are launching a new menu every season.”</em>\r\n\r\nWhile he agrees that lower ABV drinks is “definitely a thing” he predicts that creamy drinks will make a big comeback in 2020.\r\n\r\n<em>“Especially the good old classics Pink Squirrel and Golden Cadillac,”</em> he argues.\r\n\r\nHe also advises bartenders to keep learning and creating. <em>“Give your guests an experience not just a service. They might not remember your name but they will remember ‘that bartender that made them feel great on that certain night’,”</em> he advises.\r\n\r\n<strong>Salvatore Megna</strong>\r\n\r\nSalvatore Megna, head bartender at The American Bar at The Stafford, argues that customers are still committed to the classic cocktails.\r\n\r\n<em>“Twists on classic cocktails is a trend I have noticed this past year. Clients are still very loyal to classic cocktails, but are much more open to experimenting with the inclusion of different spirits e.g. Mezcal Negroni or Rum Espresso Martini,”</em> he says.\r\n\r\nOne trend that has become more obvious is consumers being ‘more decisive’ in their choices by asking for specific cocktail rather than being guided by the bartender.\r\n\r\n<em>“It is our job to educate the clients on some of the fantastic new spirits that are coming onto the market and show them how they can transform their favourite drinks, without losing what they love about them,”</em> he says.\r\n\r\nTrends such as sustainability, health, mindful drinking and experimentation are influencing the top London bartenders. And it looks like 2020 could bring even more innovation to the sector.','Knowing the industry','','inherit','closed','closed','','6384-revision-v1','','','2020-02-13 15:39:37','2020-02-13 15:39:37','',6384,'https://www.ontradeprogress.com/2020/02/13/6384-revision-v1/',0,'revision','',0),(6387,1,'2020-02-13 16:28:09','2020-02-13 16:28:09','<h1>The distributor backed by Berkmann Wines recently won the 2019 IWSC award for best spirits distributor. We caught up with David Hood to talk the award, his journey, the team and embarrassing moments.</h1>\r\n<strong>Okay, for those who don’t know you. Let’s start with your role at Spirit Cartel and your background…</strong>\r\n\r\n<em>\"I am the General Manager at Spirit Cartel but focus on sales, brand recruitment/management and working with our team at Berkmann Wine Cellars.</em>\r\n\r\n<em>I have been in the drinks industry for over 20 years. I got my start in Wine. Managed 10 years at Matthew Clark before a couple with a brewer. Eventually moving into Spirits with Proximo and finally four years ago I had the opportunity to lead the team at Spirit Cartel. To be honest I jumped at the chance given the brand portfolio and Berkmann structure.\"</em>\r\n\r\n<strong>Your clever branding portrays you as the bad guys of the industry. Are any of you as dangerous as you seem?</strong>\r\n\r\n<em>\"Haha, of course we are, just wait for us to make you an offer you can’t refuse…\"</em>\r\n\r\n<strong>Tell me more about the team behind Spirit Cartel?</strong>\r\n\r\n<em>\"We really are an eclectic group that have come together with a shared vision. For example, Chantal Serrano our Prestige Manager for London was a Sommelier in some swanky London restaurants and then a wine educator before joining us, her French and Mexican heritage means she doesn’t mess around but has a relaxed style, this blended with a very curious (verging on nosey) approach to brands has meant that Chantal really sells from the heart.</em>\r\n\r\n<em>She’s built a great relationship with the best bars and bartenders in London. Benji Emare-Purslow is a bar consultant and was initially our UK Four Roses Brand Ambassador, he now carries that title and has his own account base. We always rely on Benji for drink creation and his ability to keep it real.</em>\r\n\r\n<em>The final wheel in our cart really was Jane Bulankina joining us to drive our marketing and manage our brands. Jane has created great momentum for us with creative activations like the secret Bourbon tasting we did for Four Roses (although that’s all I can tell you about that event, it was a real secret) as well as getting us up to speed with Social Media.\"</em>\r\n\r\n<strong>How do you decide which drink brands to work with?</strong>\r\n\r\n<em>\"Haha! The million dollar question. Well we only work with brands we believe in. They have to sit with the best in class currently available in their category and we need to share a vision for growth.</em>\r\n\r\n<em>So really it’s a balance of authenticity/ provenance and the brand investing behind us to ensure we can activate their products in market.</em>\r\n\r\n<em>We never charge for representation and ask brand owners to put all support into customers and not us. If we have a gap in our portfolio and all the above works out then we will look at a partnership.\"</em>\r\n\r\n<strong>I’ve heard you’re able to do a lot more to help venues than people actually know about?</strong>\r\n\r\n<em>\"We can obviously provide the usual financial support that bars require. We believe it’s our flexibility in offering personalised activations that shows our strengths best, we utilise the experience and skill levels within the team to support venues with events such as Hip Hop Karaoke or Perfume blending sessions, which are designed to match the specific Spirit we are driving.</em>\r\n\r\n<em>Our ability to lead venues with insights into growth categories also creates some interesting discussions and I believe this consultative approach to support really allows us to demonstrate to customer that we can do the commercials but offer relevant and high value support others don’t.</em>\r\n\r\n<em>I think the perception of small/medium sized agencies is that we don’t have the same level of support as the big companies, we challenge that by demonstrating that we have a depth that they aspire to and often copy. We also do everything ourselves, no external agencies, just our team of specialists.\"</em>\r\n\r\n<strong>Cartels are known for their expansive distribution networks. How does yours compare?</strong>\r\n\r\n<em>\"Our (not so underground) network is very strong, we benefit from utilising the Berkmann Wine Cellars distribution network, this means we utilise LCB for bonded stock, have stocked depots in London and York, 7 cross-dock depots around the country and 30 delivery vans on the road every single day.Which gives us the ability to deliver small drops to every part of the UK every week. I don’t think any other agency can match our ability to deliver stock to individual outlets where required.</em>\r\n\r\n<em>This is supported by a customer care team that manage all orders for us very efficiently and rapidly. This is managed by our dedicated holesale Manager Ernie Lee-Smith.</em>\r\n\r\n<em>For our brands that’s a really strong incentive and removes some of the classic distribution blocks for route to market.\"</em>\r\n\r\n<strong>The IWSC Trophy. Who did you have to hold to ransom for that!? Seriously though congratulations. Why do you think you won?</strong>\r\n\r\n<em>\"Unusually for us we didn’t have to make </em><em>any “offers” for this award, thanks for </em><em>the congratulations.</em>\r\n\r\n<em>The recent changes we have made </em><em>have seen us getting greater support </em><em>from our direct customers, the more </em><em>they talk about us the more </em><em>understanding the market has about us. </em><em>This seemed to be very important with </em><em>this award where we were able </em><em>to demonstrate growth based on </em><em>working through our complete portfolio </em><em>and not just from one or two key </em><em>brands, the judges could see we had </em><em>brought in new brands that have </em><em>seeded well into the market and that </em><em>we have activated these partnerships </em><em>into our customers to create a virtuous </em><em>relationship for all parties.</em>\r\n\r\n<em>That and we have a safe full of </em><em>compromising photos ...obviously.\"</em>\r\n\r\n<strong>I heard from an </strong><strong>informant that you once </strong><strong>owned a pub yourself. </strong><strong>Is my source reliable?</strong>\r\n\r\n<em>\"I did, The Staunton Arms near Nottingham, I had it for 4 years. A couple of friends and I bought an old pub that hadn’t been open for 18 months in a village with 14 houses and then sat back waiting for the masses to find us. Thankfully they did and kept coming. I love the pub and the experience was very positive all round, it’s as scary as everyone tells you and really helped me understand owners when talking to them on a deeper level.\"</em>\r\n\r\n<strong>Do you have any fun facts that our readers might find interesting?</strong>\r\n\r\n<em>\"My Dad’s name is Robin Hood, so my youth was sound tracked by kids singing “Robin Hood, Robin Hood riding through the glen…” as I rode around, my two boys however love that Grandad is Robin Hood and think it’s pretty cool.</em>\r\n\r\n<em>I also had a pet pig once (I can’t tell you her name, as it wasn’t very PC) and the most embarrassing moment in my life was asking Cricket legend Chris Broad “Do you play any sport?” when I first met him, only made worse by replying “oh, you are that Chris...”.</em>\r\n\r\n<em>Lastly I’d just like to say that there is a family of elves living in Adam’s amazing beard.\"</em>','Spirit Cartel','','publish','closed','open','','spirit-cartel','','','2020-02-13 17:00:57','2020-02-13 17:00:57','',0,'https://www.ontradeprogress.com/?p=6387',0,'post','',0),(6388,1,'2020-02-13 16:26:48','2020-02-13 16:26:48','','Portfolio collection C','','inherit','closed','closed','','190814-portfolio-collection-c','','','2020-02-13 16:27:36','2020-02-13 16:27:36','',6387,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/190814-Portfolio-collection-C-.jpg',0,'attachment','image/jpeg',0),(6389,1,'2020-02-13 16:27:42','2020-02-13 16:27:42','<h1>The distributor backed by Berkmann Wines recently won the 2019 IWSC award for best spirits distributor. We caught up with David Hood to talk the award, his journey, the team and embarrassing moments.</h1>\r\n<strong>Okay, for those who don’t know you. Let’s start with your role at Spirit Cartel and your background…</strong>\r\n\r\n<em>\"I am the General Manager at Spirit Cartel but focus on sales, brand recruitment/management and working with our team at Berkmann Wine Cellars.</em>\r\n\r\n<em>I have been in the drinks industry for over 20 years. I got my start in Wine. Managed 10 years at Matthew Clark before a couple with a brewer. Eventually moving into Spirits with Proximo and finally four years ago I had the opportunity to lead the team at Spirit Cartel. To be honest I jumped at the chance given the brand portfolio and Berkmann structure.\"</em>\r\n\r\n<strong>Your clever branding portrays you as the bad guys of the industry. Are any of you as dangerous as you seem?</strong>\r\n\r\n<em>\"Haha, of course we are, just wait for us to make you an offer you can’t refuse…\"</em>\r\n\r\n<strong>Tell me more about the team behind Spirit Cartel?</strong>\r\n\r\n<em>\"We really are an eclectic group that have come together with a shared vision. For example, Chantal Serrano our Prestige Manager for London was a Sommelier in some swanky London restaurants and then a wine educator before joining us, her French and Mexican heritage means she doesn’t mess around but has a relaxed style, this blended with a very curious (verging on nosey) approach to brands has meant that Chantal really sells from the heart.</em>\r\n\r\n<em>She’s built a great relationship with the best bars and bartenders in London. Benji Emare-Purslow is a bar consultant and was initially our UK Four Roses Brand Ambassador, he now carries that title and has his own account base. We always rely on Benji for drink creation and his ability to keep it real.</em>\r\n\r\n<em>The final wheel in our cart really was Jane Bulankina joining us to drive our marketing and manage our brands. Jane has created great momentum for us with creative activations like the secret Bourbon tasting we did for Four Roses (although that’s all I can tell you about that event, it was a real secret) as well as getting us up to speed with Social Media.\"</em>\r\n\r\n<strong>How do you decide which drink brands to work with?</strong>\r\n\r\n<em>\"Haha! The million dollar question. Well we only work with brands we believe in. They have to sit with the best in class currently available in their category and we need to share a vision for growth.</em>\r\n\r\n<em>So really it’s a balance of authenticity/ provenance and the brand investing behind us to ensure we can activate their products in market.</em>\r\n\r\n<em>We never charge for representation and ask brand owners to put all support into customers and not us. If we have a gap in our portfolio and all the above works out then we will look at a partnership.\"</em>\r\n\r\n<strong>I’ve heard you’re able to do a lot more to help venues than people actually know about?</strong>\r\n\r\n<em>\"We can obviously provide the usual financial support that bars require. We believe it’s our flexibility in offering personalised activations that shows our strengths best, we utilise the experience and skill levels within the team to support venues with events such as Hip Hop Karaoke or Perfume blending sessions, which are designed to match the specific Spirit we are driving.</em>\r\n\r\n<em>Our ability to lead venues with insights into growth categories also creates some interesting discussions and I believe this consultative approach to support really allows us to demonstrate to customer that we can do the commercials but offer relevant and high value support others don’t.</em>\r\n\r\n<em>I think the perception of small/medium sized agencies is that we don’t have the same level of support as the big companies, we challenge that by demonstrating that we have a depth that they aspire to and often copy. We also do everything ourselves, no external agencies, just our team of specialists.\"</em>\r\n\r\n<strong>Cartels are known for their expansive distribution networks. How does yours compare?</strong>\r\n\r\n<em>\"Our (not so underground) network is very strong, we benefit from utilising the Berkmann Wine Cellars distribution network, this means we utilise LCB for bonded stock, have stocked depots in London and York, 7 cross-dock depots around the country and 30 delivery vans on the road every single day.Which gives us the ability to deliver small drops to every part of the UK every week. I don’t think any other agency can match our ability to deliver stock to individual outlets where required.</em>\r\n\r\n<em>This is supported by a customer care team that manage all orders for us very efficiently and rapidly. This is managed by our dedicated holesale Manager Ernie Lee-Smith.</em>\r\n\r\n<em>For our brands that’s a really strong incentive and removes some of the classic distribution blocks for route to market.\"</em>\r\n\r\n<strong>The IWSC Trophy. Who did you have to hold to ransom for that!? Seriously though congratulations. Why do you think you won?</strong>\r\n\r\n<em>\"Unusually for us we didn’t have to make </em><em>any “offers” for this award, thanks for </em><em>the congratulations.</em>\r\n\r\n<em>The recent changes we have made </em><em>have seen us getting greater support </em><em>from our direct customers, the more </em><em>they talk about us the more </em><em>understanding the market has about us. </em><em>This seemed to be very important with </em><em>this award where we were able </em><em>to demonstrate growth based on </em><em>working through our complete portfolio </em><em>and not just from one or two key </em><em>brands, the judges could see we had </em><em>brought in new brands that have </em><em>seeded well into the market and that </em><em>we have activated these partnerships </em><em>into our customers to create a virtuous </em><em>relationship for all parties.</em>\r\n\r\n<em>That and we have a safe full of </em><em>compromising photos ...obviously.\"</em>\r\n\r\n<strong>I heard from an </strong><strong>informant that you once </strong><strong>owned a pub yourself. </strong><strong>Is my source reliable?</strong>\r\n\r\n<em>\"I did, The Staunton Arms near Nottingham, I had it for 4 years. A couple of friends and I bought an old pub that hadn’t been open for 18 months in a village with 14 houses and then sat back waiting for the masses to find us. Thankfully they did and kept coming. I love the pub and the experience was very positive all round, it’s as scary as everyone tells you and really helped me understand owners when talking to them on a deeper level.\"</em>\r\n\r\n<strong>Do you have any fun facts that our readers might find interesting?</strong>\r\n\r\n<em>\"My Dad’s name is Robin Hood, so my youth was sound tracked by kids singing “Robin Hood, Robin Hood riding through the glen…” as I rode around, my two boys however love that Grandad is Robin Hood and think it’s pretty cool.</em>\r\n\r\n<em>I also had a pet pig once (I can’t tell you her name, as it wasn’t very PC) and the most embarrassing moment in my life was asking Cricket legend Chris Broad “Do you play any sport?” when I first met him, only made worse by replying “oh, you are that Chris...”.</em>\r\n\r\n<em>Lastly I’d just like to say that there is a family of elves living in Adam’s amazing beard.\"</em>','Spirit Cartel','','inherit','closed','closed','','6387-revision-v1','','','2020-02-13 16:27:42','2020-02-13 16:27:42','',6387,'https://www.ontradeprogress.com/2020/02/13/6387-revision-v1/',0,'revision','',0),(6391,1,'2020-02-18 09:17:17','2020-02-18 09:17:17','<h1>Aviation American Gin, the USA’s fastest growing gin brand, has appointed Proof Drinks to lead its UK distribution and continue the brand’s disruptive expansion within the British gin market.</h1>\r\nOwned by actor and producer, Ryan Reynolds, the American craft gin distilled and bottled in Portland, Oregon, is responsible for 37% of the total gin category growth in the USA<a href=\"imap://design%40ontradeprogress%2Ecom@imap.1and1.co.uk:143/fetch%3EUID%3E/INBOX%3E1867#_ftn2\" name=\"_ftnref2\">[2]</a>. The brand is now available in over 40 countries with further plans for international expansion on the horizon.\r\n\r\nAs the brand seeks to continue its expansion across the pond, Proof Drinks has been brought onboard to help grow Aviation American Gin’s footprint within the UK on and off trade. Testament to the popularity of the brand, Aviation American Gin is already available to buy online and instore at over 270 Asda stores and 60 Waitrose premium outlets, and has ever-expanding visibility in the UK on trade channel.\r\n\r\nProof Drinks has been specialising in the import, distribution, sales and marketing of premium drinks brands since 2010. Always at the forefront of the industry, Proof Drinks progress their brands using their expert knowledge of the on- and off-trade.\r\n\r\nCommenting on the new partnership with Proof Drinks, <strong>Andrew Chrisomalis CEO of Davos Brands</strong>: <em>“Proof Drinks has a proven track record of nurturing and growing brands through effective sales and nationwide distribution. We’re excited to continue the expansion of Aviation American Gin in the oldest, most discerning gin market in the world - and we\'re thrilled to have Proof Drinks on board to lead those efforts.”</em>\r\n\r\n<em> </em>Speaking about his brand’s big steps into the UK gin market, <strong>owner</strong> <strong>Ryan Reynolds</strong> said: <em>\"The UK is a huge priority for us. It’s the most discerning gin market and we’re hopeful the momentum we have around the world and in the UK will help us worm our way into more hearts, minds and martini glasses all across Great Britain.\"</em>\r\n\r\n<em> </em><strong>Paul Ferguson, Co-Founder of Proof Drinks,</strong> added: \"<em>Aviation is a smooth, quality spirit with a wonderful backstory. We can’t wait to start working with the brand and introduce this American gin to a wider UK audience.\"</em>\r\n\r\n<strong>The distribution partnership is effective immediately. For more information and to find your nearest stockist of Aviation American Gin please contact </strong><a href=\"mailto:info@proofdrinks.com\"><strong>info@proofdrinks.com</strong></a><strong>.</strong>','Aviation American Gin appoints Proof Drinks to pilot UK Distribution','','publish','closed','open','','aviation-american-gin-appoints-proof-drinks-to-pilot-uk-distribution','','','2020-02-18 09:17:17','2020-02-18 09:17:17','',0,'https://www.ontradeprogress.com/?p=6391',0,'post','',0),(6394,1,'2020-02-18 09:15:35','2020-02-18 09:15:35','','Aviation American Gin','','inherit','closed','closed','','aviation-american-gin','','','2020-02-18 09:15:35','2020-02-18 09:15:35','',6391,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/Aviation-American-Gin.jpg',0,'attachment','image/jpeg',0),(6395,1,'2020-02-18 09:15:44','2020-02-18 09:15:44','<h1>Aviation American Gin, the USA’s fastest growing gin brand, has appointed Proof Drinks to lead its UK distribution and continue the brand’s disruptive expansion within the British gin market.</h1>\r\nOwned by actor and producer, Ryan Reynolds, the American craft gin distilled and bottled in Portland, Oregon, is responsible for 37% of the total gin category growth in the USA<a href=\"imap://design%40ontradeprogress%2Ecom@imap.1and1.co.uk:143/fetch%3EUID%3E/INBOX%3E1867#_ftn2\" name=\"_ftnref2\">[2]</a>. The brand is now available in over 40 countries with further plans for international expansion on the horizon.\r\n\r\nAs the brand seeks to continue its expansion across the pond, Proof Drinks has been brought onboard to help grow Aviation American Gin’s footprint within the UK on and off trade. Testament to the popularity of the brand, Aviation American Gin is already available to buy online and instore at over 270 Asda stores and 60 Waitrose premium outlets, and has ever-expanding visibility in the UK on trade channel.\r\n\r\nProof Drinks has been specialising in the import, distribution, sales and marketing of premium drinks brands since 2010. Always at the forefront of the industry, Proof Drinks progress their brands using their expert knowledge of the on- and off-trade.\r\n\r\nCommenting on the new partnership with Proof Drinks, <strong>Andrew Chrisomalis CEO of Davos Brands</strong>: <em>“Proof Drinks has a proven track record of nurturing and growing brands through effective sales and nationwide distribution. We’re excited to continue the expansion of Aviation American Gin in the oldest, most discerning gin market in the world - and we\'re thrilled to have Proof Drinks on board to lead those efforts.”</em>\r\n\r\n<em> </em>Speaking about his brand’s big steps into the UK gin market, <strong>owner</strong> <strong>Ryan Reynolds</strong> said: <em>\"The UK is a huge priority for us. It’s the most discerning gin market and we’re hopeful the momentum we have around the world and in the UK will help us worm our way into more hearts, minds and martini glasses all across Great Britain.\"</em>\r\n\r\n<em> </em><strong>Paul Ferguson, Co-Founder of Proof Drinks,</strong> added: \"<em>Aviation is a smooth, quality spirit with a wonderful backstory. We can’t wait to start working with the brand and introduce this American gin to a wider UK audience.\"</em>\r\n\r\n<strong>The distribution partnership is effective immediately. For more information and to find your nearest stockist of Aviation American Gin please contact </strong><a href=\"mailto:info@proofdrinks.com\"><strong>info@proofdrinks.com</strong></a><strong>.</strong>','Aviation American Gin appoints Proof Drinks to pilot UK Distribution','','inherit','closed','closed','','6391-revision-v1','','','2020-02-18 09:15:44','2020-02-18 09:15:44','',6391,'https://www.ontradeprogress.com/2020/02/18/6391-revision-v1/',0,'revision','',0),(6396,1,'2020-02-25 09:30:48','2020-02-25 09:30:48','<h1>With the National Living Wage set to rise on 1st April, workforce management experts Bizimply are offering hospitality operators a National Living Wage Calculator, as an easy way to work out the cost of the increase to their business.</h1>\r\nOperators can download a free, simple to use spreadsheet from the Bizimply website and populate it with each employee’s date of birth and current hourly wage. This will show whether a pay increase is due in April, and if so, how much. For existing Bizimply customers, all the information can be easily transferred from current employee files, meaning the whole process takes only minutes.\r\n\r\nBizimply CEO Conor Shaw said: <em>“The increase in the National Living Wage is going to have a massive impact on hospitality businesses, but working out exactly what that will be can be complex and time-consuming, especially for multi-site operators.</em>\r\n\r\n<em>“That’s why we’ve created this simple calculator, which makes it easy for operators to see how much their wage bill will go up by in April. It’s vital information that every business should have - and the further ahead they have it, the better they can plan.”</em>\r\n\r\nThe National Living Wage Calculator can be downloaded free of charge from <a href=\"https://www.bizimply.com/blog/control-costs-with-the-uk-minimum-wage-increase-calculator/\">Bizimply’s website</a>.  The National Living Wage is set to rise by 6.2% in April and will undoubtedly push up labour costs for many hospitality businesses. The increase is from £8.21 to £8.72 for workers over 25, and from £7.70 to £8.20 an hour for those aged 21-24.\r\n\r\nThe rise in the NLW comes at a time of the lowest unemployment levels in the UK for decades, creating a challenging environment for hospitality employers.  Added to this, the Government’s decision to deny working visas to ‘low skilled’ workers, and the possibility that EU nationals in the UK – who make up an estimated 15% of the hospitality workforce - may return home, will add further pressures to labour supply.\r\n\r\nShaw says: <em>“The reality for most hospitality businesses for 2020 and beyond is rising labour costs and a shrinking, and transient, workforce. These may feel like ‘bigger than us’ factors outside any individual operator’s control, but in our experience, the opposite is true.</em>\r\n\r\n<em>“The solution is to have the right team members working in your business, at the right time, and making sure they’re motivated to deliver memorable customer service.  This is what Bizimply was designed to achieve and we’ve helped many of the hospitality businesses we work with to reduce their labour cost from 35% to less than 30% of turnover. </em>\r\n\r\n<em>“Our software helps operators to create staff rotas more efficiently, taking up less time, particularly for the GMs, who are then freed up to spend more time front of house.  It also gives team members more advance notice of their schedule, which in turn improves their work-life balance and job satisfaction and means they’ll be more engaged with your business.  </em>\r\n\r\n<em>“The result is staff teams who enjoy their job, and are receiving hands-on coaching and direction from their GM to deliver the exceptional customer service that encourages return visits.  Operators who can create this workplace environment are the ones who will weather the storm of wage increases and staff shortages – and anything else that might be thrown at our industry!”</em>','Helping operators prepare for National Living Wage increase','','publish','closed','open','','helping-operators-prepare-for-national-living-wage-increase','','','2020-02-25 09:30:48','2020-02-25 09:30:48','',0,'https://www.ontradeprogress.com/?p=6396',0,'post','',0),(6397,1,'2020-02-25 09:29:54','2020-02-25 09:29:54','','Bizimply Manager in Bar','','inherit','closed','closed','','bizimplymanagerinbar','','','2020-02-25 09:30:31','2020-02-25 09:30:31','',6396,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/BizimplyManagerInBar.jpg',0,'attachment','image/jpeg',0),(6398,1,'2020-02-25 09:30:38','2020-02-25 09:30:38','<h1>With the National Living Wage set to rise on 1st April, workforce management experts Bizimply are offering hospitality operators a National Living Wage Calculator, as an easy way to work out the cost of the increase to their business.</h1>\r\nOperators can download a free, simple to use spreadsheet from the Bizimply website and populate it with each employee’s date of birth and current hourly wage. This will show whether a pay increase is due in April, and if so, how much. For existing Bizimply customers, all the information can be easily transferred from current employee files, meaning the whole process takes only minutes.\r\n\r\nBizimply CEO Conor Shaw said: <em>“The increase in the National Living Wage is going to have a massive impact on hospitality businesses, but working out exactly what that will be can be complex and time-consuming, especially for multi-site operators.</em>\r\n\r\n<em>“That’s why we’ve created this simple calculator, which makes it easy for operators to see how much their wage bill will go up by in April. It’s vital information that every business should have - and the further ahead they have it, the better they can plan.”</em>\r\n\r\nThe National Living Wage Calculator can be downloaded free of charge from <a href=\"https://www.bizimply.com/blog/control-costs-with-the-uk-minimum-wage-increase-calculator/\">Bizimply’s website</a>.  The National Living Wage is set to rise by 6.2% in April and will undoubtedly push up labour costs for many hospitality businesses. The increase is from £8.21 to £8.72 for workers over 25, and from £7.70 to £8.20 an hour for those aged 21-24.\r\n\r\nThe rise in the NLW comes at a time of the lowest unemployment levels in the UK for decades, creating a challenging environment for hospitality employers.  Added to this, the Government’s decision to deny working visas to ‘low skilled’ workers, and the possibility that EU nationals in the UK – who make up an estimated 15% of the hospitality workforce - may return home, will add further pressures to labour supply.\r\n\r\nShaw says: <em>“The reality for most hospitality businesses for 2020 and beyond is rising labour costs and a shrinking, and transient, workforce. These may feel like ‘bigger than us’ factors outside any individual operator’s control, but in our experience, the opposite is true.</em>\r\n\r\n<em>“The solution is to have the right team members working in your business, at the right time, and making sure they’re motivated to deliver memorable customer service.  This is what Bizimply was designed to achieve and we’ve helped many of the hospitality businesses we work with to reduce their labour cost from 35% to less than 30% of turnover. </em>\r\n\r\n<em>“Our software helps operators to create staff rotas more efficiently, taking up less time, particularly for the GMs, who are then freed up to spend more time front of house.  It also gives team members more advance notice of their schedule, which in turn improves their work-life balance and job satisfaction and means they’ll be more engaged with your business.  </em>\r\n\r\n<em>“The result is staff teams who enjoy their job, and are receiving hands-on coaching and direction from their GM to deliver the exceptional customer service that encourages return visits.  Operators who can create this workplace environment are the ones who will weather the storm of wage increases and staff shortages – and anything else that might be thrown at our industry!”</em>','Helping operators prepare for National Living Wage increase','','inherit','closed','closed','','6396-revision-v1','','','2020-02-25 09:30:38','2020-02-25 09:30:38','',6396,'https://www.ontradeprogress.com/2020/02/25/6396-revision-v1/',0,'revision','',0),(6400,1,'2020-02-26 16:33:44','0000-00-00 00:00:00','<h1>Alcohol-free craft beer specialist, Big Drop Brewing Co, has significantly increased its UK on-trade distribution with new listings across the Mitchells &amp; Butlers group.</h1>\r\nWith positive feedback from All Bar One and Castle pubs, Big Drop’s 0.5% ABV beers will soon be extended to circa 700 outlets across the M&amp;B portfolio. The new listings include: Premium County Pubs, Vintage Inns, Miller &amp; Carter, Nicholson’s Pubs and Browns Brasserie - bringing Big Drop’s On-Trade coverage to almost 2,000 venues nationwide.\r\n\r\nM&amp;B guests will have the choice between Big Drop’s 0.5% ABV Citra IPA - current World Champion of the International Brewing Awards - and its Pale Ale, which is a previous winner of the World’s Best Pale Beer (low strength) at the World Beer Awards.\r\n\r\n<strong>James Gregan, Assistant Procurement Manager at Mitchells &amp; Butlers</strong>, commented: <em>“Big Drop are producing some fantastic quality beers across the Low/No alcohol category, with the overall growth seen within this category showing no signs of slowing down. Their Pale Ale and Citra IPA variants are certain to delight our guests and we look forward to developing our trading relationship with Big Drop.”</em>\r\n\r\nThe account win could not have been better timed with Big Drop having launched a crowdfunding campaign with Seedrs to raise £500,000 in equity finance to help fund its rapid expansion.\r\n\r\n<strong>Rob Fink, Founder and CEO of Big Drop</strong>, added: “<em>There are some great things happening at Big Drop at the moment, not least our relationship with M&amp;B which gives us the opportunity to take our presence to the next level. And, as anyone who’s seen our crowdfunding pitch will know, the potential for growth in sales of alcohol-free beer is exponential</em>.”','Big drop boosts On-Trade presence with M&B listings','','draft','closed','open','','','','','2020-02-26 16:33:44','2020-02-26 16:33:44','',0,'https://www.ontradeprogress.com/?p=6400',0,'post','',0),(6402,1,'2020-02-26 16:31:33','2020-02-26 16:31:33','<h1>Alcohol-free craft beer specialist, Big Drop Brewing Co, has significantly increased its UK on-trade distribution with new listings across the Mitchells &amp; Butlers group.</h1>\r\nWith positive feedback from All Bar One and Castle pubs, Big Drop’s 0.5% ABV beers will soon be extended to circa 700 outlets across the M&amp;B portfolio. The new listings include: Premium County Pubs, Vintage Inns, Miller &amp; Carter, Nicholson’s Pubs and Browns Brasserie - bringing Big Drop’s On-Trade coverage to almost 2,000 venues nationwide.\r\n\r\nM&amp;B guests will have the choice between Big Drop’s 0.5% ABV Citra IPA - current World Champion of the International Brewing Awards - and its Pale Ale, which is a previous winner of the World’s Best Pale Beer (low strength) at the World Beer Awards.\r\n\r\n<strong>James Gregan, Assistant Procurement Manager at Mitchells &amp; Butlers</strong>, commented: <em>“Big Drop are producing some fantastic quality beers across the Low/No alcohol category, with the overall growth seen within this category showing no signs of slowing down. Their Pale Ale and Citra IPA variants are certain to delight our guests and we look forward to developing our trading relationship with Big Drop.”</em>\r\n\r\nThe account win could not have been better timed with Big Drop having launched a crowdfunding campaign with Seedrs to raise £500,000 in equity finance to help fund its rapid expansion.\r\n\r\n<strong>Rob Fink, Founder and CEO of Big Drop</strong>, added: “<em>There are some great things happening at Big Drop at the moment, not least our relationship with M&amp;B which gives us the opportunity to take our presence to the next level. And, as anyone who’s seen our crowdfunding pitch will know, the potential for growth in sales of alcohol-free beer is exponential</em>.”','Big drop boosts On-Trade presence with M&B listings','','inherit','closed','closed','','6400-revision-v1','','','2020-02-26 16:31:33','2020-02-26 16:31:33','',6400,'https://www.ontradeprogress.com/2020/02/26/6400-revision-v1/',0,'revision','',0),(6403,1,'2020-02-26 16:42:16','2020-02-26 16:42:16','','bigdropbrew_1600x550 OTP','','inherit','closed','closed','','bigdropbrew_1600x550-otp','','','2020-02-26 16:42:16','2020-02-26 16:42:16','',6400,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/bigdropbrew_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6404,1,'2020-02-26 16:45:23','2020-02-26 16:45:23','<h1>Alcohol-free craft beer specialist, Big Drop Brewing Co, has significantly increased its UK on-trade distribution with new listings across the Mitchells &amp; Butlers group.</h1>\r\nWith positive feedback from All Bar One and Castle pubs, Big Drop’s 0.5% ABV beers will soon be extended to circa 700 outlets across the M&amp;B portfolio. The new listings include: Premium County Pubs, Vintage Inns, Miller &amp; Carter, Nicholson’s Pubs and Browns Brasserie - bringing Big Drop’s On-Trade coverage to almost 2,000 venues nationwide.\r\n\r\nM&amp;B guests will have the choice between Big Drop’s 0.5% ABV Citra IPA - current World Champion of the International Brewing Awards - and its Pale Ale, which is a previous winner of the World’s Best Pale Beer (low strength) at the World Beer Awards.\r\n\r\n<strong>James Gregan, Assistant Procurement Manager at Mitchells &amp; Butlers</strong>, commented: <em>“Big Drop are producing some fantastic quality beers across the Low/No alcohol category, with the overall growth seen within this category showing no signs of slowing down. Their Pale Ale and Citra IPA variants are certain to delight our guests and we look forward to developing our trading relationship with Big Drop.”</em>\r\n\r\nThe account win could not have been better timed with Big Drop having launched a crowdfunding campaign with Seedrs to raise £500,000 in equity finance to help fund its rapid expansion.\r\n\r\n<strong>Rob Fink, Founder and CEO of Big Drop</strong>, added: “<em>There are some great things happening at Big Drop at the moment, not least our relationship with M&amp;B which gives us the opportunity to take our presence to the next level. And, as anyone who’s seen our crowdfunding pitch will know, the potential for growth in sales of alcohol-free beer is exponential</em>.”','Big drop boosts on-trade presence with M&B listings','','publish','closed','open','','big-drop-boosts-on-trade-presence-with-mb-listings','','','2020-02-26 16:45:23','2020-02-26 16:45:23','',0,'https://www.ontradeprogress.com/?p=6404',0,'post','',0),(6405,1,'2020-02-26 16:44:36','2020-02-26 16:44:36','<h1>Alcohol-free craft beer specialist, Big Drop Brewing Co, has significantly increased its UK on-trade distribution with new listings across the Mitchells &amp; Butlers group.</h1>\r\nWith positive feedback from All Bar One and Castle pubs, Big Drop’s 0.5% ABV beers will soon be extended to circa 700 outlets across the M&amp;B portfolio. The new listings include: Premium County Pubs, Vintage Inns, Miller &amp; Carter, Nicholson’s Pubs and Browns Brasserie - bringing Big Drop’s On-Trade coverage to almost 2,000 venues nationwide.\r\n\r\nM&amp;B guests will have the choice between Big Drop’s 0.5% ABV Citra IPA - current World Champion of the International Brewing Awards - and its Pale Ale, which is a previous winner of the World’s Best Pale Beer (low strength) at the World Beer Awards.\r\n\r\n<strong>James Gregan, Assistant Procurement Manager at Mitchells &amp; Butlers</strong>, commented: <em>“Big Drop are producing some fantastic quality beers across the Low/No alcohol category, with the overall growth seen within this category showing no signs of slowing down. Their Pale Ale and Citra IPA variants are certain to delight our guests and we look forward to developing our trading relationship with Big Drop.”</em>\r\n\r\nThe account win could not have been better timed with Big Drop having launched a crowdfunding campaign with Seedrs to raise £500,000 in equity finance to help fund its rapid expansion.\r\n\r\n<strong>Rob Fink, Founder and CEO of Big Drop</strong>, added: “<em>There are some great things happening at Big Drop at the moment, not least our relationship with M&amp;B which gives us the opportunity to take our presence to the next level. And, as anyone who’s seen our crowdfunding pitch will know, the potential for growth in sales of alcohol-free beer is exponential</em>.”','Big drop boosts on-trade presence with M&B listings','','inherit','closed','closed','','6404-revision-v1','','','2020-02-26 16:44:36','2020-02-26 16:44:36','',6404,'https://www.ontradeprogress.com/2020/02/26/6404-revision-v1/',0,'revision','',0),(6406,1,'2020-02-27 11:18:06','2020-02-27 11:18:06','<h1>Retail egg sales have grown by more than 50% since 2008, according to the latest data issued by British Lion eggs.</h1>\r\nFollowing thirteen years of growth, research shows that 2019 sales volume rose by 3.4% on the previous year, to 6.6bn eggs, equating to additional sales of around 220 million eggs. Eggs sales value also saw positive growth of 2.5% in 2019, to a total value of around £942 million.\r\n\r\nWith the nutritional benefits of eggs helping sales to skyrocket in line with the trend for healthy eating and meat reduction, all consumer demographics are buying more eggs. However, growth is primarily being driven by shoppers aged 18-44, who ate an average of 249 eggs per household in 2019, which is up 61% since 2008.\r\n\r\nThe growth from shoppers with larger households with children is a continuing trend and shows families remain crucial to volume growth.\r\n\r\nAndrew Joret, Chairman of the British Egg Industry Council, said: “Retail egg sales have grown year on year for more than a decade, growing by 50% since 2008, which is phenomenal for an established market with such high penetration. Eggs are now much more than a staple fridge item for all consumers as they seek healthy meal solutions. Sales have remained positive this year too, with the latest four-week volume and value figures showing growth of 4.8% and 1.4%, respectively.\r\n\r\n<em>“Consumer confidence in eggs is strong, bolstered by the FSA advice that runny eggs are safe for vulnerable groups, so long as they are Lion. We have high expectations for the year ahead, driven by our £1m marketing campaign which will continue to deliver the health, safety, taste and convenience messaging that makes eggs so appealing to consumers across the nation.’’</em>','Retail egg market grows by 50% in 10 years','','publish','closed','open','','retail-egg-market-grows-by-50-in-10-years','','','2020-02-27 11:18:06','2020-02-27 11:18:06','',0,'https://www.ontradeprogress.com/?p=6406',0,'post','',0),(6407,1,'2020-02-27 11:16:22','2020-02-27 11:16:22','','HERO9358','','inherit','closed','closed','','hero9358','','','2020-02-27 11:16:22','2020-02-27 11:16:22','',6406,'https://www.ontradeprogress.com/wp-content/uploads/2020/02/HERO9358.jpg',0,'attachment','image/jpeg',0),(6408,1,'2020-02-27 11:17:09','2020-02-27 11:17:09','<h1>Retail egg sales have grown by more than 50% since 2008, according to the latest data issued by British Lion eggs.</h1>\r\nFollowing thirteen years of growth, research shows that 2019 sales volume rose by 3.4% on the previous year, to 6.6bn eggs, equating to additional sales of around 220 million eggs. Eggs sales value also saw positive growth of 2.5% in 2019, to a total value of around £942 million.\r\n\r\nWith the nutritional benefits of eggs helping sales to skyrocket in line with the trend for healthy eating and meat reduction, all consumer demographics are buying more eggs. However, growth is primarily being driven by shoppers aged 18-44, who ate an average of 249 eggs per household in 2019, which is up 61% since 2008.\r\n\r\nThe growth from shoppers with larger households with children is a continuing trend and shows families remain crucial to volume growth.\r\n\r\nAndrew Joret, Chairman of the British Egg Industry Council, said: “Retail egg sales have grown year on year for more than a decade, growing by 50% since 2008, which is phenomenal for an established market with such high penetration. Eggs are now much more than a staple fridge item for all consumers as they seek healthy meal solutions. Sales have remained positive this year too, with the latest four-week volume and value figures showing growth of 4.8% and 1.4%, respectively.\r\n\r\n<em>“Consumer confidence in eggs is strong, bolstered by the FSA advice that runny eggs are safe for vulnerable groups, so long as they are Lion. We have high expectations for the year ahead, driven by our £1m marketing campaign which will continue to deliver the health, safety, taste and convenience messaging that makes eggs so appealing to consumers across the nation.’’</em>','Retail egg market grows by 50% in 10 years','','inherit','closed','closed','','6406-revision-v1','','','2020-02-27 11:17:09','2020-02-27 11:17:09','',6406,'https://www.ontradeprogress.com/2020/02/27/6406-revision-v1/',0,'revision','',0),(6410,1,'2020-03-09 10:21:02','2020-03-09 10:21:02','<h1>Accolade Wines, the UK’s number one wine company, has announced it will be globally investing over £5m behind Hardys, the UK’s biggest wine brand, with a new strategy and creative campaign launching first in the UK from March.</h1>\r\nThe campaign, ‘Certainty in an Uncertain World’, will champion Hardys quality and heritage through in-store activity, digital advertising, social media and PR with a £2m spend behind the brand in the UK in the first 6 months.\r\n\r\nThe new platform marks a milestone for Hardys as it moves into its second decade as the UK’s number one wine brand which delivers £115m more in value to the category than the number two competitor brand.\r\n\r\n<em>“Hardys has dominated the UK market for over a decade and its unrivalled success is testament to the brand’s relentless desire to produce quality wines at every price point,”</em> says Caroline Thompson-Hill, European Marketing Director for Accolade Wines.\r\n\r\n<em>\"We have built on these foundations to create a unified global approach across our high performing Hardys portfolio to elevate our brand from the crowd and reflect its visionary outlook with quality at the heart.”</em>\r\n\r\nHardys was launched by Thomas Hardy in 1853 against a backdrop of global uncertainty. This was the inspiration for the new creative theme which guarantees certainty in an uncertain world. <em>“This bold positioning is a worldwide declaration of the confidence we have in Hardys which has won over 9000 global awards and over delivered against the competition for decades,”</em> adds Thompson-Hill.\r\n\r\nAs part of the through-the-line campaign, Hardys will offer consumers a no questions asked ‘money back guarantee’ which will be communicated across brand activations at point of purchase, through digital advertising sites at high footfall public areas and driven through social and traditional media channels. Other themes will tap into motivating consumer occasions such as world events, sport and gifting.\r\n\r\nHardys has also unveiled a packaging update which is being rolled out across the range including consumer favourites Hardys VR, Hardys Crest and Hardys Stamp. The design will premiumise and unify the portfolio with strong and consistent visibility for the Hardys logo and crest on every bottle in the portfolio featuring the brand’s distinctive black and gold colourways.\r\n\r\nAde McKeon, Regional Managing Director Europe, says: <em>“Hardys is at the forefront of the UK wine market and has secured its status with pioneering wine making and consistent marketing. We take no one bottle sold for granted and we have a passion to delight every consumer with every sip of our wine. </em>\r\n\r\n<em>“At a time when the world feels uncertain, we know that we can offer a guarantee that Hardys quality will never let you down. We are so certain that we will provide a refund to any consumer that isn’t completely satisfied. It’s a bold statement in a bold creative and it’s fitting for a brand that has always set the standard.</em>\r\n\r\n<em>“Our significant investment will promote Hardys enduring and popular benefits to drive consumer demand. Hardys delivers the trade strong incremental sales and profit through the portfolio which offers wines at every price point for any occasion,”</em> adds McKeon.','Certainty… in every glass','','publish','closed','open','','certainty-in-every-glass','','','2020-03-09 10:21:02','2020-03-09 10:21:02','',0,'https://www.ontradeprogress.com/?p=6410',0,'post','',0),(6412,1,'2020-03-09 10:15:52','2020-03-09 10:15:52','<h1>Accolade Wines, the UK’s number one wine company, has announced it will be globally investing over £5m behind Hardys, the UK’s biggest wine brand, with a new strategy and creative campaign launching first in the UK from March.</h1>\r\nThe campaign, ‘Certainty in an Uncertain World’, will champion Hardys quality and heritage through in-store activity, digital advertising, social media and PR with a £2m spend behind the brand in the UK in the first 6 months.\r\n\r\nThe new platform marks a milestone for Hardys as it moves into its second decade as the UK’s number one wine brand which delivers £115m more in value to the category than the number two competitor brand.\r\n\r\n<em>“Hardys has dominated the UK market for over a decade and its unrivalled success is testament to the brand’s relentless desire to produce quality wines at every price point,”</em> says Caroline Thompson-Hill, European Marketing Director for Accolade Wines.\r\n\r\n<em>\"We have built on these foundations to create a unified global approach across our high performing Hardys portfolio to elevate our brand from the crowd and reflect its visionary outlook with quality at the heart.”</em>\r\n\r\nHardys was launched by Thomas Hardy in 1853 against a backdrop of global uncertainty. This was the inspiration for the new creative theme which guarantees certainty in an uncertain world. <em>“This bold positioning is a worldwide declaration of the confidence we have in Hardys which has won over 9000 global awards and over delivered against the competition for decades,”</em> adds Thompson-Hill.\r\n\r\nAs part of the through-the-line campaign, Hardys will offer consumers a no questions asked ‘money back guarantee’ which will be communicated across brand activations at point of purchase, through digital advertising sites at high footfall public areas and driven through social and traditional media channels. Other themes will tap into motivating consumer occasions such as world events, sport and gifting.\r\n\r\nHardys has also unveiled a packaging update which is being rolled out across the range including consumer favourites Hardys VR, Hardys Crest and Hardys Stamp. The design will premiumise and unify the portfolio with strong and consistent visibility for the Hardys logo and crest on every bottle in the portfolio featuring the brand’s distinctive black and gold colourways.\r\n\r\nAde McKeon, Regional Managing Director Europe, says: <em>“Hardys is at the forefront of the UK wine market and has secured its status with pioneering wine making and consistent marketing. We take no one bottle sold for granted and we have a passion to delight every consumer with every sip of our wine. </em>\r\n\r\n<em>“At a time when the world feels uncertain, we know that we can offer a guarantee that Hardys quality will never let you down. We are so certain that we will provide a refund to any consumer that isn’t completely satisfied. It’s a bold statement in a bold creative and it’s fitting for a brand that has always set the standard.</em>\r\n\r\n<em>“Our significant investment will promote Hardys enduring and popular benefits to drive consumer demand. Hardys delivers the trade strong incremental sales and profit through the portfolio which offers wines at every price point for any occasion,”</em> adds McKeon.','Certainty… in every glass','','inherit','closed','closed','','6410-revision-v1','','','2020-03-09 10:15:52','2020-03-09 10:15:52','',6410,'https://www.ontradeprogress.com/2020/03/09/6410-revision-v1/',0,'revision','',0),(6413,1,'2020-03-09 10:20:29','2020-03-09 10:20:29','','Hardys1600x550 OTP','','inherit','closed','closed','','hardys1600x550-otp','','','2020-03-09 10:20:29','2020-03-09 10:20:29','',6410,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/Hardys1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6414,1,'2020-03-09 10:30:56','2020-03-09 10:30:56','<h1>Brakes recorded its best-ever performance at the Chefs’ Choice Awards receiving a record 16 accolades - 10 category wins and 6 highly rated, including the coveted title of “Overall winner – Chefs’ Choice Product of the Year.”</h1>\r\nJudged by chefs for chefs in their hundreds from several sectors, the awards reward and recognise the hard work and innovation of suppliers, wholesalers and manufacturers and Brakes once again demonstrated that it leads the field. Entries were assessed on a range of criteria including great taste, appearance, aroma, flavour, texture, value for money, creativity and innovation.\r\n\r\nThe title of “Overall winner – Chefs’ Choice Product of the Year” went to Brakes Small Dark Chocolate Tarts which judges described as “a premium product with a luxurious feel that really delivered”, whilst the category award winning products were:\r\n\r\nCondiments\r\nBrakes Quinoa Houmous\r\nFinished Desserts &amp; Gateau\r\nBrakes White Chocolate &amp; Raspberry Cheesecake\r\nParty &amp; Buffet Food\r\nBrakes Small Dark Chocolate Tarts\r\nPrepared Dishes\r\nBrakes Vegetarian Louisiana Burrito Filling\r\nPoultry Products\r\nBrakes Buttermilk Chicken Wings\r\nRice/Pasta/Grains\r\nBrakes Beetroot &amp; Goat Cheese Salad\r\nSavoury Pies &amp; Flans\r\nBrakes Individual Mac n\' 4 Cheese Quiche\r\nSweet &amp; Savoury Sauces\r\nBrakes Goan Paste\r\nSweet Cakes &amp; Biscuits\r\nLa Boulangerie Raspberry &amp; Matcha Battenberg\r\n\r\nThe following products were highly rated:\r\n\r\nCheese &amp; Dairy Products\r\nBurrata Bocconcini\r\nChilled Salads\r\nBrakes Kimchi Rainbow Grain Salad\r\nCondiments\r\nBrakes Chilli Jam\r\nPrepared Dishes\r\nBrakes Sweet Potato, Spinach &amp; Feta Lasagne\r\nPotato\r\nBrakes Coated Medium Skin-On Fries\r\nSavoury Pies &amp; Flans\r\nBrakes Individual Emmental &amp; Onion Quiche\r\n\r\n‘The Chefs’ Choice Awards are hugely respected amongst chefs so it’s fantastic to receive so many nominations and awards and testament to all the hard work that goes into developing our range,’ said Sarah Hartley, Brakes Head of Food &amp; Brand. ‘And it shows that we continue to set the standard in product development.’','Brakes is number one choice at Chefs’ Choice Awards','','publish','closed','open','','brakes-is-number-one-choice-at-chefs-choice-awards','','','2020-03-09 13:16:15','2020-03-09 13:16:15','',0,'https://www.ontradeprogress.com/?p=6414',0,'post','',0),(6415,1,'2020-03-09 10:29:25','2020-03-09 10:29:25','','Brakes Chefs\' Choice Award Winners','','inherit','closed','closed','','brakes-chefs-choice-award-winners','','','2020-03-09 10:29:25','2020-03-09 10:29:25','',6414,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/Brakes-Chefs-Choice-Award-Winners.jpg',0,'attachment','image/jpeg',0),(6416,1,'2020-03-09 10:30:16','2020-03-09 10:30:16','<h1>Brakes recorded its best-ever performance at the Chefs’ Choice Awards receiving a record 16 accolades - 10 category wins and 6 highly rated, including the coveted title of “Overall winner – Chefs’ Choice Product of the Year.”</h1>\r\nJudged by chefs for chefs in their hundreds from several sectors, the awards reward and recognise the hard work and innovation of suppliers, wholesalers and manufacturers and Brakes once again demonstrated that it leads the field. Entries were assessed on a range of criteria including great taste, appearance, aroma, flavour, texture, value for money, creativity and innovation.\r\n\r\nThe title of “Overall winner – Chefs’ Choice Product of the Year” went to Brakes Small Dark Chocolate Tarts which judges described as “a premium product with a luxurious feel that really delivered”, whilst the category award winning products were:\r\n\r\nCondiments\r\nBrakes Quinoa Houmous\r\nFinished Desserts &amp; Gateau\r\nBrakes White Chocolate &amp; Raspberry Cheesecake\r\nParty &amp; Buffet Food\r\nBrakes Small Dark Chocolate Tarts\r\nPrepared Dishes\r\nBrakes Vegetarian Louisiana Burrito Filling\r\nPoultry Products\r\nBrakes Buttermilk Chicken Wings\r\nRice/Pasta/Grains\r\nBrakes Beetroot &amp; Goat Cheese Salad\r\nSavoury Pies &amp; Flans\r\nBrakes Individual Mac n\' 4 Cheese Quiche\r\nSweet &amp; Savoury Sauces\r\nBrakes Goan Paste\r\nSweet Cakes &amp; Biscuits\r\nLa Boulangerie Raspberry &amp; Matcha Battenberg\r\n\r\nThe following products were highly rated:\r\n\r\nCheese &amp; Dairy Products\r\nBurrata Bocconcini\r\nChilled Salads\r\nBrakes Kimchi Rainbow Grain Salad\r\nCondiments\r\nBrakes Chilli Jam\r\nPrepared Dishes\r\nBrakes Sweet Potato, Spinach &amp; Feta Lasagne\r\nPotato\r\nBrakes Coated Medium Skin-On Fries\r\nSavoury Pies &amp; Flans\r\nBrakes Individual Emmental &amp; Onion Quiche\r\n\r\n‘The Chefs’ Choice Awards are hugely respected amongst chefs so it’s fantastic to receive so many nominations and awards and testament to all the hard work that goes into developing our range,’ said Sarah Hartley, Brakes Head of Food &amp; Brand. ‘And it shows that we continue to set the standard in product development.’','Brakes is number one choice at Chefs’ Choice Awards','','inherit','closed','closed','','6414-revision-v1','','','2020-03-09 10:30:16','2020-03-09 10:30:16','',6414,'https://www.ontradeprogress.com/2020/03/09/6414-revision-v1/',0,'revision','',0),(6417,1,'2020-03-09 13:31:23','2020-03-09 13:31:23','<h1>Guildford, UK. – March 2020 – Global combi oven manufacturer, Convotherm, is once again leading the way with pioneering product developments as they unveil the industry’s only artificially intelligent range of combi ovens, powered by ConvoSense.</h1>\r\nThis groundbreaking development of product recognition and automatic program controls will help ensure a marked increase in process reliability and food quality, without the need for an operator to press a single button. In fact, the only aspect of manual work that the operator needs to do with a ConvoSense combi oven is to place a tray full of identical food items into the oven, shut the door, and wait for the ConvoSense’s finely balanced algorithms to take control of the entire cooking process.\r\n\r\nFunctioning in a similar way to the human brain, the unique algorithms of ConvoSense are formed by three elemental capabilities: Recognition, Understanding and Acting – elements, which together, allow ConvoSense to achieve groundbreaking automatic cooking abilities.\r\n\r\nThe recognition element of ConvoSense is achieved through a highly sensitive optical sensor which scans each individual load as it is inserted into the oven, whilst the understanding element is achieved through prior customer-specific intelligence training which allows ConvoSense to identify each type of load in real time.  Finally, the acting element of the ConvoSense refers to its active assistance system whereby it automatically chooses the appropriate cooking program depending on the type of size food items, and if necessary, instantly warns of inadmissible mixed loads.\r\n\r\nHaving spent decades developing this complex technology, Convotherm is delighted to have achieved a market first as Steve Hemsil, Sales Director – UK &amp; Ireland, Welbilt, enthuses:\r\n\r\n<em>“We are delighted to be breaking waves within the catering equipment industry with the launch of ConvoSense. With this newly developed combi oven technology, not only will operators be able to achieve consistent quality more efficiently and more reliably than ever before, but it will also help to reduce human errors, minimise wastage and ultimately speed up further turnaround time in the kitchen!” </em>\r\n\r\nAlso scoring in terms of sustainability, ConvoSense’s revolutionary assistance system automatically selects the optimal cooking program with as little energy and water consumption meaning operators can not only reduce operating costs, but help protect the environment too.\r\n\r\nLaunching in the UK in 2020, ConvoSense models are ideally suited for restaurant chains and supermarkets that are not only looking to ensure food consistency across their sites, but are also looking to reap the extensive benefits of artificially intelligent catering equipment.','Convotherm develop world-first innovation with artifically intellegent combi ovens','','publish','closed','open','','convotherm-develop-world-first-innovation-with-artifically-intellegent-combi-ovens','','','2020-03-09 13:31:23','2020-03-09 13:31:23','',0,'https://www.ontradeprogress.com/?p=6417',0,'post','',0),(6418,1,'2020-03-09 13:24:09','2020-03-09 13:24:09','','Welbilt - Convotherm - ConvoSense - Mixed Load - High','','inherit','closed','closed','','welbilt-convotherm-convosense-mixed-load-high','','','2020-03-09 13:24:09','2020-03-09 13:24:09','',6417,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/Welbilt-Convotherm-ConvoSense-Mixed-Load-High.jpg',0,'attachment','image/jpeg',0),(6419,1,'2020-03-09 13:26:47','2020-03-09 13:26:47','<h1>Guildford, UK. – March 2020 – Global combi oven manufacturer, Convotherm, is once again leading the way with pioneering product developments as they unveil the industry’s only artificially intelligent range of combi ovens, powered by ConvoSense.</h1>\r\nThis groundbreaking development of product recognition and automatic program controls will help ensure a marked increase in process reliability and food quality, without the need for an operator to press a single button. In fact, the only aspect of manual work that the operator needs to do with a ConvoSense combi oven is to place a tray full of identical food items into the oven, shut the door, and wait for the ConvoSense’s finely balanced algorithms to take control of the entire cooking process.\r\n\r\nFunctioning in a similar way to the human brain, the unique algorithms of ConvoSense are formed by three elemental capabilities: Recognition, Understanding and Acting – elements, which together, allow ConvoSense to achieve groundbreaking automatic cooking abilities.\r\n\r\nThe recognition element of ConvoSense is achieved through a highly sensitive optical sensor which scans each individual load as it is inserted into the oven, whilst the understanding element is achieved through prior customer-specific intelligence training which allows ConvoSense to identify each type of load in real time.  Finally, the acting element of the ConvoSense refers to its active assistance system whereby it automatically chooses the appropriate cooking program depending on the type of size food items, and if necessary, instantly warns of inadmissible mixed loads.\r\n\r\nHaving spent decades developing this complex technology, Convotherm is delighted to have achieved a market first as Steve Hemsil, Sales Director – UK &amp; Ireland, Welbilt, enthuses:\r\n\r\n<em>“We are delighted to be breaking waves within the catering equipment industry with the launch of ConvoSense. With this newly developed combi oven technology, not only will operators be able to achieve consistent quality more efficiently and more reliably than ever before, but it will also help to reduce human errors, minimise wastage and ultimately speed up further turnaround time in the kitchen!” </em>\r\n\r\nAlso scoring in terms of sustainability, ConvoSense’s revolutionary assistance system automatically selects the optimal cooking program with as little energy and water consumption meaning operators can not only reduce operating costs, but help protect the environment too.\r\n\r\nLaunching in the UK in 2020, ConvoSense models are ideally suited for restaurant chains and supermarkets that are not only looking to ensure food consistency across their sites, but are also looking to reap the extensive benefits of artificially intelligent catering equipment.','Convotherm develop world-first innovation with artifically intellegent combi ovens','','inherit','closed','closed','','6417-revision-v1','','','2020-03-09 13:26:47','2020-03-09 13:26:47','',6417,'https://www.ontradeprogress.com/2020/03/09/6417-revision-v1/',0,'revision','',0),(6420,1,'2020-03-11 17:30:20','2020-03-11 17:30:20','<strong>Responding to the Chancellor’s Budget, Emma McClarkin, Chief Executive of the British Beer &amp; Pub Association, commented: </strong>\r\n\r\n<em>“Pub goers across the UK will be toasting the Chancellor tonight for freezing beer duty. This freeze alone will save pub goers £80 million and secure 2,000 vital jobs across the country.</em>\r\n\r\n<em>“82% of the beer we drink here is brewed in the UK, so this is a very welcome decision that will help pubs and brewers across the UK. Cheers to the Chancellor!</em>\r\n\r\n<em>“At the beginning of the year we welcomed the Government’s decision to cut business rates for the UK’s smallest pubs by £1,000. It is great to see the Chancellor listen to our calls to take this one step further by increasing the relief to £5,000 for pubs with a rateable value up to £100,000.  </em>\r\n\r\n<em>“The announcement that pubs with a Rateable Value of £51,000 or less will not pay their rates over the next financial year is an enormous boost. For pubs who already pay little or no business rates, a £3,000 small business relief grant is available, which 14,000 pubs could benefit from.</em>\r\n\r\n<em>“In total the additional business rates support announced for pubs is worth over £190 million. </em>\r\n\r\n<em>“Pubs pay 2.8% of rates despite accounting for only 0.5% of rateable turnover across the country. Such reliefs are vital until the fundamentally unfair system is overhauled. We therefore welcome the call for evidence on business rates reform announced today, commencing in the spring.</em>\r\n\r\n<em>“Following the extensive review into Small Brewer’s Relief, we welcome confirmation that the Government will publish its results in the spring. We hope the Government’s response will recognise the long-standing distortions caused by the current structure, whilst supporting growth among brewers of all sizes.</em>\r\n\r\n<em>“Overall, this has been a great Budget for pubs, pub goers and Britain’s world-class brewing industry worth £270 million. We hope the Government continues to support our industry in the future, recognising the vital role it plays in our communities and lives across the UK.”</em>','\'Cheers Chancellor!’ - BBPA welcomes £270m beer duty freeze and business rates support for pubs','','publish','closed','open','','cheers-chancellor-bbpa-welcomes-270m-beer-duty-freeze-and-business-rates-support-for-pubs','','','2020-03-11 17:30:20','2020-03-11 17:30:20','',0,'https://www.ontradeprogress.com/?p=6420',0,'post','',0),(6421,1,'2020-03-11 17:28:40','2020-03-11 17:28:40','','','','inherit','closed','closed','','shutterstock_168246680-2','','','2020-03-11 17:29:20','2020-03-11 17:29:20','',6420,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/shutterstock_168246680.jpg',0,'attachment','image/jpeg',0),(6422,1,'2020-03-11 17:29:26','2020-03-11 17:29:26','<strong>Responding to the Chancellor’s Budget, Emma McClarkin, Chief Executive of the British Beer &amp; Pub Association, commented: </strong>\r\n\r\n<em>“Pub goers across the UK will be toasting the Chancellor tonight for freezing beer duty. This freeze alone will save pub goers £80 million and secure 2,000 vital jobs across the country.</em>\r\n\r\n<em>“82% of the beer we drink here is brewed in the UK, so this is a very welcome decision that will help pubs and brewers across the UK. Cheers to the Chancellor!</em>\r\n\r\n<em>“At the beginning of the year we welcomed the Government’s decision to cut business rates for the UK’s smallest pubs by £1,000. It is great to see the Chancellor listen to our calls to take this one step further by increasing the relief to £5,000 for pubs with a rateable value up to £100,000.  </em>\r\n\r\n<em>“The announcement that pubs with a Rateable Value of £51,000 or less will not pay their rates over the next financial year is an enormous boost. For pubs who already pay little or no business rates, a £3,000 small business relief grant is available, which 14,000 pubs could benefit from.</em>\r\n\r\n<em>“In total the additional business rates support announced for pubs is worth over £190 million. </em>\r\n\r\n<em>“Pubs pay 2.8% of rates despite accounting for only 0.5% of rateable turnover across the country. Such reliefs are vital until the fundamentally unfair system is overhauled. We therefore welcome the call for evidence on business rates reform announced today, commencing in the spring.</em>\r\n\r\n<em>“Following the extensive review into Small Brewer’s Relief, we welcome confirmation that the Government will publish its results in the spring. We hope the Government’s response will recognise the long-standing distortions caused by the current structure, whilst supporting growth among brewers of all sizes.</em>\r\n\r\n<em>“Overall, this has been a great Budget for pubs, pub goers and Britain’s world-class brewing industry worth £270 million. We hope the Government continues to support our industry in the future, recognising the vital role it plays in our communities and lives across the UK.”</em>','\'Cheers Chancellor!’ - BBPA welcomes £270m beer duty freeze and business rates support for pubs','','inherit','closed','closed','','6420-revision-v1','','','2020-03-11 17:29:26','2020-03-11 17:29:26','',6420,'https://www.ontradeprogress.com/2020/03/11/6420-revision-v1/',0,'revision','',0),(6423,1,'2020-03-11 17:30:37','2020-03-11 17:30:37','<strong>Responding to the Chancellor’s Budget, Emma McClarkin, Chief Executive of the British Beer &amp; Pub Association, commented: </strong>\r\n\r\n<em>“Pub goers across the UK will be toasting the Chancellor tonight for freezing beer duty. This freeze alone will save pub goers £80 million and secure 2,000 vital jobs across the country.</em>\r\n\r\n<em>“82% of the beer we drink here is brewed in the UK, so this is a very welcome decision that will help pubs and brewers across the UK. Cheers to the Chancellor!</em>\r\n\r\n<em>“At the beginning of the year we welcomed the Government’s decision to cut business rates for the UK’s smallest pubs by £1,000. It is great to see the Chancellor listen to our calls to take this one step further by increasing the relief to £5,000 for pubs with a rateable value up to £100,000.  </em>\r\n\r\n<em>“The announcement that pubs with a Rateable Value of £51,000 or less will not pay their rates over the next financial year is an enormous boost. For pubs who already pay little or no business rates, a £3,000 small business relief grant is available, which 14,000 pubs could benefit from.</em>\r\n\r\n<em>“In total the additional business rates support announced for pubs is worth over £190 million. </em>\r\n\r\n<em>“Pubs pay 2.8% of rates despite accounting for only 0.5% of rateable turnover across the country. Such reliefs are vital until the fundamentally unfair system is overhauled. We therefore welcome the call for evidence on business rates reform announced today, commencing in the spring.</em>\r\n\r\n<em>“Following the extensive review into Small Brewer’s Relief, we welcome confirmation that the Government will publish its results in the spring. We hope the Government’s response will recognise the long-standing distortions caused by the current structure, whilst supporting growth among brewers of all sizes.</em>\r\n\r\n<em>“Overall, this has been a great Budget for pubs, pub goers and Britain’s world-class brewing industry worth £270 million. We hope the Government continues to support our industry in the future, recognising the vital role it plays in our communities and lives across the UK.”</em>','\'Cheers Chancellor!’ - BBPA welcomes £270m beer duty freeze and business rates support for pubs','','inherit','closed','closed','','6420-autosave-v1','','','2020-03-11 17:30:37','2020-03-11 17:30:37','',6420,'https://www.ontradeprogress.com/2020/03/11/6420-autosave-v1/',0,'revision','',0),(6424,1,'2020-03-16 10:25:59','2020-03-16 10:25:59','<h1>At the time of writing this, the spreading coronavirus seems to dominate almost every facet of the news cycle, in a way which even Brexit did not manage to last year. It dominated this year’s Budget Statement giving us a strange Chimera Budget which refocused what we might have expected to have been a more Brexit-focused one or post-Election one.</h1>\r\nThe Chancellor Rishi Sunak has announced a raft of measures aimed at providing peace of mind and support to businesses in the firing line of the coronavirus. In isolation, it is actually a pretty astonishing set of measures which includes:\r\n<ul>\r\n 	<li>A suspension of business rates for <strong>one year for small businesses</strong> in hospitality.</li>\r\n 	<li>A <strong>loan scheme to help support</strong> s<span class=\"ILfuVd\"><span class=\"e24Kjd\">mall and medium-sized enterprises (SMEs).</span></span></li>\r\n 	<li>A refund of <strong>14-days’</strong> worth of statutory sick pay for businesses with fewer than <strong>250 staff</strong>.</li>\r\n 	<li>Abolition of rates for businesses with a rateable value of under £51k; and a <strong>£3k grant scheme</strong>.</li>\r\n</ul>\r\nThere is also an the extension of pub relief to £5k and confirmation of the long-awaited review of the system in the Autumn.\r\n\r\nUnder any normal circumstances this Budget would be cause for some celebration. It is a measure of how drastically events have unfolded, and the goalposts been shifted, that this glut of support has only been cautiously welcomed.\r\n\r\nTime will tell how deeply the impact will be felt, but our members are already reporting reduced footfall and a reduction in bookings. It is possible that the measures, as eye-catching as they are, will not go nearly far enough in helping tourism and hospitality businesses weather the storm. Larger businesses will still have to shoulder the burden of a virus that does not discriminate depending on how many outlets you have.\r\n\r\nUnprecedented circumstances mean that there are no proven quick fixes. Hospitality has demonstrated its robustness in getting through previous crises but none of this nature. Our sector will once again need to be innovative and fleet of foot, but it will also need more far-reaching support than the Budget promised, to help the UK through the weeks and months ahead in good health, physically and economically.','The hospitality budget','','publish','closed','open','','the-hospitality-budget','','','2020-03-16 10:25:59','2020-03-16 10:25:59','',0,'https://www.ontradeprogress.com/?p=6424',0,'post','',0),(6427,1,'2020-03-16 10:18:23','2020-03-16 10:18:23','<h1>At the time of writing this, the spreading coronavirus seems to dominate almost every facet of the news cycle, in a way which even Brexit did not manage to last year. It dominated this year’s Budget Statement giving us a strange Chimera Budget which refocused what we might have expected to have been a more Brexit-focused one or post-Election one.</h1>\r\nThe Chancellor Rishi Sunak has announced a raft of measures aimed at providing peace of mind and support to businesses in the firing line of the coronavirus. In isolation, it is actually a pretty astonishing set of measures which includes: a suspension of business rates for one year for small businesses in hospitality, a loan scheme to help support SMEs; a refund of 14-days’ worth of statutory sick pay for businesses with fewer than 250 staff; abolition of rates for businesses with a rateable value of under £51k; and a £3k grant scheme. There is also an the extension of pub relief to £5k and confirmation of the long-awaited review of the system in the Autumn.\r\n\r\nUnder any normal circumstances this Budget would be cause for some celebration. It is a measure of how drastically events have unfolded, and the goalposts been shifted, that this glut of support has only been cautiously welcomed.\r\n\r\nTime will tell how deeply the impact will be felt, but our members are already reporting reduced footfall and a reduction in bookings. It is possible that the measures, as eye-catching as they are, will not go nearly far enough in helping tourism and hospitality businesses weather the storm. Larger businesses will still have to shoulder the burden of a virus that does not discriminate depending on how many outlets you have.\r\n\r\nUnprecedented circumstances mean that there are no proven quick fixes. Hospitality has demonstrated its robustness in getting through previous crises but none of this nature. Our sector will once again need to be innovative and fleet of foot, but it will also need more far-reaching support than the Budget promised, to help the UK through the weeks and months ahead in good health, physically and economically.','The hospitality budget','','inherit','closed','closed','','6424-revision-v1','','','2020-03-16 10:18:23','2020-03-16 10:18:23','',6424,'https://www.ontradeprogress.com/2020/03/16/6424-revision-v1/',0,'revision','',0),(6429,1,'2020-03-16 10:21:59','2020-03-16 10:21:59','','2020-Budget_1600x550 OTP','','inherit','closed','closed','','2020-budget_1600x550-otp','','','2020-03-16 10:21:59','2020-03-16 10:21:59','',6424,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/2020-Budget_1600x550-OTP.jpg',0,'attachment','image/jpeg',0),(6430,1,'2020-03-16 10:25:34','2020-03-16 10:25:34','<h1>At the time of writing this, the spreading coronavirus seems to dominate almost every facet of the news cycle, in a way which even Brexit did not manage to last year. It dominated this year’s Budget Statement giving us a strange Chimera Budget which refocused what we might have expected to have been a more Brexit-focused one or post-Election one.</h1>\r\nThe Chancellor Rishi Sunak has announced a raft of measures aimed at providing peace of mind and support to businesses in the firing line of the coronavirus. In isolation, it is actually a pretty astonishing set of measures which includes:\r\n<ul>\r\n 	<li>A suspension of business rates for <strong>one year for small businesses</strong> in hospitality.</li>\r\n 	<li>A <strong>loan scheme to help support</strong> s<span class=\"ILfuVd\"><span class=\"e24Kjd\">mall and medium-sized enterprises (SMEs).</span></span></li>\r\n 	<li>A refund of <strong>14-days’</strong> worth of statutory sick pay for businesses with fewer than <strong>250 staff</strong>.</li>\r\n 	<li>Abolition of rates for businesses with a rateable value of under £51k; and a <strong>£3k grant scheme</strong>.</li>\r\n</ul>\r\nThere is also an the extension of pub relief to £5k and confirmation of the long-awaited review of the system in the Autumn.\r\n\r\nUnder any normal circumstances this Budget would be cause for some celebration. It is a measure of how drastically events have unfolded, and the goalposts been shifted, that this glut of support has only been cautiously welcomed.\r\n\r\nTime will tell how deeply the impact will be felt, but our members are already reporting reduced footfall and a reduction in bookings. It is possible that the measures, as eye-catching as they are, will not go nearly far enough in helping tourism and hospitality businesses weather the storm. Larger businesses will still have to shoulder the burden of a virus that does not discriminate depending on how many outlets you have.\r\n\r\nUnprecedented circumstances mean that there are no proven quick fixes. Hospitality has demonstrated its robustness in getting through previous crises but none of this nature. Our sector will once again need to be innovative and fleet of foot, but it will also need more far-reaching support than the Budget promised, to help the UK through the weeks and months ahead in good health, physically and economically.','The hospitality budget','','inherit','closed','closed','','6424-revision-v1','','','2020-03-16 10:25:34','2020-03-16 10:25:34','',6424,'https://www.ontradeprogress.com/2020/03/16/6424-revision-v1/',0,'revision','',0),(6431,1,'2020-03-19 12:17:47','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2020-03-19 12:17:47','0000-00-00 00:00:00','',0,'https://www.ontradeprogress.com/?p=6431',0,'post','',0),(6432,1,'2020-03-19 12:24:21','2020-03-19 12:24:21','<h1>Further immediate government intervention required to inject cash and protect jobs.</h1>\r\n<b>18 March, London: </b> The British Beer and Pub Association is calling on the Government for further urgent interventions to keep pubs from closing, amid fears that thousands could collapse this weekend. Despite initial government relief, <b>pubs urgently need liquidity measures in order to pay wages and prevent thousands of pubs from closing</b>, with the subsequent loss of hundreds of thousands of jobs.\r\n\r\nAn open letter to Rishi Sunak from the industry outlines that while the government has offered some initial relief to pubs, <b>the current package does not address the immediate cash flow pressures they are facing</b>. Without immediate and decisive action to create cash and liquidity, thousands of pubs will be unable to pay staff wages and could be forced to close this weekend, before the initial government relief ever reaches them.\r\n\r\nAs a priority, the British Beer and Pub Association is asking that the Government underwrites at least 75% of wages for all pub and brewing staff, enabling employers to pay staff during this period of uncertainty. It is estimated this would cost the government £1billion.\r\n\r\nIn addition, the British Beer and Pub Association is asking for the Government to cancel Excise Duty and VAT payments that pubs are due to pay on 25th March and 31st March respectively. This will enable pub operating companies across the country to redirect much needed cash directly into their businesses, helping to prevent closures and save jobs.\r\n\r\nThe industry is also urging the government to begin immediate distribution of the £10,000 and £25,000 government grants announced on 17 March, or underwrite them, to positively impact pubs’ cash flow. The industry also requires the government to underwrite all insurance costs for business interruption for a period of at least 3 months for the pub sector. This money must be given to insurers now or directly to businesses, to prevent thousands of pubs from closing permanently.\r\n\r\nBritish Beer and Pub Association CEO, Emma McClarkin commented, <i>“Pubs are in a crisis today. We need urgent intervention from the Government to prevent a catastrophic number of job losses and the sector damaged beyond repair. We recognise as a sector that we are in unprecedented times. We are prepared to play our part, but whilst we welcome the measures outlined so far by the Government, they do not deal with the immediate cash flow and liquidity crisis</i> <i>our industry faces</i><i> now’. She continued, ‘As a sector, we stand ready to work with the Government on saving jobs and finding a solution. However, as a sector we cannot stress enough that the Government has just 24 hours to create a pub specific package to prevent irreversible closures and job losses. We have outlined to the Government the rescue package that is needed and stand ready to work with them to make it happen”</i>','Industry warns government has just 24 hours to save thousands of british pubs from closure','','publish','closed','open','','industry-warns-government-has-just-24-hours-to-save-thousands-of-british-pubs-from-closure','','','2020-03-19 12:24:21','2020-03-19 12:24:21','',0,'https://www.ontradeprogress.com/?p=6432',0,'post','',0),(6433,1,'2020-03-19 12:23:02','2020-03-19 12:23:02','','Industry warns government to save jobs','','inherit','closed','closed','','shutterstock_97178438','','','2020-03-19 12:24:13','2020-03-19 12:24:13','',6432,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/shutterstock_97178438.jpg',0,'attachment','image/jpeg',0),(6434,1,'2020-03-19 12:24:21','2020-03-19 12:24:21','<h1>Further immediate government intervention required to inject cash and protect jobs.</h1>\r\n<b>18 March, London: </b> The British Beer and Pub Association is calling on the Government for further urgent interventions to keep pubs from closing, amid fears that thousands could collapse this weekend. Despite initial government relief, <b>pubs urgently need liquidity measures in order to pay wages and prevent thousands of pubs from closing</b>, with the subsequent loss of hundreds of thousands of jobs.\r\n\r\nAn open letter to Rishi Sunak from the industry outlines that while the government has offered some initial relief to pubs, <b>the current package does not address the immediate cash flow pressures they are facing</b>. Without immediate and decisive action to create cash and liquidity, thousands of pubs will be unable to pay staff wages and could be forced to close this weekend, before the initial government relief ever reaches them.\r\n\r\nAs a priority, the British Beer and Pub Association is asking that the Government underwrites at least 75% of wages for all pub and brewing staff, enabling employers to pay staff during this period of uncertainty. It is estimated this would cost the government £1billion.\r\n\r\nIn addition, the British Beer and Pub Association is asking for the Government to cancel Excise Duty and VAT payments that pubs are due to pay on 25th March and 31st March respectively. This will enable pub operating companies across the country to redirect much needed cash directly into their businesses, helping to prevent closures and save jobs.\r\n\r\nThe industry is also urging the government to begin immediate distribution of the £10,000 and £25,000 government grants announced on 17 March, or underwrite them, to positively impact pubs’ cash flow. The industry also requires the government to underwrite all insurance costs for business interruption for a period of at least 3 months for the pub sector. This money must be given to insurers now or directly to businesses, to prevent thousands of pubs from closing permanently.\r\n\r\nBritish Beer and Pub Association CEO, Emma McClarkin commented, <i>“Pubs are in a crisis today. We need urgent intervention from the Government to prevent a catastrophic number of job losses and the sector damaged beyond repair. We recognise as a sector that we are in unprecedented times. We are prepared to play our part, but whilst we welcome the measures outlined so far by the Government, they do not deal with the immediate cash flow and liquidity crisis</i> <i>our industry faces</i><i> now’. She continued, ‘As a sector, we stand ready to work with the Government on saving jobs and finding a solution. However, as a sector we cannot stress enough that the Government has just 24 hours to create a pub specific package to prevent irreversible closures and job losses. We have outlined to the Government the rescue package that is needed and stand ready to work with them to make it happen”</i>','Industry warns government has just 24 hours to save thousands of british pubs from closure','','inherit','closed','closed','','6432-revision-v1','','','2020-03-19 12:24:21','2020-03-19 12:24:21','',6432,'https://www.ontradeprogress.com/2020/03/19/6432-revision-v1/',0,'revision','',0),(6435,1,'2020-03-19 12:24:29','2020-03-19 12:24:29','<h1>Further immediate government intervention required to inject cash and protect jobs.</h1>\r\n<b>18 March, London: </b> The British Beer and Pub Association is calling on the Government for further urgent interventions to keep pubs from closing, amid fears that thousands could collapse this weekend. Despite initial government relief, <b>pubs urgently need liquidity measures in order to pay wages and prevent thousands of pubs from closing</b>, with the subsequent loss of hundreds of thousands of jobs.\r\n\r\nAn open letter to Rishi Sunak from the industry outlines that while the government has offered some initial relief to pubs, <b>the current package does not address the immediate cash flow pressures they are facing</b>. Without immediate and decisive action to create cash and liquidity, thousands of pubs will be unable to pay staff wages and could be forced to close this weekend, before the initial government relief ever reaches them.\r\n\r\nAs a priority, the British Beer and Pub Association is asking that the Government underwrites at least 75% of wages for all pub and brewing staff, enabling employers to pay staff during this period of uncertainty. It is estimated this would cost the government £1billion.\r\n\r\nIn addition, the British Beer and Pub Association is asking for the Government to cancel Excise Duty and VAT payments that pubs are due to pay on 25th March and 31st March respectively. This will enable pub operating companies across the country to redirect much needed cash directly into their businesses, helping to prevent closures and save jobs.\r\n\r\nThe industry is also urging the government to begin immediate distribution of the £10,000 and £25,000 government grants announced on 17 March, or underwrite them, to positively impact pubs’ cash flow. The industry also requires the government to underwrite all insurance costs for business interruption for a period of at least 3 months for the pub sector. This money must be given to insurers now or directly to businesses, to prevent thousands of pubs from closing permanently.\r\n\r\nBritish Beer and Pub Association CEO, Emma McClarkin commented, <i>“Pubs are in a crisis today. We need urgent intervention from the Government to prevent a catastrophic number of job losses and the sector damaged beyond repair. We recognise as a sector that we are in unprecedented times. We are prepared to play our part, but whilst we welcome the measures outlined so far by the Government, they do not deal with the immediate cash flow and liquidity crisis</i> <i>our industry faces</i><i> now’. She continued, ‘As a sector, we stand ready to work with the Government on saving jobs and finding a solution. However, as a sector we cannot stress enough that the Government has just 24 hours to create a pub specific package to prevent irreversible closures and job losses. We have outlined to the Government the rescue package that is needed and stand ready to work with them to make it happen”</i>','Industry warns government has just 24 hours to save thousands of british pubs from closure','','inherit','closed','closed','','6432-autosave-v1','','','2020-03-19 12:24:29','2020-03-19 12:24:29','',6432,'https://www.ontradeprogress.com/2020/03/19/6432-autosave-v1/',0,'revision','',0),(6436,1,'2020-03-19 15:25:41','2020-03-19 15:25:41','','34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px','','inherit','closed','closed','','34_on-trade-progress_cover_issue-34_220x270px','','','2020-03-19 15:25:41','2020-03-19 15:25:41','',0,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_220x270px.png',0,'attachment','image/png',0),(6437,1,'2020-03-19 15:25:43','2020-03-19 15:25:43','','34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px','','inherit','closed','closed','','34_on-trade-progress_cover_issue-34_300x330px','','','2020-03-19 15:27:49','2020-03-19 15:27:49','',8,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_300x330px.png',0,'attachment','image/png',0),(6438,1,'2020-03-19 15:25:46','2020-03-19 15:25:46','','34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px','','inherit','closed','closed','','34_on-trade-progress_cover_issue-34_620x861px','','','2020-03-19 15:28:57','2020-03-19 15:28:57','',23,'https://www.ontradeprogress.com/wp-content/uploads/2020/03/34_ON-TRADE-PROGRESS_COVER_ISSUE-34_620x861px.png',0,'attachment','image/png',0),(6439,1,'2020-03-19 15:28:05','2020-03-19 15:28:05','[tdc_zone type=\"tdc_content\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_row row_divider_top=\"\" row_divider_bottom=\"\" full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsInBhZGRpbmctdG9wIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZmZmZmZmIiwiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][rev_slider alias=\"Red Lion May 2019\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_row_inner tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column_inner width=\"1/3\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" media_size_image_height=\"330\" media_size_image_width=\"300\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii0xNjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsIm1hcmdpbi1sZWZ0IjoiLTQ4IiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBib3R0b20iLCJkaXNwbGF5IjoiIn0sInBob25lIjp7Im1hcmdpbi10b3AiOiItMzUiLCJtYXJnaW4tcmlnaHQiOiIwIiwibWFyZ2luLWxlZnQiOiIwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1jZW50ZXIiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" el_class=\"otpmag1\" spot_url=\"/latestdigitalissue/\" spot_img_all=\"6437\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjEwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_post_font_family=\"394\" f_h1_font_transform=\"\" f_h1_font_family=\"394\" f_h1_font_weight=\"700\" h_color=\"#0082c2\" f_post_font_size=\"20\" f_h1_font_spacing=\"2\" f_post_font_weight=\"300\" el_class=\"subscribetext\"]<p class=\"p2\"><b>Subscribe for our...<br /><span style=\"color: #0082c2; font-size: 50px; font-weight: 900; line-height: 45px;\">Latest issue</span></b></p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][tdm_block_button button_text=\"Subscribe Now\" button_size=\"tdm-btn-lg\" button_display=\"tdm-block-button-inline\" content_align_horizontal=\"content-horiz-right\" tds_button=\"tds_button1\" tds_button1-f_btn_text_font_family=\"394\" tds_button1-f_btn_text_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjQwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" button_url=\"/subscribe\" float_right=\"yes\" el_class=\"subscribebutton\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][vc_empty_space height=\"50px\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][td_block_big_grid_4 mx5f_title_font_family=\"394\" mx5f_cat_font_family=\"394\" mx5f_meta_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9fQ==\"][td_block_ad_box spot_img_horiz=\"content-horiz-center\" spot_img_width=\"96%\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_url_window=\"yes\" spot_url=\"https://www.egginfo.co.uk/\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMwMDgyYzIiLCJkaXNwbGF5IjoiIn19\"][vc_column tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][vc_row_inner content_align_vertical=\"content-vert-center\" tdc_css=\"eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=\" el_class=\"\" absolute_align=\"center\"][vc_column_inner width=\"5\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUwQU5ld3NsZXR0ZXI=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"900\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiNTUiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiI0MCIsInBob25lIjoiMzIifQ==\" el_class=\"subscribeblue\"][/vc_column_inner][vc_column_inner width=\"7\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9fQ==\" vertical_align=\"\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" description_color=\"#ffffff\" f_descr_font_family=\"394\" f_descr_font_weight=\"400\" content_align_horizontal=\"content-horiz-left\" f_descr_font_line_height=\"1\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjUwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJtYXJnaW4tdG9wIjoiMCIsIm1hcmdpbi1yaWdodCI6IjAiLCJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLXRvcCI6IjMwIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" f_descr_font_size=\"eyJhbGwiOiIxNSIsInBob25lIjoiMTEifQ==\" f_descr_font_style=\"italic\" el_class=\"subscribeblue\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiMCIsInBhZGRpbmctdG9wIjoiMzAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsImNvbnRlbnQtaC1hbGlnbiI6ImNvbnRlbnQtaG9yaXotcmlnaHQiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctbGVmdCI6IjEyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" el_class=\"subscribehomepage\"]<p>[contact-form-7 id=\"4381\" title=\"Newsletter\"]</p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNGY0ZjQiLCJ6LWluZGV4IjoiMjAiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][td_block_4 limit=\"6\" f_header_font_family=\"394\" f_header_font_transform=\"\" f_ajax_font_family=\"394\" f_more_font_family=\"394\" m2f_title_font_family=\"394\" m2f_cat_font_family=\"394\" m2f_meta_font_family=\"394\" m2f_ex_font_family=\"394\" m2_el=\"11\" m2_tl=\"7\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\" ajax_pagination=\"next_prev\" td_ajax_filter_type=\"\" m2f_ex_font_style=\"oblique\" m2f_ex_font_weight=\"200\" offset=\"2\"][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]<p>[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]</p>[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','Home','','inherit','closed','closed','','8-revision-v1','','','2020-03-19 15:28:05','2020-03-19 15:28:05','',8,'https://www.ontradeprogress.com/2020/03/19/8-revision-v1/',0,'revision','',0),(6440,1,'2020-03-19 15:29:03','2020-03-19 15:29:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRU1pY2hlbGxlJTIwUGVycmV0dCUyMGludGVydmlld3MlMjAlM0MlMkZiJTNFJTIwT3NrYXIlMjBLaW5iZXJnJTIwKEhpZGUpJTJDJTIwQW5keSUyMEtlcnIlMjAoVGhlJTIwVW1icmVsbGElMjBQcm9qZWN0KSUyQyUyMENhbWlsbGUlMjBWaWRhbCUyMChMYSUyME1haXNvbiUyMFdlbGxuZXNzKSUyQyUyMEFuZHJlaSUyME1hcmN1JTIwKENvdXBldHRlKSUyQyUyMFNhbHZhdG9yZSUyME1lZ25hJTIwKFRoZSUyMEFtZXJpY2FuJTIwQmFyJTIwYXQlMjB0aGUlMjBTdGFmZm9yZCklMjB0byUyMHRhbGslMjBkcmluayUyMHRyZW5kcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwZXhwbG9yZSUyMHRoZSUyMHJvb3RzJTIwb2YlMjBWYWxlbnRpbmUncyUyMERheSUzQyUyRmIlM0UlMjBhbmQlMjBoaWdobGlnaHQlMjB3aHklMjB0aGlzJTIwaXMlMjBvbmUlMjBvZiUyMHRoZSUyMGZpcnN0JTIwYmlnJTIwaGlnaGxpZ2h0cyUyMG9mJTIwdGhlJTIwaG9zcGl0YWxpdHklMjBjYWxlbmRhci4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwaW50ZXJ2aWV3JTIwRGF2aWQlMjBIb29kJTIwZnJvbSUyMFNwaXJpdCUyMENhcnRlbCUzQyUyRmIlM0UlMjB0byUyMHRhbGslMjBhYm91dCUyMCUyMHRoZWlyJTIwcmVjZW50JTIwSVdTQyUyMHdpbiUyMGFuZCUyMHBldCUyMHBpZ3Mu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwcHJldmlldyUyMHRoZSUyMFBVQjIwJTIwcmVwb3J0JTNDJTJGYiUzRSUyMGFuZCUyMHNvbWUlMjBvZiUyMHRoZSUyMGV4aGliaXRvcnMuJTIwVGhlJTIwZXZlbnQlMjB0YWtlcyUyMHBsYWNlJTIwYmV0d2VlbiUyMHRoZSUyMDR0aC01dGglMjBvZiUyMEZlYnJ1YXJ5Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:29:03','2020-03-19 15:29:03','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6441,1,'2020-03-19 15:30:18','2020-03-19 15:30:18','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwZXhwbG9yZSUyMHRoZSUyMHJvb3RzJTIwb2YlMjBWYWxlbnRpbmUncyUyMERheSUzQyUyRmIlM0UlMjBhbmQlMjBoaWdobGlnaHQlMjB3aHklMjB0aGlzJTIwaXMlMjBvbmUlMjBvZiUyMHRoZSUyMGZpcnN0JTIwYmlnJTIwaGlnaGxpZ2h0cyUyMG9mJTIwdGhlJTIwaG9zcGl0YWxpdHklMjBjYWxlbmRhci4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwaW50ZXJ2aWV3JTIwRGF2aWQlMjBIb29kJTIwZnJvbSUyMFNwaXJpdCUyMENhcnRlbCUzQyUyRmIlM0UlMjB0byUyMHRhbGslMjBhYm91dCUyMCUyMHRoZWlyJTIwcmVjZW50JTIwSVdTQyUyMHdpbiUyMGFuZCUyMHBldCUyMHBpZ3Mu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwcHJldmlldyUyMHRoZSUyMFBVQjIwJTIwcmVwb3J0JTNDJTJGYiUzRSUyMGFuZCUyMHNvbWUlMjBvZiUyMHRoZSUyMGV4aGliaXRvcnMuJTIwVGhlJTIwZXZlbnQlMjB0YWtlcyUyMHBsYWNlJTIwYmV0d2VlbiUyMHRoZSUyMDR0aC01dGglMjBvZiUyMEZlYnJ1YXJ5Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:30:18','2020-03-19 15:30:18','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6442,1,'2020-03-19 15:31:06','2020-03-19 15:31:06','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjA=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwaW50ZXJ2aWV3JTIwRGF2aWQlMjBIb29kJTIwZnJvbSUyMFNwaXJpdCUyMENhcnRlbCUzQyUyRmIlM0UlMjB0byUyMHRhbGslMjBhYm91dCUyMCUyMHRoZWlyJTIwcmVjZW50JTIwSVdTQyUyMHdpbiUyMGFuZCUyMHBldCUyMHBpZ3Mu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwcHJldmlldyUyMHRoZSUyMFBVQjIwJTIwcmVwb3J0JTNDJTJGYiUzRSUyMGFuZCUyMHNvbWUlMjBvZiUyMHRoZSUyMGV4aGliaXRvcnMuJTIwVGhlJTIwZXZlbnQlMjB0YWtlcyUyMHBsYWNlJTIwYmV0d2VlbiUyMHRoZSUyMDR0aC01dGglMjBvZiUyMEZlYnJ1YXJ5Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:31:06','2020-03-19 15:31:06','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6443,1,'2020-03-19 15:32:03','2020-03-19 15:32:03','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjA=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNvZnQlMjBEcmluayUyMFJldm9sdXRpb24lM0MlMkZiJTNFJTIw\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVdlJTIwcHJldmlldyUyMHRoZSUyMFBVQjIwJTIwcmVwb3J0JTNDJTJGYiUzRSUyMGFuZCUyMHNvbWUlMjBvZiUyMHRoZSUyMGV4aGliaXRvcnMuJTIwVGhlJTIwZXZlbnQlMjB0YWtlcyUyMHBsYWNlJTIwYmV0d2VlbiUyMHRoZSUyMDR0aC01dGglMjBvZiUyMEZlYnJ1YXJ5Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:32:03','2020-03-19 15:32:03','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6444,1,'2020-03-19 15:32:59','2020-03-19 15:32:59','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjA=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNvZnQlMjBEcmluayUyMFJldm9sdXRpb24lM0MlMkZiJTNFJTIw\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwV2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:32:59','2020-03-19 15:32:59','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6445,1,'2020-03-19 15:33:43','2020-03-19 15:33:43','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjA=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwV2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:33:43','2020-03-19 15:33:43','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6446,1,'2020-03-19 15:36:16','2020-03-19 15:36:16','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yYW5hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZSUyMGElMjBmb2N1cyUyMG9uJTIwaGVscGluZyUyMGJ1c2luZXNzZXMu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwV2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:36:16','2020-03-19 15:36:16','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6447,1,'2020-03-19 15:37:35','2020-03-19 15:37:35','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yYW5hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZSUyMGElMjBmb2N1cyUyMG9uJTIwaGVscGluZyUyMGJ1c2luZXNzZXMu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwV2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRUludGVydmlldyUyMHdpdGglMjBBbmlsJTIwS3VtYXIlM0MlMkZiJTNFJTIwaGVhZCUyMGNoZWYlMjBhbmQlMjBwcm9wcmlldG9yJTIwb2YlMjBwb3B1bGFyJTIwQW5nbG8tSW5kaWFuJTIwY3Vpc2luZSUyMHJlc3RhdXJhbnRzJTJDJTIwRmxhdm91cnMlMjBCeSUyMEt1bWFyJTIwaW4lMjBLZW50Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:37:35','2020-03-19 15:37:35','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6448,1,'2020-03-19 15:37:44','2020-03-19 15:37:44','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yYW5hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZSUyMGElMjBmb2N1cyUyMG9uJTIwaGVscGluZyUyMGJ1c2luZXNzZXMu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwd2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRUludGVydmlldyUyMHdpdGglMjBBbmlsJTIwS3VtYXIlM0MlMkZiJTNFJTIwaGVhZCUyMGNoZWYlMjBhbmQlMjBwcm9wcmlldG9yJTIwb2YlMjBwb3B1bGFyJTIwQW5nbG8tSW5kaWFuJTIwY3Vpc2luZSUyMHJlc3RhdXJhbnRzJTJDJTIwRmxhdm91cnMlMjBCeSUyMEt1bWFyJTIwaW4lMjBLZW50Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 15:37:44','2020-03-19 15:37:44','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6449,1,'2020-03-19 16:18:33','2020-03-19 16:18:33','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #33</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzRfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #33','','inherit','closed','closed','','276-revision-v1','','','2020-03-19 16:18:33','2020-03-19 16:18:33','',276,'https://www.ontradeprogress.com/2020/03/19/276-revision-v1/',0,'revision','',0),(6450,1,'2020-03-19 16:19:27','2020-03-19 16:19:27','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" row_divider_bottom=\"tdc-divider16\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJiYWNrZ3JvdW5kLWNvbG9yIjoiIzAwODJjMiIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\" svg_background_color_bottom=\"#ffffff\"][vc_column][td_block_text_with_title f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiI0NSIsInBob25lIjoiMzQifQ==\" f_post_font_weight=\"900\" f_h1_font_weight=\"700\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7InBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjMDA4MmMyIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" post_color=\"#0082c2\" el_class=\"magazineheader\"]\r\n<p style=\"text-align: center;\">Issue #34</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][td_block_text_with_title post_color=\"#0082c2\" f_post_font_size=\"45\" f_post_font_weight=\"eyJhbGwiOiI2MDAiLCJwaG9uZSI6IjkwMCJ9\" f_post_font_family=\"394\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifSwicGhvbmUiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjEwIiwicGFkZGluZy1ib3R0b20iOiIwIiwiYmFja2dyb3VuZC1jb2xvciI6IiNmZmZmZmYiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3LCJsYW5kc2NhcGUiOnsiZGlzcGxheSI6Im5vbmUifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsiZGlzcGxheSI6Im5vbmUifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=\"]\r\n<p style=\"text-align: center;\">Issue #34</p>\r\n[/td_block_text_with_title][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content td-stretch-content\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTNDaWZyYW1lJTIwYWxsb3dmdWxsc2NyZWVuJTIwYWxsb3clM0QlMjJmdWxsc2NyZWVuJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0Fub25lJTNCd2lkdGglM0ExMDAlMjUlM0JoZWlnaHQlM0E2NzhweCUzQiUyMiUyMHNyYyUzRCUyMiUyRiUyRmUuaXNzdXUuY29tJTJGZW1iZWQuaHRtbCUzRmJhY2tncm91bmRDb2xvciUzRCUyNTIzZmZmZmZmJTI2YmFja2dyb3VuZENvbG9yRnVsbHNjcmVlbiUzRCUyNTIzZmZmZmZmJTI2ZCUzRHdlYl92ZXJzaW9uXy1fMzRfb24tdHJhZGUtcHJvZ3Jlc3NfZnVsbC1tYWdhemluZV9pJTI2aGlkZUlzc3V1TG9nbyUzRHRydWUlMjZzaG93T3RoZXJQdWJsaWNhdGlvbnNBc1N1Z2dlc3Rpb25zJTNEdHJ1ZSUyNnUlM0Rid21lZGlhZ3JvdXAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\"][vc_column][/vc_column][/vc_row][/tdc_zone]','Issue #34','','inherit','closed','closed','','276-revision-v1','','','2020-03-19 16:19:27','2020-03-19 16:19:27','',276,'https://www.ontradeprogress.com/2020/03/19/276-revision-v1/',0,'revision','',0),(6451,1,'2020-03-19 16:26:58','2020-03-19 16:26:58','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yb25hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZSUyMGElMjBmb2N1cyUyMG9uJTIwaGVscGluZyUyMGJ1c2luZXNzZXMu\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwd2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRUludGVydmlldyUyMHdpdGglMjBBbmlsJTIwS3VtYXIlM0MlMkZiJTNFJTIwaGVhZCUyMGNoZWYlMjBhbmQlMjBwcm9wcmlldG9yJTIwb2YlMjBwb3B1bGFyJTIwQW5nbG8tSW5kaWFuJTIwY3Vpc2luZSUyMHJlc3RhdXJhbnRzJTJDJTIwRmxhdm91cnMlMjBCeSUyMEt1bWFyJTIwaW4lMjBLZW50Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 16:26:58','2020-03-19 16:26:58','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0),(6452,1,'2020-03-19 17:40:36','2020-03-19 17:40:36','[tdc_zone type=\"tdc_content\"][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=\"][vc_column][rev_slider alias=\"magazine-page\"][/vc_column][/vc_row][vc_row full_width=\"\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzNSIsInBhZGRpbmctYm90dG9tIjoiMTIiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-top\"][vc_column width=\"5\" tdc_css=\"eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==\"][tdm_block_inline_text description=\"U3Vic2NyaWJlJTIwdG8lMjAlM0NiciUyMCUyRiUzRSUwQU9udHJhZGUlMjBQcm9ncmVzcyUyMCUzQ2JyJTIwJTJGJTNFJTBBTmV3c2xldHRlcg==\" display_inline=\"yes\" f_descr_font_size=\"32\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" content_align_horizontal=\"content-horiz-left\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_line_height=\"35px\"][/vc_column][vc_column width=\"7\"][tdm_block_inline_text description=\"QWxsJTIwdGhlJTIwbGF0ZXN0JTIwbmV3cyUyMGFuZCUyMHVwZGF0ZXMlMjBmcm9tJTIwYWNyb3NzJTIwdGhlJTIwSG9zcGl0YWxpdHklMjBzZWN0b3I=\" display_inline=\"yes\" f_descr_font_size=\"16\" f_descr_font_style=\"italic\" f_descr_font_weight=\"400\" description_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy1ib3R0b20iOiIxMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][vc_column_text a_color=\"#0082c2\" el_class=\"footernews\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"]\r\n\r\n[contact-form-7 id=\"4381\" title=\"Newsletter\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\" content_align_vertical=\"content-vert-center\"][vc_column tdc_css=\"eyJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\"][tdm_block_inline_text description=\"JTNDYSUyMGhyZWYlM0QlMjIlMkZsYXRlc3RkaWdpdGFsaXNzdWUlMkYlMjIlM0VWaWV3JTIwb3VyJTIwbGF0ZXN0JTIwaXNzdWUuLi4lM0MlMkZhJTNF\" f_descr_font_style=\"italic\" f_descr_font_weight=\"500\" f_descr_font_family=\"394\" f_descr_font_size=\"21\" description_color=\"#000000\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6IjQwIiwicGFkZGluZy1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7InBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsicGFkZGluZy1ib3R0b20iOiIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJtYXJnaW4tbGVmdCI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" links_color=\"#000000\" links_color_h=\"#0082c2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJtYXJnaW4tYm90dG9tIjoiMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImJhY2tncm91bmQtY29sb3IiOiIjZjZmNmY2IiwiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==\" gap=\"eyJwaG9uZSI6IjAifQ==\"][vc_column width=\"1/2\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjAiLCJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_single_image media_size_image_height=\"861\" media_size_image_width=\"620\" size=\"100% auto\" style=\"\" height=\"eyJhbGwiOiI3NjAiLCJwaG9uZSI6IjU1MCJ9\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii00IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yMCIsInBhZGRpbmctdG9wIjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsibWFyZ2luLWxlZnQiOiItMTAiLCJwYWRkaW5nLXRvcCI6IjI1IiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\" open_in_new_window=\"yes\" image_url=\"/latestdigitalissue/\" image=\"6438\"][/vc_column][vc_column width=\"1/2\" tdc_css=\"eyJwaG9uZSI6eyJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=\"][tdm_block_inline_text description=\"SW4lMjB0aGlzJTIwaXNzdWUuLi4=\" f_descr_font_size=\"34\" f_descr_font_style=\"italic\" f_descr_font_weight=\"900\" f_descr_font_family=\"394\" description_color=\"#0082c2\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIzMCIsImRpc3BsYXkiOiIifSwicGhvbmUiOnsicGFkZGluZy10b3AiOiI1MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9\"][tdm_block_inline_text description=\"JTNFJTIwJTIwJTNDYiUzRUxldHRlciUyMHRvJTIwdGhlJTIwUHJpbWUlMjBNaW5pc3RlciUyMCUzQyUyRmIlM0U=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiI0MCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRTIwMjAlMjBCdWRnZXQlMjBSZWFjdGlvbiUzQyUyRmIlM0UlMjB3aXRoJTIwdGhlJTIwQ29yb25hdmlydXMlMjAoQ09WSUQtMTkpJTIwc3ByZWFkaW5nJTJDJTIwdGhlJTIwYnVkZ2V0JTIwdGFrZXMlMjBhJTIwZm9jdXMlMjBvbiUyMGhlbHBpbmclMjBidXNpbmVzc2VzLg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVRoZSUyMFNvZnQlMjBTaWRlJTNDJTJGYiUzRSUyMHdpdGglMjB0aGUlMjBzb2Z0JTIwZHJpbmslMjByZXZvbHV0aW9uJTIwdXBvbiUyMHVzJTJDJTIwY3VzdG9tZXJzJTBBd2FudCUyMG1vcmUlMjBvbiUyMG9mZmVyJTIwdGhhbiUyMHRoZSUyMGJhc2ljcy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRVNwcmluZyUyMGludG8lMjBBY3Rpb24lM0MlMkZiJTNFJTIwd2UlMjBsb29rJTIwYXQlMjBob3clMjB5b3UlMjBjYW4lMjB1c2UlMjB0aGUlMjBzZWFzb25hbCUyMGluZ3JlZGllbnRzJTBBb2YlMjBzcHJpbmclMjB0byUyMHNwcnVjZSUyMHVwJTIweW91ciUyMG1lbnUlMjBvZmZlcmluZy4=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwJTNDYiUzRUludGVydmlldyUyMHdpdGglMjBBbmlsJTIwS3VtYXIlM0MlMkZiJTNFJTIwaGVhZCUyMGNoZWYlMjBhbmQlMjBwcm9wcmlldG9yJTIwb2YlMjBwb3B1bGFyJTIwQW5nbG8tSW5kaWFuJTIwY3Vpc2luZSUyMHJlc3RhdXJhbnRzJTJDJTIwRmxhdm91cnMlMjBCeSUyMEt1bWFyJTIwaW4lMjBLZW50Lg==\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][tdm_block_inline_text description=\"JTNFJTIwYW5kJTIwbW9yZSE=\" tdc_css=\"eyJhbGwiOnsicGFkZGluZy10b3AiOiIyMCIsImRpc3BsYXkiOiIifX0=\" f_descr_font_size=\"20\" f_descr_font_weight=\"300\" f_descr_font_family=\"394\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"40px\"][td_block_ad_box spot_img_horiz=\"content-horiz-left\" media_size_image_height=\"71\" media_size_image_width=\"300\" spot_img_all=\"4411\" spot_img_mob=\"4412\" spot_img_width=\"100%\" spot_url=\"https://www.egginfo.co.uk/\" spot_url_window=\"yes\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" tdc_css=\"eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiNmNmY2ZjYiLCJkaXNwbGF5IjoiIn19\"][vc_column][vc_empty_space height=\"50px\"][vc_column_text f_post_font_family=\"394\" f_post_font_size=\"eyJhbGwiOiIyMCIsInBob25lIjoiMTYifQ==\" post_color=\"#3c3c3b\" tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLXRvcCI6Ii0xMiIsInBhZGRpbmctYm90dG9tIjoiNTAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2Y0ZjRmNCIsImRpc3BsYXkiOiIifX0=\"]\r\n<p class=\"p1\" style=\"text-align: center;\"><b>All the latest from the Hospitality sector </b></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJiYWNrZ3JvdW5kLWNvbG9yIjoiI2ZmZmZmZiIsImRpc3BsYXkiOiIifX0=\" full_width=\"stretch_row\"][vc_column tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJwYWRkaW5nLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19\"][vc_empty_space height=\"30px\"][vc_column_text tdc_css=\"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii02MCIsInBhZGRpbmctYm90dG9tIjoiMCIsImRpc3BsYXkiOiIifX0=\"]\r\n\r\n[fwdsisc preset_id=\"Footer Images\" playlist_id=\"Footer Mags\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][/tdc_zone]','The Magazine','','inherit','closed','closed','','23-revision-v1','','','2020-03-19 17:40:36','2020-03-19 17:40:36','',23,'https://www.ontradeprogress.com/2020/03/19/23-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wpfr_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_revslider_css`
--

DROP TABLE IF EXISTS `wpfr_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE latin1_general_ci NOT NULL,
  `settings` longtext COLLATE latin1_general_ci,
  `hover` longtext COLLATE latin1_general_ci,
  `params` longtext COLLATE latin1_general_ci NOT NULL,
  `advanced` longtext COLLATE latin1_general_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_revslider_css`
--

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

--
-- Table structure for table `wpfr_revslider_layer_animations`
--

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

--
-- Dumping data for table `wpfr_revslider_layer_animations`
--

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

--
-- Table structure for table `wpfr_revslider_navigations`
--

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

--
-- Dumping data for table `wpfr_revslider_navigations`
--

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

--
-- Table structure for table `wpfr_revslider_sliders`
--

DROP TABLE IF EXISTS `wpfr_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE latin1_general_ci NOT NULL,
  `alias` tinytext COLLATE latin1_general_ci,
  `params` longtext COLLATE latin1_general_ci NOT NULL,
  `settings` text COLLATE latin1_general_ci,
  `type` varchar(191) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_revslider_sliders`
--

LOCK TABLES `wpfr_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpfr_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wpfr_revslider_sliders` VALUES (1,'Red Lion','Red Lion May 2019','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Red Lion\",\"alias\":\"Red Lion May 2019\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Red Lion May 2019\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"550\",\"width_notebook\":\"1024\",\"height_notebook\":\"550\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"650\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"700\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(2,'Subscribe Page','subscribe-page','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Subscribe Page\",\"alias\":\"subscribe-page\",\"shortcode\":\"[rev_slider alias=\\\"subscribe-page\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"550\",\"width_notebook\":\"1024\",\"height_notebook\":\"550\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"650\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"700\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(4,'Magazine Page','magazine-page','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Magazine Page\",\"alias\":\"magazine-page\",\"shortcode\":\"[rev_slider alias=\\\"magazine-page\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"550\",\"width_notebook\":\"1024\",\"height_notebook\":\"550\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"650\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"700\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,'');
/*!40000 ALTER TABLE `wpfr_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_revslider_slides`
--

DROP TABLE IF EXISTS `wpfr_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE latin1_general_ci NOT NULL,
  `layers` longtext COLLATE latin1_general_ci NOT NULL,
  `settings` text COLLATE latin1_general_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_revslider_slides`
--

LOCK TABLES `wpfr_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpfr_revslider_slides` DISABLE KEYS */;
INSERT INTO `wpfr_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"0\":\"Clear\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"4516\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"https:\\/\\/www.egginfo.co.uk\\/\",\"link_open_in\":\"new\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/www.ontradeprogress.com\\/wp-content\\/uploads\\/2019\\/04\\/desktop-red-lion-2.jpg\",\"1\":\"Clear\",\"2\":\"Clear\",\"3\":\"Clear\",\"4\":\"Clear\",\"5\":\"Clear\",\"6\":\"Clear\",\"7\":\"Clear\",\"0\":\"Clear\"}','[{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.ontradeprogress.com\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-MOBILE.jpg\",\"scaleProportional\":true,\"scaleX\":{\"mobile\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"scaleY\":{\"mobile\":\"760px\",\"desktop\":\"760px\",\"tablet\":\"760px\"},\"originalWidth\":480,\"originalHeight\":760,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"mobile\":0,\"desktop\":20000,\"tablet\":20000},\"top\":{\"mobile\":0,\"desktop\":-32,\"tablet\":-32},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\" Mobile\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"mobile\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"mobile\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"mobile\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"mobile\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"mobile\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"mobile\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"mobile\":\"bottom\",\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":480,\"height\":760,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"mobile\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"mobile\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"mobile\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"mobile\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"margin\":{\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"mobile\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"0\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.ontradeprogress.com\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-TABLET-778-650.jpg\",\"scaleProportional\":true,\"scaleX\":{\"tablet\":\"778px\",\"desktop\":\"778px\",\"mobile\":\"778px\",\"notebook\":\"778px\"},\"scaleY\":{\"tablet\":\"650px\",\"desktop\":\"960px\",\"mobile\":\"960px\",\"notebook\":\"960px\"},\"originalWidth\":778,\"originalHeight\":650,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"tablet\":0,\"desktop\":20000,\"mobile\":20000,\"notebook\":0},\"top\":{\"tablet\":0,\"desktop\":0,\"mobile\":0,\"notebook\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Tablet\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"tablet\":\"auto\",\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"tablet\":\"auto\",\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"tablet\":\"480px\",\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"tablet\":\"360px\",\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"nowrap\",\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"bottom\",\"mobile\":\"bottom\",\"notebook\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":778,\"height\":960,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"tablet\":\"20\",\"desktop\":\"20\",\"mobile\":\"20\",\"notebook\":\"20\"},\"line-height\":{\"tablet\":\"22\",\"desktop\":\"22\",\"mobile\":\"22\",\"notebook\":\"22\"},\"font-weight\":{\"tablet\":\"400\",\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\"},\"color\":{\"tablet\":\"#ffffff\",\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"margin\":{\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"tablet\":\"inherit\",\"desktop\":\"inherit\",\"mobile\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"2\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"https:\\/\\/www.ontradeprogress.com\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-LAPTOP.jpg\",\"scaleProportional\":true,\"scaleX\":{\"notebook\":\"1024px\",\"desktop\":\"1024px\",\"tablet\":\"1024px\"},\"scaleY\":{\"notebook\":\"768px\",\"desktop\":\"550px\",\"tablet\":\"550px\"},\"originalWidth\":1024,\"originalHeight\":768,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"notebook\":0,\"desktop\":20000,\"tablet\":2000},\"top\":{\"notebook\":0,\"desktop\":0,\"tablet\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laptop\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"notebook\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"notebook\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"notebook\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"notebook\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"notebook\":\"middle\",\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1024,\"height\":550,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"notebook\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"notebook\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"notebook\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"notebook\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"margin\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"notebook\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"3\",\"endWithSlide\":true,\"p_uid\":-1,\"zIndex\":8,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<strong style=\\\"font-weight:900;\\\">The mark of a good egg<\\/strong>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":-349,\"notebook\":-249,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":-53,\"notebook\":-10,\"tablet\":-142,\"mobile\":-128},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"A mark of a good egg\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"106px\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"101px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"381px\",\"notebook\":\"441px\",\"tablet\":\"378px\",\"mobile\":\"343px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":343,\"height\":101,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\",\"tablet\":\"58px\",\"mobile\":\"55px\"},\"line-height\":{\"desktop\":\"55px\",\"notebook\":\"55px\",\"tablet\":\"53px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#0a0a0a\",\"notebook\":\"#0a0a0a\",\"tablet\":\"#0a0a0a\",\"mobile\":\"#0a0a0a\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\",\"tablet\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"4\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','{\"hor_lines\":[\"768px\"]}'),(2,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"0\":\"Clear\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"4516\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"https:\\/\\/www.egginfo.co.uk\\/\",\"link_open_in\":\"new\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/www.ontradeprogress.com\\/wp-content\\/uploads\\/2019\\/04\\/desktop-red-lion-2.jpg\",\"1\":\"Clear\",\"2\":\"Clear\",\"3\":\"Clear\",\"4\":\"Clear\",\"5\":\"Clear\",\"6\":\"Clear\",\"7\":\"Clear\",\"0\":\"Clear\"}','[{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-MOBILE.jpg\",\"scaleProportional\":true,\"scaleX\":{\"mobile\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"scaleY\":{\"mobile\":\"760px\",\"desktop\":\"760px\",\"tablet\":\"760px\"},\"originalWidth\":480,\"originalHeight\":760,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"mobile\":0,\"desktop\":20000,\"tablet\":20000},\"top\":{\"mobile\":0,\"desktop\":-32,\"tablet\":-32},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"mobile\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"mobile\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"mobile\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"mobile\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"mobile\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"mobile\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"mobile\":\"bottom\",\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":480,\"height\":760,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"mobile\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"mobile\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"mobile\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"mobile\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"margin\":{\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"mobile\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-LAPTOP.jpg\",\"scaleProportional\":true,\"scaleX\":{\"notebook\":\"1024px\",\"desktop\":\"1024px\",\"tablet\":\"1024px\",\"mobile\":\"1024px\"},\"scaleY\":{\"notebook\":\"768px\",\"desktop\":\"768px\",\"tablet\":\"768px\",\"mobile\":\"768px\"},\"originalWidth\":1024,\"originalHeight\":768,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"notebook\":20000,\"desktop\":20000,\"tablet\":200000,\"mobile\":200000},\"top\":{\"notebook\":0,\"desktop\":0,\"tablet\":0,\"mobile\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 2\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"notebook\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"notebook\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"notebook\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"notebook\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"notebook\":\"middle\",\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1024,\"height\":768,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"notebook\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"notebook\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"notebook\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"notebook\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"margin\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"notebook\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-TABLET-778-650.jpg\",\"scaleProportional\":true,\"scaleX\":{\"tablet\":\"778px\",\"desktop\":\"778px\",\"mobile\":\"778px\"},\"scaleY\":{\"tablet\":\"960px\",\"desktop\":\"960px\",\"mobile\":\"960px\"},\"originalWidth\":778,\"originalHeight\":650,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"tablet\":0,\"desktop\":20000,\"mobile\":20000},\"top\":{\"tablet\":-1,\"desktop\":0,\"mobile\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 3\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"tablet\":\"auto\",\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"tablet\":\"auto\",\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"tablet\":\"480px\",\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"tablet\":\"360px\",\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"nowrap\",\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"tablet\":\"top\",\"desktop\":\"bottom\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":778,\"height\":960,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"tablet\":\"20\",\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"tablet\":\"22\",\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"tablet\":\"400\",\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"tablet\":\"#ffffff\",\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"margin\":{\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"tablet\":\"inherit\",\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/laptop-red-lion.jpg\",\"scaleProportional\":true,\"scaleX\":{\"notebook\":\"1024px\",\"desktop\":\"1024px\",\"tablet\":\"1024px\"},\"scaleY\":{\"notebook\":\"550px\",\"desktop\":\"550px\",\"tablet\":\"550px\"},\"originalWidth\":1024,\"originalHeight\":550,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"notebook\":1,\"desktop\":20000,\"tablet\":2000},\"top\":{\"notebook\":0,\"desktop\":0,\"tablet\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"notebook\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"notebook\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"notebook\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"notebook\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"notebook\":\"middle\",\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1024,\"height\":550,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"notebook\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"notebook\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"notebook\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"notebook\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"margin\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"notebook\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"p_uid\":-1,\"zIndex\":8,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"<strong style=\\\"font-weight:900;\\\">Subscribe<\\/strong>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":90,\"notebook\":90,\"tablet\":-200,\"mobile\":0},\"top\":{\"desktop\":204,\"notebook\":211,\"tablet\":250,\"mobile\":-120},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"A mark of a good egg\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":281,\"height\":48,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\",\"tablet\":\"58px\",\"mobile\":\"55px\"},\"line-height\":{\"desktop\":\"55px\",\"notebook\":\"55px\",\"tablet\":\"53px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#0082c2\",\"notebook\":\"#0082c2\",\"tablet\":\"#0082c2\",\"mobile\":\"#0082c2\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\",\"tablet\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','{\"hor_lines\":[\"768px\"]}'),(4,4,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"0\":\"Clear\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"4516\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"true\",\"link_type\":\"regular\",\"link\":\"https:\\/\\/www.egginfo.co.uk\\/\",\"link_open_in\":\"new\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/www.ontradeprogress.com\\/wp-content\\/uploads\\/2019\\/04\\/desktop-red-lion-2.jpg\",\"1\":\"Clear\",\"2\":\"Clear\",\"3\":\"Clear\",\"4\":\"Clear\",\"5\":\"Clear\",\"6\":\"Clear\",\"7\":\"Clear\",\"0\":\"Clear\"}','[{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-MOBILE.jpg\",\"scaleProportional\":true,\"scaleX\":{\"mobile\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"scaleY\":{\"mobile\":\"760px\",\"desktop\":\"760px\",\"tablet\":\"760px\"},\"originalWidth\":480,\"originalHeight\":760,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"mobile\":0,\"desktop\":20000,\"tablet\":20000},\"top\":{\"mobile\":0,\"desktop\":-32,\"tablet\":-32},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"mobile\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"mobile\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"mobile\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"mobile\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"mobile\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"mobile\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"mobile\":\"bottom\",\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":480,\"height\":760,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"mobile\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"mobile\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"mobile\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"mobile\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"margin\":{\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"mobile\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-LAPTOP.jpg\",\"scaleProportional\":true,\"scaleX\":{\"notebook\":\"1024px\",\"desktop\":\"1024px\",\"tablet\":\"1024px\",\"mobile\":\"1024px\"},\"scaleY\":{\"notebook\":\"768px\",\"desktop\":\"768px\",\"tablet\":\"768px\",\"mobile\":\"768px\"},\"originalWidth\":1024,\"originalHeight\":768,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"notebook\":20000,\"desktop\":20000,\"tablet\":200000,\"mobile\":200000},\"top\":{\"notebook\":0,\"desktop\":0,\"tablet\":0,\"mobile\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 2\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"notebook\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"notebook\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"notebook\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"notebook\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"notebook\":\"middle\",\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1024,\"height\":768,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"notebook\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"notebook\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"notebook\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"notebook\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"margin\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"notebook\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/OTP-Takleover-TABLET-778-650.jpg\",\"scaleProportional\":true,\"scaleX\":{\"tablet\":\"778px\",\"desktop\":\"778px\",\"mobile\":\"778px\"},\"scaleY\":{\"tablet\":\"960px\",\"desktop\":\"960px\",\"mobile\":\"960px\"},\"originalWidth\":778,\"originalHeight\":650,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"tablet\":0,\"desktop\":20000,\"mobile\":20000},\"top\":{\"tablet\":-1,\"desktop\":0,\"mobile\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 3\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"tablet\":\"auto\",\"desktop\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"tablet\":\"auto\",\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"tablet\":\"480px\",\"desktop\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"tablet\":\"360px\",\"desktop\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"nowrap\",\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"tablet\":\"top\",\"desktop\":\"bottom\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":778,\"height\":960,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"tablet\":\"20\",\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"tablet\":\"22\",\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"tablet\":\"400\",\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"tablet\":\"#ffffff\",\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"margin\":{\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"tablet\":\"inherit\",\"desktop\":\"inherit\",\"mobile\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/johnsons-gb-test.co.uk\\/wp-content\\/uploads\\/2019\\/04\\/laptop-red-lion.jpg\",\"scaleProportional\":true,\"scaleX\":{\"notebook\":\"1024px\",\"desktop\":\"1024px\",\"tablet\":\"1024px\"},\"scaleY\":{\"notebook\":\"550px\",\"desktop\":\"550px\",\"tablet\":\"550px\"},\"originalWidth\":1024,\"originalHeight\":550,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"notebook\":1,\"desktop\":20000,\"tablet\":2000},\"top\":{\"notebook\":0,\"desktop\":0,\"tablet\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 4\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"notebook\":\"auto\",\"desktop\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"notebook\":\"480px\",\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"notebook\":\"360px\",\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"notebook\":\"nowrap\",\"desktop\":\"nowrap\",\"tablet\":\"nowrap\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"notebook\":\"center\",\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"notebook\":\"middle\",\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1024,\"height\":550,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"notebook\":\"20\",\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"notebook\":\"22\",\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"notebook\":\"400\",\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"notebook\":\"#ffffff\",\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"}},\"margin\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"notebook\":\"inherit\",\"desktop\":\"inherit\",\"tablet\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"font-family\":\"\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"p_uid\":-1,\"zIndex\":8,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"<strong style=\\\"font-weight:900;\\\">Magazine<\\/strong>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":10,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"time_relative\":10},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"time_relative\":8690}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":90,\"notebook\":90,\"tablet\":-200,\"mobile\":0},\"top\":{\"desktop\":204,\"notebook\":211,\"tablet\":250,\"mobile\":-120},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"A mark of a good egg\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\",\"mobile\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"display\":\"block\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":294,\"height\":55,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\",\"tablet\":\"58px\",\"mobile\":\"55px\"},\"line-height\":{\"desktop\":\"55px\",\"notebook\":\"55px\",\"tablet\":\"53px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#0082c2\",\"notebook\":\"#0082c2\",\"tablet\":\"#0082c2\",\"mobile\":\"#0082c2\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\",\"tablet\":\"center\",\"mobile\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','{\"hor_lines\":[\"768px\"]}');
/*!40000 ALTER TABLE `wpfr_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpfr_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE latin1_general_ci NOT NULL,
  `layers` longtext COLLATE latin1_general_ci NOT NULL,
  `settings` text COLLATE latin1_general_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_revslider_static_slides`
--

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

--
-- Table structure for table `wpfr_sirv_images`
--

DROP TABLE IF EXISTS `wpfr_sirv_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_sirv_images` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` int(11) NOT NULL,
  `wp_path` varchar(255) DEFAULT NULL,
  `size` int(10) DEFAULT NULL,
  `sirvpath` varchar(255) DEFAULT NULL,
  `sirv_image_url` varchar(255) DEFAULT NULL,
  `sirv_folder` varchar(255) DEFAULT NULL,
  `timestamp` datetime DEFAULT NULL,
  `timestamp_synced` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_key` (`attachment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_sirv_images`
--

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

--
-- Table structure for table `wpfr_sirv_shortcodes`
--

DROP TABLE IF EXISTS `wpfr_sirv_shortcodes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_sirv_shortcodes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `width` varchar(20) DEFAULT 'auto',
  `thumbs_height` varchar(20) DEFAULT NULL,
  `gallery_styles` varchar(255) DEFAULT NULL,
  `align` varchar(30) DEFAULT '',
  `profile` varchar(100) DEFAULT 'false',
  `link_image` varchar(10) DEFAULT 'false',
  `show_caption` varchar(10) DEFAULT 'false',
  `use_as_gallery` varchar(10) DEFAULT 'false',
  `use_sirv_zoom` varchar(10) DEFAULT 'false',
  `images` text,
  `shortcode_options` text NOT NULL,
  `timestamp` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_sirv_shortcodes`
--

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

--
-- Table structure for table `wpfr_smush_dir_images`
--

DROP TABLE IF EXISTS `wpfr_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_smush_dir_images` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `path_hash` char(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `resize` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lossy` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `error` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_smush_dir_images`
--

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

--
-- Table structure for table `wpfr_term_relationships`
--

DROP TABLE IF EXISTS `wpfr_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_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=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_term_relationships`
--

LOCK TABLES `wpfr_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpfr_term_relationships` DISABLE KEYS */;
INSERT INTO `wpfr_term_relationships` VALUES (27,7,0),(28,7,0),(30,7,0),(31,7,0),(289,2,0),(292,2,0),(292,3,0),(299,8,0),(304,8,0),(310,3,0),(315,3,0),(317,4,0),(317,8,0),(323,2,0),(323,4,0),(337,3,0),(337,4,0),(343,2,0),(343,4,0),(349,2,0),(349,4,0),(360,4,0),(360,5,0),(371,4,0),(371,8,0),(375,8,0),(379,3,0),(387,4,0),(387,8,0),(396,4,0),(396,8,0),(398,4,0),(398,8,0),(403,4,0),(403,5,0),(411,4,0),(411,5,0),(414,4,0),(414,5,0),(417,4,0),(417,6,0),(420,2,0),(420,4,0),(423,4,0),(423,8,0),(430,2,0),(430,4,0),(430,8,0),(433,4,0),(433,8,0),(439,4,0),(439,8,0),(444,4,0),(444,8,0),(452,8,0),(459,2,0),(459,4,0),(475,2,0),(475,4,0),(486,2,0),(486,4,0),(491,8,0),(496,2,0),(496,4,0),(500,4,0),(500,5,0),(500,8,0),(506,4,0),(506,8,0),(509,4,0),(511,2,0),(511,4,0),(513,4,0),(513,8,0),(518,2,0),(521,5,0),(530,2,0),(530,4,0),(539,8,0),(542,4,0),(542,8,0),(542,11,0),(542,12,0),(542,13,0),(548,2,0),(548,4,0),(548,14,0),(548,15,0),(553,4,0),(553,8,0),(553,13,0),(553,16,0),(557,4,0),(557,8,0),(557,17,0),(557,18,0),(557,19,0),(557,20,0),(564,4,0),(564,8,0),(566,2,0),(566,4,0),(566,8,0),(571,4,0),(571,8,0),(573,4,0),(573,8,0),(575,4,0),(575,5,0),(575,12,0),(575,21,0),(575,22,0),(581,2,0),(581,4,0),(586,2,0),(586,4,0),(586,23,0),(586,24,0),(586,25,0),(591,4,0),(591,8,0),(591,26,0),(595,2,0),(595,4,0),(595,27,0),(599,4,0),(606,8,0),(608,3,0),(608,8,0),(613,6,0),(616,2,0),(616,8,0),(619,6,0),(622,8,0),(636,4,0),(636,5,0),(645,4,0),(645,5,0),(652,28,0),(667,2,0),(673,2,0),(673,4,0),(682,8,0),(689,2,0),(689,10,0),(692,6,0),(692,8,0),(700,2,0),(700,8,0),(709,2,0),(713,2,0),(716,6,0),(716,8,0),(725,3,0),(738,2,0),(753,8,0),(764,29,0),(779,2,0),(779,6,0),(787,2,0),(794,3,0),(799,29,0),(807,3,0),(813,10,0),(832,2,0),(839,5,0),(844,2,0),(849,3,0),(849,4,0),(853,29,0),(856,2,0),(862,29,0),(888,2,0),(895,2,0),(914,3,0),(919,29,0),(936,6,0),(942,2,0),(946,10,0),(983,29,0),(987,8,0),(993,2,0),(1003,8,0),(1011,8,0),(1020,29,0),(1033,29,0),(1041,2,0),(1049,2,0),(1054,2,0),(1068,8,0),(1070,29,0),(1078,8,0),(1085,29,0),(1089,29,0),(1092,3,0),(1098,29,0),(1107,8,0),(1114,29,0),(1127,5,0),(1138,3,0),(1142,4,0),(1161,2,0),(1165,3,0),(1176,3,0),(1181,2,0),(1194,8,0),(1196,3,0),(1198,2,0),(1198,14,0),(1198,34,0),(1198,35,0),(1198,36,0),(1198,37,0),(1198,38,0),(1198,39,0),(1198,40,0),(1198,41,0),(1198,42,0),(1204,2,0),(1204,14,0),(1204,34,0),(1204,35,0),(1204,36,0),(1204,43,0),(1204,44,0),(1204,45,0),(1204,46,0),(1204,47,0),(1207,2,0),(1207,34,0),(1207,35,0),(1207,36,0),(1207,37,0),(1207,38,0),(1207,40,0),(1207,44,0),(1207,48,0),(1207,49,0),(1207,50,0),(1207,51,0),(1207,52,0),(1207,53,0),(1212,5,0),(1212,12,0),(1212,14,0),(1212,35,0),(1212,38,0),(1212,47,0),(1212,49,0),(1212,54,0),(1212,55,0),(1212,56,0),(1212,57,0),(1215,14,0),(1215,29,0),(1215,35,0),(1215,37,0),(1215,38,0),(1215,39,0),(1215,40,0),(1215,47,0),(1215,57,0),(1215,58,0),(1215,59,0),(1232,13,0),(1232,29,0),(1232,35,0),(1232,37,0),(1232,38,0),(1232,39,0),(1232,40,0),(1232,52,0),(1232,57,0),(1232,60,0),(1232,61,0),(1232,62,0),(1232,63,0),(1232,64,0),(1235,2,0),(1235,14,0),(1235,34,0),(1235,37,0),(1235,38,0),(1235,39,0),(1235,40,0),(1235,44,0),(1235,47,0),(1235,48,0),(1235,57,0),(1235,65,0),(1235,66,0),(1235,67,0),(1235,68,0),(1235,69,0),(1241,10,0),(1241,14,0),(1241,37,0),(1241,38,0),(1241,39,0),(1241,40,0),(1241,44,0),(1241,47,0),(1241,54,0),(1241,57,0),(1241,66,0),(1241,70,0),(1241,71,0),(1241,72,0),(1241,73,0),(1245,3,0),(1245,14,0),(1245,37,0),(1245,38,0),(1245,39,0),(1245,40,0),(1245,44,0),(1245,47,0),(1245,48,0),(1245,54,0),(1245,57,0),(1245,60,0),(1245,61,0),(1245,62,0),(1245,64,0),(1248,5,0),(1248,14,0),(1248,37,0),(1248,38,0),(1248,39,0),(1248,40,0),(1248,47,0),(1248,48,0),(1248,54,0),(1248,57,0),(1248,66,0),(1248,68,0),(1248,73,0),(1248,74,0),(1248,75,0),(1252,14,0),(1252,29,0),(1252,35,0),(1252,37,0),(1252,38,0),(1252,39,0),(1252,40,0),(1252,44,0),(1252,47,0),(1252,54,0),(1252,57,0),(1252,61,0),(1252,66,0),(1252,67,0),(1252,76,0),(1252,77,0),(1256,6,0),(1256,14,0),(1256,34,0),(1256,35,0),(1256,37,0),(1256,38,0),(1256,40,0),(1256,44,0),(1256,48,0),(1256,49,0),(1256,57,0),(1256,61,0),(1256,67,0),(1256,73,0),(1256,78,0),(1256,79,0),(1256,80,0),(1256,81,0),(1256,82,0),(1256,83,0),(1256,84,0),(1256,85,0),(1256,86,0),(1256,87,0),(1259,14,0),(1259,29,0),(1259,35,0),(1259,36,0),(1259,44,0),(1259,47,0),(1259,50,0),(1259,54,0),(1259,73,0),(1259,75,0),(1259,79,0),(1259,80,0),(1259,81,0),(1259,88,0),(1259,89,0),(1259,90,0),(1259,91,0),(1259,92,0),(1259,93,0),(1259,94,0),(1259,95,0),(1259,96,0),(1259,97,0),(1270,12,0),(1270,29,0),(1270,38,0),(1270,39,0),(1270,40,0),(1270,57,0),(1270,92,0),(1270,98,0),(1270,99,0),(1273,14,0),(1273,29,0),(1273,35,0),(1273,37,0),(1273,38,0),(1273,40,0),(1273,57,0),(1273,61,0),(1273,66,0),(1273,86,0),(1273,87,0),(1273,100,0),(1278,8,0),(1278,12,0),(1278,13,0),(1278,35,0),(1278,36,0),(1278,37,0),(1278,38,0),(1278,39,0),(1278,40,0),(1278,57,0),(1278,63,0),(1278,66,0),(1278,73,0),(1278,79,0),(1278,101,0),(1278,102,0),(1282,3,0),(1282,13,0),(1282,14,0),(1282,35,0),(1282,37,0),(1282,38,0),(1282,39,0),(1282,40,0),(1282,47,0),(1282,57,0),(1282,61,0),(1282,73,0),(1282,76,0),(1282,81,0),(1282,102,0),(1282,103,0),(1282,104,0),(1282,105,0),(1288,12,0),(1288,13,0),(1288,14,0),(1288,29,0),(1288,35,0),(1288,37,0),(1288,38,0),(1288,40,0),(1288,49,0),(1288,57,0),(1288,66,0),(1288,73,0),(1288,102,0),(1288,106,0),(1292,29,0),(1303,3,0),(1303,14,0),(1303,35,0),(1303,37,0),(1303,38,0),(1303,39,0),(1303,40,0),(1303,44,0),(1303,47,0),(1303,57,0),(1303,61,0),(1303,66,0),(1303,67,0),(1303,73,0),(1303,79,0),(1303,107,0),(1303,108,0),(1303,109,0),(1303,110,0),(1303,111,0),(1303,112,0),(1303,113,0),(1303,114,0),(1307,8,0),(1307,13,0),(1307,14,0),(1307,29,0),(1307,37,0),(1307,38,0),(1307,39,0),(1307,40,0),(1307,44,0),(1307,47,0),(1307,48,0),(1307,50,0),(1307,54,0),(1307,57,0),(1307,66,0),(1307,69,0),(1307,73,0),(1307,115,0),(1307,116,0),(1318,12,0),(1318,14,0),(1318,28,0),(1318,37,0),(1318,38,0),(1318,48,0),(1318,57,0),(1318,67,0),(1318,78,0),(1318,79,0),(1318,84,0),(1318,87,0),(1318,117,0),(1325,5,0),(1325,14,0),(1325,35,0),(1325,37,0),(1325,38,0),(1325,39,0),(1325,40,0),(1325,44,0),(1325,47,0),(1325,50,0),(1325,57,0),(1325,66,0),(1325,67,0),(1325,73,0),(1325,74,0),(1325,79,0),(1325,84,0),(1325,87,0),(1325,93,0),(1328,8,0),(1328,13,0),(1328,14,0),(1328,37,0),(1328,38,0),(1328,39,0),(1328,40,0),(1328,44,0),(1328,47,0),(1328,48,0),(1328,54,0),(1328,57,0),(1328,67,0),(1328,73,0),(1328,79,0),(1328,118,0),(1328,119,0),(1328,120,0),(1330,13,0),(1330,29,0),(1330,37,0),(1330,38,0),(1330,39,0),(1330,40,0),(1330,44,0),(1330,47,0),(1330,54,0),(1330,57,0),(1330,58,0),(1330,67,0),(1330,73,0),(1330,75,0),(1330,79,0),(1330,101,0),(1330,121,0),(1330,122,0),(1333,8,0),(1336,14,0),(1336,29,0),(1336,44,0),(1336,47,0),(1336,54,0),(1336,66,0),(1336,67,0),(1336,73,0),(1336,75,0),(1336,79,0),(1336,87,0),(1336,123,0),(1336,124,0),(1336,125,0),(1340,12,0),(1340,29,0),(1340,37,0),(1340,38,0),(1340,39,0),(1340,40,0),(1340,49,0),(1340,57,0),(1340,60,0),(1340,126,0),(1340,127,0),(1344,5,0),(1352,2,0),(1352,13,0),(1352,14,0),(1352,35,0),(1352,36,0),(1352,37,0),(1352,38,0),(1352,39,0),(1352,40,0),(1352,47,0),(1352,54,0),(1352,57,0),(1352,63,0),(1352,66,0),(1352,67,0),(1352,73,0),(1352,79,0),(1352,128,0),(1352,129,0),(1358,2,0),(1358,34,0),(1358,37,0),(1358,38,0),(1358,39,0),(1358,40,0),(1358,57,0),(1358,130,0),(1362,8,0),(1362,14,0),(1362,35,0),(1362,37,0),(1362,38,0),(1362,39,0),(1362,40,0),(1362,44,0),(1362,47,0),(1362,57,0),(1362,67,0),(1362,73,0),(1362,75,0),(1362,87,0),(1362,102,0),(1362,118,0),(1362,122,0),(1362,131,0),(1367,29,0),(1367,35,0),(1367,37,0),(1367,38,0),(1367,39,0),(1367,40,0),(1367,44,0),(1367,47,0),(1367,57,0),(1367,73,0),(1367,101,0),(1367,102,0),(1367,132,0),(1367,133,0),(1370,2,0),(1370,13,0),(1370,14,0),(1370,35,0),(1370,37,0),(1370,38,0),(1370,39,0),(1370,40,0),(1370,44,0),(1370,47,0),(1370,57,0),(1370,66,0),(1370,67,0),(1370,73,0),(1370,75,0),(1370,79,0),(1370,87,0),(1370,90,0),(1370,122,0),(1370,134,0),(1375,8,0),(1375,13,0),(1375,14,0),(1375,35,0),(1375,37,0),(1375,38,0),(1375,39,0),(1375,40,0),(1375,44,0),(1375,47,0),(1375,52,0),(1375,57,0),(1375,61,0),(1375,66,0),(1375,67,0),(1375,73,0),(1375,79,0),(1375,87,0),(1375,91,0),(1375,102,0),(1375,135,0),(1375,136,0),(1375,137,0),(1379,2,0),(1379,13,0),(1379,14,0),(1379,37,0),(1379,38,0),(1379,39,0),(1379,40,0),(1379,44,0),(1379,47,0),(1379,57,0),(1379,67,0),(1379,73,0),(1379,75,0),(1379,78,0),(1379,87,0),(1379,102,0),(1379,131,0),(1379,138,0),(1387,2,0),(1387,14,0),(1387,35,0),(1387,37,0),(1387,38,0),(1387,39,0),(1387,40,0),(1387,44,0),(1387,47,0),(1387,54,0),(1387,57,0),(1387,66,0),(1387,67,0),(1387,73,0),(1387,75,0),(1387,122,0),(1387,139,0),(1387,140,0),(1391,2,0),(1391,12,0),(1391,14,0),(1391,35,0),(1391,36,0),(1391,37,0),(1391,38,0),(1391,39,0),(1391,40,0),(1391,44,0),(1391,47,0),(1391,48,0),(1391,49,0),(1391,50,0),(1391,57,0),(1391,67,0),(1391,73,0),(1391,75,0),(1391,79,0),(1391,90,0),(1391,102,0),(1391,122,0),(1391,141,0),(1391,142,0),(1391,143,0),(1391,144,0),(1391,145,0),(1391,146,0),(1391,147,0),(1391,148,0),(1391,149,0),(1403,8,0),(1403,29,0),(1407,8,0),(1407,14,0),(1407,35,0),(1407,37,0),(1407,38,0),(1407,39,0),(1407,40,0),(1407,44,0),(1407,47,0),(1407,54,0),(1407,57,0),(1407,66,0),(1407,67,0),(1407,73,0),(1407,75,0),(1407,78,0),(1407,79,0),(1407,87,0),(1407,102,0),(1407,119,0),(1407,122,0),(1407,150,0),(1409,12,0),(1409,13,0),(1409,14,0),(1409,29,0),(1409,37,0),(1409,38,0),(1409,44,0),(1409,47,0),(1409,49,0),(1409,54,0),(1409,57,0),(1409,60,0),(1409,62,0),(1409,64,0),(1409,66,0),(1409,73,0),(1409,102,0),(1409,126,0),(1409,151,0),(1412,5,0),(1417,8,0),(1417,13,0),(1417,14,0),(1417,35,0),(1417,37,0),(1417,38,0),(1417,39,0),(1417,40,0),(1417,44,0),(1417,47,0),(1417,54,0),(1417,57,0),(1417,66,0),(1417,73,0),(1417,75,0),(1417,87,0),(1417,102,0),(1417,122,0),(1429,2,0),(1429,10,0),(1429,13,0),(1429,14,0),(1429,34,0),(1429,37,0),(1429,38,0),(1429,39,0),(1429,40,0),(1429,44,0),(1429,47,0),(1429,54,0),(1429,57,0),(1429,66,0),(1429,67,0),(1429,73,0),(1429,87,0),(1429,102,0),(1429,152,0),(1429,153,0),(1434,8,0),(1434,13,0),(1434,14,0),(1434,37,0),(1434,38,0),(1434,39,0),(1434,40,0),(1434,44,0),(1434,47,0),(1434,54,0),(1434,57,0),(1434,66,0),(1434,67,0),(1434,73,0),(1434,87,0),(1434,102,0),(1434,119,0),(1437,13,0),(1437,29,0),(1437,37,0),(1437,38,0),(1437,39,0),(1437,40,0),(1437,47,0),(1437,57,0),(1437,58,0),(1437,66,0),(1437,67,0),(1437,73,0),(1437,79,0),(1437,87,0),(1437,101,0),(1437,102,0),(1437,121,0),(1437,154,0),(1437,155,0),(1442,13,0),(1442,14,0),(1442,29,0),(1442,37,0),(1442,38,0),(1442,39,0),(1442,40,0),(1442,44,0),(1442,47,0),(1442,49,0),(1442,54,0),(1442,57,0),(1442,61,0),(1442,62,0),(1442,66,0),(1442,67,0),(1442,73,0),(1442,87,0),(1442,102,0),(1442,126,0),(1442,156,0),(1442,157,0),(1445,8,0),(1445,13,0),(1445,35,0),(1445,36,0),(1445,37,0),(1445,38,0),(1445,39,0),(1445,40,0),(1445,44,0),(1445,47,0),(1445,54,0),(1445,57,0),(1445,66,0),(1445,67,0),(1445,73,0),(1445,101,0),(1445,102,0),(1445,158,0),(1452,2,0),(1452,13,0),(1452,14,0),(1452,35,0),(1452,36,0),(1452,37,0),(1452,38,0),(1452,39,0),(1452,40,0),(1452,44,0),(1452,47,0),(1452,54,0),(1452,57,0),(1452,66,0),(1452,67,0),(1452,73,0),(1455,8,0),(1455,13,0),(1455,35,0),(1455,36,0),(1455,37,0),(1455,38,0),(1455,39,0),(1455,40,0),(1455,44,0),(1455,47,0),(1455,49,0),(1455,54,0),(1455,57,0),(1455,58,0),(1455,59,0),(1455,60,0),(1455,61,0),(1455,62,0),(1455,64,0),(1455,66,0),(1455,67,0),(1455,73,0),(1455,75,0),(1455,87,0),(1455,101,0),(1455,121,0),(1455,122,0),(1455,151,0),(1455,159,0),(1455,160,0),(1458,2,0),(1458,13,0),(1458,35,0),(1458,36,0),(1458,37,0),(1458,38,0),(1458,39,0),(1458,40,0),(1458,44,0),(1458,47,0),(1458,49,0),(1458,54,0),(1458,57,0),(1458,58,0),(1458,59,0),(1458,60,0),(1458,61,0),(1458,62,0),(1458,64,0),(1458,66,0),(1458,67,0),(1458,73,0),(1458,75,0),(1458,87,0),(1458,101,0),(1458,121,0),(1458,122,0),(1458,151,0),(1458,159,0),(1458,160,0),(1463,13,0),(1463,29,0),(1463,35,0),(1463,36,0),(1463,37,0),(1463,38,0),(1463,39,0),(1463,40,0),(1463,44,0),(1463,47,0),(1463,49,0),(1463,54,0),(1463,57,0),(1463,58,0),(1463,59,0),(1463,60,0),(1463,61,0),(1463,62,0),(1463,64,0),(1463,66,0),(1463,67,0),(1463,73,0),(1463,75,0),(1463,87,0),(1463,101,0),(1463,121,0),(1463,122,0),(1463,151,0),(1463,159,0),(1463,160,0),(1466,2,0),(1466,13,0),(1466,35,0),(1466,36,0),(1466,37,0),(1466,38,0),(1466,39,0),(1466,40,0),(1466,44,0),(1466,47,0),(1466,49,0),(1466,54,0),(1466,57,0),(1466,58,0),(1466,59,0),(1466,60,0),(1466,61,0),(1466,62,0),(1466,64,0),(1466,66,0),(1466,67,0),(1466,73,0),(1466,75,0),(1466,87,0),(1466,101,0),(1466,121,0),(1466,122,0),(1466,151,0),(1466,159,0),(1466,160,0),(1472,13,0),(1472,29,0),(1472,35,0),(1472,36,0),(1472,37,0),(1472,38,0),(1472,39,0),(1472,40,0),(1472,44,0),(1472,47,0),(1472,49,0),(1472,54,0),(1472,57,0),(1472,58,0),(1472,59,0),(1472,60,0),(1472,61,0),(1472,62,0),(1472,64,0),(1472,66,0),(1472,67,0),(1472,73,0),(1472,75,0),(1472,87,0),(1472,101,0),(1472,121,0),(1472,122,0),(1472,151,0),(1472,159,0),(1472,160,0),(1475,13,0),(1475,29,0),(1475,35,0),(1475,36,0),(1475,37,0),(1475,38,0),(1475,39,0),(1475,40,0),(1475,44,0),(1475,47,0),(1475,49,0),(1475,54,0),(1475,57,0),(1475,58,0),(1475,59,0),(1475,60,0),(1475,61,0),(1475,62,0),(1475,64,0),(1475,66,0),(1475,67,0),(1475,73,0),(1475,75,0),(1475,87,0),(1475,101,0),(1475,121,0),(1475,122,0),(1475,151,0),(1475,159,0),(1475,160,0),(1490,8,0),(1490,13,0),(1490,35,0),(1490,36,0),(1490,37,0),(1490,38,0),(1490,39,0),(1490,40,0),(1490,44,0),(1490,47,0),(1490,49,0),(1490,54,0),(1490,57,0),(1490,58,0),(1490,59,0),(1490,60,0),(1490,61,0),(1490,62,0),(1490,64,0),(1490,66,0),(1490,67,0),(1490,73,0),(1490,75,0),(1490,87,0),(1490,101,0),(1490,121,0),(1490,122,0),(1490,151,0),(1490,159,0),(1490,160,0),(1495,8,0),(1495,13,0),(1495,35,0),(1495,36,0),(1495,37,0),(1495,38,0),(1495,39,0),(1495,40,0),(1495,44,0),(1495,47,0),(1495,49,0),(1495,54,0),(1495,57,0),(1495,58,0),(1495,59,0),(1495,60,0),(1495,61,0),(1495,62,0),(1495,64,0),(1495,66,0),(1495,67,0),(1495,73,0),(1495,75,0),(1495,87,0),(1495,101,0),(1495,121,0),(1495,122,0),(1495,151,0),(1495,159,0),(1495,160,0),(1498,8,0),(1498,13,0),(1498,35,0),(1498,36,0),(1498,37,0),(1498,38,0),(1498,39,0),(1498,40,0),(1498,44,0),(1498,47,0),(1498,49,0),(1498,54,0),(1498,57,0),(1498,58,0),(1498,59,0),(1498,60,0),(1498,61,0),(1498,62,0),(1498,64,0),(1498,66,0),(1498,67,0),(1498,73,0),(1498,75,0),(1498,87,0),(1498,101,0),(1498,121,0),(1498,122,0),(1498,151,0),(1498,159,0),(1498,160,0),(1500,13,0),(1500,29,0),(1500,35,0),(1500,36,0),(1500,37,0),(1500,38,0),(1500,39,0),(1500,40,0),(1500,44,0),(1500,47,0),(1500,49,0),(1500,54,0),(1500,57,0),(1500,58,0),(1500,59,0),(1500,60,0),(1500,61,0),(1500,62,0),(1500,64,0),(1500,66,0),(1500,67,0),(1500,73,0),(1500,75,0),(1500,87,0),(1500,101,0),(1500,121,0),(1500,122,0),(1500,151,0),(1500,159,0),(1500,160,0),(1506,3,0),(1506,13,0),(1506,35,0),(1506,36,0),(1506,37,0),(1506,38,0),(1506,39,0),(1506,40,0),(1506,44,0),(1506,47,0),(1506,49,0),(1506,54,0),(1506,57,0),(1506,58,0),(1506,59,0),(1506,60,0),(1506,61,0),(1506,62,0),(1506,64,0),(1506,66,0),(1506,67,0),(1506,73,0),(1506,75,0),(1506,87,0),(1506,101,0),(1506,121,0),(1506,122,0),(1506,151,0),(1506,159,0),(1506,160,0),(1509,8,0),(1509,11,0),(1509,13,0),(1509,35,0),(1509,36,0),(1509,37,0),(1509,38,0),(1509,39,0),(1509,40,0),(1509,44,0),(1509,47,0),(1509,49,0),(1509,54,0),(1509,57,0),(1509,58,0),(1509,59,0),(1509,60,0),(1509,61,0),(1509,62,0),(1509,64,0),(1509,66,0),(1509,67,0),(1509,73,0),(1509,75,0),(1509,77,0),(1509,86,0),(1509,87,0),(1509,101,0),(1509,121,0),(1509,122,0),(1509,151,0),(1509,157,0),(1509,159,0),(1509,160,0),(1509,161,0),(1509,162,0),(1509,163,0),(1509,164,0),(1509,165,0),(1509,166,0),(1509,167,0),(1509,168,0),(1509,169,0),(1509,170,0),(1509,171,0),(1509,172,0),(1511,11,0),(1511,13,0),(1511,29,0),(1511,35,0),(1511,36,0),(1511,37,0),(1511,38,0),(1511,39,0),(1511,40,0),(1511,44,0),(1511,47,0),(1511,49,0),(1511,54,0),(1511,57,0),(1511,58,0),(1511,59,0),(1511,60,0),(1511,61,0),(1511,62,0),(1511,64,0),(1511,66,0),(1511,67,0),(1511,73,0),(1511,75,0),(1511,77,0),(1511,86,0),(1511,87,0),(1511,101,0),(1511,122,0),(1511,151,0),(1511,157,0),(1511,159,0),(1511,160,0),(1511,161,0),(1511,162,0),(1511,163,0),(1511,164,0),(1511,165,0),(1511,166,0),(1511,167,0),(1511,168,0),(1511,169,0),(1511,170,0),(1511,171,0),(1511,172,0),(1514,2,0),(1514,11,0),(1514,13,0),(1514,35,0),(1514,36,0),(1514,37,0),(1514,38,0),(1514,39,0),(1514,40,0),(1514,44,0),(1514,47,0),(1514,49,0),(1514,54,0),(1514,57,0),(1514,58,0),(1514,59,0),(1514,60,0),(1514,61,0),(1514,62,0),(1514,64,0),(1514,66,0),(1514,67,0),(1514,73,0),(1514,75,0),(1514,77,0),(1514,86,0),(1514,87,0),(1514,101,0),(1514,121,0),(1514,122,0),(1514,151,0),(1514,157,0),(1514,159,0),(1514,160,0),(1514,161,0),(1514,162,0),(1514,163,0),(1514,164,0),(1514,165,0),(1514,166,0),(1514,167,0),(1514,168,0),(1514,169,0),(1514,170,0),(1514,171,0),(1514,172,0),(1519,3,0),(1519,11,0),(1519,13,0),(1519,35,0),(1519,36,0),(1519,37,0),(1519,38,0),(1519,39,0),(1519,40,0),(1519,44,0),(1519,47,0),(1519,49,0),(1519,54,0),(1519,57,0),(1519,58,0),(1519,59,0),(1519,60,0),(1519,61,0),(1519,62,0),(1519,64,0),(1519,66,0),(1519,67,0),(1519,73,0),(1519,75,0),(1519,77,0),(1519,86,0),(1519,87,0),(1519,101,0),(1519,121,0),(1519,122,0),(1519,151,0),(1519,157,0),(1519,159,0),(1519,160,0),(1519,161,0),(1519,162,0),(1519,163,0),(1519,164,0),(1519,165,0),(1519,166,0),(1519,167,0),(1519,168,0),(1519,169,0),(1519,170,0),(1519,171,0),(1519,172,0),(1528,11,0),(1528,13,0),(1528,29,0),(1528,35,0),(1528,36,0),(1528,37,0),(1528,38,0),(1528,39,0),(1528,40,0),(1528,44,0),(1528,47,0),(1528,49,0),(1528,54,0),(1528,57,0),(1528,58,0),(1528,59,0),(1528,60,0),(1528,61,0),(1528,62,0),(1528,64,0),(1528,66,0),(1528,67,0),(1528,73,0),(1528,75,0),(1528,77,0),(1528,86,0),(1528,87,0),(1528,101,0),(1528,121,0),(1528,122,0),(1528,151,0),(1528,157,0),(1528,159,0),(1528,160,0),(1528,161,0),(1528,162,0),(1528,163,0),(1528,164,0),(1528,165,0),(1528,166,0),(1528,167,0),(1528,168,0),(1528,169,0),(1528,170,0),(1528,171,0),(1528,172,0),(1531,11,0),(1531,13,0),(1531,29,0),(1531,35,0),(1531,36,0),(1531,37,0),(1531,38,0),(1531,39,0),(1531,40,0),(1531,44,0),(1531,47,0),(1531,49,0),(1531,54,0),(1531,57,0),(1531,58,0),(1531,59,0),(1531,60,0),(1531,61,0),(1531,62,0),(1531,64,0),(1531,66,0),(1531,67,0),(1531,73,0),(1531,75,0),(1531,77,0),(1531,86,0),(1531,87,0),(1531,101,0),(1531,121,0),(1531,122,0),(1531,151,0),(1531,157,0),(1531,159,0),(1531,160,0),(1531,161,0),(1531,162,0),(1531,163,0),(1531,164,0),(1531,165,0),(1531,166,0),(1531,167,0),(1531,168,0),(1531,169,0),(1531,170,0),(1531,171,0),(1531,172,0),(1541,10,0),(1544,11,0),(1544,13,0),(1544,29,0),(1544,35,0),(1544,36,0),(1544,37,0),(1544,38,0),(1544,39,0),(1544,40,0),(1544,44,0),(1544,47,0),(1544,49,0),(1544,54,0),(1544,57,0),(1544,58,0),(1544,59,0),(1544,60,0),(1544,61,0),(1544,62,0),(1544,64,0),(1544,66,0),(1544,67,0),(1544,73,0),(1544,75,0),(1544,77,0),(1544,86,0),(1544,87,0),(1544,101,0),(1544,121,0),(1544,122,0),(1544,151,0),(1544,157,0),(1544,159,0),(1544,160,0),(1544,161,0),(1544,162,0),(1544,163,0),(1544,164,0),(1544,165,0),(1544,166,0),(1544,167,0),(1544,168,0),(1544,169,0),(1544,170,0),(1544,171,0),(1544,172,0),(1547,11,0),(1547,13,0),(1547,29,0),(1547,35,0),(1547,36,0),(1547,37,0),(1547,38,0),(1547,39,0),(1547,40,0),(1547,44,0),(1547,47,0),(1547,49,0),(1547,54,0),(1547,57,0),(1547,58,0),(1547,59,0),(1547,60,0),(1547,61,0),(1547,62,0),(1547,64,0),(1547,66,0),(1547,67,0),(1547,73,0),(1547,75,0),(1547,77,0),(1547,86,0),(1547,87,0),(1547,101,0),(1547,121,0),(1547,122,0),(1547,151,0),(1547,157,0),(1547,159,0),(1547,160,0),(1547,161,0),(1547,162,0),(1547,163,0),(1547,164,0),(1547,165,0),(1547,166,0),(1547,167,0),(1547,168,0),(1547,169,0),(1547,170,0),(1547,171,0),(1547,172,0),(1552,2,0),(1552,11,0),(1552,13,0),(1552,35,0),(1552,36,0),(1552,37,0),(1552,38,0),(1552,39,0),(1552,40,0),(1552,44,0),(1552,47,0),(1552,49,0),(1552,54,0),(1552,57,0),(1552,58,0),(1552,59,0),(1552,60,0),(1552,61,0),(1552,62,0),(1552,64,0),(1552,66,0),(1552,67,0),(1552,73,0),(1552,75,0),(1552,77,0),(1552,86,0),(1552,87,0),(1552,101,0),(1552,121,0),(1552,122,0),(1552,151,0),(1552,157,0),(1552,159,0),(1552,160,0),(1552,161,0),(1552,162,0),(1552,163,0),(1552,164,0),(1552,165,0),(1552,166,0),(1552,167,0),(1552,168,0),(1552,169,0),(1552,170,0),(1552,171,0),(1552,172,0),(1557,8,0),(1557,11,0),(1557,13,0),(1557,35,0),(1557,36,0),(1557,37,0),(1557,38,0),(1557,39,0),(1557,40,0),(1557,44,0),(1557,47,0),(1557,49,0),(1557,54,0),(1557,57,0),(1557,58,0),(1557,59,0),(1557,60,0),(1557,61,0),(1557,62,0),(1557,64,0),(1557,66,0),(1557,67,0),(1557,73,0),(1557,75,0),(1557,77,0),(1557,86,0),(1557,87,0),(1557,101,0),(1557,121,0),(1557,122,0),(1557,151,0),(1557,157,0),(1557,159,0),(1557,160,0),(1557,161,0),(1557,162,0),(1557,163,0),(1557,164,0),(1557,165,0),(1557,166,0),(1557,167,0),(1557,168,0),(1557,169,0),(1557,170,0),(1557,171,0),(1557,172,0),(1564,11,0),(1564,13,0),(1564,29,0),(1564,35,0),(1564,36,0),(1564,37,0),(1564,38,0),(1564,39,0),(1564,40,0),(1564,44,0),(1564,47,0),(1564,49,0),(1564,54,0),(1564,57,0),(1564,58,0),(1564,59,0),(1564,60,0),(1564,61,0),(1564,62,0),(1564,64,0),(1564,66,0),(1564,67,0),(1564,73,0),(1564,75,0),(1564,77,0),(1564,86,0),(1564,87,0),(1564,101,0),(1564,121,0),(1564,122,0),(1564,151,0),(1564,157,0),(1564,159,0),(1564,160,0),(1564,161,0),(1564,162,0),(1564,163,0),(1564,164,0),(1564,165,0),(1564,166,0),(1564,167,0),(1564,168,0),(1564,169,0),(1564,170,0),(1564,171,0),(1564,172,0),(1574,2,0),(1574,11,0),(1574,13,0),(1574,35,0),(1574,36,0),(1574,37,0),(1574,38,0),(1574,39,0),(1574,40,0),(1574,44,0),(1574,47,0),(1574,49,0),(1574,54,0),(1574,57,0),(1574,58,0),(1574,59,0),(1574,60,0),(1574,61,0),(1574,62,0),(1574,64,0),(1574,66,0),(1574,67,0),(1574,73,0),(1574,75,0),(1574,77,0),(1574,86,0),(1574,87,0),(1574,101,0),(1574,121,0),(1574,122,0),(1574,151,0),(1574,157,0),(1574,159,0),(1574,160,0),(1574,161,0),(1574,162,0),(1574,163,0),(1574,164,0),(1574,165,0),(1574,166,0),(1574,167,0),(1574,168,0),(1574,169,0),(1574,170,0),(1574,171,0),(1574,172,0),(1578,6,0),(1578,11,0),(1578,13,0),(1578,35,0),(1578,36,0),(1578,37,0),(1578,38,0),(1578,39,0),(1578,40,0),(1578,44,0),(1578,47,0),(1578,49,0),(1578,54,0),(1578,57,0),(1578,58,0),(1578,59,0),(1578,60,0),(1578,61,0),(1578,62,0),(1578,64,0),(1578,66,0),(1578,67,0),(1578,73,0),(1578,75,0),(1578,77,0),(1578,78,0),(1578,84,0),(1578,86,0),(1578,87,0),(1578,101,0),(1578,121,0),(1578,122,0),(1578,151,0),(1578,157,0),(1578,159,0),(1578,160,0),(1578,161,0),(1578,162,0),(1578,163,0),(1578,164,0),(1578,165,0),(1578,166,0),(1578,167,0),(1578,168,0),(1578,169,0),(1578,170,0),(1578,171,0),(1578,172,0),(1578,173,0),(1578,174,0),(1578,175,0),(1578,176,0),(1578,177,0),(1582,8,0),(1582,11,0),(1582,13,0),(1582,35,0),(1582,36,0),(1582,37,0),(1582,38,0),(1582,39,0),(1582,40,0),(1582,44,0),(1582,47,0),(1582,49,0),(1582,54,0),(1582,57,0),(1582,58,0),(1582,59,0),(1582,60,0),(1582,61,0),(1582,62,0),(1582,64,0),(1582,66,0),(1582,67,0),(1582,73,0),(1582,75,0),(1582,77,0),(1582,78,0),(1582,84,0),(1582,86,0),(1582,87,0),(1582,101,0),(1582,121,0),(1582,122,0),(1582,151,0),(1582,157,0),(1582,159,0),(1582,160,0),(1582,161,0),(1582,162,0),(1582,163,0),(1582,164,0),(1582,165,0),(1582,166,0),(1582,167,0),(1582,168,0),(1582,169,0),(1582,170,0),(1582,171,0),(1582,172,0),(1582,173,0),(1582,174,0),(1582,175,0),(1582,176,0),(1582,177,0),(1586,2,0),(1586,11,0),(1586,13,0),(1586,35,0),(1586,36,0),(1586,37,0),(1586,38,0),(1586,39,0),(1586,40,0),(1586,44,0),(1586,47,0),(1586,49,0),(1586,54,0),(1586,57,0),(1586,58,0),(1586,59,0),(1586,60,0),(1586,61,0),(1586,62,0),(1586,64,0),(1586,66,0),(1586,67,0),(1586,73,0),(1586,75,0),(1586,77,0),(1586,78,0),(1586,84,0),(1586,86,0),(1586,87,0),(1586,101,0),(1586,121,0),(1586,122,0),(1586,151,0),(1586,157,0),(1586,159,0),(1586,160,0),(1586,161,0),(1586,162,0),(1586,163,0),(1586,164,0),(1586,165,0),(1586,166,0),(1586,167,0),(1586,168,0),(1586,169,0),(1586,170,0),(1586,171,0),(1586,172,0),(1586,173,0),(1586,174,0),(1586,175,0),(1586,176,0),(1586,177,0),(1596,8,0),(1596,11,0),(1596,13,0),(1596,35,0),(1596,36,0),(1596,37,0),(1596,38,0),(1596,39,0),(1596,40,0),(1596,44,0),(1596,47,0),(1596,49,0),(1596,54,0),(1596,57,0),(1596,58,0),(1596,59,0),(1596,60,0),(1596,61,0),(1596,62,0),(1596,64,0),(1596,66,0),(1596,67,0),(1596,73,0),(1596,75,0),(1596,77,0),(1596,78,0),(1596,84,0),(1596,86,0),(1596,87,0),(1596,101,0),(1596,118,0),(1596,121,0),(1596,122,0),(1596,151,0),(1596,157,0),(1596,159,0),(1596,160,0),(1596,161,0),(1596,162,0),(1596,163,0),(1596,164,0),(1596,165,0),(1596,166,0),(1596,167,0),(1596,168,0),(1596,169,0),(1596,170,0),(1596,171,0),(1596,172,0),(1596,173,0),(1596,174,0),(1596,175,0),(1596,176,0),(1596,177,0),(1599,8,0),(1599,11,0),(1599,13,0),(1599,35,0),(1599,36,0),(1599,37,0),(1599,38,0),(1599,39,0),(1599,40,0),(1599,44,0),(1599,47,0),(1599,49,0),(1599,54,0),(1599,57,0),(1599,58,0),(1599,59,0),(1599,60,0),(1599,61,0),(1599,62,0),(1599,64,0),(1599,66,0),(1599,67,0),(1599,73,0),(1599,75,0),(1599,77,0),(1599,78,0),(1599,84,0),(1599,86,0),(1599,87,0),(1599,101,0),(1599,118,0),(1599,121,0),(1599,122,0),(1599,151,0),(1599,157,0),(1599,159,0),(1599,160,0),(1599,161,0),(1599,162,0),(1599,163,0),(1599,164,0),(1599,165,0),(1599,166,0),(1599,167,0),(1599,168,0),(1599,169,0),(1599,170,0),(1599,171,0),(1599,172,0),(1599,173,0),(1599,174,0),(1599,175,0),(1599,176,0),(1599,177,0),(1602,3,0),(1602,11,0),(1602,13,0),(1602,35,0),(1602,36,0),(1602,37,0),(1602,38,0),(1602,39,0),(1602,40,0),(1602,44,0),(1602,47,0),(1602,49,0),(1602,54,0),(1602,57,0),(1602,58,0),(1602,59,0),(1602,60,0),(1602,61,0),(1602,62,0),(1602,64,0),(1602,66,0),(1602,67,0),(1602,73,0),(1602,75,0),(1602,77,0),(1602,78,0),(1602,84,0),(1602,86,0),(1602,87,0),(1602,101,0),(1602,118,0),(1602,121,0),(1602,122,0),(1602,151,0),(1602,157,0),(1602,159,0),(1602,160,0),(1602,161,0),(1602,162,0),(1602,163,0),(1602,164,0),(1602,165,0),(1602,166,0),(1602,167,0),(1602,168,0),(1602,169,0),(1602,170,0),(1602,171,0),(1602,172,0),(1602,173,0),(1602,174,0),(1602,175,0),(1602,176,0),(1602,177,0),(1606,11,0),(1606,13,0),(1606,29,0),(1606,35,0),(1606,36,0),(1606,37,0),(1606,38,0),(1606,39,0),(1606,40,0),(1606,44,0),(1606,47,0),(1606,49,0),(1606,54,0),(1606,57,0),(1606,58,0),(1606,59,0),(1606,60,0),(1606,61,0),(1606,62,0),(1606,64,0),(1606,66,0),(1606,67,0),(1606,73,0),(1606,75,0),(1606,77,0),(1606,78,0),(1606,84,0),(1606,86,0),(1606,87,0),(1606,101,0),(1606,118,0),(1606,121,0),(1606,122,0),(1606,151,0),(1606,157,0),(1606,159,0),(1606,160,0),(1606,161,0),(1606,162,0),(1606,163,0),(1606,164,0),(1606,165,0),(1606,166,0),(1606,167,0),(1606,168,0),(1606,169,0),(1606,170,0),(1606,171,0),(1606,172,0),(1606,173,0),(1606,174,0),(1606,175,0),(1606,176,0),(1606,177,0),(1610,8,0),(1610,11,0),(1610,13,0),(1610,35,0),(1610,36,0),(1610,37,0),(1610,38,0),(1610,39,0),(1610,40,0),(1610,44,0),(1610,47,0),(1610,49,0),(1610,54,0),(1610,57,0),(1610,58,0),(1610,59,0),(1610,60,0),(1610,61,0),(1610,62,0),(1610,64,0),(1610,66,0),(1610,67,0),(1610,73,0),(1610,75,0),(1610,77,0),(1610,78,0),(1610,84,0),(1610,86,0),(1610,87,0),(1610,101,0),(1610,118,0),(1610,121,0),(1610,122,0),(1610,151,0),(1610,157,0),(1610,159,0),(1610,160,0),(1610,161,0),(1610,162,0),(1610,163,0),(1610,164,0),(1610,165,0),(1610,166,0),(1610,167,0),(1610,168,0),(1610,169,0),(1610,170,0),(1610,171,0),(1610,172,0),(1610,173,0),(1610,174,0),(1610,175,0),(1610,176,0),(1610,177,0),(1619,8,0),(1619,11,0),(1619,13,0),(1619,35,0),(1619,36,0),(1619,37,0),(1619,38,0),(1619,39,0),(1619,40,0),(1619,44,0),(1619,47,0),(1619,49,0),(1619,54,0),(1619,57,0),(1619,58,0),(1619,59,0),(1619,60,0),(1619,61,0),(1619,62,0),(1619,64,0),(1619,66,0),(1619,67,0),(1619,73,0),(1619,75,0),(1619,77,0),(1619,78,0),(1619,84,0),(1619,86,0),(1619,87,0),(1619,101,0),(1619,118,0),(1619,121,0),(1619,122,0),(1619,151,0),(1619,157,0),(1619,159,0),(1619,160,0),(1619,161,0),(1619,162,0),(1619,163,0),(1619,164,0),(1619,165,0),(1619,166,0),(1619,167,0),(1619,168,0),(1619,169,0),(1619,170,0),(1619,171,0),(1619,172,0),(1619,173,0),(1619,174,0),(1619,175,0),(1619,176,0),(1619,177,0),(1621,10,0),(1621,11,0),(1621,13,0),(1621,35,0),(1621,36,0),(1621,37,0),(1621,38,0),(1621,39,0),(1621,40,0),(1621,44,0),(1621,47,0),(1621,49,0),(1621,54,0),(1621,57,0),(1621,58,0),(1621,59,0),(1621,60,0),(1621,61,0),(1621,62,0),(1621,64,0),(1621,66,0),(1621,67,0),(1621,73,0),(1621,75,0),(1621,77,0),(1621,78,0),(1621,84,0),(1621,86,0),(1621,87,0),(1621,101,0),(1621,118,0),(1621,121,0),(1621,122,0),(1621,151,0),(1621,152,0),(1621,153,0),(1621,157,0),(1621,159,0),(1621,160,0),(1621,161,0),(1621,162,0),(1621,163,0),(1621,164,0),(1621,165,0),(1621,166,0),(1621,167,0),(1621,168,0),(1621,169,0),(1621,170,0),(1621,171,0),(1621,172,0),(1621,173,0),(1621,174,0),(1621,175,0),(1621,176,0),(1621,177,0),(1621,178,0),(1621,179,0),(1621,180,0),(1621,181,0),(1627,11,0),(1627,13,0),(1627,29,0),(1627,35,0),(1627,36,0),(1627,37,0),(1627,38,0),(1627,39,0),(1627,40,0),(1627,44,0),(1627,47,0),(1627,49,0),(1627,54,0),(1627,57,0),(1627,58,0),(1627,59,0),(1627,60,0),(1627,61,0),(1627,62,0),(1627,64,0),(1627,66,0),(1627,67,0),(1627,73,0),(1627,75,0),(1627,77,0),(1627,78,0),(1627,84,0),(1627,86,0),(1627,87,0),(1627,101,0),(1627,118,0),(1627,121,0),(1627,122,0),(1627,151,0),(1627,152,0),(1627,153,0),(1627,157,0),(1627,159,0),(1627,160,0),(1627,161,0),(1627,162,0),(1627,163,0),(1627,164,0),(1627,165,0),(1627,166,0),(1627,167,0),(1627,168,0),(1627,169,0),(1627,170,0),(1627,171,0),(1627,172,0),(1627,173,0),(1627,174,0),(1627,175,0),(1627,176,0),(1627,177,0),(1627,178,0),(1627,179,0),(1627,180,0),(1627,181,0),(1631,11,0),(1631,13,0),(1631,29,0),(1631,35,0),(1631,36,0),(1631,37,0),(1631,38,0),(1631,39,0),(1631,40,0),(1631,44,0),(1631,47,0),(1631,49,0),(1631,54,0),(1631,57,0),(1631,58,0),(1631,59,0),(1631,60,0),(1631,61,0),(1631,62,0),(1631,64,0),(1631,66,0),(1631,67,0),(1631,73,0),(1631,75,0),(1631,77,0),(1631,78,0),(1631,84,0),(1631,86,0),(1631,87,0),(1631,101,0),(1631,118,0),(1631,121,0),(1631,122,0),(1631,151,0),(1631,152,0),(1631,153,0),(1631,157,0),(1631,159,0),(1631,160,0),(1631,161,0),(1631,162,0),(1631,163,0),(1631,164,0),(1631,165,0),(1631,166,0),(1631,167,0),(1631,168,0),(1631,169,0),(1631,170,0),(1631,171,0),(1631,172,0),(1631,173,0),(1631,174,0),(1631,175,0),(1631,176,0),(1631,177,0),(1631,178,0),(1631,179,0),(1631,180,0),(1631,181,0),(1634,6,0),(1634,11,0),(1634,13,0),(1634,35,0),(1634,36,0),(1634,37,0),(1634,38,0),(1634,39,0),(1634,40,0),(1634,44,0),(1634,47,0),(1634,49,0),(1634,54,0),(1634,57,0),(1634,58,0),(1634,59,0),(1634,60,0),(1634,61,0),(1634,62,0),(1634,64,0),(1634,66,0),(1634,67,0),(1634,73,0),(1634,75,0),(1634,77,0),(1634,78,0),(1634,84,0),(1634,86,0),(1634,87,0),(1634,101,0),(1634,118,0),(1634,121,0),(1634,122,0),(1634,151,0),(1634,152,0),(1634,153,0),(1634,157,0),(1634,159,0),(1634,160,0),(1634,161,0),(1634,162,0),(1634,163,0),(1634,164,0),(1634,165,0),(1634,166,0),(1634,167,0),(1634,168,0),(1634,169,0),(1634,170,0),(1634,171,0),(1634,172,0),(1634,173,0),(1634,174,0),(1634,175,0),(1634,176,0),(1634,177,0),(1634,178,0),(1634,179,0),(1634,180,0),(1634,181,0),(1638,11,0),(1638,13,0),(1638,29,0),(1638,35,0),(1638,36,0),(1638,37,0),(1638,38,0),(1638,39,0),(1638,40,0),(1638,44,0),(1638,47,0),(1638,49,0),(1638,54,0),(1638,57,0),(1638,58,0),(1638,59,0),(1638,60,0),(1638,61,0),(1638,62,0),(1638,64,0),(1638,66,0),(1638,67,0),(1638,73,0),(1638,75,0),(1638,77,0),(1638,78,0),(1638,84,0),(1638,86,0),(1638,87,0),(1638,101,0),(1638,118,0),(1638,121,0),(1638,122,0),(1638,151,0),(1638,152,0),(1638,153,0),(1638,157,0),(1638,159,0),(1638,160,0),(1638,161,0),(1638,162,0),(1638,163,0),(1638,164,0),(1638,165,0),(1638,166,0),(1638,167,0),(1638,168,0),(1638,169,0),(1638,170,0),(1638,171,0),(1638,172,0),(1638,173,0),(1638,174,0),(1638,175,0),(1638,176,0),(1638,177,0),(1638,178,0),(1638,179,0),(1638,180,0),(1638,181,0),(1642,6,0),(1642,11,0),(1642,13,0),(1642,35,0),(1642,36,0),(1642,37,0),(1642,38,0),(1642,39,0),(1642,40,0),(1642,44,0),(1642,47,0),(1642,49,0),(1642,54,0),(1642,57,0),(1642,58,0),(1642,59,0),(1642,60,0),(1642,61,0),(1642,62,0),(1642,64,0),(1642,66,0),(1642,67,0),(1642,73,0),(1642,75,0),(1642,77,0),(1642,78,0),(1642,84,0),(1642,86,0),(1642,87,0),(1642,101,0),(1642,118,0),(1642,121,0),(1642,122,0),(1642,151,0),(1642,152,0),(1642,153,0),(1642,157,0),(1642,159,0),(1642,160,0),(1642,161,0),(1642,162,0),(1642,163,0),(1642,164,0),(1642,165,0),(1642,166,0),(1642,167,0),(1642,168,0),(1642,169,0),(1642,170,0),(1642,171,0),(1642,172,0),(1642,173,0),(1642,174,0),(1642,175,0),(1642,176,0),(1642,177,0),(1642,178,0),(1642,179,0),(1642,180,0),(1642,181,0),(1647,8,0),(1647,11,0),(1647,13,0),(1647,35,0),(1647,36,0),(1647,37,0),(1647,38,0),(1647,39,0),(1647,40,0),(1647,44,0),(1647,47,0),(1647,49,0),(1647,54,0),(1647,57,0),(1647,58,0),(1647,59,0),(1647,60,0),(1647,61,0),(1647,62,0),(1647,64,0),(1647,66,0),(1647,67,0),(1647,73,0),(1647,75,0),(1647,77,0),(1647,78,0),(1647,84,0),(1647,86,0),(1647,87,0),(1647,101,0),(1647,118,0),(1647,121,0),(1647,122,0),(1647,151,0),(1647,152,0),(1647,153,0),(1647,157,0),(1647,159,0),(1647,160,0),(1647,161,0),(1647,162,0),(1647,163,0),(1647,164,0),(1647,165,0),(1647,166,0),(1647,167,0),(1647,168,0),(1647,169,0),(1647,170,0),(1647,171,0),(1647,172,0),(1647,173,0),(1647,174,0),(1647,175,0),(1647,176,0),(1647,177,0),(1647,178,0),(1647,179,0),(1647,180,0),(1647,181,0),(1656,2,0),(1656,11,0),(1656,13,0),(1656,35,0),(1656,36,0),(1656,37,0),(1656,38,0),(1656,39,0),(1656,40,0),(1656,44,0),(1656,47,0),(1656,49,0),(1656,54,0),(1656,57,0),(1656,58,0),(1656,59,0),(1656,60,0),(1656,61,0),(1656,62,0),(1656,64,0),(1656,66,0),(1656,67,0),(1656,73,0),(1656,75,0),(1656,77,0),(1656,78,0),(1656,84,0),(1656,86,0),(1656,87,0),(1656,101,0),(1656,118,0),(1656,121,0),(1656,122,0),(1656,151,0),(1656,152,0),(1656,153,0),(1656,157,0),(1656,159,0),(1656,160,0),(1656,161,0),(1656,162,0),(1656,163,0),(1656,164,0),(1656,165,0),(1656,166,0),(1656,167,0),(1656,168,0),(1656,169,0),(1656,170,0),(1656,171,0),(1656,172,0),(1656,173,0),(1656,174,0),(1656,175,0),(1656,176,0),(1656,177,0),(1656,178,0),(1656,179,0),(1656,180,0),(1656,181,0),(1662,2,0),(1662,11,0),(1662,13,0),(1662,35,0),(1662,36,0),(1662,37,0),(1662,38,0),(1662,39,0),(1662,40,0),(1662,44,0),(1662,47,0),(1662,49,0),(1662,54,0),(1662,57,0),(1662,58,0),(1662,59,0),(1662,60,0),(1662,61,0),(1662,62,0),(1662,64,0),(1662,66,0),(1662,67,0),(1662,73,0),(1662,75,0),(1662,77,0),(1662,78,0),(1662,84,0),(1662,86,0),(1662,87,0),(1662,101,0),(1662,118,0),(1662,121,0),(1662,122,0),(1662,151,0),(1662,152,0),(1662,153,0),(1662,157,0),(1662,159,0),(1662,160,0),(1662,161,0),(1662,162,0),(1662,163,0),(1662,164,0),(1662,165,0),(1662,166,0),(1662,167,0),(1662,168,0),(1662,169,0),(1662,170,0),(1662,171,0),(1662,172,0),(1662,173,0),(1662,174,0),(1662,175,0),(1662,176,0),(1662,177,0),(1662,178,0),(1662,179,0),(1662,180,0),(1662,181,0),(1669,3,0),(1669,11,0),(1669,13,0),(1669,35,0),(1669,36,0),(1669,37,0),(1669,38,0),(1669,39,0),(1669,40,0),(1669,44,0),(1669,47,0),(1669,49,0),(1669,54,0),(1669,57,0),(1669,58,0),(1669,59,0),(1669,60,0),(1669,61,0),(1669,62,0),(1669,64,0),(1669,66,0),(1669,67,0),(1669,73,0),(1669,75,0),(1669,77,0),(1669,78,0),(1669,84,0),(1669,86,0),(1669,87,0),(1669,101,0),(1669,118,0),(1669,121,0),(1669,122,0),(1669,151,0),(1669,152,0),(1669,153,0),(1669,157,0),(1669,159,0),(1669,160,0),(1669,161,0),(1669,162,0),(1669,163,0),(1669,164,0),(1669,165,0),(1669,166,0),(1669,167,0),(1669,168,0),(1669,169,0),(1669,170,0),(1669,171,0),(1669,172,0),(1669,173,0),(1669,174,0),(1669,175,0),(1669,176,0),(1669,177,0),(1669,178,0),(1669,179,0),(1669,180,0),(1669,181,0),(1672,6,0),(1672,11,0),(1672,13,0),(1672,35,0),(1672,36,0),(1672,37,0),(1672,38,0),(1672,39,0),(1672,40,0),(1672,44,0),(1672,47,0),(1672,49,0),(1672,54,0),(1672,57,0),(1672,58,0),(1672,59,0),(1672,60,0),(1672,61,0),(1672,62,0),(1672,64,0),(1672,66,0),(1672,67,0),(1672,73,0),(1672,75,0),(1672,77,0),(1672,78,0),(1672,84,0),(1672,86,0),(1672,87,0),(1672,101,0),(1672,118,0),(1672,121,0),(1672,122,0),(1672,151,0),(1672,152,0),(1672,153,0),(1672,157,0),(1672,159,0),(1672,160,0),(1672,161,0),(1672,162,0),(1672,163,0),(1672,164,0),(1672,165,0),(1672,166,0),(1672,167,0),(1672,168,0),(1672,169,0),(1672,170,0),(1672,171,0),(1672,172,0),(1672,173,0),(1672,174,0),(1672,175,0),(1672,176,0),(1672,177,0),(1672,178,0),(1672,179,0),(1672,180,0),(1672,181,0),(1676,2,0),(1676,11,0),(1676,13,0),(1676,35,0),(1676,36,0),(1676,37,0),(1676,38,0),(1676,39,0),(1676,40,0),(1676,44,0),(1676,47,0),(1676,49,0),(1676,54,0),(1676,57,0),(1676,58,0),(1676,59,0),(1676,60,0),(1676,61,0),(1676,62,0),(1676,64,0),(1676,66,0),(1676,67,0),(1676,73,0),(1676,75,0),(1676,77,0),(1676,78,0),(1676,84,0),(1676,86,0),(1676,87,0),(1676,101,0),(1676,118,0),(1676,121,0),(1676,122,0),(1676,151,0),(1676,152,0),(1676,153,0),(1676,157,0),(1676,159,0),(1676,160,0),(1676,161,0),(1676,162,0),(1676,163,0),(1676,164,0),(1676,165,0),(1676,166,0),(1676,167,0),(1676,168,0),(1676,169,0),(1676,170,0),(1676,171,0),(1676,172,0),(1676,173,0),(1676,174,0),(1676,175,0),(1676,176,0),(1676,177,0),(1676,178,0),(1676,179,0),(1676,180,0),(1676,181,0),(1682,11,0),(1682,13,0),(1682,29,0),(1682,35,0),(1682,36,0),(1682,37,0),(1682,38,0),(1682,39,0),(1682,40,0),(1682,44,0),(1682,47,0),(1682,49,0),(1682,54,0),(1682,57,0),(1682,58,0),(1682,59,0),(1682,60,0),(1682,61,0),(1682,62,0),(1682,64,0),(1682,66,0),(1682,67,0),(1682,73,0),(1682,75,0),(1682,77,0),(1682,78,0),(1682,84,0),(1682,86,0),(1682,87,0),(1682,101,0),(1682,118,0),(1682,121,0),(1682,122,0),(1682,151,0),(1682,152,0),(1682,153,0),(1682,157,0),(1682,159,0),(1682,160,0),(1682,161,0),(1682,162,0),(1682,163,0),(1682,164,0),(1682,165,0),(1682,166,0),(1682,167,0),(1682,168,0),(1682,169,0),(1682,170,0),(1682,171,0),(1682,172,0),(1682,173,0),(1682,174,0),(1682,175,0),(1682,176,0),(1682,177,0),(1682,178,0),(1682,179,0),(1682,180,0),(1682,181,0),(1687,11,0),(1687,13,0),(1687,29,0),(1687,35,0),(1687,36,0),(1687,37,0),(1687,38,0),(1687,39,0),(1687,40,0),(1687,44,0),(1687,47,0),(1687,49,0),(1687,54,0),(1687,57,0),(1687,58,0),(1687,59,0),(1687,60,0),(1687,61,0),(1687,62,0),(1687,64,0),(1687,66,0),(1687,67,0),(1687,73,0),(1687,75,0),(1687,77,0),(1687,78,0),(1687,84,0),(1687,86,0),(1687,87,0),(1687,101,0),(1687,118,0),(1687,121,0),(1687,122,0),(1687,151,0),(1687,152,0),(1687,153,0),(1687,157,0),(1687,159,0),(1687,160,0),(1687,161,0),(1687,162,0),(1687,163,0),(1687,164,0),(1687,165,0),(1687,166,0),(1687,167,0),(1687,168,0),(1687,169,0),(1687,170,0),(1687,171,0),(1687,172,0),(1687,173,0),(1687,174,0),(1687,175,0),(1687,176,0),(1687,177,0),(1687,178,0),(1687,179,0),(1687,180,0),(1687,181,0),(1692,8,0),(1692,11,0),(1692,13,0),(1692,35,0),(1692,36,0),(1692,37,0),(1692,38,0),(1692,39,0),(1692,40,0),(1692,44,0),(1692,47,0),(1692,49,0),(1692,54,0),(1692,57,0),(1692,58,0),(1692,59,0),(1692,60,0),(1692,61,0),(1692,62,0),(1692,64,0),(1692,66,0),(1692,67,0),(1692,73,0),(1692,75,0),(1692,77,0),(1692,78,0),(1692,84,0),(1692,86,0),(1692,87,0),(1692,101,0),(1692,118,0),(1692,121,0),(1692,122,0),(1692,151,0),(1692,152,0),(1692,153,0),(1692,157,0),(1692,159,0),(1692,160,0),(1692,161,0),(1692,162,0),(1692,163,0),(1692,164,0),(1692,165,0),(1692,166,0),(1692,167,0),(1692,168,0),(1692,169,0),(1692,170,0),(1692,171,0),(1692,172,0),(1692,173,0),(1692,174,0),(1692,175,0),(1692,176,0),(1692,177,0),(1692,178,0),(1692,179,0),(1692,180,0),(1692,181,0),(1696,8,0),(1696,11,0),(1696,13,0),(1696,35,0),(1696,36,0),(1696,37,0),(1696,38,0),(1696,39,0),(1696,40,0),(1696,44,0),(1696,47,0),(1696,49,0),(1696,54,0),(1696,57,0),(1696,58,0),(1696,59,0),(1696,60,0),(1696,61,0),(1696,62,0),(1696,64,0),(1696,66,0),(1696,67,0),(1696,73,0),(1696,75,0),(1696,77,0),(1696,78,0),(1696,84,0),(1696,86,0),(1696,87,0),(1696,101,0),(1696,118,0),(1696,121,0),(1696,122,0),(1696,151,0),(1696,152,0),(1696,153,0),(1696,157,0),(1696,159,0),(1696,160,0),(1696,161,0),(1696,162,0),(1696,163,0),(1696,164,0),(1696,165,0),(1696,166,0),(1696,167,0),(1696,168,0),(1696,169,0),(1696,170,0),(1696,171,0),(1696,172,0),(1696,173,0),(1696,174,0),(1696,175,0),(1696,176,0),(1696,177,0),(1696,178,0),(1696,179,0),(1696,180,0),(1696,181,0),(1699,3,0),(1699,11,0),(1699,13,0),(1699,35,0),(1699,36,0),(1699,37,0),(1699,38,0),(1699,39,0),(1699,40,0),(1699,44,0),(1699,47,0),(1699,49,0),(1699,54,0),(1699,57,0),(1699,58,0),(1699,59,0),(1699,60,0),(1699,61,0),(1699,62,0),(1699,64,0),(1699,66,0),(1699,67,0),(1699,73,0),(1699,75,0),(1699,77,0),(1699,78,0),(1699,84,0),(1699,86,0),(1699,87,0),(1699,101,0),(1699,118,0),(1699,121,0),(1699,122,0),(1699,151,0),(1699,152,0),(1699,153,0),(1699,157,0),(1699,159,0),(1699,160,0),(1699,161,0),(1699,162,0),(1699,163,0),(1699,164,0),(1699,165,0),(1699,166,0),(1699,167,0),(1699,168,0),(1699,169,0),(1699,170,0),(1699,171,0),(1699,172,0),(1699,173,0),(1699,174,0),(1699,175,0),(1699,176,0),(1699,177,0),(1699,178,0),(1699,179,0),(1699,180,0),(1699,181,0),(1712,6,0),(1712,11,0),(1712,13,0),(1712,35,0),(1712,36,0),(1712,37,0),(1712,38,0),(1712,39,0),(1712,40,0),(1712,44,0),(1712,47,0),(1712,49,0),(1712,54,0),(1712,57,0),(1712,58,0),(1712,59,0),(1712,60,0),(1712,61,0),(1712,62,0),(1712,64,0),(1712,66,0),(1712,67,0),(1712,73,0),(1712,75,0),(1712,77,0),(1712,78,0),(1712,84,0),(1712,86,0),(1712,87,0),(1712,101,0),(1712,118,0),(1712,121,0),(1712,122,0),(1712,151,0),(1712,152,0),(1712,153,0),(1712,157,0),(1712,159,0),(1712,160,0),(1712,161,0),(1712,162,0),(1712,163,0),(1712,164,0),(1712,165,0),(1712,166,0),(1712,167,0),(1712,168,0),(1712,169,0),(1712,170,0),(1712,171,0),(1712,172,0),(1712,173,0),(1712,174,0),(1712,175,0),(1712,176,0),(1712,177,0),(1712,178,0),(1712,179,0),(1712,180,0),(1712,181,0),(1717,8,0),(1717,11,0),(1717,13,0),(1717,35,0),(1717,36,0),(1717,37,0),(1717,38,0),(1717,39,0),(1717,40,0),(1717,44,0),(1717,47,0),(1717,49,0),(1717,54,0),(1717,57,0),(1717,58,0),(1717,59,0),(1717,60,0),(1717,61,0),(1717,62,0),(1717,64,0),(1717,66,0),(1717,67,0),(1717,73,0),(1717,75,0),(1717,77,0),(1717,78,0),(1717,84,0),(1717,86,0),(1717,87,0),(1717,101,0),(1717,118,0),(1717,121,0),(1717,122,0),(1717,151,0),(1717,152,0),(1717,153,0),(1717,157,0),(1717,159,0),(1717,160,0),(1717,161,0),(1717,162,0),(1717,163,0),(1717,164,0),(1717,165,0),(1717,166,0),(1717,167,0),(1717,168,0),(1717,169,0),(1717,170,0),(1717,171,0),(1717,172,0),(1717,173,0),(1717,174,0),(1717,175,0),(1717,176,0),(1717,177,0),(1717,178,0),(1717,179,0),(1717,180,0),(1717,181,0),(1719,11,0),(1719,13,0),(1719,29,0),(1719,35,0),(1719,36,0),(1719,37,0),(1719,38,0),(1719,39,0),(1719,40,0),(1719,44,0),(1719,47,0),(1719,49,0),(1719,54,0),(1719,57,0),(1719,58,0),(1719,59,0),(1719,60,0),(1719,61,0),(1719,62,0),(1719,64,0),(1719,66,0),(1719,67,0),(1719,73,0),(1719,75,0),(1719,77,0),(1719,78,0),(1719,84,0),(1719,86,0),(1719,87,0),(1719,101,0),(1719,118,0),(1719,121,0),(1719,122,0),(1719,151,0),(1719,152,0),(1719,153,0),(1719,157,0),(1719,159,0),(1719,160,0),(1719,161,0),(1719,162,0),(1719,163,0),(1719,164,0),(1719,165,0),(1719,166,0),(1719,167,0),(1719,168,0),(1719,169,0),(1719,170,0),(1719,171,0),(1719,172,0),(1719,173,0),(1719,174,0),(1719,175,0),(1719,176,0),(1719,177,0),(1719,178,0),(1719,179,0),(1719,180,0),(1719,181,0),(1724,6,0),(1724,11,0),(1724,13,0),(1724,35,0),(1724,36,0),(1724,37,0),(1724,38,0),(1724,39,0),(1724,40,0),(1724,44,0),(1724,47,0),(1724,49,0),(1724,54,0),(1724,57,0),(1724,58,0),(1724,59,0),(1724,60,0),(1724,61,0),(1724,62,0),(1724,64,0),(1724,66,0),(1724,67,0),(1724,73,0),(1724,75,0),(1724,77,0),(1724,78,0),(1724,84,0),(1724,86,0),(1724,87,0),(1724,101,0),(1724,118,0),(1724,121,0),(1724,122,0),(1724,151,0),(1724,152,0),(1724,153,0),(1724,157,0),(1724,159,0),(1724,160,0),(1724,161,0),(1724,162,0),(1724,163,0),(1724,164,0),(1724,165,0),(1724,166,0),(1724,167,0),(1724,168,0),(1724,169,0),(1724,170,0),(1724,171,0),(1724,172,0),(1724,173,0),(1724,174,0),(1724,175,0),(1724,176,0),(1724,177,0),(1724,178,0),(1724,179,0),(1724,180,0),(1724,181,0),(1729,8,0),(1729,11,0),(1729,13,0),(1729,35,0),(1729,36,0),(1729,37,0),(1729,38,0),(1729,39,0),(1729,40,0),(1729,44,0),(1729,47,0),(1729,49,0),(1729,54,0),(1729,57,0),(1729,58,0),(1729,59,0),(1729,60,0),(1729,61,0),(1729,62,0),(1729,64,0),(1729,66,0),(1729,67,0),(1729,73,0),(1729,75,0),(1729,77,0),(1729,78,0),(1729,84,0),(1729,86,0),(1729,87,0),(1729,101,0),(1729,118,0),(1729,121,0),(1729,122,0),(1729,151,0),(1729,152,0),(1729,153,0),(1729,157,0),(1729,159,0),(1729,160,0),(1729,161,0),(1729,162,0),(1729,163,0),(1729,164,0),(1729,165,0),(1729,166,0),(1729,167,0),(1729,168,0),(1729,169,0),(1729,170,0),(1729,171,0),(1729,172,0),(1729,173,0),(1729,174,0),(1729,175,0),(1729,176,0),(1729,177,0),(1729,178,0),(1729,179,0),(1729,180,0),(1729,181,0),(1734,8,0),(1734,11,0),(1734,13,0),(1734,35,0),(1734,36,0),(1734,37,0),(1734,38,0),(1734,39,0),(1734,40,0),(1734,44,0),(1734,47,0),(1734,49,0),(1734,54,0),(1734,57,0),(1734,58,0),(1734,59,0),(1734,60,0),(1734,61,0),(1734,62,0),(1734,64,0),(1734,66,0),(1734,67,0),(1734,73,0),(1734,75,0),(1734,77,0),(1734,78,0),(1734,84,0),(1734,86,0),(1734,87,0),(1734,101,0),(1734,118,0),(1734,121,0),(1734,122,0),(1734,151,0),(1734,152,0),(1734,153,0),(1734,157,0),(1734,159,0),(1734,160,0),(1734,161,0),(1734,162,0),(1734,163,0),(1734,164,0),(1734,165,0),(1734,166,0),(1734,167,0),(1734,168,0),(1734,169,0),(1734,170,0),(1734,171,0),(1734,172,0),(1734,173,0),(1734,174,0),(1734,175,0),(1734,176,0),(1734,177,0),(1734,178,0),(1734,179,0),(1734,180,0),(1734,181,0),(1737,8,0),(1737,11,0),(1737,13,0),(1737,35,0),(1737,36,0),(1737,37,0),(1737,38,0),(1737,39,0),(1737,40,0),(1737,44,0),(1737,47,0),(1737,49,0),(1737,54,0),(1737,57,0),(1737,58,0),(1737,59,0),(1737,60,0),(1737,61,0),(1737,62,0),(1737,64,0),(1737,66,0),(1737,67,0),(1737,73,0),(1737,75,0),(1737,77,0),(1737,78,0),(1737,84,0),(1737,86,0),(1737,87,0),(1737,101,0),(1737,118,0),(1737,121,0),(1737,122,0),(1737,151,0),(1737,152,0),(1737,153,0),(1737,157,0),(1737,159,0),(1737,160,0),(1737,161,0),(1737,162,0),(1737,163,0),(1737,164,0),(1737,165,0),(1737,166,0),(1737,167,0),(1737,168,0),(1737,169,0),(1737,170,0),(1737,171,0),(1737,172,0),(1737,173,0),(1737,174,0),(1737,175,0),(1737,176,0),(1737,177,0),(1737,178,0),(1737,179,0),(1737,180,0),(1737,181,0),(1742,6,0),(1742,11,0),(1742,13,0),(1742,35,0),(1742,36,0),(1742,37,0),(1742,38,0),(1742,39,0),(1742,40,0),(1742,44,0),(1742,47,0),(1742,49,0),(1742,54,0),(1742,57,0),(1742,58,0),(1742,59,0),(1742,60,0),(1742,61,0),(1742,62,0),(1742,64,0),(1742,66,0),(1742,67,0),(1742,73,0),(1742,75,0),(1742,77,0),(1742,78,0),(1742,84,0),(1742,86,0),(1742,87,0),(1742,101,0),(1742,118,0),(1742,121,0),(1742,122,0),(1742,151,0),(1742,152,0),(1742,153,0),(1742,157,0),(1742,159,0),(1742,160,0),(1742,161,0),(1742,162,0),(1742,163,0),(1742,164,0),(1742,165,0),(1742,166,0),(1742,167,0),(1742,168,0),(1742,169,0),(1742,170,0),(1742,171,0),(1742,172,0),(1742,173,0),(1742,174,0),(1742,175,0),(1742,176,0),(1742,177,0),(1742,178,0),(1742,179,0),(1742,180,0),(1742,181,0),(1747,8,0),(1747,11,0),(1747,13,0),(1747,35,0),(1747,36,0),(1747,37,0),(1747,38,0),(1747,39,0),(1747,40,0),(1747,44,0),(1747,47,0),(1747,49,0),(1747,54,0),(1747,57,0),(1747,58,0),(1747,59,0),(1747,60,0),(1747,61,0),(1747,62,0),(1747,64,0),(1747,66,0),(1747,67,0),(1747,73,0),(1747,75,0),(1747,77,0),(1747,78,0),(1747,84,0),(1747,86,0),(1747,87,0),(1747,101,0),(1747,118,0),(1747,121,0),(1747,122,0),(1747,151,0),(1747,152,0),(1747,153,0),(1747,157,0),(1747,159,0),(1747,160,0),(1747,161,0),(1747,162,0),(1747,163,0),(1747,164,0),(1747,165,0),(1747,166,0),(1747,167,0),(1747,168,0),(1747,169,0),(1747,170,0),(1747,171,0),(1747,172,0),(1747,173,0),(1747,174,0),(1747,175,0),(1747,176,0),(1747,177,0),(1747,178,0),(1747,179,0),(1747,180,0),(1747,181,0),(1749,11,0),(1749,13,0),(1749,29,0),(1749,35,0),(1749,36,0),(1749,37,0),(1749,38,0),(1749,39,0),(1749,40,0),(1749,44,0),(1749,47,0),(1749,49,0),(1749,54,0),(1749,57,0),(1749,58,0),(1749,59,0),(1749,60,0),(1749,61,0),(1749,62,0),(1749,64,0),(1749,66,0),(1749,67,0),(1749,73,0),(1749,75,0),(1749,77,0),(1749,78,0),(1749,84,0),(1749,86,0),(1749,87,0),(1749,101,0),(1749,118,0),(1749,121,0),(1749,122,0),(1749,151,0),(1749,152,0),(1749,153,0),(1749,157,0),(1749,159,0),(1749,160,0),(1749,161,0),(1749,162,0),(1749,163,0),(1749,164,0),(1749,165,0),(1749,166,0),(1749,167,0),(1749,168,0),(1749,169,0),(1749,170,0),(1749,171,0),(1749,172,0),(1749,173,0),(1749,174,0),(1749,175,0),(1749,176,0),(1749,177,0),(1749,178,0),(1749,179,0),(1749,180,0),(1749,181,0),(1752,3,0),(1755,6,0),(1755,11,0),(1755,13,0),(1755,35,0),(1755,36,0),(1755,37,0),(1755,38,0),(1755,39,0),(1755,40,0),(1755,44,0),(1755,47,0),(1755,49,0),(1755,54,0),(1755,57,0),(1755,58,0),(1755,59,0),(1755,60,0),(1755,61,0),(1755,62,0),(1755,64,0),(1755,66,0),(1755,67,0),(1755,73,0),(1755,75,0),(1755,77,0),(1755,78,0),(1755,84,0),(1755,86,0),(1755,87,0),(1755,101,0),(1755,118,0),(1755,121,0),(1755,122,0),(1755,151,0),(1755,152,0),(1755,153,0),(1755,157,0),(1755,159,0),(1755,160,0),(1755,161,0),(1755,162,0),(1755,163,0),(1755,164,0),(1755,165,0),(1755,166,0),(1755,167,0),(1755,168,0),(1755,169,0),(1755,170,0),(1755,171,0),(1755,172,0),(1755,173,0),(1755,174,0),(1755,175,0),(1755,176,0),(1755,177,0),(1755,178,0),(1755,179,0),(1755,180,0),(1755,181,0),(1758,5,0),(1758,8,0),(1758,11,0),(1758,13,0),(1758,35,0),(1758,36,0),(1758,37,0),(1758,38,0),(1758,39,0),(1758,40,0),(1758,44,0),(1758,47,0),(1758,49,0),(1758,54,0),(1758,57,0),(1758,58,0),(1758,59,0),(1758,60,0),(1758,61,0),(1758,62,0),(1758,64,0),(1758,66,0),(1758,67,0),(1758,73,0),(1758,75,0),(1758,77,0),(1758,78,0),(1758,84,0),(1758,86,0),(1758,87,0),(1758,101,0),(1758,118,0),(1758,121,0),(1758,122,0),(1758,151,0),(1758,152,0),(1758,153,0),(1758,157,0),(1758,159,0),(1758,160,0),(1758,161,0),(1758,162,0),(1758,163,0),(1758,164,0),(1758,165,0),(1758,166,0),(1758,167,0),(1758,168,0),(1758,169,0),(1758,170,0),(1758,171,0),(1758,172,0),(1758,173,0),(1758,174,0),(1758,175,0),(1758,176,0),(1758,177,0),(1758,178,0),(1758,179,0),(1758,180,0),(1758,181,0),(1761,11,0),(1761,13,0),(1761,29,0),(1761,35,0),(1761,36,0),(1761,37,0),(1761,38,0),(1761,39,0),(1761,40,0),(1761,44,0),(1761,47,0),(1761,49,0),(1761,54,0),(1761,57,0),(1761,58,0),(1761,59,0),(1761,60,0),(1761,61,0),(1761,62,0),(1761,64,0),(1761,66,0),(1761,67,0),(1761,73,0),(1761,75,0),(1761,77,0),(1761,78,0),(1761,84,0),(1761,86,0),(1761,87,0),(1761,101,0),(1761,118,0),(1761,121,0),(1761,122,0),(1761,151,0),(1761,152,0),(1761,153,0),(1761,157,0),(1761,159,0),(1761,160,0),(1761,161,0),(1761,162,0),(1761,163,0),(1761,164,0),(1761,165,0),(1761,166,0),(1761,167,0),(1761,168,0),(1761,169,0),(1761,170,0),(1761,171,0),(1761,172,0),(1761,173,0),(1761,174,0),(1761,175,0),(1761,176,0),(1761,177,0),(1761,178,0),(1761,179,0),(1761,180,0),(1761,181,0),(1765,8,0),(1765,11,0),(1765,13,0),(1765,35,0),(1765,36,0),(1765,37,0),(1765,38,0),(1765,39,0),(1765,40,0),(1765,44,0),(1765,47,0),(1765,49,0),(1765,54,0),(1765,57,0),(1765,58,0),(1765,59,0),(1765,60,0),(1765,61,0),(1765,62,0),(1765,64,0),(1765,66,0),(1765,67,0),(1765,73,0),(1765,75,0),(1765,77,0),(1765,78,0),(1765,84,0),(1765,86,0),(1765,87,0),(1765,101,0),(1765,118,0),(1765,121,0),(1765,122,0),(1765,151,0),(1765,152,0),(1765,153,0),(1765,157,0),(1765,159,0),(1765,160,0),(1765,161,0),(1765,162,0),(1765,163,0),(1765,164,0),(1765,165,0),(1765,166,0),(1765,167,0),(1765,168,0),(1765,169,0),(1765,170,0),(1765,171,0),(1765,172,0),(1765,173,0),(1765,174,0),(1765,175,0),(1765,176,0),(1765,177,0),(1765,178,0),(1765,179,0),(1765,180,0),(1765,181,0),(1767,8,0),(1767,11,0),(1767,13,0),(1767,35,0),(1767,36,0),(1767,37,0),(1767,38,0),(1767,39,0),(1767,40,0),(1767,44,0),(1767,47,0),(1767,49,0),(1767,54,0),(1767,57,0),(1767,58,0),(1767,59,0),(1767,60,0),(1767,61,0),(1767,62,0),(1767,64,0),(1767,66,0),(1767,67,0),(1767,73,0),(1767,75,0),(1767,77,0),(1767,78,0),(1767,84,0),(1767,86,0),(1767,87,0),(1767,101,0),(1767,118,0),(1767,121,0),(1767,122,0),(1767,151,0),(1767,152,0),(1767,153,0),(1767,157,0),(1767,159,0),(1767,160,0),(1767,161,0),(1767,162,0),(1767,163,0),(1767,164,0),(1767,165,0),(1767,166,0),(1767,167,0),(1767,168,0),(1767,169,0),(1767,170,0),(1767,171,0),(1767,172,0),(1767,173,0),(1767,174,0),(1767,175,0),(1767,176,0),(1767,177,0),(1767,178,0),(1767,179,0),(1767,180,0),(1767,181,0),(1770,8,0),(1770,11,0),(1770,13,0),(1770,35,0),(1770,36,0),(1770,37,0),(1770,38,0),(1770,39,0),(1770,40,0),(1770,44,0),(1770,47,0),(1770,49,0),(1770,54,0),(1770,57,0),(1770,58,0),(1770,59,0),(1770,60,0),(1770,61,0),(1770,62,0),(1770,64,0),(1770,66,0),(1770,67,0),(1770,73,0),(1770,75,0),(1770,77,0),(1770,78,0),(1770,84,0),(1770,86,0),(1770,87,0),(1770,101,0),(1770,118,0),(1770,121,0),(1770,122,0),(1770,151,0),(1770,152,0),(1770,153,0),(1770,157,0),(1770,159,0),(1770,160,0),(1770,161,0),(1770,162,0),(1770,163,0),(1770,164,0),(1770,165,0),(1770,166,0),(1770,167,0),(1770,168,0),(1770,169,0),(1770,170,0),(1770,171,0),(1770,172,0),(1770,173,0),(1770,174,0),(1770,175,0),(1770,176,0),(1770,177,0),(1770,178,0),(1770,179,0),(1770,180,0),(1770,181,0),(1776,3,0),(1776,11,0),(1776,13,0),(1776,35,0),(1776,36,0),(1776,37,0),(1776,38,0),(1776,39,0),(1776,40,0),(1776,44,0),(1776,47,0),(1776,49,0),(1776,54,0),(1776,57,0),(1776,58,0),(1776,59,0),(1776,60,0),(1776,61,0),(1776,62,0),(1776,64,0),(1776,66,0),(1776,67,0),(1776,73,0),(1776,75,0),(1776,77,0),(1776,78,0),(1776,84,0),(1776,86,0),(1776,87,0),(1776,101,0),(1776,118,0),(1776,121,0),(1776,122,0),(1776,151,0),(1776,152,0),(1776,153,0),(1776,157,0),(1776,159,0),(1776,160,0),(1776,161,0),(1776,162,0),(1776,163,0),(1776,164,0),(1776,165,0),(1776,166,0),(1776,167,0),(1776,168,0),(1776,169,0),(1776,170,0),(1776,171,0),(1776,172,0),(1776,173,0),(1776,174,0),(1776,175,0),(1776,176,0),(1776,177,0),(1776,178,0),(1776,179,0),(1776,180,0),(1776,181,0),(1781,8,0),(1781,11,0),(1781,13,0),(1781,35,0),(1781,36,0),(1781,37,0),(1781,38,0),(1781,39,0),(1781,40,0),(1781,44,0),(1781,47,0),(1781,49,0),(1781,54,0),(1781,57,0),(1781,58,0),(1781,59,0),(1781,60,0),(1781,61,0),(1781,62,0),(1781,64,0),(1781,66,0),(1781,67,0),(1781,73,0),(1781,75,0),(1781,77,0),(1781,78,0),(1781,84,0),(1781,86,0),(1781,87,0),(1781,101,0),(1781,118,0),(1781,121,0),(1781,122,0),(1781,151,0),(1781,152,0),(1781,153,0),(1781,157,0),(1781,159,0),(1781,160,0),(1781,161,0),(1781,162,0),(1781,163,0),(1781,164,0),(1781,165,0),(1781,166,0),(1781,167,0),(1781,168,0),(1781,169,0),(1781,170,0),(1781,171,0),(1781,172,0),(1781,173,0),(1781,174,0),(1781,175,0),(1781,176,0),(1781,177,0),(1781,178,0),(1781,179,0),(1781,180,0),(1781,181,0),(1787,8,0),(1787,11,0),(1787,13,0),(1787,35,0),(1787,36,0),(1787,37,0),(1787,38,0),(1787,39,0),(1787,40,0),(1787,44,0),(1787,47,0),(1787,49,0),(1787,54,0),(1787,57,0),(1787,58,0),(1787,59,0),(1787,60,0),(1787,61,0),(1787,62,0),(1787,64,0),(1787,66,0),(1787,67,0),(1787,73,0),(1787,75,0),(1787,77,0),(1787,78,0),(1787,84,0),(1787,86,0),(1787,87,0),(1787,101,0),(1787,118,0),(1787,121,0),(1787,122,0),(1787,151,0),(1787,152,0),(1787,153,0),(1787,157,0),(1787,159,0),(1787,160,0),(1787,161,0),(1787,162,0),(1787,163,0),(1787,164,0),(1787,165,0),(1787,166,0),(1787,167,0),(1787,168,0),(1787,169,0),(1787,170,0),(1787,171,0),(1787,172,0),(1787,173,0),(1787,174,0),(1787,175,0),(1787,176,0),(1787,177,0),(1787,178,0),(1787,179,0),(1787,180,0),(1787,181,0),(1790,11,0),(1790,13,0),(1790,29,0),(1790,35,0),(1790,36,0),(1790,37,0),(1790,38,0),(1790,39,0),(1790,40,0),(1790,44,0),(1790,47,0),(1790,49,0),(1790,54,0),(1790,57,0),(1790,58,0),(1790,59,0),(1790,60,0),(1790,61,0),(1790,62,0),(1790,64,0),(1790,66,0),(1790,67,0),(1790,73,0),(1790,75,0),(1790,77,0),(1790,78,0),(1790,84,0),(1790,86,0),(1790,87,0),(1790,101,0),(1790,118,0),(1790,121,0),(1790,122,0),(1790,151,0),(1790,152,0),(1790,153,0),(1790,157,0),(1790,159,0),(1790,160,0),(1790,161,0),(1790,162,0),(1790,163,0),(1790,164,0),(1790,165,0),(1790,166,0),(1790,167,0),(1790,168,0),(1790,169,0),(1790,170,0),(1790,171,0),(1790,172,0),(1790,173,0),(1790,174,0),(1790,175,0),(1790,176,0),(1790,177,0),(1790,178,0),(1790,179,0),(1790,180,0),(1790,181,0),(1794,8,0),(1794,11,0),(1794,13,0),(1794,35,0),(1794,36,0),(1794,37,0),(1794,38,0),(1794,39,0),(1794,40,0),(1794,44,0),(1794,47,0),(1794,49,0),(1794,54,0),(1794,57,0),(1794,58,0),(1794,59,0),(1794,60,0),(1794,61,0),(1794,62,0),(1794,64,0),(1794,66,0),(1794,67,0),(1794,73,0),(1794,75,0),(1794,77,0),(1794,78,0),(1794,84,0),(1794,86,0),(1794,87,0),(1794,101,0),(1794,118,0),(1794,121,0),(1794,122,0),(1794,151,0),(1794,152,0),(1794,153,0),(1794,157,0),(1794,159,0),(1794,160,0),(1794,161,0),(1794,162,0),(1794,163,0),(1794,164,0),(1794,165,0),(1794,166,0),(1794,167,0),(1794,168,0),(1794,169,0),(1794,170,0),(1794,171,0),(1794,172,0),(1794,173,0),(1794,174,0),(1794,175,0),(1794,176,0),(1794,177,0),(1794,178,0),(1794,179,0),(1794,180,0),(1794,181,0),(1797,6,0),(1797,11,0),(1797,13,0),(1797,35,0),(1797,36,0),(1797,37,0),(1797,38,0),(1797,39,0),(1797,40,0),(1797,44,0),(1797,47,0),(1797,49,0),(1797,54,0),(1797,57,0),(1797,58,0),(1797,59,0),(1797,60,0),(1797,61,0),(1797,62,0),(1797,64,0),(1797,66,0),(1797,67,0),(1797,73,0),(1797,75,0),(1797,77,0),(1797,78,0),(1797,84,0),(1797,86,0),(1797,87,0),(1797,101,0),(1797,118,0),(1797,121,0),(1797,122,0),(1797,151,0),(1797,152,0),(1797,153,0),(1797,157,0),(1797,159,0),(1797,160,0),(1797,161,0),(1797,162,0),(1797,163,0),(1797,164,0),(1797,165,0),(1797,166,0),(1797,167,0),(1797,168,0),(1797,169,0),(1797,170,0),(1797,171,0),(1797,172,0),(1797,173,0),(1797,174,0),(1797,175,0),(1797,176,0),(1797,177,0),(1797,178,0),(1797,179,0),(1797,180,0),(1797,181,0),(1807,8,0),(1807,11,0),(1807,13,0),(1807,35,0),(1807,36,0),(1807,37,0),(1807,38,0),(1807,39,0),(1807,40,0),(1807,44,0),(1807,47,0),(1807,49,0),(1807,54,0),(1807,57,0),(1807,58,0),(1807,59,0),(1807,60,0),(1807,61,0),(1807,62,0),(1807,64,0),(1807,66,0),(1807,67,0),(1807,73,0),(1807,75,0),(1807,77,0),(1807,78,0),(1807,84,0),(1807,86,0),(1807,87,0),(1807,101,0),(1807,118,0),(1807,121,0),(1807,122,0),(1807,151,0),(1807,152,0),(1807,153,0),(1807,157,0),(1807,159,0),(1807,160,0),(1807,161,0),(1807,162,0),(1807,163,0),(1807,164,0),(1807,165,0),(1807,166,0),(1807,167,0),(1807,168,0),(1807,169,0),(1807,170,0),(1807,171,0),(1807,172,0),(1807,173,0),(1807,174,0),(1807,175,0),(1807,176,0),(1807,177,0),(1807,178,0),(1807,179,0),(1807,180,0),(1807,181,0),(1809,29,0),(1813,11,0),(1813,13,0),(1813,29,0),(1813,35,0),(1813,36,0),(1813,37,0),(1813,38,0),(1813,39,0),(1813,40,0),(1813,44,0),(1813,47,0),(1813,49,0),(1813,54,0),(1813,57,0),(1813,58,0),(1813,59,0),(1813,60,0),(1813,61,0),(1813,62,0),(1813,64,0),(1813,66,0),(1813,67,0),(1813,73,0),(1813,75,0),(1813,77,0),(1813,78,0),(1813,84,0),(1813,86,0),(1813,87,0),(1813,101,0),(1813,118,0),(1813,121,0),(1813,122,0),(1813,151,0),(1813,152,0),(1813,153,0),(1813,157,0),(1813,159,0),(1813,160,0),(1813,161,0),(1813,162,0),(1813,163,0),(1813,164,0),(1813,165,0),(1813,166,0),(1813,167,0),(1813,168,0),(1813,169,0),(1813,170,0),(1813,171,0),(1813,172,0),(1813,173,0),(1813,174,0),(1813,175,0),(1813,176,0),(1813,177,0),(1813,178,0),(1813,179,0),(1813,180,0),(1813,181,0),(1817,11,0),(1817,13,0),(1817,29,0),(1817,35,0),(1817,36,0),(1817,37,0),(1817,38,0),(1817,39,0),(1817,40,0),(1817,44,0),(1817,47,0),(1817,49,0),(1817,54,0),(1817,57,0),(1817,58,0),(1817,59,0),(1817,60,0),(1817,61,0),(1817,62,0),(1817,64,0),(1817,66,0),(1817,67,0),(1817,73,0),(1817,75,0),(1817,77,0),(1817,78,0),(1817,84,0),(1817,86,0),(1817,87,0),(1817,101,0),(1817,118,0),(1817,121,0),(1817,122,0),(1817,151,0),(1817,152,0),(1817,153,0),(1817,157,0),(1817,159,0),(1817,160,0),(1817,161,0),(1817,162,0),(1817,163,0),(1817,164,0),(1817,165,0),(1817,166,0),(1817,167,0),(1817,168,0),(1817,169,0),(1817,170,0),(1817,171,0),(1817,172,0),(1817,173,0),(1817,174,0),(1817,175,0),(1817,176,0),(1817,177,0),(1817,178,0),(1817,179,0),(1817,180,0),(1817,181,0),(1821,8,0),(1821,11,0),(1821,13,0),(1821,35,0),(1821,36,0),(1821,37,0),(1821,38,0),(1821,39,0),(1821,40,0),(1821,44,0),(1821,47,0),(1821,49,0),(1821,54,0),(1821,57,0),(1821,58,0),(1821,59,0),(1821,60,0),(1821,61,0),(1821,62,0),(1821,64,0),(1821,66,0),(1821,67,0),(1821,73,0),(1821,75,0),(1821,77,0),(1821,78,0),(1821,84,0),(1821,86,0),(1821,87,0),(1821,101,0),(1821,118,0),(1821,121,0),(1821,122,0),(1821,151,0),(1821,152,0),(1821,153,0),(1821,157,0),(1821,159,0),(1821,160,0),(1821,161,0),(1821,162,0),(1821,163,0),(1821,164,0),(1821,165,0),(1821,166,0),(1821,167,0),(1821,168,0),(1821,169,0),(1821,170,0),(1821,171,0),(1821,172,0),(1821,173,0),(1821,174,0),(1821,175,0),(1821,176,0),(1821,177,0),(1821,178,0),(1821,179,0),(1821,180,0),(1821,181,0),(1825,8,0),(1825,11,0),(1825,13,0),(1825,35,0),(1825,36,0),(1825,37,0),(1825,38,0),(1825,39,0),(1825,40,0),(1825,44,0),(1825,47,0),(1825,49,0),(1825,54,0),(1825,57,0),(1825,58,0),(1825,59,0),(1825,60,0),(1825,61,0),(1825,62,0),(1825,64,0),(1825,66,0),(1825,67,0),(1825,73,0),(1825,75,0),(1825,77,0),(1825,78,0),(1825,84,0),(1825,86,0),(1825,87,0),(1825,101,0),(1825,118,0),(1825,121,0),(1825,122,0),(1825,151,0),(1825,152,0),(1825,153,0),(1825,157,0),(1825,159,0),(1825,160,0),(1825,161,0),(1825,162,0),(1825,163,0),(1825,164,0),(1825,165,0),(1825,166,0),(1825,167,0),(1825,168,0),(1825,169,0),(1825,170,0),(1825,171,0),(1825,172,0),(1825,173,0),(1825,174,0),(1825,175,0),(1825,176,0),(1825,177,0),(1825,178,0),(1825,179,0),(1825,180,0),(1825,181,0),(1831,6,0),(1831,11,0),(1831,13,0),(1831,35,0),(1831,36,0),(1831,37,0),(1831,38,0),(1831,39,0),(1831,40,0),(1831,44,0),(1831,47,0),(1831,49,0),(1831,54,0),(1831,57,0),(1831,58,0),(1831,59,0),(1831,60,0),(1831,61,0),(1831,62,0),(1831,64,0),(1831,66,0),(1831,67,0),(1831,73,0),(1831,75,0),(1831,77,0),(1831,78,0),(1831,84,0),(1831,86,0),(1831,87,0),(1831,101,0),(1831,118,0),(1831,121,0),(1831,122,0),(1831,151,0),(1831,152,0),(1831,153,0),(1831,157,0),(1831,159,0),(1831,160,0),(1831,161,0),(1831,162,0),(1831,163,0),(1831,164,0),(1831,165,0),(1831,166,0),(1831,167,0),(1831,168,0),(1831,169,0),(1831,170,0),(1831,171,0),(1831,172,0),(1831,173,0),(1831,174,0),(1831,175,0),(1831,176,0),(1831,177,0),(1831,178,0),(1831,179,0),(1831,180,0),(1831,181,0),(1836,11,0),(1836,13,0),(1836,29,0),(1836,35,0),(1836,36,0),(1836,37,0),(1836,38,0),(1836,39,0),(1836,40,0),(1836,44,0),(1836,47,0),(1836,49,0),(1836,54,0),(1836,57,0),(1836,58,0),(1836,59,0),(1836,60,0),(1836,61,0),(1836,62,0),(1836,64,0),(1836,66,0),(1836,67,0),(1836,73,0),(1836,75,0),(1836,77,0),(1836,78,0),(1836,84,0),(1836,86,0),(1836,87,0),(1836,101,0),(1836,118,0),(1836,121,0),(1836,122,0),(1836,151,0),(1836,152,0),(1836,153,0),(1836,157,0),(1836,159,0),(1836,160,0),(1836,161,0),(1836,162,0),(1836,163,0),(1836,164,0),(1836,165,0),(1836,166,0),(1836,167,0),(1836,168,0),(1836,169,0),(1836,170,0),(1836,171,0),(1836,172,0),(1836,173,0),(1836,174,0),(1836,175,0),(1836,176,0),(1836,177,0),(1836,178,0),(1836,179,0),(1836,180,0),(1836,181,0),(1840,8,0),(1840,11,0),(1840,13,0),(1840,35,0),(1840,36,0),(1840,37,0),(1840,38,0),(1840,39,0),(1840,40,0),(1840,44,0),(1840,47,0),(1840,49,0),(1840,54,0),(1840,57,0),(1840,58,0),(1840,59,0),(1840,60,0),(1840,61,0),(1840,62,0),(1840,64,0),(1840,66,0),(1840,67,0),(1840,73,0),(1840,75,0),(1840,77,0),(1840,78,0),(1840,84,0),(1840,86,0),(1840,87,0),(1840,101,0),(1840,118,0),(1840,121,0),(1840,122,0),(1840,151,0),(1840,152,0),(1840,153,0),(1840,157,0),(1840,159,0),(1840,160,0),(1840,161,0),(1840,162,0),(1840,163,0),(1840,164,0),(1840,165,0),(1840,166,0),(1840,167,0),(1840,168,0),(1840,169,0),(1840,170,0),(1840,171,0),(1840,172,0),(1840,173,0),(1840,174,0),(1840,175,0),(1840,176,0),(1840,177,0),(1840,178,0),(1840,179,0),(1840,180,0),(1840,181,0),(1848,11,0),(1848,13,0),(1848,29,0),(1848,35,0),(1848,36,0),(1848,37,0),(1848,38,0),(1848,39,0),(1848,40,0),(1848,44,0),(1848,47,0),(1848,49,0),(1848,54,0),(1848,57,0),(1848,58,0),(1848,59,0),(1848,60,0),(1848,61,0),(1848,62,0),(1848,64,0),(1848,66,0),(1848,67,0),(1848,73,0),(1848,75,0),(1848,77,0),(1848,78,0),(1848,84,0),(1848,86,0),(1848,87,0),(1848,101,0),(1848,118,0),(1848,121,0),(1848,122,0),(1848,151,0),(1848,152,0),(1848,153,0),(1848,157,0),(1848,159,0),(1848,160,0),(1848,161,0),(1848,162,0),(1848,163,0),(1848,164,0),(1848,165,0),(1848,166,0),(1848,167,0),(1848,168,0),(1848,169,0),(1848,170,0),(1848,171,0),(1848,172,0),(1848,173,0),(1848,174,0),(1848,175,0),(1848,176,0),(1848,177,0),(1848,178,0),(1848,179,0),(1848,180,0),(1848,181,0),(1851,11,0),(1851,13,0),(1851,29,0),(1851,35,0),(1851,36,0),(1851,37,0),(1851,38,0),(1851,39,0),(1851,40,0),(1851,44,0),(1851,47,0),(1851,49,0),(1851,54,0),(1851,57,0),(1851,58,0),(1851,59,0),(1851,60,0),(1851,61,0),(1851,62,0),(1851,64,0),(1851,66,0),(1851,67,0),(1851,73,0),(1851,75,0),(1851,77,0),(1851,78,0),(1851,84,0),(1851,86,0),(1851,87,0),(1851,101,0),(1851,118,0),(1851,121,0),(1851,122,0),(1851,151,0),(1851,152,0),(1851,153,0),(1851,157,0),(1851,159,0),(1851,160,0),(1851,161,0),(1851,162,0),(1851,163,0),(1851,164,0),(1851,165,0),(1851,166,0),(1851,167,0),(1851,168,0),(1851,169,0),(1851,170,0),(1851,171,0),(1851,172,0),(1851,173,0),(1851,174,0),(1851,175,0),(1851,176,0),(1851,177,0),(1851,178,0),(1851,179,0),(1851,180,0),(1851,181,0),(1854,2,0),(1854,11,0),(1854,13,0),(1854,35,0),(1854,36,0),(1854,37,0),(1854,38,0),(1854,39,0),(1854,40,0),(1854,44,0),(1854,47,0),(1854,49,0),(1854,54,0),(1854,57,0),(1854,58,0),(1854,59,0),(1854,60,0),(1854,61,0),(1854,62,0),(1854,64,0),(1854,66,0),(1854,67,0),(1854,73,0),(1854,75,0),(1854,77,0),(1854,78,0),(1854,84,0),(1854,86,0),(1854,87,0),(1854,101,0),(1854,118,0),(1854,121,0),(1854,122,0),(1854,151,0),(1854,152,0),(1854,153,0),(1854,157,0),(1854,159,0),(1854,160,0),(1854,161,0),(1854,162,0),(1854,163,0),(1854,164,0),(1854,165,0),(1854,166,0),(1854,167,0),(1854,168,0),(1854,169,0),(1854,170,0),(1854,171,0),(1854,172,0),(1854,173,0),(1854,174,0),(1854,175,0),(1854,176,0),(1854,177,0),(1854,178,0),(1854,179,0),(1854,180,0),(1854,181,0),(1857,8,0),(1857,11,0),(1857,13,0),(1857,35,0),(1857,36,0),(1857,37,0),(1857,38,0),(1857,39,0),(1857,40,0),(1857,44,0),(1857,47,0),(1857,49,0),(1857,54,0),(1857,57,0),(1857,58,0),(1857,59,0),(1857,60,0),(1857,61,0),(1857,62,0),(1857,64,0),(1857,66,0),(1857,67,0),(1857,73,0),(1857,75,0),(1857,77,0),(1857,78,0),(1857,84,0),(1857,86,0),(1857,87,0),(1857,101,0),(1857,118,0),(1857,121,0),(1857,122,0),(1857,151,0),(1857,152,0),(1857,153,0),(1857,157,0),(1857,159,0),(1857,160,0),(1857,161,0),(1857,162,0),(1857,163,0),(1857,164,0),(1857,165,0),(1857,166,0),(1857,167,0),(1857,168,0),(1857,169,0),(1857,170,0),(1857,171,0),(1857,172,0),(1857,173,0),(1857,174,0),(1857,175,0),(1857,176,0),(1857,177,0),(1857,178,0),(1857,179,0),(1857,180,0),(1857,181,0),(1861,11,0),(1861,13,0),(1861,29,0),(1861,35,0),(1861,36,0),(1861,37,0),(1861,38,0),(1861,39,0),(1861,40,0),(1861,44,0),(1861,47,0),(1861,49,0),(1861,54,0),(1861,57,0),(1861,58,0),(1861,59,0),(1861,60,0),(1861,61,0),(1861,62,0),(1861,64,0),(1861,66,0),(1861,67,0),(1861,73,0),(1861,75,0),(1861,77,0),(1861,78,0),(1861,84,0),(1861,86,0),(1861,87,0),(1861,101,0),(1861,118,0),(1861,121,0),(1861,122,0),(1861,151,0),(1861,152,0),(1861,153,0),(1861,157,0),(1861,159,0),(1861,160,0),(1861,161,0),(1861,162,0),(1861,163,0),(1861,164,0),(1861,165,0),(1861,166,0),(1861,167,0),(1861,168,0),(1861,169,0),(1861,170,0),(1861,171,0),(1861,172,0),(1861,173,0),(1861,174,0),(1861,175,0),(1861,176,0),(1861,177,0),(1861,178,0),(1861,179,0),(1861,180,0),(1861,181,0),(1865,8,0),(1865,11,0),(1865,13,0),(1865,35,0),(1865,36,0),(1865,37,0),(1865,38,0),(1865,39,0),(1865,40,0),(1865,44,0),(1865,47,0),(1865,49,0),(1865,54,0),(1865,57,0),(1865,58,0),(1865,59,0),(1865,60,0),(1865,61,0),(1865,62,0),(1865,64,0),(1865,66,0),(1865,67,0),(1865,73,0),(1865,75,0),(1865,77,0),(1865,78,0),(1865,84,0),(1865,86,0),(1865,87,0),(1865,101,0),(1865,118,0),(1865,121,0),(1865,122,0),(1865,151,0),(1865,152,0),(1865,153,0),(1865,157,0),(1865,159,0),(1865,160,0),(1865,161,0),(1865,162,0),(1865,163,0),(1865,164,0),(1865,165,0),(1865,166,0),(1865,167,0),(1865,168,0),(1865,169,0),(1865,170,0),(1865,171,0),(1865,172,0),(1865,173,0),(1865,174,0),(1865,175,0),(1865,176,0),(1865,177,0),(1865,178,0),(1865,179,0),(1865,180,0),(1865,181,0),(1873,2,0),(1873,11,0),(1873,13,0),(1873,35,0),(1873,36,0),(1873,37,0),(1873,38,0),(1873,39,0),(1873,40,0),(1873,44,0),(1873,47,0),(1873,49,0),(1873,54,0),(1873,57,0),(1873,58,0),(1873,59,0),(1873,60,0),(1873,61,0),(1873,62,0),(1873,64,0),(1873,66,0),(1873,67,0),(1873,73,0),(1873,75,0),(1873,77,0),(1873,78,0),(1873,84,0),(1873,86,0),(1873,87,0),(1873,101,0),(1873,118,0),(1873,121,0),(1873,122,0),(1873,151,0),(1873,152,0),(1873,153,0),(1873,157,0),(1873,159,0),(1873,160,0),(1873,161,0),(1873,162,0),(1873,163,0),(1873,164,0),(1873,165,0),(1873,166,0),(1873,167,0),(1873,168,0),(1873,169,0),(1873,170,0),(1873,171,0),(1873,172,0),(1873,173,0),(1873,174,0),(1873,175,0),(1873,176,0),(1873,177,0),(1873,178,0),(1873,179,0),(1873,180,0),(1873,181,0),(1877,8,0),(1877,11,0),(1877,13,0),(1877,35,0),(1877,36,0),(1877,37,0),(1877,38,0),(1877,39,0),(1877,40,0),(1877,44,0),(1877,47,0),(1877,49,0),(1877,54,0),(1877,57,0),(1877,58,0),(1877,59,0),(1877,60,0),(1877,61,0),(1877,62,0),(1877,64,0),(1877,66,0),(1877,67,0),(1877,73,0),(1877,75,0),(1877,77,0),(1877,78,0),(1877,84,0),(1877,86,0),(1877,87,0),(1877,101,0),(1877,118,0),(1877,121,0),(1877,122,0),(1877,151,0),(1877,152,0),(1877,153,0),(1877,157,0),(1877,159,0),(1877,160,0),(1877,161,0),(1877,162,0),(1877,163,0),(1877,164,0),(1877,165,0),(1877,166,0),(1877,167,0),(1877,168,0),(1877,169,0),(1877,170,0),(1877,171,0),(1877,172,0),(1877,173,0),(1877,174,0),(1877,175,0),(1877,176,0),(1877,177,0),(1877,178,0),(1877,179,0),(1877,180,0),(1877,181,0),(1879,6,0),(1879,11,0),(1879,13,0),(1879,35,0),(1879,36,0),(1879,37,0),(1879,38,0),(1879,39,0),(1879,40,0),(1879,44,0),(1879,47,0),(1879,49,0),(1879,54,0),(1879,57,0),(1879,58,0),(1879,59,0),(1879,60,0),(1879,61,0),(1879,62,0),(1879,64,0),(1879,66,0),(1879,67,0),(1879,73,0),(1879,75,0),(1879,77,0),(1879,78,0),(1879,84,0),(1879,86,0),(1879,87,0),(1879,101,0),(1879,118,0),(1879,121,0),(1879,122,0),(1879,151,0),(1879,152,0),(1879,153,0),(1879,157,0),(1879,159,0),(1879,160,0),(1879,161,0),(1879,162,0),(1879,163,0),(1879,164,0),(1879,165,0),(1879,166,0),(1879,167,0),(1879,168,0),(1879,169,0),(1879,170,0),(1879,171,0),(1879,172,0),(1879,173,0),(1879,174,0),(1879,175,0),(1879,176,0),(1879,177,0),(1879,178,0),(1879,179,0),(1879,180,0),(1879,181,0),(1884,11,0),(1884,13,0),(1884,29,0),(1884,35,0),(1884,36,0),(1884,37,0),(1884,38,0),(1884,39,0),(1884,40,0),(1884,44,0),(1884,47,0),(1884,49,0),(1884,54,0),(1884,57,0),(1884,58,0),(1884,59,0),(1884,60,0),(1884,61,0),(1884,62,0),(1884,64,0),(1884,66,0),(1884,67,0),(1884,73,0),(1884,75,0),(1884,77,0),(1884,78,0),(1884,84,0),(1884,86,0),(1884,87,0),(1884,101,0),(1884,118,0),(1884,121,0),(1884,122,0),(1884,151,0),(1884,152,0),(1884,153,0),(1884,157,0),(1884,159,0),(1884,160,0),(1884,161,0),(1884,162,0),(1884,163,0),(1884,164,0),(1884,165,0),(1884,166,0),(1884,167,0),(1884,168,0),(1884,169,0),(1884,170,0),(1884,171,0),(1884,172,0),(1884,173,0),(1884,174,0),(1884,175,0),(1884,176,0),(1884,177,0),(1884,178,0),(1884,179,0),(1884,180,0),(1884,181,0),(1888,11,0),(1888,13,0),(1888,29,0),(1888,35,0),(1888,36,0),(1888,37,0),(1888,38,0),(1888,39,0),(1888,40,0),(1888,44,0),(1888,47,0),(1888,49,0),(1888,54,0),(1888,57,0),(1888,58,0),(1888,59,0),(1888,60,0),(1888,61,0),(1888,62,0),(1888,64,0),(1888,66,0),(1888,67,0),(1888,73,0),(1888,75,0),(1888,77,0),(1888,78,0),(1888,84,0),(1888,86,0),(1888,87,0),(1888,101,0),(1888,118,0),(1888,121,0),(1888,122,0),(1888,151,0),(1888,152,0),(1888,153,0),(1888,157,0),(1888,159,0),(1888,160,0),(1888,161,0),(1888,162,0),(1888,163,0),(1888,164,0),(1888,165,0),(1888,166,0),(1888,167,0),(1888,168,0),(1888,169,0),(1888,170,0),(1888,171,0),(1888,172,0),(1888,173,0),(1888,174,0),(1888,175,0),(1888,176,0),(1888,177,0),(1888,178,0),(1888,179,0),(1888,180,0),(1888,181,0),(1894,8,0),(1894,11,0),(1894,13,0),(1894,35,0),(1894,36,0),(1894,37,0),(1894,38,0),(1894,39,0),(1894,40,0),(1894,44,0),(1894,47,0),(1894,49,0),(1894,54,0),(1894,57,0),(1894,58,0),(1894,59,0),(1894,60,0),(1894,61,0),(1894,62,0),(1894,64,0),(1894,66,0),(1894,67,0),(1894,73,0),(1894,75,0),(1894,77,0),(1894,78,0),(1894,84,0),(1894,86,0),(1894,87,0),(1894,101,0),(1894,118,0),(1894,121,0),(1894,122,0),(1894,151,0),(1894,152,0),(1894,153,0),(1894,157,0),(1894,159,0),(1894,160,0),(1894,161,0),(1894,162,0),(1894,163,0),(1894,164,0),(1894,165,0),(1894,166,0),(1894,167,0),(1894,168,0),(1894,169,0),(1894,170,0),(1894,171,0),(1894,172,0),(1894,173,0),(1894,174,0),(1894,175,0),(1894,176,0),(1894,177,0),(1894,178,0),(1894,179,0),(1894,180,0),(1894,181,0),(1896,2,0),(1896,11,0),(1896,13,0),(1896,35,0),(1896,36,0),(1896,37,0),(1896,38,0),(1896,39,0),(1896,40,0),(1896,44,0),(1896,47,0),(1896,49,0),(1896,54,0),(1896,57,0),(1896,58,0),(1896,59,0),(1896,60,0),(1896,61,0),(1896,62,0),(1896,64,0),(1896,66,0),(1896,67,0),(1896,73,0),(1896,75,0),(1896,77,0),(1896,78,0),(1896,84,0),(1896,86,0),(1896,87,0),(1896,101,0),(1896,118,0),(1896,121,0),(1896,122,0),(1896,151,0),(1896,152,0),(1896,153,0),(1896,157,0),(1896,159,0),(1896,160,0),(1896,161,0),(1896,162,0),(1896,163,0),(1896,164,0),(1896,165,0),(1896,166,0),(1896,167,0),(1896,168,0),(1896,169,0),(1896,170,0),(1896,171,0),(1896,172,0),(1896,173,0),(1896,174,0),(1896,175,0),(1896,176,0),(1896,177,0),(1896,178,0),(1896,179,0),(1896,180,0),(1896,181,0),(1899,8,0),(1899,11,0),(1899,13,0),(1899,35,0),(1899,36,0),(1899,37,0),(1899,38,0),(1899,39,0),(1899,40,0),(1899,44,0),(1899,47,0),(1899,49,0),(1899,54,0),(1899,57,0),(1899,58,0),(1899,59,0),(1899,60,0),(1899,61,0),(1899,62,0),(1899,64,0),(1899,66,0),(1899,67,0),(1899,73,0),(1899,75,0),(1899,77,0),(1899,78,0),(1899,84,0),(1899,86,0),(1899,87,0),(1899,101,0),(1899,118,0),(1899,121,0),(1899,122,0),(1899,151,0),(1899,152,0),(1899,153,0),(1899,157,0),(1899,159,0),(1899,160,0),(1899,161,0),(1899,162,0),(1899,163,0),(1899,164,0),(1899,165,0),(1899,166,0),(1899,167,0),(1899,168,0),(1899,169,0),(1899,170,0),(1899,171,0),(1899,172,0),(1899,173,0),(1899,174,0),(1899,175,0),(1899,176,0),(1899,177,0),(1899,178,0),(1899,179,0),(1899,180,0),(1899,181,0),(1901,11,0),(1901,13,0),(1901,29,0),(1901,35,0),(1901,36,0),(1901,37,0),(1901,38,0),(1901,39,0),(1901,40,0),(1901,44,0),(1901,47,0),(1901,49,0),(1901,54,0),(1901,57,0),(1901,58,0),(1901,59,0),(1901,60,0),(1901,61,0),(1901,62,0),(1901,64,0),(1901,66,0),(1901,67,0),(1901,73,0),(1901,75,0),(1901,77,0),(1901,78,0),(1901,84,0),(1901,86,0),(1901,87,0),(1901,101,0),(1901,118,0),(1901,121,0),(1901,122,0),(1901,151,0),(1901,152,0),(1901,153,0),(1901,157,0),(1901,159,0),(1901,160,0),(1901,161,0),(1901,162,0),(1901,163,0),(1901,164,0),(1901,165,0),(1901,166,0),(1901,167,0),(1901,168,0),(1901,169,0),(1901,170,0),(1901,171,0),(1901,172,0),(1901,173,0),(1901,174,0),(1901,175,0),(1901,176,0),(1901,177,0),(1901,178,0),(1901,179,0),(1901,180,0),(1901,181,0),(1905,8,0),(1905,11,0),(1905,13,0),(1905,35,0),(1905,36,0),(1905,37,0),(1905,38,0),(1905,39,0),(1905,40,0),(1905,44,0),(1905,47,0),(1905,49,0),(1905,54,0),(1905,57,0),(1905,58,0),(1905,59,0),(1905,60,0),(1905,61,0),(1905,62,0),(1905,64,0),(1905,66,0),(1905,67,0),(1905,73,0),(1905,75,0),(1905,77,0),(1905,78,0),(1905,84,0),(1905,86,0),(1905,87,0),(1905,101,0),(1905,118,0),(1905,121,0),(1905,122,0),(1905,151,0),(1905,152,0),(1905,153,0),(1905,157,0),(1905,159,0),(1905,160,0),(1905,161,0),(1905,162,0),(1905,163,0),(1905,164,0),(1905,165,0),(1905,166,0),(1905,167,0),(1905,168,0),(1905,169,0),(1905,170,0),(1905,171,0),(1905,172,0),(1905,173,0),(1905,174,0),(1905,175,0),(1905,176,0),(1905,177,0),(1905,178,0),(1905,179,0),(1905,180,0),(1905,181,0),(1907,8,0),(1907,11,0),(1907,13,0),(1907,35,0),(1907,36,0),(1907,37,0),(1907,38,0),(1907,39,0),(1907,40,0),(1907,44,0),(1907,47,0),(1907,49,0),(1907,54,0),(1907,57,0),(1907,58,0),(1907,59,0),(1907,60,0),(1907,61,0),(1907,62,0),(1907,64,0),(1907,66,0),(1907,67,0),(1907,73,0),(1907,75,0),(1907,77,0),(1907,78,0),(1907,84,0),(1907,86,0),(1907,87,0),(1907,101,0),(1907,118,0),(1907,121,0),(1907,122,0),(1907,151,0),(1907,152,0),(1907,153,0),(1907,157,0),(1907,159,0),(1907,160,0),(1907,161,0),(1907,162,0),(1907,163,0),(1907,164,0),(1907,165,0),(1907,166,0),(1907,167,0),(1907,168,0),(1907,169,0),(1907,170,0),(1907,171,0),(1907,172,0),(1907,173,0),(1907,174,0),(1907,175,0),(1907,176,0),(1907,177,0),(1907,178,0),(1907,179,0),(1907,180,0),(1907,181,0),(1912,6,0),(1912,11,0),(1912,13,0),(1912,35,0),(1912,36,0),(1912,37,0),(1912,38,0),(1912,39,0),(1912,40,0),(1912,44,0),(1912,47,0),(1912,49,0),(1912,54,0),(1912,57,0),(1912,58,0),(1912,59,0),(1912,60,0),(1912,61,0),(1912,62,0),(1912,64,0),(1912,66,0),(1912,67,0),(1912,73,0),(1912,75,0),(1912,77,0),(1912,78,0),(1912,84,0),(1912,86,0),(1912,87,0),(1912,101,0),(1912,118,0),(1912,121,0),(1912,122,0),(1912,151,0),(1912,152,0),(1912,153,0),(1912,157,0),(1912,159,0),(1912,160,0),(1912,161,0),(1912,162,0),(1912,163,0),(1912,164,0),(1912,165,0),(1912,166,0),(1912,167,0),(1912,168,0),(1912,169,0),(1912,170,0),(1912,171,0),(1912,172,0),(1912,173,0),(1912,174,0),(1912,175,0),(1912,176,0),(1912,177,0),(1912,178,0),(1912,179,0),(1912,180,0),(1912,181,0),(1916,11,0),(1916,13,0),(1916,29,0),(1916,35,0),(1916,36,0),(1916,37,0),(1916,38,0),(1916,39,0),(1916,40,0),(1916,44,0),(1916,47,0),(1916,49,0),(1916,54,0),(1916,57,0),(1916,58,0),(1916,59,0),(1916,60,0),(1916,61,0),(1916,62,0),(1916,64,0),(1916,66,0),(1916,67,0),(1916,73,0),(1916,75,0),(1916,77,0),(1916,78,0),(1916,84,0),(1916,86,0),(1916,87,0),(1916,101,0),(1916,118,0),(1916,121,0),(1916,122,0),(1916,151,0),(1916,152,0),(1916,153,0),(1916,157,0),(1916,159,0),(1916,160,0),(1916,161,0),(1916,162,0),(1916,163,0),(1916,164,0),(1916,165,0),(1916,166,0),(1916,167,0),(1916,168,0),(1916,169,0),(1916,170,0),(1916,171,0),(1916,172,0),(1916,173,0),(1916,174,0),(1916,175,0),(1916,176,0),(1916,177,0),(1916,178,0),(1916,179,0),(1916,180,0),(1916,181,0),(1921,6,0),(1921,11,0),(1921,13,0),(1921,35,0),(1921,36,0),(1921,37,0),(1921,38,0),(1921,39,0),(1921,40,0),(1921,44,0),(1921,47,0),(1921,49,0),(1921,54,0),(1921,57,0),(1921,58,0),(1921,59,0),(1921,60,0),(1921,61,0),(1921,62,0),(1921,64,0),(1921,66,0),(1921,67,0),(1921,73,0),(1921,75,0),(1921,77,0),(1921,78,0),(1921,84,0),(1921,86,0),(1921,87,0),(1921,101,0),(1921,118,0),(1921,121,0),(1921,122,0),(1921,151,0),(1921,152,0),(1921,153,0),(1921,157,0),(1921,159,0),(1921,160,0),(1921,161,0),(1921,162,0),(1921,163,0),(1921,164,0),(1921,165,0),(1921,166,0),(1921,167,0),(1921,168,0),(1921,169,0),(1921,170,0),(1921,171,0),(1921,172,0),(1921,173,0),(1921,174,0),(1921,175,0),(1921,176,0),(1921,177,0),(1921,178,0),(1921,179,0),(1921,180,0),(1921,181,0),(1924,8,0),(1924,11,0),(1924,13,0),(1924,35,0),(1924,36,0),(1924,37,0),(1924,38,0),(1924,39,0),(1924,40,0),(1924,44,0),(1924,47,0),(1924,49,0),(1924,54,0),(1924,57,0),(1924,58,0),(1924,59,0),(1924,60,0),(1924,61,0),(1924,62,0),(1924,64,0),(1924,66,0),(1924,67,0),(1924,73,0),(1924,75,0),(1924,77,0),(1924,78,0),(1924,84,0),(1924,86,0),(1924,87,0),(1924,101,0),(1924,118,0),(1924,121,0),(1924,122,0),(1924,151,0),(1924,152,0),(1924,153,0),(1924,157,0),(1924,159,0),(1924,160,0),(1924,161,0),(1924,162,0),(1924,163,0),(1924,164,0),(1924,165,0),(1924,166,0),(1924,167,0),(1924,168,0),(1924,169,0),(1924,170,0),(1924,171,0),(1924,172,0),(1924,173,0),(1924,174,0),(1924,175,0),(1924,176,0),(1924,177,0),(1924,178,0),(1924,179,0),(1924,180,0),(1924,181,0),(1927,3,0),(1927,11,0),(1927,13,0),(1927,35,0),(1927,36,0),(1927,37,0),(1927,38,0),(1927,39,0),(1927,40,0),(1927,44,0),(1927,47,0),(1927,49,0),(1927,54,0),(1927,57,0),(1927,58,0),(1927,59,0),(1927,60,0),(1927,61,0),(1927,62,0),(1927,64,0),(1927,66,0),(1927,67,0),(1927,73,0),(1927,75,0),(1927,77,0),(1927,78,0),(1927,84,0),(1927,86,0),(1927,87,0),(1927,101,0),(1927,118,0),(1927,121,0),(1927,122,0),(1927,151,0),(1927,152,0),(1927,153,0),(1927,157,0),(1927,159,0),(1927,160,0),(1927,161,0),(1927,162,0),(1927,163,0),(1927,164,0),(1927,165,0),(1927,166,0),(1927,167,0),(1927,168,0),(1927,169,0),(1927,170,0),(1927,171,0),(1927,172,0),(1927,173,0),(1927,174,0),(1927,175,0),(1927,176,0),(1927,177,0),(1927,178,0),(1927,179,0),(1927,180,0),(1927,181,0),(1931,6,0),(1931,11,0),(1931,13,0),(1931,35,0),(1931,36,0),(1931,37,0),(1931,38,0),(1931,39,0),(1931,40,0),(1931,44,0),(1931,47,0),(1931,49,0),(1931,54,0),(1931,57,0),(1931,58,0),(1931,59,0),(1931,60,0),(1931,61,0),(1931,62,0),(1931,64,0),(1931,66,0),(1931,67,0),(1931,73,0),(1931,75,0),(1931,77,0),(1931,78,0),(1931,84,0),(1931,86,0),(1931,87,0),(1931,101,0),(1931,118,0),(1931,121,0),(1931,122,0),(1931,151,0),(1931,152,0),(1931,153,0),(1931,157,0),(1931,159,0),(1931,160,0),(1931,161,0),(1931,162,0),(1931,163,0),(1931,164,0),(1931,165,0),(1931,166,0),(1931,167,0),(1931,168,0),(1931,169,0),(1931,170,0),(1931,171,0),(1931,172,0),(1931,173,0),(1931,174,0),(1931,175,0),(1931,176,0),(1931,177,0),(1931,178,0),(1931,179,0),(1931,180,0),(1931,181,0),(1936,2,0),(1936,11,0),(1936,13,0),(1936,35,0),(1936,36,0),(1936,37,0),(1936,38,0),(1936,39,0),(1936,40,0),(1936,44,0),(1936,47,0),(1936,49,0),(1936,54,0),(1936,57,0),(1936,58,0),(1936,59,0),(1936,60,0),(1936,61,0),(1936,62,0),(1936,64,0),(1936,66,0),(1936,67,0),(1936,73,0),(1936,75,0),(1936,77,0),(1936,78,0),(1936,84,0),(1936,86,0),(1936,87,0),(1936,101,0),(1936,118,0),(1936,121,0),(1936,122,0),(1936,151,0),(1936,152,0),(1936,153,0),(1936,157,0),(1936,159,0),(1936,160,0),(1936,161,0),(1936,162,0),(1936,163,0),(1936,164,0),(1936,165,0),(1936,166,0),(1936,167,0),(1936,168,0),(1936,169,0),(1936,170,0),(1936,171,0),(1936,172,0),(1936,173,0),(1936,174,0),(1936,175,0),(1936,176,0),(1936,177,0),(1936,178,0),(1936,179,0),(1936,180,0),(1936,181,0),(1941,2,0),(1941,11,0),(1941,13,0),(1941,35,0),(1941,36,0),(1941,37,0),(1941,38,0),(1941,39,0),(1941,40,0),(1941,44,0),(1941,47,0),(1941,49,0),(1941,54,0),(1941,57,0),(1941,58,0),(1941,59,0),(1941,60,0),(1941,61,0),(1941,62,0),(1941,64,0),(1941,66,0),(1941,67,0),(1941,73,0),(1941,75,0),(1941,77,0),(1941,78,0),(1941,84,0),(1941,86,0),(1941,87,0),(1941,101,0),(1941,118,0),(1941,121,0),(1941,122,0),(1941,151,0),(1941,152,0),(1941,153,0),(1941,157,0),(1941,159,0),(1941,160,0),(1941,161,0),(1941,162,0),(1941,163,0),(1941,164,0),(1941,165,0),(1941,166,0),(1941,167,0),(1941,168,0),(1941,169,0),(1941,170,0),(1941,171,0),(1941,172,0),(1941,173,0),(1941,174,0),(1941,175,0),(1941,176,0),(1941,177,0),(1941,178,0),(1941,179,0),(1941,180,0),(1941,181,0),(1944,8,0),(1944,11,0),(1944,13,0),(1944,35,0),(1944,36,0),(1944,37,0),(1944,38,0),(1944,39,0),(1944,40,0),(1944,44,0),(1944,47,0),(1944,49,0),(1944,54,0),(1944,57,0),(1944,58,0),(1944,59,0),(1944,60,0),(1944,61,0),(1944,62,0),(1944,64,0),(1944,66,0),(1944,67,0),(1944,73,0),(1944,75,0),(1944,77,0),(1944,78,0),(1944,84,0),(1944,86,0),(1944,87,0),(1944,101,0),(1944,118,0),(1944,121,0),(1944,122,0),(1944,151,0),(1944,152,0),(1944,153,0),(1944,157,0),(1944,159,0),(1944,160,0),(1944,161,0),(1944,162,0),(1944,163,0),(1944,164,0),(1944,165,0),(1944,166,0),(1944,167,0),(1944,168,0),(1944,169,0),(1944,170,0),(1944,171,0),(1944,172,0),(1944,173,0),(1944,174,0),(1944,175,0),(1944,176,0),(1944,177,0),(1944,178,0),(1944,179,0),(1944,180,0),(1944,181,0),(1950,8,0),(1950,11,0),(1950,13,0),(1950,35,0),(1950,36,0),(1950,37,0),(1950,38,0),(1950,39,0),(1950,40,0),(1950,44,0),(1950,47,0),(1950,49,0),(1950,54,0),(1950,57,0),(1950,58,0),(1950,59,0),(1950,60,0),(1950,61,0),(1950,62,0),(1950,64,0),(1950,66,0),(1950,67,0),(1950,73,0),(1950,75,0),(1950,77,0),(1950,78,0),(1950,84,0),(1950,86,0),(1950,87,0),(1950,101,0),(1950,118,0),(1950,121,0),(1950,122,0),(1950,151,0),(1950,152,0),(1950,153,0),(1950,157,0),(1950,159,0),(1950,160,0),(1950,161,0),(1950,162,0),(1950,163,0),(1950,164,0),(1950,165,0),(1950,166,0),(1950,167,0),(1950,168,0),(1950,169,0),(1950,170,0),(1950,171,0),(1950,172,0),(1950,173,0),(1950,174,0),(1950,175,0),(1950,176,0),(1950,177,0),(1950,178,0),(1950,179,0),(1950,180,0),(1950,181,0),(1954,2,0),(1954,11,0),(1954,13,0),(1954,35,0),(1954,36,0),(1954,37,0),(1954,38,0),(1954,39,0),(1954,40,0),(1954,44,0),(1954,47,0),(1954,49,0),(1954,54,0),(1954,57,0),(1954,58,0),(1954,59,0),(1954,60,0),(1954,61,0),(1954,62,0),(1954,64,0),(1954,66,0),(1954,67,0),(1954,73,0),(1954,75,0),(1954,77,0),(1954,78,0),(1954,84,0),(1954,86,0),(1954,87,0),(1954,101,0),(1954,118,0),(1954,121,0),(1954,122,0),(1954,151,0),(1954,152,0),(1954,153,0),(1954,157,0),(1954,159,0),(1954,160,0),(1954,161,0),(1954,162,0),(1954,163,0),(1954,164,0),(1954,165,0),(1954,166,0),(1954,167,0),(1954,168,0),(1954,169,0),(1954,170,0),(1954,171,0),(1954,172,0),(1954,173,0),(1954,174,0),(1954,175,0),(1954,176,0),(1954,177,0),(1954,178,0),(1954,179,0),(1954,180,0),(1954,181,0),(1958,8,0),(1958,11,0),(1958,13,0),(1958,35,0),(1958,36,0),(1958,37,0),(1958,38,0),(1958,39,0),(1958,40,0),(1958,44,0),(1958,47,0),(1958,49,0),(1958,54,0),(1958,57,0),(1958,58,0),(1958,59,0),(1958,60,0),(1958,61,0),(1958,62,0),(1958,64,0),(1958,66,0),(1958,67,0),(1958,73,0),(1958,75,0),(1958,77,0),(1958,78,0),(1958,84,0),(1958,86,0),(1958,87,0),(1958,101,0),(1958,118,0),(1958,121,0),(1958,122,0),(1958,151,0),(1958,152,0),(1958,153,0),(1958,157,0),(1958,159,0),(1958,160,0),(1958,161,0),(1958,162,0),(1958,163,0),(1958,164,0),(1958,165,0),(1958,166,0),(1958,167,0),(1958,168,0),(1958,169,0),(1958,170,0),(1958,171,0),(1958,172,0),(1958,173,0),(1958,174,0),(1958,175,0),(1958,176,0),(1958,177,0),(1958,178,0),(1958,179,0),(1958,180,0),(1958,181,0),(1960,8,0),(1960,11,0),(1960,13,0),(1960,35,0),(1960,36,0),(1960,37,0),(1960,38,0),(1960,39,0),(1960,40,0),(1960,44,0),(1960,47,0),(1960,49,0),(1960,54,0),(1960,57,0),(1960,58,0),(1960,59,0),(1960,60,0),(1960,61,0),(1960,62,0),(1960,64,0),(1960,66,0),(1960,67,0),(1960,73,0),(1960,75,0),(1960,77,0),(1960,78,0),(1960,84,0),(1960,86,0),(1960,87,0),(1960,101,0),(1960,118,0),(1960,121,0),(1960,122,0),(1960,151,0),(1960,152,0),(1960,153,0),(1960,157,0),(1960,159,0),(1960,160,0),(1960,161,0),(1960,162,0),(1960,163,0),(1960,164,0),(1960,165,0),(1960,166,0),(1960,167,0),(1960,168,0),(1960,169,0),(1960,170,0),(1960,171,0),(1960,172,0),(1960,173,0),(1960,174,0),(1960,175,0),(1960,176,0),(1960,177,0),(1960,178,0),(1960,179,0),(1960,180,0),(1960,181,0),(1964,11,0),(1964,13,0),(1964,29,0),(1964,35,0),(1964,36,0),(1964,37,0),(1964,38,0),(1964,39,0),(1964,40,0),(1964,44,0),(1964,47,0),(1964,49,0),(1964,54,0),(1964,57,0),(1964,58,0),(1964,59,0),(1964,60,0),(1964,61,0),(1964,62,0),(1964,64,0),(1964,66,0),(1964,67,0),(1964,73,0),(1964,75,0),(1964,77,0),(1964,78,0),(1964,84,0),(1964,86,0),(1964,87,0),(1964,101,0),(1964,118,0),(1964,121,0),(1964,122,0),(1964,151,0),(1964,152,0),(1964,153,0),(1964,157,0),(1964,159,0),(1964,160,0),(1964,161,0),(1964,162,0),(1964,163,0),(1964,164,0),(1964,165,0),(1964,166,0),(1964,167,0),(1964,168,0),(1964,169,0),(1964,170,0),(1964,171,0),(1964,172,0),(1964,173,0),(1964,174,0),(1964,175,0),(1964,176,0),(1964,177,0),(1964,178,0),(1964,179,0),(1964,180,0),(1964,181,0),(1966,6,0),(1966,11,0),(1966,13,0),(1966,35,0),(1966,36,0),(1966,37,0),(1966,38,0),(1966,39,0),(1966,40,0),(1966,44,0),(1966,47,0),(1966,49,0),(1966,54,0),(1966,57,0),(1966,58,0),(1966,59,0),(1966,60,0),(1966,61,0),(1966,62,0),(1966,64,0),(1966,66,0),(1966,67,0),(1966,73,0),(1966,75,0),(1966,77,0),(1966,78,0),(1966,84,0),(1966,86,0),(1966,87,0),(1966,101,0),(1966,118,0),(1966,121,0),(1966,122,0),(1966,151,0),(1966,152,0),(1966,153,0),(1966,157,0),(1966,159,0),(1966,160,0),(1966,161,0),(1966,162,0),(1966,163,0),(1966,164,0),(1966,165,0),(1966,166,0),(1966,167,0),(1966,168,0),(1966,169,0),(1966,170,0),(1966,171,0),(1966,172,0),(1966,173,0),(1966,174,0),(1966,175,0),(1966,176,0),(1966,177,0),(1966,178,0),(1966,179,0),(1966,180,0),(1966,181,0),(1974,5,0),(1974,11,0),(1974,13,0),(1974,35,0),(1974,36,0),(1974,37,0),(1974,38,0),(1974,39,0),(1974,40,0),(1974,44,0),(1974,47,0),(1974,49,0),(1974,54,0),(1974,57,0),(1974,58,0),(1974,59,0),(1974,60,0),(1974,61,0),(1974,62,0),(1974,64,0),(1974,66,0),(1974,67,0),(1974,73,0),(1974,75,0),(1974,77,0),(1974,78,0),(1974,84,0),(1974,86,0),(1974,87,0),(1974,101,0),(1974,118,0),(1974,121,0),(1974,122,0),(1974,151,0),(1974,152,0),(1974,153,0),(1974,157,0),(1974,159,0),(1974,160,0),(1974,161,0),(1974,162,0),(1974,163,0),(1974,164,0),(1974,165,0),(1974,166,0),(1974,167,0),(1974,168,0),(1974,169,0),(1974,170,0),(1974,171,0),(1974,172,0),(1974,173,0),(1974,174,0),(1974,175,0),(1974,176,0),(1974,177,0),(1974,178,0),(1974,179,0),(1974,180,0),(1974,181,0),(1976,8,0),(1976,11,0),(1976,13,0),(1976,35,0),(1976,36,0),(1976,37,0),(1976,38,0),(1976,39,0),(1976,40,0),(1976,44,0),(1976,47,0),(1976,49,0),(1976,54,0),(1976,57,0),(1976,58,0),(1976,59,0),(1976,60,0),(1976,61,0),(1976,62,0),(1976,64,0),(1976,66,0),(1976,67,0),(1976,73,0),(1976,75,0),(1976,77,0),(1976,78,0),(1976,84,0),(1976,86,0),(1976,87,0),(1976,101,0),(1976,118,0),(1976,121,0),(1976,122,0),(1976,151,0),(1976,152,0),(1976,153,0),(1976,157,0),(1976,159,0),(1976,160,0),(1976,161,0),(1976,162,0),(1976,163,0),(1976,164,0),(1976,165,0),(1976,166,0),(1976,167,0),(1976,168,0),(1976,169,0),(1976,170,0),(1976,171,0),(1976,172,0),(1976,173,0),(1976,174,0),(1976,175,0),(1976,176,0),(1976,177,0),(1976,178,0),(1976,179,0),(1976,180,0),(1976,181,0),(1979,8,0),(1979,11,0),(1979,13,0),(1979,35,0),(1979,36,0),(1979,37,0),(1979,38,0),(1979,39,0),(1979,40,0),(1979,44,0),(1979,47,0),(1979,49,0),(1979,54,0),(1979,57,0),(1979,58,0),(1979,59,0),(1979,60,0),(1979,61,0),(1979,62,0),(1979,64,0),(1979,66,0),(1979,67,0),(1979,73,0),(1979,75,0),(1979,77,0),(1979,78,0),(1979,84,0),(1979,86,0),(1979,87,0),(1979,101,0),(1979,118,0),(1979,121,0),(1979,122,0),(1979,151,0),(1979,152,0),(1979,153,0),(1979,157,0),(1979,159,0),(1979,160,0),(1979,161,0),(1979,162,0),(1979,163,0),(1979,164,0),(1979,165,0),(1979,166,0),(1979,167,0),(1979,168,0),(1979,169,0),(1979,170,0),(1979,171,0),(1979,172,0),(1979,173,0),(1979,174,0),(1979,175,0),(1979,176,0),(1979,177,0),(1979,178,0),(1979,179,0),(1979,180,0),(1979,181,0),(1983,6,0),(1983,11,0),(1983,13,0),(1983,35,0),(1983,36,0),(1983,37,0),(1983,38,0),(1983,39,0),(1983,40,0),(1983,44,0),(1983,47,0),(1983,49,0),(1983,54,0),(1983,57,0),(1983,58,0),(1983,59,0),(1983,60,0),(1983,61,0),(1983,62,0),(1983,64,0),(1983,66,0),(1983,67,0),(1983,73,0),(1983,75,0),(1983,77,0),(1983,78,0),(1983,84,0),(1983,86,0),(1983,87,0),(1983,101,0),(1983,118,0),(1983,121,0),(1983,122,0),(1983,151,0),(1983,152,0),(1983,153,0),(1983,157,0),(1983,159,0),(1983,160,0),(1983,161,0),(1983,162,0),(1983,163,0),(1983,164,0),(1983,165,0),(1983,166,0),(1983,167,0),(1983,168,0),(1983,169,0),(1983,170,0),(1983,171,0),(1983,172,0),(1983,173,0),(1983,174,0),(1983,175,0),(1983,176,0),(1983,177,0),(1983,178,0),(1983,179,0),(1983,180,0),(1983,181,0),(1986,10,0),(1986,28,0),(1996,8,0),(1996,11,0),(1996,13,0),(1996,35,0),(1996,36,0),(1996,37,0),(1996,38,0),(1996,39,0),(1996,40,0),(1996,44,0),(1996,47,0),(1996,49,0),(1996,54,0),(1996,57,0),(1996,58,0),(1996,59,0),(1996,60,0),(1996,61,0),(1996,62,0),(1996,64,0),(1996,66,0),(1996,67,0),(1996,73,0),(1996,75,0),(1996,77,0),(1996,78,0),(1996,84,0),(1996,86,0),(1996,87,0),(1996,101,0),(1996,118,0),(1996,121,0),(1996,122,0),(1996,151,0),(1996,152,0),(1996,153,0),(1996,157,0),(1996,159,0),(1996,160,0),(1996,161,0),(1996,162,0),(1996,163,0),(1996,164,0),(1996,165,0),(1996,166,0),(1996,167,0),(1996,168,0),(1996,169,0),(1996,170,0),(1996,171,0),(1996,172,0),(1996,173,0),(1996,174,0),(1996,175,0),(1996,176,0),(1996,177,0),(1996,178,0),(1996,179,0),(1996,180,0),(1996,181,0),(1998,8,0),(1998,11,0),(1998,13,0),(1998,35,0),(1998,36,0),(1998,37,0),(1998,38,0),(1998,39,0),(1998,40,0),(1998,44,0),(1998,47,0),(1998,49,0),(1998,54,0),(1998,57,0),(1998,58,0),(1998,59,0),(1998,60,0),(1998,61,0),(1998,62,0),(1998,64,0),(1998,66,0),(1998,67,0),(1998,73,0),(1998,75,0),(1998,77,0),(1998,78,0),(1998,84,0),(1998,86,0),(1998,87,0),(1998,101,0),(1998,118,0),(1998,121,0),(1998,122,0),(1998,151,0),(1998,152,0),(1998,153,0),(1998,157,0),(1998,159,0),(1998,160,0),(1998,161,0),(1998,162,0),(1998,163,0),(1998,164,0),(1998,165,0),(1998,166,0),(1998,167,0),(1998,168,0),(1998,169,0),(1998,170,0),(1998,171,0),(1998,172,0),(1998,173,0),(1998,174,0),(1998,175,0),(1998,176,0),(1998,177,0),(1998,178,0),(1998,179,0),(1998,180,0),(1998,181,0),(2003,3,0),(2003,11,0),(2003,13,0),(2003,35,0),(2003,36,0),(2003,37,0),(2003,38,0),(2003,39,0),(2003,40,0),(2003,44,0),(2003,47,0),(2003,49,0),(2003,54,0),(2003,57,0),(2003,58,0),(2003,59,0),(2003,60,0),(2003,61,0),(2003,62,0),(2003,64,0),(2003,66,0),(2003,67,0),(2003,73,0),(2003,75,0),(2003,77,0),(2003,78,0),(2003,84,0),(2003,86,0),(2003,87,0),(2003,101,0),(2003,118,0),(2003,121,0),(2003,122,0),(2003,151,0),(2003,152,0),(2003,153,0),(2003,157,0),(2003,159,0),(2003,160,0),(2003,161,0),(2003,162,0),(2003,163,0),(2003,164,0),(2003,165,0),(2003,166,0),(2003,167,0),(2003,168,0),(2003,169,0),(2003,170,0),(2003,171,0),(2003,172,0),(2003,173,0),(2003,174,0),(2003,175,0),(2003,176,0),(2003,177,0),(2003,178,0),(2003,179,0),(2003,180,0),(2003,181,0),(2008,2,0),(2008,11,0),(2008,13,0),(2008,35,0),(2008,36,0),(2008,37,0),(2008,38,0),(2008,39,0),(2008,40,0),(2008,44,0),(2008,47,0),(2008,49,0),(2008,54,0),(2008,57,0),(2008,58,0),(2008,59,0),(2008,60,0),(2008,61,0),(2008,62,0),(2008,64,0),(2008,66,0),(2008,67,0),(2008,73,0),(2008,75,0),(2008,77,0),(2008,78,0),(2008,84,0),(2008,86,0),(2008,87,0),(2008,101,0),(2008,118,0),(2008,121,0),(2008,122,0),(2008,151,0),(2008,152,0),(2008,153,0),(2008,157,0),(2008,159,0),(2008,160,0),(2008,161,0),(2008,162,0),(2008,163,0),(2008,164,0),(2008,165,0),(2008,166,0),(2008,167,0),(2008,168,0),(2008,169,0),(2008,170,0),(2008,171,0),(2008,172,0),(2008,173,0),(2008,174,0),(2008,175,0),(2008,176,0),(2008,177,0),(2008,178,0),(2008,179,0),(2008,180,0),(2008,181,0),(2011,8,0),(2011,11,0),(2011,13,0),(2011,35,0),(2011,36,0),(2011,37,0),(2011,38,0),(2011,39,0),(2011,40,0),(2011,44,0),(2011,47,0),(2011,49,0),(2011,54,0),(2011,57,0),(2011,58,0),(2011,59,0),(2011,60,0),(2011,61,0),(2011,62,0),(2011,64,0),(2011,66,0),(2011,67,0),(2011,73,0),(2011,75,0),(2011,77,0),(2011,78,0),(2011,84,0),(2011,86,0),(2011,87,0),(2011,101,0),(2011,118,0),(2011,121,0),(2011,122,0),(2011,151,0),(2011,152,0),(2011,153,0),(2011,157,0),(2011,159,0),(2011,160,0),(2011,161,0),(2011,162,0),(2011,163,0),(2011,164,0),(2011,165,0),(2011,166,0),(2011,167,0),(2011,168,0),(2011,169,0),(2011,170,0),(2011,171,0),(2011,172,0),(2011,173,0),(2011,174,0),(2011,175,0),(2011,176,0),(2011,177,0),(2011,178,0),(2011,179,0),(2011,180,0),(2011,181,0),(2013,5,0),(2013,11,0),(2013,13,0),(2013,35,0),(2013,36,0),(2013,37,0),(2013,38,0),(2013,39,0),(2013,40,0),(2013,44,0),(2013,47,0),(2013,49,0),(2013,54,0),(2013,57,0),(2013,58,0),(2013,59,0),(2013,60,0),(2013,61,0),(2013,62,0),(2013,64,0),(2013,66,0),(2013,67,0),(2013,73,0),(2013,75,0),(2013,77,0),(2013,78,0),(2013,84,0),(2013,86,0),(2013,87,0),(2013,101,0),(2013,118,0),(2013,121,0),(2013,122,0),(2013,151,0),(2013,152,0),(2013,153,0),(2013,157,0),(2013,159,0),(2013,160,0),(2013,161,0),(2013,162,0),(2013,163,0),(2013,164,0),(2013,165,0),(2013,166,0),(2013,167,0),(2013,168,0),(2013,169,0),(2013,170,0),(2013,171,0),(2013,172,0),(2013,173,0),(2013,174,0),(2013,175,0),(2013,176,0),(2013,177,0),(2013,178,0),(2013,179,0),(2013,180,0),(2013,181,0),(2017,11,0),(2017,13,0),(2017,29,0),(2017,35,0),(2017,36,0),(2017,37,0),(2017,38,0),(2017,39,0),(2017,40,0),(2017,44,0),(2017,47,0),(2017,49,0),(2017,54,0),(2017,57,0),(2017,58,0),(2017,59,0),(2017,60,0),(2017,61,0),(2017,62,0),(2017,64,0),(2017,66,0),(2017,67,0),(2017,73,0),(2017,75,0),(2017,77,0),(2017,78,0),(2017,84,0),(2017,86,0),(2017,87,0),(2017,101,0),(2017,118,0),(2017,121,0),(2017,122,0),(2017,151,0),(2017,152,0),(2017,153,0),(2017,157,0),(2017,159,0),(2017,160,0),(2017,161,0),(2017,162,0),(2017,163,0),(2017,164,0),(2017,165,0),(2017,166,0),(2017,167,0),(2017,168,0),(2017,169,0),(2017,170,0),(2017,171,0),(2017,172,0),(2017,173,0),(2017,174,0),(2017,175,0),(2017,176,0),(2017,177,0),(2017,178,0),(2017,179,0),(2017,180,0),(2017,181,0),(2020,11,0),(2020,13,0),(2020,29,0),(2020,35,0),(2020,36,0),(2020,37,0),(2020,38,0),(2020,39,0),(2020,40,0),(2020,44,0),(2020,47,0),(2020,49,0),(2020,54,0),(2020,57,0),(2020,58,0),(2020,59,0),(2020,60,0),(2020,61,0),(2020,62,0),(2020,64,0),(2020,66,0),(2020,67,0),(2020,73,0),(2020,75,0),(2020,77,0),(2020,78,0),(2020,84,0),(2020,86,0),(2020,87,0),(2020,101,0),(2020,118,0),(2020,121,0),(2020,122,0),(2020,151,0),(2020,152,0),(2020,153,0),(2020,157,0),(2020,159,0),(2020,160,0),(2020,161,0),(2020,162,0),(2020,163,0),(2020,164,0),(2020,165,0),(2020,166,0),(2020,167,0),(2020,168,0),(2020,169,0),(2020,170,0),(2020,171,0),(2020,172,0),(2020,173,0),(2020,174,0),(2020,175,0),(2020,176,0),(2020,177,0),(2020,178,0),(2020,179,0),(2020,180,0),(2020,181,0),(2023,8,0),(2023,11,0),(2023,13,0),(2023,35,0),(2023,36,0),(2023,37,0),(2023,38,0),(2023,39,0),(2023,40,0),(2023,44,0),(2023,47,0),(2023,49,0),(2023,54,0),(2023,57,0),(2023,58,0),(2023,59,0),(2023,60,0),(2023,61,0),(2023,62,0),(2023,64,0),(2023,66,0),(2023,67,0),(2023,73,0),(2023,75,0),(2023,77,0),(2023,78,0),(2023,84,0),(2023,86,0),(2023,87,0),(2023,101,0),(2023,118,0),(2023,121,0),(2023,122,0),(2023,151,0),(2023,152,0),(2023,153,0),(2023,157,0),(2023,159,0),(2023,160,0),(2023,161,0),(2023,162,0),(2023,163,0),(2023,164,0),(2023,165,0),(2023,166,0),(2023,167,0),(2023,168,0),(2023,169,0),(2023,170,0),(2023,171,0),(2023,172,0),(2023,173,0),(2023,174,0),(2023,175,0),(2023,176,0),(2023,177,0),(2023,178,0),(2023,179,0),(2023,180,0),(2023,181,0),(2025,6,0),(2025,11,0),(2025,13,0),(2025,35,0),(2025,36,0),(2025,37,0),(2025,38,0),(2025,39,0),(2025,40,0),(2025,44,0),(2025,47,0),(2025,49,0),(2025,54,0),(2025,57,0),(2025,58,0),(2025,59,0),(2025,60,0),(2025,61,0),(2025,62,0),(2025,64,0),(2025,66,0),(2025,67,0),(2025,73,0),(2025,75,0),(2025,77,0),(2025,78,0),(2025,84,0),(2025,86,0),(2025,87,0),(2025,101,0),(2025,118,0),(2025,121,0),(2025,122,0),(2025,151,0),(2025,152,0),(2025,153,0),(2025,157,0),(2025,159,0),(2025,160,0),(2025,161,0),(2025,162,0),(2025,163,0),(2025,164,0),(2025,165,0),(2025,166,0),(2025,167,0),(2025,168,0),(2025,169,0),(2025,170,0),(2025,171,0),(2025,172,0),(2025,173,0),(2025,174,0),(2025,175,0),(2025,176,0),(2025,177,0),(2025,178,0),(2025,179,0),(2025,180,0),(2025,181,0),(2030,8,0),(2030,11,0),(2030,13,0),(2030,35,0),(2030,36,0),(2030,37,0),(2030,38,0),(2030,39,0),(2030,40,0),(2030,44,0),(2030,47,0),(2030,49,0),(2030,54,0),(2030,57,0),(2030,58,0),(2030,59,0),(2030,60,0),(2030,61,0),(2030,62,0),(2030,64,0),(2030,66,0),(2030,67,0),(2030,73,0),(2030,75,0),(2030,77,0),(2030,78,0),(2030,84,0),(2030,86,0),(2030,87,0),(2030,101,0),(2030,118,0),(2030,121,0),(2030,122,0),(2030,151,0),(2030,152,0),(2030,153,0),(2030,157,0),(2030,159,0),(2030,160,0),(2030,161,0),(2030,162,0),(2030,163,0),(2030,164,0),(2030,165,0),(2030,166,0),(2030,167,0),(2030,168,0),(2030,169,0),(2030,170,0),(2030,171,0),(2030,172,0),(2030,173,0),(2030,174,0),(2030,175,0),(2030,176,0),(2030,177,0),(2030,178,0),(2030,179,0),(2030,180,0),(2030,181,0),(2033,8,0),(2033,11,0),(2033,13,0),(2033,35,0),(2033,36,0),(2033,37,0),(2033,38,0),(2033,39,0),(2033,40,0),(2033,44,0),(2033,47,0),(2033,49,0),(2033,54,0),(2033,57,0),(2033,58,0),(2033,59,0),(2033,60,0),(2033,61,0),(2033,62,0),(2033,64,0),(2033,66,0),(2033,67,0),(2033,73,0),(2033,75,0),(2033,77,0),(2033,78,0),(2033,84,0),(2033,86,0),(2033,87,0),(2033,101,0),(2033,118,0),(2033,121,0),(2033,122,0),(2033,151,0),(2033,152,0),(2033,153,0),(2033,157,0),(2033,159,0),(2033,160,0),(2033,161,0),(2033,162,0),(2033,163,0),(2033,164,0),(2033,165,0),(2033,166,0),(2033,167,0),(2033,168,0),(2033,169,0),(2033,170,0),(2033,171,0),(2033,172,0),(2033,173,0),(2033,174,0),(2033,175,0),(2033,176,0),(2033,177,0),(2033,178,0),(2033,179,0),(2033,180,0),(2033,181,0),(2035,6,0),(2035,11,0),(2035,13,0),(2035,35,0),(2035,36,0),(2035,37,0),(2035,38,0),(2035,39,0),(2035,40,0),(2035,44,0),(2035,47,0),(2035,49,0),(2035,54,0),(2035,57,0),(2035,58,0),(2035,59,0),(2035,60,0),(2035,61,0),(2035,62,0),(2035,64,0),(2035,66,0),(2035,67,0),(2035,73,0),(2035,75,0),(2035,77,0),(2035,78,0),(2035,84,0),(2035,86,0),(2035,87,0),(2035,101,0),(2035,118,0),(2035,121,0),(2035,122,0),(2035,151,0),(2035,152,0),(2035,153,0),(2035,157,0),(2035,159,0),(2035,160,0),(2035,161,0),(2035,162,0),(2035,163,0),(2035,164,0),(2035,165,0),(2035,166,0),(2035,167,0),(2035,168,0),(2035,169,0),(2035,170,0),(2035,171,0),(2035,172,0),(2035,173,0),(2035,174,0),(2035,175,0),(2035,176,0),(2035,177,0),(2035,178,0),(2035,179,0),(2035,180,0),(2035,181,0),(2039,2,0),(2039,11,0),(2039,13,0),(2039,35,0),(2039,36,0),(2039,37,0),(2039,38,0),(2039,39,0),(2039,40,0),(2039,44,0),(2039,47,0),(2039,49,0),(2039,54,0),(2039,57,0),(2039,58,0),(2039,59,0),(2039,60,0),(2039,61,0),(2039,62,0),(2039,64,0),(2039,66,0),(2039,67,0),(2039,73,0),(2039,75,0),(2039,77,0),(2039,78,0),(2039,84,0),(2039,86,0),(2039,87,0),(2039,101,0),(2039,118,0),(2039,121,0),(2039,122,0),(2039,151,0),(2039,152,0),(2039,153,0),(2039,157,0),(2039,159,0),(2039,160,0),(2039,161,0),(2039,162,0),(2039,163,0),(2039,164,0),(2039,165,0),(2039,166,0),(2039,167,0),(2039,168,0),(2039,169,0),(2039,170,0),(2039,171,0),(2039,172,0),(2039,173,0),(2039,174,0),(2039,175,0),(2039,176,0),(2039,177,0),(2039,178,0),(2039,179,0),(2039,180,0),(2039,181,0),(2043,2,0),(2043,11,0),(2043,13,0),(2043,35,0),(2043,36,0),(2043,37,0),(2043,38,0),(2043,39,0),(2043,40,0),(2043,44,0),(2043,47,0),(2043,49,0),(2043,54,0),(2043,57,0),(2043,58,0),(2043,59,0),(2043,60,0),(2043,61,0),(2043,62,0),(2043,64,0),(2043,66,0),(2043,67,0),(2043,73,0),(2043,75,0),(2043,77,0),(2043,78,0),(2043,84,0),(2043,86,0),(2043,87,0),(2043,101,0),(2043,118,0),(2043,121,0),(2043,122,0),(2043,151,0),(2043,152,0),(2043,153,0),(2043,157,0),(2043,159,0),(2043,160,0),(2043,161,0),(2043,162,0),(2043,163,0),(2043,164,0),(2043,165,0),(2043,166,0),(2043,167,0),(2043,168,0),(2043,169,0),(2043,170,0),(2043,171,0),(2043,172,0),(2043,173,0),(2043,174,0),(2043,175,0),(2043,176,0),(2043,177,0),(2043,178,0),(2043,179,0),(2043,180,0),(2043,181,0),(2046,6,0),(2057,8,0),(2057,11,0),(2057,13,0),(2057,35,0),(2057,36,0),(2057,37,0),(2057,38,0),(2057,39,0),(2057,40,0),(2057,44,0),(2057,47,0),(2057,49,0),(2057,54,0),(2057,57,0),(2057,58,0),(2057,59,0),(2057,60,0),(2057,61,0),(2057,62,0),(2057,64,0),(2057,66,0),(2057,67,0),(2057,73,0),(2057,75,0),(2057,77,0),(2057,78,0),(2057,84,0),(2057,86,0),(2057,87,0),(2057,101,0),(2057,118,0),(2057,121,0),(2057,122,0),(2057,151,0),(2057,152,0),(2057,153,0),(2057,157,0),(2057,159,0),(2057,160,0),(2057,161,0),(2057,162,0),(2057,163,0),(2057,164,0),(2057,165,0),(2057,166,0),(2057,167,0),(2057,168,0),(2057,169,0),(2057,170,0),(2057,171,0),(2057,172,0),(2057,173,0),(2057,174,0),(2057,175,0),(2057,176,0),(2057,177,0),(2057,178,0),(2057,179,0),(2057,180,0),(2057,181,0),(2059,8,0),(2059,11,0),(2059,13,0),(2059,35,0),(2059,36,0),(2059,37,0),(2059,38,0),(2059,39,0),(2059,40,0),(2059,44,0),(2059,47,0),(2059,49,0),(2059,54,0),(2059,57,0),(2059,58,0),(2059,59,0),(2059,60,0),(2059,61,0),(2059,62,0),(2059,64,0),(2059,66,0),(2059,67,0),(2059,73,0),(2059,75,0),(2059,77,0),(2059,78,0),(2059,84,0),(2059,86,0),(2059,87,0),(2059,101,0),(2059,118,0),(2059,121,0),(2059,122,0),(2059,151,0),(2059,152,0),(2059,153,0),(2059,157,0),(2059,159,0),(2059,160,0),(2059,161,0),(2059,162,0),(2059,163,0),(2059,164,0),(2059,165,0),(2059,166,0),(2059,167,0),(2059,168,0),(2059,169,0),(2059,170,0),(2059,171,0),(2059,172,0),(2059,173,0),(2059,174,0),(2059,175,0),(2059,176,0),(2059,177,0),(2059,178,0),(2059,179,0),(2059,180,0),(2059,181,0),(2061,8,0),(2061,11,0),(2061,13,0),(2061,35,0),(2061,36,0),(2061,37,0),(2061,38,0),(2061,39,0),(2061,40,0),(2061,44,0),(2061,47,0),(2061,49,0),(2061,54,0),(2061,57,0),(2061,58,0),(2061,59,0),(2061,60,0),(2061,61,0),(2061,62,0),(2061,64,0),(2061,66,0),(2061,67,0),(2061,73,0),(2061,75,0),(2061,77,0),(2061,78,0),(2061,84,0),(2061,86,0),(2061,87,0),(2061,101,0),(2061,118,0),(2061,121,0),(2061,122,0),(2061,151,0),(2061,152,0),(2061,153,0),(2061,157,0),(2061,159,0),(2061,160,0),(2061,161,0),(2061,162,0),(2061,163,0),(2061,164,0),(2061,165,0),(2061,166,0),(2061,167,0),(2061,168,0),(2061,169,0),(2061,170,0),(2061,171,0),(2061,172,0),(2061,173,0),(2061,174,0),(2061,175,0),(2061,176,0),(2061,177,0),(2061,178,0),(2061,179,0),(2061,180,0),(2061,181,0),(2065,11,0),(2065,13,0),(2065,29,0),(2065,35,0),(2065,36,0),(2065,37,0),(2065,38,0),(2065,39,0),(2065,40,0),(2065,44,0),(2065,47,0),(2065,49,0),(2065,54,0),(2065,57,0),(2065,58,0),(2065,59,0),(2065,60,0),(2065,61,0),(2065,62,0),(2065,64,0),(2065,66,0),(2065,67,0),(2065,73,0),(2065,75,0),(2065,77,0),(2065,78,0),(2065,84,0),(2065,86,0),(2065,87,0),(2065,101,0),(2065,118,0),(2065,121,0),(2065,122,0),(2065,151,0),(2065,152,0),(2065,153,0),(2065,157,0),(2065,159,0),(2065,160,0),(2065,161,0),(2065,162,0),(2065,163,0),(2065,164,0),(2065,165,0),(2065,166,0),(2065,167,0),(2065,168,0),(2065,169,0),(2065,170,0),(2065,171,0),(2065,172,0),(2065,173,0),(2065,174,0),(2065,175,0),(2065,176,0),(2065,177,0),(2065,178,0),(2065,179,0),(2065,180,0),(2065,181,0),(2073,11,0),(2073,13,0),(2073,29,0),(2073,35,0),(2073,36,0),(2073,37,0),(2073,38,0),(2073,39,0),(2073,40,0),(2073,44,0),(2073,47,0),(2073,49,0),(2073,54,0),(2073,57,0),(2073,58,0),(2073,59,0),(2073,60,0),(2073,61,0),(2073,62,0),(2073,64,0),(2073,66,0),(2073,67,0),(2073,73,0),(2073,75,0),(2073,77,0),(2073,78,0),(2073,84,0),(2073,86,0),(2073,87,0),(2073,101,0),(2073,118,0),(2073,121,0),(2073,122,0),(2073,151,0),(2073,152,0),(2073,153,0),(2073,157,0),(2073,159,0),(2073,160,0),(2073,161,0),(2073,162,0),(2073,163,0),(2073,164,0),(2073,165,0),(2073,166,0),(2073,167,0),(2073,168,0),(2073,169,0),(2073,170,0),(2073,171,0),(2073,172,0),(2073,173,0),(2073,174,0),(2073,175,0),(2073,176,0),(2073,177,0),(2073,178,0),(2073,179,0),(2073,180,0),(2073,181,0),(2076,6,0),(2076,11,0),(2076,13,0),(2076,35,0),(2076,36,0),(2076,37,0),(2076,38,0),(2076,39,0),(2076,40,0),(2076,44,0),(2076,47,0),(2076,49,0),(2076,54,0),(2076,57,0),(2076,58,0),(2076,59,0),(2076,60,0),(2076,61,0),(2076,62,0),(2076,64,0),(2076,66,0),(2076,67,0),(2076,73,0),(2076,75,0),(2076,77,0),(2076,78,0),(2076,84,0),(2076,86,0),(2076,87,0),(2076,101,0),(2076,118,0),(2076,121,0),(2076,122,0),(2076,151,0),(2076,152,0),(2076,153,0),(2076,157,0),(2076,159,0),(2076,160,0),(2076,161,0),(2076,162,0),(2076,163,0),(2076,164,0),(2076,165,0),(2076,166,0),(2076,167,0),(2076,168,0),(2076,169,0),(2076,170,0),(2076,171,0),(2076,172,0),(2076,173,0),(2076,174,0),(2076,175,0),(2076,176,0),(2076,177,0),(2076,178,0),(2076,179,0),(2076,180,0),(2076,181,0),(2081,2,0),(2081,11,0),(2081,13,0),(2081,35,0),(2081,36,0),(2081,37,0),(2081,38,0),(2081,39,0),(2081,40,0),(2081,44,0),(2081,47,0),(2081,49,0),(2081,54,0),(2081,57,0),(2081,58,0),(2081,59,0),(2081,60,0),(2081,61,0),(2081,62,0),(2081,64,0),(2081,66,0),(2081,67,0),(2081,73,0),(2081,75,0),(2081,77,0),(2081,78,0),(2081,84,0),(2081,86,0),(2081,87,0),(2081,101,0),(2081,118,0),(2081,121,0),(2081,122,0),(2081,151,0),(2081,152,0),(2081,153,0),(2081,157,0),(2081,159,0),(2081,160,0),(2081,161,0),(2081,162,0),(2081,163,0),(2081,164,0),(2081,165,0),(2081,166,0),(2081,167,0),(2081,168,0),(2081,169,0),(2081,170,0),(2081,171,0),(2081,172,0),(2081,173,0),(2081,174,0),(2081,175,0),(2081,176,0),(2081,177,0),(2081,178,0),(2081,179,0),(2081,180,0),(2081,181,0),(2084,6,0),(2084,11,0),(2084,13,0),(2084,35,0),(2084,36,0),(2084,37,0),(2084,38,0),(2084,39,0),(2084,40,0),(2084,44,0),(2084,47,0),(2084,49,0),(2084,54,0),(2084,57,0),(2084,58,0),(2084,59,0),(2084,60,0),(2084,61,0),(2084,62,0),(2084,64,0),(2084,66,0),(2084,67,0),(2084,73,0),(2084,75,0),(2084,77,0),(2084,78,0),(2084,84,0),(2084,86,0),(2084,87,0),(2084,101,0),(2084,118,0),(2084,121,0),(2084,122,0),(2084,151,0),(2084,152,0),(2084,153,0),(2084,157,0),(2084,159,0),(2084,160,0),(2084,161,0),(2084,162,0),(2084,163,0),(2084,164,0),(2084,165,0),(2084,166,0),(2084,167,0),(2084,168,0),(2084,169,0),(2084,170,0),(2084,171,0),(2084,172,0),(2084,173,0),(2084,174,0),(2084,175,0),(2084,176,0),(2084,177,0),(2084,178,0),(2084,179,0),(2084,180,0),(2084,181,0),(2087,3,0),(2087,11,0),(2087,13,0),(2087,35,0),(2087,36,0),(2087,37,0),(2087,38,0),(2087,39,0),(2087,40,0),(2087,44,0),(2087,47,0),(2087,49,0),(2087,54,0),(2087,57,0),(2087,58,0),(2087,59,0),(2087,60,0),(2087,61,0),(2087,62,0),(2087,64,0),(2087,66,0),(2087,67,0),(2087,73,0),(2087,75,0),(2087,77,0),(2087,78,0),(2087,84,0),(2087,86,0),(2087,87,0),(2087,101,0),(2087,118,0),(2087,121,0),(2087,122,0),(2087,151,0),(2087,152,0),(2087,153,0),(2087,157,0),(2087,159,0),(2087,160,0),(2087,161,0),(2087,162,0),(2087,163,0),(2087,164,0),(2087,165,0),(2087,166,0),(2087,167,0),(2087,168,0),(2087,169,0),(2087,170,0),(2087,171,0),(2087,172,0),(2087,173,0),(2087,174,0),(2087,175,0),(2087,176,0),(2087,177,0),(2087,178,0),(2087,179,0),(2087,180,0),(2087,181,0),(2090,2,0),(2090,11,0),(2090,13,0),(2090,35,0),(2090,36,0),(2090,37,0),(2090,38,0),(2090,39,0),(2090,40,0),(2090,44,0),(2090,47,0),(2090,49,0),(2090,54,0),(2090,57,0),(2090,58,0),(2090,59,0),(2090,60,0),(2090,61,0),(2090,62,0),(2090,64,0),(2090,66,0),(2090,67,0),(2090,73,0),(2090,75,0),(2090,77,0),(2090,78,0),(2090,84,0),(2090,86,0),(2090,87,0),(2090,101,0),(2090,118,0),(2090,121,0),(2090,122,0),(2090,151,0),(2090,152,0),(2090,153,0),(2090,157,0),(2090,159,0),(2090,160,0),(2090,161,0),(2090,162,0),(2090,163,0),(2090,164,0),(2090,165,0),(2090,166,0),(2090,167,0),(2090,168,0),(2090,169,0),(2090,170,0),(2090,171,0),(2090,172,0),(2090,173,0),(2090,174,0),(2090,175,0),(2090,176,0),(2090,177,0),(2090,178,0),(2090,179,0),(2090,180,0),(2090,181,0),(2094,11,0),(2094,13,0),(2094,29,0),(2094,35,0),(2094,36,0),(2094,37,0),(2094,38,0),(2094,39,0),(2094,40,0),(2094,44,0),(2094,47,0),(2094,49,0),(2094,54,0),(2094,57,0),(2094,58,0),(2094,59,0),(2094,60,0),(2094,61,0),(2094,62,0),(2094,64,0),(2094,66,0),(2094,67,0),(2094,73,0),(2094,75,0),(2094,77,0),(2094,78,0),(2094,84,0),(2094,86,0),(2094,87,0),(2094,101,0),(2094,118,0),(2094,121,0),(2094,122,0),(2094,151,0),(2094,152,0),(2094,153,0),(2094,157,0),(2094,159,0),(2094,160,0),(2094,161,0),(2094,162,0),(2094,163,0),(2094,164,0),(2094,165,0),(2094,166,0),(2094,167,0),(2094,168,0),(2094,169,0),(2094,170,0),(2094,171,0),(2094,172,0),(2094,173,0),(2094,174,0),(2094,175,0),(2094,176,0),(2094,177,0),(2094,178,0),(2094,179,0),(2094,180,0),(2094,181,0),(2098,6,0),(2098,11,0),(2098,13,0),(2098,35,0),(2098,36,0),(2098,37,0),(2098,38,0),(2098,39,0),(2098,40,0),(2098,44,0),(2098,47,0),(2098,49,0),(2098,54,0),(2098,57,0),(2098,58,0),(2098,59,0),(2098,60,0),(2098,61,0),(2098,62,0),(2098,64,0),(2098,66,0),(2098,67,0),(2098,73,0),(2098,75,0),(2098,77,0),(2098,78,0),(2098,84,0),(2098,86,0),(2098,87,0),(2098,101,0),(2098,118,0),(2098,121,0),(2098,122,0),(2098,151,0),(2098,152,0),(2098,153,0),(2098,157,0),(2098,159,0),(2098,160,0),(2098,161,0),(2098,162,0),(2098,163,0),(2098,164,0),(2098,165,0),(2098,166,0),(2098,167,0),(2098,168,0),(2098,169,0),(2098,170,0),(2098,171,0),(2098,172,0),(2098,173,0),(2098,174,0),(2098,175,0),(2098,176,0),(2098,177,0),(2098,178,0),(2098,179,0),(2098,180,0),(2098,181,0),(2105,2,0),(2105,11,0),(2105,13,0),(2105,35,0),(2105,36,0),(2105,37,0),(2105,38,0),(2105,39,0),(2105,40,0),(2105,44,0),(2105,47,0),(2105,49,0),(2105,54,0),(2105,57,0),(2105,58,0),(2105,59,0),(2105,60,0),(2105,61,0),(2105,62,0),(2105,64,0),(2105,66,0),(2105,67,0),(2105,73,0),(2105,75,0),(2105,77,0),(2105,78,0),(2105,84,0),(2105,86,0),(2105,87,0),(2105,101,0),(2105,118,0),(2105,121,0),(2105,122,0),(2105,151,0),(2105,152,0),(2105,153,0),(2105,157,0),(2105,159,0),(2105,160,0),(2105,161,0),(2105,162,0),(2105,163,0),(2105,164,0),(2105,165,0),(2105,166,0),(2105,167,0),(2105,168,0),(2105,169,0),(2105,170,0),(2105,171,0),(2105,172,0),(2105,173,0),(2105,174,0),(2105,175,0),(2105,176,0),(2105,177,0),(2105,178,0),(2105,179,0),(2105,180,0),(2105,181,0),(2109,8,0),(2109,11,0),(2109,13,0),(2109,35,0),(2109,36,0),(2109,37,0),(2109,38,0),(2109,39,0),(2109,40,0),(2109,44,0),(2109,47,0),(2109,49,0),(2109,54,0),(2109,57,0),(2109,58,0),(2109,59,0),(2109,60,0),(2109,61,0),(2109,62,0),(2109,64,0),(2109,66,0),(2109,67,0),(2109,73,0),(2109,75,0),(2109,77,0),(2109,78,0),(2109,84,0),(2109,86,0),(2109,87,0),(2109,101,0),(2109,118,0),(2109,121,0),(2109,122,0),(2109,151,0),(2109,152,0),(2109,153,0),(2109,157,0),(2109,159,0),(2109,160,0),(2109,161,0),(2109,162,0),(2109,163,0),(2109,164,0),(2109,165,0),(2109,166,0),(2109,167,0),(2109,168,0),(2109,169,0),(2109,170,0),(2109,171,0),(2109,172,0),(2109,173,0),(2109,174,0),(2109,175,0),(2109,176,0),(2109,177,0),(2109,178,0),(2109,179,0),(2109,180,0),(2109,181,0),(2111,11,0),(2111,13,0),(2111,28,0),(2111,35,0),(2111,36,0),(2111,37,0),(2111,38,0),(2111,39,0),(2111,40,0),(2111,44,0),(2111,47,0),(2111,49,0),(2111,54,0),(2111,57,0),(2111,58,0),(2111,59,0),(2111,60,0),(2111,61,0),(2111,62,0),(2111,64,0),(2111,66,0),(2111,67,0),(2111,73,0),(2111,75,0),(2111,77,0),(2111,78,0),(2111,84,0),(2111,86,0),(2111,87,0),(2111,101,0),(2111,118,0),(2111,121,0),(2111,122,0),(2111,151,0),(2111,152,0),(2111,153,0),(2111,157,0),(2111,159,0),(2111,160,0),(2111,161,0),(2111,162,0),(2111,163,0),(2111,164,0),(2111,165,0),(2111,166,0),(2111,167,0),(2111,168,0),(2111,169,0),(2111,170,0),(2111,171,0),(2111,172,0),(2111,173,0),(2111,174,0),(2111,175,0),(2111,176,0),(2111,177,0),(2111,178,0),(2111,179,0),(2111,180,0),(2111,181,0),(2118,8,0),(2118,11,0),(2118,13,0),(2118,35,0),(2118,36,0),(2118,37,0),(2118,38,0),(2118,39,0),(2118,40,0),(2118,44,0),(2118,47,0),(2118,49,0),(2118,54,0),(2118,57,0),(2118,58,0),(2118,59,0),(2118,60,0),(2118,61,0),(2118,62,0),(2118,64,0),(2118,66,0),(2118,67,0),(2118,73,0),(2118,75,0),(2118,77,0),(2118,78,0),(2118,84,0),(2118,86,0),(2118,87,0),(2118,101,0),(2118,118,0),(2118,121,0),(2118,122,0),(2118,151,0),(2118,152,0),(2118,153,0),(2118,157,0),(2118,159,0),(2118,160,0),(2118,161,0),(2118,162,0),(2118,163,0),(2118,164,0),(2118,165,0),(2118,166,0),(2118,167,0),(2118,168,0),(2118,169,0),(2118,170,0),(2118,171,0),(2118,172,0),(2118,173,0),(2118,174,0),(2118,175,0),(2118,176,0),(2118,177,0),(2118,178,0),(2118,179,0),(2118,180,0),(2118,181,0),(2120,11,0),(2120,13,0),(2120,28,0),(2120,35,0),(2120,36,0),(2120,37,0),(2120,38,0),(2120,39,0),(2120,40,0),(2120,44,0),(2120,47,0),(2120,49,0),(2120,54,0),(2120,57,0),(2120,58,0),(2120,59,0),(2120,60,0),(2120,61,0),(2120,62,0),(2120,64,0),(2120,66,0),(2120,67,0),(2120,73,0),(2120,75,0),(2120,77,0),(2120,78,0),(2120,84,0),(2120,86,0),(2120,87,0),(2120,101,0),(2120,118,0),(2120,121,0),(2120,122,0),(2120,151,0),(2120,152,0),(2120,153,0),(2120,157,0),(2120,159,0),(2120,160,0),(2120,161,0),(2120,162,0),(2120,163,0),(2120,164,0),(2120,165,0),(2120,166,0),(2120,167,0),(2120,168,0),(2120,169,0),(2120,170,0),(2120,171,0),(2120,172,0),(2120,173,0),(2120,174,0),(2120,175,0),(2120,176,0),(2120,177,0),(2120,178,0),(2120,179,0),(2120,180,0),(2120,181,0),(2123,2,0),(2123,11,0),(2123,13,0),(2123,35,0),(2123,36,0),(2123,37,0),(2123,38,0),(2123,39,0),(2123,40,0),(2123,44,0),(2123,47,0),(2123,49,0),(2123,54,0),(2123,57,0),(2123,58,0),(2123,59,0),(2123,60,0),(2123,61,0),(2123,62,0),(2123,64,0),(2123,66,0),(2123,67,0),(2123,73,0),(2123,75,0),(2123,77,0),(2123,78,0),(2123,84,0),(2123,86,0),(2123,87,0),(2123,101,0),(2123,118,0),(2123,121,0),(2123,122,0),(2123,151,0),(2123,152,0),(2123,153,0),(2123,157,0),(2123,159,0),(2123,160,0),(2123,161,0),(2123,162,0),(2123,163,0),(2123,164,0),(2123,165,0),(2123,166,0),(2123,167,0),(2123,168,0),(2123,169,0),(2123,170,0),(2123,171,0),(2123,172,0),(2123,173,0),(2123,174,0),(2123,175,0),(2123,176,0),(2123,177,0),(2123,178,0),(2123,179,0),(2123,180,0),(2123,181,0),(2127,11,0),(2127,13,0),(2127,28,0),(2127,35,0),(2127,36,0),(2127,37,0),(2127,38,0),(2127,39,0),(2127,40,0),(2127,44,0),(2127,47,0),(2127,49,0),(2127,54,0),(2127,57,0),(2127,58,0),(2127,59,0),(2127,60,0),(2127,61,0),(2127,62,0),(2127,64,0),(2127,66,0),(2127,67,0),(2127,73,0),(2127,75,0),(2127,77,0),(2127,78,0),(2127,84,0),(2127,86,0),(2127,87,0),(2127,101,0),(2127,118,0),(2127,121,0),(2127,122,0),(2127,151,0),(2127,152,0),(2127,153,0),(2127,157,0),(2127,159,0),(2127,160,0),(2127,161,0),(2127,162,0),(2127,163,0),(2127,164,0),(2127,165,0),(2127,166,0),(2127,167,0),(2127,168,0),(2127,169,0),(2127,170,0),(2127,171,0),(2127,172,0),(2127,173,0),(2127,174,0),(2127,175,0),(2127,176,0),(2127,177,0),(2127,178,0),(2127,179,0),(2127,180,0),(2127,181,0),(2129,2,0),(2129,11,0),(2129,13,0),(2129,35,0),(2129,36,0),(2129,37,0),(2129,38,0),(2129,39,0),(2129,40,0),(2129,44,0),(2129,47,0),(2129,49,0),(2129,54,0),(2129,57,0),(2129,58,0),(2129,59,0),(2129,60,0),(2129,61,0),(2129,62,0),(2129,64,0),(2129,66,0),(2129,67,0),(2129,73,0),(2129,75,0),(2129,77,0),(2129,78,0),(2129,84,0),(2129,86,0),(2129,87,0),(2129,101,0),(2129,118,0),(2129,121,0),(2129,122,0),(2129,151,0),(2129,152,0),(2129,153,0),(2129,157,0),(2129,159,0),(2129,160,0),(2129,161,0),(2129,162,0),(2129,163,0),(2129,164,0),(2129,165,0),(2129,166,0),(2129,167,0),(2129,168,0),(2129,169,0),(2129,170,0),(2129,171,0),(2129,172,0),(2129,173,0),(2129,174,0),(2129,175,0),(2129,176,0),(2129,177,0),(2129,178,0),(2129,179,0),(2129,180,0),(2129,181,0),(2142,8,0),(2142,11,0),(2142,13,0),(2142,35,0),(2142,36,0),(2142,37,0),(2142,38,0),(2142,39,0),(2142,40,0),(2142,44,0),(2142,47,0),(2142,49,0),(2142,54,0),(2142,57,0),(2142,58,0),(2142,59,0),(2142,60,0),(2142,61,0),(2142,62,0),(2142,64,0),(2142,66,0),(2142,67,0),(2142,73,0),(2142,75,0),(2142,77,0),(2142,78,0),(2142,84,0),(2142,86,0),(2142,87,0),(2142,101,0),(2142,118,0),(2142,121,0),(2142,122,0),(2142,151,0),(2142,152,0),(2142,153,0),(2142,157,0),(2142,159,0),(2142,160,0),(2142,161,0),(2142,162,0),(2142,163,0),(2142,164,0),(2142,165,0),(2142,166,0),(2142,167,0),(2142,168,0),(2142,169,0),(2142,170,0),(2142,171,0),(2142,172,0),(2142,173,0),(2142,174,0),(2142,175,0),(2142,176,0),(2142,177,0),(2142,178,0),(2142,179,0),(2142,180,0),(2142,181,0),(2144,2,0),(2144,11,0),(2144,13,0),(2144,35,0),(2144,36,0),(2144,37,0),(2144,38,0),(2144,39,0),(2144,40,0),(2144,44,0),(2144,47,0),(2144,49,0),(2144,54,0),(2144,57,0),(2144,58,0),(2144,59,0),(2144,60,0),(2144,61,0),(2144,62,0),(2144,64,0),(2144,66,0),(2144,67,0),(2144,73,0),(2144,75,0),(2144,77,0),(2144,78,0),(2144,84,0),(2144,86,0),(2144,87,0),(2144,101,0),(2144,118,0),(2144,121,0),(2144,122,0),(2144,151,0),(2144,152,0),(2144,153,0),(2144,157,0),(2144,159,0),(2144,160,0),(2144,161,0),(2144,162,0),(2144,163,0),(2144,164,0),(2144,165,0),(2144,166,0),(2144,167,0),(2144,168,0),(2144,169,0),(2144,170,0),(2144,171,0),(2144,172,0),(2144,173,0),(2144,174,0),(2144,175,0),(2144,176,0),(2144,177,0),(2144,178,0),(2144,179,0),(2144,180,0),(2144,181,0),(2147,2,0),(2147,11,0),(2147,13,0),(2147,35,0),(2147,36,0),(2147,37,0),(2147,38,0),(2147,39,0),(2147,40,0),(2147,44,0),(2147,47,0),(2147,49,0),(2147,54,0),(2147,57,0),(2147,58,0),(2147,59,0),(2147,60,0),(2147,61,0),(2147,62,0),(2147,64,0),(2147,66,0),(2147,67,0),(2147,73,0),(2147,75,0),(2147,77,0),(2147,78,0),(2147,84,0),(2147,86,0),(2147,87,0),(2147,101,0),(2147,118,0),(2147,121,0),(2147,122,0),(2147,151,0),(2147,152,0),(2147,153,0),(2147,157,0),(2147,159,0),(2147,160,0),(2147,161,0),(2147,162,0),(2147,163,0),(2147,164,0),(2147,165,0),(2147,166,0),(2147,167,0),(2147,168,0),(2147,169,0),(2147,170,0),(2147,171,0),(2147,172,0),(2147,173,0),(2147,174,0),(2147,175,0),(2147,176,0),(2147,177,0),(2147,178,0),(2147,179,0),(2147,180,0),(2147,181,0),(2150,3,0),(2150,11,0),(2150,13,0),(2150,35,0),(2150,36,0),(2150,37,0),(2150,38,0),(2150,39,0),(2150,40,0),(2150,44,0),(2150,47,0),(2150,49,0),(2150,54,0),(2150,57,0),(2150,58,0),(2150,59,0),(2150,60,0),(2150,61,0),(2150,62,0),(2150,64,0),(2150,66,0),(2150,67,0),(2150,73,0),(2150,75,0),(2150,77,0),(2150,78,0),(2150,84,0),(2150,86,0),(2150,87,0),(2150,101,0),(2150,118,0),(2150,121,0),(2150,122,0),(2150,151,0),(2150,152,0),(2150,153,0),(2150,157,0),(2150,159,0),(2150,160,0),(2150,161,0),(2150,162,0),(2150,163,0),(2150,164,0),(2150,165,0),(2150,166,0),(2150,167,0),(2150,168,0),(2150,169,0),(2150,170,0),(2150,171,0),(2150,172,0),(2150,173,0),(2150,174,0),(2150,175,0),(2150,176,0),(2150,177,0),(2150,178,0),(2150,179,0),(2150,180,0),(2150,181,0),(2153,6,0),(2153,11,0),(2153,13,0),(2153,35,0),(2153,36,0),(2153,37,0),(2153,38,0),(2153,39,0),(2153,40,0),(2153,44,0),(2153,47,0),(2153,49,0),(2153,54,0),(2153,57,0),(2153,58,0),(2153,59,0),(2153,60,0),(2153,61,0),(2153,62,0),(2153,64,0),(2153,66,0),(2153,67,0),(2153,73,0),(2153,75,0),(2153,77,0),(2153,78,0),(2153,84,0),(2153,86,0),(2153,87,0),(2153,101,0),(2153,118,0),(2153,121,0),(2153,122,0),(2153,151,0),(2153,152,0),(2153,153,0),(2153,157,0),(2153,159,0),(2153,160,0),(2153,161,0),(2153,162,0),(2153,163,0),(2153,164,0),(2153,165,0),(2153,166,0),(2153,167,0),(2153,168,0),(2153,169,0),(2153,170,0),(2153,171,0),(2153,172,0),(2153,173,0),(2153,174,0),(2153,175,0),(2153,176,0),(2153,177,0),(2153,178,0),(2153,179,0),(2153,180,0),(2153,181,0),(2156,2,0),(2156,11,0),(2156,13,0),(2156,35,0),(2156,36,0),(2156,37,0),(2156,38,0),(2156,39,0),(2156,40,0),(2156,44,0),(2156,47,0),(2156,49,0),(2156,54,0),(2156,57,0),(2156,58,0),(2156,59,0),(2156,60,0),(2156,61,0),(2156,62,0),(2156,64,0),(2156,66,0),(2156,67,0),(2156,73,0),(2156,75,0),(2156,77,0),(2156,78,0),(2156,84,0),(2156,86,0),(2156,87,0),(2156,101,0),(2156,118,0),(2156,121,0),(2156,122,0),(2156,151,0),(2156,152,0),(2156,153,0),(2156,157,0),(2156,159,0),(2156,160,0),(2156,161,0),(2156,162,0),(2156,163,0),(2156,164,0),(2156,165,0),(2156,166,0),(2156,167,0),(2156,168,0),(2156,169,0),(2156,170,0),(2156,171,0),(2156,172,0),(2156,173,0),(2156,174,0),(2156,175,0),(2156,176,0),(2156,177,0),(2156,178,0),(2156,179,0),(2156,180,0),(2156,181,0),(2158,2,0),(2158,11,0),(2158,13,0),(2158,35,0),(2158,36,0),(2158,37,0),(2158,38,0),(2158,39,0),(2158,40,0),(2158,44,0),(2158,47,0),(2158,49,0),(2158,54,0),(2158,57,0),(2158,58,0),(2158,59,0),(2158,60,0),(2158,61,0),(2158,62,0),(2158,64,0),(2158,66,0),(2158,67,0),(2158,73,0),(2158,75,0),(2158,77,0),(2158,78,0),(2158,84,0),(2158,86,0),(2158,87,0),(2158,101,0),(2158,118,0),(2158,121,0),(2158,122,0),(2158,151,0),(2158,152,0),(2158,153,0),(2158,157,0),(2158,159,0),(2158,160,0),(2158,161,0),(2158,162,0),(2158,163,0),(2158,164,0),(2158,165,0),(2158,166,0),(2158,167,0),(2158,168,0),(2158,169,0),(2158,170,0),(2158,171,0),(2158,172,0),(2158,173,0),(2158,174,0),(2158,175,0),(2158,176,0),(2158,177,0),(2158,178,0),(2158,179,0),(2158,180,0),(2158,181,0),(2161,11,0),(2161,13,0),(2161,29,0),(2161,35,0),(2161,36,0),(2161,37,0),(2161,38,0),(2161,39,0),(2161,40,0),(2161,44,0),(2161,47,0),(2161,49,0),(2161,54,0),(2161,57,0),(2161,58,0),(2161,59,0),(2161,60,0),(2161,61,0),(2161,62,0),(2161,64,0),(2161,66,0),(2161,67,0),(2161,73,0),(2161,75,0),(2161,77,0),(2161,78,0),(2161,84,0),(2161,86,0),(2161,87,0),(2161,101,0),(2161,118,0),(2161,121,0),(2161,122,0),(2161,151,0),(2161,152,0),(2161,153,0),(2161,157,0),(2161,159,0),(2161,160,0),(2161,161,0),(2161,162,0),(2161,163,0),(2161,164,0),(2161,165,0),(2161,166,0),(2161,167,0),(2161,168,0),(2161,169,0),(2161,170,0),(2161,171,0),(2161,172,0),(2161,173,0),(2161,174,0),(2161,175,0),(2161,176,0),(2161,177,0),(2161,178,0),(2161,179,0),(2161,180,0),(2161,181,0),(2170,6,0),(2170,11,0),(2170,13,0),(2170,35,0),(2170,36,0),(2170,37,0),(2170,38,0),(2170,39,0),(2170,40,0),(2170,44,0),(2170,47,0),(2170,49,0),(2170,54,0),(2170,57,0),(2170,58,0),(2170,59,0),(2170,60,0),(2170,61,0),(2170,62,0),(2170,64,0),(2170,66,0),(2170,67,0),(2170,73,0),(2170,75,0),(2170,77,0),(2170,78,0),(2170,84,0),(2170,86,0),(2170,87,0),(2170,101,0),(2170,118,0),(2170,121,0),(2170,122,0),(2170,151,0),(2170,152,0),(2170,153,0),(2170,157,0),(2170,159,0),(2170,160,0),(2170,161,0),(2170,162,0),(2170,163,0),(2170,164,0),(2170,165,0),(2170,166,0),(2170,167,0),(2170,168,0),(2170,169,0),(2170,170,0),(2170,171,0),(2170,172,0),(2170,173,0),(2170,174,0),(2170,175,0),(2170,176,0),(2170,177,0),(2170,178,0),(2170,179,0),(2170,180,0),(2170,181,0),(2175,2,0),(2175,11,0),(2175,13,0),(2175,35,0),(2175,36,0),(2175,37,0),(2175,38,0),(2175,39,0),(2175,40,0),(2175,44,0),(2175,47,0),(2175,49,0),(2175,54,0),(2175,57,0),(2175,58,0),(2175,59,0),(2175,60,0),(2175,61,0),(2175,62,0),(2175,64,0),(2175,66,0),(2175,67,0),(2175,73,0),(2175,75,0),(2175,77,0),(2175,78,0),(2175,84,0),(2175,86,0),(2175,87,0),(2175,101,0),(2175,118,0),(2175,121,0),(2175,122,0),(2175,151,0),(2175,152,0),(2175,153,0),(2175,157,0),(2175,159,0),(2175,160,0),(2175,161,0),(2175,162,0),(2175,163,0),(2175,164,0),(2175,165,0),(2175,166,0),(2175,167,0),(2175,168,0),(2175,169,0),(2175,170,0),(2175,171,0),(2175,172,0),(2175,173,0),(2175,174,0),(2175,175,0),(2175,176,0),(2175,177,0),(2175,178,0),(2175,179,0),(2175,180,0),(2175,181,0),(2178,6,0),(2178,11,0),(2178,13,0),(2178,35,0),(2178,36,0),(2178,37,0),(2178,38,0),(2178,39,0),(2178,40,0),(2178,44,0),(2178,47,0),(2178,49,0),(2178,54,0),(2178,57,0),(2178,58,0),(2178,59,0),(2178,60,0),(2178,61,0),(2178,62,0),(2178,64,0),(2178,66,0),(2178,67,0),(2178,73,0),(2178,75,0),(2178,77,0),(2178,78,0),(2178,84,0),(2178,86,0),(2178,87,0),(2178,101,0),(2178,118,0),(2178,121,0),(2178,122,0),(2178,151,0),(2178,152,0),(2178,153,0),(2178,157,0),(2178,159,0),(2178,160,0),(2178,161,0),(2178,162,0),(2178,163,0),(2178,164,0),(2178,165,0),(2178,166,0),(2178,167,0),(2178,168,0),(2178,169,0),(2178,170,0),(2178,171,0),(2178,172,0),(2178,173,0),(2178,174,0),(2178,175,0),(2178,176,0),(2178,177,0),(2178,178,0),(2178,179,0),(2178,180,0),(2178,181,0),(2182,3,0),(2182,11,0),(2182,13,0),(2182,35,0),(2182,36,0),(2182,37,0),(2182,38,0),(2182,39,0),(2182,40,0),(2182,44,0),(2182,47,0),(2182,49,0),(2182,54,0),(2182,57,0),(2182,58,0),(2182,59,0),(2182,60,0),(2182,61,0),(2182,62,0),(2182,64,0),(2182,66,0),(2182,67,0),(2182,73,0),(2182,75,0),(2182,77,0),(2182,78,0),(2182,84,0),(2182,86,0),(2182,87,0),(2182,101,0),(2182,118,0),(2182,121,0),(2182,122,0),(2182,151,0),(2182,152,0),(2182,153,0),(2182,157,0),(2182,159,0),(2182,160,0),(2182,161,0),(2182,162,0),(2182,163,0),(2182,164,0),(2182,165,0),(2182,166,0),(2182,167,0),(2182,168,0),(2182,169,0),(2182,170,0),(2182,171,0),(2182,172,0),(2182,173,0),(2182,174,0),(2182,175,0),(2182,176,0),(2182,177,0),(2182,178,0),(2182,179,0),(2182,180,0),(2182,181,0),(2184,6,0),(2184,11,0),(2184,13,0),(2184,35,0),(2184,36,0),(2184,37,0),(2184,38,0),(2184,39,0),(2184,40,0),(2184,44,0),(2184,47,0),(2184,49,0),(2184,54,0),(2184,57,0),(2184,58,0),(2184,59,0),(2184,60,0),(2184,61,0),(2184,62,0),(2184,64,0),(2184,66,0),(2184,67,0),(2184,73,0),(2184,75,0),(2184,77,0),(2184,78,0),(2184,84,0),(2184,86,0),(2184,87,0),(2184,101,0),(2184,118,0),(2184,121,0),(2184,122,0),(2184,151,0),(2184,152,0),(2184,153,0),(2184,157,0),(2184,159,0),(2184,160,0),(2184,161,0),(2184,162,0),(2184,163,0),(2184,164,0),(2184,165,0),(2184,166,0),(2184,167,0),(2184,168,0),(2184,169,0),(2184,170,0),(2184,171,0),(2184,172,0),(2184,173,0),(2184,174,0),(2184,175,0),(2184,176,0),(2184,177,0),(2184,178,0),(2184,179,0),(2184,180,0),(2184,181,0),(2189,8,0),(2189,11,0),(2189,13,0),(2189,35,0),(2189,36,0),(2189,37,0),(2189,38,0),(2189,39,0),(2189,40,0),(2189,44,0),(2189,47,0),(2189,49,0),(2189,54,0),(2189,57,0),(2189,58,0),(2189,59,0),(2189,60,0),(2189,61,0),(2189,62,0),(2189,64,0),(2189,66,0),(2189,67,0),(2189,73,0),(2189,75,0),(2189,77,0),(2189,78,0),(2189,84,0),(2189,86,0),(2189,87,0),(2189,101,0),(2189,118,0),(2189,121,0),(2189,122,0),(2189,151,0),(2189,152,0),(2189,153,0),(2189,157,0),(2189,159,0),(2189,160,0),(2189,161,0),(2189,162,0),(2189,163,0),(2189,164,0),(2189,165,0),(2189,166,0),(2189,167,0),(2189,168,0),(2189,169,0),(2189,170,0),(2189,171,0),(2189,172,0),(2189,173,0),(2189,174,0),(2189,175,0),(2189,176,0),(2189,177,0),(2189,178,0),(2189,179,0),(2189,180,0),(2189,181,0),(2191,3,0),(2191,11,0),(2191,13,0),(2191,35,0),(2191,36,0),(2191,37,0),(2191,38,0),(2191,39,0),(2191,40,0),(2191,44,0),(2191,47,0),(2191,49,0),(2191,54,0),(2191,57,0),(2191,58,0),(2191,59,0),(2191,60,0),(2191,61,0),(2191,62,0),(2191,64,0),(2191,66,0),(2191,67,0),(2191,73,0),(2191,75,0),(2191,77,0),(2191,78,0),(2191,84,0),(2191,86,0),(2191,87,0),(2191,101,0),(2191,118,0),(2191,121,0),(2191,122,0),(2191,151,0),(2191,152,0),(2191,153,0),(2191,157,0),(2191,159,0),(2191,160,0),(2191,161,0),(2191,162,0),(2191,163,0),(2191,164,0),(2191,165,0),(2191,166,0),(2191,167,0),(2191,168,0),(2191,169,0),(2191,170,0),(2191,171,0),(2191,172,0),(2191,173,0),(2191,174,0),(2191,175,0),(2191,176,0),(2191,177,0),(2191,178,0),(2191,179,0),(2191,180,0),(2191,181,0),(2194,8,0),(2194,11,0),(2194,13,0),(2194,35,0),(2194,36,0),(2194,37,0),(2194,38,0),(2194,39,0),(2194,40,0),(2194,44,0),(2194,47,0),(2194,49,0),(2194,54,0),(2194,57,0),(2194,58,0),(2194,59,0),(2194,60,0),(2194,61,0),(2194,62,0),(2194,64,0),(2194,66,0),(2194,67,0),(2194,73,0),(2194,75,0),(2194,77,0),(2194,78,0),(2194,84,0),(2194,86,0),(2194,87,0),(2194,101,0),(2194,118,0),(2194,121,0),(2194,122,0),(2194,151,0),(2194,152,0),(2194,153,0),(2194,157,0),(2194,159,0),(2194,160,0),(2194,161,0),(2194,162,0),(2194,163,0),(2194,164,0),(2194,165,0),(2194,166,0),(2194,167,0),(2194,168,0),(2194,169,0),(2194,170,0),(2194,171,0),(2194,172,0),(2194,173,0),(2194,174,0),(2194,175,0),(2194,176,0),(2194,177,0),(2194,178,0),(2194,179,0),(2194,180,0),(2194,181,0),(2196,3,0),(2196,11,0),(2196,13,0),(2196,35,0),(2196,36,0),(2196,37,0),(2196,38,0),(2196,39,0),(2196,40,0),(2196,44,0),(2196,47,0),(2196,49,0),(2196,54,0),(2196,57,0),(2196,58,0),(2196,59,0),(2196,60,0),(2196,61,0),(2196,62,0),(2196,64,0),(2196,66,0),(2196,67,0),(2196,73,0),(2196,75,0),(2196,77,0),(2196,78,0),(2196,84,0),(2196,86,0),(2196,87,0),(2196,101,0),(2196,118,0),(2196,121,0),(2196,122,0),(2196,151,0),(2196,152,0),(2196,153,0),(2196,157,0),(2196,159,0),(2196,160,0),(2196,161,0),(2196,162,0),(2196,163,0),(2196,164,0),(2196,165,0),(2196,166,0),(2196,167,0),(2196,168,0),(2196,169,0),(2196,170,0),(2196,171,0),(2196,172,0),(2196,173,0),(2196,174,0),(2196,175,0),(2196,176,0),(2196,177,0),(2196,178,0),(2196,179,0),(2196,180,0),(2196,181,0),(2201,2,0),(2201,11,0),(2201,13,0),(2201,35,0),(2201,36,0),(2201,37,0),(2201,38,0),(2201,39,0),(2201,40,0),(2201,44,0),(2201,47,0),(2201,49,0),(2201,54,0),(2201,57,0),(2201,58,0),(2201,59,0),(2201,60,0),(2201,61,0),(2201,62,0),(2201,64,0),(2201,66,0),(2201,67,0),(2201,73,0),(2201,75,0),(2201,77,0),(2201,78,0),(2201,84,0),(2201,86,0),(2201,87,0),(2201,101,0),(2201,118,0),(2201,121,0),(2201,122,0),(2201,151,0),(2201,152,0),(2201,153,0),(2201,157,0),(2201,159,0),(2201,160,0),(2201,161,0),(2201,162,0),(2201,163,0),(2201,164,0),(2201,165,0),(2201,166,0),(2201,167,0),(2201,168,0),(2201,169,0),(2201,170,0),(2201,171,0),(2201,172,0),(2201,173,0),(2201,174,0),(2201,175,0),(2201,176,0),(2201,177,0),(2201,178,0),(2201,179,0),(2201,180,0),(2201,181,0),(2205,8,0),(2205,11,0),(2205,13,0),(2205,35,0),(2205,36,0),(2205,37,0),(2205,38,0),(2205,39,0),(2205,40,0),(2205,44,0),(2205,47,0),(2205,49,0),(2205,54,0),(2205,57,0),(2205,58,0),(2205,59,0),(2205,60,0),(2205,61,0),(2205,62,0),(2205,64,0),(2205,66,0),(2205,67,0),(2205,73,0),(2205,75,0),(2205,77,0),(2205,78,0),(2205,84,0),(2205,86,0),(2205,87,0),(2205,101,0),(2205,118,0),(2205,121,0),(2205,122,0),(2205,151,0),(2205,152,0),(2205,153,0),(2205,157,0),(2205,159,0),(2205,160,0),(2205,161,0),(2205,162,0),(2205,163,0),(2205,164,0),(2205,165,0),(2205,166,0),(2205,167,0),(2205,168,0),(2205,169,0),(2205,170,0),(2205,171,0),(2205,172,0),(2205,173,0),(2205,174,0),(2205,175,0),(2205,176,0),(2205,177,0),(2205,178,0),(2205,179,0),(2205,180,0),(2205,181,0),(2210,6,0),(2210,11,0),(2210,13,0),(2210,35,0),(2210,36,0),(2210,37,0),(2210,38,0),(2210,39,0),(2210,40,0),(2210,44,0),(2210,47,0),(2210,49,0),(2210,54,0),(2210,57,0),(2210,58,0),(2210,59,0),(2210,60,0),(2210,61,0),(2210,62,0),(2210,64,0),(2210,66,0),(2210,67,0),(2210,73,0),(2210,75,0),(2210,77,0),(2210,78,0),(2210,84,0),(2210,86,0),(2210,87,0),(2210,101,0),(2210,118,0),(2210,121,0),(2210,122,0),(2210,151,0),(2210,152,0),(2210,153,0),(2210,157,0),(2210,159,0),(2210,160,0),(2210,161,0),(2210,162,0),(2210,163,0),(2210,164,0),(2210,165,0),(2210,166,0),(2210,167,0),(2210,168,0),(2210,169,0),(2210,170,0),(2210,171,0),(2210,172,0),(2210,173,0),(2210,174,0),(2210,175,0),(2210,176,0),(2210,177,0),(2210,178,0),(2210,179,0),(2210,180,0),(2210,181,0),(2215,3,0),(2215,11,0),(2215,13,0),(2215,35,0),(2215,36,0),(2215,37,0),(2215,38,0),(2215,39,0),(2215,40,0),(2215,44,0),(2215,47,0),(2215,49,0),(2215,54,0),(2215,57,0),(2215,58,0),(2215,59,0),(2215,60,0),(2215,61,0),(2215,62,0),(2215,64,0),(2215,66,0),(2215,67,0),(2215,73,0),(2215,75,0),(2215,77,0),(2215,78,0),(2215,84,0),(2215,86,0),(2215,87,0),(2215,101,0),(2215,118,0),(2215,121,0),(2215,122,0),(2215,151,0),(2215,152,0),(2215,153,0),(2215,157,0),(2215,159,0),(2215,160,0),(2215,161,0),(2215,162,0),(2215,163,0),(2215,164,0),(2215,165,0),(2215,166,0),(2215,167,0),(2215,168,0),(2215,169,0),(2215,170,0),(2215,171,0),(2215,172,0),(2215,173,0),(2215,174,0),(2215,175,0),(2215,176,0),(2215,177,0),(2215,178,0),(2215,179,0),(2215,180,0),(2215,181,0),(2221,3,0),(2221,11,0),(2221,13,0),(2221,35,0),(2221,36,0),(2221,37,0),(2221,38,0),(2221,39,0),(2221,40,0),(2221,44,0),(2221,47,0),(2221,49,0),(2221,54,0),(2221,57,0),(2221,58,0),(2221,59,0),(2221,60,0),(2221,61,0),(2221,62,0),(2221,64,0),(2221,66,0),(2221,67,0),(2221,73,0),(2221,75,0),(2221,77,0),(2221,78,0),(2221,84,0),(2221,86,0),(2221,87,0),(2221,101,0),(2221,118,0),(2221,121,0),(2221,122,0),(2221,151,0),(2221,152,0),(2221,153,0),(2221,157,0),(2221,159,0),(2221,160,0),(2221,161,0),(2221,162,0),(2221,163,0),(2221,164,0),(2221,165,0),(2221,166,0),(2221,167,0),(2221,168,0),(2221,169,0),(2221,170,0),(2221,171,0),(2221,172,0),(2221,173,0),(2221,174,0),(2221,175,0),(2221,176,0),(2221,177,0),(2221,178,0),(2221,179,0),(2221,180,0),(2221,181,0),(2226,8,0),(2226,11,0),(2226,13,0),(2226,35,0),(2226,36,0),(2226,37,0),(2226,38,0),(2226,39,0),(2226,40,0),(2226,44,0),(2226,47,0),(2226,49,0),(2226,54,0),(2226,57,0),(2226,58,0),(2226,59,0),(2226,60,0),(2226,61,0),(2226,62,0),(2226,64,0),(2226,66,0),(2226,67,0),(2226,73,0),(2226,75,0),(2226,77,0),(2226,78,0),(2226,84,0),(2226,86,0),(2226,87,0),(2226,101,0),(2226,118,0),(2226,121,0),(2226,122,0),(2226,151,0),(2226,152,0),(2226,153,0),(2226,157,0),(2226,159,0),(2226,160,0),(2226,161,0),(2226,162,0),(2226,163,0),(2226,164,0),(2226,165,0),(2226,166,0),(2226,167,0),(2226,168,0),(2226,169,0),(2226,170,0),(2226,171,0),(2226,172,0),(2226,173,0),(2226,174,0),(2226,175,0),(2226,176,0),(2226,177,0),(2226,178,0),(2226,179,0),(2226,180,0),(2226,181,0),(2228,6,0),(2228,11,0),(2228,13,0),(2228,35,0),(2228,36,0),(2228,37,0),(2228,38,0),(2228,39,0),(2228,40,0),(2228,44,0),(2228,47,0),(2228,49,0),(2228,54,0),(2228,57,0),(2228,58,0),(2228,59,0),(2228,60,0),(2228,61,0),(2228,62,0),(2228,64,0),(2228,66,0),(2228,67,0),(2228,73,0),(2228,75,0),(2228,77,0),(2228,78,0),(2228,84,0),(2228,86,0),(2228,87,0),(2228,101,0),(2228,118,0),(2228,121,0),(2228,122,0),(2228,151,0),(2228,152,0),(2228,153,0),(2228,157,0),(2228,159,0),(2228,160,0),(2228,161,0),(2228,162,0),(2228,163,0),(2228,164,0),(2228,165,0),(2228,166,0),(2228,167,0),(2228,168,0),(2228,169,0),(2228,170,0),(2228,171,0),(2228,172,0),(2228,173,0),(2228,174,0),(2228,175,0),(2228,176,0),(2228,177,0),(2228,178,0),(2228,179,0),(2228,180,0),(2228,181,0),(2231,11,0),(2231,13,0),(2231,29,0),(2231,35,0),(2231,36,0),(2231,37,0),(2231,38,0),(2231,39,0),(2231,40,0),(2231,44,0),(2231,47,0),(2231,49,0),(2231,54,0),(2231,57,0),(2231,58,0),(2231,59,0),(2231,60,0),(2231,61,0),(2231,62,0),(2231,64,0),(2231,66,0),(2231,67,0),(2231,73,0),(2231,75,0),(2231,77,0),(2231,78,0),(2231,84,0),(2231,86,0),(2231,87,0),(2231,101,0),(2231,118,0),(2231,121,0),(2231,122,0),(2231,151,0),(2231,152,0),(2231,153,0),(2231,157,0),(2231,159,0),(2231,160,0),(2231,161,0),(2231,162,0),(2231,163,0),(2231,164,0),(2231,165,0),(2231,166,0),(2231,167,0),(2231,168,0),(2231,169,0),(2231,170,0),(2231,171,0),(2231,172,0),(2231,173,0),(2231,174,0),(2231,175,0),(2231,176,0),(2231,177,0),(2231,178,0),(2231,179,0),(2231,180,0),(2231,181,0),(2237,8,0),(2237,11,0),(2237,13,0),(2237,35,0),(2237,36,0),(2237,37,0),(2237,38,0),(2237,39,0),(2237,40,0),(2237,44,0),(2237,47,0),(2237,49,0),(2237,54,0),(2237,57,0),(2237,58,0),(2237,59,0),(2237,60,0),(2237,61,0),(2237,62,0),(2237,64,0),(2237,66,0),(2237,67,0),(2237,73,0),(2237,75,0),(2237,77,0),(2237,78,0),(2237,84,0),(2237,86,0),(2237,87,0),(2237,101,0),(2237,118,0),(2237,121,0),(2237,122,0),(2237,151,0),(2237,152,0),(2237,153,0),(2237,157,0),(2237,159,0),(2237,160,0),(2237,161,0),(2237,162,0),(2237,163,0),(2237,164,0),(2237,165,0),(2237,166,0),(2237,167,0),(2237,168,0),(2237,169,0),(2237,170,0),(2237,171,0),(2237,172,0),(2237,173,0),(2237,174,0),(2237,175,0),(2237,176,0),(2237,177,0),(2237,178,0),(2237,179,0),(2237,180,0),(2237,181,0),(2242,11,0),(2242,13,0),(2242,29,0),(2242,35,0),(2242,36,0),(2242,37,0),(2242,38,0),(2242,39,0),(2242,40,0),(2242,44,0),(2242,47,0),(2242,49,0),(2242,54,0),(2242,57,0),(2242,58,0),(2242,59,0),(2242,60,0),(2242,61,0),(2242,62,0),(2242,64,0),(2242,66,0),(2242,67,0),(2242,73,0),(2242,75,0),(2242,77,0),(2242,78,0),(2242,84,0),(2242,86,0),(2242,87,0),(2242,101,0),(2242,118,0),(2242,121,0),(2242,122,0),(2242,151,0),(2242,152,0),(2242,153,0),(2242,157,0),(2242,159,0),(2242,160,0),(2242,161,0),(2242,162,0),(2242,163,0),(2242,164,0),(2242,165,0),(2242,166,0),(2242,167,0),(2242,168,0),(2242,169,0),(2242,170,0),(2242,171,0),(2242,172,0),(2242,173,0),(2242,174,0),(2242,175,0),(2242,176,0),(2242,177,0),(2242,178,0),(2242,179,0),(2242,180,0),(2242,181,0),(2245,8,0),(2251,11,0),(2251,13,0),(2251,29,0),(2251,35,0),(2251,36,0),(2251,37,0),(2251,38,0),(2251,39,0),(2251,40,0),(2251,44,0),(2251,47,0),(2251,49,0),(2251,54,0),(2251,57,0),(2251,58,0),(2251,59,0),(2251,60,0),(2251,61,0),(2251,62,0),(2251,64,0),(2251,66,0),(2251,67,0),(2251,73,0),(2251,75,0),(2251,77,0),(2251,78,0),(2251,84,0),(2251,86,0),(2251,87,0),(2251,101,0),(2251,118,0),(2251,121,0),(2251,122,0),(2251,151,0),(2251,152,0),(2251,153,0),(2251,157,0),(2251,159,0),(2251,160,0),(2251,161,0),(2251,162,0),(2251,163,0),(2251,164,0),(2251,165,0),(2251,166,0),(2251,167,0),(2251,168,0),(2251,169,0),(2251,170,0),(2251,171,0),(2251,172,0),(2251,173,0),(2251,174,0),(2251,175,0),(2251,176,0),(2251,177,0),(2251,178,0),(2251,179,0),(2251,180,0),(2251,181,0),(2254,8,0),(2254,11,0),(2254,13,0),(2254,35,0),(2254,36,0),(2254,37,0),(2254,38,0),(2254,39,0),(2254,40,0),(2254,44,0),(2254,47,0),(2254,49,0),(2254,54,0),(2254,57,0),(2254,58,0),(2254,59,0),(2254,60,0),(2254,61,0),(2254,62,0),(2254,64,0),(2254,66,0),(2254,67,0),(2254,73,0),(2254,75,0),(2254,77,0),(2254,78,0),(2254,84,0),(2254,86,0),(2254,87,0),(2254,101,0),(2254,118,0),(2254,121,0),(2254,122,0),(2254,151,0),(2254,152,0),(2254,153,0),(2254,157,0),(2254,159,0),(2254,160,0),(2254,161,0),(2254,162,0),(2254,163,0),(2254,164,0),(2254,165,0),(2254,166,0),(2254,167,0),(2254,168,0),(2254,169,0),(2254,170,0),(2254,171,0),(2254,172,0),(2254,173,0),(2254,174,0),(2254,175,0),(2254,176,0),(2254,177,0),(2254,178,0),(2254,179,0),(2254,180,0),(2254,181,0),(2258,11,0),(2258,13,0),(2258,29,0),(2258,35,0),(2258,36,0),(2258,37,0),(2258,38,0),(2258,39,0),(2258,40,0),(2258,44,0),(2258,47,0),(2258,49,0),(2258,54,0),(2258,57,0),(2258,58,0),(2258,59,0),(2258,60,0),(2258,61,0),(2258,62,0),(2258,64,0),(2258,66,0),(2258,67,0),(2258,73,0),(2258,75,0),(2258,77,0),(2258,78,0),(2258,84,0),(2258,86,0),(2258,87,0),(2258,101,0),(2258,118,0),(2258,121,0),(2258,122,0),(2258,151,0),(2258,152,0),(2258,153,0),(2258,157,0),(2258,159,0),(2258,160,0),(2258,161,0),(2258,162,0),(2258,163,0),(2258,164,0),(2258,165,0),(2258,166,0),(2258,167,0),(2258,168,0),(2258,169,0),(2258,170,0),(2258,171,0),(2258,172,0),(2258,173,0),(2258,174,0),(2258,175,0),(2258,176,0),(2258,177,0),(2258,178,0),(2258,179,0),(2258,180,0),(2258,181,0),(2265,2,0),(2265,11,0),(2265,13,0),(2265,35,0),(2265,36,0),(2265,37,0),(2265,38,0),(2265,39,0),(2265,40,0),(2265,44,0),(2265,47,0),(2265,49,0),(2265,54,0),(2265,57,0),(2265,58,0),(2265,59,0),(2265,60,0),(2265,61,0),(2265,62,0),(2265,64,0),(2265,66,0),(2265,67,0),(2265,73,0),(2265,75,0),(2265,77,0),(2265,78,0),(2265,84,0),(2265,86,0),(2265,87,0),(2265,101,0),(2265,118,0),(2265,121,0),(2265,122,0),(2265,151,0),(2265,152,0),(2265,153,0),(2265,157,0),(2265,159,0),(2265,160,0),(2265,161,0),(2265,162,0),(2265,163,0),(2265,164,0),(2265,165,0),(2265,166,0),(2265,167,0),(2265,168,0),(2265,169,0),(2265,170,0),(2265,171,0),(2265,172,0),(2265,173,0),(2265,174,0),(2265,175,0),(2265,176,0),(2265,177,0),(2265,178,0),(2265,179,0),(2265,180,0),(2265,181,0),(2268,2,0),(2268,11,0),(2268,13,0),(2268,35,0),(2268,36,0),(2268,37,0),(2268,38,0),(2268,39,0),(2268,40,0),(2268,44,0),(2268,47,0),(2268,49,0),(2268,54,0),(2268,57,0),(2268,58,0),(2268,59,0),(2268,60,0),(2268,61,0),(2268,62,0),(2268,64,0),(2268,66,0),(2268,67,0),(2268,73,0),(2268,75,0),(2268,77,0),(2268,78,0),(2268,84,0),(2268,86,0),(2268,87,0),(2268,101,0),(2268,118,0),(2268,121,0),(2268,122,0),(2268,151,0),(2268,152,0),(2268,153,0),(2268,157,0),(2268,159,0),(2268,160,0),(2268,161,0),(2268,162,0),(2268,163,0),(2268,164,0),(2268,165,0),(2268,166,0),(2268,167,0),(2268,168,0),(2268,169,0),(2268,170,0),(2268,171,0),(2268,172,0),(2268,173,0),(2268,174,0),(2268,175,0),(2268,176,0),(2268,177,0),(2268,178,0),(2268,179,0),(2268,180,0),(2268,181,0),(2273,8,0),(2273,11,0),(2273,13,0),(2273,35,0),(2273,36,0),(2273,37,0),(2273,38,0),(2273,39,0),(2273,40,0),(2273,44,0),(2273,47,0),(2273,49,0),(2273,54,0),(2273,57,0),(2273,58,0),(2273,59,0),(2273,60,0),(2273,61,0),(2273,62,0),(2273,64,0),(2273,66,0),(2273,67,0),(2273,73,0),(2273,75,0),(2273,77,0),(2273,78,0),(2273,84,0),(2273,86,0),(2273,87,0),(2273,101,0),(2273,118,0),(2273,121,0),(2273,122,0),(2273,151,0),(2273,152,0),(2273,153,0),(2273,157,0),(2273,159,0),(2273,160,0),(2273,161,0),(2273,162,0),(2273,163,0),(2273,164,0),(2273,165,0),(2273,166,0),(2273,167,0),(2273,168,0),(2273,169,0),(2273,170,0),(2273,171,0),(2273,172,0),(2273,173,0),(2273,174,0),(2273,175,0),(2273,176,0),(2273,177,0),(2273,178,0),(2273,179,0),(2273,180,0),(2273,181,0),(2275,11,0),(2275,13,0),(2275,29,0),(2275,35,0),(2275,36,0),(2275,37,0),(2275,38,0),(2275,39,0),(2275,40,0),(2275,44,0),(2275,47,0),(2275,49,0),(2275,54,0),(2275,57,0),(2275,58,0),(2275,59,0),(2275,60,0),(2275,61,0),(2275,62,0),(2275,64,0),(2275,66,0),(2275,67,0),(2275,73,0),(2275,75,0),(2275,77,0),(2275,78,0),(2275,84,0),(2275,86,0),(2275,87,0),(2275,101,0),(2275,118,0),(2275,121,0),(2275,122,0),(2275,151,0),(2275,152,0),(2275,153,0),(2275,157,0),(2275,159,0),(2275,160,0),(2275,161,0),(2275,162,0),(2275,163,0),(2275,164,0),(2275,165,0),(2275,166,0),(2275,167,0),(2275,168,0),(2275,169,0),(2275,170,0),(2275,171,0),(2275,172,0),(2275,173,0),(2275,174,0),(2275,175,0),(2275,176,0),(2275,177,0),(2275,178,0),(2275,179,0),(2275,180,0),(2275,181,0),(2277,8,0),(2277,11,0),(2277,13,0),(2277,35,0),(2277,36,0),(2277,37,0),(2277,38,0),(2277,39,0),(2277,40,0),(2277,44,0),(2277,47,0),(2277,49,0),(2277,54,0),(2277,57,0),(2277,58,0),(2277,59,0),(2277,60,0),(2277,61,0),(2277,62,0),(2277,64,0),(2277,66,0),(2277,67,0),(2277,73,0),(2277,75,0),(2277,77,0),(2277,78,0),(2277,84,0),(2277,86,0),(2277,87,0),(2277,101,0),(2277,118,0),(2277,121,0),(2277,122,0),(2277,151,0),(2277,152,0),(2277,153,0),(2277,157,0),(2277,159,0),(2277,160,0),(2277,161,0),(2277,162,0),(2277,163,0),(2277,164,0),(2277,165,0),(2277,166,0),(2277,167,0),(2277,168,0),(2277,169,0),(2277,170,0),(2277,171,0),(2277,172,0),(2277,173,0),(2277,174,0),(2277,175,0),(2277,176,0),(2277,177,0),(2277,178,0),(2277,179,0),(2277,180,0),(2277,181,0),(2280,2,0),(2280,11,0),(2280,13,0),(2280,35,0),(2280,36,0),(2280,37,0),(2280,38,0),(2280,39,0),(2280,40,0),(2280,44,0),(2280,47,0),(2280,49,0),(2280,54,0),(2280,57,0),(2280,58,0),(2280,59,0),(2280,60,0),(2280,61,0),(2280,62,0),(2280,64,0),(2280,66,0),(2280,67,0),(2280,73,0),(2280,75,0),(2280,77,0),(2280,78,0),(2280,84,0),(2280,86,0),(2280,87,0),(2280,101,0),(2280,118,0),(2280,121,0),(2280,122,0),(2280,151,0),(2280,152,0),(2280,153,0),(2280,157,0),(2280,159,0),(2280,160,0),(2280,161,0),(2280,162,0),(2280,163,0),(2280,164,0),(2280,165,0),(2280,166,0),(2280,167,0),(2280,168,0),(2280,169,0),(2280,170,0),(2280,171,0),(2280,172,0),(2280,173,0),(2280,174,0),(2280,175,0),(2280,176,0),(2280,177,0),(2280,178,0),(2280,179,0),(2280,180,0),(2280,181,0),(2284,11,0),(2284,13,0),(2284,28,0),(2284,35,0),(2284,36,0),(2284,37,0),(2284,38,0),(2284,39,0),(2284,40,0),(2284,44,0),(2284,47,0),(2284,49,0),(2284,54,0),(2284,57,0),(2284,58,0),(2284,59,0),(2284,60,0),(2284,61,0),(2284,62,0),(2284,64,0),(2284,66,0),(2284,67,0),(2284,73,0),(2284,75,0),(2284,77,0),(2284,78,0),(2284,84,0),(2284,86,0),(2284,87,0),(2284,101,0),(2284,118,0),(2284,121,0),(2284,122,0),(2284,151,0),(2284,152,0),(2284,153,0),(2284,157,0),(2284,159,0),(2284,160,0),(2284,161,0),(2284,162,0),(2284,163,0),(2284,164,0),(2284,165,0),(2284,166,0),(2284,167,0),(2284,168,0),(2284,169,0),(2284,170,0),(2284,171,0),(2284,172,0),(2284,173,0),(2284,174,0),(2284,175,0),(2284,176,0),(2284,177,0),(2284,178,0),(2284,179,0),(2284,180,0),(2284,181,0),(2290,8,0),(2290,11,0),(2290,13,0),(2290,35,0),(2290,36,0),(2290,37,0),(2290,38,0),(2290,39,0),(2290,40,0),(2290,44,0),(2290,47,0),(2290,49,0),(2290,54,0),(2290,57,0),(2290,58,0),(2290,59,0),(2290,60,0),(2290,61,0),(2290,62,0),(2290,64,0),(2290,66,0),(2290,67,0),(2290,73,0),(2290,75,0),(2290,77,0),(2290,78,0),(2290,84,0),(2290,86,0),(2290,87,0),(2290,101,0),(2290,118,0),(2290,121,0),(2290,122,0),(2290,151,0),(2290,152,0),(2290,153,0),(2290,157,0),(2290,159,0),(2290,160,0),(2290,161,0),(2290,162,0),(2290,163,0),(2290,164,0),(2290,165,0),(2290,166,0),(2290,167,0),(2290,168,0),(2290,169,0),(2290,170,0),(2290,171,0),(2290,172,0),(2290,173,0),(2290,174,0),(2290,175,0),(2290,176,0),(2290,177,0),(2290,178,0),(2290,179,0),(2290,180,0),(2290,181,0),(2291,8,0),(2291,11,0),(2291,13,0),(2291,35,0),(2291,36,0),(2291,37,0),(2291,38,0),(2291,39,0),(2291,40,0),(2291,44,0),(2291,47,0),(2291,49,0),(2291,54,0),(2291,57,0),(2291,58,0),(2291,59,0),(2291,60,0),(2291,61,0),(2291,62,0),(2291,64,0),(2291,66,0),(2291,67,0),(2291,73,0),(2291,75,0),(2291,77,0),(2291,78,0),(2291,84,0),(2291,86,0),(2291,87,0),(2291,101,0),(2291,118,0),(2291,121,0),(2291,122,0),(2291,151,0),(2291,152,0),(2291,153,0),(2291,157,0),(2291,159,0),(2291,160,0),(2291,161,0),(2291,162,0),(2291,163,0),(2291,164,0),(2291,165,0),(2291,166,0),(2291,167,0),(2291,168,0),(2291,169,0),(2291,170,0),(2291,171,0),(2291,172,0),(2291,173,0),(2291,174,0),(2291,175,0),(2291,176,0),(2291,177,0),(2291,178,0),(2291,179,0),(2291,180,0),(2291,181,0),(2295,6,0),(2295,11,0),(2295,13,0),(2295,35,0),(2295,36,0),(2295,37,0),(2295,38,0),(2295,39,0),(2295,40,0),(2295,44,0),(2295,47,0),(2295,49,0),(2295,54,0),(2295,57,0),(2295,58,0),(2295,59,0),(2295,60,0),(2295,61,0),(2295,62,0),(2295,64,0),(2295,66,0),(2295,67,0),(2295,73,0),(2295,75,0),(2295,77,0),(2295,78,0),(2295,84,0),(2295,86,0),(2295,87,0),(2295,101,0),(2295,118,0),(2295,121,0),(2295,122,0),(2295,151,0),(2295,152,0),(2295,153,0),(2295,157,0),(2295,159,0),(2295,160,0),(2295,161,0),(2295,162,0),(2295,163,0),(2295,164,0),(2295,165,0),(2295,166,0),(2295,167,0),(2295,168,0),(2295,169,0),(2295,170,0),(2295,171,0),(2295,172,0),(2295,173,0),(2295,174,0),(2295,175,0),(2295,176,0),(2295,177,0),(2295,178,0),(2295,179,0),(2295,180,0),(2295,181,0),(2300,11,0),(2300,13,0),(2300,29,0),(2300,35,0),(2300,36,0),(2300,37,0),(2300,38,0),(2300,39,0),(2300,40,0),(2300,44,0),(2300,47,0),(2300,49,0),(2300,54,0),(2300,57,0),(2300,58,0),(2300,59,0),(2300,60,0),(2300,61,0),(2300,62,0),(2300,64,0),(2300,66,0),(2300,67,0),(2300,73,0),(2300,75,0),(2300,77,0),(2300,78,0),(2300,84,0),(2300,86,0),(2300,87,0),(2300,101,0),(2300,118,0),(2300,121,0),(2300,122,0),(2300,151,0),(2300,152,0),(2300,153,0),(2300,157,0),(2300,159,0),(2300,160,0),(2300,161,0),(2300,162,0),(2300,163,0),(2300,164,0),(2300,165,0),(2300,166,0),(2300,167,0),(2300,168,0),(2300,169,0),(2300,170,0),(2300,171,0),(2300,172,0),(2300,173,0),(2300,174,0),(2300,175,0),(2300,176,0),(2300,177,0),(2300,178,0),(2300,179,0),(2300,180,0),(2300,181,0),(2303,2,0),(2303,11,0),(2303,13,0),(2303,35,0),(2303,36,0),(2303,37,0),(2303,38,0),(2303,39,0),(2303,40,0),(2303,44,0),(2303,47,0),(2303,49,0),(2303,54,0),(2303,57,0),(2303,58,0),(2303,59,0),(2303,60,0),(2303,61,0),(2303,62,0),(2303,64,0),(2303,66,0),(2303,67,0),(2303,73,0),(2303,75,0),(2303,77,0),(2303,78,0),(2303,84,0),(2303,86,0),(2303,87,0),(2303,101,0),(2303,118,0),(2303,121,0),(2303,122,0),(2303,151,0),(2303,152,0),(2303,153,0),(2303,157,0),(2303,159,0),(2303,160,0),(2303,161,0),(2303,162,0),(2303,163,0),(2303,164,0),(2303,165,0),(2303,166,0),(2303,167,0),(2303,168,0),(2303,169,0),(2303,170,0),(2303,171,0),(2303,172,0),(2303,173,0),(2303,174,0),(2303,175,0),(2303,176,0),(2303,177,0),(2303,178,0),(2303,179,0),(2303,180,0),(2303,181,0),(2306,6,0),(2306,11,0),(2306,13,0),(2306,35,0),(2306,36,0),(2306,37,0),(2306,38,0),(2306,39,0),(2306,40,0),(2306,44,0),(2306,47,0),(2306,49,0),(2306,54,0),(2306,57,0),(2306,58,0),(2306,59,0),(2306,60,0),(2306,61,0),(2306,62,0),(2306,64,0),(2306,66,0),(2306,67,0),(2306,73,0),(2306,75,0),(2306,77,0),(2306,78,0),(2306,84,0),(2306,86,0),(2306,87,0),(2306,101,0),(2306,118,0),(2306,121,0),(2306,122,0),(2306,151,0),(2306,152,0),(2306,153,0),(2306,157,0),(2306,159,0),(2306,160,0),(2306,161,0),(2306,162,0),(2306,163,0),(2306,164,0),(2306,165,0),(2306,166,0),(2306,167,0),(2306,168,0),(2306,169,0),(2306,170,0),(2306,171,0),(2306,172,0),(2306,173,0),(2306,174,0),(2306,175,0),(2306,176,0),(2306,177,0),(2306,178,0),(2306,179,0),(2306,180,0),(2306,181,0),(2312,11,0),(2312,13,0),(2312,29,0),(2312,35,0),(2312,36,0),(2312,37,0),(2312,38,0),(2312,39,0),(2312,40,0),(2312,44,0),(2312,47,0),(2312,49,0),(2312,54,0),(2312,57,0),(2312,58,0),(2312,59,0),(2312,60,0),(2312,61,0),(2312,62,0),(2312,64,0),(2312,66,0),(2312,67,0),(2312,73,0),(2312,75,0),(2312,77,0),(2312,78,0),(2312,84,0),(2312,86,0),(2312,87,0),(2312,101,0),(2312,118,0),(2312,121,0),(2312,122,0),(2312,151,0),(2312,152,0),(2312,153,0),(2312,157,0),(2312,159,0),(2312,160,0),(2312,161,0),(2312,162,0),(2312,163,0),(2312,164,0),(2312,165,0),(2312,166,0),(2312,167,0),(2312,168,0),(2312,169,0),(2312,170,0),(2312,171,0),(2312,172,0),(2312,173,0),(2312,174,0),(2312,175,0),(2312,176,0),(2312,177,0),(2312,178,0),(2312,179,0),(2312,180,0),(2312,181,0),(2316,8,0),(2316,11,0),(2316,13,0),(2316,35,0),(2316,36,0),(2316,37,0),(2316,38,0),(2316,39,0),(2316,40,0),(2316,44,0),(2316,47,0),(2316,49,0),(2316,54,0),(2316,57,0),(2316,58,0),(2316,59,0),(2316,60,0),(2316,61,0),(2316,62,0),(2316,64,0),(2316,66,0),(2316,67,0),(2316,73,0),(2316,75,0),(2316,77,0),(2316,78,0),(2316,84,0),(2316,86,0),(2316,87,0),(2316,101,0),(2316,118,0),(2316,121,0),(2316,122,0),(2316,151,0),(2316,152,0),(2316,153,0),(2316,157,0),(2316,159,0),(2316,160,0),(2316,161,0),(2316,162,0),(2316,163,0),(2316,164,0),(2316,165,0),(2316,166,0),(2316,167,0),(2316,168,0),(2316,169,0),(2316,170,0),(2316,171,0),(2316,172,0),(2316,173,0),(2316,174,0),(2316,175,0),(2316,176,0),(2316,177,0),(2316,178,0),(2316,179,0),(2316,180,0),(2316,181,0),(2320,8,0),(2320,11,0),(2320,13,0),(2320,35,0),(2320,36,0),(2320,37,0),(2320,38,0),(2320,39,0),(2320,40,0),(2320,44,0),(2320,47,0),(2320,49,0),(2320,54,0),(2320,57,0),(2320,58,0),(2320,59,0),(2320,60,0),(2320,61,0),(2320,62,0),(2320,64,0),(2320,66,0),(2320,67,0),(2320,73,0),(2320,75,0),(2320,77,0),(2320,78,0),(2320,84,0),(2320,86,0),(2320,87,0),(2320,101,0),(2320,118,0),(2320,121,0),(2320,122,0),(2320,151,0),(2320,152,0),(2320,153,0),(2320,157,0),(2320,159,0),(2320,160,0),(2320,161,0),(2320,162,0),(2320,163,0),(2320,164,0),(2320,165,0),(2320,166,0),(2320,167,0),(2320,168,0),(2320,169,0),(2320,170,0),(2320,171,0),(2320,172,0),(2320,173,0),(2320,174,0),(2320,175,0),(2320,176,0),(2320,177,0),(2320,178,0),(2320,179,0),(2320,180,0),(2320,181,0),(2322,8,0),(2322,11,0),(2322,13,0),(2322,35,0),(2322,36,0),(2322,37,0),(2322,38,0),(2322,39,0),(2322,40,0),(2322,44,0),(2322,47,0),(2322,49,0),(2322,54,0),(2322,57,0),(2322,58,0),(2322,59,0),(2322,60,0),(2322,61,0),(2322,62,0),(2322,64,0),(2322,66,0),(2322,67,0),(2322,73,0),(2322,75,0),(2322,77,0),(2322,78,0),(2322,84,0),(2322,86,0),(2322,87,0),(2322,101,0),(2322,118,0),(2322,121,0),(2322,122,0),(2322,151,0),(2322,152,0),(2322,153,0),(2322,157,0),(2322,159,0),(2322,160,0),(2322,161,0),(2322,162,0),(2322,163,0),(2322,164,0),(2322,165,0),(2322,166,0),(2322,167,0),(2322,168,0),(2322,169,0),(2322,170,0),(2322,171,0),(2322,172,0),(2322,173,0),(2322,174,0),(2322,175,0),(2322,176,0),(2322,177,0),(2322,178,0),(2322,179,0),(2322,180,0),(2322,181,0),(2328,3,0),(2328,11,0),(2328,13,0),(2328,35,0),(2328,36,0),(2328,37,0),(2328,38,0),(2328,39,0),(2328,40,0),(2328,44,0),(2328,47,0),(2328,49,0),(2328,54,0),(2328,57,0),(2328,58,0),(2328,59,0),(2328,60,0),(2328,61,0),(2328,62,0),(2328,64,0),(2328,66,0),(2328,67,0),(2328,73,0),(2328,75,0),(2328,77,0),(2328,78,0),(2328,84,0),(2328,86,0),(2328,87,0),(2328,101,0),(2328,118,0),(2328,121,0),(2328,122,0),(2328,151,0),(2328,152,0),(2328,153,0),(2328,157,0),(2328,159,0),(2328,160,0),(2328,161,0),(2328,162,0),(2328,163,0),(2328,164,0),(2328,165,0),(2328,166,0),(2328,167,0),(2328,168,0),(2328,169,0),(2328,170,0),(2328,171,0),(2328,172,0),(2328,173,0),(2328,174,0),(2328,175,0),(2328,176,0),(2328,177,0),(2328,178,0),(2328,179,0),(2328,180,0),(2328,181,0),(2334,8,0),(2337,11,0),(2337,13,0),(2337,29,0),(2337,35,0),(2337,36,0),(2337,37,0),(2337,38,0),(2337,39,0),(2337,40,0),(2337,44,0),(2337,47,0),(2337,49,0),(2337,54,0),(2337,57,0),(2337,58,0),(2337,59,0),(2337,60,0),(2337,61,0),(2337,62,0),(2337,64,0),(2337,66,0),(2337,67,0),(2337,73,0),(2337,75,0),(2337,77,0),(2337,78,0),(2337,84,0),(2337,86,0),(2337,87,0),(2337,101,0),(2337,118,0),(2337,121,0),(2337,122,0),(2337,151,0),(2337,152,0),(2337,153,0),(2337,157,0),(2337,159,0),(2337,160,0),(2337,161,0),(2337,162,0),(2337,163,0),(2337,164,0),(2337,165,0),(2337,166,0),(2337,167,0),(2337,168,0),(2337,169,0),(2337,170,0),(2337,171,0),(2337,172,0),(2337,173,0),(2337,174,0),(2337,175,0),(2337,176,0),(2337,177,0),(2337,178,0),(2337,179,0),(2337,180,0),(2337,181,0),(2340,8,0),(2344,6,0),(2344,11,0),(2344,13,0),(2344,35,0),(2344,36,0),(2344,37,0),(2344,38,0),(2344,39,0),(2344,40,0),(2344,44,0),(2344,47,0),(2344,49,0),(2344,54,0),(2344,57,0),(2344,58,0),(2344,59,0),(2344,60,0),(2344,61,0),(2344,62,0),(2344,64,0),(2344,66,0),(2344,67,0),(2344,73,0),(2344,75,0),(2344,77,0),(2344,78,0),(2344,84,0),(2344,86,0),(2344,87,0),(2344,101,0),(2344,118,0),(2344,121,0),(2344,122,0),(2344,151,0),(2344,152,0),(2344,153,0),(2344,157,0),(2344,159,0),(2344,160,0),(2344,161,0),(2344,162,0),(2344,163,0),(2344,164,0),(2344,165,0),(2344,166,0),(2344,167,0),(2344,168,0),(2344,169,0),(2344,170,0),(2344,171,0),(2344,172,0),(2344,173,0),(2344,174,0),(2344,175,0),(2344,176,0),(2344,177,0),(2344,178,0),(2344,179,0),(2344,180,0),(2344,181,0),(2347,11,0),(2347,13,0),(2347,29,0),(2347,35,0),(2347,36,0),(2347,37,0),(2347,38,0),(2347,39,0),(2347,40,0),(2347,44,0),(2347,47,0),(2347,49,0),(2347,54,0),(2347,57,0),(2347,58,0),(2347,59,0),(2347,60,0),(2347,61,0),(2347,62,0),(2347,64,0),(2347,66,0),(2347,67,0),(2347,73,0),(2347,75,0),(2347,77,0),(2347,78,0),(2347,84,0),(2347,86,0),(2347,87,0),(2347,101,0),(2347,118,0),(2347,121,0),(2347,122,0),(2347,151,0),(2347,152,0),(2347,153,0),(2347,157,0),(2347,159,0),(2347,160,0),(2347,161,0),(2347,162,0),(2347,163,0),(2347,164,0),(2347,165,0),(2347,166,0),(2347,167,0),(2347,168,0),(2347,169,0),(2347,170,0),(2347,171,0),(2347,172,0),(2347,173,0),(2347,174,0),(2347,175,0),(2347,176,0),(2347,177,0),(2347,178,0),(2347,179,0),(2347,180,0),(2347,181,0),(2350,8,0),(2350,11,0),(2350,13,0),(2350,35,0),(2350,36,0),(2350,37,0),(2350,38,0),(2350,39,0),(2350,40,0),(2350,44,0),(2350,47,0),(2350,49,0),(2350,54,0),(2350,57,0),(2350,58,0),(2350,59,0),(2350,60,0),(2350,61,0),(2350,62,0),(2350,64,0),(2350,66,0),(2350,67,0),(2350,73,0),(2350,75,0),(2350,77,0),(2350,78,0),(2350,84,0),(2350,86,0),(2350,87,0),(2350,101,0),(2350,118,0),(2350,121,0),(2350,122,0),(2350,151,0),(2350,152,0),(2350,153,0),(2350,157,0),(2350,159,0),(2350,160,0),(2350,161,0),(2350,162,0),(2350,163,0),(2350,164,0),(2350,165,0),(2350,166,0),(2350,167,0),(2350,168,0),(2350,169,0),(2350,170,0),(2350,171,0),(2350,172,0),(2350,173,0),(2350,174,0),(2350,175,0),(2350,176,0),(2350,177,0),(2350,178,0),(2350,179,0),(2350,180,0),(2350,181,0),(2353,6,0),(2353,11,0),(2353,13,0),(2353,35,0),(2353,36,0),(2353,37,0),(2353,38,0),(2353,39,0),(2353,40,0),(2353,44,0),(2353,47,0),(2353,49,0),(2353,54,0),(2353,57,0),(2353,58,0),(2353,59,0),(2353,60,0),(2353,61,0),(2353,62,0),(2353,64,0),(2353,66,0),(2353,67,0),(2353,73,0),(2353,75,0),(2353,77,0),(2353,78,0),(2353,84,0),(2353,86,0),(2353,87,0),(2353,101,0),(2353,118,0),(2353,121,0),(2353,122,0),(2353,151,0),(2353,152,0),(2353,153,0),(2353,157,0),(2353,159,0),(2353,160,0),(2353,161,0),(2353,162,0),(2353,163,0),(2353,164,0),(2353,165,0),(2353,166,0),(2353,167,0),(2353,168,0),(2353,169,0),(2353,170,0),(2353,171,0),(2353,172,0),(2353,173,0),(2353,174,0),(2353,175,0),(2353,176,0),(2353,177,0),(2353,178,0),(2353,179,0),(2353,180,0),(2353,181,0),(2357,6,0),(2357,11,0),(2357,13,0),(2357,35,0),(2357,36,0),(2357,37,0),(2357,38,0),(2357,39,0),(2357,40,0),(2357,44,0),(2357,47,0),(2357,49,0),(2357,54,0),(2357,57,0),(2357,58,0),(2357,59,0),(2357,60,0),(2357,61,0),(2357,62,0),(2357,64,0),(2357,66,0),(2357,67,0),(2357,73,0),(2357,75,0),(2357,77,0),(2357,78,0),(2357,84,0),(2357,86,0),(2357,87,0),(2357,101,0),(2357,118,0),(2357,121,0),(2357,122,0),(2357,151,0),(2357,152,0),(2357,153,0),(2357,157,0),(2357,159,0),(2357,160,0),(2357,161,0),(2357,162,0),(2357,163,0),(2357,164,0),(2357,165,0),(2357,166,0),(2357,167,0),(2357,168,0),(2357,169,0),(2357,170,0),(2357,171,0),(2357,172,0),(2357,173,0),(2357,174,0),(2357,175,0),(2357,176,0),(2357,177,0),(2357,178,0),(2357,179,0),(2357,180,0),(2357,181,0),(2361,11,0),(2361,13,0),(2361,29,0),(2361,35,0),(2361,36,0),(2361,37,0),(2361,38,0),(2361,39,0),(2361,40,0),(2361,44,0),(2361,47,0),(2361,49,0),(2361,54,0),(2361,57,0),(2361,58,0),(2361,59,0),(2361,60,0),(2361,61,0),(2361,62,0),(2361,64,0),(2361,66,0),(2361,67,0),(2361,73,0),(2361,75,0),(2361,77,0),(2361,78,0),(2361,84,0),(2361,86,0),(2361,87,0),(2361,101,0),(2361,118,0),(2361,121,0),(2361,122,0),(2361,151,0),(2361,152,0),(2361,153,0),(2361,157,0),(2361,159,0),(2361,160,0),(2361,161,0),(2361,162,0),(2361,163,0),(2361,164,0),(2361,165,0),(2361,166,0),(2361,167,0),(2361,168,0),(2361,169,0),(2361,170,0),(2361,171,0),(2361,172,0),(2361,173,0),(2361,174,0),(2361,175,0),(2361,176,0),(2361,177,0),(2361,178,0),(2361,179,0),(2361,180,0),(2361,181,0),(2364,3,0),(2364,11,0),(2364,13,0),(2364,35,0),(2364,36,0),(2364,37,0),(2364,38,0),(2364,39,0),(2364,40,0),(2364,44,0),(2364,47,0),(2364,49,0),(2364,54,0),(2364,57,0),(2364,58,0),(2364,59,0),(2364,60,0),(2364,61,0),(2364,62,0),(2364,64,0),(2364,66,0),(2364,67,0),(2364,73,0),(2364,75,0),(2364,77,0),(2364,78,0),(2364,84,0),(2364,86,0),(2364,87,0),(2364,101,0),(2364,118,0),(2364,121,0),(2364,122,0),(2364,151,0),(2364,152,0),(2364,153,0),(2364,157,0),(2364,159,0),(2364,160,0),(2364,161,0),(2364,162,0),(2364,163,0),(2364,164,0),(2364,165,0),(2364,166,0),(2364,167,0),(2364,168,0),(2364,169,0),(2364,170,0),(2364,171,0),(2364,172,0),(2364,173,0),(2364,174,0),(2364,175,0),(2364,176,0),(2364,177,0),(2364,178,0),(2364,179,0),(2364,180,0),(2364,181,0),(2367,2,0),(2367,11,0),(2367,13,0),(2367,35,0),(2367,36,0),(2367,37,0),(2367,38,0),(2367,39,0),(2367,40,0),(2367,44,0),(2367,47,0),(2367,49,0),(2367,54,0),(2367,57,0),(2367,58,0),(2367,59,0),(2367,60,0),(2367,61,0),(2367,62,0),(2367,64,0),(2367,66,0),(2367,67,0),(2367,73,0),(2367,75,0),(2367,77,0),(2367,78,0),(2367,84,0),(2367,86,0),(2367,87,0),(2367,101,0),(2367,118,0),(2367,121,0),(2367,122,0),(2367,151,0),(2367,152,0),(2367,153,0),(2367,157,0),(2367,159,0),(2367,160,0),(2367,161,0),(2367,162,0),(2367,163,0),(2367,164,0),(2367,165,0),(2367,166,0),(2367,167,0),(2367,168,0),(2367,169,0),(2367,170,0),(2367,171,0),(2367,172,0),(2367,173,0),(2367,174,0),(2367,175,0),(2367,176,0),(2367,177,0),(2367,178,0),(2367,179,0),(2367,180,0),(2367,181,0),(2374,11,0),(2374,13,0),(2374,29,0),(2374,35,0),(2374,36,0),(2374,37,0),(2374,38,0),(2374,39,0),(2374,40,0),(2374,44,0),(2374,47,0),(2374,49,0),(2374,54,0),(2374,57,0),(2374,58,0),(2374,59,0),(2374,60,0),(2374,61,0),(2374,62,0),(2374,64,0),(2374,66,0),(2374,67,0),(2374,73,0),(2374,75,0),(2374,77,0),(2374,78,0),(2374,84,0),(2374,86,0),(2374,87,0),(2374,101,0),(2374,118,0),(2374,121,0),(2374,122,0),(2374,151,0),(2374,152,0),(2374,153,0),(2374,157,0),(2374,159,0),(2374,160,0),(2374,161,0),(2374,162,0),(2374,163,0),(2374,164,0),(2374,165,0),(2374,166,0),(2374,167,0),(2374,168,0),(2374,169,0),(2374,170,0),(2374,171,0),(2374,172,0),(2374,173,0),(2374,174,0),(2374,175,0),(2374,176,0),(2374,177,0),(2374,178,0),(2374,179,0),(2374,180,0),(2374,181,0),(2378,11,0),(2378,13,0),(2378,29,0),(2378,35,0),(2378,36,0),(2378,37,0),(2378,38,0),(2378,39,0),(2378,40,0),(2378,44,0),(2378,47,0),(2378,49,0),(2378,54,0),(2378,57,0),(2378,58,0),(2378,59,0),(2378,60,0),(2378,61,0),(2378,62,0),(2378,64,0),(2378,66,0),(2378,67,0),(2378,73,0),(2378,75,0),(2378,77,0),(2378,78,0),(2378,84,0),(2378,86,0),(2378,87,0),(2378,101,0),(2378,118,0),(2378,121,0),(2378,122,0),(2378,151,0),(2378,152,0),(2378,153,0),(2378,157,0),(2378,159,0),(2378,160,0),(2378,161,0),(2378,162,0),(2378,163,0),(2378,164,0),(2378,165,0),(2378,166,0),(2378,167,0),(2378,168,0),(2378,169,0),(2378,170,0),(2378,171,0),(2378,172,0),(2378,173,0),(2378,174,0),(2378,175,0),(2378,176,0),(2378,177,0),(2378,178,0),(2378,179,0),(2378,180,0),(2378,181,0),(2381,6,0),(2381,11,0),(2381,13,0),(2381,35,0),(2381,36,0),(2381,37,0),(2381,38,0),(2381,39,0),(2381,40,0),(2381,44,0),(2381,47,0),(2381,49,0),(2381,54,0),(2381,57,0),(2381,58,0),(2381,59,0),(2381,60,0),(2381,61,0),(2381,62,0),(2381,64,0),(2381,66,0),(2381,67,0),(2381,73,0),(2381,75,0),(2381,77,0),(2381,78,0),(2381,84,0),(2381,86,0),(2381,87,0),(2381,101,0),(2381,118,0),(2381,121,0),(2381,122,0),(2381,151,0),(2381,152,0),(2381,153,0),(2381,157,0),(2381,159,0),(2381,160,0),(2381,161,0),(2381,162,0),(2381,163,0),(2381,164,0),(2381,165,0),(2381,166,0),(2381,167,0),(2381,168,0),(2381,169,0),(2381,170,0),(2381,171,0),(2381,172,0),(2381,173,0),(2381,174,0),(2381,175,0),(2381,176,0),(2381,177,0),(2381,178,0),(2381,179,0),(2381,180,0),(2381,181,0),(2384,5,0),(2384,11,0),(2384,13,0),(2384,35,0),(2384,36,0),(2384,37,0),(2384,38,0),(2384,39,0),(2384,40,0),(2384,44,0),(2384,47,0),(2384,49,0),(2384,54,0),(2384,57,0),(2384,58,0),(2384,59,0),(2384,60,0),(2384,61,0),(2384,62,0),(2384,64,0),(2384,66,0),(2384,67,0),(2384,73,0),(2384,75,0),(2384,77,0),(2384,78,0),(2384,84,0),(2384,86,0),(2384,87,0),(2384,101,0),(2384,118,0),(2384,121,0),(2384,122,0),(2384,151,0),(2384,152,0),(2384,153,0),(2384,157,0),(2384,159,0),(2384,160,0),(2384,161,0),(2384,162,0),(2384,163,0),(2384,164,0),(2384,165,0),(2384,166,0),(2384,167,0),(2384,168,0),(2384,169,0),(2384,170,0),(2384,171,0),(2384,172,0),(2384,173,0),(2384,174,0),(2384,175,0),(2384,176,0),(2384,177,0),(2384,178,0),(2384,179,0),(2384,180,0),(2384,181,0),(2387,8,0),(2389,6,0),(2389,11,0),(2389,13,0),(2389,35,0),(2389,36,0),(2389,37,0),(2389,38,0),(2389,39,0),(2389,40,0),(2389,44,0),(2389,47,0),(2389,49,0),(2389,54,0),(2389,57,0),(2389,58,0),(2389,59,0),(2389,60,0),(2389,61,0),(2389,62,0),(2389,64,0),(2389,66,0),(2389,67,0),(2389,73,0),(2389,75,0),(2389,77,0),(2389,78,0),(2389,84,0),(2389,86,0),(2389,87,0),(2389,101,0),(2389,118,0),(2389,121,0),(2389,122,0),(2389,151,0),(2389,152,0),(2389,153,0),(2389,157,0),(2389,159,0),(2389,160,0),(2389,161,0),(2389,162,0),(2389,163,0),(2389,164,0),(2389,165,0),(2389,166,0),(2389,167,0),(2389,168,0),(2389,169,0),(2389,170,0),(2389,171,0),(2389,172,0),(2389,173,0),(2389,174,0),(2389,175,0),(2389,176,0),(2389,177,0),(2389,178,0),(2389,179,0),(2389,180,0),(2389,181,0),(2392,2,0),(2392,11,0),(2392,13,0),(2392,35,0),(2392,36,0),(2392,37,0),(2392,38,0),(2392,39,0),(2392,40,0),(2392,44,0),(2392,47,0),(2392,49,0),(2392,54,0),(2392,57,0),(2392,58,0),(2392,59,0),(2392,60,0),(2392,61,0),(2392,62,0),(2392,64,0),(2392,66,0),(2392,67,0),(2392,73,0),(2392,75,0),(2392,77,0),(2392,78,0),(2392,84,0),(2392,86,0),(2392,87,0),(2392,101,0),(2392,118,0),(2392,121,0),(2392,122,0),(2392,151,0),(2392,152,0),(2392,153,0),(2392,157,0),(2392,159,0),(2392,160,0),(2392,161,0),(2392,162,0),(2392,163,0),(2392,164,0),(2392,165,0),(2392,166,0),(2392,167,0),(2392,168,0),(2392,169,0),(2392,170,0),(2392,171,0),(2392,172,0),(2392,173,0),(2392,174,0),(2392,175,0),(2392,176,0),(2392,177,0),(2392,178,0),(2392,179,0),(2392,180,0),(2392,181,0),(2399,11,0),(2399,13,0),(2399,29,0),(2399,35,0),(2399,36,0),(2399,37,0),(2399,38,0),(2399,39,0),(2399,40,0),(2399,44,0),(2399,47,0),(2399,49,0),(2399,54,0),(2399,57,0),(2399,58,0),(2399,59,0),(2399,60,0),(2399,61,0),(2399,62,0),(2399,64,0),(2399,66,0),(2399,67,0),(2399,73,0),(2399,75,0),(2399,77,0),(2399,78,0),(2399,84,0),(2399,86,0),(2399,87,0),(2399,101,0),(2399,118,0),(2399,121,0),(2399,122,0),(2399,151,0),(2399,152,0),(2399,153,0),(2399,157,0),(2399,159,0),(2399,160,0),(2399,161,0),(2399,162,0),(2399,163,0),(2399,164,0),(2399,165,0),(2399,166,0),(2399,167,0),(2399,168,0),(2399,169,0),(2399,170,0),(2399,171,0),(2399,172,0),(2399,173,0),(2399,174,0),(2399,175,0),(2399,176,0),(2399,177,0),(2399,178,0),(2399,179,0),(2399,180,0),(2399,181,0),(2402,6,0),(2402,11,0),(2402,13,0),(2402,35,0),(2402,36,0),(2402,37,0),(2402,38,0),(2402,39,0),(2402,40,0),(2402,44,0),(2402,47,0),(2402,49,0),(2402,54,0),(2402,57,0),(2402,58,0),(2402,59,0),(2402,60,0),(2402,61,0),(2402,62,0),(2402,64,0),(2402,66,0),(2402,67,0),(2402,73,0),(2402,75,0),(2402,77,0),(2402,78,0),(2402,84,0),(2402,86,0),(2402,87,0),(2402,101,0),(2402,118,0),(2402,121,0),(2402,122,0),(2402,151,0),(2402,152,0),(2402,153,0),(2402,157,0),(2402,159,0),(2402,160,0),(2402,161,0),(2402,162,0),(2402,163,0),(2402,164,0),(2402,165,0),(2402,166,0),(2402,167,0),(2402,168,0),(2402,169,0),(2402,170,0),(2402,171,0),(2402,172,0),(2402,173,0),(2402,174,0),(2402,175,0),(2402,176,0),(2402,177,0),(2402,178,0),(2402,179,0),(2402,180,0),(2402,181,0),(2405,6,0),(2405,11,0),(2405,13,0),(2405,35,0),(2405,36,0),(2405,37,0),(2405,38,0),(2405,39,0),(2405,40,0),(2405,44,0),(2405,47,0),(2405,49,0),(2405,54,0),(2405,57,0),(2405,58,0),(2405,59,0),(2405,60,0),(2405,61,0),(2405,62,0),(2405,64,0),(2405,66,0),(2405,67,0),(2405,73,0),(2405,75,0),(2405,77,0),(2405,78,0),(2405,84,0),(2405,86,0),(2405,87,0),(2405,101,0),(2405,118,0),(2405,121,0),(2405,122,0),(2405,151,0),(2405,152,0),(2405,153,0),(2405,157,0),(2405,159,0),(2405,160,0),(2405,161,0),(2405,162,0),(2405,163,0),(2405,164,0),(2405,165,0),(2405,166,0),(2405,167,0),(2405,168,0),(2405,169,0),(2405,170,0),(2405,171,0),(2405,172,0),(2405,173,0),(2405,174,0),(2405,175,0),(2405,176,0),(2405,177,0),(2405,178,0),(2405,179,0),(2405,180,0),(2405,181,0),(2409,11,0),(2409,13,0),(2409,28,0),(2409,35,0),(2409,36,0),(2409,37,0),(2409,38,0),(2409,39,0),(2409,40,0),(2409,44,0),(2409,47,0),(2409,49,0),(2409,54,0),(2409,57,0),(2409,58,0),(2409,59,0),(2409,60,0),(2409,61,0),(2409,62,0),(2409,64,0),(2409,66,0),(2409,67,0),(2409,73,0),(2409,75,0),(2409,77,0),(2409,78,0),(2409,84,0),(2409,86,0),(2409,87,0),(2409,101,0),(2409,118,0),(2409,121,0),(2409,122,0),(2409,151,0),(2409,152,0),(2409,153,0),(2409,157,0),(2409,159,0),(2409,160,0),(2409,161,0),(2409,162,0),(2409,163,0),(2409,164,0),(2409,165,0),(2409,166,0),(2409,167,0),(2409,168,0),(2409,169,0),(2409,170,0),(2409,171,0),(2409,172,0),(2409,173,0),(2409,174,0),(2409,175,0),(2409,176,0),(2409,177,0),(2409,178,0),(2409,179,0),(2409,180,0),(2409,181,0),(2411,8,0),(2411,11,0),(2411,13,0),(2411,35,0),(2411,36,0),(2411,37,0),(2411,38,0),(2411,39,0),(2411,40,0),(2411,44,0),(2411,47,0),(2411,49,0),(2411,54,0),(2411,57,0),(2411,58,0),(2411,59,0),(2411,60,0),(2411,61,0),(2411,62,0),(2411,64,0),(2411,66,0),(2411,67,0),(2411,73,0),(2411,75,0),(2411,77,0),(2411,78,0),(2411,84,0),(2411,86,0),(2411,87,0),(2411,101,0),(2411,118,0),(2411,121,0),(2411,122,0),(2411,151,0),(2411,152,0),(2411,153,0),(2411,157,0),(2411,159,0),(2411,160,0),(2411,161,0),(2411,162,0),(2411,163,0),(2411,164,0),(2411,165,0),(2411,166,0),(2411,167,0),(2411,168,0),(2411,169,0),(2411,170,0),(2411,171,0),(2411,172,0),(2411,173,0),(2411,174,0),(2411,175,0),(2411,176,0),(2411,177,0),(2411,178,0),(2411,179,0),(2411,180,0),(2411,181,0),(2415,2,0),(2415,11,0),(2415,13,0),(2415,35,0),(2415,36,0),(2415,37,0),(2415,38,0),(2415,39,0),(2415,40,0),(2415,44,0),(2415,47,0),(2415,49,0),(2415,54,0),(2415,57,0),(2415,58,0),(2415,59,0),(2415,60,0),(2415,61,0),(2415,62,0),(2415,64,0),(2415,66,0),(2415,67,0),(2415,73,0),(2415,75,0),(2415,77,0),(2415,78,0),(2415,84,0),(2415,86,0),(2415,87,0),(2415,101,0),(2415,118,0),(2415,121,0),(2415,122,0),(2415,151,0),(2415,152,0),(2415,153,0),(2415,157,0),(2415,159,0),(2415,160,0),(2415,161,0),(2415,162,0),(2415,163,0),(2415,164,0),(2415,165,0),(2415,166,0),(2415,167,0),(2415,168,0),(2415,169,0),(2415,170,0),(2415,171,0),(2415,172,0),(2415,173,0),(2415,174,0),(2415,175,0),(2415,176,0),(2415,177,0),(2415,178,0),(2415,179,0),(2415,180,0),(2415,181,0),(2422,11,0),(2422,13,0),(2422,29,0),(2422,35,0),(2422,36,0),(2422,37,0),(2422,38,0),(2422,39,0),(2422,40,0),(2422,44,0),(2422,47,0),(2422,49,0),(2422,54,0),(2422,57,0),(2422,58,0),(2422,59,0),(2422,60,0),(2422,61,0),(2422,62,0),(2422,64,0),(2422,66,0),(2422,67,0),(2422,73,0),(2422,75,0),(2422,77,0),(2422,78,0),(2422,84,0),(2422,86,0),(2422,87,0),(2422,101,0),(2422,118,0),(2422,121,0),(2422,122,0),(2422,151,0),(2422,152,0),(2422,153,0),(2422,157,0),(2422,159,0),(2422,160,0),(2422,161,0),(2422,162,0),(2422,163,0),(2422,164,0),(2422,165,0),(2422,166,0),(2422,167,0),(2422,168,0),(2422,169,0),(2422,170,0),(2422,171,0),(2422,172,0),(2422,173,0),(2422,174,0),(2422,175,0),(2422,176,0),(2422,177,0),(2422,178,0),(2422,179,0),(2422,180,0),(2422,181,0),(2425,8,0),(2425,11,0),(2425,13,0),(2425,35,0),(2425,36,0),(2425,37,0),(2425,38,0),(2425,39,0),(2425,40,0),(2425,44,0),(2425,47,0),(2425,49,0),(2425,54,0),(2425,57,0),(2425,58,0),(2425,59,0),(2425,60,0),(2425,61,0),(2425,62,0),(2425,64,0),(2425,66,0),(2425,67,0),(2425,73,0),(2425,75,0),(2425,77,0),(2425,78,0),(2425,84,0),(2425,86,0),(2425,87,0),(2425,101,0),(2425,118,0),(2425,121,0),(2425,122,0),(2425,151,0),(2425,152,0),(2425,153,0),(2425,157,0),(2425,159,0),(2425,160,0),(2425,161,0),(2425,162,0),(2425,163,0),(2425,164,0),(2425,165,0),(2425,166,0),(2425,167,0),(2425,168,0),(2425,169,0),(2425,170,0),(2425,171,0),(2425,172,0),(2425,173,0),(2425,174,0),(2425,175,0),(2425,176,0),(2425,177,0),(2425,178,0),(2425,179,0),(2425,180,0),(2425,181,0),(2432,2,0),(2432,11,0),(2432,13,0),(2432,35,0),(2432,36,0),(2432,37,0),(2432,38,0),(2432,39,0),(2432,40,0),(2432,44,0),(2432,47,0),(2432,49,0),(2432,54,0),(2432,57,0),(2432,58,0),(2432,59,0),(2432,60,0),(2432,61,0),(2432,62,0),(2432,64,0),(2432,66,0),(2432,67,0),(2432,73,0),(2432,75,0),(2432,77,0),(2432,78,0),(2432,84,0),(2432,86,0),(2432,87,0),(2432,101,0),(2432,118,0),(2432,121,0),(2432,122,0),(2432,151,0),(2432,152,0),(2432,153,0),(2432,157,0),(2432,159,0),(2432,160,0),(2432,161,0),(2432,162,0),(2432,163,0),(2432,164,0),(2432,165,0),(2432,166,0),(2432,167,0),(2432,168,0),(2432,169,0),(2432,170,0),(2432,171,0),(2432,172,0),(2432,173,0),(2432,174,0),(2432,175,0),(2432,176,0),(2432,177,0),(2432,178,0),(2432,179,0),(2432,180,0),(2432,181,0),(2435,2,0),(2435,11,0),(2435,13,0),(2435,35,0),(2435,36,0),(2435,37,0),(2435,38,0),(2435,39,0),(2435,40,0),(2435,44,0),(2435,47,0),(2435,49,0),(2435,54,0),(2435,57,0),(2435,58,0),(2435,59,0),(2435,60,0),(2435,61,0),(2435,62,0),(2435,64,0),(2435,66,0),(2435,67,0),(2435,73,0),(2435,75,0),(2435,77,0),(2435,78,0),(2435,84,0),(2435,86,0),(2435,87,0),(2435,101,0),(2435,118,0),(2435,121,0),(2435,122,0),(2435,151,0),(2435,152,0),(2435,153,0),(2435,157,0),(2435,159,0),(2435,160,0),(2435,161,0),(2435,162,0),(2435,163,0),(2435,164,0),(2435,165,0),(2435,166,0),(2435,167,0),(2435,168,0),(2435,169,0),(2435,170,0),(2435,171,0),(2435,172,0),(2435,173,0),(2435,174,0),(2435,175,0),(2435,176,0),(2435,177,0),(2435,178,0),(2435,179,0),(2435,180,0),(2435,181,0),(2438,2,0),(2438,11,0),(2438,13,0),(2438,35,0),(2438,36,0),(2438,37,0),(2438,38,0),(2438,39,0),(2438,40,0),(2438,44,0),(2438,47,0),(2438,49,0),(2438,54,0),(2438,57,0),(2438,58,0),(2438,59,0),(2438,60,0),(2438,61,0),(2438,62,0),(2438,64,0),(2438,66,0),(2438,67,0),(2438,73,0),(2438,75,0),(2438,77,0),(2438,78,0),(2438,84,0),(2438,86,0),(2438,87,0),(2438,101,0),(2438,118,0),(2438,121,0),(2438,122,0),(2438,151,0),(2438,152,0),(2438,153,0),(2438,157,0),(2438,159,0),(2438,160,0),(2438,161,0),(2438,162,0),(2438,163,0),(2438,164,0),(2438,165,0),(2438,166,0),(2438,167,0),(2438,168,0),(2438,169,0),(2438,170,0),(2438,171,0),(2438,172,0),(2438,173,0),(2438,174,0),(2438,175,0),(2438,176,0),(2438,177,0),(2438,178,0),(2438,179,0),(2438,180,0),(2438,181,0),(2441,11,0),(2441,13,0),(2441,28,0),(2441,35,0),(2441,36,0),(2441,37,0),(2441,38,0),(2441,39,0),(2441,40,0),(2441,44,0),(2441,47,0),(2441,49,0),(2441,54,0),(2441,57,0),(2441,58,0),(2441,59,0),(2441,60,0),(2441,61,0),(2441,62,0),(2441,64,0),(2441,66,0),(2441,67,0),(2441,73,0),(2441,75,0),(2441,77,0),(2441,78,0),(2441,84,0),(2441,86,0),(2441,87,0),(2441,101,0),(2441,118,0),(2441,121,0),(2441,122,0),(2441,151,0),(2441,152,0),(2441,153,0),(2441,157,0),(2441,159,0),(2441,160,0),(2441,161,0),(2441,162,0),(2441,163,0),(2441,164,0),(2441,165,0),(2441,166,0),(2441,167,0),(2441,168,0),(2441,169,0),(2441,170,0),(2441,171,0),(2441,172,0),(2441,173,0),(2441,174,0),(2441,175,0),(2441,176,0),(2441,177,0),(2441,178,0),(2441,179,0),(2441,180,0),(2441,181,0),(2444,2,0),(2444,11,0),(2444,13,0),(2444,35,0),(2444,36,0),(2444,37,0),(2444,38,0),(2444,39,0),(2444,40,0),(2444,44,0),(2444,47,0),(2444,49,0),(2444,54,0),(2444,57,0),(2444,58,0),(2444,59,0),(2444,60,0),(2444,61,0),(2444,62,0),(2444,64,0),(2444,66,0),(2444,67,0),(2444,73,0),(2444,75,0),(2444,77,0),(2444,78,0),(2444,84,0),(2444,86,0),(2444,87,0),(2444,101,0),(2444,118,0),(2444,121,0),(2444,122,0),(2444,151,0),(2444,152,0),(2444,153,0),(2444,157,0),(2444,159,0),(2444,160,0),(2444,161,0),(2444,162,0),(2444,163,0),(2444,164,0),(2444,165,0),(2444,166,0),(2444,167,0),(2444,168,0),(2444,169,0),(2444,170,0),(2444,171,0),(2444,172,0),(2444,173,0),(2444,174,0),(2444,175,0),(2444,176,0),(2444,177,0),(2444,178,0),(2444,179,0),(2444,180,0),(2444,181,0),(2447,8,0),(2447,11,0),(2447,13,0),(2447,35,0),(2447,36,0),(2447,37,0),(2447,38,0),(2447,39,0),(2447,40,0),(2447,44,0),(2447,47,0),(2447,49,0),(2447,54,0),(2447,57,0),(2447,58,0),(2447,59,0),(2447,60,0),(2447,61,0),(2447,62,0),(2447,64,0),(2447,66,0),(2447,67,0),(2447,73,0),(2447,75,0),(2447,77,0),(2447,78,0),(2447,84,0),(2447,86,0),(2447,87,0),(2447,101,0),(2447,118,0),(2447,121,0),(2447,122,0),(2447,151,0),(2447,152,0),(2447,153,0),(2447,157,0),(2447,159,0),(2447,160,0),(2447,161,0),(2447,162,0),(2447,163,0),(2447,164,0),(2447,165,0),(2447,166,0),(2447,167,0),(2447,168,0),(2447,169,0),(2447,170,0),(2447,171,0),(2447,172,0),(2447,173,0),(2447,174,0),(2447,175,0),(2447,176,0),(2447,177,0),(2447,178,0),(2447,179,0),(2447,180,0),(2447,181,0),(2450,8,0),(2450,11,0),(2450,13,0),(2450,35,0),(2450,36,0),(2450,37,0),(2450,38,0),(2450,39,0),(2450,40,0),(2450,44,0),(2450,47,0),(2450,49,0),(2450,54,0),(2450,57,0),(2450,58,0),(2450,59,0),(2450,60,0),(2450,61,0),(2450,62,0),(2450,64,0),(2450,66,0),(2450,67,0),(2450,73,0),(2450,75,0),(2450,77,0),(2450,78,0),(2450,84,0),(2450,86,0),(2450,87,0),(2450,101,0),(2450,118,0),(2450,121,0),(2450,122,0),(2450,151,0),(2450,152,0),(2450,153,0),(2450,157,0),(2450,159,0),(2450,160,0),(2450,161,0),(2450,162,0),(2450,163,0),(2450,164,0),(2450,165,0),(2450,166,0),(2450,167,0),(2450,168,0),(2450,169,0),(2450,170,0),(2450,171,0),(2450,172,0),(2450,173,0),(2450,174,0),(2450,175,0),(2450,176,0),(2450,177,0),(2450,178,0),(2450,179,0),(2450,180,0),(2450,181,0),(2453,10,0),(2453,11,0),(2453,13,0),(2453,35,0),(2453,36,0),(2453,37,0),(2453,38,0),(2453,39,0),(2453,40,0),(2453,44,0),(2453,47,0),(2453,49,0),(2453,54,0),(2453,57,0),(2453,58,0),(2453,59,0),(2453,60,0),(2453,61,0),(2453,62,0),(2453,64,0),(2453,66,0),(2453,67,0),(2453,73,0),(2453,75,0),(2453,77,0),(2453,78,0),(2453,84,0),(2453,86,0),(2453,87,0),(2453,101,0),(2453,118,0),(2453,121,0),(2453,122,0),(2453,151,0),(2453,152,0),(2453,153,0),(2453,157,0),(2453,159,0),(2453,160,0),(2453,161,0),(2453,162,0),(2453,163,0),(2453,164,0),(2453,165,0),(2453,166,0),(2453,167,0),(2453,168,0),(2453,169,0),(2453,170,0),(2453,171,0),(2453,172,0),(2453,173,0),(2453,174,0),(2453,175,0),(2453,176,0),(2453,177,0),(2453,178,0),(2453,179,0),(2453,180,0),(2453,181,0),(2456,8,0),(2456,11,0),(2456,13,0),(2456,35,0),(2456,36,0),(2456,37,0),(2456,38,0),(2456,39,0),(2456,40,0),(2456,44,0),(2456,47,0),(2456,49,0),(2456,54,0),(2456,57,0),(2456,58,0),(2456,59,0),(2456,60,0),(2456,61,0),(2456,62,0),(2456,64,0),(2456,66,0),(2456,67,0),(2456,73,0),(2456,75,0),(2456,77,0),(2456,78,0),(2456,84,0),(2456,86,0),(2456,87,0),(2456,101,0),(2456,118,0),(2456,121,0),(2456,122,0),(2456,151,0),(2456,152,0),(2456,153,0),(2456,157,0),(2456,159,0),(2456,160,0),(2456,161,0),(2456,162,0),(2456,163,0),(2456,164,0),(2456,165,0),(2456,166,0),(2456,167,0),(2456,168,0),(2456,169,0),(2456,170,0),(2456,171,0),(2456,172,0),(2456,173,0),(2456,174,0),(2456,175,0),(2456,176,0),(2456,177,0),(2456,178,0),(2456,179,0),(2456,180,0),(2456,181,0),(2458,2,0),(2458,11,0),(2458,13,0),(2458,35,0),(2458,36,0),(2458,37,0),(2458,38,0),(2458,39,0),(2458,40,0),(2458,44,0),(2458,47,0),(2458,49,0),(2458,54,0),(2458,57,0),(2458,58,0),(2458,59,0),(2458,60,0),(2458,61,0),(2458,62,0),(2458,64,0),(2458,66,0),(2458,67,0),(2458,73,0),(2458,75,0),(2458,77,0),(2458,78,0),(2458,84,0),(2458,86,0),(2458,87,0),(2458,101,0),(2458,118,0),(2458,121,0),(2458,122,0),(2458,151,0),(2458,152,0),(2458,153,0),(2458,157,0),(2458,159,0),(2458,160,0),(2458,161,0),(2458,162,0),(2458,163,0),(2458,164,0),(2458,165,0),(2458,166,0),(2458,167,0),(2458,168,0),(2458,169,0),(2458,170,0),(2458,171,0),(2458,172,0),(2458,173,0),(2458,174,0),(2458,175,0),(2458,176,0),(2458,177,0),(2458,178,0),(2458,179,0),(2458,180,0),(2458,181,0),(2461,6,0),(2461,11,0),(2461,13,0),(2461,35,0),(2461,36,0),(2461,37,0),(2461,38,0),(2461,39,0),(2461,40,0),(2461,44,0),(2461,47,0),(2461,49,0),(2461,54,0),(2461,57,0),(2461,58,0),(2461,59,0),(2461,60,0),(2461,61,0),(2461,62,0),(2461,64,0),(2461,66,0),(2461,67,0),(2461,73,0),(2461,75,0),(2461,77,0),(2461,78,0),(2461,84,0),(2461,86,0),(2461,87,0),(2461,101,0),(2461,118,0),(2461,121,0),(2461,122,0),(2461,151,0),(2461,152,0),(2461,153,0),(2461,157,0),(2461,159,0),(2461,160,0),(2461,161,0),(2461,162,0),(2461,163,0),(2461,164,0),(2461,165,0),(2461,166,0),(2461,167,0),(2461,168,0),(2461,169,0),(2461,170,0),(2461,171,0),(2461,172,0),(2461,173,0),(2461,174,0),(2461,175,0),(2461,176,0),(2461,177,0),(2461,178,0),(2461,179,0),(2461,180,0),(2461,181,0),(2464,10,0),(2464,11,0),(2464,13,0),(2464,35,0),(2464,36,0),(2464,37,0),(2464,38,0),(2464,39,0),(2464,40,0),(2464,44,0),(2464,47,0),(2464,49,0),(2464,54,0),(2464,57,0),(2464,58,0),(2464,59,0),(2464,60,0),(2464,61,0),(2464,62,0),(2464,64,0),(2464,66,0),(2464,67,0),(2464,73,0),(2464,75,0),(2464,77,0),(2464,78,0),(2464,84,0),(2464,86,0),(2464,87,0),(2464,101,0),(2464,118,0),(2464,121,0),(2464,122,0),(2464,151,0),(2464,152,0),(2464,153,0),(2464,157,0),(2464,159,0),(2464,160,0),(2464,161,0),(2464,162,0),(2464,163,0),(2464,164,0),(2464,165,0),(2464,166,0),(2464,167,0),(2464,168,0),(2464,169,0),(2464,170,0),(2464,171,0),(2464,172,0),(2464,173,0),(2464,174,0),(2464,175,0),(2464,176,0),(2464,177,0),(2464,178,0),(2464,179,0),(2464,180,0),(2464,181,0),(2467,8,0),(2467,11,0),(2467,13,0),(2467,35,0),(2467,36,0),(2467,37,0),(2467,38,0),(2467,39,0),(2467,40,0),(2467,44,0),(2467,47,0),(2467,49,0),(2467,54,0),(2467,57,0),(2467,58,0),(2467,59,0),(2467,60,0),(2467,61,0),(2467,62,0),(2467,64,0),(2467,66,0),(2467,67,0),(2467,73,0),(2467,75,0),(2467,77,0),(2467,78,0),(2467,84,0),(2467,86,0),(2467,87,0),(2467,101,0),(2467,118,0),(2467,121,0),(2467,122,0),(2467,151,0),(2467,152,0),(2467,153,0),(2467,157,0),(2467,159,0),(2467,160,0),(2467,161,0),(2467,162,0),(2467,163,0),(2467,164,0),(2467,165,0),(2467,166,0),(2467,167,0),(2467,168,0),(2467,169,0),(2467,170,0),(2467,171,0),(2467,172,0),(2467,173,0),(2467,174,0),(2467,175,0),(2467,176,0),(2467,177,0),(2467,178,0),(2467,179,0),(2467,180,0),(2467,181,0),(2471,8,0),(2471,11,0),(2471,13,0),(2471,35,0),(2471,36,0),(2471,37,0),(2471,38,0),(2471,39,0),(2471,40,0),(2471,44,0),(2471,47,0),(2471,49,0),(2471,54,0),(2471,57,0),(2471,58,0),(2471,59,0),(2471,60,0),(2471,61,0),(2471,62,0),(2471,64,0),(2471,66,0),(2471,67,0),(2471,73,0),(2471,75,0),(2471,77,0),(2471,78,0),(2471,84,0),(2471,86,0),(2471,87,0),(2471,101,0),(2471,118,0),(2471,121,0),(2471,122,0),(2471,151,0),(2471,152,0),(2471,153,0),(2471,157,0),(2471,159,0),(2471,160,0),(2471,161,0),(2471,162,0),(2471,163,0),(2471,164,0),(2471,165,0),(2471,166,0),(2471,167,0),(2471,168,0),(2471,169,0),(2471,170,0),(2471,171,0),(2471,172,0),(2471,173,0),(2471,174,0),(2471,175,0),(2471,176,0),(2471,177,0),(2471,178,0),(2471,179,0),(2471,180,0),(2471,181,0),(2475,10,0),(2475,11,0),(2475,13,0),(2475,35,0),(2475,36,0),(2475,37,0),(2475,38,0),(2475,39,0),(2475,40,0),(2475,44,0),(2475,47,0),(2475,49,0),(2475,54,0),(2475,57,0),(2475,58,0),(2475,59,0),(2475,60,0),(2475,61,0),(2475,62,0),(2475,64,0),(2475,66,0),(2475,67,0),(2475,73,0),(2475,75,0),(2475,77,0),(2475,78,0),(2475,84,0),(2475,86,0),(2475,87,0),(2475,101,0),(2475,118,0),(2475,121,0),(2475,122,0),(2475,151,0),(2475,152,0),(2475,153,0),(2475,157,0),(2475,159,0),(2475,160,0),(2475,161,0),(2475,162,0),(2475,163,0),(2475,164,0),(2475,165,0),(2475,166,0),(2475,167,0),(2475,168,0),(2475,169,0),(2475,170,0),(2475,171,0),(2475,172,0),(2475,173,0),(2475,174,0),(2475,175,0),(2475,176,0),(2475,177,0),(2475,178,0),(2475,179,0),(2475,180,0),(2475,181,0),(2478,11,0),(2478,13,0),(2478,29,0),(2478,35,0),(2478,36,0),(2478,37,0),(2478,38,0),(2478,39,0),(2478,40,0),(2478,44,0),(2478,47,0),(2478,49,0),(2478,54,0),(2478,57,0),(2478,58,0),(2478,59,0),(2478,60,0),(2478,61,0),(2478,62,0),(2478,64,0),(2478,66,0),(2478,67,0),(2478,73,0),(2478,75,0),(2478,77,0),(2478,78,0),(2478,84,0),(2478,86,0),(2478,87,0),(2478,101,0),(2478,118,0),(2478,121,0),(2478,122,0),(2478,151,0),(2478,152,0),(2478,153,0),(2478,157,0),(2478,159,0),(2478,160,0),(2478,161,0),(2478,162,0),(2478,163,0),(2478,164,0),(2478,165,0),(2478,166,0),(2478,167,0),(2478,168,0),(2478,169,0),(2478,170,0),(2478,171,0),(2478,172,0),(2478,173,0),(2478,174,0),(2478,175,0),(2478,176,0),(2478,177,0),(2478,178,0),(2478,179,0),(2478,180,0),(2478,181,0),(2483,11,0),(2483,13,0),(2483,29,0),(2483,35,0),(2483,36,0),(2483,37,0),(2483,38,0),(2483,39,0),(2483,40,0),(2483,44,0),(2483,47,0),(2483,49,0),(2483,54,0),(2483,57,0),(2483,58,0),(2483,59,0),(2483,60,0),(2483,61,0),(2483,62,0),(2483,64,0),(2483,66,0),(2483,67,0),(2483,73,0),(2483,75,0),(2483,77,0),(2483,78,0),(2483,84,0),(2483,86,0),(2483,87,0),(2483,101,0),(2483,118,0),(2483,121,0),(2483,122,0),(2483,151,0),(2483,152,0),(2483,153,0),(2483,157,0),(2483,159,0),(2483,160,0),(2483,161,0),(2483,162,0),(2483,163,0),(2483,164,0),(2483,165,0),(2483,166,0),(2483,167,0),(2483,168,0),(2483,169,0),(2483,170,0),(2483,171,0),(2483,172,0),(2483,173,0),(2483,174,0),(2483,175,0),(2483,176,0),(2483,177,0),(2483,178,0),(2483,179,0),(2483,180,0),(2483,181,0),(2486,6,0),(2486,11,0),(2486,13,0),(2486,35,0),(2486,36,0),(2486,37,0),(2486,38,0),(2486,39,0),(2486,40,0),(2486,44,0),(2486,47,0),(2486,49,0),(2486,54,0),(2486,57,0),(2486,58,0),(2486,59,0),(2486,60,0),(2486,61,0),(2486,62,0),(2486,64,0),(2486,66,0),(2486,67,0),(2486,73,0),(2486,75,0),(2486,77,0),(2486,78,0),(2486,84,0),(2486,86,0),(2486,87,0),(2486,101,0),(2486,118,0),(2486,121,0),(2486,122,0),(2486,151,0),(2486,152,0),(2486,153,0),(2486,157,0),(2486,159,0),(2486,160,0),(2486,161,0),(2486,162,0),(2486,163,0),(2486,164,0),(2486,165,0),(2486,166,0),(2486,167,0),(2486,168,0),(2486,169,0),(2486,170,0),(2486,171,0),(2486,172,0),(2486,173,0),(2486,174,0),(2486,175,0),(2486,176,0),(2486,177,0),(2486,178,0),(2486,179,0),(2486,180,0),(2486,181,0),(2488,2,0),(2488,11,0),(2488,13,0),(2488,35,0),(2488,36,0),(2488,37,0),(2488,38,0),(2488,39,0),(2488,40,0),(2488,44,0),(2488,47,0),(2488,49,0),(2488,54,0),(2488,57,0),(2488,58,0),(2488,59,0),(2488,60,0),(2488,61,0),(2488,62,0),(2488,64,0),(2488,66,0),(2488,67,0),(2488,73,0),(2488,75,0),(2488,77,0),(2488,78,0),(2488,84,0),(2488,86,0),(2488,87,0),(2488,101,0),(2488,118,0),(2488,121,0),(2488,122,0),(2488,151,0),(2488,152,0),(2488,153,0),(2488,157,0),(2488,159,0),(2488,160,0),(2488,161,0),(2488,162,0),(2488,163,0),(2488,164,0),(2488,165,0),(2488,166,0),(2488,167,0),(2488,168,0),(2488,169,0),(2488,170,0),(2488,171,0),(2488,172,0),(2488,173,0),(2488,174,0),(2488,175,0),(2488,176,0),(2488,177,0),(2488,178,0),(2488,179,0),(2488,180,0),(2488,181,0),(2490,5,0),(2490,11,0),(2490,13,0),(2490,35,0),(2490,36,0),(2490,37,0),(2490,38,0),(2490,39,0),(2490,40,0),(2490,44,0),(2490,47,0),(2490,49,0),(2490,54,0),(2490,57,0),(2490,58,0),(2490,59,0),(2490,60,0),(2490,61,0),(2490,62,0),(2490,64,0),(2490,66,0),(2490,67,0),(2490,73,0),(2490,75,0),(2490,77,0),(2490,78,0),(2490,84,0),(2490,86,0),(2490,87,0),(2490,101,0),(2490,118,0),(2490,121,0),(2490,122,0),(2490,151,0),(2490,152,0),(2490,153,0),(2490,157,0),(2490,159,0),(2490,160,0),(2490,161,0),(2490,162,0),(2490,163,0),(2490,164,0),(2490,165,0),(2490,166,0),(2490,167,0),(2490,168,0),(2490,169,0),(2490,170,0),(2490,171,0),(2490,172,0),(2490,173,0),(2490,174,0),(2490,175,0),(2490,176,0),(2490,177,0),(2490,178,0),(2490,179,0),(2490,180,0),(2490,181,0),(2492,8,0),(2492,11,0),(2492,13,0),(2492,35,0),(2492,36,0),(2492,37,0),(2492,38,0),(2492,39,0),(2492,40,0),(2492,44,0),(2492,47,0),(2492,49,0),(2492,54,0),(2492,57,0),(2492,58,0),(2492,59,0),(2492,60,0),(2492,61,0),(2492,62,0),(2492,64,0),(2492,66,0),(2492,67,0),(2492,73,0),(2492,75,0),(2492,77,0),(2492,78,0),(2492,84,0),(2492,86,0),(2492,87,0),(2492,101,0),(2492,118,0),(2492,121,0),(2492,122,0),(2492,151,0),(2492,152,0),(2492,153,0),(2492,157,0),(2492,159,0),(2492,160,0),(2492,161,0),(2492,162,0),(2492,163,0),(2492,164,0),(2492,165,0),(2492,166,0),(2492,167,0),(2492,168,0),(2492,169,0),(2492,170,0),(2492,171,0),(2492,172,0),(2492,173,0),(2492,174,0),(2492,175,0),(2492,176,0),(2492,177,0),(2492,178,0),(2492,179,0),(2492,180,0),(2492,181,0),(2503,8,0),(2503,11,0),(2503,13,0),(2503,35,0),(2503,36,0),(2503,37,0),(2503,38,0),(2503,39,0),(2503,40,0),(2503,44,0),(2503,47,0),(2503,49,0),(2503,54,0),(2503,57,0),(2503,58,0),(2503,59,0),(2503,60,0),(2503,61,0),(2503,62,0),(2503,64,0),(2503,66,0),(2503,67,0),(2503,73,0),(2503,75,0),(2503,77,0),(2503,78,0),(2503,84,0),(2503,86,0),(2503,87,0),(2503,101,0),(2503,118,0),(2503,121,0),(2503,122,0),(2503,151,0),(2503,152,0),(2503,153,0),(2503,157,0),(2503,159,0),(2503,160,0),(2503,161,0),(2503,162,0),(2503,163,0),(2503,164,0),(2503,165,0),(2503,166,0),(2503,167,0),(2503,168,0),(2503,169,0),(2503,170,0),(2503,171,0),(2503,172,0),(2503,173,0),(2503,174,0),(2503,175,0),(2503,176,0),(2503,177,0),(2503,178,0),(2503,179,0),(2503,180,0),(2503,181,0),(2505,3,0),(2505,11,0),(2505,13,0),(2505,35,0),(2505,36,0),(2505,37,0),(2505,38,0),(2505,39,0),(2505,40,0),(2505,44,0),(2505,47,0),(2505,49,0),(2505,54,0),(2505,57,0),(2505,58,0),(2505,59,0),(2505,60,0),(2505,61,0),(2505,62,0),(2505,64,0),(2505,66,0),(2505,67,0),(2505,73,0),(2505,75,0),(2505,77,0),(2505,78,0),(2505,84,0),(2505,86,0),(2505,87,0),(2505,101,0),(2505,118,0),(2505,121,0),(2505,122,0),(2505,151,0),(2505,152,0),(2505,153,0),(2505,157,0),(2505,159,0),(2505,160,0),(2505,161,0),(2505,162,0),(2505,163,0),(2505,164,0),(2505,165,0),(2505,166,0),(2505,167,0),(2505,168,0),(2505,169,0),(2505,170,0),(2505,171,0),(2505,172,0),(2505,173,0),(2505,174,0),(2505,175,0),(2505,176,0),(2505,177,0),(2505,178,0),(2505,179,0),(2505,180,0),(2505,181,0),(2508,8,0),(2508,11,0),(2508,13,0),(2508,35,0),(2508,36,0),(2508,37,0),(2508,38,0),(2508,39,0),(2508,40,0),(2508,44,0),(2508,47,0),(2508,49,0),(2508,54,0),(2508,57,0),(2508,58,0),(2508,59,0),(2508,60,0),(2508,61,0),(2508,62,0),(2508,64,0),(2508,66,0),(2508,67,0),(2508,73,0),(2508,75,0),(2508,77,0),(2508,78,0),(2508,84,0),(2508,86,0),(2508,87,0),(2508,101,0),(2508,118,0),(2508,121,0),(2508,122,0),(2508,151,0),(2508,152,0),(2508,153,0),(2508,157,0),(2508,159,0),(2508,160,0),(2508,161,0),(2508,162,0),(2508,163,0),(2508,164,0),(2508,165,0),(2508,166,0),(2508,167,0),(2508,168,0),(2508,169,0),(2508,170,0),(2508,171,0),(2508,172,0),(2508,173,0),(2508,174,0),(2508,175,0),(2508,176,0),(2508,177,0),(2508,178,0),(2508,179,0),(2508,180,0),(2508,181,0),(2511,11,0),(2511,13,0),(2511,28,0),(2511,35,0),(2511,36,0),(2511,37,0),(2511,38,0),(2511,39,0),(2511,40,0),(2511,44,0),(2511,47,0),(2511,49,0),(2511,54,0),(2511,57,0),(2511,58,0),(2511,59,0),(2511,60,0),(2511,61,0),(2511,62,0),(2511,64,0),(2511,66,0),(2511,67,0),(2511,73,0),(2511,75,0),(2511,77,0),(2511,78,0),(2511,84,0),(2511,86,0),(2511,87,0),(2511,101,0),(2511,118,0),(2511,121,0),(2511,122,0),(2511,151,0),(2511,152,0),(2511,153,0),(2511,157,0),(2511,159,0),(2511,160,0),(2511,161,0),(2511,162,0),(2511,163,0),(2511,164,0),(2511,165,0),(2511,166,0),(2511,167,0),(2511,168,0),(2511,169,0),(2511,170,0),(2511,171,0),(2511,172,0),(2511,173,0),(2511,174,0),(2511,175,0),(2511,176,0),(2511,177,0),(2511,178,0),(2511,179,0),(2511,180,0),(2511,181,0),(2513,8,0),(2513,11,0),(2513,13,0),(2513,35,0),(2513,36,0),(2513,37,0),(2513,38,0),(2513,39,0),(2513,40,0),(2513,44,0),(2513,47,0),(2513,49,0),(2513,54,0),(2513,57,0),(2513,58,0),(2513,59,0),(2513,60,0),(2513,61,0),(2513,62,0),(2513,64,0),(2513,66,0),(2513,67,0),(2513,73,0),(2513,75,0),(2513,77,0),(2513,78,0),(2513,84,0),(2513,86,0),(2513,87,0),(2513,101,0),(2513,118,0),(2513,121,0),(2513,122,0),(2513,151,0),(2513,152,0),(2513,153,0),(2513,157,0),(2513,159,0),(2513,160,0),(2513,161,0),(2513,162,0),(2513,163,0),(2513,164,0),(2513,165,0),(2513,166,0),(2513,167,0),(2513,168,0),(2513,169,0),(2513,170,0),(2513,171,0),(2513,172,0),(2513,173,0),(2513,174,0),(2513,175,0),(2513,176,0),(2513,177,0),(2513,178,0),(2513,179,0),(2513,180,0),(2513,181,0),(2517,6,0),(2517,11,0),(2517,13,0),(2517,35,0),(2517,36,0),(2517,37,0),(2517,38,0),(2517,39,0),(2517,40,0),(2517,44,0),(2517,47,0),(2517,49,0),(2517,54,0),(2517,57,0),(2517,58,0),(2517,59,0),(2517,60,0),(2517,61,0),(2517,62,0),(2517,64,0),(2517,66,0),(2517,67,0),(2517,73,0),(2517,75,0),(2517,77,0),(2517,78,0),(2517,84,0),(2517,86,0),(2517,87,0),(2517,101,0),(2517,118,0),(2517,121,0),(2517,122,0),(2517,151,0),(2517,152,0),(2517,153,0),(2517,157,0),(2517,159,0),(2517,160,0),(2517,161,0),(2517,162,0),(2517,163,0),(2517,164,0),(2517,165,0),(2517,166,0),(2517,167,0),(2517,168,0),(2517,169,0),(2517,170,0),(2517,171,0),(2517,172,0),(2517,173,0),(2517,174,0),(2517,175,0),(2517,176,0),(2517,177,0),(2517,178,0),(2517,179,0),(2517,180,0),(2517,181,0),(2521,11,0),(2521,13,0),(2521,29,0),(2521,35,0),(2521,36,0),(2521,37,0),(2521,38,0),(2521,39,0),(2521,40,0),(2521,44,0),(2521,47,0),(2521,49,0),(2521,54,0),(2521,57,0),(2521,58,0),(2521,59,0),(2521,60,0),(2521,61,0),(2521,62,0),(2521,64,0),(2521,66,0),(2521,67,0),(2521,73,0),(2521,75,0),(2521,77,0),(2521,78,0),(2521,84,0),(2521,86,0),(2521,87,0),(2521,101,0),(2521,118,0),(2521,121,0),(2521,122,0),(2521,151,0),(2521,152,0),(2521,153,0),(2521,157,0),(2521,159,0),(2521,160,0),(2521,161,0),(2521,162,0),(2521,163,0),(2521,164,0),(2521,165,0),(2521,166,0),(2521,167,0),(2521,168,0),(2521,169,0),(2521,170,0),(2521,171,0),(2521,172,0),(2521,173,0),(2521,174,0),(2521,175,0),(2521,176,0),(2521,177,0),(2521,178,0),(2521,179,0),(2521,180,0),(2521,181,0),(2525,3,0),(2525,11,0),(2525,13,0),(2525,35,0),(2525,36,0),(2525,37,0),(2525,38,0),(2525,39,0),(2525,40,0),(2525,44,0),(2525,47,0),(2525,49,0),(2525,54,0),(2525,57,0),(2525,58,0),(2525,59,0),(2525,60,0),(2525,61,0),(2525,62,0),(2525,64,0),(2525,66,0),(2525,67,0),(2525,73,0),(2525,75,0),(2525,77,0),(2525,78,0),(2525,84,0),(2525,86,0),(2525,87,0),(2525,101,0),(2525,118,0),(2525,121,0),(2525,122,0),(2525,151,0),(2525,152,0),(2525,153,0),(2525,157,0),(2525,159,0),(2525,160,0),(2525,161,0),(2525,162,0),(2525,163,0),(2525,164,0),(2525,165,0),(2525,166,0),(2525,167,0),(2525,168,0),(2525,169,0),(2525,170,0),(2525,171,0),(2525,172,0),(2525,173,0),(2525,174,0),(2525,175,0),(2525,176,0),(2525,177,0),(2525,178,0),(2525,179,0),(2525,180,0),(2525,181,0),(2528,11,0),(2528,13,0),(2528,29,0),(2528,35,0),(2528,36,0),(2528,37,0),(2528,38,0),(2528,39,0),(2528,40,0),(2528,44,0),(2528,47,0),(2528,49,0),(2528,54,0),(2528,57,0),(2528,58,0),(2528,59,0),(2528,60,0),(2528,61,0),(2528,62,0),(2528,64,0),(2528,66,0),(2528,67,0),(2528,73,0),(2528,75,0),(2528,77,0),(2528,78,0),(2528,84,0),(2528,86,0),(2528,87,0),(2528,101,0),(2528,118,0),(2528,121,0),(2528,122,0),(2528,151,0),(2528,152,0),(2528,153,0),(2528,157,0),(2528,159,0),(2528,160,0),(2528,161,0),(2528,162,0),(2528,163,0),(2528,164,0),(2528,165,0),(2528,166,0),(2528,167,0),(2528,168,0),(2528,169,0),(2528,170,0),(2528,171,0),(2528,172,0),(2528,173,0),(2528,174,0),(2528,175,0),(2528,176,0),(2528,177,0),(2528,178,0),(2528,179,0),(2528,180,0),(2528,181,0),(2531,3,0),(2531,11,0),(2531,13,0),(2531,35,0),(2531,36,0),(2531,37,0),(2531,38,0),(2531,39,0),(2531,40,0),(2531,44,0),(2531,47,0),(2531,49,0),(2531,54,0),(2531,57,0),(2531,58,0),(2531,59,0),(2531,60,0),(2531,61,0),(2531,62,0),(2531,64,0),(2531,66,0),(2531,67,0),(2531,73,0),(2531,75,0),(2531,77,0),(2531,78,0),(2531,84,0),(2531,86,0),(2531,87,0),(2531,101,0),(2531,118,0),(2531,121,0),(2531,122,0),(2531,151,0),(2531,152,0),(2531,153,0),(2531,157,0),(2531,159,0),(2531,160,0),(2531,161,0),(2531,162,0),(2531,163,0),(2531,164,0),(2531,165,0),(2531,166,0),(2531,167,0),(2531,168,0),(2531,169,0),(2531,170,0),(2531,171,0),(2531,172,0),(2531,173,0),(2531,174,0),(2531,175,0),(2531,176,0),(2531,177,0),(2531,178,0),(2531,179,0),(2531,180,0),(2531,181,0),(2534,6,0),(2534,11,0),(2534,13,0),(2534,35,0),(2534,36,0),(2534,37,0),(2534,38,0),(2534,39,0),(2534,40,0),(2534,44,0),(2534,47,0),(2534,49,0),(2534,54,0),(2534,57,0),(2534,58,0),(2534,59,0),(2534,60,0),(2534,61,0),(2534,62,0),(2534,64,0),(2534,66,0),(2534,67,0),(2534,73,0),(2534,75,0),(2534,77,0),(2534,78,0),(2534,84,0),(2534,86,0),(2534,87,0),(2534,101,0),(2534,118,0),(2534,121,0),(2534,122,0),(2534,151,0),(2534,152,0),(2534,153,0),(2534,157,0),(2534,159,0),(2534,160,0),(2534,161,0),(2534,162,0),(2534,163,0),(2534,164,0),(2534,165,0),(2534,166,0),(2534,167,0),(2534,168,0),(2534,169,0),(2534,170,0),(2534,171,0),(2534,172,0),(2534,173,0),(2534,174,0),(2534,175,0),(2534,176,0),(2534,177,0),(2534,178,0),(2534,179,0),(2534,180,0),(2534,181,0),(2537,8,0),(2537,11,0),(2537,13,0),(2537,35,0),(2537,36,0),(2537,37,0),(2537,38,0),(2537,39,0),(2537,40,0),(2537,44,0),(2537,47,0),(2537,49,0),(2537,54,0),(2537,57,0),(2537,58,0),(2537,59,0),(2537,60,0),(2537,61,0),(2537,62,0),(2537,64,0),(2537,66,0),(2537,67,0),(2537,73,0),(2537,75,0),(2537,77,0),(2537,78,0),(2537,84,0),(2537,86,0),(2537,87,0),(2537,101,0),(2537,118,0),(2537,121,0),(2537,122,0),(2537,151,0),(2537,152,0),(2537,153,0),(2537,157,0),(2537,159,0),(2537,160,0),(2537,161,0),(2537,162,0),(2537,163,0),(2537,164,0),(2537,165,0),(2537,166,0),(2537,167,0),(2537,168,0),(2537,169,0),(2537,170,0),(2537,171,0),(2537,172,0),(2537,173,0),(2537,174,0),(2537,175,0),(2537,176,0),(2537,177,0),(2537,178,0),(2537,179,0),(2537,180,0),(2537,181,0),(2539,5,0),(2539,11,0),(2539,13,0),(2539,35,0),(2539,36,0),(2539,37,0),(2539,38,0),(2539,39,0),(2539,40,0),(2539,44,0),(2539,47,0),(2539,49,0),(2539,54,0),(2539,57,0),(2539,58,0),(2539,59,0),(2539,60,0),(2539,61,0),(2539,62,0),(2539,64,0),(2539,66,0),(2539,67,0),(2539,73,0),(2539,75,0),(2539,77,0),(2539,78,0),(2539,84,0),(2539,86,0),(2539,87,0),(2539,101,0),(2539,118,0),(2539,121,0),(2539,122,0),(2539,151,0),(2539,152,0),(2539,153,0),(2539,157,0),(2539,159,0),(2539,160,0),(2539,161,0),(2539,162,0),(2539,163,0),(2539,164,0),(2539,165,0),(2539,166,0),(2539,167,0),(2539,168,0),(2539,169,0),(2539,170,0),(2539,171,0),(2539,172,0),(2539,173,0),(2539,174,0),(2539,175,0),(2539,176,0),(2539,177,0),(2539,178,0),(2539,179,0),(2539,180,0),(2539,181,0),(2541,8,0),(2541,11,0),(2541,13,0),(2541,35,0),(2541,36,0),(2541,37,0),(2541,38,0),(2541,39,0),(2541,40,0),(2541,44,0),(2541,47,0),(2541,49,0),(2541,54,0),(2541,57,0),(2541,58,0),(2541,59,0),(2541,60,0),(2541,61,0),(2541,62,0),(2541,64,0),(2541,66,0),(2541,67,0),(2541,73,0),(2541,75,0),(2541,77,0),(2541,78,0),(2541,84,0),(2541,86,0),(2541,87,0),(2541,101,0),(2541,118,0),(2541,121,0),(2541,122,0),(2541,151,0),(2541,152,0),(2541,153,0),(2541,157,0),(2541,159,0),(2541,160,0),(2541,161,0),(2541,162,0),(2541,163,0),(2541,164,0),(2541,165,0),(2541,166,0),(2541,167,0),(2541,168,0),(2541,169,0),(2541,170,0),(2541,171,0),(2541,172,0),(2541,173,0),(2541,174,0),(2541,175,0),(2541,176,0),(2541,177,0),(2541,178,0),(2541,179,0),(2541,180,0),(2541,181,0),(2548,2,0),(2548,11,0),(2548,13,0),(2548,35,0),(2548,36,0),(2548,37,0),(2548,38,0),(2548,39,0),(2548,40,0),(2548,44,0),(2548,47,0),(2548,49,0),(2548,54,0),(2548,57,0),(2548,58,0),(2548,59,0),(2548,60,0),(2548,61,0),(2548,62,0),(2548,64,0),(2548,66,0),(2548,67,0),(2548,73,0),(2548,75,0),(2548,77,0),(2548,78,0),(2548,84,0),(2548,86,0),(2548,87,0),(2548,101,0),(2548,118,0),(2548,121,0),(2548,122,0),(2548,151,0),(2548,152,0),(2548,153,0),(2548,157,0),(2548,159,0),(2548,160,0),(2548,161,0),(2548,162,0),(2548,163,0),(2548,164,0),(2548,165,0),(2548,166,0),(2548,167,0),(2548,168,0),(2548,169,0),(2548,170,0),(2548,171,0),(2548,172,0),(2548,173,0),(2548,174,0),(2548,175,0),(2548,176,0),(2548,177,0),(2548,178,0),(2548,179,0),(2548,180,0),(2548,181,0),(2551,8,0),(2551,11,0),(2551,13,0),(2551,35,0),(2551,36,0),(2551,37,0),(2551,38,0),(2551,39,0),(2551,40,0),(2551,44,0),(2551,47,0),(2551,49,0),(2551,54,0),(2551,57,0),(2551,58,0),(2551,59,0),(2551,60,0),(2551,61,0),(2551,62,0),(2551,64,0),(2551,66,0),(2551,67,0),(2551,73,0),(2551,75,0),(2551,77,0),(2551,78,0),(2551,84,0),(2551,86,0),(2551,87,0),(2551,101,0),(2551,118,0),(2551,121,0),(2551,122,0),(2551,151,0),(2551,152,0),(2551,153,0),(2551,157,0),(2551,159,0),(2551,160,0),(2551,161,0),(2551,162,0),(2551,163,0),(2551,164,0),(2551,165,0),(2551,166,0),(2551,167,0),(2551,168,0),(2551,169,0),(2551,170,0),(2551,171,0),(2551,172,0),(2551,173,0),(2551,174,0),(2551,175,0),(2551,176,0),(2551,177,0),(2551,178,0),(2551,179,0),(2551,180,0),(2551,181,0),(2559,2,0),(2559,3,0),(2559,8,0),(2559,13,0),(2559,39,0),(2559,62,0),(2559,64,0),(2559,119,0),(2567,2,0),(2567,13,0),(2567,15,0),(2567,35,0),(2567,36,0),(2567,37,0),(2567,44,0),(2567,50,0),(2567,54,0),(2567,121,0),(2567,144,0),(2567,186,0),(2567,187,0),(2567,188,0),(2571,2,0),(2571,3,0),(2571,5,0),(2571,14,0),(2571,15,0),(2571,54,0),(2571,73,0),(2571,189,0),(2571,190,0),(2571,191,0),(2571,192,0),(2571,193,0),(2580,2,0),(2580,13,0),(2580,35,0),(2580,36,0),(2580,37,0),(2580,39,0),(2580,54,0),(2580,57,0),(2580,60,0),(2580,160,0),(2580,172,0),(2580,190,0),(2580,194,0),(2580,195,0),(2592,2,0),(2592,13,0),(2592,15,0),(2592,34,0),(2592,47,0),(2592,52,0),(2592,57,0),(2592,186,0),(2592,190,0),(2592,196,0),(2592,197,0),(2592,198,0),(2592,199,0),(2611,13,0),(2611,29,0),(2611,39,0),(2611,61,0),(2611,160,0),(2611,164,0),(2611,172,0),(2611,202,0),(2611,203,0),(2611,204,0),(2611,205,0),(2611,206,0),(2611,207,0),(2614,2,0),(2614,13,0),(2614,35,0),(2614,36,0),(2614,37,0),(2614,48,0),(2614,49,0),(2614,50,0),(2614,52,0),(2614,54,0),(2614,64,0),(2614,75,0),(2614,87,0),(2614,122,0),(2614,208,0),(2614,209,0),(2619,2,0),(2619,13,0),(2619,36,0),(2619,37,0),(2619,38,0),(2619,44,0),(2619,49,0),(2619,61,0),(2619,64,0),(2619,67,0),(2619,73,0),(2619,75,0),(2619,101,0),(2619,122,0),(2625,2,0),(2625,13,0),(2625,37,0),(2625,39,0),(2625,40,0),(2625,57,0),(2625,58,0),(2625,60,0),(2625,64,0),(2625,75,0),(2625,121,0),(2625,122,0),(2630,3,0),(2630,13,0),(2630,61,0),(2630,167,0),(2630,186,0),(2630,210,0),(2630,211,0),(2630,212,0),(2630,213,0),(2630,214,0),(2630,215,0),(2630,216,0),(2636,3,0),(2636,13,0),(2636,37,0),(2636,39,0),(2636,57,0),(2636,64,0),(2636,160,0),(2636,190,0),(2636,217,0),(2639,13,0),(2639,29,0),(2639,37,0),(2639,38,0),(2639,39,0),(2639,40,0),(2639,47,0),(2639,49,0),(2639,57,0),(2639,58,0),(2639,59,0),(2639,61,0),(2639,64,0),(2639,101,0),(2639,160,0),(2644,2,0),(2644,13,0),(2644,14,0),(2644,15,0),(2644,34,0),(2644,37,0),(2644,38,0),(2644,52,0),(2644,57,0),(2644,61,0),(2644,73,0),(2644,101,0),(2644,121,0),(2644,167,0),(2644,186,0),(2644,218,0),(2644,219,0),(2644,220,0),(2644,221,0),(2652,13,0),(2652,29,0),(2652,37,0),(2652,39,0),(2652,40,0),(2652,49,0),(2652,57,0),(2652,58,0),(2652,59,0),(2652,60,0),(2652,61,0),(2652,62,0),(2652,64,0),(2652,66,0),(2652,77,0),(2652,121,0),(2652,151,0),(2652,160,0),(2652,161,0),(2652,163,0),(2652,166,0),(2652,167,0),(2652,169,0),(2652,170,0),(2652,171,0),(2652,172,0),(2658,2,0),(2658,4,0),(2658,13,0),(2658,15,0),(2658,37,0),(2658,38,0),(2658,39,0),(2658,40,0),(2658,57,0),(2658,58,0),(2658,67,0),(2658,73,0),(2658,87,0),(2658,101,0),(2658,121,0),(2658,167,0),(2658,215,0),(2658,222,0),(2658,223,0),(2658,224,0),(2663,13,0),(2663,29,0),(2663,37,0),(2663,38,0),(2663,39,0),(2663,49,0),(2663,54,0),(2663,57,0),(2663,60,0),(2663,64,0),(2663,87,0),(2663,101,0),(2663,121,0),(2663,151,0),(2663,160,0),(2663,166,0),(2663,167,0),(2663,169,0),(2663,170,0),(2663,172,0),(2671,3,0),(2671,13,0),(2671,15,0),(2671,38,0),(2671,39,0),(2671,61,0),(2671,62,0),(2671,64,0),(2671,167,0),(2671,186,0),(2671,215,0),(2671,225,0),(2671,226,0),(2671,227,0),(2671,228,0),(2671,229,0),(2676,2,0),(2676,13,0),(2676,37,0),(2676,38,0),(2676,39,0),(2676,49,0),(2676,57,0),(2676,58,0),(2676,59,0),(2676,61,0),(2676,67,0),(2676,87,0),(2676,101,0),(2676,160,0),(2676,167,0),(2680,10,0),(2680,13,0),(2680,35,0),(2680,36,0),(2680,37,0),(2680,38,0),(2680,39,0),(2680,57,0),(2680,60,0),(2680,62,0),(2680,64,0),(2680,67,0),(2680,151,0),(2680,152,0),(2680,153,0),(2680,160,0),(2680,167,0),(2680,172,0),(2687,8,0),(2687,13,0),(2687,35,0),(2687,36,0),(2687,37,0),(2687,38,0),(2687,39,0),(2687,40,0),(2687,44,0),(2687,47,0),(2687,57,0),(2687,58,0),(2687,59,0),(2687,60,0),(2687,61,0),(2687,62,0),(2687,64,0),(2687,66,0),(2687,73,0),(2687,87,0),(2687,160,0),(2687,167,0),(2687,171,0),(2687,172,0),(2695,8,0),(2695,13,0),(2695,15,0),(2695,37,0),(2695,39,0),(2695,40,0),(2695,52,0),(2695,54,0),(2695,57,0),(2695,58,0),(2695,61,0),(2695,101,0),(2695,167,0),(2695,172,0),(2695,186,0),(2695,230,0),(2695,231,0),(2695,232,0),(2695,233,0),(2695,234,0),(2695,235,0),(2701,8,0),(2701,13,0),(2701,15,0),(2701,17,0),(2701,34,0),(2701,38,0),(2701,39,0),(2701,40,0),(2701,52,0),(2701,57,0),(2701,61,0),(2701,64,0),(2701,66,0),(2701,75,0),(2701,101,0),(2701,119,0),(2701,122,0),(2701,160,0),(2701,167,0),(2701,186,0),(2701,190,0),(2701,236,0),(2701,237,0),(2706,2,0),(2706,3,0),(2706,5,0),(2706,13,0),(2706,35,0),(2706,36,0),(2706,37,0),(2706,39,0),(2706,44,0),(2706,52,0),(2706,57,0),(2706,61,0),(2706,67,0),(2706,101,0),(2706,121,0),(2706,167,0),(2706,238,0),(2706,239,0),(2706,240,0),(2706,241,0),(2706,242,0),(2706,243,0),(2706,244,0),(2717,10,0),(2717,14,0),(2717,15,0),(2717,57,0),(2717,101,0),(2717,121,0),(2717,152,0),(2717,153,0),(2717,160,0),(2717,167,0),(2717,245,0),(2717,246,0),(2717,247,0),(2717,248,0),(2717,249,0),(2724,8,0),(2724,13,0),(2724,17,0),(2724,36,0),(2724,37,0),(2724,39,0),(2724,54,0),(2724,57,0),(2724,67,0),(2724,101,0),(2724,118,0),(2724,119,0),(2724,167,0),(2724,172,0),(2724,250,0),(2724,251,0),(2724,252,0),(2727,29,0),(2727,35,0),(2727,36,0),(2727,37,0),(2727,38,0),(2727,39,0),(2727,57,0),(2727,58,0),(2727,59,0),(2727,60,0),(2727,62,0),(2727,64,0),(2727,121,0),(2727,167,0),(2727,168,0),(2727,171,0),(2730,8,0),(2730,13,0),(2730,15,0),(2730,37,0),(2730,39,0),(2730,40,0),(2730,48,0),(2730,52,0),(2730,57,0),(2730,60,0),(2730,61,0),(2730,66,0),(2730,75,0),(2730,157,0),(2730,167,0),(2730,170,0),(2730,186,0),(2730,215,0),(2730,223,0),(2735,2,0),(2735,4,0),(2735,13,0),(2735,15,0),(2735,34,0),(2735,35,0),(2735,36,0),(2735,37,0),(2735,39,0),(2735,44,0),(2735,48,0),(2735,52,0),(2735,57,0),(2735,61,0),(2735,73,0),(2735,101,0),(2735,167,0),(2735,186,0),(2735,253,0),(2735,254,0),(2735,255,0),(2735,256,0),(2735,257,0),(2749,2,0),(2749,13,0),(2749,37,0),(2749,38,0),(2749,39,0),(2749,57,0),(2749,59,0),(2749,61,0),(2749,62,0),(2749,66,0),(2749,101,0),(2749,121,0),(2749,167,0),(2749,190,0),(2754,8,0),(2754,13,0),(2754,37,0),(2754,38,0),(2754,39,0),(2754,54,0),(2754,57,0),(2754,167,0),(2754,236,0),(2754,258,0),(2754,259,0),(2754,260,0),(2760,2,0),(2760,13,0),(2760,37,0),(2760,39,0),(2760,167,0),(2760,186,0),(2760,256,0),(2760,257,0),(2763,2,0),(2763,10,0),(2763,13,0),(2763,35,0),(2763,36,0),(2763,37,0),(2763,39,0),(2763,57,0),(2763,59,0),(2763,60,0),(2763,64,0),(2763,66,0),(2763,67,0),(2763,86,0),(2763,87,0),(2763,101,0),(2763,121,0),(2763,122,0),(2763,151,0),(2763,159,0),(2763,160,0),(2763,161,0),(2763,165,0),(2763,167,0),(2770,8,0),(2770,15,0),(2770,35,0),(2770,36,0),(2770,47,0),(2770,52,0),(2770,54,0),(2770,57,0),(2770,62,0),(2770,119,0),(2770,121,0),(2770,167,0),(2770,172,0),(2770,186,0),(2770,261,0),(2770,262,0),(2775,8,0),(2775,35,0),(2775,37,0),(2775,38,0),(2775,39,0),(2775,47,0),(2775,62,0),(2775,64,0),(2775,66,0),(2775,75,0),(2775,87,0),(2775,118,0),(2775,121,0),(2775,160,0),(2775,167,0),(2775,172,0),(2775,186,0),(2775,236,0),(2775,261,0),(2779,2,0),(2779,15,0),(2779,47,0),(2779,57,0),(2779,76,0),(2779,160,0),(2779,167,0),(2779,170,0),(2779,172,0),(2779,186,0),(2779,263,0),(2779,264,0),(2779,265,0),(2801,8,0),(2801,13,0),(2801,38,0),(2801,39,0),(2801,40,0),(2801,47,0),(2801,52,0),(2801,54,0),(2801,61,0),(2801,74,0),(2801,101,0),(2801,231,0),(2801,261,0),(2801,266,0),(2801,267,0),(2809,2,0),(2809,13,0),(2809,15,0),(2809,34,0),(2809,37,0),(2809,38,0),(2809,39,0),(2809,40,0),(2809,44,0),(2809,54,0),(2809,57,0),(2809,75,0),(2809,101,0),(2809,122,0),(2809,167,0),(2809,186,0),(2809,262,0),(2809,268,0),(2815,2,0),(2815,34,0),(2815,35,0),(2815,36,0),(2815,37,0),(2815,38,0),(2815,49,0),(2815,54,0),(2815,172,0),(2815,186,0),(2815,262,0),(2815,269,0),(2815,270,0),(2824,2,0),(2824,13,0),(2824,15,0),(2824,34,0),(2824,37,0),(2824,39,0),(2824,48,0),(2824,52,0),(2824,57,0),(2824,144,0),(2824,167,0),(2824,186,0),(2824,271,0),(2824,272,0),(2829,8,0),(2829,13,0),(2829,15,0),(2829,36,0),(2829,54,0),(2829,61,0),(2829,66,0),(2829,167,0),(2829,186,0),(2829,273,0),(2829,274,0),(2838,2,0),(2838,13,0),(2838,15,0),(2838,52,0),(2838,74,0),(2838,167,0),(2838,186,0),(2838,275,0),(2838,276,0),(2848,8,0),(2848,13,0),(2848,15,0),(2848,17,0),(2848,57,0),(2848,277,0),(2853,13,0),(2853,15,0),(2853,29,0),(2853,186,0),(2853,273,0),(2853,279,0),(2853,280,0),(2853,281,0),(2860,13,0),(2860,29,0),(2860,282,0),(2860,283,0),(2860,284,0),(2860,285,0),(2860,286,0),(2866,29,0),(2879,10,0),(2886,13,0),(2886,29,0),(2886,38,0),(2886,262,0),(2886,289,0),(2886,290,0),(2886,291,0),(2886,292,0),(2886,293,0),(2886,294,0),(2886,295,0),(2889,8,0),(2889,13,0),(2889,15,0),(2889,17,0),(2889,37,0),(2889,39,0),(2889,57,0),(2889,119,0),(2889,167,0),(2889,186,0),(2889,298,0),(2889,299,0),(2892,13,0),(2892,15,0),(2892,29,0),(2892,37,0),(2892,39,0),(2892,40,0),(2892,52,0),(2892,54,0),(2892,61,0),(2892,64,0),(2892,121,0),(2892,170,0),(2892,296,0),(2892,297,0),(2902,8,0),(2902,13,0),(2902,15,0),(2902,39,0),(2902,57,0),(2902,167,0),(2902,171,0),(2907,2,0),(2907,13,0),(2907,35,0),(2907,39,0),(2907,40,0),(2907,54,0),(2907,59,0),(2907,60,0),(2907,215,0),(2907,223,0),(2907,256,0),(2910,2,0),(2910,13,0),(2910,34,0),(2910,35,0),(2910,36,0),(2910,41,0),(2910,42,0),(2910,52,0),(2910,300,0),(2916,2,0),(2916,5,0),(2916,13,0),(2916,37,0),(2916,50,0),(2916,186,0),(2916,301,0),(2916,302,0),(2916,303,0),(2916,304,0),(2916,305,0),(2921,2,0),(2921,13,0),(2921,14,0),(2921,39,0),(2921,40,0),(2921,57,0),(2921,101,0),(2921,167,0),(2921,190,0),(2921,301,0),(2921,306,0),(2921,307,0),(2921,308,0),(2926,2,0),(2926,3,0),(2933,2,0),(2933,13,0),(2933,15,0),(2933,34,0),(2933,37,0),(2933,39,0),(2933,52,0),(2933,54,0),(2933,57,0),(2933,167,0),(2933,186,0),(2933,194,0),(2933,309,0),(2951,3,0),(2951,13,0),(2951,39,0),(2951,61,0),(2951,167,0),(2951,310,0),(2951,311,0),(2951,312,0),(2951,313,0),(2956,2,0),(2956,13,0),(2956,15,0),(2956,44,0),(2956,54,0),(2956,167,0),(2956,186,0),(2956,314,0),(2956,315,0),(2965,5,0),(2965,10,0),(2965,13,0),(2965,14,0),(2965,15,0),(2965,101,0),(2965,316,0),(2965,317,0),(2965,318,0),(2971,2,0),(2971,13,0),(2971,15,0),(2971,34,0),(2971,167,0),(2971,186,0),(2971,319,0),(2971,320,0),(2976,8,0),(2976,13,0),(2976,119,0),(2976,321,0),(2976,322,0),(2982,5,0),(2982,13,0),(2982,186,0),(2982,323,0),(2982,324,0),(2982,325,0),(2987,2,0),(2991,13,0),(2991,15,0),(2991,29,0),(2991,151,0),(2991,161,0),(2991,167,0),(2991,186,0),(2991,326,0),(2991,327,0),(2996,8,0),(2996,13,0),(2996,119,0),(2996,328,0),(2999,8,0),(2999,13,0),(2999,15,0),(2999,119,0),(2999,167,0),(2999,186,0),(2999,237,0),(2999,262,0),(3002,13,0),(3002,15,0),(3002,29,0),(3002,50,0),(3002,167,0),(3002,186,0),(3002,188,0),(3002,233,0),(3002,329,0),(3009,8,0),(3009,13,0),(3009,119,0),(3009,186,0),(3009,330,0),(3009,331,0),(3009,332,0),(3015,8,0),(3015,13,0),(3015,39,0),(3015,119,0),(3015,167,0),(3015,334,0),(3021,3,0),(3021,13,0),(3021,61,0),(3021,335,0),(3021,336,0),(3021,337,0),(3021,338,0),(3039,13,0),(3039,29,0),(3039,231,0),(3039,339,0),(3039,340,0),(3045,5,0),(3045,13,0),(3045,35,0),(3045,341,0),(3045,342,0),(3045,343,0),(3056,2,0),(3056,205,0),(3056,257,0),(3056,344,0),(3056,345,0),(3056,346,0),(3064,13,0),(3064,29,0),(3064,60,0),(3064,64,0),(3064,297,0),(3064,347,0),(3064,348,0),(3069,8,0),(3069,13,0),(3069,119,0),(3069,349,0),(3069,350,0),(3079,2,0),(3079,48,0),(3079,236,0),(3079,351,0),(3079,352,0),(3079,353,0),(3079,354,0),(3082,13,0),(3082,29,0),(3082,58,0),(3082,59,0),(3082,355,0),(3082,356,0),(3089,2,0),(3089,13,0),(3089,36,0),(3089,205,0),(3089,257,0),(3089,357,0),(3095,13,0),(3095,29,0),(3095,205,0),(3095,206,0),(3095,257,0),(3095,358,0),(3104,3,0),(3104,13,0),(3104,61,0),(3104,118,0),(3104,167,0),(3104,221,0),(3104,236,0),(3104,359,0),(3108,2,0),(3108,13,0),(3108,15,0),(3108,167,0),(3108,186,0),(3108,190,0),(3108,231,0),(3108,360,0),(3108,361,0),(3113,2,0),(3113,13,0),(3113,34,0),(3113,205,0),(3113,257,0),(3113,362,0),(3113,363,0),(3116,2,0),(3116,13,0),(3116,15,0),(3116,34,0),(3116,167,0),(3116,186,0),(3116,364,0),(3124,8,0),(3124,119,0),(3124,365,0),(3124,366,0),(3124,367,0),(3130,2,0),(3130,13,0),(3130,57,0),(3130,190,0),(3130,206,0),(3130,368,0),(3130,369,0),(3136,2,0),(3136,13,0),(3136,14,0),(3136,15,0),(3136,197,0),(3136,199,0),(3136,370,0),(3141,3,0),(3141,13,0),(3141,34,0),(3141,57,0),(3141,371,0),(3141,372,0),(3141,373,0),(3152,3,0),(3152,13,0),(3152,61,0),(3152,190,0),(3152,374,0),(3152,375,0),(3160,5,0),(3160,13,0),(3160,167,0),(3160,376,0),(3160,377,0),(3160,378,0),(3163,8,0),(3163,13,0),(3163,39,0),(3163,167,0),(3163,190,0),(3163,379,0),(3163,380,0),(3163,381,0),(3171,6,0),(3171,13,0),(3171,50,0),(3171,190,0),(3171,301,0),(3180,5,0),(3180,15,0),(3180,34,0),(3180,35,0),(3180,50,0),(3180,186,0),(3180,382,0),(3180,383,0),(3183,2,0),(3183,13,0),(3183,190,0),(3183,341,0),(3183,384,0),(3183,385,0),(3190,2,0),(3190,8,0),(3190,13,0),(3190,14,0),(3190,54,0),(3190,190,0),(3190,386,0),(3190,387,0),(3196,5,0),(3196,13,0),(3196,50,0),(3196,262,0),(3196,295,0),(3196,388,0),(3204,2,0),(3204,13,0),(3204,34,0),(3204,54,0),(3204,75,0),(3204,389,0),(3207,8,0),(3207,13,0),(3207,34,0),(3207,50,0),(3207,61,0),(3207,118,0),(3207,390,0),(3212,8,0),(3212,13,0),(3212,15,0),(3212,37,0),(3212,39,0),(3212,118,0),(3212,391,0),(3221,8,0),(3225,2,0),(3225,13,0),(3225,39,0),(3225,236,0),(3225,392,0),(3225,393,0),(3229,5,0),(3229,13,0),(3229,61,0),(3229,167,0),(3229,205,0),(3229,394,0),(3229,395,0),(3232,2,0),(3232,13,0),(3232,236,0),(3232,261,0),(3232,396,0),(3232,397,0),(3235,2,0),(3235,8,0),(3235,15,0),(3235,52,0),(3235,61,0),(3235,167,0),(3235,398,0),(3235,399,0),(3240,2,0),(3240,13,0),(3240,34,0),(3240,57,0),(3240,271,0),(3240,400,0),(3244,5,0),(3253,8,0),(3253,13,0),(3253,40,0),(3253,190,0),(3253,401,0),(3253,402,0),(3253,403,0),(3258,3,0),(3258,13,0),(3258,61,0),(3258,118,0),(3258,190,0),(3258,401,0),(3264,3,0),(3264,61,0),(3264,230,0),(3264,404,0),(3264,405,0),(3270,8,0),(3270,13,0),(3270,57,0),(3270,118,0),(3270,406,0),(3270,407,0),(3276,2,0),(3276,13,0),(3276,34,0),(3276,37,0),(3276,48,0),(3276,57,0),(3276,411,0),(3276,412,0),(3277,13,0),(3277,29,0),(3277,408,0),(3277,409,0),(3277,410,0),(3296,2,0),(3296,13,0),(3296,14,0),(3296,34,0),(3296,206,0),(3296,368,0),(3296,413,0),(3302,2,0),(3302,14,0),(3302,37,0),(3302,186,0),(3302,220,0),(3302,301,0),(3302,414,0),(3302,415,0),(3305,2,0),(3305,8,0),(3305,13,0),(3305,48,0),(3305,54,0),(3305,119,0),(3305,341,0),(3305,416,0),(3309,8,0),(3309,13,0),(3309,61,0),(3309,167,0),(3309,190,0),(3309,335,0),(3309,417,0),(3313,3,0),(3313,13,0),(3313,60,0),(3313,61,0),(3313,167,0),(3313,418,0),(3313,419,0),(3320,5,0),(3320,13,0),(3320,14,0),(3320,15,0),(3320,206,0),(3320,420,0),(3320,421,0),(3324,3,0),(3324,13,0),(3324,61,0),(3324,76,0),(3324,297,0),(3324,422,0),(3331,2,0),(3331,3,0),(3331,13,0),(3331,52,0),(3331,61,0),(3331,236,0),(3331,392,0),(3335,2,0),(3335,13,0),(3335,14,0),(3335,396,0),(3335,397,0),(3338,2,0),(3338,13,0),(3338,48,0),(3338,118,0),(3338,236,0),(3343,2,0),(3343,13,0),(3343,37,0),(3343,39,0),(3343,44,0),(3343,48,0),(3343,57,0),(3343,89,0),(3343,423,0),(3352,13,0),(3352,29,0),(3352,54,0),(3352,341,0),(3352,424,0),(3360,10,0),(3360,13,0),(3360,119,0),(3360,152,0),(3360,425,0),(3365,10,0),(3365,13,0),(3365,152,0),(3365,231,0),(3365,426,0),(3365,427,0),(3371,3,0),(3371,13,0),(3371,61,0),(3371,337,0),(3371,338,0),(3371,428,0),(3371,429,0),(3375,2,0),(3375,13,0),(3375,15,0),(3375,92,0),(3375,186,0),(3375,430,0),(3375,431,0),(3379,5,0),(3379,14,0),(3379,186,0),(3379,301,0),(3379,351,0),(3385,8,0),(3385,13,0),(3385,37,0),(3385,57,0),(3385,190,0),(3392,8,0),(3392,13,0),(3392,14,0),(3392,37,0),(3392,57,0),(3392,190,0),(3397,3,0),(3397,8,0),(3397,13,0),(3397,61,0),(3397,119,0),(3397,190,0),(3401,2,0),(3401,13,0),(3401,14,0),(3401,15,0),(3401,34,0),(3401,186,0),(3401,190,0),(3401,432,0),(3409,8,0),(3409,13,0),(3409,37,0),(3409,39,0),(3409,52,0),(3409,57,0),(3409,61,0),(3409,433,0),(3418,2,0),(3418,13,0),(3418,34,0),(3418,35,0),(3418,48,0),(3422,3,0),(3422,13,0),(3422,15,0),(3422,61,0),(3422,167,0),(3422,186,0),(3425,5,0),(3425,13,0),(3425,34,0),(3425,50,0),(3425,61,0),(3425,434,0),(3425,435,0),(3432,8,0),(3432,13,0),(3432,14,0),(3432,220,0),(3432,301,0),(3432,306,0),(3436,5,0),(3436,13,0),(3436,61,0),(3436,436,0),(3439,2,0),(3439,15,0),(3439,34,0),(3439,48,0),(3439,67,0),(3439,167,0),(3439,186,0),(3445,13,0),(3445,29,0),(3445,60,0),(3445,126,0),(3445,437,0),(3445,438,0),(3450,2,0),(3450,13,0),(3450,14,0),(3450,37,0),(3450,57,0),(3450,301,0),(3453,8,0),(3453,13,0),(3453,39,0),(3453,61,0),(3453,119,0),(3453,252,0),(3456,8,0),(3456,13,0),(3456,34,0),(3456,61,0),(3456,119,0),(3456,439,0),(3460,8,0),(3460,13,0),(3460,52,0),(3460,61,0),(3460,231,0),(3460,440,0),(3466,8,0),(3466,13,0),(3466,52,0),(3466,61,0),(3466,119,0),(3472,8,0),(3472,13,0),(3472,152,0),(3472,257,0),(3475,2,0),(3475,13,0),(3475,14,0),(3475,52,0),(3475,261,0),(3478,29,0),(3478,48,0),(3478,205,0),(3478,257,0),(3478,441,0),(3481,2,0),(3481,15,0),(3481,34,0),(3481,37,0),(3481,48,0),(3481,442,0),(3486,2,0),(3486,34,0),(3486,48,0),(3486,131,0),(3486,341,0),(3496,8,0),(3496,13,0),(3496,128,0),(3496,191,0),(3496,443,0),(3496,444,0),(3505,2,0),(3505,8,0),(3505,13,0),(3505,14,0),(3505,341,0),(3505,445,0),(3508,2,0),(3508,13,0),(3508,34,0),(3508,341,0),(3518,2,0),(3518,3,0),(3528,2,0),(3528,13,0),(3528,15,0),(3528,37,0),(3528,48,0),(3528,186,0),(3538,8,0),(3538,52,0),(3538,61,0),(3538,119,0),(3538,446,0),(3541,2,0),(3541,3,0),(3541,13,0),(3541,52,0),(3541,61,0),(3541,119,0),(3541,167,0),(3545,2,0),(3545,14,0),(3545,50,0),(3545,52,0),(3545,190,0),(3545,386,0),(3549,10,0),(3549,152,0),(3549,205,0),(3549,447,0),(3549,448,0),(3553,8,0),(3553,118,0),(3553,119,0),(3553,391,0),(3556,3,0),(3556,13,0),(3556,15,0),(3556,61,0),(3556,186,0),(3556,449,0),(3565,3,0),(3565,13,0),(3565,61,0),(3565,310,0),(3570,3,0),(3570,13,0),(3570,61,0),(3570,167,0),(3576,8,0),(3576,13,0),(3576,119,0),(3576,450,0),(3576,451,0),(3583,13,0),(3583,29,0),(3583,151,0),(3583,221,0),(3591,8,0),(3591,13,0),(3591,205,0),(3596,13,0),(3596,29,0),(3596,48,0),(3596,52,0),(3596,394,0),(3601,3,0),(3601,13,0),(3601,61,0),(3601,452,0),(3607,2,0),(3607,13,0),(3607,34,0),(3607,47,0),(3607,48,0),(3616,8,0),(3616,13,0),(3616,119,0),(3616,454,0),(3619,2,0),(3619,13,0),(3619,34,0),(3619,75,0),(3633,13,0),(3633,15,0),(3633,29,0),(3633,167,0),(3633,186,0),(3633,284,0),(3639,3,0),(3639,13,0),(3639,61,0),(3639,455,0),(3645,13,0),(3645,29,0),(3645,60,0),(3645,123,0),(3645,457,0),(3648,2,0),(3648,14,0),(3648,48,0),(3648,52,0),(3648,421,0),(3652,13,0),(3652,29,0),(3652,167,0),(3652,284,0),(3656,2,0),(3656,13,0),(3656,34,0),(3656,47,0),(3656,458,0),(3660,3,0),(3660,13,0),(3660,61,0),(3660,118,0),(3660,459,0),(3664,13,0),(3664,29,0),(3664,366,0),(3664,460,0),(3673,13,0),(3673,29,0),(3673,60,0),(3673,152,0),(3673,461,0),(3680,13,0),(3680,29,0),(3680,96,0),(3680,463,0),(3683,13,0),(3683,29,0),(3683,152,0),(3683,275,0),(3687,8,0),(3687,13,0),(3687,84,0),(3687,119,0),(3687,176,0),(3687,464,0),(3693,3,0),(3693,13,0),(3693,61,0),(3693,371,0),(3697,13,0),(3697,29,0),(3697,37,0),(3697,38,0),(3697,40,0),(3697,57,0),(3697,151,0),(3697,465,0),(3701,10,0),(3701,13,0),(3701,14,0),(3701,57,0),(3701,152,0),(3709,8,0),(3709,13,0),(3709,17,0),(3709,118,0),(3709,119,0),(3712,3,0),(3712,13,0),(3712,61,0),(3712,152,0),(3712,167,0),(3718,2,0),(3718,13,0),(3718,78,0),(3718,155,0),(3722,2,0),(3722,13,0),(3722,15,0),(3722,35,0),(3722,167,0),(3722,186,0),(3730,3,0),(3730,13,0),(3730,15,0),(3730,29,0),(3730,186,0),(3730,371,0),(3739,2,0),(3739,13,0),(3739,15,0),(3739,34,0),(3739,48,0),(3739,167,0),(3739,186,0),(3744,2,0),(3744,13,0),(3744,15,0),(3744,52,0),(3744,167,0),(3744,186,0),(3744,396,0),(3744,397,0),(3748,3,0),(3748,13,0),(3748,15,0),(3748,61,0),(3748,167,0),(3757,2,0),(3757,13,0),(3757,15,0),(3757,34,0),(3757,35,0),(3757,36,0),(3757,52,0),(3757,186,0),(3757,262,0),(3757,466,0),(3765,13,0),(3765,15,0),(3765,29,0),(3765,167,0),(3765,186,0),(3765,284,0),(3765,467,0),(3772,29,0),(3778,10,0),(3778,13,0),(3778,37,0),(3778,39,0),(3778,57,0),(3778,152,0),(3778,249,0),(3778,468,0),(3784,3,0),(3784,13,0),(3784,15,0),(3784,61,0),(3784,167,0),(3787,3,0),(3787,61,0),(3787,167,0),(3787,438,0),(3787,469,0),(3789,10,0),(3789,13,0),(3789,152,0),(3789,470,0),(3794,8,0),(3794,13,0),(3794,15,0),(3794,29,0),(3794,167,0),(3794,186,0),(3794,221,0),(3794,471,0),(3799,13,0),(3799,29,0),(3799,450,0),(3799,472,0),(3803,2,0),(3807,2,0),(3807,13,0),(3807,14,0),(3807,15,0),(3807,48,0),(3807,167,0),(3807,186,0),(3814,8,0),(3814,13,0),(3814,15,0),(3814,17,0),(3814,119,0),(3814,186,0),(3817,2,0),(3817,13,0),(3817,37,0),(3817,57,0),(3817,396,0),(3817,442,0),(3817,473,0),(3822,8,0),(3822,13,0),(3822,64,0),(3822,119,0),(3826,29,0),(3826,37,0),(3826,57,0),(3826,167,0),(3826,284,0),(3826,438,0),(3830,13,0),(3830,15,0),(3830,29,0),(3830,76,0),(3830,167,0),(3830,186,0),(3834,3,0),(3834,15,0),(3834,61,0),(3834,118,0),(3834,167,0),(3834,186,0),(3834,236,0),(3837,13,0),(3837,15,0),(3837,29,0),(3837,167,0),(3837,186,0),(3837,206,0),(3851,29,0),(3863,8,0),(3863,13,0),(3863,40,0),(3863,118,0),(3863,119,0),(3867,10,0),(3867,13,0),(3867,119,0),(3867,152,0),(3867,468,0),(3871,13,0),(3871,15,0),(3871,29,0),(3871,167,0),(3871,186,0),(3871,347,0),(3871,438,0),(3874,2,0),(3874,13,0),(3874,14,0),(3874,15,0),(3874,34,0),(3874,48,0),(3874,167,0),(3874,186,0),(3878,5,0),(3878,50,0),(3878,84,0),(3878,388,0),(3878,474,0),(3885,6,0),(3885,13,0),(3885,388,0),(3885,448,0),(3885,475,0),(3895,3,0),(3895,13,0),(3895,15,0),(3895,61,0),(3895,167,0),(3895,186,0),(3895,207,0),(3895,476,0),(3899,2,0),(3899,13,0),(3899,15,0),(3899,167,0),(3899,186,0),(3899,275,0),(3908,2,0),(3908,13,0),(3908,15,0),(3908,47,0),(3908,48,0),(3908,167,0),(3908,186,0),(3914,13,0),(3914,15,0),(3914,29,0),(3914,59,0),(3914,167,0),(3914,186,0),(3914,477,0),(3923,10,0),(3923,13,0),(3923,15,0),(3923,152,0),(3923,167,0),(3923,186,0),(3923,249,0),(3926,13,0),(3926,15,0),(3926,29,0),(3926,121,0),(3926,167,0),(3926,186,0),(3935,8,0),(3935,15,0),(3935,167,0),(3935,186,0),(3935,478,0),(3935,479,0),(3939,2,0),(3939,13,0),(3939,34,0),(3939,186,0),(3939,275,0),(3939,480,0),(3945,2,0),(3945,13,0),(3945,14,0),(3945,15,0),(3945,48,0),(3945,52,0),(3945,167,0),(3945,186,0),(3945,421,0),(3951,2,0),(3951,13,0),(3951,15,0),(3951,167,0),(3951,186,0),(3951,421,0),(3957,13,0),(3957,15,0),(3957,28,0),(3957,186,0),(3960,10,0),(3960,15,0),(3960,152,0),(3960,167,0),(3960,186,0),(3960,346,0),(3960,470,0),(3964,3,0),(3964,13,0),(3964,15,0),(3964,61,0),(3964,167,0),(3964,186,0),(3971,13,0),(3971,29,0),(3971,481,0),(3971,482,0),(3983,5,0),(3983,8,0),(3983,28,0),(3983,84,0),(3983,119,0),(3983,176,0),(3983,483,0),(3989,2,0),(3989,14,0),(3989,22,0),(3989,34,0),(3989,421,0),(4000,8,0),(4000,10,0),(4000,13,0),(4000,119,0),(4000,152,0),(4003,2,0),(4003,13,0),(4003,15,0),(4003,34,0),(4003,167,0),(4003,186,0),(4003,484,0),(4007,2,0),(4007,13,0),(4007,15,0),(4007,167,0),(4007,186,0),(4007,421,0),(4007,485,0),(4010,13,0),(4010,29,0),(4010,34,0),(4010,119,0),(4010,469,0),(4016,2,0),(4016,13,0),(4016,34,0),(4016,119,0),(4016,469,0),(4020,8,0),(4020,13,0),(4020,118,0),(4020,119,0),(4024,2,0),(4024,13,0),(4024,15,0),(4024,34,0),(4024,48,0),(4024,67,0),(4024,167,0),(4024,186,0),(4034,3,0),(4034,10,0),(4034,13,0),(4034,61,0),(4034,167,0),(4038,8,0),(4038,10,0),(4038,13,0),(4038,152,0),(4038,167,0),(4038,249,0),(4038,468,0),(4047,8,0),(4047,13,0),(4047,52,0),(4047,61,0),(4047,119,0),(4047,438,0),(4053,2,0),(4053,13,0),(4053,35,0),(4053,37,0),(4053,39,0),(4053,57,0),(4053,121,0),(4053,122,0),(4058,3,0),(4058,13,0),(4058,61,0),(4058,167,0),(4058,186,0),(4064,2,0),(4064,13,0),(4064,29,0),(4064,34,0),(4064,37,0),(4064,48,0),(4064,57,0),(4064,151,0),(4064,167,0),(4069,8,0),(4069,13,0),(4069,57,0),(4069,119,0),(4076,2,0),(4076,13,0),(4076,29,0),(4076,151,0),(4076,275,0),(4080,3,0),(4080,13,0),(4080,37,0),(4080,57,0),(4080,61,0),(4080,167,0),(4093,2,0),(4093,13,0),(4093,37,0),(4093,39,0),(4093,57,0),(4093,59,0),(4093,121,0),(4097,8,0),(4097,13,0),(4097,37,0),(4097,57,0),(4097,261,0),(4102,2,0),(4102,15,0),(4102,59,0),(4102,121,0),(4102,167,0),(4102,186,0),(4113,2,0),(4113,13,0),(4113,14,0),(4113,57,0),(4113,189,0),(4118,2,0),(4118,8,0),(4118,13,0),(4118,37,0),(4118,39,0),(4118,47,0),(4118,57,0),(4122,2,0),(4122,8,0),(4122,37,0),(4122,39,0),(4122,57,0),(4122,119,0),(4127,2,0),(4127,14,0),(4127,37,0),(4127,39,0),(4127,57,0),(4130,2,0),(4135,13,0),(4135,28,0),(4135,57,0),(4135,406,0),(4141,4,0),(4141,13,0),(4141,119,0),(4141,401,0),(4145,8,0),(4145,13,0),(4145,119,0),(4145,450,0),(4149,11,0),(4149,13,0),(4149,29,0),(4149,151,0),(4156,13,0),(4156,29,0),(4156,151,0),(4156,487,0),(4165,2,0),(4165,5,0),(4165,35,0),(4165,48,0),(4165,488,0),(4176,3,0),(4176,13,0),(4176,61,0),(4176,167,0),(4199,8,0),(4199,17,0),(4199,118,0),(4199,119,0),(4202,3,0),(4202,17,0),(4202,61,0),(4206,3,0),(4206,61,0),(4206,76,0),(4206,489,0),(4216,29,0),(4220,3,0),(4220,13,0),(4220,17,0),(4220,52,0),(4220,61,0),(4220,119,0),(4226,2,0),(4226,8,0),(4226,17,0),(4226,34,0),(4226,37,0),(4226,57,0),(4230,8,0),(4230,37,0),(4230,39,0),(4230,57,0),(4230,118,0),(4235,8,0),(4235,37,0),(4235,39,0),(4235,57,0),(4235,438,0),(4246,2,0),(4246,34,0),(4246,37,0),(4246,39,0),(4246,57,0),(4246,130,0),(4246,275,0),(4250,13,0),(4250,29,0),(4250,37,0),(4250,60,0),(4250,167,0),(4254,13,0),(4254,29,0),(4254,37,0),(4254,167,0),(4254,297,0),(4258,3,0),(4258,13,0),(4258,17,0),(4258,236,0),(4258,490,0),(4263,8,0),(4263,39,0),(4263,57,0),(4263,61,0),(4263,119,0),(4267,13,0),(4267,29,0),(4267,34,0),(4267,37,0),(4267,57,0),(4267,144,0),(4267,271,0),(4267,491,0),(4278,2,0),(4278,8,0),(4278,13,0),(4278,14,0),(4278,28,0),(4278,34,0),(4278,37,0),(4278,57,0),(4278,128,0),(4278,279,0),(4282,10,0),(4286,8,0),(4286,13,0),(4286,37,0),(4286,39,0),(4286,57,0),(4286,118,0),(4286,119,0),(4289,8,0),(4289,13,0),(4289,37,0),(4289,38,0),(4289,57,0),(4289,84,0),(4289,176,0),(4297,13,0),(4297,29,0),(4297,37,0),(4297,57,0),(4297,206,0),(4297,492,0),(4302,2,0),(4302,34,0),(4302,37,0),(4302,38,0),(4302,39,0),(4302,67,0),(4311,3,0),(4311,37,0),(4311,39,0),(4311,57,0),(4311,61,0),(4311,118,0),(4322,8,0),(4336,2,0),(4346,2,0),(4350,2,0),(4819,2,0),(4820,3,0),(4820,13,0),(4820,15,0),(4820,61,0),(4820,167,0),(4822,13,0),(4822,29,0),(4822,37,0),(4822,39,0),(4822,57,0),(4823,2,0),(4823,14,0),(4823,37,0),(4823,39,0),(4823,57,0),(4823,495,0),(4823,496,0),(4824,2,0),(4824,14,0),(4824,34,0),(4824,39,0),(4824,57,0),(4824,189,0),(4825,14,0),(4825,29,0),(4825,34,0),(4825,37,0),(4825,39,0),(4825,47,0),(4825,57,0),(4825,59,0),(4825,121,0),(4826,2,0),(4826,37,0),(4826,39,0),(4826,57,0),(4826,130,0),(4826,275,0),(4826,284,0),(4826,497,0),(4827,2,0),(4827,37,0),(4827,47,0),(4827,48,0),(4827,57,0),(4827,167,0),(4828,8,0),(4828,10,0),(4829,2,0),(4830,2,0),(4830,13,0),(4830,14,0),(4830,34,0),(4830,37,0),(4830,39,0),(4830,57,0),(4835,2,0),(4835,13,0),(4835,34,0),(4835,37,0),(4835,38,0),(4835,39,0),(4835,48,0),(4836,2,0),(4836,34,0),(4836,37,0),(4836,39,0),(4836,48,0),(4836,54,0),(4836,57,0),(4836,498,0),(4837,29,0),(4837,151,0),(4837,275,0),(4891,2,0),(4891,14,0),(4891,34,0),(4891,37,0),(4891,39,0),(4891,57,0),(4891,499,0),(4896,3,0),(4896,37,0),(4896,39,0),(4896,57,0),(4896,61,0),(4896,500,0),(4901,10,0),(4901,119,0),(4901,152,0),(4901,450,0),(4909,2,0),(4909,34,0),(4909,37,0),(4909,39,0),(4909,47,0),(4909,57,0),(4913,2,0),(4913,37,0),(4913,39,0),(4913,48,0),(4913,57,0),(4913,275,0),(4913,442,0),(4913,497,0),(4917,8,0),(4922,2,0),(4922,34,0),(4922,37,0),(4922,39,0),(4922,57,0),(4998,3,0),(5021,7,0),(5052,7,0),(5053,7,0),(5055,7,0),(5056,7,0),(5081,3,0),(5081,8,0),(5081,501,0),(5081,502,0),(5084,2,0),(5084,53,0),(5084,497,0),(5084,503,0),(5087,2,0),(5087,47,0),(5087,515,0),(5093,2,0),(5093,497,0),(5093,506,0),(5108,29,0),(5108,161,0),(5108,507,0),(5111,2,0),(5111,48,0),(5111,320,0),(5179,7,0),(5180,7,0),(5218,3,0),(5218,511,0),(5223,2,0),(5223,5,0),(5223,29,0),(5223,36,0),(5223,50,0),(5226,8,0),(5226,13,0),(5226,510,0),(5226,512,0),(5226,513,0),(5230,2,0),(5230,411,0),(5230,510,0),(5230,514,0),(5258,2,0),(5258,517,0),(5258,518,0),(5268,3,0),(5268,520,0),(5273,8,0),(5273,118,0),(5278,2,0),(5278,13,0),(5278,37,0),(5278,57,0),(5278,66,0),(5278,73,0),(5278,101,0),(5311,2,0),(5311,3,0),(5311,8,0),(5311,13,0),(5311,35,0),(5311,37,0),(5311,39,0),(5311,40,0),(5311,49,0),(5311,54,0),(5311,57,0),(5311,61,0),(5311,64,0),(5311,101,0),(5311,510,0),(5311,521,0),(5311,522,0),(5315,3,0),(5315,13,0),(5315,35,0),(5315,37,0),(5315,39,0),(5315,40,0),(5315,57,0),(5315,61,0),(5315,64,0),(5315,101,0),(5315,164,0),(5315,167,0),(5318,13,0),(5318,35,0),(5318,36,0),(5318,37,0),(5318,38,0),(5318,39,0),(5318,40,0),(5318,44,0),(5318,54,0),(5318,57,0),(5318,59,0),(5318,61,0),(5318,67,0),(5318,75,0),(5318,101,0),(5318,121,0),(5318,122,0),(5318,163,0),(5318,164,0),(5318,167,0),(5318,509,0),(5318,523,0),(5328,2,0),(5328,13,0),(5328,37,0),(5328,39,0),(5328,40,0),(5328,57,0),(5328,67,0),(5328,101,0),(5328,167,0),(5328,510,0),(5328,524,0),(5328,525,0),(5355,2,0),(5355,3,0),(5355,13,0),(5355,37,0),(5355,39,0),(5355,40,0),(5355,47,0),(5355,57,0),(5355,61,0),(5355,167,0),(5355,526,0),(5355,527,0),(5359,2,0),(5359,13,0),(5359,36,0),(5359,37,0),(5359,39,0),(5359,40,0),(5359,44,0),(5359,54,0),(5359,57,0),(5359,59,0),(5359,61,0),(5359,75,0),(5359,122,0),(5359,144,0),(5359,164,0),(5359,167,0),(5359,528,0),(5362,2,0),(5362,3,0),(5362,8,0),(5369,3,0),(5369,13,0),(5369,37,0),(5369,38,0),(5369,39,0),(5369,40,0),(5369,57,0),(5369,60,0),(5369,61,0),(5369,62,0),(5369,64,0),(5369,167,0),(5369,217,0),(5369,440,0),(5376,2,0),(5376,10,0),(5376,13,0),(5376,35,0),(5376,36,0),(5376,37,0),(5376,39,0),(5376,40,0),(5376,44,0),(5376,54,0),(5376,57,0),(5376,59,0),(5376,60,0),(5376,61,0),(5376,64,0),(5376,66,0),(5376,67,0),(5376,101,0),(5376,121,0),(5376,122,0),(5376,167,0),(5388,8,0),(5388,13,0),(5388,35,0),(5388,36,0),(5388,37,0),(5388,38,0),(5388,39,0),(5388,40,0),(5388,44,0),(5388,47,0),(5388,54,0),(5388,57,0),(5388,61,0),(5388,64,0),(5388,66,0),(5388,75,0),(5388,101,0),(5388,118,0),(5388,122,0),(5388,167,0),(5388,510,0),(5388,529,0),(5388,530,0),(5395,2,0),(5395,13,0),(5395,35,0),(5395,36,0),(5395,37,0),(5395,38,0),(5395,39,0),(5395,40,0),(5395,44,0),(5395,54,0),(5395,57,0),(5395,59,0),(5395,61,0),(5395,67,0),(5395,75,0),(5395,101,0),(5395,122,0),(5395,167,0),(5395,510,0),(5395,531,0),(5398,2,0),(5398,6,0),(5398,13,0),(5398,28,0),(5398,35,0),(5398,36,0),(5398,37,0),(5398,38,0),(5398,39,0),(5398,40,0),(5398,44,0),(5398,47,0),(5398,49,0),(5398,57,0),(5398,59,0),(5398,61,0),(5398,66,0),(5398,67,0),(5398,73,0),(5398,75,0),(5398,87,0),(5398,101,0),(5398,121,0),(5398,122,0),(5398,159,0),(5398,167,0),(5398,261,0),(5398,510,0),(5404,3,0),(5404,8,0),(5404,13,0),(5404,37,0),(5404,38,0),(5404,39,0),(5404,40,0),(5404,57,0),(5404,60,0),(5404,61,0),(5404,62,0),(5404,64,0),(5404,77,0),(5404,118,0),(5404,167,0),(5404,171,0),(5404,510,0),(5410,3,0),(5410,13,0),(5410,37,0),(5410,39,0),(5410,40,0),(5410,57,0),(5410,58,0),(5410,60,0),(5410,61,0),(5410,62,0),(5410,64,0),(5410,77,0),(5410,160,0),(5410,164,0),(5410,167,0),(5410,533,0),(5413,2,0),(5413,13,0),(5413,37,0),(5413,39,0),(5413,40,0),(5413,57,0),(5413,66,0),(5413,67,0),(5413,73,0),(5413,101,0),(5413,167,0),(5413,534,0),(5422,2,0),(5422,13,0),(5422,35,0),(5422,37,0),(5422,39,0),(5422,40,0),(5422,44,0),(5422,47,0),(5422,57,0),(5422,61,0),(5422,67,0),(5422,73,0),(5422,101,0),(5422,118,0),(5422,122,0),(5422,159,0),(5422,167,0),(5422,510,0),(5422,535,0),(5427,2,0),(5427,8,0),(5427,13,0),(5427,37,0),(5427,39,0),(5427,40,0),(5427,44,0),(5427,54,0),(5427,57,0),(5427,61,0),(5427,66,0),(5427,67,0),(5427,73,0),(5427,87,0),(5427,101,0),(5427,159,0),(5427,167,0),(5427,261,0),(5476,3,0),(5476,6,0),(5476,10,0),(5476,13,0),(5476,38,0),(5476,39,0),(5476,40,0),(5476,57,0),(5476,60,0),(5476,61,0),(5476,62,0),(5476,64,0),(5476,77,0),(5476,167,0),(5476,510,0),(5476,532,0),(5479,2,0),(5479,6,0),(5479,8,0),(5479,13,0),(5479,35,0),(5479,37,0),(5479,38,0),(5479,39,0),(5479,40,0),(5479,49,0),(5479,57,0),(5479,61,0),(5479,66,0),(5479,67,0),(5479,73,0),(5479,101,0),(5479,159,0),(5479,167,0),(5479,261,0),(5479,510,0),(5482,2,0),(5482,13,0),(5482,35,0),(5482,37,0),(5482,38,0),(5482,39,0),(5482,40,0),(5482,57,0),(5482,59,0),(5482,61,0),(5482,66,0),(5482,67,0),(5482,73,0),(5482,101,0),(5482,159,0),(5482,167,0),(5486,2,0),(5486,6,0),(5486,13,0),(5486,35,0),(5486,36,0),(5486,37,0),(5486,38,0),(5486,39,0),(5486,40,0),(5486,44,0),(5486,57,0),(5486,59,0),(5486,61,0),(5486,121,0),(5486,122,0),(5486,167,0),(5486,537,0),(5490,2,0),(5490,6,0),(5490,13,0),(5490,28,0),(5490,35,0),(5490,36,0),(5490,37,0),(5490,38,0),(5490,39,0),(5490,40,0),(5490,44,0),(5490,54,0),(5490,57,0),(5490,61,0),(5490,75,0),(5490,84,0),(5490,122,0),(5490,167,0),(5494,2,0),(5498,2,0),(5498,34,0),(5498,67,0),(5504,2,0),(5504,34,0),(5504,67,0),(5504,538,0),(5509,2,0),(5509,34,0),(5509,35,0),(5509,37,0),(5509,38,0),(5509,39,0),(5509,48,0),(5518,2,0),(5518,34,0),(5518,37,0),(5518,48,0),(5518,57,0),(5518,67,0),(5518,167,0),(5521,2,0),(5521,34,0),(5521,37,0),(5521,39,0),(5521,48,0),(5521,57,0),(5521,451,0),(5521,510,0),(5525,3,0),(5525,37,0),(5525,61,0),(5525,167,0),(5525,539,0),(5529,8,0),(5529,37,0),(5529,38,0),(5529,39,0),(5529,52,0),(5529,61,0),(5529,119,0),(5533,6,0),(5533,14,0),(5533,22,0),(5533,37,0),(5533,39,0),(5533,48,0),(5542,28,0),(5542,37,0),(5542,57,0),(5542,119,0),(5542,273,0),(5547,2,0),(5547,34,0),(5547,35,0),(5547,39,0),(5547,59,0),(5552,2,0),(5552,34,0),(5552,37,0),(5552,38,0),(5552,39,0),(5558,2,0),(5558,14,0),(5558,34,0),(5558,37,0),(5558,38,0),(5558,48,0),(5564,3,0),(5564,39,0),(5564,57,0),(5564,61,0),(5564,540,0),(5574,2,0),(5574,541,0),(5580,3,0),(5580,39,0),(5580,57,0),(5580,61,0),(5580,542,0),(5580,543,0),(5585,15,0),(5585,34,0),(5585,60,0),(5585,64,0),(5585,167,0),(5585,544,0),(5618,28,0),(5618,273,0),(5618,274,0),(5618,552,0),(5624,2,0),(5624,81,0),(5624,545,0),(5624,551,0),(5629,2,0),(5629,148,0),(5629,320,0),(5629,546,0),(5629,550,0),(5632,3,0),(5632,61,0),(5632,547,0),(5632,548,0),(5632,549,0),(5648,2,0),(5669,28,0),(5669,553,0),(5669,554,0),(5669,555,0),(5673,2,0),(5673,34,0),(5673,167,0),(5673,186,0),(5673,497,0),(5678,2,0),(5678,8,0),(5678,34,0),(5678,119,0),(5678,261,0),(5702,3,0),(5702,61,0),(5702,167,0),(5702,207,0),(5702,509,0),(5706,3,0),(5706,37,0),(5706,57,0),(5706,61,0),(5706,167,0),(5706,509,0),(5712,28,0),(5712,37,0),(5712,39,0),(5712,57,0),(5712,84,0),(5712,176,0),(5717,15,0),(5717,28,0),(5717,128,0),(5717,274,0),(5720,2,0),(5720,15,0),(5720,36,0),(5720,167,0),(5724,8,0),(5724,28,0),(5724,37,0),(5724,38,0),(5724,39,0),(5724,118,0),(5724,119,0),(5759,2,0),(5759,556,0),(5759,557,0),(5759,558,0),(5766,2,0),(5766,34,0),(5766,559,0),(5766,560,0),(5775,3,0),(5775,15,0),(5775,61,0),(5775,167,0),(5775,186,0),(5779,2,0),(5779,14,0),(5779,15,0),(5779,34,0),(5779,167,0),(5779,186,0),(5782,2,0),(5782,3,0),(5782,15,0),(5782,52,0),(5782,61,0),(5782,167,0),(5785,3,0),(5785,28,0),(5787,29,0),(5787,34,0),(5787,74,0),(5787,362,0),(5790,15,0),(5790,52,0),(5790,61,0),(5790,167,0),(5790,186,0),(5790,215,0),(5790,510,0),(5793,14,0),(5793,29,0),(5793,37,0),(5793,52,0),(5793,57,0),(5793,155,0),(5793,167,0),(5796,34,0),(5796,61,0),(5796,74,0),(5796,167,0),(5796,510,0),(5803,8,0),(5803,14,0),(5803,37,0),(5803,39,0),(5803,57,0),(5803,119,0),(5807,39,0),(5807,61,0),(5807,500,0),(5807,509,0),(5807,561,0),(5821,2,0),(5822,3,0),(5829,3,0),(5829,61,0),(5829,167,0),(5829,186,0),(5832,2,0),(5832,34,0),(5832,37,0),(5832,39,0),(5832,57,0),(5835,15,0),(5835,58,0),(5835,59,0),(5835,167,0),(5835,186,0),(5835,544,0),(5847,8,0),(5871,2,0),(5871,14,0),(5871,34,0),(5871,37,0),(5871,48,0),(5871,57,0),(5871,151,0),(5877,14,0),(5877,28,0),(5877,37,0),(5877,48,0),(5877,49,0),(5877,57,0),(5877,279,0),(5877,562,0),(5882,28,0),(5889,28,0),(5896,2,0),(5899,8,0),(5913,10,0),(5913,13,0),(5913,37,0),(5913,39,0),(5913,52,0),(5913,61,0),(5913,152,0),(5918,37,0),(5918,39,0),(5918,58,0),(5918,59,0),(5918,121,0),(5918,544,0),(5924,8,0),(5924,13,0),(5924,119,0),(5926,8,0),(5926,14,0),(5926,57,0),(5926,119,0),(5926,261,0),(5935,3,0),(5940,3,0),(5946,6,0),(5989,10,0),(5996,2,0),(6021,2,0),(6026,8,0),(6032,2,0),(6048,29,0),(6054,3,0),(6054,509,0),(6073,10,0),(6077,2,0),(6079,8,0),(6088,544,0),(6093,3,0),(6096,3,0),(6105,8,0),(6108,2,0),(6124,510,0),(6129,8,0),(6159,2,0),(6163,510,0),(6167,29,0),(6173,509,0),(6179,3,0),(6179,509,0),(6191,2,0),(6191,509,0),(6212,509,0),(6219,510,0),(6225,544,0),(6233,2,0),(6247,29,0),(6283,2,0),(6286,29,0),(6288,3,0),(6290,3,0),(6292,8,0),(6294,2,0),(6294,3,0),(6308,28,0),(6312,2,0),(6316,2,0),(6318,510,0),(6320,3,0),(6322,510,0),(6335,3,0),(6338,2,0),(6341,2,0),(6345,509,0),(6350,2,0),(6353,2,0),(6357,510,0),(6361,510,0),(6374,10,0),(6379,2,0),(6384,2,0),(6387,509,0),(6391,2,0),(6396,10,0),(6400,2,0),(6404,2,0),(6406,3,0),(6410,2,0),(6414,3,0),(6417,544,0),(6420,510,0),(6424,510,0),(6432,4,0);
/*!40000 ALTER TABLE `wpfr_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_term_taxonomy`
--

DROP TABLE IF EXISTS `wpfr_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_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 latin1_general_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE latin1_general_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=563 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_term_taxonomy`
--

LOCK TABLES `wpfr_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpfr_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpfr_term_taxonomy` VALUES (2,2,'category','',0,278),(3,3,'category','',0,120),(4,4,'category','',0,51),(5,5,'category','',0,38),(6,6,'category','',0,58),(7,7,'nav_menu','',0,11),(8,8,'category','',0,236),(9,9,'post_format','',0,0),(10,10,'category','',0,38),(11,11,'post_tag','',0,245),(12,12,'post_tag','',0,10),(13,13,'post_tag','',0,527),(14,14,'post_tag','',0,76),(15,15,'post_tag','',0,85),(16,16,'post_tag','',0,1),(17,17,'post_tag','',0,11),(18,18,'post_tag','',0,1),(19,19,'post_tag','',0,1),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,3),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,1),(25,25,'post_tag','',0,1),(26,26,'post_tag','',0,1),(27,27,'post_tag','',0,1),(28,28,'category','',0,24),(29,29,'category','',0,148),(34,34,'post_tag','',0,75),(35,35,'post_tag','',0,315),(36,36,'post_tag','',0,290),(37,37,'post_tag','',0,411),(38,38,'post_tag','',0,332),(39,39,'post_tag','',0,390),(40,40,'post_tag','',0,329),(41,41,'post_tag','',0,2),(42,42,'post_tag','',0,2),(43,43,'post_tag','',0,1),(44,44,'post_tag','',0,301),(45,45,'post_tag','',0,1),(46,46,'post_tag','',0,1),(47,47,'post_tag','',0,306),(48,48,'post_tag','',0,46),(49,49,'post_tag','',0,273),(50,50,'post_tag','',0,17),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,39),(53,53,'post_tag','',0,2),(54,54,'post_tag','',0,304),(55,55,'post_tag','',0,1),(56,56,'post_tag','',0,1),(57,57,'post_tag','',0,408),(58,58,'post_tag','',0,269),(59,59,'post_tag','',0,278),(60,60,'post_tag','',0,280),(61,61,'post_tag','',0,363),(62,62,'post_tag','',0,271),(63,63,'post_tag','',0,3),(64,64,'post_tag','',0,284),(65,65,'post_tag','',0,1),(66,66,'post_tag','',0,294),(67,67,'post_tag','',0,299),(68,68,'post_tag','',0,2),(69,69,'post_tag','',0,2),(70,70,'post_tag','',0,1),(71,71,'post_tag','',0,1),(72,72,'post_tag','',0,1),(73,73,'post_tag','',0,297),(74,74,'post_tag','',0,6),(75,75,'post_tag','',0,279),(76,76,'post_tag','',0,5),(77,77,'post_tag','',0,248),(78,78,'post_tag','',0,236),(79,79,'post_tag','',0,15),(80,80,'post_tag','',0,2),(81,81,'post_tag','',0,4),(82,82,'post_tag','',0,1),(83,83,'post_tag','',0,1),(84,84,'post_tag','',0,240),(85,85,'post_tag','',0,1),(86,86,'post_tag','',0,246),(87,87,'post_tag','',0,278),(88,88,'post_tag','',0,1),(89,89,'post_tag','',0,2),(90,90,'post_tag','',0,3),(91,91,'post_tag','',0,2),(92,92,'post_tag','',0,3),(93,93,'post_tag','',0,2),(94,94,'post_tag','',0,1),(95,95,'post_tag','',0,1),(96,96,'post_tag','',0,2),(97,97,'post_tag','',0,1),(98,98,'post_tag','',0,1),(99,99,'post_tag','',0,1),(100,100,'post_tag','',0,1),(101,101,'post_tag','',0,291),(102,102,'post_tag','',0,16),(103,103,'post_tag','',0,1),(104,104,'post_tag','',0,1),(105,105,'post_tag','',0,1),(106,106,'post_tag','',0,1),(107,107,'post_tag','',0,1),(108,108,'post_tag','',0,1),(109,109,'post_tag','',0,1),(110,110,'post_tag','',0,1),(111,111,'post_tag','',0,1),(112,112,'post_tag','',0,1),(113,113,'post_tag','',0,1),(114,114,'post_tag','',0,1),(115,115,'post_tag','',0,1),(116,116,'post_tag','',0,1),(117,117,'post_tag','',0,1),(118,118,'post_tag','',0,252),(119,119,'post_tag','',0,52),(120,120,'post_tag','',0,1),(121,121,'post_tag','',0,279),(122,122,'post_tag','',0,277),(123,123,'post_tag','',0,2),(124,124,'post_tag','',0,1),(125,125,'post_tag','',0,1),(126,126,'post_tag','',0,4),(127,127,'post_tag','',0,1),(128,128,'post_tag','',0,4),(129,129,'post_tag','',0,1),(130,130,'post_tag','',0,3),(131,131,'post_tag','',0,3),(132,132,'post_tag','',0,1),(133,133,'post_tag','',0,1),(134,134,'post_tag','',0,1),(135,135,'post_tag','',0,1),(136,136,'post_tag','',0,1),(137,137,'post_tag','',0,1),(138,138,'post_tag','',0,1),(139,139,'post_tag','',0,1),(140,140,'post_tag','',0,1),(141,141,'post_tag','',0,1),(142,142,'post_tag','',0,1),(143,143,'post_tag','',0,1),(144,144,'post_tag','',0,5),(145,145,'post_tag','',0,1),(146,146,'post_tag','',0,1),(147,147,'post_tag','',0,1),(148,148,'post_tag','',0,2),(149,149,'post_tag','',0,1),(150,150,'post_tag','',0,1),(151,151,'post_tag','',0,268),(152,152,'post_tag','',0,242),(153,153,'post_tag','',0,225),(154,154,'post_tag','',0,1),(155,155,'post_tag','',0,3),(156,156,'post_tag','',0,1),(157,157,'post_tag','',0,245),(158,158,'post_tag','',0,1),(159,159,'post_tag','',0,260),(160,160,'post_tag','',0,269),(161,161,'post_tag','',0,247),(162,162,'post_tag','',0,243),(163,163,'post_tag','',0,245),(164,164,'post_tag','',0,248),(165,165,'post_tag','',0,244),(166,166,'post_tag','',0,245),(167,167,'post_tag','',0,372),(168,168,'post_tag','',0,244),(169,169,'post_tag','',0,245),(170,170,'post_tag','',0,248),(171,171,'post_tag','',0,248),(172,172,'post_tag','',0,255),(173,173,'post_tag','',0,231),(174,174,'post_tag','',0,231),(175,175,'post_tag','',0,231),(176,176,'post_tag','',0,235),(177,177,'post_tag','',0,231),(178,178,'post_tag','',0,222),(179,179,'post_tag','',0,222),(180,180,'post_tag','',0,222),(181,181,'post_tag','',0,222),(186,186,'post_tag','',0,77),(187,187,'post_tag','',0,1),(188,188,'post_tag','',0,2),(189,189,'post_tag','',0,3),(190,190,'post_tag','',0,22),(191,191,'post_tag','',0,2),(192,192,'post_tag','',0,1),(193,193,'post_tag','',0,1),(194,194,'post_tag','',0,2),(195,195,'post_tag','',0,1),(196,196,'post_tag','',0,1),(197,197,'post_tag','',0,2),(198,198,'post_tag','',0,1),(199,199,'post_tag','',0,2),(202,202,'post_tag','',0,1),(203,203,'post_tag','',0,1),(204,204,'post_tag','',0,1),(205,205,'post_tag','',0,9),(206,206,'post_tag','',0,7),(207,207,'post_tag','',0,3),(208,208,'post_tag','',0,1),(209,209,'post_tag','',0,1),(210,210,'post_tag','',0,1),(211,211,'post_tag','',0,1),(212,212,'post_tag','',0,1),(213,213,'post_tag','',0,1),(214,214,'post_tag','',0,1),(215,215,'post_tag','',0,6),(216,216,'post_tag','',0,1),(217,217,'post_tag','',0,2),(218,218,'post_tag','',0,1),(219,219,'post_tag','',0,1),(220,220,'post_tag','',0,3),(221,221,'post_tag','',0,4),(222,222,'post_tag','',0,1),(223,223,'post_tag','',0,3),(224,224,'post_tag','',0,1),(225,225,'post_tag','',0,1),(226,226,'post_tag','',0,1),(227,227,'post_tag','',0,1),(228,228,'post_tag','',0,1),(229,229,'post_tag','',0,1),(230,230,'post_tag','',0,2),(231,231,'post_tag','',0,6),(232,232,'post_tag','',0,1),(233,233,'post_tag','',0,2),(234,234,'post_tag','',0,1),(235,235,'post_tag','',0,1),(236,236,'post_tag','',0,11),(237,237,'post_tag','',0,2),(238,238,'post_tag','',0,1),(239,239,'post_tag','',0,1),(240,240,'post_tag','',0,1),(241,241,'post_tag','',0,1),(242,242,'post_tag','',0,1),(243,243,'post_tag','',0,1),(244,244,'post_tag','',0,1),(245,245,'post_tag','',0,1),(246,246,'post_tag','',0,1),(247,247,'post_tag','',0,1),(248,248,'post_tag','',0,1),(249,249,'post_tag','',0,4),(250,250,'post_tag','',0,1),(251,251,'post_tag','',0,1),(252,252,'post_tag','',0,2),(253,253,'post_tag','',0,1),(254,254,'post_tag','',0,1),(255,255,'post_tag','',0,1),(256,256,'post_tag','',0,3),(257,257,'post_tag','',0,8),(258,258,'post_tag','',0,1),(259,259,'post_tag','',0,1),(260,260,'post_tag','',0,1),(261,261,'post_tag','',0,11),(262,262,'post_tag','',0,7),(263,263,'post_tag','',0,1),(264,264,'post_tag','',0,1),(265,265,'post_tag','',0,1),(266,266,'post_tag','',0,1),(267,267,'post_tag','',0,1),(268,268,'post_tag','',0,1),(269,269,'post_tag','',0,1),(270,270,'post_tag','',0,1),(271,271,'post_tag','',0,3),(272,272,'post_tag','',0,1),(273,273,'post_tag','',0,4),(274,274,'post_tag','',0,3),(275,275,'post_tag','',0,8),(276,276,'post_tag','',0,1),(277,277,'post_tag','',0,1),(279,279,'post_tag','',0,3),(280,280,'post_tag','',0,1),(281,281,'post_tag','',0,1),(282,282,'post_tag','',0,1),(283,283,'post_tag','',0,1),(284,284,'post_tag','',0,6),(285,285,'post_tag','',0,1),(286,286,'post_tag','',0,1),(289,289,'post_tag','',0,1),(290,290,'post_tag','',0,1),(291,291,'post_tag','',0,1),(292,292,'post_tag','',0,1),(293,293,'post_tag','',0,1),(294,294,'post_tag','',0,1),(295,295,'post_tag','',0,2),(296,296,'post_tag','',0,1),(297,297,'post_tag','',0,4),(298,298,'post_tag','',0,1),(299,299,'post_tag','',0,1),(300,300,'post_tag','',0,1),(301,301,'post_tag','',0,7),(302,302,'post_tag','',0,1),(303,303,'post_tag','',0,1),(304,304,'post_tag','',0,1),(305,305,'post_tag','',0,1),(306,306,'post_tag','',0,2),(307,307,'post_tag','',0,1),(308,308,'post_tag','',0,1),(309,309,'post_tag','',0,1),(310,310,'post_tag','',0,2),(311,311,'post_tag','',0,1),(312,312,'post_tag','',0,1),(313,313,'post_tag','',0,1),(314,314,'post_tag','',0,1),(315,315,'post_tag','',0,1),(316,316,'post_tag','',0,1),(317,317,'post_tag','',0,1),(318,318,'post_tag','',0,1),(319,319,'post_tag','',0,1),(320,320,'post_tag','',0,3),(321,321,'post_tag','',0,1),(322,322,'post_tag','',0,1),(323,323,'post_tag','',0,0),(324,324,'post_tag','',0,0),(325,325,'post_tag','',0,0),(326,326,'post_tag','',0,1),(327,327,'post_tag','',0,1),(328,328,'post_tag','',0,1),(329,329,'post_tag','',0,1),(330,330,'post_tag','',0,1),(331,331,'post_tag','',0,1),(332,332,'post_tag','',0,1),(333,333,'post_tag','',0,0),(334,334,'post_tag','',0,1),(335,335,'post_tag','',0,2),(336,336,'post_tag','',0,1),(337,337,'post_tag','',0,2),(338,338,'post_tag','',0,2),(339,339,'post_tag','',0,1),(340,340,'post_tag','',0,1),(341,341,'post_tag','',0,7),(342,342,'post_tag','',0,1),(343,343,'post_tag','',0,1),(344,344,'post_tag','',0,1),(345,345,'post_tag','',0,1),(346,346,'post_tag','',0,2),(347,347,'post_tag','',0,2),(348,348,'post_tag','',0,1),(349,349,'post_tag','',0,1),(350,350,'post_tag','',0,1),(351,351,'post_tag','',0,2),(352,352,'post_tag','',0,1),(353,353,'post_tag','',0,1),(354,354,'post_tag','',0,1),(355,355,'post_tag','',0,1),(356,356,'post_tag','',0,1),(357,357,'post_tag','',0,1),(358,358,'post_tag','',0,1),(359,359,'post_tag','',0,1),(360,360,'post_tag','',0,1),(361,361,'post_tag','',0,1),(362,362,'post_tag','',0,2),(363,363,'post_tag','',0,1),(364,364,'post_tag','',0,1),(365,365,'post_tag','',0,1),(366,366,'post_tag','',0,2),(367,367,'post_tag','',0,1),(368,368,'post_tag','',0,2),(369,369,'post_tag','',0,1),(370,370,'post_tag','',0,1),(371,371,'post_tag','',0,3),(372,372,'post_tag','',0,1),(373,373,'post_tag','',0,1),(374,374,'post_tag','',0,1),(375,375,'post_tag','',0,1),(376,376,'post_tag','',0,1),(377,377,'post_tag','',0,1),(378,378,'post_tag','',0,1),(379,379,'post_tag','',0,1),(380,380,'post_tag','',0,1),(381,381,'post_tag','',0,1),(382,382,'post_tag','',0,1),(383,383,'post_tag','',0,1),(384,384,'post_tag','',0,1),(385,385,'post_tag','',0,1),(386,386,'post_tag','',0,2),(387,387,'post_tag','',0,1),(388,388,'post_tag','',0,3),(389,389,'post_tag','',0,1),(390,390,'post_tag','',0,1),(391,391,'post_tag','',0,2),(392,392,'post_tag','',0,2),(393,393,'post_tag','',0,1),(394,394,'post_tag','',0,2),(395,395,'post_tag','',0,1),(396,396,'post_tag','',0,4),(397,397,'post_tag','',0,3),(398,398,'post_tag','',0,1),(399,399,'post_tag','',0,1),(400,400,'post_tag','',0,1),(401,401,'post_tag','',0,3),(402,402,'post_tag','',0,1),(403,403,'post_tag','',0,1),(404,404,'post_tag','',0,1),(405,405,'post_tag','',0,1),(406,406,'post_tag','',0,2),(407,407,'post_tag','',0,1),(408,408,'post_tag','',0,1),(409,409,'post_tag','',0,1),(410,410,'post_tag','',0,1),(411,411,'post_tag','',0,2),(412,412,'post_tag','',0,1),(413,413,'post_tag','',0,1),(414,414,'post_tag','',0,1),(415,415,'post_tag','',0,1),(416,416,'post_tag','',0,1),(417,417,'post_tag','',0,1),(418,418,'post_tag','',0,1),(419,419,'post_tag','',0,1),(420,420,'post_tag','',0,1),(421,421,'post_tag','',0,6),(422,422,'post_tag','',0,1),(423,423,'post_tag','',0,1),(424,424,'post_tag','',0,1),(425,425,'post_tag','',0,1),(426,426,'post_tag','',0,1),(427,427,'post_tag','',0,1),(428,428,'post_tag','',0,1),(429,429,'post_tag','',0,1),(430,430,'post_tag','',0,1),(431,431,'post_tag','',0,1),(432,432,'post_tag','',0,1),(433,433,'post_tag','',0,1),(434,434,'post_tag','',0,1),(435,435,'post_tag','',0,1),(436,436,'post_tag','',0,1),(437,437,'post_tag','',0,1),(438,438,'post_tag','',0,6),(439,439,'post_tag','',0,1),(440,440,'post_tag','',0,2),(441,441,'post_tag','',0,1),(442,442,'post_tag','',0,2),(443,443,'post_tag','',0,1),(444,444,'post_tag','',0,1),(445,445,'post_tag','',0,1),(446,446,'post_tag','',0,1),(447,447,'post_tag','',0,1),(448,448,'post_tag','',0,2),(449,449,'post_tag','',0,1),(450,450,'post_tag','',0,4),(451,451,'post_tag','',0,2),(452,452,'post_tag','',0,1),(453,453,'post_tag','',0,0),(454,454,'post_tag','',0,1),(455,455,'post_tag','',0,1),(456,456,'post_tag','',0,0),(457,457,'post_tag','',0,1),(458,458,'post_tag','',0,1),(459,459,'post_tag','',0,1),(460,460,'post_tag','',0,1),(461,461,'post_tag','',0,1),(462,462,'post_tag','',0,0),(463,463,'post_tag','',0,1),(464,464,'post_tag','',0,1),(465,465,'post_tag','',0,1),(466,466,'post_tag','',0,1),(467,467,'post_tag','',0,1),(468,468,'post_tag','',0,3),(469,469,'post_tag','',0,3),(470,470,'post_tag','',0,2),(471,471,'post_tag','',0,1),(472,472,'post_tag','',0,1),(473,473,'post_tag','',0,1),(474,474,'post_tag','',0,1),(475,475,'post_tag','',0,1),(476,476,'post_tag','',0,1),(477,477,'post_tag','',0,1),(478,478,'post_tag','',0,1),(479,479,'post_tag','',0,1),(480,480,'post_tag','',0,1),(481,481,'post_tag','',0,1),(482,482,'post_tag','',0,1),(483,483,'post_tag','',0,1),(484,484,'post_tag','',0,1),(485,485,'post_tag','',0,1),(486,486,'post_tag','',0,0),(487,487,'post_tag','',0,1),(488,488,'post_tag','',0,1),(489,489,'post_tag','',0,0),(490,490,'post_tag','',0,1),(491,491,'post_tag','',0,1),(492,492,'post_tag','',0,1),(494,494,'post_tag','',0,0),(495,495,'post_tag','',0,1),(496,496,'post_tag','',0,1),(497,497,'post_tag','',0,4),(498,498,'post_tag','',0,1),(499,499,'post_tag','',0,1),(500,500,'post_tag','',0,2),(501,501,'post_tag','',0,1),(502,502,'post_tag','',0,1),(503,503,'post_tag','',0,1),(504,504,'post_tag','',0,0),(505,505,'post_tag','',0,0),(506,506,'post_tag','',0,1),(507,507,'post_tag','',0,1),(508,508,'post_tag','',0,0),(509,509,'category','',0,11),(510,510,'category','',0,22),(511,511,'post_tag','',0,1),(512,512,'post_tag','',0,1),(513,513,'post_tag','',0,1),(514,514,'post_tag','',0,1),(515,515,'post_tag','',0,1),(516,516,'post_tag','',0,0),(517,517,'post_tag','',0,1),(518,518,'post_tag','',0,1),(519,519,'post_tag','',0,0),(520,520,'post_tag','',0,1),(521,521,'post_tag','',0,1),(522,522,'post_tag','',0,1),(523,523,'post_tag','',0,1),(524,524,'post_tag','',0,1),(525,525,'post_tag','',0,1),(526,526,'post_tag','',0,1),(527,527,'post_tag','',0,1),(528,528,'post_tag','',0,1),(529,529,'post_tag','',0,1),(530,530,'post_tag','',0,1),(531,531,'post_tag','',0,1),(532,532,'post_tag','',0,1),(533,533,'post_tag','',0,1),(534,534,'post_tag','',0,1),(535,535,'post_tag','',0,1),(536,536,'nivo_slider','',0,0),(537,537,'post_tag','',0,1),(538,538,'post_tag','',0,1),(539,539,'post_tag','',0,1),(540,540,'post_tag','',0,1),(541,541,'post_tag','',0,1),(542,542,'post_tag','',0,1),(543,543,'post_tag','',0,1),(544,544,'category','',0,5),(545,545,'post_tag','',0,1),(546,546,'post_tag','',0,1),(547,547,'post_tag','',0,1),(548,548,'post_tag','',0,1),(549,549,'post_tag','',0,1),(550,550,'post_tag','',0,1),(551,551,'post_tag','',0,1),(552,552,'post_tag','',0,1),(553,553,'post_tag','',0,1),(554,554,'post_tag','',0,1),(555,555,'post_tag','',0,1),(556,556,'post_tag','',0,1),(557,557,'post_tag','',0,1),(558,558,'post_tag','',0,1),(559,559,'post_tag','',0,1),(560,560,'post_tag','',0,1),(561,561,'post_tag','',0,1),(562,562,'post_tag','',0,1);
/*!40000 ALTER TABLE `wpfr_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_termmeta`
--

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

--
-- Dumping data for table `wpfr_termmeta`
--

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

--
-- Table structure for table `wpfr_terms`
--

DROP TABLE IF EXISTS `wpfr_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE latin1_general_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=563 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_terms`
--

LOCK TABLES `wpfr_terms` WRITE;
/*!40000 ALTER TABLE `wpfr_terms` DISABLE KEYS */;
INSERT INTO `wpfr_terms` VALUES (2,'Drinks','drinks',0),(3,'Food','food',0),(4,'OTP Exclusives','otp-exclusives',0),(5,'Venue Profiles','venue-profiles',0),(6,'Festivals &amp; Events','festivals-events',0),(7,'Custom menu','custom-menu',0),(8,'Business','business',0),(9,'post-format-gallery','post-format-gallery',0),(10,'Technology','technology',0),(11,'furniture','furniture',0),(12,'venues','venues',0),(13,'hospitality','hospitality',0),(14,'beer','beer',0),(15,'pub','pub',0),(16,'customer service','customer-service',0),(17,'brexit','brexit',0),(18,'hospitality staffing','hospitality-staffing',0),(19,'training','training',0),(20,'consultancy','consultancy',0),(21,'the social','the-social',0),(22,'festival','festival',0),(23,'RTDs','rtds',0),(24,'VK','vk',0),(25,'Hooch','hooch',0),(26,'NDML','ndml',0),(27,'british hops','british-hops',0),(28,'Entertainment','entertainment',0),(29,'Design','design',0),(34,'Drinks','drinks',0),(35,'cocktails','cocktails',0),(36,'cocktail','cocktail',0),(37,'bars','bars',0),(38,'clubs','clubs',0),(39,'restaurants','restaurants',0),(40,'hotels','hotels',0),(41,'ready to drink','ready-to-drink',0),(42,'RTD','rtd',0),(43,'beverages','beverages',0),(44,'gin','gin',0),(45,'ginlovers','ginlovers',0),(46,'Salcombe Gin','salcombe-gin',0),(47,'wine','wine',0),(48,'alcohol','alcohol',0),(49,'events','events',0),(50,'london','london',0),(51,'city','city',0),(52,'drink','drink',0),(53,'trends','trends',0),(54,'spirits','spirits',0),(55,'luxury','luxury',0),(56,'Lodnon','lodnon',0),(57,'pubs','pubs',0),(58,'tableware','tableware',0),(59,'glassware','glassware',0),(60,'equipment','equipment',0),(61,'food','food',0),(62,'chefs','chefs',0),(63,'staff','staff',0),(64,'catering','catering',0),(65,'winery','winery',0),(66,'larger','larger',0),(67,'cider','cider',0),(68,'wedding','wedding',0),(69,'royal','royal',0),(70,'WiFi','wifi',0),(71,'TV','tv',0),(72,'Television','television',0),(73,'ale','ale',0),(74,'venue','venue',0),(75,'mixers','mixers',0),(76,'chef','chef',0),(77,'cutlery','cutlery',0),(78,'festivals','festivals',0),(79,'summer','summer',0),(80,'hot','hot',0),(81,'lager','lager',0),(82,'weather','weather',0),(83,'vibes','vibes',0),(84,'music','music',0),(85,'stages','stages',0),(86,'lighting','lighting',0),(87,'entertainment','entertainment',0),(88,'world cocktail day','world-cocktail-day',0),(89,'tonic','tonic',0),(90,'fruits','fruits',0),(91,'sun','sun',0),(92,'ice','ice',0),(93,'mayfair','mayfair',0),(94,'london city','london-city',0),(95,'grapes','grapes',0),(96,'glasses','glasses',0),(97,'shakers','shakers',0),(98,'water','water',0),(99,'cool','cool',0),(100,'electrics','electrics',0),(101,'beers','beers',0),(102,'stout','stout',0),(103,'meals','meals',0),(104,'pain','pain',0),(105,'bread','bread',0),(106,'competiton','competiton',0),(107,'cod','cod',0),(108,'batter','batter',0),(109,'breadcrumbs','breadcrumbs',0),(110,'sea','sea',0),(111,'place','place',0),(112,'fish','fish',0),(113,'pints','pints',0),(114,'fishing','fishing',0),(115,'royal wedding','royal-wedding',0),(116,'food drink','food-drink',0),(117,'live','live',0),(118,'ukhospitality','ukhospitality',0),(119,'business','business',0),(120,'laws','laws',0),(121,'barware','barware',0),(122,'mixology','mixology',0),(123,'heaters','heaters',0),(124,'outdoors','outdoors',0),(125,'winter','winter',0),(126,'kitchens','kitchens',0),(127,'utilities','utilities',0),(128,'football','football',0),(129,'fifa','fifa',0),(130,'tea','tea',0),(131,'vodka','vodka',0),(132,'KP\'s','kps',0),(133,'largers','largers',0),(134,'tropical','tropical',0),(135,'food market','food-market',0),(136,'savoury','savoury',0),(137,'food products','food-products',0),(138,'moxology.','moxology',0),(139,'entertainments','entertainments',0),(140,'frozen cocktails','frozen-cocktails',0),(141,'shows','shows',0),(142,'southern comfort','southern-comfort',0),(143,'showdown','showdown',0),(144,'whisky','whisky',0),(145,'garnish','garnish',0),(146,'Thames','thames',0),(147,'boats','boats',0),(148,'competition','competition',0),(149,'showcase','showcase',0),(150,'ukhospitaliy','ukhospitaliy',0),(151,'design','design',0),(152,'technology','technology',0),(153,'tech','tech',0),(154,'straws','straws',0),(155,'plastic','plastic',0),(156,'showcases','showcases',0),(157,'talent','talent',0),(158,'reviews','reviews',0),(159,'stouts','stouts',0),(160,'quality','quality',0),(161,'interior design','interior-design',0),(162,'exterior','exterior',0),(163,'bespoke','bespoke',0),(164,'flavoured','flavoured',0),(165,'exquisite','exquisite',0),(166,'outdoor living','outdoor-living',0),(167,'restaurant','restaurant',0),(168,'sparkling wine','sparkling-wine',0),(169,'decor','decor',0),(170,'revolutionise','revolutionise',0),(171,'services','services',0),(172,'products','products',0),(173,'performance','performance',0),(174,'speakers','speakers',0),(175,'sound systems','sound-systems',0),(176,'live music','live-music',0),(177,'performing','performing',0),(178,'Branding','branding',0),(179,'Brands','brands',0),(180,'advertising','advertising',0),(181,'adverts','adverts',0),(186,'bar','bar',0),(187,'classic','classic',0),(188,'bourbon','bourbon',0),(189,'CAMRA','camra',0),(190,'UK','uk',0),(191,'England','england',0),(192,'Scotland','scotland',0),(193,'Wales','wales',0),(194,'tequila','tequila',0),(195,'new drink','new-drink',0),(196,'wine glass','wine-glass',0),(197,'argentina','argentina',0),(198,'somewhere else','somewhere-else',0),(199,'morgenrot','morgenrot',0),(202,'buffalo','buffalo',0),(203,'trace','trace',0),(204,'truffles','truffles',0),(205,'christmas','christmas',0),(206,'charity','charity',0),(207,'recipe','recipe',0),(208,'october','october',0),(209,'jagermeister','jagermeister',0),(210,'chocolate','chocolate',0),(211,'lemon','lemon',0),(212,'zest','zest',0),(213,'unique','unique',0),(214,'desert','desert',0),(215,'gastro pub','gastro-pub',0),(216,'mousse','mousse',0),(217,'food waste','food-waste',0),(218,'craft','craft',0),(219,'hops','hops',0),(220,'ipa','ipa',0),(221,'hotel','hotel',0),(222,'traditional pub','traditional-pub',0),(223,'gastro pubs','gastro-pubs',0),(224,'traditional pubs','traditional-pubs',0),(225,'cheese','cheese',0),(226,'roll','roll',0),(227,'dough','dough',0),(228,'rustic','rustic',0),(229,'country range','country-range',0),(230,'foodservice','foodservice',0),(231,'awards','awards',0),(232,'ceremony','ceremony',0),(233,'2018','2018',0),(234,'innovation','innovation',0),(235,'invention','invention',0),(236,'government','government',0),(237,'chancellor','chancellor',0),(238,'italian','italian',0),(239,'sicily','sicily',0),(240,'strazzanti','strazzanti',0),(241,'hackney','hackney',0),(242,'supper club','supper-club',0),(243,'supper','supper',0),(244,'menu','menu',0),(245,'hub','hub',0),(246,'dashboard','dashboard',0),(247,'customer','customer',0),(248,'consumer','consumer',0),(249,'EPOS','epos',0),(250,'immegration','immegration',0),(251,'skilled workers','skilled-workers',0),(252,'apprenticeships','apprenticeships',0),(253,'shots','shots',0),(254,'fireworks','fireworks',0),(255,'halloween','halloween',0),(256,'festive season','festive-season',0),(257,'festive','festive',0),(258,'MP','mp',0),(259,'MP\'s','mps',0),(260,'wstminster','wstminster',0),(261,'BBPA','bbpa',0),(262,'club','club',0),(263,'harvest','harvest',0),(264,'vineyard','vineyard',0),(265,'Low ABV Wine','low-abv-wine',0),(266,'awards dinner','awards-dinner',0),(267,'winner','winner',0),(268,'luscombe','luscombe',0),(269,'haloween','haloween',0),(270,'hospitalty','hospitalty',0),(271,'whiskey','whiskey',0),(272,'mixer','mixer',0),(273,'sky sports','sky-sports',0),(274,'premier league','premier-league',0),(275,'coffee','coffee',0),(276,'drury','drury',0),(277,'wetherspoon','wetherspoon',0),(279,'sport','sport',0),(280,'sports','sports',0),(281,'NBA','nba',0),(282,'RAW bottles','raw-bottles',0),(283,'showman\'s show','showmans-show',0),(284,'exhibition','exhibition',0),(285,'green','green',0),(286,'ecogreen','ecogreen',0),(289,'funktion-one','funktion-one',0),(290,'privilege','privilege',0),(291,'ibiza','ibiza',0),(292,'biggest club','biggest-club',0),(293,'nightclub','nightclub',0),(294,'nightclubs','nightclubs',0),(295,'nightlife','nightlife',0),(296,'refrigeration','refrigeration',0),(297,'kitchen','kitchen',0),(298,'trade','trade',0),(299,'tariffs','tariffs',0),(300,'funkin','funkin',0),(301,'brewdog','brewdog',0),(302,'canary wharf','canary-wharf',0),(303,'brewdog canary wharf','brewdog-canary-wharf',0),(304,'crypto','crypto',0),(305,'cryptocurrency','cryptocurrency',0),(306,'craft beer','craft-beer',0),(307,'craft beers','craft-beers',0),(308,'rpc','rpc',0),(309,'on-trade','on-trade',0),(310,'vegan','vegan',0),(311,'loaf cake','loaf-cake',0),(312,'vegan loaf cake','vegan-loaf-cake',0),(313,'cafe','cafe',0),(314,'salcombe','salcombe',0),(315,'salcome gin voyager series','salcome-gin-voyager-series',0),(316,'hydro power','hydro-power',0),(317,'solar power','solar-power',0),(318,'carlsberg','carlsberg',0),(319,'proof drinks','proof-drinks',0),(320,'hi-spirits','hi-spirits',0),(321,'dns threat','dns-threat',0),(322,'dns attack','dns-attack',0),(323,'canteen','canteen',0),(324,'bar and canteen','bar-and-canteen',0),(325,'sager + wilde','sager-wilde',0),(326,'velvet','velvet',0),(327,'interior','interior',0),(328,'business rates','business-rates',0),(329,'old fashioned week','old-fashioned-week',0),(330,'properties','properties',0),(331,'market','market',0),(332,'property market','property-market',0),(333,'revolution','revolution',0),(334,'takeover','takeover',0),(335,'thanksgiving','thanksgiving',0),(336,'bbq sauce','bbq-sauce',0),(337,'bbq','bbq',0),(338,'sauce','sauce',0),(339,'gwg','gwg',0),(340,'good web guide','good-web-guide',0),(341,'distillery','distillery',0),(342,'maritime club','maritime-club',0),(343,'east london','east-london',0),(344,'spices','spices',0),(345,'mulling spices','mulling-spices',0),(346,'hositality','hositality',0),(347,'kitchen equipment','kitchen-equipment',0),(348,'catering equipment','catering-equipment',0),(349,'high street','high-street',0),(350,'shopping','shopping',0),(351,'airport','airport',0),(352,'legislation','legislation',0),(353,'alcohol ban','alcohol-ban',0),(354,'ban','ban',0),(355,'glass','glass',0),(356,'artis','artis',0),(357,'WKD','wkd',0),(358,'advent','advent',0),(359,'healthy','healthy',0),(360,'beer writers awards','beer-writers-awards',0),(361,'Guild','guild',0),(362,'fentimans','fentimans',0),(363,'beverage','beverage',0),(364,'kolibri','kolibri',0),(365,'barclays','barclays',0),(366,'retail sector','retail-sector',0),(367,'consumer sector','consumer-sector',0),(368,'krombacher','krombacher',0),(369,'trade charity','trade-charity',0),(370,'quilmes','quilmes',0),(371,'bar snacks','bar-snacks',0),(372,'snacks','snacks',0),(373,'sun valley nut co','sun-valley-nut-co',0),(374,'red meat','red-meat',0),(375,'tax','tax',0),(376,'blanchette','blanchette',0),(377,'brick lane','brick-lane',0),(378,'brunch','brunch',0),(379,'bella italia','bella-italia',0),(380,'uae','uae',0),(381,'united arab emirates','united-arab-emirates',0),(382,'bingo','bingo',0),(383,'dabbers','dabbers',0),(384,'single malt','single-malt',0),(385,'glen garioch','glen-garioch',0),(386,'brewer','brewer',0),(387,'mad hatter','mad-hatter',0),(388,'clubbing','clubbing',0),(389,'fentemans','fentemans',0),(390,'night time commission','night-time-commission',0),(391,'migration','migration',0),(392,'sugar','sugar',0),(393,'milkshake','milkshake',0),(394,'festive period','festive-period',0),(395,'paris house','paris-house',0),(396,'low alcohol','low-alcohol',0),(397,'no alcohol','no-alcohol',0),(398,'wetherspoons','wetherspoons',0),(399,'CLIC sargent','clic-sargent',0),(400,'guinness','guinness',0),(401,'health','health',0),(402,'travel','travel',0),(403,'travelling','travelling',0),(404,'chinese','chinese',0),(405,'new year','new-year',0),(406,'gambling','gambling',0),(407,'gaming','gaming',0),(408,'infrared heaters','infrared-heaters',0),(409,'infrared','infrared',0),(410,'outdoor','outdoor',0),(411,'old mout','old-mout',0),(412,'draught','draught',0),(413,'licensed trade charity','licensed-trade-charity',0),(414,'Hungary','hungary',0),(415,'Budapest','budapest',0),(416,'distillery businesses','distillery-businesses',0),(417,'USA','usa',0),(418,'cooking equipment','cooking-equipment',0),(419,'cooking','cooking',0),(420,'hogs back brewery','hogs-back-brewery',0),(421,'brewery','brewery',0),(422,'chef apprenticeship','chef-apprenticeship',0),(423,'gin &amp; tonic','gin-tonic',0),(424,'edinburgh gin','edinburgh-gin',0),(425,'vpn','vpn',0),(426,'NITA','nita',0),(427,'NITA awards','nita-awards',0),(428,'korean','korean',0),(429,'korean bbq sauce','korean-bbq-sauce',0),(430,'bbc','bbc',0),(431,'ice machine','ice-machine',0),(432,'heineken','heineken',0),(433,'tourism','tourism',0),(434,'green park','green-park',0),(435,'kiosk','kiosk',0),(436,'bakery','bakery',0),(437,'warewashers','warewashers',0),(438,'casual dining show','casual-dining-show',0),(439,'EU','eu',0),(440,'cesa','cesa',0),(441,'drinkaware','drinkaware',0),(442,'non alcohol','non-alcohol',0),(443,'euro','euro',0),(444,'womans championship','womans-championship',0),(445,'distillers','distillers',0),(446,'waste management','waste-management',0),(447,'home security','home-security',0),(448,'security','security',0),(449,'crisps','crisps',0),(450,'marketing','marketing',0),(451,'jobs','jobs',0),(452,'chinese new year','chinese-new-year',0),(453,'flooring','flooring',0),(454,'insurance','insurance',0),(455,'arytza','arytza',0),(456,'ransun','ransun',0),(457,'Tansun','tansun',0),(458,'amathus','amathus',0),(459,'healthy food','healthy-food',0),(460,'BII','bii',0),(461,'audio','audio',0),(462,'linen','linen',0),(463,'warewashing','warewashing',0),(464,'licenses','licenses',0),(465,'designers','designers',0),(466,'in the mix','in-the-mix',0),(467,'show preview','show-preview',0),(468,'POS','pos',0),(469,'event','event',0),(470,'payment technology','payment-technology',0),(471,'recruitment','recruitment',0),(472,'social media','social-media',0),(473,'dry January','dry-january',0),(474,'sound','sound',0),(475,'live events','live-events',0),(476,'on the plate','on-the-plate',0),(477,'warewash','warewash',0),(478,'media','media',0),(479,'website','website',0),(480,'+','480',0),(481,'out in the open','out-in-the-open',0),(482,'canopies','canopies',0),(483,'live venues','live-venues',0),(484,'valentines','valentines',0),(485,'apprenticeshipys','apprenticeshipys',0),(486,'giffard','giffard',0),(487,'venue profile','venue-profile',0),(488,'venue profiles','venue-profiles',0),(489,'mother\'s day','mothers-day',0),(490,'environment','environment',0),(491,'St. Patricks Day','st-patricks-day',0),(492,'restraurants','restraurants',0),(494,'cellar management','cellar-management',0),(495,'brewers','brewers',0),(496,'brewers association','brewers-association',0),(497,'soft drinks','soft-drinks',0),(498,'rum','rum',0),(499,'wildlife','wildlife',0),(500,'eggs','eggs',0),(501,'direct seafoods','direct-seafoods',0),(502,'sustainability','sustainability',0),(503,'peter spanton','peter-spanton',0),(504,'Coeliac','coeliac',0),(505,'aviko','aviko',0),(506,'mr fitz','mr-fitz',0),(507,'rotpunkt','rotpunkt',0),(508,'plastic straws','plastic-straws',0),(509,'Features','features',0),(510,'Hospitality News','hospitality-news',0),(511,'aster','aster',0),(512,'wellbeing','wellbeing',0),(513,'mental health','mental-health',0),(514,'wwf','wwf',0),(515,'furleigh estate','furleigh-estate',0),(516,'prosecco','prosecco',0),(517,'brandy','brandy',0),(518,'sustainable','sustainable',0),(519,'morty &amp; bob\'s','morty-bobs',0),(520,'pink lemonade muffin','pink-lemonade-muffin',0),(521,'blood cancer','blood-cancer',0),(522,'pinkspiration','pinkspiration',0),(523,'london\'s top cocktails summer 2019','londons-top-cocktails-summer-2019',0),(524,'cornish orchards','cornish-orchards',0),(525,'honey cider','honey-cider',0),(526,'Hardys','hardys',0),(527,'foodie','foodie',0),(528,'bimber distillery','bimber-distillery',0),(529,'council','council',0),(530,'funding','funding',0),(531,'Brockmans Gin','brockmans-gin',0),(532,'commercial kitchens','commercial-kitchens',0),(533,'essential cuisine','essential-cuisine',0),(534,'hop garden','hop-garden',0),(535,'minimum unit','minimum-unit',0),(536,'slider','slider',0),(537,'world gin day','world-gin-day',0),(538,'nutrition','nutrition',0),(539,'burgers','burgers',0),(540,'deserts','deserts',0),(541,'fundraising','fundraising',0),(542,'cooker','cooker',0),(543,'kitchenware','kitchenware',0),(544,'Catering Equipment','catering-equipment',0),(545,'maltsmiths','maltsmiths',0),(546,'Fernet-Branca','fernet-branca',0),(547,'British Lion eggs','british-lion-eggs',0),(548,'British egg week','british-egg-week',0),(549,'British egg week 2019','british-egg-week-2019',0),(550,'Fernet-Branca Cocktails','fernet-branca-cocktails',0),(551,'Try Maltsmiths today','try-maltsmiths-today',0),(552,'Sky Sports Live Football','sky-sports-live-football',0),(553,'void','void',0),(554,'sound system','sound-system',0),(555,'mrs foggs','mrs-foggs',0),(556,'IDE','ide',0),(557,'International Drink Expo','international-drink-expo',0),(558,'Drink News','drink-news',0),(559,'marstons','marstons',0),(560,'ashes','ashes',0),(561,'interview','interview',0),(562,'rugby','rugby',0);
/*!40000 ALTER TABLE `wpfr_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_tm_taskmeta`
--

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

--
-- Dumping data for table `wpfr_tm_taskmeta`
--

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

--
-- Table structure for table `wpfr_tm_tasks`
--

DROP TABLE IF EXISTS `wpfr_tm_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_tm_tasks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `class_identifier` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',
  `attempts` int(11) DEFAULT '0',
  `description` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_tm_tasks`
--

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

--
-- Table structure for table `wpfr_usermeta`
--

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

--
-- Dumping data for table `wpfr_usermeta`
--

LOCK TABLES `wpfr_usermeta` WRITE;
/*!40000 ALTER TABLE `wpfr_usermeta` DISABLE KEYS */;
INSERT INTO `wpfr_usermeta` VALUES (1,1,'nickname','Ontrade Progress'),(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,'locale',''),(11,1,'wpfr_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wpfr_user_level','10'),(13,1,'dismissed_wp_pointers','wpmudcs1,plugin_editor_notice,text_widget_custom_html,theme_editor_notice,wp496_privacy,myatu_wordpress_backgroundmanager_pointers_addnewstep1,smush_pointer,vc_columns_pointer,vc_pointers_backend_editor,ampforwp_subscribe_pointer'),(14,1,'show_welcome_panel','0'),(16,1,'wpfr_dashboard_quick_press_last_post_id','6431'),(17,1,'wpfr_user-settings','libraryContent=browse&posts_list_mode=list&editor=tinymce&align=none&imgsize=full&hidetb=1&advImgDetails=show&editor_plain_text_paste_warning=2&post_dfw=off&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=517px&edit_element_vcUIPanelTop=109px'),(18,1,'wpfr_user-settings-time','1580921910'),(19,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\";}'),(20,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(21,1,'nav_menu_recently_edited','7'),(22,1,'twitter',''),(23,1,'gplus',''),(24,1,'facebook',''),(25,1,'linkedin',''),(26,1,'manageedit-pagecolumnshidden','a:1:{i:0;s:8:\"comments\";}'),(27,1,'edit_page_per_page','20'),(28,1,'manageedit-postcolumnshidden','a:3:{i:0;s:14:\"cs_replacement\";i:1;s:4:\"tags\";i:2;s:8:\"comments\";}'),(29,1,'edit_post_per_page','20'),(31,1,'jetpack_tracks_anon_id','gv5ardG2enmPk+mPjJY82P5P'),(32,1,'closedpostboxes_post','a:1:{i:0;s:30:\"td_post_theme_settings_metabox\";}'),(33,1,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";}'),(34,1,'_yoast_wpseo_profile_updated','1563183286'),(35,1,'meta-box-order_post','a:3:{s:4:\"side\";s:92:\"submitdiv,formatdiv,categorydiv,tagsdiv-post_tag,customsidebars-mb,postimagediv,sharing_meta\";s:6:\"normal\";s:148:\"smartmag_post-options,wpseo_meta,smartmag_post-reviews,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:66:\"myatu-wordpress-backgroundmanager-meta-single,adinserter_sectionid\";}'),(36,1,'screen_layout_post','2'),(39,1,'session_tokens','a:3:{s:64:\"bdd90d357631009e0b0d99c7dd362c78db57d8a6898fefc0ec588087ac1427fc\";a:4:{s:10:\"expiration\";i:1584793066;s:2:\"ip\";s:38:\"2a02:c7f:ca67:4f00:ed4e:3cb0:47ea:9002\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0\";s:5:\"login\";i:1584620266;}s:64:\"680af2f49078046962af4f3f4bf1c1a20aaf78968b3c9d2f86ebc8688c96a62a\";a:4:{s:10:\"expiration\";i:1584804313;s:2:\"ip\";s:38:\"2a02:c7f:ca67:4f00:a441:f2ac:e576:6ddd\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0\";s:5:\"login\";i:1584631513;}s:64:\"996bb7a3bde0b617564ee6a2771e93b2674f4ee45e1ca9ff088d9ca11ea80fae\";a:4:{s:10:\"expiration\";i:1584807347;s:2:\"ip\";s:12:\"86.184.39.51\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36\";s:5:\"login\";i:1584634547;}}'),(40,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"86.184.39.0\";}'),(43,1,'wpseo_title',''),(44,1,'wpseo_metadesc',''),(45,1,'wpseo_metakey',''),(46,1,'wpseo_noindex_author',''),(47,1,'wpseo_content_analysis_disable',''),(48,1,'wpseo_keyword_analysis_disable',''),(49,1,'googleplus',''),(50,1,'jetpack_tracks_wpcom_id','133669642'),(53,1,'AtD_options',''),(54,1,'AtD_check_when',''),(55,1,'AtD_guess_lang',''),(56,1,'AtD_ignored_phrases',''),(57,1,'syntax_highlighting','true'),(58,1,'default_password_nag',''),(59,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"78f1e0f71b39950d660b0381657c8732\";s:8:\"newemail\";s:26:\"editor@ontradeprogress.com\";}'),(61,1,'closedpostboxes_dashboard','a:1:{i:0;s:18:\"dashboard_activity\";}'),(62,1,'metaboxhidden_dashboard','a:0:{}'),(63,1,'wpfr_yoast_promo_hide_premium_upsell_admin_block','1'),(64,1,'show_try_gutenberg_panel','0'),(65,1,'wpfr_wpseo-dismiss-onboarding-notice','seen'),(67,1,'meta-box-order_page','a:3:{s:4:\"side\";s:67:\"submitdiv,pageparentdiv,customsidebars-mb,sharing_meta,postimagediv\";s:6:\"normal\";s:125:\"wpseo_meta,smartmag_page-options,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),(68,1,'screen_layout_page','2'),(69,1,'closedpostboxes_page','a:0:{}'),(70,1,'metaboxhidden_page','a:0:{}'),(71,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:99:\"dashboard_right_now,dashboard_activity,jetpack_summary_widget,gadwp-widget,wpseo-dashboard-overview\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(72,1,'closedpostboxes_popupbuilder','a:0:{}'),(73,1,'metaboxhidden_popupbuilder','a:1:{i:0;s:7:\"slugdiv\";}'),(74,1,'wpfr_myatu_bgm_home_url','https://johnsons-gb-test.co.uk/wp-admin/themes.php?page=xYzc4O'),(77,1,'edit_comments_per_page','100'),(81,1,'instagram',''),(82,1,'myspace',''),(83,1,'pinterest',''),(84,1,'soundcloud',''),(85,1,'tumblr',''),(86,1,'youtube',''),(87,1,'wikipedia',''),(88,1,'behance',''),(89,1,'blogger',''),(90,1,'dailymotion',''),(91,1,'delicious',''),(92,1,'deviantart',''),(93,1,'digg',''),(94,1,'dribbble',''),(95,1,'ebay',''),(96,1,'evernote',''),(97,1,'flickr',''),(98,1,'forrst',''),(99,1,'grooveshark',''),(100,1,'lastfm',''),(101,1,'mail-1',''),(102,1,'stumbleupon',''),(103,1,'path',''),(104,1,'paypal',''),(105,1,'reddit',''),(106,1,'rss',''),(107,1,'share',''),(108,1,'skype',''),(109,1,'spotify',''),(110,1,'stackoverflow',''),(111,1,'steam',''),(112,1,'telegram',''),(113,1,'twitch',''),(114,1,'vimeo',''),(115,1,'vk',''),(116,1,'windows',''),(117,1,'wordpress',''),(118,1,'yahoo',''),(119,1,'xing','');
/*!40000 ALTER TABLE `wpfr_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_users`
--

DROP TABLE IF EXISTS `wpfr_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE latin1_general_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE latin1_general_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=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_users`
--

LOCK TABLES `wpfr_users` WRITE;
/*!40000 ALTER TABLE `wpfr_users` DISABLE KEYS */;
INSERT INTO `wpfr_users` VALUES (1,'admin','$P$B9TXmceXG/n1uOkQUCtxZJEBgdgj7z0','admin','mya@ontradeprogress.com','','2017-03-23 10:44:50','',0,'Ontrade Progress');
/*!40000 ALTER TABLE `wpfr_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_yoast_seo_links`
--

DROP TABLE IF EXISTS `wpfr_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=35533 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_yoast_seo_links`
--

LOCK TABLES `wpfr_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wpfr_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wpfr_yoast_seo_links` VALUES (42,'http://www.belvoirfruitfarms.co.uk',289,0,'external'),(43,'http://www.belvoirfruitfarms.co.uk',292,0,'external'),(44,'mailto:POS@Hi-Spirits.com',323,0,'external'),(45,'http://www.hi-spirits.com',343,0,'external'),(46,'http://www.mangotree.org.uk',360,0,'external'),(47,'mailto:info@mangotree.org.uk',360,0,'external'),(48,'http://www.mixologygroup.co.uk',420,0,'external'),(49,'mailto:info@mixologygroup.co.uk',420,0,'external'),(53,'http://www.almr.org.uk',433,0,'external'),(54,'http://www.camra.org.uk/keeppubsafloat',439,0,'external'),(55,'http://www.bha.org.uk/',444,0,'external'),(68,'http://www.audiozone.net',452,0,'external'),(72,'http://www.chambordchannel.com/',475,0,'external'),(76,'http://www.dryphoon.com',486,0,'external'),(77,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-1.jpg',491,0,'internal'),(78,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/page-36-2.jpg',491,0,'internal'),(79,'https://air-regi.com/',491,0,'external'),(80,'https://www.quandoo.co.uk/',491,0,'external'),(81,'http://www.ontradeprogress.com/wp-content/uploads/2017/10/sep-17-page-40-1.jpg',496,0,'internal'),(82,'http://www.wmf-coffeemachines.uk.com',496,0,'external'),(83,'https://www.barbarellastudio.com/',500,0,'external'),(84,'https://www.john-gaunt.co.uk/',506,0,'external'),(85,'http://www.bha.org.uk/',509,0,'external'),(87,'http://www.drinkersvoice.org.uk',511,0,'external'),(92,'http://t.co/on4vbtbwyq',518,0,'external'),(93,'http://www.corrigansmayfair.co.uk/',521,0,'external'),(98,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-OP-rgb300dpi-1.jpg',530,0,'internal'),(99,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/L-VK-SL-rgb300dpi.jpg',530,0,'internal'),(100,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-28-Cherry.jpg',530,0,'internal'),(101,'https://vkofficial.com/flavours/',530,0,'external'),(102,'http://www.drinkaware.co.uk',539,0,'external'),(103,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34.jpg',542,0,'internal'),(104,'http://www.flexfurn.com',542,0,'external'),(105,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Page-34-3.jpg',542,0,'internal'),(106,'http://www.cask-marque.co.uk',548,0,'external'),(107,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/october-page-38.jpg',548,0,'internal'),(109,'http://www.hgem.com',553,0,'external'),(111,'http://www.offtowork.co.uk',557,0,'external'),(112,'http://www.camra.org.uk/keeppubsafloat',564,0,'external'),(116,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Nov17-Page-22-23.jpg',566,0,'internal'),(117,'http://www.brewersassociation.org',566,0,'external'),(118,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Small-Ind-Am-Craft-Beer-banner.jpg',566,0,'internal'),(119,'http://www.almr.org.uk',571,0,'external'),(120,'http://www.bha.org.uk',573,0,'external'),(121,'http://www.thesocialfestival.com/',575,0,'external'),(122,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/Tia-Maria-Cappuccino.jpg',581,0,'internal'),(123,'http://www.tiamaria.com/coffee-cocktails/tia-cappuccino',581,0,'external'),(124,'http://www.tiamaria.com',581,0,'external'),(125,'http://www.ontradeprogress.com/wp-content/uploads/2017/11/DSC_0955-e1505377748204-768x472.jpg',586,0,'internal'),(126,'https://www.globalbrands.co.uk/',586,0,'external'),(127,'https://vkofficial.com/flavours/',586,0,'external'),(128,'https://hoochlemonbrew.com/',586,0,'external'),(129,'http://www.britishhops.org.uk',595,0,'external'),(132,'http://star-emea.com/',599,0,'external'),(133,'http://www.almr.org.uk',606,0,'external'),(138,'http://tinyurl.com/LDbeerfest',613,0,'external'),(139,'https://www.hogsback.co.uk/',616,0,'external'),(140,'http://www.hotelympia.com',619,0,'external'),(141,'http://www.hotelympia.com',619,0,'external'),(142,'http://www.twitter.com/hotelympia',619,0,'external'),(144,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/Bexhill-on-Sea-Albatross-Club-1.jpg',622,0,'internal'),(145,'http://www.camra.org.uk/',622,0,'external'),(146,'http://www.ontradeprogress.com/wp-content/uploads/2017/12/smoked-duck.jpg',608,0,'internal'),(147,'http://bit.ly/2hW0Ktd',608,0,'external'),(154,'http://lastdaysofshoreditch.co.uk/karaoke/',652,0,'external'),(155,'https://www.luckyvoice.com/karaoke-software/',652,0,'external'),(180,'http://www.hi-spirits.com/terms',667,0,'external'),(181,'http://www.barconventbrooklyn.com',667,0,'external'),(182,'mailto:info@hi-spirits.com',667,0,'external'),(183,'http://www.hi-spirits.com',667,0,'external'),(184,'http://www.mixologygroup.co.uk',459,0,'external'),(185,'http://www.fentimans.com',459,0,'external'),(189,'http://www.mrmbrand.com/',689,0,'external'),(195,'http://www.europainternational.com',692,0,'external'),(211,'https://southernshowdown.southerncomfort.com/uk/',709,0,'external'),(212,'mailto:info@hi-spirits.com',709,0,'external'),(213,'http://www.hi-spirits.com',709,0,'external'),(220,'http://www.heathwick.com',713,0,'external'),(235,'http://www.cdawards.co.uk',716,0,'external'),(236,'http://www.casualdiningshow.co.uk',716,0,'external'),(241,'http://www.artis-uk.com/downloads',725,0,'external'),(265,'http://www.ontradeprogress.com/2018/03/26/giffard-add-creme-brulee-caramel-sale-lavender-mix/giffard-creme-brulee-syrup/',738,749,'internal'),(266,'http://www.ontradeprogress.com/2018/03/26/giffard-add-creme-brulee-caramel-sale-lavender-mix/giffard-lavender-syrup/',738,751,'internal'),(267,'http://www.ontradeprogress.com/2018/03/26/giffard-add-creme-brulee-caramel-sale-lavender-mix/giffard-salted-caramel-syrup/',738,750,'internal'),(268,'http://www.giffard.com',738,0,'external'),(279,'http://www.moxy-hotels.marriott.com',753,0,'external'),(281,'http://www.edenfurniture.co.uk',764,0,'external'),(294,'http://www.eebriatrade.com',779,0,'external'),(295,'http://www.brewersassociation.org',787,0,'external'),(302,'http://www.brake.co.uk',794,0,'external'),(314,'http://www.artis-uk.com/catalogue',799,0,'external'),(321,'http://www.oliverjamesfoods.com/proper-pies',807,0,'external'),(374,'mailto:sales@ac-et.com',813,0,'external'),(375,'http://www.ac-et.com/video',813,0,'external'),(390,'http://infographicjournal.com/uk-pizza-market-facts-and-statistics/',862,0,'external'),(421,'http://www.aryztafoodsolutions.co.uk',914,0,'external'),(440,'http://foodservice.qualityfoodawards.com',936,0,'external'),(441,'http://uk.qualityfoodawards.com',936,0,'external'),(448,'http://www.artis-uk.com/catalogue',983,0,'external'),(455,'http://www.siemens.co.uk/en/wind/hull.htm',1020,0,'external'),(456,'http://www.precision-refrigeration.co.uk',1033,0,'external'),(459,'http://www.salcombegin.com/',1041,0,'external'),(460,'mailto:ilovegin@salcombegin.com',1041,0,'external'),(473,'mailto:enquiries@metcalfecatering.com',1085,0,'external'),(481,'http://www.creativefoodseurope.eu/tabasco',1092,0,'external'),(496,'https://www.hobartuk.com/premax-promotion',1098,0,'external'),(497,'https://www.hobartuk.com/videos/warewashing',1098,0,'external'),(528,'mailto:sales@tansun.com',1114,0,'external'),(529,'http://www.tansun.com',1114,0,'external'),(550,'http://www.greatbritishbeecount.co.uk',1161,0,'external'),(551,'http://www.euroboozer.co.uk/',1049,0,'external'),(568,'http://www.salcombegin.com/',1204,0,'external'),(569,'mailto:ilovegin@salcombegin.com',1204,0,'external'),(590,'http://www.artis-uk.com',1215,0,'external'),(594,'http://www.hendi.co.uk',1232,0,'external'),(599,'http://bit.ly/2HORyOV',1241,0,'external'),(608,'http://www.countryrangestudentchef.co.uk/',1245,0,'external'),(609,'http://www.countryrange.co.uk/',1245,0,'external'),(612,'http://www.ac-et.com/',1256,0,'external'),(620,'http://www.ac-et.ie/',1273,0,'external'),(623,'http://www.artis-uk.com',1330,0,'external'),(628,'http://www.tansun.com/',1336,0,'external'),(638,'http://www.franksandfrenchs.co.uk/',1403,0,'external'),(639,'mailto:sales@peterspanton.com',1379,0,'external'),(649,'http://www.salcombegin.com/',1417,0,'external'),(654,'http://bit.ly/2kewlnf',1434,0,'external'),(667,'http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/',1445,0,'external'),(668,'http://www.mccainfoodservice.co.uk/news/beginners-guide-tripadvisor/',1445,0,'external'),(673,'http://www.siobhanmackenzie.com/',1452,0,'external'),(680,'http://www.belvoirfruitfarms.co.uk/',1458,0,'external'),(685,'https://app.prmax.co.uk/track/24925158/click/5ad54970-649a-11e8-a228-50e549351d15',1463,0,'external'),(695,'http://www.vkofficial.com/',1466,0,'external'),(696,'applewebdata://AD8DC65A-5BC3-4813-A317-2CF7CE390A48#_ftn1',1466,0,'external'),(697,'http://www.vkofficial.com/',1466,0,'external'),(700,'https://app.prmax.co.uk/track/24916859/click/4c160c40-63ea-11e8-a76c-6cf0490443a9',1514,0,'external'),(712,'http://www.creativefoodseurope.eu/tabasco',1519,0,'external'),(718,'http://www.sousvidetools.com',1528,0,'external'),(719,'http://www.caterer.com',1557,0,'external'),(722,'http://wmf-coffeemachines.uk.com',1429,0,'external'),(728,'http://www.heathwick.com/',1574,0,'external'),(738,'http://www.showsec.co.uk',1578,0,'external'),(753,'http://www.salcombegin.com/',1582,0,'external'),(754,'mailto:ilovegin@salcombegin.com',1582,0,'external'),(764,'https://app.prmax.co.uk/track/25008164/click/063349d0-6cc4-11e8-bf0a-6cf0490443a9',1599,0,'external'),(765,'https://app.prmax.co.uk/track/25008164/click/063c9e36-6cc4-11e8-bf0a-6cf0490443a9',1599,0,'external'),(766,'mailto:savings@lynxpurchasing.co.uk',1599,0,'external'),(777,'https://app.prmax.co.uk/track/25015093/click/2a5fdb5a-6d75-11e8-a862-50e549351d15',1610,0,'external'),(778,'https://app.prmax.co.uk/track/25015093/click/2a65928e-6d75-11e8-a862-50e549351d15',1610,0,'external'),(791,'http://uk.qualityfoodawards.com/qfa2018/en/page/foodservice-development-chef-of-the-year',1627,0,'external'),(792,'http://uk.qualityfoodawards.com/',1627,0,'external'),(797,'mailto:marketing.uk@aryzta.com',1634,0,'external'),(798,'http://www.aryztafoodsolutions.co.uk/',1634,0,'external'),(800,'http://www.hendi.co.uk',1638,0,'external'),(807,'http://www.goorganicfestival.co.uk/',1642,0,'external'),(808,'mailto:athackray@divcom.co.uk',1642,0,'external'),(819,'http://www.hittraining.co.uk/',1672,0,'external'),(829,'http://www.falconfoodservice.com/',1687,0,'external'),(834,'http://www.falconfoodservice.com/',1692,0,'external'),(835,'http://www.williams-refrigeration.co.uk/',1692,0,'external'),(842,'http://www.kpoftheyear.com/',1696,0,'external'),(843,'http://www.kpoftheyear.com/',1696,0,'external'),(844,'http://charity.springboard.uk.net/',1696,0,'external'),(845,'http://www.precision-refrigeration.co.uk/',1682,0,'external'),(848,'http://www.euroboozer.co.uk/',1662,0,'external'),(855,'https://docs.google.com/forms/d/e/1FAIpQLSf6kixc3E0OPFc0UpETbw1t5-9lE4xcOw33x5OnbNEEQxcVRw/viewform',1712,0,'external'),(856,'http://www.cesa.org.uk/',1712,0,'external'),(872,'http://www.tansun.com/',1719,0,'external'),(873,'mailto:sales@tansun.com',1719,0,'external'),(874,'http://www.tansun.com/',1719,0,'external'),(879,'http://www.commercialkitchenshow.co.uk/show-guide',1724,0,'external'),(894,'http://www.parsleyintime.co.uk/',1729,0,'external'),(895,'mailto:info@parsleyintime.co.uk',1729,0,'external'),(899,'mailto:jake.dolby@cga.co.uk',1734,0,'external'),(928,'applewebdata://E9ACE308-069E-42B6-AF37-D78E4D4D65CF#_ftn3',1737,0,'external'),(929,'applewebdata://E9ACE308-069E-42B6-AF37-D78E4D4D65CF#_ftn4',1737,0,'external'),(930,'https://hittraining.co.uk/apprenticeship-levy',1737,0,'external'),(941,'https://app.prmax.co.uk/track/25071485/click/d512493c-7100-11e8-96af-6cf0490443a9',1742,0,'external'),(942,'http://beerguild.co.uk/',1742,0,'external'),(949,'mailto:sales@fem.co.uk',1749,0,'external'),(950,'http://www.fem.co.uk/',1749,0,'external'),(961,'http://foodservice.qualityfoodawards.com/',1755,0,'external'),(962,'http://uk.qualityfoodawards.com/',1755,0,'external'),(969,'http://www.meldrumhouse.com/',1758,0,'external'),(976,'http://www.cesa.org.uk/',1761,0,'external'),(980,'http://www.piperscrisps.com',1776,0,'external'),(997,'https://www.drinkaware.co.uk/advice/staying-safe-while-drinking/staying-safe-at-the-russia-2018-world-cup/',1781,0,'external'),(998,'http://www.gov.uk/russia2018',1781,0,'external'),(1003,'mailto:sales@hubbardsystems.co.uk',1787,0,'external'),(1004,'http://www.scotsman-ice.co.uk/',1787,0,'external'),(1009,'http://www.grandecuisine.co.uk.',1790,0,'external'),(1018,'mailto:sales@fem.co.uk',1809,0,'external'),(1019,'http://www.fem.co.uk/',1809,0,'external'),(1030,'http://www.rational-online.com/',1817,0,'external'),(1031,'http://www.artis-uk.com',1813,0,'external'),(1051,'http://www.goodnightoutcampaign.org/',1825,0,'external'),(1052,'http://www1.uwe.ac.uk/bl/research/interventioninitiative/abouttheprogramme.aspx',1825,0,'external'),(1053,'https://www.drinkaware.co.uk/work-with-us/alcohol-vulnerability-awareness-e-learning',1825,0,'external'),(1054,'mailto:drinkawarecrew@drinkaware.co.uk',1825,0,'external'),(1056,'mailto:secretary@beerguild.co.uk',1821,0,'external'),(1069,'https://goo.gl/xmiq6g',1831,0,'external'),(1070,'https://www.ac-et.com/audio/index.asp',1831,0,'external'),(1071,'https://www.instagram.com/ac_ent_technologies/',1831,0,'external'),(1072,'http://www.facebook.com/acentertainmenttechnologies',1831,0,'external'),(1077,'http://www.parsleyintime.co.uk/',1836,0,'external'),(1078,'mailto:info@parsleyintime.co.uk',1836,0,'external'),(1109,'mailto:info@macandwild.com',1840,0,'external'),(1110,'https://www.facebook.com/macandwildfallsofshin',1840,0,'external'),(1111,'mailto:info@macandwild.com',1840,0,'external'),(1114,'http://www.williams-refrigeration.co.uk/',1848,0,'external'),(1139,'http://www.tansun.com/',1851,0,'external'),(1140,'mailto:sales@tansun.com',1851,0,'external'),(1141,'http://www.tansun.com/',1851,0,'external'),(1147,'http://www.Lanchesterwines.co.uk',1854,0,'external'),(1150,'http://www.falconfoodservice.com/',1857,0,'external'),(1153,'http://www.beertechuk.com',1861,0,'external'),(1154,'mailto:sales@beerterchuk.com',1861,0,'external'),(1161,'https://homebrewtique.com/build-your-recipe-kit/',1873,0,'external'),(1162,'https://homebrewtique.com/',1873,0,'external'),(1167,'file:///C:/Users/Al/AppData/Local/Microsoft/Windows/INetCache/Content.Outlook/LLYLHW48/fernet-branca.co.uk/barbackgames',1879,0,'external'),(1172,'https://www.hgem.com/the-hub',1888,0,'external'),(1175,'mailto:info@hi-spirits.com',1896,0,'external'),(1176,'file:///C:/Users/abranca/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/ZO00NTQ0/www.hi-spirits.com',1896,0,'external'),(1189,'http://www.tansun.com/',1901,0,'external'),(1190,'mailto:sales@tansun.com',1901,0,'external'),(1191,'http://www.tansun.com/',1901,0,'external'),(1192,'http://www.publicrelations-pr.co.uk/',1901,0,'external'),(1199,'http://www.mjseafood.com/',1921,0,'external'),(1205,'http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress',1924,0,'external'),(1206,'http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress',1924,0,'external'),(1207,'http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress',1924,0,'external'),(1208,'http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress',1924,0,'external'),(1209,'http://www.restauranttechlive.co.uk/tracker.asp?code=OTProgress',1924,0,'external'),(1216,'http://www.creativefoodseurope.eu',1927,0,'external'),(1237,'applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn1',1931,0,'external'),(1238,'applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn2',1931,0,'external'),(1239,'http://www.thessehydro.com/partners/heineken)',1931,0,'external'),(1240,'applewebdata://97A75A5A-5FA6-4F55-9BC6-0B07EF8006C4#_ftn3',1931,0,'external'),(1246,'mailto:enquiries@morgenrot.co.uk',1936,0,'external'),(1252,'http://www.rational-online.com/',1944,0,'external'),(1272,'mailto:LCBF@lime-pr.co.uk',1966,0,'external'),(1273,'https://londoncraftbeerfestival.co.uk/',1966,0,'external'),(1276,'https://www.youtube.com/watch?v=O7FQSzpUmiY&amp;list=PLvZpoi4NWhHe5V1OaNM0BdgWWdDrI__Tk',1964,0,'external'),(1277,'http://www.cesa.org.uk/',1964,0,'external'),(1279,'https://app.prmax.co.uk/track/25256299/click/f71d3318-8422-11e8-be5e-6cf0490443a9',1954,0,'external'),(1284,'mailto:drinkawarecrew@drinkaware.co.uk',1983,0,'external'),(1285,'mailto:elearning@drinkaware.co.uk',1983,0,'external'),(1310,'https://singa.pro',1986,0,'external'),(1311,'mailto:sales@singa.pro',1986,0,'external'),(1322,'https://tilburstowmedia.us16.list-manage.com/track/click?u=f4f1936a508a52ecb996568e0&amp;id=bccd6fd2bc&amp;e=4dfec7f057',1998,0,'external'),(1323,'mailto:jake.dolby@cga.co.uk',1998,0,'external'),(1348,'http://www.essentialcuisine.com',2003,0,'external'),(1349,'mailto:advice@essentialcuisine.com',2003,0,'external'),(1350,'http://www.essentialcuisine.com',2003,0,'external'),(1351,'http://www.twitter.com/@essentialcuisin',2003,0,'external'),(1355,'mailto:enquiries@morgenrot.co.uk',2008,0,'external'),(1357,'applewebdata://39BBD859-3ED1-46D5-977E-75FE922CE155',2011,0,'external'),(1364,'http://www.brakspear.co.uk',2013,0,'external'),(1368,'http://www.falconfoodservice.com/',2020,0,'external'),(1393,'https://youtu.be/s50R_jKVaAM',2039,0,'external'),(1394,'applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn1',2039,0,'external'),(1395,'https://youtu.be/34y5-bWN6OE',2039,0,'external'),(1396,'https://youtu.be/huFT-yYqCrI',2039,0,'external'),(1397,'applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn2',2039,0,'external'),(1398,'applewebdata://F12AC939-70A7-4FA9-AFBE-3239EF87DD57#_ftn3',2039,0,'external'),(1403,'https://www.thespiritsbusiness.com/',2043,0,'external'),(1404,'http://viihills.co.uk/',2043,0,'external'),(1413,'https://uk.virginmoneygiving.com/KerisandLeeDeVilliers',2046,0,'external'),(1416,'http://www.aroma-academy.co.uk',2061,0,'external'),(1418,'http://www.ecatering.co.uk',2073,0,'external'),(1422,'http://www.hi-spirits.com/scapegracecompetition',2076,0,'external'),(1431,'http://www.morgenrot.co.uk/product/other-products/padro-rojo-clasico/',2081,0,'external'),(1432,'http://www.morgenrot.co.uk/product/other-products/padro-suave/',2081,0,'external'),(1433,'http://www.morgenrot.co.uk/product/other-products/padro-blanco/',2081,0,'external'),(1434,'mailto:enquiries@morgenrot.co.uk',2081,0,'external'),(1437,'http://www.creativefoodseurope.eu',2087,0,'external'),(1444,'http://salcombegin.com/',2090,0,'external'),(1449,'http://www.artis-uk.com',2094,0,'external'),(1462,'mailto:sales@ac-et.com',2120,0,'external'),(1463,'http://www.ac-et.com/prolights',2120,0,'external'),(1464,'http://www.twitter.com/acenttech',2120,0,'external'),(1465,'http://www.facebook.com/acentertainmenttechnologies',2120,0,'external'),(1467,'mailto:info@utopia-tableware.com',2144,0,'external'),(1471,'https://www.longlivethelocal.pub',2156,0,'external'),(1487,'https://www.go-in.co.uk/',2161,0,'external'),(1488,'http://www.go-in.co.uk',2161,0,'external'),(1500,'https://www.heineken.co.uk/site-choices',2175,0,'external'),(1501,'http://www.ciderdirect.co.uk/',2175,0,'external'),(1502,'http://www.ciderdirect.co.uk/',2175,0,'external'),(1503,'http://www.ciderdirect.co.uk/',2175,0,'external'),(1508,'mailto:info@hi-spirits.com',2178,0,'external'),(1509,'http://www.hi-spirits.com',2178,0,'external'),(1523,'http://henleyswim.com/',2184,0,'external'),(1524,'https://brakspear.co.uk/',2184,0,'external'),(1525,'http://www.theangelhenley.com/',2184,0,'external'),(1526,'https://henleyswim.niftyentries.com/Results/Club-to-Pub',2184,0,'external'),(1530,'https://www.ukhospitality.org.uk/',2189,0,'external'),(1533,'https://www.brake.co.uk/',2191,0,'external'),(1534,'http://www.brake.co.uk',2191,0,'external'),(1536,'applewebdata://6BBA02EF-5EE7-4898-BD4E-284F41D15958',2194,0,'external'),(1542,'applewebdata://CE0ACBCE-247C-46B5-8670-331CD5E754BF#_ftn1',2196,0,'external'),(1558,'https://www.brewersassociation.org/',2210,0,'external'),(1559,'https://www.craftbeer.com/food/beer-and-food-course/craftbeer-com-beer-food-professional-course-resources',2210,0,'external'),(1567,'https://www.macandwild.com/',2215,0,'external'),(1575,'https://www.aryzta.com/',2221,0,'external'),(1576,'mailto:marketing.uk@aryzta.com',2221,0,'external'),(1580,'applewebdata://B4B42B7E-CB43-47BE-BD36-9955DDE42B31',2226,0,'external'),(1587,'https://www.piperscrisps.com/',2228,0,'external'),(1591,'http://www.artis-uk.com',2231,0,'external'),(1597,'http://www.utopia-tableware.com/',2242,0,'external'),(1610,'https://docs.google.com/forms/d/e/1FAIpQLSeVHqySgvDc-sB0YyJfkclCAPE54IphtIBEUmU78zfTn-Hq4w/viewform',2251,0,'external'),(1611,'mailto:Jocelyn.carr@cesa.org.uk',2251,0,'external'),(1612,'http://www.cesa.org.uk/',2251,0,'external'),(1620,'http://www.cocktailwonk.com',2268,0,'external'),(1625,'mailto:sales@fem.co.uk',2277,0,'external'),(1626,'http://www.fem.co.uk/',2277,0,'external'),(1642,'applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn1',2280,0,'external'),(1643,'applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn2',2280,0,'external'),(1644,'applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn3',2280,0,'external'),(1645,'applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn4',2280,0,'external'),(1646,'applewebdata://96C5154C-6633-4CCC-9605-23757BF682A8#_ftn5',2280,0,'external'),(1657,'https://www.mr-foggs.com/around-the-world/',2290,0,'external'),(1658,'https://vimeo.com/234810012',2290,0,'external'),(1659,'https://vimeo.com/283948141',2290,0,'external'),(1660,'https://www.mr-foggs.com/around-the-world/',2290,0,'external'),(1661,'https://www.mr-foggs.com/society-of-exploration/',2290,0,'external'),(1668,'https://app.prmax.co.uk/track/25581111/click/29b1ea56-a09f-11e8-aac7-50e549351d15',2295,0,'external'),(1673,'http://www.artis-uk.com',2300,0,'external'),(1679,'http://www.franksandfrenchs.co.uk/',2306,0,'external'),(1684,'mailto:sales@hubbardsystems.co.uk',2312,0,'external'),(1685,'http://www.comenda.co.uk/',2312,0,'external'),(1687,'mailto:rhennessey@falconfoodservice.com',2316,0,'external'),(1696,'mailto:jake.dolby@cga.co.uk',2320,0,'external'),(1703,'http://www.winterhalter.co.uk/',2334,0,'external'),(1704,'http://www.winterhalter-scout.biz/',2334,0,'external'),(1705,'mailto:info@winterhalter.co.uk',2334,0,'external'),(1731,'http://www.i-linecounters.co.uk/',2337,0,'external'),(1732,'http://www.landmarklondon.co.uk/',2337,0,'external'),(1733,'http://www.winterhalter.co.uk/',2337,0,'external'),(1734,'http://www.winterhalter-scout.biz/',2337,0,'external'),(1735,'mailto:info@winterhalter.co.uk',2337,0,'external'),(1738,'mailto:sales@fem.co.uk',2347,0,'external'),(1739,'http://www.fem.co.uk/',2347,0,'external'),(1742,'http://cesaconference.co.uk/',2350,0,'external'),(1743,'http://www.cesa.org.uk/',2350,0,'external'),(1745,'https://www.justgiving.com/fundraising/rationaluk',2353,0,'external'),(1748,'mailto:marketing.uk@aryzta.com',2357,0,'external'),(1750,'http://www.artis-uk.com',2361,0,'external'),(1755,'http://www.therealdelicompany.com',2364,0,'external'),(1756,'http://www.therealdelicompany.com',2364,0,'external'),(1759,'http://www.sousvidetools.com',2374,0,'external'),(1763,'http://www.franksandfrenchs.co.uk/',2378,0,'external'),(1766,'http://www.rational-online.com/',2381,0,'external'),(1767,'http://www.rational-online.com/',2381,0,'external'),(1771,'http://www.euroboozer.co.uk/',2392,0,'external'),(1785,'http://www.futura-foods.com/',2402,0,'external'),(1786,'mailto:sales@hubbardsystems.co.uk',2399,0,'external'),(1787,'http://www.scotsman-ice.co.uk/',2399,0,'external'),(1795,'mailto:plateaureservations@danddlondon.com',2411,0,'external'),(1808,'http://www.myskysports.com/',2409,0,'external'),(1809,'http://www.parsleyintime.co.uk/',2422,0,'external'),(1810,'mailto:info@parsleyintime.co.uk',2422,0,'external'),(1812,'https://www.hi-spirits.com/contact/',2432,0,'external'),(1817,'mailto:info@wkd.co.uk',2435,0,'external'),(1820,'http://www.chalicemead.co.uk',2438,0,'external'),(1822,'mailto:sales@singa.pro',2441,0,'external'),(1827,'https://reddoorgin.com/our-still/',2444,0,'external'),(1828,'mailto:orders@gordonandmacphail.com',2444,0,'external'),(1831,'mailto:info@fatmedia.co.uk',2450,0,'external'),(1834,'http://www.williams-refrigeration.co.uk/',2478,0,'external'),(1839,'mailto:sales@fem.co.uk',2483,0,'external'),(1840,'http://www.fem.co.uk/',2483,0,'external'),(1842,'http://www.hittraining.co.uk',2492,0,'external'),(1846,'http://www.precision-refrigeration.co.uk/',2508,0,'external'),(1849,'mailto:sales@fem.co.uk',2513,0,'external'),(1850,'http://www.fem.co.uk/',2513,0,'external'),(1852,'http://worldsbiggestquiz.pubaid.com/',2517,0,'external'),(1855,'http://www.falconfoodservice.com/',2521,0,'external'),(1857,'http://www.ermoffat.co.uk/',2528,0,'external'),(1859,'http://www.eggrecipes.co.uk/',2534,0,'external'),(1873,'http://www.watneys-beer.com',2548,0,'external'),(1875,'http://www.drinkfreedays.co.uk',2551,0,'external'),(2427,'https://www.hi-spirits.com/',2567,0,'external'),(2428,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2429,'https://www.hi-spirits.com/',2567,0,'external'),(2430,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2431,'https://www.southerncomfort.com/',2567,0,'external'),(2432,'http://www.buffalotrace.com/',2567,0,'external'),(2433,'http://www.scapegracegin.com/',2567,0,'external'),(2434,'https://www.hi-spirits.com/',2567,0,'external'),(2435,'https://www.hi-spirits.com/',2567,0,'external'),(2436,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2437,'https://www.hi-spirits.com/',2567,0,'external'),(2438,'https://www.hi-spirits.com/',2567,0,'external'),(2439,'https://www.southerncomfort.com/',2567,0,'external'),(2440,'https://www.hi-spirits.com/',2567,0,'external'),(2441,'https://www.southerncomfort.com/',2567,0,'external'),(2442,'https://www.southerncomfort.com/',2567,0,'external'),(2443,'http://www.buffalotrace.com/',2567,0,'external'),(2444,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2445,'https://www.hi-spirits.com/',2567,0,'external'),(2446,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2447,'http://www.buffalotrace.com/',2567,0,'external'),(2448,'http://www.buffalotrace.com/',2567,0,'external'),(2449,'http://www.buffalotrace.co.uk',2567,0,'external'),(2450,'https://www.hi-spirits.com/',2567,0,'external'),(2451,'https://www.southerncomfort.com/',2567,0,'external'),(2452,'https://www.southerncomfort.com/',2567,0,'external'),(2453,'http://www.scapegracegin.com/',2567,0,'external'),(2454,'https://www.hi-spirits.com/',2567,0,'external'),(2455,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2456,'https://drinkup.london/bars/collection/20301/london-cocktail-week-2018-bars/#!/what/0/where/0/when/0/cost/0/search/',2567,0,'external'),(2457,'https://www.hi-spirits.com/',2567,0,'external'),(2458,'mailto:info@hi-spirits.com',2567,0,'external'),(2459,'http://www.hi-spirits.com',2567,0,'external'),(2464,'http://www.frenchduncan.co.uk/',2559,0,'external'),(2465,'https://twitter.com/eileenfddebt?lang=en-gb',2559,0,'external'),(2466,'http://www.frenchduncan.co.uk/',2559,0,'external'),(2467,'http://twitter.com/ontradeprogress',2559,0,'external'),(2577,'https://www.hi-spirits.com/',2580,0,'external'),(2578,'https://www.tequilacorazon.com/',2580,0,'external'),(2579,'http://www.sazerac.com/',2580,0,'external'),(2580,'https://www.southerncomfort.com/',2580,0,'external'),(2581,'https://www.tequilacorazon.com/',2580,0,'external'),(2582,'mailto:info@hi-spirits.com',2580,0,'external'),(2596,'http://www.camra.org.uk/',2571,0,'external'),(2597,'http://www.camra.org.uk/',2571,0,'external'),(2598,'http://www.camra.org.uk/',2571,0,'external'),(2599,'http://the-cricketers-arms.co.uk/',2571,0,'external'),(2600,'http://www.camra.org.uk/',2571,0,'external'),(2601,'http://www.camra.org.uk/',2571,0,'external'),(2602,'http://www.camra.org.uk/',2571,0,'external'),(2603,'http://the-cricketers-arms.co.uk/',2571,0,'external'),(2604,'http://www.camra.org.uk/',2571,0,'external'),(2605,'http://the-cricketers-arms.co.uk/',2571,0,'external'),(2606,'http://www.camra.org.uk/',2571,0,'external'),(2607,'http://www.camra.org.uk/',2571,0,'external'),(2608,'mailto:press@camra.org.uk',2571,0,'external'),(2770,'http://www.buffalotrace.com/',2611,0,'external'),(2771,'http://www.buffalotrace.com/',2611,0,'external'),(2772,'https://www.hi-spirits.com/',2611,0,'external'),(2773,'https://www.southerncomfort.com/',2611,0,'external'),(2774,'mailto:jenny@avansa.co.uk',2611,0,'external'),(2816,'https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/',2614,0,'external'),(2817,'https://drinkup.london/events/collection/21072/jagermeister-workshops/#!/what/0/where/0/when/0/cost/0/search/',2614,0,'external'),(2818,'https://www.jagermeister.com/en-GB/',2614,0,'external'),(2819,'mailto:marketing@jaegermeister.co.uk',2614,0,'external'),(2831,'https://brakspear.co.uk/',2619,0,'external'),(2832,'https://www.mariecurie.org.uk/',2619,0,'external'),(2848,'https://www.novustea.co.uk/',2625,0,'external'),(2849,'http://https://www.novustea.co.uk/',2625,0,'external'),(2850,'http://https://www.novustea.co.uk/',2625,0,'external'),(2887,'https://www.aryzta.com/',2630,0,'external'),(2888,'http://https://www.aryzta.com/',2630,0,'external'),(2889,'http://https://www.aryzta.com/',2630,0,'external'),(2890,'https://www.nestle.co.uk/',2636,0,'external'),(2891,'http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/',2636,1979,'internal'),(2892,'http://nestle.co.uk',2636,0,'external'),(2893,'http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/',2636,1979,'internal'),(2949,'http://www.euroboozer.co.uk',2644,0,'external'),(2950,'http://mikkeller.dk',2644,0,'external'),(2951,'http://mikkeller.dk/',2644,0,'external'),(2952,'http://mikkeller.dk',2644,0,'external'),(2953,'http://www.ontradeprogress.com/2018/07/10/london-craft-beer-festival-3-5-august-2018-tobacco-dock/',2644,1966,'internal'),(2954,'http://www.euroboozer.co.uk/',2644,0,'external'),(2989,'https://www.acask.com/',2658,0,'external'),(2990,'https://www.acask.com/',2658,0,'external'),(2991,'http://www.ontradeprogress.com/2018/07/10/in-the-cellar-2/',2658,1950,'internal'),(3018,'https://www.canopiesuk.co.uk/',2663,0,'external'),(3019,'https://www.canopiesuk.co.uk/',2663,0,'external'),(3020,'https://www.canopiesuk.co.uk/',2663,0,'external'),(3021,'https://www.canopiesuk.co.uk/',2663,0,'external'),(3022,'http://www.canopiesuk.co.uk',2663,0,'external'),(3023,'http://www.artis-uk.com/',2652,0,'external'),(3024,'http://www.artis-uk.com/',2652,0,'external'),(3025,'http://www.artis-uk.com/',2652,0,'external'),(3026,'http://www.artis-uk.com',2652,0,'external'),(3027,'http://www.countryrange.co.uk/',2671,0,'external'),(3028,'http://www.countryrange.co.uk/',2671,0,'external'),(3029,'http://www.countryrange.co.uk/',2671,0,'external'),(3113,'https://www.dyson.co.uk/hand-dryers.html',2680,0,'external'),(3114,'https://www.dyson.co.uk/hand-dryers.html',2680,0,'external'),(3115,'https://www.dyson.co.uk/for-business/dyson-business/hand-dryers-for-business.html',2680,0,'external'),(3116,'http://www.dyson.co.uk/for-business',2680,0,'external'),(3117,'http://www.dyson.co.uk/calcs',2680,0,'external'),(3118,'http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/',2680,2237,'internal'),(3119,'http://www.camra.org.uk/',2676,0,'external'),(3120,'http://www.krombacher.com/',2676,0,'external'),(3121,'https://www.oktoberfest.de/en/',2676,0,'external'),(3122,'https://www.oktoberfest.de/en/',2676,0,'external'),(3123,'http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/',2676,2571,'internal'),(3124,'mailto:info@expresstavern.co.uk',2676,0,'external'),(3125,'mailto:info@krombacher.co.uk',2676,0,'external'),(3175,'https://strazzanti.co/',2706,0,'external'),(3207,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',2724,2701,'internal'),(3208,'http://www.AccentPOS.com',2717,0,'external'),(3209,'http://www.AccentPOS.com',2717,0,'external'),(3210,'http://www.Star-EMEA.com',2717,0,'external'),(3256,'https://unitetheunion.org/',2730,0,'external'),(3257,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/',2730,2724,'internal'),(3258,'https://www.tequilacorazon.com/',2735,0,'external'),(3259,'http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/',2735,2580,'internal'),(3275,'http://www.bohembrewery.com/',2749,0,'external'),(3276,'http://www.ontradeprogress.com/2018/09/26/specialist-beer-importer-euroboozer-distribution-mikkeller/',2749,2644,'internal'),(3285,'https://www.drinkaware.co.uk/',2760,0,'external'),(3286,'https://app.prmax.co.uk/track/26024445/click/9139fe88-cb93-11e8-abeb-50e549351d15',2760,0,'external'),(3372,'https://www.ukhospitality.org.uk/',2775,0,'external'),(3373,'http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/',2775,2770,'internal'),(3374,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/',2775,2724,'internal'),(3375,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',2775,2701,'internal'),(3427,'http://www.ontradeprogress.com/2018/06/11/from-grape-to-glass-portugals-greatest-wines/',2779,1586,'internal'),(3428,'http://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/',2779,1854,'internal'),(3429,'http://www.ontradeprogress.com/2018/04/18/winter-wine-food-pairings/',2779,859,'internal'),(3430,'https://www.theshed-restaurant.com/',2779,0,'external'),(3431,'https://www.rabbit-restaurant.com/',2779,0,'external'),(3432,'https://www.nutbourne-restaurant.com/',2779,0,'external'),(3484,'http://www.wkd.co.uk/',2815,0,'external'),(3485,'http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/',2815,2735,'internal'),(3486,'http://www.ontradeprogress.com/2018/08/30/freshers-more-to-give/',2815,2435,'internal'),(3487,'http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/',2815,2486,'internal'),(3566,'http://www.skysports.com',2829,0,'external'),(3567,'http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/',2829,2284,'internal'),(3568,'http://www.makersmark.com',2824,0,'external'),(3569,'http://harveynichols.com/',2824,0,'external'),(3570,'http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/',2824,2580,'internal'),(3571,'http://www.ontradeprogress.com/2018/08/30/freshers-week-this-is-one-to-watch-out-for/',2824,2432,'internal'),(3572,'http://www.ontradeprogress.com/2017/03/29/black-bull-scotch-unveils-british-gt-sponsorship/',2824,162,'internal'),(3573,'http://www.harveynichols.com/',2824,0,'external'),(3574,'http://www.makersmark.com/',2824,0,'external'),(3578,'http://www.luscombe.co.uk/',2809,0,'external'),(3579,'http://www.ontradeprogress.com/2018/08/15/taste-test-truly-tonic/',2809,2265,'internal'),(3580,'http://www.luscombe.co.uk/',2809,0,'external'),(3596,'https://www.shopdrury.com/gourmet-coffees/gunnery-blend-250g/',2838,0,'external'),(3597,'http://www.ontradeprogress.com/2018/08/15/on-coffee/',2838,2258,'internal'),(3598,'http://www.ontradeprogress.com/2018/08/30/filter-coffee-is-making-headway-across-the-country/',2838,2458,'internal'),(3663,'https://www.oldmoutcider.co.uk/',2763,0,'external'),(3664,'https://www.mbplc.com/',2763,0,'external'),(3665,'http://heineken.kiwi-cycle.client-testing.co.uk/',2763,0,'external'),(3666,'http://www.oldmoutcider.co.uk/partners',2763,0,'external'),(3682,'https://www.jdwetherspoon.com',2848,0,'external'),(3683,'https://d1i2hi5dlrpq5n.cloudfront.net/~/media/files/pdf-documents/events-2018/what-dont-you-like-about-free-trade-mrs-may.pdf?la=en&amp;vs=1&amp;d=20181014T190908Z',2848,0,'external'),(3684,'http://www.ontradeprogress.com/2018/10/04/hospitality-workers-rally-pay-rights/',2848,2730,'internal'),(3685,'http://www.ontradeprogress.com/2018/07/30/out-in-the-open-with-wetherspoons/',2848,2065,'internal'),(3686,'http://www.ontradeprogress.com/2018/04/17/can-the-can-make-a-comeback/',2848,844,'internal'),(3687,'http://www.skysports.com',2853,0,'external'),(3688,'http://www.nba.com/',2853,0,'external'),(3689,'http://www.ontradeprogress.com/2018/10/16/sky-sports-premier-league-fixtures/',2853,2829,'internal'),(3690,'http://www.ontradeprogress.com/2018/08/15/sky-sport-season-preview/',2853,2284,'internal'),(3691,'https://www.ukhospitality.org.uk/',2754,0,'external'),(3692,'mailto:sara.williams@fhflondon.co.uk',2754,0,'external'),(3693,'https://www.winterhalter.co.uk/',2727,0,'external'),(3694,'http://www.winterhalter.co.uk/',2727,0,'external'),(3695,'http://www.winterhalter-scout.biz/',2727,0,'external'),(3696,'mailto:info@winterhalter.co.uk',2727,0,'external'),(3697,'https://www.ukhospitality.org.uk/',2701,0,'external'),(3698,'http://www.ontradeprogress.com/2018/10/02/new-tipping-legislation-unnecessary-ukhospitality/',2701,2687,'internal'),(3699,'http://uk.qualityfoodawards.com/',2695,0,'external'),(3700,'https://www.ukhospitality.org.uk/',2687,0,'external'),(3701,'http://www.ontradeprogress.com/2018/09/13/restaurant-closures-quadruple-decade/',2687,2559,'internal'),(3702,'https://twitter.com/ukhospkate?lang=en',2687,0,'external'),(3703,'http://www.ontradeprogress.com/2018/09/10/jackie-marlow-unveiled-as-new-ukhospitality-chief-operating-officer/',2687,2541,'internal'),(3748,'https://raw-bottles.org/mission/raw-partners/',2860,0,'external'),(3749,'https://raw-bottles.org/raw-presents-plastic-conference-the-showmans-show-2018/',2860,0,'external'),(3750,'http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/',2860,2636,'internal'),(3751,'http://www.ontradeprogress.com/2018/08/13/brakes-becomes-first-foodservice-wholesaler-to-join-wraps-plastic-pact/',2860,2237,'internal'),(3752,'http://www.ontradeprogress.com/2018/07/11/waste-management-waste-not-want-not/',2860,1979,'internal'),(3753,'http://www.ontradeprogress.com/2018/06/04/green-eco-friendly-straws-made-of-plastic/',2860,1437,'internal'),(3919,'http://www.wrap.org.uk/content/the-uk-plastics-pact',2866,0,'external'),(3920,'http://www.wrap.org.uk/node/158907',2866,0,'external'),(3921,'http://www.wrap.org.uk/content/design-tips-making-rigid-plastic-more-recyclable',2866,0,'external'),(3922,'http://www.wrap.org.uk/collections-and-reprocessing/collections-and-sorting/kerbside-collections/reports/recycling-guidelines',2866,0,'external'),(3923,'http://www.wrap.org.uk/content/composition-plastic-waste-collected-kerbside',2866,0,'external'),(3924,'http://www.wrap.org.uk/content/plasticflow-2025-plastic-packaging-flow-data-report',2866,0,'external'),(3925,'http://www.wrap.org.uk/content/minimum-thickness-plastic-bottles-be-recycled',2866,0,'external'),(3926,'http://www.wrap.org.uk/content/uk-plastics-pact-progress-against-targets%20',2866,0,'external'),(3927,'http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/',2866,1582,'internal'),(3928,'http://www.ontradeprogress.com/2018/10/17/raw-bottles-talk-showmans-show/',2866,2860,'internal'),(3929,'http://www.ontradeprogress.com/2018/06/05/brakes-launches-2-zero-20-plastic-reduction-campaign/',2866,1495,'internal'),(3988,'https://www.zonal.co.uk/news/zonal/tech-at-the-table/',2879,0,'external'),(3989,'http://www.ontradeprogress.com/2018/08/30/pos-technology/',2879,2453,'internal'),(3990,'http://www.ontradeprogress.com/2018/03/07/space-age-technology-now-oven-tableware/',2879,725,'internal'),(3991,'http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/',2879,2680,'internal'),(3992,'https://www.zonal.co.uk/news/zonal/tech-at-the-table/',2879,0,'external'),(3993,'http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/',2801,2770,'internal'),(3994,'http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/',2801,375,'internal'),(3995,'http://www.ontradeprogress.com/2018/08/30/experts-opinion-on-the-migration-policy/',2801,2467,'internal'),(4031,'https://umfworldwide.com/',2886,0,'external'),(4032,'https://www.funktion-one.com/',2886,0,'external'),(4033,'http://privilegeibiza.com/en-gb/',2886,0,'external'),(4034,'http://www.ontradeprogress.com/2018/06/11/showsec-the-security-and-crowd-management-specialist/',2886,1578,'internal'),(4035,'http://www.ontradeprogress.com/2017/03/29/on-trade_progress_get_social/',2886,202,'internal'),(4036,'https://www.funktion-one.com/news/made-in-leeds-festival/',2886,0,'external'),(4121,'http://www.williams-refrigeration.co.uk/',2892,0,'external'),(4122,'http://www.ontradeprogress.com/2018/08/23/tomorrows-kitchen-rational-shows-the-future-of-foodservice/',2892,2381,'internal'),(4123,'http://www.ontradeprogress.com/2018/06/18/commercial-kitchen-confirms-best-show-yet-ahead-of-bigger-2019-event/',2892,1724,'internal'),(4124,'http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/',2892,2073,'internal'),(4125,'http://www.ontradeprogress.com/2018/07/03/refrigerator-art-williams-enhances-chameleon-service/',2892,1848,'internal'),(4126,'http://www.williams-refrigeration.co.uk/',2892,0,'external'),(4127,'http://www.lynxpurchasing.co.uk',2889,0,'external'),(4128,'http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/',2889,2848,'internal'),(4129,'http://www.ontradeprogress.com/2018/04/27/ukhospitality-comments-milestone-one-year-brexit/',2889,1142,'internal'),(4130,'http://www.ontradeprogress.com/2017/10/23/brexit-free-movement/',2889,513,'internal'),(4131,'http://www.ontradeprogress.com/2017/11/16/brexit-guaranteed-unlock-success-kids/',2889,557,'internal'),(4132,'https://www.lynxpurchasing.co.uk/wp-content/uploads/2018/10/Lynx-Purchasing-Market-Forecast-Autumn-2018.pdf',2889,0,'external'),(4133,'http://www.lynxpurchasing.co.uk',2889,0,'external'),(4134,'mailto:savings@lynxpurchasing.co.uk',2889,0,'external'),(4150,'http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/',2902,2571,'internal'),(4151,'http://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/',2902,2848,'internal'),(4152,'http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/',2902,2770,'internal'),(4171,'http://www.artis-uk.com/',2907,0,'external'),(4172,'http://www.ontradeprogress.com/2018/09/13/cocktail-culture-hi-spirits-celebrates-london-cocktail-week/',2907,2567,'internal'),(4173,'http://www.ontradeprogress.com/2018/09/03/st-james-has-launched-a-new-musical-cocktail-menu/',2907,2488,'internal'),(4174,'http://www.ontradeprogress.com/2018/08/29/keep-the-ice-flowing-during-the-run-up-to-christmas-and-into-the-new-year/',2907,2399,'internal'),(4175,'http://www.artis-uk.com/downloads',2907,0,'external'),(4210,'https://www.funkincocktails.co.uk/',2910,0,'external'),(4211,'http://www.ontradeprogress.com/2018/07/31/funkin-extends-innovation-lab-training-programme-to-scotland/',2910,2153,'internal'),(4212,'http://www.ontradeprogress.com/2018/06/04/leading-rtd-vk-searching-for-new-flavour/',2910,1466,'internal'),(4213,'http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/',2910,2760,'internal'),(4254,'https://www.brewdog.com/',2916,0,'external'),(4255,'https://www.centbee.com/',2916,0,'external'),(4256,'http://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/',2916,2486,'internal'),(4257,'http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/',2916,2548,'internal'),(4258,'http://www.ontradeprogress.com/2018/04/11/american-craft-beer-exports-surpass-125-million-grow-7-1-uk/',2916,787,'internal'),(4296,'https://www.rpc.co.uk/',2921,0,'external'),(4297,'https://www.brewdog.com/',2921,0,'external'),(4298,'https://www.heineken.co.uk/site-choices',2921,0,'external'),(4299,'http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/',2921,2916,'internal'),(4300,'http://www.ontradeprogress.com/2018/10/10/bohem-brewery-new-canned-lager/',2921,2749,'internal'),(4301,'http://www.ontradeprogress.com/2018/09/10/watneys-raises-a-laugh-with-headliners-craft-range/',2921,2548,'internal'),(4347,'https://jobtoday.com/',2926,0,'external'),(4348,'http://www.pied-a-terre.co.uk/',2926,0,'external'),(4349,'http://www.ontradeprogress.com/2018/06/11/ukhospitality-promotes-job-stability-at-low-pay-commission/',2926,1619,'internal'),(4350,'http://www.ontradeprogress.com/2018/05/16/cost-pressures-risk-sector-job-creation-warns-ukhospitality/',2926,1328,'internal'),(4351,'http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/',2926,2879,'internal'),(4352,'http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/',2926,2680,'internal'),(4353,'http://jobtoday.com/job-today-academy',2926,0,'external'),(4354,'https://jobtoday.com.en/',2926,0,'external'),(4503,'https://www.eljimador.com/gb/',2933,0,'external'),(4504,'http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/',2933,2580,'internal'),(4505,'http://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/',2933,2735,'internal'),(4506,'http://www.ontradeprogress.com/2018/10/16/makers-mark-whisky-harvey-nichols/',2933,2824,'internal'),(4507,'http://www.ontradeprogress.com/2018/06/13/on-vodka-feature/',2933,1676,'internal'),(4508,'https://www.aryzta.com/',2951,0,'external'),(4509,'http://www.ontradeprogress.com/2018/09/26/aryzta-lemon-brulee-chocolate-mousse/',2951,2630,'internal'),(4510,'http://www.ontradeprogress.com/2018/06/19/asters-new-vegan-brunch-in-collaboration-with-ketel-one-and-lumene-skincare/',2951,1752,'internal'),(4511,'http://www.ontradeprogress.com/2018/09/26/food-industry-food-waste-reduction-2030/',2951,2636,'internal'),(4512,'http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/',2951,2695,'internal'),(4530,'https://carlsberggroup.com/products/carlsberg/carlsberg-export/',2965,0,'external'),(4531,'https://www.newbritishdesign.com/',2965,0,'external'),(4532,'http://www.georgefielding.co.uk/',2965,0,'external'),(4533,'https://www.salcombegin.com/',2956,0,'external'),(4534,'http://www.ontradeprogress.com/2018/07/30/salcombe-gin-voyager-series-arabella/',2956,2090,'internal'),(4535,'http://www.ontradeprogress.com/2018/06/11/salcombe-distilling-co-helps-turn-the-tide-on-plastic/',2956,1582,'internal'),(4536,'http://www.ontradeprogress.com/2018/08/30/red-door-the-latest-gin-offering-from-benromach-distillery-has-landed/',2956,2444,'internal'),(4537,'http://www.ontradeprogress.com/2018/10/24/el-jimador-limited-edition-dead-bottles/',2956,2933,'internal'),(4577,'http://proofdrinks.com/',2971,0,'external'),(4578,'https://www.hi-spirits.com/',2971,0,'external'),(4579,'http://www.ontradeprogress.com/2018/06/05/hi-spirits-has-the-gin-journey-mapped-out/',2971,1514,'internal'),(4580,'http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/',2971,2916,'internal'),(4581,'http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/',2971,2809,'internal'),(4582,'http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/',2971,2965,'internal'),(4614,'http://www.efficientip.com/resources/dns-security-survey-2018/',2976,0,'external'),(4615,'http://www.efficientip.com/',2976,0,'external'),(4616,'http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/',2976,2889,'internal'),(4617,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',2976,2701,'internal'),(4618,'http://www.ontradeprogress.com/2018/10/01/dyson-airblade-technology-business/',2976,2680,'internal'),(4639,'https://www.sagerandwilde.com/',2982,0,'external'),(4640,'http://www.ontradeprogress.com/2018/10/24/carlsberg-brings-together-six-strangers-from-around-the-uk-to-build-the-carlsberg-cabin/',2982,2965,'internal'),(4641,'http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/',2982,2916,'internal'),(4642,'http://www.ontradeprogress.com/2018/08/07/british-bartender-wins-the-international-southern-showdown-2018/',2982,2178,'internal'),(4658,'https://www.drurycoffee.com/',2987,0,'external'),(4659,'http://www.ontradeprogress.com/2018/10/16/drury-gunnery-celebrates-home-arsenal/',2987,2838,'internal'),(4660,'http://www.ontradeprogress.com/2018/06/11/new-cold-brew-coffee-in-cans-from-drury/',2987,1613,'internal'),(4661,'http://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/',2987,2625,'internal'),(4689,'https://www.peppermillinteriors.com/',2991,0,'external'),(4690,'http://www.ontradeprogress.com/2018/09/13/camra-names-the-best-pubs-in-the-uk/',2991,2571,'internal'),(4691,'http://www.ontradeprogress.com/2018/10/24/salcombe-gin-voyager-series/',2991,2956,'internal'),(4692,'http://www.ontradeprogress.com/2018/09/18/corazon-tequila-launches-uk/',2991,2580,'internal'),(4693,'http://www.peppermillinteriors.com',2991,0,'external'),(4777,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn1',2996,0,'external'),(4778,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn2',2996,0,'external'),(4779,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn3',2996,0,'external'),(4780,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn4',2996,0,'external'),(4781,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn5',2996,0,'external'),(4782,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn6',2996,0,'external'),(4783,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn7',2996,0,'external'),(4784,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn8',2996,0,'external'),(4785,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn9',2996,0,'external'),(4786,'https://mail.google.com/mail/u/0/#m_-3913305965120067986__ftn10',2996,0,'external'),(4787,'http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/',2996,2889,'internal'),(4788,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',2996,2701,'internal'),(4789,'http://www.ontradeprogress.com/2018/08/09/breggsit-storm-brewing-as-businesses-encouraged-to-prepare/',2996,2196,'internal'),(4790,'https://petition.parliament.uk/petitions/226778',2996,0,'external'),(5014,'https://www.trgplc.com/',3015,0,'external'),(5015,'https://www.wagamama.com/',3015,0,'external'),(5016,'http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/',3015,2996,'internal'),(5017,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/',3015,2724,'internal'),(5018,'http://www.ontradeprogress.com/2018/10/30/woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018/',3015,3002,'internal'),(5069,'https://www.fleurets.com/',3009,0,'external'),(5070,'http://www.aprirose.com/',3009,0,'external'),(5071,'http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/',3009,2889,'internal'),(5072,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',3009,2701,'internal'),(5073,'http://www.ontradeprogress.com/2018/10/30/budget-continue-support-hospitality/',3009,2999,'internal'),(5084,'https://old-fashioned-week.com/',3002,0,'external'),(5085,'https://www.mlkhny.com/',3002,0,'external'),(5086,'https://www.editionhotels.com/london/',3002,0,'external'),(5087,'https://www.phcompany.com/principal/london-hotel/dining/fitzs/',3002,0,'external'),(5088,'https://www.thened.com/',3002,0,'external'),(5089,'https://www.bar-three.com/',3002,0,'external'),(5090,'https://www.hixrestaurants.co.uk/restaurant/hix-soho/',3002,0,'external'),(5091,'https://www.oriolebar.com/',3002,0,'external'),(5092,'https://www.thecocktailtradingco.co.uk/',3002,0,'external'),(5093,'http://www.barswift.com/',3002,0,'external'),(5099,'https://www.ukhospitality.org.uk/',2999,0,'external'),(5100,'https://twitter.com/ukhospkate?lang=en',2999,0,'external'),(5101,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',2999,2701,'internal'),(5102,'http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/',2999,2996,'internal'),(5103,'http://www.ontradeprogress.com/2018/10/18/brexit-proof-business-lynx-purchasing/',2999,2889,'internal'),(5104,'https://www.creativefoodseurope.eu/',3021,0,'external'),(5105,'http://www.ontradeprogress.com/2018/06/05/pick-a-pepper-from-the-bbq-with-tabasco/',3021,1519,'internal'),(5106,'http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/',3021,3015,'internal'),(5107,'http://www.ontradeprogress.com/2018/10/30/woodford-reserve-the-official-bourbon-of-old-fashioned-week-2018/',3021,3002,'internal'),(5108,'http://www.creativefoodseurope.eu',3021,0,'external'),(5270,'https://www.thegoodwebguide.co.uk/website-of-the-year/',3039,0,'external'),(5271,'https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/touchnote/20171',3039,0,'external'),(5272,'http://www.ontradeprogress.com/2018/10/01/foodservice-best-crowned-quality-food-awards-returns/',3039,2695,'internal'),(5273,'http://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/',3039,2405,'internal'),(5274,'http://www.ontradeprogress.com/2018/10/30/restaurant-group-purchases-wagamama/',3039,3015,'internal'),(5275,'http://www.ontradeprogress.com/2018/10/30/thanksgiving-bbq-sauce-uk/',3039,3021,'internal'),(5276,'https://www.thegoodwebguide.co.uk/website-of-the-year/awards-2018/the-shortlist/20282',3039,0,'external'),(5277,'https://www.bloomandwild.com/',3039,0,'external'),(5278,'http://www.thegoodwebguide.co.uk/',3039,0,'external'),(5410,'http://www.ontradeprogress.com/2018/10/25/drury-adds-christmas-tea-range/',3056,2987,'internal'),(5411,'http://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/',3056,2907,'internal'),(5412,'http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/',3056,2760,'internal'),(5413,'http://www.holylama.com/',3056,0,'external'),(5414,'http://www.souschef.co.uk/',3056,0,'external'),(5439,'https://www.taylor-company.co.uk/',3064,0,'external'),(5440,'http://www.ontradeprogress.com/2018/07/30/ecatering-expands-back-bar-cabinet-range/',3064,2073,'internal'),(5441,'http://www.ontradeprogress.com/2018/06/05/outdoor-design-catering-trends/',3064,1500,'internal'),(5442,'http://www.ontradeprogress.com/2018/09/05/a-whole-new-kitchen-for-restaurant-2018/',3064,2521,'internal'),(5443,'mailto:sales@taylor-company.co.uk',3064,0,'external'),(5444,'http://www.taylor-company.co.uk/',3064,0,'external'),(5445,'https://www.mr-foggs.com/',3045,0,'external'),(5446,'http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/',3045,2916,'internal'),(5447,'http://www.ontradeprogress.com/2018/10/11/britains-youngest-ever-low-abv-wine/',3045,2779,'internal'),(5448,'http://www.ontradeprogress.com/2018/09/03/lady-of-the-grapes-launches-in-london-this-month/',3045,2490,'internal'),(5449,'https://www.mr-foggs.com/mrs-foggs-maritime-club/',3045,0,'external'),(5450,'mailto:maritimeclub@mrs-foggs.com',3045,0,'external'),(5472,'https://www.thegbexchange.com/',3069,0,'external'),(5473,'http://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/',3069,2775,'internal'),(5474,'http://www.ontradeprogress.com/2018/10/10/hospitality-westminster-high-street/',3069,2754,'internal'),(5475,'http://www.ontradeprogress.com/2018/10/11/bbpa-committee-taxes-pubs/',3069,2770,'internal'),(5476,'mailto:jenni@jennimoulson.co.uk',3069,0,'external'),(5477,'http://www.thegbexchange.com/',3069,0,'external'),(5491,'https://www.ukhospitality.org.uk/',3079,0,'external'),(5492,'http://www.ontradeprogress.com/2018/10/11/hospitality-future-high-street/',3079,2775,'internal'),(5493,'http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/',3079,2760,'internal'),(5494,'http://www.ontradeprogress.com/2017/10/05/bars-restaurants-airport-lounges-let-customers-tune-muted-tvs/',3079,452,'internal'),(5525,'http://www.ontradeprogress.com/2018/09/27/distributer-artis-introduces-new-range-purity-pearls/',3082,2652,'internal'),(5526,'http://www.ontradeprogress.com/2018/10/17/technology-table-trend-continue/',3082,2879,'internal'),(5527,'http://www.ontradeprogress.com/2018/07/31/utopia-launches-beautiful-strong-glassware/',3082,2144,'internal'),(5528,'http://www.artis-uk.com/downloads',3082,0,'external'),(5601,'https://www.essentialcuisine.com/?doing_wp_cron=1541495970.5111589431762695312500',3095,0,'external'),(5602,'https://twitter.com/essentialcuisin?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor',3095,0,'external'),(5603,'http://www.ontradeprogress.com/2018/07/16/quality-comes-naturally-as-essential-cuisine-extends-signature-range/',3095,2003,'internal'),(5604,'http://www.ontradeprogress.com/2018/10/31/mrs-foggs-east-london-club-distillery/',3095,3045,'internal'),(5605,'http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/',3095,3089,'internal'),(5606,'http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/',3095,3079,'internal'),(5632,'https://www.ukhospitality.org.uk/',3104,0,'external'),(5633,'http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/',3104,3079,'internal'),(5634,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-immigration-brexit/',3104,2724,'internal'),(5635,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',3104,2701,'internal'),(5703,'https://app.prmax.co.uk/track/26248277/click/7cb6ff60-e14b-11e8-a516-6cf0490443a9',3108,0,'external'),(5704,'http://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/',3108,3104,'internal'),(5705,'http://www.ontradeprogress.com/2018/07/02/guild-of-beer-writers-appoints-pete-brown-as-chair/',3108,1821,'internal'),(5706,'http://www.ontradeprogress.com/2018/06/18/guild-of-beer-writers-opens-annual-awards/',3108,1742,'internal'),(5707,'https://app.prmax.co.uk/track/26248277/click/7cc2e29e-e14b-11e8-a516-6cf0490443a9',3108,0,'external'),(5708,'http://www.ontradeprogress.com/2018/10/12/wkd-cauldrons-work-treat-halloween/',3089,2815,'internal'),(5709,'http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/',3089,2809,'internal'),(5710,'http://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/',3089,3079,'internal'),(5711,'http://www.ontradeprogress.com/2018/10/31/high-street-return-survey/',3089,3069,'internal'),(5722,'http://www.ontradeprogress.com/2018/10/12/luscombe-drinks-21st-anniversary/',3113,2809,'internal'),(5723,'http://www.ontradeprogress.com/2018/09/26/cold-brew-tea-non-alcoholic-grown-ups/',3113,2625,'internal'),(5724,'http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/',3113,2760,'internal'),(5792,'https://kolibridrinks.co.uk/',3116,0,'external'),(5793,'http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/',3116,3113,'internal'),(5794,'http://www.ontradeprogress.com/2018/06/25/co2-shortages-disrupt-carbonated-drinks-production/',3116,1770,'internal'),(5795,'http://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/',3116,2760,'internal'),(5796,'http://www.kolibridrinks.co.uk/flavour/strawberry-basil#tailored',3116,0,'external'),(5797,'http://kolibridrinks.co.uk/press',3116,0,'external'),(5798,'mailto:Kamila.Sitwell@kolibridrinks.co.uk',3116,0,'external'),(5799,'https://kolibridrinks.co.uk/contact-us',3116,0,'external'),(5804,'http://Barclaycard.co.uk',3124,0,'external'),(5805,'http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/',3124,3108,'internal'),(5806,'http://www.ontradeprogress.com/2018/10/25/uk-restaurant-industry-business-rates/',3124,2996,'internal'),(5807,'http://www.ontradeprogress.com/2018/10/02/ukhospitality-welcomes-chancellor/',3124,2701,'internal'),(5866,'http://www.krombacher.com/',3130,0,'external'),(5867,'http://www.everyclick.com/krombacherpubwalk2018',3130,0,'external'),(5868,'http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/',3130,3116,'internal'),(5869,'http://www.ontradeprogress.com/2018/10/25/proof-drinks-jeremy-hill-director/',3130,2971,'internal'),(5870,'http://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/',3130,3113,'internal'),(5871,'http://www.ontradeprogress.com/2018/11/06/wkd-cocktail-christmas-bauble-success/',3130,3089,'internal'),(5872,'mailto:info@krombacher.co.uk',3130,0,'external'),(5873,'http://www.krombacher.co.uk/',3130,0,'external'),(5967,'https://www.morgenrot.co.uk/',3136,0,'external'),(5968,'http://www.ontradeprogress.com/2018/09/18/morgenrot-launches-somewhere-else/',3136,2592,'internal'),(5969,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3136,3130,'internal'),(5970,'http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/',3136,3116,'internal'),(5971,'mailto:enquiries@morgenrot.co.uk',3136,0,'external'),(5984,'http://www.sun-valley.co.uk/',3141,0,'external'),(5985,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3141,3130,'internal'),(5986,'http://www.ontradeprogress.com/2018/11/06/beer-writer-awards-2018/',3141,3108,'internal'),(5987,'http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/',3141,3136,'internal'),(5988,'http://www.sun-valley/perfectpairings.co.uk',3141,0,'external'),(5989,'http://www.sun-valley.co.uk/',3141,0,'external'),(6102,'https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139',3152,0,'external'),(6103,'https://www.oxfordmartin.ox.ac.uk/people/611',3152,0,'external'),(6104,'https://www.oxfordmartin.ox.ac.uk/research/programmes/future-food',3152,0,'external'),(6105,'https://www.ndph.ox.ac.uk/',3152,0,'external'),(6106,'http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/',3152,3141,'internal'),(6107,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3152,3130,'internal'),(6108,'http://www.ontradeprogress.com/2018/11/06/kolibri-customise-drink/',3152,3116,'internal'),(6109,'http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0204139',3152,0,'external'),(6110,'https://doi.org/10.5287/bodleian:j0n1Jd5rb',3152,0,'external'),(6125,'http://www.blanchettebricklane.co.uk/',3160,0,'external'),(6126,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3160,3130,'internal'),(6127,'http://www.ontradeprogress.com/2018/11/07/red-processed-meat/',3160,3152,'internal'),(6128,'http://www.ontradeprogress.com/2018/11/07/sun-valley-nut-survey-bar-snacks/',3160,3141,'internal'),(6156,'https://www.casualdininggroup.com/',3163,0,'external'),(6157,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3163,3130,'internal'),(6158,'http://www.ontradeprogress.com/2018/11/07/quilmes-clasica-revamp-packaging/',3163,3136,'internal'),(6159,'http://www.ontradeprogress.com/2018/11/07/red-processed-meat/',3163,3152,'internal'),(6209,'https://www.brewdog.com/',3171,0,'external'),(6210,'https://www.universe.com/events/metro-mayhem-2018-tickets-06QZHW',3171,0,'external'),(6211,'http://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/',3171,2916,'internal'),(6212,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3171,3130,'internal'),(6213,'http://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/',3171,3160,'internal'),(6247,'http://dabbersclub.co.uk/',3180,0,'external'),(6248,'https://dabbers.bingo/',3180,0,'external'),(6249,'mailto:press@dabbers.bingo',3180,0,'external'),(6298,'https://www.glengarioch.com/',3183,0,'external'),(6299,'http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/',3183,3171,'internal'),(6300,'http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/',3183,3180,'internal'),(6301,'http://www.ontradeprogress.com/2018/11/07/krombacher-trade-charity/',3183,3130,'internal'),(6302,'http://www.glengarioch.com',3183,0,'external'),(6303,'mailto:visitor.centre@glengarioch.com',3183,0,'external'),(6329,'https://www.madhatterbrewing.co.uk/',3190,0,'external'),(6330,'http://www.ontradeprogress.com/2018/11/08/glen-garioch-distillery-discover/',3190,3183,'internal'),(6331,'http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/',3190,3180,'internal'),(6332,'http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/',3190,3171,'internal'),(6351,'https://venuelab.co.uk/',3196,0,'external'),(6352,'https://www.printworkslondon.co.uk/',3196,0,'external'),(6353,'http://landingfortytwo.com/',3196,0,'external'),(6354,'http://www.ontradeprogress.com/2018/11/08/mad-hatter-brewing-liquidation/',3196,3190,'internal'),(6355,'http://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/',3196,3180,'internal'),(6356,'http://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/',3196,3171,'internal'),(6412,'https://www.ukhospitality.org.uk/',3207,0,'external'),(6413,'https://www.ontradeprogress.com/2018/11/06/healthy-attitudes-to-food-undermine/',3207,3104,'internal'),(6414,'https://www.ontradeprogress.com/2018/11/01/ukhospitality-new-legislation-airport/',3207,3079,'internal'),(6415,'https://www.ontradeprogress.com/2018/11/08/dabbers-bingo-london/',3207,3180,'internal'),(6487,'https://www.wsta.co.uk/',3221,0,'external'),(6488,'https://www.ontradeprogress.com/2018/11/13/migrant-numbers-hospitality-sector/',3221,3212,'internal'),(6489,'https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/',3221,3204,'internal'),(6490,'https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/',3221,3196,'internal'),(6530,'http://www.fentimans.com/',3204,0,'external'),(6531,'https://www.ontradeprogress.com/2018/11/06/fentimans-new-advertising-campaign/',3204,3113,'internal'),(6532,'https://www.ontradeprogress.com/2018/11/07/cdg-bella-italia-uae/',3204,3163,'internal'),(6533,'https://www.ontradeprogress.com/2018/11/07/blanchette-launches-brunch-menu/',3204,3160,'internal'),(6534,'http://www.fentimans.com/phpmedia/pdf/fentimans_pairing.pdf',3204,0,'external'),(6747,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn1',3225,0,'external'),(6748,'https://www.qmul.ac.uk/',3225,0,'external'),(6749,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn2',3225,0,'external'),(6750,'https://www.fiveguys.co.uk/',3225,0,'external'),(6751,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn3',3225,0,'external'),(6752,'https://www.tobycarvery.co.uk/',3225,0,'external'),(6753,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn4',3225,0,'external'),(6754,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn5',3225,0,'external'),(6755,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn6',3225,0,'external'),(6756,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn7',3225,0,'external'),(6757,'http://www.actiononsugar.org/media/action-on-salt/Supermarket-milkshakes-FINAL-2018.pdf',3225,0,'external'),(6758,'http://www.actiononsugar.org/media/action-on-salt/OOH-Milkshakes-FINAL-2018.pdf',3225,0,'external'),(6759,'https://www.pizzahut.co.uk/',3225,0,'external'),(6760,'https://www.harvester.co.uk/',3225,0,'external'),(6761,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn8',3225,0,'external'),(6762,'http://www.actiononsugar.org/news-centre/press-releases/2018/call-for-ban-on-excessively-high-sugar-and-calorie-milkshakes-sold-in-high-street-restaurants--fast-food-chains-.html#_edn9',3225,0,'external'),(6763,'https://www.ontradeprogress.com/2018/07/10/sugar-tax-not-so-sweet/',3225,1960,'internal'),(6764,'https://www.ontradeprogress.com/2018/11/13/wsta-appoints-new-members/',3225,3221,'internal'),(6765,'https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/',3225,3204,'internal'),(6766,'https://twitter.com/actiononsugar',3225,0,'external'),(6767,'http://www.actiononsugar.org/media/action-on-salt/Freakshake-poster_A4-(1).pdf',3225,0,'external'),(6791,'https://www.ontradeprogress.com/2018/11/06/essential-cuisine-festive-prizes/',3229,3095,'internal'),(6792,'https://www.ontradeprogress.com/2018/10/23/festive-christmas-spritz-artis/',3229,2907,'internal'),(6793,'https://www.ontradeprogress.com/2018/10/10/drinkaware-urges-minimise-alcohol-harms/',3229,2760,'internal'),(6794,'http://www.parishouse.co.uk/',3229,0,'external'),(6824,'https://www.jdwetherspoon.com/',3235,0,'external'),(6825,'https://beta.clicsargent.org.uk/',3235,0,'external'),(6826,'https://www.ontradeprogress.com/2018/10/16/wetherspoon-campaign-tariffs-post-brexit/',3235,2848,'internal'),(6827,'https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/',3235,3232,'internal'),(6828,'https://www.ontradeprogress.com/2018/11/13/action-on-sugar-ban-milkshakes/',3235,3225,'internal'),(6850,'https://www.ukhospitality.org.uk/',3212,0,'external'),(6851,'https://www.ontradeprogress.com/2018/11/13/ukh-welcomes-london-night-time/',3212,3207,'internal'),(6852,'https://www.ontradeprogress.com/2018/11/13/fentimans-spirit-pairing-guide/',3212,3204,'internal'),(6853,'https://www.ontradeprogress.com/2018/11/08/magazine-london-open-2019/',3212,3196,'internal'),(6940,'https://www.ontradeprogress.com/2018/10/23/craft-beer-boom-uk/',3240,2921,'internal'),(6941,'https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/',3240,3235,'internal'),(6942,'https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/',3240,3232,'internal'),(6943,'https://www.guinness.com/en-gb/?gclid=CjwKCAiArK_fBRABEiwA0gOOcwnl5mnvHDEeCzURprIekV51O1EJXhvs4GZ9pul3g1YeYgVVMoFG4BoCp_IQAvD_BwE&amp;gclsrc=aw.ds',3240,0,'external'),(6944,'https://www.diageo.com/',3240,0,'external'),(6945,'https://www.bulleit.com/',3240,0,'external'),(6946,'https://beerandpub.com/',3232,0,'external'),(6947,'https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/',3232,3244,'internal'),(6948,'https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/',3232,3240,'internal'),(6949,'https://www.ontradeprogress.com/2018/11/14/wetherspoon-clic-sargent-milestone/',3232,3235,'internal'),(6950,'https://www.marriott.co.uk/default.mi',3244,0,'external'),(6951,'http://www.belvar.eu/',3244,0,'external'),(6952,'https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/',3244,3240,'internal'),(6953,'https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/',3244,3229,'internal'),(6954,'https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/',3244,3232,'internal'),(6955,'http://www.moxy-hotels.marriott.com/',3244,0,'external'),(6956,'http://www.moxyhotels.com/',3244,0,'external'),(6957,'https://instagram.com/moxyhotels/',3244,0,'external'),(6958,'http://www.youtube.com/MoxyHotels',3244,0,'external'),(6959,'http://moxy-hotels.marriott.com/our-story',3244,0,'external'),(7018,'https://www.roomzzz.com/',3253,0,'external'),(7019,'https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/',3253,3244,'internal'),(7020,'https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/',3253,3240,'internal'),(7021,'https://www.ontradeprogress.com/2018/11/14/low-alcohol-department-health/',3253,3232,'internal'),(7022,'https://www.ukhospitality.org.uk/',3258,0,'external'),(7023,'https://www.bidfood.co.uk/',3258,0,'external'),(7024,'https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/',3258,3253,'internal'),(7025,'https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/',3258,3244,'internal'),(7026,'https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/',3258,3240,'internal'),(7072,'https://www.ukhospitality.org.uk/',3270,0,'external'),(7073,'https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/',3270,3264,'internal'),(7074,'https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/',3270,3258,'internal'),(7075,'https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/',3270,3253,'internal'),(7080,'https://corporate.lkk.com/',3264,0,'external'),(7081,'https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/',3264,3258,'internal'),(7082,'https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/',3264,3253,'internal'),(7083,'https://www.ontradeprogress.com/2018/11/14/guinness-releases-barrel-aged-beer/',3264,3240,'internal'),(7155,'http://www.tansun.com/',3277,0,'external'),(7156,'mailto:sales@tansun.com',3277,0,'external'),(7157,'http://www.tansun.com',3277,0,'external'),(7158,'http://www.publicrelations-pr.co.uk/',3277,0,'external'),(7159,'https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/',3277,3270,'internal'),(7160,'https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/',3277,3264,'internal'),(7161,'https://www.ontradeprogress.com/2018/11/15/food-service-management-challenges/',3277,3258,'internal'),(7308,'http://www.krombacher.com/',3296,0,'external'),(7309,'http://www.guinnessworldrecords.com/world-records/most-pubs-visited-in-24-hours-by-a-team',3296,0,'external'),(7310,'http://www.everyclick.com/krombacherpubwalk2018',3296,0,'external'),(7311,'https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/',3296,3276,'internal'),(7312,'https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/',3296,3276,'internal'),(7313,'https://www.ontradeprogress.com/2018/11/15/chinese-new-year-foodservice/',3296,3264,'internal'),(7314,'https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/',3296,3270,'internal'),(7315,'mailto:info@krombacher.co.uk',3296,0,'external'),(7316,'http://www.krombacher.co.uk/',3296,0,'external'),(7376,'https://zamoracompany.com/',3305,0,'external'),(7377,'http://www.martinmillersgin.com/contact-us/',3305,0,'external'),(7378,'https://halewood-int.com/',3305,0,'external'),(7379,'https://www.biwine.com/',3305,0,'external'),(7380,'https://www.gilpinsgin.com/',3305,0,'external'),(7381,'https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/',3305,3302,'internal'),(7382,'https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/',3305,3296,'internal'),(7383,'https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/',3305,3276,'internal'),(7384,'https://www.brewdog.com/',3302,0,'external'),(7385,'https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/',3302,3296,'internal'),(7386,'https://www.ontradeprogress.com/2018/11/20/greene-king-launch-berries-cherries-draught/',3302,3276,'internal'),(7387,'https://www.ontradeprogress.com/2018/11/20/infrared-heaters-effective-heating/',3302,3277,'internal'),(7420,'https://www.oldmoutcider.co.uk/agegate',3276,0,'external'),(7421,'https://www.greeneking.co.uk/',3276,0,'external'),(7422,'https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn2',3276,0,'external'),(7423,'https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn3',3276,0,'external'),(7424,'https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn4',3276,0,'external'),(7425,'https://www.ontradeprogress.com/2018/10/10/old-mout-mitchells-butlers-race-success/',3276,2763,'internal'),(7426,'https://www.ontradeprogress.com/2018/11/15/business-travel-bad-health/',3276,3253,'internal'),(7427,'https://www.ontradeprogress.com/2018/11/15/hospitality-stamp-gambling-gaming/',3276,3270,'internal'),(7428,'https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn1',3276,0,'external'),(7429,'https://mailbusiness.ionos.co.uk/appsuite/?tl=y#_ftn5',3276,0,'external'),(7430,'https://forwardkeys.com/',3309,0,'external'),(7431,'https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/',3309,3305,'internal'),(7432,'https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/',3309,3302,'internal'),(7433,'https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/',3309,3296,'internal'),(7434,'https://www.visitbritain.com/gb/en',3309,0,'external'),(7484,'http://www.certagroupltd.com/cooking-equipment',3313,0,'external'),(7485,'https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/',3313,3305,'internal'),(7486,'https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/',3313,3302,'internal'),(7487,'https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/',3313,3296,'internal'),(7488,'http://www.certagroupltd.com/cooking-equipment',3313,0,'external'),(7591,'https://hittraining.co.uk/',3324,0,'external'),(7592,'https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/',3324,3309,'internal'),(7593,'https://www.ontradeprogress.com/2018/11/21/hogs-back-brewery-helps-hospice-care/',3324,0,'internal'),(7594,'https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/',3324,3302,'internal'),(7595,'http://www.hittraining.co.uk/production-chef-apprenticeship',3324,0,'external'),(7596,'https://www.gov.uk/government/organisations/public-health-england',3331,0,'external'),(7597,'https://www.foodmatterslive.com/',3331,0,'external'),(7598,'https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/',3331,3324,'internal'),(7599,'https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/',3331,3320,'internal'),(7600,'https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/',3331,3309,'internal'),(7601,'https://www.gov.uk/government/publications/childhood-obesity-a-plan-for-action-chapter-2',3331,0,'external'),(7604,'https://www.hogsback.co.uk/',3320,0,'external'),(7605,'https://www.pth.org.uk/',3320,0,'external'),(7606,'https://www.ontradeprogress.com/2018/11/20/thanksgiving-week-boost-uk-economy/',3320,3309,'internal'),(7607,'https://www.ontradeprogress.com/2018/11/20/uk-distillery-businesses-grow-single-year/',3320,3305,'internal'),(7608,'https://www.ontradeprogress.com/2018/11/20/krombacher-licensed-trade-charity/',3320,3296,'internal'),(7614,'https://www.ukhospitality.org.uk/',3338,0,'external'),(7615,'https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/',3338,3331,'internal'),(7616,'https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/',3338,3324,'internal'),(7617,'https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/',3338,3320,'internal'),(7629,'https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/',3335,3331,'internal'),(7630,'https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/',3335,3338,'internal'),(7631,'https://www.ontradeprogress.com/2018/11/21/chef-apprenticeship-launched/',3335,3324,'internal'),(7698,'http://jaisalmergin.com/',3343,0,'external'),(7699,'https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/',3343,3335,'internal'),(7700,'https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/',3343,3338,'internal'),(7701,'https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/',3343,3331,'internal'),(7702,'http://www.thewhiskyexchange.com/',3343,0,'external'),(7703,'http://www.specialitydrinks.com/',3343,0,'external'),(7715,'https://www.edinburghgin.com/',3352,0,'external'),(7716,'https://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/',3352,3343,'internal'),(7717,'https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/',3352,3335,'internal'),(7718,'https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/',3352,3338,'internal'),(7895,'https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/',3365,3360,'internal'),(7896,'https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/',3365,3352,'internal'),(7897,'https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/',3365,3331,'internal'),(7898,'https://www.bii.org/events-awards/nitas/',3365,0,'external'),(7899,'http://www.bullguard.com/',3360,0,'external'),(7900,'http://www.nordvpn.com',3360,0,'external'),(7901,'https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/',3360,3352,'internal'),(7902,'https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/',3360,3335,'internal'),(7903,'https://www.ontradeprogress.com/2018/11/21/scottish-governments-alcohol-strategy/',3360,3338,'internal'),(7904,'https://cybersecurityventures.com/hackerpocalypse-cybercrime-report-2016/',3360,0,'external'),(7905,'https://www.bullguard.com/products/bullguard-vpn.aspx',3360,0,'external'),(7906,'http://www.twitter.com/BullGuard',3360,0,'external'),(7907,'http://www.twitter.com/DojoSafe',3360,0,'external'),(7908,'https://www.facebook.com/BullGuard/?fref=ts',3360,0,'external'),(7909,'https://www.facebook.com/meetdojo/?fref=ts',3360,0,'external'),(7910,'https://www.bullguard.com/',3360,0,'external'),(7911,'https://dojo.bullguard.com/',3360,0,'external'),(7912,'mailto:Michelle.cross@theprroom.co.uk',3360,0,'external'),(7980,'https://www.brewdog.com/',3379,0,'external'),(7981,'https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/',3379,3302,'internal'),(7982,'https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/',3379,3320,'internal'),(7983,'https://www.ontradeprogress.com/2018/10/23/brewdog-canary-wharf-venue/',3379,2916,'internal'),(7989,'https://www.creativefoodseurope.eu/',3371,0,'external'),(7990,'http://www.creativefoodseurope.eu',3371,0,'external'),(7991,'https://www.ontradeprogress.com/2018/11/21/public-support-sugar-calorie-reduction/',3371,3331,'internal'),(7992,'https://www.ontradeprogress.com/2018/11/21/no-alcohol-beer-acceptable/',3371,3335,'internal'),(7993,'https://www.ontradeprogress.com/2018/11/21/indian-craft-gin-launches-uk/',3371,3343,'internal'),(7994,'mailto:sales@fem.co.uk',3375,0,'external'),(7995,'http://www.fem.co.uk/',3375,0,'external'),(7996,'https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/',3375,3371,'internal'),(7997,'https://www.ontradeprogress.com/2018/11/22/bullguard-vpn-nordvpn-partnership/',3375,3360,'internal'),(7998,'https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/',3375,3352,'internal'),(8092,'http://www.camra.org.uk/news/-/asset_publisher/1dUgQCmQMoVC/content/pub-closures-are-making-us-all-poorer-says-camra',3385,0,'external'),(8093,'https://beerandpub.com/statistics/pub-numbers/',3385,0,'external'),(8094,'https://www.ons.gov.uk/visualisations/dvc566/chart1_download.csv',3385,0,'external'),(8095,'https://www.ons.gov.uk/visualisations/dvc566/chart2_download.csv',3385,0,'external'),(8096,'https://www.ons.gov.uk/visualisations/dvc566/chart3_download.csv',3385,0,'external'),(8097,'https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/',3385,3379,'internal'),(8098,'https://www.ontradeprogress.com/2018/11/22/ice-hygiene-use-scoop/',3385,3375,'internal'),(8099,'https://www.ontradeprogress.com/2018/11/22/korean-bbq-sauce-creative-foods/',3385,3371,'internal'),(8100,'http://www.ons.gov.uk/visualisations/map_download.csv',3385,0,'external'),(8101,'https://www.ons.gov.uk/visualisations/dvc566/chart4_download.csv',3385,0,'external'),(8135,'https://www.ons.gov.uk/',3392,0,'external'),(8136,'https://www.ons.gov.uk/businessindustryandtrade/business/activitysizeandlocation/articles/economiesofalesmallpubscloseaschainsfocusonbigbars/2018-11-26',3392,0,'external'),(8137,'https://beerandpub.com/',3392,0,'external'),(8138,'https://longlivethelocal.pub',3392,0,'external'),(8139,'https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/',3392,3385,'internal'),(8140,'https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/',3392,3379,'internal'),(8141,'https://www.ontradeprogress.com/2018/11/21/edinburgh-gin-new-distillery/',3392,3352,'internal'),(8198,'https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/',3397,3385,'internal'),(8199,'https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/',3397,3392,'internal'),(8200,'https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/',3397,3379,'internal'),(8201,'http://www.trgconcessions.co.uk',3397,0,'external'),(8202,'https://www.crepeaffaire.com/',3397,0,'external'),(8306,'https://www.heineken.co.uk/site-choices',3401,0,'external'),(8307,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn1',3401,0,'external'),(8308,'https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/',3401,3397,'internal'),(8309,'https://www.ontradeprogress.com/2018/11/27/one-in-four-pubs-and-bars-close/',3401,3385,'internal'),(8310,'https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/',3401,3392,'internal'),(8311,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn2',3401,0,'external'),(8312,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn3',3401,0,'external'),(8313,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn4',3401,0,'external'),(8314,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn5',3401,0,'external'),(8315,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn6',3401,0,'external'),(8316,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn7',3401,0,'external'),(8317,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn8',3401,0,'external'),(8318,'applewebdata://A36CD5D4-4D44-4481-BF8A-9BF67F0199D7#_ftn9',3401,0,'external'),(8332,'https://www.ukhospitality.org.uk/',3409,0,'external'),(8333,'https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/',3409,3401,'internal'),(8334,'https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/',3409,3397,'internal'),(8335,'https://www.ontradeprogress.com/2018/11/27/bbpa-responds-beer-pubs/',3409,3392,'internal'),(8369,'http://feeditback.com/',3422,0,'external'),(8370,'https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/',3422,3418,'internal'),(8371,'https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/',3422,3409,'internal'),(8372,'https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/',3422,3401,'internal'),(8400,'http://www.artis-uk.com/downloads',3418,0,'external'),(8401,'https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/',3418,3409,'internal'),(8402,'https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/',3418,3401,'internal'),(8403,'https://www.ontradeprogress.com/2018/11/27/crepeaffaire-partnership-trgconsessions/',3418,3397,'internal'),(8477,'https://www.casualdininggroup.com/',3436,0,'external'),(8478,'https://warrensbakery.co.uk/',3436,0,'external'),(8479,'https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/',3436,3432,'internal'),(8480,'https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/',3436,3425,'internal'),(8481,'https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/',3436,3418,'internal'),(8515,'https://www.malletscider.co.uk/',3439,0,'external'),(8516,'https://www.malletscider.co.uk/',3439,0,'external'),(8517,'https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/',3439,3436,'internal'),(8518,'https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/',3439,3432,'internal'),(8519,'https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/',3439,3425,'internal'),(8520,'https://www.facebook.com/BrewDogOfficial/photos/a.10150332288403644/10158180760313644/?type=3&amp;theater',3432,0,'external'),(8521,'https://www.instagram.com/p/BpWYvcZA8WD/?hl=en&amp;taken-by=brewdogofficial',3432,0,'external'),(8522,'https://twitter.com/BrewDog/status/1055369724261994496',3432,0,'external'),(8523,'https://www.brewdog.com/airline',3432,0,'external'),(8524,'https://www.brewdog.com/',3432,0,'external'),(8525,'https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/',3432,3425,'internal'),(8526,'https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/',3432,3379,'internal'),(8527,'https://www.ontradeprogress.com/2018/11/20/hungary-brewdog-budapest/',3432,3302,'internal'),(8542,'http://www.nelsoncatering.co.uk/',3445,0,'external'),(8543,'https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/',3445,3439,'internal'),(8544,'https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/',3445,3436,'internal'),(8545,'https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/',3445,3432,'internal'),(8546,'https://www.colicci.co.uk/',3425,0,'external'),(8547,'https://www.ontradeprogress.com/2018/11/28/new-gold-plated-barware-artis/',3425,3418,'internal'),(8548,'https://www.ontradeprogress.com/2018/11/27/tourism-deal-celebration-hospitality/',3425,3409,'internal'),(8549,'https://www.ontradeprogress.com/2018/11/27/on-trade-christmas-heineken/',3425,3401,'internal'),(8581,'https://hittraining.co.uk/',3453,0,'external'),(8582,'https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/',3453,3450,'internal'),(8583,'https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/',3453,3445,'internal'),(8584,'https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/',3453,3439,'internal'),(8585,'http://www.hittraining.co.uk',3453,0,'external'),(8610,'https://www.ukhospitality.org.uk/',3456,0,'external'),(8611,'https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/',3456,3453,'internal'),(8612,'https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/',3456,3450,'internal'),(8613,'https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/',3456,3436,'internal'),(8628,'https://www.brewdog.com/',3450,0,'external'),(8629,'http://www.brewdog.com/shop',3450,0,'external'),(8630,'https://www.ontradeprogress.com/2018/11/28/brewdog-airlines-february-2019/',3450,3432,'internal'),(8631,'https://www.ontradeprogress.com/2018/11/28/showering-cider-mill-mallets-cider/',3450,3439,'internal'),(8632,'https://www.ontradeprogress.com/2018/11/28/nelson-kitchens-casual-dining-show/',3450,3445,'internal'),(8638,'http://www.cesa.org.uk/Home/ArtMID/927/ArticleID/632/CESA-80th-Anniversary-Conference-20',3460,0,'external'),(8639,'http://www.cesa.org.uk/',3460,0,'external'),(8640,'https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/',3460,3456,'internal'),(8641,'https://www.ontradeprogress.com/2018/11/29/businesses-losing-apprenticeship-fund/',3460,3453,'internal'),(8642,'https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/',3460,3450,'internal'),(8663,'https://www.zonal.co.uk/press_releases/go-technology/',3466,0,'external'),(8664,'https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/',3466,0,'external'),(8665,'https://www.zonal.co.uk/news/zonal/consumers-still-hate-to-wait-when-eating-out/',3466,0,'external'),(8666,'https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/',3466,3460,'internal'),(8667,'https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/',3466,3456,'internal'),(8668,'https://www.ontradeprogress.com/2018/11/29/subwoofer-ipa-brewdog/',3466,3450,'internal'),(8713,'https://beerandpub.com/',3475,0,'external'),(8714,'https://www.ontradeprogress.com/2018/12/04/payg-christmas-anxiety/',3475,3472,'internal'),(8715,'https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/',3475,3466,'internal'),(8716,'https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/',3475,3460,'internal'),(8717,'http://beerandpub.com/wp-content/uploads/2018/12/UK-Quarterly-Beer-Barometer-Q3-2018.xlsx',3475,0,'external'),(8743,'https://www.drinkaware.co.uk/',3478,0,'external'),(8744,'https://www.networkrail.co.uk/',3478,0,'external'),(8745,'http://www.networkrail.co.uk/firstclassmate',3478,0,'external'),(8746,'https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/',3478,3475,'internal'),(8747,'https://www.ontradeprogress.com/2018/12/04/payg-christmas-anxiety/',3478,3472,'internal'),(8748,'https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/',3478,3466,'internal'),(8780,'http://www.fortek.com/',3472,0,'external'),(8781,'https://wagestream.co.uk/',3472,0,'external'),(8782,'http://www-prod.fourth.com/en-gb/fourth-and-wagestream',3472,0,'external'),(8783,'https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/',3472,3466,'internal'),(8784,'https://www.ontradeprogress.com/2018/11/29/cesa-conference-industry-heroes/',3472,3460,'internal'),(8785,'https://www.ontradeprogress.com/2018/11/29/eu-migrants-needed-hospitality/',3472,3456,'internal'),(8823,'https://www.stryyk.com/',3481,0,'external'),(8824,'https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/',3481,3478,'internal'),(8825,'https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/',3481,3475,'internal'),(8826,'https://www.ontradeprogress.com/2018/11/29/hospitality-businesses-need-speed/',3481,3466,'internal'),(8833,'https://www.isleofskyedistillers.com/#',3486,0,'external'),(8834,'http://www.isleofskyedistillers.com/shop',3486,0,'external'),(8835,'http://www.isleofskyedistillers.com',3486,0,'external'),(8836,'https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/',3486,3481,'internal'),(8837,'https://www.ontradeprogress.com/2018/12/05/drinkaware-train-network-rail-staff/',3486,3478,'internal'),(8838,'https://www.ontradeprogress.com/2018/12/04/beer-sales-grow-brexit-bbpa/',3486,3475,'internal'),(8849,'https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/',3505,3496,'internal'),(8850,'https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/',3505,3486,'internal'),(8851,'https://www.ontradeprogress.com/2018/12/05/stryyk-not-vodka-launched/',3505,3481,'internal'),(8852,'https://brewersofeurope.org/press/beerserveseurope2018/',3505,0,'external'),(8914,'http://imbibe.com/news-articles/tag/beer/',3518,0,'external'),(8915,'https://www.beer52.com/',3518,0,'external'),(8916,'http://www.partizanbrewing.co.uk/',3518,0,'external'),(8917,'https://www.brouwerijanders.be/en/',3518,0,'external'),(8923,'http://www.salcombegin.com/',3508,0,'external'),(8924,'mailto:ilovegin@salcombegin.com',3508,0,'external'),(8925,'https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/',3508,3505,'internal'),(8926,'https://www.ontradeprogress.com/2018/12/05/ukhospitality-england-womens/',3508,3496,'internal'),(8927,'https://www.ontradeprogress.com/2018/12/05/isle-of-skye-launches-misty-vodka/',3508,3486,'internal'),(8987,'https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/',3541,3538,'internal'),(8988,'https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/',3541,3528,'internal'),(8989,'https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/',3541,3518,'internal'),(8990,'https://www.ukhospitality.org.uk/',3538,0,'external'),(8991,'https://www.ontradeprogress.com/2018/12/06/beer52-teams-13-london-restaurants/',3538,3518,'internal'),(8992,'https://www.ontradeprogress.com/2018/12/06/award-exceptional-salcombe-distilling/',3538,3508,'internal'),(8993,'https://www.ontradeprogress.com/2018/12/05/uk-brewers-best-in-europe/',3538,3505,'internal'),(9013,'http://www.bohembrewery.com/',3545,0,'external'),(9014,'http://www.bohembrewery.com/online-store/',3545,0,'external'),(9015,'https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/',3545,3541,'internal'),(9016,'https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/',3545,3538,'internal'),(9017,'https://www.ontradeprogress.com/2018/12/06/foldabar-profits-move/',3545,3528,'internal'),(9101,'https://www.robertdyas.co.uk/',3549,0,'external'),(9102,'https://www.robertdyas.co.uk/status-10w-white-pir-led-flood-light',3549,0,'external'),(9103,'https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/',3549,3545,'internal'),(9104,'https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/',3549,3541,'internal'),(9105,'https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/',3549,3538,'internal'),(9106,'https://www.robertdyas.co.uk/unicom-24-hour-segment-timer',3549,0,'external'),(9107,'https://www.police.uk/crime-prevention-advice/burglary/',3549,0,'external'),(9108,'https://www.robertdyas.co.uk/bosch-smart-home-motion-detector',3549,0,'external'),(9109,'https://www.robertdyas.co.uk/ring-spotlight-cam-battery-white',3549,0,'external'),(9110,'https://www.robertdyas.co.uk/ring-video-doorbell-2',3549,0,'external'),(9111,'https://www.robertdyas.co.uk/patlock-french-door-security-lock',3549,0,'external'),(9112,'https://www.robertdyas.co.uk/yale-traditional-front-door-lock',3549,0,'external'),(9113,'https://www.robertdyas.co.uk/yale-certified-electronic-digital-home-safe',3549,0,'external'),(9114,'mailto:info@qualityburgers.co.uk',379,0,'external'),(9115,'http://www.qualityburgers.co.uk',379,0,'external'),(9144,'https://www.piperscrisps.com/',3556,0,'external'),(9145,'https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/',3556,3553,'internal'),(9146,'https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/',3556,3545,'internal'),(9147,'https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/',3556,3538,'internal'),(9275,'https://www.robertdyas.co.uk/',3565,0,'external'),(9276,'https://www.robertdyas.co.uk/kitchen/cookware/kitchen-utensils',3565,0,'external'),(9277,'https://www.robertdyas.co.uk/kitchen/cookware/pots-pans',3565,0,'external'),(9278,'https://www.robertdyas.co.uk/electricals/kitchen-electricals/food-processors',3565,0,'external'),(9279,'https://www.robertdyas.co.uk/kenwood-fdp301wh-multipro-compact-food-processor',3565,0,'external'),(9280,'https://veganuary.com/recipes/cheese-on-toast-with-potato-and-carrot-cheese/',3565,0,'external'),(9281,'https://www.robertdyas.co.uk/salter-ek3171-compact-prep-pro-blender',3565,0,'external'),(9282,'https://www.robertdyas.co.uk/kitchen-craft-5-in-1-avocado-tool',3565,0,'external'),(9283,'https://www.robertdyas.co.uk/kitchen-craft-silicone-avocado-huggers-set-of-2',3565,0,'external'),(9284,'https://blog.myfitnesspal.com/homemade-banana-yogurt/',3565,0,'external'),(9285,'https://www.thespruceeats.com/raw-vegan-gluten-free-almond-milk-3377459',3565,0,'external'),(9286,'https://www.robertdyas.co.uk/salter-megastone-wok-with-lid-28cm',3565,0,'external'),(9287,'https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/',3565,3556,'internal'),(9288,'https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/',3565,3553,'internal'),(9289,'https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/',3565,3545,'internal'),(9290,'https://www.robertdyas.co.uk/electricals/kitchen-electricals/food-processors',3565,0,'external'),(9291,'https://www.robertdyas.co.uk/electricals/kitchen-electricals/blenders',3565,0,'external'),(9292,'https://www.robertdyas.co.uk/tower-1000w-grey-xtreme-pro-nutri-blender',3565,0,'external'),(9293,'https://www.robertdyas.co.uk/daewoo-1-5l-5-speed-glass-jug-kitchen-blender',3565,0,'external'),(9294,'https://www.robertdyas.co.uk/bosch-clevermixx-hand-blender',3565,0,'external'),(9295,'https://www.robertdyas.co.uk/kitchencraft-melon-baller',3565,0,'external'),(9296,'https://www.robertdyas.co.uk/prochef-black-matte-sda1337-stand-mixer',3565,0,'external'),(9297,'https://www.robertdyas.co.uk/russell-hobbs-3-tier-food-steamer',3565,0,'external'),(9298,'https://www.robertdyas.co.uk/tower-6l-pressure-cooker',3565,0,'external'),(9299,'https://www.robertdyas.co.uk/progress-bamboo-chopping-board-with-knife-sharpener',3565,0,'external'),(9300,'http://www.robertdyas.co.uk/',3565,0,'external'),(9301,'https://www.ontradeprogress.com/2018/10/24/aryzta-launches-vegan-loaf-cakes/',3565,2951,'internal'),(9311,'https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/',3570,3565,'internal'),(9312,'https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/',3570,3556,'internal'),(9313,'https://www.ontradeprogress.com/2018/12/20/ukh-migration-hospitality-sector/',3570,3553,'internal'),(9338,'https://www.apsco.org/',3576,0,'external'),(9339,'https://businessnewswales.com/series-of-events-set-to-boost-digital-marketing-for-welsh-smes/',3576,0,'external'),(9340,'https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/',3576,3570,'internal'),(9341,'https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/',3576,3565,'internal'),(9342,'https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/',3576,3556,'internal'),(9343,'https://www.ontradeprogress.com/2018/12/18/bohem-brewery-expands-canned-range/',3553,3545,'internal'),(9344,'https://www.ontradeprogress.com/2018/12/18/cga-business-optimism-eating-drinking-market/',3553,3541,'internal'),(9345,'https://www.ontradeprogress.com/2018/12/18/cut-waste-must-affordable/',3553,3538,'internal'),(9352,'https://www.ontradeprogress.com/wp-content/uploads/2018/12/FOLDABar-Half-Page-Adv.pdf',3528,0,'internal'),(9353,'https://www.servaclean.co.uk/pop-up-counters-pop-up-counters/',3528,0,'external'),(9354,'http://www.servaclean.co.uk',3528,0,'external'),(9383,'https://www.ukhospitality.org.uk/',3591,0,'external'),(9384,'https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/',3591,3583,'internal'),(9385,'https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/',3591,3576,'internal'),(9386,'https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/',3591,3570,'internal'),(9393,'https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/',3596,3591,'internal'),(9394,'https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/',3596,3570,'internal'),(9395,'https://www.ontradeprogress.com/2018/12/20/pipers-crispeas-new-range/',3596,3556,'internal'),(9417,'https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/',3601,3591,'internal'),(9418,'https://www.ontradeprogress.com/2018/12/20/tenrose-crisp-clean-linen/',3601,3583,'internal'),(9419,'https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/',3601,3570,'internal'),(9420,'http://www.tildafoodservice.com',3601,0,'external'),(9421,'https://www.paymentsense.co.uk/blog/what-is-the-uks-favourite-cuisine/',3601,0,'external'),(9525,'http://www.shs-drinks.co.uk/',3619,0,'external'),(9526,'http://www.bottlegreendrinks.com',3619,0,'external'),(9527,'http://www.bottlegreendrinks.com',3619,0,'external'),(9556,'https://www.lanchesterwines.co.uk/',3607,0,'external'),(9557,'https://www.ontradeprogress.com/2018/07/03/lanchester-wines-summer-drinks/',3607,1854,'internal'),(9558,'https://www.ontradeprogress.com/2018/12/21/sometimes-acceptable-drink-drive/',3607,3596,'internal'),(9559,'https://www.ontradeprogress.com/2018/12/21/ukhospitality-reflects-prepares-2019/',3607,3591,'internal'),(9560,'http://www.lanchesterwines.co.uk',3607,0,'external'),(9561,'mailto:sales@lanchesterwines.co.uk',3607,0,'external'),(9562,'https://tonrose.com/',3583,0,'external'),(9563,'https://www.ontradeprogress.com/2018/12/20/marketing-vacancies-demand-professionals/',3583,3576,'internal'),(9564,'https://www.ontradeprogress.com/2018/12/20/british-lion-eggs-make-splash-2019/',3583,3570,'internal'),(9565,'https://www.ontradeprogress.com/2018/12/20/veganuary-follow-17-tips-vegan/',3583,3565,'internal'),(9566,'https://www.casualdiningshow.co.uk/',3633,0,'external'),(9567,'http://www.casualdiningshow.co.uk',3633,0,'external'),(9576,'http://www.terryosborneinsurance.co.uk/',3616,0,'external'),(9577,'https://www.investopedia.com/financial-edge/0212/4-types-of-insurance-everyone-needs.aspx',3616,0,'external'),(9578,'http://www.terryosborneinsurance.co.uk',3616,0,'external'),(9584,'https://www.ontradeprogress.com/2019/01/14/business-insurance-insuring-greatness/',3639,3616,'internal'),(9585,'https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/',3639,3613,'internal'),(9586,'https://www.ontradeprogress.com/2019/01/14/show-ing-off-casual-dining-show-2019/',3639,3633,'internal'),(9621,'http://www.tansun.com/',3645,0,'external'),(9622,'mailto:sales@tansun.com',3645,0,'external'),(9623,'http://www.tansun.com',3645,0,'external'),(9624,'http://www.publicrelations-pr.co.uk/',3645,0,'external'),(9625,'https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/',3645,3639,'internal'),(9626,'https://www.ontradeprogress.com/2019/01/14/business-insurance-insuring-greatness/',3645,3616,'internal'),(9627,'https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/',3645,3613,'internal'),(9635,'https://youtu.be/f3G1TAiwKgA',3648,0,'external'),(9636,'https://www.ontradeprogress.com/2019/01/14/conservatories-year-round-infrared-heaters/',3648,3645,'internal'),(9637,'https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/',3648,3639,'internal'),(9638,'https://www.ontradeprogress.com/2019/01/14/surface-360-flooring-specialist/',3648,3613,'internal'),(9672,'http://www.casualdiningshow.co.uk/keynote-programme',3652,0,'external'),(9673,'http://www.casualdiningshow.co.uk/',3652,0,'external'),(9674,'http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80',3652,0,'external'),(9675,'https://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/',3652,3648,'internal'),(9676,'https://www.ontradeprogress.com/2019/01/14/conservatories-year-round-infrared-heaters/',3652,3645,'internal'),(9677,'https://www.ontradeprogress.com/2019/01/14/tartelettes-valentines-day/',3652,3639,'internal'),(9690,'https://www.ukhospitality.org.uk/',3660,0,'external'),(9691,'https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/',3660,3656,'internal'),(9692,'https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/',3660,3652,'internal'),(9693,'https://www.ontradeprogress.com/2019/01/14/hogs-back-brewery-build-new-kiln/',3660,3648,'internal'),(9834,'https://www.ac-et.com/',3673,0,'external'),(9835,'https://www.workpro.es/',3673,0,'external'),(9836,'mailto:sales@ac-et.com',3673,0,'external'),(9837,'http://www.ac-et.com',3673,0,'external'),(9838,'http://www.facebook.com/acentertainmenttechnologies',3673,0,'external'),(9839,'https://www.instagram.com/ac_ent_technologies/',3673,0,'external'),(9840,'https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/',3673,3664,'internal'),(9841,'https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/',3673,3660,'internal'),(9842,'https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/',3673,3656,'internal'),(9873,'http://www.crystaltech.co.uk/wordpress/',3680,0,'external'),(9874,'mailto:info@crystaltech.co.uk',3680,0,'external'),(9875,'https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/',3680,3673,'internal'),(9876,'https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/',3680,3664,'internal'),(9877,'https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/',3680,3656,'internal'),(9898,'https://uk.jura.com/en',3683,0,'external'),(9899,'http://www.uk.jura.com',3683,0,'external'),(9900,'https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/',3683,3680,'internal'),(9901,'https://www.ontradeprogress.com/2019/01/14/a-c-distribute-work-pro-audio/',3683,3673,'internal'),(9902,'https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/',3683,3664,'internal'),(9934,'http://www.pplprs.co.uk',3687,0,'external'),(9935,'https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/',3687,3683,'internal'),(9936,'https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/',3687,3680,'internal'),(9937,'https://www.ontradeprogress.com/2019/01/14/bii-licensee-2019-competition-launches/',3687,3664,'internal'),(9983,'http://www.nanusoda.co.uk/',3697,0,'external'),(9984,'http://www.nanusoda.co.uk',3697,0,'external'),(9985,'https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/',3697,3693,'internal'),(9986,'https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/',3697,3687,'internal'),(9987,'https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/',3697,3683,'internal'),(9988,'https://sct-sct.com/',3693,0,'external'),(9989,'https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/',3693,3687,'internal'),(9990,'https://www.ontradeprogress.com/2019/01/14/coffee-machines-bean-cup-future/',3693,3683,'internal'),(9991,'https://www.ontradeprogress.com/2019/01/14/crystaltech-last-yard-pump-punter/',3693,3680,'internal'),(9999,'https://www.heineken.co.uk/site-choices',3701,0,'external'),(10000,'https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/',3701,3697,'internal'),(10001,'https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/',3701,3693,'internal'),(10002,'https://www.ontradeprogress.com/2019/01/14/ppl-prs-know-your-licenses/',3701,3687,'internal'),(10008,'https://www.ontradeprogress.com/2019/01/14/heineken-campaign-profitable-pubs/',3709,3701,'internal'),(10009,'https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/',3709,3697,'internal'),(10010,'https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/',3709,3693,'internal'),(10018,'http://www.pizzaequipment.ltd.uk',3712,0,'external'),(10019,'https://www.sky.com/',3664,0,'external'),(10020,'https://www.bii.org/',3664,0,'external'),(10021,'http://www.bii.org/',3664,0,'external'),(10022,'http://www.bii.org/',3664,0,'external'),(10023,'mailto:loya@bii.org',3664,0,'external'),(10024,'https://www.ontradeprogress.com/2019/01/14/ukhospitality-warns-healthy-eating-scotland/',3664,3660,'internal'),(10025,'https://www.ontradeprogress.com/2019/01/14/winery-bodega-del-abad-amathus-drinks/',3664,3656,'internal'),(10026,'https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/',3664,3652,'internal'),(10042,'https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/',3718,3712,'internal'),(10043,'https://www.ontradeprogress.com/2019/01/14/nanu-soda-great-concepts/',3718,3697,'internal'),(10044,'https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/',3718,3693,'internal'),(10136,'https://beerandpub.com/',3744,0,'external'),(10137,'https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/',3744,3739,'internal'),(10138,'https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/',3744,3730,'internal'),(10139,'https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/',3744,3722,'internal'),(10167,'http://www.sun-valley.co.uk',3730,0,'external'),(10168,'https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/',3730,3722,'internal'),(10169,'https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/',3730,3718,'internal'),(10170,'https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/',3730,3712,'internal'),(10204,'http://www.casualdiningshow.co.uk',3765,0,'external'),(10205,'http://www.casualdiningshow.co.uk',3765,0,'external'),(10206,'https://www.ontradeprogress.com/2019/01/14/casual-dining-biggest-keynote-speakers/',3765,3652,'internal'),(10207,'https://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/',3765,3748,'internal'),(10208,'https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/',3765,3739,'internal'),(10211,'https://www.ontradeprogress.com/2019/01/17/justingredients-bring-organic-venue/',3757,3748,'internal'),(10212,'https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/',3757,3744,'internal'),(10213,'https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/',3757,3739,'internal'),(10214,'http://www.einstokbeer.com/',3739,0,'external'),(10215,'http://www.facebook.com/Einstok',3739,0,'external'),(10216,'http://www.lovedrinks.com/',3739,0,'external'),(10217,'http://deadmansfingers.com/',3722,0,'external'),(10218,'https://www.ontradeprogress.com/2019/01/16/aif-raw-bottles-plastic-campaign/',3722,3718,'internal'),(10219,'https://www.ontradeprogress.com/2019/01/16/pizza-equipment-casual-dining-show-2019/',3722,3712,'internal'),(10220,'https://www.ontradeprogress.com/2019/01/14/sct-sct-bar-snacks-quality-first/',3722,3693,'internal'),(10271,'https://www.krombacher.com/en',3772,0,'external'),(10272,'http://www.krombacher.com/pourfection',3772,0,'external'),(10273,'mailto:info@krombacher.co.uk',3772,0,'external'),(10274,'http://www.krombacher.co.uk/',3772,0,'external'),(10275,'https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/',3772,3744,'internal'),(10276,'https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/',3772,3757,'internal'),(10277,'https://www.ontradeprogress.com/2019/01/16/deadly-good-dead-mans-fingers/',3772,3722,'internal'),(10302,'https://www.ontradeprogress.com/2019/01/17/beer-key-low-no-alcohol-boom-bbpa/',3748,3744,'internal'),(10303,'https://www.ontradeprogress.com/2019/01/16/icelandic-craft-beer-land-uk/',3748,3739,'internal'),(10304,'https://www.ontradeprogress.com/2019/01/16/sun-valley-nuts-tabasco-partnership/',3748,3730,'internal'),(10305,'https://trade.justingredients.co.uk/',3748,0,'external'),(10314,'http://www.discover.com/company',3778,0,'external'),(10315,'mailto:sarahgragesilberman@discover.com',3778,0,'external'),(10316,'mailto:Guillaine.Matter@3CPayment.com',3778,0,'external'),(10317,'http://www.3CPayment.com',3778,0,'external'),(10334,'https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/',3787,3784,'internal'),(10335,'https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/',3787,3778,'internal'),(10336,'https://www.ontradeprogress.com/2019/01/17/win-trip-krombacher-brewery-pourfection/',3787,3772,'internal'),(10445,'https://good.co/',3794,0,'external'),(10446,'http://www.caterer.com',3794,0,'external'),(10447,'https://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/',3794,3789,'internal'),(10448,'https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/',3794,3784,'internal'),(10449,'https://www.ontradeprogress.com/2019/01/17/win-trip-krombacher-brewery-pourfection/',3794,3772,'internal'),(10474,'http://www.lanchesterwines.co.uk',3803,0,'external'),(10475,'https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/',3803,3799,'internal'),(10476,'https://www.ontradeprogress.com/2019/01/21/caterer-recruitment-attracting-the-best/',3803,3794,'internal'),(10477,'https://www.ontradeprogress.com/2019/01/21/global-payment-technology-systems/',3803,3789,'internal'),(10488,'https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/',3807,3803,'internal'),(10489,'https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/',3807,3799,'internal'),(10490,'https://www.ontradeprogress.com/2019/01/21/caterer-recruitment-attracting-the-best/',3807,3794,'internal'),(10491,'http://www.fatmedia.co.uk',3799,0,'external'),(10500,'https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html',3789,0,'external'),(10501,'https://www.home.barclaycard/media-centre/press-releases/Contactless-payments-to-save-shoppers-almost-1bn.html',3789,0,'external'),(10502,'https://www.mirror.co.uk/money/why-ive-banned-cash-coffee-10701550',3789,0,'external'),(10503,'https://www.barclaycard.co.uk/business/accepting-payments/point-of-sale-solution',3789,0,'external'),(10504,'http://www.barclaycard.co.uk/business',3789,0,'external'),(10505,'https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/',3789,3787,'internal'),(10506,'https://www.ontradeprogress.com/2019/01/21/mibrasa-oven-meal/',3789,3784,'internal'),(10507,'https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/',3789,3778,'internal'),(10508,'https://www.ontradeprogress.com/2019/01/21/3c-payment-works-europe-middle-east/',3784,3778,'internal'),(10509,'https://www.ontradeprogress.com/2019/01/17/black-magic-rum-mix/',3784,3757,'internal'),(10510,'https://www.ontradeprogress.com/2019/01/17/on-trade-casual-dining-show/',3784,3765,'internal'),(10518,'https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/',3814,3807,'internal'),(10519,'https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/',3814,3803,'internal'),(10520,'https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/',3814,3799,'internal'),(10533,'https://www.heineken.co.uk/site-choices',3817,0,'external'),(10534,'https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/',3817,3807,'internal'),(10535,'https://www.ontradeprogress.com/2019/01/21/lanchester-wines-vintage-port/',3817,3803,'internal'),(10536,'https://www.ontradeprogress.com/2019/01/21/making-most-social-media-fat-media/',3817,3799,'internal'),(10556,'http://www.hobartuk.com',3822,0,'external'),(10557,'https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/',3822,3817,'internal'),(10558,'https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/',3822,3814,'internal'),(10559,'https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/',3822,3807,'internal'),(10599,'https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/',3826,3817,'internal'),(10600,'https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/',3826,3814,'internal'),(10601,'https://www.ontradeprogress.com/2019/01/21/quality-cycle-allan-stevenson-heineken/',3826,3807,'internal'),(10602,'http://www.casualdiningshow.co.uk/',3826,0,'external'),(10603,'http://www.eventdata.co.uk/Forms/Default.aspx?FormRef=Cas29Visitor&amp;TrackingCode=CD80',3826,0,'external'),(10715,'https://app.prmax.co.uk/track/26802088/click/9ef80702-22f2-11e9-afa6-50e549351d15',3837,0,'external'),(10716,'https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/',3837,3834,'internal'),(10717,'https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/',3837,3830,'internal'),(10718,'https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/',3837,3826,'internal'),(10719,'http://www.tildafoodservice.com',3830,0,'external'),(10720,'https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/',3830,3826,'internal'),(10721,'https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/',3830,3817,'internal'),(10722,'https://www.ontradeprogress.com/2019/01/28/eu-nationals-boost-for-pubs-says-bbpa/',3830,3814,'internal'),(10729,'applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5',3834,0,'external'),(10730,'applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5',3834,0,'external'),(10731,'applewebdata://B611C074-25DE-4863-AB66-BD46F43187E5',3834,0,'external'),(10732,'https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/',3834,3830,'internal'),(10733,'https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/',3834,3826,'internal'),(10734,'https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/',3834,3817,'internal'),(10751,'https://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/',3851,3837,'internal'),(10752,'https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/',3851,3834,'internal'),(10753,'https://www.ontradeprogress.com/2019/01/28/tilda-young-chef-gold-winner/',3851,3830,'internal'),(10754,'http://www.casualdiningshow.co.uk/keynote-programme',3851,0,'external'),(10755,'http://www.casualdiningshow.co.uk',3851,0,'external'),(10767,'https://www.ukhospitality.org.uk/',3863,0,'external'),(10768,'https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/',3863,3851,'internal'),(10769,'https://www.ontradeprogress.com/2019/01/28/worlds-biggest-pub-quiz-1000-pubs/',3863,3837,'internal'),(10770,'https://www.ontradeprogress.com/2019/01/28/best-food-safety-and-transparency/',3863,3834,'internal'),(10783,'https://www.casualdiningshow.co.uk/',3871,0,'external'),(10784,'https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/',3871,3863,'internal'),(10785,'https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/',3871,3851,'internal'),(10786,'https://www.ontradeprogress.com/2019/01/21/ascentia-casual-dining-2019/',3871,3787,'internal'),(10791,'https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/',3874,3871,'internal'),(10792,'https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/',3874,3863,'internal'),(10793,'https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/',3874,3851,'internal'),(10845,'mailto:foodservice@quornfoods.com',3895,0,'external'),(10846,'https://www.quornfoodservice.co.uk/',3895,0,'external'),(10847,'https://www.quornfoodservice.co.uk/downloads/restaurants',3895,0,'external'),(10852,'https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/',3899,3895,'internal'),(10853,'https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/',3899,3885,'internal'),(10854,'https://www.ontradeprogress.com/2019/02/07/studio-338-london/',3899,3878,'internal'),(10867,'https://www.ontradeprogress.com/2019/02/07/ukhospitality-cmas-action-booking-sites/',3867,3863,'internal'),(10868,'https://www.ontradeprogress.com/2019/02/06/top-brands-visit-casual-dining-2019/',3867,3851,'internal'),(10869,'https://www.ontradeprogress.com/2019/01/28/no-alcohol-dry-january-heineken/',3867,3817,'internal'),(10897,'http://www.lanchesterwines.co.uk',3908,0,'external'),(10898,'https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/',3908,3867,'internal'),(10899,'https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/',3908,3899,'internal'),(10900,'https://www.ontradeprogress.com/2019/02/07/on-the-plate-quorn-bao-buns-with-quorn-pieces/',3908,3895,'internal'),(10907,'http://www.crystaltech.co.uk',3914,0,'external'),(10928,'https://www.studio338.co.uk/',3878,0,'external'),(10929,'http://voidacoustics.com/',3878,0,'external'),(10930,'https://www.ontradeprogress.com/2019/02/07/heineken-serving-perfect-pint/',3878,3874,'internal'),(10931,'https://www.ontradeprogress.com/2019/02/07/ascentia-foodservice-casual-dining-show/',3878,3871,'internal'),(10932,'https://www.ontradeprogress.com/2019/01/28/casual-dining-record-innovations/',3878,3826,'internal'),(10943,'https://beaumonttm.co.uk/',3926,0,'external'),(10944,'https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/',3926,3914,'internal'),(10945,'https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/',3926,3908,'internal'),(10946,'https://www.ontradeprogress.com/2019/02/07/3r-telecom-ltd-london-nationwide/',3926,3867,'internal'),(10971,'http://www.fatmedia.co.uk',3935,0,'external'),(10972,'https://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/',3935,3923,'internal'),(10973,'https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/',3935,3926,'internal'),(10974,'https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/',3935,3899,'internal'),(10986,'https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/',3939,3935,'internal'),(10987,'https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/',3939,3885,'internal'),(10988,'https://www.ontradeprogress.com/2019/02/07/perfect-brew-wmf-uk/',3939,3899,'internal'),(10989,'https://uk.jura.com/en',3939,0,'external'),(10993,'https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/',3945,3939,'internal'),(10994,'https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/',3945,3935,'internal'),(10995,'https://www.ontradeprogress.com/2019/02/14/wrs-pos-systems-emma-wilson/',3945,3923,'internal'),(11030,'https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/',3951,3945,'internal'),(11031,'https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/',3951,3939,'internal'),(11032,'https://www.ontradeprogress.com/2019/02/14/fat-media-impress-website/',3951,3935,'internal'),(11033,'http://www.BrewersAssociation.org',3951,0,'external'),(11034,'http://www.CraftBeer.com',3951,0,'external'),(11045,'https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/',3957,3951,'internal'),(11046,'https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/',3957,3939,'internal'),(11047,'https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/',3957,3945,'internal'),(11075,'https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/',3960,3951,'internal'),(11076,'https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/',3960,3945,'internal'),(11077,'https://www.ontradeprogress.com/2019/02/14/coffee-machines-pro-range-jura/',3960,3939,'internal'),(11078,'http://www.touchbistro.com/gb',3960,0,'external'),(11079,'http://www.star-emea.com',3960,0,'external'),(11095,'https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/',3964,3960,'internal'),(11096,'https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/',3964,3951,'internal'),(11097,'https://www.ontradeprogress.com/2019/02/14/mad-squirrel-brewery/',3964,3945,'internal'),(11136,'https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/',3971,3964,'internal'),(11137,'https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/',3971,3960,'internal'),(11138,'https://www.ontradeprogress.com/2019/02/14/brewers-association-guide/',3971,3951,'internal'),(11139,'mailto:info@canopiesuk.co.uk',3971,0,'external'),(11140,'https://www.canopiesuk.co.uk/professional/espana/cantabria/',3971,0,'external'),(11153,'https://www.home.barclaycard/content/dam/bcardpublic/FinalContent/NewsandViews/2017/Barclaycard-Goosebumps-Report-Final%20.pdf',3983,0,'external'),(11154,'https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/',3983,3971,'internal'),(11155,'https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/',3983,3964,'internal'),(11156,'https://www.ontradeprogress.com/2019/02/14/epos-system-star-micronics/',3983,3960,'internal'),(11222,'https://www.apsco.org/article/how-is-technology-changing-recruitment-outsourcing-3718.aspx',4000,0,'external'),(11223,'https://www.apsco.org/article/how-is-technology-changing-recruitment-outsourcing-3718.aspx',4000,0,'external'),(11224,'https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/',4000,3989,'internal'),(11225,'https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/',4000,3983,'internal'),(11226,'https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/',4000,3971,'internal'),(11236,'http://www.fentimans.com/',4003,0,'external'),(11237,'https://www.ontradeprogress.com/2019/02/19/automation-business-companies/',4003,4000,'internal'),(11238,'https://www.ontradeprogress.com/2019/02/19/craft-breweries-brewers-association-show/',4003,3989,'internal'),(11239,'https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/',4003,3983,'internal'),(11253,'http://www.hittraining.co.uk',4007,0,'external'),(11254,'https://www.ontradeprogress.com/2019/02/19/fentimans-rose-lemonade/',4007,4003,'internal'),(11255,'https://www.ontradeprogress.com/2019/02/19/automation-business-companies/',4007,4000,'internal'),(11256,'https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/',4007,3983,'internal'),(11280,'mailto:summerevent@bii.org',4010,0,'external'),(11281,'http://www.bii.org',4010,0,'external'),(11282,'https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/',4010,4007,'internal'),(11283,'https://www.ontradeprogress.com/2019/02/19/fentimans-rose-lemonade/',4010,4003,'internal'),(11284,'https://www.ontradeprogress.com/2019/02/19/automation-business-companies/',4010,4000,'internal'),(11285,'http://www.SupportIndependentBeer.com',3989,0,'external'),(11286,'http://www.brewersassociation.com',3989,0,'external'),(11287,'http://www.craftbeer.com',3989,0,'external'),(11288,'https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/',3989,3983,'internal'),(11289,'https://www.ontradeprogress.com/2019/02/14/canopies-uk-raising-hiltons-brand-new-bar/',3989,3971,'internal'),(11290,'https://www.ontradeprogress.com/2019/02/14/vegan-sausage-roll-greggs/',3989,3964,'internal'),(11325,'https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/',4020,4010,'internal'),(11326,'https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/',4020,4007,'internal'),(11327,'https://www.ontradeprogress.com/2019/02/19/automation-business-companies/',4020,4000,'internal'),(11451,'http://www.samtouch.co.uk/',4038,0,'external'),(11452,'http://www.samtouch.co.uk/',4038,0,'external'),(11453,'http://www.ycr.co.uk',4038,0,'external'),(11454,'http://www.bixolon.co.uk',4038,0,'external'),(11455,'http://www.sam4s.co.uk',4038,0,'external'),(11456,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',4038,4034,'internal'),(11457,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4038,4020,'internal'),(11458,'https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/',4038,4010,'internal'),(11557,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4024,4020,'internal'),(11558,'https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/',4024,4010,'internal'),(11559,'https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/',4024,4007,'internal'),(11560,'https://www.nhs.uk/conditions/colour-vision-deficiency',4034,0,'external'),(11561,'http://www.colourblindawareness.org',4034,0,'external'),(11562,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4034,4020,'internal'),(11563,'https://www.ontradeprogress.com/2019/02/19/bii-launch-summer-event-2019/',4034,4010,'internal'),(11564,'https://www.ontradeprogress.com/2019/02/19/hit-training-apprenticeship-brewers/',4034,4007,'internal'),(11575,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',4064,4038,'internal'),(11576,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',4064,4034,'internal'),(11577,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4064,4020,'internal'),(11582,'https://www.aryzta.com/',4058,0,'external'),(11583,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',4058,4038,'internal'),(11584,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',4058,4034,'internal'),(11585,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4058,4020,'internal'),(11586,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',4047,4038,'internal'),(11587,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',4047,4034,'internal'),(11588,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4047,4020,'internal'),(11589,'http://www.cdawards.co.uk',4047,0,'external'),(11590,'http://www.casualdiningshow.co.uk',4047,0,'external'),(11591,'http://www.artis-uk.com/downloads',4053,0,'external'),(11592,'mailto:sales@artis-uk.com',4053,0,'external'),(11593,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',4053,4038,'internal'),(11594,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',4053,4034,'internal'),(11595,'https://www.ontradeprogress.com/2019/03/04/ukhospitality-digital-tax-revenue/',4053,4020,'internal'),(11596,'http://www.wrapmaster.global',4080,0,'external'),(11783,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4093,4064,'internal'),(11784,'https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/',4093,4080,'internal'),(11785,'https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/',4093,4053,'internal'),(11821,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4122,4064,'internal'),(11822,'https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/',4122,4024,'internal'),(11823,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',4122,4038,'internal'),(11824,'https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/',4097,4080,'internal'),(11825,'https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/',4097,4053,'internal'),(11826,'https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/',4097,4076,'internal'),(11929,'https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/',4135,4122,'internal'),(11930,'https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/',4135,4093,'internal'),(11931,'https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/',4135,4097,'internal'),(11932,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4127,4064,'internal'),(11933,'https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/',4127,4080,'internal'),(11934,'https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/',4127,4024,'internal'),(11935,'http://www.draughtquality.org',4127,0,'external'),(11936,'http://www.brewersassociation.org',4127,0,'external'),(11941,'http://www.beaumonttm.co.uk',4102,0,'external'),(11942,'https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/',4102,4080,'internal'),(11943,'https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/',4102,4053,'internal'),(11944,'https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/',4102,4076,'internal'),(11948,'mailto:professional@melitta.co.uk',4130,0,'external'),(11949,'http://www.melitta-professional.co.uk',4130,0,'external'),(11950,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4130,4064,'internal'),(11951,'https://www.ontradeprogress.com/2019/03/04/old-mout-flavoured-cider/',4130,4024,'internal'),(11952,'https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/',4130,4053,'internal'),(11990,'http://kahanilondon.com/',4206,0,'external'),(11991,'mailto:Reservations@Kahanilondon.com',4206,0,'external'),(11992,'https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/',4206,4199,'internal'),(11993,'https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/',4206,4130,'internal'),(11994,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4206,4106,'internal'),(12096,'https://www.ontradeprogress.com/2019/03/12/gambling-commission-ukhospitality/',4230,4135,'internal'),(12097,'https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/',4230,4130,'internal'),(12098,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4230,4106,'internal'),(12174,'https://www.ontradeprogress.com/2019/03/14/ukhospitality-diversity-forum/',4235,4230,'internal'),(12175,'https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/',4235,4199,'internal'),(12176,'https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/',4235,4102,'internal'),(12177,'http://www.casualdiningshow.co.uk/casual-dinings-innovation-challenge-awards-winners-announced?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319',4235,0,'external'),(12178,'http://www.casualdiningshow.co.uk?utm_source=pressrelease&amp;utm_medium=email-pr&amp;utm_campaign=CDS_PR_070319',4235,0,'external'),(12179,'mailto:eellis@divcom.co.uk',4235,0,'external'),(12183,'https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/',4199,4130,'internal'),(12184,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4199,4106,'internal'),(12185,'https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/',4199,4102,'internal'),(12186,'http://www.lanchesterwines.co.uk',4118,0,'external'),(12187,'https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/',4118,4076,'internal'),(12188,'https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/',4118,4080,'internal'),(12189,'https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/',4118,4053,'internal'),(12190,'https://www.ontradeprogress.com/2019/03/07/cocktail-glassware-artis-mixology/',4113,4053,'internal'),(12191,'https://www.ontradeprogress.com/2019/03/07/wrapmaster-greener-26-plant-cling-film/',4113,4080,'internal'),(12192,'https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/',4113,4076,'internal'),(12207,'mailto:info@fatmedia.co.uk',4145,0,'external'),(12208,'http://www.fatmedia.co.uk',4145,0,'external'),(12209,'https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/',4145,4122,'internal'),(12210,'https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/',4145,4097,'internal'),(12211,'https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/',4145,4097,'internal'),(12212,'https://www.sky-linedesign.co.uk/',4149,0,'external'),(12213,'https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/',4149,4122,'internal'),(12214,'https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/',4149,4093,'internal'),(12215,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4149,4064,'internal'),(12216,'https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/',4165,4122,'internal'),(12217,'https://www.ontradeprogress.com/2019/03/07/drury-coffee-packaging-recyclable/',4165,4076,'internal'),(12218,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4165,4064,'internal'),(12364,'https://www.jamesonwhiskey.com/en-EN/article/1780-expedition',4267,0,'external'),(12365,'mailto:lucinda.tattersall@exposure.net',4267,0,'external'),(12366,'https://www.ontradeprogress.com/2019/03/18/food-advertising-harm-hospitality/',4267,4263,'internal'),(12367,'https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/',4267,4165,'internal'),(12368,'https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/',4267,4149,'internal'),(12369,'https://www.ukhospitality.org.uk/',4263,0,'external'),(12370,'https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/',4263,4145,'internal'),(12371,'https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/',4263,4113,'internal'),(12372,'https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/',4263,4149,'internal'),(12414,'https://www.shopdrury.com/',4246,0,'external'),(12415,'https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/',4246,4165,'internal'),(12416,'https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/',4246,4149,'internal'),(12417,'https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/',4246,4145,'internal'),(12430,'https://www.redroaster.co.uk/',4156,0,'external'),(12431,'https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/',4156,4097,'internal'),(12432,'https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/',4156,4093,'internal'),(12433,'https://www.ontradeprogress.com/2019/03/06/desperados-global-brand-march-2019/',4156,4064,'internal'),(12434,'https://www.ontradeprogress.com/2019/03/12/brigid-simmonds-bbpa-ontrade-progress/',4176,4097,'internal'),(12435,'https://www.ontradeprogress.com/2019/03/11/allan-stevenson-history-glassware/',4176,4093,'internal'),(12436,'https://www.ontradeprogress.com/2019/03/12/cask-drinkers-marque/',4176,4122,'internal'),(12437,'https://uk.lkk.com/products.php',4176,0,'external'),(12490,'https://www.ukhospitality.org.uk/',4286,0,'external'),(12491,'https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/',4286,4176,'internal'),(12492,'https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/',4286,4156,'internal'),(12493,'https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/',4286,4278,'internal'),(12531,'https://www.ukhospitality.org.uk/',4289,0,'external'),(12532,'https://www.ppluk.com/',4289,0,'external'),(12533,'https://www.ontradeprogress.com/2019/03/19/ukhospitality-industrial-strategy/',4289,4286,'internal'),(12534,'https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/',4289,4176,'internal'),(12535,'https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/',4289,4278,'internal'),(12536,'https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/',4202,4199,'internal'),(12537,'https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/',4202,4130,'internal'),(12538,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4202,0,'internal'),(12539,'mailto:sales@tansun.com',4282,0,'external'),(12540,'http://www.tansun.com',4282,0,'external'),(12541,'https://www.ontradeprogress.com/2019/03/19/lee-kum-kee-questions-maria-chong/',4282,4176,'internal'),(12542,'https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/',4282,4156,'internal'),(12543,'https://www.ontradeprogress.com/2019/03/18/molson-coors-sky-launch-new-partnership/',4282,4278,'internal'),(12544,'http://www.falconfoodservice.com',4254,0,'external'),(12545,'https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/',4254,4165,'internal'),(12546,'https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/',4254,4145,'internal'),(12547,'https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/',4254,4149,'internal'),(12548,'https://www.rspca.org.uk/',4258,0,'external'),(12549,'http://www.britisheggindustrycouncil.com/Home/',4258,0,'external'),(12550,'https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/',4258,4145,'internal'),(12551,'https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/',4258,4141,'internal'),(12552,'https://www.ontradeprogress.com/2019/03/15/brewer-asahi-buys-fullers/',4258,4113,'internal'),(12553,'http://www.sousvidetools.com',4250,0,'external'),(12554,'https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/',4250,4165,'internal'),(12555,'https://www.ontradeprogress.com/2019/03/18/outdoor-furniture-skyline-design/',4250,4149,'internal'),(12556,'https://www.ontradeprogress.com/2019/03/18/effective-email-marketing-fat-media/',4250,4145,'internal'),(12557,'https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/',4226,4199,'internal'),(12558,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4226,0,'internal'),(12559,'https://www.ontradeprogress.com/2019/03/13/beaumont-discuss-important-optics/',4226,4102,'internal'),(12567,'http://www.bohembrewery.com/online-store/',4216,0,'external'),(12568,'https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/',4216,4199,'internal'),(12569,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4216,0,'internal'),(12570,'https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/',4216,4130,'internal'),(12587,'http://www.WeRowYouRegister.org',4297,0,'external'),(12588,'https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/',4297,4216,'internal'),(12589,'https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/',4297,4226,'internal'),(12590,'https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/',4297,4250,'internal'),(12602,'https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/',4302,4216,'internal'),(12603,'https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/',4302,4226,'internal'),(12604,'https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/',4302,4250,'internal'),(12623,'https://www.ukhospitality.org.uk/',4311,0,'external'),(12624,'https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/',4311,4216,'internal'),(12625,'https://www.ontradeprogress.com/2019/03/21/brexit-sustainable-lynx-purchasing/',4311,4220,'internal'),(12626,'https://www.ontradeprogress.com/2019/03/21/camra-brexit-british-pubs/',4311,4226,'internal'),(23027,'https://www.ontradeprogress.com/2019/04/30/brewers-american-craft-brewer/',4836,0,'external'),(23028,'https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/',4836,0,'external'),(23029,'https://www.ontradeprogress.com/2019/04/30/lanchester-wines-rose/',4836,0,'external'),(23030,'http://www.peppermillinteriors.com',4837,0,'external'),(23031,'https://www.amathusdrinks.com/',4835,0,'external'),(23032,'https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/',4835,0,'external'),(23033,'https://www.ontradeprogress.com/2019/04/30/strongbow-real-people-a-real-put-and-of-course-real-arrows/',4835,0,'external'),(23034,'https://www.ontradeprogress.com/2019/04/30/beer-education-camra-festival/',4835,0,'external'),(23035,'http://www.aviko.co.uk',4820,0,'external'),(23036,'http://www.aviko.co.uk',4820,0,'external'),(23037,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4820,0,'external'),(23038,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4820,0,'external'),(23039,'https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/',4820,0,'external'),(23040,'https://youtu.be/eZ33d35iU8o',4819,0,'external'),(23041,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4819,0,'external'),(23042,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4819,0,'external'),(23043,'https://www.ontradeprogress.com/2019/04/16/swiss-coffee-machine-manufacturer-schaerer-is-launching-an-innovative-technology/',4819,0,'external'),(23044,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4825,0,'external'),(23045,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4825,0,'external'),(23046,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4825,0,'external'),(23047,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4822,0,'external'),(23048,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4822,0,'external'),(23049,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4822,0,'external'),(23050,'http://www.supportindependentbeer.com',4823,0,'external'),(23051,'http://www.brewersassociation.org',4823,0,'external'),(23052,'mailto:alex.metcalfe@camra.org.uk',4824,0,'external'),(23053,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4824,0,'external'),(23054,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4824,0,'external'),(23055,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4824,0,'external'),(23056,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4826,0,'external'),(23057,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4826,0,'external'),(23058,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4826,0,'external'),(23059,'http://www.lanchesterwines.co.uk',4827,0,'external'),(23060,'https://www.ontradeprogress.com/2019/04/23/redleg-caramelised-pineapple-rum/',4827,0,'external'),(23061,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4827,0,'external'),(23062,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4827,0,'external'),(23063,'https://www.heineken.co.uk/site-choices',4830,0,'external'),(23064,'applewebdata://AB1DD935-C890-4BAF-8F91-081FFFADF582#_ftn1',4830,0,'external'),(23065,'applewebdata://AB1DD935-C890-4BAF-8F91-081FFFADF582#_ftn2',4830,0,'external'),(23066,'https://www.ontradeprogress.com/2019/04/29/amstel-enlist-hollywoods-jeff-bridges-for-latest-tv-commercial/',4830,0,'external'),(23067,'https://www.ontradeprogress.com/2019/04/24/social-media-wifi-marketing/',4830,0,'external'),(23068,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4830,0,'external'),(23069,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4828,0,'external'),(23070,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4828,0,'external'),(23071,'https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/',4828,0,'external'),(23072,'mailto:info@hi-spirits.com',4350,0,'external'),(23073,'https://www.ontradeprogress.com/2019/04/16/coffee-technology-from-wmf-combines-two-coffee-styles-in-a-single-machine/',4350,0,'external'),(23074,'https://www.ontradeprogress.com/2019/04/12/new-london-location-for-lucky-voice/',4350,0,'external'),(23075,'https://www.ontradeprogress.com/2019/04/02/ukhospitality-food-allergens-issues/',4350,0,'external'),(23076,'http://www.molsoncoorssky.co.uk',4278,0,'external'),(23212,'http://www.botthms.com/rhinos',4891,0,'external'),(23213,'https://uk.virginmoneygiving.com/RenaldoBothma',4891,0,'external'),(23214,'http://uk.virginmoneygiving.com/fund/WindhoekBeerUK',4891,0,'external'),(23260,'https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/',4913,4891,'internal'),(23261,'https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/',4913,4836,'internal'),(23262,'https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/',4913,4835,'internal'),(23292,'https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/',4922,4891,'internal'),(23293,'https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/',4922,4836,'internal'),(23294,'https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/',4922,4837,'internal'),(23295,'https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/',4917,4891,'internal'),(23296,'https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/',4917,4836,'internal'),(23297,'https://www.ontradeprogress.com/2019/04/30/aviko-british-potato-skins/',4917,4820,'internal'),(23298,'https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/',4896,4891,'internal'),(23299,'https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/',4896,4836,'internal'),(23300,'https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/',4896,4837,'internal'),(23301,'https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/',4909,4891,'internal'),(23302,'https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/',4909,4836,'internal'),(23303,'https://www.ontradeprogress.com/2019/04/30/amathus-drinks-new-agencies-priorat-montsant/',4909,4835,'internal'),(23304,'https://www.ontradeprogress.com/2019/05/14/windhoek-lager-botthms-poachers/',4901,4891,'internal'),(23305,'https://www.ontradeprogress.com/2019/05/13/spirits-rum-britain-exclusive/',4901,4836,'internal'),(23306,'https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/',4901,4837,'internal'),(25428,'http://www.lynxpurchasing.co.uk/wp-content/uploads/2019/03/Lynx-Purchasing-Market-Forecast-Spring-2019.pdf',4220,0,'external'),(25429,'https://www.sustainableseafoodcoalition.org/lynx-purchasing/',4220,0,'external'),(25430,'http://www.lynxpurchasing.co.uk',4220,0,'external'),(25431,'mailto:savings@lynxpurchasing.co.uk',4220,0,'external'),(25432,'https://www.ontradeprogress.com/2019/03/14/government-ukhospitality-tariffs-food/',4220,4199,'internal'),(25433,'https://www.ontradeprogress.com/2019/03/14/melitta-professional-coffee-solutions/',4220,4130,'internal'),(25434,'https://www.ontradeprogress.com/2019/03/14/giffard-liqueur-maceration-process/',4220,0,'internal'),(26387,'https://www.ontradeprogress.com/2019/02/14/beaumont-barware-range/',3923,3926,'internal'),(26388,'https://www.ontradeprogress.com/2019/02/07/crystaltech-improves-water-hygiene-can-detect-bacteria/',3923,3914,'internal'),(26389,'https://www.ontradeprogress.com/2019/02/07/mcpherson-wine-australian-lanchester/',3923,3908,'internal'),(26561,'/contact/',4424,76,'internal'),(26562,'mailto:mail@ontradeprogress.com',4424,0,'external'),(26563,'tel:01843621002',4424,0,'external'),(26564,'https://www.facebook.com/ontradeprogress/',4424,0,'external'),(26565,'https://www.facebook.com/ontradeprogress/',4424,0,'external'),(26566,'https://www.instagram.com/ontrade_progress/',4424,0,'external'),(26567,'https://www.instagram.com/ontrade_progress/',4424,0,'external'),(26568,'https://twitter.com/ontradeprogress',4424,0,'external'),(26569,'https://twitter.com/ontradeprogress',4424,0,'external'),(28916,'http://www.oldmoutcider.co.uk/wwf',5230,0,'external'),(28923,'https://rebrand.ly/Borghetti',5111,0,'external'),(29183,'/latestdigitalissue/',5024,276,'internal'),(29184,'/latestdigitalissue/',5024,276,'internal'),(29185,'/subscribe',5024,25,'internal'),(29186,'https://www.ontradeprogress.com/wp-admin/post.php?post=5223&amp;action=edit',5024,0,'internal'),(29187,'https://www.ontradeprogress.com/2019/05/23/new-cocktail-bar-murder-inc-set-to-launch-this-june/',5024,5223,'internal'),(29188,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29189,'https://www.ontradeprogress.com/2019/05/23/new-cocktail-bar-murder-inc-set-to-launch-this-june/',5024,5223,'internal'),(29190,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29191,'https://www.ontradeprogress.com/wp-admin/post.php?post=5108&amp;action=edit',5024,0,'internal'),(29192,'https://www.ontradeprogress.com/2019/05/22/defy-gravity-with-new-floating-kitchen-solutions-by-rotpunkt/',5024,5108,'internal'),(29193,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29194,'https://www.ontradeprogress.com/2019/05/22/defy-gravity-with-new-floating-kitchen-solutions-by-rotpunkt/',5024,5108,'internal'),(29195,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29196,'https://www.ontradeprogress.com/wp-admin/post.php?post=4837&amp;action=edit',5024,0,'internal'),(29197,'https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/',5024,4837,'internal'),(29198,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29199,'https://www.ontradeprogress.com/2019/05/02/is-the-quality-of-your-coffee-reflected-in-your-furnishings/',5024,4837,'internal'),(29200,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29201,'https://www.ontradeprogress.com/wp-admin/post.php?post=4822&amp;action=edit',5024,0,'internal'),(29202,'https://www.ontradeprogress.com/2019/04/30/stable-purchase-stablelizer/',5024,4822,'internal'),(29203,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29204,'https://www.ontradeprogress.com/2019/04/30/stable-purchase-stablelizer/',5024,4822,'internal'),(29205,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29206,'https://www.egginfo.co.uk/',5024,0,'external'),(29207,'https://www.egginfo.co.uk/',5024,0,'external'),(29208,'https://www.ontradeprogress.com/wp-admin/post.php?post=4825&amp;action=edit',5024,0,'internal'),(29209,'https://www.ontradeprogress.com/2019/04/30/crystaltech-glassware-clean-glasses/',5024,4825,'internal'),(29210,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29211,'https://www.ontradeprogress.com/2019/04/30/crystaltech-glassware-clean-glasses/',5024,4825,'internal'),(29212,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29213,'https://www.ontradeprogress.com/wp-admin/post.php?post=4297&amp;action=edit',5024,0,'internal'),(29214,'https://www.ontradeprogress.com/2019/03/26/margot-foundation-charity/',5024,4297,'internal'),(29215,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29216,'https://www.ontradeprogress.com/2019/03/26/margot-foundation-charity/',5024,4297,'internal'),(29217,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29218,'https://www.ontradeprogress.com/wp-admin/post.php?post=4216&amp;action=edit',5024,0,'internal'),(29219,'https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/',5024,4216,'internal'),(29220,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29221,'https://www.ontradeprogress.com/2019/03/21/bohem-brewery-st-austell-collaboration/',5024,4216,'internal'),(29222,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29223,'https://www.ontradeprogress.com/wp-admin/post.php?post=4250&amp;action=edit',5024,0,'internal'),(29224,'https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/',5024,4250,'internal'),(29225,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29226,'https://www.ontradeprogress.com/2019/03/21/sous-vide-chiil-freezers/',5024,4250,'internal'),(29227,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29228,'https://www.ontradeprogress.com/wp-admin/post.php?post=4254&amp;action=edit',5024,0,'internal'),(29229,'https://www.ontradeprogress.com/2019/03/21/falcon-electrifies-f900-chargrill/',5024,4254,'internal'),(29230,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29231,'https://www.ontradeprogress.com/2019/03/21/falcon-electrifies-f900-chargrill/',5024,4254,'internal'),(29232,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29233,'https://www.ontradeprogress.com/wp-admin/post.php?post=4156&amp;action=edit',5024,0,'internal'),(29234,'https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/',5024,4156,'internal'),(29235,'https://www.ontradeprogress.com/category/1/design/',5024,0,'internal'),(29236,'https://www.ontradeprogress.com/2019/03/19/redroaster-brighton-makeover/',5024,4156,'internal'),(29237,'https://www.ontradeprogress.com/author/admin/',5024,0,'internal'),(29238,'#',5024,0,'internal'),(29407,'/latestdigitalissue/',5027,276,'internal'),(29408,'/latestdigitalissue/',5027,276,'internal'),(29409,'/subscribe',5027,25,'internal'),(29410,'https://www.ontradeprogress.com/wp-admin/post.php?post=4141&amp;action=edit',5027,0,'internal'),(29411,'https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/',5027,4141,'internal'),(29412,'https://www.ontradeprogress.com/category/otp-exclusives/',5027,0,'internal'),(29413,'https://www.ontradeprogress.com/2019/03/15/healthy-hospo-love-well-love-drinks/',5027,4141,'internal'),(29414,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29415,'https://www.ontradeprogress.com/wp-admin/post.php?post=2735&amp;action=edit',5027,0,'internal'),(29416,'https://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/',5027,2735,'internal'),(29417,'https://www.ontradeprogress.com/category/drinks/',5027,0,'internal'),(29418,'https://www.ontradeprogress.com/2018/10/04/students-celebrating-festive-season/',5027,2735,'internal'),(29419,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29420,'https://www.ontradeprogress.com/wp-admin/post.php?post=2658&amp;action=edit',5027,0,'internal'),(29421,'https://www.ontradeprogress.com/2018/09/27/cellar-management-exclusive/',5027,2658,'internal'),(29422,'https://www.ontradeprogress.com/category/drinks/',5027,0,'internal'),(29423,'https://www.ontradeprogress.com/2018/09/27/cellar-management-exclusive/',5027,2658,'internal'),(29424,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29425,'https://www.ontradeprogress.com/wp-admin/post.php?post=1142&amp;action=edit',5027,0,'internal'),(29426,'https://www.ontradeprogress.com/2018/04/27/ukhospitality-comments-milestone-one-year-brexit/',5027,1142,'internal'),(29427,'https://www.ontradeprogress.com/category/otp-exclusives/',5027,0,'internal'),(29428,'https://www.ontradeprogress.com/2018/04/27/ukhospitality-comments-milestone-one-year-brexit/',5027,1142,'internal'),(29429,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29430,'https://www.egginfo.co.uk/',5027,0,'external'),(29431,'https://www.egginfo.co.uk/',5027,0,'external'),(29432,'https://www.ontradeprogress.com/wp-admin/post.php?post=849&amp;action=edit',5027,0,'internal'),(29433,'https://www.ontradeprogress.com/2018/04/17/new-labour-proposal/',5027,849,'internal'),(29434,'https://www.ontradeprogress.com/category/food/',5027,0,'internal'),(29435,'https://www.ontradeprogress.com/2018/04/17/new-labour-proposal/',5027,849,'internal'),(29436,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29437,'https://www.ontradeprogress.com/wp-admin/post.php?post=673&amp;action=edit',5027,0,'internal'),(29438,'https://www.ontradeprogress.com/2018/02/06/trade-progress-gives-bar-restaurant-operators-tips-keep-cocktail-offering-trend/',5027,673,'internal'),(29439,'https://www.ontradeprogress.com/category/drinks/',5027,0,'internal'),(29440,'https://www.ontradeprogress.com/2018/02/06/trade-progress-gives-bar-restaurant-operators-tips-keep-cocktail-offering-trend/',5027,673,'internal'),(29441,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29442,'https://www.ontradeprogress.com/wp-admin/post.php?post=645&amp;action=edit',5027,0,'internal'),(29443,'https://www.ontradeprogress.com/2018/01/21/venue-profile-trading-house/',5027,645,'internal'),(29444,'https://www.ontradeprogress.com/category/otp-exclusives/',5027,0,'internal'),(29445,'https://www.ontradeprogress.com/2018/01/21/venue-profile-trading-house/',5027,645,'internal'),(29446,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29447,'https://www.ontradeprogress.com/wp-admin/post.php?post=636&amp;action=edit',5027,0,'internal'),(29448,'https://www.ontradeprogress.com/2018/01/14/venue-month-hermitage-rd-bar-restaurant/',5027,636,'internal'),(29449,'https://www.ontradeprogress.com/category/otp-exclusives/',5027,0,'internal'),(29450,'https://www.ontradeprogress.com/2018/01/14/venue-month-hermitage-rd-bar-restaurant/',5027,636,'internal'),(29451,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29452,'https://www.ontradeprogress.com/wp-admin/post.php?post=599&amp;action=edit',5027,0,'internal'),(29453,'https://www.ontradeprogress.com/2017/11/26/epos-qa-star-micronics/',5027,599,'internal'),(29454,'https://www.ontradeprogress.com/category/otp-exclusives/',5027,0,'internal'),(29455,'https://www.ontradeprogress.com/2017/11/26/epos-qa-star-micronics/',5027,599,'internal'),(29456,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29457,'https://www.ontradeprogress.com/wp-admin/post.php?post=595&amp;action=edit',5027,0,'internal'),(29458,'https://www.ontradeprogress.com/2017/11/26/hop-pint-home-grown/',5027,595,'internal'),(29459,'https://www.ontradeprogress.com/category/drinks/',5027,0,'internal'),(29460,'https://www.ontradeprogress.com/2017/11/26/hop-pint-home-grown/',5027,595,'internal'),(29461,'https://www.ontradeprogress.com/author/admin/',5027,0,'internal'),(29462,'#',5027,0,'internal'),(29463,'/latestdigitalissue/',5041,276,'internal'),(29464,'/latestdigitalissue/',5041,276,'internal'),(29465,'/subscribe',5041,25,'internal'),(29466,'https://www.ontradeprogress.com/wp-admin/post.php?post=5223&amp;action=edit',5041,0,'internal'),(29467,'https://www.ontradeprogress.com/2019/05/23/new-cocktail-bar-murder-inc-set-to-launch-this-june/',5041,5223,'internal'),(29468,'https://www.ontradeprogress.com/category/1/design/',5041,0,'internal'),(29469,'https://www.ontradeprogress.com/2019/05/23/new-cocktail-bar-murder-inc-set-to-launch-this-june/',5041,5223,'internal'),(29470,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29471,'https://www.ontradeprogress.com/wp-admin/post.php?post=4165&amp;action=edit',5041,0,'internal'),(29472,'https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/',5041,4165,'internal'),(29473,'https://www.ontradeprogress.com/category/drinks/',5041,0,'internal'),(29474,'https://www.ontradeprogress.com/2019/03/18/heads-tails-otp/',5041,4165,'internal'),(29475,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29476,'https://www.ontradeprogress.com/wp-admin/post.php?post=3983&amp;action=edit',5041,0,'internal'),(29477,'https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/',5041,3983,'internal'),(29478,'https://www.ontradeprogress.com/category/business/',5041,0,'internal'),(29479,'https://www.ontradeprogress.com/2019/02/19/music-license-ppl-prs/',5041,3983,'internal'),(29480,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29481,'https://www.ontradeprogress.com/wp-admin/post.php?post=3878&amp;action=edit',5041,0,'internal'),(29482,'https://www.ontradeprogress.com/2019/02/07/studio-338-london/',5041,3878,'internal'),(29483,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29484,'https://www.ontradeprogress.com/2019/02/07/studio-338-london/',5041,3878,'internal'),(29485,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29486,'https://www.egginfo.co.uk/',5041,0,'external'),(29487,'https://www.egginfo.co.uk/',5041,0,'external'),(29488,'https://www.ontradeprogress.com/wp-admin/post.php?post=3436&amp;action=edit',5041,0,'internal'),(29489,'https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/',5041,3436,'internal'),(29490,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29491,'https://www.ontradeprogress.com/2018/11/28/cdg-open-warrens-bakery-bristol-airport/',5041,3436,'internal'),(29492,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29493,'https://www.ontradeprogress.com/wp-admin/post.php?post=3425&amp;action=edit',5041,0,'internal'),(29494,'https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/',5041,3425,'internal'),(29495,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29496,'https://www.ontradeprogress.com/2018/11/28/colicci-kiosk-green-park/',5041,3425,'internal'),(29497,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29498,'https://www.ontradeprogress.com/wp-admin/post.php?post=3379&amp;action=edit',5041,0,'internal'),(29499,'https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/',5041,3379,'internal'),(29500,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29501,'https://www.ontradeprogress.com/2018/11/22/brewdog-takes-off-edinburgh-airport/',5041,3379,'internal'),(29502,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29503,'https://www.ontradeprogress.com/wp-admin/post.php?post=3320&amp;action=edit',5041,0,'internal'),(29504,'https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/',5041,3320,'internal'),(29505,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29506,'https://www.ontradeprogress.com/2018/11/21/adopt-a-hop-helps-hospice-care/',5041,3320,'internal'),(29507,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29508,'https://www.ontradeprogress.com/wp-admin/post.php?post=3244&amp;action=edit',5041,0,'internal'),(29509,'https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/',5041,3244,'internal'),(29510,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29511,'https://www.ontradeprogress.com/2018/11/14/marriott-moxy-hotels-uk-glasgow/',5041,3244,'internal'),(29512,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29513,'https://www.ontradeprogress.com/wp-admin/post.php?post=3229&amp;action=edit',5041,0,'internal'),(29514,'https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/',5041,3229,'internal'),(29515,'https://www.ontradeprogress.com/category/venue-profiles/',5041,0,'internal'),(29516,'https://www.ontradeprogress.com/2018/11/13/festive-menus-paris-house/',5041,3229,'internal'),(29517,'https://www.ontradeprogress.com/author/admin/',5041,0,'internal'),(29518,'#',5041,0,'internal'),(29519,'/latestdigitalissue/',5042,276,'internal'),(29520,'/latestdigitalissue/',5042,276,'internal'),(29521,'/subscribe',5042,25,'internal'),(29522,'https://www.ontradeprogress.com/wp-admin/post.php?post=3885&amp;action=edit',5042,0,'internal'),(29523,'https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/',5042,3885,'internal'),(29524,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29525,'https://www.ontradeprogress.com/2019/02/07/showsec-standing-crowd-michael-poole/',5042,3885,'internal'),(29526,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29527,'https://www.ontradeprogress.com/wp-admin/post.php?post=3171&amp;action=edit',5042,0,'internal'),(29528,'https://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/',5042,3171,'internal'),(29529,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29530,'https://www.ontradeprogress.com/2018/11/08/metro-mayhem-london-brewdog/',5042,3171,'internal'),(29531,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29532,'https://www.ontradeprogress.com/wp-admin/post.php?post=2543&amp;action=edit',5042,0,'internal'),(29533,'https://www.ontradeprogress.com/2018/09/10/restaurant-bar-tech-live-unveil-something-new/',5042,2543,'internal'),(29534,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29535,'https://www.ontradeprogress.com/2018/09/10/restaurant-bar-tech-live-unveil-something-new/',5042,2543,'internal'),(29536,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29537,'https://www.ontradeprogress.com/wp-admin/post.php?post=2534&amp;action=edit',5042,0,'internal'),(29538,'https://www.ontradeprogress.com/2018/09/05/get-cracking-for-british-egg-week-2018/',5042,2534,'internal'),(29539,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29540,'https://www.ontradeprogress.com/2018/09/05/get-cracking-for-british-egg-week-2018/',5042,2534,'internal'),(29541,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29542,'https://www.egginfo.co.uk/',5042,0,'external'),(29543,'https://www.egginfo.co.uk/',5042,0,'external'),(29544,'https://www.ontradeprogress.com/wp-admin/post.php?post=2517&amp;action=edit',5042,0,'internal'),(29545,'https://www.ontradeprogress.com/2018/09/05/registration-now-open-for-worlds-biggest-pub-quiz-2019/',5042,2517,'internal'),(29546,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29547,'https://www.ontradeprogress.com/2018/09/05/registration-now-open-for-worlds-biggest-pub-quiz-2019/',5042,2517,'internal'),(29548,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29549,'https://www.ontradeprogress.com/wp-admin/post.php?post=2486&amp;action=edit',5042,0,'internal'),(29550,'https://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/',5042,2486,'internal'),(29551,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29552,'https://www.ontradeprogress.com/2018/09/03/freshers-are-getting-crafty/',5042,2486,'internal'),(29553,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29554,'https://www.ontradeprogress.com/wp-admin/post.php?post=2461&amp;action=edit',5042,0,'internal'),(29555,'https://www.ontradeprogress.com/2018/08/30/sirens-broken-dream-breakfast-stout-is-named-the-best-in-britain/',5042,2461,'internal'),(29556,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29557,'https://www.ontradeprogress.com/2018/08/30/sirens-broken-dream-breakfast-stout-is-named-the-best-in-britain/',5042,2461,'internal'),(29558,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29559,'https://www.ontradeprogress.com/wp-admin/post.php?post=2405&amp;action=edit',5042,0,'internal'),(29560,'https://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/',5042,2405,'internal'),(29561,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29562,'https://www.ontradeprogress.com/2018/08/29/the-national-innovation-in-training-awards-competition-for-2018/',5042,2405,'internal'),(29563,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29564,'https://www.ontradeprogress.com/wp-admin/post.php?post=2402&amp;action=edit',5042,0,'internal'),(29565,'https://www.ontradeprogress.com/2018/08/29/futura-celebrating-a-medal-haul-at-the-2018-international-cheese-awards/',5042,2402,'internal'),(29566,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29567,'https://www.ontradeprogress.com/2018/08/29/futura-celebrating-a-medal-haul-at-the-2018-international-cheese-awards/',5042,2402,'internal'),(29568,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29569,'https://www.ontradeprogress.com/wp-admin/post.php?post=2389&amp;action=edit',5042,0,'internal'),(29570,'https://www.ontradeprogress.com/2018/08/29/brakes-celebrates-british-food-fortnight/',5042,2389,'internal'),(29571,'https://www.ontradeprogress.com/category/festivals-events/',5042,0,'internal'),(29572,'https://www.ontradeprogress.com/2018/08/29/brakes-celebrates-british-food-fortnight/',5042,2389,'internal'),(29573,'https://www.ontradeprogress.com/author/admin/',5042,0,'internal'),(29574,'#',5042,0,'internal'),(29628,'https://app.prmax.co.uk/track/27643055/click/df6444b0-8114-11e9-999a-6cf0490443a9',5311,0,'external'),(29647,'https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/',5328,5315,'internal'),(29648,'https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/',5328,5311,'internal'),(29649,'https://www.ontradeprogress.com/2019/05/24/mcewans-lager-relaunches-this-month/',5328,5278,'internal'),(29668,'https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/',5355,5318,'internal'),(29669,'https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/',5355,5328,'internal'),(29670,'https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/',5355,5315,'internal'),(29674,'https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/',5359,5355,'internal'),(29675,'https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/',5359,5318,'internal'),(29676,'https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/',5359,5328,'internal'),(29701,'https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/',5362,5359,'internal'),(29702,'https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/',5362,5355,'internal'),(29703,'https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/',5362,5318,'internal'),(29704,'https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/',5369,5362,'internal'),(29705,'https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/',5369,5359,'internal'),(29706,'https://www.ontradeprogress.com/2019/05/29/hardys-new-foodie-range/',5369,5355,'internal'),(29719,'https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/',5376,5369,'internal'),(29720,'https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/',5376,5362,'internal'),(29721,'https://www.ontradeprogress.com/2019/05/29/bimber-celebrates-whisky-milestone-with-founders-club-and-exclusive-cask/',5376,5359,'internal'),(29745,'https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/',5388,5376,'internal'),(29746,'https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/',5388,5369,'internal'),(29747,'https://www.ontradeprogress.com/2019/05/29/75-of-diners-want-carbon-footprint-information-on-menus/',5388,5362,'internal'),(29760,'http://www.brockmansgin.com/worldginday',5395,0,'external'),(29761,'https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/',5395,5388,'internal'),(29762,'https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/',5395,5376,'internal'),(29763,'https://www.ontradeprogress.com/2019/05/29/reducing-your-food-waste-with-cesa/',5395,5369,'internal'),(29773,'https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/',5398,5395,'internal'),(29774,'https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/',5398,5388,'internal'),(29775,'https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/',5398,5376,'internal'),(29788,'https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/',5404,5398,'internal'),(29789,'https://www.ontradeprogress.com/2019/05/30/brockmans-world-gin-day-contest-attracts-record-entries/',5404,5395,'internal'),(29790,'https://www.ontradeprogress.com/2019/05/29/council-funding-crisis-may-harm-hospitality/',5404,5388,'internal'),(30150,'https://beerandpub.com/beer-and-pubcast/',5427,0,'external'),(30151,'https://soundcloud.com/user-948645472',5427,0,'external'),(30152,'https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/',5427,5422,'internal'),(30153,'https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/',5427,5413,'internal'),(30154,'https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/',5427,5410,'internal'),(31073,'https://www.ontradeprogress.com/2019/05/28/cornish-orchards-honey-cider/',5318,5328,'internal'),(31074,'https://www.ontradeprogress.com/2019/05/28/fire-up-the-bbq-menus/',5318,5315,'internal'),(31075,'https://www.ontradeprogress.com/2019/05/28/operators-lend-support-for-pinkspiration-week/',5318,5311,'internal'),(31079,'https://www.ontradeprogress.com/ontrade-progress-issue-26/',5476,5452,'internal'),(31080,'https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/',5476,5427,'internal'),(31081,'https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/',5476,5422,'internal'),(31093,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5479,5476,'internal'),(31094,'https://www.ontradeprogress.com/ontrade-progress-issue-26/',5479,5452,'internal'),(31095,'https://www.ontradeprogress.com/2019/06/03/bbpa-launches-the-beer-pubcast/',5479,5427,'internal'),(31111,'https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/',5482,5479,'internal'),(31112,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5482,5476,'internal'),(31113,'https://www.ontradeprogress.com/ontrade-progress-issue-26/',5482,5452,'internal'),(31123,'https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/',5486,5482,'internal'),(31124,'https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/',5486,5479,'internal'),(31125,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5486,5476,'internal'),(31132,'https://www.ontradeprogress.com/2019/06/06/the-botanist-to-celebrate-world-gin-day/',5490,5486,'internal'),(31133,'https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/',5490,5482,'internal'),(31134,'https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/',5490,5479,'internal'),(31168,'mailto:eloise.serra@giffard.com',5509,0,'external'),(31169,'http://www.giffard.com',5509,0,'external'),(31208,'http://www.creativefoodseurope.eu',5525,0,'external'),(31209,'https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/',5525,5521,'internal'),(31210,'https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/',5525,5518,'internal'),(31211,'https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/',5525,5509,'internal'),(31227,'https://www.lynxpurchasing.co.uk/wp-content/uploads/2019/06/Lynx-Purchasing-Market-Forecast-Summer-2019.pdf',5529,0,'external'),(31228,'http://www.lynxpurchasing.co.uk',5529,0,'external'),(31229,'mailto:savings@lynxpurchasing.co.uk',5529,0,'external'),(31230,'https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/',5529,5504,'internal'),(31231,'https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/',5529,5482,'internal'),(31232,'https://www.ontradeprogress.com/2019/06/19/new-low-alcohol-alternative-from-shipyard/',5529,5494,'internal'),(31239,'https://www.ontradeprogress.com/2019/06/06/amathus-drinks-becomes-uk-distributor-for-kanpai/',5533,5482,'internal'),(31240,'https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/',5533,5479,'internal'),(31241,'https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/',5533,5521,'internal'),(31269,'https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/',5542,5533,'internal'),(31270,'https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/',5542,5529,'internal'),(31271,'https://www.ontradeprogress.com/2019/06/25/calder-foods-love-fresh/',5542,5525,'internal'),(31272,'https://www.ontradeprogress.com/2019/06/25/strongbow-dark-fruit/',5521,5518,'internal'),(31273,'https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/',5521,5509,'internal'),(31274,'https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/',5521,5504,'internal'),(31279,'https://uk.strongbow.com/',5518,0,'external'),(31280,'https://www.ontradeprogress.com/2019/06/25/giffard-west-cup-2019/',5518,5509,'internal'),(31281,'https://www.ontradeprogress.com/2019/06/20/new-calorie-and-nutrition-pledge-from-heineken/',5518,5504,'internal'),(31282,'https://www.ontradeprogress.com/2019/06/20/strongbow-dual-fount/',5518,5498,'internal'),(31293,'http://www.artis-uk.com/downloads',5547,0,'external'),(31294,'https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/',5547,5542,'internal'),(31295,'https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/',5547,5533,'internal'),(31296,'https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/',5547,5529,'internal'),(31346,'http://www.heathwick.com',5558,0,'external'),(31347,'https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/',5558,5552,'internal'),(31348,'https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/',5558,5547,'internal'),(31349,'https://www.ontradeprogress.com/2019/06/25/lynx-purchasing-brexit-buying-guide/',5558,5529,'internal'),(31400,'http://www.grandecuisine.co.uk',5580,0,'external'),(31401,'https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/',5580,5574,'internal'),(31402,'https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/',5580,5564,'internal'),(31403,'https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/',5580,5558,'internal'),(31426,'http://www.fentimans.com/marketreport2019.pdf',5552,0,'external'),(31427,'https://www.ontradeprogress.com/2019/07/02/cocktail-glassware-from-artis/',5552,5547,'internal'),(31428,'https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/',5552,5542,'internal'),(31429,'https://www.ontradeprogress.com/2019/06/25/london-craft-beer-festival-launch-the-wabies-best-in-class-craft-awards-at-dedicated-trade-session/',5552,5533,'internal'),(31430,'https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/',5564,5574,'internal'),(31431,'https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/',5564,5558,'internal'),(31432,'https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/',5564,5552,'internal'),(31433,'http://www.hendi.co.uk',5585,0,'external'),(31434,'https://www.ontradeprogress.com/2019/07/02/grande-cuisine-mareno/',5585,5580,'internal'),(31435,'https://www.ontradeprogress.com/2019/07/02/windhoek-fundraising-rhino-international/',5585,5574,'internal'),(31436,'https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/',5585,5564,'internal'),(31627,'http://www.botthms.com/rhinos/',5574,0,'external'),(31628,'https://uk.virginmoneygiving.com/RenaldoBothma',5574,0,'external'),(31629,'http://uk.virginmoneygiving.com/fund/WindhoekBeerUK',5574,0,'external'),(31630,'https://www.ontradeprogress.com/2019/07/02/country-range-launches-four-new-desserts/',5574,5564,'internal'),(31631,'https://www.ontradeprogress.com/2019/07/02/heathwick-foolproof-pawtucket/',5574,5558,'internal'),(31632,'https://www.ontradeprogress.com/2019/07/02/fentimans-launches-soft-drinks-report/',5574,5552,'internal'),(31655,'http://www.fernet-branca.co.uk/barbackgames',5629,0,'external'),(31656,'http://www.maltsmithsbrewing.co.uk/try',5624,0,'external'),(31657,'applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn1',5624,0,'external'),(31658,'applewebdata://2BA04D9E-8DF1-403C-BA2C-426CA014C293#_ftn2',5624,0,'external'),(31659,'http://www.essentialcuisine.com/interactive-recipes/',5410,0,'external'),(31660,'https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/',5410,5404,'internal'),(31661,'https://www.ontradeprogress.com/2019/05/30/two-million-extra-pints-to-be-sold-on-blockbuster-day-of-sport/',5410,5398,'internal'),(31662,'https://www.ontradeprogress.com/2019/06/03/traditional-blessing-for-hogs-back-brewery-hop-garden/',5422,5413,'internal'),(31663,'https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/',5422,5410,'internal'),(31664,'https://www.ontradeprogress.com/2019/05/31/the-new-wellbeing-and-productivity-boosting-recipe-guide/',5413,5410,'internal'),(31665,'https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/',5413,5404,'internal'),(31666,'https://www.morgenrot.co.uk/',2592,0,'external'),(31667,'https://www.morgenrot.co.uk/',2592,0,'external'),(31668,'https://www.morgenrot.co.uk/',2592,0,'external'),(31669,'https://beerandpub.com/',2770,0,'external'),(31670,'https://www.longlivethelocal.pub/',2770,0,'external'),(31671,'https://www.longlivethelocal.pub/',2770,0,'external'),(31672,'http://www.ontradeprogress.com/2017/06/26/bbpa-comments-on-governmentdup-confidence-and-supply-deal/',2770,375,'internal'),(31679,'https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/',5673,5669,'internal'),(31680,'https://www.ontradeprogress.com/2019/07/17/brighton-gin-pride-bottle/',5673,5648,'internal'),(31681,'https://www.ontradeprogress.com/2019/07/16/get-cracking-for-british-egg-week/',5673,5632,'internal'),(31691,'https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/',5678,5673,'internal'),(31692,'https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/',5678,5669,'internal'),(31693,'https://www.ontradeprogress.com/2019/07/17/brighton-gin-pride-bottle/',5678,5648,'internal'),(31720,'https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/',5702,5678,'internal'),(31721,'https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/',5702,5673,'internal'),(31722,'https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/',5702,5669,'internal'),(31728,'https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/',5706,5702,'internal'),(31729,'https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/',5706,5702,'internal'),(31730,'https://www.ontradeprogress.com/2019/07/30/fentimans-light-soft-drinks/',5706,5673,'internal'),(31739,'https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/',5712,5706,'internal'),(31740,'https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/',5712,5702,'internal'),(31741,'https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/',5712,5678,'internal'),(31777,'mailto:anne@kapranos-pr.com',5720,0,'external'),(31778,'https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/',5720,5712,'internal'),(31779,'https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/',5720,5702,'internal'),(31780,'https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/',5720,5669,'internal'),(31791,'http://www.myskysports.com',5717,0,'external'),(31792,'http://www.myskysports.com',5717,0,'external'),(31793,'https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/',5717,5712,'internal'),(31794,'https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/',5717,5706,'internal'),(31795,'https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/',5717,5678,'internal'),(31803,'https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/',5724,5717,'internal'),(31804,'https://www.ontradeprogress.com/2019/08/05/fentimans-announces-first-cocktail-competition-winner/',5724,5720,'internal'),(31805,'https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/',5724,5712,'internal'),(32312,'http://bit.ly/2GWiAFC',5759,0,'external'),(32313,'http://www.foodentrepreneurshow.co.uk/?ptnOTP',5759,0,'external'),(32314,'http://www.internationaldrinkexpo.co.uk/?ptnOTP',5759,0,'external'),(32325,'http://www.granarologroup.com',5775,0,'external'),(32326,'https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/',5775,5766,'internal'),(32327,'https://www.ontradeprogress.com/2019/08/13/ontrade-progress-new-partnership/',5775,5759,'internal'),(32328,'https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/',5775,5724,'internal'),(32353,'https://app.prmax.co.uk/track/28189757/click/7cd35e18-c1e6-11e9-99ff-6cf0490443a9',5779,0,'external'),(32354,'https://app.prmax.co.uk/track/28189757/click/7cd35e18-c1e6-11e9-99ff-6cf0490443a9',5779,0,'external'),(32355,'https://app.prmax.co.uk/track/28189757/click/7cddd672-c1e6-11e9-99ff-6cf0490443a9',5779,0,'external'),(32356,'https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/',5779,5775,'internal'),(32357,'https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/',5779,5766,'internal'),(32358,'https://www.ontradeprogress.com/2019/08/13/ontrade-progress-new-partnership/',5779,5759,'internal'),(32371,'https://www.eipublicanpartnerships.com/run-a-pub/pages/recommend-a-publican.aspx',5782,0,'external'),(32372,'https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/',5782,5779,'internal'),(32373,'https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/',5782,5775,'internal'),(32374,'https://www.ontradeprogress.com/2019/08/14/marstons-sell-out-during-the-ashes-test-match-at-edgbaston/',5782,5766,'internal'),(32381,'http://www.pizzaequipment.ltd.uk',5785,0,'external'),(32382,'mailto:daniel@pizzaequipment.ltd.uk',5785,0,'external'),(32393,'https://www.dropbox.com/sh/wjr3ebgca55mvv5/AABo9wY4vR6fQS40QME_Wj1La?dl=0',5787,0,'external'),(32394,'https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/',5787,5782,'internal'),(32395,'https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/',5787,5779,'internal'),(32396,'https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/',5787,5775,'internal'),(32426,'http://www.pubaid.com/matthew-clark-charity-pub-award',5790,0,'external'),(32427,'mailto:pr@pubaid.com',5790,0,'external'),(32428,'https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/',5790,5787,'internal'),(32429,'https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/',5790,5782,'internal'),(32430,'https://www.ontradeprogress.com/2019/08/19/carlsberg-uk-guild-beer-awards/',5790,5779,'internal'),(32435,'http://www.molsoncoors.com/-/media/molson-coors-corporate/sustainability/obp-report-en.ashx',5793,0,'external'),(32436,'https://www.newplasticseconomy.org/projects/global-commitment',5793,0,'external'),(32437,'https://www.ellenmacarthurfoundation.org/',5793,0,'external'),(32438,'http://www.molsoncoors.com/-/media/molson-coors-corporate/sustainability/obp-report-en.ashx',5793,0,'external'),(32439,'https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/',5793,5790,'internal'),(32440,'https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/',5793,5787,'internal'),(32441,'https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/',5793,5782,'internal'),(32445,'https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/',5796,5793,'internal'),(32446,'https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/',5796,5790,'internal'),(32447,'https://www.ontradeprogress.com/2019/08/19/secret-spritz-fentimans-garden-opened-farringdon/',5796,5787,'internal'),(32457,'https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/',5803,5796,'internal'),(32458,'https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/',5803,5793,'internal'),(32459,'https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/',5803,5790,'internal'),(32483,'https://littleshipsramsgate.co.uk/',5807,0,'external'),(32484,'http://lioneggfarms.co.uk/',5807,0,'external'),(32485,'https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/',5807,5803,'internal'),(32486,'https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/',5807,5796,'internal'),(32487,'https://www.ontradeprogress.com/2019/08/19/molson-coors-reduce-plastics/',5807,5793,'internal'),(32515,'http://www.artis-uk.com/downloads',5835,0,'external'),(32516,'https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/',5835,5832,'internal'),(32517,'https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/',5835,5829,'internal'),(32518,'https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/',5835,5822,'internal'),(32522,'http://www.mrfitzaquaspritz.com',5832,0,'external'),(32529,'https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/',5829,5822,'internal'),(32530,'https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/',5829,5807,'internal'),(32531,'https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/',5829,5803,'internal'),(32689,'https://www.world.rugby/news/353740',5877,0,'external'),(32690,'https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/',5877,5871,'internal'),(32691,'https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/',5877,5847,'internal'),(32692,'https://www.ontradeprogress.com/ontrade-progress-issue-29/',5877,5857,'internal'),(32709,'http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP',5847,0,'external'),(32710,'http://www.foodentrepreneurshow.co.uk/tracker.asp?code=ptnOTP',5847,0,'external'),(32711,'http://www.restauranttechlive.co.uk/tracker.asp?code=ptnOTP&amp;url=/?ptnOTP',5847,0,'external'),(32712,'mailto:James.Williams@prysmgroup.co.uk',5847,0,'external'),(32713,'mailto:Lizzie.Duffin@prysmgroup.co.uk',5847,0,'external'),(32714,'https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/',5871,5847,'internal'),(32715,'https://www.ontradeprogress.com/2019/09/02/artis-seasonal-glassware-picks-from/',5871,5835,'internal'),(32716,'https://www.ontradeprogress.com/2019/09/02/mr-fitz-aqua-spritz-dispenser/',5871,5832,'internal'),(32723,'http://www.internationaldrinkexpo.co.uk/news/21153/?pntOTP',5896,0,'external'),(32729,'https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading',5889,0,'external'),(32730,'https://singa.business/en',5889,0,'external'),(32735,'mailto:info@fatmedia.co.uk',5899,0,'external'),(32736,'https://www.gov.uk/temporary-events-notice',5882,0,'external'),(32737,'https://pplprs.co.uk/getyourlicence/',5882,0,'external'),(32824,'http://www.artis-uk.com/downloads',5918,0,'external'),(32825,'https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/',5918,5913,'internal'),(32826,'https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/',5918,5899,'internal'),(32827,'https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/',5918,5896,'internal'),(32841,'https://www.ukhospitality.org.uk/',5924,0,'external'),(32842,'https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/',5924,5918,'internal'),(32843,'https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/',5924,5913,'internal'),(32844,'https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/',5924,5899,'internal'),(32860,'https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/',5926,5924,'internal'),(32861,'https://www.ontradeprogress.com/2019/10/01/divergence-from-artis/',5926,5918,'internal'),(32862,'https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/',5926,5913,'internal'),(32869,'http://www.restauranttechlive.co.uk/speakers/dana-muntean/?ptnOTP',5913,0,'external'),(32870,'http://www.restauranttechlive.co.uk/speakers/daniel-davis/?ptnOTP',5913,0,'external'),(32871,'http://www.restauranttechlive.co.uk',5913,0,'external'),(32872,'https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/',5913,5899,'internal'),(32873,'https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/',5913,5896,'internal'),(32874,'https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/',5913,5889,'internal'),(32881,'http://www.meatlessfarm.com',5935,0,'external'),(32887,'https://guide.michelin.com/gb%20and%20http://guide.michelin.com/ie',5940,0,'external'),(33286,'http://www.restauranttechlive.co.uk/',5989,0,'external'),(33705,'http://www.internationaldrinkexpo.co.uk/news/18687/?ptnBarMag',5996,0,'external'),(33706,'https://www.eventdata.co.uk/Forms/Form.aspx?FormRef=IDEB9Visitor&amp;TrackingCode=ptnBarMag',5996,0,'external'),(33710,'mailto:info@fatmedia.co.uk',6026,0,'external'),(33784,'http://www.fatmedia.co.uk',6048,0,'external'),(33799,'mailto:drinkawarecrew@drinkaware.co.uk',6079,0,'external'),(33800,'mailto:elearning@drinkaware.co.uk',6079,0,'external'),(33801,'https://app.prmax.co.uk/track/28818718/click/5c5c591a-0bf0-11ea-806d-50e549351d15',6079,0,'external'),(33860,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn1',6105,0,'external'),(33861,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn2',6105,0,'external'),(33862,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn3',6105,0,'external'),(33863,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn4',6105,0,'external'),(33864,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn5',6105,0,'external'),(33865,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn6',6105,0,'external'),(33866,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn7',6105,0,'external'),(33867,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn8',6105,0,'external'),(33868,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn9',6105,0,'external'),(33869,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn10',6105,0,'external'),(33870,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn11',6105,0,'external'),(33871,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn12',6105,0,'external'),(33872,'applewebdata://63E90B64-AD67-4421-B713-8287D9DE911A#_ftn13',6105,0,'external'),(33913,'applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn1',6108,0,'external'),(33914,'applewebdata://54DBD6C5-9733-4C8A-A146-74D986BE5AFB#_ftn2',6108,0,'external'),(33935,'http://www.thepubshow.co.uk',6124,0,'external'),(33936,'https://twitter.com/PubShowUK',6124,0,'external'),(34272,'/latestdigitalissue/',5175,276,'internal'),(34273,'/latestdigitalissue/',5175,276,'internal'),(34274,'/subscribe',5175,25,'internal'),(34275,'https://www.ontradeprogress.com/wp-admin/post.php?post=5807&amp;action=edit',5175,0,'internal'),(34276,'https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/',5175,5807,'internal'),(34277,'https://www.ontradeprogress.com/category/features/',5175,0,'internal'),(34278,'https://www.ontradeprogress.com/2019/08/19/little-ships-safe-eggs-n-soldiers/',5175,5807,'internal'),(34279,'https://www.ontradeprogress.com/author/admin/',5175,0,'internal'),(34280,'https://www.ontradeprogress.com/wp-admin/post.php?post=5706&amp;action=edit',5175,0,'internal'),(34281,'https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/',5175,5706,'internal'),(34282,'https://www.ontradeprogress.com/category/features/',5175,0,'internal'),(34283,'https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/',5175,5706,'internal'),(34284,'https://www.ontradeprogress.com/author/admin/',5175,0,'internal'),(34285,'https://www.ontradeprogress.com/wp-admin/post.php?post=5702&amp;action=edit',5175,0,'internal'),(34286,'https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/',5175,5702,'internal'),(34287,'https://www.ontradeprogress.com/category/features/',5175,0,'internal'),(34288,'https://www.ontradeprogress.com/2019/07/31/grand-trunk-road-lahori-keema-matar/',5175,5702,'internal'),(34289,'https://www.ontradeprogress.com/author/admin/',5175,0,'internal'),(34290,'https://www.ontradeprogress.com/wp-admin/post.php?post=5318&amp;action=edit',5175,0,'internal'),(34291,'https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/',5175,5318,'internal'),(34292,'https://www.ontradeprogress.com/category/features/',5175,0,'internal'),(34293,'https://www.ontradeprogress.com/2019/05/28/londons-top-summer-cocktails-2019/',5175,5318,'internal'),(34294,'https://www.ontradeprogress.com/author/admin/',5175,0,'internal'),(34295,'https://www.egginfo.co.uk/',5175,0,'external'),(34296,'https://www.egginfo.co.uk/',5175,0,'external'),(34701,'http://www.thepubshow.co.uk',6219,0,'external'),(34702,'https://twitter.com/PubShowUK',6219,0,'external'),(34715,'http://www.artis-uk.com/downloads',6225,0,'external'),(34814,'/latestdigitalissue/',5173,276,'internal'),(34815,'/latestdigitalissue/',5173,276,'internal'),(34816,'/subscribe',5173,25,'internal'),(34817,'https://www.ontradeprogress.com/wp-admin/post.php?post=6219&amp;action=edit',5173,0,'internal'),(34818,'https://www.ontradeprogress.com/2020/01/10/pub20-speakers-announced/',5173,6219,'internal'),(34819,'https://www.ontradeprogress.com/category/hospitality-news/',5173,0,'internal'),(34820,'https://www.ontradeprogress.com/2020/01/10/pub20-speakers-announced/',5173,6219,'internal'),(34821,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34822,'https://www.ontradeprogress.com/wp-admin/post.php?post=6163&amp;action=edit',5173,0,'internal'),(34823,'https://www.ontradeprogress.com/2020/01/07/pubaid-names-keith-bott-as-its-first-president/',5173,6163,'internal'),(34824,'https://www.ontradeprogress.com/category/hospitality-news/',5173,0,'internal'),(34825,'https://www.ontradeprogress.com/2020/01/07/pubaid-names-keith-bott-as-its-first-president/',5173,6163,'internal'),(34826,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34827,'https://www.ontradeprogress.com/wp-admin/post.php?post=6124&amp;action=edit',5173,0,'internal'),(34828,'https://www.ontradeprogress.com/2019/12/12/first-orders-called-as-registration-opens-for-pub20/',5173,6124,'internal'),(34829,'https://www.ontradeprogress.com/category/hospitality-news/',5173,0,'internal'),(34830,'https://www.ontradeprogress.com/2019/12/12/first-orders-called-as-registration-opens-for-pub20/',5173,6124,'internal'),(34831,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34832,'https://www.ontradeprogress.com/wp-admin/post.php?post=5796&amp;action=edit',5173,0,'internal'),(34833,'https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/',5173,5796,'internal'),(34834,'https://www.ontradeprogress.com/category/hospitality-news/',5173,0,'internal'),(34835,'https://www.ontradeprogress.com/2019/08/19/berto-to-open-on-holloway-road/',5173,5796,'internal'),(34836,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34837,'https://www.egginfo.co.uk/',5173,0,'external'),(34838,'https://www.egginfo.co.uk/',5173,0,'external'),(34839,'https://www.ontradeprogress.com/wp-admin/post.php?post=5790&amp;action=edit',5173,0,'internal'),(34840,'https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/',5173,5790,'internal'),(34841,'https://www.ontradeprogress.com/category/hospitality-news/',5173,0,'internal'),(34842,'https://www.ontradeprogress.com/2019/08/19/pub-of-the-year/',5173,5790,'internal'),(34843,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34844,'https://www.ontradeprogress.com/wp-admin/post.php?post=5521&amp;action=edit',5173,0,'internal'),(34845,'https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/',5173,5521,'internal'),(34846,'https://www.ontradeprogress.com/category/drinks/',5173,0,'internal'),(34847,'https://www.ontradeprogress.com/2019/06/25/marstons-launch-its-first-official-work-placement-scheme/',5173,5521,'internal'),(34848,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34849,'https://www.ontradeprogress.com/wp-admin/post.php?post=5479&amp;action=edit',5173,0,'internal'),(34850,'https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/',5173,5479,'internal'),(34851,'https://www.ontradeprogress.com/category/business/',5173,0,'internal'),(34852,'https://www.ontradeprogress.com/2019/06/06/womens-world-cup-to-boost-beer-sales-by-3-million-pints/',5173,5479,'internal'),(34853,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34854,'https://www.ontradeprogress.com/wp-admin/post.php?post=5476&amp;action=edit',5173,0,'internal'),(34855,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5173,5476,'internal'),(34856,'https://www.ontradeprogress.com/category/festivals-events/',5173,0,'internal'),(34857,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5173,5476,'internal'),(34858,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34859,'https://www.ontradeprogress.com/wp-admin/post.php?post=5422&amp;action=edit',5173,0,'internal'),(34860,'https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/',5173,5422,'internal'),(34861,'https://www.ontradeprogress.com/category/drinks/',5173,0,'internal'),(34862,'https://www.ontradeprogress.com/2019/06/03/ukh-warns-against-mup-in-wales/',5173,5422,'internal'),(34863,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34864,'https://www.ontradeprogress.com/wp-admin/post.php?post=5404&amp;action=edit',5173,0,'internal'),(34865,'https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/',5173,5404,'internal'),(34866,'https://www.ontradeprogress.com/category/business/',5173,0,'internal'),(34867,'https://www.ontradeprogress.com/2019/05/31/ukh-welcomes-first-step-in-relaxation-of-chef-employment-restrictions/',5173,5404,'internal'),(34868,'https://www.ontradeprogress.com/author/admin/',5173,0,'internal'),(34869,'#',5173,0,'internal'),(34870,'/latestdigitalissue/',5005,276,'internal'),(34871,'/latestdigitalissue/',5005,276,'internal'),(34872,'/subscribe',5005,25,'internal'),(34873,'https://www.ontradeprogress.com/wp-admin/post.php?post=6233&amp;action=edit',5005,0,'internal'),(34874,'https://www.ontradeprogress.com/2020/01/16/mr-fitz-aqua-spritz-launch-a-new-range-of-mixer-concentrates/',5005,6233,'internal'),(34875,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34876,'https://www.ontradeprogress.com/2020/01/16/mr-fitz-aqua-spritz-launch-a-new-range-of-mixer-concentrates/',5005,6233,'internal'),(34877,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34878,'https://www.ontradeprogress.com/wp-admin/post.php?post=6191&amp;action=edit',5005,0,'internal'),(34879,'https://www.ontradeprogress.com/2020/01/08/the-no-and-low-down/',5005,6191,'internal'),(34880,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34881,'https://www.ontradeprogress.com/2020/01/08/the-no-and-low-down/',5005,6191,'internal'),(34882,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34883,'https://www.ontradeprogress.com/wp-admin/post.php?post=6159&amp;action=edit',5005,0,'internal'),(34884,'https://www.ontradeprogress.com/2020/01/04/beer-hawk-fresh-expands-range-of-premium-drinks/',5005,6159,'internal'),(34885,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34886,'https://www.ontradeprogress.com/2020/01/04/beer-hawk-fresh-expands-range-of-premium-drinks/',5005,6159,'internal'),(34887,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34888,'https://www.ontradeprogress.com/wp-admin/post.php?post=6108&amp;action=edit',5005,0,'internal'),(34889,'https://www.ontradeprogress.com/2019/12/05/mix-up-the-festive-magic-with-monin/',5005,6108,'internal'),(34890,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34891,'https://www.ontradeprogress.com/2019/12/05/mix-up-the-festive-magic-with-monin/',5005,6108,'internal'),(34892,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34893,'https://www.egginfo.co.uk/',5005,0,'external'),(34894,'https://www.egginfo.co.uk/',5005,0,'external'),(34895,'https://www.ontradeprogress.com/wp-admin/post.php?post=6077&amp;action=edit',5005,0,'internal'),(34896,'https://www.ontradeprogress.com/2019/11/26/fourpure-and-jameson-create-the-perfect-nightcap/',5005,6077,'internal'),(34897,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34898,'https://www.ontradeprogress.com/2019/11/26/fourpure-and-jameson-create-the-perfect-nightcap/',5005,6077,'internal'),(34899,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34900,'https://www.ontradeprogress.com/wp-admin/post.php?post=6032&amp;action=edit',5005,0,'internal'),(34901,'https://www.ontradeprogress.com/2019/11/12/salcombe-gin-launch-new-partnership/',5005,6032,'internal'),(34902,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34903,'https://www.ontradeprogress.com/2019/11/12/salcombe-gin-launch-new-partnership/',5005,6032,'internal'),(34904,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34905,'https://www.ontradeprogress.com/wp-admin/post.php?post=6021&amp;action=edit',5005,0,'internal'),(34906,'https://www.ontradeprogress.com/2019/11/04/make-mine-an-old-fashioned/',5005,6021,'internal'),(34907,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34908,'https://www.ontradeprogress.com/2019/11/04/make-mine-an-old-fashioned/',5005,6021,'internal'),(34909,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34910,'https://www.ontradeprogress.com/wp-admin/post.php?post=5996&amp;action=edit',5005,0,'internal'),(34911,'https://www.ontradeprogress.com/2019/10/23/international-drink-expo-2019/',5005,5996,'internal'),(34912,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34913,'https://www.ontradeprogress.com/2019/10/23/international-drink-expo-2019/',5005,5996,'internal'),(34914,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34915,'https://www.ontradeprogress.com/wp-admin/post.php?post=5896&amp;action=edit',5005,0,'internal'),(34916,'https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/',5005,5896,'internal'),(34917,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34918,'https://www.ontradeprogress.com/2019/09/23/rum-trends-for-2020/',5005,5896,'internal'),(34919,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34920,'https://www.ontradeprogress.com/wp-admin/post.php?post=5871&amp;action=edit',5005,0,'internal'),(34921,'https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/',5005,5871,'internal'),(34922,'https://www.ontradeprogress.com/category/drinks/',5005,0,'internal'),(34923,'https://www.ontradeprogress.com/2019/09/16/hobgoblin-takes-on-brand-evolution/',5005,5871,'internal'),(34924,'https://www.ontradeprogress.com/author/admin/',5005,0,'internal'),(34925,'#',5005,0,'internal'),(34926,'/latestdigitalissue/',5022,276,'internal'),(34927,'/latestdigitalissue/',5022,276,'internal'),(34928,'/subscribe',5022,25,'internal'),(34929,'https://www.ontradeprogress.com/wp-admin/post.php?post=6179&amp;action=edit',5022,0,'internal'),(34930,'https://www.ontradeprogress.com/2020/01/08/over-350000-have-signed-up-for-veganuary/',5022,6179,'internal'),(34931,'https://www.ontradeprogress.com/category/features/',5022,0,'internal'),(34932,'https://www.ontradeprogress.com/2020/01/08/over-350000-have-signed-up-for-veganuary/',5022,6179,'internal'),(34933,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34934,'https://www.ontradeprogress.com/wp-admin/post.php?post=6093&amp;action=edit',5022,0,'internal'),(34935,'https://www.ontradeprogress.com/2019/12/03/oliver-kay-produce-appoints-new-development-chef/',5022,6093,'internal'),(34936,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34937,'https://www.ontradeprogress.com/2019/12/03/oliver-kay-produce-appoints-new-development-chef/',5022,6093,'internal'),(34938,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34939,'https://www.ontradeprogress.com/wp-admin/post.php?post=6096&amp;action=edit',5022,0,'internal'),(34940,'https://www.ontradeprogress.com/2019/12/03/meatless-farm-co-appoints-ex-lidl-ceo-jesper-hojer-as-new-chairman-to-help-build-the-company-globally/',5022,6096,'internal'),(34941,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34942,'https://www.ontradeprogress.com/2019/12/03/meatless-farm-co-appoints-ex-lidl-ceo-jesper-hojer-as-new-chairman-to-help-build-the-company-globally/',5022,6096,'internal'),(34943,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34944,'https://www.ontradeprogress.com/wp-admin/post.php?post=5940&amp;action=edit',5022,0,'internal'),(34945,'https://www.ontradeprogress.com/2019/10/08/new-rising-stars-for-british-and-irish-restaurants/',5022,5940,'internal'),(34946,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34947,'https://www.ontradeprogress.com/2019/10/08/new-rising-stars-for-british-and-irish-restaurants/',5022,5940,'internal'),(34948,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34949,'https://www.egginfo.co.uk/',5022,0,'external'),(34950,'https://www.egginfo.co.uk/',5022,0,'external'),(34951,'https://www.ontradeprogress.com/wp-admin/post.php?post=5935&amp;action=edit',5022,0,'internal'),(34952,'https://www.ontradeprogress.com/2019/10/08/the-meatless-farm-lands-on-wetherspoon-menu/',5022,5935,'internal'),(34953,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34954,'https://www.ontradeprogress.com/2019/10/08/the-meatless-farm-lands-on-wetherspoon-menu/',5022,5935,'internal'),(34955,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34956,'https://www.ontradeprogress.com/wp-admin/post.php?post=5829&amp;action=edit',5022,0,'internal'),(34957,'https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/',5022,5829,'internal'),(34958,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34959,'https://www.ontradeprogress.com/2019/09/02/fripura-cooking-oil/',5022,5829,'internal'),(34960,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34961,'https://www.ontradeprogress.com/wp-admin/post.php?post=5822&amp;action=edit',5022,0,'internal'),(34962,'https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/',5022,5822,'internal'),(34963,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34964,'https://www.ontradeprogress.com/2019/08/29/country-range-releases-five-new-curry-pastes/',5022,5822,'internal'),(34965,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34966,'https://www.ontradeprogress.com/wp-admin/post.php?post=5782&amp;action=edit',5022,0,'internal'),(34967,'https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/',5022,5782,'internal'),(34968,'https://www.ontradeprogress.com/category/drinks/',5022,0,'internal'),(34969,'https://www.ontradeprogress.com/2019/08/19/ei-publican-partnership/',5022,5782,'internal'),(34970,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34971,'https://www.ontradeprogress.com/wp-admin/post.php?post=5775&amp;action=edit',5022,0,'internal'),(34972,'https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/',5022,5775,'internal'),(34973,'https://www.ontradeprogress.com/category/food/',5022,0,'internal'),(34974,'https://www.ontradeprogress.com/2019/08/19/granarolo-group-wins-silver-at-international-cheese-dairy-awards/',5022,5775,'internal'),(34975,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34976,'https://www.ontradeprogress.com/wp-admin/post.php?post=5706&amp;action=edit',5022,0,'internal'),(34977,'https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/',5022,5706,'internal'),(34978,'https://www.ontradeprogress.com/category/features/',5022,0,'internal'),(34979,'https://www.ontradeprogress.com/2019/07/31/british-lion-eggs-indian-restaurateurs/',5022,5706,'internal'),(34980,'https://www.ontradeprogress.com/author/admin/',5022,0,'internal'),(34981,'#',5022,0,'internal'),(34982,'/latestdigitalissue/',5023,276,'internal'),(34983,'/latestdigitalissue/',5023,276,'internal'),(34984,'/subscribe',5023,25,'internal'),(34985,'https://www.ontradeprogress.com/wp-admin/post.php?post=6129&amp;action=edit',5023,0,'internal'),(34986,'https://www.ontradeprogress.com/2019/12/12/fourth-announces-clinton-anderson-and-john-whitmarsh-as-new-ceo-and-cfo/',5023,6129,'internal'),(34987,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(34988,'https://www.ontradeprogress.com/2019/12/12/fourth-announces-clinton-anderson-and-john-whitmarsh-as-new-ceo-and-cfo/',5023,6129,'internal'),(34989,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(34990,'https://www.ontradeprogress.com/wp-admin/post.php?post=6079&amp;action=edit',5023,0,'internal'),(34991,'https://www.ontradeprogress.com/2019/11/26/drinkaware-relaunches-night-time-economy-safety-scheme/',5023,6079,'internal'),(34992,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(34993,'https://www.ontradeprogress.com/2019/11/26/drinkaware-relaunches-night-time-economy-safety-scheme/',5023,6079,'internal'),(34994,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(34995,'https://www.ontradeprogress.com/wp-admin/post.php?post=6026&amp;action=edit',5023,0,'internal'),(34996,'https://www.ontradeprogress.com/2019/11/06/how-to-design-a-great-restaurant-website-2/',5023,6026,'internal'),(34997,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(34998,'https://www.ontradeprogress.com/2019/11/06/how-to-design-a-great-restaurant-website-2/',5023,6026,'internal'),(34999,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35000,'https://www.ontradeprogress.com/wp-admin/post.php?post=5926&amp;action=edit',5023,0,'internal'),(35001,'https://www.ontradeprogress.com/2019/10/01/emma-mcclarkin-new-chief-executive-bbpa/',5023,5926,'internal'),(35002,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35003,'https://www.ontradeprogress.com/2019/10/01/emma-mcclarkin-new-chief-executive-bbpa/',5023,5926,'internal'),(35004,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35005,'https://www.egginfo.co.uk/',5023,0,'external'),(35006,'https://www.egginfo.co.uk/',5023,0,'external'),(35007,'https://www.ontradeprogress.com/wp-admin/post.php?post=5924&amp;action=edit',5023,0,'internal'),(35008,'https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/',5023,5924,'internal'),(35009,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35010,'https://www.ontradeprogress.com/2019/10/01/ukhospitality-reaction-to-national-living-wage-announcement/',5023,5924,'internal'),(35011,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35012,'https://www.ontradeprogress.com/wp-admin/post.php?post=5899&amp;action=edit',5023,0,'internal'),(35013,'https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/',5023,5899,'internal'),(35014,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35015,'https://www.ontradeprogress.com/2019/09/23/how-to-design-a-great-restaurant-website/',5023,5899,'internal'),(35016,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35017,'https://www.ontradeprogress.com/wp-admin/post.php?post=5847&amp;action=edit',5023,0,'internal'),(35018,'https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/',5023,5847,'internal'),(35019,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35020,'https://www.ontradeprogress.com/2019/09/04/ontrade-progress-have-partnered-with-restaurant-bar-tech-live/',5023,5847,'internal'),(35021,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35022,'https://www.ontradeprogress.com/wp-admin/post.php?post=5803&amp;action=edit',5023,0,'internal'),(35023,'https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/',5023,5803,'internal'),(35024,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35025,'https://www.ontradeprogress.com/2019/08/19/woodfordes-brewery-targets-international-growth/',5023,5803,'internal'),(35026,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35027,'https://www.ontradeprogress.com/wp-admin/post.php?post=5724&amp;action=edit',5023,0,'internal'),(35028,'https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/',5023,5724,'internal'),(35029,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35030,'https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/',5023,5724,'internal'),(35031,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35032,'https://www.ontradeprogress.com/wp-admin/post.php?post=5678&amp;action=edit',5023,0,'internal'),(35033,'https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/',5023,5678,'internal'),(35034,'https://www.ontradeprogress.com/category/business/',5023,0,'internal'),(35035,'https://www.ontradeprogress.com/2019/07/30/dementia-friends-bbpa-alzheimers/',5023,5678,'internal'),(35036,'https://www.ontradeprogress.com/author/admin/',5023,0,'internal'),(35037,'#',5023,0,'internal'),(35038,'/latestdigitalissue/',5025,276,'internal'),(35039,'/latestdigitalissue/',5025,276,'internal'),(35040,'/subscribe',5025,25,'internal'),(35041,'https://www.ontradeprogress.com/wp-admin/post.php?post=5889&amp;action=edit',5025,0,'internal'),(35042,'https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/',5025,5889,'internal'),(35043,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35044,'https://www.ontradeprogress.com/2019/09/23/increase-your-customer-spend-with-singa/',5025,5889,'internal'),(35045,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35046,'https://www.ontradeprogress.com/wp-admin/post.php?post=5882&amp;action=edit',5025,0,'internal'),(35047,'https://www.ontradeprogress.com/2019/09/23/dont-get-sin-binned-during-the-rugby-world-cup-2019/',5025,5882,'internal'),(35048,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35049,'https://www.ontradeprogress.com/2019/09/23/dont-get-sin-binned-during-the-rugby-world-cup-2019/',5025,5882,'internal'),(35050,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35051,'https://www.ontradeprogress.com/wp-admin/post.php?post=5877&amp;action=edit',5025,0,'internal'),(35052,'https://www.ontradeprogress.com/2019/09/16/rugby-world-cup-2019-how-to-score-big/',5025,5877,'internal'),(35053,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35054,'https://www.ontradeprogress.com/2019/09/16/rugby-world-cup-2019-how-to-score-big/',5025,5877,'internal'),(35055,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35056,'https://www.ontradeprogress.com/wp-admin/post.php?post=5724&amp;action=edit',5025,0,'internal'),(35057,'https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/',5025,5724,'internal'),(35058,'https://www.ontradeprogress.com/category/business/',5025,0,'internal'),(35059,'https://www.ontradeprogress.com/2019/08/05/greater-manchester-ukhospitality/',5025,5724,'internal'),(35060,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35061,'https://www.egginfo.co.uk/',5025,0,'external'),(35062,'https://www.egginfo.co.uk/',5025,0,'external'),(35063,'https://www.ontradeprogress.com/wp-admin/post.php?post=5717&amp;action=edit',5025,0,'internal'),(35064,'https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/',5025,5717,'internal'),(35065,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35066,'https://www.ontradeprogress.com/2019/08/05/premier-league-fixtures-sky-sports/',5025,5717,'internal'),(35067,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35068,'https://www.ontradeprogress.com/wp-admin/post.php?post=5712&amp;action=edit',5025,0,'internal'),(35069,'https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/',5025,5712,'internal'),(35070,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35071,'https://www.ontradeprogress.com/2019/07/31/karaoke-chain-lucky-voice-charlie-elek/',5025,5712,'internal'),(35072,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35073,'https://www.ontradeprogress.com/wp-admin/post.php?post=5669&amp;action=edit',5025,0,'internal'),(35074,'https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/',5025,5669,'internal'),(35075,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35076,'https://www.ontradeprogress.com/2019/07/24/mrs-foggs-praises-void/',5025,5669,'internal'),(35077,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35078,'https://www.ontradeprogress.com/wp-admin/post.php?post=5618&amp;action=edit',5025,0,'internal'),(35079,'https://www.ontradeprogress.com/2019/07/08/sky-sports-releases-fixtures/',5025,5618,'internal'),(35080,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35081,'https://www.ontradeprogress.com/2019/07/08/sky-sports-releases-fixtures/',5025,5618,'internal'),(35082,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35083,'https://www.ontradeprogress.com/wp-admin/post.php?post=5542&amp;action=edit',5025,0,'internal'),(35084,'https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/',5025,5542,'internal'),(35085,'https://www.ontradeprogress.com/category/entertainment/',5025,0,'internal'),(35086,'https://www.ontradeprogress.com/2019/06/25/efl-season-underway-sky-sports/',5025,5542,'internal'),(35087,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35088,'https://www.ontradeprogress.com/wp-admin/post.php?post=5490&amp;action=edit',5025,0,'internal'),(35089,'https://www.ontradeprogress.com/2019/06/06/fireball-announces-fuelling-the-fire-tour-2019/',5025,5490,'internal'),(35090,'https://www.ontradeprogress.com/category/drinks/',5025,0,'internal'),(35091,'https://www.ontradeprogress.com/2019/06/06/fireball-announces-fuelling-the-fire-tour-2019/',5025,5490,'internal'),(35092,'https://www.ontradeprogress.com/author/admin/',5025,0,'internal'),(35093,'#',5025,0,'internal'),(35094,'/latestdigitalissue/',5026,276,'internal'),(35095,'/latestdigitalissue/',5026,276,'internal'),(35096,'/subscribe',5026,25,'internal'),(35097,'https://www.ontradeprogress.com/wp-admin/post.php?post=6073&amp;action=edit',5026,0,'internal'),(35098,'https://www.ontradeprogress.com/2019/11/21/void-acoustics-further-enhance-the-popular-venu-series/',5026,6073,'internal'),(35099,'https://www.ontradeprogress.com/category/technology/',5026,0,'internal'),(35100,'https://www.ontradeprogress.com/2019/11/21/void-acoustics-further-enhance-the-popular-venu-series/',5026,6073,'internal'),(35101,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35102,'https://www.ontradeprogress.com/wp-admin/post.php?post=5989&amp;action=edit',5026,0,'internal'),(35103,'https://www.ontradeprogress.com/2019/10/22/meet-brewdog-and-coppa-club-at-restaurant-bar-tech-live/',5026,5989,'internal'),(35104,'https://www.ontradeprogress.com/category/technology/',5026,0,'internal'),(35105,'https://www.ontradeprogress.com/2019/10/22/meet-brewdog-and-coppa-club-at-restaurant-bar-tech-live/',5026,5989,'internal'),(35106,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35107,'https://www.ontradeprogress.com/wp-admin/post.php?post=5913&amp;action=edit',5026,0,'internal'),(35108,'https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/',5026,5913,'internal'),(35109,'https://www.ontradeprogress.com/category/technology/',5026,0,'internal'),(35110,'https://www.ontradeprogress.com/2019/10/01/restaurant-bar-tech-live-hospitality/',5026,5913,'internal'),(35111,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35112,'https://www.ontradeprogress.com/wp-admin/post.php?post=5476&amp;action=edit',5026,0,'internal'),(35113,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5026,5476,'internal'),(35114,'https://www.ontradeprogress.com/category/festivals-events/',5026,0,'internal'),(35115,'https://www.ontradeprogress.com/2019/06/06/commercial-kitchen-moves-to-london-for-2020/',5026,5476,'internal'),(35116,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35117,'https://www.egginfo.co.uk/',5026,0,'external'),(35118,'https://www.egginfo.co.uk/',5026,0,'external'),(35119,'https://www.ontradeprogress.com/wp-admin/post.php?post=5376&amp;action=edit',5026,0,'internal'),(35120,'https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/',5026,5376,'internal'),(35121,'https://www.ontradeprogress.com/category/drinks/',5026,0,'internal'),(35122,'https://www.ontradeprogress.com/2019/05/29/hubbard-launches-400kg-a-day-icemaker/',5026,5376,'internal'),(35123,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35124,'https://www.ontradeprogress.com/wp-admin/post.php?post=4901&amp;action=edit',5026,0,'internal'),(35125,'https://www.ontradeprogress.com/2019/05/14/fat-media-say-hello-to-voice-search/',5026,4901,'internal'),(35126,'https://www.ontradeprogress.com/category/technology/',5026,0,'internal'),(35127,'https://www.ontradeprogress.com/2019/05/14/fat-media-say-hello-to-voice-search/',5026,4901,'internal'),(35128,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35129,'https://www.ontradeprogress.com/wp-admin/post.php?post=4828&amp;action=edit',5026,0,'internal'),(35130,'https://www.ontradeprogress.com/2019/04/24/social-media-wifi-marketing/',5026,4828,'internal'),(35131,'https://www.ontradeprogress.com/category/business/',5026,0,'internal'),(35132,'https://www.ontradeprogress.com/2019/04/24/social-media-wifi-marketing/',5026,4828,'internal'),(35133,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35134,'https://www.ontradeprogress.com/wp-admin/post.php?post=4282&amp;action=edit',5026,0,'internal'),(35135,'https://www.ontradeprogress.com/2019/03/21/tansun-heating-panels-indoor/',5026,4282,'internal'),(35136,'https://www.ontradeprogress.com/category/technology/',5026,0,'internal'),(35137,'https://www.ontradeprogress.com/2019/03/21/tansun-heating-panels-indoor/',5026,4282,'internal'),(35138,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35139,'https://www.ontradeprogress.com/wp-admin/post.php?post=4038&amp;action=edit',5026,0,'internal'),(35140,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',5026,4038,'internal'),(35141,'https://www.ontradeprogress.com/category/business/',5026,0,'internal'),(35142,'https://www.ontradeprogress.com/2019/03/04/samtouch-pos-professional-restaurateur/',5026,4038,'internal'),(35143,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35144,'https://www.ontradeprogress.com/wp-admin/post.php?post=4034&amp;action=edit',5026,0,'internal'),(35145,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',5026,4034,'internal'),(35146,'https://www.ontradeprogress.com/category/food/',5026,0,'internal'),(35147,'https://www.ontradeprogress.com/2019/03/04/pantheon-mixer-super-safe-features/',5026,4034,'internal'),(35148,'https://www.ontradeprogress.com/author/admin/',5026,0,'internal'),(35149,'#',5026,0,'internal'),(35221,'http://www.westerhallrums.co.uk',6283,0,'external'),(35224,'http://www.thepubshow.co.uk',6294,0,'external'),(35225,'https://twitter.com/PubShowUK',6294,0,'external'),(35226,'mailto:ashley.parkes@meatlessfarm.com',6290,0,'external'),(35227,'http://www.meatlessfarm.com',6290,0,'external'),(35237,'https://www.youtube.com/watch?v=JREnYIyN9Kw&amp;feature=emb_logo',6308,0,'external'),(35238,'https://www.morningadvertiser.co.uk/Article/2018/10/03/What-impact-can-karaoke-have-on-pub-trading',6308,0,'external'),(35239,'https://singabusiness.com/',6308,0,'external'),(35248,'http://www.kegstar.com',6312,0,'external'),(35249,'mailto:christian@kegstar.com',6312,0,'external'),(35250,'mailto:chill@kegstar.com',6312,0,'external'),(35251,'mailto:chris.baker@thebenevolent.org.uk',6312,0,'external'),(35262,'http://www.ferrerofoodservice.com',6320,0,'external'),(35267,'http://www.hittraining.co.uk/Future_of_hospitality',6322,0,'external'),(35268,'https://hittraining.co.uk/Future_of_hospitality',6322,0,'external'),(35423,'http://thebotanist.uk.com/',6379,0,'external'),(35430,'imap://design%40ontradeprogress%2Ecom@imap.1and1.co.uk:143/fetch%3EUID%3E/INBOX%3E1867#_ftn2',6391,0,'external'),(35431,'mailto:info@proofdrinks.com',6391,0,'external'),(35434,'https://www.bizimply.com/blog/control-costs-with-the-uk-minimum-wage-increase-calculator/',6396,0,'external'),(35436,'/latestdigitalissue/',8,276,'internal'),(35437,'/subscribe',8,25,'internal'),(35438,'https://www.ontradeprogress.com/wp-admin/post.php?post=6432&amp;action=edit',8,0,'internal'),(35439,'https://www.ontradeprogress.com/2020/03/19/industry-warns-government-has-just-24-hours-to-save-thousands-of-british-pubs-from-closure/',8,6432,'internal'),(35440,'https://www.ontradeprogress.com/category/otp-exclusives/',8,0,'internal'),(35441,'https://www.ontradeprogress.com/2020/03/19/industry-warns-government-has-just-24-hours-to-save-thousands-of-british-pubs-from-closure/',8,6432,'internal'),(35442,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35443,'https://www.ontradeprogress.com/wp-admin/post.php?post=6424&amp;action=edit',8,0,'internal'),(35444,'https://www.ontradeprogress.com/2020/03/16/the-hospitality-budget/',8,6424,'internal'),(35445,'https://www.ontradeprogress.com/category/hospitality-news/',8,0,'internal'),(35446,'https://www.ontradeprogress.com/2020/03/16/the-hospitality-budget/',8,6424,'internal'),(35447,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35448,'https://www.egginfo.co.uk/',8,0,'external'),(35449,'https://www.ontradeprogress.com/wp-admin/post.php?post=6420&amp;action=edit',8,0,'internal'),(35450,'https://www.ontradeprogress.com/2020/03/11/cheers-chancellor-bbpa-welcomes-270m-beer-duty-freeze-and-business-rates-support-for-pubs/',8,6420,'internal'),(35451,'https://www.ontradeprogress.com/category/hospitality-news/',8,0,'internal'),(35452,'https://www.ontradeprogress.com/2020/03/11/cheers-chancellor-bbpa-welcomes-270m-beer-duty-freeze-and-business-rates-support-for-pubs/',8,6420,'internal'),(35453,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35454,'https://www.ontradeprogress.com/wp-admin/post.php?post=6417&amp;action=edit',8,0,'internal'),(35455,'https://www.ontradeprogress.com/2020/03/09/convotherm-develop-world-first-innovation-with-artifically-intellegent-combi-ovens/',8,6417,'internal'),(35456,'https://www.ontradeprogress.com/category/catering-equipment/',8,0,'internal'),(35457,'https://www.ontradeprogress.com/2020/03/09/convotherm-develop-world-first-innovation-with-artifically-intellegent-combi-ovens/',8,6417,'internal'),(35458,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35459,'https://www.ontradeprogress.com/wp-admin/post.php?post=6414&amp;action=edit',8,0,'internal'),(35460,'https://www.ontradeprogress.com/2020/03/09/brakes-is-number-one-choice-at-chefs-choice-awards/',8,6414,'internal'),(35461,'https://www.ontradeprogress.com/category/food/',8,0,'internal'),(35462,'https://www.ontradeprogress.com/2020/03/09/brakes-is-number-one-choice-at-chefs-choice-awards/',8,6414,'internal'),(35463,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35464,'https://www.ontradeprogress.com/wp-admin/post.php?post=6410&amp;action=edit',8,0,'internal'),(35465,'https://www.ontradeprogress.com/2020/03/09/certainty-in-every-glass/',8,6410,'internal'),(35466,'https://www.ontradeprogress.com/category/drinks/',8,0,'internal'),(35467,'https://www.ontradeprogress.com/2020/03/09/certainty-in-every-glass/',8,6410,'internal'),(35468,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35469,'https://www.ontradeprogress.com/wp-admin/post.php?post=6406&amp;action=edit',8,0,'internal'),(35470,'https://www.ontradeprogress.com/2020/02/27/retail-egg-market-grows-by-50-in-10-years/',8,6406,'internal'),(35471,'https://www.ontradeprogress.com/category/food/',8,0,'internal'),(35472,'https://www.ontradeprogress.com/2020/02/27/retail-egg-market-grows-by-50-in-10-years/',8,6406,'internal'),(35473,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35474,'https://www.ontradeprogress.com/wp-admin/post.php?post=6404&amp;action=edit',8,0,'internal'),(35475,'https://www.ontradeprogress.com/2020/02/26/big-drop-boosts-on-trade-presence-with-mb-listings/',8,6404,'internal'),(35476,'https://www.ontradeprogress.com/category/drinks/',8,0,'internal'),(35477,'https://www.ontradeprogress.com/2020/02/26/big-drop-boosts-on-trade-presence-with-mb-listings/',8,6404,'internal'),(35478,'https://www.ontradeprogress.com/author/admin/',8,0,'internal'),(35479,'#',8,0,'internal'),(35480,'#',8,0,'internal'),(35529,'/latestdigitalissue/',23,276,'internal'),(35530,'/latestdigitalissue/',23,276,'internal'),(35531,'https://www.egginfo.co.uk/',23,0,'external'),(35532,'https://www.egginfo.co.uk/',23,0,'external');
/*!40000 ALTER TABLE `wpfr_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfr_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wpfr_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfr_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfr_yoast_seo_meta`
--

LOCK TABLES `wpfr_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wpfr_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wpfr_yoast_seo_meta` VALUES (2,0,0),(8,44,0),(21,0,0),(22,0,0),(23,2,0),(25,0,12),(29,0,0),(32,0,0),(33,0,0),(34,0,0),(35,0,0),(36,0,0),(37,0,0),(58,0,0),(60,0,0),(61,0,0),(62,0,0),(63,0,0),(65,0,0),(67,0,0),(69,0,0),(70,0,0),(72,0,0),(74,0,0),(76,0,1),(78,0,0),(79,0,0),(80,0,0),(81,0,0),(92,0,0),(94,0,0),(95,0,0),(97,0,0),(98,0,0),(100,0,0),(101,0,0),(103,0,0),(104,0,0),(106,0,0),(107,0,0),(109,0,0),(110,0,0),(111,0,0),(112,0,0),(114,0,0),(115,0,0),(121,0,0),(122,0,0),(127,0,0),(128,0,0),(131,0,0),(133,0,0),(135,0,0),(145,0,0),(146,0,0),(147,0,0),(148,0,0),(149,0,0),(151,0,0),(152,0,0),(154,0,0),(155,0,0),(157,0,0),(158,0,0),(161,0,0),(162,0,1),(164,0,0),(165,0,0),(167,0,0),(168,0,0),(170,0,0),(171,0,0),(173,0,0),(174,0,0),(176,0,0),(177,0,0),(178,0,0),(180,0,0),(182,0,0),(183,0,0),(184,0,0),(187,0,0),(190,0,0),(192,0,0),(193,0,0),(195,0,0),(197,0,0),(198,0,0),(199,0,0),(200,0,0),(201,0,0),(202,0,1),(203,0,0),(204,0,0),(205,0,0),(206,0,0),(207,0,0),(208,0,0),(210,NULL,0),(211,NULL,0),(212,NULL,0),(213,NULL,0),(214,0,0),(215,0,0),(217,0,0),(218,0,0),(222,0,0),(228,0,0),(230,0,0),(232,0,0),(233,0,0),(235,0,0),(236,0,0),(238,0,0),(239,0,0),(241,0,0),(245,0,0),(249,NULL,0),(250,NULL,0),(251,0,0),(252,0,0),(253,0,0),(254,0,0),(256,0,0),(261,0,0),(262,0,0),(276,0,25),(279,0,0),(281,0,0),(282,0,0),(283,0,0),(284,0,0),(285,0,0),(286,0,0),(288,0,0),(289,0,0),(292,0,0),(299,0,0),(304,0,0),(310,0,0),(315,0,0),(317,0,0),(323,0,0),(327,0,0),(332,0,0),(333,0,0),(334,0,0),(336,0,0),(343,0,0),(349,0,0),(360,0,0),(371,0,0),(375,0,2),(379,0,0),(387,0,0),(396,0,0),(398,0,0),(403,0,0),(413,0,0),(414,0,0),(417,0,0),(420,0,0),(423,0,0),(427,0,0),(430,0,0),(433,0,0),(439,0,0),(444,0,0),(452,0,1),(459,0,0),(475,0,0),(480,0,0),(482,0,0),(485,0,0),(486,0,0),(491,2,0),(496,1,0),(500,0,0),(506,0,0),(509,0,0),(511,0,0),(513,0,1),(518,0,0),(521,0,0),(530,3,0),(539,0,0),(542,2,0),(548,1,0),(553,0,0),(557,0,1),(564,0,0),(566,2,0),(571,0,0),(573,0,0),(575,0,0),(581,1,0),(586,1,0),(591,0,0),(595,0,2),(599,0,2),(606,0,0),(608,1,0),(613,0,0),(616,0,0),(619,0,0),(622,1,0),(632,0,0),(633,0,0),(634,0,0),(635,0,0),(636,0,2),(645,0,2),(650,0,0),(652,0,0),(658,0,0),(659,0,0),(660,0,0),(661,0,0),(662,0,0),(665,0,0),(666,0,0),(667,0,0),(671,0,0),(673,0,2),(679,0,0),(680,0,0),(681,0,0),(682,0,0),(687,0,0),(688,0,0),(689,0,0),(692,0,0),(700,0,0),(707,0,0),(708,0,0),(709,0,0),(713,0,0),(716,0,0),(723,0,0),(724,0,0),(725,0,1),(728,0,0),(729,0,0),(730,0,0),(735,0,0),(736,0,0),(737,0,0),(738,3,0),(749,NULL,1),(750,NULL,1),(751,NULL,1),(753,0,0),(761,0,0),(762,0,0),(763,0,0),(764,0,0),(775,0,0),(776,0,0),(777,0,0),(778,0,0),(779,0,0),(780,0,0),(786,0,0),(787,0,1),(794,0,0),(799,0,0),(807,0,0),(812,0,0),(813,0,0),(831,0,0),(832,0,0),(838,0,0),(839,0,0),(843,0,0),(844,0,1),(847,0,0),(848,0,0),(849,0,2),(853,0,0),(856,0,0),(859,0,1),(861,0,0),(862,0,0),(870,0,0),(871,0,0),(872,0,0),(873,0,0),(876,0,0),(881,0,0),(882,0,0),(883,0,0),(884,0,0),(886,0,0),(887,0,0),(888,0,0),(895,0,0),(914,0,0),(919,0,0),(934,0,0),(936,0,0),(942,0,0),(946,0,0),(981,0,0),(982,0,0),(983,0,0),(987,0,0),(991,0,0),(993,0,0),(995,0,0),(997,0,0),(998,0,0),(999,0,0),(1000,0,0),(1003,0,0),(1006,0,0),(1008,0,0),(1009,0,0),(1010,0,0),(1011,0,0),(1019,0,0),(1020,0,0),(1021,0,0),(1025,0,0),(1031,0,0),(1033,0,0),(1041,0,0),(1046,0,0),(1049,0,0),(1053,0,0),(1054,0,0),(1066,0,0),(1068,0,0),(1070,0,0),(1078,0,0),(1079,0,0),(1085,0,0),(1089,0,0),(1092,0,0),(1098,0,0),(1106,0,0),(1107,0,0),(1114,0,0),(1126,0,0),(1127,0,0),(1134,0,0),(1135,0,0),(1136,0,0),(1137,0,0),(1138,0,0),(1142,0,3),(1161,0,0),(1164,0,0),(1165,0,0),(1176,0,0),(1181,0,0),(1192,0,0),(1193,0,0),(1194,0,0),(1196,0,0),(1198,0,0),(1203,0,0),(1204,0,0),(1207,0,0),(1212,0,0),(1215,0,0),(1232,0,0),(1235,0,0),(1241,0,0),(1245,0,0),(1248,0,0),(1251,0,0),(1252,0,0),(1256,0,0),(1259,0,0),(1269,0,0),(1270,0,0),(1273,0,0),(1278,0,0),(1280,0,0),(1281,0,0),(1282,0,0),(1288,0,0),(1292,0,0),(1302,0,0),(1303,0,0),(1307,0,0),(1318,0,0),(1321,0,0),(1324,0,0),(1325,0,0),(1328,0,1),(1330,0,0),(1333,0,0),(1336,0,0),(1339,0,0),(1340,0,0),(1343,0,0),(1344,0,0),(1352,0,0),(1358,0,0),(1362,0,0),(1367,0,0),(1370,0,0),(1375,0,0),(1379,0,0),(1385,0,0),(1386,0,0),(1387,0,0),(1391,0,0),(1399,0,0),(1400,0,0),(1403,0,0),(1407,0,0),(1409,0,0),(1412,0,0),(1417,0,0),(1420,0,0),(1426,0,0),(1427,0,0),(1428,0,0),(1429,0,0),(1430,0,0),(1434,0,0),(1437,0,1),(1442,0,0),(1445,0,0),(1449,0,0),(1451,0,0),(1452,0,0),(1455,0,0),(1457,0,0),(1458,0,0),(1462,0,0),(1463,0,0),(1466,0,1),(1472,0,0),(1475,0,0),(1490,0,0),(1491,0,0),(1495,0,1),(1498,0,0),(1500,0,1),(1506,0,0),(1509,0,0),(1511,0,0),(1514,0,1),(1519,0,1),(1528,0,0),(1531,0,0),(1541,0,0),(1544,0,0),(1547,0,0),(1552,0,0),(1557,0,0),(1564,0,0),(1571,0,0),(1574,0,0),(1578,0,1),(1582,0,2),(1586,0,1),(1595,0,0),(1596,0,0),(1599,0,0),(1602,0,0),(1606,0,0),(1610,0,0),(1613,0,1),(1615,0,0),(1618,0,0),(1619,0,1),(1621,0,0),(1625,0,0),(1626,0,0),(1627,0,0),(1631,0,0),(1634,0,0),(1638,0,0),(1642,0,0),(1647,0,0),(1649,0,0),(1650,0,0),(1653,0,0),(1654,0,0),(1655,0,0),(1656,0,0),(1662,0,0),(1666,0,0),(1669,0,0),(1672,0,0),(1676,0,1),(1682,0,0),(1687,0,0),(1690,0,0),(1692,0,0),(1696,0,0),(1699,0,0),(1700,0,0),(1712,0,0),(1717,0,0),(1719,0,0),(1724,0,1),(1728,0,0),(1729,0,0),(1734,0,0),(1737,0,0),(1742,0,1),(1747,0,0),(1749,0,0),(1752,0,1),(1755,0,0),(1758,0,0),(1761,0,0),(1765,0,0),(1767,0,0),(1770,0,1),(1775,0,0),(1776,0,0),(1781,0,0),(1787,0,0),(1790,0,0),(1794,0,0),(1796,0,0),(1797,0,0),(1806,0,0),(1807,0,0),(1809,0,0),(1813,0,0),(1817,0,0),(1821,0,1),(1824,0,0),(1825,0,0),(1831,0,0),(1834,0,0),(1835,0,0),(1836,0,0),(1840,0,0),(1848,0,1),(1851,0,0),(1854,0,2),(1857,0,0),(1860,0,0),(1861,0,0),(1865,0,0),(1867,0,0),(1870,0,0),(1872,0,0),(1873,0,0),(1877,0,0),(1879,0,0),(1884,0,0),(1888,0,0),(1894,0,0),(1896,0,0),(1899,0,0),(1901,0,0),(1905,0,0),(1907,0,0),(1912,0,0),(1916,0,0),(1921,0,0),(1924,0,0),(1927,0,0),(1931,0,0),(1935,0,0),(1936,0,0),(1941,0,0),(1943,0,0),(1944,0,0),(1950,0,1),(1954,0,0),(1958,0,0),(1960,0,1),(1964,0,0),(1966,0,1),(1970,0,0),(1974,0,0),(1976,0,0),(1979,0,3),(1983,0,0),(1986,0,0),(1996,0,0),(1998,0,0),(2003,0,1),(2006,0,0),(2008,0,0),(2011,0,0),(2013,0,0),(2017,0,0),(2020,0,0),(2023,0,0),(2025,0,0),(2028,0,0),(2029,0,0),(2030,0,0),(2033,0,0),(2035,0,0),(2038,0,0),(2039,0,0),(2043,0,0),(2045,0,0),(2046,0,0),(2054,0,0),(2055,0,0),(2056,0,0),(2057,0,0),(2059,0,0),(2061,0,0),(2065,0,1),(2073,0,2),(2076,0,0),(2081,0,0),(2084,0,0),(2087,0,0),(2090,0,1),(2094,0,0),(2098,0,0),(2105,0,0),(2109,0,0),(2111,0,0),(2118,0,0),(2120,0,0),(2123,0,0),(2127,0,0),(2129,0,0),(2131,0,0),(2132,0,0),(2142,0,0),(2144,0,1),(2147,0,0),(2150,0,0),(2153,0,1),(2156,0,0),(2158,0,0),(2161,0,0),(2167,0,0),(2168,0,0),(2169,0,0),(2170,0,0),(2175,0,0),(2178,0,1),(2182,0,0),(2184,0,0),(2189,0,0),(2191,0,0),(2194,0,0),(2196,0,1),(2201,0,0),(2205,0,0),(2210,0,0),(2215,0,0),(2220,0,0),(2221,0,0),(2225,0,0),(2226,0,0),(2228,0,0),(2231,0,0),(2235,0,0),(2236,0,0),(2237,0,2),(2242,0,0),(2245,0,0),(2248,0,0),(2249,0,0),(2250,0,0),(2251,0,0),(2254,0,0),(2257,0,0),(2258,0,1),(2265,0,1),(2268,0,0),(2273,0,0),(2275,0,0),(2277,0,0),(2280,0,0),(2283,0,0),(2284,0,2),(2289,0,0),(2290,0,0),(2291,0,0),(2295,0,0),(2300,0,0),(2303,0,0),(2306,0,0),(2311,0,0),(2312,0,0),(2316,0,0),(2320,0,0),(2322,0,0),(2325,0,0),(2328,0,0),(2334,0,0),(2337,0,0),(2340,0,0),(2341,0,0),(2342,0,0),(2344,0,0),(2347,0,0),(2350,0,0),(2353,0,0),(2356,0,0),(2357,0,0),(2360,0,0),(2361,0,0),(2364,0,0),(2367,0,0),(2373,0,0),(2374,0,0),(2377,0,0),(2378,0,0),(2381,0,1),(2384,0,0),(2387,0,0),(2389,0,2),(2392,0,0),(2397,0,0),(2398,0,0),(2399,0,1),(2402,0,2),(2405,0,3),(2409,0,0),(2411,0,0),(2415,0,0),(2422,0,0),(2425,0,0),(2432,0,1),(2435,0,1),(2438,0,0),(2441,0,0),(2444,0,1),(2447,0,0),(2450,0,0),(2453,0,1),(2456,0,0),(2458,0,1),(2461,0,2),(2464,0,0),(2467,0,1),(2471,0,0),(2474,0,0),(2475,0,0),(2478,0,0),(2481,0,0),(2482,0,0),(2483,0,0),(2486,0,4),(2488,0,1),(2490,0,1),(2492,0,0),(2495,0,0),(2497,0,0),(2498,0,0),(2503,0,0),(2505,0,0),(2508,0,0),(2511,0,0),(2513,0,0),(2516,0,0),(2517,0,2),(2521,0,1),(2525,0,0),(2528,0,0),(2531,0,0),(2534,0,2),(2537,0,0),(2539,0,0),(2541,0,1),(2543,0,2),(2546,0,0),(2547,0,0),(2548,0,2),(2551,0,0),(2554,0,0),(2556,0,0),(2557,0,0),(2558,0,0),(2559,0,1),(2567,0,1),(2571,0,3),(2580,0,4),(2583,0,0),(2584,0,0),(2585,0,0),(2587,0,0),(2588,0,0),(2592,0,1),(2605,0,0),(2606,0,0),(2611,0,0),(2614,0,0),(2619,0,0),(2622,0,0),(2625,0,2),(2627,0,0),(2628,0,0),(2629,0,0),(2630,0,1),(2636,2,2),(2639,0,0),(2644,1,1),(2652,0,1),(2658,1,2),(2663,0,0),(2669,0,0),(2670,0,0),(2671,0,0),(2676,1,0),(2680,1,3),(2687,2,1),(2692,0,0),(2694,0,0),(2695,0,2),(2697,0,0),(2701,1,8),(2706,0,0),(2717,0,0),(2724,1,4),(2726,0,0),(2727,0,0),(2730,1,1),(2734,0,0),(2735,1,4),(2743,0,0),(2744,0,0),(2745,0,0),(2746,0,0),(2747,0,0),(2748,0,0),(2749,1,1),(2754,0,1),(2758,0,0),(2759,0,0),(2760,0,6),(2763,0,1),(2768,0,0),(2770,1,4),(2774,0,0),(2775,3,2),(2779,3,1),(2785,0,0),(2786,0,0),(2793,0,0),(2794,0,0),(2798,0,0),(2799,0,0),(2800,0,0),(2801,3,0),(2808,0,0),(2809,1,3),(2815,3,1),(2824,3,1),(2829,1,1),(2833,0,0),(2836,0,0),(2838,2,1),(2846,0,0),(2847,0,0),(2848,3,3),(2853,2,0),(2858,0,0),(2859,0,0),(2860,4,1),(2861,0,0),(2862,0,0),(2866,3,0),(2878,0,0),(2879,3,2),(2886,2,0),(2889,4,4),(2892,4,0),(2896,0,0),(2897,0,0),(2901,0,0),(2902,3,0),(2907,3,2),(2910,3,0),(2916,3,6),(2921,3,1),(2926,4,0),(2932,0,0),(2933,4,1),(2951,4,1),(2956,4,1),(2965,0,2),(2970,0,0),(2971,4,1),(2976,3,0),(2982,3,0),(2987,3,1),(2991,3,0),(2996,3,3),(2999,3,1),(3002,0,2),(3009,3,0),(3015,3,2),(3019,0,0),(3021,3,1),(3025,0,0),(3027,0,0),(3035,0,0),(3038,0,0),(3039,4,0),(3045,3,1),(3056,3,0),(3064,3,0),(3069,3,1),(3075,0,0),(3079,3,4),(3082,3,0),(3089,4,2),(3095,4,1),(3104,3,2),(3108,3,2),(3113,3,3),(3116,3,3),(3124,3,0),(3129,0,0),(3130,4,7),(3136,3,2),(3141,3,2),(3148,0,0),(3152,3,2),(3160,3,2),(3163,3,1),(3171,3,5),(3180,0,4),(3183,3,1),(3190,3,1),(3196,3,2),(3201,0,0),(3202,0,0),(3203,0,0),(3204,3,3),(3207,3,1),(3212,3,1),(3221,3,1),(3225,3,1),(3229,3,3),(3232,3,4),(3235,3,2),(3240,3,5),(3243,0,0),(3244,3,5),(3249,0,0),(3251,0,0),(3253,3,4),(3258,3,3),(3263,0,0),(3264,3,3),(3270,3,3),(3276,3,4),(3277,3,1),(3285,0,0),(3296,4,5),(3302,3,6),(3305,3,3),(3309,3,3),(3312,0,0),(3313,3,0),(3319,0,0),(3320,3,5),(3324,3,3),(3331,3,5),(3335,3,4),(3338,3,4),(3343,3,2),(3352,3,4),(3356,0,0),(3357,0,0),(3358,0,0),(3360,3,2),(3365,3,0),(3371,3,2),(3375,3,1),(3379,3,6),(3382,0,0),(3385,3,3),(3392,3,3),(3396,0,0),(3397,3,3),(3401,3,4),(3409,3,3),(3418,3,3),(3422,3,0),(3425,3,5),(3432,3,4),(3436,3,5),(3439,3,3),(3445,3,2),(3450,3,4),(3453,3,2),(3456,3,3),(3460,3,3),(3466,3,4),(3471,0,0),(3472,3,2),(3475,3,3),(3478,3,2),(3481,3,2),(3486,3,2),(3489,0,0),(3490,0,0),(3496,0,2),(3500,0,0),(3503,0,0),(3504,0,0),(3505,3,2),(3508,3,1),(3518,0,2),(3523,0,0),(3528,1,2),(3535,0,0),(3537,0,0),(3538,3,5),(3541,3,3),(3545,3,4),(3549,3,0),(3553,3,3),(3556,3,4),(3562,0,0),(3563,0,0),(3564,0,0),(3565,4,3),(3570,3,5),(3576,3,2),(3583,3,2),(3591,3,3),(3595,0,0),(3596,3,1),(3599,0,0),(3600,0,0),(3601,3,0),(3607,3,0),(3613,0,3),(3615,0,0),(3616,0,2),(3619,0,0),(3622,0,0),(3632,0,0),(3633,0,1),(3638,0,0),(3639,3,3),(3645,3,2),(3648,3,2),(3652,3,3),(3656,0,4),(3660,3,2),(3664,3,4),(3673,3,2),(3677,0,0),(3678,0,0),(3679,0,0),(3680,3,3),(3683,3,3),(3687,3,3),(3693,3,5),(3697,3,3),(3701,3,1),(3708,0,0),(3709,3,0),(3712,0,3),(3717,0,0),(3718,3,2),(3722,3,3),(3728,0,0),(3730,3,2),(3738,0,0),(3739,0,4),(3744,3,3),(3748,3,2),(3757,3,2),(3760,0,0),(3765,3,1),(3770,0,0),(3772,3,2),(3778,0,3),(3780,0,0),(3784,3,3),(3787,3,2),(3789,3,2),(3792,0,0),(3794,3,2),(3799,0,4),(3803,3,3),(3807,3,4),(3814,3,3),(3817,3,5),(3822,3,0),(3826,3,4),(3830,3,3),(3834,3,3),(3837,3,2),(3842,0,0),(3845,0,0),(3851,3,4),(3860,0,0),(3863,3,3),(3866,0,0),(3867,3,2),(3871,3,2),(3874,3,1),(3878,3,3),(3885,0,4),(3895,0,2),(3899,3,3),(3905,0,0),(3908,3,2),(3914,0,2),(3917,0,0),(3923,3,2),(3925,0,0),(3926,3,2),(3929,0,0),(3935,3,3),(3939,3,4),(3945,3,4),(3949,0,0),(3950,0,0),(3951,3,4),(3957,3,0),(3960,3,3),(3964,3,3),(3969,0,0),(3971,3,3),(3972,0,0),(3980,0,0),(3982,0,0),(3983,3,6),(3989,3,2),(4000,3,4),(4003,3,2),(4007,3,4),(4010,3,4),(4015,0,0),(4016,0,0),(4019,0,0),(4020,3,7),(4024,3,3),(4029,0,0),(4032,0,0),(4033,0,0),(4034,3,7),(4038,3,7),(4047,3,0),(4051,0,0),(4053,3,6),(4058,3,0),(4063,0,0),(4064,3,7),(4069,0,0),(4076,0,5),(4080,0,6),(4085,0,0),(4087,0,0),(4088,0,0),(4089,0,0),(4090,0,0),(4091,0,0),(4093,3,4),(4097,3,5),(4102,3,3),(4106,0,3),(4110,0,0),(4112,0,0),(4113,3,2),(4118,3,0),(4122,3,5),(4127,3,0),(4130,3,6),(4133,0,0),(4135,3,1),(4141,0,3),(4145,3,5),(4149,3,5),(4156,3,4),(4164,0,0),(4165,3,6),(4175,0,0),(4176,3,3),(4185,0,0),(4187,0,0),(4193,0,0),(4196,0,0),(4198,0,0),(4199,3,6),(4202,3,0),(4206,3,0),(4216,3,5),(4220,3,1),(4225,0,0),(4226,3,3),(4230,3,1),(4234,0,0),(4235,3,0),(4244,0,0),(4246,3,0),(4250,3,4),(4254,3,2),(4258,3,0),(4263,3,1),(4266,0,0),(4267,3,0),(4271,0,0),(4274,0,0),(4276,0,0),(4278,0,3),(4282,3,2),(4286,3,1),(4289,3,0),(4295,0,0),(4297,3,2),(4302,3,0),(4307,0,0),(4311,3,0),(4315,0,0),(4320,0,0),(4321,0,0),(4322,0,0),(4334,0,0),(4335,0,0),(4336,0,0),(4343,0,0),(4344,0,0),(4346,0,0),(4348,0,0),(4349,0,0),(4350,0,0),(4351,0,0),(4357,0,0),(4358,0,0),(4416,0,0),(4424,1,0),(4427,0,0),(4442,0,0),(4473,0,0),(4480,0,0),(4508,0,0),(4509,0,0),(4517,0,0),(4540,0,0),(4578,0,0),(4581,0,0),(4583,0,0),(4584,0,0),(4607,0,0),(4611,0,0),(4628,0,0),(4659,0,0),(4660,0,0),(4661,0,0),(4662,0,0),(4663,0,0),(4664,0,0),(4665,0,0),(4666,0,0),(4667,0,0),(4668,0,0),(4669,0,0),(4670,0,0),(4671,0,0),(4672,0,0),(4673,0,0),(4674,0,0),(4675,0,0),(4676,0,0),(4678,0,0),(4679,0,0),(4680,0,0),(4681,0,0),(4682,0,0),(4683,0,0),(4694,0,0),(4695,0,0),(4696,0,0),(4697,0,0),(4723,0,0),(4763,0,0),(4818,0,0),(4819,0,0),(4820,0,1),(4821,0,0),(4822,0,2),(4823,0,0),(4824,0,0),(4825,0,2),(4826,0,0),(4827,0,0),(4828,0,2),(4829,0,0),(4830,0,0),(4831,0,0),(4832,0,0),(4833,0,0),(4834,0,0),(4835,0,2),(4836,0,6),(4837,0,5),(4838,0,0),(4839,0,0),(4840,0,0),(4843,0,0),(4887,0,0),(4891,0,6),(4896,3,0),(4901,3,2),(4907,0,0),(4909,3,0),(4912,0,0),(4913,3,0),(4917,3,0),(4921,0,0),(4922,3,0),(4924,0,0),(4926,0,0),(4998,0,0),(5005,54,0),(5007,0,0),(5022,54,0),(5023,54,0),(5024,54,0),(5025,54,0),(5026,54,0),(5027,54,0),(5041,54,0),(5042,54,0),(5049,0,0),(5050,0,0),(5051,0,0),(5054,0,0),(5079,0,0),(5080,0,0),(5081,0,0),(5084,0,0),(5087,0,0),(5090,0,0),(5092,0,0),(5093,0,0),(5096,0,0),(5097,0,0),(5108,0,2),(5111,0,0),(5114,0,0),(5115,0,0),(5117,0,0),(5118,0,0),(5170,0,0),(5173,54,0),(5175,23,0),(5218,0,0),(5221,0,0),(5222,0,0),(5223,0,4),(5226,0,0),(5230,0,0),(5244,0,0),(5245,0,0),(5253,0,0),(5255,0,0),(5256,0,0),(5257,0,0),(5258,0,0),(5261,0,0),(5263,0,0),(5264,0,0),(5265,0,0),(5267,0,0),(5268,0,0),(5272,0,0),(5273,0,0),(5278,0,1),(5300,0,0),(5311,0,2),(5315,0,3),(5318,3,5),(5328,3,3),(5332,0,0),(5334,0,0),(5355,3,3),(5359,3,3),(5362,3,3),(5369,3,3),(5375,0,0),(5376,3,5),(5381,0,0),(5384,0,0),(5385,0,0),(5386,0,0),(5387,0,0),(5388,3,3),(5392,0,0),(5395,3,2),(5398,3,2),(5402,0,0),(5403,0,0),(5404,3,4),(5407,0,0),(5409,0,0),(5410,2,3),(5413,2,2),(5422,2,4),(5426,0,0),(5427,3,2),(5441,0,0),(5442,0,0),(5447,0,0),(5448,0,0),(5449,0,0),(5450,0,0),(5451,0,0),(5452,0,3),(5455,0,0),(5474,0,0),(5476,3,7),(5479,3,6),(5482,3,4),(5486,3,1),(5490,3,2),(5493,0,0),(5494,0,1),(5498,0,1),(5504,0,3),(5509,0,3),(5518,3,2),(5521,3,4),(5525,3,1),(5529,3,3),(5533,3,3),(5538,0,0),(5539,0,0),(5540,0,0),(5541,0,0),(5542,3,4),(5546,0,0),(5547,3,2),(5552,3,3),(5556,0,0),(5557,0,0),(5558,3,3),(5564,3,3),(5574,3,3),(5580,3,1),(5585,3,0),(5591,0,0),(5594,0,0),(5596,0,0),(5597,0,0),(5600,0,0),(5601,0,0),(5602,0,0),(5603,0,0),(5605,0,0),(5606,0,0),(5618,0,2),(5624,0,0),(5628,0,0),(5629,0,0),(5632,0,1),(5636,0,0),(5640,0,0),(5648,0,2),(5651,0,0),(5652,0,0),(5653,0,0),(5654,0,0),(5655,0,0),(5656,0,0),(5657,0,0),(5658,0,0),(5659,0,0),(5660,0,0),(5668,0,0),(5669,0,6),(5672,0,0),(5673,3,3),(5678,3,5),(5682,0,0),(5683,0,0),(5685,0,0),(5686,0,0),(5687,0,0),(5688,0,0),(5689,0,0),(5691,0,0),(5692,0,0),(5693,0,0),(5694,0,0),(5696,0,0),(5697,0,0),(5698,0,0),(5699,0,0),(5700,0,0),(5701,0,0),(5702,3,6),(5704,0,0),(5705,0,0),(5706,3,6),(5712,3,5),(5716,0,0),(5717,3,3),(5720,3,1),(5724,3,5),(5730,0,0),(5731,0,0),(5733,0,0),(5734,0,0),(5736,0,0),(5758,0,0),(5759,0,2),(5764,0,0),(5765,0,0),(5766,0,3),(5773,0,0),(5775,3,5),(5779,3,3),(5782,3,5),(5785,0,0),(5787,3,3),(5790,3,5),(5793,3,3),(5796,3,4),(5797,0,0),(5803,3,4),(5806,0,0),(5807,3,3),(5820,0,0),(5821,0,0),(5822,0,4),(5827,0,0),(5828,0,0),(5829,3,3),(5832,0,2),(5835,3,1),(5839,0,0),(5843,0,0),(5845,0,0),(5846,0,0),(5847,0,4),(5856,0,0),(5857,0,1),(5864,0,0),(5871,3,3),(5877,3,2),(5880,0,0),(5881,0,0),(5882,0,2),(5889,0,3),(5896,0,4),(5899,0,5),(5907,0,0),(5908,0,0),(5909,0,0),(5910,0,0),(5911,0,0),(5912,0,0),(5913,3,5),(5918,3,2),(5923,0,0),(5924,3,3),(5926,3,2),(5933,0,0),(5935,0,2),(5939,0,0),(5940,0,2),(5945,0,0),(5946,0,0),(5959,0,0),(5967,0,0),(5974,0,0),(5975,0,0),(5976,0,0),(5977,0,0),(5978,0,0),(5984,0,0),(5988,0,0),(5989,0,2),(5993,0,0),(5996,0,2),(6001,0,0),(6002,0,0),(6005,0,0),(6020,0,0),(6021,0,2),(6025,0,0),(6026,0,2),(6028,0,0),(6031,0,0),(6032,0,2),(6035,0,0),(6036,0,0),(6048,0,0),(6051,0,0),(6052,0,0),(6054,0,0),(6073,0,2),(6076,0,0),(6077,0,2),(6079,0,2),(6083,0,0),(6086,0,0),(6087,0,0),(6088,0,0),(6089,0,0),(6093,0,2),(6096,0,2),(6105,0,0),(6107,0,0),(6108,0,2),(6123,0,0),(6124,0,2),(6129,0,2),(6137,0,0),(6138,0,0),(6142,0,0),(6143,0,0),(6158,0,0),(6159,0,2),(6163,0,2),(6164,0,0),(6167,0,0),(6173,0,0),(6177,0,0),(6179,0,2),(6191,0,2),(6210,0,0),(6212,0,0),(6219,0,2),(6224,0,0),(6225,0,0),(6233,0,2),(6240,0,0),(6241,0,0),(6247,0,0),(6249,0,0),(6250,0,0),(6254,0,0),(6282,0,0),(6283,0,0),(6286,0,0),(6288,0,0),(6290,0,0),(6292,0,0),(6294,0,0),(6308,0,0),(6312,0,0),(6316,0,0),(6318,0,0),(6320,0,0),(6322,0,0),(6333,0,0),(6335,0,0),(6338,0,0),(6341,0,0),(6345,0,0),(6347,0,0),(6349,0,0),(6350,0,0),(6353,0,0),(6357,0,0),(6361,0,0),(6365,0,0),(6370,0,0),(6371,0,0),(6372,0,0),(6374,0,0),(6375,0,0),(6379,0,0),(6381,0,0),(6383,0,0),(6384,0,0),(6386,0,0),(6387,0,0),(6390,0,0),(6391,0,0),(6392,0,0),(6393,0,0),(6396,0,0),(6399,0,0),(6400,0,0),(6401,0,0),(6404,0,2),(6406,0,2),(6409,0,0),(6410,0,2),(6411,0,0),(6414,0,2),(6417,0,2),(6420,0,2),(6424,0,2),(6425,0,0),(6426,0,0),(6428,0,0),(6432,0,2);
/*!40000 ALTER TABLE `wpfr_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2020-03-31 10:50:59